-- MySQL dump 10.19  Distrib 10.3.31-MariaDB, for Linux (x86_64)
--
-- Host: localhost    Database: n792d15_wp325
-- ------------------------------------------------------
-- Server version	10.3.31-MariaDB-log

/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;

--
-- Table structure for table `wp3l_commentmeta`
--

DROP TABLE IF EXISTS `wp3l_commentmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp3l_commentmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `comment_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `comment_id` (`comment_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp3l_commentmeta`
--

LOCK TABLES `wp3l_commentmeta` WRITE;
/*!40000 ALTER TABLE `wp3l_commentmeta` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp3l_commentmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp3l_comments`
--

DROP TABLE IF EXISTS `wp3l_comments`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp3l_comments` (
  `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT 0,
  `comment_author` tinytext COLLATE utf8mb4_unicode_ci NOT NULL,
  `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_content` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `comment_karma` int(11) NOT NULL DEFAULT 0,
  `comment_approved` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '1',
  `comment_agent` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'comment',
  `comment_parent` bigint(20) unsigned NOT NULL DEFAULT 0,
  `user_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  PRIMARY KEY (`comment_ID`),
  KEY `comment_post_ID` (`comment_post_ID`),
  KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
  KEY `comment_date_gmt` (`comment_date_gmt`),
  KEY `comment_parent` (`comment_parent`),
  KEY `comment_author_email` (`comment_author_email`(10))
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp3l_comments`
--

LOCK TABLES `wp3l_comments` WRITE;
/*!40000 ALTER TABLE `wp3l_comments` DISABLE KEYS */;
INSERT INTO `wp3l_comments` VALUES (1,1,'Mr WordPress','','https://wordpress.org/','','2016-07-27 15:16:00','2016-07-27 15:16:00','Hi, this is a comment.\nTo delete a comment, just log in and view the post&#039;s comments. There you will have the option to edit or delete them.',0,'1','','comment',0,0);
/*!40000 ALTER TABLE `wp3l_comments` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp3l_csp3_subscribers`
--

DROP TABLE IF EXISTS `wp3l_csp3_subscribers`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp3l_csp3_subscribers` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `page_id` int(11) NOT NULL,
  `email` varchar(255) DEFAULT NULL,
  `fname` varchar(255) DEFAULT NULL,
  `lname` varchar(255) DEFAULT NULL,
  `ref_url` varchar(255) DEFAULT NULL,
  `clicks` int(11) NOT NULL DEFAULT 0,
  `conversions` int(11) NOT NULL DEFAULT 0,
  `referrer` int(11) NOT NULL DEFAULT 0,
  `ip` varchar(255) DEFAULT NULL,
  `created` timestamp NOT NULL DEFAULT current_timestamp(),
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp3l_csp3_subscribers`
--

LOCK TABLES `wp3l_csp3_subscribers` WRITE;
/*!40000 ALTER TABLE `wp3l_csp3_subscribers` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp3l_csp3_subscribers` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp3l_cspv5_pages`
--

DROP TABLE IF EXISTS `wp3l_cspv5_pages`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp3l_cspv5_pages` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `path` varchar(255) DEFAULT NULL,
  `name` varchar(255) DEFAULT NULL,
  `type` varchar(255) DEFAULT NULL,
  `settings` text DEFAULT NULL,
  `html` text DEFAULT NULL,
  `meta` text DEFAULT NULL,
  `mailprovider` varchar(255) DEFAULT NULL,
  `deactivate` int(11) NOT NULL DEFAULT 0,
  `created` timestamp NOT NULL DEFAULT current_timestamp(),
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp3l_cspv5_pages`
--

LOCK TABLES `wp3l_cspv5_pages` WRITE;
/*!40000 ALTER TABLE `wp3l_cspv5_pages` DISABLE KEYS */;
INSERT INTO `wp3l_cspv5_pages` VALUES (1,'','Coming Soon Page','cs','YTo5OTp7czo2OiJhY3Rpb24iO3M6MjA6InNlZWRfY3NwdjVfc2F2ZV9wYWdlIjtzOjg6Il93cG5vbmNlIjtzOjEwOiJkYThjZTE2Mjg0IjtzOjE1OiJkaXNhYmxlZF9maWVsZHMiO3M6MDoiIjtzOjk6ImZpcnN0X3J1biI7czowOiIiO3M6NzoicGFnZV9pZCI7czoxOiIxIjtzOjQ6Im5hbWUiO3M6MTY6IkNvbWluZyBTb29uIFBhZ2UiO3M6NDoibG9nbyI7czo5ODoiaHR0cHM6Ly9ydXRoc251dHJpdGlvbi5nc2ctaG9zdC5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTYvMTAvUnV0aHMtTG9nby1jbGVhci1ia2dybmQtODA4eDM1MS5wbmciO3M6ODoiaGVhZGxpbmUiO3M6MjM6Ik5ldyBXZWJzaXRlIENvbWluZyBTb29uIjtzOjExOiJkZXNjcmlwdGlvbiI7czowOiIiO3M6OToiZW1haWxsaXN0IjtzOjg6ImRhdGFiYXNlIjtzOjEyOiJ0aGFua3lvdV9tc2ciO3M6MTA6IlRoYW5rIFlvdSEiO3M6MjA6InNvY2lhbF9wcm9maWxlc19zaXplIjtzOjA6IiI7czoyMToic29jaWFsX3Byb2ZpbGVzX2JsYW5rIjtzOjE6IjEiO3M6MTk6InNob3dfc2hhcmVidXR0b25fb24iO3M6OToidGhhbmsteW91IjtzOjEwOiJ0d2VldF90ZXh0IjtzOjA6IiI7czoxODoiZmFjZWJvb2tfdGh1bWJuYWlsIjtzOjA6IiI7czoxOToicGludGVyZXN0X3RodW1ibmFpbCI7czowOiIiO3M6MTg6ImNvdW50ZG93bl90aW1lem9uZSI7czoxMDoiVVMvRWFzdGVybiI7czoxNDoiY291bnRkb3duX2RhdGUiO3M6MDoiIjtzOjE2OiJjb3VudGRvd25fZm9ybWF0IjtzOjQ6ImRITVMiO3M6MTk6InByb2dyZXNzX2Jhcl9tZXRob2QiO3M6NDoiZGF0ZSI7czoyMzoicHJvZ3Jlc3NfYmFyX3N0YXJ0X2RhdGUiO3M6MDoiIjtzOjIxOiJwcm9ncmVzc19iYXJfZW5kX2RhdGUiO3M6MDoiIjtzOjIyOiJwcm9ncmVzc2Jhcl9wZXJjZW50YWdlIjtzOjE6IjAiO3M6MTE6ImNyZWRpdF90eXBlIjtzOjQ6InRleHQiO3M6MTg6ImZvb3Rlcl9jcmVkaXRfdGV4dCI7czowOiIiO3M6MTc6ImZvb3Rlcl9jcmVkaXRfaW1nIjtzOjA6IiI7czoxODoiZm9vdGVyX2NyZWRpdF9saW5rIjtzOjA6IiI7czoyMToiZm9vdGVyX2FmZmlsaWF0ZV9saW5rIjtzOjA6IiI7czo2OiJibG9ja3MiO2E6OTp7aTowO3M6NDoibG9nbyI7aToxO3M6ODoiaGVhZGxpbmUiO2k6MjtzOjExOiJkZXNjcmlwdGlvbiI7aTozO3M6NDoiZm9ybSI7aTo0O3M6MTI6InByb2dyZXNzX2JhciI7aTo1O3M6OToiY291bnRkb3duIjtpOjY7czoxNToic29jaWFsX3Byb2ZpbGVzIjtpOjc7czoxMzoic2hhcmVfYnV0dG9ucyI7aTo4O3M6NjoiY29sdW1uIjt9czo3OiJmYXZpY29uIjtzOjA6IiI7czo5OiJzZW9fdGl0bGUiO3M6MDoiIjtzOjE1OiJzZW9fZGVzY3JpcHRpb24iO3M6MDoiIjtzOjEyOiJnYV9hbmFseXRpY3MiO3M6MDoiIjtzOjU6InRoZW1lIjtzOjE6IjAiO3M6MTY6ImJhY2tncm91bmRfY29sb3IiO3M6NzoiI2ZmZmZmZiI7czoxNjoiYmFja2dyb3VuZF9pbWFnZSI7czowOiIiO3M6MTg6ImJhY2tncm91bmRfb3ZlcmxheSI7czoxNToicmdiYSgwLDAsMCwwLjUpIjtzOjE1OiJiYWNrZ3JvdW5kX3NpemUiO3M6NToiY292ZXIiO3M6MTc6ImJhY2tncm91bmRfcmVwZWF0IjtzOjk6Im5vLXJlcGVhdCI7czoxOToiYmFja2dyb3VuZF9wb3NpdGlvbiI7czo4OiJsZWZ0IHRvcCI7czoyMToiYmFja2dyb3VuZF9hdHRhY2htZW50IjtzOjY6InNjcm9sbCI7czoxOToiYmdfc2xpZGVzaG93X2ltYWdlcyI7YToxOntpOjA7czowOiIiO31zOjI0OiJiZ19zbGlkZXNob3dfc2xpZGVfc3BlZWQiO3M6MToiMyI7czoxMjoiYmdfdmlkZW9fdXJsIjtzOjA6IiI7czoxMzoiYmdfdmlkZW9fbG9vcCI7czoxOiIxIjtzOjE1OiJjb250YWluZXJfY29sb3IiO3M6NzoiI2ZmZmZmZiI7czoxNjoiY29udGFpbmVyX3JhZGl1cyI7czoxOiIyIjtzOjE4OiJjb250YWluZXJfcG9zaXRpb24iO3M6MToiMSI7czoxNToiY29udGFpbmVyX3dpZHRoIjtzOjM6IjYwMCI7czoyNjoiY29udGFpbmVyX2VmZmVjdF9hbmltYXRpb24iO3M6MDoiIjtzOjEyOiJidXR0b25fY29sb3IiO3M6NzoiIzAwMDAwMCI7czoxNDoiY29udGFpbmVyX2ZsYXQiO3M6MToiMSI7czoxMDoiZm9ybV9jb2xvciI7czo3OiIjZjVmNWY1IjtzOjk6InRleHRfZm9udCI7czoyODoiSGVsdmV0aWNhLCBBcmlhbCwgc2Fucy1zZXJpZiI7czoxMToidGV4dF93ZWlnaHQiO3M6MzoiNDAwIjtzOjExOiJ0ZXh0X3N1YnNldCI7czowOiIiO3M6MTA6InRleHRfY29sb3IiO3M6NzoiIzU1NTU1NSI7czo5OiJ0ZXh0X3NpemUiO3M6MjoiMTYiO3M6MTY6InRleHRfbGluZV9oZWlnaHQiO3M6NDoiMS41MCI7czoxMzoiaGVhZGxpbmVfZm9udCI7czoxOiIwIjtzOjE1OiJoZWFkbGluZV93ZWlnaHQiO3M6MzoiNDAwIjtzOjE1OiJoZWFkbGluZV9zdWJzZXQiO3M6MDoiIjtzOjE0OiJoZWFkbGluZV9jb2xvciI7czo3OiIjMzMzMzMzIjtzOjEzOiJoZWFkbGluZV9zaXplIjtzOjI6IjMyIjtzOjIwOiJoZWFkbGluZV9saW5lX2hlaWdodCI7czo0OiIxLjAwIjtzOjExOiJidXR0b25fZm9udCI7czoxOiIwIjtzOjEzOiJidXR0b25fd2VpZ2h0IjtzOjM6IjQwMCI7czoxMzoiYnV0dG9uX3N1YnNldCI7czowOiIiO3M6MTA6InR5cGVraXRfaWQiO3M6MDoiIjtzOjk6InRoZW1lX2NzcyI7czowOiIiO3M6MTM6InRoZW1lX3NjcmlwdHMiO3M6MDoiIjtzOjEwOiJjdXN0b21fY3NzIjtzOjA6IiI7czoyMDoidHh0X3N1YnNjcmliZV9idXR0b24iO3M6OToiTm90aWZ5IE1lIjtzOjE1OiJ0eHRfZW1haWxfZmllbGQiO3M6NToiRW1haWwiO3M6MTQ6InR4dF9uYW1lX2ZpZWxkIjtzOjQ6Ik5hbWUiO3M6MjQ6InByaXZhY3lfcG9saWN5X2xpbmtfdGV4dCI7czoyOToiV2UgcHJvbWlzZSB0byBuZXZlciBzcGFtIHlvdS4iO3M6MjY6InR4dF9hbHJlYWR5X3N1YnNjcmliZWRfbXNnIjtzOjI2OiJZb3UncmUgYWxyZWFkeSBzdWJzY3JpYmVkLiI7czoyMToidHh0X2ludmFsaWRfZW1haWxfbXNnIjtzOjEzOiJJbnZhbGlkIEVtYWlsIjtzOjIwOiJ0eHRfaW52YWxpZF9uYW1lX21zZyI7czoxMjoiSW52YWxpZCBOYW1lIjtzOjIyOiJ0eHRfc3RhdHNfcmVmZXJyYWxfdXJsIjtzOjIxOiJZb3VyIFJlZmVycmFsIFVSTCBpczoiO3M6MjQ6InR4dF9zdGF0c19yZWZlcnJhbF9zdGF0cyI7czoxOToiWW91ciBSZWZlcnJhbCBTdGF0cyI7czoyNToidHh0X3N0YXRzX3JlZmVycmFsX2NsaWNrcyI7czo2OiJDbGlja3MiO3M6MzA6InR4dF9zdGF0c19yZWZlcnJhbF9zdWJzY3JpYmVycyI7czoxMDoiQ29udmVyc2lvbiI7czoxODoidHh0X2NvdW50ZG93bl9kYXlzIjtzOjQ6IkRheXMiO3M6MTc6InR4dF9jb3VudGRvd25fZGF5IjtzOjM6IkRheSI7czoxOToidHh0X2NvdW50ZG93bl9ob3VycyI7czo1OiJIb3VycyI7czoxODoidHh0X2NvdW50ZG93bl9ob3VyIjtzOjQ6IkhvdXIiO3M6MjE6InR4dF9jb3VudGRvd25fbWludXRlcyI7czo3OiJNaW51dGVzIjtzOjIwOiJ0eHRfY291bnRkb3duX21pbnV0ZSI7czo2OiJNaW51dGUiO3M6MjE6InR4dF9jb3VudGRvd25fc2Vjb25kcyI7czo3OiJTZWNvbmRzIjtzOjIwOiJ0eHRfY291bnRkb3duX3NlY29uZCI7czo2OiJTZWNvbmQiO3M6MTM6ImVuYWJsZV9maXR2aWQiO3M6MToiMSI7czoxODoicmVjYXB0Y2hhX3NpdGVfa2V5IjtzOjA6IiI7czoyMDoicmVjYXB0Y2hhX3NlY3JldF9rZXkiO3M6MDoiIjtzOjE0OiJoZWFkZXJfc2NyaXB0cyI7czowOiIiO3M6MTQ6ImZvb3Rlcl9zY3JpcHRzIjtzOjA6IiI7czoxODoiY29udmVyc2lvbl9zY3JpcHRzIjtzOjA6IiI7czo5OiJjaGVja19taWMiO3M6OToic2liaWxhbmNlIjt9',NULL,NULL,'database',0,'2016-10-10 16:44:25');
/*!40000 ALTER TABLE `wp3l_cspv5_pages` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp3l_eg_grids`
--

DROP TABLE IF EXISTS `wp3l_eg_grids`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp3l_eg_grids` (
  `id` mediumint(6) NOT NULL AUTO_INCREMENT,
  `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `handle` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `postparams` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `params` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `layers` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `settings` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `last_modified` datetime DEFAULT NULL,
  UNIQUE KEY `id` (`id`),
  UNIQUE KEY `handle` (`handle`)
) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp3l_eg_grids`
--

LOCK TABLES `wp3l_eg_grids` WRITE;
/*!40000 ALTER TABLE `wp3l_eg_grids` DISABLE KEYS */;
INSERT INTO `wp3l_eg_grids` VALUES (1,'Homepage','homepage','{\"source-type\":\"custom\",\"post_types\":\"portfolio\",\"post_category\":\"\",\"category-relation\":\"OR\",\"additional-query\":\"\",\"selected_pages\":\"\",\"max_entries\":\"-1\",\"stream-source-type\":\"instagram\",\"youtube-api\":\"\",\"youtube-channel-id\":\"\",\"youtube-type-source\":\"channel\",\"youtube-playlist\":\"\",\"youtube-playlist-select\":\"\",\"youtube-thumb-size\":\"default\",\"youtube-full-size\":\"default\",\"youtube-count\":\"12\",\"youtube-transient-sec\":\"86400\",\"vimeo-type-source\":\"user\",\"vimeo-username\":\"\",\"vimeo-groupname\":\"\",\"vimeo-albumid\":\"\",\"vimeo-channelname\":\"\",\"vimeo-thumb-size\":\"thumbnail_small\",\"vimeo-count\":\"12\",\"vimeo-transient-sec\":\"86400\",\"instagram-user-id\":\"\",\"instagram-thumb-size\":\"Low Resolution\",\"instagram-full-size\":\"Standard Resolution\",\"instagram-count\":\"12\",\"instagram-transient-sec\":\"86400\",\"flickr-api-key\":\"\",\"flickr-type\":\"publicphotos\",\"flickr-user-url\":\"\",\"flickr-photoset\":\"\",\"flickr-photoset-select\":\"\",\"flickr-gallery-url\":\"\",\"flickr-group-url\":\"\",\"flickr-thumb-size\":\"Small 320\",\"flickr-full-size\":\"Medium 800\",\"flickr-count\":\"12\",\"flickr-transient-sec\":\"86400\",\"facebook-app-id\":\"\",\"facebook-app-secret\":\"\",\"facebook-page-url\":\"\",\"facebook-type-source\":\"timeline\",\"facebook-album\":\"\",\"facebook-album-select\":\"\",\"facebook-count\":\"12\",\"facebook-transient-sec\":\"86400\",\"twitter-consumer-key\":\"\",\"twitter-consumer-secret\":\"\",\"twitter-access-token\":\"\",\"twitter-access-secret\":\"\",\"twitter-user-id\":\"\",\"twitter-image-only\":\"true\",\"twitter-include-retweets\":\"on\",\"twitter-exclude-replies\":\"on\",\"twitter-count\":\"12\",\"twitter-transient-sec\":\"86400\",\"media-source-order\":[\"featured-image\"],\"poster-source-order\":[\"featured-image\"],\"image-source-type\":\"full\",\"media-filter-type\":\"none\",\"default-image\":\"0\",\"youtube-default-image\":\"0\",\"vimeo-default-image\":\"0\",\"html-default-image\":\"0\"}','{\"layout-sizing\":\"boxed\",\"fullscreen-offset-container\":\"\",\"layout\":\"even\",\"content-push\":\"off\",\"x-ratio\":\"3\",\"y-ratio\":\"3\",\"auto-ratio\":\"true\",\"rtl\":\"off\",\"use-cobbles-pattern\":\"off\",\"columns-advanced\":\"off\",\"columns-height\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"columns-width\":[\"1400\",\"1170\",\"1024\",\"960\",\"778\",\"640\",\"480\"],\"mascontent-height\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"columns\":[\"3\",\"3\",\"3\",\"3\",\"3\",\"3\",\"2\"],\"rows-unlimited\":\"off\",\"rows\":\"3\",\"load-more\":\"none\",\"load-more-hide\":\"off\",\"load-more-text\":\"Load More\",\"load-more-show-number\":\"on\",\"load-more-start\":\"3\",\"load-more-amount\":\"3\",\"lazy-loading\":\"off\",\"lazy-loading-blur\":\"on\",\"lazy-load-color\":\"#FFFFFF\",\"0\":\"\",\"spacings\":\"15\",\"grid-padding\":[\"0\",\"0\",\"0\",\"0\"],\"main-background-color\":\"transparent\",\"navigation-skin\":\"minimal-light\",\"entry-skin\":\"9\",\"grid-animation\":\"fade\",\"grid-animation-speed\":\"1000\",\"grid-animation-delay\":\"1\",\"hover-animation-delay\":\"1\",\"top-1-align\":\"center\",\"top-1-margin-bottom\":\"0\",\"top-2-align\":\"center\",\"top-2-margin-bottom\":\"0\",\"bottom-1-align\":\"center\",\"bottom-1-margin-top\":\"0\",\"bottom-2-align\":\"center\",\"bottom-2-margin-top\":\"0\",\"left-margin-left\":\"0\",\"right-margin-right\":\"0\",\"module-spacings\":\"5\",\"pagination-numbers\":\"smart\",\"pagination-scroll\":\"off\",\"pagination-scroll-offset\":\"0\",\"filter-arrows\":\"single\",\"filter-logic\":\"or\",\"filter-start\":\"\",\"filter-show-on\":\"hover\",\"filter-all-text\":\"Filter - All\",\"filter-listing\":\"list\",\"filter-dropdown-text\":\"Filter Categories\",\"filter-counter\":\"off\",\"sort-by-text\":\"Sort By \",\"sorting-order-by\":\"date\",\"sorting-order-by-start\":\"none\",\"sorting-order-by-start-meta\":\"\",\"sorting-order-type\":\"ASC\",\"search-text\":\"Search...\",\"lb-source-order\":[\"featured-image\"],\"lightbox-mode\":\"single\",\"lightbox-exclude-media\":\"off\",\"lightbox-type\":\"null\",\"lightbox-position\":\"bottom\",\"lightbox-twitter\":\"off\",\"lightbox-facebook\":\"off\",\"lbox-inpadding\":[\"0\",\"0\",\"0\",\"0\"],\"lbox-padding\":[\"0\",\"0\",\"0\",\"0\"],\"lightbox-effect-open-close\":\"fade\",\"lightbox-effect-open-close-speed\":\"normal\",\"lightbox-effect-next-prev\":\"fade\",\"lightbox-effect-next-prev-speed\":\"normal\",\"lbox-width\":\"800\",\"lbox-height\":\"600\",\"lbox-minwidth\":\"100\",\"lbox-minheight\":\"100\",\"lbox-maxwidth\":\"9999\",\"lbox-maxheight\":\"9999\",\"lightbox-autoplay\":\"off\",\"lbox-playspeed\":\"3000\",\"lbox-preload\":\"3\",\"lightbox-arrows\":\"on\",\"lightbox-thumbs\":\"off\",\"lbox-thumb-w\":\"50\",\"lbox-thumb-h\":\"50\",\"aj-source-order\":[\"post-content\"],\"ajax-container-id\":\"ess-grid-ajax-container-\",\"ajax-container-position\":\"top\",\"ajax-scroll-onload\":\"on\",\"ajax-scrollto-offset\":\"0\",\"ajax-close-button\":\"off\",\"ajax-button-text\":\"Close\",\"ajax-nav-button\":\"off\",\"ajax-button-skin\":\"light\",\"ajax-button-type\":\"type1\",\"ajax-button-inner\":\"false\",\"ajax-button-h-pos\":\"r\",\"ajax-button-v-pos\":\"t\",\"ajax-container-pre\":\"\",\"ajax-container-post\":\"\",\"ajax-container-css\":\"\",\"ajax-callback\":\"\",\"ajax-callback-arg\":\"false\",\"ajax-css-url\":\"\",\"ajax-js-url\":\"\",\"use-spinner\":\"0\",\"spinner-color\":\"#FFFFFF\",\"hide-markup-before-load\":\"off\",\"custom-javascript\":\"\",\"cookie-save-time\":\"30\",\"cookie-save-search\":\"off\",\"cookie-save-filter\":\"off\",\"cookie-save-pagination\":\"off\",\"css-id\":\"\"}','[\"{\\\"custom-type\\\":\\\"image\\\",\\\"custom-image\\\":\\\"236\\\",\\\"custom-ratio\\\":\\\"0\\\",\\\"title\\\":\\\"Massage Therapy\\\",\\\"post-link\\\":\\\"http:\\\\\\/\\\\\\/ruthsnutrition.com\\\\\\/services\\\\\\/\\\",\\\"cobbles-size\\\":\\\"1:1\\\",\\\"use-skin\\\":\\\"-1\\\",\\\"image-fit\\\":\\\"-1\\\",\\\"image-repeat\\\":\\\"-1\\\",\\\"image-align-horizontal\\\":\\\"-1\\\",\\\"image-align-vertical\\\":\\\"-1\\\"}\",\"{\\\"custom-type\\\":\\\"image\\\",\\\"custom-image\\\":\\\"237\\\",\\\"custom-ratio\\\":\\\"0\\\",\\\"title\\\":\\\"Auricular Therapy\\\",\\\"post-link\\\":\\\"http:\\\\\\/\\\\\\/ruthsnutrition.com\\\\\\/services\\\\\\/\\\",\\\"cobbles-size\\\":\\\"1:1\\\",\\\"use-skin\\\":\\\"-1\\\",\\\"image-fit\\\":\\\"-1\\\",\\\"image-repeat\\\":\\\"-1\\\",\\\"image-align-horizontal\\\":\\\"-1\\\",\\\"image-align-vertical\\\":\\\"-1\\\"}\",\"{\\\"custom-type\\\":\\\"image\\\",\\\"custom-image\\\":\\\"231\\\",\\\"custom-ratio\\\":\\\"0\\\",\\\"title\\\":\\\"Foot Reflexology\\\",\\\"post-link\\\":\\\"http:\\\\\\/\\\\\\/ruthsnutrition.com\\\\\\/services\\\\\\/\\\",\\\"cobbles-size\\\":\\\"1:1\\\",\\\"use-skin\\\":\\\"-1\\\",\\\"image-fit\\\":\\\"-1\\\",\\\"image-repeat\\\":\\\"-1\\\",\\\"image-align-horizontal\\\":\\\"-1\\\",\\\"image-align-vertical\\\":\\\"-1\\\"}\",\"{\\\"custom-type\\\":\\\"image\\\",\\\"custom-image\\\":\\\"234\\\",\\\"custom-ratio\\\":\\\"0\\\",\\\"title\\\":\\\"Herbal Therapy\\\",\\\"post-link\\\":\\\"http:\\\\\\/\\\\\\/ruthsnutrition.com\\\\\\/services\\\\\\/\\\",\\\"cobbles-size\\\":\\\"1:1\\\",\\\"use-skin\\\":\\\"-1\\\",\\\"image-fit\\\":\\\"-1\\\",\\\"image-repeat\\\":\\\"-1\\\",\\\"image-align-horizontal\\\":\\\"-1\\\",\\\"image-align-vertical\\\":\\\"-1\\\"}\",\"{\\\"custom-type\\\":\\\"image\\\",\\\"custom-image\\\":\\\"235\\\",\\\"custom-ratio\\\":\\\"0\\\",\\\"title\\\":\\\"Bioenergetics Testing\\\",\\\"post-link\\\":\\\"http:\\\\\\/\\\\\\/ruthsnutrition.com\\\\\\/services\\\\\\/\\\",\\\"cobbles-size\\\":\\\"1:1\\\",\\\"use-skin\\\":\\\"-1\\\",\\\"image-fit\\\":\\\"-1\\\",\\\"image-repeat\\\":\\\"-1\\\",\\\"image-align-horizontal\\\":\\\"-1\\\",\\\"image-align-vertical\\\":\\\"-1\\\"}\",\"{\\\"custom-type\\\":\\\"image\\\",\\\"custom-image\\\":\\\"239\\\",\\\"custom-ratio\\\":\\\"0\\\",\\\"title\\\":\\\"Custom-Fitted Bras\\\",\\\"post-link\\\":\\\"http:\\\\\\/\\\\\\/ruthsnutrition.com\\\\\\/services\\\\\\/\\\",\\\"cobbles-size\\\":\\\"1:1\\\",\\\"use-skin\\\":\\\"-1\\\",\\\"image-fit\\\":\\\"-1\\\",\\\"image-repeat\\\":\\\"-1\\\",\\\"image-align-horizontal\\\":\\\"-1\\\",\\\"image-align-vertical\\\":\\\"-1\\\"}\"]',NULL,'2016-08-08 04:24:31'),(2,'Services','services','{\"source-type\":\"custom\",\"post_types\":\"post\",\"post_category\":\"\",\"category-relation\":\"OR\",\"additional-query\":\"\",\"selected_pages\":\"\",\"max_entries\":\"-1\",\"stream-source-type\":\"instagram\",\"youtube-api\":\"\",\"youtube-channel-id\":\"\",\"youtube-type-source\":\"channel\",\"youtube-playlist\":\"\",\"youtube-playlist-select\":\"\",\"youtube-thumb-size\":\"default\",\"youtube-full-size\":\"default\",\"youtube-count\":\"12\",\"youtube-transient-sec\":\"86400\",\"vimeo-type-source\":\"user\",\"vimeo-username\":\"\",\"vimeo-groupname\":\"\",\"vimeo-albumid\":\"\",\"vimeo-channelname\":\"\",\"vimeo-thumb-size\":\"thumbnail_small\",\"vimeo-count\":\"12\",\"vimeo-transient-sec\":\"86400\",\"instagram-user-id\":\"\",\"instagram-thumb-size\":\"Low Resolution\",\"instagram-full-size\":\"Standard Resolution\",\"instagram-count\":\"12\",\"instagram-transient-sec\":\"86400\",\"flickr-api-key\":\"\",\"flickr-type\":\"publicphotos\",\"flickr-user-url\":\"\",\"flickr-photoset\":\"\",\"flickr-photoset-select\":\"\",\"flickr-gallery-url\":\"\",\"flickr-group-url\":\"\",\"flickr-thumb-size\":\"Small 320\",\"flickr-full-size\":\"Medium 800\",\"flickr-count\":\"12\",\"flickr-transient-sec\":\"86400\",\"facebook-app-id\":\"\",\"facebook-app-secret\":\"\",\"facebook-page-url\":\"\",\"facebook-type-source\":\"timeline\",\"facebook-album\":\"\",\"facebook-album-select\":\"\",\"facebook-count\":\"12\",\"facebook-transient-sec\":\"86400\",\"twitter-consumer-key\":\"\",\"twitter-consumer-secret\":\"\",\"twitter-access-token\":\"\",\"twitter-access-secret\":\"\",\"twitter-user-id\":\"\",\"twitter-image-only\":\"true\",\"twitter-include-retweets\":\"on\",\"twitter-exclude-replies\":\"on\",\"twitter-count\":\"12\",\"twitter-transient-sec\":\"86400\",\"media-source-order\":[\"featured-image\"],\"poster-source-order\":[\"featured-image\"],\"image-source-type\":\"full\",\"media-filter-type\":\"none\",\"default-image\":\"0\",\"youtube-default-image\":\"0\",\"vimeo-default-image\":\"0\",\"html-default-image\":\"0\"}','{\"layout-sizing\":\"boxed\",\"fullscreen-offset-container\":\"\",\"layout\":\"even\",\"content-push\":\"off\",\"x-ratio\":\"3\",\"y-ratio\":\"3\",\"auto-ratio\":\"true\",\"rtl\":\"off\",\"use-cobbles-pattern\":\"off\",\"columns-advanced\":\"off\",\"columns-height\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"columns-width\":[\"1400\",\"1170\",\"1024\",\"960\",\"778\",\"640\",\"480\"],\"mascontent-height\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"columns\":[\"6\",\"6\",\"6\",\"6\",\"6\",\"3\",\"1\"],\"rows-unlimited\":\"off\",\"rows\":\"6\",\"load-more\":\"none\",\"load-more-hide\":\"off\",\"load-more-text\":\"Load More\",\"load-more-show-number\":\"on\",\"load-more-start\":\"3\",\"load-more-amount\":\"3\",\"lazy-loading\":\"off\",\"lazy-loading-blur\":\"on\",\"lazy-load-color\":\"#FFFFFF\",\"0\":\"\",\"spacings\":\"10\",\"grid-padding\":[\"0\",\"0\",\"0\",\"0\"],\"main-background-color\":\"transparent\",\"navigation-skin\":\"minimal-light\",\"entry-skin\":\"5\",\"grid-animation\":\"fade\",\"grid-animation-speed\":\"1000\",\"grid-animation-delay\":\"1\",\"hover-animation-delay\":\"1\",\"top-1-align\":\"center\",\"top-1-margin-bottom\":\"0\",\"top-2-align\":\"center\",\"top-2-margin-bottom\":\"0\",\"bottom-1-align\":\"center\",\"bottom-1-margin-top\":\"0\",\"bottom-2-align\":\"center\",\"bottom-2-margin-top\":\"0\",\"left-margin-left\":\"0\",\"right-margin-right\":\"0\",\"module-spacings\":\"5\",\"pagination-numbers\":\"smart\",\"pagination-scroll\":\"off\",\"pagination-scroll-offset\":\"0\",\"filter-arrows\":\"single\",\"filter-logic\":\"or\",\"filter-start\":\"\",\"filter-show-on\":\"hover\",\"filter-all-text\":\"Filter - All\",\"filter-listing\":\"list\",\"filter-dropdown-text\":\"Filter Categories\",\"filter-counter\":\"off\",\"sort-by-text\":\"Sort By \",\"sorting-order-by\":\"date\",\"sorting-order-by-start\":\"none\",\"sorting-order-by-start-meta\":\"\",\"sorting-order-type\":\"ASC\",\"search-text\":\"Search...\",\"lb-source-order\":[\"featured-image\"],\"lightbox-mode\":\"single\",\"lightbox-exclude-media\":\"off\",\"lightbox-type\":\"null\",\"lightbox-position\":\"bottom\",\"lightbox-twitter\":\"off\",\"lightbox-facebook\":\"off\",\"lbox-inpadding\":[\"0\",\"0\",\"0\",\"0\"],\"lbox-padding\":[\"0\",\"0\",\"0\",\"0\"],\"lightbox-effect-open-close\":\"fade\",\"lightbox-effect-open-close-speed\":\"normal\",\"lightbox-effect-next-prev\":\"fade\",\"lightbox-effect-next-prev-speed\":\"normal\",\"lbox-width\":\"800\",\"lbox-height\":\"600\",\"lbox-minwidth\":\"100\",\"lbox-minheight\":\"100\",\"lbox-maxwidth\":\"9999\",\"lbox-maxheight\":\"9999\",\"lightbox-autoplay\":\"off\",\"lbox-playspeed\":\"3000\",\"lbox-preload\":\"3\",\"lightbox-arrows\":\"on\",\"lightbox-thumbs\":\"off\",\"lbox-thumb-w\":\"50\",\"lbox-thumb-h\":\"50\",\"aj-source-order\":[\"post-content\"],\"ajax-container-id\":\"ess-grid-ajax-container-\",\"ajax-container-position\":\"top\",\"ajax-scroll-onload\":\"on\",\"ajax-scrollto-offset\":\"0\",\"ajax-close-button\":\"off\",\"ajax-button-text\":\"Close\",\"ajax-nav-button\":\"off\",\"ajax-button-skin\":\"light\",\"ajax-button-type\":\"type1\",\"ajax-button-inner\":\"false\",\"ajax-button-h-pos\":\"r\",\"ajax-button-v-pos\":\"t\",\"ajax-container-pre\":\"\",\"ajax-container-post\":\"\",\"ajax-container-css\":\"\",\"ajax-callback\":\"\",\"ajax-callback-arg\":\"false\",\"ajax-css-url\":\"\",\"ajax-js-url\":\"\",\"use-spinner\":\"0\",\"spinner-color\":\"#FFFFFF\",\"hide-markup-before-load\":\"off\",\"custom-javascript\":\"\",\"cookie-save-time\":\"30\",\"cookie-save-search\":\"off\",\"cookie-save-filter\":\"off\",\"cookie-save-pagination\":\"off\",\"css-id\":\"\"}','[\"{\\\"custom-type\\\":\\\"image\\\",\\\"custom-image\\\":\\\"236\\\",\\\"custom-ratio\\\":\\\"0\\\",\\\"title\\\":\\\"Massage Therapy\\\",\\\"cobbles-size\\\":\\\"1:1\\\",\\\"use-skin\\\":\\\"-1\\\",\\\"image-fit\\\":\\\"-1\\\",\\\"image-repeat\\\":\\\"-1\\\",\\\"image-align-horizontal\\\":\\\"-1\\\",\\\"image-align-vertical\\\":\\\"-1\\\"}\",\"{\\\"custom-type\\\":\\\"image\\\",\\\"custom-image\\\":\\\"237\\\",\\\"custom-ratio\\\":\\\"0\\\",\\\"title\\\":\\\"Auricular Therapy\\\",\\\"cobbles-size\\\":\\\"1:1\\\",\\\"use-skin\\\":\\\"-1\\\",\\\"image-fit\\\":\\\"-1\\\",\\\"image-repeat\\\":\\\"-1\\\",\\\"image-align-horizontal\\\":\\\"-1\\\",\\\"image-align-vertical\\\":\\\"-1\\\"}\",\"{\\\"custom-type\\\":\\\"image\\\",\\\"custom-image\\\":\\\"231\\\",\\\"custom-ratio\\\":\\\"0\\\",\\\"title\\\":\\\"Foot Reflexology\\\",\\\"cobbles-size\\\":\\\"1:1\\\",\\\"use-skin\\\":\\\"-1\\\",\\\"image-fit\\\":\\\"-1\\\",\\\"image-repeat\\\":\\\"-1\\\",\\\"image-align-horizontal\\\":\\\"-1\\\",\\\"image-align-vertical\\\":\\\"-1\\\"}\",\"{\\\"custom-type\\\":\\\"image\\\",\\\"custom-image\\\":\\\"234\\\",\\\"custom-ratio\\\":\\\"0\\\",\\\"title\\\":\\\"Herbal Therapy\\\",\\\"cobbles-size\\\":\\\"1:1\\\",\\\"use-skin\\\":\\\"-1\\\",\\\"image-fit\\\":\\\"-1\\\",\\\"image-repeat\\\":\\\"-1\\\",\\\"image-align-horizontal\\\":\\\"-1\\\",\\\"image-align-vertical\\\":\\\"-1\\\"}\",\"{\\\"custom-type\\\":\\\"image\\\",\\\"custom-image\\\":\\\"235\\\",\\\"custom-ratio\\\":\\\"0\\\",\\\"title\\\":\\\"Bio Energetics Testing\\\",\\\"cobbles-size\\\":\\\"1:1\\\",\\\"use-skin\\\":\\\"-1\\\",\\\"image-fit\\\":\\\"-1\\\",\\\"image-repeat\\\":\\\"-1\\\",\\\"image-align-horizontal\\\":\\\"-1\\\",\\\"image-align-vertical\\\":\\\"-1\\\"}\",\"{\\\"custom-type\\\":\\\"image\\\",\\\"custom-image\\\":\\\"239\\\",\\\"custom-ratio\\\":\\\"0\\\",\\\"title\\\":\\\"Custom-Fitted Bras\\\",\\\"cobbles-size\\\":\\\"1:1\\\",\\\"use-skin\\\":\\\"-1\\\",\\\"image-fit\\\":\\\"-1\\\",\\\"image-repeat\\\":\\\"-1\\\",\\\"image-align-horizontal\\\":\\\"-1\\\",\\\"image-align-vertical\\\":\\\"-1\\\"}\"]',NULL,'2016-08-05 00:44:17'),(3,'Solutions','solutions','{\"source-type\":\"post\",\"post_types\":\"portfolio\",\"post_category\":\"portfolio-types_11\",\"category-relation\":\"OR\",\"additional-query\":\"\",\"selected_pages\":\"\",\"max_entries\":\"-1\",\"stream-source-type\":\"instagram\",\"youtube-api\":\"\",\"youtube-channel-id\":\"\",\"youtube-type-source\":\"channel\",\"youtube-playlist\":\"\",\"youtube-playlist-select\":\"\",\"youtube-thumb-size\":\"default\",\"youtube-full-size\":\"default\",\"youtube-count\":\"12\",\"youtube-transient-sec\":\"86400\",\"vimeo-type-source\":\"user\",\"vimeo-username\":\"\",\"vimeo-groupname\":\"\",\"vimeo-albumid\":\"\",\"vimeo-channelname\":\"\",\"vimeo-thumb-size\":\"thumbnail_small\",\"vimeo-count\":\"12\",\"vimeo-transient-sec\":\"86400\",\"instagram-user-id\":\"\",\"instagram-thumb-size\":\"Low Resolution\",\"instagram-full-size\":\"Standard Resolution\",\"instagram-count\":\"12\",\"instagram-transient-sec\":\"86400\",\"flickr-api-key\":\"\",\"flickr-type\":\"publicphotos\",\"flickr-user-url\":\"\",\"flickr-photoset\":\"\",\"flickr-photoset-select\":\"\",\"flickr-gallery-url\":\"\",\"flickr-group-url\":\"\",\"flickr-thumb-size\":\"Small 320\",\"flickr-full-size\":\"Medium 800\",\"flickr-count\":\"12\",\"flickr-transient-sec\":\"86400\",\"facebook-app-id\":\"\",\"facebook-app-secret\":\"\",\"facebook-page-url\":\"\",\"facebook-type-source\":\"timeline\",\"facebook-album\":\"\",\"facebook-album-select\":\"\",\"facebook-count\":\"12\",\"facebook-transient-sec\":\"86400\",\"twitter-consumer-key\":\"\",\"twitter-consumer-secret\":\"\",\"twitter-access-token\":\"\",\"twitter-access-secret\":\"\",\"twitter-user-id\":\"\",\"twitter-image-only\":\"true\",\"twitter-include-retweets\":\"on\",\"twitter-exclude-replies\":\"on\",\"twitter-count\":\"12\",\"twitter-transient-sec\":\"86400\",\"media-source-order\":[\"featured-image\"],\"poster-source-order\":[\"featured-image\"],\"image-source-type\":\"full\",\"media-filter-type\":\"none\",\"default-image\":\"0\",\"youtube-default-image\":\"0\",\"vimeo-default-image\":\"0\",\"html-default-image\":\"0\"}','{\"layout-sizing\":\"boxed\",\"fullscreen-offset-container\":\"\",\"layout\":\"even\",\"content-push\":\"off\",\"x-ratio\":\"5\",\"y-ratio\":\"5\",\"auto-ratio\":\"true\",\"rtl\":\"off\",\"use-cobbles-pattern\":\"off\",\"columns-advanced\":\"off\",\"columns-height\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"columns-width\":[\"1400\",\"1170\",\"1024\",\"960\",\"778\",\"640\",\"480\"],\"mascontent-height\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"columns\":[\"4\",\"4\",\"4\",\"4\",\"4\",\"4\",\"1\"],\"rows-unlimited\":\"off\",\"rows\":\"8\",\"load-more\":\"none\",\"load-more-hide\":\"off\",\"load-more-text\":\"Load More\",\"load-more-show-number\":\"on\",\"load-more-start\":\"3\",\"load-more-amount\":\"3\",\"lazy-loading\":\"off\",\"lazy-loading-blur\":\"on\",\"lazy-load-color\":\"#FFFFFF\",\"0\":\"\",\"spacings\":\"10\",\"grid-padding\":[\"20\",\"20\",\"20\",\"20\"],\"main-background-color\":\"transparent\",\"navigation-skin\":\"minimal-light\",\"entry-skin\":\"52\",\"grid-animation\":\"fade\",\"grid-animation-speed\":\"1000\",\"grid-animation-delay\":\"1\",\"hover-animation-delay\":\"1\",\"top-1-align\":\"center\",\"top-1-margin-bottom\":\"0\",\"top-2-align\":\"center\",\"top-2-margin-bottom\":\"0\",\"bottom-1-align\":\"center\",\"bottom-1-margin-top\":\"0\",\"bottom-2-align\":\"center\",\"bottom-2-margin-top\":\"0\",\"left-margin-left\":\"0\",\"right-margin-right\":\"0\",\"module-spacings\":\"5\",\"pagination-numbers\":\"smart\",\"pagination-scroll\":\"off\",\"pagination-scroll-offset\":\"0\",\"filter-arrows\":\"single\",\"filter-logic\":\"or\",\"filter-start\":\"\",\"filter-show-on\":\"hover\",\"filter-all-text\":\"Filter - All\",\"filter-listing\":\"list\",\"filter-dropdown-text\":\"Filter Categories\",\"filter-counter\":\"off\",\"filter-selected\":[\"portfolio-types_11\"],\"sort-by-text\":\"Sort By \",\"sorting-order-by\":\"date\",\"sorting-order-by-start\":\"none\",\"sorting-order-by-start-meta\":\"\",\"sorting-order-type\":\"ASC\",\"search-text\":\"Search...\",\"lb-source-order\":[\"featured-image\"],\"lightbox-mode\":\"single\",\"lightbox-exclude-media\":\"off\",\"lightbox-type\":\"null\",\"lightbox-position\":\"bottom\",\"lightbox-twitter\":\"off\",\"lightbox-facebook\":\"off\",\"lbox-inpadding\":[\"0\",\"0\",\"0\",\"0\"],\"lbox-padding\":[\"0\",\"0\",\"0\",\"0\"],\"lightbox-effect-open-close\":\"fade\",\"lightbox-effect-open-close-speed\":\"normal\",\"lightbox-effect-next-prev\":\"fade\",\"lightbox-effect-next-prev-speed\":\"normal\",\"lbox-width\":\"800\",\"lbox-height\":\"600\",\"lbox-minwidth\":\"100\",\"lbox-minheight\":\"100\",\"lbox-maxwidth\":\"9999\",\"lbox-maxheight\":\"9999\",\"lightbox-autoplay\":\"off\",\"lbox-playspeed\":\"3000\",\"lbox-preload\":\"3\",\"lightbox-arrows\":\"on\",\"lightbox-thumbs\":\"off\",\"lbox-thumb-w\":\"50\",\"lbox-thumb-h\":\"50\",\"aj-source-order\":[\"post-content\"],\"ajax-container-id\":\"ess-grid-ajax-container-\",\"ajax-container-position\":\"top\",\"ajax-scroll-onload\":\"on\",\"ajax-scrollto-offset\":\"0\",\"ajax-close-button\":\"off\",\"ajax-button-text\":\"Close\",\"ajax-nav-button\":\"off\",\"ajax-button-skin\":\"light\",\"ajax-button-type\":\"type1\",\"ajax-button-inner\":\"false\",\"ajax-button-h-pos\":\"r\",\"ajax-button-v-pos\":\"t\",\"ajax-container-pre\":\"\",\"ajax-container-post\":\"\",\"ajax-container-css\":\"\",\"ajax-callback\":\"\",\"ajax-callback-arg\":\"false\",\"ajax-css-url\":\"\",\"ajax-js-url\":\"\",\"use-spinner\":\"0\",\"spinner-color\":\"#FFFFFF\",\"hide-markup-before-load\":\"off\",\"custom-javascript\":\"\",\"cookie-save-time\":\"30\",\"cookie-save-search\":\"off\",\"cookie-save-filter\":\"off\",\"cookie-save-pagination\":\"off\",\"css-id\":\"\"}','[]',NULL,'2016-09-06 22:34:02'),(4,'Homepage Svcs','home-svcs','{\"source-type\":\"post\",\"post_types\":\"portfolio\",\"post_category\":\"portfolio-types_11\",\"category-relation\":\"OR\",\"additional-query\":\"\",\"selected_pages\":\"\",\"max_entries\":\"-1\",\"stream-source-type\":\"instagram\",\"youtube-api\":\"\",\"youtube-channel-id\":\"\",\"youtube-type-source\":\"channel\",\"youtube-playlist\":\"\",\"youtube-playlist-select\":\"\",\"youtube-thumb-size\":\"default\",\"youtube-full-size\":\"default\",\"youtube-count\":\"12\",\"youtube-transient-sec\":\"86400\",\"vimeo-type-source\":\"user\",\"vimeo-username\":\"\",\"vimeo-groupname\":\"\",\"vimeo-albumid\":\"\",\"vimeo-channelname\":\"\",\"vimeo-thumb-size\":\"thumbnail_small\",\"vimeo-count\":\"12\",\"vimeo-transient-sec\":\"86400\",\"instagram-user-id\":\"\",\"instagram-thumb-size\":\"Low Resolution\",\"instagram-full-size\":\"Standard Resolution\",\"instagram-count\":\"12\",\"instagram-transient-sec\":\"86400\",\"flickr-api-key\":\"\",\"flickr-type\":\"publicphotos\",\"flickr-user-url\":\"\",\"flickr-photoset\":\"\",\"flickr-photoset-select\":\"\",\"flickr-gallery-url\":\"\",\"flickr-group-url\":\"\",\"flickr-thumb-size\":\"Small 320\",\"flickr-full-size\":\"Medium 800\",\"flickr-count\":\"12\",\"flickr-transient-sec\":\"86400\",\"facebook-app-id\":\"\",\"facebook-app-secret\":\"\",\"facebook-page-url\":\"\",\"facebook-type-source\":\"timeline\",\"facebook-album\":\"\",\"facebook-album-select\":\"\",\"facebook-count\":\"12\",\"facebook-transient-sec\":\"86400\",\"twitter-consumer-key\":\"\",\"twitter-consumer-secret\":\"\",\"twitter-access-token\":\"\",\"twitter-access-secret\":\"\",\"twitter-user-id\":\"\",\"twitter-image-only\":\"true\",\"twitter-include-retweets\":\"on\",\"twitter-exclude-replies\":\"on\",\"twitter-count\":\"12\",\"twitter-transient-sec\":\"86400\",\"media-source-order\":[\"featured-image\"],\"poster-source-order\":[\"featured-image\"],\"image-source-type\":\"full\",\"media-filter-type\":\"none\",\"default-image\":\"0\",\"youtube-default-image\":\"0\",\"vimeo-default-image\":\"0\",\"html-default-image\":\"0\"}','{\"layout-sizing\":\"boxed\",\"fullscreen-offset-container\":\"\",\"layout\":\"even\",\"content-push\":\"off\",\"x-ratio\":\"5\",\"y-ratio\":\"5\",\"auto-ratio\":\"true\",\"rtl\":\"off\",\"use-cobbles-pattern\":\"off\",\"columns-advanced\":\"off\",\"columns-height\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"columns-width\":[\"1400\",\"1170\",\"1024\",\"960\",\"778\",\"640\",\"480\"],\"mascontent-height\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"columns\":[\"4\",\"4\",\"4\",\"4\",\"4\",\"4\",\"1\"],\"rows-unlimited\":\"off\",\"rows\":\"8\",\"load-more\":\"none\",\"load-more-hide\":\"off\",\"load-more-text\":\"Load More\",\"load-more-show-number\":\"on\",\"load-more-start\":\"3\",\"load-more-amount\":\"3\",\"lazy-loading\":\"off\",\"lazy-loading-blur\":\"on\",\"lazy-load-color\":\"#FFFFFF\",\"0\":\"\",\"spacings\":\"15\",\"grid-padding\":[\"0\",\"0\",\"0\",\"0\"],\"main-background-color\":\"transparent\",\"navigation-skin\":\"minimal-light\",\"entry-skin\":\"52\",\"grid-animation\":\"fade\",\"grid-animation-speed\":\"1000\",\"grid-animation-delay\":\"1\",\"hover-animation-delay\":\"1\",\"top-1-align\":\"center\",\"top-1-margin-bottom\":\"0\",\"top-2-align\":\"center\",\"top-2-margin-bottom\":\"0\",\"bottom-1-align\":\"center\",\"bottom-1-margin-top\":\"0\",\"bottom-2-align\":\"center\",\"bottom-2-margin-top\":\"0\",\"left-margin-left\":\"0\",\"right-margin-right\":\"0\",\"module-spacings\":\"5\",\"pagination-numbers\":\"smart\",\"pagination-scroll\":\"off\",\"pagination-scroll-offset\":\"0\",\"filter-arrows\":\"single\",\"filter-logic\":\"or\",\"filter-start\":\"\",\"filter-show-on\":\"hover\",\"filter-all-text\":\"Filter - All\",\"filter-listing\":\"list\",\"filter-dropdown-text\":\"Filter Categories\",\"filter-counter\":\"off\",\"filter-selected\":[\"portfolio-types_11\"],\"sort-by-text\":\"Sort By \",\"sorting-order-by\":\"date\",\"sorting-order-by-start\":\"none\",\"sorting-order-by-start-meta\":\"\",\"sorting-order-type\":\"ASC\",\"search-text\":\"Search...\",\"lb-source-order\":[\"featured-image\"],\"lightbox-mode\":\"single\",\"lightbox-exclude-media\":\"off\",\"lightbox-type\":\"null\",\"lightbox-position\":\"bottom\",\"lightbox-twitter\":\"off\",\"lightbox-facebook\":\"off\",\"lbox-inpadding\":[\"0\",\"0\",\"0\",\"0\"],\"lbox-padding\":[\"0\",\"0\",\"0\",\"0\"],\"lightbox-effect-open-close\":\"fade\",\"lightbox-effect-open-close-speed\":\"normal\",\"lightbox-effect-next-prev\":\"fade\",\"lightbox-effect-next-prev-speed\":\"normal\",\"lbox-width\":\"800\",\"lbox-height\":\"600\",\"lbox-minwidth\":\"100\",\"lbox-minheight\":\"100\",\"lbox-maxwidth\":\"9999\",\"lbox-maxheight\":\"9999\",\"lightbox-autoplay\":\"off\",\"lbox-playspeed\":\"3000\",\"lbox-preload\":\"3\",\"lightbox-arrows\":\"on\",\"lightbox-thumbs\":\"off\",\"lbox-thumb-w\":\"50\",\"lbox-thumb-h\":\"50\",\"aj-source-order\":[\"post-content\"],\"ajax-container-id\":\"ess-grid-ajax-container-\",\"ajax-container-position\":\"top\",\"ajax-scroll-onload\":\"on\",\"ajax-scrollto-offset\":\"0\",\"ajax-close-button\":\"off\",\"ajax-button-text\":\"Close\",\"ajax-nav-button\":\"off\",\"ajax-button-skin\":\"light\",\"ajax-button-type\":\"type1\",\"ajax-button-inner\":\"false\",\"ajax-button-h-pos\":\"r\",\"ajax-button-v-pos\":\"t\",\"ajax-container-pre\":\"\",\"ajax-container-post\":\"\",\"ajax-container-css\":\"\",\"ajax-callback\":\"\",\"ajax-callback-arg\":\"false\",\"ajax-css-url\":\"\",\"ajax-js-url\":\"\",\"use-spinner\":\"3\",\"spinner-color\":\"#FFFFFF\",\"hide-markup-before-load\":\"off\",\"custom-javascript\":\"\",\"cookie-save-time\":\"30\",\"cookie-save-search\":\"off\",\"cookie-save-filter\":\"off\",\"cookie-save-pagination\":\"off\",\"css-id\":\"\"}','[]',NULL,'2016-09-06 18:22:18'),(5,'Solutions (portfolio posts)','solutions-portfolio','{\"source-type\":\"post\",\"post_types\":\"portfolio\",\"post_category\":\"portfolio-types_11\",\"category-relation\":\"OR\",\"additional-query\":\"\",\"selected_pages\":\"\",\"max_entries\":\"-1\",\"stream-source-type\":\"instagram\",\"youtube-api\":\"\",\"youtube-channel-id\":\"\",\"youtube-type-source\":\"channel\",\"youtube-playlist\":\"\",\"youtube-playlist-select\":\"\",\"youtube-thumb-size\":\"default\",\"youtube-full-size\":\"default\",\"youtube-count\":\"12\",\"youtube-transient-sec\":\"86400\",\"vimeo-type-source\":\"user\",\"vimeo-username\":\"\",\"vimeo-groupname\":\"\",\"vimeo-albumid\":\"\",\"vimeo-channelname\":\"\",\"vimeo-thumb-size\":\"thumbnail_small\",\"vimeo-count\":\"12\",\"vimeo-transient-sec\":\"86400\",\"instagram-user-id\":\"\",\"instagram-thumb-size\":\"Low Resolution\",\"instagram-full-size\":\"Standard Resolution\",\"instagram-count\":\"12\",\"instagram-transient-sec\":\"86400\",\"flickr-api-key\":\"\",\"flickr-type\":\"publicphotos\",\"flickr-user-url\":\"\",\"flickr-photoset\":\"\",\"flickr-photoset-select\":\"\",\"flickr-gallery-url\":\"\",\"flickr-group-url\":\"\",\"flickr-thumb-size\":\"Small 320\",\"flickr-full-size\":\"Medium 800\",\"flickr-count\":\"12\",\"flickr-transient-sec\":\"86400\",\"facebook-app-id\":\"\",\"facebook-app-secret\":\"\",\"facebook-page-url\":\"\",\"facebook-type-source\":\"timeline\",\"facebook-album\":\"\",\"facebook-album-select\":\"\",\"facebook-count\":\"12\",\"facebook-transient-sec\":\"86400\",\"twitter-consumer-key\":\"\",\"twitter-consumer-secret\":\"\",\"twitter-access-token\":\"\",\"twitter-access-secret\":\"\",\"twitter-user-id\":\"\",\"twitter-image-only\":\"true\",\"twitter-include-retweets\":\"on\",\"twitter-exclude-replies\":\"on\",\"twitter-count\":\"12\",\"twitter-transient-sec\":\"86400\",\"media-source-order\":[\"featured-image\"],\"poster-source-order\":[\"featured-image\"],\"image-source-type\":\"full\",\"media-filter-type\":\"none\",\"default-image\":\"0\",\"youtube-default-image\":\"0\",\"vimeo-default-image\":\"0\",\"html-default-image\":\"0\"}','{\"layout-sizing\":\"boxed\",\"fullscreen-offset-container\":\"\",\"layout\":\"even\",\"content-push\":\"off\",\"x-ratio\":\"5\",\"y-ratio\":\"5\",\"auto-ratio\":\"true\",\"rtl\":\"off\",\"use-cobbles-pattern\":\"off\",\"columns-advanced\":\"off\",\"columns-height\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"columns-width\":[\"1400\",\"1170\",\"1024\",\"960\",\"778\",\"640\",\"480\"],\"mascontent-height\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"columns\":[\"2\",\"2\",\"2\",\"2\",\"2\",\"2\",\"1\"],\"rows-unlimited\":\"off\",\"rows\":\"8\",\"load-more\":\"none\",\"load-more-hide\":\"off\",\"load-more-text\":\"Load More\",\"load-more-show-number\":\"on\",\"load-more-start\":\"3\",\"load-more-amount\":\"3\",\"lazy-loading\":\"off\",\"lazy-loading-blur\":\"on\",\"lazy-load-color\":\"#FFFFFF\",\"0\":\"\",\"spacings\":\"10\",\"grid-padding\":[\"20\",\"20\",\"20\",\"20\"],\"main-background-color\":\"transparent\",\"navigation-skin\":\"minimal-light\",\"entry-skin\":\"52\",\"grid-animation\":\"fade\",\"grid-animation-speed\":\"1000\",\"grid-animation-delay\":\"1\",\"hover-animation-delay\":\"1\",\"top-1-align\":\"center\",\"top-1-margin-bottom\":\"0\",\"top-2-align\":\"left\",\"top-2-margin-bottom\":\"15\",\"bottom-1-align\":\"center\",\"bottom-1-margin-top\":\"0\",\"bottom-2-align\":\"center\",\"bottom-2-margin-top\":\"0\",\"left-margin-left\":\"0\",\"right-margin-right\":\"0\",\"module-spacings\":\"5\",\"pagination-numbers\":\"smart\",\"pagination-scroll\":\"off\",\"pagination-scroll-offset\":\"0\",\"filter-arrows\":\"single\",\"filter-logic\":\"or\",\"filter-start\":\"\",\"filter-show-on\":\"hover\",\"filter-all-text\":\"Filter - All\",\"filter-listing\":\"list\",\"filter-dropdown-text\":\"Filter Categories\",\"filter-counter\":\"off\",\"filter-selected\":[\"portfolio-types_11\"],\"sort-by-text\":\"Sort By \",\"sorting-order-by\":\"date\",\"sorting-order-by-start\":\"none\",\"sorting-order-by-start-meta\":\"\",\"sorting-order-type\":\"ASC\",\"search-text\":\"Search...\",\"lb-source-order\":[\"featured-image\"],\"lightbox-mode\":\"single\",\"lightbox-exclude-media\":\"off\",\"lightbox-type\":\"null\",\"lightbox-position\":\"bottom\",\"lightbox-twitter\":\"off\",\"lightbox-facebook\":\"off\",\"lbox-inpadding\":[\"0\",\"0\",\"0\",\"0\"],\"lbox-padding\":[\"0\",\"0\",\"0\",\"0\"],\"lightbox-effect-open-close\":\"fade\",\"lightbox-effect-open-close-speed\":\"normal\",\"lightbox-effect-next-prev\":\"fade\",\"lightbox-effect-next-prev-speed\":\"normal\",\"lbox-width\":\"800\",\"lbox-height\":\"600\",\"lbox-minwidth\":\"100\",\"lbox-minheight\":\"100\",\"lbox-maxwidth\":\"9999\",\"lbox-maxheight\":\"9999\",\"lightbox-autoplay\":\"off\",\"lbox-playspeed\":\"3000\",\"lbox-preload\":\"3\",\"lightbox-arrows\":\"on\",\"lightbox-thumbs\":\"off\",\"lbox-thumb-w\":\"50\",\"lbox-thumb-h\":\"50\",\"aj-source-order\":[\"post-content\"],\"ajax-container-id\":\"ess-grid-ajax-container-\",\"ajax-container-position\":\"top\",\"ajax-scroll-onload\":\"on\",\"ajax-scrollto-offset\":\"0\",\"ajax-close-button\":\"off\",\"ajax-button-text\":\"Close\",\"ajax-nav-button\":\"off\",\"ajax-button-skin\":\"light\",\"ajax-button-type\":\"type1\",\"ajax-button-inner\":\"false\",\"ajax-button-h-pos\":\"r\",\"ajax-button-v-pos\":\"t\",\"ajax-container-pre\":\"\",\"ajax-container-post\":\"\",\"ajax-container-css\":\"\",\"ajax-callback\":\"\",\"ajax-callback-arg\":\"false\",\"ajax-css-url\":\"\",\"ajax-js-url\":\"\",\"use-spinner\":\"0\",\"spinner-color\":\"#FFFFFF\",\"hide-markup-before-load\":\"off\",\"custom-javascript\":\"\",\"cookie-save-time\":\"30\",\"cookie-save-search\":\"off\",\"cookie-save-filter\":\"off\",\"cookie-save-pagination\":\"off\",\"css-id\":\"\",\"navigation-layout\":{\"pagination\":{\"top-2\":\"1\"},\"left\":{\"top-2\":\"0\"},\"right\":{\"top-2\":\"2\"}}}','[]',NULL,'2016-09-06 17:49:05'),(6,'Homepage-155659','homepage-155659','{\"source-type\":\"custom\",\"post_types\":\"portfolio\",\"post_category\":\"\",\"category-relation\":\"OR\",\"additional-query\":\"\",\"selected_pages\":\"\",\"max_entries\":\"-1\",\"stream-source-type\":\"instagram\",\"youtube-api\":\"\",\"youtube-channel-id\":\"\",\"youtube-type-source\":\"channel\",\"youtube-playlist\":\"\",\"youtube-playlist-select\":\"\",\"youtube-thumb-size\":\"default\",\"youtube-full-size\":\"default\",\"youtube-count\":\"12\",\"youtube-transient-sec\":\"86400\",\"vimeo-type-source\":\"user\",\"vimeo-username\":\"\",\"vimeo-groupname\":\"\",\"vimeo-albumid\":\"\",\"vimeo-channelname\":\"\",\"vimeo-thumb-size\":\"thumbnail_small\",\"vimeo-count\":\"12\",\"vimeo-transient-sec\":\"86400\",\"instagram-user-id\":\"\",\"instagram-thumb-size\":\"Low Resolution\",\"instagram-full-size\":\"Standard Resolution\",\"instagram-count\":\"12\",\"instagram-transient-sec\":\"86400\",\"flickr-api-key\":\"\",\"flickr-type\":\"publicphotos\",\"flickr-user-url\":\"\",\"flickr-photoset\":\"\",\"flickr-photoset-select\":\"\",\"flickr-gallery-url\":\"\",\"flickr-group-url\":\"\",\"flickr-thumb-size\":\"Small 320\",\"flickr-full-size\":\"Medium 800\",\"flickr-count\":\"12\",\"flickr-transient-sec\":\"86400\",\"facebook-app-id\":\"\",\"facebook-app-secret\":\"\",\"facebook-page-url\":\"\",\"facebook-type-source\":\"timeline\",\"facebook-album\":\"\",\"facebook-album-select\":\"\",\"facebook-count\":\"12\",\"facebook-transient-sec\":\"86400\",\"twitter-consumer-key\":\"\",\"twitter-consumer-secret\":\"\",\"twitter-access-token\":\"\",\"twitter-access-secret\":\"\",\"twitter-user-id\":\"\",\"twitter-image-only\":\"true\",\"twitter-include-retweets\":\"on\",\"twitter-exclude-replies\":\"on\",\"twitter-count\":\"12\",\"twitter-transient-sec\":\"86400\",\"media-source-order\":[\"featured-image\"],\"poster-source-order\":[\"featured-image\"],\"image-source-type\":\"full\",\"media-filter-type\":\"none\",\"default-image\":\"0\",\"youtube-default-image\":\"0\",\"vimeo-default-image\":\"0\",\"html-default-image\":\"0\"}','{\"layout-sizing\":\"boxed\",\"fullscreen-offset-container\":\"\",\"layout\":\"even\",\"content-push\":\"off\",\"x-ratio\":\"3\",\"y-ratio\":\"3\",\"auto-ratio\":\"true\",\"rtl\":\"off\",\"use-cobbles-pattern\":\"off\",\"columns-advanced\":\"off\",\"columns-height\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"columns-width\":[\"1400\",\"1170\",\"1024\",\"960\",\"778\",\"640\",\"480\"],\"mascontent-height\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"columns\":[\"3\",\"3\",\"3\",\"3\",\"3\",\"3\",\"2\"],\"rows-unlimited\":\"off\",\"rows\":\"3\",\"load-more\":\"none\",\"load-more-hide\":\"off\",\"load-more-text\":\"Load More\",\"load-more-show-number\":\"on\",\"load-more-start\":\"3\",\"load-more-amount\":\"3\",\"lazy-loading\":\"off\",\"lazy-loading-blur\":\"on\",\"lazy-load-color\":\"#FFFFFF\",\"0\":\"\",\"spacings\":\"15\",\"grid-padding\":[\"0\",\"0\",\"0\",\"0\"],\"main-background-color\":\"transparent\",\"navigation-skin\":\"minimal-light\",\"entry-skin\":\"9\",\"grid-animation\":\"fade\",\"grid-animation-speed\":\"1000\",\"grid-animation-delay\":\"1\",\"hover-animation-delay\":\"1\",\"top-1-align\":\"center\",\"top-1-margin-bottom\":\"0\",\"top-2-align\":\"center\",\"top-2-margin-bottom\":\"0\",\"bottom-1-align\":\"center\",\"bottom-1-margin-top\":\"0\",\"bottom-2-align\":\"center\",\"bottom-2-margin-top\":\"0\",\"left-margin-left\":\"0\",\"right-margin-right\":\"0\",\"module-spacings\":\"5\",\"pagination-numbers\":\"smart\",\"pagination-scroll\":\"off\",\"pagination-scroll-offset\":\"0\",\"filter-arrows\":\"single\",\"filter-logic\":\"or\",\"filter-start\":\"\",\"filter-show-on\":\"hover\",\"filter-all-text\":\"Filter - All\",\"filter-listing\":\"list\",\"filter-dropdown-text\":\"Filter Categories\",\"filter-counter\":\"off\",\"sort-by-text\":\"Sort By \",\"sorting-order-by\":\"date\",\"sorting-order-by-start\":\"none\",\"sorting-order-by-start-meta\":\"\",\"sorting-order-type\":\"ASC\",\"search-text\":\"Search...\",\"lb-source-order\":[\"featured-image\"],\"lightbox-mode\":\"single\",\"lightbox-exclude-media\":\"off\",\"lightbox-type\":\"null\",\"lightbox-position\":\"bottom\",\"lightbox-twitter\":\"off\",\"lightbox-facebook\":\"off\",\"lbox-inpadding\":[\"0\",\"0\",\"0\",\"0\"],\"lbox-padding\":[\"0\",\"0\",\"0\",\"0\"],\"lightbox-effect-open-close\":\"fade\",\"lightbox-effect-open-close-speed\":\"normal\",\"lightbox-effect-next-prev\":\"fade\",\"lightbox-effect-next-prev-speed\":\"normal\",\"lbox-width\":\"800\",\"lbox-height\":\"600\",\"lbox-minwidth\":\"100\",\"lbox-minheight\":\"100\",\"lbox-maxwidth\":\"9999\",\"lbox-maxheight\":\"9999\",\"lightbox-autoplay\":\"off\",\"lbox-playspeed\":\"3000\",\"lbox-preload\":\"3\",\"lightbox-arrows\":\"on\",\"lightbox-thumbs\":\"off\",\"lbox-thumb-w\":\"50\",\"lbox-thumb-h\":\"50\",\"aj-source-order\":[\"post-content\"],\"ajax-container-id\":\"ess-grid-ajax-container-\",\"ajax-container-position\":\"top\",\"ajax-scroll-onload\":\"on\",\"ajax-scrollto-offset\":\"0\",\"ajax-close-button\":\"off\",\"ajax-button-text\":\"Close\",\"ajax-nav-button\":\"off\",\"ajax-button-skin\":\"light\",\"ajax-button-type\":\"type1\",\"ajax-button-inner\":\"false\",\"ajax-button-h-pos\":\"r\",\"ajax-button-v-pos\":\"t\",\"ajax-container-pre\":\"\",\"ajax-container-post\":\"\",\"ajax-container-css\":\"\",\"ajax-callback\":\"\",\"ajax-callback-arg\":\"false\",\"ajax-css-url\":\"\",\"ajax-js-url\":\"\",\"use-spinner\":\"0\",\"spinner-color\":\"#FFFFFF\",\"hide-markup-before-load\":\"off\",\"custom-javascript\":\"\",\"cookie-save-time\":\"30\",\"cookie-save-search\":\"off\",\"cookie-save-filter\":\"off\",\"cookie-save-pagination\":\"off\",\"css-id\":\"\"}','[\"{\\\"custom-type\\\":\\\"image\\\",\\\"custom-image\\\":\\\"236\\\",\\\"custom-ratio\\\":\\\"0\\\",\\\"title\\\":\\\"Massage Therapy\\\",\\\"post-link\\\":\\\"http:\\\\\\/\\\\\\/mitziconnell.com\\\\\\/demo18\\\\\\/services\\\\\\/\\\",\\\"cobbles-size\\\":\\\"1:1\\\",\\\"use-skin\\\":\\\"-1\\\",\\\"image-fit\\\":\\\"-1\\\",\\\"image-repeat\\\":\\\"-1\\\",\\\"image-align-horizontal\\\":\\\"-1\\\",\\\"image-align-vertical\\\":\\\"-1\\\"}\",\"{\\\"custom-type\\\":\\\"image\\\",\\\"custom-image\\\":\\\"237\\\",\\\"custom-ratio\\\":\\\"0\\\",\\\"title\\\":\\\"Auricular Therapy\\\",\\\"post-link\\\":\\\"http:\\\\\\/\\\\\\/mitziconnell.com\\\\\\/demo18\\\\\\/services\\\\\\/\\\",\\\"cobbles-size\\\":\\\"1:1\\\",\\\"use-skin\\\":\\\"-1\\\",\\\"image-fit\\\":\\\"-1\\\",\\\"image-repeat\\\":\\\"-1\\\",\\\"image-align-horizontal\\\":\\\"-1\\\",\\\"image-align-vertical\\\":\\\"-1\\\"}\",\"{\\\"custom-type\\\":\\\"image\\\",\\\"custom-image\\\":\\\"231\\\",\\\"custom-ratio\\\":\\\"0\\\",\\\"title\\\":\\\"Foot Reflexology\\\",\\\"post-link\\\":\\\"http:\\\\\\/\\\\\\/mitziconnell.com\\\\\\/demo18\\\\\\/services\\\\\\/\\\",\\\"cobbles-size\\\":\\\"1:1\\\",\\\"use-skin\\\":\\\"-1\\\",\\\"image-fit\\\":\\\"-1\\\",\\\"image-repeat\\\":\\\"-1\\\",\\\"image-align-horizontal\\\":\\\"-1\\\",\\\"image-align-vertical\\\":\\\"-1\\\"}\",\"{\\\"custom-type\\\":\\\"image\\\",\\\"custom-image\\\":\\\"234\\\",\\\"custom-ratio\\\":\\\"0\\\",\\\"title\\\":\\\"Herbal Therapy\\\",\\\"post-link\\\":\\\"http:\\\\\\/\\\\\\/mitziconnell.com\\\\\\/demo18\\\\\\/services\\\\\\/\\\",\\\"cobbles-size\\\":\\\"1:1\\\",\\\"use-skin\\\":\\\"-1\\\",\\\"image-fit\\\":\\\"-1\\\",\\\"image-repeat\\\":\\\"-1\\\",\\\"image-align-horizontal\\\":\\\"-1\\\",\\\"image-align-vertical\\\":\\\"-1\\\"}\",\"{\\\"custom-type\\\":\\\"image\\\",\\\"custom-image\\\":\\\"235\\\",\\\"custom-ratio\\\":\\\"0\\\",\\\"title\\\":\\\"Bioenergetics Testing\\\",\\\"post-link\\\":\\\"http:\\\\\\/\\\\\\/mitziconnell.com\\\\\\/demo18\\\\\\/services\\\\\\/\\\",\\\"cobbles-size\\\":\\\"1:1\\\",\\\"use-skin\\\":\\\"-1\\\",\\\"image-fit\\\":\\\"-1\\\",\\\"image-repeat\\\":\\\"-1\\\",\\\"image-align-horizontal\\\":\\\"-1\\\",\\\"image-align-vertical\\\":\\\"-1\\\"}\",\"{\\\"custom-type\\\":\\\"image\\\",\\\"custom-image\\\":\\\"239\\\",\\\"custom-ratio\\\":\\\"0\\\",\\\"title\\\":\\\"Custom-Fitted Bras\\\",\\\"post-link\\\":\\\"http:\\\\\\/\\\\\\/mitziconnell.com\\\\\\/demo18\\\\\\/services\\\\\\/\\\",\\\"cobbles-size\\\":\\\"1:1\\\",\\\"use-skin\\\":\\\"-1\\\",\\\"image-fit\\\":\\\"-1\\\",\\\"image-repeat\\\":\\\"-1\\\",\\\"image-align-horizontal\\\":\\\"-1\\\",\\\"image-align-vertical\\\":\\\"-1\\\"}\"]',NULL,NULL),(7,'Services-155659','services-155659','{\"source-type\":\"custom\",\"post_types\":\"post\",\"post_category\":\"\",\"category-relation\":\"OR\",\"additional-query\":\"\",\"selected_pages\":\"\",\"max_entries\":\"-1\",\"stream-source-type\":\"instagram\",\"youtube-api\":\"\",\"youtube-channel-id\":\"\",\"youtube-type-source\":\"channel\",\"youtube-playlist\":\"\",\"youtube-playlist-select\":\"\",\"youtube-thumb-size\":\"default\",\"youtube-full-size\":\"default\",\"youtube-count\":\"12\",\"youtube-transient-sec\":\"86400\",\"vimeo-type-source\":\"user\",\"vimeo-username\":\"\",\"vimeo-groupname\":\"\",\"vimeo-albumid\":\"\",\"vimeo-channelname\":\"\",\"vimeo-thumb-size\":\"thumbnail_small\",\"vimeo-count\":\"12\",\"vimeo-transient-sec\":\"86400\",\"instagram-user-id\":\"\",\"instagram-thumb-size\":\"Low Resolution\",\"instagram-full-size\":\"Standard Resolution\",\"instagram-count\":\"12\",\"instagram-transient-sec\":\"86400\",\"flickr-api-key\":\"\",\"flickr-type\":\"publicphotos\",\"flickr-user-url\":\"\",\"flickr-photoset\":\"\",\"flickr-photoset-select\":\"\",\"flickr-gallery-url\":\"\",\"flickr-group-url\":\"\",\"flickr-thumb-size\":\"Small 320\",\"flickr-full-size\":\"Medium 800\",\"flickr-count\":\"12\",\"flickr-transient-sec\":\"86400\",\"facebook-app-id\":\"\",\"facebook-app-secret\":\"\",\"facebook-page-url\":\"\",\"facebook-type-source\":\"timeline\",\"facebook-album\":\"\",\"facebook-album-select\":\"\",\"facebook-count\":\"12\",\"facebook-transient-sec\":\"86400\",\"twitter-consumer-key\":\"\",\"twitter-consumer-secret\":\"\",\"twitter-access-token\":\"\",\"twitter-access-secret\":\"\",\"twitter-user-id\":\"\",\"twitter-image-only\":\"true\",\"twitter-include-retweets\":\"on\",\"twitter-exclude-replies\":\"on\",\"twitter-count\":\"12\",\"twitter-transient-sec\":\"86400\",\"media-source-order\":[\"featured-image\"],\"poster-source-order\":[\"featured-image\"],\"image-source-type\":\"full\",\"media-filter-type\":\"none\",\"default-image\":\"0\",\"youtube-default-image\":\"0\",\"vimeo-default-image\":\"0\",\"html-default-image\":\"0\"}','{\"layout-sizing\":\"boxed\",\"fullscreen-offset-container\":\"\",\"layout\":\"even\",\"content-push\":\"off\",\"x-ratio\":\"3\",\"y-ratio\":\"3\",\"auto-ratio\":\"true\",\"rtl\":\"off\",\"use-cobbles-pattern\":\"off\",\"columns-advanced\":\"off\",\"columns-height\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"columns-width\":[\"1400\",\"1170\",\"1024\",\"960\",\"778\",\"640\",\"480\"],\"mascontent-height\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"columns\":[\"6\",\"6\",\"6\",\"6\",\"6\",\"3\",\"1\"],\"rows-unlimited\":\"off\",\"rows\":\"6\",\"load-more\":\"none\",\"load-more-hide\":\"off\",\"load-more-text\":\"Load More\",\"load-more-show-number\":\"on\",\"load-more-start\":\"3\",\"load-more-amount\":\"3\",\"lazy-loading\":\"off\",\"lazy-loading-blur\":\"on\",\"lazy-load-color\":\"#FFFFFF\",\"0\":\"\",\"spacings\":\"10\",\"grid-padding\":[\"0\",\"0\",\"0\",\"0\"],\"main-background-color\":\"transparent\",\"navigation-skin\":\"minimal-light\",\"entry-skin\":\"5\",\"grid-animation\":\"fade\",\"grid-animation-speed\":\"1000\",\"grid-animation-delay\":\"1\",\"hover-animation-delay\":\"1\",\"top-1-align\":\"center\",\"top-1-margin-bottom\":\"0\",\"top-2-align\":\"center\",\"top-2-margin-bottom\":\"0\",\"bottom-1-align\":\"center\",\"bottom-1-margin-top\":\"0\",\"bottom-2-align\":\"center\",\"bottom-2-margin-top\":\"0\",\"left-margin-left\":\"0\",\"right-margin-right\":\"0\",\"module-spacings\":\"5\",\"pagination-numbers\":\"smart\",\"pagination-scroll\":\"off\",\"pagination-scroll-offset\":\"0\",\"filter-arrows\":\"single\",\"filter-logic\":\"or\",\"filter-start\":\"\",\"filter-show-on\":\"hover\",\"filter-all-text\":\"Filter - All\",\"filter-listing\":\"list\",\"filter-dropdown-text\":\"Filter Categories\",\"filter-counter\":\"off\",\"sort-by-text\":\"Sort By \",\"sorting-order-by\":\"date\",\"sorting-order-by-start\":\"none\",\"sorting-order-by-start-meta\":\"\",\"sorting-order-type\":\"ASC\",\"search-text\":\"Search...\",\"lb-source-order\":[\"featured-image\"],\"lightbox-mode\":\"single\",\"lightbox-exclude-media\":\"off\",\"lightbox-type\":\"null\",\"lightbox-position\":\"bottom\",\"lightbox-twitter\":\"off\",\"lightbox-facebook\":\"off\",\"lbox-inpadding\":[\"0\",\"0\",\"0\",\"0\"],\"lbox-padding\":[\"0\",\"0\",\"0\",\"0\"],\"lightbox-effect-open-close\":\"fade\",\"lightbox-effect-open-close-speed\":\"normal\",\"lightbox-effect-next-prev\":\"fade\",\"lightbox-effect-next-prev-speed\":\"normal\",\"lbox-width\":\"800\",\"lbox-height\":\"600\",\"lbox-minwidth\":\"100\",\"lbox-minheight\":\"100\",\"lbox-maxwidth\":\"9999\",\"lbox-maxheight\":\"9999\",\"lightbox-autoplay\":\"off\",\"lbox-playspeed\":\"3000\",\"lbox-preload\":\"3\",\"lightbox-arrows\":\"on\",\"lightbox-thumbs\":\"off\",\"lbox-thumb-w\":\"50\",\"lbox-thumb-h\":\"50\",\"aj-source-order\":[\"post-content\"],\"ajax-container-id\":\"ess-grid-ajax-container-\",\"ajax-container-position\":\"top\",\"ajax-scroll-onload\":\"on\",\"ajax-scrollto-offset\":\"0\",\"ajax-close-button\":\"off\",\"ajax-button-text\":\"Close\",\"ajax-nav-button\":\"off\",\"ajax-button-skin\":\"light\",\"ajax-button-type\":\"type1\",\"ajax-button-inner\":\"false\",\"ajax-button-h-pos\":\"r\",\"ajax-button-v-pos\":\"t\",\"ajax-container-pre\":\"\",\"ajax-container-post\":\"\",\"ajax-container-css\":\"\",\"ajax-callback\":\"\",\"ajax-callback-arg\":\"false\",\"ajax-css-url\":\"\",\"ajax-js-url\":\"\",\"use-spinner\":\"0\",\"spinner-color\":\"#FFFFFF\",\"hide-markup-before-load\":\"off\",\"custom-javascript\":\"\",\"cookie-save-time\":\"30\",\"cookie-save-search\":\"off\",\"cookie-save-filter\":\"off\",\"cookie-save-pagination\":\"off\",\"css-id\":\"\"}','[\"{\\\"custom-type\\\":\\\"image\\\",\\\"custom-image\\\":\\\"236\\\",\\\"custom-ratio\\\":\\\"0\\\",\\\"title\\\":\\\"Massage Therapy\\\",\\\"cobbles-size\\\":\\\"1:1\\\",\\\"use-skin\\\":\\\"-1\\\",\\\"image-fit\\\":\\\"-1\\\",\\\"image-repeat\\\":\\\"-1\\\",\\\"image-align-horizontal\\\":\\\"-1\\\",\\\"image-align-vertical\\\":\\\"-1\\\"}\",\"{\\\"custom-type\\\":\\\"image\\\",\\\"custom-image\\\":\\\"237\\\",\\\"custom-ratio\\\":\\\"0\\\",\\\"title\\\":\\\"Auricular Therapy\\\",\\\"cobbles-size\\\":\\\"1:1\\\",\\\"use-skin\\\":\\\"-1\\\",\\\"image-fit\\\":\\\"-1\\\",\\\"image-repeat\\\":\\\"-1\\\",\\\"image-align-horizontal\\\":\\\"-1\\\",\\\"image-align-vertical\\\":\\\"-1\\\"}\",\"{\\\"custom-type\\\":\\\"image\\\",\\\"custom-image\\\":\\\"231\\\",\\\"custom-ratio\\\":\\\"0\\\",\\\"title\\\":\\\"Foot Reflexology\\\",\\\"cobbles-size\\\":\\\"1:1\\\",\\\"use-skin\\\":\\\"-1\\\",\\\"image-fit\\\":\\\"-1\\\",\\\"image-repeat\\\":\\\"-1\\\",\\\"image-align-horizontal\\\":\\\"-1\\\",\\\"image-align-vertical\\\":\\\"-1\\\"}\",\"{\\\"custom-type\\\":\\\"image\\\",\\\"custom-image\\\":\\\"234\\\",\\\"custom-ratio\\\":\\\"0\\\",\\\"title\\\":\\\"Herbal Therapy\\\",\\\"cobbles-size\\\":\\\"1:1\\\",\\\"use-skin\\\":\\\"-1\\\",\\\"image-fit\\\":\\\"-1\\\",\\\"image-repeat\\\":\\\"-1\\\",\\\"image-align-horizontal\\\":\\\"-1\\\",\\\"image-align-vertical\\\":\\\"-1\\\"}\",\"{\\\"custom-type\\\":\\\"image\\\",\\\"custom-image\\\":\\\"235\\\",\\\"custom-ratio\\\":\\\"0\\\",\\\"title\\\":\\\"Bio Energetics Testing\\\",\\\"cobbles-size\\\":\\\"1:1\\\",\\\"use-skin\\\":\\\"-1\\\",\\\"image-fit\\\":\\\"-1\\\",\\\"image-repeat\\\":\\\"-1\\\",\\\"image-align-horizontal\\\":\\\"-1\\\",\\\"image-align-vertical\\\":\\\"-1\\\"}\",\"{\\\"custom-type\\\":\\\"image\\\",\\\"custom-image\\\":\\\"239\\\",\\\"custom-ratio\\\":\\\"0\\\",\\\"title\\\":\\\"Custom-Fitted Bras\\\",\\\"cobbles-size\\\":\\\"1:1\\\",\\\"use-skin\\\":\\\"-1\\\",\\\"image-fit\\\":\\\"-1\\\",\\\"image-repeat\\\":\\\"-1\\\",\\\"image-align-horizontal\\\":\\\"-1\\\",\\\"image-align-vertical\\\":\\\"-1\\\"}\"]',NULL,NULL),(8,'Solutions-155659','solutions-155659','{\"source-type\":\"post\",\"post_types\":\"portfolio\",\"post_category\":\"portfolio-types_11\",\"category-relation\":\"OR\",\"additional-query\":\"\",\"selected_pages\":\"\",\"max_entries\":\"-1\",\"stream-source-type\":\"instagram\",\"youtube-api\":\"\",\"youtube-channel-id\":\"\",\"youtube-type-source\":\"channel\",\"youtube-playlist\":\"\",\"youtube-playlist-select\":\"\",\"youtube-thumb-size\":\"default\",\"youtube-full-size\":\"default\",\"youtube-count\":\"12\",\"youtube-transient-sec\":\"86400\",\"vimeo-type-source\":\"user\",\"vimeo-username\":\"\",\"vimeo-groupname\":\"\",\"vimeo-albumid\":\"\",\"vimeo-channelname\":\"\",\"vimeo-thumb-size\":\"thumbnail_small\",\"vimeo-count\":\"12\",\"vimeo-transient-sec\":\"86400\",\"instagram-user-id\":\"\",\"instagram-thumb-size\":\"Low Resolution\",\"instagram-full-size\":\"Standard Resolution\",\"instagram-count\":\"12\",\"instagram-transient-sec\":\"86400\",\"flickr-api-key\":\"\",\"flickr-type\":\"publicphotos\",\"flickr-user-url\":\"\",\"flickr-photoset\":\"\",\"flickr-photoset-select\":\"\",\"flickr-gallery-url\":\"\",\"flickr-group-url\":\"\",\"flickr-thumb-size\":\"Small 320\",\"flickr-full-size\":\"Medium 800\",\"flickr-count\":\"12\",\"flickr-transient-sec\":\"86400\",\"facebook-app-id\":\"\",\"facebook-app-secret\":\"\",\"facebook-page-url\":\"\",\"facebook-type-source\":\"timeline\",\"facebook-album\":\"\",\"facebook-album-select\":\"\",\"facebook-count\":\"12\",\"facebook-transient-sec\":\"86400\",\"twitter-consumer-key\":\"\",\"twitter-consumer-secret\":\"\",\"twitter-access-token\":\"\",\"twitter-access-secret\":\"\",\"twitter-user-id\":\"\",\"twitter-image-only\":\"true\",\"twitter-include-retweets\":\"on\",\"twitter-exclude-replies\":\"on\",\"twitter-count\":\"12\",\"twitter-transient-sec\":\"86400\",\"media-source-order\":[\"featured-image\"],\"poster-source-order\":[\"featured-image\"],\"image-source-type\":\"full\",\"media-filter-type\":\"none\",\"default-image\":\"0\",\"youtube-default-image\":\"0\",\"vimeo-default-image\":\"0\",\"html-default-image\":\"0\"}','{\"layout-sizing\":\"boxed\",\"fullscreen-offset-container\":\"\",\"layout\":\"even\",\"content-push\":\"off\",\"x-ratio\":\"5\",\"y-ratio\":\"5\",\"auto-ratio\":\"true\",\"rtl\":\"off\",\"use-cobbles-pattern\":\"off\",\"columns-advanced\":\"off\",\"columns-height\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"columns-width\":[\"1400\",\"1170\",\"1024\",\"960\",\"778\",\"640\",\"480\"],\"mascontent-height\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"columns\":[\"4\",\"4\",\"4\",\"4\",\"4\",\"4\",\"1\"],\"rows-unlimited\":\"off\",\"rows\":\"8\",\"load-more\":\"none\",\"load-more-hide\":\"off\",\"load-more-text\":\"Load More\",\"load-more-show-number\":\"on\",\"load-more-start\":\"3\",\"load-more-amount\":\"3\",\"lazy-loading\":\"off\",\"lazy-loading-blur\":\"on\",\"lazy-load-color\":\"#FFFFFF\",\"0\":\"\",\"spacings\":\"10\",\"grid-padding\":[\"20\",\"20\",\"20\",\"20\"],\"main-background-color\":\"transparent\",\"navigation-skin\":\"minimal-light\",\"entry-skin\":\"52\",\"grid-animation\":\"fade\",\"grid-animation-speed\":\"1000\",\"grid-animation-delay\":\"1\",\"hover-animation-delay\":\"1\",\"top-1-align\":\"center\",\"top-1-margin-bottom\":\"0\",\"top-2-align\":\"center\",\"top-2-margin-bottom\":\"0\",\"bottom-1-align\":\"center\",\"bottom-1-margin-top\":\"0\",\"bottom-2-align\":\"center\",\"bottom-2-margin-top\":\"0\",\"left-margin-left\":\"0\",\"right-margin-right\":\"0\",\"module-spacings\":\"5\",\"pagination-numbers\":\"smart\",\"pagination-scroll\":\"off\",\"pagination-scroll-offset\":\"0\",\"filter-arrows\":\"single\",\"filter-logic\":\"or\",\"filter-start\":\"\",\"filter-show-on\":\"hover\",\"filter-all-text\":\"Filter - All\",\"filter-listing\":\"list\",\"filter-dropdown-text\":\"Filter Categories\",\"filter-counter\":\"off\",\"filter-selected\":[\"portfolio-types_11\"],\"sort-by-text\":\"Sort By \",\"sorting-order-by\":\"date\",\"sorting-order-by-start\":\"none\",\"sorting-order-by-start-meta\":\"\",\"sorting-order-type\":\"ASC\",\"search-text\":\"Search...\",\"lb-source-order\":[\"featured-image\"],\"lightbox-mode\":\"single\",\"lightbox-exclude-media\":\"off\",\"lightbox-type\":\"null\",\"lightbox-position\":\"bottom\",\"lightbox-twitter\":\"off\",\"lightbox-facebook\":\"off\",\"lbox-inpadding\":[\"0\",\"0\",\"0\",\"0\"],\"lbox-padding\":[\"0\",\"0\",\"0\",\"0\"],\"lightbox-effect-open-close\":\"fade\",\"lightbox-effect-open-close-speed\":\"normal\",\"lightbox-effect-next-prev\":\"fade\",\"lightbox-effect-next-prev-speed\":\"normal\",\"lbox-width\":\"800\",\"lbox-height\":\"600\",\"lbox-minwidth\":\"100\",\"lbox-minheight\":\"100\",\"lbox-maxwidth\":\"9999\",\"lbox-maxheight\":\"9999\",\"lightbox-autoplay\":\"off\",\"lbox-playspeed\":\"3000\",\"lbox-preload\":\"3\",\"lightbox-arrows\":\"on\",\"lightbox-thumbs\":\"off\",\"lbox-thumb-w\":\"50\",\"lbox-thumb-h\":\"50\",\"aj-source-order\":[\"post-content\"],\"ajax-container-id\":\"ess-grid-ajax-container-\",\"ajax-container-position\":\"top\",\"ajax-scroll-onload\":\"on\",\"ajax-scrollto-offset\":\"0\",\"ajax-close-button\":\"off\",\"ajax-button-text\":\"Close\",\"ajax-nav-button\":\"off\",\"ajax-button-skin\":\"light\",\"ajax-button-type\":\"type1\",\"ajax-button-inner\":\"false\",\"ajax-button-h-pos\":\"r\",\"ajax-button-v-pos\":\"t\",\"ajax-container-pre\":\"\",\"ajax-container-post\":\"\",\"ajax-container-css\":\"\",\"ajax-callback\":\"\",\"ajax-callback-arg\":\"false\",\"ajax-css-url\":\"\",\"ajax-js-url\":\"\",\"use-spinner\":\"0\",\"spinner-color\":\"#FFFFFF\",\"hide-markup-before-load\":\"off\",\"custom-javascript\":\"\",\"cookie-save-time\":\"30\",\"cookie-save-search\":\"off\",\"cookie-save-filter\":\"off\",\"cookie-save-pagination\":\"off\",\"css-id\":\"\"}','[]',NULL,NULL),(9,'Homepage Svcs-155659','home-svcs-155659','{\"source-type\":\"post\",\"post_types\":\"portfolio\",\"post_category\":\"portfolio-types_11\",\"category-relation\":\"OR\",\"additional-query\":\"\",\"selected_pages\":\"\",\"max_entries\":\"-1\",\"stream-source-type\":\"instagram\",\"youtube-api\":\"\",\"youtube-channel-id\":\"\",\"youtube-type-source\":\"channel\",\"youtube-playlist\":\"\",\"youtube-playlist-select\":\"\",\"youtube-thumb-size\":\"default\",\"youtube-full-size\":\"default\",\"youtube-count\":\"12\",\"youtube-transient-sec\":\"86400\",\"vimeo-type-source\":\"user\",\"vimeo-username\":\"\",\"vimeo-groupname\":\"\",\"vimeo-albumid\":\"\",\"vimeo-channelname\":\"\",\"vimeo-thumb-size\":\"thumbnail_small\",\"vimeo-count\":\"12\",\"vimeo-transient-sec\":\"86400\",\"instagram-user-id\":\"\",\"instagram-thumb-size\":\"Low Resolution\",\"instagram-full-size\":\"Standard Resolution\",\"instagram-count\":\"12\",\"instagram-transient-sec\":\"86400\",\"flickr-api-key\":\"\",\"flickr-type\":\"publicphotos\",\"flickr-user-url\":\"\",\"flickr-photoset\":\"\",\"flickr-photoset-select\":\"\",\"flickr-gallery-url\":\"\",\"flickr-group-url\":\"\",\"flickr-thumb-size\":\"Small 320\",\"flickr-full-size\":\"Medium 800\",\"flickr-count\":\"12\",\"flickr-transient-sec\":\"86400\",\"facebook-app-id\":\"\",\"facebook-app-secret\":\"\",\"facebook-page-url\":\"\",\"facebook-type-source\":\"timeline\",\"facebook-album\":\"\",\"facebook-album-select\":\"\",\"facebook-count\":\"12\",\"facebook-transient-sec\":\"86400\",\"twitter-consumer-key\":\"\",\"twitter-consumer-secret\":\"\",\"twitter-access-token\":\"\",\"twitter-access-secret\":\"\",\"twitter-user-id\":\"\",\"twitter-image-only\":\"true\",\"twitter-include-retweets\":\"on\",\"twitter-exclude-replies\":\"on\",\"twitter-count\":\"12\",\"twitter-transient-sec\":\"86400\",\"media-source-order\":[\"featured-image\"],\"poster-source-order\":[\"featured-image\"],\"image-source-type\":\"full\",\"media-filter-type\":\"none\",\"default-image\":\"0\",\"youtube-default-image\":\"0\",\"vimeo-default-image\":\"0\",\"html-default-image\":\"0\"}','{\"layout-sizing\":\"boxed\",\"fullscreen-offset-container\":\"\",\"layout\":\"even\",\"content-push\":\"off\",\"x-ratio\":\"5\",\"y-ratio\":\"5\",\"auto-ratio\":\"true\",\"rtl\":\"off\",\"use-cobbles-pattern\":\"off\",\"columns-advanced\":\"off\",\"columns-height\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"columns-width\":[\"1400\",\"1170\",\"1024\",\"960\",\"778\",\"640\",\"480\"],\"mascontent-height\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"columns\":[\"4\",\"4\",\"4\",\"4\",\"4\",\"4\",\"1\"],\"rows-unlimited\":\"off\",\"rows\":\"8\",\"load-more\":\"none\",\"load-more-hide\":\"off\",\"load-more-text\":\"Load More\",\"load-more-show-number\":\"on\",\"load-more-start\":\"3\",\"load-more-amount\":\"3\",\"lazy-loading\":\"off\",\"lazy-loading-blur\":\"on\",\"lazy-load-color\":\"#FFFFFF\",\"0\":\"\",\"spacings\":\"15\",\"grid-padding\":[\"0\",\"0\",\"0\",\"0\"],\"main-background-color\":\"transparent\",\"navigation-skin\":\"minimal-light\",\"entry-skin\":\"52\",\"grid-animation\":\"fade\",\"grid-animation-speed\":\"1000\",\"grid-animation-delay\":\"1\",\"hover-animation-delay\":\"1\",\"top-1-align\":\"center\",\"top-1-margin-bottom\":\"0\",\"top-2-align\":\"center\",\"top-2-margin-bottom\":\"0\",\"bottom-1-align\":\"center\",\"bottom-1-margin-top\":\"0\",\"bottom-2-align\":\"center\",\"bottom-2-margin-top\":\"0\",\"left-margin-left\":\"0\",\"right-margin-right\":\"0\",\"module-spacings\":\"5\",\"pagination-numbers\":\"smart\",\"pagination-scroll\":\"off\",\"pagination-scroll-offset\":\"0\",\"filter-arrows\":\"single\",\"filter-logic\":\"or\",\"filter-start\":\"\",\"filter-show-on\":\"hover\",\"filter-all-text\":\"Filter - All\",\"filter-listing\":\"list\",\"filter-dropdown-text\":\"Filter Categories\",\"filter-counter\":\"off\",\"filter-selected\":[\"portfolio-types_11\"],\"sort-by-text\":\"Sort By \",\"sorting-order-by\":\"date\",\"sorting-order-by-start\":\"none\",\"sorting-order-by-start-meta\":\"\",\"sorting-order-type\":\"ASC\",\"search-text\":\"Search...\",\"lb-source-order\":[\"featured-image\"],\"lightbox-mode\":\"single\",\"lightbox-exclude-media\":\"off\",\"lightbox-type\":\"null\",\"lightbox-position\":\"bottom\",\"lightbox-twitter\":\"off\",\"lightbox-facebook\":\"off\",\"lbox-inpadding\":[\"0\",\"0\",\"0\",\"0\"],\"lbox-padding\":[\"0\",\"0\",\"0\",\"0\"],\"lightbox-effect-open-close\":\"fade\",\"lightbox-effect-open-close-speed\":\"normal\",\"lightbox-effect-next-prev\":\"fade\",\"lightbox-effect-next-prev-speed\":\"normal\",\"lbox-width\":\"800\",\"lbox-height\":\"600\",\"lbox-minwidth\":\"100\",\"lbox-minheight\":\"100\",\"lbox-maxwidth\":\"9999\",\"lbox-maxheight\":\"9999\",\"lightbox-autoplay\":\"off\",\"lbox-playspeed\":\"3000\",\"lbox-preload\":\"3\",\"lightbox-arrows\":\"on\",\"lightbox-thumbs\":\"off\",\"lbox-thumb-w\":\"50\",\"lbox-thumb-h\":\"50\",\"aj-source-order\":[\"post-content\"],\"ajax-container-id\":\"ess-grid-ajax-container-\",\"ajax-container-position\":\"top\",\"ajax-scroll-onload\":\"on\",\"ajax-scrollto-offset\":\"0\",\"ajax-close-button\":\"off\",\"ajax-button-text\":\"Close\",\"ajax-nav-button\":\"off\",\"ajax-button-skin\":\"light\",\"ajax-button-type\":\"type1\",\"ajax-button-inner\":\"false\",\"ajax-button-h-pos\":\"r\",\"ajax-button-v-pos\":\"t\",\"ajax-container-pre\":\"\",\"ajax-container-post\":\"\",\"ajax-container-css\":\"\",\"ajax-callback\":\"\",\"ajax-callback-arg\":\"false\",\"ajax-css-url\":\"\",\"ajax-js-url\":\"\",\"use-spinner\":\"3\",\"spinner-color\":\"#FFFFFF\",\"hide-markup-before-load\":\"off\",\"custom-javascript\":\"\",\"cookie-save-time\":\"30\",\"cookie-save-search\":\"off\",\"cookie-save-filter\":\"off\",\"cookie-save-pagination\":\"off\",\"css-id\":\"\"}','[]',NULL,NULL),(10,'Solutions (portfolio posts)-155659','solutions-portfolio-155659','{\"source-type\":\"post\",\"post_types\":\"portfolio\",\"post_category\":\"portfolio-types_11\",\"category-relation\":\"OR\",\"additional-query\":\"\",\"selected_pages\":\"\",\"max_entries\":\"-1\",\"stream-source-type\":\"instagram\",\"youtube-api\":\"\",\"youtube-channel-id\":\"\",\"youtube-type-source\":\"channel\",\"youtube-playlist\":\"\",\"youtube-playlist-select\":\"\",\"youtube-thumb-size\":\"default\",\"youtube-full-size\":\"default\",\"youtube-count\":\"12\",\"youtube-transient-sec\":\"86400\",\"vimeo-type-source\":\"user\",\"vimeo-username\":\"\",\"vimeo-groupname\":\"\",\"vimeo-albumid\":\"\",\"vimeo-channelname\":\"\",\"vimeo-thumb-size\":\"thumbnail_small\",\"vimeo-count\":\"12\",\"vimeo-transient-sec\":\"86400\",\"instagram-user-id\":\"\",\"instagram-thumb-size\":\"Low Resolution\",\"instagram-full-size\":\"Standard Resolution\",\"instagram-count\":\"12\",\"instagram-transient-sec\":\"86400\",\"flickr-api-key\":\"\",\"flickr-type\":\"publicphotos\",\"flickr-user-url\":\"\",\"flickr-photoset\":\"\",\"flickr-photoset-select\":\"\",\"flickr-gallery-url\":\"\",\"flickr-group-url\":\"\",\"flickr-thumb-size\":\"Small 320\",\"flickr-full-size\":\"Medium 800\",\"flickr-count\":\"12\",\"flickr-transient-sec\":\"86400\",\"facebook-app-id\":\"\",\"facebook-app-secret\":\"\",\"facebook-page-url\":\"\",\"facebook-type-source\":\"timeline\",\"facebook-album\":\"\",\"facebook-album-select\":\"\",\"facebook-count\":\"12\",\"facebook-transient-sec\":\"86400\",\"twitter-consumer-key\":\"\",\"twitter-consumer-secret\":\"\",\"twitter-access-token\":\"\",\"twitter-access-secret\":\"\",\"twitter-user-id\":\"\",\"twitter-image-only\":\"true\",\"twitter-include-retweets\":\"on\",\"twitter-exclude-replies\":\"on\",\"twitter-count\":\"12\",\"twitter-transient-sec\":\"86400\",\"media-source-order\":[\"featured-image\"],\"poster-source-order\":[\"featured-image\"],\"image-source-type\":\"full\",\"media-filter-type\":\"none\",\"default-image\":\"0\",\"youtube-default-image\":\"0\",\"vimeo-default-image\":\"0\",\"html-default-image\":\"0\"}','{\"layout-sizing\":\"boxed\",\"fullscreen-offset-container\":\"\",\"layout\":\"even\",\"content-push\":\"off\",\"x-ratio\":\"5\",\"y-ratio\":\"5\",\"auto-ratio\":\"true\",\"rtl\":\"off\",\"use-cobbles-pattern\":\"off\",\"columns-advanced\":\"off\",\"columns-height\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"columns-width\":[\"1400\",\"1170\",\"1024\",\"960\",\"778\",\"640\",\"480\"],\"mascontent-height\":[\"0\",\"0\",\"0\",\"0\",\"0\",\"0\",\"0\"],\"columns\":[\"2\",\"2\",\"2\",\"2\",\"2\",\"2\",\"1\"],\"rows-unlimited\":\"off\",\"rows\":\"8\",\"load-more\":\"none\",\"load-more-hide\":\"off\",\"load-more-text\":\"Load More\",\"load-more-show-number\":\"on\",\"load-more-start\":\"3\",\"load-more-amount\":\"3\",\"lazy-loading\":\"off\",\"lazy-loading-blur\":\"on\",\"lazy-load-color\":\"#FFFFFF\",\"0\":\"\",\"spacings\":\"10\",\"grid-padding\":[\"20\",\"20\",\"20\",\"20\"],\"main-background-color\":\"transparent\",\"navigation-skin\":\"minimal-light\",\"entry-skin\":\"52\",\"grid-animation\":\"fade\",\"grid-animation-speed\":\"1000\",\"grid-animation-delay\":\"1\",\"hover-animation-delay\":\"1\",\"top-1-align\":\"center\",\"top-1-margin-bottom\":\"0\",\"top-2-align\":\"left\",\"top-2-margin-bottom\":\"15\",\"bottom-1-align\":\"center\",\"bottom-1-margin-top\":\"0\",\"bottom-2-align\":\"center\",\"bottom-2-margin-top\":\"0\",\"left-margin-left\":\"0\",\"right-margin-right\":\"0\",\"module-spacings\":\"5\",\"pagination-numbers\":\"smart\",\"pagination-scroll\":\"off\",\"pagination-scroll-offset\":\"0\",\"filter-arrows\":\"single\",\"filter-logic\":\"or\",\"filter-start\":\"\",\"filter-show-on\":\"hover\",\"filter-all-text\":\"Filter - All\",\"filter-listing\":\"list\",\"filter-dropdown-text\":\"Filter Categories\",\"filter-counter\":\"off\",\"filter-selected\":[\"portfolio-types_11\"],\"sort-by-text\":\"Sort By \",\"sorting-order-by\":\"date\",\"sorting-order-by-start\":\"none\",\"sorting-order-by-start-meta\":\"\",\"sorting-order-type\":\"ASC\",\"search-text\":\"Search...\",\"lb-source-order\":[\"featured-image\"],\"lightbox-mode\":\"single\",\"lightbox-exclude-media\":\"off\",\"lightbox-type\":\"null\",\"lightbox-position\":\"bottom\",\"lightbox-twitter\":\"off\",\"lightbox-facebook\":\"off\",\"lbox-inpadding\":[\"0\",\"0\",\"0\",\"0\"],\"lbox-padding\":[\"0\",\"0\",\"0\",\"0\"],\"lightbox-effect-open-close\":\"fade\",\"lightbox-effect-open-close-speed\":\"normal\",\"lightbox-effect-next-prev\":\"fade\",\"lightbox-effect-next-prev-speed\":\"normal\",\"lbox-width\":\"800\",\"lbox-height\":\"600\",\"lbox-minwidth\":\"100\",\"lbox-minheight\":\"100\",\"lbox-maxwidth\":\"9999\",\"lbox-maxheight\":\"9999\",\"lightbox-autoplay\":\"off\",\"lbox-playspeed\":\"3000\",\"lbox-preload\":\"3\",\"lightbox-arrows\":\"on\",\"lightbox-thumbs\":\"off\",\"lbox-thumb-w\":\"50\",\"lbox-thumb-h\":\"50\",\"aj-source-order\":[\"post-content\"],\"ajax-container-id\":\"ess-grid-ajax-container-\",\"ajax-container-position\":\"top\",\"ajax-scroll-onload\":\"on\",\"ajax-scrollto-offset\":\"0\",\"ajax-close-button\":\"off\",\"ajax-button-text\":\"Close\",\"ajax-nav-button\":\"off\",\"ajax-button-skin\":\"light\",\"ajax-button-type\":\"type1\",\"ajax-button-inner\":\"false\",\"ajax-button-h-pos\":\"r\",\"ajax-button-v-pos\":\"t\",\"ajax-container-pre\":\"\",\"ajax-container-post\":\"\",\"ajax-container-css\":\"\",\"ajax-callback\":\"\",\"ajax-callback-arg\":\"false\",\"ajax-css-url\":\"\",\"ajax-js-url\":\"\",\"use-spinner\":\"0\",\"spinner-color\":\"#FFFFFF\",\"hide-markup-before-load\":\"off\",\"custom-javascript\":\"\",\"cookie-save-time\":\"30\",\"cookie-save-search\":\"off\",\"cookie-save-filter\":\"off\",\"cookie-save-pagination\":\"off\",\"css-id\":\"\",\"navigation-layout\":{\"pagination\":{\"top-2\":\"1\"},\"left\":{\"top-2\":\"0\"},\"right\":{\"top-2\":\"2\"}}}','[]',NULL,NULL);
/*!40000 ALTER TABLE `wp3l_eg_grids` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp3l_eg_item_elements`
--

DROP TABLE IF EXISTS `wp3l_eg_item_elements`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp3l_eg_item_elements` (
  `id` mediumint(6) NOT NULL AUTO_INCREMENT,
  `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `handle` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `settings` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  UNIQUE KEY `id` (`id`),
  UNIQUE KEY `handle` (`handle`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp3l_eg_item_elements`
--

LOCK TABLES `wp3l_eg_item_elements` WRITE;
/*!40000 ALTER TABLE `wp3l_eg_item_elements` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp3l_eg_item_elements` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp3l_eg_item_skins`
--

DROP TABLE IF EXISTS `wp3l_eg_item_skins`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp3l_eg_item_skins` (
  `id` mediumint(6) NOT NULL AUTO_INCREMENT,
  `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `handle` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `params` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `layers` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `settings` text COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  UNIQUE KEY `id` (`id`),
  UNIQUE KEY `name` (`name`),
  UNIQUE KEY `handle` (`handle`)
) ENGINE=InnoDB AUTO_INCREMENT=106 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp3l_eg_item_skins`
--

LOCK TABLES `wp3l_eg_item_skins` WRITE;
/*!40000 ALTER TABLE `wp3l_eg_item_skins` DISABLE KEYS */;
INSERT INTO `wp3l_eg_item_skins` VALUES (1,'Washington','washington','{\"eg-item-skin-element-last-id\":\"9\",\"choose-layout\":\"even\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(0,0,0,0.65)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#3f424a\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"fade\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"10\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(0,0,0,0.50)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"falldown\",\"delay\":\"10\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"css\":\"\",\"css-hover\":\"\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-search\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"10\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(0,0,0,0.50)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"falldown\",\"delay\":\"20\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"css\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"css-hover\":\"\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-link\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},\"\",{\"id\":\"3\",\"order\":\"4\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"15\",\"0\",\"0\",\"0\"],\"padding\":[\"5\",\"10\",\"5\",\"10\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"flipup\",\"delay\":\"10\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},\"\",{\"id\":\"8\",\"order\":\"2\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"9\",\"order\":\"5\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]',NULL),(2,'Adams','adams','{\"eg-item-skin-element-last-id\":\"8\",\"choose-layout\":\"even\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"#89af72\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"transparent\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"10\",\"cover-animation-center\":\"flipleft\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"turnout\",\"media-animation-delay\":\"0\"}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"10\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"delay\":\"10\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"css\":\".eg-adams-element-0{}\",\"css-hover\":\".eg-adams-element-0{}\",\"transition-type\":\"\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"tag-type\":\"div\",\"align\":\"t_l\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"true\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-search\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"10\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"slideleft\",\"delay\":\"20\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-link\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},\"\",{\"id\":\"3\",\"order\":\"4\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"15\",\"0\",\"0\",\"0\"],\"padding\":[\"5\",\"10\",\"5\",\"10\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"zoomfront\",\"delay\":\"20\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"css\":\".eg-adams-element-3{}\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"align\":\"t_l\",\"css-hover\":\".eg-adams-element-3{}\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},\"\",{\"id\":\"5\",\"order\":\"7\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"5\",\"10\",\"5\",\"10\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"zoomfront\",\"delay\":\"20\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"css\":\".eg-adams-element-5{}\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"tag-type\":\"div\",\"align\":\"t_l\",\"css-hover\":\".eg-adams-element-5{}\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"words\",\"limit-num\":\"6\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"source-post\":\"excerpt\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"7\",\"order\":\"2\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"8\",\"order\":\"5\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}}]',NULL),(3,'Jefferson','jefferson','{\"eg-item-skin-element-last-id\":\"8\",\"choose-layout\":\"even\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"#e33a0c\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"none\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fliphorizontal\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"fade\",\"media-animation\":\"fliphorizontalout\",\"media-animation-delay\":\"0\"}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"10\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#e33a0c\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"slideup\",\"delay\":\"46\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"css\":\"\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"tag-type\":\"div\",\"align\":\"t_l\",\"css-hover\":\"\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-link\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#e33a0c\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"slidedown\",\"delay\":\"50\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-search\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},\"\",{\"id\":\"3\",\"order\":\"3\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"17\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"10\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"17\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"zoomfront\",\"delay\":\"60\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"css\":\"\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"align\":\"t_l\",\"css-hover\":\"\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},\"\",{\"id\":\"5\",\"order\":\"6\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"on\",\"font-size\":\"12\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"1\",\"5\",\"1\",\"5\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"3\",\"3\",\"3\",\"3\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"12\",\"line-height-hover\":\"20\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(0,0,0,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"3\",\"3\",\"3\",\"3\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"zoomfront\",\"delay\":\"70\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"css\":\"\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"tag-type\":\"div\",\"align\":\"t_l\",\"css-hover\":\"\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\"&nbsp; &nbsp;\",\"limit-type\":\"words\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-post\":\"cat_list\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"7\",\"order\":\"2\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"8\",\"order\":\"4\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]',NULL),(4,'Madison','madison','{\"eg-item-skin-element-last-id\":\"7\",\"choose-layout\":\"even\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"#585c67\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#585c67\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"flipvertical\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"fade\",\"media-animation\":\"flipverticalout\",\"media-animation-delay\":\"0\"}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"10\",\"0\",\"0\"],\"padding\":[\"19\",\"19\",\"19\",\"19\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(0,0,0,0.25)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"zoomfront\",\"delay\":\"50\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"css\":\"\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"tag-type\":\"div\",\"align\":\"t_l\",\"css-hover\":\"\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-search\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"19\",\"19\",\"19\",\"19\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(0,0,0,0.25)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"zoomfront\",\"delay\":\"35\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"transition-type\":\"\",\"css\":\"\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"align\":\"t_l\",\"css-hover\":\"\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"true\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-link\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},\"\",{\"id\":\"3\",\"order\":\"4\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"15\",\"0\",\"0\",\"0\"],\"padding\":[\"5\",\"10\",\"5\",\"10\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideup\",\"delay\":\"35\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},\"\",{\"id\":\"5\",\"order\":\"7\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"12\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"5\",\"10\",\"5\",\"10\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slidedown\",\"delay\":\"45\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"words\",\"limit-num\":\"6\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"source-post\":\"excerpt\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"6\",\"order\":\"2\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"7\",\"order\":\"5\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]',NULL),(5,'Monroe','monroe','{\"eg-item-skin-element-last-id\":\"8\",\"choose-layout\":\"even\",\"show-content\":\"none\",\"content-align\":\"center\",\"image-repeat\":\"no-repeat\",\"image-fit\":\"cover\",\"image-align-horizontal\":\"center\",\"image-align-vertical\":\"center\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(10,10,10,0.25)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"none\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"out\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"none\",\"cover-animation-center-type\":\"out\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"out\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"none\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\",\"link-set-to\":\"none\",\"link-link-type\":\"none\",\"link-url-link\":\"\",\"link-meta-link\":\"\",\"link-javascript-link\":\"\",\"link-target\":\"_self\"}','[{\"id\":\"1\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"16\",\"line-height\":\"24\",\"color\":\"#68470a\",\"font-family\":\"Georgia, serif\",\"font-weight\":\"600\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"4\",\"12\",\"3\",\"12\"],\"background-color\":\"rgba(255,255,255,0.45)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"transparent\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.20)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"flipdown\",\"delay\":\"0\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"out\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"false\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"show-on-lightbox-video\":\"false\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]',NULL),(6,'Quincy','quincy','{\"eg-item-skin-element-last-id\":\"6\",\"choose-layout\":\"even\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(45,48,57,0.75)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#2d3039\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"fade\",\"media-animation\":\"pressback\",\"media-animation-delay\":\"0\"}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"24\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"10\",\"0\",\"10\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"24\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"zoomfront\",\"delay\":\"30\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"css\":\"\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"tag-type\":\"div\",\"align\":\"t_l\",\"css-hover\":\"\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-search\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"24\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"10\",\"0\",\"10\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"24\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"zoomfront\",\"delay\":\"10\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"transition-type\":\"\",\"css\":\"\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"align\":\"t_l\",\"css-hover\":\"\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-link\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},\"\",{\"id\":\"3\",\"order\":\"4\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"15\",\"0\",\"0\",\"0\"],\"padding\":[\"5\",\"10\",\"5\",\"10\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideup\",\"delay\":\"10\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},\"\",{\"id\":\"5\",\"order\":\"2\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"6\",\"order\":\"5\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]',NULL),(7,'Jackson','jackson','{\"eg-item-skin-element-last-id\":\"7\",\"choose-layout\":\"even\",\"show-content\":\"none\",\"content-align\":\"center\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"#ffffff\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#eeeeee\",\"full-padding\":[\"5\",\"5\",\"5\",\"5\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"none\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"zoomback\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#000000\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"10\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"#f5f5f5\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"#eeeeee\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"zoomback\",\"delay\":\"5\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"css\":\".eg-jackson-element-0{}\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"tag-type\":\"div\",\"align\":\"t_l\",\"css-hover\":\".eg-jackson-element-0{}\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-search\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#000000\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"#f5f5f5\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"#eeeeee\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"zoomback\",\"delay\":\"10\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"css\":\"\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"tag-type\":\"div\",\"align\":\"t_l\",\"css-hover\":\"\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-link\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},\"\",{\"id\":\"3\",\"order\":\"4\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"18\",\"line-height\":\"20\",\"color\":\"#000000\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"15\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"18\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"skewright\",\"delay\":\"15\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},\"\",{\"id\":\"5\",\"order\":\"7\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"on\",\"font-size\":\"12\",\"line-height\":\"20\",\"color\":\"#888888\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"12\",\"line-height-hover\":\"20\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\\\"Raleway\\\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"skewleft\",\"delay\":\"10\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\", \",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"source-post\":\"cat_list\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"6\",\"order\":\"2\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"7\",\"order\":\"5\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}}]',NULL),(8,'VanBuren','vanburen','{\"eg-item-skin-element-last-id\":\"3\",\"choose-layout\":\"even\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(10,6,6,0.85)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#363839\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"none\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"flipup\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"fade\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"17\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"15\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"20\",\"0\",\"20\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"flyleft\",\"delay\":\"5\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"css\":\"\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"tag-type\":\"div\",\"align\":\"t_l\",\"css-hover\":\"\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},\"\",{\"id\":\"2\",\"order\":\"3\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"flyright\",\"delay\":\"0\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"css\":\"\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"tag-type\":\"div\",\"align\":\"t_l\",\"css-hover\":\"\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"source-post\":\"date\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"3\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]',NULL),(9,'HenryHarrison','henryharrison','{\"eg-item-skin-element-last-id\":\"5\",\"choose-layout\":\"even\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(49,165,203,0.85)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"fade\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}','[{\"id\":\"1\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"16\",\"line-height\":\"30\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"900\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"10\",\"0\"],\"padding\":[\"0\",\"20\",\"0\",\"20\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"transparent\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"flipup\",\"delay\":\"5\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"css\":\"\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"tag-type\":\"div\",\"align\":\"t_l\",\"css-hover\":\"\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},\"\",{\"id\":\"2\",\"order\":\"3\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"20\",\"line-height\":\"27\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius\":[\"0\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"20\",\"line-height-hover\":\"27\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(0,0,0,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"normal\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius-hover\":[\"60\",\"60\",\"0\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"rotatescale\",\"delay\":\"5\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"css\":\"\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"tag-type\":\"div\",\"align\":\"t_l\",\"css-hover\":\"\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-plus\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},\"\",{\"id\":\"5\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]',NULL),(10,'Tyler','tyler','{\"eg-item-skin-element-last-id\":\"8\",\"choose-layout\":\"even\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(54,56,57,0.85)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"fade\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"10\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"falldown\",\"delay\":\"20\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-search\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"falldown\",\"delay\":\"30\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-unlink\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},\"\",{\"id\":\"3\",\"order\":\"4\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"10\",\"0\",\"0\",\"0\"],\"padding\":[\"5\",\"10\",\"5\",\"10\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideleft\",\"delay\":\"30\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"source-post\":\"title\",\"transition-type\":\"\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},\"\",{\"id\":\"5\",\"order\":\"7\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"5\",\"10\",\"5\",\"10\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"source-post\":\"excerpt\",\"transition-type\":\"\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"7\",\"order\":\"2\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"8\",\"order\":\"5\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]',NULL),(11,'Polk','polk','{\"eg-item-skin-element-last-id\":\"6\",\"choose-layout\":\"even\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(54,56,57,0.85)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"fade\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"10\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.95)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"rotatescale\",\"delay\":\"20\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-icon\":\"eg-icon-search\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"rotatescale\",\"delay\":\"30\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-icon\":\"eg-icon-unlink\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"2\",\"order\":\"3\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"19\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"10\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"flipdown\",\"delay\":\"46\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"source-post\":\"title\",\"transition-type\":\"\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"3\",\"order\":\"5\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"flipdown\",\"delay\":\"57\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"source-post\":\"excerpt\",\"transition-type\":\"\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]',NULL),(12,'Taylor','taylor','{\"eg-item-skin-element-last-id\":\"6\",\"choose-layout\":\"even\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(54,56,57,0.85)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"flipdown\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"10\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"0\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"source-icon\":\"eg-icon-search\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"0\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-icon\":\"eg-icon-unlink\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"2\",\"order\":\"2\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"19\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"20\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"0\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"source-post\":\"title\",\"transition-type\":\"\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"3\",\"order\":\"3\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"5\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"0\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"source-post\":\"excerpt\",\"transition-type\":\"\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]',NULL),(13,'Fillmore','fillmore','{\"eg-item-skin-element-last-id\":\"7\",\"choose-layout\":\"even\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(54,56,57,0.85)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"10\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#363839\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"fade\",\"delay\":\"0\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"css\":\".eg-fillmore-element-0{cursor:pointer}\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"tag-type\":\"div\",\"align\":\"t_l\",\"css-hover\":\".eg-fillmore-element-0{cursor:pointer}\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"source-icon\":\"eg-icon-search\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"0\",\"container\":\"br\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"5\",\"10\",\"5\",\"10\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"slidedown\",\"delay\":\"13\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"transition-type\":\"out\",\"tag-type\":\"div\",\"align\":\"c_c\",\"margin-unit\":\"px\",\"source-post\":\"date\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"2\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#363839\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"fade\",\"delay\":\"0\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"css\":\".eg-fillmore-element-1{ cursor:pointer}\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"tag-type\":\"div\",\"align\":\"t_l\",\"css-hover\":\".eg-fillmore-element-1{cursor:pointer}\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"source-icon\":\"eg-icon-unlink\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"3\",\"order\":\"2\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"19\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"20\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"fade\",\"delay\":\"0\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"source-post\":\"title\",\"transition-type\":\"\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"4\",\"order\":\"3\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"5\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"fade\",\"delay\":\"0\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"source-post\":\"excerpt\",\"transition-type\":\"\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]',NULL),(14,'Pierce','pierce','{\"eg-item-skin-element-last-id\":\"6\",\"choose-layout\":\"even\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(54,56,57,0.85)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"none\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"fade\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"10\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"zoomback\",\"delay\":\"20\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"css\":\".eg-pierce-element-0{}\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"tag-type\":\"div\",\"align\":\"t_l\",\"css-hover\":\".eg-pierce-element-0{}\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-icon\":\"eg-icon-search\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"zoomfront\",\"delay\":\"30\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"css\":\".eg-pierce-element-1{}\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"tag-type\":\"div\",\"align\":\"t_l\",\"css-hover\":\".eg-pierce-element-1{}\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-icon\":\"eg-icon-unlink\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"2\",\"order\":\"2\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"19\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"20\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"falldown\",\"delay\":\"30\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"source-post\":\"title\",\"transition-type\":\"\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"3\",\"order\":\"3\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"5\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideup\",\"delay\":\"20\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"css\":\"\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"source-post\":\"excerpt\",\"tag-type\":\"div\",\"align\":\"c_c\",\"css-hover\":\"\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]',NULL),(15,'Buchanan','buchanan','{\"eg-item-skin-element-last-id\":\"6\",\"choose-layout\":\"even\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(54,56,57,0.85)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"slidedown\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"fade\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"10\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"rollright\",\"delay\":\"20\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-icon\":\"eg-icon-search\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"rollleft\",\"delay\":\"30\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-icon\":\"eg-icon-link\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"2\",\"order\":\"2\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"19\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"20\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slidedown\",\"delay\":\"21\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"source-post\":\"title\",\"transition-type\":\"\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"3\",\"order\":\"3\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"5\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideup\",\"delay\":\"40\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"source-post\":\"excerpt\",\"transition-type\":\"\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]',NULL),(16,'Lincoln','lincoln','{\"eg-item-skin-element-last-id\":\"14\",\"choose-layout\":\"even\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(54,56,57,0.85)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"10\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"fade\",\"media-animation\":\"turnout\",\"media-animation-delay\":\"0\"}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"5\",\"10\",\"5\",\"10\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"flipup\",\"delay\":\"10\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"0\",\"container\":\"br\",\"settings\":{\"0\":\"\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"none\",\"margin\":[\"0\",\"1\",\"0\",\"0\"],\"padding\":[\"13\",\"13\",\"13\",\"13\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"css\":\"\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(0,0,0,0.25)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"rollleft\",\"delay\":\"30\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"source-icon\":\"eg-icon-link\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"2\",\"order\":\"1\",\"container\":\"br\",\"settings\":{\"0\":\"\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"none\",\"margin\":[\"0\",\"1\",\"0\",\"0\"],\"padding\":[\"13\",\"13\",\"13\",\"13\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"css\":\"\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(0,0,0,0.25)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"rollleft\",\"delay\":\"30\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"source-icon\":\"eg-icon-link-ext\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"3\",\"order\":\"2\",\"container\":\"br\",\"settings\":{\"0\":\"\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"13\",\"13\",\"13\",\"13\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"css\":\"\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(0,0,0,0.25)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"rollleft\",\"delay\":\"30\",\"link-type\":\"url\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"source-icon\":\"eg-icon-mail\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]',NULL),(17,'Johnson','johnson','{\"eg-item-skin-element-last-id\":\"12\",\"choose-layout\":\"even\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(0,142,133,0.85)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"10\",\"cover-animation-center\":\"covergrowup\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"16\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"40\",\"0\",\"40\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"flipup\",\"delay\":\"10\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"css\":\".eg-johnson-element-0{}\",\"css-hover\":\".eg-johnson-element-0{}\",\"tag-type\":\"div\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"0\",\"container\":\"br\",\"settings\":{\"0\":\"\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"1\",\"0\"],\"padding\":[\"13\",\"13\",\"13\",\"13\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(0,0,0,0.25)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"slideup\",\"delay\":\"30\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"css\":\".eg-johnson-element-1{}\",\"css-hover\":\".eg-johnson-element-1{}\",\"tag-type\":\"div\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-search\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},\"\",{\"id\":\"3\",\"order\":\"1\",\"container\":\"br\",\"settings\":{\"0\":\"\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"1\",\"0\"],\"padding\":[\"13\",\"13\",\"13\",\"13\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(0,0,0,0.25)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"slideup\",\"delay\":\"20\",\"link-type\":\"embedded_video\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"css\":\".eg-johnson-element-3{}\",\"css-hover\":\".eg-johnson-element-3{}\",\"tag-type\":\"div\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-videocam\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"4\",\"order\":\"2\",\"container\":\"br\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"1\",\"0\"],\"padding\":[\"13\",\"13\",\"13\",\"13\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(0,0,0,0.25)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"slideup\",\"delay\":\"10\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"css\":\"\",\"css-hover\":\"\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-link\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"5\",\"order\":\"2\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"flipup\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\", \",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"source-post\":\"cat_list\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"12\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}}]',NULL),(18,'Grant','grant','{\"eg-item-skin-element-last-id\":\"22\",\"choose-layout\":\"masonry\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(54,56,57,0.85)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"30\",\"30\",\"30\",\"30\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,0.20)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"1\",\"2\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"fade\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"20\",\"line-height\":\"25\",\"color\":\"#363839\",\"font-family\":\"\",\"font-weight\":\"600\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"block\",\"text-align\":\"left\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"20\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"#ffffff\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\".eg-grant-element-0{}\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\".eg-grant-element-0{}\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"30\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"tag-type\":\"div\",\"align\":\"t_l\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"0\",\"container\":\"br\",\"settings\":{\"0\":\"\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"right\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"13\",\"13\",\"13\",\"13\"],\"background-color\":\"rgba(0,0,0,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"css\":\"\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(0,0,0,0.40)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"rollleft\",\"delay\":\"30\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-link-ext\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"2\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"600\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"5\",\"10\",\"5\",\"10\"],\"background-color\":\"rgba(0,0,0,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"flipup\",\"delay\":\"10\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"source-text\":\"READ MORE\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"3\",\"order\":\"1\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"12\",\"line-height\":\"14\",\"color\":\"#aaaaaa\",\"font-family\":\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"10\",\"0\",\"0\"],\"background-color\":\"#ffffff\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"hide-on-video\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-post\":\"date\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},\"\",\"\",{\"id\":\"6\",\"order\":\"3\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"22\",\"color\":\"#777777\",\"font-family\":\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"block\",\"text-align\":\"left\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"15\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"#ffffff\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-post\":\"excerpt\",\"transition-type\":\"\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"22\",\"order\":\"2\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]',NULL),(19,'Hayes','hayes','{\"eg-item-skin-element-last-id\":\"23\",\"choose-layout\":\"masonry\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(54,56,57,0.85)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"30\",\"30\",\"30\",\"30\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,0.20)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"1\",\"2\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"fade\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"20\",\"line-height\":\"25\",\"color\":\"#363839\",\"font-family\":\"\",\"font-weight\":\"600\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"block\",\"text-align\":\"left\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"20\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"#ffffff\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"30\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"hide-on-video\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"1\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"12\",\"line-height\":\"14\",\"color\":\"#aaaaaa\",\"font-family\":\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"10\",\"0\",\"0\"],\"background-color\":\"#ffffff\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"1\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#aaaaaa\",\"border-style\":\"solid\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"hide-on-video\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-post\":\"date\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"2\",\"order\":\"2\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"12\",\"line-height\":\"14\",\"color\":\"#aaaaaa\",\"font-family\":\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"10\"],\"padding\":[\"0\",\"10\",\"0\",\"0\"],\"background-color\":\"#ffffff\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#aaaaaa\",\"border-style\":\"solid\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"hide-on-video\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-post\":\"cat_list\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]',NULL),(20,'Garfield','garfield','{\"eg-item-skin-element-last-id\":\"22\",\"choose-layout\":\"masonry\",\"show-content\":\"top\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(0,0,0,0.75)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"transparent\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"30\",\"30\",\"30\",\"30\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,0.20)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"-1\",\"2\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"fade\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"20\",\"line-height\":\"25\",\"color\":\"#363839\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"block\",\"text-align\":\"left\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"20\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"#ffffff\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"30\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"0\",\"container\":\"br\",\"settings\":{\"0\":\"\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"right\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"13\",\"13\",\"13\",\"13\"],\"background-color\":\"rgba(0,0,0,0.25)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"css\":\"\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"#000000\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"rollleft\",\"delay\":\"30\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-link-ext\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"2\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"on\",\"font-size\":\"12\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"5\",\"10\",\"5\",\"10\"],\"background-color\":\"rgba(0,0,0,0.25)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"20\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\\\"Raleway\\\"\",\"font-weight-hover\":\"800\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"#000000\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"flipup\",\"delay\":\"10\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-text\":\"READ MORE\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"3\",\"order\":\"1\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"12\",\"line-height\":\"16\",\"color\":\"#777777\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"10\",\"0\",\"0\"],\"background-color\":\"#ffffff\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"1\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#e5e5e5\",\"border-style\":\"solid\",\"css\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"16\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\\\"Raleway\\\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"1\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#e5e5e5\",\"border-style-hover\":\"solid\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-post\":\"date\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"4\",\"order\":\"2\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"on\",\"font-size\":\"12\",\"line-height\":\"16\",\"color\":\"#777\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"10\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"#ffffff\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"16\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\\\"Raleway\\\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\", \",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"source-post\":\"cat_list\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"22\",\"order\":\"4\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"6\",\"order\":\"5\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"22\",\"color\":\"#333333\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"block\",\"text-align\":\"left\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"15\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"#ffffff\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"words\",\"limit-num\":\"15\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"source-post\":\"excerpt\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]',NULL),(21,'Arthur','arthur','{\"eg-item-skin-element-last-id\":\"31\",\"choose-layout\":\"masonry\",\"show-content\":\"top\",\"content-align\":\"center\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(137,175,114,0.75)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"1\",\"1\",\"1\",\"1\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"#e5e5e5\",\"full-border-style\":\"solid\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#f5f5f5\",\"content-padding\":[\"30\",\"30\",\"25\",\"30\"],\"content-border\":[\"0\",\"0\",\"1\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"#e5e5e5\",\"content-border-style\":\"solid\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,0.20)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"-1\",\"2\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"fade\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"17\",\"line-height\":\"22\",\"color\":\"#000000\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"30\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"20\",\"hide-on-video\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"28\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"\",\"source\":\"woocommerce\",\"enable-hover\":\"on\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"5\",\"10\",\"4\",\"10\"],\"background-color\":\"rgba(0,0,0,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-size-x\":\"100\",\"background-size-y\":\"100\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"20\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\\\"Raleway\\\"\",\"font-weight-hover\":\"800\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"flipup\",\"delay\":\"10\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"hide-on-video\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-woocommerce\":\"wc_add_to_cart_button\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"25\",\"order\":\"1\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"woocommerce\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"17\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"10\",\"0\",\"0\",\"0\"],\"padding\":[\"2\",\"7\",\"1\",\"7\"],\"background-color\":\"#e33a0c\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideleft\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"30\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-separate\":\",\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"margin-unit\":\"px\",\"source-woocommerce\":\"wc_full_price\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"26\",\"order\":\"2\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"3\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"woocommerce\",\"enable-hover\":\"on\",\"font-size\":\"12\",\"line-height\":\"14\",\"color\":\"#777777\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"10\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#aaaaaa\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\\\"Open Sans\\\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#aaaaaa\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\", \",\"limit-type\":\"none\",\"limit-num\":\"10\",\"hide-on-video\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-woocommerce\":\"wc_categories\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"31\",\"order\":\"4\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"30\",\"order\":\"5\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"woocommerce\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#000000\",\"font-family\":\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"5\",\"10\",\"5\",\"10\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-size-x\":\"100\",\"background-size-y\":\"100\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"slideleft\",\"delay\":\"30\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"hide-on-video\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"margin-unit\":\"px\",\"source-woocommerce\":\"wc_star_rating\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]',NULL),(22,'Cleveland','cleveland','{\"eg-item-skin-element-last-id\":\"22\",\"choose-layout\":\"masonry\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(0,0,0,0.75)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#333333\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#333333\",\"content-padding\":[\"30\",\"30\",\"30\",\"30\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,0.20)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"1\",\"2\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"fade\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"20\",\"line-height\":\"25\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"block\",\"text-align\":\"left\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"20\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\".eg-cleveland-element-0{}\",\"font-size-hover\":\"20\",\"line-height-hover\":\"25\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\\\"Raleway\\\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\".eg-cleveland-element-0{}\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"30\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"tag-type\":\"div\",\"align\":\"t_l\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"0\",\"container\":\"br\",\"settings\":{\"0\":\"\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"right\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"13\",\"13\",\"13\",\"13\"],\"background-color\":\"rgba(0,0,0,0.25)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"css\":\"\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"#000000\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"rollleft\",\"delay\":\"30\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-link-ext\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"2\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"on\",\"font-size\":\"12\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"5\",\"10\",\"5\",\"10\"],\"background-color\":\"rgba(0,0,0,0.25)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"20\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\\\"Raleway\\\"\",\"font-weight-hover\":\"800\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"#000000\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"flipup\",\"delay\":\"10\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-text\":\"READ MORE\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"3\",\"order\":\"1\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"12\",\"line-height\":\"16\",\"color\":\"#aaaaaa\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"none\",\"margin\":[\"0\",\"10\",\"0\",\"0\"],\"padding\":[\"0\",\"10\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"1\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#555555\",\"border-style\":\"solid\",\"css\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"16\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\\\"Raleway\\\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"1\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#555555\",\"border-style-hover\":\"solid\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"source-post\":\"date\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"4\",\"order\":\"2\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"on\",\"font-size\":\"12\",\"line-height\":\"16\",\"color\":\"#aaaaaa\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"16\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\\\"Raleway\\\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\", \",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"source-post\":\"cat_list\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},\"\",{\"id\":\"6\",\"order\":\"5\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"22\",\"color\":\"#eeeeee\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"block\",\"text-align\":\"left\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"15\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"words\",\"limit-num\":\"15\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"source-post\":\"excerpt\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"22\",\"order\":\"4\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]',NULL),(23,'Harrison','harrison','{\"eg-item-skin-element-last-id\":\"24\",\"choose-layout\":\"masonry\",\"show-content\":\"top\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(54,56,57,0.85)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#363839\",\"content-padding\":[\"30\",\"30\",\"30\",\"30\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,0.20)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"-1\",\"2\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"fade\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"20\",\"line-height\":\"25\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"500\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"block\",\"text-align\":\"left\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"20\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"30\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"hide-on-video\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"1\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"12\",\"line-height\":\"14\",\"color\":\"#aaaaaa\",\"font-family\":\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"10\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"1\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#aaaaaa\",\"border-style\":\"solid\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-post\":\"date\",\"transition-type\":\"\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"2\",\"order\":\"2\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"12\",\"line-height\":\"14\",\"color\":\"#aaaaaa\",\"font-family\":\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"10\"],\"padding\":[\"0\",\"10\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#aaaaaa\",\"border-style\":\"solid\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"hide-on-video\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-post\":\"cat_list\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]',NULL),(24,'McKinley','mckinley','{\"eg-item-skin-element-last-id\":\"30\",\"choose-layout\":\"masonry\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(19,192,223,0.65)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"#e5e5e5\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"30\",\"30\",\"30\",\"30\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"1\",\"10\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"slide\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"on\",\"font-size\":\"20\",\"line-height\":\"25\",\"color\":\"#363839\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"10\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"#ffffff\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"20\",\"line-height-hover\":\"25\",\"color-hover\":\"#13c0df\",\"font-family-hover\":\"\\\"Raleway\\\"\",\"font-weight-hover\":\"800\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"30\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"25\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"on\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"900\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"5\",\"10\",\"3\",\"10\"],\"background-color\":\"rgba(0,0,0,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-size-x\":\"100\",\"background-size-y\":\"100\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"20\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\\\"Raleway\\\"\",\"font-weight-hover\":\"900\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(0,0,0,0.50)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"slide\",\"delay\":\"20\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"hide-on-video\":\"true\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-text\":\"SHOW IMAGE\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"28\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"on\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"900\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"5\"],\"padding\":[\"5\",\"10\",\"3\",\"10\"],\"background-color\":\"rgba(0,0,0,0.15)\",\"bg-alpha\":\"100\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"20\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\\\"Raleway\\\"\",\"font-weight-hover\":\"900\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(0,0,0,0.50)\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"transition\":\"slide\",\"transition-type\":\"\",\"delay\":\"20\",\"link-type\":\"embedded_video\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-text\":\"PLAY VIDEO\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"3\",\"order\":\"1\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"on\",\"font-size\":\"12\",\"line-height\":\"14\",\"color\":\"#aaaaaa\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"#ffffff\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#e5e5e5\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\\\"Open Sans\\\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#e5e5e5\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\", \",\"limit-type\":\"none\",\"limit-num\":\"10\",\"hide-on-video\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-post\":\"cat_list\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},\"\",{\"id\":\"6\",\"order\":\"3\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"22\",\"color\":\"#777777\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"15\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"#ffffff\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"words\",\"limit-num\":\"15\",\"hide-on-video\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"source-post\":\"excerpt\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},\"\",{\"id\":\"29\",\"order\":\"2\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"30\",\"order\":\"4\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}}]',NULL),(25,'Roosevelt','roosevelt','{\"eg-item-skin-element-last-id\":\"3\",\"choose-layout\":\"even\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(34,34,34,0.50)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#333333\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#333333\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"zoomback\",\"cover-group-animation\":\"none\",\"media-animation\":\"shifttotop\",\"media-animation-delay\":\"0\"}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"br\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"20\",\"20\",\"20\",\"20\"],\"background-color\":\"#333333\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\".eg-roosevelt-element-0{}\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\".eg-roosevelt-element-0{}\",\"hideunder\":\"0\",\"transition\":\"flipup\",\"delay\":\"9\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"transition-type\":\"\",\"tag-type\":\"div\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"2\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"10\",\"60\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"rgba(0,0,0,0.50)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(0,0,0,0.75)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"slideup\",\"delay\":\"20\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"css\":\".eg-roosevelt-element-2{}\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"transition-type\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"align\":\"t_l\",\"css-hover\":\".eg-roosevelt-element-2{}\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"true\",\"absolute-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-search\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"rgba(0,0,0,0.50)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(0,0,0,0.75)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"slideup\",\"delay\":\"30\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"css\":\"\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"transition-type\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"align\":\"t_l\",\"css-hover\":\"\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"true\",\"absolute-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-link\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]',NULL),(26,'HowardTaft','howardtaft','{\"eg-item-skin-element-last-id\":\"14\",\"choose-layout\":\"even\",\"show-content\":\"none\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(111,33,44,0.75)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#000000\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#000000\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"none\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"slide\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"900\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\".eg-howardtaft-element-0{letter-spacing:1px;}\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\".eg-howardtaft-element-0{}\",\"hideunder\":\"0\",\"transition\":\"slide\",\"delay\":\"15\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top\":\"0\",\"top-unit\":\"px\",\"right\":\"0\",\"right-unit\":\"px\",\"bottom\":\"0\",\"bottom-unit\":\"px\",\"left\":\"0\",\"left-unit\":\"px\",\"split\":\"full\",\"transition-type\":\"\",\"tag-type\":\"div\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"force-important\":\"true\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"css\":\"\",\"position\":\"relative\",\"top\":\"0\",\"top-unit\":\"px\",\"right\":\"0\",\"right-unit\":\"px\",\"bottom\":\"0\",\"bottom-unit\":\"px\",\"left\":\"0\",\"left-unit\":\"px\",\"split\":\"full\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"align\":\"t_l\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"css-hover\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"2\",\"order\":\"2\",\"container\":\"c\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"\",\"font-size\":\"6\",\"line-height\":\"7\",\"color\":\"transparent\",\"font-family\":\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"css\":\".eg-howardtaft-element-2{ min-width:50px}\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\".eg-howardtaft-element-2{}\",\"hideunder\":\"0\",\"transition\":\"zoomback\",\"delay\":\"25\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"split\":\"full\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"hide-on-video\":\"\",\"absolute-unit\":\"px\",\"source-text\":\"anemptytextlline\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"3\",\"order\":\"3\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"css\":\"\",\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"css-hover\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"6\",\"order\":\"6\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"\",\"font-size\":\"17\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"200\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"7\",\"color-hover\":\"#e33a0c\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"slide\",\"delay\":\"35\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"transition-type\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"absolute-unit\":\"px\",\"hide-on-video\":\"true\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-search\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"7\",\"order\":\"7\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"\",\"font-size\":\"17\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"7\",\"color-hover\":\"#e33a0c\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"slide\",\"delay\":\"35\",\"link-type\":\"embedded_video\",\"url-link\":\"\",\"javascript-link\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"transition-type\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-play\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]',NULL),(27,'WoodrowWilson','woodrowwilson','{\"eg-item-skin-element-last-id\":\"14\",\"choose-layout\":\"even\",\"show-content\":\"none\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"#ffffff\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"none\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"18\",\"color\":\"#000000\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"20\",\"0\",\"20\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideleft\",\"delay\":\"15\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top\":\"0\",\"top-unit\":\"px\",\"right\":\"0\",\"right-unit\":\"px\",\"bottom\":\"0\",\"bottom-unit\":\"px\",\"left\":\"0\",\"left-unit\":\"px\",\"split\":\"full\",\"transition-type\":\"\",\"tag-type\":\"div\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"force-important\":\"true\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"css\":\"\",\"position\":\"relative\",\"top\":\"0\",\"top-unit\":\"px\",\"right\":\"0\",\"right-unit\":\"px\",\"bottom\":\"0\",\"bottom-unit\":\"px\",\"left\":\"0\",\"left-unit\":\"px\",\"split\":\"full\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"align\":\"t_l\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"css-hover\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"2\",\"order\":\"2\",\"container\":\"c\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"\",\"font-size\":\"6\",\"line-height\":\"7\",\"color\":\"transparent\",\"font-family\":\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"3\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#89af72\",\"border-style\":\"solid\",\"css\":\".eg-howardtaft-element-2{ min-width:50px}\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\".eg-howardtaft-element-2{}\",\"hideunder\":\"0\",\"transition\":\"zoomfront\",\"delay\":\"25\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"split\":\"full\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"hide-on-video\":\"\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-text\":\"anemptytextlline\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"3\",\"order\":\"3\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"css\":\"\",\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"css-hover\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"hide-on-video\":\"\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"4\",\"order\":\"4\",\"container\":\"c\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"22\",\"color\":\"#555555\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"delay\":\"20\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\", \",\"limit-type\":\"none\",\"limit-num\":\"10\",\"hide-on-video\":\"\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-post\":\"cat_list\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]',NULL),(28,'Harding','harding','{\"eg-item-skin-element-last-id\":\"17\",\"choose-layout\":\"masonry\",\"show-content\":\"bottom\",\"content-align\":\"center\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"transparent\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"none\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"transparent\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\",\"google-fonts\":[\"Droid+Serif:400,700\",\"Open+Sans:400,600,700,800\"]}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"25\",\"color\":\"#000000\",\"font-family\":\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"40\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"15\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top\":\"0\",\"top-unit\":\"px\",\"right\":\"0\",\"right-unit\":\"px\",\"bottom\":\"0\",\"bottom-unit\":\"px\",\"left\":\"0\",\"left-unit\":\"px\",\"split\":\"full\",\"transition-type\":\"\",\"tag-type\":\"div\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"force-important\":\"true\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"words\",\"limit-num\":\"10\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"1\",\"order\":\"2\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"\",\"font-size\":\"12\",\"line-height\":\"14\",\"color\":\"#444444\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"500\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"#ffffff\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#363839\",\"font-family-hover\":\"\",\"font-weight-hover\":\"600\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"words\",\"limit-num\":\"10\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"source-text\":\"Frontend Developer\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"2\",\"order\":\"3\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top\":\"0\",\"top-unit\":\"px\",\"right\":\"0\",\"right-unit\":\"px\",\"bottom\":\"0\",\"bottom-unit\":\"px\",\"left\":\"0\",\"left-unit\":\"px\",\"split\":\"full\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"align\":\"t_l\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"force-important\":\"\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"3\",\"order\":\"4\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"\",\"font-size\":\"6\",\"line-height\":\"7\",\"color\":\"transparent\",\"font-family\":\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#000000\",\"border-style\":\"solid\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"25\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"split\":\"full\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"source-text\":\"anemptytextlline\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"4\",\"order\":\"5\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"5\",\"order\":\"6\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"22\",\"color\":\"#555555\",\"font-family\":\"\\\"Droid Serif\\\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"5\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"20\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"words\",\"limit-num\":\"50\",\"source-post\":\"excerpt\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"6\",\"order\":\"7\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}}]',NULL),(29,'Coolidge','coolidge','{\"eg-item-skin-element-last-id\":\"19\",\"choose-layout\":\"masonry\",\"show-content\":\"bottom\",\"content-align\":\"center\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"transparent\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"30\",\"30\",\"30\",\"30\"],\"content-border\":[\"1\",\"1\",\"1\",\"1\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"#e5e5e5\",\"content-border-style\":\"solid\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,0.15)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\",\"google-fonts\":[\"Droid+Serif:400,700\",\"Open+Sans:400,600,700,800\"]}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"\",\"font-size\":\"33\",\"line-height\":\"25\",\"color\":\"#363839\",\"font-family\":\"\",\"font-weight\":\"600\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"#ffffff\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"slideleft\",\"delay\":\"30\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"source-text\":\"<i class=\\\"eg-icon-tools\\\"><\\/i>\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"1\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"19\",\"color\":\"#000000\",\"font-family\":\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"15\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"15\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top\":\"0\",\"top-unit\":\"px\",\"right\":\"0\",\"right-unit\":\"px\",\"bottom\":\"0\",\"bottom-unit\":\"px\",\"left\":\"0\",\"left-unit\":\"px\",\"split\":\"full\",\"transition-type\":\"\",\"tag-type\":\"div\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"force-important\":\"true\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"words\",\"limit-num\":\"10\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"2\",\"order\":\"2\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top\":\"0\",\"top-unit\":\"px\",\"right\":\"0\",\"right-unit\":\"px\",\"bottom\":\"0\",\"bottom-unit\":\"px\",\"left\":\"0\",\"left-unit\":\"px\",\"split\":\"full\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"align\":\"t_l\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"force-important\":\"\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-text\":\"LINE-BREAK\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"absolute-unit\":\"px\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"3\",\"order\":\"3\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"\",\"font-size\":\"6\",\"line-height\":\"7\",\"color\":\"transparent\",\"font-family\":\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#000000\",\"border-style\":\"solid\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"25\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"split\":\"full\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"source-text\":\"anemptytextlline\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"4\",\"order\":\"4\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"5\",\"order\":\"5\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"22\",\"color\":\"#555555\",\"font-family\":\"\\\"Droid Serif\\\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"5\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"20\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"words\",\"limit-num\":\"40\",\"source-post\":\"excerpt\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"6\",\"order\":\"6\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"7\",\"order\":\"7\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"14\",\"color\":\"#40dc8d\",\"font-family\":\"\\\"Droid Serif\\\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"20\",\"0\",\"0\",\"-15\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"#ffffff\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#363839\",\"font-family-hover\":\"\",\"font-weight-hover\":\"600\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"34\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"source-text\":\"<i class=\\\"eg-icon-angle-right\\\"><\\/i> Learn More\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}}]',NULL),(30,'Herbert Hoover','herbert-hoover','{\"eg-item-skin-element-last-id\":\"25\",\"choose-layout\":\"masonry\",\"show-content\":\"bottom\",\"content-align\":\"center\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"transparent\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"30\",\"30\",\"30\",\"30\"],\"content-border\":[\"0\",\"1\",\"1\",\"1\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"#e5e5e5\",\"content-border-style\":\"solid\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"transparent\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"25\",\"color\":\"#000000\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"15\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top\":\"0\",\"top-unit\":\"px\",\"right\":\"0\",\"right-unit\":\"px\",\"bottom\":\"0\",\"bottom-unit\":\"px\",\"left\":\"0\",\"left-unit\":\"px\",\"split\":\"full\",\"transition-type\":\"\",\"tag-type\":\"div\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"force-important\":\"true\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"words\",\"limit-num\":\"10\",\"source-separate\":\",\",\"hide-on-video\":\"\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"24\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"rgba(0,0,0,0.50)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"50\",\"50\",\"50\",\"50\"],\"border-radius-unit\":\"%\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(0,0,0,0.75)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"50\",\"50\",\"50\",\"50\"],\"border-radius-unit-hover\":\"%\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"fade\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"10\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-separate\":\",\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"hide-on-video\":\"true\",\"source-icon\":\"eg-icon-search\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"1\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"on\",\"font-size\":\"12\",\"line-height\":\"14\",\"color\":\"#444444\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"#ffffff\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#aaaaaa\",\"font-family-hover\":\"\\\"Open Sans\\\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"words\",\"limit-num\":\"10\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\", \",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-post\":\"cat_list\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"25\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"5\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"rgba(0,0,0,0.50)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"50\",\"50\",\"50\",\"50\"],\"border-radius-unit\":\"%\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(0,0,0,0.75)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"50\",\"50\",\"50\",\"50\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"fade\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"10\",\"link-type\":\"embedded_video\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-separate\":\",\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"source-icon\":\"eg-icon-play\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"10\",\"order\":\"10\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"limit-num\":\"10\",\"limit-type\":\"none\",\"enable-hover\":\"on\",\"font-size\":\"22\",\"line-height\":\"7\",\"color\":\"#000000\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"25\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"22\",\"line-height-hover\":\"7\",\"color-hover\":\"#c32524\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"falldown\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"10\",\"link-type\":\"url\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"source-icon\":\"eg-icon-pinterest\",\"link-type-url\":\"#\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"3\",\"order\":\"2\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top\":\"0\",\"top-unit\":\"px\",\"right\":\"0\",\"right-unit\":\"px\",\"bottom\":\"0\",\"bottom-unit\":\"px\",\"left\":\"0\",\"left-unit\":\"px\",\"split\":\"full\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"align\":\"t_l\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"force-important\":\"\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"4\",\"order\":\"3\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"\",\"font-size\":\"6\",\"line-height\":\"7\",\"color\":\"transparent\",\"font-family\":\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#000000\",\"border-style\":\"solid\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"25\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"split\":\"full\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"absolute-unit\":\"px\",\"source-text\":\"anemptytextlline\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"5\",\"order\":\"4\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"6\",\"order\":\"5\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"22\",\"color\":\"#555555\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"5\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"20\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"words\",\"limit-num\":\"15\",\"source-separate\":\",\",\"source-post\":\"excerpt\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"7\",\"order\":\"6\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"8\",\"order\":\"7\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"limit-num\":\"10\",\"limit-type\":\"none\",\"enable-hover\":\"on\",\"font-size\":\"22\",\"line-height\":\"7\",\"color\":\"#000000\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"25\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"22\",\"line-height-hover\":\"7\",\"color-hover\":\"#4672b3\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"falldown\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"10\",\"link-type\":\"url\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-icon\":\"eg-icon-facebook-1\",\"link-type-url\":\"#\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"9\",\"order\":\"8\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"limit-num\":\"10\",\"limit-type\":\"none\",\"enable-hover\":\"on\",\"font-size\":\"22\",\"line-height\":\"7\",\"color\":\"#000000\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"25\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"22\",\"line-height-hover\":\"7\",\"color-hover\":\"#099bcc\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"falldown\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"10\",\"link-type\":\"url\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-icon\":\"eg-icon-twitter-1\",\"link-type-url\":\"#\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"2\",\"order\":\"9\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"limit-num\":\"10\",\"limit-type\":\"none\",\"enable-hover\":\"on\",\"font-size\":\"22\",\"line-height\":\"7\",\"color\":\"#000000\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"25\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"22\",\"line-height-hover\":\"7\",\"color-hover\":\"#da4a38\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"falldown\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"10\",\"link-type\":\"url\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"source-icon\":\"eg-icon-gplus-1\",\"link-type-url\":\"#\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]',NULL),(31,'Eisenhower','eisenhower','{\"eg-item-skin-element-last-id\":\"24\",\"choose-layout\":\"masonry\",\"show-content\":\"bottom\",\"content-align\":\"center\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"transparent\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"20\",\"20\",\"20\",\"20\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"5\",\"5\",\"5\",\"5\"],\"full-border-color\":\"#606060\",\"full-border-style\":\"solid\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"30\",\"30\",\"0\",\"30\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"#e5e5e5\",\"content-border-style\":\"none\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,0.15)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\",\"google-fonts\":[\"Droid+Serif:400,700\",\"Open+Sans:400,600,700,800\"]}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"19\",\"color\":\"#000000\",\"font-family\":\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"15\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top\":\"0\",\"top-unit\":\"px\",\"right\":\"0\",\"right-unit\":\"px\",\"bottom\":\"0\",\"bottom-unit\":\"px\",\"left\":\"0\",\"left-unit\":\"px\",\"split\":\"full\",\"transition-type\":\"\",\"tag-type\":\"div\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"force-important\":\"true\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"words\",\"limit-num\":\"10\",\"source-separate\":\",\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"1\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"15\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"rgba(0,0,0,0.85)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"50\",\"50\",\"50\",\"50\"],\"border-radius-unit\":\"%\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"50\",\"50\",\"50\",\"50\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"rollright\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"10\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"source-separate\":\",\",\"source-icon\":\"eg-icon-search\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"2\",\"order\":\"1\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top\":\"0\",\"top-unit\":\"px\",\"right\":\"0\",\"right-unit\":\"px\",\"bottom\":\"0\",\"bottom-unit\":\"px\",\"left\":\"0\",\"left-unit\":\"px\",\"split\":\"full\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"align\":\"t_l\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"force-important\":\"\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-text\":\"LINE-BREAK\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"absolute-unit\":\"px\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"3\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"rgba(0,0,0,0.85)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"50\",\"50\",\"50\",\"50\"],\"border-radius-unit\":\"%\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"50\",\"50\",\"50\",\"50\"],\"border-radius-unit-hover\":\"%\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"rollleft\",\"delay\":\"18\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-separate\":\",\",\"source-icon\":\"eg-icon-forward\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"4\",\"order\":\"2\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"\",\"font-size\":\"6\",\"line-height\":\"7\",\"color\":\"transparent\",\"font-family\":\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#40dc8d\",\"border-style\":\"solid\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"25\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"split\":\"full\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"absolute-unit\":\"px\",\"source-text\":\"anemptytextlline\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"5\",\"order\":\"3\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"6\",\"order\":\"4\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"22\",\"color\":\"#555555\",\"font-family\":\"\\\"Droid Serif\\\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"5\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"20\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"words\",\"limit-num\":\"5\",\"source-post\":\"cat_list\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}}]',NULL),(32,'J.F.Kennedy','j-f-kennedy','{\"eg-item-skin-element-last-id\":\"24\",\"choose-layout\":\"masonry\",\"show-content\":\"bottom\",\"content-align\":\"center\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"transparent\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#111111\",\"full-padding\":[\"20\",\"20\",\"20\",\"20\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"5\",\"5\",\"5\",\"5\"],\"full-border-color\":\"#606060\",\"full-border-style\":\"solid\",\"content-bg-color\":\"#111111\",\"content-padding\":[\"30\",\"30\",\"0\",\"30\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"#e5e5e5\",\"content-border-style\":\"none\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,0.15)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\",\"google-fonts\":[\"Droid+Serif:400,700\",\"Open+Sans:400,600,700,800\"]}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"19\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"15\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top\":\"0\",\"top-unit\":\"px\",\"right\":\"0\",\"right-unit\":\"px\",\"bottom\":\"0\",\"bottom-unit\":\"px\",\"left\":\"0\",\"left-unit\":\"px\",\"split\":\"full\",\"transition-type\":\"\",\"tag-type\":\"div\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"force-important\":\"true\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"words\",\"limit-num\":\"10\",\"source-separate\":\",\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"1\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"15\",\"0\",\"0\"],\"padding\":[\"19\",\"19\",\"19\",\"19\"],\"background-color\":\"rgba(0,0,0,0.85)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"50\",\"50\",\"50\",\"50\"],\"border-radius-unit\":\"%\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"50\",\"50\",\"50\",\"50\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"rollright\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"10\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"source-separate\":\",\",\"source-icon\":\"eg-icon-search\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"2\",\"order\":\"1\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top\":\"0\",\"top-unit\":\"px\",\"right\":\"0\",\"right-unit\":\"px\",\"bottom\":\"0\",\"bottom-unit\":\"px\",\"left\":\"0\",\"left-unit\":\"px\",\"split\":\"full\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"align\":\"t_l\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"force-important\":\"\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-text\":\"LINE-BREAK\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"absolute-unit\":\"px\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"3\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"19\",\"19\",\"19\",\"19\"],\"background-color\":\"rgba(0,0,0,0.85)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"50\",\"50\",\"50\",\"50\"],\"border-radius-unit\":\"%\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"19\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"50\",\"50\",\"50\",\"50\"],\"border-radius-unit-hover\":\"%\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"rollleft\",\"delay\":\"18\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-separate\":\",\",\"source-icon\":\"eg-icon-forward\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"4\",\"order\":\"2\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"\",\"font-size\":\"6\",\"line-height\":\"7\",\"color\":\"transparent\",\"font-family\":\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#40dc8d\",\"border-style\":\"solid\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"25\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"split\":\"full\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"absolute-unit\":\"px\",\"source-text\":\"anemptytextlline\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"5\",\"order\":\"3\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"6\",\"order\":\"4\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"22\",\"color\":\"#888888\",\"font-family\":\"\\\"Droid Serif\\\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"5\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"20\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"words\",\"limit-num\":\"5\",\"source-post\":\"cat_list\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}}]',NULL),(33,'Lyndon Johnson','lyndon-johnson','{\"eg-item-skin-element-last-id\":\"2\",\"choose-layout\":\"even\",\"show-content\":\"none\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(0,0,0,0.75)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"none\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"covergrowup\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"enable-hover\":\"\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"none\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"0\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"out\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-text\":\"<img src=\\\"%eg-clients-icon%\\\" \\/>\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}}]',NULL),(34,'Ulysses S. Grant','ulysses-s-grant','{\"eg-item-skin-element-last-id\":\"11\",\"choose-layout\":\"masonry\",\"show-content\":\"bottom\",\"content-align\":\"center\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"transparent\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#f5f5f5\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"1\",\"1\",\"1\",\"1\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"#e5e5e5\",\"full-border-style\":\"solid\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#f5f5f5\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"none\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"none\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\",\"google-fonts\":[\"Open+Sans:400\",\"Raleway:700,800,900\"]}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"50\",\"line-height\":\"50\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"80\",\"0\",\"-6\",\"0\"],\"padding\":[\"1\",\"10\",\"5\",\"10\"],\"background-color\":\"#000000\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"flipdown\",\"delay\":\"0\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"out\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-post\":\"meta\",\"source-meta\":\"eg-pricetable-price\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"0\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"20\",\"line-height\":\"25\",\"color\":\"#363839\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"30\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"slideleft\",\"delay\":\"30\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"2\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-separate\":\",\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"3\",\"order\":\"1\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"12\",\"line-height\":\"22\",\"color\":\"#999999\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"20\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"words\",\"limit-num\":\"5\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-post\":\"excerpt\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"4\",\"order\":\"2\",\"container\":\"c\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"position\":\"relative\",\"align\":\"t_l\",\"top\":\"0\",\"top-unit-hover\":\"px\",\"right\":\"0\",\"right-unit-hover\":\"px\",\"bottom\":\"0\",\"bottom-unit-hover\":\"px\",\"left\":\"0\",\"left-unit-hover\":\"px\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"5\",\"0\",\"5\"],\"background-color\":\"#e33a0c\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\".eg-kriki-element-2{.eg-kriki-element-4{}\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\".eg-kriki-element-2{.eg-kriki-element-4{}\",\"hideunder\":\"0\",\"transition\":\"flipdown\",\"transition-type\":\"out\",\"delay\":\"0\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-text\":\"SHIPPING INCL.\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"5\",\"order\":\"2\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"18\",\"color\":\"#777777\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"20\",\"17\",\"20\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"1\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#e5e5e5\",\"border-style\":\"solid\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-post\":\"meta\",\"source-meta\":\"eg-pricetable-line1\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"6\",\"order\":\"3\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"18\",\"color\":\"#777777\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"20\",\"17\",\"20\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"1\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#e5e5e5\",\"border-style\":\"solid\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-post\":\"meta\",\"source-meta\":\"eg-pricetable-line2\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"7\",\"order\":\"4\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"18\",\"color\":\"#777777\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"20\",\"17\",\"20\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"1\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#e5e5e5\",\"border-style\":\"solid\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-post\":\"meta\",\"source-meta\":\"eg-pricetable-line3\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"8\",\"order\":\"5\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"18\",\"color\":\"#777777\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"20\",\"17\",\"20\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"1\",\"0\",\"1\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#e5e5e5\",\"border-style\":\"solid\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-post\":\"meta\",\"source-meta\":\"eg-pricetable-line4\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"9\",\"order\":\"6\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"on\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"position\":\"relative\",\"align\":\"t_l\",\"top\":\"0\",\"top-unit-hover\":\"px\",\"right\":\"0\",\"right-unit-hover\":\"px\",\"bottom\":\"0\",\"bottom-unit-hover\":\"px\",\"left\":\"0\",\"left-unit-hover\":\"px\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"20\",\"0\",\"15\",\"0\"],\"padding\":[\"8\",\"25\",\"8\",\"25\"],\"background-color\":\"#e33a0c\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\".eg-kriki-element-2{.eg-kriki-element-4{}\",\"font-size-hover\":\"13\",\"line-height-hover\":\"20\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\\\"Raleway\\\"\",\"font-weight-hover\":\"800\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"#000000\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\".eg-kriki-element-2{.eg-kriki-element-4{}\",\"hideunder\":\"0\",\"transition\":\"skewright\",\"transition-type\":\"\",\"delay\":\"34\",\"link-type\":\"url\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"true\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-separate\":\",\",\"source-text\":\"BUY NOW\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"11\",\"order\":\"7\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}}]',NULL),(35,'Richard Nixon','richard-nixon','{\"eg-item-skin-element-last-id\":\"12\",\"choose-layout\":\"masonry\",\"show-content\":\"bottom\",\"content-align\":\"center\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"transparent\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#252525\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"1\",\"1\",\"1\",\"1\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"#444444\",\"full-border-style\":\"solid\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#252525\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"none\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"none\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"\",\"font-size\":\"50\",\"line-height\":\"50\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"80\",\"0\",\"-6\",\"0\"],\"padding\":[\"1\",\"10\",\"5\",\"10\"],\"background-color\":\"#000000\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"flipdown\",\"delay\":\"0\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"out\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-text\":\"<span style=\\\"font-size:30px; font-weight:300;\\\">$<\\/span> 24.99\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"0\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"20\",\"line-height\":\"25\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"30\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"slideleft\",\"delay\":\"30\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},\"\",{\"id\":\"3\",\"order\":\"1\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"12\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"20\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"words\",\"limit-num\":\"5\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-post\":\"excerpt\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"4\",\"order\":\"3\",\"container\":\"c\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"position\":\"relative\",\"align\":\"t_l\",\"top\":\"0\",\"top-unit-hover\":\"px\",\"right\":\"0\",\"right-unit-hover\":\"px\",\"bottom\":\"0\",\"bottom-unit-hover\":\"px\",\"left\":\"0\",\"left-unit-hover\":\"px\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"5\",\"0\",\"5\"],\"background-color\":\"#e33a0c\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\".eg-kriki-element-2{.eg-kriki-element-4{}\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\".eg-kriki-element-2{.eg-kriki-element-4{}\",\"hideunder\":\"0\",\"transition\":\"flipdown\",\"transition-type\":\"out\",\"delay\":\"0\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-text\":\"SHIPPING INCL.\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"5\",\"order\":\"2\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"18\",\"color\":\"#888888\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"20\",\"17\",\"20\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"1\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#444444\",\"border-style\":\"solid\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-text\":\"4gb Webspace Included\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"6\",\"order\":\"3\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"18\",\"color\":\"#888888\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"20\",\"17\",\"20\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"1\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#444444\",\"border-style\":\"solid\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-text\":\"2 Domains\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"7\",\"order\":\"4\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"18\",\"color\":\"#888888\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"20\",\"17\",\"20\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"1\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#444444\",\"border-style\":\"solid\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-text\":\"PHP5 Enabled\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"8\",\"order\":\"5\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"18\",\"color\":\"#888888\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"20\",\"17\",\"20\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"1\",\"0\",\"1\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#444444\",\"border-style\":\"solid\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-text\":\"24h Support\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"9\",\"order\":\"6\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"on\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"position\":\"relative\",\"align\":\"t_l\",\"top\":\"0\",\"top-unit-hover\":\"px\",\"right\":\"0\",\"right-unit-hover\":\"px\",\"bottom\":\"0\",\"bottom-unit-hover\":\"px\",\"left\":\"0\",\"left-unit-hover\":\"px\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"20\",\"0\",\"15\",\"0\"],\"padding\":[\"8\",\"25\",\"8\",\"25\"],\"background-color\":\"#e33a0c\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\".eg-kriki-element-2{.eg-kriki-element-4{}\",\"font-size-hover\":\"13\",\"line-height-hover\":\"20\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\\\"Raleway\\\"\",\"font-weight-hover\":\"800\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"#000000\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\".eg-kriki-element-2{.eg-kriki-element-4{}\",\"hideunder\":\"0\",\"transition\":\"skewright\",\"transition-type\":\"\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-separate\":\",\",\"source-text\":\"BUY NOW\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"11\",\"order\":\"7\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"12\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}}]',NULL),(36,'Gerald Ford','gerald-ford','{\"eg-item-skin-element-last-id\":\"15\",\"choose-layout\":\"masonry\",\"show-content\":\"bottom\",\"content-align\":\"center\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(255,255,255,0.25)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#f5f5f5\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"1\",\"1\",\"1\",\"1\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"#e5e5e5\",\"full-border-style\":\"solid\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#f5f5f5\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"none\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}','[{\"id\":\"1\",\"order\":\"0\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"\",\"font-size\":\"20\",\"line-height\":\"25\",\"color\":\"#000000\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"30\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"slideleft\",\"delay\":\"30\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-text\":\"PREMIUM PRODUCT\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"14\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"5\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"rgba(0,0,0,0.65)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"50\",\"50\",\"50\",\"50\"],\"border-radius-unit\":\"%\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"#000000\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"50\",\"50\",\"50\",\"50\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"flipup\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"10\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-separate\":\",\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-search\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"3\",\"order\":\"1\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"\",\"font-size\":\"12\",\"line-height\":\"22\",\"color\":\"#777777\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"20\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-text\":\"The best for your small business\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"15\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"rgba(0,0,0,0.65)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"50\",\"50\",\"50\",\"50\"],\"border-radius-unit\":\"%\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"#000000\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"50\",\"50\",\"50\",\"50\"],\"border-radius-unit-hover\":\"%\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"flipup\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"20\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-separate\":\",\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-basket\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"11\",\"order\":\"2\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"50\",\"line-height\":\"50\",\"color\":\"#000000\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"20\",\"20\",\"0\",\"20\"],\"background-color\":\"#eeeeee\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"1\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#e5e5e5\",\"border-style\":\"solid\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-text\":\"<span style=\\\"font-size:30px; font-weight:300;\\\">$<\\/span> 39.99\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"12\",\"order\":\"3\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"12\",\"line-height\":\"15\",\"color\":\"#000000\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"20\",\"20\",\"20\"],\"background-color\":\"#eeeeee\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#e5e5e5\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-text\":\"INCL. SHIPPING\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"5\",\"order\":\"4\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"18\",\"color\":\"#777777\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"20\",\"17\",\"20\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"1\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#e5e5e5\",\"border-style\":\"solid\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-text\":\"4GB Webspace Included\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"6\",\"order\":\"5\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"18\",\"color\":\"#777777\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"20\",\"17\",\"20\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"1\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#e5e5e5\",\"border-style\":\"solid\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-text\":\"2 Domains\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"7\",\"order\":\"6\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"18\",\"color\":\"#777777\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"20\",\"17\",\"20\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"1\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#e5e5e5\",\"border-style\":\"solid\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-text\":\"PHP5 Enabled\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"8\",\"order\":\"7\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"18\",\"color\":\"#777777\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"20\",\"20\",\"20\",\"20\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"1\",\"0\",\"1\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#e5e5e5\",\"border-style\":\"solid\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-text\":\"24h Support\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"9\",\"order\":\"8\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"on\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"position\":\"relative\",\"align\":\"t_l\",\"top\":\"0\",\"top-unit-hover\":\"px\",\"right\":\"0\",\"right-unit-hover\":\"px\",\"bottom\":\"0\",\"bottom-unit-hover\":\"px\",\"left\":\"0\",\"left-unit-hover\":\"px\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"20\",\"0\",\"20\",\"0\"],\"padding\":[\"8\",\"25\",\"8\",\"25\"],\"background-color\":\"#e33a0c\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\".eg-kriki-element-2{.eg-kriki-element-4{}\",\"font-size-hover\":\"13\",\"line-height-hover\":\"20\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\\\"Raleway\\\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"#000000\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\".eg-kriki-element-2{.eg-kriki-element-4{}\",\"hideunder\":\"0\",\"transition\":\"skewright\",\"transition-type\":\"\",\"delay\":\"34\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"true\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-separate\":\",\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-text\":\"BUY NOW\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"13\",\"order\":\"9\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}}]',NULL),(37,'Jimmy Carter','jimmy-carter','{\"eg-item-skin-element-last-id\":\"24\",\"choose-layout\":\"masonry\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"transparent\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"30\",\"30\",\"27\",\"30\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"#e5e5e5\",\"full-border-style\":\"solid\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"27\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"#e5e5e5\",\"content-border-style\":\"solid\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"3\",\"6\",\"1\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"3dturnright\",\"media-animation-delay\":\"8\",\"google-fonts\":[\"Droid+Serif:400,700\",\"Open+Sans:400,600,700,800\"]}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"15\",\"color\":\"#363839\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"5\",\"10\",\"5\",\"10\"],\"background-color\":\"rgba(255,255,255,0.75)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"skewright\",\"delay\":\"15\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-text\":\"I\'m a custom caption\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"0\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"on\",\"font-size\":\"20\",\"line-height\":\"25\",\"color\":\"#000000\",\"font-family\":\"\\\"Droid Serif\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"block\",\"text-align\":\"left\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"20\",\"line-height-hover\":\"25\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\\\"Droid Serif\\\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"15\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top\":\"0\",\"top-unit\":\"px\",\"right\":\"0\",\"right-unit\":\"px\",\"bottom\":\"0\",\"bottom-unit\":\"px\",\"left\":\"0\",\"left-unit\":\"px\",\"split\":\"full\",\"transition-type\":\"\",\"tag-type\":\"div\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"force-important\":\"true\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"words\",\"limit-num\":\"10\",\"source-separate\":\",\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"2\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-separate\":\",\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"3\",\"order\":\"1\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"on\",\"font-size\":\"12\",\"line-height\":\"14\",\"color\":\"#999999\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"none\",\"margin\":[\"5\",\"20\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"#ffffff\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#aaaaaa\",\"border-style\":\"solid\",\"css\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\\\"Open Sans\\\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#aaaaaa\",\"border-style-hover\":\"solid\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-separate\":\", \",\"source-post\":\"cat_list\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"4\",\"order\":\"2\",\"container\":\"c\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"15\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"position\":\"relative\",\"align\":\"t_l\",\"top\":\"0\",\"top-unit-hover\":\"px\",\"right\":\"0\",\"right-unit-hover\":\"px\",\"bottom\":\"0\",\"bottom-unit-hover\":\"px\",\"left\":\"0\",\"left-unit-hover\":\"px\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"both\",\"margin\":[\"-5\",\"0\",\"0\",\"0\"],\"padding\":[\"5\",\"10\",\"5\",\"10\"],\"background-color\":\"#e74124\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\".eg-kriki-element-2{.eg-kriki-element-4{}\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\".eg-kriki-element-2{.eg-kriki-element-4{}\",\"hideunder\":\"0\",\"transition\":\"skewright\",\"transition-type\":\"\",\"delay\":\"9\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-text\":\"ADD ANYTHING\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"5\",\"order\":\"2\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"on\",\"font-size\":\"12\",\"line-height\":\"14\",\"color\":\"#777777\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"none\",\"margin\":[\"5\",\"20\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"#ffffff\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\\\"Open Sans\\\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"source-post\":\"num_comments\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"6\",\"order\":\"3\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top\":\"0\",\"top-unit\":\"px\",\"right\":\"0\",\"right-unit\":\"px\",\"bottom\":\"0\",\"bottom-unit\":\"px\",\"left\":\"0\",\"left-unit\":\"px\",\"split\":\"full\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"align\":\"t_l\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"force-important\":\"\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"absolute-unit\":\"px\",\"source-separate\":\",\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"7\",\"order\":\"4\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"\",\"font-size\":\"6\",\"line-height\":\"7\",\"color\":\"transparent\",\"font-family\":\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#000000\",\"border-style\":\"solid\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"25\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"split\":\"full\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"absolute-unit\":\"px\",\"source-text\":\"anemptytextlline\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"8\",\"order\":\"5\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"9\",\"order\":\"6\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"22\",\"color\":\"#555555\",\"font-family\":\"\\\"Droid Serif\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"block\",\"text-align\":\"left\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"5\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"20\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"words\",\"limit-num\":\"15\",\"source-separate\":\",\",\"source-post\":\"excerpt\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"10\",\"order\":\"7\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"11\",\"order\":\"8\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"on\",\"font-size\":\"15\",\"line-height\":\"14\",\"color\":\"#e74124\",\"font-family\":\"\\\"Droid Serif\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"block\",\"text-align\":\"left\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"20\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"#ffffff\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"15\",\"line-height-hover\":\"14\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\\\"Droid Serif\\\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"34\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-text\":\"<i class=\\\"eg-icon-angle-right\\\"><\\/i> Read More\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}}]',NULL),(38,'Ronald Reagan','ronald-reagan','{\"eg-item-skin-element-last-id\":\"8\",\"choose-layout\":\"masonry\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"image-repeat\":\"no-repeat\",\"image-fit\":\"cover\",\"image-align-horizontal\":\"center\",\"image-align-vertical\":\"center\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"transparent\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"transparent\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"20\",\"20\",\"20\",\"20\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"none\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"none\",\"cover-animation-center-type\":\"out\",\"cover-animation-delay-center\":\"4\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"out\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\",\"link-set-to\":\"none\",\"link-link-type\":\"none\",\"link-url-link\":\"\",\"link-meta-link\":\"\",\"link-javascript-link\":\"\",\"link-target\":\"_self\"}','[{\"id\":\"1\",\"order\":\"0\",\"container\":\"br\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"20\",\"line-height\":\"23\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Droid Serif\\\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"block\",\"text-align\":\"left\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"10\",\"10\"],\"padding\":[\"5\",\"10\",\"5\",\"10\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"slidedown\",\"delay\":\"15\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"words\",\"limit-num\":\"10\",\"transition-type\":\"out\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"hide-on-video\":\"false\",\"show-on-lightbox-video\":\"false\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"2\",\"order\":\"0\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"on\",\"font-size\":\"12\",\"line-height\":\"14\",\"color\":\"#999999\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"20\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\\\"Open Sans\\\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\", \",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"hide-on-video\":\"false\",\"show-on-lightbox-video\":\"false\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"source-post\":\"cat_list\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"8\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"20\",\"line-height\":\"28\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"#000000\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"20\",\"line-height-hover\":\"28\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"rotatescale\",\"delay\":\"10\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-icon\":\"eg-icon-link\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"5\",\"order\":\"2\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"limit-type\":\"none\",\"limit-num\":\"20\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"20\",\"color\":\"#444444\",\"font-family\":\"\\\"Droid Serif\\\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"block\",\"text-align\":\"left\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"7\",\"0\",\"0\",\"0\"],\"padding\":[\"15\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"1\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#e5e5e5\",\"border-style\":\"solid\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"hide-on-video\":\"false\",\"show-on-lightbox-video\":\"false\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"source-post\":\"excerpt\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]',NULL),(39,'GeorgeBush','georgebush','{\"eg-item-skin-element-last-id\":\"4\",\"choose-layout\":\"even\",\"show-content\":\"none\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"content\",\"container-background-color\":\"#e33a0c\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"none\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"covergrowup\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\",\"google-fonts\":[\"Raleway:400,800,900\"]}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"br\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"limit-type\":\"none\",\"limit-num\":\"3\",\"enable-hover\":\"\",\"font-size\":\"35\",\"line-height\":\"38\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"block\",\"text-align\":\"left\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"20\",\"0\",\"0\",\"20\"],\"padding\":[\"0\",\"20\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"none\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"30\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-separate\":\",\",\"margin-unit\":\"px\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"1\",\"order\":\"1\",\"container\":\"br\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"limit-type\":\"words\",\"limit-num\":\"8\",\"enable-hover\":\"\",\"font-size\":\"18\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"block\",\"text-align\":\"left\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"5\",\"0\",\"20\",\"20\"],\"padding\":[\"0\",\"20\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"none\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"30\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-separate\":\",\",\"margin-unit\":\"px\",\"source-post\":\"excerpt\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}}]',NULL),(40,'Essential Preview','essential-preview','{\"eg-item-skin-element-last-id\":\"9\",\"choose-layout\":\"even\",\"show-content\":\"none\",\"content-align\":\"center\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(10,10,10,0.75)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"#000000\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"none\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"out\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"none\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"out\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"none\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\",\"google-fonts\":[\"Open+Sans:700;800\"]}','[{\"id\":\"1\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"16\",\"line-height\":\"24\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"4\",\"12\",\"3\",\"12\"],\"background-color\":\"rgba(255,255,255,0.10)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"transparent\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.20)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"flipdown\",\"delay\":\"0\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"9\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"0\",\"order\":\"2\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"enable-hover\":\"on\",\"font-size\":\"12\",\"line-height\":\"24\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"3\",\"10\",\"2\",\"10\"],\"background-color\":\"#e33a0c\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"transparent\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#617f52\",\"border-style\":\"none\",\"font-size-hover\":\"12\",\"line-height-hover\":\"24\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\\\"Open Sans\\\"\",\"font-weight-hover\":\"800\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"#ff4d1c\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"transparent\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#617f52\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideup\",\"delay\":\"0\",\"link-type\":\"meta\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-text\":\"Check it Out\",\"link-type-meta\":\"eg-demogrid-link\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]',NULL),(41,'More Demo Examples','more-demo-examples','{\"eg-item-skin-element-last-id\":\"9\",\"choose-layout\":\"even\",\"show-content\":\"none\",\"content-align\":\"center\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(64,70,85,0.60)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"#000000\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"none\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"out\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"none\",\"cover-animation-center-type\":\"out\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"out\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"none\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\",\"google-fonts\":[\"Open+Sans:700;800\"]}','[{\"id\":\"1\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"16\",\"line-height\":\"24\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"4\",\"12\",\"3\",\"12\"],\"background-color\":\"rgba(0,0,0,0.75)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"transparent\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.20)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"flipdown\",\"delay\":\"0\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"9\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"0\",\"order\":\"2\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"enable-hover\":\"on\",\"font-size\":\"12\",\"line-height\":\"24\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"3\",\"10\",\"2\",\"10\"],\"background-color\":\"#e33a0c\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"transparent\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#617f52\",\"border-style\":\"none\",\"font-size-hover\":\"12\",\"line-height-hover\":\"24\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\\\"Open Sans\\\"\",\"font-weight-hover\":\"800\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"#ff4d1c\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"transparent\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#617f52\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideup\",\"delay\":\"0\",\"link-type\":\"meta\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-text\":\"Check it Out\",\"link-type-meta\":\"eg-demogrid-link\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]',NULL),(42,'Wilbert','wilbert','{\"eg-item-skin-element-last-id\":\"2\",\"choose-layout\":\"even\",\"show-content\":\"none\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(17,17,17,0.65)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"none\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"out\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"enable-hover\":\"\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"none\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"0\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"out\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-text\":\"<img src=\\\"%eg-clients-icon%\\\" \\/>\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}}]',NULL),(43,'Phillie','phillie','{\"eg-item-skin-element-last-id\":\"3\",\"choose-layout\":\"even\",\"show-content\":\"none\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"#ffffff\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"1\",\"1\",\"1\",\"1\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"#ffffff\",\"full-border-style\":\"solid\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"1\",\"1\",\"1\",\"1\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"#ffffff\",\"content-border-style\":\"solid\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"out\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"none\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\",\"google-fonts\":[\"Raleway:700,800,900\"]}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"enable-hover\":\"\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"none\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"0\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"out\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-text\":\"<img src=\\\"%eg-clients-icon-dark%\\\" \\/>\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"3\",\"order\":\"0\",\"container\":\"tl\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"2\",\"7\",\"2\",\"7\"],\"background-color\":\"#000000\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-size-x\":\"100\",\"background-size-y\":\"100\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"slideup\",\"delay\":\"0\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"81.67\",\"left-right\":\"38.5\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"%\",\"margin-unit\":\"px\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]',NULL),(44,'Jason','jason','{\"eg-item-skin-element-last-id\":\"32\",\"choose-layout\":\"masonry\",\"show-content\":\"bottom\",\"content-align\":\"center\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(255,255,255,0.20)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"1\",\"1\",\"1\",\"1\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"#e5e5e5\",\"full-border-style\":\"solid\",\"full-overflow-hidden\":\"true\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"30\",\"30\",\"30\",\"30\"],\"content-border\":[\"1\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"#e5e5e5\",\"content-border-style\":\"solid\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,0.20)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"-1\",\"2\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"fade\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"18\",\"color\":\"#000000\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"30\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"20\",\"hide-on-video\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"32\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"#e33a0c\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-size-x\":\"100\",\"background-size-y\":\"100\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"#000000\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"slide\",\"delay\":\"10\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"hide-on-video\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"source-icon\":\"eg-icon-search\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"25\",\"order\":\"1\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"woocommerce\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#89af72\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"10\",\"0\",\"0\",\"0\"],\"padding\":[\"2\",\"7\",\"1\",\"7\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideleft\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"30\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-separate\":\",\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"margin-unit\":\"px\",\"source-woocommerce\":\"wc_full_price\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"31\",\"order\":\"2\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"30\",\"order\":\"3\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"woocommerce\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"30\",\"color\":\"#000000\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-size-x\":\"100\",\"background-size-y\":\"100\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"slideleft\",\"delay\":\"30\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"hide-on-video\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"margin-unit\":\"px\",\"source-woocommerce\":\"wc_star_rating\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"26\",\"order\":\"4\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"28\",\"order\":\"5\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"woocommerce\",\"enable-hover\":\"on\",\"font-size\":\"12\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"5\",\"10\",\"4\",\"10\"],\"background-color\":\"#e33a0c\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-size-x\":\"100\",\"background-size-y\":\"100\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"5\",\"5\",\"5\",\"5\"],\"border-radius-unit\":\"px\",\"border-color\":\"#e5e5e5\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"20\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\\\"Open Sans\\\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"#000000\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"5\",\"5\",\"5\",\"5\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#e33a0c\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"flipup\",\"delay\":\"10\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"hide-on-video\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-woocommerce\":\"wc_add_to_cart_button\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]',NULL),(45,'FlickrStream','flickrstream','{\"eg-item-skin-element-last-id\":\"19\",\"choose-layout\":\"even\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"image-repeat\":\"no-repeat\",\"image-fit\":\"cover\",\"image-align-horizontal\":\"center\",\"image-align-vertical\":\"center\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(0,0,0,0.50)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#222222\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#222222\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"none\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"fade\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\",\"link-set-to\":\"cover\",\"link-link-type\":\"lightbox\",\"link-url-link\":\"\",\"link-meta-link\":\"\",\"link-javascript-link\":\"\",\"link-target\":\"_self\"}','[{\"id\":\"1\",\"order\":\"0\",\"container\":\"br\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"right\",\"clear\":\"none\",\"margin\":[\"0\",\"15\",\"10\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(0,0,0,0.50)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"fade\",\"delay\":\"0\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"css\":\"\",\"css-hover\":\"\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_blank\",\"source-text-style-disable\":\"\",\"show-on-lightbox-video\":\"\",\"source-icon\":\"eg-icon-link\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},\"\",{\"id\":\"15\",\"order\":\"1\",\"container\":\"br\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"19\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"15\",\"20\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"transition\":\"fade\",\"transition-type\":\"\",\"delay\":\"0\",\"link-type\":\"none\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"margin-unit\":\"px\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},\"\",{\"id\":\"17\",\"order\":\"2\",\"container\":\"br\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"19\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"15\",\"20\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"transition\":\"fade\",\"transition-type\":\"\",\"delay\":\"0\",\"link-type\":\"none\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"margin-unit\":\"px\",\"show-on-lightbox-video\":\"\",\"source-text\":\"<i class=\\\"eg-icon-star-empty\\\"><\\/i> %favorites%\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"19\",\"order\":\"3\",\"container\":\"br\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"source-separate\":\",\",\"source-function\":\"link\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"source-text-style-disable\":\"\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"19\",\"color\":\"rgba(255,255,255,0.5)\",\"font-family\":\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"15\",\"20\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"transition\":\"fade\",\"transition-type\":\"\",\"delay\":\"0\",\"link-type\":\"none\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"link-target\":\"_self\",\"tag-type\":\"div\",\"force-important\":\"true\",\"facebook-sharing-link\":\"site\",\"facebook-link-url\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"show-on-lightbox-video\":\"\",\"source-text\":\"by %author_name%\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]',NULL),(46,'FacebookStream','facebookstream','{\"eg-item-skin-element-last-id\":\"33\",\"choose-layout\":\"masonry\",\"show-content\":\"top\",\"content-align\":\"left\",\"image-repeat\":\"no-repeat\",\"image-fit\":\"cover\",\"image-align-horizontal\":\"center\",\"image-align-vertical\":\"center\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(54,88,153,0.65)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"#e5e5e5\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"30\",\"30\",\"26\",\"30\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"1\",\"10\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\",\"link-set-to\":\"none\",\"link-link-type\":\"none\",\"link-url-link\":\"\",\"link-meta-link\":\"\",\"link-javascript-link\":\"\",\"link-target\":\"_self\"}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"14\",\"line-height\":\"22\",\"color\":\"#363839\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"block\",\"text-align\":\"left\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"#ffffff\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"20\",\"line-height-hover\":\"25\",\"color-hover\":\"#13c0df\",\"font-family-hover\":\"\\\"Raleway\\\"\",\"font-weight-hover\":\"800\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"30\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_blank\",\"source-text-style-disable\":\"\",\"show-on-lightbox-video\":\"\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"25\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"on\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"5\",\"10\",\"3\",\"10\"],\"background-color\":\"rgba(0,0,0,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-size-x\":\"100\",\"background-size-y\":\"100\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"20\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"Arial, Helvetica, sans-serif\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(0,0,0,0.50)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"fade\",\"delay\":\"0\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"hide-on-video\":\"true\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"show-on-lightbox-video\":\"\",\"source-text\":\"SHOW IMAGE\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"28\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"on\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"900\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"5\"],\"padding\":[\"5\",\"10\",\"3\",\"10\"],\"background-color\":\"rgba(0,0,0,0.15)\",\"bg-alpha\":\"100\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"20\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"Arial, Helvetica, sans-serif\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(0,0,0,0.50)\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"transition\":\"fade\",\"transition-type\":\"\",\"delay\":\"0\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"show-on-lightbox-video\":\"true\",\"source-text\":\"PLAY VIDEO\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"3\",\"order\":\"1\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"\",\"font-size\":\"14\",\"line-height\":\"22\",\"color\":\"#365899\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"10\",\"15\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"#ffffff\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#e5e5e5\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"14\",\"line-height-hover\":\"14\",\"color-hover\":\"#000000\",\"font-family-hover\":\"Arial, Helvetica, sans-serif\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#e5e5e5\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\", \",\"limit-type\":\"none\",\"limit-num\":\"10\",\"hide-on-video\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"show-on-lightbox-video\":\"\",\"source-text\":\"<i class=\\\"eg-icon-thumbs-up-alt\\\" style=\\\"background:#365899;color:#fff;float:left;width:23px;height:23px;font-size:12px;text-align:center;border-radius:14px;margin-right:5px;\\\"><\\/i> %likes_short%\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"33\",\"order\":\"2\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"source-separate\":\", \",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"14\",\"line-height\":\"22\",\"color\":\"#90949c\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"10\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"14\",\"line-height-hover\":\"22\",\"color-hover\":\"#7f7f7f\",\"font-family-hover\":\"Arial, Helvetica, sans-serif\",\"font-weight-hover\":\"900\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"transition\":\"skewleft\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"show-on-lightbox-video\":\"\",\"source-text\":\"<i class=\\\"eg-icon-calendar-empty\\\" style=\\\"background:#90949c;color:#fff;float:left;width:23px;height:23px;font-size:12px;text-align:center;border-radius:14px;margin-right:5px;\\\"><\\/i> %date%\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]',NULL),(47,'YoutubeStream','youtubestream','{\"eg-item-skin-element-last-id\":\"35\",\"choose-layout\":\"masonry\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"image-repeat\":\"no-repeat\",\"image-fit\":\"cover\",\"image-align-horizontal\":\"center\",\"image-align-vertical\":\"center\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(0,0,0,0.65)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"#e5e5e5\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"20\",\"20\",\"20\",\"20\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"1\",\"10\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\",\"link-set-to\":\"cover\",\"link-link-type\":\"lightbox\",\"link-url-link\":\"\",\"link-meta-link\":\"\",\"link-javascript-link\":\"\",\"link-target\":\"_self\"}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"on\",\"font-size\":\"14\",\"line-height\":\"19\",\"color\":\"#167ac6\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"900\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"block\",\"text-align\":\"left\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"#ffffff\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"14\",\"line-height-hover\":\"19\",\"color-hover\":\"#167ac6\",\"font-family-hover\":\"Arial, Helvetica, sans-serif\",\"font-weight-hover\":\"800\",\"text-decoration-hover\":\"underline\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"30\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_blank\",\"source-text-style-disable\":\"\",\"show-on-lightbox-video\":\"\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"25\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"\",\"source\":\"icon\",\"enable-hover\":\"\",\"font-size\":\"60\",\"line-height\":\"60\",\"color\":\"#ffffff\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-size-x\":\"100\",\"background-size-y\":\"100\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"60\",\"line-height-hover\":\"60\",\"color-hover\":\"rgba(255,255,255,0.85)\",\"font-family-hover\":\"Arial, Helvetica, sans-serif\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"zoomback\",\"delay\":\"0\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"hide-on-video\":\"true\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"source-icon\":\"eg-icon-play\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"33\",\"order\":\"1\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"source-separate\":\", \",\"limit-type\":\"chars\",\"limit-num\":\"100\",\"enable-hover\":\"\",\"font-size\":\"14\",\"line-height\":\"22\",\"color\":\"#90949c\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"10\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"14\",\"line-height-hover\":\"22\",\"color-hover\":\"#7f7f7f\",\"font-family-hover\":\"Arial, Helvetica, sans-serif\",\"font-weight-hover\":\"900\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"transition\":\"skewleft\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"post\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_blank\",\"source-text-style-disable\":\"\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"show-on-lightbox-video\":\"\",\"source-text\":\"%views_short% views\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"34\",\"order\":\"2\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"source-separate\":\", \",\"source-function\":\"link\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"source-text-style-disable\":\"\",\"enable-hover\":\"\",\"font-size\":\"12\",\"line-height\":\"12\",\"color\":\"#90949c\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"5\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"#ffffff\",\"bg-alpha\":\"100\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#e5e5e5\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"22\",\"color-hover\":\"#e81c4f\",\"font-family-hover\":\"Arial, Helvetica, sans-serif\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#e5e5e5\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"transition\":\"none\",\"transition-type\":\"\",\"delay\":\"34\",\"link-type\":\"post\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"link-target\":\"_blank\",\"tag-type\":\"div\",\"force-important\":\"true\",\"facebook-sharing-link\":\"\",\"facebook-link-url\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"show-on-lightbox-video\":\"\",\"source-text\":\"<i class=\\\"eg-icon-thumbs-up-1\\\"><\\/i>%likes_short%\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"35\",\"order\":\"3\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"source-separate\":\", \",\"source-function\":\"link\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"source-text-style-disable\":\"\",\"enable-hover\":\"\",\"font-size\":\"12\",\"line-height\":\"12\",\"color\":\"#90949c\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"5\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"#ffffff\",\"bg-alpha\":\"100\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#e5e5e5\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"22\",\"color-hover\":\"#e81c4f\",\"font-family-hover\":\"Arial, Helvetica, sans-serif\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#e5e5e5\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"transition\":\"none\",\"transition-type\":\"\",\"delay\":\"34\",\"link-type\":\"post\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"link-target\":\"_blank\",\"tag-type\":\"div\",\"force-important\":\"true\",\"facebook-sharing-link\":\"site\",\"facebook-link-url\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"show-on-lightbox-video\":\"\",\"source-text\":\"<i class=\\\"eg-icon-thumbs-down\\\"><\\/i>%dislikes_short%\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}}]',NULL),(48,'TwitterStream','twitterstream','{\"eg-item-skin-element-last-id\":\"38\",\"choose-layout\":\"masonry\",\"show-content\":\"top\",\"content-align\":\"left\",\"image-repeat\":\"no-repeat\",\"image-fit\":\"cover\",\"image-align-horizontal\":\"center\",\"image-align-vertical\":\"center\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(41,47,51,0.20)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"30\",\"30\",\"30\",\"30\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"#e5e5e5\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"20\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"1\",\"10\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"zoomtodefault\",\"media-animation-delay\":\"0\",\"link-set-to\":\"none\",\"link-link-type\":\"none\",\"link-url-link\":\"\",\"link-meta-link\":\"\",\"link-javascript-link\":\"\",\"link-target\":\"_self\"}','[{\"id\":\"25\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"30\",\"line-height\":\"30\",\"color\":\"#ffffff\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-size-x\":\"100\",\"background-size-y\":\"100\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"30\",\"line-height-hover\":\"30\",\"color-hover\":\"rgba(255,255,255,0.85)\",\"font-family-hover\":\"Arial, Helvetica, sans-serif\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"fade\",\"delay\":\"0\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"hide-on-video\":\"true\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"show-on-lightbox-video\":\"\",\"source-icon\":\"eg-icon-search\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"37\",\"order\":\"0\",\"container\":\"br\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"source-separate\":\", \",\"source-function\":\"link\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"source-text-style-disable\":\"\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"10\",\"15\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#e5e5e5\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"22\",\"color-hover\":\"#e81c4f\",\"font-family-hover\":\"Arial, Helvetica, sans-serif\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#e5e5e5\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"transition\":\"slideshortup\",\"transition-type\":\"\",\"delay\":\"0\",\"link-type\":\"post\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"link-target\":\"_blank\",\"tag-type\":\"div\",\"force-important\":\"true\",\"facebook-sharing-link\":\"\",\"facebook-link-url\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"show-on-lightbox-video\":\"\",\"source-text\":\"@%author_name%\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"35\",\"order\":\"0\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"40\",\"enable-hover\":\"on\",\"font-size\":\"26\",\"line-height\":\"32\",\"color\":\"#292f33\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"block\",\"text-align\":\"left\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"10\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"26\",\"line-height-hover\":\"32\",\"color-hover\":\"#0084b4\",\"font-family-hover\":\"Arial, Helvetica, sans-serif\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"underline\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"transition\":\"none\",\"transition-type\":\"\",\"delay\":\"30\",\"link-type\":\"post\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_blank\",\"source-text-style-disable\":\"\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"show-on-lightbox-video\":\"\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},\"\",{\"id\":\"33\",\"order\":\"1\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"source-separate\":\", \",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"on\",\"font-size\":\"13\",\"line-height\":\"22\",\"color\":\"#aab8c2\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"15\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"22\",\"color-hover\":\"#19cf68\",\"font-family-hover\":\"Arial, Helvetica, sans-serif\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"transition\":\"skewleft\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"sharetwitter\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"source-text\":\"<i class=\\\"eg-icon-shuffle-1\\\"><\\/i> %retweets%\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"36\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"source-separate\":\",\",\"source-function\":\"link\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"source-text-style-disable\":\"\",\"enable-hover\":\"on\",\"font-size\":\"30\",\"line-height\":\"30\",\"color\":\"#ffffff\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"30\",\"line-height-hover\":\"30\",\"color-hover\":\"rgba(255,255,255,0.85)\",\"font-family-hover\":\"Arial, Helvetica, sans-serif\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"transition\":\"fade\",\"transition-type\":\"\",\"delay\":\"0\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"link-target\":\"_self\",\"tag-type\":\"div\",\"force-important\":\"true\",\"facebook-sharing-link\":\"\",\"facebook-link-url\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"show-on-lightbox-video\":\"true\",\"source-icon\":\"eg-icon-play\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"3\",\"order\":\"2\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"on\",\"font-size\":\"13\",\"line-height\":\"22\",\"color\":\"#aab8c2\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"15\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"#ffffff\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#e5e5e5\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"22\",\"color-hover\":\"#e81c4f\",\"font-family-hover\":\"Arial, Helvetica, sans-serif\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#e5e5e5\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"34\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\", \",\"limit-type\":\"none\",\"limit-num\":\"10\",\"hide-on-video\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_blank\",\"source-text-style-disable\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-text\":\"<i class=\\\"eg-icon-heart\\\"><\\/i> %likes%\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}}]',NULL),(49,'VimeoStream','vimeostream','{\"eg-item-skin-element-last-id\":\"34\",\"choose-layout\":\"even\",\"show-content\":\"none\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(0,0,0,0.65)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"#e5e5e5\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"20\",\"20\",\"20\",\"20\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"1\",\"10\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\",\"link-set-to\":\"none\",\"link-link-type\":\"lightbox\",\"link-url-link\":\"\",\"link-meta-link\":\"\",\"link-javascript-link\":\"\",\"link-target\":\"_self\"}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"24\",\"line-height\":\"28\",\"color\":\"#ffffff\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"900\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"10\",\"0\",\"10\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"24\",\"line-height-hover\":\"28\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"Arial, Helvetica, sans-serif\",\"font-weight-hover\":\"900\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"fade\",\"delay\":\"0\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_blank\",\"source-text-style-disable\":\"\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"34\",\"order\":\"0\",\"container\":\"br\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"3\",\"enable-hover\":\"\",\"font-size\":\"12\",\"line-height\":\"12\",\"color\":\"rgba(255,255,255,0.5)\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"10\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"transition\":\"slideshortup\",\"transition-type\":\"\",\"delay\":\"30\",\"link-type\":\"post\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"margin-unit\":\"px\",\"source-text\":\"%duration%\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"33\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"source-separate\":\", \",\"limit-type\":\"chars\",\"limit-num\":\"100\",\"enable-hover\":\"\",\"font-size\":\"18\",\"line-height\":\"22\",\"color\":\"#99aabc\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"5\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"10\",\"0\",\"10\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"18\",\"line-height-hover\":\"22\",\"color-hover\":\"#99aabc\",\"font-family-hover\":\"Arial, Helvetica, sans-serif\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"transition\":\"fade\",\"transition-type\":\"\",\"delay\":\"0\",\"link-type\":\"none\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_blank\",\"source-text-style-disable\":\"\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-text\":\"by %author_name%\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"25\",\"order\":\"2\",\"container\":\"c\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"on\",\"font-size\":\"14\",\"line-height\":\"40\",\"color\":\"#44bbff\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"10\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"30\",\"0\",\"30\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-size-x\":\"100\",\"background-size-y\":\"100\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius\":[\"4\",\"4\",\"4\",\"4\"],\"border-radius-unit\":\"px\",\"border-color\":\"#44bbff\",\"border-style\":\"solid\",\"css\":\"\",\"font-size-hover\":\"14\",\"line-height-hover\":\"40\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"Arial, Helvetica, sans-serif\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius-hover\":[\"4\",\"4\",\"4\",\"4\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"fade\",\"delay\":\"0\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"hide-on-video\":\"true\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"source-text\":\"Play Video\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]',NULL),(50,'InstagramStream','instagramstream','{\"eg-item-skin-element-last-id\":\"37\",\"choose-layout\":\"even\",\"show-content\":\"none\",\"content-align\":\"left\",\"image-repeat\":\"no-repeat\",\"image-fit\":\"cover\",\"image-align-horizontal\":\"center\",\"image-align-vertical\":\"center\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(0,0,0,0.50)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"#e5e5e5\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"20\",\"20\",\"20\",\"20\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"1\",\"10\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\",\"link-set-to\":\"cover\",\"link-link-type\":\"lightbox\",\"link-url-link\":\"\",\"link-meta-link\":\"\",\"link-javascript-link\":\"\",\"link-target\":\"_self\"}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"\",\"font-size\":\"16\",\"line-height\":\"16\",\"color\":\"#ffffff\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"900\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"5\",\"0\",\"5\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"24\",\"line-height-hover\":\"28\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"Arial, Helvetica, sans-serif\",\"font-weight-hover\":\"900\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"fade\",\"delay\":\"0\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"false\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"show-on-lightbox-video\":\"hide\",\"source-text\":\"<i class=\\\"eg-icon-heart\\\"><\\/i> %likes_short%\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"35\",\"order\":\"0\",\"container\":\"tl\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"24\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"right\",\"clear\":\"none\",\"margin\":[\"10\",\"7\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"24\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"hide-on-video\":\"false\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"transition\":\"none\",\"transition-type\":\"\",\"delay\":\"0\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"adv-rules\":{\"ar-show\":\"show\",\"ar-type\":[\"off\",\"off\",\"off\",\"off\",\"off\",\"off\",\"off\",\"off\",\"off\"],\"ar-meta\":[\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],\"ar-operator\":[\"isset\",\"isset\",\"isset\",\"isset\",\"isset\",\"isset\",\"isset\",\"isset\",\"isset\"],\"ar-value\":[\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],\"ar-value-2\":[\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],\"ar-logic\":[\"and\",\"and\",\"and\",\"and\",\"and\",\"and\"],\"ar-logic-glob\":[\"and\",\"and\"]},\"show-on-lightbox-video\":\"true\",\"source-icon\":\"eg-icon-videocam\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"37\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"16\",\"line-height\":\"16\",\"color\":\"#ffffff\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"900\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"5\",\"0\",\"5\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"20\",\"line-height-hover\":\"25\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\\\"Raleway\\\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"false\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"transition\":\"fade\",\"transition-type\":\"\",\"delay\":\"0\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"show-on-lightbox-video\":\"true\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"margin-unit\":\"px\",\"source-text\":\"<i class=\\\"eg-icon-play\\\"><\\/i> %likes_short%\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"36\",\"order\":\"2\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"16\",\"line-height\":\"16\",\"color\":\"#ffffff\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"900\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"5\",\"0\",\"5\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"17\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"false\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"transition\":\"fade\",\"transition-type\":\"\",\"delay\":\"0\",\"link-type\":\"post\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_blank\",\"source-text-style-disable\":\"\",\"margin-unit\":\"px\",\"show-on-lightbox-video\":\"false\",\"source-text\":\"<i class=\\\"eg-icon-align-left\\\"><\\/i> %num_comments%\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]',NULL),(51,'My Ronald Reagan 2','my-ronald-reagan-2','{\"eg-item-skin-element-last-id\":\"8\",\"choose-layout\":\"masonry\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"image-repeat\":\"no-repeat\",\"image-fit\":\"cover\",\"image-align-horizontal\":\"center\",\"image-align-vertical\":\"center\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"transparent\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"transparent\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"20\",\"20\",\"20\",\"20\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"none\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"none\",\"cover-animation-center-type\":\"out\",\"cover-animation-delay-center\":\"4\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"out\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\",\"link-set-to\":\"none\",\"link-link-type\":\"none\",\"link-url-link\":\"\",\"link-meta-link\":\"\",\"link-javascript-link\":\"\",\"link-target\":\"_self\"}','[{\"id\":\"1\",\"order\":\"0\",\"container\":\"br\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"20\",\"line-height\":\"23\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Droid Serif\\\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"block\",\"text-align\":\"left\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"10\",\"10\"],\"padding\":[\"5\",\"10\",\"5\",\"10\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"slidedown\",\"delay\":\"15\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"words\",\"limit-num\":\"0\",\"transition-type\":\"out\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"hide-on-video\":\"false\",\"show-on-lightbox-video\":\"false\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"8\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"20\",\"line-height\":\"28\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"#000000\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"20\",\"line-height-hover\":\"28\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"rotatescale\",\"delay\":\"10\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-icon\":\"eg-icon-link\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]',NULL),(52,'My Essential Preview','my-essential-preview','{\"eg-item-skin-element-last-id\":\"14\",\"choose-layout\":\"even\",\"show-content\":\"none\",\"content-align\":\"center\",\"image-repeat\":\"no-repeat\",\"image-fit\":\"cover\",\"image-align-horizontal\":\"center\",\"image-align-vertical\":\"center\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"transparent\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"#000000\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"none\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"out\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"none\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"out\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"none\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\",\"link-set-to\":\"none\",\"link-link-type\":\"none\",\"link-url-link\":\"\",\"link-meta-link\":\"\",\"link-javascript-link\":\"\",\"link-target\":\"_self\"}','[\"\",{\"id\":\"9\",\"order\":\"2\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"hide-on-video\":\"false\",\"show-on-lightbox-video\":\"false\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},\"\",\"\",\"\",\"\",{\"id\":\"13\",\"order\":\"0\",\"container\":\"br\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"20\",\"line-height\":\"23\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Droid Serif\\\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"block\",\"text-align\":\"left\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"10\",\"10\"],\"padding\":[\"5\",\"10\",\"5\",\"10\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"false\",\"show-on-sale\":\"false\",\"show-if-featured\":\"false\",\"transition\":\"none\",\"transition-type\":\"\",\"delay\":\"46\",\"link-type\":\"none\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"show-on-lightbox-video\":\"false\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"margin-unit\":\"px\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"14\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"on\",\"font-size\":\"20\",\"line-height\":\"28\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"10\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"#000000\",\"bg-alpha\":\"100\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"20\",\"line-height-hover\":\"28\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"hide-on-video\":\"false\",\"show-on-sale\":\"false\",\"show-if-featured\":\"false\",\"transition\":\"zoomback\",\"transition-type\":\"\",\"delay\":\"5\",\"link-type\":\"post\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"show-on-lightbox-video\":\"false\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"source-icon\":\"eg-icon-link\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]',NULL),(53,'Washington-155658','washington-155658','{\"eg-item-skin-element-last-id\":\"9\",\"choose-layout\":\"even\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(0,0,0,0.65)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#3f424a\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"fade\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"10\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(0,0,0,0.50)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"falldown\",\"delay\":\"10\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"css\":\"\",\"css-hover\":\"\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-search\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"10\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(0,0,0,0.50)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"falldown\",\"delay\":\"20\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"css\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"css-hover\":\"\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-link\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},\"\",{\"id\":\"3\",\"order\":\"4\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"15\",\"0\",\"0\",\"0\"],\"padding\":[\"5\",\"10\",\"5\",\"10\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"flipup\",\"delay\":\"10\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},\"\",{\"id\":\"8\",\"order\":\"2\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"9\",\"order\":\"5\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]',NULL),(54,'Adams-155658','adams-155658','{\"eg-item-skin-element-last-id\":\"8\",\"choose-layout\":\"even\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"#89af72\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"transparent\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"10\",\"cover-animation-center\":\"flipleft\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"turnout\",\"media-animation-delay\":\"0\"}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"10\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"delay\":\"10\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"css\":\".eg-adams-element-0{}\",\"css-hover\":\".eg-adams-element-0{}\",\"transition-type\":\"\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"tag-type\":\"div\",\"align\":\"t_l\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"true\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-search\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"10\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"slideleft\",\"delay\":\"20\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-link\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},\"\",{\"id\":\"3\",\"order\":\"4\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"15\",\"0\",\"0\",\"0\"],\"padding\":[\"5\",\"10\",\"5\",\"10\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"zoomfront\",\"delay\":\"20\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"css\":\".eg-adams-element-3{}\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"align\":\"t_l\",\"css-hover\":\".eg-adams-element-3{}\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},\"\",{\"id\":\"5\",\"order\":\"7\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"5\",\"10\",\"5\",\"10\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"zoomfront\",\"delay\":\"20\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"css\":\".eg-adams-element-5{}\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"tag-type\":\"div\",\"align\":\"t_l\",\"css-hover\":\".eg-adams-element-5{}\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"words\",\"limit-num\":\"6\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"source-post\":\"excerpt\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"7\",\"order\":\"2\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"8\",\"order\":\"5\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}}]',NULL),(55,'Jefferson-155658','jefferson-155658','{\"eg-item-skin-element-last-id\":\"8\",\"choose-layout\":\"even\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"#e33a0c\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"none\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fliphorizontal\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"fade\",\"media-animation\":\"fliphorizontalout\",\"media-animation-delay\":\"0\"}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"10\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#e33a0c\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"slideup\",\"delay\":\"46\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"css\":\"\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"tag-type\":\"div\",\"align\":\"t_l\",\"css-hover\":\"\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-link\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#e33a0c\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"slidedown\",\"delay\":\"50\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-search\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},\"\",{\"id\":\"3\",\"order\":\"3\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"17\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"10\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"17\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"zoomfront\",\"delay\":\"60\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"css\":\"\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"align\":\"t_l\",\"css-hover\":\"\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},\"\",{\"id\":\"5\",\"order\":\"6\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"on\",\"font-size\":\"12\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"1\",\"5\",\"1\",\"5\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"3\",\"3\",\"3\",\"3\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"12\",\"line-height-hover\":\"20\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(0,0,0,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"3\",\"3\",\"3\",\"3\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"zoomfront\",\"delay\":\"70\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"css\":\"\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"tag-type\":\"div\",\"align\":\"t_l\",\"css-hover\":\"\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\"&nbsp; &nbsp;\",\"limit-type\":\"words\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-post\":\"cat_list\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"7\",\"order\":\"2\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"8\",\"order\":\"4\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]',NULL),(56,'Madison-155658','madison-155658','{\"eg-item-skin-element-last-id\":\"7\",\"choose-layout\":\"even\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"#585c67\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#585c67\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"flipvertical\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"fade\",\"media-animation\":\"flipverticalout\",\"media-animation-delay\":\"0\"}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"10\",\"0\",\"0\"],\"padding\":[\"19\",\"19\",\"19\",\"19\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(0,0,0,0.25)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"zoomfront\",\"delay\":\"50\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"css\":\"\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"tag-type\":\"div\",\"align\":\"t_l\",\"css-hover\":\"\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-search\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"19\",\"19\",\"19\",\"19\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(0,0,0,0.25)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"zoomfront\",\"delay\":\"35\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"transition-type\":\"\",\"css\":\"\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"align\":\"t_l\",\"css-hover\":\"\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"true\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-link\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},\"\",{\"id\":\"3\",\"order\":\"4\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"15\",\"0\",\"0\",\"0\"],\"padding\":[\"5\",\"10\",\"5\",\"10\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideup\",\"delay\":\"35\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},\"\",{\"id\":\"5\",\"order\":\"7\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"12\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"5\",\"10\",\"5\",\"10\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slidedown\",\"delay\":\"45\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"words\",\"limit-num\":\"6\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"source-post\":\"excerpt\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"6\",\"order\":\"2\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"7\",\"order\":\"5\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]',NULL),(57,'Monroe-155658','monroe-155658','{\"eg-item-skin-element-last-id\":\"8\",\"choose-layout\":\"even\",\"show-content\":\"none\",\"content-align\":\"center\",\"image-repeat\":\"no-repeat\",\"image-fit\":\"cover\",\"image-align-horizontal\":\"center\",\"image-align-vertical\":\"center\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(10,10,10,0.25)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"none\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"out\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"none\",\"cover-animation-center-type\":\"out\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"out\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"none\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\",\"link-set-to\":\"none\",\"link-link-type\":\"none\",\"link-url-link\":\"\",\"link-meta-link\":\"\",\"link-javascript-link\":\"\",\"link-target\":\"_self\"}','[{\"id\":\"1\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"16\",\"line-height\":\"24\",\"color\":\"#68470a\",\"font-family\":\"Georgia, serif\",\"font-weight\":\"600\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"4\",\"12\",\"3\",\"12\"],\"background-color\":\"rgba(255,255,255,0.45)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"transparent\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.20)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"flipdown\",\"delay\":\"0\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"out\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"false\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"show-on-lightbox-video\":\"false\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]',NULL),(58,'Quincy-155658','quincy-155658','{\"eg-item-skin-element-last-id\":\"6\",\"choose-layout\":\"even\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(45,48,57,0.75)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#2d3039\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"fade\",\"media-animation\":\"pressback\",\"media-animation-delay\":\"0\"}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"24\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"10\",\"0\",\"10\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"24\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"zoomfront\",\"delay\":\"30\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"css\":\"\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"tag-type\":\"div\",\"align\":\"t_l\",\"css-hover\":\"\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-search\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"24\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"10\",\"0\",\"10\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"24\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"zoomfront\",\"delay\":\"10\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"transition-type\":\"\",\"css\":\"\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"align\":\"t_l\",\"css-hover\":\"\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-link\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},\"\",{\"id\":\"3\",\"order\":\"4\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"15\",\"0\",\"0\",\"0\"],\"padding\":[\"5\",\"10\",\"5\",\"10\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideup\",\"delay\":\"10\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},\"\",{\"id\":\"5\",\"order\":\"2\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"6\",\"order\":\"5\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]',NULL),(59,'Jackson-155658','jackson-155658','{\"eg-item-skin-element-last-id\":\"7\",\"choose-layout\":\"even\",\"show-content\":\"none\",\"content-align\":\"center\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"#ffffff\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#eeeeee\",\"full-padding\":[\"5\",\"5\",\"5\",\"5\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"none\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"zoomback\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#000000\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"10\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"#f5f5f5\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"#eeeeee\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"zoomback\",\"delay\":\"5\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"css\":\".eg-jackson-element-0{}\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"tag-type\":\"div\",\"align\":\"t_l\",\"css-hover\":\".eg-jackson-element-0{}\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-search\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#000000\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"#f5f5f5\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"#eeeeee\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"zoomback\",\"delay\":\"10\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"css\":\"\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"tag-type\":\"div\",\"align\":\"t_l\",\"css-hover\":\"\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-link\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},\"\",{\"id\":\"3\",\"order\":\"4\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"18\",\"line-height\":\"20\",\"color\":\"#000000\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"15\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"18\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"skewright\",\"delay\":\"15\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},\"\",{\"id\":\"5\",\"order\":\"7\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"on\",\"font-size\":\"12\",\"line-height\":\"20\",\"color\":\"#888888\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"12\",\"line-height-hover\":\"20\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\\\"Raleway\\\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"skewleft\",\"delay\":\"10\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\", \",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"source-post\":\"cat_list\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"6\",\"order\":\"2\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"7\",\"order\":\"5\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}}]',NULL),(60,'VanBuren-155658','vanburen-155658','{\"eg-item-skin-element-last-id\":\"3\",\"choose-layout\":\"even\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(10,6,6,0.85)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#363839\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"none\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"flipup\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"fade\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"17\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"15\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"20\",\"0\",\"20\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"flyleft\",\"delay\":\"5\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"css\":\"\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"tag-type\":\"div\",\"align\":\"t_l\",\"css-hover\":\"\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},\"\",{\"id\":\"2\",\"order\":\"3\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"flyright\",\"delay\":\"0\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"css\":\"\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"tag-type\":\"div\",\"align\":\"t_l\",\"css-hover\":\"\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"source-post\":\"date\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"3\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]',NULL),(61,'HenryHarrison-155658','henryharrison-155658','{\"eg-item-skin-element-last-id\":\"5\",\"choose-layout\":\"even\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(49,165,203,0.85)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"fade\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}','[{\"id\":\"1\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"16\",\"line-height\":\"30\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"900\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"10\",\"0\"],\"padding\":[\"0\",\"20\",\"0\",\"20\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"transparent\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"flipup\",\"delay\":\"5\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"css\":\"\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"tag-type\":\"div\",\"align\":\"t_l\",\"css-hover\":\"\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},\"\",{\"id\":\"2\",\"order\":\"3\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"20\",\"line-height\":\"27\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius\":[\"0\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"20\",\"line-height-hover\":\"27\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(0,0,0,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"normal\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius-hover\":[\"60\",\"60\",\"0\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"rotatescale\",\"delay\":\"5\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"css\":\"\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"tag-type\":\"div\",\"align\":\"t_l\",\"css-hover\":\"\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-plus\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},\"\",{\"id\":\"5\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]',NULL),(62,'Tyler-155658','tyler-155658','{\"eg-item-skin-element-last-id\":\"8\",\"choose-layout\":\"even\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(54,56,57,0.85)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"fade\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"10\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"falldown\",\"delay\":\"20\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-search\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"falldown\",\"delay\":\"30\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-unlink\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},\"\",{\"id\":\"3\",\"order\":\"4\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"10\",\"0\",\"0\",\"0\"],\"padding\":[\"5\",\"10\",\"5\",\"10\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideleft\",\"delay\":\"30\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"source-post\":\"title\",\"transition-type\":\"\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},\"\",{\"id\":\"5\",\"order\":\"7\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"5\",\"10\",\"5\",\"10\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"source-post\":\"excerpt\",\"transition-type\":\"\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"7\",\"order\":\"2\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"8\",\"order\":\"5\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]',NULL),(63,'Polk-155658','polk-155658','{\"eg-item-skin-element-last-id\":\"6\",\"choose-layout\":\"even\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(54,56,57,0.85)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"fade\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"10\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.95)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"rotatescale\",\"delay\":\"20\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-icon\":\"eg-icon-search\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"rotatescale\",\"delay\":\"30\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-icon\":\"eg-icon-unlink\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"2\",\"order\":\"3\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"19\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"10\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"flipdown\",\"delay\":\"46\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"source-post\":\"title\",\"transition-type\":\"\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"3\",\"order\":\"5\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"flipdown\",\"delay\":\"57\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"source-post\":\"excerpt\",\"transition-type\":\"\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]',NULL),(64,'Taylor-155658','taylor-155658','{\"eg-item-skin-element-last-id\":\"6\",\"choose-layout\":\"even\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(54,56,57,0.85)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"flipdown\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"10\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"0\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"source-icon\":\"eg-icon-search\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"0\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-icon\":\"eg-icon-unlink\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"2\",\"order\":\"2\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"19\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"20\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"0\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"source-post\":\"title\",\"transition-type\":\"\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"3\",\"order\":\"3\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"5\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"0\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"source-post\":\"excerpt\",\"transition-type\":\"\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]',NULL),(65,'Fillmore-155659','fillmore-155659','{\"eg-item-skin-element-last-id\":\"7\",\"choose-layout\":\"even\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(54,56,57,0.85)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"10\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#363839\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"fade\",\"delay\":\"0\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"css\":\".eg-fillmore-element-0{cursor:pointer}\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"tag-type\":\"div\",\"align\":\"t_l\",\"css-hover\":\".eg-fillmore-element-0{cursor:pointer}\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"source-icon\":\"eg-icon-search\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"0\",\"container\":\"br\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"5\",\"10\",\"5\",\"10\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"slidedown\",\"delay\":\"13\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"transition-type\":\"out\",\"tag-type\":\"div\",\"align\":\"c_c\",\"margin-unit\":\"px\",\"source-post\":\"date\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"2\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#363839\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"fade\",\"delay\":\"0\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"css\":\".eg-fillmore-element-1{ cursor:pointer}\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"tag-type\":\"div\",\"align\":\"t_l\",\"css-hover\":\".eg-fillmore-element-1{cursor:pointer}\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"source-icon\":\"eg-icon-unlink\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"3\",\"order\":\"2\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"19\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"20\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"fade\",\"delay\":\"0\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"source-post\":\"title\",\"transition-type\":\"\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"4\",\"order\":\"3\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"5\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"fade\",\"delay\":\"0\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"source-post\":\"excerpt\",\"transition-type\":\"\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]',NULL),(66,'Pierce-155659','pierce-155659','{\"eg-item-skin-element-last-id\":\"6\",\"choose-layout\":\"even\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(54,56,57,0.85)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"none\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"fade\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"10\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"zoomback\",\"delay\":\"20\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"css\":\".eg-pierce-element-0{}\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"tag-type\":\"div\",\"align\":\"t_l\",\"css-hover\":\".eg-pierce-element-0{}\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-icon\":\"eg-icon-search\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"zoomfront\",\"delay\":\"30\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"css\":\".eg-pierce-element-1{}\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"tag-type\":\"div\",\"align\":\"t_l\",\"css-hover\":\".eg-pierce-element-1{}\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-icon\":\"eg-icon-unlink\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"2\",\"order\":\"2\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"19\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"20\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"falldown\",\"delay\":\"30\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"source-post\":\"title\",\"transition-type\":\"\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"3\",\"order\":\"3\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"5\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideup\",\"delay\":\"20\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"css\":\"\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"source-post\":\"excerpt\",\"tag-type\":\"div\",\"align\":\"c_c\",\"css-hover\":\"\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]',NULL),(67,'Buchanan-155659','buchanan-155659','{\"eg-item-skin-element-last-id\":\"6\",\"choose-layout\":\"even\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(54,56,57,0.85)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"slidedown\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"fade\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"10\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"rollright\",\"delay\":\"20\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-icon\":\"eg-icon-search\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"rollleft\",\"delay\":\"30\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-icon\":\"eg-icon-link\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"2\",\"order\":\"2\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"19\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"20\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slidedown\",\"delay\":\"21\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"source-post\":\"title\",\"transition-type\":\"\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"3\",\"order\":\"3\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"5\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideup\",\"delay\":\"40\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"source-post\":\"excerpt\",\"transition-type\":\"\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]',NULL),(68,'Lincoln-155659','lincoln-155659','{\"eg-item-skin-element-last-id\":\"14\",\"choose-layout\":\"even\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(54,56,57,0.85)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"10\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"fade\",\"media-animation\":\"turnout\",\"media-animation-delay\":\"0\"}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"5\",\"10\",\"5\",\"10\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"flipup\",\"delay\":\"10\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"0\",\"container\":\"br\",\"settings\":{\"0\":\"\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"none\",\"margin\":[\"0\",\"1\",\"0\",\"0\"],\"padding\":[\"13\",\"13\",\"13\",\"13\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"css\":\"\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(0,0,0,0.25)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"rollleft\",\"delay\":\"30\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"source-icon\":\"eg-icon-link\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"2\",\"order\":\"1\",\"container\":\"br\",\"settings\":{\"0\":\"\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"none\",\"margin\":[\"0\",\"1\",\"0\",\"0\"],\"padding\":[\"13\",\"13\",\"13\",\"13\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"css\":\"\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(0,0,0,0.25)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"rollleft\",\"delay\":\"30\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"source-icon\":\"eg-icon-link-ext\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"3\",\"order\":\"2\",\"container\":\"br\",\"settings\":{\"0\":\"\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"13\",\"13\",\"13\",\"13\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"css\":\"\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(0,0,0,0.25)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"rollleft\",\"delay\":\"30\",\"link-type\":\"url\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"source-icon\":\"eg-icon-mail\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]',NULL),(69,'Johnson-155659','johnson-155659','{\"eg-item-skin-element-last-id\":\"12\",\"choose-layout\":\"even\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(0,142,133,0.85)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"10\",\"cover-animation-center\":\"covergrowup\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"16\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"40\",\"0\",\"40\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"flipup\",\"delay\":\"10\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"css\":\".eg-johnson-element-0{}\",\"css-hover\":\".eg-johnson-element-0{}\",\"tag-type\":\"div\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"0\",\"container\":\"br\",\"settings\":{\"0\":\"\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"1\",\"0\"],\"padding\":[\"13\",\"13\",\"13\",\"13\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(0,0,0,0.25)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"slideup\",\"delay\":\"30\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"css\":\".eg-johnson-element-1{}\",\"css-hover\":\".eg-johnson-element-1{}\",\"tag-type\":\"div\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-search\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},\"\",{\"id\":\"3\",\"order\":\"1\",\"container\":\"br\",\"settings\":{\"0\":\"\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"1\",\"0\"],\"padding\":[\"13\",\"13\",\"13\",\"13\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(0,0,0,0.25)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"slideup\",\"delay\":\"20\",\"link-type\":\"embedded_video\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"css\":\".eg-johnson-element-3{}\",\"css-hover\":\".eg-johnson-element-3{}\",\"tag-type\":\"div\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-videocam\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"4\",\"order\":\"2\",\"container\":\"br\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"1\",\"0\"],\"padding\":[\"13\",\"13\",\"13\",\"13\"],\"background-color\":\"rgba(255,255,255,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(0,0,0,0.25)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"slideup\",\"delay\":\"10\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"css\":\"\",\"css-hover\":\"\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-link\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"5\",\"order\":\"2\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"flipup\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\", \",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"source-post\":\"cat_list\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"12\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}}]',NULL),(70,'Grant-155659','grant-155659','{\"eg-item-skin-element-last-id\":\"22\",\"choose-layout\":\"masonry\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(54,56,57,0.85)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"30\",\"30\",\"30\",\"30\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,0.20)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"1\",\"2\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"fade\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"20\",\"line-height\":\"25\",\"color\":\"#363839\",\"font-family\":\"\",\"font-weight\":\"600\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"block\",\"text-align\":\"left\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"20\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"#ffffff\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\".eg-grant-element-0{}\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\".eg-grant-element-0{}\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"30\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"tag-type\":\"div\",\"align\":\"t_l\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"0\",\"container\":\"br\",\"settings\":{\"0\":\"\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"right\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"13\",\"13\",\"13\",\"13\"],\"background-color\":\"rgba(0,0,0,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"css\":\"\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(0,0,0,0.40)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"rollleft\",\"delay\":\"30\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-link-ext\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"2\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"600\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"5\",\"10\",\"5\",\"10\"],\"background-color\":\"rgba(0,0,0,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"flipup\",\"delay\":\"10\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"source-text\":\"READ MORE\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"3\",\"order\":\"1\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"12\",\"line-height\":\"14\",\"color\":\"#aaaaaa\",\"font-family\":\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"10\",\"0\",\"0\"],\"background-color\":\"#ffffff\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"hide-on-video\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-post\":\"date\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},\"\",\"\",{\"id\":\"6\",\"order\":\"3\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"22\",\"color\":\"#777777\",\"font-family\":\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"block\",\"text-align\":\"left\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"15\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"#ffffff\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-post\":\"excerpt\",\"transition-type\":\"\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"22\",\"order\":\"2\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]',NULL),(71,'Hayes-155659','hayes-155659','{\"eg-item-skin-element-last-id\":\"23\",\"choose-layout\":\"masonry\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(54,56,57,0.85)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"30\",\"30\",\"30\",\"30\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,0.20)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"1\",\"2\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"fade\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"20\",\"line-height\":\"25\",\"color\":\"#363839\",\"font-family\":\"\",\"font-weight\":\"600\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"block\",\"text-align\":\"left\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"20\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"#ffffff\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"30\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"hide-on-video\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"1\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"12\",\"line-height\":\"14\",\"color\":\"#aaaaaa\",\"font-family\":\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"10\",\"0\",\"0\"],\"background-color\":\"#ffffff\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"1\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#aaaaaa\",\"border-style\":\"solid\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"hide-on-video\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-post\":\"date\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"2\",\"order\":\"2\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"12\",\"line-height\":\"14\",\"color\":\"#aaaaaa\",\"font-family\":\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"10\"],\"padding\":[\"0\",\"10\",\"0\",\"0\"],\"background-color\":\"#ffffff\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#aaaaaa\",\"border-style\":\"solid\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"hide-on-video\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-post\":\"cat_list\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]',NULL),(72,'Garfield-155659','garfield-155659','{\"eg-item-skin-element-last-id\":\"22\",\"choose-layout\":\"masonry\",\"show-content\":\"top\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(0,0,0,0.75)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"transparent\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"30\",\"30\",\"30\",\"30\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,0.20)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"-1\",\"2\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"fade\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"20\",\"line-height\":\"25\",\"color\":\"#363839\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"block\",\"text-align\":\"left\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"20\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"#ffffff\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"30\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"0\",\"container\":\"br\",\"settings\":{\"0\":\"\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"right\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"13\",\"13\",\"13\",\"13\"],\"background-color\":\"rgba(0,0,0,0.25)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"css\":\"\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"#000000\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"rollleft\",\"delay\":\"30\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-link-ext\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"2\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"on\",\"font-size\":\"12\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"5\",\"10\",\"5\",\"10\"],\"background-color\":\"rgba(0,0,0,0.25)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"20\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\\\"Raleway\\\"\",\"font-weight-hover\":\"800\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"#000000\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"flipup\",\"delay\":\"10\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-text\":\"READ MORE\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"3\",\"order\":\"1\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"12\",\"line-height\":\"16\",\"color\":\"#777777\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"10\",\"0\",\"0\"],\"background-color\":\"#ffffff\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"1\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#e5e5e5\",\"border-style\":\"solid\",\"css\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"16\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\\\"Raleway\\\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"1\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#e5e5e5\",\"border-style-hover\":\"solid\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-post\":\"date\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"4\",\"order\":\"2\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"on\",\"font-size\":\"12\",\"line-height\":\"16\",\"color\":\"#777\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"10\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"#ffffff\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"16\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\\\"Raleway\\\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\", \",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"source-post\":\"cat_list\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"22\",\"order\":\"4\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"6\",\"order\":\"5\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"22\",\"color\":\"#333333\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"block\",\"text-align\":\"left\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"15\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"#ffffff\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"words\",\"limit-num\":\"15\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"source-post\":\"excerpt\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]',NULL),(73,'Arthur-155659','arthur-155659','{\"eg-item-skin-element-last-id\":\"31\",\"choose-layout\":\"masonry\",\"show-content\":\"top\",\"content-align\":\"center\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(137,175,114,0.75)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"1\",\"1\",\"1\",\"1\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"#e5e5e5\",\"full-border-style\":\"solid\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#f5f5f5\",\"content-padding\":[\"30\",\"30\",\"25\",\"30\"],\"content-border\":[\"0\",\"0\",\"1\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"#e5e5e5\",\"content-border-style\":\"solid\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,0.20)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"-1\",\"2\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"fade\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"17\",\"line-height\":\"22\",\"color\":\"#000000\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"30\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"20\",\"hide-on-video\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"28\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"\",\"source\":\"woocommerce\",\"enable-hover\":\"on\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"5\",\"10\",\"4\",\"10\"],\"background-color\":\"rgba(0,0,0,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-size-x\":\"100\",\"background-size-y\":\"100\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"20\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\\\"Raleway\\\"\",\"font-weight-hover\":\"800\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"flipup\",\"delay\":\"10\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"hide-on-video\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-woocommerce\":\"wc_add_to_cart_button\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"25\",\"order\":\"1\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"woocommerce\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"17\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"10\",\"0\",\"0\",\"0\"],\"padding\":[\"2\",\"7\",\"1\",\"7\"],\"background-color\":\"#e33a0c\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideleft\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"30\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-separate\":\",\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"margin-unit\":\"px\",\"source-woocommerce\":\"wc_full_price\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"26\",\"order\":\"2\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"3\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"woocommerce\",\"enable-hover\":\"on\",\"font-size\":\"12\",\"line-height\":\"14\",\"color\":\"#777777\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"10\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#aaaaaa\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\\\"Open Sans\\\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#aaaaaa\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\", \",\"limit-type\":\"none\",\"limit-num\":\"10\",\"hide-on-video\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-woocommerce\":\"wc_categories\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"31\",\"order\":\"4\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"30\",\"order\":\"5\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"woocommerce\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#000000\",\"font-family\":\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"5\",\"10\",\"5\",\"10\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-size-x\":\"100\",\"background-size-y\":\"100\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"slideleft\",\"delay\":\"30\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"hide-on-video\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"margin-unit\":\"px\",\"source-woocommerce\":\"wc_star_rating\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]',NULL),(74,'Cleveland-155659','cleveland-155659','{\"eg-item-skin-element-last-id\":\"22\",\"choose-layout\":\"masonry\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(0,0,0,0.75)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#333333\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#333333\",\"content-padding\":[\"30\",\"30\",\"30\",\"30\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,0.20)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"1\",\"2\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"fade\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"20\",\"line-height\":\"25\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"block\",\"text-align\":\"left\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"20\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\".eg-cleveland-element-0{}\",\"font-size-hover\":\"20\",\"line-height-hover\":\"25\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\\\"Raleway\\\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\".eg-cleveland-element-0{}\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"30\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"tag-type\":\"div\",\"align\":\"t_l\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"0\",\"container\":\"br\",\"settings\":{\"0\":\"\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"right\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"13\",\"13\",\"13\",\"13\"],\"background-color\":\"rgba(0,0,0,0.25)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"css\":\"\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"#000000\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"rollleft\",\"delay\":\"30\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-link-ext\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"2\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"on\",\"font-size\":\"12\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"5\",\"10\",\"5\",\"10\"],\"background-color\":\"rgba(0,0,0,0.25)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"20\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\\\"Raleway\\\"\",\"font-weight-hover\":\"800\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"#000000\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"flipup\",\"delay\":\"10\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-text\":\"READ MORE\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"3\",\"order\":\"1\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"12\",\"line-height\":\"16\",\"color\":\"#aaaaaa\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"none\",\"margin\":[\"0\",\"10\",\"0\",\"0\"],\"padding\":[\"0\",\"10\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"1\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#555555\",\"border-style\":\"solid\",\"css\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"16\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\\\"Raleway\\\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"1\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#555555\",\"border-style-hover\":\"solid\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"source-post\":\"date\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"4\",\"order\":\"2\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"on\",\"font-size\":\"12\",\"line-height\":\"16\",\"color\":\"#aaaaaa\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"16\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\\\"Raleway\\\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\", \",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"source-post\":\"cat_list\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},\"\",{\"id\":\"6\",\"order\":\"5\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"22\",\"color\":\"#eeeeee\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"block\",\"text-align\":\"left\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"15\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"words\",\"limit-num\":\"15\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"source-post\":\"excerpt\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"22\",\"order\":\"4\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]',NULL),(75,'Harrison-155659','harrison-155659','{\"eg-item-skin-element-last-id\":\"24\",\"choose-layout\":\"masonry\",\"show-content\":\"top\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(54,56,57,0.85)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#363839\",\"content-padding\":[\"30\",\"30\",\"30\",\"30\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,0.20)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"-1\",\"2\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"fade\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"20\",\"line-height\":\"25\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"500\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"block\",\"text-align\":\"left\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"20\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"30\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"hide-on-video\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"1\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"12\",\"line-height\":\"14\",\"color\":\"#aaaaaa\",\"font-family\":\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"10\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"1\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#aaaaaa\",\"border-style\":\"solid\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-post\":\"date\",\"transition-type\":\"\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"2\",\"order\":\"2\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"12\",\"line-height\":\"14\",\"color\":\"#aaaaaa\",\"font-family\":\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"10\"],\"padding\":[\"0\",\"10\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#aaaaaa\",\"border-style\":\"solid\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"hide-on-video\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-post\":\"cat_list\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]',NULL);
INSERT INTO `wp3l_eg_item_skins` VALUES (76,'McKinley-155659','mckinley-155659','{\"eg-item-skin-element-last-id\":\"30\",\"choose-layout\":\"masonry\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(19,192,223,0.65)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"#e5e5e5\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"30\",\"30\",\"30\",\"30\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"1\",\"10\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"slide\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"on\",\"font-size\":\"20\",\"line-height\":\"25\",\"color\":\"#363839\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"10\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"#ffffff\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"20\",\"line-height-hover\":\"25\",\"color-hover\":\"#13c0df\",\"font-family-hover\":\"\\\"Raleway\\\"\",\"font-weight-hover\":\"800\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"30\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"25\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"on\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"900\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"5\",\"10\",\"3\",\"10\"],\"background-color\":\"rgba(0,0,0,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-size-x\":\"100\",\"background-size-y\":\"100\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"20\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\\\"Raleway\\\"\",\"font-weight-hover\":\"900\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(0,0,0,0.50)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"slide\",\"delay\":\"20\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"hide-on-video\":\"true\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-text\":\"SHOW IMAGE\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"28\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"on\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"900\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"5\"],\"padding\":[\"5\",\"10\",\"3\",\"10\"],\"background-color\":\"rgba(0,0,0,0.15)\",\"bg-alpha\":\"100\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"20\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\\\"Raleway\\\"\",\"font-weight-hover\":\"900\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(0,0,0,0.50)\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"transition\":\"slide\",\"transition-type\":\"\",\"delay\":\"20\",\"link-type\":\"embedded_video\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-text\":\"PLAY VIDEO\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"3\",\"order\":\"1\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"on\",\"font-size\":\"12\",\"line-height\":\"14\",\"color\":\"#aaaaaa\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"#ffffff\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#e5e5e5\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\\\"Open Sans\\\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#e5e5e5\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\", \",\"limit-type\":\"none\",\"limit-num\":\"10\",\"hide-on-video\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-post\":\"cat_list\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},\"\",{\"id\":\"6\",\"order\":\"3\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"22\",\"color\":\"#777777\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"15\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"#ffffff\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"words\",\"limit-num\":\"15\",\"hide-on-video\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"source-post\":\"excerpt\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},\"\",{\"id\":\"29\",\"order\":\"2\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"30\",\"order\":\"4\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}}]',NULL),(77,'Roosevelt-155659','roosevelt-155659','{\"eg-item-skin-element-last-id\":\"3\",\"choose-layout\":\"even\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(34,34,34,0.50)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#333333\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#333333\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"zoomback\",\"cover-group-animation\":\"none\",\"media-animation\":\"shifttotop\",\"media-animation-delay\":\"0\"}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"br\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"20\",\"20\",\"20\",\"20\"],\"background-color\":\"#333333\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\".eg-roosevelt-element-0{}\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\".eg-roosevelt-element-0{}\",\"hideunder\":\"0\",\"transition\":\"flipup\",\"delay\":\"9\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"transition-type\":\"\",\"tag-type\":\"div\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"2\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"10\",\"60\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"rgba(0,0,0,0.50)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(0,0,0,0.75)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"slideup\",\"delay\":\"20\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"css\":\".eg-roosevelt-element-2{}\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"transition-type\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"align\":\"t_l\",\"css-hover\":\".eg-roosevelt-element-2{}\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"true\",\"absolute-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-search\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"rgba(0,0,0,0.50)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(0,0,0,0.75)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"slideup\",\"delay\":\"30\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"css\":\"\",\"position\":\"relative\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"transition-type\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"align\":\"t_l\",\"css-hover\":\"\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"true\",\"absolute-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-link\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]',NULL),(78,'HowardTaft-155659','howardtaft-155659','{\"eg-item-skin-element-last-id\":\"14\",\"choose-layout\":\"even\",\"show-content\":\"none\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(111,33,44,0.75)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#000000\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#000000\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"none\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"slide\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"900\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\".eg-howardtaft-element-0{letter-spacing:1px;}\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\".eg-howardtaft-element-0{}\",\"hideunder\":\"0\",\"transition\":\"slide\",\"delay\":\"15\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top\":\"0\",\"top-unit\":\"px\",\"right\":\"0\",\"right-unit\":\"px\",\"bottom\":\"0\",\"bottom-unit\":\"px\",\"left\":\"0\",\"left-unit\":\"px\",\"split\":\"full\",\"transition-type\":\"\",\"tag-type\":\"div\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"force-important\":\"true\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"css\":\"\",\"position\":\"relative\",\"top\":\"0\",\"top-unit\":\"px\",\"right\":\"0\",\"right-unit\":\"px\",\"bottom\":\"0\",\"bottom-unit\":\"px\",\"left\":\"0\",\"left-unit\":\"px\",\"split\":\"full\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"align\":\"t_l\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"css-hover\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"2\",\"order\":\"2\",\"container\":\"c\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"\",\"font-size\":\"6\",\"line-height\":\"7\",\"color\":\"transparent\",\"font-family\":\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"css\":\".eg-howardtaft-element-2{ min-width:50px}\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\".eg-howardtaft-element-2{}\",\"hideunder\":\"0\",\"transition\":\"zoomback\",\"delay\":\"25\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"split\":\"full\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"hide-on-video\":\"\",\"absolute-unit\":\"px\",\"source-text\":\"anemptytextlline\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"3\",\"order\":\"3\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"css\":\"\",\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"css-hover\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"6\",\"order\":\"6\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"\",\"font-size\":\"17\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"200\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"7\",\"color-hover\":\"#e33a0c\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"slide\",\"delay\":\"35\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"transition-type\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"absolute-unit\":\"px\",\"hide-on-video\":\"true\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-search\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"7\",\"order\":\"7\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"\",\"font-size\":\"17\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"7\",\"color-hover\":\"#e33a0c\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"slide\",\"delay\":\"35\",\"link-type\":\"embedded_video\",\"url-link\":\"\",\"javascript-link\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"transition-type\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-play\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]',NULL),(79,'WoodrowWilson-155659','woodrowwilson-155659','{\"eg-item-skin-element-last-id\":\"14\",\"choose-layout\":\"even\",\"show-content\":\"none\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"#ffffff\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"none\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"18\",\"color\":\"#000000\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"20\",\"0\",\"20\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideleft\",\"delay\":\"15\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top\":\"0\",\"top-unit\":\"px\",\"right\":\"0\",\"right-unit\":\"px\",\"bottom\":\"0\",\"bottom-unit\":\"px\",\"left\":\"0\",\"left-unit\":\"px\",\"split\":\"full\",\"transition-type\":\"\",\"tag-type\":\"div\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"force-important\":\"true\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"css\":\"\",\"position\":\"relative\",\"top\":\"0\",\"top-unit\":\"px\",\"right\":\"0\",\"right-unit\":\"px\",\"bottom\":\"0\",\"bottom-unit\":\"px\",\"left\":\"0\",\"left-unit\":\"px\",\"split\":\"full\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"align\":\"t_l\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"css-hover\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"2\",\"order\":\"2\",\"container\":\"c\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"\",\"font-size\":\"6\",\"line-height\":\"7\",\"color\":\"transparent\",\"font-family\":\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"3\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#89af72\",\"border-style\":\"solid\",\"css\":\".eg-howardtaft-element-2{ min-width:50px}\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\".eg-howardtaft-element-2{}\",\"hideunder\":\"0\",\"transition\":\"zoomfront\",\"delay\":\"25\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"split\":\"full\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"hide-on-video\":\"\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-text\":\"anemptytextlline\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"3\",\"order\":\"3\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"css\":\"\",\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"css-hover\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"hide-on-video\":\"\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"4\",\"order\":\"4\",\"container\":\"c\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"22\",\"color\":\"#555555\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"delay\":\"20\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\", \",\"limit-type\":\"none\",\"limit-num\":\"10\",\"hide-on-video\":\"\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-post\":\"cat_list\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]',NULL),(80,'Harding-155659','harding-155659','{\"eg-item-skin-element-last-id\":\"17\",\"choose-layout\":\"masonry\",\"show-content\":\"bottom\",\"content-align\":\"center\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"transparent\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"none\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"transparent\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\",\"google-fonts\":[\"Droid+Serif:400,700\",\"Open+Sans:400,600,700,800\"]}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"25\",\"color\":\"#000000\",\"font-family\":\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"40\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"15\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top\":\"0\",\"top-unit\":\"px\",\"right\":\"0\",\"right-unit\":\"px\",\"bottom\":\"0\",\"bottom-unit\":\"px\",\"left\":\"0\",\"left-unit\":\"px\",\"split\":\"full\",\"transition-type\":\"\",\"tag-type\":\"div\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"force-important\":\"true\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"words\",\"limit-num\":\"10\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"1\",\"order\":\"2\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"\",\"font-size\":\"12\",\"line-height\":\"14\",\"color\":\"#444444\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"500\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"#ffffff\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#363839\",\"font-family-hover\":\"\",\"font-weight-hover\":\"600\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"words\",\"limit-num\":\"10\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"source-text\":\"Frontend Developer\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"2\",\"order\":\"3\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top\":\"0\",\"top-unit\":\"px\",\"right\":\"0\",\"right-unit\":\"px\",\"bottom\":\"0\",\"bottom-unit\":\"px\",\"left\":\"0\",\"left-unit\":\"px\",\"split\":\"full\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"align\":\"t_l\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"force-important\":\"\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"3\",\"order\":\"4\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"\",\"font-size\":\"6\",\"line-height\":\"7\",\"color\":\"transparent\",\"font-family\":\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#000000\",\"border-style\":\"solid\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"25\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"split\":\"full\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"source-text\":\"anemptytextlline\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"4\",\"order\":\"5\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"5\",\"order\":\"6\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"22\",\"color\":\"#555555\",\"font-family\":\"\\\"Droid Serif\\\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"5\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"20\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"words\",\"limit-num\":\"50\",\"source-post\":\"excerpt\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"6\",\"order\":\"7\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}}]',NULL),(81,'Coolidge-155659','coolidge-155659','{\"eg-item-skin-element-last-id\":\"19\",\"choose-layout\":\"masonry\",\"show-content\":\"bottom\",\"content-align\":\"center\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"transparent\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"30\",\"30\",\"30\",\"30\"],\"content-border\":[\"1\",\"1\",\"1\",\"1\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"#e5e5e5\",\"content-border-style\":\"solid\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,0.15)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\",\"google-fonts\":[\"Droid+Serif:400,700\",\"Open+Sans:400,600,700,800\"]}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"\",\"font-size\":\"33\",\"line-height\":\"25\",\"color\":\"#363839\",\"font-family\":\"\",\"font-weight\":\"600\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"#ffffff\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"slideleft\",\"delay\":\"30\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"source-text\":\"<i class=\\\"eg-icon-tools\\\"><\\/i>\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"1\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"19\",\"color\":\"#000000\",\"font-family\":\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"15\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"15\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top\":\"0\",\"top-unit\":\"px\",\"right\":\"0\",\"right-unit\":\"px\",\"bottom\":\"0\",\"bottom-unit\":\"px\",\"left\":\"0\",\"left-unit\":\"px\",\"split\":\"full\",\"transition-type\":\"\",\"tag-type\":\"div\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"force-important\":\"true\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"words\",\"limit-num\":\"10\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"2\",\"order\":\"2\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top\":\"0\",\"top-unit\":\"px\",\"right\":\"0\",\"right-unit\":\"px\",\"bottom\":\"0\",\"bottom-unit\":\"px\",\"left\":\"0\",\"left-unit\":\"px\",\"split\":\"full\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"align\":\"t_l\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"force-important\":\"\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-text\":\"LINE-BREAK\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"absolute-unit\":\"px\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"3\",\"order\":\"3\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"\",\"font-size\":\"6\",\"line-height\":\"7\",\"color\":\"transparent\",\"font-family\":\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#000000\",\"border-style\":\"solid\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"25\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"split\":\"full\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"source-text\":\"anemptytextlline\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"4\",\"order\":\"4\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"5\",\"order\":\"5\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"22\",\"color\":\"#555555\",\"font-family\":\"\\\"Droid Serif\\\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"5\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"20\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"words\",\"limit-num\":\"40\",\"source-post\":\"excerpt\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"6\",\"order\":\"6\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"7\",\"order\":\"7\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"14\",\"color\":\"#40dc8d\",\"font-family\":\"\\\"Droid Serif\\\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"20\",\"0\",\"0\",\"-15\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"#ffffff\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#363839\",\"font-family-hover\":\"\",\"font-weight-hover\":\"600\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"34\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"source-text\":\"<i class=\\\"eg-icon-angle-right\\\"><\\/i> Learn More\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}}]',NULL),(82,'Herbert Hoover-155659','herbert-hoover-155659','{\"eg-item-skin-element-last-id\":\"25\",\"choose-layout\":\"masonry\",\"show-content\":\"bottom\",\"content-align\":\"center\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"transparent\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"30\",\"30\",\"30\",\"30\"],\"content-border\":[\"0\",\"1\",\"1\",\"1\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"#e5e5e5\",\"content-border-style\":\"solid\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"transparent\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"25\",\"color\":\"#000000\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"15\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top\":\"0\",\"top-unit\":\"px\",\"right\":\"0\",\"right-unit\":\"px\",\"bottom\":\"0\",\"bottom-unit\":\"px\",\"left\":\"0\",\"left-unit\":\"px\",\"split\":\"full\",\"transition-type\":\"\",\"tag-type\":\"div\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"force-important\":\"true\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"words\",\"limit-num\":\"10\",\"source-separate\":\",\",\"hide-on-video\":\"\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"24\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"rgba(0,0,0,0.50)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"50\",\"50\",\"50\",\"50\"],\"border-radius-unit\":\"%\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(0,0,0,0.75)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"50\",\"50\",\"50\",\"50\"],\"border-radius-unit-hover\":\"%\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"fade\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"10\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-separate\":\",\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"hide-on-video\":\"true\",\"source-icon\":\"eg-icon-search\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"1\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"on\",\"font-size\":\"12\",\"line-height\":\"14\",\"color\":\"#444444\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"#ffffff\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#aaaaaa\",\"font-family-hover\":\"\\\"Open Sans\\\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"words\",\"limit-num\":\"10\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\", \",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-post\":\"cat_list\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"25\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"5\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"rgba(0,0,0,0.50)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"50\",\"50\",\"50\",\"50\"],\"border-radius-unit\":\"%\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(0,0,0,0.75)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"50\",\"50\",\"50\",\"50\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"fade\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"10\",\"link-type\":\"embedded_video\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-separate\":\",\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"source-icon\":\"eg-icon-play\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"10\",\"order\":\"10\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"limit-num\":\"10\",\"limit-type\":\"none\",\"enable-hover\":\"on\",\"font-size\":\"22\",\"line-height\":\"7\",\"color\":\"#000000\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"25\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"22\",\"line-height-hover\":\"7\",\"color-hover\":\"#c32524\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"falldown\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"10\",\"link-type\":\"url\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"source-icon\":\"eg-icon-pinterest\",\"link-type-url\":\"#\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"3\",\"order\":\"2\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top\":\"0\",\"top-unit\":\"px\",\"right\":\"0\",\"right-unit\":\"px\",\"bottom\":\"0\",\"bottom-unit\":\"px\",\"left\":\"0\",\"left-unit\":\"px\",\"split\":\"full\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"align\":\"t_l\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"force-important\":\"\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"4\",\"order\":\"3\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"\",\"font-size\":\"6\",\"line-height\":\"7\",\"color\":\"transparent\",\"font-family\":\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#000000\",\"border-style\":\"solid\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"25\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"split\":\"full\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"absolute-unit\":\"px\",\"source-text\":\"anemptytextlline\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"5\",\"order\":\"4\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"6\",\"order\":\"5\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"22\",\"color\":\"#555555\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"5\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"20\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"words\",\"limit-num\":\"15\",\"source-separate\":\",\",\"source-post\":\"excerpt\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"7\",\"order\":\"6\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"8\",\"order\":\"7\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"limit-num\":\"10\",\"limit-type\":\"none\",\"enable-hover\":\"on\",\"font-size\":\"22\",\"line-height\":\"7\",\"color\":\"#000000\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"25\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"22\",\"line-height-hover\":\"7\",\"color-hover\":\"#4672b3\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"falldown\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"10\",\"link-type\":\"url\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-icon\":\"eg-icon-facebook-1\",\"link-type-url\":\"#\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"9\",\"order\":\"8\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"limit-num\":\"10\",\"limit-type\":\"none\",\"enable-hover\":\"on\",\"font-size\":\"22\",\"line-height\":\"7\",\"color\":\"#000000\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"25\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"22\",\"line-height-hover\":\"7\",\"color-hover\":\"#099bcc\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"falldown\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"10\",\"link-type\":\"url\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-icon\":\"eg-icon-twitter-1\",\"link-type-url\":\"#\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"2\",\"order\":\"9\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"limit-num\":\"10\",\"limit-type\":\"none\",\"enable-hover\":\"on\",\"font-size\":\"22\",\"line-height\":\"7\",\"color\":\"#000000\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"25\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"22\",\"line-height-hover\":\"7\",\"color-hover\":\"#da4a38\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"falldown\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"10\",\"link-type\":\"url\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"source-icon\":\"eg-icon-gplus-1\",\"link-type-url\":\"#\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]',NULL),(83,'Eisenhower-155659','eisenhower-155659','{\"eg-item-skin-element-last-id\":\"24\",\"choose-layout\":\"masonry\",\"show-content\":\"bottom\",\"content-align\":\"center\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"transparent\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"20\",\"20\",\"20\",\"20\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"5\",\"5\",\"5\",\"5\"],\"full-border-color\":\"#606060\",\"full-border-style\":\"solid\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"30\",\"30\",\"0\",\"30\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"#e5e5e5\",\"content-border-style\":\"none\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,0.15)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\",\"google-fonts\":[\"Droid+Serif:400,700\",\"Open+Sans:400,600,700,800\"]}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"19\",\"color\":\"#000000\",\"font-family\":\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"15\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top\":\"0\",\"top-unit\":\"px\",\"right\":\"0\",\"right-unit\":\"px\",\"bottom\":\"0\",\"bottom-unit\":\"px\",\"left\":\"0\",\"left-unit\":\"px\",\"split\":\"full\",\"transition-type\":\"\",\"tag-type\":\"div\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"force-important\":\"true\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"words\",\"limit-num\":\"10\",\"source-separate\":\",\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"1\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"15\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"rgba(0,0,0,0.85)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"50\",\"50\",\"50\",\"50\"],\"border-radius-unit\":\"%\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"50\",\"50\",\"50\",\"50\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"rollright\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"10\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"source-separate\":\",\",\"source-icon\":\"eg-icon-search\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"2\",\"order\":\"1\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top\":\"0\",\"top-unit\":\"px\",\"right\":\"0\",\"right-unit\":\"px\",\"bottom\":\"0\",\"bottom-unit\":\"px\",\"left\":\"0\",\"left-unit\":\"px\",\"split\":\"full\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"align\":\"t_l\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"force-important\":\"\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-text\":\"LINE-BREAK\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"absolute-unit\":\"px\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"3\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"rgba(0,0,0,0.85)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"50\",\"50\",\"50\",\"50\"],\"border-radius-unit\":\"%\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"50\",\"50\",\"50\",\"50\"],\"border-radius-unit-hover\":\"%\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"rollleft\",\"delay\":\"18\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-separate\":\",\",\"source-icon\":\"eg-icon-forward\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"4\",\"order\":\"2\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"\",\"font-size\":\"6\",\"line-height\":\"7\",\"color\":\"transparent\",\"font-family\":\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#40dc8d\",\"border-style\":\"solid\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"25\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"split\":\"full\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"absolute-unit\":\"px\",\"source-text\":\"anemptytextlline\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"5\",\"order\":\"3\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"6\",\"order\":\"4\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"22\",\"color\":\"#555555\",\"font-family\":\"\\\"Droid Serif\\\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"5\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"20\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"words\",\"limit-num\":\"5\",\"source-post\":\"cat_list\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}}]',NULL),(84,'J.F.Kennedy-155659','j-f-kennedy-155659','{\"eg-item-skin-element-last-id\":\"24\",\"choose-layout\":\"masonry\",\"show-content\":\"bottom\",\"content-align\":\"center\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"transparent\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#111111\",\"full-padding\":[\"20\",\"20\",\"20\",\"20\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"5\",\"5\",\"5\",\"5\"],\"full-border-color\":\"#606060\",\"full-border-style\":\"solid\",\"content-bg-color\":\"#111111\",\"content-padding\":[\"30\",\"30\",\"0\",\"30\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"#e5e5e5\",\"content-border-style\":\"none\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,0.15)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\",\"google-fonts\":[\"Droid+Serif:400,700\",\"Open+Sans:400,600,700,800\"]}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"19\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"15\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top\":\"0\",\"top-unit\":\"px\",\"right\":\"0\",\"right-unit\":\"px\",\"bottom\":\"0\",\"bottom-unit\":\"px\",\"left\":\"0\",\"left-unit\":\"px\",\"split\":\"full\",\"transition-type\":\"\",\"tag-type\":\"div\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"force-important\":\"true\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"words\",\"limit-num\":\"10\",\"source-separate\":\",\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"1\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"15\",\"0\",\"0\"],\"padding\":[\"19\",\"19\",\"19\",\"19\"],\"background-color\":\"rgba(0,0,0,0.85)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"50\",\"50\",\"50\",\"50\"],\"border-radius-unit\":\"%\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"50\",\"50\",\"50\",\"50\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"rollright\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"10\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"source-separate\":\",\",\"source-icon\":\"eg-icon-search\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"2\",\"order\":\"1\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top\":\"0\",\"top-unit\":\"px\",\"right\":\"0\",\"right-unit\":\"px\",\"bottom\":\"0\",\"bottom-unit\":\"px\",\"left\":\"0\",\"left-unit\":\"px\",\"split\":\"full\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"align\":\"t_l\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"force-important\":\"\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-text\":\"LINE-BREAK\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"absolute-unit\":\"px\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"3\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"19\",\"19\",\"19\",\"19\"],\"background-color\":\"rgba(0,0,0,0.85)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"50\",\"50\",\"50\",\"50\"],\"border-radius-unit\":\"%\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"19\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"50\",\"50\",\"50\",\"50\"],\"border-radius-unit-hover\":\"%\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"rollleft\",\"delay\":\"18\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-separate\":\",\",\"source-icon\":\"eg-icon-forward\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"4\",\"order\":\"2\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"\",\"font-size\":\"6\",\"line-height\":\"7\",\"color\":\"transparent\",\"font-family\":\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#40dc8d\",\"border-style\":\"solid\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"25\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"split\":\"full\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"absolute-unit\":\"px\",\"source-text\":\"anemptytextlline\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"5\",\"order\":\"3\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"6\",\"order\":\"4\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"22\",\"color\":\"#888888\",\"font-family\":\"\\\"Droid Serif\\\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"5\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"20\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"words\",\"limit-num\":\"5\",\"source-post\":\"cat_list\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}}]',NULL),(85,'Lyndon Johnson-155659','lyndon-johnson-155659','{\"eg-item-skin-element-last-id\":\"2\",\"choose-layout\":\"even\",\"show-content\":\"none\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(0,0,0,0.75)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"none\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"covergrowup\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"enable-hover\":\"\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"none\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"0\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"out\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-text\":\"<img src=\\\"%eg-clients-icon%\\\" \\/>\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}}]',NULL),(86,'Ulysses S. Grant-155659','ulysses-s-grant-155659','{\"eg-item-skin-element-last-id\":\"11\",\"choose-layout\":\"masonry\",\"show-content\":\"bottom\",\"content-align\":\"center\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"transparent\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#f5f5f5\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"1\",\"1\",\"1\",\"1\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"#e5e5e5\",\"full-border-style\":\"solid\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#f5f5f5\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"none\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"none\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\",\"google-fonts\":[\"Open+Sans:400\",\"Raleway:700,800,900\"]}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"50\",\"line-height\":\"50\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"80\",\"0\",\"-6\",\"0\"],\"padding\":[\"1\",\"10\",\"5\",\"10\"],\"background-color\":\"#000000\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"flipdown\",\"delay\":\"0\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"out\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-post\":\"meta\",\"source-meta\":\"eg-pricetable-price\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"0\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"20\",\"line-height\":\"25\",\"color\":\"#363839\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"30\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"slideleft\",\"delay\":\"30\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"2\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-separate\":\",\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"3\",\"order\":\"1\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"12\",\"line-height\":\"22\",\"color\":\"#999999\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"20\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"words\",\"limit-num\":\"5\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-post\":\"excerpt\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"4\",\"order\":\"2\",\"container\":\"c\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"position\":\"relative\",\"align\":\"t_l\",\"top\":\"0\",\"top-unit-hover\":\"px\",\"right\":\"0\",\"right-unit-hover\":\"px\",\"bottom\":\"0\",\"bottom-unit-hover\":\"px\",\"left\":\"0\",\"left-unit-hover\":\"px\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"5\",\"0\",\"5\"],\"background-color\":\"#e33a0c\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\".eg-kriki-element-2{.eg-kriki-element-4{}\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\".eg-kriki-element-2{.eg-kriki-element-4{}\",\"hideunder\":\"0\",\"transition\":\"flipdown\",\"transition-type\":\"out\",\"delay\":\"0\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-text\":\"SHIPPING INCL.\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"5\",\"order\":\"2\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"18\",\"color\":\"#777777\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"20\",\"17\",\"20\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"1\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#e5e5e5\",\"border-style\":\"solid\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-post\":\"meta\",\"source-meta\":\"eg-pricetable-line1\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"6\",\"order\":\"3\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"18\",\"color\":\"#777777\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"20\",\"17\",\"20\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"1\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#e5e5e5\",\"border-style\":\"solid\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-post\":\"meta\",\"source-meta\":\"eg-pricetable-line2\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"7\",\"order\":\"4\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"18\",\"color\":\"#777777\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"20\",\"17\",\"20\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"1\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#e5e5e5\",\"border-style\":\"solid\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-post\":\"meta\",\"source-meta\":\"eg-pricetable-line3\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"8\",\"order\":\"5\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"18\",\"color\":\"#777777\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"20\",\"17\",\"20\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"1\",\"0\",\"1\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#e5e5e5\",\"border-style\":\"solid\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-post\":\"meta\",\"source-meta\":\"eg-pricetable-line4\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"9\",\"order\":\"6\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"on\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"position\":\"relative\",\"align\":\"t_l\",\"top\":\"0\",\"top-unit-hover\":\"px\",\"right\":\"0\",\"right-unit-hover\":\"px\",\"bottom\":\"0\",\"bottom-unit-hover\":\"px\",\"left\":\"0\",\"left-unit-hover\":\"px\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"20\",\"0\",\"15\",\"0\"],\"padding\":[\"8\",\"25\",\"8\",\"25\"],\"background-color\":\"#e33a0c\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\".eg-kriki-element-2{.eg-kriki-element-4{}\",\"font-size-hover\":\"13\",\"line-height-hover\":\"20\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\\\"Raleway\\\"\",\"font-weight-hover\":\"800\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"#000000\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\".eg-kriki-element-2{.eg-kriki-element-4{}\",\"hideunder\":\"0\",\"transition\":\"skewright\",\"transition-type\":\"\",\"delay\":\"34\",\"link-type\":\"url\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"true\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-separate\":\",\",\"source-text\":\"BUY NOW\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"11\",\"order\":\"7\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}}]',NULL),(87,'Richard Nixon-155659','richard-nixon-155659','{\"eg-item-skin-element-last-id\":\"12\",\"choose-layout\":\"masonry\",\"show-content\":\"bottom\",\"content-align\":\"center\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"transparent\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#252525\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"1\",\"1\",\"1\",\"1\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"#444444\",\"full-border-style\":\"solid\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#252525\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"none\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"none\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"\",\"font-size\":\"50\",\"line-height\":\"50\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"80\",\"0\",\"-6\",\"0\"],\"padding\":[\"1\",\"10\",\"5\",\"10\"],\"background-color\":\"#000000\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"flipdown\",\"delay\":\"0\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"out\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-text\":\"<span style=\\\"font-size:30px; font-weight:300;\\\">$<\\/span> 24.99\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"0\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"20\",\"line-height\":\"25\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"30\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"slideleft\",\"delay\":\"30\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},\"\",{\"id\":\"3\",\"order\":\"1\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"12\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"20\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"words\",\"limit-num\":\"5\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-post\":\"excerpt\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"4\",\"order\":\"3\",\"container\":\"c\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"position\":\"relative\",\"align\":\"t_l\",\"top\":\"0\",\"top-unit-hover\":\"px\",\"right\":\"0\",\"right-unit-hover\":\"px\",\"bottom\":\"0\",\"bottom-unit-hover\":\"px\",\"left\":\"0\",\"left-unit-hover\":\"px\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"5\",\"0\",\"5\"],\"background-color\":\"#e33a0c\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\".eg-kriki-element-2{.eg-kriki-element-4{}\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\".eg-kriki-element-2{.eg-kriki-element-4{}\",\"hideunder\":\"0\",\"transition\":\"flipdown\",\"transition-type\":\"out\",\"delay\":\"0\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-text\":\"SHIPPING INCL.\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"5\",\"order\":\"2\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"18\",\"color\":\"#888888\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"20\",\"17\",\"20\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"1\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#444444\",\"border-style\":\"solid\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-text\":\"4gb Webspace Included\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"6\",\"order\":\"3\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"18\",\"color\":\"#888888\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"20\",\"17\",\"20\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"1\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#444444\",\"border-style\":\"solid\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-text\":\"2 Domains\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"7\",\"order\":\"4\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"18\",\"color\":\"#888888\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"20\",\"17\",\"20\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"1\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#444444\",\"border-style\":\"solid\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-text\":\"PHP5 Enabled\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"8\",\"order\":\"5\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"18\",\"color\":\"#888888\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"20\",\"17\",\"20\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"1\",\"0\",\"1\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#444444\",\"border-style\":\"solid\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-text\":\"24h Support\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"9\",\"order\":\"6\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"on\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"position\":\"relative\",\"align\":\"t_l\",\"top\":\"0\",\"top-unit-hover\":\"px\",\"right\":\"0\",\"right-unit-hover\":\"px\",\"bottom\":\"0\",\"bottom-unit-hover\":\"px\",\"left\":\"0\",\"left-unit-hover\":\"px\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"20\",\"0\",\"15\",\"0\"],\"padding\":[\"8\",\"25\",\"8\",\"25\"],\"background-color\":\"#e33a0c\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\".eg-kriki-element-2{.eg-kriki-element-4{}\",\"font-size-hover\":\"13\",\"line-height-hover\":\"20\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\\\"Raleway\\\"\",\"font-weight-hover\":\"800\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"#000000\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\".eg-kriki-element-2{.eg-kriki-element-4{}\",\"hideunder\":\"0\",\"transition\":\"skewright\",\"transition-type\":\"\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-separate\":\",\",\"source-text\":\"BUY NOW\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"11\",\"order\":\"7\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"12\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}}]',NULL),(88,'Gerald Ford-155659','gerald-ford-155659','{\"eg-item-skin-element-last-id\":\"15\",\"choose-layout\":\"masonry\",\"show-content\":\"bottom\",\"content-align\":\"center\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(255,255,255,0.25)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#f5f5f5\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"1\",\"1\",\"1\",\"1\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"#e5e5e5\",\"full-border-style\":\"solid\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#f5f5f5\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"none\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}','[{\"id\":\"1\",\"order\":\"0\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"\",\"font-size\":\"20\",\"line-height\":\"25\",\"color\":\"#000000\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"30\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"slideleft\",\"delay\":\"30\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-text\":\"PREMIUM PRODUCT\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"14\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"5\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"rgba(0,0,0,0.65)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"50\",\"50\",\"50\",\"50\"],\"border-radius-unit\":\"%\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"#000000\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"50\",\"50\",\"50\",\"50\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"flipup\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"10\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-separate\":\",\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-search\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"3\",\"order\":\"1\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"\",\"font-size\":\"12\",\"line-height\":\"22\",\"color\":\"#777777\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"20\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-text\":\"The best for your small business\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"15\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"rgba(0,0,0,0.65)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"50\",\"50\",\"50\",\"50\"],\"border-radius-unit\":\"%\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"#000000\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"50\",\"50\",\"50\",\"50\"],\"border-radius-unit-hover\":\"%\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"flipup\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"20\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-separate\":\",\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-icon\":\"eg-icon-basket\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"11\",\"order\":\"2\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"50\",\"line-height\":\"50\",\"color\":\"#000000\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"20\",\"20\",\"0\",\"20\"],\"background-color\":\"#eeeeee\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"1\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#e5e5e5\",\"border-style\":\"solid\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-text\":\"<span style=\\\"font-size:30px; font-weight:300;\\\">$<\\/span> 39.99\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"12\",\"order\":\"3\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"12\",\"line-height\":\"15\",\"color\":\"#000000\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"20\",\"20\",\"20\"],\"background-color\":\"#eeeeee\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#e5e5e5\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-text\":\"INCL. SHIPPING\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"5\",\"order\":\"4\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"18\",\"color\":\"#777777\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"20\",\"17\",\"20\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"1\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#e5e5e5\",\"border-style\":\"solid\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-text\":\"4GB Webspace Included\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"6\",\"order\":\"5\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"18\",\"color\":\"#777777\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"20\",\"17\",\"20\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"1\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#e5e5e5\",\"border-style\":\"solid\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-text\":\"2 Domains\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"7\",\"order\":\"6\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"18\",\"color\":\"#777777\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"20\",\"17\",\"20\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"1\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#e5e5e5\",\"border-style\":\"solid\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-text\":\"PHP5 Enabled\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"8\",\"order\":\"7\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"18\",\"color\":\"#777777\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"20\",\"20\",\"20\",\"20\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"1\",\"0\",\"1\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#e5e5e5\",\"border-style\":\"solid\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-text\":\"24h Support\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"9\",\"order\":\"8\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"on\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"position\":\"relative\",\"align\":\"t_l\",\"top\":\"0\",\"top-unit-hover\":\"px\",\"right\":\"0\",\"right-unit-hover\":\"px\",\"bottom\":\"0\",\"bottom-unit-hover\":\"px\",\"left\":\"0\",\"left-unit-hover\":\"px\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"20\",\"0\",\"20\",\"0\"],\"padding\":[\"8\",\"25\",\"8\",\"25\"],\"background-color\":\"#e33a0c\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\".eg-kriki-element-2{.eg-kriki-element-4{}\",\"font-size-hover\":\"13\",\"line-height-hover\":\"20\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\\\"Raleway\\\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"#000000\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\".eg-kriki-element-2{.eg-kriki-element-4{}\",\"hideunder\":\"0\",\"transition\":\"skewright\",\"transition-type\":\"\",\"delay\":\"34\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"true\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-separate\":\",\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-text\":\"BUY NOW\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"13\",\"order\":\"9\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}}]',NULL),(89,'Jimmy Carter-155659','jimmy-carter-155659','{\"eg-item-skin-element-last-id\":\"24\",\"choose-layout\":\"masonry\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"transparent\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"30\",\"30\",\"27\",\"30\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"#e5e5e5\",\"full-border-style\":\"solid\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"27\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"#e5e5e5\",\"content-border-style\":\"solid\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"3\",\"6\",\"1\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"3dturnright\",\"media-animation-delay\":\"8\",\"google-fonts\":[\"Droid+Serif:400,700\",\"Open+Sans:400,600,700,800\"]}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"15\",\"color\":\"#363839\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"5\",\"10\",\"5\",\"10\"],\"background-color\":\"rgba(255,255,255,0.75)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"skewright\",\"delay\":\"15\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-text\":\"I\'m a custom caption\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"1\",\"order\":\"0\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"on\",\"font-size\":\"20\",\"line-height\":\"25\",\"color\":\"#000000\",\"font-family\":\"\\\"Droid Serif\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"block\",\"text-align\":\"left\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"20\",\"line-height-hover\":\"25\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\\\"Droid Serif\\\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"15\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top\":\"0\",\"top-unit\":\"px\",\"right\":\"0\",\"right-unit\":\"px\",\"bottom\":\"0\",\"bottom-unit\":\"px\",\"left\":\"0\",\"left-unit\":\"px\",\"split\":\"full\",\"transition-type\":\"\",\"tag-type\":\"div\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"force-important\":\"true\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"words\",\"limit-num\":\"10\",\"source-separate\":\",\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"2\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-separate\":\",\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"3\",\"order\":\"1\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"on\",\"font-size\":\"12\",\"line-height\":\"14\",\"color\":\"#999999\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"none\",\"margin\":[\"5\",\"20\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"#ffffff\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#aaaaaa\",\"border-style\":\"solid\",\"css\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\\\"Open Sans\\\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#aaaaaa\",\"border-style-hover\":\"solid\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-separate\":\", \",\"source-post\":\"cat_list\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"4\",\"order\":\"2\",\"container\":\"c\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"15\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"position\":\"relative\",\"align\":\"t_l\",\"top\":\"0\",\"top-unit-hover\":\"px\",\"right\":\"0\",\"right-unit-hover\":\"px\",\"bottom\":\"0\",\"bottom-unit-hover\":\"px\",\"left\":\"0\",\"left-unit-hover\":\"px\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"both\",\"margin\":[\"-5\",\"0\",\"0\",\"0\"],\"padding\":[\"5\",\"10\",\"5\",\"10\"],\"background-color\":\"#e74124\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\".eg-kriki-element-2{.eg-kriki-element-4{}\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\".eg-kriki-element-2{.eg-kriki-element-4{}\",\"hideunder\":\"0\",\"transition\":\"skewright\",\"transition-type\":\"\",\"delay\":\"9\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"force-important\":\"\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-text\":\"ADD ANYTHING\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"5\",\"order\":\"2\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"on\",\"font-size\":\"12\",\"line-height\":\"14\",\"color\":\"#777777\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"none\",\"margin\":[\"5\",\"20\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"#ffffff\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\\\"Open Sans\\\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"source-post\":\"num_comments\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"6\",\"order\":\"3\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top\":\"0\",\"top-unit\":\"px\",\"right\":\"0\",\"right-unit\":\"px\",\"bottom\":\"0\",\"bottom-unit\":\"px\",\"left\":\"0\",\"left-unit\":\"px\",\"split\":\"full\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"align\":\"t_l\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"force-important\":\"\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"absolute-unit\":\"px\",\"source-separate\":\",\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"7\",\"order\":\"4\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"\",\"font-size\":\"6\",\"line-height\":\"7\",\"color\":\"transparent\",\"font-family\":\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#000000\",\"border-style\":\"solid\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"25\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"split\":\"full\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"absolute-unit\":\"px\",\"source-text\":\"anemptytextlline\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"8\",\"order\":\"5\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"9\",\"order\":\"6\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"22\",\"color\":\"#555555\",\"font-family\":\"\\\"Droid Serif\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"block\",\"text-align\":\"left\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"5\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"20\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"margin-unit\":\"px\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"words\",\"limit-num\":\"15\",\"source-separate\":\",\",\"source-post\":\"excerpt\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"10\",\"order\":\"7\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-left-right\":\"0\",\"bottom-left-right\":\"0\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"11\",\"order\":\"8\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"on\",\"font-size\":\"15\",\"line-height\":\"14\",\"color\":\"#e74124\",\"font-family\":\"\\\"Droid Serif\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"block\",\"text-align\":\"left\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"20\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"#ffffff\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"15\",\"line-height-hover\":\"14\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\\\"Droid Serif\\\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"34\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-text\":\"<i class=\\\"eg-icon-angle-right\\\"><\\/i> Read More\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}}]',NULL),(90,'Ronald Reagan-155659','ronald-reagan-155659','{\"eg-item-skin-element-last-id\":\"8\",\"choose-layout\":\"masonry\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"image-repeat\":\"no-repeat\",\"image-fit\":\"cover\",\"image-align-horizontal\":\"center\",\"image-align-vertical\":\"center\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"transparent\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"transparent\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"20\",\"20\",\"20\",\"20\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"none\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"none\",\"cover-animation-center-type\":\"out\",\"cover-animation-delay-center\":\"4\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"out\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\",\"link-set-to\":\"none\",\"link-link-type\":\"none\",\"link-url-link\":\"\",\"link-meta-link\":\"\",\"link-javascript-link\":\"\",\"link-target\":\"_self\"}','[{\"id\":\"1\",\"order\":\"0\",\"container\":\"br\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"20\",\"line-height\":\"23\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Droid Serif\\\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"block\",\"text-align\":\"left\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"10\",\"10\"],\"padding\":[\"5\",\"10\",\"5\",\"10\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"slidedown\",\"delay\":\"15\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"words\",\"limit-num\":\"10\",\"transition-type\":\"out\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"hide-on-video\":\"false\",\"show-on-lightbox-video\":\"false\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"2\",\"order\":\"0\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"on\",\"font-size\":\"12\",\"line-height\":\"14\",\"color\":\"#999999\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"20\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\\\"Open Sans\\\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\", \",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"hide-on-video\":\"false\",\"show-on-lightbox-video\":\"false\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"source-post\":\"cat_list\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"8\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"20\",\"line-height\":\"28\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"#000000\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"20\",\"line-height-hover\":\"28\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"rotatescale\",\"delay\":\"10\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-icon\":\"eg-icon-link\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"5\",\"order\":\"2\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"limit-type\":\"none\",\"limit-num\":\"20\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"20\",\"color\":\"#444444\",\"font-family\":\"\\\"Droid Serif\\\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"block\",\"text-align\":\"left\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"7\",\"0\",\"0\",\"0\"],\"padding\":[\"15\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"1\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#e5e5e5\",\"border-style\":\"solid\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideright\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"hide-on-video\":\"false\",\"show-on-lightbox-video\":\"false\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"source-post\":\"excerpt\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]',NULL),(91,'GeorgeBush-155659','georgebush-155659','{\"eg-item-skin-element-last-id\":\"4\",\"choose-layout\":\"even\",\"show-content\":\"none\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"content\",\"container-background-color\":\"#e33a0c\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"none\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"covergrowup\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\",\"google-fonts\":[\"Raleway:400,800,900\"]}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"br\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"limit-type\":\"none\",\"limit-num\":\"3\",\"enable-hover\":\"\",\"font-size\":\"35\",\"line-height\":\"38\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"block\",\"text-align\":\"left\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"20\",\"0\",\"0\",\"20\"],\"padding\":[\"0\",\"20\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"none\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"30\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-separate\":\",\",\"margin-unit\":\"px\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"1\",\"order\":\"1\",\"container\":\"br\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"limit-type\":\"words\",\"limit-num\":\"8\",\"enable-hover\":\"\",\"font-size\":\"18\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"block\",\"text-align\":\"left\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"5\",\"0\",\"20\",\"20\"],\"padding\":[\"0\",\"20\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"none\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"30\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-separate\":\",\",\"margin-unit\":\"px\",\"source-post\":\"excerpt\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}}]',NULL),(92,'Essential Preview-155659','essential-preview-155659','{\"eg-item-skin-element-last-id\":\"9\",\"choose-layout\":\"even\",\"show-content\":\"none\",\"content-align\":\"center\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(10,10,10,0.75)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"#000000\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"none\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"out\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"none\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"out\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"none\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\",\"google-fonts\":[\"Open+Sans:700;800\"]}','[{\"id\":\"1\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"16\",\"line-height\":\"24\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"4\",\"12\",\"3\",\"12\"],\"background-color\":\"rgba(255,255,255,0.10)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"transparent\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.20)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"flipdown\",\"delay\":\"0\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"9\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"0\",\"order\":\"2\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"enable-hover\":\"on\",\"font-size\":\"12\",\"line-height\":\"24\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"3\",\"10\",\"2\",\"10\"],\"background-color\":\"#e33a0c\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"transparent\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#617f52\",\"border-style\":\"none\",\"font-size-hover\":\"12\",\"line-height-hover\":\"24\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\\\"Open Sans\\\"\",\"font-weight-hover\":\"800\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"#ff4d1c\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"transparent\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#617f52\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideup\",\"delay\":\"0\",\"link-type\":\"meta\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-text\":\"Check it Out\",\"link-type-meta\":\"eg-demogrid-link\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]',NULL),(93,'More Demo Examples-155659','more-demo-examples-155659','{\"eg-item-skin-element-last-id\":\"9\",\"choose-layout\":\"even\",\"show-content\":\"none\",\"content-align\":\"center\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(64,70,85,0.60)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"#000000\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"none\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"out\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"none\",\"cover-animation-center-type\":\"out\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"out\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"none\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\",\"google-fonts\":[\"Open+Sans:700;800\"]}','[{\"id\":\"1\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"16\",\"line-height\":\"24\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"4\",\"12\",\"3\",\"12\"],\"background-color\":\"rgba(0,0,0,0.75)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"transparent\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(255,255,255,0.20)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"flipdown\",\"delay\":\"0\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"9\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"0\",\"order\":\"2\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"enable-hover\":\"on\",\"font-size\":\"12\",\"line-height\":\"24\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"3\",\"10\",\"2\",\"10\"],\"background-color\":\"#e33a0c\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"transparent\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#617f52\",\"border-style\":\"none\",\"font-size-hover\":\"12\",\"line-height-hover\":\"24\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\\\"Open Sans\\\"\",\"font-weight-hover\":\"800\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"#ff4d1c\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"transparent\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#617f52\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideup\",\"delay\":\"0\",\"link-type\":\"meta\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-text\":\"Check it Out\",\"link-type-meta\":\"eg-demogrid-link\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]',NULL),(94,'Wilbert-155659','wilbert-155659','{\"eg-item-skin-element-last-id\":\"2\",\"choose-layout\":\"even\",\"show-content\":\"none\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(17,17,17,0.65)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"none\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"out\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"enable-hover\":\"\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"none\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"0\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"out\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-text\":\"<img src=\\\"%eg-clients-icon%\\\" \\/>\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}}]',NULL),(95,'Phillie-155659','phillie-155659','{\"eg-item-skin-element-last-id\":\"3\",\"choose-layout\":\"even\",\"show-content\":\"none\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"#ffffff\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"1\",\"1\",\"1\",\"1\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"#ffffff\",\"full-border-style\":\"solid\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"1\",\"1\",\"1\",\"1\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"#ffffff\",\"content-border-style\":\"solid\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"out\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"none\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\",\"google-fonts\":[\"Raleway:700,800,900\"]}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"enable-hover\":\"\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"none\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"0\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"out\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-text\":\"<img src=\\\"%eg-clients-icon-dark%\\\" \\/>\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"3\",\"order\":\"0\",\"container\":\"tl\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"800\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"2\",\"7\",\"2\",\"7\"],\"background-color\":\"#000000\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-size-x\":\"100\",\"background-size-y\":\"100\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"slideup\",\"delay\":\"0\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"81.67\",\"left-right\":\"38.5\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"%\",\"margin-unit\":\"px\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]',NULL),(96,'Jason-155659','jason-155659','{\"eg-item-skin-element-last-id\":\"32\",\"choose-layout\":\"masonry\",\"show-content\":\"bottom\",\"content-align\":\"center\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(255,255,255,0.20)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"1\",\"1\",\"1\",\"1\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"#e5e5e5\",\"full-border-style\":\"solid\",\"full-overflow-hidden\":\"true\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"30\",\"30\",\"30\",\"30\"],\"content-border\":[\"1\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"#e5e5e5\",\"content-border-style\":\"solid\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"rgba(0,0,0,0.20)\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"-1\",\"2\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"fade\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\"}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"15\",\"line-height\":\"18\",\"color\":\"#000000\",\"font-family\":\"\\\"Raleway\\\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"30\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"20\",\"hide-on-video\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"32\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"#e33a0c\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-size-x\":\"100\",\"background-size-y\":\"100\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"#000000\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"slide\",\"delay\":\"10\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"hide-on-video\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"source-icon\":\"eg-icon-search\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"25\",\"order\":\"1\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"woocommerce\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#89af72\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"10\",\"0\",\"0\",\"0\"],\"padding\":[\"2\",\"7\",\"1\",\"7\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"transition\":\"slideleft\",\"transition-type\":\"\",\"split\":\"full\",\"delay\":\"30\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-separate\":\",\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"margin-unit\":\"px\",\"source-woocommerce\":\"wc_full_price\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"31\",\"order\":\"2\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"30\",\"order\":\"3\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"woocommerce\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"30\",\"color\":\"#000000\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-size-x\":\"100\",\"background-size-y\":\"100\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"slideleft\",\"delay\":\"30\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"hide-on-video\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"margin-unit\":\"px\",\"source-woocommerce\":\"wc_star_rating\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"26\",\"order\":\"4\",\"container\":\"m\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"enable-hover\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"28\",\"order\":\"5\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"woocommerce\",\"enable-hover\":\"on\",\"font-size\":\"12\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Open Sans\\\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"5\",\"10\",\"4\",\"10\"],\"background-color\":\"#e33a0c\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-size-x\":\"100\",\"background-size-y\":\"100\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"5\",\"5\",\"5\",\"5\"],\"border-radius-unit\":\"px\",\"border-color\":\"#e5e5e5\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"12\",\"line-height-hover\":\"20\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\\\"Open Sans\\\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"#000000\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"5\",\"5\",\"5\",\"5\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#e33a0c\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"flipup\",\"delay\":\"10\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"hide-on-video\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-woocommerce\":\"wc_add_to_cart_button\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]',NULL),(97,'FlickrStream-155659','flickrstream-155659','{\"eg-item-skin-element-last-id\":\"19\",\"choose-layout\":\"even\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"image-repeat\":\"no-repeat\",\"image-fit\":\"cover\",\"image-align-horizontal\":\"center\",\"image-align-vertical\":\"center\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(0,0,0,0.50)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#222222\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#222222\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"none\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"fade\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\",\"link-set-to\":\"cover\",\"link-link-type\":\"lightbox\",\"link-url-link\":\"\",\"link-meta-link\":\"\",\"link-javascript-link\":\"\",\"link-target\":\"_self\"}','[{\"id\":\"1\",\"order\":\"0\",\"container\":\"br\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"\",\"font-size\":\"16\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"right\",\"clear\":\"none\",\"margin\":[\"0\",\"15\",\"10\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"16\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"rgba(0,0,0,0.50)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"fade\",\"delay\":\"0\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"css\":\"\",\"css-hover\":\"\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_blank\",\"source-text-style-disable\":\"\",\"show-on-lightbox-video\":\"\",\"source-icon\":\"eg-icon-link\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},\"\",{\"id\":\"15\",\"order\":\"1\",\"container\":\"br\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"19\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"15\",\"20\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"transition\":\"fade\",\"transition-type\":\"\",\"delay\":\"0\",\"link-type\":\"none\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"margin-unit\":\"px\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},\"\",{\"id\":\"17\",\"order\":\"2\",\"container\":\"br\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"19\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"15\",\"20\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"transition\":\"fade\",\"transition-type\":\"\",\"delay\":\"0\",\"link-type\":\"none\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"margin-unit\":\"px\",\"show-on-lightbox-video\":\"\",\"source-text\":\"<i class=\\\"eg-icon-star-empty\\\"><\\/i> %favorites%\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"19\",\"order\":\"3\",\"container\":\"br\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"source-separate\":\",\",\"source-function\":\"link\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"source-text-style-disable\":\"\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"19\",\"color\":\"rgba(255,255,255,0.5)\",\"font-family\":\"\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"15\",\"20\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"transition\":\"fade\",\"transition-type\":\"\",\"delay\":\"0\",\"link-type\":\"none\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"link-target\":\"_self\",\"tag-type\":\"div\",\"force-important\":\"true\",\"facebook-sharing-link\":\"site\",\"facebook-link-url\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"show-on-lightbox-video\":\"\",\"source-text\":\"by %author_name%\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]',NULL),(98,'FacebookStream-155659','facebookstream-155659','{\"eg-item-skin-element-last-id\":\"33\",\"choose-layout\":\"masonry\",\"show-content\":\"top\",\"content-align\":\"left\",\"image-repeat\":\"no-repeat\",\"image-fit\":\"cover\",\"image-align-horizontal\":\"center\",\"image-align-vertical\":\"center\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(54,88,153,0.65)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"#e5e5e5\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"30\",\"30\",\"26\",\"30\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"1\",\"10\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\",\"link-set-to\":\"none\",\"link-link-type\":\"none\",\"link-url-link\":\"\",\"link-meta-link\":\"\",\"link-javascript-link\":\"\",\"link-target\":\"_self\"}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"14\",\"line-height\":\"22\",\"color\":\"#363839\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"block\",\"text-align\":\"left\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"#ffffff\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"20\",\"line-height-hover\":\"25\",\"color-hover\":\"#13c0df\",\"font-family-hover\":\"\\\"Raleway\\\"\",\"font-weight-hover\":\"800\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"30\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_blank\",\"source-text-style-disable\":\"\",\"show-on-lightbox-video\":\"\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"25\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"on\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"5\",\"10\",\"3\",\"10\"],\"background-color\":\"rgba(0,0,0,0.15)\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-size-x\":\"100\",\"background-size-y\":\"100\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"20\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"Arial, Helvetica, sans-serif\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(0,0,0,0.50)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"fade\",\"delay\":\"0\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"hide-on-video\":\"true\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"show-on-lightbox-video\":\"\",\"source-text\":\"SHOW IMAGE\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"28\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"on\",\"font-size\":\"13\",\"line-height\":\"20\",\"color\":\"#ffffff\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"900\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"5\"],\"padding\":[\"5\",\"10\",\"3\",\"10\"],\"background-color\":\"rgba(0,0,0,0.15)\",\"bg-alpha\":\"100\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"20\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"Arial, Helvetica, sans-serif\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(0,0,0,0.50)\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"transition\":\"fade\",\"transition-type\":\"\",\"delay\":\"0\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"show-on-lightbox-video\":\"true\",\"source-text\":\"PLAY VIDEO\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"3\",\"order\":\"1\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"\",\"font-size\":\"14\",\"line-height\":\"22\",\"color\":\"#365899\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"10\",\"15\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"#ffffff\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#e5e5e5\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"14\",\"line-height-hover\":\"14\",\"color-hover\":\"#000000\",\"font-family-hover\":\"Arial, Helvetica, sans-serif\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#e5e5e5\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"34\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\", \",\"limit-type\":\"none\",\"limit-num\":\"10\",\"hide-on-video\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"show-on-lightbox-video\":\"\",\"source-text\":\"<i class=\\\"eg-icon-thumbs-up-alt\\\" style=\\\"background:#365899;color:#fff;float:left;width:23px;height:23px;font-size:12px;text-align:center;border-radius:14px;margin-right:5px;\\\"><\\/i> %likes_short%\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"33\",\"order\":\"2\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"source-separate\":\", \",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"14\",\"line-height\":\"22\",\"color\":\"#90949c\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"10\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"14\",\"line-height-hover\":\"22\",\"color-hover\":\"#7f7f7f\",\"font-family-hover\":\"Arial, Helvetica, sans-serif\",\"font-weight-hover\":\"900\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"transition\":\"skewleft\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"show-on-lightbox-video\":\"\",\"source-text\":\"<i class=\\\"eg-icon-calendar-empty\\\" style=\\\"background:#90949c;color:#fff;float:left;width:23px;height:23px;font-size:12px;text-align:center;border-radius:14px;margin-right:5px;\\\"><\\/i> %date%\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]',NULL),(99,'YoutubeStream-155659','youtubestream-155659','{\"eg-item-skin-element-last-id\":\"35\",\"choose-layout\":\"masonry\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"image-repeat\":\"no-repeat\",\"image-fit\":\"cover\",\"image-align-horizontal\":\"center\",\"image-align-vertical\":\"center\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(0,0,0,0.65)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"#e5e5e5\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"20\",\"20\",\"20\",\"20\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"1\",\"10\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\",\"link-set-to\":\"cover\",\"link-link-type\":\"lightbox\",\"link-url-link\":\"\",\"link-meta-link\":\"\",\"link-javascript-link\":\"\",\"link-target\":\"_self\"}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"on\",\"font-size\":\"14\",\"line-height\":\"19\",\"color\":\"#167ac6\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"900\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"block\",\"text-align\":\"left\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"#ffffff\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"14\",\"line-height-hover\":\"19\",\"color-hover\":\"#167ac6\",\"font-family-hover\":\"Arial, Helvetica, sans-serif\",\"font-weight-hover\":\"800\",\"text-decoration-hover\":\"underline\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"30\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_blank\",\"source-text-style-disable\":\"\",\"show-on-lightbox-video\":\"\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"25\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"\",\"source\":\"icon\",\"enable-hover\":\"\",\"font-size\":\"60\",\"line-height\":\"60\",\"color\":\"#ffffff\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-size-x\":\"100\",\"background-size-y\":\"100\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"60\",\"line-height-hover\":\"60\",\"color-hover\":\"rgba(255,255,255,0.85)\",\"font-family-hover\":\"Arial, Helvetica, sans-serif\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"zoomback\",\"delay\":\"0\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"hide-on-video\":\"true\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"source-icon\":\"eg-icon-play\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"33\",\"order\":\"1\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"source-separate\":\", \",\"limit-type\":\"chars\",\"limit-num\":\"100\",\"enable-hover\":\"\",\"font-size\":\"14\",\"line-height\":\"22\",\"color\":\"#90949c\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"10\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"14\",\"line-height-hover\":\"22\",\"color-hover\":\"#7f7f7f\",\"font-family-hover\":\"Arial, Helvetica, sans-serif\",\"font-weight-hover\":\"900\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"transition\":\"skewleft\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"post\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_blank\",\"source-text-style-disable\":\"\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"show-on-lightbox-video\":\"\",\"source-text\":\"%views_short% views\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"34\",\"order\":\"2\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"source-separate\":\", \",\"source-function\":\"link\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"source-text-style-disable\":\"\",\"enable-hover\":\"\",\"font-size\":\"12\",\"line-height\":\"12\",\"color\":\"#90949c\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"5\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"#ffffff\",\"bg-alpha\":\"100\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#e5e5e5\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"22\",\"color-hover\":\"#e81c4f\",\"font-family-hover\":\"Arial, Helvetica, sans-serif\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#e5e5e5\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"transition\":\"none\",\"transition-type\":\"\",\"delay\":\"34\",\"link-type\":\"post\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"link-target\":\"_blank\",\"tag-type\":\"div\",\"force-important\":\"true\",\"facebook-sharing-link\":\"\",\"facebook-link-url\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"show-on-lightbox-video\":\"\",\"source-text\":\"<i class=\\\"eg-icon-thumbs-up-1\\\"><\\/i>%likes_short%\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"35\",\"order\":\"3\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"source-separate\":\", \",\"source-function\":\"link\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"source-text-style-disable\":\"\",\"enable-hover\":\"\",\"font-size\":\"12\",\"line-height\":\"12\",\"color\":\"#90949c\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"5\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"#ffffff\",\"bg-alpha\":\"100\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#e5e5e5\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"22\",\"color-hover\":\"#e81c4f\",\"font-family-hover\":\"Arial, Helvetica, sans-serif\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#e5e5e5\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"transition\":\"none\",\"transition-type\":\"\",\"delay\":\"34\",\"link-type\":\"post\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"link-target\":\"_blank\",\"tag-type\":\"div\",\"force-important\":\"true\",\"facebook-sharing-link\":\"site\",\"facebook-link-url\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"show-on-lightbox-video\":\"\",\"source-text\":\"<i class=\\\"eg-icon-thumbs-down\\\"><\\/i>%dislikes_short%\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}}]',NULL),(100,'TwitterStream-155659','twitterstream-155659','{\"eg-item-skin-element-last-id\":\"38\",\"choose-layout\":\"masonry\",\"show-content\":\"top\",\"content-align\":\"left\",\"image-repeat\":\"no-repeat\",\"image-fit\":\"cover\",\"image-align-horizontal\":\"center\",\"image-align-vertical\":\"center\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(41,47,51,0.20)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"30\",\"30\",\"30\",\"30\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"#e5e5e5\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"20\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"1\",\"10\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"zoomtodefault\",\"media-animation-delay\":\"0\",\"link-set-to\":\"none\",\"link-link-type\":\"none\",\"link-url-link\":\"\",\"link-meta-link\":\"\",\"link-javascript-link\":\"\",\"link-target\":\"_self\"}','[{\"id\":\"25\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"30\",\"line-height\":\"30\",\"color\":\"#ffffff\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-size-x\":\"100\",\"background-size-y\":\"100\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"30\",\"line-height-hover\":\"30\",\"color-hover\":\"rgba(255,255,255,0.85)\",\"font-family-hover\":\"Arial, Helvetica, sans-serif\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"fade\",\"delay\":\"0\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"hide-on-video\":\"true\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"show-on-lightbox-video\":\"\",\"source-icon\":\"eg-icon-search\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"37\",\"order\":\"0\",\"container\":\"br\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"source-separate\":\", \",\"source-function\":\"link\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"source-text-style-disable\":\"\",\"enable-hover\":\"\",\"font-size\":\"13\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"left\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"10\",\"15\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#e5e5e5\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"22\",\"color-hover\":\"#e81c4f\",\"font-family-hover\":\"Arial, Helvetica, sans-serif\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#e5e5e5\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"transition\":\"slideshortup\",\"transition-type\":\"\",\"delay\":\"0\",\"link-type\":\"post\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"link-target\":\"_blank\",\"tag-type\":\"div\",\"force-important\":\"true\",\"facebook-sharing-link\":\"\",\"facebook-link-url\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"show-on-lightbox-video\":\"\",\"source-text\":\"@%author_name%\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"35\",\"order\":\"0\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"40\",\"enable-hover\":\"on\",\"font-size\":\"26\",\"line-height\":\"32\",\"color\":\"#292f33\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"block\",\"text-align\":\"left\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"10\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"26\",\"line-height-hover\":\"32\",\"color-hover\":\"#0084b4\",\"font-family-hover\":\"Arial, Helvetica, sans-serif\",\"font-weight-hover\":\"300\",\"text-decoration-hover\":\"underline\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"transition\":\"none\",\"transition-type\":\"\",\"delay\":\"30\",\"link-type\":\"post\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_blank\",\"source-text-style-disable\":\"\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"show-on-lightbox-video\":\"\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},\"\",{\"id\":\"33\",\"order\":\"1\",\"container\":\"m\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"source-separate\":\", \",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"on\",\"font-size\":\"13\",\"line-height\":\"22\",\"color\":\"#aab8c2\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"15\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"22\",\"color-hover\":\"#19cf68\",\"font-family-hover\":\"Arial, Helvetica, sans-serif\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"transition\":\"skewleft\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"sharetwitter\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"source-text\":\"<i class=\\\"eg-icon-shuffle-1\\\"><\\/i> %retweets%\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"36\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"source-separate\":\",\",\"source-function\":\"link\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"source-text-style-disable\":\"\",\"enable-hover\":\"on\",\"font-size\":\"30\",\"line-height\":\"30\",\"color\":\"#ffffff\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"30\",\"line-height-hover\":\"30\",\"color-hover\":\"rgba(255,255,255,0.85)\",\"font-family-hover\":\"Arial, Helvetica, sans-serif\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"transition\":\"fade\",\"transition-type\":\"\",\"delay\":\"0\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"link-target\":\"_self\",\"tag-type\":\"div\",\"force-important\":\"true\",\"facebook-sharing-link\":\"\",\"facebook-link-url\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"show-on-lightbox-video\":\"true\",\"source-icon\":\"eg-icon-play\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"3\",\"order\":\"2\",\"container\":\"m\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"on\",\"font-size\":\"13\",\"line-height\":\"22\",\"color\":\"#aab8c2\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"15\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"#ffffff\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#e5e5e5\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"22\",\"color-hover\":\"#e81c4f\",\"font-family-hover\":\"Arial, Helvetica, sans-serif\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#e5e5e5\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"none\",\"delay\":\"34\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\", \",\"limit-type\":\"none\",\"limit-num\":\"10\",\"hide-on-video\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_blank\",\"source-text-style-disable\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-text\":\"<i class=\\\"eg-icon-heart\\\"><\\/i> %likes%\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}}]',NULL),(101,'VimeoStream-155659','vimeostream-155659','{\"eg-item-skin-element-last-id\":\"34\",\"choose-layout\":\"even\",\"show-content\":\"none\",\"content-align\":\"left\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(0,0,0,0.65)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"#e5e5e5\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"20\",\"20\",\"20\",\"20\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"1\",\"10\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\",\"link-set-to\":\"none\",\"link-link-type\":\"lightbox\",\"link-url-link\":\"\",\"link-meta-link\":\"\",\"link-javascript-link\":\"\",\"link-target\":\"_self\"}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"24\",\"line-height\":\"28\",\"color\":\"#ffffff\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"900\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"capitalize\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"10\",\"0\",\"10\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"24\",\"line-height-hover\":\"28\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"Arial, Helvetica, sans-serif\",\"font-weight-hover\":\"900\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"fade\",\"delay\":\"0\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_blank\",\"source-text-style-disable\":\"\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"34\",\"order\":\"0\",\"container\":\"br\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"3\",\"enable-hover\":\"\",\"font-size\":\"12\",\"line-height\":\"12\",\"color\":\"rgba(255,255,255,0.5)\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"10\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"transition\":\"slideshortup\",\"transition-type\":\"\",\"delay\":\"30\",\"link-type\":\"post\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"margin-unit\":\"px\",\"source-text\":\"%duration%\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"33\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"source-separate\":\", \",\"limit-type\":\"chars\",\"limit-num\":\"100\",\"enable-hover\":\"\",\"font-size\":\"18\",\"line-height\":\"22\",\"color\":\"#99aabc\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"5\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"10\",\"0\",\"10\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"18\",\"line-height-hover\":\"22\",\"color-hover\":\"#99aabc\",\"font-family-hover\":\"Arial, Helvetica, sans-serif\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"transition\":\"fade\",\"transition-type\":\"\",\"delay\":\"0\",\"link-type\":\"none\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_blank\",\"source-text-style-disable\":\"\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-text\":\"by %author_name%\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"25\",\"order\":\"2\",\"container\":\"c\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"on\",\"font-size\":\"14\",\"line-height\":\"40\",\"color\":\"#44bbff\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"700\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"10\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"30\",\"0\",\"30\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-size-x\":\"100\",\"background-size-y\":\"100\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius\":[\"4\",\"4\",\"4\",\"4\"],\"border-radius-unit\":\"px\",\"border-color\":\"#44bbff\",\"border-style\":\"solid\",\"css\":\"\",\"font-size-hover\":\"14\",\"line-height-hover\":\"40\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"Arial, Helvetica, sans-serif\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"2\",\"2\",\"2\",\"2\"],\"border-radius-hover\":[\"4\",\"4\",\"4\",\"4\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"fade\",\"delay\":\"0\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"hide-on-video\":\"true\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"source-text\":\"Play Video\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]',NULL),(102,'InstagramStream-155659','instagramstream-155659','{\"eg-item-skin-element-last-id\":\"37\",\"choose-layout\":\"even\",\"show-content\":\"none\",\"content-align\":\"left\",\"image-repeat\":\"no-repeat\",\"image-fit\":\"cover\",\"image-align-horizontal\":\"center\",\"image-align-vertical\":\"center\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(0,0,0,0.50)\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"#e5e5e5\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"20\",\"20\",\"20\",\"20\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"double\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"1\",\"10\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\",\"link-set-to\":\"cover\",\"link-link-type\":\"lightbox\",\"link-url-link\":\"\",\"link-meta-link\":\"\",\"link-javascript-link\":\"\",\"link-target\":\"_self\"}','[{\"id\":\"0\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"\",\"source\":\"text\",\"enable-hover\":\"\",\"font-size\":\"16\",\"line-height\":\"16\",\"color\":\"#ffffff\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"900\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"5\",\"0\",\"5\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"24\",\"line-height-hover\":\"28\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"Arial, Helvetica, sans-serif\",\"font-weight-hover\":\"900\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"fade\",\"delay\":\"0\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"javascript-link\":\"\",\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"transition-type\":\"\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"hide-on-video\":\"false\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"show-on-lightbox-video\":\"hide\",\"source-text\":\"<i class=\\\"eg-icon-heart\\\"><\\/i> %likes_short%\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"35\",\"order\":\"0\",\"container\":\"tl\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"24\",\"line-height\":\"22\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"right\",\"clear\":\"none\",\"margin\":[\"10\",\"7\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"24\",\"line-height-hover\":\"22\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"hide-on-video\":\"false\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"transition\":\"none\",\"transition-type\":\"\",\"delay\":\"0\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"adv-rules\":{\"ar-show\":\"show\",\"ar-type\":[\"off\",\"off\",\"off\",\"off\",\"off\",\"off\",\"off\",\"off\",\"off\"],\"ar-meta\":[\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],\"ar-operator\":[\"isset\",\"isset\",\"isset\",\"isset\",\"isset\",\"isset\",\"isset\",\"isset\",\"isset\"],\"ar-value\":[\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],\"ar-value-2\":[\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],\"ar-logic\":[\"and\",\"and\",\"and\",\"and\",\"and\",\"and\"],\"ar-logic-glob\":[\"and\",\"and\"]},\"show-on-lightbox-video\":\"true\",\"source-icon\":\"eg-icon-videocam\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"37\",\"order\":\"1\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"16\",\"line-height\":\"16\",\"color\":\"#ffffff\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"900\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"5\",\"0\",\"5\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"20\",\"line-height-hover\":\"25\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\\\"Raleway\\\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"capitalize\",\"background-color-hover\":\"transparent\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"false\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"transition\":\"fade\",\"transition-type\":\"\",\"delay\":\"0\",\"link-type\":\"lightbox\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"show-on-lightbox-video\":\"true\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"margin-unit\":\"px\",\"source-text\":\"<i class=\\\"eg-icon-play\\\"><\\/i> %likes_short%\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"36\",\"order\":\"2\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"text\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"16\",\"line-height\":\"16\",\"color\":\"#ffffff\",\"font-family\":\"Arial, Helvetica, sans-serif\",\"font-weight\":\"900\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"uppercase\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"5\",\"0\",\"5\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"17\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"false\",\"show-on-sale\":\"\",\"show-if-featured\":\"\",\"transition\":\"fade\",\"transition-type\":\"\",\"delay\":\"0\",\"link-type\":\"post\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"link-target\":\"_blank\",\"source-text-style-disable\":\"\",\"margin-unit\":\"px\",\"show-on-lightbox-video\":\"false\",\"source-text\":\"<i class=\\\"eg-icon-align-left\\\"><\\/i> %num_comments%\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]',NULL),(103,'My Ronald Reagan 2-155659','my-ronald-reagan-2-155659','{\"eg-item-skin-element-last-id\":\"8\",\"choose-layout\":\"masonry\",\"show-content\":\"bottom\",\"content-align\":\"left\",\"image-repeat\":\"no-repeat\",\"image-fit\":\"cover\",\"image-align-horizontal\":\"center\",\"image-align-vertical\":\"center\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"transparent\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"transparent\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"20\",\"20\",\"20\",\"20\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"none\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"none\",\"cover-animation-center-type\":\"out\",\"cover-animation-delay-center\":\"4\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"out\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\",\"link-set-to\":\"none\",\"link-link-type\":\"none\",\"link-url-link\":\"\",\"link-meta-link\":\"\",\"link-javascript-link\":\"\",\"link-target\":\"_self\"}','[{\"id\":\"1\",\"order\":\"0\",\"container\":\"br\",\"settings\":{\"0\":\"\",\"source\":\"post\",\"enable-hover\":\"\",\"font-size\":\"20\",\"line-height\":\"23\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Droid Serif\\\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"block\",\"text-align\":\"left\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"10\",\"10\"],\"padding\":[\"5\",\"10\",\"5\",\"10\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"css\":\"\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"css-hover\":\"\",\"hideunder\":\"0\",\"transition\":\"slidedown\",\"delay\":\"15\",\"link-type\":\"none\",\"url-link\":\"\",\"javascript-link\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"limit-type\":\"words\",\"limit-num\":\"0\",\"transition-type\":\"out\",\"tag-type\":\"div\",\"force-important\":\"\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"source-separate\":\",\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"hide-on-video\":\"false\",\"show-on-lightbox-video\":\"false\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}},{\"id\":\"8\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"enable-hover\":\"on\",\"font-size\":\"20\",\"line-height\":\"28\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"#000000\",\"bg-alpha\":\"100\",\"background-size\":\"cover\",\"background-repeat\":\"no-repeat\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"20\",\"line-height-hover\":\"28\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"100\",\"background-size-hover\":\"cover\",\"background-size-x-hover\":\"100\",\"background-size-y-hover\":\"100\",\"background-repeat-hover\":\"no-repeat\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"transition\":\"rotatescale\",\"delay\":\"10\",\"link-type\":\"post\",\"url-link\":\"\",\"javascript-link\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"attribute\":\"\",\"class\":\"\",\"rel\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"border-unit-hover\":\"px\",\"box-shadow-unit-hover\":\"px\",\"source-icon\":\"eg-icon-link\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]',NULL),(104,'My Essential Preview-155659','my-essential-preview-155659','{\"eg-item-skin-element-last-id\":\"14\",\"choose-layout\":\"even\",\"show-content\":\"none\",\"content-align\":\"center\",\"image-repeat\":\"no-repeat\",\"image-fit\":\"cover\",\"image-align-horizontal\":\"center\",\"image-align-vertical\":\"center\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"cover-type\":\"full\",\"container-background-color\":\"transparent\",\"0\":\"Default\",\"element-container-background-color-opacity\":\"100\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"#ffffff\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"#000000\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"#ffffff\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"none\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-shadow-alpha\":\"100\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"out\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"none\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"fade\",\"cover-animation-bottom-type\":\"out\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"none\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\",\"link-set-to\":\"none\",\"link-link-type\":\"none\",\"link-url-link\":\"\",\"link-meta-link\":\"\",\"link-javascript-link\":\"\",\"link-target\":\"_self\"}','[\"\",{\"id\":\"9\",\"order\":\"2\",\"container\":\"c\",\"settings\":{\"background-color\":\"rgba(255,255,255,0.20)\",\"bg-alpha\":\"100\",\"clear\":\"both\",\"border-width\":\"0\",\"color\":\"transparent\",\"display\":\"block\",\"font-size\":\"10\",\"font-style\":\"italic\",\"font-weight\":\"700\",\"line-height\":\"5\",\"margin\":[\"0\",\"0\",\"0\",\"0\"],\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-align\":\"center\",\"transition\":\"none\",\"text-transform\":\"uppercase\",\"source\":\"text\",\"special\":\"true\",\"font-family\":\"\",\"text-decoration\":\"none\",\"float\":\"none\",\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"solid\",\"shadow-color\":\"#000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"position\":\"relative\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"transition-type\":\"\",\"delay\":\"10\",\"link-type\":\"none\",\"hideunder\":\"0\",\"enable-hover\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"font-size-hover\":\"12\",\"line-height-hover\":\"14\",\"color-hover\":\"#000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-color-hover\":\"transparent\",\"border-style-hover\":\"solid\",\"background-color-hover\":\"#FFF\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"margin-unit\":\"px\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"hide-on-video\":\"false\",\"show-on-lightbox-video\":\"false\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"source-text\":\"LINE-BREAK\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},\"\",\"\",\"\",\"\",{\"id\":\"13\",\"order\":\"0\",\"container\":\"br\",\"settings\":{\"0\":\"Default\",\"source\":\"post\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"\",\"font-size\":\"20\",\"line-height\":\"23\",\"color\":\"#ffffff\",\"font-family\":\"\\\"Droid Serif\\\"\",\"font-weight\":\"300\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"block\",\"text-align\":\"left\",\"float\":\"none\",\"clear\":\"both\",\"margin\":[\"0\",\"0\",\"10\",\"10\"],\"padding\":[\"5\",\"10\",\"5\",\"10\"],\"background-color\":\"transparent\",\"bg-alpha\":\"100\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit\":\"px\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"font-size-hover\":\"13\",\"line-height-hover\":\"14\",\"color-hover\":\"#ffffff\",\"font-family-hover\":\"\",\"font-weight-hover\":\"700\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"uppercase\",\"background-color-hover\":\"rgba(255,255,255,0.15)\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"transparent\",\"border-style-hover\":\"none\",\"hideunder\":\"0\",\"hide-on-video\":\"false\",\"show-on-sale\":\"false\",\"show-if-featured\":\"false\",\"transition\":\"none\",\"transition-type\":\"\",\"delay\":\"46\",\"link-type\":\"none\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"true\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"show-on-lightbox-video\":\"false\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"margin-unit\":\"px\",\"source-post\":\"title\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"true\",\"always-visible-mobile\":\"true\"}},{\"id\":\"14\",\"order\":\"0\",\"container\":\"c\",\"settings\":{\"0\":\"Default\",\"source\":\"icon\",\"source-separate\":\",\",\"limit-type\":\"none\",\"limit-num\":\"10\",\"enable-hover\":\"on\",\"font-size\":\"20\",\"line-height\":\"28\",\"color\":\"#ffffff\",\"font-family\":\"\",\"font-weight\":\"400\",\"text-decoration\":\"none\",\"font-style\":\"\",\"text-transform\":\"none\",\"position\":\"relative\",\"align\":\"t_l\",\"absolute-unit\":\"px\",\"top-bottom\":\"0\",\"left-right\":\"0\",\"display\":\"inline-block\",\"text-align\":\"center\",\"float\":\"none\",\"clear\":\"none\",\"margin\":[\"0\",\"10\",\"0\",\"0\"],\"padding\":[\"17\",\"17\",\"17\",\"17\"],\"background-color\":\"#000000\",\"bg-alpha\":\"100\",\"shadow-color\":\"#000000\",\"shadow-alpha\":\"100\",\"box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"border\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit\":\"px\",\"border-color\":\"#ffffff\",\"border-style\":\"solid\",\"font-size-hover\":\"20\",\"line-height-hover\":\"28\",\"color-hover\":\"#000000\",\"font-family-hover\":\"\",\"font-weight-hover\":\"400\",\"text-decoration-hover\":\"none\",\"font-style-hover\":\"\",\"text-transform-hover\":\"none\",\"background-color-hover\":\"#ffffff\",\"bg-alpha-hover\":\"100\",\"shadow-color-hover\":\"#000000\",\"shadow-alpha-hover\":\"100\",\"box-shadow-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-hover\":[\"0\",\"0\",\"0\",\"0\"],\"border-radius-hover\":[\"60\",\"60\",\"60\",\"60\"],\"border-radius-unit-hover\":\"px\",\"border-color-hover\":\"#ffffff\",\"border-style-hover\":\"solid\",\"hideunder\":\"0\",\"hide-on-video\":\"false\",\"show-on-sale\":\"false\",\"show-if-featured\":\"false\",\"transition\":\"zoomback\",\"transition-type\":\"\",\"delay\":\"5\",\"link-type\":\"post\",\"url-link\":\"\",\"meta-link\":\"\",\"javascript-link\":\"\",\"tag-type\":\"div\",\"force-important\":\"\",\"padding-unit\":\"px\",\"border-unit\":\"px\",\"box-shadow-unit\":\"px\",\"source-function\":\"link\",\"hideunderheight\":\"0\",\"hidetype\":\"visibility\",\"show-on-lightbox-video\":\"false\",\"link-target\":\"_self\",\"source-text-style-disable\":\"\",\"margin-unit\":\"px\",\"border-hover-unit\":\"px\",\"border-radius-hover-unit\":\"px\",\"box-shadow-hover-unit\":\"px\",\"source-icon\":\"eg-icon-link\",\"source-catmax\":\"-1\",\"always-visible-desktop\":\"\",\"always-visible-mobile\":\"\"}}]',NULL),(105,'ESGBlankSkin','esgblankskin','{\"eg-item-skin-element-last-id\":\"0\",\"choose-layout\":\"even\",\"show-content\":\"none\",\"content-align\":\"left\",\"image-repeat\":\"no-repeat\",\"image-fit\":\"cover\",\"image-align-horizontal\":\"center\",\"image-align-vertical\":\"center\",\"element-x-ratio\":\"4\",\"element-y-ratio\":\"3\",\"splitted-item\":\"none\",\"cover-type\":\"full\",\"container-background-color\":\"rgba(0, 0, 0, 0)\",\"cover-always-visible-desktop\":\"false\",\"cover-always-visible-mobile\":\"false\",\"cover-background-size\":\"cover\",\"cover-background-repeat\":\"no-repeat\",\"cover-background-image\":\"0\",\"cover-background-image-url\":\"\",\"full-bg-color\":\"rgba(255, 255, 255, 0)\",\"full-padding\":[\"0\",\"0\",\"0\",\"0\"],\"full-border\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"full-border-color\":\"transparent\",\"full-border-style\":\"none\",\"full-overflow-hidden\":\"false\",\"content-bg-color\":\"rgba(255, 255, 255, 0)\",\"content-padding\":[\"0\",\"0\",\"0\",\"0\"],\"content-border\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"content-border-color\":\"transparent\",\"content-border-style\":\"none\",\"all-shadow-used\":\"none\",\"content-shadow-color\":\"#000000\",\"content-box-shadow\":[\"0\",\"0\",\"0\",\"0\"],\"cover-animation-top-type\":\"\",\"cover-animation-delay-top\":\"0\",\"cover-animation-top\":\"fade\",\"cover-animation-center-type\":\"\",\"cover-animation-delay-center\":\"0\",\"cover-animation-center\":\"none\",\"cover-animation-bottom-type\":\"\",\"cover-animation-delay-bottom\":\"0\",\"cover-animation-bottom\":\"fade\",\"cover-group-animation\":\"none\",\"media-animation\":\"none\",\"media-animation-delay\":\"0\",\"element-hover-image\":\"false\",\"hover-image-animation\":\"fade\",\"hover-image-animation-delay\":\"0\",\"link-set-to\":\"none\",\"link-link-type\":\"none\",\"link-url-link\":\"\",\"link-meta-link\":\"\",\"link-javascript-link\":\"\",\"link-target\":\"_self\"}','[]',NULL);
/*!40000 ALTER TABLE `wp3l_eg_item_skins` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp3l_eg_navigation_skins`
--

DROP TABLE IF EXISTS `wp3l_eg_navigation_skins`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp3l_eg_navigation_skins` (
  `id` mediumint(6) NOT NULL AUTO_INCREMENT,
  `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `handle` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `css` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  UNIQUE KEY `id` (`id`),
  UNIQUE KEY `handle` (`handle`)
) ENGINE=InnoDB AUTO_INCREMENT=17 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp3l_eg_navigation_skins`
--

LOCK TABLES `wp3l_eg_navigation_skins` WRITE;
/*!40000 ALTER TABLE `wp3l_eg_navigation_skins` DISABLE KEYS */;
INSERT INTO `wp3l_eg_navigation_skins` VALUES (1,'Flat Light','flat-light','/********************************\n	-	FLAT LIGHT BUTTONS -\n*********************************/\n.flat-light .navigationbuttons,\n.flat-light .esg-pagination,\n.flat-light .esg-filters{	text-transform:uppercase;\n							text-align: center;\n						}\n\n.flat-light .esg-filterbutton,\n.flat-light .esg-navigationbutton,\n.flat-light .esg-sortbutton,\n.flat-light .esg-cartbutton {	color:#000;\n								margin-right:5px;\n								cursor:pointer;\n								position: relative;\n								z-index:2;\n								padding:1px 30px;\n								border:none;\n								line-height:38px;\n								border-radius:5px;\n								-moz-border-radius:5px;\n								-webkit-border-radius:5px;\n								font-size:12px;\n								font-weight:700;\n								font-family:\"Open Sans\",sans-serif;\n								display: inline-block;\n								background: #fff;\n								margin-bottom:5px;\n							}\n\n.flat-light .esg-navigationbutton	{ padding:2px 12px; }\n.flat-light .esg-navigationbutton *	{ color:#000; }\n.flat-light .esg-pagination-button:last-child { margin-right: 0; }\n\n.flat-light  .esg-sortbutton-wrapper,\n.flat-light  .esg-cartbutton-wrapper { display:inline-block; }\n.flat-light  .esg-sortbutton-order,\n.flat-light  .esg-cartbutton-order {	display:inline-block;\n										vertical-align:top;\n										border:none;\n										width:40px;\n										line-height:40px;\n										border-radius:5px;\n										-moz-border-radius:5px;\n										-webkit-border-radius:5px;\n										font-size:12px;\n										font-weight:700;\n										color:#999;\n										cursor: pointer;\n										background:#eee;\n										background: #fff;\n										margin-left:5px;\n									}\n\n.flat-light .esg-cartbutton {	color:#fff;\n								cursor: default !important;\n							}\n.flat-light .esg-cartbutton .esgicon-basket	{\n												color:#fff;\n												font-size:15px;\n												line-height:15px;\n												margin-right:10px;\n											}\n.flat-light .esg-cartbutton-wrapper { cursor: default !important; }\n\n.flat-light .esg-sortbutton,\n.flat-light .esg-cartbutton {	display:inline-block;\n								position:relative;\n								cursor: pointer;\n								margin-right:0px;\n								border-radius:5px;\n								-moz-border-radius:5px;\n								-webkit-border-radius:5px;\n							}\n\n.flat-light .esg-navigationbutton:hover,\n.flat-light .esg-filterbutton:hover,\n.flat-light .esg-sortbutton:hover,\n.flat-light .esg-sortbutton-order:hover,\n.flat-light .esg-cartbutton-order:hover,\n.flat-light .esg-filterbutton.selected {\n										border-color:none;color:#000;\n										background:#fff;\n									   }\n\n.flat-light .esg-navigationbutton:hover * { color:#333; }\n\n.flat-light .esg-sortbutton-order.tp-desc:hover	{ color:#333; }\n\n.flat-light .esg-filter-checked	{	padding:1px 3px;\n									color:#cbcbcb;\n									background:#cbcbcb;\n									margin-left:7px;\n									font-size:9px;\n									font-weight:300;\n									line-height:9px;\n									vertical-align: middle;\n								}\n.flat-light .esg-filterbutton.selected .esg-filter-checked,\n.flat-light .esg-filterbutton:hover .esg-filter-checked	{\n															padding:1px 3px 1px 3px;\n															color:#fff;\n															background:#000;\n															margin-left:7px;\n															font-size:9px;\n															font-weight:300;\n															line-height:9px;\n															vertical-align: middle;\n														}'),(2,'Flat Dark','flat-dark','/********************************\n	-	FLAT DARK BUTTONS -\n*********************************/\n.flat-dark .navigationbuttons,\n.flat-dark .esg-pagination,\n.flat-dark .esg-filters {\n							text-transform:uppercase;\n							text-align: center;\n						}\n\n.flat-dark .esg-filterbutton,\n.flat-dark .esg-navigationbutton,\n.flat-dark .esg-sortbutton,\n.flat-dark .esg-cartbutton {color:#fff;\n							margin-right:5px;\n							cursor:pointer;\n							padding:1px 30px;\n							border:none;\n							line-height:38px;\n							border-radius:5px;\n							-moz-border-radius:5px;\n							-webkit-border-radius:5px;\n							font-size:12px;\n							font-weight:600;\n							font-family:\"Open Sans\",sans-serif;\n							display: inline-block;\n							background:#3a3a3a;\n							background: rgba(0,0,0,0.2);\n							margin-bottom:5px;\n							}\n\n.flat-dark .esg-navigationbutton { padding:1px 18px; }\n.flat-dark .esg-navigationbutton * { color:#fff; }\n.flat-dark .esg-pagination-button:last-child,\n.flat-dark .esg-filterbutton:last-child{ margin-right: 0; }\n.flat-dark .esg-left, .flat-dark .esg-right { padding:1px 12px; }\n\n.flat-dark  .esg-sortbutton-wrapper,\n.flat-dark  .esg-cartbutton-wrapper	{ display:inline-block; }\n.flat-dark  .esg-sortbutton-order,\n.flat-dark  .esg-cartbutton-order { display:inline-block;\n									vertical-align:top;\n									border:none;\n									width:40px;\n									line-height:40px;\n									border-radius:5px;\n									-moz-border-radius:5px;\n									-webkit-border-radius:5px;\n									font-size:12px;\n									font-weight:700;\n									color:#999;\n									cursor: pointer;\n									background:#eee;\n									background: rgba(0,0,0,0.2);\n									margin-left:5px;\n								}\n\n.flat-dark .esg-cartbutton {color:#fff;\n							cursor: default !important;\n							}\n.flat-dark .esg-cartbutton .esgicon-basket {color:#fff;\n											font-size:15px;\n											line-height:15px;\n											margin-right:10px;\n											}\n.flat-dark  .esg-cartbutton-wrapper	{ cursor: default !important; }\n\n.flat-dark .esg-sortbutton,\n.flat-dark .esg-cartbutton { display:inline-block;\n							position:relative;\n							cursor: pointer;\n							margin-right:0px;\n							border-radius:5px;\n							-moz-border-radius:5px;\n							-webkit-border-radius:5px;\n							}\n\n.flat-dark .esg-navigationbutton:hover,\n.flat-dark .esg-filterbutton:hover,\n.flat-dark .esg-sortbutton:hover,\n.flat-dark .esg-sortbutton-order:hover,\n.flat-dark .esg-cartbutton-order:hover,\n.flat-dark .esg-filterbutton.selected { color:#fff;\n										border-color:none;\n										background:#4a4a4a;\n										background: rgba(0,0,0,0.5);\n									 }\n\n.flat-dark .esg-navigationbutton:hover * { color:#fff; }\n.flat-dark .esg-sortbutton-order.tp-desc:hover	{ color:#fff; }\n.flat-dark .esg-filter-checked {padding:1px 3px;\n								color:transparent;\n								background:#000;\n								background: rgba(0,0,0,0.2);\n								margin-left:7px;\n								font-size:9px;\n								font-weight:300;\n								line-height:9px;\n								vertical-align: middle:\n								}\n								\n.flat-dark .esg-filterbutton.selected .esg-filter-checked,\n.flat-dark .esg-filterbutton:hover .esg-filter-checked {padding:1px 3px 1px 3px;\n														color:#fff;\n														background:#000;\n														background: rgba(0,0,0,0.2);\n														margin-left:7px;\n														font-size:9px;\n														font-weight:300;\n														line-height:9px;\n														vertical-align: middle\n														}'),(3,'Minimal Dark','minimal-dark','/********************************\n	-	MINIMAL DARK BUTTONS -\n*********************************/\n\n.minimal-dark .navigationbuttons,\n.minimal-dark .esg-pagination,\n.minimal-dark .esg-filters { text-align: center; }\n\n.minimal-dark .esg-filterbutton,\n.minimal-dark .esg-navigationbutton,\n.minimal-dark .esg-sortbutton,\n.minimal-dark .esg-cartbutton { color:#fff;\n								color:rgba(255,255,255,1);\n								margin-right:5px;\n								cursor:pointer;\n								padding:0px 17px;\n								border:1px solid rgb(255,255,255);\n								border:1px solid rgba(255,255,255,0.1);\n								line-height:38px;\n								border-radius:5px;\n								-moz-border-radius:5px;\n								-webkit-border-radius:5px;\n								font-size:12px;\n								font-weight:600;\n								font-family:\"Open Sans\",sans-serif;\n								display: inline-block;\n								background:transparent;\n								margin-bottom:5px;\n								}\n\n\n.minimal-dark .esg-navigationbutton * {\n										color:#fff;\n										color:rgba(255,255,255,1);\n									}\n.minimal-dark .esg-navigationbutton	{ padding:0px 11px; }\n.minimal-dark .esg-pagination-button { padding:0px 16px; }\n.minimal-dark .esg-pagination-button:last-child { margin-right: 0; }\n\n.minimal-dark  .esg-sortbutton-wrapper,\n.minimal-dark  .esg-cartbutton-wrapper { display:inline-block; }\n.minimal-dark  .esg-sortbutton-order,\n.minimal-dark  .esg-cartbutton-order {  display:inline-block;\n										vertical-align:top;\n										border:1px solid rgb(255,255,255);\n										border:1px solid rgba(255,255,255,0.1);\n										width:40px;\n										line-height:38px;\n										border-radius: 0px 5px 5px 0px;\n										-moz-border-radius: 0px 5px 5px 0px;\n										-webkit-border-radius: 0px 5px 5px 0px;\n										font-size:12px;\n										font-weight:600;\n										color:#fff;\n										cursor: pointer;\n										background:transparent;\n									}\n\n.minimal-dark .esg-cartbutton {\n								color:#fff;\n								cursor: default !important;\n							  }\n.minimal-dark .esg-cartbutton .esgicon-basket {\n												color:#fff;\n												font-size:15px;\n												line-height:15px;\n												margin-right:10px;\n											  }\n.minimal-dark  .esg-cartbutton-wrapper { cursor: default !important; }\n\n.minimal-dark .esg-sortbutton,\n.minimal-dark .esg-cartbutton {\n								display:inline-block;\n								position:relative;\n								cursor: pointer;\n								margin-right:0px;\n								border-right:none;\n								border-radius:5px 0px 0px 5px;\n								-moz-border-radius:5px 0px 0px 5px;\n								-webkit-border-radius:5px 0px 0px 5px;\n							   }\n\n.minimal-dark .esg-navigationbutton:hover,\n.minimal-dark .esg-filterbutton:hover,\n.minimal-dark .esg-sortbutton:hover,\n.minimal-dark .esg-sortbutton-order:hover,\n.minimal-dark .esg-cartbutton-order:hover,\n.minimal-dark .esg-filterbutton.selected {\n											border-color:#fff;\n											border-color:rgba(255,255,255,0.2);\n											color:#fff;\n											box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.13);\n											background:#333;\n											background: rgba(255,255,255,0.1);\n										  }\n\n.minimal-dark .esg-navigationbutton:hover * { color:#fff; }\n\n.minimal-dark .esg-sortbutton-order.tp-desc:hover {	border-color:#fff;\n													border-color:rgba(255,255,255,0.2);\n													color:#fff;\n													box-shadow: 0px -3px 5px 0px rgba(0,0,0,0.13) !important;\n												  }\n\n.minimal-dark .esg-filter-checked {\n									padding:1px 3px;\n									color:transparent;\n									background:#000;\n									background: rgba(0,0,0,0.10);\n									margin-left:7px;\n									font-size:9px;\n									font-weight:300;\n									line-height:9px;\n									vertical-align: middle;\n								  }\n.minimal-dark .esg-filterbutton.selected .esg-filter-checked,\n.minimal-dark .esg-filterbutton:hover .esg-filter-checked {\n															padding:1px 3px 1px 3px;\n															color:#fff;\n															background:#000;\n															background: rgba(0,0,0,0.10);\n															margin-left:7px;\n															font-size:9px;\n															font-weight:300;\n															line-height:9px;\n															vertical-align: middle;\n														  }'),(4,'Minimal Light','minimal-light','/******************************\n	-	MINIMAL LIGHT SKIN	-\n********************************/\n\n.minimal-light .navigationbuttons,\n.minimal-light .esg-pagination,\n.minimal-light .esg-filters { text-align: center; }\n\n.minimal-light .esg-filterbutton,\n.minimal-light .esg-navigationbutton,\n.minimal-light .esg-sortbutton,\n.minimal-light .esg-cartbutton a{ \n								color:#999;\n								margin-right:5px;\n								cursor:pointer;\n								padding:0px 16px;\n								border:1px solid #e5e5e5;\n								line-height:38px;\n								border-radius:5px;\n								-moz-border-radius:5px;\n								-webkit-border-radius:5px;\n								font-size:12px;\n								font-weight:700;\n								font-family:\"Open Sans\",sans-serif;\n								display: inline-block;\n								background:#270639;\n								margin-bottom:5px;\n							  }\n\n/*.minimal-light .esg-cartbutton a { color: #999; }*/\n\n.minimal-light .esg-navigationbutton * { color:#999; }\n.minimal-light .esg-navigationbutton	{ padding:0px 16px; }\n.minimal-light .esg-pagination-button:last-child { margin-right: 0; }\n.minimal-light .esg-left, .minimal-light .esg-right	{ padding:0px 11px; }\n\n.minimal-light  .esg-sortbutton-wrapper,\n.minimal-light  .esg-cartbutton-wrapper { display:inline-block; }\n.minimal-light  .esg-sortbutton-order,\n.minimal-light  .esg-cartbutton-order {	display:inline-block;\n										vertical-align:top;\n										border:1px solid #e5e5e5;\n										width:40px;\n										line-height:38px;\n										border-radius: 0px 5px 5px 0px;\n										-moz-border-radius: 0px 5px 5px 0px;\n										-webkit-border-radius: 0px 5px 5px 0px;\n										font-size:12px;\n										font-weight:700;\n										color:#999;\n										cursor: pointer;\n										background:#fff;\n									   }\n\n.minimal-light .esg-cartbutton {\n								color:#333;\n								cursor: default !important;\n								}\n.minimal-light .esg-cartbutton .esgicon-basket {color:#333;\n												font-size:15px;\n												line-height:15px;\n												margin-right:10px;\n												}\n.minimal-light  .esg-cartbutton-wrapper { cursor: default !important; }\n\n.minimal-light .esg-sortbutton,\n.minimal-light .esg-cartbutton { display:inline-block;\n								position:relative;\n								cursor: pointer;\n								margin-right:0px;\n								border-right:none;\n								border-radius:5px 0px 0px 5px;\n								-moz-border-radius:5px 0px 0px 5px;\n								-webkit-border-radius:5px 0px 0px 5px;\n								}\n\n.minimal-light .esg-navigationbutton:hover,\n.minimal-light .esg-filterbutton:hover,\n.minimal-light .esg-sortbutton:hover,\n.minimal-light .esg-sortbutton-order:hover,\n.minimal-light .esg-cartbutton a:hover,\n.minimal-light .esg-filterbutton.selected {\n											background-color:#fff;\n											border-color:#bbb;\n											color:#333;\n											box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.13);\n										  }\n\n.minimal-light .esg-navigationbutton:hover * { color:#333; }\n\n.minimal-light .esg-sortbutton-order.tp-desc:hover {\n													border-color:#bbb;\n													color:#333;\n													box-shadow: 0px -3px 5px 0px rgba(0,0,0,0.13) !important;\n												   }\n\n.minimal-light .esg-filter-checked { \n									padding:1px 3px;\n									color:#cbcbcb;\n									background:#cbcbcb;\n									margin-left:7px;\n									font-size:9px;\n									font-weight:300;\n									line-height:9px;\n									vertical-align: middle;\n									}\n.minimal-light .esg-filterbutton.selected .esg-filter-checked,\n.minimal-light .esg-filterbutton:hover .esg-filter-checked {\n															padding:1px 3px 1px 3px;\n															color:#fff;\n															background:#000;\n															margin-left:7px;\n															font-size:9px;\n															font-weight:300;\n															line-height:9px;\n															vertical-align: middle;\n														   }'),(5,'Simple Light','simple-light','/******************************\n	-	SIMPLE LIGHT SKIN	-\n********************************/\n\n.simple-light .navigationbuttons,\n.simple-light .esg-pagination,\n.simple-light .esg-filters { text-align: center; }\n\n.simple-light .esg-filterbutton,\n.simple-light .esg-navigationbutton,\n.simple-light .esg-sortbutton,\n.simple-light .esg-cartbutton a {\n								color:#000;\n								margin-right:5px;\n								cursor:pointer;\n								padding:0px 11px;\n								border:1px solid #e5e5e5;\n								line-height:30px;\n								font-size:12px;\n								font-weight:400;\n								font-family:\\\\\\\"Open Sans\\\\\\\",sans-serif;\n								display: inline-block;\n								background:#eee;\n								margin-bottom:5px;\n							  }\n\n.simple-light .esg-navigationbutton * {	color:#000; }\n.simple-light .esg-left,\n.simple-light .esg-right { color:#000; padding:0px 7px;}\n.simple-light .esg-pagination-button:last-child { margin-right: 0; }\n\n.simple-light .esg-sortbutton-wrapper,\n.simple-light .esg-cartbutton-wrapper {	display:inline-block; }\n.simple-light .esg-sortbutton-order,\n.simple-light .esg-cartbutton-order {\n									display: inline-block;\n									vertical-align: top;\n									border: 1px solid #e5e5e5;\n									width: 29px;\n									line-height: 30px;\n									font-size: 9px;\n									font-weight: 400;\n									color: #000;\n									cursor: pointer;\n									background: #eee;\n									}\n\n.simple-light .esg-cartbutton {\n								color:#333;\n								cursor: default !important;\n							  }\n.simple-light .esg-cartbutton .esgicon-basket {\n												color:#333;\n												font-size:15px;\n												line-height:15px;\n												margin-right:10px;\n											  }\n.simple-light  .esg-cartbutton-wrapper { cursor: default !important; }\n\n.simple-light .esg-sortbutton,\n.simple-light .esg-cartbutton {\n								display:inline-block;\n								position:relative;\n								cursor: pointer;\n								margin-right:5px;\n							  }\n\n\n.simple-light .esg-navigationbutton:hover,\n.simple-light .esg-filterbutton:hover,\n.simple-light .esg-sortbutton:hover,\n.simple-light .esg-sortbutton-order:hover,\n.simple-light .esg-cartbutton a:hover,\n.simple-light .esg-filterbutton.selected {\n											background-color:#fff;\n											border-color:#bbb;\n											color:#333;\n											box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.13);\n										 }\n\n.simple-light .esg-navigationbutton:hover * { color:#333; }\n\n.simple-light .esg-sortbutton-order.tp-desc:hover {\n													border-color:#bbb;\n													color:#333;\n													box-shadow: 0px -3px 5px 0px rgba(0,0,0,0.13) !important;\n												  }\n\n.simple-light .esg-filter-checked {\n									padding:3px;\n									color:#c5c5c5;\n									background:#ddd;\n									margin-left:7px;\n									font-size:9px;\n									font-weight:400;\n									line-height:20px;\n									vertical-align: middle;\n								  }\n.simple-light .esg-filterbutton.selected .esg-filter-checked,\n.simple-light .esg-filterbutton:hover .esg-filter-checked {\n															padding: 3px;\n															color:#fff;\n															background:#000;\n															margin-left:7px;\n															font-size:9px;\n															font-weight:400;\n															line-height:20px;\n															vertical-align: middle\n														}'),(6,'Simple Dark','simple-dark','/********************************\n-	SIMPLE DARK BUTTONS -\n*********************************/\n\n.simple-dark .navigationbuttons,\n.simple-dark .esg-pagination,\n.simple-dark .esg-filters {	text-align: center; }\n\n.simple-dark .esg-filterbutton,\n.simple-dark .esg-navigationbutton,\n.simple-dark .esg-sortbutton,\n.simple-dark .esg-cartbutton {\n								color:#fff;\n								margin-right:5px;\n								cursor:pointer;\n								padding:0px 10px;\n								border:1px solid rgb(255,255,255);\n								border:1px solid rgba(255,255,255,0.15);\n								line-height:29px;\n								font-size:12px;\n								font-weight:600;\n								font-family:\"Open Sans\",sans-serif;\n								display: inline-block;\n								background: rgba(255,255,255,0.08 );\n								margin-bottom:5px;\n							  }\n\n.simple-dark .esg-navigationbutton * {\n										color:#fff;\n									 }\n.simple-dark .esg-left, .simple-dark .esg-right { padding:0px 5px !important; }\n\n.simple-dark  .esg-sortbutton-wrapper,\n.simple-dark  .esg-cartbutton-wrapper {	display:inline-block; }\n.simple-dark  .esg-sortbutton-order,\n.simple-dark  .esg-cartbutton-order {\n									display: inline-block;\n									vertical-align: top;\n									border:1px solid rgb(255,255,255);\n									border:1px solid rgba(255,255,255,0.15);\n									width: 29px;\n									line-height: 29px;\n									font-size: 9px;\n									font-weight: 600;\n									color: #fff;\n									cursor: pointer;\n									background: rgba(255,255,255,0.08 );\n									}\n\n.simple-dark .esg-cartbutton {\n							color:#fff;\n							cursor: default !important;\n							}\n							\n.simple-dark .esg-cartbutton .esgicon-basket {\n												color:#fff;\n												font-size:15px;\n												line-height:15px;\n												margin-right:10px;\n											  }\n.simple-dark  .esg-cartbutton-wrapper {	cursor: default !important; }\n\n.simple-dark .esg-sortbutton,\n.simple-dark .esg-cartbutton {\n								display:inline-block;\n								position:relative;\n								cursor: pointer;\n								margin-right:5px;\n							  }\n\n\n.simple-dark .esg-navigationbutton:hover,\n.simple-dark .esg-filterbutton:hover,\n.simple-dark .esg-sortbutton:hover,\n.simple-dark .esg-sortbutton-order:hover,\n.simple-dark .esg-cartbutton-order:hover,\n.simple-dark .esg-filterbutton.selected {\n										border-color:#fff;\n										color:#000;\n										box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.13);\n										background:#fff;\n										}\n\n.simple-dark .esg-navigationbutton:hover * { color:#000; }\n.simple-dark .esg-pagination-button:last-child { margin-right: 0; }\n\n.simple-dark .esg-sortbutton-order.tp-desc:hover {\n													border-color:#fff;\n													border-color:rgba(255,255,255,0.2);\n													color:#000;\n													box-shadow: 0px -3px 5px 0px rgba(0,0,0,0.13) !important;\n												 }\n\n.simple-dark .esg-filter-checked {\n									padding:1px;\n									color:transparent;\n									background:#000;\n									background: rgba(255,255,255,0.15);\n									margin-left:7px;\n									font-size:9px;\n									font-weight:300;\n									line-height:9px;\n									vertical-align: middle;\n								  }\n\n.simple-dark .esg-filterbutton.selected .esg-filter-checked,\n.simple-dark .esg-filterbutton:hover .esg-filter-checked {\n															padding:1px;\n															color:#000;\n															background:#fff;\n															margin-left:7px;\n															font-size:9px;\n															font-weight:300;\n															line-height:9px;\n															vertical-align: middle;\n														  }'),(7,'Text Dark','text-dark','/********************************\n-	TEXT DARK BUTTONS -\n*********************************/\n\n.text-dark .navigationbuttons,\n.text-dark .esg-pagination,\n.text-dark .esg-filters { text-align: center; }\n\n.text-dark .esg-filterbutton,\n.text-dark .esg-navigationbutton,\n.text-dark .esg-sortbutton,\n.text-dark .esg-cartbutton {\n							color:#fff;\n							color:rgba(255,255,255,0.4);\n							margin-right:5px;\n							cursor:pointer;\n							padding:0px 15px 0px 10px;\n							line-height:20px;\n							font-size:12px;\n							font-weight:600;\n							font-family:\"Open Sans\",sans-serif;\n							display: inline-block;\n							background:transparent;\n							margin-bottom:5px;\n						  }\n\n.text-dark .esg-navigationbutton * {\n									color:#fff;\n									color:rgba(255,255,255,0.4);\n								   }\n\n.text-dark  .esg-sortbutton-wrapper,\n.text-dark  .esg-cartbutton-wrapper { display:inline-block; }\n.text-dark  .esg-sortbutton-order,\n.text-dark  .esg-cartbutton-order {\n									display: inline-block;\n									vertical-align: middle;\n									width: 29px;\n									line-height: 20px;\n									font-size: 9px;\n									font-weight: 700;\n									color:#fff;\n									color:rgba(255,255,255,0.4);\n									cursor: pointer;\n									background: transparent;\n								  }\n\n.text-dark .esg-cartbutton {\n							color:#fff;\n							color:rgba(255,255,255,0.4);\n							cursor: default !important;\n							}\n.text-dark .esg-cartbutton .esgicon-basket {\n											color:#fff;\n											color:rgba(255,255,255,0.4);\n											font-size:15px;\n											line-height:15px;\n											margin-right:10px;\n											}\n.text-dark  .esg-cartbutton-wrapper { cursor: default !important; }\n\n.text-dark .esg-sortbutton,\n.text-dark .esg-cartbutton {\n							display:inline-block;\n							position:relative;\n							cursor: pointer;\n							margin-right:0px;\n							}\n\n.text-dark .esg-navigationbutton:hover,\n.text-dark .esg-filterbutton:hover,\n.text-dark .esg-sortbutton:hover,\n.text-dark .esg-filterbutton.selected,\n.text-dark .esg-sortbutton-order:hover,\n.text-dark .esg-cartbutton-order:hover { color:#fff; }\n\n.text-dark .esg-navigationbutton:hover,\n.text-dark .esg-filterbutton:hover span:first-child,\n.text-dark .esg-filterbutton.selected span:first-child { text-decoration: none; }\n\n.text-dark .esg-filterbutton {\n								border-right:1px solid #fff;\n								border-right:1px solid rgba(255,255,255,0.15);\n							  }\n.text-dark .esg-filterbutton:last-child	{ border-right:none; }\n\n.text-dark .esg-sortbutton-order {\n									padding-left:10px;\n									border-left:1px solid #fff;\n									border-left:1px solid rgba(255,255,255,0.15);\n								 }\n\n.text-dark .esg-navigationbutton:hover * { color:#fff; }\n\n.text-dark .esg-sortbutton-order.tp-desc:hover {\n												border-color:#fff;\n												border-color:rgba(255,255,255,0.15);\n												color:#fff;\n												}\n\n.text-dark .esg-filter-checked {\n								padding:1px 3px;\n								color:transparent;\n								background:#000;\n								background: rgba(0,0,0,0.10);\n								margin-left:7px;\n								font-size:9px;\n								font-weight:300;\n								line-height:9px;\n								vertical-align: middle;\n								}\n\n.text-dark .esg-filter-checked * { }\n.text-dark .esg-filterbutton.selected .esg-filter-checked,\n.text-dark .esg-filterbutton:hover .esg-filter-checked {\n														padding:1px 3px 1px 3px;\n														color:#fff;\n														background:#000;\n														background: rgba(0,0,0,0.10);\n														margin-left:7px;\n														font-size:9px;\n														font-weight:300;\n														line-height:9px;\n														vertical-align: middle\n														}'),(8,'Text Light','text-light','/********************************\n-	TEXT LIGHT BUTTONS -\n*********************************/\n\n.text-light .navigationbuttons,\n.text-light .esg-pagination,\n.text-light .esg-filters {\n						text-align: center;\n						position: relative;\n						z-index:2;\n						}\n\n.text-light .esg-filterbutton,\n.text-light .esg-navigationbutton,\n.text-light .esg-sortbutton,\n.text-light .esg-cartbutton {\n							color:#999;\n							margin-right:5px;\n							cursor:pointer;\n							padding:0px 15px 0px 10px;\n							line-height:20px;\n							font-size:12px;\n							font-weight:600;\n							font-family:\"Open Sans\",sans-serif;\n							display: inline-block;\n							background:transparent;\n							margin-bottom:5px;\n							}\n\n.text-light .esg-navigationbutton * { color:#999; }\n\n.text-light  .esg-sortbutton-wrapper,\n.text-light  .esg-cartbutton-wrapper { display:inline-block; }\n.text-light  .esg-sortbutton-order,\n.text-light  .esg-cartbutton-order {\n									display: inline-block;\n									vertical-align: middle;\n									width: 29px;\n									line-height: 20px;\n									font-size: 9px;\n									font-weight: 700;\n									color:#999;\n									cursor: pointer;\n									background: transparent;\n									}\n\n.text-light .esg-cartbutton {\n							color:#999;\n							cursor: default !important;\n							}\n.text-light .esg-cartbutton .esgicon-basket {\n											color:#999;\n											font-size:15px;\n											line-height:15px;\n											margin-right:10px;\n											}\n.text-light .esg-cartbutton-wrapper { cursor: default !important; }\n\n.text-light .esg-sortbutton,\n.text-light .esg-cartbutton {\n							display:inline-block;\n							position:relative;\n							cursor: pointer;\n							margin-right:0px;\n							}\n\n.text-light .esg-navigationbutton:hover,\n.text-light .esg-filterbutton:hover,\n.text-light .esg-sortbutton:hover,\n.text-light .esg-filterbutton.selected,\n.text-light .esg-sortbutton-order:hover,\n.text-light .esg-cartbutton-order:hover { color:#444; }\n\n.text-light .esg-navigationbutton:hover,\n.text-light .esg-filterbutton:hover span:first-child,\n.text-light .esg-filterbutton.selected span:first-child { text-decoration: underline; }\n\n.text-light .esg-filterbutton {	border-right:1px solid #e5e5e5; }\n.text-light .esg-filterbutton:last-child { border-right:none; }\n\n.text-light .esg-sortbutton-order {\n									padding-left:10px;\n									border-left:1px solid #e5e5e5;\n								  }\n\n.text-light .esg-navigationbutton:hover * {	color:#444; }\n\n.text-light .esg-sortbutton-order.tp-desc:hover {\n												border-color:#e5e5e5;\n												color:#444;\n												}\n\n.text-light .esg-filter-checked {\n								padding:1px 3px;\n								color:transparent;\n								background:#eee;\n								background: rgba(0,0,0,0.05);\n								margin-left:7px;\n								font-size:9px;\n								font-weight:300;\n								line-height:9px;\n								vertical-align: middle;\n								}\n.text-light .esg-filter-checked * { }\n.text-light .esg-filterbutton.selected .esg-filter-checked,\n.text-light .esg-filterbutton:hover .esg-filter-checked {\n														padding:1px 3px 1px 3px;\n														color:#333;\n														background:#eee;\n														background: rgba(0,0,0,0.05);\n														margin-left:7px;\n														font-size:9px;\n														font-weight:300;\n														line-height:9px;\n														vertical-align: middle;\n														}\n'),(9,'Flat Light-155659','flat-light-155659','/********************************\n	-	FLAT LIGHT BUTTONS -\n*********************************/\n.flat-light-155659 .navigationbuttons,\n.flat-light-155659 .esg-pagination,\n.flat-light-155659 .esg-filters{	text-transform:uppercase;\n							text-align: center;\n						}\n\n.flat-light-155659 .esg-filterbutton,\n.flat-light-155659 .esg-navigationbutton,\n.flat-light-155659 .esg-sortbutton,\n.flat-light-155659 .esg-cartbutton {	color:#000;\n								margin-right:5px;\n								cursor:pointer;\n								position: relative;\n								z-index:2;\n								padding:1px 30px;\n								border:none;\n								line-height:38px;\n								border-radius:5px;\n								-moz-border-radius:5px;\n								-webkit-border-radius:5px;\n								font-size:12px;\n								font-weight:700;\n								font-family:\"Open Sans\",sans-serif;\n								display: inline-block;\n								background: #fff;\n								margin-bottom:5px;\n							}\n\n.flat-light-155659 .esg-navigationbutton	{ padding:2px 12px; }\n.flat-light-155659 .esg-navigationbutton *	{ color:#000; }\n.flat-light-155659 .esg-pagination-button:last-child { margin-right: 0; }\n\n.flat-light-155659  .esg-sortbutton-wrapper,\n.flat-light-155659  .esg-cartbutton-wrapper { display:inline-block; }\n.flat-light-155659  .esg-sortbutton-order,\n.flat-light-155659  .esg-cartbutton-order {	display:inline-block;\n										vertical-align:top;\n										border:none;\n										width:40px;\n										line-height:40px;\n										border-radius:5px;\n										-moz-border-radius:5px;\n										-webkit-border-radius:5px;\n										font-size:12px;\n										font-weight:700;\n										color:#999;\n										cursor: pointer;\n										background:#eee;\n										background: #fff;\n										margin-left:5px;\n									}\n\n.flat-light-155659 .esg-cartbutton {	color:#fff;\n								cursor: default !important;\n							}\n.flat-light-155659 .esg-cartbutton .esgicon-basket	{\n												color:#fff;\n												font-size:15px;\n												line-height:15px;\n												margin-right:10px;\n											}\n.flat-light-155659 .esg-cartbutton-wrapper { cursor: default !important; }\n\n.flat-light-155659 .esg-sortbutton,\n.flat-light-155659 .esg-cartbutton {	display:inline-block;\n								position:relative;\n								cursor: pointer;\n								margin-right:0px;\n								border-radius:5px;\n								-moz-border-radius:5px;\n								-webkit-border-radius:5px;\n							}\n\n.flat-light-155659 .esg-navigationbutton:hover,\n.flat-light-155659 .esg-filterbutton:hover,\n.flat-light-155659 .esg-sortbutton:hover,\n.flat-light-155659 .esg-sortbutton-order:hover,\n.flat-light-155659 .esg-cartbutton-order:hover,\n.flat-light-155659 .esg-filterbutton.selected {\n										border-color:none;color:#000;\n										background:#fff;\n									   }\n\n.flat-light-155659 .esg-navigationbutton:hover * { color:#333; }\n\n.flat-light-155659 .esg-sortbutton-order.tp-desc:hover	{ color:#333; }\n\n.flat-light-155659 .esg-filter-checked	{	padding:1px 3px;\n									color:#cbcbcb;\n									background:#cbcbcb;\n									margin-left:7px;\n									font-size:9px;\n									font-weight:300;\n									line-height:9px;\n									vertical-align: middle;\n								}\n.flat-light-155659 .esg-filterbutton.selected .esg-filter-checked,\n.flat-light-155659 .esg-filterbutton:hover .esg-filter-checked	{\n															padding:1px 3px 1px 3px;\n															color:#fff;\n															background:#000;\n															margin-left:7px;\n															font-size:9px;\n															font-weight:300;\n															line-height:9px;\n															vertical-align: middle;\n														}'),(10,'Flat Dark-155659','flat-dark-155659','/********************************\n	-	FLAT DARK BUTTONS -\n*********************************/\n.flat-dark-155659 .navigationbuttons,\n.flat-dark-155659 .esg-pagination,\n.flat-dark-155659 .esg-filters {\n							text-transform:uppercase;\n							text-align: center;\n						}\n\n.flat-dark-155659 .esg-filterbutton,\n.flat-dark-155659 .esg-navigationbutton,\n.flat-dark-155659 .esg-sortbutton,\n.flat-dark-155659 .esg-cartbutton {color:#fff;\n							margin-right:5px;\n							cursor:pointer;\n							padding:1px 30px;\n							border:none;\n							line-height:38px;\n							border-radius:5px;\n							-moz-border-radius:5px;\n							-webkit-border-radius:5px;\n							font-size:12px;\n							font-weight:600;\n							font-family:\"Open Sans\",sans-serif;\n							display: inline-block;\n							background:#3a3a3a;\n							background: rgba(0,0,0,0.2);\n							margin-bottom:5px;\n							}\n\n.flat-dark-155659 .esg-navigationbutton { padding:1px 18px; }\n.flat-dark-155659 .esg-navigationbutton * { color:#fff; }\n.flat-dark-155659 .esg-pagination-button:last-child,\n.flat-dark-155659 .esg-filterbutton:last-child{ margin-right: 0; }\n.flat-dark-155659 .esg-left, .flat-dark-155659 .esg-right { padding:1px 12px; }\n\n.flat-dark-155659  .esg-sortbutton-wrapper,\n.flat-dark-155659  .esg-cartbutton-wrapper	{ display:inline-block; }\n.flat-dark-155659  .esg-sortbutton-order,\n.flat-dark-155659  .esg-cartbutton-order { display:inline-block;\n									vertical-align:top;\n									border:none;\n									width:40px;\n									line-height:40px;\n									border-radius:5px;\n									-moz-border-radius:5px;\n									-webkit-border-radius:5px;\n									font-size:12px;\n									font-weight:700;\n									color:#999;\n									cursor: pointer;\n									background:#eee;\n									background: rgba(0,0,0,0.2);\n									margin-left:5px;\n								}\n\n.flat-dark-155659 .esg-cartbutton {color:#fff;\n							cursor: default !important;\n							}\n.flat-dark-155659 .esg-cartbutton .esgicon-basket {color:#fff;\n											font-size:15px;\n											line-height:15px;\n											margin-right:10px;\n											}\n.flat-dark-155659  .esg-cartbutton-wrapper	{ cursor: default !important; }\n\n.flat-dark-155659 .esg-sortbutton,\n.flat-dark-155659 .esg-cartbutton { display:inline-block;\n							position:relative;\n							cursor: pointer;\n							margin-right:0px;\n							border-radius:5px;\n							-moz-border-radius:5px;\n							-webkit-border-radius:5px;\n							}\n\n.flat-dark-155659 .esg-navigationbutton:hover,\n.flat-dark-155659 .esg-filterbutton:hover,\n.flat-dark-155659 .esg-sortbutton:hover,\n.flat-dark-155659 .esg-sortbutton-order:hover,\n.flat-dark-155659 .esg-cartbutton-order:hover,\n.flat-dark-155659 .esg-filterbutton.selected { color:#fff;\n										border-color:none;\n										background:#4a4a4a;\n										background: rgba(0,0,0,0.5);\n									 }\n\n.flat-dark-155659 .esg-navigationbutton:hover * { color:#fff; }\n.flat-dark-155659 .esg-sortbutton-order.tp-desc:hover	{ color:#fff; }\n.flat-dark-155659 .esg-filter-checked {padding:1px 3px;\n								color:transparent;\n								background:#000;\n								background: rgba(0,0,0,0.2);\n								margin-left:7px;\n								font-size:9px;\n								font-weight:300;\n								line-height:9px;\n								vertical-align: middle:\n								}\n								\n.flat-dark-155659 .esg-filterbutton.selected .esg-filter-checked,\n.flat-dark-155659 .esg-filterbutton:hover .esg-filter-checked {padding:1px 3px 1px 3px;\n														color:#fff;\n														background:#000;\n														background: rgba(0,0,0,0.2);\n														margin-left:7px;\n														font-size:9px;\n														font-weight:300;\n														line-height:9px;\n														vertical-align: middle\n														}'),(11,'Minimal Dark-155659','minimal-dark-155659','/********************************\n	-	MINIMAL DARK BUTTONS -\n*********************************/\n\n.minimal-dark-155659 .navigationbuttons,\n.minimal-dark-155659 .esg-pagination,\n.minimal-dark-155659 .esg-filters { text-align: center; }\n\n.minimal-dark-155659 .esg-filterbutton,\n.minimal-dark-155659 .esg-navigationbutton,\n.minimal-dark-155659 .esg-sortbutton,\n.minimal-dark-155659 .esg-cartbutton { color:#fff;\n								color:rgba(255,255,255,1);\n								margin-right:5px;\n								cursor:pointer;\n								padding:0px 17px;\n								border:1px solid rgb(255,255,255);\n								border:1px solid rgba(255,255,255,0.1);\n								line-height:38px;\n								border-radius:5px;\n								-moz-border-radius:5px;\n								-webkit-border-radius:5px;\n								font-size:12px;\n								font-weight:600;\n								font-family:\"Open Sans\",sans-serif;\n								display: inline-block;\n								background:transparent;\n								margin-bottom:5px;\n								}\n\n\n.minimal-dark-155659 .esg-navigationbutton * {\n										color:#fff;\n										color:rgba(255,255,255,1);\n									}\n.minimal-dark-155659 .esg-navigationbutton	{ padding:0px 11px; }\n.minimal-dark-155659 .esg-pagination-button { padding:0px 16px; }\n.minimal-dark-155659 .esg-pagination-button:last-child { margin-right: 0; }\n\n.minimal-dark-155659  .esg-sortbutton-wrapper,\n.minimal-dark-155659  .esg-cartbutton-wrapper { display:inline-block; }\n.minimal-dark-155659  .esg-sortbutton-order,\n.minimal-dark-155659  .esg-cartbutton-order {  display:inline-block;\n										vertical-align:top;\n										border:1px solid rgb(255,255,255);\n										border:1px solid rgba(255,255,255,0.1);\n										width:40px;\n										line-height:38px;\n										border-radius: 0px 5px 5px 0px;\n										-moz-border-radius: 0px 5px 5px 0px;\n										-webkit-border-radius: 0px 5px 5px 0px;\n										font-size:12px;\n										font-weight:600;\n										color:#fff;\n										cursor: pointer;\n										background:transparent;\n									}\n\n.minimal-dark-155659 .esg-cartbutton {\n								color:#fff;\n								cursor: default !important;\n							  }\n.minimal-dark-155659 .esg-cartbutton .esgicon-basket {\n												color:#fff;\n												font-size:15px;\n												line-height:15px;\n												margin-right:10px;\n											  }\n.minimal-dark-155659  .esg-cartbutton-wrapper { cursor: default !important; }\n\n.minimal-dark-155659 .esg-sortbutton,\n.minimal-dark-155659 .esg-cartbutton {\n								display:inline-block;\n								position:relative;\n								cursor: pointer;\n								margin-right:0px;\n								border-right:none;\n								border-radius:5px 0px 0px 5px;\n								-moz-border-radius:5px 0px 0px 5px;\n								-webkit-border-radius:5px 0px 0px 5px;\n							   }\n\n.minimal-dark-155659 .esg-navigationbutton:hover,\n.minimal-dark-155659 .esg-filterbutton:hover,\n.minimal-dark-155659 .esg-sortbutton:hover,\n.minimal-dark-155659 .esg-sortbutton-order:hover,\n.minimal-dark-155659 .esg-cartbutton-order:hover,\n.minimal-dark-155659 .esg-filterbutton.selected {\n											border-color:#fff;\n											border-color:rgba(255,255,255,0.2);\n											color:#fff;\n											box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.13);\n											background:#333;\n											background: rgba(255,255,255,0.1);\n										  }\n\n.minimal-dark-155659 .esg-navigationbutton:hover * { color:#fff; }\n\n.minimal-dark-155659 .esg-sortbutton-order.tp-desc:hover {	border-color:#fff;\n													border-color:rgba(255,255,255,0.2);\n													color:#fff;\n													box-shadow: 0px -3px 5px 0px rgba(0,0,0,0.13) !important;\n												  }\n\n.minimal-dark-155659 .esg-filter-checked {\n									padding:1px 3px;\n									color:transparent;\n									background:#000;\n									background: rgba(0,0,0,0.10);\n									margin-left:7px;\n									font-size:9px;\n									font-weight:300;\n									line-height:9px;\n									vertical-align: middle;\n								  }\n.minimal-dark-155659 .esg-filterbutton.selected .esg-filter-checked,\n.minimal-dark-155659 .esg-filterbutton:hover .esg-filter-checked {\n															padding:1px 3px 1px 3px;\n															color:#fff;\n															background:#000;\n															background: rgba(0,0,0,0.10);\n															margin-left:7px;\n															font-size:9px;\n															font-weight:300;\n															line-height:9px;\n															vertical-align: middle;\n														  }'),(12,'Minimal Light-155659','minimal-light-155659','/******************************\n	-	MINIMAL LIGHT SKIN	-\n********************************/\n\n.minimal-light-155659 .navigationbuttons,\n.minimal-light-155659 .esg-pagination,\n.minimal-light-155659 .esg-filters { text-align: center; }\n\n.minimal-light-155659 .esg-filterbutton,\n.minimal-light-155659 .esg-navigationbutton,\n.minimal-light-155659 .esg-sortbutton,\n.minimal-light-155659 .esg-cartbutton a{ \n								color:#999;\n								margin-right:5px;\n								cursor:pointer;\n								padding:0px 16px;\n								border:1px solid #e5e5e5;\n								line-height:38px;\n								border-radius:5px;\n								-moz-border-radius:5px;\n								-webkit-border-radius:5px;\n								font-size:12px;\n								font-weight:700;\n								font-family:\"Open Sans\",sans-serif;\n								display: inline-block;\n								background:#270639;\n								margin-bottom:5px;\n							  }\n\n/*.minimal-light-155659 .esg-cartbutton a { color: #999; }*/\n\n.minimal-light-155659 .esg-navigationbutton * { color:#999; }\n.minimal-light-155659 .esg-navigationbutton	{ padding:0px 16px; }\n.minimal-light-155659 .esg-pagination-button:last-child { margin-right: 0; }\n.minimal-light-155659 .esg-left, .minimal-light-155659 .esg-right	{ padding:0px 11px; }\n\n.minimal-light-155659  .esg-sortbutton-wrapper,\n.minimal-light-155659  .esg-cartbutton-wrapper { display:inline-block; }\n.minimal-light-155659  .esg-sortbutton-order,\n.minimal-light-155659  .esg-cartbutton-order {	display:inline-block;\n										vertical-align:top;\n										border:1px solid #e5e5e5;\n										width:40px;\n										line-height:38px;\n										border-radius: 0px 5px 5px 0px;\n										-moz-border-radius: 0px 5px 5px 0px;\n										-webkit-border-radius: 0px 5px 5px 0px;\n										font-size:12px;\n										font-weight:700;\n										color:#999;\n										cursor: pointer;\n										background:#fff;\n									   }\n\n.minimal-light-155659 .esg-cartbutton {\n								color:#333;\n								cursor: default !important;\n								}\n.minimal-light-155659 .esg-cartbutton .esgicon-basket {color:#333;\n												font-size:15px;\n												line-height:15px;\n												margin-right:10px;\n												}\n.minimal-light-155659  .esg-cartbutton-wrapper { cursor: default !important; }\n\n.minimal-light-155659 .esg-sortbutton,\n.minimal-light-155659 .esg-cartbutton { display:inline-block;\n								position:relative;\n								cursor: pointer;\n								margin-right:0px;\n								border-right:none;\n								border-radius:5px 0px 0px 5px;\n								-moz-border-radius:5px 0px 0px 5px;\n								-webkit-border-radius:5px 0px 0px 5px;\n								}\n\n.minimal-light-155659 .esg-navigationbutton:hover,\n.minimal-light-155659 .esg-filterbutton:hover,\n.minimal-light-155659 .esg-sortbutton:hover,\n.minimal-light-155659 .esg-sortbutton-order:hover,\n.minimal-light-155659 .esg-cartbutton a:hover,\n.minimal-light-155659 .esg-filterbutton.selected {\n											background-color:#fff;\n											border-color:#bbb;\n											color:#333;\n											box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.13);\n										  }\n\n.minimal-light-155659 .esg-navigationbutton:hover * { color:#333; }\n\n.minimal-light-155659 .esg-sortbutton-order.tp-desc:hover {\n													border-color:#bbb;\n													color:#333;\n													box-shadow: 0px -3px 5px 0px rgba(0,0,0,0.13) !important;\n												   }\n\n.minimal-light-155659 .esg-filter-checked { \n									padding:1px 3px;\n									color:#cbcbcb;\n									background:#cbcbcb;\n									margin-left:7px;\n									font-size:9px;\n									font-weight:300;\n									line-height:9px;\n									vertical-align: middle;\n									}\n.minimal-light-155659 .esg-filterbutton.selected .esg-filter-checked,\n.minimal-light-155659 .esg-filterbutton:hover .esg-filter-checked {\n															padding:1px 3px 1px 3px;\n															color:#fff;\n															background:#000;\n															margin-left:7px;\n															font-size:9px;\n															font-weight:300;\n															line-height:9px;\n															vertical-align: middle;\n														   }'),(13,'Simple Light-155659','simple-light-155659','/******************************\n	-	SIMPLE LIGHT SKIN	-\n********************************/\n\n.simple-light-155659 .navigationbuttons,\n.simple-light-155659 .esg-pagination,\n.simple-light-155659 .esg-filters { text-align: center; }\n\n.simple-light-155659 .esg-filterbutton,\n.simple-light-155659 .esg-navigationbutton,\n.simple-light-155659 .esg-sortbutton,\n.simple-light-155659 .esg-cartbutton a {\n								color:#000;\n								margin-right:5px;\n								cursor:pointer;\n								padding:0px 11px;\n								border:1px solid #e5e5e5;\n								line-height:30px;\n								font-size:12px;\n								font-weight:400;\n								font-family:\\\\\\\"Open Sans\\\\\\\",sans-serif;\n								display: inline-block;\n								background:#eee;\n								margin-bottom:5px;\n							  }\n\n.simple-light-155659 .esg-navigationbutton * {	color:#000; }\n.simple-light-155659 .esg-left,\n.simple-light-155659 .esg-right { color:#000; padding:0px 7px;}\n.simple-light-155659 .esg-pagination-button:last-child { margin-right: 0; }\n\n.simple-light-155659 .esg-sortbutton-wrapper,\n.simple-light-155659 .esg-cartbutton-wrapper {	display:inline-block; }\n.simple-light-155659 .esg-sortbutton-order,\n.simple-light-155659 .esg-cartbutton-order {\n									display: inline-block;\n									vertical-align: top;\n									border: 1px solid #e5e5e5;\n									width: 29px;\n									line-height: 30px;\n									font-size: 9px;\n									font-weight: 400;\n									color: #000;\n									cursor: pointer;\n									background: #eee;\n									}\n\n.simple-light-155659 .esg-cartbutton {\n								color:#333;\n								cursor: default !important;\n							  }\n.simple-light-155659 .esg-cartbutton .esgicon-basket {\n												color:#333;\n												font-size:15px;\n												line-height:15px;\n												margin-right:10px;\n											  }\n.simple-light-155659  .esg-cartbutton-wrapper { cursor: default !important; }\n\n.simple-light-155659 .esg-sortbutton,\n.simple-light-155659 .esg-cartbutton {\n								display:inline-block;\n								position:relative;\n								cursor: pointer;\n								margin-right:5px;\n							  }\n\n\n.simple-light-155659 .esg-navigationbutton:hover,\n.simple-light-155659 .esg-filterbutton:hover,\n.simple-light-155659 .esg-sortbutton:hover,\n.simple-light-155659 .esg-sortbutton-order:hover,\n.simple-light-155659 .esg-cartbutton a:hover,\n.simple-light-155659 .esg-filterbutton.selected {\n											background-color:#fff;\n											border-color:#bbb;\n											color:#333;\n											box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.13);\n										 }\n\n.simple-light-155659 .esg-navigationbutton:hover * { color:#333; }\n\n.simple-light-155659 .esg-sortbutton-order.tp-desc:hover {\n													border-color:#bbb;\n													color:#333;\n													box-shadow: 0px -3px 5px 0px rgba(0,0,0,0.13) !important;\n												  }\n\n.simple-light-155659 .esg-filter-checked {\n									padding:3px;\n									color:#c5c5c5;\n									background:#ddd;\n									margin-left:7px;\n									font-size:9px;\n									font-weight:400;\n									line-height:20px;\n									vertical-align: middle;\n								  }\n.simple-light-155659 .esg-filterbutton.selected .esg-filter-checked,\n.simple-light-155659 .esg-filterbutton:hover .esg-filter-checked {\n															padding: 3px;\n															color:#fff;\n															background:#000;\n															margin-left:7px;\n															font-size:9px;\n															font-weight:400;\n															line-height:20px;\n															vertical-align: middle\n														}'),(14,'Simple Dark-155659','simple-dark-155659','/********************************\n-	SIMPLE DARK BUTTONS -\n*********************************/\n\n.simple-dark-155659 .navigationbuttons,\n.simple-dark-155659 .esg-pagination,\n.simple-dark-155659 .esg-filters {	text-align: center; }\n\n.simple-dark-155659 .esg-filterbutton,\n.simple-dark-155659 .esg-navigationbutton,\n.simple-dark-155659 .esg-sortbutton,\n.simple-dark-155659 .esg-cartbutton {\n								color:#fff;\n								margin-right:5px;\n								cursor:pointer;\n								padding:0px 10px;\n								border:1px solid rgb(255,255,255);\n								border:1px solid rgba(255,255,255,0.15);\n								line-height:29px;\n								font-size:12px;\n								font-weight:600;\n								font-family:\"Open Sans\",sans-serif;\n								display: inline-block;\n								background: rgba(255,255,255,0.08 );\n								margin-bottom:5px;\n							  }\n\n.simple-dark-155659 .esg-navigationbutton * {\n										color:#fff;\n									 }\n.simple-dark-155659 .esg-left, .simple-dark-155659 .esg-right { padding:0px 5px !important; }\n\n.simple-dark-155659  .esg-sortbutton-wrapper,\n.simple-dark-155659  .esg-cartbutton-wrapper {	display:inline-block; }\n.simple-dark-155659  .esg-sortbutton-order,\n.simple-dark-155659  .esg-cartbutton-order {\n									display: inline-block;\n									vertical-align: top;\n									border:1px solid rgb(255,255,255);\n									border:1px solid rgba(255,255,255,0.15);\n									width: 29px;\n									line-height: 29px;\n									font-size: 9px;\n									font-weight: 600;\n									color: #fff;\n									cursor: pointer;\n									background: rgba(255,255,255,0.08 );\n									}\n\n.simple-dark-155659 .esg-cartbutton {\n							color:#fff;\n							cursor: default !important;\n							}\n							\n.simple-dark-155659 .esg-cartbutton .esgicon-basket {\n												color:#fff;\n												font-size:15px;\n												line-height:15px;\n												margin-right:10px;\n											  }\n.simple-dark-155659  .esg-cartbutton-wrapper {	cursor: default !important; }\n\n.simple-dark-155659 .esg-sortbutton,\n.simple-dark-155659 .esg-cartbutton {\n								display:inline-block;\n								position:relative;\n								cursor: pointer;\n								margin-right:5px;\n							  }\n\n\n.simple-dark-155659 .esg-navigationbutton:hover,\n.simple-dark-155659 .esg-filterbutton:hover,\n.simple-dark-155659 .esg-sortbutton:hover,\n.simple-dark-155659 .esg-sortbutton-order:hover,\n.simple-dark-155659 .esg-cartbutton-order:hover,\n.simple-dark-155659 .esg-filterbutton.selected {\n										border-color:#fff;\n										color:#000;\n										box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.13);\n										background:#fff;\n										}\n\n.simple-dark-155659 .esg-navigationbutton:hover * { color:#000; }\n.simple-dark-155659 .esg-pagination-button:last-child { margin-right: 0; }\n\n.simple-dark-155659 .esg-sortbutton-order.tp-desc:hover {\n													border-color:#fff;\n													border-color:rgba(255,255,255,0.2);\n													color:#000;\n													box-shadow: 0px -3px 5px 0px rgba(0,0,0,0.13) !important;\n												 }\n\n.simple-dark-155659 .esg-filter-checked {\n									padding:1px;\n									color:transparent;\n									background:#000;\n									background: rgba(255,255,255,0.15);\n									margin-left:7px;\n									font-size:9px;\n									font-weight:300;\n									line-height:9px;\n									vertical-align: middle;\n								  }\n\n.simple-dark-155659 .esg-filterbutton.selected .esg-filter-checked,\n.simple-dark-155659 .esg-filterbutton:hover .esg-filter-checked {\n															padding:1px;\n															color:#000;\n															background:#fff;\n															margin-left:7px;\n															font-size:9px;\n															font-weight:300;\n															line-height:9px;\n															vertical-align: middle;\n														  }'),(15,'Text Dark-155659','text-dark-155659','/********************************\n-	TEXT DARK BUTTONS -\n*********************************/\n\n.text-dark-155659 .navigationbuttons,\n.text-dark-155659 .esg-pagination,\n.text-dark-155659 .esg-filters { text-align: center; }\n\n.text-dark-155659 .esg-filterbutton,\n.text-dark-155659 .esg-navigationbutton,\n.text-dark-155659 .esg-sortbutton,\n.text-dark-155659 .esg-cartbutton {\n							color:#fff;\n							color:rgba(255,255,255,0.4);\n							margin-right:5px;\n							cursor:pointer;\n							padding:0px 15px 0px 10px;\n							line-height:20px;\n							font-size:12px;\n							font-weight:600;\n							font-family:\"Open Sans\",sans-serif;\n							display: inline-block;\n							background:transparent;\n							margin-bottom:5px;\n						  }\n\n.text-dark-155659 .esg-navigationbutton * {\n									color:#fff;\n									color:rgba(255,255,255,0.4);\n								   }\n\n.text-dark-155659  .esg-sortbutton-wrapper,\n.text-dark-155659  .esg-cartbutton-wrapper { display:inline-block; }\n.text-dark-155659  .esg-sortbutton-order,\n.text-dark-155659  .esg-cartbutton-order {\n									display: inline-block;\n									vertical-align: middle;\n									width: 29px;\n									line-height: 20px;\n									font-size: 9px;\n									font-weight: 700;\n									color:#fff;\n									color:rgba(255,255,255,0.4);\n									cursor: pointer;\n									background: transparent;\n								  }\n\n.text-dark-155659 .esg-cartbutton {\n							color:#fff;\n							color:rgba(255,255,255,0.4);\n							cursor: default !important;\n							}\n.text-dark-155659 .esg-cartbutton .esgicon-basket {\n											color:#fff;\n											color:rgba(255,255,255,0.4);\n											font-size:15px;\n											line-height:15px;\n											margin-right:10px;\n											}\n.text-dark-155659  .esg-cartbutton-wrapper { cursor: default !important; }\n\n.text-dark-155659 .esg-sortbutton,\n.text-dark-155659 .esg-cartbutton {\n							display:inline-block;\n							position:relative;\n							cursor: pointer;\n							margin-right:0px;\n							}\n\n.text-dark-155659 .esg-navigationbutton:hover,\n.text-dark-155659 .esg-filterbutton:hover,\n.text-dark-155659 .esg-sortbutton:hover,\n.text-dark-155659 .esg-filterbutton.selected,\n.text-dark-155659 .esg-sortbutton-order:hover,\n.text-dark-155659 .esg-cartbutton-order:hover { color:#fff; }\n\n.text-dark-155659 .esg-navigationbutton:hover,\n.text-dark-155659 .esg-filterbutton:hover span:first-child,\n.text-dark-155659 .esg-filterbutton.selected span:first-child { text-decoration: none; }\n\n.text-dark-155659 .esg-filterbutton {\n								border-right:1px solid #fff;\n								border-right:1px solid rgba(255,255,255,0.15);\n							  }\n.text-dark-155659 .esg-filterbutton:last-child	{ border-right:none; }\n\n.text-dark-155659 .esg-sortbutton-order {\n									padding-left:10px;\n									border-left:1px solid #fff;\n									border-left:1px solid rgba(255,255,255,0.15);\n								 }\n\n.text-dark-155659 .esg-navigationbutton:hover * { color:#fff; }\n\n.text-dark-155659 .esg-sortbutton-order.tp-desc:hover {\n												border-color:#fff;\n												border-color:rgba(255,255,255,0.15);\n												color:#fff;\n												}\n\n.text-dark-155659 .esg-filter-checked {\n								padding:1px 3px;\n								color:transparent;\n								background:#000;\n								background: rgba(0,0,0,0.10);\n								margin-left:7px;\n								font-size:9px;\n								font-weight:300;\n								line-height:9px;\n								vertical-align: middle;\n								}\n\n.text-dark-155659 .esg-filter-checked * { }\n.text-dark-155659 .esg-filterbutton.selected .esg-filter-checked,\n.text-dark-155659 .esg-filterbutton:hover .esg-filter-checked {\n														padding:1px 3px 1px 3px;\n														color:#fff;\n														background:#000;\n														background: rgba(0,0,0,0.10);\n														margin-left:7px;\n														font-size:9px;\n														font-weight:300;\n														line-height:9px;\n														vertical-align: middle\n														}'),(16,'Text Light-155659','text-light-155659','/********************************\n-	TEXT LIGHT BUTTONS -\n*********************************/\n\n.text-light-155659 .navigationbuttons,\n.text-light-155659 .esg-pagination,\n.text-light-155659 .esg-filters {\n						text-align: center;\n						position: relative;\n						z-index:2;\n						}\n\n.text-light-155659 .esg-filterbutton,\n.text-light-155659 .esg-navigationbutton,\n.text-light-155659 .esg-sortbutton,\n.text-light-155659 .esg-cartbutton {\n							color:#999;\n							margin-right:5px;\n							cursor:pointer;\n							padding:0px 15px 0px 10px;\n							line-height:20px;\n							font-size:12px;\n							font-weight:600;\n							font-family:\"Open Sans\",sans-serif;\n							display: inline-block;\n							background:transparent;\n							margin-bottom:5px;\n							}\n\n.text-light-155659 .esg-navigationbutton * { color:#999; }\n\n.text-light-155659  .esg-sortbutton-wrapper,\n.text-light-155659  .esg-cartbutton-wrapper { display:inline-block; }\n.text-light-155659  .esg-sortbutton-order,\n.text-light-155659  .esg-cartbutton-order {\n									display: inline-block;\n									vertical-align: middle;\n									width: 29px;\n									line-height: 20px;\n									font-size: 9px;\n									font-weight: 700;\n									color:#999;\n									cursor: pointer;\n									background: transparent;\n									}\n\n.text-light-155659 .esg-cartbutton {\n							color:#999;\n							cursor: default !important;\n							}\n.text-light-155659 .esg-cartbutton .esgicon-basket {\n											color:#999;\n											font-size:15px;\n											line-height:15px;\n											margin-right:10px;\n											}\n.text-light-155659 .esg-cartbutton-wrapper { cursor: default !important; }\n\n.text-light-155659 .esg-sortbutton,\n.text-light-155659 .esg-cartbutton {\n							display:inline-block;\n							position:relative;\n							cursor: pointer;\n							margin-right:0px;\n							}\n\n.text-light-155659 .esg-navigationbutton:hover,\n.text-light-155659 .esg-filterbutton:hover,\n.text-light-155659 .esg-sortbutton:hover,\n.text-light-155659 .esg-filterbutton.selected,\n.text-light-155659 .esg-sortbutton-order:hover,\n.text-light-155659 .esg-cartbutton-order:hover { color:#444; }\n\n.text-light-155659 .esg-navigationbutton:hover,\n.text-light-155659 .esg-filterbutton:hover span:first-child,\n.text-light-155659 .esg-filterbutton.selected span:first-child { text-decoration: underline; }\n\n.text-light-155659 .esg-filterbutton {	border-right:1px solid #e5e5e5; }\n.text-light-155659 .esg-filterbutton:last-child { border-right:none; }\n\n.text-light-155659 .esg-sortbutton-order {\n									padding-left:10px;\n									border-left:1px solid #e5e5e5;\n								  }\n\n.text-light-155659 .esg-navigationbutton:hover * {	color:#444; }\n\n.text-light-155659 .esg-sortbutton-order.tp-desc:hover {\n												border-color:#e5e5e5;\n												color:#444;\n												}\n\n.text-light-155659 .esg-filter-checked {\n								padding:1px 3px;\n								color:transparent;\n								background:#eee;\n								background: rgba(0,0,0,0.05);\n								margin-left:7px;\n								font-size:9px;\n								font-weight:300;\n								line-height:9px;\n								vertical-align: middle;\n								}\n.text-light-155659 .esg-filter-checked * { }\n.text-light-155659 .esg-filterbutton.selected .esg-filter-checked,\n.text-light-155659 .esg-filterbutton:hover .esg-filter-checked {\n														padding:1px 3px 1px 3px;\n														color:#333;\n														background:#eee;\n														background: rgba(0,0,0,0.05);\n														margin-left:7px;\n														font-size:9px;\n														font-weight:300;\n														line-height:9px;\n														vertical-align: middle;\n														}\n');
/*!40000 ALTER TABLE `wp3l_eg_navigation_skins` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp3l_links`
--

DROP TABLE IF EXISTS `wp3l_links`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp3l_links` (
  `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `link_url` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_image` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_target` varchar(25) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_description` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_visible` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'Y',
  `link_owner` bigint(20) unsigned NOT NULL DEFAULT 1,
  `link_rating` int(11) NOT NULL DEFAULT 0,
  `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `link_rel` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_notes` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `link_rss` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  PRIMARY KEY (`link_id`),
  KEY `link_visible` (`link_visible`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp3l_links`
--

LOCK TABLES `wp3l_links` WRITE;
/*!40000 ALTER TABLE `wp3l_links` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp3l_links` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp3l_options`
--

DROP TABLE IF EXISTS `wp3l_options`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp3l_options` (
  `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `option_name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `option_value` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `autoload` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'yes',
  PRIMARY KEY (`option_id`),
  UNIQUE KEY `option_name` (`option_name`),
  KEY `autoload` (`autoload`)
) ENGINE=InnoDB AUTO_INCREMENT=164851 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp3l_options`
--

LOCK TABLES `wp3l_options` WRITE;
/*!40000 ALTER TABLE `wp3l_options` DISABLE KEYS */;
INSERT INTO `wp3l_options` VALUES (1,'siteurl','https://ruthsnutrition.com','yes'),(2,'home','https://ruthsnutrition.com','yes'),(3,'blogname','Ruth&#039;s Nutrition','yes'),(4,'blogdescription','Your Journey to Health Starts Here!','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','info@RuthsNutrition.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','','yes'),(22,'posts_per_page','5','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(26,'comment_moderation','','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','/%postname%/','yes'),(29,'rewrite_rules','a:283:{s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:17:\"^wp-sitemap\\.xml$\";s:23:\"index.php?sitemap=index\";s:17:\"^wp-sitemap\\.xsl$\";s:36:\"index.php?sitemap-stylesheet=sitemap\";s:23:\"^wp-sitemap-index\\.xsl$\";s:34:\"index.php?sitemap-stylesheet=index\";s:48:\"^wp-sitemap-([a-z]+?)-([a-z\\d_-]+?)-(\\d+?)\\.xml$\";s:75:\"index.php?sitemap=$matches[1]&sitemap-subtype=$matches[2]&paged=$matches[3]\";s:34:\"^wp-sitemap-([a-z]+?)-(\\d+?)\\.xml$\";s:47:\"index.php?sitemap=$matches[1]&paged=$matches[2]\";s: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: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:39:\"client-item/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:49:\"client-item/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:69:\"client-item/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"client-item/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"client-item/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:45:\"client-item/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:28:\"client-item/([^/]+)/embed/?$\";s:39:\"index.php?client=$matches[1]&embed=true\";s:32:\"client-item/([^/]+)/trackback/?$\";s:33:\"index.php?client=$matches[1]&tb=1\";s:40:\"client-item/([^/]+)/page/?([0-9]{1,})/?$\";s:46:\"index.php?client=$matches[1]&paged=$matches[2]\";s:47:\"client-item/([^/]+)/comment-page-([0-9]{1,})/?$\";s:46:\"index.php?client=$matches[1]&cpage=$matches[2]\";s:36:\"client-item/([^/]+)(?:/([0-9]+))?/?$\";s:45:\"index.php?client=$matches[1]&page=$matches[2]\";s:28:\"client-item/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:38:\"client-item/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:58:\"client-item/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"client-item/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"client-item/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:34:\"client-item/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:53:\"client-types/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?client-types=$matches[1]&feed=$matches[2]\";s:48:\"client-types/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?client-types=$matches[1]&feed=$matches[2]\";s:29:\"client-types/([^/]+)/embed/?$\";s:45:\"index.php?client-types=$matches[1]&embed=true\";s:41:\"client-types/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?client-types=$matches[1]&paged=$matches[2]\";s:23:\"client-types/([^/]+)/?$\";s:34:\"index.php?client-types=$matches[1]\";s:38:\"offer-item/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:48:\"offer-item/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:68:\"offer-item/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"offer-item/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"offer-item/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:44:\"offer-item/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:27:\"offer-item/([^/]+)/embed/?$\";s:38:\"index.php?offer=$matches[1]&embed=true\";s:31:\"offer-item/([^/]+)/trackback/?$\";s:32:\"index.php?offer=$matches[1]&tb=1\";s:39:\"offer-item/([^/]+)/page/?([0-9]{1,})/?$\";s:45:\"index.php?offer=$matches[1]&paged=$matches[2]\";s:46:\"offer-item/([^/]+)/comment-page-([0-9]{1,})/?$\";s:45:\"index.php?offer=$matches[1]&cpage=$matches[2]\";s:35:\"offer-item/([^/]+)(?:/([0-9]+))?/?$\";s:44:\"index.php?offer=$matches[1]&page=$matches[2]\";s:27:\"offer-item/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"offer-item/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"offer-item/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"offer-item/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"offer-item/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"offer-item/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:52:\"offer-types/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?offer-types=$matches[1]&feed=$matches[2]\";s:47:\"offer-types/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?offer-types=$matches[1]&feed=$matches[2]\";s:28:\"offer-types/([^/]+)/embed/?$\";s:44:\"index.php?offer-types=$matches[1]&embed=true\";s:40:\"offer-types/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?offer-types=$matches[1]&paged=$matches[2]\";s:22:\"offer-types/([^/]+)/?$\";s:33:\"index.php?offer-types=$matches[1]\";s:42:\"portfolio-item/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:52:\"portfolio-item/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:72:\"portfolio-item/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"portfolio-item/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"portfolio-item/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:48:\"portfolio-item/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:31:\"portfolio-item/([^/]+)/embed/?$\";s:42:\"index.php?portfolio=$matches[1]&embed=true\";s:35:\"portfolio-item/([^/]+)/trackback/?$\";s:36:\"index.php?portfolio=$matches[1]&tb=1\";s:43:\"portfolio-item/([^/]+)/page/?([0-9]{1,})/?$\";s:49:\"index.php?portfolio=$matches[1]&paged=$matches[2]\";s:50:\"portfolio-item/([^/]+)/comment-page-([0-9]{1,})/?$\";s:49:\"index.php?portfolio=$matches[1]&cpage=$matches[2]\";s:39:\"portfolio-item/([^/]+)(?:/([0-9]+))?/?$\";s:48:\"index.php?portfolio=$matches[1]&page=$matches[2]\";s:31:\"portfolio-item/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:41:\"portfolio-item/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:61:\"portfolio-item/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"portfolio-item/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"portfolio-item/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:37:\"portfolio-item/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:56:\"portfolio-types/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?portfolio-types=$matches[1]&feed=$matches[2]\";s:51:\"portfolio-types/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?portfolio-types=$matches[1]&feed=$matches[2]\";s:32:\"portfolio-types/([^/]+)/embed/?$\";s:48:\"index.php?portfolio-types=$matches[1]&embed=true\";s:44:\"portfolio-types/([^/]+)/page/?([0-9]{1,})/?$\";s:55:\"index.php?portfolio-types=$matches[1]&paged=$matches[2]\";s:26:\"portfolio-types/([^/]+)/?$\";s:37:\"index.php?portfolio-types=$matches[1]\";s:38:\"slide-item/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:48:\"slide-item/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:68:\"slide-item/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"slide-item/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"slide-item/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:44:\"slide-item/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:27:\"slide-item/([^/]+)/embed/?$\";s:38:\"index.php?slide=$matches[1]&embed=true\";s:31:\"slide-item/([^/]+)/trackback/?$\";s:32:\"index.php?slide=$matches[1]&tb=1\";s:39:\"slide-item/([^/]+)/page/?([0-9]{1,})/?$\";s:45:\"index.php?slide=$matches[1]&paged=$matches[2]\";s:46:\"slide-item/([^/]+)/comment-page-([0-9]{1,})/?$\";s:45:\"index.php?slide=$matches[1]&cpage=$matches[2]\";s:35:\"slide-item/([^/]+)(?:/([0-9]+))?/?$\";s:44:\"index.php?slide=$matches[1]&page=$matches[2]\";s:27:\"slide-item/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"slide-item/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"slide-item/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"slide-item/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"slide-item/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"slide-item/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:52:\"slide-types/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?slide-types=$matches[1]&feed=$matches[2]\";s:47:\"slide-types/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?slide-types=$matches[1]&feed=$matches[2]\";s:28:\"slide-types/([^/]+)/embed/?$\";s:44:\"index.php?slide-types=$matches[1]&embed=true\";s:40:\"slide-types/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?slide-types=$matches[1]&paged=$matches[2]\";s:22:\"slide-types/([^/]+)/?$\";s:33:\"index.php?slide-types=$matches[1]\";s:44:\"testimonial-item/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:54:\"testimonial-item/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:74:\"testimonial-item/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"testimonial-item/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"testimonial-item/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:50:\"testimonial-item/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:33:\"testimonial-item/([^/]+)/embed/?$\";s:44:\"index.php?testimonial=$matches[1]&embed=true\";s:37:\"testimonial-item/([^/]+)/trackback/?$\";s:38:\"index.php?testimonial=$matches[1]&tb=1\";s:45:\"testimonial-item/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?testimonial=$matches[1]&paged=$matches[2]\";s:52:\"testimonial-item/([^/]+)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?testimonial=$matches[1]&cpage=$matches[2]\";s:41:\"testimonial-item/([^/]+)(?:/([0-9]+))?/?$\";s:50:\"index.php?testimonial=$matches[1]&page=$matches[2]\";s:33:\"testimonial-item/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"testimonial-item/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"testimonial-item/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"testimonial-item/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"testimonial-item/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"testimonial-item/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:58:\"testimonial-types/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?testimonial-types=$matches[1]&feed=$matches[2]\";s:53:\"testimonial-types/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?testimonial-types=$matches[1]&feed=$matches[2]\";s:34:\"testimonial-types/([^/]+)/embed/?$\";s:50:\"index.php?testimonial-types=$matches[1]&embed=true\";s:46:\"testimonial-types/([^/]+)/page/?([0-9]{1,})/?$\";s:57:\"index.php?testimonial-types=$matches[1]&paged=$matches[2]\";s:28:\"testimonial-types/([^/]+)/?$\";s:39:\"index.php?testimonial-types=$matches[1]\";s:39:\"layout-item/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:49:\"layout-item/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:69:\"layout-item/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"layout-item/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"layout-item/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:45:\"layout-item/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:28:\"layout-item/([^/]+)/embed/?$\";s:39:\"index.php?layout=$matches[1]&embed=true\";s:32:\"layout-item/([^/]+)/trackback/?$\";s:33:\"index.php?layout=$matches[1]&tb=1\";s:40:\"layout-item/([^/]+)/page/?([0-9]{1,})/?$\";s:46:\"index.php?layout=$matches[1]&paged=$matches[2]\";s:47:\"layout-item/([^/]+)/comment-page-([0-9]{1,})/?$\";s:46:\"index.php?layout=$matches[1]&cpage=$matches[2]\";s:36:\"layout-item/([^/]+)(?:/([0-9]+))?/?$\";s:45:\"index.php?layout=$matches[1]&page=$matches[2]\";s:28:\"layout-item/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:38:\"layout-item/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:58:\"layout-item/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"layout-item/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"layout-item/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:34:\"layout-item/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:41:\"template-item/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:51:\"template-item/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:71:\"template-item/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:66:\"template-item/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:66:\"template-item/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:47:\"template-item/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:30:\"template-item/([^/]+)/embed/?$\";s:41:\"index.php?template=$matches[1]&embed=true\";s:34:\"template-item/([^/]+)/trackback/?$\";s:35:\"index.php?template=$matches[1]&tb=1\";s:42:\"template-item/([^/]+)/page/?([0-9]{1,})/?$\";s:48:\"index.php?template=$matches[1]&paged=$matches[2]\";s:49:\"template-item/([^/]+)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?template=$matches[1]&cpage=$matches[2]\";s:38:\"template-item/([^/]+)(?:/([0-9]+))?/?$\";s:47:\"index.php?template=$matches[1]&page=$matches[2]\";s:30:\"template-item/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:40:\"template-item/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:60:\"template-item/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:55:\"template-item/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:55:\"template-item/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:36:\"template-item/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:13:\"favicon\\.ico$\";s:19:\"index.php?favicon=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:39:\"index.php?&page_id=83&cpage=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:27:\"[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"([^/]+)/embed/?$\";s:37:\"index.php?name=$matches[1]&embed=true\";s:20:\"([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:40:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:35:\"([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:24:\"([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:16:\"[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:26:\"[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:46:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:22:\"[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";}','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'comment_max_links','2','yes'),(37,'gmt_offset','','yes'),(38,'default_email_category','1','yes'),(39,'recently_edited','a:4:{i:0;s:69:\"/home/n792d15/ruthsnutrition.com/wp-content/themes/betheme/footer.php\";i:1;s:68:\"/home/n792d15/ruthsnutrition.com/wp-content/themes/betheme/style.css\";i:2;s:71:\"/home/n792d15/ruthsnutrition.com/wp-content/plugins/akismet/akismet.php\";i:3;s:0:\"\";}','no'),(44,'comment_registration','','yes'),(45,'html_type','text/html','yes'),(46,'use_trackback','0','yes'),(47,'default_role','subscriber','yes'),(48,'db_version','49752','yes'),(49,'uploads_use_yearmonth_folders','1','yes'),(50,'upload_path','','yes'),(51,'blog_public','1','yes'),(52,'default_link_category','2','yes'),(53,'show_on_front','page','yes'),(54,'tag_base','','yes'),(55,'show_avatars','1','yes'),(56,'avatar_rating','G','yes'),(57,'upload_url_path','','yes'),(58,'thumbnail_size_w','150','yes'),(59,'thumbnail_size_h','150','yes'),(60,'thumbnail_crop','1','yes'),(61,'medium_size_w','300','yes'),(62,'medium_size_h','300','yes'),(63,'avatar_default','gravatar_default','yes'),(64,'large_size_w','1024','yes'),(65,'large_size_h','1024','yes'),(66,'image_default_link_type','none','yes'),(67,'image_default_size','','yes'),(68,'image_default_align','','yes'),(69,'close_comments_for_old_posts','','yes'),(70,'close_comments_days_old','14','yes'),(71,'thread_comments','1','yes'),(72,'thread_comments_depth','5','yes'),(73,'page_comments','','yes'),(74,'comments_per_page','50','yes'),(75,'default_comments_page','newest','yes'),(76,'comment_order','asc','yes'),(77,'sticky_posts','a:0:{}','yes'),(78,'widget_categories','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(79,'widget_text','a:4:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:145:\"[vc_row][vc_column][vc_gallery interval=\"3\" images=\"734,804,738,803,798,742,805,737,735,741,740\" img_size=\"full\" onclick=\"\"][/vc_column][/vc_row]\";s:6:\"filter\";b:0;}i:5;a:4:{s:5:\"title\";s:10:\"Contact Us\";s:4:\"text\";s:1257:\"<!----ADDRESS--->\r\nRuth\'s Nutrition<br>\r\n7540 Memorial Pkwy SW, Suite P <br>\r\nHuntsville, AL 35802</p>\r\n<div style=\"border-top: 1px dashed #cccccc;\"></div>\r\n<br>\r\n\r\n<!----HOURS--->\r\n<p class=\"contact_icons\" style=\"margin-bottom: 4px;\"><i class=\"icon-clock\" style=\"color: #000;\"></i> Mon-Fri - 9:30am-5:30pm<br>\r\n<p class=\"contact_icons\" style=\"margin-bottom: 4px;\"><i class=\"icon-clock\" style=\"color: #000;\"></i> Sat - 9:30am-2:30pm</p>\r\n<br>\r\n<div style=\"border-top: 1px dashed #cccccc;\"></div>\r\n<br>\r\n\r\n<!----LINKS--->\r\n<p class=\"contact_icons\" style=\"margin-bottom: 4px;\"><i class=\"icon-phone\" style=\"color: #000;\"></i> \r\n<a href=\"tel:256.883.4127\">256.883.4127</a></p>\r\n\r\n<p class=\"contact_icons\" style=\"margin-bottom: 4px;\"><i class=\"icon-mail\" style=\"color: #000;\"></i> <a href=\"mailto:info@RuthsNutrition.com\">E-mail us</a></p>\r\n\r\n<p class=\"contact_icons\" style=\"margin-bottom: 4px;\"><i class=\"icon-facebook-circled\" style=\"color: #000;\"></i> <a target=\"_blank\" href=\"https://www.facebook.com/RuthsNutrition/\">Follow us on Facebook</a></p>\r\n\r\n<p class=\"contact_icons\" style=\"margin-bottom: 4px;\"><i class=\"icon-instagram\" style=\"color: #000;\"></i> <a target=\"_blank\" href=\"https://www.instagram.com/ruths_nutritionhsv/\">Follow us on Instagram</a></p>\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;}i:6;a:3:{s:5:\"title\";s:10:\"Disclaimer\";s:4:\"text\";s:267:\"<span style=\"font-size: 12px;\">\r\nThe contents of this website including text, graphics, images, and other materials are provided for informational purposes only and are not intended to be a substitute for professional health advice, diagnosis, or treatment. \r\n</span>\";s:6:\"filter\";b:0;}s:12:\"_multiwidget\";i:1;}','yes'),(80,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(81,'uninstall_plugins','a:2:{s:20:\"worker/functions.php\";s:13:\"mwp_uninstall\";s:27:\"wp-super-cache/wp-cache.php\";s:22:\"wpsupercache_uninstall\";}','no'),(82,'timezone_string','America/Chicago','yes'),(83,'page_for_posts','101','yes'),(84,'page_on_front','83','yes'),(85,'default_post_format','0','yes'),(86,'link_manager_enabled','0','yes'),(87,'finished_splitting_shared_terms','1','yes'),(88,'site_icon','0','yes'),(89,'medium_large_size_w','768','yes'),(90,'medium_large_size_h','0','yes'),(91,'initial_db_version','36686','yes'),(92,'wp3l_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:83:{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:10:\"copy_posts\";b:1;s:31:\"vc_access_rules_post_types/post\";b:1;s:31:\"vc_access_rules_post_types/page\";b:1;s:33:\"vc_access_rules_post_types/client\";b:1;s:32:\"vc_access_rules_post_types/offer\";b:1;s:36:\"vc_access_rules_post_types/portfolio\";b:1;s:32:\"vc_access_rules_post_types/slide\";b:1;s:38:\"vc_access_rules_post_types/testimonial\";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:28:\"vc_access_rules_grid_builder\";b:1;s:23:\"vc_access_rules_presets\";b:1;s:23:\"wf2fa_activate_2fa_self\";b:1;s:25:\"wf2fa_activate_2fa_others\";b:1;s:21:\"wf2fa_manage_settings\";b:1;s:21:\"Nginx Helper | Config\";b:1;s:26:\"Nginx Helper | Purge cache\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:43:{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:10:\"copy_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:28:\"vc_access_rules_grid_builder\";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:18:{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:28:\"vc_access_rules_grid_builder\";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:13:{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:28:\"vc_access_rules_grid_builder\";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'),(93,'widget_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(94,'widget_recent-posts','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(95,'widget_recent-comments','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(96,'widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(97,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(98,'sidebars_widgets','a:53:{s:19:\"wp_inactive_widgets\";a:0:{}s:21:\"sidebar-ruth%27s-blog\";a:1:{i:0;s:11:\"tag_cloud-2\";}s:13:\"footer-area-1\";a:1:{i:0;s:6:\"text-6\";}s:13:\"footer-area-2\";a:1:{i:0;s:6:\"text-2\";}s:13:\"footer-area-3\";a:1:{i:0;s:6:\"text-5\";}s:13:\"footer-area-4\";a:0:{}s:10:\"top-area-1\";a:0:{}s:10:\"top-area-2\";a:0:{}s:10:\"top-area-3\";a:0:{}s:10:\"top-area-4\";a:0:{}s:10:\"mfn-search\";a:0:{}s:5:\"forum\";a:0:{}s:5:\"buddy\";a:0:{}s:6:\"events\";a:0:{}s:3:\"edd\";a:0:{}s:4:\"shop\";a:0:{}s:18:\"blog-cat-allergies\";a:0:{}s:19:\"blog-cat-anti-aging\";a:0:{}s:16:\"blog-cat-anxiety\";a:0:{}s:16:\"blog-cat-balance\";a:0:{}s:31:\"blog-cat-beneficial-supplements\";a:0:{}s:20:\"blog-cat-blood-sugar\";a:0:{}s:20:\"blog-cat-bone-health\";a:0:{}s:21:\"blog-cat-brain-health\";a:0:{}s:20:\"blog-cat-cholesterol\";a:0:{}s:18:\"blog-cat-cosmetics\";a:0:{}s:19:\"blog-cat-depression\";a:0:{}s:14:\"blog-cat-detox\";a:0:{}s:23:\"blog-cat-essential-oils\";a:0:{}s:17:\"blog-cat-exercise\";a:0:{}s:17:\"blog-cat-eye-care\";a:0:{}s:16:\"blog-cat-fatigue\";a:0:{}s:12:\"blog-cat-fun\";a:0:{}s:19:\"blog-cat-gut-health\";a:0:{}s:21:\"blog-cat-heart-health\";a:0:{}s:17:\"blog-cat-hormones\";a:0:{}s:16:\"blog-cat-illness\";a:0:{}s:22:\"blog-cat-immune-system\";a:0:{}s:21:\"blog-cat-liver-health\";a:0:{}s:13:\"blog-cat-mood\";a:0:{}s:19:\"blog-cat-neuropathy\";a:0:{}s:18:\"blog-cat-nutrition\";a:0:{}s:13:\"blog-cat-pain\";a:0:{}s:19:\"blog-cat-promotions\";a:0:{}s:14:\"blog-cat-sales\";a:0:{}s:18:\"blog-cat-skin-care\";a:0:{}s:15:\"blog-cat-stress\";a:0:{}s:16:\"blog-cat-thyroid\";a:0:{}s:15:\"blog-cat-toxins\";a:0:{}s:20:\"blog-cat-weight-loss\";a:0:{}s:17:\"blog-cat-wellness\";a:0:{}s:23:\"portfolio-cat-solutions\";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:2:{i:2;a:2:{s:5:\"title\";s:18:\"Filter by Category\";s:8:\"taxonomy\";s:8:\"category\";}s:12:\"_multiwidget\";i:1;}','yes'),(102,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(103,'cron','a:15:{i:1634156244;a:1:{s:34:\"wp_privacy_delete_old_export_files\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1634161274;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:1634162465;a:1:{s:21:\"ai1wm_storage_cleanup\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1634168669;a:1:{s:22:\"mwp_update_public_keys\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1634169928;a:1:{s:44:\"rt_wp_nginx_helper_check_log_file_size_daily\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1634171115;a:1:{s:18:\"wp_https_detection\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1634181361;a:3:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1634181553;a:1:{s:18:\"mm_cron_twicedaily\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1634210259;a:1:{s:25:\"delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1634224752;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:1634224753;a:1:{s:13:\"mm_cron_daily\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1634238533;a:1:{s:32:\"recovery_mode_clean_expired_keys\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1634482638;a:1:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1634743153;a:1:{s:14:\"mm_cron_weekly\";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'),(106,'frm_aff','mojo','yes'),(107,'mm_host','b7150568-0c17-11e2-8b3b-0030483370c8','yes'),(108,'mm_brand','iPage','yes'),(109,'_mm_refresh_token','5798d00d-4334-4561-8fd3-37884219cb1b','yes'),(110,'endurance_user','1','yes'),(111,'jetpack_activated','1','yes'),(112,'jetpack_file_data','a:1:{s:5:\"4.1.1\";a:49:{s:32:\"31e5b9ae08b62c2b0cd8a7792242298b\";a:14:{s:4:\"name\";s:20:\"Spelling and Grammar\";s:11:\"description\";s:89:\"Check your spelling, style, and grammar with the After the Deadline proofreading service.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"6\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:115:\"after the deadline, afterthedeadline, spell, spellchecker, spelling, grammar, proofreading, style, language, cliche\";}s:32:\"3f41b2d629265b5de8108b463abbe8e2\";a:14:{s:4:\"name\";s:8:\"Carousel\";s:11:\"description\";s:63:\"Transform standard image galleries into full-screen slideshows.\";s:14:\"jumpstart_desc\";s:79:\"Brings your photos and images to life as full-size, easily navigable galleries.\";s:4:\"sort\";s:2:\"22\";s:20:\"recommendation_order\";s:2:\"12\";s:10:\"introduced\";s:3:\"1.5\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:17:\"Photos and Videos\";s:7:\"feature\";s:9:\"Jumpstart\";s:25:\"additional_search_queries\";s:80:\"gallery, carousel, diaporama, slideshow, images, lightbox, exif, metadata, image\";}s:32:\"c6ebb418dde302de09600a6025370583\";a:14:{s:4:\"name\";s:8:\"Comments\";s:11:\"description\";s:79:\"Let readers comment with WordPress.com, Twitter, Facebook, or Google+ accounts.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"20\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:53:\"comments, comment, facebook, twitter, google+, social\";}s:32:\"836f9485669e1bbb02920cb474730df0\";a:14:{s:4:\"name\";s:12:\"Contact Form\";s:11:\"description\";s:44:\"Insert a contact form anywhere on your site.\";s:14:\"jumpstart_desc\";s:111:\"Adds a button to your post and page editors, allowing you to build simple forms to help visitors stay in touch.\";s:4:\"sort\";s:2:\"15\";s:20:\"recommendation_order\";s:2:\"14\";s:10:\"introduced\";s:3:\"1.3\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:5:\"Other\";s:7:\"feature\";s:9:\"Jumpstart\";s:25:\"additional_search_queries\";s:44:\"contact, form, grunion, feedback, submission\";}s:32:\"ea3970eebf8aac55fc3eca5dca0e0157\";a:14:{s:4:\"name\";s:20:\"Custom Content Types\";s:11:\"description\";s:92:\"Organize and display different types of content on your site, separate from posts and pages.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"34\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"3.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:72:\"cpt, custom post types, portfolio, portfolios, testimonial, testimonials\";}s:32:\"d2bb05ccad3d8789df40ca3abb97336c\";a:14:{s:4:\"name\";s:10:\"Custom CSS\";s:11:\"description\";s:57:\"Customize your siteâ€™s CSS without modifying your theme.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"2\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.7\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:10:\"Appearance\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:108:\"css, customize, custom, style, editor, less, sass, preprocessor, font, mobile, appearance, theme, stylesheet\";}s:32:\"a2064eec5b9c7e0d816af71dee7a715f\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"53a4ec755022ef3953699734c343da02\";a:14:{s:4:\"name\";s:21:\"Enhanced Distribution\";s:11:\"description\";s:27:\"Increase reach and traffic.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"5\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:6:\"Public\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:7:\"Traffic\";s:25:\"additional_search_queries\";s:54:\"google, seo, firehose, search, broadcast, broadcasting\";}s:32:\"72fecb67ee6704ba0a33e0225316ad06\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"d56e2886185a9eace719cc57d46770df\";a:14:{s:4:\"name\";s:19:\"Gravatar Hovercards\";s:11:\"description\";s:58:\"Enable pop-up business cards over commentersâ€™ Gravatars.\";s:14:\"jumpstart_desc\";s:131:\"Let commenters link their profiles to their Gravatar accounts, making it easy for your visitors to learn more about your community.\";s:4:\"sort\";s:2:\"11\";s:20:\"recommendation_order\";s:2:\"13\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:18:\"Social, Appearance\";s:7:\"feature\";s:9:\"Jumpstart\";s:25:\"additional_search_queries\";s:20:\"gravatar, hovercards\";}s:32:\"e391e760617bd0e0736550e34a73d7fe\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:8:\"2.0.3 ??\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"2e345370766346c616b3c5046e817720\";a:14:{s:4:\"name\";s:15:\"Infinite Scroll\";s:11:\"description\";s:46:\"Add support for infinite scroll to your theme.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"26\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:10:\"Appearance\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:33:\"scroll, infinite, infinite scroll\";}s:32:\"bd69edbf134de5fae8fdcf2e70a45b56\";a:14:{s:4:\"name\";s:8:\"JSON API\";s:11:\"description\";s:69:\"Allow applications to securely access your content through the cloud.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"19\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:6:\"Public\";s:11:\"module_tags\";s:19:\"Writing, Developers\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:50:\"api, rest, develop, developers, json, klout, oauth\";}s:32:\"8110b7a4423aaa619dfa46b8843e10d1\";a:14:{s:4:\"name\";s:14:\"Beautiful Math\";s:11:\"description\";s:85:\"Use LaTeX markup language in posts and pages for complex equations and other geekery.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"12\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:47:\"latex, math, equation, equations, formula, code\";}s:32:\"fd7e85d3b4887fa6b6f997d6592c1f33\";a:14:{s:4:\"name\";s:5:\"Likes\";s:11:\"description\";s:70:\"Give visitors an easy way to show their appreciation for your content.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"23\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:26:\"like, likes, wordpress.com\";}s:32:\"c5dfef41fad5bcdcaae8e315e5cfc420\";a:14:{s:4:\"name\";s:6:\"Manage\";s:11:\"description\";s:76:\"Manage all your sites from a centralized place, https://wordpress.com/sites.\";s:14:\"jumpstart_desc\";s:151:\"Helps you remotely manage plugins, turn on automated updates, and more from <a href=\"https://wordpress.com/plugins/\" target=\"_blank\">wordpress.com</a>.\";s:4:\"sort\";s:1:\"1\";s:20:\"recommendation_order\";s:1:\"3\";s:10:\"introduced\";s:3:\"3.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:35:\"Centralized Management, Recommended\";s:7:\"feature\";s:11:\"Recommended\";s:25:\"additional_search_queries\";s:26:\"manage, management, remote\";}s:32:\"fd6dc399b92bce76013427e3107c314f\";a:14:{s:4:\"name\";s:8:\"Markdown\";s:11:\"description\";s:51:\"Write posts or pages in plain-text Markdown syntax.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"31\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.8\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:12:\"md, markdown\";}s:32:\"c49a35b6482b0426cb07ad28ecf5d7df\";a:14:{s:4:\"name\";s:12:\"Mobile Theme\";s:11:\"description\";s:64:\"Optimize your site with a mobile-friendly theme for smartphones.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"21\";s:20:\"recommendation_order\";s:2:\"11\";s:10:\"introduced\";s:3:\"1.8\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:31:\"Appearance, Mobile, Recommended\";s:7:\"feature\";s:11:\"Recommended\";s:25:\"additional_search_queries\";s:24:\"mobile, theme, minileven\";}s:32:\"b42e38f6fafd2e4104ebe5bf39b4be47\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"771cfeeba0d3d23ec344d5e781fb0ae2\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"54f0661d27c814fc8bde39580181d939\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"46c4c413b5c72bbd3c3dbd14ff8f8adc\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"9ea52fa25783e5ceeb6bfaed3268e64e\";a:14:{s:4:\"name\";s:7:\"Monitor\";s:11:\"description\";s:25:\"Reports on site downtime.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"28\";s:20:\"recommendation_order\";s:2:\"10\";s:10:\"introduced\";s:3:\"2.6\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:11:\"Recommended\";s:7:\"feature\";s:33:\"Recommended, Performance-Security\";s:25:\"additional_search_queries\";s:37:\"monitor, uptime, downtime, monitoring\";}s:32:\"cfcaafd0fcad087899d715e0b877474d\";a:14:{s:4:\"name\";s:13:\"Notifications\";s:11:\"description\";s:84:\"Receive notification of site activity via the admin toolbar and your Mobile devices.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"13\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:5:\"Other\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:62:\"notification, notifications, toolbar, adminbar, push, comments\";}s:32:\"0d18bfa69bec61550c1d813ce64149b0\";a:14:{s:4:\"name\";s:10:\"Omnisearch\";s:11:\"description\";s:66:\"Search your entire database from a single field in your Dashboard.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"16\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.3\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:10:\"Developers\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:6:\"search\";}s:32:\"3f0a11e23118f0788d424b646a6d465f\";a:14:{s:4:\"name\";s:6:\"Photon\";s:11:\"description\";s:27:\"Speed up images and photos.\";s:14:\"jumpstart_desc\";s:141:\"Mirrors and serves your images from our free and fast image CDN, improving your siteâ€™s performance with no additional load on your servers.\";s:4:\"sort\";s:2:\"25\";s:20:\"recommendation_order\";s:1:\"1\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:42:\"Photos and Videos, Appearance, Recommended\";s:7:\"feature\";s:44:\"Recommended, Jumpstart, Performance-Security\";s:25:\"additional_search_queries\";s:38:\"photon, image, cdn, performance, speed\";}s:32:\"e37cfbcb72323fb1fe8255a2edb4d738\";a:14:{s:4:\"name\";s:13:\"Post by Email\";s:11:\"description\";s:58:\"Publish posts by email, using any device and email client.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"14\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:20:\"post by email, email\";}s:32:\"728290d131a480bfe7b9e405d7cd925f\";a:14:{s:4:\"name\";s:7:\"Protect\";s:11:\"description\";s:28:\"Prevent brute force attacks.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"1\";s:20:\"recommendation_order\";s:1:\"4\";s:10:\"introduced\";s:3:\"3.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:11:\"Recommended\";s:7:\"feature\";s:33:\"Recommended, Performance-Security\";s:25:\"additional_search_queries\";s:65:\"security, secure, protection, botnet, brute force, protect, login\";}s:32:\"f9ce784babbbf4dcca99b8cd2ceb420c\";a:14:{s:4:\"name\";s:9:\"Publicize\";s:11:\"description\";s:30:\"Automatically promote content.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"10\";s:20:\"recommendation_order\";s:1:\"7\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:19:\"Social, Recommended\";s:7:\"feature\";s:20:\"Recommended, Traffic\";s:25:\"additional_search_queries\";s:107:\"facebook, twitter, google+, googleplus, google, path, tumblr, linkedin, social, tweet, connections, sharing\";}s:32:\"052c03877dd3d296a71531cb07ad939a\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"52edecb2a75222e75b2dce4356a4efce\";a:14:{s:4:\"name\";s:13:\"Related Posts\";s:11:\"description\";s:24:\"Display similar content.\";s:14:\"jumpstart_desc\";s:113:\"Keep visitors engaged on your blog by highlighting relevant and new content at the bottom of each published post.\";s:4:\"sort\";s:2:\"29\";s:20:\"recommendation_order\";s:1:\"9\";s:10:\"introduced\";s:3:\"2.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:11:\"Recommended\";s:7:\"feature\";s:31:\"Recommended, Jumpstart, Traffic\";s:25:\"additional_search_queries\";s:22:\"related, related posts\";}s:32:\"8b059cb50a66b717f1ec842e736b858c\";a:14:{s:4:\"name\";s:7:\"Sharing\";s:11:\"description\";s:32:\"Visitors can share your content.\";s:14:\"jumpstart_desc\";s:116:\"Twitter, Facebook and Google+ buttons at the bottom of each post, making it easy for visitors to share your content.\";s:4:\"sort\";s:1:\"7\";s:20:\"recommendation_order\";s:1:\"6\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:3:\"1.2\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:19:\"Social, Recommended\";s:7:\"feature\";s:31:\"Recommended, Jumpstart, Traffic\";s:25:\"additional_search_queries\";s:141:\"share, sharing, sharedaddy, buttons, icons, email, facebook, twitter, google+, linkedin, pinterest, pocket, press this, print, reddit, tumblr\";}s:32:\"a6d2394329871857401255533a9873f7\";a:14:{s:4:\"name\";s:16:\"Shortcode Embeds\";s:11:\"description\";s:77:\"Embed content from YouTube, Vimeo, SlideShare, and more, no coding necessary.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"3\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:3:\"1.2\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:46:\"Photos and Videos, Social, Writing, Appearance\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:245:\"shortcodes, shortcode, embeds, media, bandcamp, blip.tv, dailymotion, facebook, flickr, google calendars, google maps, google+, polldaddy, recipe, recipes, scribd, slideshare, slideshow, slideshows, soundcloud, ted, twitter, vimeo, vine, youtube\";}s:32:\"21496e2897ea5f81605e2f2ac3beb921\";a:14:{s:4:\"name\";s:16:\"WP.me Shortlinks\";s:11:\"description\";s:56:\"Enable WP.me-powered shortlinks for all posts and pages.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"8\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:17:\"shortlinks, wp.me\";}s:32:\"e2a54a5d7879a4162709e6ffb540dd08\";a:14:{s:4:\"name\";s:9:\"Site Icon\";s:11:\"description\";s:29:\"Add a site icon to your site.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"22\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"3.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:5:\"Other\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:24:\"favicon, icon, site icon\";}s:32:\"f5c537bc304f55b29c1a87e30be0cd24\";a:14:{s:4:\"name\";s:8:\"Sitemaps\";s:11:\"description\";s:75:\"Creates sitemaps to allow your site to be easily indexed by search engines.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"13\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"3.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:6:\"Public\";s:11:\"module_tags\";s:20:\"Recommended, Traffic\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:39:\"sitemap, traffic, search, site map, seo\";}s:32:\"59a23643437358a9b557f1d1e20ab040\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"6a90f97c3194cfca5671728eaaeaf15e\";a:14:{s:4:\"name\";s:14:\"Single Sign On\";s:11:\"description\";s:27:\"Secure user authentication.\";s:14:\"jumpstart_desc\";s:98:\"Lets you log in to all your Jetpack-enabled sites with one click using your WordPress.com account.\";s:4:\"sort\";s:2:\"30\";s:20:\"recommendation_order\";s:1:\"5\";s:10:\"introduced\";s:3:\"2.6\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:10:\"Developers\";s:7:\"feature\";s:31:\"Jumpstart, Performance-Security\";s:25:\"additional_search_queries\";s:34:\"sso, single sign on, login, log in\";}s:32:\"b65604e920392e2f7134b646760b75e8\";a:14:{s:4:\"name\";s:10:\"Site Stats\";s:11:\"description\";s:35:\"Collect traffic stats and insights.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"1\";s:20:\"recommendation_order\";s:1:\"2\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:23:\"Site Stats, Recommended\";s:7:\"feature\";s:20:\"Recommended, Traffic\";s:25:\"additional_search_queries\";s:54:\"statistics, tracking, analytics, views, traffic, stats\";}s:32:\"23a586dd7ead00e69ec53eb32ef740e4\";a:14:{s:4:\"name\";s:13:\"Subscriptions\";s:11:\"description\";s:88:\"Allow users to subscribe to your posts and comments and receive notifications via email.\";s:14:\"jumpstart_desc\";s:126:\"Give visitors two easy subscription options â€” while commenting, or via a separate email subscription widget you can display.\";s:4:\"sort\";s:1:\"9\";s:20:\"recommendation_order\";s:1:\"8\";s:10:\"introduced\";s:3:\"1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:9:\"Jumpstart\";s:25:\"additional_search_queries\";s:74:\"subscriptions, subscription, email, follow, followers, subscribers, signup\";}s:32:\"1d978b8d84d2f378fe1a702a67633b6d\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"b3b983461d7f3d27322a3551ed8a9405\";a:14:{s:4:\"name\";s:15:\"Tiled Galleries\";s:11:\"description\";s:73:\"Display your image galleries in a variety of sleek, graphic arrangements.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"24\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:17:\"Photos and Videos\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:43:\"gallery, tiles, tiled, grid, mosaic, images\";}s:32:\"d924e5b05722b0e104448543598f54c0\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"36741583b10c521997e563ad8e1e8b77\";a:14:{s:4:\"name\";s:12:\"Data Backups\";s:11:\"description\";s:27:\"Daily or real-time backups.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"32\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:5:\"0:1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:5:\"false\";s:4:\"free\";s:5:\"false\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:20:\"Performance-Security\";s:25:\"additional_search_queries\";s:28:\"vaultpress, backup, security\";}s:32:\"2b9b44f09b5459617d68dd82ee17002a\";a:14:{s:4:\"name\";s:17:\"Site Verification\";s:11:\"description\";s:77:\"Verify your site or domain with Google Search Console, Pinterest, and others.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"33\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"3.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:56:\"webmaster, seo, google, bing, pinterest, search, console\";}s:32:\"5ab4c0db7c42e10e646342da0274c491\";a:14:{s:4:\"name\";s:10:\"VideoPress\";s:11:\"description\";s:68:\"Upload and embed videos right on your site. (Subscription required.)\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"27\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.5\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:5:\"false\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:17:\"Photos and Videos\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:25:\"video, videos, videopress\";}s:32:\"60a1d3aa38bc0fe1039e59dd60888543\";a:14:{s:4:\"name\";s:17:\"Widget Visibility\";s:11:\"description\";s:57:\"Specify which widgets appear on which pages of your site.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"17\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:10:\"Appearance\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:54:\"widget visibility, logic, conditional, widgets, widget\";}s:32:\"174ed3416476c2cb9ff5b0f671280b15\";a:14:{s:4:\"name\";s:21:\"Extra Sidebar Widgets\";s:11:\"description\";s:79:\"Add images, Twitter streams, your siteâ€™s RSS links, and more to your sidebar.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"4\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:18:\"Social, Appearance\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:65:\"widget, widgets, facebook, gallery, twitter, gravatar, image, rss\";}s:32:\"28b931a1db19bd24869bd54b14e733d5\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}}}','yes'),(113,'jetpack_available_modules','a:1:{s:5:\"4.1.1\";a:37:{s:18:\"after-the-deadline\";s:3:\"1.1\";s:8:\"carousel\";s:3:\"1.5\";s:8:\"comments\";s:3:\"1.4\";s:12:\"contact-form\";s:3:\"1.3\";s:20:\"custom-content-types\";s:3:\"3.1\";s:10:\"custom-css\";s:3:\"1.7\";s:21:\"enhanced-distribution\";s:3:\"1.2\";s:19:\"gravatar-hovercards\";s:3:\"1.1\";s:15:\"infinite-scroll\";s:3:\"2.0\";s:8:\"json-api\";s:3:\"1.9\";s:5:\"latex\";s:3:\"1.1\";s:5:\"likes\";s:3:\"2.2\";s:6:\"manage\";s:3:\"3.4\";s:8:\"markdown\";s:3:\"2.8\";s:9:\"minileven\";s:3:\"1.8\";s:7:\"monitor\";s:3:\"2.6\";s:5:\"notes\";s:3:\"1.9\";s:10:\"omnisearch\";s:3:\"2.3\";s:6:\"photon\";s:3:\"2.0\";s:13:\"post-by-email\";s:3:\"2.0\";s:7:\"protect\";s:3:\"3.4\";s:9:\"publicize\";s:3:\"2.0\";s:13:\"related-posts\";s:3:\"2.9\";s:10:\"sharedaddy\";s:3:\"1.1\";s:10:\"shortcodes\";s:3:\"1.1\";s:10:\"shortlinks\";s:3:\"1.1\";s:9:\"site-icon\";s:3:\"3.2\";s:8:\"sitemaps\";s:3:\"3.9\";s:3:\"sso\";s:3:\"2.6\";s:5:\"stats\";s:3:\"1.1\";s:13:\"subscriptions\";s:3:\"1.2\";s:13:\"tiled-gallery\";s:3:\"2.1\";s:10:\"vaultpress\";s:5:\"0:1.2\";s:18:\"verification-tools\";s:3:\"3.0\";s:10:\"videopress\";s:3:\"2.5\";s:17:\"widget-visibility\";s:3:\"2.4\";s:7:\"widgets\";s:3:\"1.2\";}}','yes'),(117,'mm_previous_tests','a:1:{i:0;s:20:\"mojo-branding-exempt\";}','yes'),(118,'widget_akismet_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(120,'mm_install_date','Jul 27, 2016','yes'),(121,'mm_cron','a:4:{s:6:\"hourly\";a:0:{}s:5:\"daily\";a:1:{s:14:\"plugin_version\";a:4:{s:1:\"t\";s:5:\"event\";s:2:\"ec\";s:9:\"scheduled\";s:2:\"ea\";s:14:\"plugin_version\";s:2:\"el\";s:5:\"1.0.1\";}}s:7:\"monthly\";a:4:{s:11:\"php_version\";a:4:{s:1:\"t\";s:5:\"event\";s:2:\"ec\";s:9:\"scheduled\";s:2:\"ea\";s:11:\"php_version\";s:2:\"el\";s:5:\"5.6.6\";}s:12:\"plugin_count\";a:4:{s:1:\"t\";s:5:\"event\";s:2:\"ec\";s:9:\"scheduled\";s:2:\"ea\";s:12:\"plugin_count\";s:2:\"el\";i:10;}s:11:\"theme_count\";a:4:{s:1:\"t\";s:5:\"event\";s:2:\"ec\";s:9:\"scheduled\";s:2:\"ea\";s:11:\"theme_count\";s:2:\"el\";i:1;}s:13:\"current_theme\";a:4:{s:1:\"t\";s:5:\"event\";s:2:\"ec\";s:9:\"scheduled\";s:2:\"ea\";s:13:\"current_theme\";s:2:\"el\";s:7:\"betheme\";}}s:6:\"weekly\";a:1:{s:10:\"wp_version\";a:4:{s:1:\"t\";s:5:\"event\";s:2:\"ec\";s:9:\"scheduled\";s:2:\"ea\";s:10:\"wp_version\";s:2:\"el\";s:5:\"4.6.1\";}}}','yes'),(122,'mm_coming_soon','false','yes'),(135,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:23:\"info@RuthsNutrition.com\";s:7:\"version\";s:5:\"5.8.1\";s:9:\"timestamp\";i:1631157516;}','no'),(144,'sumome_site_id','66dc2827a789cf3341e576577c868d45df62d034d37fa014450b3d53bdc9f6a4','yes'),(149,'jpo_firstrun','1','yes'),(151,'mm_churn','a:4:{s:2:\"ip\";s:12:\"66.96.183.43\";s:6:\"whoami\";s:16:\"ipg.mitziconnell\";s:3:\"key\";s:2008:\"\n\n<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html>\n  <head>\n    <title>404 Not Found</title>\n    <meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />\n    <style type=\"text/css\">\n        body {\n        	font-family: Verdana, Arial, Helvetica, sans-serif;\n        	font-size: 12px;\n        	background-color:#367E8E;\n        	scrollbar-base-color: #005B70;\n        	scrollbar-arrow-color: #F3960B;\n        	scrollbar-DarkShadow-Color: #000000;\n        	color: #FFFFFF;\n			margin:0;\n        }\n        a { color:#021f25; text-decoration:none}\n        h1 {\n        	font-size: 18px;\n        	color: #FB9802;\n        	padding-bottom: 10px;\n        	background-image: url(sys_cpanel/images/bottombody.jpg);\n        	background-repeat: repeat-x;\n        	padding:5px 0 10px 15px;\n			margin:0;\n        }\n        #body-content p {\n        	padding-left: 25px;\n        	padding-right: 25px;\n        	line-height: 18px;\n        	padding-top: 5px;\n        	padding-bottom: 5px;\n        }\n        h2 {\n        	font-size: 14px;\n        	font-weight: bold;\n        	color: #FF9900;\n        	padding-left: 15px;\n        }\n    </style>\n  </head>\n  <body>\n    <div id=\"body-content\">  \n<!-- start content-->\n\n<!-- \n instead of REQUEST_URI, we could show absolute URL via:\n http://HTTP_HOST/REQUEST_URI\n    but what if its https:// or other protocol?\n    \n    SERVER_PORT_SECURE doesn\'t seem to be used\n    SERVER_PORT logic would break if they use alternate ports\n-->\n\n<h1>404 Not Found</h1>\n<p>The server can not find the requested page:</p>\n  <blockquote>\n    162.144.133.144/api/create (port 80)\n  </blockquote> \n<p>\n    Please forward this error screen to 162.144.133.144\'s \n    <a href=\"mailto:root@server.eigchurn.com?subject=Error message [404] 404 Not Found for 162.144.133.144/api/create port 80 on Wednesday, 27-Jul-2016 15:19:40 UTC\">\n    WebMaster</a>.\n</p>\n<hr />\n\n\n<!-- end content -->\n    </div>\n  </body>\n</html>\n\";s:4:\"test\";s:20:\"mojo-branding-exempt\";}','yes'),(208,'theme_mods_twentysixteen','a:2:{s:18:\"nav_menu_locations\";a:5:{s:9:\"main-menu\";i:2;s:14:\"secondary-menu\";i:0;s:9:\"lang-menu\";i:0;s:11:\"social-menu\";i:0;s:18:\"social-menu-bottom\";i:0;}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1476113757;s:4:\"data\";a:2:{s:19:\"wp_inactive_widgets\";a:3:{i:0;s:6:\"text-2\";i:1;s:6:\"text-5\";i:2;s:6:\"text-6\";}s:9:\"sidebar-1\";a:0:{}}}}','yes'),(209,'current_theme','Betheme','yes'),(210,'theme_mods_betheme','a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:5:{s:9:\"main-menu\";i:2;s:14:\"secondary-menu\";i:0;s:9:\"lang-menu\";i:0;s:11:\"social-menu\";i:0;s:18:\"social-menu-bottom\";i:0;}s:18:\"custom_css_post_id\";i:-1;}','yes'),(211,'theme_switched','','yes'),(212,'betheme','a:388:{s:8:\"last_tab\";s:6:\"social\";s:6:\"layout\";s:5:\"boxed\";s:10:\"grid-width\";s:4:\"1240\";s:5:\"style\";s:0:\"\";s:12:\"button-style\";s:0:\"\";s:17:\"image-frame-style\";s:7:\"overlay\";s:18:\"image-frame-border\";s:0:\"\";s:19:\"image-frame-caption\";s:0:\"\";s:11:\"img-page-bg\";s:129:\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2017/12/bkgrnd-brown_interlocking_circles_indented_background_seamless.jpg\";s:16:\"position-page-bg\";s:15:\"repeat;center;;\";s:11:\"transparent\";a:1:{s:9:\"post-meta\";s:1:\"1\";}s:11:\"favicon-img\";s:89:\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2017/12/Ruth-Nutrition-favicon.png\";s:16:\"apple-touch-icon\";s:0:\"\";s:8:\"logo-img\";s:89:\"https://ruthsnutrition.com/wp-content/uploads/2017/12/Ruths-Logo-clear-bkgrnd-808x351.png\";s:15:\"retina-logo-img\";s:89:\"https://ruthsnutrition.com/wp-content/uploads/2017/12/Ruths-Logo-clear-bkgrnd-808x351.png\";s:15:\"sticky-logo-img\";s:0:\"\";s:22:\"sticky-retina-logo-img\";s:0:\"\";s:9:\"logo-link\";a:2:{s:9:\"post-meta\";s:1:\"1\";s:4:\"link\";s:4:\"link\";}s:9:\"logo-text\";s:0:\"\";s:10:\"logo-width\";s:0:\"\";s:11:\"logo-height\";s:2:\"60\";s:21:\"logo-vertical-padding\";s:2:\"15\";s:19:\"logo-vertical-align\";s:0:\"\";s:13:\"logo-advanced\";a:2:{s:9:\"post-meta\";s:1:\"1\";s:17:\"no-sticky-padding\";s:17:\"no-sticky-padding\";}s:19:\"slider-blog-timeout\";s:1:\"0\";s:22:\"slider-clients-timeout\";s:1:\"0\";s:20:\"slider-offer-timeout\";s:1:\"0\";s:24:\"slider-portfolio-timeout\";s:1:\"0\";s:19:\"slider-shop-timeout\";s:1:\"0\";s:21:\"slider-slider-timeout\";s:1:\"0\";s:27:\"slider-testimonials-timeout\";s:1:\"0\";s:20:\"layout-boxed-padding\";s:4:\"40px\";s:18:\"builder-visibility\";s:0:\"\";s:13:\"display-order\";s:1:\"0\";s:22:\"content-remove-padding\";s:1:\"0\";s:19:\"google-maps-api-key\";s:0:\"\";s:11:\"table-hover\";s:0:\"\";s:23:\"math-animations-disable\";s:1:\"0\";s:17:\"post-type-disable\";a:1:{s:9:\"post-meta\";s:1:\"1\";}s:13:\"theme-disable\";a:1:{s:9:\"post-meta\";s:1:\"1\";}s:15:\"builder-storage\";s:6:\"encode\";s:16:\"slider-shortcode\";s:0:\"\";s:10:\"static-css\";s:1:\"0\";s:12:\"table_prefix\";s:11:\"base_prefix\";s:8:\"hook-top\";s:0:\"\";s:19:\"hook-content-before\";s:0:\"\";s:18:\"hook-content-after\";s:0:\"\";s:11:\"hook-bottom\";s:0:\"\";s:12:\"header-style\";s:14:\"stack,magazine\";s:9:\"header-fw\";a:2:{s:9:\"post-meta\";s:1:\"1\";s:12:\"header-boxed\";s:12:\"header-boxed\";}s:17:\"minimalist-header\";s:1:\"1\";s:16:\"img-subheader-bg\";s:0:\"\";s:24:\"img-subheader-attachment\";s:22:\"no-repeat;center top;;\";s:13:\"sticky-header\";s:1:\"1\";s:19:\"sticky-header-style\";s:5:\"white\";s:15:\"subheader-style\";s:0:\"\";s:9:\"subheader\";a:2:{s:9:\"post-meta\";s:1:\"1\";s:16:\"hide-breadcrumbs\";s:16:\"hide-breadcrumbs\";}s:17:\"subheader-padding\";s:12:\"280px 0 80px\";s:19:\"subheader-title-tag\";s:2:\"h1\";s:15:\"subheader-image\";s:0:\"\";s:18:\"subheader-position\";s:22:\"no-repeat;center top;;\";s:21:\"subheader-transparent\";s:1:\"0\";s:18:\"subheader-advanced\";a:1:{s:9:\"post-meta\";s:1:\"1\";}s:18:\"top-bar-right-hide\";s:1:\"0\";s:19:\"header-action-title\";s:26:\"Start your health journey!\";s:18:\"header-action-link\";s:42:\"http://74.124.197.205/~ruthsnut/solutions/\";s:20:\"header-action-target\";a:2:{s:9:\"post-meta\";s:1:\"1\";s:6:\"target\";s:6:\"target\";}s:13:\"header-search\";s:1:\"0\";s:11:\"header-wpml\";s:4:\"hide\";s:19:\"header-wpml-options\";a:1:{s:9:\"post-meta\";s:1:\"1\";}s:11:\"sliding-top\";s:1:\"0\";s:16:\"sliding-top-icon\";s:19:\"icon-down-open-mini\";s:13:\"header-banner\";s:0:\"\";s:10:\"menu-style\";s:12:\"arrow-bottom\";s:12:\"menu-options\";a:3:{s:9:\"post-meta\";s:1:\"1\";s:12:\"hide-borders\";s:12:\"hide-borders\";s:11:\"menu-arrows\";s:11:\"menu-arrows\";}s:21:\"menu-creative-options\";a:1:{s:9:\"post-meta\";s:1:\"1\";}s:15:\"menu-mega-style\";s:0:\"\";s:10:\"action-bar\";s:1:\"1\";s:13:\"header-slogan\";s:0:\"\";s:12:\"header-phone\";s:12:\"256.883.4127\";s:14:\"header-phone-2\";s:0:\"\";s:12:\"header-email\";s:23:\"info@RuthsNutrition.com\";s:8:\"sidebars\";a:1:{i:0;s:11:\"Ruth\'s Blog\";}s:13:\"sidebar-width\";s:2:\"23\";s:13:\"sidebar-lines\";s:0:\"\";s:18:\"single-page-layout\";s:0:\"\";s:19:\"single-page-sidebar\";s:0:\"\";s:20:\"single-page-sidebar2\";s:0:\"\";s:13:\"single-layout\";s:0:\"\";s:14:\"single-sidebar\";s:0:\"\";s:15:\"single-sidebar2\";s:0:\"\";s:23:\"single-portfolio-layout\";s:0:\"\";s:24:\"single-portfolio-sidebar\";s:0:\"\";s:25:\"single-portfolio-sidebar2\";s:0:\"\";s:13:\"prev-next-nav\";a:2:{s:9:\"post-meta\";s:1:\"1\";s:11:\"hide-sticky\";s:11:\"hide-sticky\";}s:15:\"prev-next-style\";s:0:\"\";s:5:\"share\";s:1:\"1\";s:19:\"pagination-show-all\";s:1:\"1\";s:4:\"love\";s:1:\"0\";s:22:\"featured-image-caption\";s:4:\"hide\";s:13:\"related-style\";s:0:\"\";s:13:\"title-heading\";s:1:\"1\";s:10:\"blog-posts\";s:1:\"5\";s:11:\"blog-layout\";s:8:\"timeline\";s:12:\"blog-columns\";s:1:\"3\";s:15:\"blog-full-width\";s:1:\"1\";s:9:\"blog-page\";s:3:\"101\";s:14:\"excerpt-length\";s:2:\"26\";s:16:\"exclude-category\";s:0:\"\";s:12:\"blog-filters\";s:1:\"1\";s:14:\"blog-load-more\";s:1:\"0\";s:9:\"blog-meta\";s:1:\"0\";s:10:\"blog-title\";s:1:\"1\";s:16:\"blog-single-zoom\";s:1:\"0\";s:11:\"blog-author\";s:1:\"0\";s:12:\"blog-related\";s:1:\"3\";s:20:\"blog-related-columns\";s:1:\"3\";s:13:\"blog-comments\";s:1:\"0\";s:18:\"blog-single-layout\";s:0:\"\";s:16:\"blog-single-menu\";s:1:\"0\";s:20:\"single-intro-padding\";s:0:\"\";s:15:\"portfolio-posts\";s:1:\"8\";s:16:\"portfolio-layout\";s:4:\"grid\";s:17:\"portfolio-columns\";s:1:\"4\";s:20:\"portfolio-full-width\";s:1:\"0\";s:14:\"portfolio-page\";s:3:\"304\";s:17:\"portfolio-orderby\";s:4:\"rand\";s:15:\"portfolio-order\";s:4:\"DESC\";s:18:\"portfolio-external\";s:0:\"\";s:21:\"portfolio-hover-title\";s:1:\"0\";s:17:\"portfolio-filters\";s:1:\"0\";s:19:\"portfolio-load-more\";s:1:\"0\";s:17:\"portfolio-isotope\";s:1:\"1\";s:17:\"portfolio-related\";s:1:\"0\";s:25:\"portfolio-related-columns\";s:1:\"3\";s:18:\"portfolio-comments\";s:1:\"0\";s:23:\"portfolio-single-layout\";s:0:\"\";s:21:\"portfolio-single-menu\";s:1:\"0\";s:14:\"portfolio-slug\";s:14:\"portfolio-item\";s:13:\"portfolio-tax\";s:15:\"portfolio-types\";s:13:\"shop-products\";s:2:\"12\";s:11:\"shop-layout\";s:4:\"grid\";s:14:\"shop-catalogue\";s:1:\"0\";s:11:\"shop-images\";s:0:\"\";s:11:\"shop-button\";s:1:\"0\";s:12:\"shop-excerpt\";s:1:\"0\";s:12:\"shop-sidebar\";s:0:\"\";s:11:\"shop-slider\";s:0:\"\";s:12:\"shop-soldout\";s:0:\"\";s:19:\"shop-product-images\";s:0:\"\";s:18:\"shop-product-style\";s:0:\"\";s:18:\"shop-product-title\";s:0:\"\";s:12:\"shop-related\";s:1:\"3\";s:9:\"shop-cart\";s:11:\"icon-basket\";s:29:\"featured-blog-portfolio-width\";s:3:\"960\";s:30:\"featured-blog-portfolio-height\";s:3:\"750\";s:28:\"featured-blog-portfolio-crop\";s:4:\"crop\";s:21:\"featured-single-width\";s:4:\"1200\";s:22:\"featured-single-height\";s:3:\"480\";s:20:\"featured-single-crop\";s:4:\"crop\";s:13:\"page-comments\";s:1:\"0\";s:13:\"error404-icon\";s:17:\"icon-traffic-cone\";s:13:\"error404-page\";s:0:\"\";s:12:\"construction\";s:1:\"0\";s:18:\"construction-title\";s:11:\"Coming Soon\";s:17:\"construction-text\";s:0:\"\";s:17:\"construction-date\";s:19:\"12/30/2014 12:00:00\";s:19:\"construction-offset\";s:1:\"0\";s:20:\"construction-contact\";s:0:\"\";s:17:\"construction-page\";s:0:\"\";s:13:\"footer-layout\";s:35:\"3;one-fourth;one-second;one-fourth;\";s:12:\"footer-style\";s:0:\"\";s:14:\"footer-padding\";s:10:\"20px 0 0px\";s:13:\"footer-bg-img\";s:0:\"\";s:22:\"footer-bg-img-position\";s:22:\"no-repeat;center top;;\";s:21:\"footer-call-to-action\";s:0:\"\";s:11:\"footer-copy\";s:55:\"Â©2016 & beyond Ruth\'s Nutrition. All Rights Reserved. \";s:11:\"footer-hide\";s:0:\"\";s:12:\"back-top-top\";s:13:\"sticky scroll\";s:18:\"popup-contact-form\";s:0:\"\";s:23:\"popup-contact-form-icon\";s:14:\"icon-mail-line\";s:10:\"responsive\";s:1:\"1\";s:20:\"font-size-responsive\";s:1:\"1\";s:15:\"responsive-zoom\";s:1:\"1\";s:19:\"responsive-boxed2fw\";s:1:\"1\";s:8:\"no-hover\";s:0:\"\";s:13:\"no-section-bg\";s:0:\"\";s:19:\"responsive-parallax\";s:1:\"0\";s:19:\"responsive-logo-img\";s:0:\"\";s:26:\"responsive-retina-logo-img\";s:0:\"\";s:24:\"responsive-header-tablet\";a:1:{s:9:\"post-meta\";s:1:\"1\";}s:24:\"responsive-header-mobile\";a:1:{s:9:\"post-meta\";s:1:\"1\";}s:18:\"responsive-top-bar\";s:4:\"left\";s:19:\"mobile-menu-initial\";s:4:\"1240\";s:25:\"header-menu-mobile-sticky\";s:1:\"0\";s:16:\"header-menu-text\";s:0:\"\";s:16:\"google-analytics\";s:0:\"\";s:18:\"google-remarketing\";s:0:\"\";s:7:\"mfn-seo\";s:1:\"1\";s:16:\"meta-description\";s:0:\"\";s:13:\"meta-keywords\";s:0:\"\";s:19:\"mfn-seo-schema-type\";s:1:\"1\";s:13:\"social-target\";s:1:\"0\";s:12:\"social-skype\";s:0:\"\";s:15:\"social-facebook\";s:40:\"https://www.facebook.com/RuthsNutrition/\";s:17:\"social-googleplus\";s:0:\"\";s:14:\"social-twitter\";s:0:\"\";s:12:\"social-vimeo\";s:0:\"\";s:14:\"social-youtube\";s:0:\"\";s:13:\"social-flickr\";s:0:\"\";s:15:\"social-linkedin\";s:0:\"\";s:16:\"social-pinterest\";s:0:\"\";s:15:\"social-dribbble\";s:0:\"\";s:16:\"social-instagram\";s:45:\"https://www.instagram.com/ruths_nutritionhsv/\";s:14:\"social-behance\";s:0:\"\";s:13:\"social-tumblr\";s:0:\"\";s:16:\"social-vkontakte\";s:0:\"\";s:13:\"social-viadeo\";s:0:\"\";s:11:\"social-xing\";s:0:\"\";s:18:\"social-custom-icon\";s:0:\"\";s:18:\"social-custom-link\";s:0:\"\";s:10:\"social-rss\";s:1:\"0\";s:8:\"parallax\";s:11:\"translate3d\";s:11:\"nice-scroll\";s:1:\"1\";s:17:\"nice-scroll-speed\";s:2:\"40\";s:19:\"prettyphoto-options\";a:1:{s:9:\"post-meta\";s:1:\"1\";}s:11:\"prettyphoto\";s:10:\"pp_default\";s:17:\"prettyphoto-width\";s:0:\"\";s:18:\"prettyphoto-height\";s:0:\"\";s:18:\"sc-gallery-disable\";s:1:\"0\";s:17:\"retina-js-disable\";s:1:\"0\";s:10:\"plugin-rev\";s:0:\"\";s:12:\"plugin-layer\";s:0:\"\";s:13:\"plugin-visual\";s:0:\"\";s:4:\"skin\";s:6:\"custom\";s:9:\"color-one\";s:7:\"#2991D6\";s:15:\"background-html\";s:7:\"#76777f\";s:15:\"background-body\";s:7:\"#ffffff\";s:17:\"background-header\";s:7:\"#F7F7F7\";s:19:\"background-top-left\";s:7:\"#ffffff\";s:21:\"background-top-middle\";s:7:\"#e3e3e3\";s:20:\"background-top-right\";s:7:\"#f5f5f5\";s:17:\"color-top-right-a\";s:7:\"#270639\";s:17:\"background-search\";s:7:\"#270639\";s:20:\"background-subheader\";s:7:\"#F7F7F7\";s:15:\"color-subheader\";s:7:\"#ffffff\";s:12:\"color-menu-a\";s:7:\"#3676ec\";s:19:\"color-menu-a-active\";s:7:\"#270639\";s:24:\"background-menu-a-active\";s:7:\"#270639\";s:18:\"background-submenu\";s:7:\"#F2F2F2\";s:15:\"color-submenu-a\";s:7:\"#6c9bf1\";s:21:\"color-submenu-a-hover\";s:7:\"#2e2e2e\";s:25:\"color-overlay-menu-button\";s:7:\"#ffffff\";s:30:\"background-overlay-menu-button\";s:7:\"#270639\";s:23:\"background-overlay-menu\";s:7:\"#270639\";s:25:\"background-overlay-menu-a\";s:7:\"#FFFFFF\";s:32:\"background-overlay-menu-a-active\";s:7:\"#6c9bf1\";s:17:\"border-menu-plain\";s:7:\"#270639\";s:26:\"color-menu-responsive-icon\";s:7:\"#270639\";s:31:\"background-menu-responsive-icon\";s:0:\"\";s:21:\"background-action-bar\";s:7:\"#270639\";s:11:\"color-theme\";s:7:\"#270639\";s:10:\"color-text\";s:7:\"#000000\";s:7:\"color-a\";s:7:\"#3676ec\";s:13:\"color-a-hover\";s:7:\"#68470a\";s:16:\"color-fancy-link\";s:7:\"#3676ec\";s:21:\"background-fancy-link\";s:7:\"#d8daeb\";s:22:\"color-fancy-link-hover\";s:7:\"#68470a\";s:27:\"background-fancy-link-hover\";s:7:\"#d8daeb\";s:17:\"background-button\";s:7:\"#ddeed7\";s:12:\"color-button\";s:7:\"#737E86\";s:17:\"border-imageframe\";s:7:\"#f8f8f8\";s:26:\"background-imageframe-link\";s:7:\"#270639\";s:21:\"color-imageframe-link\";s:7:\"#ffffff\";s:21:\"color-imageframe-mask\";s:7:\"#ffffff\";s:20:\"background-highlight\";s:7:\"#270639\";s:8:\"color-hr\";s:7:\"#270639\";s:10:\"color-list\";s:7:\"#737E86\";s:10:\"color-note\";s:7:\"#737E86\";s:28:\"background-highlight-section\";s:7:\"#68470a\";s:18:\"color-footer-theme\";s:7:\"#dadbe2\";s:17:\"background-footer\";s:7:\"#f0e5f4\";s:12:\"color-footer\";s:7:\"#282828\";s:14:\"color-footer-a\";s:7:\"#3676ec\";s:20:\"color-footer-a-hover\";s:7:\"#470a68\";s:20:\"color-footer-heading\";s:7:\"#282828\";s:17:\"color-footer-note\";s:7:\"#a8a8a8\";s:23:\"color-sliding-top-theme\";s:7:\"#dadbe2\";s:22:\"background-sliding-top\";s:7:\"#470a68\";s:17:\"color-sliding-top\";s:7:\"#cccccc\";s:19:\"color-sliding-top-a\";s:7:\"#9e9fa3\";s:25:\"color-sliding-top-a-hover\";s:7:\"#c4c4ca\";s:25:\"color-sliding-top-heading\";s:7:\"#e9e9e9\";s:22:\"color-sliding-top-note\";s:7:\"#a8a8a8\";s:8:\"color-h1\";s:7:\"#442f07\";s:8:\"color-h2\";s:7:\"#442f07\";s:8:\"color-h3\";s:7:\"#442f07\";s:8:\"color-h4\";s:7:\"#442f07\";s:8:\"color-h5\";s:7:\"#442f07\";s:8:\"color-h6\";s:7:\"#b07811\";s:15:\"color-tab-title\";s:7:\"#270639\";s:16:\"color-blockquote\";s:7:\"#919fb8\";s:17:\"color-contentlink\";s:7:\"#270639\";s:13:\"color-counter\";s:7:\"#270639\";s:21:\"background-getintouch\";s:7:\"#6c9bf1\";s:13:\"color-iconbar\";s:7:\"#270639\";s:13:\"color-iconbox\";s:7:\"#0a2b68\";s:15:\"color-list-icon\";s:7:\"#0a2b68\";s:19:\"color-pricing-price\";s:7:\"#270639\";s:27:\"background-pricing-featured\";s:7:\"#270639\";s:22:\"background-progressbar\";s:7:\"#270639\";s:22:\"color-quickfact-number\";s:7:\"#270639\";s:27:\"background-slidingbox-title\";s:7:\"#270639\";s:27:\"background-trailer-subtitle\";s:7:\"#270639\";s:10:\"color-form\";s:7:\"#b1b2b4\";s:15:\"background-form\";s:7:\"#ffffff\";s:11:\"border-form\";s:7:\"#b1b1b3\";s:16:\"color-form-focus\";s:7:\"#b1b2b4\";s:21:\"background-form-focus\";s:7:\"#ffffff\";s:17:\"border-form-focus\";s:7:\"#272b47\";s:16:\"form-transparent\";s:3:\"100\";s:12:\"font-content\";s:8:\"PT Serif\";s:9:\"font-menu\";s:8:\"PT Serif\";s:10:\"font-title\";s:10:\"Montserrat\";s:13:\"font-headings\";s:10:\"Montserrat\";s:19:\"font-headings-small\";s:10:\"Montserrat\";s:15:\"font-blockquote\";s:8:\"PT Serif\";s:15:\"font-decorative\";s:8:\"PT Serif\";s:11:\"font-weight\";a:5:{s:9:\"post-meta\";s:1:\"1\";i:400;s:3:\"400\";s:9:\"400italic\";s:9:\"400italic\";i:700;s:3:\"700\";s:9:\"700italic\";s:9:\"700italic\";}s:11:\"font-subset\";s:0:\"\";s:17:\"font-size-content\";a:4:{s:4:\"size\";s:2:\"15\";s:11:\"line_height\";s:2:\"20\";s:12:\"weight_style\";s:3:\"400\";s:14:\"letter_spacing\";s:1:\"0\";}s:14:\"font-size-menu\";a:3:{s:4:\"size\";s:2:\"16\";s:12:\"weight_style\";s:3:\"400\";s:14:\"letter_spacing\";s:1:\"1\";}s:15:\"font-size-title\";a:4:{s:4:\"size\";s:2:\"55\";s:11:\"line_height\";s:2:\"55\";s:12:\"weight_style\";s:3:\"700\";s:14:\"letter_spacing\";s:1:\"0\";}s:12:\"font-size-h1\";a:4:{s:4:\"size\";s:2:\"25\";s:11:\"line_height\";s:2:\"25\";s:12:\"weight_style\";s:3:\"400\";s:14:\"letter_spacing\";s:1:\"0\";}s:12:\"font-size-h2\";a:4:{s:4:\"size\";s:2:\"30\";s:11:\"line_height\";s:2:\"30\";s:12:\"weight_style\";s:3:\"400\";s:14:\"letter_spacing\";s:1:\"0\";}s:12:\"font-size-h3\";a:4:{s:4:\"size\";s:2:\"20\";s:11:\"line_height\";s:2:\"26\";s:12:\"weight_style\";s:3:\"700\";s:14:\"letter_spacing\";s:1:\"0\";}s:12:\"font-size-h4\";a:4:{s:4:\"size\";s:2:\"17\";s:11:\"line_height\";s:2:\"25\";s:12:\"weight_style\";s:3:\"400\";s:14:\"letter_spacing\";s:1:\"1\";}s:12:\"font-size-h5\";a:4:{s:4:\"size\";s:2:\"15\";s:11:\"line_height\";s:2:\"23\";s:12:\"weight_style\";s:3:\"400\";s:14:\"letter_spacing\";s:1:\"0\";}s:12:\"font-size-h6\";a:4:{s:4:\"size\";s:2:\"13\";s:11:\"line_height\";s:2:\"22\";s:12:\"weight_style\";s:3:\"400\";s:14:\"letter_spacing\";s:1:\"1\";}s:22:\"font-size-single-intro\";a:4:{s:4:\"size\";s:2:\"70\";s:11:\"line_height\";s:2:\"70\";s:12:\"weight_style\";s:3:\"400\";s:14:\"letter_spacing\";s:1:\"0\";}s:11:\"font-custom\";s:0:\"\";s:16:\"font-custom-woff\";s:0:\"\";s:15:\"font-custom-ttf\";s:0:\"\";s:15:\"font-custom-svg\";s:0:\"\";s:15:\"font-custom-eot\";s:0:\"\";s:12:\"font-custom2\";s:0:\"\";s:17:\"font-custom2-woff\";s:0:\"\";s:16:\"font-custom2-ttf\";s:0:\"\";s:16:\"font-custom2-svg\";s:0:\"\";s:16:\"font-custom2-eot\";s:0:\"\";s:9:\"translate\";s:1:\"1\";s:28:\"translate-search-placeholder\";s:17:\"Enter your search\";s:24:\"translate-search-results\";s:18:\"results found for:\";s:14:\"translate-home\";s:4:\"Home\";s:14:\"translate-prev\";s:9:\"Prev page\";s:14:\"translate-next\";s:9:\"Next page\";s:19:\"translate-load-more\";s:9:\"Load more\";s:17:\"translate-wpml-no\";s:39:\"No translations available for this page\";s:16:\"translate-before\";s:6:\"Before\";s:15:\"translate-after\";s:5:\"After\";s:14:\"translate-days\";s:4:\"days\";s:15:\"translate-hours\";s:5:\"hours\";s:17:\"translate-minutes\";s:7:\"minutes\";s:17:\"translate-seconds\";s:7:\"seconds\";s:16:\"translate-filter\";s:9:\"Filter by\";s:14:\"translate-tags\";s:4:\"Tags\";s:17:\"translate-authors\";s:7:\"Authors\";s:13:\"translate-all\";s:8:\"Show all\";s:18:\"translate-item-all\";s:3:\"All\";s:19:\"translate-published\";s:12:\"Published by\";s:12:\"translate-at\";s:2:\"at\";s:20:\"translate-categories\";s:10:\"Categories\";s:18:\"translate-readmore\";s:9:\"Read more\";s:14:\"translate-like\";s:15:\"Do you like it?\";s:17:\"translate-related\";s:13:\"Related posts\";s:16:\"translate-client\";s:6:\"Client\";s:14:\"translate-date\";s:4:\"Date\";s:17:\"translate-website\";s:7:\"Website\";s:14:\"translate-view\";s:12:\"View website\";s:14:\"translate-task\";s:4:\"Task\";s:19:\"translate-404-title\";s:18:\"Ooops... Error 404\";s:22:\"translate-404-subtitle\";s:62:\"We are sorry, but the page you are looking for does not exist.\";s:18:\"translate-404-text\";s:46:\"Please check entered address and try again or \";s:17:\"translate-404-btn\";s:14:\"go to homepage\";s:22:\"translate-search-title\";s:8:\"Ooops...\";s:25:\"translate-search-subtitle\";s:21:\"No results found for:\";s:10:\"custom-css\";s:914:\".how_it_works .image { background: rgba(39,43,71,.2); }\r\n\r\n/*Resizing Logo*/\r\n#Top_bar #logo { height: 150px !important; }\r\n\r\n\r\n/* Subheader - centering bkgrnd image*/\r\n#Subheader {\r\n    background-position: center center;\r\n    background-size: cover;\r\n    top:0px;\r\n    left:0px\r\n}\r\n\r\n/* Subheader - removing title*/\r\n#Subheader .title { display: none !important; }\r\n\r\n/*Portfolio All Header Data Removed*/\r\n.single-portfolio .post-header { display: none !important; }\r\n.single-portfolio .single-photo-wrapper { display: none !important; }\r\n.single-post .single-photo-wrapper { display: none !important; }\r\n.post-meta .author-date { display: none !important; }\r\n\r\n.post-meta .category { display: none !important; }\r\n.section.section-portfolio-header { display: none !important; }\r\n\r\n#Action_bar .contact_details li { color: #8face2 !important; }\r\n#Action_bar .contact_details li a { color: #8face2 !important; }\r\n\";s:9:\"custom-js\";s:0:\"\";}','yes'),(213,'recently_activated','a:0:{}','yes'),(214,'tp_eg_grids_version','2.3','yes'),(215,'tp_eg_custom_css_imported','true','yes'),(216,'tp_eg_custom_css','/* HENRY HARRISON */\n\na.eg-henryharrison-element-1,\na.eg-henryharrison-element-2 {\n  -webkit-transition: all .4s linear;  \n    -moz-transition: all .4s linear;  \n    -o-transition: all .4s linear;  \n    -ms-transition: all .4s linear;  \n    transition: all .4s linear; \n}\n\n/* JIMMY CARTER */\n.eg-jimmy-carter-element-11 i:before { margin-left:0px; margin-right:0px;}\n\n\n/* HARDING */\n.eg-harding-element-17 { letter-spacing:1px}\n.eg-harding-wrapper .esg-entry-media { overflow:hidden; \n            box-sizing:border-box;\n            -webkit-box-sizing:border-box;\n            -moz-box-sizing:border-box;\n            padding:30px 30px 0px 30px;\n}\n\n.eg-harding-wrapper .esg-media-poster { overflow:hidden; \n            border-radius:50%;\n            -webkit-border-radius:50%;\n            -moz-border-radius:50%;\n}\n\n/*ULYSSES S GRANT */\n.eg-ulysses-s-grant-wrapper .esg-entry-media { overflow:hidden; \n            box-sizing:border-box;\n            -webkit-box-sizing:border-box;\n            -moz-box-sizing:border-box;\n            padding:30px 30px 0px 30px;\n}\n\n.eg-ulysses-s-grant-wrapper .esg-media-poster { overflow:hidden; \n            border-radius:50%;\n            -webkit-border-radius:50%;\n            -moz-border-radius:50%;\n}\n\n/*RICHARD NIXON */\n.eg-richard-nixon-wrapper .esg-entry-media { overflow:hidden; \n            box-sizing:border-box;\n            -webkit-box-sizing:border-box;\n            -moz-box-sizing:border-box;\n            padding:30px 30px 0px 30px;\n}\n\n.eg-richard-nixon-wrapper .esg-media-poster { overflow:hidden; \n            border-radius:50%;\n            -webkit-border-radius:50%;\n            -moz-border-radius:50%;\n}\n\n\n/* HERBERT HOOVER */\n.eg-herbert-hoover-wrapper .esg-media-poster{\n    filter: url(\"data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale\"); /* Firefox 10+, Firefox on Android */\n    filter: gray; /* IE6-9 */\n    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */\n}\n\n.eg-herbert-hoover-wrapper:hover .esg-media-poster{\n    filter: url(\"data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale\");\n    -webkit-filter: grayscale(0%);}\n\n\n/* JOOHNSON */\n.eg-lyndon-johnson-wrapper .esg-media-poster{\n    filter: url(\"data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale\"); /* Firefox 10+, Firefox on Android */\n    filter: gray; /* IE6-9 */\n    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */\n}\n\n.eg-lyndon-johnson-wrapper:hover .esg-media-poster{\n    filter: url(\"data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale\");\n    -webkit-filter: grayscale(0%);}\n\n\n/*RONALD REAGAN*/\n.esg-overlay.eg-ronald-reagan-container {background: -moz-linear-gradient(top, rgba(0,0,0,0) 50%, rgba(0,0,0,0.83) 99%, rgba(0,0,0,0.85) 100%); /* FF3.6+ */\nbackground: -webkit-gradient(linear, left top, left bottom, color-stop(50%,rgba(0,0,0,0)), color-stop(99%,rgba(0,0,0,0.83)), color-stop(100%,rgba(0,0,0,0.85))); /* Chrome,Safari4+ */\nbackground: -webkit-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* Chrome10+,Safari5.1+ */\nbackground: -o-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* Opera 11.10+ */\nbackground: -ms-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* IE10+ */\nbackground: linear-gradient(to bottom, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* W3C */\nfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#00000000\', endColorstr=\'#d9000000\',GradientType=0 ); /* IE6-9 */}\n\n/*GEORGE BUSH*/\n.eg-georgebush-wrapper .esg-entry-cover {background: -moz-linear-gradient(top, rgba(0,0,0,0) 50%, rgba(0,0,0,0.83) 99%, rgba(0,0,0,0.85) 100%); /* FF3.6+ */\nbackground: -webkit-gradient(linear, left top, left bottom, color-stop(50%,rgba(0,0,0,0)), color-stop(99%,rgba(0,0,0,0.83)), color-stop(100%,rgba(0,0,0,0.85))); /* Chrome,Safari4+ */\nbackground: -webkit-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* Chrome10+,Safari5.1+ */\nbackground: -o-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* Opera 11.10+ */\nbackground: -ms-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* IE10+ */\nbackground: linear-gradient(to bottom, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* W3C */\nfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#00000000\', endColorstr=\'#d9000000\',GradientType=0 ); /* IE6-9 */}\n\n/*GEORGE BUSH\n.eg-georgebush-wrapper .esg-entry-cover { background: rgba(0,0,0,0.5);}*/\n\n/*JEFFERSON*/\n.eg-jefferson-wrapper { -webkit-border-radius: 5px !important; -moz-border-radius: 5px !important; border-radius: 5px !important; -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC) !important; }\n\n/*MONROE*/\n.eg-monroe-element-1 { text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1); }\n\n/*LYNDON JOHNSON*/\n.eg-lyndon-johnson-wrapper .esg-entry-cover { background: -moz-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.35) 0%, rgba(18,18,18,0) 96%, rgba(19,19,19,0) 100%); /* FF3.6+ */\nbackground: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(0,0,0,0.35)), color-stop(96%,rgba(18,18,18,0)), color-stop(100%,rgba(19,19,19,0))); /* Chrome,Safari4+ */\nbackground: -webkit-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.35) 0%,rgba(18,18,18,0) 96%,rgba(19,19,19,0) 100%); /* Chrome10+,Safari5.1+ */\nbackground: -o-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.35) 0%,rgba(18,18,18,0) 96%,rgba(19,19,19,0) 100%); /* Opera 12+ */\nbackground: -ms-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.35) 0%,rgba(18,18,18,0) 96%,rgba(19,19,19,0) 100%); /* IE10+ */\nbackground: radial-gradient(ellipse at center,  rgba(0,0,0,0.35) 0%,rgba(18,18,18,0) 96%,rgba(19,19,19,0) 100%); /* W3C */\nfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#59000000\', endColorstr=\'#00131313\',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */\n }\n\n/*WILBERT*/\n.eg-wilbert-wrapper .esg-entry-cover { background: -moz-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.35) 0%, rgba(18,18,18,0) 96%, rgba(19,19,19,0) 100%); /* FF3.6+ */\nbackground: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(0,0,0,0.35)), color-stop(96%,rgba(18,18,18,0)), color-stop(100%,rgba(19,19,19,0))); /* Chrome,Safari4+ */\nbackground: -webkit-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.35) 0%,rgba(18,18,18,0) 96%,rgba(19,19,19,0) 100%); /* Chrome10+,Safari5.1+ */\nbackground: -o-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.35) 0%,rgba(18,18,18,0) 96%,rgba(19,19,19,0) 100%); /* Opera 12+ */\nbackground: -ms-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.35) 0%,rgba(18,18,18,0) 96%,rgba(19,19,19,0) 100%); /* IE10+ */\nbackground: radial-gradient(ellipse at center,  rgba(0,0,0,0.35) 0%,rgba(18,18,18,0) 96%,rgba(19,19,19,0) 100%); /* W3C */\nfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#59000000\', endColorstr=\'#00131313\',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */\n }\n.eg-wilbert-wrapper .esg-media-poster{\n  -webkit-transition: 0.4s ease-in-out;\n    -moz-transition:  0.4s ease-in-out;\n    -o-transition:  0.4s ease-in-out;\n    transition:  0.4s ease-in-out;\n    filter: url(\"data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale\"); /* Firefox 10+, Firefox on Android */\n    filter: gray; /* IE6-9 */\n    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */\n}\n\n.eg-wilbert-wrapper:hover .esg-media-poster{\n    filter: url(\"data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale\");\n    -webkit-filter: grayscale(0%);}\n\n/*PHILLIE*/\n.eg-phillie-element-3:after { \ncontent:\" \";\nwidth: 0px;\nheight: 0px;\nborder-style: solid;\nborder-width: 5px 5px 0 5px;\nborder-color: #000 transparent transparent transparent;\nleft:50%;\nmargin-left:-5px; bottom:-5px; position:absolute; }\n\n/*HOWARD TAFT*/\n.eg-howardtaft-wrapper .esg-media-poster, .eg-howardtaft-wrapper .esg-media-poster{\n    filter: url(\"data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale\");\n    -webkit-filter: grayscale(0%);\n}\n\n.eg-howardtaft-wrapper:hover .esg-media-poster, .eg-howardtaft-wrapper:hover .esg-media-poster{\n    filter: url(\"data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale\"); /* Firefox 10+, Firefox on Android */\n    filter: gray; /* IE6-9 */\n    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */\n}\n\n/* WOOCOMMERCE */\n.myportfolio-container .added_to_cart.wc-forward { font-family: \"Open Sans\"; font-size: 13px; color: #fff; margin-top: 10px; }\n\n/* LIGHTBOX */\n.esgbox-title.esgbox-title-outside-wrap { font-size: 15px; font-weight: 700; text-align: center; }\n.esgbox-title.esgbox-title-inside-wrap { padding-bottom: 10px; font-size: 15px; font-weight: 700; text-align: center; }\n		\n/*TWITTER STREAM*/\n.esg-content.eg-twitterstream-element-33-a { display: inline-block; }\n.eg-twitterstream-element-35 { word-break: break-all; } \n.esg-overlay.eg-twitterstream-container {background: -moz-linear-gradient(top, rgba(0,0,0,0) 50%, rgba(0,0,0,0.83) 99%, rgba(0,0,0,0.85) 100%); /* FF3.6+ */\nbackground: -webkit-gradient(linear, left top, left bottom, color-stop(50%,rgba(0,0,0,0)), color-stop(99%,rgba(0,0,0,0.83)), color-stop(100%,rgba(0,0,0,0.85))); /* Chrome,Safari4+ */\nbackground: -webkit-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* Chrome10+,Safari5.1+ */\nbackground: -o-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* Opera 11.10+ */\nbackground: -ms-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* IE10+ */\nbackground: linear-gradient(to bottom, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* W3C */\nfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#00000000\', endColorstr=\'#d9000000\',GradientType=0 ); /* IE6-9 */}\n\n/*FACEBOOK STREAM*/\n.esg-content.eg-facebookstream-element-33-a { display: inline-block; }\n.eg-facebookstream-element-0 { word-break: break-all; } \n\n/*FLICKR STREAM*/\n.esg-overlay.eg-flickrstream-container {background: -moz-linear-gradient(top, rgba(0,0,0,0) 50%, rgba(0,0,0,0.83) 99%, rgba(0,0,0,0.85) 100%); /* FF3.6+ */\nbackground: -webkit-gradient(linear, left top, left bottom, color-stop(50%,rgba(0,0,0,0)), color-stop(99%,rgba(0,0,0,0.83)), color-stop(100%,rgba(0,0,0,0.85))); /* Chrome,Safari4+ */\nbackground: -webkit-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* Chrome10+,Safari5.1+ */\nbackground: -o-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* Opera 11.10+ */\nbackground: -ms-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* IE10+ */\nbackground: linear-gradient(to bottom, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* W3C */\nfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#00000000\', endColorstr=\'#d9000000\',GradientType=0 ); /* IE6-9 */}\n/* HENRY HARRISON */\r\ra.eg-henryharrison-element-1,\ra.eg-henryharrison-element-2 {\r  -webkit-transition: all .4s linear;  \r    -moz-transition: all .4s linear;  \r    -o-transition: all .4s linear;  \r    -ms-transition: all .4s linear;  \r    transition: all .4s linear; \r}\r\r/* JIMMY CARTER */\r.eg-jimmy-carter-element-11 i:before { margin-left:0px; margin-right:0px;}\r\r\r/* HARDING */\r.eg-harding-element-17 { letter-spacing:1px}\r.eg-harding-wrapper .esg-entry-media { overflow:hidden; \r            box-sizing:border-box;\r            -webkit-box-sizing:border-box;\r            -moz-box-sizing:border-box;\r            padding:30px 30px 0px 30px;\r}\r\r.eg-harding-wrapper .esg-media-poster { overflow:hidden; \r            border-radius:50%;\r            -webkit-border-radius:50%;\r            -moz-border-radius:50%;\r}\r\r/*ULYSSES S GRANT */\r.eg-ulysses-s-grant-wrapper .esg-entry-media { overflow:hidden; \r            box-sizing:border-box;\r            -webkit-box-sizing:border-box;\r            -moz-box-sizing:border-box;\r            padding:30px 30px 0px 30px;\r}\r\r.eg-ulysses-s-grant-wrapper .esg-media-poster { overflow:hidden; \r            border-radius:50%;\r            -webkit-border-radius:50%;\r            -moz-border-radius:50%;\r}\r\r/*RICHARD NIXON */\r.eg-richard-nixon-wrapper .esg-entry-media { overflow:hidden; \r            box-sizing:border-box;\r            -webkit-box-sizing:border-box;\r            -moz-box-sizing:border-box;\r            padding:30px 30px 0px 30px;\r}\r\r.eg-richard-nixon-wrapper .esg-media-poster { overflow:hidden; \r            border-radius:50%;\r            -webkit-border-radius:50%;\r            -moz-border-radius:50%;\r}\r\r\r/* HERBERT HOOVER */\r.eg-herbert-hoover-wrapper .esg-media-poster{\r    filter: url(\"data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale\"); /* Firefox 10+, Firefox on Android */\r    filter: gray; /* IE6-9 */\r    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */\r}\r\r.eg-herbert-hoover-wrapper:hover .esg-media-poster{\r    filter: url(\"data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale\");\r    -webkit-filter: grayscale(0%);}\r\r\r/* JOOHNSON */\r.eg-lyndon-johnson-wrapper .esg-media-poster{\r    filter: url(\"data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale\"); /* Firefox 10+, Firefox on Android */\r    filter: gray; /* IE6-9 */\r    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */\r}\r\r.eg-lyndon-johnson-wrapper:hover .esg-media-poster{\r    filter: url(\"data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale\");\r    -webkit-filter: grayscale(0%);}\r\r\r/*RONALD REAGAN*/\r.esg-overlay.eg-ronald-reagan-container {background: -moz-linear-gradient(top, rgba(0,0,0,0) 50%, rgba(0,0,0,0.83) 99%, rgba(0,0,0,0.85) 100%); /* FF3.6+ */\rbackground: -webkit-gradient(linear, left top, left bottom, color-stop(50%,rgba(0,0,0,0)), color-stop(99%,rgba(0,0,0,0.83)), color-stop(100%,rgba(0,0,0,0.85))); /* Chrome,Safari4+ */\rbackground: -webkit-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* Chrome10+,Safari5.1+ */\rbackground: -o-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* Opera 11.10+ */\rbackground: -ms-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* IE10+ */\rbackground: linear-gradient(to bottom, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* W3C */\rfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#00000000\', endColorstr=\'#d9000000\',GradientType=0 ); /* IE6-9 */}\r\r/*GEORGE BUSH*/\r.eg-georgebush-wrapper .esg-entry-cover {background: -moz-linear-gradient(top, rgba(0,0,0,0) 50%, rgba(0,0,0,0.83) 99%, rgba(0,0,0,0.85) 100%); /* FF3.6+ */\rbackground: -webkit-gradient(linear, left top, left bottom, color-stop(50%,rgba(0,0,0,0)), color-stop(99%,rgba(0,0,0,0.83)), color-stop(100%,rgba(0,0,0,0.85))); /* Chrome,Safari4+ */\rbackground: -webkit-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* Chrome10+,Safari5.1+ */\rbackground: -o-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* Opera 11.10+ */\rbackground: -ms-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* IE10+ */\rbackground: linear-gradient(to bottom, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* W3C */\rfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#00000000\', endColorstr=\'#d9000000\',GradientType=0 ); /* IE6-9 */}\r\r/*GEORGE BUSH\r.eg-georgebush-wrapper .esg-entry-cover { background: rgba(0,0,0,0.5);}*/\r\r/*JEFFERSON*/\r.eg-jefferson-wrapper { -webkit-border-radius: 5px !important; -moz-border-radius: 5px !important; border-radius: 5px !important; -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC) !important; }\r\r/*MONROE*/\r.eg-monroe-element-1 { text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1); }\r\r/*LYNDON JOHNSON*/\r.eg-lyndon-johnson-wrapper .esg-entry-cover { background: -moz-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.35) 0%, rgba(18,18,18,0) 96%, rgba(19,19,19,0) 100%); /* FF3.6+ */\rbackground: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(0,0,0,0.35)), color-stop(96%,rgba(18,18,18,0)), color-stop(100%,rgba(19,19,19,0))); /* Chrome,Safari4+ */\rbackground: -webkit-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.35) 0%,rgba(18,18,18,0) 96%,rgba(19,19,19,0) 100%); /* Chrome10+,Safari5.1+ */\rbackground: -o-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.35) 0%,rgba(18,18,18,0) 96%,rgba(19,19,19,0) 100%); /* Opera 12+ */\rbackground: -ms-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.35) 0%,rgba(18,18,18,0) 96%,rgba(19,19,19,0) 100%); /* IE10+ */\rbackground: radial-gradient(ellipse at center,  rgba(0,0,0,0.35) 0%,rgba(18,18,18,0) 96%,rgba(19,19,19,0) 100%); /* W3C */\rfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#59000000\', endColorstr=\'#00131313\',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */\r }\r\r/*WILBERT*/\r.eg-wilbert-wrapper .esg-entry-cover { background: -moz-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.35) 0%, rgba(18,18,18,0) 96%, rgba(19,19,19,0) 100%); /* FF3.6+ */\rbackground: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(0,0,0,0.35)), color-stop(96%,rgba(18,18,18,0)), color-stop(100%,rgba(19,19,19,0))); /* Chrome,Safari4+ */\rbackground: -webkit-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.35) 0%,rgba(18,18,18,0) 96%,rgba(19,19,19,0) 100%); /* Chrome10+,Safari5.1+ */\rbackground: -o-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.35) 0%,rgba(18,18,18,0) 96%,rgba(19,19,19,0) 100%); /* Opera 12+ */\rbackground: -ms-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.35) 0%,rgba(18,18,18,0) 96%,rgba(19,19,19,0) 100%); /* IE10+ */\rbackground: radial-gradient(ellipse at center,  rgba(0,0,0,0.35) 0%,rgba(18,18,18,0) 96%,rgba(19,19,19,0) 100%); /* W3C */\rfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#59000000\', endColorstr=\'#00131313\',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */\r }\r.eg-wilbert-wrapper .esg-media-poster{\r  -webkit-transition: 0.4s ease-in-out;\r    -moz-transition:  0.4s ease-in-out;\r    -o-transition:  0.4s ease-in-out;\r    transition:  0.4s ease-in-out;\r    filter: url(\"data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale\"); /* Firefox 10+, Firefox on Android */\r    filter: gray; /* IE6-9 */\r    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */\r}\r\r.eg-wilbert-wrapper:hover .esg-media-poster{\r    filter: url(\"data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale\");\r    -webkit-filter: grayscale(0%);}\r\r/*PHILLIE*/\r.eg-phillie-element-3:after { \rcontent:\" \";\rwidth: 0px;\rheight: 0px;\rborder-style: solid;\rborder-width: 5px 5px 0 5px;\rborder-color: #000 transparent transparent transparent;\rleft:50%;\rmargin-left:-5px; bottom:-5px; position:absolute; }\r\r/*HOWARD TAFT*/\r.eg-howardtaft-wrapper .esg-media-poster, .eg-howardtaft-wrapper .esg-media-poster{\r    filter: url(\"data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale\");\r    -webkit-filter: grayscale(0%);\r}\r\r.eg-howardtaft-wrapper:hover .esg-media-poster, .eg-howardtaft-wrapper:hover .esg-media-poster{\r    filter: url(\"data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale\"); /* Firefox 10+, Firefox on Android */\r    filter: gray; /* IE6-9 */\r    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */\r}\r\r/* WOOCOMMERCE */\r.myportfolio-container .added_to_cart.wc-forward { font-family: \"Open Sans\"; font-size: 13px; color: #fff; margin-top: 10px; }\r\r/* LIGHTBOX */\r.esgbox-title.esgbox-title-outside-wrap { font-size: 15px; font-weight: 700; text-align: center; }\r.esgbox-title.esgbox-title-inside-wrap { padding-bottom: 10px; font-size: 15px; font-weight: 700; text-align: center; }\r		\r/*TWITTER STREAM*/\r.esg-content.eg-twitterstream-element-33-a { display: inline-block; }\r.eg-twitterstream-element-35 { word-break: break-all; } \r.esg-overlay.eg-twitterstream-container {background: -moz-linear-gradient(top, rgba(0,0,0,0) 50%, rgba(0,0,0,0.83) 99%, rgba(0,0,0,0.85) 100%); /* FF3.6+ */\rbackground: -webkit-gradient(linear, left top, left bottom, color-stop(50%,rgba(0,0,0,0)), color-stop(99%,rgba(0,0,0,0.83)), color-stop(100%,rgba(0,0,0,0.85))); /* Chrome,Safari4+ */\rbackground: -webkit-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* Chrome10+,Safari5.1+ */\rbackground: -o-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* Opera 11.10+ */\rbackground: -ms-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* IE10+ */\rbackground: linear-gradient(to bottom, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* W3C */\rfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#00000000\', endColorstr=\'#d9000000\',GradientType=0 ); /* IE6-9 */}\r\r/*FACEBOOK STREAM*/\r.esg-content.eg-facebookstream-element-33-a { display: inline-block; }\r.eg-facebookstream-element-0 { word-break: break-all; } \r\r/*FLICKR STREAM*/\r.esg-overlay.eg-flickrstream-container {background: -moz-linear-gradient(top, rgba(0,0,0,0) 50%, rgba(0,0,0,0.83) 99%, rgba(0,0,0,0.85) 100%); /* FF3.6+ */\rbackground: -webkit-gradient(linear, left top, left bottom, color-stop(50%,rgba(0,0,0,0)), color-stop(99%,rgba(0,0,0,0.83)), color-stop(100%,rgba(0,0,0,0.85))); /* Chrome,Safari4+ */\rbackground: -webkit-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* Chrome10+,Safari5.1+ */\rbackground: -o-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* Opera 11.10+ */\rbackground: -ms-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* IE10+ */\rbackground: linear-gradient(to bottom, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.85) 100%); /* W3C */\rfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#00000000\', endColorstr=\'#d9000000\',GradientType=0 ); /* IE6-9 */}\r','yes'),(217,'tp-google-fonts','a:3:{i:0;a:2:{s:3:\"url\";s:29:\"Open+Sans:300,400,600,700,800\";s:6:\"handle\";s:9:\"open-sans\";}i:1;a:2:{s:3:\"url\";s:43:\"Raleway:100,200,300,400,500,600,700,800,900\";s:6:\"handle\";s:7:\"raleway\";}i:2;a:2:{s:3:\"url\";s:19:\"Droid+Serif:400,700\";s:6:\"handle\";s:11:\"droid-serif\";}}','yes'),(218,'tp_eg_role','','yes'),(219,'tp_eg_update-check-short','1634154773','yes'),(220,'widget_ess-grid-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(232,'wpcf7','a:2:{s:7:\"version\";s:5:\"5.5.1\";s:13:\"bulk_validate\";a:4:{s:9:\"timestamp\";i:1469852210;s:7:\"version\";s:5:\"4.4.2\";s:11:\"count_valid\";i:1;s:13:\"count_invalid\";i:0;}}','yes'),(233,'duplicate_post_copyexcerpt','1','yes'),(234,'duplicate_post_copyattachments','','yes'),(235,'duplicate_post_copychildren','','yes'),(236,'duplicate_post_copystatus','','yes'),(237,'duplicate_post_taxonomies_blacklist','','yes'),(247,'vc_version','6.7.0','yes'),(248,'wpb_js_composer_license_activation_notified','yes','yes'),(265,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(266,'revslider-update-check-short','1634051127','yes'),(267,'revslider-templates-check','1634026414','yes'),(272,'revslider_checktables','1','yes'),(273,'revslider_table_version','1.0.8','yes'),(274,'revslider-global-settings','{\"version\":\"6.2.0\",\"permission\":\"admin\",\"includeids\":\"\",\"script\":{\"footer\":false,\"defer\":false,\"full\":false},\"fonturl\":\"\",\"size\":{\"desktop\":1240,\"notebook\":1024,\"tablet\":778,\"mobile\":480}}','yes'),(275,'revslider_update_version','6.2.0','yes'),(276,'widget_rev-slider-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(297,'essential-connection','1','yes'),(298,'essential-notices','a:4:{i:0;O:8:\"stdClass\":7:{s:7:\"version\";s:3:\"2.1\";s:4:\"text\";s:293:\"<a href=\"//codecanyon.net/item/essential-grid-wordpress-plugin/7563340#item-description__version-2-1-5-artemis-26th-june-2017\" target=\"_blank\"><img src=\"//updates.themepunch.tools/banners/essential_grid_updatenow_215.jpg\" style=\"min-width: 50%; max-width:100%\" alt=\"EssGrid 2.1.5 is out\" ></a>\";s:4:\"code\";s:10:\"TPEG215-01\";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:5:\"2.2.9\";s:4:\"text\";s:341:\"<a href=\"//codecanyon.net/item/essential-grid-wordpress-plugin/7563340?ref=themepunch\" target=\"_blank\"><img src=\"//updates.themepunch.tools/banners/essential_grid_updatenow_23.jpg\" srcset=\"//updates.themepunch.tools/banners/essential_grid_updatenow_23@2x.jpg\" style=\"width:817px;min-width: 50%; max-width:100%\" alt=\"EssGrid 2.3 is out\" ></a>\";s:4:\"code\";s:9:\"TPEG23-00\";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:3:\"2.3\";s:4:\"text\";s:343:\"<a href=\"//codecanyon.net/item/essential-grid-wordpress-plugin/7563340?ref=themepunch\" target=\"_blank\"><img src=\"//updates.themepunch.tools/banners/essential_grid_updatenow_231.jpg\" srcset=\"//updates.themepunch.tools/banners/essential_grid_updatenow_231@2x.jpg\" style=\"width:817px;min-width: 50%; max-width:100%\" alt=\"EssGrid 2.3 is out\" ></a>\";s:4:\"code\";s:9:\"TPEG23-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\":8:{s:7:\"version\";s:7:\"2.9.999\";s:4:\"text\";s:283:\"<div style=\"display: block; background-color: #150A33;\"><a href=\"https://www.themepunch.com/faq/wordpress-5-5-important-update-information/\" target=\"_blank\"><img alt=\"Important Notice\" src=\"//updates.themepunch.tools/banners/important_banner.jpg\" width=\"1400\" height=\"250\"></a></div>\";s:4:\"code\";s:10:\"TPRS630-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:4:\"type\";s:1:\"3\";s:10:\"additional\";a:0:{}}}','yes'),(299,'essential-dashboard','O:8:\"stdClass\":1:{s:11:\"test-handle\";O:8:\"stdClass\":5:{s:12:\"version_from\";s:5:\"1.0.0\";s:10:\"version_to\";s:5:\"1.0.0\";s:5:\"order\";i:5;s:7:\"content\";s:181:\"<div class=\"rs-dash-widget\"><div class=\"rs-dash-title-wrap\"><div class=\"rs-dash-title\">your version is: {{current_version}}</div></div><div class=\"rs-dash-widget-inner\"></div></div>\";s:4:\"code\";s:0:\"\";}}','yes'),(300,'tp_eg_latest-version','3.0.13','yes'),(416,'revslider-connection','1','yes'),(417,'revslider-latest-version','6.5.9','yes'),(418,'revslider-stable-version','4.2.0','yes'),(419,'revslider-notices','a:1:{i:0;O:8:\"stdClass\":8:{s:7:\"version\";s:5:\"1.0.0\";s:4:\"text\";s:318:\"<div style=\"display: block; background: #1c0950;text-align: center; \n\nheight: 250px;\"><a href=\"https://forms.gle/zD4BvXX7EDwWv4Ci9\"\n \ntarget=\"_blank\" rel=\"noopener\"><img style=\"width: 960px; \n\nheight: 250px; display: inline-block;\" \n\nsrc=\"//updates.themepunch-ext-a.tools/banners/templatesurvery_admin4.jpg\"></a></div>\";s:4:\"code\";s:11:\"TPRSV658-02\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:4:\"type\";s:1:\"3\";s:10:\"additional\";a:0:{}}}','yes'),(420,'revslider-dashboard','a:0:{}','yes'),(421,'revslider-addons','O:8:\"stdClass\":29:{s:25:\"revslider-particles-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:2:\"60\";s:9:\"releaseid\";s:1:\"7\";s:4:\"slug\";s:25:\"revslider-particles-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:16:\"Particle Effects\";s:6:\"line_1\";s:17:\"Let\'s Parti(cle)!\";s:6:\"line_2\";s:51:\"Add interactive particle animations to your sliders\";s:9:\"available\";s:5:\"2.1.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:4:\"sort\";s:2:\"10\";s:11:\"last_update\";s:10:\"2020-08-13\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:76:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_particles.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PT\";}}s:27:\"revslider-bubblemorph-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:2:\"74\";s:9:\"releaseid\";s:2:\"20\";s:4:\"slug\";s:27:\"revslider-bubblemorph-addon\";s:12:\"version_from\";s:5:\"6.0.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:11:\"BubbleMorph\";s:6:\"line_1\";s:26:\"Include BubbleMorph Layers\";s:6:\"line_2\";s:33:\"for a decorative lava lamp effect\";s:9:\"available\";s:5:\"2.2.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:2:\"20\";s:11:\"last_update\";s:10:\"2020-10-30\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:78:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_bubblemorph.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"BM\";}}s:27:\"revslider-beforeafter-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:2:\"68\";s:9:\"releaseid\";s:2:\"15\";s:4:\"slug\";s:27:\"revslider-beforeafter-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Before & After\";s:6:\"line_1\";s:35:\"Compare two slides before and after\";s:6:\"line_2\";s:33:\"use it vertically or horizontally\";s:9:\"available\";s:5:\"2.0.8\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:2:\"40\";s:11:\"last_update\";s:10:\"2020-10-17\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:78:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_beforeafter.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"BA\";}}s:26:\"revslider-typewriter-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:2:\"56\";s:9:\"releaseid\";s:1:\"3\";s:4:\"slug\";s:26:\"revslider-typewriter-addon\";s:12:\"version_from\";s:5:\"5.3.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:17:\"Typewriter Effect\";s:6:\"line_1\";s:27:\"Enhance your slider\'s text \";s:6:\"line_2\";s:24:\"with typewriter effects \";s:9:\"available\";s:5:\"2.0.3\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:2:\"50\";s:11:\"last_update\";s:10:\"2020-06-18\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:77:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_typewriter.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"TW\";}}s:25:\"revslider-mousetrap-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:3:\"307\";s:9:\"releaseid\";s:2:\"24\";s:4:\"slug\";s:25:\"revslider-mousetrap-addon\";s:12:\"version_from\";s:6:\"6.2.23\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:9:\"Mousetrap\";s:6:\"line_1\";s:31:\"Create all kinds of interesting\";s:6:\"line_2\";s:19:\" mouse interactions\";s:9:\"available\";s:5:\"2.0.8\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:2:\"60\";s:11:\"last_update\";s:10:\"2020-10-15\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:76:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_mousetrap.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"MT\";}}s:28:\"revslider-liquideffect-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:2:\"75\";s:9:\"releaseid\";s:2:\"21\";s:4:\"slug\";s:28:\"revslider-liquideffect-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Distortion\";s:6:\"line_1\";s:22:\"Add Distortion Effects\";s:6:\"line_2\";s:30:\"to your slides and transitions\";s:9:\"available\";s:5:\"2.0.4\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:2:\"70\";s:11:\"last_update\";s:10:\"2020-05-05\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:77:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_distortion.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"LE\";}}s:26:\"revslider-paintbrush-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:2:\"77\";s:9:\"releaseid\";s:2:\"23\";s:4:\"slug\";s:26:\"revslider-paintbrush-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Paintbrush\";s:6:\"line_1\";s:14:\"Paint or Erase\";s:6:\"line_2\";s:22:\"your background images\";s:9:\"available\";s:5:\"2.1.9\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:2:\"90\";s:11:\"last_update\";s:10:\"2020-06-14\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:77:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_paintbrush.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PB\";}}s:22:\"revslider-slicey-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:3:\"311\";s:9:\"releaseid\";s:2:\"13\";s:4:\"slug\";s:22:\"revslider-slicey-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Slicey\";s:6:\"line_1\";s:20:\"Slice \'em up nicely!\";s:6:\"line_2\";s:38:\"Create image slices of your background\";s:9:\"available\";s:5:\"2.0.6\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"110\";s:11:\"last_update\";s:10:\"2020-05-05\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:73:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_slicey.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SL\";}}s:25:\"revslider-filmstrip-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:2:\"64\";s:9:\"releaseid\";s:2:\"10\";s:4:\"slug\";s:25:\"revslider-filmstrip-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:9:\"Filmstrip\";s:6:\"line_1\";s:44:\"Display a continously rotating set of images\";s:6:\"line_2\";s:26:\"for your slide backgrounds\";s:9:\"available\";s:5:\"2.0.4\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"125\";s:11:\"last_update\";s:10:\"2021-01-05\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:76:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_filmstrip.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"FS\";}}s:27:\"revslider-maintenance-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:2:\"58\";s:9:\"releaseid\";s:1:\"4\";s:4:\"slug\";s:27:\"revslider-maintenance-addon\";s:12:\"version_from\";s:5:\"5.3.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:15:\"Coming & Maint.\";s:6:\"line_1\";s:37:\"Simple Coming Soon & Maintenance Page\";s:6:\"line_2\";s:42:\"Let your visitors know what\'s up and when!\";s:9:\"available\";s:5:\"2.1.3\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"127\";s:11:\"last_update\";s:10:\"2020-12-15\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:84:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_underconstruction.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"MT\";}}s:24:\"revslider-revealer-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:2:\"72\";s:9:\"releaseid\";s:2:\"19\";s:4:\"slug\";s:24:\"revslider-revealer-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Reveal\";s:6:\"line_1\";s:9:\"Reveal...\";s:6:\"line_2\";s:37:\"...your inner beast... and RevSliders\";s:9:\"available\";s:5:\"2.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"130\";s:11:\"last_update\";s:10:\"2020-01-01\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:73:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_reveal.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"RV\";}}s:24:\"revslider-panorama-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:2:\"70\";s:9:\"releaseid\";s:2:\"17\";s:4:\"slug\";s:24:\"revslider-panorama-addon\";s:12:\"version_from\";s:7:\"5.4.5.2\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:8:\"Panorama\";s:6:\"line_1\";s:14:\"Panorama AddOn\";s:6:\"line_2\";s:28:\"Display images in 360 degree\";s:9:\"available\";s:5:\"2.1.3\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"135\";s:11:\"last_update\";s:10:\"2020-10-07\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:75:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_panorama.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PN\";}}s:27:\"revslider-scrollvideo-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:3:\"310\";s:9:\"releaseid\";s:2:\"26\";s:4:\"slug\";s:27:\"revslider-scrollvideo-addon\";s:12:\"version_from\";s:5:\"6.3.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:12:\"Scroll Video\";s:6:\"line_1\";s:114:\"This addon allows you to generate a sequence of images from any html5 video and play them with scroll interaction.\";s:6:\"line_2\";s:49:\"Quality options are included for optimal results!\";s:9:\"available\";s:5:\"2.0.4\";s:10:\"background\";s:78:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_scrollvideo.jpg\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"140\";s:11:\"last_update\";s:10:\"2021-02-24\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:78:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_scrollvideo.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SV\";}}s:31:\"revslider-explodinglayers-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:2:\"76\";s:9:\"releaseid\";s:2:\"22\";s:4:\"slug\";s:31:\"revslider-explodinglayers-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:16:\"Exploding Layers\";s:6:\"line_1\";s:23:\"Add explosive particles\";s:6:\"line_2\";s:24:\"to your layers animation\";s:9:\"available\";s:5:\"2.1.3\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"150\";s:11:\"last_update\";s:10:\"2020-07-16\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:76:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_exploding.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"EL\";}}s:23:\"revslider-sharing-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:2:\"57\";s:9:\"releaseid\";s:1:\"5\";s:4:\"slug\";s:23:\"revslider-sharing-addon\";s:12:\"version_from\";s:5:\"5.3.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Social Sharing\";s:6:\"line_1\";s:17:\"Share your slides\";s:6:\"line_2\";s:50:\"with RevSlider \"actions\" because sharing is caring\";s:9:\"available\";s:5:\"2.0.5\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:4:\"sort\";s:3:\"165\";s:11:\"last_update\";s:10:\"2020-02-20\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:80:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_socialsharing.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SH\";}}s:26:\"revslider-whiteboard-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:3:\"308\";s:9:\"releaseid\";s:1:\"1\";s:4:\"slug\";s:26:\"revslider-whiteboard-addon\";s:12:\"version_from\";s:5:\"5.2.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Whiteboard\";s:6:\"line_1\";s:31:\"Create Hand-Drawn Presentations\";s:6:\"line_2\";s:45:\"that are understandable, memorable & engaging\";s:9:\"available\";s:5:\"2.2.3\";s:10:\"background\";s:81:\"//updates.themepunch-ext-a.tools/revslider/addons/images/whiteboard_widget_bg.jpg\";s:6:\"button\";s:11:\"How to use?\";s:4:\"sort\";s:3:\"170\";s:11:\"last_update\";s:10:\"2021-01-15\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:77:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_whiteboard.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"WB\";}}s:24:\"revslider-polyfold-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:2:\"61\";s:9:\"releaseid\";s:2:\"14\";s:4:\"slug\";s:24:\"revslider-polyfold-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:22:\"Polyfold Scroll Effect\";s:6:\"line_1\";s:32:\"Add sharp edges to your sliders \";s:6:\"line_2\";s:35:\"as they scroll into and out of view\";s:9:\"available\";s:5:\"2.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:4:\"sort\";s:3:\"180\";s:11:\"last_update\";s:10:\"2020-01-01\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:75:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_polyfold.jpg\";s:5:\"color\";s:7:\"#3e186f\";s:4:\"text\";s:2:\"PF\";}}s:29:\"revslider-domain-switch-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:2:\"78\";s:9:\"releaseid\";s:2:\"11\";s:4:\"slug\";s:29:\"revslider-domain-switch-addon\";s:12:\"version_from\";s:5:\"6.0.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:13:\"Domain Switch\";s:6:\"line_1\";s:17:\"Switch Image URLs\";s:6:\"line_2\";s:37:\"in sliders from one domain to another\";s:9:\"available\";s:5:\"1.0.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:4:\"sort\";s:3:\"300\";s:11:\"last_update\";s:10:\"2020-02-19\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:79:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_domainswitch.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"DS\";}}s:23:\"revslider-refresh-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:2:\"73\";s:9:\"releaseid\";s:2:\"10\";s:4:\"slug\";s:23:\"revslider-refresh-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:8:\"(Re)Load\";s:6:\"line_1\";s:39:\"Reload the current page or a custom URL\";s:6:\"line_2\";s:34:\"after a certain time, loops, slide\";s:9:\"available\";s:5:\"2.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"330\";s:11:\"last_update\";s:10:\"2020-01-01\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:73:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_reload.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"RF\";}}s:25:\"revslider-rel-posts-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:2:\"55\";s:9:\"releaseid\";s:1:\"9\";s:4:\"slug\";s:25:\"revslider-rel-posts-addon\";s:12:\"version_from\";s:7:\"5.2.4.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:13:\"Related Posts\";s:6:\"line_1\";s:25:\"Add related Posts Sliders\";s:6:\"line_2\";s:31:\"at the end of your post content\";s:9:\"available\";s:5:\"2.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"340\";s:11:\"last_update\";s:10:\"2021-06-12\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:76:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_wprelated.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"RP\";}}s:20:\"revslider-snow-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:2:\"59\";s:9:\"releaseid\";s:1:\"6\";s:4:\"slug\";s:20:\"revslider-snow-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:12:\"Holiday Snow\";s:6:\"line_1\";s:12:\"Let it snow!\";s:6:\"line_2\";s:32:\"Add animated snow to any Slider \";s:9:\"available\";s:5:\"2.0.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:4:\"sort\";s:3:\"380\";s:11:\"last_update\";s:10:\"2020-12-04\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:71:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_snow.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SN\";}}s:23:\"revslider-gallery-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:2:\"54\";s:9:\"releaseid\";s:1:\"2\";s:4:\"slug\";s:23:\"revslider-gallery-addon\";s:12:\"version_from\";s:5:\"5.2.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:17:\"WordPress Gallery\";s:6:\"line_1\";s:31:\"Replace the standard WP Gallery\";s:6:\"line_2\";s:31:\"with the Sliders of your choice\";s:9:\"available\";s:5:\"2.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"430\";s:11:\"last_update\";s:10:\"2020-12-04\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:76:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_wpgallery.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"GA\";}}s:22:\"revslider-backup-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:2:\"53\";s:9:\"releaseid\";s:1:\"3\";s:4:\"slug\";s:22:\"revslider-backup-addon\";s:12:\"version_from\";s:5:\"5.2.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Backup\";s:6:\"line_1\";s:12:\"Make Backups\";s:6:\"line_2\";s:25:\"Revisions for your safety\";s:9:\"available\";s:5:\"2.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:4:\"sort\";s:3:\"500\";s:11:\"last_update\";s:10:\"2020-12-04\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:73:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_backup.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"BU\";}}s:19:\"revslider-404-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:2:\"62\";s:9:\"releaseid\";s:1:\"8\";s:4:\"slug\";s:19:\"revslider-404-addon\";s:12:\"version_from\";s:3:\"5.3\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:3:\"404\";s:6:\"line_1\";s:39:\"Build custom 404 \"Page not Found\" Pages\";s:6:\"line_2\";s:28:\"with Slider Revolution swag!\";s:9:\"available\";s:5:\"2.0.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"620\";s:11:\"last_update\";s:10:\"2020-12-04\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:70:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_404.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:3:\"404\";}}s:30:\"revslider-prevnext-posts-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:2:\"63\";s:9:\"releaseid\";s:1:\"9\";s:4:\"slug\";s:30:\"revslider-prevnext-posts-addon\";s:12:\"version_from\";s:3:\"5.4\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Adjacent Posts\";s:6:\"line_1\";s:30:\"Display previous and next post\";s:6:\"line_2\";s:28:\"to the currently showing one\";s:9:\"available\";s:5:\"2.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"630\";s:11:\"last_update\";s:10:\"2020-12-04\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:77:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_wpadjacent.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PN\";}}s:21:\"revslider-login-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:2:\"65\";s:9:\"releaseid\";s:2:\"11\";s:4:\"slug\";s:21:\"revslider-login-addon\";s:12:\"version_from\";s:3:\"5.4\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Login Page\";s:6:\"line_1\";s:25:\"Very simple WP Login Page\";s:6:\"line_2\";s:34:\"enhanced with your favorite slider\";s:9:\"available\";s:5:\"2.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"650\";s:11:\"last_update\";s:10:\"2020-12-04\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:72:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_login.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"LI\";}}s:24:\"revslider-featured-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:2:\"66\";s:9:\"releaseid\";s:2:\"12\";s:4:\"slug\";s:24:\"revslider-featured-addon\";s:12:\"version_from\";s:3:\"5.4\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:20:\"Post Featured Slider\";s:6:\"line_1\";s:25:\"Display a featured Slider\";s:6:\"line_2\";s:41:\"instead of a featured Image in your Posts\";s:9:\"available\";s:5:\"2.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"660\";s:11:\"last_update\";s:10:\"2020-12-04\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:77:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_wpfeatured.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"FT\";}}s:23:\"revslider-weather-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:2:\"69\";s:9:\"releaseid\";s:2:\"16\";s:4:\"slug\";s:23:\"revslider-weather-addon\";s:12:\"version_from\";s:7:\"5.4.5.2\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:7:\"Weather\";s:6:\"line_1\";s:21:\"Every where you go...\";s:6:\"line_2\";s:36:\"...always take the weather with you!\";s:9:\"available\";s:5:\"2.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"690\";s:11:\"last_update\";s:10:\"2020-12-04\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:74:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_weather.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"WT\";}}s:30:\"revslider-duotonefilters-addon\";O:8:\"stdClass\":15:{s:2:\"id\";s:2:\"71\";s:9:\"releaseid\";s:2:\"18\";s:4:\"slug\";s:30:\"revslider-duotonefilters-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:7:\"Duotone\";s:6:\"line_1\";s:7:\"Duotone\";s:6:\"line_2\";s:25:\"Because one is not enough\";s:9:\"available\";s:5:\"2.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"710\";s:11:\"last_update\";s:10:\"2020-01-01\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:74:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_duotone.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:3:\"DTF\";}}}','yes'),(431,'eg-current-sorting','a:0:{}','yes'),(443,'ossdl_off_cdn_url','http://74.124.197.205/~ruthsnut','yes'),(444,'ossdl_off_include_dirs','wp-content,wp-includes','yes'),(445,'ossdl_off_exclude','.php','yes'),(446,'ossdl_cname','','yes'),(450,'wpsupercache_start','1470069011','yes'),(451,'wpsupercache_count','0','yes'),(452,'wpsupercache_gc_time','1560972673','yes'),(453,'supercache_stats','a:3:{s:9:\"generated\";i:1551053442;s:10:\"supercache\";a:5:{s:7:\"expired\";i:0;s:6:\"cached\";i:0;s:5:\"fsize\";i:0;s:11:\"cached_list\";a:0:{}s:12:\"expired_list\";a:0:{}}s:7:\"wpcache\";a:5:{s:7:\"expired\";i:0;s:6:\"cached\";i:0;s:5:\"fsize\";i:0;s:11:\"cached_list\";a:0:{}s:12:\"expired_list\";a:0:{}}}','yes'),(875,'sumome_hide_dashboard_overlay','','yes'),(876,'jpo_disabled','1','yes'),(919,'updraftplus_unlocked_fd','1','yes'),(920,'updraftplus_last_lock_time_fd','2020-12-25 17:19:22','yes'),(921,'updraftplus_semaphore_fd','0','yes'),(922,'updraft_last_scheduled_fd','1608916762','yes'),(925,'updraftplus_unlocked_','1','yes'),(926,'updraftplus_last_lock_time_','2016-08-08 13:05:15','yes'),(927,'updraftplus_semaphore_','0','yes'),(1152,'db_upgraded','','yes'),(1620,'tp_eg_valid-notice','false','yes'),(2426,'revslider-valid-notice','false','yes'),(2566,'widget_ttshowcase_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(2567,'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:\"m-d-Y\";}','yes'),(2568,'ttshowcase_front_form','','yes'),(2569,'ttshowcase_rich_snippets','','yes'),(2570,'ttshowcase_grid','','yes'),(2571,'ttshowcase_slider','','yes'),(2572,'ttshowcase_advanced_settings','a:13:{s:10:\"custom_css\";s:104:\"/*This will affect only testimonial text */\r\n.ttshowcase_rl_quote {\r\ncolor:#000000;\r\nfont-size:1.2em;\r\n}\";s:9:\"custom_js\";s:0:\"\";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'),(2573,'ttshowcase_help','','yes'),(2580,'ttshowcase_saved_shortcodes','a:1:{s:24:\"show-testimonials-simple\";a:4:{s:4:\"Home\";s:351:\"[show-testimonials taxonomy=\'home\' orderby=\'menu_order\' order=\'ASC\' layout=\'slider\' options=\'transition:fade,adaptive:true,controls:none,pause:4000,auto:on,columns:1,theme:quotes,info-position:info-below,text-alignment:center,quote-content:short,charlimitextra: (...),display-image:on,image-size:ttshowcase_small,image-shape:circle,image-effect:none\']\";s:5:\"About\";s:351:\"[show-testimonials taxonomy=\'about\' orderby=\'menu_order\' order=\'ASC\' layout=\'slider\' options=\'transition:fade,adaptive:true,controls:none,pause:4000,auto:on,columns:1,theme:quotes,info-position:info-below,text-alignment:center,quote-content:short,charlimitextra:(...),display-image:on,image-size:ttshowcase_small,image-shape:circle,image-effect:none\']\";s:8:\"Services\";s:351:\"[show-testimonials taxonomy=\'services\' orderby=\'menu_order\' order=\'ASC\' layout=\'slider\' options=\'transition:fade,adaptive:true,controls:none,pause:4000,auto:on,columns:1,theme:quotes,info-position:info-left,text-alignment:left,quote-content:short,charlimitextra:(...),display-image:on,image-size:ttshowcase_small,image-shape:circle,image-effect:none\']\";s:9:\"Solutions\";s:355:\"[show-testimonials taxonomy=\'solutions\' orderby=\'menu_order\' order=\'ASC\' layout=\'slider\' options=\'transition:fade,adaptive:true,controls:none,pause:4000,auto:on,columns:1,theme:quotes,info-position:info-below,text-alignment:center,quote-content:short,charlimitextra:(...),display-image:on,image-size:ttshowcase_small,image-shape:circle,image-effect:none\']\";}}','yes'),(2813,'duplicate_post_copytitle','1','yes'),(2814,'duplicate_post_copydate','','yes'),(2815,'duplicate_post_copyslug','1','yes'),(2816,'duplicate_post_copycontent','1','yes'),(2817,'duplicate_post_copypassword','','yes'),(2818,'duplicate_post_copycomments','','yes'),(2819,'duplicate_post_blacklist','','yes'),(2820,'duplicate_post_types_enabled','a:8:{i:0;s:4:\"post\";i:1;s:4:\"page\";i:2;s:10:\"ttshowcase\";i:3;s:6:\"client\";i:4;s:5:\"offer\";i:5;s:9:\"portfolio\";i:6;s:5:\"slide\";i:7;s:11:\"testimonial\";}','yes'),(2860,'updraft_autobackup_default','0','yes'),(2861,'updraft_dropbox','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-f7dc78a0adeb5d5a5effc53d446b2896\";a:6:{s:6:\"appkey\";s:0:\"\";s:6:\"secret\";s:0:\"\";s:6:\"folder\";s:0:\"\";s:15:\"tk_access_token\";s:1:\"0\";s:4:\"CSRF\";s:0:\"\";s:16:\"tk_request_token\";N;}}}','yes'),(2862,'updraft_googledrive','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-d773dc674a69da13c9489c2beda5e6c3\";a:3:{s:8:\"clientid\";s:0:\"\";s:6:\"secret\";s:0:\"\";s:6:\"folder\";s:11:\"UpdraftPlus\";}}}','yes'),(2863,'updraftplus_tmp_googledrive_access_token','','yes'),(2864,'updraftplus_dismissedautobackup','1605816638','yes'),(2865,'updraftplus_dismissedexpiry','','yes'),(2866,'updraftplus_dismisseddashnotice','1619982453','yes'),(2867,'updraft_interval','monthly','yes'),(2868,'updraft_interval_increments','','yes'),(2871,'updraft_interval_database','monthly','yes'),(2872,'updraft_retain','2','yes'),(2873,'updraft_retain_db','2','yes'),(2874,'updraft_encryptionphrase','','yes'),(2875,'updraft_service','','yes'),(2876,'updraft_dropbox_appkey','','yes'),(2877,'updraft_dropbox_secret','','yes'),(2878,'updraft_googledrive_clientid','','yes'),(2879,'updraft_googledrive_secret','','yes'),(2880,'updraft_googledrive_remotepath','','yes'),(2881,'updraft_ftp','a:2:{s:7:\"version\";s:1:\"1\";s:8:\"settings\";a:1:{s:34:\"s-e9a304922d07f4c0f503017b9f5a446d\";a:5:{s:4:\"host\";s:0:\"\";s:4:\"user\";s:0:\"\";s:4:\"pass\";s:0:\"\";s:4:\"path\";s:0:\"\";s:7:\"passive\";s:1:\"1\";}}}','yes'),(2882,'updraft_ftp_login','','yes'),(2883,'updraft_ftp_pass','','yes'),(2884,'updraft_ftp_remote_path','','yes'),(2885,'updraft_server_address','','yes'),(2886,'updraft_dir','updraft','yes'),(2887,'updraft_email','','yes'),(2888,'updraft_delete_local','0','yes'),(2889,'updraft_debug_mode','0','yes'),(2890,'updraft_include_plugins','1','yes'),(2891,'updraft_include_themes','1','yes'),(2892,'updraft_include_uploads','1','yes'),(2893,'updraft_include_others','1','yes'),(2894,'updraft_include_wpcore','0','yes'),(2895,'updraft_include_wpcore_exclude','','yes'),(2896,'updraft_include_more','0','yes'),(2897,'updraft_include_blogs','','yes'),(2898,'updraft_include_mu-plugins','','yes'),(2899,'updraft_include_others_exclude','upgrade,cache,updraft,backup*,*backups,mysql.sql,debug.log','yes'),(2900,'updraft_include_uploads_exclude','backup*,*backups,backwpup*,wp-clone,snapshots','yes'),(2901,'updraft_lastmessage','The backup apparently succeeded and is now complete (Dec 25 11:19:55)','yes'),(2902,'updraft_googledrive_token','','yes'),(2903,'updraft_dropboxtk_request_token','','yes'),(2904,'updraft_dropboxtk_access_token','','yes'),(2905,'updraft_dropbox_folder','','yes'),(2906,'updraft_adminlocking','','yes'),(2907,'updraft_updraftvault','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-609725a83ca34b09c3c85619c23501d4\";a:3:{s:5:\"token\";s:0:\"\";s:5:\"email\";s:0:\"\";s:5:\"quota\";i:-1;}}}','yes'),(2908,'updraft_retain_extrarules','a:0:{}','yes'),(2909,'updraft_googlecloud','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-6cc5dd0a23fdec54411a42bd9401aa7a\";a:0:{}}}','yes'),(2910,'updraft_include_more_path','a:0:{}','yes'),(2911,'updraft_split_every','25','yes'),(2912,'updraft_ssl_nossl','0','yes'),(2913,'updraft_backupdb_nonwp','0','yes'),(2914,'updraft_extradbs','a:0:{}','yes'),(2916,'updraft_last_backup','a:6:{s:11:\"backup_time\";i:1608916762;s:12:\"backup_array\";a:18:{s:7:\"plugins\";a:3:{i:0;s:66:\"backup_2020-12-25-1119_Ruth039s_Nutrition_05b6b9f1b8d5-plugins.zip\";i:1;s:67:\"backup_2020-12-25-1119_Ruth039s_Nutrition_05b6b9f1b8d5-plugins2.zip\";i:2;s:67:\"backup_2020-12-25-1119_Ruth039s_Nutrition_05b6b9f1b8d5-plugins3.zip\";}s:12:\"plugins-size\";i:24139950;s:13:\"plugins1-size\";i:18461738;s:13:\"plugins2-size\";i:1010134;s:6:\"themes\";a:2:{i:0;s:65:\"backup_2020-12-25-1119_Ruth039s_Nutrition_05b6b9f1b8d5-themes.zip\";i:1;s:66:\"backup_2020-12-25-1119_Ruth039s_Nutrition_05b6b9f1b8d5-themes2.zip\";}s:11:\"themes-size\";i:25170099;s:12:\"themes1-size\";i:8613348;s:7:\"uploads\";a:5:{i:0;s:66:\"backup_2020-12-25-1119_Ruth039s_Nutrition_05b6b9f1b8d5-uploads.zip\";i:1;s:67:\"backup_2020-12-25-1119_Ruth039s_Nutrition_05b6b9f1b8d5-uploads2.zip\";i:2;s:67:\"backup_2020-12-25-1119_Ruth039s_Nutrition_05b6b9f1b8d5-uploads3.zip\";i:3;s:67:\"backup_2020-12-25-1119_Ruth039s_Nutrition_05b6b9f1b8d5-uploads4.zip\";i:4;s:67:\"backup_2020-12-25-1119_Ruth039s_Nutrition_05b6b9f1b8d5-uploads5.zip\";}s:12:\"uploads-size\";i:26481784;s:13:\"uploads1-size\";i:25768558;s:13:\"uploads2-size\";i:26326582;s:13:\"uploads3-size\";i:26347858;s:13:\"uploads4-size\";i:11699155;s:6:\"others\";a:1:{i:0;s:65:\"backup_2020-12-25-1119_Ruth039s_Nutrition_05b6b9f1b8d5-others.zip\";}s:11:\"others-size\";i:22845048;s:2:\"db\";s:60:\"backup_2020-12-25-1119_Ruth039s_Nutrition_05b6b9f1b8d5-db.gz\";s:7:\"db-size\";i:1919650;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:12:{s:8:\"plugins0\";s:40:\"aff033303971685651fa1fef3aa66d4a6a251c46\";s:8:\"plugins1\";s:40:\"6d933819e96ee5747153bc6c2430e243380ce49c\";s:8:\"plugins2\";s:40:\"146cb9ce5d7765cca1eac59c1d38aaace2a12f32\";s:7:\"themes0\";s:40:\"6b42c05d9585753178557780e5ea7ebc7785ae53\";s:7:\"themes1\";s:40:\"9747d69935895c2cfcd5a64b086446d77a630884\";s:8:\"uploads0\";s:40:\"e9e676e2e59106b29119fd211b4be584f65cd9d6\";s:8:\"uploads1\";s:40:\"26328c70f245fc5291e32d89b4ad475ac219d717\";s:8:\"uploads2\";s:40:\"c60d61575f75e21df27dc879b344cff3f8a3b7ed\";s:8:\"uploads3\";s:40:\"32bb570269001e1efb35a1ceeeb8221346ec898f\";s:8:\"uploads4\";s:40:\"a09cccf0c6dc3b33f208225acd6fc2a497b1267b\";s:7:\"others0\";s:40:\"c90c34fc39ff0d10eac15b11fb84d887a879ee21\";s:3:\"db0\";s:40:\"85251ba038bf809f2dbbec59a41ad250439b48e4\";}s:6:\"sha256\";a:12:{s:8:\"plugins0\";s:64:\"9d58189dfdc486ec93e3a99b85de2e5f43a76a5f6f0a74084a099e0def589a5d\";s:8:\"plugins1\";s:64:\"544981451e8b9bf370cb91d681146d4013e1029d1762fe4de819e794b09e4a36\";s:8:\"plugins2\";s:64:\"543cb3206aebc24d69a5539621864e4232c1089d3459dd6353772c4691ee53db\";s:7:\"themes0\";s:64:\"ce9bd5d8753c4129b6d2ec015868711fd24e0e5f0c54edef92d26fc55087d751\";s:7:\"themes1\";s:64:\"02ddcf3e8a88ae5de4ea76cc209466e15722c6ab0c202fb01aa64c2dd1676448\";s:8:\"uploads0\";s:64:\"b9ac9ed82c103508b062a8181b9db8d8cc800efb8d330b2befb3ef8743f81baa\";s:8:\"uploads1\";s:64:\"8c7e7feae92cf65eda7ae01544f8c659a7f7578c798477f3c3dfb95e94aa7ab8\";s:8:\"uploads2\";s:64:\"23489c7b2b8fa045c923a39d3dbb0437e077c3d12363eb1a114a5629ef8e1f53\";s:8:\"uploads3\";s:64:\"56bd961e56736c574c9f6dc2ee4037997b2db2233311b21134a1ac6e98c17c51\";s:8:\"uploads4\";s:64:\"41e31fc8ff9d5c659273805c110a96053a292781e72e475e335ead1044916148\";s:7:\"others0\";s:64:\"427e373bb6f67fd28efc1c471ba1a02939c8da3f3fc5390fafa0fe4a89572bb2\";s:3:\"db0\";s:64:\"cd1c81018e40e7c882430f31e2368a0882a2f7434c8e3d58fcbe846977dcf84f\";}}}s:7:\"success\";i:1;s:6:\"errors\";a:0:{}s:12:\"backup_nonce\";s:12:\"05b6b9f1b8d5\";s:26:\"nonincremental_backup_time\";i:1608916762;}','yes'),(2917,'updraft_starttime_files','15:21','yes'),(2918,'updraft_starttime_db','15:21','yes'),(2919,'updraft_startday_db','0','yes'),(2920,'updraft_startday_files','0','yes'),(2921,'updraft_sftp_settings','','yes'),(2922,'updraft_s3','a:2:{s:7:\"version\";s:1:\"1\";s:8:\"settings\";a:1:{s:34:\"s-551ea6a347c859441a5ba5f882e71e9e\";a:4:{s:8:\"endpoint\";s:0:\"\";s:9:\"accesskey\";s:0:\"\";s:9:\"secretkey\";s:0:\"\";s:4:\"path\";s:0:\"\";}}}','yes'),(2923,'updraft_s3generic','a:2:{s:7:\"version\";s:1:\"1\";s:8:\"settings\";a:1:{s:34:\"s-8a118fd6b067e321e8b0571bb0a176df\";a:4:{s:8:\"endpoint\";s:0:\"\";s:9:\"accesskey\";s:0:\"\";s:9:\"secretkey\";s:0:\"\";s:4:\"path\";s:0:\"\";}}}','yes'),(2924,'updraft_dreamhost','','yes'),(2925,'updraft_s3generic_login','','yes'),(2926,'updraft_s3generic_pass','','yes'),(2927,'updraft_s3generic_remote_path','','yes'),(2928,'updraft_s3generic_endpoint','','yes'),(2929,'updraft_webdav_settings','a:1:{s:3:\"url\";N;}','yes'),(2930,'updraft_openstack','a:2:{s:7:\"version\";s:1:\"1\";s:8:\"settings\";a:1:{s:34:\"s-db58e5b01fe35ed8ef92c09512f3bad1\";a:6:{s:7:\"authurl\";s:0:\"\";s:6:\"tenant\";s:0:\"\";s:6:\"region\";s:0:\"\";s:4:\"user\";s:0:\"\";s:8:\"password\";s:0:\"\";s:4:\"path\";s:0:\"\";}}}','yes'),(2931,'updraft_bitcasa','a:0:{}','yes'),(2932,'updraft_copycom','a:0:{}','yes'),(2933,'updraft_onedrive','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-bdafc195e673eedf480a5c84d435dacc\";a:0:{}}}','yes'),(2934,'updraft_azure','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-38fcd49709f7646d0101d7a1ef39af6b\";a:0:{}}}','yes'),(2935,'updraft_cloudfiles','a:2:{s:7:\"version\";s:1:\"1\";s:8:\"settings\";a:1:{s:34:\"s-bee33ccd89f3fa19eba6dd328ca64385\";a:5:{s:7:\"authurl\";s:35:\"https://auth.api.rackspacecloud.com\";s:6:\"region\";s:3:\"DFW\";s:4:\"user\";s:0:\"\";s:6:\"apikey\";s:0:\"\";s:4:\"path\";s:0:\"\";}}}','yes'),(2936,'updraft_cloudfiles_user','','yes'),(2937,'updraft_cloudfiles_apikey','','yes'),(2938,'updraft_cloudfiles_path','','yes'),(2939,'updraft_cloudfiles_authurl','','yes'),(2940,'updraft_ssl_useservercerts','0','yes'),(2941,'updraft_ssl_disableverify','0','yes'),(2942,'updraft_s3_login','','yes'),(2943,'updraft_s3_pass','','yes'),(2944,'updraft_s3_remote_path','','yes'),(2945,'updraft_dreamobjects_login','','yes'),(2946,'updraft_dreamobjects_pass','','yes'),(2947,'updraft_dreamobjects_remote_path','','yes'),(2948,'updraft_dreamobjects','a:2:{s:7:\"version\";s:1:\"1\";s:8:\"settings\";a:1:{s:34:\"s-27be2d8fea5b83d34af15b010f764718\";a:4:{s:8:\"endpoint\";s:26:\"objects-us-west-1.dream.io\";s:9:\"accesskey\";s:0:\"\";s:9:\"secretkey\";s:0:\"\";s:4:\"path\";s:0:\"\";}}}','yes'),(2949,'updraft_report_warningsonly','a:0:{}','yes'),(2950,'updraft_report_wholebackup','a:0:{}','yes'),(2951,'updraft_log_syslog','0','yes'),(2952,'updraft_extradatabases','','yes'),(2953,'updraft_backup_history','a:15:{i:1608916762;a:26:{s:7:\"plugins\";a:3:{i:0;s:66:\"backup_2020-12-25-1119_Ruth039s_Nutrition_05b6b9f1b8d5-plugins.zip\";i:1;s:67:\"backup_2020-12-25-1119_Ruth039s_Nutrition_05b6b9f1b8d5-plugins2.zip\";i:2;s:67:\"backup_2020-12-25-1119_Ruth039s_Nutrition_05b6b9f1b8d5-plugins3.zip\";}s:12:\"plugins-size\";i:24139950;s:13:\"plugins1-size\";i:18461738;s:13:\"plugins2-size\";i:1010134;s:6:\"themes\";a:2:{i:0;s:65:\"backup_2020-12-25-1119_Ruth039s_Nutrition_05b6b9f1b8d5-themes.zip\";i:1;s:66:\"backup_2020-12-25-1119_Ruth039s_Nutrition_05b6b9f1b8d5-themes2.zip\";}s:11:\"themes-size\";i:25170099;s:12:\"themes1-size\";i:8613348;s:7:\"uploads\";a:5:{i:0;s:66:\"backup_2020-12-25-1119_Ruth039s_Nutrition_05b6b9f1b8d5-uploads.zip\";i:1;s:67:\"backup_2020-12-25-1119_Ruth039s_Nutrition_05b6b9f1b8d5-uploads2.zip\";i:2;s:67:\"backup_2020-12-25-1119_Ruth039s_Nutrition_05b6b9f1b8d5-uploads3.zip\";i:3;s:67:\"backup_2020-12-25-1119_Ruth039s_Nutrition_05b6b9f1b8d5-uploads4.zip\";i:4;s:67:\"backup_2020-12-25-1119_Ruth039s_Nutrition_05b6b9f1b8d5-uploads5.zip\";}s:12:\"uploads-size\";i:26481784;s:13:\"uploads1-size\";i:25768558;s:13:\"uploads2-size\";i:26326582;s:13:\"uploads3-size\";i:26347858;s:13:\"uploads4-size\";i:11699155;s:6:\"others\";a:1:{i:0;s:65:\"backup_2020-12-25-1119_Ruth039s_Nutrition_05b6b9f1b8d5-others.zip\";}s:11:\"others-size\";i:22845048;s:2:\"db\";s:60:\"backup_2020-12-25-1119_Ruth039s_Nutrition_05b6b9f1b8d5-db.gz\";s:7:\"db-size\";i:1919650;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:12:{s:8:\"plugins0\";s:40:\"aff033303971685651fa1fef3aa66d4a6a251c46\";s:8:\"plugins1\";s:40:\"6d933819e96ee5747153bc6c2430e243380ce49c\";s:8:\"plugins2\";s:40:\"146cb9ce5d7765cca1eac59c1d38aaace2a12f32\";s:7:\"themes0\";s:40:\"6b42c05d9585753178557780e5ea7ebc7785ae53\";s:7:\"themes1\";s:40:\"9747d69935895c2cfcd5a64b086446d77a630884\";s:8:\"uploads0\";s:40:\"e9e676e2e59106b29119fd211b4be584f65cd9d6\";s:8:\"uploads1\";s:40:\"26328c70f245fc5291e32d89b4ad475ac219d717\";s:8:\"uploads2\";s:40:\"c60d61575f75e21df27dc879b344cff3f8a3b7ed\";s:8:\"uploads3\";s:40:\"32bb570269001e1efb35a1ceeeb8221346ec898f\";s:8:\"uploads4\";s:40:\"a09cccf0c6dc3b33f208225acd6fc2a497b1267b\";s:7:\"others0\";s:40:\"c90c34fc39ff0d10eac15b11fb84d887a879ee21\";s:3:\"db0\";s:40:\"85251ba038bf809f2dbbec59a41ad250439b48e4\";}s:6:\"sha256\";a:12:{s:8:\"plugins0\";s:64:\"9d58189dfdc486ec93e3a99b85de2e5f43a76a5f6f0a74084a099e0def589a5d\";s:8:\"plugins1\";s:64:\"544981451e8b9bf370cb91d681146d4013e1029d1762fe4de819e794b09e4a36\";s:8:\"plugins2\";s:64:\"543cb3206aebc24d69a5539621864e4232c1089d3459dd6353772c4691ee53db\";s:7:\"themes0\";s:64:\"ce9bd5d8753c4129b6d2ec015868711fd24e0e5f0c54edef92d26fc55087d751\";s:7:\"themes1\";s:64:\"02ddcf3e8a88ae5de4ea76cc209466e15722c6ab0c202fb01aa64c2dd1676448\";s:8:\"uploads0\";s:64:\"b9ac9ed82c103508b062a8181b9db8d8cc800efb8d330b2befb3ef8743f81baa\";s:8:\"uploads1\";s:64:\"8c7e7feae92cf65eda7ae01544f8c659a7f7578c798477f3c3dfb95e94aa7ab8\";s:8:\"uploads2\";s:64:\"23489c7b2b8fa045c923a39d3dbb0437e077c3d12363eb1a114a5629ef8e1f53\";s:8:\"uploads3\";s:64:\"56bd961e56736c574c9f6dc2ee4037997b2db2233311b21134a1ac6e98c17c51\";s:8:\"uploads4\";s:64:\"41e31fc8ff9d5c659273805c110a96053a292781e72e475e335ead1044916148\";s:7:\"others0\";s:64:\"427e373bb6f67fd28efc1c471ba1a02939c8da3f3fc5390fafa0fe4a89572bb2\";s:3:\"db0\";s:64:\"cd1c81018e40e7c882430f31e2368a0882a2f7434c8e3d58fcbe846977dcf84f\";}}s:5:\"nonce\";s:12:\"05b6b9f1b8d5\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";a:4:{s:7:\"plugins\";i:1608916762;s:6:\"themes\";i:1608916774;s:7:\"uploads\";i:1608916777;s:6:\"others\";i:1608916782;}s:18:\"created_by_version\";s:7:\"1.16.43\";s:21:\"last_saved_by_version\";s:7:\"1.16.43\";s:12:\"is_multisite\";b:0;}i:1606324699;a:25:{s:7:\"plugins\";a:2:{i:0;s:66:\"backup_2020-11-25-1118_Ruth039s_Nutrition_00aeb3c7b7c8-plugins.zip\";i:1;s:67:\"backup_2020-11-25-1118_Ruth039s_Nutrition_00aeb3c7b7c8-plugins2.zip\";}s:12:\"plugins-size\";i:32313069;s:13:\"plugins1-size\";i:11204689;s:6:\"themes\";a:2:{i:0;s:65:\"backup_2020-11-25-1118_Ruth039s_Nutrition_00aeb3c7b7c8-themes.zip\";i:1;s:66:\"backup_2020-11-25-1118_Ruth039s_Nutrition_00aeb3c7b7c8-themes2.zip\";}s:11:\"themes-size\";i:26187609;s:12:\"themes1-size\";i:15119145;s:7:\"uploads\";a:5:{i:0;s:66:\"backup_2020-11-25-1118_Ruth039s_Nutrition_00aeb3c7b7c8-uploads.zip\";i:1;s:67:\"backup_2020-11-25-1118_Ruth039s_Nutrition_00aeb3c7b7c8-uploads2.zip\";i:2;s:67:\"backup_2020-11-25-1118_Ruth039s_Nutrition_00aeb3c7b7c8-uploads3.zip\";i:3;s:67:\"backup_2020-11-25-1118_Ruth039s_Nutrition_00aeb3c7b7c8-uploads4.zip\";i:4;s:67:\"backup_2020-11-25-1118_Ruth039s_Nutrition_00aeb3c7b7c8-uploads5.zip\";}s:12:\"uploads-size\";i:26481624;s:13:\"uploads1-size\";i:25666202;s:13:\"uploads2-size\";i:26326582;s:13:\"uploads3-size\";i:26347858;s:13:\"uploads4-size\";i:11699155;s:6:\"others\";a:1:{i:0;s:65:\"backup_2020-11-25-1118_Ruth039s_Nutrition_00aeb3c7b7c8-others.zip\";}s:11:\"others-size\";i:24089558;s:2:\"db\";s:60:\"backup_2020-11-25-1118_Ruth039s_Nutrition_00aeb3c7b7c8-db.gz\";s:7:\"db-size\";i:1929711;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:11:{s:8:\"plugins0\";s:40:\"f0562fdcab7b803ad5b7658a48fbed5aabca4996\";s:8:\"plugins1\";s:40:\"db97510eec7e0f4f110dba4242681cb0a460d4e2\";s:7:\"themes0\";s:40:\"836a5e0157c26f6c2120fe28b28cc6cac742c66e\";s:7:\"themes1\";s:40:\"5cc47f59dce95abc5a601747cd778a734472721c\";s:8:\"uploads0\";s:40:\"5ec91dc72c4a00588a3a64095d81f57af6ca38bf\";s:8:\"uploads1\";s:40:\"f064a363675388fc2c3091a2c974d70245f33f6a\";s:8:\"uploads2\";s:40:\"c60d61575f75e21df27dc879b344cff3f8a3b7ed\";s:8:\"uploads3\";s:40:\"32bb570269001e1efb35a1ceeeb8221346ec898f\";s:8:\"uploads4\";s:40:\"490639adb9159d99dd0101968356d997e83ccf75\";s:7:\"others0\";s:40:\"583b659bed95a78c7453983a885f11745bacc71e\";s:3:\"db0\";s:40:\"a9d9bc7a1c1194fb5e747967ac43af9fe5509a6c\";}s:6:\"sha256\";a:11:{s:8:\"plugins0\";s:64:\"a06a901927b68ef8933967d97108bf642cf76c7e25901cd5848f5ffff4902375\";s:8:\"plugins1\";s:64:\"a8c408174c6f241d673d4b0ce4ca9435c808e65e44dd27039d079ab38412938e\";s:7:\"themes0\";s:64:\"07ef0d08003371d13509783ad0f3c3d5ac76ed23fbb347f76fb6c8080db0d020\";s:7:\"themes1\";s:64:\"66203bbf4b980e338fdc127c8ae805925cf48fe1592c45996f9b4e2c1bc453c6\";s:8:\"uploads0\";s:64:\"7689e44ac5ff44e57b4d047959e76f95f95c7cf5ec4b2f5fbdf2a4f114a5914b\";s:8:\"uploads1\";s:64:\"1fe2e01c2f1f8669b9a5e3256502172173b9f39160cc7aa6f2bc1ad250749b13\";s:8:\"uploads2\";s:64:\"23489c7b2b8fa045c923a39d3dbb0437e077c3d12363eb1a114a5629ef8e1f53\";s:8:\"uploads3\";s:64:\"56bd961e56736c574c9f6dc2ee4037997b2db2233311b21134a1ac6e98c17c51\";s:8:\"uploads4\";s:64:\"570c911cf53d263188855f4c75f4d84392c48d409706efa9b9c8d244bf3091d9\";s:7:\"others0\";s:64:\"79a462fe0ceba18b3e1b26a87df3f405b7d969484e8db3066c06e836002c6abf\";s:3:\"db0\";s:64:\"e0bd4a2f9bf7ec1af494cadfc98e61374e505fdbb94b5068a5a162e4775eac31\";}}s:5:\"nonce\";s:12:\"00aeb3c7b7c8\";s:7:\"service\";a:0:{}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";a:4:{s:7:\"plugins\";i:1606324700;s:6:\"themes\";i:1606324711;s:7:\"uploads\";i:1606324715;s:6:\"others\";i:1606324720;}s:18:\"created_by_version\";s:7:\"1.16.36\";s:21:\"last_saved_by_version\";s:7:\"1.16.36\";s:12:\"is_multisite\";b:0;}i:1603733025;a:25:{s:7:\"plugins\";a:2:{i:0;s:66:\"backup_2020-10-26-1223_Ruth039s_Nutrition_6fb9d469c5bf-plugins.zip\";i:1;s:67:\"backup_2020-10-26-1223_Ruth039s_Nutrition_6fb9d469c5bf-plugins2.zip\";}s:12:\"plugins-size\";i:22310731;s:13:\"plugins1-size\";i:20938180;s:6:\"themes\";a:2:{i:0;s:65:\"backup_2020-10-26-1223_Ruth039s_Nutrition_6fb9d469c5bf-themes.zip\";i:1;s:66:\"backup_2020-10-26-1223_Ruth039s_Nutrition_6fb9d469c5bf-themes2.zip\";}s:11:\"themes-size\";i:25170099;s:12:\"themes1-size\";i:8613348;s:7:\"uploads\";a:5:{i:0;s:66:\"backup_2020-10-26-1223_Ruth039s_Nutrition_6fb9d469c5bf-uploads.zip\";i:1;s:67:\"backup_2020-10-26-1223_Ruth039s_Nutrition_6fb9d469c5bf-uploads2.zip\";i:2;s:67:\"backup_2020-10-26-1223_Ruth039s_Nutrition_6fb9d469c5bf-uploads3.zip\";i:3;s:67:\"backup_2020-10-26-1223_Ruth039s_Nutrition_6fb9d469c5bf-uploads4.zip\";i:4;s:67:\"backup_2020-10-26-1223_Ruth039s_Nutrition_6fb9d469c5bf-uploads5.zip\";}s:12:\"uploads-size\";i:25839717;s:13:\"uploads1-size\";i:25250706;s:13:\"uploads2-size\";i:26334087;s:13:\"uploads3-size\";i:26368686;s:13:\"uploads4-size\";i:11506905;s:6:\"others\";a:1:{i:0;s:65:\"backup_2020-10-26-1223_Ruth039s_Nutrition_6fb9d469c5bf-others.zip\";}s:11:\"others-size\";i:21679601;s:2:\"db\";s:60:\"backup_2020-10-26-1223_Ruth039s_Nutrition_6fb9d469c5bf-db.gz\";s:7:\"db-size\";i:1853836;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:11:{s:8:\"plugins0\";s:40:\"01ee38429b8914189fb04b9180aa02250be490f1\";s:8:\"plugins1\";s:40:\"6d9e14428aa67ff6e0d0314400e50f8045ab3e12\";s:7:\"themes0\";s:40:\"807b275fc3c13cf1ad8319464516e01e5a6f6154\";s:7:\"themes1\";s:40:\"87672d7d10ee06e07a646d719a69c4817c858f6a\";s:8:\"uploads0\";s:40:\"810a584e9d1a5909fd6f4cc793c1b894733e9084\";s:8:\"uploads1\";s:40:\"cce7ebf95d1a55de03d944f60f9b8202ed42e0fa\";s:8:\"uploads2\";s:40:\"96dc77b04d263c2cfc5bdd4bd43a2ef871983709\";s:8:\"uploads3\";s:40:\"7c4fa25237ca64fbce82622cc47df33e153c30a8\";s:8:\"uploads4\";s:40:\"deb342cafef18426d488ce2d521714e05ca61bb9\";s:7:\"others0\";s:40:\"bf8b0ab13c5220a427ad13b889d03cf762fe17f5\";s:3:\"db0\";s:40:\"73302023659937ef24fdf814c5da5b2f3e2c0ebd\";}s:6:\"sha256\";a:11:{s:8:\"plugins0\";s:64:\"248149740b07490c7c397d65cbaaf32dc3eba37d82a8ca08f21f46aab35be06e\";s:8:\"plugins1\";s:64:\"f2cd845ee464b2da15f44784a9781803f76a0332eaf8e50a6cdc727f66d84643\";s:7:\"themes0\";s:64:\"5b3d96e0403a149b288722b747e77cff36b5eea843e0340a78c98d280098d44b\";s:7:\"themes1\";s:64:\"c9c4f76c17547d3eedd43055e0b183bf62cbea027e89bc6fd0d4f8c00d237668\";s:8:\"uploads0\";s:64:\"23664cf2cf835b50b5b9b9cf95227bdca0b0e4115e37227ef3ffa633cea67e62\";s:8:\"uploads1\";s:64:\"07ecb2c967ad9dc0ce94fcc70062bb7cb0978b4e458a4eebbeb7cc8255c19e7f\";s:8:\"uploads2\";s:64:\"af299411143df1ff9da48dc4e9e9e75451186cdbc6025a950ec04d6dbf3cc19b\";s:8:\"uploads3\";s:64:\"86ea55aa06149b72733cb6828bbfb3dabdff68a39ac294454a51c42f41acbaa4\";s:8:\"uploads4\";s:64:\"a83e6382e6f5547dbf505d9747708c8409f59056958183ffee9d640766244bd1\";s:7:\"others0\";s:64:\"90d7b791a939722035e6aa5ed5002b378b4df9a147d47bdf6cede5097a85a098\";s:3:\"db0\";s:64:\"9f6a5c516ea71fb4ebcd83c6b93eb136c790835ca1538f96ae43b83ea002563f\";}}s:5:\"nonce\";s:12:\"6fb9d469c5bf\";s:7:\"service\";a:1:{i:0;s:4:\"none\";}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";a:4:{s:7:\"plugins\";i:1603733026;s:6:\"themes\";i:1603733038;s:7:\"uploads\";i:1603733041;s:6:\"others\";i:1603733046;}s:18:\"created_by_version\";s:7:\"1.16.31\";s:21:\"last_saved_by_version\";s:7:\"1.16.31\";s:12:\"is_multisite\";b:0;}i:1601140745;a:25:{s:7:\"plugins\";a:2:{i:0;s:66:\"backup_2020-09-26-1219_Ruth039s_Nutrition_cec135019847-plugins.zip\";i:1;s:67:\"backup_2020-09-26-1219_Ruth039s_Nutrition_cec135019847-plugins2.zip\";}s:12:\"plugins-size\";i:22308610;s:13:\"plugins1-size\";i:20750268;s:6:\"themes\";a:2:{i:0;s:65:\"backup_2020-09-26-1219_Ruth039s_Nutrition_cec135019847-themes.zip\";i:1;s:66:\"backup_2020-09-26-1219_Ruth039s_Nutrition_cec135019847-themes2.zip\";}s:11:\"themes-size\";i:25170099;s:12:\"themes1-size\";i:8613348;s:7:\"uploads\";a:5:{i:0;s:66:\"backup_2020-09-26-1219_Ruth039s_Nutrition_cec135019847-uploads.zip\";i:1;s:67:\"backup_2020-09-26-1219_Ruth039s_Nutrition_cec135019847-uploads2.zip\";i:2;s:67:\"backup_2020-09-26-1219_Ruth039s_Nutrition_cec135019847-uploads3.zip\";i:3;s:67:\"backup_2020-09-26-1219_Ruth039s_Nutrition_cec135019847-uploads4.zip\";i:4;s:67:\"backup_2020-09-26-1219_Ruth039s_Nutrition_cec135019847-uploads5.zip\";}s:12:\"uploads-size\";i:25829622;s:13:\"uploads1-size\";i:25071505;s:13:\"uploads2-size\";i:26327841;s:13:\"uploads3-size\";i:26451495;s:13:\"uploads4-size\";i:11142473;s:6:\"others\";a:1:{i:0;s:65:\"backup_2020-09-26-1219_Ruth039s_Nutrition_cec135019847-others.zip\";}s:11:\"others-size\";i:21563763;s:2:\"db\";s:60:\"backup_2020-09-26-1219_Ruth039s_Nutrition_cec135019847-db.gz\";s:7:\"db-size\";i:1835621;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:11:{s:8:\"plugins0\";s:40:\"48004f96c6bc71c27b569d6a588e20bc3955f502\";s:8:\"plugins1\";s:40:\"eaa40b89f420ebc322b36312126eac798cb39a3b\";s:7:\"themes0\";s:40:\"807b275fc3c13cf1ad8319464516e01e5a6f6154\";s:7:\"themes1\";s:40:\"87672d7d10ee06e07a646d719a69c4817c858f6a\";s:8:\"uploads0\";s:40:\"c62902f3b61cdf37040133764bfdc4b66638ed63\";s:8:\"uploads1\";s:40:\"fd483bdeeda2cb847ba338f2a50daec67c7c70f3\";s:8:\"uploads2\";s:40:\"22cbea62d825c23a51f3a5591168e8e513f614c6\";s:8:\"uploads3\";s:40:\"f5564f6fba62f9bc6392fd91c91255931f3eddcf\";s:8:\"uploads4\";s:40:\"bb46254be39e7a714d305774d376303353732fa2\";s:7:\"others0\";s:40:\"ad5d43130d90f335ecfd4be0198f83556e4745e3\";s:3:\"db0\";s:40:\"6a3923763bf60ef766ad7fff561a5c6dc03e2161\";}s:6:\"sha256\";a:11:{s:8:\"plugins0\";s:64:\"93892cee2ba9a7ace3df752bada0b192c822ce6e28591d408a08cf7dababc335\";s:8:\"plugins1\";s:64:\"d638fdbc4a726356ceb18df1f8cc96e4735227d61c11c3261dac1e2195222f93\";s:7:\"themes0\";s:64:\"5b3d96e0403a149b288722b747e77cff36b5eea843e0340a78c98d280098d44b\";s:7:\"themes1\";s:64:\"c9c4f76c17547d3eedd43055e0b183bf62cbea027e89bc6fd0d4f8c00d237668\";s:8:\"uploads0\";s:64:\"fa829b66ce58093cbdb461faa6ff96310b80fc58895fcd90f031b5d346ebe0e9\";s:8:\"uploads1\";s:64:\"16c4ac64ab3bb3c4cd50afea9dc6532cee4c6d51115c94179f0281e1a53155f3\";s:8:\"uploads2\";s:64:\"06a6969604e9c8dd2728c0fd3d8a9da92607799e888052850726d97d61470fa4\";s:8:\"uploads3\";s:64:\"710b6a4852166674e98952806062524b71c82da95c706209b364288674226e7d\";s:8:\"uploads4\";s:64:\"600545c49fa1c87f02a037886daa2aba707185ae66188905348caa9e041514f4\";s:7:\"others0\";s:64:\"72919896912c10be3d7d0fa3a72beadf956c17bda716f64023ae498ddf8fdbe7\";s:3:\"db0\";s:64:\"51c8fd15954415237922f3b0a4ef63a305ac0adf16170316f8f33344fbc9d859\";}}s:5:\"nonce\";s:12:\"cec135019847\";s:7:\"service\";a:1:{i:0;s:4:\"none\";}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";a:4:{s:7:\"plugins\";i:1601140745;s:6:\"themes\";i:1601140759;s:7:\"uploads\";i:1601140761;s:6:\"others\";i:1601140767;}s:18:\"created_by_version\";s:7:\"1.16.29\";s:21:\"last_saved_by_version\";s:7:\"1.16.29\";s:12:\"is_multisite\";b:0;}i:1598548780;a:26:{s:7:\"plugins\";a:3:{i:0;s:66:\"backup_2020-08-27-1219_Ruth039s_Nutrition_130769a24839-plugins.zip\";i:1;s:67:\"backup_2020-08-27-1219_Ruth039s_Nutrition_130769a24839-plugins2.zip\";i:2;s:67:\"backup_2020-08-27-1219_Ruth039s_Nutrition_130769a24839-plugins3.zip\";}s:12:\"plugins-size\";i:22338041;s:13:\"plugins1-size\";i:23495619;s:13:\"plugins2-size\";i:4299905;s:6:\"themes\";a:2:{i:0;s:65:\"backup_2020-08-27-1219_Ruth039s_Nutrition_130769a24839-themes.zip\";i:1;s:66:\"backup_2020-08-27-1219_Ruth039s_Nutrition_130769a24839-themes2.zip\";}s:11:\"themes-size\";i:25170099;s:12:\"themes1-size\";i:8613348;s:7:\"uploads\";a:5:{i:0;s:66:\"backup_2020-08-27-1219_Ruth039s_Nutrition_130769a24839-uploads.zip\";i:1;s:67:\"backup_2020-08-27-1219_Ruth039s_Nutrition_130769a24839-uploads2.zip\";i:2;s:67:\"backup_2020-08-27-1219_Ruth039s_Nutrition_130769a24839-uploads3.zip\";i:3;s:67:\"backup_2020-08-27-1219_Ruth039s_Nutrition_130769a24839-uploads4.zip\";i:4;s:67:\"backup_2020-08-27-1219_Ruth039s_Nutrition_130769a24839-uploads5.zip\";}s:12:\"uploads-size\";i:25841970;s:13:\"uploads1-size\";i:25127235;s:13:\"uploads2-size\";i:26358875;s:13:\"uploads3-size\";i:26322833;s:13:\"uploads4-size\";i:10867536;s:6:\"others\";a:1:{i:0;s:65:\"backup_2020-08-27-1219_Ruth039s_Nutrition_130769a24839-others.zip\";}s:11:\"others-size\";i:21565986;s:2:\"db\";s:60:\"backup_2020-08-27-1219_Ruth039s_Nutrition_130769a24839-db.gz\";s:7:\"db-size\";i:1979712;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:12:{s:8:\"plugins0\";s:40:\"f6bd62d7f26c783c1241f0ffd64d388bdc984b03\";s:8:\"plugins1\";s:40:\"ca5fedc99737fea05063bb488a33d43bcf35025d\";s:8:\"plugins2\";s:40:\"e83becd1bb56b8f12f7930c1eda0cf4707e77bab\";s:7:\"themes0\";s:40:\"807b275fc3c13cf1ad8319464516e01e5a6f6154\";s:7:\"themes1\";s:40:\"87672d7d10ee06e07a646d719a69c4817c858f6a\";s:8:\"uploads0\";s:40:\"9a69eed43224fc2c89f848449665070cbcb116bc\";s:8:\"uploads1\";s:40:\"d9566e4f7215e1cbb1358312bbee74dc07b1208e\";s:8:\"uploads2\";s:40:\"39c04947bce85b28f49ff4b5083c5f97154e30f8\";s:8:\"uploads3\";s:40:\"eafffd82b51a4e3586417d9f699add7e058b7322\";s:8:\"uploads4\";s:40:\"6a441dd3df86d5b2c045610bea6c7f40a4f0fe94\";s:7:\"others0\";s:40:\"7ab57758dbd19b9dbe12f7fe814a9f0dd0254925\";s:3:\"db0\";s:40:\"4202e99a41fa041c88f937c562cb4a13d7ccc48d\";}s:6:\"sha256\";a:12:{s:8:\"plugins0\";s:64:\"ce38f3abb1f5814df5f80886f6334b66b75fe73693215881d64ddcdc8577df5b\";s:8:\"plugins1\";s:64:\"c90ed51edfe9841560cc93396619cb45f5588e2aa4b1c728f5dba0ff971a8c71\";s:8:\"plugins2\";s:64:\"031162e98e9d76245eaef2633dfe085f4b31e825465d5e9acfa69a469cd47c79\";s:7:\"themes0\";s:64:\"5b3d96e0403a149b288722b747e77cff36b5eea843e0340a78c98d280098d44b\";s:7:\"themes1\";s:64:\"c9c4f76c17547d3eedd43055e0b183bf62cbea027e89bc6fd0d4f8c00d237668\";s:8:\"uploads0\";s:64:\"6a15eee41e377ce4940eaa9fd0b6d0a138a0f2afeff946edfe78abf49c4ba249\";s:8:\"uploads1\";s:64:\"9fd8a482a988baf83b566f6501db06ee490c8bb69e5bf5306b8c262be0f73c6e\";s:8:\"uploads2\";s:64:\"29d49a47bcfd08909a461629228a89f25d8522687a01f0894ce786e0ece69d0f\";s:8:\"uploads3\";s:64:\"47c5b0050f64361764b27c1bf7c2c7649d146a1c81df964c122503a04307f786\";s:8:\"uploads4\";s:64:\"3fbc3fc71230a4d20f89622440409579cdbb3b51c32976f5ab412be4a96cd2c0\";s:7:\"others0\";s:64:\"792facd30f95a999e2c7a322c7f9e7a020fc7fbf91aabbe215c5e4c7b1ae5666\";s:3:\"db0\";s:64:\"1e796e91b46c445ad192eaf0f586522bd0ded39c4fa02e4781556a8869f01343\";}}s:5:\"nonce\";s:12:\"130769a24839\";s:7:\"service\";a:1:{i:0;s:4:\"none\";}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";a:4:{s:7:\"plugins\";i:1598548780;s:6:\"themes\";i:1598548793;s:7:\"uploads\";i:1598548796;s:6:\"others\";i:1598548802;}s:18:\"created_by_version\";s:7:\"1.16.26\";s:21:\"last_saved_by_version\";s:7:\"1.16.26\";s:12:\"is_multisite\";b:0;}i:1595956970;a:26:{s:7:\"plugins\";a:3:{i:0;s:66:\"backup_2020-07-28-1222_Ruth039s_Nutrition_fea131d07b5b-plugins.zip\";i:1;s:67:\"backup_2020-07-28-1222_Ruth039s_Nutrition_fea131d07b5b-plugins2.zip\";i:2;s:67:\"backup_2020-07-28-1222_Ruth039s_Nutrition_fea131d07b5b-plugins3.zip\";}s:12:\"plugins-size\";i:22336201;s:13:\"plugins1-size\";i:23497248;s:13:\"plugins2-size\";i:4308851;s:6:\"themes\";a:2:{i:0;s:65:\"backup_2020-07-28-1222_Ruth039s_Nutrition_fea131d07b5b-themes.zip\";i:1;s:66:\"backup_2020-07-28-1222_Ruth039s_Nutrition_fea131d07b5b-themes2.zip\";}s:11:\"themes-size\";i:25170099;s:12:\"themes1-size\";i:8613348;s:7:\"uploads\";a:5:{i:0;s:66:\"backup_2020-07-28-1222_Ruth039s_Nutrition_fea131d07b5b-uploads.zip\";i:1;s:67:\"backup_2020-07-28-1222_Ruth039s_Nutrition_fea131d07b5b-uploads2.zip\";i:2;s:67:\"backup_2020-07-28-1222_Ruth039s_Nutrition_fea131d07b5b-uploads3.zip\";i:3;s:67:\"backup_2020-07-28-1222_Ruth039s_Nutrition_fea131d07b5b-uploads4.zip\";i:4;s:67:\"backup_2020-07-28-1222_Ruth039s_Nutrition_fea131d07b5b-uploads5.zip\";}s:12:\"uploads-size\";i:25815559;s:13:\"uploads1-size\";i:25180078;s:13:\"uploads2-size\";i:26312039;s:13:\"uploads3-size\";i:26432736;s:13:\"uploads4-size\";i:10240029;s:6:\"others\";a:1:{i:0;s:65:\"backup_2020-07-28-1222_Ruth039s_Nutrition_fea131d07b5b-others.zip\";}s:11:\"others-size\";i:21449641;s:2:\"db\";s:60:\"backup_2020-07-28-1222_Ruth039s_Nutrition_fea131d07b5b-db.gz\";s:7:\"db-size\";i:1969386;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:12:{s:8:\"plugins0\";s:40:\"3408bb3a2bef44773ea7d823a78f59cf2b5a124b\";s:8:\"plugins1\";s:40:\"c844ba313ff092b5e2af92b7b31a3249edd348c2\";s:8:\"plugins2\";s:40:\"e10cab4223a095a8c6182e18d38f9bf537c008ad\";s:7:\"themes0\";s:40:\"807b275fc3c13cf1ad8319464516e01e5a6f6154\";s:7:\"themes1\";s:40:\"87672d7d10ee06e07a646d719a69c4817c858f6a\";s:8:\"uploads0\";s:40:\"f6d55b32be7aae69063f7882d04d2d4ec1d8ab19\";s:8:\"uploads1\";s:40:\"bd542e76c8505798d2bfe46c7c0d0ced6220de1c\";s:8:\"uploads2\";s:40:\"8bba9c10fdc250cd022bd71a65cb9d75f1bb4367\";s:8:\"uploads3\";s:40:\"10e30cdc52474638335062c1cd75a81eb8696665\";s:8:\"uploads4\";s:40:\"1186c26d317433564feb08f0d829a539c97b131d\";s:7:\"others0\";s:40:\"a21f6c7c506e08ca521bbd5d2d2089b521dead37\";s:3:\"db0\";s:40:\"d6e0358765e97e00fe67146ef8445c2f3738feeb\";}s:6:\"sha256\";a:12:{s:8:\"plugins0\";s:64:\"258fdd60d63e71698f47bafd3c632699ee62812eb28272dffa24ed9e25876f53\";s:8:\"plugins1\";s:64:\"a3e4d45352a38fc20f7a0731f4fd986b79edd2a4b195ad58b40a4af00f578a34\";s:8:\"plugins2\";s:64:\"146312b099935415f02f9057a961c91e98fd1f29c6b8eb41bd819be924935d1e\";s:7:\"themes0\";s:64:\"5b3d96e0403a149b288722b747e77cff36b5eea843e0340a78c98d280098d44b\";s:7:\"themes1\";s:64:\"c9c4f76c17547d3eedd43055e0b183bf62cbea027e89bc6fd0d4f8c00d237668\";s:8:\"uploads0\";s:64:\"51c8a52e02ce1e69176c381bb884a17a08df811d3a7202a2129b3cd1f7982adc\";s:8:\"uploads1\";s:64:\"d5a0941fdbdf7ab52cbc70d3edc97b2242949ec9062427ab2db9ac23c2eb9006\";s:8:\"uploads2\";s:64:\"5ff296333e91ee68546690b5208144caf3ee16073e1376b293cb4f73ec54cd28\";s:8:\"uploads3\";s:64:\"ec1253123b57da735cddfdc348c48749537dca527f3d89a56f54e452d799bd50\";s:8:\"uploads4\";s:64:\"d420e5f8099dbe1e3f9a2c2f7d3ebebaf7925ddb5724b4473a97a53403142b5a\";s:7:\"others0\";s:64:\"b345092030e6521a5600930925e2e82d35126c0957e9366de3a20c589015e7ef\";s:3:\"db0\";s:64:\"d9a245b30a5ce81d59befadf3166747fdd86b33dc340fc0fce056d9e36a7c301\";}}s:5:\"nonce\";s:12:\"fea131d07b5b\";s:7:\"service\";a:1:{i:0;s:4:\"none\";}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";a:4:{s:7:\"plugins\";i:1595956970;s:6:\"themes\";i:1595956982;s:7:\"uploads\";i:1595956985;s:6:\"others\";i:1595956990;}s:18:\"created_by_version\";s:7:\"1.16.26\";s:21:\"last_saved_by_version\";s:7:\"1.16.26\";s:12:\"is_multisite\";b:0;}i:1593364938;a:24:{s:7:\"plugins\";a:2:{i:0;s:66:\"backup_2020-06-28-1222_Ruth039s_Nutrition_18a06212e936-plugins.zip\";i:1;s:67:\"backup_2020-06-28-1222_Ruth039s_Nutrition_18a06212e936-plugins2.zip\";}s:12:\"plugins-size\";i:22620561;s:13:\"plugins1-size\";i:20219900;s:6:\"themes\";a:2:{i:0;s:65:\"backup_2020-06-28-1222_Ruth039s_Nutrition_18a06212e936-themes.zip\";i:1;s:66:\"backup_2020-06-28-1222_Ruth039s_Nutrition_18a06212e936-themes2.zip\";}s:11:\"themes-size\";i:25170099;s:12:\"themes1-size\";i:8613348;s:7:\"uploads\";a:4:{i:0;s:66:\"backup_2020-06-28-1222_Ruth039s_Nutrition_18a06212e936-uploads.zip\";i:1;s:67:\"backup_2020-06-28-1222_Ruth039s_Nutrition_18a06212e936-uploads2.zip\";i:2;s:67:\"backup_2020-06-28-1222_Ruth039s_Nutrition_18a06212e936-uploads3.zip\";i:3;s:67:\"backup_2020-06-28-1222_Ruth039s_Nutrition_18a06212e936-uploads4.zip\";}s:12:\"uploads-size\";i:25809152;s:13:\"uploads1-size\";i:25281355;s:13:\"uploads2-size\";i:26305060;s:13:\"uploads3-size\";i:9367552;s:6:\"others\";a:1:{i:0;s:65:\"backup_2020-06-28-1222_Ruth039s_Nutrition_18a06212e936-others.zip\";}s:11:\"others-size\";i:2064384;s:2:\"db\";s:60:\"backup_2020-06-28-1222_Ruth039s_Nutrition_18a06212e936-db.gz\";s:7:\"db-size\";i:1827730;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:10:{s:8:\"plugins0\";s:40:\"689970246bd84309a86c87586a6133b05821c3fa\";s:8:\"plugins1\";s:40:\"9c770819fa8b0193a50dd971cd2b1389756c99f9\";s:7:\"themes0\";s:40:\"807b275fc3c13cf1ad8319464516e01e5a6f6154\";s:7:\"themes1\";s:40:\"87672d7d10ee06e07a646d719a69c4817c858f6a\";s:8:\"uploads0\";s:40:\"9b5a07728d7c5c0a6dfba7582953e46b08c9a116\";s:8:\"uploads1\";s:40:\"425fc11728ed07532635f7ad4eaae7f15f5f372b\";s:8:\"uploads2\";s:40:\"6f6d4571c56f7075526b9c70c5c5ffbf733fb4af\";s:8:\"uploads3\";s:40:\"99d90a0ee07f3a28096251b5543aeab644356760\";s:7:\"others0\";s:40:\"dfa9a1259ba5603571cb57066af31fd411784d9a\";s:3:\"db0\";s:40:\"4d2683b8627107b430c6a3bdfaea56bc8d02d707\";}s:6:\"sha256\";a:10:{s:8:\"plugins0\";s:64:\"0dd7bc1360ae701458db8811a32f0192a4113967260db5063b40fd5ef1e15bc9\";s:8:\"plugins1\";s:64:\"f4d0cce2c4dade539fd7542b93f43928c700099ce1e7b59cadb4bb8f699918d9\";s:7:\"themes0\";s:64:\"5b3d96e0403a149b288722b747e77cff36b5eea843e0340a78c98d280098d44b\";s:7:\"themes1\";s:64:\"c9c4f76c17547d3eedd43055e0b183bf62cbea027e89bc6fd0d4f8c00d237668\";s:8:\"uploads0\";s:64:\"fef7abf66c24126011d5285a6ddfcff863e35591d2e32a67bd8ee90bee1c2acb\";s:8:\"uploads1\";s:64:\"a6c08301887cedebaf7a146eab482eb0850ed38f16db2c18f32a567912c9bb0e\";s:8:\"uploads2\";s:64:\"e3c70cbcbc289708de1b74aee02557361cba324f4fb04bc774d224920bdf042e\";s:8:\"uploads3\";s:64:\"e671c3dff0364b8968c038fe0580cd6944512c5a6c4b2316799a4d672a463f03\";s:7:\"others0\";s:64:\"f1d20d8bdb13783f6ffb306f48c78ed9fc12756e2402e9cdc041cea6e5618e30\";s:3:\"db0\";s:64:\"9532751c93ab9cfcd4a281d68d5d5ab9e4fe113dcb12defa5e5248f48a1f23aa\";}}s:5:\"nonce\";s:12:\"18a06212e936\";s:7:\"service\";a:1:{i:0;s:4:\"none\";}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";a:4:{s:7:\"plugins\";i:1593364938;s:6:\"themes\";i:1593364950;s:7:\"uploads\";i:1593364957;s:6:\"others\";i:1593364978;}s:18:\"created_by_version\";s:7:\"1.16.25\";s:21:\"last_saved_by_version\";s:7:\"1.16.25\";s:12:\"is_multisite\";b:0;}i:1590772696;a:25:{s:7:\"plugins\";a:2:{i:0;s:66:\"backup_2020-05-29-1218_Ruth039s_Nutrition_516991dedfc9-plugins.zip\";i:1;s:67:\"backup_2020-05-29-1218_Ruth039s_Nutrition_516991dedfc9-plugins2.zip\";}s:12:\"plugins-size\";i:22620593;s:13:\"plugins1-size\";i:20219692;s:6:\"themes\";a:2:{i:0;s:65:\"backup_2020-05-29-1218_Ruth039s_Nutrition_516991dedfc9-themes.zip\";i:1;s:66:\"backup_2020-05-29-1218_Ruth039s_Nutrition_516991dedfc9-themes2.zip\";}s:11:\"themes-size\";i:25170099;s:12:\"themes1-size\";i:8613348;s:7:\"uploads\";a:5:{i:0;s:66:\"backup_2020-05-29-1218_Ruth039s_Nutrition_516991dedfc9-uploads.zip\";i:1;s:67:\"backup_2020-05-29-1218_Ruth039s_Nutrition_516991dedfc9-uploads2.zip\";i:2;s:67:\"backup_2020-05-29-1218_Ruth039s_Nutrition_516991dedfc9-uploads3.zip\";i:3;s:67:\"backup_2020-05-29-1218_Ruth039s_Nutrition_516991dedfc9-uploads4.zip\";i:4;s:67:\"backup_2020-05-29-1218_Ruth039s_Nutrition_516991dedfc9-uploads5.zip\";}s:12:\"uploads-size\";i:25836335;s:13:\"uploads1-size\";i:25360474;s:13:\"uploads2-size\";i:26340631;s:13:\"uploads3-size\";i:26452416;s:13:\"uploads4-size\";i:9197286;s:6:\"others\";a:1:{i:0;s:65:\"backup_2020-05-29-1218_Ruth039s_Nutrition_516991dedfc9-others.zip\";}s:11:\"others-size\";i:21554876;s:2:\"db\";s:60:\"backup_2020-05-29-1218_Ruth039s_Nutrition_516991dedfc9-db.gz\";s:7:\"db-size\";i:1828381;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:11:{s:8:\"plugins0\";s:40:\"d9fef57d9e704f726a026eb4187dedf3bc863734\";s:8:\"plugins1\";s:40:\"bf4e2f4cefe214540d92720f9d2af432e62ec397\";s:7:\"themes0\";s:40:\"807b275fc3c13cf1ad8319464516e01e5a6f6154\";s:7:\"themes1\";s:40:\"87672d7d10ee06e07a646d719a69c4817c858f6a\";s:8:\"uploads0\";s:40:\"1d45f04cb126fef55de306ffc34c67f0d7f5c972\";s:8:\"uploads1\";s:40:\"2fc0f5e7dc1afb32fc548a76256e49d12eb45f35\";s:8:\"uploads2\";s:40:\"429848d84c4cefe59bd9da25805cdd7e58a851cf\";s:8:\"uploads3\";s:40:\"8905e5021c47ea05c477ad40e6df1dfc9f61a9e5\";s:8:\"uploads4\";s:40:\"ba456188f049d98a3ba4286cabdb1190c5d9909b\";s:7:\"others0\";s:40:\"443acd502a948b3729f3e6f8891a88958df2a759\";s:3:\"db0\";s:40:\"9c9bf62f9115be4a37ae512eecd2b7fb528d8903\";}s:6:\"sha256\";a:11:{s:8:\"plugins0\";s:64:\"71ebd0a622edd32e30407b0099276452dda3cb8cc81b60dfe74d486eee24e0e6\";s:8:\"plugins1\";s:64:\"986c520ecfcaf96cedc8526764e8e603fc43e25006d6c3485bc53878d6b21eaa\";s:7:\"themes0\";s:64:\"5b3d96e0403a149b288722b747e77cff36b5eea843e0340a78c98d280098d44b\";s:7:\"themes1\";s:64:\"c9c4f76c17547d3eedd43055e0b183bf62cbea027e89bc6fd0d4f8c00d237668\";s:8:\"uploads0\";s:64:\"bce69bbb8d6dc8f46254790b6c1ec30e4f01afbebf8a0c1c75a9ae00c0355674\";s:8:\"uploads1\";s:64:\"782543dd8c866b4e76ec696a94bae574b13bb69c15b36b04acf9c604f9405f04\";s:8:\"uploads2\";s:64:\"e00eaeb972c62159d68d8aac5442e23adc0103ae90ecde66c8e8a540680aab22\";s:8:\"uploads3\";s:64:\"9fa027e9ebbf8fb0885b9881f036611ae995df881809b067d7980af2f5f9f4b6\";s:8:\"uploads4\";s:64:\"f473998f90bb00562ab56a0bc639d9650e1b60be3577f173dc28a390854385ea\";s:7:\"others0\";s:64:\"676d03ed537170e7e9e8f83471f615b9850a78791d1bd2202eca919f5c92d3ed\";s:3:\"db0\";s:64:\"de533f91d1999d9331107d2f2e561b59bd9c511ee803ab36f0a8fb3bf9c1be68\";}}s:5:\"nonce\";s:12:\"516991dedfc9\";s:7:\"service\";a:1:{i:0;s:4:\"none\";}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";a:4:{s:7:\"plugins\";i:1590772697;s:6:\"themes\";i:1590772709;s:7:\"uploads\";i:1590772712;s:6:\"others\";i:1590772717;}s:18:\"created_by_version\";s:7:\"1.16.24\";s:21:\"last_saved_by_version\";s:7:\"1.16.24\";s:12:\"is_multisite\";b:0;}i:1588180879;a:25:{s:7:\"plugins\";a:2:{i:0;s:66:\"backup_2020-04-29-1221_Ruth039s_Nutrition_1c4caba73a17-plugins.zip\";i:1;s:67:\"backup_2020-04-29-1221_Ruth039s_Nutrition_1c4caba73a17-plugins2.zip\";}s:12:\"plugins-size\";i:26147107;s:13:\"plugins1-size\";i:5289635;s:6:\"themes\";a:2:{i:0;s:65:\"backup_2020-04-29-1221_Ruth039s_Nutrition_1c4caba73a17-themes.zip\";i:1;s:66:\"backup_2020-04-29-1221_Ruth039s_Nutrition_1c4caba73a17-themes2.zip\";}s:11:\"themes-size\";i:25143875;s:12:\"themes1-size\";i:9897509;s:7:\"uploads\";a:5:{i:0;s:66:\"backup_2020-04-29-1221_Ruth039s_Nutrition_1c4caba73a17-uploads.zip\";i:1;s:67:\"backup_2020-04-29-1221_Ruth039s_Nutrition_1c4caba73a17-uploads2.zip\";i:2;s:67:\"backup_2020-04-29-1221_Ruth039s_Nutrition_1c4caba73a17-uploads3.zip\";i:3;s:67:\"backup_2020-04-29-1221_Ruth039s_Nutrition_1c4caba73a17-uploads4.zip\";i:4;s:67:\"backup_2020-04-29-1221_Ruth039s_Nutrition_1c4caba73a17-uploads5.zip\";}s:12:\"uploads-size\";i:26044901;s:13:\"uploads1-size\";i:24794505;s:13:\"uploads2-size\";i:26321288;s:13:\"uploads3-size\";i:26161068;s:13:\"uploads4-size\";i:4508601;s:6:\"others\";a:1:{i:0;s:65:\"backup_2020-04-29-1221_Ruth039s_Nutrition_1c4caba73a17-others.zip\";}s:11:\"others-size\";i:21793823;s:2:\"db\";s:60:\"backup_2020-04-29-1221_Ruth039s_Nutrition_1c4caba73a17-db.gz\";s:7:\"db-size\";i:1666735;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:11:{s:8:\"plugins0\";s:40:\"598d62b1a86f75f2009d3ff78ae94e191afe690a\";s:8:\"plugins1\";s:40:\"fd154556f234a4159588801dbcb8d72d55b2f433\";s:7:\"themes0\";s:40:\"69bcdc889e12042228f8c925af0e49c05dddd3f7\";s:7:\"themes1\";s:40:\"57df61ed8cc7e2d1ebcae5c301a47005e012a8d9\";s:8:\"uploads0\";s:40:\"ac17279d684ccf075f3628ff052e58a295b424bf\";s:8:\"uploads1\";s:40:\"68fe4f7b015c5c4ed50971594f5f3f3b35093302\";s:8:\"uploads2\";s:40:\"7c26f7c2344bd8ee9658d2241a2beba53cd3a5a8\";s:8:\"uploads3\";s:40:\"c792eb65acae85532613b1d57f1893b46befa281\";s:8:\"uploads4\";s:40:\"424cd48ddc46cc02114ae1226379a36a64d532b7\";s:7:\"others0\";s:40:\"4c2417702e8a0919c90a9543f08b60a20245ad42\";s:3:\"db0\";s:40:\"a9e4101571a07ec965fd17197b3487ee3fb4f2d7\";}s:6:\"sha256\";a:11:{s:8:\"plugins0\";s:64:\"f87da6806488620be36b7400ed31ac668714085de541a76952b3a19b68c4b929\";s:8:\"plugins1\";s:64:\"193b6dcb5c32bd32787b0c11f3eac9858a906a5e894cb6416e598a59720875bf\";s:7:\"themes0\";s:64:\"5f40899cfab992a4d18d975c9ec8a5b6523e53909dde26bc118c70b97723c00c\";s:7:\"themes1\";s:64:\"fe0768e33ce8189705bbea98db79c7f9ada4b215fd5c6eb929dd0e778977e905\";s:8:\"uploads0\";s:64:\"68763d1b71b5b80bba73d9c31a92298f21c1bfbd3632155bff1397b37356b650\";s:8:\"uploads1\";s:64:\"4a3737587638a78d0818309e79936869896effd2c939998943dde1dbc52d6e65\";s:8:\"uploads2\";s:64:\"859ad5155b8e9a5175ef6c16b395de5ea02c44aae4f350bf07f53df5224b52ef\";s:8:\"uploads3\";s:64:\"15601487ea2aa88cffcfdc3365c15d6226e5d66d8eb00e3c4247716a507375c9\";s:8:\"uploads4\";s:64:\"63a1e102826d51238b25e8f9f71b3e2ec05b28487ca7919fe8e77562798aeca3\";s:7:\"others0\";s:64:\"6db4d05830b14e183e612e3da3aadd54c4d2e73626e8b2454a0518153aed7754\";s:3:\"db0\";s:64:\"36ea226f1b70826ce0c523b32a3355ca1a14f21340e3246ade5d324860e2b84e\";}}s:5:\"nonce\";s:12:\"1c4caba73a17\";s:7:\"service\";a:1:{i:0;s:4:\"none\";}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";a:4:{s:7:\"plugins\";i:1588180879;s:6:\"themes\";i:1588180891;s:7:\"uploads\";i:1588180894;s:6:\"others\";i:1588180899;}s:18:\"created_by_version\";s:7:\"1.16.23\";s:21:\"last_saved_by_version\";s:7:\"1.16.23\";s:12:\"is_multisite\";b:0;}i:1585589087;a:25:{s:7:\"plugins\";a:2:{i:0;s:66:\"backup_2020-03-30-1224_Ruth039s_Nutrition_3680a1b5fece-plugins.zip\";i:1;s:67:\"backup_2020-03-30-1224_Ruth039s_Nutrition_3680a1b5fece-plugins2.zip\";}s:12:\"plugins-size\";i:26131251;s:13:\"plugins1-size\";i:5289635;s:6:\"themes\";a:2:{i:0;s:65:\"backup_2020-03-30-1224_Ruth039s_Nutrition_3680a1b5fece-themes.zip\";i:1;s:66:\"backup_2020-03-30-1224_Ruth039s_Nutrition_3680a1b5fece-themes2.zip\";}s:11:\"themes-size\";i:25010162;s:12:\"themes1-size\";i:9896978;s:7:\"uploads\";a:5:{i:0;s:66:\"backup_2020-03-30-1224_Ruth039s_Nutrition_3680a1b5fece-uploads.zip\";i:1;s:67:\"backup_2020-03-30-1224_Ruth039s_Nutrition_3680a1b5fece-uploads2.zip\";i:2;s:67:\"backup_2020-03-30-1224_Ruth039s_Nutrition_3680a1b5fece-uploads3.zip\";i:3;s:67:\"backup_2020-03-30-1224_Ruth039s_Nutrition_3680a1b5fece-uploads4.zip\";i:4;s:67:\"backup_2020-03-30-1224_Ruth039s_Nutrition_3680a1b5fece-uploads5.zip\";}s:12:\"uploads-size\";i:26044741;s:13:\"uploads1-size\";i:24794505;s:13:\"uploads2-size\";i:26321288;s:13:\"uploads3-size\";i:26161068;s:13:\"uploads4-size\";i:4508601;s:6:\"others\";a:1:{i:0;s:65:\"backup_2020-03-30-1224_Ruth039s_Nutrition_3680a1b5fece-others.zip\";}s:11:\"others-size\";i:21397318;s:2:\"db\";s:60:\"backup_2020-03-30-1224_Ruth039s_Nutrition_3680a1b5fece-db.gz\";s:7:\"db-size\";i:1785444;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:11:{s:8:\"plugins0\";s:40:\"09c2b58746f060f0f6db8bcbad878f17b5b5aa27\";s:8:\"plugins1\";s:40:\"fd154556f234a4159588801dbcb8d72d55b2f433\";s:7:\"themes0\";s:40:\"d951b8ba857e6fd920c251836e1d98b6c8b44fa7\";s:7:\"themes1\";s:40:\"7cd9c052d334ed2af42b0cc62af5fc542fd60793\";s:8:\"uploads0\";s:40:\"730d385d099e2fd3511bbd31ea06eb0d9a214036\";s:8:\"uploads1\";s:40:\"68fe4f7b015c5c4ed50971594f5f3f3b35093302\";s:8:\"uploads2\";s:40:\"7c26f7c2344bd8ee9658d2241a2beba53cd3a5a8\";s:8:\"uploads3\";s:40:\"c792eb65acae85532613b1d57f1893b46befa281\";s:8:\"uploads4\";s:40:\"424cd48ddc46cc02114ae1226379a36a64d532b7\";s:7:\"others0\";s:40:\"df44c1567e15b6d92ce35e2e32ee7864b2096282\";s:3:\"db0\";s:40:\"0f3394221f0c250381f022d1c1ec96d61bddbdae\";}s:6:\"sha256\";a:11:{s:8:\"plugins0\";s:64:\"9b2230f415d0e66f5bfebd3a901983c74e3c78dadcfcd3f18144da7b827423cd\";s:8:\"plugins1\";s:64:\"193b6dcb5c32bd32787b0c11f3eac9858a906a5e894cb6416e598a59720875bf\";s:7:\"themes0\";s:64:\"211e6dda931e5ec45ea16d86d3044a066f3ad3edd2ba9bd4f2dae7f6f8d11bd1\";s:7:\"themes1\";s:64:\"eb2cc86e262b6294e431521736444562767e38969e79017204198137bb6e2a53\";s:8:\"uploads0\";s:64:\"4549387eaef9d9c8f6a6c985b0ba19ee3f711e4e7f1461c0cee24777807dbb68\";s:8:\"uploads1\";s:64:\"4a3737587638a78d0818309e79936869896effd2c939998943dde1dbc52d6e65\";s:8:\"uploads2\";s:64:\"859ad5155b8e9a5175ef6c16b395de5ea02c44aae4f350bf07f53df5224b52ef\";s:8:\"uploads3\";s:64:\"15601487ea2aa88cffcfdc3365c15d6226e5d66d8eb00e3c4247716a507375c9\";s:8:\"uploads4\";s:64:\"63a1e102826d51238b25e8f9f71b3e2ec05b28487ca7919fe8e77562798aeca3\";s:7:\"others0\";s:64:\"e07e507743eb45a1f15e3233143928a6352763d1da78009c73bfacf46865e679\";s:3:\"db0\";s:64:\"b52ed461e3b7fe73bdb0af70d10e562f69405fce6eaf51a33bb0cd0db4d8e385\";}}s:5:\"nonce\";s:12:\"3680a1b5fece\";s:7:\"service\";a:1:{i:0;s:4:\"none\";}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";a:4:{s:7:\"plugins\";i:1585589087;s:6:\"themes\";i:1585589096;s:7:\"uploads\";i:1585589098;s:6:\"others\";i:1585589103;}s:18:\"created_by_version\";s:7:\"1.16.22\";s:21:\"last_saved_by_version\";s:7:\"1.16.22\";s:12:\"is_multisite\";b:0;}i:1582997940;a:24:{s:7:\"plugins\";a:2:{i:0;s:66:\"backup_2020-02-29-1139_Ruth039s_Nutrition_da1c5e5492fc-plugins.zip\";i:1;s:67:\"backup_2020-02-29-1139_Ruth039s_Nutrition_da1c5e5492fc-plugins2.zip\";}s:12:\"plugins-size\";i:26104049;s:13:\"plugins1-size\";i:5289530;s:6:\"themes\";a:2:{i:0;s:65:\"backup_2020-02-29-1139_Ruth039s_Nutrition_da1c5e5492fc-themes.zip\";i:1;s:66:\"backup_2020-02-29-1139_Ruth039s_Nutrition_da1c5e5492fc-themes2.zip\";}s:11:\"themes-size\";i:25010162;s:12:\"themes1-size\";i:9896978;s:7:\"uploads\";a:4:{i:0;s:66:\"backup_2020-02-29-1139_Ruth039s_Nutrition_da1c5e5492fc-uploads.zip\";i:1;s:67:\"backup_2020-02-29-1139_Ruth039s_Nutrition_da1c5e5492fc-uploads2.zip\";i:2;s:67:\"backup_2020-02-29-1139_Ruth039s_Nutrition_da1c5e5492fc-uploads3.zip\";i:3;s:67:\"backup_2020-02-29-1139_Ruth039s_Nutrition_da1c5e5492fc-uploads4.zip\";}s:12:\"uploads-size\";i:26040449;s:13:\"uploads1-size\";i:28110978;s:13:\"uploads2-size\";i:28194791;s:13:\"uploads3-size\";i:24942660;s:6:\"others\";a:1:{i:0;s:65:\"backup_2020-02-29-1139_Ruth039s_Nutrition_da1c5e5492fc-others.zip\";}s:11:\"others-size\";i:21412512;s:2:\"db\";s:60:\"backup_2020-02-29-1139_Ruth039s_Nutrition_da1c5e5492fc-db.gz\";s:7:\"db-size\";i:1626406;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:10:{s:8:\"plugins0\";s:40:\"13ed33ac4dd92953486d618db55d8d7bf644f1f9\";s:8:\"plugins1\";s:40:\"ffff1ace42a21be73f6b3f68c6bb6659fe54085c\";s:7:\"themes0\";s:40:\"d951b8ba857e6fd920c251836e1d98b6c8b44fa7\";s:7:\"themes1\";s:40:\"7cd9c052d334ed2af42b0cc62af5fc542fd60793\";s:8:\"uploads0\";s:40:\"825fc615144683eafc1a009b65cfcb6a17fee8b4\";s:8:\"uploads1\";s:40:\"9a75becb25c136c71b57c41087322d38df11da9a\";s:8:\"uploads2\";s:40:\"e3d4b7a5b743e46d017833f7de34ee02eb7e7264\";s:8:\"uploads3\";s:40:\"bf57dbe2908d49a8bca478c5ce7ddb32ba277560\";s:7:\"others0\";s:40:\"821756ca11c2ac818777970a8b4bd9e7ff115d00\";s:3:\"db0\";s:40:\"457cdc6348fca3d5098e8cfb29b3992fddff9722\";}s:6:\"sha256\";a:10:{s:8:\"plugins0\";s:64:\"37315f514ae110081b1e7025e8745be1f5b99af636bb2ab0ea65ac8da2d25fb2\";s:8:\"plugins1\";s:64:\"34979ac5231dced0f4ada18dee30ee658b71594ae11c9cd18c4feb38187eea86\";s:7:\"themes0\";s:64:\"211e6dda931e5ec45ea16d86d3044a066f3ad3edd2ba9bd4f2dae7f6f8d11bd1\";s:7:\"themes1\";s:64:\"eb2cc86e262b6294e431521736444562767e38969e79017204198137bb6e2a53\";s:8:\"uploads0\";s:64:\"ee15c38385529080c0974af7df7fe716cc207a739478a7529f27155e07c1348e\";s:8:\"uploads1\";s:64:\"e5dc4e4bee425b7731504f348e1182b3aca853cb480cbab1d81b525a7192b7c6\";s:8:\"uploads2\";s:64:\"5828ee1d53ada404ee66240699ac39871afc43900e54b569fdcebe4f4670e0cb\";s:8:\"uploads3\";s:64:\"f84db4f79e786e6ae1f8ab9b68693ecaf9fae23df28fce5215c926167b043c0e\";s:7:\"others0\";s:64:\"4bb2f1405b94a09a71f8cbf1c9a7af794befcb04f87be560e00d807bafcbcd5e\";s:3:\"db0\";s:64:\"b02a1e0e545f5d1867f0e1f122d84ac6c7fecd46f9cea958e196c0d83777331a\";}}s:5:\"nonce\";s:12:\"da1c5e5492fc\";s:7:\"service\";a:1:{i:0;s:4:\"none\";}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";a:4:{s:7:\"plugins\";i:1582997940;s:6:\"themes\";i:1582997947;s:7:\"uploads\";i:1582997950;s:6:\"others\";i:1582997953;}s:18:\"created_by_version\";s:7:\"1.16.21\";s:21:\"last_saved_by_version\";s:7:\"1.16.21\";s:12:\"is_multisite\";b:0;}i:1580405350;a:24:{s:7:\"plugins\";a:2:{i:0;s:66:\"backup_2020-01-30-1129_Ruth039s_Nutrition_34de6ac1d2c9-plugins.zip\";i:1;s:67:\"backup_2020-01-30-1129_Ruth039s_Nutrition_34de6ac1d2c9-plugins2.zip\";}s:12:\"plugins-size\";i:26103972;s:13:\"plugins1-size\";i:5289530;s:6:\"themes\";a:2:{i:0;s:65:\"backup_2020-01-30-1129_Ruth039s_Nutrition_34de6ac1d2c9-themes.zip\";i:1;s:66:\"backup_2020-01-30-1129_Ruth039s_Nutrition_34de6ac1d2c9-themes2.zip\";}s:11:\"themes-size\";i:25010162;s:12:\"themes1-size\";i:9896978;s:7:\"uploads\";a:4:{i:0;s:66:\"backup_2020-01-30-1129_Ruth039s_Nutrition_34de6ac1d2c9-uploads.zip\";i:1;s:67:\"backup_2020-01-30-1129_Ruth039s_Nutrition_34de6ac1d2c9-uploads2.zip\";i:2;s:67:\"backup_2020-01-30-1129_Ruth039s_Nutrition_34de6ac1d2c9-uploads3.zip\";i:3;s:67:\"backup_2020-01-30-1129_Ruth039s_Nutrition_34de6ac1d2c9-uploads4.zip\";}s:12:\"uploads-size\";i:26018754;s:13:\"uploads1-size\";i:27415848;s:13:\"uploads2-size\";i:28194791;s:13:\"uploads3-size\";i:24942660;s:6:\"others\";a:1:{i:0;s:65:\"backup_2020-01-30-1129_Ruth039s_Nutrition_34de6ac1d2c9-others.zip\";}s:11:\"others-size\";i:21396323;s:2:\"db\";s:60:\"backup_2020-01-30-1129_Ruth039s_Nutrition_34de6ac1d2c9-db.gz\";s:7:\"db-size\";i:1601563;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:10:{s:8:\"plugins0\";s:40:\"507658ef5dbe08d6db92f15fd2319f67c336d4f3\";s:8:\"plugins1\";s:40:\"ffff1ace42a21be73f6b3f68c6bb6659fe54085c\";s:7:\"themes0\";s:40:\"d951b8ba857e6fd920c251836e1d98b6c8b44fa7\";s:7:\"themes1\";s:40:\"7cd9c052d334ed2af42b0cc62af5fc542fd60793\";s:8:\"uploads0\";s:40:\"875f39763abb26d3c248d2a6f8e8f3a652685abb\";s:8:\"uploads1\";s:40:\"61f599ddadf19586921c22ceb7ec966481674df9\";s:8:\"uploads2\";s:40:\"e3d4b7a5b743e46d017833f7de34ee02eb7e7264\";s:8:\"uploads3\";s:40:\"bf57dbe2908d49a8bca478c5ce7ddb32ba277560\";s:7:\"others0\";s:40:\"15fb2a8bba65ee85a06b539b215b63a8d48e8f4d\";s:3:\"db0\";s:40:\"983ea8690fcf35ff5eae365301e7d5dc8111f3fe\";}s:6:\"sha256\";a:10:{s:8:\"plugins0\";s:64:\"6d66730fc03fa4853c1c661d48786519674b8c9c941321bcab315d27b61381c7\";s:8:\"plugins1\";s:64:\"34979ac5231dced0f4ada18dee30ee658b71594ae11c9cd18c4feb38187eea86\";s:7:\"themes0\";s:64:\"211e6dda931e5ec45ea16d86d3044a066f3ad3edd2ba9bd4f2dae7f6f8d11bd1\";s:7:\"themes1\";s:64:\"eb2cc86e262b6294e431521736444562767e38969e79017204198137bb6e2a53\";s:8:\"uploads0\";s:64:\"fd10aa2f6e21c7cf7a36aaf7d737d3c49f7204e5dd7b8c65766ea261e58469ea\";s:8:\"uploads1\";s:64:\"591003adf218e138aa576839cbc7a7f966cde1432f288abb0b8fef58284b602c\";s:8:\"uploads2\";s:64:\"5828ee1d53ada404ee66240699ac39871afc43900e54b569fdcebe4f4670e0cb\";s:8:\"uploads3\";s:64:\"f84db4f79e786e6ae1f8ab9b68693ecaf9fae23df28fce5215c926167b043c0e\";s:7:\"others0\";s:64:\"756dddff76cbbeb30802be797f8db837924d26bd2421825987428be86616f5b6\";s:3:\"db0\";s:64:\"6fae6f031415cd4649d00ccc747709e2cfc14a980ceedd7a29cde18c9960256f\";}}s:5:\"nonce\";s:12:\"34de6ac1d2c9\";s:7:\"service\";a:1:{i:0;s:4:\"none\";}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";a:4:{s:7:\"plugins\";i:1580405351;s:6:\"themes\";i:1580405362;s:7:\"uploads\";i:1580405366;s:6:\"others\";i:1580405372;}s:18:\"created_by_version\";s:7:\"1.16.21\";s:21:\"last_saved_by_version\";s:7:\"1.16.21\";s:12:\"is_multisite\";b:0;}i:1577812735;a:24:{s:7:\"plugins\";a:2:{i:0;s:66:\"backup_2019-12-31-1118_Ruth039s_Nutrition_4c0cf1effa5e-plugins.zip\";i:1;s:67:\"backup_2019-12-31-1118_Ruth039s_Nutrition_4c0cf1effa5e-plugins2.zip\";}s:12:\"plugins-size\";i:26092561;s:13:\"plugins1-size\";i:5289530;s:6:\"themes\";a:2:{i:0;s:65:\"backup_2019-12-31-1118_Ruth039s_Nutrition_4c0cf1effa5e-themes.zip\";i:1;s:66:\"backup_2019-12-31-1118_Ruth039s_Nutrition_4c0cf1effa5e-themes2.zip\";}s:11:\"themes-size\";i:25010162;s:12:\"themes1-size\";i:9896978;s:7:\"uploads\";a:4:{i:0;s:66:\"backup_2019-12-31-1118_Ruth039s_Nutrition_4c0cf1effa5e-uploads.zip\";i:1;s:67:\"backup_2019-12-31-1118_Ruth039s_Nutrition_4c0cf1effa5e-uploads2.zip\";i:2;s:67:\"backup_2019-12-31-1118_Ruth039s_Nutrition_4c0cf1effa5e-uploads3.zip\";i:3;s:67:\"backup_2019-12-31-1118_Ruth039s_Nutrition_4c0cf1effa5e-uploads4.zip\";}s:12:\"uploads-size\";i:26018140;s:13:\"uploads1-size\";i:26904009;s:13:\"uploads2-size\";i:28194791;s:13:\"uploads3-size\";i:24942660;s:6:\"others\";a:1:{i:0;s:65:\"backup_2019-12-31-1118_Ruth039s_Nutrition_4c0cf1effa5e-others.zip\";}s:11:\"others-size\";i:21394761;s:2:\"db\";s:60:\"backup_2019-12-31-1118_Ruth039s_Nutrition_4c0cf1effa5e-db.gz\";s:7:\"db-size\";i:1591099;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:10:{s:8:\"plugins0\";s:40:\"5b6a2db7132e038e5bcde5c23e38de94e12e24e8\";s:8:\"plugins1\";s:40:\"ffff1ace42a21be73f6b3f68c6bb6659fe54085c\";s:7:\"themes0\";s:40:\"d951b8ba857e6fd920c251836e1d98b6c8b44fa7\";s:7:\"themes1\";s:40:\"7cd9c052d334ed2af42b0cc62af5fc542fd60793\";s:8:\"uploads0\";s:40:\"88dc13c7e34d5df14950519e6994d5d335894409\";s:8:\"uploads1\";s:40:\"1aac7d619a3cd03d8b6ac8d8e42e8c9e6ca2a065\";s:8:\"uploads2\";s:40:\"e3d4b7a5b743e46d017833f7de34ee02eb7e7264\";s:8:\"uploads3\";s:40:\"bf57dbe2908d49a8bca478c5ce7ddb32ba277560\";s:7:\"others0\";s:40:\"8df213c09fdf78d3092ccf9bc2e524d9cf02d068\";s:3:\"db0\";s:40:\"fc836382313dcfef17213c3f473ac9bac67557f6\";}s:6:\"sha256\";a:10:{s:8:\"plugins0\";s:64:\"b27c8e8eeea382dc76f284cbe36336020d50b23ab0f1099104f847b69b126a44\";s:8:\"plugins1\";s:64:\"34979ac5231dced0f4ada18dee30ee658b71594ae11c9cd18c4feb38187eea86\";s:7:\"themes0\";s:64:\"211e6dda931e5ec45ea16d86d3044a066f3ad3edd2ba9bd4f2dae7f6f8d11bd1\";s:7:\"themes1\";s:64:\"eb2cc86e262b6294e431521736444562767e38969e79017204198137bb6e2a53\";s:8:\"uploads0\";s:64:\"276922f89bb15bf5665cfcc625bdae06695eec400e44dd1f7b85634a5d0d18a1\";s:8:\"uploads1\";s:64:\"c99a9dc2e8c07b2d6e7e2a0c23e14e817f1d6402b89dd0dd1161e55b8a65d1d5\";s:8:\"uploads2\";s:64:\"5828ee1d53ada404ee66240699ac39871afc43900e54b569fdcebe4f4670e0cb\";s:8:\"uploads3\";s:64:\"f84db4f79e786e6ae1f8ab9b68693ecaf9fae23df28fce5215c926167b043c0e\";s:7:\"others0\";s:64:\"6dec1277d0ef7e223d54e9ea1c014b186695304c0e358cf871d99af260aa7543\";s:3:\"db0\";s:64:\"4a4005d31c5e9324618902bbb28df3badb2447f0157e51297bb88db1f5b3a866\";}}s:5:\"nonce\";s:12:\"4c0cf1effa5e\";s:7:\"service\";a:1:{i:0;s:4:\"none\";}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";a:4:{s:7:\"plugins\";i:1577812736;s:6:\"themes\";i:1577812747;s:7:\"uploads\";i:1577812750;s:6:\"others\";i:1577812756;}s:18:\"created_by_version\";s:7:\"1.16.21\";s:21:\"last_saved_by_version\";s:7:\"1.16.21\";s:12:\"is_multisite\";b:0;}i:1575220688;a:23:{s:7:\"plugins\";a:2:{i:0;s:66:\"backup_2019-12-01-1118_Ruth039s_Nutrition_4b3923b91910-plugins.zip\";i:1;s:67:\"backup_2019-12-01-1118_Ruth039s_Nutrition_4b3923b91910-plugins2.zip\";}s:12:\"plugins-size\";i:24038455;s:13:\"plugins1-size\";i:2405120;s:6:\"themes\";a:2:{i:0;s:65:\"backup_2019-12-01-1118_Ruth039s_Nutrition_4b3923b91910-themes.zip\";i:1;s:66:\"backup_2019-12-01-1118_Ruth039s_Nutrition_4b3923b91910-themes2.zip\";}s:11:\"themes-size\";i:25142086;s:12:\"themes1-size\";i:9888886;s:7:\"uploads\";a:3:{i:0;s:66:\"backup_2019-12-01-1118_Ruth039s_Nutrition_4b3923b91910-uploads.zip\";i:1;s:67:\"backup_2019-12-01-1118_Ruth039s_Nutrition_4b3923b91910-uploads2.zip\";i:2;s:67:\"backup_2019-12-01-1118_Ruth039s_Nutrition_4b3923b91910-uploads3.zip\";}s:12:\"uploads-size\";i:26005304;s:13:\"uploads1-size\";i:26563879;s:13:\"uploads2-size\";i:3239936;s:6:\"others\";a:1:{i:0;s:65:\"backup_2019-12-01-1118_Ruth039s_Nutrition_4b3923b91910-others.zip\";}s:11:\"others-size\";i:7311360;s:2:\"db\";s:60:\"backup_2019-12-01-1118_Ruth039s_Nutrition_4b3923b91910-db.gz\";s:7:\"db-size\";i:1561726;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:9:{s:8:\"plugins0\";s:40:\"66403bf21bf9c3e6b4a94235ecc52ed5648cdf84\";s:8:\"plugins1\";s:40:\"e65a4ea1db2930d96c035d88dde5226afc9287c6\";s:7:\"themes0\";s:40:\"0e1b182ee3e3b7441de4d432156edbc3f49acab7\";s:7:\"themes1\";s:40:\"788507ce5346ae01ce63b797d9937a7e26d4e41d\";s:8:\"uploads0\";s:40:\"afe0fc9351460a296f2b158353d49da50ad4a2b8\";s:8:\"uploads1\";s:40:\"515b513527ca8c2c19095dc453dcd72d83ce3fb5\";s:8:\"uploads2\";s:40:\"2429eb81b779bb8fb1a6a135a398faa21396c023\";s:7:\"others0\";s:40:\"2f6398fb3e85bfd78ea5c108456302877e093c09\";s:3:\"db0\";s:40:\"3cdef393171ec0a157011f2a39bc7db5ba10947e\";}s:6:\"sha256\";a:9:{s:8:\"plugins0\";s:64:\"fec6b6e5e2fb9b5ff526cc55a969fe33826f7806861c37b007c96083e8331a8b\";s:8:\"plugins1\";s:64:\"5a2599184f98bda95303f3263bc3cd3921c4e915a0b8dfeb6d3ee8c9839a6c6a\";s:7:\"themes0\";s:64:\"33ef0ce76357b9d3ebebd6d69ef8045e9a842a020c55343535765655be44461c\";s:7:\"themes1\";s:64:\"fd84320b2045b25432c50a1746b25076268367ce18ff6fde8d6365e2238edacb\";s:8:\"uploads0\";s:64:\"05face5d269eb43f86f15f25b1705dfe91a7d641774aa68c14051712943ca052\";s:8:\"uploads1\";s:64:\"9f3b665ac360f03723932d22bddfeebb017ccc489cf27c6a64b8e0b3340e29d4\";s:8:\"uploads2\";s:64:\"0349ffb0f777f1dcef61abbfb07adb1e8b588daf03d27e97589073a0d30d1d1f\";s:7:\"others0\";s:64:\"def54040d0e65fba7f1178c7f5067a38dd5d276e43bb76596d945da54710fa22\";s:3:\"db0\";s:64:\"f624b69ea6dddc5d0dce8d3ed127486865df0f8be378e8c6258395bd57876818\";}}s:5:\"nonce\";s:12:\"4b3923b91910\";s:7:\"service\";a:1:{i:0;s:4:\"none\";}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";a:4:{s:7:\"plugins\";i:1575220689;s:6:\"themes\";i:1575220697;s:7:\"uploads\";i:1575220704;s:6:\"others\";i:1575220711;}s:18:\"created_by_version\";s:7:\"1.16.20\";s:21:\"last_saved_by_version\";s:7:\"1.16.20\";s:12:\"is_multisite\";b:0;}i:1572628711;a:24:{s:7:\"plugins\";a:2:{i:0;s:66:\"backup_2019-11-01-1218_Ruth039s_Nutrition_4365efa282d6-plugins.zip\";i:1;s:67:\"backup_2019-11-01-1218_Ruth039s_Nutrition_4365efa282d6-plugins2.zip\";}s:12:\"plugins-size\";i:24022650;s:13:\"plugins1-size\";i:2405010;s:6:\"themes\";a:2:{i:0;s:65:\"backup_2019-11-01-1218_Ruth039s_Nutrition_4365efa282d6-themes.zip\";i:1;s:66:\"backup_2019-11-01-1218_Ruth039s_Nutrition_4365efa282d6-themes2.zip\";}s:11:\"themes-size\";i:25175265;s:12:\"themes1-size\";i:9005927;s:7:\"uploads\";a:4:{i:0;s:66:\"backup_2019-11-01-1218_Ruth039s_Nutrition_4365efa282d6-uploads.zip\";i:1;s:67:\"backup_2019-11-01-1218_Ruth039s_Nutrition_4365efa282d6-uploads2.zip\";i:2;s:67:\"backup_2019-11-01-1218_Ruth039s_Nutrition_4365efa282d6-uploads3.zip\";i:3;s:67:\"backup_2019-11-01-1218_Ruth039s_Nutrition_4365efa282d6-uploads4.zip\";}s:12:\"uploads-size\";i:25991413;s:13:\"uploads1-size\";i:25722649;s:13:\"uploads2-size\";i:27741582;s:13:\"uploads3-size\";i:24942660;s:6:\"others\";a:1:{i:0;s:65:\"backup_2019-11-01-1218_Ruth039s_Nutrition_4365efa282d6-others.zip\";}s:11:\"others-size\";i:20212670;s:2:\"db\";s:60:\"backup_2019-11-01-1218_Ruth039s_Nutrition_4365efa282d6-db.gz\";s:7:\"db-size\";i:1551322;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:10:{s:8:\"plugins0\";s:40:\"ae2647bdbd34a4b8a12d349ed41cdc78a0a197b0\";s:8:\"plugins1\";s:40:\"69fbd6b66f0864c80a15d56a4f308cfcfef6a385\";s:7:\"themes0\";s:40:\"2c514177920f8cfff20bc66d0f4aa818e413746a\";s:7:\"themes1\";s:40:\"e94f18fc9cb70ee058f0ab2d6dde3b9593413e7d\";s:8:\"uploads0\";s:40:\"119f887583a915146c690c14f12f90bb80979fb7\";s:8:\"uploads1\";s:40:\"4605ca08d9a169f83db7ac56f19d08c204c5f2f7\";s:8:\"uploads2\";s:40:\"1bab65c02da8d385e03026faa5b6a34e10285e4c\";s:8:\"uploads3\";s:40:\"bf57dbe2908d49a8bca478c5ce7ddb32ba277560\";s:7:\"others0\";s:40:\"453a2677ebd37d665dcc2f8058896a4b2955c8ac\";s:3:\"db0\";s:40:\"25419efcffa847afc43a5c1e3f914770df6425bc\";}s:6:\"sha256\";a:10:{s:8:\"plugins0\";s:64:\"285c48caafc3bdf0e2980eba39617c88d7d36ec0a7cc02af4f279d054b510185\";s:8:\"plugins1\";s:64:\"2cd1bf18b36b90d8ffcf747731b32101e5e7d054a67b54292b7072e36c9aad65\";s:7:\"themes0\";s:64:\"1dc7b984caef4e6df7a6253feb25cfb2b31f1ec17ae39dd769bb0def8b0811df\";s:7:\"themes1\";s:64:\"2fcb286246184f2e2fcaa4aaa6f4d8711968a802f3a82dc5a48bee2108157c36\";s:8:\"uploads0\";s:64:\"0421e017803db3df34fd60c7ff5b6ae778132e006c6baf4eef0b08fd22f8a433\";s:8:\"uploads1\";s:64:\"c5dcac6b9e4d509ab48548040c796c2029069ffb6f383726a729c350b683f748\";s:8:\"uploads2\";s:64:\"6c5a9e790199b82a20a422dc1e5a4c3fe043a2be5aff760b7fbbe1606bf43f6b\";s:8:\"uploads3\";s:64:\"f84db4f79e786e6ae1f8ab9b68693ecaf9fae23df28fce5215c926167b043c0e\";s:7:\"others0\";s:64:\"1bfe67228ca56a2bf240ec055c524661d4939dc551c47d621acaff22b88a6504\";s:3:\"db0\";s:64:\"2fe2bf4be85d40de6a0cdea199df05fae79864ec1372c12794ca6d6572d7354f\";}}s:5:\"nonce\";s:12:\"4365efa282d6\";s:7:\"service\";a:1:{i:0;s:4:\"none\";}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";a:4:{s:7:\"plugins\";i:1572628711;s:6:\"themes\";i:1572628719;s:7:\"uploads\";i:1572628722;s:6:\"others\";i:1572628725;}s:18:\"created_by_version\";s:7:\"1.16.17\";s:21:\"last_saved_by_version\";s:7:\"1.16.17\";s:12:\"is_multisite\";b:0;}}','no'),(2954,'updraftplus-addons_siteid','843b85dc2a2e66760ddd228715123498','no'),(2980,'seed_cspv5_settings_content','a:9:{s:6:\"status\";s:1:\"0\";s:12:\"redirect_url\";s:0:\"\";s:23:\"include_exclude_options\";s:1:\"0\";s:19:\"include_url_pattern\";s:0:\"\";s:19:\"exclude_url_pattern\";s:0:\"\";s:15:\"client_view_url\";s:0:\"\";s:14:\"bypass_expires\";s:0:\"\";s:9:\"ip_access\";s:0:\"\";s:13:\"include_roles\";a:1:{i:0;s:6:\"anyone\";}}','yes'),(2981,'seed_cspv5_token','6oxd4ddcaeogctplrp4tkx5agcqxokch','yes'),(2984,'seed_cspv5_version','5.0.28','yes'),(2985,'seed_cspv5_coming_soon_page_id','1','yes'),(2994,'seed_cspv5_api_message','WARNING: Update not available, your license key is invalid.','yes'),(2995,'seed_cspv5_api_nag','WARNING: Update not available, your license key is invalid.','yes'),(2996,'seed_cspv5_per','','yes'),(3035,'WPLANG','','yes'),(3057,'duplicate_post_title_prefix','','yes'),(3058,'duplicate_post_title_suffix','','yes'),(3059,'duplicate_post_increase_menu_order_by','','yes'),(3060,'duplicate_post_roles','a:2:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";}','yes'),(5637,'widget_widget_mfn_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(5648,'widget_widget_mfn_recent_posts','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(6408,'duplicate_post_copythumbnail','1','yes'),(6409,'duplicate_post_copytemplate','1','yes'),(6410,'duplicate_post_copyformat','1','yes'),(6411,'duplicate_post_copyauthor','0','yes'),(6412,'duplicate_post_copymenuorder','1','yes'),(6432,'fresh_site','0','yes'),(9224,'updraft_remotesites','','yes'),(9225,'updraft_migrator_localkeys','','yes'),(9226,'updraft_central_localkeys','','yes'),(9232,'essential-addons','O:8:\"stdClass\":2:{s:30:\"essential-grid-rel-posts-addon\";O:8:\"stdClass\":9:{s:4:\"slug\";s:30:\"essential-grid-rel-posts-addon\";s:12:\"version_from\";s:5:\"2.1.5\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:13:\"Related Posts\";s:6:\"line_1\";s:22:\"Add related Posts Grid\";s:6:\"line_2\";s:31:\"at the end of your post content\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";}s:24:\"essential-grid-ngg-addon\";O:8:\"stdClass\":9:{s:4:\"slug\";s:24:\"essential-grid-ngg-addon\";s:12:\"version_from\";s:5:\"2.1.5\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:15:\"NextGen Gallery\";s:6:\"line_1\";s:24:\"Use Galleries and Albums\";s:6:\"line_2\";s:39:\"from third party plugin NextGen Gallery\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";}}','yes'),(9233,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(9234,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(9235,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(10601,'ai1wmue_plugin_key','7289d8b4-cbfb-4b78-9d16-93b2ad7d6051','yes'),(10613,'ai1wm_updater','a:1:{s:43:\"all-in-one-wp-migration-unlimited-extension\";a:13:{s:4:\"name\";s:19:\"Unlimited Extension\";s:4:\"slug\";s:19:\"unlimited-extension\";s:8:\"homepage\";s:51:\"https://servmask.com/extensions/unlimited-extension\";s:13:\"download_link\";s:29:\"https://servmask.com/purchase\";s:7:\"version\";s:4:\"2.39\";s:6:\"author\";s:8:\"ServMask\";s:15:\"author_homepage\";s:20:\"https://servmask.com\";s:8:\"sections\";a:1:{s:11:\"description\";s:259:\"<ul class=\"description\"><li>Remove the import limit of 512MB</li><li>Lifetime license with lifetime updates</li><li>Use on any number of websites that you own</li><li>Unlimited Extension included</li><li>WP CLI commands</li><li>Premium support</li></ul><br />\";}s:7:\"banners\";a:2:{s:3:\"low\";s:65:\"https://servmask.com/img/products/unlimited-extension-772x250.png\";s:4:\"high\";s:66:\"https://servmask.com/img/products/unlimited-extension-1544x500.png\";}s:5:\"icons\";a:3:{s:2:\"1x\";s:65:\"https://servmask.com/img/products/unlimited-extension-128x128.png\";s:2:\"2x\";s:65:\"https://servmask.com/img/products/unlimited-extension-256x256.png\";s:7:\"default\";s:65:\"https://servmask.com/img/products/unlimited-extension-256x256.png\";}s:6:\"rating\";i:99;s:11:\"num_ratings\";i:309;s:10:\"downloaded\";i:40188;}}','yes'),(10676,'ttshowcase_groups_children','a:0:{}','yes'),(10677,'essential_grid_category_children','a:0:{}','yes'),(10678,'client-types_children','a:0:{}','yes'),(10679,'offer-types_children','a:0:{}','yes'),(10680,'portfolio-types_children','a:0:{}','yes'),(10681,'slide-types_children','a:0:{}','yes'),(10682,'testimonial-types_children','a:0:{}','yes'),(10784,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(11560,'ossdl_off_blog_url','https://ruthsnutrition.gsg-host.com','yes'),(12205,'wpsc_feed_list','a:28:{i:0;s:130:\"/home/n792d15/ruthsnutrition.com/wp-content/cache/supercache/ruthsnutrition.com/feed/wp-cache-da932a7bb69736f976b187562843c251.php\";i:1;s:154:\"/home/n792d15/ruthsnutrition.com/wp-content/cache/supercache/ruthsnutrition.com/category/essential-oils/feed/wp-cache-6785175c48d41ff7931ca7188f7c48d9.php\";i:2;s:147:\"/home/n792d15/ruthsnutrition.com/wp-content/cache/supercache/ruthsnutrition.com/category/balance/feed/wp-cache-42d07c186cc4ab6b6f9009108b56372f.php\";i:3;s:152:\"/home/n792d15/ruthsnutrition.com/wp-content/cache/supercache/ruthsnutrition.com/author/ruthsnutrition/feed/wp-cache-50a5583201805d3c179e3f289887fe59.php\";i:4;s:130:\"/home/n792d15/ruthsnutrition.com/wp-content/cache/supercache/ruthsnutrition.com/feed/wp-cache-da932a7bb69736f976b187562843c251.php\";i:5;s:144:\"/home/n792d15/ruthsnutrition.com/wp-content/cache/supercache/ruthsnutrition.com/category/pain/feed/wp-cache-c8000fc085d7f947aba9ebb21281b6a0.php\";i:6;s:130:\"/home/n792d15/ruthsnutrition.com/wp-content/cache/supercache/ruthsnutrition.com/feed/wp-cache-da932a7bb69736f976b187562843c251.php\";i:7;s:143:\"/home/n792d15/ruthsnutrition.com/wp-content/cache/supercache/ruthsnutrition.com/category/fun/feed/wp-cache-c41712d3113285b63f2fd9bf7feed72e.php\";i:8;s:152:\"/home/n792d15/ruthsnutrition.com/wp-content/cache/supercache/ruthsnutrition.com/author/ruthsnutrition/feed/wp-cache-50a5583201805d3c179e3f289887fe59.php\";i:9;s:150:\"/home/n792d15/ruthsnutrition.com/wp-content/cache/supercache/ruthsnutrition.com/category/gut-health/feed/wp-cache-df3000bc20f2b7855fd8552503c068fc.php\";i:10;s:147:\"/home/n792d15/ruthsnutrition.com/wp-content/cache/supercache/ruthsnutrition.com/category/illness/feed/wp-cache-c0798f95efb7611be9574d2d05af3628.php\";i:11;s:147:\"/home/n792d15/ruthsnutrition.com/wp-content/cache/supercache/ruthsnutrition.com/category/fatigue/feed/wp-cache-fc7d3c312241b677f1d783c160f3706c.php\";i:12;s:149:\"/home/n792d15/ruthsnutrition.com/wp-content/cache/supercache/ruthsnutrition.com/category/nutrition/feed/wp-cache-c585cb24473f345a5cc79fc1cfc5db9d.php\";i:13;s:130:\"/home/n792d15/ruthsnutrition.com/wp-content/cache/supercache/ruthsnutrition.com/feed/wp-cache-da932a7bb69736f976b187562843c251.php\";i:14;s:152:\"/home/n792d15/ruthsnutrition.com/wp-content/cache/supercache/ruthsnutrition.com/author/ruthsnutrition/feed/wp-cache-0f7077f05501bedc5a24ca9f0cbc75ff.php\";i:15;s:139:\"/home/n792d15/ruthsnutrition.com/wp-content/cache/supercache/ruthsnutrition.com/comments/feed/wp-cache-14b5904b1150e18ba335badf970cffcd.php\";i:16;s:130:\"/home/n792d15/ruthsnutrition.com/wp-content/cache/supercache/ruthsnutrition.com/feed/wp-cache-da932a7bb69736f976b187562843c251.php\";i:17;s:135:\"/home/n792d15/ruthsnutrition.com/wp-content/cache/supercache/ruthsnutrition.com/home/feed/wp-cache-92864b916c086d1437a544a5aa205a62.php\";i:18;s:130:\"/home/n792d15/ruthsnutrition.com/wp-content/cache/supercache/ruthsnutrition.com/feed/wp-cache-da932a7bb69736f976b187562843c251.php\";i:19;s:139:\"/home/n792d15/ruthsnutrition.com/wp-content/cache/supercache/ruthsnutrition.com/comments/feed/wp-cache-14b5904b1150e18ba335badf970cffcd.php\";i:20;s:130:\"/home/n792d15/ruthsnutrition.com/wp-content/cache/supercache/ruthsnutrition.com/feed/wp-cache-da932a7bb69736f976b187562843c251.php\";i:21;s:135:\"/home/n792d15/ruthsnutrition.com/wp-content/cache/supercache/ruthsnutrition.com/home/feed/wp-cache-92864b916c086d1437a544a5aa205a62.php\";i:22;s:130:\"/home/n792d15/ruthsnutrition.com/wp-content/cache/supercache/ruthsnutrition.com/feed/wp-cache-da932a7bb69736f976b187562843c251.php\";i:23;s:130:\"/home/n792d15/ruthsnutrition.com/wp-content/cache/supercache/ruthsnutrition.com/feed/wp-cache-da932a7bb69736f976b187562843c251.php\";i:24;s:130:\"/home/n792d15/ruthsnutrition.com/wp-content/cache/supercache/ruthsnutrition.com/feed/wp-cache-da932a7bb69736f976b187562843c251.php\";i:25;s:130:\"/home/n792d15/ruthsnutrition.com/wp-content/cache/supercache/ruthsnutrition.com/feed/wp-cache-da932a7bb69736f976b187562843c251.php\";i:26;s:130:\"/home/n792d15/ruthsnutrition.com/wp-content/cache/supercache/ruthsnutrition.com/feed/wp-cache-da932a7bb69736f976b187562843c251.php\";i:27;s:130:\"/home/n792d15/ruthsnutrition.com/wp-content/cache/supercache/ruthsnutrition.com/feed/wp-cache-da932a7bb69736f976b187562843c251.php\";}','yes'),(19896,'widget_widget_mfn_flickr','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(19897,'widget_widget_mfn_login','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(19898,'widget_widget_mfn_menu','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(19899,'widget_widget_mfn_recent_comments','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(70253,'mwp_service_key','65bc9fe3-2aef-4c3e-b8f1-2bc38ecffae0','yes'),(70256,'mwp_openssl_parameters','a:2:{s:4:\"time\";i:1634078785;s:7:\"working\";b:1;}','yes'),(70257,'mwp_incremental_update_active','','yes'),(70264,'worker_migration_version','2','yes'),(70270,'mwp_public_keys_refresh_time','1634082281','yes'),(70271,'mwp_public_keys','a:8:{i:0;a:6:{s:2:\"id\";s:19:\"managewp_1632189902\";s:7:\"service\";s:8:\"managewp\";s:9:\"validFrom\";s:19:\"2021-10-06 01:26:15\";s:7:\"validTo\";s:19:\"2021-11-07 01:26:15\";s:9:\"publicKey\";s:451:\"-----BEGIN PUBLIC KEY-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6W5dkLaG6020gNQlaVfG\nAN6HArvuQ/9EQQ/30QtJipLGOxCr0g2BptuSssI3zMqy43XvzWUMkDvArFWHnwYQ\nChQ9vDanharTIZyFdsUYoBC1eMYX69Uf3JGI0BzUZz2gjEITQ+sr2UvI7hTYBHzF\nxt7oOqn4x7yx8VS9nYykABu2Hx1CA+Hb8+vAflWCpd/pZ5G/FbhhYABqYzsqtV0o\nFvtcgB2k2vysZLCzj+SJAyCxZQcDSYwNvNFjWpzmcKLfxqg8bMHOJuy/uRTdBEVK\nKFC+GtTm00LAySHu/osbUAQQsBUZkonTS09wjDnB1wWGVtMEhsKBxSJGzTCsE3HN\n0QIDAQAB\n-----END PUBLIC KEY-----\n\";s:13:\"useServiceKey\";b:0;}i:1;a:6:{s:2:\"id\";s:23:\"managewp_dev_1632189902\";s:7:\"service\";s:12:\"managewp_dev\";s:9:\"validFrom\";s:19:\"2021-10-06 01:26:15\";s:7:\"validTo\";s:19:\"2021-11-07 01:26:15\";s:9:\"publicKey\";s:451:\"-----BEGIN PUBLIC KEY-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA2xgIg0cTh41XFsXnRUQ5\nd8G0SBjqyLiL/oWHJZ5QViRmDtlbm6ner3MpCntrroIqwFjMqTLgauUBDHrWxNX1\nmFPug3kWbnvZMcQ+2EN5FY7Gs86Z+H5h9DkJU9bw+rqPy6kgrvWS7b2jOfacfP6S\njYbF+RK0yDe5EL9ox9KUTSsyQ4krt7jmcWF9oZ8ZQYm6OfteYGPOh+C6XLhrv1Np\ncFyGjD6pbigiw4LNAJGPNKzWP8K7M8z+Vdv2xde8No95whZE1xOuiK1quTueuV+g\nFJaUM72emsDj8hGhxeVYPAzup9V6ciapRfZMhMqew4zPORQKE5XA5H0AtQKa1C3g\n4QIDAQAB\n-----END PUBLIC KEY-----\n\";s:13:\"useServiceKey\";b:0;}i:2;a:6:{s:2:\"id\";s:16:\"mwp20_1632189902\";s:7:\"service\";s:5:\"mwp20\";s:9:\"validFrom\";s:19:\"2021-10-06 01:26:15\";s:7:\"validTo\";s:19:\"2021-11-07 01:26:15\";s:9:\"publicKey\";s:451:\"-----BEGIN PUBLIC KEY-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAzpgFYPp2TqLRPQONjmuY\nE7RrSj5TGwVeY1TCXxPrrcssXJC+wehJygu6QXRDace1oCx+plVh18K0ZW0wIyPC\nTgEf4Cl8BGRz80qB+OcJdt3r6l08Cck30PfgIt7+iRWExUBewJzuAFmKYAfYlnF0\naNM6RZDRcD6KSgBYtg1MXQhMNO64XZayGSjVCIUWD9YApSPJIAgBhVAKAq1JjnfO\noL1DflX4boyfnMU1StNJZTaZK620G00C9tC/OBjJxSgqA4YO1OC+pqAvF/pefUMG\nxs7K7x93L3gsIIHsFuHuH4MyuWGe0HwrKJPR6M0Ew475tlaU6w+arooIgKAiS8DX\n6wIDAQAB\n-----END PUBLIC KEY-----\n\";s:13:\"useServiceKey\";b:1;}i:3;a:6:{s:2:\"id\";s:15:\"wpps_1631797501\";s:7:\"service\";s:4:\"wpps\";s:9:\"validFrom\";s:19:\"2021-10-01 13:05:01\";s:7:\"validTo\";s:19:\"2021-11-02 13:05:01\";s:9:\"publicKey\";s:451:\"-----BEGIN PUBLIC KEY-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsfz/kbn9Il3FcbiFolo3\nT6B1+WgKTKf/Xu9VYZ29cfW6kZSiwDleMSlYF6yAwW6VV3qT0lu25cCDQeTBVorL\nSv4/A/4NZsPCtYGKqsY2h8e6raozrmv4YNoq/8okyx4PB9NhWrdvAqSES/VbNbjA\ndWXpbtBlf5XeoBDK6c9DEUnGjfSQsgDEBDOTbsWPwQXmt3kUg/RslY5OoEJXpWOY\nnoAoGJFcAfYnPWdLRquiFOti5rDWSyXhH41plw2+lX42hsX2IViCin3t+R3iGDin\ne889H3MT+kMeN1UHu6Snh/Iondawz8fpgV7eM7NOgwlpbZKa0mwYUj2DOYvVH9Dt\n6QIDAQAB\n-----END PUBLIC KEY-----\n\";s:13:\"useServiceKey\";b:1;}i:4;a:6:{s:2:\"id\";s:25:\"cookie_service_1630429502\";s:7:\"service\";s:14:\"cookie_service\";s:9:\"validFrom\";s:19:\"2021-09-15 16:27:25\";s:7:\"validTo\";s:19:\"2021-10-17 16:27:25\";s:9:\"publicKey\";s:451:\"-----BEGIN PUBLIC KEY-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtp2UM+snlo0mWWMmT801\nbojOYG+n42ycf59VHlrtYD8dXB5xRnIKJ9fA8yE5DSIQdWsugybGjs/wCvLV1VOO\nGUKPw7SMmOXYs9oq/KTPAsmjWMY3jeD8GnggIopKOFklQz9T/H8GPZT+LoN1MAsN\nhOIg3zVjr9uWDJZaS2iKFdIB9oiik0L9LzscT2Ic6Qib7vy0AQJeaWVhzWL7apaH\nSWAClR8I890PufJjvnfiTzv2fBW23HtW6mSM7wh0T4VUKOmwg/3kD2iOpyX3/0mG\nkahI5xBYSXbFoaoIBFNOLadRKw+FcwLc+N7jfK0xvc8inhJf9gTBIlZv7D38CPpy\nIwIDAQAB\n-----END PUBLIC KEY-----\n\";s:13:\"useServiceKey\";b:1;}i:5;a:6:{s:2:\"id\";s:25:\"cookie_service_1633021502\";s:7:\"service\";s:14:\"cookie_service\";s:9:\"validFrom\";s:19:\"2021-10-15 16:27:25\";s:7:\"validTo\";s:19:\"2021-11-16 16:27:25\";s:9:\"publicKey\";s:451:\"-----BEGIN PUBLIC KEY-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA/oeDzs35Gg80U1WxNStK\nVqkHkCvmnL1WWIYRPunshmLek/3Kl8fwX6OymVMv1K4K+nLd09wytQJLdI1zs/f+\nQ6fBOAj2Z34V9KnU2RPvhI8WbLjEB76Zkj8fIuQpnryVnR5qt0pbi2vbRPnYYpJt\n421kAGKohRnaxqL5axMC91s1mciMaxc8fCU4eeCWBdwCM/bhb8YVXTlF7yQuVQX0\nXmgEzQE4+4lwRprLM5qcagYKRu9RkP5kTPo6vRq+ydYq4pDDdCFAqIRy+uOW00DY\nh4iCHVL7aXUhoQuUBTd2zbsQ6TD0m1Ym7p/GRjLNvxPlWll0ZmSjbO4v0vd0c0RV\nAQIDAQAB\n-----END PUBLIC KEY-----\n\";s:13:\"useServiceKey\";b:1;}i:6;a:6:{s:2:\"id\";s:15:\"mwp1_1631887502\";s:7:\"service\";s:4:\"mwp1\";s:9:\"validFrom\";s:19:\"2021-10-02 14:05:01\";s:7:\"validTo\";s:19:\"2021-11-03 14:05:01\";s:9:\"publicKey\";s:451:\"-----BEGIN PUBLIC KEY-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAyHj48acT6NEal0Ll0xqG\n0OtSLntYuxYN6pVu1thtSuJTEGraxcn0CwO0xie5vDZc3RgSb7kXeNT4EZVAsGR2\nQlwT/+wz8rfenL/b+yrHAPulYGSphyvy1z1f1hEuFM/V6ZjNon3B7qYguuYi1SI7\n9Zet4+ydTsUBhs1YLE/zDq2Dj6zw7sNUFZAnbOyGr6m3KC39gTpp70cP67s8GaN1\nUp2sYt5qxi++kOaLbQxAvMWVTVY9ZsYREAXzAFeSOdJkU+enm7WhphfDc1uRF+qs\nwjaLgqHRJtCPn8NOXu1SsF/v8roSWIynM/jAuWk6mXym5XahlrjNYM4YzlbPjaTL\nTwIDAQAB\n-----END PUBLIC KEY-----\n\";s:13:\"useServiceKey\";b:1;}i:7;a:6:{s:2:\"id\";s:20:\"migration_1632143102\";s:7:\"service\";s:9:\"migration\";s:9:\"validFrom\";s:19:\"2021-10-05 13:05:02\";s:7:\"validTo\";s:19:\"2021-11-06 13:05:02\";s:9:\"publicKey\";s:451:\"-----BEGIN PUBLIC KEY-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA52bBoz9yG153vHJA/OPA\n3TzATWXymhecAIA88lm7+AeNKiWH1ZOBRCR3o1+Kk12X8NcNI6jBzKIvldeHNdex\n58MPrE1g/gFop5HyWlMEvV7xCDwykvo0wY7CY9kD6m0ujHnd64PFpXwl40WGbbN1\nbJFnulH8xMOrMpzdF3wJ0KWlELWhKlPk1ksdmvRlLjf3a9xRyb0/yu29h6PwM0YS\nGYR0NyxiO86dIepk1YTH6nAsA54RX7jHszd4nCtt8AhZrtzbDpJqBhYKLiEhv9z0\nTNQfPMblh+Dq2YiV9V7OtNtg3GEX8JCNb1LOE4IYvGdZ+WYVMJa25e4zW4HE318R\nHQIDAQAB\n-----END PUBLIC KEY-----\n\";s:13:\"useServiceKey\";b:1;}}','yes'),(70274,'mwp_communication_keys','a:1:{i:2708813;a:2:{s:3:\"key\";s:36:\"f13aa5ba-8eea-49f1-b4dc-4a7e1f50d317\";s:5:\"added\";i:1632002054;}}','yes'),(70275,'mwp_key_last_used_7eee699f-771b-43cc-b761-db9a4085c590','1550533497','yes'),(70276,'mmb_stats_filter','a:1:{s:7:\"plugins\";a:1:{s:7:\"cleanup\";a:1:{s:9:\"revisions\";a:1:{s:11:\"num_to_keep\";i:5;}}}}','yes'),(70279,'mwp_key_last_used_2708813','1633602108','yes'),(70280,'mwp_new_communication_established','1','yes'),(70293,'user_hit_count','a:26:{s:10:\"2021-09-18\";i:93;s:10:\"2021-09-19\";i:431;s:10:\"2021-09-20\";i:368;s:10:\"2021-09-21\";i:417;s:10:\"2021-09-22\";i:535;s:10:\"2021-09-23\";i:616;s:10:\"2021-09-24\";i:578;s:10:\"2021-09-25\";i:238;s:10:\"2021-09-26\";i:704;s:10:\"2021-09-27\";i:424;s:10:\"2021-09-28\";i:370;s:10:\"2021-09-29\";i:164;s:10:\"2021-09-30\";i:464;s:10:\"2021-10-01\";i:337;s:10:\"2021-10-02\";i:949;s:10:\"2021-10-03\";i:875;s:10:\"2021-10-04\";i:310;s:10:\"2021-10-05\";i:396;s:10:\"2021-10-06\";i:267;s:10:\"2021-10-07\";i:236;s:10:\"2021-10-08\";i:286;s:10:\"2021-10-09\";i:287;s:10:\"2021-10-10\";i:222;s:10:\"2021-10-11\";i:316;s:10:\"2021-10-12\";i:285;s:10:\"2021-10-13\";i:238;}','yes'),(82044,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(82046,'recovery_keys','a:0:{}','yes'),(83364,'wp3l_page_for_privacy_policy','0','yes'),(83365,'show_comments_cookies_opt_in','1','yes'),(83394,'recovery_mode_email_last_sent','1628335616','yes'),(87445,'wordfence_version','7.4.14','yes'),(87446,'wordfence_case','1','yes'),(87447,'wordfence_installed','1','yes'),(87449,'wordfenceActivated','0','yes'),(87450,'wf_plugin_act_error','','yes'),(87457,'wordfence_syncAttackDataAttempts','0','no'),(87458,'wordfence_syncingAttackData','0','no'),(87459,'wordfence_lastSyncAttackData','1611327130','no'),(88872,'new_admin_email','info@RuthsNutrition.com','yes'),(88940,'rsssl_activation_timestamp','1560984934','yes'),(90047,'gap_options','a:13:{s:6:\"gap_id\";s:14:\"UA-48785427-24\";s:10:\"gap_enable\";s:1:\"1\";s:12:\"gap_location\";s:6:\"header\";s:14:\"tracker_object\";s:0:\"\";s:15:\"gap_custom_code\";s:0:\"\";s:10:\"gap_custom\";s:0:\"\";s:15:\"gap_display_ads\";i:0;s:9:\"link_attr\";i:0;s:13:\"gap_anonymize\";i:0;s:13:\"gap_force_ssl\";i:0;s:10:\"admin_area\";i:0;s:13:\"disable_admin\";i:0;s:14:\"gap_custom_loc\";i:0;}','yes'),(94878,'license_key_token','','yes'),(94890,'wpb_js_js_composer_purchase_code','f9f6bcf9-f174-4cc8-94bb-901aa57b5fce','yes'),(96332,'admin_email_lifespan','1637683645','yes'),(98225,'duplicate_post_show_original_column','0','yes'),(98226,'duplicate_post_show_original_in_post_states','0','yes'),(98227,'duplicate_post_show_original_meta_box','0','yes'),(98324,'updraftplus_version','1.16.20','yes'),(98325,'updraft_sftp','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-73d4abf2192416aaea3f0e5e16e5fd32\";a:0:{}}}','yes'),(98326,'updraft_backblaze','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-28fcf9874cf5a7b484f476ae682278cc\";a:0:{}}}','yes'),(98327,'updraft_webdav','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-606ce03d00c9a847c3aa32ddfe15303b\";a:0:{}}}','yes'),(115984,'rs-templates-new','','no');
INSERT INTO `wp3l_options` VALUES (115985,'rs-templates','a:2:{s:6:\"slider\";a:547:{i:0;a:22:{s:2:\"id\";s:1:\"1\";s:5:\"title\";s:16:\"Classic Carousel\";s:5:\"alias\";s:16:\"classic-carousel\";s:3:\"zip\";s:20:\"classic-carousel.zip\";s:3:\"uid\";s:32:\"146a01dd380c0cdee85c4456ee68cd84\";s:3:\"img\";s:27:\"classic-carousel/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/carousel-slider-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:141:\"<span class=\"ttm_content\">Our classic, full-width carousel example. Drag, swipe or click to navigate!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:284:\"<span class=\"ttm_content\">This is a \"Default\" content carousel. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-22 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:1;a:22:{s:2:\"id\";s:1:\"2\";s:5:\"title\";s:14:\"Classic Slider\";s:5:\"alias\";s:13:\"classicslider\";s:3:\"zip\";s:17:\"classicslider.zip\";s:3:\"uid\";s:32:\"a0d6a9248c9066b404ba0f1cdadc5cf2\";s:3:\"img\";s:24:\"classicslider/slider.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-slideshow-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:136:\" <span class=\"ttm_content\">A classic slideshow example with timer, bullets and arrow navigation.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:2;a:22:{s:2:\"id\";s:1:\"3\";s:5:\"title\";s:12:\"Content Tabs\";s:5:\"alias\";s:11:\"contenttabs\";s:3:\"zip\";s:15:\"contenttabs.zip\";s:3:\"uid\";s:32:\"e02e91604b690123a3d07a65582c4fd0\";s:3:\"img\";s:22:\"contenttabs/slider.jpg\";s:7:\"preview\";s:63:\"http://revolution.themepunch.com/wordpress-content-tabs-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:170:\" <span class=\"ttm_content\">An auto-size slider with a cool split-text animation effect. Navigate with vertical bullets and thumbs.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:3;a:22:{s:2:\"id\";s:1:\"4\";s:5:\"title\";s:13:\"Facebook Feed\";s:5:\"alias\";s:13:\"facebook-feed\";s:3:\"zip\";s:17:\"facebook-feed.zip\";s:3:\"uid\";s:32:\"5506431d5b1babcb25dcf52c508d42e3\";s:3:\"img\";s:24:\"facebook-feed/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-facebook-feed/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:174:\"<span class=\"ttm_content\"> This slider is automatically populated by a Facebook stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Facebook Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:4;a:22:{s:2:\"id\";s:1:\"5\";s:5:\"title\";s:7:\"Fashion\";s:5:\"alias\";s:7:\"fashion\";s:3:\"zip\";s:11:\"fashion.zip\";s:3:\"uid\";s:32:\"4f4b914d6db35e19101ff003c4e7ea3a\";s:3:\"img\";s:18:\"fashion/slider.jpg\";s:7:\"preview\";s:65:\"http://revolution.themepunch.com/wordpress-one-page-slider-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:183:\"  <span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or bullets.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:5;a:22:{s:2:\"id\";s:1:\"6\";s:5:\"title\";s:14:\"Flickr Gallery\";s:5:\"alias\";s:14:\"flickr-gallery\";s:3:\"zip\";s:18:\"flickr-gallery.zip\";s:3:\"uid\";s:32:\"ad85cfac7acfa678e6a1b8febfee51ed\";s:3:\"img\";s:25:\"flickr-gallery/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-flickr-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"640\";s:11:\"description\";s:173:\" <span class=\"ttm_content\"> This slider is automatically populated by a Flickr stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:413:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Flickr Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:6;a:23:{s:2:\"id\";s:1:\"7\";s:5:\"title\";s:3:\"Gym\";s:5:\"alias\";s:3:\"gym\";s:3:\"zip\";s:7:\"gym.zip\";s:3:\"uid\";s:32:\"e4d81f13f96fb9bc905f4ad89615032b\";s:3:\"img\";s:14:\"gym/slider.jpg\";s:7:\"preview\";s:59:\"http://revolution.themepunch.com/one-page-wordpress-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:189:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the slider menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:7;a:22:{s:2:\"id\";s:1:\"8\";s:5:\"title\";s:18:\"Highlight Carousel\";s:5:\"alias\";s:18:\"highlight-carousel\";s:3:\"zip\";s:22:\"highlight-carousel.zip\";s:3:\"uid\";s:32:\"ada52163f723a942f782351fa0396b3d\";s:3:\"img\";s:29:\"highlight-carousel/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-swipe-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"720\";s:11:\"description\";s:138:\"  <span class=\"ttm_content\">A swipe-controlled carousel with an additional tab-based navigation.</span>\r\n<span class=\"ttm_space\"></span>\r\n\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:8;a:22:{s:2:\"id\";s:1:\"9\";s:5:\"title\";s:18:\"Highlight Showcase\";s:5:\"alias\";s:18:\"highlight-showcase\";s:3:\"zip\";s:22:\"highlight-showcase.zip\";s:3:\"uid\";s:32:\"2bfe0bd410fb48fec9d942eab1e21530\";s:3:\"img\";s:29:\"highlight-showcase/slider.jpg\";s:7:\"preview\";s:62:\"http://revolution.themepunch.com/wordpress-parallax-slideshow/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"720\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">A tab-based navigation, a slideshow timer and cool animations make this slider interesting!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:9;a:22:{s:2:\"id\";s:2:\"10\";s:5:\"title\";s:10:\"Image Hero\";s:5:\"alias\";s:10:\"image-hero\";s:3:\"zip\";s:13:\"imagehero.zip\";s:3:\"uid\";s:32:\"7db18781d44f2adc28c962440894aac1\";s:3:\"img\";s:20:\"imagehero/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/wordpress-hero-image/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:121:\"<span class=\"ttm_content\">A commonly used full-width image hero block with texts.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:10;a:22:{s:2:\"id\";s:2:\"11\";s:5:\"title\";s:17:\"Instagram Gallery\";s:5:\"alias\";s:13:\"insta-gallery\";s:3:\"zip\";s:17:\"insta-gallery.zip\";s:3:\"uid\";s:32:\"711732b0d42ec2b57818a2b9b1d86cba\";s:3:\"img\";s:24:\"insta-gallery/slider.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-instagram-gallery/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"640\";s:11:\"description\";s:174:\"<span class=\"ttm_content\">This slider is automatically populated by a Instagram stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:416:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Instagram Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:11;a:23:{s:2:\"id\";s:2:\"12\";s:5:\"title\";s:21:\"Levano Restaurant Bar\";s:5:\"alias\";s:19:\"levanorestaurantbar\";s:3:\"zip\";s:23:\"levanorestaurantbar.zip\";s:3:\"uid\";s:32:\"4178f837db67d1b2eb6cb5840bbd0b42\";s:3:\"img\";s:30:\"levanorestaurantbar/slider.jpg\";s:7:\"preview\";s:63:\"http://revolution.themepunch.com/wordpress-front-page-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:181:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or bullets.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:12;a:22:{s:2:\"id\";s:2:\"13\";s:5:\"title\";s:19:\"Main Feature Slider\";s:5:\"alias\";s:11:\"mainfeature\";s:3:\"zip\";s:15:\"mainfeature.zip\";s:3:\"uid\";s:32:\"1e002a3230ab00095bedc6f60393ee7f\";s:3:\"img\";s:22:\"mainfeature/slider.jpg\";s:7:\"preview\";s:33:\"http://revolution.themepunch.com/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"750\";s:11:\"description\";s:127:\" <span class=\"ttm_content\">A slightly stripped down version of the main preview slider.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:13;a:23:{s:2:\"id\";s:2:\"14\";s:5:\"title\";s:17:\"Media Gallery Two\";s:5:\"alias\";s:17:\"media-gallery-two\";s:3:\"zip\";s:21:\"media-gallery-two.zip\";s:3:\"uid\";s:32:\"d002f1b1b55805f9322c264c5504ba5a\";s:3:\"img\";s:28:\"media-gallery-two/slider.jpg\";s:7:\"preview\";s:64:\"http://revolution.themepunch.com/wordpress-media-gallery-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:6:\"6.2.22\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"692\";s:11:\"description\";s:127:\"<span class=\"ttm_content\">A media gallery example with Vimeo, HTML5 and Youtube videos.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change media and titles.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:14;a:22:{s:2:\"id\";s:2:\"15\";s:5:\"title\";s:23:\"Media Carousel Autoplay\";s:5:\"alias\";s:23:\"media-carousel-autoplay\";s:3:\"zip\";s:27:\"media-carousel-autoplay.zip\";s:3:\"uid\";s:32:\"393d7875b1cc9d933378b35e4f645d76\";s:3:\"img\";s:34:\"media-carousel-autoplay/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-media-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"720\";s:6:\"height\";s:3:\"405\";s:11:\"description\";s:153:\"<span class=\"ttm_content\">A media carousel with \"autoplay\" activated. Swipe or click tabs to navigate the slider.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:289:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change media and caption texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:15;a:22:{s:2:\"id\";s:2:\"16\";s:5:\"title\";s:21:\"News Background Video\";s:5:\"alias\";s:21:\"news-background-video\";s:3:\"zip\";s:17:\"news-bg-video.zip\";s:3:\"uid\";s:32:\"a0efe44ac3af0f958b3f84c816a08272\";s:3:\"img\";s:24:\"news-bg-video/slider.jpg\";s:7:\"preview\";s:58:\"http://revolution.themepunch.com/wordpress-content-blocks/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A hero block with HTML5 background video that plays when entering the screen.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:16;a:22:{s:2:\"id\";s:2:\"17\";s:5:\"title\";s:12:\"News Gallery\";s:5:\"alias\";s:12:\"news-gallery\";s:3:\"zip\";s:16:\"news-gallery.zip\";s:3:\"uid\";s:32:\"3a069c3b286dbb9ee435563f747e3300\";s:3:\"img\";s:23:\"news-gallery/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-news-rotator/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:131:\"<span class=\"ttm_content\">A news gallery slideshow with tab navigation. Great for any blog!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:17;a:22:{s:2:\"id\";s:2:\"18\";s:5:\"title\";s:23:\"News Gallery Post Based\";s:5:\"alias\";s:23:\"news-gallery-post-based\";s:3:\"zip\";s:27:\"news-gallery-post-based.zip\";s:3:\"uid\";s:32:\"32fe05b1039c29ab9420bfd15aec5488\";s:3:\"img\";s:34:\"news-gallery-post-based/slider.jpg\";s:7:\"preview\";s:55:\"http://revolution.themepunch.com/wordpress-post-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:125:\"<span class=\"ttm_content\"> This slider is automatically populated by WordPress posts.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:423:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Post-Based Slider\"</a>. Make sure to select the post type you want to display in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:18;a:22:{s:2:\"id\";s:2:\"19\";s:5:\"title\";s:9:\"News Hero\";s:5:\"alias\";s:9:\"news-hero\";s:3:\"zip\";s:13:\"news-hero.zip\";s:3:\"uid\";s:32:\"96a0385538a17c8c81ed8175740f70ea\";s:3:\"img\";s:20:\"news-hero/slider.jpg\";s:7:\"preview\";s:58:\"http://revolution.themepunch.com/wordpress-content-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:107:\"<span class=\"ttm_content\">A image hero block with ken burns effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:19;a:22:{s:2:\"id\";s:2:\"20\";s:5:\"title\";s:10:\"News Video\";s:5:\"alias\";s:10:\"news-video\";s:3:\"zip\";s:14:\"news-video.zip\";s:3:\"uid\";s:32:\"f901e9e16e0363248156c2209eb584e9\";s:3:\"img\";s:21:\"news-video/slider.jpg\";s:7:\"preview\";s:58:\"http://revolution.themepunch.com/wordpress-content-blocks/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:128:\"<span class=\"ttm_content\">A Vimeo background video hero block with play / pause buttons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:289:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the video and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:20;a:23:{s:2:\"id\";s:2:\"21\";s:5:\"title\";s:15:\"Newsletter Hero\";s:5:\"alias\";s:15:\"newsletter-hero\";s:3:\"zip\";s:19:\"newsletter-hero.zip\";s:3:\"uid\";s:32:\"6290a9864d8c4c6311784586ed1cc5fe\";s:3:\"img\";s:26:\"newsletter-hero/slider.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-newsletter-signup/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:137:\"<span class=\"ttm_content\">This hero block uses a custom styled Mailchimp newsletter signup field.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:435:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image, texts, and <a href=\"https://www.themepunch.com/faq/how-to-setup-mailchimp-for-the-newsletter-hero-template/\" target=\"_blank\">Mailchimp code</a>.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:21;a:22:{s:2:\"id\";s:2:\"22\";s:5:\"title\";s:11:\"Not Generic\";s:5:\"alias\";s:10:\"notgeneric\";s:3:\"zip\";s:14:\"notgeneric.zip\";s:3:\"uid\";s:32:\"9d87ba95e02210a9f82387add2ceadf9\";s:3:\"img\";s:21:\"notgeneric/slider.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-fullscreen-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">A full-screen slider with a layer based navigation and sleek content elements.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:22;a:23:{s:2:\"id\";s:2:\"23\";s:5:\"title\";s:11:\"Photography\";s:5:\"alias\";s:11:\"photography\";s:3:\"zip\";s:15:\"photography.zip\";s:3:\"uid\";s:32:\"1b2072547afb75e49f33b016751ed360\";s:3:\"img\";s:22:\"photography/slider.jpg\";s:7:\"preview\";s:62:\"http://revolution.themepunch.com/wordpress-photography-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:23;a:22:{s:2:\"id\";s:2:\"24\";s:5:\"title\";s:20:\"Photography Carousel\";s:5:\"alias\";s:20:\"photography-carousel\";s:3:\"zip\";s:24:\"photography-carousel.zip\";s:3:\"uid\";s:32:\"9a84b859ba23dc49ba8784e3a86545fa\";s:3:\"img\";s:31:\"photography-carousel/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-photo-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">A front-page carousel that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:24;a:23:{s:2:\"id\";s:2:\"25\";s:5:\"title\";s:16:\"Search Form Hero\";s:5:\"alias\";s:16:\"search-form-hero\";s:3:\"zip\";s:20:\"search-form-hero.zip\";s:3:\"uid\";s:32:\"e09eb1bd0f22b3a2b02a1aa251dd1f3e\";s:3:\"img\";s:27:\"search-form-hero/slider.jpg\";s:7:\"preview\";s:60:\"http://revolution.themepunch.com/wordpress-search-form-hero/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">This hero block uses a custom styled input field to show search results on a WordPress site.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:320:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image, texts, and search field code.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:25;a:22:{s:2:\"id\";s:2:\"26\";s:5:\"title\";s:17:\"Showcase Carousel\";s:5:\"alias\";s:16:\"showcasecarousel\";s:3:\"zip\";s:20:\"showcasecarousel.zip\";s:3:\"uid\";s:32:\"c5ca218398331bd2c064efc2f62eae56\";s:3:\"img\";s:27:\"showcasecarousel/slider.jpg\";s:7:\"preview\";s:62:\"http://revolution.themepunch.com/wordpress-cover-flow-gallery/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">A fancy carousel that rotates, fades and scales slider items.</span>\r\n<span class=\"ttm_space\"></span>\r\n\";s:11:\"setup_notes\";s:284:\"<span class=\"ttm_content\">This is a \"Default\" content carousel. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:26;a:22:{s:2:\"id\";s:2:\"27\";s:5:\"title\";s:11:\"Sports Hero\";s:5:\"alias\";s:11:\"sports-hero\";s:3:\"zip\";s:14:\"sportshero.zip\";s:3:\"uid\";s:32:\"8de7a145f32a362d618d2595ffa2f724\";s:3:\"img\";s:21:\"sportshero/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/wordpress-image-hero/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"720\";s:11:\"description\";s:113:\"<span class=\"ttm_content\">An sports themed image hero block with buttons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:27;a:22:{s:2:\"id\";s:2:\"28\";s:5:\"title\";s:12:\"Twitter Feed\";s:5:\"alias\";s:12:\"twitter-feed\";s:3:\"zip\";s:16:\"twitter-feed.zip\";s:3:\"uid\";s:32:\"efbfc2af5da5258e7b7bed8598e483cc\";s:3:\"img\";s:23:\"twitter-feed/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-twitter-feed/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"640\";s:11:\"description\";s:173:\"<span class=\"ttm_content\"> This slider is automatically populated by a Twitter stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:414:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Twitter Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:28;a:22:{s:2:\"id\";s:2:\"29\";s:5:\"title\";s:13:\"Vimeo Gallery\";s:5:\"alias\";s:13:\"vimeo-gallery\";s:3:\"zip\";s:17:\"vimeo-gallery.zip\";s:3:\"uid\";s:32:\"fa824ce1ff3942ec268fc9eda60df539\";s:3:\"img\";s:24:\"vimeo-gallery/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-vimeo-gallery/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"692\";s:11:\"description\";s:170:\"<span class=\"ttm_content\">This slider is automatically populated by a Vimeo stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:412:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Vimeo Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:29;a:22:{s:2:\"id\";s:2:\"30\";s:5:\"title\";s:10:\"Vimeo Hero\";s:5:\"alias\";s:9:\"vimeohero\";s:3:\"zip\";s:13:\"vimeohero.zip\";s:3:\"uid\";s:32:\"c575575f96173d88589cddcb06120b77\";s:3:\"img\";s:20:\"vimeohero/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/wordpress-hero-vimeo/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:116:\"<span class=\"ttm_content\">A commonly used Vimeo video background hero block.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:464:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:30;a:22:{s:2:\"id\";s:2:\"31\";s:5:\"title\";s:16:\"Web Product Dark\";s:5:\"alias\";s:16:\"web-product-dark\";s:3:\"zip\";s:20:\"web-product-dark.zip\";s:3:\"uid\";s:32:\"39b872cf0608e63c3a503e58374dc30a\";s:3:\"img\";s:27:\"web-product-dark/slider.jpg\";s:7:\"preview\";s:60:\"http://revolution.themepunch.com/wordpress-frontpage-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:31;a:22:{s:2:\"id\";s:2:\"32\";s:5:\"title\";s:21:\"Web Product Dark Hero\";s:5:\"alias\";s:21:\"web-product-dark-hero\";s:3:\"zip\";s:25:\"web-product-dark-hero.zip\";s:3:\"uid\";s:32:\"b6784e8925221f36677217979d26e6f0\";s:3:\"img\";s:32:\"web-product-dark-hero/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-header-image/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:162:\"<span class=\"ttm_content\">A modern hero block with three common devices. The screens of each device can be changed easily!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:32;a:22:{s:2:\"id\";s:2:\"33\";s:5:\"title\";s:22:\"Web Product Light Hero\";s:5:\"alias\";s:22:\"web-product-light-hero\";s:3:\"zip\";s:26:\"web-product-light-hero.zip\";s:3:\"uid\";s:32:\"428e65d6aaa6ef775429989d50516492\";s:3:\"img\";s:33:\"web-product-light-hero/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/hero-image-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:162:\"<span class=\"ttm_content\">A modern hero block with three common devices. The screens of each device can be changed easily!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:289:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:33;a:22:{s:2:\"id\";s:2:\"34\";s:5:\"title\";s:17:\"Web Product Light\";s:5:\"alias\";s:15:\"webproductlight\";s:3:\"zip\";s:19:\"webproductlight.zip\";s:3:\"uid\";s:32:\"fa23dab5bf1139c6393828647a9de4e0\";s:3:\"img\";s:26:\"webproductlight/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/wordpress-cover-page/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:34;a:22:{s:2:\"id\";s:2:\"35\";s:5:\"title\";s:15:\"Youtube Gallery\";s:5:\"alias\";s:15:\"youtube-gallery\";s:3:\"zip\";s:19:\"youtube-gallery.zip\";s:3:\"uid\";s:32:\"ee9e4928ac74f5f0c0b697ce708f5aa7\";s:3:\"img\";s:26:\"youtube-gallery/slider.jpg\";s:7:\"preview\";s:59:\"http://revolution.themepunch.com/wordpress-youtube-gallery/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:173:\"<span class=\"ttm_content\"> This slider is automatically populated by a YouTube stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:414:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"YouTube Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:35;a:23:{s:2:\"id\";s:2:\"36\";s:5:\"title\";s:12:\"Youtube Hero\";s:5:\"alias\";s:11:\"youtubehero\";s:3:\"zip\";s:15:\"youtubehero.zip\";s:3:\"uid\";s:32:\"e0b2c12a45841bdf21cb96305f2c85bf\";s:3:\"img\";s:22:\"youtubehero/slider.jpg\";s:7:\"preview\";s:58:\"http://revolution.themepunch.com/wordpress-youtube-header/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:104:\"<span class=\"ttm_content\">A YouTube video background hero block.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:633:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\nLearn how to <a href=\"https://www.themepunch.com/faq/enable-sound-for-the-youtube-hero-template/\" target=\"_blank\">enable sound for the background video</a><br /><br />\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:36;a:22:{s:2:\"id\";s:2:\"37\";s:5:\"title\";s:13:\"Scroll Effect\";s:5:\"alias\";s:13:\"scroll-effect\";s:3:\"zip\";s:17:\"scroll-effect.zip\";s:3:\"uid\";s:32:\"417f59e9db87aa7e47c8509eb88d4af6\";s:3:\"img\";s:23:\"scrolleffect/slide1.jpg\";s:7:\"preview\";s:60:\"http://revolution.themepunch.com/big-bold-fullscreen-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:134:\"<span class=\"ttm_content\">A full-screen slider with a unique scroll effect and big, bold text.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:485:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>For further configuration options please view the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:37;a:22:{s:2:\"id\";s:2:\"38\";s:5:\"title\";s:12:\"Content Zoom\";s:5:\"alias\";s:12:\"content-zoom\";s:3:\"zip\";s:16:\"content-zoom.zip\";s:3:\"uid\";s:32:\"42ef8cdb70d42ec6ff6fa3b69a027b5f\";s:3:\"img\";s:22:\"contentzoom/slide1.jpg\";s:7:\"preview\";s:53:\"http://revolution.themepunch.com/content-zoom-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:243:\"<span class=\"ttm_content\">A very unique full-width slider that uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:371:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:38;a:22:{s:2:\"id\";s:2:\"39\";s:5:\"title\";s:13:\"Food Carousel\";s:5:\"alias\";s:13:\"food-carousel\";s:3:\"zip\";s:17:\"food-carousel.zip\";s:3:\"uid\";s:32:\"a7bf54527b6658a0a308c70c729779fe\";s:3:\"img\";s:29:\"foodcarousel/slider_cover.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/food-carousel-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:267:\"<span class=\"ttm_content\">A fancy carousel with detail content on each slide. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> are used to show and hide layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:371:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:39;a:22:{s:2:\"id\";s:2:\"40\";s:5:\"title\";s:14:\"Rotating Words\";s:5:\"alias\";s:14:\"rotating-words\";s:3:\"zip\";s:18:\"rotating-words.zip\";s:3:\"uid\";s:32:\"70190463d9376f278c8197b7b2ef6c1b\";s:3:\"img\";s:24:\"rotatingwords/slide1.jpg\";s:7:\"preview\";s:53:\"http://revolution.themepunch.com/rotating-words-hero/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:134:\"<span class=\"ttm_content\">A full-screen hero block with unique animated text and blur effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:495:\"<span class=\"ttm_content\">This is a \"Default\" hero slider. Edit the slide to change the background media and texts.<br/>For further configuration options please view the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:40;a:22:{s:2:\"id\";s:2:\"41\";s:5:\"title\";s:22:\"Travel Static Captions\";s:5:\"alias\";s:22:\"travel-static-captions\";s:3:\"zip\";s:26:\"travel-static-captions.zip\";s:3:\"uid\";s:32:\"bbe7d61c7c741ebc7aa1ce1082b0cb71\";s:3:\"img\";s:33:\"travel-static-captions/slide1.jpg\";s:7:\"preview\";s:50:\"http://revolution.themepunch.com/travel-slideshow/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:148:\"<span class=\"ttm_content\">A slideshow example with static captions layers above a rotating image background.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:41;a:22:{s:2:\"id\";s:2:\"42\";s:5:\"title\";s:7:\"Concept\";s:5:\"alias\";s:7:\"concept\";s:3:\"zip\";s:11:\"concept.zip\";s:3:\"uid\";s:32:\"47cb06083e87503762f6746725117a3c\";s:3:\"img\";s:18:\"concept/slide1.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/fullscreen-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">A full-screen slider that uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:371:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:42;a:22:{s:2:\"id\";s:2:\"43\";s:5:\"title\";s:15:\"True Fullscreen\";s:5:\"alias\";s:17:\"fullscreen-button\";s:3:\"zip\";s:21:\"fullscreen-button.zip\";s:3:\"uid\";s:32:\"618a43bdf89333b555531f6d6ecde359\";s:3:\"img\";s:28:\"fullscreen-button/slide1.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-sidebar-slideshow/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:246:\"<span class=\"ttm_content\">A slider with a full-screen button that uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:297:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change the background images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:43;a:22:{s:2:\"id\";s:2:\"44\";s:5:\"title\";s:16:\"Creative Freedom\";s:5:\"alias\";s:15:\"creativefreedom\";s:3:\"zip\";s:19:\"creativefreedom.zip\";s:3:\"uid\";s:32:\"8902bf6c93126c2c6323626b9e872621\";s:3:\"img\";s:26:\"creativefreedom/slide1.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-touch-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A full-screen slider with a unique vertical navigation and 3D-parallax effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:290:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images, videos and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:44;a:22:{s:2:\"id\";s:2:\"45\";s:5:\"title\";s:17:\"3D Parallax Scene\";s:5:\"alias\";s:13:\"parallaxscene\";s:3:\"zip\";s:17:\"parallaxscene.zip\";s:3:\"uid\";s:32:\"51566f1ce649708e97a0f5dfaf05ea19\";s:3:\"img\";s:24:\"parallaxscene/slide1.jpg\";s:7:\"preview\";s:55:\"http://revolution.themepunch.com/wordpress-3d-parallax/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"700\";s:11:\"description\";s:328:\"<span class=\"ttm_content\">A 3D-parallax hero scene with mouse-controlled effects. Smart image arrangement creates a convincing 3D effect. Tooltips are shown using <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a>.</span>\r\n</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:45;a:22:{s:2:\"id\";s:2:\"46\";s:5:\"title\";s:10:\"Wow Factor\";s:5:\"alias\";s:15:\"slidingoverlays\";s:3:\"zip\";s:19:\"slidingoverlays.zip\";s:3:\"uid\";s:32:\"18002d17e8bc7ca61b0951f5305a759e\";s:3:\"img\";s:26:\"slidingoverlays/slide1.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/responsive-wordpress-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:106:\"<span class=\"ttm_content\">A 3D-parallax effect full-screen slider.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:46;a:22:{s:2:\"id\";s:2:\"47\";s:5:\"title\";s:14:\"3D Web Product\";s:5:\"alias\";s:25:\"web-product-light-hero-3d\";s:3:\"zip\";s:29:\"web-product-light-hero-3d.zip\";s:3:\"uid\";s:32:\"efd345c5da805414093e46066cefd751\";s:3:\"img\";s:36:\"web-product-light-hero-3d/slide1.jpg\";s:7:\"preview\";s:52:\"http://revolution.themepunch.com/wordpress-3d-scene/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"668\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A 3D-parallax hero scene slider with a convincing depth-effect and animated clouds.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:47;a:22:{s:2:\"id\";s:2:\"48\";s:5:\"title\";s:15:\"WooCommerce Big\";s:5:\"alias\";s:6:\"woobig\";s:3:\"zip\";s:10:\"woobig.zip\";s:3:\"uid\";s:32:\"bfb09a39656c7c80e86b468fc5b3403c\";s:3:\"img\";s:17:\"woobig/slide1.jpg\";s:7:\"preview\";s:52:\"http://revolution.themepunch.com/woocommerce-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:173:\"<span class=\"ttm_content\">This slider is automatically populated by WooCommerce posts. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"WooCommerce Slider\"</a>. Make sure to select the products you want to show in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";i:2;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:48;a:22:{s:2:\"id\";s:2:\"49\";s:5:\"title\";s:17:\"WooCommerce Small\";s:5:\"alias\";s:16:\"woocommercesmall\";s:3:\"zip\";s:20:\"woocommercesmall.zip\";s:3:\"uid\";s:32:\"b17c2adcc5c4c4b68a7ac6fee32fa030\";s:3:\"img\";s:27:\"woocommercesmall/slide1.jpg\";s:7:\"preview\";s:52:\"http://revolution.themepunch.com/woocommerce-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"266\";s:11:\"description\";s:174:\" <span class=\"ttm_content\">This slider is automatically populated by WooCommerce posts. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"WooCommerce Slider\"</a>. Make sure to select the products you want to show in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";i:2;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:49;a:22:{s:2:\"id\";s:2:\"50\";s:5:\"title\";s:17:\"Restaurant Header\";s:5:\"alias\";s:10:\"finedining\";s:3:\"zip\";s:14:\"finedining.zip\";s:3:\"uid\";s:32:\"03481a9e258501fbe3888b48830ea845\";s:3:\"img\";s:21:\"finedining/slide1.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/restaurant-hero-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:275:\"<span class=\"ttm_content\">A full-screen hero block slider that shows different background layers on button hover using <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a>.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:464:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:50;a:22:{s:2:\"id\";s:2:\"51\";s:5:\"title\";s:21:\"Agency Website Header\";s:5:\"alias\";s:12:\"agency-intro\";s:3:\"zip\";s:16:\"agency-intro.zip\";s:3:\"uid\";s:32:\"e9be2afdd55a0c8d0d8d0cc12ba4c82f\";s:3:\"img\";s:23:\"agency-intro/slide1.jpg\";s:7:\"preview\";s:60:\"http://revolution.themepunch.com/agency-website-hero-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:302:\" <span class=\"ttm_content\">A full-screen hero block slider with ken burns effect and video modal on button click. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> are used to achieve this effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:371:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:51;a:22:{s:2:\"id\";s:2:\"52\";s:5:\"title\";s:11:\"Team Slider\";s:5:\"alias\";s:7:\"ourteam\";s:3:\"zip\";s:11:\"ourteam.zip\";s:3:\"uid\";s:32:\"d8eb1fec07a79202d1118bb17f70c233\";s:3:\"img\";s:18:\"ourteam/slide1.jpg\";s:7:\"preview\";s:74:\"http://revolution.themepunch.com/thumbnail-hover-slider-revolution-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.4\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:303:\"<span class=\"ttm_content\">A team slider that changes slides and displays additional information on thumbnail hover. It uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to achieve this effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:657:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\nLearn how to <a href=\"https://www.themepunch.com/faq/modify-thumbnails-for-our-team-template/\" target=\"_blank\">modify the thumbnails</a><br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:52;a:22:{s:2:\"id\";s:2:\"53\";s:5:\"title\";s:13:\"Team Carousel\";s:5:\"alias\";s:17:\"our-team-carousel\";s:3:\"zip\";s:21:\"our-team-carousel.zip\";s:3:\"uid\";s:32:\"37656d5dcab1f265c025cb2a3d669809\";s:3:\"img\";s:26:\"ourteamcarousel/slide1.jpg\";s:7:\"preview\";s:83:\"http://revolution.themepunch.com/thumbnail-hover-carousel-slider-revolution-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.4\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:306:\" <span class=\"ttm_content\">A team carousel that changes slides and displays additional information on thumbnail hover. It uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to achieve this effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:659:\"<span class=\"ttm_content\">This is a \"Default\" content carousel. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\nLearn how to <a href=\"https://www.themepunch.com/faq/modify-thumbnails-for-our-team-template/\" target=\"_blank\">modify the thumbnails</a><br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:53;a:22:{s:2:\"id\";s:2:\"54\";s:5:\"title\";s:17:\"4K Youtube Slider\";s:5:\"alias\";s:13:\"betteryoutube\";s:3:\"zip\";s:17:\"betteryoutube.zip\";s:3:\"uid\";s:32:\"d7c5fef9f257037d7a148038aa2a1857\";s:3:\"img\";s:24:\"betteryoutube/slide1.jpg\";s:7:\"preview\";s:94:\"http://revolution.themepunch.com/fullscreen-4k-youtube-video-gallery-slider-revolution-plugin/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.1.4\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"675\";s:11:\"description\";s:293:\" <span class=\"ttm_content\">A full-screen youtube gallery with 4K videos as an example. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> are used to breathe life into navigation elements.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:535:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change videos and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:54;a:22:{s:2:\"id\";s:2:\"55\";s:5:\"title\";s:21:\"Agency Website Header\";s:5:\"alias\";s:19:\"agencywebsiteheader\";s:3:\"zip\";s:23:\"agencywebsiteheader.zip\";s:3:\"uid\";s:32:\"c11d272c87277a7a38d9e7fd13e27947\";s:3:\"img\";s:30:\"agencywebsiteheader/slide1.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/fullscreen-hero-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:245:\" <span class=\"ttm_content\">A very unique full-screen slider that uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:509:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:55;a:22:{s:2:\"id\";s:2:\"56\";s:5:\"title\";s:11:\"Coming Soon\";s:5:\"alias\";s:10:\"comingsoon\";s:3:\"zip\";s:14:\"comingsoon.zip\";s:3:\"uid\";s:32:\"0f89edf995512e6d6e864a2ee7221829\";s:3:\"img\";s:21:\"comingsoon/slide1.jpg\";s:7:\"preview\";s:79:\"http://revolution.themepunch.com/coming-soon-wordpress-under-construction-site/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:299:\"<span class=\"ttm_content\">A full-screen slider that can be used as a \"Coming Soon\" page. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> are used to achieve various interaction possibilities.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:638:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>For further configuration options please view the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\nInstructions for <a href=\"https://www.themepunch.com/faq/change-date-for-coming-soon-template/\" target=\"_blank\">how to change the date.</a><br /><br />\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:56;a:22:{s:2:\"id\";s:2:\"57\";s:5:\"title\";s:20:\"Christmas Snow Scene\";s:5:\"alias\";s:9:\"snowscene\";s:3:\"zip\";s:13:\"snowscene.zip\";s:3:\"uid\";s:32:\"a747bf0837caff86c62419a746690209\";s:3:\"img\";s:20:\"snowscene/slide1.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/christmas-snow-scene/\";s:7:\"version\";s:5:\"1.0.5\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:141:\"<span class=\"ttm_content\">A slider with multiple christmas themed slides and a neat snow fall effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:485:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>For further configuration options please view the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:57;a:22:{s:2:\"id\";s:2:\"58\";s:5:\"title\";s:15:\"Rock Band Music\";s:5:\"alias\";s:8:\"rockband\";s:3:\"zip\";s:12:\"rockband.zip\";s:3:\"uid\";s:32:\"5f557a5fad2fd6ca982a6ae6e9619637\";s:3:\"img\";s:19:\"rockband/slide1.jpg\";s:7:\"preview\";s:80:\"http://revolution.themepunch.com/rock-band-music-theme-slider-revolution-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:140:\" <span class=\"ttm_content\">A rock band themed hero block slider with an embedded SoundCloud element.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:464:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:58;a:22:{s:2:\"id\";s:2:\"59\";s:5:\"title\";s:18:\"Sleek Landing Page\";s:5:\"alias\";s:16:\"sleeklandingpage\";s:3:\"zip\";s:20:\"sleeklandingpage.zip\";s:3:\"uid\";s:32:\"07f7f2608936a8ae226213b7d99eee3f\";s:3:\"img\";s:27:\"sleeklandingpage/slide1.jpg\";s:7:\"preview\";s:70:\"http://revolution.themepunch.com/landing-page-free-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:191:\"<span class=\"ttm_content\">A full-screen slider that can be used as an App-Landing-Page. The object layers and custom animations create a unique effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-22 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:59;a:22:{s:2:\"id\";s:2:\"60\";s:5:\"title\";s:16:\"App Landing Page\";s:5:\"alias\";s:14:\"applandingpage\";s:3:\"zip\";s:18:\"applandingpage.zip\";s:3:\"uid\";s:32:\"38eb600893c1484ab8fd2a3dce3678d7\";s:3:\"img\";s:25:\"applandingpage/slide1.jpg\";s:7:\"preview\";s:64:\"http://revolution.themepunch.com/app-landing-page-free-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:263:\"<span class=\"ttm_content\">A full-screen hero block that can be used as an app landing page. The detail view is build using <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a>.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:371:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:60;a:22:{s:2:\"id\";s:2:\"61\";s:5:\"title\";s:10:\"Desk Scene\";s:5:\"alias\";s:9:\"deskscene\";s:3:\"zip\";s:13:\"deskscene.zip\";s:3:\"uid\";s:32:\"172a1a89a3e3b333cb4dbeb238f534c5\";s:3:\"img\";s:20:\"deskscene/slide1.jpg\";s:7:\"preview\";s:49:\"http://revolution.themepunch.com/hero-desk-scene/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:135:\"<span class=\"ttm_content\">A beautiful desk scene with a cool reveal effect when scrolling down.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:61;a:22:{s:2:\"id\";s:2:\"62\";s:5:\"title\";s:17:\"Clean News Slider\";s:5:\"alias\";s:15:\"cleannewsslider\";s:3:\"zip\";s:19:\"cleannewsslider.zip\";s:3:\"uid\";s:32:\"82c3f521fe31b80984be0f19e1a9899e\";s:3:\"img\";s:26:\"cleannewsslider/slide1.jpg\";s:7:\"preview\";s:55:\"http://revolution.themepunch.com/wordpress-news-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:132:\"<span class=\"ttm_content\">A slideshow example with clean content and thumbnail navigation.</span>\r\n<span class=\"ttm_space\"></span>\r\n\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:62;a:22:{s:2:\"id\";s:2:\"63\";s:5:\"title\";s:13:\"Image Gallery\";s:5:\"alias\";s:12:\"imagegallery\";s:3:\"zip\";s:16:\"imagegallery.zip\";s:3:\"uid\";s:32:\"cef1d75357df2cb53b990c74a214813e\";s:3:\"img\";s:23:\"imagegallery/slide1.jpg\";s:7:\"preview\";s:64:\"http://revolution.themepunch.com/wordpress-photo-gallery-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:3:\"667\";s:11:\"description\";s:239:\"<span class=\"ttm_content\">A photo gallery suitable to display your images using <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:63;a:22:{s:2:\"id\";s:2:\"64\";s:5:\"title\";s:19:\"Standard WP Gallery\";s:5:\"alias\";s:19:\"standard-wp-gallery\";s:3:\"zip\";s:23:\"standard-wp-gallery.zip\";s:3:\"uid\";s:32:\"632035b8a27652d8081dbdfa343dc93d\";s:3:\"img\";s:30:\"standard-wp-gallery/slide1.jpg\";s:7:\"preview\";s:64:\"http://revolution.themepunch.com/wordpress-photo-gallery-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:3:\"667\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A photo gallery that uses the \"Standard WP Gallery\" add-on to display images.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:407:\"<span class=\"ttm_content\">Please follow the setup guide on the \"Standard WP Gallery\" add-on page.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";s:166:\"[{\"path\":\"revslider-gallery-addon\\/revslider-gallery-addon.php\",\"name\":\"WP Gallery AddOn\",\"url\":\"http:\\/\\/revolution.themepunch.com\\/wordpress-photo-gallery-plugin\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:64;a:22:{s:2:\"id\";s:2:\"65\";s:5:\"title\";s:21:\"Clean News Post Based\";s:5:\"alias\";s:21:\"clean-news-post-based\";s:3:\"zip\";s:25:\"clean-news-post-based.zip\";s:3:\"uid\";s:32:\"f4cf5bbe51afa5a361754bb081cbabf2\";s:3:\"img\";s:32:\"clean-news-post-based/slide1.jpg\";s:7:\"preview\";s:55:\"http://revolution.themepunch.com/wordpress-news-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:125:\"<span class=\"ttm_content\"> This slider is automatically populated by WordPress posts.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:423:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Post-Based Slider\"</a>. Make sure to select the post type you want to display in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:65;a:22:{s:2:\"id\";s:2:\"66\";s:5:\"title\";s:22:\"Interactive Whiteboard\";s:5:\"alias\";s:21:\"interactivewhiteboard\";s:3:\"zip\";s:25:\"interactivewhiteboard.zip\";s:3:\"uid\";s:32:\"058b4af535d6c6c7bcec5225845e3eb4\";s:3:\"img\";s:32:\"interactivewhiteboard/slide1.jpg\";s:7:\"preview\";s:77:\"http://revolution.themepunch.com/interactive-whiteboard-animation-free-addon/\";s:7:\"version\";s:5:\"1.0.5\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:269:\"<span class=\"ttm_content\">This is the example slider from the Whiteboard add-on preview.<br/><a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used to achieve certain effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:541:\"<span class=\"ttm_content\">This slider template requires the <a href=\"https://www.themepunch.com/slider-revolution/whiteboard-addon/\" target=\"_blank\">Whiteboard add-on</a> to be installed. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:185:\"[{\"path\":\"revslider-whiteboard-addon\\/revslider-whiteboard-addon.php\",\"name\":\"Whiteboard AddOn\",\"url\":\"http:\\/\\/revolution.themepunch.com\\/interactive-whiteboard-animation-free-addon\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:66;a:22:{s:2:\"id\";s:2:\"68\";s:5:\"title\";s:17:\"Innovation Slider\";s:5:\"alias\";s:10:\"innovation\";s:3:\"zip\";s:14:\"innovation.zip\";s:3:\"uid\";s:32:\"d3440b69126d9c186fddc713b18b0002\";s:3:\"img\";s:21:\"innovation/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/best-wordpress-slider-plugin-2016/\";s:7:\"version\";s:5:\"1.0.5\";s:8:\"required\";s:7:\"5.2.3.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:258:\"<span class=\"ttm_content\">A full-screen slider with an elegant fade-out parallax effect. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:493:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images, videos and texts.<br/>For further configuration options please view the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-03-29 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:67;a:25:{s:2:\"id\";s:2:\"69\";s:5:\"title\";s:25:\"Dark Content Block - Menu\";s:5:\"alias\";s:24:\"dark-fullsite-block-menu\";s:3:\"zip\";s:34:\"packs/dark-fullsite-block-menu.zip\";s:3:\"uid\";s:32:\"bf4bd226719d3c3d3146592976e31ca1\";s:3:\"img\";s:35:\"dark-fullsite-block-menu/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:68;a:25:{s:2:\"id\";s:2:\"70\";s:5:\"title\";s:25:\"Dark Content Block - Hero\";s:5:\"alias\";s:21:\"dark-fullsite-block-1\";s:3:\"zip\";s:31:\"packs/dark-fullsite-block-1.zip\";s:3:\"uid\";s:32:\"d8859245fe600288ca932dc29aca751f\";s:3:\"img\";s:32:\"dark-fullsite-block-1/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:69;a:25:{s:2:\"id\";s:2:\"71\";s:5:\"title\";s:26:\"Dark Content Block - About\";s:5:\"alias\";s:27:\"dark-fullsite-block-2-about\";s:3:\"zip\";s:37:\"packs/dark-fullsite-block-2-about.zip\";s:3:\"uid\";s:32:\"298401901521a197a8294c1b4f73df3e\";s:3:\"img\";s:38:\"dark-fullsite-block-2-about/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:70;a:25:{s:2:\"id\";s:2:\"72\";s:5:\"title\";s:29:\"Dark Content Block - Services\";s:5:\"alias\";s:30:\"dark-fullsite-block-3-services\";s:3:\"zip\";s:40:\"packs/dark-fullsite-block-3-services.zip\";s:3:\"uid\";s:32:\"8da3ed605472ed6a26c745fb52f85f82\";s:3:\"img\";s:41:\"dark-fullsite-block-3-services/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:71;a:25:{s:2:\"id\";s:2:\"73\";s:5:\"title\";s:29:\"Dark Content Block - Products\";s:5:\"alias\";s:30:\"dark-fullsite-block-4-products\";s:3:\"zip\";s:40:\"packs/dark-fullsite-block-4-products.zip\";s:3:\"uid\";s:32:\"99e4f40399d20261a6131043d0e50b0c\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:422:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\r\n\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:72;a:25:{s:2:\"id\";s:2:\"74\";s:5:\"title\";s:33:\"Dark Content Block - Testimonials\";s:5:\"alias\";s:34:\"dark-fullsite-block-5-testimonials\";s:3:\"zip\";s:44:\"packs/dark-fullsite-block-5-testimonials.zip\";s:3:\"uid\";s:32:\"2f9121e0eedd51afe85e233d0743acab\";s:3:\"img\";s:45:\"dark-fullsite-block-5-testimonials/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:73;a:25:{s:2:\"id\";s:2:\"75\";s:5:\"title\";s:28:\"Dark Content Block - Callout\";s:5:\"alias\";s:29:\"dark-fullsite-block-6-callout\";s:3:\"zip\";s:39:\"packs/dark-fullsite-block-6-callout.zip\";s:3:\"uid\";s:32:\"55fbecb113ff21f050be7adc08637329\";s:3:\"img\";s:40:\"dark-fullsite-block-6-callout/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:74;a:25:{s:2:\"id\";s:2:\"76\";s:5:\"title\";s:27:\"Dark Content Block - Footer\";s:5:\"alias\";s:28:\"dark-fullsite-block-7-footer\";s:3:\"zip\";s:38:\"packs/dark-fullsite-block-7-footer.zip\";s:3:\"uid\";s:32:\"2ff517f5c7c54e3e0c2dd733cfd3400e\";s:3:\"img\";s:39:\"dark-fullsite-block-7-footer/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:75;a:25:{s:2:\"id\";s:2:\"77\";s:5:\"title\";s:26:\"Light Content Block - Menu\";s:5:\"alias\";s:19:\"fullsite-block-menu\";s:3:\"zip\";s:29:\"packs/fullsite-block-menu.zip\";s:3:\"uid\";s:32:\"8010971f34387d5f94a1f4e577ef382a\";s:3:\"img\";s:30:\"fullsite-block-menu/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:76;a:25:{s:2:\"id\";s:2:\"78\";s:5:\"title\";s:26:\"Light Content Block - Hero\";s:5:\"alias\";s:15:\"fullsite-block1\";s:3:\"zip\";s:25:\"packs/fullsite-block1.zip\";s:3:\"uid\";s:32:\"45bf7179843e01ce112e8ec754b0455c\";s:3:\"img\";s:26:\"fullsite-block1/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:77;a:25:{s:2:\"id\";s:2:\"79\";s:5:\"title\";s:27:\"Light Content Block - About\";s:5:\"alias\";s:22:\"fullsite-block-2-about\";s:3:\"zip\";s:32:\"packs/fullsite-block-2-about.zip\";s:3:\"uid\";s:32:\"8402b460638a746d36433cb161440b7d\";s:3:\"img\";s:33:\"fullsite-block-2-about/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:78;a:25:{s:2:\"id\";s:2:\"80\";s:5:\"title\";s:30:\"Light Content Block - Services\";s:5:\"alias\";s:25:\"fullsite-block-3-services\";s:3:\"zip\";s:35:\"packs/fullsite-block-3-services.zip\";s:3:\"uid\";s:32:\"7b8cea27f4d6ae17c5e1eae12457bd06\";s:3:\"img\";s:36:\"fullsite-block-3-services/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:79;a:25:{s:2:\"id\";s:2:\"81\";s:5:\"title\";s:30:\"Light Content Block - Products\";s:5:\"alias\";s:25:\"fullsite-block-4-products\";s:3:\"zip\";s:35:\"packs/fullsite-block-4-products.zip\";s:3:\"uid\";s:32:\"d148935362d7122636cda0635eae4be7\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:80;a:25:{s:2:\"id\";s:2:\"82\";s:5:\"title\";s:34:\"Light Content Block - Testimonials\";s:5:\"alias\";s:29:\"fullsite-block-5-testimonials\";s:3:\"zip\";s:39:\"packs/fullsite-block-5-testimonials.zip\";s:3:\"uid\";s:32:\"06255bfd421e40f71fa8197b839dbf03\";s:3:\"img\";s:40:\"fullsite-block-5-testimonials/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:81;a:25:{s:2:\"id\";s:2:\"83\";s:5:\"title\";s:29:\"Light Content Block - Callout\";s:5:\"alias\";s:24:\"fullsite-block-6-callout\";s:3:\"zip\";s:34:\"packs/fullsite-block-6-callout.zip\";s:3:\"uid\";s:32:\"8a88c3447676b613ec5db2fe5d63315c\";s:3:\"img\";s:35:\"fullsite-block-6-callout/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:82;a:25:{s:2:\"id\";s:2:\"84\";s:5:\"title\";s:28:\"Light Content Block - Footer\";s:5:\"alias\";s:23:\"fullsite-block-7-footer\";s:3:\"zip\";s:33:\"packs/fullsite-block-7-footer.zip\";s:3:\"uid\";s:32:\"34300b4407a2093eb2e1e08868fa8319\";s:3:\"img\";s:34:\"fullsite-block-7-footer/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:83;a:22:{s:2:\"id\";s:2:\"85\";s:5:\"title\";s:12:\"Tech Journal\";s:5:\"alias\";s:11:\"techjournal\";s:3:\"zip\";s:15:\"techjournal.zip\";s:3:\"uid\";s:32:\"7f92d70d1c108378f915b18c2ceb71d6\";s:3:\"img\";s:22:\"techjournal/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.1\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:130:\"<span class=\"ttm_content\">A full-width slider with navigation direction-based transitions.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:277:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:84;a:22:{s:2:\"id\";s:2:\"86\";s:5:\"title\";s:14:\"Car Dealership\";s:5:\"alias\";s:13:\"cardealership\";s:3:\"zip\";s:17:\"cardealership.zip\";s:3:\"uid\";s:32:\"bb010838855a8ae4d1dd68e139bf169e\";s:3:\"img\";s:24:\"cardealership/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/car-dealership-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"650\";s:11:\"description\";s:130:\"<span class=\"ttm_content\">A full-width slider with navigation direction-based transitions.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:277:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:85;a:22:{s:2:\"id\";s:2:\"87\";s:5:\"title\";s:22:\"FullScreen Menu Slider\";s:5:\"alias\";s:14:\"fullscreenmenu\";s:3:\"zip\";s:18:\"fullscreenmenu.zip\";s:3:\"uid\";s:32:\"6de81d74c4bf193e2e274d43038adc85\";s:3:\"img\";s:25:\"fullscreenmenu/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-fullscreen-menu/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:131:\"<span class=\"ttm_content\">A full-screen slider that contains a menu with slide blur effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:86;a:22:{s:2:\"id\";s:2:\"88\";s:5:\"title\";s:18:\"Creative Frontpage\";s:5:\"alias\";s:17:\"creativefrontpage\";s:3:\"zip\";s:21:\"creativefrontpage.zip\";s:3:\"uid\";s:32:\"0636cb368af3bcaa2f68eb0ebefe6439\";s:3:\"img\";s:28:\"creativefrontpage/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/best-wordpress-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:246:\"<span class=\"ttm_content\">A full-screen slider with hidden slides that are triggered via  <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a>.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:87;a:25:{s:2:\"id\";s:2:\"89\";s:5:\"title\";s:20:\"Website Builder Menu\";s:5:\"alias\";s:19:\"websitebuilder-menu\";s:3:\"zip\";s:29:\"packs/websitebuilder-menu.zip\";s:3:\"uid\";s:32:\"d9e6d9c961f123a3a4847b51fc3ba3a2\";s:3:\"img\";s:30:\"websitebuilder-menu/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:2:\"60\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:88;a:25:{s:2:\"id\";s:2:\"90\";s:5:\"title\";s:20:\"Website Builder Hero\";s:5:\"alias\";s:19:\"websitebuilder-hero\";s:3:\"zip\";s:29:\"packs/websitebuilder-hero.zip\";s:3:\"uid\";s:32:\"6cb2df9a41ad2e7865bb9bbea7e39cb5\";s:3:\"img\";s:30:\"websitebuilder-hero/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"700\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:89;a:25:{s:2:\"id\";s:2:\"91\";s:5:\"title\";s:23:\"Website Builder Clients\";s:5:\"alias\";s:22:\"websitebuilder-clients\";s:3:\"zip\";s:32:\"packs/websitebuilder-clients.zip\";s:3:\"uid\";s:32:\"050e59c43c9a693510d01f29532088cf\";s:3:\"img\";s:33:\"websitebuilder-clients/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"120\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:90;a:25:{s:2:\"id\";s:2:\"92\";s:5:\"title\";s:24:\"Website Builder Services\";s:5:\"alias\";s:23:\"websitebuilder-services\";s:3:\"zip\";s:33:\"packs/websitebuilder-services.zip\";s:3:\"uid\";s:32:\"48d56d67615efce619ae973ab4358c07\";s:3:\"img\";s:34:\"websitebuilder-services/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"558\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:91;a:25:{s:2:\"id\";s:2:\"93\";s:5:\"title\";s:24:\"Website Builder Discover\";s:5:\"alias\";s:23:\"websitebuilder-discover\";s:3:\"zip\";s:33:\"packs/websitebuilder-discover.zip\";s:3:\"uid\";s:32:\"425a08a7be338daea3df02a07ff5c316\";s:3:\"img\";s:34:\"websitebuilder-discover/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"955\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:92;a:25:{s:2:\"id\";s:2:\"94\";s:5:\"title\";s:22:\"Website Builder Slider\";s:5:\"alias\";s:21:\"websitebuilder-slider\";s:3:\"zip\";s:31:\"packs/websitebuilder-slider.zip\";s:3:\"uid\";s:32:\"9d670b7335016accb590dc8d52bfb6f0\";s:3:\"img\";s:32:\"websitebuilder-slider/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:93;a:25:{s:2:\"id\";s:2:\"95\";s:5:\"title\";s:28:\"Website Builder CallToAction\";s:5:\"alias\";s:27:\"websitebuilder-calltoaction\";s:3:\"zip\";s:37:\"packs/websitebuilder-calltoaction.zip\";s:3:\"uid\";s:32:\"45851baf9e61f55ed9f5fa9d0beff77e\";s:3:\"img\";s:38:\"websitebuilder-calltoaction/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"960\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:94;a:25:{s:2:\"id\";s:2:\"96\";s:5:\"title\";s:22:\"Website Builder Footer\";s:5:\"alias\";s:21:\"websitebuilder-footer\";s:3:\"zip\";s:31:\"packs/websitebuilder-footer.zip\";s:3:\"uid\";s:32:\"2732bbe66ef28219d6cc53ce8cc78863\";s:3:\"img\";s:32:\"websitebuilder-footer/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:95;a:22:{s:2:\"id\";s:2:\"97\";s:5:\"title\";s:21:\"Focus Parallax Effect\";s:5:\"alias\";s:13:\"focusparallax\";s:3:\"zip\";s:17:\"focusparallax.zip\";s:3:\"uid\";s:32:\"13bd15fb3ddf8b9841cb55b89389cc73\";s:3:\"img\";s:24:\"focusparallax/slide1.jpg\";s:7:\"preview\";s:68:\" https://revolution.themepunch.com/parallax-effect-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:256:\"<span class=\"ttm_content\">A full-screen slider with mouse controlled parallax effects. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:96;a:22:{s:2:\"id\";s:2:\"98\";s:5:\"title\";s:14:\"Duotone Slider\";s:5:\"alias\";s:7:\"duotone\";s:3:\"zip\";s:11:\"duotone.zip\";s:3:\"uid\";s:32:\"494862ceb6cb7c6658ad7cd36848cccd\";s:3:\"img\";s:18:\"duotone/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/wordpress-header-image-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.4\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:252:\"<span class=\"ttm_content\">A full-screen slider with unique parallax scroll effect. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:277:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:97;a:25:{s:2:\"id\";s:2:\"99\";s:5:\"title\";s:12:\"Minimal Menu\";s:5:\"alias\";s:6:\"r_menu\";s:3:\"zip\";s:16:\"packs/r_menu.zip\";s:3:\"uid\";s:32:\"30d6a6895db1a5f29b1679061551c9f0\";s:3:\"img\";s:17:\"r_menu/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"110\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:98;a:25:{s:2:\"id\";s:3:\"100\";s:5:\"title\";s:12:\"Minimal Hero\";s:5:\"alias\";s:5:\"rhero\";s:3:\"zip\";s:16:\"packs/r_hero.zip\";s:3:\"uid\";s:32:\"b8b46186956f6e66ad0c08e4532bbbde\";s:3:\"img\";s:17:\"r_hero/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"700\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:99;a:25:{s:2:\"id\";s:3:\"101\";s:5:\"title\";s:13:\"Minimal About\";s:5:\"alias\";s:7:\"r_about\";s:3:\"zip\";s:17:\"packs/r_about.zip\";s:3:\"uid\";s:32:\"343010c4b4c03f92888c3e9e95bc2bb1\";s:3:\"img\";s:18:\"r_about/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:100;a:25:{s:2:\"id\";s:3:\"102\";s:5:\"title\";s:16:\"Minimal Products\";s:5:\"alias\";s:10:\"r_products\";s:3:\"zip\";s:20:\"packs/r_products.zip\";s:3:\"uid\";s:32:\"dda93e85c6a4456d132040147f087f39\";s:3:\"img\";s:21:\"r_products/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1100\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:101;a:25:{s:2:\"id\";s:3:\"103\";s:5:\"title\";s:12:\"Minimal Info\";s:5:\"alias\";s:6:\"r_info\";s:3:\"zip\";s:16:\"packs/r_info.zip\";s:3:\"uid\";s:32:\"d6e368e8fd4862174af6c980389ae530\";s:3:\"img\";s:17:\"r_info/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:102;a:22:{s:2:\"id\";s:3:\"104\";s:5:\"title\";s:18:\"Inspiration Header\";s:5:\"alias\";s:17:\"inspirationheader\";s:3:\"zip\";s:21:\"inspirationheader.zip\";s:3:\"uid\";s:32:\"69f04b2be0b618fa7e184af83b86b7e7\";s:3:\"img\";s:28:\"inspirationheader/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/wordpress-theme-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:159:\"<span class=\"ttm_content\">This full-screen hero slider features sequentially animated texts and cool parallax elements.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:103;a:22:{s:2:\"id\";s:3:\"105\";s:5:\"title\";s:15:\"Magazine Slider\";s:5:\"alias\";s:13:\"magazineposts\";s:3:\"zip\";s:17:\"magazineposts.zip\";s:3:\"uid\";s:32:\"c562f3457e4edbd030959f7c5e6e0f7c\";s:3:\"img\";s:24:\"magazineposts/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-magazine-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1000\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">A full-width slider with a mouse-controlled 3D-Parallax effect. Enjoy! <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:277:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:104;a:22:{s:2:\"id\";s:3:\"106\";s:5:\"title\";s:11:\"News Header\";s:5:\"alias\";s:17:\"explorationheader\";s:3:\"zip\";s:21:\"explorationheader.zip\";s:3:\"uid\";s:32:\"8f20d5a868c90ded08b835fb9e8307d7\";s:3:\"img\";s:28:\"explorationheader/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/wordpress-news-header/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:288:\"<span class=\"ttm_content\">A full-screen slider that is a perfect fit for displaying news on your websites header! Check out <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> to add links to buttons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:277:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:109;a:22:{s:2:\"id\";s:3:\"111\";s:5:\"title\";s:17:\"Typewriter Effect\";s:5:\"alias\";s:16:\"typewritereffect\";s:3:\"zip\";s:20:\"typewritereffect.zip\";s:3:\"uid\";s:32:\"d6f8bae06cc4a7b158d680c01e59ddc2\";s:3:\"img\";s:27:\"typewritereffect/slide1.jpg\";s:7:\"preview\";s:62:\"https://revolution.themepunch.com/wordpress-typewriter-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:263:\"<span class=\"ttm_content\">This is the example slider from the Typewriter add-on preview.<br/><a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on buttons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:403:\"<span class=\"ttm_content\">This slider template requires the <a href=\"https://www.themepunch.com/slider-revolution/typewriter-addon/\" target=\"_blank\">Typewriter add-on</a> to be installed. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:173:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:110;a:22:{s:2:\"id\";s:3:\"112\";s:5:\"title\";s:17:\"Blend Mode Header\";s:5:\"alias\";s:15:\"blendmodeheader\";s:3:\"zip\";s:19:\"blendmodeheader.zip\";s:3:\"uid\";s:32:\"2e44e976596d757aab40ffa28086dcf9\";s:3:\"img\";s:26:\"blendmodeheader/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/blend-mode-hero-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1000\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">This full-screen hero header with HMTL5 background video, utilizes the new 5.3 blend mode effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:111;a:26:{s:2:\"id\";s:3:\"113\";s:5:\"title\";s:17:\"Themeplicity Menu\";s:5:\"alias\";s:17:\"themeplicity_menu\";s:3:\"zip\";s:27:\"packs/themeplicity_menu.zip\";s:3:\"uid\";s:32:\"7d5c1e75eaafa63683895a32a62f4ce0\";s:3:\"img\";s:28:\"themeplicity_menu/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:2:\"90\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:112;a:26:{s:2:\"id\";s:3:\"114\";s:5:\"title\";s:19:\"Themeplicity Header\";s:5:\"alias\";s:19:\"themeplicity_header\";s:3:\"zip\";s:29:\"packs/themeplicity_header.zip\";s:3:\"uid\";s:32:\"907091e4d58acc7d12f802de2f280b7d\";s:3:\"img\";s:30:\"themeplicity_header/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1000\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:113;a:26:{s:2:\"id\";s:3:\"115\";s:5:\"title\";s:18:\"Themeplicity Offer\";s:5:\"alias\";s:18:\"themeplicity_offer\";s:3:\"zip\";s:28:\"packs/themeplicity_offer.zip\";s:3:\"uid\";s:32:\"1bd8f9aa2f3e340449664c65ba17fb51\";s:3:\"img\";s:29:\"themeplicity_offer/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"330\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:114;a:26:{s:2:\"id\";s:3:\"116\";s:5:\"title\";s:23:\"Themeplicity What We Do\";s:5:\"alias\";s:21:\"themeplicity_whatwedo\";s:3:\"zip\";s:31:\"packs/themeplicity_whatwedo.zip\";s:3:\"uid\";s:32:\"aa800a44b5a3eab30414dde1f32bfed7\";s:3:\"img\";s:32:\"themeplicity_whatwedo/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"813\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:115;a:26:{s:2:\"id\";s:3:\"117\";s:5:\"title\";s:21:\"Themeplicity Projects\";s:5:\"alias\";s:21:\"themeplicity_projects\";s:3:\"zip\";s:31:\"packs/themeplicity_projects.zip\";s:3:\"uid\";s:32:\"5f61b3a13033ba6a51a18270163e0a50\";s:3:\"img\";s:32:\"themeplicity_projects/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"813\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:116;a:26:{s:2:\"id\";s:3:\"118\";s:5:\"title\";s:24:\"Themeplicity Whats Great\";s:5:\"alias\";s:23:\"themeplicity_whatsgreat\";s:3:\"zip\";s:33:\"packs/themeplicity_whatsgreat.zip\";s:3:\"uid\";s:32:\"ce9faf8c55ed2e33e091b23667e7173b\";s:3:\"img\";s:34:\"themeplicity_whatsgreat/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:117;a:26:{s:2:\"id\";s:3:\"119\";s:5:\"title\";s:19:\"Themeplicity Tables\";s:5:\"alias\";s:19:\"themeplicity_tables\";s:3:\"zip\";s:29:\"packs/themeplicity_tables.zip\";s:3:\"uid\";s:32:\"f28bb4cd20ec1f29a1de7da5ad09c293\";s:3:\"img\";s:30:\"themeplicity_tables/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1059\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:118;a:26:{s:2:\"id\";s:3:\"120\";s:5:\"title\";s:24:\"Themeplicity Contactform\";s:5:\"alias\";s:24:\"themeplicity_contactform\";s:3:\"zip\";s:34:\"packs/themeplicity_contactform.zip\";s:3:\"uid\";s:32:\"3e59da970f534490774fa8e053f5b5ed\";s:3:\"img\";s:35:\"themeplicity_contactform/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1067\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:119;a:26:{s:2:\"id\";s:3:\"121\";s:5:\"title\";s:19:\"Themeplicity Footer\";s:5:\"alias\";s:19:\"themeplicity_footer\";s:3:\"zip\";s:29:\"packs/themeplicity_footer.zip\";s:3:\"uid\";s:32:\"89eeb0b4b852c5f743e1bd76e3e8f2ef\";s:3:\"img\";s:30:\"themeplicity_footer/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"780\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:121;a:26:{s:2:\"id\";s:3:\"123\";s:5:\"title\";s:19:\"Nice And Clean Menu\";s:5:\"alias\";s:17:\"NiceAndClean_Menu\";s:3:\"zip\";s:27:\"packs/NiceAndClean_Menu.zip\";s:3:\"uid\";s:32:\"3f8c01e26c7446428e045c4b1180776d\";s:3:\"img\";s:28:\"NiceAndClean_Menu/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:2:\"90\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:122;a:26:{s:2:\"id\";s:3:\"124\";s:5:\"title\";s:21:\"Nice And Clean Header\";s:5:\"alias\";s:19:\"NiceAndClean_Header\";s:3:\"zip\";s:29:\"packs/NiceAndClean_Header.zip\";s:3:\"uid\";s:32:\"76931033addb20a62557c2845a4d6a11\";s:3:\"img\";s:30:\"NiceAndClean_Header/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:123;a:26:{s:2:\"id\";s:3:\"125\";s:5:\"title\";s:23:\"Nice And Clean Services\";s:5:\"alias\";s:21:\"NiceAndClean_Services\";s:3:\"zip\";s:31:\"packs/NiceAndClean_Services.zip\";s:3:\"uid\";s:32:\"02f72ec606800c8215bcadea09624e87\";s:3:\"img\";s:32:\"NiceAndClean_Services/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"360\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:124;a:26:{s:2:\"id\";s:3:\"126\";s:5:\"title\";s:20:\"Nice And Clean About\";s:5:\"alias\";s:18:\"NiceAndClean_About\";s:3:\"zip\";s:28:\"packs/NiceAndClean_About.zip\";s:3:\"uid\";s:32:\"9510f6fdbb8e9473e8c22f692a6bc89f\";s:3:\"img\";s:29:\"NiceAndClean_About/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:125;a:26:{s:2:\"id\";s:3:\"127\";s:5:\"title\";s:20:\"Nice And Clean Video\";s:5:\"alias\";s:18:\"niceandclean_video\";s:3:\"zip\";s:28:\"packs/niceandclean_video.zip\";s:3:\"uid\";s:32:\"2bb9e1ad329435cc500542d0c7025e15\";s:3:\"img\";s:29:\"niceandclean_video/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:126;a:26:{s:2:\"id\";s:3:\"128\";s:5:\"title\";s:25:\"Nice And Clean Highlights\";s:5:\"alias\";s:23:\"niceandclean_highlights\";s:3:\"zip\";s:33:\"packs/niceandclean_highlights.zip\";s:3:\"uid\";s:32:\"ff396af163a79d2d5b35db17c1ea7aa6\";s:3:\"img\";s:34:\"niceandclean_highlights/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:127;a:26:{s:2:\"id\";s:3:\"129\";s:5:\"title\";s:23:\"Nice And Clean Projects\";s:5:\"alias\";s:21:\"NiceAndClean_Projects\";s:3:\"zip\";s:31:\"packs/NiceAndClean_Projects.zip\";s:3:\"uid\";s:32:\"1e6695959ef83f8975b52289c08a4d44\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:128;a:26:{s:2:\"id\";s:3:\"130\";s:5:\"title\";s:25:\"Nice And Clean TextBlocks\";s:5:\"alias\";s:23:\"niceandclean_textblocks\";s:3:\"zip\";s:33:\"packs/niceandclean_textblocks.zip\";s:3:\"uid\";s:32:\"1f33eb839c96ea3225faff1c8d382b05\";s:3:\"img\";s:34:\"niceandclean_textblocks/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:129;a:26:{s:2:\"id\";s:3:\"131\";s:5:\"title\";s:22:\"Nice And Clean CallOut\";s:5:\"alias\";s:20:\"niceandclean_callout\";s:3:\"zip\";s:30:\"packs/niceandclean_callout.zip\";s:3:\"uid\";s:32:\"54d4d9bcf79d357de0e614700e909863\";s:3:\"img\";s:31:\"niceandclean_callout/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:130;a:26:{s:2:\"id\";s:3:\"132\";s:5:\"title\";s:21:\"Nice And Clean Footer\";s:5:\"alias\";s:19:\"niceandclean_footer\";s:3:\"zip\";s:29:\"packs/niceandclean_footer.zip\";s:3:\"uid\";s:32:\"5492d7f72b3771a4e754f91bda063b15\";s:3:\"img\";s:30:\"niceandclean_footer/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"400\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:542:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">For using the social sharing buttons, please install the social sharing add-on.<br><br></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:131;a:22:{s:2:\"id\";s:3:\"134\";s:5:\"title\";s:15:\"80s Style Intro\";s:5:\"alias\";s:3:\"80s\";s:3:\"zip\";s:7:\"80s.zip\";s:3:\"uid\";s:32:\"98881ab51f71b2fbdb220752d321b15a\";s:3:\"img\";s:14:\"80s/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/80s-style-intro/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:139:\"<span class=\"ttm_content\">This intro hero block takes you back to the 80\'s with some funky effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:317:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and text.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:132;a:22:{s:2:\"id\";s:3:\"135\";s:5:\"title\";s:18:\"Blur Effect Slider\";s:5:\"alias\";s:10:\"blurslider\";s:3:\"zip\";s:14:\"blurslider.zip\";s:3:\"uid\";s:32:\"83bd6e1ccef83f03c944fa05b0a2d879\";s:3:\"img\";s:21:\"blurslider/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/blur-effect-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:147:\"<span class=\"ttm_content\">This slider makes use of the brand new blur effects available with version 5.3.1.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:315:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change the background images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:133;a:22:{s:2:\"id\";s:3:\"136\";s:5:\"title\";s:18:\"Coming Soon Add-On\";s:5:\"alias\";s:15:\"ComingSoonAddon\";s:3:\"zip\";s:19:\"ComingSoonAddon.zip\";s:3:\"uid\";s:32:\"51258492055b940099eb96ba52901fa9\";s:3:\"img\";s:26:\"ComingSoonAddon/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/coming-soon-add-on/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:133:\"<span class=\"ttm_content\">This slider template makes use of the brand new Coming Soon Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:197:\"[{\"path\":\"revslider-maintenance-addon\\/revslider-maintenance-addon.php\",\"name\":\"Coming Soon & Maintenance AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/add-coming-soon-maintenance\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:135;a:22:{s:2:\"id\";s:3:\"138\";s:5:\"title\";s:18:\"Snow Effect Add-On\";s:5:\"alias\";s:9:\"snowaddon\";s:3:\"zip\";s:13:\"snowaddon.zip\";s:3:\"uid\";s:32:\"7408d8567b8af5716eaabd390422e51b\";s:3:\"img\";s:20:\"snowaddon/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/snow-effect-add-on/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:183:\"<span class=\"ttm_content\">Add a pleasant Snow Effect to your website with this slider template. Make sure to install the \"Holiday Snow\" Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:153:\"[{\"path\":\"revslider-snow-addon\\/revslider-snow-addon.php\",\"name\":\"Snow AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:136;a:22:{s:2:\"id\";s:3:\"139\";s:5:\"title\";s:19:\"Particle Effect One\";s:5:\"alias\";s:19:\"particle-effect-one\";s:3:\"zip\";s:23:\"particle-effect-one.zip\";s:3:\"uid\";s:32:\"a4611c906e35ca60f617da86217b5299\";s:3:\"img\";s:30:\"particle-effect-one/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/particle-effect-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A unique particle effect that can serve as a stunning intro for your website.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:442:\"<span class=\"ttm_content\">The blend mode effect is achieved through a layer image with CSS blend mode. If you want to customize this effect, select the \"BLEND MODE IMAGE\" layer and go to \"advanced style -> filters -> blend mode\".</span>\r\n<span class=\"ttm_space\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:137;a:22:{s:2:\"id\";s:3:\"140\";s:5:\"title\";s:19:\"Particle Effect Two\";s:5:\"alias\";s:19:\"particle-effect-two\";s:3:\"zip\";s:23:\"particle-effect-two.zip\";s:3:\"uid\";s:32:\"b8ecbf43374a69e4ab329ea834862ef8\";s:3:\"img\";s:30:\"particle-effect-two/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/particle-effect-intro/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A unique particle effect that can serve as a stunning intro for your website.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:138;a:22:{s:2:\"id\";s:3:\"141\";s:5:\"title\";s:21:\"Particle Effect Three\";s:5:\"alias\";s:21:\"particle-effect-three\";s:3:\"zip\";s:25:\"particle-effect-three.zip\";s:3:\"uid\";s:32:\"b33bc2c5655d8d51cd17c3740f72e748\";s:3:\"img\";s:32:\"particle-effect-three/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/particle-background-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A unique particle effect that can serve as a stunning intro for your website.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:437:\"<span class=\"ttm_content\">The blend mode effect is achieved through a layer image with CSS blend mode. If you want to customize this effect, select the \"BLEND IMAGE\" layer and go to \"advanced style -> filters -> blend mode\".</span>\r\n<span class=\"ttm_space\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:139;a:23:{s:2:\"id\";s:3:\"142\";s:5:\"title\";s:16:\"Portfolio Viewer\";s:5:\"alias\";s:15:\"portfolioviewer\";s:3:\"zip\";s:19:\"portfolioviewer.zip\";s:3:\"uid\";s:32:\"9ac7230ff5b880fb6c8f28fbbc123b3b\";s:3:\"img\";s:26:\"portfolioviewer/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/wordpress-portfolio-plugin/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:207:\"<span class=\"ttm_content\">This slider template can be used to display your portfolio highlights in a stunning way, utilising out free particles add-on and blend modes.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:387:\"<span class=\"ttm_content\">The navigation for the slides is found in the <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">Static Layers</a>.</span><span class=\"ttm_space\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:140;a:22:{s:2:\"id\";s:3:\"143\";s:5:\"title\";s:12:\"App Showcase\";s:5:\"alias\";s:11:\"appshowcase\";s:3:\"zip\";s:15:\"appshowcase.zip\";s:3:\"uid\";s:32:\"082aef931b0369080bc30c3a2a0c331f\";s:3:\"img\";s:22:\"appshowcase/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/app-showcase-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:239:\"<span class=\"ttm_content\">This template shows off our new \"Polyfold Effects\" Add-On in form of an App product showcase module. Get started now and illustrate your Apps key features in a striking way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:179:\"[{\"path\":\"revslider-polyfold-addon\\/revslider-polyfold-addon.php\",\"name\":\"Polyfold Scroll Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:141;a:23:{s:2:\"id\";s:3:\"144\";s:5:\"title\";s:19:\"Gravity Design Hero\";s:5:\"alias\";s:13:\"gravitydesign\";s:3:\"zip\";s:17:\"gravitydesign.zip\";s:3:\"uid\";s:32:\"7bdbe73a6e5bf290cb4412708ac4134d\";s:3:\"img\";s:24:\"gravitydesign/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/best-wordpress-slider-plugin-2017/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:205:\"<span class=\"ttm_content\">This hero template shows a striking mouse-parallax scene and cool particle effects. Requires our \"Particle Effects\" Add-on to be installed.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:142;a:23:{s:2:\"id\";s:3:\"145\";s:5:\"title\";s:14:\"404 Error Page\";s:5:\"alias\";s:12:\"404errorpage\";s:3:\"zip\";s:16:\"404errorpage.zip\";s:3:\"uid\";s:32:\"2dc62d802b42b73088651cac17d0c486\";s:3:\"img\";s:23:\"404errorpage/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/404-error-page-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:227:\"<span class=\"ttm_content\">This template can be used as a custom error page on your website with our new 404 page Add-On. Of course you can also use this template as a regular hero header.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:179:\"{\"1\":{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}}\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:143;a:22:{s:2:\"id\";s:3:\"146\";s:5:\"title\";s:16:\"Carousel Gallery\";s:5:\"alias\";s:15:\"carouselgallery\";s:3:\"zip\";s:19:\"carouselgallery.zip\";s:3:\"uid\";s:32:\"041838fd32923c40e15c998f0ea19526\";s:3:\"img\";s:26:\"carouselgallery/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/wordpress-carousel-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:159:\"<span class=\"ttm_content\">This carousel gallery features a subtle parallax effect, html5 video and a fullscreen button.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:144;a:23:{s:2:\"id\";s:3:\"147\";s:5:\"title\";s:16:\"Filmstrip Effect\";s:5:\"alias\";s:9:\"filmstrip\";s:3:\"zip\";s:13:\"filmstrip.zip\";s:3:\"uid\";s:32:\"7bd142f272cc15d86998a79520e9e581\";s:3:\"img\";s:20:\"filmstrip/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/filmstrip-add-on-slider/ \";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">This template uses our Filmstrip Add-On to display a continuous scrolling set of images per slide.\r\n There is lots of customization options like animation speed and direction.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:180:\"[{\"path\":\"revslider-filmstrip-addon\\/revslider-filmstrip-addon.php\",\"name\":\"Background FilmStrip Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:145;a:22:{s:2:\"id\";s:3:\"148\";s:5:\"title\";s:11:\"Space Opera\";s:5:\"alias\";s:10:\"spaceopera\";s:3:\"zip\";s:14:\"spaceopera.zip\";s:3:\"uid\";s:32:\"a2c8bffcb138a86c0f373adebb6de046\";s:3:\"img\";s:21:\"spaceopera/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/space-opera-presentation/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:201:\"<span class=\"ttm_content\">The Space Opera template can be enjoyed as a slow paced, full-screen slider experience and is great to show your most prominent photos.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:146;a:22:{s:2:\"id\";s:3:\"149\";s:5:\"title\";s:13:\"Website Intro\";s:5:\"alias\";s:12:\"websiteintro\";s:3:\"zip\";s:16:\"websiteintro.zip\";s:3:\"uid\";s:32:\"348df76d999456aa19be58c9df56ae20\";s:3:\"img\";s:23:\"websiteintro/slide1.jpg\";s:7:\"preview\";s:65:\"https://revolution.themepunch.com/website-intro-wordpress-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:274:\"<span class=\"ttm_content\">Making use of our new Slicey Add-On, this slider show a really cool effect you just have to experience yourself! Just change the slides background images and the existing slices will automatically be applied.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:171:\"[{\"path\":\"revslider-slicey-addon\\/revslider-slicey-addon.php\",\"name\":\"Background Slicey Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:147;a:22:{s:2:\"id\";s:3:\"150\";s:5:\"title\";s:13:\"Mask Showcase\";s:5:\"alias\";s:12:\"maskshowcase\";s:3:\"zip\";s:16:\"maskshowcase.zip\";s:3:\"uid\";s:32:\"fc943c31e2da9c63b252aeabf554d128\";s:3:\"img\";s:23:\"maskshowcase/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/minimal-mask-showcase/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Mask Showcase template uses gradients and the amazing block layer animations. A minimal slider treat for any website!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:148;a:22:{s:2:\"id\";s:3:\"151\";s:5:\"title\";s:20:\"Parallax Zoom Slices\";s:5:\"alias\";s:18:\"parallaxzoomslices\";s:3:\"zip\";s:22:\"parallaxzoomslices.zip\";s:3:\"uid\";s:32:\"83537cae05709ddb9bcb7375470a5894\";s:3:\"img\";s:29:\"parallaxzoomslices/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/parallax-zoom-slices-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:249:\"<span class=\"ttm_content\">This template uses the Slicey Add-On to add a unique effect to slide background images. You can simple change the background images and the slice effect will automatically be applied.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:171:\"[{\"path\":\"revslider-slicey-addon\\/revslider-slicey-addon.php\",\"name\":\"Background Slicey Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:149;a:23:{s:2:\"id\";s:3:\"152\";s:5:\"title\";s:22:\"Double Exposure Effect\";s:5:\"alias\";s:20:\"doubleexposureeffect\";s:3:\"zip\";s:24:\"doubleexposureeffect.zip\";s:3:\"uid\";s:32:\"8d9229b5cbcf5bda5fbdc6a8e01a2b8c\";s:3:\"img\";s:31:\"doubleexposureeffect/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/wordpress-double-exposure-effect/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.4.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">Make any website special with the double exposure effect slider. Use as a header module or anywhere you want!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:150;a:22:{s:2:\"id\";s:3:\"153\";s:5:\"title\";s:24:\"Mountain Parallax Header\";s:5:\"alias\";s:22:\"mountainparallaxheader\";s:3:\"zip\";s:26:\"mountainparallaxheader.zip\";s:3:\"uid\";s:32:\"8dc64663f317a2abdf179bbe341d016e\";s:3:\"img\";s:33:\"mountainparallaxheader/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/mountain-wordpress-parallax-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:192:\"<span class=\"ttm_content\">This template is a cool intro for any page, featuring a striking parallax effect. Just change texts and links and you\'re done!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:152;a:26:{s:2:\"id\";s:3:\"155\";s:5:\"title\";s:13:\"GoodNews Menu\";s:5:\"alias\";s:12:\"goodnewsmenu\";s:3:\"zip\";s:22:\"packs/goodnewsmenu.zip\";s:3:\"uid\";s:32:\"4cbc82501ff340fcdc0acf7eb3ba2640\";s:3:\"img\";s:23:\"goodnewsmenu/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:153;a:26:{s:2:\"id\";s:3:\"156\";s:5:\"title\";s:15:\"GoodNews Header\";s:5:\"alias\";s:14:\"goodnewsheader\";s:3:\"zip\";s:24:\"packs/goodnewsheader.zip\";s:3:\"uid\";s:32:\"c6660b6bdbf596f38466f569596f5259\";s:3:\"img\";s:25:\"goodnewsheader/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:154;a:26:{s:2:\"id\";s:3:\"157\";s:5:\"title\";s:18:\"GoodNews Whats Hot\";s:5:\"alias\";s:16:\"goodnewswhatshot\";s:3:\"zip\";s:26:\"packs/goodnewswhatshot.zip\";s:3:\"uid\";s:32:\"cb841ce64a99a6644adab049cf5405cd\";s:3:\"img\";s:27:\"goodnewswhatshot/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:155;a:26:{s:2:\"id\";s:3:\"158\";s:5:\"title\";s:17:\"GoodNews Featured\";s:5:\"alias\";s:16:\"goodnewsfeatured\";s:3:\"zip\";s:26:\"packs/goodnewsfeatured.zip\";s:3:\"uid\";s:32:\"00bde4b09e3700da7183999eaf137ccc\";s:3:\"img\";s:27:\"goodnewsfeatured/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.4.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:156;a:26:{s:2:\"id\";s:3:\"159\";s:5:\"title\";s:18:\"GoodNews Spotlight\";s:5:\"alias\";s:17:\"goodnewsspotlight\";s:3:\"zip\";s:27:\"packs/goodnewsspotlight.zip\";s:3:\"uid\";s:32:\"138076241a828e1c5764379944755f2b\";s:3:\"img\";s:28:\"goodnewsspotlight/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.4\";s:8:\"required\";s:5:\"6.4.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:157;a:26:{s:2:\"id\";s:3:\"160\";s:5:\"title\";s:17:\"GoodNews Carousel\";s:5:\"alias\";s:16:\"goodnewscarousel\";s:3:\"zip\";s:26:\"packs/goodnewscarousel.zip\";s:3:\"uid\";s:32:\"d29d4460a6015e30d08d2714232d3768\";s:3:\"img\";s:27:\"goodnewscarousel/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:158;a:26:{s:2:\"id\";s:3:\"161\";s:5:\"title\";s:16:\"GoodNews Callout\";s:5:\"alias\";s:15:\"goodnewscallout\";s:3:\"zip\";s:25:\"packs/goodnewscallout.zip\";s:3:\"uid\";s:32:\"d9568b3193e96577fae630b3a6728785\";s:3:\"img\";s:26:\"goodnewscallout/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:159;a:26:{s:2:\"id\";s:3:\"162\";s:5:\"title\";s:15:\"GoodNews Footer\";s:5:\"alias\";s:14:\"goodnewsfooter\";s:3:\"zip\";s:24:\"packs/goodnewsfooter.zip\";s:3:\"uid\";s:32:\"34f43f891cb8d55375149dc4bbc38298\";s:3:\"img\";s:25:\"goodnewsfooter/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:161;a:26:{s:2:\"id\";s:3:\"164\";s:5:\"title\";s:18:\"GoodNews Menu Back\";s:5:\"alias\";s:16:\"goodnewsmenuback\";s:3:\"zip\";s:26:\"packs/goodnewsmenuback.zip\";s:3:\"uid\";s:32:\"1340d1aeefba497a7d404d12a1fceed4\";s:3:\"img\";s:27:\"goodnewsmenuback/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:162;a:26:{s:2:\"id\";s:3:\"165\";s:5:\"title\";s:20:\"GoodNews Blog Header\";s:5:\"alias\";s:18:\"goodnewsblogheader\";s:3:\"zip\";s:28:\"packs/goodnewsblogheader.zip\";s:3:\"uid\";s:32:\"abc4d7c1e48475c6def05f1f6d8bf564\";s:3:\"img\";s:29:\"goodnewsblogheader/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:163;a:26:{s:2:\"id\";s:3:\"166\";s:5:\"title\";s:21:\"GoodNews Blog Content\";s:5:\"alias\";s:19:\"goodnewsblogcontent\";s:3:\"zip\";s:29:\"packs/goodnewsblogcontent.zip\";s:3:\"uid\";s:32:\"bbf34563da6db2779c29599b503b07e9\";s:3:\"img\";s:30:\"goodnewsblogcontent/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:164;a:26:{s:2:\"id\";s:3:\"167\";s:5:\"title\";s:21:\"GoodNews Testimonials\";s:5:\"alias\";s:20:\"goodnewstestimonials\";s:3:\"zip\";s:30:\"packs/goodnewstestimonials.zip\";s:3:\"uid\";s:32:\"606b7336e86f69c567542d3f43712b56\";s:3:\"img\";s:31:\"goodnewstestimonials/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:165;a:26:{s:2:\"id\";s:3:\"168\";s:5:\"title\";s:20:\"GoodNews Blog Footer\";s:5:\"alias\";s:18:\"goodnewsblogfooter\";s:3:\"zip\";s:28:\"packs/goodnewsblogfooter.zip\";s:3:\"uid\";s:32:\"1fb88aecfb116fde67ce8d52bd3b5f05\";s:3:\"img\";s:29:\"goodnewsblogfooter/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:166;a:22:{s:2:\"id\";s:3:\"169\";s:5:\"title\";s:19:\"Before After Slider\";s:5:\"alias\";s:17:\"beforeafterslider\";s:3:\"zip\";s:21:\"beforeafterslider.zip\";s:3:\"uid\";s:32:\"6e615091a1fc3037c24b985ce5136fb2\";s:3:\"img\";s:28:\"beforeafterslider/slide1.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/before-after-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.3.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:201:\"<span class=\"ttm_content\">This is the example slider for our Before / After Add-On that allows you to create unique presentations with a comparing functionality.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:320:\"<span class=\"ttm_content\">How to install <a href=\"https://www.themepunch.com/slider-revolution/install-addons/\" target=\"_blank\">Add-Ons</a>.</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-beforeafter-addon\\/revslider-beforeafter-addon.php\",\"name\":\"Before After AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:167;a:22:{s:2:\"id\";s:3:\"170\";s:5:\"title\";s:16:\"Product Showcase\";s:5:\"alias\";s:15:\"productshowcase\";s:3:\"zip\";s:19:\"productshowcase.zip\";s:3:\"uid\";s:32:\"a43447670260aaa7e8ff66cedfddb57a\";s:3:\"img\";s:26:\"productshowcase/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/wordpress-product-showcase-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:165:\"<span class=\"ttm_content\">Looking to sell products effectively? Our product showcase slider is just what you are looking for!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:168;a:22:{s:2:\"id\";s:3:\"171\";s:5:\"title\";s:23:\"Overexposure Transition\";s:5:\"alias\";s:22:\"overexposuretransition\";s:3:\"zip\";s:26:\"overexposuretransition.zip\";s:3:\"uid\";s:32:\"13f16bbe6c6d646c7d0cb817a0d3d181\";s:3:\"img\";s:33:\"overexposuretransition/slide1.jpg\";s:7:\"preview\";s:65:\"https://revolution.themepunch.com/overexposure-transition-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:155:\"<span class=\"ttm_content\">Subtle overexposure transitions and smooth color fade effects make this slider stand out.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:320:\"<span class=\"ttm_content\">How to install <a href=\"https://www.themepunch.com/slider-revolution/install-addons/\" target=\"_blank\">Add-Ons</a>.</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:169;a:22:{s:2:\"id\";s:3:\"172\";s:5:\"title\";s:15:\"Parallax Scroll\";s:5:\"alias\";s:14:\"parallaxscroll\";s:3:\"zip\";s:18:\"parallaxscroll.zip\";s:3:\"uid\";s:32:\"82546ee2f6af6c6682852f495109b3c3\";s:3:\"img\";s:25:\"parallaxscroll/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/parallax-scroll/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:148:\"<span class=\"ttm_content\">A strikingly colourful header for your website with super smooth parallax effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:171;a:26:{s:2:\"id\";s:3:\"174\";s:5:\"title\";s:11:\"TechCo Menu\";s:5:\"alias\";s:11:\"techco-menu\";s:3:\"zip\";s:21:\"packs/techco-menu.zip\";s:3:\"uid\";s:32:\"55e5efee828cdf1ff7e2d3b90a301ea9\";s:3:\"img\";s:22:\"techco-menu/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:172;a:26:{s:2:\"id\";s:3:\"175\";s:5:\"title\";s:13:\"TechCo Header\";s:5:\"alias\";s:13:\"techco-header\";s:3:\"zip\";s:23:\"packs/techco-header.zip\";s:3:\"uid\";s:32:\"fb574d1376de9b1e408c91f51e6497d7\";s:3:\"img\";s:24:\"techco-header/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:173;a:26:{s:2:\"id\";s:3:\"176\";s:5:\"title\";s:12:\"TechCo About\";s:5:\"alias\";s:12:\"techco-about\";s:3:\"zip\";s:22:\"packs/techco-about.zip\";s:3:\"uid\";s:32:\"ba216da8231e55118d87e37d2358812c\";s:3:\"img\";s:23:\"techco-about/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:174;a:26:{s:2:\"id\";s:3:\"177\";s:5:\"title\";s:15:\"TechCo Services\";s:5:\"alias\";s:15:\"techco-services\";s:3:\"zip\";s:25:\"packs/techco-services.zip\";s:3:\"uid\";s:32:\"ef4a8ddbb5e1136133f7bc1227248e22\";s:3:\"img\";s:26:\"techco-services/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:175;a:26:{s:2:\"id\";s:3:\"178\";s:5:\"title\";s:12:\"TechCo Video\";s:5:\"alias\";s:12:\"techco-video\";s:3:\"zip\";s:22:\"packs/techco-video.zip\";s:3:\"uid\";s:32:\"d7bb92281d05f39f9bc9eca71f90e402\";s:3:\"img\";s:23:\"techco-video/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:176;a:26:{s:2:\"id\";s:3:\"179\";s:5:\"title\";s:13:\"TechCo Prices\";s:5:\"alias\";s:13:\"techco-prices\";s:3:\"zip\";s:23:\"packs/techco-prices.zip\";s:3:\"uid\";s:32:\"6291f404efbea12bb181352aba71ef11\";s:3:\"img\";s:24:\"techco-prices/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:177;a:26:{s:2:\"id\";s:3:\"180\";s:5:\"title\";s:19:\"TechCo Testimonials\";s:5:\"alias\";s:19:\"techco-testimonials\";s:3:\"zip\";s:29:\"packs/techco-testimonials.zip\";s:3:\"uid\";s:32:\"3460bd51f6b80599266fecb7fbb918be\";s:3:\"img\";s:30:\"techco-testimonials/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:178;a:26:{s:2:\"id\";s:3:\"181\";s:5:\"title\";s:13:\"TechCo Footer\";s:5:\"alias\";s:13:\"techco-footer\";s:3:\"zip\";s:23:\"packs/techco-footer.zip\";s:3:\"uid\";s:32:\"640abcd549137520461a4a71ff758a3b\";s:3:\"img\";s:24:\"techco-footer/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:179;a:22:{s:2:\"id\";s:3:\"182\";s:5:\"title\";s:12:\"Live Weather\";s:5:\"alias\";s:7:\"weather\";s:3:\"zip\";s:11:\"weather.zip\";s:3:\"uid\";s:32:\"aab92e69374e4c7b8c6741fe02e574b9\";s:3:\"img\";s:18:\"weather/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/wordpress-live-weather-add-on/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:173:\"<span class=\"ttm_content\">Showcasing our weather add-on, this slider show a different cities temperatures and forecast on each slide.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-weather-addon\\/revslider-weather-addon.php\",\"name\":\"Live Weather Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:180;a:22:{s:2:\"id\";s:3:\"183\";s:5:\"title\";s:17:\"360 Panorama Tour\";s:5:\"alias\";s:11:\"360panorama\";s:3:\"zip\";s:15:\"360panorama.zip\";s:3:\"uid\";s:32:\"332720fdacdbb38f65e8327a2a96c52d\";s:3:\"img\";s:22:\"360panorama/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/360-degree-real-estate-virtual-tour/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:155:\"<span class=\"ttm_content\">An example template for our Panorama 360 tour add-on, created for the real estate market.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:165:\"[{\"path\":\"revslider-panorama-addon\\/revslider-panorama-addon.php\",\"name\":\"Panorama AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:181;a:22:{s:2:\"id\";s:3:\"184\";s:5:\"title\";s:14:\"Duotone Add-on\";s:5:\"alias\";s:14:\"duotone-add-on\";s:3:\"zip\";s:18:\"duotone-add-on.zip\";s:3:\"uid\";s:32:\"a428c6f363b3146e96d20a6f44958922\";s:3:\"img\";s:25:\"duotone-add-on/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/wordpress-duotone-effect-add-on/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:168:\"<span class=\"ttm_content\">This example template showcases 3 of the 30 Duotone filters available in our brand new Duotone Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:350:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-duotonefilters-addon\\/revslider-duotonefilters-addon.php\",\"name\":\"Duotone AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:182;a:22:{s:2:\"id\";s:3:\"185\";s:5:\"title\";s:13:\"Reveal Add-on\";s:5:\"alias\";s:13:\"reveal-add-on\";s:3:\"zip\";s:17:\"reveal-add-on.zip\";s:3:\"uid\";s:32:\"7fa7525d8ff7fa7365cb98a437e88e32\";s:3:\"img\";s:24:\"reveal-add-on/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/wordpress-content-reveal-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:204:\"<span class=\"ttm_content\">An example template that uses our Reveal Add-On, which adds 14 new preloaders combined with reveal loading effects for any slider or hero.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:337:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:201;a:23:{s:2:\"id\";s:3:\"210\";s:5:\"title\";s:21:\"Cryptocurrency Prices\";s:5:\"alias\";s:12:\"cryptoslider\";s:3:\"zip\";s:16:\"cryptoslider.zip\";s:3:\"uid\";s:32:\"c4b02210387f11946223977e940d9e9e\";s:3:\"img\";s:23:\"cryptoslider/slide1.jpg\";s:7:\"preview\";s:95:\"https://revolution.themepunch.com/cryptocurrency-wordpress-price-api-bitcoin-ethereum-litecoin/\";s:7:\"version\";s:5:\"1.0.6\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:209:\"<span class=\"ttm_content\">This Template can show live, animated cryptocurrency prices. More than 1300 currencies are supported, getting prices via the cryptocompare API.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:410:\"<span class=\"ttm_content\">Please refer to the \"Custom JavaScript\" section of this sliders settings, for info on how to modify currencies. Provide a class to the row / column / group where the currency text elements are located in.</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:203;a:25:{s:2:\"id\";s:3:\"212\";s:5:\"title\";s:16:\"Immersion Header\";s:5:\"alias\";s:16:\"immersion_header\";s:3:\"zip\";s:26:\"packs/immersion_header.zip\";s:3:\"uid\";s:32:\"853da51256308b341ecd030bd4883229\";s:3:\"img\";s:27:\"immersion_header/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:173:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:204;a:25:{s:2:\"id\";s:3:\"213\";s:5:\"title\";s:19:\"Immersion Mountains\";s:5:\"alias\";s:19:\"immersion-mountains\";s:3:\"zip\";s:29:\"packs/immersion-mountains.zip\";s:3:\"uid\";s:32:\"817167eb3fe22b7e065ba210cbe6d53c\";s:3:\"img\";s:30:\"immersion-mountains/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:171:\"[{\"path\":\"revslider-slicey-addon\\/revslider-slicey-addon.php\",\"name\":\"Background Slicey Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:205;a:25:{s:2:\"id\";s:3:\"214\";s:5:\"title\";s:17:\"Immersion Product\";s:5:\"alias\";s:17:\"immersion-product\";s:3:\"zip\";s:27:\"packs/immersion-product.zip\";s:3:\"uid\";s:32:\"64134f263484d2bbcd7ef088ffbbfb4b\";s:3:\"img\";s:28:\"immersion-product/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:206;a:25:{s:2:\"id\";s:3:\"215\";s:5:\"title\";s:16:\"Immersion Design\";s:5:\"alias\";s:16:\"immersion-design\";s:3:\"zip\";s:26:\"packs/immersion-design.zip\";s:3:\"uid\";s:32:\"91e1d77c1a2826438763804f4d02bc26\";s:3:\"img\";s:27:\"immersion-design/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:207;a:25:{s:2:\"id\";s:3:\"216\";s:5:\"title\";s:22:\"Immersion Phototgraphy\";s:5:\"alias\";s:21:\"immersion-photography\";s:3:\"zip\";s:31:\"packs/immersion-photography.zip\";s:3:\"uid\";s:32:\"e3ddf0c577b09740f5cbf2e38ffd684d\";s:3:\"img\";s:32:\"immersion-photography/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:208;a:25:{s:2:\"id\";s:3:\"217\";s:5:\"title\";s:14:\"Immersion Grid\";s:5:\"alias\";s:14:\"immersion-grid\";s:3:\"zip\";s:24:\"packs/immersion-grid.zip\";s:3:\"uid\";s:32:\"b6903868189bb83b2c7a852fde3a7dc3\";s:3:\"img\";s:25:\"immersion-grid/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:209;a:23:{s:2:\"id\";s:3:\"218\";s:5:\"title\";s:18:\"Funky Intro Slider\";s:5:\"alias\";s:11:\"funkyslider\";s:3:\"zip\";s:15:\"funkyslider.zip\";s:3:\"uid\";s:32:\"2d4187e3fdad19b976be335253c8925d\";s:3:\"img\";s:22:\"funkyslider/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/funky-intro-slider-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">This funky intro slider fits just right if you need a striking introduction to your website! Sleek, beautiful and easily customizable!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:335:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"},{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:211;a:26:{s:2:\"id\";s:3:\"220\";s:5:\"title\";s:15:\"Clear View Menu\";s:5:\"alias\";s:14:\"clearview_menu\";s:3:\"zip\";s:24:\"packs/clearview_menu.zip\";s:3:\"uid\";s:32:\"eaecee5fa5f3c3a7f4d2a96c4616a353\";s:3:\"img\";s:25:\"clearview_menu/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:212;a:26:{s:2:\"id\";s:3:\"221\";s:5:\"title\";s:17:\"Clear View Header\";s:5:\"alias\";s:16:\"clearview_header\";s:3:\"zip\";s:26:\"packs/clearview_header.zip\";s:3:\"uid\";s:32:\"25e3dd80ad130875d7438a07952cb0cd\";s:3:\"img\";s:27:\"clearview_header/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:213;a:26:{s:2:\"id\";s:3:\"222\";s:5:\"title\";s:18:\"Clear View Mission\";s:5:\"alias\";s:17:\"clearview_mission\";s:3:\"zip\";s:27:\"packs/clearview_mission.zip\";s:3:\"uid\";s:32:\"35b2092a49fd2beb549342e69097eb5b\";s:3:\"img\";s:28:\"clearview_mission/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:214;a:26:{s:2:\"id\";s:3:\"223\";s:5:\"title\";s:17:\"Clear View Slider\";s:5:\"alias\";s:17:\"clear-view-slider\";s:3:\"zip\";s:27:\"packs/clear-view-slider.zip\";s:3:\"uid\";s:32:\"d2e17edffce16ed78c54b0ef23fd7e05\";s:3:\"img\";s:28:\"clear-view-slider/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:215;a:26:{s:2:\"id\";s:3:\"224\";s:5:\"title\";s:15:\"Clear View News\";s:5:\"alias\";s:15:\"clear-view-news\";s:3:\"zip\";s:25:\"packs/clear-view-news.zip\";s:3:\"uid\";s:32:\"5698d3131ba141e9afcfd2906739dd00\";s:3:\"img\";s:26:\"clear-view-news/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:216;a:26:{s:2:\"id\";s:3:\"225\";s:5:\"title\";s:18:\"Clear View Clients\";s:5:\"alias\";s:18:\"clear-view-clients\";s:3:\"zip\";s:28:\"packs/clear-view-clients.zip\";s:3:\"uid\";s:32:\"b95616a94832e22bdfac5ce60232be1b\";s:3:\"img\";s:29:\"clear-view-clients/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:217;a:26:{s:2:\"id\";s:3:\"226\";s:5:\"title\";s:18:\"Clear View Contact\";s:5:\"alias\";s:18:\"clear-view-contact\";s:3:\"zip\";s:28:\"packs/clear-view-contact.zip\";s:3:\"uid\";s:32:\"0e0cc1d8f6f6500e5f8a2b091fa3b4cb\";s:3:\"img\";s:29:\"clear-view-contact/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:219;a:26:{s:2:\"id\";s:3:\"228\";s:5:\"title\";s:22:\"Clear View Single Menu\";s:5:\"alias\";s:22:\"clear-view-single-menu\";s:3:\"zip\";s:32:\"packs/clear-view-single-menu.zip\";s:3:\"uid\";s:32:\"1e80f81982f8a4ea763482d4fa99d321\";s:3:\"img\";s:33:\"clear-view-single-menu/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:220;a:26:{s:2:\"id\";s:3:\"229\";s:5:\"title\";s:24:\"Clear View Single Header\";s:5:\"alias\";s:24:\"clear-view-single-header\";s:3:\"zip\";s:34:\"packs/clear-view-single-header.zip\";s:3:\"uid\";s:32:\"c8d717627be6cd5e70922ab609694dbf\";s:3:\"img\";s:35:\"clear-view-single-header/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:221;a:26:{s:2:\"id\";s:3:\"230\";s:5:\"title\";s:23:\"Clear View Single Media\";s:5:\"alias\";s:23:\"clear-view-single-media\";s:3:\"zip\";s:33:\"packs/clear-view-single-media.zip\";s:3:\"uid\";s:32:\"c480368ded2a64f0cdd44f1674213814\";s:3:\"img\";s:34:\"clear-view-single-media/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:222;a:26:{s:2:\"id\";s:3:\"231\";s:5:\"title\";s:22:\"Clear View Single More\";s:5:\"alias\";s:22:\"clear-view-single-more\";s:3:\"zip\";s:32:\"packs/clear-view-single-more.zip\";s:3:\"uid\";s:32:\"9c693190df26218366d1f77e10cf550a\";s:3:\"img\";s:33:\"clear-view-single-more/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:223;a:26:{s:2:\"id\";s:3:\"232\";s:5:\"title\";s:25:\"Clear View Single Contact\";s:5:\"alias\";s:25:\"clear-view-single-contact\";s:3:\"zip\";s:35:\"packs/clear-view-single-contact.zip\";s:3:\"uid\";s:32:\"73c0a889f2b654a87b5aba1ff76fbc5c\";s:3:\"img\";s:36:\"clear-view-single-contact/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:224;a:23:{s:2:\"id\";s:3:\"233\";s:5:\"title\";s:18:\"Clean Landing Page\";s:5:\"alias\";s:16:\"cleanlandingpage\";s:3:\"zip\";s:20:\"cleanlandingpage.zip\";s:3:\"uid\";s:32:\"727a3680d312f22c6a5998ebdb9afe52\";s:3:\"img\";s:27:\"cleanlandingpage/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/clean-landing-page-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:203:\"<span class=\"ttm_content\">The Clean Landing Page is a fullscreen Intro Module that is a striking introduction to any minimal website, with no unnecessary elements.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:173:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:225;a:23:{s:2:\"id\";s:3:\"234\";s:5:\"title\";s:9:\"Clear Cut\";s:5:\"alias\";s:8:\"clearcut\";s:3:\"zip\";s:12:\"clearcut.zip\";s:3:\"uid\";s:32:\"07f43c00e9b4d3057a03cdb3385ad2b7\";s:3:\"img\";s:19:\"clearcut/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/clear-cut-portfolio-website-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:240:\"<span class=\"ttm_content\">The Clear Cut Template is an All-In-One Portfolio Website solution that works best for smaller portfolios. Highlight your best work in a striking and mobile friendly fashion!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:227;a:25:{s:2:\"id\";s:3:\"236\";s:5:\"title\";s:17:\"Wonderstruck Menu\";s:5:\"alias\";s:17:\"wonderstruck_menu\";s:3:\"zip\";s:27:\"packs/wonderstruck_menu.zip\";s:3:\"uid\";s:32:\"0a976e9aaae59c4f795b38f59f5a08d8\";s:3:\"img\";s:28:\"wonderstruck_menu/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:228;a:25:{s:2:\"id\";s:3:\"237\";s:5:\"title\";s:19:\"Wonderstruck Header\";s:5:\"alias\";s:19:\"wonderstruck_header\";s:3:\"zip\";s:29:\"packs/wonderstruck_header.zip\";s:3:\"uid\";s:32:\"e1379f77a902960a0ce12d44d85a9e0a\";s:3:\"img\";s:30:\"wonderstruck_header/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:229;a:25:{s:2:\"id\";s:3:\"238\";s:5:\"title\";s:18:\"Wonderstruck About\";s:5:\"alias\";s:18:\"wonderstruck_about\";s:3:\"zip\";s:28:\"packs/wonderstruck_about.zip\";s:3:\"uid\";s:32:\"d207fb140fd328acc3038300ea52082a\";s:3:\"img\";s:29:\"wonderstruck_about/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:230;a:25:{s:2:\"id\";s:3:\"239\";s:5:\"title\";s:18:\"Wonderstruck Works\";s:5:\"alias\";s:18:\"wonderstruck-works\";s:3:\"zip\";s:28:\"packs/wonderstruck-works.zip\";s:3:\"uid\";s:32:\"4476935097e27d92454b0011b7700c1d\";s:3:\"img\";s:29:\"wonderstruck-works/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:231;a:25:{s:2:\"id\";s:3:\"240\";s:5:\"title\";s:20:\"Wonderstruck Contact\";s:5:\"alias\";s:20:\"wonderstruck-contact\";s:3:\"zip\";s:30:\"packs/wonderstruck-contact.zip\";s:3:\"uid\";s:32:\"9e4911521f77bce2b8efa40f4c2adc22\";s:3:\"img\";s:31:\"wonderstruck-contact/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:232;a:22:{s:2:\"id\";s:3:\"241\";s:5:\"title\";s:12:\"Bubble Morph\";s:5:\"alias\";s:11:\"bubblemorph\";s:3:\"zip\";s:15:\"bubblemorph.zip\";s:3:\"uid\";s:32:\"1102d6f5460ab82cb612cbe9f1d9514b\";s:3:\"img\";s:22:\"bubblemorph/slide1.jpg\";s:7:\"preview\";s:75:\"https://revolution.themepunch.com/bubble-morph-effect-add-on-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:188:\"<span class=\"ttm_content\">The Bubble Morph Add-On allows you to create interesting Lava-Lamp style effects on any of your Slider Revolution content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:233;a:22:{s:2:\"id\";s:3:\"242\";s:5:\"title\";s:16:\"Distortion AddOn\";s:5:\"alias\";s:15:\"distortionaddon\";s:3:\"zip\";s:19:\"distortionaddon.zip\";s:3:\"uid\";s:32:\"0ad46c9929bb2fa6316f1e6ced301aaf\";s:3:\"img\";s:26:\"distortionaddon/slide1.jpg\";s:7:\"preview\";s:73:\"https://revolution.themepunch.com/distortion-effect-add-on-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Distortion Add-On allows you to create interesting Distortion style effects on any of your Slider Revolution content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:182:\"[{\"path\":\"revslider-liquideffect-addon\\/revslider-liquideffect-addon.php\",\"name\":\"Distortion Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:234;a:22:{s:2:\"id\";s:3:\"243\";s:5:\"title\";s:10:\"Club Flyer\";s:5:\"alias\";s:9:\"clubflyer\";s:3:\"zip\";s:13:\"clubflyer.zip\";s:3:\"uid\";s:32:\"dab73b9904d0e643a35b0475980998bd\";s:3:\"img\";s:20:\"clubflyer/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/club-flyer-landing-page-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:227:\"<span class=\"ttm_content\">This Club Fyler Template for Slider Revolution uses the brand new Exploding Layers Add-On to create a captivating effect. Tap into unlimited creative potential. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:187:\"[{\"path\":\"revslider-explodinglayers-addon\\/revslider-explodinglayers-addon.php\",\"name\":\"Exploding Layers AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:235;a:23:{s:2:\"id\";s:3:\"244\";s:5:\"title\";s:16:\"Paintbrush AddOn\";s:5:\"alias\";s:15:\"paintbrushaddon\";s:3:\"zip\";s:19:\"paintbrushaddon.zip\";s:3:\"uid\";s:32:\"c85c48a6742b4bf72a2590cc1b50f6a0\";s:3:\"img\";s:26:\"paintbrushaddon/slide1.jpg\";s:7:\"preview\";s:73:\"https://revolution.themepunch.com/paintbrush-effect-add-on-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:239:\"<span class=\"ttm_content\">The Paintbrush Add-On for WordPress allows you to add cool mouse interaction effects to your Slider Revolution content. Examples: Blur Reveal, Color Reveal, Scratch Me Free.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:171:\"[{\"path\":\"revslider-paintbrush-addon\\/revslider-paintbrush-addon.php\",\"name\":\"Paintbrush AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:237;a:25:{s:2:\"id\";s:3:\"246\";s:5:\"title\";s:15:\"Parallax Header\";s:5:\"alias\";s:15:\"parallax_header\";s:3:\"zip\";s:25:\"packs/parallax_header.zip\";s:3:\"uid\";s:32:\"32bf4a0f5136853bd6bd366275a7a60b\";s:3:\"img\";s:26:\"parallax_header/slide1.jpg\";s:7:\"preview\";s:71:\"https://revolution.themepunch.com/parallax-one-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:230:\"<span class=\"ttm_content\">The Parallax One-Page WordPress Template is consisting of 3 hero blocks and contains a beautiful parallax mountain scene. An impactful opening to your web presence!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Parallax One-Pager\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"14\";s:9:\"installed\";b:0;}i:238;a:25:{s:2:\"id\";s:3:\"247\";s:5:\"title\";s:16:\"Parallax Content\";s:5:\"alias\";s:16:\"parallax_content\";s:3:\"zip\";s:26:\"packs/parallax_content.zip\";s:3:\"uid\";s:32:\"a25c5fb8f74757476ab4dc038e56f90d\";s:3:\"img\";s:27:\"parallax_content/slide1.jpg\";s:7:\"preview\";s:71:\"https://revolution.themepunch.com/parallax-one-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:230:\"<span class=\"ttm_content\">The Parallax One-Page WordPress Template is consisting of 3 hero blocks and contains a beautiful parallax mountain scene. An impactful opening to your web presence!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Parallax One-Pager\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"14\";s:9:\"installed\";b:0;}i:239;a:25:{s:2:\"id\";s:3:\"248\";s:5:\"title\";s:15:\"Parallax Footer\";s:5:\"alias\";s:15:\"parallax_footer\";s:3:\"zip\";s:25:\"packs/parallax_footer.zip\";s:3:\"uid\";s:32:\"665dff9ea6eaf162a2a1f160f51a9ddb\";s:3:\"img\";s:26:\"parallax_footer/slide1.jpg\";s:7:\"preview\";s:71:\"https://revolution.themepunch.com/parallax-one-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:230:\"<span class=\"ttm_content\">The Parallax One-Page WordPress Template is consisting of 3 hero blocks and contains a beautiful parallax mountain scene. An impactful opening to your web presence!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Parallax One-Pager\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"14\";s:9:\"installed\";b:0;}i:241;a:25:{s:2:\"id\";s:3:\"250\";s:5:\"title\";s:12:\"Le Chef Menu\";s:5:\"alias\";s:12:\"le-chef-menu\";s:3:\"zip\";s:22:\"packs/le-chef-menu.zip\";s:3:\"uid\";s:32:\"2f2a6a333431fefe4a7b3b6a982b2ff5\";s:3:\"img\";s:23:\"le-chef-menu/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:242;a:25:{s:2:\"id\";s:3:\"251\";s:5:\"title\";s:14:\"Le Chef Header\";s:5:\"alias\";s:14:\"le-chef-header\";s:3:\"zip\";s:24:\"packs/le-chef-header.zip\";s:3:\"uid\";s:32:\"06450ca3be5a4a8959f3752ab974e574\";s:3:\"img\";s:25:\"le-chef-header/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:243;a:25:{s:2:\"id\";s:3:\"252\";s:5:\"title\";s:18:\"Le Chef Philosophy\";s:5:\"alias\";s:18:\"le-chef-philosophy\";s:3:\"zip\";s:28:\"packs/le-chef-philosophy.zip\";s:3:\"uid\";s:32:\"a532fd029addeb18106e751409b8e20a\";s:3:\"img\";s:29:\"le-chef-philosophy/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:244;a:25:{s:2:\"id\";s:3:\"253\";s:5:\"title\";s:12:\"Le Chef Food\";s:5:\"alias\";s:12:\"le-chef-food\";s:3:\"zip\";s:22:\"packs/le-chef-food.zip\";s:3:\"uid\";s:32:\"cd4b6a2cb5de2dd20a0e8ba0c35451df\";s:3:\"img\";s:23:\"le-chef-food/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:245;a:25:{s:2:\"id\";s:3:\"254\";s:5:\"title\";s:16:\"Le Chef La Carte\";s:5:\"alias\";s:16:\"le-chef-la-carte\";s:3:\"zip\";s:26:\"packs/le-chef-la-carte.zip\";s:3:\"uid\";s:32:\"6f312749679c3ba52c41189a6b8bf729\";s:3:\"img\";s:27:\"le-chef-la-carte/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:246;a:25:{s:2:\"id\";s:3:\"255\";s:5:\"title\";s:14:\"Le Chef Footer\";s:5:\"alias\";s:14:\"le-chef-footer\";s:3:\"zip\";s:24:\"packs/le-chef-footer.zip\";s:3:\"uid\";s:32:\"12fc241e8e5b9e5df9758c43448e2907\";s:3:\"img\";s:25:\"le-chef-footer/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:247;a:22:{s:2:\"id\";s:3:\"256\";s:5:\"title\";s:20:\"News Magazine Slider\";s:5:\"alias\";s:20:\"news-magazine-slider\";s:3:\"zip\";s:24:\"news-magazine-slider.zip\";s:3:\"uid\";s:32:\"31f2c1506babb1fef459401f051d2d52\";s:3:\"img\";s:31:\"news-magazine-slider/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/news-magazine-slider-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:205:\"<span class=\"ttm_content\">The Magazine Slider offers various layouts that support static content images, HTML5 and Youtube video. Great for any blog or news website!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:248;a:22:{s:2:\"id\";s:3:\"257\";s:5:\"title\";s:18:\"Real Estate Slider\";s:5:\"alias\";s:18:\"real-estate-slider\";s:3:\"zip\";s:22:\"real-estate-slider.zip\";s:3:\"uid\";s:32:\"739ce6336e46815094387c9448e6c804\";s:3:\"img\";s:29:\"real-estate-slider/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/real-estate-slider-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:204:\"<span class=\"ttm_content\">The Real Estate Slider allows to display real estate offers with a large ken burns background image and additional thumbnail hover images.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:249;a:22:{s:2:\"id\";s:3:\"258\";s:5:\"title\";s:14:\"Fashion Header\";s:5:\"alias\";s:14:\"fashion-header\";s:3:\"zip\";s:18:\"fashion-header.zip\";s:3:\"uid\";s:32:\"24ece4e7f4d31cd90377c62abbd9e25a\";s:3:\"img\";s:25:\"fashion-header/slide1.jpg\";s:7:\"preview\";s:75:\"https://revolution.themepunch.com/fashion-shop-header-slider-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:254:\"<span class=\"ttm_content\">The Fashion Shop Header ist the ideal Slider to display as an intro to your shop website or as a separator in between content. Our unique \"Bubble Morph\" effect makes this module stand out!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:250;a:22:{s:2:\"id\";s:3:\"259\";s:5:\"title\";s:14:\"Seasonal Offer\";s:5:\"alias\";s:13:\"seasonaloffer\";s:3:\"zip\";s:17:\"seasonaloffer.zip\";s:3:\"uid\";s:32:\"caf2f17f8fd64f2f89dcb3c8dd238457\";s:3:\"img\";s:24:\"seasonaloffer/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/seasonal-offer-christmas-header-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.8.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:204:\"<span class=\"ttm_content\">Use the Seasonal Offer Header to promote special offers in the holiday season, or just to add some snowy christmas spirit to your website!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:153:\"[{\"path\":\"revslider-snow-addon\\/revslider-snow-addon.php\",\"name\":\"Snow AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:252;a:26:{s:2:\"id\";s:3:\"261\";s:5:\"title\";s:18:\"Barber Shop Header\";s:5:\"alias\";s:18:\"barber-shop-header\";s:3:\"zip\";s:28:\"packs/barber-shop-header.zip\";s:3:\"uid\";s:32:\"71c995d36d39a0e8a04cffdf753f2ba2\";s:3:\"img\";s:29:\"barber-shop-header/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:253;a:26:{s:2:\"id\";s:3:\"262\";s:5:\"title\";s:23:\"Barber Shop Mobile Menu\";s:5:\"alias\";s:23:\"barber-shop-mobile-menu\";s:3:\"zip\";s:33:\"packs/barber-shop-mobile-menu.zip\";s:3:\"uid\";s:32:\"762c6fb5c6306f37becb1e55773c2592\";s:3:\"img\";s:34:\"barber-shop-mobile-menu/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:254;a:26:{s:2:\"id\";s:3:\"263\";s:5:\"title\";s:24:\"Barber Shop First Screen\";s:5:\"alias\";s:24:\"barber-shop-first-screen\";s:3:\"zip\";s:34:\"packs/barber-shop-first-screen.zip\";s:3:\"uid\";s:32:\"acf70bfd64cff2c3c2ea5585223575da\";s:3:\"img\";s:35:\"barber-shop-first-screen/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:255;a:26:{s:2:\"id\";s:3:\"264\";s:5:\"title\";s:17:\"Barber Shop About\";s:5:\"alias\";s:17:\"barber-shop-about\";s:3:\"zip\";s:27:\"packs/barber-shop-about.zip\";s:3:\"uid\";s:32:\"bc8b63cfc7f8c34173b4fd5b082fc05a\";s:3:\"img\";s:28:\"barber-shop-about/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:256;a:26:{s:2:\"id\";s:3:\"265\";s:5:\"title\";s:20:\"Barber Shop Services\";s:5:\"alias\";s:20:\"barber-shop-services\";s:3:\"zip\";s:30:\"packs/barber-shop-services.zip\";s:3:\"uid\";s:32:\"d65121d6f84fabd812a2b621b768e10e\";s:3:\"img\";s:31:\"barber-shop-services/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:257;a:26:{s:2:\"id\";s:3:\"266\";s:5:\"title\";s:19:\"Barber Shop Barbers\";s:5:\"alias\";s:19:\"barber-shop-barbers\";s:3:\"zip\";s:29:\"packs/barber-shop-barbers.zip\";s:3:\"uid\";s:32:\"003e9fec9693072119c8f8d8b6690c4d\";s:3:\"img\";s:30:\"barber-shop-barbers/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:258;a:26:{s:2:\"id\";s:3:\"267\";s:5:\"title\";s:20:\"Barber Shop Contacts\";s:5:\"alias\";s:20:\"barber-shop-contacts\";s:3:\"zip\";s:30:\"packs/barber-shop-contacts.zip\";s:3:\"uid\";s:32:\"cdcc08f5d6c90dbcfd0502bda2401643\";s:3:\"img\";s:31:\"barber-shop-contacts/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:259;a:26:{s:2:\"id\";s:3:\"268\";s:5:\"title\";s:18:\"Barber Shop Footer\";s:5:\"alias\";s:18:\"barber-shop-footer\";s:3:\"zip\";s:28:\"packs/barber-shop-footer.zip\";s:3:\"uid\";s:32:\"26ca5ae0de7cdbb2ca19348b6e01eda0\";s:3:\"img\";s:29:\"barber-shop-footer/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:260;a:22:{s:2:\"id\";s:3:\"269\";s:5:\"title\";s:12:\"Fitness Club\";s:5:\"alias\";s:21:\"fitness-club-template\";s:3:\"zip\";s:25:\"fitness-club-template.zip\";s:3:\"uid\";s:32:\"14ea10d68d6aad1df62b3becf71df754\";s:3:\"img\";s:32:\"fitness-club-template/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/fitness-club-header-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:223:\"<span class=\"ttm_content\">The Fitness Club Header is the perfect introduction to your fitness themed website. Showcase your current offers or service portfolio with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:261;a:22:{s:2:\"id\";s:3:\"270\";s:5:\"title\";s:13:\"Soccer School\";s:5:\"alias\";s:13:\"soccer-school\";s:3:\"zip\";s:17:\"soccer-school.zip\";s:3:\"uid\";s:32:\"9906b48812aff67097f990eeee42dd41\";s:3:\"img\";s:24:\"soccer-school/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/soccer-club-slider-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:228:\"<span class=\"ttm_content\">The Soccer Club Header is the perfect introduction to your Soccer School themed website. Showcase your current offers or service portfolio with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:262;a:22:{s:2:\"id\";s:3:\"271\";s:5:\"title\";s:10:\"Music Band\";s:5:\"alias\";s:19:\"music-band-template\";s:3:\"zip\";s:23:\"music-band-template.zip\";s:3:\"uid\";s:32:\"91e79657bf1b1812f8114a00ab8e0eb4\";s:3:\"img\";s:30:\"music-band-template/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/music-band-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.4.8.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Music Band Header is the perfect introduction to your Music Band themed website. Showcase your current songs, albums and videos with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:263;a:22:{s:2:\"id\";s:3:\"272\";s:5:\"title\";s:15:\"Restaurant Menu\";s:5:\"alias\";s:15:\"restaurant-menu\";s:3:\"zip\";s:19:\"restaurant-menu.zip\";s:3:\"uid\";s:32:\"078809cffb21b6c4d3f5aaa2daeb193d\";s:3:\"img\";s:26:\"restaurant-menu/slide1.jpg\";s:7:\"preview\";s:71:\"https://revolution.themepunch.com/restaurant-menu-slider-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.8.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:208:\"<span class=\"ttm_content\">The Restaurant Menu Header is the perfect introduction to your Restaurant themed website. Showcase your current dishes with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:264;a:22:{s:2:\"id\";s:3:\"273\";s:5:\"title\";s:16:\"Cinematic Slider\";s:5:\"alias\";s:16:\"cinematic-slider\";s:3:\"zip\";s:20:\"cinematic-slider.zip\";s:3:\"uid\";s:32:\"c53e7dcbb6b656ae7b4c91d333589838\";s:3:\"img\";s:27:\"cinematic-slider/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/cinematic-slider-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:138:\"<span class=\"ttm_content\">Bold texts and a cinematic transition effect make this slider stand out!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:265;a:22:{s:2:\"id\";s:3:\"274\";s:5:\"title\";s:17:\"3D Parallax Cubes\";s:5:\"alias\";s:17:\"3d-parallax-cubes\";s:3:\"zip\";s:21:\"3d-parallax-cubes.zip\";s:3:\"uid\";s:32:\"c5b809a1829f8f809c9a768cd3d6b3cb\";s:3:\"img\";s:28:\"3d-parallax-cubes/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/3d-parallax-cubes-slider-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">This amazing 3D cubes parallax effect can be an eye-opening intro for your website!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:267;a:25:{s:2:\"id\";s:3:\"276\";s:5:\"title\";s:13:\"Medicare Menu\";s:5:\"alias\";s:13:\"medicare-menu\";s:3:\"zip\";s:23:\"packs/medicare-menu.zip\";s:3:\"uid\";s:32:\"0e4ca8fc281e20251b3fffa19d470fed\";s:3:\"img\";s:24:\"medicare-menu/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:268;a:25:{s:2:\"id\";s:3:\"277\";s:5:\"title\";s:15:\"Medicare Header\";s:5:\"alias\";s:15:\"medicare-header\";s:3:\"zip\";s:25:\"packs/medicare-header.zip\";s:3:\"uid\";s:32:\"03e8ade247d8c96f548bc0515f34043f\";s:3:\"img\";s:26:\"medicare-header/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:269;a:25:{s:2:\"id\";s:3:\"278\";s:5:\"title\";s:14:\"Medicare About\";s:5:\"alias\";s:14:\"medicare-about\";s:3:\"zip\";s:24:\"packs/medicare-about.zip\";s:3:\"uid\";s:32:\"a3ab9e89155ef2542820343f30b29f72\";s:3:\"img\";s:25:\"medicare-about/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:270;a:25:{s:2:\"id\";s:3:\"279\";s:5:\"title\";s:18:\"Medicare Highlight\";s:5:\"alias\";s:18:\"medicare-highlight\";s:3:\"zip\";s:28:\"packs/medicare-highlight.zip\";s:3:\"uid\";s:32:\"c3c8a74e5402489f1a85a0c83890ef1f\";s:3:\"img\";s:29:\"medicare-highlight/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:271;a:25:{s:2:\"id\";s:3:\"280\";s:5:\"title\";s:17:\"Medicare Services\";s:5:\"alias\";s:17:\"medicare-services\";s:3:\"zip\";s:27:\"packs/medicare-services.zip\";s:3:\"uid\";s:32:\"8869b0834d4649dcc3221bed65980806\";s:3:\"img\";s:28:\"medicare-services/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:272;a:25:{s:2:\"id\";s:3:\"281\";s:5:\"title\";s:16:\"Medicare Doctors\";s:5:\"alias\";s:16:\"medicare-doctors\";s:3:\"zip\";s:26:\"packs/medicare-doctors.zip\";s:3:\"uid\";s:32:\"2c9d57afd64244b5f7e30b0d87c842f9\";s:3:\"img\";s:27:\"medicare-doctors/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:273;a:25:{s:2:\"id\";s:3:\"282\";s:5:\"title\";s:17:\"Medicare Research\";s:5:\"alias\";s:17:\"medicare-research\";s:3:\"zip\";s:27:\"packs/medicare-research.zip\";s:3:\"uid\";s:32:\"31e84a91fc8b8d5296e715e539a076d0\";s:3:\"img\";s:28:\"medicare-research/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:274;a:25:{s:2:\"id\";s:3:\"283\";s:5:\"title\";s:19:\"Medicare Why Choose\";s:5:\"alias\";s:18:\"medicare-whychoose\";s:3:\"zip\";s:28:\"packs/medicare-whychoose.zip\";s:3:\"uid\";s:32:\"6dad61c672127de9e35884caa45d49a0\";s:3:\"img\";s:29:\"medicare-whychoose/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:275;a:25:{s:2:\"id\";s:3:\"284\";s:5:\"title\";s:16:\"Medicare Contact\";s:5:\"alias\";s:16:\"medicare-contact\";s:3:\"zip\";s:26:\"packs/medicare-contact.zip\";s:3:\"uid\";s:32:\"89bc35ad8beb62a149c42262ae49a270\";s:3:\"img\";s:27:\"medicare-contact/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:276;a:25:{s:2:\"id\";s:3:\"285\";s:5:\"title\";s:15:\"Medicare Footer\";s:5:\"alias\";s:15:\"medicare-footer\";s:3:\"zip\";s:25:\"packs/medicare-footer.zip\";s:3:\"uid\";s:32:\"ccf63e5233b3d63009e5ee90db51b37b\";s:3:\"img\";s:26:\"medicare-footer/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:2:\"10\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:278;a:25:{s:2:\"id\";s:3:\"287\";s:5:\"title\";s:11:\"Coffee Menu\";s:5:\"alias\";s:11:\"coffee-menu\";s:3:\"zip\";s:21:\"packs/coffee-menu.zip\";s:3:\"uid\";s:32:\"81195cad7be3f5180a267b34ce8cf966\";s:3:\"img\";s:22:\"coffee-menu/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:279;a:25:{s:2:\"id\";s:3:\"288\";s:5:\"title\";s:13:\"Coffee Header\";s:5:\"alias\";s:13:\"coffee-header\";s:3:\"zip\";s:23:\"packs/coffee-header.zip\";s:3:\"uid\";s:32:\"5eed8adb9d3ae12168ad4735ac63eb20\";s:3:\"img\";s:24:\"coffee-header/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:280;a:25:{s:2:\"id\";s:3:\"289\";s:5:\"title\";s:17:\"Coffee Philosophy\";s:5:\"alias\";s:17:\"coffee-philosophy\";s:3:\"zip\";s:27:\"packs/coffee-philosophy.zip\";s:3:\"uid\";s:32:\"76b5ccae3fa87fd0f991b87e7ae71c27\";s:3:\"img\";s:28:\"coffee-philosophy/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:281;a:25:{s:2:\"id\";s:3:\"290\";s:5:\"title\";s:12:\"Coffee Carte\";s:5:\"alias\";s:12:\"coffee-carte\";s:3:\"zip\";s:22:\"packs/coffee-carte.zip\";s:3:\"uid\";s:32:\"470214ddd2cec585629fb79a0fd908d6\";s:3:\"img\";s:23:\"coffee-carte/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:282;a:25:{s:2:\"id\";s:3:\"291\";s:5:\"title\";s:13:\"Coffee Teaser\";s:5:\"alias\";s:13:\"coffee-teaser\";s:3:\"zip\";s:23:\"packs/coffee-teaser.zip\";s:3:\"uid\";s:32:\"2ed868896c92a7bfb6431803c79e8486\";s:3:\"img\";s:24:\"coffee-teaser/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:283;a:25:{s:2:\"id\";s:3:\"292\";s:5:\"title\";s:14:\"Coffee Find Us\";s:5:\"alias\";s:13:\"coffee-findus\";s:3:\"zip\";s:23:\"packs/coffee-findus.zip\";s:3:\"uid\";s:32:\"96d3784473dfa64bce9e1e4101919927\";s:3:\"img\";s:24:\"coffee-findus/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:284;a:25:{s:2:\"id\";s:3:\"293\";s:5:\"title\";s:13:\"Coffee Footer\";s:5:\"alias\";s:13:\"coffee-footer\";s:3:\"zip\";s:23:\"packs/coffee-footer.zip\";s:3:\"uid\";s:32:\"6027c25e87a5fe7fd8727a51c0967915\";s:3:\"img\";s:24:\"coffee-footer/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:286;a:26:{s:2:\"id\";s:3:\"295\";s:5:\"title\";s:17:\"Minimal Portfolio\";s:5:\"alias\";s:17:\"minimal-portfolio\";s:3:\"zip\";s:27:\"packs/minimal-portfolio.zip\";s:3:\"uid\";s:32:\"183b97b301d5ff0b171c067a87c8a3f5\";s:3:\"img\";s:28:\"minimal-portfolio/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/minimal-portfolio-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">The Minimal Portfolio template is a slide based website with additional modal detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Minimal Portfolio\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"19\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:287;a:26:{s:2:\"id\";s:3:\"296\";s:5:\"title\";s:23:\"Minimal Portfolio Modal\";s:5:\"alias\";s:23:\"minimal-portfolio-modal\";s:3:\"zip\";s:33:\"packs/minimal-portfolio-modal.zip\";s:3:\"uid\";s:32:\"6874e6cec3663670f209a8d8a4f26b16\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/minimal-portfolio-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">The Minimal Portfolio template is a slide based website with additional modal detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Minimal Portfolio\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"19\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:289;a:25:{s:2:\"id\";s:3:\"298\";s:5:\"title\";s:11:\"Angled Menu\";s:5:\"alias\";s:11:\"angled-menu\";s:3:\"zip\";s:21:\"packs/angled-menu.zip\";s:3:\"uid\";s:32:\"2fe0c4682d1231ee3918be9e4fcb1837\";s:3:\"img\";s:22:\"angled-menu/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:290;a:25:{s:2:\"id\";s:3:\"299\";s:5:\"title\";s:13:\"Angled Header\";s:5:\"alias\";s:13:\"angled-header\";s:3:\"zip\";s:23:\"packs/angled-header.zip\";s:3:\"uid\";s:32:\"09462601d4edca8dff899de6f666dc47\";s:3:\"img\";s:24:\"angled-header/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:291;a:25:{s:2:\"id\";s:3:\"300\";s:5:\"title\";s:11:\"Angled News\";s:5:\"alias\";s:11:\"angled-news\";s:3:\"zip\";s:21:\"packs/angled-news.zip\";s:3:\"uid\";s:32:\"b315105763ed91214cb2f0ac12615729\";s:3:\"img\";s:22:\"angled-news/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:292;a:25:{s:2:\"id\";s:3:\"301\";s:5:\"title\";s:15:\"Angled Services\";s:5:\"alias\";s:15:\"angled-services\";s:3:\"zip\";s:25:\"packs/angled-services.zip\";s:3:\"uid\";s:32:\"7605651c1487e1a6c32edc70017be8ad\";s:3:\"img\";s:26:\"angled-services/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:293;a:25:{s:2:\"id\";s:3:\"302\";s:5:\"title\";s:14:\"Angled Success\";s:5:\"alias\";s:14:\"angled-success\";s:3:\"zip\";s:24:\"packs/angled-success.zip\";s:3:\"uid\";s:32:\"9e3fa974a42ecf80e1ec6ff991fca430\";s:3:\"img\";s:25:\"angled-success/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:294;a:25:{s:2:\"id\";s:3:\"303\";s:5:\"title\";s:13:\"Angled Footer\";s:5:\"alias\";s:13:\"angled-footer\";s:3:\"zip\";s:23:\"packs/angled-footer.zip\";s:3:\"uid\";s:32:\"aed4eaa2f7883351ba9c9947feef153e\";s:3:\"img\";s:24:\"angled-footer/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:295;a:25:{s:2:\"id\";s:3:\"304\";s:5:\"title\";s:20:\"Angled Content Modal\";s:5:\"alias\";s:20:\"angled-content-modal\";s:3:\"zip\";s:30:\"packs/angled-content-modal.zip\";s:3:\"uid\";s:32:\"4ddc74515fdf84f974217e4ed47a7c66\";s:3:\"img\";s:31:\"angled-content-modal/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:296;a:22:{s:2:\"id\";s:3:\"312\";s:5:\"title\";s:24:\"Retouch Before and After\";s:5:\"alias\";s:7:\"Retouch\";s:3:\"zip\";s:11:\"Retouch.zip\";s:3:\"uid\";s:32:\"58894991f1abd8b448c8d353b1b5fe76\";s:3:\"img\";s:18:\"Retouch/slide1.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/retouch-before-after-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:155:\"<span class=\"ttm_content\">The Retouch Slider is the perfect way to compare your photos before and after retouching.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-beforeafter-addon\\/revslider-beforeafter-addon.php\",\"name\":\"Before After AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:297;a:22:{s:2:\"id\";s:3:\"313\";s:5:\"title\";s:11:\"Tech Slider\";s:5:\"alias\";s:11:\"tech-slider\";s:3:\"zip\";s:15:\"tech-slider.zip\";s:3:\"uid\";s:32:\"a98e2b264f00a1116d21808c6a543162\";s:3:\"img\";s:22:\"tech-slider/slide1.jpg\";s:7:\"preview\";s:63:\"http://revolution.themepunch.com/tech-showcase-slider-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:153:\"<span class=\"ttm_content\">This classic slider module with sleek device mockups features a smooth parallax effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:299;a:25:{s:2:\"id\";s:3:\"315\";s:5:\"title\";s:11:\"Peak Header\";s:5:\"alias\";s:11:\"peak-header\";s:3:\"zip\";s:21:\"packs/peak-header.zip\";s:3:\"uid\";s:32:\"b721bd612e9fbc5182418ad3fd7d0808\";s:3:\"img\";s:22:\"peak-header/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/peak-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">The Peak Agency Website template is a minimal, light one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Peak Agency\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"22\";s:9:\"installed\";b:0;}i:300;a:25:{s:2:\"id\";s:3:\"316\";s:5:\"title\";s:10:\"Peak About\";s:5:\"alias\";s:10:\"peak-about\";s:3:\"zip\";s:20:\"packs/peak-about.zip\";s:3:\"uid\";s:32:\"7e68b1012fb03490d45c7f79e8cb1b19\";s:3:\"img\";s:21:\"peak-about/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/peak-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">The Peak Agency Website template is a minimal, light one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Peak Agency\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"22\";s:9:\"installed\";b:0;}i:301;a:25:{s:2:\"id\";s:3:\"317\";s:5:\"title\";s:14:\"Peak Portfolio\";s:5:\"alias\";s:14:\"peak-portfolio\";s:3:\"zip\";s:24:\"packs/peak-portfolio.zip\";s:3:\"uid\";s:32:\"6198d1885ba9e95221c33e404f21bdbc\";s:3:\"img\";s:25:\"peak-portfolio/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/peak-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">The Peak Agency Website template is a minimal, light one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Peak Agency\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"22\";s:9:\"installed\";b:0;}i:302;a:25:{s:2:\"id\";s:3:\"318\";s:5:\"title\";s:11:\"Peak Footer\";s:5:\"alias\";s:11:\"peak-footer\";s:3:\"zip\";s:21:\"packs/peak-footer.zip\";s:3:\"uid\";s:32:\"2dead6897ad3b3a709b380d81242f76b\";s:3:\"img\";s:22:\"peak-footer/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/peak-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">The Peak Agency Website template is a minimal, light one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Peak Agency\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"22\";s:9:\"installed\";b:0;}i:304;a:25:{s:2:\"id\";s:3:\"320\";s:5:\"title\";s:17:\"Portfolio Welcome\";s:5:\"alias\";s:17:\"portfolio-welcome\";s:3:\"zip\";s:27:\"packs/portfolio-welcome.zip\";s:3:\"uid\";s:32:\"97336b8785e4a7b27facaf1547e0464d\";s:3:\"img\";s:28:\"portfolio-welcome/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/modern-portfolio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:305;a:25:{s:2:\"id\";s:3:\"321\";s:5:\"title\";s:15:\"Portfolio About\";s:5:\"alias\";s:15:\"portfolio-about\";s:3:\"zip\";s:25:\"packs/portfolio-about.zip\";s:3:\"uid\";s:32:\"5d3a4724fd453de5313ceb6696c1db62\";s:3:\"img\";s:26:\"portfolio-about/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/modern-portfolio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:306;a:25:{s:2:\"id\";s:3:\"322\";s:5:\"title\";s:21:\"Portfolio Works Title\";s:5:\"alias\";s:21:\"portfolio-works-title\";s:3:\"zip\";s:31:\"packs/portfolio-works-title.zip\";s:3:\"uid\";s:32:\"cbb5c6e875cc1f25b463fdf89cabef28\";s:3:\"img\";s:32:\"portfolio-works-title/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/modern-portfolio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:307;a:25:{s:2:\"id\";s:3:\"323\";s:5:\"title\";s:23:\"Portfolio Works Content\";s:5:\"alias\";s:23:\"portfolio-works-content\";s:3:\"zip\";s:33:\"packs/portfolio-works-content.zip\";s:3:\"uid\";s:32:\"5c87311128c7794ffa6ee07ea0648082\";s:3:\"img\";s:34:\"portfolio-works-content/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/modern-portfolio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:308;a:25:{s:2:\"id\";s:3:\"324\";s:5:\"title\";s:18:\"Portfolio Contacts\";s:5:\"alias\";s:18:\"portfolio-contacts\";s:3:\"zip\";s:28:\"packs/portfolio-contacts.zip\";s:3:\"uid\";s:32:\"bd81feffad83b69218f7e837478038e5\";s:3:\"img\";s:29:\"portfolio-contacts/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/modern-portfolio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:310;a:26:{s:2:\"id\";s:3:\"326\";s:5:\"title\";s:18:\"App Studio Welcome\";s:5:\"alias\";s:18:\"App-Studio-Welcome\";s:3:\"zip\";s:28:\"packs/App-Studio-Welcome.zip\";s:3:\"uid\";s:32:\"2ce0f3c54214b04e6c3a9becfd59730c\";s:3:\"img\";s:29:\"App-Studio-Welcome/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/app-studio-website/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A modern one-page presentation website to present your mobile app development team.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:10:\"App Studio\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"24\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:311;a:26:{s:2:\"id\";s:3:\"327\";s:5:\"title\";s:19:\"App Studio Services\";s:5:\"alias\";s:19:\"App-Studio-Services\";s:3:\"zip\";s:29:\"packs/App-Studio-Services.zip\";s:3:\"uid\";s:32:\"5df7776271ec69d2f9edaa6b842715a9\";s:3:\"img\";s:30:\"App-Studio-Services/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/app-studio-website/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A modern one-page presentation website to present your mobile app development team.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:10:\"App Studio\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"24\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:312;a:26:{s:2:\"id\";s:3:\"328\";s:5:\"title\";s:16:\"App Studio About\";s:5:\"alias\";s:16:\"App-Studio-About\";s:3:\"zip\";s:26:\"packs/App-Studio-About.zip\";s:3:\"uid\";s:32:\"af8b84dc116c629df7bd89fc69271a2e\";s:3:\"img\";s:27:\"App-Studio-About/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/app-studio-website/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A modern one-page presentation website to present your mobile app development team.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:10:\"App Studio\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"24\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:313;a:26:{s:2:\"id\";s:3:\"329\";s:5:\"title\";s:19:\"App Studio Contacts\";s:5:\"alias\";s:19:\"App-Studio-Contacts\";s:3:\"zip\";s:29:\"packs/App-Studio-Contacts.zip\";s:3:\"uid\";s:32:\"afbbd2214c983d314f3215a00db9198d\";s:3:\"img\";s:30:\"App-Studio-Contacts/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/app-studio-website/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A modern one-page presentation website to present your mobile app development team.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:10:\"App Studio\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"24\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:314;a:22:{s:2:\"id\";s:3:\"330\";s:5:\"title\";s:14:\"Cube Animation\";s:5:\"alias\";s:14:\"cube-animation\";s:3:\"zip\";s:18:\"cube-animation.zip\";s:3:\"uid\";s:32:\"c03dd3cfc60479dfc6d79ddb64fa0ec5\";s:3:\"img\";s:25:\"cube-animation/slide1.jpg\";s:7:\"preview\";s:65:\"https://revolution.themepunch.com/cube-animation-slider-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:155:\"<span class=\"ttm_content\">A modern slider with text elements, cube animations and a striking call to action button.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:316;a:26:{s:2:\"id\";s:3:\"332\";s:5:\"title\";s:10:\"Basic Menu\";s:5:\"alias\";s:10:\"basic-menu\";s:3:\"zip\";s:20:\"packs/basic-menu.zip\";s:3:\"uid\";s:32:\"39277f53b2cb5ac644a1649b47c37270\";s:3:\"img\";s:21:\"basic-menu/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:317;a:26:{s:2:\"id\";s:3:\"333\";s:5:\"title\";s:12:\"Basic Header\";s:5:\"alias\";s:12:\"basic-header\";s:3:\"zip\";s:22:\"packs/basic-header.zip\";s:3:\"uid\";s:32:\"ad7a32dbccb0bdf9de64cf2adfa950a2\";s:3:\"img\";s:23:\"basic-header/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:318;a:26:{s:2:\"id\";s:3:\"334\";s:5:\"title\";s:13:\"Basic Content\";s:5:\"alias\";s:13:\"basic-content\";s:3:\"zip\";s:23:\"packs/basic-content.zip\";s:3:\"uid\";s:32:\"0b12f3b183a3c8206e3a7b28d2d93108\";s:3:\"img\";s:24:\"basic-content/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:319;a:26:{s:2:\"id\";s:3:\"335\";s:5:\"title\";s:14:\"Basic Carousel\";s:5:\"alias\";s:14:\"basic-carousel\";s:3:\"zip\";s:24:\"packs/basic-carousel.zip\";s:3:\"uid\";s:32:\"e4abb5c6d5cf914530575a982d3dfc14\";s:3:\"img\";s:25:\"basic-carousel/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:320;a:26:{s:2:\"id\";s:3:\"336\";s:5:\"title\";s:13:\"Basic Callout\";s:5:\"alias\";s:13:\"basic-callout\";s:3:\"zip\";s:23:\"packs/basic-callout.zip\";s:3:\"uid\";s:32:\"2ccc208b9322f5435d0f4ff64c6d9dab\";s:3:\"img\";s:24:\"basic-callout/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:321;a:26:{s:2:\"id\";s:3:\"337\";s:5:\"title\";s:10:\"Basic Grid\";s:5:\"alias\";s:10:\"basic-grid\";s:3:\"zip\";s:20:\"packs/basic-grid.zip\";s:3:\"uid\";s:32:\"3cb4b41d2992eba012921b8fb7c96daa\";s:3:\"img\";s:21:\"basic-grid/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:322;a:26:{s:2:\"id\";s:3:\"338\";s:5:\"title\";s:17:\"Basic Video Block\";s:5:\"alias\";s:17:\"basic-video-block\";s:3:\"zip\";s:27:\"packs/basic-video-block.zip\";s:3:\"uid\";s:32:\"e7c1d42b21819741f3e72c1325dae5ed\";s:3:\"img\";s:28:\"basic-video-block/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:323;a:26:{s:2:\"id\";s:3:\"339\";s:5:\"title\";s:12:\"Basic Footer\";s:5:\"alias\";s:12:\"basic-footer\";s:3:\"zip\";s:22:\"packs/basic-footer.zip\";s:3:\"uid\";s:32:\"ed8f6a554775ebace558af2f4f2dcbac\";s:3:\"img\";s:23:\"basic-footer/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:324;a:26:{s:2:\"id\";s:3:\"340\";s:5:\"title\";s:14:\"Basic Lightbox\";s:5:\"alias\";s:14:\"basic-lightbox\";s:3:\"zip\";s:24:\"packs/basic-lightbox.zip\";s:3:\"uid\";s:32:\"e4b025b300b1a8f417d04eb80113fac2\";s:3:\"img\";s:25:\"basic-lightbox/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:325;a:22:{s:2:\"id\";s:3:\"341\";s:5:\"title\";s:13:\"Nature Slider\";s:5:\"alias\";s:13:\"nature-slider\";s:3:\"zip\";s:17:\"nature-slider.zip\";s:3:\"uid\";s:32:\"eef1a4584ec1c3b8c26c305cca44e805\";s:3:\"img\";s:24:\"nature-slider/slide1.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/nature-explorer-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:151:\"<span class=\"ttm_content\">The Nature Explorer Slider Template uses the Distortion and Particle Effects Add-Ons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:356:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-liquideffect-addon\\/revslider-liquideffect-addon.php\",\"name\":\"Distortion Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:326;a:23:{s:2:\"id\";s:3:\"342\";s:5:\"title\";s:11:\"Art Gallery\";s:5:\"alias\";s:11:\"art-gallery\";s:3:\"zip\";s:15:\"art-gallery.zip\";s:3:\"uid\";s:32:\"b8c5095ae3407337e6e5b2a8515e7d6e\";s:3:\"img\";s:22:\"art-gallery/slide1.jpg\";s:7:\"preview\";s:62:\"https://revolution.themepunch.com/art-gallery-slider-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:6:\"6.2.22\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern slider with large, geometric elements and interesting mask animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:328;a:25:{s:2:\"id\";s:3:\"344\";s:5:\"title\";s:19:\"Construction Header\";s:5:\"alias\";s:19:\"Construction-Header\";s:3:\"zip\";s:29:\"packs/Construction-Header.zip\";s:3:\"uid\";s:32:\"5c77de774b8f5487c1276c4a7b3dc80c\";s:3:\"img\";s:30:\"Construction-Header/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:329;a:25:{s:2:\"id\";s:3:\"345\";s:5:\"title\";s:17:\"Construction Home\";s:5:\"alias\";s:17:\"Construction-Home\";s:3:\"zip\";s:27:\"packs/Construction-Home.zip\";s:3:\"uid\";s:32:\"fcb277f0c07dad270d2a7cef4431bef8\";s:3:\"img\";s:28:\"Construction-Home/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:330;a:25:{s:2:\"id\";s:3:\"346\";s:5:\"title\";s:21:\"Construction Projects\";s:5:\"alias\";s:21:\"Construction-Projects\";s:3:\"zip\";s:31:\"packs/Construction-Projects.zip\";s:3:\"uid\";s:32:\"0c847173c3739f79778dc2c0fc9704e4\";s:3:\"img\";s:32:\"Construction-Projects/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:331;a:25:{s:2:\"id\";s:3:\"347\";s:5:\"title\";s:20:\"Construction History\";s:5:\"alias\";s:20:\"Construction-History\";s:3:\"zip\";s:30:\"packs/Construction-History.zip\";s:3:\"uid\";s:32:\"758da120c4b6c5606692faf0aa43aac6\";s:3:\"img\";s:31:\"Construction-History/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:332;a:25:{s:2:\"id\";s:3:\"348\";s:5:\"title\";s:21:\"Construction Services\";s:5:\"alias\";s:21:\"Construction-Services\";s:3:\"zip\";s:31:\"packs/Construction-Services.zip\";s:3:\"uid\";s:32:\"5ad5b841c1d89e97ddbf972c8b11abd4\";s:3:\"img\";s:32:\"Construction-Services/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:333;a:25:{s:2:\"id\";s:3:\"349\";s:5:\"title\";s:21:\"Construction Contacts\";s:5:\"alias\";s:21:\"Construction-Contacts\";s:3:\"zip\";s:31:\"packs/Construction-Contacts.zip\";s:3:\"uid\";s:32:\"b8c3c34046bb91ebb243e4da64745d37\";s:3:\"img\";s:32:\"Construction-Contacts/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:334;a:22:{s:2:\"id\";s:3:\"350\";s:5:\"title\";s:22:\"Classic Cars Evolution\";s:5:\"alias\";s:22:\"Classic-Cars-Evolution\";s:3:\"zip\";s:26:\"Classic-Cars-Evolution.zip\";s:3:\"uid\";s:32:\"7061757f128fd624b0227715dab73b74\";s:3:\"img\";s:33:\"Classic-Cars-Evolution/slide1.jpg\";s:7:\"preview\";s:65:\"https://revolution.themepunch.com/classic-cars-before-after-hero/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:156:\"<span class=\"ttm_content\">The Classic Cars Evolution Slider is a great example of our popular before & after Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-beforeafter-addon\\/revslider-beforeafter-addon.php\",\"name\":\"Before After AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:335;a:22:{s:2:\"id\";s:3:\"351\";s:5:\"title\";s:21:\"404 Error Space Theme\";s:5:\"alias\";s:21:\"404-Error-Space-Theme\";s:3:\"zip\";s:25:\"404-Error-Space-Theme.zip\";s:3:\"uid\";s:32:\"6412adc7ec025826328e40e552a14e1e\";s:3:\"img\";s:32:\"404-Error-Space-Theme/slide1.jpg\";s:7:\"preview\";s:49:\"https://revolution.themepunch.com/404-error-page/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">The Classic Cars Evolution Slider is the perfect way to make your error page more beautiful.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:337;a:25:{s:2:\"id\";s:3:\"353\";s:5:\"title\";s:17:\"Landing Page Hero\";s:5:\"alias\";s:17:\"landing-page-hero\";s:3:\"zip\";s:27:\"packs/landing-page-hero.zip\";s:3:\"uid\";s:32:\"d328635caa20da7ee8a3ab687f8656ff\";s:3:\"img\";s:28:\"landing-page-hero/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:338;a:25:{s:2:\"id\";s:3:\"354\";s:5:\"title\";s:21:\"Landing Page Features\";s:5:\"alias\";s:21:\"landing-page-features\";s:3:\"zip\";s:31:\"packs/landing-page-features.zip\";s:3:\"uid\";s:32:\"6552bc72abace10918a64866d9bb79c1\";s:3:\"img\";s:32:\"landing-page-features/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:339;a:25:{s:2:\"id\";s:3:\"355\";s:5:\"title\";s:20:\"Landing Page Callout\";s:5:\"alias\";s:20:\"landing-page-callout\";s:3:\"zip\";s:30:\"packs/landing-page-callout.zip\";s:3:\"uid\";s:32:\"c5b101ea5471e7409ae7effa8d45fbcf\";s:3:\"img\";s:31:\"landing-page-callout/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:340;a:25:{s:2:\"id\";s:3:\"356\";s:5:\"title\";s:20:\"Landing Page Content\";s:5:\"alias\";s:20:\"landing-page-content\";s:3:\"zip\";s:30:\"packs/landing-page-content.zip\";s:3:\"uid\";s:32:\"34da8057a6bb3677c9adf9f18ffc6cf0\";s:3:\"img\";s:31:\"landing-page-content/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:341;a:25:{s:2:\"id\";s:3:\"357\";s:5:\"title\";s:25:\"Landing Page Testimonials\";s:5:\"alias\";s:25:\"landing-page-testimonials\";s:3:\"zip\";s:35:\"packs/landing-page-testimonials.zip\";s:3:\"uid\";s:32:\"a83606e311cd5115422d86f04890cbf1\";s:3:\"img\";s:36:\"landing-page-testimonials/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:342;a:25:{s:2:\"id\";s:3:\"358\";s:5:\"title\";s:27:\"Landing Page Call to Action\";s:5:\"alias\";s:27:\"landing-page-call-to-action\";s:3:\"zip\";s:37:\"packs/landing-page-call-to-action.zip\";s:3:\"uid\";s:32:\"adfb456b27fa7eb6b1415d8f80836f05\";s:3:\"img\";s:38:\"landing-page-call-to-action/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:343;a:25:{s:2:\"id\";s:3:\"359\";s:5:\"title\";s:17:\"Landing Page Help\";s:5:\"alias\";s:17:\"landing-page-help\";s:3:\"zip\";s:27:\"packs/landing-page-help.zip\";s:3:\"uid\";s:32:\"ca502431f9b7f6249d99b02464de2dd7\";s:3:\"img\";s:28:\"landing-page-help/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:344;a:25:{s:2:\"id\";s:3:\"360\";s:5:\"title\";s:19:\"Landing Page Footer\";s:5:\"alias\";s:19:\"landing-page-footer\";s:3:\"zip\";s:29:\"packs/landing-page-footer.zip\";s:3:\"uid\";s:32:\"2a6afc371dbd60cb117f8a0f5d09eac9\";s:3:\"img\";s:30:\"landing-page-footer/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:345;a:25:{s:2:\"id\";s:3:\"361\";s:5:\"title\";s:24:\"Landing Page Price Modal\";s:5:\"alias\";s:24:\"landing-page-price-modal\";s:3:\"zip\";s:34:\"packs/landing-page-price-modal.zip\";s:3:\"uid\";s:32:\"a6c5c0430b46dd4e6e68416964a8c54d\";s:3:\"img\";s:35:\"landing-page-price-modal/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:347;a:25:{s:2:\"id\";s:3:\"372\";s:5:\"title\";s:16:\"Corporate Header\";s:5:\"alias\";s:16:\"Corporate-Header\";s:3:\"zip\";s:26:\"packs/Corporate-Header.zip\";s:3:\"uid\";s:32:\"04f868e3812a1681f00ab89580e5d1f8\";s:3:\"img\";s:27:\"Corporate-Header/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:348;a:25:{s:2:\"id\";s:3:\"373\";s:5:\"title\";s:24:\"Corporate Welcome Screen\";s:5:\"alias\";s:24:\"Corporate-Welcome-Screen\";s:3:\"zip\";s:34:\"packs/Corporate-Welcome-Screen.zip\";s:3:\"uid\";s:32:\"052afe98ef819f7ace041dbbdb749639\";s:3:\"img\";s:35:\"Corporate-Welcome-Screen/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:173:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:349;a:25:{s:2:\"id\";s:3:\"374\";s:5:\"title\";s:15:\"Corporate About\";s:5:\"alias\";s:15:\"Corporate-About\";s:3:\"zip\";s:25:\"packs/Corporate-About.zip\";s:3:\"uid\";s:32:\"7bf5f8f6d4cc3016cea86289cb46e5b6\";s:3:\"img\";s:26:\"Corporate-About/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:350;a:25:{s:2:\"id\";s:3:\"375\";s:5:\"title\";s:19:\"Corporate Portfolio\";s:5:\"alias\";s:19:\"Corporate-Portfolio\";s:3:\"zip\";s:29:\"packs/Corporate-Portfolio.zip\";s:3:\"uid\";s:32:\"612c2bd784fea81392dda1644a3c3cf3\";s:3:\"img\";s:30:\"Corporate-Portfolio/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:351;a:25:{s:2:\"id\";s:3:\"376\";s:5:\"title\";s:15:\"Corporate Chart\";s:5:\"alias\";s:15:\"Corporate-Chart\";s:3:\"zip\";s:25:\"packs/Corporate-Chart.zip\";s:3:\"uid\";s:32:\"4d27d9b3b2cfcce750e526aafb322a9f\";s:3:\"img\";s:26:\"Corporate-Chart/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:352;a:25:{s:2:\"id\";s:3:\"377\";s:5:\"title\";s:14:\"Corporate News\";s:5:\"alias\";s:14:\"Corporate-News\";s:3:\"zip\";s:24:\"packs/Corporate-News.zip\";s:3:\"uid\";s:32:\"bb65ed57a0d4db795d8b738f0a92f2d7\";s:3:\"img\";s:25:\"Corporate-News/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:353;a:25:{s:2:\"id\";s:3:\"378\";s:5:\"title\";s:16:\"Corporate Hiring\";s:5:\"alias\";s:16:\"Corporate-Hiring\";s:3:\"zip\";s:26:\"packs/Corporate-Hiring.zip\";s:3:\"uid\";s:32:\"136cf1a91604e819089eb3573a6e100a\";s:3:\"img\";s:27:\"Corporate-Hiring/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:354;a:25:{s:2:\"id\";s:3:\"379\";s:5:\"title\";s:22:\"Corporate Testimonials\";s:5:\"alias\";s:22:\"Corporate-Testimonials\";s:3:\"zip\";s:32:\"packs/Corporate-Testimonials.zip\";s:3:\"uid\";s:32:\"b17aec0afdc31e37359cfa406164463c\";s:3:\"img\";s:33:\"Corporate-Testimonials/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:355;a:25:{s:2:\"id\";s:3:\"380\";s:5:\"title\";s:15:\"Corporate Store\";s:5:\"alias\";s:15:\"Corporate-Store\";s:3:\"zip\";s:25:\"packs/Corporate-Store.zip\";s:3:\"uid\";s:32:\"6240b14620ddc634736716e0cdfdeb31\";s:3:\"img\";s:26:\"Corporate-Store/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:356;a:25:{s:2:\"id\";s:3:\"381\";s:5:\"title\";s:17:\"Corporate Support\";s:5:\"alias\";s:17:\"Corporate-Support\";s:3:\"zip\";s:27:\"packs/Corporate-Support.zip\";s:3:\"uid\";s:32:\"9424292a78076ce68c2faf587b26cdad\";s:3:\"img\";s:28:\"Corporate-Support/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"10\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:357;a:25:{s:2:\"id\";s:3:\"382\";s:5:\"title\";s:14:\"Corporate Team\";s:5:\"alias\";s:14:\"Corporate-Team\";s:3:\"zip\";s:24:\"packs/Corporate-Team.zip\";s:3:\"uid\";s:32:\"4fafe469b5a0a2545625c3f6d7ff3b9e\";s:3:\"img\";s:25:\"Corporate-Team/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"11\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:358;a:25:{s:2:\"id\";s:3:\"383\";s:5:\"title\";s:33:\"Corporate Selected Projects Title\";s:5:\"alias\";s:33:\"Corporate-Selected-Projects-Title\";s:3:\"zip\";s:43:\"packs/Corporate-Selected-Projects-Title.zip\";s:3:\"uid\";s:32:\"0ed3c41f51e6bf404c2fe179fa8d8ceb\";s:3:\"img\";s:44:\"Corporate-Selected-Projects-Title/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"12\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:359;a:25:{s:2:\"id\";s:3:\"384\";s:5:\"title\";s:27:\"Corporate Selected Projects\";s:5:\"alias\";s:27:\"Corporate-Selected-Projects\";s:3:\"zip\";s:37:\"packs/Corporate-Selected-Projects.zip\";s:3:\"uid\";s:32:\"1096c78d5f007f3900228a4092515e2e\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"13\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:360;a:25:{s:2:\"id\";s:3:\"385\";s:5:\"title\";s:17:\"Corporate Clients\";s:5:\"alias\";s:17:\"Corporate-Clients\";s:3:\"zip\";s:27:\"packs/Corporate-Clients.zip\";s:3:\"uid\";s:32:\"60fe3a311195bf4dba3e50bd1ab98574\";s:3:\"img\";s:28:\"Corporate-Clients/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"14\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:361;a:25:{s:2:\"id\";s:3:\"386\";s:5:\"title\";s:20:\"Corporate Text Block\";s:5:\"alias\";s:20:\"Corporate-Text-Block\";s:3:\"zip\";s:30:\"packs/Corporate-Text-Block.zip\";s:3:\"uid\";s:32:\"93b68bb23d65fd1028b6b5f6d19b85b5\";s:3:\"img\";s:31:\"Corporate-Text-Block/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"15\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:362;a:25:{s:2:\"id\";s:3:\"387\";s:5:\"title\";s:20:\"Corporate Mobile App\";s:5:\"alias\";s:20:\"Corporate-Mobile-App\";s:3:\"zip\";s:30:\"packs/Corporate-Mobile-App.zip\";s:3:\"uid\";s:32:\"e592369d233bea673403daa15c6e498a\";s:3:\"img\";s:31:\"Corporate-Mobile-App/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"16\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:363;a:25:{s:2:\"id\";s:3:\"388\";s:5:\"title\";s:18:\"Corporate Contacts\";s:5:\"alias\";s:18:\"Corporate-Contacts\";s:3:\"zip\";s:28:\"packs/Corporate-Contacts.zip\";s:3:\"uid\";s:32:\"91ae9488b54b7020f8ae9dfbfd6c563a\";s:3:\"img\";s:29:\"Corporate-Contacts/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"17\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:364;a:25:{s:2:\"id\";s:3:\"389\";s:5:\"title\";s:16:\"Corporate Footer\";s:5:\"alias\";s:16:\"Corporate-Footer\";s:3:\"zip\";s:26:\"packs/Corporate-Footer.zip\";s:3:\"uid\";s:32:\"a01df90af203f06194c1a18745d79861\";s:3:\"img\";s:27:\"Corporate-Footer/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"18\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:365;a:25:{s:2:\"id\";s:3:\"390\";s:5:\"title\";s:23:\"Corporate Scroll To Top\";s:5:\"alias\";s:23:\"Corporate-Scroll-To-Top\";s:3:\"zip\";s:33:\"packs/Corporate-Scroll-To-Top.zip\";s:3:\"uid\";s:32:\"2d68f6e4590a9a445e6eb055dfee88ba\";s:3:\"img\";s:34:\"Corporate-Scroll-To-Top/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"19\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:367;a:26:{s:2:\"id\";s:3:\"403\";s:5:\"title\";s:11:\"Brutal Menu\";s:5:\"alias\";s:11:\"brutal-menu\";s:3:\"zip\";s:21:\"packs/brutal-menu.zip\";s:3:\"uid\";s:32:\"04b21c7aee2479793336e964230d6e3f\";s:3:\"img\";s:22:\"brutal-menu/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:368;a:26:{s:2:\"id\";s:3:\"404\";s:5:\"title\";s:11:\"Brutal Hero\";s:5:\"alias\";s:11:\"brutal-hero\";s:3:\"zip\";s:21:\"packs/brutal-hero.zip\";s:3:\"uid\";s:32:\"a342ad01054b97bac7980fdf9e275b34\";s:3:\"img\";s:22:\"brutal-hero/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:369;a:26:{s:2:\"id\";s:3:\"405\";s:5:\"title\";s:12:\"Brutal About\";s:5:\"alias\";s:12:\"brutal-about\";s:3:\"zip\";s:22:\"packs/brutal-about.zip\";s:3:\"uid\";s:32:\"a3e1cd2e36c9a783c1932fdafe2e4434\";s:3:\"img\";s:23:\"brutal-about/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:370;a:26:{s:2:\"id\";s:3:\"406\";s:5:\"title\";s:16:\"Brutal Highlight\";s:5:\"alias\";s:16:\"brutal-highlight\";s:3:\"zip\";s:26:\"packs/brutal-highlight.zip\";s:3:\"uid\";s:32:\"b7f8522dcb4636467633bd3b14f4e3e9\";s:3:\"img\";s:27:\"brutal-highlight/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:371;a:26:{s:2:\"id\";s:3:\"407\";s:5:\"title\";s:15:\"Brutal Projects\";s:5:\"alias\";s:15:\"brutal-projects\";s:3:\"zip\";s:25:\"packs/brutal-projects.zip\";s:3:\"uid\";s:32:\"1a462e91373042193ca5d623dd8e8a47\";s:3:\"img\";s:26:\"brutal-projects/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:372;a:26:{s:2:\"id\";s:3:\"408\";s:5:\"title\";s:15:\"Brutal Services\";s:5:\"alias\";s:15:\"brutal-services\";s:3:\"zip\";s:25:\"packs/brutal-services.zip\";s:3:\"uid\";s:32:\"cbeeb1e7a5c2842b155fe13acb7c165d\";s:3:\"img\";s:26:\"brutal-services/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:373;a:26:{s:2:\"id\";s:3:\"409\";s:5:\"title\";s:14:\"Brutal Callout\";s:5:\"alias\";s:14:\"brutal-callout\";s:3:\"zip\";s:24:\"packs/brutal-callout.zip\";s:3:\"uid\";s:32:\"31b6dafdb2dfb548152653e60df5a3bc\";s:3:\"img\";s:25:\"brutal-callout/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:374;a:26:{s:2:\"id\";s:3:\"410\";s:5:\"title\";s:13:\"Brutal Footer\";s:5:\"alias\";s:13:\"brutal-footer\";s:3:\"zip\";s:23:\"packs/brutal-footer.zip\";s:3:\"uid\";s:32:\"07559f0c574e3dd95b2d40d72cbb01bc\";s:3:\"img\";s:24:\"brutal-footer/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:376;a:25:{s:2:\"id\";s:3:\"412\";s:5:\"title\";s:13:\"Church Header\";s:5:\"alias\";s:13:\"Church-Header\";s:3:\"zip\";s:23:\"packs/Church-Header.zip\";s:3:\"uid\";s:32:\"c14289117e1e2b9ee716fb99146b2e03\";s:3:\"img\";s:24:\"Church-Header/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:377;a:25:{s:2:\"id\";s:3:\"413\";s:5:\"title\";s:22:\"Church Upcoming Events\";s:5:\"alias\";s:22:\"Church-Upcoming-Events\";s:3:\"zip\";s:32:\"packs/Church-Upcoming-Events.zip\";s:3:\"uid\";s:32:\"056a26efddae92973fee4ee5cfa75f10\";s:3:\"img\";s:33:\"Church-Upcoming-Events/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:378;a:25:{s:2:\"id\";s:3:\"414\";s:5:\"title\";s:12:\"Church About\";s:5:\"alias\";s:12:\"Church-About\";s:3:\"zip\";s:22:\"packs/Church-About.zip\";s:3:\"uid\";s:32:\"8ef133f3f669f06380334a83e27eedbb\";s:3:\"img\";s:23:\"Church-About/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:379;a:25:{s:2:\"id\";s:3:\"415\";s:5:\"title\";s:14:\"Church Pastors\";s:5:\"alias\";s:14:\"Church-Pastors\";s:3:\"zip\";s:24:\"packs/Church-Pastors.zip\";s:3:\"uid\";s:32:\"715edc0833a753b72350b8c974f86f94\";s:3:\"img\";s:25:\"Church-Pastors/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:380;a:25:{s:2:\"id\";s:3:\"416\";s:5:\"title\";s:20:\"Church Photo Gallery\";s:5:\"alias\";s:20:\"Church-Photo-Gallery\";s:3:\"zip\";s:30:\"packs/Church-Photo-Gallery.zip\";s:3:\"uid\";s:32:\"d94808a97149cd5d3b3354a28409ffd7\";s:3:\"img\";s:31:\"Church-Photo-Gallery/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:381;a:25:{s:2:\"id\";s:3:\"417\";s:5:\"title\";s:16:\"Church Community\";s:5:\"alias\";s:16:\"Church-Community\";s:3:\"zip\";s:26:\"packs/Church-Community.zip\";s:3:\"uid\";s:32:\"2244e6a6d7a691653eae2d70765130a7\";s:3:\"img\";s:27:\"Church-Community/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:382;a:25:{s:2:\"id\";s:3:\"418\";s:5:\"title\";s:13:\"Church Sermon\";s:5:\"alias\";s:13:\"Church-Sermon\";s:3:\"zip\";s:23:\"packs/Church-Sermon.zip\";s:3:\"uid\";s:32:\"8fedf983bd55fff0f7a16d9f0a7e5408\";s:3:\"img\";s:24:\"Church-Sermon/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:383;a:25:{s:2:\"id\";s:3:\"419\";s:5:\"title\";s:15:\"Church Contacts\";s:5:\"alias\";s:15:\"Church-Contacts\";s:3:\"zip\";s:25:\"packs/Church-Contacts.zip\";s:3:\"uid\";s:32:\"0b1a6968e75868548fd98e435625c090\";s:3:\"img\";s:26:\"Church-Contacts/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:384;a:25:{s:2:\"id\";s:3:\"420\";s:5:\"title\";s:13:\"Church Footer\";s:5:\"alias\";s:13:\"Church-Footer\";s:3:\"zip\";s:23:\"packs/Church-Footer.zip\";s:3:\"uid\";s:32:\"29756685d3dc49e42edada43e6393b7b\";s:3:\"img\";s:24:\"Church-Footer/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:386;a:25:{s:2:\"id\";s:3:\"422\";s:5:\"title\";s:19:\"Church Light Header\";s:5:\"alias\";s:19:\"Church-Light-Header\";s:3:\"zip\";s:29:\"packs/Church-Light-Header.zip\";s:3:\"uid\";s:32:\"81c00f4b52cf55214de919e3f13121fc\";s:3:\"img\";s:30:\"Church-Light-Header/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:387;a:25:{s:2:\"id\";s:3:\"423\";s:5:\"title\";s:28:\"Church Light Upcoming Events\";s:5:\"alias\";s:28:\"Church-Light-Upcoming-Events\";s:3:\"zip\";s:38:\"packs/Church-Light-Upcoming-Events.zip\";s:3:\"uid\";s:32:\"963a49f4be0557ac5f3ee61d256f5bda\";s:3:\"img\";s:39:\"Church-Light-Upcoming-Events/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:388;a:25:{s:2:\"id\";s:3:\"424\";s:5:\"title\";s:18:\"Church Light About\";s:5:\"alias\";s:18:\"Church-Light-About\";s:3:\"zip\";s:28:\"packs/Church-Light-About.zip\";s:3:\"uid\";s:32:\"d46c8e8e6f80e6bfedb54f1cdc49e7e6\";s:3:\"img\";s:29:\"Church-Light-About/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:389;a:25:{s:2:\"id\";s:3:\"425\";s:5:\"title\";s:20:\"Church Light Pastors\";s:5:\"alias\";s:20:\"Church-Light-Pastors\";s:3:\"zip\";s:30:\"packs/Church-Light-Pastors.zip\";s:3:\"uid\";s:32:\"7cc3dec61556e2291d6f38c1ea5e983f\";s:3:\"img\";s:31:\"Church-Light-Pastors/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:390;a:25:{s:2:\"id\";s:3:\"426\";s:5:\"title\";s:26:\"Church Light Photo Gallery\";s:5:\"alias\";s:26:\"Church-Light-Photo-Gallery\";s:3:\"zip\";s:36:\"packs/Church-Light-Photo-Gallery.zip\";s:3:\"uid\";s:32:\"9e13100179b9b700b005693eeca57902\";s:3:\"img\";s:37:\"Church-Light-Photo-Gallery/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:391;a:25:{s:2:\"id\";s:3:\"427\";s:5:\"title\";s:22:\"Church Light Community\";s:5:\"alias\";s:22:\"Church-Light-Community\";s:3:\"zip\";s:32:\"packs/Church-Light-Community.zip\";s:3:\"uid\";s:32:\"14fcc0d43d899fd96116bdbc57c7c5ea\";s:3:\"img\";s:33:\"Church-Light-Community/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:392;a:25:{s:2:\"id\";s:3:\"428\";s:5:\"title\";s:19:\"Church Light Sermon\";s:5:\"alias\";s:19:\"Church-Light-Sermon\";s:3:\"zip\";s:29:\"packs/Church-Light-Sermon.zip\";s:3:\"uid\";s:32:\"fc30be7e703bc7b235665c36baa80e4e\";s:3:\"img\";s:30:\"Church-Light-Sermon/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:393;a:25:{s:2:\"id\";s:3:\"429\";s:5:\"title\";s:21:\"Church Light Contacts\";s:5:\"alias\";s:21:\"Church-Light-Contacts\";s:3:\"zip\";s:31:\"packs/Church-Light-Contacts.zip\";s:3:\"uid\";s:32:\"ed83d8fa63ecb59cf42656068ecf8d25\";s:3:\"img\";s:32:\"Church-Light-Contacts/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:394;a:25:{s:2:\"id\";s:3:\"430\";s:5:\"title\";s:19:\"Church Light Footer\";s:5:\"alias\";s:19:\"Church-Light-Footer\";s:3:\"zip\";s:29:\"packs/Church-Light-Footer.zip\";s:3:\"uid\";s:32:\"a168772865fd5dcf6229c9c6a49dff73\";s:3:\"img\";s:30:\"Church-Light-Footer/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:396;a:26:{s:2:\"id\";s:3:\"432\";s:5:\"title\";s:13:\"Rockable Menu\";s:5:\"alias\";s:13:\"rockable-menu\";s:3:\"zip\";s:23:\"packs/rockable-menu.zip\";s:3:\"uid\";s:32:\"92d18f7ff38f22ff411a4ef4d9f54934\";s:3:\"img\";s:24:\"rockable-menu/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:397;a:26:{s:2:\"id\";s:3:\"433\";s:5:\"title\";s:13:\"Rockable Hero\";s:5:\"alias\";s:13:\"rockable-hero\";s:3:\"zip\";s:23:\"packs/rockable-hero.zip\";s:3:\"uid\";s:32:\"ba16b28d6bde95910cbce572bb251208\";s:3:\"img\";s:24:\"rockable-hero/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:398;a:26:{s:2:\"id\";s:3:\"434\";s:5:\"title\";s:15:\"Rockable Lineup\";s:5:\"alias\";s:15:\"rockable-lineup\";s:3:\"zip\";s:25:\"packs/rockable-lineup.zip\";s:3:\"uid\";s:32:\"6631980112805533a0d328c37e56adbd\";s:3:\"img\";s:26:\"rockable-lineup/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:399;a:26:{s:2:\"id\";s:3:\"435\";s:5:\"title\";s:17:\"Rockable Lineup 2\";s:5:\"alias\";s:17:\"rockable-lineup-2\";s:3:\"zip\";s:27:\"packs/rockable-lineup-2.zip\";s:3:\"uid\";s:32:\"98bc41d982dc478edabff4aa99461dbc\";s:3:\"img\";s:28:\"rockable-lineup-2/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:400;a:26:{s:2:\"id\";s:3:\"436\";s:5:\"title\";s:22:\"Rockable Gallery Title\";s:5:\"alias\";s:22:\"rockable-gallery-title\";s:3:\"zip\";s:32:\"packs/rockable-gallery-title.zip\";s:3:\"uid\";s:32:\"da43a76f5bc77aa6efe158b00ab7cf0d\";s:3:\"img\";s:33:\"rockable-gallery-title/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:401;a:26:{s:2:\"id\";s:3:\"437\";s:5:\"title\";s:16:\"Rockable Gallery\";s:5:\"alias\";s:16:\"rockable-gallery\";s:3:\"zip\";s:26:\"packs/rockable-gallery.zip\";s:3:\"uid\";s:32:\"c12a144d6860bcf24e91d5b980ac22f1\";s:3:\"img\";s:27:\"rockable-gallery/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:402;a:26:{s:2:\"id\";s:3:\"438\";s:5:\"title\";s:17:\"Rockable Sponsors\";s:5:\"alias\";s:17:\"rockable-sponsors\";s:3:\"zip\";s:27:\"packs/rockable-sponsors.zip\";s:3:\"uid\";s:32:\"1e40d4a810c23f8d5fe5cd5ca31ee20d\";s:3:\"img\";s:28:\"rockable-sponsors/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:403;a:26:{s:2:\"id\";s:3:\"439\";s:5:\"title\";s:15:\"Rockable Footer\";s:5:\"alias\";s:15:\"rockable-footer\";s:3:\"zip\";s:25:\"packs/rockable-footer.zip\";s:3:\"uid\";s:32:\"a4a9952d5e56fc14366155e8ebfa432a\";s:3:\"img\";s:26:\"rockable-footer/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:404;a:26:{s:2:\"id\";s:3:\"440\";s:5:\"title\";s:21:\"Rockable Detail Modal\";s:5:\"alias\";s:21:\"rockable-detail-modal\";s:3:\"zip\";s:31:\"packs/rockable-detail-modal.zip\";s:3:\"uid\";s:32:\"b51d918203ff7975a144a9f1be09f31b\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:405;a:26:{s:2:\"id\";s:3:\"441\";s:5:\"title\";s:23:\"Rockable Detail Modal 2\";s:5:\"alias\";s:23:\"rockable-detail-modal-2\";s:3:\"zip\";s:33:\"packs/rockable-detail-modal-2.zip\";s:3:\"uid\";s:32:\"dcf51ebb3d4a1dec94748a1e016c5ef7\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:2:\"10\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:407;a:23:{s:2:\"id\";s:3:\"443\";s:5:\"title\";s:16:\"Isometric Slider\";s:5:\"alias\";s:16:\"isometric-slider\";s:3:\"zip\";s:20:\"isometric-slider.zip\";s:3:\"uid\";s:32:\"fb06051fcf6649a44f2292044e414a36\";s:3:\"img\";s:27:\"isometric-slider/slide1.jpg\";s:7:\"preview\";s:51:\"https://revolution.themepunch.com/isometric-slider/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:154:\"<span class=\"ttm_content\">A colorful, isometric slider template with fully customizable colors and screen content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:409;a:25:{s:2:\"id\";s:3:\"445\";s:5:\"title\";s:17:\"E-Commerce Slider\";s:5:\"alias\";s:17:\"E-Commerce-Slider\";s:3:\"zip\";s:27:\"packs/E-Commerce-Slider.zip\";s:3:\"uid\";s:32:\"1533cfd83c2ae122f23074e1ed77f256\";s:3:\"img\";s:28:\"E-Commerce-Slider/slide1.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/woo-commerce-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:178:\"<span class=\"ttm_content\">A uniquely animated Woo Commerce Slider template - this is the static version that doesn\'t use Woo Commerce data</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:4:\"hero\";i:1;s:7:\"website\";i:2;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Woo Commerce Slider Static\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"35\";s:9:\"installed\";b:0;}i:410;a:25:{s:2:\"id\";s:3:\"446\";s:5:\"title\";s:23:\"E-Commerce Slider Modal\";s:5:\"alias\";s:23:\"E-Commerce-Slider-Modal\";s:3:\"zip\";s:33:\"packs/E-Commerce-Slider-Modal.zip\";s:3:\"uid\";s:32:\"825e05c3967515b92a75da017c68a863\";s:3:\"img\";s:34:\"E-Commerce-Slider-Modal/slide1.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/woo-commerce-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:178:\"<span class=\"ttm_content\">A uniquely animated Woo Commerce Slider template - this is the static version that doesn\'t use Woo Commerce data</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:4:\"hero\";i:1;s:7:\"website\";i:2;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Woo Commerce Slider Static\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"35\";s:9:\"installed\";b:0;}i:411;a:22:{s:2:\"id\";s:3:\"447\";s:5:\"title\";s:27:\"Woo Commerce Slider Dynamic\";s:5:\"alias\";s:27:\"Woo-Commerce-Slider-Dynamic\";s:3:\"zip\";s:31:\"Woo-Commerce-Slider-Dynamic.zip\";s:3:\"uid\";s:32:\"b8e2c64f3739e552c563c48c59f20fe7\";s:3:\"img\";s:38:\"Woo-Commerce-Slider-Dynamic/slide1.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/woo-commerce-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">A uniquely animated Woo Commerce Slider template - this is the dynamic version that uses Woo Commerce data</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:413;a:26:{s:2:\"id\";s:3:\"449\";s:5:\"title\";s:15:\"Blooming Header\";s:5:\"alias\";s:15:\"blooming-header\";s:3:\"zip\";s:25:\"packs/blooming-header.zip\";s:3:\"uid\";s:32:\"aa2ee34fd8ed018945ba64e6913810e4\";s:3:\"img\";s:26:\"blooming-header/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.4.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:414;a:25:{s:2:\"id\";s:3:\"450\";s:5:\"title\";s:14:\"Blooming About\";s:5:\"alias\";s:14:\"blooming-about\";s:3:\"zip\";s:24:\"packs/blooming-about.zip\";s:3:\"uid\";s:32:\"dd7095e46fab2eb475d00480fd17a6ec\";s:3:\"img\";s:25:\"blooming-about/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:415;a:25:{s:2:\"id\";s:3:\"451\";s:5:\"title\";s:18:\"Blooming Portfolio\";s:5:\"alias\";s:18:\"blooming-portfolio\";s:3:\"zip\";s:28:\"packs/blooming-portfolio.zip\";s:3:\"uid\";s:32:\"c72ddcbb07b62982b8c21328a6383e22\";s:3:\"img\";s:29:\"blooming-portfolio/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:416;a:25:{s:2:\"id\";s:3:\"452\";s:5:\"title\";s:22:\"Blooming Wedding Title\";s:5:\"alias\";s:22:\"blooming-wedding-title\";s:3:\"zip\";s:32:\"packs/blooming-wedding-title.zip\";s:3:\"uid\";s:32:\"4fcfb0b99289c12d014c67306bb7687b\";s:3:\"img\";s:33:\"blooming-wedding-title/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:417;a:25:{s:2:\"id\";s:3:\"453\";s:5:\"title\";s:25:\"Blooming Wedding Carousel\";s:5:\"alias\";s:25:\"blooming-wedding-carousel\";s:3:\"zip\";s:35:\"packs/blooming-wedding-carousel.zip\";s:3:\"uid\";s:32:\"1d1bb979dbfca8ba9d43da1c0f665339\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:418;a:25:{s:2:\"id\";s:3:\"454\";s:5:\"title\";s:21:\"Blooming Wedding Text\";s:5:\"alias\";s:21:\"blooming-wedding-text\";s:3:\"zip\";s:31:\"packs/blooming-wedding-text.zip\";s:3:\"uid\";s:32:\"326f2793294a739dd3aac3cc45332df8\";s:3:\"img\";s:32:\"blooming-wedding-text/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:419;a:25:{s:2:\"id\";s:3:\"455\";s:5:\"title\";s:22:\"Blooming Parties Title\";s:5:\"alias\";s:22:\"blooming-parties-title\";s:3:\"zip\";s:32:\"packs/blooming-parties-title.zip\";s:3:\"uid\";s:32:\"b47aae1b368d3c3d9017f260e6c6a547\";s:3:\"img\";s:33:\"blooming-parties-title/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:420;a:25:{s:2:\"id\";s:3:\"456\";s:5:\"title\";s:25:\"Blooming Parties Carousel\";s:5:\"alias\";s:25:\"blooming-parties-carousel\";s:3:\"zip\";s:35:\"packs/blooming-parties-carousel.zip\";s:3:\"uid\";s:32:\"9f90a9da7b017aeee7f3b608cda066e6\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:421;a:25:{s:2:\"id\";s:3:\"457\";s:5:\"title\";s:21:\"Blooming Parties Text\";s:5:\"alias\";s:21:\"blooming-parties-text\";s:3:\"zip\";s:31:\"packs/blooming-parties-text.zip\";s:3:\"uid\";s:32:\"66a47346cc639b8b9b9b5dfa1521b6ef\";s:3:\"img\";s:32:\"blooming-parties-text/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:422;a:25:{s:2:\"id\";s:3:\"458\";s:5:\"title\";s:22:\"Blooming Funeral Title\";s:5:\"alias\";s:22:\"blooming-funeral-title\";s:3:\"zip\";s:32:\"packs/blooming-funeral-title.zip\";s:3:\"uid\";s:32:\"e9e77134472c33c56be442073f29d1fd\";s:3:\"img\";s:33:\"blooming-funeral-title/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:2:\"10\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:423;a:25:{s:2:\"id\";s:3:\"459\";s:5:\"title\";s:23:\"Blooming Funeral Slider\";s:5:\"alias\";s:23:\"blooming-funeral-slider\";s:3:\"zip\";s:33:\"packs/blooming-funeral-slider.zip\";s:3:\"uid\";s:32:\"d15090841c25c7c8f0e1b0987c0c0887\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:2:\"11\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:424;a:25:{s:2:\"id\";s:3:\"460\";s:5:\"title\";s:21:\"Blooming Funeral Text\";s:5:\"alias\";s:21:\"blooming-funeral-text\";s:3:\"zip\";s:31:\"packs/blooming-funeral-text.zip\";s:3:\"uid\";s:32:\"d7c80e246f31e3d2f4e5dc1656f133cc\";s:3:\"img\";s:32:\"blooming-funeral-text/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:2:\"12\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:425;a:25:{s:2:\"id\";s:3:\"461\";s:5:\"title\";s:16:\"Blooming Contact\";s:5:\"alias\";s:16:\"blooming-contact\";s:3:\"zip\";s:26:\"packs/blooming-contact.zip\";s:3:\"uid\";s:32:\"54280182bca86443e2648b3146f41e47\";s:3:\"img\";s:27:\"blooming-contact/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:2:\"13\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:426;a:22:{s:2:\"id\";s:3:\"462\";s:5:\"title\";s:13:\"Particle Hero\";s:5:\"alias\";s:13:\"particle-hero\";s:3:\"zip\";s:17:\"particle-hero.zip\";s:3:\"uid\";s:32:\"3f422f4807bf9ef4cb15dade515dad00\";s:3:\"img\";s:24:\"particle-hero/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/wordpress-hero-image-header/#slide6\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:120:\"<span class=\"ttm_content\">A Hero header module using the Particle Effect Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:427;a:22:{s:2:\"id\";s:3:\"463\";s:5:\"title\";s:17:\"Bubble Morph Hero\";s:5:\"alias\";s:17:\"bubble-morph-hero\";s:3:\"zip\";s:21:\"bubble-morph-hero.zip\";s:3:\"uid\";s:32:\"b47e6bcc1ae80393ff3f7388ed3b9f8f\";s:3:\"img\";s:28:\"bubble-morph-hero/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/wordpress-hero-image-header/#slide5\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:117:\"<span class=\"ttm_content\">A Hero header module using the Bubble Morph Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:428;a:22:{s:2:\"id\";s:3:\"464\";s:5:\"title\";s:13:\"Parallax Hero\";s:5:\"alias\";s:13:\"parallax-hero\";s:3:\"zip\";s:17:\"parallax-hero.zip\";s:3:\"uid\";s:32:\"290e86534326ee118e96ae7ce0538fa2\";s:3:\"img\";s:24:\"parallax-hero/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/wordpress-hero-image-header/#slide4\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:117:\"<span class=\"ttm_content\">A parallax hero module with mouse move interaction.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:429;a:22:{s:2:\"id\";s:3:\"465\";s:5:\"title\";s:10:\"Video Hero\";s:5:\"alias\";s:10:\"video-hero\";s:3:\"zip\";s:14:\"video-hero.zip\";s:3:\"uid\";s:32:\"f9e280015d3408bb0482e13fe753da8f\";s:3:\"img\";s:21:\"video-hero/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/wordpress-hero-image-header/#slide3\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:111:\"<span class=\"ttm_content\">A simple Hero header module with HTML5 video.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:430;a:22:{s:2:\"id\";s:3:\"466\";s:5:\"title\";s:14:\"Ken Burns Hero\";s:5:\"alias\";s:14:\"ken-burns-hero\";s:3:\"zip\";s:18:\"ken-burns-hero.zip\";s:3:\"uid\";s:32:\"d5f89e5f5b3991b995e2bfeb50cfe9f8\";s:3:\"img\";s:25:\"ken-burns-hero/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/wordpress-hero-image-header/#slide2\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:142:\"<span class=\"ttm_content\">A simple image background hero header module with a subtle Ken Burns effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:431;a:22:{s:2:\"id\";s:3:\"467\";s:5:\"title\";s:21:\"Basic Hero Collection\";s:5:\"alias\";s:21:\"basic-hero-collection\";s:3:\"zip\";s:25:\"basic-hero-collection.zip\";s:3:\"uid\";s:32:\"ff625c65e8aab4689fa56d5652279d51\";s:3:\"img\";s:32:\"basic-hero-collection/slide1.jpg\";s:7:\"preview\";s:62:\"https://revolution.themepunch.com/wordpress-hero-image-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:153:\"<span class=\"ttm_content\">A collection of WordPress Hero Headers with image, video, particles, parallax and more!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:348:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:432;a:22:{s:2:\"id\";s:3:\"468\";s:5:\"title\";s:19:\"Launching Very Soon\";s:5:\"alias\";s:19:\"launching-very-soon\";s:3:\"zip\";s:23:\"launching-very-soon.zip\";s:3:\"uid\";s:32:\"2da45cf2d9bec07e7183b3f7777986b9\";s:3:\"img\";s:30:\"launching-very-soon/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/launching-soon-countdown/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:166:\"<span class=\"ttm_content\">Rocket BOOST! A beautifully animated launching soon countdown module using our \"Coming Soon\" Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:197:\"[{\"path\":\"revslider-maintenance-addon\\/revslider-maintenance-addon.php\",\"name\":\"Coming Soon & Maintenance AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/add-coming-soon-maintenance\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:433;a:22:{s:2:\"id\";s:3:\"469\";s:5:\"title\";s:18:\"Under Construction\";s:5:\"alias\";s:18:\"Under-Construction\";s:3:\"zip\";s:22:\"Under-Construction.zip\";s:3:\"uid\";s:32:\"4b12f9a82a5b48d45a707df93406eb5b\";s:3:\"img\";s:29:\"Under-Construction/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/under-construction/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You will love this animated under construction landing page using our \"Coming Soon\" Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:197:\"[{\"path\":\"revslider-maintenance-addon\\/revslider-maintenance-addon.php\",\"name\":\"Coming Soon & Maintenance AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/add-coming-soon-maintenance\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:434;a:22:{s:2:\"id\";s:3:\"470\";s:5:\"title\";s:15:\"Particle Effect\";s:5:\"alias\";s:15:\"Particle-Effect\";s:3:\"zip\";s:19:\"Particle-Effect.zip\";s:3:\"uid\";s:32:\"66cf4e514e83a6984903694fd587edb6\";s:3:\"img\";s:26:\"Particle-Effect/slide1.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/snow-particle-scene/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:140:\"<span class=\"ttm_content\">Get into a winter mood with our Snow Particle Scene for Slider Revolution!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:435;a:22:{s:2:\"id\";s:3:\"471\";s:5:\"title\";s:17:\"Particle Effect 2\";s:5:\"alias\";s:17:\"Particle-Effect-2\";s:3:\"zip\";s:21:\"Particle-Effect-2.zip\";s:3:\"uid\";s:32:\"303337c29a97a816ccecca7e5f0b5e20\";s:3:\"img\";s:28:\"Particle-Effect-2/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/cyber-particle-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:147:\"<span class=\"ttm_content\">Amaze your website visitors with the cyber particle effect for Slider Revolution!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:437;a:25:{s:2:\"id\";s:3:\"473\";s:5:\"title\";s:10:\"Stark Menu\";s:5:\"alias\";s:10:\"stark-menu\";s:3:\"zip\";s:20:\"packs/stark-menu.zip\";s:3:\"uid\";s:32:\"bb31150df180e784d76a1f5ea306bf05\";s:3:\"img\";s:21:\"stark-menu/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:87:\"offset=\"t:0px,0px,0px,0px;b:0px,0px,0px,0px;l:140px,70px,0px,0px;r:140px,70px,0px,0px;\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:438;a:25:{s:2:\"id\";s:3:\"474\";s:5:\"title\";s:12:\"Stark Header\";s:5:\"alias\";s:12:\"stark-header\";s:3:\"zip\";s:22:\"packs/stark-header.zip\";s:3:\"uid\";s:32:\"62bfca01bf6e33cfad81d8df06498299\";s:3:\"img\";s:23:\"stark-header/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:93:\"offset=\"t:40px,30px,20px,10px;b:0px,0px,0px,0px;l:40px,30px,20px,10px;r:40px,30px,20px,10px;\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:439;a:26:{s:2:\"id\";s:3:\"475\";s:5:\"title\";s:13:\"Stark Content\";s:5:\"alias\";s:13:\"stark-content\";s:3:\"zip\";s:23:\"packs/stark-content.zip\";s:3:\"uid\";s:32:\"4577ca760133eb5d894c46f212f6eefb\";s:3:\"img\";s:24:\"stark-content/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:6:\"6.2.22\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:110:\"offset=\"t:-50px,-30px,-30px,-20px;b:0px,0px,0px,0px;l:140px,70px,50px,30px;r:140px,70px,50px,30px;\" zindex=\"6\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:440;a:25:{s:2:\"id\";s:3:\"476\";s:5:\"title\";s:14:\"Stark Carousel\";s:5:\"alias\";s:14:\"stark-carousel\";s:3:\"zip\";s:24:\"packs/stark-carousel.zip\";s:3:\"uid\";s:32:\"de63336d333eeff10eccfd5d9741e6c9\";s:3:\"img\";s:25:\"stark-carousel/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:108:\"offset=\"t:-50px,-30px,-30px,-20px;b:0px,0px,0px,0px;l:40px,30px,20px,10px;r:40px,30px,20px,10px;\" zindex=\"1\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:441;a:26:{s:2:\"id\";s:3:\"477\";s:5:\"title\";s:15:\"Stark Portfolio\";s:5:\"alias\";s:15:\"stark-portfolio\";s:3:\"zip\";s:25:\"packs/stark-portfolio.zip\";s:3:\"uid\";s:32:\"99fcf3df65f8471fe30bec1bf0c2350d\";s:3:\"img\";s:26:\"stark-portfolio/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:6:\"6.2.22\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:110:\"offset=\"t:-50px,-30px,-30px,-20px;b:0px,0px,0px,0px;l:140px,70px,50px,30px;r:140px,70px,50px,30px;\" zindex=\"5\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:442;a:25:{s:2:\"id\";s:3:\"478\";s:5:\"title\";s:22:\"Stark Portfolio Detail\";s:5:\"alias\";s:22:\"stark-portfolio-detail\";s:3:\"zip\";s:32:\"packs/stark-portfolio-detail.zip\";s:3:\"uid\";s:32:\"7484fc54f81daec07c93e992216310ce\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:443;a:25:{s:2:\"id\";s:3:\"479\";s:5:\"title\";s:13:\"Stark Contact\";s:5:\"alias\";s:13:\"stark-contact\";s:3:\"zip\";s:23:\"packs/stark-contact.zip\";s:3:\"uid\";s:32:\"8d704226b7093123a9d9faf424da6c35\";s:3:\"img\";s:24:\"stark-contact/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:108:\"offset=\"t:-50px,-30px,-30px,-20px;b:0px,0px,0px,0px;l:40px,30px,20px,10px;r:40px,30px,20px,10px;\" zindex=\"2\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:444;a:26:{s:2:\"id\";s:3:\"480\";s:5:\"title\";s:12:\"Stark Footer\";s:5:\"alias\";s:12:\"stark-footer\";s:3:\"zip\";s:22:\"packs/stark-footer.zip\";s:3:\"uid\";s:32:\"e7132dc158e7dcdb4ef5b3a1aa00208a\";s:3:\"img\";s:23:\"stark-footer/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:6:\"6.2.22\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:114:\"offset=\"t:-50px,-30px,-30px,-20px;b:40px,30px,20px,20px;l:140px,70px,50px,30px;r:140px,70px,50px,30px;\" zindex=\"3\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:445;a:25:{s:2:\"id\";s:3:\"481\";s:5:\"title\";s:16:\"Stark Newsletter\";s:5:\"alias\";s:16:\"stark-newsletter\";s:3:\"zip\";s:26:\"packs/stark-newsletter.zip\";s:3:\"uid\";s:32:\"bb76ddd68dbe6bda5ece7e4227a51413\";s:3:\"img\";s:27:\"stark-newsletter/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:33:\"usage=\"modal\" modal=\"s:#contact;\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:446;a:22:{s:2:\"id\";s:3:\"482\";s:5:\"title\";s:15:\"Big Summer Sale\";s:5:\"alias\";s:15:\"big-summer-sale\";s:3:\"zip\";s:19:\"big-summer-sale.zip\";s:3:\"uid\";s:32:\"a6779fa7109763209d234f9cf2e766c6\";s:3:\"img\";s:26:\"big-summer-sale/slide1.jpg\";s:7:\"preview\";s:62:\"https://revolution.themepunch.com/big-summer-sale-shop-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:153:\"<span class=\"ttm_content\">The Big Summer Sale Shop Slider is a beautiful eye catcher for your e-commerce website!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:447;a:23:{s:2:\"id\";s:3:\"483\";s:5:\"title\";s:18:\"Traveller Carousel\";s:5:\"alias\";s:18:\"traveller-carousel\";s:3:\"zip\";s:22:\"traveller-carousel.zip\";s:3:\"uid\";s:32:\"185344ed6236bea2906a79035d1d5702\";s:3:\"img\";s:29:\"traveller-carousel/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/travel-blog-carousel/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.4.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:137:\"<span class=\"ttm_content\">A travel blog carousel with interesting parallax and ken burns effects!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:263:\"<span class=\"ttm_content\">Note that the content visible on all slides can be edited on the \"global layers\" slide.<br/>Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:448;a:22:{s:2:\"id\";s:3:\"484\";s:5:\"title\";s:16:\"Project Carousel\";s:5:\"alias\";s:16:\"project-carousel\";s:3:\"zip\";s:20:\"project-carousel.zip\";s:3:\"uid\";s:32:\"49c85ad406da943bdd25f08fd6496748\";s:3:\"img\";s:27:\"project-carousel/slide1.jpg\";s:7:\"preview\";s:51:\"https://revolution.themepunch.com/project-carousel/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:137:\"<span class=\"ttm_content\">A project carousel with images and texts that can be customized easily!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:449;a:22:{s:2:\"id\";s:3:\"485\";s:5:\"title\";s:13:\"News Carousel\";s:5:\"alias\";s:13:\"news-carousel\";s:3:\"zip\";s:17:\"news-carousel.zip\";s:3:\"uid\";s:32:\"76f5b939150092a30038f161084140ae\";s:3:\"img\";s:24:\"news-carousel/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/news-carousel/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:134:\"<span class=\"ttm_content\">A news carousel with images and texts that can be customized easily!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:451;a:26:{s:2:\"id\";s:3:\"487\";s:5:\"title\";s:10:\"Story Menu\";s:5:\"alias\";s:10:\"story-menu\";s:3:\"zip\";s:20:\"packs/story-menu.zip\";s:3:\"uid\";s:32:\"1f2f7cd91480f15cff8e7100f788c650\";s:3:\"img\";s:21:\"story-menu/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:452;a:26:{s:2:\"id\";s:3:\"488\";s:5:\"title\";s:12:\"Story Header\";s:5:\"alias\";s:12:\"story-header\";s:3:\"zip\";s:22:\"packs/story-header.zip\";s:3:\"uid\";s:32:\"e1a5ad5018a24ccdc71c2863edfe775e\";s:3:\"img\";s:23:\"story-header/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:453;a:26:{s:2:\"id\";s:3:\"489\";s:5:\"title\";s:13:\"Story Block 1\";s:5:\"alias\";s:13:\"story-block-1\";s:3:\"zip\";s:23:\"packs/story-block-1.zip\";s:3:\"uid\";s:32:\"2a9fee97dcf477e36d048af8a902f47a\";s:3:\"img\";s:24:\"story-block-1/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:454;a:26:{s:2:\"id\";s:3:\"490\";s:5:\"title\";s:15:\"Story Content 1\";s:5:\"alias\";s:15:\"story-content-1\";s:3:\"zip\";s:25:\"packs/story-content-1.zip\";s:3:\"uid\";s:32:\"6773614bbce543b83a0d2b2ad8facc96\";s:3:\"img\";s:26:\"story-content-1/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:455;a:26:{s:2:\"id\";s:3:\"491\";s:5:\"title\";s:13:\"Story Block 2\";s:5:\"alias\";s:13:\"story-block-2\";s:3:\"zip\";s:23:\"packs/story-block-2.zip\";s:3:\"uid\";s:32:\"2e708e3cebab57ca20b228ffba426ce7\";s:3:\"img\";s:24:\"story-block-2/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:456;a:26:{s:2:\"id\";s:3:\"492\";s:5:\"title\";s:13:\"Story Block 3\";s:5:\"alias\";s:13:\"story-block-3\";s:3:\"zip\";s:23:\"packs/story-block-3.zip\";s:3:\"uid\";s:32:\"7156cf069f65644faf90122dab451231\";s:3:\"img\";s:24:\"story-block-3/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:457;a:26:{s:2:\"id\";s:3:\"493\";s:5:\"title\";s:15:\"Story Content 2\";s:5:\"alias\";s:15:\"story-content-2\";s:3:\"zip\";s:25:\"packs/story-content-2.zip\";s:3:\"uid\";s:32:\"1223cd77d1f36d69e69ce50223e16ea7\";s:3:\"img\";s:26:\"story-content-2/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:458;a:26:{s:2:\"id\";s:3:\"494\";s:5:\"title\";s:13:\"Story Block 4\";s:5:\"alias\";s:13:\"story-block-4\";s:3:\"zip\";s:23:\"packs/story-block-4.zip\";s:3:\"uid\";s:32:\"85ac48e8e8231d2c38206cba4e7ebb68\";s:3:\"img\";s:24:\"story-block-4/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:459;a:26:{s:2:\"id\";s:3:\"495\";s:5:\"title\";s:15:\"Story Content 3\";s:5:\"alias\";s:15:\"story-content-3\";s:3:\"zip\";s:25:\"packs/story-content-3.zip\";s:3:\"uid\";s:32:\"82cac52f3ba79c0559fe0ad0cdf9d3b2\";s:3:\"img\";s:26:\"story-content-3/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:460;a:25:{s:2:\"id\";s:3:\"107\";s:5:\"title\";s:23:\"Minimal Website Package\";s:5:\"alias\";s:23:\"minimal-website-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:23:\"minimal-website-package\";s:3:\"img\";s:31:\"packages/template_group_1_1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"110\";s:11:\"description\";s:181:\"<span class=\"ttm_content\">The Minimal Website Template is a one-pager website with a unique background color change effect on scrolling down.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:461;a:25:{s:2:\"id\";s:3:\"108\";s:5:\"title\";s:23:\"Website Builder Package\";s:5:\"alias\";s:22:\"websitebuilder-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:22:\"websitebuilder-package\";s:3:\"img\";s:29:\"packages/template_group_2.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:2:\"60\";s:11:\"description\";s:191:\"<span class=\"ttm_content\">The Website Builder Package is a clean, usable collection website modules that can be used all together or each on their own.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:462;a:25:{s:2:\"id\";s:3:\"109\";s:5:\"title\";s:26:\"Dark Content Block Package\";s:5:\"alias\";s:27:\"dark-fullsite-block-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:27:\"dark-fullsite-block-package\";s:3:\"img\";s:29:\"packages/template_group_4.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">This Minimal Website Template has some sleek parallax effects and on-demand loading modules.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:463;a:25:{s:2:\"id\";s:3:\"110\";s:5:\"title\";s:27:\"Light Content Block Package\";s:5:\"alias\";s:22:\"fullsite-block-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:22:\"fullsite-block-package\";s:3:\"img\";s:29:\"packages/template_group_3.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">This Minimal Website Template has some sleek parallax effects and on-demand loading modules.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:464;a:26:{s:2:\"id\";s:3:\"122\";s:5:\"title\";s:20:\"Themeplicity Package\";s:5:\"alias\";s:20:\"themeplicity-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:20:\"themeplicity-package\";s:3:\"img\";s:38:\"packages/templatepack_themeplicity.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Themeplicity Website Template uses the new groups & rows feature introduced in 5.3 to its full potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:465;a:26:{s:2:\"id\";s:3:\"137\";s:5:\"title\";s:22:\"Nice And Clean Package\";s:5:\"alias\";s:22:\"nice-and-clean-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:22:\"nice-and-clean-package\";s:3:\"img\";s:38:\"packages/templatepack_niceandclean.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:242:\"<span class=\"ttm_content\">The Nice & Clean Website Template uses groups & rows for a fully responsive website experience. Elegant blur effects available since version 5.3.1 make this template stand out!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:466;a:26:{s:2:\"id\";s:3:\"154\";s:5:\"title\";s:26:\"GoodNews One-Pager Package\";s:5:\"alias\";s:26:\"goodnews-one-pager-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"goodnews-one-pager-package\";s:3:\"img\";s:44:\"packages/templatepack_goodnews_one_pager.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.4.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:4:{i:0;s:8:\"carousel\";i:1;s:6:\"slider\";i:2;s:4:\"hero\";i:3;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:467;a:26:{s:2:\"id\";s:3:\"163\";s:5:\"title\";s:29:\"GoodNews Content Page Package\";s:5:\"alias\";s:29:\"goodnews-content-page-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:29:\"goodnews-content-page-package\";s:3:\"img\";s:55:\"packages/templatepack_goodnews_content_page_package.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:468;a:26:{s:2:\"id\";s:3:\"173\";s:5:\"title\";s:24:\"TechCo One-Pager Package\";s:5:\"alias\";s:24:\"techco-one-pager-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:24:\"techco-one-pager-package\";s:3:\"img\";s:28:\"packages/techco_overview.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:469;a:25:{s:2:\"id\";s:3:\"211\";s:5:\"title\";s:18:\"Immersion One Page\";s:5:\"alias\";s:26:\"immersion-one-page-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"immersion-one-page-package\";s:3:\"img\";s:31:\"packages/immersion_overview.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:7:\"website\";}s:14:\"plugin_require\";s:343:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"},{\"path\":\"revslider-slicey-addon\\/revslider-slicey-addon.php\",\"name\":\"Background Slicey Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:470;a:26:{s:2:\"id\";s:3:\"219\";s:5:\"title\";s:19:\"Clear View Magazine\";s:5:\"alias\";s:27:\"clear-view-magazine-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:27:\"clear-view-magazine-package\";s:3:\"img\";s:41:\"packages/clear_view_magazine_overview.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:471;a:26:{s:2:\"id\";s:3:\"227\";s:5:\"title\";s:20:\"Clear View Post Page\";s:5:\"alias\";s:28:\"clear-view-post-page-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:28:\"clear-view-post-page-package\";s:3:\"img\";s:42:\"packages/clear_view_post_page_overview.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:472;a:25:{s:2:\"id\";s:3:\"235\";s:5:\"title\";s:22:\"Wonderstruck One-Pager\";s:5:\"alias\";s:30:\"wonderstruck-one-pager-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:30:\"wonderstruck-one-pager-package\";s:3:\"img\";s:44:\"packages/wonderstruck-one-pager-overview.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:473;a:25:{s:2:\"id\";s:3:\"245\";s:5:\"title\";s:18:\"Parallax One-Pager\";s:5:\"alias\";s:26:\"parallax-one-pager-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"parallax-one-pager-package\";s:3:\"img\";s:39:\"packages/parallax-one-pager-package.jpg\";s:7:\"preview\";s:71:\"https://revolution.themepunch.com/parallax-one-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:230:\"<span class=\"ttm_content\">The Parallax One-Page WordPress Template is consisting of 3 hero blocks and contains a beautiful parallax mountain scene. An impactful opening to your web presence!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Parallax One-Pager\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"14\";s:9:\"installed\";b:0;}i:474;a:25:{s:2:\"id\";s:3:\"249\";s:5:\"title\";s:18:\"Le Chef Restaurant\";s:5:\"alias\";s:18:\"le-chef-restaurant\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"le-chef-restaurant-package\";s:3:\"img\";s:39:\"packages/le-chef-restaurant-package.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:475;a:26:{s:2:\"id\";s:3:\"260\";s:5:\"title\";s:11:\"Barber Shop\";s:5:\"alias\";s:11:\"barber-shop\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:19:\"barber-shop-package\";s:3:\"img\";s:32:\"packages/barber-shop-package.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:476;a:25:{s:2:\"id\";s:3:\"275\";s:5:\"title\";s:33:\"Medicare Medical Services Website\";s:5:\"alias\";s:33:\"medicare-medical-services-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:41:\"medicare-medical-services-website-package\";s:3:\"img\";s:29:\"packages/medicare_package.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:477;a:25:{s:2:\"id\";s:3:\"286\";s:5:\"title\";s:20:\"Coffee Joint Website\";s:5:\"alias\";s:20:\"coffee-joint-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:28:\"coffee-joint-website-package\";s:3:\"img\";s:27:\"packages/coffee_package.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:478;a:26:{s:2:\"id\";s:3:\"294\";s:5:\"title\";s:17:\"Minimal Portfolio\";s:5:\"alias\";s:25:\"minimal-portfolio-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:25:\"minimal-portfolio-package\";s:3:\"img\";s:38:\"packages/minimal_portfolio_package.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/minimal-portfolio-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">The Minimal Portfolio template is a slide based website with additional modal detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Minimal Portfolio\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"19\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:479;a:25:{s:2:\"id\";s:3:\"297\";s:5:\"title\";s:23:\"Angled Business Website\";s:5:\"alias\";s:23:\"angled-business-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:31:\"angled-business-website-package\";s:3:\"img\";s:27:\"packages/angled_package.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:480;a:25:{s:2:\"id\";s:3:\"314\";s:5:\"title\";s:19:\"Peak Agency Website\";s:5:\"alias\";s:19:\"peak-agency-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:27:\"peak-agency-website-package\";s:3:\"img\";s:25:\"packages/peak_package.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/peak-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">The Peak Agency Website template is a minimal, light one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Peak Agency\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"22\";s:9:\"installed\";b:0;}i:481;a:25:{s:2:\"id\";s:3:\"319\";s:5:\"title\";s:24:\"Modern Portfolio Website\";s:5:\"alias\";s:24:\"modern-portfolio-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:32:\"modern-portfolio-website-package\";s:3:\"img\";s:30:\"packages/portfolio-package.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/modern-portfolio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:482;a:26:{s:2:\"id\";s:3:\"325\";s:5:\"title\";s:18:\"App Studio Website\";s:5:\"alias\";s:18:\"app-studio-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"app-studio-website-package\";s:3:\"img\";s:31:\"packages/App_Studio_package.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/app-studio-website/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A modern one-page presentation website to present your mobile app development team.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:10:\"App Studio\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"24\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:483;a:26:{s:2:\"id\";s:3:\"331\";s:5:\"title\";s:13:\"Basic Website\";s:5:\"alias\";s:13:\"basic-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:21:\"basic-website-package\";s:3:\"img\";s:26:\"packages/basic_package.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:484;a:25:{s:2:\"id\";s:3:\"343\";s:5:\"title\";s:20:\"Construction Company\";s:5:\"alias\";s:28:\"construction-company-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:36:\"construction-company-website-package\";s:3:\"img\";s:33:\"packages/construction_package.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:485;a:25:{s:2:\"id\";s:3:\"352\";s:5:\"title\";s:12:\"Landing Page\";s:5:\"alias\";s:20:\"landing-page-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:28:\"landing-page-website-package\";s:3:\"img\";s:23:\"packages/lp_package.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:486;a:25:{s:2:\"id\";s:3:\"371\";s:5:\"title\";s:17:\"Corporate Website\";s:5:\"alias\";s:17:\"corporate-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:25:\"corporate-website-package\";s:3:\"img\";s:30:\"packages/corporate-website.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:173:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:487;a:26:{s:2:\"id\";s:3:\"402\";s:5:\"title\";s:23:\"Brutal Website Template\";s:5:\"alias\";s:23:\"brutal-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:31:\"brutal-website-template-package\";s:3:\"img\";s:36:\"packages/brutal-website-template.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:488;a:25:{s:2:\"id\";s:3:\"411\";s:5:\"title\";s:23:\"Church Website Template\";s:5:\"alias\";s:23:\"church-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:31:\"church-website-template-package\";s:3:\"img\";s:36:\"packages/church-website-template.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:489;a:25:{s:2:\"id\";s:3:\"421\";s:5:\"title\";s:29:\"Church Light Website Template\";s:5:\"alias\";s:29:\"church-light-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:37:\"church-light-website-template-package\";s:3:\"img\";s:42:\"packages/church-light-website-template.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:490;a:26:{s:2:\"id\";s:3:\"431\";s:5:\"title\";s:25:\"Rockable Website Template\";s:5:\"alias\";s:25:\"rockable-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:33:\"rockable-website-template-package\";s:3:\"img\";s:38:\"packages/rockable-website-template.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:491;a:25:{s:2:\"id\";s:3:\"444\";s:5:\"title\";s:26:\"Woo Commerce Slider Static\";s:5:\"alias\";s:26:\"woo-commerce-slider-static\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"woo-commerce-slider-static\";s:3:\"img\";s:39:\"packages/woo-commerce-slider-static.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/woo-commerce-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:178:\"<span class=\"ttm_content\">A uniquely animated Woo Commerce Slider template - this is the static version that doesn\'t use Woo Commerce data</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:7:\"website\";i:1;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Woo Commerce Slider Static\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"35\";s:9:\"installed\";b:0;}i:492;a:25:{s:2:\"id\";s:3:\"448\";s:5:\"title\";s:31:\"Blooming Event Florist Template\";s:5:\"alias\";s:31:\"blooming-event-florist-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:39:\"blooming-event-florist-template-package\";s:3:\"img\";s:52:\"packages/blooming-event-florist-template-package.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:493;a:25:{s:2:\"id\";s:3:\"472\";s:5:\"title\";s:22:\"Stark Website Template\";s:5:\"alias\";s:22:\"stark-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:30:\"stark-website-template-package\";s:3:\"img\";s:43:\"packages/stark-website-template-package.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:494;a:26:{s:2:\"id\";s:3:\"486\";s:5:\"title\";s:29:\"Story Blocks Website Template\";s:5:\"alias\";s:29:\"story-blocks-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:37:\"story-blocks-website-template-package\";s:3:\"img\";s:50:\"packages/story-blocks-website-template-package.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:495;a:22:{s:2:\"id\";s:3:\"442\";s:5:\"title\";s:27:\"Real Estate Showcase Slider\";s:5:\"alias\";s:27:\"real-estate-showcase-slider\";s:3:\"zip\";s:31:\"Real-Estate-Showcase-Slider.zip\";s:3:\"uid\";s:32:\"486b2bbe296722e70421731e3c05711b\";s:3:\"img\";s:38:\"Real-Estate-Showcase-Slider/slide1.jpg\";s:7:\"preview\";s:62:\"https://revolution.themepunch.com/real-estate-showcase-slider/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:152:\"<span class=\"ttm_content\">An elegant showcase for your real estate & realtor website. Flexible and customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:496;a:22:{s:2:\"id\";s:3:\"497\";s:5:\"title\";s:18:\"Food Delivery Hero\";s:5:\"alias\";s:13:\"food-delivery\";s:3:\"zip\";s:17:\"food-delivery.zip\";s:3:\"uid\";s:32:\"992e9b22ff43227a655eea341835d04c\";s:3:\"img\";s:24:\"food-delivery/slide1.jpg\";s:7:\"preview\";s:62:\"https://www.sliderrevolution.com/templates/food-delivery-hero/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:207:\"<span class=\"ttm_content\">Yummy! This hero template convinces with a changing color background, a particle effect, vibrant illustrations and smooth mouse over effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:342:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:497;a:22:{s:2:\"id\";s:3:\"498\";s:5:\"title\";s:25:\"Slider With Illustrations\";s:5:\"alias\";s:25:\"slider-with-illustrations\";s:3:\"zip\";s:29:\"slider-with-illustrations.zip\";s:3:\"uid\";s:32:\"ebc24280b669f26734c7fdd8b5683e9f\";s:3:\"img\";s:36:\"slider-with-illustrations/slide1.jpg\";s:7:\"preview\";s:69:\"https://www.sliderrevolution.com/templates/slider-with-illustrations/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">A basic slider template with easy to customize content, colorful illustrations and pleasant parallax effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:498;a:25:{s:2:\"id\";s:3:\"499\";s:5:\"title\";s:31:\"Zen Technology Website Template\";s:5:\"alias\";s:31:\"zen-technology-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:39:\"zen-technology-website-template-package\";s:3:\"img\";s:52:\"packages/zen-technology-website-template-package.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:499;a:26:{s:2:\"id\";s:3:\"500\";s:5:\"title\";s:8:\"Zen Menu\";s:5:\"alias\";s:8:\"zen-menu\";s:3:\"zip\";s:18:\"packs/zen-menu.zip\";s:3:\"uid\";s:32:\"3b53d755058b75fa6172510dcca2f2bb\";s:3:\"img\";s:19:\"zen-menu/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:500;a:25:{s:2:\"id\";s:3:\"501\";s:5:\"title\";s:10:\"Zen Header\";s:5:\"alias\";s:10:\"zen-header\";s:3:\"zip\";s:20:\"packs/zen-header.zip\";s:3:\"uid\";s:32:\"13d3cdde05308616fda7e2920a29e006\";s:3:\"img\";s:21:\"zen-header/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:501;a:25:{s:2:\"id\";s:3:\"502\";s:5:\"title\";s:9:\"Zen About\";s:5:\"alias\";s:9:\"zen-about\";s:3:\"zip\";s:19:\"packs/zen-about.zip\";s:3:\"uid\";s:32:\"d50d4f9b43e025fa99503b9a4eec6551\";s:3:\"img\";s:20:\"zen-about/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:502;a:25:{s:2:\"id\";s:3:\"503\";s:5:\"title\";s:12:\"Zen Features\";s:5:\"alias\";s:12:\"zen-features\";s:3:\"zip\";s:22:\"packs/zen-features.zip\";s:3:\"uid\";s:32:\"f4f7f500fae57b1b55adace13f030778\";s:3:\"img\";s:23:\"zen-features/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:503;a:25:{s:2:\"id\";s:3:\"504\";s:5:\"title\";s:9:\"Zen Video\";s:5:\"alias\";s:9:\"zen-video\";s:3:\"zip\";s:19:\"packs/zen-video.zip\";s:3:\"uid\";s:32:\"fa83df1b45b795174770b1b0155e89f3\";s:3:\"img\";s:20:\"zen-video/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:504;a:25:{s:2:\"id\";s:3:\"505\";s:5:\"title\";s:11:\"Zen Pricing\";s:5:\"alias\";s:11:\"zen-pricing\";s:3:\"zip\";s:21:\"packs/zen-pricing.zip\";s:3:\"uid\";s:32:\"921f8e5c156d9027f6ae8f1c5e426251\";s:3:\"img\";s:22:\"zen-pricing/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:505;a:25:{s:2:\"id\";s:3:\"506\";s:5:\"title\";s:22:\"Zen Testimonials Title\";s:5:\"alias\";s:22:\"zen-testimonials-title\";s:3:\"zip\";s:32:\"packs/zen-testimonials-title.zip\";s:3:\"uid\";s:32:\"d9aeeb596c0455ddd564a60a2d449b17\";s:3:\"img\";s:33:\"zen-testimonials-title/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:506;a:25:{s:2:\"id\";s:3:\"507\";s:5:\"title\";s:16:\"Zen Testimonials\";s:5:\"alias\";s:16:\"zen-testimonials\";s:3:\"zip\";s:26:\"packs/zen-testimonials.zip\";s:3:\"uid\";s:32:\"5a0e0141599c63828e4b99e3bc863366\";s:3:\"img\";s:27:\"zen-testimonials/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:507;a:25:{s:2:\"id\";s:3:\"508\";s:5:\"title\";s:10:\"Zen Footer\";s:5:\"alias\";s:10:\"zen-footer\";s:3:\"zip\";s:20:\"packs/zen-footer.zip\";s:3:\"uid\";s:32:\"47fb8604e2aafa8cfc97f5af75fda911\";s:3:\"img\";s:21:\"zen-footer/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:508;a:22:{s:2:\"id\";s:3:\"509\";s:5:\"title\";s:24:\"Paintbrush Effect Add-on\";s:5:\"alias\";s:17:\"Paintbrush-Effect\";s:3:\"zip\";s:21:\"Paintbrush-Effect.zip\";s:3:\"uid\";s:32:\"b934d1376df026f0ff45447de17b5ee9\";s:3:\"img\";s:28:\"Paintbrush-Effect/slide1.jpg\";s:7:\"preview\";s:72:\"https://www.sliderrevolution.com/templates/paintbrush-effect-collection/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:179:\"<span class=\"ttm_content\">The Paintbrush Effect Add-on is the perfect way to add some interactivity to your website with Slider Revolution.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:338:\"[{\"path\":\"revslider-paintbrush-addon\\/revslider-paintbrush-addon.php\",\"name\":\"Paintbrush AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:509;a:25:{s:2:\"id\";s:3:\"510\";s:5:\"title\";s:29:\"Photographer Website Template\";s:5:\"alias\";s:29:\"photographer-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:37:\"photographer-website-template-package\";s:3:\"img\";s:50:\"packages/photographer-website-template-package.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/photographer-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:222:\"<span class=\"ttm_content\">The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Photographer Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"40\";s:9:\"installed\";b:0;}i:510;a:25:{s:2:\"id\";s:3:\"511\";s:5:\"title\";s:19:\"Photographer Header\";s:5:\"alias\";s:19:\"Photographer-Header\";s:3:\"zip\";s:29:\"packs/Photographer-Header.zip\";s:3:\"uid\";s:32:\"22de8b3b1eeca5d0d1087791a28cc641\";s:3:\"img\";s:30:\"Photographer-Header/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/photographer-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:222:\"<span class=\"ttm_content\">The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Photographer Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"40\";s:9:\"installed\";b:0;}i:511;a:25:{s:2:\"id\";s:3:\"512\";s:5:\"title\";s:27:\"Photographer Welcome Screen\";s:5:\"alias\";s:27:\"Photographer-Welcome-Screen\";s:3:\"zip\";s:37:\"packs/Photographer-Welcome-Screen.zip\";s:3:\"uid\";s:32:\"8de63df079ad8b7c0aa7bf164bd5fd8f\";s:3:\"img\";s:38:\"Photographer-Welcome-Screen/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/photographer-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:222:\"<span class=\"ttm_content\">The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Photographer Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"40\";s:9:\"installed\";b:0;}i:512;a:25:{s:2:\"id\";s:3:\"513\";s:5:\"title\";s:21:\"Photographer Showcase\";s:5:\"alias\";s:21:\"Photographer-Showcase\";s:3:\"zip\";s:31:\"packs/Photographer-Showcase.zip\";s:3:\"uid\";s:32:\"8b2c7a1541465f77e829a9ac58926359\";s:3:\"img\";s:32:\"Photographer-Showcase/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/photographer-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:222:\"<span class=\"ttm_content\">The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Photographer Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"40\";s:9:\"installed\";b:0;}i:513;a:25:{s:2:\"id\";s:3:\"514\";s:5:\"title\";s:22:\"Photographer Portfolio\";s:5:\"alias\";s:22:\"Photographer-Portfolio\";s:3:\"zip\";s:32:\"packs/Photographer-Portfolio.zip\";s:3:\"uid\";s:32:\"ba5cc502a9505725ef169eaf4852d10f\";s:3:\"img\";s:33:\"Photographer-Portfolio/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/photographer-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:222:\"<span class=\"ttm_content\">The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Photographer Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"40\";s:9:\"installed\";b:0;}i:514;a:25:{s:2:\"id\";s:3:\"515\";s:5:\"title\";s:21:\"Photographer Contacts\";s:5:\"alias\";s:21:\"Photographer-Contacts\";s:3:\"zip\";s:31:\"packs/Photographer-Contacts.zip\";s:3:\"uid\";s:32:\"6ac142733cd260b5d5d3cdce30885074\";s:3:\"img\";s:32:\"Photographer-Contacts/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/photographer-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:222:\"<span class=\"ttm_content\">The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Photographer Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"40\";s:9:\"installed\";b:0;}i:515;a:25:{s:2:\"id\";s:3:\"516\";s:5:\"title\";s:19:\"Photographer Footer\";s:5:\"alias\";s:19:\"Photographer-Footer\";s:3:\"zip\";s:29:\"packs/Photographer-Footer.zip\";s:3:\"uid\";s:32:\"5fae568a988d072fb14b66cc2732ea46\";s:3:\"img\";s:30:\"Photographer-Footer/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/photographer-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:222:\"<span class=\"ttm_content\">The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Photographer Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"40\";s:9:\"installed\";b:0;}i:516;a:25:{s:2:\"id\";s:3:\"517\";s:5:\"title\";s:18:\"Photographer Modal\";s:5:\"alias\";s:18:\"Photographer-Modal\";s:3:\"zip\";s:28:\"packs/Photographer-Modal.zip\";s:3:\"uid\";s:32:\"e6b47a765ad19bce4726540ff7211c07\";s:3:\"img\";s:29:\"Photographer-Modal/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/photographer-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:222:\"<span class=\"ttm_content\">The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Photographer Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"40\";s:9:\"installed\";b:0;}i:517;a:22:{s:2:\"id\";s:3:\"496\";s:5:\"title\";s:21:\"Animated Mini Website\";s:5:\"alias\";s:12:\"mini-website\";s:3:\"zip\";s:16:\"mini-website.zip\";s:3:\"uid\";s:32:\"cc6c0a3b0f933a88c43e2be0fa397c1c\";s:3:\"img\";s:23:\"mini-website/slide1.jpg\";s:7:\"preview\";s:56:\"https://www.sliderrevolution.com/templates/mini-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:209:\"<span class=\"ttm_content\">The animated mini website template has a modern, vibrant design and can be customized easily! Get the #1 WordPress Builder with 200+ templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:518;a:23:{s:2:\"id\";s:3:\"518\";s:5:\"title\";s:25:\"Black Friday Scroll Video\";s:5:\"alias\";s:25:\"black-friday-scroll-video\";s:3:\"zip\";s:29:\"black-friday-scroll-video.zip\";s:3:\"uid\";s:32:\"a6a4ab2e2f703aaee0a1e6121881bdd8\";s:3:\"img\";s:36:\"black-friday-scroll-video/slide1.jpg\";s:7:\"preview\";s:69:\"https://www.sliderrevolution.com/templates/black-friday-video-scroll/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.4.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:169:\"<span class=\"ttm_content\">Blackfriday offers are coming towards you from the depths of space, with this scroll-based hero module.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:370:\"[{\"path\":\"revslider-lottie-addon\\/revslider-lottie-addon.php\",\"name\":\"Slider Revolution Lottie AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-scrollvideo-addon\\/revslider-scrollvideo-addon.php\",\"name\":\"Slider Revolution Scroll Video Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:520;a:25:{s:2:\"id\";s:3:\"520\";s:5:\"title\";s:12:\"Charity Menu\";s:5:\"alias\";s:12:\"charity-menu\";s:3:\"zip\";s:22:\"packs/charity-menu.zip\";s:3:\"uid\";s:32:\"77794a39041c7f128de3b5ad9b8e7d0d\";s:3:\"img\";s:23:\"charity-menu/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:521;a:25:{s:2:\"id\";s:3:\"521\";s:5:\"title\";s:14:\"Charity Header\";s:5:\"alias\";s:14:\"charity-header\";s:3:\"zip\";s:24:\"packs/charity-header.zip\";s:3:\"uid\";s:32:\"36096787d4ed62942cbd48f6a57e9d4f\";s:3:\"img\";s:25:\"charity-header/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:522;a:25:{s:2:\"id\";s:3:\"522\";s:5:\"title\";s:15:\"Charity Mission\";s:5:\"alias\";s:15:\"charity-mission\";s:3:\"zip\";s:25:\"packs/charity-mission.zip\";s:3:\"uid\";s:32:\"8c5cd67e3eb51c0ca3e571408ac8e97b\";s:3:\"img\";s:26:\"charity-mission/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:177:\"[{\"path\":\"revslider-lottie-addon\\/revslider-lottie-addon.php\",\"name\":\"Slider Revolution Lottie AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:523;a:25:{s:2:\"id\";s:3:\"523\";s:5:\"title\";s:13:\"Charity Funds\";s:5:\"alias\";s:13:\"charity-funds\";s:3:\"zip\";s:23:\"packs/charity-funds.zip\";s:3:\"uid\";s:32:\"10da554c7529ef91965e1618a04b410b\";s:3:\"img\";s:24:\"charity-funds/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:177:\"[{\"path\":\"revslider-lottie-addon\\/revslider-lottie-addon.php\",\"name\":\"Slider Revolution Lottie AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:524;a:25:{s:2:\"id\";s:3:\"524\";s:5:\"title\";s:15:\"Charity Success\";s:5:\"alias\";s:15:\"charity-success\";s:3:\"zip\";s:25:\"packs/charity-success.zip\";s:3:\"uid\";s:32:\"0c35448c1905272606e87447886a348e\";s:3:\"img\";s:26:\"charity-success/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:177:\"[{\"path\":\"revslider-lottie-addon\\/revslider-lottie-addon.php\",\"name\":\"Slider Revolution Lottie AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:525;a:25:{s:2:\"id\";s:3:\"525\";s:5:\"title\";s:15:\"Charity Stories\";s:5:\"alias\";s:15:\"charity-stories\";s:3:\"zip\";s:25:\"packs/charity-stories.zip\";s:3:\"uid\";s:32:\"f277f145d9f9c3f0033bb8ceffeb4c9f\";s:3:\"img\";s:26:\"charity-stories/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:526;a:25:{s:2:\"id\";s:3:\"526\";s:5:\"title\";s:16:\"Charity Worldmap\";s:5:\"alias\";s:16:\"charity-worldmap\";s:3:\"zip\";s:26:\"packs/charity-worldmap.zip\";s:3:\"uid\";s:32:\"9e00cbac269b92cb24fd3230297f4685\";s:3:\"img\";s:27:\"charity-worldmap/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:527;a:25:{s:2:\"id\";s:3:\"527\";s:5:\"title\";s:19:\"Charity Large Image\";s:5:\"alias\";s:19:\"charity-large-image\";s:3:\"zip\";s:29:\"packs/charity-large-image.zip\";s:3:\"uid\";s:32:\"fa927036c2b14622832106fa987bc8e7\";s:3:\"img\";s:30:\"charity-large-image/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:528;a:25:{s:2:\"id\";s:3:\"528\";s:5:\"title\";s:16:\"Charity Sponsors\";s:5:\"alias\";s:16:\"charity-sponsors\";s:3:\"zip\";s:26:\"packs/charity-sponsors.zip\";s:3:\"uid\";s:32:\"efd087bc3fa3915139af9e93d47ee295\";s:3:\"img\";s:27:\"charity-sponsors/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:529;a:25:{s:2:\"id\";s:3:\"529\";s:5:\"title\";s:12:\"Charity Help\";s:5:\"alias\";s:12:\"charity-help\";s:3:\"zip\";s:22:\"packs/charity-help.zip\";s:3:\"uid\";s:32:\"4f3571c0b27f061648c9ff95b1a3f718\";s:3:\"img\";s:23:\"charity-help/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:2:\"10\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:530;a:25:{s:2:\"id\";s:3:\"530\";s:5:\"title\";s:14:\"Charity Footer\";s:5:\"alias\";s:14:\"charity-footer\";s:3:\"zip\";s:24:\"packs/charity-footer.zip\";s:3:\"uid\";s:32:\"9340fa48c56635a8a781cc37c4bf538c\";s:3:\"img\";s:25:\"charity-footer/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:2:\"11\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:531;a:22:{s:2:\"id\";s:3:\"531\";s:5:\"title\";s:21:\"Cinematic Hero Titles\";s:5:\"alias\";s:21:\"cinematic-hero-titles\";s:3:\"zip\";s:25:\"cinematic-hero-titles.zip\";s:3:\"uid\";s:32:\"51a59c54bb97c274092d22dbf4f6085e\";s:3:\"img\";s:32:\"cinematic-hero-titles/slide1.jpg\";s:7:\"preview\";s:65:\"https://www.sliderrevolution.com/templates/cinematic-hero-titles/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:199:\"<span class=\"ttm_content\">The \"Cinematic Hero Titles\" template is a collection of fullscreen hero blocks that use a cinematic, animated letter-spacing effect..</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:177:\"[{\"path\":\"revslider-lottie-addon\\/revslider-lottie-addon.php\",\"name\":\"Slider Revolution Lottie AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:532;a:23:{s:2:\"id\";s:3:\"532\";s:5:\"title\";s:23:\"Design DNA Scroll Video\";s:5:\"alias\";s:23:\"design-dna-scroll-video\";s:3:\"zip\";s:27:\"design-dna-scroll-video.zip\";s:3:\"uid\";s:32:\"39180fc9f7a07e50832fc1a68fb4eba2\";s:3:\"img\";s:34:\"design-dna-scroll-video/slide1.jpg\";s:7:\"preview\";s:67:\"https://www.sliderrevolution.com/templates/design-dna-scroll-video/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.4.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The \"Design DNA Scroll Video\" template isÃ‚Â a striking, fullscreen hero module that is using our new Scroll Video addon.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:544:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-lottie-addon\\/revslider-lottie-addon.php\",\"name\":\"Slider Revolution Lottie AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-scrollvideo-addon\\/revslider-scrollvideo-addon.php\",\"name\":\"Slider Revolution Scroll Video Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:533;a:22:{s:2:\"id\";s:3:\"533\";s:5:\"title\";s:27:\"Food Delivery Lottie Scroll\";s:5:\"alias\";s:27:\"food-delivery-lottie-scroll\";s:3:\"zip\";s:31:\"food-delivery-lottie-scroll.zip\";s:3:\"uid\";s:32:\"5dfbfac45c5df7702238ba1b43afe8f6\";s:3:\"img\";s:38:\"food-delivery-lottie-scroll/slide1.jpg\";s:7:\"preview\";s:71:\"https://www.sliderrevolution.com/templates/food-delivery-lottie-scroll/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The \"Design DNA Scroll Video\" template isÃ‚Â a striking, fullscreen hero module that is using our new Scroll Video addon.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:177:\"[{\"path\":\"revslider-lottie-addon\\/revslider-lottie-addon.php\",\"name\":\"Slider Revolution Lottie AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:535;a:25:{s:2:\"id\";s:3:\"535\";s:5:\"title\";s:20:\"Food Recipe Carousel\";s:5:\"alias\";s:20:\"food-recipe-carousel\";s:3:\"zip\";s:30:\"packs/food-recipe-carousel.zip\";s:3:\"uid\";s:32:\"6ba9695ba1a22a6e99f96431d8fb01e8\";s:3:\"img\";s:31:\"food-recipe-carousel/slide1.jpg\";s:7:\"preview\";s:64:\"https://www.sliderrevolution.com/templates/food-recipe-carousel/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Food Recipe Carousel Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"42\";s:9:\"installed\";b:0;}i:536;a:25:{s:2:\"id\";s:3:\"536\";s:5:\"title\";s:17:\"Food Recipe Modal\";s:5:\"alias\";s:17:\"food-recipe-modal\";s:3:\"zip\";s:27:\"packs/food-recipe-modal.zip\";s:3:\"uid\";s:32:\"1c5b2e959cd973efc5c1887a3a4279f3\";s:3:\"img\";s:28:\"food-recipe-modal/slide1.jpg\";s:7:\"preview\";s:64:\"https://www.sliderrevolution.com/templates/food-recipe-carousel/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Food Recipe Carousel Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"42\";s:9:\"installed\";b:0;}i:537;a:25:{s:2:\"id\";s:3:\"519\";s:5:\"title\";s:26:\"Charity Non-Profit-Website\";s:5:\"alias\";s:26:\"charity-non-profit-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"charity-non-profit-website\";s:3:\"img\";s:47:\"packages/charity-non-profit-website-package.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:177:\"[{\"path\":\"revslider-lottie-addon\\/revslider-lottie-addon.php\",\"name\":\"Slider Revolution Lottie AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:538;a:25:{s:2:\"id\";s:3:\"534\";s:5:\"title\";s:29:\"Food Recipe Carousel Template\";s:5:\"alias\";s:29:\"food-recipe-carousel-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:29:\"food-recipe-carousel-template\";s:3:\"img\";s:50:\"packages/food-recipe-carousel-template-package.jpg\";s:7:\"preview\";s:64:\"https://www.sliderrevolution.com/templates/food-recipe-carousel/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Showcase your cooking recipes with the easy to use \"Food Recipe Carousel\" template. Clicking the titles opens up a detail view!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Food Recipe Carousel Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"42\";s:9:\"installed\";b:0;}i:539;a:25:{s:2:\"id\";s:3:\"537\";s:5:\"title\";s:27:\"Corporate Carousel Template\";s:5:\"alias\";s:27:\"corporate-carousel-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:27:\"corporate-carousel-template\";s:3:\"img\";s:38:\"packages/corporate_carousel_bundle.jpg\";s:7:\"preview\";s:75:\"https://www.sliderrevolution.com/templates/corporate-carousel-with-lightbox\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Corporate Carousel is a basic, easy to use carousel with tab navigation. The lightbox modal can show any additonal content, independant of the carousel.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-19 15:14:10\";s:7:\"package\";s:27:\"Corporate Carousel Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"43\";s:9:\"installed\";b:0;}i:540;a:26:{s:2:\"id\";s:3:\"538\";s:5:\"title\";s:18:\"Corporate Carousel\";s:5:\"alias\";s:18:\"corporate-carousel\";s:3:\"zip\";s:28:\"packs/corporate-carousel.zip\";s:3:\"uid\";s:32:\"30dea0e333913cb5ebbf8dded8c3a839\";s:3:\"img\";s:29:\"corporate-carousel/slide1.jpg\";s:7:\"preview\";s:34:\"https://revolution.themepunch.com/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Corporate Carousel is a basic, easy to use carousel with tab navigation. The lightbox modal can show any additonal content, independant of the carousel.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-19 15:26:51\";s:7:\"package\";s:27:\"Corporate Carousel Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"43\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:541;a:25:{s:2:\"id\";s:3:\"539\";s:5:\"title\";s:18:\"Corporate Lightbox\";s:5:\"alias\";s:18:\"corporate-lightbox\";s:3:\"zip\";s:28:\"packs/corporate-lightbox.zip\";s:3:\"uid\";s:32:\"832c277bfc5a288c0dffd784e4041265\";s:3:\"img\";s:29:\"corporate-lightbox/slide1.jpg\";s:7:\"preview\";s:34:\"https://revolution.themepunch.com/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Corporate Carousel is a basic, easy to use carousel with tab navigation. The lightbox modal can show any additonal content, independant of the carousel.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-19 15:34:36\";s:7:\"package\";s:27:\"Corporate Carousel Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"43\";s:9:\"installed\";b:0;}i:542;a:25:{s:2:\"id\";s:3:\"540\";s:5:\"title\";s:23:\"Cyber Carousel Template\";s:5:\"alias\";s:23:\"cyber-carousel-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:23:\"cyber-carousel-template\";s:3:\"img\";s:33:\"packages/cybercarousel_bundle.jpg\";s:7:\"preview\";s:71:\"https://www.sliderrevolution.com/templates/cyber-carousel-with-lightbox\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:218:\"<span class=\"ttm_content\">This fullscreen carousel has easy to edit content and vertical navigation tabs. The highlight color can be changed with one click upon opening the editor.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-19 15:40:25\";s:7:\"package\";s:23:\"Cyber Carousel Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"44\";s:9:\"installed\";b:0;}i:543;a:26:{s:2:\"id\";s:3:\"541\";s:5:\"title\";s:14:\"Cyber Carousel\";s:5:\"alias\";s:14:\"cyber-carousel\";s:3:\"zip\";s:24:\"packs/cyber-carousel.zip\";s:3:\"uid\";s:32:\"b5ef41c7f498bd1dccf8224bfbade718\";s:3:\"img\";s:25:\"cyber-carousel/slide1.jpg\";s:7:\"preview\";s:71:\"https://www.sliderrevolution.com/templates/cyber-carousel-with-lightbox\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.4.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:218:\"<span class=\"ttm_content\">This fullscreen carousel has easy to edit content and vertical navigation tabs. The highlight color can be changed with one click upon opening the editor.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-19 15:42:44\";s:7:\"package\";s:23:\"Cyber Carousel Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"44\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:544;a:25:{s:2:\"id\";s:3:\"542\";s:5:\"title\";s:23:\"Cyber Carousel Lightbox\";s:5:\"alias\";s:23:\"cyber-carousel-lightbox\";s:3:\"zip\";s:33:\"packs/cyber-carousel-lightbox.zip\";s:3:\"uid\";s:32:\"cb91abeed0555dfcafe849c37e7c9c32\";s:3:\"img\";s:34:\"cyber-carousel-lightbox/slide1.jpg\";s:7:\"preview\";s:71:\"https://www.sliderrevolution.com/templates/cyber-carousel-with-lightbox\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:218:\"<span class=\"ttm_content\">This fullscreen carousel has easy to edit content and vertical navigation tabs. The highlight color can be changed with one click upon opening the editor.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-19 15:50:15\";s:7:\"package\";s:23:\"Cyber Carousel Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"44\";s:9:\"installed\";b:0;}i:545;a:25:{s:2:\"id\";s:3:\"543\";s:5:\"title\";s:16:\"Woo Carousel One\";s:5:\"alias\";s:24:\"woocommerce-carousel-one\";s:3:\"zip\";s:28:\"woocommerce-carousel-one.zip\";s:3:\"uid\";s:32:\"df0a99cef3981ecb608dff4ed573a493\";s:3:\"img\";s:35:\"woocommerce-carousel-one/slide1.jpg\";s:7:\"preview\";s:67:\"https://www.sliderrevolution.com/templates/woocommerce-slider-pack/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:185:\"<span class=\"ttm_content\">A basic WooCommerce carousel. Just set your categories and the carousel will be populated with your WooCommerce products.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-19 16:02:45\";s:7:\"package\";s:15:\"Woo Slider Pack\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"45\";s:9:\"installed\";b:0;}i:546;a:25:{s:2:\"id\";s:3:\"544\";s:5:\"title\";s:23:\"Woo Carousel One Static\";s:5:\"alias\";s:31:\"woocommerce-carousel-one-static\";s:3:\"zip\";s:35:\"woocommerce-carousel-one-static.zip\";s:3:\"uid\";s:32:\"5c955a3850369e79b1e18921306ac1df\";s:3:\"img\";s:42:\"woocommerce-carousel-one-static/slide1.jpg\";s:7:\"preview\";s:63:\"https://sliderrevolution.com/templates/woocommerce-slider-pack/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A static content carousel. Please use the \"non-static\" version for WooCommerce.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-19 16:05:02\";s:7:\"package\";s:22:\"Woo Slider Pack Static\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"46\";s:9:\"installed\";b:0;}i:547;a:25:{s:2:\"id\";s:3:\"545\";s:5:\"title\";s:16:\"Woo Carousel Two\";s:5:\"alias\";s:24:\"woocommerce-carousel-two\";s:3:\"zip\";s:28:\"woocommerce-carousel-two.zip\";s:3:\"uid\";s:32:\"fdd797d8e98a9138f5563b68b95ebe1c\";s:3:\"img\";s:35:\"woocommerce-carousel-two/slide1.jpg\";s:7:\"preview\";s:67:\"https://www.sliderrevolution.com/templates/woocommerce-slider-pack/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:185:\"<span class=\"ttm_content\">A basic WooCommerce carousel. Just set your categories and the carousel will be populated with your WooCommerce products.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-19 16:06:57\";s:7:\"package\";s:15:\"Woo Slider Pack\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"45\";s:9:\"installed\";b:0;}i:548;a:25:{s:2:\"id\";s:3:\"546\";s:5:\"title\";s:23:\"Woo Carousel Two Static\";s:5:\"alias\";s:31:\"woocommerce-carousel-two-static\";s:3:\"zip\";s:35:\"woocommerce-carousel-two-static.zip\";s:3:\"uid\";s:32:\"2f3bfb1dfa99647426ce906f10dfc480\";s:3:\"img\";s:42:\"woocommerce-carousel-two-static/slide1.jpg\";s:7:\"preview\";s:63:\"https://sliderrevolution.com/templates/woocommerce-slider-pack/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A static content carousel. Please use the \"non-static\" version for WooCommerce.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-19 16:16:15\";s:7:\"package\";s:22:\"Woo Slider Pack Static\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"46\";s:9:\"installed\";b:0;}i:549;a:25:{s:2:\"id\";s:3:\"547\";s:5:\"title\";s:18:\"Woo Feature Slider\";s:5:\"alias\";s:26:\"woocommerce-feature-slider\";s:3:\"zip\";s:30:\"woocommerce-feature-slider.zip\";s:3:\"uid\";s:32:\"c8aa1f551065eeffc752f2d8daef6db1\";s:3:\"img\";s:37:\"woocommerce-feature-slider/slide1.jpg\";s:7:\"preview\";s:67:\"https://www.sliderrevolution.com/templates/woocommerce-slider-pack/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:181:\"<span class=\"ttm_content\">A basic WooCommerce slider. Just set your categories and the slider will be populated with your WooCommerce products.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-19 16:19:13\";s:7:\"package\";s:15:\"Woo Slider Pack\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"45\";s:9:\"installed\";b:0;}i:550;a:25:{s:2:\"id\";s:3:\"548\";s:5:\"title\";s:25:\"Woo Feature Slider Static\";s:5:\"alias\";s:33:\"woocommerce-feature-slider-static\";s:3:\"zip\";s:37:\"woocommerce-feature-slider-static.zip\";s:3:\"uid\";s:32:\"2f29e8fd101c799480152a7911b33ca6\";s:3:\"img\";s:44:\"woocommerce-feature-slider-static/slide1.jpg\";s:7:\"preview\";s:63:\"https://sliderrevolution.com/templates/woocommerce-slider-pack/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:140:\"<span class=\"ttm_content\">A static content slider Please use the \"non-static\" version for WooCommerce.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-19 16:20:57\";s:7:\"package\";s:22:\"Woo Slider Pack Static\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"46\";s:9:\"installed\";b:0;}i:551;a:22:{s:2:\"id\";s:3:\"549\";s:5:\"title\";s:17:\"Woo Liquid Slider\";s:5:\"alias\";s:17:\"woo-liquid-slider\";s:3:\"zip\";s:21:\"woo-liquid-slider.zip\";s:3:\"uid\";s:32:\"9f455f73675a73dbefe820288e994f27\";s:3:\"img\";s:28:\"woo-liquid-slider/slide1.jpg\";s:7:\"preview\";s:68:\"https://www.sliderrevolution.com/templates/woocommerce-liquid-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:236:\"<span class=\"ttm_content\">A WooCommerce slider using the BubbleMorph addon for an interesting liquid effect. Just set your categories and the slider will be populated with your WooCommerce products.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";i:2;s:11:\"woocommerce\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-01-19 16:23:03\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:552;a:22:{s:2:\"id\";s:3:\"550\";s:5:\"title\";s:24:\"Woo Liquid Slider Static\";s:5:\"alias\";s:32:\"woocommerce-liquid-slider-static\";s:3:\"zip\";s:36:\"woocommerce-liquid-slider-static.zip\";s:3:\"uid\";s:32:\"5848192fea46ffee95a91aa531848e19\";s:3:\"img\";s:43:\"woocommerce-liquid-slider-static/slide1.jpg\";s:7:\"preview\";s:68:\"https://www.sliderrevolution.com/templates/woocommerce-liquid-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:203:\"<span class=\"ttm_content\">A static content slider using the BubbleMorph addon for an interesting liquid effect. For WooCommerce, please use the \"non-static\" version.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"woocommerce\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-01-19 16:24:35\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:553;a:25:{s:2:\"id\";s:3:\"551\";s:5:\"title\";s:15:\"Woo Slider Pack\";s:5:\"alias\";s:15:\"woo-slider-pack\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:15:\"woo-slider-pack\";s:3:\"img\";s:34:\"packages/woosliderpack_dynamic.jpg\";s:7:\"preview\";s:67:\"https://www.sliderrevolution.com/templates/woocommerce-slider-pack/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:181:\"<span class=\"ttm_content\">A basic WooCommerce slider. Just set your categories and the slider will be populated with your WooCommerce products.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:4:{i:0;s:8:\"carousel\";i:1;s:6:\"slider\";i:2;s:9:\"postbased\";i:3;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-20 09:34:45\";s:7:\"package\";s:15:\"Woo Slider Pack\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"45\";s:9:\"installed\";b:0;}i:554;a:25:{s:2:\"id\";s:3:\"552\";s:5:\"title\";s:22:\"Woo Slider Pack Static\";s:5:\"alias\";s:22:\"woo-slider-pack-static\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:22:\"woo-slider-pack-static\";s:3:\"img\";s:33:\"packages/woosliderpack_static.jpg\";s:7:\"preview\";s:67:\"https://www.sliderrevolution.com/templates/woocommerce-slider-pack/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:181:\"<span class=\"ttm_content\">A basic WooCommerce slider. Just set your categories and the slider will be populated with your WooCommerce products.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-20 09:39:21\";s:7:\"package\";s:22:\"Woo Slider Pack Static\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"46\";s:9:\"installed\";b:0;}i:555;a:22:{s:2:\"id\";s:3:\"553\";s:5:\"title\";s:24:\"Creative Hero Collection\";s:5:\"alias\";s:24:\"creative-hero-collection\";s:3:\"zip\";s:28:\"creative-hero-collection.zip\";s:3:\"uid\";s:32:\"e20126d93d081055e5ff3f6981b971fa\";s:3:\"img\";s:35:\"creative-hero-collection/slide1.jpg\";s:7:\"preview\";s:68:\"https://www.sliderrevolution.com/templates/creative-hero-collection/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.4.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:245:\"<span class=\"ttm_content\">A fantastic intro presentation for almost any website. If you want to use a single slide as a hero, simply drag it to the first position and set the layout of the module to \"scene\".</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:348:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-02-23 10:22:47\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:556;a:22:{s:2:\"id\";s:3:\"554\";s:5:\"title\";s:12:\"Photo Slider\";s:5:\"alias\";s:19:\"photographer-slider\";s:3:\"zip\";s:23:\"photographer-slider.zip\";s:3:\"uid\";s:32:\"e00104cff231e2aaeb149b3c63e78a5e\";s:3:\"img\";s:30:\"photographer-slider/slide1.jpg\";s:7:\"preview\";s:80:\"https://www.sliderrevolution.com/templates/photographer-and-videographer-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.4.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:169:\"<span class=\"ttm_content\">A great module for any photographer/videographer who wants to display their portfolio in an engaging way.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-02-23 10:25:31\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:557;a:22:{s:2:\"id\";s:3:\"555\";s:5:\"title\";s:18:\"Real Estate Slider\";s:5:\"alias\";s:17:\"realestate-slider\";s:3:\"zip\";s:21:\"realestate-slider.zip\";s:3:\"uid\";s:32:\"596effabfef768f0371cba2b1fdd0c1d\";s:3:\"img\";s:28:\"realestate-slider/slide1.jpg\";s:7:\"preview\";s:71:\"https://www.sliderrevolution.com/templates/real-estate-showcase-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.4.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:152:\"<span class=\"ttm_content\">Showcase your clients real estate offerings with this clean and convincing presentation.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-02-23 10:45:36\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:558;a:22:{s:2:\"id\";s:3:\"556\";s:5:\"title\";s:19:\"Saas Product Slider\";s:5:\"alias\";s:19:\"saas-product-slider\";s:3:\"zip\";s:23:\"saas-product-slider.zip\";s:3:\"uid\";s:32:\"3cf7809058f383425c5409aa1204335f\";s:3:\"img\";s:30:\"saas-product-slider/slide1.jpg\";s:7:\"preview\";s:63:\"https://www.sliderrevolution.com/templates/saas-product-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.4.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">Present your digital SaaS product with a modern design and stunning animations.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:349:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"},{\"path\":\"revslider-lottie-addon\\/revslider-lottie-addon.php\",\"name\":\"Slider Revolution Lottie AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-02-23 10:49:44\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:559;a:26:{s:2:\"id\";s:3:\"557\";s:5:\"title\";s:27:\"Cinematic Wildlife Template\";s:5:\"alias\";s:27:\"cinematic-wildlife-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:27:\"cinematic-wildlife-template\";s:3:\"img\";s:39:\"packages/cinematic-wildlife-package.jpg\";s:7:\"preview\";s:69:\"https://www.sliderrevolution.com/templates/cinematic-wildlife-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:185:\"<span class=\"ttm_content\">Easily create cinematic presentations with this photography-based slider, that features a convenient YouTube video popup.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-04-16 10:45:38\";s:7:\"package\";s:27:\"Cinematic Wildlife Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"47\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:560;a:26:{s:2:\"id\";s:3:\"558\";s:5:\"title\";s:25:\"Cinematic Wildlife Slider\";s:5:\"alias\";s:25:\"cinematic-wildlife-slider\";s:3:\"zip\";s:35:\"packs/cinematic-wildlife-slider.zip\";s:3:\"uid\";s:32:\"a37b04e221a845d6d446f4d70e815b87\";s:3:\"img\";s:36:\"cinematic-wildlife-slider/slide1.jpg\";s:7:\"preview\";s:69:\"https://www.sliderrevolution.com/templates/cinematic-wildlife-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:185:\"<span class=\"ttm_content\">Easily create cinematic presentations with this photography-based slider, that features a convenient YouTube video popup.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-04-16 10:47:01\";s:7:\"package\";s:27:\"Cinematic Wildlife Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"47\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:561;a:26:{s:2:\"id\";s:3:\"559\";s:5:\"title\";s:24:\"Cinematic Wildlife Modal\";s:5:\"alias\";s:24:\"cinematic-wildlife-modal\";s:3:\"zip\";s:34:\"packs/cinematic-wildlife-modal.zip\";s:3:\"uid\";s:32:\"636a6885199f684ad743167ceea70dc4\";s:3:\"img\";s:35:\"cinematic-wildlife-modal/slide1.jpg\";s:7:\"preview\";s:69:\"https://www.sliderrevolution.com/templates/cinematic-wildlife-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:185:\"<span class=\"ttm_content\">Easily create cinematic presentations with this photography-based slider, that features a convenient YouTube video popup.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-04-16 10:50:56\";s:7:\"package\";s:27:\"Cinematic Wildlife Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"47\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:562;a:23:{s:2:\"id\";s:3:\"560\";s:5:\"title\";s:32:\"Gaming Stats Presentation Slider\";s:5:\"alias\";s:32:\"gaming-stats-presentation-slider\";s:3:\"zip\";s:36:\"gaming-stats-presentation-slider.zip\";s:3:\"uid\";s:32:\"988df5050f2a45a108ef32518a725bf8\";s:3:\"img\";s:43:\"gaming-stats-presentation-slider/slide1.jpg\";s:7:\"preview\";s:76:\"https://www.sliderrevolution.com/templates/charts-addon-presentation-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:6:\"6.4.11\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:156:\"<span class=\"ttm_content\">Create interactive presentations and showcase statistics with unique and customizable charts</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:159:\"[{\"path\":\"revslider-charts-addon\\/revslider-charts-addon.php\",\"name\":\"Charts AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-04-29 09:50:58\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:563;a:23:{s:2:\"id\";s:3:\"561\";s:5:\"title\";s:31:\"Coffee Shop Split Screen Slider\";s:5:\"alias\";s:15:\"coffee-flavours\";s:3:\"zip\";s:19:\"coffee-flavours.zip\";s:3:\"uid\";s:32:\"63726447a6a614d8f53fbf6024fd3033\";s:3:\"img\";s:25:\"coffee-flavors/slide1.jpg\";s:7:\"preview\";s:75:\"https://www.sliderrevolution.com/templates/coffee-shop-split-screen-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.5.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:249:\"<span class=\"ttm_content\">The animated elements and clean layout make this slider an eye-catcher for your coffee shop. With it\'s easy customizability, this template is perfect for showcasing any type of product!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-06-11 09:09:52\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:564;a:22:{s:2:\"id\";s:3:\"562\";s:5:\"title\";s:32:\"Modern Portfolio Showreel Slider\";s:5:\"alias\";s:15:\"showreel-slider\";s:3:\"zip\";s:19:\"showreel-slider.zip\";s:3:\"uid\";s:32:\"bced29a585e67153a1ed7608ddcdb69d\";s:3:\"img\";s:26:\"showreel-slider/slide1.jpg\";s:7:\"preview\";s:76:\"https://www.sliderrevolution.com/templates/modern-portfolio-showreel-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:216:\"<span class=\"ttm_content\">Showcase beautiful videos and photography with this clean looking slider with modern UI and effective typography. Perfect for any creative professional.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-06-11 09:14:43\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:565;a:23:{s:2:\"id\";s:3:\"563\";s:5:\"title\";s:23:\"Visual Art Forms Slider\";s:5:\"alias\";s:16:\"visual-art-forms\";s:3:\"zip\";s:20:\"visual-art-forms.zip\";s:3:\"uid\";s:32:\"4d57a5abf20bc4a615fe30837ac3ce1a\";s:3:\"img\";s:27:\"visual-art-forms/slide1.jpg\";s:7:\"preview\";s:67:\"https://www.sliderrevolution.com/templates/visual-art-forms-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.5.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:180:\"<span class=\"ttm_content\">Present just about anything with this highly flexible and modern looking slider, no matter what industry you are in.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-06-11 09:18:19\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:566;a:22:{s:2:\"id\";s:3:\"564\";s:5:\"title\";s:22:\"Background Effect Hero\";s:5:\"alias\";s:14:\"bg-effect-hero\";s:3:\"zip\";s:18:\"bg-effect-hero.zip\";s:3:\"uid\";s:32:\"55bb0fa5ac66ad84423fa704b701e1df\";s:3:\"img\";s:25:\"bg-effect-hero/slide1.jpg\";s:7:\"preview\";s:77:\"https://www.sliderrevolution.com/templates/background-effect-hero-collection/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:224:\"<span class=\"ttm_content\">If you really want to stun your visitors with gorgeous gradients and dreamy transitions, <br />\r\nthis slider / hero module is exactly what you were looking for.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:697:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-08-09 10:45:50\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:567;a:22:{s:2:\"id\";s:3:\"565\";s:5:\"title\";s:26:\"Cyber Glitch Effect Slider\";s:5:\"alias\";s:9:\"cyberfunk\";s:3:\"zip\";s:13:\"cyberfunk.zip\";s:3:\"uid\";s:32:\"44fdc7e13074bdc46500972cd708c739\";s:3:\"img\";s:20:\"cyberfunk/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/cyber-glitch-effect-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">Dive into a futuristic, neon, cyber world with this amazing slider template featuring <br />\r\nglitch effect transitions and a typewriter effect.<br />\r\nThe custom navigation skin can be customized easily!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:355:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"},{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-08-09 10:51:54\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:568;a:22:{s:2:\"id\";s:3:\"566\";s:5:\"title\";s:30:\"Motion Blur Portfolio Showcase\";s:5:\"alias\";s:21:\"motion-blur-portfolio\";s:3:\"zip\";s:25:\"motion-blur-portfolio.zip\";s:3:\"uid\";s:32:\"28086bed49cfb241c7d40f91cd64e970\";s:3:\"img\";s:32:\"motion-blur-portfolio/slide1.jpg\";s:7:\"preview\";s:74:\"https://www.sliderrevolution.com/templates/motion-blur-portfolio-showcase/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">This clean showcase slider with an optional video popup is using a fancy motion blur transition!<br />\r\nPacked with a logo and menu itÃ¢Â€Â™s ready to visualize your wildest ideas.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:350:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-08-09 10:56:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:569;a:23:{s:2:\"id\";s:3:\"567\";s:5:\"title\";s:25:\"Portal Effect Hero Slider\";s:5:\"alias\";s:18:\"portal-effect-hero\";s:3:\"zip\";s:22:\"portal-effect-hero.zip\";s:3:\"uid\";s:32:\"87f5b64e44dc5b75bc1c7adbeb287ee9\";s:3:\"img\";s:29:\"portal-effect-hero/slide1.jpg\";s:7:\"preview\";s:69:\"https://www.sliderrevolution.com/templates/portal-effect-hero-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.5.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:282:\"<span class=\"ttm_content\">This slider module can function as an impressive landing page or a striking product presentation anywhere on your WordPress website.<br />\r\nThe design already includes elements like a logo, menu and social media icons.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:183:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-08-09 11:08:18\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:570;a:22:{s:2:\"id\";s:3:\"568\";s:5:\"title\";s:22:\"Winery Timeline Slider\";s:5:\"alias\";s:15:\"winery-timeline\";s:3:\"zip\";s:19:\"winery-timeline.zip\";s:3:\"uid\";s:32:\"d2ccdaf0a5c73db21e8e8a3f6712e8bd\";s:3:\"img\";s:26:\"winery-timeline/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/winery-timeline-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:247:\"<span class=\"ttm_content\">Tell your own story with this fabulous timeline slider.<br />\r\nLogo and social icon design elements are already included if you want to use this template as a standalone landing page!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:350:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-08-09 11:13:39\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:571;a:25:{s:2:\"id\";s:3:\"569\";s:5:\"title\";s:25:\"Smart Living One Pager V1\";s:5:\"alias\";s:25:\"smart-living-one-pager-v1\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:25:\"smart-living-one-pager-v1\";s:3:\"img\";s:38:\"packages/Smart-Living-One-Pager-V1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v1/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:183:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-09-07 14:33:48\";s:7:\"package\";s:25:\"Smart Living One Pager V1\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"48\";s:9:\"installed\";b:0;}i:572;a:25:{s:2:\"id\";s:3:\"570\";s:5:\"title\";s:25:\"Smart Living One Pager V2\";s:5:\"alias\";s:25:\"smart-living-one-pager-v2\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:25:\"smart-living-one-pager-v2\";s:3:\"img\";s:38:\"packages/Smart-Living-One-Pager-V2.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v2/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:183:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-09-07 14:38:21\";s:7:\"package\";s:25:\"Smart Living One Pager V2\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"49\";s:9:\"installed\";b:0;}i:573;a:25:{s:2:\"id\";s:3:\"571\";s:5:\"title\";s:25:\"Smart Living One Pager V3\";s:5:\"alias\";s:25:\"smart-living-one-pager-v3\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:25:\"smart-living-one-pager-v3\";s:3:\"img\";s:38:\"packages/Smart-Living-One-Pager-V3.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v3/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:183:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-09-07 14:39:44\";s:7:\"package\";s:25:\"Smart Living One Pager V3\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"50\";s:9:\"installed\";b:0;}i:574;a:25:{s:2:\"id\";s:3:\"572\";s:5:\"title\";s:6:\"Menu 1\";s:5:\"alias\";s:6:\"menu-1\";s:3:\"zip\";s:16:\"packs/menu-1.zip\";s:3:\"uid\";s:32:\"6e5038d711f2ee8326c79c3a9e06ded4\";s:3:\"img\";s:17:\"menu-1/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v1/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 14:41:12\";s:7:\"package\";s:25:\"Smart Living One Pager V1\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"48\";s:9:\"installed\";b:0;}i:575;a:26:{s:2:\"id\";s:3:\"573\";s:5:\"title\";s:6:\"Hero 1\";s:5:\"alias\";s:14:\"onepage-hero-1\";s:3:\"zip\";s:24:\"packs/onepage-hero-1.zip\";s:3:\"uid\";s:32:\"9f5fec6956bd2e1e1ecc553a8b7471b0\";s:3:\"img\";s:25:\"onepage-hero-1/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v1/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:183:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-09-07 14:48:41\";s:7:\"package\";s:25:\"Smart Living One Pager V1\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"48\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:576;a:25:{s:2:\"id\";s:3:\"574\";s:5:\"title\";s:7:\"About 1\";s:5:\"alias\";s:6:\"about1\";s:3:\"zip\";s:16:\"packs/about1.zip\";s:3:\"uid\";s:32:\"fc4962093f61124101c05ceb506fa5d2\";s:3:\"img\";s:17:\"about1/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v1/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 14:50:54\";s:7:\"package\";s:25:\"Smart Living One Pager V1\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"48\";s:9:\"installed\";b:0;}i:577;a:25:{s:2:\"id\";s:3:\"575\";s:5:\"title\";s:10:\"Services 1\";s:5:\"alias\";s:9:\"services1\";s:3:\"zip\";s:19:\"packs/services1.zip\";s:3:\"uid\";s:32:\"08f72a81aeb9afdaa57f544e4331a6da\";s:3:\"img\";s:20:\"services1/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v1/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 14:52:41\";s:7:\"package\";s:25:\"Smart Living One Pager V1\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"48\";s:9:\"installed\";b:0;}i:578;a:25:{s:2:\"id\";s:3:\"576\";s:5:\"title\";s:10:\"Projects 1\";s:5:\"alias\";s:9:\"projects1\";s:3:\"zip\";s:19:\"packs/projects1.zip\";s:3:\"uid\";s:32:\"11ff60e82fcf47a6a2c6bdce3cc1d8f2\";s:3:\"img\";s:20:\"projects1/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v1/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:01:48\";s:7:\"package\";s:25:\"Smart Living One Pager V1\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"48\";s:9:\"installed\";b:0;}i:579;a:25:{s:2:\"id\";s:3:\"577\";s:5:\"title\";s:8:\"Footer 1\";s:5:\"alias\";s:8:\"footer-1\";s:3:\"zip\";s:18:\"packs/footer-1.zip\";s:3:\"uid\";s:32:\"947fac99689a985c7f0f7dfec4311f6b\";s:3:\"img\";s:19:\"footer-1/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v1/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:05:00\";s:7:\"package\";s:25:\"Smart Living One Pager V1\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"48\";s:9:\"installed\";b:0;}i:580;a:25:{s:2:\"id\";s:3:\"578\";s:5:\"title\";s:24:\"Explainer Block 1 Part 1\";s:5:\"alias\";s:23:\"explainer-block-1-part1\";s:3:\"zip\";s:33:\"packs/explainer-block-1-part1.zip\";s:3:\"uid\";s:32:\"731980bef0ea06263d05b286b5a75dfe\";s:3:\"img\";s:34:\"explainer-block-1-part1/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v1/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:126:\"<span class=\"ttm_content\">An elegant slider for your website. Flexible and customizable.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:06:07\";s:7:\"package\";s:25:\"Smart Living One Pager V1\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"48\";s:9:\"installed\";b:0;}i:581;a:25:{s:2:\"id\";s:3:\"579\";s:5:\"title\";s:24:\"Explainer Block 1 Part 2\";s:5:\"alias\";s:23:\"explainer-block-1-part2\";s:3:\"zip\";s:33:\"packs/explainer-block-1-part2.zip\";s:3:\"uid\";s:32:\"ded730f13551f78b9a87b159b72d8ce8\";s:3:\"img\";s:34:\"explainer-block-1-part2/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v1/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:126:\"<span class=\"ttm_content\">An elegant slider for your website. Flexible and customizable.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:07:26\";s:7:\"package\";s:25:\"Smart Living One Pager V1\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"48\";s:9:\"installed\";b:0;}i:582;a:25:{s:2:\"id\";s:3:\"580\";s:5:\"title\";s:16:\"Projects Modal 1\";s:5:\"alias\";s:16:\"projects-modal-1\";s:3:\"zip\";s:26:\"packs/projects-modal-1.zip\";s:3:\"uid\";s:32:\"b17af2f4e21786711a2ce4ac0c4436ad\";s:3:\"img\";s:27:\"projects-modal-1/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v1/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:08:26\";s:7:\"package\";s:25:\"Smart Living One Pager V1\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"48\";s:9:\"installed\";b:0;}i:583;a:25:{s:2:\"id\";s:3:\"581\";s:5:\"title\";s:6:\"Menu 2\";s:5:\"alias\";s:6:\"menu-2\";s:3:\"zip\";s:16:\"packs/menu-2.zip\";s:3:\"uid\";s:32:\"a8d103f753ee50d4f81aa4100df8b7f9\";s:3:\"img\";s:17:\"menu-2/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v2/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:20:20\";s:7:\"package\";s:25:\"Smart Living One Pager V2\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"49\";s:9:\"installed\";b:0;}i:584;a:25:{s:2:\"id\";s:3:\"582\";s:5:\"title\";s:6:\"Hero 2\";s:5:\"alias\";s:6:\"hero-2\";s:3:\"zip\";s:16:\"packs/hero-2.zip\";s:3:\"uid\";s:32:\"7e56900f8c4b6e12435b70e141accaa8\";s:3:\"img\";s:17:\"hero-2/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v2/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:183:\"[{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-09-07 15:27:59\";s:7:\"package\";s:25:\"Smart Living One Pager V2\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"49\";s:9:\"installed\";b:0;}i:585;a:25:{s:2:\"id\";s:3:\"583\";s:5:\"title\";s:10:\"Services 2\";s:5:\"alias\";s:10:\"services-2\";s:3:\"zip\";s:20:\"packs/services-2.zip\";s:3:\"uid\";s:32:\"da2d588b291a7754096ac77746ba1da5\";s:3:\"img\";s:34:\"services-2/services2-thumbnail.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v2/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:29:09\";s:7:\"package\";s:25:\"Smart Living One Pager V2\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"49\";s:9:\"installed\";b:0;}i:586;a:25:{s:2:\"id\";s:3:\"584\";s:5:\"title\";s:7:\"About 2\";s:5:\"alias\";s:7:\"about-2\";s:3:\"zip\";s:17:\"packs/about-2.zip\";s:3:\"uid\";s:32:\"8e9e84d1aec08de6e099473683bf0e57\";s:3:\"img\";s:18:\"about-2/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v2/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:30:15\";s:7:\"package\";s:25:\"Smart Living One Pager V2\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"49\";s:9:\"installed\";b:0;}i:587;a:25:{s:2:\"id\";s:3:\"585\";s:5:\"title\";s:10:\"Projects 2\";s:5:\"alias\";s:10:\"projects-2\";s:3:\"zip\";s:20:\"packs/projects-2.zip\";s:3:\"uid\";s:32:\"99bc6ca75f6d5e018701aef5f5b22b27\";s:3:\"img\";s:21:\"projects-2/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v2/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:32:06\";s:7:\"package\";s:25:\"Smart Living One Pager V2\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"49\";s:9:\"installed\";b:0;}i:588;a:25:{s:2:\"id\";s:3:\"586\";s:5:\"title\";s:8:\"Footer 2\";s:5:\"alias\";s:7:\"footer2\";s:3:\"zip\";s:17:\"packs/footer2.zip\";s:3:\"uid\";s:32:\"99df496d2fd9e897a2debb66958cb610\";s:3:\"img\";s:18:\"footer2/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v2/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:34:09\";s:7:\"package\";s:25:\"Smart Living One Pager V2\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"49\";s:9:\"installed\";b:0;}i:589;a:25:{s:2:\"id\";s:3:\"587\";s:5:\"title\";s:24:\"Explainer Block 2 Part 1\";s:5:\"alias\";s:23:\"explainer-block-2-part1\";s:3:\"zip\";s:33:\"packs/explainer-block-2-part1.zip\";s:3:\"uid\";s:32:\"aee4d41e9cf5f91ad69bfbe96d1dc1b8\";s:3:\"img\";s:34:\"explainer-block-2-part1/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v2/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:35:48\";s:7:\"package\";s:25:\"Smart Living One Pager V2\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"49\";s:9:\"installed\";b:0;}i:590;a:25:{s:2:\"id\";s:3:\"588\";s:5:\"title\";s:24:\"Explainer Block 2 Part 2\";s:5:\"alias\";s:23:\"explainer-block-2-part2\";s:3:\"zip\";s:33:\"packs/explainer-block-2-part2.zip\";s:3:\"uid\";s:32:\"b12ac82484c5d2609994978f95026057\";s:3:\"img\";s:34:\"explainer-block-2-part2/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v2/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:37:05\";s:7:\"package\";s:25:\"Smart Living One Pager V2\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"49\";s:9:\"installed\";b:0;}i:591;a:25:{s:2:\"id\";s:3:\"589\";s:5:\"title\";s:16:\"Projects Modal 2\";s:5:\"alias\";s:16:\"projects-modal-2\";s:3:\"zip\";s:26:\"packs/projects-modal-2.zip\";s:3:\"uid\";s:32:\"ac164d7043a8958ae2931e4be54bf56e\";s:3:\"img\";s:27:\"projects-modal-2/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v2/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:38:22\";s:7:\"package\";s:25:\"Smart Living One Pager V2\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"49\";s:9:\"installed\";b:0;}i:592;a:25:{s:2:\"id\";s:3:\"590\";s:5:\"title\";s:6:\"Menu 3\";s:5:\"alias\";s:6:\"menu-3\";s:3:\"zip\";s:16:\"packs/menu-3.zip\";s:3:\"uid\";s:32:\"7300529d564642c76e61890cf0ef57cf\";s:3:\"img\";s:17:\"menu-3/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v3/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:42:03\";s:7:\"package\";s:25:\"Smart Living One Pager V3\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"50\";s:9:\"installed\";b:0;}i:593;a:25:{s:2:\"id\";s:3:\"591\";s:5:\"title\";s:6:\"Hero 3\";s:5:\"alias\";s:6:\"hero-3\";s:3:\"zip\";s:16:\"packs/hero-3.zip\";s:3:\"uid\";s:32:\"08db05794abf4e6c10788cbd423f92b2\";s:3:\"img\";s:17:\"hero-3/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v3/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:46:06\";s:7:\"package\";s:25:\"Smart Living One Pager V3\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"50\";s:9:\"installed\";b:0;}i:594;a:25:{s:2:\"id\";s:3:\"592\";s:5:\"title\";s:7:\"About 3\";s:5:\"alias\";s:7:\"about-3\";s:3:\"zip\";s:17:\"packs/about-3.zip\";s:3:\"uid\";s:32:\"dac01fc9b9d664f271e1ea6a1bbb850c\";s:3:\"img\";s:18:\"about-3/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v3/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:47:44\";s:7:\"package\";s:25:\"Smart Living One Pager V3\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"50\";s:9:\"installed\";b:0;}i:595;a:25:{s:2:\"id\";s:3:\"593\";s:5:\"title\";s:10:\"Services 3\";s:5:\"alias\";s:10:\"services-3\";s:3:\"zip\";s:20:\"packs/services-3.zip\";s:3:\"uid\";s:32:\"4bad1c4a765cef7d93d3c7e2a0e76b83\";s:3:\"img\";s:21:\"services-3/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v3/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:50:03\";s:7:\"package\";s:25:\"Smart Living One Pager V3\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"50\";s:9:\"installed\";b:0;}i:596;a:25:{s:2:\"id\";s:3:\"594\";s:5:\"title\";s:10:\"Projects 3\";s:5:\"alias\";s:10:\"projects-3\";s:3:\"zip\";s:20:\"packs/projects-3.zip\";s:3:\"uid\";s:32:\"e3337a84122e580679474dea8d7bf37c\";s:3:\"img\";s:21:\"projects-3/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v3/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:51:31\";s:7:\"package\";s:25:\"Smart Living One Pager V3\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"50\";s:9:\"installed\";b:0;}i:597;a:25:{s:2:\"id\";s:3:\"595\";s:5:\"title\";s:8:\"Footer 3\";s:5:\"alias\";s:8:\"footer-3\";s:3:\"zip\";s:18:\"packs/footer-3.zip\";s:3:\"uid\";s:32:\"524f4445a5565bf3ef1dcd7b2f0228cc\";s:3:\"img\";s:19:\"footer-3/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v3/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:53:03\";s:7:\"package\";s:25:\"Smart Living One Pager V3\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"50\";s:9:\"installed\";b:0;}i:598;a:25:{s:2:\"id\";s:3:\"596\";s:5:\"title\";s:24:\"Explainer Block 3 Part 1\";s:5:\"alias\";s:23:\"explainer-block-3-part1\";s:3:\"zip\";s:33:\"packs/explainer-block-3-part1.zip\";s:3:\"uid\";s:32:\"b1469a955fecb4e1d645a604804716de\";s:3:\"img\";s:34:\"explainer-block-3-part1/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v3/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:54:20\";s:7:\"package\";s:25:\"Smart Living One Pager V3\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"50\";s:9:\"installed\";b:0;}i:599;a:25:{s:2:\"id\";s:3:\"597\";s:5:\"title\";s:24:\"Explainer Block 3 Part 2\";s:5:\"alias\";s:23:\"explainer-block-3-part2\";s:3:\"zip\";s:33:\"packs/explainer-block-3-part2.zip\";s:3:\"uid\";s:32:\"3faa6f1dc248ef2ba3d50cc60db557b1\";s:3:\"img\";s:34:\"explainer-block-3-part2/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v3/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:55:33\";s:7:\"package\";s:25:\"Smart Living One Pager V3\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"50\";s:9:\"installed\";b:0;}i:600;a:25:{s:2:\"id\";s:3:\"598\";s:5:\"title\";s:16:\"Projects Modal 3\";s:5:\"alias\";s:16:\"projects-modal-3\";s:3:\"zip\";s:26:\"packs/projects-modal-3.zip\";s:3:\"uid\";s:32:\"b22bb57c30e75bf7d7ba7d240a21b3fe\";s:3:\"img\";s:27:\"projects-modal-3/slide1.jpg\";s:7:\"preview\";s:91:\"https://www.sliderrevolution.com/templates/smart-living-one-page-template-for-wordpress-v3/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:350:\"<span class=\"ttm_content\">Never build a one pager from scratch again!<br>\r\nSlider Revolution for WordPress is a modular, fully visual content builder, that allows you to create pro-level one-pagers like this one in no time.<br>\r\n20 different \"Smart Living\" modules are included and come in 3 example page setups!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-09-07 15:57:05\";s:7:\"package\";s:25:\"Smart Living One Pager V3\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"50\";s:9:\"installed\";b:0;}i:601;a:22:{s:2:\"id\";s:3:\"599\";s:5:\"title\";s:25:\"Urban Street Skate Slider\";s:5:\"alias\";s:25:\"urban-street-skate-slider\";s:3:\"zip\";s:29:\"urban-street-skate-slider.zip\";s:3:\"uid\";s:32:\"14b18e98ac51aa922a264b74518d6f25\";s:3:\"img\";s:36:\"urban-street-skate-slider/slide1.jpg\";s:7:\"preview\";s:34:\"https://revolution.themepunch.com/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:233:\"<span class=\"ttm_content\">Create catchy presentations with sleek transitions, using this urban-themed slider. A template that\'s perfectly suitable for showcasing products and marketing campaigns!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:350:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-transitionpack-addon\\/revslider-transitionpack-addon.php\",\"name\":\"Advanced Transitions\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-09-14 18:54:30\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:602;a:23:{s:2:\"id\";s:3:\"600\";s:5:\"title\";s:34:\"Fast Food Burger Restaurant Slider\";s:5:\"alias\";s:13:\"yummy-burgers\";s:3:\"zip\";s:17:\"yummy-burgers.zip\";s:3:\"uid\";s:32:\"3de3520af809748281f3aaa16d8c2222\";s:3:\"img\";s:24:\"yummy-burgers/slide1.jpg\";s:7:\"preview\";s:78:\"https://www.sliderrevolution.com/templates/fast-food-burger-restaurant-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.9\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:242:\"<span class=\"ttm_content\">Make your clients feel hungry with this tasty looking slider, featuring jaw dropping animations and smooth interactions! Easily customizable for showcasing food related products.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-10-11 12:47:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;s:10:\"new_slider\";b:1;}}s:6:\"slides\";a:542:{s:16:\"classic-carousel\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"classic-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"classic-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"classic-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"classic-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"classic-carousel/slide5.jpg\";}}s:13:\"classicslider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"classicslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"classicslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"classicslider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"classicslider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:24:\"classicslider/slide5.jpg\";}}s:11:\"contenttabs\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"contenttabs/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"contenttabs/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"contenttabs/slide3.jpg\";}}s:13:\"facebook-feed\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"facebook-feed/slide1.jpg\";}}s:7:\"fashion\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"fashion/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"fashion/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"fashion/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"fashion/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:18:\"fashion/slide5.jpg\";}}s:14:\"flickr-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"flickr-gallery/slide1.jpg\";}}s:3:\"gym\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:14:\"gym/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:14:\"gym/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:14:\"gym/slide3.jpg\";}}s:18:\"highlight-carousel\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"highlight-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"highlight-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"highlight-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"highlight-carousel/slide4.jpg\";}}s:18:\"highlight-showcase\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"highlight-showcase/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"highlight-showcase/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"highlight-showcase/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"highlight-showcase/slide4.jpg\";}}s:10:\"image-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"imagehero/slide1.jpg\";}}s:13:\"insta-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"insta-gallery/slide1.jpg\";}}s:19:\"levanorestaurantbar\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"levanorestaurantbar/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"levanorestaurantbar/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"levanorestaurantbar/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:30:\"levanorestaurantbar/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:30:\"levanorestaurantbar/slide5.jpg\";}}s:11:\"mainfeature\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"mainfeature/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"mainfeature/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"mainfeature/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:22:\"mainfeature/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:22:\"mainfeature/slide7.jpg\";}}s:17:\"media-gallery-two\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"media-gallery-two/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"media-gallery-two/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"media-gallery-two/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"media-gallery-two/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:28:\"media-gallery-two/slide6.jpg\";}}s:23:\"media-carousel-autoplay\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide6.jpg\";}}s:21:\"news-background-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"news-bg-video/slide1.jpg\";}}s:12:\"news-gallery\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"news-gallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"news-gallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"news-gallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"news-gallery/slide4.jpg\";}}s:23:\"news-gallery-post-based\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"news-gallery-post-based/slide1.jpg\";}}s:9:\"news-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"news-hero/slide1.jpg\";}}s:10:\"news-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"news-video/slide1.jpg\";}}s:15:\"newsletter-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"newsletter-hero/slide1.jpg\";}}s:10:\"notgeneric\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"notgeneric/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"notgeneric/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"notgeneric/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:21:\"notgeneric/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:21:\"notgeneric/slide5.jpg\";}}s:11:\"photography\";a:10:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"photography/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"photography/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"photography/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:22:\"photography/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:22:\"photography/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:22:\"photography/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:22:\"photography/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:22:\"photography/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:22:\"photography/slide9.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:23:\"photography/slide10.jpg\";}}s:20:\"photography-carousel\";a:10:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"photography-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"photography-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"photography-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:31:\"photography-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:31:\"photography-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:31:\"photography-carousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:31:\"photography-carousel/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:31:\"photography-carousel/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:31:\"photography-carousel/slide9.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:32:\"photography-carousel/slide10.jpg\";}}s:16:\"search-form-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"search-form-hero/slide1.jpg\";}}s:16:\"showcasecarousel\";a:9:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"showcasecarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"showcasecarousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"showcasecarousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"showcasecarousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"showcasecarousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:27:\"showcasecarousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:27:\"showcasecarousel/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:27:\"showcasecarousel/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:27:\"showcasecarousel/slide9.jpg\";}}s:11:\"sports-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"sportshero/slide1.jpg\";}}s:12:\"twitter-feed\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"twitter-feed/slide1.jpg\";}}s:13:\"vimeo-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"vimeo-gallery/slide1.jpg\";}}s:9:\"vimeohero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"vimeohero/slide1.jpg\";}}s:16:\"web-product-dark\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"web-product-dark/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"web-product-dark/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"web-product-dark/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"web-product-dark/slide4.jpg\";}}s:21:\"web-product-dark-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"web-product-dark-hero/slide1.jpg\";}}s:22:\"web-product-light-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"web-product-light-hero/slide1.jpg\";}}s:15:\"webproductlight\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"webproductlight/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"webproductlight/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"webproductlight/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"webproductlight/slide4.jpg\";}}s:15:\"youtube-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"youtube-gallery/slide1.jpg\";}}s:11:\"youtubehero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"youtubehero/slide1.jpg\";}}s:13:\"scroll-effect\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"scrolleffect/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"scrolleffect/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"scrolleffect/slide3.jpg\";}}s:12:\"content-zoom\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"contentzoom/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"contentzoom/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"contentzoom/slide3.jpg\";}}s:13:\"food-carousel\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"foodcarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"foodcarousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"foodcarousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"foodcarousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:23:\"foodcarousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:23:\"foodcarousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:23:\"foodcarousel/slide7.jpg\";}}s:14:\"rotating-words\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"rotatingwords/slide1.jpg\";}}s:22:\"travel-static-captions\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"travel-static-captions/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"travel-static-captions/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"travel-static-captions/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:33:\"travel-static-captions/slide4.jpg\";}}s:7:\"concept\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"concept/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"concept/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"concept/slide3.jpg\";}}s:17:\"fullscreen-button\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"fullscreen-button/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"fullscreen-button/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"fullscreen-button/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"fullscreen-button/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:28:\"fullscreen-button/slide5.jpg\";}}s:15:\"creativefreedom\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"creativefreedom/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"creativefreedom/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"creativefreedom/slide3.jpg\";}}s:13:\"parallaxscene\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"parallaxscene/slide1.jpg\";}}s:15:\"slidingoverlays\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"slidingoverlays/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"slidingoverlays/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"slidingoverlays/slide3.jpg\";}}s:25:\"web-product-light-hero-3d\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"web-product-light-hero-3d/slide1.jpg\";}}s:6:\"woobig\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"woobig/slide1.jpg\";}}s:16:\"woocommercesmall\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"woocommercesmall/slide1.jpg\";}}s:10:\"finedining\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"finedining/slide1.jpg\";}}s:12:\"agency-intro\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"agency-intro/slide1.jpg\";}}s:7:\"ourteam\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"ourteam/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"ourteam/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"ourteam/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"ourteam/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:18:\"ourteam/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:18:\"ourteam/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:18:\"ourteam/slide7.jpg\";}}s:17:\"our-team-carousel\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"ourteamcarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"ourteamcarousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"ourteamcarousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"ourteamcarousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"ourteamcarousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"ourteamcarousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:26:\"ourteamcarousel/slide7.jpg\";}}s:13:\"betteryoutube\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"betteryoutube/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"betteryoutube/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"betteryoutube/slide3.jpg\";}}s:19:\"agencywebsiteheader\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"agencywebsiteheader/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"agencywebsiteheader/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"agencywebsiteheader/slide3.jpg\";}}s:10:\"comingsoon\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"comingsoon/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"comingsoon/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"comingsoon/slide3.jpg\";}}s:9:\"snowscene\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"snowscene/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:20:\"snowscene/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:20:\"snowscene/slide3.jpg\";}}s:8:\"rockband\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:19:\"rockband/slide1.jpg\";}}s:16:\"sleeklandingpage\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"sleeklandingpage/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"sleeklandingpage/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"sleeklandingpage/slide3.jpg\";}}s:14:\"applandingpage\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"applandingpage/slide1.jpg\";}}s:9:\"deskscene\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"deskscene/slide1.jpg\";}}s:15:\"cleannewsslider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"cleannewsslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"cleannewsslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"cleannewsslider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"cleannewsslider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"cleannewsslider/slide5.jpg\";}}s:12:\"imagegallery\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"imagegallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"imagegallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"imagegallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"imagegallery/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:23:\"imagegallery/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:23:\"imagegallery/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:23:\"imagegallery/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:23:\"imagegallery/slide8.jpg\";}}s:19:\"standard-wp-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"standard-wp-gallery/slide1.jpg\";}}s:21:\"clean-news-post-based\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"clean-news-post-based/slide1.jpg\";}}s:21:\"interactivewhiteboard\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"interactivewhiteboard/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"interactivewhiteboard/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"interactivewhiteboard/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"interactivewhiteboard/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:32:\"interactivewhiteboard/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:32:\"interactivewhiteboard/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:32:\"interactivewhiteboard/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:32:\"interactivewhiteboard/slide8.jpg\";}}s:10:\"innovation\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"innovation/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"innovation/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"innovation/slide3.jpg\";}}s:24:\"dark-fullsite-block-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"dark-fullsite-block-menu/slide1.jpg\";}}s:21:\"dark-fullsite-block-1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"dark-fullsite-block-1/slide1.jpg\";}}s:27:\"dark-fullsite-block-2-about\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"dark-fullsite-block-2-about/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"dark-fullsite-block-2-about/slide2.jpg\";}}s:30:\"dark-fullsite-block-3-services\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:41:\"dark-fullsite-block-3-services/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:41:\"dark-fullsite-block-3-services/slide2.jpg\";}}s:30:\"dark-fullsite-block-4-products\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide5.jpg\";}}s:34:\"dark-fullsite-block-5-testimonials\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:45:\"dark-fullsite-block-5-testimonials/slide1.jpg\";}}s:29:\"dark-fullsite-block-6-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"dark-fullsite-block-6-callout/slide1.jpg\";}}s:28:\"dark-fullsite-block-7-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"dark-fullsite-block-7-footer/slide1.jpg\";}}s:19:\"fullsite-block-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"fullsite-block-menu/slide1.jpg\";}}s:15:\"fullsite-block1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"fullsite-block1/slide1.jpg\";}}s:22:\"fullsite-block-2-about\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"fullsite-block-2-about/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"fullsite-block-2-about/slide2.jpg\";}}s:25:\"fullsite-block-3-services\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"fullsite-block-3-services/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"fullsite-block-3-services/slide2.jpg\";}}s:25:\"fullsite-block-4-products\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide5.jpg\";}}s:29:\"fullsite-block-5-testimonials\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"fullsite-block-5-testimonials/slide1.jpg\";}}s:24:\"fullsite-block-6-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"fullsite-block-6-callout/slide1.jpg\";}}s:23:\"fullsite-block-7-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"fullsite-block-7-footer/slide1.jpg\";}}s:11:\"techjournal\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"techjournal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"techjournal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"techjournal/slide3.jpg\";}}s:13:\"cardealership\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"cardealership/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"cardealership/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"cardealership/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"cardealership/slide4.jpg\";}}s:14:\"fullscreenmenu\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"fullscreenmenu/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"fullscreenmenu/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"fullscreenmenu/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:25:\"fullscreenmenu/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:25:\"fullscreenmenu/slide5.jpg\";}}s:17:\"creativefrontpage\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"creativefrontpage/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"creativefrontpage/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"creativefrontpage/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"creativefrontpage/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:28:\"creativefrontpage/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:28:\"creativefrontpage/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:28:\"creativefrontpage/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:28:\"creativefrontpage/slide8.jpg\";}}s:19:\"websitebuilder-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"websitebuilder-menu/slide1.jpg\";}}s:19:\"websitebuilder-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"websitebuilder-hero/slide1.jpg\";}}s:22:\"websitebuilder-clients\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"websitebuilder-clients/slide1.jpg\";}}s:23:\"websitebuilder-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"websitebuilder-services/slide1.jpg\";}}s:23:\"websitebuilder-discover\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"websitebuilder-discover/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"websitebuilder-discover/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"websitebuilder-discover/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"websitebuilder-discover/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:34:\"websitebuilder-discover/slide5.jpg\";}}s:21:\"websitebuilder-slider\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"websitebuilder-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"websitebuilder-slider/slide2.jpg\";}}s:27:\"websitebuilder-calltoaction\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"websitebuilder-calltoaction/slide1.jpg\";}}s:21:\"websitebuilder-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"websitebuilder-footer/slide1.jpg\";}}s:13:\"focusparallax\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"focusparallax/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"focusparallax/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"focusparallax/slide3.jpg\";}}s:7:\"duotone\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"duotone/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"duotone/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"duotone/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"duotone/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:18:\"duotone/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:18:\"duotone/slide6.jpg\";}}s:6:\"r_menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"r_menu/slide1.jpg\";}}s:5:\"rhero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"r_hero/slide1.jpg\";}}s:7:\"r_about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"r_about/slide1.jpg\";}}s:10:\"r_products\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"r_products/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"r_products/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"r_products/slide3.jpg\";}}s:6:\"r_info\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"r_info/slide1.jpg\";}}s:17:\"inspirationheader\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"inspirationheader/slide1.jpg\";}}s:13:\"magazineposts\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"magazineposts/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"magazineposts/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"magazineposts/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"magazineposts/slide4.jpg\";}}s:17:\"explorationheader\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"explorationheader/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"explorationheader/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"explorationheader/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"explorationheader/slide4.jpg\";}}s:16:\"typewritereffect\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"typewritereffect/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"typewritereffect/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"typewritereffect/slide3.jpg\";}}s:15:\"blendmodeheader\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"blendmodeheader/slide1.jpg\";}}s:17:\"themeplicity_menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"themeplicity_menu/slide1.jpg\";}}s:19:\"themeplicity_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"themeplicity_header/slide1.jpg\";}}s:18:\"themeplicity_offer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"themeplicity_offer/slide1.jpg\";}}s:21:\"themeplicity_whatwedo\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"themeplicity_whatwedo/slide1.jpg\";}}s:21:\"themeplicity_projects\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"themeplicity_projects/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"themeplicity_projects/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"themeplicity_projects/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"themeplicity_projects/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:32:\"themeplicity_projects/slide5.jpg\";s:3:\"img\";s:7:\"Slide 5\";}}s:23:\"themeplicity_whatsgreat\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"themeplicity_whatsgreat/slide1.jpg\";}}s:19:\"themeplicity_tables\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"themeplicity_tables/slide1.jpg\";}}s:24:\"themeplicity_contactform\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"themeplicity_contactform/slide1.jpg\";}}s:19:\"themeplicity_footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"themeplicity_footer/slide1.jpg\";}}s:17:\"NiceAndClean_Menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"NiceAndClean_Menu/slide1.jpg\";}}s:19:\"NiceAndClean_Header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"NiceAndClean_Header/slide1.jpg\";}}s:21:\"NiceAndClean_Services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"NiceAndClean_Services/slide1.jpg\";}}s:18:\"NiceAndClean_About\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"NiceAndClean_About/slide1.jpg\";}}s:18:\"niceandclean_video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"niceandclean_video/slide1.jpg\";}}s:23:\"niceandclean_highlights\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"niceandclean_highlights/slide1.jpg\";}}s:21:\"NiceAndClean_Projects\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide5.jpg\";}}s:23:\"niceandclean_textblocks\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"niceandclean_textblocks/slide1.jpg\";}}s:20:\"niceandclean_callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"niceandclean_callout/slide1.jpg\";}}s:19:\"niceandclean_footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"niceandclean_footer/slide1.jpg\";}}s:3:\"80s\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:14:\"80s/slide1.jpg\";}}s:10:\"blurslider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"blurslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"blurslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"blurslider/slide3.jpg\";}}s:15:\"ComingSoonAddon\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"ComingSoonAddon/slide1.jpg\";}}s:9:\"snowaddon\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"snowaddon/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:20:\"snowaddon/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:20:\"snowaddon/slide3.jpg\";}}s:19:\"particle-effect-one\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"particle-effect-one/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"particle-effect-one/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"particle-effect-one/slide3.jpg\";}}s:19:\"particle-effect-two\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"particle-effect-two/slide1.jpg\";}}s:21:\"particle-effect-three\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"particle-effect-three/slide1.jpg\";}}s:15:\"portfolioviewer\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"portfolioviewer/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"portfolioviewer/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"portfolioviewer/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"portfolioviewer/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"portfolioviewer/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"portfolioviewer/slide6.jpg\";}}s:11:\"appshowcase\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"appshowcase/slide1.jpg\";}}s:13:\"gravitydesign\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"gravitydesign/slide1.jpg\";}}s:12:\"404errorpage\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"404errorpage/slide1.jpg\";}}s:15:\"carouselgallery\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"carouselgallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"carouselgallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"carouselgallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"carouselgallery/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"carouselgallery/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"carouselgallery/slide6.jpg\";}}s:9:\"filmstrip\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"filmstrip/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:20:\"filmstrip/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:20:\"filmstrip/slide3.jpg\";}}s:10:\"spaceopera\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"spaceopera/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"spaceopera/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"spaceopera/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:21:\"spaceopera/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:21:\"spaceopera/slide5.jpg\";}}s:12:\"websiteintro\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"websiteintro/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"websiteintro/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"websiteintro/slide3.jpg\";}}s:12:\"maskshowcase\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"maskshowcase/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"maskshowcase/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"maskshowcase/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"maskshowcase/slide4.jpg\";}}s:18:\"parallaxzoomslices\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"parallaxzoomslices/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"parallaxzoomslices/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"parallaxzoomslices/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"parallaxzoomslices/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:29:\"parallaxzoomslices/slide5.jpg\";}}s:20:\"doubleexposureeffect\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"doubleexposureeffect/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"doubleexposureeffect/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"doubleexposureeffect/slide3.jpg\";}}s:22:\"mountainparallaxheader\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"mountainparallaxheader/slide1.jpg\";}}s:12:\"goodnewsmenu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"goodnewsmenu/slide1.jpg\";}}s:14:\"goodnewsheader\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"goodnewsheader/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"goodnewsheader/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"goodnewsheader/slide3.jpg\";}}s:16:\"goodnewswhatshot\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"goodnewswhatshot/slide1.jpg\";}}s:16:\"goodnewsfeatured\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"goodnewsfeatured/slide1.jpg\";}}s:17:\"goodnewsspotlight\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"goodnewsspotlight/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"goodnewsspotlight/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"goodnewsspotlight/slide3.jpg\";}}s:16:\"goodnewscarousel\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"goodnewscarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"goodnewscarousel/slide2.jpg\";}}s:15:\"goodnewscallout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"goodnewscallout/slide1.jpg\";}}s:14:\"goodnewsfooter\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"goodnewsfooter/slide1.jpg\";}}s:16:\"goodnewsmenuback\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"goodnewsmenuback/slide1.jpg\";}}s:18:\"goodnewsblogheader\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"goodnewsblogheader/slide1.jpg\";}}s:19:\"goodnewsblogcontent\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"goodnewsblogcontent/slide1.jpg\";}}s:20:\"goodnewstestimonials\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"goodnewstestimonials/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"goodnewstestimonials/slide2.jpg\";}}s:18:\"goodnewsblogfooter\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"goodnewsblogfooter/slide1.jpg\";}}s:17:\"beforeafterslider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"beforeafterslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"beforeafterslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"beforeafterslider/slide3.jpg\";}}s:15:\"productshowcase\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"productshowcase/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"productshowcase/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"productshowcase/slide3.jpg\";}}s:22:\"overexposuretransition\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"overexposuretransition/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"overexposuretransition/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"overexposuretransition/slide3.jpg\";}}s:14:\"parallaxscroll\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"parallaxscroll/slide1.jpg\";}}s:11:\"techco-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"techco-menu/slide1.jpg\";}}s:13:\"techco-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"techco-header/slide1.jpg\";}}s:12:\"techco-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"techco-about/slide1.jpg\";}}s:15:\"techco-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"techco-services/slide1.jpg\";}}s:12:\"techco-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"techco-video/slide1.jpg\";}}s:13:\"techco-prices\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"techco-prices/slide1.jpg\";}}s:19:\"techco-testimonials\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"techco-testimonials/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"techco-testimonials/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"techco-testimonials/slide3.jpg\";}}s:13:\"techco-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"techco-footer/slide1.jpg\";}}s:7:\"weather\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"weather/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"weather/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"weather/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"weather/slide4.jpg\";}}s:11:\"360panorama\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"360panorama/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"360panorama/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"360panorama/slide3.jpg\";}}s:14:\"duotone-add-on\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"duotone-add-on/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"duotone-add-on/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"duotone-add-on/slide3.jpg\";}}s:13:\"reveal-add-on\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"reveal-add-on/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"reveal-add-on/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"reveal-add-on/slide3.jpg\";}}s:16:\"band-tour-poster\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"smartcontent/band-tour-poster/slide1.png\";}}s:14:\"brewery-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"smartcontent/brewery-slider/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"smartcontent/brewery-slider/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:38:\"smartcontent/brewery-slider/slide3.png\";}}s:9:\"burgerbar\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"smartcontent/burgerbar/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"smartcontent/burgerbar/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"smartcontent/burgerbar/slide3.png\";}}s:19:\"burger-bar-portrait\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:43:\"smartcontent/burger-bar-portrait/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:43:\"smartcontent/burger-bar-portrait/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:43:\"smartcontent/burger-bar-portrait/slide3.png\";}}s:8:\"car-rent\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"smartcontent/car-rent/slide1.png\";}}s:6:\"coffee\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"smartcontent/coffee/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"smartcontent/coffee/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"smartcontent/coffee/slide3.png\";}}s:14:\"holiday-advert\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"smartcontent/holiday-advert/slide1.png\";}}s:18:\"iphone-cases-light\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:42:\"smartcontent/iphone-cases-light/slide1.png\";}}s:7:\"medical\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"smartcontent/medical/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"smartcontent/medical/slide2.png\";}}s:13:\"mexican-grill\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"smartcontent/mexican-grill/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:37:\"smartcontent/mexican-grill/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:37:\"smartcontent/mexican-grill/slide3.png\";}}s:20:\"mobile-retail-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:44:\"smartcontent/mobile-retail-slider/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:44:\"smartcontent/mobile-retail-slider/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:44:\"smartcontent/mobile-retail-slider/slide3.png\";}}s:14:\"money-exchange\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"smartcontent/money-exchange/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"smartcontent/money-exchange/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:38:\"smartcontent/money-exchange/slide3.png\";}}s:28:\"restaurant-menu-first-screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:52:\"smartcontent/restaurant-menu-first-screen/slide1.png\";}}s:29:\"restaurant-menu-second-screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:53:\"smartcontent/restaurant-menu-second-screen/slide1.png\";}}s:28:\"restaurant-menu-third-screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:52:\"smartcontent/restaurant-menu-third-screen/slide1.png\";}}s:11:\"shoes-store\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"smartcontent/shoes-store/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:35:\"smartcontent/shoes-store/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:35:\"smartcontent/shoes-store/slide3.png\";}}s:20:\"supermarket-products\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide3.png\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide4.png\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide5.png\";}}s:16:\"travel-insurance\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"smartcontent/travel-insurance/slide1.png\";}}s:12:\"cryptoslider\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"cryptoslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"cryptoslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"cryptoslider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"cryptoslider/slide4.jpg\";}}s:16:\"immersion_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"immersion_header/slide1.jpg\";}}s:19:\"immersion-mountains\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"immersion-mountains/slide1.jpg\";}}s:17:\"immersion-product\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"immersion-product/slide1.jpg\";}}s:16:\"immersion-design\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"immersion-design/slide1.jpg\";}}s:21:\"immersion-photography\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"immersion-photography/slide1.jpg\";}}s:14:\"immersion-grid\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"immersion-grid/slide1.jpg\";}}s:11:\"funkyslider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"funkyslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"funkyslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"funkyslider/slide3.jpg\";}}s:14:\"clearview_menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"clearview_menu/slide1.jpg\";}}s:16:\"clearview_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"clearview_header/slide1.jpg\";}}s:17:\"clearview_mission\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"clearview_mission/slide1.jpg\";}}s:17:\"clear-view-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"clear-view-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"clear-view-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"clear-view-slider/slide3.jpg\";}}s:15:\"clear-view-news\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"clear-view-news/slide1.jpg\";}}s:18:\"clear-view-clients\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"clear-view-clients/slide1.jpg\";}}s:18:\"clear-view-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"clear-view-contact/slide1.jpg\";}}s:22:\"clear-view-single-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"clear-view-single-menu/slide1.jpg\";}}s:24:\"clear-view-single-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"clear-view-single-header/slide1.jpg\";}}s:23:\"clear-view-single-media\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"clear-view-single-media/slide1.jpg\";}}s:22:\"clear-view-single-more\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"clear-view-single-more/slide1.jpg\";}}s:25:\"clear-view-single-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"clear-view-single-contact/slide1.jpg\";}}s:16:\"cleanlandingpage\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"cleanlandingpage/slide1.jpg\";}}s:8:\"clearcut\";a:10:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:19:\"clearcut/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:19:\"clearcut/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:19:\"clearcut/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:19:\"clearcut/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:19:\"clearcut/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:19:\"clearcut/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:19:\"clearcut/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:19:\"clearcut/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:19:\"clearcut/slide9.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:20:\"clearcut/slide10.jpg\";}}s:17:\"wonderstruck_menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"wonderstruck_menu/slide1.jpg\";}}s:19:\"wonderstruck_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"wonderstruck_header/slide1.jpg\";}}s:18:\"wonderstruck_about\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"wonderstruck_about/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"wonderstruck_about/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"wonderstruck_about/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"wonderstruck_about/slide4.jpg\";}}s:18:\"wonderstruck-works\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"wonderstruck-works/slide1.jpg\";}}s:20:\"wonderstruck-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"wonderstruck-contact/slide1.jpg\";}}s:11:\"bubblemorph\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"bubblemorph/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"bubblemorph/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"bubblemorph/slide3.jpg\";}}s:15:\"distortionaddon\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"distortionaddon/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"distortionaddon/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"distortionaddon/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"distortionaddon/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"distortionaddon/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"distortionaddon/slide6.jpg\";}}s:9:\"clubflyer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"clubflyer/slide1.jpg\";}}s:15:\"paintbrushaddon\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"paintbrushaddon/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"paintbrushaddon/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"paintbrushaddon/slide3.jpg\";}}s:15:\"parallax_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"parallax_header/slide1.jpg\";}}s:16:\"parallax_content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"parallax_content/slide1.jpg\";}}s:15:\"parallax_footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"parallax_footer/slide1.jpg\";}}s:12:\"le-chef-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"le-chef-menu/slide1.jpg\";}}s:14:\"le-chef-header\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"le-chef-header/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"le-chef-header/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"le-chef-header/slide3.jpg\";}}s:18:\"le-chef-philosophy\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"le-chef-philosophy/slide1.jpg\";}}s:12:\"le-chef-food\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"le-chef-food/slide1.jpg\";}}s:16:\"le-chef-la-carte\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"le-chef-la-carte/slide1.jpg\";}}s:14:\"le-chef-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"le-chef-footer/slide1.jpg\";}}s:20:\"news-magazine-slider\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"news-magazine-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"news-magazine-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"news-magazine-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:31:\"news-magazine-slider/slide4.jpg\";}}s:18:\"real-estate-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"real-estate-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"real-estate-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"real-estate-slider/slide3.jpg\";}}s:14:\"fashion-header\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"fashion-header/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"fashion-header/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"fashion-header/slide3.jpg\";}}s:13:\"seasonaloffer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"seasonaloffer/slide1.jpg\";}}s:18:\"barber-shop-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"barber-shop-header/slide1.jpg\";}}s:23:\"barber-shop-mobile-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"barber-shop-mobile-menu/slide1.jpg\";}}s:24:\"barber-shop-first-screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"barber-shop-first-screen/slide1.jpg\";}}s:17:\"barber-shop-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"barber-shop-about/slide1.jpg\";}}s:20:\"barber-shop-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"barber-shop-services/slide1.jpg\";}}s:19:\"barber-shop-barbers\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"barber-shop-barbers/slide1.jpg\";}}s:20:\"barber-shop-contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"barber-shop-contacts/slide1.jpg\";}}s:18:\"barber-shop-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"barber-shop-footer/slide1.jpg\";}}s:21:\"fitness-club-template\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"fitness-club-template/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"fitness-club-template/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"fitness-club-template/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"fitness-club-template/slide4.jpg\";}}s:13:\"soccer-school\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"soccer-school/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"soccer-school/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"soccer-school/slide3.jpg\";}}s:19:\"music-band-template\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"music-band-template/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"music-band-template/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"music-band-template/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:30:\"music-band-template/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:30:\"music-band-template/slide5.jpg\";}}s:15:\"restaurant-menu\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"restaurant-menu/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"restaurant-menu/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"restaurant-menu/slide3.jpg\";}}s:16:\"cinematic-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"cinematic-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"cinematic-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"cinematic-slider/slide3.jpg\";}}s:17:\"3d-parallax-cubes\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"3d-parallax-cubes/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"3d-parallax-cubes/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"3d-parallax-cubes/slide3.jpg\";}}s:13:\"medicare-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"medicare-menu/slide1.jpg\";}}s:15:\"medicare-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"medicare-header/slide1.jpg\";}}s:14:\"medicare-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"medicare-about/slide1.jpg\";}}s:18:\"medicare-highlight\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"medicare-highlight/slide1.jpg\";}}s:17:\"medicare-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"medicare-services/slide1.jpg\";}}s:16:\"medicare-doctors\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"medicare-doctors/slide1.jpg\";}}s:17:\"medicare-research\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"medicare-research/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"medicare-research/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"medicare-research/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"medicare-research/slide4.jpg\";}}s:18:\"medicare-whychoose\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"medicare-whychoose/slide1.jpg\";}}s:16:\"medicare-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"medicare-contact/slide1.jpg\";}}s:15:\"medicare-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"medicare-footer/slide1.jpg\";}}s:11:\"coffee-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"coffee-menu/slide1.jpg\";}}s:13:\"coffee-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"coffee-header/slide1.jpg\";}}s:17:\"coffee-philosophy\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"coffee-philosophy/slide1.jpg\";}}s:12:\"coffee-carte\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"coffee-carte/slide1.jpg\";}}s:13:\"coffee-teaser\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"coffee-teaser/slide1.jpg\";}}s:13:\"coffee-findus\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"coffee-findus/slide1.jpg\";}}s:13:\"coffee-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"coffee-footer/slide1.jpg\";}}s:17:\"minimal-portfolio\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"minimal-portfolio/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"minimal-portfolio/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"minimal-portfolio/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"minimal-portfolio/slide4.jpg\";}}s:23:\"minimal-portfolio-modal\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide7.jpg\";}}s:11:\"angled-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"angled-menu/slide1.jpg\";}}s:13:\"angled-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"angled-header/slide1.jpg\";}}s:11:\"angled-news\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"angled-news/slide1.jpg\";}}s:15:\"angled-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"angled-services/slide1.jpg\";}}s:14:\"angled-success\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"angled-success/slide1.jpg\";}}s:13:\"angled-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"angled-footer/slide1.jpg\";}}s:20:\"angled-content-modal\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"angled-content-modal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"angled-content-modal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"angled-content-modal/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:31:\"angled-content-modal/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:31:\"angled-content-modal/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:31:\"angled-content-modal/slide6.jpg\";}}s:13:\"big-bold-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"big-bold-menu/slide1.jpg\";}}s:15:\"big-bold-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"big-bold-header/slide1.jpg\";}}s:16:\"big-bold-content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"big-bold-content/slide1.jpg\";}}s:13:\"big-bold-blog\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"big-bold-blog/slide1.jpg\";}}s:18:\"big-bold-highlight\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"big-bold-highlight/slide1.jpg\";}}s:15:\"big-bold-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"big-bold-footer/slide1.jpg\";}}s:7:\"Retouch\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"Retouch/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"Retouch/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"Retouch/slide3.jpg\";}}s:11:\"tech-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"tech-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"tech-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"tech-slider/slide3.jpg\";}}s:11:\"peak-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"peak-header/slide1.jpg\";}}s:10:\"peak-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"peak-about/slide1.jpg\";}}s:14:\"peak-portfolio\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"peak-portfolio/slide1.jpg\";}}s:11:\"peak-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"peak-footer/slide1.jpg\";}}s:17:\"portfolio-welcome\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"portfolio-welcome/slide1.jpg\";}}s:15:\"portfolio-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"portfolio-about/slide1.jpg\";}}s:21:\"portfolio-works-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"portfolio-works-title/slide1.jpg\";}}s:23:\"portfolio-works-content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"portfolio-works-content/slide1.jpg\";}}s:18:\"portfolio-contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"portfolio-contacts/slide1.jpg\";}}s:18:\"App-Studio-Welcome\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"App-Studio-Welcome/slide1.jpg\";}}s:19:\"App-Studio-Services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"App-Studio-Services/slide1.jpg\";}}s:16:\"App-Studio-About\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"App-Studio-About/slide1.jpg\";}}s:19:\"App-Studio-Contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"App-Studio-Contacts/slide1.jpg\";}}s:14:\"cube-animation\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"cube-animation/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"cube-animation/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"cube-animation/slide3.jpg\";}}s:10:\"basic-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"basic-menu/slide1.jpg\";}}s:12:\"basic-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"basic-header/slide1.jpg\";}}s:13:\"basic-content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"basic-content/slide1.jpg\";}}s:14:\"basic-carousel\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"basic-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"basic-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"basic-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:25:\"basic-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:25:\"basic-carousel/slide5.jpg\";}}s:13:\"basic-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"basic-callout/slide1.jpg\";}}s:10:\"basic-grid\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"basic-grid/slide1.jpg\";}}s:17:\"basic-video-block\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"basic-video-block/slide1.jpg\";}}s:12:\"basic-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"basic-footer/slide1.jpg\";}}s:14:\"basic-lightbox\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"basic-lightbox/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"basic-lightbox/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"basic-lightbox/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:25:\"basic-lightbox/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:25:\"basic-lightbox/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:25:\"basic-lightbox/slide6.jpg\";}}s:13:\"nature-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"nature-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"nature-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"nature-slider/slide3.jpg\";}}s:11:\"art-gallery\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"art-gallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"art-gallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"art-gallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:22:\"art-gallery/slide4.jpg\";}}s:19:\"Construction-Header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"Construction-Header/slide1.jpg\";}}s:17:\"Construction-Home\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"Construction-Home/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"Construction-Home/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"Construction-Home/slide3.jpg\";}}s:21:\"Construction-Projects\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"Construction-Projects/slide1.jpg\";}}s:20:\"Construction-History\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"Construction-History/slide1.jpg\";}}s:21:\"Construction-Services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"Construction-Services/slide1.jpg\";}}s:21:\"Construction-Contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"Construction-Contacts/slide1.jpg\";}}s:21:\"404-Error-Space-Theme\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"404-Error-Space-Theme/slide1.jpg\";}}s:17:\"landing-page-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"landing-page-hero/slide1.jpg\";}}s:21:\"landing-page-features\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"landing-page-features/slide1.jpg\";}}s:20:\"landing-page-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"landing-page-callout/slide1.jpg\";}}s:20:\"landing-page-content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"landing-page-content/slide1.jpg\";}}s:25:\"landing-page-testimonials\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"landing-page-testimonials/slide1.jpg\";}}s:27:\"landing-page-call-to-action\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"landing-page-call-to-action/slide1.jpg\";}}s:17:\"landing-page-help\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"landing-page-help/slide1.jpg\";}}s:19:\"landing-page-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"landing-page-footer/slide1.jpg\";}}s:24:\"landing-page-price-modal\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"landing-page-price-modal/slide1.jpg\";}}s:18:\"energy-drinks-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"energy-drinks-hero/slide1.jpg\";}}s:19:\"energy-drinks-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"energy-drinks-about/slide1.jpg\";}}s:21:\"energy-drinks-product\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"energy-drinks-product/slide1.jpg\";}}s:23:\"energy-drinks-product-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"energy-drinks-product-2/slide1.jpg\";}}s:23:\"energy-drinks-product-3\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"energy-drinks-product-3/slide1.jpg\";}}s:19:\"energy-drinks-order\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"energy-drinks-order/slide1.jpg\";}}s:20:\"energy-drinks-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"energy-drinks-footer/slide1.jpg\";}}s:19:\"energy-drinks-modal\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"energy-drinks-modal/slide1.jpg\";}}s:16:\"Corporate-Header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"Corporate-Header/slide1.jpg\";}}s:24:\"Corporate-Welcome-Screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"Corporate-Welcome-Screen/slide1.jpg\";}}s:15:\"Corporate-About\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"Corporate-About/slide1.jpg\";}}s:19:\"Corporate-Portfolio\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"Corporate-Portfolio/slide1.jpg\";}}s:15:\"Corporate-Chart\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"Corporate-Chart/slide1.jpg\";}}s:14:\"Corporate-News\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"Corporate-News/slide1.jpg\";}}s:16:\"Corporate-Hiring\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"Corporate-News/slide1.jpg\";}}s:22:\"Corporate-Testimonials\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"Corporate-Testimonials/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"Corporate-Testimonials/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"Corporate-Testimonials/slide3.jpg\";}}s:15:\"Corporate-Store\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"Corporate-Store/slide1.jpg\";}}s:17:\"Corporate-Support\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"Corporate-Support/slide1.jpg\";}}s:14:\"Corporate-Team\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"Corporate-Team/slide1.jpg\";}}s:33:\"Corporate-Selected-Projects-Title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:44:\"Corporate-Selected-Projects-Title/slide1.jpg\";}}s:27:\"Corporate-Selected-Projects\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide7.jpg\";}}s:17:\"Corporate-Clients\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"Corporate-Clients/slide1.jpg\";}}s:20:\"Corporate-Text-Block\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"Corporate-Text-Block/slide1.jpg\";}}s:20:\"Corporate-Mobile-App\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"Corporate-Mobile-App/slide1.jpg\";}}s:18:\"Corporate-Contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"Corporate-Contacts/slide1.jpg\";}}s:16:\"Corporate-Footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"Corporate-Footer/slide1.jpg\";}}s:23:\"Corporate-Scroll-To-Top\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"Corporate-Scroll-To-Top/slide1.jpg\";}}s:14:\"geometric-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"geometric-menu/slide1.jpg\";}}s:14:\"geometric-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"geometric-hero/slide1.jpg\";}}s:14:\"geometric-grid\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"geometric-grid/slide1.jpg\";}}s:15:\"geometric-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"geometric-about/slide1.jpg\";}}s:15:\"geometric-texts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"geometric-texts/slide1.jpg\";}}s:18:\"geometric-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"geometric-services/slide1.jpg\";}}s:17:\"geometric-texts-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"geometric-texts-2/slide1.jpg\";}}s:22:\"geometric-testimonials\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"geometric-testimonials/slide1.jpg\";}}s:16:\"geometric-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"geometric-footer/slide1.jpg\";}}s:18:\"geometric-lightbox\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"geometric-lightbox/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"geometric-lightbox/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"geometric-lightbox/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"geometric-lightbox/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:29:\"geometric-lightbox/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:29:\"geometric-lightbox/slide6.jpg\";}}s:11:\"brutal-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"brutal-menu/slide1.jpg\";}}s:11:\"brutal-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"brutal-hero/slide1.jpg\";}}s:12:\"brutal-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"brutal-about/slide1.jpg\";}}s:16:\"brutal-highlight\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"brutal-highlight/slide1.jpg\";}}s:15:\"brutal-projects\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"brutal-projects/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"brutal-projects/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"brutal-projects/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"brutal-projects/slide4.jpg\";}}s:15:\"brutal-services\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"brutal-services/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"brutal-services/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"brutal-services/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"brutal-services/slide4.jpg\";}}s:14:\"brutal-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"brutal-callout/slide1.jpg\";}}s:13:\"brutal-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"brutal-footer/slide1.jpg\";}}s:13:\"Church-Header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"Church-Header/slide1.jpg\";}}s:22:\"Church-Upcoming-Events\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"Church-Upcoming-Events/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"Church-Upcoming-Events/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"Church-Upcoming-Events/slide3.jpg\";}}s:12:\"Church-About\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"Church-About/slide1.jpg\";}}s:14:\"Church-Pastors\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"Church-Pastors/slide1.jpg\";}}s:20:\"Church-Photo-Gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"Church-Photo-Gallery/slide1.jpg\";}}s:16:\"Church-Community\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"Church-Community/slide1.jpg\";}}s:13:\"Church-Sermon\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"Church-Sermon/slide1.jpg\";}}s:15:\"Church-Contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"Church-Contacts/slide1.jpg\";}}s:13:\"Church-Footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"Church-Footer/slide1.jpg\";}}s:19:\"Church-Light-Header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"Church-Light-Header/slide1.jpg\";}}s:28:\"Church-Light-Upcoming-Events\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"Church-Light-Upcoming-Events/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:39:\"Church-Light-Upcoming-Events/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:39:\"Church-Light-Upcoming-Events/slide3.jpg\";}}s:18:\"Church-Light-About\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"Church-Light-About/slide1.jpg\";}}s:20:\"Church-Light-Pastors\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"Church-Light-Pastors/slide1.jpg\";}}s:26:\"Church-Light-Photo-Gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"Church-Light-Photo-Gallery/slide1.jpg\";}}s:22:\"Church-Light-Community\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"Church-Light-Community/slide1.jpg\";}}s:19:\"Church-Light-Sermon\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"Church-Light-Sermon/slide1.jpg\";}}s:21:\"Church-Light-Contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"Church-Light-Contacts/slide1.jpg\";}}s:19:\"Church-Light-Footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"Church-Light-Footer/slide1.jpg\";}}s:13:\"rockable-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"rockable-menu/slide1.jpg\";}}s:13:\"rockable-hero\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"rockable-hero/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"rockable-hero/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"rockable-hero/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"rockable-hero/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:24:\"rockable-hero/slide5.jpg\";}}s:15:\"rockable-lineup\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"rockable-lineup/slide1.jpg\";}}s:17:\"rockable-lineup-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"rockable-lineup-2/slide1.jpg\";}}s:22:\"rockable-gallery-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"rockable-gallery-title/slide1.jpg\";}}s:16:\"rockable-gallery\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"rockable-gallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"rockable-gallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"rockable-gallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"rockable-gallery/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"rockable-gallery/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:27:\"rockable-gallery/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:27:\"rockable-gallery/slide7.jpg\";}}s:17:\"rockable-sponsors\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"rockable-sponsors/slide1.jpg\";}}s:15:\"rockable-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"rockable-footer/slide1.jpg\";}}s:21:\"rockable-detail-modal\";a:18:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:10;a:2:{s:5:\"title\";s:8:\"Slide 11\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:11;a:2:{s:5:\"title\";s:8:\"Slide 12\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:12;a:2:{s:5:\"title\";s:8:\"Slide 13\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:13;a:2:{s:5:\"title\";s:8:\"Slide 14\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:14;a:2:{s:5:\"title\";s:8:\"Slide 15\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:15;a:2:{s:5:\"title\";s:8:\"Slide 16\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:16;a:2:{s:5:\"title\";s:8:\"Slide 17\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:17;a:2:{s:5:\"title\";s:8:\"Slide 18\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}}s:23:\"rockable-detail-modal-2\";a:18:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:10;a:2:{s:5:\"title\";s:8:\"Slide 11\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:11;a:2:{s:5:\"title\";s:8:\"Slide 12\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:12;a:2:{s:5:\"title\";s:8:\"Slide 13\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:13;a:2:{s:5:\"title\";s:8:\"Slide 14\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:14;a:2:{s:5:\"title\";s:8:\"Slide 15\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:15;a:2:{s:5:\"title\";s:8:\"Slide 16\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:16;a:2:{s:5:\"title\";s:8:\"Slide 17\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:17;a:2:{s:5:\"title\";s:8:\"Slide 18\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}}s:27:\"real-estate-showcase-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"Real-Estate-Showcase-Slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"Real-Estate-Showcase-Slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:38:\"Real-Estate-Showcase-Slider/slide3.jpg\";}}s:16:\"isometric-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"isometric-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"isometric-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"isometric-slider/slide3.jpg\";}}s:17:\"E-Commerce-Slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"Shoes-Store-Slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"Shoes-Store-Slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"Shoes-Store-Slider/slide3.jpg\";}}s:23:\"E-Commerce-Slider-Modal\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"Shoes-Store-Slider-Modal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:35:\"Shoes-Store-Slider-Modal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:35:\"Shoes-Store-Slider-Modal/slide3.jpg\";}}s:27:\"Woo-Commerce-Slider-Dynamic\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"Shoes-Store-Slider-Dynamic/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:37:\"Shoes-Store-Slider-Dynamic/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:37:\"Shoes-Store-Slider-Dynamic/slide3.jpg\";}}s:15:\"blooming-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"blooming-header/slide1.jpg\";}}s:14:\"blooming-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"blooming-about/slide1.jpg\";}}s:18:\"blooming-portfolio\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"blooming-portfolio/slide1.jpg\";}}s:22:\"blooming-wedding-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"blooming-wedding-title/slide1.jpg\";}}s:25:\"blooming-wedding-carousel\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide6.jpg\";}}s:21:\"blooming-wedding-text\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"blooming-wedding-text/slide1.jpg\";}}s:22:\"blooming-parties-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"blooming-parties-title/slide1.jpg\";}}s:25:\"blooming-parties-carousel\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide6.jpg\";}}s:21:\"blooming-parties-text\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"blooming-parties-text/slide1.jpg\";}}s:22:\"blooming-funeral-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"blooming-funeral-title/slide1.jpg\";}}s:23:\"blooming-funeral-slider\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide6.jpg\";}}s:21:\"blooming-funeral-text\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"blooming-funeral-text/slide1.jpg\";}}s:16:\"blooming-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"blooming-contact/slide1.jpg\";}}s:13:\"particle-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"particle-hero/slide1.jpg\";}}s:17:\"bubble-morph-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"bubble-morph-hero/slide1.jpg\";}}s:13:\"parallax-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"parallax-hero/slide1.jpg\";}}s:10:\"video-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"video-hero/slide1.jpg\";}}s:14:\"ken-burns-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"ken-burns-hero/slide1.jpg\";}}s:21:\"basic-hero-collection\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"basic-hero-collection/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"basic-hero-collection/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"basic-hero-collection/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"basic-hero-collection/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:32:\"basic-hero-collection/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:32:\"basic-hero-collection/slide6.jpg\";}}s:19:\"launching-very-soon\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"launching-very-soon/slide1.jpg\";}}s:18:\"Under-Construction\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"Under-Construction/slide1.jpg\";}}s:15:\"Particle-Effect\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"Particle-Effect/slide1.jpg\";}}s:17:\"Particle-Effect-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"Particle-Effect-2/slide1.jpg\";}}s:10:\"stark-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"stark-menu/slide1.jpg\";}}s:12:\"stark-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"stark-header/slide1.jpg\";}}s:13:\"stark-content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"stark-content/slide1.jpg\";}}s:14:\"stark-carousel\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"stark-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"stark-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"stark-carousel/slide3.jpg\";}}s:15:\"stark-portfolio\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"stark-portfolio/slide1.jpg\";}}s:22:\"stark-portfolio-detail\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide6.jpg\";}}s:13:\"stark-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"stark-contact/slide1.jpg\";}}s:12:\"stark-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"stark-footer/slide1.jpg\";}}s:16:\"stark-newsletter\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"stark-newsletter/slide1.jpg\";}}s:15:\"big-summer-sale\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"big-summer-sale/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"big-summer-sale/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"big-summer-sale/slide3.jpg\";}}s:18:\"traveller-carousel\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"traveller-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"traveller-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"traveller-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"traveller-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:29:\"traveller-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:29:\"traveller-carousel/slide6.jpg\";}}s:16:\"project-carousel\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"project-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"project-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"project-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"project-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"project-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:27:\"project-carousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:27:\"project-carousel/slide7.jpg\";}}s:13:\"news-carousel\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"news-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"news-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"news-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"news-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:24:\"news-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:24:\"news-carousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:24:\"news-carousel/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:24:\"news-carousel/slide8.jpg\";}}s:10:\"story-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"story-menu/slide1.jpg\";}}s:12:\"story-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"story-header/slide1.jpg\";}}s:13:\"story-block-1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"story-block-1/slide1.jpg\";}}s:15:\"story-content-1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"story-content-1/slide1.jpg\";}}s:13:\"story-block-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"story-block-2/slide1.jpg\";}}s:13:\"story-block-3\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"story-block-3/slide1.jpg\";}}s:15:\"story-content-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"story-content-2/slide1.jpg\";}}s:13:\"story-block-4\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"story-block-4/slide1.jpg\";}}s:15:\"story-content-3\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"story-content-3/slide1.jpg\";}}s:12:\"mini-website\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"mini-website/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"mini-website/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"mini-website/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"mini-website/slide4.jpg\";}}s:13:\"food-delivery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"food-delivery/slide1.jpg\";}}s:25:\"slider-with-illustrations\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"slider-with-illustrations/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"slider-with-illustrations/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:36:\"slider-with-illustrations/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:36:\"slider-with-illustrations/slide4.jpg\";}}s:8:\"zen-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:19:\"zen-menu/slide1.jpg\";}}s:10:\"zen-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"zen-header/slide1.jpg\";}}s:9:\"zen-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"zen-about/slide1.jpg\";}}s:12:\"zen-features\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"zen-features/slide1.jpg\";}}s:9:\"zen-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"zen-video/slide1.jpg\";}}s:11:\"zen-pricing\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"zen-pricing/slide1.jpg\";}}s:22:\"zen-testimonials-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"zen-testimonials-title/slide1.jpg\";}}s:16:\"zen-testimonials\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"zen-testimonials/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"zen-testimonials/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"zen-testimonials/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"zen-testimonials/slide4.jpg\";}}s:10:\"zen-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"zen-footer/slide1.jpg\";}}s:17:\"Paintbrush-Effect\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"Paintbrush-Effect/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"Paintbrush-Effect/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"Paintbrush-Effect/slide3.jpg\";}}s:25:\"black-friday-scroll-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"black-friday-scroll-video/slide1.jpg\";}}s:12:\"charity-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"charity-menu/slide1.jpg\";}}s:14:\"charity-header\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"charity-header/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"charity-header/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"charity-header/slide3.jpg\";}}s:15:\"charity-mission\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"charity-mission/slide1.jpg\";}}s:13:\"charity-funds\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"charity-funds/slide1.jpg\";}}s:15:\"charity-success\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"charity-success/slide1.jpg\";}}s:15:\"charity-stories\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"charity-stories/slide1.jpg\";}}s:16:\"charity-worldmap\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"charity-worldmap/slide1.jpg\";}}s:19:\"charity-large-image\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"charity-large-image/slide1.jpg\";}}s:16:\"charity-sponsors\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"charity-sponsors/slide1.jpg\";}}s:12:\"charity-help\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"charity-help/slide1.jpg\";}}s:14:\"charity-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"charity-footer/slide1.jpg\";}}s:21:\"cinematic-hero-titles\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"cinematic-hero-titles/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"cinematic-hero-titles/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"cinematic-hero-titles/slide3.jpg\";}}s:23:\"design-dna-scroll-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"design-dna-scroll-video/slide1.jpg\";}}s:27:\"food-delivery-lottie-scroll\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"food-delivery-lottie-scroll/slide1.jpg\";}}s:20:\"food-recipe-carousel\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"food-recipe-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"food-recipe-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"food-recipe-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:31:\"food-recipe-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:31:\"food-recipe-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:31:\"food-recipe-carousel/slide6.jpg\";}}s:17:\"food-recipe-modal\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"food-recipe-modal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"food-recipe-modal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"food-recipe-modal/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"food-recipe-modal/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:28:\"food-recipe-modal/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:28:\"food-recipe-modal/slide6.jpg\";}}s:27:\"corporate-carousel-template\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"packages/corporate_carousel_bundle.jpg\";}}s:18:\"corporate-carousel\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"corporate-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"corporate-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"corporate-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"corporate-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:29:\"corporate-carousel/slide5.jpg\";}}s:18:\"corporate-lightbox\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"corporate-lightbox/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"corporate-lightbox/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"corporate-lightbox/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"corporate-lightbox/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:29:\"corporate-lightbox/slide5.jpg\";}}s:23:\"cyber-carousel-template\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"packages/cybercarousel_bundle.jpg\";}}s:14:\"cyber-carousel\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"cyber-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"cyber-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"cyber-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:25:\"cyber-carousel/slide4.jpg\";}}s:23:\"cyber-carousel-lightbox\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"cyber-carousel-lightbox/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"cyber-carousel-lightbox/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"cyber-carousel-lightbox/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"cyber-carousel-lightbox/slide4.jpg\";}}s:24:\"woocommerce-carousel-one\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"woocommerce-carousel-one/slide1.jpg\";}}s:31:\"woocommerce-carousel-one-static\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:42:\"woocommerce-carousel-one-static/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:42:\"woocommerce-carousel-one-static/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:42:\"woocommerce-carousel-one-static/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:42:\"woocommerce-carousel-one-static/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:42:\"woocommerce-carousel-one-static/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:42:\"woocommerce-carousel-one-static/slide6.jpg\";}}s:24:\"woocommerce-carousel-two\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"woocommerce-carousel-two/slide1.jpg\";}}s:31:\"woocommerce-carousel-two-static\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:42:\"woocommerce-carousel-two-static/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:42:\"woocommerce-carousel-two-static/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:42:\"woocommerce-carousel-two-static/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:42:\"woocommerce-carousel-two-static/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:42:\"woocommerce-carousel-two-static/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:42:\"woocommerce-carousel-two-static/slide6.jpg\";}}s:26:\"woocommerce-feature-slider\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"woocommerce-feature-slider/slide1.jpg\";}}s:33:\"woocommerce-feature-slider-static\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:44:\"woocommerce-feature-slider-static/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:44:\"woocommerce-feature-slider-static/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:44:\"woocommerce-feature-slider-static/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:44:\"woocommerce-feature-slider-static/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:44:\"woocommerce-feature-slider-static/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:44:\"woocommerce-feature-slider-static/slide6.jpg\";}}s:17:\"woo-liquid-slider\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"woo-liquid-slider/slide1.jpg\";}}s:32:\"woocommerce-liquid-slider-static\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:43:\"woocommerce-liquid-slider-static/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:43:\"woocommerce-liquid-slider-static/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:43:\"woocommerce-liquid-slider-static/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:43:\"woocommerce-liquid-slider-static/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:43:\"woocommerce-liquid-slider-static/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:43:\"woocommerce-liquid-slider-static/slide6.jpg\";}}s:15:\"woo-slider-pack\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"packages/woosliderpack_dynamic.jpg\";}}s:22:\"woo-slider-pack-static\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"packages/woosliderpack_static.jpg\";}}s:24:\"creative-hero-collection\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"creative-hero-collection/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:35:\"creative-hero-collection/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:35:\"creative-hero-collection/slide3.jpg\";}}s:19:\"photographer-slider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"photographer-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"photographer-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"photographer-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:30:\"photographer-slider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:30:\"photographer-slider/slide5.jpg\";}}s:17:\"realestate-slider\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"realestate-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"realestate-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"realestate-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"realestate-slider/slide4.jpg\";}}s:19:\"saas-product-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"saas-product-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"saas-product-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"saas-product-slider/slide3.jpg\";}}s:27:\"cinematic-wildlife-template\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"packages/cinematic-wildlife-package.jpg\";}}s:25:\"cinematic-wildlife-slider\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"cinematic-wildlife-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"cinematic-wildlife-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:36:\"cinematic-wildlife-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:36:\"cinematic-wildlife-slider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:36:\"cinematic-wildlife-slider/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:36:\"cinematic-wildlife-slider/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:36:\"cinematic-wildlife-slider/slide7.jpg\";}}s:24:\"cinematic-wildlife-modal\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"cinematic-wildlife-modal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:35:\"cinematic-wildlife-modal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:35:\"cinematic-wildlife-modal/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:35:\"cinematic-wildlife-modal/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:35:\"cinematic-wildlife-modal/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:35:\"cinematic-wildlife-modal/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:35:\"cinematic-wildlife-modal/slide7.jpg\";}}s:32:\"gaming-stats-presentation-slider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:43:\"gaming-stats-presentation-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:43:\"gaming-stats-presentation-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:43:\"gaming-stats-presentation-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:43:\"gaming-stats-presentation-slider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:43:\"gaming-stats-presentation-slider/slide5.jpg\";}}s:15:\"coffee-flavours\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"coffee-flavors/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"coffee-flavors/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"coffee-flavors/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:25:\"coffee-flavors/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:25:\"coffee-flavors/slide5.jpg\";}}s:15:\"showreel-slider\";a:10:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"showreel-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"showreel-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"showreel-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"showreel-slider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"showreel-slider/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"showreel-slider/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:26:\"showreel-slider/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:26:\"showreel-slider/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:26:\"showreel-slider/slide9.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:27:\"showreel-slider/slide10.jpg\";}}s:16:\"visual-art-forms\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"visual-art-forms/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"visual-art-forms/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"visual-art-forms/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"visual-art-forms/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"visual-art-forms/slide5.jpg\";}}s:14:\"bg-effect-hero\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"bg-effect-hero/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"bg-effect-hero/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"bg-effect-hero/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:25:\"bg-effect-hero/slide4.jpg\";}}s:9:\"cyberfunk\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"cyberfunk/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:20:\"cyberfunk/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:20:\"cyberfunk/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:20:\"cyberfunk/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:20:\"cyberfunk/slide5.jpg\";}}s:21:\"motion-blur-portfolio\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"motion-blur-portfolio/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"motion-blur-portfolio/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"motion-blur-portfolio/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"motion-blur-portfolio/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:32:\"motion-blur-portfolio/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:32:\"motion-blur-portfolio/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:32:\"motion-blur-portfolio/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:32:\"motion-blur-portfolio/slide8.jpg\";}}s:18:\"portal-effect-hero\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"portal-effect-hero/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"portal-effect-hero/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"portal-effect-hero/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"portal-effect-hero/slide4.jpg\";}}s:15:\"winery-timeline\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"winery-timeline/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"winery-timeline/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"winery-timeline/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"winery-timeline/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"winery-timeline/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"winery-timeline/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:26:\"winery-timeline/slide7.jpg\";}}s:25:\"smart-living-one-pager-v1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"packages/Smart-Living-One-Pager-V1.jpg\";}}s:25:\"smart-living-one-pager-v2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"packages/Smart-Living-One-Pager-V2.jpg\";}}s:25:\"smart-living-one-pager-v3\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"packages/Smart-Living-One-Pager-V3.jpg\";}}s:6:\"menu-1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"menu-1/slide1.jpg\";}}s:14:\"onepage-hero-1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"onepage-hero-1/slide1.jpg\";}}s:6:\"about1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"about1/slide1.jpg\";}}s:9:\"services1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"services1/slide1.jpg\";}}s:9:\"projects1\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"projects1/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:20:\"projects1/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:20:\"projects1/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:20:\"projects1/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:20:\"projects1/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:20:\"projects1/slide6.jpg\";}}s:8:\"footer-1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:19:\"footer-1/slide1.jpg\";}}s:23:\"explainer-block-1-part1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"explainer-block-1-part1/slide1.jpg\";}}s:23:\"explainer-block-1-part2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"explainer-block-1-part2/slide1.jpg\";}}s:16:\"projects-modal-1\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"projects-modal-1/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"projects-modal-1/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"projects-modal-1/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"projects-modal-1/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"projects-modal-1/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:27:\"projects-modal-1/slide6.jpg\";}}s:6:\"menu-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"menu-2/slide1.jpg\";}}s:6:\"hero-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"hero-2/slide1.jpg\";}}s:10:\"services-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"services-2/services2-thumbnail.jpg\";}}s:7:\"about-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"about-2/slide1.jpg\";}}s:10:\"projects-2\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"projects-2/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"projects-2/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"projects-2/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:21:\"projects-2/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:21:\"projects-2/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:21:\"projects-2/slide6.jpg\";}}s:7:\"footer2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"footer2/slide1.jpg\";}}s:23:\"explainer-block-2-part1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"explainer-block-2-part1/slide1.jpg\";}}s:23:\"explainer-block-2-part2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"explainer-block-2-part2/slide1.jpg\";}}s:16:\"projects-modal-2\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"projects-modal-2/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"projects-modal-2/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"projects-modal-2/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"projects-modal-2/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"projects-modal-2/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:27:\"projects-modal-2/slide6.jpg\";}}s:6:\"menu-3\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"menu-3/slide1.jpg\";}}s:6:\"hero-3\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"hero-3/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:17:\"hero-3/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:17:\"hero-3/slide3.jpg\";}}s:7:\"about-3\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"about-3/slide1.jpg\";}}s:10:\"services-3\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"services-3/slide1.jpg\";}}s:10:\"projects-3\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"projects-3/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"projects-3/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"projects-3/slide3.jpg\";}}s:8:\"footer-3\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:19:\"footer-3/slide1.jpg\";}}s:23:\"explainer-block-3-part1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"explainer-block-3-part1/slide1.jpg\";}}s:23:\"explainer-block-3-part2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"explainer-block-3-part2/slide1.jpg\";}}s:16:\"projects-modal-3\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"projects-modal-3/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"projects-modal-3/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"projects-modal-3/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"projects-modal-3/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"projects-modal-3/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:27:\"projects-modal-3/slide6.jpg\";}}s:25:\"urban-street-skate-slider\";a:12:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"urban-street-skate-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"urban-street-skate-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:36:\"urban-street-skate-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:36:\"urban-street-skate-slider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:36:\"urban-street-skate-slider/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:36:\"urban-street-skate-slider/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:36:\"urban-street-skate-slider/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:36:\"urban-street-skate-slider/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:36:\"urban-street-skate-slider/slide9.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:37:\"urban-street-skate-slider/slide10.jpg\";}i:10;a:2:{s:5:\"title\";s:8:\"Slide 11\";s:3:\"img\";s:37:\"urban-street-skate-slider/slide11.jpg\";}i:11;a:2:{s:5:\"title\";s:8:\"Slide 12\";s:3:\"img\";s:37:\"urban-street-skate-slider/slide12.jpg\";}}s:13:\"yummy-burgers\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"yummy-burgers/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"yummy-burgers/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"yummy-burgers/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"yummy-burgers/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:24:\"yummy-burgers/slide5.jpg\";}}}}','no'),(116391,'essgrid_servers','a:7:{i:0;s:22:\"themepunch-ext-a.tools\";i:1;s:22:\"themepunch-ext-b.tools\";i:2;s:22:\"themepunch-ext-b.tools\";i:3;s:22:\"themepunch-ext-b.tools\";i:4;s:16:\"themepunch.tools\";i:5;s:22:\"themepunch-ext-a.tools\";i:6;s:22:\"themepunch-ext-a.tools\";}','yes'),(116392,'essgrid_server_refresh','1633128335','yes'),(116393,'tp_eg-templates-check','1634026416','yes'),(116394,'tp_eg-templates-new','','no'),(116395,'tp_eg-templates','a:1:{s:5:\"grids\";a:60:{i:0;a:16:{s:2:\"id\";s:1:\"1\";s:5:\"title\";s:12:\"Vimeo Player\";s:5:\"alias\";s:11:\"vimeostream\";s:3:\"zip\";s:15:\"vimeostream.zip\";s:3:\"uid\";s:32:\"088c7c0f8a0862bbe2dab1dd16601a3e\";s:3:\"img\";s:13:\"ess_vimeo.jpg\";s:7:\"preview\";s:87:\"https://essential.themepunch.com/template_library/minimal-vimeo-playlist-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:57:\"<div class=\"hcap\">Even Grid<br/>Stream<br>Load More</div>\";s:11:\"setup_notes\";s:80:\"Please clear the stream cache when you<br> \r\napply changes to the stream source.\";s:6:\"filter\";a:5:{i:0;s:4:\"even\";i:1;s:9:\"fullwidth\";i:2;s:8:\"loadmore\";i:3;s:12:\"nonavigation\";i:4;s:7:\"streams\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2018-11-14 09:59:52\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:1;a:16:{s:2:\"id\";s:1:\"3\";s:5:\"title\";s:14:\"Flickr Gallery\";s:5:\"alias\";s:12:\"flickrstream\";s:3:\"zip\";s:16:\"flickrstream.zip\";s:3:\"uid\";s:32:\"edfd9652b92d5783d74fefc3247632d0\";s:3:\"img\";s:14:\"ess_flickr.jpg\";s:7:\"preview\";s:85:\"https://essential.themepunch.com/template_library/flickr-photo-gallery-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:57:\"<div class=\"hcap\">Even Grid<br/>Stream<br>Load More</div>\";s:11:\"setup_notes\";s:132:\"You will need to insert a Flickr API key<br>\r\n in the \"Source Tab\", also please clear <br>\r\nthe stream cache when you apply changes.\";s:6:\"filter\";a:5:{i:0;s:4:\"even\";i:1;s:9:\"fullwidth\";i:2;s:8:\"loadmore\";i:3;s:12:\"nonavigation\";i:4;s:7:\"streams\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2018-11-14 09:59:40\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:2;a:16:{s:2:\"id\";s:1:\"4\";s:5:\"title\";s:17:\"Instagram Minimal\";s:5:\"alias\";s:15:\"instagramstream\";s:3:\"zip\";s:19:\"instagramstream.zip\";s:3:\"uid\";s:32:\"73061fa3b75c5afaf4846cdf95add10c\";s:3:\"img\";s:13:\"ess_insta.jpg\";s:7:\"preview\";s:90:\"https://essential.themepunch.com/template_library/minimal-instagram-gallery-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:57:\"<div class=\"hcap\">Even Grid<br/>Stream<br>Load More</div>\";s:11:\"setup_notes\";s:80:\"Please clear the stream cache when<br>\r\n you apply changes to the stream source.\";s:6:\"filter\";a:5:{i:0;s:4:\"even\";i:1;s:9:\"fullwidth\";i:2;s:8:\"loadmore\";i:3;s:12:\"nonavigation\";i:4;s:7:\"streams\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2018-11-14 09:59:06\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:3;a:16:{s:2:\"id\";s:1:\"5\";s:5:\"title\";s:12:\"YouTube Grid\";s:5:\"alias\";s:13:\"youtubestream\";s:3:\"zip\";s:17:\"youtubestream.zip\";s:3:\"uid\";s:32:\"df776948dd7ca1cb88ba59a4e638f20e\";s:3:\"img\";s:15:\"ess_youtube.jpg\";s:7:\"preview\";s:95:\"https://essential.themepunch.com/template_library/youtube-playlist-video-gallery-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:69:\"<div class=\"hcap\">Even Grid<br/>Stream<br>Pagination<br>Sorting</div>\";s:11:\"setup_notes\";s:133:\"You will need to insert a YouTube API key<br>\r\n in the \"Source Tab\", also please clear the<br>\r\n stream cache when you apply changes.\";s:6:\"filter\";a:5:{i:0;s:9:\"fullwidth\";i:1;s:7:\"masonry\";i:2;s:10:\"pagination\";i:3;s:7:\"sorting\";i:4;s:7:\"streams\";}s:3:\"cat\";s:1:\"0\";s:4:\"date\";s:19:\"2018-11-14 09:58:54\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:4;a:16:{s:2:\"id\";s:1:\"6\";s:5:\"title\";s:16:\"Twitter Overview\";s:5:\"alias\";s:13:\"twitterstream\";s:3:\"zip\";s:17:\"twitterstream.zip\";s:3:\"uid\";s:32:\"a38d8298c59f31831c516ce8429026cf\";s:3:\"img\";s:15:\"ess_twitter.jpg\";s:7:\"preview\";s:74:\"https://essential.themepunch.com/template_library/twitter-stream-overview/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:60:\"<div class=\"hcap\">Masonry Grid<br/>Stream<br>Load More</div>\";s:11:\"setup_notes\";s:135:\"You will need to insert Twitter credentials<br>\r\n in the \"Source Tab\", also please clear the stream<br>\r\n cache when you apply changes.\";s:6:\"filter\";a:5:{i:0;s:9:\"fullwidth\";i:1;s:8:\"loadmore\";i:2;s:7:\"masonry\";i:3;s:12:\"nonavigation\";i:4;s:7:\"streams\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2018-11-14 09:59:24\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:5;a:16:{s:2:\"id\";s:1:\"7\";s:5:\"title\";s:13:\"Facebook Page\";s:5:\"alias\";s:14:\"facebookstream\";s:3:\"zip\";s:18:\"facebookstream.zip\";s:3:\"uid\";s:32:\"c346b49eb0dbfa897454160eccc55383\";s:3:\"img\";s:16:\"ess_facebook.jpg\";s:7:\"preview\";s:107:\"https://essential.themepunch.com/template_library/facebook-fanpage-content-and-album-gallery-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:60:\"<div class=\"hcap\">Masonry Grid<br/>Stream<br>Load More</div>\";s:11:\"setup_notes\";s:138:\"You will need to register a Facebook app before.<br>\r\nAlso please clear the stream cache when you<br>\r\napply changes to the stream source.\";s:6:\"filter\";a:5:{i:0;s:9:\"fullwidth\";i:1;s:8:\"loadmore\";i:2;s:7:\"masonry\";i:3;s:12:\"nonavigation\";i:4;s:7:\"streams\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2018-11-14 09:58:42\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:6;a:16:{s:2:\"id\";s:1:\"8\";s:5:\"title\";s:5:\"Jason\";s:5:\"alias\";s:4:\"woo2\";s:3:\"zip\";s:8:\"woo2.zip\";s:3:\"uid\";s:32:\"e4f9657a98fc6cc7a3a7136b5c7b2015\";s:3:\"img\";s:9:\"jason.jpg\";s:7:\"preview\";s:84:\"https://essential.themepunch.com/template_library/jason-woocommerce-product-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:87:\"<div class=\"hcap\">Boxed 3 Row<br/>WooCommerce Shop<br>Shopping Cart<br/>Filtering</div>\";s:11:\"setup_notes\";s:156:\"Demo content available via import.<br> \r\n<a href=\"https://www.themepunch.com/faq/importing-demo-contents-for-esg-templates/\" target=\"_blank\">Learn more.</a>\";s:6:\"filter\";a:4:{i:0;s:4:\"even\";i:1;s:10:\"pagination\";i:2;s:7:\"sorting\";i:3;s:11:\"woocommerce\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2018-11-14 15:02:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:7;a:16:{s:2:\"id\";s:1:\"9\";s:5:\"title\";s:6:\"Arthur\";s:5:\"alias\";s:4:\"woo1\";s:3:\"zip\";s:8:\"woo1.zip\";s:3:\"uid\";s:32:\"59bfe81828b2ddcc89b9e3968760e9d1\";s:3:\"img\";s:10:\"arthur.jpg\";s:7:\"preview\";s:85:\"https://essential.themepunch.com/template_library/arthur-woocommerce-product-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:92:\"<div class=\"hcap\">Full-Width 5 Row<br/>WooCommerce Shop<br>Shopping Cart<br/>Filtering</div>\";s:11:\"setup_notes\";s:156:\"Demo content available via import.<br> \r\n<a href=\"https://www.themepunch.com/faq/importing-demo-contents-for-esg-templates/\" target=\"_blank\">Learn more.</a>\";s:6:\"filter\";a:5:{i:0;s:9:\"fullwidth\";i:1;s:7:\"masonry\";i:2;s:10:\"pagination\";i:3;s:7:\"sorting\";i:4;s:11:\"woocommerce\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2018-11-14 15:02:21\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:8;a:16:{s:2:\"id\";s:2:\"10\";s:5:\"title\";s:6:\"Hoover\";s:5:\"alias\";s:19:\"masonry_grid_hoover\";s:3:\"zip\";s:23:\"masonry_grid_hoover.zip\";s:3:\"uid\";s:32:\"d97c537e349e9f1c91dff285f8df60c5\";s:3:\"img\";s:10:\"hoover.jpg\";s:7:\"preview\";s:93:\"https://essential.themepunch.com/template_library/hoover-masonry-wordpress-post-gallery-grid/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:93:\"<div class=\"hcap\">Masonry Grid<br/>Video Entries<br/>B&W Effect<br/>Filters<br/>Sorting</div>\";s:11:\"setup_notes\";s:156:\"Demo content available via import.<br> \r\n<a href=\"https://www.themepunch.com/faq/importing-demo-contents-for-esg-templates/\" target=\"_blank\">Learn more.</a>\";s:6:\"filter\";a:5:{i:0;s:9:\"fullwidth\";i:1;s:7:\"masonry\";i:2;s:10:\"pagination\";i:3;s:7:\"sorting\";i:4;s:5:\"video\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2018-11-14 15:02:27\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:9;a:16:{s:2:\"id\";s:2:\"11\";s:5:\"title\";s:6:\"Lyndon\";s:5:\"alias\";s:12:\"clients_grid\";s:3:\"zip\";s:16:\"clients_grid.zip\";s:3:\"uid\";s:32:\"2cdd4fc78978e87d7aa0502ba3b686e5\";s:3:\"img\";s:10:\"lyndon.jpg\";s:7:\"preview\";s:98:\"https://essential.themepunch.com/template_library/lyndon-modern-client-logo-gallery-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:87:\"<div class=\"hcap\">2 Row Scroller<br/>Icons via Meta<br/>B&W Effect<br/>Pagination</div>\";s:11:\"setup_notes\";s:156:\"Demo content available via import.<br> \r\n<a href=\"https://www.themepunch.com/faq/importing-demo-contents-for-esg-templates/\" target=\"_blank\">Learn more.</a>\";s:6:\"filter\";a:3:{i:0;s:7:\"clients\";i:1;s:4:\"even\";i:2;s:9:\"fullwidth\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2018-11-14 15:02:32\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:10;a:16:{s:2:\"id\";s:2:\"12\";s:5:\"title\";s:7:\"Phillie\";s:5:\"alias\";s:14:\"clients_grid_3\";s:3:\"zip\";s:18:\"clients_grid_3.zip\";s:3:\"uid\";s:32:\"5610d9625b702520c344168cfa70579c\";s:3:\"img\";s:11:\"phillie.jpg\";s:7:\"preview\";s:98:\"https://essential.themepunch.com/template_library/phillie-clients-logo-grid-gallery-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:94:\"<div class=\"hcap\">Clean Design<br/>Icons via Meta<br/>Tooltip Style Hover<br/>Nav Arrows</div>\";s:11:\"setup_notes\";s:156:\"Demo content available via import.<br> \r\n<a href=\"https://www.themepunch.com/faq/importing-demo-contents-for-esg-templates/\" target=\"_blank\">Learn more.</a>\";s:6:\"filter\";a:2:{i:0;s:7:\"clients\";i:1;s:4:\"even\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2018-11-14 15:02:37\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:11;a:16:{s:2:\"id\";s:2:\"13\";s:5:\"title\";s:8:\"McKinley\";s:5:\"alias\";s:19:\"media_blog_mckinley\";s:3:\"zip\";s:23:\"media_blog_mckinley.zip\";s:3:\"uid\";s:32:\"a430af281c10753e067a38d1641c8d7b\";s:3:\"img\";s:12:\"mckinley.jpg\";s:7:\"preview\";s:93:\"https://essential.themepunch.com/template_library/multimedia-blog-post-gallery-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:100:\"<div class=\"hcap\">Masonry Grid<br/>Video Entries<br/>Directional Hover<br/>Filters<br/>Sorting</div>\";s:11:\"setup_notes\";s:156:\"Demo content available via import.<br> \r\n<a href=\"https://www.themepunch.com/faq/importing-demo-contents-for-esg-templates/\" target=\"_blank\">Learn more.</a>\";s:6:\"filter\";a:5:{i:0;s:9:\"fullwidth\";i:1;s:7:\"masonry\";i:2;s:10:\"pagination\";i:3;s:7:\"sorting\";i:4;s:5:\"video\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2018-11-14 15:03:21\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:12;a:16:{s:2:\"id\";s:2:\"14\";s:5:\"title\";s:4:\"Taft\";s:5:\"alias\";s:21:\"media_grid_howardtaft\";s:3:\"zip\";s:25:\"media_grid_howardtaft.zip\";s:3:\"uid\";s:32:\"eebc5585762fe9889ceff28fae22137d\";s:3:\"img\";s:8:\"taft.jpg\";s:7:\"preview\";s:83:\"https://essential.themepunch.com/template_library/multimedia-gallery-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:87:\"<div class=\"hcap\">3 x 3 Grid<br/>Video Entries<br>Directional Hover<br/>Load More</div>\";s:11:\"setup_notes\";s:156:\"Demo content available via import.<br> \r\n<a href=\"https://www.themepunch.com/faq/importing-demo-contents-for-esg-templates/\" target=\"_blank\">Learn more.</a>\";s:6:\"filter\";a:4:{i:0;s:4:\"even\";i:1;s:8:\"loadmore\";i:2;s:12:\"nonavigation\";i:3;s:5:\"video\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2018-11-14 15:03:29\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:13;a:16:{s:2:\"id\";s:2:\"15\";s:5:\"title\";s:7:\"Wilbert\";s:5:\"alias\";s:14:\"clients_grid_2\";s:3:\"zip\";s:18:\"clients_grid_2.zip\";s:3:\"uid\";s:32:\"f27f88f41b38547d344e6cf993951862\";s:3:\"img\";s:11:\"wilbert.jpg\";s:7:\"preview\";s:96:\"https://essential.themepunch.com/template_library/wilbert-client-and-logo-gallery-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:86:\"<div class=\"hcap\">4 x 3 Grid<br/>Icons via Meta<br/>B&W Effect<br/>No Navigation</div>\";s:11:\"setup_notes\";s:156:\"Demo content available via import.<br> \r\n<a href=\"https://www.themepunch.com/faq/importing-demo-contents-for-esg-templates/\" target=\"_blank\">Learn more.</a>\";s:6:\"filter\";a:3:{i:0;s:7:\"clients\";i:1;s:4:\"even\";i:2;s:12:\"nonavigation\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2018-11-14 15:03:33\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:14;a:16:{s:2:\"id\";s:2:\"16\";s:5:\"title\";s:9:\"Roosevelt\";s:5:\"alias\";s:19:\"even_grid_roosevelt\";s:3:\"zip\";s:23:\"even_grid_roosevelt.zip\";s:3:\"uid\";s:32:\"5a8c19d4149497e2b6ba24a367ef008f\";s:3:\"img\";s:13:\"roosevelt.jpg\";s:7:\"preview\";s:96:\"https://essential.themepunch.com/template_library/roosevelt-hover-detail-wordpress-post-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:92:\"<div class=\"hcap\">Full-Screen Grid<br/>Push Up Media Hover<br/>Left & Right Nav Arrows</div>\";s:11:\"setup_notes\";s:156:\"Demo content available via import.<br> \r\n<a href=\"https://www.themepunch.com/faq/importing-demo-contents-for-esg-templates/\" target=\"_blank\">Learn more.</a>\";s:6:\"filter\";a:3:{i:0;s:4:\"even\";i:1;s:10:\"fullscreen\";i:2;s:10:\"pagination\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2018-11-14 15:03:38\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:15;a:16:{s:2:\"id\";s:2:\"17\";s:5:\"title\";s:6:\"Quincy\";s:5:\"alias\";s:16:\"even_grid_quincy\";s:3:\"zip\";s:20:\"even_grid_quincy.zip\";s:3:\"uid\";s:32:\"7a6e7bbd01c5d558748c8c2c7b6373b9\";s:3:\"img\";s:10:\"quincy.jpg\";s:7:\"preview\";s:91:\"https://essential.themepunch.com/template_library/quincy-zoom-hover-wordpress-post-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:129:\"<div class=\"hcap\">Single / Double Row<br/>Slider Style<br/>Link & Lightbox Icons<br/>Left & Right Nav Arrows<br/>Pagination</div>\";s:11:\"setup_notes\";s:156:\"Demo content available via import.<br> \r\n<a href=\"https://www.themepunch.com/faq/importing-demo-contents-for-esg-templates/\" target=\"_blank\">Learn more.</a>\";s:6:\"filter\";a:3:{i:0;s:4:\"even\";i:1;s:9:\"fullwidth\";i:2;s:10:\"pagination\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2018-11-14 15:03:42\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:16;a:16:{s:2:\"id\";s:2:\"18\";s:5:\"title\";s:17:\"Price Tables Ford\";s:5:\"alias\";s:17:\"price_tables_ford\";s:3:\"zip\";s:21:\"price_tables_ford.zip\";s:3:\"uid\";s:32:\"1ebd3eab67b822e45ad9648b9701ce01\";s:3:\"img\";s:8:\"ford.jpg\";s:7:\"preview\";s:82:\"https://essential.themepunch.com/template_library/ford-price-tables-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:82:\"<div class=\"hcap\">Traditional Price Tables<br/>Icons on Hover<br/>Pagination</div>\";s:11:\"setup_notes\";s:64:\"No Example Products included.<br> \r\nSelect a source for content.\";s:6:\"filter\";a:4:{i:0;s:9:\"fullwidth\";i:1;s:7:\"masonry\";i:2;s:10:\"pagination\";i:3;s:11:\"pricetables\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2018-11-14 15:23:54\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:17;a:16:{s:2:\"id\";s:2:\"19\";s:5:\"title\";s:18:\"Price Tables Nixon\";s:5:\"alias\";s:16:\"price_tables_two\";s:3:\"zip\";s:20:\"price_tables_two.zip\";s:3:\"uid\";s:32:\"a45c055632139fadbc92232031fcd3d5\";s:3:\"img\";s:9:\"nixon.jpg\";s:7:\"preview\";s:95:\"https://essential.themepunch.com/template_library/nixon-woocommerce-price-tables-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:84:\"<div class=\"hcap\">Price Table Scroller<br/>Show Image Hover<br/>Stacked Tables</div>\";s:11:\"setup_notes\";s:64:\"No Example Products included.<br> \r\nSelect a source for content.\";s:6:\"filter\";a:3:{i:0;s:7:\"masonry\";i:1;s:12:\"nonavigation\";i:2;s:11:\"pricetables\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2018-11-14 15:23:48\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:18;a:16:{s:2:\"id\";s:2:\"20\";s:5:\"title\";s:18:\"Price Tables Grant\";s:5:\"alias\";s:16:\"price_tables_one\";s:3:\"zip\";s:20:\"price_tables_one.zip\";s:3:\"uid\";s:32:\"19be80fd1a58cbb3714ee76453b11771\";s:3:\"img\";s:9:\"grant.jpg\";s:7:\"preview\";s:91:\"https://essential.themepunch.com/template_library/ulysses-woocommerce-product-price-tables/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:116:\"<div class=\"hcap\">Price Table Scroller<br/>Show Image Hover<br/>Left & Right Nav Arrows<br/>Boxed & Full Shown</div>\";s:11:\"setup_notes\";s:64:\"No Example Products included.<br> \r\nSelect a source for content.\";s:6:\"filter\";a:4:{i:0;s:9:\"fullwidth\";i:1;s:7:\"masonry\";i:2;s:10:\"pagination\";i:3;s:11:\"pricetables\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2018-11-14 15:23:33\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:19;a:16:{s:2:\"id\";s:2:\"21\";s:5:\"title\";s:7:\"Johnson\";s:5:\"alias\";s:17:\"even_grid_johnson\";s:3:\"zip\";s:21:\"even_grid_johnson.zip\";s:3:\"uid\";s:32:\"bcc38fc15aa572544a076bbd38b867af\";s:3:\"img\";s:11:\"johnson.jpg\";s:7:\"preview\";s:89:\"https://essential.themepunch.com/template_library/johnson-minimal-wordpress-post-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:96:\"<div class=\"hcap\">Full Width Grid<br/>Colored Hover<br/>3 Icons on Hover<br/>No Navigation</div>\";s:11:\"setup_notes\";s:156:\"Demo content available via import.<br> \r\n<a href=\"https://www.themepunch.com/faq/importing-demo-contents-for-esg-templates/\" target=\"_blank\">Learn more.</a>\";s:6:\"filter\";a:3:{i:0;s:4:\"even\";i:1;s:9:\"fullwidth\";i:2;s:12:\"nonavigation\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2018-11-14 15:03:47\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:20;a:16:{s:2:\"id\";s:2:\"22\";s:5:\"title\";s:9:\"Cleveland\";s:5:\"alias\";s:19:\"even_grid_cleveland\";s:3:\"zip\";s:23:\"even_grid_cleveland.zip\";s:3:\"uid\";s:32:\"fc12421ec2c8804996d8c766a7d7c01d\";s:3:\"img\";s:13:\"cleveland.jpg\";s:7:\"preview\";s:96:\"https://essential.themepunch.com/template_library/cleveland-hover-effect-wordpress-blog-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:102:\"<div class=\"hcap\">Full Width Grid<br/>Content on Hover<br/>Filters<br/>Pagination<br/>Nav Arrows</div>\";s:11:\"setup_notes\";s:156:\"Demo content available via import.<br> \r\n<a href=\"https://www.themepunch.com/faq/importing-demo-contents-for-esg-templates/\" target=\"_blank\">Learn more.</a>\";s:6:\"filter\";a:5:{i:0;s:4:\"even\";i:1;s:9:\"filtering\";i:2;s:9:\"fullwidth\";i:3;s:10:\"pagination\";i:4;s:7:\"sorting\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2018-11-14 15:03:52\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:21;a:16:{s:2:\"id\";s:2:\"23\";s:5:\"title\";s:4:\"Bush\";s:5:\"alias\";s:20:\"even_grid_georgebush\";s:3:\"zip\";s:24:\"even_grid_georgebush.zip\";s:3:\"uid\";s:32:\"ca6e67691019249b786a7ea5fa577a71\";s:3:\"img\";s:8:\"bush.jpg\";s:7:\"preview\";s:97:\"https://essential.themepunch.com/template_library/bush-fullwidth-blog-post-gallery-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:88:\"<div class=\"hcap\">Full Width 2 Row<br/>Cover Grow Hover<br/>Filters<br/>Nav Arrows</div>\";s:11:\"setup_notes\";s:156:\"Demo content available via import.<br> \r\n<a href=\"https://www.themepunch.com/faq/importing-demo-contents-for-esg-templates/\" target=\"_blank\">Learn more.</a>\";s:6:\"filter\";a:3:{i:0;s:4:\"even\";i:1;s:9:\"filtering\";i:2;s:9:\"fullwidth\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2018-11-14 15:03:56\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:22;a:16:{s:2:\"id\";s:2:\"24\";s:5:\"title\";s:8:\"Harrison\";s:5:\"alias\";s:23:\"even_grid_henryharrison\";s:3:\"zip\";s:27:\"even_grid_henryharrison.zip\";s:3:\"uid\";s:32:\"be1e10b8bfc8ad490402e8b7605bc428\";s:3:\"img\";s:12:\"harrison.jpg\";s:7:\"preview\";s:89:\"https://essential.themepunch.com/template_library/harrison-bubbly-wordpress-blog-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:83:\"<div class=\"hcap\">Full Width 4 Row<br/>Special Effect Hover<br/>No Navigation</div>\";s:11:\"setup_notes\";s:156:\"Demo content available via import.<br> \r\n<a href=\"https://www.themepunch.com/faq/importing-demo-contents-for-esg-templates/\" target=\"_blank\">Learn more.</a>\";s:6:\"filter\";a:3:{i:0;s:4:\"even\";i:1;s:9:\"fullwidth\";i:2;s:12:\"nonavigation\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2018-11-14 15:04:01\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:23;a:16:{s:2:\"id\";s:2:\"25\";s:5:\"title\";s:8:\"VanBuren\";s:5:\"alias\";s:18:\"even_grid_vanburen\";s:3:\"zip\";s:22:\"even_grid_vanburen.zip\";s:3:\"uid\";s:32:\"c4633fba2e78794bcdef41c06d703c39\";s:3:\"img\";s:12:\"vanburen.jpg\";s:7:\"preview\";s:93:\"https://essential.themepunch.com/template_library/vanburen-dark-hover-wordpress-post-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:105:\"<div class=\"hcap\">Full Width 3 Row<br/>Dark Opacity Hover<br/>Filters<br/>Pagination<br/>Nav Arrows</div>\";s:11:\"setup_notes\";s:156:\"Demo content available via import.<br> \r\n<a href=\"https://www.themepunch.com/faq/importing-demo-contents-for-esg-templates/\" target=\"_blank\">Learn more.</a>\";s:6:\"filter\";a:4:{i:0;s:4:\"even\";i:1;s:9:\"filtering\";i:2;s:9:\"fullwidth\";i:3;s:10:\"pagination\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2018-11-14 15:04:05\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:24;a:16:{s:2:\"id\";s:2:\"26\";s:5:\"title\";s:7:\"Jackson\";s:5:\"alias\";s:17:\"even_grid_jackson\";s:3:\"zip\";s:21:\"even_grid_jackson.zip\";s:3:\"uid\";s:32:\"b433ca06c9e23c037437944c64a2b4da\";s:3:\"img\";s:11:\"jackson.jpg\";s:7:\"preview\";s:89:\"https://essential.themepunch.com/template_library/jackson-stylish-wordpress-blog-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:117:\"<div class=\"hcap\">Full Width 1:1 Grid<br/>Clean White Hover<br/>Link & Lightbox Icons<br/>Filters<br/>Load More</div>\";s:11:\"setup_notes\";s:156:\"Demo content available via import.<br> \r\n<a href=\"https://www.themepunch.com/faq/importing-demo-contents-for-esg-templates/\" target=\"_blank\">Learn more.</a>\";s:6:\"filter\";a:4:{i:0;s:4:\"even\";i:1;s:9:\"filtering\";i:2;s:9:\"fullwidth\";i:3;s:10:\"pagination\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2018-11-14 15:04:10\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:25;a:16:{s:2:\"id\";s:2:\"27\";s:5:\"title\";s:9:\"Jefferson\";s:5:\"alias\";s:19:\"even_grid_jefferson\";s:3:\"zip\";s:23:\"even_grid_jefferson.zip\";s:3:\"uid\";s:32:\"4aa970752344a63ca15558bd286efca9\";s:3:\"img\";s:13:\"jefferson.jpg\";s:7:\"preview\";s:85:\"https://essential.themepunch.com/template_library/variable-columns-flip-item-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:121:\"<div class=\"hcap\">Custom Row Grid<br/>Red Flip Hover<br/>Link & Lightbox Icons<br/>Filters & Sorting<br/>Pagination</div>\";s:11:\"setup_notes\";s:156:\"Demo content available via import.<br> \r\n<a href=\"https://www.themepunch.com/faq/importing-demo-contents-for-esg-templates/\" target=\"_blank\">Learn more.</a>\";s:6:\"filter\";a:7:{i:0;s:4:\"even\";i:1;s:14:\"filterdropdown\";i:2;s:9:\"filtering\";i:3;s:9:\"fullwidth\";i:4;s:10:\"pagination\";i:5;s:7:\"sorting\";i:6;s:15:\"variablecolumns\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2018-11-14 15:04:15\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:26;a:16:{s:2:\"id\";s:2:\"28\";s:5:\"title\";s:8:\"Garfield\";s:5:\"alias\";s:21:\"masonry_grid_garfield\";s:3:\"zip\";s:25:\"masonry_grid_garfield.zip\";s:3:\"uid\";s:32:\"5f73bbe117ebfb9b68ff85ee32bf4578\";s:3:\"img\";s:12:\"garfield.jpg\";s:7:\"preview\";s:93:\"https://essential.themepunch.com/template_library/garfield-wordpress-news-post-magazine-grid/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:113:\"<div class=\"hcap\">Masonry Blog Style<br/>Content on Top<br/>Dark Media Hover<br/>Load More<br/>Lazy Loading</div>\";s:11:\"setup_notes\";s:156:\"Demo content available via import.<br> \r\n<a href=\"https://www.themepunch.com/faq/importing-demo-contents-for-esg-templates/\" target=\"_blank\">Learn more.</a>\";s:6:\"filter\";a:3:{i:0;s:8:\"loadmore\";i:1;s:7:\"masonry\";i:2;s:10:\"pagination\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2018-11-14 15:04:20\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:27;a:16:{s:2:\"id\";s:2:\"29\";s:5:\"title\";s:6:\"Reagan\";s:5:\"alias\";s:26:\"masonry_grid_ronald_reagan\";s:3:\"zip\";s:30:\"masonry_grid_ronald_reagan.zip\";s:3:\"uid\";s:32:\"ae42d4e11ba5e393274edf5099a4a43f\";s:3:\"img\";s:10:\"raegan.jpg\";s:7:\"preview\";s:98:\"https://essential.themepunch.com/template_library/reagan-blog-post-overview-gallery-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:124:\"<div class=\"hcap\">Masonry Blog Style<br/>Static Caption<br/>Link Show Hover<br/>Filters & Sorting<br/>Scroll Load More</div>\";s:11:\"setup_notes\";s:156:\"Demo content available via import.<br> \r\n<a href=\"https://www.themepunch.com/faq/importing-demo-contents-for-esg-templates/\" target=\"_blank\">Learn more.</a>\";s:6:\"filter\";a:7:{i:0;s:14:\"filterdropdown\";i:1;s:9:\"filtering\";i:2;s:9:\"fullwidth\";i:3;s:8:\"loadmore\";i:4;s:7:\"masonry\";i:5;s:10:\"pagination\";i:6;s:7:\"sorting\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2018-11-14 15:04:25\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:28;a:16:{s:2:\"id\";s:2:\"30\";s:5:\"title\";s:6:\"Carter\";s:5:\"alias\";s:23:\"masonryblog_jimmycarter\";s:3:\"zip\";s:27:\"masonryblog_jimmycarter.zip\";s:3:\"uid\";s:32:\"4832dc2a147e574f20c537b958f2d9ae\";s:3:\"img\";s:10:\"carter.jpg\";s:7:\"preview\";s:88:\"https://essential.themepunch.com/template_library/carter-masonry-wordpress-post-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:104:\"<div class=\"hcap\">Masonry Blog Style<br/>3D Effect Hover<br/>Filters<br/>Pagination<br/>Nav Arrows</div>\";s:11:\"setup_notes\";s:156:\"Demo content available via import.<br> \r\n<a href=\"https://www.themepunch.com/faq/importing-demo-contents-for-esg-templates/\" target=\"_blank\">Learn more.</a>\";s:6:\"filter\";a:5:{i:0;s:9:\"filtering\";i:1;s:9:\"fullwidth\";i:2;s:7:\"masonry\";i:3;s:10:\"pagination\";i:4;s:7:\"sorting\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2018-11-14 15:04:31\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:29;a:16:{s:2:\"id\";s:2:\"31\";s:5:\"title\";s:6:\"Monroe\";s:5:\"alias\";s:16:\"even_grid_monroe\";s:3:\"zip\";s:20:\"even_grid_monroe.zip\";s:3:\"uid\";s:32:\"2399e4ae114ede833e881a78566050e8\";s:3:\"img\";s:10:\"monroe.jpg\";s:7:\"preview\";s:89:\"https://essential.themepunch.com/template_library/monroe-blog-post-gallery-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:95:\"<div class=\"hcap\">3x4 Grid<br/>Static Caption<br/>Button on Hover<br/>Filters<br/>Sorting</div>\";s:11:\"setup_notes\";s:156:\"Demo content available via import.<br> \r\n<a href=\"https://www.themepunch.com/faq/importing-demo-contents-for-esg-templates/\" target=\"_blank\">Learn more.</a>\";s:6:\"filter\";a:3:{i:0;s:4:\"even\";i:1;s:9:\"filtering\";i:2;s:7:\"sorting\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2018-11-14 15:04:39\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:30;a:16:{s:2:\"id\";s:2:\"32\";s:5:\"title\";s:7:\"Madison\";s:5:\"alias\";s:17:\"even_grid_madison\";s:3:\"zip\";s:21:\"even_grid_madison.zip\";s:3:\"uid\";s:32:\"0e0e929128e8f9047da8e95ed37da4f6\";s:3:\"img\";s:11:\"madison.jpg\";s:7:\"preview\";s:98:\"https://essential.themepunch.com/template_library/madison-even-grid-wordpress-woocommerce-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:97:\"<div class=\"hcap\">4x3 Grid<br/>Dark Flip Hovers<br/>Link & Lightbox Icons<br/>No Navigation</div>\";s:11:\"setup_notes\";s:67:\"Build for WooCommerce Products <br>\r\nbut any content type will fit.\";s:6:\"filter\";a:2:{i:0;s:4:\"even\";i:1;s:12:\"nonavigation\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2018-11-15 10:53:06\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:31;a:16:{s:2:\"id\";s:2:\"33\";s:5:\"title\";s:5:\"Adams\";s:5:\"alias\";s:15:\"even_grid_adams\";s:3:\"zip\";s:19:\"even_grid_adams.zip\";s:3:\"uid\";s:32:\"2b48888d484376485f80a175876907c6\";s:3:\"img\";s:9:\"adams.jpg\";s:7:\"preview\";s:98:\"https://essential.themepunch.com/template_library/adams-variable-fullwidth-wordpress-post-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:119:\"<div class=\"hcap\">Custom Row Grid<br/>Green Hovers<br/>Link & Lightbox Icons<br/>Filters & Sorting<br/>Pagination</div>\";s:11:\"setup_notes\";s:156:\"Demo content available via import.<br> \r\n<a href=\"https://www.themepunch.com/faq/importing-demo-contents-for-esg-templates/\" target=\"_blank\">Learn more.</a>\";s:6:\"filter\";a:6:{i:0;s:4:\"even\";i:1;s:14:\"filterdropdown\";i:2;s:9:\"filtering\";i:3;s:10:\"pagination\";i:4;s:7:\"sorting\";i:5;s:15:\"variablecolumns\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2018-11-14 15:04:53\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:32;a:16:{s:2:\"id\";s:2:\"34\";s:5:\"title\";s:10:\"Washington\";s:5:\"alias\";s:20:\"even_grid_washington\";s:3:\"zip\";s:24:\"even_grid_washington.zip\";s:3:\"uid\";s:32:\"81fa93476a5e8ecd8efa146f54c2bd5d\";s:3:\"img\";s:14:\"washington.jpg\";s:7:\"preview\";s:101:\"https://essential.themepunch.com/template_library/washington-tranparent-hover-wordpress-post-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:119:\"<div class=\"hcap\">3x3 Grid<br/>Dark Opacity Hovers<br/>Link & Lightbox Icons<br/>Filters & Pagination<br/>Sorting</div>\";s:11:\"setup_notes\";s:156:\"Demo content available via import.<br> \r\n<a href=\"https://www.themepunch.com/faq/importing-demo-contents-for-esg-templates/\" target=\"_blank\">Learn more.</a>\";s:6:\"filter\";a:4:{i:0;s:4:\"even\";i:1;s:9:\"filtering\";i:2;s:10:\"pagination\";i:3;s:7:\"sorting\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2018-11-14 15:05:09\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:33;a:16:{s:2:\"id\";s:2:\"35\";s:5:\"title\";s:6:\"Mullen\";s:5:\"alias\";s:10:\"joe-mullen\";s:3:\"zip\";s:14:\"joe-mullen.zip\";s:3:\"uid\";s:32:\"904cc1afb3d66ab851b199f0dd647b7b\";s:3:\"img\";s:14:\"joe-mullen.jpg\";s:7:\"preview\";s:82:\"https://essential.themepunch.com/template_library/joe-mullen-custom-image-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:81:\"<div class=\"hcap\">Custom Row Grid<br/>DarkHover<br/>Minimal<br/>Custom Grid</div>\";s:11:\"setup_notes\";s:76:\"Imports images to the media library<br>\r\nChange them on the single grid item\";s:6:\"filter\";a:3:{i:0;s:9:\"fullwidth\";i:1;s:12:\"nonavigation\";i:2;s:15:\"variablecolumns\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2019-01-08 12:32:49\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:34;a:16:{s:2:\"id\";s:2:\"36\";s:5:\"title\";s:10:\"Jari Kurri\";s:5:\"alias\";s:10:\"jari-kurri\";s:3:\"zip\";s:14:\"jari-kurri.zip\";s:3:\"uid\";s:32:\"1c4b4785e797ad2222d1f7fecab79649\";s:3:\"img\";s:14:\"jari-kurri.jpg\";s:7:\"preview\";s:83:\"https://essential.themepunch.com/template_library/jari-kurri-photograher-portfolio/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:97:\"<div class=\"hcap\">Custom Row Grid<br/>Filter Hover<br/>Stylish<br/>flickr Source (variable)</div>\";s:11:\"setup_notes\";s:98:\"Template was built with flickr Source,<br/>\r\neither add flickr API key or<br/>\r\nchange source type\";s:6:\"filter\";a:3:{i:0;s:12:\"nonavigation\";i:1;s:7:\"streams\";i:2;s:15:\"variablecolumns\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2019-01-08 12:32:28\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:35;a:16:{s:2:\"id\";s:2:\"37\";s:5:\"title\";s:13:\"Wayne Gretzky\";s:5:\"alias\";s:13:\"wayne-gretzky\";s:3:\"zip\";s:17:\"wayne-gretzky.zip\";s:3:\"uid\";s:32:\"c4c1a976fc6236fac530d21ef5b88a46\";s:3:\"img\";s:11:\"gretzky.jpg\";s:7:\"preview\";s:88:\"https://essential.themepunch.com/template_library/wayne-gretzky-custom-white-space-grid/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:97:\"<div class=\"hcap\">Custom Row Grid<br/>DarkHover<br/>Minimal<br/>Blank Items<br/>Custom Grid</div>\";s:11:\"setup_notes\";s:76:\"Imports images to the media library<br>\r\nChange them on the single grid item\";s:6:\"filter\";a:4:{i:0;s:9:\"fullwidth\";i:1;s:7:\"masonry\";i:2;s:12:\"nonavigation\";i:3;s:15:\"variablecolumns\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2019-01-08 12:33:02\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:36;a:16:{s:2:\"id\";s:2:\"38\";s:5:\"title\";s:18:\"Viacheslav Fetisov\";s:5:\"alias\";s:18:\"viacheslav-fetisov\";s:3:\"zip\";s:11:\"fetisov.zip\";s:3:\"uid\";s:32:\"8c4bb3bc608390189df9aef958e88ff3\";s:3:\"img\";s:11:\"fetisov.jpg\";s:7:\"preview\";s:87:\"https://essential.themepunch.com/template_library/viacheslav-fetisov-behance-portfolio/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:57:\"<div class=\"hcap\">Even Grid<br/>Stream<br>Portfolio</div>\";s:11:\"setup_notes\";s:133:\"You will need to insert a Behance API key<br>\r\n in the \"Source Tab\", also please clear <br>\r\nthe stream cache when you apply changes.\";s:6:\"filter\";a:3:{i:0;s:4:\"even\";i:1;s:12:\"nonavigation\";i:2;s:7:\"streams\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2019-01-08 12:33:11\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:37;a:16:{s:2:\"id\";s:2:\"39\";s:5:\"title\";s:14:\"Dark Portfolio\";s:5:\"alias\";s:14:\"portfolio-dark\";s:3:\"zip\";s:18:\"dark-portfolio.zip\";s:3:\"uid\";s:32:\"8ef34fed7cda3055b56f18510439f363\";s:3:\"img\";s:18:\"dark_portfolio.jpg\";s:7:\"preview\";s:76:\"https://essential.themepunch.com/template_library/dark-portfolio-photo-grid/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:74:\"<div class=\"hcap\">Custom Row Grid<br/>Red Hovers<br/>Read More Badge</div>\";s:11:\"setup_notes\";s:156:\"Demo content available via import.<br> \r\n<a href=\"https://www.themepunch.com/faq/importing-demo-contents-for-esg-templates/\" target=\"_blank\">Learn more.</a>\";s:6:\"filter\";a:3:{i:0;s:7:\"masonry\";i:1;s:12:\"nonavigation\";i:2;s:15:\"variablecolumns\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2019-01-08 12:34:49\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:38;a:16:{s:2:\"id\";s:2:\"40\";s:5:\"title\";s:10:\"My YouTube\";s:5:\"alias\";s:10:\"my-youtube\";s:3:\"zip\";s:14:\"my-youtube.zip\";s:3:\"uid\";s:32:\"7f118ae4b11b24445fe533cc96763e94\";s:3:\"img\";s:14:\"my_youtube.jpg\";s:7:\"preview\";s:70:\"https://essential.themepunch.com/template_library/my-youtube-playlist/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:80:\"<div class=\"hcap\">Variable Columns<br/>Stream<br>Views, Likes<br>Load More</div>\";s:11:\"setup_notes\";s:133:\"You will need to insert a YouTube API key<br>\r\n in the \"Source Tab\", also please clear the<br>\r\n stream cache when you apply changes.\";s:6:\"filter\";a:6:{i:0;s:8:\"loadmore\";i:1;s:7:\"masonry\";i:2;s:12:\"nonavigation\";i:3;s:7:\"streams\";i:4;s:15:\"variablecolumns\";i:5;s:5:\"video\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2019-01-08 12:34:38\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:39;a:16:{s:2:\"id\";s:2:\"41\";s:5:\"title\";s:12:\"My YouTube 2\";s:5:\"alias\";s:12:\"my-youtube-2\";s:3:\"zip\";s:16:\"my-youtube-2.zip\";s:3:\"uid\";s:32:\"bd4ce42cbad845ee3f6d295f14224a00\";s:3:\"img\";s:16:\"my_youtube_2.jpg\";s:7:\"preview\";s:70:\"https://essential.themepunch.com/template_library/my-youtube-2-player/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:80:\"<div class=\"hcap\">Variable Columns<br/>Stream<br>Views, Likes<br>Load More</div>\";s:11:\"setup_notes\";s:133:\"You will need to insert a YouTube API key<br>\r\n in the \"Source Tab\", also please clear the<br>\r\n stream cache when you apply changes.\";s:6:\"filter\";a:5:{i:0;s:8:\"loadmore\";i:1;s:12:\"nonavigation\";i:2;s:7:\"streams\";i:3;s:15:\"variablecolumns\";i:4;s:5:\"video\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2019-01-08 13:51:00\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:40;a:16:{s:2:\"id\";s:2:\"42\";s:5:\"title\";s:8:\"My Vimeo\";s:5:\"alias\";s:8:\"my-vimeo\";s:3:\"zip\";s:12:\"my-vimeo.zip\";s:3:\"uid\";s:32:\"d0235dd2ccce6602197882e423d32b88\";s:3:\"img\";s:12:\"my_vimeo.jpg\";s:7:\"preview\";s:68:\"https://essential.themepunch.com/template_library/my-vimeo-playlist/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:80:\"<div class=\"hcap\">Variable Columns<br/>Stream<br>Views, Likes<br>Load More</div>\";s:11:\"setup_notes\";s:59:\"Please clear the stream cache<br> \r\nwhen you apply changes.\";s:6:\"filter\";a:4:{i:0;s:8:\"loadmore\";i:1;s:7:\"streams\";i:2;s:15:\"variablecolumns\";i:3;s:5:\"video\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2019-01-08 12:34:25\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:41;a:16:{s:2:\"id\";s:2:\"43\";s:5:\"title\";s:12:\"My Instagram\";s:5:\"alias\";s:12:\"my-instagram\";s:3:\"zip\";s:16:\"my-instagram.zip\";s:3:\"uid\";s:32:\"58ced5a252fa1998a8cdb95ee2cd01d8\";s:3:\"img\";s:16:\"my-instagram.jpg\";s:7:\"preview\";s:72:\"https://essential.themepunch.com/template_library/instagram-grid-photos/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:76:\"<div class=\"hcap\">Masonry Grid<br/>Stream<br>Pagination<br>Shape hover</div>\";s:11:\"setup_notes\";s:80:\"Please clear the stream cache when<br>\r\n you apply changes to the stream source.\";s:6:\"filter\";a:4:{i:0;s:7:\"masonry\";i:1;s:10:\"pagination\";i:2;s:7:\"streams\";i:3;s:5:\"video\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2019-01-08 12:34:16\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:42;a:16:{s:2:\"id\";s:2:\"44\";s:5:\"title\";s:14:\"My Instagram 2\";s:5:\"alias\";s:14:\"my-instagram-2\";s:3:\"zip\";s:18:\"my-instagram-2.zip\";s:3:\"uid\";s:32:\"f5094a245731501bc553295ee5582a04\";s:3:\"img\";s:18:\"my-instagram-2.jpg\";s:7:\"preview\";s:79:\"https://essential.themepunch.com/template_library/my-instagram-2-funky-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:86:\"<div class=\"hcap\">Masonry Grid<br/>Stream<br>Pagination<br>Shape animation hover</div>\";s:11:\"setup_notes\";s:80:\"Please clear the stream cache when<br>\r\n you apply changes to the stream source.\";s:6:\"filter\";a:5:{i:0;s:7:\"masonry\";i:1;s:10:\"pagination\";i:2;s:7:\"streams\";i:3;s:15:\"variablecolumns\";i:4;s:5:\"video\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2019-01-08 12:34:07\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:43;a:16:{s:2:\"id\";s:2:\"45\";s:5:\"title\";s:16:\"My Handmade Blog\";s:5:\"alias\";s:16:\"my-handmade-blog\";s:3:\"zip\";s:15:\"my-handmade.zip\";s:3:\"uid\";s:32:\"162fa8de74410bb015f86cb4a7e7ef6c\";s:3:\"img\";s:15:\"my-handmade.jpg\";s:7:\"preview\";s:81:\"https://essential.themepunch.com/template_library/my-handmade-blog-post-overview/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:88:\"<div class=\"hcap\">Custom Row Grid<br/>Dark Hover<br/>Social Button<br/>Custom Grid</div>\";s:11:\"setup_notes\";s:76:\"Imports images to the media library<br>\r\nChange them on the single grid item\";s:6:\"filter\";a:2:{i:0;s:12:\"nonavigation\";i:1;s:15:\"variablecolumns\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2019-01-08 12:33:58\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:44;a:16:{s:2:\"id\";s:2:\"46\";s:5:\"title\";s:15:\"Furniture Store\";s:5:\"alias\";s:15:\"furniture-store\";s:3:\"zip\";s:28:\"furniture_store_complete.zip\";s:3:\"uid\";s:32:\"6a1d870475b15c3fbdad65edbcadd56a\";s:3:\"img\";s:19:\"furniture-store.jpg\";s:7:\"preview\";s:87:\"https://essential.themepunch.com/template_library/furniture-shop-lightbox-grid-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:85:\"<div class=\"hcap\">Custom Row Grid<br/>Lightbox for Detail Grids<br/>Custom Grid</div>\";s:11:\"setup_notes\";s:142:\"5MB Download File (contact our support for single grids)<br>\r\nImports images to the media library<br>\r\nChange them on the single grid item<br>\";s:6:\"filter\";a:2:{i:0;s:7:\"masonry\";i:1;s:15:\"variablecolumns\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2020-08-26 14:19:22\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:45;a:16:{s:2:\"id\";s:2:\"47\";s:5:\"title\";s:12:\"Denis Savard\";s:5:\"alias\";s:12:\"denis-savard\";s:3:\"zip\";s:16:\"denis-savard.zip\";s:3:\"uid\";s:32:\"9ce04544808c29a3b251f92954c4cfb3\";s:3:\"img\";s:16:\"denis-savard.jpg\";s:7:\"preview\";s:76:\"https://essential.themepunch.com/template_library/denis-savard-logo-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:81:\"<div class=\"hcap\">Custom Row Grid<br/>DarkHover<br/>Minimal<br/>Custom Grid</div>\";s:11:\"setup_notes\";s:76:\"Imports images to the media library<br>\r\nChange them on the single grid item\";s:6:\"filter\";a:3:{i:0;s:7:\"clients\";i:1;s:12:\"nonavigation\";i:2;s:15:\"variablecolumns\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2019-01-08 12:33:47\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:46;a:16:{s:2:\"id\";s:2:\"48\";s:5:\"title\";s:14:\"Dale Hawerchuk\";s:5:\"alias\";s:14:\"Dale Hawerchuk\";s:3:\"zip\";s:18:\"dale-hawerchuk.zip\";s:3:\"uid\";s:32:\"4c0bccc86e570cb89b6fc6a3b480acc3\";s:3:\"img\";s:18:\"dale-hawerchuk.jpg\";s:7:\"preview\";s:80:\"https://essential.themepunch.com/template_library/dale-hawerchuk-flickr-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:89:\"<div class=\"hcap\">Even Grid<br/>Dark Hover<br/>Stylish<br/>flickr Source (variable)</div>\";s:11:\"setup_notes\";s:98:\"Template was built with flickr Source,<br/>\r\neither add flickr API key or<br/>\r\nchange source type\";s:6:\"filter\";a:3:{i:0;s:4:\"even\";i:1;s:12:\"nonavigation\";i:2;s:7:\"streams\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2019-01-08 12:33:39\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:47;a:16:{s:2:\"id\";s:2:\"49\";s:5:\"title\";s:14:\"Bernie Federko\";s:5:\"alias\";s:14:\"bernie-federko\";s:3:\"zip\";s:18:\"bernie-federko.zip\";s:3:\"uid\";s:32:\"f61204a7be405bc1f8f801fe346d0c13\";s:3:\"img\";s:17:\"berni-federko.jpg\";s:7:\"preview\";s:83:\"https://essential.themepunch.com/template_library/bernie-federko-portfolio-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:101:\"<div class=\"hcap\">Custom Row Grid<br/>Tooltip Hover<br/>Minimal<br/>Blank Items<br/>Custom Grid</div>\";s:11:\"setup_notes\";s:76:\"Imports images to the media library<br>\r\nChange them on the single grid item\";s:6:\"filter\";a:4:{i:0;s:7:\"clients\";i:1;s:7:\"masonry\";i:2;s:12:\"nonavigation\";i:3;s:15:\"variablecolumns\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2019-01-08 12:33:31\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:48;a:16:{s:2:\"id\";s:2:\"50\";s:5:\"title\";s:16:\"Bernie Federko 2\";s:5:\"alias\";s:16:\"bernie-federko-2\";s:3:\"zip\";s:20:\"bernie-federko-2.zip\";s:3:\"uid\";s:32:\"8646eefad5b1446954e16e7c0aa1e087\";s:3:\"img\";s:20:\"bernie-federko-2.jpg\";s:7:\"preview\";s:85:\"https://essential.themepunch.com/template_library/bernie-federko-2-portfolio-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:99:\"<div class=\"hcap\">Custom Row Grid<br/>Funky Hover<br/>Minimal<br/>Blank Items<br/>Custom Grid</div>\";s:11:\"setup_notes\";s:76:\"Imports images to the media library<br>\r\nChange them on the single grid item\";s:6:\"filter\";a:4:{i:0;s:7:\"clients\";i:1;s:7:\"masonry\";i:2;s:12:\"nonavigation\";i:3;s:15:\"variablecolumns\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2019-01-08 12:33:23\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:49;a:16:{s:2:\"id\";s:2:\"51\";s:5:\"title\";s:6:\"Wilson\";s:5:\"alias\";s:13:\"woodrowwilson\";s:3:\"zip\";s:17:\"woodrowwilson.zip\";s:3:\"uid\";s:32:\"39d28845e10f32a759a27cdacba84693\";s:3:\"img\";s:10:\"wilson.jpg\";s:7:\"preview\";s:94:\"https://essential.themepunch.com/template_library/wilson-stylish-light-wordpress-post-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:78:\"<div class=\"hcap\">Variable Columns<br/>Clean Hover<br/>Filter/Pagination</div>\";s:11:\"setup_notes\";s:156:\"Demo content available via import.<br> \r\n<a href=\"https://www.themepunch.com/faq/importing-demo-contents-for-esg-templates/\" target=\"_blank\">Learn more.</a>\";s:6:\"filter\";a:4:{i:0;s:4:\"even\";i:1;s:9:\"filtering\";i:2;s:10:\"pagination\";i:3;s:15:\"variablecolumns\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2018-11-15 10:51:38\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:50;a:16:{s:2:\"id\";s:2:\"52\";s:5:\"title\";s:12:\"Honus Wagner\";s:5:\"alias\";s:12:\"honus_wagner\";s:3:\"zip\";s:16:\"honus_wagner.zip\";s:3:\"uid\";s:32:\"460d8adc56999b662544efc5eef707b5\";s:3:\"img\";s:16:\"honus_wagner.jpg\";s:7:\"preview\";s:95:\"https://essential.themepunch.com/template_library/honus-wagner-blog-post-gallery-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:86:\"<div class=\"hcap\">Masonry Blog Style<br/>Minimal Hover<br/>Filters<br/>Load More</div>\";s:11:\"setup_notes\";s:156:\"Demo content available via import.<br> \r\n<a href=\"https://www.themepunch.com/faq/importing-demo-contents-for-esg-templates/\" target=\"_blank\">Learn more.</a>\";s:6:\"filter\";a:3:{i:0;s:8:\"loadmore\";i:1;s:7:\"masonry\";i:2;s:12:\"nonavigation\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2020-08-04 14:18:42\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:51;a:16:{s:2:\"id\";s:2:\"53\";s:5:\"title\";s:9:\"Babe Ruth\";s:5:\"alias\";s:9:\"babe_ruth\";s:3:\"zip\";s:13:\"babe_ruth.zip\";s:3:\"uid\";s:32:\"83fb845082470890ca3d1096e1f971c4\";s:3:\"img\";s:13:\"babe_ruth.jpg\";s:7:\"preview\";s:92:\"https://essential.themepunch.com/template_library/babe-ruth-blog-post-gallery-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:86:\"<div class=\"hcap\">Full Width 1:1 Grid<br/>Clean White Hover<br/>Grayscale Filter</div>\";s:11:\"setup_notes\";s:228:\"Demo content available via import.<br> \r\n<a href=\"https://www.themepunch.com/faq/importing-demo-contents-for-esg-templates/\" target=\"_blank\">Learn more.</a> <br>\r\nUse Global Option Media Filters for setting the Grayscale effect.\";s:6:\"filter\";a:1:{i:0;s:4:\"even\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2020-08-04 14:18:50\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:52;a:16:{s:2:\"id\";s:2:\"54\";s:5:\"title\";s:19:\"Dark Post Blog Grid\";s:5:\"alias\";s:14:\"dark_post_grid\";s:3:\"zip\";s:18:\"dark_post_grid.zip\";s:3:\"uid\";s:32:\"a421dd24c6d1b485b87938a6a5309fe3\";s:3:\"img\";s:13:\"dark_post.jpg\";s:7:\"preview\";s:87:\"https://essential.themepunch.com/template_library/dark-blog-post-gallery-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:72:\"<div class=\"hcap\">Even Grid<br/>Dark Hover<br/>Fancy<br/>Post Grid</div>\";s:11:\"setup_notes\";s:219:\"Demo content available via import.<br> \r\n<a href=\"https://www.themepunch.com/faq/importing-demo-contents-for-esg-templates/\" target=\"_blank\">Learn more.</a> <br>\r\nActivate Stroke Icons in Global Options or change icons.\";s:6:\"filter\";a:3:{i:0;s:4:\"even\";i:1;s:9:\"filtering\";i:2;s:10:\"pagination\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2020-08-04 14:18:58\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:53;a:16:{s:2:\"id\";s:2:\"55\";s:5:\"title\";s:10:\"Grant Fuhr\";s:5:\"alias\";s:10:\"grant-fuhr\";s:3:\"zip\";s:14:\"grant-fuhr.zip\";s:3:\"uid\";s:32:\"985061e10cb0e4508664753321558ed5\";s:3:\"img\";s:8:\"fuhr.jpg\";s:7:\"preview\";s:59:\"https://www.essential-grid.com/template_library/grant-fuhr/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"3.0.0\";s:11:\"description\";s:106:\"<div class=\"hcap\">Custom Grid<br/>Mask Zoom Hover<br/>Colorful<br/>Perfect for Events, Photos, Posts</div>\";s:11:\"setup_notes\";s:76:\"Imports images to the media library<br>\r\nChange them on the single grid item\";s:6:\"filter\";a:3:{i:0;s:4:\"even\";i:1;s:9:\"filtering\";i:2;s:9:\"newupdate\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2020-08-12 10:39:37\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:54;a:16:{s:2:\"id\";s:2:\"56\";s:5:\"title\";s:14:\"Pat LaFontaine\";s:5:\"alias\";s:14:\"pat-lafontaine\";s:3:\"zip\";s:18:\"pat-lafontaine.zip\";s:3:\"uid\";s:32:\"35d905fa8c33ebce02611a398b963c70\";s:3:\"img\";s:18:\"pat-lafontaine.jpg\";s:7:\"preview\";s:63:\"https://www.essential-grid.com/template_library/pat-lafontaine/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"3.0.0\";s:11:\"description\";s:90:\"<div class=\"hcap\">Custom Grid<br/>Mask Zoom Hover<br/>Colorful<br/>Use it everywhere</div>\";s:11:\"setup_notes\";s:76:\"Imports images to the media library<br>\r\nChange them on the single grid item\";s:6:\"filter\";a:3:{i:0;s:4:\"even\";i:1;s:9:\"filtering\";i:2;s:9:\"newupdate\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2020-08-12 10:40:00\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:55;a:16:{s:2:\"id\";s:2:\"57\";s:5:\"title\";s:13:\"Clark Gillies\";s:5:\"alias\";s:13:\"clark-gillies\";s:3:\"zip\";s:17:\"clark-gillies.zip\";s:3:\"uid\";s:32:\"1687bd0ef44045e8407ac396f1c18558\";s:3:\"img\";s:17:\"clark-gillies.jpg\";s:7:\"preview\";s:62:\"https://www.essential-grid.com/template_library/clark-gillies/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"3.0.0\";s:11:\"description\";s:89:\"<div class=\"hcap\">Stylish post grid<br/>Blurred Hover<br/>Grayscale Filter optional</div>\";s:11:\"setup_notes\";s:231:\"Demo posts available via import menu.<br> \r\n<a href=\"https://www.themepunch.com/faq/importing-demo-contents-for-esg-templates/\" target=\"_blank\">Learn more.</a> <br>\r\nUse Global Option Media Filters for setting the Grayscale effect.\";s:6:\"filter\";a:3:{i:0;s:4:\"even\";i:1;s:9:\"filtering\";i:2;s:9:\"newupdate\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2020-08-12 10:40:34\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:56;a:16:{s:2:\"id\";s:2:\"58\";s:5:\"title\";s:9:\"Uwe Krupp\";s:5:\"alias\";s:9:\"uwe-krupp\";s:3:\"zip\";s:13:\"uwe-krupp.zip\";s:3:\"uid\";s:32:\"6513fe05651720633c4028cdc4b48854\";s:3:\"img\";s:13:\"uwe-krupp.jpg\";s:7:\"preview\";s:58:\"https://www.essential-grid.com/template_library/uwe-krupp/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"3.0.0\";s:11:\"description\";s:83:\"<div class=\"hcap\">Even post Grid<br/>Clean Grayscale Hover<br/>Social Sharing</div>\";s:11:\"setup_notes\";s:228:\"Demo content available via import.<br> \r\n<a href=\"https://www.themepunch.com/faq/importing-demo-contents-for-esg-templates/\" target=\"_blank\">Learn more.</a> <br>\r\nUse Global Option Media Filters for setting the Grayscale effect.\";s:6:\"filter\";a:4:{i:0;s:4:\"even\";i:1;s:9:\"filtering\";i:2;s:9:\"newupdate\";i:3;s:7:\"sorting\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2020-08-12 10:40:25\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:57;a:16:{s:2:\"id\";s:2:\"59\";s:5:\"title\";s:14:\"Leon Draisaitl\";s:5:\"alias\";s:14:\"leon-draisaitl\";s:3:\"zip\";s:18:\"leon-draisaitl.zip\";s:3:\"uid\";s:32:\"90ae1e88586cc5121305195fc9ff274c\";s:3:\"img\";s:18:\"leon-draisaitl.jpg\";s:7:\"preview\";s:63:\"https://www.essential-grid.com/template_library/leon-draisaitl/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"3.0.0\";s:11:\"description\";s:73:\"<div class=\"hcap\">Even Grid<br/>Image swap on hover<br/>Custom Grid</div>\";s:11:\"setup_notes\";s:80:\"Imports images to the media library<br>\r\nChange them on the single grid item<br>\";s:6:\"filter\";a:4:{i:0;s:4:\"even\";i:1;s:9:\"filtering\";i:2;s:8:\"loadmore\";i:3;s:9:\"newupdate\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2020-08-12 10:40:17\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:58;a:16:{s:2:\"id\";s:2:\"60\";s:5:\"title\";s:11:\"Rod Langway\";s:5:\"alias\";s:11:\"rod-langway\";s:3:\"zip\";s:15:\"rod-langway.zip\";s:3:\"uid\";s:32:\"1a913cbe2165117edf31e037f13f8d5d\";s:3:\"img\";s:15:\"rod-langway.jpg\";s:7:\"preview\";s:60:\"https://www.essential-grid.com/template_library/rod-langway/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"3.0.0\";s:11:\"description\";s:83:\"<div class=\"hcap\">Custom Row Grid<br/>Lens click hover effect<br/>Custom Grid</div>\";s:11:\"setup_notes\";s:80:\"Imports images to the media library<br>\r\nChange them on the single grid item<br>\";s:6:\"filter\";a:3:{i:0;s:9:\"filtering\";i:1;s:9:\"newupdate\";i:2;s:15:\"variablecolumns\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2020-08-12 10:40:11\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:59;a:16:{s:2:\"id\";s:2:\"62\";s:5:\"title\";s:11:\"Ray Bourque\";s:5:\"alias\";s:11:\"ray-bourque\";s:3:\"zip\";s:15:\"ray-bourque.zip\";s:3:\"uid\";s:32:\"6b4ec25011d5ff873661f5432a9a6973\";s:3:\"img\";s:15:\"ray_bourque.jpg\";s:7:\"preview\";s:60:\"https://www.essential-grid.com/template_library/ray-bourque/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"2.3\";s:11:\"description\";s:83:\"<div class=\"hcap\">Custom Row Grid<br/>Clean grey hover effect<br/>Custom Grid</div>\";s:11:\"setup_notes\";s:80:\"Imports images to the media library<br>\r\nChange them on the single grid item<br>\";s:6:\"filter\";a:3:{i:0;s:9:\"filtering\";i:1;s:9:\"newupdate\";i:2;s:15:\"variablecolumns\";}s:3:\"cat\";s:1:\"1\";s:4:\"date\";s:19:\"2020-09-10 09:42:55\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}}}','no'),(116401,'revslider_servers','a:7:{i:0;s:22:\"themepunch-ext-a.tools\";i:1;s:22:\"themepunch-ext-a.tools\";i:2;s:22:\"themepunch-ext-b.tools\";i:3;s:22:\"themepunch-ext-b.tools\";i:4;s:22:\"themepunch-ext-b.tools\";i:5;s:16:\"themepunch.tools\";i:6;s:22:\"themepunch-ext-a.tools\";}','yes'),(116402,'revslider_server_refresh','1633128335','yes'),(116403,'revslider-library-check','1633422934','yes'),(116404,'revslider-library-hash','dae3de1eb57eeeee008b70e9a23844b5','yes');
INSERT INTO `wp3l_options` VALUES (116405,'rs-library','a:3:{s:4:\"hash\";s:32:\"dae3de1eb57eeeee008b70e9a23844b5\";s:7:\"objects\";a:417:{i:0;a:12:{s:2:\"id\";s:3:\"198\";s:6:\"handle\";s:16:\"object_dvd_1.png\";s:4:\"name\";s:3:\"DVD\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:43:17\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:1;a:12:{s:2:\"id\";s:3:\"188\";s:6:\"handle\";s:18:\"object_plant_1.png\";s:4:\"name\";s:7:\"Plant 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-12 16:25:27\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:2;a:12:{s:2:\"id\";s:3:\"187\";s:6:\"handle\";s:16:\"object_pen_1.png\";s:4:\"name\";s:5:\"Pen 1\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-12 16:25:27\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:3;a:12:{s:2:\"id\";s:3:\"172\";s:6:\"handle\";s:16:\"object_egg_1.png\";s:4:\"name\";s:3:\"Egg\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:4;a:12:{s:2:\"id\";s:3:\"171\";s:6:\"handle\";s:19:\"object_guitar_1.png\";s:4:\"name\";s:6:\"Guitar\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:5;a:12:{s:2:\"id\";s:3:\"170\";s:6:\"handle\";s:21:\"object_envelope_1.png\";s:4:\"name\";s:15:\"Closed Envelope\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:6;a:12:{s:2:\"id\";s:3:\"169\";s:6:\"handle\";s:19:\"object_postit_2.png\";s:4:\"name\";s:18:\"Postit Label White\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:7;a:12:{s:2:\"id\";s:3:\"168\";s:6:\"handle\";s:21:\"object_envelope_2.png\";s:4:\"name\";s:13:\"Open Envelope\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:8;a:12:{s:2:\"id\";s:3:\"167\";s:6:\"handle\";s:17:\"object_eggs_1.png\";s:4:\"name\";s:10:\"Egg Carton\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:9;a:12:{s:2:\"id\";s:3:\"166\";s:6:\"handle\";s:25:\"object_bottleopener_1.png\";s:4:\"name\";s:13:\"Bottle Opener\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:10;a:12:{s:2:\"id\";s:3:\"165\";s:6:\"handle\";s:23:\"object_blueprints_1.png\";s:4:\"name\";s:10:\"Blueprints\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:11;a:12:{s:2:\"id\";s:3:\"164\";s:6:\"handle\";s:22:\"object_holepunch_1.png\";s:4:\"name\";s:10:\"Hole punch\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:12;a:12:{s:2:\"id\";s:3:\"163\";s:6:\"handle\";s:20:\"object_speaker_1.png\";s:4:\"name\";s:13:\"Black Speaker\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:13;a:12:{s:2:\"id\";s:3:\"162\";s:6:\"handle\";s:19:\"object_eraser_1.png\";s:4:\"name\";s:6:\"Eraser\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:14;a:12:{s:2:\"id\";s:3:\"161\";s:6:\"handle\";s:23:\"object_vinylcover_1.png\";s:4:\"name\";s:11:\"Vinyl Cover\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:15;a:12:{s:2:\"id\";s:3:\"160\";s:6:\"handle\";s:20:\"object_booklet_1.png\";s:4:\"name\";s:9:\"Booklet 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:16;a:12:{s:2:\"id\";s:3:\"159\";s:6:\"handle\";s:22:\"object_earphones_2.png\";s:4:\"name\";s:11:\"Earphones 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:17;a:12:{s:2:\"id\";s:3:\"158\";s:6:\"handle\";s:18:\"object_vinyl_1.png\";s:4:\"name\";s:5:\"Vinyl\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:18;a:12:{s:2:\"id\";s:3:\"157\";s:6:\"handle\";s:19:\"object_postit_1.png\";s:4:\"name\";s:17:\"Postit Label Pink\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:19;a:12:{s:2:\"id\";s:3:\"156\";s:6:\"handle\";s:23:\"object_mechpencil_1.png\";s:4:\"name\";s:17:\"Mechanical Pencil\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:20;a:12:{s:2:\"id\";s:3:\"155\";s:6:\"handle\";s:22:\"object_turntable_1.png\";s:4:\"name\";s:9:\"Turntable\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:21;a:12:{s:2:\"id\";s:3:\"154\";s:6:\"handle\";s:19:\"object_folder_2.png\";s:4:\"name\";s:19:\"Closed Folder Black\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:22;a:12:{s:2:\"id\";s:3:\"153\";s:6:\"handle\";s:19:\"object_postit_4.png\";s:4:\"name\";s:18:\"Postit Label Green\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:23;a:12:{s:2:\"id\";s:3:\"152\";s:6:\"handle\";s:19:\"object_folder_1.png\";s:4:\"name\";s:12:\"Blank Folder\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:24;a:12:{s:2:\"id\";s:3:\"151\";s:6:\"handle\";s:19:\"object_pencup_1.png\";s:4:\"name\";s:7:\"Pen Cup\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:25;a:12:{s:2:\"id\";s:3:\"150\";s:6:\"handle\";s:23:\"object_winebottle_1.png\";s:4:\"name\";s:15:\"Red Wine Bottle\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:26;a:12:{s:2:\"id\";s:3:\"149\";s:6:\"handle\";s:23:\"object_headphones_1.png\";s:4:\"name\";s:10:\"Headphones\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:27;a:12:{s:2:\"id\";s:3:\"148\";s:6:\"handle\";s:22:\"object_earphones_1.png\";s:4:\"name\";s:9:\"Earphones\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:28;a:12:{s:2:\"id\";s:3:\"147\";s:6:\"handle\";s:19:\"object_postit_3.png\";s:4:\"name\";s:19:\"Postit Label Yellow\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:29;a:12:{s:2:\"id\";s:3:\"146\";s:6:\"handle\";s:22:\"object_corkscrew_1.png\";s:4:\"name\";s:23:\"Corkscrew Bottle Opener\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1300\";s:6:\"height\";s:4:\"1300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:30;a:12:{s:2:\"id\";s:3:\"145\";s:6:\"handle\";s:19:\"object_muffin_1.png\";s:4:\"name\";s:16:\"Chocolate Muffin\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:31;a:12:{s:2:\"id\";s:3:\"144\";s:6:\"handle\";s:18:\"object_chair_2.png\";s:4:\"name\";s:12:\"Yellow Chair\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:32;a:12:{s:2:\"id\";s:3:\"143\";s:6:\"handle\";s:18:\"object_knife_2.png\";s:4:\"name\";s:7:\"Knife 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:33;a:12:{s:2:\"id\";s:3:\"142\";s:6:\"handle\";s:26:\"object_choppingboard_2.png\";s:4:\"name\";s:16:\"Chopping Board 3\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:34;a:12:{s:2:\"id\";s:3:\"141\";s:6:\"handle\";s:26:\"object_choppingboard_3.png\";s:4:\"name\";s:16:\"Chopping Board 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:35;a:12:{s:2:\"id\";s:3:\"140\";s:6:\"handle\";s:19:\"object_coffee_2.png\";s:4:\"name\";s:12:\"Coffee Cup 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:4:\"1200\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:36;a:12:{s:2:\"id\";s:3:\"139\";s:6:\"handle\";s:18:\"object_bread_1.png\";s:4:\"name\";s:15:\"Croissant Bread\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:37;a:12:{s:2:\"id\";s:3:\"138\";s:6:\"handle\";s:18:\"object_spoon_2.png\";s:4:\"name\";s:12:\"Wodden Spoon\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:38;a:12:{s:2:\"id\";s:3:\"137\";s:6:\"handle\";s:26:\"object_choppingboard_1.png\";s:4:\"name\";s:16:\"Chopping Board 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:39;a:12:{s:2:\"id\";s:3:\"136\";s:6:\"handle\";s:16:\"object_cup_2.png\";s:4:\"name\";s:11:\"Empty Cup 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:40;a:12:{s:2:\"id\";s:3:\"135\";s:6:\"handle\";s:18:\"object_knife_1.png\";s:4:\"name\";s:5:\"Knife\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:41;a:12:{s:2:\"id\";s:3:\"134\";s:6:\"handle\";s:18:\"object_spoon_1.png\";s:4:\"name\";s:5:\"Spoon\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:42;a:12:{s:2:\"id\";s:3:\"133\";s:6:\"handle\";s:16:\"object_cup_1.png\";s:4:\"name\";s:9:\"Empty Cup\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:43;a:12:{s:2:\"id\";s:3:\"132\";s:6:\"handle\";s:18:\"object_chair_3.png\";s:4:\"name\";s:11:\"White Chair\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:44;a:12:{s:2:\"id\";s:3:\"131\";s:6:\"handle\";s:19:\"object_coffee_1.png\";s:4:\"name\";s:10:\"Coffee Cup\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:45;a:12:{s:2:\"id\";s:3:\"130\";s:6:\"handle\";s:19:\"object_frypan_2.png\";s:4:\"name\";s:9:\"Fry Pan 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:46;a:12:{s:2:\"id\";s:3:\"129\";s:6:\"handle\";s:19:\"object_frypan_1.png\";s:4:\"name\";s:9:\"Fry Pan 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:47;a:12:{s:2:\"id\";s:3:\"128\";s:6:\"handle\";s:17:\"object_fork_1.png\";s:4:\"name\";s:4:\"Fork\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:48;a:12:{s:2:\"id\";s:3:\"127\";s:6:\"handle\";s:20:\"object_dishrag_1.png\";s:4:\"name\";s:13:\"Dishrag Cloth\";s:4:\"tags\";a:0:{}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:49;a:12:{s:2:\"id\";s:3:\"126\";s:6:\"handle\";s:20:\"object_wacom_pen.png\";s:4:\"name\";s:17:\"Wacom Drawing Pen\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:2;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1060\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:50;a:12:{s:2:\"id\";s:3:\"125\";s:6:\"handle\";s:21:\"object_occulus_vr.png\";s:4:\"name\";s:23:\"Occulus Virtual Reality\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:51;a:12:{s:2:\"id\";s:3:\"124\";s:6:\"handle\";s:18:\"object_antenna.png\";s:4:\"name\";s:13:\"Antenna Radar\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:52;a:12:{s:2:\"id\";s:3:\"123\";s:6:\"handle\";s:21:\"object_solarpanel.png\";s:4:\"name\";s:11:\"Solar Panel\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:53;a:12:{s:2:\"id\";s:3:\"122\";s:6:\"handle\";s:16:\"object_wacom.png\";s:4:\"name\";s:20:\"Wacom Drawing Tablet\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:2;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:54;a:12:{s:2:\"id\";s:3:\"121\";s:6:\"handle\";s:18:\"object_earth_2.png\";s:4:\"name\";s:20:\"Earth Globe Planet 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:55;a:12:{s:2:\"id\";s:3:\"120\";s:6:\"handle\";s:18:\"object_chair_1.png\";s:4:\"name\";s:12:\"Office Chair\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:56;a:12:{s:2:\"id\";s:3:\"119\";s:6:\"handle\";s:24:\"object_windturbine_2.png\";s:4:\"name\";s:14:\"Wind Turbine 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:57;a:12:{s:2:\"id\";s:3:\"118\";s:6:\"handle\";s:22:\"object_windturbine.png\";s:4:\"name\";s:12:\"Wind Turbine\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:58;a:12:{s:2:\"id\";s:3:\"117\";s:6:\"handle\";s:16:\"object_earth.png\";s:4:\"name\";s:18:\"Earth Globe Planet\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:59;a:12:{s:2:\"id\";s:2:\"88\";s:6:\"handle\";s:24:\"object_eiffeltower_2.png\";s:4:\"name\";s:13:\"Eiffeltower 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"700\";s:6:\"height\";s:3:\"700\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:60;a:12:{s:2:\"id\";s:2:\"87\";s:6:\"handle\";s:21:\"object_notebook_1.png\";s:4:\"name\";s:11:\"Notebook PC\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:61;a:12:{s:2:\"id\";s:2:\"86\";s:6:\"handle\";s:20:\"object_macbook_1.png\";s:4:\"name\";s:20:\"Apple Macbook Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:62;a:12:{s:2:\"id\";s:2:\"85\";s:6:\"handle\";s:18:\"object_canon_2.png\";s:4:\"name\";s:21:\"Canon Camera DSLR Top\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:63;a:12:{s:2:\"id\";s:2:\"84\";s:6:\"handle\";s:19:\"object_iphone_3.png\";s:4:\"name\";s:25:\"Apple iPhone Silver White\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:64;a:12:{s:2:\"id\";s:2:\"83\";s:6:\"handle\";s:18:\"object_candy_2.png\";s:4:\"name\";s:15:\"Candy Colored 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:65;a:12:{s:2:\"id\";s:2:\"82\";s:6:\"handle\";s:21:\"object_macmouse_1.png\";s:4:\"name\";s:15:\"Apple Mac Mouse\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:66;a:12:{s:2:\"id\";s:2:\"81\";s:6:\"handle\";s:19:\"object_iphone_1.png\";s:4:\"name\";s:18:\"Apple iPhone Black\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:67;a:12:{s:2:\"id\";s:2:\"80\";s:6:\"handle\";s:17:\"object_deco_1.png\";s:4:\"name\";s:17:\"White Deco Object\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:68;a:12:{s:2:\"id\";s:2:\"79\";s:6:\"handle\";s:23:\"object_applewatch_1.png\";s:4:\"name\";s:24:\"Apple Watch White Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:69;a:12:{s:2:\"id\";s:2:\"78\";s:6:\"handle\";s:23:\"object_swissknife_1.png\";s:4:\"name\";s:11:\"Swiss Knife\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:70;a:12:{s:2:\"id\";s:2:\"77\";s:6:\"handle\";s:23:\"object_applewatch_2.png\";s:4:\"name\";s:17:\"Apple Watch Black\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:71;a:12:{s:2:\"id\";s:2:\"76\";s:6:\"handle\";s:18:\"object_candy_1.png\";s:4:\"name\";s:13:\"Candy Colored\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:72;a:12:{s:2:\"id\";s:2:\"75\";s:6:\"handle\";s:17:\"object_ipad_1.png\";s:4:\"name\";s:16:\"Apple iPad Black\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:73;a:12:{s:2:\"id\";s:2:\"74\";s:6:\"handle\";s:17:\"object_lamp_2.png\";s:4:\"name\";s:15:\"Black Desk Lamp\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:74;a:12:{s:2:\"id\";s:2:\"73\";s:6:\"handle\";s:18:\"object_canon_1.png\";s:4:\"name\";s:17:\"Canon Camera DLSR\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:75;a:12:{s:2:\"id\";s:2:\"72\";s:6:\"handle\";s:23:\"object_blackberry_2.png\";s:4:\"name\";s:12:\"Blackberry 3\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:76;a:12:{s:2:\"id\";s:2:\"71\";s:6:\"handle\";s:19:\"object_iphone_2.png\";s:4:\"name\";s:19:\"Apple iPhone Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:77;a:12:{s:2:\"id\";s:2:\"70\";s:6:\"handle\";s:17:\"object_ipad_2.png\";s:4:\"name\";s:15:\"Apple iPad Gold\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:78;a:12:{s:2:\"id\";s:2:\"69\";s:6:\"handle\";s:20:\"object_printer_1.png\";s:4:\"name\";s:7:\"Printer\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:79;a:12:{s:2:\"id\";s:2:\"68\";s:6:\"handle\";s:20:\"object_pcmouse_1.png\";s:4:\"name\";s:14:\"Black PC Mouse\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:80;a:12:{s:2:\"id\";s:2:\"67\";s:6:\"handle\";s:17:\"object_ipad_3.png\";s:4:\"name\";s:17:\"Apple iPad Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:81;a:12:{s:2:\"id\";s:2:\"66\";s:6:\"handle\";s:17:\"object_lamp_1.png\";s:4:\"name\";s:13:\"Desk Lamp Top\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:82;a:12:{s:2:\"id\";s:2:\"65\";s:6:\"handle\";s:22:\"object_macscreen_1.png\";s:4:\"name\";s:16:\"Apple Mac Screen\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:83;a:12:{s:2:\"id\";s:2:\"64\";s:6:\"handle\";s:23:\"object_blackberry_3.png\";s:4:\"name\";s:12:\"Blackberry 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:84;a:12:{s:2:\"id\";s:2:\"63\";s:6:\"handle\";s:23:\"object_applewatch_3.png\";s:4:\"name\";s:16:\"Apple Watch Gold\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:85;a:12:{s:2:\"id\";s:2:\"62\";s:6:\"handle\";s:23:\"object_blackberry_1.png\";s:4:\"name\";s:10:\"Blackberry\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:86;a:12:{s:2:\"id\";s:2:\"49\";s:6:\"handle\";s:19:\"object_bottle_1.png\";s:4:\"name\";s:18:\"Brown Glass Bottle\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:87;a:12:{s:2:\"id\";s:2:\"48\";s:6:\"handle\";s:20:\"object_glasses_1.png\";s:4:\"name\";s:19:\"Hipster Glasses Top\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:88;a:12:{s:2:\"id\";s:2:\"47\";s:6:\"handle\";s:21:\"object_magazine_1.png\";s:4:\"name\";s:14:\"Blank Magazine\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:89;a:12:{s:2:\"id\";s:2:\"46\";s:6:\"handle\";s:28:\"object_leatherdocument_2.png\";s:4:\"name\";s:24:\"Black Leather Document 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:90;a:12:{s:2:\"id\";s:2:\"45\";s:6:\"handle\";s:18:\"object_purse_2.png\";s:4:\"name\";s:13:\"Black Purse 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:91;a:12:{s:2:\"id\";s:2:\"44\";s:6:\"handle\";s:23:\"object_typewriter_1.png\";s:4:\"name\";s:18:\"Retro Typewriter 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:92;a:12:{s:2:\"id\";s:2:\"43\";s:6:\"handle\";s:17:\"object_book_5.png\";s:4:\"name\";s:9:\"Old Books\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:93;a:12:{s:2:\"id\";s:2:\"42\";s:6:\"handle\";s:28:\"object_leatherdocument_1.png\";s:4:\"name\";s:29:\"Black Leather Document Closed\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:94;a:12:{s:2:\"id\";s:2:\"41\";s:6:\"handle\";s:17:\"object_book_4.png\";s:4:\"name\";s:8:\"Old Book\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:95;a:12:{s:2:\"id\";s:2:\"40\";s:6:\"handle\";s:19:\"object_wallet_2.png\";s:4:\"name\";s:22:\"Black Leather Document\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:96;a:12:{s:2:\"id\";s:2:\"39\";s:6:\"handle\";s:18:\"object_quill_2.png\";s:4:\"name\";s:15:\"Quill Feather 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:97;a:12:{s:2:\"id\";s:2:\"38\";s:6:\"handle\";s:24:\"object_eiffeltower_1.png\";s:4:\"name\";s:11:\"Eiffeltower\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:98;a:12:{s:2:\"id\";s:2:\"37\";s:6:\"handle\";s:21:\"object_magazine_2.png\";s:4:\"name\";s:11:\"Open Book 3\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1333\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:99;a:12:{s:2:\"id\";s:2:\"36\";s:6:\"handle\";s:17:\"object_book_1.png\";s:4:\"name\";s:10:\"Blank Book\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:100;a:12:{s:2:\"id\";s:2:\"35\";s:6:\"handle\";s:20:\"object_glasses_2.png\";s:4:\"name\";s:15:\"Hipster Glasses\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:101;a:12:{s:2:\"id\";s:2:\"34\";s:6:\"handle\";s:17:\"object_book_2.png\";s:4:\"name\";s:11:\"Open Book 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:102;a:12:{s:2:\"id\";s:2:\"33\";s:6:\"handle\";s:19:\"object_gloves_1.png\";s:4:\"name\";s:12:\"Black Gloves\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:103;a:12:{s:2:\"id\";s:2:\"32\";s:6:\"handle\";s:23:\"object_typewriter_2.png\";s:4:\"name\";s:16:\"Retro Typewriter\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:104;a:12:{s:2:\"id\";s:2:\"31\";s:6:\"handle\";s:17:\"object_book_3.png\";s:4:\"name\";s:9:\"Open Book\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:105;a:12:{s:2:\"id\";s:2:\"30\";s:6:\"handle\";s:19:\"object_wallet_1.png\";s:4:\"name\";s:12:\"Black Wallet\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:106;a:12:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:18:\"object_purse_1.png\";s:4:\"name\";s:11:\"Black Purse\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:107;a:12:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:18:\"object_quill_1.png\";s:4:\"name\";s:13:\"Quill Feather\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:108;a:12:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:19:\"object_artbox_2.png\";s:4:\"name\";s:16:\"Art Box Colors 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:109;a:12:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:18:\"object_cloth_1.png\";s:4:\"name\";s:17:\"Cloth Paint Color\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:110;a:12:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:21:\"object_brushpot_1.png\";s:4:\"name\";s:9:\"Brush Pot\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"984\";s:6:\"height\";s:3:\"984\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:111;a:12:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:24:\"object_paintbucket_1.png\";s:4:\"name\";s:12:\"Paint Bucket\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:112;a:12:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:23:\"object_paintbrush_2.png\";s:4:\"name\";s:12:\"Paintbrush 3\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"700\";s:6:\"height\";s:3:\"700\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:113;a:12:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:19:\"object_artbox_1.png\";s:4:\"name\";s:14:\"Art Box Colors\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:114;a:12:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:23:\"object_paintbrush_3.png\";s:4:\"name\";s:12:\"Paintbrush 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1100\";s:6:\"height\";s:4:\"1100\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:115;a:12:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:23:\"object_paintbrush_1.png\";s:4:\"name\";s:12:\"Paintbrush 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:116;a:12:{s:2:\"id\";s:2:\"11\";s:6:\"handle\";s:21:\"table_radio_right.png\";s:4:\"name\";s:18:\"Radio Speaker Wood\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:117;a:12:{s:2:\"id\";s:2:\"10\";s:6:\"handle\";s:18:\"keyboard_apple.png\";s:4:\"name\";s:14:\"Apple Keyboard\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:118;a:12:{s:2:\"id\";s:1:\"9\";s:6:\"handle\";s:20:\"macbook_top_gold.png\";s:4:\"name\";s:18:\"Apple Macbook Gold\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:119;a:12:{s:2:\"id\";s:1:\"8\";s:6:\"handle\";s:21:\"nexus6_front_blue.png\";s:4:\"name\";s:19:\"Google Nexus 6 Blue\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1100\";s:6:\"height\";s:4:\"1100\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:120;a:12:{s:2:\"id\";s:3:\"479\";s:6:\"handle\";s:31:\"Tram-beside-waiting-station.jpg\";s:4:\"name\";s:27:\"Tram beside waiting station\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1450\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:52:06\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:121;a:12:{s:2:\"id\";s:3:\"478\";s:6:\"handle\";s:14:\"Pulling-up.jpg\";s:4:\"name\";s:10:\"Pulling up\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1297\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:41:20\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:122;a:12:{s:2:\"id\";s:3:\"477\";s:6:\"handle\";s:16:\"Snowboarding.jpg\";s:4:\"name\";s:12:\"Snowboarding\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1290\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:41:20\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:123;a:12:{s:2:\"id\";s:3:\"476\";s:6:\"handle\";s:16:\"Morning-yoga.jpg\";s:4:\"name\";s:12:\"Morning yoga\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1346\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:40:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:124;a:12:{s:2:\"id\";s:3:\"475\";s:6:\"handle\";s:8:\"Yoga.jpg\";s:4:\"name\";s:4:\"Yoga\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1079\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:40:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:125;a:12:{s:2:\"id\";s:3:\"474\";s:6:\"handle\";s:14:\"Golf-balls.jpg\";s:4:\"name\";s:10:\"Golf balls\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:40:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:126;a:12:{s:2:\"id\";s:3:\"473\";s:6:\"handle\";s:19:\"Confident-Boxer.jpg\";s:4:\"name\";s:15:\"Confident Boxer\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:40:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:127;a:12:{s:2:\"id\";s:3:\"472\";s:6:\"handle\";s:11:\"Aerobic.jpg\";s:4:\"name\";s:7:\"Aerobic\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:40:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:128;a:12:{s:2:\"id\";s:3:\"471\";s:6:\"handle\";s:18:\"Riding-bicycle.jpg\";s:4:\"name\";s:14:\"Riding bicycle\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1358\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:129;a:12:{s:2:\"id\";s:3:\"470\";s:6:\"handle\";s:27:\"woman-with-barbell-back.jpg\";s:4:\"name\";s:23:\"woman with barbell back\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:130;a:12:{s:2:\"id\";s:3:\"469\";s:6:\"handle\";s:24:\"Woman-lying-on-floor.jpg\";s:4:\"name\";s:20:\"Woman lying on floor\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1318\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:131;a:12:{s:2:\"id\";s:3:\"468\";s:6:\"handle\";s:27:\"Holding-black-dumbbells.jpg\";s:4:\"name\";s:23:\"Holding black dumbbells\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1275\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:132;a:12:{s:2:\"id\";s:3:\"467\";s:6:\"handle\";s:25:\"Woman-using-dumbbells.jpg\";s:4:\"name\";s:21:\"Woman using dumbbells\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1425\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:133;a:12:{s:2:\"id\";s:3:\"466\";s:6:\"handle\";s:16:\"Soccer-cleat.jpg\";s:4:\"name\";s:12:\"Soccer cleat\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:134;a:12:{s:2:\"id\";s:3:\"465\";s:6:\"handle\";s:16:\"Soccer-field.jpg\";s:4:\"name\";s:12:\"Soccer field\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:135;a:12:{s:2:\"id\";s:3:\"464\";s:6:\"handle\";s:23:\"Man-tying-his-shoes.jpg\";s:4:\"name\";s:19:\"Man tying his shoes\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1200\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:136;a:12:{s:2:\"id\";s:3:\"463\";s:6:\"handle\";s:10:\"Boxing.jpg\";s:4:\"name\";s:6:\"Boxing\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:137;a:12:{s:2:\"id\";s:3:\"462\";s:6:\"handle\";s:22:\"woman-with-barbell.jpg\";s:4:\"name\";s:18:\"woman with barbell\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:138;a:12:{s:2:\"id\";s:3:\"461\";s:6:\"handle\";s:12:\"Crossfit.jpg\";s:4:\"name\";s:8:\"Crossfit\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:139;a:12:{s:2:\"id\";s:3:\"460\";s:6:\"handle\";s:25:\"Man-and-woman-jogging.jpg\";s:4:\"name\";s:21:\"Man and woman jogging\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:140;a:12:{s:2:\"id\";s:3:\"459\";s:6:\"handle\";s:16:\"Playing-golf.jpg\";s:4:\"name\";s:12:\"Playing golf\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:141;a:12:{s:2:\"id\";s:3:\"458\";s:6:\"handle\";s:18:\"Surfer-in-wave.jpg\";s:4:\"name\";s:14:\"Surfer in wave\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:142;a:12:{s:2:\"id\";s:3:\"457\";s:6:\"handle\";s:25:\"Woman-lifting-barbell.jpg\";s:4:\"name\";s:21:\"Woman lifting barbell\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:143;a:12:{s:2:\"id\";s:3:\"456\";s:6:\"handle\";s:14:\"Stretching.jpg\";s:4:\"name\";s:10:\"Stretching\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:144;a:12:{s:2:\"id\";s:3:\"455\";s:6:\"handle\";s:18:\"Snowboarding-2.jpg\";s:4:\"name\";s:14:\"Snowboarding 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:145;a:12:{s:2:\"id\";s:3:\"454\";s:6:\"handle\";s:11:\"Balance.jpg\";s:4:\"name\";s:7:\"Balance\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1920\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:146;a:12:{s:2:\"id\";s:3:\"453\";s:6:\"handle\";s:19:\"Pool-meditation.jpg\";s:4:\"name\";s:15:\"Pool meditation\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:147;a:12:{s:2:\"id\";s:3:\"452\";s:6:\"handle\";s:18:\"Soccer-stadium.jpg\";s:4:\"name\";s:14:\"Soccer stadium\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:148;a:12:{s:2:\"id\";s:3:\"451\";s:6:\"handle\";s:25:\"Soccer-field-top-view.jpg\";s:4:\"name\";s:21:\"Soccer field top view\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:149;a:12:{s:2:\"id\";s:3:\"450\";s:6:\"handle\";s:14:\"Basketball.jpg\";s:4:\"name\";s:10:\"Basketball\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:150;a:12:{s:2:\"id\";s:3:\"449\";s:6:\"handle\";s:14:\"in-the-fog.jpg\";s:4:\"name\";s:10:\"in the fog\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:151;a:12:{s:2:\"id\";s:3:\"448\";s:6:\"handle\";s:13:\"Handstand.jpg\";s:4:\"name\";s:9:\"Handstand\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1079\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:152;a:12:{s:2:\"id\";s:3:\"447\";s:6:\"handle\";s:11:\"Friends.jpg\";s:4:\"name\";s:7:\"Friends\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:153;a:12:{s:2:\"id\";s:3:\"446\";s:6:\"handle\";s:28:\"Sneakers-on-the-railroad.jpg\";s:4:\"name\";s:24:\"Sneakers on the railroad\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:154;a:12:{s:2:\"id\";s:3:\"445\";s:6:\"handle\";s:23:\"Family-on-the-ocean.jpg\";s:4:\"name\";s:19:\"Family on the ocean\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:155;a:12:{s:2:\"id\";s:3:\"444\";s:6:\"handle\";s:10:\"Sunset.jpg\";s:4:\"name\";s:6:\"Sunset\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:156;a:12:{s:2:\"id\";s:3:\"443\";s:6:\"handle\";s:9:\"Books.jpg\";s:4:\"name\";s:5:\"Books\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1275\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:157;a:12:{s:2:\"id\";s:3:\"442\";s:6:\"handle\";s:25:\"Looking-at-the-window.jpg\";s:4:\"name\";s:21:\"Looking at the window\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:158;a:12:{s:2:\"id\";s:3:\"441\";s:6:\"handle\";s:48:\"woman-standing-near-buildings-during-daytime.jpg\";s:4:\"name\";s:44:\"woman standing near buildings during daytime\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:159;a:12:{s:2:\"id\";s:3:\"440\";s:6:\"handle\";s:12:\"Lollipop.jpg\";s:4:\"name\";s:8:\"Lollipop\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1395\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:160;a:12:{s:2:\"id\";s:3:\"439\";s:6:\"handle\";s:26:\"People-crossing-street.jpg\";s:4:\"name\";s:22:\"People crossing street\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:161;a:12:{s:2:\"id\";s:3:\"438\";s:6:\"handle\";s:24:\"Friends-on-the-shore.jpg\";s:4:\"name\";s:20:\"Friends on the shore\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:162;a:12:{s:2:\"id\";s:3:\"437\";s:6:\"handle\";s:13:\"Coworkers.jpg\";s:4:\"name\";s:9:\"Coworkers\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:163;a:12:{s:2:\"id\";s:3:\"436\";s:6:\"handle\";s:27:\"Hiking-in-the-Dolomites.jpg\";s:4:\"name\";s:23:\"Hiking in the Dolomites\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:164;a:12:{s:2:\"id\";s:3:\"435\";s:6:\"handle\";s:18:\"Successful-man.jpg\";s:4:\"name\";s:14:\"Successful man\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:165;a:12:{s:2:\"id\";s:3:\"434\";s:6:\"handle\";s:23:\"Beautiful-sunny-day.jpg\";s:4:\"name\";s:19:\"Beautiful sunny day\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:166;a:12:{s:2:\"id\";s:3:\"433\";s:6:\"handle\";s:8:\"Guys.jpg\";s:4:\"name\";s:4:\"Guys\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:167;a:12:{s:2:\"id\";s:3:\"432\";s:6:\"handle\";s:19:\"Confetti-Shower.jpg\";s:4:\"name\";s:15:\"Confetti Shower\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:168;a:12:{s:2:\"id\";s:3:\"431\";s:6:\"handle\";s:24:\"Sun-was-setting-down.jpg\";s:4:\"name\";s:20:\"Sun was setting down\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:169;a:12:{s:2:\"id\";s:3:\"430\";s:6:\"handle\";s:9:\"Jumps.jpg\";s:4:\"name\";s:5:\"Jumps\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:170;a:12:{s:2:\"id\";s:3:\"429\";s:6:\"handle\";s:23:\"Friends-by-the-fire.jpg\";s:4:\"name\";s:19:\"Friends by the fire\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:171;a:12:{s:2:\"id\";s:3:\"428\";s:6:\"handle\";s:21:\"Under-the-blanket.jpg\";s:4:\"name\";s:17:\"Under the blanket\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1413\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:172;a:12:{s:2:\"id\";s:3:\"427\";s:6:\"handle\";s:18:\"Pretty-in-Pink.jpg\";s:4:\"name\";s:14:\"Pretty in Pink\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1394\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:173;a:12:{s:2:\"id\";s:3:\"426\";s:6:\"handle\";s:31:\"Discussions-at-a-long-table.jpg\";s:4:\"name\";s:27:\"Discussions at a long table\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1268\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:174;a:12:{s:2:\"id\";s:3:\"425\";s:6:\"handle\";s:18:\"Lost-in-Lemons.jpg\";s:4:\"name\";s:14:\"Lost in Lemons\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:175;a:12:{s:2:\"id\";s:3:\"424\";s:6:\"handle\";s:13:\"Team-work.jpg\";s:4:\"name\";s:9:\"Team work\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:176;a:12:{s:2:\"id\";s:3:\"423\";s:6:\"handle\";s:20:\"Romantic-evening.jpg\";s:4:\"name\";s:16:\"Romantic evening\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1263\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:177;a:12:{s:2:\"id\";s:3:\"422\";s:6:\"handle\";s:19:\"Crew-collective.jpg\";s:4:\"name\";s:15:\"Crew collective\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:178;a:12:{s:2:\"id\";s:3:\"421\";s:6:\"handle\";s:8:\"Code.jpg\";s:4:\"name\";s:4:\"Code\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:179;a:12:{s:2:\"id\";s:3:\"420\";s:6:\"handle\";s:48:\"Yellow-ceramic-mug-beside-gray-aluminum-iMac.jpg\";s:4:\"name\";s:44:\"Yellow ceramic mug beside gray aluminum iMac\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:180;a:12:{s:2:\"id\";s:3:\"419\";s:6:\"handle\";s:11:\"My-desk.jpg\";s:4:\"name\";s:7:\"My desk\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1315\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:181;a:12:{s:2:\"id\";s:3:\"418\";s:6:\"handle\";s:17:\"Cooperation-2.jpg\";s:4:\"name\";s:13:\"Cooperation 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:182;a:12:{s:2:\"id\";s:3:\"417\";s:6:\"handle\";s:33:\"MacBook-on-top-of-brown-table.jpg\";s:4:\"name\";s:29:\"MacBook on top of brown table\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:183;a:12:{s:2:\"id\";s:3:\"416\";s:6:\"handle\";s:27:\"Beautiful-working-place.jpg\";s:4:\"name\";s:23:\"Beautiful working place\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:184;a:12:{s:2:\"id\";s:3:\"415\";s:6:\"handle\";s:14:\"Typewriter.jpg\";s:4:\"name\";s:10:\"Typewriter\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:185;a:12:{s:2:\"id\";s:3:\"414\";s:6:\"handle\";s:19:\"White-desk-lamp.jpg\";s:4:\"name\";s:15:\"White desk lamp\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:186;a:12:{s:2:\"id\";s:3:\"413\";s:6:\"handle\";s:18:\"Office-working.jpg\";s:4:\"name\";s:14:\"Office working\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:187;a:12:{s:2:\"id\";s:3:\"412\";s:6:\"handle\";s:36:\"Silver-iMac-on-brown-wooden-desk.jpg\";s:4:\"name\";s:32:\"Silver iMac on brown wooden desk\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1240\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:188;a:12:{s:2:\"id\";s:3:\"411\";s:6:\"handle\";s:23:\"Working-in-progress.jpg\";s:4:\"name\";s:19:\"Working in progress\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:189;a:12:{s:2:\"id\";s:3:\"410\";s:6:\"handle\";s:15:\"Cooperation.jpg\";s:4:\"name\";s:11:\"Cooperation\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:190;a:12:{s:2:\"id\";s:3:\"409\";s:6:\"handle\";s:17:\"Working-place.jpg\";s:4:\"name\";s:13:\"Working place\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:191;a:12:{s:2:\"id\";s:3:\"408\";s:6:\"handle\";s:16:\"Working-desk.jpg\";s:4:\"name\";s:12:\"Working desk\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:192;a:12:{s:2:\"id\";s:3:\"407\";s:6:\"handle\";s:23:\"low-angle-of-forest.jpg\";s:4:\"name\";s:19:\"low angle of forest\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:193;a:12:{s:2:\"id\";s:3:\"406\";s:6:\"handle\";s:23:\"Lake-under-blue-sky.jpg\";s:4:\"name\";s:19:\"Lake under blue sky\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1351\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:194;a:12:{s:2:\"id\";s:3:\"405\";s:6:\"handle\";s:21:\"Blue-starry-night.jpg\";s:4:\"name\";s:17:\"Blue starry night\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:195;a:12:{s:2:\"id\";s:3:\"404\";s:6:\"handle\";s:22:\"Aerial-photography.jpg\";s:4:\"name\";s:18:\"Aerial photography\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:196;a:12:{s:2:\"id\";s:3:\"403\";s:6:\"handle\";s:14:\"Red-clouds.jpg\";s:4:\"name\";s:10:\"Red clouds\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:197;a:12:{s:2:\"id\";s:3:\"402\";s:6:\"handle\";s:14:\"Snow-field.jpg\";s:4:\"name\";s:10:\"Snow field\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1227\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:198;a:12:{s:2:\"id\";s:3:\"401\";s:6:\"handle\";s:13:\"White-sky.jpg\";s:4:\"name\";s:9:\"White sky\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:199;a:12:{s:2:\"id\";s:3:\"400\";s:6:\"handle\";s:24:\"Trees-covered-by-fog.jpg\";s:4:\"name\";s:20:\"Trees covered by fog\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:200;a:12:{s:2:\"id\";s:3:\"399\";s:6:\"handle\";s:26:\"Red-and-white-mushroom.jpg\";s:4:\"name\";s:22:\"Red and white mushroom\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:201;a:12:{s:2:\"id\";s:3:\"398\";s:6:\"handle\";s:24:\"Lake-near-pine-trees.jpg\";s:4:\"name\";s:20:\"Lake near pine trees\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:202;a:12:{s:2:\"id\";s:3:\"397\";s:6:\"handle\";s:35:\"After-a-long-day-of-backpacking.jpg\";s:4:\"name\";s:31:\"After a long day of backpacking\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:203;a:12:{s:2:\"id\";s:3:\"396\";s:6:\"handle\";s:32:\"Mountains-during-golden-hour.jpg\";s:4:\"name\";s:28:\"Mountains during golden hour\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:204;a:12:{s:2:\"id\";s:3:\"395\";s:6:\"handle\";s:27:\"Man-looking-on-mountain.jpg\";s:4:\"name\";s:23:\"Man looking on mountain\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:205;a:12:{s:2:\"id\";s:3:\"394\";s:6:\"handle\";s:19:\"Body-of-water-2.jpg\";s:4:\"name\";s:15:\"Body of water 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:206;a:12:{s:2:\"id\";s:3:\"393\";s:6:\"handle\";s:15:\"Brown-cliff.jpg\";s:4:\"name\";s:11:\"Brown cliff\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:207;a:12:{s:2:\"id\";s:3:\"392\";s:6:\"handle\";s:20:\"Green-foggy-tree.jpg\";s:4:\"name\";s:16:\"Green foggy tree\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1417\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:208;a:12:{s:2:\"id\";s:3:\"391\";s:6:\"handle\";s:32:\"Grayscale-photo-of-mountains.jpg\";s:4:\"name\";s:28:\"Grayscale photo of mountains\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:209;a:12:{s:2:\"id\";s:3:\"390\";s:6:\"handle\";s:19:\"Under-sunny-sky.jpg\";s:4:\"name\";s:15:\"Under sunny sky\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:210;a:12:{s:2:\"id\";s:3:\"389\";s:6:\"handle\";s:16:\"Rock-concert.jpg\";s:4:\"name\";s:12:\"Rock concert\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1443\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:211;a:12:{s:2:\"id\";s:3:\"388\";s:6:\"handle\";s:30:\"Group-of-people-in-concert.jpg\";s:4:\"name\";s:26:\"Group of people in concert\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:212;a:12:{s:2:\"id\";s:3:\"387\";s:6:\"handle\";s:6:\"DJ.jpg\";s:4:\"name\";s:2:\"DJ\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:213;a:12:{s:2:\"id\";s:3:\"386\";s:6:\"handle\";s:56:\"Woman-standing-watching-LED-light-musical-instrument.jpg\";s:4:\"name\";s:52:\"Woman standing watching LED light musical instrument\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:214;a:12:{s:2:\"id\";s:3:\"385\";s:6:\"handle\";s:16:\"Concert-hall.jpg\";s:4:\"name\";s:12:\"Concert hall\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:215;a:12:{s:2:\"id\";s:3:\"384\";s:6:\"handle\";s:18:\"Concert-hall-2.jpg\";s:4:\"name\";s:14:\"Concert hall 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:216;a:12:{s:2:\"id\";s:3:\"383\";s:6:\"handle\";s:29:\"man-playing-upright-piano.jpg\";s:4:\"name\";s:25:\"man playing upright piano\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1340\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:217;a:12:{s:2:\"id\";s:3:\"382\";s:6:\"handle\";s:30:\"person-performing-on-stage.jpg\";s:4:\"name\";s:26:\"person performing on stage\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:218;a:12:{s:2:\"id\";s:3:\"381\";s:6:\"handle\";s:27:\"Brown-string-instrument.jpg\";s:4:\"name\";s:23:\"Brown string instrument\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1272\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:219;a:12:{s:2:\"id\";s:3:\"380\";s:6:\"handle\";s:36:\"silhouette-of-person-with-guitar.jpg\";s:4:\"name\";s:32:\"silhouette of person with guitar\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:220;a:12:{s:2:\"id\";s:3:\"379\";s:6:\"handle\";s:14:\"Party-fans.jpg\";s:4:\"name\";s:10:\"Party fans\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:221;a:12:{s:2:\"id\";s:3:\"378\";s:6:\"handle\";s:24:\"Condenser-microphone.jpg\";s:4:\"name\";s:20:\"Condenser microphone\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:222;a:12:{s:2:\"id\";s:3:\"377\";s:6:\"handle\";s:42:\"Low-angle-photo-of-high-rise-buildings.jpg\";s:4:\"name\";s:38:\"Low angle photo of high rise buildings\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:223;a:12:{s:2:\"id\";s:3:\"376\";s:6:\"handle\";s:23:\"High-rise-buildings.jpg\";s:4:\"name\";s:19:\"High rise buildings\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:224;a:12:{s:2:\"id\";s:3:\"375\";s:6:\"handle\";s:16:\"Cable-bridge.jpg\";s:4:\"name\";s:12:\"Cable bridge\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1272\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:225;a:12:{s:2:\"id\";s:3:\"374\";s:6:\"handle\";s:35:\"Bokeh-effect-from-street-lights.jpg\";s:4:\"name\";s:31:\"Bokeh effect from street lights\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:226;a:12:{s:2:\"id\";s:3:\"373\";s:6:\"handle\";s:18:\"Low-angle-view.jpg\";s:4:\"name\";s:14:\"Low angle view\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:227;a:12:{s:2:\"id\";s:3:\"372\";s:6:\"handle\";s:21:\"Double-decker-bus.jpg\";s:4:\"name\";s:17:\"Double decker bus\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1373\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:228;a:12:{s:2:\"id\";s:3:\"371\";s:6:\"handle\";s:32:\"Buildings-near-body-of-water.jpg\";s:4:\"name\";s:28:\"Buildings near body of water\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1370\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:229;a:12:{s:2:\"id\";s:3:\"370\";s:6:\"handle\";s:18:\"Satellite-view.jpg\";s:4:\"name\";s:14:\"Satellite view\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:230;a:12:{s:2:\"id\";s:3:\"369\";s:6:\"handle\";s:14:\"Twin-Tower.jpg\";s:4:\"name\";s:10:\"Twin Tower\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:231;a:12:{s:2:\"id\";s:3:\"368\";s:6:\"handle\";s:22:\"Two-person-walking.jpg\";s:4:\"name\";s:18:\"Two person walking\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1345\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:232;a:12:{s:2:\"id\";s:3:\"367\";s:6:\"handle\";s:15:\"Sears-Tower.jpg\";s:4:\"name\";s:11:\"Sears Tower\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:233;a:12:{s:2:\"id\";s:3:\"366\";s:6:\"handle\";s:19:\"Night-cityscape.jpg\";s:4:\"name\";s:15:\"Night cityscape\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:234;a:12:{s:2:\"id\";s:3:\"365\";s:6:\"handle\";s:25:\"Empire-State-Building.jpg\";s:4:\"name\";s:21:\"Empire State Building\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:235;a:12:{s:2:\"id\";s:3:\"364\";s:6:\"handle\";s:9:\"Paris.jpg\";s:4:\"name\";s:5:\"Paris\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:236;a:12:{s:2:\"id\";s:3:\"363\";s:6:\"handle\";s:31:\"Building-during-golden-hour.jpg\";s:4:\"name\";s:27:\"Building during golden hour\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1288\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:237;a:12:{s:2:\"id\";s:3:\"362\";s:6:\"handle\";s:21:\"Afternoon-skyline.jpg\";s:4:\"name\";s:17:\"Afternoon skyline\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:238;a:12:{s:2:\"id\";s:3:\"361\";s:6:\"handle\";s:22:\"Concrete-buildings.jpg\";s:4:\"name\";s:18:\"Concrete buildings\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:239;a:12:{s:2:\"id\";s:3:\"360\";s:6:\"handle\";s:26:\"Architectural-building.jpg\";s:4:\"name\";s:22:\"Architectural building\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1382\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:240;a:12:{s:2:\"id\";s:3:\"359\";s:6:\"handle\";s:23:\"Skyline-photography.jpg\";s:4:\"name\";s:19:\"Skyline photography\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:241;a:12:{s:2:\"id\";s:3:\"358\";s:6:\"handle\";s:38:\"People-standing-on-pedestrian-lane.jpg\";s:4:\"name\";s:34:\"People standing on pedestrian lane\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1154\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:242;a:12:{s:2:\"id\";s:3:\"357\";s:6:\"handle\";s:16:\"Burj-Khalifa.jpg\";s:4:\"name\";s:12:\"Burj Khalifa\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:243;a:12:{s:2:\"id\";s:3:\"356\";s:6:\"handle\";s:13:\"Skycraper.jpg\";s:4:\"name\";s:9:\"Skycraper\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:244;a:12:{s:2:\"id\";s:3:\"355\";s:6:\"handle\";s:14:\"Gray-tower.jpg\";s:4:\"name\";s:10:\"Gray tower\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1433\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:245;a:12:{s:2:\"id\";s:3:\"354\";s:6:\"handle\";s:28:\"One-fine-day-in-Maldives.jpg\";s:4:\"name\";s:24:\"One fine day in Maldives\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1116\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:246;a:12:{s:2:\"id\";s:3:\"353\";s:6:\"handle\";s:25:\"Boat-on-body-of-water.jpg\";s:4:\"name\";s:21:\"Boat on body of water\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:247;a:12:{s:2:\"id\";s:3:\"352\";s:6:\"handle\";s:33:\"Aerial-photo-of-body-of-water.jpg\";s:4:\"name\";s:29:\"Aerial photo of body of water\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1078\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:248;a:12:{s:2:\"id\";s:3:\"351\";s:6:\"handle\";s:31:\"Assorted-color-beach-houses.jpg\";s:4:\"name\";s:27:\"Assorted color beach houses\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1135\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:249;a:12:{s:2:\"id\";s:3:\"350\";s:6:\"handle\";s:36:\"Woman-leaning-on-tree-near-beach.jpg\";s:4:\"name\";s:32:\"Woman leaning on tree near beach\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1559\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:250;a:12:{s:2:\"id\";s:3:\"349\";s:6:\"handle\";s:17:\"Body-of-water.jpg\";s:4:\"name\";s:13:\"Body of water\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1269\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:251;a:12:{s:2:\"id\";s:3:\"348\";s:6:\"handle\";s:17:\"People-on-sea.jpg\";s:4:\"name\";s:13:\"People on sea\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:252;a:12:{s:2:\"id\";s:3:\"347\";s:6:\"handle\";s:31:\"Man-sitting-beside-of-woman.jpg\";s:4:\"name\";s:27:\"Man sitting beside of woman\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:253;a:12:{s:2:\"id\";s:3:\"346\";s:6:\"handle\";s:22:\"woman-in-the-water.jpg\";s:4:\"name\";s:18:\"woman in the water\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:254;a:12:{s:2:\"id\";s:3:\"345\";s:6:\"handle\";s:39:\"Brown-stone-near-sea-at-golden-hour.jpg\";s:4:\"name\";s:35:\"Brown stone near sea at golden hour\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:255;a:12:{s:2:\"id\";s:3:\"344\";s:6:\"handle\";s:18:\"Birds-eye-view.jpg\";s:4:\"name\";s:14:\"Birds eye view\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1079\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:256;a:12:{s:2:\"id\";s:3:\"343\";s:6:\"handle\";s:18:\"Empty-seashore.jpg\";s:4:\"name\";s:14:\"Empty seashore\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1365\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:257;a:12:{s:2:\"id\";s:3:\"342\";s:6:\"handle\";s:31:\"Seashore-during-golden-hour.jpg\";s:4:\"name\";s:27:\"Seashore during golden hour\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1439\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:258;a:12:{s:2:\"id\";s:3:\"341\";s:6:\"handle\";s:16:\"Coconut-tree.jpg\";s:4:\"name\";s:12:\"Coconut tree\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:259;a:12:{s:2:\"id\";s:3:\"340\";s:6:\"handle\";s:37:\"Aerial-photography-of-beach-shore.jpg\";s:4:\"name\";s:33:\"Aerial photography of beach shore\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1439\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:260;a:12:{s:2:\"id\";s:3:\"197\";s:6:\"handle\";s:17:\"relax_hammock.jpg\";s:4:\"name\";s:13:\"Relax Hammock\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:261;a:12:{s:2:\"id\";s:3:\"196\";s:6:\"handle\";s:16:\"beach_houses.jpg\";s:4:\"name\";s:12:\"Beach Houses\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:262;a:12:{s:2:\"id\";s:3:\"195\";s:6:\"handle\";s:17:\"forest_road_2.jpg\";s:4:\"name\";s:13:\"Forest Road 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:263;a:12:{s:2:\"id\";s:3:\"194\";s:6:\"handle\";s:14:\"clean_desk.jpg\";s:4:\"name\";s:10:\"Clean Desk\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:264;a:12:{s:2:\"id\";s:3:\"193\";s:6:\"handle\";s:19:\"mountain_view_6.jpg\";s:4:\"name\";s:15:\"Mountain View 6\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1249\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:265;a:12:{s:2:\"id\";s:3:\"192\";s:6:\"handle\";s:14:\"corn_field.jpg\";s:4:\"name\";s:10:\"Corn Field\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1320\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:266;a:12:{s:2:\"id\";s:3:\"191\";s:6:\"handle\";s:21:\"stylish_apartment.jpg\";s:4:\"name\";s:17:\"Stylish Apartment\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:267;a:12:{s:2:\"id\";s:3:\"190\";s:6:\"handle\";s:24:\"hipster_coffee_house.jpg\";s:4:\"name\";s:20:\"Hipster Coffee House\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:268;a:12:{s:2:\"id\";s:3:\"189\";s:6:\"handle\";s:16:\"blurry_beach.jpg\";s:4:\"name\";s:12:\"Blurry Beach\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:269;a:12:{s:2:\"id\";s:3:\"186\";s:6:\"handle\";s:17:\"greens_street.jpg\";s:4:\"name\";s:13:\"Greens Street\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:270;a:12:{s:2:\"id\";s:3:\"185\";s:6:\"handle\";s:10:\"desert.jpg\";s:4:\"name\";s:6:\"Desert\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:271;a:12:{s:2:\"id\";s:3:\"184\";s:6:\"handle\";s:19:\"mountain_view_5.jpg\";s:4:\"name\";s:15:\"Mountain View 5\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:272;a:12:{s:2:\"id\";s:3:\"183\";s:6:\"handle\";s:10:\"laptop.jpg\";s:4:\"name\";s:6:\"Laptop\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1391\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:273;a:12:{s:2:\"id\";s:3:\"182\";s:6:\"handle\";s:16:\"grand_canyon.jpg\";s:4:\"name\";s:12:\"Grand Canyon\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1287\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:274;a:12:{s:2:\"id\";s:3:\"181\";s:6:\"handle\";s:20:\"landscape_clouds.jpg\";s:4:\"name\";s:16:\"Landscape Clouds\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1272\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:275;a:12:{s:2:\"id\";s:3:\"180\";s:6:\"handle\";s:17:\"highway_night.jpg\";s:4:\"name\";s:13:\"Highway Night\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:276;a:12:{s:2:\"id\";s:3:\"179\";s:6:\"handle\";s:15:\"beach_water.jpg\";s:4:\"name\";s:11:\"Beach Water\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:277;a:12:{s:2:\"id\";s:3:\"177\";s:6:\"handle\";s:15:\"woman_beach.jpg\";s:4:\"name\";s:11:\"Woman Beach\";s:4:\"tags\";a:4:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:3;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:278;a:12:{s:2:\"id\";s:3:\"175\";s:6:\"handle\";s:12:\"cool_guy.jpg\";s:4:\"name\";s:8:\"Cool Guy\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:279;a:12:{s:2:\"id\";s:3:\"174\";s:6:\"handle\";s:13:\"beach_sea.jpg\";s:4:\"name\";s:9:\"Beach Sea\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:280;a:12:{s:2:\"id\";s:3:\"173\";s:6:\"handle\";s:17:\"bridge_clouds.jpg\";s:4:\"name\";s:13:\"Bridge Clouds\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:281;a:12:{s:2:\"id\";s:3:\"116\";s:6:\"handle\";s:19:\"mountain_view_2.jpg\";s:4:\"name\";s:15:\"Mountain View 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1275\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:282;a:12:{s:2:\"id\";s:3:\"115\";s:6:\"handle\";s:16:\"desert_trees.jpg\";s:4:\"name\";s:12:\"Desert Trees\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1275\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:283;a:12:{s:2:\"id\";s:3:\"114\";s:6:\"handle\";s:20:\"explore_moutains.jpg\";s:4:\"name\";s:17:\"Explore Mountains\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:284;a:12:{s:2:\"id\";s:3:\"113\";s:6:\"handle\";s:19:\"night_skyline_2.jpg\";s:4:\"name\";s:15:\"Night Skyline 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:285;a:12:{s:2:\"id\";s:3:\"112\";s:6:\"handle\";s:15:\"cliff_ocean.jpg\";s:4:\"name\";s:11:\"Cliff Ocean\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:286;a:12:{s:2:\"id\";s:3:\"111\";s:6:\"handle\";s:14:\"city_smoke.jpg\";s:4:\"name\";s:10:\"City Smoke\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:287;a:12:{s:2:\"id\";s:3:\"110\";s:6:\"handle\";s:16:\"surfer_beach.jpg\";s:4:\"name\";s:12:\"Surfer Beach\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:288;a:12:{s:2:\"id\";s:3:\"109\";s:6:\"handle\";s:13:\"sky_night.jpg\";s:4:\"name\";s:9:\"Sky Night\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:289;a:12:{s:2:\"id\";s:3:\"108\";s:6:\"handle\";s:15:\"palm_sunset.jpg\";s:4:\"name\";s:11:\"Palm Sunset\";s:4:\"tags\";a:4:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}i:3;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1372\";s:6:\"height\";s:4:\"1920\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:290;a:12:{s:2:\"id\";s:3:\"107\";s:6:\"handle\";s:18:\"concert_people.jpg\";s:4:\"name\";s:14:\"Concert People\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:291;a:12:{s:2:\"id\";s:3:\"106\";s:6:\"handle\";s:15:\"forest_road.jpg\";s:4:\"name\";s:11:\"Forest Road\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:292;a:12:{s:2:\"id\";s:3:\"105\";s:6:\"handle\";s:15:\"beach_ocean.jpg\";s:4:\"name\";s:11:\"Beach Ocean\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:293;a:12:{s:2:\"id\";s:3:\"104\";s:6:\"handle\";s:18:\"mountain_night.jpg\";s:4:\"name\";s:14:\"Mountain Night\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:294;a:12:{s:2:\"id\";s:3:\"103\";s:6:\"handle\";s:19:\"ocean_mountains.jpg\";s:4:\"name\";s:15:\"Ocean Mountains\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:295;a:12:{s:2:\"id\";s:3:\"102\";s:6:\"handle\";s:10:\"forest.jpg\";s:4:\"name\";s:6:\"Forest\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:296;a:12:{s:2:\"id\";s:3:\"101\";s:6:\"handle\";s:16:\"ocean_stones.jpg\";s:4:\"name\";s:12:\"Ocean Stones\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:297;a:12:{s:2:\"id\";s:3:\"100\";s:6:\"handle\";s:16:\"country_road.jpg\";s:4:\"name\";s:12:\"Country Road\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:298;a:12:{s:2:\"id\";s:2:\"99\";s:6:\"handle\";s:9:\"beach.jpg\";s:4:\"name\";s:5:\"Beach\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:299;a:12:{s:2:\"id\";s:2:\"98\";s:6:\"handle\";s:16:\"city_skyline.jpg\";s:4:\"name\";s:12:\"City Skyline\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:300;a:12:{s:2:\"id\";s:2:\"97\";s:6:\"handle\";s:17:\"night_skyline.jpg\";s:4:\"name\";s:13:\"Night Skyline\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}i:2;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:301;a:12:{s:2:\"id\";s:2:\"96\";s:6:\"handle\";s:14:\"city_river.jpg\";s:4:\"name\";s:10:\"City River\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:302;a:12:{s:2:\"id\";s:2:\"95\";s:6:\"handle\";s:19:\"mountain_view_3.jpg\";s:4:\"name\";s:15:\"Mountain View 3\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:303;a:12:{s:2:\"id\";s:2:\"94\";s:6:\"handle\";s:14:\"misty_farm.jpg\";s:4:\"name\";s:10:\"Misty Farm\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:304;a:12:{s:2:\"id\";s:2:\"93\";s:6:\"handle\";s:17:\"mountain_path.jpg\";s:4:\"name\";s:13:\"Mountain Path\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:305;a:12:{s:2:\"id\";s:2:\"92\";s:6:\"handle\";s:19:\"night_skyline_3.jpg\";s:4:\"name\";s:15:\"Night Skyline 3\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:306;a:12:{s:2:\"id\";s:2:\"91\";s:6:\"handle\";s:17:\"mountain_view.jpg\";s:4:\"name\";s:13:\"Mountain View\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1160\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:307;a:12:{s:2:\"id\";s:2:\"90\";s:6:\"handle\";s:19:\"rocky_landscape.jpg\";s:4:\"name\";s:15:\"Rocky Landscape\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:308;a:12:{s:2:\"id\";s:2:\"89\";s:6:\"handle\";s:19:\"mountain_view_4.jpg\";s:4:\"name\";s:15:\"Mountain View 4\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1203\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:309;a:13:{s:2:\"id\";s:3:\"529\";s:6:\"handle\";s:13:\"Fitness-4.jpg\";s:5:\"video\";s:13:\"Fitness-4.mp4\";s:4:\"name\";s:10:\"Fitness 4 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:46:50\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:310;a:13:{s:2:\"id\";s:3:\"528\";s:6:\"handle\";s:13:\"Fitness-3.jpg\";s:5:\"video\";s:13:\"Fitness-3.mp4\";s:4:\"name\";s:10:\"Fitness 3 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:46:50\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:311;a:13:{s:2:\"id\";s:3:\"527\";s:6:\"handle\";s:9:\"Chess.jpg\";s:5:\"video\";s:9:\"Chess.mp4\";s:4:\"name\";s:6:\"Chess \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:46:50\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:312;a:13:{s:2:\"id\";s:3:\"526\";s:6:\"handle\";s:13:\"Fitness-2.jpg\";s:5:\"video\";s:13:\"Fitness-2.mp4\";s:4:\"name\";s:10:\"Fitness 2 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:46:50\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:313;a:13:{s:2:\"id\";s:3:\"525\";s:6:\"handle\";s:11:\"Fitness.jpg\";s:5:\"video\";s:11:\"Fitness.mp4\";s:4:\"name\";s:8:\"Fitness \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:46:50\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:314;a:13:{s:2:\"id\";s:3:\"524\";s:6:\"handle\";s:9:\"Earth.jpg\";s:5:\"video\";s:9:\"Earth.mp4\";s:4:\"name\";s:6:\"Earth \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:5:\"space\";s:4:\"name\";s:5:\"Space\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:44:06\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:315;a:13:{s:2:\"id\";s:3:\"523\";s:6:\"handle\";s:11:\"Space-2.jpg\";s:5:\"video\";s:11:\"Space-2.mp4\";s:4:\"name\";s:8:\"Space 2 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:5:\"space\";s:4:\"name\";s:5:\"Space\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1440\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:44:06\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:316;a:13:{s:2:\"id\";s:3:\"522\";s:6:\"handle\";s:13:\"Asteroids.jpg\";s:5:\"video\";s:13:\"Asteroids.mp4\";s:4:\"name\";s:10:\"Asteroids \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:5:\"space\";s:4:\"name\";s:5:\"Space\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:44:06\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:317;a:13:{s:2:\"id\";s:3:\"521\";s:6:\"handle\";s:9:\"Space.jpg\";s:5:\"video\";s:9:\"Space.mp4\";s:4:\"name\";s:6:\"Space \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:5:\"space\";s:4:\"name\";s:5:\"Space\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:44:06\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:318;a:13:{s:2:\"id\";s:3:\"520\";s:6:\"handle\";s:10:\"People.jpg\";s:5:\"video\";s:10:\"People.mp4\";s:4:\"name\";s:7:\"People \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:42:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:319;a:13:{s:2:\"id\";s:3:\"519\";s:6:\"handle\";s:11:\"Walking.jpg\";s:5:\"video\";s:11:\"Walking.mp4\";s:4:\"name\";s:8:\"Walking \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:42:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:320;a:13:{s:2:\"id\";s:3:\"518\";s:6:\"handle\";s:19:\"Double-Exposure.jpg\";s:5:\"video\";s:19:\"Double-Exposure.mp4\";s:4:\"name\";s:16:\"Double Exposure \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:42:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:321;a:13:{s:2:\"id\";s:3:\"517\";s:6:\"handle\";s:8:\"Girl.jpg\";s:5:\"video\";s:8:\"Girl.mp4\";s:4:\"name\";s:5:\"Girl \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1088\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:42:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:322;a:13:{s:2:\"id\";s:3:\"516\";s:6:\"handle\";s:17:\"Bengal-Lights.jpg\";s:5:\"video\";s:17:\"Bengal-Lights.mp4\";s:4:\"name\";s:14:\"Bengal Lights \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:42:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:323;a:13:{s:2:\"id\";s:3:\"515\";s:6:\"handle\";s:13:\"Swiping-2.jpg\";s:5:\"video\";s:13:\"Swiping-2.mp4\";s:4:\"name\";s:10:\"Swiping 2 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:324;a:13:{s:2:\"id\";s:3:\"514\";s:6:\"handle\";s:11:\"Mock-Up.jpg\";s:5:\"video\";s:11:\"Mock-Up.mp4\";s:4:\"name\";s:8:\"Mock Up \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:325;a:13:{s:2:\"id\";s:3:\"513\";s:6:\"handle\";s:13:\"Countdown.jpg\";s:5:\"video\";s:13:\"Countdown.mp4\";s:4:\"name\";s:10:\"Countdown \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:326;a:13:{s:2:\"id\";s:3:\"512\";s:6:\"handle\";s:18:\"Wall-Sketching.jpg\";s:5:\"video\";s:18:\"Wall-Sketching.mp4\";s:4:\"name\";s:15:\"Wall Sketching \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:327;a:13:{s:2:\"id\";s:3:\"511\";s:6:\"handle\";s:26:\"Typing-on-the-keyboard.jpg\";s:5:\"video\";s:26:\"Typing-on-the-keyboard.mp4\";s:4:\"name\";s:23:\"Typing on the keyboard \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:328;a:13:{s:2:\"id\";s:3:\"510\";s:6:\"handle\";s:11:\"Meeting.jpg\";s:5:\"video\";s:11:\"Meeting.mp4\";s:4:\"name\";s:8:\"Meeting \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:329;a:13:{s:2:\"id\";s:3:\"509\";s:6:\"handle\";s:11:\"Swiping.jpg\";s:5:\"video\";s:11:\"Swiping.mp4\";s:4:\"name\";s:8:\"Swiping \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:330;a:13:{s:2:\"id\";s:3:\"508\";s:6:\"handle\";s:9:\"Alarm.jpg\";s:5:\"video\";s:9:\"Alarm.mp4\";s:4:\"name\";s:6:\"Alarm \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1013\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:331;a:13:{s:2:\"id\";s:3:\"507\";s:6:\"handle\";s:13:\"Hey-World.jpg\";s:5:\"video\";s:13:\"Hey-World.mp4\";s:4:\"name\";s:10:\"Hey World \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:332;a:13:{s:2:\"id\";s:3:\"506\";s:6:\"handle\";s:28:\"Typing-on-the-keyboard-2.jpg\";s:5:\"video\";s:28:\"Typing-on-the-keyboard-2.mp4\";s:4:\"name\";s:25:\"Typing on the keyboard 2 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:333;a:13:{s:2:\"id\";s:3:\"505\";s:6:\"handle\";s:10:\"Valley.jpg\";s:5:\"video\";s:10:\"Valley.mp4\";s:4:\"name\";s:7:\"Valley \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:35:27\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:334;a:13:{s:2:\"id\";s:3:\"504\";s:6:\"handle\";s:9:\"Stars.jpg\";s:5:\"video\";s:9:\"Stars.mp4\";s:4:\"name\";s:6:\"Stars \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:35:27\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:335;a:13:{s:2:\"id\";s:3:\"503\";s:6:\"handle\";s:21:\"Car-in-the-forest.jpg\";s:5:\"video\";s:21:\"Car-in-the-forest.mp4\";s:4:\"name\";s:18:\"Car in the forest \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1012\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:35:27\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:336;a:13:{s:2:\"id\";s:3:\"502\";s:6:\"handle\";s:15:\"Aerial-Shot.jpg\";s:5:\"video\";s:15:\"Aerial-Shot.mp4\";s:4:\"name\";s:12:\"Aerial Shot \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:35:27\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:337;a:13:{s:2:\"id\";s:3:\"501\";s:6:\"handle\";s:14:\"Disco-Ball.jpg\";s:5:\"video\";s:14:\"Disco-Ball.mp4\";s:4:\"name\";s:11:\"Disco Ball \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:33:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:338;a:13:{s:2:\"id\";s:3:\"500\";s:6:\"handle\";s:22:\"Man-Playing-Guitar.jpg\";s:5:\"video\";s:22:\"Man-Playing-Guitar.mp4\";s:4:\"name\";s:19:\"Man Playing Guitar \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:33:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:339;a:13:{s:2:\"id\";s:3:\"499\";s:6:\"handle\";s:14:\"Live-Music.jpg\";s:5:\"video\";s:14:\"Live-Music.mp4\";s:4:\"name\";s:11:\"Live Music \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:33:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:340;a:13:{s:2:\"id\";s:3:\"498\";s:6:\"handle\";s:12:\"Cheer-Up.jpg\";s:5:\"video\";s:12:\"Cheer-Up.mp4\";s:4:\"name\";s:9:\"Cheer Up \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:33:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:341;a:13:{s:2:\"id\";s:3:\"497\";s:6:\"handle\";s:14:\"Night-club.jpg\";s:5:\"video\";s:14:\"Night-club.mp4\";s:4:\"name\";s:11:\"Night club \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:33:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:342;a:13:{s:2:\"id\";s:3:\"496\";s:6:\"handle\";s:17:\"Cup-Of-Coffee.jpg\";s:5:\"video\";s:17:\"Cup-Of-Coffee.mp4\";s:4:\"name\";s:14:\"Cup Of Coffee \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:30:48\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:343;a:13:{s:2:\"id\";s:3:\"495\";s:6:\"handle\";s:7:\"Pot.jpg\";s:5:\"video\";s:7:\"Pot.mp4\";s:4:\"name\";s:4:\"Pot \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:30:48\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:344;a:13:{s:2:\"id\";s:3:\"494\";s:6:\"handle\";s:11:\"Grill-2.jpg\";s:5:\"video\";s:11:\"Grill-2.mp4\";s:4:\"name\";s:8:\"Grill 2 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:30:48\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:345;a:13:{s:2:\"id\";s:3:\"493\";s:6:\"handle\";s:13:\"Rice-Bowl.jpg\";s:5:\"video\";s:13:\"Rice-Bowl.mp4\";s:4:\"name\";s:10:\"Rice Bowl \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1010\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:30:48\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:346;a:13:{s:2:\"id\";s:3:\"492\";s:6:\"handle\";s:9:\"Grill.jpg\";s:5:\"video\";s:9:\"Grill.mp4\";s:4:\"name\";s:6:\"Grill \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:30:48\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:347;a:13:{s:2:\"id\";s:3:\"491\";s:6:\"handle\";s:9:\"Water.jpg\";s:5:\"video\";s:9:\"Water.mp4\";s:4:\"name\";s:6:\"Water \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:24:15\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:348;a:13:{s:2:\"id\";s:3:\"490\";s:6:\"handle\";s:17:\"Feet-and-Sand.jpg\";s:5:\"video\";s:17:\"Feet-and-Sand.mp4\";s:4:\"name\";s:14:\"Feet and Sand \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:24:15\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:349;a:13:{s:2:\"id\";s:3:\"489\";s:6:\"handle\";s:9:\"Ocean.jpg\";s:5:\"video\";s:9:\"Ocean.mp4\";s:4:\"name\";s:6:\"Ocean \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:24:15\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:350;a:13:{s:2:\"id\";s:3:\"488\";s:6:\"handle\";s:9:\"Waves.jpg\";s:5:\"video\";s:9:\"Waves.mp4\";s:4:\"name\";s:6:\"Waves \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:24:15\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:351;a:13:{s:2:\"id\";s:3:\"487\";s:6:\"handle\";s:10:\"Hearts.jpg\";s:5:\"video\";s:10:\"Hearts.mp4\";s:4:\"name\";s:7:\"Hearts \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:352;a:13:{s:2:\"id\";s:3:\"486\";s:6:\"handle\";s:12:\"Octagons.jpg\";s:5:\"video\";s:12:\"Octagons.mp4\";s:4:\"name\";s:9:\"Octagons \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:353;a:13:{s:2:\"id\";s:3:\"485\";s:6:\"handle\";s:11:\"Squares.jpg\";s:5:\"video\";s:11:\"Squares.mp4\";s:4:\"name\";s:8:\"Squares \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:354;a:13:{s:2:\"id\";s:3:\"484\";s:6:\"handle\";s:12:\"Pink-ink.jpg\";s:5:\"video\";s:12:\"Pink-ink.mp4\";s:4:\"name\";s:9:\"Pink ink \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:355;a:13:{s:2:\"id\";s:3:\"483\";s:6:\"handle\";s:22:\"Blurred-Background.jpg\";s:5:\"video\";s:22:\"Blurred-Background.mp4\";s:4:\"name\";s:19:\"Blurred Background \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:356;a:13:{s:2:\"id\";s:3:\"482\";s:6:\"handle\";s:20:\"Blinking-bubbles.jpg\";s:5:\"video\";s:20:\"Blinking-bubbles.mp4\";s:4:\"name\";s:17:\"Blinking bubbles \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:357;a:13:{s:2:\"id\";s:3:\"481\";s:6:\"handle\";s:13:\"Fireworks.jpg\";s:5:\"video\";s:13:\"Fireworks.mp4\";s:4:\"name\";s:10:\"Fireworks \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:358;a:13:{s:2:\"id\";s:3:\"480\";s:6:\"handle\";s:12:\"Dark-ink.jpg\";s:5:\"video\";s:12:\"Dark-ink.mp4\";s:4:\"name\";s:9:\"Dark ink \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:359;a:13:{s:2:\"id\";s:3:\"238\";s:6:\"handle\";s:12:\"Mt_Baker.jpg\";s:5:\"video\";s:12:\"Mt_Baker.mp4\";s:4:\"name\";s:9:\"Mt Baker \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:360;a:13:{s:2:\"id\";s:3:\"237\";s:6:\"handle\";s:16:\"Two-Swimmers.jpg\";s:5:\"video\";s:16:\"Two-Swimmers.mp4\";s:4:\"name\";s:13:\"Two Swimmers \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:361;a:13:{s:2:\"id\";s:3:\"236\";s:6:\"handle\";s:14:\"Boats_Maze.jpg\";s:5:\"video\";s:14:\"Boats_Maze.mp4\";s:4:\"name\";s:11:\"Boats Maze \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:362;a:13:{s:2:\"id\";s:3:\"235\";s:6:\"handle\";s:18:\"Candolim-Beach.jpg\";s:5:\"video\";s:18:\"Candolim-Beach.mp4\";s:4:\"name\";s:15:\"Candolim Beach \";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:363;a:13:{s:2:\"id\";s:3:\"234\";s:6:\"handle\";s:17:\"Working-Space.jpg\";s:5:\"video\";s:17:\"Working-Space.mp4\";s:4:\"name\";s:14:\"Working Space \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:364;a:13:{s:2:\"id\";s:3:\"233\";s:6:\"handle\";s:9:\"Wavez.jpg\";s:5:\"video\";s:9:\"Wavez.mp4\";s:4:\"name\";s:6:\"Wavez \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:365;a:13:{s:2:\"id\";s:3:\"232\";s:6:\"handle\";s:17:\"Coconut-Grove.jpg\";s:5:\"video\";s:17:\"Coconut-Grove.mp4\";s:4:\"name\";s:14:\"Coconut Grove \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:366;a:13:{s:2:\"id\";s:3:\"231\";s:6:\"handle\";s:19:\"Very-Open-Space.jpg\";s:5:\"video\";s:19:\"Very-Open-Space.mp4\";s:4:\"name\";s:16:\"Very Open Space \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:367;a:13:{s:2:\"id\";s:3:\"230\";s:6:\"handle\";s:14:\"Office-Day.jpg\";s:5:\"video\";s:14:\"Office-Day.mp4\";s:4:\"name\";s:11:\"Office Day \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:368;a:13:{s:2:\"id\";s:3:\"229\";s:6:\"handle\";s:12:\"The-Hill.jpg\";s:5:\"video\";s:12:\"The-Hill.mp4\";s:4:\"name\";s:9:\"The Hill \";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:369;a:13:{s:2:\"id\";s:3:\"339\";s:6:\"handle\";s:19:\"best_price_dark.jpg\";s:5:\"video\";s:19:\"best_price_dark.mp4\";s:4:\"name\";s:15:\"best_price_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"best_price_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-26 09:24:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:370;a:13:{s:2:\"id\";s:3:\"337\";s:6:\"handle\";s:27:\"limited_time_offer_dark.jpg\";s:5:\"video\";s:27:\"limited_time_offer_dark.mp4\";s:4:\"name\";s:23:\"limited_time_offer_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:23:\"limited_time_offer_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-26 09:24:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:371;a:13:{s:2:\"id\";s:3:\"336\";s:6:\"handle\";s:26:\"slider_revolution_dark.jpg\";s:5:\"video\";s:26:\"slider_revolution_dark.mp4\";s:4:\"name\";s:22:\"slider_revolution_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:22:\"slider_revolution_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-26 09:24:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:372;a:13:{s:2:\"id\";s:3:\"335\";s:6:\"handle\";s:19:\"mick_brown_dark.jpg\";s:5:\"video\";s:19:\"mick_brown_dark.mp4\";s:4:\"name\";s:15:\"mick_brown_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"mick_brown_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-26 09:24:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:373;a:13:{s:2:\"id\";s:3:\"334\";s:6:\"handle\";s:14:\"sales_dark.jpg\";s:5:\"video\";s:14:\"sales_dark.mp4\";s:4:\"name\";s:10:\"sales_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:10:\"sales_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:32:18\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:374;a:13:{s:2:\"id\";s:3:\"333\";s:6:\"handle\";s:21:\"robert_smith_dark.jpg\";s:5:\"video\";s:21:\"robert_smith_dark.mp4\";s:4:\"name\";s:17:\"robert_smith_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"robert_smith_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:32:18\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:375;a:13:{s:2:\"id\";s:3:\"332\";s:6:\"handle\";s:21:\"product_name_dark.jpg\";s:5:\"video\";s:21:\"product_name_dark.mp4\";s:4:\"name\";s:17:\"product_name_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"product_name_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:32:18\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:376;a:13:{s:2:\"id\";s:3:\"331\";s:6:\"handle\";s:21:\"high_quality_dark.jpg\";s:5:\"video\";s:21:\"high_quality_dark.mp4\";s:4:\"name\";s:17:\"high_quality_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"high_quality_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:32:18\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:377;a:13:{s:2:\"id\";s:3:\"330\";s:6:\"handle\";s:24:\"robert_johnson_light.jpg\";s:5:\"video\";s:24:\"robert_johnson_light.mp4\";s:4:\"name\";s:20:\"robert_johnson_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:20:\"robert_johnson_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:32:18\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:378;a:13:{s:2:\"id\";s:3:\"329\";s:6:\"handle\";s:21:\"jake_collins_dark.jpg\";s:5:\"video\";s:21:\"jake_collins_dark.mp4\";s:4:\"name\";s:17:\"jake_collins_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"jake_collins_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:32:18\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:379;a:13:{s:2:\"id\";s:3:\"328\";s:6:\"handle\";s:22:\"daniele_wood_light.jpg\";s:5:\"video\";s:22:\"daniele_wood_light.mp4\";s:4:\"name\";s:18:\"daniele_wood_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:18:\"daniele_wood_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:31:30\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:380;a:13:{s:2:\"id\";s:3:\"327\";s:6:\"handle\";s:23:\"michael_blake_light.jpg\";s:5:\"video\";s:23:\"michael_blake_light.mp4\";s:4:\"name\";s:19:\"michael_blake_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:19:\"michael_blake_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-05 09:20:21\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:381;a:13:{s:2:\"id\";s:3:\"326\";s:6:\"handle\";s:22:\"product_name_light.jpg\";s:5:\"video\";s:22:\"product_name_light.mp4\";s:4:\"name\";s:18:\"product_name_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:18:\"product_name_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-05 09:20:21\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:382;a:13:{s:2:\"id\";s:3:\"325\";s:6:\"handle\";s:24:\"rebecca_cooper_light.jpg\";s:5:\"video\";s:24:\"rebecca_cooper_light.mp4\";s:4:\"name\";s:20:\"rebecca_cooper_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:20:\"rebecca_cooper_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-05 09:20:21\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:383;a:13:{s:2:\"id\";s:3:\"324\";s:6:\"handle\";s:28:\"limited_time_offer_light.jpg\";s:5:\"video\";s:28:\"limited_time_offer_light.mp4\";s:4:\"name\";s:24:\"limited_time_offer_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:24:\"limited_time_offer_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-05 09:20:21\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:384;a:13:{s:2:\"id\";s:3:\"322\";s:6:\"handle\";s:22:\"jake_michael_light.jpg\";s:5:\"video\";s:22:\"jake_michael_light.mp4\";s:4:\"name\";s:18:\"jake_michael_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:18:\"jake_michael_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-05 09:20:21\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:385;a:13:{s:2:\"id\";s:3:\"321\";s:6:\"handle\";s:23:\"colin_johnson_light.jpg\";s:5:\"video\";s:23:\"colin_johnson_light.mp4\";s:4:\"name\";s:19:\"colin_johnson_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:19:\"colin_johnson_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-05 09:20:21\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:386;a:13:{s:2:\"id\";s:3:\"320\";s:6:\"handle\";s:21:\"colin_morris_dark.jpg\";s:5:\"video\";s:21:\"colin_morris_dark.mp4\";s:4:\"name\";s:17:\"colin_morris_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"colin_morris_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:387;a:13:{s:2:\"id\";s:3:\"319\";s:6:\"handle\";s:22:\"justin_cooper_dark.jpg\";s:5:\"video\";s:22:\"justin_cooper_dark.mp4\";s:4:\"name\";s:18:\"justin_cooper_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:18:\"justin_cooper_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:388;a:13:{s:2:\"id\";s:3:\"318\";s:6:\"handle\";s:21:\"james-dodson_dark.jpg\";s:5:\"video\";s:21:\"james-dodson_dark.mp4\";s:4:\"name\";s:17:\"james-dodson_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"james-dodson_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:389;a:13:{s:2:\"id\";s:3:\"317\";s:6:\"handle\";s:23:\"robert_sanders_dark.jpg\";s:5:\"video\";s:23:\"robert_sanders_dark.mp4\";s:4:\"name\";s:19:\"robert_sanders_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:19:\"robert_sanders_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:390;a:13:{s:2:\"id\";s:3:\"316\";s:6:\"handle\";s:21:\"emily_carney_dark.jpg\";s:5:\"video\";s:21:\"emily_carney_dark.mp4\";s:4:\"name\";s:17:\"emily_carney_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"emily_carney_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:391;a:13:{s:2:\"id\";s:3:\"315\";s:6:\"handle\";s:22:\"michael-smith_dark.jpg\";s:5:\"video\";s:22:\"michael-smith_dark.mp4\";s:4:\"name\";s:18:\"michael-smith_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:18:\"michael-smith_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:392;a:13:{s:2:\"id\";s:3:\"314\";s:6:\"handle\";s:23:\"sandra_johnson_dark.jpg\";s:5:\"video\";s:23:\"sandra_johnson_dark.mp4\";s:4:\"name\";s:19:\"sandra_johnson_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:19:\"sandra_johnson_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:393;a:13:{s:2:\"id\";s:3:\"313\";s:6:\"handle\";s:22:\"robert_bolton_dark.jpg\";s:5:\"video\";s:22:\"robert_bolton_dark.mp4\";s:4:\"name\";s:18:\"robert_bolton_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:18:\"robert_bolton_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:394;a:13:{s:2:\"id\";s:3:\"312\";s:6:\"handle\";s:25:\"elegant_captions_dark.png\";s:5:\"video\";s:25:\"elegant_captions_dark.mp4\";s:4:\"name\";s:21:\"elegant_captions_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:21:\"elegant_captions_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-18 14:41:45\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:395;a:13:{s:2:\"id\";s:3:\"311\";s:6:\"handle\";s:19:\"Caption_Dark_06.png\";s:5:\"video\";s:19:\"Caption_Dark_06.mp4\";s:4:\"name\";s:15:\"Caption_Dark_06\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"Caption_Dark_06\";s:5:\"width\";s:3:\"414\";s:6:\"height\";s:3:\"225\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:396;a:13:{s:2:\"id\";s:3:\"310\";s:6:\"handle\";s:19:\"Header_Light_02.png\";s:5:\"video\";s:19:\"Header_Light_02.mp4\";s:4:\"name\";s:15:\"Header_Light_02\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:15:\"Header_Light_02\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:397;a:13:{s:2:\"id\";s:3:\"309\";s:6:\"handle\";s:21:\"Columns_4_Dark_01.png\";s:5:\"video\";s:21:\"Columns_4_Dark_01.mp4\";s:4:\"name\";s:17:\"Columns_4_Dark_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"Columns_4_Dark_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:398;a:13:{s:2:\"id\";s:3:\"308\";s:6:\"handle\";s:18:\"Header_Dark_01.png\";s:5:\"video\";s:18:\"Header_Dark_01.mp4\";s:4:\"name\";s:14:\"Header_Dark_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:14:\"Header_Dark_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:399;a:13:{s:2:\"id\";s:3:\"307\";s:6:\"handle\";s:19:\"Caption_Dark_03.png\";s:5:\"video\";s:19:\"Caption_Dark_03.mp4\";s:4:\"name\";s:15:\"Caption_Dark_03\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"Caption_Dark_03\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:400;a:13:{s:2:\"id\";s:3:\"306\";s:6:\"handle\";s:21:\"Columns_3_Dark_01.png\";s:5:\"video\";s:21:\"Columns_3_Dark_01.mp4\";s:4:\"name\";s:17:\"Columns_3_Dark_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"Columns_3_Dark_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:401;a:13:{s:2:\"id\";s:3:\"305\";s:6:\"handle\";s:19:\"Caption_Dark_05.png\";s:5:\"video\";s:19:\"Caption_Dark_05.mp4\";s:4:\"name\";s:15:\"Caption_Dark_05\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"Caption_Dark_05\";s:5:\"width\";s:4:\"1104\";s:6:\"height\";s:3:\"600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:402;a:13:{s:2:\"id\";s:3:\"304\";s:6:\"handle\";s:20:\"Caption_Light_06.png\";s:5:\"video\";s:20:\"Caption_Light_06.mp4\";s:4:\"name\";s:16:\"Caption_Light_06\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:16:\"Caption_Light_06\";s:5:\"width\";s:3:\"828\";s:6:\"height\";s:3:\"450\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:403;a:13:{s:2:\"id\";s:3:\"303\";s:6:\"handle\";s:19:\"Header_Light_01.png\";s:5:\"video\";s:19:\"Header_Light_01.mp4\";s:4:\"name\";s:15:\"Header_Light_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:15:\"Header_Light_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:404;a:13:{s:2:\"id\";s:3:\"302\";s:6:\"handle\";s:20:\"Caption_Light_03.png\";s:5:\"video\";s:20:\"Caption_Light_03.mp4\";s:4:\"name\";s:16:\"Caption_Light_03\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:16:\"Caption_Light_03\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:405;a:13:{s:2:\"id\";s:3:\"301\";s:6:\"handle\";s:19:\"Caption_Dark_01.png\";s:5:\"video\";s:19:\"Caption_Dark_01.mp4\";s:4:\"name\";s:15:\"Caption_Dark_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"Caption_Dark_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:406;a:13:{s:2:\"id\";s:3:\"300\";s:6:\"handle\";s:21:\"PromoCode_Dark_01.png\";s:5:\"video\";s:21:\"PromoCode_Dark_01.mp4\";s:4:\"name\";s:17:\"PromoCode_Dark_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"PromoCode_Dark_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:407;a:13:{s:2:\"id\";s:3:\"299\";s:6:\"handle\";s:19:\"Caption_Dark_02.png\";s:5:\"video\";s:19:\"Caption_Dark_02.mp4\";s:4:\"name\";s:15:\"Caption_Dark_02\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"Caption_Dark_02\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:408;a:13:{s:2:\"id\";s:3:\"298\";s:6:\"handle\";s:18:\"Header_Dark_02.png\";s:5:\"video\";s:18:\"Header_Dark_02.mp4\";s:4:\"name\";s:14:\"Header_Dark_02\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:14:\"Header_Dark_02\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:409;a:13:{s:2:\"id\";s:3:\"297\";s:6:\"handle\";s:22:\"Columns_3_Light_01.png\";s:5:\"video\";s:22:\"Columns_3_Light_01.mp4\";s:4:\"name\";s:18:\"Columns_3_Light_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:18:\"Columns_3_Light_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:410;a:13:{s:2:\"id\";s:3:\"296\";s:6:\"handle\";s:20:\"Caption_Light_01.png\";s:5:\"video\";s:20:\"Caption_Light_01.mp4\";s:4:\"name\";s:16:\"Caption_Light_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:16:\"Caption_Light_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:411;a:13:{s:2:\"id\";s:3:\"295\";s:6:\"handle\";s:19:\"Caption_Dark_04.png\";s:5:\"video\";s:19:\"Caption_Dark_04.mp4\";s:4:\"name\";s:15:\"Caption_Dark_04\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"Caption_Dark_04\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:412;a:13:{s:2:\"id\";s:3:\"294\";s:6:\"handle\";s:20:\"Caption_Light_02.png\";s:5:\"video\";s:20:\"Caption_Light_02.mp4\";s:4:\"name\";s:16:\"Caption_Light_02\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:16:\"Caption_Light_02\";s:5:\"width\";s:3:\"828\";s:6:\"height\";s:3:\"450\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:413;a:13:{s:2:\"id\";s:3:\"293\";s:6:\"handle\";s:20:\"Caption_Light_04.png\";s:5:\"video\";s:20:\"Caption_Light_04.mp4\";s:4:\"name\";s:16:\"Caption_Light_04\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:16:\"Caption_Light_04\";s:5:\"width\";s:4:\"1104\";s:6:\"height\";s:3:\"600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:414;a:13:{s:2:\"id\";s:3:\"292\";s:6:\"handle\";s:22:\"Columns_4_Light_01.png\";s:5:\"video\";s:22:\"Columns_4_Light_01.mp4\";s:4:\"name\";s:18:\"Columns_4_Light_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:18:\"Columns_4_Light_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:415;a:13:{s:2:\"id\";s:3:\"291\";s:6:\"handle\";s:20:\"Caption_Light_05.png\";s:5:\"video\";s:20:\"Caption_Light_05.mp4\";s:4:\"name\";s:16:\"Caption_Light_05\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:16:\"Caption_Light_05\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:416;a:13:{s:2:\"id\";s:3:\"290\";s:6:\"handle\";s:22:\"PromoCode_Light_01.png\";s:5:\"video\";s:22:\"PromoCode_Light_01.mp4\";s:4:\"name\";s:18:\"PromoCode_Light_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:18:\"PromoCode_Light_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}}s:4:\"tags\";a:18:{i:28;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}i:5;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:20;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:21;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}i:25;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}i:2;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:16;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}i:26;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}i:18;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:4;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}i:19;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:23;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}i:3;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:24;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}i:22;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:29;a:3:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:5:\"space\";s:4:\"name\";s:5:\"Space\";}i:27;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}}','no'),(116596,'revslider-update-hash','12db410ab7d9893e21576a63d443637c','yes'),(116597,'revslider-additions','O:8:\"stdClass\":1:{s:7:\"selling\";b:1;}','yes'),(116598,'rs-addons-counter','2','yes'),(116599,'revslider-templates-hash','b3130cc07a81cee08007c2cc64e9643f','yes'),(116600,'rs-templates-counter','1','no'),(127946,'secret_key','eiW<OHT]jZ?n)@f[Glf`i=cT;?[uSt]DO?|zZVZEAp4]$*r]##iM07e}:Oo[?[&%','no'),(134462,'disallowed_keys','','no'),(134463,'comment_previously_approved','1','yes'),(134464,'auto_plugin_theme_update_emails','a:0:{}','no'),(134465,'finished_updating_comment_type','1','yes'),(147182,'category_children','a:0:{}','yes'),(147218,'auto_update_plugins','a:9:{i:0;s:36:\"contact-form-7/wp-contact-form-7.php\";i:1;s:33:\"essential-grid/essential-grid.php\";i:2;s:43:\"ga-google-analytics/ga-google-analytics.php\";i:3;s:41:\"hellobar_wp_plugin/hellobar_wp_plugin.php\";i:5;s:23:\"revslider/revslider.php\";i:6;s:36:\"testimonials-showcase/ttshowcase.php\";i:8;s:27:\"js_composer/js_composer.php\";i:9;s:33:\"duplicate-post/duplicate-post.php\";i:10;s:29:\"nginx-helper/nginx-helper.php\";}','no'),(147441,'rsssl_upgraded_to_four','1','yes'),(147442,'rsssl_mixed_content_scan_dismissed','1','yes'),(147443,'rsssl_google_analytics_dismissed','1','yes'),(147626,'rsssl_remaining_tasks','1','yes'),(151126,'auto_update_core_dev','enabled','yes'),(151127,'auto_update_core_minor','enabled','yes'),(151128,'auto_update_core_major','enabled','no'),(152464,'can_compress_scripts','1','no'),(153150,'updraft_combine_jobs_around','1611508684','yes'),(155235,'disabled_hit_count','0','yes'),(158628,'duplicate_post_show_link','a:3:{s:9:\"new_draft\";s:1:\"1\";s:5:\"clone\";s:1:\"1\";s:17:\"rewrite_republish\";s:1:\"1\";}','yes'),(158629,'duplicate_post_show_link_in','a:4:{s:3:\"row\";s:1:\"1\";s:8:\"adminbar\";s:1:\"1\";s:9:\"submitbox\";s:1:\"1\";s:11:\"bulkactions\";s:1:\"1\";}','yes'),(158649,'w3tc_state','{\"common.install\":1611359883,\"common.install_version\":\"2.1.0\",\"license.status\":\"no_key\",\"license.next_check\":1628523850,\"license.terms\":\"\",\"license.community_terms\":\"decline\",\"common.show_note.flush_statics_needed\":false,\"common.show_note.flush_statics_needed.timestamp\":1612806300,\"common.show_note.flush_posts_needed\":false,\"common.show_note.flush_posts_needed.timestamp\":1628204262,\"common.show_note.plugins_updated\":false,\"common.show_note.plugins_updated.timestamp\":1628204262,\"minify.show_note.need_flush\":false,\"minify.show_note.need_flush.timestamp\":1612806300,\"objectcache.show_note.flush_needed\":false,\"objectcache.show_note.flush_needed.timestamp\":1612806300,\"cdn.stackpath2.access_token\":\"eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJodHRwczovL2dhdGV3YXkuc3RhY2twYXRoLmNvbSIsImV4cCI6MTYyODIwNzg2NiwiaWF0IjoxNjI4MjA0MjY2LCJpc3MiOiJpZGVudGl0eS5zdGFja3BhdGguY29tIiwic3ViIjoic3RhY2twYXRofGM5OWZiYTZmLWYwN2EtNDE0Yi1hY2M0LWQxYWE2MGViMGU2NiIsImh0dHBzOi8vaWRlbnRpdHkuc3RhY2twYXRoLmNvbS9hY2NvdW50cyI6W3siaWQiOiI0ZGFlMzNiNC01Y2Q0LTRiYjMtYjM2ZS00ZjY1YzFmODRhMGIifV0sImh0dHBzOi8vaWRlbnRpdHkuc3RhY2twYXRoLmNvbS9lbWFpbCI6Im1hdGhpc0Bnb3N0dWRpb2dyZWVuLmNvbSIsImh0dHBzOi8vaWRlbnRpdHkuc3RhY2twYXRoLmNvbS9qdGkiOiIzNWJhMmJlMi02ZDVhLTQxNjUtYTVhMi1hNWRlM2M3ZDg0NjIifQ.qvlH56yYkiSWg_iRdU9WrdQI8TUkhNoLQvg4juKqgjAqirNYa03EFlx5rKcgQu14b50Io3FrhbrN2dZDruYRYQgbbbLnfes6qYDBuNyTlFvbBAsAahWVxUJsYzeE1GHzAaC7JHcCapunk2fbxiMXk2PnPzQQe5xVmKKdofCyovbZUIcxBpbDH29o1oZqcU7Qnn9SnhhP3W5kSRBmoQ9p7A19KrJhvry79CVyBtdtAyMWfd57EwS9vCktdDW_tPrX5bLdnreOxhhfZRdOQb9qL7fQ_y569YGdD30rtK9uhGIG2HWQqASVpvmWKar6cr2XOOxRjr5h7x84m-gmhvnIog\",\"common.next_support_us_invitation\":1629559209,\"common.support_us_invitations\":4}','no'),(159052,'w3tc_setupguide_completed','1611360193','no'),(159053,'w3tc_generic_widgetservices','{\"content\":{\"items\":[{\"name\":\"Premium Support Response (Usually <1h First Response)\",\"parameter_name\":\"field4\",\"parameter_value\":\"Premium Support Response (Usually <1h First Response)\",\"form_hash\":\"m5pom8z0qy59rm\"},{\"name\":\"Performance Audit \\/ Consult (Theme, Plugin, Content, Server)\",\"parameter_name\":\"field4\",\"parameter_value\":\"Performance Audit \\/ Consult (Theme, Plugin, Content, Server)\",\"form_hash\":\"m5pom8z0qy59rm\"},{\"name\":\"Plugin Configuration\",\"parameter_name\":\"field4\",\"parameter_value\":\"Plugin Configuration\",\"form_hash\":\"m5pom8z0qy59rm\"},{\"name\":\"SSL Performance Setup\",\"parameter_name\":\"field4\",\"parameter_value\":\"SSL Performance Setup\",\"form_hash\":\"m5pom8z0qy59rm\"},{\"name\":\"Full Site Delivery Setup\",\"parameter_name\":\"field4\",\"parameter_value\":\"Full Site Delivery Setup\",\"form_hash\":\"m5pom8z0qy59rm\"},{\"name\":\"Hosting Environment Troubleshooting\",\"parameter_name\":\"field4\",\"parameter_value\":\"Hosting Environment Troubleshooting\",\"form_hash\":\"m5pom8z0qy59rm\"},{\"name\":\"Performance Monitoring\",\"parameter_name\":\"field4\",\"parameter_value\":\"Performance Monitoring\",\"form_hash\":\"m5pom8z0qy59rm\"}],\"ui_strings\":{\"cdn.maxcdn.signUpAndSave\":\"Sign Up Now and save !\",\"cdn.maxcdn.signUpAndSave.description\":\"MaxCDN is a service that lets you speed up your site even more with W3 Total Cache. Sign up now to recieve a special offer!\",\"cdn.stackpath.signUpAndSave\":\"Sign Up Now and save !\",\"cdn.stackpath.signUpAndSave.description\":\"StackPath is a service that lets you speed up your site even more with W3 Total Cache. Sign up now and save!\",\"cdn.stackpath2.signUpAndSave\":\"Sign Up Now and save !\",\"cdn.stackpath2.signUpAndSave.description\":\"StackPath is a service that lets you speed up your site even more with W3 Total Cache. Sign up now to recieve a special offer!\",\"minify.general.header\":\"Reduce load time by decreasing the size and number of <acronym title=\'Cascading Style Sheet\'>CSS<\\/acronym> and <acronym title=\'JavaScript\'>JS<\\/acronym> files. Automatically remove unncessary data from <acronym title=\'Cascading Style Sheet\'>CSS<\\/acronym>, <acronym title=\'JavaScript\'>JS<\\/acronym>, feed, page and post <acronym title=\'Hypertext Markup Language\'>HTML<\\/acronym>.\",\"newrelic.general.header\":\"New Relic may not be installed or not active on this server. <a href=\'%s\' target=\'_blank\'>Sign up for a (free) account<\\/a>. Visit <a href=\'%s\' target=\'_blank\'>New Relic<\\/a> for installation instructions.\",\"reverseproxy.general.header\":\"A reverse proxy adds scale to an server by handling requests before WordPress does. Purge settings are set on the <a href=\'%s\'>Page Cache settings<\\/a> page and <a href=\'%s\'>Browser Cache settings<\\/a> are set on the browser cache settings page.\",\"cdnfsd.general.header\":\"Host the entire website with your compatible <acronym title=\'Content Delivery Network\'>CDN<\\/acronym> provider to reduce page load time.\",\"cdn.general.header\":\"Host static files with your <acronym title=\'Content Delivery Network\'>CDN<\\/acronym> to reduce page load time.\",\"cdn.stackpath.widget.existing\":\"If you\'re an existing StackPath customer, enable <acronym title=\'Content Delivery Network\'>CDN<\\/acronym> and:\",\"cdn.stackpath2.widget.existing\":\"If you\'re an existing StackPath customer, enable <acronym title=\'Content Delivery Network\'>CDN<\\/acronym> and:\",\"cdn.stackpath2.widget.works_magically\":\"StackPath works magically with W3 Total Cache.\",\"cdn.stackpath.widget.header\":\"Dramatically increase website speeds in just a few clicks! Add the StackPath content delivery network (<acronym title=\'Content Delivery Network\'>CDN<\\/acronym>) service to your site.\",\"cdn.stackpath2.widget.header\":\"Dramatically increase website speeds in just a few clicks! Add the StackPath content delivery network (<acronym title=\'Content Delivery Network\'>CDN<\\/acronym>) service to your site.\"}},\"expires\":1627572025}','no'),(160820,'active_plugins','a:10:{i:0;s:15:\"worker/init.php\";i:1;s:36:\"contact-form-7/wp-contact-form-7.php\";i:2;s:33:\"duplicate-post/duplicate-post.php\";i:3;s:33:\"essential-grid/essential-grid.php\";i:4;s:43:\"ga-google-analytics/ga-google-analytics.php\";i:5;s:41:\"hellobar_wp_plugin/hellobar_wp_plugin.php\";i:6;s:27:\"js_composer/js_composer.php\";i:7;s:29:\"nginx-helper/nginx-helper.php\";i:8;s:23:\"revslider/revslider.php\";i:9;s:36:\"testimonials-showcase/ttshowcase.php\";}','yes'),(160822,'ai1wm_backups_labels','a:0:{}','yes'),(160823,'ai1wm_sites_links','a:0:{}','yes'),(160825,'template','betheme','yes'),(160826,'stylesheet','betheme','yes'),(160827,'swift_performance_plugin_organizer','a:0:{}','yes'),(160828,'jetpack_active_modules','a:0:{}','yes'),(160883,'_transient_health-check-site-status-result','{\"good\":18,\"recommended\":1,\"critical\":0}','yes'),(161176,'duplicate_post_version','4.1.2','yes'),(161272,'https_detection_errors','a:0:{}','yes'),(161408,'widget_block','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(161411,'wp_force_deactivated_plugins','a:0:{}','yes'),(161512,'rt_wp_nginx_helper_options','a:23:{s:12:\"enable_purge\";s:1:\"1\";s:12:\"cache_method\";s:14:\"enable_fastcgi\";s:12:\"purge_method\";s:11:\"get_request\";s:10:\"enable_map\";N;s:10:\"enable_log\";N;s:9:\"log_level\";s:4:\"INFO\";s:12:\"log_filesize\";s:1:\"5\";s:12:\"enable_stamp\";N;s:22:\"purge_homepage_on_edit\";s:1:\"1\";s:21:\"purge_homepage_on_del\";s:1:\"1\";s:21:\"purge_archive_on_edit\";s:1:\"1\";s:20:\"purge_archive_on_del\";s:1:\"1\";s:28:\"purge_archive_on_new_comment\";N;s:32:\"purge_archive_on_deleted_comment\";N;s:17:\"purge_page_on_mod\";s:1:\"1\";s:25:\"purge_page_on_new_comment\";s:1:\"1\";s:29:\"purge_page_on_deleted_comment\";s:1:\"1\";s:14:\"redis_hostname\";s:9:\"127.0.0.1\";s:10:\"redis_port\";s:4:\"6379\";s:12:\"redis_prefix\";s:12:\"nginx-cache:\";s:9:\"purge_url\";s:0:\"\";s:25:\"redis_enabled_by_constant\";i:0;s:28:\"smart_http_expire_form_nonce\";s:10:\"b1dc746f16\";}','no'),(163516,'mwp_recovering','','yes'),(163517,'mwp_core_autoupdate','','yes'),(163518,'mwp_container_parameters','a:0:{}','yes'),(163519,'mwp_container_site_parameters','a:0:{}','yes'),(163520,'mwp_maintenace_mode','a:0:{}','yes'),(163521,'_worker_nossl_key','','yes'),(163522,'_worker_public_key','LS0tLS1CRUdJTiBQVUJMSUMgS0VZLS0tLS0KTUlJQklqQU5CZ2txaGtpRzl3MEJBUUVGQUFPQ0FROEFNSUlCQ2dLQ0FRRUF1WFM0Y3YwbmlzYW4wanhCMzhmcAphamllQWh4ZmpWWE9LenpVYiswcjd3QU8wcTFBdEQzQnVRaEdweWRzamJEK0FXSUpyaVNHWkpSS0dmaERqbnlTClVGWHZhYmcyME1TUmh6Y2xXOUZIV21SaTJZeExTNnNpVlVJbSt6RXVLYkwxSWhOWXJ1TXlWVmRVa0FCOGoxakQKUERtdGdjeTVlMDAzd3AxR3V3ZUFjZVVMbEFQVVl0eUMzUzJ1OE02c2lnSmtIaGJPT2pJS1JyQURhRm4wa1BDTgpEL0VCU2hBMmFKb1Z3VWloYUR2Z054eVJMalp0d3Fscm9rditlaWVLYks3WE1tclZlY0UyR1VzK0xVcWNPczdTCkFIZC90SWFZQmgzSFRvRDRSZ0lqRkZ4VnZSTUhENndFZm4xUWJtVkFQQklaVmJaT0gzVG93b2hpektWejR4SEUKaXdJREFRQUIKLS0tLS1FTkQgUFVCTElDIEtFWS0tLS0tCg==','yes'),(163523,'mwp_worker_configuration','a:9:{s:10:\"master_url\";s:21:\"https://managewp.com/\";s:15:\"master_cron_url\";s:75:\"https://managewp.com/wp-content/plugins/master/mwp-notifications-handle.php\";s:20:\"noti_cache_life_time\";s:5:\"86400\";s:27:\"noti_treshold_spam_comments\";s:2:\"10\";s:30:\"noti_treshold_pending_comments\";s:1:\"0\";s:31:\"noti_treshold_approved_comments\";s:1:\"0\";s:19:\"noti_treshold_posts\";s:1:\"0\";s:20:\"noti_treshold_drafts\";s:1:\"0\";s:8:\"key_name\";s:8:\"managewp\";}','yes'),(163526,'mwp_key_last_used_f13aa5ba-8eea-49f1-b4dc-4a7e1f50d317','1632002054','yes'),(163527,'mwp_potential_key','399f2c5a-e633-4c91-a60e-022f221e9beb','yes'),(163528,'mwp_potential_key_time','1634078785','yes'),(164211,'_site_transient_mwp_sessions','a:1:{i:3;a:1:{i:0;s:43:\"WWFOihpaPpyaOUY0YbJSxUAdSxt9GSilhpQwoUhjItw\";}}','no'),(164699,'_site_transient_timeout_php_check_0bf95b5f09d09e56bf994b7894d9087c','1634482698','no'),(164700,'_site_transient_php_check_0bf95b5f09d09e56bf994b7894d9087c','a:5:{s:19:\"recommended_version\";s:3:\"7.4\";s:15:\"minimum_version\";s:6:\"5.6.20\";s:12:\"is_supported\";b:1;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}','no'),(164814,'_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-5.8.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.8.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.8.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.8.1-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"5.8.1\";s:7:\"version\";s:5:\"5.8.1\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1634138881;s:15:\"version_checked\";s:5:\"5.8.1\";s:12:\"translations\";a:0:{}}','no'),(164815,'_site_transient_update_themes','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1634138921;s:7:\"checked\";a:1:{s:7:\"betheme\";s:6:\"14.8.1\";}s:8:\"response\";a:0:{}s:9:\"no_update\";a:0:{}s:12:\"translations\";a:0:{}}','no'),(164816,'_site_transient_update_plugins','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1634154789;s:8:\"response\";a:0:{}s:12:\"translations\";a:3:{i:0;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:14:\"contact-form-7\";s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"5.5.1\";s:7:\"updated\";s:19:\"2021-10-13 09:54:16\";s:7:\"package\";s:81:\"https://downloads.wordpress.org/translation/plugin/contact-form-7/5.5.1/es_ES.zip\";s:10:\"autoupdate\";b:1;}i:1;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:14:\"contact-form-7\";s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:5:\"5.5.1\";s:7:\"updated\";s:19:\"2021-10-13 10:44:19\";s:7:\"package\";s:78:\"https://downloads.wordpress.org/translation/plugin/contact-form-7/5.5.1/ja.zip\";s:10:\"autoupdate\";b:1;}i:2;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:14:\"contact-form-7\";s:8:\"language\";s:5:\"zh_TW\";s:7:\"version\";s:5:\"5.5.1\";s:7:\"updated\";s:19:\"2021-10-13 06:18:23\";s:7:\"package\";s:81:\"https://downloads.wordpress.org/translation/plugin/contact-form-7/5.5.1/zh_TW.zip\";s:10:\"autoupdate\";b:1;}}s:9:\"no_update\";a:5:{s:36:\"contact-form-7/wp-contact-form-7.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:28:\"w.org/plugins/contact-form-7\";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:5:\"5.5.1\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/contact-form-7/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.5.5.1.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:67:\"https://ps.w.org/contact-form-7/assets/icon-256x256.png?rev=2279696\";s:2:\"1x\";s:59:\"https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255\";s:3:\"svg\";s:59:\"https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/contact-form-7/assets/banner-1544x500.png?rev=860901\";s:2:\"1x\";s:68:\"https://ps.w.org/contact-form-7/assets/banner-772x250.png?rev=880427\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.7\";}s:43:\"ga-google-analytics/ga-google-analytics.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:33:\"w.org/plugins/ga-google-analytics\";s:4:\"slug\";s:19:\"ga-google-analytics\";s:6:\"plugin\";s:43:\"ga-google-analytics/ga-google-analytics.php\";s:11:\"new_version\";s:8:\"20210719\";s:3:\"url\";s:50:\"https://wordpress.org/plugins/ga-google-analytics/\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/plugin/ga-google-analytics.20210719.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/ga-google-analytics/assets/icon-256x256.png?rev=2053004\";s:2:\"1x\";s:72:\"https://ps.w.org/ga-google-analytics/assets/icon-128x128.png?rev=2053004\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:75:\"https://ps.w.org/ga-google-analytics/assets/banner-1544x500.jpg?rev=1926485\";s:2:\"1x\";s:74:\"https://ps.w.org/ga-google-analytics/assets/banner-772x250.jpg?rev=1926485\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.1\";}s:15:\"worker/init.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:20:\"w.org/plugins/worker\";s:4:\"slug\";s:6:\"worker\";s:6:\"plugin\";s:15:\"worker/init.php\";s:11:\"new_version\";s:6:\"4.9.10\";s:3:\"url\";s:37:\"https://wordpress.org/plugins/worker/\";s:7:\"package\";s:49:\"https://downloads.wordpress.org/plugin/worker.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:59:\"https://ps.w.org/worker/assets/icon-256x256.png?rev=1015191\";s:2:\"1x\";s:51:\"https://ps.w.org/worker/assets/icon.svg?rev=1015191\";s:3:\"svg\";s:51:\"https://ps.w.org/worker/assets/icon.svg?rev=1015191\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:62:\"https://ps.w.org/worker/assets/banner-1544x500.jpg?rev=2035974\";s:2:\"1x\";s:61:\"https://ps.w.org/worker/assets/banner-772x250.jpg?rev=2035974\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.1\";}s:29:\"nginx-helper/nginx-helper.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:26:\"w.org/plugins/nginx-helper\";s:4:\"slug\";s:12:\"nginx-helper\";s:6:\"plugin\";s:29:\"nginx-helper/nginx-helper.php\";s:11:\"new_version\";s:5:\"2.2.2\";s:3:\"url\";s:43:\"https://wordpress.org/plugins/nginx-helper/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/nginx-helper.2.2.2.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:65:\"https://ps.w.org/nginx-helper/assets/icon-256x256.png?rev=2360932\";s:2:\"1x\";s:57:\"https://ps.w.org/nginx-helper/assets/icon.svg?rev=2360932\";s:3:\"svg\";s:57:\"https://ps.w.org/nginx-helper/assets/icon.svg?rev=2360932\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/nginx-helper/assets/banner-1544x500.png?rev=2360932\";s:2:\"1x\";s:67:\"https://ps.w.org/nginx-helper/assets/banner-772x250.png?rev=2360926\";}s:11:\"banners_rtl\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/nginx-helper/assets/banner-1544x500-rtl.png?rev=2360932\";s:2:\"1x\";s:71:\"https://ps.w.org/nginx-helper/assets/banner-772x250-rtl.png?rev=2360932\";}s:8:\"requires\";s:3:\"3.0\";}s:33:\"duplicate-post/duplicate-post.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:28:\"w.org/plugins/duplicate-post\";s:4:\"slug\";s:14:\"duplicate-post\";s:6:\"plugin\";s:33:\"duplicate-post/duplicate-post.php\";s:11:\"new_version\";s:5:\"4.1.2\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/duplicate-post/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/duplicate-post.4.1.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/duplicate-post/assets/icon-256x256.png?rev=2336666\";s:2:\"1x\";s:67:\"https://ps.w.org/duplicate-post/assets/icon-128x128.png?rev=2336666\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/duplicate-post/assets/banner-1544x500.png?rev=2336666\";s:2:\"1x\";s:69:\"https://ps.w.org/duplicate-post/assets/banner-772x250.png?rev=2336666\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.6\";}}}','no'),(164830,'_site_transient_timeout_theme_roots','1634140721','no'),(164831,'_site_transient_theme_roots','a:1:{s:7:\"betheme\";s:7:\"/themes\";}','no'),(164837,'_site_transient_timeout_browser_7720911048c5f7ab6632a5edad15d209','1634759581','no'),(164838,'_site_transient_browser_7720911048c5f7ab6632a5edad15d209','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"94.0.4606.61\";s:8:\"platform\";s:7:\"Android\";s:10:\"update_url\";s:0:\"\";s:7:\"img_src\";s:0:\"\";s:11:\"img_src_ssl\";s:0:\"\";s:15:\"current_version\";s:0:\"\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:1;}','no'),(164839,'_site_transient_timeout_community-events-7989097e332cdd32743462890119b280','1634197984','no'),(164840,'_site_transient_community-events-7989097e332cdd32743462890119b280','a:4:{s:9:\"sandboxed\";b:0;s:5:\"error\";N;s:8:\"location\";a:1:{s:2:\"ip\";s:12:\"172.58.158.0\";}s:6:\"events\";a:7:{i:0;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:46:\"Discussion Group: Organizing WordPress Meetups\";s:3:\"url\";s:68:\"https://www.meetup.com/learn-wordpress-discussions/events/281256448/\";s:6:\"meetup\";s:27:\"Learn WordPress Discussions\";s:10:\"meetup_url\";s:51:\"https://www.meetup.com/learn-wordpress-discussions/\";s:4:\"date\";s:19:\"2021-10-13 16:00:00\";s:8:\"end_date\";s:19:\"2021-10-13 17:00:00\";s:20:\"start_unix_timestamp\";i:1634166000;s:18:\"end_unix_timestamp\";i:1634169600;s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:37.7799987792970028976924368180334568023681640625;s:9:\"longitude\";d:-122.419998168950002082056016661226749420166015625;}}i:1;a:10:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:27:\"WordCamp Italia Online 2021\";s:3:\"url\";s:33:\"https://italia.wordcamp.org/2021/\";s:6:\"meetup\";N;s:10:\"meetup_url\";N;s:4:\"date\";s:19:\"2021-10-22 14:00:00\";s:8:\"end_date\";s:19:\"2021-10-23 00:00:00\";s:20:\"start_unix_timestamp\";i:1634904000;s:18:\"end_unix_timestamp\";i:1634940000;s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"IT\";s:8:\"latitude\";d:41.8725553000000019210347090847790241241455078125;s:9:\"longitude\";d:12.516448000000000462250682176090776920318603515625;}}i:2;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:27:\"Online: WordPress Help Desk\";s:3:\"url\";s:75:\"https://www.meetup.com/Raleigh-WordPress-Meetup-Group/events/dhmqksyccnbqb/\";s:6:\"meetup\";s:41:\"Raleigh-Durham RTP WordPress Meetup Group\";s:10:\"meetup_url\";s:54:\"https://www.meetup.com/Raleigh-WordPress-Meetup-Group/\";s:4:\"date\";s:19:\"2021-10-12 09:00:00\";s:8:\"end_date\";s:19:\"2021-10-12 10:00:00\";s:20:\"start_unix_timestamp\";i:1634043600;s:18:\"end_unix_timestamp\";i:1634047200;s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:35.8899993896479969635038287378847599029541015625;s:9:\"longitude\";d:-78.6399993896479969635038287378847599029541015625;}}i:3;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:27:\"Online: WordPress Help Desk\";s:3:\"url\";s:75:\"https://www.meetup.com/Raleigh-WordPress-Meetup-Group/events/dhmqksyccnbrb/\";s:6:\"meetup\";s:41:\"Raleigh-Durham RTP WordPress Meetup Group\";s:10:\"meetup_url\";s:54:\"https://www.meetup.com/Raleigh-WordPress-Meetup-Group/\";s:4:\"date\";s:19:\"2021-10-13 09:00:00\";s:8:\"end_date\";s:19:\"2021-10-13 10:00:00\";s:20:\"start_unix_timestamp\";i:1634130000;s:18:\"end_unix_timestamp\";i:1634133600;s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:35.8899993896479969635038287378847599029541015625;s:9:\"longitude\";d:-78.6399993896479969635038287378847599029541015625;}}i:4;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:31:\"Image Compression and WordPress\";s:3:\"url\";s:55:\"https://www.meetup.com/TriadWordPress/events/281295619/\";s:6:\"meetup\";s:32:\"The Triad WordPress Meetup Group\";s:10:\"meetup_url\";s:38:\"https://www.meetup.com/TriadWordPress/\";s:4:\"date\";s:19:\"2021-10-13 18:30:00\";s:8:\"end_date\";s:19:\"2021-10-13 20:00:00\";s:20:\"start_unix_timestamp\";i:1634164200;s:18:\"end_unix_timestamp\";i:1634169600;s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:36.169998168944999861196265555918216705322265625;s:9:\"longitude\";d:-79.9800033569340058647867408581078052520751953125;}}i:5;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:27:\"Online: WordPress Help Desk\";s:3:\"url\";s:75:\"https://www.meetup.com/Raleigh-WordPress-Meetup-Group/events/dhmqksyccnbsb/\";s:6:\"meetup\";s:41:\"Raleigh-Durham RTP WordPress Meetup Group\";s:10:\"meetup_url\";s:54:\"https://www.meetup.com/Raleigh-WordPress-Meetup-Group/\";s:4:\"date\";s:19:\"2021-10-14 09:00:00\";s:8:\"end_date\";s:19:\"2021-10-14 10:00:00\";s:20:\"start_unix_timestamp\";i:1634216400;s:18:\"end_unix_timestamp\";i:1634220000;s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:35.8899993896479969635038287378847599029541015625;s:9:\"longitude\";d:-78.6399993896479969635038287378847599029541015625;}}i:6;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:27:\"Online: WordPress Help Desk\";s:3:\"url\";s:75:\"https://www.meetup.com/Raleigh-WordPress-Meetup-Group/events/dhmqksyccnbzb/\";s:6:\"meetup\";s:41:\"Raleigh-Durham RTP WordPress Meetup Group\";s:10:\"meetup_url\";s:54:\"https://www.meetup.com/Raleigh-WordPress-Meetup-Group/\";s:4:\"date\";s:19:\"2021-10-19 09:00:00\";s:8:\"end_date\";s:19:\"2021-10-19 10:00:00\";s:20:\"start_unix_timestamp\";i:1634648400;s:18:\"end_unix_timestamp\";i:1634652000;s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:35.8899993896479969635038287378847599029541015625;s:9:\"longitude\";d:-78.6399993896479969635038287378847599029541015625;}}}}','no'),(164841,'_transient_timeout_feed_9bbd59226dc36b9b26cd43f15694c5c3','1634197985','no'),(164842,'_transient_feed_9bbd59226dc36b9b26cd43f15694c5c3','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\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:79:\"\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:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"News â€“  â€“ WordPress.org\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"https://wordpress.org/news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 05 Oct 2021 20:05:52 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://wordpress.org/?v=5.9-alpha-51904\";s: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:20:{i:0;a:6:{s:4:\"data\";s:57:\"\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:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"The Month in WordPress: September 2021\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"https://wordpress.org/news/2021/10/the-month-in-wordpress-september-2021/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 05 Oct 2021 20:01:02 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Month in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=11327\";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:351:\"Thereâ€™s a lot of tolerance in open source software for shipping slightly imperfect work. And thatâ€™s good. When we ship software thatâ€™s a little bit imperfect, it makes it clear how everyone can participate, how everyone could participate, if they could find this WordPress community that supports the CMS. That was Josepha Haden on the [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Hari Shanker R\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:16575:\"\n<blockquote class=\"wp-block-quote\"><p>Thereâ€™s a lot of tolerance in open source software for shipping slightly imperfect work. And thatâ€™s good. When we ship software thatâ€™s a little bit imperfect, it makes it clear how everyone can participate, how everyone could participate, if they could find this WordPress community that supports the CMS.</p></blockquote>\n\n\n\n<p class=\"has-drop-cap\">That was <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden</a> on the â€œ<a href=\"https://wordpress.org/news/2021/09/episode-16-a-sneak-peek-at-wordpress-5-9/\">A Sneak Peek at WordPress 5.9</a>â€ episode of the <a href=\"https://wordpress.org/news/podcast/\">WP Briefing Podcast</a>, talking about what goes into a WordPress release like version 5.9. Read on to find out more about updates on the latest release and the latest WordPress news from September 2021.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>WordPress Translation Day 2021 Celebrations ran for 30 days</h2>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" width=\"632\" height=\"332\" src=\"https://i2.wp.com/wordpress.org/news/files/2021/10/image.png?resize=632%2C332&#038;ssl=1\" alt=\"WP Translation Day Matt Mullenweg Quote. Quote text: â€œTranslation is so magical because it multiplies the work of all the other contributors of WordPress. If you care about freedom and the future of the internet, translating WordPress is one of the best things you can do for people who speak your language.â€\" class=\"wp-image-11328\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2021/10/image.png?resize=1024%2C538&amp;ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2021/10/image.png?resize=300%2C158&amp;ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2021/10/image.png?resize=768%2C403&amp;ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2021/10/image.png?w=1200&amp;ssl=1 1200w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>WordPress Contributor teams, led by the Polyglots and Marketing teams, organized <a href=\"https://wptranslationday.org/\">WordPress Translation Day celebrations</a> for the entire month of September. Contributors from across the world joined the celebrations by translating WordPress into their own languages. Additionally, the team organized a host of <a href=\"https://wptranslationday.org/wptd-2021/global-events/\">global</a> and <a href=\"https://wptranslationday.org/wptd-2021/local-events/\">local events</a>. Translation sprints were organized by the <a href=\"https://make.wordpress.org/community/2021/09/20/kicking-off-the-community-documentation-translation-sprint-from-september-20-to-24/\">Community</a> and <a href=\"https://make.wordpress.org/training/2021/09/30/wptranslationday-subtitling-videos-on-learn/\">Training</a> teams, as well as local groups.</p>\n\n\n\n<p>As part of the celebrations, nominations were invited for contributors who had made a significant impact on the translation of WordPress and its availability in so many languages worldwide. <a href=\"https://wptranslationday.org/blog/call-for-nominations-polyglots-appreciation/\">More than 30 notable polyglot contributors were nominated for their contributions</a>. They will be featured in the coming month on the <a href=\"https://wptranslationday.org/\">WP Translation Day website, together with event recaps and more news.</a></p>\n\n\n\n<p>Read the latest <a href=\"https://wordpress.org/news/2021/09/people-of-wordpress-yordan-soares/\">People of WordPress feature on polyglots contributor Yordan Soares</a>, from South America.</p>\n\n\n\n<h2>WordPress Release updates</h2>\n\n\n\n<ul><li>WordPress security and maintenance release â€“ <a href=\"https://wordpress.org/news/2021/09/wordpress-5-8-1-security-and-maintenance-release/\">Version 5.8.1</a> came out on September 9, 2021. The release fixes three major issues and includes 60 bug fixes. You can update to the latest version directly from your WordPress dashboard or by <a href=\"https://wordpress.org/download/\">downloading</a> it from WordPress.org. The <a href=\"https://make.wordpress.org/core/2021/10/04/wordpress-5-8-2-deferred/\">5.8.2 release has been deferred</a> and if needed a minor release will be added before 5.9.&nbsp;</li><li>Work is progressing towards WordPress 5.9, and the team released a <a href=\"https://make.wordpress.org/core/2021/09/03/wordpress-5-9-planning-roundup/\">planning round-up</a> along with a <a href=\"https://make.wordpress.org/core/2021/09/03/wordpress-5-9-planning-roundup/\">call for release leads</a>. October 14 is the go/no-go date of the release, which is planned to be <a href=\"https://make.wordpress.org/core/2021/09/03/wordpress-5-9-planning-roundup/\">launched on December 14, 2021</a>.</li></ul>\n\n\n\n<p>Want to contribute to WordPress core? Join the <a href=\"https://wordpress.slack.com/archives/C02RQBWTW\">#core</a> channel, follow the <a href=\"https://make.wordpress.org/core/\">Core Team blog</a>, and check out the <a href=\"https://make.wordpress.org/core/handbook/\">team handbook</a>. Donâ€™t miss the Core Team chats on Wednesdays at <a href=\"https://www.timeanddate.com/worldclock/fixedtime.html?hour=5&amp;min=00&amp;sec=0\">5 AM</a> and <a href=\"https://www.timeanddate.com/worldclock/fixedtime.html?hour=20&amp;min=00&amp;sec=0\">8 PM</a> UTC.&nbsp;</p>\n\n\n\n<h2>Say hi to Gutenberg Versions 11.4 and 11.5</h2>\n\n\n\n<p>We launched Gutenberg <a href=\"https://make.wordpress.org/core/2021/09/01/whats-new-in-gutenberg-11-4-1-september/\">version 11.4</a> and <a href=\"https://make.wordpress.org/core/2021/09/17/whats-new-in-gutenberg-11-5-16-september/\">version 11.5</a> this month. <a href=\"https://make.wordpress.org/core/2021/09/01/whats-new-in-gutenberg-11-4-1-september/\">Version 11.4</a> adds image blocks to the gallery block, duotone filters for featured images, and padding support for Button Blocks. <a href=\"https://make.wordpress.org/core/2021/09/17/whats-new-in-gutenberg-11-5-16-september/\">Version 11.5</a> adds flex layout support to the group and social icon blocks along with <a href=\"https://make.wordpress.org/core/2021/09/22/core-editor-improvement-introducing-the-widget-group-block/\">widget group blocks</a>. It will support the addition of a site logo or title directly into menus.</p>\n\n\n\n<p>Want to get involved in developing Gutenberg? Follow <a href=\"https://make.wordpress.org/core/\">the Core Team blog</a>, contribute to <a href=\"https://github.com/WordPress/gutenberg/\">Gutenberg on GitHub</a>, and join the <a href=\"https://wordpress.slack.com/archives/C02QB2JS7\">#core-editor</a> channel in the <a href=\"https://make.wordpress.org/chat/\">Make WordPress Slack</a>. The <a href=\"https://make.wordpress.org/core/2021/09/17/whats-next-in-gutenberg-mid-september-2021/\">Whatâ€™s next in Gutenberg</a> post gives details on the latest updates.</p>\n\n\n\n<h2>New Guidelines for in-person WordCamps</h2>\n\n\n\n<p>The Community Team <a href=\"https://make.wordpress.org/community/2021/09/13/announcement-updated-guidelines-for-in-person-wordcamps/\">published new guidelines</a> for returning to in-person WordCamps in regions where in-person events are allowed by the local public health authorities.&nbsp;</p>\n\n\n\n<p>Community members can now organize in-person WordCamps for fully vaccinated, recently tested negative, or recently recovered folks (in the last three months) â€” provided their region passes the in-person <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/2021-returning-to-in-person-meetups/in-person-meetup-decision-checklist/\">safety checklist</a> OR if vaccines and/or COVID testing are accessible to all. Organizers can continue to plan online WordCamps if their region does not meet the guideline.&nbsp;</p>\n\n\n\n<p>New guidelines are also available on the <a href=\"https://make.wordpress.org/community/2021/09/27/announcement-returning-to-in-person-do_action-charity-hackathons/\">return of in-person do_action hackathons</a>.</p>\n\n\n\n<p>Want to get involved in the Community Team and help bring back in-person WordPress events? <a href=\"https://make.wordpress.org/community/\">Follow the Community Team blog</a> and join the <a href=\"https://wordpress.slack.com/archives/C02RQC7RN\">#community-events</a> channel in <a href=\"https://make.wordpress.org/chat/\">the Make WordPress Slack</a>! Check out the following <a href=\"https://central.wordcamp.org/\">upcoming WordCamps</a> and <a href=\"https://make.wordpress.org/community/events/\">meetups</a>.</p>\n\n\n\n<h2>Important Team announcements/updates</h2>\n\n\n\n<ul><li>The Polyglots Team <a href=\"https://make.wordpress.org/polyglots/2021/09/27/sign-up-for-the-new-polyglots-monthly-newsletter/\">opened sign-ups</a> for their new monthly newsletter. The first edition goes out on October 15!</li><li>The<a href=\"https://make.wordpress.org/project/2021/09/10/suggested-iterations-for-the-five-for-the-future-program-and-tool/\"> Five for the Future program is being revisited</a> to identify opportunities for growth.&nbsp;</li><li>The Docs Team formally <a href=\"https://make.wordpress.org/docs/2021/09/15/announcement-new-workflow-for-reporting-documentation-issues/\">launched a new repository</a> for tracking issues with WordPress documentation: <a href=\"https://github.com/WordPress/Documentation-Issue-Tracker\">https://github.com/WordPress/Documentation-Issue-Tracker</a></li><li>The Plugins Team <a href=\"https://make.wordpress.org/plugins/2021/09/20/change-to-how-long-active-reviews-remain-open/\">reduced the time period to complete active review requests for plugins</a> from six to three months.</li><li>The Community Team started work on the <a href=\"https://make.wordpress.org/community/2021/09/10/2022-global-sponsorship-working-group/\">2022 Global Sponsorship program</a>.</li><li>The Design Team is <a href=\"https://make.wordpress.org/design/2021/09/16/document-status-and-visibility/\">working on a redesign proposal of the Inspector sidebar</a> in the WordPress post/page editor.</li><li>The Themes Team announced the results of the <a href=\"https://make.wordpress.org/themes/2021/09/13/theme-upload-survey-results-next-steps/\">six-week Theme author survey</a>.</li><li>The Training Team also shared <a href=\"https://make.wordpress.org/training/2021/09/14/learn-wordpress-needs-assessment-results/\">results of a third-party needs assessment exercise for Learn WordPress</a> which offers some excellent insights.&nbsp;</li></ul>\n\n\n\n<h2>Feedback/Testing requests from Contributor Teams</h2>\n\n\n\n<ul><li>Version 18.3 of WordPress for <a href=\"https://make.wordpress.org/mobile/2021/09/20/call-for-testing-wordpress-for-ios-18-3/\">iOS</a> and <a href=\"https://make.wordpress.org/mobile/2021/09/21/call-for-testing-wordpress-for-android-18-3/\">Android</a> are now available for testing!</li><li>Join the <a href=\"https://make.wordpress.org/test/2021/09/29/fse-program-testing-call-10-pattern-party/\">10th challenge</a> of the <a href=\"https://make.wordpress.org/core/2020/12/11/the-fse-outreach-program-is-officially-starting/\">Full Site Editing (FSE) Outreach program</a> &#8211; â€œ<a href=\"https://make.wordpress.org/test/2021/09/29/fse-program-testing-call-10-pattern-party/\">Pattern Party</a>â€. Check out the <a href=\"https://make.wordpress.org/test/2021/09/29/fse-program-testing-call-10-pattern-party/\">announcement post</a> for testing instructions and join the fun in the <a href=\"https://wordpress.slack.com/archives/C015GUFFC00\">#fse-outreach-experiment</a> Slack channel. Deadline: October 13, 2021</li><li>The Training Team is requesting feedback on:<ul><li><a href=\"https://make.wordpress.org/training/2021/09/27/proposal-ensuring-high-quality-video-contributions-to-learn-wordpress/\">Strategies to ensure high-quality video contributions for Learn WordPress</a>. Deadline: October 6, 2021</li><li><a href=\"https://make.wordpress.org/training/2021/08/10/proposal-learner-achievements-on-profiles/\">Learner achievements on profiles</a>: no current deadline</li></ul></li><li>Help the Test Team <a href=\"https://make.wordpress.org/test/2021/10/01/test-team-chat-summary-28-september-2021/\">reach out to extenders to check if their test suites are compatible with the modernization of the WordPress Core PHP Test Suites</a>. Information on what the changes mean and step-by-step instructions are available over in the following post: <a href=\"https://make.wordpress.org/core/2021/09/27/changes-to-the-wordpress-core-php-test-suite/\">Changes to the WordPress Core PHP Test Suite</a>.</li><li>The Polyglots Team is <a href=\"https://make.wordpress.org/polyglots/2021/09/19/how-to-handle-block-pattern-translations/\">exploring two different mechanisms on translating user-submitted block patterns</a>: GlotPress v/s forking patterns to locales and is requesting feedback from community members.</li></ul>\n\n\n\n<h2>WordPress Events updates</h2>\n\n\n\n<ul><li><a href=\"https://galicia.wordcamp.org/2021/\">WordCamp Galicia 2021</a> was held from September 30 &#8211; October 2, 2021 and <a href=\"https://us.wordcamp.org/2021/\">WordCamp US 2021</a> ran on October 1.</li><li>Donâ€™t miss these upcoming WordCamps: <a href=\"https://nicaragua.wordcamp.org/2021/\">WordCamp Nicaragua 2021</a> (October 8-9, 2021) and <a href=\"https://italia.wordcamp.org/2021/\">WordCamp Italia 2021</a> (October 22-23, 2021)Â </li><li>The Diverse Speakers Training group (<a href=\"https://make.wordpress.org/community/tag/wpdiversity/\">#WPDiversity</a>) of the Community Team organized an <a href=\"https://make.wordpress.org/community/2021/09/15/wpdiversity-events-in-september-attention-india/\">allyship workshop, along with dedicated workshops focused on India in September</a>.</li><li>The Test Team organized a <a href=\"https://make.wordpress.org/test/2021/09/17/hallway-hangout-discussion-on-adoption-pathways-for-full-site-editing-16-september/\">Hallway Hangout on adoption pathways for Full Site Editing</a> where attendees mentioned how they use FSE and shared ideas for improvement.Â </li></ul>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Further reading</h2>\n\n\n\n<ul><li>The Hosting Team recommended that all web hosts <a href=\"https://make.wordpress.org/hosting/2021/09/15/wordpress-5-8-1-security-release-is-time-sensitive/\">test and push the WordPress 5.8.1 security update through to their users</a> as soon as possible.</li><li>The Training Team <a href=\"https://make.wordpress.org/training/2021/09/21/should-learn-wordpress-contributors-be-gpl-compliant/\">clarified GPL compliance guidelines</a> for Learn WordPress contributions, and the <a href=\"https://learn.wordpress.org/meta/handbook/workshops/eligibility-of-workshop-presenters/\">guidelines for workshop presenters are available in the handbook</a>.</li><li>The codebase for Openverse, a search engine for openly-licensed media,&nbsp; i<a href=\"https://make.wordpress.org/openverse/2021/09/03/call-for-translations-i18n-in-openverse/\">s now available for translation</a>.</li><li>The Core Team implemented a <a href=\"https://make.wordpress.org/core/2021/09/28/implementing-a-webfonts-api-in-wordpress-core/\">Webfonts API in WordPress core</a> for simplifying the process of enqueuing external fonts on WordPress sites.&nbsp;</li><li>The Test Team rescheduled <a href=\"https://make.wordpress.org/test/2021/09/23/5-9-end-to-end-e2e-working-strategy-session-agenda-for-29-sep-2021/\">the End-to-End (e2e) Test working strategy session</a> to October 6. More details <a href=\"https://make.wordpress.org/test/2021/09/23/5-9-end-to-end-e2e-working-strategy-session-agenda-for-29-sep-2021/\">in the announcement post</a>.</li></ul>\n\n\n\n<p><em>Have a story that we could include in the next â€˜Month in WordPressâ€™ post? Please </em><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><em>submit it using this form</em></a><em>.&nbsp;</em></p>\n\n\n\n<p><em>The following folks contributed to Septemberâ€™s Month in WordPress: <a href=\'https://profiles.wordpress.org/webcommsat/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webcommsat</a>, <a href=\'https://profiles.wordpress.org/chaion07/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chaion07</a>, <a href=\'https://profiles.wordpress.org/dansoschin/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>dansoschin</a>, <a href=\'https://profiles.wordpress.org/harishanker/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>harishanker</a>, <a href=\'https://profiles.wordpress.org/meher/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>meher</a>, and <a href=\'https://profiles.wordpress.org/tobifjellner/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>tobifjellner</a></em></p>\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:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"11327\";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:55:\"\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:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"WP Briefing: Episode 17: WordPressing Your Way to Digital Literacy\";s: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:88:\"https://wordpress.org/news/2021/10/episode-17-wordpressing-your-way-to-digital-literacy/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 04 Oct 2021 12:00:00 +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:53:\"https://wordpress.org/news/?post_type=podcast&p=11316\";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:400:\"In episode 17 of the WordPress Briefing, Josepha Haden Chomphosy reflects on her WordCamp US keynote and digs into how participating in open source projects can help you learn 21st Century Skills.&#160; Have a question you&#8217;d like answered? You can submit them to wpbriefing@wordpress.org, either written or as a voice recording. Credits Editor:&#160;Dustin Hartzler Logo:&#160;Beatriz [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:60:\"https://wordpress.org/news/files/2021/09/WP-Briefing-017.mp3\";s:6:\"length\";s:1:\"0\";s:4:\"type\";s:0:\"\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Chloe Bringmann\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:29421:\"\n<p>In episode 17 of the WordPress Briefing, Josepha Haden Chomphosy reflects on her WordCamp US keynote and digs into how participating in open source projects can help you learn 21st Century Skills.&nbsp;</p>\n\n\n\n<p><em><strong>Have a question you&#8217;d like answered? You can submit them to <a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2>Credits</h2>\n\n\n\n<ul><li>Editor:&nbsp;<a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a></li><li>Logo:&nbsp;<a href=\"https://profiles.wordpress.org/beafialho/\">Beatriz Fialho</a></li><li>Production:&nbsp;<a href=\"https://profiles.wordpress.org/cbringmann/\">ChloÃ© Bringmann</a></li><li>Song: Fearless First by Kevin MacLeod</li></ul>\n\n\n\n<h2>References </h2>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/2021/09/03/wordpress-5-9-planning-roundup/\">WordPress 5.9 Planning</a></p>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/2021/08/13/preliminary-road-to-5-9/\">5.9 Target Features</a></p>\n\n\n\n<p><a href=\"https://us.wordcamp.org/2021/\">WordCamp US 2021</a></p>\n\n\n\n<h2>Transcript</h2>\n\n\n\n<span id=\"more-11316\"></span>\n\n\n\n<p>Hello, everyone, and welcome to the WordPress Briefing, the podcast where you can catch quick explanations of the ideas behind the WordPress open source project, some insight into the community that supports it, and get a small list of big things coming up in the next two weeks. I&#8217;m your host, Josepha Haden Chomphosy. See, here we go!</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>00:42</p>\n\n\n\n<p>Today I want to talk to you a little bit about the digital divide, where it is, maybe a bit of where it&#8217;s headed, and which parts of the WordPress open source project and CMS can help. This is a focused look, though, so I won&#8217;t touch on some of the hurdles that everyone is aware of when you get outside of in-person environments, things like parental modeling or supervision, education on the relevance of technology, etc. This is a follow-up to the conversation that I had at WordCamp US last weekâ€”and so doing a little bit of a deeper dive here. And we&#8217;re gonna start with what exactly is the digital divide.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>01:23</p>\n\n\n\n<p>So the digital divide is considered those who benefit from the digital age versus those who don&#8217;t; that feels like a really big concept. And the current discussion is primarily about access, or for years that has been about access anyway, especially physical access. So those who have computers versus those who do not have internet in their homes versus those who do not. But I don&#8217;t necessarily agree with that particular, really focused definition of the problem.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>01:59</p>\n\n\n\n<p>If the only problem we see is access, then the solution becomes to get cheap devices and internet to everyone, which certainly has led to more people being connected than ever before.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>02:12</p>\n\n\n\n<p>With this proliferation of devices that are considered both smart and mobile (mobile in this context, meaning handheld or pocket-sized), the discussion over the last few years has been shifting. Itâ€™s been shifting into more of a discussion around the education around the relevance of internet access, discussions around the quality of access to the Internet, and also discussions around Wi-Fi and dial-up and the surprising cost of data.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>02:42</p>\n\n\n\n<p>But from my perspective, there are a number of really dangerous assumptions that we make when we boil it all the way down to who has access and the quality of that kind of access.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>02:54</p>\n\n\n\n<p>The first dangerous assumption is that we run the risk of conflating being tech-savvy with being digitally literate, and they&#8217;re not really the same things. The second assumption that we run the risk of is assuming that access to cellular data equals access to the internet through any other means. And also assuming that cost is always the determining factor.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>03:19</p>\n\n\n\n<p>And the final fairly dangerous assumption that we&#8217;re making there is that we allow ourselves the ability to mark the digital divide is fixed in our minds. Once we get enough access to everyone, we&#8217;re just done. There is no more divide. But as a way of illustration, if you think about access, not in the context of technology, like high technology, digital technology, and in the context of like writing, you probably own a writing utensil, and you probably have access to paper of some sort, which is great. But just because you have like a pencil and a piece of paper doesn&#8217;t mean that I can send you home right now &#8211; I guess most of you are listening at home.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>04:07</p>\n\n\n\n<p>It doesn&#8217;t mean that I can send you to your desk right now. And consider you prepared to write a best-selling novel, right? Because giving you physical tools no more makes you a novelist than handing me a computer when I was a teen made me digitally literate.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>04:24</p>\n\n\n\n<p>So let&#8217;s talk about what it takes to be digitally literate. I&#8217;ve lumped the following skills into three groups. It&#8217;s broadly defined as 21st-century skills, but the groups that I have them in is not a comprehensive list of those 21st-century skills.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>04:41</p>\n\n\n\n<p>The first group that is a large component of digital literacy is critical thinking skills. So computational thinking and problem-solving. That particular one is not new, exactly. But the computational thinking part certainly is. Not all problems are solved with code, but the basis for thinking through things procedurally is increasingly important.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>05:04</p>\n\n\n\n<p>The second one in that set is communication through multiple media, consuming communications or content through Twitter, Instagram, Snapchat, or any other format, but also creating the things that communicateâ€”writing blogs, creating videos, both calls and standalone, and forums, things like that.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>05:27</p>\n\n\n\n<p>The third set in that group of critical thinking skills is around collaboration, which some people will say is more about communication. But I find that collaboration both online and in-person is a skill set all to its own. Communication only gets you so far when you&#8217;re learning to cook to collaborate with people that you don&#8217;t normally work with. And so, I have lumped that into critical thinking skills.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>05:54</p>\n\n\n\n<p>The second big bucket for digital literacy is actually literally digital literacy. So I have three, three things in here as well. Evaluating information is obviously incredibly important in the environment that we&#8217;re in right now, for just informationâ€™s sake. But then things like understanding the differences between copyright versus copyleft licenses, understanding the difference between an .org ending URL and a .com ending URL, and evaluating the general veracity of sources that you&#8217;re finding on the web.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>06:32</p>\n\n\n\n<p>The second part of that group is media use and creation, understanding the difference between folks who consume and folks who create the content we have, how to find information online, and the most sensible places to keep information online. And the third area of digital literacy that I find to be vitally important is the ethics of licenses both around use and access. So again, things like copyright vs. Copy, copyleft. And specifically for WordPress, that means understanding things like the Creative Commons licenses, GPL, MIT, but then also copyright is its own complicated question unto itself. But the other things that show up for us for WordPress that show up for us with technology are also things like open access versus proprietary information and sources. And things like plagiarism versus sampling.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>07:33</p>\n\n\n\n<p>And our third big bucket, which has become increasingly complex, but the third big bucket for digital literacy to my mind is actually considered something that I call life skills. So things like self-direction, knowing what you want to do next, and how to get it done. Time management is also in there, knowing how much time something will take and being able to make sure that you are getting things done over time, as opposed to trying to accomplish everything at the last second.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>08:03</p>\n\n\n\n<p>A big part of these life skills is cross-cultural and social communication. The internet is tricky, right? Because it&#8217;s simultaneously incredibly insular and increasingly global. Like you can if you wanted only ever read things that already confirm your existing biases. But the very nature of the internet, the very nature of the web, means that the world is much smaller. We have more ready access faster to everyone everywhere in the world than we used to have. This means, of course, that cultural awareness is an absolute must now more than ever. This is for what it&#8217;s worth the time of year when I give this talk. And that&#8217;s because of this last part of the life skills section, which is digital citizenship.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>08:54</p>\n\n\n\n<p>Digital citizenship generally is the second week of October 2 or the third week of October. And it&#8217;s one of my favorite weeks because it is something that comes up all the time in our ecosystem. It comes up all the time and open source in general, but certainly for WordPress. So those are our three big buckets of digital literacy, a subset of 21st-century skills as a whole.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>09:22</p>\n\n\n\n<p>That&#8217;s a lot of stuff, I know. And it&#8217;s also really hard to figure out how you can learn any of those skills, and from my experience, I really believe that WordPress as an open source project can help people learn those things.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>09:43</p>\n\n\n\n<p>Once upon a time, ages and ages ago, my mother told me that in order for me to become a better writer, I would have to read and in order to become a better communicator, it would probably help if I spent a little bit more time writing, and I have always felt that the same must be true for all the things that we learn, you find a positive example and study it to become better. Or, depending on what you&#8217;re learning and how you&#8217;re trying to learn it, you find a passive example of something that you want to be able to do better from an active standpoint and participate in that so that your active production of the other part is better.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>10:24</p>\n\n\n\n<p>Here are a few parts of the WordPress project and WordPress itself that can help with this.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>10:31</p>\n\n\n\n<p>So there are first a few really specific teams; if you&#8217;re contributing to a team like Themes, or Plugins, or Core, the three areas of those digital literacy skills that you have an opportunity to learn there. For critical thinking, you&#8217;re going to run into problem-solving and computational thinking. Youâ€™re also going to run into distributed collaboration, which was really important as just a concept when I first wrote this talk. And now it is currently really important as a reality because we have a bunch of companies that are going to either remote work or partially distributed or fully distributed. And that&#8217;s the way that WordPress has worked for a pretty long time.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>11:19</p>\n\n\n\n<p>So I&#8217;ve always felt like it was important because it was important to WordPress, but it&#8217;s also becoming increasingly an important part of just how to exist in the world at the moment. For those three teams, the things that you can really tap into and practice for the life skill section are digital literacy, nope, digital citizenship, self-direction, and time management obviously comes up in any open source project because you are volunteering your time and it is up to you to kind of decide how much you can commit or not various other parts of time management and directing one&#8217;s own project. Now, but you also get the opportunity to test and practice your cross-cultural communication, social communication and learning what it means to collaborate across cultures in that way.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>12:15</p>\n\n\n\n<p>On the digital literacy side, you also get a little bit of that information evaluation and synthesis for what it&#8217;s worth. And then obviously get to learn more about the ethics of various types of licenses and how use and access relate to those things.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>12:35</p>\n\n\n\n<p>We also have a team or two; these are not really teams or twos. These are things that you can do that are either solo activities or group activities. One is working or checking out the support forums, and the other is blogging. Weâ€™ll start with support forums.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>12:52</p>\n\n\n\n<p>If you&#8217;re doing this as a group activity, there are a couple of extra things that that you can practice here. But suppose you&#8217;re doing it as a solo, just way to give back to the project sort of thing or way to learn some of these skills sort of thing. In that case, you can get almost all of these digital literacy skills woven into working in the support forums, depending on what&#8217;s happening in the moment and the questions people have brought up. But for critical thinking, obviously, you get some problem solving in there, not as much the computational thinking as the procedural thinking part. But you certainly also get to tap into communication with multiple types of media, collaboration in person and online, depending on whether you&#8217;re doing this as a solo effort or a group effort. And then, of course, research, which I didn&#8217;t really bring up in any of those groupings for digital literacy, is certainly a very important part of it.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>13:49</p>\n\n\n\n<p>For the digital literacy grouping of skills related to digital literacy, you get to work on evaluating information and, depending on how complicated an answer might be. You can also get that opportunity to practice synthesizing complex information and research, a digital literacy skill. And then, once people have responded to a topic you&#8217;ve answered, you also get to tap into that life skill section. You get to be you get the opportunity to practice digital citizenship related to synchronous or asynchronous conversation. You also get to see more about how cross-cultural communication and collaboration works and social communication across those various boundaries that naturally show up when we&#8217;re working across cultures that way. And as I mentioned previously, information synthesis, as well.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>14:53</p>\n\n\n\n<p>The second one that I have mentioned can be like a solo effort or a group effort, depending on what you do. Blogging, for most people who use WordPress, is probably the most common application of how WordPress can help you do stuff. So I often see it as the most relevant and the most immediately accessible to anyone. But you know, you got to meet people where they are. So, I would strongly believe that this is our best way to help people learn these things.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>15:30</p>\n\n\n\n<p>So blogging for the critical thinking sorts of things, you have an opportunity to practice communication across mediums. You will probably get an opportunity to practice your research skills, chances are, you&#8217;re going to get the opportunity to practice some problem solving, and honestly, like if you&#8217;re hosting your site, problem-solving is going to come up when using WordPress as soon as you add in plugins and themes, because you sometimes kind of have to figure out what&#8217;s working and what&#8217;s not, and what&#8217;s playing nicely with other things and what&#8217;s not. It&#8217;s possible that with blogging, you&#8217;re also going to have an opportunity to get to practice some distributed collaboration. But that&#8217;s probably going to depend on what you&#8217;re doing with your site as well.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>16:30</p>\n\n\n\n<p>Licenses and how they apply to the thing that you&#8217;re using feel a bit different when you are the one who&#8217;s creating. And so learning about how those things work and don&#8217;t work and how they can best suit what you&#8217;re trying to do. Blogging is absolutely an excellent opportunity to dig into that a bit and learn a bit more about that. As far as your life skills go,</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>16:56</p>\n\n\n\n<p>that&#8217;s where you, again, get to practice some digital citizenship by figuring out who your audiences are and also when you have to communicate with them via the comments or any other way that you have built up a feedback mechanism there.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>17:11</p>\n\n\n\n<p>Self-direction obviously will come into this, maybe time management if you are blogging on, I was gonna say on a paid basis, but that&#8217;s not really I don&#8217;t know, on a project basis, like some of us are students and have to write things based on deadlines. And so, you know, self-direction, potentially time management, always cross-cultural communication, social communication, research, all of these things show up in there.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>17:41</p>\n\n\n\n<p>And, you know, I really believe in this concept of how blogging and bringing people into maintaining a website can teach you all of these skills. Because when I was younger, I was a bad communicator. And now, I am across the board known for my effective communication and my ability to work across cultures. And so the defining moment, which was like a four-year moment, and so not necessarily a moment, but the thing that really made all the difference was when my mom challenged me to write every single day. She had noted that I was not necessarily great at getting from one point to the next. I wasn&#8217;t necessarily great at building my arguments when I had to explain something to people. And she suggested that writing every day would help me tap into this big thing about communication and working with other people collaboration, all of that. And as an adult on the other side of it. Like, I thought she was super wrong when I was younger, because don&#8217;t we all think our parents are wrong when we&#8217;re younger. But as an adult on the other side of it, not only was that an opportunity for me to literally learn how to communicate better. But it also, when I look at it, gave me access to opportunities to practice all sorts of 21st-century skills and digital literacy skills in an environment that was relatively safe. And so, I am a big proponent of this particular one.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>19:26</p>\n\n\n\n<p>Another team that helps us tap into and practice a lot of our digital literacy skills is the Documentation team. I recommend that you let this be a supervised activity if you&#8217;re doing this with students because, you know, it&#8217;s a wiki. You can put weird things in there on accident or just inaccurate things. So for critical thinking, the primary skill that you&#8217;re going to be able to practice if you&#8217;re working on documentation is collaboration. You would think that it was also like information synthesis and information evaluation. But for a lot of the work that we&#8217;re doing, the documentation exists. And what we&#8217;re looking at is trying to figure out where it no longer matches what is currently in the CMS, or currently in the project or currently in the team, whatever it is that you&#8217;re working on at that moment. And so, it&#8217;s a strong collaborative effort in the WordPress project. You have to have done the general work to figure out what needs to be changed in the documentation. But a lot of times, you need to figure out who has access to make the changes, what has prevented us from making changes in the past, and things like that. And so I say, collaboration is the only one to learn and critical thinking, but it&#8217;s actually a really big one and can take a fair amount of effort in this particular context.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>20:49</p>\n\n\n\n<p>From the digital literacy aspect, of course, there is evaluating information. But this particular type of information evaluation is a little different for documentation. And this actually is true for the Documentation team, for the Training team, and also for the new Learn team. This question is true for all of them. There is a huge difference between presentation versus application of information. The way you present information for people who already know it and just need confirmation of something or are using it for reference material is really different from when people are looking at a piece of documentation that should be telling them how to accomplish something. And they try to apply it either to their own processes at the moment or apply it to teaching other people. And so evaluating information to make sure that what is presented can be applied, and all of the ways that that very complicated journey with managing information can kind of work or not, depending on how things are going in your section of the open source project at the moment.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>21:59</p>\n\n\n\n<p>The third group of skills that you can really dig into in those teams, again, is digital citizenship, basically, everything is digital citizenship in WordPress because we&#8217;re just people online.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>22:24</p>\n\n\n\n<p>And this final grouping that we have this final team and group of skills. So the Community team is a substantial and far-ranging team; they have many things that fall into their area of expertise. And so this has traditionally kind of functioned as a linchpin around education and ensuring that that was all relevant for users and attendees of events. The Community team will remain pivotal to so many things that we do now. But now that we have really awakened the Learn team and re-enlivened that Training team, this will shift a little over time. But yes, so that grain of salt that depending on when you listen to this, if you listen to it in 2050, maybe it&#8217;s not accurate anymore. Hopefully, most of what I say is not accurate in 2050. But you know, still.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>23:27</p>\n\n\n\n<p>&nbsp;Anyway! Critical thinking that&#8217;s where we were. So the critical thinking group of skills inside the Community team, you are going to have an opportunity to practice problem-solving. And frequently also procedural thinking, depending on what you&#8217;re working on in that team. Multimedia communication is absolutely true. And that&#8217;s true, whether you contribute to the team itself and make sure that the team is functioning and doing their basic tasks. Or if you are organizing an entire event, whether it&#8217;s online or offline or however that is being accomplished.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>24:07</p>\n\n\n\n<p>Multimedia communication for this particular team is constant for all of their work and something that everyone who works on there gets to practice all the time. For digital literacy, this comes up a lot if what you&#8217;re doing is working through any sort of like programming plans, making sure that what we have in place for events is really excellent. It&#8217;s a really excellent opportunity for practicing the evaluation of information, learning more about media use and creation, and then naturally, everything to do with licenses copyright copyleft, not only for everything that we produce but then also for everyone in the ecosystem.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>24:55</p>\n\n\n\n<p>This team helps so many plugins, authors and theme developers, and other groups who participate in the ecosystem understand the nuances of the GPL and why it matters so much to WordPress. And then in the life skill section, there&#8217;s the obvious life skill section, life skills that have come up for all of themâ€”so digital citizenship, cross-cultural and social communication. But also you have the opportunity to tap into that self-direction and time management practice, which probably should also be considered in all of these teams. But, you know, things change as we go.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>25:45</p>\n\n\n\n<p>Those are the most likely digital literacy skills that you would end up practicing in the Community team, depending on how you are participating in the Community team at that moment.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>25:59</p>\n\n\n\n<p>So I said that we would talk a little bit about where this is all headed and what to do next. And like I just said, when I got lost in my own reverie, they&#8217;re like, hopefully, everything that I&#8217;ve shared here is out of date by 2050. Like, if we can come back to this particular podcast, or this presentation, or anything I&#8217;ve ever said, about digital literacy over my time with WordPress. And if we could come back to that in 2050, or, you know, I was going to say, 20 years from now, 2041 feels really close. But, you know, come back to it in the future, and say, that was all really excellent information to know at the moment. And we did do those things. And now, WordPress has proven that open source contribution and collaboration can teach all of the necessary 21st-century skills that anyone would need to survive in the world. And we did do it, that would be really cool. But I don&#8217;t think that that&#8217;s where we&#8217;re headed. Not because I don&#8217;t think people believe in what I&#8217;m saying or care about what I&#8217;m saying. But because it&#8217;s very easy to kind of let these things go at some point.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>27:20</p>\n\n\n\n<p>Even if you at some point, were proficient in all of what is considered 21st-century skills, sometimes our skills don&#8217;t get used very much. And so we lose track of them. And we don&#8217;t know, or we don&#8217;t know how to teach them to other people and various ways to do that. So I hope that when we revisit this in the time capsule of the internet 20 years from now, we can say that was a great explanation. And we learned so much. And we made so many changes in such progress that now we need a new version of this. That&#8217;s really all we can do, always striving to leave the world in a better position than when we found it.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>28:07</p>\n\n\n\n<p>All right, that brings us to our small list of big things. I don&#8217;t have a ton to share with you today. But what I do have to share with you is a really big deal. So we are about a week away from the Go/No-Go point of WordPress 5.9. That is the final release of the year. And as soon as we know what is a go or a no go from that meeting on October 12th,&nbsp; everyone is going just to hit the ground running. And so, if you are interested in contributing to that release, either by being a participant in the release squad or leading some part of the release squad. Absolutely. Drop by and let me know because I am interested to know who wants to learn more about doing that. And this is actually something that has gone by. I mentioned at the top that I spoke at WordCamp US.&nbsp; That is still true; I did do it. And so did a bunch of other really excellent presenters. If you missed WordCamp US on Friday, for whatever reason, because you know, life is complicated. Pretty soon, we will have the videos. We&#8217;ll have all the videos up with captions quickly and have those available for everyone to watch and learn more from as their schedule allows and as their attention allows. And that is your small list of big things. Thank you for tuning in today for the WordPress Briefing. I&#8217;m your host, Josepha Haden Chomphos, and I&#8217;ll see you again in a couple of weeks.</p>\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:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"11316\";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:60:\"\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:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"People of WordPress: Yordan Soares\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/news/2021/09/people-of-wordpress-yordan-soares/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 30 Sep 2021 13:14: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:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:10:\"Interviews\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:16:\"wptranslationday\";s: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:\"https://wordpress.org/news/?p=11279\";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:\"To coincide with International Translation Day, we feature the story of a developer and translator Yordan Soares from South America.\";s: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:28:\"webcommsat AbhaNonStopNewsUK\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:14138:\"\n<p><strong>WordPress is open source software, maintained by a global network of contributors. There are many examples of how WordPress has changed peopleâ€™s lives for the better. In this monthly series, we share some of the amazing stories.</strong> </p>\n\n\n\n<p><strong>To coincide with International Translation Day and the final day of the <a href=\"https://wptranslationday.org/\">2021 WordPress Translation celebration</a>, we feature the story of a WordPresser who has made a major impact in the polyglots team. </strong></p>\n\n\n\n<h2>Beyond software, meeting the WordPress community</h2>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" width=\"600\" height=\"600\" src=\"https://i2.wp.com/wordpress.org/news/files/2021/09/yordan-min-300x300@2x.jpg?resize=600%2C600&#038;ssl=1\" alt=\"\" class=\"wp-image-11299\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2021/09/yordan-min-300x300@2x.jpg?w=600&amp;ssl=1 600w, https://i2.wp.com/wordpress.org/news/files/2021/09/yordan-min-300x300@2x.jpg?resize=300%2C300&amp;ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2021/09/yordan-min-300x300@2x.jpg?resize=150%2C150&amp;ssl=1 150w\" sizes=\"(max-width: 600px) 100vw, 600px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>For Yordan Soares from South America, finding WordPress also meant discovering friends, community, and opportunities. He had not expected to find a whole global movement behind the web development software.</p>\n\n\n\n<p>Yordan, who is from Venezuela, South America, said: â€œThe first time I used WordPress, I had no idea what was going on behind the software or beyond it. I knew there was someone making it all work, but I couldnâ€™t even remotely imagine all the people who were making WordPress not just a tool for developing websites, but a whole movement that comes together to share, build, and help make the world better.â€<br></p>\n\n\n\n<h2>Turning your hobby into your job</h2>\n\n\n\n<p>Initially, Yordan earned his income from computer technical support and installing networks for small and medium-sized businesses. Back in 2005, web development and code-writing was just a hobby. When he discovered the concept of CSS and how it could make everything dynamic. This opened up a whole new career pathway for him.</p>\n\n\n\n<p>In 2010, an introduction to WordPress through a friend opened up a future he had not imagined. He stopped using any other content management system (CMS) and wanted to explore how much he could do with the platform.</p>\n\n\n\n<p>Three years later in 2013, he was able to take his WordPress journey further by starting a small advertising agency with some of his friends. During this time, they crafted commercials for local radio and TV stations. Through WordPress, they found it easy to build more than 15 websites for businesses in a market that previously had not valued the importance of having an online presence.</p>\n\n\n\n<p>He said: â€œWe were working for almost four years until at the end of 2017 the economic crisis in Venezuela became too acute, and we decided to close the agency when we stopped making profits. Taking stock of that period, I think we changed the way merchants saw the Internet business in the city.â€</p>\n\n\n\n<h2>Working full time as a freelancer</h2>\n\n\n\n<p>One year on in 2018, Yordan began to freelance full-time as a web developer. His first clients were primarily agencies and friends who had emigrated to other countries. Later, he expanded into freelance marketplaces.</p>\n\n\n\n<p>At that time, getting started as a freelancer was quite a challenging task in Venezuela. The first hindrance was getting a fair level of recompense. Additionally, the deteriorating conditions in the country with constant blackouts and internet connection failures complicated matters.</p>\n\n\n\n<p>At the time, Yordan was living in Guarenas, where the situation was relatively better. He managed to get a reasonably uninterrupted electricity supply with adequate internet speed, which was just good enough to complete his projects.</p>\n\n\n\n<h2>Meeting the WordPress community</h2>\n\n\n\n<p>â€œSurely if I hadnâ€™t met the community, I would have continued to work on my own, like a lone wolf, doing the ordinary work of solving problems for occasional customers and paying my bills,â€ he said.</p>\n\n\n\n<p>Living in Guarenas, Yordan began to experience stability in his career and made new friends and contacts. He began looking for co-working spaces or technology communities nearby, and thatâ€™s when he met the WordPress community in Caracas.</p>\n\n\n\n<p>He quickly signed up for the first face-to-face event. As soon as the event concluded, he went to talk to the co-organizer and offered his help. He was inspired to help with designing promotional pieces, managing social networks, and organizing events.</p>\n\n\n\n<p>Through such events, he met and connected with several people living in nearby cities.</p>\n\n\n\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile\" style=\"grid-template-columns:32% auto\"><figure class=\"wp-block-media-text__media\"><img loading=\"lazy\" width=\"120\" height=\"300\" src=\"https://i0.wp.com/wordpress.org/news/files/2021/09/WP_Guarenas-Guatire-120x300-1-120x300.png?resize=120%2C300&#038;ssl=1\" alt=\"\" class=\"wp-image-11300 size-medium\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2021/09/WP_Guarenas-Guatire-120x300-1.png?resize=120%2C300&amp;ssl=1 120w, https://i0.wp.com/wordpress.org/news/files/2021/09/WP_Guarenas-Guatire-120x300-1.png?w=240&amp;ssl=1 240w\" sizes=\"(max-width: 120px) 100vw, 120px\" data-recalc-dims=\"1\" /></figure><div class=\"wp-block-media-text__content\">\n<p class=\"has-normal-font-size\"> A few months later, with other WordPress users in the area, the idea emerged to start a new Guarenas-Guatire meetup group. The idea became a reality by December 2019, when they applied to the WordPress community team. </p>\n\n\n\n<p>Once the final approvals came in, the team started scheduling the activities. The <a href=\"https://www.meetup.com/wordpress-meetup-guarenas-guatire/\">WordPress Guarenas-Guatire Meetup</a> was officially recognized!</p>\n\n\n\n<p>During the first quarter of 2020, just before the pandemic, Yordan and colleagues organized five face-to-face events. With the worldwide lockdown, in-person community engagements came to a halt. However, the Guarenas-Guatire community was eager to continue meeting.</p>\n</div></div>\n\n\n\n<p>To keep the community active and motivated, and with the support of sponsors, they started organizing online events under a format called â€œWordPress a la medianocheâ€ (WordPress at midnight).</p>\n\n\n\n<p>The format of these events was inspired by Alexis Arnal, who suggested meeting at midnight to make the most of the internet speed that would usually improve somewhat after that time!</p>\n\n\n\n<p>At the time of writing, Yordan and the team have organized 16 WordPress a la medianoche events with an attendance of up to 50 people per online gathering. An impressive audience which enabled a comparatively small meetup to keep communications flowing at a difficult and unprecedented time.</p>\n\n\n\n<p>One positive of such events, is an opportunity to invite people from other countries and run sessions in partnership with others. An example was a special translation event with Javier Esteban, a member of the translation team from Spain. The meetup also invited contributors from Mexico, Costa Rica, Peru, and Colombia who were happy to participate.</p>\n\n\n\n<h2>Strengthened by the community</h2>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" width=\"632\" height=\"241\" src=\"https://i1.wp.com/wordpress.org/news/files/2021/09/wp-translation-2020.jpg?resize=632%2C241&#038;ssl=1\" alt=\"\" class=\"wp-image-11307\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2021/09/wp-translation-2020.jpg?resize=1024%2C390&amp;ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2021/09/wp-translation-2020.jpg?resize=300%2C114&amp;ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2021/09/wp-translation-2020.jpg?resize=768%2C292&amp;ssl=1 768w, https://i1.wp.com/wordpress.org/news/files/2021/09/wp-translation-2020.jpg?resize=1536%2C585&amp;ssl=1 1536w, https://i1.wp.com/wordpress.org/news/files/2021/09/wp-translation-2020.jpg?w=1889&amp;ssl=1 1889w, https://i1.wp.com/wordpress.org/news/files/2021/09/wp-translation-2020.jpg?w=1264&amp;ssl=1 1264w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /><figcaption>Yordan (pictured bottom left) speaking at the WordPress Translation Day 2020 events</figcaption></figure>\n\n\n\n<p>Yordan believes that he would have continued to work on his own had he not met the WordPress community.</p>\n\n\n\n<p>He said: &#8220;Fortunately, this was not the case and I have been able to live a lot of transforming experiences that have shown me the meaning of the words &#8216;community&#8217; and &#8216;volunteerism&#8217;.&#8221;</p>\n\n\n\n<p>Yordan felt empowered by the community and it led him to volunteer for many other roles and activities, including Locale Manager for <a href=\"https://translate.wordpress.org/locale/es-ve/\">Spanish Venezuela</a>, a moderator for <a href=\"https://make.wordpress.org/tv/\">WordPress.tv</a>, and as a <a href=\"https://make.wordpress.org/support/\">support</a> contributor in the forums helping people with technical issues. He has also developed free plugins for the official WordPress directory and <a href=\"https://wordpress.tv/speakers/yordan-soares/\">spoken at community events</a> including <a href=\"https://spain.wordcamp.org/2020/session/actualizaciones-automaticas-para-tus-plugins-y-temas-personalizados/\">WordCamp Spain 2020</a>.  </p>\n\n\n\n<p>All this has a boomerang effect, Yordan explains. These experiences helped him grow personally and professionally, as itâ€™s always rewarding to know that youâ€™ve helped improve the WordPress ecosystem.</p>\n\n\n\n<p>He also likes being able to directly help people when they need it and feels it is a two-way learning process.</p>\n\n\n\n<p>&#8220;At first, when I told my family and friends about the community and the work I was doing, they would ask me &#8216;what do you get in return?&#8217; Perhaps they expected me to tell them a specific amount of money, but the answer is more complex,&#8221; he said.</p>\n\n\n\n<p>&#8220;Itâ€™s rewarding to know that youâ€™ve helped improve the WordPress ecosystem, the tool you use to work and put food on the table.&#8221;</p>\n\n\n\n<p>During his journey, Yordan has met many wonderful people with common interests and values, and the best part is that many of these people are now his friends, business partners, or customers.</p>\n\n\n\n<p>At the same time, he has learned new skills and gained experience, which have given him a significant confidence boost in facing difficult situations that may come in life.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" width=\"632\" height=\"332\" src=\"https://i1.wp.com/wordpress.org/news/files/2021/10/special-acknowledgement-yordansoares.png?resize=632%2C332&#038;ssl=1\" alt=\"Polyglots special appreciation. Yordan Soares. \" class=\"wp-image-11320\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2021/10/special-acknowledgement-yordansoares.png?resize=1024%2C538&amp;ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2021/10/special-acknowledgement-yordansoares.png?resize=300%2C158&amp;ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2021/10/special-acknowledgement-yordansoares.png?resize=768%2C403&amp;ssl=1 768w, https://i1.wp.com/wordpress.org/news/files/2021/10/special-acknowledgement-yordansoares.png?w=1200&amp;ssl=1 1200w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>As part of the <a href=\"https://wordpress.org/news/2021/09/join-us-for-wordpress-translation-day-global-events-in-september-2021/\">WordPress Translation Day 2021</a> celebrations, Yordan was nominated for his contribution to the work of the Polyglots Team translating WordPress. The full nominations list and stories will be published in October and November on the <a href=\"https://wptranslationday.org/\">WordPress Translation Day website</a>. Check out the <a href=\"https://make.wordpress.org/polyglots/2021/09/30/30-days-of-translation-celebration/\">final events for International Translation Day</a>.</p>\n\n\n\n<h2>Contributors</h2>\n\n\n\n<p>Thanks to Abha Thakor (<a href=\'https://profiles.wordpress.org/webcommsat/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webcommsat</a>), Larissa Murillo (<a href=\'https://profiles.wordpress.org/lmurillom/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>lmurillom</a>), Maedah Batool (<a href=\'https://profiles.wordpress.org/maedahbatool/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>maedahbatool</a>), ChloÃ© Bringmann (<a href=\'https://profiles.wordpress.org/cbringmann/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>cbringmann</a>), and Nalini (<a href=\'https://profiles.wordpress.org/nalininonstopnewsuk/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>nalininonstopnewsuk</a>) for work on this story. Thank you to Yordan Soares (<a href=\'https://profiles.wordpress.org/yordansoares/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>yordansoares</a>) for sharing his Contributor Story, and to Josepha Haden (<a href=\'https://profiles.wordpress.org/chanthaboune/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chanthaboune</a>) and Topher DeRosia (<a href=\'https://profiles.wordpress.org/topher1kenobe/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>topher1kenobe</a>) for their support of the series. The WordPress Guarenas-Guatire logo on this page was designed by <a href=\"https://profiles.wordpress.org/bragnieljimenez/\">Bragniel Jimenez</a> </p>\n\n\n\n<p>This People of WordPress feature is inspired by an article originally published on HeroPress.com, a community initiative created by Topher DeRosia. The initiative highlights people in the WordPress community who have overcome barriers and whose stories would otherwise go unheard. Meet more WordPressers in our <a href=\"https://wordpress.org/news/category/newsletter/interviews/\">People of WordPress series.</a></p>\n\n\n\n<p>#ContributorStory #HeroPress</p>\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:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"11279\";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:65:\"\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:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"Upcoming Gallery Block improvements\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/news/2021/09/upcoming-gallery-block-improvements/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 27 Sep 2021 15:36:59 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:6:\"Design\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:8:\"Features\";s: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:\"https://wordpress.org/news/?p=11258\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:329:\"Thanks to @javiarce &#38; @annezazu for design and copy contributions. An exciting update to the Gallery Block gives you more ways to show off images in your posts and pages. While this change wonâ€™t be available for most folks until WordPress 5.9â€™s launch in December, we wanted to share some of whatâ€™s to come to [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:2:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:49:\"https://wordpress.org/news/files/2021/09/Main.mp4\";s:6:\"length\";s:8:\"16081214\";s:4:\"type\";s:9:\"video/mp4\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:56:\"https://wordpress.org/news/files/2021/09/Drag-_-Drop.mp4\";s:6:\"length\";s:7:\"1557447\";s:4:\"type\";s:9:\"video/mp4\";}}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:\"Kelly Hoffman\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2589:\"\n<p><em>Thanks to <a href=\'https://profiles.wordpress.org/javiarce/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>javiarce</a> &amp; <a href=\'https://profiles.wordpress.org/annezazu/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>annezazu</a> for design and copy contributions.</em></p>\n\n\n\n<figure class=\"wp-block-video\"><video autoplay controls loop src=\"https://wordpress.org/news/files/2021/09/Main.mp4\"></video></figure>\n\n\n\n<p>An exciting update to the Gallery Block gives you more ways to show off images in your posts and pages. While this change wonâ€™t be available for most folks until WordPress 5.9â€™s launch in December, we wanted to share some of whatâ€™s to come to get you excited about the future.</p>\n\n\n\n<h2>Style individual images</h2>\n\n\n\n<p>You can now use the same tools that are available for individual image blocks on <em>each</em> image in the Gallery Block! This added flexibility means you can do more customization &#8211; from adding links to each individual image, inline cropping to edit on the fly, apply unique styles for more visually compelling images, and apply an array of duotone filters.</p>\n\n\n\n<h2>Add custom styles</h2>\n\n\n\n<p>For more advanced folks who like to go a bit deeper in their customizations, you now have the option to add custom CSS styles per image. This is thanks to the ability to assign CSS classes to each image.</p>\n\n\n\n<h2>More accessible and intuitive&nbsp;</h2>\n\n\n\n<p>With this change comes the benefit of improved keyboard navigation and the ability to add alt text right within the block sidebar. You can also drag and drop to rearrange images.</p>\n\n\n\n<figure class=\"wp-block-video\"><video autoplay controls loop src=\"https://wordpress.org/news/files/2021/09/Drag-_-Drop.mp4\"></video></figure>\n\n\n\n<h2>Next steps</h2>\n\n\n\n<p>This will be available in December with the release of WordPress 5.9. You can check it out now if youâ€™re using the Gutenberg plugin on any of your sites. Read more about <a href=\"https://wordpress.org/news/2021/04/become-an-early-adopter-with-the-gutenberg-plugin/\">becoming an early adopter</a> if youâ€™d like to get ahead.</p>\n\n\n\n<p>If youâ€™re a plugin or theme author who has built upon the Gallery Block functionality,<a href=\"https://make.wordpress.org/core/2021/08/20/gallery-block-refactor-dev-note/\"> be sure to check out this Dev Note detailing what steps need to be taken for compatibility</a> since this is a breaking change.</p>\n\n\n\n<p>Weâ€™re excited to see the new galleries that these options open up and what ideas you have to make creating galleries even better.</p>\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:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"11258\";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:58:\"\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:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"WP Briefing: Episode 16: A Sneak Peek at WordPress 5.9\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"https://wordpress.org/news/2021/09/episode-16-a-sneak-peek-at-wordpress-5-9/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 20 Sep 2021 12:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"wp-briefing\";s: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:53:\"https://wordpress.org/news/?post_type=podcast&p=11248\";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:423:\"In addition to this episodeâ€™s small list of big things, Josepha Haden Chomphosy reviews the upcoming 5.9 WordPress release and its Full Site Editing features. Have a question you&#8217;d like answered? You can submit them to wpbriefing@wordpress.org, either written or as a voice recording. Credits Editor:&#160;Dustin Hartzler Logo:&#160;Beatriz Fialho Production:&#160;ChloÃ© Bringmann Song: Fearless First by [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:60:\"https://wordpress.org/news/files/2021/09/WP-Briefing-016.mp3\";s:6:\"length\";s:1:\"0\";s:4:\"type\";s:0:\"\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Chloe Bringmann\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:11753:\"\n<p>In addition to this episodeâ€™s small list of big things, Josepha Haden Chomphosy reviews the upcoming 5.9 WordPress release and its Full Site Editing features.</p>\n\n\n\n<p><em><strong>Have a question you&#8217;d like answered? You can submit them to <a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2>Credits</h2>\n\n\n\n<ul><li>Editor:&nbsp;<a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a></li><li>Logo:&nbsp;<a href=\"https://profiles.wordpress.org/beafialho/\">Beatriz Fialho</a></li><li>Production:&nbsp;<a href=\"https://profiles.wordpress.org/cbringmann/\">ChloÃ© Bringmann</a></li><li>Song: Fearless First by Kevin MacLeod</li></ul>\n\n\n\n<h2>References </h2>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/2021/09/03/wordpress-5-9-planning-roundup/\">WordPress 5.9 Planning&nbsp;</a></p>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/2021/08/13/preliminary-road-to-5-9/\">5.9 Target Features</a></p>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/2021/08/20/gallery-block-refactor-dev-note/\">Gallery Block Refactor Dev Notes</a></p>\n\n\n\n<p><a href=\"https://en.wikipedia.org/wiki/The_Cathedral_and_the_Bazaar\">The Cathedral and the Bazaar, 19 Lessons of Open Source</a></p>\n\n\n\n<p><a href=\"https://wptranslationday.org/\">WordPress Translation Day</a></p>\n\n\n\n<p><a href=\"https://us.wordcamp.org/2021/\">WordCamp US 2021</a></p>\n\n\n\n<p><a href=\"https://andreamiddleton.blog/2021/09/07/letters-to-an-open-source-contributor/\">Letters to an open source contributor, by Andrea Middleton</a></p>\n\n\n\n<h2>Transcript</h2>\n\n\n\n<span id=\"more-11248\"></span>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>00:10</p>\n\n\n\n<p>Hello, everyone, and welcome to the WordPress Briefing. The podcast where you can catch quick explanations of the ideas behind the WordPress open source project, some insight into the community that supports it, and get a small list of big things coming up in the next two weeks. I&#8217;m your host, Joseph Haden Chomphosy. Here we go.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>00:40</p>\n\n\n\n<p>Today I&#8217;m going to take you through a quick look at the final WordPress release of 2021. It will be WordPress 5.9. And there will be a ton of things in it, including a fresh new default theme. And there are a few things that you need to know about it right now. The target release date is December 14, 2021, which means some of our milestones happen around Thanksgiving in the US. And a few significant commercial dates globally, days, like Giving Tuesday and Black Friday, etc. I&#8217;ll include a link to the post with all the target dates in the show notes so that you can plan with those in mind. And also in the show notes. I&#8217;ll include a link to MatÃ­as Ventura&#8217;s post that includes the target features for the release. When you look at that post, you&#8217;ll notice that you can sort of group things into two big buckets. The two buckets that I grouped them into are themes plus tools, and also better tools.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>01:31</p>\n\n\n\n<p>So bucket number one themes and all their tools. Three things were important for me as I was reading through them. Number one is that there is a default theme. As of the time of this recording, I&#8217;ve seen the early concepts for the theme, and I love them. Hopefully, by the time this podcast is published, the post that showcases the look and feel will also be up on make.wordpress.org/design. If it is, I&#8217;ll include a link in the show notes to make it easy for everyone to reference.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>02:04</p>\n\n\n\n<p>The second thing is block themes in general. So WordPress 5.8 brought to core WordPress a lot of the infrastructure needed to create block themes. And in this release in WordPress 5.9, much of that infrastructure will be made available for folks who don&#8217;t always feel comfortable working in the code. That&#8217;s mostly UX and UI changes. So user experience and user interface changes are based on user feedback that we&#8217;ve gathered over the last six to eight months. But it also will include the long-awaited navigation block.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>02:37</p>\n\n\n\n<p>The third thing that shows up for me in this first bucket, in the themes and all their tools bucket, is the UX and interface for theme.json. The user interface that we&#8217;re making available for theme.json is a major step forward in this project has been referred to as global styles for a few years. And it kind of is what it sounds like on the box, a way for users to tap into that powerful management tool that we have built through theme.JSON.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>03:09</p>\n\n\n\n<p>Bucket number two, which I am calling publicly &#8220;tools for days.&#8221; But also, I refer to it as design tools, block tools, and pattern tools. I had this whole vision of a Wizard of Oz, â€œlions and tigers and bears. Oh my!â€ moment, but I couldnâ€™t make it work. So â€œdesign tools and block tools and pattern tools Hoorah!â€ That&#8217;s as close as we&#8217;re getting. So that&#8217;s my first big number two bucket for you.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>03:37</p>\n\n\n\n<p>For most of these tools, the best way to describe it is quality of life improvements, lots of streamlining of what&#8217;s there, lots of building what&#8217;s not. But there&#8217;s one that&#8217;s substantial and worth digging into a bit more. And that&#8217;s the gallery block refactor. The dev note for this already exists. Like before we had the planning round-up post, the dev note was created. And so I will put a link to that in the show notes. But the headline is that this refactor will make the creation and maintenance of image blocks and the gallery block work the same way. If you are a theme or plugin developer, head on over to the dev notes that I have linked below and take some time to get familiar with it.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>04:20</p>\n\n\n\n<p>And then the final thing, which has a bunch of small things in it, but will make a huge impact for all of our users overall, is that we&#8217;re working on more intuitive and responsive tools on blocks. That has come up frequently in our user testing again over the last six to eight months. And we are going to chip away at that long list of needs that we have in those particular toolsets. And that&#8217;s it. So that&#8217;s a really big broad look at what we&#8217;re trying to get into the final release of the year.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>04:58</p>\n\n\n\n<p>I&nbsp; know that when I say like this is our hoped for stuff. This is our best guess at the moment. Sometimes it can feel like we should know that already &#8212; I should know already what&#8217;s going into the release. And on the one hand, yes, I believe in this list of things that we&#8217;re going to put into the release, I think they&#8217;re going to be good. But I always refer to it as like the hoped-for things, the things that are on the roadmap, our best targets, because I know that I don&#8217;t ever want to ship something that is going to be a worse experience for users. And so I always like to save the space to be able to remove a feature or remove an enhancement, a little bit closer to the time of the release, just to make sure that what we are offering is the best that we can offer. However, as it says right there in the 19 learnings of open source, â€œif there&#8217;s a bug, there&#8217;s a job,â€ right? There&#8217;s a lot of tolerance in open source software for shipping, slightly imperfect work. And that&#8217;s good. When we ship software that&#8217;s a little bit imperfect, it makes it clear how everyone can participate, how everyone could participate, if they could find this WordPress community that supports the CMS.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>06:20</p>\n\n\n\n<p>If you&#8217;ve never participated in a release and are interested in learning how it goes, you can always follow along on make.wordpress.org/core. And of course, we do a lot of our meetings in the making WordPress, community Slack, which you can find at chat.wordpress.org if you are not already in that particular instance.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>06:49</p>\n\n\n\n<p>That brings us now to our small list of big things. I have three things on my list for you. The first one is WP Translation day slash month. For folks who&#8217;ve been following along for a bit, you probably noticed that Translation Day has been going on all month long all of September so that we can have small individual local events and bring people into the process of translating WordPress and making WordPress more usable for more people, especially when they don&#8217;t necessarily speak English as their first language. It&#8217;s a wonderful event. There&#8217;s been Translation Day at the end of September for years. And this Translation Month is working its way up to that Translation Day; I will leave a link to the event page in the notes below. And I really encourage you to drop by.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>07:38</p>\n\n\n\n<p>The second thing is that WordCamp US is coming up on October 1. It is going to be a virtual event, as so many of our events are right now. Tickets are open. The schedule just got published last week. And so we have a good concept of who is talking about what while we&#8217;re there. I suggest you wander over to the schedule. Take a look at anything that might be inspirational to you or anyone who looks like they&#8217;re answering questions that you&#8217;ve had as you have been trying to build your WordPress business.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>08:08</p>\n\n\n\n<p>And then the third thing on my smallest of big things. Some of you may already be aware that <a href=\"https://profiles.wordpress.org/andreamiddleton/\">Andrea Middleton</a> has left the WordPress project. She has been an absolute fixture in the WordPress open source project for the last ten years. And while we will all miss her terribly, her work has been so influential and so foundational that we actually won&#8217;t really feel much like she&#8217;s gone. We will see the evidence of her work in everything she does and everything she has done while we build a better and more inclusive WordPress after her.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>08:47</p>\n\n\n\n<p>As a final love letter to the community, she published a series of things that she learned about contributing to open source and especially how to contribute to WordPress as an open source project. I&#8217;m going to link those in the show notes as well. For anyone who has worked with Andrea for a long time, when you read it, it will just remind you of her voice and will be like a nice warm, comforting hug as she heads on to her next endeavors. And for folks who have never worked with her before. It&#8217;s still really excellent information that I think translates into all areas of our work, especially right now as people are moving to distributed work and remote work a bit more. Now I encourage everyone to at least give one or two of them a read.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>09:38</p>\n\n\n\n<p>That, my friends, is your small list of big things. Thank you for tuning in today for the WordPress Briefing. I&#8217;m your host, Josepha Haden Chomphosy, and I&#8217;ll see you again in a couple of weeks.</p>\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:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"11248\";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:69:\"\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:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"Join us for WordPress Translation Day Global Events in September 2021\";s: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:105:\"https://wordpress.org/news/2021/09/join-us-for-wordpress-translation-day-global-events-in-september-2021/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 16 Sep 2021 21:51:33 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:6:\"Events\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:7:\"Updates\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:9:\"polyglots\";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:5:{s:4:\"data\";s:11:\"translation\";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:5:{s:4:\"data\";s:16:\"wptranslationday\";s: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:\"https://wordpress.org/news/?p=11215\";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:126:\"WordPress contributors around the world are celebrating the sixth Global WordPress Translation Day throughout September 2021! \";s: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:28:\"webcommsat AbhaNonStopNewsUK\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:8447:\"\n<p>WordPress contributors around the world are <a href=\"https://wptranslationday.org/\">celebrating the sixth Global WordPress Translation Day</a> throughout the entire month of September! That&#8217;s 30 days dedicated to help and encourage the volunteers that translate the software and its related resources. One of the highlights will be a <a href=\"https://wptranslationday.org/wptd-2021/global-events/\">series of exciting global events</a>, starting on September 17 2021 and finishing on the United Nations&#8217; International Translation Day itself on September 30, 2021.</p>\n\n\n\n<p>Everyone is welcome to watch these events live on <a href=\"https://www.youtube.com/c/WordPressMarketingTeam\">YouTube</a> and to share their translation stories which will be featured during the celebrations and beyond. The global events will be in English and include presentations on how and why to you should join the thousands of translators in the project, tips and tools, interviews, and much more. </p>\n\n\n\n<p>There are now 205 locales translating in what is a remarkable open source effort, bringing the opportunities of the software and its community to people in their own native languages.   </p>\n\n\n\n<h2>Inaugural session: Introduction and latest news on WordPress Translation</h2>\n\n\n\n<h3><strong>Friday, September 17, 2021 at </strong><a href=\"https://www.timeanddate.com/worldclock/fixedtime.html?iso=20210917T1000\"><strong>10:00 UTC</strong></a></h3>\n\n\n\n<p>We will start the <a href=\"https://wptranslationday.org/wptd-2021/global-events/\">global events</a> with a panel featuring the latest update on what is happening in the world of WordPress polyglots. Panellists will include translators and polyglot supporters <a href=\"https://profiles.wordpress.org/petya/\">Petya Raykovska</a> and <a href=\"https://profiles.wordpress.org/evarlese/\">Erica Varlese</a>. There will be a video demonstration on how to translate WordPress, a short presentation on translation statistics, a run down of upcoming events, and more. <br><br>Watch the <a rel=\"noreferrer noopener\" href=\"https://www.youtube.com/watch?v=3HSBB5F_ag0\" target=\"_blank\">event live on YouTube</a> (or click on the play button below) &#8211; sign-up for notifications in the video stream right now so you don&#8217;t miss it when it goes live!&nbsp;</p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe loading=\"lazy\" class=\"youtube-player\" width=\"632\" height=\"356\" src=\"https://www.youtube.com/embed/3HSBB5F_ag0?version=3&#038;rel=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;fs=1&#038;hl=en-US&#038;autohide=2&#038;wmode=transparent\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation\"></iframe>\n</div></figure>\n\n\n\n<h3><strong>Friday, September 17, 2021 at 11:00 UTC</strong> </h3>\n\n\n\n<p>Right after the livestream, there will be a &#8216;drop-in&#8217; translation sprint on Zoom video-conferencing, open to all. You can join and hang out virtually with your Polyglots friends from all around the world and translate WordPress in your own language! <a href=\"https://www.meetup.com/Portsmouth-WordPress-Meetup/events/280823032/\">RSVP for the session now and get joining links!</a> </p>\n\n\n\n<figure class=\"wp-block-image\"><img src=\"https://lh4.googleusercontent.com/r2rVEDkb39h02LiBg2GdayDk1LpZi6kxZnv1MRzT9h6pgSQE9FMBmyx_kJUA-Pjyy1KD__YlzLYvd1P53o1UIxTEfb0fmQnHm40UU23Wb1slXm-ajdGNP5qOyzHyTI07NBCM-mwY=s0\" alt=\"\" /></figure>\n\n\n\n<h2>Check out the other exciting global events</h2>\n\n\n\n<h3><strong>Sunday, September 19, 2021 <a href=\"https://www.timeanddate.com/worldclock/fixedtime.html?iso=20210919T1200\">12:00 UTC</a></strong></h3>\n\n\n\n<p><a rel=\"noreferrer noopener\" href=\"https://www.youtube.com/watch?v=M7UtEKIp2FY\" target=\"_blank\"><strong>Panel on Polyglots Tools</strong></a><a href=\"https://www.timeanddate.com/worldclock/fixedtime.html?iso=20210919T1200\"> <br></a>Join <a href=\"https://profiles.wordpress.org/amieiro/\">JesÃºs Amieiro</a>, <a href=\"https://profiles.wordpress.org/psmits1567/\">Peter Smits</a>, <a href=\"https://profiles.wordpress.org/vladytimy/\">Vlad Timotei</a>, and <a href=\"https://profiles.wordpress.org/vibgyj/\">Vibgy Joseph</a> to talk about the tools theyâ€™ve contributed to or developed to help translators and translation editors.</p>\n\n\n\n<h3><strong>Tuesday, September 21, 2021 <a href=\"https://www.timeanddate.com/worldclock/fixedtime.html?iso=20210921T1100\">11:00 UTC</a></strong></h3>\n\n\n\n<p><a href=\"https://www.youtube.com/watch?v=0Ps8byYIwLs\"><strong>Panel on Open Source Translation Communities</strong></a> (YouTube link &#8211; opens in a new tab)<a rel=\"noreferrer noopener\" href=\"https://www.timeanddate.com/worldclock/fixedtime.html?iso=20210921T1100\" target=\"_blank\"><br></a>Join <a href=\"https://profiles.wordpress.org/vanillalounge/\">ZÃ© Fontainhas</a> (WordPress), <a href=\"https://profiles.wordpress.org/tokyobiyori/\">Ali Darwich</a> (WordPress), <a href=\"https://www.linkedin.com/in/mstanke?originalSubdomain=cz\">Michal Stanke</a> (Mozilla), and <a href=\"https://www.linkedin.com/in/satomi-tsujita/?originalSubdomain=jp\">Satomi Tsujita</a> (Hyperledger Fabric) to learn about nurturing translation communities.</p>\n\n\n\n<h3><strong>Thursday, September 30, 2021 <a href=\"https://www.timeanddate.com/worldclock/fixedtime.html?iso=20210930T1600\">16:00 UTC</a></strong></h3>\n\n\n\n<p><a href=\"https://www.youtube.com/watch?v=qyQUaiK19js\"><strong>Finale Event â€“ Why do you translate?</strong></a> <a href=\"https://www.timeanddate.com/worldclock/fixedtime.html?iso=20210930T1600\"><br></a>Our finale event for 2021 with emcee <a href=\"https://profiles.wordpress.org/webcommsat/\">Abha Thakor</a> and a panel from the WordPress Translation Day Team. It will feature highlights from some of the local and global events during the month and a selection of results. Some of the nominees for this year&#8217;s polyglots appreciation will join the livestream to share their stories.</p>\n\n\n\n<p>The livestream will be followed by an after party celebration for anyone who has taken part in the event or is a WordPress polyglot. <a href=\"https://www.meetup.com/Portsmouth-WordPress-Meetup/events/280823393/\">Book now</a> for the session on Zoom.</p>\n\n\n\n<h2>Ideas on how to get involved this September</h2>\n\n\n\n<p>There&#8217;s lots of ways to take part &#8211; discover this <a href=\"https://wptranslationday.org/blog/ways-to-participate/\">list of ideas</a>.</p>\n\n\n\n<p>You can also nominate <a href=\"https://wptranslationday.org/blog/call-for-nominations-polyglots-appreciation/\">translation contributors</a> to be featured in this year&#8217;s celebrations.</p>\n\n\n\n<h2>Help us spread the word about #WPTranslationDay</h2>\n\n\n\n<ul><li>Share what you are translating using the #WPTranslationDay hashtag on: <a href=\"https://www.facebook.com/WPTranslationDay/\">Facebook</a>,<a href=\"https://twitter.com/TranslateWP\"> Twitter</a>, <a href=\"https://www.instagram.com/wptranslationday/\">Instagram</a>, and <a href=\"https://www.linkedin.com/company/wptranslationday/\">LinkedIn</a>! </li><li>You can also find images and translator badges in our <a href=\"https://wptranslationday.org/wptd-2021/media-kit/\">Media Kit</a> to share during September.</li></ul>\n\n\n\n<p>For more information on the 2021 WordPress Translation Day celebrations, visit <a href=\"https://wptranslationday.org/\">the WordPress Translation Day website</a>.</p>\n\n\n\n<p></p>\n\n\n\n<p><em>Props to <a href=\'https://profiles.wordpress.org/webcommsat/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webcommsat</a>, <a href=\'https://profiles.wordpress.org/harishanker/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>harishanker</a>, <a href=\'https://profiles.wordpress.org/lmurillom/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>lmurillom</a>, <a href=\'https://profiles.wordpress.org/oglekler/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>oglekler</a>, <a href=\'https://profiles.wordpress.org/meher/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>meher</a>, <a href=\'https://profiles.wordpress.org/nalininonstopnewsuk/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>nalininonstopnewsuk</a>, <a href=\'https://profiles.wordpress.org/evarlese/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>evarlese</a></em> for contributing to this story.</p>\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:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"11215\";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:60:\"\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:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"WordPress 5.8.1 Security and Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"https://wordpress.org/news/2021/09/wordpress-5-8-1-security-and-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 09 Sep 2021 03:11:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=11190\";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:363:\"WordPress 5.8.1 is now available! This security and maintenance release features 60 bug fixes in addition to 3 security fixes. Because this is a security release, it is recommended that you update your sites immediately. All versions since WordPress 5.4 have also been updated. WordPress 5.8.1 is a short-cycle security and maintenance release. The next [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"Jonathan Desrosiers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:8900:\"\n<p>WordPress 5.8.1 is now available!</p>\n\n\n\n<p>This security and maintenance release features <a href=\"https://core.trac.wordpress.org/query?milestone=5.8.1&amp;group=component&amp;col=id&amp;col=summary&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=status&amp;col=priority&amp;order=priority\">60 bug</a> <a href=\"https://github.com/WordPress/gutenberg/pull/34393\">fixes</a> in addition to 3 security fixes. Because this is a <strong>security release</strong>, it is recommended that you update your sites immediately. All versions since WordPress 5.4 have also been updated.</p>\n\n\n\n<p>WordPress 5.8.1 is a short-cycle security and maintenance release. The next major release will be version <a href=\"https://make.wordpress.org/core/5-9/\">5.9</a>.</p>\n\n\n\n<p>You can download WordPress 5.8.1 by downloading from WordPress.org, or visit your Dashboard â†’ Updates and click Update Now.</p>\n\n\n\n<p>If you have sites that support automatic background updates, theyâ€™ve already started the update process.</p>\n\n\n\n<h3><strong>Security Updates</strong></h3>\n\n\n\n<p>3 security issues affect WordPress versions between 5.4 and 5.8. If you havenâ€™t yet updated to 5.8, all WordPress versions since 5.4 have also been updated to fix the following security issues:</p>\n\n\n\n<ul><li>Props <a href=\'https://profiles.wordpress.org/mdawaffe/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>mdawaffe</a>, member of the WordPress Security Team for their work fixing a data exposure vulnerability within the REST API.</li><li>Props to MichaÅ‚ Bentkowski of Securitum for reporting a XSS vulnerability in the block editor.</li><li>The Lodash library has been updated to version 4.17.21 in each branch to incorporate upstream security fixes.</li></ul>\n\n\n\n<p>In addition to these issues, the security team would like to thank the following people for reporting vulnerabilities during the WordPress 5.8 beta testing period, allowing them to be fixed prior to release:</p>\n\n\n\n<ul><li>Props <a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://evanricafort.com/\">Evan Ricafort</a>&nbsp;for reporting a XSS vulnerability in the block editor discovered during the 5.8 releaseâ€™s beta period.</li><li>Props <a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://profiles.wordpress.org/stevehenty/\">Steve Henty</a>&nbsp;for reporting a privilege escalation issue in the block editor.</li></ul>\n\n\n\n<p>Thank you to all of the reporters for <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">privately disclosing the vulnerabilities</a>. This gave the WordPress security team time to fix the vulnerabilities before WordPress sites could be attacked.</p>\n\n\n\n<p>For more information, browse the <a href=\"https://core.trac.wordpress.org/query?milestone=5.8.1&amp;group=component&amp;col=id&amp;col=summary&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=status&amp;col=priority&amp;order=priority\">full list of changes</a> on Trac, or check out the <a href=\"https://wordpress.org/support/wordpress-version/version-5-8-1/\">version 5.8.1 HelpHub documentation page</a>.</p>\n\n\n\n<h2>Thanks and props!</h2>\n\n\n\n<p>The 5.8.1 release was led by <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a> and <a href=\"https://profiles.wordpress.org/circlecube/\">Evan Mullins</a>.</p>\n\n\n\n<p>In addition to the security researchers and release squad members mentioned above, thank you to everyone who helped make WordPress 5.8.1 happen:</p>\n\n\n\n<a href=\"https://profiles.wordpress.org/2linctools/\">2linctools</a>, <a href=\"https://profiles.wordpress.org/zieladam/\">Adam Zielinski</a>, <a href=\"https://profiles.wordpress.org/schlessera/\">Alain Schlesser</a>, <a href=\"https://profiles.wordpress.org/ajlende/\">Alex Lende</a>, <a href=\"https://profiles.wordpress.org/alexstine/\">alexstine</a>, <a href=\"https://profiles.wordpress.org/algala/\">AlGala</a>, <a href=\"https://profiles.wordpress.org/oandregal/\">AndrÃ©</a>, <a href=\"https://profiles.wordpress.org/andraganescu/\">Andrei Draganescu</a>, <a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/ankitmaru/\">Ankit Panchal</a>, <a href=\"https://profiles.wordpress.org/antpb/\">Anthony Burchell</a>, <a href=\"https://profiles.wordpress.org/antonvlasenko/\">Anton Vlasenko</a>, <a href=\"https://profiles.wordpress.org/aristath/\">Ari Stathopoulos</a>, <a href=\"https://profiles.wordpress.org/ribaricplusplus/\">Bruno Ribaric</a>, <a href=\"https://profiles.wordpress.org/poena/\">Carolina Nymark</a>, <a href=\"https://profiles.wordpress.org/daisyo/\">Daisy Olsen</a>, <a href=\"https://profiles.wordpress.org/talldanwp/\">Daniel Richards</a>, <a href=\"https://profiles.wordpress.org/dariak/\">Daria</a>, <a href=\"https://profiles.wordpress.org/davidanderson/\">David Anderson</a>, <a href=\"https://profiles.wordpress.org/davidbinda/\">David BiÅˆovec</a>, <a href=\"https://profiles.wordpress.org/dlh/\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/ocean90/\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/ellatrix/\">Ella van&nbsp;Durpe</a>, <a href=\"https://profiles.wordpress.org/enchiridion/\">Enchiridion</a>, <a href=\"https://profiles.wordpress.org/circlecube/\">Evan Mullins</a>, <a href=\"https://profiles.wordpress.org/garyj/\">Gary Jones</a>, <a href=\"https://profiles.wordpress.org/mamaduka/\">George Mamadashvili</a>, <a href=\"https://profiles.wordpress.org/gziolo/\">Greg ZiÃ³Å‚kowski</a>, <a href=\"https://profiles.wordpress.org/priethor/\">HÃ©ctor Prieto</a>, <a href=\"https://profiles.wordpress.org/ianmjones/\">ianmjones</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras</a>, <a href=\"https://profiles.wordpress.org/jblz/\">Jeff Bowen</a>, <a href=\"https://profiles.wordpress.org/joedolson/\">Joe Dolson</a>, <a href=\"https://profiles.wordpress.org/joen/\">Joen A.</a>, <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/juanmaguitar/\">JuanMa Garrido</a>, <a href=\"https://profiles.wordpress.org/jrf/\">Juliette Reinders Folmer</a>, <a href=\"https://profiles.wordpress.org/kevin940726/\">Kai Hao</a>, <a href=\"https://profiles.wordpress.org/kapilpaul/\">Kapil Paul</a>, <a href=\"https://profiles.wordpress.org/gwwar/\">Kerry Liu</a>, <a href=\"https://profiles.wordpress.org/kevinfodness/\">Kevin Fodness</a>, <a href=\"https://profiles.wordpress.org/mkaz/\">Marcus Kazmierczak</a>, <a href=\"https://profiles.wordpress.org/mark-k/\">Mark-k</a>, <a href=\"https://profiles.wordpress.org/mhuntdesign/\">Matt</a>, <a href=\"https://profiles.wordpress.org/mdawaffe/\">Michael Adams (mdawaffe)</a>, <a href=\"https://profiles.wordpress.org/mikeschroder/\">Mike Schroder</a>, <a href=\"https://profiles.wordpress.org/moch11/\">moch11</a>, <a href=\"https://profiles.wordpress.org/mukesh27/\">Mukesh Panchal</a>, <a href=\"https://profiles.wordpress.org/ntsekouras/\">Nik Tsekouras</a>, <a href=\"https://profiles.wordpress.org/paaljoachim/\">Paal Joachim Romdahl</a>, <a href=\"https://profiles.wordpress.org/swissspidy/\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/pbearne/\">Paul Bearne</a>, <a href=\"https://profiles.wordpress.org/pbiron/\">Paul Biron</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/walbo/\">Petter WalbÃ¸ JohnsgÃ¥rd</a>, <a href=\"https://profiles.wordpress.org/radixweb/\">Radixweb</a>, <a href=\"https://profiles.wordpress.org/rtm909/\">Rahul Mehta</a>, <a href=\"https://profiles.wordpress.org/ramonopoly/\">ramonopoly</a>, <a href=\"https://profiles.wordpress.org/ravipatel/\">ravipatel</a>, <a href=\"https://profiles.wordpress.org/youknowriad/\">Riad Benguella</a>, <a href=\"https://profiles.wordpress.org/noisysocks/\">Robert Anderson</a>, <a href=\"https://profiles.wordpress.org/kreppar/\">Rodrigo Arias</a>, <a href=\"https://profiles.wordpress.org/sanketchodavadiya/\">Sanket Chodavadiya</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/sabernhardt/\">Stephen Bernhardt</a>, <a href=\"https://profiles.wordpress.org/netweb/\">Stephen Edgar</a>, <a href=\"https://profiles.wordpress.org/stevehenty/\">Steve Henty</a>, <a href=\"https://profiles.wordpress.org/terraling/\">terraling</a>, <a href=\"https://profiles.wordpress.org/timothyblynjacobs/\">Timothy Jacobs</a>, <a href=\"https://profiles.wordpress.org/tmatsuur/\">tmatsuur</a>, <a href=\"https://profiles.wordpress.org/tobiasbg/\">TobiasBg</a>, <a href=\"https://profiles.wordpress.org/hellofromTonya/\">Tonya Mork</a>, <a href=\"https://profiles.wordpress.org/toro_unit/\">Toro_Unit (Hiroshi Urabe)</a>, <a href=\"https://profiles.wordpress.org/vladytimy/\">Vlad T</a>, <a href=\"https://profiles.wordpress.org/wb1234/\">wb1234</a>, and <a href=\"https://profiles.wordpress.org/wfmattr/\">WFMattR</a>.\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:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"11190\";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:63:\"\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:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"The Month in WordPress: August 2021\";s: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:70:\"https://wordpress.org/news/2021/09/the-month-in-wordpress-august-2021/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 03 Sep 2021 14:00:13 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:18:\"Month in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:18:\"month in wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:7:\"updates\";s: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:\"https://wordpress.org/news/?p=11176\";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:338:\"I really believe in WordPressâ€™ mission to democratize publishing. And I, for one, will never stop learning about what gives people more access to the software, and what makes the software more usable, and especially how we can combine usability with accessibility in a way that puts form and function on a level playing field. [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Hari Shanker R\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:16142:\"\n<blockquote class=\"wp-block-quote\"><p>I really believe in WordPressâ€™ mission to democratize publishing. And I, for one, will never stop learning about what gives people more access to the software, and what makes the software more usable, and especially how we can combine usability with accessibility in a way that puts form and function on a level playing field.<br></p></blockquote>\n\n\n\n<p>That was <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden</a> on the â€œ<a href=\"https://wordpress.org/news/2021/08/episode-14-the-art-and-science-of-accessibility/\">The Art and Science of Accessibility</a>â€ episode of the <a href=\"https://wordpress.org/news/podcast/\">WP Briefing Podcast</a>, talking about accessibility and exploring how it applies to the WordPress open source software. You will find that many of our updates from August 2021 tie in closely with the core principles of access, accessibility, and usability. Read on to find out more!</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Join the 2021 WordPress Translation Day Celebrations in September</h2>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https://wptranslationday.org/\" target=\"_blank\" rel=\"noopener\"><img loading=\"lazy\" width=\"632\" height=\"395\" src=\"https://i0.wp.com/wordpress.org/news/files/2021/09/image.jpeg?resize=632%2C395&#038;ssl=1\" alt=\"WordPress Translation Day 2021 September 1 - 30, 2021\" class=\"wp-image-11177\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2021/09/image.jpeg?resize=1024%2C640&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2021/09/image.jpeg?resize=300%2C188&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2021/09/image.jpeg?resize=768%2C480&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2021/09/image.jpeg?w=1440&amp;ssl=1 1440w, https://i0.wp.com/wordpress.org/news/files/2021/09/image.jpeg?w=1264&amp;ssl=1 1264w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></a></figure>\n\n\n\n<p>Join WordPress contributors around the world on <a href=\"https://wptranslationday.org/\">WordPress Translation Day celebrations</a> for the entire month of September! The sixth edition of #WPTranslationDay &#8211; which is a cross-team effort led by the Polyglots and Marketing Teams, has a host of fun programs aimed at helping WordPress speak all languages of the world. Want to join the fun? Hereâ€™s how.</p>\n\n\n\n<ul><li><a href=\"https://wptranslationday.org/wptd-2021/local-events/\">Join your local translation event</a> and collaborate on efforts to translate WordPress! Canâ€™t find a <a href=\"https://wptranslationday.org/wptd-2021/local-events/\">local event in your area</a>? Why donâ€™t you <a href=\"https://make.wordpress.org/polyglots/2021/08/11/call-for-local-event-organizers-wordpress-translation-day-2021/\">organize one on your own</a>?</li><li>Join <a href=\"https://wptranslationday.org/wptd-2021/global-events/\">one of our global events</a> from September 17-30!<em> </em>We have exciting sessions on <a href=\"https://wptranslationday.org/wptd-2021/global-events/\">polyglots tools and open source translation communities</a>, to name a few.</li><li>You can help<a href=\"https://translate.wordpress.org/\"> translate WordPress to your own language</a>, in your own time, this month! <a href=\"https://make.wordpress.org/polyglots/handbook/translating/first-steps/\">Hereâ€™s how!</a></li><li>Share what you are translating using the #WPTranslationDay hashtag on social media, to build excitement around the event! Donâ€™t forget to amplify posts about the event on <a href=\"https://www.facebook.com/WPTranslationDay/\">Facebook</a>, <a href=\"https://twitter.com/TranslateWP\">Twitter</a>, <a href=\"https://www.instagram.com/wptranslationday/\">Instagram</a>, and <a href=\"https://www.linkedin.com/company/wptranslationday/\">LinkedIn</a>!</li></ul>\n\n\n\n<p>&nbsp;For more information, check out <a href=\"https://wptranslationday.org/\">the translation day website</a> and the <a href=\"https://make.wordpress.org/polylgots/tag/wptranslationday/\">Polyglots blog</a>.</p>\n\n\n\n<h2>WordPress Release Updates</h2>\n\n\n\n<p>The Core Team <a href=\"https://make.wordpress.org/core/2021/08/13/preliminary-road-to-5-9/\">commenced work</a> on the next major release &#8211; WordPress 5.9. The team aims to ship some cool features such as intrinsic web design to blocks, improved block patterns, navigation menus, better design tools, edit flows for block themes, and a new interface for theme.json. Check out the <a href=\"https://make.wordpress.org/core/5-9/\">WordPress 5.9 development cycle</a> to know more. This release is set to go out in December 2021. The team is also <a href=\"https://make.wordpress.org/core/2021/08/24/wordpress-5-8-x-release-team-and-5-8-1-schedule/\">working on shipping a minor release WordPress 5.8.1</a> â€“â€“ its <a href=\"https://make.wordpress.org/core/2021/09/01/wordpress-5-8-1-rc-1/\">release candidate</a> is already out and the final release will launch on September 8.</p>\n\n\n\n<p>Want to contribute to WordPress core? Join the <a href=\"https://wordpress.slack.com/archives/C02RQBWTW\">#core</a> channel, follow the <a href=\"https://make.wordpress.org/core/\">Core Team blog</a>, and check out the <a href=\"https://make.wordpress.org/core/handbook/\">team handbook</a>. Donâ€™t miss the Core Team chats on Wednesdays at <a href=\"https://www.timeanddate.com/worldclock/fixedtime.html?hour=5&amp;min=00&amp;sec=0\">5 AM</a> and <a href=\"https://www.timeanddate.com/worldclock/fixedtime.html?hour=20&amp;min=00&amp;sec=0\">8 PM</a> UTC. You can also help <a href=\"https://translate.wordpress.org/\">translate WordPress</a> to your local language &#8211; and what better time to do it, than in September, <a href=\"https://wptranslationday.org/\">during the translation month celebrations</a>? Another fun way to contribute would be to <a href=\"https://make.wordpress.org/marketing/2021/08/11/share-about-wordpress-5-8-on-social-media/\">share about WordPress 5.8 on social media</a>!</p>\n\n\n\n<h2>Say Hello to Gutenberg Versions 11.2 and 11.3</h2>\n\n\n\n<p>We launched Gutenberg <a href=\"https://make.wordpress.org/core/2021/08/05/whats-new-in-gutenberg-11-2-0-4-august/\">version 11.2</a> and <a href=\"https://make.wordpress.org/core/2021/08/18/whats-new-in-gutenberg-11-3-18-august/\">version 11.3</a> this month. <a href=\"https://make.wordpress.org/core/2021/08/05/whats-new-in-gutenberg-11-2-0-4-august/\">Version 11.2</a> adds customizing/color options to the search block, a flex layout for the group block, and a new button for creating posts as part of the publishing flow. <a href=\"https://make.wordpress.org/core/2021/08/18/whats-new-in-gutenberg-11-3-18-august/\">Version 11.3</a> offers a new dimensions panel (replacing the spacing panel) with more styling options, dimensions control for the feature image block, and significant performance improvements for block inserters.<br></p>\n\n\n\n<p>Want to get involved in building Gutenberg? Follow <a href=\"https://make.wordpress.org/core/\">the Core Team blog</a>, contribute to <a href=\"https://github.com/WordPress/gutenberg/\">Gutenberg on GitHub</a>, and join the <a href=\"https://wordpress.slack.com/archives/C02QB2JS7\">#core-editor</a> channel in the <a href=\"https://make.wordpress.org/chat/\">Make WordPress Slack</a>. The â€œ<a href=\"https://make.wordpress.org/core/2021/07/21/whats-next-in-gutenberg-site-editing-status-check-late-july-august-2021/\">Whatâ€™s next in Gutenberg</a>â€ post offers more details on the latest updates.&nbsp;</p>\n\n\n\n<h2>Get Excited about WordCamp US 2021</h2>\n\n\n\n<p>The biggest WordCamp in North America &#8211; <a href=\"https://us.wordcamp.org/2021/\">WordCamp US 2021-</a> is barely a month away. <a href=\"https://us.wordcamp.org/2021/tickets/\">Get your (free) tickets</a>, if you havenâ€™t already! The organizing team has opened up calls for <a href=\"https://us.wordcamp.org/2021/calling-all-musicians/\">musicians</a>, <a href=\"https://us.wordcamp.org/2021/call-for-contributor-stories/\">contributor stories</a>, and <a href=\"https://us.wordcamp.org/2021/call-for-media-partners/\">media partners</a>. Check out <a href=\"https://us.wordcamp.org/2021/\">the event website</a> and follow the event on <a href=\"https://twitter.com/wordcampus\">Twitter</a>, <a href=\"https://www.instagram.com/wordcampus/\">Instagram</a>, and <a href=\"https://www.facebook.com/WordCampUSA\">Facebook</a> to stay updated on all that #WCUS news.</p>\n\n\n\n<h2>Important Announcements/Updates</h2>\n\n\n\n<ul><li>Support for the Classic Editor plugin <a href=\"https://wordpress.org/news/2021/08/an-update-on-the-classic-editor-plugin/\">will be extended for a full year until 2022</a>!</li><li>The Themes Team published a <a href=\"https://make.wordpress.org/themes/2021/08/06/summary-of-the-request-for-feedback-on-requirement-changes/\">feedback summary</a> on the <a href=\"https://make.wordpress.org/themes/2021/07/20/discussion-request-for-feedback-on-requirement-changes/\">proposed requirement changes for WordPress theme review</a>, and will soon be updating the handbook and review tools. You will find more context in their <a href=\"https://make.wordpress.org/themes/2021/08/10/meeting-notes-themes-team-and-theme-authors-regarding-requirements-change/\">meeting notes</a>.</li><li>The Plugins Team <a href=\"https://make.wordpress.org/plugins/2021/08/27/inaccurate-stats-have-been-corrected/\">corrected inaccurate plugin statistics</a> in the plugin directory.</li><li>Check out the <a href=\"https://make.wordpress.org/test/2021/08/17/fse-program-theme-design-survey-results/\">results of the FSE Theme Design (theme.json) survey</a>!</li></ul>\n\n\n\n<h2>Feedback/Testing Requests from Contributor Teams</h2>\n\n\n\n<ul><li>The Testing Team is requesting testing help for a <a href=\"https://make.wordpress.org/test/2021/08/30/week-in-test-30-aug-2021/\">few tickets and patches in WordPress</a>. The team is also looking for volunteers to <a href=\"https://make.wordpress.org/test/2021/08/20/call-for-volunteeers-audit-and-update-testing-instructions-across-the-make-sites/\">audit and update Core testing instructions </a>across different Make sites.</li><li>The Community Team shared a <a href=\"https://make.wordpress.org/community/2021/09/01/proposal-centralized-global-do_action-charity-hackathons/\">proposal on planning online-only recurring global do_action charity hackathons</a>. Share your feedback by September 24.</li><li>The Training Team is also exploring the possibility of adding <a href=\"https://make.wordpress.org/training/2021/08/10/proposal-learner-achievements-on-profiles/\">learner achievements (on learn.wordpress.org) on WP Profiles</a> and is requesting feedback from the community.</li><li>Help the Marketing Teamâ€™s outreach research by filling out <a href=\"https://forms.gle/4QFhX8fcNxKAfK8y5\">this 2 question survey</a> on how you search for WordPress release information. If you have any favorite features from the latest release (WordPress 5.8) let the team know by completing this <a href=\"https://docs.google.com/forms/d/e/1FAIpQLSd_2llymf79-h5sgTiprz7Kw4Gr4cbDHh-AAdAQfiArXlHksg/viewform\">short form</a>.</li><li>Version 18.1 of WordPress for <a href=\"https://make.wordpress.org/mobile/2021/08/23/call-for-testing-wordpress-for-ios-18-1/\">iOS</a> and <a href=\"https://make.wordpress.org/mobile/2021/08/23/call-for-testing-wordpress-for-android-18-1/\">Android</a> are now available for testing!</li></ul>\n\n\n\n<h2>WordPress Event Updates</h2>\n\n\n\n<ul><li><a href=\"https://floripa.wordcamp.org/2021/\">WordCamp Florianopolis 2021</a> was held on August 11-12, 2021. The event, which sold 390 tickets, had 11 speakers and 4 sponsors. Catch the <a href=\"https://www.youtube.com/channel/UCh1CeGfuDRH-o13xh7kpgUQ\">event recap on YouTube</a>!</li><li><a href=\"https://galicia.wordcamp.org/2021/\">WordCamp Galicia 2021</a> is being held from September 30 &#8211; October 2, 2021!Â </li><li><a href=\"https://doaction.org/event/karnataka-2021/\">do_action Karnataka 2021</a> was held from August 7-15, 2021. Check out <a href=\"https://wordpressfoundation.org/2021/do_action-karnataka-2021-a-report/\">the recap</a>!</li><li>The Core Team organized a <a href=\"https://make.wordpress.org/core/2021/08/25/hallway-hangout-summary-compare-and-contrast-the-navigation-screens/\">hallway hangout</a> to compare the â€˜experimentalâ€™ Gutenberg navigation feature with the built-in core feature. The team decided to wait until feature parity with core nav menus, to move the feature from experiments to the main plugin.</li><li>The Diverse Speakers Training group (<a href=\"https://make.wordpress.org/community/tag/wpdiversity/\">#WPDiversity</a>) of the Community Team held their first â€œ<a href=\"https://make.wordpress.org/community/2021/09/02/report-diverse-speaker-workshops-august-2021/\">Allyship for WordPress Event Organizers</a>â€ workshop on August 19, 2021. The event had 13 attendees from six countries who reported a 52% increase in preparedness to help create inclusive WordPress events. <a href=\"https://make.wordpress.org/community/tag/wpdiversityworkshops/\">Stay tuned</a> for their next workshop in November!</li></ul>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Further Reading</h2>\n\n\n\n<ul><li>Donâ€™t miss this blog post on <a href=\"https://wordpress.org/news/2021/08/widgets-in-wordpress-5-8-and-beyond/\">Widgets in WordPress 5.8 and beyond</a>!</li><li>The Full Site Editing (FSE) Outreach program wrapped up its ninth challenge â€“â€“ <a href=\"https://make.wordpress.org/test/2021/08/11/fse-program-testing-call-9-handling-highered-headers/\">Handling HigherEd Headers</a>, on September 1. Keep an eye out for <a href=\"https://make.wordpress.org/test/tag/fse-outreach-program/\">test results and future testing call announcements</a>!</li><li>The Test Team is <a href=\"https://make.wordpress.org/test/2021/08/19/test-team-chat-summary-17-august-2021/\">attempting to modernize PHPUnit tests</a> for WordPress.</li><li>The Accessibility Team is testing the <a href=\"https://make.wordpress.org/accessibility/2021/08/20/accessibility-team-meeting-notes-august-20-2021/\">navigation block</a> for accessibility feedback.</li><li>The Docs Team <a href=\"https://make.wordpress.org/docs/2021/08/31/summary-of-docs-team-meeting-aug-24-2021/\">launched a new repository</a> for tracking issues with WordPress documentation: <a href=\"https://github.com/WordPress/Documentation-Issue-Tracker\">https://github.com/WordPress/Documentation-Issue-Tracker</a></li><li>The Training Team <a href=\"https://make.wordpress.org/training/2021/08/17/proposal-brand-guidelines-for-learn-wordpress-content/#comment-3130\">finalized</a> brand <a href=\"https://make.wordpress.org/training/2021/08/17/proposal-brand-guidelines-for-learn-wordpress-content/\">guidelines</a> for <a href=\"https://learn.wordpress.org\">learn.wordpress.org</a>. The team is also working on setting up <a href=\"https://make.wordpress.org/training/2021/08/12/wordpress-101-microcourses-proposal/\">Micro courses for Learn</a>.</li><li>The Openverse Team is <a href=\"https://make.wordpress.org/openverse/2021/08/16/multi-stage-docker-builds-in-the-openverse-api/\">exploring Multistage docker builds</a> as a solution to better set up waveforms for audio search results in the Openverse tool.&nbsp;</li></ul>\n\n\n\n<p><em>Have a story that we should include in the next â€œMonth in WordPressâ€ post? Please </em><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><em>submit it using this form</em></a><em>.&nbsp;</em></p>\n\n\n\n<p><em>The following folks contributed to Augustâ€™s Month in WordPress:&nbsp; <a href=\'https://profiles.wordpress.org/evarlese/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>evarlese</a> <a href=\'https://profiles.wordpress.org/meher/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>meher</a> <em><a href=\'https://profiles.wordpress.org/nao/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>nao</a></em> <a href=\'https://profiles.wordpress.org/jillbinder/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>jillbinder</a></em> <em><a href=\'https://profiles.wordpress.org/webcommsat/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webcommsat</a></em></p>\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:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"11176\";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:60:\"\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:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"An Update on the Classic Editor 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:74:\"https://wordpress.org/news/2021/08/an-update-on-the-classic-editor-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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 25 Aug 2021 16:51: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:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:7:\"General\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:7:\"Updates\";s: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:\"https://wordpress.org/news/?p=11149\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:333:\"Before the release of WordPress 5.0 in 2018, the Classic Editor plugin was published to help ease the transition to the new block editor. At the time, we promised to support the plugin through 2021 and adjust if needed as the deadline got closer. After discussing this with Matt, it&#8217;s clear that continuing to support [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Josepha\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1583:\"\n<p>Before the release of WordPress 5.0 in 2018, the <a href=\"https://wordpress.org/plugins/classic-editor/\">Classic Editor plugin</a> was published to help ease the transition to the new block editor. At the time, we promised to support the plugin through 2021 and adjust if needed as the deadline got closer. After discussing this with Matt, it&#8217;s clear that continuing to support the plugin through 2022 is the right call for the project as well as the community.</p>\n\n\n\n<p>Still, if youâ€™ve been putting off using the block editor,Â this is an excellent time to give it another shot. Since it first appeared in 2018, hundreds of WordPress contributors have made a lot of updates based on user feedback. You will be pleasantly surprised at how far itâ€™s come!</p>\n\n\n\n<p>Big thanks to everyone who has been working on WordPress, Gutenberg, and the Classic Editor plugin. And thank you to every WordPress user and tester who has provided the feedback we need to make the software even better.</p>\n\n\n\n<p>~ Josepha</p>\n\n\n\n<p><em>Returning to the block editor for the first time in a long time? You can give feedback early in the process by <a href=\"https://make.wordpress.org/test/handbook/full-site-editing-outreach-experiment/\">joining the outreach program</a>! Looking at it for the first time ever? <a href=\"https://learn.wordpress.org/workshops/?series=24&amp;topic=&amp;language=&amp;captions=\">Get your bearings with some workshops</a> or <a href=\"https://wordpress.org/support/article/wordpress-editor/#how-does-the-block-editor-work\">check out this demo</a>!</em></p>\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:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"11149\";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:58:\"\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:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"WP Briefing: Episode 15: A Very WordPress Blooper\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/news/2021/08/episode-15-a-very-wordpress-blooper/\";s: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 Aug 2021 22:14: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:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"wp-briefing\";s: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:53:\"https://wordpress.org/news/?post_type=podcast&p=11146\";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:130:\"Ever wonder what it\'s like behind the scenes of WP Briefing? Listen in on this episode for a little levity and Josepha\'s bloopers.\";s: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:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:65:\"https://wordpress.org/news/files/2021/08/WP-Briefing-Bloopers.mp3\";s:6:\"length\";s:1:\"0\";s:4:\"type\";s:0:\"\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Chloe Bringmann\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:8885:\"\n<p>Ever wonder what it&#8217;s like behind the scenes of WP Briefing? Listen in on this episode for a little levity and Josepha&#8217;s bloopers.</p>\n\n\n\n<p><em><strong>Have a question youâ€™d like answered? You can submit them to&nbsp;<a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2>Credits</h2>\n\n\n\n<ul><li>Editor:&nbsp;<a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a></li><li>Logo:&nbsp;<a href=\"https://profiles.wordpress.org/beafialho/\">Beatriz Fialho</a></li><li>Production:&nbsp;<a href=\"https://profiles.wordpress.org/cbringmann/\">ChloÃ© Bringmann</a></li><li>Song: Fearless First by Kevin MacLeod</li></ul>\n\n\n\n<h2>Transcript</h2>\n\n\n\n<span id=\"more-11146\"></span>\n\n\n\n<p>[contemporary intro music]</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>00:10</p>\n\n\n\n<p>Hello, everyone, and welcome to a bonus briefing. Normally I talk to you about WordPress and stuff, but I figured that we all need a little levity in our lives right now. So today&#8217;s episode is actually just a series of bloopers and mistakes that I&#8217;ve made while recording. When I was preparing for this podcast, no one mentioned the deep weirdness of standing alone in your closet talking to yourself, nor did they realize just how lost I can get in the surpassingly, lovely lyricism of a lilting line, and then just have no idea what I&#8217;m supposed to be reading in the script that I wrote for myself. So, my dear friends, I hope these bring you a little laugh. And if we&#8217;ve got any luck at all, you may also hear me singing to myself, my computer, or about how terrible my talking just was. Here we go!</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>01:12</p>\n\n\n\n<p>Hello, everyone, and welcome to a bonus briefing. I know I wasn&#8217;t going to sit boop, boop.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>01:21</p>\n\n\n\n<p>I messed up the thing where I&#8217;m talking about how I mess up, of course. I&#8217;m going to do it one more time, and you can choose whatever is a reasonable thing there.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>01:33</p>\n\n\n\n<p>Because we had such a lengthy WP Briefing, WordPress, Iâ€™m going to just start that over again. Sorry, everyone.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>01:42</p>\n\n\n\n<p>My friends. Oh, no. I don&#8217;t know how I end my own show. How do I end my own show? There we go. Sorry.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>01:52</p>\n\n\n\n<p>That was a weird way to say that. I&#8217;m going to start over again from the transition. And then we&#8217;re just going to go straight through to the end. Maybe.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>02:03</p>\n\n\n\n<p>The names that&#8230; I sound weird. I sound like I don&#8217;t know what my words are. And I said I wrote the words. I said I was all going to go in one go, and I&#8217;m a liar today. Okay, here we go. For realsies!</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>02:16</p>\n\n\n\n<p>Final first last take. Here we go. Sorry, I made myself laugh.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>02:22</p>\n\n\n\n<p>Matt Mullenweg. And, and I, I&#8217;m also in that group. I don&#8217;t know why I said that like it was a surprise. I have me too. I&#8217;m also in there.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>02:33</p>\n\n\n\n<p>Ugh, I ran out of air. For reasons, it was a short sentence. I don&#8217;t know why I ran out of air.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>02:43</p>\n\n\n\n<p>Coming out on April 14. That&#8217;s not true. It&#8217;s April 13. Right?</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>02:50</p>\n\n\n\n<p>On the form below to share the. Pfft &#8211; what are the things!&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>02:58</p>\n\n\n\n<p>This is WP Briefing episode seven, no title because I don&#8217;t know what to call it because I gave it a title already. I gave it two titles, and then couldn&#8217;t remember why I gave it those titles. So I&#8217;ll come up with a title before we publish it. But I also have no idea what it is. I&#8217;m going to ask for help.Â </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>03:17</p>\n\n\n\n<p>Testing project since I have too many commas, and I really believed in my comma when I said it.Â </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>03:24</p>\n\n\n\n<p>Prior to Gutenberg&#8230; pfft. Open source software like WordPress. I was going to smash that sentence into half a sentence. I was going to say when you know what you&#8217;re workussing on you have a solution which is not my friends of thing. So, I am just going to say the sentence again.Â </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>03:47</p>\n\n\n\n<p>I was sitting over here wringing my hands for some reason during that entire list. And so if you can hear me wringing my hands, which would be a whole new height of anxiety for anyone, you let me know, and I will rerecord that also.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>04:00</p>\n\n\n\n<p>Get a concept of. Nope, this is a lie. Get a concept of where to get your tickets is the silliest thing. I&#8217;m starting over from the small list of big things. Also, because I got too excited about how big my list is. I am going to get that excited again. But I will try not to shout about it.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>04:17</p>\n\n\n\n<p>&#8220;Humming intro song&#8221; Dun dun dun dun dun.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>04:23</p>\n\n\n\n<p>Sorry, I had to scroll up, and I try not to scroll up when I&#8217;m talking in case maybe my whole computer turns into a microphone. Sorry, I&#8217;m just going to keep going because this has been a fine take so far.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>04:34</p>\n\n\n\n<p>Mercy! I have words that I can say with my mouth. They aren&#8217;t these words today. It seems.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>04:45</p>\n\n\n\n<p>Build up to&#8230; Oh my goodness. My stomach grumbled, and this microphone, I know,&nbsp; picked it up. And so I&#8217;m going to redo bullet two so that we don&#8217;t just have a small monster under the bed in the middle of the podcast.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>05:03</p>\n\n\n\n<p>Also, like DEI, I feel sâ€”Eh &#8211; maybe I should say, DEI, somewhere in there, so it&#8217;s clear for people cause I&#8217;m talking to people and not actually a screen.Â </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>05:17</p>\n\n\n\n<p>Before I joined the WordPress project, the majority of my work with accessibility was in the context of the digital divide. Now, when talking about the digital divide, there are three concepts around quote-unquote, getting things to people. And those concepts are&#8230; I guess I could say the thing, hold on one second, I can do it. I feel like I&#8217;m chopping up my words like I&#8217;m not really breathing very well. So I apologize. But here we go again.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>05:58</p>\n\n\n\n<p>Don&#8217;t include that one. Sorry, I&#8217;m so nervous about this episode that, like, my mouth is getting dry, and I worry that you can hear it, and it drives me nuts every time I hear podcasters with a dry mouth, and you can just like hear it clicking and always stresses me out. I&#8217;m like, someone should give that poor thing a drink of water. And I just know I&#8217;m going to feel that way about myself later. And so I&#8217;m trying to stay hydrated, but it also means that I have to stop every two paragraphs and take a drink of water. I apologize for that interlude. I am about to start again, at my next section, which is like, halfway through.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>06:39</p>\n\n\n\n<p>Also, I learned that you can hear me swallowing my water with this microphone because it is a spectacular microphone. And so, I apologize for that as well. All right. Here I go. I&#8217;m going to do it all in one take. Watch me.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>06:56</p>\n\n\n\n<p>But I also have questions, especially about how to move everything forward. Mm-hmm. Whoops. I put especially in the wrong spot. But I also thought&#8230;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>07:10</p>\n\n\n\n<p>Â Ta da, we did it. Gosh, that&#8217;s a short one.Â </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>07:16</p>\n\n\n\n<p>I did it. Where&#8217;s my where&#8217;s my turning offing button.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>07:22</p>\n\n\n\n<p>Tada! And scene and done.</p>\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:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"11146\";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:63:\"\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:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"Widgets in WordPress 5.8 and Beyond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/news/2021/08/widgets-in-wordpress-5-8-and-beyond/\";s: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 Aug 2021 12:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"Features\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:9:\"Gutenberg\";s: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:\"https://wordpress.org/news/?p=11115\";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:367:\"Copy and Design by @critterverse WordPress 5.8 brings the power of Gutenberg blocks to widget areas â€” which means the highly customizable layout and styling options bring you closer to a&#160;WYSIWYG editing experience. I made a test site based on the oldie-but-goodie Twenty Sixteen theme, with three separate widget areas. In this post, Iâ€™ll highlight [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:3:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:60:\"https://wordpress.org/news/files/2021/08/classic-widgets.mov\";s:6:\"length\";s:7:\"6475399\";s:4:\"type\";s:15:\"video/quicktime\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:60:\"https://wordpress.org/news/files/2021/08/block-widgets-1.mov\";s:6:\"length\";s:8:\"23931847\";s:4:\"type\";s:15:\"video/quicktime\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:58:\"https://wordpress.org/news/files/2021/08/custom-html-1.mov\";s:6:\"length\";s:8:\"13767042\";s:4:\"type\";s:15:\"video/quicktime\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Chloe Bringmann\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:7682:\"\n<p><strong><em>Copy and Design by <a href=\'https://profiles.wordpress.org/critterverse/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>critterverse</a> </em></strong></p>\n\n\n\n<p>WordPress 5.8 brings the power of Gutenberg blocks to widget areas â€” which means the highly customizable layout and styling options bring you closer to a&nbsp;WYSIWYG editing experience. I made a test site based on the oldie-but-goodie <a href=\"https://wordpress.org/themes/twentysixteen/\">Twenty Sixteen theme</a>, with three separate widget areas. In this post, Iâ€™ll highlight a few cool things that are now possible to do with your widgets and where things may be heading next.</p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-full\"><a href=\"https://i0.wp.com/wordpress.org/news/files/2021/08/site-long-1x.png?ssl=1\"><img loading=\"lazy\" width=\"632\" height=\"1130\" src=\"https://i0.wp.com/wordpress.org/news/files/2021/08/site-long-1x.png?resize=632%2C1130&#038;ssl=1\" alt=\"A zoomed-out view of a single post with one sidebar widget area and two footer widget areas. The site content is about Marine Park Salt Marsh. A List View of blocks floating next to each widget area shows how the design is constructed.\" class=\"wp-image-11116\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2021/08/site-long-1x.png?w=2183&amp;ssl=1 2183w, https://i0.wp.com/wordpress.org/news/files/2021/08/site-long-1x.png?resize=168%2C300&amp;ssl=1 168w, https://i0.wp.com/wordpress.org/news/files/2021/08/site-long-1x.png?resize=573%2C1024&amp;ssl=1 573w, https://i0.wp.com/wordpress.org/news/files/2021/08/site-long-1x.png?resize=768%2C1373&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2021/08/site-long-1x.png?resize=859%2C1536&amp;ssl=1 859w, https://i0.wp.com/wordpress.org/news/files/2021/08/site-long-1x.png?resize=1145%2C2048&amp;ssl=1 1145w, https://i0.wp.com/wordpress.org/news/files/2021/08/site-long-1x.png?w=1264&amp;ssl=1 1264w, https://i0.wp.com/wordpress.org/news/files/2021/08/site-long-1x.png?w=1896&amp;ssl=1 1896w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></a><figcaption><br><br><br><br></figcaption></figure></div>\n\n\n\n<h2>Create Interesting Visual Effects With Overlapping Layouts and Duotone Images</h2>\n\n\n\n<p>Appearance-wise, users have a lot more control over widget areas than ever before â€” especially through the use of blocks with customization options like the Cover and Image block. Hereâ€™s what I can create in the classic widgets editor (above) versus what I can create in the new block-based widget editor (below).</p>\n\n\n\n<figure class=\"wp-block-video aligncenter\"><video controls src=\"https://wordpress.org/news/files/2021/08/classic-widgets.mov\"></video></figure>\n\n\n\n<figure class=\"wp-block-video aligncenter\"><video controls src=\"https://wordpress.org/news/files/2021/08/block-widgets-1.mov\"></video></figure>\n\n\n\n<h2>Intersperse Widgets and Custom Code Throughout Your Visual Designs</h2>\n\n\n\n<p>Container blocks like Cover and Columns make it easy to weave dynamic or interactive elements into your designs. While this is a given for many widgets, the block versions of widgets can be easily wrapped and layered within container blocks to integrate them into your layout more fully.</p>\n\n\n\n<p>In the example below, I tried placing a Search block in front of a Cover block, which creates a nice layered effect. I also inserted Custom HTML blocks within a Columns block to display different messaging depending on the time of day. (<a href=\"https://stackoverflow.com/questions/31242051/show-content-based-on-time-of-day-timing-changes-on-different-days-of-the-week\">jQuery script</a>)</p>\n\n\n\n<figure class=\"wp-block-video aligncenter\"><video controls src=\"https://wordpress.org/news/files/2021/08/custom-html-1.mov\"></video></figure>\n\n\n\n<h2>Use Traditional Widget Layouts (Or Not) With Lots of Flexibility Over Title and Structure</h2>\n\n\n\n<p>Classic widgets have always had a lockup that includes a widget title. One cool thing about having blocks in widget areas is that you have complete flexibility over how titles appear. For example, you might choose to have a title over every widget, you might only want one title at the top of each widget area, or your design might not need titles at all.</p>\n\n\n\n<p>Note: Some themes, like <a href=\"https://wordpress.org/themes/twentytwentyone/\">Twenty Twenty-One</a>, are designed to flow content horizontally within widget areas. If youâ€™re having trouble with a theme splitting your layout into columns, you could try keeping the lockup together by containing it within a Group block.</p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-full\"><a href=\"https://i1.wp.com/wordpress.org/news/files/2021/08/grouped.jpg?ssl=1\"><img loading=\"lazy\" width=\"632\" height=\"381\" src=\"https://i1.wp.com/wordpress.org/news/files/2021/08/grouped.jpg?resize=632%2C381&#038;ssl=1\" alt=\"Side-by-side comparison of List View of a Sidebar widget area with and without grouped/nested lockups.\" class=\"wp-image-11122\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2021/08/grouped.jpg?w=1760&amp;ssl=1 1760w, https://i1.wp.com/wordpress.org/news/files/2021/08/grouped.jpg?resize=300%2C181&amp;ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2021/08/grouped.jpg?resize=1024%2C618&amp;ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2021/08/grouped.jpg?resize=768%2C463&amp;ssl=1 768w, https://i1.wp.com/wordpress.org/news/files/2021/08/grouped.jpg?resize=1536%2C927&amp;ssl=1 1536w, https://i1.wp.com/wordpress.org/news/files/2021/08/grouped.jpg?w=1264&amp;ssl=1 1264w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></a></figure></div>\n\n\n\n<h2>Copy &amp; Paste Existing Layouts From the WordPress Pattern Directory</h2>\n\n\n\n<p>While patterns havenâ€™t been fully integrated into the widget editors yet, one thing you <em>can</em> do is copy and paste patterns from the game-changing new <a href=\"https://wordpress.org/patterns/\">WordPress Pattern Directory</a> into your siteâ€™s widget areas. I used this <a href=\"https://wordpress.org/patterns/pattern/horizontal-call-to-action/\">horizontal call to action</a> pattern from the directory almost exactly as is, with minor color and copy adjustments:</p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-full\"><a href=\"https://i1.wp.com/wordpress.org/news/files/2021/08/footer.jpg?ssl=1\"><img loading=\"lazy\" width=\"632\" height=\"389\" src=\"https://i1.wp.com/wordpress.org/news/files/2021/08/footer.jpg?resize=632%2C389&#038;ssl=1\" alt=\"Footer widget area with a black box that reads, â€œBecome a monthly patronâ€ with paragraph text and a â€œJoin nowâ€ button in a separate column. A painted image of waves hitting rocks is directly below with no space between them.\n\" class=\"wp-image-11123\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2021/08/footer.jpg?w=1656&amp;ssl=1 1656w, https://i1.wp.com/wordpress.org/news/files/2021/08/footer.jpg?resize=300%2C185&amp;ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2021/08/footer.jpg?resize=1024%2C630&amp;ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2021/08/footer.jpg?resize=768%2C473&amp;ssl=1 768w, https://i1.wp.com/wordpress.org/news/files/2021/08/footer.jpg?resize=1536%2C945&amp;ssl=1 1536w, https://i1.wp.com/wordpress.org/news/files/2021/08/footer.jpg?w=1264&amp;ssl=1 1264w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></a><figcaption><br></figcaption></figure></div>\n\n\n\n<p>FYI: Patterns have not been curated for or integrated into widget areas yet, so you may run into some unexpected behavior â€” consider this feature to be a preview of whatâ€™s coming next for widget editing!</p>\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:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"11115\";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:57:\"\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:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"The Month in WordPress: July 2021\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://wordpress.org/news/2021/08/the-month-in-wordpress-july-2021/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 03 Aug 2021 13:53:13 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Month in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=11107\";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:334:\"WordPress is global in reach and open source in nature. And you would assume that what allows the software to be used by anyone would also enable it to be built by anyone. After all, your location doesnâ€™t matter, and who employs you also doesnâ€™t matter. And your relative social standing certainly shouldnâ€™t matter. As [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Hari Shanker R\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:15260:\"\n<blockquote class=\"wp-block-quote\"><p>WordPress is global in reach and open source in nature. And you would assume that what allows the software to be used by anyone would also enable it to be built by anyone. After all, your location doesnâ€™t matter, and who employs you also doesnâ€™t matter. And your relative social standing certainly shouldnâ€™t matter. As long as you can communicate with the others contributing to the project, there should be no obstacle to your participation.</p></blockquote>\n\n\n\n<p class=\"has-drop-cap\">That was <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden</a> on the â€œ<a href=\"https://wordpress.org/news/2021/07/episode-13-cherishing-wordpress-diversity/\">Cherishing WordPress Diversity</a>â€ episode of the <a href=\"https://wordpress.org/news/podcast/\">WP Briefing Podcast</a>, speaking about the importance of diversity, equity, and inclusion within the fabric of the WordPress project. Her statement captures the spirit of the WordPress open source project, and we hope it resonates with you. Now, let&#8217;s dive in!</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Say hello to WordPress 5.8</h2>\n\n\n\n<p>WordPress <a href=\"https://wordpress.org/news/2021/07/tatum/\" target=\"_blank\" rel=\"noreferrer noopener\">version 5.8</a>, â€œTatum,â€ came out on July 20. Version 5.8 is a major release that offers features like block-based widgets, a host of new blocks and patterns, a template editor, a duotone feature to stylize images, theme.json, and support for webP images, to name a few. Read more in the <a href=\"https://wordpress.org/news/2021/07/tatum/\">release post</a>, the <a href=\"https://make.wordpress.org/core/2021/07/03/wordpress-5-8-field-guide/\">field guide</a>, and the <a href=\"https://make.wordpress.org/community/2021/06/18/meetup-group-resources-talking-points-for-wordpress-5-8/\">talking points post for meetup groups</a>. </p>\n\n\n\n<p>Want to contribute to WordPress core?&nbsp;</p>\n\n\n\n<ul><li>Join the&nbsp; <a href=\"https://wordpress.slack.com/archives/C02RQBWTW\">#core</a> channel, follow the <a href=\"https://make.wordpress.org/core/\">Core Team blog</a>, and check out the <a href=\"https://make.wordpress.org/core/handbook/\">team handbook</a>. Donâ€™t miss the Core Team chats on Wednesdays at <a href=\"https://www.timeanddate.com/worldclock/fixedtime.html?hour=5&amp;min=00&amp;sec=0\">5 AM</a> and <a href=\"https://www.timeanddate.com/worldclock/fixedtime.html?hour=20&amp;min=00&amp;sec=0\">8 PM</a> UTC.</li><li><a href=\"https://translate.wordpress.org/\">Translate WordPress</a> to your local language &#8211; hereâ€™s the <a href=\"https://make.wordpress.org/polyglots/2021/07/09/wordpress-5-8-translation-status-july-9-2020/\">latest translation status</a>.</li><li>Contact the Marketing Team in the <a href=\"https://wordpress.slack.com/archives/C0GKJ7TFA\">#marketing</a> slack channel, if you wish to support <a href=\"https://make.wordpress.org/marketing/2021/07/21/social-media-pack-for-5-8-ongoing-collaborations/\">social media engagement around WordPress 5.8</a>.</li></ul>\n\n\n\n<h2>Gutenberg Version 11.0 is released</h2>\n\n\n\n<p>Contributor teams released the <a href=\"https://make.wordpress.org/core/2021/07/09/whats-new-in-gutenberg-11-0-0-9-july/\">11th version</a> of Gutenberg on July 9. <a href=\"https://make.wordpress.org/core/2021/07/09/whats-new-in-gutenberg-11-0-0-9-july/\">Version 11.0</a>, which focuses heavily on backports and bug fixes, showcases some cool features such as an editing overlay for template parts and reusable blocks, and support for CSS shorthand properties in theme.json and block attributes. <a href=\"https://make.wordpress.org/core/2021/07/21/whats-new-in-gutenberg-11-1-0-21-july/\">Version 11.1</a> was also shipped this month, on July 21. The release adds custom block borders as block supports and adds â€œdrag and dropâ€ to the list view.&nbsp;</p>\n\n\n\n<p>Want to get involved in building Gutenberg? Follow <a href=\"https://make.wordpress.org/core/\">the Core Team blog</a>, contribute to <a href=\"https://github.com/WordPress/gutenberg/\">Gutenberg on GitHub</a>, and join the <a href=\"https://wordpress.slack.com/archives/C02QB2JS7\">#core-editor</a> channel in the <a href=\"https://make.wordpress.org/chat/\">Make WordPress Slack</a>. The â€œ<a href=\"https://make.wordpress.org/core/2021/07/21/whats-next-in-gutenberg-site-editing-status-check-late-july-august-2021/\">Whatâ€™s next in Gutenberg</a>â€ post offers more details on the latest updates.&nbsp;</p>\n\n\n\n<h2>Returning to in-person WordPress events</h2>\n\n\n\n<p>The Community Team kicked off work to bring back in-person WordPress events. The team <a href=\"https://make.wordpress.org/community/2021/07/01/in-person-meetup-events-for-vaccinated-community-members/#comment-29654\">recently announced</a> that in-person WordPress meetups can be organized in a region if the local public health authority allows in-person events and if the region passes the in-person<a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/2021-returning-to-in-person-meetups/in-person-meetup-decision-checklist/\"> safety checklist</a>. If the region does not meet guidelines on page one of the <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/2021-returning-to-in-person-meetups/in-person-meetup-decision-checklist/\">safety checklist</a>, organizers can plan events for fully vaccinated, recently tested (negative), or recently recovered community members. Subsequently, the team also <a href=\"https://make.wordpress.org/community/2021/07/27/proposal-how-to-return-to-safe-in-person-wordcamps/\">shared a proposal for the return to in-person WordCamps</a> in places that meet the <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/2021-returning-to-in-person-meetups/in-person-meetup-decision-checklist/\">safety guidelines and the vaccination/testing requirements</a>. Please share your feedback on the post if you have any thoughts. For more context, check out the â€œ<a href=\"https://wordpress.org/news/2021/07/episode-12-wordpress-in-person/\">In Person!</a>â€ episode of the <a href=\"https://wordpress.org/news/podcast/\">WP Briefing Podcast</a>.&nbsp;</p>\n\n\n\n<p>Want to contribute to the Community Team? Follow the <a href=\"https://make.wordpress.org/community/\">Community Team</a> blog, or join them in the <a href=\"https://wordpress.slack.com/archives/C037W5S7X\">#community</a> channel in the Make WordPress Slack.&nbsp;</p>\n\n\n\n<h2>BuddyPress 9.0 is out</h2>\n\n\n\n<p>The BuddyPress team is busy! Within barely a month of their last major release (<a href=\"https://buddypress.org/2021/06/buddypress-8-0-0-alfano/\">version 8.0)</a>, the team shipped <a href=\"https://buddypress.org/2021/07/buddypress-9-0-0-mico/\">version 9.0</a> on July 19. Key features of the release include widget blocks and updates to the BP REST API.&nbsp; Download it from the <a href=\"https://wordpress.org/plugins/buddypress/\">WordPress.org plugin directory</a> or check it out from its <a href=\"https://buddypress.trac.wordpress.org/browser/branches/9.0\">subversion repository.</a> Want to help build BuddyPress? Follow their <a href=\"https://bpdevel.wordpress.com/\">developer relations blog</a>, check out their <a href=\"https://codex.buddypress.org/participate-and-contribute/contribute-with-code/\">handbook page</a>, or join them in the <a href=\"https://wordpress.slack.com/archives/C02RQBYUG\">#buddypress</a> channel in the Make WordPress Slack.</p>\n\n\n\n<h2>WordPress Event updates</h2>\n\n\n\n<ul><li>WordCamp US is coming back on October 1, 2021, <a href=\"https://us.wordcamp.org/2021/wordcamp-us-is-back/\">as a daylong online event</a>!</li><li>Free tickets for <a href=\"https://floripa.wordcamp.org/2021/inscricoes/\">WordCamp Florianopolis</a> (August 11-12) are now available.</li><li>The <a href=\"https://make.wordpress.org/community/tag/wpdiversity/\">Diverse Speaker Training group</a> of the Community Team announced <a href=\"https://make.wordpress.org/community/2021/07/26/announcement-and-call-for-volunteers-expanding-wpdiversity-to-three-programs/\">three new programs</a> for Meetup and WordCamp organizers. Sign up for the <a href=\"https://make.wordpress.org/community/2021/07/30/workshop-august-19-2021-allyship-for-wordpress-event-organizers-amer-emea/\">inaugural allyship program for event organizers</a> on August 19, 2021, at <a href=\"https://www.timeanddate.com/worldclock/fixedtime.html?iso=20210819T1700\">5:00</a> &#8211; <a href=\"https://www.timeanddate.com/worldclock/fixedtime.html?iso=20210819T1900\">7:00 pm</a> UTC!</li><li>The Polyglots Team is planning a <a href=\"https://make.wordpress.org/polyglots/tag/wptranslationday/\">month-long translation day celebration in September 2021</a>, with two weeks of â€œcore eventsâ€ from September 17 to 30. The team will announce more details on the event shortly, and you <a href=\"https://make.wordpress.org/polyglots/tag/wptranslationday/\">can follow all the latest updates on their P2</a>.&nbsp;</li><li>Stay updated on <a href=\"https://make.wordpress.org/community/events/online/\">online WordPress meetups</a> around the world by following the Marketing Teamâ€™s <a href=\"https://www.linkedin.com/company/make-wordpress-marketing-team/\">WordPress Meetup roundup</a> every Monday.&nbsp;</li><li><a href=\"https://santaclarita.wordcamp.org/2021/\">WordCamp Santa Clarita 2021</a> was held online on July 17-18, 2021. The highlight of the event, which had 41 speakers, 19 sponsors, and 672 attendees, was a <a href=\"https://santaclarita.wordcamp.org/2021/schedule/\">dedicated track for WordPress accessibility</a>. Videos of the event will soon be posted on WordPress.tv.</li><li>The Hosting Team organized <a href=\"https://www.meetup.com/wphosting/events/278295555\">their first meetup</a> in June. Check out the <a href=\"https://www.youtube.com/watch?v=V4UCc1Bze5E&amp;t=702s\">event recording</a>.</li></ul>\n\n\n\n<h2>Feedback requests from WordPress contributor teams</h2>\n\n\n\n<p>Please help these WordPress contributor teams by answering their research requests:</p>\n\n\n\n<ul><li>The Core Team has published a <a href=\"https://make.wordpress.org/core/2021/07/28/wordpress-5-8-tatum-retrospective/\">WordPress 5.8 release retrospective</a>. Share your release feedback as <a href=\"https://make.wordpress.org/core/2021/07/28/wordpress-5-8-tatum-retrospective/#respond\">comments on the post</a> or by <a href=\"https://docs.google.com/forms/d/e/1FAIpQLSei8fSLjV0um4hk_1JKwgu-8E6mpNwwxF3j43mInW7lnVOTDw/viewform?usp=sf_link\">filling out this form</a> before August 15. The team is also <a href=\"https://make.wordpress.org/core/2021/07/21/request-for-feedback-updater-proof-of-concept/\">requesting feedback</a> on a â€œproof of conceptâ€ for the new WordPress updater.&nbsp;</li><li>The Training Team wishes to <a href=\"https://make.wordpress.org/training/2021/07/30/learn-wordpress-user-survey-focus-groups/\">find what learners and potential learners would like to see</a> in the <a href=\"https://learn.wordpress.org\">learn.wordpress.org</a> platform. To contribute, please <a href=\"https://www.surveymonkey.com/r/LearnWordPress\">fill out an anonymous survey</a> (by August 13) OR <a href=\"https://forms.gle/jdk2qkkvGyszx1SG6\">join a short video call</a> to share feedback (on the week of August 2-6).</li><li>The Polyglots Team <a href=\"https://make.wordpress.org/polyglots/2021/07/19/polyglots-training-ready-for-testing/\">announced</a> that â€œPolyglots Trainingâ€ (a course to help WordPress translators and communities) is now available for testing. <a href=\"https://make.wordpress.org/polyglots/2021/07/19/polyglots-training-ready-for-testing/\">Sign up now</a>!</li><li>The Test Team wants to<a href=\"https://make.wordpress.org/test/2021/07/30/help-shape-the-future-of-theme-design/\"> hear from theme authors</a> on how they use theme.json in order to shape its future. Help them by <a href=\"https://wordpressdotorg.survey.fm/block-theme-author-feedback\">filling out this survey</a> on or before August 13.</li><li>The Marketing Team is doing research on building engagement around WordPress releases. Please help the team by filling out <a href=\"https://forms.gle/4QFhX8fcNxKAfK8y5\">this quick, two-question survey</a> on how you search for release information. If you have any favorite features from the latest release (WordPress 5.8) let the team know by completing this <a href=\"https://docs.google.com/forms/d/e/1FAIpQLSd_2llymf79-h5sgTiprz7Kw4Gr4cbDHh-AAdAQfiArXlHksg/viewform\">short form</a>.</li></ul>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Further reading</h2>\n\n\n\n<ul><li>The Meta Team launched the new <a href=\"https://make.wordpress.org/meta/2021/07/20/the-wordpress-pattern-directory-is-live/\">WordPress Pattern Directory</a> alongside the 5.8 release. The Design Team also contributed to this project, working with contributors on <a href=\"https://make.wordpress.org/design/2021/07/29/initial-patterns-for-the-patterns-directory-launched/\">launching around 85 block patterns in the directory</a>.</li><li>Check out the following blog posts from the Design Team: <a href=\"https://make.wordpress.org/design/2021/07/13/a-walk-around-the-search-block/\">A Walk Around: The Search Block</a> and <a href=\"https://make.wordpress.org/design/2021/07/27/widgets-in-wordpress-5-8-and-beyond/\">Widgets on 5.8 and beyond</a>. Join their <a href=\"https://make.wordpress.org/design/?s=show+and+tell\">Show and Tell meetings</a> on the last Wednesday of each month to learn about updates on their latest projects and new ideas.</li><li>Check out <a href=\"https://wordpress.org/news/2021/07/configuring-theme-design-with-theme-json/\">this blog post</a> to learn how to configure theme design with theme.json.&nbsp;</li><li>The Test Team has put out a <a href=\"https://make.wordpress.org/test/2021/07/20/test-team-reps-call-for-nominations/\">call for team-rep nominations</a>.</li><li>The Themes Team is in the process of discussing <a href=\"https://make.wordpress.org/themes/2021/07/20/discussion-request-for-feedback-on-requirement-changes/\">updated theme directory guidelines</a>.</li><li>Version 17.9 of WordPress for <a href=\"https://make.wordpress.org/mobile/2021/07/27/call-for-testing-wordpress-for-android-17-9/\">Android</a> and <a href=\"https://make.wordpress.org/mobile/2021/07/28/call-for-testing-wordpress-for-ios-17-9/\">iOS</a> are now available for testing.</li></ul>\n\n\n\n<p><em>Have a story that we should include in the next â€œMonth in WordPressâ€ post? Please </em><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><em>submit it using this form</em></a><em>.&nbsp;</em></p>\n\n\n\n<p><em>The following folks contributed to Julyâ€™s Month in WordPress:&nbsp; <a href=\'https://profiles.wordpress.org/webcommsat/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webcommsat</a> <a href=\'https://profiles.wordpress.org/chaion07/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chaion07</a> <a href=\'https://profiles.wordpress.org/jillbinder/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>jillbinder</a> <a href=\'https://profiles.wordpress.org/lmurillom/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>lmurillom</a> <a href=\'https://profiles.wordpress.org/meher/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>meher</a></em></p>\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:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"11107\";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:58:\"\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:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"WP Briefing: Episode 14: The Art and Science of Accessibility\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"https://wordpress.org/news/2021/08/episode-14-the-art-and-science-of-accessibility/\";s: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, 02 Aug 2021 12:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"wp-briefing\";s: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:53:\"https://wordpress.org/news/?post_type=podcast&p=11096\";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:463:\"In this episode, Josepha Haden Chomphosy discusses the nuances of building accessible software, the differences between access, usability, and accessibility, and how this all applies to the WordPress project. Have a question youâ€™d like answered? You can submit them to&#160;wpbriefing@wordpress.org, either written or as a voice recording. Credits Editor:&#160;Dustin Hartzler Logo:&#160;Beatriz Fialho Production:&#160;ChloÃ© Bringmann Transcription: [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:60:\"https://wordpress.org/news/files/2021/07/WP-Briefing-014.mp3\";s:6:\"length\";s:1:\"0\";s:4:\"type\";s:0:\"\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Nicholas Garofalo\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:9393:\"\n<p>In this episode, Josepha Haden Chomphosy discusses the nuances of building accessible software, the differences between access, usability, and accessibility, and how this all applies to the WordPress project.</p>\n\n\n\n<p><em><strong>Have a question youâ€™d like answered? You can submit them to&nbsp;<a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2>Credits</h2>\n\n\n\n<ul><li>Editor:&nbsp;<a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a></li><li>Logo:&nbsp;<a href=\"https://profiles.wordpress.org/beafialho/\">Beatriz Fialho</a></li><li>Production:&nbsp;<a href=\"https://profiles.wordpress.org/cbringmann/\">ChloÃ© Bringmann</a></li><li>Transcription: <a href=\"https://profiles.wordpress.org/eidolonnight/\">Nicholas Garofalo</a></li><li>Song: Fearless First by Kevin MacLeod</li></ul>\n\n\n\n<h2>References</h2>\n\n\n\n<ul><li><a href=\"https://wordpress.org/about/accessibility/\">About WordPress Accessibility</a></li><li><a href=\"https://make.wordpress.org/accessibility/\">Make WordPress Accessibility Team</a></li><li><a href=\"https://twitter.com/wpaccessibility\">WordPress Accessibility Team Twitter</a></li><li><a href=\"https://make.wordpress.org/accessibility/handbook/best-practices/\">WordPress Accessibility Handbook</a></li><li><a href=\"https://developer.wordpress.org/coding-standards/wordpress-coding-standards/accessibility/\">Accessibility Coding Standards</a></li><li><a href=\"https://www.w3.org/WAI/intro/wcag\">Web Content Accessibility Guidelines (WCAG)</a></li><li><a href=\"https://www.a11yproject.com/checklist/\">A11y Checklist</a></li><li><a href=\"https://en.wikipedia.org/wiki/Digital_divide\">The Digital Divide</a></li></ul>\n\n\n\n<h2>Transcript</h2>\n\n\n\n<span id=\"more-11096\"></span>\n\n\n\n<p>[contemporary intro music]</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy</strong> 0:10</p>\n\n\n\n<p>Hello, everyone, and welcome to the WordPress Briefing, the podcast where you can catch quick explanations of the ideas behind the WordPress open source project, some insight into the community that supports it, and get a small list of big things coming up in the next two weeks. I&#8217;m your host, Josepha Haden Chomphosy. Here we go.</p>\n\n\n\n<p>[musical interlude]</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy</strong> 0:28</p>\n\n\n\n<p>This is the second of my big scary topics for this month. I&#8217;ll be talking about accessibility, which much like Diversity, Equity and Inclusion, or DEI in the last episode, is one of those areas where the work is never finished. Also, like DEI in last episode, I feel strongly about accessibility and the need for accessible experiences in the world, but I&#8217;m aware that this is an area where I&#8217;m still learning.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy</strong> 1:04</p>\n\n\n\n<p>WordPress has both an accessibility statement and team, which makes a lot of sense given that the software supports so many different people, and industries, and cultures. But if you&#8217;re not quite bought into the idea that software should be accessible, or that accessible software can&#8217;t also be usable, then this is the episode for you.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy</strong> 1:25</p>\n\n\n\n<p>Before I joined the WordPress project, the majority of my work with accessibility was in the context of the digital divide. Now, when talking about the digital divide, there are three concepts around quote-unquote, &#8220;getting things to people,&#8221; and those are access, usability, and accessibility. Sometimes these words seem interchangeable, but ultimately they have nuanced differences that address different problems. And I like to think of them this way.</p>\n\n\n\n<p>Access is making sure that someone can obtain something.</p>\n\n\n\n<p>Usability is making sure that the user experience is understandable or coherent.</p>\n\n\n\n<p>And accessibility is making sure that it&#8217;s usable by the largest number of people.</p>\n\n\n\n<p>I have always considered each as a subset of the one that came before it. So having something everyone can access is good, but easy to access and easy to use is better. Easy to use is good, but easy to use and easily accessible is better.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy</strong> 2:27</p>\n\n\n\n<p>After joining WordPress, I discovered that accessibility in the context of software building is well, substantially more complicated. There&#8217;s no such thing as perfect accessibility, or a site that is 100% accessible, and many aspects are pretty open to interpretation. It turns out that accessibility, like so many things in WordPress, is a complicated intersection of art and science.</p>\n\n\n\n<p>As an example, there&#8217;s a rule that says, &#8220;Ensure that links are recognizable as links.&#8221; A fast shorthand to accomplish that, that we see all over the internet, is to underline all links or put that icon next to it that says, &#8220;This opens in a new tab.&#8221; You know that icon that&#8217;s a box with an arrow? That definitely has a name, that I definitely don&#8217;t know? That icon. [laughing] But those solutions don&#8217;t necessarily fit every context that you&#8217;ll find a link in, and that&#8217;s where we see that intersection between the art of communication and the science of necessity.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy</strong> 3:32</p>\n\n\n\n<p>If you came with me earlier on the idea that accessibility is a subset of usability, and it&#8217;s not a far leap to say that the choices around accessibility implementations should always include design and the overall user experience.</p>\n\n\n\n<p>I know that some of you are thinking, &#8220;But we have guidelines! Like, that&#8217;s why we have the guidelines, so that not everything has to be a gray area.&#8221; And on the one hand, yeah, that&#8217;s true. There are a lot of guidelines. There are guidelines for the code, and what the code produces, and the design elements. But I worry that when a solution is driven solely by rules, rather than reasons, we run the risk of throwing out the good along with the bad.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy</strong> 4:15</p>\n\n\n\n<p>Accessibility has been a consistent topic of debate in the project for as long as I can remember, and based on all of this, it&#8217;s really clear why. There are a few big picture questions that still deserve some sort of canonical answer for WordPress, and where possible I dig in and research the positions that everyone has taken in the past. But I also have questions about how to move everything forward, especially as the editing experience gets more and more standardized across the software, which reduces cognitive load, shortens the learning curve, etc.</p>\n\n\n\n<p>What is the future possibility for having a series of more niche admin interface options?</p>\n\n\n\n<p>What would it be like to be able to account for functional limitations in a way that lets site builders select what is needed for their clients or organization, or just individual situations they know their sites would be maintained under?</p>\n\n\n\n<p>What more could we do if part of the setup flow of WordPress was to select some bundle of potential add ons for neuro diversity, or colorblindness, or dyslexia, and more?</p>\n\n\n\n<p>It&#8217;s a really big question I have.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy</strong> 5:26</p>\n\n\n\n<p>And I have to be really transparent here and share that my foundational understanding of accessibility and usability is 10 plus years old, and I learned it in the context of people in education, not software. So a lot of my questions about the future of accessibility and WordPress is the result of old knowledge exploring new spaces, which means they are a little untested. And I&#8217;m so grateful for the contributors who point out what the current research and thinking is, in this incredibly complex field.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy</strong> 6:00</p>\n\n\n\n<p>I normally like to wrap up the briefing with a tidy takeaway, but this particular topic doesn&#8217;t really lend itself to that. So I&#8217;ll leave you with this. I really believe in WordPress&#8217; mission to democratize publishing. And I, for one, will never stop learning about what gives people more access to the software, and what makes the software more usable, and especially how we can combine usability with accessibility in a way that puts form and function on a level playing field.</p>\n\n\n\n<p>[musical interlude]</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy</strong> 6:40</p>\n\n\n\n<p>And now, that brings us to our small list of big things.</p>\n\n\n\n<p>Thing one, it&#8217;s that time of year where many of our community members take a short break to relax and refresh. I&#8217;ll be taking a bit of a break during the month of August, and so the WP Briefing will return again starting in September.</p>\n\n\n\n<p>And thing two, huge thanks to the production crew that helps me make this podcast every couple of weeks, but a special shout out to our editor Dustin Hartzler, who makes quick work of all of my rambling thoughts.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy</strong> 7:09</p>\n\n\n\n<p>And that is your small list of big things. Thank you for tuning in today for the WordPress Briefing. I&#8217;m your host, Josepha Haden Chomphosy, and I&#8217;ll see you again in September.</p>\n\n\n\n<p>[contemporary outro music]</p>\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:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"11096\";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:66:\"\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:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"Configuring Theme Design with theme.json\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"https://wordpress.org/news/2021/07/configuring-theme-design-with-theme-json/\";s: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 Jul 2021 22:26:13 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:6:\"Themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:6:\"design\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:11:\"development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:9:\"Gutenberg\";s: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:\"https://wordpress.org/news/?p=11060\";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:368:\"Starting in WordPress 5.8, a new tool â€” â€œtheme.jsonâ€ â€” is available to use in your theme. Maybe youâ€™re hearing about it for the first time, or maybe youâ€™re testing and developing themes with it already.Â Either way, I&#8217;m glad you&#8217;re here because it&#8217;s an exciting time for WordPress themes. This post provides a quick introduction [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Jeff Ong\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:21957:\"\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" width=\"632\" height=\"356\" src=\"https://i2.wp.com/wordpress.org/news/files/2021/07/themejson-1.png?resize=632%2C356&#038;ssl=1\" alt=\"\" class=\"wp-image-11082\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2021/07/themejson-1.png?resize=1024%2C576&amp;ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2021/07/themejson-1.png?resize=300%2C169&amp;ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2021/07/themejson-1.png?resize=768%2C432&amp;ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2021/07/themejson-1.png?resize=1536%2C864&amp;ssl=1 1536w, https://i2.wp.com/wordpress.org/news/files/2021/07/themejson-1.png?resize=2048%2C1152&amp;ssl=1 2048w, https://i2.wp.com/wordpress.org/news/files/2021/07/themejson-1.png?w=1264&amp;ssl=1 1264w, https://i2.wp.com/wordpress.org/news/files/2021/07/themejson-1.png?w=1896&amp;ssl=1 1896w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>Starting in <a href=\"https://wordpress.org/news/2021/07/tatum/\">WordPress 5.8</a>, a new tool â€” â€œtheme.jsonâ€ â€” is available to use in your theme. Maybe youâ€™re hearing about it for the first time, or maybe youâ€™re testing and developing themes with it already.Â Either way, I&#8217;m glad you&#8217;re here because it&#8217;s an exciting time for WordPress themes.</p>\n\n\n\n<p>This post provides a quick introduction to this new framework, and describes whatâ€™s possible by sharing a few practical tips and examples.</p>\n\n\n\n<h2>Whatâ€™s theme.json?</h2>\n\n\n\n<p>Technically, theme.json is just a file that lives at the top-level of a themeâ€™s directory.&nbsp;</p>\n\n\n\n<p>Conceptually, itâ€™s a major shift in how themes can be developed. Theme authors now have a centralized mechanism to tailor the WordPress experience for site authors and visitors. Theme.json provides theme authors fine-grained control over global styles, block styles, and the block editor settings.</p>\n\n\n\n<p>By providing these settings and controls in a single file, theme.json provides a powerful framework that brings together manyÂ aspects of theme design and development. And as the block editor matures and adds more features, theme.json will shine as the backbone for themes and the editor to work <em>together</em> <img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/1f4aa.png\" alt=\"ðŸ’ª\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" />.Â </p>\n\n\n\n<h2>Why Use it?</h2>\n\n\n\n<p>Itâ€™s the future! But if youâ€™re like me, you might need something more tangible to be convinced. Here are a few reasons why you might use theme.json today:</p>\n\n\n\n<ul><li>Control editor settings like color, typography, spacing, and layout, and consolidate where these settings are managed.</li><li>Guarantee that styles apply correctly to blocks and elements across your site.</li><li>Reduce the amount of boilerplate CSS a theme used to provide. Theme.json won&#8217;t replace your stylesheet completely â€” there will be instances where CSS is needed to give your theme that extra flare (transitions, animations, etc.). But it can greatly reduce the base CSS needed from the theme.</li></ul>\n\n\n\n<h2>How do I use it?</h2>\n\n\n\n<p>The rest of this post demonstrates a few theme.json configurations you can try out.Â The examples use the tt1-blocks<a href=\"https://github.com/WordPress/theme-experiments/blob/master/tt1-blocks/theme.json\"> theme.json</a> â€” <a href=\"https://wordpress.org/themes/tt1-blocks/\">the block-based version of this yearâ€™s default theme</a>.Â </p>\n\n\n\n<p>If you&#8217;re starting with an existing theme, you might try copying a theme.json from the <a href=\"https://github.com/WordPress/theme-experiments/\">WordPress/theme-experiments repository</a> (for example, <a href=\"https://github.com/WordPress/theme-experiments/blob/master/fse-tutorial/theme.json\">the fse-tutorial theme</a> by <a href=\"https://profiles.wordpress.org/poena/\">@poena</a>) and adding it to the root of your themeâ€™s directory.</p>\n\n\n\n<h3><strong>Change the typography settings of your site globally</strong></h3>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: jscript; title: ; notranslate\">\n&quot;settings&quot;: {\n	&quot;typography&quot;: {\n		&quot;fontSize&quot;: &quot;30px&quot;,\n		...\n</pre></div>\n\n\n<p>Making the change above in theme.json would result in the following updates to your theme&#8217;s body typography styles (before and after): </p>\n\n\n\n<figure class=\"wp-block-gallery columns-2 is-cropped\"><ul class=\"blocks-gallery-grid\"><li class=\"blocks-gallery-item\"><figure><a href=\"https://i1.wp.com/wordpress.org/news/files/2021/07/Screen-Shot-2021-07-23-at-11.06.07-AM.png?ssl=1\"><img loading=\"lazy\" width=\"632\" height=\"398\" src=\"https://i1.wp.com/wordpress.org/news/files/2021/07/Screen-Shot-2021-07-23-at-11.06.07-AM.png?resize=632%2C398&#038;ssl=1\" alt=\"\" data-id=\"11062\" data-full-url=\"https://wordpress.org/news/files/2021/07/Screen-Shot-2021-07-23-at-11.06.07-AM.png\" data-link=\"https://wordpress.org/news/?attachment_id=11062\" class=\"wp-image-11062\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2021/07/Screen-Shot-2021-07-23-at-11.06.07-AM.png?resize=1024%2C645&amp;ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2021/07/Screen-Shot-2021-07-23-at-11.06.07-AM.png?resize=300%2C189&amp;ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2021/07/Screen-Shot-2021-07-23-at-11.06.07-AM.png?resize=768%2C484&amp;ssl=1 768w, https://i1.wp.com/wordpress.org/news/files/2021/07/Screen-Shot-2021-07-23-at-11.06.07-AM.png?resize=1536%2C968&amp;ssl=1 1536w, https://i1.wp.com/wordpress.org/news/files/2021/07/Screen-Shot-2021-07-23-at-11.06.07-AM.png?resize=2048%2C1291&amp;ssl=1 2048w, https://i1.wp.com/wordpress.org/news/files/2021/07/Screen-Shot-2021-07-23-at-11.06.07-AM.png?w=1264&amp;ssl=1 1264w, https://i1.wp.com/wordpress.org/news/files/2021/07/Screen-Shot-2021-07-23-at-11.06.07-AM.png?w=1896&amp;ssl=1 1896w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></a></figure></li><li class=\"blocks-gallery-item\"><figure><a href=\"https://i1.wp.com/wordpress.org/news/files/2021/07/Screen-Shot-2021-07-23-at-11.05.40-AM.png?ssl=1\"><img loading=\"lazy\" width=\"632\" height=\"398\" src=\"https://i1.wp.com/wordpress.org/news/files/2021/07/Screen-Shot-2021-07-23-at-11.05.40-AM.png?resize=632%2C398&#038;ssl=1\" alt=\"\" data-id=\"11061\" data-full-url=\"https://wordpress.org/news/files/2021/07/Screen-Shot-2021-07-23-at-11.05.40-AM.png\" data-link=\"https://wordpress.org/news/?attachment_id=11061\" class=\"wp-image-11061\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2021/07/Screen-Shot-2021-07-23-at-11.05.40-AM.png?resize=1024%2C645&amp;ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2021/07/Screen-Shot-2021-07-23-at-11.05.40-AM.png?resize=300%2C189&amp;ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2021/07/Screen-Shot-2021-07-23-at-11.05.40-AM.png?resize=768%2C484&amp;ssl=1 768w, https://i1.wp.com/wordpress.org/news/files/2021/07/Screen-Shot-2021-07-23-at-11.05.40-AM.png?resize=1536%2C968&amp;ssl=1 1536w, https://i1.wp.com/wordpress.org/news/files/2021/07/Screen-Shot-2021-07-23-at-11.05.40-AM.png?resize=2048%2C1291&amp;ssl=1 2048w, https://i1.wp.com/wordpress.org/news/files/2021/07/Screen-Shot-2021-07-23-at-11.05.40-AM.png?w=1264&amp;ssl=1 1264w, https://i1.wp.com/wordpress.org/news/files/2021/07/Screen-Shot-2021-07-23-at-11.05.40-AM.png?w=1896&amp;ssl=1 1896w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></a></figure></li></ul></figure>\n\n\n\n<h3><strong>Changing the base color settings of your site globally</strong></h3>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: jscript; title: ; notranslate\">\n&quot;styles&quot;: {\n	&quot;color&quot;: {\n		&quot;background&quot;: &quot;#ffc0cb&quot;,\n		&quot;text&quot;: &quot;#6A1515&quot;\n	},\n	...\n}\n</pre></div>\n\n\n<figure class=\"wp-block-gallery columns-2 is-cropped\"><ul class=\"blocks-gallery-grid\"><li class=\"blocks-gallery-item\"><figure><a href=\"https://i2.wp.com/wordpress.org/news/files/2021/07/Screen-Shot-2021-07-23-at-11.10.03-AM.png?ssl=1\"><img loading=\"lazy\" width=\"632\" height=\"398\" src=\"https://i2.wp.com/wordpress.org/news/files/2021/07/Screen-Shot-2021-07-23-at-11.10.03-AM.png?resize=632%2C398&#038;ssl=1\" alt=\"\" data-id=\"11063\" data-full-url=\"https://wordpress.org/news/files/2021/07/Screen-Shot-2021-07-23-at-11.10.03-AM.png\" data-link=\"https://wordpress.org/news/?attachment_id=11063\" class=\"wp-image-11063\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2021/07/Screen-Shot-2021-07-23-at-11.10.03-AM.png?resize=1024%2C645&amp;ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2021/07/Screen-Shot-2021-07-23-at-11.10.03-AM.png?resize=300%2C189&amp;ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2021/07/Screen-Shot-2021-07-23-at-11.10.03-AM.png?resize=768%2C484&amp;ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2021/07/Screen-Shot-2021-07-23-at-11.10.03-AM.png?resize=1536%2C968&amp;ssl=1 1536w, https://i2.wp.com/wordpress.org/news/files/2021/07/Screen-Shot-2021-07-23-at-11.10.03-AM.png?resize=2048%2C1291&amp;ssl=1 2048w, https://i2.wp.com/wordpress.org/news/files/2021/07/Screen-Shot-2021-07-23-at-11.10.03-AM.png?w=1264&amp;ssl=1 1264w, https://i2.wp.com/wordpress.org/news/files/2021/07/Screen-Shot-2021-07-23-at-11.10.03-AM.png?w=1896&amp;ssl=1 1896w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></a></figure></li><li class=\"blocks-gallery-item\"><figure><a href=\"https://i2.wp.com/wordpress.org/news/files/2021/07/Screen-Shot-2021-07-23-at-11.08.54-AM.png?ssl=1\"><img loading=\"lazy\" width=\"632\" height=\"398\" src=\"https://i2.wp.com/wordpress.org/news/files/2021/07/Screen-Shot-2021-07-23-at-11.08.54-AM.png?resize=632%2C398&#038;ssl=1\" alt=\"\" data-id=\"11064\" data-full-url=\"https://wordpress.org/news/files/2021/07/Screen-Shot-2021-07-23-at-11.08.54-AM.png\" data-link=\"https://wordpress.org/news/?attachment_id=11064\" class=\"wp-image-11064\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2021/07/Screen-Shot-2021-07-23-at-11.08.54-AM.png?resize=1024%2C645&amp;ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2021/07/Screen-Shot-2021-07-23-at-11.08.54-AM.png?resize=300%2C189&amp;ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2021/07/Screen-Shot-2021-07-23-at-11.08.54-AM.png?resize=768%2C484&amp;ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2021/07/Screen-Shot-2021-07-23-at-11.08.54-AM.png?resize=1536%2C968&amp;ssl=1 1536w, https://i2.wp.com/wordpress.org/news/files/2021/07/Screen-Shot-2021-07-23-at-11.08.54-AM.png?resize=2048%2C1291&amp;ssl=1 2048w, https://i2.wp.com/wordpress.org/news/files/2021/07/Screen-Shot-2021-07-23-at-11.08.54-AM.png?w=1264&amp;ssl=1 1264w, https://i2.wp.com/wordpress.org/news/files/2021/07/Screen-Shot-2021-07-23-at-11.08.54-AM.png?w=1896&amp;ssl=1 1896w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></a></figure></li></ul></figure>\n\n\n\n<h3><strong><strong>Changing spacing / padding settings on specific blocks</strong></strong></h3>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: jscript; title: ; notranslate\">\n&quot;styles&quot;: {\n	&quot;blocks&quot;: {\n		&quot;core/code&quot;: {\n			&quot;spacing&quot;: {\n				&quot;padding&quot;: {\n					&quot;top&quot;: &quot;3em&quot;,\n					&quot;bottom&quot;: &quot;3em&quot;,\n					&quot;left&quot;: &quot;3em&quot;,\n					&quot;right&quot;: &quot;3em&quot;\n				}\n			}\n		}\n	}\n}\n\n</pre></div>\n\n\n<figure class=\"wp-block-gallery columns-2 is-cropped\"><ul class=\"blocks-gallery-grid\"><li class=\"blocks-gallery-item\"><figure><a href=\"https://i2.wp.com/wordpress.org/news/files/2021/07/code-padding-original.png?ssl=1\"><img loading=\"lazy\" width=\"632\" height=\"356\" src=\"https://i2.wp.com/wordpress.org/news/files/2021/07/code-padding-original.png?resize=632%2C356&#038;ssl=1\" alt=\"\" data-id=\"11065\" data-full-url=\"https://wordpress.org/news/files/2021/07/code-padding-original.png\" data-link=\"https://wordpress.org/news/?attachment_id=11065\" class=\"wp-image-11065\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2021/07/code-padding-original.png?resize=1024%2C576&amp;ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2021/07/code-padding-original.png?resize=300%2C169&amp;ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2021/07/code-padding-original.png?resize=768%2C432&amp;ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2021/07/code-padding-original.png?resize=1536%2C864&amp;ssl=1 1536w, https://i2.wp.com/wordpress.org/news/files/2021/07/code-padding-original.png?w=1600&amp;ssl=1 1600w, https://i2.wp.com/wordpress.org/news/files/2021/07/code-padding-original.png?w=1264&amp;ssl=1 1264w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></a></figure></li><li class=\"blocks-gallery-item\"><figure><a href=\"https://i1.wp.com/wordpress.org/news/files/2021/07/code-padding-edited.png?ssl=1\"><img loading=\"lazy\" width=\"632\" height=\"356\" src=\"https://i0.wp.com/wordpress.org/news/files/2021/07/code-padding-edited-1024x576.png?resize=632%2C356&#038;ssl=1\" alt=\"\" data-id=\"11066\" data-full-url=\"https://wordpress.org/news/files/2021/07/code-padding-edited.png\" data-link=\"https://wordpress.org/news/?attachment_id=11066\" class=\"wp-image-11066\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2021/07/code-padding-edited.png?resize=1024%2C576&amp;ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2021/07/code-padding-edited.png?resize=300%2C169&amp;ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2021/07/code-padding-edited.png?resize=768%2C432&amp;ssl=1 768w, https://i1.wp.com/wordpress.org/news/files/2021/07/code-padding-edited.png?resize=1536%2C864&amp;ssl=1 1536w, https://i1.wp.com/wordpress.org/news/files/2021/07/code-padding-edited.png?w=1600&amp;ssl=1 1600w, https://i1.wp.com/wordpress.org/news/files/2021/07/code-padding-edited.png?w=1264&amp;ssl=1 1264w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></a></figure></li></ul></figure>\n\n\n\n<h3><strong><strong>Set a custom color palette in the editor for specific blocks like a button </strong></strong></h3>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: jscript; title: ; notranslate\">\n&quot;settings&quot;: {\n    &quot;blocks&quot;: {\n		&quot;core/button&quot;: {\n			&quot;color&quot;: {\n				&quot;palette&quot;: &#91; \n					{\n						&quot;name&quot;: &quot;Maroon&quot;,\n						&quot;color&quot;: &quot;#6A1515&quot;,\n						&quot;slug&quot;: &quot;maroon&quot;\n					},\n					{\n						&quot;name&quot;: &quot;Strawberry Ice Cream&quot;,\n						&quot;color&quot;: &quot;#FFC0CB&quot;,\n						&quot;slug&quot;: &quot;strawberry-ice-cream&quot;\n					}\n				]\n			}\n		}\n	}\n}\n</pre></div>\n\n\n<figure class=\"wp-block-gallery columns-2 is-cropped\"><ul class=\"blocks-gallery-grid\"><li class=\"blocks-gallery-item\"><figure><a href=\"https://i0.wp.com/wordpress.org/news/files/2021/07/button-all-colors.png?ssl=1\"><img loading=\"lazy\" width=\"632\" height=\"444\" src=\"https://i0.wp.com/wordpress.org/news/files/2021/07/button-all-colors.png?resize=632%2C444&#038;ssl=1\" alt=\"\" data-id=\"11069\" data-full-url=\"https://wordpress.org/news/files/2021/07/button-all-colors.png\" data-link=\"https://wordpress.org/news/?attachment_id=11069\" class=\"wp-image-11069\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2021/07/button-all-colors.png?resize=1024%2C719&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2021/07/button-all-colors.png?resize=300%2C211&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2021/07/button-all-colors.png?resize=768%2C539&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2021/07/button-all-colors.png?resize=1536%2C1079&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2021/07/button-all-colors.png?resize=2048%2C1438&amp;ssl=1 2048w, https://i0.wp.com/wordpress.org/news/files/2021/07/button-all-colors.png?w=1264&amp;ssl=1 1264w, https://i0.wp.com/wordpress.org/news/files/2021/07/button-all-colors.png?w=1896&amp;ssl=1 1896w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></a></figure></li><li class=\"blocks-gallery-item\"><figure><a href=\"https://i1.wp.com/wordpress.org/news/files/2021/07/buttons-custom-palette.png?ssl=1\"><img loading=\"lazy\" width=\"632\" height=\"444\" src=\"https://i1.wp.com/wordpress.org/news/files/2021/07/buttons-custom-palette.png?resize=632%2C444&#038;ssl=1\" alt=\"\" data-id=\"11070\" data-full-url=\"https://wordpress.org/news/files/2021/07/buttons-custom-palette.png\" data-link=\"https://wordpress.org/news/?attachment_id=11070\" class=\"wp-image-11070\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2021/07/buttons-custom-palette.png?resize=1024%2C719&amp;ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2021/07/buttons-custom-palette.png?resize=300%2C211&amp;ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2021/07/buttons-custom-palette.png?resize=768%2C539&amp;ssl=1 768w, https://i1.wp.com/wordpress.org/news/files/2021/07/buttons-custom-palette.png?resize=1536%2C1079&amp;ssl=1 1536w, https://i1.wp.com/wordpress.org/news/files/2021/07/buttons-custom-palette.png?resize=2048%2C1438&amp;ssl=1 2048w, https://i1.wp.com/wordpress.org/news/files/2021/07/buttons-custom-palette.png?w=1264&amp;ssl=1 1264w, https://i1.wp.com/wordpress.org/news/files/2021/07/buttons-custom-palette.png?w=1896&amp;ssl=1 1896w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></a></figure></li></ul></figure>\n\n\n\n<h3><strong><strong>Enable and disable typography controls</strong></strong></h3>\n\n\n\n<p>In the following example, the ability to supply a custom font size and line height for all heading blocks is disabled:</p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: jscript; title: ; notranslate\">\n	&quot;settings&quot;: {\n		&quot;blocks&quot;: {\n			&quot;core/heading&quot;: {\n				&quot;typography&quot;: {\n					&quot;customFontSize&quot;: false,\n					&quot;customLineHeight&quot;: false\n				}\n			}\n		}\n	}\n</pre></div>\n\n\n<figure class=\"wp-block-gallery columns-2 is-cropped\"><ul class=\"blocks-gallery-grid\"><li class=\"blocks-gallery-item\"><figure><a href=\"https://i1.wp.com/wordpress.org/news/files/2021/07/heading-all-options.png?ssl=1\"><img loading=\"lazy\" width=\"632\" height=\"444\" src=\"https://i1.wp.com/wordpress.org/news/files/2021/07/heading-all-options.png?resize=632%2C444&#038;ssl=1\" alt=\"\" data-id=\"11071\" data-full-url=\"https://wordpress.org/news/files/2021/07/heading-all-options.png\" data-link=\"https://wordpress.org/news/?attachment_id=11071\" class=\"wp-image-11071\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2021/07/heading-all-options.png?resize=1024%2C719&amp;ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2021/07/heading-all-options.png?resize=300%2C211&amp;ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2021/07/heading-all-options.png?resize=768%2C539&amp;ssl=1 768w, https://i1.wp.com/wordpress.org/news/files/2021/07/heading-all-options.png?resize=1536%2C1079&amp;ssl=1 1536w, https://i1.wp.com/wordpress.org/news/files/2021/07/heading-all-options.png?resize=2048%2C1438&amp;ssl=1 2048w, https://i1.wp.com/wordpress.org/news/files/2021/07/heading-all-options.png?w=1264&amp;ssl=1 1264w, https://i1.wp.com/wordpress.org/news/files/2021/07/heading-all-options.png?w=1896&amp;ssl=1 1896w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></a></figure></li><li class=\"blocks-gallery-item\"><figure><a href=\"https://i2.wp.com/wordpress.org/news/files/2021/07/heading-no-line-height-custom-size.png?ssl=1\"><img loading=\"lazy\" width=\"632\" height=\"444\" src=\"https://i2.wp.com/wordpress.org/news/files/2021/07/heading-no-line-height-custom-size.png?resize=632%2C444&#038;ssl=1\" alt=\"\" data-id=\"11072\" data-full-url=\"https://wordpress.org/news/files/2021/07/heading-no-line-height-custom-size.png\" data-link=\"https://wordpress.org/news/?attachment_id=11072\" class=\"wp-image-11072\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2021/07/heading-no-line-height-custom-size.png?resize=1024%2C719&amp;ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2021/07/heading-no-line-height-custom-size.png?resize=300%2C211&amp;ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2021/07/heading-no-line-height-custom-size.png?resize=768%2C539&amp;ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2021/07/heading-no-line-height-custom-size.png?resize=1536%2C1079&amp;ssl=1 1536w, https://i2.wp.com/wordpress.org/news/files/2021/07/heading-no-line-height-custom-size.png?resize=2048%2C1438&amp;ssl=1 2048w, https://i2.wp.com/wordpress.org/news/files/2021/07/heading-no-line-height-custom-size.png?w=1264&amp;ssl=1 1264w, https://i2.wp.com/wordpress.org/news/files/2021/07/heading-no-line-height-custom-size.png?w=1896&amp;ssl=1 1896w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></a></figure></li></ul></figure>\n\n\n\n<h2>What&#8217;s Next?</h2>\n\n\n\n<p>I hope this gives you a sense of what&#8217;s possible and where themes are going. The above examples just scratch the surface of what kinds of theme design configurations are possible, and Iâ€™m very excited to see what theme authors create.</p>\n\n\n\n<p>If you&#8217;re interested in learning more, <a href=\"https://make.wordpress.org/core/2021/06/25/introducing-theme-json-in-wordpress-5-8/\">here&#8217;s the developer note on theme.json</a>, and <a href=\"https://developer.wordpress.org/block-editor/how-to-guides/themes/theme-json/\">here&#8217;s the documentation for theme.json</a> in the handbook.</p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><em><strong>Thanks to <a href=\"https://profiles.wordpress.org/kjellr/\">@kjellr</a>, <a href=\"https://profiles.wordpress.org/chanthaboune/\">@</a></strong></em><strong><em><a href=\"https://profiles.wordpress.org/chanthaboune/\">chanthaboune</a>, <a href=\"https://profiles.wordpress.org/priethor/\">@priethor</a>, <a href=\"https://profiles.wordpress.org/annezazu/\">@annezazu</a> for helping with and peer-reviewing this post.</em></strong></p>\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:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"11060\";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:60:\"\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:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"WordPress 5.8 Tatum\";s: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:41:\"https://wordpress.org/news/2021/07/tatum/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 20 Jul 2021 17:43:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:3:\"5.8\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=10976\";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:277:\"Introducing 5.8 â€œTatumâ€, our latest and greatest release, named in honor of the legendary jazz pianist Art Tatum. This release includes an all new widget editor powered by blocks, major technical tools for building block themes, as well as newly streamlined workflow tools.\";s: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:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:55719:\"\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" width=\"632\" height=\"422\" src=\"https://i0.wp.com/wordpress.org/news/files/2021/07/5x8-Album-1.jpg?resize=632%2C422&#038;ssl=1\" alt=\"\" class=\"wp-image-11042\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>Introducing 5.8 â€œTatumâ€, our latest and greatest release now available for&nbsp;<a href=\"https://wordpress.org/download/\">download</a>&nbsp;or update in your dashboard. Named in honor of Art Tatum, the legendary Jazz pianist. His formidable technique and willingness to push boundaries inspired musicians and changed what people thought could be done.&nbsp;</p>\n\n\n\n<p>So fire up your music service of choice and enjoy Tatumâ€™s famous recordings of â€˜Tea for Twoâ€™, â€˜Tiger Ragâ€™, â€˜Begin the Beguineâ€™, and â€˜Night and Dayâ€™ as you read about what the latest WordPress version brings to you.</p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<h2 class=\"has-text-align-center\">Three Essential Powerhouses</h2>\n\n\n\n<div style=\"height:16px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<figure class=\"wp-block-gallery columns-2 is-cropped\"><ul class=\"blocks-gallery-grid\"><li class=\"blocks-gallery-item\"><figure><img loading=\"lazy\" width=\"632\" height=\"474\" src=\"https://i1.wp.com/wordpress.org/news/files/2021/07/about-widgets-blocks.png?resize=632%2C474&#038;ssl=1\" alt=\"\" data-id=\"10985\" data-full-url=\"https://wordpress.org/news/files/2021/07/about-widgets-blocks.png\" data-link=\"https://wordpress.org/news/?attachment_id=10985\" class=\"wp-image-10985\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2021/07/about-widgets-blocks.png?resize=1024%2C768&amp;ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2021/07/about-widgets-blocks.png?resize=300%2C225&amp;ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2021/07/about-widgets-blocks.png?resize=768%2C576&amp;ssl=1 768w, https://i1.wp.com/wordpress.org/news/files/2021/07/about-widgets-blocks.png?w=1280&amp;ssl=1 1280w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img loading=\"lazy\" width=\"632\" height=\"501\" src=\"https://i2.wp.com/wordpress.org/news/files/2021/07/about-query-loop.png?resize=632%2C501&#038;ssl=1\" alt=\"\" data-id=\"10986\" data-full-url=\"https://wordpress.org/news/files/2021/07/about-query-loop.png\" data-link=\"https://wordpress.org/news/?attachment_id=10986\" class=\"wp-image-10986\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2021/07/about-query-loop.png?resize=1024%2C811&amp;ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2021/07/about-query-loop.png?resize=300%2C238&amp;ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2021/07/about-query-loop.png?resize=768%2C608&amp;ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2021/07/about-query-loop.png?w=1280&amp;ssl=1 1280w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img loading=\"lazy\" width=\"632\" height=\"411\" src=\"https://i2.wp.com/wordpress.org/news/files/2021/07/about-template.png?resize=632%2C411&#038;ssl=1\" alt=\"\" data-id=\"10987\" data-full-url=\"https://wordpress.org/news/files/2021/07/about-template.png\" data-link=\"https://wordpress.org/news/?attachment_id=10987\" class=\"wp-image-10987\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2021/07/about-template.png?resize=1024%2C666&amp;ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2021/07/about-template.png?resize=300%2C195&amp;ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2021/07/about-template.png?resize=768%2C499&amp;ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2021/07/about-template.png?w=1280&amp;ssl=1 1280w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure></li></ul></figure>\n\n\n\n<h3>Manage Widgets with Blocks</h3>\n\n\n\n<p>After months of hard work, the power of blocks has come to both the Block Widgets Editor and the Customizer. Now you can add blocks both in widget areas across your site and with live preview through the Customizer. This opens up new possibilities to create content: from no-code mini layouts to the vast library of core and third-party blocks. For our developers, you can find more details in the&nbsp;<a href=\"https://make.wordpress.org/core/2021/06/29/block-based-widgets-editor-in-wordpress-5-8/\">Widgets dev note</a>.</p>\n\n\n\n<h3>Display Posts with New Blocks and Patterns</h3>\n\n\n\n<p>The Query Loop Block makes it possible to display posts based on specified parameters; like a PHP loop without the code. Easily display posts from a specific category, to do things like create a portfolio or a page full of your favorite recipes. Think of it as a more complex and powerful Latest Posts Block! Plus, pattern suggestions make it easier than ever to create a list of posts with the design you want.</p>\n\n\n\n<h3>Edit the Templates Around Posts</h3>\n\n\n\n<p>You can use the familiar block editor to edit templates that hold your contentâ€”simply activate a block theme or a theme that has opted in for this feature. Switch from editing your posts to editing your pages and back again, all while using a familiar block editor. There are more than 20 new blocks available within compatible themes. Read more about this feature and how to experiment with it in the release notes.</p>\n\n\n\n<div style=\"height:32px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"has-text-align-center\">Three Workflow Helpers</h2>\n\n\n\n<div style=\"height:16px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<figure class=\"wp-block-gallery columns-2 is-cropped\"><ul class=\"blocks-gallery-grid\"><li class=\"blocks-gallery-item\"><figure><img loading=\"lazy\" width=\"632\" height=\"496\" src=\"https://i1.wp.com/wordpress.org/news/files/2021/07/about-list-view.png?resize=632%2C496&#038;ssl=1\" alt=\"\" data-id=\"10988\" data-full-url=\"https://wordpress.org/news/files/2021/07/about-list-view.png\" data-link=\"https://wordpress.org/news/?attachment_id=10988\" class=\"wp-image-10988\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2021/07/about-list-view.png?resize=1024%2C803&amp;ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2021/07/about-list-view.png?resize=300%2C235&amp;ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2021/07/about-list-view.png?resize=768%2C602&amp;ssl=1 768w, https://i1.wp.com/wordpress.org/news/files/2021/07/about-list-view.png?w=1280&amp;ssl=1 1280w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img loading=\"lazy\" width=\"632\" height=\"343\" src=\"https://i2.wp.com/wordpress.org/news/files/2021/07/about-pattern-suggestions.png?resize=632%2C343&#038;ssl=1\" alt=\"\" data-id=\"10989\" data-full-url=\"https://wordpress.org/news/files/2021/07/about-pattern-suggestions.png\" data-link=\"https://wordpress.org/news/?attachment_id=10989\" class=\"wp-image-10989\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2021/07/about-pattern-suggestions.png?resize=1024%2C555&amp;ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2021/07/about-pattern-suggestions.png?resize=300%2C163&amp;ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2021/07/about-pattern-suggestions.png?resize=768%2C416&amp;ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2021/07/about-pattern-suggestions.png?w=1280&amp;ssl=1 1280w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img loading=\"lazy\" width=\"632\" height=\"517\" src=\"https://i0.wp.com/wordpress.org/news/files/2021/07/about-duotone.png?resize=632%2C517&#038;ssl=1\" alt=\"\" data-id=\"10990\" data-full-url=\"https://wordpress.org/news/files/2021/07/about-duotone.png\" data-link=\"https://wordpress.org/news/?attachment_id=10990\" class=\"wp-image-10990\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2021/07/about-duotone.png?resize=1024%2C837&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2021/07/about-duotone.png?resize=300%2C245&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2021/07/about-duotone.png?resize=768%2C628&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2021/07/about-duotone.png?w=1280&amp;ssl=1 1280w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure></li></ul></figure>\n\n\n\n<h3>Overview of the Page Structure</h3>\n\n\n\n<p>Sometimes you need a simple landing page, but sometimes you need something a little more robust. As blocks increase, patterns emerge, and content creation gets easier, new solutions are needed to make complex content easy to navigate. List View is the best way to jump between layers of content and nested blocks. Since the List View gives you an overview of all the blocks in your content, you can now navigate quickly to the precise block you need. Ready to focus completely on your content? Toggle it on or off to suit your workflow.</p>\n\n\n\n<h3>Suggested Patterns for Blocks</h3>\n\n\n\n<p>Starting in this release the Pattern Transformations tool will suggest block patterns based on the block you are using. Right now, you can give it a try in the Query Block and Social Icon Block. As more patterns are added, you will be able to get inspiration for how to style your site without ever leaving the editor!</p>\n\n\n\n<h3>Style and Colorize Images</h3>\n\n\n\n<p>Colorize your image and cover blocks with duotone filters! Duotone can add a pop of color to your designs and style your images (or videos in the cover block) to integrate well with your themes. You can think of the duotone effect as a black and white filter, but instead of the shadows being black and the highlights being white, you pick your own colors for the shadows and highlights. Thereâ€™s more to learn about how it works in the documentation.</p>\n\n\n\n<div style=\"height:32px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"has-text-align-center\">For Developers to Explore</h2>\n\n\n\n<div style=\"height:16px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" width=\"632\" height=\"378\" src=\"https://i1.wp.com/wordpress.org/news/files/2021/07/about-theme-json-2x.png?resize=632%2C378&#038;ssl=1\" alt=\"\" class=\"wp-image-10992\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2021/07/about-theme-json-2x.png?resize=1024%2C613&amp;ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2021/07/about-theme-json-2x.png?resize=300%2C179&amp;ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2021/07/about-theme-json-2x.png?resize=768%2C459&amp;ssl=1 768w, https://i1.wp.com/wordpress.org/news/files/2021/07/about-theme-json-2x.png?resize=1536%2C919&amp;ssl=1 1536w, https://i1.wp.com/wordpress.org/news/files/2021/07/about-theme-json-2x.png?resize=2048%2C1225&amp;ssl=1 2048w, https://i1.wp.com/wordpress.org/news/files/2021/07/about-theme-json-2x.png?w=1264&amp;ssl=1 1264w, https://i1.wp.com/wordpress.org/news/files/2021/07/about-theme-json-2x.png?w=1896&amp;ssl=1 1896w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<div style=\"height:16px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h3>Theme.json</h3>\n\n\n\n<p>Introducing the Global Styles and Global Settings APIs: control the editor settings, available customization tools, and style blocks using a theme.json file in the active theme. This configuration file enables or disables features and sets default styles for both a website and blocks. If you build themes, you can experiment with this early iteration of a useful new feature. For more about what is currently available and how it works,&nbsp;<a href=\"https://make.wordpress.org/core/2021/06/25/introducing-theme-json-in-wordpress-5-8/\">check out this dev note</a>.</p>\n\n\n\n<div style=\"height:16px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-columns\">\n<div class=\"wp-block-column\">\n<h3>Dropping support for IE11</h3>\n\n\n\n<p>Support for Internet Explorer 11 has been dropped as of this release. This means you may have issues managing your site that will not be fixed in the future. If you are currently using IE11, it is strongly recommended that you&nbsp;<a href=\"https://browsehappy.com/\">switch to a more modern browser</a>.</p>\n</div>\n\n\n\n<div class=\"wp-block-column\">\n<h3>Adding support for WebP</h3>\n\n\n\n<p>WebP is a modern image format that provides improved lossless and lossy compression for images on the web. WebP images are around 30% smaller on average than their JPEG or PNG equivalents, resulting in sites that are faster and use less bandwidth.</p>\n</div>\n</div>\n\n\n\n<h3>Adding Additional Block Supports</h3>\n\n\n\n<p>Expanding on previously implemented block supports in WordPress&nbsp;<a href=\"https://make.wordpress.org/core/2020/11/18/block-supports-in-wordpress-5-6/\">5.6</a>&nbsp;and&nbsp;<a href=\"https://make.wordpress.org/core/2021/02/24/changes-to-block-editor-components-and-blocks/\">5.7</a>, WordPress 5.8 introduces several new block support flags and new options to customize your registered blocks. More information is available in the&nbsp;<a href=\"https://make.wordpress.org/core/2021/06/25/block-supports-api-updates-for-wordpress-5-8/\">block supports dev note</a>.</p>\n\n\n\n<div style=\"height:16px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h3>Check the Field Guide for more!</h3>\n\n\n\n<p>Check out the latest version of the WordPress Field Guide. It highlights developer notes for each change you may want to be aware of:&nbsp;<a href=\"https://make.wordpress.org/core/2021/07/03/wordpress-5-8-field-guide/\">WordPress 5.8 Field Guide.</a></p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<h2>The Squad</h2>\n\n\n\n<p>The WordPress 5.8 release was led byÂ <a href=\"https://profiles.wordpress.org/matt/\">Matt Mullenweg</a>, and supported by this highly enthusiastic release squad:</p>\n\n\n\n<ul><li><strong>Release Co-Coordinator:</strong>&nbsp;Jeffrey Paul (<a href=\'https://profiles.wordpress.org/jeffpaul/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>jeffpaul</a>)</li><li><strong>Release Co-Coordinator:</strong>&nbsp;Jonathan Desrosiers (<a href=\'https://profiles.wordpress.org/desrosj/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>desrosj</a>)</li><li><strong>Editor Tech Lead:</strong>&nbsp;Riad Benguella (<a href=\'https://profiles.wordpress.org/youknowriad/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>youknowriad</a>)</li><li><strong>Marketing and Communications Lead:</strong> Josepha Haden Chomphosy (<a href=\'https://profiles.wordpress.org/chanthaboune/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chanthaboune</a>)</li><li><strong>Documentation Lead:</strong> Milana Cap (<a href=\'https://profiles.wordpress.org/milana_cap/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>milana_cap</a>)</li><li><strong>Test Lead:</strong>&nbsp;Piotrek Boniu (<a href=\'https://profiles.wordpress.org/boniu91/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>boniu91</a>)</li><li><strong>Support Lead:&nbsp;</strong>Mary Job (<a href=\'https://profiles.wordpress.org/mariaojob/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>mariaojob</a>)</li></ul>\n\n\n\n<p>This release is the reflection of the hard work of 530 generous volunteer contributors. Collaboration occurred on over <a href=\"https://core.trac.wordpress.org/query?milestone=5.8&amp;group=component&amp;col=id&amp;col=summary&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=status&amp;col=priority&amp;order=priority\">320 tickets on Trac</a> and over <a href=\"https://github.com/wordpress/gutenberg/compare/v10.0.0...v10.7.0\">1,500 pull requests on GitHub</a>.</p>\n\n\n\n<a href=\"https://profiles.wordpress.org/2linctools/\">2linctools</a>, <a href=\"https://profiles.wordpress.org/5ubliminal/\">5ubliminal</a>, <a href=\"https://profiles.wordpress.org/ninetyninew/\">99w</a>, <a href=\"https://profiles.wordpress.org/9primus/\">9primus</a>, <a href=\"https://profiles.wordpress.org/jorbin/\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/aaronrobertshaw/\">Aaron Robertshaw</a>, <a href=\"https://profiles.wordpress.org/abderrahman/\">abderrahman</a>, <a href=\"https://profiles.wordpress.org/webcommsat/\">Abha Thakor</a>, <a href=\"https://profiles.wordpress.org/abhijitrakas/\">Abhijit Rakas</a>, <a href=\"https://profiles.wordpress.org/achbed/\">achbed</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein/\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/zieladam/\">Adam Zielinski</a>, <a href=\"https://profiles.wordpress.org/addiestavlo/\">Addie</a>, <a href=\"https://profiles.wordpress.org/aduth/\">aduth</a>, <a href=\"https://profiles.wordpress.org/chaion07/\">Ahmed Chaion</a>, <a href=\"https://profiles.wordpress.org/engahmeds3ed/\">Ahmed Saeed</a>, <a href=\"https://profiles.wordpress.org/ajitbohra/\">Ajit Bohra</a>, <a href=\"https://profiles.wordpress.org/schlessera/\">Alain Schlesser</a>, <a href=\"https://profiles.wordpress.org/alanjacobmathew/\">Alan Jacob Mathew</a>, <a href=\"https://profiles.wordpress.org/aljullu/\">Albert Juh&#233; Lluveras</a>, <a href=\"https://profiles.wordpress.org/aleperez92/\">Alejandro Perez</a>, <a href=\"https://profiles.wordpress.org/xknown/\">Alex Concha</a>, <a href=\"https://profiles.wordpress.org/akirk/\">Alex Kirk</a>, <a href=\"https://profiles.wordpress.org/ajlende/\">Alex Lende</a>, <a href=\"https://profiles.wordpress.org/alexstine/\">alexstine</a>, <a href=\"https://profiles.wordpress.org/algala/\">AlGala</a>, <a href=\"https://profiles.wordpress.org/firewatch/\">allilevine</a>, <a href=\"https://profiles.wordpress.org/amandariu/\">Amanda Riu</a>, <a href=\"https://profiles.wordpress.org/amarinediary/\">amarinediary</a>, <a href=\"https://profiles.wordpress.org/gadgetroid/\">Amogh Harish</a>, <a href=\"https://profiles.wordpress.org/oandregal/\">Andr&#233;</a>, <a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/andraganescu/\">Andrei Draganescu</a>, <a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/andrewserong/\">Andrew Serong</a>, <a href=\"https://profiles.wordpress.org/rarst/\">Andrey \"Rarst\" Savchenko</a>, <a href=\"https://profiles.wordpress.org/nosolosw/\">AndrÃ© Maneiro</a>, <a href=\"https://profiles.wordpress.org/afragen/\">Andy Fragen</a>, <a href=\"https://profiles.wordpress.org/apeatling/\">Andy Peatling</a>, <a href=\"https://profiles.wordpress.org/andy/\">Andy Skelton</a>, <a href=\"https://profiles.wordpress.org/wpgurudev/\">Ankit Gade</a>, <a href=\"https://profiles.wordpress.org/ankitmaru/\">Ankit Panchal</a>, <a href=\"https://profiles.wordpress.org/annalamprou/\">annalamprou</a>, <a href=\"https://profiles.wordpress.org/annezazu/\">Anne McCarthy</a>, <a href=\"https://profiles.wordpress.org/anotherdave/\">anotherdave</a>, <a href=\"https://profiles.wordpress.org/anotia/\">anotia</a>, <a href=\"https://profiles.wordpress.org/antpb/\">Anthony Burchell</a>, <a href=\"https://profiles.wordpress.org/antonlukin/\">Anton Lukin</a>, <a href=\"https://profiles.wordpress.org/vanyukov/\">Anton Vanyukov</a>, <a href=\"https://profiles.wordpress.org/antonvlasenko/\">Anton Vlasenko</a>, <a href=\"https://profiles.wordpress.org/antonisme/\">Antonis Lilis</a>, <a href=\"https://profiles.wordpress.org/apedog/\">apedog</a>, <a href=\"https://profiles.wordpress.org/apokalyptik/\">apokalyptik</a>, <a href=\"https://profiles.wordpress.org/arena/\">arena</a>, <a href=\"https://profiles.wordpress.org/lephleg/\">Argyris Margaritis</a>, <a href=\"https://profiles.wordpress.org/aristath/\">Ari Stathopoulos</a>, <a href=\"https://profiles.wordpress.org/ariskataoka/\">ariskataoka</a>, <a href=\"https://profiles.wordpress.org/arkrs/\">arkrs</a>, <a href=\"https://profiles.wordpress.org/aruphi/\">Armand</a>, <a href=\"https://profiles.wordpress.org/arnaudban/\">ArnaudBan</a>, <a href=\"https://profiles.wordpress.org/arthur791004/\">Arthur Chu</a>, <a href=\"https://profiles.wordpress.org/arunsathiya/\">Arun</a>, <a href=\"https://profiles.wordpress.org/aspexi/\">Aspexi</a>, <a href=\"https://profiles.wordpress.org/atjn/\">atjn</a>, <a href=\"https://profiles.wordpress.org/aurooba/\">Aurooba Ahmed</a>, <a href=\"https://profiles.wordpress.org/filosofo/\">Austin Matzko</a>, <a href=\"https://profiles.wordpress.org/ayeshrajans/\">Ayesh Karunaratne</a>, <a href=\"https://profiles.wordpress.org/barry/\">Barry</a>, <a href=\"https://profiles.wordpress.org/bartkalisz/\">bartkalisz</a>, <a href=\"https://profiles.wordpress.org/beafialho/\">Beatriz Fialho</a>, <a href=\"https://profiles.wordpress.org/pixolin/\">Bego Mario Garde</a>, <a href=\"https://profiles.wordpress.org/utz119/\">Benachi</a>, <a href=\"https://profiles.wordpress.org/benoitchantre/\">Benoit Chantre</a>, <a href=\"https://profiles.wordpress.org/bernhard-reiter/\">Bernhard Reiter</a>, <a href=\"https://profiles.wordpress.org/bernhard reiter/\">Bernhard Reiter</a>, <a href=\"https://profiles.wordpress.org/birgire/\">Birgir Erlendsson (birgire)</a>, <a href=\"https://profiles.wordpress.org/bph/\">Birgit Pauli-Haack</a>, <a href=\"https://profiles.wordpress.org/blobfolio/\">Blobfolio</a>, <a href=\"https://profiles.wordpress.org/bmcculley/\">bmcculley</a>, <a href=\"https://profiles.wordpress.org/boblinthorst/\">Bob Linthorst</a>, <a href=\"https://profiles.wordpress.org/bobbingwide/\">bobbingwide</a>, <a href=\"https://profiles.wordpress.org/bogdanpreda/\">Bogdan Preda</a>, <a href=\"https://profiles.wordpress.org/gitlost/\">bonger</a>, <a href=\"https://profiles.wordpress.org/boonebgorges/\">Boone Gorges</a>, <a href=\"https://profiles.wordpress.org/bradt/\">Brad Touesnard</a>, <a href=\"https://profiles.wordpress.org/kraftbj/\">Brandon Kraft</a>, <a href=\"https://profiles.wordpress.org/brechtvds/\">Brecht</a>, <a href=\"https://profiles.wordpress.org/brentswisher/\">Brent Swisher</a>, <a href=\"https://profiles.wordpress.org/brettshumaker/\">Brett Shumaker</a>, <a href=\"https://profiles.wordpress.org/ribaricplusplus/\">Bruno Ribaric</a>, <a href=\"https://profiles.wordpress.org/burhandodhy/\">Burhan Nasir</a>, <a href=\"https://profiles.wordpress.org/cameronjonesweb/\">Cameron Jones</a>, <a href=\"https://profiles.wordpress.org/cvoell/\">Cameron Voell</a>, <a href=\"https://profiles.wordpress.org/carike/\">Carike</a>, <a href=\"https://profiles.wordpress.org/carlalexander/\">Carl Alexander</a>, <a href=\"https://profiles.wordpress.org/carlomanf/\">carlomanf</a>, <a href=\"https://profiles.wordpress.org/carlosgprim/\">Carlos Garcia Prim</a>, <a href=\"https://profiles.wordpress.org/poena/\">Carolina Nymark</a>, <a href=\"https://profiles.wordpress.org/caseymilne/\">Casey Milne</a>, <a href=\"https://profiles.wordpress.org/cenay/\">Cenay Nailor</a>, <a href=\"https://profiles.wordpress.org/ceyhun0/\">Ceyhun Ozugur</a>, <a href=\"https://profiles.wordpress.org/nhuja/\">Chandra M</a>, <a href=\"https://profiles.wordpress.org/chetan200891/\">Chetan Prajapati</a>, <a href=\"https://profiles.wordpress.org/chintan1896/\">Chintan hingrajiya</a>, <a href=\"https://profiles.wordpress.org/chipsnyder/\">Chip Snyder</a>, <a href=\"https://profiles.wordpress.org/cbringmann/\">ChloÃ© Bringmann</a>, <a href=\"https://profiles.wordpress.org/chouby/\">Chouby</a>, <a href=\"https://profiles.wordpress.org/chrisvanpatten/\">Chris Van Patten</a>, <a href=\"https://profiles.wordpress.org/chriscct7/\">chriscct7</a>, <a href=\"https://profiles.wordpress.org/vimes1984/\">Christopher Churchill</a>, <a href=\"https://profiles.wordpress.org/ryno267/\">Chuck Reynolds</a>, <a href=\"https://profiles.wordpress.org/claytoncollie/\">Clayton Collie</a>, <a href=\"https://profiles.wordpress.org/codeamp/\">Code Amp</a>, <a href=\"https://profiles.wordpress.org/design_dolphin/\">CodePoet</a>, <a href=\"https://profiles.wordpress.org/costdev/\">Colin Stewart</a>, <a href=\"https://profiles.wordpress.org/collizo4sky/\">Collins Agbonghama</a>, <a href=\"https://profiles.wordpress.org/copons/\">Copons</a>, <a href=\"https://profiles.wordpress.org/coreymckrill/\">Corey McKrill</a>, <a href=\"https://profiles.wordpress.org/cr0ybot/\">Cory Hughart</a>, <a href=\"https://profiles.wordpress.org/courane01/\">Courtney Engle Robertson</a>, <a href=\"https://profiles.wordpress.org/crazycoders/\">crazycoders</a>, <a href=\"https://profiles.wordpress.org/critterverse/\">critterverse</a>, <a href=\"https://profiles.wordpress.org/czapla/\">czapla</a>, <a href=\"https://profiles.wordpress.org/davidszabo/\">D&#225;vid Szab&#243;</a>, <a href=\"https://profiles.wordpress.org/daisyo/\">Daisy Olsen</a>, <a href=\"https://profiles.wordpress.org/damonganto/\">damonganto</a>, <a href=\"https://profiles.wordpress.org/danfarrow/\">Dan Farrow</a>, <a href=\"https://profiles.wordpress.org/diddledan/\">Dani Llewellyn</a>, <a href=\"https://profiles.wordpress.org/talldanwp/\">Daniel Richards</a>, <a href=\"https://profiles.wordpress.org/danieldudzic/\">danieldudzic</a>, <a href=\"https://profiles.wordpress.org/mte90/\">Daniele Scasciafratte</a>, <a href=\"https://profiles.wordpress.org/vetyst/\">Danny</a>, <a href=\"https://profiles.wordpress.org/dariak/\">Daria</a>, <a href=\"https://profiles.wordpress.org/davilera/\">David Aguilera</a>, <a href=\"https://profiles.wordpress.org/davidanderson/\">David Anderson</a>, <a href=\"https://profiles.wordpress.org/dartiss/\">David Artiss</a>, <a href=\"https://profiles.wordpress.org/davidbaumwald/\">David Baumwald</a>, <a href=\"https://profiles.wordpress.org/davidbinda/\">David BiÅˆovec</a>, <a href=\"https://profiles.wordpress.org/dpcalhoun/\">David Calhoun</a>, <a href=\"https://profiles.wordpress.org/dlh/\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/davidkryzaniak/\">David Kryzaniak</a>, <a href=\"https://profiles.wordpress.org/get_dave/\">David Smith</a>, <a href=\"https://profiles.wordpress.org/dekervit/\">dekervit</a>, <a href=\"https://profiles.wordpress.org/devle/\">devfle</a>, <a href=\"https://profiles.wordpress.org/devrekli/\">devrekli</a>, <a href=\"https://profiles.wordpress.org/dhruvkb/\">dhruvkb</a>, <a href=\"https://profiles.wordpress.org/dianeco/\">Diane Co</a>, <a href=\"https://profiles.wordpress.org/dingdang/\">dingdang</a>, <a href=\"https://profiles.wordpress.org/dd32/\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/djbu/\">djbu</a>, <a href=\"https://profiles.wordpress.org/ocean90/\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/donmhico/\">donmhico</a>, <a href=\"https://profiles.wordpress.org/donnapep/\">Donna Peplinskie</a>, <a href=\"https://profiles.wordpress.org/dougwollison/\">Doug Wollison</a>, <a href=\"https://profiles.wordpress.org/dpik/\">dpik</a>, <a href=\"https://profiles.wordpress.org/dragongate/\">dragongate</a>, <a href=\"https://profiles.wordpress.org/drebbitsweb/\">Dreb Bits</a>, <a href=\"https://profiles.wordpress.org/drewapicture/\">Drew Jaynes</a>, <a href=\"https://profiles.wordpress.org/eatsleepcode/\">eatsleepcode</a>, <a href=\"https://profiles.wordpress.org/metalandcoffee/\">Ebonie Butler</a>, <a href=\"https://profiles.wordpress.org/ediamin/\">Edi Amin</a>, <a href=\"https://profiles.wordpress.org/itsjusteileen/\">Eileen Violini</a>, <a href=\"https://profiles.wordpress.org/ellatrix/\">Ella vanÂ Durpe</a>, <a href=\"https://profiles.wordpress.org/aliveic/\">Emil E</a>, <a href=\"https://profiles.wordpress.org/emarticor/\">Emilio Martinez</a>, <a href=\"https://profiles.wordpress.org/manooweb/\">Emmanuel Hesry</a>, <a href=\"https://profiles.wordpress.org/empatogen/\">empatogen</a>, <a href=\"https://profiles.wordpress.org/enchiridion/\">Enchiridion</a>, <a href=\"https://profiles.wordpress.org/enej/\">Enej BajgoriÄ‡</a>, <a href=\"https://profiles.wordpress.org/nrqsnchz/\">Enrique S&#225;nchez</a>, <a href=\"https://profiles.wordpress.org/epiqueras/\">epiqueras</a>, <a href=\"https://profiles.wordpress.org/kebbet/\">Erik</a>, <a href=\"https://profiles.wordpress.org/etoledom/\">etoledom</a>, <a href=\"https://profiles.wordpress.org/circlecube/\">Evan Mullins</a>, <a href=\"https://profiles.wordpress.org/fabiankaegy/\">Fabian K&#228;gy</a>, <a href=\"https://profiles.wordpress.org/fabianpimminger/\">Fabian Pimminger</a>, <a href=\"https://profiles.wordpress.org/gaambo/\">Fabian Todt</a>, <a href=\"https://profiles.wordpress.org/felipeelia/\">Felipe Elia</a>, <a href=\"https://profiles.wordpress.org/flixos90/\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/felixbaumgaertner/\">felixbaumgaertner</a>, <a href=\"https://profiles.wordpress.org/femkreations/\">Femy Praseeth</a>, <a href=\"https://profiles.wordpress.org/fijisunshine/\">fijisunshine</a>, <a href=\"https://profiles.wordpress.org/florianbrinkmann/\">Florian Brinkmann</a>, <a href=\"https://profiles.wordpress.org/mista-flo/\">Florian TIAR</a>, <a href=\"https://profiles.wordpress.org/francina/\">Francesca Marano</a>, <a href=\"https://profiles.wordpress.org/bueltge/\">Frank Bueltge</a>, <a href=\"https://profiles.wordpress.org/frosso1/\">frosso1 (a11n)</a>, <a href=\"https://profiles.wordpress.org/fullofcaffeine/\">fullofcaffeine</a>, <a href=\"https://profiles.wordpress.org/gab81/\">gab81</a>, <a href=\"https://profiles.wordpress.org/galbaras/\">Gal Baras</a>, <a href=\"https://profiles.wordpress.org/kafleg/\">Ganga Kafle</a>, <a href=\"https://profiles.wordpress.org/garrett-eclipse/\">Garrett Hyder</a>, <a href=\"https://profiles.wordpress.org/garyj/\">Gary Jones</a>, <a href=\"https://profiles.wordpress.org/pento/\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/geekpress/\">GeekPress</a>, <a href=\"https://profiles.wordpress.org/soulseekah/\">Gennady Kovshenin</a>, <a href=\"https://profiles.wordpress.org/geoffrey1963/\">Geoffrey</a>, <a href=\"https://profiles.wordpress.org/revgeorge/\">George Hotelling</a>, <a href=\"https://profiles.wordpress.org/mamaduka/\">George Mamadashvili</a>, <a href=\"https://profiles.wordpress.org/georgestephanis/\">George Stephanis</a>, <a href=\"https://profiles.wordpress.org/geriux/\">geriux</a>, <a href=\"https://profiles.wordpress.org/glendaviesnz/\">glendaviesnz</a>, <a href=\"https://profiles.wordpress.org/grantmkin/\">Grant M. Kinney</a>, <a href=\"https://profiles.wordpress.org/gziolo/\">Greg ZiÃ³Å‚kowski</a>, <a href=\"https://profiles.wordpress.org/gregorlove/\">gRegor Morrill</a>, <a href=\"https://profiles.wordpress.org/priethor/\">H&#233;ctor Prieto</a>, <a href=\"https://profiles.wordpress.org/hannahmalcolm/\">Hannah Malcolm</a>, <a href=\"https://profiles.wordpress.org/happiryu/\">happiryu</a>, <a href=\"https://profiles.wordpress.org/hareesh-pillai/\">Hareesh</a>, <a href=\"https://profiles.wordpress.org/hazdiego/\">Haz</a>, <a href=\"https://profiles.wordpress.org/hedgefield/\">hedgefield</a>, <a href=\"https://profiles.wordpress.org/helen/\">Helen Hou-SandÃ­</a>, <a href=\"https://profiles.wordpress.org/hermpheus/\">Herm Martini</a>, <a href=\"https://profiles.wordpress.org/herregroen/\">Herre Groen</a>, <a href=\"https://profiles.wordpress.org/herrvigg/\">herrvigg</a>, <a href=\"https://profiles.wordpress.org/htmgarcia/\">htmgarcia</a>, <a href=\"https://profiles.wordpress.org/iandunn/\">Ian Dunn</a>, <a href=\"https://profiles.wordpress.org/ianmjones/\">ianmjones</a>, <a href=\"https://profiles.wordpress.org/icopydoc/\">icopydoc</a>, <a href=\"https://profiles.wordpress.org/ipstenu/\">Ipstenu (Mika Epstein)</a>, <a href=\"https://profiles.wordpress.org/isabel_brison/\">Isabel Brison</a>, <a href=\"https://profiles.wordpress.org/dragunoff/\">Ivaylo Draganov</a>, <a href=\"https://profiles.wordpress.org/wphound/\">Ivete Tecedor</a>, <a href=\"https://profiles.wordpress.org/jdgrimes/\">J.D. Grimes</a>, <a href=\"https://profiles.wordpress.org/jacklenox/\">Jack Lenox</a>, <a href=\"https://profiles.wordpress.org/whyisjake/\">Jake Spurlock</a>, <a href=\"https://profiles.wordpress.org/jamesbonham/\">James Bonham</a>, <a href=\"https://profiles.wordpress.org/jameskoster/\">James Koster</a>, <a href=\"https://profiles.wordpress.org/jnylen0/\">James Nylen</a>, <a href=\"https://profiles.wordpress.org/pondermatic/\">James Richards</a>, <a href=\"https://profiles.wordpress.org/jamesros161/\">James Rosado</a>, <a href=\"https://profiles.wordpress.org/jamil95/\">jamil95</a>, <a href=\"https://profiles.wordpress.org/janak007/\">janak Kaneriya</a>, <a href=\"https://profiles.wordpress.org/janwoostendorp/\">janw.oostendorp</a>, <a href=\"https://profiles.wordpress.org/jsnjohnston/\">Jason Johnston</a>, <a href=\"https://profiles.wordpress.org/javiarce/\">Javier Arce</a>, <a href=\"https://profiles.wordpress.org/jaymanpandya/\">Jayman Pandya</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jean-Baptiste Audras</a>, <a href=\"https://profiles.wordpress.org/jblz/\">Jeff Bowen</a>, <a href=\"https://profiles.wordpress.org/jffng/\">Jeff Ong</a>, <a href=\"https://profiles.wordpress.org/jeffpaul/\">Jeff Paul</a>, <a href=\"https://profiles.wordpress.org/jeffikus/\">Jeffrey Pearce</a>, <a href=\"https://profiles.wordpress.org/jdy68/\">Jenny Dupuy</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt/\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/jeherve/\">Jeremy Herve</a>, <a href=\"https://profiles.wordpress.org/jeremyyip/\">Jeremy Yip</a>, <a href=\"https://profiles.wordpress.org/jeremy80/\">jeremy80</a>, <a href=\"https://profiles.wordpress.org/jeroenreumkens/\">JeroenReumkens</a>, <a href=\"https://profiles.wordpress.org/jeryj/\">jeryj</a>, <a href=\"https://profiles.wordpress.org/jillebehm/\">jillebehm</a>, <a href=\"https://profiles.wordpress.org/jipmoors/\">Jip Moors</a>, <a href=\"https://profiles.wordpress.org/sephsekla/\">Joe Bailey-Roberts</a>, <a href=\"https://profiles.wordpress.org/joedolson/\">Joe Dolson</a>, <a href=\"https://profiles.wordpress.org/joemcgill/\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/joen/\">Joen Asmussen</a>, <a href=\"https://profiles.wordpress.org/jonkastonka/\">Johan Jonk Stenstr&#246;m</a>, <a href=\"https://profiles.wordpress.org/goaroundagain/\">Johannes Kinast</a>, <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/johnny5/\">John Godley</a>, <a href=\"https://profiles.wordpress.org/johnjamesjacoby/\">John James Jacoby</a>, <a href=\"https://profiles.wordpress.org/bhwebworks/\">John Sundberg</a>, <a href=\"https://profiles.wordpress.org/jb510/\">Jon Brown</a>, <a href=\"https://profiles.wordpress.org/jonsurrell/\">Jon Surrell</a>, <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/spacedmonkey/\">Jonny Harris</a>, <a href=\"https://profiles.wordpress.org/jonoaldersonwp/\">Jono Alderson</a>, <a href=\"https://profiles.wordpress.org/joostdevalk/\">Joost de Valk</a>, <a href=\"https://profiles.wordpress.org/koke/\">Jorge Bernal</a>, <a href=\"https://profiles.wordpress.org/jorgefilipecosta/\">Jorge Costa</a>, <a href=\"https://profiles.wordpress.org/joseeyoast/\">Josee Wouters</a>, <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden</a>, <a href=\"https://profiles.wordpress.org/dkampdesign/\">JoshuaDoshua</a>, <a href=\"https://profiles.wordpress.org/joyously/\">Joy</a>, <a href=\"https://profiles.wordpress.org/jsnajdr/\">jsnajdr</a>, <a href=\"https://profiles.wordpress.org/juanfra/\">Juan Aldasoro</a>, <a href=\"https://profiles.wordpress.org/juanmaguitar/\">JuanMa Garrido</a>, <a href=\"https://profiles.wordpress.org/jrf/\">Juliette Reinders Folmer</a>, <a href=\"https://profiles.wordpress.org/juliobox/\">Julio Potier</a>, <a href=\"https://profiles.wordpress.org/justinahinon/\">Justin Ahinon</a>, <a href=\"https://profiles.wordpress.org/k3nsai/\">k3nsai</a>, <a href=\"https://profiles.wordpress.org/kaavyaiyer/\">kaavyaiyer</a>, <a href=\"https://profiles.wordpress.org/kevin940726/\">Kai Hao</a>, <a href=\"https://profiles.wordpress.org/akabarikalpesh/\">Kalpesh Akabari</a>, <a href=\"https://profiles.wordpress.org/kapilpaul/\">Kapil Paul</a>, <a href=\"https://profiles.wordpress.org/vyskoczilova/\">Karolina Vyskocilova</a>, <a href=\"https://profiles.wordpress.org/ryelle/\">Kelly Choyce-Dwan</a>, <a href=\"https://profiles.wordpress.org/kellychoffman/\">Kelly Hoffman</a>, <a href=\"https://profiles.wordpress.org/gwwar/\">Kerry Liu</a>, <a href=\"https://profiles.wordpress.org/kevinfodness/\">Kevin Fodness</a>, <a href=\"https://profiles.wordpress.org/kishanjasani/\">Kishan Jasani</a>, <a href=\"https://profiles.wordpress.org/ixkaito/\">Kite</a>, <a href=\"https://profiles.wordpress.org/kittmedia/\">KittMedia</a>, <a href=\"https://profiles.wordpress.org/kjellr/\">Kjell Reigstad</a>, <a href=\"https://profiles.wordpress.org/klevyke/\">klevyke</a>, <a href=\"https://profiles.wordpress.org/knutsp/\">Knut Sparhell</a>, <a href=\"https://profiles.wordpress.org/vdwijngaert/\">Koen Van den Wijngaert</a>, <a href=\"https://profiles.wordpress.org/obenland/\">Konstantin Obenland</a>, <a href=\"https://profiles.wordpress.org/xkon/\">Konstantinos Xenos</a>, <a href=\"https://profiles.wordpress.org/devnel/\">Kyle Nel</a>, <a href=\"https://profiles.wordpress.org/lakrisgubben/\">lakrisgubben</a>, <a href=\"https://profiles.wordpress.org/notlaura/\">Lara Schenck</a>, <a href=\"https://profiles.wordpress.org/lmurillom/\">Larissa Murillo</a>, <a href=\"https://profiles.wordpress.org/laxman-prajapati/\">Laxman Prajapati</a>, <a href=\"https://profiles.wordpress.org/lewiscowles/\">LewisCowles</a>, <a href=\"https://profiles.wordpress.org/lifeforceinst/\">lifeforceinst</a>, <a href=\"https://profiles.wordpress.org/linux4me2/\">linux4me2</a>, <a href=\"https://profiles.wordpress.org/lovor/\">Lovro Hrust</a>, <a href=\"https://profiles.wordpress.org/displaynone/\">Luis Sacrist&#225;n</a>, <a href=\"https://profiles.wordpress.org/infolu/\">Luiz Ara&#250;jo</a>, <a href=\"https://profiles.wordpress.org/lukecarbis/\">Luke Carbis</a>, <a href=\"https://profiles.wordpress.org/m0ze/\">m0ze</a>, <a href=\"https://profiles.wordpress.org/maedahbatool/\">Maedah Batool</a>, <a href=\"https://profiles.wordpress.org/onemaggie/\">Maggie Cabrera</a>, <a href=\"https://profiles.wordpress.org/travel_girl/\">Maja Benke</a>, <a href=\"https://profiles.wordpress.org/mciampini/\">Marco Ciampini</a>, <a href=\"https://profiles.wordpress.org/mkaz/\">Marcus Kazmierczak</a>, <a href=\"https://profiles.wordpress.org/marekhrabe/\">Marek Hrabe</a>, <a href=\"https://profiles.wordpress.org/tyxla/\">Marin Atanasov</a>, <a href=\"https://profiles.wordpress.org/clorith/\">Marius L. J.</a>, <a href=\"https://profiles.wordpress.org/markjaquith/\">Mark Jaquith</a>, <a href=\"https://profiles.wordpress.org/markparnell/\">Mark Parnell</a>, <a href=\"https://profiles.wordpress.org/mark-k/\">Mark-k</a>, <a href=\"https://profiles.wordpress.org/markoheijnen/\">Marko Heijnen</a>, <a href=\"https://profiles.wordpress.org/m-e-h/\">Marty Helmick</a>, <a href=\"https://profiles.wordpress.org/marybaum/\">Mary Baum</a>, <a href=\"https://profiles.wordpress.org/mariaojob/\">Mary Job</a>, <a href=\"https://profiles.wordpress.org/marylauc/\">marylauc</a>, <a href=\"https://profiles.wordpress.org/imath/\">Mathieu Viet</a>, <a href=\"https://profiles.wordpress.org/matveb/\">Matias Ventura</a>, <a href=\"https://profiles.wordpress.org/mhuntdesign/\">Matt</a>, <a href=\"https://profiles.wordpress.org/mattchowning/\">Matt Chowning</a>, <a href=\"https://profiles.wordpress.org/matt/\">Matt Mullenweg</a>, <a href=\"https://profiles.wordpress.org/maxpertici/\">Maxime Pertici</a>, <a href=\"https://profiles.wordpress.org/mblach/\">mblach</a>, <a href=\"https://profiles.wordpress.org/immeet94/\">Meet Makadia</a>, <a href=\"https://profiles.wordpress.org/meher/\">Meher Bala</a>, <a href=\"https://profiles.wordpress.org/melchoyce/\">Mel Choyce-Dwan</a>, <a href=\"https://profiles.wordpress.org/meloniq/\">meloniq</a>, <a href=\"https://profiles.wordpress.org/mensmaximus/\">mensmaximus</a>, <a href=\"https://profiles.wordpress.org/mdawaffe/\">Michael Adams (mdawaffe)</a>, <a href=\"https://profiles.wordpress.org/mbabker/\">Michael Babker</a>, <a href=\"https://profiles.wordpress.org/tw2113/\">Michael Beckwith</a>, <a href=\"https://profiles.wordpress.org/mcsf/\">Miguel Fonseca</a>, <a href=\"https://profiles.wordpress.org/simison/\">Mikael Korpela</a>, <a href=\"https://profiles.wordpress.org/mikehansenme/\">Mike Hansen</a>, <a href=\"https://profiles.wordpress.org/mikejolley/\">Mike Jolley</a>, <a href=\"https://profiles.wordpress.org/mike_cowobo/\">Mike Martel</a>, <a href=\"https://profiles.wordpress.org/mikeschroder/\">Mike Schroder</a>, <a href=\"https://profiles.wordpress.org/mihdan/\">Mikhail Kobzarev</a>, <a href=\"https://profiles.wordpress.org/dimadin/\">Milan DiniÄ‡</a>, <a href=\"https://profiles.wordpress.org/milana_cap/\">Milana Cap</a>, <a href=\"https://profiles.wordpress.org/mkdgs/\">mkdgs</a>, <a href=\"https://profiles.wordpress.org/mmuyskens/\">mmuyskens</a>, <a href=\"https://profiles.wordpress.org/mmxxi/\">mmxxi</a>, <a href=\"https://profiles.wordpress.org/moch11/\">moch11</a>, <a href=\"https://profiles.wordpress.org/daddou/\">Mohamed El Amine DADDOU</a>, <a href=\"https://profiles.wordpress.org/mohamedfaragallah/\">Mohammed Faragallah</a>, <a href=\"https://profiles.wordpress.org/monikarao/\">Monika Rao</a>, <a href=\"https://profiles.wordpress.org/mor10/\">Morten Rand-Hendriksen</a>, <a href=\"https://profiles.wordpress.org/mrjoeldean/\">mrjoeldean</a>, <a href=\"https://profiles.wordpress.org/mukesh27/\">Mukesh Panchal</a>, <a href=\"https://profiles.wordpress.org/munyagu/\">munyagu</a>, <a href=\"https://profiles.wordpress.org/m_uysl/\">Mustafa Uysal</a>, <a href=\"https://profiles.wordpress.org/mweichert/\">mweichert</a>, <a href=\"https://profiles.wordpress.org/assassinateur/\">Nadir Seghir</a>, <a href=\"https://profiles.wordpress.org/nalininonstopnewsuk/\">Nalini Thakor</a>, <a href=\"https://profiles.wordpress.org/naoki0h/\">Naoki Ohashi</a>, <a href=\"https://profiles.wordpress.org/nao/\">Naoko Takano</a>, <a href=\"https://profiles.wordpress.org/nayanchamp7/\">Nazrul Islam Nayan</a>, <a href=\"https://profiles.wordpress.org/dway/\">nderambure</a>, <a href=\"https://profiles.wordpress.org/krstarica/\">net</a>, <a href=\"https://profiles.wordpress.org/nicegamer7/\">nicegamer7</a>, <a href=\"https://profiles.wordpress.org/eidolonnight/\">Nicholas Garofalo</a>, <a href=\"https://profiles.wordpress.org/celloexpressions/\">Nick Halsey</a>, <a href=\"https://profiles.wordpress.org/ntsekouras/\">Nik Tsekouras</a>, <a href=\"https://profiles.wordpress.org/ninanmnm/\">ninanmnm</a>, <a href=\"https://profiles.wordpress.org/pianist787/\">Noah Allen</a>, <a href=\"https://profiles.wordpress.org/nvartolomei/\">nvartolomei</a>, <a href=\"https://profiles.wordpress.org/oguzkocer/\">oguzkocer</a>, <a href=\"https://profiles.wordpress.org/olafklejnstrupjensen/\">olafklejnstrupjensen</a>, <a href=\"https://profiles.wordpress.org/olgabulat/\">Olga Bulat</a>, <a href=\"https://profiles.wordpress.org/oglekler/\">Olga Gleckler</a>, <a href=\"https://profiles.wordpress.org/otshelnik-fm/\">Otshelnik-Fm</a>, <a href=\"https://profiles.wordpress.org/oxyrealm/\">oxyrealm</a>, <a href=\"https://profiles.wordpress.org/ozh/\">Ozh</a>, <a href=\"https://profiles.wordpress.org/paaljoachim/\">Paal Joachim Romdahl</a>, <a href=\"https://profiles.wordpress.org/palmiak/\">palmiak</a>, <a href=\"https://profiles.wordpress.org/paaggeli/\">Panagiotis Angelidis</a>, <a href=\"https://profiles.wordpress.org/paragoninitiativeenterprises/\">Paragon Initiative Enterprises</a>, <a href=\"https://profiles.wordpress.org/swissspidy/\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/fantasy1125/\">Pascal Knecht</a>, <a href=\"https://profiles.wordpress.org/patkemper/\">Pat</a>, <a href=\"https://profiles.wordpress.org/patricklindsay/\">patricklindsay</a>, <a href=\"https://profiles.wordpress.org/pbearne/\">Paul Bearne</a>, <a href=\"https://profiles.wordpress.org/pbiron/\">Paul Biron</a>, <a href=\"https://profiles.wordpress.org/pabline/\">Paul Bunkham</a>, <a href=\"https://profiles.wordpress.org/paulschreiber/\">Paul Schreiber</a>, <a href=\"https://profiles.wordpress.org/paulstonier/\">Paul Stonier</a>, <a href=\"https://profiles.wordpress.org/pschrottky/\">Paul Von Schrottky</a>, <a href=\"https://profiles.wordpress.org/psrpinto/\">Paulo Pinto</a>, <a href=\"https://profiles.wordpress.org/pavelvisualcomposer/\">Pavel I</a>, <a href=\"https://profiles.wordpress.org/mrpauloen/\">PaweÅ‚</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/walbo/\">Petter WalbÃ¸ JohnsgÃ¥rd</a>, <a href=\"https://profiles.wordpress.org/phena109/\">phena109</a>, <a href=\"https://profiles.wordpress.org/philipmjackson/\">Philip Jackson</a>, <a href=\"https://profiles.wordpress.org/strategio/\">Pierre SYLVESTRE</a>, <a href=\"https://profiles.wordpress.org/wppinar/\">Pinar</a>, <a href=\"https://profiles.wordpress.org/boniu91/\">Piotrek Boniu</a>, <a href=\"https://profiles.wordpress.org/mordauk/\">Pippin Williamson</a>, <a href=\"https://profiles.wordpress.org/ptahdunbar/\">Pirate Dunbar</a>, <a href=\"https://profiles.wordpress.org/promz/\">Pramod Jodhani</a>, <a href=\"https://profiles.wordpress.org/presskopp/\">Presskopp</a>, <a href=\"https://profiles.wordpress.org/presstoke/\">presstoke</a>, <a href=\"https://profiles.wordpress.org/psealock/\">psealock</a>, <a href=\"https://profiles.wordpress.org/pwallner/\">pwallner</a>, <a href=\"https://profiles.wordpress.org/pyronaur/\">pyronaur</a>, <a href=\"https://profiles.wordpress.org/itsjonq/\">Q</a>, <a href=\"https://profiles.wordpress.org/rachelbaker/\">Rachel Baker</a>, <a href=\"https://profiles.wordpress.org/radixweb/\">Radixweb</a>, <a href=\"https://profiles.wordpress.org/rafaelgalani/\">Rafael Galani</a>, <a href=\"https://profiles.wordpress.org/rafhun/\">rafhun</a>, <a href=\"https://profiles.wordpress.org/rtm909/\">Rahul Mehta</a>, <a href=\"https://profiles.wordpress.org/rkradadiya/\">Rajesh Radadiya</a>, <a href=\"https://profiles.wordpress.org/ramiy/\">Rami Yushuvaev</a>, <a href=\"https://profiles.wordpress.org/rahmohn/\">Ramon Ahnert</a>, <a href=\"https://profiles.wordpress.org/ramonopoly/\">ramonopoly</a>, <a href=\"https://profiles.wordpress.org/jontyravi/\">Ravi Vaghela</a>, <a href=\"https://profiles.wordpress.org/ravipatel/\">ravipatel</a>, <a href=\"https://profiles.wordpress.org/rellect/\">Refael Iliaguyev</a>, <a href=\"https://profiles.wordpress.org/renehermi/\">Rene Hermenau</a>, <a href=\"https://profiles.wordpress.org/retrofox/\">retrofox</a>, <a href=\"https://profiles.wordpress.org/reynhartono/\">reynhartono</a>, <a href=\"https://profiles.wordpress.org/youknowriad/\">Riad Benguella</a>, <a href=\"https://profiles.wordpress.org/rianrietveld/\">Rian Rietveld</a>, <a href=\"https://profiles.wordpress.org/rima1889/\">Rima Prajapati</a>, <a href=\"https://profiles.wordpress.org/rinatkhaziev/\">Rinat</a>, <a href=\"https://profiles.wordpress.org/rnaby/\">Rnaby</a>, <a href=\"https://profiles.wordpress.org/robdxw/\">robdxw</a>, <a href=\"https://profiles.wordpress.org/noisysocks/\">Robert Anderson</a>, <a href=\"https://profiles.wordpress.org/miqrogroove/\">Robert Chapin</a>, <a href=\"https://profiles.wordpress.org/kreppar/\">Rodrigo Arias</a>, <a href=\"https://profiles.wordpress.org/rogertheriault/\">Roger Theriault</a>, <a href=\"https://profiles.wordpress.org/rogerlos/\">rogerlos</a>, <a href=\"https://profiles.wordpress.org/roo2/\">roo2</a>, <a href=\"https://profiles.wordpress.org/lev0/\">Roy</a>, <a href=\"https://profiles.wordpress.org/geekstreetwp/\">Russell Aaron</a>, <a href=\"https://profiles.wordpress.org/rmccue/\">Ryan McCue</a>, <a href=\"https://profiles.wordpress.org/welcher/\">Ryan Welcher</a>, <a href=\"https://profiles.wordpress.org/sergiomdgomes/\">S&#233;rgio Gomes</a>, <a href=\"https://profiles.wordpress.org/soean/\">S&#246;ren Wrede</a>, <a href=\"https://profiles.wordpress.org/stodorovic/\">Sa&#353;a</a>, <a href=\"https://profiles.wordpress.org/sabrinazeidan/\">Sabrina Zeidan</a>, <a href=\"https://profiles.wordpress.org/sahilmepani/\">Sahil Mepani</a>, <a href=\"https://profiles.wordpress.org/solarissmoke/\">Samir Shah</a>, <a href=\"https://profiles.wordpress.org/otto42/\">Samuel Wood (Otto)</a>, <a href=\"https://profiles.wordpress.org/sandipmondal/\">Sandip Mondal</a>, <a href=\"https://profiles.wordpress.org/sanketchodavadiya/\">Sanket Chodavadiya</a>, <a href=\"https://profiles.wordpress.org/sannevndrmeulen/\">Sanne van der Meulen</a>, <a href=\"https://profiles.wordpress.org/sarahricker/\">sarahricker</a>, <a href=\"https://profiles.wordpress.org/sarayourfriend/\">sarayourfriend</a>, <a href=\"https://profiles.wordpress.org/sasagar/\">SASAPIYO</a>, <a href=\"https://profiles.wordpress.org/satrancali/\">satrancali</a>, <a href=\"https://profiles.wordpress.org/savicmarko1985/\">savicmarko1985</a>, <a href=\"https://profiles.wordpress.org/gmagicscott/\">Scott Lesovic</a>, <a href=\"https://profiles.wordpress.org/coffee2code/\">Scott Reilly</a>, <a href=\"https://profiles.wordpress.org/scottconnerly/\">scottconnerly</a>, <a href=\"https://profiles.wordpress.org/scruffian/\">scruffian</a>, <a href=\"https://profiles.wordpress.org/sean212/\">Sean Fisher</a>, <a href=\"https://profiles.wordpress.org/seanchayes/\">Sean Hayes</a>, <a href=\"https://profiles.wordpress.org/sebbb/\">sebbb</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/yakimun/\">Sergey Yakimov</a>, <a href=\"https://profiles.wordpress.org/sergioestevao/\">SergioEstevao</a>, <a href=\"https://profiles.wordpress.org/shaunandrews/\">shaunandrews</a>, <a href=\"https://profiles.wordpress.org/shital-patel/\">Shital Marakana</a>, <a href=\"https://profiles.wordpress.org/silb3r/\">silb3r</a>, <a href=\"https://profiles.wordpress.org/siobhyb/\">Siobhan</a>, <a href=\"https://profiles.wordpress.org/sirstuey/\">SirStuey</a>, <a href=\"https://profiles.wordpress.org/snapfractalpop/\">snapfractalpop</a>, <a href=\"https://profiles.wordpress.org/spikeuk1/\">spikeuk1</a>, <a href=\"https://profiles.wordpress.org/spytzo/\">spytzo</a>, <a href=\"https://profiles.wordpress.org/stacimc/\">stacimc</a>, <a href=\"https://profiles.wordpress.org/khromov/\">Stanislav Khromov</a>, <a href=\"https://profiles.wordpress.org/deustron/\">Stefan H&#252;sges</a>, <a href=\"https://profiles.wordpress.org/stefanjoebstl/\">stefanjoebstl</a>, <a href=\"https://profiles.wordpress.org/ryokuhi/\">Stefano Minoia</a>, <a href=\"https://profiles.wordpress.org/hypest/\">Stefanos Togoulidis</a>, <a href=\"https://profiles.wordpress.org/sabernhardt/\">Stephen Bernhardt</a>, <a href=\"https://profiles.wordpress.org/netweb/\">Stephen Edgar</a>, <a href=\"https://profiles.wordpress.org/dufresnesteven/\">Steve Dufresne</a>, <a href=\"https://profiles.wordpress.org/stevegrunwell/\">Steve Grunwell</a>, <a href=\"https://profiles.wordpress.org/stevehenty/\">Steve Henty</a>, <a href=\"https://profiles.wordpress.org/stevenkword/\">Steven Word</a>, <a href=\"https://profiles.wordpress.org/subrataemfluence/\">Subrata Sarkar</a>, <a href=\"https://profiles.wordpress.org/sumaiyasiddika/\">Sumaiya Siddika</a>, <a href=\"https://profiles.wordpress.org/sumanm/\">Suman</a>, <a href=\"https://profiles.wordpress.org/sumitsingh/\">Sumit Singh</a>, <a href=\"https://profiles.wordpress.org/5um17/\">Sumit Singh</a>, <a href=\"https://profiles.wordpress.org/quadthemes/\">Sunny</a>, <a href=\"https://profiles.wordpress.org/sushmak/\">sushmak</a>, <a href=\"https://profiles.wordpress.org/cybr/\">Sybre Waaijer</a>, <a href=\"https://profiles.wordpress.org/synchro/\">Synchro</a>, <a href=\"https://profiles.wordpress.org/szaqal21/\">szaqal21</a>, <a href=\"https://profiles.wordpress.org/tamlyn/\">tamlyn</a>, <a href=\"https://profiles.wordpress.org/karmatosed/\">Tammie Lister</a>, <a href=\"https://profiles.wordpress.org/tellyworth/\">Tellyworth</a>, <a href=\"https://profiles.wordpress.org/terraling/\">terraling</a>, <a href=\"https://profiles.wordpress.org/terriann/\">Terri Ann</a>, <a href=\"https://profiles.wordpress.org/wildworks/\">Tetsuaki Hamano</a>, <a href=\"https://profiles.wordpress.org/themes-1/\">them.es</a>, <a href=\"https://profiles.wordpress.org/kraftner/\">Thomas Kr&#228;ftner</a>, <a href=\"https://profiles.wordpress.org/thomasplevy/\">Thomas Patrick Levy</a>, <a href=\"https://profiles.wordpress.org/thomas-vitale/\">Thomas Vitale</a>, <a href=\"https://profiles.wordpress.org/tigertech/\">tigertech</a>, <a href=\"https://profiles.wordpress.org/timothyblynjacobs/\">Timothy Jacobs</a>, <a href=\"https://profiles.wordpress.org/timotijhof/\">TimoTijhof</a>, <a href=\"https://profiles.wordpress.org/tkama/\">Tkama</a>, <a href=\"https://profiles.wordpress.org/tmatsuur/\">tmatsuur</a>, <a href=\"https://profiles.wordpress.org/tmdk/\">tmdk</a>, <a href=\"https://profiles.wordpress.org/tz-media/\">Tobias Zimpel</a>, <a href=\"https://profiles.wordpress.org/tobiasbg/\">TobiasBg</a>, <a href=\"https://profiles.wordpress.org/tobifjellner/\">tobifjellner (Tor-Bjorn Fjellner)</a>, <a href=\"https://profiles.wordpress.org/tjnowell/\">Tom J Nowell</a>, <a href=\"https://profiles.wordpress.org/skithund/\">Toni Viemer&#246;</a>, <a href=\"https://profiles.wordpress.org/hellofromtonya/\">Tonya Mork</a>, <a href=\"https://profiles.wordpress.org/toro_unit/\">Toro_Unit (Hiroshi Urabe)</a>, <a href=\"https://profiles.wordpress.org/torres126/\">torres126</a>, <a href=\"https://profiles.wordpress.org/zodiac1978/\">Torsten Landsiedel</a>, <a href=\"https://profiles.wordpress.org/toru/\">Toru Miki</a>, <a href=\"https://profiles.wordpress.org/travisnorthcutt/\">Travis Northcutt</a>, <a href=\"https://profiles.wordpress.org/trejder/\">trejder</a>, <a href=\"https://profiles.wordpress.org/desaiuditd/\">Udit Desai</a>, <a href=\"https://profiles.wordpress.org/grapplerulrich/\">Ulrich</a>, <a href=\"https://profiles.wordpress.org/utsav72640/\">Utsav tilava</a>, <a href=\"https://profiles.wordpress.org/vcanales/\">Vicente Canales</a>, <a href=\"https://profiles.wordpress.org/vipulc2/\">Vipul Chandel</a>, <a href=\"https://profiles.wordpress.org/vladytimy/\">Vlad T</a>, <a href=\"https://profiles.wordpress.org/wangql/\">wangql</a>, <a href=\"https://profiles.wordpress.org/wb1234/\">wb1234</a>, <a href=\"https://profiles.wordpress.org/webdragon/\">WebDragon</a>, <a href=\"https://profiles.wordpress.org/wendyjchen/\">Wendy Chen</a>, <a href=\"https://profiles.wordpress.org/westonruter/\">Weston Ruter</a>, <a href=\"https://profiles.wordpress.org/wfmattr/\">WFMattR</a>, <a href=\"https://profiles.wordpress.org/earnjam/\">William Earnhardt</a>, <a href=\"https://profiles.wordpress.org/williampatton/\">williampatton</a>, <a href=\"https://profiles.wordpress.org/xavivars/\">Xavi Ivars</a>, <a href=\"https://profiles.wordpress.org/tikifez/\">Xristopher Anderton</a>, <a href=\"https://profiles.wordpress.org/y_kolev/\">Y_Kolev</a>, <a href=\"https://profiles.wordpress.org/yansern/\">Yan Sern</a>, <a href=\"https://profiles.wordpress.org/fierevere/\">Yui</a>, <a href=\"https://profiles.wordpress.org/yuliyan/\">Yuliyan Slavchev</a>, <a href=\"https://profiles.wordpress.org/yvettesonneveld/\">Yvette Sonneveld</a>, <a href=\"https://profiles.wordpress.org/zackkrida/\">Zack Krida</a>, <a href=\"https://profiles.wordpress.org/zebulan/\">Zebulan Stanphill</a>, <a href=\"https://profiles.wordpress.org/zkancs/\">zkancs</a>, and <a href=\"https://profiles.wordpress.org/sunxiyuan/\">å­™é”¡æº</a>.\n\n\n\n<p></p>\n\n\n\n<p>In addition to these contributors, many thanks to all of the community volunteers who contribute in the&nbsp;<a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://wordpress.org/support/\">support forums</a>. They answer questions from people across the world, whether they are using WordPress for the first time, or theyâ€™ve been around since the first release all the way back in 2003. These releases are as successful as they are because of their efforts!</p>\n\n\n\n<p>Finally, thanks to all the community translators who help make WordPress available in over 200 languages for every release. 80 languages have translated 80% or more WordPress 5.8 and our community translators are hard at work ensuring more languages are on their way. If contributing to WordPress appeals to you, itâ€™s easy to learn more. Check out&nbsp;<a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://make.wordpress.org/\">Make WordPress</a>&nbsp;or the&nbsp;<a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://make.wordpress.org/core/\">core development blog</a>.</p>\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:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"10976\";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:58:\"\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:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"WP Briefing: Episode 13: Cherishing WordPress Diversity\";s: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:77:\"https://wordpress.org/news/2021/07/episode-13-cherishing-wordpress-diversity/\";s: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, 19 Jul 2021 12:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"wp-briefing\";s: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:53:\"https://wordpress.org/news/?post_type=podcast&p=10949\";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:357:\"In this episode, Josepha Haden Chomphosy discusses the importance of Diversity, Equity, and Inclusion to the fabric of the WordPress project and how we can move from a place of welcoming it to cherishing it. Have a question you&#8217;d like answered? You can submit them to wpbriefing@wordpress.org, either written or as a voice recording. Credits [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:60:\"https://wordpress.org/news/files/2021/07/WP-Briefing-013.mp3\";s:6:\"length\";s:1:\"0\";s:4:\"type\";s:0:\"\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Chloe Bringmann\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:14890:\"\n<p>In this episode, Josepha Haden Chomphosy discusses the importance of Diversity, Equity, and Inclusion to the fabric of the WordPress project and how we can move from a place of welcoming it to cherishing it.</p>\n\n\n\n<p><em><strong>Have a question you&#8217;d like answered? You can submit them to <a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2>Credits</h2>\n\n\n\n<p>Editor: <a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a></p>\n\n\n\n<p>Logo: <a href=\"https://profiles.wordpress.org/beafialho/\">Beatriz Fialho</a></p>\n\n\n\n<p>Production: <a href=\"https://profiles.wordpress.org/cbringmann/\">ChloÃ© Bringmann</a></p>\n\n\n\n<p>Song: Fearless First by Kevin MacLeod</p>\n\n\n\n<h2>References</h2>\n\n\n\n<p><a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/event-formats/diversity-speaker-training-workshop/\">Diverse Speaker Training Workshop</a></p>\n\n\n\n<p><a href=\"https://josepha.blog/2020/12/23/a-wordpress-dinner-party/\">A WordPress Dinner Party</a></p>\n\n\n\n<p><a href=\"https://josepha.blog/2018/11/06/the-burden-of-proof/\">The Burden of Proof</a></p>\n\n\n\n<p><a href=\"https://josepha.blog/2021/03/05/leading-at-any-level/\">Leadership At Any Level</a></p>\n\n\n\n<p><a href=\"https://josepha.blog/2019/03/02/building-a-culture-of-safety/\">Building a Culture of Safety</a></p>\n\n\n\n<p><a href=\"https://josepha.blog/2020/03/27/leadership-basics-ethics-in-communication/\">Leadership Basics: Ethics in Communication</a></p>\n\n\n\n<p><a href=\"https://wordpress.org/support/wordpress-version/version-5-6/\">WordPress 5.6</a></p>\n\n\n\n<p>Bonus resource: <a href=\"https://allienimmons.com/how-to-be-a-wordpress-ally/\">How to Be a WordPress Ally</a></p>\n\n\n\n<h2>Transcript</h2>\n\n\n\n<span id=\"more-10949\"></span>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>00:10</p>\n\n\n\n<p>Hello, everyone, and welcome to the WordPress Briefing, the podcast where you can catch quick explanations of the ideas behind the WordPress open source project, some insight into the community that supports it, and get a small list of big things coming up in the next two weeks. I&#8217;m your host, Josepha Haden Chomphosy. And before we get started, I have to be honest with you all, this episode and the next one have made me feel really anxious. This one is about Diversity, Equity, and Inclusion in open source, and especially in WordPress. And the next one is about accessibility in WordPress. And I feel like there&#8217;s just so much to do, and we don&#8217;t do enough, but we do what we can. And still, we will never be done with that work. And if you don&#8217;t know what I mean by Diversity, Equity, and Inclusion, you can kind of think of it this way. Diversity is bringing in people with different viewpoints and lived experiences. Equity is making sure everyone has what they need to get a fair chance of success, which is different from equality. And Inclusion is making sure that the environment is built to not only tolerate diverse groups but to celebrate them as well. So remember this as you listen to what I have to say here. We are never where we want to be in either of those spaces. But that shouldn&#8217;t stop us from looking at the things we have done to get us in the right direction. All right. Here we go.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>01:54</p>\n\n\n\n<p>I say a lot that we are a project that serves a majority collection of minority voices. WordPress is global in reach and open source in nature. And you would assume that what allows the software to be used by anyone would also enable it to be built by anyone. After all, your location doesn&#8217;t matter, and who employs you also doesn&#8217;t matter. And your relative social standing certainly shouldn&#8217;t matter. As long as you can communicate with the others contributing to the project, there should be no obstacle to your participation. The mission of the WordPress project is to democratize publishing, right? It&#8217;s to get the ability to have a website tap into passive income on your web presence. I mean, the job is to level the playing field for everyone. However, it&#8217;s my experience that bringing in new voices takes a lot of proactive work on behalf of leaders and contributors. It&#8217;s not enough to say, &#8220;Hey, I&#8217;m having a party,&#8221; you also have to say, &#8220;I&#8217;m having a party, and I&#8217;d like you to be there.&#8221; It&#8217;s not enough to think people will make their own space at this table. You have to make sure that you have table settings for everyone. And even beyond the basics of directing people to you.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>03:12</p>\n\n\n\n<p>And on toward the next steps, you have to be honest about the fact that open source contribution requires a fair amount of privilege. By privilege, I mean the luxury of extra time or extra funding or just an understanding employer. WordPress supports 41% of the web. I think it&#8217;s 42% of the web right now. But less than 1% of people who use WordPress show up to help maintain it. And that 1% that does show up skews toward people who already have a pretty high level of representation and technology. And so, when you look at who is building it versus who is using it, it doesn&#8217;t always match. And since what we build so frequently reflects who we are, sometimes what we build doesn&#8217;t match the needs of the people who are using what we have.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>04:10</p>\n\n\n\n<p>So what has WordPress done to be proactive on the question of Diversity, Equity, and Inclusion? There are quite a few unseen things that have gone into this over the years and a few pretty visible things. This is a very long list. And it has a whole lot of just reference material. And so the show notes today will come in handy for people, and there will be just a laundry list of linked resources for everyone.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>04:39</p>\n\n\n\n<p>But the first thing that WordPress has done is that we have accepted the burden of proof. I&#8217;m going to share a post about this in the show notes. That means we accept that it&#8217;s not the job of underrepresented folks to figure out if they are welcome. It&#8217;s up to us to make it clear that they are. So, there are three big little things that the community has done over the years. One is that many teams open their text-based meetings with an explanation of what is done in the meeting, who comes to the meetings, where to find help if you&#8217;re lost in the meeting, and for teams that have a specific type of requests that comes into those channels that aren&#8217;t handled in those channels. They also will share where people can go to get those requests taken care of. Many teams have also updated their team handbooks to have good beginner docs, limited use of inside jokes or jargon, and good first bugs. And also, there is a code of conduct in the community declaring that everyone is welcome and clarifies what to do if you see folks being unwelcoming.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>05:51</p>\n\n\n\n<p>A second big thing that folks in the WordPress community have done is written down what was unwritten. Having things clearly documented unlocks institutional knowledge that you&#8217;d otherwise have to know someone to get. Clarity and process and the structure help anyone engage with your organization, not just the people who have extra time to figure things out. What that looks like in the WordPress project is that many teams have documented their workflows and their working spaces and just their general team norms. Many teams have also started defining what it means to be a team rep and holding open processes to choose those team reps. Many other community leaders and I have written down countless unspoken rules, guidelines, and philosophical underpinnings so that people don&#8217;t have to guess what we&#8217;re doing or why we&#8217;re doing things, or where we want to do them.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>06:46</p>\n\n\n\n<p>And the more visible thing that the WordPress project has been doing is that we found ways to invite people in, and they&#8217;re not failsafe; theyâ€™re not foolproof, but it is certainly a step in the right direction. The first one is an ongoing, diverse speaker training initiative. And I&#8217;ll include a link to that in the show notes as well. It is run by Jill Binder and a fantastic group of contributors that collaborate with her. And I really have loved watching that particular program grow and flourish and help WordPress make a difference where we absolutely can.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>07:27</p>\n\n\n\n<p>The second thing that was pretty visible about how we invited people in was at the end of 2020, and we had an all-women and nonbinary release squad for our biggest release of the year; WordPress 5.6. I had a group of probably 70 women and nonbinary identifying folx who joined in the process and joined in learning more about the process. Some of them have continued in the project. Others have stepped away for various reasons. But all of them are welcome to return. And I encourage everyone to return to contribution when time and resources make that possible for you.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>08:09</p>\n\n\n\n<p>And then the third thing that we&#8217;ve done, which I have talked about a lot, is the revival of the testing and triage practices. That has been work that&#8217;s been ongoing for a number of years. And it happens across multiple teams. It is not always immediately clear to people why the testing work. And the triage work is identifiable for me as a way to invite people into this process. And so I&#8217;ll be briefly clear about it right now. So testing as a practice brings in the users that otherwise don&#8217;t have a lot of spare time and that extra privilege to like, figure out what&#8217;s going on with WordPress, and contribute their own fixes to problems. They can give back to this project by being co-developers with us, co-creators with our entire process of making WordPress real and usable for the largest number of people that we can because we now support 42% of the web. And then, the triage practice invites in a diverse voice of people. Because you don&#8217;t necessarily always need to know everything about a project to help with triage. And when you&#8217;re helping with triage, you get active learning through participating in the process. But you also get passive learning from the people who already know huge amounts about the project and the process and everything that goes into it. And so it&#8217;s a low key low stress way to get your feet wet and start building that knowledge that sometimes is hard to come by unless you are actively working in it. So the testing practices, the triage practices, I really to the core of my being believe that those are active and ongoing ways for us to invite people who otherwise wouldn&#8217;t have a chance to get their voices heard in an open source project. And y&#8217;all, as I said at the start, yâ€™all, there&#8217;s nothing about this list that I just shared, which makes me feel like our work on this is done. Just like any muscle, you don&#8217;t fight to peak fitness, and then hit the big stop button on time and say, &#8220;Now, I never have to work out again.&#8221; If we did, the world would be a very different place probably. But it does then lead us to the next steps for fostering a community culture that&#8217;s as broad as the people who use this software. If you believe in leadership at any level, as I do, there are a ton of things that you can do right now. But I&#8217;ll boil them down into three big chunks of things.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>10:54</p>\n\n\n\n<p>First, check your community area, or whatever community you want to apply this to, for things that need a little more proactive work. I will share a post called<em> Building A Culture of Safety</em> that will take you through a list of good first steps. And it is not as hard as it looks. When you say build a culture of safety, there are many really clear-cut minor changes that you can ask people to make and, in like, four or five different areas that can help your community be more welcoming and more open.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>11:30</p>\n\n\n\n<p>The second thing that you can do is know that small changes add up over time and commit to making those changes where you can. If you are elite at any level, you know that supporting people and processes is the responsibility of everyone in the group. And if you can make your own autonomous decisions and commit to making small changes that make a big difference over time, you will be part of that solution. And that is not specific to any one group that we have in our communities. You can be an ally for anyone, whether they look like you, whether they have your same experiences, or not. And sometimes, it&#8217;s as easy as just holding space for the people who haven&#8217;t had a chance to talk yet. And on the subject of holding space and the way that we communicate.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>12:22</p>\n\n\n\n<p>The third thing that I think is incredibly important is that you can take on as a foundational personal practice the concept of ethical communication. I&#8217;ll share a post about that as well in the show notes, but the core of it is that you have to know that what you say and don&#8217;t say what you do and don&#8217;t do has an impact on others and embrace that responsibility. All right, so you made it all the way through, and I am so proud of you. I&#8217;m sure you have questions about this. And I encourage you to share those. You can email them to me at wp briefing@wordpress.org.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>13:10</p>\n\n\n\n<p>This brings us to our small list of big things. I&#8217;ve got two things for you today. First and foremost, WordPress 5.8 gets released tomorrow. It&#8217;s a big release, and lots of people have been working on it. So get your update processes ready and keep an eye on wordpress.org/news for the announcement post. Second, and still pretty important, team reps have been working on their quarterly check-ins so that all other teams can get an idea of what&#8217;s happening around the WordPress office. Keep an eye out for that post on make.wordpress.org/updates. And that is your smallest of big things. Thank you for tuning in today for the WordPress Briefing. I&#8217;m your host Joseph Hayden Chomphosy, and I&#8217;ll see you again in a couple of weeks.</p>\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:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"10949\";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:63:\"\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:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"WordPress 5.8 Release Candidate 3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/news/2021/07/wordpress-5-8-release-candidate-3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 14 Jul 2021 01:09: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:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"5.8\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=10933\";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:303:\"The third release candidate for WordPress 5.8 is now available! WordPress 5.8 is slated for release on July 20, 2021, and we need your help to get thereâ€”if you have not tried 5.8 yet, now is the time! You can test the WordPress 5.8 release candidate 3 in any of these three ways: Install and [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Jeffrey Paul\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:3233:\"\n<p>The third release candidate for <a href=\"https://make.wordpress.org/core/5-8/\">WordPress 5.8</a> is now available! </p>\n\n\n\n<p>WordPress 5.8 is slated for release on <strong>July 20, 2021</strong>, and we need <em>your</em> help to get thereâ€”if you have not tried 5.8 yet, now is the time!</p>\n\n\n\n<p>You can test the WordPress 5.8 release candidate 3 in any of these three ways:</p>\n\n\n\n<ul><li>Install and activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester plugin</a> (select the <code>Bleeding edge</code> channel and then <code>Beta/RC Only</code> stream)</li><li>Directly download the release candidate version <a href=\"https://wordpress.org/wordpress-5.8-RC3.zip\">(zip)</a></li><li>Use WP-CLI to test: <code>wp core update --version=5.8-RC3</code></li></ul>\n\n\n\n<p>Thank you to all of the contributors who tested the&nbsp;Beta/RC releases and gave feedback. Testing for bugs is a critical part of polishing every release and a great way to contribute to WordPress.</p>\n\n\n\n<h2>Plugin and Theme Developers</h2>\n\n\n\n<p>Please test your plugins and themes against WordPress 5.8 and update the&nbsp;<em>Tested up to</em>&nbsp;version in the <code>readme</code> file to 5.8.  If you find compatibility problems, please be sure to post to the&nbsp;<a href=\"https://wordpress.org/support/forum/alphabeta/\">support forums</a>&nbsp;so we can work to solve them in time for the final release.</p>\n\n\n\n<p>For a more detailed breakdown of the changes included in WordPress 5.8, check out the <a href=\"https://wordpress.org/news/2021/06/wordpress-5-8-beta-1/\">WordPress 5.8 beta 1 post</a>.  The&nbsp;<a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://make.wordpress.org/core/2021/07/03/wordpress-5-8-field-guide/\">WordPress 5.8 Field Guide</a>, which is particularly useful for developers, has all the info and further links to help you get comfortable with the major changes.</p>\n\n\n\n<h2>How to Help</h2>\n\n\n\n<p>Can you speak and write in a language other than English? &nbsp;<a href=\"https://translate.wordpress.org/projects/wp/dev\">Help us translate WordPress into more than 100 languages!</a></p>\n\n\n\n<p><em><strong>If you think you have found a bug</strong>, you can post to the&nbsp;<a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a>&nbsp;in the support forums. We would love to hear from you!  If you are comfortable writing a reproducible bug report,&nbsp;<a href=\"https://core.trac.wordpress.org/newticket\">file one on WordPress Trac</a>, where you can also find&nbsp;<a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a>.</em></p>\n\n\n\n<p class=\"has-text-align-right\"><strong><em>Props to <a href=\'https://profiles.wordpress.org/cbringmann/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>cbringmann</a>, <a href=\'https://profiles.wordpress.org/chanthaboune/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chanthaboune</a>, and <a href=\'https://profiles.wordpress.org/marybaum/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>marybaum</a> for peer-reviewing!</em></strong></p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<p><em>Code is poetry<br>Jazz is improvisation<br>Both are forms of art<br><br></em></p>\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:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"10933\";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:63:\"\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:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"WordPress 5.8 Release Candidate 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/news/2021/07/wordpress-5-8-release-candidate-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 07 Jul 2021 01:12: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:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"5.8\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=10912\";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:305:\"The second release candidate for WordPress 5.8 is now available! ðŸŽ‰ WordPress 5.8 is slated for release on July 20, 2021, and we need your help to get thereâ€”if you have not tried 5.8 yet, now is the time! You can test the WordPress 5.8 release candidate 2 in any of these three ways: Install [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Jeffrey Paul\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:3376:\"\n<p>The second release candidate for <a href=\"https://make.wordpress.org/core/5-8/\">WordPress 5.8</a> is now available! <img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/1f389.png\" alt=\"ðŸŽ‰\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></p>\n\n\n\n<p>WordPress 5.8 is slated for release on <strong>July 20, 2021</strong>, and we need <em>your</em> help to get thereâ€”if you have not tried 5.8 yet, now is the time!</p>\n\n\n\n<p>You can test the WordPress 5.8 release candidate 2 in any of these three ways:</p>\n\n\n\n<ul><li>Install and activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester plugin</a> (select the <code>Bleeding edge</code> channel and then <code>Beta/RC Only</code> stream)</li><li>Directly download the release candidate version <a href=\"https://wordpress.org/wordpress-5.8-RC2.zip\">(zip)</a></li><li>Use WP-CLI to test: <code>wp core update --version=5.8-RC2</code></li></ul>\n\n\n\n<p>Thank you to all of the contributors who tested the&nbsp;Beta/RC releases and gave feedback.  Testing for bugs is a critical part of polishing every release and a great way to contribute to WordPress.</p>\n\n\n\n<h2>Plugin and Theme Developers</h2>\n\n\n\n<p>Please test your plugins and themes against WordPress 5.8 and update the&nbsp;<em>Tested up to</em>&nbsp;version in the <code>readme</code> file to 5.8.  If you find compatibility problems, please be sure to post to the&nbsp;<a href=\"https://wordpress.org/support/forum/alphabeta/\">support forums</a>,&nbsp;so they can get ready for the final release.</p>\n\n\n\n<p>For a more detailed breakdown of the changes included in WordPress 5.8, check out the <a href=\"https://wordpress.org/news/2021/06/wordpress-5-8-beta-1/\">WordPress 5.8 beta 1 post</a>.  The&nbsp;<a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://make.wordpress.org/core/2021/07/03/wordpress-5-8-field-guide/\">WordPress 5.8 Field Guide</a>, which is particularly useful for developers, has all the info and further links to help you get comfortable with the major changes.</p>\n\n\n\n<h2>How to Help</h2>\n\n\n\n<p>Can you speak and write in a language other than English? &nbsp;<a href=\"https://translate.wordpress.org/projects/wp/dev\">Help us translate WordPress into more than 100 languages!</a></p>\n\n\n\n<p><em><strong>If you think you have found a bug</strong>, you can post to the&nbsp;<a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a>&nbsp;in the support forums.  We would love to hear from you!  If you are comfortable writing a reproducible bug report,&nbsp;<a href=\"https://core.trac.wordpress.org/newticket\">file one on WordPress Trac</a>, where you can also find&nbsp;<a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a>.</em></p>\n\n\n\n<p class=\"has-text-align-right\"><strong><em>Props to <a href=\'https://profiles.wordpress.org/lukecarbis/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>lukecarbis</a> for the haiku, <a href=\'https://profiles.wordpress.org/webcommsat/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webcommsat</a> and <a href=\'https://profiles.wordpress.org/marybaum/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>marybaum</a> for peer reviewing!</em></strong></p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<p><em>Five-eight in two weeks<br>So test your plugins and themes<br>Update your readme</em></p>\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:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"10912\";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:58:\"\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:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"WP Briefing: Episode 12: WordPress â€“ In Person!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"https://wordpress.org/news/2021/07/episode-12-wordpress-in-person/\";s: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 Jul 2021 12:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"wp-briefing\";s: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:53:\"https://wordpress.org/news/?post_type=podcast&p=10889\";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:384:\"In this episode, Josepha Haden Chomphosy talks about WordPress &#8211; In Person! The WordPress events that provide the dark matter of connection that helps sustain the open source project. Have a question you&#8217;d like answered? You can submit them to wpbriefing@wordpress.org, either written or as a voice recording. Credits Editor: Dustin Hartzler Logo: Beatriz Fialho [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:60:\"https://wordpress.org/news/files/2021/07/WP-Briefing-012.mp3\";s:6:\"length\";s:1:\"0\";s:4:\"type\";s:0:\"\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Chloe Bringmann\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:13118:\"\n<p>In this episode, Josepha Haden Chomphosy talks about WordPress &#8211; In Person! The WordPress events that provide the dark matter of connection that helps sustain the open source project.</p>\n\n\n\n<p><em><strong>Have a question you&#8217;d like answered? You can submit them to <a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2>Credits</h2>\n\n\n\n<p>Editor:<a href=\"https://profiles.wordpress.org/dustinhartzler/\"> Dustin Hartzler</a></p>\n\n\n\n<p>Logo:<a href=\"https://profiles.wordpress.org/beafialho/\"> Beatriz Fialho</a></p>\n\n\n\n<p>Production:<a href=\"https://profiles.wordpress.org/mkaz/\"> </a><a href=\"https://profiles.wordpress.org/cbringmann/\">ChloÃ© Bringmann</a></p>\n\n\n\n<p>Song: Fearless First by Kevin MacLeod</p>\n\n\n\n<h2>References</h2>\n\n\n\n<p><a href=\"https://en.wikipedia.org/wiki/Tragedy_of_the_commons\">The tragedy of the commons</a></p>\n\n\n\n<p><a href=\"https://wordpress.org/news/2021/06/wordpress-5-8-release-candidate/\">WordPress 5.8 Release Candidate announcement </a></p>\n\n\n\n<h2>Transcript </h2>\n\n\n\n<span id=\"more-10889\"></span>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>00:11</p>\n\n\n\n<p>Hello, everyone, and welcome to the WordPress Briefing, the podcast where you can catch quick explanations of the ideas behind the WordPress open source project, some insight into the community that supports it, and get a small list of big things coming up in the next two weeks. I&#8217;m your host, Josepha Haden Chomphosy. Here we go!</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>00:39</p>\n\n\n\n<p>Today we&#8217;re talking about one of my favorite parts of the project &#8211; WordPress events. The in-person component of the project is the dark matter that helps us build resilience and thrive as a group. A lot of what I&#8217;m going to share applies to every WordPress event, whether it&#8217;s a meetup or workshop, a contributor day, any other sort of format. But I&#8217;ll be focused on WordCamps. It&#8217;s been a while since we had any in-person WordCamps. Our last two were WordCamp Malaga in Spain and WordCamp Greenville in the US. But that hasn&#8217;t stopped anyone from gathering people together online. Which honestly makes a lot of sense for WordPress. Because there are many reasons we gather, the main three reasons are connecting, inspiring, and contributing. It&#8217;s true. It says so right in our documentation, &#8220;paper rustling.&#8221; All WordPress events should connect WordPress users, inspire people to do more with WordPress, and contribute to the WordPress project. As an aside, I&#8217;ll tell you that some groups also get to collaborate and educate in there, but connect, inspire, contribute. Those are the big three. And that&#8217;s what I&#8217;m talking about today. And if you subscribe to this podcast for the back office deep cuts, I&#8217;ll also have a few of those for you.Â </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>01:57</p>\n\n\n\n<p>Alright, so first up, connect. WordCamps are generally annual-ish gatherings organized by local WordPress meetup groups. They&#8217;re not meant to be big or fancy. The definition of the minimum viable product for WordCamp is 50 people gathered all day to talk about WordPress. They are intentionally affordable to allow people from all walks of life to attend, meet, share and learn. This is made possible by donations and sponsorships from local businesses and larger businesses in the WordPress ecosystem. And this helps us get people connected to those in their community that works with or are sustained by WordPress. That connection feeds into the overall health of the global WordPress project.Â </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>02:45</p>\n\n\n\n<p>Next up is inspire. WordCamps do not discriminate. They are open to any WordPress users, developers, designers, or other enthusiasts, regardless of their level of experience. And because of this, sessions generally span a variety of formats. So presentations or live demos to workshops or panels, any other format you can think of. But that also means that there are a variety of skill levels represented. There&#8217;s always content about how to use WordPress. Thatâ€™s a given. But you can also count on content that inspires people to do more with their own dreams and aspirations. When I was still organizing WordCamps, my favorite thing was seeing people who came back year after year, putting into practice something that they learned the year before. It is that <em>Choose Your Own Adventure</em> aspect to WordCamps that lets people see the edge of their ideas and then expand that just a little bit further.Â </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>03:42</p>\n\n\n\n<p>And finally, contribute. WordCamps often have a contribution component to them. Sometimes it&#8217;s just a talk telling you how you can get more involved in the WordPress project. But sometimes, it&#8217;s a whole contributor day. And those range in size from single focus, like everyone, will show up and learn how to review a theme or a focus from every team that we have, like at the big flagship events where we gather hundreds of people into a room just to contribute to WordPress and all of the teams that go with it. Getting started with contributing can be daunting, but it is also essential to avoid something called the Tragedy of the Commons, an economic concept. So I&#8217;ll share a link to that in the show notes below. But the most important thing, the most important thing to remember, is that WordPress is open source. And we asked people to help us keep this great tool running by giving back a little bit of their time if they have gotten any benefit from the WordPress project or CMS over the course of their careers.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>04:40</p>\n\n\n\n<p>So that&#8217;s it. The three big things you can get from a WordCamp. I know that I can&#8217;t wait to get back to them myself because while a lot of these things can still happen online and do, it&#8217;s really hard to replace the dark matter of in-person connections for open source projects. And since we&#8217;re talking dark matter anyway, let&#8217;s dig into it a little.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>05:01</p>\n\n\n\n<p>At the start of the section, I mentioned that WordCamps are local, locally organized, and people are encouraged to attend locally. But I am part of a group that ends up traveling to a lot of WordCamps. If you don&#8217;t know about the unseen work of WordPress, this raises eyebrows. So here is some clarification around the back office work that some of these traveling WordCampers often do. When I listed these out, there were about 20 different tasks, 20 different jobs, which was, frankly, a bit overwhelming when I listed them that way. So I&#8217;ve grouped them into kind of two genres, each with a group of current versus future types of work. So my two big buckets, big picture stuff, and then community stewardship.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>05:50</p>\n\n\n\n<p>The big picture stuff, our first big genre here, when you&#8217;re looking at current topics, current issues kind of information, when we&#8217;re working on big picture stuff, you get the clarification of the mission or vision of WordPress, the sharing of open source methods or processes that we use in the WordPress project, and also sometimes those goal-setting conversations that you have to have both because we have a bunch of teams and team reps, that have a lot of really great ideas about what can be done in their teams to help WordPress succeed. But then also, because when you are working, when you&#8217;re contributing to a single team in the project, it can sometimes be hard to know how your work relates to the overall goals and visions of WordPress. And so that&#8217;s part of the work that gets done that I do there.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>06:43</p>\n\n\n\n<p>And when you&#8217;re looking at future topics, future issues, the second part of this genre, that stuff like starting conversations or discussions around what the future holds for WordPress, and that&#8217;s the project as well as the technology or hearing from people about big things coming up for them. And any content that can support it, anything that I can provide to support those big things. It&#8217;s also a good time for me and others to identify trends based on what I see in presentations or what I hear from people at social functions. Really, it&#8217;s just a huge opportunity for information gathering to make sure that I know what everyone else in the project is trying to do and if they understand what the project is trying to do.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>07:32</p>\n\n\n\n<p>And then the second big genre of things that happen in that dark matter kind of work at WordCamps is what I call community stewardshipâ€”so taking care of the community itself for the project itself. And a lot of that work is actually incident response kind of work. So conflict resolution, mediation often happens at in-person events, but also uncovering the shared foundations, the shared understanding for upcoming changes. So a lot of really, in the weeds kind of change management work. And for me, it&#8217;s certainly doing my best as a cultural liaison when I do see that there has been some miscommunication or gathering context for the latest disagreement that people are having with me so that I can clarify anything that was misunderstood from what I said. And also a little bit of policy clarification, just explaining why we do things and the way we do them. So for community stewardship, that&#8217;s kind of the current stuff that we look at. And that I do when I&#8217;m traveling for WordCamps.Â </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>08:36</p>\n\n\n\n<p>And then for the future tasks that we do with community stewardship in the project, that stuff like training, and that&#8217;s training team reps, community deputies, or new contributors like it&#8217;s, it&#8217;s not really one type of training, necessarily. But then also, all of the checking in with our organizers, team reps, volunteers, sponsors, everyone like that, to make sure that what we have in the project and what&#8217;s happening in the project, the tools that we have, the experience that contributors have while they are working here, and WordPress is good, and is what they need. We&#8217;ve got a lot of tools to get things done in WordPress, and we can always make them better. And so checking in with people to kind of see how those processes are, how the tools are making sure that I have an idea of where our holes are and what needs to be patched, and how we can patch them in the long run. So that&#8217;s all of the future planning kind of work and topic stuff, just you know, making sure that WordPress has what it needs to survive long into the future and long after I&#8217;m doing anything with it, and long after you&#8217;re doing anything with it either.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>09:56</p>\n\n\n\n<p>So, lots and lots of unseen work being done at our in-person events. But folks who keep a keen eye on the online global work of WordPress will probably recognize that a lot of that work is also done routinely on make.wordpress.org and within the making WordPress Slack. Thereâ€™s just, I don&#8217;t know, there&#8217;s just something different about receiving information from a human being with a face rather than an avatar with a photo. So I guess at the end of the day, that means the dark matter that keeps open source together is really an issue of communication. And you&#8217;ll get no arguments for me there.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>10:44</p>\n\n\n\n<p>That brings us now to our small list of big things. And there&#8217;s really just one big thing. And that&#8217;s WordPress 5.8. We are about two weeks away from this big release; the community has been working tirelessly on it. And it&#8217;s shaping up to be one of the most tested releases that we&#8217;ve had in a long time. Myself, I&#8217;m grateful to see so much activity before the release. Since 5.8 and 5.9 releases represent such monumental shifts in our software, I&#8217;m incredibly grateful to see so much activity prior to the release, especially in the beta period. We&#8217;ve been testing everything for it feels like six or eight months, and we&#8217;re really starting to see the positive benefits of that. And I think that we, the WordPress community, should be really proud of everything that we&#8217;re going to ship in 2021. Okay, so that was less of a small list of big things and really like one big thing with a generous garnish of encouragement, but you deserve it. So thank you for tuning in today for the WordPress briefing. I&#8217;m your host, Josepha Haden Chomphosy, and I&#8217;ll see you again in a couple of weeks.</p>\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:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"10889\";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:57:\"\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:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"The Month in WordPress: June 2021\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://wordpress.org/news/2021/07/the-month-in-wordpress-june-2021/\";s: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, 02 Jul 2021 15:11:24 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Month in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=10896\";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:334:\"Once you step into contribution time, your main concern is the users of WordPress, or new contributors, or the health of the WordPress ecosystem as a whole or the WordPress project. So you get all this subject matter expertise from competitive forces, collaborating in a very â€œus versus the problemâ€ way. And when you do [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Hari Shanker R\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:11608:\"\n<blockquote class=\"wp-block-quote\"><p>Once you step into contribution time, your main concern is the users of WordPress, or new contributors, or the health of the WordPress ecosystem as a whole or the WordPress project. So you get all this subject matter expertise from competitive forces, collaborating in a very â€œus versus the problemâ€ way. And when you do that, youâ€™re always going to find a great solution.</p></blockquote>\n\n\n\n<p>In the â€œ<a href=\"https://wordpress.org/news/2021/06/episode-11-wordcamp-europe-2021-in-review/#more-10837\">WordCamp Europe 2021 in Review</a>â€ episode of the WP Briefing podcast, <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden</a> talks about the importance of collaboration, which is vital in building WordPress. This edition of The Month in WordPress covers exciting updates that exemplify this philosophy.&nbsp;</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Updates on WordPress 5.8</h2>\n\n\n\n<p>Get excited, folks! The beta versions and the first release candidate of WordPress 5.8 are out. <a href=\"https://wordpress.org/news/2021/06/wordpress-5-8-beta-1/\">Beta 1</a> came out on June 9, followed by <a href=\"https://wordpress.org/news/2021/06/wordpress-5-8-beta-2/\">Beta 2</a> on June 15, <a href=\"https://wordpress.org/news/2021/06/wordpress-5-8-beta-3/\">Beta 3</a> on June 23, and <a href=\"https://wordpress.org/news/2021/06/wordpress-5-8-beta-4/\">Beta 4</a> on June 25. The <a href=\"https://wordpress.org/news/2021/06/wordpress-5-8-release-candidate/\">first release candidate</a> of WordPress 5.8 was published on June 30. You can test the beta versions and the release candidates by <a href=\"https://wordpress.org/download/releases/#betas\">downloading them from WordPress.org</a> or by using the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin. WordPress 5.8 <a href=\"https://make.wordpress.org/core/5-8/\">will be out by July 20, 2021</a>, and is also <a href=\"https://make.wordpress.org/polyglots/2021/06/28/wordpress-5-8-ready-to-be-translated/\">ready to be translated</a>.</p>\n\n\n\n<p>Want to contribute to WordPress core? Check out the <a href=\"https://make.wordpress.org/core/handbook/\">Core Contributor Handbook</a>. Donâ€™t forget to join the WordPress <a href=\"https://wordpress.slack.com/archives/C02RQBWTW\">#core</a> channel in the <a href=\"https://make.wordpress.org/chat/\">Make WordPress Slack</a> and follow the <a href=\"https://make.wordpress.org/core/\">Core Team blog</a>. The Core Team hosts weekly chats on Wednesdays at <a href=\"https://www.timeanddate.com/worldclock/fixedtime.html?hour=5&amp;min=00&amp;sec=0\">5 AM</a> and <a href=\"https://www.timeanddate.com/worldclock/fixedtime.html?hour=20&amp;min=00&amp;sec=0\">8 PM</a> UTC. Help us promote WordPress 5.8 by <a href=\"https://make.wordpress.org/community/2021/06/18/meetup-group-resources-talking-points-for-wordpress-5-8/\">organizing meetups about the release</a>, <a href=\"https://make.wordpress.org/marketing/2021/06/30/help-produce-social-media-materials-for-5-8-release/\">producing social media marketing materials for 5.8</a>, or <a href=\"https://make.wordpress.org/test/2021/06/30/help-test-wordpress-5-8s-fse-features/\">testing the release</a>.</p>\n\n\n\n<h2>Gutenberg versions 10.8 and 10.9 are out</h2>\n\n\n\n<p>We said hello to Gutenberg <a href=\"https://make.wordpress.org/core/2021/06/10/whats-new-in-gutenberg-10-8-9-june/\">version 10.8</a> and <a href=\"https://make.wordpress.org/core/2021/06/24/whats-new-in-gutenberg-10-9-23-june/\">version 10.9</a> this month. <a href=\"https://make.wordpress.org/core/2021/06/10/whats-new-in-gutenberg-10-8-9-june/\">Version 10.8</a> adds rich URL previews, enhancements to the list view, and an updated block manager. <a href=\"https://make.wordpress.org/core/2021/06/24/whats-new-in-gutenberg-10-9-23-june/\">Version 10.9</a> offers several performance enhancements, along with more block design tools and template editor enhancements.</p>\n\n\n\n<p>Want to get involved in building Gutenberg? Follow <a href=\"https://make.wordpress.org/core/\">the Core Team blog</a>, contribute to <a href=\"https://github.com/WordPress/gutenberg/\">Gutenberg on GitHub</a>, and join the <a href=\"https://wordpress.slack.com/archives/C02QB2JS7\">#core-editor</a> channel in the <a href=\"https://make.wordpress.org/chat/\">Make WordPress Slack</a>. The â€œ<a href=\"https://make.wordpress.org/core/2021/06/04/whats-next-in-gutenberg-june-2021/\">Whatâ€™s next in Gutenberg</a>â€ post offers more details on the latest updates.&nbsp;</p>\n\n\n\n<h2>WordCamp Europe 2021 concludes</h2>\n\n\n\n<p>One of the biggest and most exciting WordPress events, <a href=\"https://europe.wordcamp.org/2021/\">WordCamp Europe 2021</a>, was held from June 7-9, 2021. A team of 40 members organized the event, which had 3200+ registrations, 42 speakers, and 43 sponsors. What a success! You will find more details <a href=\"https://europe.wordcamp.org/2021/a-recap-on-wceu-2021/\">in the event recap</a>. One highlight was a <a href=\"https://wordpress.org/news/2021/06/gutenberg-highlights/\">Gutenberg demo</a> hosted by <a href=\"https://profiles.wordpress.org/matveb/\">MatÃ­as Ventura</a> and <a href=\"https://profiles.wordpress.org/matt/\">Matt Mullenweg</a>. You can <a href=\"https://www.youtube.com/channel/UCaYQGYDpXpU4A17kxN-AgJQ/featured\">watch the event recording on the WordCamp Europe YouTube channel</a>, and videos <a href=\"https://wordpress.tv/event/wordcamp-europe-2021/\">are now available on WordPress.tv</a> as well. The team has announced <a href=\"https://europe.wordcamp.org/2022/\">WordCamp Europe 2022</a>, which is being planned as an in-person event in Porto, Portugal. Want to be a part of the 2022 WCEU organizing team? Their <a href=\"https://europe.wordcamp.org/2022/call-for-organisers/\">call for organizers is now open</a>. Apply now!</p>\n\n\n\n<h2>Full Site Editing updates</h2>\n\n\n\n<p>Donâ€™t miss the <a href=\"https://make.wordpress.org/test/2021/06/24/call-for-testing-thrive-with-theme-json/\">latest Full Site Editing (FSE) Outreach program testing call: &#8220;Thrive with theme.json&#8221;</a>, which is aimed at a developer-centric audience. The deadline is July 14. Also donâ€™t miss a <a href=\"https://make.wordpress.org/test/2021/06/24/call-for-testing-thrive-with-theme-json/\" data-type=\"URL\" data-id=\"https://make.wordpress.org/test/2021/06/24/call-for-testing-thrive-with-theme-json/\">hallway hangout on testing theme.json on July 7 at 5 PM UTC</a>. The team has published a <a href=\"https://make.wordpress.org/test/2021/06/24/fse-program-polished-portfolios-summary/\">recap of the Published Portfolios testing call</a>, which shares some interesting results.&nbsp;</p>\n\n\n\n<h2>BuddyPress 8.0 is out!</h2>\n\n\n\n<p>The first major BuddyPress release of 2021, <a href=\"https://buddypress.org/2021/06/buddypress-8-0-0-alfano/\">version 8.0</a> â€œAlfano,â€ came out on June 6. The short-cycle release offers features such as the ability to recruit new members, an improved registration experience, and profile field types. Download it from the <a href=\"https://wordpress.org/plugins/buddypress/\">WordPress.org plugin directory</a> or check it out from its <a href=\"https://buddypress.trac.wordpress.org/browser/branches/8.0\">Subversion repository.</a></p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Further reading</h2>\n\n\n\n<ul><li><a href=\"https://japan.wordcamp.org/2021/\">WordCamp Japan 2021</a> was held from June 20- 26. The weeklong event, which had two session days followed by five contributor days, sold 1300+ tickets, with 45 speakers and 23 sponsors. Catch the <a href=\"https://www.youtube.com/c/wordcampjapan\">event recording on YouTube</a>!</li><li>Josepha Haden <a href=\"https://make.wordpress.org/updates/2021/06/03/announcing-make-wordpress-org-project/\">announced</a> a new Make site â€” <a href=\"https://make.wordpress.org/project\">make.wordpress.org/project</a> â€” for project-wide announcements, which will no longer be posted to Make/Updates. Check out the latest post on that site on <a href=\"https://make.wordpress.org/project/2021/06/17/the-metrics-of-contributions/\">the metrics of contributions</a>.</li><li>The Community Team announced that <a href=\"https://make.wordpress.org/community/2021/07/01/in-person-meetup-events-for-vaccinated-community-members/\">in-person meetups can be organized for fully vaccinated people</a>, in places where vaccines are freely available.</li><li>The Core Team added<a href=\"https://make.wordpress.org/core/2021/06/21/bundled-themes-changes-in-wordpress-5-8/\"> block patterns and improvements</a> to all legacy default themes. The team also shared a <a href=\"https://make.wordpress.org/core/2021/06/22/extending-the-site-health-interface-in-wordpress-5-8/\">feature request</a> that will allow developers to modify and extend the Site Health feature in Core.</li><li>The Design Team shared an update on the <a href=\"https://make.wordpress.org/design/2021/06/23/update-initial-patterns-for-the-patterns-directory/\">block pattern directory</a>; the team is continuing to review suggestions and has offered some guidelines in this post.</li><li>The Design Team is also <a href=\"https://wordpress.org/news/2021/06/a-new-design-is-coming-to-wordpress-news/\">working on redesigning this blog</a> (wordpress.org/news). Catch a sneak peek of the blog&#8217;s new look <a href=\"https://make.wordpress.org/design/2021/06/03/redesign-of-wordpress-org-news/\">in this Make/Design blog post</a>.</li><li>The Accessibility Team shared the <a href=\"https://developer.wordpress.org/coding-standards/wordpress-coding-standards/accessibility/\">updated WordPress Accessibility coding standards</a>.</li><li>The Polyglots Team proposed a <a href=\"https://make.wordpress.org/polyglots/2021/06/03/proposal-month-long-translation-day-2021-celebration/\">monthlong translation day celebration in September</a>.</li><li><span style=\"color: initial;, sans-serif\">The Support Team </span><a style=\", sans-serif\" href=\"https://make.wordpress.org/support/2021/06/new-irc-server-for-support/\">moved their IRC chat server from Freenode to Libera</a><span style=\"color: initial;, sans-serif\">.</span></li><li>The Documentation Team is<a href=\"https://make.wordpress.org/docs/2021/06/06/writing-documentation-for-wordpress-release/\"> working hard on updating our docs</a> for WordPress 5.8.&nbsp;</li><li>The Themes Team has decided to <a href=\"https://make.wordpress.org/docs/2021/06/06/writing-documentation-for-wordpress-release/\">automatically set theme updates live for old themes</a> instead of routing them through the review queue.</li><li>The <a href=\"https://github.com/WordPress/Requests\">WordPress Requests library</a> has a new release: <a href=\"https://github.com/WordPress/Requests/releases/tag/v1.8.1\">version 1.8.1</a>.&nbsp;</li><li><a href=\"https://en.wikipedia.org/wiki/Ujwal_Thapa\">Ujwal Thapa</a> &#8211; co-founder of the Nepal WordPress community <a href=\"https://wptavern.com/ujwal-thapa-co-founder-of-the-wordpress-nepal-community-passes-away\">passed away due to COVID-19</a>. Our community deeply mourns his loss and is thankful for his contributions.</li><li>The latest edition of â€œ<a href=\"https://wordpress.org/news/category/heropress/\">People of WordPress</a>â€ features <a href=\"https://wordpress.org/news/2021/06/people-of-wordpress-tijana-andrejic/\">Tijana Andrejic from Serbia.</a></li></ul>\n\n\n\n<p><em>Have a story that we should include in the next â€œMonth in WordPressâ€ post? Please </em><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><em>submit it using this form</em></a><em>.&nbsp;</em></p>\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:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"10896\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:32:\"https://wordpress.org/news/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"\n	hourly	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"\n	1	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:4:\"site\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"14607090\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:9:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Wed, 13 Oct 2021 19:53:05 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:25:\"strict-transport-security\";s:11:\"max-age=360\";s:6:\"x-olaf\";s:3:\"â›„\";s:13:\"last-modified\";s:29:\"Tue, 05 Oct 2021 20:05:52 GMT\";s:4:\"link\";s:63:\"<https://wordpress.org/news/wp-json/>; rel=\"https://api.w.org/\"\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:9:\"HIT ord 2\";}}s:5:\"build\";s:14:\"20201017025008\";}','no'),(164843,'_transient_timeout_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3','1634197985','no'),(164844,'_transient_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3','1634154785','no'),(164845,'_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9','1634197986','no');
INSERT INTO `wp3l_options` VALUES (164846,'_transient_feed_d117b5738fbd35bd8c0391cda1f2b5d9','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\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:61:\"\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\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:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"WordPress Planet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"WordPress Planet - http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:50:{i:0;a:6:{s:4:\"data\";s:13:\"\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:92:\"WPTavern: WordPress Global Community Sponsorship Program Will Not Include WordCamps for 2022\";s: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:30:\"https://wptavern.com/?p=124018\";s: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:209:\"https://wptavern.com/wordpress-global-sponsorship-program-will-not-include-wordcamps-for-2022?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-global-sponsorship-program-will-not-include-wordcamps-for-2022\";s: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:4603:\"<p>The <a href=\"https://make.wordpress.org/community/2021/10/08/proposal-2022-global-community-sponsorship-program/\">proposal</a> for the 2022 Global Community Sponsorship program will not include funding for WordCamps again this year, due to the unpredictability of hosting in-person events. The pandemic continues to make conditions unfavorable in many areas of the world where WordCamp and meetup organizers have opted to continue with virtual events. </p>\n\n\n\n<p>In the past, the Global Community Sponsorship program has offered multiple tiers of funding in support of official, volunteer-organized WordPress community events. In 2020, before the program was <a href=\"https://make.wordpress.org/community/2020/07/23/moving-forward-with-online-events/\">suspended</a>, global sponsorship tiers ranged from $40,000 &ndash; $160,000.</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>The updated proposal knocks sponsorships back to a single annual package, billed at $10,000 USD per quarter. Sponsor benefits are similar to those offered in 2021. While the base package does not include WordCamp sponsorship, program participants can offer it by electing to pay an add-on, which is also billed quarterly. </p>\n\n\n\n<p>&ldquo;The proposed change for 2022 is that Global Sponsors who add on sponsorship for WordCamps will support&nbsp;<em>all</em>&nbsp;WordCamps (as opposed to choosing which WordCamps to sponsor a la carte), at the camp&rsquo;s top published level,&rdquo; WordPress.org community organizer Courtney Patubo Kranzke said.</p>\n\n\n\n<p>&ldquo;In short, there would not be a community grant as we&rsquo;ve had in the past, but WordCamps will get credited global sponsorship funds at the top local level.&rdquo;</p>\n\n\n\n<p>Patubo Kranzke said that volunteer engagement is currently low and the single package ensures sponsors have a centralized point of contact, as opposed to trying to coordinate with multiple teams of volunteer event organizers. </p>\n\n\n\n<p>Despite the potential availability of add-on funds, the <a href=\"https://make.wordpress.org/community/2021/09/13/announcement-updated-guidelines-for-in-person-wordcamps/\">updated guidelines for in-person WordCamps</a> state that organizers must be prepared to raise 100% of the expenses for their events. They are encouraged to keep their camps&rsquo; budgets lean with free or low cost venues that are fully refundable just in case. </p>\n\n\n\n<p>&ldquo;The expectation is in-person camps have to be able to cover all costs,&rdquo; Community team contributor Kevin Cristiano said. &ldquo;The global program will bring some relief to local organizers, but more so create a safety net for the entire program. What do I mean a safety net? We are navigating a world with risks on events like never before and we simply cannot afford another round of cancellations and lost deposits. It is our hope that once finalized the Global program can help bring stability and mitigate risks so we can have WordCamps begin in person again while being financially responsible.&rdquo;</p>\n\n\n\n<p>WordPress community events have been cut back significantly over the past two years. In 2019, local communities hosted 140 WordCamps and 805 WordPress meetup groups met more than 5,900 times. After the pandemic hit in 2020, the community hosted 31 WordCamps, most of which were held online. Meetup groups fell to 745 and met over 4,900 times. At the time of publishing in 2021, there have been just 14 WordCamps (all online) and 755 meetup groups met 2,400+ times. </p>\n\n\n\n<p>Despite the community team <a href=\"https://wptavern.com/wordpress-opens-applications-for-in-person-wordcamps\">re-opening applications for in-person WordCamps,</a> all the remaining WordCamps on the books for 2021 have been scheduled as online events. </p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>In anticipation of returning to in-person events, WordPress Community Support has added a &ldquo;communicable disease liability coverage&rdquo; policy to its event insurance. Any in-person WordCamp that proceeds to the ticketing stage will have <a href=\"https://make.wordpress.org/community/2021/10/11/legal-protections-for-organizers/\">a disclaimer on the purchase page</a>, aimed at protecting organizers against claims related to COVID-19.</p>\n\n\n\n<p>The <a href=\"https://make.wordpress.org/community/2021/10/08/proposal-2022-global-community-sponsorship-program/\">proposal</a> for the 2022 Global Community Sponsorship program is still under discussion until October 15, and will be finalized by October 28, so WordPress can recruit sponsors by the end of the year.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 13 Oct 2021 03:10:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:13:\"\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:78:\"WPTavern: Dynamic Social Images for Plugins, Themes, and Patterns? Yes, Please\";s: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:30:\"https://wptavern.com/?p=124175\";s: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:193:\"https://wptavern.com/dynamic-social-images-for-plugins-themes-and-patterns-yes-please?utm_source=rss&utm_medium=rss&utm_campaign=dynamic-social-images-for-plugins-themes-and-patterns-yes-please\";s: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:4307:\"<p class=\"has-drop-cap\">Things move fast on social media. You get mere seconds to impress those who happen upon your posts promoting your latest project. You must also pack a lot of information into a small window that would potentially draw in an array of different users.</p>\n\n\n\n<p>WordPress has not been doing any favors for plugin and theme authors who share links to their directory-hosted extensions. Social cards for them include a simple image, title, and description. Instead, WordPress.org could dynamically generate the social images by populating them with other data, such as ratings, active installs, and more.</p>\n\n\n\n<p>That is just what GiveWP co-founder Matt Cromwell <a href=\"https://meta.trac.wordpress.org/ticket/5926\">proposed today in a new ticket</a>. &ldquo;When plugin/theme/block/pattern authors want to share their work on social platforms, they want to link directly to their product on .org and have it look nice,&rdquo; he said.</p>\n\n\n\n<p>He shared an image of an <a href=\"https://twitter.com/GiveWP/status/1447964733747908622\">earlier tweet</a> from the GiveWP Twitter account today:</p>\n\n\n\n<img />\n\n\n\n<p>The goal is to piggyback off the concept that GitHub put in motion over the summer. In June, the platform launched a new <a href=\"https://github.blog/2021-06-22-framework-building-open-graph-images/\">framework for building Open Graph images</a>. The system generates an on-the-fly image with data specific to a repository, issue, pull request, and more.</p>\n\n\n\n<p>In the context of WordPress plugins, themes, and patterns, there are bits of information that could help highlight the projects:</p>\n\n\n\n<ul><li>Contributors (plugins only)</li><li>Locales/Translations</li><li>Rating</li><li>Installs</li></ul>\n\n\n\n<p>This data is readily available on WordPress.org. All that would really be required is the code for generating the social images with it.</p>\n\n\n\n<p>Cromwell shared a mockup of what this might look like for a plugin, which is also available through the <a href=\"https://www.figma.com/file/ZAggnVZ5bk0W27ihzQGdWt/Untitled?node-id=0%3A1\">Figma project</a> he created:</p>\n\n\n\n<img />Mockup for a plugin&rsquo;s generated social image.\n\n\n\n<p>He also has an annotated version:</p>\n\n\n\n<img />Annotated version of social image mockup.\n\n\n\n<p>Thus far, the feedback has been positive in the ticket. This is probably one of those easy wins that most people in the community could get behind.</p>\n\n\n\n<p>&ldquo;I&rsquo;d only add that I&rsquo;d love this to be automatically translated,&rdquo; said Jean-Baptiste Audras <a href=\"https://meta.trac.wordpress.org/ticket/5926#comment:4\">in the ticket</a>. &ldquo;Which seems doable given the language/locale is provided by the URL.&rdquo;</p>\n\n\n\n<p>The idea is to use the translated text for the generated image if the shared link is from one of the many locale-specific subdomains on WordPress.org. So, a Spanish URL would use the existing Spanish translation.</p>\n\n\n\n<p>We could even apply this concept to other pages on WordPress.org, particularly those that might not have an image associated with them. This is a treatment that Courtney Engle Robertson, Web Design and Developer Advocate at GoDaddy, <a href=\"https://www.facebook.com/mathetos/posts/10223954958280286?comment_id=10223955011961628\">requested on Cromwell&rsquo;s Facebook post</a> about the idea. Workshops on the Learn section of the site, for example, could display the number of languages or length, so potential visitors have more information before clicking a link.</p>\n\n\n\n<p>The best thing about this idea is that the WordPress community likely already has the foundational code to make this happen. <a href=\"https://wptavern.com/automattic-acquires-social-image-generator-plugin-plans-to-integrate-with-jetpack\">Automattic purchased</a> Daniel Post&rsquo;s Social Image Generator plugin last month. The plan is to bundle the feature in Jetpack as part of its social media tools.</p>\n\n\n\n<img />Generated image using dynamic data.\n\n\n\n<p>With a bit of custom code, it is not a stretch to think we could have better social images in short order. The plugin was already built with customization in mind when I <a href=\"https://wptavern.com/create-per-post-social-media-images-with-the-social-image-generator-wordpress-plugin\">reviewed it in June</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 12 Oct 2021 23:52: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:13:\"\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:83:\"WPTavern: WordPress.org Profiles Now Show Activity for Contributions Made on GitHub\";s: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:30:\"https://wptavern.com/?p=124100\";s: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:211:\"https://wptavern.com/wordpress-org-profiles-now-show-activity-for-contributions-made-on-github?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-org-profiles-now-show-activity-for-contributions-made-on-github\";s: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:3263:\"<p>WordPress.org profiles got an <a href=\"https://make.wordpress.org/meta/2021/10/11/wordpress-org-profiles-now-show-github-activity/\">update</a> over the weekend that will make them a better reflection of contributors&rsquo; efforts on GitHub. Users can now authorize GitHub to detect their activity on the WordPress GitHub organization and display it on their profiles.</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p><br />&ldquo;Currently we&rsquo;re tracking New Issues submitted (by you), Closed Issues (by you), Pull requests submitted (by you), Pull requests merged (by you, and additionally the PR submitter gets a &lsquo;PR Merged&rsquo; event), and finally Pushes to default branches,&rdquo; WordPress lead developer Dion Hulse said. </p>\n\n\n\n<p>There are a few reasons why one&rsquo;s contributions might not be visible after linking accounts. The meta team has not built an importer for all previous issues and pull requests, so WordPress.org only has data from last Friday and onwards. Early adopters who linked their accounts when the feature was first being tested may need to re-authenticate since the earlier version had <a href=\"https://make.wordpress.org/core/2021/05/03/expired-github-and-wordpress-org-profile-connections/\">expired connections</a>.</p>\n\n\n\n<p>Linking accounts will help make it easier for the WordPress project to track contributions across multiple locations.</p>\n\n\n\n<p>&ldquo;In recent releases, the process of collecting props for non-WordPress.org contributions (namely&nbsp;Gutenberg) has been highly manual and error prone, occasionally resulting in contributors not receiving proper credit,&rdquo; Jonathan Desrosiers said when rolling out the first version of the app in March 2020. &ldquo;Connecting your WordPress.org and GitHub accounts will allow automatic tooling to be built which reduces the burden on release teams to maintain a credit list.&rdquo;</p>\n\n\n\n<p>Users who want to have their profiles include GitHub activity can navigate to the <a href=\"https://profiles.wordpress.org/profile/edit/group/1\">Edit Profile page on WordPress.org</a>, launch the app, and authorize their accounts with one click. </p>\n\n\n\n<p>Hulse is collecting feedback regarding adding more events (i.e. commenting on issues/PRs), combining events (i.e. Submitted &amp; Merged), and anything else that might improve the quality of activity tracked. Riad Benguella suggested adding a selector to filter the timeline by activity type. Hulse responded that the way profiles are currently set up, querying specific activities cannot currently be done in a performant way but that there are meta trac tickets (<a href=\"https://meta.trac.wordpress.org/ticket/479\">#479</a>&nbsp;and&nbsp;<a href=\"https://meta.trac.wordpress.org/ticket/518\">#518</a>) where they are discussing a broader overhaul for profiles.</p>\n\n\n\n<p>With a great deal more activity coming in from GitHub, the ability to filter these activities might make WordPress.org a more comprehensive tool for assessing job candidates or verifying Five for the Future contributions. If you have more ideas for the feature, you can <a href=\"https://make.wordpress.org/meta/2021/10/11/wordpress-org-profiles-now-show-github-activity/\">leave feedback on the announcement.</a></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 12 Oct 2021 01:26:24 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:13:\"\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:76:\"WPTavern: Proposal for Themes To Highlight Block Patterns From the Directory\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=124111\";s: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:197:\"https://wptavern.com/proposal-for-themes-to-highlight-block-patterns-from-the-directory?utm_source=rss&utm_medium=rss&utm_campaign=proposal-for-themes-to-highlight-block-patterns-from-the-directory\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5275:\"<p class=\"has-drop-cap\">Should developers bundle block patterns with their themes or submit them to the <a href=\"https://wordpress.org/patterns/\">WordPress.org directory</a>? That is the question that some will likely need to answer in the future.</p>\n\n\n\n<p>Currently, submissions are not open for the block pattern directory. However, that will change as the contributors eventually wrap up the pattern creation process. <a href=\"https://github.com/WordPress/pattern-directory/milestone/3\">The milestone</a> for this is set to October 15, but it is sitting at 25% completion at the moment.</p>\n\n\n\n<p>There are 146 themes in the directory with block patterns. Thus far, developers who have wanted to implement them have had no other choice but to bundle them. However, that may all change.</p>\n\n\n\n<p>Core contributor Kjell Reigstad recently <a href=\"https://github.com/WordPress/gutenberg/issues/35364\">proposed an alternative method</a>. &ldquo;With the launch of the pattern directory (and the upcoming ability for folks to submit their own patterns to it), we should consider building a route through which themes can highlight specific patterns to their users,&rdquo; he said.</p>\n\n\n\n<p>Reigstad proposed using the standard <code>theme.json</code> file to allow theme authors to surface or give special attention to patterns best suited to the theme&rsquo;s design.</p>\n\n\n\n<p>He listed four primary benefits such a system would bring:</p>\n\n\n\n<ol><li>It would cut back on theme code, creating a side benefit of simplifying the review process for the Themes Team.</li><li>Patterns could be updated, tested, and reviewed separately.</li><li>More patterns would be accessible for all users if theme authors jumped on board.</li><li>Multiple themes could make use of the same patterns, reducing redundancy in the pattern directory.</li></ol>\n\n\n\n<p>The idea would be an additional step to this sort of utopian future where users can mix and match various elements and have them <em>just work</em> with whatever theme they are using. I am excited about it, but we still have a long way to go. When all of the core blocks support a full suite of design options, this will be far easier to accomplish, particularly when it comes to layouts.</p>\n\n\n\n<p>The idea is built on the premise that themes have begun to create their own <em>de facto</em> standard of putting all of their patterns into a single category titled &ldquo;Theme Name.&rdquo; This is the part where the concept breaks down. The truth is that not many themes are bundling dozens of patterns yet, but I have no doubts that they will.</p>\n\n\n\n<p>Tove, a <a href=\"https://wptavern.com/tove-a-block-based-wordpress-theme-by-anders-noren\">recently-released block theme</a> by Anders Nor&eacute;n, includes over 40 patterns under seven custom categories. If the developer had put all of them into a single group, it would have been a poor user experience.</p>\n\n\n\n<img />Tove patterns and categories.\n\n\n\n<p>I expect dozens of patterns will be common as they become a more vital piece of the theme development experience. If we build a system that encourages themers to highlight those from .ORG, it should be created with that reality in mind.</p>\n\n\n\n<p>Reigstad did mention another idea that might work better if themes are highlighting dozens of patterns. He proposed bubbling them to the top of the list and giving them a special badge of some sort. This method would keep theme authors from overfilling the &ldquo;theme category&rdquo; with dozens or hundreds of patterns.</p>\n\n\n\n<p>If democratizing the site design process is the ultimate goal, this feature should help further it. The more pathways we can enable for end-users to build the sites they want, the better.</p>\n\n\n\n<p>There is no reason for every theme to bundle a custom-made hero banner with a heading, paragraph, and button. Narrowing that down to a set of options that work everywhere gives users more power. They might also not feel locked out of a favored design element if they switch themes down the road.</p>\n\n\n\n<p>It would give theme developers more flexibility too. When someone else has already created several of the patterns they wanted to bundle, they can simply highlight them and not write any code to, essentially, make them a part of the theme itself.</p>\n\n\n\n<p>The biggest holdup for patterns is the existing interface for finding and inserting them. The experience is sub-par at best when you move beyond a couple of dozen.</p>\n\n\n\n<p>I am still in favor of an overlay with tiled patterns that are easily explorable. An earlier concept by Shaun Andrews was <a href=\"https://github.com/WordPress/gutenberg/pull/35006#issuecomment-929605688\">shared in a recent draft ticket</a> for a new patterns explorer.</p>\n\n\n\n<img />Potential block patterns overlay.\n\n\n\n<p>When we get an interface that is fleshed out like this, other ideas around patterns should feel like a natural part of WordPress.</p>\n\n\n\n<p>There will likely always be a place for developers to build and bundle their own patterns. Some make use of specific styles or other design elements that are only present within the theme itself.</p>\n\n\n\n<p>For now, I am looking forward to a time when I can mix and match patterns from different community designers on a single site.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 11 Oct 2021 23:48:28 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:13:\"\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:134:\"Gutenberg Times: How can we make building blocks easier,  New 2022 Theme, Persistent User preferences and more â€“ Weekend Edition 188\";s: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:\"https://gutenbergtimes.com/?p=19226\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:138:\"https://gutenbergtimes.com/how-can-we-make-building-blocks-easier-new-2022-theme-presistent-user-preferences-and-more-weekend-edition-188/\";s: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:18850:\"<p>Howdy, </p>\n\n\n\n<p>I am so thrilled that I now have more time to work on community outreach, organize Live Q &amp; As and learn more about Gutenberg development. There is also a lot going on in the WordPress community. People are sharing plenty. Last week, the edition had more a theme related focus, this week, we have a developer focus, it seems, despite we just had our Live Q &amp; A on block-based theme. See for yourself! </p>\n\n\n\n<p>Did you see the <a href=\"https://wppodcasts.com/\">WPPodcasts.com</a> site by the team around the HeroPress network, Topher and Cate DeRosia! All WordPress podcasts in one spot! All because of RSS feeds. A standard published in 1999, now hardly mentioned anymore. </p>\n\n\n\n<p><a href=\"https://twitter.com/alexhern/status/1445130867073032195\">The six-hour shutdown of Facebook</a>, helped many of us yet again to appreciate the open web, and the people who keep it that way. And yes, that&#8217;s all of you, dear readers, the theme, and plugins developers, site builders, content creators and site owners using WordPress.  </p>\n\n\n\n<p>Keep it up and keep creating! </p>\n\n\n\n<p>Yours, ðŸ’•<br />Birgit</p>\n\n\n\n\n<p><strong>Table of content</strong></p>\n\n\n\n<div class=\"wp-block-sortabrilliant-guidepost\"><ul><li><a href=\"https://gutenbergtimes.com/feed/#3-using-gutenberg-for-content-creators-and-site-builders\">Using Gutenberg for Content Creators and site builders</a></li><li><a href=\"https://gutenbergtimes.com/feed/#0-theme-development-in-for-full-site-editing\">Theme development in for Full-Site Editing</a><ul><li><a href=\"https://gutenbergtimes.com/feed/#1-the-future-of-theme-switching\">The Future of Theme Switching </a></li></ul></li><li><a href=\"https://gutenbergtimes.com/feed/#2-custom-blocks-development\">Custom Blocks Development</a><ul><li><a href=\"https://gutenbergtimes.com/feed/#4-using-create-block-script\">Using create-block script to build blocks</a></li></ul></li><li><a href=\"https://gutenbergtimes.com/feed/#4-w\">WordPress Events</a><ul><li><a href=\"https://gutenbergtimes.com/feed/#pagebuilder\">Page Builder Summit</a></li></ul></li></ul></div>\n\n\n\n\n\n<p><strong>&nbsp;<a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/\" target=\"_blank\" rel=\"noreferrer noopener\">&#8220;Keeping up with Gutenberg &#8211; Index 2021&#8221;</a>&nbsp;</strong><br />A chronological list of the WordPress Make Blog posts from various teams involved in Gutenberg development: Design, Theme Review Team, Core Editor, Core JS, Core CSS, Test and Meta team from Jan. 2021 on. Updated by yours truly.  </p>\n\n\n\n\n<h2 id=\"3-using-gutenberg-for-content-creators-and-site-builders\">Using Gutenberg for Content Creators and site builders</h2>\n\n\n\n<p><strong>Anne McCarthy</strong> collaborated with the Gutenberg developers and designers to describe the <strong><a href=\"https://make.wordpress.org/core/2021/10/06/core-editor-improvement-continued-progress-on-accessibility/\">continued progress on accessibility</a></strong> in using the block editor for existing and future features. She has details on the Navigation block&#8217;s accessibility as well as for the Gallery Block Refactor.  You&#8217;ll also find an asorted list of high impact improvements. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p>In his post on the Torque Magazine, <strong>Will Morris</strong> shows you <strong><a href=\"https://torquemag.io/2021/09/use-wordpress-block-pattern-directory/\">how you can use the WordPress Pattern Directory</a></strong>. He explains first what Block patterns are and what the Directory entails. Then he walks you through how to make a block pattern from the directory usable on your site by copy/paste. Another way is adding a block pattern from the Inserter panel. Both variations are explained in a step-by-step way and should get a WordPress newbie or just someone who just switched from classic editor to the block editor, started. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong><a href=\"https://twitter.com/ClorithMJ\">Marius Jensen</a></strong> updated his <a href=\"https://wordpress.org/plugins/blockeditor-fullscreen-mode-control/\"><strong>Persistent Block Editor Settings plugin</strong></a> He added support for the following user settings: </p>\n\n\n\n<ul><li>&#8211; Block breadcrumbs </li><li>&#8211; Most used blocks </li><li>&#8211; Caret positioning </li></ul>\n\n\n\n<p>All settings are stored with the individual user profile information, and persist in between computer or browser changes. </p>\n\n\n\n<h2 id=\"0-theme-development-in-for-full-site-editing\">Theme development in for Full-Site Editing</h2>\n\n\n\n<p><strong>Ben Dwyer</strong> described in his post the role <a href=\"https://themeshaper.com/2021/10/06/universal-themes/\"><strong>Universal Themes</strong></a> will play in WordPress ecosystem. He defined the term Universal Theme as a theme that works like a classic theme for a site that has not enabled Full-site editing, and act like a block-based Theme for those sites that do.  He shares code-snippets for templates. Dwyer also stipulates, that Universal Themes are a temporary measure, as their need will diminish with Site Editor&#8217;s improvements further down the line.</p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong>Kjell Reigstad</strong> just <strong><a href=\"https://make.wordpress.org/core/2021/10/06/introducing-twenty-twenty-two/\">introduced the new Twenty-Twenty-Two</a></strong> theme. It&#8217;s bird themed, and I truly loved the backstory of this inspiration. Reigstad tells the story that an array of birds joined his family every morning for breakfast at their bird feeder, and the theme is a mediation over what he saw. My husband and I had a similar breakfast with wildlife experience. Our birds were a bit larger: a white duck, herons, ibises, and Limpkins. </p>\n\n\n\n<p>The theme will be a pure block-based theme geared towards the Full-site editing with difference color palettes exposed to the Global Styles interface and interesting block-patterns. In the post, the images are mock-ups. The Themes still needs to be built. Reigstad teamed up with <strong>Jeff Ong</strong> for the development. </p>\n\n\n\n<p><strong>WPTavern</strong> published two posts about it, too</p>\n\n\n\n<ul><li><a href=\"https://wptavern.com/default-theme-releases-may-become-more-frequent-following-wordpress-5-9\">Default Theme Releases May Become More Frequent Following WordPress 5.9</a> by Sarah Gooding</li><li><a href=\"https://wptavern.com/first-look-at-wordpress-upcoming-twenty-twenty-two-default-theme-the-most-flexible-default-theme-ever-created-for-wordpress\">First Look at WordPressâ€™ Upcoming Twenty Twenty-Two Default Theme</a> by Justin Tadlock</li></ul>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p>This week&#8217;s Live Q &amp; A recording &#8211;  <a href=\"https://www.youtube.com/watch?v=eiIhJdFfamA\"><strong>Going from classic to block-based Theme</strong></a> with <strong>Ellen Bauer, Anders Noren</strong> and <strong>Carolina Nymark</strong> &#8211;  is now available on <a href=\"https://www.youtube.com/watch?v=eiIhJdFfamA\">YouTube</a>. The blog post with resources and transcript will follow next week.  </p>\n\n\n\n<a href=\"https://www.youtube.com/watch?v=eiIhJdFfamA\"><img /></a>\n\n\n\n<p>&#8220;Creating a scaled and fluid type system takes a bit of creativity, especially in the context of WordPress block themes, but <a href=\"https://richtabor.com/fluid-type-scale-theme-json/\">here&#8217;s what I&#8217;ve explored</a>.&#8221; <strong><a href=\"https://twitter.com/richard_tabor\">Rich Tabor</a></strong> tweeted. <strong><a href=\"https://richtabor.com/fluid-type-scale-theme-json/\">Using a Fluid Type Scale in WordPress Block Themes with Theme.json</a></strong></p>\n\n\n\n<h3 id=\"1-the-future-of-theme-switching\">The Future of Theme Switching </h3>\n\n\n\n<p><strong>Anne McCarthy </strong>published the <a href=\"https://make.wordpress.org/test/2021/10/05/fse-program-block-theme-switching-summary/\"><strong>Summary from the Theme Switching Exploration</strong></a> in context of the FSE-outreach program and the 10th call for testing. It had some interesting insights, like the expectation that user created templates are thethered to the theme and don&#8217;t stay around after switching a theme. Or that custom block styles, font-color and type choices survive after the theme is changed. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p>In her post <a href=\"https://make.wordpress.org/design/2021/10/08/adventures-in-block-theme-switching/\"><strong>Adventures in Block Theme Switching</strong></a>, <strong><a href=\"https://twitter.com/critterverse\">Channing Ritter</a></strong>, team member on the WordPress design team, used the comments from contributors as inspiration for three different approaches on the entrance for theme management: </p>\n\n\n\n<ol><li>The first idea envisions a redesing of the <strong>Theme Live Preview </strong>to allow for switching theme after a preview with a way to apply existing styles and templates. </li><li>The second idea makes theme management available via <strong>Global Styles</strong> sidebar of the the Site Editor. </li><li>The third idea takes the idea of shipping more then one color schemes  from the Twenty-Twenty-Two Theme and envisions a way to actually use <strong>template parts from all installed themes</strong> on a site. </li></ol>\n\n\n\n<p>It definitely is easier to understand when you watch the video and here longer explanations for each idea. Share your ideas and comment on the once before us! This is the moment you can influence where the team is taking the next phase of development. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<h2 id=\"2-custom-blocks-development\">Custom Blocks Development</h2>\n\n\n\n<p><a href=\"https://us02web.zoom.us/webinar/register/3316333825196/WN__4hq3dHuR5uT3ZSG7BnOqA\">Join us next week, Thursday, October 14th, 2021</a>, for a Discussion with <strong>Helen Hou-Sandi, Mark Jaquith and Riad Benguella</strong> on <strong><strong><a href=\"https://us02web.zoom.us/webinar/register/3316333825196/WN__4hq3dHuR5uT3ZSG7BnOqA\">How can we make building blocks easier?</a></strong></strong> It&#8217;s a continuation of a discussion started by Jaquith a few weeks ago: </p>\n\n\n\n<p><a href=\"https://twitter.com/markjaquith/status/1432461667187765251\">The tweet</a> about an exploration from Jaquith, inspired by Hou-Sandi&#8217;s blog post, spurred a flurry of conversation around custom block development. The premise? <em>â€œWhat if building custom blocks for the Block Editor was as easy as supplying attributes and a block of HTML? What if this produced React editing code and PHP rendering code without a build step?â€</em>  All three panelists are long-time WordPress contributors who have been different approaches on tackling these ideas. We will have more links and resource for you on the Live Stream. </p>\n\n\n\n<a href=\"https://us02web.zoom.us/webinar/register/3316333825196/WN__4hq3dHuR5uT3ZSG7BnOqA\"><img /></a>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p>This week, I published a proposal for a new event series on the Make Core Blog: <a href=\"https://make.wordpress.org/core/2021/10/07/proposal-gutenberg-developer-hours-series-of-events/\"><strong>Proposal: Gutenberg Developer Hours series of events</strong>.</a> It would be great if you could comment on this idea and let me know if you are interested in being part of the panel. It&#8217;s meant to be a low-effort way to help out other developers, without getting into all the administrative part of organizing those sessions. That&#8217;s what I will do. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong><a href=\"https://twitter.com/leeshadle\">Lee Shadle</a></strong> was a guest on the WPTavern Jukebox podcast on <a href=\"https://wptavern.com/podcast/8-lee-shadle-on-how-blocks-create-new-opportunities\"><strong>How Blocks Create New Opportunities.</strong></a> Podcast host, <strong>Nathan Wrigley</strong> discussed with Shadle the world of Gutenberg blocks and the new world of WordPress product business. It worth listening to the show undistracted. Shadle and Wrigley go deep into change mangement and how business owners might be able to approach building for WordPress in the classic way and slowly move into the block-based way without jeopardizing their revenue or the time they spend with their families. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p id=\"4-a-href-https-us-02-web-zoom-us-webinar-register-1016333846354-wn-v-e-xlr-fa-rcab-gz-78-jgj-8-ca-converting-classic-widgets-to-blocks-a\"><a href=\"https://us02web.zoom.us/webinar/register/1016333846354/WN_v-EXlrFaRcabGz78jgj8CA\">Join us on October 28th at 12 pm EDT / 16:00 UTC</a> <strong>Gutenberg Times Live Q &amp; A: <a href=\"https://us02web.zoom.us/webinar/register/1016333846354/WN_v-EXlrFaRcabGz78jgj8CA\">Converting classic widgets to blocks</a> </strong>Learn from the BuddyPress team members, <strong>Mathieu Viet</strong>, <strong>David Cavins</strong>, <strong>Varun Dubey</strong>.</p>\n\n\n\n<a href=\"https://us02web.zoom.us/webinar/register/1016333846354/WN_v-EXlrFaRcabGz78jgj8CA\"><img /></a>\n\n\n\n<h3 id=\"4-using-create-block-script\">Using create-block script to build blocks</h3>\n\n\n\n<p><strong><a href=\"https://twitter.com/dgwyer\">David Gwyer</a></strong> started a new site on the domain <a href=\"https://innerblocks.com/\">Innerblocks.com</a> to share his experience developing for Gutenberg in tutorials and resources. The first tutorial is titled:  <a href=\"https://innerblocks.com/creating-a-new-block-for-the-gutenberg-editor/\"><strong>Creating a New Block for the Gutenberg Editor</strong></a>. </p>\n\n\n\n<p>Gwyer also curates <a href=\"https://github.com/dgwyer/gutenberg-development-resources\">Gutenberg Developer Resources</a> on GitHub. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong><a href=\"https://twitter.com/phil_sola123\">Phil Sola</a></strong> has experimented with the WordPress <a href=\"https://developer.wordpress.org/block-editor/reference-guides/packages/packages-create-block/\">create-block script</a> and found a way to use it also for a multi-block plugin. He published the code on GitHub: <strong><a href=\"https://github.com/phil-sola/multi-block-plugin\">Multi blocks plugin</a></strong>.</p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p>In this Thursday-Twitch-Stream, <strong><a href=\"https://twitter.com/ryanwelcher\">Ryan Welcher</a></strong> also covered <strong><a href=\"https://www.twitch.tv/videos/1169960035\">using create-block for a multi-block plugin</a></strong> in a step-by-step video tutorial. <a href=\"http://Creating a plugin with @wordpress/create-blocks that has multiple blocks\">The GitHub repo is available here</a>. </p>\n\n\n\n<p>For this I only got to listened for the first 10 minutes and learned about the <em>Dependency Extraction Plugin</em> for webpack that replaces references to external packages to reference to WordPress global script that are already available in any WordPress instance. Because of that all your plugin doesn&#8217;t need to bundle all the packages, and be kept really small.  </p>\n\n\n\n<p>In previous Twitch Streams Welcher covered: </p>\n\n\n\n<ul><li><a href=\"https://www.twitch.tv/videos/1163471262\">Converting a shortcode to a custom block</a></li><li><a href=\"https://www.twitch.tv/videos/1156915530\">Updating the block examples </a></li><li><a href=\"https://www.twitch.tv/ryanwelchercodes/clip/UgliestTalentedBeaverOSsloth-t7djXmqOz2ObzwO1\">First steam! Let&#8217;s mess with some custom blocks</a></li></ul>\n\n\n\n<p>Welcher holds regular <a href=\"https://www.twitch.tv/ryanwelchercodes\">Live Twitch streams on Thursdays 10:30 am EDT / 14:30 UTC</a>. Follow him and you will be notified when he goes live. </p>\n\n\n\n\n<p><strong><a href=\"https://gutenbergtimes.com/need-a-zip-from-master/\">Need a plugin .zip from Gutenberg&#8217;s main (trunk) branch?</a></strong><br />Gutenberg Times provides daily build for testing and review. <br />Have you been using it? Hit reply and let me know.</p>\n\n\n\n<p><img alt=\"GitHub all releases\" src=\"https://img.shields.io/github/downloads/bph/gutenberg/total\" /></p>\n\n\n\n\n<h2 id=\"4-w\">WordPress Events</h2>\n\n\n\n<h3 id=\"pagebuilder\">Page Builder Summit</h3>\n\n\n\n<p><strong><a href=\"https://pagebuildersummit.com/\">Page Builder Summit</a></strong> is coming back and will be happening <strong>October 18 &#8211; 22, 2021. </strong>Nathan Wrigley and Anchen Le Roux <a href=\"https://pagebuildersummit.com/schedule/\"><strong>just published the schedule</strong></a></p>\n\n\n\n<p>Here is the list of Gutenberg / Block-editor presentations </p>\n\n\n\n<ul><li><strong>Forging the Future with Full Site Editing</strong> with Anne McCarthy (10/18 &#8211; 9am EDT)</li><li><strong>The Future of Building WordPress Websites </strong>with Brian Gardner (10/18 &#8211; 12pm EDT)</li><li><strong>What does Full Site Editing Mean for Page Builders?</strong> with Joe Casabona (10/19/ 9am EDT)</li><li><strong>Customizing WordPress Block Editor for Client Projects </strong>with Birgit Pauli-Haack (10/19/ &#8211; 10 am EDT)</li><li><strong>Mastering modern WordPress with Full-site Editing &amp; Custom Blocks</strong> with Rob Stinson (10/20/ &#8211; 5am EDT)</li><li><strong>How to Build Any Page Layout Using Kadence Blocks</strong> with Jake Pfohl (10/20/ &#8211; 12pm EDT)</li><li><strong>Building a Custom Blog Archive with Blocks</strong> with Mike Oliver (10/21/ 11am EDT)</li><li><strong>RIP Page Builders</strong> with Chris Lubkert (10/19 &#8211; 1pm EDT)</li></ul>\n\n\n\n<p>The schedule is not out yet. <a href=\"https://pagebuildersummit.com/\"><strong>Sign-up for the waitlist</strong></a> to receive notifications.</p>\n\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p class=\"has-text-align-center\"><strong>Don&#8217;t want to miss the next Weekend Edition? </strong></p>\n\n\n\n<form class=\"wp-block-newsletterglue-form ngl-form ngl-portrait\" action=\"https://gutenbergtimes.com/feed/\" method=\"post\"><div class=\"ngl-form-container\"><div class=\"ngl-form-field\"><label class=\"ngl-form-label\" for=\"ngl_email\">Type in your Email address to subscribe.</label><div class=\"ngl-form-input\"><input type=\"email\" class=\"ngl-form-input-text\" name=\"ngl_email\" id=\"ngl_email\" /></div></div><button class=\"ngl-form-button\">Subscribe</button><p class=\"ngl-form-text\">We hate spam, too and won&#8217;t give your email address to anyone except Mailchimp to send out our Weekend Edition</p></div><div class=\"ngl-message-overlay\"><div class=\"ngl-message-svg-wrap\"></div><div class=\"ngl-message-overlay-text\">Thanks for subscribing.</div></div><input type=\"hidden\" name=\"ngl_list_id\" id=\"ngl_list_id\" value=\"26f81bd8ae\" /><input type=\"hidden\" name=\"ngl_double_optin\" id=\"ngl_double_optin\" value=\"yes\" /></form>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\";s: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, 09 Oct 2021 05:47:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Birgit Pauli-Haack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:13:\"\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:80:\"WPTavern: WPCloudDeploy Brings Site and Server Management to the WordPress Admin\";s: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:30:\"https://wptavern.com/?p=123646\";s: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:205:\"https://wptavern.com/wpclouddeploy-brings-site-and-server-management-to-the-wordpress-admin?utm_source=rss&utm_medium=rss&utm_campaign=wpclouddeploy-brings-site-and-server-management-to-the-wordpress-admin\";s: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:8512:\"<p class=\"has-drop-cap\">WPCloudDeploy recently <a href=\"https://wpclouddeploy.com/whats-new-in-wpclouddeploy-4-10-5/\">launched version 4.10.5</a> of its rapidly-maturing <a href=\"https://wpclouddeploy.com/\">WordPress plugin</a> of the same name. The project is a WordPress-native replacement for SaaS services like Cloudways, Ploi, SpinupWP, and others.</p>\n\n\n\n<p>Customers still need to hook up to a cloud server provider, such as Digital Ocean, Linode, AWS, or elsewhere. However, the project seeks to cut out the middleman for developers and agencies running multiple sites. They are specifically targeting those who would routinely manage 20 or more.</p>\n\n\n\n<p>&ldquo;It&rsquo;s a true plugin where everything you need runs on your own site (except, of course, the other servers you are provisioning and managing which reside at their respective cloud server providers),&rdquo; said WPCloudDeploy owner Nigel Bahadur.</p>\n\n\n\n<img />Server list screen.\n\n\n\n<p>Technically, WPCloudDeploy opened to the public in March 2020, but Bahadur was not ready to aggressively start letting the community know about it. He said the team is now at a point where they have a core group of users who are happy with the plugin. They have been rolling out new functionality every month for a year and a half and feel like it goes above and beyond alternatives.</p>\n\n\n\n<p>&ldquo;We were basically in stealth mode for most of that time &mdash; we did enough marketing to get a core group of users and then tried to make those users happy,&rdquo; he said. &ldquo;We even offered a heavily discounted lifetime license last year during the Black Friday sales period &ndash;- the folks that purchased then are very happy right now.&rdquo;</p>\n\n\n\n<p>With a mature project, it is time to branch out into the larger WordPress developer and agency market.</p>\n\n\n\n<p>The plugin promises its customers that they can deploy unlimited WordPress-optimized servers and sites to any cloud or bare-metal server. It has direct integration with 10 of the most popular cloud server providers.</p>\n\n\n\n<img />Server status and overview screen.\n\n\n\n<p>However, provider integration is limited to which <a href=\"https://wpclouddeploy.com/pricing/\">pricing plan</a> the customer decides on. The core tier, which costs $199 per year, only works with Digital Ocean. The business tier runs $499 and adds Linode, Vultr, and UpCloud to the mix. For the full range of providers, customers must upgrade to the all-access plan for $799. Both of the top tiers also have a lifetime purchase option.</p>\n\n\n\n<p>Each tier of the plan is not merely limited to integration with more providers. For example, agencies can sell site and server subscriptions via WooCommerce through the business or all-access packages. White label and teams features are available at all levels.</p>\n\n\n\n<h2>Selling Subscriptions through WooCommerce</h2>\n\n\n\n<p class=\"has-drop-cap\">WPCloudDeploy allows agencies to sell subscriptions to cloud servers or WordPress sites through WooCommerce. Because of the feature&rsquo;s recent interest, Bahadur said it will likely be a focus area next year for more enhancements.</p>\n\n\n\n<p>&ldquo;For servers, you can create subscription products where the user gets to choose the provider and location,&rdquo; he said. &ldquo;Or you can create them where each product represents a single provider (useful if you want to price your AWS servers differently from your DigitalOcean servers).&rdquo;</p>\n\n\n\n<p>They have their own separate service that builds on top of this called <a href=\"https://wpcloudpanel.com/\">WPCloudPanel</a>. The team created it with Beaver Builder, WooCommerce, WooCommerce Subscriptions, and Ninja Tables. The entire site required no additional custom code.</p>\n\n\n\n<img />WooCommerce-integrated sales page.\n\n\n\n<p>&ldquo;For sites, you can create subscriptions where the site is automatically placed on a particular server in a particular region,&rdquo; said Bahadur. &ldquo;Or you can create them where the site is placed on any available server from an admin-defined list of servers. It&rsquo;s a great way to get a highly customizable end-user purchasing experience using a toolset you already know.&rdquo;</p>\n\n\n\n<p>Developers and agencies are not necessarily limited to WooCommerce. Instead, they can take the team&rsquo;s code and port it to other eCommerce or membership plugins. One such customer is currently working on a MemberPress solution.</p>\n\n\n\n<p>&ldquo;Since the WPCloudDeploy code is just hooking into various WooCommerce actions and filters, it&rsquo;s basically just finding a similar hook in their favorite membership plugin, copying the relevant parts of our WooCommerce integration code, and then ripping out and replacing the WooCommerce-specific function calls,&rdquo; said Bahadur.</p>\n\n\n\n<h2>From Inception to the Future</h2>\n\n\n\n<p class=\"has-drop-cap\">Bahadur said his team started the project to meet their own needs. &ldquo;We really liked the idea of being able to use our own servers for WordPress sites. But at the time, there were still a lot of security questions and other usability and support issues that we were running into from the usual pool of SaaS providers.&rdquo;</p>\n\n\n\n<p>He then decided that his team would build something themselves. Jokingly, he said he completely underestimated the project and how far he would take it.</p>\n\n\n\n<p>&ldquo;I can&rsquo;t say that, back in 2019, I looked too far beyond the WP ecosystem because what I wanted was WP-specific functionality,&rdquo; he said. &ldquo;Cloudways was one of a number of providers I was using at the time, and they offered other services beyond WP. But the overall concept was the same whether it was WP or a server that was suitable for another ecosystem. I think I looked at every WP option there was at the time, including command-line services like WordOps.&rdquo;</p>\n\n\n\n<p>He said he was not necessarily sure it was important to have such a project in the WordPress space.</p>\n\n\n\n<p>&ldquo;I think what is important is to constantly remind folks of how much WordPress can do, how powerful it is, and to keep battling against the perception that WordPress is less secure than other options,&rdquo; said Bahadur. &ldquo;If you can use a WordPress plugin to run and manage all your servers and sites and/or even act as a hosting service, then we&rsquo;ve pushed the WP boundaries far beyond what anyone thought of doing two years ago.&rdquo;</p>\n\n\n\n<p>He thinks it is even more important that WordPress professionals to be able to build products that compete against the feature depth and &ldquo;sexiness&rdquo; of SaaS services.</p>\n\n\n\n<p>&ldquo;Think about how much more capital would stay within the WP ecosystem if you had a project management plugin that was as good as, say Clickup.com or Monday.com,&rdquo; said Bahadur. &ldquo;Or a CRM plugin that was as good as Hubspot. But to build plugins with that level of polish requires lots and lots of capital in the first place. Even though WP is a billion-dollar ecosystem, somehow we still don&rsquo;t have the ability to finance the build-out of world-class functional components with a world-class UX experience, and I think that&rsquo;s a shame &mdash; and a major opportunity for VCs.&rdquo;</p>\n\n\n\n<p>He does not think WPCloudDeploy has quite met the smoother UIs of SaaS services yet. However, he believes it can prove that it rivals or exceeds such competitors in terms of functionality.</p>\n\n\n\n<p>&ldquo;So the next time someone asks, &lsquo;can you really build that on WP?&rsquo;, maybe they can point to WPCD and say, &lsquo;Hey, if you can build this on WP, then, hell yeah, we can build that thingamajig that you want&hellip;,&rdquo; said Bahadur.</p>\n\n\n\n<p>The team maintains a Trello board with a <a href=\"https://trello.com/b/pYl53rvM/wpcloud-deploy-public-roadmap\">public roadmap</a>. The most-requested feature right now is support for OpenLiteSpeed, an open-source web server.</p>\n\n\n\n<p>However, Bahadur said the most tantalizing possibilities for the long term come from working with the REST API.</p>\n\n\n\n<p>&ldquo;Unlike SaaS tools, you&rsquo;ll be able to customize it using our built-in ones as a template,&rdquo; he said. &ldquo;Ambitious agencies will be able to add their own plugin to extend our REST API without waiting for us to add new endpoints that meet their needs.&rdquo;</p>\n\n\n\n<p>Eventually, the core plugin will be available on GitHub. Developers will be able to contribute new endpoints to the core product via pull requests.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 09 Oct 2021 00:26:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:13:\"\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:114:\"WPTavern: Hacktoberfest Adds GitLab Support, Updates Participation Requirements to Combat Open Source Project Spam\";s: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:30:\"https://wptavern.com/?p=123630\";s: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:271:\"https://wptavern.com/hacktoberfest-adds-gitlab-support-updates-participation-requirements-to-combat-open-source-project-spam?utm_source=rss&utm_medium=rss&utm_campaign=hacktoberfest-adds-gitlab-support-updates-participation-requirements-to-combat-open-source-project-spam\";s: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:4410:\"<p>The <a href=\"https://www.digitalocean.com/blog/hacktoberfest-is-back-2021/\">8th annual Hacktoberfest</a> is underway with a few important changes this year. <a href=\"https://hacktoberfest.digitalocean.com/\">Hacktoberfest</a>, a virtual event sponsored by DigitalOcean and community partners, has traditionally encouraged open source contribution during the month of October by rewarding participants with a t-shirt for submitting pull requests. The initiative has added support for participation on GitLab this year, a highly requested expansion that will include more open source projects that aren&rsquo;t hosted on GitHub.  </p>\n\n\n\n<p>Participation has grown from 676 people the first year to over 150,000 in recent years. In 2021, the program has been changed to be only applicable to opt-in repositories after being linked to an <a href=\"https://twitter.com/jennericthunk/status/1311564600853241858\">influx</a> of <a href=\"https://twitter.com/henrylim96/status/1311357290486722560\">spam</a> for open source maintainers in previous years. Maintainers of popular projects were getting frustrated by wasting their time handling nonsense PR&rsquo;s and marking them as spam during Hacktoberfest. </p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Ugh, oh no, October is starting. Prepare for a month of spam pull requests&hellip; whatwg/html has already been hit hard, at 5 in the last 3 hours.<a href=\"https://twitter.com/hacktoberfest?ref_src=twsrc%5Etfw\">@hacktoberfest</a>, please please stop this annual tradition of wasting maintainers\' time. You are a net negative for the world.</p>&mdash; Domenic Denicola (@domenic) <a href=\"https://twitter.com/domenic/status/1311355857465225218?ref_src=twsrc%5Etfw\">September 30, 2020</a></blockquote>\n</div>\n\n\n\n<p>Starting this year, pull requests will only count towards participation if they are in a repository with the &lsquo;<em>hacktoberfest</em>&lsquo; topic and once they have been merged and approved by a maintainer or labeled as &lsquo;<em>hacktoberfest-accepted</em>.&rsquo; Participants must contribute four accepted PR&rsquo;s to an opted-in repo in order to qualify for the free, limited-edition Hacktoberfest t-shirt.</p>\n\n\n\n<p>&ldquo;Maintainers are the backbone of the open-source community and this year, we&rsquo;re focused more than ever on ensuring maintainers are receiving the love they deserve,&rdquo; DigitalOcean Senior Community Relations Manager Phoebe Quincy said. &ldquo;Our maintainer-friendly rules include allowing repos to opt-in to Hacktoberfest, ensuring only accepted pull requests count towards participants&rsquo; Hacktoberfest goals, and for the first time ever, enabling maintainers to receive a Hacktoberfest t-shirt without having to submit pull requests.&rdquo;</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\"><a href=\"https://twitter.com/hacktoberfest?ref_src=twsrc%5Etfw\">@hacktoberfest</a> is here! Contribute to your favorite open source projects and get awesome swag! What could be better? Since we know <a href=\"https://twitter.com/hashtag/ElasticPress?src=hash&ref_src=twsrc%5Etfw\">#ElasticPress</a> is your favorite project &#128521;, here\'s a handy link to our Hacktoberfest issues <a href=\"https://t.co/U11660zNAU\">https://t.co/U11660zNAU</a> <a href=\"https://twitter.com/hashtag/WordPress?src=hash&ref_src=twsrc%5Etfw\">#WordPress</a></p>&mdash; ElasticPressIO (@ElasticPressIO) <a href=\"https://twitter.com/ElasticPressIO/status/1443263706020732928?ref_src=twsrc%5Etfw\">September 29, 2021</a></blockquote>\n</div>\n\n\n\n<p>Open source maintainers and contributors can join anytime during the month until October 31st. If you maintain a WordPress-related open source project, you can <a href=\"https://hacktoberfest.digitalocean.com/resources/maintainers\">get your project ready</a> to receive contributions by adding the &lsquo;Hacktoberfest&rsquo; topic to your repository, tagging issues with the &lsquo;Hacktoberfest&rsquo; label, and adding a CONTRIBUTING.md file. Maintainers are also encouraged to select issues that have a well-defined scope and are self-contained. Merging PR&rsquo;s, adding the&nbsp;&lsquo;hacktoberfest-accepted&rsquo;&nbsp;label, and marking &lsquo;invalid&rsquo; or &lsquo;spam&rsquo; contributions will all count towards engaged maintenership participation.</p>\n\n\n\n<p> </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 09 Oct 2021 00:20:42 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:13:\"\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:94:\"Post Status: Post Status Excerpt (No. 27) â€” CaboPress and Owning Your Own Content (For Some)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=87584\";s: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:34:\"https://poststatus.com/excerpt/27/\";s: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:3978:\"<h2>&#8220;While WordPress <em>does</em> democratize publishing there are people today that donâ€™t or (perhaps worse) can\'t take advantage of it.&#8221;</h2>\n\n\n\n<p class=\"has-drop-cap\">In this episode of Post Status Excerpt, Cory comes back freshly tanned from <strong>CaboPress</strong> to share his experiences and one big takeaway point that everyone can appreciate. David brings up how Facebook\'s outage this week made him start to give pause before quipping on Twitter about &#8220;owning your own content.&#8221; He asks if or how WordPress and the open web can help the people for whom Facebook <em>is</em> the internet.</p>\n\n\n\n<p><strong>Also covered in this episode: </strong>A shout out to <strong>WordCamp US 2021</strong> which was held virtually for the first time on October 1st â€” a fine virtual event after only eight weeks of planning!</p>\n\n\n\n\n\n\n\n<p class=\"has-background\">Every week <strong><a href=\"https://poststatus.com/podcast/the-excerpt/\">Post Status Excerpt</a></strong> will brief you on important WordPress news â€” in about 15 minutes or less! Learn what\'s new in WordPress in a flash. <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/26a1.png\" alt=\"âš¡\" class=\"wp-smiley\" /><br /><br />You can listen to <a href=\"https://poststatus.com/podcast/the-excerpt/\">past episodes</a> of <strong>The Excerpt</strong>, <a href=\"https://poststatus.com/category/post-status-podcasts/\">browse all our podcasts</a>, and donâ€™t forget to subscribe on <a href=\"https://open.spotify.com/show/1m3xwXbe0MG5BzFVPtB0A7\">Spotify</a>, Amazon Music, <a href=\"https://podcasts.google.com/feed/aHR0cHM6Ly9mZWVkcy5zaW1wbGVjYXN0LmNvbS8ySkU5c2M4UA\">Google Podcasts</a>, <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\">iTunes</a>, <a href=\"https://castro.fm/podcast/c53552c6-1ee0-4fc4-9de4-08ed6bf1ee4d\">Castro</a>, <a href=\"https://www.youtube.com/c/PostStatus\">YouTube</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\">Stitcher</a>, <a href=\"https://player.fm/series/wordpress-post-status-podcasts\">Player.fm</a>, <a href=\"https://pca.st/05rR\">Pocket Casts</a>, <a href=\"https://wordpress-post-status-draft-podcast.simplecast.com/\">Simplecast</a>, or by <a href=\"https://feeds.simplecast.com/2JE9sc8P\">RSS</a>. <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f3a7.png\" alt=\"ðŸŽ§\" class=\"wp-smiley\" /></p>\n\n\n\n<h3 id=\"h-mentioned-in-the-show\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f517.png\" alt=\"ðŸ”—\" class=\"wp-smiley\" /> Mentioned in the show:</h3>\n\n\n\n<ul><li><a href=\"https://twitter.com/search?q=%23CaboPress\">#CaboPress on Twitter</a></li><li><a href=\"https://cabopress.com/\">CaboPress.com</a></li><li><a href=\"https://poststatus.com/wordcamp-us-2021-summary/\">WordCamp US 2021 Summary (Post Status)</a></li><li><a href=\"https://poststatus.com/think-first-before-saying-own-your-own-content/\">Thinking First Before Saying &#8220;Own Your Own Content!&#8221;</a></li><li><a href=\"https://twitter.com/dimensionmedia\" target=\"_blank\" rel=\"noreferrer noopener\">David Bisset (Twitter)</a></li><li><a href=\"https://twitter.com/corymiller303\" target=\"_blank\" rel=\"noreferrer noopener\">Cory Miller (Twitter)</a></li><li><a href=\"https://twitter.com/post_status\" target=\"_blank\" rel=\"noreferrer noopener\">Post Status (Twitter)</a></li></ul>\n\n\n\n<h3><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f64f.png\" alt=\"ðŸ™\" class=\"wp-smiley\" /> Sponsor: <a href=\"https://poststat.us/ithemes\" target=\"_blank\" rel=\"noreferrer noopener sponsored nofollow\">iThemes</a></h3>\n\n\n\n<p>Take the guesswork out of building, maintaining, and securing WordPress websites. Professional plugins and training from <strong>iThemes</strong> help you create and manage your sites. Secure, back up, and manage them quickly and easily. Master leading-edge WordPress skills to grow your business and make more money. Learn and grow with the experts at <strong>iThemes</strong>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 08 Oct 2021 03:59:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"David Bisset\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:13:\"\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:69:\"WPTavern: Contextually Display Content With the Block Injector 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=123057\";s: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:183:\"https://wptavern.com/contextually-display-content-with-the-block-injector-plugin?utm_source=rss&utm_medium=rss&utm_campaign=contextually-display-content-with-the-block-injector-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5265:\"<p class=\"has-drop-cap\">Jamie Marsland, the founder of Pootlepress, reached out a few weeks ago, asking for feedback on a beta version of <a href=\"https://www.pootlepress.com/block-injector/\">Block Injector</a>.  It was a commercial plugin his team at Pootlepress was gearing up to launch. Earlier this week, they released an updated version that he said he was happy with as an initial release. For a first outing, it has proved to be a handy plugin.</p>\n\n\n\n<p>The concept is not new. Plugins for dynamically injecting content in various places have long existed. In the past, these plugins have allowed users to create content through settings panels, widgets, or even the customizer. Some themes provide such options too. However, Block Injector is the first I have seen that takes this concept and moves it into the block arena.</p>\n\n\n\n<p>The plugin creates a new post type for creating injectable content. Essentially, users can add any blocks they want via the editor and display them at a custom location on the front end.</p>\n\n\n\n<img />Adding a coupon to show at the top of a specific post.\n\n\n\n<p>The plugin has four different conditional rulesets that users can define:</p>\n\n\n\n<ul><li><strong>Location:</strong> Which pages of the site the content appears on.</li><li><strong>Position:</strong> Where on the page the content should display.</li><li><strong>Exceptions:</strong> Post IDs to exclude.</li><li><strong>Schedule:</strong> Date and time-based start and end dates.</li></ul>\n\n\n\n<p>Marsland published a six-minute video that breaks down how it all works:</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<p>After <a href=\"https://wptavern.com/from-ecommerce-integration-to-location-based-controls-block-visibility-pro-expands-upon-its-free-version\">using Block Visibility</a>, a dedicated plugin for contextually displaying blocks, it is hard not to see anything else as inferior. Its location-based logic provides more flexibility than most will ever need. I have become accustomed to its granular controls. Block Injector&rsquo;s rules are limited in comparison but should work well for the majority of use cases.  I almost want to merge them to see what I can create.</p>\n\n\n\n<p>Block Injector really shines when paired with WooCommerce. The development team added several shop-specific location options.  They also expanded on the positioning rules to utilize a range of WooCommerce hooks. This can create a powerful set of tools for store owners, particularly for seasonal sales. For example, users can display a coupon for the month leading up to Christmas.</p>\n\n\n\n<img />Adding a coupon to show on the WooCommerce shop page.\n\n\n\n<p>One area where I hit a snag was with themes that had grid layouts on the homepage. When injecting content at the top or bottom, it would often get sucked into the post grid.</p>\n\n\n\n<p>This issue is evident in the following screenshot when using the <a href=\"https://wordpress.org/themes/flock\">Flock</a> theme:</p>\n\n\n\n<img />\n\n\n\n<p>My expectation was that it would have spanned the area above the posts. However, I am not sure how easy this would be to fix from the plugin&rsquo;s end because there are only specific places where it is possible to hook into the front-end output. Attempting to correct this via CSS for all grid themes would be futile. However, as we continue to move toward 100% block themes in the future, it may open some alternative routes for injecting such content.</p>\n\n\n\n<p>On the whole, I like the direction I am seeing from this first version. Having run theme and general WordPress support for over a decade, I had an untold number of users ask for similar solutions. I doubt there was a week that went by where I did not field such a question. Block Injector should save many a lot of time.</p>\n\n\n\n<p>I would call the plugin <em>necessary</em> more so than particularly groundbreaking. The community needed someone to step up and build it for the block era.</p>\n\n\n\n<p>Also, Marsland created a fake marketing video for the plugin if you are looking for a quick laugh:</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Amazing to get this testimonial from Korean supergroup ELAST for our Block Injector plugin <a href=\"https://twitter.com/hashtag/wpfakes?src=hash&ref_src=twsrc%5Etfw\">#wpfakes</a> <a href=\"https://twitter.com/hashtag/gutenberg?src=hash&ref_src=twsrc%5Etfw\">#gutenberg</a> <a href=\"https://t.co/7kFdq3CzYY\">pic.twitter.com/7kFdq3CzYY</a></p>&mdash; Pootlepress &ndash; busy building Gutenberg Blocks (@pootlepress) <a href=\"https://twitter.com/pootlepress/status/1444301141551026182?ref_src=twsrc%5Etfw\">October 2, 2021</a></blockquote>\n</div>\n\n\n\n<p>That tweet is just one in a series of videos under the <a href=\"https://twitter.com/hashtag/wpfakes\">#WPFakes hashtag</a>, one of my favorite things on the internet right now.</p>\n\n\n\n<p>Version 1.0.1, the copy I am currently testing, does have a few PHP errors when WooCommerce is not active in specific scenarios. These are trivial to fix, and I have passed along the details to the team. However, I did want to note this to readers who might consider purchasing this for use without WooCommerce. I expect the problems will be fixed in the next release.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 08 Oct 2021 00:39:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:13:\"\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:81:\"WPTavern: Default Theme Releases May Become More Frequent Following WordPress 5.9\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=123925\";s: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:207:\"https://wptavern.com/default-theme-releases-may-become-more-frequent-following-wordpress-5-9?utm_source=rss&utm_medium=rss&utm_campaign=default-theme-releases-may-become-more-frequent-following-wordpress-5-9\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3240:\"<img />photo credit: <a href=\"https://stocksnap.io/photo/birds-flying-MGGKWIS8CP\">Matt Bango</a>\n\n\n\n<p>The new <a href=\"https://wptavern.com/first-look-at-wordpress-upcoming-twenty-twenty-two-default-theme-the-most-flexible-default-theme-ever-created-for-wordpress\">Twenty Twenty-Two default theme</a> coming in 5.9 hasn&rsquo;t even been fully built yet but many WordPress enthusiasts who saw yesterday&rsquo;s design reveal are already eager to use it on their sites. Contributors have just 40 days before the <a href=\"https://make.wordpress.org/core/5-9/\">scheduled Beta 1 release</a> on November 16 to get the theme ready. While that seems like an impossibly tight deadline, more frequent default theme releases may be ahead on the horizon.</p>\n\n\n\n<p>In a couple of short paragraphs tucked into the end of the announcement, Kjell Reigstad commented on the future of default theme release frequency:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>The community has produced a dozen best-in-class themes together, and we&rsquo;ve come to look forward to a new one arriving at the close of each year. That said, themes are in a transition period today, and it seems like this may be a reasonable time to step back and to re-evaluate the annual cadence with which we build default themes.&nbsp;</p><p>Innovations like theme.json, block templates, and block patterns are making theme development far simpler, and are providing new ways for users to customize their sites. There&rsquo;s reason to believe that the community can leverage all this to build more frequent and diverse theme and customization solutions for our users in the coming years.&nbsp;</p></blockquote>\n\n\n\n<p>It wasn&rsquo;t clear whether Reigstad meant that the cadence of default theme releases would be slowing down or speeding up. I asked him for clarification and he confirmed that the idea is to consider the possibility of speeding up.</p>\n\n\n\n<p>&ldquo;I hope these new tools allow us to create and release more frequently than we&rsquo;ve been able to in the past,&rdquo; Reigstad said.</p>\n\n\n\n<p>&ldquo;The general idea came up as part of the ideation process for the default theme this year, and that part of the post is meant to give it a wider platform for conversation in the community. I&rsquo;m excited to hear what other folks think since this idea is in its very early days! I really think there&rsquo;s a lot of opportunity here.&rdquo;</p>\n\n\n\n<p>&nbsp;The ideation process he referenced, which varies from year to year, included early conversations with project leadership to plan and make sure the theme is aligned with the future of WordPress. </p>\n\n\n\n<p>Before the discussion officially kicks off regarding increasing default theme release frequency, contributors are focused on getting Twenty Twenty-Two out the door. Reigstad said people can jump in on testing now, as the general structure is already in place. This includes fonts, colors, and basic templates, although details like spacing and specific block styles are still in progress along with block patterns. If you want to contribute to making Twenty Twenty-Two the best it can be, check out the <a href=\"https://github.com/wordpress/twentytwentytwo\">development happening on GitHub</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 07 Oct 2021 20:14:55 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:13:\"\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:66:\"WPTavern: The HeroPress Network Launches as a Multi-Project Portal\";s: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:30:\"https://wptavern.com/?p=123904\";s: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:177:\"https://wptavern.com/the-heropress-network-launches-as-a-multi-project-portal?utm_source=rss&utm_medium=rss&utm_campaign=the-heropress-network-launches-as-a-multi-project-portal\";s: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:5911:\"<p class=\"has-drop-cap\">Husband-and-wife duo Topher and Cate DeRosia announced the <a href=\"https://heropressnetwork.com/heropress-expands-into-the-heropress-network/\">launch of the The HeroPress Network</a> earlier today. It is a collection of content from various sites they are working on in a centralized location.</p>\n\n\n\n<p>&ldquo;Its overarching goal is to be a hub,&rdquo; said Cate DeRosia. &ldquo;It will display the newest items from around the HeroPress Network, as well as news from the community (to be added in shortly). We can also post information that we think is helpful or educational.&rdquo;</p>\n\n\n\n<p>The &ldquo;hub&rdquo; will incorporate content from at least eight projects:</p>\n\n\n\n<ul><li><a href=\"https://heropressnetwork.com/\">The HeroPress Network</a></li><li><a href=\"https://heropress.com/\">HeroPress</a></li><li><a href=\"http://www.hallwaychats.com/\">Hallway Chats</a></li><li><a href=\"https://wppodcasts.com/\">WP Podcasts</a></li><li><a href=\"http://www.finditwp.com/\">Find It WP</a></li><li>Slack group</li><li>+2 additional projects in production</li></ul>\n\n\n\n<p>The team launched WP Podcasts two weeks ago, making over 7,000 current episodes from dozens of WordPress shows available in one place. Find It WP is currently in beta and will be the next project to launch on or before October 19.  They will soon launch the public Slack group with dedicated channels for different types of professionals.</p>\n\n\n\n<img />The HeroPress Network homepage.\n\n\n\n<p>&ldquo;You could say it&rsquo;s like the portals of yesteryear,&rdquo; said DeRosia. &ldquo;With HeroPress expanding into 8+ or more entities, we wanted one place for people to go and get the most current glimpse of what&rsquo;s happening.&rdquo;</p>\n\n\n\n<p>She also teased the idea of expanding their educational offerings in the announcement post. However, news on that will have to wait until they build out the projects currently underway.</p>\n\n\n\n<p>The team will open funding options on October 24.  The HeroPress Network is a for-profit company, but its goal is to make all of its content available for free to the community as a whole.</p>\n\n\n\n<p>The original HeroPress.com website <a href=\"https://wptavern.com/heropress-fails-to-attract-backers-cancels-kickstarter-campaign-ahead-of-deadline\">did not hit its funding goal</a> in 2015. It attracted 33 backers who pledged $21,855 of its $60,000 AUD goal on Kickstarter. There was <a href=\"https://wptavern.com/heropress-launches-kickstarter-campaign-to-highlight-wordpress-developers\">some early pushback</a>, particularly from WordPress lead developer Andrew Nacin <a href=\"https://twitter.com/nacin/status/558347928977145856?ref_src=twsrc%5Etfw%7Ctwcamp%5Etweetembed%7Ctwterm%5E558347928977145856%7Ctwgr%5E%7Ctwcon%5Es1_&ref_url=https%3A%2F%2Fwptavern.com%2Fheropress-launches-kickstarter-campaign-to-highlight-wordpress-developers\">who cited</a> its &ldquo;unambiguous hero worship&rdquo; and the initial male-only lineup of speakers as problems. However, much has changed in the six years since the fundraiser.</p>\n\n\n\n<p>DeRosia called the first fundraising event a test to see how the community would receive it. The project has never been funded financially since then. Hosting and resources have been provided for the project, and a few other companies have occasionally donated toward their time and tools.</p>\n\n\n\n<p>Despite failing to raise their initial funds, the project continued onward. Today, HeroPress has been a success by simply providing a platform for people to share their journeys in the WordPress world.</p>\n\n\n\n<p>Andrey &ldquo;Rarst&rdquo; Savchenko wrote the <a href=\"https://heropress.com/essays/finding-your-place/\">first essay</a> in March 2015. Since then, the site has published over 200 others.</p>\n\n\n\n<p>&ldquo;It&rsquo;s always been a challenge to figure out how to fund the project,&rdquo; said DeRosia. &ldquo;When the pandemic hit and sponsors had money they couldn&rsquo;t use on WordCamps, they started some conversations with us. We&rsquo;ve been kicking around ideas since then and feel The HeroPress Network gives us the best resource for reasonable funding. We want to be giving value back to both the community and supporters, and the diversity of what makes up the Network provides more options.&rdquo;</p>\n\n\n\n<p>If everything falls into place, DeRosia herself or one of their daughters could have a salaried position for the project. Her background is in English and journalism, and she described it as a &ldquo;dream job.&rdquo;</p>\n\n\n\n<p>I asked DeRosia why she was personally vested in this project. What was it that got her up every morning to build it?</p>\n\n\n\n<p>&ldquo;Topher and I both grew up rural poor here in the US,&rdquo; she said. &ldquo;We come from communities dying because there aren&rsquo;t jobs. WordPress has always been such an excellent answer to this.</p>\n\n\n\n<p>&ldquo;With HeroPress.com we&rsquo;re able to provide a stage where people can tell their stories of how they&rsquo;ve built their lives regardless of where they lived or what circumstances they were living in. That&rsquo;s great, but it only goes so far.</p>\n\n\n\n<p>&ldquo;Now with The HeroPress Network, we can provide simplified, searchable access to practical tools that anyone can use to craft the life they want using the WordPress platform. We can also demonstrate how community and business can work together to get the best for both.</p>\n\n\n\n<p>&ldquo;If the option for something better is out there, I want to help people find it. Helping new people get started in WordPress brings a richness to the community that it needs to thrive. Helping established businesses connect with people and resources continues the growth.</p>\n\n\n\n<p>&ldquo;It&rsquo;s just so incredible to have the privilege to see people build relationships that allow them to flourish. And who wouldn&rsquo;t get out of bed every morning to do that?&rdquo;</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 06 Oct 2021 23:44:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:13:\"\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:143:\"WPTavern: First Look at WordPressâ€™ Upcoming Twenty Twenty-Two Default Theme: â€œThe Most Flexible Default Theme Ever Created 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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=123061\";s: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:311:\"https://wptavern.com/first-look-at-wordpress-upcoming-twenty-twenty-two-default-theme-the-most-flexible-default-theme-ever-created-for-wordpress?utm_source=rss&utm_medium=rss&utm_campaign=first-look-at-wordpress-upcoming-twenty-twenty-two-default-theme-the-most-flexible-default-theme-ever-created-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4220:\"<p><a href=\"https://make.wordpress.org/core/2021/10/06/introducing-twenty-twenty-two/\">Twenty Twenty-Two</a>, the new default theme coming in WordPress 5.9, was unveiled today on WordPress.org. The design goes full steam ahead in support of full site editing and new customization capabilities.</p>\n\n\n\n<p>Like its predecessor, <a href=\"https://make.wordpress.org/core/2020/09/23/introducing-twenty-twenty-one/\">Twenty Twenty-One</a>, the new default theme makes some bold design choices wrapped around a central theme. In this case it&rsquo;s bird illustrations, complemented by <a href=\"https://adobe-fonts.github.io/source-serif\">Source Serif Pro</a>&nbsp;for headlines, and a <a href=\"https://make.wordpress.org/core/files/2021/10/Example-Layouts-scaled.jpg\">delicious array of patterns</a> for limitless combinations.</p>\n\n\n\n<img />Image Credit: <a href=\"https://make.wordpress.org/core/2021/10/06/introducing-twenty-twenty-two/\">Introducing Twenty Twenty-Two</a>\n\n\n\n<p>The theme will be <a href=\"https://github.com/wordpress/twentytwentytwo\">developed on GitHub</a> until it&rsquo;s ready to be merged into core. Kjell Reigstad, an Automattic sponsored full-time design contributor to WordPress.org, is leading the design with Jeff Ong leading development. In the announcement he sets expectations high for users to be able to make the theme their own.</p>\n\n\n\n<p>&ldquo;With the advent of Full Site Editing and Global Styles, themes are changing structurally and functionally to enable far more avenues for customization than users have come to expect in the past,&rdquo; Reigstad said. &ldquo;To take advantage of these new abilities, <strong>Twenty Twenty-Two has been designed to be the most flexible default theme ever created for WordPress.</strong>&rdquo;&nbsp;&nbsp;</p>\n\n\n\n<p>In addition to the wide variety of patterns expected to ship with this theme, Twenty Twenty-Two will offer a lively selection of six pre-designed color palettes. Reigstad shared a video preview of how they instantly change the character of the theme. (see below) Combine this with the promise of being able to manipulate every aspect of the theme&rsquo;s appearance through global styles, and users are in for a treat with WordPress 5.9.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<p>&ldquo;Twenty Twenty-Two will take advantage of a wide&nbsp;network&nbsp;of page templates, headers, footers, and other patterns so that users can easily make the theme their own,&rdquo; Reigstad said. &ldquo;In another nod to the behavior of birds everywhere, these will offer a balance between fun and utility: some are irregular and unpredictable, while others are straightforward and traditional. Together, these patterns will act as a window into all of the possibilities that the theme enables.&rdquo;</p>\n\n\n\n<p>The design preview for Twenty Twenty-Two has received overwhelming positive <a href=\"https://twitter.com/search?q=https%3A%2F%2Fmake.wordpress.org%2Fcore%2F2021%2F10%2F06%2Fintroducing-twenty-twenty-two%2F&src=typed_query\">feedback on Twitter</a> and in the comments of the <a href=\"https://make.wordpress.org/core/2021/10/06/introducing-twenty-twenty-two/\">announcement</a>. Many users were excited to see a default theme that can be quickly transformed for so many applications. Too many default themes have only been applicable to a narrow set of use cases. In the past, users had little hope of being able to change things around to make the design work for their needs. Unrelenting progress on the block editor and full site editing has made it possible for Twenty Twenty-Two to become the most user-empowering default theme in WordPress&rsquo; history.</p>\n\n\n\n<p>Reigstad said the theme will be &ldquo;built for Full Site Editing first,&rdquo; with as little CSS as possible, and all theme styles configurable through theme.json wherever possible, so users can edit them through Global Styles.</p>\n\n\n\n<p>&ldquo;Twenty Twenty-Two is designed with the acknowledgement that its default appearance is not most people&rsquo;s endpoint,&rdquo; Reigstad said. &ldquo;Everyone deserves a truly unique website, built on a solid, well-designed foundation, and Twenty Twenty-Two aims to help them achieve that.&rdquo;</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 06 Oct 2021 20:59:42 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:11:\"\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:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"HeroPress: Whatâ€™s Next For HeroPress?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://heropress.com/?p=4162\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:115:\"https://heropress.com/whats-next-for-heropress/#utm_source=rss&utm_medium=rss&utm_campaign=whats-next-for-heropress\";s: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:4748:\"<img width=\"1024\" height=\"685\" src=\"https://heropress.com/wp-content/uploads/2022/10/nikola-jovanovic-OBok3F8buKY-unsplash-1024x685.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Closeup of a woman\'s hands holding a double handful of dirt with a green plant growing out of it.\" /><p>For years now people have been asking me &#8220;So what&#8217;s next for HeroPress?&#8221; and I didn&#8217;t have a good answer. I was content to let it just be inspirational essays forever. But as the years went by, I began to feel more and more that I wanted to go one step further, and start providing resources to those newly inspired people. Some direction, now that they&#8217;re convinced they that too can Do It.</p>\n<p>About a year ago my wife <a href=\"https://twitter.com/mysweetcate\">Cate</a> asked, &#8220;What if we were able to fund this, so I could take on the HeroPress work as my full time job? Then, we could start doing a lot more.&#8221; And thus began a series of conversations that still hasn&#8217;t ended.</p>\n<p>We didn&#8217;t want to ask people to help financially without offering them something more in return, so we started brain storming about what we could make that people would value. We came up with MANY ideas which we didn&#8217;t follow up on, but we also came up with some GREAT ones that we <em>did</em> do.</p>\n<h3>Great Ideas We&#8217;ve Acted On</h3>\n<p>Last week we released <a href=\"https://wppodcasts.com\">WP Podcasts</a>, which aggregates all the episodes from all the WordPress podcasts we can find, so you can search by keyword or tag and find individual episodes across all of them.Â  For playback and subscription we direct you back to the original site, driving traffic back to the podcaster.</p>\n<p>You probably already know about <a href=\"https://hallwaychats.com\">Hallway Chats</a>, and then there&#8217;s <a href=\"https://heropress.com/\">this site</a> (HeroPress.com).</p>\n<p>Soon weâ€™ll be releasing Find It WP (think Yahoo for WordPress), a curated listing of everything in WordPress. A curated listing of everything in WordPress.Â  Every podcast, every email newsletter, every dev agency, every theme shop, and on forever. If it&#8217;s WordPress, it&#8217;ll be in there, assuming they choose to sign up.Â There are a couple more sites in the hopper as well, but I&#8217;ll tell you more about them another day.</p>\n<h3>Today&#8217;s Announcement</h3>\n<p>TODAY I&#8217;m excited to announce the next new thing for HeroPress: <a href=\"https://heropressnetwork.com\">The HeroPress Network</a>. This is a site that serves several purposes.</p>\n<ul>\n<li>To aggregate everything from all of the HeroPress properties into one site, the latest essay, Hallway Chat, WordPress Podcast episode, new thing on Find It WP, etc.</li>\n<li>A community news blog. Think People magazine, but less smarmy.</li>\n<li>A platform for video and text tutorials and training produced by the HeroPress team. You can go <a href=\"https://heropressnetwork.com/video/saving-a-wordpress-search-as-rss/\">see the first WordPress Tip Of The Week right here</a>!</li>\n</ul>\n<h3>Future Needs</h3>\n<p>As you can see, with what we have going on now plus what we have planned, we have MORE than enough work for a full time employee.</p>\n<p>For this reason, on October 24th 2021 we&#8217;re going to open up funding opportunities.</p>\n<p>This isn&#8217;t an Event with a goal and a thermometer to track funds received, or balloons and a band. This is going to be more like a Patreon, where we&#8217;re looking for people who are willing to support the project long term. Don&#8217;t get me wrong, we won&#8217;t turn down one-time help, but if this is going to grow it needs long term support.</p>\n<p>On the technical side of funding, we&#8217;re choosing to use <a href=\"https://givewp.com\">GiveWP</a> instead of Patreon for a few important reasons.</p>\n<ol>\n<li>We&#8217;re all in on the WordPress ecosystem. We want to show that it can be done, and done well, in WordPress.</li>\n<li>Another is the old story of owning your platform. We don&#8217;t want to depend on other sites if we don&#8217;t have to. We&#8217;re going to have to write some code to make GiveWP work like Patreon, but that just means we&#8217;ll have one more thing to give back to the community.</li>\n</ol>\n<p>It&#8217;s been nearly seven years since HeroPress started, and I&#8217;m excited to see it blossom into something even greater.</p>\n<p><span class=\"_1K5LX _1ByhS\">Photo by <a href=\"https://unsplash.com/@danteov_seen?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText\">Nikola Jovanovic</a> on <a href=\"https://unsplash.com/s/photos/growing?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText\">Unsplash</a> </span></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 06 Oct 2021 20:07: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:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:13:\"\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:57:\"WPTavern: WordCamp US 2021 Draws More Than 3600 Attendees\";s: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:30:\"https://wptavern.com/?p=123714\";s: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:159:\"https://wptavern.com/wordcamp-us-2021-draws-more-than-3600-attendees?utm_source=rss&utm_medium=rss&utm_campaign=wordcamp-us-2021-draws-more-than-3600-attendees\";s: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:4687:\"<p><a href=\"https://us.wordcamp.org/2021/\">WordCamp US</a> took place online last Friday. Organizers pulled off a successful one-day event with an engaging group of speakers who highlighted timely and important topics. There were 3,608 people registered for the event and the livestream had as many as 400 concurrent viewers at a time.</p>\n\n\n\n<p>&ldquo;Online events are notoriously difficult to get attendee stats for, particularly an event like WCUS 2021 where the audience is global and spans so many time zones,&rdquo; WCUS organizer Cate DeRosia said. &ldquo;Many people will watch what they can and catch the rest in their own time.</p>\n\n\n\n<p>&ldquo;We really love this as it makes for not only a more accessible event, but a more educational experience as it&rsquo;s so easy to rewatch a session as many times as an individual needs.&rdquo;</p>\n\n\n\n<p>When <a href=\"https://twitter.com/jati/status/1443978800010711045\">asked on Twitter</a> why the event&rsquo;s organizers didn&rsquo;t opt to use a more interactive event platform like Hopin or Veertly, organizer Jen Swisher said some of the platforms they looked into had accessibility issues or prohibitive costs. </p>\n\n\n\n<p>As part of the leadership trio for WCUS, Swisher said the team had three issues they focused on when choosing a virtual venue: cost, accessibility, and time for implementation.</p>\n\n\n\n<p>&ldquo;We had a $30K budget,&rdquo; Swisher said. &ldquo;To use one of these platforms would have doubled it minimum. There was also a strong chance we would have faced additional costs from our production company for our resources through them to learn this new platform and connect it with their equipment.</p>\n\n\n\n<p>&ldquo;This would have resulted in additional time and resources spent on fundraising or increasing the costs of our sponsor packages. This would have forced the volunteers on the sponsors team to do twice as much work to get the sponsorship necessary to fund other platforms.&rdquo;</p>\n\n\n\n<p>Even with the simple setup of two YouTube livestreams, organizers provided a high energy, welcoming reception to attendees. They managed to bring some levity during these challenging times apart from one another. Swisher highlighted a few deliberate choices organizers made to give this year&rsquo;s event a more lightweight feeling:</p>\n\n\n\n<p>&ldquo;We didn&rsquo;t try to replicate the in person experience,&rdquo; she said. &ldquo;Making the choice to actively recognize that this isn&rsquo;t like in person events in any way gave everyone permission to think about this event differently. By throwing out &lsquo;the book,&rsquo; and starting from scratch, we were able to really &lsquo;dream&rsquo; for the event, instead of what it could have been.&rdquo;</p>\n\n\n\n<p>Instead of planning a big multi-day event, organizers opted for a single day focusing on a smaller subset of topics. They also selected chat moderators and emcees that would bring enthusiasm to the event and gave them the autonomy to make decisions on the fly.</p>\n\n\n\n<p>&ldquo;The team agreed that a big event with multiple days and large numbers of tracks would be exhausting to plan and exhausting for attendees to sit through,&rdquo; Swisher said. </p>\n\n\n\n<p>After <a href=\"https://wptavern.com/wordcamp-us-2020-canceled-due-to-pandemic-stress-and-online-event-fatigue\">WordCamp US 2020 was cancelled</a> due to pandemic stress and online event fatigue, the organizing team needed to make some changes to avoid the pitfalls of the previous year. Organizers were drained, spread thin, and frustrated by delayed tasks and external stressors. The WCUS 2021 team turned this around to make it a more healthy culture for volunteers. </p>\n\n\n\n<p>&ldquo;We fostered an atmosphere where stepping back to take care of yourself was strongly encouraged,&rdquo; Swisher said. &ldquo;This resulted in a team of folks that was well rested and able to handle the extra responsibility that comes with planning a WordCamp.&rdquo;</p>\n\n\n\n<p>&ldquo;We gave the teams the autonomy necessary to get their work done. Decision making was done democratically, but decisions that didn&rsquo;t impact the whole team didn&rsquo;t involve the whole team, making it possible to move more agilely.&rdquo;</p>\n\n\n\n<p>The speaker selection was outstanding this year and the recorded sessions will soon be available on <a href=\"https://wordpress.tv/\">WordPress.tv</a> after the production team finishes uploading them. In the meantime, if you are eager to watch or re-watch sessions now, one attendee, Marcus Burnette, has published a post with <a href=\"https://mburnette.com/blog/wordcamp-us-2021/\">direct links to session recordings</a> from the livestream.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 06 Oct 2021 15:29:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:13:\"\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:66:\"WPTavern: #8 â€“ Lee Shadle on How Blocks Create New Opportunities\";s: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:48:\"https://wptavern.com/?post_type=podcast&p=123863\";s: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:175:\"https://wptavern.com/podcast/8-lee-shadle-on-how-blocks-create-new-opportunities?utm_source=rss&utm_medium=rss&utm_campaign=8-lee-shadle-on-how-blocks-create-new-opportunities\";s: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:54420:\"<h2>About this episode.</h2>\n\n\n\n<p>On the podcast today we have <a href=\"https://profiles.wordpress.org/leeshadle/\">Lee Shadle</a>.</p>\n\n\n\n<p>Lee is a WordPress developer at <a href=\"https://wpdraft.com/\">WP Draft</a>, and by his own admission is obsessed with building block based themes, plugins and websites. He&rsquo;s been using WordPress for many years and as soon as the Gutenberg project was announced, he decided he was going to explore it and learn how it worked.</p>\n\n\n\n<p>He runs a small agency building sites with blocks as well as with 3rd party page builders.</p>\n\n\n\n<p>I first saw Lee when he presented at WordCamp Europe earlier in 2021, and his passion for working with blocks and React was obvious. It&rsquo;s pretty clear that, right from the start, he&rsquo;s embraced the possibilities that blocks offer, both now and in the future.</p>\n\n\n\n<p>At the time of recording this podcast, many are still unsure about what blocks are for, and what they will be able to do down the road, but Lee has thrown himself into figuring out what&rsquo;s possible, and it might come as a surprise just how powerful they are.</p>\n\n\n\n<p>We start our conversation by addressing whether Gutenberg was something that the WordPress project actually needed. Was it necessary to build a new tool which would require people to learn new skills and new techniques?</p>\n\n\n\n<p>We then get into some concrete examples of how blocks will add new capabilities to websites. Some of the examples show that complex operations can be handled within single blocks. These possibilities were once the domain of plugins and shortcodes, and now they can be deployed and configured by anyone who edits content.</p>\n\n\n\n<p>We talk about the obstacles which Lee encountered whilst learning how to build blocks. In his case, he worked on projects which he knew he would enjoy. We also touch upon some resources he used to assist in his learning.</p>\n\n\n\n<p>There&rsquo;s also a discussion about the commercial landscape for block developers and how blocks might become a new way of generating revenue. Although we&rsquo;re not there yet, it might well be that in the future, WordPress users will be on the lookout to purchase blocks in the same way that they now buy plugins and themes. Perhaps there&rsquo;s even scope for a market of inexpensive blocks which have limited functionality.</p>\n\n\n\n<p>As you&rsquo;ll hear, Lee is very optimistic about the future of WordPress, with blocks at it&rsquo;s core.</p>\n\n\n\n<h2>Useful links.</h2>\n\n\n\n<p><a href=\"https://twitter.com/leeshadle\">Lee&rsquo;s Twitter account</a></p>\n\n\n\n<p><a href=\"https://stimulusbenefits.com/\">Stimulus Benefits</a> &ndash; Lee&rsquo;s calculator block</p>\n\n\n\n<p><a href=\"https://wpaino.com/\">Aino</a></p>\n\n\n\n<p><a href=\"https://wordpress.org/plugins/block-visibility/\">Block Visibility</a></p>\n\n\n\n<p><a href=\"https://newsletterglue.com/\">Newsletter Glue</a></p>\n\n\n\n<p><a href=\"https://reactforbeginners.com/\">React for beginners</a></p>\n\n\n\n<p><a href=\"https://generateblocks.com/\">GenerateBlocks</a></p>\n\n\n\n<p><a href=\"https://www.nickdiego.com/\">Nick Diego</a></p>\n\n\n\n<p><a href=\"https://mikeoliver.me/\">Mike Oliver</a></p>\n\n\n\n<p><a href=\"https://briangardner.com/\">Brian Gardner</a></p>\n\n\nTranscript<div><div class=\"chat-transcript\"><div class=\"chat-stanza chat-row chat-speaker-1\"><div class=\"chat-author chat-author-nathanwrigley vcard\"><cite class=\"fn\">Nathan Wrigley</cite> [00:00:00]</div> <div class=\"chat-text\"><p>Welcome to the eighth edition of the Jukebox Podcast from WP Tavern. My name is Nathan Wrigley. Jukebox is a podcast which is dedicated to all things WordPress, the people, the events, the plugins, the themes, and the blocks. Every month, we&rsquo;re bringing you someone from that community to discuss a topic of current interest.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"> <div class=\"chat-text\"><p>If you like the podcast, please share it with your friends. And you might also like to think about subscribing, so that you can get all of the episodes in your podcast player automatically. You can do that by searching for WP Tavern in your podcast player, or by going to WP tavern dot com forward slash feed forward slash podcast.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"> <div class=\"chat-text\"><p>You can also play the podcast episodes on the WP Tavern website, if you prefer that approach. If you have any thoughts about this podcast, perhaps suggestion of a guest or an interesting subject, then do head over to WP tavern dot com forward slash contact forward slash jukebox and use the form there. And we would certainly welcome your input.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"> <div class=\"chat-text\"><p>Okay, so on the podcast today, we have Lee Shadle. Lee is a WordPress developer at WP Draft, and by his own admission is obsessed with building block-based themes, plugins, and websites. He&rsquo;s been using WordPress for many years, and as soon as the Gutenberg project was announced, he decided he was going to explore it and learn how it worked.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"> <div class=\"chat-text\"><p>He runs a small agency building sites with blocks, as well as third party page builders. I first saw Lee when he presented at WordCamp Europe earlier in 2021. And his passion for working with blocks and react was obvious. It was pretty clear, right from the start, he&rsquo;s embraced the possibilities that blocks offer both now and in the future. At the time of recording this podcast, many are still unsure about what blocks are for and what they will be able to do down the road. But Lee has thrown himself into figuring out what&rsquo;s possible and it might come as a surprise to you just how powerful.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"> <div class=\"chat-text\"><p>We start our conversation by addressing whether Gutenberg was something that the WordPress project actually needed. Was it necessary to build a new tool, which would require people to learn new skills and new techniques.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"> <div class=\"chat-text\"><p>We then get into some concrete examples of how blocks will add new capabilities to websites. Some of the examples show that complex operations can be handled within single blocks. These possibilities were once the domain of plugins and shortcodes, and now they can be deployed and configured by anyone who edits content.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"> <div class=\"chat-text\"><p>We talk about the obstacles which Lee encountered whilst learning how to build blocks. In his case, he worked on projects, which he knew that he would enjoy. We also touch upon some resources, used to assist him in his learning.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"> <div class=\"chat-text\"><p>There&rsquo;s also a discussion about the commercial landscape for block developers and how blocks might become a new way of generating revenue. Although we&rsquo;re not there yet, it might well be that in the future, WordPress users will be on the lookout to purchase blocks in the same way that they now buy plugins and themes. Perhaps there&rsquo;s even scope for a market of inexpensive blocks, which have limited functionality.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"> <div class=\"chat-text\"><p>As you&rsquo;ll hear Lee is very optimistic about the future of WordPress with blocks at its core.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"> <div class=\"chat-text\"><p>If any of the points raised in this podcast, resonate with you, be sure to head over and find the post at wptavern dot com forward slash podcast, and perhaps leave us a comment there.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"> <div class=\"chat-text\"><p>And so without further delay, I bring. Lee Shadle.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"> <div class=\"chat-text\"><p>I am joined on the podcast today by Lee Shadle. Hello Lee.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"><div class=\"chat-author chat-author-leeshadle vcard\"><cite class=\"fn\">Lee Shadle</cite> [00:04:16]</div> <div class=\"chat-text\"><p>Hey Nathan.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"><div class=\"chat-author chat-author-nathanwrigley vcard\"><cite class=\"fn\">Nathan Wrigley</cite> [00:04:17]</div> <div class=\"chat-text\"><p>It&rsquo;s lovely to have you on the podcast today. Before we get stuck into it, I&rsquo;ll ask the traditional set of mandatory questions at the start. Would you mind telling us a little bit about yourself, your background in WordPress, technology? You can go back as far as you feel necessary. Probably limit it to the WordPress side of things.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"><div class=\"chat-author chat-author-leeshadle vcard\"><cite class=\"fn\">Lee Shadle</cite> [00:04:35]</div> <div class=\"chat-text\"><p>Okay. So I was born in Columbus, Ohio, but I shouldn&rsquo;t go back to Ohio days. Huh? I shouldn&rsquo;t go back all the way back to my birth. So I am a self-taught developer, mostly front end developer, and I&rsquo;ve been doing it for about 10 years. I started building custom client sites and I made my way to WordPress about five years ago. And really, the thing that actually really drew me in was when Gutenberg launched, because it really used all my skillsets of JavaScript, React, CSS. And so since then, I&rsquo;ve been really the last five years or so been focused on building blocks. I kind of nonstop, but kind of had an insane obsession with it. You could ask my wife, all I do is talk about blocks and building blocks. So to pay the bills, I&rsquo;ve been building client sites and I&rsquo;ve been trying to build tools with blocks to help streamline my processes of the client work. So that&rsquo;s what brings me here today. Is that black building obsession.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"><div class=\"chat-author chat-author-nathanwrigley vcard\"><cite class=\"fn\">Nathan Wrigley</cite> [00:05:39]</div> <div class=\"chat-text\"><p>Very nice. Well, we will get thoroughly immersed in all of that in a little while. Just before that, I wanted to know what your thoughts are on whether or not WordPress needed to put this into core, the ability to build your website now let&rsquo;s say, but initially, to create your content around blocks. Did you feel at the time, obviously subsequently you&rsquo;ve gotten into it and been enjoying what it has brought to the table, but I&rsquo;m wondering if you can cast your mind back to that time when it did come in. Was there a light that went off and you thought, actually this is tremendously interesting or were you like many people were, and to some extent still are kind of reluctant to use it and keen to have the old editor back or move away to some sort of proprietary page builder?</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"><div class=\"chat-author chat-author-leeshadle vcard\"><cite class=\"fn\">Lee Shadle</cite> [00:06:25]</div> <div class=\"chat-text\"><p>Being a front end developer, when I started hearing about React being in WordPress, that really got me going, because to me, it really opens up a bunch of possibilities that can really allow you to build, you know, really snappy interfaces and really fun products and stuff that you couldn&rsquo;t build before.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"> <div class=\"chat-text\"><p>You can almost, I know there&rsquo;s been talk about WordPress being the OS of the internet. And I think it really opens up that possibility. I started dipping my toes into WordPress right before Gutenberg launched. And I did a deep dive into building themes and plugins the old way. And then right about a year into me learning how to do that, I started diving deep into Gutenberg. And, I definitely think it was a good move. Although all change, you know, change can sometimes be painful and there&rsquo;s definitely a steep learning curve, but I think the pain is going to be worth it in the long run.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"><div class=\"chat-author chat-author-nathanwrigley vcard\"><cite class=\"fn\">Nathan Wrigley</cite> [00:07:29]</div> <div class=\"chat-text\"><p>I feel that at the moment, there is a lot of pain being experienced by a variety of different people. And some people like yourself have decided to absorb that pain and go with it. Other people have found it very difficult and there&rsquo;s been politics, shall we say has crept into WordPress in a way that I&rsquo;ve not really seen too much of before, and people wishing that it hadn&rsquo;t have been put into core and that it had of been a plugin instead. Other people obviously just wished that the entire thing would go away and ended up forking WordPress and creating this ClassicPress version of WordPress. So it has really divided the community. I feel that maybe talks like this, will address that a little bit because you&rsquo;ve obviously been exploring it and you&rsquo;ve probably got some great ideas about things that it will enable that perhaps the rest of us haven&rsquo;t really foreseen.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"> <div class=\"chat-text\"><p>I know for my part, I&rsquo;ve seen a few videos of things that people are building. Products that are either just about to come out or have already come out and you just think, okay, that&rsquo;s interesting because that&rsquo;s totally wedded to the idea of a block and without the block methodology, that exact thing could not have been done, possibly even as a plugin. So I&rsquo;m just curious if you&rsquo;ve got any thoughts about what can be done with blocks that we could not have done before.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"><div class=\"chat-author chat-author-leeshadle vcard\"><cite class=\"fn\">Lee Shadle</cite> [00:08:44]</div> <div class=\"chat-text\"><p>I&rsquo;m going to go as a bold as to say, I think, think of every traditional plugin or theme business in WordPress. I believe with the advent of Gutenberg, everything is ripe for disruption.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"> <div class=\"chat-text\"><p>I think every single aspect, like think about forms or think about pop-ups or think about payments. Really any facet of the WordPress economy that you can think of, that people are making a living on, I think it could be disrupted with Gutenberg.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"><div class=\"chat-author chat-author-nathanwrigley vcard\"><cite class=\"fn\">Nathan Wrigley</cite> [00:09:15]</div> <div class=\"chat-text\"><p>Yeah. I think you&rsquo;re probably right. We&rsquo;ve certainly seen some . Of those things. I&rsquo;ve seen some projects certainly around the forms space where, you know, you just think, oh, well the interface of Gutenberg really does lend itself to creating sort of drag and drop form builder. It&rsquo;s really remarkable for that. Aside from those sort of more general ideas, do you have any concrete examples of things that you&rsquo;ve gotten yourself into and projects that you&rsquo;ve created, or been party to where there&rsquo;s been an end result that we could all identify with and understand why you&rsquo;re so excited about it.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"><div class=\"chat-author chat-author-leeshadle vcard\"><cite class=\"fn\">Lee Shadle</cite> [00:09:46]</div> <div class=\"chat-text\"><p>I&rsquo;ve been building blocks, all kinds of different types of blocks, trying to uncover. I run a small agency, so my workflow and system of building a site for client is super important to me. And I know there are a ton of tools with the classic way of building WordPress built around optimizing that workflow. But that&rsquo;s really been my focus is how do we leverage the system to really like streamline the workflow of building sites for clients? I build a lot of sites for fun for myself. Really. I&rsquo;m all about building quickly.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"> <div class=\"chat-text\"><p>I don&rsquo;t know if I told you this Nathan, but when I was in my previous life, I used to own a restaurant and I came up with, you know, the menu and the food, and imagine it was an Italian version of Chipotle at the early days of Chipotle, and, you know, I ran it for a couple years and it just failed miserably. I lost, I kind of lost everything in that. But I learned a lot of great lessons and one of those lessons was I want to be able to keep stepping up to the plate. And in order to do that, to keep trying, I needed to come up with systems and processes that allow me to do that in a way that it isn&rsquo;t heavy handed. And I can just hack away at an idea in a day. And I kinda think that is the essence of WordPress. And I think that Gutenberg is kind of taken us back to that essence of, okay, what can I hack away at? I think we&rsquo;re just starting to hit the point of stability with Gutenberg and with full site editing coming out and block-based themes where you&rsquo;re going to be able to build full blown prototypes and mock-ups of, you know, not just like static sites, but some pretty complex stuff pretty quickly. Imagine launching, you know, I don&rsquo;t know if you saw Flip WP, they&rsquo;re launching a marketplace for selling WordPress plugins and themes and WordPress businesses. I think something like that is going to become a lot easier to do. Like iterating on an idea like Flip WP, like say I want to try it, test the waters of building a marketplace for buying and selling WordPress businesses. I think, being able to build startups and more complex businesses is going to become a lot easier to do with Gutenberg</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"><div class=\"chat-author chat-author-nathanwrigley vcard\"><cite class=\"fn\">Nathan Wrigley</cite> [00:12:10]</div> <div class=\"chat-text\"><p>When you&rsquo;ve been creating your blocks at the beginning, I&rsquo;m just curious as to how obviously you fell into it and you&rsquo;re now enjoying it. Were there any significant obstacles along the way that you encountered? So as an example, was there enough documentation? Was it fairly easy to get yourself up to speed with how to create your own blocks? Was there a lot of support around? Were there some channels or books that you perhaps ended up relying upon? I&rsquo;m just trying to get to the idea of how easy or difficult it was, or perhaps still is.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"><div class=\"chat-author chat-author-leeshadle vcard\"><cite class=\"fn\">Lee Shadle</cite> [00:12:39]</div> <div class=\"chat-text\"><p>I&rsquo;ll be honest with you. It&rsquo;s been a challenge. It&rsquo;s been a frustrating journey. There&rsquo;s been documentation and there&rsquo;s been the Gutenberg GitHub repo has been a great resource for, learning as well. Just seeing how they&rsquo;re doing things, but it hasn&rsquo;t been easy. I actually, you know, a tool. I think you actually heard me talking about it at wpplugin dot com where you can quickly generate a block plugin. And the idea behind that is there&rsquo;s all these different mental models of building a block. I think the hardest part is learning, what can you do with a block? How can you do it? And shaping that mental model has really been a challenge. Honestly, I&rsquo;ve been very self driven and if it wasn&rsquo;t for that, that really has kept me going. I&rsquo;ve had a long-term view of where everything&rsquo;s going and from the place I&rsquo;m coming from being a front end developer, it&rsquo;s really made it, it has made it easier for me. I do think, if somebody really wants to learn blocks, they need to learn React. And I think something like taking like Wes Bos&rsquo;s React for beginners course, I took that course and it&rsquo;s a great resource for learning React. Just getting kind of the nuts and bolts of, you know, the underpinnings of Gutenberg.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"><div class=\"chat-author chat-author-nathanwrigley vcard\"><cite class=\"fn\">Nathan Wrigley</cite> [00:14:00]</div> <div class=\"chat-text\"><p>Would you say that, obviously it was fairly difficult as you&rsquo;ve described, but were you able to begin to see a glimmer of light at the end of the tunnel fairly quickly? Or was it one of these learning journeys where it&rsquo;s more of a cliff climb until finally you reach the pinnacle? You&rsquo;ve acquired enough knowledge that suddenly it becomes, oh, I can do it all now. This is fabulous. Or were you able to get something out from your limited learning?</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"><div class=\"chat-author chat-author-leeshadle vcard\"><cite class=\"fn\">Lee Shadle</cite> [00:14:24]</div> <div class=\"chat-text\"><p>I feel like I&rsquo;m there now. I&rsquo;m at that place. I mean, I&rsquo;m still learning, but I feel like I&rsquo;m at a point now where I can kind of shape the editor to what my vision is. But it has been a lot of hard work, but I&rsquo;ve, I feel like I&rsquo;ve kind of seen the vision for where WordPress wants to go for a long time. It really resonated with me and I can really get behind where they ultimately want to go. I think that all of this, it&rsquo;s going to be worthwhile taking the time to really dig in and learn. And I don&rsquo;t know if you&rsquo;ve seen it, there&rsquo;s been some talk about creating. I know there&rsquo;s like Advanced Custom Fields has a block builder. There&rsquo;s been some talk about creating some PHP based tools for building blocks. I&rsquo;m not sure it might be a third-party. It&rsquo;s just a, some conversation I saw on Twitter there quite an extensive conversation about people testing out ways to build blocks from a more PHP standpoint, where the PHP would kind of generate the React for you. And so like this layer between, okay, we have Advanced Custom Fields for doing 80% of what you want to do. And then this other PHP solution potentially being like a similar tool that gets you most of the way there. If you really want to dive deep and do some more complex stuff, take you the rest of the 20% of the way, then you&rsquo;d really need to learn React and how it works in the editor.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"><div class=\"chat-author chat-author-nathanwrigley vcard\"><cite class=\"fn\">Nathan Wrigley</cite> [00:15:46]</div> <div class=\"chat-text\"><p>I feel maybe this is the point at which people who are struggling with the way things are going in WordPress at the moment. Maybe this is the point of contention, it was introduced and suddenly all of the skills and the techniques and, the years and years of expertise that they built up, it kind of felt like it was crumbling before their eyes. And they may be in a position where they&rsquo;re managing to carry on their business, whatever it is, something to do with WordPress, their agency, or what have you. And simply don&rsquo;t have the time to upskill and to learn new things. And maybe that&rsquo;s the problem is that there&rsquo;s a lot of people out there who simply don&rsquo;t have the time. They don&rsquo;t have the energy anymore. They don&rsquo;t have the desire. And they want to just sort of keep going with the same tools that they&rsquo;ve been using for a such a long time. Obviously it sounds like you, fairly driven, able to allocate enough time to do all of that and obviously fit it in around your business. But maybe there&rsquo;s, maybe there&rsquo;s some people for whom that is just too much of a stretch?</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"><div class=\"chat-author chat-author-leeshadle vcard\"><cite class=\"fn\">Lee Shadle</cite> [00:16:41]</div> <div class=\"chat-text\"><p>You know, I can understand if all of a sudden Gutenberg was pulled out from under me, I think I&rsquo;d throw my hands up right now. Uh, I&rsquo;ve had a business, I was working on, pulled out from under me and I, it hurts. And it&rsquo;s like, ah, dude, you know, do I want to do I want to keep going? But, but here&rsquo;s the thing is I think Gutenberg is getting to the point where, we&rsquo;re hitting a stability that could be used in production for like client sites. I think we&rsquo;re hitting that point right now. Once Full Site Editing, I think after the next release. I&rsquo;ve started building, I&rsquo;ve kind of been doing both the old way of doing things for some clients and the new way of doing things. I&rsquo;ve been doing it simultaneously to see, okay, how stable are we for using this stuff in production versus using something like Elementor page builder or Beaver Builder or something like that?</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"> <div class=\"chat-text\"><p>I think we&rsquo;re coming up on that point where people can start making the switch and dipping their toes in. And I don&rsquo;t think you have to focus a hundred percent of your time or focus a big chunk of your time to start diving into that. The new block-based themes, it uses this thing called a theme bot json file and that really sets up. You just fill out this file, like basically a data structure with what you want and you have a full flesh theme in the block editor. I think that the tools and the tooling and WordPress and Gutenberg itself are all getting to this point where we can start using it, and it&rsquo;s not going to be a ton of time. And then once you start using these tools, You&rsquo;re going to want to start doing more and more with them, and you can start easing your way into building blocks with ACF or from scratch or whatever.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"><div class=\"chat-author chat-author-nathanwrigley vcard\"><cite class=\"fn\">Nathan Wrigley</cite> [00:18:33]</div> <div class=\"chat-text\"><p>It seems to me that it might be the case that many people who have not really dabbled too much in the block editor have gone in there at some point, installed vanilla version of WordPress, made sure that it was all up and running and what have you, and then when in, started typing and found that experience fairly decent, certainly from my part, it&rsquo;s much better for simply typing things than the classic editor ever was. Just for the ability to move paragraphs and things around. And then of course you notice this sort of curious sidebar, which is full of these blocks that you can put on to the page, and so, a paragraph is a block. A button is a block. A heading is a block. And so it kind of feels a bit like this text interface where the blocks are a bit like, okay, obviously I&rsquo;m using paragraphs now. That&rsquo;s fine. I can understand that. But then you sort of notice that there&rsquo;s a lot of stuff attached to the block and the block brings along with it, all these different settings. And so you can modify that one paragraph in its entirety, all in one, go by clicking some buttons, you know, that might be the color or what have you. And all of a sudden, your mind starts getting taken over with, oh, so the block has got settings with it. Oh, that&rsquo;s interesting. Okay. So what I&rsquo;m trying to say there is if you&rsquo;ve not been back into the block editor for a long time, and you&rsquo;ve just really seen it as a conduit to creating content, it is much more than that. And it&rsquo;s hard to express how much more it is unless you&rsquo;ve actually configured or played with a block that does a lot more than you could ever have done inside the classic editor. So I&rsquo;m wondering if you&rsquo;ve got any nice concrete examples of things that you&rsquo;ve achieved, the things that you&rsquo;ve been able to do inside of a block where people might go, oh, that&rsquo;s curious. I didn&rsquo;t realize that blocks could even do that kind of thing.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"><div class=\"chat-author chat-author-leeshadle vcard\"><cite class=\"fn\">Lee Shadle</cite> [00:20:25]</div> <div class=\"chat-text\"><p>Actually, my brother is an accountant and, he does a lot of work with startups and when COVID first hit and they started doing the PVP loans and everything, I actually built a calculator for him, for his business to share with his clients. And I built it all in blocks and the calculator would, it would generate, you know, you would just put in whatever your income is and how many employees and it would generate. You can actually see it in the wild. If you go to stimulus benefits dot com, I have a calculator in there. That&rsquo;s it&rsquo;s a block. All this is all built in WordPress. You&rsquo;ll probably notice this theme. I think this was the 2020 theme. And honestly, it&rsquo;s pretty cool. It&rsquo;s pretty snappy. And this is just like something that I built for fun for my brother, you know? So if you want it to build, imagine, you&rsquo;re in the real estate business and you wanted to build out a full fledged mortgage calculator. I know there&rsquo;s a ton of realtors, real estate agents, real estate businesses that use mortgage calculators in their business to direct their clients to. I mean, you could absolutely do that. Very quickly and easily.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"><div class=\"chat-author chat-author-nathanwrigley vcard\"><cite class=\"fn\">Nathan Wrigley</cite> [00:21:36]</div> <div class=\"chat-text\"><p>The principle there is that your brother then has a block inside of his WordPress installed, which he can then just with the click of a button throw on to any post or page, uh, it&rsquo;s not a weird shortcode thing where he&rsquo;s got a plugin installed over there and he&rsquo;s got to go and find the right shortcode and then copy and paste it into the right part. It&rsquo;s just all of that functionality. The logic behind the calculator is all contained inside of a block. And so for him as the end user, presumably it&rsquo;s just really easy to deploy that.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"><div class=\"chat-author chat-author-leeshadle vcard\"><cite class=\"fn\">Lee Shadle</cite> [00:22:06]</div> <div class=\"chat-text\"><p>It&rsquo;s a custom plugin. He could add it to any, you know, any site anywhere and what you see on the front end, of the site is what you also see in the editor. And then in the editor, you can change things like the background color, the border radius, the font color, the text. I mean, all the texts editable, which was really important because, everything was always changing. The rules of the game were changing. So he needed to be able to go in and edit the content of the calculator. So to me, it&rsquo;s like, it&rsquo;s super exciting that here&rsquo;s this thing that, like you&rsquo;re saying it would have been a short code. You throw the short code in and then say you go to the customizer. If you want to change the background color, you know, the fonts and add some custom CSS. This no, you you stay in the block editor and you just click a button. Okay. If you look at the calculator now it&rsquo;s got a black background. It&rsquo;d be really easy to change it to a white background with black text and then change out the font. And really you can kind of go as far as you want to go with this, I could see endless just calculators alone. I could see endless business opportunity.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"><div class=\"chat-author chat-author-nathanwrigley vcard\"><cite class=\"fn\">Nathan Wrigley</cite> [00:23:13]</div> <div class=\"chat-text\"><p>In a way, the idea of blocks, just being a conduit for putting content on the website. Yes. But it&rsquo;s also in a sense it&rsquo;s like a mini it&rsquo;s like a mini little application it&rsquo;s as you said, you created a plugin and what have you, but the complexity really has no limits. It&rsquo;s only the limits of what you&rsquo;re capable of coming up with and whatever it is that you&rsquo;ve built with all of its amazing, difficult capabilities could just be dropped in ad infinitum all over the place. And the sky, as you say, is the limit. And I feel like we&rsquo;re just turning a bit of a corner and some of the ideas are starting to come into the marketplace. Now, some really curious ideas about a whole different functionalities that are being wrapped up into blocks that we simply couldn&rsquo;t have done before.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"><div class=\"chat-author chat-author-leeshadle vcard\"><cite class=\"fn\">Lee Shadle</cite> [00:23:55]</div> <div class=\"chat-text\"><p>I&rsquo;m super excited because the fact that I could just create a calculator and drop it into a hundred sites, and then imagine I build a block base theme, say I build a block-based seam for like realtors, for example, I add this mortgage calculator, it&rsquo;s baked into it. I just can see all kinds of different, you know, additional tools like you&rsquo;re saying that you can get as complex as you want, but I also think blocks also offer this, a perfect canvas for constraint as well. You can go as complex as you want, but you also do want to make it easy for people to make changes to these little mini applications that we&rsquo;re building.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"><div class=\"chat-author chat-author-nathanwrigley vcard\"><cite class=\"fn\">Nathan Wrigley</cite> [00:24:35]</div> <div class=\"chat-text\"><p>I think one of the concerns that I have, amongst many other people, I&rsquo;m sure is. It&rsquo;s just this notion of people getting a bit click happy when installing blocks. The idea that there&rsquo;s a plugin for that in WordPress could easily be flipped to, well, there&rsquo;s a block for that. Non-technical users going out and looking through the block repository and installing things, and then kind of having to scratch their head and say, Hmm. My site really does seem to be very slow and then ultimately blaming WordPress for that, because that&rsquo;s the software it&rsquo;s built upon. I think you&rsquo;re right. Is it a good point to raise the one of constraint? Just because something exists, it doesn&rsquo;t mean you should install 50 of them and use them all at the same time.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"><div class=\"chat-author chat-author-leeshadle vcard\"><cite class=\"fn\">Lee Shadle</cite> [00:25:13]</div> <div class=\"chat-text\"><p>I do think that a certain level of constraint does breed creativity. So I think that, you know, the more we can focus on making it really easy for people. Make it as easy as possible to do something, the better. So I think like patterns, the block patterns for example, are going to be a huge boon to making it easy. Try multiple homepages or contact pages about pages or pricing tables or any part of a site that you can think of. It&rsquo;s going to be really easy to add that to your site.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"><div class=\"chat-author chat-author-nathanwrigley vcard\"><cite class=\"fn\">Nathan Wrigley</cite> [00:25:44]</div> <div class=\"chat-text\"><p>Have you been playing with block patterns a lot? And if so, are you pleased with where the system is right now for making all of that and surfacing them in the UI for you?</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"><div class=\"chat-author chat-author-leeshadle vcard\"><cite class=\"fn\">Lee Shadle</cite> [00:25:55]</div> <div class=\"chat-text\"><p>I am super excited about where block patterns are going. I think they open up a ton of possibilities. If I were going to be dipping my toes right now, say I haven&rsquo;t started building blocks. That&rsquo;s where I would start honestly, is start building out some patterns because it&rsquo;s really cool to go into the editor and create this pattern and then be able to just move it from site to site seamlessly, and have it just work.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"><div class=\"chat-author chat-author-nathanwrigley vcard\"><cite class=\"fn\">Nathan Wrigley</cite> [00:26:23]</div> <div class=\"chat-text\"><p>Do you feel there&rsquo;s a new marketplace, a new job, if you like, emerging? We&rsquo;ve traditionally in WordPress, we&rsquo;ve had lots of people employed building websites, that&rsquo;s one niche, if you like, and then had other people working within agencies, possibly building bigger websites and on the code side, if you like, we&rsquo;ve had people creating plugins and themes and making commercial products out of those. Do you see blocks in that way that there&rsquo;s going to be a nice commercial interest in people going out and finding affordable blocks that do the one or two simple things that they need?</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"><div class=\"chat-author chat-author-leeshadle vcard\"><cite class=\"fn\">Lee Shadle</cite> [00:26:59]</div> <div class=\"chat-text\"><p>I do think there will be. I just, I don&rsquo;t know if those are out there quite yet to find. What I&rsquo;m seeing a lot of though, is these ecosystems popping up around a set of custom blocks, and then patterns to use with those blocks and core blocks and then multiple themes. And so I see the business evolving into more of these like mini ecosystems and that&rsquo;s where I&rsquo;ve been building is focused on here&rsquo;s a set of custom blocks, custom patterns and themes for different types of use cases to get you quickly up and running.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"><div class=\"chat-author chat-author-nathanwrigley vcard\"><cite class=\"fn\">Nathan Wrigley</cite> [00:27:39]</div> <div class=\"chat-text\"><p>One of the things that I&rsquo;ve noticed is I&rsquo;ve seen that there are quite a few people at the moment trying to make a living out of this, and it seems, the most common way to do it at the moment is to come out with these block packs. And we&rsquo;re just going to use that phrase. I don&rsquo;t know if that&rsquo;s what these companies go by, but they release a suite of 5, 10, 15, 20 or so on, blocks that hopefully will cover almost every aspect.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"> <div class=\"chat-text\"><p>Do you get yourself involved in any of those? Do you use any of the things which are available on the market at the moment, or are you all about just if I need it, I&rsquo;m going to make it myself?</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"><div class=\"chat-author chat-author-leeshadle vcard\"><cite class=\"fn\">Lee Shadle</cite> [00:28:09]</div> <div class=\"chat-text\"><p>I definitely do. I love to see, and use what&rsquo;s out there. I&rsquo;ve used a bunch of different block collections on different projects, such as CoBlocks. And I don&rsquo;t know if you&rsquo;ve seen Stackable, WP Stackable? I know we were just talking about the GenerateBlocks and I see a lot of chatter on Twitter about people using GenerateBlocks. I don&rsquo;t know if you&rsquo;ve seen another one, that I just think is it&rsquo;s just beautiful called Aino Blocks, A, I, N, O, WP Aino dot com. Ellen Bauer has put together. I used to buy her WordPress themes and her and her co-founder put together a set of blocks, a limited set of custom blocks and then patterns. And they&rsquo;re going to be creating themes as well. Right now it&rsquo;s free to start using I&rsquo;m sure there&rsquo;s going to be, you know, some way of them monetizing that product.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"><div class=\"chat-author chat-author-nathanwrigley vcard\"><cite class=\"fn\">Nathan Wrigley</cite> [00:29:03]</div> <div class=\"chat-text\"><p>I&rsquo;m pretty sure that there&rsquo;s going to be more people dipping their toes into the commercial waters as time goes on, because it does feel as if this is the future for WordPress. And one thing that I&rsquo;m quite interested to see is, there&rsquo;ll be like an, almost like little micro blocks that just do one thing, but do it really well and go into some sort of different pricing structure. So as an example, on the PC or the Mac, if you buy an app, it&rsquo;s usually there&rsquo;s a reasonable amount of dollars expended on purchasing that app. I mean, if you go onto the iOS or the Android side, something much more slim is available and it costs significantly less, just a few dollars. And I&rsquo;m curious to see if this business model emerges, where we get an innovative block, which just does one small thing, but does it really well, I can&rsquo;t actually conjure anything up at the moment out of my head that may fulfill that bill, but I&rsquo;m really interested to see if those kinds of things start to emerge.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"><div class=\"chat-author chat-author-leeshadle vcard\"><cite class=\"fn\">Lee Shadle</cite> [00:30:03]</div> <div class=\"chat-text\"><p>I definitely think there will. I personally, I would love to focus just on building those, but I feel like I almost feel like it&rsquo;s got a, it feels like things need to go broad first and then narrow down to the specific use cases. But I have seen one really cool niche plugin is block visibility by Nick Diego. If you, if you&rsquo;re not following Nick on Twitter, you should. His plugin makes it really easy to show and hide blocks depending on different use cases, even. For example, he has an integration with WooCommerce and Easy Digital Downloads. And you can set visibility based on a schedule and if a customer purchased a product or not. So say you bought a product and two weeks ago, and then you can have a block pop up two weeks later and say, Hey, how&rsquo;s it going? Would love your feedback if you&rsquo;re enjoying using our plugin, leave us a review. So I do think that we&rsquo;re starting to see those and that is, you know, one of the best examples that I&rsquo;ve seen out there.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"><div class=\"chat-author chat-author-nathanwrigley vcard\"><cite class=\"fn\">Nathan Wrigley</cite> [00:31:11]</div> <div class=\"chat-text\"><p>It&rsquo;s like a little application just inside of a block. There&rsquo;s a lot of heavy lifting going on there. Isn&rsquo;t that, you know, if it&rsquo;s checking, the conditions to be right to, to make itself visible. You can imagine all sorts of permutations for the usefulness of that. Certainly in terms of marketing or perhaps hiding content that you want to be invisible to people who aren&rsquo;t members of your subscriber base or whatever it might be.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"> <div class=\"chat-text\"><p>And that&rsquo;s kind of the point for me is that blocks bring all of this, as yet un thought-out, potential. Whereas previously, there was just essentially text on a page with a bit of formatting and some shortcodes thrown in if you wanted to add extra functionality. And now the functionality is all within the block. And so are the settings and it&rsquo;s all in one simple, hopefully, user interface. Speaking of the user interface, just staying on the block editor. So we&rsquo;re recording this kind of near to the middle of 2021. And I&rsquo;m just conscious that there&rsquo;s a lot of comparisons made all the time between what the commercial page builders can do and what the block editor can do, and I&rsquo;m always curious to know what people&rsquo;s opinions are about how easy it is to put things together, put complicated block layouts together and create things which are beautiful because, I certainly still experience moments where I&rsquo;m really not sure if what I&rsquo;m looking at in the block editor is going to look how I expect it to when I finally publish it and check it out on the front end. So just wondered if you had any thoughts about its utility as a sort of what you see is what you get, or if there&rsquo;s still a ways to go?</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"><div class=\"chat-author chat-author-leeshadle vcard\"><cite class=\"fn\">Lee Shadle</cite> [00:32:43]</div> <div class=\"chat-text\"><p>I think that ultimately that is going to come down to the themes and then any supporting block plugins that ship with those themes. With any page builder, any like major commercial page builder, there&rsquo;s a learning curve and yeah, what you see, what is, what you get out of the box with Elementor, but if you want to change something, if you&rsquo;re just getting started, it can feel daunting to dive into all those settings. I do think the responsibility falls more to the theme builders in and the plugin builders to make sure that that experience happens. Myself, I&rsquo;m working on what I&rsquo;m calling a minimalis page builder that I&rsquo;m hoping to shorten that learning curve. And to also, I want to take responsibility for making sure that what you see in the editor is what you see on the front end.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"> <div class=\"chat-text\"><p>So, you know, I do. It&rsquo;s up to me and everyone else that is building out these experiences to make that happen. Off the shelf, if you used, you know, a core WordPress theme, you get your experience in the editor and on the front end is pretty seamless. There may be minor differences, but I mean, you&rsquo;re, you&rsquo;re pretty much seeing what you&rsquo;re getting on the frontend.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"><div class=\"chat-author chat-author-nathanwrigley vcard\"><cite class=\"fn\">Nathan Wrigley</cite> [00:33:59]</div> <div class=\"chat-text\"><p>Just curious because you dropped a few names earlier and I thought that was quite interesting because some of the people that you&rsquo;d mentioned I&rsquo;d heard of, and some of them, I hadn&rsquo;t. So I&rsquo;m wondering if you wouldn&rsquo;t mind just rattling off a couple of projects that you have seen and you thought that was good. And if you can attach some names to those as well, we&rsquo;ll try and make sure they go in the show notes along with this, on the WP Tavern website. So yeah, just a list of block projects that you think are worth keeping an eye on either because they&rsquo;re already fully fledged or they just seem like they&rsquo;re onto the cusp of doing something great. And some names to go with that.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"><div class=\"chat-author chat-author-leeshadle vcard\"><cite class=\"fn\">Lee Shadle</cite> [00:34:31]</div> <div class=\"chat-text\"><p>Nick Diego, his block visibility, plugin block visibility wp dot com. And then I follow Nick on Twitter too. He&rsquo;s always sharing updates. And if you&rsquo;re into building blocks, valuable content there, Ellen Bauer with WP Aino A I N O dot com has some beautiful block patterns and custom blocks that you can start using right away. GenerateBlocks, of course, we mentioned Mike Oliver. He just released a new set of block patterns that, a beautiful set of block patterns that you can start using. And then I know you and I mentioned Brian Gardner&rsquo;s launching Frost WP. He&rsquo;s going to be launching a set, I think it&rsquo;s already launched actually at frostwp dot com.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"> <div class=\"chat-text\"><p>So I can&rsquo;t go without saying too that Rich Tabor, he is the creator of CoBlocks and he, I think he sold that to GoDaddy. He&rsquo;s always working on something interesting and sharing cutting edge stuff with regards to building blocks block-based themes and plugins. So he&rsquo;d be worth taking a look at.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"><div class=\"chat-author chat-author-nathanwrigley vcard\"><cite class=\"fn\">Nathan Wrigley</cite> [00:35:38]</div> <div class=\"chat-text\"><p>That&rsquo;s very nice. I will be sure to mention those. One which I&rsquo;ll drop in, which I think is quite an interesting block-based, well, it is literally like a little application within WordPress. There&rsquo;s something called Newsletter Glue. Don&rsquo;t know if you&rsquo;ve come across this, but&hellip;</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"><div class=\"chat-author chat-author-leeshadle vcard\"><cite class=\"fn\">Lee Shadle</cite> [00:35:52]</div> <div class=\"chat-text\"><p>Lesley, how could I forget Lesley?</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"><div class=\"chat-author chat-author-nathanwrigley vcard\"><cite class=\"fn\">Nathan Wrigley</cite> [00:35:56]</div> <div class=\"chat-text\"><p>Lesley Sim and her colleague, her co-founder have created a mechanism whereby you can repurpose your blog posts and they will instantly become newsletters, which sounds like the sort of thing you&rsquo;ve been able to do by scraping an RSS feed or something like that. But there&rsquo;s a lot more to it. For example, you can drag in a block, which will only be visible inside the post or alternatively, you could make it only visible inside the newsletter. And it does a lot more than that, but just that one simple little thing that you can do means that you can create a newsletter and have it look completely different in the newsletter than it does on your, the front end of your website. It&rsquo;s really interesting for me, it demonstrates perfectly why the block editor is going to be so useful in the future, because this was unimaginable without the context of blocks. It couldn&rsquo;t have been made in what we used to use in WordPress.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"><div class=\"chat-author chat-author-leeshadle vcard\"><cite class=\"fn\">Lee Shadle</cite> [00:36:49]</div> <div class=\"chat-text\"><p>To think about making a newsletter you generally have to, I would think go off site. And I use Newsletter Glue in a lot of my clients sites and it really makes it effortless to put together a newsletter and send it out. When you hit that send button. So like, did that really just send that this from WordPress, this is crazy!</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"><div class=\"chat-author chat-author-nathanwrigley vcard\"><cite class=\"fn\">Nathan Wrigley</cite> [00:37:07]</div> <div class=\"chat-text\"><p>But just the level of complexity going on there, the fact that it&rsquo;s doing a lot of heavy lifting, it&rsquo;s reaching out to third-party services and doing things, but only at the moment that you click publish and it&rsquo;s sending over HTML and telling the websites over there, right, go on, publish it right away to this list or that list. It&rsquo;s really remarkable. And it&rsquo;s, for me makes me feel that in the future, there&rsquo;ll be a lot more interoperability with SaaS platforms and other things like that built inside of blocks. So that I don&rsquo;t know, maybe your content management system, WordPress can reach out and have interactions with blocks with your CRM in some way, who knows?</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"> <div class=\"chat-text\"><p>This is what I&rsquo;m finding exciting is that we&rsquo;re at the point where the technology is now available, but we don&rsquo;t yet have the history of developers trying out all their ideas. We did that with plugins. There must&rsquo;ve been a similar moment with plugins where it was a lovely idea. Look, we can extend WordPress, but there wasn&rsquo;t really so much out there yet. So plugins felt a bit like, well, it&rsquo;s a thing, but you know, I&rsquo;m not that bothered, but then look what happened. There really was a boom in plugins and they became&hellip; you know, you couldn&rsquo;t really have a functioning WordPress website without a few plugins here and there. And I feel the same will be true in the near future with blocks.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"><div class=\"chat-author chat-author-leeshadle vcard\"><cite class=\"fn\">Lee Shadle</cite> [00:38:19]</div> <div class=\"chat-text\"><p>I really hope we can make building blocks easier because I think we&rsquo;re just starting to see, like you&rsquo;re saying some of these really neat things come out and you really could build anything you wanted in WordPress, if you know what you&rsquo;re doing. So excited for what the future holds.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"><div class=\"chat-author chat-author-nathanwrigley vcard\"><cite class=\"fn\">Nathan Wrigley</cite> [00:38:34]</div> <div class=\"chat-text\"><p>Indeed, that feels like a perfect place to jump off this train. But before we do that, or before I do that, I always want to know where people can contact you. What&rsquo;s the best place for you to be reached. It could be an email address or a Twitter handle, whatever you&rsquo;re comfortable with..</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"><div class=\"chat-author chat-author-leeshadle vcard\"><cite class=\"fn\">Lee Shadle</cite> [00:38:49]</div> <div class=\"chat-text\"><p>Twitter, it would be the best twitter dot com slash leeshadle. That would be the best place to reach me.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"><div class=\"chat-author chat-author-nathanwrigley vcard\"><cite class=\"fn\">Nathan Wrigley</cite> [00:38:55]</div> <div class=\"chat-text\"><p>I will make a hundred percent sure to put that into the show notes and all that remains for me to say is Lee, thank you so much for joining us today and telling us a bit about your journey and your excitement about blocks.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"><div class=\"chat-author chat-author-leeshadle vcard\"><cite class=\"fn\">Lee Shadle</cite> [00:39:06]</div> <div class=\"chat-text\"><p>Thank you Nathan, it&rsquo;s been so fun to talk to you today. I really appreciate you having me on the show.</p>\n</div></div></div></div>\";s: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, 06 Oct 2021 13:23:13 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Nathan Wrigley\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:15;a:6:{s:4:\"data\";s:13:\"\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:37:\"Post Status: WordCamp US 2021 Summary\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=87474\";s: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://poststatus.com/wordcamp-us-2021-summary/\";s: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:11498:\"<p class=\"has-drop-cap\">After deciding not to hold the event in 2020, WordCamp US 2021 returned for a single day on October 1st. The entire event was planned in eight weeks â€” which was not widely known until mentioned by lead organizer Jen Swifter during closing remarks. This marks the first WordCamp US without Matt Mullenwegâ€™s â€œState of the Word,â€ although due to the event being virtual itâ€™s presumed Matt will be holding the SotW as a separate virtual â€œeventâ€ closer to the end of the year â€” similar to last year.</p>\n\n\n\n<p>The two track event still brought fresh content and had what could be argued as one of the most diverse speaker lineups for a single day at WordCamp US â€” at least when it comes to â€œnew to WCUSâ€ speakers. New faces â€” even on screens rather than a stage â€” are welcome to see.</p>\n\n\n\n<p>The event sold over 3000 tickets, which for a WordCamp US and a virtual event with limited marketing time is quite good. Of course not everyone might have showed up but I could easily get the feeling that this was a large event from the activity in the online chat and from Twitter.</p>\n\n\n\n<p class=\"has-background\"><strong>Update:</strong> WordCamp US released an official response when asked about registered and attending members.<br /><br />&#8220;<em>We had 3608 people register for the event and had as many as 400 concurrent viewers at one time.<br /><br />Online events are notoriously difficult to get attendee stats for, particularly an event like WCUS 2021 where the audience is global and spans so many time zones. Many people will watch what they can and catch the rest in their own time.<br /><br />We really love this as it makes for not only a more accessible event, but a more educational experience as itâ€™s so easy to rewatch a session as many times as an individual needs.</em>&#8220;</p>\n\n\n\n<p>It is difficult to give highlights of the talks since I was part of the programming team that helped add these talks to the program. I decided not to watch pre-recorded presentations prior to the day of WordCamp US to make the experience as similar to a regular attendeeâ€™s experience as possible. For that reason, I couldnâ€™t cover all the talks live, and there are still a few talks I need to go back and watch. But I can cover some highlights and point out some notable presentations.</p>\n\n\n\n<p class=\"has-background\"><strong>Note:</strong> Until WCUS talks are published on WordPress.tv, you can use <a href=\"https://mburnette.com/blog/wordcamp-us-2021/\">this guide</a> to view them timestamped in the live stream on YouTube thanks to Marcus Burnette.</p>\n\n\n\n<p>Bet Hannonâ€™s talk on accessibility was well received by the audience at the start of the event. Bet noted that â€œ25% of all adults in the US have a permanent or temporary disability,â€ so the subject material should apply to many site builders. Jill Binder came afterwards to give an inspirational story about her journey to being a diversity team leader for a team that in 2020 exists in 71 cities across 17 countries.</p>\n\n\n\n<p>Meanwhile, Cory Webb and Rich Tabor delivered what could be caled the â€œintroductionâ€ and â€œshowcaseâ€ talks related to the block editor. Most talks in this particular track had some connection to the block editor or the latest major enhancements in WordPress.</p>\n\n\n\n<p>There were lightning talks after a <em>very</em> entertaining â€œmusical breakâ€ â€” or what would be considered lunch for an in-person event. I wasnâ€™t able to fully digest them all, but many of these performers featured rarely seen or new faces in the WordPress community:</p>\n\n\n\n<p><a href=\"https://us.wordcamp.org/2021/speaker/sienna-svob/\">Sienna Svob</a> covered sustainability, recommending that WordPress designers use fewer resources when possible and lean on hosts that use renewable energy.&nbsp;</p>\n\n\n\n<p><a href=\"https://us.wordcamp.org/2021/speaker/lesley-sim/\">Lesley Sim</a> of Newsletter Glue offered a no-slide presentation on how to make friends with early customers, and she reminded product builders to â€œcreate the expectation youâ€™re helpful and easy to reach.â€ Lesley also reminded us that â€œanything you do for the first time [in business and marketing] is going to be awkward.â€&nbsp;</p>\n\n\n\n<p>If you are running an ecommerce site, <a href=\"https://us.wordcamp.org/2021/speaker/lax-mariappan/\">Lax Mariappan</a>â€™s talk is a good one to watch. In a similar vein, if you are running a community or are a WordCamp / Meetup organizer I would recommend <a href=\"https://us.wordcamp.org/2021/speaker/shusei-toda/\">Shusei Toda</a>â€˜s talk on lessons learned from WordCamp Tokyo 2021.</p>\n\n\n\n<p>Another presentation for designers and theme developers would be Tammie Listerâ€™s â€œLet Themes Be Themesâ€ talk which will likely find a special place in the heart of those yearning for inspiration as we head into the next-generation of WordPress themes with full site editing and the block editor.</p>\n\n\n\n<p>For entertainment, <a href=\"https://us.wordcamp.org/2021/speaker/taco-verdonschot/\">Taco Verdonschot</a> scored some points for using his own green screen in his talk on recharging your social batteries. This was a timely talk when many of us still work almost completely remotely via Zoom and Slack.</p>\n\n\n\n<p>The second half of WordCamp US seemed to go by quickly. Two key talks about WordPress.org contributions were featured in one track. The first by members of the WordPress Training team focused on the Learn.WordPress.org resource. Support for Leearn will make a big impact in the coming days â€” weâ€™ll do a deeper dive into this subject in the future â€” and I do agree that one day visiting a WordPress.org profile might be key part of the hiring process by companies looking for WordPress professionals.</p>\n\n\n\n<p>The other key talk was given by <a href=\"https://us.wordcamp.org/2021/speaker/amyjune-hineline/\">AmyJune Hineline</a> who covered how many ways you can contribute and reviewed all the available groups at make.wordpress.org.</p>\n\n\n\n<p>Developers got a treat when <a href=\"https://us.wordcamp.org/2021/speaker/helen-hou-sandi/\">Helen Hou-Sandi</a> showed how the new White House site was built in six weeks with WordPress and over a dozen custom blocks.&nbsp;</p>\n\n\n\n<p>â€œ[10up] did 12 weeks work of hours in 6. Q&A; as we went. People were trusted to Q&A; their own work, no additional layers. We did have external help and always kept moving.&#8221;&nbsp;</p>\n\n\n\n<p>While mostly inspirational, she did show off some React code and revealed the entire talk including the live coding was done in the browser (thanks in part to Githubâ€™s Codespaces). Another treat was seeing the experiments that <a href=\"https://us.wordcamp.org/2021/speaker/kjell-reigstad/\">Kjell Reigstad</a> showcased in his talk about block styles.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile has-background\"><img width=\"250\" height=\"250\" src=\"https://i0.wp.com/poststatus.com/wp-content/uploads/2021/09/RtpKYzps_400x400.png?resize=250%2C250&ssl=1\" alt=\"Get Hired\" class=\"wp-image-85823 size-full\" /><div class=\"wp-block-media-text__content\">\n<p class=\"has-text-align-left has-normal-font-size\" id=\"h-get-ready-for-remote-work\"><strong>Get started today!</strong> Build your career in WordPress.</p>\n\n\n\n<p class=\"has-text-align-left has-small-font-size\"><strong>Build your network. Learn with others. Find your next job.</strong> Read the <strong>Get Hired</strong> <a href=\"https://poststatus.com/get-hired/#%f0%9f%93%a7-subscribe-to-the-get-hired-newsletter\">newsletter</a>. <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/2709.png\" alt=\"âœ‰\" class=\"wp-smiley\" /> Listen to the <strong>Get Hired</strong> <a href=\"https://poststatus.com/podcast/get-hired/\">podcast</a>. <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f399.png\" alt=\"ðŸŽ™\" class=\"wp-smiley\" /> Follow <a href=\"https://twitter.com/gethiredwp\">@GetHiredWP</a>. <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f426.png\" alt=\"ðŸ¦\" class=\"wp-smiley\" /></p>\n</div></div>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<p><a href=\"https://us.wordcamp.org/2021/speaker/josepha-haden-chomphosy/\">Josepha Haden Chomphosy</a> closed out the conference with a brief talk on â€œfinding your own voiceâ€ with a fireside chat with Michelle Fran. Some tidbits:</p>\n\n\n\n<ul><li><strong>On acquisitions in the WordPress space: </strong>Josepha overall favors them and sees acquisitions as part of a maturing market ,but itâ€™s not all about the money: â€œSometimes companies being acquired need guidance. Large companies can provide advice and funds for the smaller company to get further. Mergers and acquisitions shouldnâ€™t be looked at something that decreases the diversity in the ecosystem.&#8221;</li><li><strong>On diversity:</strong> â€œWordPress can be used by anybody ,so it should be able to be built by anybody.â€ However, Jospeha acknowledges that ventures similar to the all-womens release team (which took almost 2 years to plan) might not be happening anytime soon so it doesnâ€™t turn into a â€œgimmickâ€ and can be used more effectively to attract more diverse audiences to contribute.&nbsp;</li><li><strong>On individual vs. corporate contributions: </strong>â€œAlways important to me in terms of volume, we aim for 2/3 contribution from individuals and 1/3 that are corporately sponsored,â€ although right now the numbers are closer to 50/50.</li><li><strong>On increasing openness and transparency:</strong> For decision making in WordPress and the posts on make.wordpress.org (including her updates), Josepha said: â€œEven if people arenâ€™t reading what goes into the decisions of WordPress, itâ€™s just as important for people to go back and read that content than it is to read more traditional documentation.â€</li></ul>\n\n\n\n<p>Iâ€™m biased, but I think overall the event was well done. Apart from Mattâ€™s absence, it seemed to have a flavor of a WordCamp US throughout, complete with conversations happening on YouTube chat, Post Status Slack, and Twitter.</p>\n\n\n\n<h2 id=\"h-get-involved-in-wordpress\">Get Involved in WordPress!</h2>\n\n\n\n<div class=\"wp-block-columns\">\n<div class=\"wp-block-column grey-message\">\n<ul><li>Have you thought about what you can do that might lead to speaking at a WordCamp or local meetup yourself? <strong>Abha Thankor</strong> has <a href=\"https://us.wordcamp.org/2021/how-to-get-involved-in-the-wordpress-community-after-attending-a-wordcamp/\">some suggestions</a> for you.</li><li>Jobs in WordPress involve a lot of 21st century skills in digital literacy and digital citizenship. <a href=\"https://wordpress.org/news/2021/10/episode-17-wordpressing-your-way-to-digital-literacy/\">In the latest <strong>WP Briefing</strong> podcast</a>, WordPress executive director <strong>Josepha Haden Chomphosy</strong> reflects on her WordCamp US keynote talk and discusses how participating in open source projects can help you learn these skills.</li><li>Get involved in <strong>Learn WordPress</strong>! Over at <a href=\"http://learn.wordpress.org\">learn.wordpress.org</a> thereâ€™s <a href=\"https://make.wordpress.org/training/2021/08/08/who-can-learn-help/\">a lot of change going on</a>, and you can be part of it. Learn is for everyone, so no matter where you are in your life and career, you can benefit from and contribute to these educational materials that support the community project known as WordPress.</li></ul>\n</div>\n</div>\";s: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, 06 Oct 2021 03:32:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"David Bisset\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:16;a:6:{s:4:\"data\";s:13:\"\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:57:\"WPTavern: GiveWP Launches Peer-to-Peer Fundraising Add-On\";s: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:30:\"https://wptavern.com/?p=123231\";s: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:159:\"https://wptavern.com/givewp-launches-peer-to-peer-fundraising-add-on?utm_source=rss&utm_medium=rss&utm_campaign=givewp-launches-peer-to-peer-fundraising-add-on\";s: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:4415:\"<p class=\"has-drop-cap\">The GiveWP team announced an extension of its flagship donation plugin for allowing <a href=\"https://givewp.com/announcing-the-givewp-peer-to-peer-fundraising-suite/\">peer-to-peer (P2P) fundraising</a> in late September. The solution should make the project even more appealing than before for those looking to break from third-party donation services and go the self-hosted route. The first version rolls out individual and team fundraising pages, leaderboards, campaign sponsor support, and more.</p>\n\n\n\n<p>In the past, GiveWP offered a simple solution for setting up donations on a website. People could use it for everything from nonprofit organizations to fundraising smalltown baseball team jerseys. However, any efforts to raise money fell squarely on the site owner&rsquo;s shoulders.</p>\n\n\n\n<p>The <a href=\"https://givewp.com/addons/peer-to-peer/\">Peer-to-Peer add-on</a> changes that by allowing people who support a particular cause to be both an evangelist and a fundraiser for the project.</p>\n\n\n\n<p>&ldquo;Peer-to-Peer is a unique form of fundraising,&rdquo; said GiveWP co-founder Matt Cromwell. &ldquo;To date, GiveWP has been focused primarily on the single donation form. But Peer-to-Peer is about grouping individual fundraisers into teams, each with their own form and campaign goal.&rdquo;</p>\n\n\n\n<img />Campaign fundraising page.\n\n\n\n<p>The extension allows site owners to create an overarching campaign while breaking it down into smaller individual or team-led sub-goals. For example, a campaign can have a donation goal of $100,00, but teams can reach for smaller chunks of that, such as $10,000. Ultimately, all donations are pooled together into the campaign total.</p>\n\n\n\n<p>&ldquo;This is a type of fundraiser that nonprofits use to raise significant funds,&rdquo; said Cromwell. &ldquo;These aren&rsquo;t one-off simple fundraisers typically.&rdquo;</p>\n\n\n\n<p>The extension adds a bit of gamification to fundraising campaigns. Individuals and teams are both added to separate leaderboards, showing their rank among their peers.</p>\n\n\n\n<img />Campaign leaderboards.\n\n\n\n<p>Individuals and teams can do more than just compete for the top rank on a campaign. They can customize their own fundraising page. It is this social element that helps bring a bit more humanity to a project.</p>\n\n\n\n<p>&ldquo;Examples of this type of fundraising are the Susan G Komen &lsquo;Race for the Cure&rsquo; or the Boston Marathon,&rdquo; said Cromwell. &ldquo;Individuals sign up to be team captains, they recruit team members. Members have goals that lead to the team goal. All teams together go toward the total campaign goal.&rdquo;</p>\n\n\n\n<p>There are times when some fundraising efforts can feel a bit faceless, almost corporate-like entities asking for donations. When you start adding people from outside an organization to do some legwork, they may feel like part of something bigger.</p>\n\n\n\n<img />Custom team page.\n\n\n\n<p>&ldquo;Of course, we consulted with our customers, we held a Town Hall to get their input and feedback,&rdquo; said Cromwell. &ldquo;Our customers have been asking to do this type of fundraising for years. We have a lot of input on this in our feedback system. The human element is part and parcel to the success of this popular form of fundraising.&rdquo;</p>\n\n\n\n<p>A P2P solution was the <a href=\"https://feedback.givewp.com/feature-requests/p/peer-to-peer-fundraising\">top-voted feature request</a> through the GiveWP feedback system. As for the future of the add-on plugin, it is easy to see what the GiveWP&rsquo;s users are asking for through its own <a href=\"https://feedback.givewp.com/give-peer-to-peer\">feedback channel</a>. Currently, there is no shortage of ideas.</p>\n\n\n\n<p>&ldquo;We are dedicating at least two developers per development cycle over the next few cycles to continue to improve and enhance P2P based on the ongoing feedback we get from our users,&rdquo; said Cromwell.</p>\n\n\n\n<p>He did not give any specific details about other projects the GiveWP team is working on. However, he did note that they are excited about providing more solutions for nonprofits.</p>\n\n\n\n<p>&ldquo;We&rsquo;d love to see our team providing more solutions outside of only the donation form side of things,&rdquo; he said. &ldquo;Nonprofits need stable, beautiful, and performant websites, and we think we can help on that front now too.&rdquo;</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 06 Oct 2021 00:42:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:17;a:6:{s:4:\"data\";s:13:\"\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:58:\"WordPress.org blog: The Month in WordPress: September 2021\";s: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:\"https://wordpress.org/news/?p=11327\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"https://wordpress.org/news/2021/10/the-month-in-wordpress-september-2021/\";s: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:16048:\"<blockquote class=\"wp-block-quote\"><p>Thereâ€™s a lot of tolerance in open source software for shipping slightly imperfect work. And thatâ€™s good. When we ship software thatâ€™s a little bit imperfect, it makes it clear how everyone can participate, how everyone could participate, if they could find this WordPress community that supports the CMS.</p></blockquote>\n\n\n\n<p class=\"has-drop-cap\">That was <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden</a> on the â€œ<a href=\"https://wordpress.org/news/2021/09/episode-16-a-sneak-peek-at-wordpress-5-9/\">A Sneak Peek at WordPress 5.9</a>â€ episode of the <a href=\"https://wordpress.org/news/podcast/\">WP Briefing Podcast</a>, talking about what goes into a WordPress release like version 5.9. Read on to find out more about updates on the latest release and the latest WordPress news from September 2021.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>WordPress Translation Day 2021 Celebrations ran for 30 days</h2>\n\n\n\n<img width=\"632\" height=\"332\" src=\"https://i2.wp.com/wordpress.org/news/files/2021/10/image.png?resize=632%2C332&ssl=1\" alt=\"WP Translation Day Matt Mullenweg Quote. Quote text: â€œTranslation is so magical because it multiplies the work of all the other contributors of WordPress. If you care about freedom and the future of the internet, translating WordPress is one of the best things you can do for people who speak your language.â€\" class=\"wp-image-11328\" />\n\n\n\n<p>WordPress Contributor teams, led by the Polyglots and Marketing teams, organized <a href=\"https://wptranslationday.org/\">WordPress Translation Day celebrations</a> for the entire month of September. Contributors from across the world joined the celebrations by translating WordPress into their own languages. Additionally, the team organized a host of <a href=\"https://wptranslationday.org/wptd-2021/global-events/\">global</a> and <a href=\"https://wptranslationday.org/wptd-2021/local-events/\">local events</a>. Translation sprints were organized by the <a href=\"https://make.wordpress.org/community/2021/09/20/kicking-off-the-community-documentation-translation-sprint-from-september-20-to-24/\">Community</a> and <a href=\"https://make.wordpress.org/training/2021/09/30/wptranslationday-subtitling-videos-on-learn/\">Training</a> teams, as well as local groups.</p>\n\n\n\n<p>As part of the celebrations, nominations were invited for contributors who had made a significant impact on the translation of WordPress and its availability in so many languages worldwide. <a href=\"https://wptranslationday.org/blog/call-for-nominations-polyglots-appreciation/\">More than 30 notable polyglot contributors were nominated for their contributions</a>. They will be featured in the coming month on the <a href=\"https://wptranslationday.org/\">WP Translation Day website, together with event recaps and more news.</a></p>\n\n\n\n<p>Read the latest <a href=\"https://wordpress.org/news/2021/09/people-of-wordpress-yordan-soares/\">People of WordPress feature on polyglots contributor Yordan Soares</a>, from South America.</p>\n\n\n\n<h2>WordPress Release updates</h2>\n\n\n\n<ul><li>WordPress security and maintenance release â€“ <a href=\"https://wordpress.org/news/2021/09/wordpress-5-8-1-security-and-maintenance-release/\">Version 5.8.1</a> came out on September 9, 2021. The release fixes three major issues and includes 60 bug fixes. You can update to the latest version directly from your WordPress dashboard or by <a href=\"https://wordpress.org/download/\">downloading</a> it from WordPress.org. The <a href=\"https://make.wordpress.org/core/2021/10/04/wordpress-5-8-2-deferred/\">5.8.2 release has been deferred</a> and if needed a minor release will be added before 5.9.&nbsp;</li><li>Work is progressing towards WordPress 5.9, and the team released a <a href=\"https://make.wordpress.org/core/2021/09/03/wordpress-5-9-planning-roundup/\">planning round-up</a> along with a <a href=\"https://make.wordpress.org/core/2021/09/03/wordpress-5-9-planning-roundup/\">call for release leads</a>. October 14 is the go/no-go date of the release, which is planned to be <a href=\"https://make.wordpress.org/core/2021/09/03/wordpress-5-9-planning-roundup/\">launched on December 14, 2021</a>.</li></ul>\n\n\n\n<p>Want to contribute to WordPress core? Join the <a href=\"https://wordpress.slack.com/archives/C02RQBWTW\">#core</a> channel, follow the <a href=\"https://make.wordpress.org/core/\">Core Team blog</a>, and check out the <a href=\"https://make.wordpress.org/core/handbook/\">team handbook</a>. Donâ€™t miss the Core Team chats on Wednesdays at <a href=\"https://www.timeanddate.com/worldclock/fixedtime.html?hour=5&min=00&sec=0\">5 AM</a> and <a href=\"https://www.timeanddate.com/worldclock/fixedtime.html?hour=20&min=00&sec=0\">8 PM</a> UTC.&nbsp;</p>\n\n\n\n<h2>Say hi to Gutenberg Versions 11.4 and 11.5</h2>\n\n\n\n<p>We launched Gutenberg <a href=\"https://make.wordpress.org/core/2021/09/01/whats-new-in-gutenberg-11-4-1-september/\">version 11.4</a> and <a href=\"https://make.wordpress.org/core/2021/09/17/whats-new-in-gutenberg-11-5-16-september/\">version 11.5</a> this month. <a href=\"https://make.wordpress.org/core/2021/09/01/whats-new-in-gutenberg-11-4-1-september/\">Version 11.4</a> adds image blocks to the gallery block, duotone filters for featured images, and padding support for Button Blocks. <a href=\"https://make.wordpress.org/core/2021/09/17/whats-new-in-gutenberg-11-5-16-september/\">Version 11.5</a> adds flex layout support to the group and social icon blocks along with <a href=\"https://make.wordpress.org/core/2021/09/22/core-editor-improvement-introducing-the-widget-group-block/\">widget group blocks</a>. It will support the addition of a site logo or title directly into menus.</p>\n\n\n\n<p>Want to get involved in developing Gutenberg? Follow <a href=\"https://make.wordpress.org/core/\">the Core Team blog</a>, contribute to <a href=\"https://github.com/WordPress/gutenberg/\">Gutenberg on GitHub</a>, and join the <a href=\"https://wordpress.slack.com/archives/C02QB2JS7\">#core-editor</a> channel in the <a href=\"https://make.wordpress.org/chat/\">Make WordPress Slack</a>. The <a href=\"https://make.wordpress.org/core/2021/09/17/whats-next-in-gutenberg-mid-september-2021/\">Whatâ€™s next in Gutenberg</a> post gives details on the latest updates.</p>\n\n\n\n<h2>New Guidelines for in-person WordCamps</h2>\n\n\n\n<p>The Community Team <a href=\"https://make.wordpress.org/community/2021/09/13/announcement-updated-guidelines-for-in-person-wordcamps/\">published new guidelines</a> for returning to in-person WordCamps in regions where in-person events are allowed by the local public health authorities.&nbsp;</p>\n\n\n\n<p>Community members can now organize in-person WordCamps for fully vaccinated, recently tested negative, or recently recovered folks (in the last three months) â€” provided their region passes the in-person <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/2021-returning-to-in-person-meetups/in-person-meetup-decision-checklist/\">safety checklist</a> OR if vaccines and/or COVID testing are accessible to all. Organizers can continue to plan online WordCamps if their region does not meet the guideline.&nbsp;</p>\n\n\n\n<p>New guidelines are also available on the <a href=\"https://make.wordpress.org/community/2021/09/27/announcement-returning-to-in-person-do_action-charity-hackathons/\">return of in-person do_action hackathons</a>.</p>\n\n\n\n<p>Want to get involved in the Community Team and help bring back in-person WordPress events? <a href=\"https://make.wordpress.org/community/\">Follow the Community Team blog</a> and join the <a href=\"https://wordpress.slack.com/archives/C02RQC7RN\">#community-events</a> channel in <a href=\"https://make.wordpress.org/chat/\">the Make WordPress Slack</a>! Check out the following <a href=\"https://central.wordcamp.org/\">upcoming WordCamps</a> and <a href=\"https://make.wordpress.org/community/events/\">meetups</a>.</p>\n\n\n\n<h2>Important Team announcements/updates</h2>\n\n\n\n<ul><li>The Polyglots Team <a href=\"https://make.wordpress.org/polyglots/2021/09/27/sign-up-for-the-new-polyglots-monthly-newsletter/\">opened sign-ups</a> for their new monthly newsletter. The first edition goes out on October 15!</li><li>The<a href=\"https://make.wordpress.org/project/2021/09/10/suggested-iterations-for-the-five-for-the-future-program-and-tool/\"> Five for the Future program is being revisited</a> to identify opportunities for growth.&nbsp;</li><li>The Docs Team formally <a href=\"https://make.wordpress.org/docs/2021/09/15/announcement-new-workflow-for-reporting-documentation-issues/\">launched a new repository</a> for tracking issues with WordPress documentation: <a href=\"https://github.com/WordPress/Documentation-Issue-Tracker\">https://github.com/WordPress/Documentation-Issue-Tracker</a></li><li>The Plugins Team <a href=\"https://make.wordpress.org/plugins/2021/09/20/change-to-how-long-active-reviews-remain-open/\">reduced the time period to complete active review requests for plugins</a> from six to three months.</li><li>The Community Team started work on the <a href=\"https://make.wordpress.org/community/2021/09/10/2022-global-sponsorship-working-group/\">2022 Global Sponsorship program</a>.</li><li>The Design Team is <a href=\"https://make.wordpress.org/design/2021/09/16/document-status-and-visibility/\">working on a redesign proposal of the Inspector sidebar</a> in the WordPress post/page editor.</li><li>The Themes Team announced the results of the <a href=\"https://make.wordpress.org/themes/2021/09/13/theme-upload-survey-results-next-steps/\">six-week Theme author survey</a>.</li><li>The Training Team also shared <a href=\"https://make.wordpress.org/training/2021/09/14/learn-wordpress-needs-assessment-results/\">results of a third-party needs assessment exercise for Learn WordPress</a> which offers some excellent insights.&nbsp;</li></ul>\n\n\n\n<h2>Feedback/Testing requests from Contributor Teams</h2>\n\n\n\n<ul><li>Version 18.3 of WordPress for <a href=\"https://make.wordpress.org/mobile/2021/09/20/call-for-testing-wordpress-for-ios-18-3/\">iOS</a> and <a href=\"https://make.wordpress.org/mobile/2021/09/21/call-for-testing-wordpress-for-android-18-3/\">Android</a> are now available for testing!</li><li>Join the <a href=\"https://make.wordpress.org/test/2021/09/29/fse-program-testing-call-10-pattern-party/\">10th challenge</a> of the <a href=\"https://make.wordpress.org/core/2020/12/11/the-fse-outreach-program-is-officially-starting/\">Full Site Editing (FSE) Outreach program</a> &#8211; â€œ<a href=\"https://make.wordpress.org/test/2021/09/29/fse-program-testing-call-10-pattern-party/\">Pattern Party</a>â€. Check out the <a href=\"https://make.wordpress.org/test/2021/09/29/fse-program-testing-call-10-pattern-party/\">announcement post</a> for testing instructions and join the fun in the <a href=\"https://wordpress.slack.com/archives/C015GUFFC00\">#fse-outreach-experiment</a> Slack channel. Deadline: October 13, 2021</li><li>The Training Team is requesting feedback on:<ul><li><a href=\"https://make.wordpress.org/training/2021/09/27/proposal-ensuring-high-quality-video-contributions-to-learn-wordpress/\">Strategies to ensure high-quality video contributions for Learn WordPress</a>. Deadline: October 6, 2021</li><li><a href=\"https://make.wordpress.org/training/2021/08/10/proposal-learner-achievements-on-profiles/\">Learner achievements on profiles</a>: no current deadline</li></ul></li><li>Help the Test Team <a href=\"https://make.wordpress.org/test/2021/10/01/test-team-chat-summary-28-september-2021/\">reach out to extenders to check if their test suites are compatible with the modernization of the WordPress Core PHP Test Suites</a>. Information on what the changes mean and step-by-step instructions are available over in the following post: <a href=\"https://make.wordpress.org/core/2021/09/27/changes-to-the-wordpress-core-php-test-suite/\">Changes to the WordPress Core PHP Test Suite</a>.</li><li>The Polyglots Team is <a href=\"https://make.wordpress.org/polyglots/2021/09/19/how-to-handle-block-pattern-translations/\">exploring two different mechanisms on translating user-submitted block patterns</a>: GlotPress v/s forking patterns to locales and is requesting feedback from community members.</li></ul>\n\n\n\n<h2>WordPress Events updates</h2>\n\n\n\n<ul><li><a href=\"https://galicia.wordcamp.org/2021/\">WordCamp Galicia 2021</a> was held from September 30 &#8211; October 2, 2021 and <a href=\"https://us.wordcamp.org/2021/\">WordCamp US 2021</a> ran on October 1.</li><li>Donâ€™t miss these upcoming WordCamps: <a href=\"https://nicaragua.wordcamp.org/2021/\">WordCamp Nicaragua 2021</a> (October 8-9, 2021) and <a href=\"https://italia.wordcamp.org/2021/\">WordCamp Italia 2021</a> (October 22-23, 2021)Â </li><li>The Diverse Speakers Training group (<a href=\"https://make.wordpress.org/community/tag/wpdiversity/\">#WPDiversity</a>) of the Community Team organized an <a href=\"https://make.wordpress.org/community/2021/09/15/wpdiversity-events-in-september-attention-india/\">allyship workshop, along with dedicated workshops focused on India in September</a>.</li><li>The Test Team organized a <a href=\"https://make.wordpress.org/test/2021/09/17/hallway-hangout-discussion-on-adoption-pathways-for-full-site-editing-16-september/\">Hallway Hangout on adoption pathways for Full Site Editing</a> where attendees mentioned how they use FSE and shared ideas for improvement.Â </li></ul>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Further reading</h2>\n\n\n\n<ul><li>The Hosting Team recommended that all web hosts <a href=\"https://make.wordpress.org/hosting/2021/09/15/wordpress-5-8-1-security-release-is-time-sensitive/\">test and push the WordPress 5.8.1 security update through to their users</a> as soon as possible.</li><li>The Training Team <a href=\"https://make.wordpress.org/training/2021/09/21/should-learn-wordpress-contributors-be-gpl-compliant/\">clarified GPL compliance guidelines</a> for Learn WordPress contributions, and the <a href=\"https://learn.wordpress.org/meta/handbook/workshops/eligibility-of-workshop-presenters/\">guidelines for workshop presenters are available in the handbook</a>.</li><li>The codebase for Openverse, a search engine for openly-licensed media,&nbsp; i<a href=\"https://make.wordpress.org/openverse/2021/09/03/call-for-translations-i18n-in-openverse/\">s now available for translation</a>.</li><li>The Core Team implemented a <a href=\"https://make.wordpress.org/core/2021/09/28/implementing-a-webfonts-api-in-wordpress-core/\">Webfonts API in WordPress core</a> for simplifying the process of enqueuing external fonts on WordPress sites.&nbsp;</li><li>The Test Team rescheduled <a href=\"https://make.wordpress.org/test/2021/09/23/5-9-end-to-end-e2e-working-strategy-session-agenda-for-29-sep-2021/\">the End-to-End (e2e) Test working strategy session</a> to October 6. More details <a href=\"https://make.wordpress.org/test/2021/09/23/5-9-end-to-end-e2e-working-strategy-session-agenda-for-29-sep-2021/\">in the announcement post</a>.</li></ul>\n\n\n\n<p><em>Have a story that we could include in the next â€˜Month in WordPressâ€™ post? Please </em><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><em>submit it using this form</em></a><em>.&nbsp;</em></p>\n\n\n\n<p><em>The following folks contributed to Septemberâ€™s Month in WordPress: <a href=\"https://profiles.wordpress.org/webcommsat/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>webcommsat</a>, <a href=\"https://profiles.wordpress.org/chaion07/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>chaion07</a>, <a href=\"https://profiles.wordpress.org/dansoschin/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>dansoschin</a>, <a href=\"https://profiles.wordpress.org/harishanker/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>harishanker</a>, <a href=\"https://profiles.wordpress.org/meher/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>meher</a>, and <a href=\"https://profiles.wordpress.org/tobifjellner/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>tobifjellner</a></em></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 05 Oct 2021 20:01:02 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Hari Shanker R\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:18;a:6:{s:4:\"data\";s:13:\"\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:64:\"WPTavern: Facebook Outage Rekindles Push for a Free and Open Web\";s: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:30:\"https://wptavern.com/?p=123719\";s: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:173:\"https://wptavern.com/facebook-outage-rekindles-push-for-a-free-and-open-web?utm_source=rss&utm_medium=rss&utm_campaign=facebook-outage-rekindles-push-for-a-free-and-open-web\";s: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:5825:\"<p>Facebook, Workplace, Instagram, and WhatsApp went down today for roughly six hours due to a Border Gateway Protocol (BGP) configuration error. Cloudflare describes BGP as &ldquo;<a href=\"https://www.cloudflare.com/learning/security/glossary/what-is-bgp/\">the postal service of the Internet</a>.&rdquo; It is responsible for routing Facebook&rsquo;s traffic and making all of its domains accessible to visitors.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">To be more precise (and Geek Factor 5) the BGP routes serving Facebook\'s authoritative DNS were withdrawn, rendering all Facebook domains inaccessible. That\'s per <a href=\"https://twitter.com/DougMadory?ref_src=twsrc%5Etfw\">@DougMadory</a> , who knows a few things about BGP/DNS.</p>&mdash; briankrebs (@briankrebs) <a href=\"https://twitter.com/briankrebs/status/1445081561536339970?ref_src=twsrc%5Etfw\">October 4, 2021</a></blockquote>\n</div>\n\n\n\n<p>At first glance, the outage appeared to be a malicious attack following a Facebook whistleblower&rsquo;s revelations on 60 Minutes Sunday evening. BGP routing can be hijacked, but so far there is no evidence to suggest that it&rsquo;s anything other than an ill-timed configuration error. </p>\n\n\n\n<p>&ldquo;The thing I saw at Facebook over and over again was there were conflicts of interest between what was good for the public and what was good for Facebook, and Facebook over and over again chose to optimize for its own interests, like making more money,&rdquo;&nbsp; former Facebook product manager Frances Haugen told <a href=\"https://www.cbsnews.com/news/facebook-whistleblower-frances-haugen-misinformation-public-60-minutes-2021-10-03/\">60 Minutes</a>. </p>\n\n\n\n<p>Haugen copied tens of thousands of documents of internal research before leaving, one which stated: &ldquo;We have evidence from a variety of sources that hate speech, divisive political speech and misinformation on Facebook and the family of apps are affecting societies around the world.&rdquo;</p>\n\n\n\n<p>Haugen&rsquo;s interview with 60 Minutes had already made Facebook&rsquo;s lack of ethical compass a hot topic at media outlets before all of its web properties went down earlier today. This outage is one of the most severe in the company&rsquo;s 17-year history, due to the cascading effects of Facebook&rsquo;s infrastructure being tied into so many aspects of every day life. According to <a href=\"https://www.independent.co.uk/life-style/gadgets-and-tech/verizon-down-tmobile-ee-internet-b1932198.html\">The Independent</a>, reports of problems at internet and phone companies started rolling in, as Facebook and its related apps are often confused with the internet. </p>\n\n\n\n<p>The whistleblower&rsquo;s evidence of the pernicious nature of Facebook&rsquo;s algorithms, combined with the widespread outage of the company&rsquo;s network of services, has sparked a renewed call for people and businesses to return to the open web. </p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Seems like a good time to remind every business owner that you do not own your audience on social media. Whether you have 10 followers or 10,000,000, they can be gone in an instant. Build your email list and create content on your own website.</p>&mdash; Quincy Zikmund (@quincyzikmund) <a href=\"https://twitter.com/quincyzikmund/status/1445075850320359426?ref_src=twsrc%5Etfw\">October 4, 2021</a></blockquote>\n</div>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Now is an excellent time to email your local authorities, school, camp, church, soccer league, whatever &ndash; and tell them: <br /><br />\"Please stop posting your updates on Facebook and Instagram, which are liable to disappear. Instead, use a website on the open web, and email updates.\"</p>&mdash; Mark Hurst (@markhurst) <a href=\"https://twitter.com/markhurst/status/1445135780171636736?ref_src=twsrc%5Etfw\">October 4, 2021</a></blockquote>\n</div>\n\n\n\n<p>These kinds of outages disrupt those who have built their communications and commerce on top of Facebook&rsquo;s products. Businesses put themselves in a vulnerable place when they rely on a walled garden to deliver audience engagement, especially when that garden&rsquo;s algorithms promote divisive discourse and misinformation. Business owners should take recent events as a wakeup call and revoke all the permissions given to unaccountable platforms for short-term gains. It&rsquo;s time to invest in the long-term health of your online presence by building on the open web. </p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">While we\'re at it: if you don\'t have a Web site of your own and you\'ve been blogging and creating content on third-party platforms, now might be a good time to reconsider creating one and owning your own little corner of the internet. &#128273;</p>&mdash; Sara Soueidan (@SaraSoueidan) <a href=\"https://twitter.com/SaraSoueidan/status/1445107375006945282?ref_src=twsrc%5Etfw\">October 4, 2021</a></blockquote>\n</div>\n\n\n\n<p>As good people work to expose the inner workings of companies that have abandoned principles in pursuit of profit, I am hopeful the web will right itself and applications will become more open and adept at helping people navigate these turbulent times. For those today who are remembering what it&rsquo;s like to have <a href=\"https://wptavern.com/automattic-takes-on-facebook-with-a-meditation-on-the-open-web\">a breath of fresh air</a> in Facebook&rsquo;s absence, challenge yourself to start creating content on your own site. Make your website the original source of your work and distribute it out to social networks where you want to extend your reach. </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 05 Oct 2021 02:45:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:19;a:6:{s:4:\"data\";s:13:\"\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:75:\"WPTavern: The Next Web Publishes Storyblok-Sponsored Hit Piece on WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=123712\";s: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:195:\"https://wptavern.com/the-next-web-publishes-storyblok-sponsored-hit-piece-on-wordpress?utm_source=rss&utm_medium=rss&utm_campaign=the-next-web-publishes-storyblok-sponsored-hit-piece-on-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6366:\"<p class=\"has-drop-cap\">Last week, under its news section, The Next Web published what could only be described as a hit piece: <a href=\"https://thenextweb.com/news/developers-hate-wordpress-so-should-marketers\">Developers hate WordPress &mdash; and so should marketers</a>. The claim was that, despite its current 40% market share, folks should start looking at alternatives for a better experience.</p>\n\n\n\n<p>The first developer interviewed for this piece was the CEO of Storyblok, Dominik Angerer. Storyblok is a headless CMS, a competitor to WordPress.</p>\n\n\n\n<p>The second person interviewed for the article was Doeke Leeuwis, the founder and technical director for Story of AMS. The agency focuses on headless eCommerce. <em>What is one of the three platforms it uses?</em> If you guessed Storyblok, you would have gotten it right. Bonus points if you predicted it was listed first of the three in their marketing material.</p>\n\n\n\n<p>The third developer interviewed was Mitchel van Bever, who also works for Story of AMS. The company has been featured multiple times on the Storyblok blog and is a featured case study.</p>\n\n\n\n<p><em>Are you starting to see a pattern yet?</em></p>\n\n\n\n<p>If you read through the rest of the article, you will note that the post was sponsored by Storyblok. At least they were honest about it.</p>\n\n\n\n<img />\n\n\n\n<p>Somehow I believe most readers would have skipped the article if that was posted before the content.</p>\n\n\n\n<p>It is easy to find developers who dislike WordPress. But, you lose credibility when writing a piece that features interviewees who are either directly sponsoring or benefitting from the story.</p>\n\n\n\n<p>The centerpiece for the entire story hinged on the <a href=\"https://insights.stackoverflow.com/survey/2019\">2019</a> and <a href=\"https://insights.stackoverflow.com/survey/2020\">2020</a> Stack Overflow annual developer survey. There is a lot to glean from the data provided by over 65,000 workers in the field. However, the article merely focused on a single point: WordPress was voted the most dreaded language or technology at 67% in the last year. Everything else centered on what those with a vested interest in Storyblok had to say.</p>\n\n\n\n<p>We could talk about scalability, but with WordPress.com as a prime example of running the WordPress software at scale, do we really need to?</p>\n\n\n\n<p>We could talk about flexibility, but when WordPress has more free third-party plugins (59,000+) than Storyblok has in total live websites (<a href=\"https://trends.builtwith.com/cms/Storyblok\">500+ according to BuiltWith</a>), is it really worth diving into?</p>\n\n\n\n<p>As a writer in the WordPress sphere, you may think I am entirely biased. That is at least partially true. However, I have worked with multiple systems. Laravel is one of my favorites, but its beautiful architecture does not always translate to quickly getting a job done in the same way as WordPress. I have helped friends and family launch projects on several non-WordPress services. It all depends on what the best tool for the job is.</p>\n\n\n\n<p>I have even created my own custom CMS for my personal blog. I felt like WordPress was overkill for what I needed. It is OK to use another tool even when you typically prefer working with something else. My custom blogging system was built just for me, but it now runs on two websites. I had another developer friend crazy enough to try it.</p>\n\n\n\n<p>My love for WordPress is not absolute. It is not unconditional.</p>\n\n\n\n<p>But I still love it. There are 1,000s of others who love working with it too, and these developers are more likely to tell you what the <em>actual</em> issues with the platform are. We can criticize it honestly because we are down in the trenches, working with the platform every day. We know it is not always the ideal programming experience. We know it has some legacy baggage. Despite its warts, we have built something that most others only dream of doing. We have created a vast community.</p>\n\n\n\n<p>If you thought it was all about who had the shiniest code, you would be wrong.</p>\n\n\n\n<p>It is about business competitors willing to communicate and even help others in their space.</p>\n\n\n\n<p>It is about <a href=\"https://wordpress.org/five-for-the-future/\">Five for the Future</a>, a program where WordPress-related companies contribute to free software.</p>\n\n\n\n<p>It is about <a href=\"https://wordpress.org/support/\">support forum</a> volunteers lending a helping hand.</p>\n\n\n\n<p>It is about the 100s of folks on the <a href=\"https://make.wordpress.org/\">Make WordPress</a> teams who contribute to various aspects of the project, everything from code reviews to translations.</p>\n\n\n\n<p>It is about sharing a drink with a years-long friend you just met IRL for the first time at a <a href=\"https://central.wordcamp.org/\">WordCamp</a>, albeit mostly virtual for the last couple of years.</p>\n\n\n\n<p>It is about the <a href=\"https://wppodcasts.com/\">podcasts</a> that people produce for the love of the platform and its surrounding projects.</p>\n\n\n\n<p>It is about quitting your nine-to-five to launch a new business as a plugin developer.</p>\n\n\n\n<p>It is about taking part in a movement that has allowed millions to publish on the web.</p>\n\n\n\n<p>No, not every developer who participates in the annual Stack Overflow survey loves WordPress. Most of them may dread working with the platform, and that trend may very well continue. What we have is bigger. WordPress is its community.</p>\n\n\n\n<p>This smells like just another hit piece from a WordPress <em>competitor</em> <a href=\"https://wptavern.com/wixs-negative-advertising-campaign-falls-flat-with-wordpress-developers-and-professionals\">like we have seen before</a>. At least some of the Wix videos were funny (<em>come on, you know you laughed at at least one or two of them</em>), and folks <a href=\"https://wptavern.com/wix-takes-a-jab-at-wordpress-with-bewildering-new-marketing-campaign\">got free headphones from the deal</a>. This Storyblok-sponsored post just leaves a sour taste.</p>\n\n\n\n<p>Like my grandma &mdash; probably everyone&rsquo;s grandma &mdash; used to say, &ldquo;You catch more flies with honey.&rdquo; This was an opportunity to sell potential users on Storyblok&rsquo;s features. Maybe bashing competitors brings traffic, but I doubt it brings any goodwill or long-lasting benefits.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 04 Oct 2021 22:32:24 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:20;a:6:{s:4:\"data\";s:13:\"\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:86:\"WordPress.org blog: WP Briefing: Episode 17: WordPressing Your Way to Digital Literacy\";s: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:53:\"https://wordpress.org/news/?post_type=podcast&p=11316\";s: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:88:\"https://wordpress.org/news/2021/10/episode-17-wordpressing-your-way-to-digital-literacy/\";s: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:29419:\"<p>In episode 17 of the WordPress Briefing, Josepha Haden Chomphosy reflects on her WordCamp US keynote and digs into how participating in open source projects can help you learn 21st Century Skills.&nbsp;</p>\n\n\n\n<p><em><strong>Have a question you&#8217;d like answered? You can submit them to <a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2>Credits</h2>\n\n\n\n<ul><li>Editor:&nbsp;<a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a></li><li>Logo:&nbsp;<a href=\"https://profiles.wordpress.org/beafialho/\">Beatriz Fialho</a></li><li>Production:&nbsp;<a href=\"https://profiles.wordpress.org/cbringmann/\">ChloÃ© Bringmann</a></li><li>Song: Fearless First by Kevin MacLeod</li></ul>\n\n\n\n<h2>References </h2>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/2021/09/03/wordpress-5-9-planning-roundup/\">WordPress 5.9 Planning</a></p>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/2021/08/13/preliminary-road-to-5-9/\">5.9 Target Features</a></p>\n\n\n\n<p><a href=\"https://us.wordcamp.org/2021/\">WordCamp US 2021</a></p>\n\n\n\n<h2>Transcript</h2>\n\n\n\n<span id=\"more-11316\"></span>\n\n\n\n<p>Hello, everyone, and welcome to the WordPress Briefing, the podcast where you can catch quick explanations of the ideas behind the WordPress open source project, some insight into the community that supports it, and get a small list of big things coming up in the next two weeks. I&#8217;m your host, Josepha Haden Chomphosy. See, here we go!</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>00:42</p>\n\n\n\n<p>Today I want to talk to you a little bit about the digital divide, where it is, maybe a bit of where it&#8217;s headed, and which parts of the WordPress open source project and CMS can help. This is a focused look, though, so I won&#8217;t touch on some of the hurdles that everyone is aware of when you get outside of in-person environments, things like parental modeling or supervision, education on the relevance of technology, etc. This is a follow-up to the conversation that I had at WordCamp US last weekâ€”and so doing a little bit of a deeper dive here. And we&#8217;re gonna start with what exactly is the digital divide.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>01:23</p>\n\n\n\n<p>So the digital divide is considered those who benefit from the digital age versus those who don&#8217;t; that feels like a really big concept. And the current discussion is primarily about access, or for years that has been about access anyway, especially physical access. So those who have computers versus those who do not have internet in their homes versus those who do not. But I don&#8217;t necessarily agree with that particular, really focused definition of the problem.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>01:59</p>\n\n\n\n<p>If the only problem we see is access, then the solution becomes to get cheap devices and internet to everyone, which certainly has led to more people being connected than ever before.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>02:12</p>\n\n\n\n<p>With this proliferation of devices that are considered both smart and mobile (mobile in this context, meaning handheld or pocket-sized), the discussion over the last few years has been shifting. Itâ€™s been shifting into more of a discussion around the education around the relevance of internet access, discussions around the quality of access to the Internet, and also discussions around Wi-Fi and dial-up and the surprising cost of data.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>02:42</p>\n\n\n\n<p>But from my perspective, there are a number of really dangerous assumptions that we make when we boil it all the way down to who has access and the quality of that kind of access.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>02:54</p>\n\n\n\n<p>The first dangerous assumption is that we run the risk of conflating being tech-savvy with being digitally literate, and they&#8217;re not really the same things. The second assumption that we run the risk of is assuming that access to cellular data equals access to the internet through any other means. And also assuming that cost is always the determining factor.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>03:19</p>\n\n\n\n<p>And the final fairly dangerous assumption that we&#8217;re making there is that we allow ourselves the ability to mark the digital divide is fixed in our minds. Once we get enough access to everyone, we&#8217;re just done. There is no more divide. But as a way of illustration, if you think about access, not in the context of technology, like high technology, digital technology, and in the context of like writing, you probably own a writing utensil, and you probably have access to paper of some sort, which is great. But just because you have like a pencil and a piece of paper doesn&#8217;t mean that I can send you home right now &#8211; I guess most of you are listening at home.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>04:07</p>\n\n\n\n<p>It doesn&#8217;t mean that I can send you to your desk right now. And consider you prepared to write a best-selling novel, right? Because giving you physical tools no more makes you a novelist than handing me a computer when I was a teen made me digitally literate.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>04:24</p>\n\n\n\n<p>So let&#8217;s talk about what it takes to be digitally literate. I&#8217;ve lumped the following skills into three groups. It&#8217;s broadly defined as 21st-century skills, but the groups that I have them in is not a comprehensive list of those 21st-century skills.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>04:41</p>\n\n\n\n<p>The first group that is a large component of digital literacy is critical thinking skills. So computational thinking and problem-solving. That particular one is not new, exactly. But the computational thinking part certainly is. Not all problems are solved with code, but the basis for thinking through things procedurally is increasingly important.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>05:04</p>\n\n\n\n<p>The second one in that set is communication through multiple media, consuming communications or content through Twitter, Instagram, Snapchat, or any other format, but also creating the things that communicateâ€”writing blogs, creating videos, both calls and standalone, and forums, things like that.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>05:27</p>\n\n\n\n<p>The third set in that group of critical thinking skills is around collaboration, which some people will say is more about communication. But I find that collaboration both online and in-person is a skill set all to its own. Communication only gets you so far when you&#8217;re learning to cook to collaborate with people that you don&#8217;t normally work with. And so, I have lumped that into critical thinking skills.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>05:54</p>\n\n\n\n<p>The second big bucket for digital literacy is actually literally digital literacy. So I have three, three things in here as well. Evaluating information is obviously incredibly important in the environment that we&#8217;re in right now, for just informationâ€™s sake. But then things like understanding the differences between copyright versus copyleft licenses, understanding the difference between an .org ending URL and a .com ending URL, and evaluating the general veracity of sources that you&#8217;re finding on the web.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>06:32</p>\n\n\n\n<p>The second part of that group is media use and creation, understanding the difference between folks who consume and folks who create the content we have, how to find information online, and the most sensible places to keep information online. And the third area of digital literacy that I find to be vitally important is the ethics of licenses both around use and access. So again, things like copyright vs. Copy, copyleft. And specifically for WordPress, that means understanding things like the Creative Commons licenses, GPL, MIT, but then also copyright is its own complicated question unto itself. But the other things that show up for us for WordPress that show up for us with technology are also things like open access versus proprietary information and sources. And things like plagiarism versus sampling.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>07:33</p>\n\n\n\n<p>And our third big bucket, which has become increasingly complex, but the third big bucket for digital literacy to my mind is actually considered something that I call life skills. So things like self-direction, knowing what you want to do next, and how to get it done. Time management is also in there, knowing how much time something will take and being able to make sure that you are getting things done over time, as opposed to trying to accomplish everything at the last second.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>08:03</p>\n\n\n\n<p>A big part of these life skills is cross-cultural and social communication. The internet is tricky, right? Because it&#8217;s simultaneously incredibly insular and increasingly global. Like you can if you wanted only ever read things that already confirm your existing biases. But the very nature of the internet, the very nature of the web, means that the world is much smaller. We have more ready access faster to everyone everywhere in the world than we used to have. This means, of course, that cultural awareness is an absolute must now more than ever. This is for what it&#8217;s worth the time of year when I give this talk. And that&#8217;s because of this last part of the life skills section, which is digital citizenship.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>08:54</p>\n\n\n\n<p>Digital citizenship generally is the second week of October 2 or the third week of October. And it&#8217;s one of my favorite weeks because it is something that comes up all the time in our ecosystem. It comes up all the time and open source in general, but certainly for WordPress. So those are our three big buckets of digital literacy, a subset of 21st-century skills as a whole.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>09:22</p>\n\n\n\n<p>That&#8217;s a lot of stuff, I know. And it&#8217;s also really hard to figure out how you can learn any of those skills, and from my experience, I really believe that WordPress as an open source project can help people learn those things.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>09:43</p>\n\n\n\n<p>Once upon a time, ages and ages ago, my mother told me that in order for me to become a better writer, I would have to read and in order to become a better communicator, it would probably help if I spent a little bit more time writing, and I have always felt that the same must be true for all the things that we learn, you find a positive example and study it to become better. Or, depending on what you&#8217;re learning and how you&#8217;re trying to learn it, you find a passive example of something that you want to be able to do better from an active standpoint and participate in that so that your active production of the other part is better.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>10:24</p>\n\n\n\n<p>Here are a few parts of the WordPress project and WordPress itself that can help with this.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>10:31</p>\n\n\n\n<p>So there are first a few really specific teams; if you&#8217;re contributing to a team like Themes, or Plugins, or Core, the three areas of those digital literacy skills that you have an opportunity to learn there. For critical thinking, you&#8217;re going to run into problem-solving and computational thinking. Youâ€™re also going to run into distributed collaboration, which was really important as just a concept when I first wrote this talk. And now it is currently really important as a reality because we have a bunch of companies that are going to either remote work or partially distributed or fully distributed. And that&#8217;s the way that WordPress has worked for a pretty long time.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>11:19</p>\n\n\n\n<p>So I&#8217;ve always felt like it was important because it was important to WordPress, but it&#8217;s also becoming increasingly an important part of just how to exist in the world at the moment. For those three teams, the things that you can really tap into and practice for the life skill section are digital literacy, nope, digital citizenship, self-direction, and time management obviously comes up in any open source project because you are volunteering your time and it is up to you to kind of decide how much you can commit or not various other parts of time management and directing one&#8217;s own project. Now, but you also get the opportunity to test and practice your cross-cultural communication, social communication and learning what it means to collaborate across cultures in that way.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>12:15</p>\n\n\n\n<p>On the digital literacy side, you also get a little bit of that information evaluation and synthesis for what it&#8217;s worth. And then obviously get to learn more about the ethics of various types of licenses and how use and access relate to those things.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>12:35</p>\n\n\n\n<p>We also have a team or two; these are not really teams or twos. These are things that you can do that are either solo activities or group activities. One is working or checking out the support forums, and the other is blogging. Weâ€™ll start with support forums.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>12:52</p>\n\n\n\n<p>If you&#8217;re doing this as a group activity, there are a couple of extra things that that you can practice here. But suppose you&#8217;re doing it as a solo, just way to give back to the project sort of thing or way to learn some of these skills sort of thing. In that case, you can get almost all of these digital literacy skills woven into working in the support forums, depending on what&#8217;s happening in the moment and the questions people have brought up. But for critical thinking, obviously, you get some problem solving in there, not as much the computational thinking as the procedural thinking part. But you certainly also get to tap into communication with multiple types of media, collaboration in person and online, depending on whether you&#8217;re doing this as a solo effort or a group effort. And then, of course, research, which I didn&#8217;t really bring up in any of those groupings for digital literacy, is certainly a very important part of it.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>13:49</p>\n\n\n\n<p>For the digital literacy grouping of skills related to digital literacy, you get to work on evaluating information and, depending on how complicated an answer might be. You can also get that opportunity to practice synthesizing complex information and research, a digital literacy skill. And then, once people have responded to a topic you&#8217;ve answered, you also get to tap into that life skill section. You get to be you get the opportunity to practice digital citizenship related to synchronous or asynchronous conversation. You also get to see more about how cross-cultural communication and collaboration works and social communication across those various boundaries that naturally show up when we&#8217;re working across cultures that way. And as I mentioned previously, information synthesis, as well.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>14:53</p>\n\n\n\n<p>The second one that I have mentioned can be like a solo effort or a group effort, depending on what you do. Blogging, for most people who use WordPress, is probably the most common application of how WordPress can help you do stuff. So I often see it as the most relevant and the most immediately accessible to anyone. But you know, you got to meet people where they are. So, I would strongly believe that this is our best way to help people learn these things.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>15:30</p>\n\n\n\n<p>So blogging for the critical thinking sorts of things, you have an opportunity to practice communication across mediums. You will probably get an opportunity to practice your research skills, chances are, you&#8217;re going to get the opportunity to practice some problem solving, and honestly, like if you&#8217;re hosting your site, problem-solving is going to come up when using WordPress as soon as you add in plugins and themes, because you sometimes kind of have to figure out what&#8217;s working and what&#8217;s not, and what&#8217;s playing nicely with other things and what&#8217;s not. It&#8217;s possible that with blogging, you&#8217;re also going to have an opportunity to get to practice some distributed collaboration. But that&#8217;s probably going to depend on what you&#8217;re doing with your site as well.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>16:30</p>\n\n\n\n<p>Licenses and how they apply to the thing that you&#8217;re using feel a bit different when you are the one who&#8217;s creating. And so learning about how those things work and don&#8217;t work and how they can best suit what you&#8217;re trying to do. Blogging is absolutely an excellent opportunity to dig into that a bit and learn a bit more about that. As far as your life skills go,</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>16:56</p>\n\n\n\n<p>that&#8217;s where you, again, get to practice some digital citizenship by figuring out who your audiences are and also when you have to communicate with them via the comments or any other way that you have built up a feedback mechanism there.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>17:11</p>\n\n\n\n<p>Self-direction obviously will come into this, maybe time management if you are blogging on, I was gonna say on a paid basis, but that&#8217;s not really I don&#8217;t know, on a project basis, like some of us are students and have to write things based on deadlines. And so, you know, self-direction, potentially time management, always cross-cultural communication, social communication, research, all of these things show up in there.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>17:41</p>\n\n\n\n<p>And, you know, I really believe in this concept of how blogging and bringing people into maintaining a website can teach you all of these skills. Because when I was younger, I was a bad communicator. And now, I am across the board known for my effective communication and my ability to work across cultures. And so the defining moment, which was like a four-year moment, and so not necessarily a moment, but the thing that really made all the difference was when my mom challenged me to write every single day. She had noted that I was not necessarily great at getting from one point to the next. I wasn&#8217;t necessarily great at building my arguments when I had to explain something to people. And she suggested that writing every day would help me tap into this big thing about communication and working with other people collaboration, all of that. And as an adult on the other side of it. Like, I thought she was super wrong when I was younger, because don&#8217;t we all think our parents are wrong when we&#8217;re younger. But as an adult on the other side of it, not only was that an opportunity for me to literally learn how to communicate better. But it also, when I look at it, gave me access to opportunities to practice all sorts of 21st-century skills and digital literacy skills in an environment that was relatively safe. And so, I am a big proponent of this particular one.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>19:26</p>\n\n\n\n<p>Another team that helps us tap into and practice a lot of our digital literacy skills is the Documentation team. I recommend that you let this be a supervised activity if you&#8217;re doing this with students because, you know, it&#8217;s a wiki. You can put weird things in there on accident or just inaccurate things. So for critical thinking, the primary skill that you&#8217;re going to be able to practice if you&#8217;re working on documentation is collaboration. You would think that it was also like information synthesis and information evaluation. But for a lot of the work that we&#8217;re doing, the documentation exists. And what we&#8217;re looking at is trying to figure out where it no longer matches what is currently in the CMS, or currently in the project or currently in the team, whatever it is that you&#8217;re working on at that moment. And so, it&#8217;s a strong collaborative effort in the WordPress project. You have to have done the general work to figure out what needs to be changed in the documentation. But a lot of times, you need to figure out who has access to make the changes, what has prevented us from making changes in the past, and things like that. And so I say, collaboration is the only one to learn and critical thinking, but it&#8217;s actually a really big one and can take a fair amount of effort in this particular context.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>20:49</p>\n\n\n\n<p>From the digital literacy aspect, of course, there is evaluating information. But this particular type of information evaluation is a little different for documentation. And this actually is true for the Documentation team, for the Training team, and also for the new Learn team. This question is true for all of them. There is a huge difference between presentation versus application of information. The way you present information for people who already know it and just need confirmation of something or are using it for reference material is really different from when people are looking at a piece of documentation that should be telling them how to accomplish something. And they try to apply it either to their own processes at the moment or apply it to teaching other people. And so evaluating information to make sure that what is presented can be applied, and all of the ways that that very complicated journey with managing information can kind of work or not, depending on how things are going in your section of the open source project at the moment.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>21:59</p>\n\n\n\n<p>The third group of skills that you can really dig into in those teams, again, is digital citizenship, basically, everything is digital citizenship in WordPress because we&#8217;re just people online.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>22:24</p>\n\n\n\n<p>And this final grouping that we have this final team and group of skills. So the Community team is a substantial and far-ranging team; they have many things that fall into their area of expertise. And so this has traditionally kind of functioned as a linchpin around education and ensuring that that was all relevant for users and attendees of events. The Community team will remain pivotal to so many things that we do now. But now that we have really awakened the Learn team and re-enlivened that Training team, this will shift a little over time. But yes, so that grain of salt that depending on when you listen to this, if you listen to it in 2050, maybe it&#8217;s not accurate anymore. Hopefully, most of what I say is not accurate in 2050. But you know, still.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>23:27</p>\n\n\n\n<p>&nbsp;Anyway! Critical thinking that&#8217;s where we were. So the critical thinking group of skills inside the Community team, you are going to have an opportunity to practice problem-solving. And frequently also procedural thinking, depending on what you&#8217;re working on in that team. Multimedia communication is absolutely true. And that&#8217;s true, whether you contribute to the team itself and make sure that the team is functioning and doing their basic tasks. Or if you are organizing an entire event, whether it&#8217;s online or offline or however that is being accomplished.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>24:07</p>\n\n\n\n<p>Multimedia communication for this particular team is constant for all of their work and something that everyone who works on there gets to practice all the time. For digital literacy, this comes up a lot if what you&#8217;re doing is working through any sort of like programming plans, making sure that what we have in place for events is really excellent. It&#8217;s a really excellent opportunity for practicing the evaluation of information, learning more about media use and creation, and then naturally, everything to do with licenses copyright copyleft, not only for everything that we produce but then also for everyone in the ecosystem.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>24:55</p>\n\n\n\n<p>This team helps so many plugins, authors and theme developers, and other groups who participate in the ecosystem understand the nuances of the GPL and why it matters so much to WordPress. And then in the life skill section, there&#8217;s the obvious life skill section, life skills that have come up for all of themâ€”so digital citizenship, cross-cultural and social communication. But also you have the opportunity to tap into that self-direction and time management practice, which probably should also be considered in all of these teams. But, you know, things change as we go.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>25:45</p>\n\n\n\n<p>Those are the most likely digital literacy skills that you would end up practicing in the Community team, depending on how you are participating in the Community team at that moment.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>25:59</p>\n\n\n\n<p>So I said that we would talk a little bit about where this is all headed and what to do next. And like I just said, when I got lost in my own reverie, they&#8217;re like, hopefully, everything that I&#8217;ve shared here is out of date by 2050. Like, if we can come back to this particular podcast, or this presentation, or anything I&#8217;ve ever said, about digital literacy over my time with WordPress. And if we could come back to that in 2050, or, you know, I was going to say, 20 years from now, 2041 feels really close. But, you know, come back to it in the future, and say, that was all really excellent information to know at the moment. And we did do those things. And now, WordPress has proven that open source contribution and collaboration can teach all of the necessary 21st-century skills that anyone would need to survive in the world. And we did do it, that would be really cool. But I don&#8217;t think that that&#8217;s where we&#8217;re headed. Not because I don&#8217;t think people believe in what I&#8217;m saying or care about what I&#8217;m saying. But because it&#8217;s very easy to kind of let these things go at some point.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>27:20</p>\n\n\n\n<p>Even if you at some point, were proficient in all of what is considered 21st-century skills, sometimes our skills don&#8217;t get used very much. And so we lose track of them. And we don&#8217;t know, or we don&#8217;t know how to teach them to other people and various ways to do that. So I hope that when we revisit this in the time capsule of the internet 20 years from now, we can say that was a great explanation. And we learned so much. And we made so many changes in such progress that now we need a new version of this. That&#8217;s really all we can do, always striving to leave the world in a better position than when we found it.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>28:07</p>\n\n\n\n<p>All right, that brings us to our small list of big things. I don&#8217;t have a ton to share with you today. But what I do have to share with you is a really big deal. So we are about a week away from the Go/No-Go point of WordPress 5.9. That is the final release of the year. And as soon as we know what is a go or a no go from that meeting on October 12th,&nbsp; everyone is going just to hit the ground running. And so, if you are interested in contributing to that release, either by being a participant in the release squad or leading some part of the release squad. Absolutely. Drop by and let me know because I am interested to know who wants to learn more about doing that. And this is actually something that has gone by. I mentioned at the top that I spoke at WordCamp US.&nbsp; That is still true; I did do it. And so did a bunch of other really excellent presenters. If you missed WordCamp US on Friday, for whatever reason, because you know, life is complicated. Pretty soon, we will have the videos. We&#8217;ll have all the videos up with captions quickly and have those available for everyone to watch and learn more from as their schedule allows and as their attention allows. And that is your small list of big things. Thank you for tuning in today for the WordPress Briefing. I&#8217;m your host, Josepha Haden Chomphos, and I&#8217;ll see you again in a couple of weeks.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 04 Oct 2021 12:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Chloe Bringmann\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:21;a:6:{s:4:\"data\";s:13:\"\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:84:\"Gutenberg Times: A Block Pattern Party in more ways than one â€“ Weekend Edition 187\";s: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:\"https://gutenbergtimes.com/?p=19137\";s: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:91:\"https://gutenbergtimes.com/a-block-pattern-party-in-more-ways-than-one-weekend-edition-187/\";s: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:17739:\"<p>Howdy! </p>\n\n\n\n<p>Did you get to watch the fantastic presentations about the block-editor at WordCamp US? No? I am sure they will be posted on WordPress TV in no time. I&#8217;ll keep and eye out. The best presentations from my perspective? </p>\n\n\n\n<ul><li><strong>Helen Hou-Sandi</strong> talked about the adventure building WhiteHouse.gov site within 6 weeks. Her look behind the scenes and the thoughts behind the front page header block build, was a great case study, why to use blocks and not ACF. <a href=\"https://youtu.be/_6-yAZRXY8k?t=19298\">(Recording on YouTube)</a></li><li><strong>Kjell Reigstad</strong> showed some wonderful creative examples how you could use Block Styles for some funky and new way to display blocks. Most with no JavaScript, all in CSS. <a href=\"https://youtu.be/_6-yAZRXY8k?t=23716\">(Recording on YouTube)</a></li><li><strong>Rich Tabor </strong>did a phenomenal job diving into the seven realms of Full-Site Editing and Theme building, with an <a href=\"https://www.figma.com/proto/HAvCFREaCsvXAO1X71RDID/WCUS%3A-Building-Modern-WordPress-Websites?page-id=217%3A148&node-id=235%3A354&viewport=241%2C48%2C0.1&scaling=contain&starting-point-node-id=233%3A136\">exponentially spruced up slide deck</a> and a very soothing voice.  We were all more relaxed about the huge changes to come.  <a href=\"https://youtu.be/_6-yAZRXY8k?t=6725\">(Recording on YouTube)</a></li></ul>\n\n\n\n<p>That was only one day, yesterday, but more things happened in Gutenberg land. What have you been working on? I want to know. Hit reply and tell me:-) </p>\n\n\n\n<p>We have some great posts and videos for you. Did I miss one or two? Let me know that too. </p>\n\n\n\n<p>I&#8217;m excited to see you next week at our <a href=\"https://us02web.zoom.us/webinar/register/4216223029678/WN_TShtABQnRYKrHN6ffMFpaA\">Live Q &amp; A on theme building</a>.</p>\n\n\n\n<p>If you are not a theme builder, maybe you are interested in our upcoming <a href=\"https://us02web.zoom.us/webinar/register/4016325801172/WN_v-EXlrFaRcabGz78jgj8CA\">Live Q &amp; A on block building with members of the BuddyPress team.</a> </p>\n\n\n\n<p>Be well, ðŸ’•</p>\n\n\n\n<p>Birgit</p>\n\n\n\n<p>PS: Huge Thank you to <strong>Rob Cairns</strong> for a conversation among friends about my start at Automattic, the beginning of the Gutenberg Times and catch-up  on&nbsp;Full Site Editing. Listen to <a href=\"https://the-sdm-show.castos.com/episodes/episode-154-talking-all-things-gutenberg-with-birgit-pauli-haack?mc_cid=00a6b66a45&mc_eid=09df171d7b\"><strong>Episode #154 of The SDM Show</strong></a> by <a href=\"https://stunningdigitalmarketing.com/\"><em>Stunning Digital Marketing.</em></a></p>\n\n\n\n<p>PPS: Monday, 10/4 at 9am EDT / 2pm UK Time, I&#8217;ll join Nathan Wrigley, Michelle Frechette and Rob Cairns on the <strong>WPBuilds</strong>&#8216; <strong>This Week in WordPress Show</strong>. <a href=\"https://www.youtube.com/watch?v=g9odrdX6dZA\">It will be live streamed on YouTube.</a></p>\n\n\n\n<p>PPS: Don&#8217;t miss the fantastic <strong>Page Builder Summit! Oct 18 &#8211; 22, 2021</strong> &#8211; Schedule below.  </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<h2>Gutenberg Development and Team updates </h2>\n\n\n\n<p><strong>Gutenberg 11.6 </strong>was released. Now you can lock certain blocks, edit the site logo image file within the Site Logo block (yay!) and child themes have now basic support for full-site editing and Global Styles. <strong>Nik Tsekouras</strong> has the details for you in his release post: <a href=\"https://make.wordpress.org/core/2021/10/01/whats-new-in-gutenberg-11-6-29-september/\"><strong>Whatâ€™s new in Gutenberg 11.6 (29 September)</strong></a>. </p>\n\n\n\n<ul><li>Justin Tadlock gave the new version a spin for his article <strong><a href=\"https://wptavern.com/gutenberg-11-6-improves-the-global-styles-ui-adds-child-theme-support\">Gutenberg 11.6 Improves the Global Styles UI, Adds Child Theme Support</a>.</strong> </li><li>Sarah Gooding expanded on the <a href=\"https://wptavern.com/gutenberg-11-6-introduces-new-api-for-locking-blocks\"><strong>New API for Locking Blocks</strong></a>. </li></ul>\n\n\n\n\n<p><strong>&nbsp;<a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/\" target=\"_blank\" rel=\"noreferrer noopener\">&#8220;Keeping up with Gutenberg &#8211; Index 2021&#8221;</a>&nbsp;</strong><br />A chronological list of the WordPress Make Blog posts from various teams involved in Gutenberg development: Design, Theme Review Team, Core Editor, Core JS, Core CSS, Test and Meta team from Jan. 2021 on. Updated by yours truly.  </p>\n\n\n\n\n<p><strong>Kelly Hoffman</strong> posted about the <a href=\"https://wordpress.org/news/2021/09/upcoming-gallery-block-improvements/\"><strong>upcoming improvements to the Gallery block.</strong></a> The silent video loops through many variations of how you can now configure the images in the gallery block. The total revamped Gallery Block is built from individual image blocks, that bring their features into the gallery: you can style each image differently, link each single image to a different URL, apply different duotone filters per image and crop images to fit into a pattern and more. </p>\n\n\n\n<p>You can enable this Gallery block from the <em>Gutenberg plugin&#8217;s Experiments page. </em>If you want to see what happens when your existing gallery change into the new Gallery Block, you click on <a href=\"https://github.com/WordPress/gutenberg/pull/34606\">â€œUpdateâ€ button</a> of the the Block&#8217;s Toolbar <em>(new in 11.6)</em>.</p>\n\n\n\n<p>The refactored Gallery block is slated to come to WordPress with the 5.9 release. If you are a plugin or theme developer, <a href=\"https://make.wordpress.org/core/2021/08/20/gallery-block-refactor-dev-note/\">Glen Davies published a Dev Note last month. </a></p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong>Maggie Cabrera</strong> publish the <strong><a href=\"https://make.wordpress.org/themes/2021/10/01/gutenberg-themes-week-of-september-27-2021/\">67th Gutenberg + Themes Round-up</a></strong> post from the Themes team with a list of ongoing discussions on Full-Site Editing, Global Styles, and Design Tools. Just as examples: </p>\n\n\n\n<ul><li>A discussion on <a href=\"https://github.com/WordPress/gutenberg/issues/34717\">Implicit Text, Hover, Focus Colors as Part of Color Palette</a>, or </li><li><a href=\"https://github.com/WordPress/gutenberg/issues/35114\">Whether to allow targeting&nbsp;<code>settings</code>&nbsp;that are specific to the block in theme.json file</a>. </li><li>You can also <a href=\"https://github.com/WordPress/gutenberg/issues/34574\">follow along the progress of the <strong>Global Style Interface</strong></a> via this overview issues. </li></ul>\n\n\n\n<p>There are quite a few more aspects listed, and they all could use your thoughts and ideas. It&#8217;s the place to be part of the discussion and influence development and designs. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong>Shaun Andrews</strong> posted the recording and summary of the <a href=\"https://make.wordpress.org/design/2021/09/30/sept-2021-show-tell-recording/\"><strong>Design team&#8217;s Show &amp; Tell meeting.</strong></a> The meeting is mostly meant to catch up all design contributors on various stages of their work. </p>\n\n\n\n<p>In this meeting </p>\n\n\n\n<ul><li><strong>Tammie Lister</strong> talked about Block Support and how it is handled for individual blocks, in theme.json and block.json</li><li><strong>Javier Arce</strong> shared his designs for editing background in an image block images, and </li><li><strong>Channing Ritter</strong> discussed her exploration around Theme switching in the Site Editor. </li></ul>\n\n\n\n<h2>Full Site Editing and Themes </h2>\n\n\n\n<p>There are now many conversations about Full-Site Editing and how can site builders, agencies, designers and freelancers get a handle on the various pieces, that make up Full-Site Editing. <strong>Anne McCarthy</strong> published a longer post on <a href=\"https://nomad.blog/2021/09/29/sharing-approaches-for-fse-feature-adoption/\"><strong>Sharing Approaches for Adoption of Full-Site Editing</strong></a> in the WordPress ecosystem. She suggested a gradual adoption with increasing levels of complexity and maturityâ€. Quite an interesting read. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong>Andres Noren</strong> published and <strong><a href=\"https://andersnoren.se/introducing-tove/\">introduction to his new block-based Theme &#8220;Tove&#8221;</a></strong> in which he lets you look behind the scenes. I found remarkable the comparison of this new theme with his latest classic theme: </p>\n\n\n\n<p>&#8220;Tove contains a theme.json file that specifies supported settings and styles, HTML template files and template parts used by the Site Editor, a couple of stylesheets, placeholder image assets, a folder with block patterns, and a functions.php file to enqueue assets and register block patterns and styles. Thatâ€™s Tove. <em>Not a single line of JavaScript, and other than the functions.php file and a empty index.php file, no PHP either.</em></p>\n\n\n\n<p>Compare that to&nbsp;<a href=\"https://andersnoren.se/teman/eksell-wordpress-theme/\">Eksell</a>, my latest (and probably last?) free classic theme. Eksell has 1 700 lines of PHP in its functions.php and template-tags.php files, five PHP classes in five files, and over 1 000 lines of JavaScript (not counting the CSS variables ponyfill).&nbsp;â€œ</p>\n\n\n\n<p class=\"has-secondary-color has-light-background-background-color has-text-color has-background\"><em>You will get an opportunity to connect with Anders Noren on Thursday together with Ellen Bauer and Carolina Nymark when we discuss going <a href=\"https://us02web.zoom.us/webinar/register/4216223029678/WN_TShtABQnRYKrHN6ffMFpaA\"><strong>from classic themes to Block-based Themes on our Live Q &amp; A.</strong></a> Get your seat <a href=\"https://us02web.zoom.us/webinar/register/4216223029678/WN_TShtABQnRYKrHN6ffMFpaA\">now!</a> </em></p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong><a href=\"https://wpblockpatterns.com/\">WPBlockPatterns.com</a></strong> is a site where you can compare, how the Patterns available in the WordPress.org directory perform with each Full Site Editing theme. On the first page of the site, you see the list of the block patterns from the directory. Once you click on  the <em>name of the pattern</em> a new window opens, and you can then select the theme from a drop-down box on the top right. </p>\n\n\n\n<img />\n\n\n\n<p><strong>Andrew Starr</strong>, owner of UX Themes and author of the <a href=\"https://wordpress.org/themes/hansen/\">Hansen theme</a>, created the site and <strong>Justin Tadlock</strong> connected with him for more details: <strong><a href=\"https://wptavern.com/preview-wordpress-block-pattern-and-theme-combinations-via-new-site\">Preview WordPress Block Pattern and Theme Combinations via New Site</a></strong>.</p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong>Tammie Lister </strong>started a new project: <strong><a href=\"https://ephemeralthemes.com/2021/10/01/a-block-pattern-a-day/\">A Block Pattern a Day</a></strong>. On her new site, <a href=\"http://patternspiration.com/\">Patternspiration</a>, she will publish a new pattern every day to explore all the possibilities with Block Patterns, and to get an idea on what tooling would be needed around it. Definitely a place to watch. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong>Anne McCarthy</strong> published the <a href=\"https://make.wordpress.org/test/2021/09/29/fse-program-testing-call-10-pattern-party/\">10th call for testing</a> out of the Full-site editing outreach program and calls you to <strong><a href=\"https://make.wordpress.org/test/2021/09/29/fse-program-testing-call-10-pattern-party/\">join the Pattern Party</a></strong>, too! You are invited to test all the Theme Blocks, some already in WordPress 5.8 and some to come in WordPress 5.9 and create patterns with them. <em>&#8220;This test is focused on pushing these lovely Theme Blocks to their limits to better determine what to prioritize and what features might remain to be documented. &#8220;</em> McCarthy wrote. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong><a href=\"https://us02web.zoom.us/webinar/register/WN_peXesSoYRIOZUEd9eK0l-g\">Developing for the new wave of WordPress experience</a></strong> On&nbsp;<a href=\"https://us02web.zoom.us/webinar/register/WN_peXesSoYRIOZUEd9eK0l-g\" target=\"_blank\" rel=\"noreferrer noopener\">Tuesday, Oct 5 at 01:30 PM CST</a>, join <strong>Post Status </strong>CEO,&nbsp;<strong>Cory Miller</strong>, as he interviews&nbsp;<strong>Rich Tabor</strong>, Head of Product at&nbsp;Extendify, about the future of publishing with WordPress. Definitely a show worth watching! </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong>WordPress Meetup London</strong> met this week, and during their 2nd hour they held a <strong><a href=\"https://youtu.be/k3HGkySWESk?t=4269\">Roundtable on Full-Site Editing</a></strong> hosted by Dan Maby guest Paul Lacey, Diane Wallace and Anne McCarthy.</p>\n\n\n\n<a href=\"https://youtu.be/k3HGkySWESk?t=4269\"><img /></a>\n\n\n\n\n<p><strong><a href=\"https://gutenbergtimes.com/need-a-zip-from-master/\">Need a plugin .zip from Gutenberg&#8217;s main (trunk) branch?</a></strong><br />Gutenberg Times provides daily build for testing and review. <br />Have you been using it? Hit reply and let me know.</p>\n\n\n\n<p><img alt=\"GitHub all releases\" src=\"https://img.shields.io/github/downloads/bph/gutenberg/total\" /></p>\n\n\n\n\n<h2>Using Gutenberg as Content Creator</h2>\n\n\n\n<p><strong>Istiak Rayhan</strong> shared with you the <a href=\"https://bloggingwizard.com/gutenberg-features/\"><strong>10 Interesting Gutenberg Features You May Not Know About</strong></a>. Rayhan pointed out most of my favorite features of the Block editor. He is also one of the authors of the Ultimate Blocks plugins, so it&#8217;s not a surprise to see it listed. </p>\n\n\n\n<p>Instead of the Document information page, I would pick the <strong><a href=\"https://make.wordpress.org/core/2021/06/09/core-editor-improvement-improve-your-workflow-with-list-view/\">List View</a></strong> next to it as the more useful tool for your workflow. You can identify blocks from their nested view and drag and drop them at a different spot of your post. </p>\n\n\n\n<p>Rayhan followed up with a <a href=\"https://bloggingwizard.com/gutenberg-block-editor/\"><strong>Beginner&#8217;s Guide for Gutenberg.</strong></a> I bookmarked his post to share it with others looking to get started with the block-editor. </p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h3 id=\"pagebuilder\">Page Builder Summit</h3>\n\n\n\n<p><strong><a href=\"https://pagebuildersummit.com/\">Page Builder Summit</a></strong> is coming back and will be happening <strong>October 18 &#8211; 22, 2021. </strong>Nathan Wrigley and Anchen Le Roux <a href=\"https://pagebuildersummit.com/schedule/\"><strong>just published the schedule</strong></a></p>\n\n\n\n<p>Here is the list of Gutenberg / Block-editor presentations </p>\n\n\n\n<ul><li><strong>Forging the Future with Full Site Editing</strong> with Anne McCarthy (10/18 &#8211; 9am EDT)</li><li><strong>The Future of Building WordPress Websites </strong>with Brian Gardner (10/18 &#8211; 12pm EDT)</li><li><strong>What does Full Site Editing Mean for Page Builders?</strong> with Joe Casabona (10/19/ 9am EDT)</li><li><strong>Customizing WordPress Block Editor for Client Projects </strong>with Birgit Pauli-Haack (10/19/ &#8211; 10 am EDT)</li><li><strong>Mastering modern WordPress with Full-site Editing &amp; Custom Blocks</strong> with Rob Stinson (10/20/ &#8211; 5am EDT)</li><li><strong>How to Build Any Page Layout Using Kadence Blocks</strong> with Jake Pfohl (10/20/ &#8211; 12pm EDT)</li><li><strong>Building a Custom Blog Archive with Blocks</strong> with Mike Oliver (10/21/ 11am EDT)</li><li><strong>RIP Page Builders</strong> with Chris Lubkert (10/19 &#8211; 1pm EDT)</li></ul>\n\n\n\n<p>The schedule is not out yet. <a href=\"https://pagebuildersummit.com/\"><strong>Sign-up for the waitlist</strong></a> to receive notifications.</p>\n\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p class=\"has-text-align-center\"><strong>Don&#8217;t want to miss the next Weekend Edition? </strong></p>\n\n\n\n<form class=\"wp-block-newsletterglue-form ngl-form ngl-portrait\" action=\"https://gutenbergtimes.com/feed/\" method=\"post\"><div class=\"ngl-form-container\"><div class=\"ngl-form-field\"><label class=\"ngl-form-label\" for=\"ngl_email\">Type in your Email address to subscribe.</label><div class=\"ngl-form-input\"><input type=\"email\" class=\"ngl-form-input-text\" name=\"ngl_email\" id=\"ngl_email\" /></div></div><button class=\"ngl-form-button\">Subscribe</button><p class=\"ngl-form-text\">We hate spam, too and won&#8217;t give your email address to anyone except Mailchimp to send out our Weekend Edition</p></div><div class=\"ngl-message-overlay\"><div class=\"ngl-message-svg-wrap\"></div><div class=\"ngl-message-overlay-text\">Thanks for subscribing.</div></div><input type=\"hidden\" name=\"ngl_list_id\" id=\"ngl_list_id\" value=\"26f81bd8ae\" /><input type=\"hidden\" name=\"ngl_double_optin\" id=\"ngl_double_optin\" value=\"yes\" /></form>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n\n\n<p>Featured image: <a href=\"https://www.flickr.com/photos/10104201@N00/4672495978\" target=\"_blank\" rel=\"noreferrer noopener\">&#8220;Fire wood&#8221;</a>&nbsp;by&nbsp;<a href=\"https://www.flickr.com/photos/10104201@N00\" target=\"_blank\" rel=\"noreferrer noopener\">rossbelmont</a>&nbsp;is licensed under&nbsp;<a target=\"_blank\" rel=\"noreferrer noopener\">CC BY-NC-SA 2.0</a></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 02 Oct 2021 15:40: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Birgit Pauli-Haack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:22;a:6:{s:4:\"data\";s:13:\"\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:103:\"WPTavern: Logtivity: A WordPress Activity Log Service With Customizable Charts, Alerts, and CSV Exports\";s: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:30:\"https://wptavern.com/?p=122600\";s: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:245:\"https://wptavern.com/logtivity-a-wordpress-activity-log-service-with-customizable-charts-alerts-and-csv-exports?utm_source=rss&utm_medium=rss&utm_campaign=logtivity-a-wordpress-activity-log-service-with-customizable-charts-alerts-and-csv-exports\";s: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:6238:\"<p class=\"has-drop-cap\">Launched by Ralph Morris and Steve Burge in June this year, <a href=\"https://logtivity.io/\">Logtivity</a> is a plugin and service that allows site owners to track everything that happens on their WordPress installs. The duo has made continual updates to the plugin since. In the past couple of months, they have added deep integration with Easy Digital Downloads. They are also planning to build around more eCommerce-related plugins.</p>\n\n\n\n<p>Burge mentioned that using the Logtivity service allows site owners to track and log activity at scale. While small sites could get by with an on-site solution, it can be harder to do while growing. &ldquo;This offers a strong alternative to using a plugin because you don&rsquo;t need to store huge amounts of data on your own server,&rdquo; he said.</p>\n\n\n\n<p>The service provides graphs so that end-users can visualize their data, but they can also dive directly into the logs and look at specific actions. Users can also set up unlimited alert notifications through email or Slack and download reports as CSV files.</p>\n\n\n\n<img />Site dashboard showing different chart types.\n\n\n\n<p>The <a href=\"https://wordpress.org/plugins/logtivity/\">Logitivity WordPress plugin</a> is free to download and install, but it merely serves as a bridge to the commercial service. The <a href=\"https://logtivity.io/pricing/\">pricing page</a> has three tiers that start at $9.50/month and run to $49.50. The rates primarily differ on the number of logs generated, user access, and length of data retention. However, each tier can be used on an unlimited number of sites.</p>\n\n\n\n<p>I have been running the service on WP Tavern for a couple of weeks. There are not many things I would want to track specific to this site other than posts published and commenting numbers. The short-term data has not told me much that I did not know already. However, I could see how these logs could come in handy over months or years. If we were running an eCommerce website, the information could be invaluable.</p>\n\n\n\n<img />Viewing a specific set of logs based on an action.\n\n\n\n<p>Users can create reports of specific logs and display them as either bar or line charts. These can be generated based on an action, such as &ldquo;Post Published&rdquo; or &ldquo;Comment Created.&rdquo; Users can also add a specific context, such as a post ID. For example, a user could display a chart for each product file download through the plugin&rsquo;s deep integration with Easy Digital Downloads.</p>\n\n\n\n<p>This is the type of thing that the team has in mind at the moment. The primary use case since launch has been logging eCommerce activity.</p>\n\n\n\n<p>&ldquo;People who run eCommerce sites need to track registrations, subscription changes, file downloads, license key activations, login activity, and more,&rdquo; said Burge. &ldquo;eCommerce site owners need this for customer support and also to deal with refund requests and chargebacks.&rdquo;</p>\n\n\n\n<p>Currently, each of the service&rsquo;s features is handled via the Logtivity site. The team has plans to bring them into the WordPress admin interface. However, it could be late 2021 or early 2022 before the integration happens.</p>\n\n\n\n<p>&ldquo;We&rsquo;d love to bring Logtivity data directly into WordPress,&rdquo; said Burge. &ldquo;And because there&rsquo;s no need to worry about Logtivity slowing down your site, we have some interesting ideas for how and where user activity can be displayed in the WordPress admin area.&rdquo;</p>\n\n\n\n<h2>How It Started and Where It Is Going</h2>\n\n\n\n<p class=\"has-drop-cap\">Burge serves as the marketing brains behind the project. His primary WordPress-related business is <a href=\"https://publishpress.com/\">PublishPress</a>, but his customers had asked for a project like Logitivity for several years.</p>\n\n\n\n<p>&ldquo;Ralph Morris started Logtivity for a customer at the web dev agency he works at,&rdquo; said Burge. &ldquo;The customer&rsquo;s site has around 100,000 users and gets a great deal of activity every day, from new registrations and subscriptions to resources being downloaded and cancellations. They were using a WordPress plugin to track customer activity, but as the number of logs grew, this process took longer and longer and became more clunky to perform. The final straw was when they were unable to perform the CSV exports, as it would keep timing out. Ralph scratched the itch and built a little MVP. After a few weeks, he showed it to his colleagues and got permission from his boss to offer it to the client to be the first user, and a little while later, the first paying customer.&rdquo;</p>\n\n\n\n<p>He said the two connected thanks to Iain Poulson, who recently <a href=\"https://wptavern.com/alex-denning-and-iain-poulson-launch-flipwp-an-acquisitions-marketplace-for-wordpress-companies\">co-launched the acquisitions marketplace FlipWP.</a></p>\n\n\n\n<p>&ldquo;Ralph lives really close to where I grew up in Hampshire, England,&rdquo; said Burge. &ldquo;We got our heads together and decided on a partnership: Ralph as the developer and myself as the marketer.&rdquo;</p>\n\n\n\n<p>Outside of integrating more directly with the WordPress admin, the Logtivity team has a roadmap that will keep them busy for a while. Topping that list are more integrations with third-party plugins.</p>\n\n\n\n<p>&ldquo;Our primary use-case is eCommerce sites, so WooCommerce is central to our plans,&rdquo; said Burge. &ldquo;But we also plan deeper integrations with more plugins that WordPress eCommerce sites use, including LearnDash, MemberPress, Paid Memberships Pro, and more.&rdquo;</p>\n\n\n\n<p>Several players in the space are moving toward broad integrations across the ecosystem. Chris Lema talked about it being a vital strategy for business growth with StellarWP&rsquo;s recent <a href=\"https://wptavern.com/stellarwp-acquires-learning-management-system-learndash\">acquisition of LearnDash</a>.</p>\n\n\n\n<p>Burge also noted that his team plans to continue improving the service&rsquo;s alert system. &ldquo;In future versions of Logtivity, you&rsquo;ll be able to send more flexible alerts to more channels. We also plan to provide SMS alerts for your most important notifications.&rdquo;</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 01 Oct 2021 21:49:55 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:23;a:6:{s:4:\"data\";s:13:\"\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:71:\"Akismet: Version 4.2.1 of the Akismet WordPress Plugin is Now Available\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://blog.akismet.com/?p=2130\";s: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:50:\"https://blog.akismet.com/2021/10/01/version-4-2-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:559:\"<p>Version 4.2.1 of <a href=\"http://wordpress.org/plugins/akismet/\">the Akismet plugin for WordPress</a> is now available.</p>\n<p>This update contains a fix for a bug in version 4.2 that could cause AMP validation errors on some sites, depending on the template they were using.</p>\n<p>To upgrade, visit the Updates page of your WordPress dashboard and follow the instructions. If you need to download the plugin zip file directly, links to all versions are available in <a href=\"http://wordpress.org/plugins/akismet/\">the WordPress plugins directory</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 01 Oct 2021 18:31:07 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Christopher Finke\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:24;a:6:{s:4:\"data\";s:13:\"\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:62:\"WPTavern: Gutenberg 11.6 Introduces New API for Locking Blocks\";s: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:30:\"https://wptavern.com/?p=123600\";s: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:169:\"https://wptavern.com/gutenberg-11-6-introduces-new-api-for-locking-blocks?utm_source=rss&utm_medium=rss&utm_campaign=gutenberg-11-6-introduces-new-api-for-locking-blocks\";s: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:3311:\"<p><a href=\"https://wptavern.com/gutenberg-11-6-improves-the-global-styles-ui-adds-child-theme-support\">Gutenberg 11.6</a> was released this week with a <a href=\"https://github.com/WordPress/gutenberg/pull/32457\">new API for managing lock control at the block-type level</a>. When defining a block, developers can now use the lock attribute to designate whether a block can be moved or removed. The PR introduces parts of the locking support mechanisms proposed by Matias Ventura in a separate <a href=\"https://github.com/WordPress/gutenberg/issues/29864\">issue</a> earlier this year.</p>\n\n\n\n<p>Ventura explained that while the editor already has template locking support to prevent inserting or moving blocks (i.e. for custom post type templates), it doesn&rsquo;t yet offer much granular control or a UI for the different locking states. He identified block themes as an important use case for establishing a new block-level API for representing&nbsp;<code>lock</code>&nbsp;status. Block themes may necessitate the ability to lock down key elements, such as preventing the removal of the post-content for a single post template. If you have ever played around with the template editor then you have likely discovered how easy it is to remove important elements by accident. </p>\n\n\n\n<div class=\"wp-block-image\"><img /><a href=\"https://github.com/WordPress/gutenberg/issues/29864\">Block locking UI mockup</a></div>\n\n\n\n<p>&ldquo;Another use case that we&rsquo;re building for is having a Checkout Block with different blocks that act as fundamental steps,&rdquo; WooCommerce and Gutenberg engineer Seghir Nadir said. &ldquo;We don&rsquo;t want people to delete or move those steps since they&rsquo;re fundamental and their order is also important, but we want to allow people to select them, access settings, and insert blocks in between them.&rdquo;</p>\n\n\n\n<p>During this week&rsquo;s <a href=\"https://make.wordpress.org/core/2021/09/30/editor-chat-summary-29th-september-2021/\">core editor chat</a>, Paal Joachim Romdahl highlighted the need for a locking mechanism for Reusable blocks.</p>\n\n\n\n<p>&ldquo;At the moment it is too easy to make an accidental change to a Reusable block,&rdquo; Romdahl said. &ldquo;I worry that only having the hover overlay and the initial click [to] select the parent Reusable block is just not good enough, that we soon should get a lock mechanism in place. There is a lot of feedback from users who have accidentally deleted the inner contents of the blocks and wondered what happened.&rdquo;</p>\n\n\n\n<p>Romdahl has created several <a href=\"https://github.com/WordPress/gutenberg/issues/32461\">issues</a> about to the possibility of <a href=\"https://github.com/WordPress/gutenberg/issues/31163\">adding a locking mechanism to the inline toolbar for reusable blocks</a>, where users would need to unlock to edit the contents.</p>\n\n\n\n<p>Now that the foundational infrastructure is in place for managing lock control at the block-type level, contributors can begin building a UI to control it, as outlined in the <a href=\"https://github.com/WordPress/gutenberg/issues/29864\">Locking and TemplateLocking</a> issue. Ventura said future iterations should include a UI that indicates which blocks are user-editable and also display block status in the list view and block inspector.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 01 Oct 2021 05:00: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:25;a:6:{s:4:\"data\";s:13:\"\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:80:\"WPTavern: Gutenberg 11.6 Improves the Global Styles UI, Adds Child Theme 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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=123580\";s: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:203:\"https://wptavern.com/gutenberg-11-6-improves-the-global-styles-ui-adds-child-theme-support?utm_source=rss&utm_medium=rss&utm_campaign=gutenberg-11-6-improves-the-global-styles-ui-adds-child-theme-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6450:\"<p class=\"has-drop-cap\">Gutenberg 11.6 <a href=\"https://github.com/WordPress/gutenberg/releases/tag/v11.6.0\">landed yesterday</a>. Contributors added dozens of enhancements and bug fixes. Admittedly, there was not a whole lot that excited me as a user about this release.</p>\n\n\n\n<p><a href=\"https://github.com/WordPress/gutenberg/pull/31623\">Typography options</a> for the Post Title block. <em>Nice.</em></p>\n\n\n\n<p><a href=\"https://github.com/WordPress/gutenberg/pull/31607\">Cropping</a> for the Site Logo. <em>A necessary addition.</em></p>\n\n\n\n<p>Toolbar button for <a href=\"https://github.com/WordPress/gutenberg/pull/34606\">converting old Gallery blocks</a> to the new &mdash; still experimental &mdash; format. <em>Sweet.</em></p>\n\n\n\n<p>For the most part, the release felt like a slew of routine enhancements that have been in the pipeline for those of us closely following the plugin&rsquo;s development. Almost boring. And that is not a bad thing at all. Less excitement and smaller doses of iterative improvements can be healthy for the project and its developers. We do not always need to feel like we are chasing the next big thing. This is a well-rounded release that polishes many areas, from navigation to widgets to general block enhancements.</p>\n\n\n\n<p>There were two features that I am happy to see movement on. That is the site editor&rsquo;s Global Styles system and child theme support.</p>\n\n\n\n<h2>Global Styles Updates</h2>\n\n\n\n<img />Default site editor look with Global Styles panel open.\n\n\n\n<p class=\"has-drop-cap\">Global Styles is the system that will truly connect end-users to theme developers and vice versa for the first time in WordPress history. We have made some attempts at this, such as the customizer. However, this feature will handle it on top of the standardized block system.</p>\n\n\n\n<p>Essentially, themes will <em>talk</em> to WordPress through their <code>theme.json</code> files, and users will speak the same language through the Global Styles panel.</p>\n\n\n\n<p>For example, imagine a theme author sets up the default text color as black and the background as white. This will appear on the front end of the site but also be reflected in the site editor. The Global Styles interface allows users to change those two colors to something they prefer.  They can also see of a <a href=\"https://github.com/WordPress/gutenberg/pull/34991\">preview of their color and typography styles</a> in the box at the top of the panel.</p>\n\n\n\n<img />Updating colors, preview shown in editor and at top of panel.\n\n\n\n<p>And, it does not stop at a couple of simple colors. Users can modify all sorts of design aspects like typography and spacing at the root and block levels.</p>\n\n\n\n<p>Gutenberg 11.6 adds a <a href=\"https://github.com/WordPress/gutenberg/pull/34885\">navigation component</a> to the Global Styles sidebar. Overall, it feels much smoother working through the top and sub-levels while editing my theme&rsquo;s styles.</p>\n\n\n\n<img />Updating the global padding for the Code block.\n\n\n\n<p>This is sort of a small but vital step toward <a href=\"https://github.com/WordPress/gutenberg/issues/34574\">overhauling the overall Global Styles interface</a>. There is still much work to be done, but I am eager to see where the Gutenberg contributors take this component in the coming weeks and months.</p>\n\n\n\n<p>I did run into one snag. Clicking on the Typography tab at the root level produces an error. However, it works at the block level.</p>\n\n\n\n<p>Contributors also updated the old &ldquo;Aa&rdquo; icon representing the Global Styles panel with a <a href=\"https://github.com/WordPress/gutenberg/pull/34871\">half-dark-half-light circle button</a>. My immediate reaction was that it was for switching between light and dark modes.</p>\n\n\n\n<p>This was a <a href=\"https://github.com/WordPress/gutenberg/issues/20873#issuecomment-923241684\">sentiment shared</a> by a user (from a now-deleted account) in the GitHub ticket.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Global Styles is not a new system disconnected from styles and themes, indeed is an improvement to the current themes system. If we were to consider the strength of WordPress&rsquo; past and present, we would perceive that on the dashboard, indeed a brush icon has been developed for years in people&rsquo;s memory as an association with appearance, themes, styles, personalization. Therefore, the icon that would be most comprehensible in people&rsquo;s memory regarding the new Customizer remains a brush. I say new and better Customizer, because this is how common people manifest what they understand about Global Styles. Departing from a pencil brush to yin-yang, moon, or water drop, I have not tested yet with public, but from past experience I assure you people are going to find this new icon unrelated and confusing.</p></blockquote>\n\n\n\n<h2>Block Child Theme Support</h2>\n\n\n\n<p class=\"has-drop-cap\">As one of the pioneers of child theming in WordPress, using them long before they were officially supported, this is something near and dear to my heart. I created my first theme shop on this foundation. I have loads of ideas about how the block paradigm can reshape the theme space, and child themes are at the center of many of them.</p>\n\n\n\n<p>However, all of the components of Full Site Editing have not entirely supported child themes until now. There are still a few pieces left to fit into the puzzle, but the system should work, mostly.</p>\n\n\n\n<p>Templates, template parts, and <code>theme.json</code> files from a child theme should now completely <a href=\"https://github.com/WordPress/gutenberg/pull/34354\">overrule those from the parent</a>. These changes work on both the front end and in the site editor.</p>\n\n\n\n<p>Some open questions are being worked through in a <a href=\"https://github.com/WordPress/gutenberg/issues/25612\">related GitHub ticket</a>. The most crucial development is still to come, which will handle merging values between the parent and child <code>theme.json</code> files. For example, it makes sense that child themes should be able to overwrite colors and typography while skipping definitions for layout-related values, falling back to the parent.</p>\n\n\n\n<p>Once that is in place, designers will have an easy-yet-powerful way to realize the original vision behind <a href=\"http://www.csszengarden.com/\">CSS Zen Garden</a>, a project that at least partially inspired child theming&rsquo;s adoption by WordPress.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 01 Oct 2021 01:45:47 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:26;a:6:{s:4:\"data\";s:13:\"\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:69:\"Akismet: Version 4.2 of the Akismet WordPress Plugin is Now Available\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://blog.akismet.com/?p=2126\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"https://blog.akismet.com/2021/09/30/version-4-2-of-the-akismet-wordpress-plugin-is-now-available/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:735:\"<p>Version 4.2 of <a href=\"http://wordpress.org/plugins/akismet/\">the Akismet plugin for WordPress</a> is now available. It contains the following changes:</p>\n<ul>\n<li>Improved compatibility with the most popular contact form plugins, which should lead to improved accuracy.</li>\n<li>Added links to additional information on API usage notifications.</li>\n<li>Reduced the number of network requests required on a comment page when running Akismet.</li>\n</ul>\n<p>To upgrade, visit the Updates page of your WordPress dashboard and follow the instructions. If you need to download the plugin zip file directly, links to all versions are available in <a href=\"http://wordpress.org/plugins/akismet/\">the WordPress plugins directory</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 30 Sep 2021 18:55:20 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Christopher Finke\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:27;a:6:{s:4:\"data\";s:13:\"\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:128:\"Gutenberg Times: Releases Galore in WordPress open-source projects, Business Case of Gutenberg and more â€” Weekend Edition #179\";s: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:\"https://gutenbergtimes.com/?p=18564\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:133:\"https://gutenbergtimes.com/releases-galore-in-wordpress-open-source-projects-business-case-of-gutenberg-and-more-weekend-edition-179/\";s: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:15404:\"<p>Howdy, friend! </p>\n\n\n\n<p>Today&#8217;s weekend edition is a double-feature, so to speak. I&#8217;ll skip next week because of traveling overseas. First trip in 20 months. I am so excited and also busy to get ready. I will be back into your inbox on August 7th, 2021. </p>\n\n\n\n<p>This week was an exciting week for the WordPress open-source project and its many hundreds of contributors. One release after another! Just wow! Let&#8217;s dive right in. </p>\n\n\n\n<p>Stay well and keep safe! </p>\n\n\n\n<p>Yours, ðŸ’•<br />Birgit</p>\n\n\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<h2>WordPress open-source project Releases in July 2021</h2>\n\n\n\n<h3>WordPress 5.8</h3>\n\n\n\n<p>Five hundred thirty awesome contributors worked on <strong><a href=\"https://wordpress.org/news/2021/07/tatum/\">WordPress 5.8</a> </strong>and the release team let it loose on Tuesday as Tatum, after Art Tatum, a renown American jazz pianist. </p>\n\n\n\n<p>Need to catch up on all the features in this new version? </p>\n\n\n\n<ul><li><strong>Milana Cap</strong> assembled all the Developer Notes into the <a href=\"https://make.wordpress.org/core/2021/07/03/wordpress-5-8-field-guide/\">WordPress 5.8 Field Guide</a></li><li><a href=\"https://kinsta.com/blog/wordpress-5-8/\">Carlo Daniele published a comprehensive run down on Kinsta</a>, </li><li><a href=\"https://www.godaddy.com/garage/what-wordpress-5-8-means-for-your-clients-websites/\">Courtney Robertson on GoDaddy</a> wrote about what the release means for your clients&#8217; sites. </li></ul>\n\n\n\n<h3>BuddyPress 9.0</h3>\n\n\n\n<p>In time for the block-based widget editor, the <strong><a href=\"https://buddypress.org/2021/07/buddypress-9-0-0-mico/\">BuddyPress</a></strong> team released their block widgets in their 9.0 version this week.  The new BP Widget Blocks are Legacy Widgets, rebuilt as BP Blocks.  You can also access them in the Block Editor for use in your posts or pages!</p>\n\n\n\n<ul><li><a href=\"https://wptavern.com/buddypress-9-0-scheduled-for-short-development-cycle-to-ship-block-based-widgets-ahead-of-wordpress-5-8\">Sarah Gooding has the background on the planning of this update</a>. </li><li>Gooding also wrote <a href=\"https://wptavern.com/buddypress-9-0-0-transforms-legacy-widgets-into-blocks\">BuddyPress 9.0.0 Transforms Legacy Widgets Into Blocks</a></li></ul>\n\n\n\n<h3>WordPress Pattern Directory</h3>\n\n\n\n<p>The Meta Team has been collaborating with the Design team and designers in the community on the first version of the <strong><a href=\"https://wordpress.org/patterns/\">WordPress Pattern Directory</a></strong>.  They <a href=\"https://make.wordpress.org/meta/2021/07/20/the-wordpress-pattern-directory-is-live/\">released it officially</a> on Tuesday night. <a href=\"https://wptavern.com/the-wordpress-org-block-pattern-directory-now-live\">Justin Tadlock has the skinny</a>.</p>\n\n\n\n<p>I found a few to add to my favorites.  What are your favorite block patterns?  These initial 80+ patterns are also a great inspiration for theme builders who look to include themes styled patterns in their themes. </p>\n\n\n\n<p>If you are interested in creating block patterns from scratch, browse through <a href=\"https://gutenbergtimes.com/the-wordpress-block-patterns-resource-list/\">this list of resources around block patterns.</a></p>\n\n\n\n<h3>Gutenberg Plugin Version 11.1</h3>\n\n\n\n<p>The Gutenberg Team released another version of the <a href=\"https://make.wordpress.org/core/2021/07/21/whats-new-in-gutenberg-11-1-0-21-july/\"><strong>Gutenberg plugin, version 11.1.</strong></a> </p>\n\n\n\n<p>Grzegorz Ziolkowski and I discussed its many of the changes on <a href=\"https://gutenbergtimes.com/podcast/changelog-48-wordpress-pattern-directory-gutenberg-11-1/\">48th episode of the Gutenberg Changelog</a> </p>\n\n\n\n<p>Justin Tadlock wrote: <a href=\"https://wptavern.com/gutenberg-11-1-adds-drag-and-drop-support-for-list-view-and-upgrades-block-borders\">Gutenberg 11.1 Adds Drag-and-Drop Support for List View and Upgrades Block Borders</a></p>\n\n\n\n\n<p><strong>&nbsp;<a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/\" target=\"_blank\" rel=\"noreferrer noopener\">&#8220;Keeping up with Gutenberg &#8211; Index 2021&#8221;</a>&nbsp;</strong><br />A chronological list of the WordPress Make Blog posts from various teams involved in Gutenberg development: Design, Theme Review Team, Core Editor, Core JS, Core CSS, Test and Meta team from Jan. 2021 on. Updated by yours truly.  <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2020/\"><em>The index 2020 is here</em></a></p>\n\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<h2>Theme building for Full-Site Editing</h2>\n\n\n\n<p><a href=\"https://twitter.com/karmatosed\"><strong>Tammie Lister</strong></a> shares here theme design journey on the site Ephemeral Themes. This week, she posted <a href=\"https://ephemeralthemes.com/2021/07/19/tips-for-creating-in-the-site-editor/\">&#8220;Tips for creating a theme in the site editor&#8221;</a> and explained <a href=\"https://ephemeralthemes.com/2021/07/23/the-importance-of-testing-early-and-often/\">the importance of testing early and often</a>. Well worth your time! </p>\n\n\n\n\n<p><strong><a href=\"https://gutenbergtimes.com/need-a-zip-from-master/\">Need a plugin .zip from Gutenberg&#8217;s main (trunk) branch?</a></strong><br />Gutenberg Times provides daily build for testing and review. <br />Have you been using it? Hit reply and let me know.</p>\n\n\n\n<p><img alt=\"GitHub all releases\" src=\"https://img.shields.io/github/downloads/bph/gutenberg/total?style=for-the-badge\" /></p>\n\n\n\n<p></p>\n\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong>Kjell Reigstad</strong> has the <a href=\"https://make.wordpress.org/themes/2021/07/23/gutenberg-themes-week-of-july-19-2021/\">weekly round-up of issues, updates and discussions around <strong>Gutenberg and Themes</strong></a> for you. In this post Reigstad covered the most recent PR on FSE Blocks, General theme building and Global Styles. The list of overview issues is a great start if you need to catch up on the overall concepts and ideas. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong>Carolina Nymark</strong>, team rep on the Theme Review Team, ask for your comments on the newly proposed <a href=\"https://make.wordpress.org/themes/2021/07/20/discussion-request-for-feedback-on-requirement-changes/\"><strong>Theme requirements for inclusion into the Theme directory on WordPress.org</strong></a>. You can also read them in more details on <a href=\"https://github.com/WPTT/Theme-Requirements/issues/12\">GitHub issue #12 </a>on the Theme Requirements repository of the Theme Review team. </p>\n\n\n\n<p>Deadline for the first round of comments is July 26th, 2021. </p>\n\n\n\n<p>On July 28th, 2pm CET. The team will conduct a Zoom interview with theme authors about the requirements. Spots are already full. Hopefully, the interviews will be recorded to educate more than a few theme developers about the requirements. </p>\n\n\n\n<p><strong>Justin Tadlock </strong>provides background and more context as to the initiative via his post <strong><a href=\"https://wptavern.com/next-phase-of-the-wordpress-theme-review-overhaul-open-meeting-and-call-for-feedback\">Next Phase of the WordPress Theme Review Overhaul</a>. </strong></p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong>Rich Tabor</strong> published <a href=\"https://richtabor.com/gutenberg-block-templates/\"><strong>The Ultimate Guide to WordPress Block Templates in Gutenberg</strong></a> and provides a comprehensive tutorial on how block-based theme template fit into WordPress template hierarchy and how they help WordPress users controls their site. Tabor also provided details instructions on how to build block-based templates and leverage them in your theme. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p>In his post <a href=\"https://themeshaper.com/2021/07/12/universal-themes-customization/\"><strong>Universal Themes: Customization</strong></a> on ThemeShaper, <strong><a href=\"https://twitter.com/scruffian\">Ben Dwyer</a></strong> explored about how to make Global Styles and the Customizer work together. Dwyer looks at how to use classic WordPress tools (in this case the Customizer) to customize a block theme, while saving these changes in Global Styles â€“ making a universal theme!</p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<h2>Developing Blocks and Plugins for the block editor</h2>\n\n\n\n<p>Last month, <strong><a href=\"https://twitter.com/dmtrmrv\">Dmitry Mayorov</a></strong>, Senior Front-End Engineer at 10up, published <a href=\"https://css-tricks.com/a-crash-course-in-wordpress-block-filters/\"><strong>a crash-course in WordPress Block Filters</strong></a>. Mayorov shows you how to extend core blocks with filters. He also helps you with the decision between extending a core or build a custom block instead. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><a href=\"https://twitter.com/laroymike\"><strong>Michael LaRoy</strong></a> wrote a <a href=\"https://mikelaroy.ca/blog/wordpress-blocks-advanced-custom-fields\"><strong>tutorial on creating blocks with Advanced Custom Fields.</strong></a> He wrote: &#8220;By providing a PHP solution to block creation, a developer already familiar with ACF can efficiently create new custom blocks without writing any JavaScript.&#8221;</p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong><a href=\"https://twitter.com/BillErickson\">Bill Erickson</a></strong> has a tutorial on <a href=\"https://www.billerickson.net/innerblocks-with-acf-blocks/\"><strong>how to use Inner Blocks with ACF Blocks</strong></a>, to expand on the usefulness of the plugin for more complex layouts. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><a href=\"https://twitter.com/AlexStandiford\"><strong>Alex Standiford</strong></a> explained in his post <a href=\"https://www.wpdev.academy/concepts/how-gutenberg-blocks-work/\"><strong>&#8220;How Gutenberg Blocks Work</strong></a> the basic concepts of how the block-editor stores content, why HTML comments and how is it rendered. </p>\n\n\n\n<h2>Business Case for Gutenberg</h2>\n\n\n\n<p><strong><a href=\"https://twitter.com/ArturGrabo\">Artur Grabowski</a></strong>, co-founder of <strong>Extendify</strong>, a Gutenberg first product start-up, was <strong>Joe Howard</strong>&#8216;s guest on episode 153 of WPMRR Podcast: <a href=\"https://wpmrr.com/podcast/artur-grabowski-extendify/\"><strong>Going Big by Solving WordPressâ€™ Biggest Roadblock</strong></a>.  Grabowski, like many other business development people in the WordPress space, regards the missing new user onboarding experience as the biggest roadblock for even bigger growth of the WordPress ecosystem. Howard and Grabowski had an honest and nuanced conversation about the business case for Gutenberg First approach to WordPress products. </p>\n\n\n\n<p>Grabowski took a historic view to the ongoing debate about Gutenberg being the right path for WordPress. Back in 2016, while working with Adobe and its product Spark, Grabowski became aware of many innovative web building tools. They were all block-based. It is only a fairly new concept for WordPress. â€œThere is a lot less unknown here about the end state than some people realize.â€ If you are interested in the WordPress product space, I recommend you follow the link and dive into the details of things. </p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>The future is here. Itâ€™s just not evenly distributed.</p><cite>Artur Grabowski</cite></blockquote>\n\n\n\n<p>Incidentally, <strong>Cory Miller</strong>, Post Status partner and <strong>Jeff Meziere</strong> talked to <strong><a href=\"https://twitter.com/chrislubkert\">Chris Lubkert</a></strong>, also co-founder of Extendify, on their Webinar for the Business Value Academy. <a href=\"https://businessvalueacademy.com/webinar-mergers-acquisitions-with-chris-lubkert/\"><strong>Webinar: Mergers &amp; Acquisitions with Chris Lubkert</strong></a></p>\n\n\n\n<p><em>Before co-founding Extendify, Chris Lubkert and Artur Grabowski worked in the Merger &amp; Aquisitions department of Automattic. <strong><a href=\"https://twitter.com/karmatosed\">Tammie Lister</a></strong> also joined Extendify as their head of design.</em> <em><a href=\"https://twitter.com/extendifyinc\"><strong>Extendify</strong></a> is the new home for a series of block-editor plugins and tools:  <a href=\"https://wordpress.org/plugins/editorplus/\">Editor Plus</a>, <a href=\"https://wordpress.org/plugins/redux-framework/\">Redux Framework</a>, <a href=\"https://wordpress.org/plugins/block-options/\">Editors Kit</a>, <a href=\"https://gutenberghub.com/\">Gutenberg Hub</a>, <a href=\"https://wordpress.org/plugins/forms-gutenberg/\">Gutenberg Forms</a>, <a href=\"https://wordpress.org/plugins/acf-blocks/\">ACF Blocks</a>, and <a href=\"https://wordpress.org/plugins/block-slider/\">Block Slider</a> to name a few. </em></p>\n\n\n\n\n<p><strong><a href=\"https://gutenbergtimes.com/podcast/changelog-48-wordpress-pattern-directory-gutenberg-11-1/\">Episode #48 is now available</a> with transcript. <br />Next recording August 6th, 2021 </strong></p>\n\n\n\n<p> <strong>Subscribe to the&nbsp;<a href=\"https://gutenbergtimes.com/podcast/\">Gutenberg Changelog</a>&nbsp;podcast </strong><br />ðŸŽ™ï¸&nbsp;<a href=\"https://open.spotify.com/show/620NwVKQJGdTupy36zYxvg?mc_cid=4b6c9f88fe\">Spotify</a>&nbsp;|&nbsp;<a href=\"https://podcasts.google.com/feed/aHR0cHM6Ly9ndXRlbmJlcmd0aW1lcy5jb20vZmVlZC9wb2RjYXN0\">Google</a>&nbsp;|&nbsp;<a href=\"https://podcasts.apple.com/us/podcast/gutenberg-changelog/id1469294475\">iTunes</a>&nbsp;|&nbsp;<a href=\"https://pca.st/podcast/f8445ec0-7508-0137-f267-1d245fc5f9cf\">PocketCasts</a>&nbsp;|&nbsp;<a href=\"https://www.stitcher.com/show/gutenberg-changelog\">Stitcher</a>&nbsp;|<br />ðŸŽ™ï¸&nbsp;<a href=\"https://www.podbean.com/podcast-detail/chi7j-9904a/Gutenberg-Changelog-Podcast\">Pod Bean</a>&nbsp;|&nbsp;<a href=\"https://castbox.fm/channel/Gutenberg-Changelog-id2173375\">CastBox</a>&nbsp;|&nbsp;<a href=\"https://www.podchaser.com/podcasts/gutenberg-changelog-878239/\">Podchaser</a>&nbsp;|&nbsp;<a href=\"https://gutenbergtimes.com/feed/podcast\">RSS Feed</a>&nbsp;</p>\n\n\n\n<img />\n\n\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p class=\"has-text-align-center\"><strong>Don&#8217;t want to miss the next Weekend Edition? </strong></p>\n\n\n\n<form class=\"wp-block-newsletterglue-form ngl-form ngl-portrait\" action=\"https://gutenbergtimes.com/feed/\" method=\"post\"><div class=\"ngl-form-container\"><div class=\"ngl-form-field\"><label class=\"ngl-form-label\" for=\"ngl_email\">Type in your Email address to subscribe.</label><div class=\"ngl-form-input\"><input type=\"email\" class=\"ngl-form-input-text\" name=\"ngl_email\" id=\"ngl_email\" /></div></div><button class=\"ngl-form-button\">Subscribe</button><p class=\"ngl-form-text\">We hate spam, too and won&#8217;t give your email address to anyone except Mailchimp to send out our Weekend Edition</p></div><div class=\"ngl-message-overlay\"><div class=\"ngl-message-svg-wrap\"></div><div class=\"ngl-message-overlay-text\">Thanks for subscribing.</div></div><input type=\"hidden\" name=\"ngl_list_id\" id=\"ngl_list_id\" value=\"26f81bd8ae\" /><input type=\"hidden\" name=\"ngl_double_optin\" id=\"ngl_double_optin\" value=\"yes\" /></form>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 30 Sep 2021 18:15:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Birgit Pauli-Haack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:28;a:6:{s:4:\"data\";s:13:\"\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:77:\"Gutenberg Times: List of WordPress Themes for Full-Site Editing and Resources\";s: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:\"https://gutenbergtimes.com/?p=18502\";s: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:88:\"https://gutenbergtimes.com/list-of-wordpress-themes-for-full-site-editing-and-resources/\";s: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:8014:\"<p>A few people ask about WordPress Themes that are already working with the Full-Site Editing system and the new Site Editor. Here is a List as of July 2021.  </p>\n\n\n\n<p>The Themes are all built while Full-Site Editing is under active development and many features are experimental. Do not use in production or live site. Expect the themes to be wonky at times, until developers have a chance to update the themes for new Gutenberg plugin version. In short: There will be Dragons! ðŸ‰</p>\n\n\n\n<p>Oh, yes. You also need to <a href=\"https://wordPress.org/plugins/gutenberg\">install the Gutenberg plugin</a>. </p>\n\n\n\n<p>For the lastest updates pre-release, use the <a href=\"https://gutenbergtimes.com/need-a-zip-from-master/\">Gutenberg Nightly</a></p>\n\n\n\n<h2>Themes for Full-Site Editing in the WordPress repository</h2>\n\n\n\n<p>I only used TT1 Blocks Theme for FSE-Testing. I rely mostly on Justin Tadlock  or others to provide more insights on the various themes. The articles are linked with the theme header. </p>\n\n\n\n<h3><strong><a href=\"https://wordpress.org/themes/armando/\">Armando</a>&nbsp;by Carolyn Newmark</strong></h3>\n\n\n\n<p><a href=\"https://wptavern.com/armando-wordpress-theme-provides-insight-into-the-current-state-of-full-site-editing\">Armando WordPress Theme Provides Insight Into the Current State of Full Site Editing</a></p>\n\n\n\n<h3><a href=\"https://wordpress.org/themes/blockbase/\">Block Base</a>&nbsp;by Automattic</h3>\n\n\n\n<p><a href=\"https://themeshaper.com/2021/06/07/using-blockbase-for-a-theme-experiment/\">Using Blockbase for a theme&nbsp;experiment</a> (ThemeShaper) by Kjell Reigstad</p>\n\n\n\n<p><a href=\"https://wptavern.com/the-automattic-theme-team-announces-blockbase-its-new-block-parent-theme\">The Automattic Theme Team Announces Blockbase, Its New Block Parent Theme</a> (WordPress Tavern) by Justin Tadlock</p>\n\n\n\n<p><a href=\"https://themeshaper.com/2021/05/27/blockbase-a-parent-theme-for-block-themes/\">Blockbase: A parent theme for block&nbsp;themes</a> (ThemeShaper) by Ben Dwyer</p>\n\n\n\n<h4>Child themes of Block Base </h4>\n\n\n\n<p><a href=\"https://wordpress.org/themes/mayland-blocks/\">Mayland Blocks</a> by Automattic </p>\n\n\n\n<p><a href=\"https://wordpress.org/themes/seedlet-blocks/\">Seedlet Blocks</a> by Automattic</p>\n\n\n\n<p><a href=\"https://wptavern.com/automattic-launches-mayland-blocks-its-second-fse-theme-on-wordpress-org\">Automattic Launches Mayland Blocks, Its Second FSE Theme on WordPress.org</a></p>\n\n\n\n<h3><a href=\"https://wordpress.org/themes/block-based-bosco/\">Block-Based Bosco</a>&nbsp;by FrÃ¤nk Klein</h3>\n\n\n\n<p><a href=\"https://wpdevelopment.courses/articles/full-site-editing-theme-learnings/\">What I Learned Building a Full-Site Editing Theme</a></p>\n\n\n\n<p><a href=\"https://wpdevelopment.courses/articles/global-styles-in-block-based-bosco/\">Implementing Global Styles in Block-Based Bosco</a></p>\n\n\n\n<p><a href=\"https://wptavern.com/block-based-bosco-second-full-site-editing-theme-lands-in-the-wordpress-directory\">Block-Based Bosco, Second Full-Site Editing Theme Lands in the WordPress Directory</a></p>\n\n\n\n<h3><a href=\"https://wordpress.org/themes/clove/\">Clove </a>by Anariel Design</h3>\n\n\n\n<p><a href=\"https://wptavern.com/clove-a-showcase-of-block-patterns-by-anariel-design\">Clove: A Showcase of Block Patterns by Anariel Design</a> (WPTavern)</p>\n\n\n\n<h3><a href=\"https://wordpress.org/themes/hansen/\">Hansen</a>&nbsp;by Uxl Themes</h3>\n\n\n\n<p><a href=\"https://wptavern.com/build-a-full-wordpress-site-via-block-patterns-with-the-hansen-theme\">Build a Full WordPress Site via Block Patterns With the Hansen Theme</a></p>\n\n\n\n<h3><a href=\"https://wordpress.org/themes/naledi/\">Naledi&nbsp;</a>by Anariel Design</h3>\n\n\n\n<p><a href=\"https://wptavern.com/anariel-design-launches-naledi-a-block-based-wordpress-theme\">Anariel Design Launches Naledi, a Block-Based WordPress Theme</a> (WordPress Tavern)</p>\n\n\n\n<h3><a href=\"https://wordpress.org/themes/q/\">Q&nbsp;</a>by Ari Stathopoulos</h3>\n\n\n\n<p><a href=\"https://wptavern.com/exploring-full-site-editing-with-the-q-wordpress-theme\">Exploring Full-Site Editing With the Q WordPress Theme</a></p>\n\n\n\n<h3><a href=\"https://wordpress.org/themes/rick/\">Rick</a> by WPEntire </h3>\n\n\n\n<h3><a href=\"https://wordpress.org/themes/tt1-blocks/\">TT1 Blocks</a>&nbsp;by WordPress contributors</h3>\n\n\n\n<p>This is the FSE sibling of the Twenty-Twenty-One Theme</p>\n\n\n\n<p><em>If you find any theme missing in this list, <a href=\"mailto:pauli@gutenbergtimes.com\">let me know.</a></em></p>\n\n\n\n<h2>WordPress Themes team resources</h2>\n\n\n\n<p>The themes team <a href=\"https://github.com/WordPress/theme-experiments\">share their experiments on GitHub</a>. Some listed themes made it as stand-alone theme into the repository listed above. </p>\n\n\n\n<p>Contributors also included a script to <strong>generate a theme</strong> with the minimum necessary to build your own block theme: <code>php new-empty-theme.php</code>.</p>\n\n\n\n<p>Every other week, the <strong>themes team meets discussion Block-based themes</strong>: 2nd and 4th Tuesday at 15:00 UTC (11am EDT) wp-slack channel #themereview</p>\n\n\n\n<p>Every week, the <a href=\"https://make.wordpress.org/themes/tags/gutenberg-themes-roundup/\">Themes team published a <strong>roundup post </strong></a>about newly merged changes, and what is discussed on the GitHub repo for Gutenberg. The post also has a few overview issues so you can always catch up on what is in the works. <em>Follow the #gutenberg-themes-roundup tag on the make-blog/themes</em></p>\n\n\n\n<p><strong>Anne McCarthy</strong>, developer relations and program manage for the FSE outreach published a post on ThemeShaper with more <a href=\"https://themeshaper.com/2021/07/13/resources-for-block-theme-development/\">Resources for block theme&nbsp;development</a></p>\n\n\n\n<h2>DevNotes for WordPress 5.8 </h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/core/2021/06/25/introducing-theme-json-in-wordpress-5-8/\">Introducing theme.json in WordPress 5.8</a></li><li><a href=\"https://make.wordpress.org/core/2021/06/29/on-layout-and-content-width-in-wordpress-5-8/\">On layout and content width in WordPress 5.8</a></li><li><a href=\"https://make.wordpress.org/core/2021/06/16/introducing-the-template-editor-in-wordpress-5-8/\">Introducing the template editor in WordPress 5.8</a></li><li><a href=\"https://make.wordpress.org/core/2021/07/01/block-styles-loading-enhancements-in-wordpress-5-8/\">Block-styles loading enhancements in WordPress 5.8</a></li><li><a href=\"https://make.wordpress.org/core/2021/06/29/blocks-in-an-iframed-template-editor/\">Blocks in an iframed (template) editor</a></li><li><a href=\"https://make.wordpress.org/core/2021/06/21/bundled-themes-changes-in-wordpress-5-8/\">Bundled themes changes in WordPress 5.8</a></li></ul>\n\n\n\n<h2>Developer Documentation </h2>\n\n\n\n<ul><li><a href=\"https://developer.wordpress.org/block-editor/how-to-guides/themes/block-theme-overview/\">Block Theme Overview</a></li><li><a href=\"https://developer.wordpress.org/block-editor/how-to-guides/themes/create-block-theme/\">Create a Block Theme</a></li><li><a href=\"https://developer.wordpress.org/block-editor/how-to-guides/themes/theme-json/\">Global Settings (theme.json)</a></li><li><a href=\"https://developer.wordpress.org/block-editor/how-to-guides/themes/theme-support/\">Theme Support</a></li></ul>\n\n\n\n<h2>Courses and Tutorials</h2>\n\n\n\n<ul><li>Caroline Nymark: <a href=\"https://fullsiteediting.com/courses/full-site-editing-for-theme-developers/\">Full-site editing For Developers</a></li><li>FrÃ¤nk Klein: <a href=\"https://wpdevelopment.courses/courses/building-block-based-themes/\">Building Block-Based Themes</a></li><li>Tammie Lister: <a href=\"https://ephemeralthemes.com/2021/07/17/creating-a-theme/\">Creating a Theme</a></li><li>Rich Tabor: <a href=\"https://richtabor.com/gutenberg-block-templates/\">The Ultimate Guide to WordPress Block Templates in Gutenberg</a></li></ul>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p>U<em>pdated 7/21 to add Rich Tabor&#8217;s article on Block Templates </em></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 30 Sep 2021 18:15:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Birgit Pauli-Haack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:29;a:6:{s:4:\"data\";s:13:\"\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:110:\"Gutenberg Times: Theme creation, Block plugin development and the Future of WordPress â€“ Weekend Edition #178\";s: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:\"https://gutenbergtimes.com/?p=18531\";s: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:114:\"https://gutenbergtimes.com/theme-creation-block-plugin-development-and-the-future-of-wordpress-weekend-edition-17/\";s: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:12172:\"<p>Howdy, my friends! </p>\n\n\n\n\n\n<p>WordPress 5.8 will be release next week. Are you ready? Well, if you didn&#8217;t get any chance to test things, you should still be alright. If you know your customers will be fiddling with their site&#8217;s widget section, do yourself a favor and <a href=\"https://wordpress.org/plugins/classic-widgets/\">install the Classic Widget plugin</a>, so there are no surprises. </p>\n\n\n\n<p>For last-minute testing, use the <a href=\"https://make.wordpress.org/core/2021/07/15/wordpress-5-8-release-candidate-4/\">Release Candidate number 4</a>. The final release is scheduled for Tuesday, July 20, 2021. The <a href=\"https://make.wordpress.org/core/2021/07/03/wordpress-5-8-field-guide/\">Field Guide </a>covers all changes. </p>\n\n\n\n<p>Wishing you all the best for the upgrade! Holler if you need any help! </p>\n\n\n\n<p>Yours, ðŸ’•<br />Birgit</p>\n\n\n\n<h2>Gutenberg and the Future of WordPress</h2>\n\n\n\n<p>In this week&#8217;s Jukebox episode, host <strong>Nathan Wrigley</strong> discussed with <strong>Robert Jacobi</strong> the Future of WordPress in the era of Gutenberg. <strong><a href=\"https://wptavern.com/podcast/5-robert-jacobi-on-why-hes-putting-gutenberg-first\">Jacobi explained why he is persuing a Gutenberg first approach.</a> </strong>You can listen on WordPress Tavern or your favorite podcast app. </p>\n\n\n\n<p><em>From the section â€œNeither Gutenberg nor WordPress News&#8221;: I am excited about the <a href=\"https://www.theverge.com/2021/7/16/22580023/automattic-pocket-casts-podcast-app-tumble-wordpress\">acquisition of Pocket Casts by Automattic</a>. I tested many other podcast apps, but Pocket Casts has been my favorite for many, many years.</em>  </p>\n\n\n\n<p><strong>Nathan da Silva</strong>, founder of Silva Web Designs, wrote about <a href=\"https://silvawebdesigns.com/the-future-of-wordpress-page-builders/\">the Future of Page Builders</a> and concludes, there are still pieces missing before Gutenberg makes 3rd Party page builders obsolete. Da Silva mentions, Full-Site Editing is not there yet and there are not as many add-on available as Elementor or Beaver Builder provide for their site builders workflow. </p>\n\n\n\n\n<p><strong><a href=\"https://gutenbergtimes.com/podcast/changelog-47-developing-block-plugins-wordpress-5-8/\">Episode #47 is now available</a> with transcript. <br />Next recording July 23, 2021 </strong></p>\n\n\n\n<p> <strong>Subscribe to the&nbsp;<a href=\"https://gutenbergtimes.com/podcast/\">Gutenberg Changelog</a>&nbsp;podcast </strong><br />ðŸŽ™ï¸&nbsp;<a href=\"https://open.spotify.com/show/620NwVKQJGdTupy36zYxvg?mc_cid=4b6c9f88fe\">Spotify</a>&nbsp;|&nbsp;<a href=\"https://podcasts.google.com/feed/aHR0cHM6Ly9ndXRlbmJlcmd0aW1lcy5jb20vZmVlZC9wb2RjYXN0\">Google</a>&nbsp;|&nbsp;<a href=\"https://podcasts.apple.com/us/podcast/gutenberg-changelog/id1469294475\">iTunes</a>&nbsp;|&nbsp;<a href=\"https://pca.st/podcast/f8445ec0-7508-0137-f267-1d245fc5f9cf\">PocketCasts</a>&nbsp;|&nbsp;<a href=\"https://www.stitcher.com/show/gutenberg-changelog\">Stitcher</a>&nbsp;|<br />ðŸŽ™ï¸&nbsp;<a href=\"https://www.podbean.com/podcast-detail/chi7j-9904a/Gutenberg-Changelog-Podcast\">Pod Bean</a>&nbsp;|&nbsp;<a href=\"https://castbox.fm/channel/Gutenberg-Changelog-id2173375\">CastBox</a>&nbsp;|&nbsp;<a href=\"https://www.podchaser.com/podcasts/gutenberg-changelog-878239/\">Podchaser</a>&nbsp;|&nbsp;<a href=\"https://gutenbergtimes.com/feed/podcast\">RSS Feed</a>&nbsp;</p>\n\n\n\n<img />\n\n\n\n\n<h2>Block-editor for Content Creators</h2>\n\n\n\n<p>On July 29th, 10 a.m. PT / 1 p.m. ET / 5 p.m. UTC. <strong>WordPress VIP</strong> will hold  a webinar with the title <a href=\"https://wpvip.com/resource/gutenberg-full-site-editing-webinar/\"><strong>Gutenberg Full-Site Editing: Unlocking Agility for Enterprise WordPress</strong></a>. James Proctor will share lessons from the cutting edge of implementation. â€œBy taking Gutenberg blocks beyond the post editor, these new features allow content creators unprecedented agility and control over the entire site experience.&nbsp;â€œ Any site owner and agency will be able to take advantage of the knowledge shared at scale.</p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong><a href=\"https://twitter.com/redcrew\">Deborah Edwards-Onoro</a></strong> posted a great tutorial on how to <a href=\"https://www.lireo.com/quick-tip-manage-your-wordpress-block-editor-preferences/\">Manage your Block Editor preferences</a> and increase productivity and comfort. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p>WordPress 5.8 brings Duotone Filters to images of the block editor. <strong>Justin Tadlock </strong>takes you on a tour of this fabulous new feature: <a href=\"https://wptavern.com/duotone-filters-wordpress-5-8-puts-a-powerful-image-editing-tool-into-users-hands\">Duotone Filters: WordPress 5.8 Puts a Powerful Image-Editing Tool Into Usersâ€™ Hands</a>&#8216;.</p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<h2>Developing Plugins for the Block Editor</h2>\n\n\n\n<p>After the <a href=\"https://richtabor.com/gutenberg-block-plugins/\">Primer</a> last week, <strong><a href=\"https://twitter.com/richard_tabor\">Rich Tabor</a></strong> posted <strong><a href=\"https://richtabor.com/build-publish-gutenberg-block-plugins/\">How to Build &amp; Publish Gutenberg Block Plugins to the WordPress Block Directory.</a></strong> Tabor guides you through the process from <code>create block</code> scaffolding and running the block plugin checker to uploading your block to WordPress repository and get it approved for the Block Directory. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong><a href=\"https://twitter.com/mkaz\">Marcus Kazmierczak</a></strong> wrote a series of posts on how to <a href=\"https://mkaz.blog/wordpress/conditionally-load-block-assets/\"><strong>Conditionally Load Block Assets</strong></a> when building block plugins. There are quite a few different ways to skin that proverbial cat. <a href=\"https://mkaz.blog/wordpress/conditionally-load-block-assets-part-3/\">Start at the latest post</a>, explaining the new WordPress 5.8 way to handle this. Kazmierczak also provides a video walk through. </p>\n\n\n\n<p>This helped me to understand the feature <strong>Ari Stathopoulos</strong> worked on and described in his Dev Note: <a href=\"https://make.wordpress.org/core/2021/07/01/block-styles-loading-enhancements-in-wordpress-5-8/\">Block-styles loading enhancements in WordPress 5.8</a></p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong><a href=\"https://twitter.com/riadbenguella\">Riad Benguella</a></strong> has a few more<strong> <a href=\"https://make.wordpress.org/core/2021/07/12/miscellaneous-block-editor-api-additions-in-wordpress-5-8/\">Miscellaneous block editor API additions in WordPress 5.8</a> &#8211; it covers: </strong></p>\n\n\n\n<ul><li>Contextual patterns for easier creation and block transformations</li><li>Pattern Registration API</li><li>BlockControls group prop</li></ul>\n\n\n\n\n<p><strong>&nbsp;<a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/\" target=\"_blank\" rel=\"noreferrer noopener\">&#8220;Keeping up with Gutenberg &#8211; Index 2021&#8221;</a>&nbsp;</strong><br />A chronological list of the WordPress Make Blog posts from various teams involved in Gutenberg development: Design, Theme Review Team, Core Editor, Core JS, Core CSS, Test and Meta team from Jan. 2021 on. Updated by yours truly.  <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2020/\"><em>The index 2020 is here</em></a></p>\n\n\n\n\n<h2>Gutenberg and Themes</h2>\n\n\n\n<p><strong><a href=\"https://twitter.com/jcristpbking\">Jason Crist</a> </strong>published this week&#8217;s <a href=\"https://make.wordpress.org/themes/2021/07/16/gutenberg-themes-week-of-july-16-2021/\"><strong>Gutenberg + Themes</strong></a> roundup. Two issues caught my eye:  </p>\n\n\n\n<ul><li>Should it be possible to <a href=\"https://github.com/WordPress/gutenberg/issues/33367\">overwrite properties via PHP </a>or should the properties in the theme.json come after PHP properties are set. What do you think?</li><li><a href=\"https://github.com/WordPress/gutenberg/issues/32939\">Is there a case for dynamic template parts?</a> Discuss! </li></ul>\n\n\n\n<p>There is of course, much more going on. Another great round-up post from the Theme Team! </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong>Anne McCarthy</strong> shared <a href=\"https://themeshaper.com/2021/07/13/resources-for-block-theme-development/\"><strong>Resources for block theme&nbsp;development</strong></a> on ThemeShaper. She wrote: &#8220;Whether youâ€™re just starting out or already deep in the block theme world, the following resources should help you be aware of whatâ€™s to come and how to get involved in shaping the future.&#8221;</p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong><a href=\"https://twitter.com/karmatosed\">Tammie Lister</a></strong> published here process on <a href=\"https://ephemeralthemes.com/2021/07/17/creating-a-theme/\"><strong>how to create a theme</strong></a> and what she encountered. She wrote: &#8220;I am still like many discovering how I create themes using site editing, but I wanted to share my current process and some observations Iâ€™ve made along the way.&nbsp;&#8220;</p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><a href=\"https://twitter.com/nickmdiego\"><strong>Nick Diego</strong> </a>collected three small fixes to his theme to  change the breakpoint for the column block to become responsive, how to change the order of the mobile columns and how to disable responsive columns completely. For the latter, Diego uses a solution by Andy Serong, that is already merged to Gutenberg and will be released with the plugin version 11.2 on July 21st, 2021. Details in <a href=\"https://nickdiego.com/disable-responsive-columns-in-gutenberg-and-other-tips/\"><strong>Disable Responsive Columns in Gutenberg and Other Tips</strong></a></p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong><a href=\"https://twitter.com/rob_stino\">Rob Stinson</a></strong> posted about <strong><a href=\"https://studiopress.blog/wordpress-5-8-widgets-changes-and-how-they-impact-the-genesis-framework/\">WordPress 5.8 Widgets Changes and How they Impact the Genesis Framework</a>.</strong> He wrote: &#8220;To help navigate this for the 100,000â€™s of sites that run on the Genesis Framework we have implemented an&nbsp;<em>opt-in</em>&nbsp;experience in version 3.3.4 for whenever anyone updates to WordPress 5.8.&#8221;</p>\n\n\n\n\n<p><strong><a href=\"https://gutenbergtimes.com/need-a-zip-from-master/\">Need a plugin .zip from Gutenberg&#8217;s main (trunk) branch?</a></strong><br />Gutenberg Times provides daily build for testing and review. <br />Have you been using it? Hit reply and let me know.</p>\n\n\n\n<p><img alt=\"GitHub all releases\" src=\"https://img.shields.io/github/downloads/bph/gutenberg/total?style=for-the-badge\" /></p>\n\n\n\n<p></p>\n\n\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p class=\"has-text-align-center\"><strong>Don&#8217;t want to miss the next Weekend Edition? </strong></p>\n\n\n\n<form class=\"wp-block-newsletterglue-form ngl-form ngl-portrait\" action=\"https://gutenbergtimes.com/feed/\" method=\"post\"><div class=\"ngl-form-container\"><div class=\"ngl-form-field\"><label class=\"ngl-form-label\" for=\"ngl_email\">Type in your Email address to subscribe.</label><div class=\"ngl-form-input\"><input type=\"email\" class=\"ngl-form-input-text\" name=\"ngl_email\" id=\"ngl_email\" /></div></div><button class=\"ngl-form-button\">Subscribe</button><p class=\"ngl-form-text\">We hate spam, too and won&#8217;t give your email address to anyone except Mailchimp to send out our Weekend Edition</p></div><div class=\"ngl-message-overlay\"><div class=\"ngl-message-svg-wrap\"></div><div class=\"ngl-message-overlay-text\">Thanks for subscribing.</div></div><input type=\"hidden\" name=\"ngl_list_id\" id=\"ngl_list_id\" value=\"26f81bd8ae\" /><input type=\"hidden\" name=\"ngl_double_optin\" id=\"ngl_double_optin\" value=\"yes\" /></form>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 30 Sep 2021 18:15:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Birgit Pauli-Haack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:30;a:6:{s:4:\"data\";s:13:\"\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:83:\"Gutenberg Times: Block Building, Query Loop block and more â€“ Weekend Edition #177\";s: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:\"https://gutenbergtimes.com/?p=18471\";s: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:88:\"https://gutenbergtimes.com/block-building-query-loop-block-and-more-weekend-edition-177/\";s: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:15136:\"<p>Howdy, </p>\n\n\n\n<p>For a few days, we enjoyed non-humid weather in Florida as Hurricane Elsa sucked all the moisture out of the air and took it with it. Sorry, Northern friends. </p>\n\n\n\n<p>For some fun summer reading, I can highly recommend the <a href=\"https://make.wordpress.org/core/5-8/\"><strong>WordPress 5.8 </strong></a>DevNotes, all handily assembled into a <a href=\"https://make.wordpress.org/core/2021/07/03/wordpress-5-8-field-guide/\"><strong>massive Field Guide</strong></a> by Milana Cap. </p>\n\n\n\n<p>After the publishing rush around the WordPress 5.8 release last week, this week is certainly a lot calmer. Although I know that behind the scenes, contributors are working hard on getting Block Editor End-User documentation ready, too. ðŸ</p>\n\n\n\n<p>Hopefully, you have been busy testing plugins and themes for compatibility with the new widget block-editor. July 20th is only 10 days away. <a href=\"https://wordpress.org/news/2021/07/wordpress-5-8-release-candidate-2/\"><strong>WordPress 5.8 RC 2</strong></a> is out and could use your eagle eyes to spot last-minute bugs and quirks. </p>\n\n\n\n<p>What else has happened in the WordPress Gutenberg space last week? I have a few more links for you. As always, you don&#8217;t have to consume them all in one sitting, you can always come back during the week. </p>\n\n\n\n<p>Wishing you a wonderful weekend and start into your next week!</p>\n\n\n\n<p>Yours, ðŸ’•<br />Birgit</p>\n\n\n\n<h2>Gutenberg Development</h2>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/2021/07/09/whats-new-in-gutenberg-11-0-0-9-july/\"><strong>Gutenberg 11.0 was released</strong></a> and <strong><a href=\"https://twitter.com/get_dave\">Dave Smith</a></strong> compiled the release notes for the team. This time in the release cycle of the next WordPress release, it&#8217;s all about bug fixing. <strong>Justin Tadlock</strong> highlights a few enhancements <strong><a href=\"https://wptavern.com/gutenberg-11-0-includes-over-70-bug-fixes-continues-improving-with-wordpress-5-8-just-two-weeks-away\">in his post</a></strong>. <strong>Grzegorz Ziolkowski </strong>and I recorded the <a href=\"https://gutenbergtimes.com/podcast/changelog-47-developing-block-plugins-wordpress-5-8/\">47th episode of the Gutenberg Changelog </a>on Friday. Listen in and get a few more ideas of what&#8217;s in this Gutenberg 11.0  release. the audio should be available over the weekend. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong>Matias Ventura</strong> <a href=\"https://github.com/WordPress/gutenberg/issues/33094\"><strong>updated scope for site editing projects</strong></a> to help the team and the community to track upcoming tasks around the main site editing projects. There are a few separate tracking issues for covering some general improvements and then some broader projects. It covers some general UI features that need to be iterated on, mentioned a Browse mode for the site editor, and lists Infrastructure, Patterns, Styling and the Navigation Block. </p>\n\n\n\n<h2>Gutenberg and Themes</h2>\n\n\n\n<p><strong><a href=\"https://twitter.com/carolinapoena\">Carolina Nymark</a></strong> summarized <a href=\"https://make.wordpress.org/themes/2021/07/08/summary-theme-features-in-wordpress-5-8/\"><strong>all the Theme </strong></a><strong><a href=\"https://make.wordpress.org/themes/2021/07/08/summary-theme-features-in-wordpress-5-8/\">features</a> </strong>that will come to a WordPress instance near you with WordPress 5.8. It&#8217;s the Cliff Notes with actionable code snippets for opt-in and opt-out decisions. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong>Daisy Olson</strong> posted a summary and the recording of this week&#8217;s <strong><a href=\"https://make.wordpress.org/test/2021/07/09/hallway-hangout-discussion-on-theme-json-7-july/\">Hallway Hangout Discussion the Theme.json</a>. </strong></p>\n\n\n\n<p>The <a href=\"https://make.wordpress.org/test/2021/06/24/call-for-testing-thrive-with-theme-json/\"><strong>Theme.json Call for testing </strong></a>is still open until July 14, 2021. It has instructions for beginners, Intermediate and advanced WordPress theme developers.  It&#8217;s a fabulous way to learn and share your feedback.</p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong>Maggie Cabrera</strong> created an <a href=\"https://make.wordpress.org/themes/2021/07/09/gutenberg-themes-week-of-july-9-2021/\"><strong>outstanding weekly round-up (#56)</strong></a> post with theme related recently merged PRs, what is discussed and again a great list of overview git hub issues that are waiting for your comments and ideas! </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p>A couple of weeks ago, we had <strong><a href=\"https://gutenbergtimes.com/theme-json-for-wordpress-theme-authors-demo-and-live-q-a-w-daisy-olson-tammie-lister-and-jeff-ong/\">Daisy Olsen, Tammie Lister and Jeff Ong on a Live Q &amp; A.</a></strong> First we have a short introduction demo on how to work with theme.json and a discussion on how this new way to organize the settings and styles for your theme change how themes work in WordPress. We also answered interesting questions from the audience. If you haven&#8217;t seen it yet, <a href=\"https://gutenbergtimes.com/theme-json-for-wordpress-theme-authors-demo-and-live-q-a-w-daisy-olson-tammie-lister-and-jeff-ong/\">you can watch it here with transcript and resources. </a></p>\n\n\n\n\n<p><strong>&nbsp;<a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/\" target=\"_blank\" rel=\"noreferrer noopener\">&#8220;Keeping up with Gutenberg &#8211; Index 2021&#8221;</a>&nbsp;</strong><br />A chronological list of the WordPress Make Blog posts from various teams involved in Gutenberg development: Design, Theme Review Team, Core Editor, Core JS, Core CSS, Test and Meta team from Jan. 2021 on. Updated by yours truly.  <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2020/\"><em>The index 2020 is here</em></a></p>\n\n\n\n\n<h2>Block Editor for Content creators</h2>\n\n\n\n<p><strong>This is a first in the almost three-year history of the Block editor!</strong> ðŸ™Œ ðŸŽ‰<br />Thanks to the indefatigable <strong>Anne McCarthy</strong>, content creators can review End-user documentation for the new features <strong>before </strong>they are released. </p>\n\n\n\n<ul><li><a href=\"https://wordpress.org/support/article/list-view/\">How to use the List View</a> (former Block Navigator)</li><li><a href=\"https://wordpress.org/support/article/query-loop-block/\">The Query Loop Block </a></li><li><a href=\"https://wordpress.org/support/article/block-based-widgets-editor/\">Block-Based Widget Editor</a></li><li><a href=\"https://wordpress.org/support/article/template-editor/\">Template Editor</a> </li></ul>\n\n\n\n<p>Now it&#8217;s all still a work in progress and there is still time until July 20th.</p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong>Anne McCarthy</strong>&#8216;s <strong><a href=\"https://wordpress.tv/2021/07/07/anne-mccarthy-block-based-widget-editor-demo/\">Block-based Widget Editor&nbsp;Demo</a></strong> is now available on WordPress TV. Check it out to seen what&#8217;s coming to WordPress 5.8. <br /><em>Yep, as Grzegorz Ziolkowski said yesterday, Anne McCarthy is everywhere! </em></p>\n\n\n\n<h3>Query Loop Block</h3>\n\n\n\n<p>Even if you are not familiar with the developer term Query Loop, once you look at the examples you&#8217;ll instantly realize that this is about the layout of a list of posts you might want to include on your pages, templates or posts. You can change the layout for post title, featured image, excerpt and link.  An early version of this was the Latest Post Block. </p>\n\n\n\n<p>The design team also implemented a series of Block Patterns of a few nice variations to display a post list on templates, post and pages. It&#8217;s a fun feature, and it has taken quite a long time to build. The wait was definitely worth it. </p>\n\n\n\n<p>It is mighty and could be the most powerful feature in 5.8 as <strong>Justin Tadlock</strong> headlined his post <a href=\"https://wptavern.com/query-loop-the-ins-and-outs-of-one-of-wordpress-5-8s-most-powerful-features\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>Query Loop: The Ins and Outs</strong></a>.</p>\n\n\n\n<p><strong>Allison Rivers</strong> over the Torque Magazine also published an article <a href=\"https://torquemag.io/2021/07/what-is-wordpress-5-8s-query-loop-block/\"><strong>What is the Query Loop Block?</strong></a> with lots of great insights and examples. Rivers also has a list of plugins that implemented some advanced features the WordPress version is still missing with its first iteration. </p>\n\n\n\n<h2>Block Building and Plugins</h2>\n\n\n\n<p>Reading throught the release notes for Gutenberg 11, I found great gem posted by <strong>Riad Benguella</strong>. It&#8217;s a flow graphic that<a href=\"https://github.com/WordPress/gutenberg/pull/32921\"> <strong>explains the relationship between the packages that make the post editor</strong></a>. </p>\n\n\n\n<img /><a href=\"https://github.com/WordPress/gutenberg/pull/32921\">Partial view of Riad Benguella&#8217;s schema</a>\n\n\n\n<p>I find this very helpful to keep in mind when to use which package at which stage or the user interactions. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong><a href=\"https://twitter.com/richard_tabor\">Rich Tabor</a></strong>, Senior Product Manager, WordPress Experience GoDaddy published <a href=\"https://richtabor.com/gutenberg-block-plugins/\">A Primer on Gutenberg Block Plugins for the WordPress Block Directory</a> in which  he walks you through the process of submit your plugin to the WordPress Directory, as he went through when submitting his <a href=\"https://wordpress.org/plugins/markdown-comment-block/\">Markdown Comment block</a> to the repository. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p>In the same space, <strong><a href=\"https://twitter.com/ellatrx\">Ella van Durpe</a></strong> published a plugin for private note-taking in WordPress called <strong><a href=\"https://wordpress.org/plugins/hypernotes/\">Hypernotes</a>.</strong> Justin Tadlock <a href=\"https://wptavern.com/private-note-taking-and-journaling-with-the-hypernotes-wordpress-plugin\">reviewed it</a> for the WordPress Tavern. Van Durpe explain  <a href=\"https://wptavern.com/private-note-taking-and-journaling-with-the-hypernotes-wordpress-plugin#comment-386210\">her comment </a>to the article&#8217;s, that the plugin uses some  <a href=\"https://github.com/WordPress/gutenberg/pull/33102\">experimental PWA capabilities</a> she introduced to the Gutenberg plugin for WP-Admin. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><a href=\"https://twitter.com/AlexStandiford\"><strong>Alex Standiford</strong>,</a> developer&nbsp;at <a href=\"https://sandhillsdev.com/\">Sandhills Development </a>(makers of the EDD plugin) published a tutorial about <a href=\"https://www.wpdev.academy/concepts/api-fetch-the-wordpress-library-you-didnt-know-you-needed/?utm_source=Online+Course+Notification&utm_campaign=fb2a5a9d83-RSS_EMAIL_CAMPAIGN&utm_medium=email&utm_term=0_8cc90959c2-fb2a5a9d83-477961602\"><strong>API Fetch â€“ The WordPress Library You Didnâ€™t Know You Needed</strong></a> with code snippets and plenty of theory to with them, too. </p>\n\n\n\n<p>Standiford also started the <strong>WPAcademy</strong> with the course <a href=\"https://www.wpdev.academy/course/beer-lister-plugin/\"><strong>WordPress Plugin Development Course</strong></a>, with 37 videos teaching you how to make a beer custom post type, customize the Gutenberg editor, create a new block, and create WP-CLI commands to make testing fast and easy.</p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong>Justin Tadlock</strong> shared his experience in <a href=\"https://wptavern.com/taking-the-leap-building-my-first-wordpress-block-plugin\"><strong>Taking the Leap: Building My First WordPress Block Plugin</strong></a>. He built a breadcrumbs block as a dynamic block that&#8217;s rendered server side. </p>\n\n\n\n\n<p><strong><a href=\"https://gutenbergtimes.com/need-a-zip-from-master/\">Need a plugin .zip from Gutenberg&#8217;s main (trunk) branch?</a></strong><br />Gutenberg Times provides daily build for testing and review. <br />Have you been using it? Hit reply and let me know.</p>\n\n\n\n<p><img alt=\"GitHub all releases\" src=\"https://img.shields.io/github/downloads/bph/gutenberg/total?style=for-the-badge\" /></p>\n\n\n\n<p></p>\n\n\n\n\n<h2>Upcoming WordPress Events</h2>\n\n\n\n<p><strong>July 17 + 18th, 2021</strong><br /><strong><a href=\"https://santaclarita.wordcamp.org/2021/\">WordCamp Santa Clarita</a></strong></p>\n\n\n\n<ul><li>1pm PT / 4pm ET / 20 UTC &#8211; FSE: <strong>Whatâ€™s Coming to 5.8 &amp; the Story of the Outreach Program</strong> w/ Anne McCarthy</li><li>2pm PT / 5pm ET / 21 UTC &#8211; <strong>How Theme Developers Should Approach Full Site Editing</strong> w/ Joe Casabona</li><li>3pm PT / 6pm ET / 22 UTC &#8211; <strong>Rapid Landing Page Creation With the WordPress Block Editor</strong> w/ Daisy Olsen</li></ul>\n\n\n\n<p><strong>July 23, 2021</strong><br /><a href=\"https://www.wordfest.live/\"><strong>WordFest Live </strong></a>&#8211; <em>The&nbsp;</em>festival of WordPress</p>\n\n\n\n<ul><li>July 22 &#8211;  10 PM EDT / 2 UTC  &#8211; <strong>Learn to Build Blocks with Advanced Custom Fields</strong> w/ Cameron Jones</li><li>July 23 &#8211; 3:20 pm EDT / 19:20 UTC <strong>How to Create a Fast Loading Stylish Homepage with Blocks &amp; CSS</strong> w/  Davinder Singh Kainth</li></ul>\n\n\n\n<p>A<strong>ugust 6 + 7, 2021</strong><br /><a href=\"https://nicaragua.wordcamp.org/2021/\"><strong>WordCamp Nicaragua</strong></a></p>\n\n\n\n<p><strong>September 21 + 22, 2021</strong><br /><a href=\"https://2021.wpcampus.org/\"><strong>WPCampus 2021 Online</strong></a><br />&#8220;A free online conference for web accessibility and WordPress in higher education.&#8221;</p>\n\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p class=\"has-text-align-center\"><strong>Don&#8217;t want to miss the next Weekend Edition? </strong></p>\n\n\n\n<form class=\"wp-block-newsletterglue-form ngl-form ngl-portrait\" action=\"https://gutenbergtimes.com/feed/\" method=\"post\"><div class=\"ngl-form-container\"><div class=\"ngl-form-field\"><label class=\"ngl-form-label\" for=\"ngl_email\">Type in your Email address to subscribe.</label><div class=\"ngl-form-input\"><input type=\"email\" class=\"ngl-form-input-text\" name=\"ngl_email\" id=\"ngl_email\" /></div></div><button class=\"ngl-form-button\">Subscribe</button><p class=\"ngl-form-text\">We hate spam, too and won&#8217;t give your email address to anyone except Mailchimp to send out our Weekend Edition</p></div><div class=\"ngl-message-overlay\"><div class=\"ngl-message-svg-wrap\"></div><div class=\"ngl-message-overlay-text\">Thanks for subscribing.</div></div><input type=\"hidden\" name=\"ngl_list_id\" id=\"ngl_list_id\" value=\"26f81bd8ae\" /><input type=\"hidden\" name=\"ngl_double_optin\" id=\"ngl_double_optin\" value=\"yes\" /></form>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 30 Sep 2021 18:15:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Birgit Pauli-Haack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:31;a:6:{s:4:\"data\";s:13:\"\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:105:\"Gutenberg Times: Block-Based Widget Screen and DevNotes Galore for WordPress 5.8 â€“ Weekend Edition #176\";s: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:\"https://gutenbergtimes.com/?p=18404\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"https://gutenbergtimes.com/block-based-widget-screen-weekend-edition-176/\";s: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:19897:\"<p>Howdy, </p>\n\n\n\n<p>July is the month celebrating North American Independence (for white people) and the start of the French Revolution. </p>\n\n\n\n<p>Happy 154th Birthday, Canada ðŸ‡¨ðŸ‡¦  (July 1st). <br />Happy 245th Birthday, USA ðŸ‡ºðŸ‡¸ (July 4th) <br />Happy 232nd Bastille Day, France ðŸ‡«ðŸ‡·  (July 14th) </p>\n\n\n\n<p>There are many more countries celebrating Independence Day in July, though. <a href=\"https://www.infoplease.com/culture-entertainment/holidays/national-holidays-around-world\">Here is the list. Take a look! </a> ðŸŒ</p>\n\n\n\n<p><strong>July 20th</strong>, WordPress 5.8 will be released and there are a ton of block editor related dev notes for themes and plugin developers. <a href=\"https://wordpress.org/news/2021/06/wordpress-5-8-release-candidate/\">Use this week&#8217;s RC 1 version </a>to test your sites, plugins and themes! </p>\n\n\n\n<p>Be well! Have a great weekend, wherever you are located! </p>\n\n\n\n<p>Yours, ðŸ’•<br />Birgit</p>\n\n\n\n\n\n<p></p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<h2>WordPress 5.8 Dev Notes for Block editor features</h2>\n\n\n\n<p class=\"has-drop-cap\">This week was also the deadline to published Developer Notes around the upcoming WordPress 5.8 release. </p>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/2021/07/01/block-styles-loading-enhancements-in-wordpress-5-8/\"><strong>Block-styles loading enhancements</strong> </a> by <strong><a href=\"https://twitter.com/aristath\">Ari Stathopoulos</a></strong> &#8211; Ari has the details on how the two new features &#8211; <em>Load styles only for rendered blocks</em>  and  <em>Inline small styles</em> &#8211; work and how theme developers and block builders can tap into it. </p>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/2021/06/29/blocks-in-an-iframed-template-editor/\"><strong>Blocks in an iframed (template) editor</strong></a> by <strong><a href=\"https://twitter.com/ellatrx\">Ella van Durpe</a></strong> &#8211; The new Template editor is the first block editor loaded in an iframe and isolate it from the rest of the admin screen. Ella has the benefits for you as well as the details on how to adjust your blocks if you rely on <code>document</code> or <code>window</code> and provides code fixes for your ReactJS blocks. There is more. Definitely worth a read if you are deep in plugin development. Ella&#8217;s post compliments Grzegorz Ziolkowski&#8217;s post: <a href=\"https://make.wordpress.org/core/2021/06/16/block-editor-api-changes-to-support-multiple-admin-screens-in-wp-5-8/\"><strong>Block Editor API Changes to Support Multiple Admin Screens</strong></a></p>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/2021/06/29/on-layout-and-content-width-in-wordpress-5-8/\"><strong>On layout and content width</strong></a> by <strong><a href=\"https://twitter.com/riadbenguella\">Riad Benguella</a></strong> &#8211; This is a shorter post, introducing the Settings for layout and content width and how you can adjust your theme to take advantage of them. </p>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/2021/06/29/block-based-widgets-editor-in-wordpress-5-8/\"><strong>Block-based Widgets Editor</strong></a> by <strong><a href=\"https://twitter.com/noisysocks\">Robert Anderson</a></strong>. He wrote: &#8220;WordPress 5.8 introduces a new&nbsp;block-based widgets editor to the Widgets screen (<code>Appearance â†’ Widgets</code>) and&nbsp;Customizer&nbsp;(<code>Appearance â†’ Customize â†’ Widgets</code>).&#8221; and continues to explain the <strong>three methods</strong> (including the <a href=\"https://wordpress.org/plugins/classic-widgets/\">Classic Widget plugin</a>)  of opting out. You might find interesting to learn how the Legacy Widget block helps with the backward compatibility for existing widgets and widget areas.  </p>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/2021/06/29/block-editor-api-removals-58/\"><strong>Various Block Editor API removals</strong></a> by <strong><a href=\"https://twitter.com/riadbenguella\">Riad Benguella</a></strong> has the details  on the removal of <code>EditorGlobalKeyboardShortcuts</code>, <code>hasUploadPermissions</code> and their alternatives. Also, the block &#8220;Subheading&#8221; has been removed, too. </p>\n\n\n\n<p><strong><a href=\"https://twitter.com/TimothyBJacobs\">Timothy Jacobs</a>&#8216;</strong> post lists all the <a href=\"https://make.wordpress.org/core/2021/06/29/rest-api-changes-in-wordpress-5-8/\"><strong>REST API Changes</strong></a> necessary for the Widget Block Editor. He also shows how to adjust Legacy widgets, so they are seen and handled by it. Timothy illustrates the changes with extensive code snippets, that should help you get up to speed fast. </p>\n\n\n\n<p>And if that isn&#8217;t enough already, <strong>Milana Cap</strong> lists <a href=\"https://make.wordpress.org/core/2021/06/28/miscellaneous-developer-focused-changes-in-wordpress-5-8/\"><strong>Miscellaneous developer focused changes</strong></a> in her dev note. The team removed support for IE 11 from build and test tools and gives you more control and consistency for the document title. WordPress 5.8 also brings a consistent type for integer properties of WP_Post, WP_Term, WP_User and a bookmark object and better caching of post/page IDs for subsequent request. There are quite a few more goodies in this upcoming release. Take a look! </p>\n\n\n\n\n<p><strong>&nbsp;<a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/\" target=\"_blank\" rel=\"noreferrer noopener\">&#8220;Keeping up with Gutenberg &#8211; Index 2021&#8221;</a>&nbsp;</strong><br />A chronological list of the WordPress Make Blog posts from various teams involved in Gutenberg development: Design, Theme Review Team, Core Editor, Core JS, Core CSS, Test and Meta team from Jan. 2021 on. Updated by yours truly.  <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2020/\"><em>The index 2020 is here</em></a></p>\n\n\n\n\n<h2>User-facing changes in WordPress 5.8</h2>\n\n\n\n<p><a href=\"https://twitter.com/TimothyBJacobs\"><strong>Timothy Jacobs</strong></a> gave a detailed preview of <strong><a href=\"https://www.youtube.com/watch?v=uQgQ4ZeOE0g&t=31s\">What&#8217;s coming to the Block editor in WordPress 5.8</a></strong> to the members of the WordPress NYC meetup. You can see a demo of Duotone for image &amp; cover, Single Column color and spacing settings, Table block updates, and reusable block changes. He spent a few more minutes on the new Widget Screen as well as the Post Template Editor and the new Query Block. </p>\n\n\n\n<p><a href=\"https://twitter.com/courtneyengle\"><strong>Courtney Robertson</strong></a> wrote in <a href=\"https://www.godaddy.com/garage/what-wordpress-5-8-means-for-your-clients-websites/\"><strong>What WordPress 5.8 means for your clients&#8217; websites</strong></a> &#8220;This release expands the role of the block editor to include nearly every area of WordPress. Youâ€™ll want to check out all the updates to discover what WordPress 5.8, Full Site Editing, and Block-Based Themes mean for your clientsâ€™ websites.&#8221;. The post is a fabulous comprehensive list of what is new in WordPress 5.8 with short videos and the relevant details. </p>\n\n\n\n<h2>Block-Based Widget in WP Admin and Customizer</h2>\n\n\n\n<p class=\"has-drop-cap\">You can also watch <strong>Anne McCarthy</strong> <a href=\"https://www.youtube.com/watch?v=x4P5P_L9og4\"><strong>Exploring the Block Widgets Editor</strong></a> in WP Admin and Customizer&nbsp;on YouTube. She wrote in the description: &#8220;This video seeks to give an initial look at this feature and answer some top questions people might have. Shout out to <a href=\"https://twitter.com/critterverse\"><strong>Channing Ritter</strong> </a> who put together the demo portion!&#8221;.</p>\n\n\n\n<p><strong><a href=\"https://twitter.com/karks88\">Eric Karkovack</a></strong> also did a deep dive into the block-based Widget Screen for you: <a href=\"https://speckyboy.com/wordpress-widgets-screen/\"><strong>The WordPress Widgets Screen Joins the Gutenberg Era</strong></a> and provides you with a great tutorial on how to use the new screens with screenshot and all. </p>\n\n\n\n<p><a href=\"https://wptavern.com/diving-into-wordpress-5-8s-new-widgets-screen\"><strong>Diving Into WordPress 5.8â€™s New Widgets Screen</strong></a> by <strong><a href=\"https://twitter.com/justintadlock\">Justin Tadlock</a></strong>. He is a fan of the new feature and glad it made it into the WordPress core for this upcoming release. While the WPAdmin Widget screen feels like a good block editor, he wrote about the block widgets in the Customizer: &#8220;Customizer support for block widgets is light years ahead of where it was just a few short months ago. However, it feels awkward at best. There is a deep feeling of not belonging. While it was a remarkable programming feat to make the two features work together, the user experiences are nearly a decade apart.&#8221;  </p>\n\n\n\n\n<p><strong><a href=\"https://gutenbergtimes.com/need-a-zip-from-master/\">Need a plugin .zip from Gutenberg&#8217;s main (trunk) branch?</a></strong><br />Gutenberg Times provides daily build for testing and review. <br />Have you been using it? Hit reply and let me know.</p>\n\n\n\n<p><img alt=\"GitHub all releases\" src=\"https://img.shields.io/github/downloads/bph/gutenberg/total?style=for-the-badge\" /></p>\n\n\n\n<p></p>\n\n\n\n\n<h2>Plugins for the Block Editor</h2>\n\n\n\n<p>This week, I found quite a few people sharing their experiences with block editor plugins. </p>\n\n\n\n<p><strong><a href=\"https://twitter.com/chrislema\">Chris Lema</a> </strong>compared in his post <a href=\"https://chrislema.com/content-visibility-for-gutenberg/\"><strong>Content Visibility for Gutenberg</strong></a> three plugins that allow you to control the visibility of single blocks on your page or posts. We mentioned two of them here multiple times. Chris tested the pro version for his purposes:</p>\n\n\n\n\n<p><a href=\"https://gutenbergtimes.com/podcast/changelog-46-devnotes-for-wordpress-5-8/\"><strong>Episode #4</strong>6 is now available</a> with transcript. <br />Next recording July 9th, 2021</p>\n\n\n\n<p>Send questions, comments or news to <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a></p>\n\n\n\n<p> <strong>Subscribe to the&nbsp;<a href=\"https://gutenbergtimes.com/podcast/\">Gutenberg Changelog</a>&nbsp;podcast </strong><br />ðŸŽ™ï¸&nbsp;<a href=\"https://open.spotify.com/show/620NwVKQJGdTupy36zYxvg?mc_cid=4b6c9f88fe\">Spotify</a>&nbsp;|&nbsp;<a href=\"https://podcasts.google.com/feed/aHR0cHM6Ly9ndXRlbmJlcmd0aW1lcy5jb20vZmVlZC9wb2RjYXN0\">Google</a>&nbsp;|&nbsp;<a href=\"https://podcasts.apple.com/us/podcast/gutenberg-changelog/id1469294475\">iTunes</a>&nbsp;|&nbsp;<a href=\"https://pca.st/podcast/f8445ec0-7508-0137-f267-1d245fc5f9cf\">PocketCasts</a>&nbsp;|&nbsp;<a href=\"https://www.stitcher.com/show/gutenberg-changelog\">Stitcher</a>&nbsp;|<br />ðŸŽ™ï¸&nbsp;<a href=\"https://www.podbean.com/podcast-detail/chi7j-9904a/Gutenberg-Changelog-Podcast\">Pod Bean</a>&nbsp;|&nbsp;<a href=\"https://castbox.fm/channel/Gutenberg-Changelog-id2173375\">CastBox</a>&nbsp;|&nbsp;<a href=\"https://www.podchaser.com/podcasts/gutenberg-changelog-878239/\">Podchaser</a>&nbsp;|&nbsp;<a href=\"https://gutenbergtimes.com/feed/podcast\">RSS Feed</a>&nbsp;</p>\n\n\n\n<img />\n\n\n\n\n<ul><li><a href=\"https://www.blockvisibilitywp.com/pro/\">Block Visibility</a> by Nick Diego</li><li><a href=\"https://conditionalblocks.com/\">Conditional Blocks Pro</a> by Morgan Hvidt</li><li><a href=\"https://wordpress.org/plugins/content-visibility/\">Content Visibility</a> by Rich Tape</li></ul>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong>Rich Tabor</strong> released <a href=\"https://wordpress.org/plugins/markdown-comment-block/\"><strong>Markdown Comment Block</strong></a> in the WordPress plugin repository. He wrote in his description: &#8220;Having the ability to add, and keep, any relevant editing comments within my posts, without rendering them on the front-end, means that I am freed up to mentally jot any idea down without thinking about it. It is simply natural and convenient.&#8221;  <strong>Justin Tadlock</strong> gave it a review in <a href=\"https://wptavern.com/add-editor-only-notes-via-the-markdown-comment-block-wordpress-plugin\">Add Editor-Only Notes via the Markdown Comment Block WordPress Plugin</a></p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p>Thanks to <a href=\"https://twitter.com/remkusdevries\"><strong>Remkus De Vries&#8217;</strong></a> new newsletter &#8220;<a href=\"https://remkus.devries.frl/subscribe/\">Remkus Ramblings</a>&#8220;, I learned about two more plugins for the block editor: </p>\n\n\n\n<p><a href=\"https://wordpress.org/plugins/highlight-and-share/\"><strong>Highlight and Share</strong> </a>by <strong>Ronald Huereca</strong> &#8211; &#8220;It&#8217;s a social sharing plugin that allows you to highlight text and and share among several social networks including Twitter, Facebook, LinkedIn and more,&#8221; Remkus said. I wished I had this plugin when I ran a social media marketing agency&#8230;. </p>\n\n\n\n<p>The second one is <a href=\"https://wordpress.org/plugins/block-editor-colors/\"><strong>Block Editor Colors</strong></a> by MotoPress &#8211; Remkus wrote: &#8220;(&#8230;)which allows you to edit default Gutenberg block editor colors or the ones registered in a theme, as well as add your colors!&#8221;</p>\n\n\n\n<p><em><a href=\"https://remkus.devries.frl/about/\">Remkus de Vries</a>, Head of Partner &amp; Customer Relationship at <a href=\"https://twitter.com/servebolt\">ServeBolt</a>, started his newsletter last month, and he uses  &#8211; you probably guessed it &#8211; my favorite newsletter plugin: <a href=\"https://newsletterglue.com/\">Newsletter Glue</a>. ðŸ‘‹ Waving at Lesley Sim </em></p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p class=\"has-drop-cap\">I got quite excited when I learned about Automattic&#8217;s <a href=\"https://wordpress.org/plugins/sketch/\">Sketch plugin</a>,  a plugin that allows its users to sketch within the editor and show it immediately on the front end. Based on <a href=\"https://www.npmjs.com/package/perfect-freehand\">perfect-hand </a>library, it is the product of a collaboration between  Matias Ventura, Pablo Honey and Oscar Lopez. It&#8217;s one of Automattic&#8217;s <a href=\"https://github.com/Automattic/block-experiments/tree/master/blocks\">Block Experiments</a>.</p>\n\n\n\n<ul><li><a href=\"https://twitter.com/pootlepress\"><strong>Jamie Marsland</strong></a> of PootlePress <a href=\"https://www.pootlepress.com/2021/07/the-sketch-block-for-gutenberg/\">created a video</a> to share some thoughts on how you can use it creatively on your site and he also has a few suggestions for version 2 of the Sketch block. </li><li><a href=\"https://wptavern.com/automattic-releases-sketch-block-for-drawing-in-the-wordpress-editor\"><strong>Justin Tadlock</strong>,</a> also took it out for a spin and <a href=\"https://wptavern.com/automattic-releases-sketch-block-for-drawing-in-the-wordpress-editor\">shared his experience</a> on the WordPress Tavern. </li></ul>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<h2>Building Blocks</h2>\n\n\n\n<p><a href=\"https://twitter.com/binarymoon/\"><strong>Ben Gillbanks</strong></a> shows you  <a href=\"https://www.binarymoon.co.uk/2021/06/how-to-get-a-list-of-all-wordpress-blocks-in-the-editor/\"><strong>how to get a list of all blocks in the editor</strong></a> of a post or page. He wrote: &#8220;Itâ€™s particularly handy for WordPress plugin developers, but will also be useful when setting properties in&nbsp;<code>theme.json</code>&nbsp;a new feature that is part of the upcoming Full Site Editing functionality of WordPress.&#8221;</p>\n\n\n\n<p><a href=\"https://twitter.com/fabiankaegy\"><strong>Fabian KÃ¤gy</strong></a>&#8216;s WordCamp Europe presentation <a href=\"https://wordpress.tv/2021/06/28/fabian-kagy-building-great-experiences-in-the-new-editor/\"><strong>Building great experiences in the new&nbsp;editor</strong></a> is now available on WordPress TV. He wrote in his session description &#8220;Starting out building blocks or experiences for the WordPress block editor can be a bit daunting. Where do I start? Custom blocks, block patterns or just styling core blocks. In this talk, I will walk through the different options and share the benefits and downsides of each while talking about overall good practices for building great editorial experiences.&#8221;</p>\n\n\n\n<p><em>If you are looking for other talks, you might have missed, 23 <a href=\"https://wordpress.tv/event/wordcamp-europe-2021/\">WordCamp Europe 2021 talks</a> are now available on WordPress TV </em></p>\n\n\n\n<h2>Upcoming WordPress Event</h2>\n\n\n\n<p><strong>July 7th, 2021 -1pm EDT / 17:00 UTC</strong><br /><strong><a href=\"https://make.wordpress.org/test/2021/06/24/call-for-testing-thrive-with-theme-json/\">Hallway Hangout: FSE Testing call #8 theme.json</a></strong> with Daisy Olson</p>\n\n\n\n<p><strong>July 17 + 18th, 2021</strong><br /><strong><a href=\"https://santaclarita.wordcamp.org/2021/\">WordCamp Santa Clarita</a></strong></p>\n\n\n\n<ul><li>1pm PT / 4pm ET / 20 UTC &#8211; FSE: <strong>Whatâ€™s Coming to 5.8 &amp; the Story of the Outreach Program</strong> w/ Anne McCarthy</li><li>2pm PT / 5pm ET / 21 UTC &#8211; <strong>How Theme Developers Should Approach Full Site Editing</strong> w/ Joe Casabona</li><li>3pm PT / 6pm ET / 22 UTC &#8211; <strong>Rapid Landing Page Creation With the WordPress Block Editor</strong> w/ Daisy Olsen</li></ul>\n\n\n\n<p><strong>July 23, 2021</strong><br /><a href=\"https://www.wordfest.live/\"><strong>WordFest Live </strong></a>&#8211; <em>The&nbsp;</em>festival of WordPress</p>\n\n\n\n<ul><li>July 22 &#8211;  10 PM EDT / 2 UTC  &#8211; <strong>Learn to Build Blocks with Advanced Custom Fields</strong> w/ Cameron Jones</li><li>July 23 &#8211; 3:20 pm EDT / 19:20 UTC <strong>How to Create a Fast Loading Stylish Homepage with Blocks &amp; CSS</strong> w/  Davinder Singh Kainth</li></ul>\n\n\n\n<p>A<strong>ugust 6 + 7, 2021</strong><br /><a href=\"https://nicaragua.wordcamp.org/2021/\"><strong>WordCamp Nicaragua</strong></a></p>\n\n\n\n<p><strong>September 21 + 22, 2021</strong><br /><a href=\"https://2021.wpcampus.org/\"><strong>WPCampus 2021 Online</strong></a><br />&#8220;A free online conference for web accessibility and WordPress in higher education.&#8221;</p>\n\n\n\n<hr class=\"wp-block-separator is-style-left-aligned\" />\n\n\n\n<p id=\"block-8c56f083-3d78-42e0-84ec-62ea90a2afa5\">On the<a href=\"https://wpcalendar.io/online/\"> <strong>Calendar for WordPress Online Events</strong> </a>you can browse a list of the upcoming WordPress Meetups, around the world, including WooCommerce, Elementor, Divi Builder and Beaver Builder meetups.</p>\n\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p class=\"has-text-align-center\"><strong>Don&#8217;t want to miss the next Weekend Edition? </strong></p>\n\n\n\n<form class=\"wp-block-newsletterglue-form ngl-form ngl-portrait\" action=\"https://gutenbergtimes.com/feed/\" method=\"post\"><div class=\"ngl-form-container\"><div class=\"ngl-form-field\"><label class=\"ngl-form-label\" for=\"ngl_email\">Type in your Email address to subscribe.</label><div class=\"ngl-form-input\"><input type=\"email\" class=\"ngl-form-input-text\" name=\"ngl_email\" id=\"ngl_email\" /></div></div><button class=\"ngl-form-button\">Subscribe</button><p class=\"ngl-form-text\">We hate spam, too and won&#8217;t give your email address to anyone except Mailchimp to send out our Weekend Edition</p></div><div class=\"ngl-message-overlay\"><div class=\"ngl-message-svg-wrap\"></div><div class=\"ngl-message-overlay-text\">Thanks for subscribing.</div></div><input type=\"hidden\" name=\"ngl_list_id\" id=\"ngl_list_id\" value=\"26f81bd8ae\" /><input type=\"hidden\" name=\"ngl_double_optin\" id=\"ngl_double_optin\" value=\"yes\" /></form>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 30 Sep 2021 18:15:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Birgit Pauli-Haack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:32;a:6:{s:4:\"data\";s:13:\"\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:96:\"Gutenberg Times: Theme.json Resources, Block Patterns and WordPress 5.8 â€“ Weekend Edition #175\";s: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:\"https://gutenbergtimes.com/?p=18320\";s: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:101:\"https://gutenbergtimes.com/theme-json-resources-block-patterns-and-wordpress-5-8-weekend-edition-175/\";s: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:13004:\"<p>Howdy, </p>\n\n\n\n<p>We enjoy cooling off at the community pool after our lunch walks. It&#8217;s the simple things, right? </p>\n\n\n\n<p>I learned so much in this week&#8217;s Live Q &amp; A! You might too. Jeff prepared a insightful demo of the basics. Thank you to all those watching and asking great questions! It was a pleasure and honor to have Daisy Olson, Tammie Lister and Jeff Ong on the show. <a href=\"https://gutenbergtimes.com/theme-json-for-wordpress-theme-authors-demo-and-live-q-a-w-daisy-olson-tammie-lister-and-jeff-ong/\">The recording is available here.</a> So are the links to the shared resources and the transcript. </p>\n\n\n\n<p>What else happened this week in WordPress? Amazingly plenty. Get yourself your favorite beverage and start reading and watching. </p>\n\n\n\n\n\n<p>Yours, ðŸ’•<br />Birgit</p>\n\n\n\n\n\n<h2>Release week at WordPress</h2>\n\n\n\n<p>WordPress is such a fantastic open-source project. I admire the team and the people in it so much! </p>\n\n\n\n<p>The <a href=\"https://wordpress.slack.com/archives/C01VACX5E2W\">public Slack channel of the release squad</a> helped me understand more of the complexities behind making software that is used by many millions of people all over the world. If you ever get a chance to spend a few minutes scrolling through the discussions on slack, on trac or GitHub, do it. Meet the people, who bring the work of hundreds of contributors over the finish line. Meet the contributors. </p>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/5-8/\">WordPress 5.8 Beta 4</a> is out and ready for your testing. WordPress 5.8 RC 1 is scheduled for June 29th, 2021. That comes with a hard string freeze, and the Polyglot teams get into high gear with translations. It&#8217;s also the deadline for DevNotes of the more significant changes coming  with this release. </p>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/2021/06/24/whats-new-in-gutenberg-10-9-23-june/\">Gutenberg 10.9 and 10.9.1</a> were released. Some bug fixes will be ported back to be included in the WordPress 5.8. Grzegorz Ziolkowski and I recorded the Gutenberg Changelog #46 yesterday, and it will be published on Monday. Our editor, Sandy, is on a well-deserved break over the weekend.  <a href=\"https://wptavern.com/gutenberg-10-9-renames-the-query-block-adds-collapsible-list-view-items-and-rolls-out-rich-url-previews\"><strong>Justin Tadlock </strong>took 10.9 </a>for a spin at the WPTavern. </p>\n\n\n\n<p>&#8212; <a href=\"https://gutenbergtimes.com/podcast/changelog-46-devnotes-for-wordpress-5-8/\">Gutenberg Changelog #46 is now available</a> &#8212; 6/27</p>\n\n\n\n\n<p><strong>&nbsp;<a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/\" target=\"_blank\" rel=\"noreferrer noopener\">&#8220;Keeping up with Gutenberg &#8211; Index 2021&#8221;</a>&nbsp;</strong><br />A chronological list of the WordPress Make Blog posts from various teams involved in Gutenberg development: Design, Theme Review Team, Core Editor, Core JS, Core CSS, Test and Meta team from Jan. 2021 on. Updated by yours truly.  <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2020/\">The index 2020 is here</a></p>\n\n\n\n\n<h2>Theme.json Resources</h2>\n\n\n\n<p>You can read an&nbsp;<a href=\"https://make.wordpress.org/core/2021/06/25/introducing-theme-json-in-wordpress-5-8/\"><strong>Introducing theme.json in WordPress 5.8</strong></a>&nbsp;by&nbsp;<strong><a href=\"https://twitter.com/nosolosw\">Andre Maneiro</a></strong>&nbsp;on the Core Make blog.</p>\n\n\n\n<p>You can read up on the details specifications in the Block Editor Handbook:&nbsp;<strong><a href=\"https://developer.wordpress.org/block-editor/how-to-guides/themes/theme-json/\">Global Settings &amp; Styles (theme.json)</a>.</strong></p>\n\n\n\n<p>Another fantastic way to get your feet wet is to heed the&nbsp;<a href=\"https://make.wordpress.org/test/2021/06/24/call-for-testing-thrive-with-theme-json/\"><strong>Call for Testing #8</strong></a>&nbsp;out of the FSE outreach program. <strong>Anne McCarthy</strong> has some interesting tasks for you. <a href=\"https://wptavern.com/fse-outreach-round-8-a-developer-centric-call-for-testing-theme-json-configuration\"><strong>Justin Tadlock </strong></a> has more for you on the <em>WordPress Tavern</em> </p>\n\n\n\n<p><strong>Tammie Lister</strong>&nbsp;started a new project <a href=\"https://ephemeralthemes.com/\">&#8220;Ephemeral Themes&#8221;</a> and shared her thoughts on theme.json and why she is excited again for theme development.&nbsp;<a href=\"https://ephemeralthemes.com/2021/06/20/theme-json-inspires/\"><strong>Theme.json inspires</strong></a></p>\n\n\n\n<p>The Gutenberg team is in ongoing discussion about various topics. Two were raised during the <a href=\"https://gutenbergtimes.com/theme-json-for-wordpress-theme-authors-demo-and-live-q-a-w-daisy-olson-tammie-lister-and-jeff-ong/\">Live Q &amp; A</a>. Both could use your opinion and ideas.</p>\n\n\n\n<ul><li><a href=\"https://github.com/WordPress/gutenberg/issues/29568\">Default Colors, Theme Colors, and Custom Colors</a></li><li><a href=\"https://github.com/WordPress/gutenberg/issues/20244\">Responsive Global Styles as a work in progress</a></li></ul>\n\n\n\n<p>A good way to get started and see the configuration in action is to study the themes available in the&nbsp;<a href=\"https://github.com/WordPress/theme-experiments/\"><strong>Theme Experiments repository</strong></a>&nbsp;on GitHub.</p>\n\n\n\n<h2>Full Site Editing </h2>\n\n\n\n<p>Another theme by <strong>Ana Segota,</strong>  built for the Site editor will come to the WordPress directory. Justin Tadlock took it for a spin. <a href=\"https://wptavern.com/clove-a-showcase-of-block-patterns-by-anariel-design\"><strong>Clove: A Showcase of Block Patterns by Anariel Design</strong></a>.</p>\n\n\n\n<p><strong>Anne McCarthy </strong>published <a href=\"https://make.wordpress.org/test/2021/06/24/fse-program-polished-portfolios-summary/\"><strong>FSE Program Polished Portfolios Summary</strong></a> with the updated feedback from a great group of participants. </p>\n\n\n\n<p>On her personal blog, <strong>Anne McCarthy</strong> also published <a href=\"https://nomad.blog/2021/06/11/on-future-outreach-program-models-in-the-wordpress-community/\"><strong>On Future Outreach Program Models in the WordPress Community</strong></a>. She shared some of her learn lessons on running the FSE outreach program and what needs to happen to make this a permanent contributor activity within WordPress. </p>\n\n\n\n<p>Here is the <a href=\"https://make.wordpress.org/test/2021/06/09/upcoming-fse-outreach-program-schedule-june-july/\">Upcoming FSE Outreach Program Schedule</a></p>\n\n\n\n<p><a href=\"https://twitter.com/scruffian\"><strong>Ben Dwyer</strong> </a>on ThemeShaper posted <strong><a href=\"https://themeshaper.com/2021/06/23/universal-themes-some-ideas/\">Some Ideas for Universal Themes</a>.</strong> He wrote: &#8220;A universal theme would work in both editing modes.&nbsp; A user should be able to build a site in classic mode and switch to FSE mode when the Site Editor is more mature or when they are ready to try all the extra tools that Full Site Editing will bring. Changes to a theme in classic mode should be reflected when I enable the Site Editor.&#8221; and goes into more details on how that could work. At Automattic, they experiment with the <a href=\"https://github.com/Automattic/themes/tree/trunk/quadrat\">Quadrat theme</a>. </p>\n\n\n\n\n<p><strong><a href=\"https://gutenbergtimes.com/need-a-zip-from-master/\">Need a plugin .zip from Gutenberg&#8217;s main (trunk) branch?</a></strong><br />Gutenberg Times provides daily build for testing and review. <br />Have you been using it? Hit reply and let me know.</p>\n\n\n\n<p><img alt=\"GitHub all releases\" src=\"https://img.shields.io/github/downloads/bph/gutenberg/total?style=for-the-badge\" /></p>\n\n\n\n<p></p>\n\n\n\n\n<h2>Block Patterns</h2>\n\n\n\n<p>About 80 Patterns have been published in the Pattern Directory on WordPress.org, <strong>Kjell Reigstad</strong> reported in his <strong><a href=\"https://make.wordpress.org/design/2021/06/23/update-initial-patterns-for-the-patterns-directory/\">Update: Initial Patterns for the Patterns Directory</a> </strong>over the last two weeks, Kjell, Mel Choyce and Beatriz Fialho were fielding community submissions and working with the designers. There are wonderful and useful patterns, you can use for your site.</p>\n\n\n\n<p>The discussion about <strong>Block Patterns</strong> on the WordPress Tavern has readers ruminating about <strong><a href=\"https://wptavern.com/wordpress-theme-lock-in-silos-and-the-block-system\">Theme Lock-In, Silos, and the Block System</a>.</strong> In a Post Status discussion, <strong>Tammie Lister </strong>thought the opposite is true. &#8220;it&#8217;s going to be easier, not harder, to switch with the newer set up.&#8221; And then she continues: &#8220;Try swapping between themes now. It&#8217;s not a picnic. It&#8217;s often a sad rained on picnic with soggy sandwiches of sadness, even with the best hope.&#8221; ðŸŒ§ï¸ I might steal that metaphor from Tammie ðŸ’•</p>\n\n\n\n<p>Speaking of Block Patterns, the design team also brought Block Patterns to all WordPress Twenty themes, all the way back to Twenty-Ten. They will be released with WordPress 5.8. <strong>Milana Cap</strong> published about these <strong><a href=\"https://make.wordpress.org/core/2021/06/21/bundled-themes-changes-in-wordpress-5-8/\">Bundled themes changes in WordPress 5.8</a>.</strong> They are a great inspiration for designer on what can be possible with Block Patterns now. Justin Tadlock at the WordPress Tavern also <a href=\"https://wptavern.com/a-throwback-to-the-past-refreshing-old-twenty-wordpress-themes-with-block-patterns\">took the new patterns out for a spin.</a></p>\n\n\n\n<p>In <strong><a href=\"https://themeshaper.com/2021/06/25/theme-patterns-for-the-site-editor/\">Theme patterns for the Site&nbsp;Editor</a> </strong> <strong>Kjell Reigstad</strong> show off a new UI to handle the display of different patterns for a header. It is an expansion of the block pattern display for Query Loop for various Post list layouts. He also shared his code and a short tutorial. Kjell also used the Quadrat theme from the Automattic repository </p>\n\n\n\n\nHeader Patterns in Quadrat Theme / Automattic\n\n\n\n\n<h2>Block Development and Plugins</h2>\n\n\n\n<p>For block builders, the Core-editor team published two DevNotes this week. </p>\n\n\n\n<p><strong><a href=\"https://make.wordpress.org/core/2021/06/23/block-api-enhancements-in-wordpress-5-8/\">Block API Enhancements in WordPress 5.8</a> </strong>by <strong>Grzegorz Ziolkowski</strong>, encouraging plugins developers to using the block.json metadata file. He lists under the benefits: </p>\n\n\n\n<ul><li>code sharing between JavaScript and PHP and other languages, </li><li>optimized enqueuing of assets on the frontend to support performance increases.</li><li>Allows listing of the block on the Block Type REST API endpoint </li><li>It&#8217;s a requirement for blocks to be included in the WordPress Plugin Directory  </li></ul>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/2021/06/25/block-supports-api-updates-for-wordpress-5-8/\"><strong>Block supports API updates for WordPress 5.8</strong></a>&nbsp; by <strong>Daisy Olsen</strong>, which outlines and additional support options for color, duotone, fontSize, lineHeight, spacing options for blocks and themes. </p>\n\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p class=\"has-text-align-center\"><strong>Don&#8217;t want to miss the next Weekend Edition? </strong></p>\n\n\n\n<form class=\"wp-block-newsletterglue-form ngl-form ngl-portrait\" action=\"https://gutenbergtimes.com/feed/\" method=\"post\"><div class=\"ngl-form-container\"><div class=\"ngl-form-field\"><label class=\"ngl-form-label\" for=\"ngl_email\">Type in your Email address to subscribe.</label><div class=\"ngl-form-input\"><input type=\"email\" class=\"ngl-form-input-text\" name=\"ngl_email\" id=\"ngl_email\" /></div></div><button class=\"ngl-form-button\">Subscribe</button><p class=\"ngl-form-text\">We hate spam, too and won&#8217;t give your email address to anyone except Mailchimp to send out our Weekend Edition</p></div><div class=\"ngl-message-overlay\"><div class=\"ngl-message-svg-wrap\"></div><div class=\"ngl-message-overlay-text\">Thanks for subscribing.</div></div><input type=\"hidden\" name=\"ngl_list_id\" id=\"ngl_list_id\" value=\"26f81bd8ae\" /><input type=\"hidden\" name=\"ngl_double_optin\" id=\"ngl_double_optin\" value=\"yes\" /></form>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n\n<p>Featured Image: <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"https://commons.wikimedia.org/w/index.php?curid=6068229\">&#8220;File:Lego Color Bricks.jpg&#8221;</a>&nbsp;by&nbsp;<a href=\"https://www.flickr.com/people/13403905@N03\" target=\"_blank\" rel=\"noreferrer noopener\">Alan Chia</a>&nbsp;is licensed under&nbsp;<a href=\"https://creativecommons.org/licenses/by-sa/2.0?ref=ccsearch&atype=rich\" target=\"_blank\" rel=\"noreferrer noopener\">CC BY-SA 2.0</a></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 30 Sep 2021 18:15:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Birgit Pauli-Haack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:33;a:6:{s:4:\"data\";s:13:\"\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:127:\"Gutenberg Times: Theme.json for WordPress Theme Authors â€“ demo and  Live Q &amp; A w/ Daisy Olson, Tammie Lister and Jeff Ong\";s: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:\"https://gutenbergtimes.com/?p=18324\";s: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:125:\"https://gutenbergtimes.com/theme-json-for-wordpress-theme-authors-demo-and-live-q-a-w-daisy-olson-tammie-lister-and-jeff-ong/\";s: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:56956:\"<p>On June 24th, we hosted Gutenberg Times Live Q &amp; A on the topic  <strong>&#8220;Theme.json for Theme Authors &#8211; Getting started with theme development for Full-site Editing&#8221;</strong> It was a great pleasure and privilege to have <a href=\"https://twitter.com/DaisyOlsen\">Daisy Olson</a>, developer advocate at Automattic, <a href=\"https://twitter.com/karmatosed\">Tammie Lister</a>, design lead at Extendify and <a href=\"https://twitter.com/jffng\">Jeff Ong</a>, code wrangler at Automattic on the show. </p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<div class=\"toolbelt-video-wrapper\"></div>\n</div>\n\n\n\n<p>Jeff Ong prepared <a href=\"https://youtu.be/dBwhHKKblhU?t=831\">a demo</a> for us, and then attendees had some interesting questions our panelists answered. You can read the transcript below.</p>\n\n\n\n<p>WordPress 5.8 will come with the infrastructure and foundation to control the block editor and theme settings via the configuration file theme.json. JSON is a universal data format that is readable to PHP and JavaScript alike.</p>\n\n\n\n<blockquote class=\"wp-block-quote is-style-large\"><p>Themes no longer have to pretend that they&#8217;re plugins.</p><cite>Tammie Lister</cite></blockquote>\n\n\n\n<div class=\"wp-block-sortabrilliant-guidepost\"><ul><li><a href=\"https://gutenbergtimes.com/feed/#0-resources-about-theme-json-and-themes-for-full-site-editing\">Resources about theme.json and themes for Full-site editing</a></li><li><a href=\"https://gutenbergtimes.com/feed/#1-themes-for-full-site-editing-in-the-word-press-org-repository\">Themes for Full-site Editing in the WordPress.org repository</a></li><li><a href=\"https://gutenbergtimes.com/feed/#2-strong-what-will-change-most-for-the-theme-developers-when-building-themes-for-full-site-editing-strong\">What will change most for the theme developers when building themes for full-site editing?</a></li><li><a href=\"https://gutenbergtimes.com/feed/#3-demo-configuring-the-block-editor-with-theme-json-file\">Demo: Configuring the block editor with theme.json file</a></li><li><a href=\"https://gutenbergtimes.com/feed/#3-meta-charset-utf-8-why-do-we-want-to-rewrite-css-in-json\">Why do we want to rewrite CSS in JSON</a></li><li><a href=\"https://gutenbergtimes.com/feed/#4-what-happens-when-you-update-the-color-palette-will-saved-blocks-have-the-new-colors\">What happens when you update the color palette? Will saved blocks have the new colors?</a></li></ul></div>\n\n\n\n<h2 id=\"0-resources-about-theme-json-and-themes-for-full-site-editing\">Resources about theme.json and themes for Full-site editing</h2>\n\n\n\n<p>During the show, we mentioned a few places where you can dive in and learn more about theme.json.</p>\n\n\n\n<p>You can read an <a href=\"https://make.wordpress.org/core/2021/06/25/introducing-theme-json-in-wordpress-5-8/\"><strong>Introducing theme.json in WordPress 5.8</strong></a> by <strong>Andre Maneiro</strong> on the Core Make blog. </p>\n\n\n\n<p>You can read up on the details specifications in the Block Editor Handbook: <strong><a href=\"https://developer.wordpress.org/block-editor/how-to-guides/themes/theme-json/\">Global Settings &amp; Styles (theme.json)</a>. </strong></p>\n\n\n\n<p>A good way to get started and see the configuration in action is to study the themes available in the <a href=\"https://github.com/WordPress/theme-experiments/\"><strong>Theme Experiments repository</strong></a> on GitHub. </p>\n\n\n\n<p>Another fantastic way to get your feet wet is to heed the <a href=\"https://make.wordpress.org/test/2021/06/24/call-for-testing-thrive-with-theme-json/\"><strong>Call for Testing #8</strong></a> out of the FSE outreach program. Anne McCarthy has some interesting tasks for you. </p>\n\n\n\n<p><strong>Tammie Lister</strong> started a new blog and shared her thoughts on theme.json and why she is excited again for theme development. <a href=\"https://ephemeralthemes.com/2021/06/20/theme-json-inspires/\"><strong>Theme.json inspires</strong></a></p>\n\n\n\n<p>The Gutenberg team is in ongoing discussion about various topics. Two were raised during the Live Q &amp; A. Both could use your opinion and ideas. </p>\n\n\n\n<ul><li><a href=\"https://github.com/WordPress/gutenberg/issues/29568\">Default Colors, Theme Colors, and Custom Colors</a></li><li><a href=\"https://github.com/WordPress/gutenberg/issues/20244\">Responsive Global Styles as a work in progress</a></li></ul>\n\n\n\n<h2 id=\"1-themes-for-full-site-editing-in-the-word-press-org-repository\">Themes for Full-site Editing in the WordPress.org repository</h2>\n\n\n\n<ul><li><a href=\"https://wordpress.org/themes/blockbase/\">Block Base</a>Â by Automattic</li><li><a href=\"https://wordpress.org/themes/naledi/\">NalediÂ </a>by Anariel Design</li><li><a href=\"https://wordpress.org/themes/tt1-blocks/\">TT1 Blocks</a>Â by WordPress contributors, the FSE sibling of the Twenty-Twenty-One Theme</li><li><a href=\"https://wordpress.org/themes/block-based-bosco/\">Block-Based Bosco</a>Â by FrÃ¤nk Klein</li><li><a href=\"https://wordpress.org/themes/armando/\">Armando</a>Â by Carolyn Newmark</li><li><a href=\"https://wordpress.org/themes/q/\">QÂ </a>by Ari Stathopoulos</li><li><a href=\"https://wordpress.org/themes/hansen/\">Hansen</a>Â by Uxl Themes</li></ul>\n\n\n\n<p class=\"has-larger-font-size\" id=\"transcript\"><strong>Transcript</strong></p>\n\n\n\n<p class=\"has-text-align-center\" id=\"transcript\"><em><span class=\"has-inline-color has-accent-color\">This transcript is still a work in progress</span></em><strong><span class=\"has-inline-color has-accent-color\"> </span></strong>&#8211; Birgit</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Well, and then we can start the webinar here. The webinar is now live and welcome to our 28th Gutenberg live Q and A on this June 24th. My name is Birgit Pauli-Haack and I am your host for today&#8217;s discussion. Thank you all for watching, and it&#8217;s great to have you. And while you all come in, use the chat window to tell us where you are and where you&#8217;re watching from.&nbsp;</p>\n\n\n\n<p>And today we will discuss a new way to configure themes, that is black themes, with global styles and settings file theme.json. And it will enable theme developers to centralize all the block-based settings, color palettes, font sizes, and other block-based customizations. This way you will also control which of the other block features the theme supports or does not support.&nbsp;</p>\n\n\n\n<p>So that&#8217;s my simple mind&#8217;s description of the new features and I&#8217;m so thrilled to have three experts on the show to go beyond this simple explanation and help theme developers to get started. I&#8217;m extremely honored to have Daisy Olsen, developer advocate at Automatic and WordPress contributor. Hey, good to have you. Also Jeff Ong, code wrangler at Automatic.</p>\n\n\n\n<p><em>Jeff Ong: </em>Hello.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Thanks for being here. And at last but not at least Tammie Lister, design lead at Extendify.</p>\n\n\n\n<p><em>Tammie Lister:</em> Hello.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> We&#8217;ll do some proper introduction in less than a minute. I just have a few housekeeping notes. So after the introduction, we&#8217;ll have a first round robin question and then we see a demo. Jeff was working really hard on it and I think he was the only one repairing hard for this live Q and A. And then we&#8217;ll discuss the different angles and how they get started. And then, of course, answer your question.</p>\n\n\n\n<p>Speaking of questions, how do you pose your questions? There&#8217;s a Q and A on the bottom of the screen, a kind of icon. You click on that and write your question. And for those watching on YouTube use the chat window next to the video player. And so saying hi. Hi, Victor. From Buenos Aires in Argentina. Awesome. Thank you for being here. All right. When you do comments and questions, so please be kind even if you disagree.&nbsp;</p>\n\n\n\n<p>This is a family endeavor. All right. Well, I&#8217;m thrilled you all agreed dear panelists to come on the show and I get an hour to talk with you about your work. So, Daisy, tell us a little bit about you, where are you&#8217;re located and what is it that you do as developer advocate on the purpose project and at Automatic?</p>\n\n\n\n<p><em>Daisy Olsen: </em>Yeah. I&#8217;m Daisy Olsen and I live in New Hampshire in the United States. It&#8217;s a beautiful day here right now unlike some parts of this country that are really hot. We got the cool weather over here this week. So as a developer advocate, I talk about WordPress a lot.</p>\n\n\n\n<p>I get out and do workshops, teach classes, write documentation and just stay involved and close to the projects development so that I know what&#8217;s going on theoretically and can share that out particularly with plugin and theme developers as well as agencies and freelancers and things like that.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Awesome. So glad you&#8217;re here. Thank you. So, Tammie, thank you for coming back to the show. It&#8217;s been over three years. The last time you were on the show was just after Gutenberg was merged into Core and you were one of the three leads with Matias Ventura and Joen Asmussen.Â </p>\n\n\n\n<p>And you shared a lot about the journey of Gutenberg and the philosophy behind it. So I will put the link to the show into the show notes for you who have been coming later to Gutenberg. But this year you joined the WordPress product company Extendify. So what do you do there?</p>\n\n\n\n<p><em>Tammie Lister:</em> First of all, has it been three years? That goodness. Time flies. So in Extendify I focus on design. So our solutions extend the editor. And then the aim is to make it even more usable for people&#8217;s purpose that they want to use it for. And I&#8217;m really, really excited about that.</p>\n\n\n\n<p>So it means that people can have the best experience from the content they&#8217;re creating, to the layout, the patterns, the styles, whatever that the editor enables, that&#8217;s really what I&#8217;m focusing on. So it&#8217;s a interesting new challenge to do. And you have blew my brain with that time span. You really have. That&#8217;s awesome.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Well, it&#8217;s also over three years that Gutenberg times us. So I&#8217;ve been part of that journey so for so long.</p>\n\n\n\n<p><em>Tammie Lister:</em> Congrats.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Nothing really held my attention for so long. And normally I get really bored. Well, I&#8217;m also really happy that Extendify took over <a href=\"https://wordpress.org/plugins/editorplus/\">Editor Plus</a> from Munir Kumal and the <a href=\"https://wordpress.org/plugins/block-options/\">EditorsKit</a> from Jeffrey Carandang. So, those have a more sustainable way now to access because both Munir and Jeffrey seem to have&#8230; Munir joined you, but Jeffrey moved on to be a consultant at , I think, 10up.</p>\n\n\n\n<p><em>Tammie Lister:</em> It&#8217;s so really exciting.&nbsp;</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah. I imagine. So thank you also to Jeff Ong for joining us today as well. You&#8217;re a code wrangler in Automatic and what have you been working on lately except for the demo. I know about that.</p>\n\n\n\n<p><em>Jeff Ong</em>: Well, first, thank you for having me and hosting this. Awesome to be here. I feel very honored to be with three on-time contributors. So super cool. At Automattic, I&#8217;ve been working on theme development, pretty solely focused on that for the last year. And my background is not in WordPress.Â </p>\n\n\n\n<p>So it&#8217;s kind of been an interesting journey to transition and learn about the ecosystem and really coming at a transitory time figuring out how do we kind of move into this new block-based paradigm? How do we make themes that work with the block editor really well and can hopefully unlock more creativity for just really great design. And I can tell you what sites again. Well, making new themes and figuring out how to do that with the latest version of Gutenberg, which turns out every day.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> So the viewers follow Jeff Ong, he&#8217;s going to teach you how to do things with the Block Editor. And we will soon see a little demo of that. It&#8217;s what Daisy said, &#8220;What you did in five minutes, I taught a course on that in three hours.&#8221; So it&#8217;s going to be a little fast paced today.&nbsp;</p>\n\n\n\n<h2 id=\"2-strong-what-will-change-most-for-the-theme-developers-when-building-themes-for-full-site-editing-strong\">What will change most for the theme developers when building themes for full-site editing?</h2>\n\n\n\n<p>But before we head into media&#8217;s raised, I would like to ask each of you, so what do you think will change most for the theme developers when building themes? These are for agency building custom themes for the clients or for theme shops rolling out new themes to sell. Do you want to start, Tammie?</p>\n\n\n\n<p><em>Tammie Lister:</em> Yeah. That&#8217;s interesting because I think perhaps it&#8217;s a change if you wanted to be a change. Because lots of this is an opt-in, as is the way. WordPress, the best way to opt-in. I go back to a lot of times that this is a freeing of things and I think it brings an opportunity that has pros and cons, ups and downs with opportunities.</p>\n\n\n\n<p>But plug-ins themes no longer have to pretend that they&#8217;re plugins and they no longer have to be everything and have to be things that they weren&#8217;t intended to be in the first. So I think that that is a challenge in itself because there&#8217;s a certain way that you maybe thought you had to do things and now you don&#8217;t have to work around things. We often have to work around things in WordPress.&nbsp;</p>\n\n\n\n<p>And if you don&#8217;t have to work around it, it can feel a little bit peculiar, but once you realize you don&#8217;t have to do that, it&#8217;s actually really awesome. But you have to realize you don&#8217;t have to and that WordPress was getting in the way. I also think as a result there&#8217;s going to be a space for more creativity, and this can also be really to challenging because maybe you were limited to what you could do creativity wise because of just the confinements of the space and the confinements of what you could do before.&nbsp;</p>\n\n\n\n<p>And it&#8217;s going to open things again to a lot more people. And a lot more people who maybe didn&#8217;t have access to a theme developer with experience who knew the exact ins and outs of it. So I think that&#8217;s a challenge because new people in this space, new creativity. But honestly I think it&#8217;s a good thing. It&#8217;s just if you want to and you&#8217;re open to it and you can kind of explore those new ways, but I don&#8217;t think it&#8217;s a change that you have to make. I think that&#8217;s the thing.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Awesome. Thank you. Daisy, what do you think?</p>\n\n\n\n<p><em>Daisy Olsen: </em>So I think I would agree with Tammie that the barrier of entry for a new theme designer. And I think that&#8217;s one of the key things is it&#8217;s bringing the design back to theming. Theming over time became very functional. We had a lot of theme companies that were trying to make their themes as flexible, powerful and feature-ful as possible to reach a wide variety of people.</p>\n\n\n\n<p>And I think that we can see some opportunity for vertically oriented designs coming out where you have a theme that is geared towards a restaurant or geared towards, I don&#8217;t know, a salon or a certain kind of a business or even a personal site.</p>\n\n\n\n<p>And I think that there&#8217;s a lot of opportunity to be able to have a lot of variety out there in the marketplace so that when someone asks you inevitable question, because this was probably the most common question when I was working for a thing company is which theme is best for this?&nbsp;</p>\n\n\n\n<p>I&#8217;m doing this kind of a site, which themes should I use. And it could make it so, well, here are five that are really geared towards what you&#8217;re trying to do instead of, oh, you can use any of them. You just have to do all this work to get it to look bright.</p>\n\n\n\n<p>Birgit Pauli-Haack: Yeah. That&#8217;s a good point. Thank you. Jeff?.</p>\n\n\n\n<p><em>Jeff Ong:</em> Definitely, from a design perspective, it&#8217;s super exciting. I want to highlight maybe a little bit more from the development side. This seems like the biggest opportunity or clearest opportunity to ensure that your theme is integrated with the editor. That the things that you&#8217;re doing with the editor and your ability to customize it to control what presets and options are available there to the users of the theme, this is the theme [inaudible 00:12:27].</p>\n\n\n\n<p>It&#8217;s a unifying kind of idea and single point of truth. Talking about theme.json and even just this whole concept of how do we bring the experience together. I think we have an opportunity to do that and that&#8217;s going to change even in some small level. Even if your theme.json cloud just as a few settings. You can take it slow like Tammie was saying. Incorporate parts of it because to me you have this new contract now that can really unify things and bring things together from a lot of disparate parts and pieces.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Lots to think about. And I agree with all of you. I had this pleasure last year that I took over themes from agencies and they were so powerful and all the things that normally a plug-in will do, custom post types and rigid and all that. It&#8217;s all in one place and we won&#8217;t be able to change a theme at all.Â </p>\n\n\n\n<p>So now this is definitely going to make life a lot easier for site owners as well So lots to think about and listening to you is quite inspiring to kind of think, oh, well how many direction can my brain go now? But, Jeff, are you ready for your demo? I think it would be helpful for all the people here on the call to see what it&#8217;s all about and how it kind of gets started.</p>\n\n\n\n<p><em>Jeff Ong:</em> Yes. We have 10 minutes roughly. Yes. Can you see my screen?Â </p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> We can see your screen. Yes.</p>\n\n\n\n<h2 id=\"3-demo-configuring-the-block-editor-with-theme-json-file\">Demo: Configuring the block editor with theme.json file</h2>\n\n\n\n<p><a href=\"https://www.youtube.com/watch?v=dBwhHKKblhU&t=18s\">14.02</a></p>\n\n\n\n<p>Jeff Ong: So we have a blank theme here and I just want to kind of go over some, not going to cover everything, but some of the key parts of that theme.json introduces and show how that impacts a blank theme and also the editor. So hopping over to my code editor. I have my theme.JSON here. This is a really basic, simple theme and nothing going on yet.&nbsp;</p>\n\n\n\n<p>In here I&#8217;m going to go ahead and the first thing I want to talk about are the settings of your theme.JSON. Settings are kind of what control or give you the ability to configure the editor and what kind of customization options are present to a user and the theme. The only thing I have right now is the layout, which we&#8217;ll get to in a second. But let&#8217;s say I want to add some color options here.</p>\n\n\n\n<p>Previously it would be done in the functions PHP. I have kind of a few sheets over here. Sorry. I need to hide these meeting control. I&#8217;m going to copy a color palette from this. I&#8217;m going to set a palette that&#8217;s going to become available to me in my theme. I go to edit the same post. In here I see my cornso, my orange, red, and color blue that&#8217;s become available to me.&nbsp;</p>\n\n\n\n<p>What&#8217;s pretty interesting about this is before you would have had to kind of go into functions at this whole palette and then also define the class name, something like this to actually apply those styles. Let&#8217;s say I want this heading to be orange, update it. Show it here. I get all this cool stuff for free. This class was generated for me by Gutenberg using this preset and that I have defined meeting controls defined here in my palette options.&nbsp;</p>\n\n\n\n<p>Another cool thing or interesting about the possibility here is within the same configuration. Let&#8217;s say I&#8217;m the theme designer. I have the option right now to change the color to kind of anything I want. The powerful thing about theme.json at this time is it can actually turn something like this off. I actually don&#8217;t want people or my users to be able to change anything, change the color palette.</p>\n\n\n\n<p>But let&#8217;s go ahead and reset this back here. Turned off custom colors within theme.json. And then back here you&#8217;ll see that option has disappeared. So inaccessible color combinations or just color combinations that you don&#8217;t want to be available. You can turn that off. This is just one of the options that are available. Color is just one of the options that you can customize.</p>\n\n\n\n<p>You can also take a look at something like typography. I think I can find some font sizes here. Refresh. I can see now that those presets were available, are now available to me. I can do the same thing again here too. Say I don&#8217;t actually want people to be able to change all sides here. As a designer I know it&#8217;s best and I don&#8217;t want people putting in random font sizes.&nbsp;</p>\n\n\n\n<p>So disable that and now only my presets are available too. Oh, by the way, this content is just kind of some standard block-based content. Again, I&#8217;m getting all of this kind of for free or for free in a way by just applying some preset values here. Well, I think the next thing that I wanted to cover is going into the last thing. I&#8217;ll cover it within the settings because you can actually change these per block.&nbsp;</p>\n\n\n\n<p>Remember we were looking at color before. I could add a color key to the paragraph block and actually say, just kidding. I want to allow you to be able to change the color of paragraph blocks. Just the paragraph blocks. I can open up the whole thing. So within here now I can see, oh, I can actually change just for paragraph blocks. I go up to my heading. This custom color is not available. This color option is not available.&nbsp;</p>\n\n\n\n<p>If you want to I could also supply a custom palette. I&#8217;m not going to do that, but could say if you wanted a specific palette that&#8217;s just applied for paragraph blocks. That would be how you do it. So I think that&#8217;s it for settings. I&#8217;m going to go ahead and collapse this now and move on to the styles key of our theme.json. And now within here I can start to define some files.&nbsp;</p>\n\n\n\n<p>Remember our colors from up here from the palette. I can go ahead and because I know that WordPress is generating CSS variables based on these palettes, I can go ahead and start to use those within the styles application of the style section of my theme.json. So with the preset color, put orange red. See what else do. These are going to apply at the top level. So this is going to apply to everything.</p>\n\n\n\n<p>Say I only wanted, for instance, my headings to be&#8230; Let&#8217;s make this. Do the same thing in here and say, ah, I just want, actually, let&#8217;s just make my paragraph colors black. So, again, what I&#8217;ve done here is I&#8217;ve set my global kind of text color to this orange red was preset, which was provided by WordPress and generated here to the entire text. And then actually I can go in and target specific block, set the settings for that as well.&nbsp;</p>\n\n\n\n<p>I think we are close. I just want to show, well, if you&#8217;re editing this, something that&#8217;s also probably going to happen and mess this up. It should throw some kind of an error here yet. Notice there when decoding theme.json. So that&#8217;ll let you know there&#8217;s something going on because it&#8217;s pretty easy tip something up here.&nbsp;</p>\n\n\n\n<p>And I think that&#8217;s just a small note is we&#8217;ll likely encounter that if you&#8217;re configuring keys and nested objects trying to figure out how each of those apply. You pause here for a second. I guess the last thing I want to cover too is the concept of elements. So within here, any h2 that I have is going to be applied a specific style here. So I have the same because [inaudible 00:24:24] can appear outside of blocks or links, for example.</p>\n\n\n\n<p>These are restricted to a specific set at the moment. So let&#8217;s just say text. So, again, because this is not actually rendered as a pocket and an element and that can appear anywhere. That&#8217;s something that I can target with this kind of top level elements select here. Everything else here you can target with the name of the block.&nbsp;</p>\n\n\n\n<p>That is most of what I wanted to cover pretty fast, but again all of the settings that you can find here or that I&#8217;m going over, there&#8217;s way more than just color. There&#8217;s spacing, typography and all of that can be found in documentation that Birgit, I think she shared it here. So that I want to open it up. And I guess there are questions. If there are specific parts that anyone would want to go into in a little more detail. Happy to do that.</p>\n\n\n\n<p><em>Daisy Olsen: </em>Thank you, Jeff.Â </p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>Thank you, Jeff. This was awesome. Do you want to just say something?</p>\n\n\n\n<p><em>Daisy Olsen: </em>Yeah. I just wanted to say that maybe we could just talk about layout real quick because I think that&#8217;s going to be a big one for 5.8.</p>\n\n\n\n<p><em>Jeff Ong:</em> Yeah. And I kind of skipped over. It was the first thing that was in here. Yes. Layout key is a way for you to quickly define the default, the width of your content within WordPress or within here. So if you see here, if I don&#8217;t define this layout, a lot of my content is just going to be full width by default.Â </p>\n\n\n\n<p>You can supply two values here. Content size, it&#8217;s just going to be the default width. You can also define, I think it&#8217;s, what is it? Wide size. Wide width. Nothing happened there because I hadn&#8217;t provided it. Maybe there&#8217;s a better way to show that with cover block.&nbsp;</p>\n\n\n\n<p>Birgit Pauli-Haack: Nice. I like it.&nbsp;</p>\n\n\n\n<p><em>Jeff Ong:</em> Pretty cool. You can, I mean, alignment coming together and within a unified system reliably layout content with starting here is pretty powerful stuff I&#8217;d say.</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>Yeah. Awesome. So I shared in the chat window, if you haven&#8217;t seen it, the documentation link where you can read up about the theme.json as a whole. When you say, Daisy, that that&#8217;s the layout will be important for 5.8, which part of it would be, where does it come into play?</p>\n\n\n\n<p><em>Daisy Olsen:</em> So with 5.8 with the custom template functionality that&#8217;s coming where you can basically create a custom template for an entire page or a post that would cover your header as well as your content. If you need to have these setting set for the width, especially the content size for it but preferably also wide so that your site knows how wide it should be.Â </p>\n\n\n\n<p>Otherwise you get kind of the facts that Jeff showed where it was the full width of the page. It didn&#8217;t have anything to contain it down to the width that you want. So for any theme that wants to use the template editor would benefit from having a theme.json file that even if it only has the one thing in it, it would be good way to take advantage of it.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah. It&#8217;s an excellent tip. Thank you, Daisy. You heard it here first. So we already got some questions in our Q and A, but I just wanted to have one question for Jeff before. That&#8217;s my prerogative as a host, I get the first question. So if I understood it correctly, so until now, theme.json comes into play I had to create many different places or touch many different places to make a color palette work.</p>\n\n\n\n<p>So, I had to put it in my functions.php and then I also have to put it in my style sheet. Is [inaudible 00:30:04] that I don&#8217;t have to do this anymore, or do I still have to put it into my style sheet, or is it automatically created with when I put the color palette in the theme.json?</p>\n\n\n\n<p><em>Jeff Ong:</em> It is wonderful question. It is automatically created. This is all that that style sheet looks like since this is one of the big very exciting aspects of a theme.json. It&#8217;s that it&#8217;s managing this for you. And then also I think more down the line by providing colors and styles in this way. And then also by applying the styles here you can guarantee that those blocks are going to integrate properly.</p>\n\n\n\n<p>It&#8217;s like the styles for those blocks are going to be more closely tied and actually in how the block is implemented. So no more writing styles that are overwriting that we&#8217;re having to target specific nested blocks. And so there&#8217;s tons of complications to this and there&#8217;s a lot more room to mature and develop, but I think that&#8217;s one of the parts I&#8217;m most excited about. To your point, there&#8217;s one place now where I can define my palette and show how it should be applied. I don&#8217;t have to go into two different places to do it.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> All right. Well, let&#8217;s go to the questions. Victor Kane, from the beginning of the show has already put them in and he&#8217;s particular interested in finding out about the workflow using them theme.json. So one is the best editing alternative for VS Code formatting, and then the second one was the possibility for exporting interactive selections to clipboard and code. I&#8217;m not quite sure I understand the question. Maybe you understand it, Jeff Daisy, Tammie.</p>\n\n\n\n<p><em>Tammie Lister:</em> Personally. So I think this is a personal choice. I&#8217;m going to start with an answer and then go to&#8230; I use VS Code, so I may not be able to give the right answer there. I would be curious to know what you don&#8217;t want in VS Code, and I think that that&#8217;s the thing. This opens up personal&#8230; I&#8217;m going to be really bad at reading the response in chat whilst talking. So I&#8217;m going to be a little bit pertinent and kind of speak first. I&#8217;m sorry, I&#8217;ll get back to it.</p>\n\n\n\n<p>It&#8217;s your personal choice how you write and then you can kind of go back to it. So the thing that I did, this was my workflow, it has been my workflow so far, and I think this is the thing, we&#8217;re all finding our own new workflows with these new toys that we&#8217;re playing with. So what I&#8217;ve been doing is I&#8217;ve been using theme.json.&nbsp;</p>\n\n\n\n<p>I&#8217;ve actually been setting up variables using SAS that have been then pulling in root variables into my theme.json so that I can pull them through. That&#8217;s a weird way to do it. That&#8217;s strange, but the reason being, it means I can reuse and keep things separately. But I&#8217;m sure that everybody on this call has their own little workflows that they are kind of working from.</p>\n\n\n\n<p><em>Daisy Olsen:</em> My approach to that was actually the opposite that I was using my theme.json to set all of my variables so that I didn&#8217;t need SAS, which I think for those that never quite got their head wrapped around preprocessed CSS, it might be a way to simplify things for those that prefer it that way.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Awesome.Â </p>\n\n\n\n<p><em>Tammie Lister: </em>I think it&#8217;s what you&#8217;re cozy with, right? And I think that&#8217;s the thing. This can adapt to what was your cozy blanket of coding, and you don&#8217;t have to lose that yet, I think.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> All right. So Victor commented on that. If I get the results, I want interactively with the global settings panel on the right-hand side of the editor, can I export that to a theme.json format?</p>\n\n\n\n<p><em>Daisy Olsen: </em>The answer is not right now. I think there&#8217;s discussion in the teams about maybe building it, but it hasn&#8217;t been the highest priority because everything needs to work first before we start working on an exporter. But there are other parts of that can be exported in that full site editing experience that can be exported. So I think it would be a natural progression to add the ability to do a theme.json export.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yes. Definitely there will be.</p>\n\n\n\n<p><em>Tammie Lister:</em> From the very beginning, there were designs in global style. Sorry. The reason I know is that was one thing I did partake on. There was exporting. So I have a feeling if we all wanted to play some little happy bets, there will be exploiting at some point.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah. But if we all bet on the same thing, it&#8217;s not really bet, right? Victor, as always, you&#8217;re a little bit ahead of the time. So and from Jan Horna, from the Czech Republic, it&#8217;s very hot by now there.Â </p>\n\n\n\n<p>He has two questions as a theme developer, one, is the theme.json supposed to include all the styling, formatting definitions and replaced the CSS style? And I think we&#8217;d take it one at a time. So we talked a little bit about it from my question, but would it replace? You could still do all those styling in the style sheets as you want, right?</p>\n\n\n\n<p><em>Daisy Olsen:</em> And I think there are some things that will remain in other styling, but you could use the variables that you set or the properties that you set in your theme.json in your CSS. So they can work together. But I don&#8217;t think that theme.json, at least right now, will not completely replace an entire site&#8217;s design, especially if you have a very complex design.</p>\n\n\n\n<h2 id=\"3-meta-charset-utf-8-why-do-we-want-to-rewrite-css-in-json\">Why do we want to rewrite CSS in JSON</h2>\n\n\n\n<p><em>Jeff Ong:</em> Yeah. And this was one of my first questions and honestly, skepticism early on of the proposal around this, is CSS is great. Why do we want to rewrite CSS in JSON. And then it slowly, I mean, other people are obviously smarter than me understood this quickly. It&#8217;s not about rewriting all of CSS. There&#8217;s definitely going to be aspects of your site, especially if you have taking, like you&#8217;re saying, more complicated designs that will remain in CSS.Â </p>\n\n\n\n<p>But this is about creating, I think, more of the foundational elements and understanding how the blocks will interact with your styles and having that single point of contact, I think is most important. So I think for me, at least it&#8217;s more about the foundational elements that are going to be placed and managed this way than replacing your entirety of your styles. Because this great.&nbsp;</p>\n\n\n\n<p>Things like animations and transformation, and this is all really powerful stuff that I don&#8217;t imagine, really, at least in the super near future, having a big part of theme.json. To the question about, will you be able to save an export a theme.json from global styles? I think this is a really important thing to keep in mind is what I just showed you is kind of unnatural. I don&#8217;t imagine a future necessarily where theme developers are writing raw JSON.</p>\n\n\n\n<p>It&#8217;s really, there&#8217;s not a great experience for it. It&#8217;s a configuration file. And so the more, to points that have already been raised, it&#8217;s about we&#8217;re in this phase now because we need to kind of identify and get it to work, and then we can kind of build an ecosystem around what would a really cool UI look like to generate one of these files? Is it native directly to global styles? How do we start to imagine those interfaces so the theme developers or theme designers can really get to the core of this experience too?</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> All right. Well, thank you. Good point. You wanted to say something.</p>\n\n\n\n<p><em>Tammie Lister: </em>Yeah. I was just going to say over time, CSS has gained so much. So I didn&#8217;t know about anyone else, but I had a block.css file that was getting bigger and bigger of supporting blocks and doing things. And something I&#8217;ve noticed that I can do is throw that file away, and I couldn&#8217;t be happier because what I can do now is lean into these defaults. I&#8217;m still going to have some lines of CSS, the output by whatever, a preprocessor, whatever, my happy little whatever.Â </p>\n\n\n\n<p>Because everyone has got their own way and we should have our own way of doing it. But it&#8217;s a foundation, and it means that we&#8217;re not having to work around the editor or find different ways of doing it. I set up naturally a hack file for the editor out of habit. I haven&#8217;t filled it with anything yet in the latest theme I&#8217;ve been working on.&nbsp;</p>\n\n\n\n<p>I&#8217;m delighted if I never fill that up with anything on the next theme, because it means that the new way we&#8217;re doing things hasn&#8217;t had me to work around that. I can just use the foundation and create a really awesome experience on top of it. And that&#8217;s what we should be doing. We should be working with the editor, not having to work around it, or using not important like it was going out of fashion to go over control of it. It was this awkward middle ground we were working in trying to make things fit that paradigm.&nbsp;</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> And I think that fits right into the next question from Jan Horna again, and he says so as a block theme developer, should I focus from a strategic point of view on theme.json block styles, or block patterns. In other words, how do I differentiate? It&#8217;s kind of a high-level question there.</p>\n\n\n\n<p>D<em>aisy Olsen: </em>I would say all of the above. They&#8217;re all important things. And your block styles are part of theme.json, I would say. But block patterns are really a powerful partner to the theme.json, that you can create building blocks for a site where you&#8217;ve got some really amazing very specific designed elements that could be used for different things on a site. So if you&#8217;re creating a commercial application that&#8217;s going to go out to a wide audience, they can be more generic.Â </p>\n\n\n\n<p>But if you have a client and you&#8217;re working as a freelancer or in an agency where you have a site that needs to have access to these things that they&#8217;re going to use more than once, patterns are a fantastic way to do that, where most of the work is done for them. They don&#8217;t have to reconfigure everything from the ground up every time they want to create something similar to what they&#8217;ve done before.</p>\n\n\n\n<h2 id=\"4-what-happens-when-you-update-the-color-palette-will-saved-blocks-have-the-new-colors\">What happens when you update the color palette? Will saved blocks have the new colors?</h2>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Thank you. And Spencer McCormick in the chat had a question. So what happens when you update the color palette or similar, for example, if you have a primary and secondary colors, when you update and change the palette colors, will saved blocks have the new colors? That&#8217;s an interesting question. Thank you, Spenser.</p>\n\n\n\n<p><em>Daisy Olsen:</em> I can answer that to some extent. If you think of your palette as named colors, if you give the different hex code to the same name, it should apply to the site. But if you give it a new name, then that&#8217;s a new element, and it won&#8217;t apply to anything that already had an old name attached to it.</p>\n\n\n\n<p><em>Jeff Ong:</em> There is a hefty discussion related to this question on the naming of colors in the way that Gutenberg wants to supply a default palette or a default set of named colors so that you could reliably&#8230; What we&#8217;re seeing I think is that I think patterns have been wanting to rely on specific colors across kind of, so you can guarantee oh, when corn flour shows up it&#8217;s always going to be corn flour.Â </p>\n\n\n\n<p>It&#8217;s always going to be available. There&#8217;s a lot of complication and nuance around it. But if, I think today, to answer your question, like Daisy is saying, today, if I were to supply a value or a named value here and then change it or take it out of my palette, then that would break the experience or it would no longer be applied to that.</p>\n\n\n\n<p>And that&#8217;s part of the challenge, how do we reliably solve for that? How do we give theme office the tools to figure that out. But now if they set a custom color, if you set a custom color on an element or a block, then that will remain because it&#8217;s a specific X value, but the class names will go away though, if they&#8217;re supplied by the theme.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> So great discussions. And I&#8217;m probably going to share, and if it&#8217;s one issue where that discuss the theme team every week kind of shares all the things that are discussed and that need input from the community or other theme developers on their make blog.Â </p>\n\n\n\n<p>So that is definitely a place to go to chime in and we&#8217;ll find all the discussions that are happening. And then chime in in the ones that you find important and that you are worried about. So Tim Bowen has the question, how does the theme.json handle responsive sizes for font sizes especially. Responsive sizes.</p>\n\n\n\n<p><em>Daisy Olsen: </em>By default, I&#8217;m not sure.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> You&#8217;ve stomped the panelists. Yes, we did it.</p>\n\n\n\n<p><em>Tammie Lister:</em> I mean, you can use not just pixel values for your fonts, so-</p>\n\n\n\n<p><em>Daisy Olsen:</em> That&#8217;s what I was going to say.Â </p>\n\n\n\n<p>Tammie Lister: &#8230; that helps. And I think it&#8217;s a work in progress. So things like responsive and breakpoints. But the now answer is you don&#8217;t have to just use pixels. And Jeff just gave a great leak.</p>\n\n\n\n<p>Je<em>ff Ong: </em>I just dropped the issue in that has not seen a lot of activity around it, but the idea of media. So the first part of your question on font sizes, there are ways of calculating this where they&#8217;re not pixel values tied to specific viewports. You could supply a calculated value, for example, in your small&#8230; that is based on a viewport size.Â </p>\n\n\n\n<p>So it&#8217;s kind of a paradigm shift or design paradigm shift of getting away from you must be 12 pixels under below 600 pixel viewport width, to more of are we okay with kind of a fluid typography kind of system? That being said, there are instances where you need media queries, and that is not currently&#8230; I don&#8217;t know how actively that&#8217;s being worked on right now. But a wonderful thing open to contributors.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> So Patty has a comment and a question after that, Patty O&#8217;Hara, I most often develop custom themes for clients and hand them off for the clients to update the content. And playing around with new tools, I&#8217;m excited to start using them, but don&#8217;t want to give access to global standards to anyone with admin access. Will the granularity of permissions changes so that I can block access to changing fonts and colors from within the admin?</p>\n\n\n\n<p><em>Tammie Lister:</em> I think this amazing thing happens in where also Jeff showed some of the control you can do. So in the demo, there was some control that you can do. But my process is a history of configurability and being able to do that be it in code, or be it in a plugin. But I honestly think we need to be a little bit cautious. This is my personal opinion here, and we need to maybe embrace allowing people to do styling.Â </p>\n\n\n\n<p>You can set boundaries, you can set branding boundaries, you can set pallets, you can set topography. But we need to move away a little bit from having such pixel fixated control in that sense and think about safely within boundaries, expression of these tools. And that people can create really amazing things, and you can maintain branding that way, and it can empower someone.&nbsp;</p>\n\n\n\n<p>These themes are becoming style guides, and that&#8217;s something that is known in the corporate world and used within that space as well. It&#8217;s a term, but it&#8217;s kind of democratizing design in that sense in giving people all these tools to play with, and I think it&#8217;s a huge change in the way that we&#8217;ve done things, but I think it&#8217;s really, really important and really, really empowering to the people that are using our themes.</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>That&#8217;s a good advocacy for set it free. Thank you.</p>\n\n\n\n<p><em>Tammie Lister:</em> But you&#8217;re allowed to have boundaries. I think you can set it free, but be comfortable about some boundaries. I think sometimes when we say set it free, it can be scary because we don&#8217;t say you&#8217;re allowed to have some boundaries, but with pallets and with these style guides, that&#8217;s what you&#8217;re saying. You&#8217;re saying I&#8217;m making these good decisions for you and you can choose from this platform of good decisions. And that&#8217;s kind of awesome. I think,</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>Yeah. I like the plea for block patterns that Daisy just a couple of minutes had that block patterns also give you the possibility or the option to actually provide different facets of how a section can be organized or styled within the style design system that you build with the block add on.Â </p>\n\n\n\n<p>And so I think that there is a lot of creativity that will come from that as well. So Tim Bowen is brave and contemplating, is it safe to use the theme.json now for a project launching in August? Would we just activate the Gutenberg plugin and add JSON file? Or is there more to it? I would love to move away from our functions in Editor.js method probably as soon as possible. So what would we say to Tim?</p>\n\n\n\n<p><em>Daisy Olsen:</em> The theme is not a block theme, as in it doesn&#8217;t use HTML templates, then I probably wouldn&#8217;t put the Gutenberg plugin on a production website, unless you are ready to deal with unexpected things happening. But placing your theme.json file in your classic theme on the 5.8 beta or release candidate that will be coming, I would start testing there and see if the things that you&#8217;re putting in your theme.json file work with 5.8 on a classic theme. That&#8217;d be my suggestion.</p>\n\n\n\n<p><em>Tammie Lister:</em> I think if it&#8217;s launching in August, that means 5.8 should be out. She tries to check her mental calendar. So I think tests. I, personally, am okay. I would consider it if it was going into a site, but I would also want to know how many users were using it, what their levels was, what they were doing, what they were going to create, and how they were going to do it. So it&#8217;s a&#8230; this is not legal advice. I feel that there should be [inaudible 00:50:36] advice that I can be.Â </p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Don&#8217;t try this at home.Â </p>\n\n\n\n<p><em>Tammie Lister:</em> But by then, 5.8 should be out.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah. 5.8 comes out July 20th, that&#8217;s at least the schedule for that. So we ran out of questions right now one the Q and A sessions here. Well, you&#8217;re welcome, Tim. Good luck with that, and let us know. Is there more to the setting it up besides just activating the plugin or adding the JSON file. Well, back to kind of using it and editing.Â </p>\n\n\n\n<p>When there are already themes available in the theme repository that use the full set up for full site editing and use all the template parts and templates with the blocks, and header blocks, and photo blocks, and all that. But I&#8217;m not quite sure of that yet. Be careful about the using the Gutenberg plugin in production. It always has a few hiccups there.</p>\n\n\n\n<p>So it wasn&#8217;t the first time ever that I retreated to the last version when I had one and had to wait till one, two, or three point releases to come out. So I&#8217;m hesitant to say do it in production. Test it as much as possible. So I have a lot of things on my screen, but not the right thing. Here, so it is. Oh, Ryan, we are pretty good time wise.Â </p>\n\n\n\n<p>So, I don&#8217;t have an additional&#8230; So, when we say how to get started, what was the first thing most difficult part for you for learning, or was there a mind shift until it clicked? Just to kind of get away from a fear of learning something new, and was there something when you go back ages on the theme.json thing.</p>\n\n\n\n<p><strong><em>Tammie Lister: </em></strong>So for me, it was realizing it wasn&#8217;t as hard as I maybe mentally thought it was. It was just the same with learning anything. You always think it&#8217;s going to be super hard, or at least with me, I read like dev doc and I&#8217;m like&#8230; My brain makes that noise. And then I just letting my theme be lighter. Letting it take the weight of that, giving up control, which as someone that&#8217;s maybe a bit of an old themer, giving up control of things, that&#8217;s an interesting process to go through.Â </p>\n\n\n\n<p>But it&#8217;s really important embracing those foundations. And when you do, there&#8217;s that mind shift of creating in the editor. That was the moment that&#8230; And I&#8217;m still going through the process. I think it&#8217;s a process, and it&#8217;s a process as these tools are evolving. We&#8217;re talking about be gentle, they&#8217;re in production. These tools are still evolving and working.&nbsp;</p>\n\n\n\n<p>If you are using these tools now before it&#8217;s released, then you&#8217;re going to hit bugs and report them. But that&#8217;s the thing. This theme.json also&#8230; the moment I kind of, the Jenga box, the blocks fell in my brain was I stopped seeing it as global stars. And I knew it wasn&#8217;t just global stars, but I felt it wasn&#8217;t just global stars and this felt like it could be the backbone of my theme, and it felt like it wasn&#8217;t everything in my theme, but it felt like it could be the backbone, is the best way I can describe it.&nbsp;</p>\n\n\n\n<p>And I could hang my theme from it. And we&#8217;ve hung our theme from functions.php wrongly, I think. So it was just that change from PHP to doing it all in the editor and creating and seeing that JSON. It just was free, and it&#8217;s more in line with how things are made outside WordPress, which I think is delightful.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Any comments from you that you want to add, Daisy?</p>\n\n\n\n<p><em>Daisy Olsen: </em>So when I first started working with a theme.json file, I found that I had to&#8230; So there&#8217;s a whole section called styles, and I had to realign my thinking about what that meant, because what it&#8217;s saying is there are style settings in your blocks or for your site level depending on how it&#8217;s being applied, and what you&#8217;re doing is configuring the defaults for it.Â </p>\n\n\n\n<p>So if I think of the theme.json file as a default file, then it helped me frame it so that I&#8217;m not necessarily replacing my CSS depending on&#8230; I mean, I&#8217;m letting theme.json do the heavy lifting, kind of like Tammie said, but then I can take it further if I feel like I need to, or I want to. So I like thinking of it as a configuration file or a defaults file.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> That&#8217;s a good point. Jeff, do you have any stories how I came about?</p>\n\n\n\n<p>Jeff Ong: It&#8217;s been really helpful to pair on it with people, to work on a theme with someone. I think if my team at Automattic. It&#8217;s a very culture of collaboration, and if you have the opportunity to say, &#8220;I&#8217;m having trouble with this. Would you want to work on this?&#8221; With someone like that, because this definitely can be a head bashing kind of why is this not being applied?Â </p>\n\n\n\n<p>I literally just wrote color green. Why is it not green? It can be so frustrating dealing with that. So to have someone just to look at your code and be like &#8220;Oh, you missed a comma or actually you need an extra key there&#8221; is really, really helpful for something like this.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Oh yeah. So well, I think we&#8217;re coming to the end of our show. This has been very interesting and inspiring. So thank you all so much. And for those who want to dive into at a guided kind of testing session, Anne McCarthy, who, as you might know, runs the Full Site Editing Outreach program, she&#8217;s about to post the eighth call for testing, and it will all be about the theme.json file.</p>\n\n\n\n<p>So as soon as it&#8217;s out, I will share a link in the show notes. And of course, also if you subscribed to our Gutenberg Times newsletter, you will definitely be informed about that. So at this point, I only have two more questions for our panelists. So do you have any announcements that you couldn&#8217;t get out before and you want the people to keep in mind? And if people want to get in touch with you, what would be the best way. Tammie, you want to start?</p>\n\n\n\n<p><em>Tammie Lister:</em> Yeah. So I&#8217;m comatose in all the things. I&#8217;m pretty easy to find in a good way. And I love chatting to people. So please do. I think my thing to say would be remember all of what happening now you can help shape. Just because we&#8217;ve sat here talking about it doesn&#8217;t mean we know anything more than you? It just means we&#8217;ve poked it and we&#8217;ve played around with the code.Â </p>\n\n\n\n<p>So do that. Start exploring it. And it&#8217;s a lot more accessible than it ever was. It&#8217;s starting to be more accessible. There&#8217;s more documentation than there ever was coming out. And if you care about what happens with themes or you ever cared about what happens to themes, and maybe you could have that reignited, start to join the conversation. And I guess my final point would be, I think my hope is to see this experimentation come back to themes.&nbsp;</p>\n\n\n\n<p>I think we forgot about that a little bit and we need to have some fun again in these. We used to have so much fun in WordPress themes, and I look forward to not just themes to have a purpose, but just themes that are art, themes that are just wacky experiments, and start enjoying theming and make some art. I&#8217;m really excited to see what things people create and use them just for one day even. That&#8217;d be amazing.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. So Jeff, anything you want to have people keep in mind, and how to get in contact with you.</p>\n\n\n\n<p><em>Jeff Ong:</em> Yeah. Contact at J-F-F-N-G. And I guess keeping in mind, I&#8217;m just building on the last thing Tammie said, perhaps find a way to have fun with it and get curious about it, and try it. There&#8217;s really to me, a fundamental tendance of learning about something or you just have, how do I get curious about this thing? How do I play with it and have fun? And that&#8217;s going to be the most important thing to keep in at the center.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Thank you, Jeff, and thank you so much for the audio work on the demo. Daisy.</p>\n\n\n\n<p><em>Daisy Olsen:</em> I&#8217;m Daisy Olsen on most things, Olsen with an E, and I would say that as far as what you can do as the next step if you&#8217;re interested in learning more about this, is go to&#8230; I&#8217;m pretty sure that Birgit has a link to this somewhere, the <a href=\"https://github.com/WordPress/theme-experiments/\">theme experiments repository on GitHub</a> in the WordPress space has things that other people have done or are working on.Â </p>\n\n\n\n<p>So I love to see examples of something in action to help me learn more about it and to see what other people have done. So I would say go check out something.json files in there and see what people have come up with.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Awesome. Thank you so much. So big thank you to Daisy, Jeff, and Tammie to come today and make your time. A big thank you also for the viewers with all your great questions. I think we got a great array of it. And if you have more questions, you can always send them to me via email to <a href=\"mailto:pauli@gutenbergtimes.com\">pauli@gutenbergtimes.com</a>, and I&#8217;ll get you the answers.</p>\n\n\n\n<p>And the recording of the show will be available in a few minutes on our YouTube channel. And I&#8217;ll share all the links then also in the video description. And within a few days, we will have also a transcript that we will publish on the Gutenbergtimes.com. So be well, good-bye, and good luck. That was fun. Thank you.</p>\n\n\n\n<p>Jeff Ong: Thank you, everyone.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 30 Sep 2021 18:15:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Birgit Pauli-Haack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:34;a:6:{s:4:\"data\";s:13:\"\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:120:\"Gutenberg Times: Block-based Template Editor is coming to WordPress 5.8 and a new Widget Editor â€“ Weekend Edition #174\";s: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:\"https://gutenbergtimes.com/?p=18214\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:126:\"https://gutenbergtimes.com/block-based-template-editor-is-coming-to-wordpress-5-8-and-a-new-widget-editor-weekend-edition-174/\";s: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:14651:\"<p>Howdy, </p>\n\n\n\n<p>Lots happening in the larger WordPress space! More aquisitions and a new service for WordPress plugin business, flippantly named <a href=\"https://flipwp.co/\">FlipWP</a>. </p>\n\n\n\n<p><a href=\"https://wordpress.org/news/2021/06/wordpress-5-8-beta-2/\">WordPress 5.8 Beta 2</a>, <a href=\"https://github.com/WordPress/gutenberg/releases/tag/v10.9.0-rc.1\">Gutenberg 10.9 RC</a> released and the first dev notes dropped for the upcoming release. More on that below. </p>\n\n\n\n<p>Don&#8217;t miss next week&#8217;s <strong>Live Q &amp; A on June 24, 2021, at 11am EDT / 15:00 UTC</strong> on theme.json for Theme Authors with our panelists Daisy Olson, Tammie Lister and Jeff Ong. Learn and discuss <a href=\"https://us02web.zoom.us/webinar/register/4216223029678/WN_gyOVb1h4S4iO_UZi1GMQaA\">How to get started with building themes for Full-site editing.</a></p>\n\n\n\n\n\n<p>What are you working on?  Creativity is mushrooming around the WordPress ecosystem and I want to learn from you! Hit reply and let me know! I loved your notes in my inbox! Thank you. </p>\n\n\n\n<p>Yours, ðŸ’•<br />Birgit </p>\n\n\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>WordPress 5.8 DevNotes and more</h2>\n\n\n\n<p><strong>Grzegorz Ziolkowski</strong> posted the article <strong><a href=\"https://make.wordpress.org/core/2021/06/16/block-editor-api-changes-to-support-multiple-admin-screens-in-wp-5-8/\">Block Editor API Changes to Support Multiple Admin Screens</a>.</strong> &#8220;WordPress 5.8 is the first&nbsp;core&nbsp;release where the post editor is no longer the only&nbsp;admin&nbsp;screen that uses the&nbsp;block&nbsp;editor. The updated widgets editor screen will also support blocks.&#8221;, he wrote. It&#8217;s quite technical and developers will appreciate it as it opens the doors to use the bock editor on other admin screen, for instance for plugin dashboards and features. It makes my long time wish possible:  replace the &#8220;Quick Draft&#8221; widget with an instance of the block editor and have writers start writing immediately after login, instead of having to open yet another screen. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong>Riad Benguella</strong> introduces us to the <a href=\"https://make.wordpress.org/core/2021/06/16/introducing-the-template-editor-in-wordpress-5-8/\"><strong>Template Editor coming to WordPress</strong></a> in its 5.8 release. It comes with a series of new blocks to accommodate Site-wide information, like Site Title or Site Logo as well as post parts for the Query Block, like Post Title, Post Excerpt, Feature Image. In total, 13 Blocks that replace some template parts in conventional themes.  Some blocks will be made <a href=\"https://github.com/WordPress/gutenberg/issues/28744\">available also for classic Themes </a>to accommodate <a href=\"https://github.com/WordPress/gutenberg/issues/29024\">hybrid themes</a> and to support the gradual adoption of block-based themes. </p>\n\n\n\n<p><strong>Justin Tadlock</strong> wrote <a href=\"https://wptavern.com/getting-to-know-the-upcoming-wordpress-5-8-template-editor\">about it on the WPTavern</a>, too. </p>\n\n\n\n\n<p><strong>&nbsp;<a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/\" target=\"_blank\" rel=\"noreferrer noopener\">&#8220;Keeping up with Gutenberg &#8211; Index 2021&#8221;</a>&nbsp;</strong><br />A chronological list of the WordPress Make Blog posts from various teams involved in Gutenberg development: Design, Theme Review Team, Core Editor, Core JS, Core CSS, Test and Meta team from Jan. 2021 on. Updated by yours truly.  <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2020/\">The index 2020 is here</a></p>\n\n\n\n\n<h2>For Site owners and Content Creators</h2>\n\n\n\n<p><strong><a href=\"https://twitter.com/HariShanker\">Hari Shanker</a></strong> from the community team published <a href=\"https://make.wordpress.org/community/2021/06/18/meetup-group-resources-talking-points-for-wordpress-5-8/\"><strong>Talking points for WordPress 5.8</strong></a> of Meetup organizer, that also helps agency owners and freelancers to quickly get an overview of what is coming in the new version. Hari clusters the upcoming changes per WordPress stakeholders. You&#8217;ll find a section for Publishers and users, and another one for site builders and developers. <strong>If you want to read just one article, this would be it. </strong>ðŸš€</p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong><a href=\"https://twitter.com/chrislema\">Chris Lema</a></strong> makes a strong case for  <a href=\"https://chrislema.com/embracing-gutenberg-completely/\"><strong>Embracing Gutenberg Completely</strong></a>. Out of necessity, he decided to rebuild his site with Gutenberg blocks. All site metrics tools suggested reducing the DOM size of his Landing pages build with 3rd party page builders. With this switch, Chris realized, what he needs and doesn&#8217;t need for a highly performing website. His five observations put a few things in perspective for him as a daily writer, he came to appreciate the tools and blocks that come with the block editor. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p>The team at <strong>PublishPress</strong> posted a short tutorial on <strong><a href=\"https://publishpress.com/blog/gutenberg/nested-blocks-gutenberg-editor/\">How to Use Nested Blocks in the Gutenberg Editor</a>,</strong> as it&#8217;s still a little confusing for content creators to navigate, especially Column blocks. The persistent list view coming to WordPress 5.8 will help with this, though. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong><a href=\"https://twitter.com/javier\">Javier Acre</a></strong> from the WordPress design team published a <a href=\"https://make.wordpress.org/design/2021/06/15/a-walk-around-the-table-block/\"><strong>Walk through of possible enhancements for the Table Block</strong></a>. He showcases update to the placeholder state, multicell selection, the sidebar, the toolbar and icon improvements. You&#8217;ll see mock-ups for each. It&#8217;s quite exciting to see, as we probably can all agree that the Table block needs so TLC, ðŸ™‚ You can leave your thoughts and ideas in the comments of the post. </p>\n\n\n\n<img />Mockup of Toolbor for the Table block \n\n\n\n<h2>Theme builders</h2>\n\n\n\n<p><strong>Dave Smith</strong> has notes on <a href=\"https://aheadcreative.co.uk/articles/testing-the-gutenberg-widgets-editor-for-wordpress-5-8\"><strong>how to test the new Widget Editor that will come with WordPress 5.8</strong></a>. He followed <a href=\"https://make.wordpress.org/core/2021/05/12/help-test-the-widgets-editor-for-wordpress-5-8/\">Andrei Draganescu call for testing</a> and logged his experience. To test for backwards compatibility for your existing widgets, you can first create some with the new widget editor disabled using the <a href=\"https://wordpress.org/plugins/classic-widgets/\">Classic Widget plugin,</a> and then deactivate the plugins and try to manage and edit the widgets with the block-based editor. You have only a month to make sure your sites won&#8217;t run into trouble. WordPress 5.8 will be released on July 20th, 2021. </p>\n\n\n\n<div class=\"wp-container-61660729d0e5a wp-block-group has-primary-color has-light-background-background-color has-text-color has-background\"><div class=\"wp-block-group__inner-container\">\n<p class=\"has-normal-font-size\"><strong><a href=\"https://us02web.zoom.us/webinar/register/8816229019893/WN_gyOVb1h4S4iO_UZi1GMQaA\">Join us for our next Live Q &amp; A</a> </strong>on <strong>June 24, 2021, at 11am EDT / 15:00 UTC</strong></p>\n\n\n\n<a href=\"https://us02web.zoom.us/webinar/register/8816229019893/WN_gyOVb1h4S4iO_UZi1GMQaA\"><img /></a>\n\n\n\n<p><strong><a href=\"https://us02web.zoom.us/webinar/register/8816229019893/WN_gyOVb1h4S4iO_UZi1GMQaA\">Theme.json for Theme Authors or building themes for full-site editing in WordPress.</a></strong><br /><strong>Host</strong>: Birgit Pauli-Haack<br /><strong>Panel:</strong>&nbsp;Daily Olsen, Tammie Lister and Jeff Ong           <span class=\"has-inline-color\"><strong><a href=\"https://us02web.zoom.us/webinar/register/8816229019893/WN_gyOVb1h4S4iO_UZi1GMQaA\">Register Now</a></strong></span></p>\n</div></div>\n\n\n\n<p><br /><a href=\"https://twitter.com/one_maggie\"><strong>Maggie Cabrera</strong></a> posted the <strong><a href=\"https://make.wordpress.org/themes/2021/06/18/gutenberg-themes-week-of-june-18-2021/\">Gutenberg + Themes: Week of June 18, 2021,</a> </strong>roundup of relevant discussions, issue and PRs for Theme builders. She covered Full-Site Editing, Global Styles and block-based Themes. Chime on on the discussion and test the new releases. If you are a theme developer trying to catch up with what&#8217;s happening with Gutenberg, the Overview / Tracking issues section should get you started. You&#8217;ll find links to documentation and tutorials as well. </p>\n\n\n\n\n<p><a href=\"https://gutenbergtimes.com/podcast/changelog-45-wordpress-5-8-upcoming-live-qa-and-gutenberg-10-7-and-10-8/\"><strong>Episode #45</strong> is now available</a> with transcript. <br />Next recording June 25th, 2021</p>\n\n\n\n<p> <strong>Subscribe to the&nbsp;<a href=\"https://gutenbergtimes.com/podcast/\">Gutenberg Changelog</a>&nbsp;podcast </strong><br />ðŸŽ™ï¸&nbsp;<a href=\"https://open.spotify.com/show/620NwVKQJGdTupy36zYxvg?mc_cid=4b6c9f88fe\">Spotify</a>&nbsp;|&nbsp;<a href=\"https://podcasts.google.com/feed/aHR0cHM6Ly9ndXRlbmJlcmd0aW1lcy5jb20vZmVlZC9wb2RjYXN0\">Google</a>&nbsp;|&nbsp;<a href=\"https://podcasts.apple.com/us/podcast/gutenberg-changelog/id1469294475\">iTunes</a>&nbsp;|&nbsp;<a href=\"https://pca.st/podcast/f8445ec0-7508-0137-f267-1d245fc5f9cf\">PocketCasts</a>&nbsp;|&nbsp;<a href=\"https://www.stitcher.com/show/gutenberg-changelog\">Stitcher</a>&nbsp;|<br />ðŸŽ™ï¸&nbsp;<a href=\"https://www.podbean.com/podcast-detail/chi7j-9904a/Gutenberg-Changelog-Podcast\">Pod Bean</a>&nbsp;|&nbsp;<a href=\"https://castbox.fm/channel/Gutenberg-Changelog-id2173375\">CastBox</a>&nbsp;|&nbsp;<a href=\"https://www.podchaser.com/podcasts/gutenberg-changelog-878239/\">Podchaser</a>&nbsp;|&nbsp;<a href=\"https://gutenbergtimes.com/feed/podcast\">RSS Feed</a>&nbsp;</p>\n\n\n\n<img />\n\n\n\n\n<h2>Plugin Developers</h2>\n\n\n\n<p><strong>Dave Smith</strong> published a tutorial on <a href=\"https://aheadcreative.co.uk/articles/mocking-wordpress-api-fetch-in-gutenberg-unit-tests/\"><strong>Mocking @wordpress/api-fetch in Gutenberg unit tests</strong></a>. During development you don&#8217;t want to hit an external API everytime you run a unit test, these instructions show you how to mock data coming from an API call in your block or site. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><a href=\"https://wordpress.org/plugins/genesis-custom-blocks/\">Genesis Custom Blocks</a>, (former Block Lab plugin) are a nifty tool to create blocks without going through the pain of learning modern JavaScript. You use the UI to create Field Groups and then add the PHP display code to your theme template. But what if you want to separate the newly create blocks from the theme? Then you could install it on multiple sites, and it would survive a site owners decision to switch themes without loosing content. <strong><a href=\"https://twitter.com/rob_stino\">Rob Stinson</a></strong> has a two-part tutorial for you on <a href=\"https://studiopress.blog/how-to-package-up-your-custom-blocks-in-a-plugin-part-1/\"><strong>How to package up your custom blocks in a plugin</strong></a>. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong>Jeffery Carandang</strong>, a Gutenberg adopter of the first hour, <a href=\"https://jeffreycarandang.com/extendify-is-taking-over-the-editorskit-plugin-and-add-ons-shareablock-and-other-tools/\">found a new home for his Gutenberg entities</a>: <strong>Extendify. </strong> Jeffery has been pushing the envelope on what is possible with Gutenberg since it first came out in 2017. <a href=\"https://wordpress.org/plugins/coblocks/\"><strong>CoBlocks</strong></a>, co-authored with Rich Tabor and later sold to GoDaddy, was a favorite block plugin for additional blocks. <strong>EditorsKit</strong> extended blocks with additional tools. We mentioned his <a href=\"https://shareablock.com/\">Share a Block</a> directory on multiple episodes of the podcast. After starting at 10up, he didn&#8217;t find much time anymore for his love projects, especially the very useful <a href=\"https://wordpress.org/plugins/block-options/\">EditorsKit plugin</a> hasn&#8217;t seen updates for the last nine months. It now found a home at Extendify.  <br />See also: </p>\n\n\n\n<ul><li>Arthor Grabowski: <a href=\"https://extendify.com/extendify-is-adopting-the-editorskit-plugin/\">Extendify is Adopting the EditorsKit plugin</a></li><li>Justin Tadlock: <a href=\"https://wptavern.com/extendify-adopts-editorskit-increasing-its-block-plugin-collection\">Extendify Adopts EditorsKit, Increasing Its Block Plugin Collection</a></li></ul>\n\n\n\n\n<p><strong><a href=\"https://gutenbergtimes.com/need-a-zip-from-master/\">Need a plugin .zip from Gutenberg&#8217;s main (trunk) branch?</a></strong><br />Gutenberg Times provides daily build for testing and review. <br />Have you been using it? Hit reply and let me know.</p>\n\n\n\n<p><img alt=\"GitHub all releases\" src=\"https://img.shields.io/github/downloads/bph/gutenberg/total?style=for-the-badge\" /></p>\n\n\n\n<p></p>\n\n\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p class=\"has-text-align-center\"><strong>Don&#8217;t want to miss the next Weekend Edition? </strong></p>\n\n\n\n<form class=\"wp-block-newsletterglue-form ngl-form ngl-portrait\" action=\"https://gutenbergtimes.com/feed/\" method=\"post\"><div class=\"ngl-form-container\"><div class=\"ngl-form-field\"><label class=\"ngl-form-label\" for=\"ngl_email\">Type in your Email address to subscribe.</label><div class=\"ngl-form-input\"><input type=\"email\" class=\"ngl-form-input-text\" name=\"ngl_email\" id=\"ngl_email\" /></div></div><button class=\"ngl-form-button\">Subscribe</button><p class=\"ngl-form-text\">We hate spam, too and won&#8217;t give your email address to anyone except Mailchimp to send out our Weekend Edition</p></div><div class=\"ngl-message-overlay\"><div class=\"ngl-message-svg-wrap\"></div><div class=\"ngl-message-overlay-text\">Thanks for subscribing.</div></div><input type=\"hidden\" name=\"ngl_list_id\" id=\"ngl_list_id\" value=\"26f81bd8ae\" /><input type=\"hidden\" name=\"ngl_double_optin\" id=\"ngl_double_optin\" value=\"yes\" /></form>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n\n<p>Featured Image: Miami at Night by Birgit Pauli-Haack</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 30 Sep 2021 18:15:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Birgit Pauli-Haack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:35;a:6:{s:4:\"data\";s:13:\"\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:126:\"Gutenberg Times: Over 50 Patterns in the  Pattern Directory, Learn Full-site editing, WordCamp Europe â€“ Weekend Edition #173\";s: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:\"https://gutenbergtimes.com/?p=18121\";s: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:129:\"https://gutenbergtimes.com/over-50-patterns-in-the-pattern-directory-learn-full-site-editing-wordcamp-europe-weekend-edition-173/\";s: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:19249:\"<p>Howdy, </p>\n\n\n\n<p>After three and a half years, it was time to replace the WordPress theme on the Gutenberg Times. The trigger: I wrote about <a href=\"https://web.dev/measure/\">Core Web Vitals</a> for a different project and used the Gutenberg Times as a test project, using <a href=\"https://developers.google.com/web/tools/lighthouse\">Google&#8217;s Lighthouse</a> via an incognito browser window. The desktop version performed very well, all circles in the green range, but the mobile version really crawled over the Internet, ranking in the low 40ties. </p>\n\n\n\n<p><a href=\"https://searchengineland.com/google-postpones-page-experience-update-rollout-347862\">Google announced</a> earlier this year that they start rolling out new page experience update in this month, and start using Web Vitals as another ranking factor for organic search results. I also noticed that GT had a very high number of visitors via the desktop, but not many on mobile, which I found odd. Now I know why. </p>\n\n\n\n<p><a href=\"https://andersnoren.se/introducing-eksell/\">Anders Noren&#8217;s Eksell</a> is our new theme. I love the typography, the clean design. and its graphics. I just started exploring it. Nothing gets things done faster than working on the live site. ðŸ˜Š</p>\n\n\n\n<p>The content mostly converted well, except there are no widget areas, so I would need to add the widget via the Legacy widget block. It was hit-and-miss. This exercise turned out to be a great test for the new block-based Widget screen, which will come to a WordPress instance near you in the 5.8 release on July 20th, 2021. </p>\n\n\n\n<p>From the discussions, I learned that the Gutenberg team is leaning towards an opt-out rather than an opt-in implementation. Testing sites with this week&#8217;s <a href=\"https://wordpress.org/news/2021/06/wordpress-5-8-beta-1/\">WordPress 5.8 Beta 1</a>, is definitely recommended. If you don&#8217;t have time to test all the site you are working on, rest easy, there is a <a href=\"https://wordpress.org/plugins/classic-widgets/\">Classic Widget plugin</a> you can install to keep the old Widget screen.  </p>\n\n\n\n<p>What else happened this week? <strong>WordCamp Europe! </strong>It was a great virtual conference. Kudos to the organizers, speakers, sponsors and attendees! If you missed it, you can watch the <a href=\"https://www.youtube.com/channel/UCaYQGYDpXpU4A17kxN-AgJQ\">recordings on YouTube.</a></p>\n\n\n\n<p>The video with the <a href=\"https://wordpress.org/news/2021/06/gutenberg-highlights/\"><strong>Gutenberg Highlights</strong></a> is available for those of use who missed the Conversation with Matt Mullenweg. <strong>Matias Ventura</strong> wrote: &#8220;The video is wonderfully narrated by&nbsp;<strong>Beatriz Fialho</strong>, and it was a great opportunity to celebrate all the incredible work that contributors are doing around the globe to improve the editing and customization experience of WordPress&#8221;. I will <a href=\"https://gutenbergtimes.com/wordcamp-europe-2021-starts-monday/\">update my earlier WCEU post </a>with links to videos and resources over the course of next week. </p>\n\n\n\n<p>As always, I am so glad you are here, reading the eNews every week. Thank you! </p>\n\n\n\n<p>Yours, ðŸ’•<br />Birgit</p>\n\n\n\n\n\n<div class=\"wp-container-61660729d9344 wp-block-group has-primary-color has-light-background-background-color has-text-color has-background\"><div class=\"wp-block-group__inner-container\">\n<p class=\"has-normal-font-size\"><strong><a href=\"https://us02web.zoom.us/webinar/register/8816229019893/WN_gyOVb1h4S4iO_UZi1GMQaA\">Join us for our next Live Q &amp; A</a> </strong>on <strong>June 24, 2021, at 11am EDT / 15:00 UTC</strong></p>\n\n\n\n<a href=\"https://us02web.zoom.us/webinar/register/8816229019893/WN_gyOVb1h4S4iO_UZi1GMQaA\"><img /></a>\n\n\n\n<p><strong><a href=\"https://us02web.zoom.us/webinar/register/8816229019893/WN_gyOVb1h4S4iO_UZi1GMQaA\">Theme.json for Theme Authors or building themes for full-site editing in WordPress.</a></strong><br /><strong>Host</strong>: Birgit Pauli-Haack<br /><strong>Panel:</strong>&nbsp;Daily Olson, Tammie Lister and Jeff Ong           <span class=\"has-inline-color\"><strong><a href=\"https://us02web.zoom.us/webinar/register/8816229019893/WN_gyOVb1h4S4iO_UZi1GMQaA\">Register Now</a></strong></span></p>\n</div></div>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<h2>WordPress 5.8 Release Cycle</h2>\n\n\n\n<p><a href=\"https://wordpress.org/news/2021/06/wordpress-5-8-beta-1/\">WordPress 5.8 Beta 1</a> was release on Tuesday. You can use the official  <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">Beta Tester Plugin </a>to test this version. If you haven&#8217;t used it before, the Core Team share information and <a href=\"https://make.wordpress.org/core/handbook/testing/beta-testing/\">instructions in their handbook</a>.</p>\n\n\n\n<p>You can read more about the <a href=\"https://make.wordpress.org/core/5-8/\">development cycle of WordPress 5.8 here</a>. Feature Freeze for this upcoming version was May 25. We are right now in the beta phase of the cycle. It will be used for testing and to fix bugs. That is to last until June 29, 2021, when the first Release Candidate will be released.  That&#8217;s also the deadline for Dev Notes and Field Guide. It also comes with a hard-string freeze. That&#8217;s the moment the Polyglots team starts with translations. </p>\n\n\n\n<h3>Features and updates for WordPress 5.8</h3>\n\n\n\n<p>Speaking of <strong>DevNotes</strong>, the Gutenberg team tracks their progress on the  DevNotes via <a href=\"https://github.com/WordPress/gutenberg/issues/32365\">this GitHub issue.</a>  You can get a head start on <a href=\"https://gist.github.com/gziolo/cbea77500316a243e445d509ced3c231\"><strong>&#8220;Block API Enhancements&#8221;</strong></a> by <strong>Grzegorz Ziolkowski</strong> or <strong><a href=\"https://github.com/WordPress/gutenberg/issues/32365#issuecomment-853726663\">&#8220;Contextual patterns for easier creation and block transformations&#8221;</a> </strong>by <strong>Nik Tsekouras</strong> before they are published on the Make Core blog. </p>\n\n\n\n<p><strong>Anne McCarthy</strong> posted about other <strong>Block Editor Enhancements:</strong> </p>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/core/2021/05/20/core-editor-improvement-contextual-patterns-for-easier-creation/\">Contextual patterns for easier creation</a>  and </li><li>How to <a href=\"https://make.wordpress.org/core/2021/06/09/core-editor-improvement-improve-your-workflow-with-list-view/\">improve your workflow with List View</a>, the former Block Navigator feature. </li></ul>\n\n\n\n<p>On the WordPress News Blog, you found earlier: <a href=\"https://wordpress.org/news/2021/05/coloring-your-images-with-duotone-filters/\"><strong>Coloring Your Images With Duotone Filters</strong></a> by <strong>Alex Lende</strong>. Yes, I am in love with it, that&#8217;s why I mentioned it again. Gutenberg 10.7 also brought the methods to <strong>disable  duotone </strong>via the theme.json file. <a href=\"https://github.com/WordPress/gutenberg/pull/32002\">The details are in this Lende&#8217;s PR</a>. </p>\n\n\n\n<p><strong>Adam Silverstein</strong> published <a href=\"https://make.wordpress.org/core/2021/06/07/wordpress-5-8-adds-webp-support/\">WordPress 5.8 adds WebP support</a> dev note. It&#8217;s not directly a block editor update but crucial for content creators and developers alike, especially in context of the Core Web Vitals when speed is becomes of the essence. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<h2>Gutenberg Changelog</h2>\n\n\n\n<p>It&#8217;s been two years since Mark Uraine and I started the <a href=\"https://gutenbergtimes.com/podcast\">Gutenberg Changelog</a> podcast, and he was my co-host for the first 40 episodes. Grzegorz Ziolkowski joined me as co-host with episode 41. In February 2021, we celebrated the first 10,000 downloads. Now four months later, we passed the 26,000 mark of downloads. For such a narrow niche show, these are mind-boggling numbers.  It is very humbling.  We are very grateful for our faithful listeners! Thank you all very much. </p>\n\n\n\n<p><strong>Grzegorz Ziolkowski</strong> is back from vacation, and we recorded episode 45. We covered Gutenberg 10.7 and 10.8 releases, WordCamp Europe and WordPress 5.8.  It will be published later this weekend. The similar t-shirts? Mere coincidence! </p>\n\n\n\n<img />\n\n\n\n<h2>Gutenberg 10.8</h2>\n\n\n\n<p><strong>Gutenberg 10.8</strong> was released this week. It had quite a few enhancements, and a ton of bug fixes and underlying code change for quality and tooling. <strong>Sandip Mondal</strong> work on his first release and published the release notes: <a href=\"https://make.wordpress.org/core/2021/06/10/whats-new-in-gutenberg-10-8-9-june/\"><strong>Whatâ€™s new in Gutenberg 10.8? (9 June)</strong></a>. </p>\n\n\n\n<p>Justin Tadlock has more details <strong><a href=\"https://wptavern.com/gutenberg-10-8-adds-new-typography-controls-and-block-previews\">Gutenberg 10.8 Adds New Typography Controls and Block Previews</a></strong></p>\n\n\n\n<p>The enhancements for full-site editing and theme design controls are already for the next WordPress release (5.9) in December and require more testing before they are available for WordPress Core. </p>\n\n\n\n<h2>Block Patterns</h2>\n\n\n\n<p><strong>Kjell Reigstad</strong> posted an invitation for the WordPress community to submit Block Patterns to the official WordPress directory. In his post <a href=\"https://make.wordpress.org/design/2021/06/08/initial-patterns-for-the-wordpress-org-patterns-directory/\"><strong>Initial Patterns for the WordPress.org Patterns Directory</strong></a>, he explained the details of the submission process.  </p>\n\n\n\n<p><strong>Justin Tadlock</strong>, a big fan of block patterns, wrote about the invitation on the <a href=\"https://wptavern.com/open-invitation-to-contribute-to-the-wordpress-block-pattern-directory\">WordPress Tavern </a>and showcased some of his creations. <strong>Ana Segota, </strong>co-founder of <a href=\"https://www.anarieldesign.com/\">Anariel Design</a> shared <a href=\"https://twitter.com/Ana_Segota/status/1402688373421187080\">her submissions via Twitter.</a> </p>\n\n\n\n<p>You can <a href=\"https://github.com/WordPress/pattern-directory/issues?q=is%3Aissue+label%3A%22%5BType%5D+Pattern+Submission%22+is%3Aclosed\"><strong>review the list of submissions on GitHub</strong></a> and learn from the comments on by the design team. Brian Gardner, Tammie Lister, Mel Choyce, Kjell Reigstad and Beatriz Fialho also contributed patterns to the directory. </p>\n\n\n\n<a href=\"https://wordpress.org/patterns\"><img /></a><a href=\"https://wordpress.org/patterns\">Block Patterns on WordPress.org</a> submitted by members of the design team and from the WordPress community. \n\n\n\n<p class=\"is-style-default\">In total, I counted 54 block patterns available to WordPress users. What a great start! </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<h2>Full Site Editing</h2>\n\n\n\n<p>At WordCamp Europe 2021, the Panelist <strong>Danielle Zarcaro, Grzegorz ZiÃ³Å‚kowski, Koen Van den Wijngaert and Milana Cap</strong> discussed Full Site editing and what it means for the broader WordPress community. <a href=\"https://gutenbergtimes.com/wordcamp-europe-full-site-editing-panel-discussion/\"><strong>We have the recording and the transcript for you</strong></a></p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<p>We added the Blockbase Theme to the list of<a href=\"https://gutenbergtimes.com/themes-for-full-site-editing-and-getting-ready-for-wordpress-5-8-weekend-edition-172/#fsethemes\"> available FSE themes</a> last week. <strong>Kjell Reigstad</strong> published <a href=\"https://themeshaper.com/2021/06/07/using-blockbase-for-a-theme-experiment/\">Using Blockbase for a theme&nbsp;experiment</a> on the ThemeShaper blog and take you on a journey on creating a child theme of Blockbase. He wrote &#8220;Overall, I found that the benefit to using Blockbase was peace of mind. Compared to starting fresh or using&nbsp;<code>emptytheme</code>, Blockbase ensured that I had a fully functional block theme immediately.&#8221; Kjell also shared his code on GitHub.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<p>The <strong>WPMarmite Team</strong> publish the results of their <a href=\"https://wpmarmite.com/en/fse-study/\"><strong>Full Site Editing Study: Will WordPress theme shops embrace this new paradigm?</strong></a> They studied the involvement in the current FSE development of 127 Theme shops.  </p>\n\n\n\n<p>At first glance, these seemed to be a little premature, considering that only architecture for themes supporting FSE is coming to WordPress at the end of July. It certainly sets the base numbers to see what will happen until December. These are the numbers to watch changing in the next half year, and it will answer the original questions. </p>\n\n\n\n<ul><li><strong>57%</strong>&nbsp;of theme shops&nbsp;<strong>feature their Gutenberg compatibility</strong>.</li><li>Only&nbsp;<strong>17%</strong>&nbsp;of theme shops&nbsp;<strong>offer custom Gutenberg blocks</strong>.</li><li><strong>3%</strong>&nbsp;of theme shops&nbsp;<strong>provide block patterns</strong>.</li></ul>\n\n\n\n<p>The team also talked to 22 theme shops about their intentions regards full-site editing.  <a href=\"https://wpmarmite.com/en/fse-study/\">You need to read the article to learn more</a>.  </p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<p><strong>FrÃ¤nk Klein</strong> at WPDeveloper Courses, released his new course: <a href=\"https://wpdevelopment.courses/courses/building-block-based-themes/\"><strong>Building Block-Based Themes</strong></a>. If you want to learn how to build a real-life example theme and all the ins and outs for a theme using the full-site editing capabilities and theme.json.  </p>\n\n\n\n<p>On Fullsiteediting.com, <strong>Carolina Nymark</strong> has been offering her <a href=\"https://fullsiteediting.com/courses/full-site-editing-for-theme-developers/\">Full Site editing course</a> for free, but that might change soon. </p>\n\n\n\n<p><strong>Joe Casabona</strong> at <a href=\"https://creatorcourses.com/\">CreatorCourses </a>is also working on an update of his Gutenberg Theme course. </p>\n\n\n\n<p>My take-away from the acquisitions of Atomic Blocks, Co Blocks etc. is that early adopters found it quite worth their while to deal with the ever-moving goal posts while developing along site Gutenberg developers.  The future is yours! </p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2 id=\"events\">Upcoming WordPress Events</h2>\n\n\n\n<p><strong>June 6, 2021</strong> <strong>7:00 pm EDT / 23:00 UTC</strong><br /><strong><a href=\"https://www.meetup.com/Philadelphia-WordPress-Meetup-Group/events/278507419/\">WordPress Meetup Philadelphia</a></strong><br />Full Site Editing Review and Test-a-thon</p>\n\n\n\n<p><strong>June 7 &#8211; 9th, 2021</strong><br /><strong><a href=\"https://europe.wordcamp.org/2021/\">WordCamp Europe</a></strong><br />A virtual event and contributor day. <a href=\"https://europe.wordcamp.org/2021/call-for-sponsors/\">Call for sponsors is open.</a></p>\n\n\n\n<p><strong>ðŸŽ‰</strong>  Gutenberg Times is a media partner of WordCamp Europe 2021 </p>\n\n\n\n<p><strong>June 10th, 2021</strong><br /><strong><a href=\"https://www.meetup.com/SF-WordPress-Users/events/278491308\">WordPress &#8220;Mega Meetup&#8221;: Plugins That Keep Websites Running</a></strong></p>\n\n\n\n<p><strong>June 20 &#8211; 26, 2021</strong><br /><strong><a href=\"https://japan.wordcamp.org/2021/\">WordCamp Japan</a></strong><br /><em>The schedule has been posted. Most sessions will be in Japanese, with exceptions, I think&#8230; </em></p>\n\n\n\n<p><strong>June 24, 2021 </strong><br /><strong><a href=\"https://attend.wpengine.com/summit-us-2021/\">WPEngine Summit 2021</a></strong><br /><em>The digital breakthrough conference</em> <a href=\"https://events.wpengine.com/event/fd217870-fc78-46d2-8c5e-96c85e6e371c/websitePage:645d57e4-75eb-4769-b2c0-f201a0bfc6ce?environment=P2&tm=nSwmA1-ZyLXwe2wM80Vzve3wDjKBWeqKrHbJFivPV4o&locale=en-US\">released their schedule</a>. Personally, I am very much looking forward to the Keynote talk with <strong>Reshma Saujani</strong>, founder of Girls Who Code and Marshall Plan for Moms at 12:55 EDT / 16:55 UTC.  I also hope to see talks with Rob Stinson, Carrie Dils and Chris Wiegman. There are also deep dive talks listed into Headless WordPress. Enterprise WordPress is definitely heading down that route. </p>\n\n\n\n<p><strong>June 24 &#8211; 26, 2021</strong><br /><strong><a href=\"https://cochabamba.wordcamp.org/2021/\">WordCamp Cochabama</a></strong> (Colombia) </p>\n\n\n\n<p><strong>July 17 + 18th, 2021</strong><br /><strong><a href=\"https://santaclarita.wordcamp.org/2021/\">WordCamp Santa Clarita</a></strong><br />Calls for speakers ends TODAY! </p>\n\n\n\n<p><strong>July 23, 2021</strong><br /><a href=\"https://www.wordfest.live/\"><strong>WordFest Live </strong></a>&#8211; <em>The&nbsp;</em>festival of WordPress</p>\n\n\n\n<p>A<strong>ugust 6 + 7, 2021</strong><br /><a href=\"https://nicaragua.wordcamp.org/2021/\"><strong>WordCamp Nicaragua</strong></a></p>\n\n\n\n<p><strong>September 21 + 22, 2021</strong><br /><a href=\"https://2021.wpcampus.org/\"><strong>WPCampus 2021 Online</strong></a><br />&#8220;A free online conference for web accessibility and WordPress in higher education.&#8221;</p>\n\n\n\n<hr class=\"wp-block-separator\" id=\"block-ee0670b9-9b56-410a-a5c8-1febc106dca5\" />\n\n\n\n<p id=\"block-8c56f083-3d78-42e0-84ec-62ea90a2afa5\">On the<a href=\"https://wpcalendar.io/online/\"> <strong>Calendar for WordPress Online Events</strong> </a>you can browse a list of the upcoming WordPress Meetups, around the world, including WooCommerce, Elementor, Divi Builder and Beaver Builder meetups.</p>\n\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p class=\"has-text-align-center\"><strong>Don&#8217;t want to miss the next Weekend Edition? </strong></p>\n\n\n\n<form class=\"wp-block-newsletterglue-form ngl-form ngl-portrait\" action=\"https://gutenbergtimes.com/feed/\" method=\"post\"><div class=\"ngl-form-container\"><div class=\"ngl-form-field\"><label class=\"ngl-form-label\" for=\"ngl_email\">Type in your Email address to subscribe.</label><div class=\"ngl-form-input\"><input type=\"email\" class=\"ngl-form-input-text\" name=\"ngl_email\" id=\"ngl_email\" /></div></div><button class=\"ngl-form-button\">Subscribe</button><p class=\"ngl-form-text\">We hate spam, too and won&#8217;t give your email address to anyone except Mailchimp to send out our Weekend Edition</p></div><div class=\"ngl-message-overlay\"><div class=\"ngl-message-svg-wrap\"></div><div class=\"ngl-message-overlay-text\">Thanks for subscribing.</div></div><input type=\"hidden\" name=\"ngl_list_id\" id=\"ngl_list_id\" value=\"26f81bd8ae\" /><input type=\"hidden\" name=\"ngl_double_optin\" id=\"ngl_double_optin\" value=\"yes\" /></form>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n\n<p>Featured Image: <a href=\"https://unsplash.com/@xavi_cabrera?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText\">Photo by&nbsp;</a><a href=\"https://unsplash.com/@pawel_czerwinski?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText\">Pawel Czerwinski</a>&nbsp;on&nbsp;<a href=\"https://unsplash.com/s/photos/blocks-of-flats?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText\">Unsplash</a></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 30 Sep 2021 18:15:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Birgit Pauli-Haack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:36;a:6:{s:4:\"data\";s:13:\"\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:68:\"Gutenberg Times: WordCamp Europe: Full-Site Editing Panel discussion\";s: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:\"https://gutenbergtimes.com/?p=18145\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"https://gutenbergtimes.com/wordcamp-europe-full-site-editing-panel-discussion/\";s: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:43875:\"<p>It was announced as a discussion panel about the present and future of WordPress with Full Site Editing.</p>\n\n\n\n<p>The panelists, highly involved in this new feature, discussed many topics about FSE and how it is going to be a new revolution in the WordPress ecosystem.</p>\n\n\n\n<p>The Panelist were <a href=\"https://europe.wordcamp.org/2021/speaker/danielle-zarcaro/\">Danielle Zarcaro</a>, <a href=\"https://europe.wordcamp.org/2021/speaker/grzegorz-ziolkowsk/\">Grzegorz ZiÃ³Å‚kowski</a>, <a href=\"https://europe.wordcamp.org/2021/speaker/koen-van-den-wijngaert/\">Koen Van den Wijngaert</a> and <a href=\"https://europe.wordcamp.org/2021/speaker/milana-cap/\">Milana Cap</a></p>\n\n\n\n<p>Jose Ramon Padron and Lesley Molecke moderated the discussion. </p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<div class=\"toolbelt-video-wrapper\"></div>\n</div>\n\n\n\n<p>Torque Magazine did an outstanding job live tweeting. </p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">\"With FSE a theme developer can develop with a more solid foundation. More of their time and energy can be spent building things that have more value for their customers\" <a href=\"https://twitter.com/vdwijngaert?ref_src=twsrc%5Etfw\">@vdwijngaert</a></p>&mdash; Torque (@TheTorqueMag) <a href=\"https://twitter.com/TheTorqueMag/status/1401945858598338562?ref_src=twsrc%5Etfw\">June 7, 2021</a></blockquote>\n</div>\n\n\n\n<p class=\"has-large-font-size\" id=\"0-the-transcript-and-table-of-contents\"><strong>The transcript and table of contents</strong></p>\n\n\n\n<div class=\"wp-block-sortabrilliant-guidepost\"><ul><li><a href=\"https://gutenbergtimes.com/feed/#0-introduction-of-the-topic-and-the-panelists\">Introduction of the topic and the panelists</a></li><li><a href=\"https://gutenbergtimes.com/feed/#1-what-is-full-site-editing-and-where-did-it-come-from-nbsp\">What is full site editing and where did it come from?</a></li><li><a href=\"https://gutenbergtimes.com/feed/#2-what-problem-does-full-site-editing-solve\">What problem does Full-Site Editing solve?</a></li><li><a href=\"https://gutenbergtimes.com/feed/#3-what-happens-to-websites-that-are-live-in-production-when-word-press-5-8-is-released\">What happens to websites that are live (in production) when WordPress 5.8 is released?</a></li><li><a href=\"https://gutenbergtimes.com/feed/#4-what-does-full-site-editing-change-for-the-various-word-press-stakeholders\">What does Full Site Editing change for the various WordPress stakeholders </a></li><li><a href=\"https://gutenbergtimes.com/feed/#5-why\">Why will Full-Site Editing be in Core and not a plugin?</a></li><li><a href=\"https://gutenbergtimes.com/feed/#6-w\">What will be the role of existing page builders?</a></li><li><a href=\"https://gutenbergtimes.com/feed/#7-what-is-going-to-happen-with-the-rest-of-the-open-source-solutions-like-joomla-drupal\">What is going to happen with the rest of the open-source solutions like Joomla, Drupal?</a></li></ul></div>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><em>JosÃ© RamÃ³n Padron:</em> Hello, Lesley.</p>\n\n\n\n<p><em>Lesley Molecke:</em> Hey, Moncho.</p>\n\n\n\n<p><em>JosÃ© RamÃ³n Padron:</em> I&#8217;m laughing, because this is the moment my neighbor started to do this at home. I don&#8217;t know. I hope it doesn&#8217;t sound through the microphone, but I&#8217;m hearing a hammer quite hard on that building. I hope it&#8217;s not-</p>\n\n\n\n<p><em>Lesley Molecke:</em> I can&#8217;t hear anything, but listen, I&#8217;m ready for this next session. I can&#8217;t believe that we&#8217;re already here. It&#8217;s already the final session of the day, and it&#8217;s going to be a good one.&nbsp;</p>\n\n\n\n<h2 id=\"0-introduction-of-the-topic-and-the-panelists\">Introduction of the topic and the panelists</h2>\n\n\n\n<p><em>JosÃ© RamÃ³n Padron:</em> Yes, it&#8217;s true. It&#8217;s going to be a good one, because we have a lot of good people talking about a quite good and hot topic inside the WordPress community. One of the things we are going to have, really near in, I don&#8217;t know, in 5.8, in the next version of WordPress, full site editing?</p>\n\n\n\n<p><em>Lesley Molecke:</em> Yes. We would like to welcome our panelists. This is a panel presentation, so it should be a good conversation with a number of experts speaking. So they will join us here on stage in just a moment. Hello, hello. Hi, everybody.&nbsp;</p>\n\n\n\n<p><em>Grzegorz ZiÃ³Å‚kowski:</em> Hello.</p>\n\n\n\n<p><em>Koen Van den Wijngaert:</em> Hello, there.&nbsp;</p>\n\n\n\n<p><em>Lesley Molecke:</em> Will you please introduce yourselves?&nbsp;</p>\n\n\n\n<p><em>Milana Cap:</em> Which order?</p>\n\n\n\n<p><em>Lesley Molecke:</em> As you wish.&nbsp;</p>\n\n\n\n<div class=\"wp-block-image is-style-rounded\"><img />Milana Cap</div>\n\n\n\n<p><em>JosÃ© RamÃ³n Padron:</em> So let&#8217;s start with Milana, just for talking.</p>\n\n\n\n<p><em>Milana Cap: </em>Because I&#8217;m the loudest. Well, you said expert. I&#8217;m here just for the cookies and to bribe contributors to come to documentation. Also, I&#8217;m here as documentation team co-rep. And I&#8217;m the docs focus lead for a new release, 5.8. I should be knowing what&#8217;s happening, hopefully soon. I&#8217;m Milana from Serbia.&nbsp;</p>\n\n\n\n<p><em>Lesley Molecke:</em> How about you, Danielle?</p>\n\n\n\n<p><em>JosÃ© RamÃ³n Padron:</em> Thank you so much.</p>\n\n\n\n<p><em>Danielle Zarcaro:</em> Sure. I&#8217;m having an issue too. I don&#8217;t know whether he&#8217;s blowing leaves or mowing the lawn? I don&#8217;t know what&#8217;s happening.&nbsp;</p>\n\n\n\n<div class=\"wp-block-image is-style-rounded\"><img />Danielle Zarcaro</div>\n\n\n\n<p><em>Lesley Molecke:</em> We can&#8217;t hear it, it&#8217;s okay.</p>\n\n\n\n<p><em>Danielle Zarcaro:</em> Good. I&#8217;m Danielle. I&#8217;m from the US. I am the head of paperback web development. We build custom WordPress websites and maintain them, and maintain existing websites, and all that that comes with. We just launched overnightwebsite.com. So that&#8217;s mostly what I deal with is the old and the new of WordPress. So it&#8217;s the whole range.</p>\n\n\n\n<p><em>JosÃ© RamÃ³n Padron:</em> Thanks, Danielle. Let&#8217;s go with Koen.</p>\n\n\n\n<div class=\"wp-block-image is-style-rounded\"><img /><em>Koen Van den Wijngaert</em></div>\n\n\n\n<p><em>Koen Van den Wijngaert:</em> Hey, hi, there. Is this thing on? Hey, Good evening. I&#8217;m Koen. I&#8217;m a WordCamp and meetup organizer from Belgium. I run my own company called NEOK IT, where I provide software consultancy, partly around WordPress. I&#8217;ve been working with WordPress for a few years now. I like to learn things, as well as challenge myself while doing it.&nbsp;</p>\n\n\n\n<p>So for a while now, I&#8217;ve been casually contributing to Gutenberg, as a way of giving back and mostly getting more accustomed to the ins and outs of the project. So that&#8217;s me.&nbsp;</p>\n\n\n\n<div class=\"wp-block-image is-style-rounded\"><img src=\"https://i1.wp.com/pbs.twimg.com/profile_images/1047874472403845121/ckX4uiBZ_400x400.jpg?resize=203%2C203&ssl=1\" alt=\"Image\" width=\"203\" height=\"203\" /><em>Grzegorz ZiÃ³Å‚kowsk</em></div>\n\n\n\n<p><em>Grzegorz ZiÃ³Å‚kowski:</em> It looks like it&#8217;s me now. So my name is Grzegorz ZiÃ³Å‚kowski. I live in OleÅ›nica, Poland, and I work at Automatic, where I spend all time contributing to the WordPress core. My main focus is Gutenberg. I was helping to merge changes from the plugin, Gutenberg plugin to the WordPress core for the upcoming WordPress 5.8 release, which won&#8217;t contain all the necessary pieces of the full site editing. However, there is a lot of new goodies coming that will be ready to use on the site.&nbsp;</p>\n\n\n\n<p><em>Lesley Molecke:</em> Excellent. So Moncho and I have come up with a bunch of questions for you. They go from really basic, and then they work up and get more and more exciting and interesting. So we&#8217;re going to start with the first one, which is actually, this is my question, because I don&#8217;t know the answer to it yet and hopefully you will educate me. What is full site editing and where did it come from?&nbsp;</p>\n\n\n\n<h2 id=\"1-what-is-full-site-editing-and-where-did-it-come-from-nbsp\">What is full site editing and where did it come from?</h2>\n\n\n\n<p><em>Koen Van den Wijngaert:</em> Maybe if I can start, maybe the best thing to say at first is that full site editing is not just a big monolithic heap of a big function. It&#8217;s better to think of it as a collection of a lot of features that come with Gutenberg, as part of the second phase of the Gutenberg roadmap. Maybe someone else can pitch in now, so I don&#8217;t do a monologue.</p>\n\n\n\n<p><em>Grzegorz ZiÃ³Å‚kowski:</em> If you don&#8217;t take a bigger picture, so full site editing is part of the Gutenberg project, there are four phases. And we are reaching this year, the end of phase two. The first one was introducing the building blocks for editing content. Now, we will be editing a full canvas of the sites. And the next two phases are collaborative editing. So to let people collaborate when they are changing websites or writing content. And the fourth one is multilingual support.</p>\n\n\n\n<p><em>Koen Van den Wijngaert:</em> What everyone is waiting for, I believe. That&#8217;s going to be a big one.&nbsp;</p>\n\n\n\n<h2 id=\"2-what-problem-does-full-site-editing-solve\">What problem does Full-Site Editing solve?</h2>\n\n\n\n<p><em>JosÃ© RamÃ³n Padron:</em> Anything else? Anything else? Because one of the things inside of Lesley&#8217;s question is, what problem does it solve? Which is, I think, very interesting. What do you think?</p>\n\n\n\n<p><em>Milana Cap:</em> I think that the problem it&#8217;s trying to solve is to give the user one unique workflow to edit everything. Because at this moment, you have post, you have page, and you go to block editor. Or if you are not brave enough, you&#8217;re still using classic editor and you edit your content there.&nbsp;</p>\n\n\n\n<p>But then you want to change your logo, then you have to go to customizer. But then you have some theme options. And it depends on theme from theme, what will you edit and where? I believe the idea is to release end user from need to know everything about the theme, you just go there and you just edit.&nbsp;</p>\n\n\n\n<p>And if you want to edit footer, and you&#8217;re on the post and you&#8217;re editing post, and then you realize the menu is not correct, you edit menu. You don&#8217;t need to know, because nobody cares is it customizer or whatever? People care to know where it is. And it&#8217;s a good thing that you can see how it looks on the front end, which I think was the initial idea for Gutenberg. But who knows? Maybe I&#8217;m wrong.</p>\n\n\n\n<p>I think that&#8217;s a huge problem that will be fixed, and solved with full site editing. For us who are building websites, I know that for every website, I have to create a ton of tutorials and everything, to show clients how to use it. And this will solve all that. So we will be out of job.</p>\n\n\n\n<p><em>Koen Van den Wijngaert:</em> I also like to think that it brings a lot of power and more freedom and flexibility to end users of a website. Because in the traditional way of doing things, there&#8217;s a few ways one can have a WordPress website. He can have an agency, have a website built for him. Or he could be using some sort of a theme builder, or he could have installed a theme from the theme directory or maybe it&#8217;s even a custom theme.</p>\n\n\n\n<p>But now end users are able to have so much more power about editing templates, and editing all sorts of aspects of their website. I think that&#8217;s really exciting to look forward to.&nbsp;</p>\n\n\n\n<p><em>Danielle Zarcaro:</em> I think it solves a couple of problems, to add to that. It takes away some of the ambiguity around how to edit each individual thing. So WordPress&#8217;s whole thing is to democratize publishing. There were areas of the websites that were just not available to edit to anyone who doesn&#8217;t know code.&nbsp;</p>\n\n\n\n<p>So there&#8217;s the ease of use gap that came about, that you can&#8217;t edit the 404 page, you can&#8217;t edit the header or footer, unless an option is available. Is the theme using the site logo that you upload in WordPress, or you&#8217;re going to upload the image and then theme isn&#8217;t going to show it. It gets rid of those, however the theme developer decided to do it that day, and it streamlines a lot of that process to do some expected behavior to make it easier for anyone to hop into a site and edit it, and it democratizes publishing on a whole new level.&nbsp;</p>\n\n\n\n<p><em>Koen Van den Wijngaert:</em> That&#8217;s a nice way of saying it. Yes. Because right now there&#8217;s this huge fragmented world of all different ways of themes that came up with our own way of editing site features and headers and customizing things. But there&#8217;s no real standard way of doing that. So it just makes it harder to step out of that particular ecosystem, I think. I&#8217;m looking forward to the standardized way of doing theming in WordPress.</p>\n\n\n\n<p><em>JosÃ© RamÃ³n Padron</em>: Grzegorz, I think you had something. Yes.</p>\n\n\n\n<p><em>Grzegorz ZiÃ³Å‚kowski:</em> I wanted to add some more to it. Because I think it&#8217;s important to note that it&#8217;s not only about unifying everything, but it&#8217;s also to giving the power to users to change those little bits that annoy them, like the color of the header, or the font size.&nbsp;</p>\n\n\n\n<p>Before, you would have, or either learn CSS or learn HTML just to edit that. But now you will have tools that will allow that, and you won&#8217;t have to call your site administrator to do a simple change. So maybe you could tell that, remove the job from those people who maintain those sites, but on the other hand, they will have more time to work on expanding their offering and improving their own products or services, just to use the time.</p>\n\n\n\n<p>So this is something that sounds scary, but on the other hand, it opens a lot of possibilities. Because the idea of blocks also gives you the power that you can create your own blocks that you can use in several websites, and give additional functionality out of the box for your customers.</p>\n\n\n\n<h2 id=\"3-what-happens-to-websites-that-are-live-in-production-when-word-press-5-8-is-released\">What happens to websites that are live (in production) when WordPress 5.8 is released?</h2>\n\n\n\n<p><em>JosÃ© RamÃ³n Padron:</em> So regarding that this is something new, something is going to happen from 5.8, as far as I know, what happens to the WordPress websites that are already live and in production? Must they be rebuilt in order to use full site editing? Or they&#8217;re going to work in the way they are?&nbsp;</p>\n\n\n\n<p><em>Milana Cap:</em> They have to be rebuilt completely. It will crash. No, it won&#8217;t.</p>\n\n\n\n<p><em>Koen Van den Wijngaert</em>: It will just crash when you update.&nbsp;</p>\n\n\n\n<p><em>Milana Cap:</em> No, it won&#8217;t.</p>\n\n\n\n<p><em>Lesley Molecke:</em>That&#8217;s big news.&nbsp;</p>\n\n\n\n<p><em>Koen Van den Wijngaert:</em> Oh, we were not supposed to say that, sorry.</p>\n\n\n\n<p><em>Milana Cap:</em> No, they will not be crashed, they will not have to be rebuilt completely. As you all know, WordPress always build in mind with what is already out there, not to crash anything. And in 5.8, not everything will get in. So if I&#8217;m wrong, please correct me, but I think that in 5.8, you will have to install a Gutenberg plugin to actually use full site editing. So not everything will be there, but it will be foundation for the next releases when everything else will come in.&nbsp;</p>\n\n\n\n<p>But still, we will have some nice things coming in and nothing will break. You can go part by part and rebuilding it and adapting for a complete editing experience.&nbsp;</p>\n\n\n\n<p><em>JosÃ© RamÃ³n Padron:</em> Thanks, Milana. Anything to add ?</p>\n\n\n\n<p><em>Koen Van den Wijngaert:</em> Maybe Grzegorz can do it.&nbsp;</p>\n\n\n\n<p><em>Grzegorz ZiÃ³Å‚kowski:</em> You can go.&nbsp;</p>\n\n\n\n<p><em>Koen Van den Wijngaert:</em> Okay, but you can just&#8230; Well, some of the full site editing features will be added to 5.8, I think, but Grzegorz will probably be able to say which one exactly. I&#8217;m hearing feedback.&nbsp;</p>\n\n\n\n<p><em>JosÃ© RamÃ³n Padron:</em> An echo. There is an echo.</p>\n\n\n\n<p><em>Koen Van den Wijngaert:</em> So it&#8217;s not some monolithic feature, like we said before, but it&#8217;s more like a collection of features and they won&#8217;t be turned off all at once by default, by just upgrading to WordPress 5.8. You do need to have a full site editing team to enable all features, but some of them will also be available for non-block based themes.&nbsp;</p>\n\n\n\n<p>Things like the template editor blocks, the site logo, the tagline, the query blocks, posts, posts related blocks, like post title, post [inaudible 00:14:45], they will all be made available in the post editor. And as well as that, I think it was also possible to also not edit, but with add new templates to a normal theme and edit those in the template editor. It&#8217;s pretty awesome.&nbsp;</p>\n\n\n\n<p><em>Grzegorz ZiÃ³Å‚kowski:</em> So the first step is to allow people to change, use the block-based paradigm on a single page. So think about that, about previously you would have to create a PHP file to change a single page view. And now you will be able to do that to through UI, and that will create an override that you would be able to delete later. But as a user, so it&#8217;s more like empowering people who have access to the sites, rather that&#8217;s a feature for the team designer.</p>\n\n\n\n<p>So that&#8217;s one thing. And everything like that is optional, so there will be a flag to disable that. So site owners or theme authors we will say that, &#8220;I don&#8217;t want that,&#8221; and they can remove that.&nbsp;</p>\n\n\n\n<p>The one big change is that not necessarily related to full site editing, but is somehow in the same area is the widget editor, which will be&#8230; I don&#8217;t know what&#8217;s the final decision, but it will be depending on the feedback from the testing, either an opt-in or opt-out.</p>\n\n\n\n<p>So the idea would be that you will be able to use the same blogs you use in your content to use also in site, when you would previously use widgets. So that&#8217;s a nice change. If you have your own custom blocks, you would be able to put there as well, which will open those new possibilities, and also somehow unify the interface.&nbsp;</p>\n\n\n\n<p>But as you could hear, there is a lot of new blocks coming. But it&#8217;s just addition, it&#8217;s not something that you have to use. It&#8217;s just there if you want to try them out, that will be perfect time to do that after 5.8 is out. And there is a-</p>\n\n\n\n<p><em>Koen Van den Wijngaert:</em> That will be released tomorrow, by the way. So if you want to test it, please do so. It&#8217;s by a lot of users that can test and provide feedback on the new update that we can improve upon those things, and decide what can be added and what should be skipped. So go install it tomorrow.</p>\n\n\n\n<p><em>Lesley Molecke:</em>Yes, we should acknowledge that, that everyone here is actually working really hard right now to create the new release, while also attending WordCamp Europe and being here on this panel and contributing on track too, and y&#8217;all are everywhere. Thank you, thank you, thank you for your time.&nbsp;</p>\n\n\n\n<h2 id=\"4-what-does-full-site-editing-change-for-the-various-word-press-stakeholders\">What does Full Site Editing change for the various WordPress stakeholders </h2>\n\n\n\n<p>My next question has to do with stakeholders. So obviously, a big change like this to WordPress has multiple stakeholder groups. It has the end users, the users of WordPress websites down the road. It has the editors of WordPress websites. It has the companies who build themes and the companies who build plugins, and the people who contribute, all of these different groups.&nbsp;</p>\n\n\n\n<p>I&#8217;m interested in talking about the theme creators who currently primarily rely on offering block patterns with their own header and footer and sidebar management. So how does that work with full site editing?</p>\n\n\n\n<p><em>Danielle Zarcaro:</em> Well, it works the same way. You can offer whatever you want. I think it&#8217;s a misconception that by giving the users the ability to do what they want means that they&#8217;ll be able to do anything they want. If you are someone like me who&#8217;s creating custom sites, you can actually more easy put options and make it so that you don&#8217;t have to install a whole extra plugin to add a couple of extra options. You reserve that for the bigger projects that you&#8217;re doing.</p>\n\n\n\n<p>And it&#8217;s up to the theme creators, if they&#8217;re creating a theme on a wider scale, instead of just an individual client, that&#8217;s up to them to decide how they want it to work. They just opt into stuff, they add stuff, they add their custom options, but it&#8217;s all working within the same ecosystem, and we&#8217;re all speaking the same language now instead.</p>\n\n\n\n<p>So if you don&#8217;t want to make it so that your header and your footer and your sidebars are manageable in the block editor or in full site editing, then I guess you don&#8217;t have to. You can hard code whatever you want, you can do that now, you don&#8217;t have to make any options available.&nbsp;</p>\n\n\n\n<p>But then at some point, you&#8217;re going to start to fall behind, in terms of what you&#8217;re able to do. So it&#8217;s going to work the same way, just with more possibilities. That&#8217;s how I go about looking at it.&nbsp;</p>\n\n\n\n<p><em>Koen Van den Wijngaert:</em> You&#8217;ll be able to turn off or on, or even tweak some of the configuration options just by providing a single JSON file for those things. But also, I like to think that with full site editing, a theme developer or theme designer can benefit from a more solid foundation that is standardized and optimized for things like accessibility, usability and performance.&nbsp;</p>\n\n\n\n<p>That way more of their time and energy can be spent into building things that actually add value to their customers, all the while benefiting from the existing full site editing features and even tweaking them to their liking. So that&#8217;s a big plus, I think. So they don&#8217;t have to go and reinvent the wheel every time they build a new website.</p>\n\n\n\n<p><em>JosÃ© RamÃ³n Padron:</em> There is something related to the last major change we saw in WordPress, when Gutenberg appears, when Gutenberg finally was born in 5.0. And now you can see that there is a plugin that is the old editor. And at this moment, we this kind of legacy, we can call it legacy, but it&#8217;s still available there.&nbsp;</p>\n\n\n\n<h2 id=\"5-why\">Why will Full-Site Editing be in Core and not a plugin?</h2>\n\n\n\n<p>My question is about why there are things that can sit in the core, and a different one can be set as a plugin? For example, why put the full site editing in the core when it is something that the majority of users at this moment don&#8217;t know? And we hope all of them are going to use it, but as everything that comes new in WordPress, there is always a time for getting used to it.&nbsp;</p>\n\n\n\n<p>So what do you think is the main reason full site editing is in the core and not, for example, in a plugin and people can choose if they want it or not?</p>\n\n\n\n<p><em>Milana Cap:</em> I think that now that we have Gutenberg in core, and full site editing is obviously expansion of what we were using in core by now, I think it would be silly not to have it in core and have it as a plugin, when you can use&#8230; This is just a foundation to put all the blocks that you already have. So it&#8217;s not like the structure that you still don&#8217;t have, you have. There is Gutenberg and now you will just expand it to the whole website.</p>\n\n\n\n<p>And there is benefit in having everything standardized, especially for people who are using themes from our repository. So when you switch theme, you have all those available, things to edit, you know where it is, and you have all the blocks available.</p>\n\n\n\n<p><em>JosÃ© RamÃ³n Padron:</em> Makes sense.</p>\n\n\n\n<p><em>Milana Cap:</em> So that&#8217;s a huge benefit. I love that theme in wordpress.org is insisting on idea that people will change themes, and they cannot lose anything. I love that idea. I think this will really help having that.&nbsp;</p>\n\n\n\n<p>So when you have custom themes, and people have different ways of editing right now the header, the footer, or they don&#8217;t have it at all, so you&#8217;re afraid to change the theme. But with full site editing, you will have all that available.</p>\n\n\n\n<p>Now, as far as not knowing how to use it goes, we didn&#8217;t know many things, how to use. And the thing that we really need right now is, here comes my pitch, documentation. So we really, really need to document everything good, because when you don&#8217;t have documentation, people don&#8217;t know how to use it and then they don&#8217;t interact with it enough. They don&#8217;t find bugs, they don&#8217;t contribute. They don&#8217;t think ideas how to expand it, and you don&#8217;t have contributors, and there is no cycle for open source. So first, we need to do a good documentation.&nbsp;</p>\n\n\n\n<p>We did fail a bit with Gutenberg getting in, and we can still feel it. We can still feel developers who are frustrated and don&#8217;t know how to work with it and how to build on that. I&#8217;m asking everyone to come and help. While doing documentation, you will actually learn how to do it.&nbsp;</p>\n\n\n\n<p>I&#8217;m not afraid of new things. I don&#8217;t think anyone should be afraid, especially because this is not a really new thing, like Gutenberg was a new thing. We didn&#8217;t know what it was. Now we know, full site editing is what we already know, it&#8217;s new, but expanded, so it&#8217;s easier to learn. And if we do enough work, and we are doing&#8230; people make WordPress themes are doing great job.</p>\n\n\n\n<p>Just mentioning few, Anne is doing the testing, great job, and Carolina even have a website for full site editing where you can read everything. So it&#8217;s doing better, and we can learn and there are resources, so there&#8217;s no need to be afraid of it.&nbsp;</p>\n\n\n\n<p><em>Koen Van den Wijngaert:</em> And if I&#8217;m not mistaken, there&#8217;s even seven milestones added to the full site editing milestones. It&#8217;s called gradual adoption. So that it focuses solely on making sure that full site editing features are being adopted better and more gradual. And that work is being put into actually making sure that the documentation is on par, and that the dev notes are up to date, and all of that kind of thing. So that&#8217;s also important. That&#8217;s also part of the work that&#8217;s now being done after the feature freeze for the 5.8 features.&nbsp;</p>\n\n\n\n<p><em>Danielle Zarcaro:</em> I think from my perspective, as someone who&#8217;s working with it and working with people, no one&#8217;s going to use it if you make it optional. People are going to do what they&#8217;re going to do, if you let them.&nbsp;</p>\n\n\n\n<p>I think WordPress itself has never, it&#8217;s been very transparent about where it&#8217;s going. We&#8217;ve all been able to use Gutenberg for years now. We&#8217;ve been able to install the plugin, and then we&#8217;ve been able to use the block editor in core for years now. So it&#8217;s like we&#8217;ve had this getting used to period.</p>\n\n\n\n<p>So we&#8217;re just going in the direction that we said we&#8217;d go in, and people can still find ways to go backwards. They can still install the classic plugin for sites that need it, they can install the classic plugin for certain things. They cannot enable the block editor for custom post types. There&#8217;s all kinds of stuff that you can do to counteract some of that.&nbsp;</p>\n\n\n\n<p>But like I referenced before, and I&#8217;ve talked a lot about this in the past, at some point, you have to embrace the tool that you&#8217;re using. So you&#8217;re either going to embrace the fact that we&#8217;re all working towards the same goal, or you&#8217;re working against it and basically forking your own version and working on your own, which is fine. But then you can&#8217;t offer the latest stuff.&nbsp;</p>\n\n\n\n<p>I think it&#8217;s up to you as a developer to, on some level, work with things, and meet WordPress where it is. You have to give up. WordPress is open source. You have to allow yourself to go with the tide a little bit.&nbsp;</p>\n\n\n\n<p>And when you have new users who come into WordPress, who are installing things, they&#8217;re not going to know that there was an old WordPress. They&#8217;re not going to know that, oh, I have to install this other plugin to enable all of these awesome features. You have to think forward. So you have to allow these new users to start installing it, and use all the cool latest stuff.&nbsp;</p>\n\n\n\n<p>If someone wants to go backwards for a bit, then they can put the work in to do that.&nbsp;</p>\n\n\n\n<p><em>Grzegorz ZiÃ³Å‚kowski: </em>It&#8217;s also worth mentioning that the full site editing, it&#8217;s soon to be included in the core, it&#8217;s always something that we wanted to have. It&#8217;s not something that came, because there was the 5.0 release and the block editor. It&#8217;s the other way around.</p>\n\n\n\n<p>So we took the smallest step possible to enable people to start using this block paradigm, start learning UI. We got a lot of feedback. And if you look at the iterations that worked, how the editor looked two and a half years ago and how it looks now, it&#8217;s a completely different product.</p>\n\n\n\n<p>And also the way, how we people started thinking about building content with blocks is different. It&#8217;s not longer, building small custom blocks, but rather combining a lot of existing blocks into block patterns, into having UIs, having ways to change a big portion of the page with solutions. Like now it&#8217;s coming to the query block that allows you to switch the list of blog posts will be displayed on the page.</p>\n\n\n\n<p>So we are constantly trying to make it easier for users to provide the infrastructure, also for plugin authors, for theme authors, so they can build upon that, and have the unified experience. So people, once they learn how to write a post, they will know how to change the template of the page, because it&#8217;s exactly the same paradigm.&nbsp;</p>\n\n\n\n<p>It&#8217;s even in the same UI interface. You just go from one page to another, without the page reload. Everything can happen, you can go back, you can revisit how it looks when you compose everything together. It&#8217;s no longer you need to go to the preview of the page and see another tab to see, oh, it looks good, but now something broke outside of the post content. I need to go find customizers and go to this template, or call the theme author on the support and change that for me.&nbsp;</p>\n\n\n\n<p>So this is a huge project, and has so many layers on top of that. We want to bring as much as possible, I would say, what makes sense to most of the users, but not all of them. Because there is always room for extenders to build their own solutions on top of that, and give this unique perspective and look and feel for the customers.</p>\n\n\n\n<h2 id=\"6-w\">What will be the role of existing page builders?</h2>\n\n\n\n<p><em>Lesley Molecke:</em> I feel like we&#8217;re tiptoeing closer and closer to this question. I&#8217;m just going to ask it, just get it out there on the table. What do you all feel is the big role for the online page builders, the Divi, the Elementor, these big guys, taking into account that we&#8217;re moving into full site editing, block patterns, all of these things that are being built into WordPress core? What is the role of these page builders that so many of us use?&nbsp;</p>\n\n\n\n<p><em>Danielle Zarcaro:</em> I think that&#8217;s up to them. I think ultimately, they were there to push the envelope. They were there to bring us to where we currently are. I think without them, we might not have had this extra push. Maybe it would have taken a few more years to put all this into core. These builders saw this hole and filled it.&nbsp;</p>\n\n\n\n<p>And ultimately, they&#8217;re going to have a different UI anyway. So they&#8217;re going to do have their fan base, they&#8217;re going to have their whatever preference to editing things, maybe certain things are dragging and dropping. Whatever they make available, they&#8217;re going to extend WordPress. So that&#8217;s up to them to decide how they&#8217;re going to go about it.&nbsp;</p>\n\n\n\n<p>So they&#8217;re all already currently working with the block editor, all the major ones anyway are. If they&#8217;re concerned at all about future proofing themselves, they&#8217;ve already looked into how to integrate themselves with the block editor. I think it&#8217;s only going to enhance everything to see how they go about integrating themselves into the new ecosystem.&nbsp;</p>\n\n\n\n<p>I really love, as a developer, I love the way Oxygen goes about it, where you can build stuff, and then go and edit it in Gutenberg. So that&#8217;s a really cool take on it. And so it&#8217;s just a new way to innovate, and they&#8217;re going to have their place.</p>\n\n\n\n<p>I think it&#8217;s cool that we now have these established things. We have these people to look to, to see where are the new holes in WordPress? Where can we go from here? And they&#8217;re going to continue to just push the envelope. I love the diversity that&#8217;s out there.&nbsp;</p>\n\n\n\n<p>When you talk about builders, there&#8217;s at least four that come to mind and that&#8217;s awesome. And I hope that it stays that way and grows. And that&#8217;s only going to help us. And so hopefully, it&#8217;ll take away some of that, Divi does this way and Elementor does this way. So some things are going to hopefully become uniform, and then they&#8217;ll branch out in other ways.&nbsp;</p>\n\n\n\n<p><em>Koen Van den Wijngaert:</em> Exactly. Because now, there&#8217;s a few big ones indeed, and they all seem to have their own ecosystem surrounding them, which is okay, because as you said, they all implement and provide their own stream of users to the WordPress platform. So it&#8217;s definitely interesting to look at, and observe how they will interact with WordPress and Gutenberg.</p>\n\n\n\n<p>I know most of them already have some sort of a way to either include a new template view or something as a block, or even toggle between Gutenberg and their own editor. But the thing I&#8217;m actually quite looking forward to is whether or not they will start using the new default way of doing things. So that they can actually merit from how it is now going to be supposed to be done, and add on top of that their own set of features and new value-adding stuff.&nbsp;</p>\n\n\n\n<p>Like the cadence theme, for example, is doing. In my eyes, it&#8217;s quite a nice way of implementing Gutenberg the right way. I&#8217;m very interested to see how they will be going to implement full site editing things in the near future, because now it&#8217;s all in the customizer, of course. So, interesting.&nbsp;</p>\n\n\n\n<h2 id=\"7-what-is-going-to-happen-with-the-rest-of-the-open-source-solutions-like-joomla-drupal\">What is going to happen with the rest of the open-source solutions like Joomla, Drupal?</h2>\n\n\n\n<p><em>JosÃ© RamÃ³n Padron:</em> We were talking about how full site editing can affect the own WordPress ecosystem, talking about for example, what happens with the builders, builders like Divi, Elementor, et cetera. But what do you think, taking account you are developers, designers, you are on the technical side, contributors, what do you think is going to happen with the rest of the open source solutions like Joomla, Drupal? How do you think it&#8217;s going to affect? So it&#8217;s going to make WordPress better than the rest, it&#8217;s going to be a real advantage in front of the rest, like Wix, like the other ones, not only in the open source reality, but outside WordPress? What do you think is going to happen with full site editing?</p>\n\n\n\n<p><em>Milana Cap: </em>They will all take Gutenberg. Drupal already do it.</p>\n\n\n\n<p><em>Koen Van den Wijngaert:</em> But Drupal also has a [crosstalk 00:37:15]. But there&#8217;s not like this CMS is better than the other one. They all serve different purposes. And it&#8217;s like using the right tool for the right job. And having more competition in the game is pretty good actually.</p>\n\n\n\n<p>I think the biggest reason that we, as WordPress, have the biggest market share to date in the CMS market is because of the low threshold to start building websites. And that&#8217;s partly thanks to all of those theme builders. I think it&#8217;s important to reach out and make sure that we all keep using WordPress and not just fork off their own version of WordPress, because it&#8217;s open source, they can do that.&nbsp;</p>\n\n\n\n<p>So if we all collaborate, we can build pretty nice things, I think.&nbsp;</p>\n\n\n\n<p><em>Milana Cap:</em> I think we already saw this many times in history, but let&#8217;s just take a look at Internet Explorer 6. It was so bad that we got this good Chrome and Firefox. And it was so difficult to create posts for some people in WordPress, that we got page builders. So this is happening. There is always this kind of competition between WordPress and Joomla and Drupal.&nbsp;</p>\n\n\n\n<p>But the truth is, they all have their share. Ours is a little bigger than theirs, but they will continue to exist, and I hope they will push, they will invent something new. And then we will be jealous, and we will do something better, because that&#8217;s how it works. Human mind compares. So that&#8217;s what we do.</p>\n\n\n\n<p>I&#8217;m proud that 12 years ago I have selected WordPress and now it&#8217;s 40%. I think I&#8217;m smart, because I did that. But I don&#8217;t like just one way of doing things. I like things messing up. I like people inventing new things. That makes us all better and everything makes better.&nbsp;</p>\n\n\n\n<p>I&#8217;m really looking forward to see what other CMSs will do, but also what will page builders do. I have never used page builder, as someone who builds website and some of you uses website. I cannot say anything.&nbsp;</p>\n\n\n\n<p>But I&#8217;m seeing in our WordPress Serbia Facebook group, I&#8217;m seeing people asking questions about it. I know what they are doing and how, and I really hope to see they invent something insane, so we will have to push Gutenberg again and just pushing forward.&nbsp;</p>\n\n\n\n<p><em>Koen Van den Wijngaert:</em> Even better.</p>\n\n\n\n<p><em>Danielle Zarcaro:</em> I think it&#8217;s going to blur the line a little bit. Because I just recently had to go into a Wix site and it is no longer Wix or Weebly. It is Wix or Webflow. Webflow popped up as an in between to Weebly and the GoDaddy builder and WordPress.</p>\n\n\n\n<p>I think it blurs the line a little bit, where you can now visually edit things and you can now edit those parts, like I said, the 404. All these other things, you can just do now. And so I think it blurs the line and WordPress can now fit into more categories as well.</p>\n\n\n\n<p>So maybe it&#8217;s not a Squarespace, which is a template machine that you stick a bunch of stuff in and it&#8217;s easy, but it does open it up to a whole nother market. Instead of just, oh, you got to have somebody on your side, it now opens the door for more people. And then now they&#8217;re ready to grow, and now they come to you and are familiar with WordPress.&nbsp;</p>\n\n\n\n<p>So there&#8217;s the three or four other markets that&#8217;ll pop up as well. So it blurs a little bit and makes it a little more accessible.&nbsp;</p>\n\n\n\n<p><em>Grzegorz ZiÃ³Å‚kowski:</em> There&#8217;s also one thing that I&#8217;m looking forward to, is the blog patterns directory, which should enable a quicker creation of websites, instead of going, changing everything yourself. If you don&#8217;t have, like me, skills for designing, you just pick something that someone crafted very carefully. And maybe pay some fee for that and have unique experience for all the use cases you have.</p>\n\n\n\n<p>It&#8217;s no longer you need to use one theme, and hope that it has all the solutions you need. Instead, you can combine from different sources and build the best experience you need. So that&#8217;s one thing.</p>\n\n\n\n<p>One thing that I&#8217;m looking forward to is how I&#8217;m seeing the growth of headless. It&#8217;s getting a lot of attention at the conferences in the WordPress community. And that interaction with full site editing, I&#8217;m looking forward how that will evolve. Because at the moment, if you want to use headless solutions you need to build from scratch the front end side.</p>\n\n\n\n<p>However, if you combine that with what Gutenberg can produce and reach that, that will open a new set of possibilities. And that will bring big companies looking at WordPress, because now they will be able to build completely custom solutions, and also use whatever WordPress provides in its core, rather treating it as a source of the content only.</p>\n\n\n\n<p><em>JosÃ© RamÃ³n Padron:</em> I&#8217;m glad to read that question.&nbsp;</p>\n\n\n\n<p><em>Lesley Molecke:</em> Koen, you have one final thing to add, before we sign off?</p>\n\n\n\n<p><em>Koen Van den Wijngaert:</em> I was going to say that one obstacle might be that a lot of back end developers have mostly skills in writing PHP and stuff. But most of the new features, you really do benefit more if you have a JavaScript back end. I think we should also focus on helping those developers transition into more and more adopting JavaScript and active development to develop even better new solutions.</p>\n\n\n\n<p><em>Milana Cap: </em>And documentation.&nbsp;</p>\n\n\n\n<p><em>Koen Van den Wijngaert:</em> Most importantly, of course.&nbsp;</p>\n\n\n\n<p><em>Lesley Molecke: </em>Yes. Well, thank you, thank you, thank you all for this really interesting conversation. I now know more about full site editing than I do before, thanks to you. But also, I think our audience does as well, which is fantastic.</p>\n\n\n\n<p>And again, thank you for taking the time to join us, even though you&#8217;re also so, so busy working on the new release, and working on this massive change to WordPress. We&#8217;re really grateful to you and your time. Enjoy the rest of the conference. We will see you later and thank you.&nbsp;</p>\n\n\n\n<p>Will you be heading over to the Q&amp;A room to talk with the audience? Does that sound like a familiar thing to you? All right.&nbsp;</p>\n\n\n\n<p><em>Milana Cap:</em> We can, if there are questions.</p>\n\n\n\n<p><em>JosÃ© RamÃ³n Padron:</em> There will be.</p>\n\n\n\n<p><em>Lesley Molecke:</em> People can also make meetings with you and see you in other rooms and things.</p>\n\n\n\n<p><em>JosÃ© RamÃ³n Padron:</em> There will be more content related full site editing during WordCamp Europe, in each day, I think, or also in the number two track. So this is not the last time we are going to talk about full site editing.&nbsp;</p>\n\n\n\n<p>Another thing is to say thank you for accepting our invitation, more or less in the last minute. Thank you. Thank you so much.</p>\n\n\n\n<p><em>Lesley Molecke:</em>Thank you all.</p>\n\n\n\n<p><em>Milana Cap:</em> Thank you, bye.&nbsp;</p>\n\n\n\n<p><em>Grzegorz ZiÃ³Å‚kowski:</em> Thank you.</p>\n\n\n\n<p><em>Koen Van den Wijngaert:</em> Thank you. Very nice to being here.&nbsp;</p>\n\n\n\n<p><em>JosÃ© RamÃ³n Padron:</em> See you around. Ta-ta.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 30 Sep 2021 18:15:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Birgit Pauli-Haack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:37;a:6:{s:4:\"data\";s:13:\"\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:106:\"Gutenberg Times: Themes for Full-Site Editing and Getting ready for WordPress 5.8 â€“ Weekend Edition #172\";s: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:\"https://gutenbergtimes.com/?p=18038\";s: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:112:\"https://gutenbergtimes.com/themes-for-full-site-editing-and-getting-ready-for-wordpress-5-8-weekend-edition-172/\";s: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:19490:\"<p>Howdy, </p>\n\n\n\n<p>It&#8217;s the eve of the second virtual <a href=\"https://europe.wordcamp.org/2021/\"><strong>WordCamp Europe</strong></a>. Tickets are still available for another awesome three days with talks, workshops and contributor events. This year, the organizer decide to sprinkle contributor event into the rest of the schedule and have for all three days, a mix between techtalk, business talks and contributor presentation and discussions. There are quite a few events around the Block editor, Full-site-editing and block-based themes. <a href=\"https://gutenbergtimes.com/wordcamp-europe-2021-starts-monday/\">I compiled a list for you.</a> And just because I am so focused on Gutenberg, doesn&#8217;t mean you have to. ðŸ˜Ž <a href=\"https://europe.wordcamp.org/2021/schedule/\">Check out the schedule</a> and <a href=\"https://europe.wordcamp.org/2021/registration/\">get your tickets now</a>. </p>\n\n\n\n<p>Hopefully, it will be the last virtual conference and we will see each other at an in-person WordCamp Europe in 2022. I am still hoping for Porto, Portugal.  At this state of withdrawal from meeting WordPress friends in person, it doesn&#8217;t matter where it will take place, thought. It&#8217;ll be a Hug-Fest. </p>\n\n\n\n<p>Last week, I mentioned the next<a href=\"https://us02web.zoom.us/webinar/register/4216223029678/WN_gyOVb1h4S4iO_UZi1GMQaA\"> <strong>Gutenberg Times Live Q &amp; A</strong></a> in the subscribers-only section of this newsletter. Now we have a full panel. <a href=\"https://us02web.zoom.us/webinar/register/4216223029678/WN_gyOVb1h4S4iO_UZi1GMQaA\">Registration is officially open</a>. I am thrileed to host Daisy Olsen, Jeff Ong and Tammie Lister for our show on <strong>How to get started on Theme building for Full-site Editing and using the Theme.json file</strong> to configure your theme, and its interaction with the block editor. The Theme.json file will be introduced with the release of WordPress 5.8 in July 2021. <a href=\"https://us02web.zoom.us/webinar/register/4216223029678/WN_gyOVb1h4S4iO_UZi1GMQaA\">Get a head start and join us!</a></p>\n\n\n\n<p><strong>Grzegorz (Greg) Ziolkowski</strong> will be back from vaction next week and we will record our next <strong>Changelog </strong>episode on Friday 11, 2021. I am so excited and can&#8217;t wait until Grzegorz is back!  If you have questions or suggestions or news, you want us to consider, hit reply or send them to <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a>. We now have consitently 500 &#8211; 800 downloads per week. It&#8217;s humbling, mind-boggling and inspiring.  And if YOU are a listener, Thank You!  If you have a minute or two, <a href=\"https://lovethepodcast.com/gutenbergchangelog\">consider writing a review of the podcast</a>. We&#8217;d be grateful and might read it out loud on the next show. </p>\n\n\n\n<p>Alright, that&#8217;s the news around Gutenberg Times. Below you&#8217;ll find what else happened in the Gutenberg universe. Enjoy! </p>\n\n\n\n<p>Yours, ðŸ’•<br />Birgit</p>\n\n\n\n<p><em>PS: Hope to see you at WordCamp Europe. Don&#8217;t forget to join the #WCEU channel on WordPress Slack and meet speaker, sponsors, organizer and attendees like you and me. </em></p>\n\n\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<h2>Full-Site-Editing &amp; Themes</h2>\n\n\n\n<p><strong>Anne McCarthy</strong> published the <a href=\"https://make.wordpress.org/test/2021/06/02/fse-program-stick-the-landing-pages-summary/\"><strong>Stick the landing (pages) Summary</strong></a>. This post is a summary of the sixth call for testing for the experimental FSE outreach program, which also was translated into Italian to reach more of the non-English audience. Earlier calls were also translated into Japanese. The group of FSE testers is much bigger now, thanks to the persistent efforts by Anne to reach out to the community and stay on top of all the issues around the template editor. </p>\n\n\n\n<p>A reminder: You can still join the the seventh call for testing:<a href=\"https://make.wordpress.org/test/2021/05/26/fse-program-testing-call-7-polished-portfolios/\"> </a><strong><a href=\"https://make.wordpress.org/test/2021/05/26/fse-program-testing-call-7-polished-portfolios/\">Polished Portfolios</a> </strong>&#8211; The deadline for your feedback was extended to June 16th, 2021. </p>\n\n\n\n<p>If you read this before Sunday night, you can participate in the <a href=\"https://www.meetup.com/Philadelphia-WordPress-Meetup-Group/events/278507419/\"><strong>Full Site Editing Review and Test-a-thon </strong></a>Sunday, June 6th at  7 &#8211; 8:30 pm with the <strong>WordPress Meetup </strong>group in Philadelphia. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p>Reading through the summary,  I am stuck on trying to understand the difference between a template built by the site-owner and a theme template. What will happen with their templates when the site-owner decides to change the overall theme of their site? There is still plenty to be figured out. <strong><a href=\"https://github.com/WordPress/gutenberg/pull/31971\">How edited block templates are linked to themes</a></strong> is topic of the discussion on GitHub. The Gutenberg team would appreciate some thoughts from folks familiar with these APIs (theme mods, performance, database).</p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong>Kjell Reigstad</strong> posted again acomprehensive list of issues and discussions regarding block-based themes and Full-Site Editing: <a href=\"https://make.wordpress.org/themes/2021/06/04/gutenberg-themes-week-of-may-31-2021/\"><strong>Gutenberg + Themes: Week of May 31, 2021</strong></a>. Any of the listed items are worth checking out and consider commenting. The more the team knows the better the next iteration of Full-Site editing and block-based themes becomes. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<h2>WordPress 5.8 release preparations</h2>\n\n\n\n<p>From the <a href=\"https://make.wordpress.org/core/2021/06/05/devchat-meeting-summary-june-2-2021/\">meeting notes of this week&#8217;s Dev Chat</a>: &#8220;Docs needs the most help with end user documentation. For block editor in particular. Some changes from 5.6 and 5.7 are still not published and we had a significant drop in number of contributors due to pandemic situation. Anyone interested in getting involved please&nbsp;ping <strong><a href=\"https://twitter.com/DjevaLoperka\">Milana Cap</a></strong>&nbsp;&nbsp;(<strong>zzap</strong>&nbsp;on&nbsp;Slack).&nbsp;</p>\n\n\n\n<p>The summary of needed <strong><a href=\"https://github.com/WordPress/gutenberg/issues/32365\">DevNotes for new features in WordPress 5.8</a></strong> is available on GitHub and could use contributors. There is also a <a href=\"https://github.com/WordPress/gutenberg/pulls?q=is%3Apr+is%3Amerged+label%3A%22Needs+Dev+Note%22\">&#8220;needs dev note&#8221; label for pull requests</a>. </p>\n\n\n\n<p>The widget screen could use some more testing. As a reminder, please read<strong> <a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://make.wordpress.org/core/2021/05/12/help-test-the-widgets-editor-for-wordpress-5-8/\">Help Test the Widgets Editor for WordPress 5.8</a></strong> by <a href=\"https://twitter.com/andraganescu\"><strong>Andre Draganescu</strong></a></p>\n\n\n\n<h2>Block Patterns</h2>\n\n\n\n<p><strong>Hector Pietro</strong> wrote in his post <a href=\"https://make.wordpress.org/core/2021/06/04/whats-next-in-gutenberg-june-2021/\"><strong>Whatâ€™s next in Gutenberg? (June 2021)</strong></a>: </p>\n\n\n\n<p>&#8220;Since&nbsp;<a rel=\"noreferrer noopener\" href=\"https://make.wordpress.org/core/2021/05/27/whats-new-in-gutenberg-10-7-26-may/\" target=\"_blank\">Gutenberg 10.7</a>, block patterns displayed in the inserter are fetched from the&nbsp;<a rel=\"noreferrer noopener\" href=\"https://wordpress.org/patterns/\" target=\"_blank\">WordPress.org Pattern Directory</a>. This opens the door to having a big amount of wonderful patterns available in the inserter, which will require&nbsp;<a rel=\"noreferrer noopener\" href=\"https://github.com/WordPress/gutenberg/issues/31153\" target=\"_blank\">iterating on the pattern insertion experience</a>. </p>\n\n\n\n<p>For more updates on the Pattern Directory, stay tuned for&nbsp;<a rel=\"noreferrer noopener\" href=\"https://make.wordpress.org/meta/2021/04/28/block-pattern-directory-update/\" target=\"_blank\">Block Pattern Directory updates</a>&nbsp;and check the most recent&nbsp;<a rel=\"noreferrer noopener\" href=\"https://make.wordpress.org/design/tag/patterns-directory/\" target=\"_blank\">design iterations for the Pattern Directory</a>.&#8221;. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<h2>Plugins for the Block Editor</h2>\n\n\n\n<p><a href=\"https://wordpress.org/plugins/feature-box/\"><strong>Featured Box Plugin</strong></a> with this plugin &#8220;you can highlight a image with your key features&#8221; wrote <strong>Sumaiya Siddika</strong> on WordPress.org. <a href=\"https://wptavern.com/building-featured-boxes-with-the-wordpress-block-editor?utm_source=dlvr.it&utm_medium=twitter&utm_campaign=building-featured-boxes-with-the-wordpress-block-editor\">Justin Tadlock took it for a spin.</a></p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong><a href=\"https://wordpress.org/plugins/jetformbuilder/\">JetFormBuilder â€” Form Builder plugin for Gutenberg</a></strong> from the plugins stable at CrocoBlock. The developers <a href=\"https://profiles.wordpress.org/mjhead/\">Andrey Shevchenko</a> and <a href=\"https://profiles.wordpress.org/hugreed/\">Oleksandr Ivanenko</a> also added an extensive Post action hook system that allows you to daisy chain actions and integrated with 3rd party systems. I haven&#8217;t tested it yet, but it looks promising. Crocoblock has been building plugins and tools for Elementor and has now started supporing Gutenberg with their products as well. </p>\n\n\n\n<p>Another new plugin is the <a href=\"https://crocoblock.com/plugins/jetengine-gutenberg/\"><strong>JetEngine for Gutenberg</strong></a>  a dynamic content plugin that lets you build a complex websites fast and cost-effectively.</p>\n\n\n\n<h2 id=\"fsethemes\">Themes for Full-Site Editing</h2>\n\n\n\n<p>A few people ask about Themes that are already working with the Full-Site Editing system and Site Editor. So I put a list together of those I know about. Now before you use them, you need to be aware that they are all built while Full-Site Editing is still under active development, hasn&#8217;t been released yet and ergo many features are still experimental. Do not use in production or live site. </p>\n\n\n\n<ul><li><a href=\"https://wordpress.org/themes/blockbase/\">Block Base</a> by Automattic</li><li><a href=\"https://wordpress.org/themes/naledi/\">Naledi </a>by Anariel Design </li><li><a href=\"https://wordpress.org/themes/tt1-blocks/\">TT1 Blocks</a> by WordPress contributors, the FSE sibling of the Twenty-Twenty-One Theme</li><li><a href=\"https://wordpress.org/themes/block-based-bosco/\">Block-Based Bosco</a> by FrÃ¤nk Klein</li><li><a href=\"https://wordpress.org/themes/armando/\">Armando</a> by Carolyn Newmark</li><li><a href=\"https://wordpress.org/themes/q/\">Q </a>by Ari Stathopoulos</li><li><a href=\"https://wordpress.org/themes/hansen/\">Hansen</a> by Uxl Themes</li></ul>\n\n\n\n<p>If you find any missing, let me know.</p>\n\n\n\n<h2>Gutenberg related Business Updates</h2>\n\n\n\n<p>This week&#8217;s big WordPress business news is the aquisition of <strong><a href=\"https://twitter.com/elliotcondon\">Eliots Condon</a></strong>&#8216;s plugin <strong><a href=\"https://www.advancedcustomfields.com/\">Advanced Custom Fields</a></strong> (ACF)  by Delicious Brains. With over more then 1 million active installs ACF is one of the widest used plugins. Thousands for developers depened on it in the <a href=\"https://www.advancedcustomfields.com/blog/10-years-of-acf-a-truly-wonderful-time/\">last ten years</a> to build complex WordPress sites. </p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Stepping away from ACF has not been an easy decision to make. The reasoning behind it comes from a place of humility. As the number of installs have grown from thousands to millions, the needs of the product have outgrown my ability to develop solutions. The last thing I want to do to this amazing community is unintentionally hold back the project, so something needed to change.</p><cite><a href=\"https://www.advancedcustomfields.com/blog/10-years-of-acf-a-truly-wonderful-time/\">Elliot Condon, ACF </a></cite></blockquote>\n\n\n\n<p>Early on into the development of the block editor, Candon was also developing a<strong> <a href=\"https://wptavern.com/block-building-without-javascript-testing-acf-block-lab-and-lazy-blocks\">php way to build blocks</a></strong> and integrated it into Advanced Custom Fields Pro starting with the version 5.8. This effort certainly helped developers even more. Now they could use their existing tools and offer their users Gutenberg compatible sites withouth learning ES6 JavaScript or ReactJS. </p>\n\n\n\n<p><strong><a href=\"https://deliciousbrains.com/\">Delicious Brains</a></strong> also caters to WordPress Developers with products like  <a href=\"https://spinupwp.com/\">SpinupWP</a> (ðŸ’•), WP Migrate DB and more. Their team seems to be the right fit to pick up the torch and put ACF on an even stronger path for future growth. </p>\n\n\n\n<p>You can learn more about the aquisition via </p>\n\n\n\n<ul><li><a href=\"https://wptavern.com/delicious-brains-acquires-advanced-custom-fields-plugin\">WPTavern (Sarah Gooding)</a>, </li><li><a href=\"https://poststatus.com/excerpt/12/\">Post Status Excerpt</a> (Cory Miller &amp; David Bisset) , </li><li><a href=\"https://deliciousbrains.com/epic-wordpress-announcement/\">A WordPress Announcement of Epic&nbsp;Proportions</a> (Delicious Brain) </li><li><a href=\"https://www.advancedcustomfields.com/blog/10-years-of-acf-a-truly-wonderful-time/\">10 Years of ACF â€“ A truly wonderful time </a></li></ul>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n\n<div class=\"wp-block-media-text alignfull is-stacked-on-mobile is-vertically-aligned-top is-image-fill has-background\"><a href=\"https://us02web.zoom.us/webinar/register/8816229019893/WN_gyOVb1h4S4iO_UZi1GMQaA\"><img /></a><div class=\"wp-block-media-text__content\">\n<p class=\"has-normal-font-size\"><strong><a href=\"https://us02web.zoom.us/webinar/register/8816229019893/WN_gyOVb1h4S4iO_UZi1GMQaA\">Join us for our next Live Q &amp; A</a> </strong><br />on June 24, 2021 at 11am EDT / 15:00 UTC</p>\n\n\n\n<p><strong>Theme.json for Theme Authors or building themes for full-site editing in WordPress.</strong><br /><strong>Host</strong>: Birgit Pauli-Haack<br /><strong>Panel:</strong>&nbsp;Daily Olson, Tammie Lister and Jeff Ong           <span class=\"has-inline-color\"><strong><a href=\"https://us02web.zoom.us/webinar/register/8816229019893/WN_gyOVb1h4S4iO_UZi1GMQaA\">Register Now</a></strong></span></p>\n</div></div>\n\n\n\n\n<h2 id=\"events\">Upcoming WordPress Events</h2>\n\n\n\n<p><strong>June 6, 2021</strong> <strong>7:00 pm EDT / 23:00 UTC</strong><br /><strong><a href=\"https://www.meetup.com/Philadelphia-WordPress-Meetup-Group/events/278507419/\">WordPress Meetup Philadelphia</a></strong><br />Full Site Editing Review and Test-a-thon</p>\n\n\n\n<p><strong>June 7 &#8211; 9th, 2021</strong><br /><strong><a href=\"https://europe.wordcamp.org/2021/\">WordCamp Europe</a></strong><br />A virtual event and contributor day. <a href=\"https://europe.wordcamp.org/2021/call-for-sponsors/\">Call for sponsors is open.</a></p>\n\n\n\n<p><strong>ðŸŽ‰</strong>  Gutenberg Times is a media partner of WordCamp Europe 2021 </p>\n\n\n\n<p><strong>June 10th, 2021</strong><br /><strong><a href=\"https://www.meetup.com/SF-WordPress-Users/events/278491308\">WordPress &#8220;Mega Meetup&#8221;: Plugins That Keep Websites Running</a></strong></p>\n\n\n\n<p><strong>June 20 &#8211; 26, 2021</strong><br /><strong><a href=\"https://japan.wordcamp.org/2021/\">WordCamp Japan</a></strong><br /><em>The schedule has been posted. Most sessions will be in Japanese, with exceptions, I think&#8230; </em></p>\n\n\n\n<p><strong>June 24, 2021 </strong><br /><strong><a href=\"https://attend.wpengine.com/summit-us-2021/\">WPEngine Summit 2021</a></strong><br /><em>The digital breakthrough conference</em> <a href=\"https://events.wpengine.com/event/fd217870-fc78-46d2-8c5e-96c85e6e371c/websitePage:645d57e4-75eb-4769-b2c0-f201a0bfc6ce?environment=P2&tm=nSwmA1-ZyLXwe2wM80Vzve3wDjKBWeqKrHbJFivPV4o&locale=en-US\">just released their schedule</a>. Personally, I am very much looking forward to the Keynote talk with <strong>Reshma Saujani</strong>, founder of Girls Who Code and Marchall Plan for Moms at 12:55 EDT / 16:55 UTC.  I also hope to see talks with Rob Stinston, Carrie Dils and Chris Wiegman. There are also deep dive talks listed into Headless WordPress. Enterprise WordPress is definitely heading down that route. </p>\n\n\n\n<p><strong>June 24 &#8211; 26, 2021</strong><br /><strong><a href=\"https://cochabamba.wordcamp.org/2021/\">WordCamp Cochabama</a></strong> (Colombia) </p>\n\n\n\n<p><strong>July 17 + 18th, 2021</strong><br /><strong><a href=\"https://santaclarita.wordcamp.org/2021/\">WordCamp Santa Clarita</a></strong><br />Calls for speakers ends TODAY! </p>\n\n\n\n<p><strong>July 23, 2021</strong><br /><a href=\"https://www.wordfest.live/\"><strong>WordFest Live </strong></a>&#8211; <em>The&nbsp;</em>festival of WordPress</p>\n\n\n\n<p>A<strong>ugust 6 + 7, 2021</strong><br /><a href=\"https://nicaragua.wordcamp.org/2021/\"><strong>WordCamp Nicaragua</strong></a></p>\n\n\n\n<p><strong>September 21 + 22, 2021</strong><br /><a href=\"https://2021.wpcampus.org/\"><strong>WPCampus 2021 Online</strong></a><br />&#8220;A free online conference for web accessibility and WordPress in higher education.&#8221;</p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p>On the<a href=\"https://wpcalendar.io/online/\"> <strong>Calendar for WordPress Online Events</strong> </a>you can browse a list of the upcoming WordPress Meetups, around the world, including WooCommerce, Elementor, Divi Builder and Beaver Builder meetups. </p>\n\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p class=\"has-text-align-center\"><strong>Don&#8217;t want to miss the next Weekend Edition? </strong></p>\n\n\n\n<form class=\"wp-block-newsletterglue-form ngl-form ngl-portrait\" action=\"https://gutenbergtimes.com/feed/\" method=\"post\"><div class=\"ngl-form-container\"><div class=\"ngl-form-field\"><label class=\"ngl-form-label\" for=\"ngl_email\">Type in your Email address to subscribe.</label><div class=\"ngl-form-input\"><input type=\"email\" class=\"ngl-form-input-text\" name=\"ngl_email\" id=\"ngl_email\" /></div></div><button class=\"ngl-form-button\">Subscribe</button><p class=\"ngl-form-text\">We hate spam, too and won&#8217;t give your email address to anyone except Mailchimp to send out our Weekend Edition</p></div><div class=\"ngl-message-overlay\"><div class=\"ngl-message-svg-wrap\"></div><div class=\"ngl-message-overlay-text\">Thanks for subscribing.</div></div><input type=\"hidden\" name=\"ngl_list_id\" id=\"ngl_list_id\" value=\"26f81bd8ae\" /><input type=\"hidden\" name=\"ngl_double_optin\" id=\"ngl_double_optin\" value=\"yes\" /></form>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n\n<p>Featured Image: Photo by&nbsp;<a href=\"https://unsplash.com/@xavi_cabrera?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText\">Xavi Cabrera</a>&nbsp;on&nbsp;<a href=\"https://unsplash.com/s/photos/lego?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText\">Unsplash</a></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 30 Sep 2021 18:15:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Birgit Pauli-Haack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:38;a:6:{s:4:\"data\";s:13:\"\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:51:\"Gutenberg Times: WordCamp Europe 2021 starts Monday\";s: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:\"https://gutenbergtimes.com/?p=17964\";s: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://gutenbergtimes.com/wordcamp-europe-2021-starts-monday/\";s: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:6936:\"<p>WordCamp Europe 2021 will be one of the largest virtual WordCamps again and the schedule has some great talks for every WordPress users, developers, site builders, theme designers, DIY site owners and content creators. </p>\n\n\n\n<p>We looked through the schedule and spotted very forward-looking Gutenberg related talks, workshops and discussions. Before you study the list, I would recommend the site <a href=\"https://www.timeanddate.com/worldclock/converter.html\">Time Zone Converter</a> to help you convert the listed times from <strong>C</strong>entral <strong>E</strong>urope <strong>S</strong>ummer <strong>T</strong>ime (CEST) to your local time. Once in a while I get confused by time zones, and that&#8217;s my favorite site to set me straight. </p>\n\n\n\n<div class=\"wp-block-image is-style-rounded\"><img /></div>\n\n\n\n<p class=\"has-large-font-size\"><strong>Fabian KÃ¤gy, developer at 10up:  </strong><br /><strong><a href=\"https://europe.wordcamp.org/2021/session/building-great-experiences-in-the-new-editor/\">Building great experiences in the new editor</a></strong></p>\n\n\n\n<p><strong>Description: </strong>Starting out building blocks or experiences for the WordPress block editor can be a bit daunting. Where do I start? Custom blocks, block patterns or just styling core blocks. In this talk, KÃ¤gy will walk through the different options and share the benefits and downsides of each while talking about overall good practices for building great editorial experiences.</p>\n\n\n\n<p>As a sidenote: Almost exactly a year ago,  <a href=\"https://gutenbergtimes.com/tooling-using-create-block-scaffolding-and-3rd-party-templates/\">Fabian KÃ¤gy was a presenter at a Gutenberg Times Live Q &amp; A</a> together with Grzegorz Ziolkowski, and demo&#8217;d how you can use and extend the official WordPress create-block scaffolding tool. </p>\n\n\n\n<p><strong>Monday, June 7th, 2021, at 10am EDT / 14:00 UTC / 16:00 CEST</strong></p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<h2>Full-Site Editing Panel Discussion</h2>\n\n\n\n<p>The names of the panelist are still a secret, and I will update the post when we know more. </p>\n\n\n\n<p>If you&#8217;d like to get a jump start here are few resources: </p>\n\n\n\n<ul><li><a href=\"https://gutenbergtimes.com/video-full-site-editing-overview-with-anne-mccarthy/\">Video: Full-Site Editing Overview with Anne McCarthy</a></li><li><a href=\"https://gutenbergtimes.com/full-site-editing/\">Full-Site-Editing â€“ the Ultimate Resource List</a></li><li><a href=\"https://gutenbergtimes.com/so-you-want-to-talk-about-full-site-editing/\">So, You want to talk about Full-site Editing?</a></li></ul>\n\n\n\n<p><strong>Monday, June 7, 2021 at 12:34 pm EDT / 16:34 UTC / CEST: 18:34</strong></p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p class=\"has-large-font-size\">Workshop: <a href=\"https://europe.wordcamp.org/2021/session/a-walkthrough-of-full-site-editing-fse-from-one-of-the-contributors-to-the-experiment/\">A walkthrough of Full Site Editing</a> with Herb Miller, Web developer in UK,</p>\n\n\n\n<div class=\"wp-block-image is-style-rounded\"><img /></div>\n\n\n\n<p><strong>Description:</strong> Herb Miller will give a short tour of Full Site Editing (FSE) in this workshop from his perspective as a contributor to the outreach experiment for this major development in WordPress.</p>\n\n\n\n<p>He has created a&nbsp;<a href=\"https://sneak-peek.me/\">learning resource</a>&nbsp;which attendees can use to follow on during the workshop.</p>\n\n\n\n<p>Herb will give attendees an overview of:</p>\n\n\n\n<ul><li>how to get started</li><li>the components of the Site Editor</li><li>example templates and template parts</li><li>some blocks used to create FSE themes</li><li>example themes</li><li>a very few code samples</li><li>some answers to FAQs</li><li>how to become involved</li><li>and many links to other resources</li></ul>\n\n\n\n<p><strong>Tuesday, June 8th, 2021 11am EDT / 15:00 UTC / 17:00 CEST</strong></p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p class=\"has-large-font-size\">Lee Shadle, web developer  <a href=\"https://europe.wordcamp.org/2021/session/blazing-fast-block-development/\">Blazing fast block development</a> </p>\n\n\n\n<div class=\"wp-block-image is-style-rounded\"><img /></div>\n\n\n\n<p>Lee Shadle wrote in his description: <em>&#8220;Iâ€™ve been OBSESSED w/ building blocks since before Gutenberg was released. Iâ€™ve built a BUNCH of custom block plugins over the years. In this workshop Iâ€™m going to share the framework Iâ€™ve been using for quickly building custom block plugins for WordPress.&#8221;</em>. Shadle recently also held a talk at WordSesh and demo&#8217;d his create-block-plugin scaffolding tool and it was inspiring. This is definitely not a talk to miss. </p>\n\n\n\n<p><strong>Tuesday June 8, 2021 12:00 EDT / 16:00 UTC / 18:oo CEST</strong></p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p class=\"has-large-font-size\">The Future of Themes in WordPress</p>\n\n\n\n<p>The future of themes will be a topic of this panel discussion. Stay tuned or follow WordCamp Europe on Social Media (<a href=\"https://twitter.com/WCEurope\">Twitter</a>, <a href=\"https://www.facebook.com/WCEurope/\">Facebook</a>, <a href=\"https://www.instagram.com/wceurope/\">Instagram</a>).</p>\n\n\n\n<div class=\"wp-block-media-text alignfull is-stacked-on-mobile is-vertically-aligned-top is-image-fill has-background\"><a href=\"https://us02web.zoom.us/webinar/register/8816229019893/WN_gyOVb1h4S4iO_UZi1GMQaA\"><img /></a><div class=\"wp-block-media-text__content\">\n<p class=\"has-normal-font-size\"><strong><a href=\"https://us02web.zoom.us/webinar/register/8816229019893/WN_gyOVb1h4S4iO_UZi1GMQaA\">Join us for our next Live Q &amp; A</a> </strong><br />on June 24, 2021 at 11am EDT / 15:00 UTC</p>\n\n\n\n<p><strong>Theme.json for Theme Authors or building themes for full-site editing in WordPress.</strong><br /><strong>Host</strong>: Birgit Pauli-Haack<br /><strong>Panel:</strong>&nbsp;Daily Olson, Tammie Lister and Jeff Ong           <span class=\"has-inline-color\"><strong><a href=\"https://us02web.zoom.us/webinar/register/8816229019893/WN_gyOVb1h4S4iO_UZi1GMQaA\">Register Now</a></strong></span></p>\n</div></div>\n\n\n\n<p></p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<div class=\"wp-block-image is-style-rounded\"><img /></div>\n\n\n\n<p class=\"has-large-font-size\">Conversation with Matt Mullenweg</p>\n\n\n\n<p>Matt Mullenweg is the co-founder of WordPress and the CEO of Automattic. The conversation should be the highlight of the WordCamp Europe</p>\n\n\n\n<p><strong>Wednesday, June 9th, 2021 &#8211; 11:42 EDT / 15:42 UTC /  17:42 CEST</strong></p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p>This edition of the WordCamp Europe also offers interesting Sponsor talks. Look for them <a href=\"https://europe.wordcamp.org/2021/schedule/\">on the schedule</a>, too.  </p>\n\n\n\n<p class=\"has-text-align-center has-dark-gray-color has-text-color has-normal-font-size\"></p>\n\n\n\n<img />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 30 Sep 2021 18:15:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Birgit Pauli-Haack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:39;a:6:{s:4:\"data\";s:13:\"\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:62:\"Gutenberg Times: So, You want to talk about Full-site Editing?\";s: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:\"https://gutenbergtimes.com/?p=17970\";s: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://gutenbergtimes.com/so-you-want-to-talk-about-full-site-editing/\";s: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:16332:\"<div class=\"wp-block-image is-style-rounded\"><img src=\"https://ca.slack-edge.com/T024MFP4J-U02S2V0TP-d1c0c67781e2-512\" alt=\"Anne McCarthy\" width=\"282\" height=\"282\" /><a href=\"https://nomad.blog\">Anne McCarthy writes at nomad.blog</a></div>\n\n\n\n<p>As weâ€™re nearing 5.8, thereâ€™s an increasing demand for people to speak about Full Site Editing and this post should help act as a resource guide to enable more people to do so. As always, I would love contributions from the wider community to build this out into an even more comprehensive resource! While this post covers a lot of content, see it as a go to place to mix and match as youâ€™d like for your own presentation rather than something you need to know every detail of. For example, if youâ€™re presenting to theme authors, you can use this to get a sense at a glance of what might be relevant from what to demo, what resources to share, what GitHub issues to highlight, and more.</p>\n\n\n\n<div class=\"wp-block-sortabrilliant-guidepost\"><ul><li><a href=\"https://gutenbergtimes.com/feed/#0-resources\">Resources</a></li><li><a href=\"https://gutenbergtimes.com/feed/#1-key-points-to-cover-around-5-8\">Key points to cover around 5.8:</a></li><li><a href=\"https://gutenbergtimes.com/feed/#2-demo-ideas\">Demo ideas</a></li><li><a href=\"https://gutenbergtimes.com/feed/#3-helpful-git-hub-issues\">Helpful GitHub issues</a></li><li><a href=\"https://gutenbergtimes.com/feed/#4-helpful-posts\">Helpful Posts</a></li><li><a href=\"https://gutenbergtimes.com/feed/#5-conversation-starters\">Conversation Starters</a></li><li><a href=\"https://gutenbergtimes.com/feed/#6-fa-qs\">FAQs</a></li></ul></div>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"wp-embedded-content\"><a href=\"https://gutenbergtimes.com/theme-json-for-wordpress-theme-authors-demo-and-live-q-a-w-daisy-olson-tammie-lister-and-jeff-ong/\">Theme.json for WordPress Theme Authors &#8211; demo and  Live Q &#038; A w/ Daisy Olson, Tammie Lister and Jeff Ong</a></blockquote>\n</div>\n\n\n\n<h2 id=\"0-resources\">Resources</h2>\n\n\n\n<ul><li>Feel free to re-use or get inspiration from&nbsp;this&nbsp;<a href=\"https://href.li/?https://www.youtube.com/watch?v=aPPzATDkHzg\">FSE Overview</a>.</li><li>Pull from this&nbsp;<a href=\"https://href.li/?https://docs.google.com/document/d/1RGNG3HlB1HXPNXaFi50I56MIr1XHb9MiV3nc--MuBvs/edit\">working transcript for the above talks</a>.</li></ul>\n\n\n\n<h2 id=\"1-key-points-to-cover-around-5-8\">Key points to cover around 5.8:</h2>\n\n\n\n<ul><li>FSE&nbsp;is a collection of features and not a monolith.</li><li>Because FSE is a collection of features, Core can be flexible in shipping what is both stable and adds the most value.</li><li>5.8 is focused mainly on bringing tools to extenders with limited changes to the user experience. This includes theme.json, new theme blocks, design tools, and template editing mode.</li></ul>\n\n\n\n<h2 id=\"2-demo-ideas\">Demo ideas</h2>\n\n\n\n<p>Depending on who you are and who the audience, the following are your best bets for demo content:</p>\n\n\n\n<ul><li><strong>Block Theme building</strong>.Â <a href=\"https://profiles.wordpress.org/mkaz/\">@mkaz</a>Â has someÂ <a href=\"https://href.li/?https://www.youtube.com/c/MarcusKazmierczak/videos\">great videos uploaded to YouTube</a>Â that you can check out and Carolina NymarkÂ <a href=\"https://fullsiteediting.com/\">has this lovely site</a>.</li><li><strong>Template Editing Mode</strong>.Â <a href=\"https://www.youtube.com/watch?v=Z571V_jlD-o&feature=youtu.be\">Hereâ€™s an overview video from yours</a>Â trulyÂ but keep in mindÂ <a href=\"https://href.li/?https://github.com/WordPress/gutenberg/pull/31461\">this in progress PR</a>Â that, if merged, would change the experience of editing a post/page inside template editing mode.</li><li>Explore blocks with a focus on the <strong>Navigation &amp;Â QueryÂ Blocks.</strong> Note that the Navigation Block is not planned for 5.8. You can see a list of blocksÂ <a href=\"https://github.com/WordPress/gutenberg/blob/trunk/packages/block-library/src/index.js#L172-L192\">planned for inclusion here</a>.</li><li><strong>Build a custom 404 page</strong>. You canÂ <a href=\"https://href.li/?https://make.wordpress.org/test/2021/03/09/fse-program-testing-call-3-create-a-fun-custom-404-page/\">follow these instructions</a>Â to set up your demo.</li></ul>\n\n\n\n<h2 id=\"3-helpful-git-hub-issues\">Helpful GitHub issues</h2>\n\n\n\n<ul><li><a href=\"https://href.li/?https://github.com/WordPress/gutenberg/issues/24551\">Site Editing Milestones</a>: to get a high level overview of how this work has been approached and where to follow along.</li><li>On plans for restricting access:&nbsp;<a href=\"https://href.li/?https://github.com/WordPress/gutenberg/issues/26573\">mapping features/functionality in order to update the UI</a>&nbsp;+&nbsp;<a href=\"https://href.li/?https://github.com/WordPress/gutenberg/issues/27597\">proposal for a robust permissions system with FSE</a>.</li><li>On types of pathways for classic themes:&nbsp;<a href=\"https://href.li/?https://github.com/WordPress/gutenberg/issues/28744\">Enabling FSE blocks in Classic Themes</a>,&nbsp;<a href=\"https://href.li/?https://github.com/WordPress/theme-experiments/pull/209\">Experiment to add Customizer Color Controls to TT1</a>,&nbsp;<a href=\"https://href.li/?https://github.com/WordPress/theme-experiments/pull/173\">Experiment using theme.json and Customizer</a>,&nbsp;<a href=\"https://href.li/?https://github.com/WordPress/gutenberg/pull/30438\">Allow creating custom block templates in Classic themes</a>.</li><li>On the placement of the site editor experience:&nbsp;<a href=\"https://href.li/?https://github.com/WordPress/gutenberg/issues/29630#issuecomment-811617222\">Design and discussion exploring how best to finalize</a>&nbsp;the placement of FSE related features in wp-admin. This is a long term item to keep in mind as the Site Editor is not shipping in 5.8.</li><li><a href=\"https://github.com/WordPress/gutenberg/issues/32365\">Upcoming Dev Notes for 5.8</a>&nbsp;to get an early peak at whatâ€™s new.</li></ul>\n\n\n\n<h2 id=\"4-helpful-posts\">Helpful Posts</h2>\n\n\n\n<ul><li><a href=\"https://href.li/?https://make.wordpress.org/core/2020/05/20/ways-to-keep-up-with-full-site-editing-fse/\">Ways to keep up with FSE</a>&nbsp;so people can pick and choose their communication adventure.&nbsp;</li><li><a href=\"https://href.li/?https://make.wordpress.org/core/2021/02/01/full-site-editing-and-themes-where-things-are/\">Full Site Editing and Themes: where things are</a>&nbsp;from February 2021.</li><li><a href=\"https://href.li/?https://make.wordpress.org/test/handbook/full-site-editing-outreach-experiment/\">Full Site Editing Outreach Program</a>&nbsp;for those interested in helping to test and give feedback.&nbsp;</li><li><a href=\"https://href.li/?https://make.wordpress.org/test/tag/fse-answers/\">A recent series of questions and answers</a>&nbsp;about Full Site Editing from 2021.</li><li><a href=\"https://href.li/?https://www.youtube.com/watch?v=JHxsDSAImn0\">A great overview of FSE features</a>&nbsp;for non technical people.</li><li><a href=\"https://make.wordpress.org/core/2020/12/10/status-check-site-editing-and-customization/\">Status check on Site Editing and Customization</a>&nbsp;from December 2020 for a more historical perspective.</li><li><a href=\"https://href.li/?https://make.wordpress.org/core/2021/04/15/full-site-editing-go-no-go-april-14-2021/\">Go/No Go Recap post</a>: to show how decisions were made around this release.</li><li><a href=\"https://href.li/?https://make.wordpress.org/core/2021/04/20/full-site-editing-go-no-go-next-steps/\">Go/No Go Next Steps post</a>: to give greater context around what needs to happen for each feature to be properly considered for inclusion in 5.8.</li><li><a href=\"https://href.li/?https://make.wordpress.org/test/handbook/full-site-editing-outreach-experiment/\">Full Site Editing Outreach Program handbook page:</a>&nbsp;to highlight how people can get involved in giving feedback and improving FSE.</li><li><a href=\"https://href.li/?https://make.wordpress.org/test/handbook/full-site-editing-outreach-experiment/how-to-test-fse/\">How to Test FSE:</a>&nbsp;to give practical guidance around how to explore these features.</li><li><a href=\"https://href.li/?https://developer.wordpress.org/block-editor/how-to-guides/themes/block-theme-overview/\">Block Theme Documentation</a>: to help people get started with block theme creation.</li><li><a href=\"https://href.li/?https://developer.wordpress.org/block-editor/handbook/full-site-editing/\">Full Site Editing Documentation</a>: to give a high level overview of FSE and an entry point to learn more.</li><li><a href=\"https://href.li/?https://github.com/WordPress/theme-experiments\">Theme Experiments Repo</a>: to help people explore current approaches to block themes and various in progress experiments.</li><li><a href=\"https://href.li/?https://make.wordpress.org/themes/tags/gutenberg-themes-roundup/\">Gutenberg + Themes Roundups</a>: to help people stay up to date on happenings in&nbsp;Gutenberg&nbsp;that impact themes.</li><li><a href=\"https://href.li/?https://make.wordpress.org/themes/tags/meeting/\">Bi-monthly Block theme meeting</a>: to give people a chance to discuss the latest and greatest with block themes.</li><li><a href=\"https://make.wordpress.org/test/tag/fse-hallway-hangout/\">FSE Hallway Hangouts</a>: to hear from those working on and giving feedback on these features.</li></ul>\n\n\n\n<h2 id=\"5-conversation-starters\">Conversation Starters</h2>\n\n\n\n<ul><li>What would you like to see done as part of the&nbsp;<a href=\"https://href.li/?https://github.com/WordPress/gutenberg/issues/24551\">gradual adoption milestone</a>?&nbsp;</li><li>What would make you more inclined to use Full Site Editing? On the flip side, what would make you less inclined?&nbsp;</li><li>Are there any key people or resources like podcasts, courses, documentation, etc that have helped you explore Full Site Editing?&nbsp;</li><li>How do you think Full Site Editing will change the WordPress ecosystem? What excites you there? What makes you nervous?&nbsp;</li><li>What do you think is most helpful to communicate about Full Site Editing right now to put more people at ease and build excitement?&nbsp;</li><li>What are you still confused about when it comes to Full Site Editing?</li><li></li></ul>\n\n\n\n<h2 id=\"6-fa-qs\">FAQs</h2>\n\n\n\n<p>These are the top questions you can most likely expect to get asked with high level answers to get you started in the right direction. For a more comprehensive list of questions and answers,&nbsp;<a href=\"https://href.li/?https://make.wordpress.org/test/tag/fse-answers/\">check out the FSE Outreach Programâ€™s roundups</a>.</p>\n\n\n\n<div class=\"schema-faq wp-block-yoast-faq-block\"><div class=\"schema-faq-section\" id=\"faq-question-1622843349108\"><strong class=\"schema-faq-question\">What is Full Site Editing and what value will it bring?</strong> <p class=\"schema-faq-answer\">Full Site Editing is a collection of features that bring the familiar experience and extendability of blocks to all parts of your site rather than just post and pages. In terms of value, it depends on who you are:<br />User: empowerment to customize what you want to your liking without needing to dive into code.<br />Themer/developer: focus less on coding thanks to various design tools and more on creating a compelling experience with your theme.<br />Agency: greater control and consistency over what you offer clients including things like setting custom branding colors or locking down various aspects of the site such as typography settings.<br />When you see or feel this value depends on who you are, how early you adopt features, and when stable features land in Core. Thanks to FSE being a collection of features, some independent and some interdependent, thereâ€™s wonderful room to ship whatâ€™s stable.</p> </div> <div class=\"schema-faq-section\" id=\"faq-question-1622843371957\"><strong class=\"schema-faq-question\">What is going to happen to WordPress themes and what kinds of pathways are being created?</strong> <p class=\"schema-faq-answer\">In the long run, it should make theme development much easier and simpler with design tools ready to tap into allowing theme authors to focus less on coding and functions and more on design expression and aesthetics. Because Full Site Editing requires a block based theme, this makes themes extremely important to get right!Â As a result, lots of pathways are being created including the ability to use theme blocks in a classic theme, exploring how to use the customizer and site editor as part of a â€œuniversal themeâ€, unlocking the ability to create a new block template in a classic theme, allowing classic themes to adopt the block widget editor, and more.<br />Key: Themes are a key part of the FSE experience, lots of work is being done to allow for a breadth of options going forward, and we need feedback from theme authors to make the transition easier.Â </p> </div> <div class=\"schema-faq-section\" id=\"faq-question-1622843448534\"><strong class=\"schema-faq-question\">What about page builders/site builders?</strong> <p class=\"schema-faq-answer\">FSE is being built in a way that site builders, if they choose to, can build on top of whatâ€™s being created. Overall though, FSE is being built partially so people donâ€™t get locked into one site builder over another. While the goals shared between FSE and site builders are similar in terms of empowering users and give better tools to customize a site, the main difference is that we are developing tools that work for users, themers, and hopefully also page builders by expanding how WordPress uses blocks as a whole. Since Core has to strike a nice balance, itâ€™s expected that future plugins will play a role here in exposing more/less depending on user needs.</p> </div> <div class=\"schema-faq-section\" id=\"faq-question-1622843480900\"><strong class=\"schema-faq-question\">How will restricting access to these Full-site editing features work?</strong> <p class=\"schema-faq-answer\">This will depend on who is asking the question (a user, a theme author, a developer, etc) but some of the GitHub issues referenced above should help. For users, Iâ€™d focus on the fact that they would either need to seek out a block theme to use or their current theme would need to ship specific updates. For a themer/developer, Iâ€™d share that there will be various options to opt in and out of this work (<a href=\"https://href.li/?https://github.com/WordPress/gutenberg/issues/27814#issuecomment-823921386\">for example with creating block templates</a>). UpcomingÂ <a href=\"https://github.com/WordPress/gutenberg/issues/32365\">5.8 dev notes</a>Â should address this for any new features.</p> </div> <div class=\"schema-faq-section\" id=\"faq-question-1622843499287\"><strong class=\"schema-faq-question\">Will upgrading to 5.8 cause FSE to take over my site like the Core Editor did in 5.0?</strong> <p class=\"schema-faq-answer\">No. 5.8 is focused on giving tools to extenders first and foremost before more user facing changes are launched going forward and integrated into themes. In terms of user facing features, you can expect to see</p> </div> </div>\n\n\n\n<p><em><a href=\"https://nomad.blog/2021/06/02/so-you-want-to-talk-about-full-site-editing/\">Anne McCarthy published this post on her personal blog</a> and gave us permission to republish it here as well.</em></p>\n\n\n\n<div class=\"wp-block-media-text alignfull is-stacked-on-mobile is-vertically-aligned-top is-image-fill has-background\"><a href=\"https://us02web.zoom.us/webinar/register/8816229019893/WN_gyOVb1h4S4iO_UZi1GMQaA\"><img /></a><div class=\"wp-block-media-text__content\">\n<p class=\"has-normal-font-size\"><strong><a href=\"https://us02web.zoom.us/webinar/register/8816229019893/WN_gyOVb1h4S4iO_UZi1GMQaA\">Join us for our next Live Q &amp; A</a> </strong><br />on June 24, 2021 at 11am EDT / 15:00 UTC</p>\n\n\n\n<p><strong>Theme.json for Theme Authors or building themes for full-site editing in WordPress.</strong><br /><strong>Host</strong>: Birgit Pauli-Haack<br /><strong>Panel:</strong>&nbsp;Daily Olson, Tammie Lister and Jeff Ong           <span class=\"has-inline-color\"><strong><a href=\"https://us02web.zoom.us/webinar/register/8816229019893/WN_gyOVb1h4S4iO_UZi1GMQaA\">Register Now</a></strong></span></p>\n</div></div>\n\n\n\n<p></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 30 Sep 2021 18:15:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Anne McCarthy\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:40;a:6:{s:4:\"data\";s:13:\"\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:117:\"Gutenberg Times: Why WordPress Agencies Are Embracing Gutenberg â€“ Help Test WordPress 5.8  â€“ Weekend Edition #171\";s: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:\"https://gutenbergtimes.com/?p=17922\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:118:\"https://gutenbergtimes.com/why-wordpress-agencies-are-embracing-gutenberg-help-test-wordpress-5-8-weekend-edition-171/\";s: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:12753:\"<p>Howdy, </p>\n\n\n\n<p>Memorial Day is a federal holiday, honoring the men and women who died while serving in the U.S. military. Although a sad occasion for many people in the US, it is also the first long weekend after a cold winter. Many of you will hopefully take the opportunity to spend it leisurely outside with family and friends, away from the screens. Look up from your phone.  The content keeps until Tuesday when you get back to work.  </p>\n\n\n\n<p>After catching up on my publishing schedule, I will spend the weekend with friends at the <a href=\"https://sarasotacricket.org/\">Cricket Club</a>, and at the <a href=\"https://thedali.org/\">Dali Museum in St. Petersburg</a>. Let me know about your weekend! </p>\n\n\n\n\n\n<p>With the release of Gutenberg 10.7 version, we are in the &#8220;feature freeze&#8221; which means from now to the first beta release on June 8th, 2021, it&#8217;s all about bug fixing. Below you&#8217;ll find several ways how you can help make it a great release. </p>\n\n\n\n<blockquote class=\"wp-block-quote is-style-default\"><p><em>There is something to be said that 5.8 is probably the biggest release for Gutenberg since 5.0 and in terms of merged code might even be bigger.</em></p><cite>Riad Benguella, editor release lead for WordPress 5.8, in #core-editor meeting 5/26/2021</cite></blockquote>\n\n\n\n<p>Yours ðŸ’•,<br />Birgit</p>\n\n\n\n<p>PS: Thank you to all who shared great resources on wp.data last week! If you used the wp.data package in your blocks, I am looking for real life examples. Ping me in Slack @bph or <a href=\"mailto:pauli@gutenbergtimes.com\">email me</a>. </p>\n\n\n\n<p>PPS: Huge &#8220;Thank You&#8221; to <strong><a href=\"https://twitter.com/get_dave\">Dave Smith</a> </strong>for <a href=\"https://app.mypodcastreviews.com/podcasts/k7H9zO/reviews/6950436\">his wonderful review of our podcast.</a> <em>Grzegorz (Greg) Ziolkowski</em> is on vacation, and we&#8217;ll record the next Gutenberg Changelog on Friday Jun 11, covering both releases 10.7 and 10.8. Send us your questions to <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a>. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p>A new call for testing is now available from the FSE outreach program! <strong>Deadline: Jun 9th,</strong> 2021. <strong>Anne McCarthy</strong> sends you down the rabbit hole to create a <a href=\"https://make.wordpress.org/test/2021/05/26/fse-program-testing-call-7-polished-portfolios/\"><strong>Polished Portfolio Pages</strong></a>, using the Template Editor and your personal Query Blocks design. She guides you with nice ideas for your Portfolio page, the accompanying template and shares designs from the web. <a href=\"https://wptavern.com/fse-outreach-7-building-a-portfolio-in-the-upcoming-template-editing-mode\">On WPTavern</a>, <a href=\"https://twitter.com/justintadlock\"><strong>Justin Tadlock</strong></a> followed along. He shared his page&#8217;s source code and the joy and frustrations along the way.</p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><a href=\"https://twitter.com/HughRoberts05\"><strong>Huge W. Roberts</strong></a> introduces you to the <a href=\"https://hughsviewsandnews.com/2021/05/27/5-wordpress-photo-editing-tools-available-to-use-on-the-block-editor/\"><strong>Five Photo Editing Tools Available To Use On The Block Editor</strong></a> and explains in detail how to crop, resize and zoom and other features of the Image block. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p>Speaking of which, WordPress 5.8 will bring a new feature to the image and cover block: <a href=\"https://wordpress.org/news/2021/05/coloring-your-images-with-duotone-filters/\"><strong>Coloring Your Images With Duotone Filters</strong></a>, created by <strong>Alex Lende</strong>. Details about this  wonderful new feature are now available on the WordPress News site. Using the Gutenberg plugin, you don&#8217;t have to wait until July 20, 2021 for WordPress 5.8 to come out. You can use today! </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><a href=\"https://themeshaper.com/2021/05/27/blockbase-a-parent-theme-for-block-themes/\"><strong>Blockbase</strong></a> &#8220;This block theme attempts to make all the common theme styles configurable in theme.json, and provides the CSS needed to make them work until the blocks themselves support these settings.&#8221; wrote <a href=\"https://twitter.com/scruffian\"><strong>Ben Dwyer</strong></a>  <a href=\"https://github.com/Automattic/themes/\">The Blockbase themes</a> is available via GitHub. Justin Tadlock at WPTavern kick the tires of it. He concluded: &#8220;It is the modern-dayÂ <a href=\"https://underscores.me/\">Underscores (_s)</a>Â for blocks, and the WordPress theme design community will need such a project moving forward. They will need a starting point and educational tool, and Blockbase is just that.&#8221; You&#8217;d be interested in more details.</p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong>Hector Pietro</strong> published <a href=\"https://make.wordpress.org/core/2021/05/27/whats-new-in-gutenberg-10-7-26-may/\"><strong>Whatâ€™s new in Gutenberg 10.7?</strong></a>  The release notes for this week&#8217;s Gutenberg plugin release. This is the last version of Gutenberg features that will be coming to WordPress core. What didn&#8217;t make it? Navigation screen and block, Post Author Block and the Refactor of the Gallery Block. The latter is a bit disappointing as I was very much looking forward to building galleries with image blocks. Ah, well.</p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong>The new Widget screen</strong> made it and could use some major testing round: Use the WordPress Beta Tester plugin, enable the nightly stream on the bleeding edge channel and start testing specially for backwards compatibility with existing themes and plugins and configuration. <a href=\"https://pantheon.io/register\">Pantheon gives Developer 2 free testing sites</a>, and has a powerful <a href=\"https://pantheon.io/docs/migrate\">migration tool </a>for cloning existing sites for testing. It&#8217;s what we will use for our long-time client sites. If you feel you don&#8217;t have enough times, but also don&#8217;t want to see any surprises, you can install the <a href=\"https://wordpress.org/plugins/classic-widgets/\"><strong>Classic Widgets plugin</strong></a> by core contributors <strong>Tonya Mork</strong> and <strong>Andrew Ozz</strong>. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong>Allison Rivers </strong>wrote <a href=\"https://torquemag.io/2021/05/why-wordpress-agencies-are-embracing-gutenberg/\"><strong>Why WordPress Agencies Are Embracing Gutenberg</strong></a> for the Torque Magazine. Rivers interviewed 15 Agency leaders in the WordPress space who shared why they are slowly moving away from 3rd party page builders favoring the block editor and the rich ecosystem around it, with Generate Blocks, Kadence Blocks, Toolset, Stackable, Genesis Blocks and more. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p>The above article was a nice palate cleanser after the rather lively debate on <a href=\"https://www.youtube.com/watch?v=xLiDu7WwCRI&t=1s\"><strong>This Week in WordPress #164</strong></a> with Nathan Wrigley and Spencer Forman. The reasoning from the agency leaders might also explain why hard-core Elementor fans get so agitated. Big &#8220;Thank You&#8221; to Nathan Wrigley for having me on the show. ðŸ¤Ÿ It was quite entertaining, to say the least. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p>In case you missed it,  I thoroughly enjoyed <strong>Nathan Wrigley&#8217;s</strong> interview with <strong>Benjamin Intal</strong>, ofÂ <a href=\"https://wpstackable.com/\">StackableÂ </a> on the  WP Tavern Jukebox podcast, andÂ <strong><a href=\"https://wptavern.com/podcast/3-benjamin-intal-on-why-hes-betting-his-business-on-blocks\">Why he is betting his business on blocks</a>.</strong></p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><a href=\"https://twitter.com/karks88\"><strong>Eric Karkovack</strong></a> did a deep dive into the plugin <a href=\"https://wordpress.org/plugins/block-visibility/\">Block Visibility</a> by Nick Diego and shared his insights in his article <a href=\"https://speckyboy.com/edit-block-visibility-wordpress-gutenberg-editor/\"><strong>An Easy Way to Edit Block Visibility in the WordPress Gutenberg Editor</strong></a> .I mentioned the plugin multiple times before.  If you didn&#8217;t get a chance to test it on one of your projects, Karkovack&#8217;s article gives you definitely more insight in how it works, and what use cases are suitable for it. <br />I also discovered the plugin <strong><a href=\"https://wordpress.org/plugins/conditional-blocks/\">Conditional Blocks</a>  by <a href=\"https://twitter.com/morganhvidt\">Morgan Hvidt</a> </strong>with a slightly different approach. Both plugins also provide pro versions via their respective websites. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<h2 id=\"events\">Upcoming WordPress Events</h2>\n\n\n\n<p><strong>June 7 &#8211; 9th, 2021</strong><br /><strong><a href=\"https://europe.wordcamp.org/2021/\">WordCamp Europe</a></strong><br />A virtual event and contributor day. <a href=\"https://europe.wordcamp.org/2021/call-for-sponsors/\">Call for sponsors is open.</a></p>\n\n\n\n<p><strong>ðŸŽ‰</strong>  Gutenberg Times is a media partner of WordCamp Europe 2021 </p>\n\n\n\n<p><strong>June 10th, 2021</strong><br /><strong><a href=\"https://www.meetup.com/SF-WordPress-Users/events/278491308\">WordPress &#8220;Mega Meetup&#8221;: Plugins That Keep Websites Running</a></strong></p>\n\n\n\n<p><strong>June 20 &#8211; 26, 2021</strong><br /><strong><a href=\"https://japan.wordcamp.org/2021/\">WordCamp Japan</a></strong><br /><em>The schedule has been posted. Most sessions will be in Japanese, with exceptions, I think&#8230; </em></p>\n\n\n\n<p><strong>June 24, 2021 </strong><br /><strong><a href=\"https://attend.wpengine.com/summit-us-2021/\">WPEngine Summit 2021</a></strong><br /><em>The digital breakthrough conference</em></p>\n\n\n\n<p><strong>June 24 &#8211; 26, 2021</strong><br /><strong><a href=\"https://cochabamba.wordcamp.org/2021/\">WordCamp Cochabama</a></strong> (Colombia) </p>\n\n\n\n<p><strong>July 17 + 18th, 2021</strong><br /><strong><a href=\"https://santaclarita.wordcamp.org/2021/\">WordCamp Santa Clarita</a></strong><br />Calls for speakers was extended to June 5th, 2021.</p>\n\n\n\n<p><strong>July 23, 2021</strong><br /><a href=\"https://www.wordfest.live/\"><strong>WordFest Live </strong></a>&#8211; <em>TheÂ </em>festival of WordPress</p>\n\n\n\n<p><strong>September 21 + 22, 2021</strong><br /><a href=\"https://2021.wpcampus.org/\"><strong>WPCampus 2021 Online</strong></a><br />&#8220;A free online conference for web accessibility and WordPress in higher education.&#8221; <a href=\"https://2021.wpcampus.org/proposals\">Call for Proposal is up</a> and proposal are <strong>due May 26, 2021</strong></p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p>On the<a href=\"https://wpcalendar.io/online/\"> <strong>Calendar for WordPress Online Events</strong> </a>you can browse a list of the upcoming WordPress Meetups, around the world, including WooCommerce, Elementor, Divi Builder and Beaver Builder meetups. </p>\n\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p class=\"has-text-align-center\"><strong>Don&#8217;t want to miss the next Weekend Edition? </strong></p>\n\n\n\n<form class=\"wp-block-newsletterglue-form ngl-form ngl-portrait\" action=\"https://gutenbergtimes.com/feed/\" method=\"post\"><div class=\"ngl-form-container\"><div class=\"ngl-form-field\"><label class=\"ngl-form-label\" for=\"ngl_email\">Type in your Email address to subscribe.</label><div class=\"ngl-form-input\"><input type=\"email\" class=\"ngl-form-input-text\" name=\"ngl_email\" id=\"ngl_email\" /></div></div><button class=\"ngl-form-button\">Subscribe</button><p class=\"ngl-form-text\">We hate spam, too and won&#8217;t give your email address to anyone except Mailchimp to send out our Weekend Edition</p></div><div class=\"ngl-message-overlay\"><div class=\"ngl-message-svg-wrap\"></div><div class=\"ngl-message-overlay-text\">Thanks for subscribing.</div></div><input type=\"hidden\" name=\"ngl_list_id\" id=\"ngl_list_id\" value=\"26f81bd8ae\" /><input type=\"hidden\" name=\"ngl_double_optin\" id=\"ngl_double_optin\" value=\"yes\" /></form>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n\n<p>Featured Image: Photo byÂ <a href=\"https://unsplash.com/@ravipalwe?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText\">Ravi Palwe</a>Â onÂ <a href=\"https://unsplash.com/s/photos/lego?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText\">Unsplash</a></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 30 Sep 2021 18:15:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Birgit Pauli-Haack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:41;a:6:{s:4:\"data\";s:13:\"\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:109:\"Gutenberg Times: Getting Started with Themes for Full-site Editing and Block Plugins â€“ Weekend Edition #170\";s: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:\"https://gutenbergtimes.com/?p=17881\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:115:\"https://gutenbergtimes.com/getting-started-with-themes-for-full-site-editing-and-block-plugins-weekend-edition-170/\";s: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:15809:\"<p>Howdy, </p>\n\n\n\n\n\n<p>I am getting really excited about the <a href=\"https://make.wordpress.org/core/5-8/\">WordPress 5.8 release</a>. It&#8217;s still about eight weeks away, but there is a lot of work in front of us.  We are coming up to Feature Freeze on May 25, 2021. The Gutenberg team has a <a href=\"https://github.com/WordPress/gutenberg/releases/tag/v10.7.0-rc.1\">release candidate for 10.7</a>, the last version of the plugin, that will make it into WordPress Core. </p>\n\n\n\n<p>How can you help? Test, test test! </p>\n\n\n\n<ul><li>Set up a test site. <a href=\"https://pantheon.io/register\">Pantheon offers developer 2 sites for free.</a> </li><li>Use the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">Beta Tester plugin</a> &#8211; set it to channel = <em>Bleeding Edge</em> and stream = <em>Nightlies</em>, that means you have the lasted WordPress version on your site. </li><li><a href=\"https://core.trac.wordpress.org/newticket\">Report any bugs you find</a></li></ul>\n\n\n\n<p>On the team working on the block-editor end user documentation, we have a <a href=\"https://docs.google.com/document/d/1QdBr37mzz0AiAWDsR9PEFPUvzpULppt9FBbXE6WM0-w/edit#heading=h.yhitji5ms7k6\">preliminary list of relevant user-facing changes</a> in Google Doc. We are looking for more contributors to not only get through the latest task list but also update some documentation pages with 5.6 and 5.7 changes. If you have a few hours, and want to take a deep dive into the block-editor features, let me know   by joining the #docs channel or DM me on the Make Slack. </p>\n\n\n\n<p>Wishing everyone lots of patience.  We are still in a pandemic, and all good things take time. </p>\n\n\n\n<p>Yours ðŸ’•,<br />Birgit</p>\n\n\n\n<p>PS: Did a deep dive into the <a href=\"https://www.npmjs.com/package/@wordpress/data\">wp.data package</a> to learn more about state management for the block-editor. Do you know of any resources that helped you get the hang of it? The usual metaphors don&#8217;t seem to help much. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong>Anne McCarthy</strong> posted about <strong><a href=\"https://make.wordpress.org/test/2021/05/21/hallway-hangout-discussion-on-full-site-editing-issues-prs-designs-20-may/\">Hallway Hangout: Discussion on Full Site Editing Issues/PRs/Designs (20 May)</a></strong>. This was the fourth Hallway Hangout, a series of information meetings, that started in April. <a href=\"https://www.youtube.com/channel/UCkPsxZ_WQFaACunULLiT85g\">They are all available on YouTube.</a> Sometimes it is much easier to talk through a feature, an interface, or bugs, when you can ask questions and screen share. If you missed them, they are available on YouTube and summary posts are available on the <a href=\"https://make.wordpress.org/test/tag/fse-hallway-hangout/\">Make block of the Test Team</a>. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p>Although, I long for in-person WordCamps, they are still not safe in many regions.  For now, connections to my WordPress friends are still virtual: pick-up <a href=\"https://www.youtube.com/channel/UCkPsxZ_WQFaACunULLiT85g\">Hallway Hangouts</a>, Meetups meetings and WordCamps and conferences. </p>\n\n\n\n<p>Speaking of which: Next week <a href=\"https://wordsesh.com/register/\"><strong>WordSesh is taking place May 24 &#8211; May 27</strong></a>, with Workshops starting on May 28.  Well, depending on where you are in the world, it will start tomorrow night. </p>\n\n\n\n<p><strong>On the schedule a five session around Gutenberg: </strong></p>\n\n\n\n<img />\n\n\n\n<ul><li><strong>Blazing Fast Block Development</strong> w/ Lee Shadle </li><li><strong>Building Custom Block</strong>s w/ Rob Stinson</li><li><strong>Block-Based Themes</strong> â€“ <strong>The Future Of Full Site Editing In WordPress</strong> w/ Imran Sayed</li><li><strong>How the Block Editor Makes It Easier to Build Custom Websites</strong> w/ Danielle Zarcaro </li><li><strong>Build your own Block-BasedÂ Theme</strong> w/ Daisy Olsen (Workshop)</li></ul>\n\n\n\n<p>Find a <a href=\"https://gutenbergtimes.com/feed/#events\">list of more upcoming WordPress events </a>further below. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong><a href=\"https://www.youtube.com/watch?v=PBr3TgVRrkE&t=14s\">Eight Gutenberg Tips and Tricks in eight minutes</a> </strong>&#8211;  Learn how to start developing WordPress sites with Gutenberg blocks with <strong>Bill Erickson</strong> and <strong>Gabriel A. Mays</strong> from GoDaddy.  Take a look at the YouTube video and the links resources, if you are just starting out working with the block-editor in your WordPress development. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong><a href=\"https://twitter.com/edward_bock\">Edward Bock</a></strong> shared how to <a href=\"https://medium.com/write-better-wordpress-code/properly-add-modern-javascript-to-gutenberg-14bde8679d83\">Properly add modern JavaScript to Gutenberg</a>. In his article, he helps you transition from the conventional programming on PHP to adding JavaScript to your tools set</p>\n\n\n\n<h2>Full-Site Editing for Theme Developers</h2>\n\n\n\n<p><strong><a href=\"https://twitter.com/herb_miller\">Herb Miller</a></strong> shared recording from his presentation:  <a href=\"https://www.youtube.com/watch?v=sfYWkKuzv90\"><strong>Guide to WordPress Full Site Editing, blocks and themes</strong></a> at the Meetup in Portsmouth. Now the Herb went beyond the template editor bits that are coming to WordPress 5.8. He demonstrated the full Site Editor, which isn&#8217;t slated to come to WordPress until 5.9 or even 6.0. To follow along you would need a block-based theme and the latest Gutenberg version (for now 10.6.2). After a tour around the Site Editor, Herb Miller, shared with the audience how he built a block-based theme. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong><a href=\"https://twitter.com/carolinapoena\">Carolina Nymark</a></strong> published here <a href=\"https://wordpress.org/themes/armando/\"><strong>full-site editing theme &#8220;Armando&#8221;</strong></a> in the theme directory on WordPress.org. Carolina also is a contributor to the Gutenberg repository and published a <a href=\"https://fullsiteediting.com/courses/full-site-editing-for-theme-developers/\">Full Site Editing course for developers</a>. Recently, she also published a <a href=\"https://marketplace.visualstudio.com/items?itemName=CarolinaNymark.wordpress-block-markup\">VS Code extension WordPress Block Markup </a>with autocomplete snippets to add blocks to your templates faster. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><a href=\"https://twitter.com/fklux\"><strong>FrÃ¤nk Klein</strong> </a>of <a href=\"https://wpdevelopment.courses/\">WPDevelopment Courses</a> is getting ready to open his <strong><a href=\"https://wpdevelopment.courses/courses/building-block-based-themes/#curriculum\">Building Block-Based Themes </a></strong>course. He already shared quite a few insights in his learnings with the articles: <a href=\"https://wpdevelopment.courses/articles/full-site-editing-theme-learnings/\">What I Learned Building a Full-Site Editing Theme</a> and <a href=\"https://wpdevelopment.courses/articles/global-styles-in-block-based-bosco/\">Implementing Global Styles in Block-Based Bosco</a>. The <a href=\"https://wordpress.org/themes/block-based-bosco/\">Block-based Bosco Theme</a> is also available in the WordPress.org repo. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p>The <strong>theme.json</strong> settings structure is now finalized and is not experimental anymore. The <a href=\"https://developer.wordpress.org/block-editor/how-to-guides/themes/theme-json/\"><strong>Documentation</strong></a> is available in the Gutenberg Handbook. <strong><a href=\"https://twitter.com/riadbenguella\">Riad Benguella</a></strong> wrote an <a href=\"https://riad.blog/2021/05/05/introduction-to-wordpresss-global-styles-and-global-settings/\"><strong>Introduction to WordPressâ€™s Global Styles and Global Settings</strong></a> to get you started on the new era of Theme development in WordPress. <em>(Yes, I shared this before. I just want to make sure you find it again ) </em></p>\n\n\n\n<p>A few days ago, <strong><a href=\"https://twitter.com/aristath\">Ari Stathopoulos</a> </strong>started working on a <a href=\"https://github.com/WPTT/theme-json-parser\"><strong>Theme.JSON parser </strong></a>to make it possible for conventional themes to take advantage of the settings file as well. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong><a href=\"https://twitter.com/Ana_Segota\">Ana Segota</a>,</strong> Ariel Design, an early adopter of Gutenberg blocks in her themes she published in 2018 and 2019, came out with her first theme embracing full-site editing, and global styles with here <a href=\"https://www.anarieldesign.com/free-full-site-editing-theme-naledi/\"><strong>new Theme &#8220;Naledi&#8221;</strong></a>. Justin Tadlock took <a href=\"https://wptavern.com/anariel-design-launches-naledi-a-block-based-wordpress-theme\">the theme for a spin</a>. Once the theme is available at WordPress.org, it will be the <a href=\"https://wordpress.org/themes/tags/full-site-editing/\">sixth theme for full-site editing.</a> </p>\n\n\n\n<p>When will we see yours? </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong><a href=\"https://twitter.com/pollyplummer\">Sarah Gooding</a> </strong>has the story of  <strong><a href=\"https://wptavern.com/blocksy-theme-expands-free-starter-site-collection-plans-to-create-new-suite-of-blocks\">Blocksy Theme Expands Free Starter Site Collection, Plans to Create New Suite of Blocks</a>.</strong> Blocksy embraced the block-editor wholeheartedly and grew it&#8217;s business rapidly, it seems. They also integrate well with the blocks by Stackable. </p>\n\n\n\n<h2>Plugins for the Block Editor</h2>\n\n\n\n<p><strong>Benjamin Intal</strong>, of <a href=\"https://wpstackable.com\">Stackable </a>was this week&#8217;s guest of the WP Tavern Jukebox podcast, and he discussed with <strong><a href=\"https://twitter.com/wpbuilds\">Nathan Wrigley</a></strong> the <strong><a href=\"https://wptavern.com/podcast/3-benjamin-intal-on-why-hes-betting-his-business-on-blocks\">Why Heâ€™s Betting His Business on Blocks</a>.</strong> Intal and his team were an early adopter of the Block-editor and publish their plugin already in 2018 before the block-editor made it into WordPress Core. Since them Stackable has been an often recommended plugin for content creators, and it has grown quite a bit in features and reach. It&#8217;s certainly worth a listening, considering another wave of creativity and opportunities is coming to WordPress. This time for themes. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong>Alexandra Yap </strong>of Stackable recently posted the <a href=\"https://wpstackable.com/blog/introducing-dynamic-content/\"><strong>Introducing Dynamic Content.</strong> </a>They wrote: &#8220;Weâ€™ve received a huge number of requests to display content from ACFâ€™s custom fields in Stackable blocks, and now you can! <a href=\"https://wpstackable.com/blog/stackable-integrates-with-acf/\">Most ACF field types are supported</a> as well as ACF Options Pages.&#8221;. They also <a href=\"https://wpstackable.com/blog/create-dynamic-content-in-stackable-with-toolset/\">integrate with Toolset</a>.</p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong><a href=\"https://twitter.com/justintadlock\">Justin Tadlock</a></strong> reviewed a newly published pricing block and found <a href=\"https://wptavern.com/you-might-not-need-that-block\"><strong>You Might Not Need That Block</strong></a>. &#8220;With WordPressâ€™s base blocks and a decent theme, many custom solutions are possible via patterns.&#8221;, he wrote, and he went ahead and recreated a three column pricing table with the core blocks and different themes, Twenty-Twenty, Eksell, and a full-site editing theme, too. I strongly agree with Tadlock that block patterns would provide an easier path. I can see that plugins like Easy-digital downloads, Woo Commerce and other ecommerce plugins would offer such patterns together with their Gutenberg blocks extensions to get store owners up and running quickly. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong><a href=\"https://twitter.com/pootlepress\">Jamie Marsland</a> </strong>shared the <a href=\"https://www.pootlepress.com/2021/05/10-big-updates-to-our-woocommerce-gutenberg-plugins/\"><strong>10 Big Updates to PootlePress WooCommerce Gutenberg plugins</strong></a> Storefront Blocks and WooBuilder Blocks. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<h2 id=\"events\">Upcoming WordPress Events</h2>\n\n\n\n<p><strong>June 7 &#8211; 9th, 2021</strong><br /><strong><a href=\"https://europe.wordcamp.org/2021/\">WordCamp Europe</a></strong><br />A virtual event and contributor day. <a href=\"https://europe.wordcamp.org/2021/call-for-sponsors/\">Call for sponsors is open.</a></p>\n\n\n\n<p><strong>ðŸŽ‰</strong>  Gutenberg Times is a media partner of WordCamp Europe 2021 </p>\n\n\n\n<p><strong>June 20 &#8211; 26</strong><br /><strong><a href=\"https://japan.wordcamp.org/2021/\">WordCamp Japan</a></strong><br /><em>The schedule has been posted. Most sessions will be in Japanese, with exceptions, I think&#8230; </em></p>\n\n\n\n<p><strong>July 17 + 18th, 2021</strong><br /><strong><a href=\"https://santaclarita.wordcamp.org/2021/\">WordCamp Santa Clarita</a></strong><br />Calls for speakers (May 30th), sponsors, volunteers and organizers are open. </p>\n\n\n\n<p><strong>June 24 &#8211; 26, 2021</strong><br /><strong><a href=\"https://cochabamba.wordcamp.org/2021/\">WordCamp Cochabama</a></strong> (Colombia) </p>\n\n\n\n<p><strong>July 23, 2021</strong><br /><a href=\"https://www.wordfest.live/\"><strong>WordFest Live </strong></a>&#8211; <em>TheÂ </em>festival of WordPress<br />Call for Speakers is now open and submissions are <strong>due on May 24th, 2021</strong></p>\n\n\n\n<p><strong>September 21 + 22, 2021</strong><br /><a href=\"https://2021.wpcampus.org/\"><strong>WPCampus 2021 Online</strong></a><br />&#8220;A free online conference for web accessibility and WordPress in higher education.&#8221; <a href=\"https://2021.wpcampus.org/proposals\">Call for Proposal is up</a> and proposal are <strong>due May 26, 2021</strong></p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p>On the<a href=\"https://wpcalendar.io/online/\"> <strong>Calendar for WordPress Online Events</strong> </a>you can browse a list of the upcoming WordPress Meetups, around the world, including WooCommerce, Elementor, Divi Builder and Beaver Builder meetups. </p>\n\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p class=\"has-text-align-left\"><strong>Don&#8217;t want to miss the next Weekend Edition? </strong></p>\n\n\n\n<form class=\"wp-block-newsletterglue-form ngl-form ngl-portrait\" action=\"https://gutenbergtimes.com/feed/\" method=\"post\"><div class=\"ngl-form-container\"><div class=\"ngl-form-field\"><label class=\"ngl-form-label\" for=\"ngl_email\"><br />Type in your Email address to subscribe.</label><div class=\"ngl-form-input\"><input type=\"email\" class=\"ngl-form-input-text\" name=\"ngl_email\" id=\"ngl_email\" /></div></div><button class=\"ngl-form-button\">Subscribe</button><p class=\"ngl-form-text\">We hate spam, too and won&#8217;t give your email address to anyone except Mailchimp to send out our Weekend Edition</p></div><div class=\"ngl-message-overlay\"><div class=\"ngl-message-svg-wrap\"></div><div class=\"ngl-message-overlay-text\">Thanks for subscribing.</div></div><input type=\"hidden\" name=\"ngl_list_id\" id=\"ngl_list_id\" value=\"26f81bd8ae\" /><input type=\"hidden\" name=\"ngl_double_optin\" id=\"ngl_double_optin\" value=\"yes\" /></form>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 30 Sep 2021 18:15:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Birgit Pauli-Haack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:42;a:6:{s:4:\"data\";s:13:\"\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:104:\"Gutenberg Times: Template Editor, Theme.json and is a Universal theme possible? â€“ Weekend Edition #169\";s: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:\"https://gutenbergtimes.com/?p=17824\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:108:\"https://gutenbergtimes.com/template-editor-theme-json-and-is-a-universal-theme-possible-weekend-edition-169/\";s: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:14325:\"<p>Howdy, </p>\n\n\n\n\n\n<p>It&#8217;s not entirely Gutenberg related, but I am so happy that deputies at Global Community Team are <a href=\"https://make.wordpress.org/community/2021/04/26/discussing-the-path-to-in-person-wordcamps/\">discussing conditions under which in-person meetings (WordCamp and Meetup) can start up again.</a> Just the fact, that in-person meetings are  talked about after 14 months &#8220;online only&#8221;, is already progress. It&#8217;ll still take months before the first in-person WordCamp organizers will be able to start planning. Your opinion counts, so don&#8217;t hesitate to <a href=\"https://make.wordpress.org/community/2021/04/26/discussing-the-path-to-in-person-wordcamps/\">chime in the comments.</a> </p>\n\n\n\n<p>There was a lot of happening this week in the WordPress world.  You probably saw most of it on other WordPress news sites, so I dive in right into all the Gutenberg related updates.  Happy reading. </p>\n\n\n\n<p>Yours, ðŸ’•<br />Birgit</p>\n\n\n\n\n\n<h2>Gutenberg and WordPress Pre-release</h2>\n\n\n\n<p>It comes down to the wire for developers committing code before the WordPress 5.8 feature freeze coming up on May 25th, 2021. Gutenberg feature freeze is practically on May 19th when the Gutenberg 10.7 RC candidate is released. After those dates,  only bug fixes will make it into the first Beta release, scheduled for June 7, 2021. </p>\n\n\n\n<p>To keep all the dates straight I consult the full <a href=\"https://make.wordpress.org/core/5-8/\">WordPress 5.8 Development Cycle</a> page. </p>\n\n\n\n<h3>Calls for Testing</h3>\n\n\n\n<p><strong><a href=\"https://profiles.wordpress.org/andraganescu/\">Andre Draganescu</a></strong> posted <a href=\"https://make.wordpress.org/core/2021/05/12/help-test-the-widgets-editor-for-wordpress-5-8/\"><strong>Help Test the Widgets Editor for WordPress 5.8</strong></a> with test instructions for three scenarios any user could test</p>\n\n\n\n<ul><li>Migrating from classic widgets</li><li>Adding blocks next to widgets</li><li>Opting out of the new widgets screen with the new plugin</li></ul>\n\n\n\n<p>He also urges Theme and Plugin developers <a href=\"https://github.com/WordPress/gutenberg/tree/trunk/docs/how-to-guides/widgets\">to read the available documentation</a> and suggests to</p>\n\n\n\n<ul><li>Test upgrading classic widgets to blocks.</li><li>Test enabling and disabling theme support</li><li>Test 3rd party widgets compatibility.</li></ul>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong><a href=\"https://profiles.wordpress.org/annezazu/\">Anne McCarthy</a></strong>  in her post<a href=\"https://make.wordpress.org/test/2021/05/12/fse-program-testing-call-6-stick-the-landing-pages/\"><strong> &#8220;Stick the Landing (pages)&#8221;</strong></a> ( ðŸ˜ nice pun!)* composed a real-life scenario for the various tests of the template editor and use it for landing pages. This goes to the heart of the new feature slated to be introduced to WordPress users with WordPress 5.8. </p>\n\n\n\n<p>The instructions come with a very nice demo of the template editor in a <em>silent movie</em>. Just follow the mouse pointer. </p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<div class=\"toolbelt-video-wrapper\"></div>\n</div>\n\n\n\n<p class=\"has-small-font-size\">(* I had to look it up: Stick the landing &#8211; is an expression that comes from gymnastic or other athletic routine when the athlete <em>lands firmly and confidently on their feet. </em>Or an aviator executes a <em>flawless landing</em>. &#8211; all part of the service&#8230; )</p>\n\n\n\n<h2>Gutenberg 10.6</h2>\n\n\n\n<p>Gutenberg 10.6 was released and comes with a ton of create features! For the first time, volunteer contributor, <strong><a href=\"https://twitter.com/vdwijngaert\">Koen Van den Wijngaert</a></strong> led this plugin release and published <a href=\"https://make.wordpress.org/core/2021/05/14/whats-new-in-gutenberg-10-6-12-may/\"><strong>Whatâ€™s new in Gutenberg 10.6?</strong></a>  It was one of the bigger releases with 216 commits.</p>\n\n\n\n<ul><li><strong>Duotone filters</strong> made it into this release now. Very cool highlight/shadow colors are already available. Theme developers can provide extend with theme specific colors. </li><li><strong>Padding</strong> is here! You might not need those spacer block anymore or at least not so often. </li><li><strong>Most used tags selector</strong> &#8211; many bloggers missed it for the last few years. It&#8217;s now also available in the block editor.</li><li><strong>Tables</strong> can now have colored borders. </li><li><strong>More blocks</strong> for Themes and modify Post list displays (Query blocks)</li><li><strong>Theme.json</strong>  is out of experimental and the <a href=\"https://github.com/WordPress/gutenberg/blob/trunk/docs/how-to-guides/themes/theme-json.md\">documentation was updated</a> just a couple of days ago. </li><li><strong>Template Editor</strong> screen to create custom templates for landing pages. </li><li><strong>Block Editor Settings </strong>are now available via an endpoint of the REST API. This opens quite a few additional opportunities for plugins and themes to adjust features and controls. </li></ul>\n\n\n\n<p>I have had a fascination with the Query block ever since it started as a Latest Post block. In this version, the team added Block Patterns to the place holder, so you don&#8217;t have to start from scratch assembling. </p>\n\n\n\n<p><strong>Justin Tadlock</strong> tested a few new features and shares his findings in <strong><a href=\"https://wptavern.com/gutenberg-10-6-adds-duotone-filters-query-pattern-carousel-and-most-used-tags-selector#comments\">Gutenberg 10.6 Adds Duotone Filters, Query Pattern Carousel, and Most-Used Tags Selector</a>.</strong></p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n\n<p><strong><a href=\"https://gutenbergtimes.com/need-a-zip-from-master/\">Need a plugin .zip from Gutenberg&#8217;s main (trunk) branch?</a></strong><br />Gutenberg Times provides daily build for testing and review. <br />Have you been using it? Hit reply and let me know.</p>\n\n\n\n<p><img alt=\"GitHub all releases\" src=\"https://img.shields.io/github/downloads/bph/gutenberg/total?style=for-the-badge\" /></p>\n\n\n\n\n<p>The <strong>Gutenberg Changelog episode #44</strong> will be published later this weekend. <strong>Grzegorz (&#8220;Greg&#8221;) Ziolkowski</strong> and I had a great time diving into the details of this release, answered some General Gutenberg questions and also talked about what&#8217;s in the works even beyond 5.8. </p>\n\n\n\n<p><strong>Subscribe to the Gutenberg Changelog via your favorite podcast apps! </strong><br />ðŸŽ™ï¸ <a href=\"https://open.spotify.com/show/620NwVKQJGdTupy36zYxvg?mc_cid=4b6c9f88fe\">Spotify</a> | <a href=\"https://podcasts.google.com/feed/aHR0cHM6Ly9ndXRlbmJlcmd0aW1lcy5jb20vZmVlZC9wb2RjYXN0\">Google</a> | <a href=\"https://podcasts.apple.com/us/podcast/gutenberg-changelog/id1469294475\">iTunes</a> | <a href=\"https://pca.st/podcast/f8445ec0-7508-0137-f267-1d245fc5f9cf\">PocketCasts</a> | <a href=\"https://www.stitcher.com/show/gutenberg-changelog\">Stitcher</a> | <br />ðŸŽ™ï¸ <a href=\"https://www.podbean.com/podcast-detail/chi7j-9904a/Gutenberg-Changelog-Podcast\">Pod Bean</a> | <a href=\"https://castbox.fm/channel/Gutenberg-Changelog-id2173375\">CastBox</a> | <a href=\"https://www.podchaser.com/podcasts/gutenberg-changelog-878239/\">Podchaser</a> | <a href=\"https://gutenbergtimes.com/feed/podcast\">RSS Feed</a>Â </p>\n\n\n\n<h2>Full Site Editing and Themes</h2>\n\n\n\n<p><a href=\"https://twitter.com/kjellr\"><strong>Kjell Reigstad</strong> </a>is back with the <a href=\"https://make.wordpress.org/themes/2021/05/14/gutenberg-themes-week-of-may-10-2021/\"><strong>Gutenberg + Themes: Round up post</strong></a> from the Themes team.  Learn quickly what was released and fixed, what is pending as PR or still in discussion that could use your input. The list of overview issues is a great way to catch up on the latest development.</p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong><a href=\"https://twitter.com/jffng\">Jeff Ong</a></strong> invited contributors and other theme developers to a <strong><a href=\"https://make.wordpress.org/themes/2021/05/10/friday-may-14th-at-14utc/\">Upcoming â€œUniversal Themesâ€ Hallway Hangout</a></strong>, a theme that works as a classic theme as well as a block-based theme. The post has links to recording, the sticky boards as well as the Zoom chat transcripts. I have yet to watch the gathering of Theme wizards and their thoughts on how they might want to deal with the upcoming changes. The recording is <a href=\"https://www.youtube.com/watch?v=ymZZv3GjGPE\">available on YouTube </a></p>\n\n\n\n<a href=\"https://www.youtube.com/watch?v=ymZZv3GjGPE\"><img /></a><a href=\"https://www.youtube.com/watch?v=ymZZv3GjGPE\">Hallway Hangout &#8211; Universal Theme</a>\n\n\n\n<p>The Second Call for Questions on Full Site Editing and their answers has ended, and <strong>Anne McCarthy</strong> published <a href=\"https://make.wordpress.org/test/2021/05/13/fse-program-answers-from-round-two-of-questions/\"><strong>Answers from Round Two of Questions</strong></a>. Almost all answers have also reference to the GitHub discussion around a specific topic. The answer covering the differences and different use cases for the three entities that might cause confusion (#5): Reusable Block, Block Pattern and now Template.  Anne answer it comprehensible, has a real life example and a great set of links to dive deeper into the topic. </p>\n\n\n\n<h2 id=\"wpevents\">Upcoming WordPress Events</h2>\n\n\n\n<p><strong>May 19th, 2021</strong><br /><strong><a href=\"https://www.meetup.com/Portsmouth-WordPress-Meetup/events/277849223/\">Portsmouth WordPress Meetup</a></strong><br /><strong>Full-site Editing </strong>with <strong>Herb Miller</strong> core contributor and his block-based theme </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong>&nbsp;May 22-23, 2021</strong><br /><strong><a href=\"https://neo.wordcamp.org/2021/\">WordCamp Northeast Ohio Region</a></strong><br />Two sessions and a Lighting talk about Gutenberg are on the <a href=\"https://neo.wordcamp.org/2021/schedule/\">schedule </a></p>\n\n\n\n<ul class=\"has-small-font-size\"><li><strong>Anatomy of a Block Theme for Full Site Editing </strong>w/ Daisy Olson </li><li><strong>Web Components in WP, Gutenberg and as HTML plugins</strong> w/ Craig West </li><li><strong>Lightning Talk: The power of reusable blocks w/ Daisy Olson</strong> </li></ul>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong>May 24-28, 2021</strong><br /><strong><a href=\"https://wordsesh.com/?uid=6471\">WordSesh 2021</a></strong><br />The <a href=\"https://wordsesh.com/#schedule\">session schedule</a> is now available, too. Here is the list of Gutenberg talks: </p>\n\n\n\n<ul class=\"has-small-font-size\"><li><strong>Blazing Fast Block Development</strong> w/ Lee Shadle </li><li><strong>Building Custom Block</strong>s w/ Rob Stinson</li><li><strong>Block-Based Themes</strong> â€“ <strong>The Future Of Full Site Editing In WordPress</strong> w/ Imran Sayed</li><li><strong>How the Block Editor Makes It Easier to Build Custom Websites</strong> w/ Danielle Zarcaro </li><li><strong>Build your own Block-BasedÂ Theme</strong> w/ Daisy Olsen (Workshop)</li></ul>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong>June 7 &#8211; 9th, 2021</strong><br /><strong><a href=\"https://europe.wordcamp.org/2021/\">WordCamp Europe</a></strong><br />A virtual event and contributor day. <a href=\"https://europe.wordcamp.org/2021/call-for-sponsors/\">Call for sponsors is open.</a></p>\n\n\n\n<p><strong>ðŸŽ‰</strong>  Gutenberg Times is a media partner of WordCamp Europe 2021 </p>\n\n\n\n<p><strong>June 20 &#8211; 26</strong><br /><strong><a href=\"https://japan.wordcamp.org/2021/\">WordCamp Japan</a></strong><br /><em>The schedule has been posted. Most sessions will be in Japanese, with exceptions, I think&#8230; </em></p>\n\n\n\n<p><strong>July 17 + 18th, 2021</strong><br /><strong><a href=\"https://santaclarita.wordcamp.org/2021/\">WordCamp Santa Clarita</a></strong><br />Calls for speakers (May 30th), sponsors, volunteers and organizers are open. </p>\n\n\n\n<p><strong>June 24 &#8211; 26, 2021</strong><br /><strong><a href=\"https://cochabamba.wordcamp.org/2021/\">WordCamp Cochabama</a></strong> (Colombia) </p>\n\n\n\n<p><strong>July 23, 2021</strong><br /><a href=\"https://www.wordfest.live/\"><strong>WordFest Live </strong></a>&#8211; <em>The&nbsp;</em>festival of WordPress<br />Call for Speakers is now open and submissions are due on May 24th, 2021</p>\n\n\n\n<p><strong>September 21 + 22, 2021</strong><br /><a href=\"https://2021.wpcampus.org/\"><strong>WPCampus 2021 Online</strong></a><br />&#8220;A free online conference for web accessibility and WordPress in higher education.&#8221; <a href=\"https://2021.wpcampus.org/proposals\">Call for Proposal is up</a> and proposal are due May 26, 2021</p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p>On the<a href=\"https://wpcalendar.io/online/\"> <strong>Calendar for WordPress Online Events</strong> </a>you can browse a list of the upcoming WordPress Meetups, around the world, including WooCommerce, Elementor, Divi Builder and Beaver Builder meetups. </p>\n\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p class=\"has-text-align-left\"><strong>Don&#8217;t want to miss the next Weekend Edition? </strong></p>\n\n\n\n<form class=\"wp-block-newsletterglue-form ngl-form ngl-portrait\" action=\"https://gutenbergtimes.com/feed/\" method=\"post\"><div class=\"ngl-form-container\"><div class=\"ngl-form-field\"><label class=\"ngl-form-label\" for=\"ngl_email\"><br />Type in your Email address to subscribe.</label><div class=\"ngl-form-input\"><input type=\"email\" class=\"ngl-form-input-text\" name=\"ngl_email\" id=\"ngl_email\" /></div></div><button class=\"ngl-form-button\">Subscribe</button><p class=\"ngl-form-text\">We hate spam, too and won&#8217;t give your email address to anyone except Mailchimp to send out our Weekend Edition</p></div><div class=\"ngl-message-overlay\"><div class=\"ngl-message-svg-wrap\"></div><div class=\"ngl-message-overlay-text\">Thanks for subscribing.</div></div><input type=\"hidden\" name=\"ngl_list_id\" id=\"ngl_list_id\" value=\"26f81bd8ae\" /><input type=\"hidden\" name=\"ngl_double_optin\" id=\"ngl_double_optin\" value=\"yes\" /></form>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 30 Sep 2021 18:15:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Birgit Pauli-Haack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:43;a:6:{s:4:\"data\";s:13:\"\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:133:\"Gutenberg Times: Introduction to Global Styles, Block-based Themes and Two weeks of virtual WordPress events â€“ Weekend Edition #168\";s: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:\"https://gutenbergtimes.com/?p=17764\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:138:\"https://gutenbergtimes.com/introduction-to-global-styles-block-based-themes-and-two-weeks-of-virtual-wordpress-events-weekend-edition-168/\";s: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:16152:\"<p>Howdy,  my friends! </p>\n\n\n\n<p>Hope you are all well. This week was a little less hectic, nevertheless again lots of information to digest about the block-editor and the upcoming WordPress 5.8 release. </p>\n\n\n\n\n\n<p>Today, you&#8217;ll find some great actionable tutorial, articles and tools. Again, I marvel at the extraordinary generosity of the people in the WordPress community from around the World. If you find something that&#8217;s useful to you, please let the authors. Most of them have a Twitter account that&#8217;s linked with the link to their contribution. </p>\n\n\n\n<p>Be well, be safe! </p>\n\n\n\n<p>Yours, ðŸ’• <br />Birgit </p>\n\n\n\n<h2>Updates from the Gutenberg and Core Teams</h2>\n\n\n\n<p><strong>Anne McCarthy</strong> posted the summary of finding of the <a href=\"https://make.wordpress.org/test/2021/05/06/fse-program-query-quest-summary/\">Query Quest</a>. This time, a 3 or so dozen user from Japan took part in this call for testing.  Members on the Italian Polyglott team translated the call, too. The circle of people testing has expanded quite a bit. </p>\n\n\n\n<p>McCarthy also had two reminders for you: </p>\n\n\n\n<ul><li>The second round Call for questions is still open &#8211; <a href=\"https://make.wordpress.org/test/2021/04/28/fse-program-bring-your-questions-round-two/\">send in your FSE question and concerns.</a> Deadline is May 12, 2021 </li><li>The next call for testing will be published on May 12, 2021 on the <a href=\"https://make.wordpress.org/test/\">Make blog of the Test team,</a> so clear out an afternoon in your week and reserve it for the next WordPress testing round. You&#8217;d be helping improve software, used by many, many millions of users. </li></ul>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong>Hector Pietro</strong>, technical lead on the Gutenberg project Phase 2, <a href=\"https://make.wordpress.org/core/2021/05/07/whats-next-in-gutenberg-may-2021/\">published the focus post for the team for May 2021.</a> There are no particular surprises listed, as the focus is getting a few projects ready to be merged with Core, but this post also aims beyond the feature Freeze on May 19 for block-editor features, RC 10.7. For Theme builders and developers, he also has a section on what particularly we all need to be aware of. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p>In anticipation, that the Widget block editor will land in WordPress Core, contributors <strong><a href=\"https://twitter.com/hellofromTonya\">Tonya Mork</a></strong> and <strong>Andrew Ozz</strong> published the <strong><a href=\"https://wordpress.org/plugins/classic-widgets/\">Classic Widget Screen plugin</a>,</strong> that allows you to opt-out of the new feature. Plugin and Theme developers can opt-out via this code snippet <code>remove_theme_support(\'widgets-block-editor\')</code>.<a href=\"https://github.com/WordPress/classic-widgets\"> Connect via GitHub</a> for issues and contributions. <strong>Justin Tadlock</strong> took the plugin for a spin and wrote a review: <a href=\"https://wptavern.com/classic-widgets-plugin-disables-wordpress-5-8s-upcoming-block-based-widgets-system\">Classic Widgets Plugin Disables WordPress 5.8â€™s Upcoming Block-Based Widgets System</a>. </p>\n\n\n\n\n<p>ðŸŽ™ï¸ <a href=\"https://gutenbergtimes.com/podcast/changelog-43-block-patterns-directory/\"><strong>Episode #43 is now available with Show notes and transcript</strong></a> Greg and I discussed Gutenberg 10.5, the Block Patterns Directory and a Call for Testing for WordPress 5.8 Release. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong>Subscribe to the Gutenberg Changelog via your favorite podcast apps! </strong><br />ðŸŽ™ï¸ <a href=\"https://open.spotify.com/show/620NwVKQJGdTupy36zYxvg?mc_cid=4b6c9f88fe\">Spotify</a> | <a href=\"https://podcasts.google.com/feed/aHR0cHM6Ly9ndXRlbmJlcmd0aW1lcy5jb20vZmVlZC9wb2RjYXN0\">Google</a> | <a href=\"https://podcasts.apple.com/us/podcast/gutenberg-changelog/id1469294475\">iTunes</a> | <a href=\"https://pca.st/podcast/f8445ec0-7508-0137-f267-1d245fc5f9cf\">PocketCasts</a> | <a href=\"https://www.stitcher.com/show/gutenberg-changelog\">Stitcher</a> | <br />ðŸŽ™ï¸ <a href=\"https://www.podbean.com/podcast-detail/chi7j-9904a/Gutenberg-Changelog-Podcast\">Pod Bean</a> | <a href=\"https://castbox.fm/channel/Gutenberg-Changelog-id2173375\">CastBox</a> | <a href=\"https://www.podchaser.com/podcasts/gutenberg-changelog-878239/\">Podchaser</a> | <a href=\"https://gutenbergtimes.com/feed/podcast\">RSS Feed</a>&nbsp;</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>If you have been a listener, please <a href=\"https://lovethepodcast.com/gutenbergchangelog\">write a review </a>on iTunes, Stitcher, Podchaser or Castbox. We would love to read from you, and more reviews help with the distributions.</p>\n\n\n\n\n<p>Speaking of podcasts: Grzegorz (Greg) Ziokowski and I talked with <strong><a href=\"https://twitter.com/palmiak_fp\">Maciek Palmowski</a></strong> of WP Owl, about <strong><a href=\"https://wpowls.co/podcast/contributing-to-wordpress/\">Contributing to WordPress</a></strong>, the inaugural episode for the new podcast WP Owlcast. We talked about the ins and outs of contributing to WordPress &#8211; about the various teams, how to get started, how to pace yourself, Five For the Future and so much more. </p>\n\n\n\n\n<p><strong>&nbsp;<a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/\" target=\"_blank\" rel=\"noreferrer noopener\">&#8220;Keeping up with Gutenberg &#8211; Index 2021&#8221;</a>&nbsp;</strong><br />A chronological list of the WordPress Make Blog posts from various teams involved in Gutenberg development: Design, Theme Review Team, Core Editor, Core JS, Core CSS, Test and Meta team from Jan. 2021 on. <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2020/\">The index 2020 is here</a></p>\n\n\n\n\n<h2>Building block-based Themes</h2>\n\n\n\n<p><a href=\"https://twitter.com/Adelina_Tuca\"><strong>Adelina Tuca</strong></a> of Themeisle interviewed <strong>Tammie Lister</strong>, design co-lead of Phase 1 of the block editor, now design lead at Extendify. <a href=\"https://themeisle.com/blog/tammie-lister-interview/\">&#8220;We Made Themes Become Plugins by Forcing Them to Have Functionality That Shouldnâ€™t Be There</a>&#8220;, Lister is quoted. It&#8217;s a great discussion around the reset on how themes are developed with the block-editor and how it will not only change the creativity and productivity, but also user experience for content creators.</p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong>Riad Benguella </strong>posted an <strong><a href=\"https://riad.blog/2021/05/05/introduction-to-wordpresss-global-styles-and-global-settings/\">Introduction to WordPressâ€™s Global Styles and Global Settings</a>.</strong> You can learn more about the thoughts behind the theme.json implementation for connecting your theme with all the block-editor features. For the first time in WordPress there is now a standard way for plugin block builders to be considerate about the theme developers design decisions and tap into its settings and styles. Be aware, although the theme.json implementation with come to WordPress core with 5.8, the Global Styles will still be experimental, so if you use them, they might change. </p>\n\n\n\n<p><strong><a href=\"https://twitter.com/carolinapoena\">Carolina Nymark</a></strong><a target=\"_blank\" href=\"https://marketplace.visualstudio.com/items?itemName=CarolinaNymark.wordpress-block-markup\" rel=\"noreferrer noopener\"> </a>turned  <a target=\"_blank\" href=\"https://marketplace.visualstudio.com/items?itemName=CarolinaNymark.wordpress-block-markup\" rel=\"noreferrer noopener\"><strong>her block markup snippets into </strong></a><strong><a target=\"_blank\" href=\"https://marketplace.visualstudio.com/items?itemName=CarolinaNymark.wordpress-block-markup\" rel=\"noreferrer noopener\">VS Code</a> extension</strong> with it, you can add blocks to your full site editing templates faster by typing the name of the block and have VS Code auto-complete it for you. </p>\n\n\n\n\n<p><strong><a href=\"https://gutenbergtimes.com/need-a-zip-from-master/\">Need a plugin .zip from Gutenberg&#8217;s main (trunk) branch?</a></strong><br />Gutenberg Times provides daily build for testing and review. <br />Have you been using it? Hit reply and let me know.</p>\n\n\n\n<p><img alt=\"GitHub all releases\" src=\"https://img.shields.io/github/downloads/bph/gutenberg/total?style=for-the-badge\" /></p>\n\n\n\n\n<p> </p>\n\n\n\n<h2>Block Editor for Content Creators</h2>\n\n\n\n<p>If you are just now evaluating if the block editor is mature enough for your future client projects, or the right tool for your content production processes, <strong>Sam Wendland</strong> for WordPress VIP has some more in depth information:  <a href=\"https://wpvip.com/2021/04/09/how-the-wordpress-gutenberg-block-editor-empowers-enterprise-content-creators/\"><strong>&#8220;How the WordPress Gutenberg Block Editor Empowers Enterprise Content Creators&#8221;</strong></a>.</p>\n\n\n\n<h2>Block building for Developers </h2>\n\n\n\n<p><a href=\"https://twitter.com/wpmark\"><strong>Mark Wilkinson</strong> </a> of Highrise Digital share the <a href=\"https://www.youtube.com/watch?v=7HZ\"><strong>10 lessons he learned from developing WordPress sites with the block editor</strong></a> in this video. He also posted a <a href=\"https://twitter.com/wpmark/status/1390594183271002112\">Thread on Twitter</a> </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><a href=\"https://twitter.com/kasparsdambis\"><strong>Kaspars Dambis</strong> </a>from <strong>XWP</strong> describes how to manage dependencies when creating your Gutenberg blocks in his post: <a href=\"https://xwp.co/javascript-dependencies-wordpress-blocks/\"><strong>Managing Javascript Dependencies for WordPress Blocks</strong></a></p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p>In his tutorial <a href=\"https://millan.dev/2021/05/02/tutorial-convert-shortcodes-into-blocks\"><strong>Convert Shortcodes into blocks</strong></a> <strong><a href=\"https://twitter.com/milangd\">Milan Petrovic</a></strong> explains how to reuse shortcodes code and develop blocks for the block editor with support for sidebar settings</p>\n\n\n\n<h2 id=\"wpevents\">Upcoming WordPress Events</h2>\n\n\n\n<p><strong>10 &#8211; 14 May 2021</strong><br /><a href=\"https://pagebuildersummit.com?rpid=2&rpr=161\"><strong>Page Builder Summit 2021</strong></a><br />Gutenberg is part of it with the following sessions: </p>\n\n\n\n<ul class=\"has-small-font-size\"><li><strong>How to turn Gutenberg into a Page Builder with Stackable</strong> w/ Benjamin Intal</li><li><strong>Donâ€™t Compete with Gutenberg &#8211; Embrace It</strong> w/ Danielle Zarcaro</li><li><strong>Google&#8217;s Core Web Vitals &#8211; Get Green With Gutenberg</strong> w/ Jake Pfohl</li><li><strong>Creating newsletters in the Gutenberg block editor</strong> w/ Lesley Sim</li><li><strong>Building Fast, Block-Based Landing Pages</strong> w/ Mike Oliver</li><li><strong>Panel &#8211; Preparing for the future of WordPress </strong>&#8211; Supported by WordPress.com &#8211; Marjorie Asturias, Anne McCarthy and Donna Cavalier</li></ul>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong>&nbsp;May 22-23, 2021</strong><br /><strong><a href=\"https://neo.wordcamp.org/2021/\">WordCamp Northeast Ohio Region</a></strong><br />Two sessions and a Lighting talk about Gutenberg are on the <a href=\"https://neo.wordcamp.org/2021/schedule/\">schedule </a></p>\n\n\n\n<ul class=\"has-small-font-size\"><li><strong>Anatomy of a Block Theme for Full Site Editing </strong>w/ Daisy Olson </li><li><strong>Web Components in WP, Gutenberg and as HTML plugins</strong> w/ Craig West </li><li><strong>Lightning Talk: The power of reusable blocks w/ Daisy Olson</strong> </li></ul>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong>May 24-28, 2021</strong><br /><strong><a href=\"https://wordsesh.com/?uid=6471\">WordSesh 2021</a></strong><br />The <a href=\"https://wordsesh.com/#schedule\">session schedule</a> is now available, too. Here is the list of Gutenberg talks: </p>\n\n\n\n<ul class=\"has-small-font-size\"><li><strong>Blazing Fast Block Development</strong> w/ Lee Shadle </li><li><strong>Building Custom Block</strong>s w/ Rob Stinson</li><li><strong>Block-Based Themes</strong> â€“ <strong>The Future Of Full Site Editing In WordPress</strong> w/ </li><li><strong>How the Block Editor Makes It Easier to Build Custom Websites</strong> w/ Danielle Zarcaro </li><li><strong>Build your own Block-Based&nbsp;Theme</strong> w/ Daisy Olsen (Workshop)</li></ul>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong>June 7 &#8211; 9th, 2021</strong><br /><strong><a href=\"https://europe.wordcamp.org/2021/\">WordCamp Europe</a></strong><br />A virtual event and contributor day. <a href=\"https://europe.wordcamp.org/2021/call-for-sponsors/\">Call for sponsors is open.</a></p>\n\n\n\n<p><strong>June 20 &#8211; 26</strong><br /><strong><a href=\"https://japan.wordcamp.org/2021/\">WordCamp Japan</a></strong><br /><em>The schedule has been posted. Most sessions will be in Japanese, with exceptions, I think&#8230; </em></p>\n\n\n\n<p><strong>July 17 + 18th, 2021</strong><br /><strong><a href=\"https://santaclarita.wordcamp.org/2021/\">WordCamp Santa Clarita</a></strong><br />Calls for speakers (May 30th), sponsors, volunteers and organizers are open. </p>\n\n\n\n<p><strong>June 24 &#8211; 26, 2021</strong><br /><strong><a href=\"https://cochabamba.wordcamp.org/2021/\">WordCamp Cochabama</a></strong> (Colombia) </p>\n\n\n\n<p><strong>July 23, 2021</strong><br /><a href=\"https://www.wordfest.live/\"><strong>WordFest Live </strong></a>&#8211; <em>The&nbsp;</em>festival of WordPress<br />Call for Speakers is now open and submissions are due on May 24th, 2021</p>\n\n\n\n<p><strong>September 21 + 22, 2021</strong><br /><a href=\"https://2021.wpcampus.org/\"><strong>WPCampus 2021 Online</strong></a><br />&#8220;A free online conference for web accessibility and WordPress in higher education.&#8221; <a href=\"https://2021.wpcampus.org/proposals\">Call for Proposal is up</a> and proposal are due May 26, 2021</p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p>On the<a href=\"https://wpcalendar.io/online/\"> <strong>Calendar for WordPress Online Events</strong> </a>you can browse a list of the upcoming WordPress Meetups, around the world, including WooCommerce, Elementor, Divi Builder and Beaver Builder meetups. </p>\n\n\n\n\n<p><em>Featured image: <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"https://www.flickr.com/photos/116417508@N06/32958126080\">&#8220;Tiny City Block Building&#8221;</a>&nbsp;by&nbsp;<a href=\"https://www.flickr.com/photos/116417508@N06\" target=\"_blank\" rel=\"noreferrer noopener\">Matt Henry photos</a>&nbsp;is licensed under&nbsp;<a href=\"https://creativecommons.org/licenses/by/2.0/?ref=ccsearch&atype=rich\" target=\"_blank\" rel=\"noreferrer noopener\">CC BY 2.0</a></em></p>\n\n\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p class=\"has-text-align-left\"><strong>Don&#8217;t want to miss the next Weekend Edition? </strong></p>\n\n\n\n<form class=\"wp-block-newsletterglue-form ngl-form ngl-portrait\" action=\"https://gutenbergtimes.com/feed/\" method=\"post\"><div class=\"ngl-form-container\"><div class=\"ngl-form-field\"><label class=\"ngl-form-label\" for=\"ngl_email\"><br />Type in your Email address to subscribe.</label><div class=\"ngl-form-input\"><input type=\"email\" class=\"ngl-form-input-text\" name=\"ngl_email\" id=\"ngl_email\" /></div></div><button class=\"ngl-form-button\">Subscribe</button><p class=\"ngl-form-text\">We hate spam, too and won&#8217;t give your email address to anyone except Mailchimp to send out our Weekend Edition</p></div><div class=\"ngl-message-overlay\"><div class=\"ngl-message-svg-wrap\"></div><div class=\"ngl-message-overlay-text\">Thanks for subscribing.</div></div><input type=\"hidden\" name=\"ngl_list_id\" id=\"ngl_list_id\" value=\"26f81bd8ae\" /><input type=\"hidden\" name=\"ngl_double_optin\" id=\"ngl_double_optin\" value=\"yes\" /></form>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 30 Sep 2021 18:15:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Birgit Pauli-Haack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:44;a:6:{s:4:\"data\";s:13:\"\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:131:\"Gutenberg Times: New Era for WordPress Themes in 2021 â€“ Updates and voices around WordPress 5.8 release  â€“ Weekend Edition #167\";s: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:\"https://gutenbergtimes.com/?p=17643\";s: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:132:\"https://gutenbergtimes.com/new-era-for-wordpress-themes-in-2021-updates-and-voices-around-wordpress-5-8-release-weekend-edition-167/\";s: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:25064:\"<p>Howdy, </p>\n\n\n\n<p>Happy May 2021! We are a third into 2021. Phew. </p>\n\n\n\n\n\n<p>I can&#8217;t tell you how relieved I feel that my husband and me as well as many US friends got vaccine shots. It&#8217;s also bitter-sweet and sad. In other places of the world there are again lock-downs.  Hospitals are filling up fast. Hundreds of thousands new infections. People dying. Distribution of vaccines is slow, if there is any available at all. The WordPress community spans all around the globe. We are not out of the woods. We still have friends and business partners in places of crisis. The team of the New York Times curated this list: &#8220;<a href=\"https://www.nytimes.com/article/india-covid-how-to-help.html\">How to Help India Amid the Covid Crisis</a>&#8220;. Consider donating and ask your employer if they have matching programs. <br /><br />How are you and your communities weathering the epidemic 14 months later? Please share in a reply!</p>\n\n\n\n<p>Hang in there, my friends. Stay safe. ðŸ˜·</p>\n\n\n\n<p>Yours, ðŸ’•<br />Birgit</p>\n\n\n\n<h2>WordPress 5.8: Four weeks to Feature Freeze: </h2>\n\n\n\n<p>The Gutenberg and WordPress Core team is gearing up for the <a href=\"https://make.wordpress.org/core/5-8/\">next major release 5.8</a> in July 2021. We are less than four weeks and two more Gutenberg plugin releases away from feature freeze.  </p>\n\n\n\n<h3>Goals of Gutenberg updates for the next major WordPress release</h3>\n\n\n\n<p>In the last two or three weeks, I listened to the interviews and Q &amp; As. I learned the team working on the block-editor pieces for this release has two goals: </p>\n\n\n\n<p>First, to release enough stable tools for developers and designers to start using aspects of Full-site editing in their themes, via theme.json and hybrid constructs for classic themes.  The hope is that by the time the rest of Full-Site-Editing interface is released to the users in December 2020, there are plenty of block-based themes and block patterns available from the community of extenders.</p>\n\n\n\n<p>Second, to introduce the new <em>page template feature</em>. It&#8217;s a new way to use the block editor to create and modify page templates for landing pages. This will be the first time in WordPress that a content creator or site owner would be able to change headers and footer for single pages. This takes a bit of a switch in the publishing / producing mindset. Gutenberg developers are hoping here for plenty of user feedback to make sure that the new blocks and in their new context, the user-facing elements are clear enough to handle in this smaller scope of a single page before the expanded version of Full-site editing is released in December 2021, that allows users to create and modify site-wide templates, template parts and to build new themes. </p>\n\n\n\n<h3>Block-Editor Features to come to  WordPress 5.8</h3>\n\n\n\n<p>After the <a href=\"https://make.wordpress.org/core/2021/04/15/full-site-editing-go-no-go-april-14-2021/\">Go/NoGo meeting and decision</a>, technical lead <strong>Hector Prieto </strong>published <a href=\"https://make.wordpress.org/core/2021/04/20/full-site-editing-go-no-go-next-steps/\"><strong>Full Site Editing Go/No Go: Next steps</strong></a> with more details around the full scope of the block editor pieces for WordPress 5.8 </p>\n\n\n\n<ul><li>Gutenberg plugin releases 9.9 &#8211; 10.7</li><li>First version of theme.json for theme builders of block-based themes. </li><li>Theme Blocks (Query, Navigation, Site information)</li><li>Template Editing with the post editor</li><li>Widget Editor and block widgets in Customizer</li><li>Persistent List view in the post editor</li><li>Duotone (Image filter) block supports</li><li>Gallery block refactor</li></ul>\n\n\n\n<p>In the post you&#8217;ll find links to issues and pr for even more details. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<h2>Increased Buzz about Full-Site Editing</h2>\n\n\n\n<p>On the WordPress News site, there were a few posts regarding the block-editor and Full-Site Editing. Using the WordPress News space to published more frequently about the ongoing development and ideas is one part of the stronger communication outreach planned for this new feature release. The more intense communication about Full-site editing from the core team is a direct result from the feedback from the WordPress community after the first  Gutenberg release in 2018. </p>\n\n\n\n<p><a href=\"https://wordpress.org/news/2021/04/curious-about-full-site-editing/\"><strong>Curious about Full-Site Editing</strong></a> by <a href=\"https://twitter.com/JosephaHaden\"><strong>Josepha Haden Chomphosy</strong></a>. A short article on what Full-site Editing is and how it will affect different kinds of users. You have been following Full-site Editing for a while now. So it&#8217;s not necessarily for you. It is a great first article to share with WordPress users and co-workers that hear about Full-site editing for the first time. The resources share are good starting place to catch up. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p>The second article wasn&#8217;t about Full-site editing, so much but about the Gutenberg. <strong>Anne McCarthy </strong>posted <a href=\"https://wordpress.org/news/2021/04/become-an-early-adopter-with-the-gutenberg-plugin/\"><strong>Become an Early Adopter With the Gutenberg Plugin</strong></a>, and tackled the various terms, we have mostly used as synonyms between Gutenberg, block-editor etc. Also, a good place to start, if someone likes to dive deeper into Gutenberg beyond the WordPress Core implementation. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p>The latest article in the WordPress News section, is the tutorial <a href=\"https://wordpress.org/news/2021/04/getting-started-with-the-figma-wordpress-design-library/\"><strong>Getting Started with the Figma WordPress Design Library</strong></a> by <strong>James Koster.</strong> Learn how to quickly create design prototypes for WordPress UI in <a href=\"https://www.figma.com/\">Figma</a>, a collaborative interface design tool. The tutorial is quite comprehensive and not only shows you how you work with it. Being knowledgeable about Figma can also jump start contributing to WordPress as it&#8217;s the tool of choice by the WordPress design team.</p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p>WP Briefing is the new podcast hosted by <strong>Josepha Haden Chomphosy</strong>. In her fifth episode, she was  <strong><a href=\"https://wordpress.org/news/2021/03/talking-full-site-editing-with-matias-ventura/\">Talking Full Site Editing with MatÃ­as Ventura</a></strong> (<em>ICYMI</em>). Josepha and <a href=\"https://twitter.com/matias_ventura\">MatÃ­as</a> answered user questions, from â€œis full site editing a standalone plugin?â€ to â€œwill full site editing break my current site?â€. The episode comes with a transcript. </p>\n\n\n\n<h2>Gutenberg Release and Block editor updates</h2>\n\n\n\n<p>In <a href=\"https://make.wordpress.org/core/2021/04/23/core-editor-improvement-refining-the-block-toolbar/\"><strong>Core Editor Improvement: Refining the Block Toolbar</strong></a>, Anne McCarthy elaborates on the refinement and standardization implemented for the Block Toolbar with the goal to simplify the hierarchy of the block, to make it more predictable what goes where.&nbsp;Below graphic is part of the newly updated <a href=\"https://developer.wordpress.org/block-editor/how-to-guides/designers/block-design/#group-block-toolbar-controls-with-related-items\">Best practices for Block Design</a> page of the developer handbook. </p>\n\n\n\n<img />\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p>This week Gutenberg 10.5 was released and in short succession v 10.5.1, v 10.5.2 and v 10.5.3. to fixing regression bugs. <a href=\"https://twitter.com/ajitbohra\"><strong>Ajit Bohra </strong></a>wrote about <a href=\"https://make.wordpress.org/core/2021/04/30/whats-new-in-gutenberg-10-5-28-april/\"><strong>Whatâ€™s New In Gutenberg 10.5</strong></a>. 15 new block patterns made it into the release and template editing is now also available for classic themes. For the latter, exercise optimistic caution should you use the Gutenberg plugin in productions. Many, many more changes came to the block-editor. <em>Grzegorz Ziolkowski and I recorded our take on it for the <a href=\"https://gutenbergtimes.com/podcast\">Gutenberg Changelog</a> podcast yesterday, and it should come to your favorite pod catcher over the weekend. </em></p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><a href=\"https://twitter.com/justintadlock\"><strong>Justin Tadlock</strong> </a>shared his experience in his post <a href=\"https://wptavern.com/gutenberg-10-5-embeds-pdfs-adds-verse-block-color-options-and-introduces-new-patterns\"><strong>Gutenberg 10.5 Embeds PDFs, Adds Verse Block Color Options, and Introduces New Patterns</strong></a></p>\n\n\n\n\n<p><strong>&nbsp;<a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/\" target=\"_blank\" rel=\"noreferrer noopener\">&#8220;Keeping up with Gutenberg &#8211; Index 2021&#8221;</a>&nbsp;</strong><br />A chronological list of the WordPress Make Blog posts from various teams involved in Gutenberg development: Design, Theme Review Team, Core Editor, Core JS, Core CSS, Test and Meta team from Jan. 2021 on. <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2020/\">The index 2020 is here</a></p>\n\n\n\n\n<h2>Block Pattern Directory</h2>\n\n\n\n<p>Speaking of Block Patterns, <strong><a href=\"https://twitter.com/ryelle\">Kelly Choyce-Dwan</a></strong> posted the <strong><a href=\"https://make.wordpress.org/meta/2021/04/28/block-pattern-directory-update/\">Block Pattern Directory Update</a> </strong>from the Meta team. She invites you to follow along on the site that is a red-hat zone for now, but it already gives you a good idea on how it is going to work. Check it out on<a href=\"https://make.wordpress.org/meta/2021/04/28/block-pattern-directory-update/\"> wordpress.org/patterns</a>. The patterns are arranged in squares in five categories: <a href=\"https://wordpress.org/patterns/pattern-categories/buttons/\">Buttons</a>, <a href=\"https://wordpress.org/patterns/pattern-categories/columns/\">Columns</a>, <a href=\"https://wordpress.org/patterns/pattern-categories/gallery/\">Gallery</a>, <a href=\"https://wordpress.org/patterns/pattern-categories/header/\">Header</a>, <a href=\"https://wordpress.org/patterns/pattern-categories/text/\">Text</a>. You click on the square to see a details page with a larger representation and a button â€œCopy Patternâ€ or add them to your &#8216;Favorites&#8217;. Although, Kelly wrote that the copy button doesnâ€™t work yet, I quickly tested it, and you can just paste it into your next post, even if you are not in code edit mode.&nbsp;</p>\n\n\n\n<p>The meta team is now working on the process for WP.org users to submit patterns into the directory, and the accompanying automated evaluation and moderation feature. WordPress users will be able to find block patterns right from the block editor inserter and add them directly to their post or pages. </p>\n\n\n\n<p>Ultimately, the core block patterns will be removed from Gutenberg and made available through the Pattern directory only.  </p>\n\n\n\n<h2>Testing Full-Site editing: The outreach program</h2>\n\n\n\n<p>The Full-Site Editing Outreach program is in full swing.. Anne McCarthy and dozens of people contribute to WordPress by testing the new feature. </p>\n\n\n\n<p><a href=\"https://gutenbergtimes.com/page-template-editor-for-wordpress-5-8-videos-and-plugins-weekend-edition-166/\">Since the last Weekend Edition</a>, there were quite a few updates coming out of the program. </p>\n\n\n\n<p>ðŸ—“ï¸ <strong><a href=\"https://make.wordpress.org/test/2021/04/22/upcoming-fse-outreach-program-schedule/\">Upcoming FSE Outreach Program Schedule</a> &#8211; Synch your calendars! </strong>ðŸ˜‚</p>\n\n\n\n<p>For anyone who wants to learn more about the program, Anne McCarthy was a guest on the WordPress Jukebox podcast last month. <strong><a href=\"https://twitter.com/wpbuilds\">Nathan Wrigley</a>,</strong> host of the revived WPTavern podcast <strong>Jukebox</strong>, discussed with her <a href=\"https://wptavern.com/podcast/2-anne-mccarthy-on-how-full-site-editing-will-impact-wordpress\"><strong>How Full Site Editing Will Impact WordPress</strong></a> and why the program and its participants are an essential part for a successful implementation of the new features. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p>In <a href=\"https://make.wordpress.org/test/2021/04/20/fse-program-building-a-restaurant-header-summary/\"><strong>Building a Restaurant Header Summary</strong></a> you can read a curated list of outcomes and finding from the 4th Call for Testing. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p>In this week&#8217;s <a href=\"https://make.wordpress.org/test/2021/04/29/hallway-hangout-discussion-on-full-site-editing-issues-prs-designs-29-april/\"><strong>Hallway Hangout: Discussion on Full Site Editing Issues/PRs/Designs</strong></a>, participants in the FSE program talked through the findings of the last call for testing with <strong>Anne McCarthy</strong>, <strong>Marcus Kazmierczak</strong> and <strong>Sabrina Zeidan</strong>. Using screen sharing and video the groups was able to discuss some of the interface challenges much easier than when just reading through a blog post. This was already the second of this Video chats. The <a href=\"https://make.wordpress.org/test/2021/04/08/hallway-hangout-discussion-on-full-site-editing-issues-prs-designs-8-april/\">first Hallway Hangout chat took place on April 8th, 2021</a>, when Caroline Nymark, Paal Joachim Ramdahl, and Olga Gleckler joined Anne and Marcus. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p>You have until May 5th, 2021 to participate and comment on <strong><a href=\"https://make.wordpress.org/test/2021/04/14/fse-program-testing-call-5-query-quest/\">Testing Call #5: Query Quest</a>.</strong></p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p>If you have questions that still need answers, Anne McCarthy<a href=\"https://make.wordpress.org/test/2021/04/28/fse-program-bring-your-questions-round-two/\"> </a><strong><a href=\"https://make.wordpress.org/test/2021/04/28/fse-program-bring-your-questions-round-two/\">started the second round</a> of collecting questions</strong> to bring back to the team and get you answers. Bookmark this page, so you can open it quickly when you have another question. If you want to read up on the answers for the previously submitted 47 questions, <a href=\"https://make.wordpress.org/test/tag/fse-answers/\">follow this link to previous posts of Q &amp; A </a></p>\n\n\n\n\n<p><strong><a href=\"https://gutenbergtimes.com/need-a-zip-from-master/\">Need a plugin .zip from Gutenberg&#8217;s main (trunk) branch?</a></strong><br />Gutenberg Times provides daily build for testing and review. <br />Have you been using it? Hit reply and let me know.</p>\n\n\n\n<p><img alt=\"GitHub all releases\" src=\"https://img.shields.io/github/downloads/bph/gutenberg/total?style=for-the-badge\" /></p>\n\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<h2>Developing for Gutenberg </h2>\n\n\n\n<p><strong><a href=\"https://twitter.com/jemjabella\">Jem Turner</a></strong>, a reluctant adopter of Gutenberg, has <a href=\"https://www.jemjabella.co.uk/2021/6-things-i-do-to-make-gutenberg-development-easier/\"><strong>six things she does to make developing websites with Gutenberg easier.</strong></a> It&#8217;s a great mix of developer and content creator processes. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong>Will Morris</strong> posted <strong><a href=\"https://torquemag.io/2021/04/custom-gutenberg-block/\">How to Create a Custom Gutenberg Block in WordPress (In 3 Steps)</a> </strong>on the Torque Magazine site and helps you how to extend your WordPress site with the <a href=\"https://wordpress.org/plugins/genesis-custom-blocks/\">Genesis Custom Blocks</a>,  one of the few <em>&#8216;almost&#8217;</em> #nocode block building tools.  </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong>Do The Woo podcast</strong>, co-hosted by <a href=\"https://twitter.com/bobWP\"><strong>Bob Dunn</strong></a> and <a href=\"https://twitter.com/ifyouwillit\"><strong>Mendel Kurland</strong></a>, discussed <a href=\"https://dothewoo.io/wordpress-core-and-blocks-with-grzegorz-ziolkowski/\"><strong>WordPress Core and Gutenberg Blocks with Grzegorz (Greg) Ziolkowski. </strong></a> They talked about the opportunities of working with blocks in an eCommerce context and beyond full-site editing.&nbsp;<a href=\"https://twitter.com/gziolo\">Grzegorz</a> explained how micro templates and blocks are the building material for more complex implementation and the advantages of the standardized interface for users and extenders in WordPress Core.&nbsp;</p>\n\n\n\n<h2>Plugins for the Block Editor</h2>\n\n\n\n<p>Speaking of WooCommerce: <strong>Jamie Marsland</strong> shared his <a href=\"https://www.youtube.com/watch?v=FQbn-TRt2pk\"><strong>Top 10 Blocks for WooCommerce</strong></a> &#8211; Plugins mentioned: </p>\n\n\n\n<ul><li><a href=\"https://wordpress.org/plugins/woo-gutenberg-products-block/\">WooCommerce Blocks</a></li><li><a href=\"https://www.pootlepress.com/storefront-blocks/\">Storefront Block</a></li><li><a href=\"https://wordpress.org/plugins/woobuilder/\">WooBuilder</a></li></ul>\n\n\n\n<h2>New Era for WordPress Themes </h2>\n\n\n\n<p><strong><a href=\"https://twitter.com/andersnoren\">Anders Noren</a></strong>, Swedish theme developer and co-author of the WordPress Twenty-Twenty theme, sees <a href=\"https://andersnoren.se/a-new-era-for-wordpress-themes/\"><strong>A New Era for WordPress Themes</strong></a>. In 2021,  we will &#8220;see the introduction of the most significant change to WordPress themes since the modern theme system was released in&nbsp;<a href=\"https://wordpress.org/news/2005/02/strayhorn/\">version 1.5</a>&nbsp;of WordPress, 16 years ago.&#8221;. He has great explanation and insights, and embraces the new era and is happy about the slow release this time around, so theme developers can get familiar with the new tools. &#8220;Developers will have plenty of time to create fully block-based themes by the time the Site Editor and Global Styles are released in WordPress 5.9. And no excuses if they donâ€™t.&#8221; Last month, Anders released a new free theme called <a href=\"https://andersnoren.se/teman/eksell-wordpress-theme/\"><strong>Eskell</strong></a>. Read <a href=\"https://wptavern.com/eksell-portfolio-theme-now-available-in-wordpress-themes-directory\">Sarah Gooding&#8217;s review on  WordPress Tavern.</a> </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p>The 47th edition of the <a href=\"https://make.wordpress.org/themes/2021/04/30/gutenberg-themes-week-of-apr-26-2021/\"><strong>Gutenberg + Themes roundup</strong></a> by <strong><a href=\"https://twitter.com/one_maggie\">Maggie Cabrera</a></strong> from the Themes team, lists all FSE related issues and PRs from the Gutenberg repository that need your attention, your opinion and your comments. The post also provides a list of resources if you are just now getting into block-based theme development. One issue caught my eye specifically: <a href=\"https://github.com/WordPress/gutenberg/issues/31124\"><em>Presets used in patterns: register them as user presets?</em></a> in it Andre explores a way how block pattern could be used across a theme change and still keep their styling. Reading through the comments from the Gutenberg contributors, it&#8217;s clear that there are a few questions still unanswered, when users can change colors. This applies to a few other elements of the themes and blocks, when classes don&#8217;t survive a theme change, and designs in navigation or group blocks lose their background colors. There are quite a few of these discussions that need your input and ideas. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p>In his latest post, <a href=\"https://twitter.com/ChrisWiegman\"><strong>Chris Wiegman</strong></a> walks us through the process of reducing WordPress themes to the bar minimum and still be able to render blocks. <strong><a href=\"https://chriswiegman.com/2021/04/creating-a-minimal-wordpress-theme-in-the-era-of-gutenberg/\">Creating A Minimal WordPress Theme In The Era Of Gutenberg</a>.</strong> This <a href=\"https://github.com/chriswiegman/chriswiegman-theme\">minimalistic and sustainable theme is available on GitHub</a></p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p>If you are looking to share your future block-based theme in the WordPress.org repository, <strong><a href=\"https://twitter.com/carolinapoena\">Carolina Nymark</a></strong> has a proposal for you: <a href=\"https://make.wordpress.org/themes/2021/04/22/removing-blockers-for-block-themes/\"><strong>Removing blockers for block themes</strong></a> on the Themes team. I am quite surprised that it hasn&#8217;t received any feedback from the community yet. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p>In his post <a href=\"https://wptavern.com/themes-set-up-for-a-paradigm-shift-wordpress-5-8-will-unleash-tools-to-make-it-happen\"><strong>Themes Set Up for a Paradigm Shift, WordPress 5.8 Will Unleash Tools To Make It Happen</strong></a> Justin Tadlock took a tour around the upcoming WordPress 5.8 features and took them for a spin and a first evaluation.  &#8220;Themes are not going the way of the dinosaur. All of that overly complex PHP code work necessary in the past might just be. The shift is putting themes back into their proper place: design. Previously available tools such as patterns and styles coupled with the new pieces like&nbsp;<code>theme.json</code>&nbsp;and template-related blocks will be the backbone of the new system. It is all starting to come together.&#8221; he concluded. </p>\n\n\n\n<p>As a former Theme developer, <strong>Justin Tadlock</strong> keeps his ear to the ground of theme development. I very much appreciate the tremendous effort he puts into his Theme reviews. I learn something new every time.</p>\n\n\n\n<ul><li><a href=\"https://wptavern.com/churel-is-a-colorful-and-minimalist-block-ready-wordpress-theme\">Churel Is a Colorful and Minimalist Block-Ready WordPress Theme</a></li><li><a href=\"https://wptavern.com/with-some-hits-and-misses-the-guten-blog-wordpress-theme-has-potential\">With Some Hits and Misses, the Guten Blog WordPress Theme Has Potential</a></li></ul>\n\n\n\n<h2>WordPress Events</h2>\n\n\n\n<p><strong>10 &#8211; 14 May 2021</strong><br /><a href=\"https://pagebuildersummit.com/\"><strong>Page Builder Summit 2021</strong></a><br />Gutenberg is part of it with the following sessions: </p>\n\n\n\n<ul><li>How to turn Gutenberg into a Page Builder with Stackable w/ <strong>Benjamin Intal</strong></li><li>Donâ€™t Compete with Gutenberg &#8211; Embrace It w/ <strong>Danielle Zarcaro</strong></li><li>Google&#8217;s Core Web Vitals &#8211; Get Green With Gutenberg w/ <strong>Jake Pfohl</strong></li><li>Creating newsletters in the Gutenberg block editor w/ <strong>Lesley Sim</strong></li><li>Building Fast, Block Based Landing Pages with <strong>Mike Oliver</strong></li></ul>\n\n\n\n<p><strong>May 24-28, 2021</strong><br /><a href=\"https://wordsesh.com/\"><strong>WordSesh 2021</strong></a></p>\n\n\n\n<p><strong>June 7 &#8211; 9th, 2021</strong><br /><strong><a href=\"https://europe.wordcamp.org/2021/\">WordCamp Europe</a></strong><br />A virtual event and contributor day. <a href=\"https://europe.wordcamp.org/2021/call-for-sponsors/\">Call for Sponsors is open.</a></p>\n\n\n\n<p><strong>June 20 &#8211; 26</strong><br /><strong><a href=\"https://japan.wordcamp.org/2021/\">WordCamp Japan</a></strong><br /><em>The schedule has been posted. Most sessions will be in Japanese, with exceptions, I think&#8230; </em></p>\n\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p class=\"has-text-align-left\"><strong>Don&#8217;t want to miss the next Weekend Edition? </strong></p>\n\n\n\n<form class=\"wp-block-newsletterglue-form ngl-form ngl-portrait\" action=\"https://gutenbergtimes.com/feed/\" method=\"post\"><div class=\"ngl-form-container\"><div class=\"ngl-form-field\"><label class=\"ngl-form-label\" for=\"ngl_email\"><br />Type in your Email address to subscribe.</label><div class=\"ngl-form-input\"><input type=\"email\" class=\"ngl-form-input-text\" name=\"ngl_email\" id=\"ngl_email\" /></div></div><button class=\"ngl-form-button\">Subscribe</button><p class=\"ngl-form-text\">We hate spam, too and won&#8217;t give your email address to anyone except Mailchimp to send out our Weekend Edition</p></div><div class=\"ngl-message-overlay\"><div class=\"ngl-message-svg-wrap\"></div><div class=\"ngl-message-overlay-text\">Thanks for subscribing.</div></div><input type=\"hidden\" name=\"ngl_list_id\" id=\"ngl_list_id\" value=\"26f81bd8ae\" /><input type=\"hidden\" name=\"ngl_double_optin\" id=\"ngl_double_optin\" value=\"yes\" /></form>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 30 Sep 2021 18:15:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Birgit Pauli-Haack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:45;a:6:{s:4:\"data\";s:13:\"\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:100:\"Gutenberg Times: Page Template Editor for WordPress 5.8, Videos and Plugins â€“ Weekend Edition #166\";s: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:\"https://gutenbergtimes.com/?p=17602\";s: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:105:\"https://gutenbergtimes.com/page-template-editor-for-wordpress-5-8-videos-and-plugins-weekend-edition-166/\";s: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:14988:\"<p>Howdy, </p>\n\n\n\n<p>Yes, it&#8217;s been a while that you received a fully curated Weekend edition. After the move it took a while to get my office operational again. We still have too many boxes to unpack, though.  </p>\n\n\n\n\n\n<p>Nevertheless, let&#8217;s catch up on Gutenberg news together! </p>\n\n\n\n<p>All the best, <br />Birgit ðŸ’•</p>\n\n\n\n<h2>Gutenberg 10.4 Released (and 10.4.1) </h2>\n\n\n\n<p>The <strong><a href=\"https://gutenbergtimes.com/podcast/changelog-42-full-site-editing-scope-for-wordpress-5-8/\">Gutenberg Changelog episode 42</a></strong> is now available. <strong>Grzegorz (&#8220;Greg&#8221;) Ziolkowski </strong>and I discuss Full-site Editing Scope for WordPress 5.8, Gutenbergâ€™s 10.4,  Gallery Block Refactor and Block-Based Theme updates.</p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong>Sarah Gooding</strong> of the WP Tavern wrote about the Gutenberg 10.4 release: <a href=\"https://wptavern.com/gutenberg-10-4-introduces-block-widgets-in-the-customizer\">Gutenberg 10.4 Introduces Block Widgets in the Customizer</a></p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<h2>Full-Site Editing and WordPress 5.8 </h2>\n\n\n\n<p>If you now find yourself in the position to learn more about the extent of Full-Site Editing experience, I have a real treat for you: <a href=\"https://gutenbergtimes.com/video-full-site-editing-overview-with-anne-mccarthy/\">A 30-min video Full-Site Editing Overview by</a>, Anne McCarthy, Developer Relations for the Gutenberg project. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p>On April 14, 2021, the Gutenberg and 5.8 release leads held a meeting, with Matias Venture giving a tour of the current state of the Phase 2 of Gutenberg development. The outcome of the meeting was a decision on Go/NoGo for component that make it into core for WordPress 5.8.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy</strong> provide in <a href=\"https://make.wordpress.org/core/2021/04/15/full-site-editing-go-no-go-april-14-2021/\">her follow-up post </a>a list of the detailed scope, the video of the meeting and a transcript of the recording. </p>\n\n\n\n<h3>The block editor scope </h3>\n\n\n\n<ul><li>Improvements from Gutenberg 9.9 to 10.7 plugin version. </li><li>Introduce 25 new blocks (Query, Site Logo, Navigation,Posts, Comments, Archives etc. ), the most valuable among them will be the Query Block. </li><li><code>theme.json</code>Â Mechanism for Theme builders (<a href=\"https://developer.wordpress.org/block-editor/how-to-guides/themes/theme-json/\">see developer documentation</a>)</li><li>Template Editor for Pages/Blank Template. (<a href=\"https://youtu.be/c4IFn73Nzvk?t=2859\">see demo by Marcus Kazmierczak</a>)</li><li>Widgets Screen &amp;Â BlockÂ widgets inÂ Customizer.</li><li>Design tools: Duotone, Layout controls, padding, etc.</li></ul>\n\n\n\n<p>There is the caution stated in the post: <em>&#8220;Not all the above are currently ready, but thereâ€™s some level of confidence that they can be by the time of 5.8.&#8221;</em></p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p>For the <strong>Template Editor for Pages/Blank Template</strong> you can see it <a href=\"https://youtu.be/c4IFn73Nzvk?t=2859\">in action in a demo</a> by <strong>Marcus Kazmierczak</strong>, he gave at the Mega Meetup last week. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong>Bud Kraus</strong> of JoyofWP showed us in his video, <a href=\"https://joyofwp.com/whats-the-future-of-the-wordpress-widget/\">how the Widget screen will look like in the future.</a> It does not show the Widget handling in the Customizer yet, but that is to come to WordPress 5.8. You could see a short piece of it in Matias Ventura&#8217;s demo video from the release leads meeting. It is now already available in the latest Gutenberg plugin release. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n\n<p><strong>Â <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/\" target=\"_blank\" rel=\"noreferrer noopener\">&#8220;Keeping up with Gutenberg &#8211; Index 2021&#8221;</a>Â </strong><br />A chronological list of the WordPress Make Blog posts from various teams involved in Gutenberg development: Design, Theme Review Team, Core Editor, Core JS, Core CSS, Test and Meta team from Jan. 2021 on. <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2020/\">The index 2020 is here</a></p>\n\n\n\n\n<p><strong>Justin Tadlock</strong> summarized last week&#8217;s announcements in <strong><a href=\"https://wptavern.com/full-site-editing-is-partly-a-go-for-wordpress-5-8\">Full Site Editing Is Partly a â€˜Goâ€™ for WordPress 5.8</a></strong></p>\n\n\n\n<h2>Testing Full-Site Editing</h2>\n\n\n\n<p>As the latest Full-Site Editing Call of Testing, <strong>Anne McCarthy</strong> has a <strong><a href=\"https://make.wordpress.org/test/2021/04/14/fse-program-testing-call-5-query-quest/\">Query Quest for you.</a></strong> Again with a great set of test instruction, you are guided towards usage and various features of the Query Block and its accompanying new post blocks for title, content, comments, feature image and pagination.</p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong>Justin Tadlock</strong> discussed this task a bit further in his article: <strong><a href=\"https://wptavern.com/fse-outreach-round-5-venturing-out-a-query-quest\">FSE Outreach Round #5: Venturing out a Query Quest</a>.</strong> &#8220;Testing never has to be boring. I encourage participants to grab inspiration from their lives as they venture out on their Query Quest.&#8221; he wrote. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p>Apropos Testing: <strong>Sarah Gooding</strong> wrote about our Gutenberg Nightly plugin to get the latest development of the block-editor in an easy to handle plugin. <strong><a href=\"https://wptavern.com/set-up-a-gutenberg-test-site-in-2-minutes-with-the-gutenberg-nightly-plugin\">Set Up a Gutenberg Test Site in 2 Minutes with the Gutenberg Nightly Plugin</a></strong>.</p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n\n<p><strong><a href=\"https://gutenbergtimes.com/need-a-zip-from-master/\">Need a plugin .zip from Gutenberg&#8217;s main (trunk) branch?</a></strong><br />Gutenberg Times provides daily build for testing and review. <br />Have you been using it? Hit reply and let me know.</p>\n\n\n\n<p><img alt=\"GitHub all releases\" src=\"https://img.shields.io/github/downloads/bph/gutenberg/total?style=for-the-badge\" /></p>\n\n\n\n<p></p>\n\n\n\n\n<p><strong>Anne McCarthy</strong> curated all the feedback from the fourth testing call: <a href=\"https://make.wordpress.org/test/2021/03/30/fse-program-custom-404-page-testing-summary/\"><strong>FSE Program Custom 404 Page Testing Summary</strong></a></p>\n\n\n\n<h2>Block-Based Themes</h2>\n\n\n\n<p><strong>Helen Hou-Sandi</strong> streamed on Twitch her <a href=\"https://www.twitch.tv/videos/981424705\">exploration session to create a block-based theme</a> for the Full-Site Editing.</p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong>Kjell Reigstad</strong> opened an issue for <a href=\"https://github.com/WordPress/gutenberg/issues/30508\"><strong>Query Block Pattern inspirations.</strong></a> There are great examples posted that could be converted to pattern, that could be bundled with WordPress 5.8  </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong>Marcus Kazmierczak</strong> also used Twitch to stream his <a href=\"https://www.twitch.tv/mkaz7000\">Lunch &amp; Learn series on Block-based themes.</a></p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p>Keep abreast on specific Theme related development and discussions with the weekly round-up from the Themes Team. <strong>Kjell Reigstad</strong> posted this week&#8217;s edition. <a href=\"https://make.wordpress.org/themes/2021/04/16/gutenberg-themes-week-of-apr-12-2021/\"><strong>Gutenberg + Themes: Week of Apr 12, 2021</strong></a></p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p>A couple of PRs that should help with <strong>transitioning existing themes to be block-based:</strong></p>\n\n\n\n<ul><li><a href=\"https://github.com/WordPress/gutenberg/pull/30345\"><strong>Add do_block_template_part function</strong></a><br />New gutenberg_block_template_part(), gutenberg_block_header_area(), and gutenberg_block_footer_area() functions to help pull block-based template parts into existing PHP templates: </li><li><a href=\"https://github.com/WordPress/gutenberg/pull/30438\"><strong>Allow creating custom block templates in classic themes</strong></a> Allowing people to create and use block-based page template for certain pages on their site, even while using a non-block-based theme.</li></ul>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p>In their latest episode of WPCafe co-hosts <strong>Mark Wilkinson</strong> and <strong>Keith Devon</strong> talked about <a href=\"https://www.youtube.com/watch?v=jAIlY3lTAos\">Building Twenty-Twenty-One with Caroline Nymark and Mel Choyce-Dwan</a>. </p>\n\n\n\n<h2>Plugins for the Block Editor</h2>\n\n\n\n<p><strong><a href=\"https://wordpress.org/plugins/gutentor/\">Gutentor</a></strong> published a collection of 70+ Blocks and layouts for Gutenberg Editor. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p>If you are working on your set of Blocks for the editor, <strong>Justin Tadlock</strong> has some thoughts to consider: <a href=\"https://wptavern.com/yet-another-wordpress-block-library-plugin\"><strong>Yet Another WordPress Block Library Plugin</strong></a>. He is making a well though through case to suggest more unique blocks to fill the gap to the core blocks. It seems to me that, two years of seeing block collections being acquired by big companies like Atom Blocks, Co Blocks and latest <a href=\"https://wptavern.com/ithemes-acquires-kadence-wp-plans-to-sunset-legacy-themes-in-2022\">Kadence Blocks</a>, might tempt a small developer team to come up with  another set of blocks matching a specific theme and hope for an acquisition by another big company in the space. There might be space for a few more, indeed. </p>\n\n\n\n<p>Tadlock&#8217;s longs for something new, a unique extension of core or a missing tool:</p>\n\n\n\n<ul><li><a href=\"https://wptavern.com/display-digital-sheet-music-with-the-wordpress-block-editor\">Display Digital Sheet Music With the WordPress Block Editor</a></li><li><a href=\"https://wptavern.com/block-a-saurus-embeds-a-side-scrolling-t-rex-game-via-the-block-editor\">Block-a-saurus Embeds a Side-Scrolling T-Rex Game via the Block Editor</a></li><li><a href=\"https://wptavern.com/emoji-conbini-and-the-case-for-a-block-enhancements-directory\">Emoji Conbini and the Case for a Block Enhancements Directory</a></li><li><a href=\"https://wptavern.com/insert-font-awesome-icons-into-the-block-editor-via-the-jvm-gutenberg-rich-text-icons-plugin\">Insert Font Awesome Icons Into the Block Editor via the JVM Gutenberg Rich Text Icons Plugin</a></li><li><a href=\"https://gutenbergtimes.com/writers-rejoice-iceberg-delivers-distraction-free-writing-for-wordpress/\">Writers Rejoice! Iceberg Delivers Distraction-free Writing for WordPress</a></li></ul>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong><a href=\"https://wordpress.org/plugins/conditional-blocks/\">Conditional Blocks</a></strong> by Morgan Hvidt allows you to create block that are displayed when certain conditions apply.Â We saw other plugins that offer that, like <a href=\"https://wordpress.org/plugins/block-visibility/\">Block Visibility by Nick Diego</a>. This one is a bit different. It allows you to change content depending on HTTP referrer, so if someone comes from Twitter, they could see a different message than someone coming from a Google Search or a link in a newsletter or an affiliate link.Â The plugin is also available as a pro version with premium features at <a href=\"https://conditionalblocks.com\">conditionalblocks.com</a>.Â </p>\n\n\n\n\n<p> <a href=\"https://gutenbergtimes.com/podcast/changelog-42-full-site-editing-scope-for-wordpress-5-8/\"><strong>Episode #4</strong>2 is now available</a>, with new co-host <strong>Grzegorz Ziolkowski</strong></p>\n\n\n\n<p> <strong>Subscribe to the&nbsp;<a href=\"https://gutenbergtimes.com/podcast/\">Gutenberg Changelog</a>&nbsp;podcast </strong><br />ðŸŽ™ï¸&nbsp;<a href=\"https://open.spotify.com/show/620NwVKQJGdTupy36zYxvg?mc_cid=4b6c9f88fe\">Spotify</a>&nbsp;|&nbsp;<a href=\"https://podcasts.google.com/feed/aHR0cHM6Ly9ndXRlbmJlcmd0aW1lcy5jb20vZmVlZC9wb2RjYXN0\">Google</a>&nbsp;|&nbsp;<a href=\"https://podcasts.apple.com/us/podcast/gutenberg-changelog/id1469294475\">iTunes</a>&nbsp;|&nbsp;<a href=\"https://pca.st/podcast/f8445ec0-7508-0137-f267-1d245fc5f9cf\">PocketCasts</a>&nbsp;|&nbsp;<a href=\"https://www.stitcher.com/show/gutenberg-changelog\">Stitcher</a>&nbsp;|<br />ðŸŽ™ï¸&nbsp;<a href=\"https://www.podbean.com/podcast-detail/chi7j-9904a/Gutenberg-Changelog-Podcast\">Pod Bean</a>&nbsp;|&nbsp;<a href=\"https://castbox.fm/channel/Gutenberg-Changelog-id2173375\">CastBox</a>&nbsp;|&nbsp;<a href=\"https://www.podchaser.com/podcasts/gutenberg-changelog-878239/\">Podchaser</a>&nbsp;|&nbsp;<a href=\"https://gutenbergtimes.com/feed/podcast\">RSS Feed</a>&nbsp;</p>\n\n\n\n<img />\n\n\n\n\n<h2>People and Community</h2>\n\n\n\n<p>It&#8217;s been already a year that <strong>Anne McCarthy</strong> joined the Gutenberg team as a developer relations wrangler. It has been a great pleasure meeting Anne and collaborating with her has been quite inspiring, and I learned a lot from her wisdom and her wealth of ideas. She has also become a good friend. She is som much better and being a remote friend that I ever will be. On her personal block Anne published <a href=\"https://nomad.blog/2021/04/17/one-year-in-devrel/\"><strong>One year in DevRel</strong></a></p>\n\n\n\n<p>Anne&#8217;s pioneer work with WordPress open-source project has been so successful that <a href=\"https://boards.greenhouse.io/automatticcareers/jobs/2937422\">Automattic wants to sponsor another person for developer relations.</a></p>\n\n\n\n<h2>Developing with ReactJS and Gutenberg Blocks. </h2>\n\n\n\n<p><strong>Rob Stinson</strong> wrote a tutorial on how <a href=\"https://studiopress.blog/the-ultimate-guide-to-building-custom-collections-in-genesis-blocks/\">to building custom Collections in Genesis Blocks.</a> Now Collections in this context are Layout templates, that extend existing Genesis blocks. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong> Mark Howells-Mead </strong>uses <a href=\"https://permanenttourist.ch/2021/04/using-react-and-wordpress-to-build-an-interactive-performant-single-page-application\">ReactJS to build interactive single page applications with WordPress</a> and wrote a tutorial. It&#8217;s not at all about Blocks and Gutenberg, but it&#8217;s related to the skill set of learning ReactJS and hopefully inspired developer to gradually make the transition. </p>\n\n\n\n\n\n<p></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 30 Sep 2021 18:15:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Birgit Pauli-Haack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:46;a:6:{s:4:\"data\";s:13:\"\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:69:\"Gutenberg Times: Video: Full-Site Editing Overview with Anne McCarthy\";s: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:\"https://gutenbergtimes.com/?p=17545\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"https://gutenbergtimes.com/video-full-site-editing-overview-with-anne-mccarthy/\";s: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:51870:\"<p>As part of the <a href=\"https://www.youtube.com/watch?v=c4IFn73Nzvk\">Meta Meetup on April 15th 2021</a>, Anne McCarthy gave a presentation on what Full-Site Editing entails, the updated scope of WordPress 5.8, what the FSE outreach program is and what issues surfaced during the four calls for testing from the group. </p>\n\n\n\n<p>It&#8217;s a fantastic and fast-paced presentation and covers a lot of ground. It&#8217;s ideal for WordPress users that just now want to catch up on all the buzz around Full&#8211;Site Editing and learn what will come to WordPress in the 5.8 release in July 2021. </p>\n\n\n\n<p>Big Thank You to Anne for allowing us to publish the video here with the transcript. </p>\n\n\n\n<p><em>For those interested how the template editor works,  <a href=\"https://youtu.be/c4IFn73Nzvk?t=2909\">jump right in to Marcus Kasmierczak&#8217;s live demo</a> portion of the WordPress Mega Meetup recording</em></p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<div class=\"toolbelt-video-wrapper\"></div>\n</div>\n\n\n\n<h2 id=\"0-sha\">Shared Resources</h2>\n\n\n\n<ul><li><a href=\"https://wordpress.org/about/roadmap/\">Roadmap showing phase 2</a>&nbsp;&nbsp;</li><li><a href=\"https://github.com/WordPress/gutenberg/issues/24551\">Full Site Editing Milestones</a>&nbsp;&nbsp;</li><li><a href=\"https://github.com/WordPress/gutenberg/issues/30662\">Special shoutout to the Gradual Adoption Milestone</a>&nbsp;&nbsp;</li><li><a href=\"https://make.wordpress.org/test/2021/04/14/fse-program-testing-call-5-query-quest/\">Query Quest &#8211; Call for testing the Query Block</a>&nbsp;&nbsp;</li><li><a href=\"https://make.wordpress.org/core/2021/04/15/full-site-editing-go-no-go-april-14-2021/\">Go/No go</a> &nbsp;</li><li><a href=\"https://github.com/WordPress/gutenberg/issues/29398\">Preview</a>&nbsp;&nbsp;</li><li><a href=\"https://make.wordpress.org/test/handbook/full-site-editing-outreach-experiment/\">FSE Outreach Program</a>:&nbsp;&nbsp;</li><li><a href=\"https://make.wordpress.org/core/2021/03/16/high-level-feedback-from-the-fse-program-march\">High-level feedback from the Full Site Editing Program thus far</a></li><li><a href=\"https://critterverse.blog/2021/03/23/full-site-editor-404-test/\">404 design</a></li><li><a href=\"https://www.twitch.tv/mkaz7000\">Marcus Kazmierczak Streams on Twitch</a>  </li></ul>\n\n\n\n<p><em><a href=\"https://gutenbergtimes.com/feed/#transcript\">See transcript below</a></em></p>\n\n\n\n<div class=\"ngl-articles pure ngl-articles-50_50 ngl-articles-frontend\">\n\n	\n	<div class=\"ngl-articles-wrap\">\n	\n						\n			<div class=\"ngl-article-mobile\">\n				<table width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\n					<tr>\n						<td valign=\"top\">\n							<div class=\"ngl-article-mob-wrap\">\n							<div class=\"ngl-article-featured\"><a href=\"https://gutenbergtimes.com/full-site-editing/\" target=\"_self\" rel=\"\"><img src=\"https://i2.wp.com/gutenbergtimes.com/wp-content/uploads/2021/02/vidar-nordli-mathisen-4NlLMwdFoLY-unsplash.jpg?w=652&ssl=1\" /></a></div><div class=\"ngl-article-labels\">gutenbergtimes.com</div><div class=\"ngl-article-title\"><a href=\"https://gutenbergtimes.com/full-site-editing/\" target=\"_self\" rel=\"\"><span>Full-Site-Editing &#8211; the Ultimate Resource List</span></a></div><div class=\"ngl-article-excerpt\">Nothing in life is to be feared, it is only to be understood. Now is the time to understand more, so that we may fear less.&nbsp;â€” Marie Curie&nbsp;</div><div class=\"ngl-article-date\">29 Jul 2021</div>							</div>\n						</td>\n					</tr>\n				</table>\n			</div>\n			\n			\n			\n\n		\n						\n			<div class=\"ngl-article-mobile\">\n				<table width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\n					<tr>\n						<td valign=\"top\">\n							<div class=\"ngl-article-mob-wrap\">\n							<div class=\"ngl-article-featured\"><a href=\"https://gutenbergtimes.com/full-site-editing-mvp-can-i-build-a-landing-page/\" target=\"_self\" rel=\"\"><img src=\"https://i2.wp.com/gutenbergtimes.com/wp-content/uploads/2021/03/kelly-sikkema-gcHFXsdcmJE-unsplash.jpg?w=652&ssl=1\" /></a></div><div class=\"ngl-article-labels\">gutenbergtimes.com</div><div class=\"ngl-article-title\"><a href=\"https://gutenbergtimes.com/full-site-editing-mvp-can-i-build-a-landing-page/\" target=\"_self\" rel=\"\"><span>Full-site Editing MVP: Can I Build a Landing Page?</span></a></div><div class=\"ngl-article-excerpt\">Josepha Haden Chomphosy was the featured guest on the inaugural episode of the WPTavern Jukebox podcast, hosted by Nathan Wrigley. Chomphosy explained her unofficial benchmark for the Go/NoGo decision on Full-site Editing for the WordPress core merge.&nbsp;</div><div class=\"ngl-article-date\">27 Mar 2021</div>							</div>\n						</td>\n					</tr>\n				</table>\n			</div>\n			\n			\n			\n\n		\n		\n		</div>\n\n</div>\n\n\n<p class=\"has-large-font-size\" id=\"transcript\">Transcript </p>\n\n\n\n<div class=\"wp-container-6166072a132e3 wp-block-group has-background\"><div class=\"wp-block-group__inner-container\">\n<div class=\"wp-block-sortabrilliant-guidepost\"><ul><li><a href=\"https://gutenbergtimes.com/feed/#0-sha\">Shared Resources</a></li><li><a href=\"https://gutenbergtimes.com/feed/#0-strong-milestones-of-full-site-editing-experience-strong\">Milestones of Full-Site Editing Experience</a><ul><li><a href=\"https://gutenbergtimes.com/feed/#1-strong-infrastructure-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-strong\">Infrastructure&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</a></li><li><a href=\"https://gutenbergtimes.com/feed/#2-strong-browsing-templates-and-template-parts-strong\">Browsing Templates and Template Parts</a></li><li><a href=\"https://gutenbergtimes.com/feed/#3-strong-styling-global-styles-theme-json-strong\">Styling &#8211; Global Styles + theme.json</a></li><li><a href=\"https://gutenbergtimes.com/feed/#4-strong-20-theme-blocks-strong\">20+ Theme Blocks</a></li><li><a href=\"https://gutenbergtimes.com/feed/#5-strong-query-block-the-loop-or-post-list-strong\">Query Block &#8211; The Loop or Post List</a></li><li><a href=\"https://gutenbergtimes.com/feed/#6-strong-navigation-block-strong\">Navigation Block</a></li><li><a href=\"https://gutenbergtimes.com/feed/#7-strong-gradual-adoption-widgets-customizer-hybrid-themes-nbsp-strong\">Gradual Adoption &#8211; Widgets, Customizer, Hybrid Themes&nbsp;</a></li></ul></li><li><a href=\"https://gutenbergtimes.com/feed/#8-strong-whats-coming-to-word-press-5-8-strong\">What&#8217;s coming to WordPress 5.8</a><ul><li><a href=\"https://gutenbergtimes.com/feed/#9-strong-short-demo-template-editing-navigation-block-and-multi-entity-saving-strong\">Short Demo: Template Editing, Navigation Block and Multi-Entity Saving</a></li></ul></li><li><a href=\"https://gutenbergtimes.com/feed/#10-strong-timeline-of-5-8-release-strong\">Timeline of 5.8 Release</a></li><li><a href=\"https://gutenbergtimes.com/feed/#11-strong-what-is-the-fse-outreach-experiment-program-strong\">What is the FSE Outreach Experiment Program?</a><ul><li><a href=\"https://gutenbergtimes.com/feed/#12-strong-whats-the-goal-strong\">What&#8217;s the goal</a></li><li><a href=\"https://gutenbergtimes.com/feed/#13-strong-why-was-it-started-strong\">Why was it started?</a></li><li><a href=\"https://gutenbergtimes.com/feed/#14-strong-how-to-join-fse-outreach-experiment-strong\">How to Join FSE Outreach Experiment</a></li></ul></li><li><a href=\"https://gutenbergtimes.com/feed/#15-strong-high-level-feedback-from-calls-for-testing-strong\">High-Level Feedback from Calls for Testing</a><ul><li><a href=\"https://gutenbergtimes.com/feed/#16-strong-preview-content-strong\">Preview Content</a></li><li><a href=\"https://gutenbergtimes.com/feed/#17-strong-saving-process-strong\">Saving Process</a></li><li><a href=\"https://gutenbergtimes.com/feed/#18-distinction-between-editing-area\">Distinction between editing area.</a></li><li><a href=\"https://gutenbergtimes.com/feed/#19-rethinking-width-and-alignment\">Rethinking Width and Alignment.</a></li><li><a href=\"https://gutenbergtimes.com/feed/#20-strong-general-usability-improvements-strong\">General usability improvements.</a></li><li><a href=\"https://gutenbergtimes.com/feed/#21-strong-improving-placeholders-strong\">Improving Placeholders.</a></li></ul></li><li><a href=\"https://gutenbergtimes.com/feed/#22-strong-will-full-site-editing-take-over-my-site-strong\">Will full site editing take over my site?</a></li><li><a href=\"https://gutenbergtimes.com/feed/#23-strong-what-about-the-block-based-navigation-and-widget-screens-strong\">What about the block-based navigation and widget screens?</a></li><li><a href=\"https://gutenbergtimes.com/feed/#24-strong-site-builders-strong\">Site builders</a></li><li><a href=\"https://gutenbergtimes.com/feed/#25-strong-how-is-this-going-to-impact-themes-strong\">How is this going to impact themes?</a></li><li><a href=\"https://gutenbergtimes.com/feed/#26-strong-what-pathways-are-going-to-be-created-strong\">What pathways are going to be created?</a></li><li><a href=\"https://gutenbergtimes.com/feed/#27-strong-whats-the-best-way-to-prepare-nbsp-strong\">What&#8217;s the best way to prepare?&nbsp;</a></li><li><a href=\"https://gutenbergtimes.com/feed/#28-strong-stay-connected-with-anne-mc-carthy-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-strong\">Stay connected with Anne McCarthy</a></li></ul></div>\n</div></div>\n\n\n\n<p class=\"has-small-font-size\"><em>Featured image: 404 template by Channing Ritter on critterverse.blog</em></p>\n\n\n\n<p>Howdy. To start, thanks so much for having me. This is a presentation about full site editing. I&#8217;m very excited to talk with you. This is a feature I&#8217;ve been thinking a lot about over the last year and I&#8217;m excited to share with you all. I&#8217;m also really keen to learn from each of you what you&#8217;re worried about, what you&#8217;re excited about, how you think full-site editing can improve your workflows, and more. So this is prerecorded because I wanted to make sure with so much information going around, wanted to make sure I had all the details lined up and so I could pause and rework certain sections. But please know that I welcome questions. So while you can&#8217;t interrupt me during the presentation, there will be a whole section at the end. Pull out your pen and paper, write them down, and know that they&#8217;re very, very welcomed. But for now, let&#8217;s dig in.</p>\n\n\n\n<p>So briefly about me, I&#8217;m actually originally from Winter Park, Florida. So I haven&#8217;t been home in about a year and a half, and thank you for letting me virtually return home by participating in this meetup. In 2011, I first found WordPress as a student at UNC Chapel Hill. I worked on their multi-site, had a great time. 2013, I went to my first ever WordCamp. 2014, joined Automatic as a happiness engineer focused on VaultPress and had a great time focusing on security of websites. It gave me a really interesting look into concerns people have about websites that most people don&#8217;t think about. Then 2020, I switched into the developer relations position at Automatic and have been there ever since.</p>\n\n\n\n<p>So let&#8217;s get meta and talk about the talk. (laughing). So to start, I&#8217;m going to zoom out really big and then slowly put pieces together until we kind of get a nice map of what full-site editing is with all the details. So this will look kind of like first answering some big, high-level questions, digging into then how the work is actually being done, so going from high level, &#8220;What is this? Why does it help me?&#8221; to &#8220;How is this work actually being approached? What are the pieces of the work that I need to know, the role of the outreach program?&#8221; Then I want to address some key topics and questions that I often get asked when I&#8217;ve presented at other places and talked on other podcasts about full-site editing or just one-on-one with people. I love to talk about full-site editing. So hopefully some of the key topics and questions can help get people thinking about other things they want to ask about.</p>\n\n\n\n<p>So let&#8217;s dig into the first big picture question. Why is this being done at all? Simply put, it&#8217;s to empower users. Rather than having a specific part of the site locked away in a theme or requiring a plugin, full-site editing will basically open it up to customize any part of your site the way you want to, or, on the flip side, you can let it be, or if you&#8217;re an agency, you could lock certain sites down or certain parts of a site down, depending upon how you want users to have access. So it&#8217;s a pretty powerful, big mission to actually deliver on full site editing.</p>\n\n\n\n<p>So I answered why is this being done. Now let&#8217;s dig into how does this fit into the WordPress roadmap? So full-site editing is a major part of phase two of the current roadmap. It&#8217;s not the only part, though. There&#8217;s actually other interrelated projects, including things like block patterns, the block directory, block-based themes. So it&#8217;s just one piece of this larger roadmap, but it&#8217;s one of the major grounding points of phase two of the roadmap.</p>\n\n\n\n<p>So what is full-site editing at a high level? Essentially, it&#8217;s a collection of features, and it&#8217;s important that you get the collection part. But it&#8217;s a collection of features that bring the familiar experience of blocks to all parts of your site, rather than just posts and pages. But Anne, what does a collection of features mean? Basically, I&#8217;ve noticed people tend to refer to full-site editing as one big thing. It&#8217;s like an on-off switch. It&#8217;s this monolith, and it&#8217;s actually not. It&#8217;s not this binary thing. It&#8217;s way better to talk about how there&#8217;s different pieces that fit together and interrelate, because it actually gives flexibility for release squads to release what&#8217;s ready, rather than all of it at once. So while it might be easier to talk about how it&#8217;s this one big thing, I encourage you all to kind of think about the different pieces, if you can, and I&#8217;ll touch on this more in a bit.</p>\n\n\n\n<p>Okay. So what does full-site editing actually allow me to do, right? So cool, Anne, a collection of features, but show me the money. (laughing). So this is an example of a 404 page. So a 404 page, typically you&#8217;re not actually able to edit, but with full-site editing, you could actually create this 404 page. This was actually done by one of the automatic designers, Channing. Shout-out to Channing. She did this as part of one of the tests for full-site editing, the outreach program. So it&#8217;s a pretty beautiful thing. While we all might not have the design chops that Channing does, it is pretty neat to see kind of a very tangible, hands-on example of what full-site editing unlocks you to be able to do.</p>\n\n\n\n<p>To get more specific, basically, if you&#8217;re a user, imagine editing the template that a specific post has for a specific category. For theme authors, you&#8217;ll be able to tap into design tools that allow you to focus more on actually creating a really compelling experience and less on getting the code in place and hacking things up. You can also out in and out of whatever you&#8217;re ready for, which is really exciting. But ideally, for theme authors, it&#8217;s going to be a huge change. It&#8217;ll allow creating themes to be much, much easier. If you&#8217;re an agency, you&#8217;ll have greater control over what you can offer clients, including setting custom brand colors with presets to locking down various aspects for consistency, such as typography or wanting only certain default colors to be used.</p>\n\n\n\n<h2 id=\"0-strong-milestones-of-full-site-editing-experience-strong\">Milestones of Full-Site Editing Experience</h2>\n\n\n\n<p>So how is this work being done? So rather than trying to go through everything in one go, this project has actually been broken down into seven different milestones. Some of these milestones are completely separate, their own thing. Some are very interrelated. Some mix and match in different ways. But we&#8217;re going to go through each of them so you can get a sense of how this is being done. I&#8217;m going to try to stay at a high level before going into a very brief demo midway through the presentation. But hopefully this&#8217;ll give you a sense of what this looks like.</p>\n\n\n\n<h3 id=\"1-strong-infrastructure-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-strong\">Infrastructure&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</h3>\n\n\n\n<p>So milestone one, this was actually such a big milestone that it was broken into two parts. Essentially, this is all about laying the foundation, everything from multi-entity saving, which is actually being displayed here in the GIF that you see, where you can actually update multiple things at once, including a template part. You update your header, you update a post, and you update your footer. It&#8217;ll show all the changes happening and allow you to check and uncheck different boxes to save. Basically, just think about this as building the foundation of the experience, the technical foundation, unlocking things like being able to edit a template directly to working on specific blocks for full-site editing, like the site title. So we have a site title block, and it updates everywhere you have it listed.</p>\n\n\n\n<h3 id=\"2-strong-browsing-templates-and-template-parts-strong\">Browsing Templates and Template Parts</h3>\n\n\n\n<p>Milestone two, browsing. Again, there&#8217;s another little visual so you can see what this actually looks like. This is basically giving you a map and a GPS to know your location, how to get where you need to go for your site. So because there are these new parts of editing your site that are unlocked with full-site editing, like template editing and template parts, like a header or footer, there needs to be a way to navigate between them. So this milestone is dedicated to that. How can we make it as easy as possible for you to you get where you need to go?</p>\n\n\n\n<h3 id=\"3-strong-styling-global-styles-theme-json-strong\">Styling &#8211; Global Styles + theme.json</h3>\n\n\n\n<p>Milestone three, styling. So this actually covers a couple different layers. I&#8217;m going to break it down in this slide and then the next one to help give you a sense visually of what this looks like. But this includes everything from the technical requirements to make various levels work and the UI for users. So you can actually see a depiction of the future design for the UI that users will interact with in the imagery here. So there&#8217;s generally three layers, including selling for local blocks, theme defaults, and then global modifications or what we often call global styles. You can think of global styles as basically having the option to edit all aspects of your site. So if you want to set a typography that goes across your entire site, if you want to have certain colors for all H1 headers, you can set that up with global styles.</p>\n\n\n\n<p>Currently, much of the work has been focused on the technical underpinnings, especially around aspects like theme.json, which is a very key component for block themes and a really big tool for block theme authors. But for 5.8, the focus is generally going to be on merging the non-user interface parts of global styles. So don&#8217;t expect to interact with this system unless you&#8217;re a theme author. If you are a theme authro, get really excited. Here&#8217;s a little visual, just you can get a sense of it. So these are the different layers that have to interact in the styling system and hierarchy that needs to be thought of when working on this milestone.</p>\n\n\n\n<h3 id=\"4-strong-20-theme-blocks-strong\">20+ Theme Blocks</h3>\n\n\n\n<p>Milestone four, theme blocks. So because full-site editing opens up so many more aspects of the site to edit, new blocks had to be created, basically. So if you&#8217;re creating a new template for a specific category and you&#8217;re putting in post content and you want to add the post author block, which you can see here, you can quickly add it in, customize it to your liking, add in post comment, add in post data, remove the post date. You can edit each parts of these things, which pretty excited about this, is there&#8217;s actually 20-plus blocks that fall into this category. If all goes as planned, some of those will be released for 5.8 and available potentially for all sites. So even if you&#8217;re not using a block theme, you could have access to these theme blocks, which is pretty powerful and pretty cool.</p>\n\n\n\n<h3 id=\"5-strong-query-block-the-loop-or-post-list-strong\">Query Block &#8211; The Loop or Post List</h3>\n\n\n\n<p>Query block. So the query block has its own milestone, because it&#8217;s a pretty powerful block. It&#8217;s also meant to be a theme author tool, so in the long run, if you&#8217;re a user, imagine that you interact with what we call block variations, which basically are just different variations of a block, as the name implies. But imagine you want to add in your latest post. You&#8217;ll add the latest post block, but underneath it, what will be powering that experience of adding your latest post will be the query block. Essentially, as the name implies, it allows you to query posts and pages and display them in different arrangements on the page. I&#8217;m very excited, actually. In Gutenberg 10.5, which will be released in just about two weeks, there&#8217;s going to be some new patterns. You can see right here, large, medium, small are the current selection of patterns that you have for the query block. But pretty soon, there&#8217;s going to be a grid pattern and a couple other cool ones, which is pretty exciting. Generally speaking, though, if you&#8217;re an end user, don&#8217;t expect to interact with this. If you&#8217;re a theme author, get excited.</p>\n\n\n\n<h3 id=\"6-strong-navigation-block-strong\">Navigation Block</h3>\n\n\n\n<p>Navigation block. Again, this is just a single block, but don&#8217;t be fooled. It&#8217;s definitely a mighty one. So this last one is dedicated to all things navigation block, both in terms of structure and design. You can see in this little GIF I have going on, I&#8217;m just kind of making little design changes and moving things around so you can get a sense of what it&#8217;s like to interact with this block. This milestone actually includes everything from how do you build a really simple menu with a few items to thinking about how to create a really large mega menu and add in new blocks, like the search block that you can see here. We&#8217;re even adding sub-menus, different designs, different layouts, and more.</p>\n\n\n\n<h3 id=\"7-strong-gradual-adoption-widgets-customizer-hybrid-themes-nbsp-strong\">Gradual Adoption &#8211; Widgets, Customizer, Hybrid Themes&nbsp;</h3>\n\n\n\n<p>So the last piece of the milestones is the gradual adoption. I hope this GIF makes you laugh, but also seriously, this is the intent, is we slowly want people to be able to adapt in the way that they can. Once more of these pieces are completed, there&#8217;s basically a ton of room to start exploring how adoption might look like for those who can&#8217;t or don&#8217;t want to restructure a full theme. So this might be an intermix of block-based things and regular PHP templates, or it might be covered by projects like the block-based widget editor and the navigation screen. Both of those projects I&#8217;ll cover later, but for now, just keep in mind that this is intentionally a milestone. We want to allow for gradual adoption and want people to have lots of pathways in to taking advantage of full site editing.</p>\n\n\n\n<h2 id=\"8-strong-whats-coming-to-word-press-5-8-strong\">What&#8217;s coming to WordPress 5.8</h2>\n\n\n\n<p>So what&#8217;s coming to WordPress 5.8? So just last week, a post went out from Josepha, who is the executive director of the WordPress project. I want to read a quote from it just to kind of set the tone and give you a sense. So full-site editing is a collection of projects, and together, they represent a big change, arguably too much for a single release. The most important context to share is that it isn&#8217;t shipping as the full default experience for users. One of the clearest pieces of feedback from the phase one merge process was that there wasn&#8217;t enough time for extenders, agencies, theme authors, plugin developers, site builders, et cetera to prepare for the upcoming changes. With that in mind, this merge process won&#8217;t be an on-off switch, and you can see I&#8217;ve bolded various specific parts that I hope you take home with you.</p>\n\n\n\n<p>All right. So let&#8217;s talk WordPress 5.8 plans. This is up-to-date information as of today. A post was released from Josepha on [inaudible 00:12:21], if you&#8217;d like to check it out. From the call that the project leadership had, this is what they came up with for the 5.8 plans. This includes improvements from Gutenberg 9.9 and beyond. So we always package different versions of Gutenberg into major releases. This release is no different. There&#8217;ll be an introduction of new blocks, including query, site logo, navigation, et cetera. These are each very powerful blocks, very exciting to see. theme.json mechanism, this is part of what allows block themes to use different global styling, which will be very cool for block authors to get their hands on.</p>\n\n\n\n<p>The template editor for pages and a blank template, I&#8217;ll actually be showing a demo of this in a moment. So hang tight there, but it&#8217;ll all make sense in a bit. The widget screen and block widgets in the customizer, this is basically work being done to bring blocks to the widgets experience. I will talk more about that later, about how it&#8217;s a stepping stone towards full-site editing. Then finally, design tools, so even more design tools that people can hook into, including duotone, which adds a really cool color filter, layout controls, padding, and more.</p>\n\n\n\n<h3 id=\"9-strong-short-demo-template-editing-navigation-block-and-multi-entity-saving-strong\">Short Demo: Template Editing, Navigation Block and Multi-Entity Saving</h3>\n\n\n\n<p>So at this point, let&#8217;s pause for a minute and actually show off one of the features that is aimed to be included in 5.8.&nbsp;</p>\n\n\n\n<p>I&#8217;m going to show you template editing, the navigation block, and just some of the cool flows with multi-entity saving is one of the things that we talked about that will make it into this release. So I&#8217;m in the post editor. I have a new post. I love to blog and write and present. I hit Update. Super happy, whatever. Open up the post settings, and there&#8217;s this new section that allows you to both create a brand new template. This will ideally be used both in themes that are block-based themes, so they&#8217;re ready for full-site editing, and potentially for classic themes. There&#8217;s actually work underway so that this will be available in anything being used in WordPress right now.</p>\n\n\n\n<p>So right now, if I hit Edit, this will take me into the template that this post is using. So let&#8217;s do that now. So as you can see, this drops me into what looks like the entire site. So you can see I have my header up here, I have the footer down here, and I can make changes directly to them. So, for example, if I jump in here, this is the navigation block, and I haven&#8217;t yet set it up. So I can say add all pages, and I can start empty. In this case, I&#8217;ll say, &#8220;You know what? Let&#8217;s start empty.&#8221; Let&#8217;s say I want to add a custom link. One of the cool things you can actually do, you can quickly select from here, or let&#8217;s say I want to add a new post. Let me first select post link.</p>\n\n\n\n<p>So adventures around the world. Let&#8217;s pretend I&#8217;m just inspired where I&#8217;m writing this. I can actually create a draft post, which is pretty cool, and it&#8217;ll show up here. It will not show up on the front end, since it&#8217;s a draft, but it actually creates a page draft for this with this title automatically. So let&#8217;s say I&#8217;m scrolling through here. I&#8217;m going, &#8220;Oh, this looks pretty good. Actually, I kind of want to see what it looks like if I add an image to the post here.&#8221; Pull up an image block. Oh, my media library. Hammocks. Can&#8217;t get enough hammocks. Going to throw that in there. Great. So at this point, I&#8217;ve made changes to the actual header. I&#8217;ve made changes to the post. I&#8217;m just going to apply and see what happens.</p>\n\n\n\n<p>So this is the multi-entity saving that I mentioned earlier. Now, as you can see, it has a section for posts, so it&#8217;s saying, &#8220;Hey, you edited this post,&#8221; and it has a section saying, &#8220;Hey, you edited the header.&#8221; So at this point, I&#8217;m going to hit Save, because I want both those changes to propagate. Now I&#8217;m back into my post, into the writing flow, and I can easily switch back and forth. I can also select a new one. But yeah, hopefully this gives you a good sense of one of the key parts that&#8217;s being worked on for inclusion in 5.8. There will be a demo later, but this is just a taste.</p>\n\n\n\n<h2 id=\"10-strong-timeline-of-5-8-release-strong\">Timeline of 5.8 Release</h2>\n\n\n\n<p>To help set the stage for what you can prepare for, here are some upcoming dates to keep in mind. If you&#8217;re like me, time is moving really strangely, so I like to have dates to kind of anchor me. Feel free to take a screenshot of this or write it down if you&#8217;d like. So April 13th and April 27th, these are the go and no-go decision dates. So right now, project leadership actually has gathered. So you might notice if you are good with dates and good with time right now, April 13th has come and gone. So this date has passed, and project leadership has met actually to go through different FSE-related features and projects to figure out what might be ready for 5.8. I would expect to see more high-level posts throughout the month, especially after the second date, the April 27th date. That&#8217;s when final decisions will be made around 5.8.</p>\n\n\n\n<p>Then if all goes well, the beta period for WordPress 5.8 will start on June 8th. So people can actually start getting their hands on the tools that are going to be in place in the actual release and testing it and finding bugs and improving things from there. July 20th is the actual date of WordPress 5.8 and when it&#8217;s released. This is being considered as an open beta, where theme authors, plugin authors, agencies, and more can dig into the tools that are being offered and that I went over previously. Then in December 2021, that&#8217;s around the time when WordPress 5.9 will be released, and this is when I expect to move from tools for extenders into tools actually for users and more user-facing interactions with full-site editing and having things unlocked in the interface that previously in 5.8, most users won&#8217;t notice and won&#8217;t interact with. In 5.9, I expect that to be more visible.</p>\n\n\n\n<p>So some key takeaways. I know this is a lot of information. So only what&#8217;s ready from the various milestones will be shipped. This is not an on-off switch, and it won&#8217;t take over your site. The focus right now is on giving tools to extenders first, before user-facing changes. That&#8217;s a big lesson that was learned from the 5.0 merge, where Gutenberg and the core editor was brought into the WordPress experience. This is something that, thankfully, we&#8217;re in a position where because of these interrelated projects, we&#8217;re able to move in a more flexible and adaptable way to release what&#8217;s ready and not anything else.</p>\n\n\n\n<h2 id=\"11-strong-what-is-the-fse-outreach-experiment-program-strong\">What is the FSE Outreach Experiment Program?</h2>\n\n\n\n<p>All right. At this point, let&#8217;s jump into the full-site editing outreach program. As a reminder, this is the program that I actually run, so consider this free rein to ask me whatever question you&#8217;d like, because I think probably too much about this program. But it&#8217;s something I&#8217;m really excited to talk to you about, and I think it&#8217;s a really neat vehicle for both feedback and education about full site editing.</p>\n\n\n\n<p>So let&#8217;s go over some big picture questions, kind of like we did earlier on, and just get the details of the way. So let&#8217;s start. What is it? So essentially, it&#8217;s just a program focused on full-site editing. It&#8217;s in the form of a Slack channel right now. I&#8217;ll go over how to join it in a bit. But it has curated calls for testing, summary posts of the feedback that we get, and various educational opportunities that you can hop in on, mainly in the form of live streams. I&#8217;m running some hallway hangouts, which are basically just Zoom calls. People can come in, and we can talk about full site editing.</p>\n\n\n\n<h3 id=\"12-strong-whats-the-goal-strong\">What&#8217;s the goal</h3>\n\n\n\n<p>What&#8217;s the goal? So the goal is pretty simple, help improve full-site editing experience by gathering feedback from WordPress site builders. While the group originally started solely to be about feedback, there&#8217;s actually this really neat educational component that has come up as the feature has developed and as more people have gotten curious about it. So people can join just to build their own awareness about what&#8217;s happening with full-site editing and kind of just look at a glance or just help amplify the posts that are coming through.</p>\n\n\n\n<h3 id=\"13-strong-why-was-it-started-strong\">Why was it started?</h3>\n\n\n\n<p>Why was it started? So I&#8217;m going to quote Josepha from the kickoff post. During the WordPress 5.0 retrospective, which is when Gutenberg was merged and the core editor was merged, one of the things that came up routinely was the need for better engagement with users. It was generally agreed from all levels and area of contribution that users would be most impacted by Gutenberg, but the users were also the group we had the least channels of communication to. To help get user feedback to WordPress developers a little bit more seamlessly, I&#8217;m going to try and experiment outreach program. So basically, this is a lesson that was learned from the 5.0 release. In order to prevent another situation where people are caught by surprise, this program is in place to help people get excited and on ramped and on boarded onto full-site editing, as well as getting feedback so that we know if a major workflow change is coming into play, we can actually get user feedback to make it a little bit easier.</p>\n\n\n\n<h3 id=\"14-strong-how-to-join-fse-outreach-experiment-strong\">How to Join FSE Outreach Experiment</h3>\n\n\n\n<p>All right. At this point, I bet you&#8217;re just so stoked. You&#8217;re ready to dive in. Awesome. (laughing). All you&#8217;ve got to do is join FSE Outreach Experiment in Make WordPress Slack, and then you&#8217;re all set. You&#8217;ll just get a bunch of annoying pings for me with prompts for how to test, interesting posts related to full site editing, and more. I promise it&#8217;s also not as scary as this dive, which looks absolutely terrifying, but also beautiful.</p>\n\n\n\n<h2 id=\"15-strong-high-level-feedback-from-calls-for-testing-strong\">High-Level Feedback from Calls for Testing</h2>\n\n\n\n<p>So because at this point, we&#8217;re on our fifth call for testing, I want to go over some high-level pieces of feedback that we&#8217;ve actually gotten about the experience so far. Basically, across all the calls for testing, these are repeated themes that have come up. But keep in mind that because there are certain aspects that we actually haven&#8217;t tested, so global styles, for example, the UI isn&#8217;t available really for users, and it&#8217;s not refined for users, so it&#8217;s not something that we&#8217;ve had as a focus part of testing, even though there is a UI that is available. So certain things are left out purely because they aren&#8217;t necessarily ready for testing, but these are the top pieces of feedback. So bear with me.</p>\n\n\n\n<h3 id=\"16-strong-preview-content-strong\">Preview Content</h3>\n\n\n\n<p>Previewing content. Publish a post. You want to go preview it, or you&#8217;re editing a post. You want to go preview the content. The same thing is true with full site editing. This is a big thing that kept coming up. My question is, is this a necessary workflow, or is it a symptom of other problems? Because in general, the site editor should be as WYSIWYG, as what you see is what you get, as possible.</p>\n\n\n\n<p>So if you&#8217;re making a change, it should look exactly the same as the front end of your site, and because it doesn&#8217;t right now, it&#8217;s causing this tension. There actually is a preview site option under discussion, as well as a browse mode option, which basically, if you&#8217;re actually editing your site, it would turn off everything that wouldn&#8217;t actually show up on the front end. So if you only have one page of posts, but you have pagination set up so if you had multiple pages, that would actually go away. So as you can imagine, this is currently up for discussion, but there actually are a couple different pathways to try and address this problem. But it&#8217;s a very important one to address.</p>\n\n\n\n<h3 id=\"17-strong-saving-process-strong\">Saving Process</h3>\n\n\n\n<p>Saving process. I like to say it&#8217;s technically reliable, but not yet delightful. So basically, it&#8217;s left a lot to be desired right now, and it&#8217;s resulted in a fair bit of confusion. There&#8217;s a lot of feature requests and enhancements and bugs that have come up related to saving. This is likely because the multi-entity saving aspect that I demoed earlier is very new for WordPress users. It&#8217;s not something we&#8217;re used to having as part of our workflow. So it&#8217;s something that inherently needs some work on. So whether it was people requesting more granular saving options to show specifically what was being changed to issues with saving for screen readers to confusion around even just what the general parts mean, like what you&#8217;re actually selecting or unselecting, This was definitely a big, big area of feedback.</p>\n\n\n\n<h3 id=\"18-distinction-between-editing-area\">Distinction between editing area.</h3>\n\n\n\n<p>Distinction between editing area. So basically, because you can edit all parts of your site, it&#8217;s hard to know, &#8220;Am I editing the header for all of my site, or am I editing just a specific piece of content on a post?&#8221; This kind of distinction, jumping between different levels of, &#8220;Oh, you&#8217;re changing this. This will change everything&#8221; to &#8220;You&#8217;re just changing this one thing in this one spot&#8221; is pretty tricky. Right now, there&#8217;s not a lot of friction, and there&#8217;s not a lot clarity in the actual experience to show when you&#8217;re actually jumping between those different levels. So this was a big piece that&#8217;s come up, and it&#8217;s something that is an active area of iteration and exploration to kind of get the right amount of friction in place.</p>\n\n\n\n<h3 id=\"19-rethinking-width-and-alignment\">Rethinking Width and Alignment.</h3>\n\n\n\n<p>So rethinking width and alignment. Previously, alignment in full-site editing worked to optimize how traditional things worked, where basically, traditional things provided their own alignment styles. This worked okay for the project up until this point. But recently, work has been shipped to reimagine how this dynamic should work to allow for actually more control over alignments when using the site editor. This should actually help make sure that whether you want something that&#8217;s full width or you want to change the actual width of your content that&#8217;s showing up that it&#8217;ll actually be what you see is what you get. Right now, this is another piece of feedback at a high level that&#8217;s impacted what you see is what you get experience.</p>\n\n\n\n<h3 id=\"20-strong-general-usability-improvements-strong\">General usability improvements.</h3>\n\n\n\n<p>Generally usability improvements. I admit this is totally a catchall, and it covers a ton of stuff, but it&#8217;s actually a very important one to think of, because it&#8217;ll actually move the site editing experience from being just functional to actually delightful, which is really exciting. There&#8217;s a ton of issues that are included in this, including some enhancement requests, bug reports, all that good stuff. One of my favorites to talk about is creating a background image on a template part. So imagine you have a header. You&#8217;re working on it. You&#8217;re super excited, and you&#8217;re almost done. Then you&#8217;re like, &#8220;Oh, do you what would be really cool is if I had mountains in the background. Maybe I&#8217;ll add a cover block in the background and add an image and set the opacity pretty low, but have mountains going in the background of the site.&#8221; That&#8217;s really hard to do.(laughing). You basically would have to delete everything and add the block in and then add everything back. So those are the kinds of experiences that we&#8217;re trying to improve right now.</p>\n\n\n\n<h3 id=\"21-strong-improving-placeholders-strong\">Improving Placeholders.</h3>\n\n\n\n<p>Improving placeholders. So placeholders, especially for some of the newer blocks, are a powerful way to both guide people and a current point of confusion. So you probably saw this with the navigation block earlier, where it had those little grayed boxes. It&#8217;s like, &#8220;How do we explain to people, &#8216;Hey, this is something you have to set up and engage with, but here&#8217;s generally what it will look like and what it will do&#8217;?&#8221;&nbsp;</p>\n\n\n\n<p>The feedback for this mainly came into play with the query block, social icon block, featured image block, and the navigation block. Each currently actually also get users started in different ways. So not only are there different placeholders for different experiences, the actual experience of interacting with the placeholders are all pretty inconsistent right now. So I think in the long run, it seems that users will benefit a bunch from a standardized, consistent way to interact with placeholder content so that it becomes a really familiar interaction when you&#8217;re working with a more powerful block. This especially is true for the query block and navigation block.</p>\n\n\n\n<p>Okay, now that we&#8217;ve covered the milestones, the outreach program, high-level pieces of feedback, I&#8217;m going to quickly run through some key topics that I imagine you&#8217;re going to have questions about. Just because I cover them here does not mean I don&#8217;t want to answer questions, so please don&#8217;t see this as a sign that you can&#8217;t also still ask questions about these topics. This is just what I&#8217;ve been hearing from folks.</p>\n\n\n\n<h2 id=\"22-strong-will-full-site-editing-take-over-my-site-strong\">Will full site editing take over my site?</h2>\n\n\n\n<p>Hopefully by this point, you all can say no in a resounding way. But no, this is not something that&#8217;s going to all of a sudden, on-off switch, you upgrade to 5.8, it takes everything over. Not at all. You very much have to opt into it through using a theme blocking that supports, actually, these features. In time, more pathways are going to be built as well so that when you&#8217;re actually using full-site editing, you&#8217;ll likely be using pieces in all of it. So you could just be using the query block, or you could just be using global styles without it taking over your entire site.</p>\n\n\n\n<h2 id=\"23-strong-what-about-the-block-based-navigation-and-widget-screens-strong\">What about the block-based navigation and widget screens?</h2>\n\n\n\n<p>What&#8217;s the deal there? So in case you missed it, there&#8217;s actually two additional projects that are dedicated to bringing blocks to more areas of the site outside of full site, I think. This include the navigation screens. You can build out menus and the widget screens. You can build out your widget sections, and this is pretty powerful and high-impact work. They are both separate projects that are tangential to full-site editing, but you can think of them as stepping stones, basically. So you could have a theme that is a classic theme, but it uses a block-based widget screen so that people can have the power blocks with their widgets. Essentially, the whole point, like I said, it&#8217;s a stepping stone to get people used to using blocks more places.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</p>\n\n\n\n<h2 id=\"24-strong-site-builders-strong\">Site builders</h2>\n\n\n\n<p>I could write a thesis about this, because there&#8217;s so much to talk about here. I imagine I&#8217;m going to get questions about this, but essentially, full-site editing is being built partially so people don&#8217;t get stuck or locked into one site builder or another. It&#8217;s also being built in a way that site builders can actually hook into what&#8217;s being created if they choose to. I&#8217;ve heard from a lot of folks, though, that they expect full-site editing to actually fully replicate their favorite site builder&#8217;s functionality, and I&#8217;m here to say that while the goals between full-site editing and site builders are pretty similar in terms of empowering users and giving better tools to customize a site, the difference is that we&#8217;re building for 40% of the Internet, and we&#8217;re building even for site builders, where site builders have a much more targeted approach.</p>\n\n\n\n<p>In the future, I do think there will always be room for specific takes of how to have an ideal site editing experience, whether that&#8217;s geared to a specific group, like a marketing style approach, or if you want to have things locked down or if you want to have things opened up. But generally speaking, full-site editing is meant to actually expand the way WordPress as a whole uses blocks, so don&#8217;t expect it to fully replicate any sort of site builder, your favorite site builder, essentially.</p>\n\n\n\n<h2 id=\"25-strong-how-is-this-going-to-impact-themes-strong\">How is this going to impact themes?</h2>\n\n\n\n<p>How is this going to impact themes? So in the long run, this should actually make theme development much easier. I think Marcus&#8217;s demonstration later will show that, and much simpler, especially with the design tools that will be essentially ready at your fingertips to tap into. Ideally, because of what&#8217;s being released, it should allow theme authors to focus less on coding and functions and more on design aesthetics, integrating block patterns, and all that good stuff. But because one of the key things I wanted to really drive home in this section, though, is that because full-site editing requires a block-based theme or a theme with certain functionality enabled, this makes theming extremely important to get right. So I&#8217;ve heard people say like, &#8220;Oh, themes are a thing of the past.&#8221; It&#8217;s very much not true. I&#8217;d actually argue the opposite, that theme is almost key to this experience, to having it be delightful and having it makes sense.</p>\n\n\n\n<h2 id=\"26-strong-what-pathways-are-going-to-be-created-strong\">What pathways are going to be created?</h2>\n\n\n\n<p>I know I&#8217;ve talked a lot about pathways this entire time, but it is the entire focus of the final month milestone for full-site editing. So expect a lot of pathways. For now, this includes everything from having a classic theme that can take advantage of global styles to template editing or a block-based widget screen. This also includes things like allowing certain full-site editing, really, blocks to be available for users, regardless of if they&#8217;re using a classic theme or a block theme or enabling the ability to edit block templates directly, kind of like I showed in the demo earlier. So there&#8217;s going to be a ton of options here, and I&#8217;m actually really excited to see what happens once 5.8 kind of sparks the creativity of the community, because I imagine both that people will create their own pathways and start experimenting, and we&#8217;ll also get a very clear sense of, &#8220;Hey, I actually really need X, Y, and Z pathway.&#8221; We&#8217;ll get a sense of demand from the community of core, which is super exciting to have.</p>\n\n\n\n<h2 id=\"27-strong-whats-the-best-way-to-prepare-nbsp-strong\">What&#8217;s the best way to prepare?&nbsp;</h2>\n\n\n\n<p>So this depends on who you are. (laughing). So depending on whoever you are, at a high level, this is what I recommend. Join the FSE Outreach Program. I know this is the thing that I run. I&#8217;m very biased. But seriously, join it. I think it&#8217;s really, really helpful to get a sense both of feedback, what&#8217;s being currently iterated on, and just general education opportunities. If you&#8217;re a theme author, I really recommend checking out the theme experiments repo and joining the block-based theme meetings to learn about the latest and greatest, because lots of good information is shared there. In general, too, it&#8217;s often also helpful to join the weekly core editor meetings, because there&#8217;s regular updates about the projects and PRs people working on. Finally, pay attention to upcoming content on Learn WordPress, because I think there&#8217;s going to be a ton of stuff coming up about full-site editing, depending upon what&#8217;s scoped for 5.8 and 5.9, including building a block-based theme, for example. That will really help, I think, everyone level up.</p>\n\n\n\n<h2 id=\"28-strong-stay-connected-with-anne-mc-carthy-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-strong\">Stay connected with Anne McCarthy</h2>\n\n\n\n<p>All right. So we&#8217;re at the very end. At this point, if you want to stay connected with me or you have follow-up questions after this talk, I very much welcome them. You can find me on WordPress or on Slack @annezazu, or you can reach me at my site, nomad.blog. I will also try and drop my automatic email address separately. I just won&#8217;t on a live presentation, in case you want to follow up directly via email. I&#8217;m not on Twitter. I&#8217;m not on Facebook. I&#8217;m on and off of Instagram. So please don&#8217;t try to contact me those ways.</p>\n\n\n\n<p>Finally, I just want to say thanks so much for your time. Let&#8217;s hear your questions at this point. I&#8217;m really excited to hear what you all are thinking and curious about. I do want to say I don&#8217;t know everything, but I can find anything, and I&#8217;ve talked with David about how he can follow up after this presentation to get you all information and answers that you all want to questions that I might not be able to answer. So at this point, I&#8217;m going to pass it off to live and current Anne and give a high-five from past Anne.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 30 Sep 2021 18:15:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Birgit Pauli-Haack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:47;a:6:{s:4:\"data\";s:13:\"\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:86:\"Gutenberg Times: Full-Site Editing Scope in WordPress 5.8. Weekend (Tiny) Edition #165\";s: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:\"https://gutenbergtimes.com/?p=17473\";s: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:88:\"https://gutenbergtimes.com/full-site-editing-scope-in-wordpress-5-8-weekend-edition-165/\";s: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:8253:\"<p>Howdy! </p>\n\n\n\n<p>In the last two weeks there was so much was happening around Gutenberg.  To keep you somewhat in the loop, I interrupt my unpacking of way-too-many boxes and share a few links with you.</p>\n\n\n\n<p>Next week again in full force. Stay tuned. </p>\n\n\n\n<p>Have a great weekend! </p>\n\n\n\n<p>Yours, ðŸ’•<br />Birgit</p>\n\n\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong>Grzegorz </strong>(Greg)<strong> ZiÃ³Å‚kowsk</strong>i and I published our first episode together, <strong><a href=\"http://erg-10-3-full-site-editing-mvp/\">Episode #41</a></strong>. It is a great episode, and we had a lot of fun. I am delighted having Grzegorz on the show. It&#8217;s now available with show notes and transcript. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>posted <a href=\"https://make.wordpress.org/core/2021/04/08/full-site-editing-scope-for-wp5-8/\">Full Site Editing Scope for WP5.8</a>&nbsp;(u)</p>\n\n\n\n<ul><li>Lesson from Phase 1 roll-out, extenders like plugins developers, site builders and theme authors didnâ€™t have enough time to test their products with the new editor in core.&nbsp;</li><li>Full-Site Editing user experience with Global Styles, Template editing and saving, will not be changing default user experience. Itâ€™s opt-in only. There is some confusion on saving template and switch from overall template to content and back. Polishing those will be out of scope for 5.8.&nbsp;</li><li>Also, on the scope list for WordPress 5.8 are: Widget Editor, Navigation Screen and block, refactored Gallery Block and the List View. These&nbsp; components are some of the most complex, and the user experience of them will be key. â€œThey are all high priority to complete (hopefully for WP5.8), but will be punted if they arenâ€™t ready in time for Beta.â€&nbsp;</li></ul>\n\n\n\n<p><em>Matias Ventura</em> will demo the current state of these features to the release lead team trio of&nbsp; Matt Mullenweg, Josepha Haden Chomphosy and Helen Hou-Sandi. </p>\n\n\n\n<p><strong>Justin Tadlock</strong> has the skinny: <a href=\"https://wptavern.com/will-full-site-editing-land-in-wordpress-5-8-a-decision-is-forthcoming\">Will Full Site Editing Land in WordPress 5.8? A Decision Is Forthcoming</a></p>\n\n\n\n<p><strong>Hector Prieto</strong> published the <a href=\"https://make.wordpress.org/core/2021/04/08/whats-next-in-gutenberg-april-2021/\">April Focus areas for the Gutenberg team.&nbsp;</a></p>\n\n\n\n<p>As expected, it covers Widget, Navigation Screen, and Full-Site Editing with more details. Please see the <strong>â€œArea to be aware ofâ€</strong> section of the post, for Block and plugin Developers, Designers and Theme builders. We talked about most of them in one or the other episode, but you find them all in one place in Hectorâ€™s post.&nbsp;</p>\n\n\n\n<p><strong>Kjell Reigstad</strong> published the notes from the <strong><a href=\"https://make.wordpress.org/themes/2021/04/08/block-themes-meeting-notes-april-7-2021/\">Block Theme Meeting </a></strong> They team discussed among other things: </p>\n\n\n\n<ul><li>TT1 Blocks update&nbsp;</li><li>Block-based theme updates in&nbsp;Gutenberg&nbsp;10.3 with alignment styles automatically for front and back end and the capability to use theme.json styles for every block. </li><li>New tools for transitioning to Block-based Themes.</li></ul>\n\n\n\n<p>The deadline for the <a href=\"https://make.wordpress.org/test/2021/03/25/fse-program-testing-call-4-building-a-restaurant-themed-header/\"><strong>Full Site Editing Testing Call #4</strong></a> has been extended until <strong>April 12th, 2021. </strong></p>\n\n\n\n\n<p><strong><a href=\"https://gutenbergtimes.com/need-a-zip-from-master/\">Need a plugin .zip from Gutenberg&#8217;s master branch?</a></strong><br />Gutenberg Times provides daily build for testing and review. <br />Have you been using it? Hit reply and let me know.</p>\n\n\n\n<p><img alt=\"GitHub all releases\" src=\"https://img.shields.io/github/downloads/bph/gutenberg/total?style=for-the-badge\" /></p>\n\n\n\n\n<p>â° <strong>Don&#8217;t Miss this! </strong> <br /><strong>Mega-Meetup April 15th, 2021 </strong> 6:30 -8:30 pm EDT / 23:30 UTC with Anne McCarthy, David Bisset and the organizers of six Florida Meetup groups.  All <strong>About Full Site Editing </strong>(Coming in WordPress). <a href=\"https://www.meetup.com/SF-WordPress-Users/events/277019024/\">Register via Meetup.com</a> <a href=\"https://t.co/36RYiMfivU?amp=1\" rel=\"noreferrer noopener\" target=\"_blank\"></a></p>\n\n\n\n<p>For a more in-depth look on current Gutenberg development,  <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/\">the Index page with all the teams&#8217; updates</a> in the Core handbook has the latest. </p>\n\n\n\n\n<p><strong>&nbsp;<a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/\" target=\"_blank\" rel=\"noreferrer noopener\">&#8220;Keeping up with Gutenberg &#8211; Index&#8221;</a>&nbsp;</strong><br />A chronological list of the WordPress Make Blog posts from various teams involved in Gutenberg development: Design, Theme Review Team, Core Editor, Core JS, Core CSS, Test and Meta team from Jan. 2021 on. <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2020/\">The index 2020 is here</a></p>\n\n\n\n\n\n<p class=\"has-small-font-size\">Featured Image:  <em>Photo by&nbsp;<a href=\"https://unsplash.com/@fran_?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText\">Fran Jacquier</a>&nbsp;on&nbsp;<a href=\"https://unsplash.com/s/photos/lego?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText\">Unsplash</a></em></p>\n\n\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p class=\"has-text-align-left\"><strong>Don&#8217;t want to miss the next Weekend Edition? </strong></p>\n\n\n\n<form class=\"wp-block-newsletterglue-form ngl-form ngl-portrait\" action=\"https://gutenbergtimes.com/feed/\" method=\"post\"><div class=\"ngl-form-container\"><div class=\"ngl-form-field\"><label class=\"ngl-form-label\" for=\"ngl_email\"><br />Type in your Email address to subscribe.</label><div class=\"ngl-form-input\"><input type=\"email\" class=\"ngl-form-input-text\" name=\"ngl_email\" id=\"ngl_email\" /></div></div><button class=\"ngl-form-button\">Subscribe</button><p class=\"ngl-form-text\">We hate spam, too and won&#8217;t give your email address to anyone except Mailchimp to send out our Weekend Edition</p></div><div class=\"ngl-message-overlay\"><div class=\"ngl-message-svg-wrap\"></div><div class=\"ngl-message-overlay-text\">Thanks for subscribing.</div></div><input type=\"hidden\" name=\"ngl_list_id\" id=\"ngl_list_id\" value=\"26f81bd8ae\" /><input type=\"hidden\" name=\"ngl_double_optin\" id=\"ngl_double_optin\" value=\"yes\" /></form>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n\n\n<p> <a href=\"https://gutenbergtimes.com/podcast/changelog-41-greg-ziolkowski-gutenberg-10-3-full-site-editing-mvp/\"><strong>Episode #41</strong> is now available</a>, with new co-host <strong>Grzegorz Ziolkowski</strong></p>\n\n\n\n<p> <strong>Subscribe to the&nbsp;<a href=\"https://gutenbergtimes.com/podcast/\">Gutenberg Changelog</a>&nbsp;podcast </strong><br />ðŸŽ™ï¸&nbsp;<a href=\"https://open.spotify.com/show/620NwVKQJGdTupy36zYxvg?mc_cid=4b6c9f88fe\">Spotify</a>&nbsp;|&nbsp;<a href=\"https://podcasts.google.com/feed/aHR0cHM6Ly9ndXRlbmJlcmd0aW1lcy5jb20vZmVlZC9wb2RjYXN0\">Google</a>&nbsp;|&nbsp;<a href=\"https://podcasts.apple.com/us/podcast/gutenberg-changelog/id1469294475\">iTunes</a>&nbsp;|&nbsp;<a href=\"https://pca.st/podcast/f8445ec0-7508-0137-f267-1d245fc5f9cf\">PocketCasts</a>&nbsp;|&nbsp;<a href=\"https://www.stitcher.com/show/gutenberg-changelog\">Stitcher</a>&nbsp;|<br />ðŸŽ™ï¸&nbsp;<a href=\"https://www.podbean.com/podcast-detail/chi7j-9904a/Gutenberg-Changelog-Podcast\">Pod Bean</a>&nbsp;|&nbsp;<a href=\"https://castbox.fm/channel/Gutenberg-Changelog-id2173375\">CastBox</a>&nbsp;|&nbsp;<a href=\"https://www.podchaser.com/podcasts/gutenberg-changelog-878239/\">Podchaser</a>&nbsp;|&nbsp;<a href=\"https://gutenbergtimes.com/feed/podcast\">RSS Feed</a>&nbsp;</p>\n\n\n\n<img />Review by <a href=\"https://twitter.com/Peter_Ingersoll\"><strong>Peter Ingersoll</strong></a> on <a href=\"https://www.stitcher.com/show/gutenberg-changelog\">Stitcher</a>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 30 Sep 2021 18:15:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Birgit Pauli-Haack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:48;a:6:{s:4:\"data\";s:13:\"\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:96:\"Gutenberg Times: New Gallery Block, Convert Blocks, Business News and more  Weekend Edition #164\";s: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:\"https://gutenbergtimes.com/?p=17347\";s: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:85:\"https://gutenbergtimes.com/gallery-block-convert-blocks-business-weekend-edition-164/\";s: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:21372:\"<p>Howdy, </p>\n\n\n\n<p>Despite the new spread of the coronavirus in Europe and the problems around vaccinations, I am  quite hopeful to be able to travel again in the second half of the year and visit the homeland after two years. Patience is a virtue. </p>\n\n\n\n<p>Today, we have a full roster of content for developers, content creators, theme authors, implementers and contributors.  Again I am awed by the astonishing creativity in the WordPress space! </p>\n\n\n\n<p>Remember, you don&#8217;t need to read it all in one sitting. It&#8217;ll keep the whole week!  </p>\n\n\n\n<p><strong>Yours ðŸ’•<br />Birgit </strong></p>\n\n\n\n\n\n<div class=\"wp-block-sortabrilliant-guidepost\"><ul><li><a href=\"https://gutenbergtimes.com/feed/#0-full-site-editing-themes\">Full-Site Editing + Themes</a><ul><li><a href=\"https://gutenbergtimes.com/feed/#1-refactor-of-the-gallery-block-using-image-blocks\">Refactor of the Gallery Block, using image blocks. </a></li></ul></li><li><a href=\"https://gutenbergtimes.com/feed/#2-block-editor-for-content-creators\">Block editor for content creators</a></li><li><a href=\"https://gutenbergtimes.com/feed/#3-should-you-switch-to-the-block-editor\">Should you switch to the block editor? </a></li><li><a href=\"https://gutenbergtimes.com/feed/#4-business-news-around-gutenberg\">Business News around Gutenberg</a><ul><li><a href=\"https://gutenbergtimes.com/feed/#5-extendify\">Extendify</a><ul><li><a href=\"https://gutenbergtimes.com/feed/#6-plugins-now-owned-by-extendify\">Plugins now owned by Extendify: </a></li><li><a href=\"https://gutenbergtimes.com/feed/#7-people-behind-extendify\">People behind Extendify</a></li></ul></li><li><a href=\"https://gutenbergtimes.com/feed/#8-go-daddy\">GoDaddy</a></li></ul></li><li><a href=\"https://gutenbergtimes.com/feed/#9-developing-for-the-block-editor\">Developing for the block editor</a></li><li><a href=\"https://gutenbergtimes.com/feed/#10-meta-charset-utf-8-word-press-events\">&lt;meta charset=&#8221;utf-8&#8243;>WordPress Events</a></li></ul></div>\n\n\n\n<h2 id=\"0-full-site-editing-themes\">Full-Site Editing + Themes</h2>\n\n\n\n<p>WPTavern has a podcast again! The WordPress Juke Box. For the inaugural episode host Nathan Wrigley interviewed. Among other things, <strong>Josepha Haden Chomphosy</strong> talked about her benchmark for the Go/NoGo decision to merge Full-Site Editing into core for the 5.8 release in July. Find additional thoughts in my post: <a href=\"https://gutenbergtimes.com/full-site-editing-mvp-can-i-build-a-landing-page/\"><strong>Full-site Editing MVP: Can I Build a Landing Page?</strong></a></p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong>Anne McCarthy</strong> posted the fourth call for testing: <strong><a href=\"https://make.wordpress.org/test/2021/03/25/fse-program-testing-call-4-building-a-restaurant-themed-header/\">Building a restaurant themed header</a></strong>, with instructions to use columns, navigation block and other features for the header template part. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p>There is a lot of movement on the Gutenberg Repo and the Themes Team keeps a list of relevant issues and discussions for theme developers. <a href=\"https://twitter.com/one_maggie\"><strong>Maggie Cabrera</strong></a> published the round-up post <strong><a href=\"https://make.wordpress.org/themes/2021/03/26/gutenberg-themes-week-of-march-25-2021/\">Gutenberg + Themes: Week of March 25, 2021</a></strong>. It&#8217;s an excellent reading list if you need to dive deeper in the upcoming changes for your theme or your customer. One of the issues caught my eye: the discussion and work around block alignment settings for themes. The current way predates the revamp of the Inner Blocks. There is some work to be done, streamlining the styling for themes. <a href=\"https://github.com/WordPress/gutenberg/issues/29506\">Join the discussion on GitHub</a>. </p>\n\n\n\n\n<p><strong>&nbsp;<a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/\" target=\"_blank\" rel=\"noreferrer noopener\">&#8220;Keeping up with Gutenberg &#8211; Index&#8221;</a>&nbsp;</strong><br />A chronological list of the WordPress Make Blog posts from various teams involved in Gutenberg development: Design, Theme Review Team, Core Editor, Core JS, Core CSS, Test and Meta team from Jan. 2021 on. <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2020/\">The index 2020 is here</a></p>\n\n\n\n\n<h3 id=\"1-refactor-of-the-gallery-block-using-image-blocks\">Refactor of the Gallery Block, using image blocks. </h3>\n\n\n\n<p>If you love to take a sneak peek at the new version of the Gallery block, heed the call for testing by <a href=\"https://twitter.com/glendaviesnz\"><strong>Glen</strong></a><strong><a href=\"https://twitter.com/glendaviesnz\"> </a></strong><a href=\"https://twitter.com/glendaviesnz\"><strong>Davies</strong>:</a> <a href=\"https://make.wordpress.org/core/2021/03/23/gallery-block-update-call-for-testing/\"><strong>Gallery Block Update â€“ Call for Testing</strong></a>. The refactored version is now using single image blocks inside the Gallery block. You can us all the great features: individual links per image, block styles, choices for size and editing capabilities. If you also use a plugin with your site, like CoBlocks, you can still apply the great filters and animations to your gallery block. In his post, Davies walks you through the few features and asked to test all the many facets of the new Gallery block. </p>\n\n\n\n<p>On the WPTavern, <strong>Justin Tadlock</strong> explains how this new change can make a lot of difference on how gallery layouts will be built. Among other ideas, he pictures that among images, a Pull Quote block could be added. <a href=\"https://wptavern.com/refactoring-gutenbergs-gallery-block-to-support-nested-images\">Refactoring Gutenbergâ€™s Gallery Block To Support Nested Images</a>.</p>\n\n\n\n<p>I posted <a href=\"https://make.wordpress.org/core/2021/03/23/gallery-block-update-call-for-testing/#comment-40962\">my first impression as a comment</a> and created <a href=\"https://github.com/WordPress/gutenberg/issues/30250\">a bug report on GitHub</a> when my images lost all their styling when I added the gallery block to a group. I suggested making it possible to apply block styles to more than one image at a time, and that the gallery block / image block copies the respective Alt texts from the media library. Both suggestions made it into the <a href=\"https://github.com/WordPress/gutenberg/projects/56#card-57737540\">project board.</a></p>\n\n\n\n<h2 id=\"2-block-editor-for-content-creators\">Block editor for content creators</h2>\n\n\n\n<p><a href=\"https://twitter.com/liamdempsey\"><strong>Liam Dempsey</strong></a> asked his Twitter followers for recommendation of Block plugins. He collected all the suggestions in this blog post: <strong><a href=\"https://liamdempsey.com/community-recommendations-for-gutenberg-blocks-in-wordpress/\">Community Recommendations for Gutenberg Blocks in WordPress</a>.</strong> </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong>Amie Suzan</strong> at at <a href=\"https://twitter.com/virfice\"><strong>Virfice</strong></a> reviewed the <strong>Blocksy Theme and gives 18 <a href=\"https://www.virfice.com/blocksy-wordpress-theme-review/\">Unavoidable Reasons to Build Sites With It</a></strong>. The theme received some attention after Chris Lema revamped his site using the block editor it <a href=\"https://chrislema.com/this-site-now-runs-on-the-blocksy-theme/\">now runs on the Blocksy theme</a>. Justin Tadlock at the WPTavern also found the <a href=\"https://wptavern.com/blocksy-wordpress-theme-provides-a-solid-block-editor-experience\">Blocksy theme to provide a solid block editor experience</a></p>\n\n\n\n<p>ðŸŒ  <a href=\"https://wordpress.org/themes/blocksy/\">WPRepo</a> | <a href=\"https://creativethemes.com/blocksy/\">Website</a></p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong><a href=\"https://twitter.com/andersnoren\">Anders&nbsp;NorÃ©n</a></strong> published a new free theme in the WordPress Repository, named <strong>Eskell</strong>, inspired by the Swedish graphic designer&nbsp;Olle Eksell. In his <strong>introduction to the theme</strong>, Andres wrote: &#8220;(&#8230;) <em>the star of the show in Eksell is the archive page, which features a masonry grid of posts and a category filter that updates the grid with posts from the selected category without a hard reload.&#8221;</em> In includes full color settings and dark mode for devices that support it. He continues: <em>&#8220;The Blank Canvas Template hides everything on the page except the blocks you add to the Block Editor content. That gives users the freedom to create entirely custom pages, with whatever blocks they want. It feels like a little preview of what weâ€™ll be able to do once Full Site Editing is merged into WordPress Core.&#8221;</em></p>\n\n\n\n<p> <strong>Justin Tadlock </strong>published a review <a href=\"https://wptavern.com/compatibility-is-not-enough-the-eksell-wordpress-theme-creates-art-with-blocks\">Eksell theme creates art with blocks</a> and <a href=\"https://wptavern.com/eksell-portfolio-theme-now-available-in-wordpress-themes-directory\">a follow-up article</a> on the WPTavern. </p>\n\n\n\n<p>ðŸŒ <a href=\"https://wordpress.org/themes/eksell/\">WPRepo</a> | <a href=\"https://www.andersnoren.se/teman/eksell-wordpress-theme/\">Website</a> | <a href=\"https://andersnoren.se/themes/eksell/\">Demo</a></p>\n\n\n\n<h2 id=\"3-should-you-switch-to-the-block-editor\">Should you switch to the block editor? </h2>\n\n\n\n<p><strong><a href=\"https://twitter.com/bfintal\">Benjamin Intal</a></strong> from Stackable posted <strong><a href=\"https://wpstackable.com/blog/why-you-should-switch-to-the-gutenberg-wordpress-editor/\">Why You Should Switch to the Gutenberg WordPress Editor</a></strong>. He wrote: <em>&#8220;In this article, we enumerate some reasons why the Gutenberg WordPress editor might be your new primary choice for page building. Read on, and we might just convince you to give Gutenberg another shot.&#8221;</em></p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p>WordPressVIP post takes us <strong><a href=\"https://wpvip.com/case-studies/behind-the-scenes-of-news-uks-rampant-speed-to-value/\">Behind the scenes of News UKâ€™s rampant speed to value</a></strong>. News UK is the powerhouse behind some of the UKâ€™s most famous news, media, and lifestyle brands. Its reach ranges from the highly respected the London Times to the hugely popular Sun. In the more detailed case study, you&#8217;ll learn from the editor&#8217;s perspective how the usage of the block editor has streamlined content production, increased productivity and fosters a culture of innovation between teams. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p>On the WPBuild podcast <strong>A-Z of WordPress</strong> this week, <strong>Nathan Wrigley </strong>and <strong>David Walmsley</strong> tackled the letter  <a href=\"https://wpbuilds.com/2021/03/25/222-g-is-for-gutenberg/\"><strong>G &#8211; Gutenberg</strong></a>. If the early controversy in 2018 had you shy away from trying it out,  but now you heard so much positive about it, this episode will give you an update on how people are using the block-editor now and what&#8217;s in store for 2021. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p>Let <a href=\"https://twitter.com/allie_nimmons\"><strong>Allie Nimmons</strong></a> of WPBuffs tell you <strong><a href=\"https://wpbuffs.com/why-and-how-to-use-the-wordpress-block-editor/\">Why and How to use the WordPress block editor.</a> </strong> It&#8217;s an excellent introduction and tutorial with dozens of links to learn more. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p>For those of us who are worried about migrating a ton of content from classic editor and short codes to block editor, <a href=\"https://twitter.com/_dsawardekar\"><strong>Darshan Sawardekar</strong></a>, lead web engineer at the web agency 10up, has good news. This week, he announced <a href=\"https://10up.com/blog/2021/convert-to-blocks/\"><strong>the release of the Convert to Blocks plugin.</strong></a> Convert to Blocks converts your content to blocks on the fly and those changes will be saved when you update the post. It&#8217;s not a Bulk Converter, it only converts content once it is opened in the block editor. </p>\n\n\n\n<p>ðŸŒ <a href=\"https://wordpress.org/plugins/convert-to-blocks/\">WPRepo</a> | <a href=\"https://github.com/10up/convert-to-blocks\">GitHub</a></p>\n\n\n\n<p>A couple of months ago, the WPTavern published the article <strong><a href=\"https://wptavern.com/ask-the-bartender-how-to-bulk-convert-classic-wordpress-posts-to-blocks\">How To Bulk Convert Classic WordPress Posts To Blocks?</a></strong>. Justin Tadlock listed two more plugins for the purpose: <a href=\"https://bulkconverttoblocks.com/\">Bulk Convert to Blocks</a> (still in development) and <a href=\"https://wordpress.org/plugins/bulk-block-converter/\">Bulk Block Converter</a>, last updated a year ago. We used it at a recent project and it worked very well. </p>\n\n\n\n<h2 id=\"4-business-news-around-gutenberg\">Business News around Gutenberg</h2>\n\n\n\n<h3 id=\"5-extendify\">Extendify</h3>\n\n\n\n<p><a href=\"https://wptavern.com/extendify-acquires-editor-plus-introduces-commercial-templates-in-its-plan-to-improve-block-editing\">WPTavern has the scoop:  <em>Extendify</em> recently aquired plugin EditorPlus</a> and joined forces with Munir Kamal and his team around Gutenberg Hub. Back in November 2020, they also acquired Redux Framework, and hired its creator, <a href=\"https://twitter.com/dovyp\">DÅvy Paukstys</a>, part-time. </p>\n\n\n\n<h4 id=\"6-plugins-now-owned-by-extendify\">Plugins now owned by Extendify: </h4>\n\n\n\n<ul><li><a href=\"https://wordpress.org/plugins/editorplus/\">Editor Plus,</a></li><li><a href=\"https://wordpress.org/plugins/acf-blocks/\">ACF Blocks</a>,</li><li><a href=\"https://wordpress.org/plugins/forms-gutenberg/\">Gutenberg Forms</a>,</li><li><a href=\"https://wordpress.org/plugins/redux-framework/\">Redux Framework</a>,</li><li><a href=\"https://wordpress.org/plugins/ml-slider/\">MetaSlider</a>,&nbsp;</li><li><a href=\"https://wordpress.org/plugins/block-slider/\">Block Slider</a>. </li></ul>\n\n\n\n<h4 id=\"7-people-behind-extendify\">People behind Extendify</h4>\n\n\n\n<p><a href=\"https://twitter.com/chrislubkert\"><strong>Chris Lukbert</strong></a>&nbsp;and&nbsp;<a href=\"https://twitter.com/arturgrabo\"><strong>Artur Grabowski</strong></a>, co-founders of <a href=\"https://extendify.com/\">Extendify</a>, are former Automattic employees. So is <strong><a href=\"https://twitter.com/karmatosed\">Tammie Lister,</a></strong> Extendify&#8217;s Head of Design. Lister has been a major WordPress contributor on the Gutenberg block-editor as co-lead since  the beginning in 2017. She participated in one of our first Live Q &amp; As in  <a href=\"https://gutenbergtimes.com/episode-6-creating-gutenberg-live-q-a-w-leads-tammie-lister-joen-asmussen-and-matias-ventura/\">November 2018 </a>with her Gutenberg co-leads  Joen Asmussen and Matias Ventura. You can also read more about Lister on <a href=\"https://heropress.com/essays/discovering-your-place/\">HeroPress: Discovering Your Place</a>. </p>\n\n\n\n<h3 id=\"8-go-daddy\">GoDaddy</h3>\n\n\n\n<p>GoDaddy is sponsoring <a href=\"https://twitter.com/Mamaduka\"><strong>George Mamadashvili</strong></a> to contribute on the WordPress Gutenberg project full-time. Mamadashvili was one of the developers behind the cool blocks published under the brand of SortaBrilliant in 2018 and 2019. Recently, he released <a href=\"https://wordpress.org/plugins/toggles/\">Toggles</a>, an accordion block for FAQs, and other use cases. You can also use it to hide spoilers in Movie or Book reviews. </p>\n\n\n\n<h2 id=\"9-developing-for-the-block-editor\">Developing for the block editor</h2>\n\n\n\n<p><strong><a href=\"https://twitter.com/mattwatsoncodes\">Matt Watson</a></strong> published his 5th tutorial <a href=\"https://wholesomecode.ltd/guides/create-customizer-panel-wordpress-gutenberg-components/\">Create a Customizer Panel using Gutenberg Components</a> for developers. You should read his previous posts before tackling this one. </p>\n\n\n\n<ul><li><a href=\"https://wholesomecode.ltd/guides/creating-plugin-wordpress-gutenberg/\">Creating a Plugin for the Block Editor</a></li><li><a href=\"https://wholesomecode.ltd/guides/options-settings-data-wordpress-gutenberg/\">Using Options to Store Data in the Block Editor</a>&nbsp;</li><li><a href=\"https://wholesomecode.ltd/guides/entry-points-wordpress-create-block-script/\">Add Entry Points to the Create-Block Script</a></li><li><a href=\"https://wholesomecode.ltd/guides/create-settings-page-wordpress-gutenberg-components/\">Create a Settings Page using Gutenberg Components</a></li></ul>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p>On <strong>WordPressTV</strong> you&#8217;ll find <strong>Chris van Patten</strong>&#8216;s <a href=\"https://wordpress.tv/2020/04/02/chris-van-patten-the-ultimate-beginners-guide-to-the-gutenberg-data-api/\">The Ultimate Beginnerâ€™s Guide to the Gutenberg Data&nbsp;API</a>. The Data API is how you get data in and out of Gutenberg, track changes across blocks, and execute events around the editor.</p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p>The <strong>WordCamp India</strong> presentation by <strong><a href=\"https://twitter.com/gziolo\">Grzegorz &#8220;Greg&#8221; ZiÃ³Å‚kowski</a> <a href=\"https://www.youtube.com/watch?v=YQwHsk27HMQ\">Block</a></strong><a href=\"https://www.youtube.com/watch?v=YQwHsk27HMQ\"><strong> Development with scaffolding</strong></a> helps you get started building a single block plugin with the <a href=\"https://www.npmjs.com/package/@wordpress/create-block\">create-block-script</a>. </p>\n\n\n\n<p></p>\n\n\n\n\n<p><strong><a href=\"https://gutenbergtimes.com/need-a-zip-from-master/\">Need a plugin .zip from Gutenberg&#8217;s master branch?</a></strong><br />Gutenberg Times provides daily build for testing and review. <br />Have you been using it? Hit reply and let me know.</p>\n\n\n\n<p><img alt=\"GitHub all releases\" src=\"https://img.shields.io/github/downloads/bph/gutenberg/total?style=for-the-badge\" /></p>\n\n\n\n\n<h2 id=\"10-meta-charset-utf-8-word-press-events\">WordPress Events</h2>\n\n\n\n<p><strong>April 6, 2021 9 am EDT / 14:00 UTC</strong><br /><a href=\"https://www.youtube.com/watch?v=jAIlY3lTAos\"><strong>WPCafe: Building the Twenty Twenty-One</strong> </a>with Caroline Nymark and Mel Dwan-Choyce, live on YouTube</p>\n\n\n\n<p><strong>April 6, 2021 9 am EDT / 14:00 UTC</strong><br /><a href=\"https://www.youtube.com/watch?v=jAIlY3lTAos\"><strong>WPCafe: Building the Twenty Twenty-One</strong> </a>with Caroline Nymark and Mel Dwan-Choyce, live on YouTube</p>\n\n\n\n<p><strong>April 15, 2021 6:30 pm EDT / 23:30 UTC</strong><br /><strong><a href=\"https://www.meetup.com/SF-WordPress-Users/events/277019024/\">South Florida Mega Meetup</a></strong> &#8220;New Site Builder Edition&#8221;</p>\n\n\n\n<p><strong>April 15 &#8211; 17, 2021</strong><br /><a href=\"https://centroamerica.wordcamp.org/2021/\" target=\"_blank\" rel=\"noreferrer noopener\">WordCamp CentroamÃ©rica 2021</a></p>\n\n\n\n<p><strong>April 27 and 28th</strong><br /><a href=\"https://www.godaddy.com/pro/expand\"><strong>Expand 2021</strong></a> &#8211;&nbsp;a virtual event hosted by GoDaddy that brings the web design and developer community together to share ideas and experiences, make connections and support each other.</p>\n\n\n\n<p><strong>May 24 &#8211; 27. 2021</strong><br /><strong><a href=\"https://wordsesh.com/\" target=\"_blank\" rel=\"noreferrer noopener\">WordSesh 2021</a> </strong><br /><a href=\"https://wordsesh.com/speak/\">Speaker submissions are </a>due on Monday! (March 29th)! </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" id=\"block-828c0dab-dbd1-4313-9d2c-1d1d3aa9bc87\" />\n\n\n\n<p id=\"block-7cb87457-965b-4235-ab43-168b3a78f4ee\">On the<a href=\"https://wpcalendar.io/online/\">&nbsp;<strong>Calendar for WordPress Online Events</strong></a> you&#8217;ll find a list of the upcoming WordPress Meetups, around the world, including WooCommerce, Elementor, Divi Builder and Beaver Builder meetups.</p>\n\n\n\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p class=\"has-text-align-left\"><strong>Don&#8217;t want to miss the next Weekend Edition? </strong></p>\n\n\n\n<form class=\"wp-block-newsletterglue-form ngl-form ngl-portrait\" action=\"https://gutenbergtimes.com/feed/\" method=\"post\"><div class=\"ngl-form-container\"><div class=\"ngl-form-field\"><label class=\"ngl-form-label\" for=\"ngl_email\"><br />Type in your Email address to subscribe.</label><div class=\"ngl-form-input\"><input type=\"email\" class=\"ngl-form-input-text\" name=\"ngl_email\" id=\"ngl_email\" /></div></div><button class=\"ngl-form-button\">Subscribe</button><p class=\"ngl-form-text\">We hate spam, too and won&#8217;t give your email address to anyone except Mailchimp to send out our Weekend Edition</p></div><div class=\"ngl-message-overlay\"><div class=\"ngl-message-svg-wrap\"></div><div class=\"ngl-message-overlay-text\">Thanks for subscribing.</div></div><input type=\"hidden\" name=\"ngl_list_id\" id=\"ngl_list_id\" value=\"26f81bd8ae\" /><input type=\"hidden\" name=\"ngl_double_optin\" id=\"ngl_double_optin\" value=\"yes\" /></form>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 30 Sep 2021 18:15:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Birgit Pauli-Haack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:49;a:6:{s:4:\"data\";s:13:\"\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:67:\"Gutenberg Times: Full-site Editing MVP: Can I Build a Landing Page?\";s: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:\"https://gutenbergtimes.com/?p=17337\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"https://gutenbergtimes.com/full-site-editing-mvp-can-i-build-a-landing-page/\";s: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:6589:\"<p><strong>Josepha Haden Chomphosy</strong> was the featured guest on the <a href=\"https://wptavern.com/podcast/1-josepha-haden-chomphosy-on-the-past-present-and-future-of-wordpress\">inaugural episode of the WPTavern Jukebox podcast</a>, hosted by <strong>Nathan Wrigley</strong>. In their conversation, they covered a lot of ground. The show is definitely worth your 40 minutes of listen. </p>\n\n\n\n<p>Around minute 23 of the audio they talked a bit more about Full-Site Editing and its merge into the core. Chomphosy said she knows &#8216;this summer&#8217; is an ambitions goal, and she also assured the listeners that the team won&#8217;t release something that&#8217;s not functional and usable. </p>\n\n\n\n<h2>Go/NoGo Mid to End of April</h2>\n\n\n\n<p>The Core release and Gutenberg teams will make the Go/NoGo decision to merge Full-Site Editing for the next WordPress release in July (5.8)  on April 17 or on April 23.  In other words, the state of Full Site editing in Gutenberg plugin version 10.4 and 10.5.  If it doesn&#8217;t get merged into 5.8, Full-Site Editing will be merged in WordPress 5.9 to be released in December 2021</p>\n\n\n\n<p>Chomphosy also shared her &#8211; unofficial &#8211; benchmark of what should be possible with the prototype of the Site Editor by April: Can you &#8211; without writing code &#8211; create a landing page with Full-site editing tools. She calls it &#8220;the smallest viable sentence. The I-AM of websites.&#8221;</p>\n\n\n\n<h2>A Landing page is the smallest viable unit</h2>\n\n\n\n<p>This single web page consists of a header, a footer, a hero image with a button, some text, a form or a call to action.  This narrows the focus of the MVP, the prototype, considerably. It also increases the probability that the first low-key, opt-in version of Full-Site editing might actually make it into the next WordPress version. A narrow scope will also help content creators, teachers and developers get started working on their discovery of the new WordPress feature. As soon as it is merged into WordPress core, plugin developer and theme builders can test their ideas against it and get familiar with the underlying concepts. </p>\n\n\n\n<p>It&#8217;s a good way to ease-in content creators, too. When you are not dealing with the header and footer of a big site, but just for a single page, itâ€™s not so critical if you get lost on the way from content editing to template part (header, footer) editing and back again. It&#8217;s all on the same page, literally. </p>\n\n\n\n<p>This transition was one of the major causes of confusion during the <a href=\"https://make.wordpress.org/core/2021/03/16/high-level-feedback-from-the-fse-program-march/\">first few testing calls for the FSE outreach program</a> and the developers are working on making it less confusing. With this unofficial benchmark of a single landing page creation, the team will have additional time and input on how to better handle that switch between editing a template that is used for many pages and the content of a single post or page content.</p>\n\n\n\n<p>A very tangible goal, &#8220;Can I build a landing page with the tools available?&#8221; makes it straightforward for WordPress contributors who work on the parts that make that are not code, like documentation, marketing, training and testing.</p>\n\n\n\n<h2>Call For Testing: Create a Header</h2>\n\n\n\n<p>The <a href=\"https://make.wordpress.org/test/2021/03/25/fse-program-testing-call-4-building-a-restaurant-themed-header/\">4th call for testing</a> via the WordPress FSE-Outreach program asks you to<a href=\"https://make.wordpress.org/test/2021/03/25/fse-program-testing-call-4-building-a-restaurant-themed-header/\"> create a header for a Restaurant</a>. <strong>Anne McCarthy</strong> has detailed instructions for you as well as video if you are in a testing mood. Your input is definitely wanted!</p>\n\n\n\n<p>Chomphosy also added that Matias Ventura, the technical lead for Gutenberg,  might have different benchmarks for the MVP. I am curious, and <a href=\"https://twitter.com/JosephaHaden/status/1371956586516606977\">answer Josepha&#8217;s call for questions</a> on Full-Site Editing for her next episode of the WPBriefing podcast when Matias will be her guest. </p>\n\n\n\n<p>Full-Side Editing project encompasses a lot more than the Site Editor with template parts. There are Global Styles, Widgets in Customizer, a new Navigation and Widget screen, block-based themes with a theme.json file and query block. Some of it will work its way into the MVP. We will see how far the team progresses on their journey, that will only begin once Full-Site editing comes to Millions of WordPress users. No Fear, though. It will all be opt-in. Nothing will break. </p>\n\n\n\n<p class=\"has-white-color has-secondary-background-color has-text-color has-background has-large-font-size\">&#8220;Given enough eyeballs, all bugs are shallow&#8221; &#8212; Eric Raymond&#8217;s Linus&#8217; Law</p>\n\n\n\n<div class=\"wp-container-6166072a1a93d wp-block-group has-secondary-background-color has-background\"><div class=\"wp-block-group__inner-container\">\n<form class=\"wp-block-newsletterglue-form ngl-form ngl-portrait\" action=\"https://gutenbergtimes.com/feed/\" method=\"post\"><div class=\"ngl-form-container\"><div class=\"ngl-form-field\"><label class=\"ngl-form-label\" for=\"ngl_email\">Leave Your Email for our Weekend Edition</label><div class=\"ngl-form-input\"><input type=\"email\" class=\"ngl-form-input-text\" name=\"ngl_email\" id=\"ngl_email\" /></div></div><button class=\"ngl-form-button\">Subscribe</button><p class=\"ngl-form-text\">We hate spam, too. We only share your email address <br />with our Email provider Mailchimp</p></div><div class=\"ngl-message-overlay\"><div class=\"ngl-message-svg-wrap\"></div><div class=\"ngl-message-overlay-text\">Thanks for subscribing.</div></div><input type=\"hidden\" name=\"ngl_list_id\" id=\"ngl_list_id\" value=\"26f81bd8ae\" /><input type=\"hidden\" name=\"ngl_double_optin\" id=\"ngl_double_optin\" value=\"yes\" /></form>\n</div></div>\n\n\n\n<p></p>\n\n\n\n<div class=\"wp-block-cover alignfull has-background-dim\"><img /><div class=\"wp-block-cover__inner-container\">\n<p class=\"has-text-align-center has-large-font-size\">Take a deep dive into </p>\n\n\n\n<p class=\"has-text-align-center has-white-color has-text-color has-huge-font-size\"><a href=\"https://gutenbergtimes.com/full-site-editing/\">Full-Edit Editing </a></p>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-50\"><a class=\"wp-block-button__link has-background\">Ultimate Resources List</a></div>\n</div>\n</div></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 30 Sep 2021 18:15:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Birgit Pauli-Haack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:8:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Wed, 13 Oct 2021 19:53:05 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Wed, 13 Oct 2021 19:30:07 GMT\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:9:\"HIT ord 2\";s:16:\"content-encoding\";s:2:\"br\";}}s:5:\"build\";s:14:\"20201017025008\";}','no'),(164847,'_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1634197986','no'),(164848,'_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1634154786','no'),(164849,'_transient_timeout_dash_v2_88ae138922fe95674369b1cb3d215a2b','1634197986','no'),(164850,'_transient_dash_v2_88ae138922fe95674369b1cb3d215a2b','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2021/10/the-month-in-wordpress-september-2021/\'>The Month in WordPress: September 2021</a></li><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2021/10/episode-17-wordpressing-your-way-to-digital-literacy/\'>WP Briefing: Episode 17: WordPressing Your Way to Digital Literacy</a></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wptavern.com/wordpress-global-sponsorship-program-will-not-include-wordcamps-for-2022?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=wordpress-global-sponsorship-program-will-not-include-wordcamps-for-2022\'>WPTavern: WordPress Global Community Sponsorship Program Will Not Include WordCamps for 2022</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/dynamic-social-images-for-plugins-themes-and-patterns-yes-please?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=dynamic-social-images-for-plugins-themes-and-patterns-yes-please\'>WPTavern: Dynamic Social Images for Plugins, Themes, and Patterns? Yes, Please</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/wordpress-org-profiles-now-show-activity-for-contributions-made-on-github?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=wordpress-org-profiles-now-show-activity-for-contributions-made-on-github\'>WPTavern: WordPress.org Profiles Now Show Activity for Contributions Made on GitHub</a></li></ul></div>','no');
/*!40000 ALTER TABLE `wp3l_options` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp3l_postmeta`
--

DROP TABLE IF EXISTS `wp3l_postmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp3l_postmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `post_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `post_id` (`post_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=18199 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp3l_postmeta`
--

LOCK TABLES `wp3l_postmeta` WRITE;
/*!40000 ALTER TABLE `wp3l_postmeta` DISABLE KEYS */;
INSERT INTO `wp3l_postmeta` VALUES (1,2,'_wp_page_template','default'),(2,4,'_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\n<p>[submit \"Send\"]</p>'),(3,4,'_mail','a:8:{s:7:\"subject\";s:43:\"Demo-Ruth&#039;s Nutrition \"[your-subject]\"\";s:6:\"sender\";s:40:\"[your-name] <wordpress@mitziconnell.com>\";s:4:\"body\";s:195:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on Demo-Ruth&#039;s Nutrition (http://74.124.197.205/~ruthsnut)\";s:9:\"recipient\";s:25:\"bestdishestoyou@gmail.com\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),(4,4,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:43:\"Demo-Ruth&#039;s Nutrition \"[your-subject]\"\";s:6:\"sender\";s:55:\"Demo-Ruth&#039;s Nutrition <wordpress@mitziconnell.com>\";s:4:\"body\";s:137:\"Message Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on Demo-Ruth&#039;s Nutrition (http://74.124.197.205/~ruthsnut)\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:35:\"Reply-To: bestdishestoyou@gmail.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),(5,4,'_messages','a:8:{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.\";}'),(6,4,'_additional_settings',NULL),(7,4,'_locale','en_US'),(8,21,'_wp_attached_file','2016/07/home_tailor_bg_pattern.png'),(9,21,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:60;s:6:\"height\";i:60;s:4:\"file\";s:34:\"2016/07/home_tailor_bg_pattern.png\";s:5:\"sizes\";a:1:{s:5:\"50x50\";a:4:{s:4:\"file\";s:32:\"home_tailor_bg_pattern-50x50.png\";s:5:\"width\";i:50;s:6:\"height\";i:50;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:{}}}'),(10,29,'_wp_attached_file','2016/07/tailor.png'),(11,29,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:76;s:6:\"height\";i:105;s:4:\"file\";s:18:\"2016/07/tailor.png\";s:5:\"sizes\";a:4:{s:5:\"50x50\";a:4:{s:4:\"file\";s:16:\"tailor-36x50.png\";s:5:\"width\";i:36;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:16:\"tailor-54x75.png\";s:5:\"width\";i:54;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:16:\"tailor-76x85.png\";s:5:\"width\";i:76;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:16:\"tailor-76x80.png\";s:5:\"width\";i:76;s:6:\"height\";i:80;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:{}}}'),(12,30,'_wp_attached_file','2016/07/retina-tailor.png'),(13,30,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:152;s:6:\"height\";i:210;s:4:\"file\";s:25:\"2016/07/retina-tailor.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"retina-tailor-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"retina-tailor-106x146.png\";s:5:\"width\";i:106;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:23:\"retina-tailor-36x50.png\";s:5:\"width\";i:36;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:23:\"retina-tailor-54x75.png\";s:5:\"width\";i:54;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:23:\"retina-tailor-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:23:\"retina-tailor-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(14,33,'_wp_attached_file','2016/07/home_tailor_sectionbg1.png'),(15,33,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1240;s:6:\"height\";i:12;s:4:\"file\";s:34:\"2016/07/home_tailor_sectionbg1.png\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"home_tailor_sectionbg1-150x12.png\";s:5:\"width\";i:150;s:6:\"height\";i:12;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"home_tailor_sectionbg1-300x3.png\";s:5:\"width\";i:300;s:6:\"height\";i:3;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"home_tailor_sectionbg1-768x7.png\";s:5:\"width\";i:768;s:6:\"height\";i:7;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"home_tailor_sectionbg1-1024x10.png\";s:5:\"width\";i:1024;s:6:\"height\";i:10;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"home_tailor_sectionbg1-260x3.png\";s:5:\"width\";i:260;s:6:\"height\";i:3;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:31:\"home_tailor_sectionbg1-50x1.png\";s:5:\"width\";i:50;s:6:\"height\";i:1;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:32:\"home_tailor_sectionbg1-150x1.png\";s:5:\"width\";i:150;s:6:\"height\";i:1;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:32:\"home_tailor_sectionbg1-85x12.png\";s:5:\"width\";i:85;s:6:\"height\";i:12;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:32:\"home_tailor_sectionbg1-80x12.png\";s:5:\"width\";i:80;s:6:\"height\";i:12;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:33:\"home_tailor_sectionbg1-768x12.png\";s:5:\"width\";i:768;s:6:\"height\";i:12;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:33:\"home_tailor_sectionbg1-960x12.png\";s:5:\"width\";i:960;s:6:\"height\";i:12;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:34:\"home_tailor_sectionbg1-1200x12.png\";s:5:\"width\";i:1200;s:6:\"height\";i:12;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:{}}}'),(16,36,'_wp_attached_file','2016/07/home_tailor_sectionbg2.png'),(17,36,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1240;s:6:\"height\";i:12;s:4:\"file\";s:34:\"2016/07/home_tailor_sectionbg2.png\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"home_tailor_sectionbg2-150x12.png\";s:5:\"width\";i:150;s:6:\"height\";i:12;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"home_tailor_sectionbg2-300x3.png\";s:5:\"width\";i:300;s:6:\"height\";i:3;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"home_tailor_sectionbg2-768x7.png\";s:5:\"width\";i:768;s:6:\"height\";i:7;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"home_tailor_sectionbg2-1024x10.png\";s:5:\"width\";i:1024;s:6:\"height\";i:10;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"home_tailor_sectionbg2-260x3.png\";s:5:\"width\";i:260;s:6:\"height\";i:3;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:31:\"home_tailor_sectionbg2-50x1.png\";s:5:\"width\";i:50;s:6:\"height\";i:1;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:32:\"home_tailor_sectionbg2-150x1.png\";s:5:\"width\";i:150;s:6:\"height\";i:1;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:32:\"home_tailor_sectionbg2-85x12.png\";s:5:\"width\";i:85;s:6:\"height\";i:12;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:32:\"home_tailor_sectionbg2-80x12.png\";s:5:\"width\";i:80;s:6:\"height\";i:12;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:33:\"home_tailor_sectionbg2-768x12.png\";s:5:\"width\";i:768;s:6:\"height\";i:12;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:33:\"home_tailor_sectionbg2-960x12.png\";s:5:\"width\";i:960;s:6:\"height\";i:12;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:34:\"home_tailor_sectionbg2-1200x12.png\";s:5:\"width\";i:1200;s:6:\"height\";i:12;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:{}}}'),(18,37,'_wp_attached_file','2016/07/home_tailor_sectionbg3.jpg'),(19,37,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1240;s:6:\"height\";i:800;s:4:\"file\";s:34:\"2016/07/home_tailor_sectionbg3.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"home_tailor_sectionbg3-150x150.jpg\";s:5:\"width\";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:\"home_tailor_sectionbg3-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:34:\"home_tailor_sectionbg3-768x495.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:495;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"home_tailor_sectionbg3-1024x661.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:661;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"home_tailor_sectionbg3-226x146.jpg\";s:5:\"width\";i:226;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:32:\"home_tailor_sectionbg3-50x32.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:32;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:33:\"home_tailor_sectionbg3-116x75.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:32:\"home_tailor_sectionbg3-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:32:\"home_tailor_sectionbg3-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:35:\"home_tailor_sectionbg3-1240x500.jpg\";s:5:\"width\";i:1240;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:34:\"home_tailor_sectionbg3-768x800.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:35:\"home_tailor_sectionbg3-1240x750.jpg\";s:5:\"width\";i:1240;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:34:\"home_tailor_sectionbg3-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:35:\"home_tailor_sectionbg3-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;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:{}}}'),(20,40,'_wp_attached_file','2016/07/home_tailor_slider_icon.png'),(21,40,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:44;s:6:\"height\";i:47;s:4:\"file\";s:35:\"2016/07/home_tailor_slider_icon.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22,41,'_wp_attached_file','2016/07/home_tailor_slider_sep.png'),(23,41,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:481;s:6:\"height\";i:1;s:4:\"file\";s:34:\"2016/07/home_tailor_slider_sep.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"home_tailor_slider_sep-150x1.png\";s:5:\"width\";i:150;s:6:\"height\";i:1;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"home_tailor_slider_sep-300x1.png\";s:5:\"width\";i:300;s:6:\"height\";i:1;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"home_tailor_slider_sep-260x1.png\";s:5:\"width\";i:260;s:6:\"height\";i:1;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:31:\"home_tailor_slider_sep-50x1.png\";s:5:\"width\";i:50;s:6:\"height\";i:1;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:32:\"home_tailor_slider_sep-150x1.png\";s:5:\"width\";i:150;s:6:\"height\";i:1;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:31:\"home_tailor_slider_sep-85x1.png\";s:5:\"width\";i:85;s:6:\"height\";i:1;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:31:\"home_tailor_slider_sep-80x1.png\";s:5:\"width\";i:80;s:6:\"height\";i:1;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:{}}}'),(24,42,'_wp_attached_file','2016/07/home_tailor_logo_footer.png'),(25,42,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:152;s:6:\"height\";i:210;s:4:\"file\";s:35:\"2016/07/home_tailor_logo_footer.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"home_tailor_logo_footer-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"home_tailor_logo_footer-106x146.png\";s:5:\"width\";i:106;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:33:\"home_tailor_logo_footer-36x50.png\";s:5:\"width\";i:36;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:33:\"home_tailor_logo_footer-54x75.png\";s:5:\"width\";i:54;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:33:\"home_tailor_logo_footer-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:33:\"home_tailor_logo_footer-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(26,43,'_wp_attached_file','2016/07/home_tailor_slidingbox1.jpg'),(27,43,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:780;s:6:\"height\";i:980;s:4:\"file\";s:35:\"2016/07/home_tailor_slidingbox1.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"home_tailor_slidingbox1-150x150.jpg\";s:5:\"width\";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:\"home_tailor_slidingbox1-239x300.jpg\";s:5:\"width\";i:239;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"home_tailor_slidingbox1-768x965.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:965;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"home_tailor_slidingbox1-116x146.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:33:\"home_tailor_slidingbox1-40x50.jpg\";s:5:\"width\";i:40;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:33:\"home_tailor_slidingbox1-60x75.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:35:\"home_tailor_slidingbox1-780x860.jpg\";s:5:\"width\";i:780;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:33:\"home_tailor_slidingbox1-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:33:\"home_tailor_slidingbox1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:35:\"home_tailor_slidingbox1-780x500.jpg\";s:5:\"width\";i:780;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:35:\"home_tailor_slidingbox1-768x980.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:980;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:35:\"home_tailor_slidingbox1-780x750.jpg\";s:5:\"width\";i:780;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:35:\"home_tailor_slidingbox1-780x750.jpg\";s:5:\"width\";i:780;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:35:\"home_tailor_slidingbox1-780x480.jpg\";s:5:\"width\";i:780;s:6:\"height\";i:480;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:{}}}'),(28,44,'_wp_attached_file','2016/07/home_tailor_slidingbox2.jpg'),(29,44,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:780;s:6:\"height\";i:980;s:4:\"file\";s:35:\"2016/07/home_tailor_slidingbox2.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"home_tailor_slidingbox2-150x150.jpg\";s:5:\"width\";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:\"home_tailor_slidingbox2-239x300.jpg\";s:5:\"width\";i:239;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"home_tailor_slidingbox2-768x965.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:965;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"home_tailor_slidingbox2-116x146.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:33:\"home_tailor_slidingbox2-40x50.jpg\";s:5:\"width\";i:40;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:33:\"home_tailor_slidingbox2-60x75.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:35:\"home_tailor_slidingbox2-780x860.jpg\";s:5:\"width\";i:780;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:33:\"home_tailor_slidingbox2-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:33:\"home_tailor_slidingbox2-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:35:\"home_tailor_slidingbox2-780x500.jpg\";s:5:\"width\";i:780;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:35:\"home_tailor_slidingbox2-768x980.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:980;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:35:\"home_tailor_slidingbox2-780x750.jpg\";s:5:\"width\";i:780;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:35:\"home_tailor_slidingbox2-780x750.jpg\";s:5:\"width\";i:780;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:35:\"home_tailor_slidingbox2-780x480.jpg\";s:5:\"width\";i:780;s:6:\"height\";i:480;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:{}}}'),(30,45,'_wp_attached_file','2016/07/home_tailor_slidingbox3.jpg'),(31,45,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:780;s:6:\"height\";i:980;s:4:\"file\";s:35:\"2016/07/home_tailor_slidingbox3.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"home_tailor_slidingbox3-150x150.jpg\";s:5:\"width\";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:\"home_tailor_slidingbox3-239x300.jpg\";s:5:\"width\";i:239;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"home_tailor_slidingbox3-768x965.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:965;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"home_tailor_slidingbox3-116x146.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:33:\"home_tailor_slidingbox3-40x50.jpg\";s:5:\"width\";i:40;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:33:\"home_tailor_slidingbox3-60x75.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:35:\"home_tailor_slidingbox3-780x860.jpg\";s:5:\"width\";i:780;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:33:\"home_tailor_slidingbox3-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:33:\"home_tailor_slidingbox3-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:35:\"home_tailor_slidingbox3-780x500.jpg\";s:5:\"width\";i:780;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:35:\"home_tailor_slidingbox3-768x980.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:980;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:35:\"home_tailor_slidingbox3-780x750.jpg\";s:5:\"width\";i:780;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:35:\"home_tailor_slidingbox3-780x750.jpg\";s:5:\"width\";i:780;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:35:\"home_tailor_slidingbox3-780x480.jpg\";s:5:\"width\";i:780;s:6:\"height\";i:480;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:{}}}'),(32,46,'_wp_attached_file','2016/07/home_tailor_gallery1.jpg'),(33,46,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:32:\"2016/07/home_tailor_gallery1.jpg\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"home_tailor_gallery1-150x150.jpg\";s:5:\"width\";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:\"home_tailor_gallery1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"home_tailor_gallery1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"home_tailor_gallery1-146x146.jpg\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:30:\"home_tailor_gallery1-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:30:\"home_tailor_gallery1-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:30:\"home_tailor_gallery1-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:30:\"home_tailor_gallery1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:32:\"home_tailor_gallery1-800x500.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:32:\"home_tailor_gallery1-768x800.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:32:\"home_tailor_gallery1-800x750.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:32:\"home_tailor_gallery1-800x750.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:32:\"home_tailor_gallery1-800x480.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:480;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:{}}}'),(34,47,'_wp_attached_file','2016/07/home_tailor_gallery2.jpg'),(35,47,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:32:\"2016/07/home_tailor_gallery2.jpg\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"home_tailor_gallery2-150x150.jpg\";s:5:\"width\";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:\"home_tailor_gallery2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"home_tailor_gallery2-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"home_tailor_gallery2-146x146.jpg\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:30:\"home_tailor_gallery2-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:30:\"home_tailor_gallery2-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:30:\"home_tailor_gallery2-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:30:\"home_tailor_gallery2-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:32:\"home_tailor_gallery2-800x500.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:32:\"home_tailor_gallery2-768x800.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:32:\"home_tailor_gallery2-800x750.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:32:\"home_tailor_gallery2-800x750.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:32:\"home_tailor_gallery2-800x480.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:480;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:{}}}'),(36,48,'_wp_attached_file','2016/07/home_tailor_gallery3.jpg'),(37,48,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:32:\"2016/07/home_tailor_gallery3.jpg\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"home_tailor_gallery3-150x150.jpg\";s:5:\"width\";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:\"home_tailor_gallery3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"home_tailor_gallery3-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"home_tailor_gallery3-146x146.jpg\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:30:\"home_tailor_gallery3-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:30:\"home_tailor_gallery3-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:30:\"home_tailor_gallery3-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:30:\"home_tailor_gallery3-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:32:\"home_tailor_gallery3-800x500.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:32:\"home_tailor_gallery3-768x800.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:32:\"home_tailor_gallery3-800x750.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:32:\"home_tailor_gallery3-800x750.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:32:\"home_tailor_gallery3-800x480.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:480;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:{}}}'),(38,49,'_wp_attached_file','2016/07/home_tailor_gallery4.jpg'),(39,49,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:32:\"2016/07/home_tailor_gallery4.jpg\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"home_tailor_gallery4-150x150.jpg\";s:5:\"width\";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:\"home_tailor_gallery4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"home_tailor_gallery4-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"home_tailor_gallery4-146x146.jpg\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:30:\"home_tailor_gallery4-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:30:\"home_tailor_gallery4-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:30:\"home_tailor_gallery4-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:30:\"home_tailor_gallery4-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:32:\"home_tailor_gallery4-800x500.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:32:\"home_tailor_gallery4-768x800.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:32:\"home_tailor_gallery4-800x750.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:32:\"home_tailor_gallery4-800x750.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:32:\"home_tailor_gallery4-800x480.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:480;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:{}}}'),(40,50,'_wp_attached_file','2016/07/home_tailor_gallery5.jpg'),(41,50,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:32:\"2016/07/home_tailor_gallery5.jpg\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"home_tailor_gallery5-150x150.jpg\";s:5:\"width\";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:\"home_tailor_gallery5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"home_tailor_gallery5-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"home_tailor_gallery5-146x146.jpg\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:30:\"home_tailor_gallery5-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:30:\"home_tailor_gallery5-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:30:\"home_tailor_gallery5-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:30:\"home_tailor_gallery5-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:32:\"home_tailor_gallery5-800x500.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:32:\"home_tailor_gallery5-768x800.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:32:\"home_tailor_gallery5-800x750.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:32:\"home_tailor_gallery5-800x750.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:32:\"home_tailor_gallery5-800x480.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:480;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:{}}}'),(42,51,'_wp_attached_file','2016/07/home_tailor_gallery6.jpg'),(43,51,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:32:\"2016/07/home_tailor_gallery6.jpg\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"home_tailor_gallery6-150x150.jpg\";s:5:\"width\";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:\"home_tailor_gallery6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"home_tailor_gallery6-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"home_tailor_gallery6-146x146.jpg\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:30:\"home_tailor_gallery6-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:30:\"home_tailor_gallery6-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:30:\"home_tailor_gallery6-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:30:\"home_tailor_gallery6-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:32:\"home_tailor_gallery6-800x500.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:32:\"home_tailor_gallery6-768x800.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:32:\"home_tailor_gallery6-800x750.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:32:\"home_tailor_gallery6-800x750.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:32:\"home_tailor_gallery6-800x480.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:480;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:{}}}'),(44,56,'_wp_attached_file','2016/07/home_tailor_video.png'),(45,56,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:29:\"2016/07/home_tailor_video.png\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"home_tailor_video-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:29:\"home_tailor_video-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"home_tailor_video-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"home_tailor_video-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"home_tailor_video-260x146.png\";s:5:\"width\";i:260;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:27:\"home_tailor_video-50x28.png\";s:5:\"width\";i:50;s:6:\"height\";i:28;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:28:\"home_tailor_video-133x75.png\";s:5:\"width\";i:133;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:30:\"home_tailor_video-1630x860.png\";s:5:\"width\";i:1630;s:6:\"height\";i:860;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:27:\"home_tailor_video-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:27:\"home_tailor_video-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:31:\"home_tailor_video-1280x1000.png\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:30:\"home_tailor_video-1280x500.png\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:30:\"home_tailor_video-768x1080.png\";s:5:\"width\";i:768;s:6:\"height\";i:1080;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:30:\"home_tailor_video-1920x750.png\";s:5:\"width\";i:1920;s:6:\"height\";i:750;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:29:\"home_tailor_video-960x750.png\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:30:\"home_tailor_video-1200x480.png\";s:5:\"width\";i:1200;s:6:\"height\";i:480;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:{}}}'),(46,57,'_wp_attached_file','2016/07/home_tailor_sectionbg4.jpg'),(47,57,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1240;s:6:\"height\";i:900;s:4:\"file\";s:34:\"2016/07/home_tailor_sectionbg4.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"home_tailor_sectionbg4-150x150.jpg\";s:5:\"width\";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:\"home_tailor_sectionbg4-300x218.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:218;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"home_tailor_sectionbg4-768x557.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:557;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"home_tailor_sectionbg4-1024x743.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:743;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"home_tailor_sectionbg4-201x146.jpg\";s:5:\"width\";i:201;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:32:\"home_tailor_sectionbg4-50x36.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:33:\"home_tailor_sectionbg4-103x75.jpg\";s:5:\"width\";i:103;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:35:\"home_tailor_sectionbg4-1240x860.jpg\";s:5:\"width\";i:1240;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:32:\"home_tailor_sectionbg4-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:32:\"home_tailor_sectionbg4-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:35:\"home_tailor_sectionbg4-1240x500.jpg\";s:5:\"width\";i:1240;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:34:\"home_tailor_sectionbg4-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:35:\"home_tailor_sectionbg4-1240x750.jpg\";s:5:\"width\";i:1240;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:34:\"home_tailor_sectionbg4-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:35:\"home_tailor_sectionbg4-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;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:{}}}'),(48,58,'_wp_attached_file','2016/07/home_tailor_video.mp4'),(49,58,'_wp_attachment_metadata','a:9:{s:7:\"bitrate\";i:1662411;s:8:\"filesize\";i:1781550;s:9:\"mime_type\";s:15:\"video/quicktime\";s:6:\"length\";i:9;s:16:\"length_formatted\";s:4:\"0:09\";s:5:\"width\";i:1122;s:6:\"height\";i:600;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";}'),(50,59,'_wp_attached_file','2016/07/home_tailor_video.ogv'),(51,59,'_wp_attachment_metadata','a:6:{s:8:\"filesize\";i:1676044;s:9:\"mime_type\";s:9:\"video/ogg\";s:5:\"width\";i:1122;s:6:\"height\";i:600;s:10:\"fileformat\";s:3:\"ogg\";s:10:\"dataformat\";s:6:\"theora\";}'),(52,60,'_wp_attached_file','2016/07/home_tailor_pic1.jpg'),(53,60,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:780;s:6:\"height\";i:580;s:4:\"file\";s:28:\"2016/07/home_tailor_pic1.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"home_tailor_pic1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"home_tailor_pic1-300x223.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:223;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"home_tailor_pic1-768x571.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:571;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"home_tailor_pic1-196x146.jpg\";s:5:\"width\";i:196;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:26:\"home_tailor_pic1-50x37.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:37;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:27:\"home_tailor_pic1-101x75.jpg\";s:5:\"width\";i:101;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:26:\"home_tailor_pic1-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:26:\"home_tailor_pic1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:28:\"home_tailor_pic1-780x500.jpg\";s:5:\"width\";i:780;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:28:\"home_tailor_pic1-768x580.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:28:\"home_tailor_pic1-780x480.jpg\";s:5:\"width\";i:780;s:6:\"height\";i:480;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:{}}}'),(54,62,'_wp_attached_file','2016/07/home_tailor_subheader1.jpg'),(55,62,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1240;s:6:\"height\";i:700;s:4:\"file\";s:34:\"2016/07/home_tailor_subheader1.jpg\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"home_tailor_subheader1-150x150.jpg\";s:5:\"width\";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:\"home_tailor_subheader1-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"home_tailor_subheader1-768x434.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:434;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"home_tailor_subheader1-1024x578.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:578;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"home_tailor_subheader1-260x146.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:32:\"home_tailor_subheader1-50x28.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:28;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:33:\"home_tailor_subheader1-133x75.jpg\";s:5:\"width\";i:133;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:32:\"home_tailor_subheader1-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:32:\"home_tailor_subheader1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:35:\"home_tailor_subheader1-1240x500.jpg\";s:5:\"width\";i:1240;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:34:\"home_tailor_subheader1-768x700.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:34:\"home_tailor_subheader1-960x700.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:35:\"home_tailor_subheader1-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;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:{}}}'),(56,63,'_wp_attached_file','2016/07/home_tailor_icon1.png'),(57,63,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:42;s:6:\"height\";i:35;s:4:\"file\";s:29:\"2016/07/home_tailor_icon1.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(58,64,'_wp_attached_file','2016/07/home_tailor_icon2.png'),(59,64,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:42;s:6:\"height\";i:35;s:4:\"file\";s:29:\"2016/07/home_tailor_icon2.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(60,65,'_wp_attached_file','2016/07/home_tailor_icon3.png'),(61,65,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:42;s:6:\"height\";i:35;s:4:\"file\";s:29:\"2016/07/home_tailor_icon3.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(62,67,'_wp_attached_file','2016/07/home_tailor_about1.jpg'),(63,67,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:780;s:6:\"height\";i:450;s:4:\"file\";s:30:\"2016/07/home_tailor_about1.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"home_tailor_about1-150x150.jpg\";s:5:\"width\";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:\"home_tailor_about1-300x173.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:173;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"home_tailor_about1-768x443.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:443;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"home_tailor_about1-253x146.jpg\";s:5:\"width\";i:253;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:28:\"home_tailor_about1-50x29.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:29;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:29:\"home_tailor_about1-130x75.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:28:\"home_tailor_about1-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:28:\"home_tailor_about1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:30:\"home_tailor_about1-768x450.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:450;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:{}}}'),(64,71,'_wp_attached_file','2016/07/home_tailor_subheader2.jpg'),(65,71,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1240;s:6:\"height\";i:700;s:4:\"file\";s:34:\"2016/07/home_tailor_subheader2.jpg\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"home_tailor_subheader2-150x150.jpg\";s:5:\"width\";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:\"home_tailor_subheader2-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"home_tailor_subheader2-768x434.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:434;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"home_tailor_subheader2-1024x578.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:578;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"home_tailor_subheader2-260x146.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:32:\"home_tailor_subheader2-50x28.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:28;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:33:\"home_tailor_subheader2-133x75.jpg\";s:5:\"width\";i:133;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:32:\"home_tailor_subheader2-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:32:\"home_tailor_subheader2-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:35:\"home_tailor_subheader2-1240x500.jpg\";s:5:\"width\";i:1240;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:34:\"home_tailor_subheader2-768x700.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:34:\"home_tailor_subheader2-960x700.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:35:\"home_tailor_subheader2-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;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:{}}}'),(66,72,'_wp_attached_file','2016/07/home_tailor_subheader3.jpg'),(67,72,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1240;s:6:\"height\";i:700;s:4:\"file\";s:34:\"2016/07/home_tailor_subheader3.jpg\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"home_tailor_subheader3-150x150.jpg\";s:5:\"width\";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:\"home_tailor_subheader3-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"home_tailor_subheader3-768x434.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:434;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"home_tailor_subheader3-1024x578.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:578;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"home_tailor_subheader3-260x146.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:32:\"home_tailor_subheader3-50x28.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:28;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:33:\"home_tailor_subheader3-133x75.jpg\";s:5:\"width\";i:133;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:32:\"home_tailor_subheader3-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:32:\"home_tailor_subheader3-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:35:\"home_tailor_subheader3-1240x500.jpg\";s:5:\"width\";i:1240;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:34:\"home_tailor_subheader3-768x700.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:34:\"home_tailor_subheader3-960x700.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:35:\"home_tailor_subheader3-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;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:{}}}'),(68,73,'_wp_attached_file','2016/07/home_tailor_sectionbg5.png'),(69,73,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:150;s:6:\"height\";i:147;s:4:\"file\";s:34:\"2016/07/home_tailor_sectionbg5.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"home_tailor_sectionbg5-150x147.png\";s:5:\"width\";i:150;s:6:\"height\";i:147;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"home_tailor_sectionbg5-149x146.png\";s:5:\"width\";i:149;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:32:\"home_tailor_sectionbg5-50x50.png\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:32:\"home_tailor_sectionbg5-77x75.png\";s:5:\"width\";i:77;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:32:\"home_tailor_sectionbg5-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:32:\"home_tailor_sectionbg5-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(70,74,'_wp_attached_file','2016/07/home_tailor_howitworks1.png'),(71,74,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:82;s:6:\"height\";i:80;s:4:\"file\";s:35:\"2016/07/home_tailor_howitworks1.png\";s:5:\"sizes\";a:3:{s:5:\"50x50\";a:4:{s:4:\"file\";s:33:\"home_tailor_howitworks1-50x50.png\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:33:\"home_tailor_howitworks1-77x75.png\";s:5:\"width\";i:77;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:33:\"home_tailor_howitworks1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(72,75,'_wp_attached_file','2016/07/home_tailor_howitworks2.png'),(73,75,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:82;s:6:\"height\";i:80;s:4:\"file\";s:35:\"2016/07/home_tailor_howitworks2.png\";s:5:\"sizes\";a:3:{s:5:\"50x50\";a:4:{s:4:\"file\";s:33:\"home_tailor_howitworks2-50x50.png\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:33:\"home_tailor_howitworks2-77x75.png\";s:5:\"width\";i:77;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:33:\"home_tailor_howitworks2-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(74,76,'_wp_attached_file','2016/07/home_tailor_howitworks3.png'),(75,76,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:82;s:6:\"height\";i:80;s:4:\"file\";s:35:\"2016/07/home_tailor_howitworks3.png\";s:5:\"sizes\";a:3:{s:5:\"50x50\";a:4:{s:4:\"file\";s:33:\"home_tailor_howitworks3-50x50.png\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:33:\"home_tailor_howitworks3-77x75.png\";s:5:\"width\";i:77;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:33:\"home_tailor_howitworks3-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(76,82,'_wp_attached_file','2016/07/home_tailor_pin.png'),(77,82,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:34;s:6:\"height\";i:47;s:4:\"file\";s:27:\"2016/07/home_tailor_pin.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(78,83,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(79,83,'_wp_page_template','default'),(80,83,'mfn-post-hide-content','0'),(81,83,'mfn-post-slider','ruths-homepage1'),(82,83,'mfn-post-slider-layer','0'),(83,83,'mfn-post-hide-title','0'),(84,83,'mfn-post-remove-padding','1'),(85,83,'mfn-post-custom-layout','0'),(86,83,'mfn-post-one-page','0'),(87,83,'mfn-post-menu','0'),(88,83,'slide_template','default'),(89,83,'mfn-page-items','YTo1OntpOjA7YToyOntzOjQ6ImF0dHIiO2E6MTc6e3M6NToidGl0bGUiO3M6MTE6IlBhbGUgYmtncm5kIjtzOjg6ImJnX2NvbG9yIjtzOjc6IiNkNGRjZWMiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMToicmVwZWF0LXg7Y2VudGVyIHRvcDs7IjtzOjEyOiJiZ192aWRlb19tcDQiO3M6MDoiIjtzOjEyOiJiZ192aWRlb19vZ3YiO3M6MDoiIjtzOjExOiJwYWRkaW5nX3RvcCI7czoyOiIzMCI7czoxNDoicGFkZGluZ19ib3R0b20iO3M6MjoiMzAiO3M6NzoiZGl2aWRlciI7czowOiIiO3M6OToiZGVjb3JfdG9wIjtzOjg0OiJodHRwOi8vbWl0emljb25uZWxsLmNvbS9kZW1vMTgvd3AtY29udGVudC91cGxvYWRzLzIwMTYvMDcvaG9tZV90YWlsb3Jfc2VjdGlvbmJnMS5wbmciO3M6MTI6ImRlY29yX2JvdHRvbSI7czo4NDoiaHR0cDovL21pdHppY29ubmVsbC5jb20vZGVtbzE4L3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE2LzA3L2hvbWVfdGFpbG9yX3NlY3Rpb25iZzEucG5nIjtzOjEwOiJuYXZpZ2F0aW9uIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO3M6NToiY2xhc3MiO3M6MDoiIjtzOjEwOiJzZWN0aW9uX2lkIjtzOjA6IiI7czoxMDoidmlzaWJpbGl0eSI7czowOiIiO3M6NDoiaGlkZSI7czowOiIiO31zOjU6IndyYXBzIjthOjI6e2k6MDthOjM6e3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NToiaXRlbXMiO2E6Mjp7aTowO2E6Mzp7czo0OiJ0eXBlIjtzOjY6ImNvbHVtbiI7czo0OiJzaXplIjtzOjM6IjEvNSI7czo2OiJmaWVsZHMiO2E6MTE6e3M6NToidGl0bGUiO3M6MDoiIjtzOjc6ImNvbnRlbnQiO3M6MDoiIjtzOjU6ImFsaWduIjtzOjA6IiI7czo5OiJjb2x1bW5fYmciO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7fX1pOjE7YTozOntzOjQ6InR5cGUiO3M6NjoiY29sdW1uIjtzOjQ6InNpemUiO3M6MzoiMy81IjtzOjY6ImZpZWxkcyI7YToxMTp7czo1OiJ0aXRsZSI7czoxNDoiSGVhZGluZyArIGRlc2MiO3M6NzoiY29udGVudCI7czo0OTI6IjxjZW50ZXI+PGg2PlNJTkNFIDE5Njc8L2g2PjwvY2VudGVyPg0KPGNlbnRlcj48aDM+SHVudHN2aWxsZeKAmXMgTW9zdCBUcnVzdGVkIEhlYWx0aCBGb29kIFN0b3JlITwvaDM+PC9jZW50ZXI+DQpbZGl2aWRlciBoZWlnaHQ9IjIwIl0NCjxwPk91ciBwYXNzaW9uIGlzIGhlbHBpbmcgeW91IGZlZWwgeW91ciBiZXN0LiBXZSBhcmUgZGVkaWNhdGVkIHRvIHByb3ZpZGluZyB0b3AtcXVhbGl0eSBwcm9kdWN0cyBhdCB0aGUgYmVzdCBwb3NzaWJsZSBwcmljZXMuIE92ZXIgdGhlIHllYXJzLCBSdXRo4oCZcyBoYXMgZWFybmVkIGEgd2VsbC1kZXNlcnZlZCByZXB1dGF0aW9uIGZvciBnb2luZyBiZXlvbmQgdGhlIGluZHVzdHJ5IHN0YW5kYXJkIGluIHByb3ZpZGluZyBncmVhdCBpbmZvcm1hdGlvbiBhbmQgY2FyaW5nIGN1c3RvbWVyIHNlcnZpY2UuIENvbWUgc2VlIHVzIGFuZCBsZXTigJlzIGdldCBzdGFydGVkIHNvbHZpbmcgeW91ciBoZWFsdGggcHV6emxlIQ0KPC9wPiI7czo1OiJhbGlnbiI7czo3OiJqdXN0aWZ5IjtzOjk6ImNvbHVtbl9iZyI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czoxMzoibWFyZ2luX2JvdHRvbSI7czowOiIiO3M6NzoicGFkZGluZyI7czoxMzoiMHB4IDUlIDBweCA1JSI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO319fXM6NDoiYXR0ciI7YTo4OntzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6Im1vdmVfdXAiO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjEzOiJjb2x1bW5fbWFyZ2luIjtzOjA6IiI7czoxNDoidmVydGljYWxfYWxpZ24iO3M6MzoidG9wIjtzOjU6ImNsYXNzIjtzOjA6IiI7fX1pOjE7YTozOntzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjU6Iml0ZW1zIjthOjM6e2k6MDthOjM6e3M6NDoidHlwZSI7czoxMToic2xpZGluZ19ib3giO3M6NDoic2l6ZSI7czozOiIxLzMiO3M6NjoiZmllbGRzIjthOjY6e3M6NToiaW1hZ2UiO3M6OTM6Imh0dHBzOi8vcnV0aHNudXRyaXRpb24uZ3NnLWhvc3QuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE2LzA3L1doby1XZS1BcmUtUGhvdG9zY2FwZS1Dcm9wLmpwZyI7czo1OiJ0aXRsZSI7czoxMDoiV2hvIFdlIEFyZSI7czo0OiJsaW5rIjtzOjQ2OiJodHRwczovL3J1dGhzbnV0cml0aW9uLmdzZy1ob3N0LmNvbS9vdXItc3RvcnkvIjtzOjY6InRhcmdldCI7czoxOiIwIjtzOjc6ImFuaW1hdGUiO3M6NjoiZmFkZUluIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjt9fWk6MTthOjM6e3M6NDoidHlwZSI7czoxMToic2xpZGluZ19ib3giO3M6NDoic2l6ZSI7czozOiIxLzMiO3M6NjoiZmllbGRzIjthOjY6e3M6NToiaW1hZ2UiO3M6ODY6Imh0dHBzOi8vcnV0aHNudXRyaXRpb24uZ3NnLWhvc3QuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE2LzA3L2hvdy13ZS1oZWxwLTQ2OXgzMTMuanBnIjtzOjU6InRpdGxlIjtzOjE1OiJIb3cgV2UgSGVscCBZb3UiO3M6NDoibGluayI7czo0NjoiaHR0cHM6Ly9ydXRoc251dHJpdGlvbi5nc2ctaG9zdC5jb20vc29sdXRpb25zLyI7czo2OiJ0YXJnZXQiO3M6MToiMCI7czo3OiJhbmltYXRlIjtzOjY6ImZhZGVJbiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7fX1pOjI7YTozOntzOjQ6InR5cGUiO3M6MTE6InNsaWRpbmdfYm94IjtzOjQ6InNpemUiO3M6MzoiMS8zIjtzOjY6ImZpZWxkcyI7YTo2OntzOjU6ImltYWdlIjtzOjk0OiJodHRwczovL3J1dGhzbnV0cml0aW9uLmdzZy1ob3N0LmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNi8wNy9BZGRpdGlvbmFsLVNlcnZpY2VzLTQ2OXgzMTMuanBnIjtzOjU6InRpdGxlIjtzOjE5OiJBZGRpdGlvbmFsIFNlcnZpY2VzIjtzOjQ6ImxpbmsiO3M6NDU6Imh0dHBzOi8vcnV0aHNudXRyaXRpb24uZ3NnLWhvc3QuY29tL3NlcnZpY2VzLyI7czo2OiJ0YXJnZXQiO3M6MToiMCI7czo3OiJhbmltYXRlIjtzOjY6ImZhZGVJbiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7fX19czo0OiJhdHRyIjthOjg6e3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoibW92ZV91cCI7czoxOiIwIjtzOjc6InBhZGRpbmciO3M6MTg6IjBweCA0MHB4IDBweCA0MHB4ICI7czoxMzoiY29sdW1uX21hcmdpbiI7czowOiIiO3M6MTQ6InZlcnRpY2FsX2FsaWduIjtzOjY6Im1pZGRsZSI7czo1OiJjbGFzcyI7czowOiIiO319fX1pOjE7YToyOntzOjQ6ImF0dHIiO2E6MTc6e3M6NToidGl0bGUiO3M6MDoiIjtzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czoxMTU6Imh0dHA6Ly9taXR6aWNvbm5lbGwuY29tL2RlbW8xOC93cC1jb250ZW50L3VwbG9hZHMvMjAxNi8wNy9ia2dybmQtMDAwMi1saWdodC1waW5rLXZlbHZldC1mYWJyaWMtdGV4dHVyZS1zZWFtbGVzcy5qcGciO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjE5OiJyZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjEyOiJiZ192aWRlb19tcDQiO3M6MDoiIjtzOjEyOiJiZ192aWRlb19vZ3YiO3M6MDoiIjtzOjExOiJwYWRkaW5nX3RvcCI7czoxOiIwIjtzOjE0OiJwYWRkaW5nX2JvdHRvbSI7czoyOiIzMCI7czo3OiJkaXZpZGVyIjtzOjA6IiI7czo5OiJkZWNvcl90b3AiO3M6ODQ6Imh0dHA6Ly9taXR6aWNvbm5lbGwuY29tL2RlbW8xOC93cC1jb250ZW50L3VwbG9hZHMvMjAxNi8wNy9ob21lX3RhaWxvcl9zZWN0aW9uYmcyLnBuZyI7czoxMjoiZGVjb3JfYm90dG9tIjtzOjg0OiJodHRwOi8vbWl0emljb25uZWxsLmNvbS9kZW1vMTgvd3AtY29udGVudC91cGxvYWRzLzIwMTYvMDcvaG9tZV90YWlsb3Jfc2VjdGlvbmJnMi5wbmciO3M6MTA6Im5hdmlnYXRpb24iO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7czo1OiJjbGFzcyI7czowOiIiO3M6MTA6InNlY3Rpb25faWQiO3M6MDoiIjtzOjEwOiJ2aXNpYmlsaXR5IjtzOjA6IiI7czo0OiJoaWRlIjtzOjA6IiI7fXM6NToid3JhcHMiO2E6MTp7aTowO2E6Mzp7czo0OiJzaXplIjtzOjM6IjEvMSI7czo1OiJpdGVtcyI7YToyOntpOjA7YTozOntzOjQ6InR5cGUiO3M6NjoiY29sdW1uIjtzOjQ6InNpemUiO3M6MzoiMS80IjtzOjY6ImZpZWxkcyI7YToxMTp7czo1OiJ0aXRsZSI7czowOiIiO3M6NzoiY29udGVudCI7czoyNTQ6IltkaXZpZGVyIGhlaWdodD0iNjAiXQ0KPGg0PiBXaGF0ZXZlciB5b3VyIGNoYWxsZW5nZXMgYXJlLCB3ZSBhcmUgaGVyZSB0byBoZWxwLiBXaXRoIGRlY2FkZXMgb2YgZXhwZXJpZW5jZSwgdG9wLW5vdGNoIHByb2R1Y3RzLCBhbmQgZXhjZXB0aW9uYWwgc2VydmljZXMsIHdlJ3ZlIGdvdCBhbnN3ZXJzLiBCcmluZyB5b3VyIGhlYWx0aCBhbmQgd2VsbG5lc3MgcHV6emxlIHRvIHVzIC0gd2UnbGwgaGVscCB5b3UgcHV0IGl0IHRvZ2V0aGVyITwvaDQ+IjtzOjU6ImFsaWduIjtzOjU6InJpZ2h0IjtzOjk6ImNvbHVtbl9iZyI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czoxMzoibWFyZ2luX2JvdHRvbSI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjt9fWk6MTthOjM6e3M6NDoidHlwZSI7czo2OiJjb2x1bW4iO3M6NDoic2l6ZSI7czozOiIzLzQiO3M6NjoiZmllbGRzIjthOjExOntzOjU6InRpdGxlIjtzOjMxOiJFc3MgR3JpZCAtIEhlYWx0aCBTb2x1dGlvbnMgNXg1IjtzOjc6ImNvbnRlbnQiO3M6Mjg6Iltlc3NfZ3JpZCBhbGlhcz0iaG9tZS1zdmNzIl0iO3M6NToiYWxpZ24iO3M6MDoiIjtzOjk6ImNvbHVtbl9iZyI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czoxMzoibWFyZ2luX2JvdHRvbSI7czowOiIiO3M6NzoicGFkZGluZyI7czoxNjoiNTBweCAwcHggMHB4IDBweCI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO319fXM6NDoiYXR0ciI7YTo4OntzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6Im1vdmVfdXAiO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjEzOiJjb2x1bW5fbWFyZ2luIjtzOjA6IiI7czoxNDoidmVydGljYWxfYWxpZ24iO3M6NjoibWlkZGxlIjtzOjU6ImNsYXNzIjtzOjA6IiI7fX19fWk6MjthOjI6e3M6NDoiYXR0ciI7YToxNzp7czo1OiJ0aXRsZSI7czowOiIiO3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6MTI6ImJnX3ZpZGVvX21wNCI7czowOiIiO3M6MTI6ImJnX3ZpZGVvX29ndiI7czowOiIiO3M6MTE6InBhZGRpbmdfdG9wIjtzOjI6IjMwIjtzOjE0OiJwYWRkaW5nX2JvdHRvbSI7czoxOiIwIjtzOjc6ImRpdmlkZXIiO3M6MDoiIjtzOjk6ImRlY29yX3RvcCI7czo4NDoiaHR0cDovL21pdHppY29ubmVsbC5jb20vZGVtbzE4L3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE2LzA3L2hvbWVfdGFpbG9yX3NlY3Rpb25iZzEucG5nIjtzOjEyOiJkZWNvcl9ib3R0b20iO3M6ODQ6Imh0dHA6Ly9taXR6aWNvbm5lbGwuY29tL2RlbW8xOC93cC1jb250ZW50L3VwbG9hZHMvMjAxNi8wNy9ob21lX3RhaWxvcl9zZWN0aW9uYmcxLnBuZyI7czoxMDoibmF2aWdhdGlvbiI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjtzOjU6ImNsYXNzIjtzOjA6IiI7czoxMDoic2VjdGlvbl9pZCI7czowOiIiO3M6MTA6InZpc2liaWxpdHkiO3M6MDoiIjtzOjQ6ImhpZGUiO3M6MDoiIjt9czo1OiJ3cmFwcyI7YToxOntpOjA7YTozOntzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjU6Iml0ZW1zIjthOjE6e2k6MDthOjM6e3M6NDoidHlwZSI7czoxMToiYmxvZ19zbGlkZXIiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NjoiZmllbGRzIjthOjg6e3M6NToidGl0bGUiO3M6MTY6Ik91ciBMYXRlc3QgUG9zdHMiO3M6NToiY291bnQiO3M6MToiNiI7czo4OiJjYXRlZ29yeSI7czowOiIiO3M6MTQ6ImNhdGVnb3J5X211bHRpIjtzOjA6IiI7czo0OiJtb3JlIjtzOjE6IjAiO3M6NToic3R5bGUiO3M6MDoiIjtzOjEwOiJuYXZpZ2F0aW9uIjtzOjk6ImhpZGUtZG90cyI7czo3OiJjbGFzc2VzIjtzOjA6IiI7fX19czo0OiJhdHRyIjthOjg6e3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoibW92ZV91cCI7czowOiIiO3M6NzoicGFkZGluZyI7czoxMzoiMDBweCA1JSAwcHggMCI7czoxMzoiY29sdW1uX21hcmdpbiI7czowOiIiO3M6MTQ6InZlcnRpY2FsX2FsaWduIjtzOjY6Im1pZGRsZSI7czo1OiJjbGFzcyI7czowOiIiO319fX1pOjM7YToyOntzOjQ6ImF0dHIiO2E6MTc6e3M6NToidGl0bGUiO3M6MDoiIjtzOjg6ImJnX2NvbG9yIjtzOjc6IiNlOWVhZjQiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czoxMjoiYmdfdmlkZW9fbXA0IjtzOjA6IiI7czoxMjoiYmdfdmlkZW9fb2d2IjtzOjA6IiI7czoxMToicGFkZGluZ190b3AiO3M6MjoiMzAiO3M6MTQ6InBhZGRpbmdfYm90dG9tIjtzOjE6IjAiO3M6NzoiZGl2aWRlciI7czowOiIiO3M6OToiZGVjb3JfdG9wIjtzOjg0OiJodHRwOi8vbWl0emljb25uZWxsLmNvbS9kZW1vMTgvd3AtY29udGVudC91cGxvYWRzLzIwMTYvMDcvaG9tZV90YWlsb3Jfc2VjdGlvbmJnMS5wbmciO3M6MTI6ImRlY29yX2JvdHRvbSI7czo4NDoiaHR0cDovL21pdHppY29ubmVsbC5jb20vZGVtbzE4L3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE2LzA3L2hvbWVfdGFpbG9yX3NlY3Rpb25iZzEucG5nIjtzOjEwOiJuYXZpZ2F0aW9uIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO3M6NToiY2xhc3MiO3M6MDoiIjtzOjEwOiJzZWN0aW9uX2lkIjtzOjA6IiI7czoxMDoidmlzaWJpbGl0eSI7czowOiIiO3M6NDoiaGlkZSI7czowOiIiO31zOjU6IndyYXBzIjthOjI6e2k6MDthOjM6e3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NToiaXRlbXMiO2E6Njp7aTowO2E6Mzp7czo0OiJ0eXBlIjtzOjY6ImNvbHVtbiI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6MTE6e3M6NToidGl0bGUiO3M6MjM6Ik9VUiBBRERJVElPTkFMIFNFUlZJQ0VTIjtzOjc6ImNvbnRlbnQiO3M6MzI6IjxoND5PdXIgQWRkaXRpb25hbCBTZXJ2aWNlczwvaDQ+IjtzOjU6ImFsaWduIjtzOjA6IiI7czo5OiJjb2x1bW5fYmciO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7fX1pOjE7YTozOntzOjQ6InR5cGUiO3M6OToicGhvdG9fYm94IjtzOjQ6InNpemUiO3M6MzoiMS81IjtzOjY6ImZpZWxkcyI7YTo5OntzOjU6InRpdGxlIjtzOjIzOiJXZWxsbmVzcyA8YnI+Q291bnNlbGluZyI7czo1OiJpbWFnZSI7czo4NzoiaHR0cHM6Ly9ydXRoc251dHJpdGlvbi5nc2ctaG9zdC5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTYvMTAvSGVyYmFsLU1lZGljaW5lcy1qcGcuanBnIjtzOjc6ImNvbnRlbnQiO3M6MzI6IjxoNj53aXRoIFBoeWxsaXMgRC4gTGlnaHQ8L2g2Pg0KIjtzOjU6ImFsaWduIjtzOjA6IiI7czo0OiJsaW5rIjtzOjQ1OiJodHRwczovL3J1dGhzbnV0cml0aW9uLmdzZy1ob3N0LmNvbS9zZXJ2aWNlcy8iO3M6NjoidGFyZ2V0IjtzOjE6IjAiO3M6OToiZ3JleXNjYWxlIjtzOjE6IjAiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO319aToyO2E6Mzp7czo0OiJ0eXBlIjtzOjk6InBob3RvX2JveCI7czo0OiJzaXplIjtzOjM6IjEvNSI7czo2OiJmaWVsZHMiO2E6OTp7czo1OiJ0aXRsZSI7czoyNjoiQmlvIEVuZXJnZXRpY3MgPGJyPlRlc3RpbmciO3M6NToiaW1hZ2UiO3M6NzQ6Imh0dHBzOi8vcnV0aHNudXRyaXRpb24uZ3NnLWhvc3QuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE2LzA3L2FzeXJhLTIuanBnIjtzOjc6ImNvbnRlbnQiO3M6Mjg6IjxoNj53aXRoIEdvcmRvbiBTbGFjazwvaDY+DQoiO3M6NToiYWxpZ24iO3M6MDoiIjtzOjQ6ImxpbmsiO3M6NDU6Imh0dHBzOi8vcnV0aHNudXRyaXRpb24uZ3NnLWhvc3QuY29tL3NlcnZpY2VzLyI7czo2OiJ0YXJnZXQiO3M6MToiMCI7czo5OiJncmV5c2NhbGUiO3M6MToiMCI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7fX1pOjM7YTozOntzOjQ6InR5cGUiO3M6OToicGhvdG9fYm94IjtzOjQ6InNpemUiO3M6MzoiMS81IjtzOjY6ImZpZWxkcyI7YTo5OntzOjU6InRpdGxlIjtzOjE5OiJNYXNzYWdlIDxicj5UaGVyYXB5IjtzOjU6ImltYWdlIjtzOjc2OiJodHRwczovL3J1dGhzbnV0cml0aW9uLmdzZy1ob3N0LmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNi8xMC9uZWNrLXBhaW4uanBnIjtzOjc6ImNvbnRlbnQiO3M6MzM6IjxoNj53aXRoIEdhYnJpZWxlIEZhcnJhbGVzPC9oNj4NCiI7czo1OiJhbGlnbiI7czowOiIiO3M6NDoibGluayI7czo0NToiaHR0cHM6Ly9ydXRoc251dHJpdGlvbi5nc2ctaG9zdC5jb20vc2VydmljZXMvIjtzOjY6InRhcmdldCI7czoxOiIwIjtzOjk6ImdyZXlzY2FsZSI7czoxOiIwIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjt9fWk6NDthOjM6e3M6NDoidHlwZSI7czo5OiJwaG90b19ib3giO3M6NDoic2l6ZSI7czozOiIxLzUiO3M6NjoiZmllbGRzIjthOjk6e3M6NToidGl0bGUiO3M6MjA6IkZvb3QgPGJyPlJlZmxleG9sb2d5IjtzOjU6ImltYWdlIjtzOjkwOiJodHRwczovL3J1dGhzbnV0cml0aW9uLmdzZy1ob3N0LmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNi8wNy9yZWZsZXhvbG9neS1mZWV0X2dyYW5kZS5qcGciO3M6NzoiY29udGVudCI7czoyOToiPGg2PndpdGggQmFyYmFyYSBNdXNzbzwvaDY+DQoiO3M6NToiYWxpZ24iO3M6MDoiIjtzOjQ6ImxpbmsiO3M6NDU6Imh0dHBzOi8vcnV0aHNudXRyaXRpb24uZ3NnLWhvc3QuY29tL3NlcnZpY2VzLyI7czo2OiJ0YXJnZXQiO3M6MToiMCI7czo5OiJncmV5c2NhbGUiO3M6MToiMCI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7fX1pOjU7YTozOntzOjQ6InR5cGUiO3M6OToicGhvdG9fYm94IjtzOjQ6InNpemUiO3M6MzoiMS81IjtzOjY6ImZpZWxkcyI7YTo5OntzOjU6InRpdGxlIjtzOjIxOiJBdXJpY3VsYXIgPGJyPlRoZXJhcHkiO3M6NToiaW1hZ2UiO3M6NzY6Imh0dHBzOi8vcnV0aHNudXRyaXRpb24uZ3NnLWhvc3QuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE2LzA3L2F1cmljdWxhci5qcGciO3M6NzoiY29udGVudCI7czozMzoiPGg2PndpdGggR2FicmllbGUgRmFycmFsZXM8L2g2Pg0KIjtzOjU6ImFsaWduIjtzOjA6IiI7czo0OiJsaW5rIjtzOjQ1OiJodHRwczovL3J1dGhzbnV0cml0aW9uLmdzZy1ob3N0LmNvbS9zZXJ2aWNlcy8iO3M6NjoidGFyZ2V0IjtzOjE6IjAiO3M6OToiZ3JleXNjYWxlIjtzOjE6IjAiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO319fXM6NDoiYXR0ciI7YTo4OntzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6Im1vdmVfdXAiO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjEzOiJjb2x1bW5fbWFyZ2luIjtzOjA6IiI7czoxNDoidmVydGljYWxfYWxpZ24iO3M6NjoibWlkZGxlIjtzOjU6ImNsYXNzIjtzOjA6IiI7fX1pOjE7YTozOntzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjU6Iml0ZW1zIjthOjI6e2k6MDthOjI6e3M6NDoidHlwZSI7czoxMToicGxhY2Vob2xkZXIiO3M6NDoic2l6ZSI7czozOiIxLzQiO31pOjE7YTozOntzOjQ6InR5cGUiO3M6NjoiY29sdW1uIjtzOjQ6InNpemUiO3M6MzoiMS8yIjtzOjY6ImZpZWxkcyI7YToxMTp7czo1OiJ0aXRsZSI7czoyMDoiVGVzdGltb25pYWwgLSBNdXJpZWwiO3M6NzoiY29udGVudCI7czozMjoiW3Nob3ctdGVzdGltb25pYWxzIGFsaWFzPSdIb21lJ10iO3M6NToiYWxpZ24iO3M6MDoiIjtzOjk6ImNvbHVtbl9iZyI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czoxMzoibWFyZ2luX2JvdHRvbSI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjt9fX1zOjQ6ImF0dHIiO2E6ODp7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMDoibm8tcmVwZWF0O2xlZnQgdG9wOzsiO3M6NzoibW92ZV91cCI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6MTM6ImNvbHVtbl9tYXJnaW4iO3M6MDoiIjtzOjE0OiJ2ZXJ0aWNhbF9hbGlnbiI7czo2OiJtaWRkbGUiO3M6NToiY2xhc3MiO3M6MDoiIjt9fX19aTo0O2E6Mjp7czo0OiJhdHRyIjthOjE3OntzOjU6InRpdGxlIjtzOjA6IiI7czo4OiJiZ19jb2xvciI7czo3OiIjMjcwNjM5IjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MzI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wO2ZpeGVkO2NvdmVyIjtzOjEyOiJiZ192aWRlb19tcDQiO3M6MDoiIjtzOjEyOiJiZ192aWRlb19vZ3YiO3M6MDoiIjtzOjExOiJwYWRkaW5nX3RvcCI7czoxOiIwIjtzOjE0OiJwYWRkaW5nX2JvdHRvbSI7czoxOiIwIjtzOjc6ImRpdmlkZXIiO3M6MDoiIjtzOjk6ImRlY29yX3RvcCI7czowOiIiO3M6MTI6ImRlY29yX2JvdHRvbSI7czowOiIiO3M6MTA6Im5hdmlnYXRpb24iO3M6MDoiIjtzOjU6InN0eWxlIjtzOjEwOiJmdWxsLXdpZHRoIjtzOjU6ImNsYXNzIjtzOjQ6ImRhcmsiO3M6MTA6InNlY3Rpb25faWQiO3M6MDoiIjtzOjEwOiJ2aXNpYmlsaXR5IjtzOjA6IiI7czo0OiJoaWRlIjtzOjA6IiI7fXM6NToid3JhcHMiO2E6MTp7aTowO2E6Mzp7czo0OiJzaXplIjtzOjM6IjEvMSI7czo1OiJpdGVtcyI7YToxOntpOjA7YTozOntzOjQ6InR5cGUiO3M6MTQ6ImNhbGxfdG9fYWN0aW9uIjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjY6ImZpZWxkcyI7YTo5OntzOjU6InRpdGxlIjtzOjU3OiI8c3BhbiBzdHlsZT0iY29sb3I6ICNmZmY7Ij5RdWVzdGlvbnM/IDI1Ni44ODMuNDEyNzwvc3Bhbj4iO3M6NDoiaWNvbiI7czoxNzoiaWNvbi1jb21tZW50LWxpbmUiO3M6NzoiY29udGVudCI7czo1MjoiQ2FsbCB1cyB0b2RheSBhbmQgc3RhcnQgeW91ciBqb3VybmV5IGJhY2sgdG8gaGVhbHRoISI7czoxMjoiYnV0dG9uX3RpdGxlIjtzOjA6IiI7czo0OiJsaW5rIjtzOjQ0OiJodHRwczovL3J1dGhzbnV0cml0aW9uLmdzZy1ob3N0LmNvbS9jb250YWN0LyI7czo2OiJ0YXJnZXQiO3M6MToiMCI7czo1OiJjbGFzcyI7czowOiIiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO319fXM6NDoiYXR0ciI7YTo4OntzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6Im1vdmVfdXAiO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjEzOiJjb2x1bW5fbWFyZ2luIjtzOjA6IiI7czoxNDoidmVydGljYWxfYWxpZ24iO3M6MzoidG9wIjtzOjU6ImNsYXNzIjtzOjA6IiI7fX19fX0='),(90,83,'mfn-page-items-seo','no-repeat;center top;;\r\n\r\nHeading + desc\r\n\r\n<center><h6>SINCE 1967</h6></center>\r\n<center><h3>Huntsvilleâ€™s Most Trusted Health Food Store!</h3></center>\r\n[divider height=\"20\"]\r\n<p>Our passion is helping you feel your best. We are dedicated to providing top-quality products at the best possible prices. Over the years, Ruthâ€™s has earned a well-deserved reputation for going beyond the industry standard in providing great information and caring customer service. Come see us and letâ€™s get started solving your health puzzle!\r\n</p>\r\n\r\njustify\r\n\r\nno-repeat;center top;;\r\n\r\n0px 5% 0px 5%\r\n\r\n<img src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2016/07/Who-We-Are-Photoscape-Crop.jpg\" alt=\"Who-We-Are-Photoscape-Crop\"/>\r\n\r\nWho We Are\r\n\r\n<a href=\"https://ruthsnutrition.gsg-host.com/our-story/\">https://ruthsnutrition.gsg-host.com/our-story/</a>\r\n\r\nfadeIn\r\n\r\n<img src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2016/07/how-we-help-469x313.jpg\" alt=\"how-we-help-469x313\"/>\r\n\r\nHow We Help You\r\n\r\n<a href=\"https://ruthsnutrition.gsg-host.com/solutions/\">https://ruthsnutrition.gsg-host.com/solutions/</a>\r\n\r\nfadeIn\r\n\r\n<img src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2016/07/Additional-Services-469x313.jpg\" alt=\"Additional-Services-469x313\"/>\r\n\r\nAdditional Services\r\n\r\n<a href=\"https://ruthsnutrition.gsg-host.com/services/\">https://ruthsnutrition.gsg-host.com/services/</a>\r\n\r\nfadeIn\r\n\r\n[divider height=\"60\"]\r\n<h4> Whatever your challenges are, we are here to help. With decades of experience, top-notch products, and exceptional services, we\'ve got answers. Bring your health and wellness puzzle to us - we\'ll help you put it together!</h4>\r\n\r\nright\r\n\r\nno-repeat;center top;;\r\n\r\nEss Grid - Health Solutions 5x5\r\n\r\n[ess_grid alias=\"home-svcs\"]\r\n\r\nno-repeat;center top;;\r\n\r\n50px 0px 0px 0px\r\n\r\nOur Latest Posts\r\n\r\n6\r\n\r\nhide-dots\r\n\r\nOUR ADDITIONAL SERVICES\r\n\r\n<h4>Our Additional Services</h4>\r\n\r\nno-repeat;center top;;\r\n\r\nWellness <br>Counseling\r\n\r\n<img src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2016/10/Herbal-Medicines-jpg.jpg\" alt=\"\"/>\r\n\r\n<h6>with Phyllis D. Light</h6>\r\n\r\n<a href=\"https://ruthsnutrition.gsg-host.com/services/\">https://ruthsnutrition.gsg-host.com/services/</a>\r\n\r\nBio Energetics <br>Testing\r\n\r\n<img src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2016/07/asyra-2.jpg\" alt=\"\"/>\r\n\r\n<h6>with Gordon Slack</h6>\r\n\r\n<a href=\"https://ruthsnutrition.gsg-host.com/services/\">https://ruthsnutrition.gsg-host.com/services/</a>\r\n\r\nMassage <br>Therapy\r\n\r\n<img src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2016/10/neck-pain.jpg\" alt=\"\"/>\r\n\r\n<h6>with Gabriele Farrales</h6>\r\n\r\n<a href=\"https://ruthsnutrition.gsg-host.com/services/\">https://ruthsnutrition.gsg-host.com/services/</a>\r\n\r\nFoot <br>Reflexology\r\n\r\n<img src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2016/07/reflexology-feet_grande.jpg\" alt=\"\"/>\r\n\r\n<h6>with Barbara Musso</h6>\r\n\r\n<a href=\"https://ruthsnutrition.gsg-host.com/services/\">https://ruthsnutrition.gsg-host.com/services/</a>\r\n\r\nAuricular <br>Therapy\r\n\r\n<img src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2016/07/auricular.jpg\" alt=\"\"/>\r\n\r\n<h6>with Gabriele Farrales</h6>\r\n\r\n<a href=\"https://ruthsnutrition.gsg-host.com/services/\">https://ruthsnutrition.gsg-host.com/services/</a>\r\n\r\nTestimonial - Muriel\r\n\r\n[show-testimonials alias=\'Home\']\r\n\r\nno-repeat;center top;;\r\n\r\n<span style=\"color: #fff;\">Questions? 256.883.4127</span>\r\n\r\nicon-comment-line\r\n\r\nCall us today and start your journey back to health!\r\n\r\n<a href=\"https://ruthsnutrition.gsg-host.com/contact/\">https://ruthsnutrition.gsg-host.com/contact/</a>\r\n\r\n'),(91,83,'_wp_page_template','default'),(92,83,'mfn-post-hide-content','0'),(93,83,'mfn-post-slider','ruths-homepage1'),(94,83,'mfn-post-slider-layer','0'),(95,83,'mfn-post-hide-title','0'),(96,83,'mfn-post-remove-padding','1'),(97,83,'mfn-post-custom-layout','0'),(98,83,'mfn-post-one-page','0'),(99,83,'mfn-post-menu','0'),(100,83,'slide_template','default'),(101,83,'mfn-page-items','YTo1OntpOjA7YToyOntzOjQ6ImF0dHIiO2E6MTc6e3M6NToidGl0bGUiO3M6MTE6IlBhbGUgYmtncm5kIjtzOjg6ImJnX2NvbG9yIjtzOjc6IiNkNGRjZWMiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMToicmVwZWF0LXg7Y2VudGVyIHRvcDs7IjtzOjEyOiJiZ192aWRlb19tcDQiO3M6MDoiIjtzOjEyOiJiZ192aWRlb19vZ3YiO3M6MDoiIjtzOjExOiJwYWRkaW5nX3RvcCI7czoyOiIzMCI7czoxNDoicGFkZGluZ19ib3R0b20iO3M6MjoiMzAiO3M6NzoiZGl2aWRlciI7czowOiIiO3M6OToiZGVjb3JfdG9wIjtzOjg0OiJodHRwOi8vbWl0emljb25uZWxsLmNvbS9kZW1vMTgvd3AtY29udGVudC91cGxvYWRzLzIwMTYvMDcvaG9tZV90YWlsb3Jfc2VjdGlvbmJnMS5wbmciO3M6MTI6ImRlY29yX2JvdHRvbSI7czo4NDoiaHR0cDovL21pdHppY29ubmVsbC5jb20vZGVtbzE4L3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE2LzA3L2hvbWVfdGFpbG9yX3NlY3Rpb25iZzEucG5nIjtzOjEwOiJuYXZpZ2F0aW9uIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO3M6NToiY2xhc3MiO3M6MDoiIjtzOjEwOiJzZWN0aW9uX2lkIjtzOjA6IiI7czoxMDoidmlzaWJpbGl0eSI7czowOiIiO3M6NDoiaGlkZSI7czowOiIiO31zOjU6IndyYXBzIjthOjI6e2k6MDthOjM6e3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NToiaXRlbXMiO2E6Mjp7aTowO2E6Mzp7czo0OiJ0eXBlIjtzOjY6ImNvbHVtbiI7czo0OiJzaXplIjtzOjM6IjEvNSI7czo2OiJmaWVsZHMiO2E6MTE6e3M6NToidGl0bGUiO3M6MDoiIjtzOjc6ImNvbnRlbnQiO3M6MDoiIjtzOjU6ImFsaWduIjtzOjA6IiI7czo5OiJjb2x1bW5fYmciO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7fX1pOjE7YTozOntzOjQ6InR5cGUiO3M6NjoiY29sdW1uIjtzOjQ6InNpemUiO3M6MzoiMy81IjtzOjY6ImZpZWxkcyI7YToxMTp7czo1OiJ0aXRsZSI7czoxNDoiSGVhZGluZyArIGRlc2MiO3M6NzoiY29udGVudCI7czo0OTI6IjxjZW50ZXI+PGg2PlNJTkNFIDE5Njc8L2g2PjwvY2VudGVyPg0KPGNlbnRlcj48aDM+SHVudHN2aWxsZeKAmXMgTW9zdCBUcnVzdGVkIEhlYWx0aCBGb29kIFN0b3JlITwvaDM+PC9jZW50ZXI+DQpbZGl2aWRlciBoZWlnaHQ9IjIwIl0NCjxwPk91ciBwYXNzaW9uIGlzIGhlbHBpbmcgeW91IGZlZWwgeW91ciBiZXN0LiBXZSBhcmUgZGVkaWNhdGVkIHRvIHByb3ZpZGluZyB0b3AtcXVhbGl0eSBwcm9kdWN0cyBhdCB0aGUgYmVzdCBwb3NzaWJsZSBwcmljZXMuIE92ZXIgdGhlIHllYXJzLCBSdXRo4oCZcyBoYXMgZWFybmVkIGEgd2VsbC1kZXNlcnZlZCByZXB1dGF0aW9uIGZvciBnb2luZyBiZXlvbmQgdGhlIGluZHVzdHJ5IHN0YW5kYXJkIGluIHByb3ZpZGluZyBncmVhdCBpbmZvcm1hdGlvbiBhbmQgY2FyaW5nIGN1c3RvbWVyIHNlcnZpY2UuIENvbWUgc2VlIHVzIGFuZCBsZXTigJlzIGdldCBzdGFydGVkIHNvbHZpbmcgeW91ciBoZWFsdGggcHV6emxlIQ0KPC9wPiI7czo1OiJhbGlnbiI7czo3OiJqdXN0aWZ5IjtzOjk6ImNvbHVtbl9iZyI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czoxMzoibWFyZ2luX2JvdHRvbSI7czowOiIiO3M6NzoicGFkZGluZyI7czoxMzoiMHB4IDUlIDBweCA1JSI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO319fXM6NDoiYXR0ciI7YTo4OntzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6Im1vdmVfdXAiO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjEzOiJjb2x1bW5fbWFyZ2luIjtzOjA6IiI7czoxNDoidmVydGljYWxfYWxpZ24iO3M6MzoidG9wIjtzOjU6ImNsYXNzIjtzOjA6IiI7fX1pOjE7YTozOntzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjU6Iml0ZW1zIjthOjM6e2k6MDthOjM6e3M6NDoidHlwZSI7czoxMToic2xpZGluZ19ib3giO3M6NDoic2l6ZSI7czozOiIxLzMiO3M6NjoiZmllbGRzIjthOjY6e3M6NToiaW1hZ2UiO3M6OTM6Imh0dHBzOi8vcnV0aHNudXRyaXRpb24uZ3NnLWhvc3QuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE2LzA3L1doby1XZS1BcmUtUGhvdG9zY2FwZS1Dcm9wLmpwZyI7czo1OiJ0aXRsZSI7czoxMDoiV2hvIFdlIEFyZSI7czo0OiJsaW5rIjtzOjQ2OiJodHRwczovL3J1dGhzbnV0cml0aW9uLmdzZy1ob3N0LmNvbS9vdXItc3RvcnkvIjtzOjY6InRhcmdldCI7czoxOiIwIjtzOjc6ImFuaW1hdGUiO3M6NjoiZmFkZUluIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjt9fWk6MTthOjM6e3M6NDoidHlwZSI7czoxMToic2xpZGluZ19ib3giO3M6NDoic2l6ZSI7czozOiIxLzMiO3M6NjoiZmllbGRzIjthOjY6e3M6NToiaW1hZ2UiO3M6ODY6Imh0dHBzOi8vcnV0aHNudXRyaXRpb24uZ3NnLWhvc3QuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE2LzA3L2hvdy13ZS1oZWxwLTQ2OXgzMTMuanBnIjtzOjU6InRpdGxlIjtzOjE1OiJIb3cgV2UgSGVscCBZb3UiO3M6NDoibGluayI7czo0NjoiaHR0cHM6Ly9ydXRoc251dHJpdGlvbi5nc2ctaG9zdC5jb20vc29sdXRpb25zLyI7czo2OiJ0YXJnZXQiO3M6MToiMCI7czo3OiJhbmltYXRlIjtzOjY6ImZhZGVJbiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7fX1pOjI7YTozOntzOjQ6InR5cGUiO3M6MTE6InNsaWRpbmdfYm94IjtzOjQ6InNpemUiO3M6MzoiMS8zIjtzOjY6ImZpZWxkcyI7YTo2OntzOjU6ImltYWdlIjtzOjk0OiJodHRwczovL3J1dGhzbnV0cml0aW9uLmdzZy1ob3N0LmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNi8wNy9BZGRpdGlvbmFsLVNlcnZpY2VzLTQ2OXgzMTMuanBnIjtzOjU6InRpdGxlIjtzOjE5OiJBZGRpdGlvbmFsIFNlcnZpY2VzIjtzOjQ6ImxpbmsiO3M6NDU6Imh0dHBzOi8vcnV0aHNudXRyaXRpb24uZ3NnLWhvc3QuY29tL3NlcnZpY2VzLyI7czo2OiJ0YXJnZXQiO3M6MToiMCI7czo3OiJhbmltYXRlIjtzOjY6ImZhZGVJbiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7fX19czo0OiJhdHRyIjthOjg6e3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoibW92ZV91cCI7czoxOiIwIjtzOjc6InBhZGRpbmciO3M6MTg6IjBweCA0MHB4IDBweCA0MHB4ICI7czoxMzoiY29sdW1uX21hcmdpbiI7czowOiIiO3M6MTQ6InZlcnRpY2FsX2FsaWduIjtzOjY6Im1pZGRsZSI7czo1OiJjbGFzcyI7czowOiIiO319fX1pOjE7YToyOntzOjQ6ImF0dHIiO2E6MTc6e3M6NToidGl0bGUiO3M6MDoiIjtzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czoxMTU6Imh0dHA6Ly9taXR6aWNvbm5lbGwuY29tL2RlbW8xOC93cC1jb250ZW50L3VwbG9hZHMvMjAxNi8wNy9ia2dybmQtMDAwMi1saWdodC1waW5rLXZlbHZldC1mYWJyaWMtdGV4dHVyZS1zZWFtbGVzcy5qcGciO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjE5OiJyZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjEyOiJiZ192aWRlb19tcDQiO3M6MDoiIjtzOjEyOiJiZ192aWRlb19vZ3YiO3M6MDoiIjtzOjExOiJwYWRkaW5nX3RvcCI7czoxOiIwIjtzOjE0OiJwYWRkaW5nX2JvdHRvbSI7czoyOiIzMCI7czo3OiJkaXZpZGVyIjtzOjA6IiI7czo5OiJkZWNvcl90b3AiO3M6ODQ6Imh0dHA6Ly9taXR6aWNvbm5lbGwuY29tL2RlbW8xOC93cC1jb250ZW50L3VwbG9hZHMvMjAxNi8wNy9ob21lX3RhaWxvcl9zZWN0aW9uYmcyLnBuZyI7czoxMjoiZGVjb3JfYm90dG9tIjtzOjg0OiJodHRwOi8vbWl0emljb25uZWxsLmNvbS9kZW1vMTgvd3AtY29udGVudC91cGxvYWRzLzIwMTYvMDcvaG9tZV90YWlsb3Jfc2VjdGlvbmJnMi5wbmciO3M6MTA6Im5hdmlnYXRpb24iO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7czo1OiJjbGFzcyI7czowOiIiO3M6MTA6InNlY3Rpb25faWQiO3M6MDoiIjtzOjEwOiJ2aXNpYmlsaXR5IjtzOjA6IiI7czo0OiJoaWRlIjtzOjA6IiI7fXM6NToid3JhcHMiO2E6MTp7aTowO2E6Mzp7czo0OiJzaXplIjtzOjM6IjEvMSI7czo1OiJpdGVtcyI7YToyOntpOjA7YTozOntzOjQ6InR5cGUiO3M6NjoiY29sdW1uIjtzOjQ6InNpemUiO3M6MzoiMS80IjtzOjY6ImZpZWxkcyI7YToxMTp7czo1OiJ0aXRsZSI7czowOiIiO3M6NzoiY29udGVudCI7czoyNTQ6IltkaXZpZGVyIGhlaWdodD0iNjAiXQ0KPGg0PiBXaGF0ZXZlciB5b3VyIGNoYWxsZW5nZXMgYXJlLCB3ZSBhcmUgaGVyZSB0byBoZWxwLiBXaXRoIGRlY2FkZXMgb2YgZXhwZXJpZW5jZSwgdG9wLW5vdGNoIHByb2R1Y3RzLCBhbmQgZXhjZXB0aW9uYWwgc2VydmljZXMsIHdlJ3ZlIGdvdCBhbnN3ZXJzLiBCcmluZyB5b3VyIGhlYWx0aCBhbmQgd2VsbG5lc3MgcHV6emxlIHRvIHVzIC0gd2UnbGwgaGVscCB5b3UgcHV0IGl0IHRvZ2V0aGVyITwvaDQ+IjtzOjU6ImFsaWduIjtzOjU6InJpZ2h0IjtzOjk6ImNvbHVtbl9iZyI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czoxMzoibWFyZ2luX2JvdHRvbSI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjt9fWk6MTthOjM6e3M6NDoidHlwZSI7czo2OiJjb2x1bW4iO3M6NDoic2l6ZSI7czozOiIzLzQiO3M6NjoiZmllbGRzIjthOjExOntzOjU6InRpdGxlIjtzOjMxOiJFc3MgR3JpZCAtIEhlYWx0aCBTb2x1dGlvbnMgNXg1IjtzOjc6ImNvbnRlbnQiO3M6Mjg6Iltlc3NfZ3JpZCBhbGlhcz0iaG9tZS1zdmNzIl0iO3M6NToiYWxpZ24iO3M6MDoiIjtzOjk6ImNvbHVtbl9iZyI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czoxMzoibWFyZ2luX2JvdHRvbSI7czowOiIiO3M6NzoicGFkZGluZyI7czoxNjoiNTBweCAwcHggMHB4IDBweCI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO319fXM6NDoiYXR0ciI7YTo4OntzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6Im1vdmVfdXAiO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjEzOiJjb2x1bW5fbWFyZ2luIjtzOjA6IiI7czoxNDoidmVydGljYWxfYWxpZ24iO3M6NjoibWlkZGxlIjtzOjU6ImNsYXNzIjtzOjA6IiI7fX19fWk6MjthOjI6e3M6NDoiYXR0ciI7YToxNzp7czo1OiJ0aXRsZSI7czowOiIiO3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6MTI6ImJnX3ZpZGVvX21wNCI7czowOiIiO3M6MTI6ImJnX3ZpZGVvX29ndiI7czowOiIiO3M6MTE6InBhZGRpbmdfdG9wIjtzOjI6IjMwIjtzOjE0OiJwYWRkaW5nX2JvdHRvbSI7czoxOiIwIjtzOjc6ImRpdmlkZXIiO3M6MDoiIjtzOjk6ImRlY29yX3RvcCI7czo4NDoiaHR0cDovL21pdHppY29ubmVsbC5jb20vZGVtbzE4L3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE2LzA3L2hvbWVfdGFpbG9yX3NlY3Rpb25iZzEucG5nIjtzOjEyOiJkZWNvcl9ib3R0b20iO3M6ODQ6Imh0dHA6Ly9taXR6aWNvbm5lbGwuY29tL2RlbW8xOC93cC1jb250ZW50L3VwbG9hZHMvMjAxNi8wNy9ob21lX3RhaWxvcl9zZWN0aW9uYmcxLnBuZyI7czoxMDoibmF2aWdhdGlvbiI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjtzOjU6ImNsYXNzIjtzOjA6IiI7czoxMDoic2VjdGlvbl9pZCI7czowOiIiO3M6MTA6InZpc2liaWxpdHkiO3M6MDoiIjtzOjQ6ImhpZGUiO3M6MDoiIjt9czo1OiJ3cmFwcyI7YToxOntpOjA7YTozOntzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjU6Iml0ZW1zIjthOjE6e2k6MDthOjM6e3M6NDoidHlwZSI7czoxMToiYmxvZ19zbGlkZXIiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NjoiZmllbGRzIjthOjg6e3M6NToidGl0bGUiO3M6MTY6Ik91ciBMYXRlc3QgUG9zdHMiO3M6NToiY291bnQiO3M6MToiNiI7czo4OiJjYXRlZ29yeSI7czowOiIiO3M6MTQ6ImNhdGVnb3J5X211bHRpIjtzOjA6IiI7czo0OiJtb3JlIjtzOjE6IjAiO3M6NToic3R5bGUiO3M6MDoiIjtzOjEwOiJuYXZpZ2F0aW9uIjtzOjk6ImhpZGUtZG90cyI7czo3OiJjbGFzc2VzIjtzOjA6IiI7fX19czo0OiJhdHRyIjthOjg6e3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoibW92ZV91cCI7czowOiIiO3M6NzoicGFkZGluZyI7czoxMzoiMDBweCA1JSAwcHggMCI7czoxMzoiY29sdW1uX21hcmdpbiI7czowOiIiO3M6MTQ6InZlcnRpY2FsX2FsaWduIjtzOjY6Im1pZGRsZSI7czo1OiJjbGFzcyI7czowOiIiO319fX1pOjM7YToyOntzOjQ6ImF0dHIiO2E6MTc6e3M6NToidGl0bGUiO3M6MDoiIjtzOjg6ImJnX2NvbG9yIjtzOjc6IiNlOWVhZjQiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czoxMjoiYmdfdmlkZW9fbXA0IjtzOjA6IiI7czoxMjoiYmdfdmlkZW9fb2d2IjtzOjA6IiI7czoxMToicGFkZGluZ190b3AiO3M6MjoiMzAiO3M6MTQ6InBhZGRpbmdfYm90dG9tIjtzOjE6IjAiO3M6NzoiZGl2aWRlciI7czowOiIiO3M6OToiZGVjb3JfdG9wIjtzOjg0OiJodHRwOi8vbWl0emljb25uZWxsLmNvbS9kZW1vMTgvd3AtY29udGVudC91cGxvYWRzLzIwMTYvMDcvaG9tZV90YWlsb3Jfc2VjdGlvbmJnMS5wbmciO3M6MTI6ImRlY29yX2JvdHRvbSI7czo4NDoiaHR0cDovL21pdHppY29ubmVsbC5jb20vZGVtbzE4L3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE2LzA3L2hvbWVfdGFpbG9yX3NlY3Rpb25iZzEucG5nIjtzOjEwOiJuYXZpZ2F0aW9uIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO3M6NToiY2xhc3MiO3M6MDoiIjtzOjEwOiJzZWN0aW9uX2lkIjtzOjA6IiI7czoxMDoidmlzaWJpbGl0eSI7czowOiIiO3M6NDoiaGlkZSI7czowOiIiO31zOjU6IndyYXBzIjthOjI6e2k6MDthOjM6e3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NToiaXRlbXMiO2E6Njp7aTowO2E6Mzp7czo0OiJ0eXBlIjtzOjY6ImNvbHVtbiI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6MTE6e3M6NToidGl0bGUiO3M6MjM6Ik9VUiBBRERJVElPTkFMIFNFUlZJQ0VTIjtzOjc6ImNvbnRlbnQiO3M6MzI6IjxoND5PdXIgQWRkaXRpb25hbCBTZXJ2aWNlczwvaDQ+IjtzOjU6ImFsaWduIjtzOjA6IiI7czo5OiJjb2x1bW5fYmciO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7fX1pOjE7YTozOntzOjQ6InR5cGUiO3M6OToicGhvdG9fYm94IjtzOjQ6InNpemUiO3M6MzoiMS81IjtzOjY6ImZpZWxkcyI7YTo5OntzOjU6InRpdGxlIjtzOjIzOiJXZWxsbmVzcyA8YnI+Q291bnNlbGluZyI7czo1OiJpbWFnZSI7czo4NzoiaHR0cHM6Ly9ydXRoc251dHJpdGlvbi5nc2ctaG9zdC5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTYvMTAvSGVyYmFsLU1lZGljaW5lcy1qcGcuanBnIjtzOjc6ImNvbnRlbnQiO3M6MzI6IjxoNj53aXRoIFBoeWxsaXMgRC4gTGlnaHQ8L2g2Pg0KIjtzOjU6ImFsaWduIjtzOjA6IiI7czo0OiJsaW5rIjtzOjQ1OiJodHRwczovL3J1dGhzbnV0cml0aW9uLmdzZy1ob3N0LmNvbS9zZXJ2aWNlcy8iO3M6NjoidGFyZ2V0IjtzOjE6IjAiO3M6OToiZ3JleXNjYWxlIjtzOjE6IjAiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO319aToyO2E6Mzp7czo0OiJ0eXBlIjtzOjk6InBob3RvX2JveCI7czo0OiJzaXplIjtzOjM6IjEvNSI7czo2OiJmaWVsZHMiO2E6OTp7czo1OiJ0aXRsZSI7czoyNjoiQmlvIEVuZXJnZXRpY3MgPGJyPlRlc3RpbmciO3M6NToiaW1hZ2UiO3M6NzQ6Imh0dHBzOi8vcnV0aHNudXRyaXRpb24uZ3NnLWhvc3QuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE2LzA3L2FzeXJhLTIuanBnIjtzOjc6ImNvbnRlbnQiO3M6Mjg6IjxoNj53aXRoIEdvcmRvbiBTbGFjazwvaDY+DQoiO3M6NToiYWxpZ24iO3M6MDoiIjtzOjQ6ImxpbmsiO3M6NDU6Imh0dHBzOi8vcnV0aHNudXRyaXRpb24uZ3NnLWhvc3QuY29tL3NlcnZpY2VzLyI7czo2OiJ0YXJnZXQiO3M6MToiMCI7czo5OiJncmV5c2NhbGUiO3M6MToiMCI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7fX1pOjM7YTozOntzOjQ6InR5cGUiO3M6OToicGhvdG9fYm94IjtzOjQ6InNpemUiO3M6MzoiMS81IjtzOjY6ImZpZWxkcyI7YTo5OntzOjU6InRpdGxlIjtzOjE5OiJNYXNzYWdlIDxicj5UaGVyYXB5IjtzOjU6ImltYWdlIjtzOjc2OiJodHRwczovL3J1dGhzbnV0cml0aW9uLmdzZy1ob3N0LmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNi8xMC9uZWNrLXBhaW4uanBnIjtzOjc6ImNvbnRlbnQiO3M6MzM6IjxoNj53aXRoIEdhYnJpZWxlIEZhcnJhbGVzPC9oNj4NCiI7czo1OiJhbGlnbiI7czowOiIiO3M6NDoibGluayI7czo0NToiaHR0cHM6Ly9ydXRoc251dHJpdGlvbi5nc2ctaG9zdC5jb20vc2VydmljZXMvIjtzOjY6InRhcmdldCI7czoxOiIwIjtzOjk6ImdyZXlzY2FsZSI7czoxOiIwIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjt9fWk6NDthOjM6e3M6NDoidHlwZSI7czo5OiJwaG90b19ib3giO3M6NDoic2l6ZSI7czozOiIxLzUiO3M6NjoiZmllbGRzIjthOjk6e3M6NToidGl0bGUiO3M6MjA6IkZvb3QgPGJyPlJlZmxleG9sb2d5IjtzOjU6ImltYWdlIjtzOjkwOiJodHRwczovL3J1dGhzbnV0cml0aW9uLmdzZy1ob3N0LmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNi8wNy9yZWZsZXhvbG9neS1mZWV0X2dyYW5kZS5qcGciO3M6NzoiY29udGVudCI7czoyOToiPGg2PndpdGggQmFyYmFyYSBNdXNzbzwvaDY+DQoiO3M6NToiYWxpZ24iO3M6MDoiIjtzOjQ6ImxpbmsiO3M6NDU6Imh0dHBzOi8vcnV0aHNudXRyaXRpb24uZ3NnLWhvc3QuY29tL3NlcnZpY2VzLyI7czo2OiJ0YXJnZXQiO3M6MToiMCI7czo5OiJncmV5c2NhbGUiO3M6MToiMCI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7fX1pOjU7YTozOntzOjQ6InR5cGUiO3M6OToicGhvdG9fYm94IjtzOjQ6InNpemUiO3M6MzoiMS81IjtzOjY6ImZpZWxkcyI7YTo5OntzOjU6InRpdGxlIjtzOjIxOiJBdXJpY3VsYXIgPGJyPlRoZXJhcHkiO3M6NToiaW1hZ2UiO3M6NzY6Imh0dHBzOi8vcnV0aHNudXRyaXRpb24uZ3NnLWhvc3QuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE2LzA3L2F1cmljdWxhci5qcGciO3M6NzoiY29udGVudCI7czozMzoiPGg2PndpdGggR2FicmllbGUgRmFycmFsZXM8L2g2Pg0KIjtzOjU6ImFsaWduIjtzOjA6IiI7czo0OiJsaW5rIjtzOjQ1OiJodHRwczovL3J1dGhzbnV0cml0aW9uLmdzZy1ob3N0LmNvbS9zZXJ2aWNlcy8iO3M6NjoidGFyZ2V0IjtzOjE6IjAiO3M6OToiZ3JleXNjYWxlIjtzOjE6IjAiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO319fXM6NDoiYXR0ciI7YTo4OntzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6Im1vdmVfdXAiO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjEzOiJjb2x1bW5fbWFyZ2luIjtzOjA6IiI7czoxNDoidmVydGljYWxfYWxpZ24iO3M6NjoibWlkZGxlIjtzOjU6ImNsYXNzIjtzOjA6IiI7fX1pOjE7YTozOntzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjU6Iml0ZW1zIjthOjI6e2k6MDthOjI6e3M6NDoidHlwZSI7czoxMToicGxhY2Vob2xkZXIiO3M6NDoic2l6ZSI7czozOiIxLzQiO31pOjE7YTozOntzOjQ6InR5cGUiO3M6NjoiY29sdW1uIjtzOjQ6InNpemUiO3M6MzoiMS8yIjtzOjY6ImZpZWxkcyI7YToxMTp7czo1OiJ0aXRsZSI7czoyMDoiVGVzdGltb25pYWwgLSBNdXJpZWwiO3M6NzoiY29udGVudCI7czozMjoiW3Nob3ctdGVzdGltb25pYWxzIGFsaWFzPSdIb21lJ10iO3M6NToiYWxpZ24iO3M6MDoiIjtzOjk6ImNvbHVtbl9iZyI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czoxMzoibWFyZ2luX2JvdHRvbSI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjt9fX1zOjQ6ImF0dHIiO2E6ODp7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMDoibm8tcmVwZWF0O2xlZnQgdG9wOzsiO3M6NzoibW92ZV91cCI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6MTM6ImNvbHVtbl9tYXJnaW4iO3M6MDoiIjtzOjE0OiJ2ZXJ0aWNhbF9hbGlnbiI7czo2OiJtaWRkbGUiO3M6NToiY2xhc3MiO3M6MDoiIjt9fX19aTo0O2E6Mjp7czo0OiJhdHRyIjthOjE3OntzOjU6InRpdGxlIjtzOjA6IiI7czo4OiJiZ19jb2xvciI7czo3OiIjMjcwNjM5IjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MzI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wO2ZpeGVkO2NvdmVyIjtzOjEyOiJiZ192aWRlb19tcDQiO3M6MDoiIjtzOjEyOiJiZ192aWRlb19vZ3YiO3M6MDoiIjtzOjExOiJwYWRkaW5nX3RvcCI7czoxOiIwIjtzOjE0OiJwYWRkaW5nX2JvdHRvbSI7czoxOiIwIjtzOjc6ImRpdmlkZXIiO3M6MDoiIjtzOjk6ImRlY29yX3RvcCI7czowOiIiO3M6MTI6ImRlY29yX2JvdHRvbSI7czowOiIiO3M6MTA6Im5hdmlnYXRpb24iO3M6MDoiIjtzOjU6InN0eWxlIjtzOjEwOiJmdWxsLXdpZHRoIjtzOjU6ImNsYXNzIjtzOjQ6ImRhcmsiO3M6MTA6InNlY3Rpb25faWQiO3M6MDoiIjtzOjEwOiJ2aXNpYmlsaXR5IjtzOjA6IiI7czo0OiJoaWRlIjtzOjA6IiI7fXM6NToid3JhcHMiO2E6MTp7aTowO2E6Mzp7czo0OiJzaXplIjtzOjM6IjEvMSI7czo1OiJpdGVtcyI7YToxOntpOjA7YTozOntzOjQ6InR5cGUiO3M6MTQ6ImNhbGxfdG9fYWN0aW9uIjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjY6ImZpZWxkcyI7YTo5OntzOjU6InRpdGxlIjtzOjU3OiI8c3BhbiBzdHlsZT0iY29sb3I6ICNmZmY7Ij5RdWVzdGlvbnM/IDI1Ni44ODMuNDEyNzwvc3Bhbj4iO3M6NDoiaWNvbiI7czoxNzoiaWNvbi1jb21tZW50LWxpbmUiO3M6NzoiY29udGVudCI7czo1MjoiQ2FsbCB1cyB0b2RheSBhbmQgc3RhcnQgeW91ciBqb3VybmV5IGJhY2sgdG8gaGVhbHRoISI7czoxMjoiYnV0dG9uX3RpdGxlIjtzOjA6IiI7czo0OiJsaW5rIjtzOjQ0OiJodHRwczovL3J1dGhzbnV0cml0aW9uLmdzZy1ob3N0LmNvbS9jb250YWN0LyI7czo2OiJ0YXJnZXQiO3M6MToiMCI7czo1OiJjbGFzcyI7czowOiIiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO319fXM6NDoiYXR0ciI7YTo4OntzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6Im1vdmVfdXAiO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjEzOiJjb2x1bW5fbWFyZ2luIjtzOjA6IiI7czoxNDoidmVydGljYWxfYWxpZ24iO3M6MzoidG9wIjtzOjU6ImNsYXNzIjtzOjA6IiI7fX19fX0='),(102,83,'mfn-page-items-seo','no-repeat;center top;;\r\n\r\nHeading + desc\r\n\r\n<center><h6>SINCE 1967</h6></center>\r\n<center><h3>Huntsvilleâ€™s Most Trusted Health Food Store!</h3></center>\r\n[divider height=\"20\"]\r\n<p>Our passion is helping you feel your best. We are dedicated to providing top-quality products at the best possible prices. Over the years, Ruthâ€™s has earned a well-deserved reputation for going beyond the industry standard in providing great information and caring customer service. Come see us and letâ€™s get started solving your health puzzle!\r\n</p>\r\n\r\njustify\r\n\r\nno-repeat;center top;;\r\n\r\n0px 5% 0px 5%\r\n\r\n<img src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2016/07/Who-We-Are-Photoscape-Crop.jpg\" alt=\"Who-We-Are-Photoscape-Crop\"/>\r\n\r\nWho We Are\r\n\r\n<a href=\"https://ruthsnutrition.gsg-host.com/our-story/\">https://ruthsnutrition.gsg-host.com/our-story/</a>\r\n\r\nfadeIn\r\n\r\n<img src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2016/07/how-we-help-469x313.jpg\" alt=\"how-we-help-469x313\"/>\r\n\r\nHow We Help You\r\n\r\n<a href=\"https://ruthsnutrition.gsg-host.com/solutions/\">https://ruthsnutrition.gsg-host.com/solutions/</a>\r\n\r\nfadeIn\r\n\r\n<img src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2016/07/Additional-Services-469x313.jpg\" alt=\"Additional-Services-469x313\"/>\r\n\r\nAdditional Services\r\n\r\n<a href=\"https://ruthsnutrition.gsg-host.com/services/\">https://ruthsnutrition.gsg-host.com/services/</a>\r\n\r\nfadeIn\r\n\r\n[divider height=\"60\"]\r\n<h4> Whatever your challenges are, we are here to help. With decades of experience, top-notch products, and exceptional services, we\'ve got answers. Bring your health and wellness puzzle to us - we\'ll help you put it together!</h4>\r\n\r\nright\r\n\r\nno-repeat;center top;;\r\n\r\nEss Grid - Health Solutions 5x5\r\n\r\n[ess_grid alias=\"home-svcs\"]\r\n\r\nno-repeat;center top;;\r\n\r\n50px 0px 0px 0px\r\n\r\nOur Latest Posts\r\n\r\n6\r\n\r\nhide-dots\r\n\r\nOUR ADDITIONAL SERVICES\r\n\r\n<h4>Our Additional Services</h4>\r\n\r\nno-repeat;center top;;\r\n\r\nWellness <br>Counseling\r\n\r\n<img src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2016/10/Herbal-Medicines-jpg.jpg\" alt=\"\"/>\r\n\r\n<h6>with Phyllis D. Light</h6>\r\n\r\n<a href=\"https://ruthsnutrition.gsg-host.com/services/\">https://ruthsnutrition.gsg-host.com/services/</a>\r\n\r\nBio Energetics <br>Testing\r\n\r\n<img src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2016/07/asyra-2.jpg\" alt=\"\"/>\r\n\r\n<h6>with Gordon Slack</h6>\r\n\r\n<a href=\"https://ruthsnutrition.gsg-host.com/services/\">https://ruthsnutrition.gsg-host.com/services/</a>\r\n\r\nMassage <br>Therapy\r\n\r\n<img src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2016/10/neck-pain.jpg\" alt=\"\"/>\r\n\r\n<h6>with Gabriele Farrales</h6>\r\n\r\n<a href=\"https://ruthsnutrition.gsg-host.com/services/\">https://ruthsnutrition.gsg-host.com/services/</a>\r\n\r\nFoot <br>Reflexology\r\n\r\n<img src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2016/07/reflexology-feet_grande.jpg\" alt=\"\"/>\r\n\r\n<h6>with Barbara Musso</h6>\r\n\r\n<a href=\"https://ruthsnutrition.gsg-host.com/services/\">https://ruthsnutrition.gsg-host.com/services/</a>\r\n\r\nAuricular <br>Therapy\r\n\r\n<img src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2016/07/auricular.jpg\" alt=\"\"/>\r\n\r\n<h6>with Gabriele Farrales</h6>\r\n\r\n<a href=\"https://ruthsnutrition.gsg-host.com/services/\">https://ruthsnutrition.gsg-host.com/services/</a>\r\n\r\nTestimonial - Muriel\r\n\r\n[show-testimonials alias=\'Home\']\r\n\r\nno-repeat;center top;;\r\n\r\n<span style=\"color: #fff;\">Questions? 256.883.4127</span>\r\n\r\nicon-comment-line\r\n\r\nCall us today and start your journey back to health!\r\n\r\n<a href=\"https://ruthsnutrition.gsg-host.com/contact/\">https://ruthsnutrition.gsg-host.com/contact/</a>\r\n\r\n'),(103,8,'_wp_page_template','default'),(104,8,'slide_template','default'),(105,8,'mfn-post-hide-content','0'),(106,8,'mfn-post-slider','0'),(107,8,'mfn-post-slider-layer','0'),(108,8,'mfn-post-hide-title','1'),(109,8,'mfn-post-remove-padding','1'),(110,8,'mfn-post-custom-layout','0'),(111,8,'mfn-post-one-page','0'),(112,8,'mfn-post-menu','0'),(114,8,'mfn-page-items-seo','Heading + desc\r\n\r\n<h6 style=\"color: #bfbfc1;\">ALIQUAM SEM</h6>\r\n<h3 style=\"color: #fff;\">Integer ultrices posuere cubilia Curae, Nulla ipsum dolor lacus, suscipit adipiscing. Cum sociis natoque penatibus et ultrices volutpat. Nullam wisi ultricies.</h3>\r\n\r\ncenter\r\n\r\nno-repeat;center top;;\r\n\r\ndefault\r\n\r\nDesc + icon\r\n\r\n[image src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/home_tailor_icon3.png\" border=\"0\"]\r\n[divider height=\"20\"]\r\n<p style=\"color: #b0b4ba;\">Cum sociis natoque et ultrices volutpat cursus </p>\r\n\r\ncenter\r\n\r\nno-repeat;center top;;\r\n\r\n0 4%\r\n\r\nDesc + icon\r\n\r\n[image src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/home_tailor_icon1.png\" border=\"0\"]\r\n[divider height=\"20\"]\r\n<p style=\"color: #b0b4ba;\">Nulla ipsum dolor lacus suscipit adipiscing nulla </p>\r\n\r\ncenter\r\n\r\nno-repeat;center top;;\r\n\r\n0 4%\r\n\r\nDesc + icon\r\n\r\n[image src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/home_tailor_icon2.png\" border=\"0\"]\r\n[divider height=\"20\"]\r\n<p style=\"color: #98999d;\">Tempor diam pede cursus vitae ultricies risus</p>\r\n\r\ncenter\r\n\r\nno-repeat;center top;;\r\n\r\n0 4%\r\n\r\n<img src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/home_tailor_about1.jpg\" alt=\"home_tailor_about1\"/>\r\n\r\ncenter\r\n\r\n10\r\n\r\ndefault\r\n\r\nHeading + desc\r\n\r\n<h6>HISTORY</h6>\r\n<h3>Family tradition</h3>\r\n[divider height=\"20\"]\r\n<p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione.</p>\r\n<p>Adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem.</p>\r\n\r\nno-repeat;center top;;\r\n\r\n0 7% 0 0\r\n\r\nHeading + desc\r\n\r\n<h6>PASSION</h6>\r\n<h3>We love clothes</h3>\r\n[divider height=\"20\"]\r\n<p> Quisque lorem tortor fringilla sed, vestibulum id, eleifend justo vel bibendum sapien massa ac turpis faucibus orci luctus non, consectetuer lobortis quis, varius in, purus. Integer ultrices posuere cubilia Curae, Nulla ipsum dolor lacus, suscipit adipiscing. Cum sociis natoque penatibus et ultrices volutpat.</p>\r\n<p>Nullam wisi ultricies a, gravida vitae, dapibus risus ante sodales lectus blandit eu, tempor diam pede cursus vitae, ultricies eu, faucibus quis.</p>\r\n\r\nno-repeat;center top;;\r\n\r\n0 7% 0 0\r\n\r\n'),(115,8,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(116,8,'_wp_page_template','default'),(117,8,'slide_template','default'),(118,8,'mfn-post-hide-content','0'),(119,8,'mfn-post-slider','0'),(120,8,'mfn-post-slider-layer','0'),(121,8,'mfn-post-hide-title','1'),(122,8,'mfn-post-remove-padding','1'),(123,8,'mfn-post-custom-layout','0'),(124,8,'mfn-post-one-page','0'),(125,8,'mfn-post-menu','0'),(127,8,'mfn-page-items-seo','Heading + desc\r\n\r\n<h6 style=\"color: #bfbfc1;\">ALIQUAM SEM</h6>\r\n<h3 style=\"color: #fff;\">Integer ultrices posuere cubilia Curae, Nulla ipsum dolor lacus, suscipit adipiscing. Cum sociis natoque penatibus et ultrices volutpat. Nullam wisi ultricies.</h3>\r\n\r\ncenter\r\n\r\nno-repeat;center top;;\r\n\r\ndefault\r\n\r\nDesc + icon\r\n\r\n[image src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/home_tailor_icon3.png\" border=\"0\"]\r\n[divider height=\"20\"]\r\n<p style=\"color: #b0b4ba;\">Cum sociis natoque et ultrices volutpat cursus </p>\r\n\r\ncenter\r\n\r\nno-repeat;center top;;\r\n\r\n0 4%\r\n\r\nDesc + icon\r\n\r\n[image src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/home_tailor_icon1.png\" border=\"0\"]\r\n[divider height=\"20\"]\r\n<p style=\"color: #b0b4ba;\">Nulla ipsum dolor lacus suscipit adipiscing nulla </p>\r\n\r\ncenter\r\n\r\nno-repeat;center top;;\r\n\r\n0 4%\r\n\r\nDesc + icon\r\n\r\n[image src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/home_tailor_icon2.png\" border=\"0\"]\r\n[divider height=\"20\"]\r\n<p style=\"color: #98999d;\">Tempor diam pede cursus vitae ultricies risus</p>\r\n\r\ncenter\r\n\r\nno-repeat;center top;;\r\n\r\n0 4%\r\n\r\n<img src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/home_tailor_about1.jpg\" alt=\"home_tailor_about1\"/>\r\n\r\ncenter\r\n\r\n10\r\n\r\ndefault\r\n\r\nHeading + desc\r\n\r\n<h6>HISTORY</h6>\r\n<h3>Family tradition</h3>\r\n[divider height=\"20\"]\r\n<p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione.</p>\r\n<p>Adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem.</p>\r\n\r\nno-repeat;center top;;\r\n\r\n0 7% 0 0\r\n\r\nHeading + desc\r\n\r\n<h6>PASSION</h6>\r\n<h3>We love clothes</h3>\r\n[divider height=\"20\"]\r\n<p> Quisque lorem tortor fringilla sed, vestibulum id, eleifend justo vel bibendum sapien massa ac turpis faucibus orci luctus non, consectetuer lobortis quis, varius in, purus. Integer ultrices posuere cubilia Curae, Nulla ipsum dolor lacus, suscipit adipiscing. Cum sociis natoque penatibus et ultrices volutpat.</p>\r\n<p>Nullam wisi ultricies a, gravida vitae, dapibus risus ante sodales lectus blandit eu, tempor diam pede cursus vitae, ultricies eu, faucibus quis.</p>\r\n\r\nno-repeat;center top;;\r\n\r\n0 7% 0 0\r\n\r\n'),(128,10,'_wp_page_template','default'),(129,10,'slide_template','default'),(130,10,'mfn-post-hide-content','0'),(131,10,'mfn-post-slider','0'),(132,10,'mfn-post-slider-layer','0'),(133,10,'mfn-post-hide-title','0'),(134,10,'mfn-post-remove-padding','1'),(135,10,'mfn-post-custom-layout','0'),(136,10,'mfn-post-one-page','0'),(137,10,'mfn-post-menu','0'),(139,10,'mfn-page-items-seo','<img src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/Herbal-Medicines-jpg.jpg\" alt=\"Herbal-Medicines jpg\"/>\r\n\r\nvertical\r\n\r\nWellness Therapy with Phyllis D. Wright\r\n\r\ncontent goes here\r\n\r\n'),(141,10,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(142,10,'_wp_page_template','default'),(143,10,'slide_template','default'),(144,10,'mfn-post-hide-content','0'),(145,10,'mfn-post-slider','0'),(146,10,'mfn-post-slider-layer','0'),(147,10,'mfn-post-hide-title','0'),(148,10,'mfn-post-remove-padding','1'),(149,10,'mfn-post-custom-layout','0'),(150,10,'mfn-post-one-page','0'),(151,10,'mfn-post-menu','0'),(153,10,'mfn-page-items-seo','<img src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/Herbal-Medicines-jpg.jpg\" alt=\"Herbal-Medicines jpg\"/>\r\n\r\nvertical\r\n\r\nWellness Therapy with Phyllis D. Wright\r\n\r\ncontent goes here\r\n\r\n'),(155,12,'_wp_page_template','default'),(156,12,'slide_template','default'),(157,12,'mfn-post-hide-content','0'),(158,12,'mfn-post-slider','0'),(159,12,'mfn-post-slider-layer','0'),(160,12,'mfn-post-hide-title','0'),(161,12,'mfn-post-remove-padding','1'),(162,12,'mfn-post-custom-layout','0'),(163,12,'mfn-post-one-page','0'),(164,12,'mfn-post-menu','0'),(165,12,'_thumbnail_id','72'),(166,12,'mfn-page-items','YToyOntpOjA7YToyOntzOjQ6ImF0dHIiO2E6MTc6e3M6NToidGl0bGUiO3M6MDoiIjtzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czo4NDoiaHR0cDovL21pdHppY29ubmVsbC5jb20vZGVtbzE4L3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE2LzA3L2hvbWVfdGFpbG9yX3NlY3Rpb25iZzUucG5nIjtzOjExOiJiZ19wb3NpdGlvbiI7czoxNToicmVwZWF0O2NlbnRlcjs7IjtzOjEyOiJiZ192aWRlb19tcDQiO3M6MDoiIjtzOjEyOiJiZ192aWRlb19vZ3YiO3M6MDoiIjtzOjExOiJwYWRkaW5nX3RvcCI7czoyOiI3MCI7czoxNDoicGFkZGluZ19ib3R0b20iO3M6MjoiNDAiO3M6NzoiZGl2aWRlciI7czowOiIiO3M6OToiZGVjb3JfdG9wIjtzOjg0OiJodHRwOi8vbWl0emljb25uZWxsLmNvbS9kZW1vMTgvd3AtY29udGVudC91cGxvYWRzLzIwMTYvMDcvaG9tZV90YWlsb3Jfc2VjdGlvbmJnMi5wbmciO3M6MTI6ImRlY29yX2JvdHRvbSI7czo4NDoiaHR0cDovL21pdHppY29ubmVsbC5jb20vZGVtbzE4L3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE2LzA3L2hvbWVfdGFpbG9yX3NlY3Rpb25iZzIucG5nIjtzOjEwOiJuYXZpZ2F0aW9uIjtzOjA6IiI7czo1OiJzdHlsZSI7czo0OiJkYXJrIjtzOjU6ImNsYXNzIjtzOjA6IiI7czoxMDoic2VjdGlvbl9pZCI7czowOiIiO3M6MTA6InZpc2liaWxpdHkiO3M6MDoiIjtzOjQ6ImhpZGUiO3M6MDoiIjt9czo1OiJ3cmFwcyI7YToxOntpOjA7YTozOntzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjU6Iml0ZW1zIjthOjM6e2k6MDthOjM6e3M6NDoidHlwZSI7czoxMjoiaG93X2l0X3dvcmtzIjtzOjQ6InNpemUiO3M6MzoiMS8zIjtzOjY6ImZpZWxkcyI7YTo5OntzOjU6ImltYWdlIjtzOjg1OiJodHRwOi8vbWl0emljb25uZWxsLmNvbS9kZW1vMTgvd3AtY29udGVudC91cGxvYWRzLzIwMTYvMDcvaG9tZV90YWlsb3JfaG93aXR3b3JrczEucG5nIjtzOjY6Im51bWJlciI7czoxOiIxIjtzOjU6InRpdGxlIjtzOjIwOiJQZWxsZW50ZXNxdWUgZGFwaWJ1cyI7czo3OiJjb250ZW50IjtzOjg1OiJWaXRhZSBhZGlwaXNjaW5nIHR1cnBpcy4gQWVuZWFuIGxpZ3VsYSBuaWJoLCBtb2xlc3RpZSBpZCB2aXZlcnJhIGEsIGRhcGlidXMgYXQgZG9sb3IuIjtzOjY6ImJvcmRlciI7czoxOiIwIjtzOjQ6ImxpbmsiO3M6MDoiIjtzOjY6InRhcmdldCI7czoxOiIwIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjt9fWk6MTthOjM6e3M6NDoidHlwZSI7czoxMjoiaG93X2l0X3dvcmtzIjtzOjQ6InNpemUiO3M6MzoiMS8zIjtzOjY6ImZpZWxkcyI7YTo5OntzOjU6ImltYWdlIjtzOjg1OiJodHRwOi8vbWl0emljb25uZWxsLmNvbS9kZW1vMTgvd3AtY29udGVudC91cGxvYWRzLzIwMTYvMDcvaG9tZV90YWlsb3JfaG93aXR3b3JrczIucG5nIjtzOjY6Im51bWJlciI7czoxOiIyIjtzOjU6InRpdGxlIjtzOjEzOiJRdWlzcXVlIG1hc3NhIjtzOjc6ImNvbnRlbnQiO3M6ODU6IlZpdGFlIGFkaXBpc2NpbmcgdHVycGlzLiBBZW5lYW4gbGlndWxhIG5pYmgsIG1vbGVzdGllIGlkIHZpdmVycmEgYSwgZGFwaWJ1cyBhdCBkb2xvci4iO3M6NjoiYm9yZGVyIjtzOjE6IjAiO3M6NDoibGluayI7czowOiIiO3M6NjoidGFyZ2V0IjtzOjE6IjAiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO319aToyO2E6Mzp7czo0OiJ0eXBlIjtzOjEyOiJob3dfaXRfd29ya3MiO3M6NDoic2l6ZSI7czozOiIxLzMiO3M6NjoiZmllbGRzIjthOjk6e3M6NToiaW1hZ2UiO3M6ODU6Imh0dHA6Ly9taXR6aWNvbm5lbGwuY29tL2RlbW8xOC93cC1jb250ZW50L3VwbG9hZHMvMjAxNi8wNy9ob21lX3RhaWxvcl9ob3dpdHdvcmtzMy5wbmciO3M6NjoibnVtYmVyIjtzOjE6IjMiO3M6NToidGl0bGUiO3M6MTc6IlZlc3RpYnVsdW0gbHVjdHVzIjtzOjc6ImNvbnRlbnQiO3M6ODU6IlZpdGFlIGFkaXBpc2NpbmcgdHVycGlzLiBBZW5lYW4gbGlndWxhIG5pYmgsIG1vbGVzdGllIGlkIHZpdmVycmEgYSwgZGFwaWJ1cyBhdCBkb2xvci4iO3M6NjoiYm9yZGVyIjtzOjE6IjAiO3M6NDoibGluayI7czowOiIiO3M6NjoidGFyZ2V0IjtzOjE6IjAiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO319fXM6NDoiYXR0ciI7YTo4OntzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6Im1vdmVfdXAiO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjEzOiJjb2x1bW5fbWFyZ2luIjtzOjA6IiI7czoxNDoidmVydGljYWxfYWxpZ24iO3M6MzoidG9wIjtzOjU6ImNsYXNzIjtzOjA6IiI7fX19fWk6MTthOjI6e3M6NDoiYXR0ciI7YToxNzp7czo1OiJ0aXRsZSI7czowOiIiO3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6MTI6ImJnX3ZpZGVvX21wNCI7czowOiIiO3M6MTI6ImJnX3ZpZGVvX29ndiI7czowOiIiO3M6MTE6InBhZGRpbmdfdG9wIjtzOjI6IjUwIjtzOjE0OiJwYWRkaW5nX2JvdHRvbSI7czoyOiIyMCI7czo3OiJkaXZpZGVyIjtzOjA6IiI7czo5OiJkZWNvcl90b3AiO3M6ODQ6Imh0dHA6Ly9taXR6aWNvbm5lbGwuY29tL2RlbW8xOC93cC1jb250ZW50L3VwbG9hZHMvMjAxNi8wNy9ob21lX3RhaWxvcl9zZWN0aW9uYmcxLnBuZyI7czoxMjoiZGVjb3JfYm90dG9tIjtzOjg0OiJodHRwOi8vbWl0emljb25uZWxsLmNvbS9kZW1vMTgvd3AtY29udGVudC91cGxvYWRzLzIwMTYvMDcvaG9tZV90YWlsb3Jfc2VjdGlvbmJnMS5wbmciO3M6MTA6Im5hdmlnYXRpb24iO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7czo1OiJjbGFzcyI7czowOiIiO3M6MTA6InNlY3Rpb25faWQiO3M6MDoiIjtzOjEwOiJ2aXNpYmlsaXR5IjtzOjA6IiI7czo0OiJoaWRlIjtzOjA6IiI7fXM6NToid3JhcHMiO2E6Mzp7aTowO2E6Mzp7czo0OiJzaXplIjtzOjM6IjEvMSI7czo1OiJpdGVtcyI7YToyOntpOjA7YToyOntzOjQ6InR5cGUiO3M6MTE6InBsYWNlaG9sZGVyIjtzOjQ6InNpemUiO3M6MzoiMS81Ijt9aToxO2E6Mzp7czo0OiJ0eXBlIjtzOjY6ImNvbHVtbiI7czo0OiJzaXplIjtzOjM6IjMvNSI7czo2OiJmaWVsZHMiO2E6MTE6e3M6NToidGl0bGUiO3M6NzoiSGVhZGluZyI7czo3OiJjb250ZW50IjtzOjE2MToiPGgzPlZpdGFlIGFkaXBpc2NpbmcgdHVycGlzLiBBZW5lYW4gbGlndWxhIG5pYmgsIG1vbGVzdGllIGlkIHZpdmVycmEgYSwgZGFwaWJ1cyBhdCBkb2xvci4gSW4gaWFjdWxpcyB2aXZlcnJhIG5lcXVlLCBhYyBlbGVpZmVuZCBhbnRlIGxvYm9ydGlzIHZpdmVycmEgaXBzdW0uPC9oMz4iO3M6NToiYWxpZ24iO3M6NjoiY2VudGVyIjtzOjk6ImNvbHVtbl9iZyI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6ODQ6Imh0dHA6Ly9taXR6aWNvbm5lbGwuY29tL2RlbW8xOC93cC1jb250ZW50L3VwbG9hZHMvMjAxNi8wNy9ob21lX3RhaWxvcl9zZWN0aW9uYmcxLnBuZyI7czoxMToiYmdfcG9zaXRpb24iO3M6MjU6Im5vLXJlcGVhdDtjZW50ZXIgYm90dG9tOzsiO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6ODoiMCAwIDQwcHgiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjt9fX1zOjQ6ImF0dHIiO2E6ODp7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJtb3ZlX3VwIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czoxMzoiY29sdW1uX21hcmdpbiI7czowOiIiO3M6MTQ6InZlcnRpY2FsX2FsaWduIjtzOjM6InRvcCI7czo1OiJjbGFzcyI7czowOiIiO319aToxO2E6Mzp7czo0OiJzaXplIjtzOjM6IjEvMiI7czo1OiJpdGVtcyI7YToyOntpOjA7YTozOntzOjQ6InR5cGUiO3M6NToiaW1hZ2UiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NjoiZmllbGRzIjthOjE2OntzOjM6InNyYyI7czo4NToiaHR0cDovL21pdHppY29ubmVsbC5jb20vZGVtbzE4L3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE2LzA3L2hvbWVfdGFpbG9yX3NsaWRpbmdib3gxLmpwZyI7czo1OiJ3aWR0aCI7czowOiIiO3M6NjoiaGVpZ2h0IjtzOjA6IiI7czo1OiJhbGlnbiI7czo2OiJjZW50ZXIiO3M6NjoiYm9yZGVyIjtzOjE6IjAiO3M6NjoibWFyZ2luIjtzOjA6IiI7czoxMzoibWFyZ2luX2JvdHRvbSI7czowOiIiO3M6MTA6ImxpbmtfaW1hZ2UiO3M6MDoiIjtzOjQ6ImxpbmsiO3M6MDoiIjtzOjY6InRhcmdldCI7czoxOiIwIjtzOjU6ImhvdmVyIjtzOjA6IiI7czozOiJhbHQiO3M6MDoiIjtzOjc6ImNhcHRpb24iO3M6MDoiIjtzOjk6ImdyZXlzY2FsZSI7czoxOiIwIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjt9fWk6MTthOjM6e3M6NDoidHlwZSI7czo2OiJjb2x1bW4iO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NjoiZmllbGRzIjthOjExOntzOjU6InRpdGxlIjtzOjQ6IkRlc2MiO3M6NzoiY29udGVudCI7czoxMDc3OiI8aDM+TW9yYmkgYWNjdW1zYW48L2gzPg0KW2RpdmlkZXIgaGVpZ2h0PSIyMCJdDQo8cD5Mb3JlbSBpcHN1bSBkb2xvciBzaXQgYW1ldCB0ZW1wb3IgbWFnbmEgYmxhbmRpdCBtYWxlc3VhZGEuIFNlZCB1dCBsYWN1cyByaG9uY3VzIHB1cnVzLCBjb25zZWN0ZXR1ZXIgYWRpcGlzY2luZyBmZWxpcyBhIGRvbG9yIGV1IGZlbGlzIHNlZCBxdWFtIGV0IHR1cnBpcy4gTWF1cmlzIHN1c2NpcGl0IHVybmEgc2VtIG51bmMsIGZyaW5naWxsYSBlZ2V0LCBibGFuZGl0IGxvYm9ydGlzLiBNYWVjZW5hcyBmZXVnaWF0IGR1aSwgbm9uIG1hZ25hLiBOdWxsYSBtb2xsaXMgcHVsdmluYXIuIE1vcmJpIGFjY3Vtc2FuIGF0LCBzdXNjaXBpdCBkb2xvci4gUHJhZXNlbnQgZXVpc21vZCBjb252YWxsaXMgbGliZXJvLiBQZWxsZW50ZXNxdWUgcXVhbSBhdCBhZGlwaXNjaW5nIHJ1dHJ1bS4gTnVuYyBhcmN1IGRvbG9yLCByaG9uY3VzIG51bmMsIGRhcGlidXMgZWdldCwgdG9ydG9yLiBOdWxsYSB2YXJpdXMsIHF1YW0gZWxpdCBwb3J0YSBzY2VsZXJpc3F1ZSwgZHVpIGR1aSwgcG9ydGEgbmVxdWUsIHF1aXMgbGliZXJvLiBEb25lYyBub251bW15IGF0LCBlZ2VzdGFzIGJsYW5kaXQsIGR1aSBhIG9kaW8uPC9wPg0KPHA+UXVpc3F1ZSBsb2JvcnRpcywgdmFyaXVzIGxpZ3VsYS4gQWxpcXVhbSBlcmF0IGV1IHRvcnRvciBpZCBwdXJ1cyBub24gZHVpLiBNb3JiaSBuaXNsIG5lcXVlIHRyaXN0aXF1ZSBpbnRlcmR1bS4gUHJvaW4gbm9uIHB1cnVzLiBQaGFzZWxsdXMgYWxpcXVldCBsYWNpbmlhIGVyYXQuIFZlc3RpYnVsdW0gbGVvLiBEb25lYyB1bGxhbWNvcnBlciwgYXVndWUgcHVydXMsIGNvbnNlY3RldHVlciBlZ2V0LCBzY2VsZXJpc3F1ZSBpZCwgbGliZXJvLiBDcmFzIGxhY3VzIG5lYyB0aW5jaWR1bnQgY29uZ3VlLiBQcm9pbiBzb2RhbGVzLiBBZW5lYW4gdmVsIHRvcnRvci4gTnVsbGEgZmFjaWxpc2kuIE1vcmJpIGVsZWlmZW5kIGF0LCBsaWd1bGEuIERvbmVjIHZpdGFlIG1hc3NhIGltcGVyZGlldCBuZWMsIGVyb3MuIFNlZCB0ZW1wdXMgbWFsZXN1YWRhLiBOdWxsYW0gZXQgbmVxdWUuIER1aXMgbHVjdHVzLjwvcD4iO3M6NToiYWxpZ24iO3M6MDoiIjtzOjk6ImNvbHVtbl9iZyI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czoxMzoibWFyZ2luX2JvdHRvbSI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjt9fX1zOjQ6ImF0dHIiO2E6ODp7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJtb3ZlX3VwIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjQ6IjAgMiUiO3M6MTM6ImNvbHVtbl9tYXJnaW4iO3M6MDoiIjtzOjE0OiJ2ZXJ0aWNhbF9hbGlnbiI7czozOiJ0b3AiO3M6NToiY2xhc3MiO3M6MDoiIjt9fWk6MjthOjM6e3M6NDoic2l6ZSI7czozOiIxLzIiO3M6NToiaXRlbXMiO2E6Mjp7aTowO2E6Mzp7czo0OiJ0eXBlIjtzOjY6ImNvbHVtbiI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6MTE6e3M6NToidGl0bGUiO3M6NDoiRGVzYyI7czo3OiJjb250ZW50IjtzOjEwMzk6IjxoMz5EdWlzIGVsZW1lbnR1bTwvaDM+DQpbZGl2aWRlciBoZWlnaHQ9IjIwIl0NCjxwPk51bGxhbSBpbiBhdWd1ZS4gRG9uZWMgbGVjdHVzIGZlbGlzLCBmZXVnaWF0IGZlcm1lbnR1bSB1dCwgY29uc2VjdGV0dWVyIGFkaXBpc2NpbmcgaWFjdWxpcy4gQ3VyYWJpdHVyIGFyY3Ugc2VkIGVsaXQgZXUgZXJvcy4gU3VzcGVuZGlzc2UgZWdlc3RhcyBkaWduaXNzaW0sIHRlbGx1cy4gQ3JhcyBlbGVtZW50dW0uIEFlbmVhbiBzaXQgYW1ldCwgY29uc2VjdGV0dWVyIGNvbmd1ZSBub24sIGZldWdpYXQgcXVhbSBjb25ndWUgb2RpbyBub251bW15IGNvbmRpbWVudHVtIGVnZXQsIGR1aS4gSW4gaGFjIGhhYml0YXNzZSBwbGF0ZWEgZGljdHVtc3QuIE1hZWNlbmFzIGVnZXQgZHVpIHF1aXMgbmliaCB3aXNpLCBmZXJtZW50dW0gbG9ib3J0aXMgYXVndWUgZXUgc29kYWxlcyBudWxsYSBub24gYW50ZSBzaXQgYW1ldCBlbmltLjwvcD4NCjxwPlN1c3BlbmRpc3NlIGEgbGVvLiBJbiBoYWMgaGFiaXRhc3NlIHBsYXRlYSBkaWN0dW1zdC4gRHVpcyBlbGVtZW50dW0gZXQsIGJpYmVuZHVtIHBlZGUgbGFjaW5pYSBzaXQgYW1ldCBkdWkuIENyYXMgb3JuYXJlIGxhY3VzIG51bGxhIGV1IHB1bHZpbmFyIG51bGxhIHV0IG1hZ25hIGFjIGltcGVyZGlldCB2ZWxpdCBhIGNvbmRpbWVudHVtIGZhdWNpYnVzLjwvcD4NCjxwPlV0IHNlZCBsYWN1cy4gTnVuYyB2aXRhZSB3aXNpIGF0IGxvcmVtIHRlbXB1cyBvcmNpIGx1Y3R1cyBldCBqdXN0by4gQ3VyYWJpdHVyIGF0IHRvcnRvci4gTnVsbGFtIGF0IGVyb3MgZXQgbmV0dXMgZXQgdWx0cmljZXMgcG9zdWVyZSBuaXNsIHV0IGFsaXF1ZXQgbnVsbGEsIHZpdGFlIHVybmEuIEFlbmVhbiBhbGlxdWV0LCBkaWFtIGluIGxlbyBlbGl0IHJob25jdXMgbm9uLCB0cmlzdGlxdWUgYmliZW5kdW0gYmxhbmRpdCwgcXVhbS4gU2VkIHNvbGxpY2l0dWRpbiBsZW8gdHJpc3RpcXVlIHVsbGFtY29ycGVyLiBTdXNwZW5kaXNzZSB0dXJwaXMgZWdlc3Rhcy4gQ3JhcyBjb25zZWN0ZXR1ZXIgdGluY2lkdW50LCBkaWFtLjwvcD4iO3M6NToiYWxpZ24iO3M6MDoiIjtzOjk6ImNvbHVtbl9iZyI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czoxMzoibWFyZ2luX2JvdHRvbSI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjt9fWk6MTthOjM6e3M6NDoidHlwZSI7czo1OiJpbWFnZSI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6MTY6e3M6Mzoic3JjIjtzOjg1OiJodHRwOi8vbWl0emljb25uZWxsLmNvbS9kZW1vMTgvd3AtY29udGVudC91cGxvYWRzLzIwMTYvMDcvaG9tZV90YWlsb3Jfc2xpZGluZ2JveDMuanBnIjtzOjU6IndpZHRoIjtzOjA6IiI7czo2OiJoZWlnaHQiO3M6MDoiIjtzOjU6ImFsaWduIjtzOjY6ImNlbnRlciI7czo2OiJib3JkZXIiO3M6MToiMCI7czo2OiJtYXJnaW4iO3M6MDoiIjtzOjEzOiJtYXJnaW5fYm90dG9tIjtzOjA6IiI7czoxMDoibGlua19pbWFnZSI7czowOiIiO3M6NDoibGluayI7czowOiIiO3M6NjoidGFyZ2V0IjtzOjE6IjAiO3M6NToiaG92ZXIiO3M6MDoiIjtzOjM6ImFsdCI7czowOiIiO3M6NzoiY2FwdGlvbiI7czowOiIiO3M6OToiZ3JleXNjYWxlIjtzOjE6IjAiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO319fXM6NDoiYXR0ciI7YTo4OntzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6Im1vdmVfdXAiO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6NDoiMCAyJSI7czoxMzoiY29sdW1uX21hcmdpbiI7czowOiIiO3M6MTQ6InZlcnRpY2FsX2FsaWduIjtzOjM6InRvcCI7czo1OiJjbGFzcyI7czowOiIiO319fX19'),(167,12,'mfn-page-items-seo','<img src=\"http://themes.muffingroup.com/be/tailor/wp-content/uploads/2016/07/home_tailor_howitworks1.png\" alt=\"home_tailor_howitworks1\"/>\n\nPellentesque dapibus\n\nVitae adipiscing turpis. Aenean ligula nibh, molestie id viverra a, dapibus at dolor.\n\n<img src=\"http://themes.muffingroup.com/be/tailor/wp-content/uploads/2016/07/home_tailor_howitworks2.png\" alt=\"home_tailor_howitworks2\"/>\n\n2\n\nQuisque massa\n\nVitae adipiscing turpis. Aenean ligula nibh, molestie id viverra a, dapibus at dolor.\n\n<img src=\"http://themes.muffingroup.com/be/tailor/wp-content/uploads/2016/07/home_tailor_howitworks3.png\" alt=\"home_tailor_howitworks3\"/>\n\n3\n\nVestibulum luctus\n\nVitae adipiscing turpis. Aenean ligula nibh, molestie id viverra a, dapibus at dolor.\n\nHeading\n\n<h3>Vitae adipiscing turpis. Aenean ligula nibh, molestie id viverra a, dapibus at dolor. In iaculis viverra neque, ac eleifend ante lobortis viverra ipsum.</h3>\n\ncenter\n\nhttp://themes.muffingroup.com/be/tailor/wp-content/uploads/2016/07/home_tailor_sectionbg1.png\n\nno-repeat;center bottom;;\n\n0 0 40px\n\n<img src=\"http://themes.muffingroup.com/be/tailor/wp-content/uploads/2016/07/home_tailor_slidingbox1.jpg\" alt=\"home_tailor_slidingbox1\"/>\n\ncenter\n\nDesc\n\n<h3>Morbi accumsan</h3>\n[divider height=\"20\"]\n<p>Lorem ipsum dolor sit amet tempor magna blandit malesuada. Sed ut lacus rhoncus purus, consectetuer adipiscing felis a dolor eu felis sed quam et turpis. Mauris suscipit urna sem nunc, fringilla eget, blandit lobortis. Maecenas feugiat dui, non magna. Nulla mollis pulvinar. Morbi accumsan at, suscipit dolor. Praesent euismod convallis libero. Pellentesque quam at adipiscing rutrum. Nunc arcu dolor, rhoncus nunc, dapibus eget, tortor. Nulla varius, quam elit porta scelerisque, dui dui, porta neque, quis libero. Donec nonummy at, egestas blandit, dui a odio.</p>\n<p>Quisque lobortis, varius ligula. Aliquam erat eu tortor id purus non dui. Morbi nisl neque tristique interdum. Proin non purus. Phasellus aliquet lacinia erat. Vestibulum leo. Donec ullamcorper, augue purus, consectetuer eget, scelerisque id, libero. Cras lacus nec tincidunt congue. Proin sodales. Aenean vel tortor. Nulla facilisi. Morbi eleifend at, ligula. Donec vitae massa imperdiet nec, eros. Sed tempus malesuada. Nullam et neque. Duis luctus.</p>\n\nno-repeat;center top;;\n\nDesc\n\n<h3>Duis elementum</h3>\n[divider height=\"20\"]\n<p>Nullam in augue. Donec lectus felis, feugiat fermentum ut, consectetuer adipiscing iaculis. Curabitur arcu sed elit eu eros. Suspendisse egestas dignissim, tellus. Cras elementum. Aenean sit amet, consectetuer congue non, feugiat quam congue odio nonummy condimentum eget, dui. In hac habitasse platea dictumst. Maecenas eget dui quis nibh wisi, fermentum lobortis augue eu sodales nulla non ante sit amet enim.</p>\n<p>Suspendisse a leo. In hac habitasse platea dictumst. Duis elementum et, bibendum pede lacinia sit amet dui. Cras ornare lacus nulla eu pulvinar nulla ut magna ac imperdiet velit a condimentum faucibus.</p>\n<p>Ut sed lacus. Nunc vitae wisi at lorem tempus orci luctus et justo. Curabitur at tortor. Nullam at eros et netus et ultrices posuere nisl ut aliquet nulla, vitae urna. Aenean aliquet, diam in leo elit rhoncus non, tristique bibendum blandit, quam. Sed sollicitudin leo tristique ullamcorper. Suspendisse turpis egestas. Cras consectetuer tincidunt, diam.</p>\n\nno-repeat;center top;;\n\n<img src=\"http://themes.muffingroup.com/be/tailor/wp-content/uploads/2016/07/home_tailor_slidingbox3.jpg\" alt=\"home_tailor_slidingbox3\"/>\n\ncenter\n\n'),(168,12,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(169,12,'_wp_page_template','default'),(170,12,'slide_template','default'),(171,12,'mfn-post-hide-content','0'),(172,12,'mfn-post-slider','0'),(173,12,'mfn-post-slider-layer','0'),(174,12,'mfn-post-hide-title','0'),(175,12,'mfn-post-remove-padding','1'),(176,12,'mfn-post-custom-layout','0'),(177,12,'mfn-post-one-page','0'),(178,12,'mfn-post-menu','0'),(179,12,'_thumbnail_id','72'),(180,12,'mfn-page-items','YToyOntpOjA7YToyOntzOjQ6ImF0dHIiO2E6MTc6e3M6NToidGl0bGUiO3M6MDoiIjtzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czo4NDoiaHR0cDovL21pdHppY29ubmVsbC5jb20vZGVtbzE4L3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE2LzA3L2hvbWVfdGFpbG9yX3NlY3Rpb25iZzUucG5nIjtzOjExOiJiZ19wb3NpdGlvbiI7czoxNToicmVwZWF0O2NlbnRlcjs7IjtzOjEyOiJiZ192aWRlb19tcDQiO3M6MDoiIjtzOjEyOiJiZ192aWRlb19vZ3YiO3M6MDoiIjtzOjExOiJwYWRkaW5nX3RvcCI7czoyOiI3MCI7czoxNDoicGFkZGluZ19ib3R0b20iO3M6MjoiNDAiO3M6NzoiZGl2aWRlciI7czowOiIiO3M6OToiZGVjb3JfdG9wIjtzOjg0OiJodHRwOi8vbWl0emljb25uZWxsLmNvbS9kZW1vMTgvd3AtY29udGVudC91cGxvYWRzLzIwMTYvMDcvaG9tZV90YWlsb3Jfc2VjdGlvbmJnMi5wbmciO3M6MTI6ImRlY29yX2JvdHRvbSI7czo4NDoiaHR0cDovL21pdHppY29ubmVsbC5jb20vZGVtbzE4L3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE2LzA3L2hvbWVfdGFpbG9yX3NlY3Rpb25iZzIucG5nIjtzOjEwOiJuYXZpZ2F0aW9uIjtzOjA6IiI7czo1OiJzdHlsZSI7czo0OiJkYXJrIjtzOjU6ImNsYXNzIjtzOjA6IiI7czoxMDoic2VjdGlvbl9pZCI7czowOiIiO3M6MTA6InZpc2liaWxpdHkiO3M6MDoiIjtzOjQ6ImhpZGUiO3M6MDoiIjt9czo1OiJ3cmFwcyI7YToxOntpOjA7YTozOntzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjU6Iml0ZW1zIjthOjM6e2k6MDthOjM6e3M6NDoidHlwZSI7czoxMjoiaG93X2l0X3dvcmtzIjtzOjQ6InNpemUiO3M6MzoiMS8zIjtzOjY6ImZpZWxkcyI7YTo5OntzOjU6ImltYWdlIjtzOjg1OiJodHRwOi8vbWl0emljb25uZWxsLmNvbS9kZW1vMTgvd3AtY29udGVudC91cGxvYWRzLzIwMTYvMDcvaG9tZV90YWlsb3JfaG93aXR3b3JrczEucG5nIjtzOjY6Im51bWJlciI7czoxOiIxIjtzOjU6InRpdGxlIjtzOjIwOiJQZWxsZW50ZXNxdWUgZGFwaWJ1cyI7czo3OiJjb250ZW50IjtzOjg1OiJWaXRhZSBhZGlwaXNjaW5nIHR1cnBpcy4gQWVuZWFuIGxpZ3VsYSBuaWJoLCBtb2xlc3RpZSBpZCB2aXZlcnJhIGEsIGRhcGlidXMgYXQgZG9sb3IuIjtzOjY6ImJvcmRlciI7czoxOiIwIjtzOjQ6ImxpbmsiO3M6MDoiIjtzOjY6InRhcmdldCI7czoxOiIwIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjt9fWk6MTthOjM6e3M6NDoidHlwZSI7czoxMjoiaG93X2l0X3dvcmtzIjtzOjQ6InNpemUiO3M6MzoiMS8zIjtzOjY6ImZpZWxkcyI7YTo5OntzOjU6ImltYWdlIjtzOjg1OiJodHRwOi8vbWl0emljb25uZWxsLmNvbS9kZW1vMTgvd3AtY29udGVudC91cGxvYWRzLzIwMTYvMDcvaG9tZV90YWlsb3JfaG93aXR3b3JrczIucG5nIjtzOjY6Im51bWJlciI7czoxOiIyIjtzOjU6InRpdGxlIjtzOjEzOiJRdWlzcXVlIG1hc3NhIjtzOjc6ImNvbnRlbnQiO3M6ODU6IlZpdGFlIGFkaXBpc2NpbmcgdHVycGlzLiBBZW5lYW4gbGlndWxhIG5pYmgsIG1vbGVzdGllIGlkIHZpdmVycmEgYSwgZGFwaWJ1cyBhdCBkb2xvci4iO3M6NjoiYm9yZGVyIjtzOjE6IjAiO3M6NDoibGluayI7czowOiIiO3M6NjoidGFyZ2V0IjtzOjE6IjAiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO319aToyO2E6Mzp7czo0OiJ0eXBlIjtzOjEyOiJob3dfaXRfd29ya3MiO3M6NDoic2l6ZSI7czozOiIxLzMiO3M6NjoiZmllbGRzIjthOjk6e3M6NToiaW1hZ2UiO3M6ODU6Imh0dHA6Ly9taXR6aWNvbm5lbGwuY29tL2RlbW8xOC93cC1jb250ZW50L3VwbG9hZHMvMjAxNi8wNy9ob21lX3RhaWxvcl9ob3dpdHdvcmtzMy5wbmciO3M6NjoibnVtYmVyIjtzOjE6IjMiO3M6NToidGl0bGUiO3M6MTc6IlZlc3RpYnVsdW0gbHVjdHVzIjtzOjc6ImNvbnRlbnQiO3M6ODU6IlZpdGFlIGFkaXBpc2NpbmcgdHVycGlzLiBBZW5lYW4gbGlndWxhIG5pYmgsIG1vbGVzdGllIGlkIHZpdmVycmEgYSwgZGFwaWJ1cyBhdCBkb2xvci4iO3M6NjoiYm9yZGVyIjtzOjE6IjAiO3M6NDoibGluayI7czowOiIiO3M6NjoidGFyZ2V0IjtzOjE6IjAiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO319fXM6NDoiYXR0ciI7YTo4OntzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6Im1vdmVfdXAiO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjEzOiJjb2x1bW5fbWFyZ2luIjtzOjA6IiI7czoxNDoidmVydGljYWxfYWxpZ24iO3M6MzoidG9wIjtzOjU6ImNsYXNzIjtzOjA6IiI7fX19fWk6MTthOjI6e3M6NDoiYXR0ciI7YToxNzp7czo1OiJ0aXRsZSI7czowOiIiO3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6MTI6ImJnX3ZpZGVvX21wNCI7czowOiIiO3M6MTI6ImJnX3ZpZGVvX29ndiI7czowOiIiO3M6MTE6InBhZGRpbmdfdG9wIjtzOjI6IjUwIjtzOjE0OiJwYWRkaW5nX2JvdHRvbSI7czoyOiIyMCI7czo3OiJkaXZpZGVyIjtzOjA6IiI7czo5OiJkZWNvcl90b3AiO3M6ODQ6Imh0dHA6Ly9taXR6aWNvbm5lbGwuY29tL2RlbW8xOC93cC1jb250ZW50L3VwbG9hZHMvMjAxNi8wNy9ob21lX3RhaWxvcl9zZWN0aW9uYmcxLnBuZyI7czoxMjoiZGVjb3JfYm90dG9tIjtzOjg0OiJodHRwOi8vbWl0emljb25uZWxsLmNvbS9kZW1vMTgvd3AtY29udGVudC91cGxvYWRzLzIwMTYvMDcvaG9tZV90YWlsb3Jfc2VjdGlvbmJnMS5wbmciO3M6MTA6Im5hdmlnYXRpb24iO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7czo1OiJjbGFzcyI7czowOiIiO3M6MTA6InNlY3Rpb25faWQiO3M6MDoiIjtzOjEwOiJ2aXNpYmlsaXR5IjtzOjA6IiI7czo0OiJoaWRlIjtzOjA6IiI7fXM6NToid3JhcHMiO2E6Mzp7aTowO2E6Mzp7czo0OiJzaXplIjtzOjM6IjEvMSI7czo1OiJpdGVtcyI7YToyOntpOjA7YToyOntzOjQ6InR5cGUiO3M6MTE6InBsYWNlaG9sZGVyIjtzOjQ6InNpemUiO3M6MzoiMS81Ijt9aToxO2E6Mzp7czo0OiJ0eXBlIjtzOjY6ImNvbHVtbiI7czo0OiJzaXplIjtzOjM6IjMvNSI7czo2OiJmaWVsZHMiO2E6MTE6e3M6NToidGl0bGUiO3M6NzoiSGVhZGluZyI7czo3OiJjb250ZW50IjtzOjE2MToiPGgzPlZpdGFlIGFkaXBpc2NpbmcgdHVycGlzLiBBZW5lYW4gbGlndWxhIG5pYmgsIG1vbGVzdGllIGlkIHZpdmVycmEgYSwgZGFwaWJ1cyBhdCBkb2xvci4gSW4gaWFjdWxpcyB2aXZlcnJhIG5lcXVlLCBhYyBlbGVpZmVuZCBhbnRlIGxvYm9ydGlzIHZpdmVycmEgaXBzdW0uPC9oMz4iO3M6NToiYWxpZ24iO3M6NjoiY2VudGVyIjtzOjk6ImNvbHVtbl9iZyI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6ODQ6Imh0dHA6Ly9taXR6aWNvbm5lbGwuY29tL2RlbW8xOC93cC1jb250ZW50L3VwbG9hZHMvMjAxNi8wNy9ob21lX3RhaWxvcl9zZWN0aW9uYmcxLnBuZyI7czoxMToiYmdfcG9zaXRpb24iO3M6MjU6Im5vLXJlcGVhdDtjZW50ZXIgYm90dG9tOzsiO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6ODoiMCAwIDQwcHgiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjt9fX1zOjQ6ImF0dHIiO2E6ODp7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJtb3ZlX3VwIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czoxMzoiY29sdW1uX21hcmdpbiI7czowOiIiO3M6MTQ6InZlcnRpY2FsX2FsaWduIjtzOjM6InRvcCI7czo1OiJjbGFzcyI7czowOiIiO319aToxO2E6Mzp7czo0OiJzaXplIjtzOjM6IjEvMiI7czo1OiJpdGVtcyI7YToyOntpOjA7YTozOntzOjQ6InR5cGUiO3M6NToiaW1hZ2UiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NjoiZmllbGRzIjthOjE2OntzOjM6InNyYyI7czo4NToiaHR0cDovL21pdHppY29ubmVsbC5jb20vZGVtbzE4L3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE2LzA3L2hvbWVfdGFpbG9yX3NsaWRpbmdib3gxLmpwZyI7czo1OiJ3aWR0aCI7czowOiIiO3M6NjoiaGVpZ2h0IjtzOjA6IiI7czo1OiJhbGlnbiI7czo2OiJjZW50ZXIiO3M6NjoiYm9yZGVyIjtzOjE6IjAiO3M6NjoibWFyZ2luIjtzOjA6IiI7czoxMzoibWFyZ2luX2JvdHRvbSI7czowOiIiO3M6MTA6ImxpbmtfaW1hZ2UiO3M6MDoiIjtzOjQ6ImxpbmsiO3M6MDoiIjtzOjY6InRhcmdldCI7czoxOiIwIjtzOjU6ImhvdmVyIjtzOjA6IiI7czozOiJhbHQiO3M6MDoiIjtzOjc6ImNhcHRpb24iO3M6MDoiIjtzOjk6ImdyZXlzY2FsZSI7czoxOiIwIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjt9fWk6MTthOjM6e3M6NDoidHlwZSI7czo2OiJjb2x1bW4iO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NjoiZmllbGRzIjthOjExOntzOjU6InRpdGxlIjtzOjQ6IkRlc2MiO3M6NzoiY29udGVudCI7czoxMDc3OiI8aDM+TW9yYmkgYWNjdW1zYW48L2gzPg0KW2RpdmlkZXIgaGVpZ2h0PSIyMCJdDQo8cD5Mb3JlbSBpcHN1bSBkb2xvciBzaXQgYW1ldCB0ZW1wb3IgbWFnbmEgYmxhbmRpdCBtYWxlc3VhZGEuIFNlZCB1dCBsYWN1cyByaG9uY3VzIHB1cnVzLCBjb25zZWN0ZXR1ZXIgYWRpcGlzY2luZyBmZWxpcyBhIGRvbG9yIGV1IGZlbGlzIHNlZCBxdWFtIGV0IHR1cnBpcy4gTWF1cmlzIHN1c2NpcGl0IHVybmEgc2VtIG51bmMsIGZyaW5naWxsYSBlZ2V0LCBibGFuZGl0IGxvYm9ydGlzLiBNYWVjZW5hcyBmZXVnaWF0IGR1aSwgbm9uIG1hZ25hLiBOdWxsYSBtb2xsaXMgcHVsdmluYXIuIE1vcmJpIGFjY3Vtc2FuIGF0LCBzdXNjaXBpdCBkb2xvci4gUHJhZXNlbnQgZXVpc21vZCBjb252YWxsaXMgbGliZXJvLiBQZWxsZW50ZXNxdWUgcXVhbSBhdCBhZGlwaXNjaW5nIHJ1dHJ1bS4gTnVuYyBhcmN1IGRvbG9yLCByaG9uY3VzIG51bmMsIGRhcGlidXMgZWdldCwgdG9ydG9yLiBOdWxsYSB2YXJpdXMsIHF1YW0gZWxpdCBwb3J0YSBzY2VsZXJpc3F1ZSwgZHVpIGR1aSwgcG9ydGEgbmVxdWUsIHF1aXMgbGliZXJvLiBEb25lYyBub251bW15IGF0LCBlZ2VzdGFzIGJsYW5kaXQsIGR1aSBhIG9kaW8uPC9wPg0KPHA+UXVpc3F1ZSBsb2JvcnRpcywgdmFyaXVzIGxpZ3VsYS4gQWxpcXVhbSBlcmF0IGV1IHRvcnRvciBpZCBwdXJ1cyBub24gZHVpLiBNb3JiaSBuaXNsIG5lcXVlIHRyaXN0aXF1ZSBpbnRlcmR1bS4gUHJvaW4gbm9uIHB1cnVzLiBQaGFzZWxsdXMgYWxpcXVldCBsYWNpbmlhIGVyYXQuIFZlc3RpYnVsdW0gbGVvLiBEb25lYyB1bGxhbWNvcnBlciwgYXVndWUgcHVydXMsIGNvbnNlY3RldHVlciBlZ2V0LCBzY2VsZXJpc3F1ZSBpZCwgbGliZXJvLiBDcmFzIGxhY3VzIG5lYyB0aW5jaWR1bnQgY29uZ3VlLiBQcm9pbiBzb2RhbGVzLiBBZW5lYW4gdmVsIHRvcnRvci4gTnVsbGEgZmFjaWxpc2kuIE1vcmJpIGVsZWlmZW5kIGF0LCBsaWd1bGEuIERvbmVjIHZpdGFlIG1hc3NhIGltcGVyZGlldCBuZWMsIGVyb3MuIFNlZCB0ZW1wdXMgbWFsZXN1YWRhLiBOdWxsYW0gZXQgbmVxdWUuIER1aXMgbHVjdHVzLjwvcD4iO3M6NToiYWxpZ24iO3M6MDoiIjtzOjk6ImNvbHVtbl9iZyI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czoxMzoibWFyZ2luX2JvdHRvbSI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjt9fX1zOjQ6ImF0dHIiO2E6ODp7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJtb3ZlX3VwIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjQ6IjAgMiUiO3M6MTM6ImNvbHVtbl9tYXJnaW4iO3M6MDoiIjtzOjE0OiJ2ZXJ0aWNhbF9hbGlnbiI7czozOiJ0b3AiO3M6NToiY2xhc3MiO3M6MDoiIjt9fWk6MjthOjM6e3M6NDoic2l6ZSI7czozOiIxLzIiO3M6NToiaXRlbXMiO2E6Mjp7aTowO2E6Mzp7czo0OiJ0eXBlIjtzOjY6ImNvbHVtbiI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6MTE6e3M6NToidGl0bGUiO3M6NDoiRGVzYyI7czo3OiJjb250ZW50IjtzOjEwMzk6IjxoMz5EdWlzIGVsZW1lbnR1bTwvaDM+DQpbZGl2aWRlciBoZWlnaHQ9IjIwIl0NCjxwPk51bGxhbSBpbiBhdWd1ZS4gRG9uZWMgbGVjdHVzIGZlbGlzLCBmZXVnaWF0IGZlcm1lbnR1bSB1dCwgY29uc2VjdGV0dWVyIGFkaXBpc2NpbmcgaWFjdWxpcy4gQ3VyYWJpdHVyIGFyY3Ugc2VkIGVsaXQgZXUgZXJvcy4gU3VzcGVuZGlzc2UgZWdlc3RhcyBkaWduaXNzaW0sIHRlbGx1cy4gQ3JhcyBlbGVtZW50dW0uIEFlbmVhbiBzaXQgYW1ldCwgY29uc2VjdGV0dWVyIGNvbmd1ZSBub24sIGZldWdpYXQgcXVhbSBjb25ndWUgb2RpbyBub251bW15IGNvbmRpbWVudHVtIGVnZXQsIGR1aS4gSW4gaGFjIGhhYml0YXNzZSBwbGF0ZWEgZGljdHVtc3QuIE1hZWNlbmFzIGVnZXQgZHVpIHF1aXMgbmliaCB3aXNpLCBmZXJtZW50dW0gbG9ib3J0aXMgYXVndWUgZXUgc29kYWxlcyBudWxsYSBub24gYW50ZSBzaXQgYW1ldCBlbmltLjwvcD4NCjxwPlN1c3BlbmRpc3NlIGEgbGVvLiBJbiBoYWMgaGFiaXRhc3NlIHBsYXRlYSBkaWN0dW1zdC4gRHVpcyBlbGVtZW50dW0gZXQsIGJpYmVuZHVtIHBlZGUgbGFjaW5pYSBzaXQgYW1ldCBkdWkuIENyYXMgb3JuYXJlIGxhY3VzIG51bGxhIGV1IHB1bHZpbmFyIG51bGxhIHV0IG1hZ25hIGFjIGltcGVyZGlldCB2ZWxpdCBhIGNvbmRpbWVudHVtIGZhdWNpYnVzLjwvcD4NCjxwPlV0IHNlZCBsYWN1cy4gTnVuYyB2aXRhZSB3aXNpIGF0IGxvcmVtIHRlbXB1cyBvcmNpIGx1Y3R1cyBldCBqdXN0by4gQ3VyYWJpdHVyIGF0IHRvcnRvci4gTnVsbGFtIGF0IGVyb3MgZXQgbmV0dXMgZXQgdWx0cmljZXMgcG9zdWVyZSBuaXNsIHV0IGFsaXF1ZXQgbnVsbGEsIHZpdGFlIHVybmEuIEFlbmVhbiBhbGlxdWV0LCBkaWFtIGluIGxlbyBlbGl0IHJob25jdXMgbm9uLCB0cmlzdGlxdWUgYmliZW5kdW0gYmxhbmRpdCwgcXVhbS4gU2VkIHNvbGxpY2l0dWRpbiBsZW8gdHJpc3RpcXVlIHVsbGFtY29ycGVyLiBTdXNwZW5kaXNzZSB0dXJwaXMgZWdlc3Rhcy4gQ3JhcyBjb25zZWN0ZXR1ZXIgdGluY2lkdW50LCBkaWFtLjwvcD4iO3M6NToiYWxpZ24iO3M6MDoiIjtzOjk6ImNvbHVtbl9iZyI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czoxMzoibWFyZ2luX2JvdHRvbSI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjt9fWk6MTthOjM6e3M6NDoidHlwZSI7czo1OiJpbWFnZSI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6MTY6e3M6Mzoic3JjIjtzOjg1OiJodHRwOi8vbWl0emljb25uZWxsLmNvbS9kZW1vMTgvd3AtY29udGVudC91cGxvYWRzLzIwMTYvMDcvaG9tZV90YWlsb3Jfc2xpZGluZ2JveDMuanBnIjtzOjU6IndpZHRoIjtzOjA6IiI7czo2OiJoZWlnaHQiO3M6MDoiIjtzOjU6ImFsaWduIjtzOjY6ImNlbnRlciI7czo2OiJib3JkZXIiO3M6MToiMCI7czo2OiJtYXJnaW4iO3M6MDoiIjtzOjEzOiJtYXJnaW5fYm90dG9tIjtzOjA6IiI7czoxMDoibGlua19pbWFnZSI7czowOiIiO3M6NDoibGluayI7czowOiIiO3M6NjoidGFyZ2V0IjtzOjE6IjAiO3M6NToiaG92ZXIiO3M6MDoiIjtzOjM6ImFsdCI7czowOiIiO3M6NzoiY2FwdGlvbiI7czowOiIiO3M6OToiZ3JleXNjYWxlIjtzOjE6IjAiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO319fXM6NDoiYXR0ciI7YTo4OntzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6Im1vdmVfdXAiO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6NDoiMCAyJSI7czoxMzoiY29sdW1uX21hcmdpbiI7czowOiIiO3M6MTQ6InZlcnRpY2FsX2FsaWduIjtzOjM6InRvcCI7czo1OiJjbGFzcyI7czowOiIiO319fX19'),(181,12,'mfn-page-items-seo','<img src=\"http://themes.muffingroup.com/be/tailor/wp-content/uploads/2016/07/home_tailor_howitworks1.png\" alt=\"home_tailor_howitworks1\"/>\n\nPellentesque dapibus\n\nVitae adipiscing turpis. Aenean ligula nibh, molestie id viverra a, dapibus at dolor.\n\n<img src=\"http://themes.muffingroup.com/be/tailor/wp-content/uploads/2016/07/home_tailor_howitworks2.png\" alt=\"home_tailor_howitworks2\"/>\n\n2\n\nQuisque massa\n\nVitae adipiscing turpis. Aenean ligula nibh, molestie id viverra a, dapibus at dolor.\n\n<img src=\"http://themes.muffingroup.com/be/tailor/wp-content/uploads/2016/07/home_tailor_howitworks3.png\" alt=\"home_tailor_howitworks3\"/>\n\n3\n\nVestibulum luctus\n\nVitae adipiscing turpis. Aenean ligula nibh, molestie id viverra a, dapibus at dolor.\n\nHeading\n\n<h3>Vitae adipiscing turpis. Aenean ligula nibh, molestie id viverra a, dapibus at dolor. In iaculis viverra neque, ac eleifend ante lobortis viverra ipsum.</h3>\n\ncenter\n\nhttp://themes.muffingroup.com/be/tailor/wp-content/uploads/2016/07/home_tailor_sectionbg1.png\n\nno-repeat;center bottom;;\n\n0 0 40px\n\n<img src=\"http://themes.muffingroup.com/be/tailor/wp-content/uploads/2016/07/home_tailor_slidingbox1.jpg\" alt=\"home_tailor_slidingbox1\"/>\n\ncenter\n\nDesc\n\n<h3>Morbi accumsan</h3>\n[divider height=\"20\"]\n<p>Lorem ipsum dolor sit amet tempor magna blandit malesuada. Sed ut lacus rhoncus purus, consectetuer adipiscing felis a dolor eu felis sed quam et turpis. Mauris suscipit urna sem nunc, fringilla eget, blandit lobortis. Maecenas feugiat dui, non magna. Nulla mollis pulvinar. Morbi accumsan at, suscipit dolor. Praesent euismod convallis libero. Pellentesque quam at adipiscing rutrum. Nunc arcu dolor, rhoncus nunc, dapibus eget, tortor. Nulla varius, quam elit porta scelerisque, dui dui, porta neque, quis libero. Donec nonummy at, egestas blandit, dui a odio.</p>\n<p>Quisque lobortis, varius ligula. Aliquam erat eu tortor id purus non dui. Morbi nisl neque tristique interdum. Proin non purus. Phasellus aliquet lacinia erat. Vestibulum leo. Donec ullamcorper, augue purus, consectetuer eget, scelerisque id, libero. Cras lacus nec tincidunt congue. Proin sodales. Aenean vel tortor. Nulla facilisi. Morbi eleifend at, ligula. Donec vitae massa imperdiet nec, eros. Sed tempus malesuada. Nullam et neque. Duis luctus.</p>\n\nno-repeat;center top;;\n\nDesc\n\n<h3>Duis elementum</h3>\n[divider height=\"20\"]\n<p>Nullam in augue. Donec lectus felis, feugiat fermentum ut, consectetuer adipiscing iaculis. Curabitur arcu sed elit eu eros. Suspendisse egestas dignissim, tellus. Cras elementum. Aenean sit amet, consectetuer congue non, feugiat quam congue odio nonummy condimentum eget, dui. In hac habitasse platea dictumst. Maecenas eget dui quis nibh wisi, fermentum lobortis augue eu sodales nulla non ante sit amet enim.</p>\n<p>Suspendisse a leo. In hac habitasse platea dictumst. Duis elementum et, bibendum pede lacinia sit amet dui. Cras ornare lacus nulla eu pulvinar nulla ut magna ac imperdiet velit a condimentum faucibus.</p>\n<p>Ut sed lacus. Nunc vitae wisi at lorem tempus orci luctus et justo. Curabitur at tortor. Nullam at eros et netus et ultrices posuere nisl ut aliquet nulla, vitae urna. Aenean aliquet, diam in leo elit rhoncus non, tristique bibendum blandit, quam. Sed sollicitudin leo tristique ullamcorper. Suspendisse turpis egestas. Cras consectetuer tincidunt, diam.</p>\n\nno-repeat;center top;;\n\n<img src=\"http://themes.muffingroup.com/be/tailor/wp-content/uploads/2016/07/home_tailor_slidingbox3.jpg\" alt=\"home_tailor_slidingbox3\"/>\n\ncenter\n\n'),(182,14,'_wp_page_template','default'),(183,14,'slide_template','default'),(184,14,'mfn-post-hide-content','0'),(185,14,'mfn-post-slider','0'),(186,14,'mfn-post-slider-layer','0'),(187,14,'mfn-post-hide-title','1'),(188,14,'mfn-post-remove-padding','1'),(189,14,'mfn-post-custom-layout','0'),(190,14,'mfn-post-one-page','0'),(191,14,'mfn-post-menu','0'),(192,14,'mfn-page-items','YToyOntpOjA7YToyOntzOjQ6ImF0dHIiO2E6MTc6e3M6NToidGl0bGUiO3M6MzoiTWFwIjtzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjEyOiJiZ192aWRlb19tcDQiO3M6MDoiIjtzOjEyOiJiZ192aWRlb19vZ3YiO3M6MDoiIjtzOjExOiJwYWRkaW5nX3RvcCI7czoxOiIwIjtzOjE0OiJwYWRkaW5nX2JvdHRvbSI7czoxOiIwIjtzOjc6ImRpdmlkZXIiO3M6MDoiIjtzOjk6ImRlY29yX3RvcCI7czowOiIiO3M6MTI6ImRlY29yX2JvdHRvbSI7czowOiIiO3M6MTA6Im5hdmlnYXRpb24iO3M6MDoiIjtzOjU6InN0eWxlIjtzOjEwOiJmdWxsLXdpZHRoIjtzOjU6ImNsYXNzIjtzOjA6IiI7czoxMDoic2VjdGlvbl9pZCI7czowOiIiO3M6MTA6InZpc2liaWxpdHkiO3M6MDoiIjtzOjQ6ImhpZGUiO3M6MDoiIjt9czo1OiJ3cmFwcyI7YToxOntpOjA7YTozOntzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjU6Iml0ZW1zIjthOjE6e2k6MDthOjM6e3M6NDoidHlwZSI7czo2OiJjb2x1bW4iO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NjoiZmllbGRzIjthOjExOntzOjU6InRpdGxlIjtzOjE2OiJHb29nbGUgTWFwIEVtYmVkIjtzOjc6ImNvbnRlbnQiO3M6MzI0OiI8aWZyYW1lIHNyYz0iaHR0cHM6Ly93d3cuZ29vZ2xlLmNvbS9tYXBzL2VtYmVkP3BiPSExbTE0ITFtOCExbTMhMWQzOTc4LjI2ODc3NzExNjI4ODchMmQtODYuNTcxODE5MTM1NTY2NTYhM2QzNC42NjY4OTQzMzI5NjczMjQhM20yITFpMTAyNCEyaTc2OCE0ZjEzLjEhM20zITFtMiExczB4MCUzQTB4ZDExZDdmMDhkMDVhNWVmYSEyc1J1dGgncytOdXRyaXRpb24hNWUwITNtMiExc2VuITJzdXMhNHYxNDc0NDg3Njg1NTQ3IiB3aWR0aD0iMTI0MCIgaGVpZ2h0PSIzMDAiIGZyYW1lYm9yZGVyPSIwIiBzdHlsZT0iYm9yZGVyOjAiIGFsbG93ZnVsbHNjcmVlbj48L2lmcmFtZT4iO3M6NToiYWxpZ24iO3M6MDoiIjtzOjk6ImNvbHVtbl9iZyI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czoxMzoibWFyZ2luX2JvdHRvbSI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjt9fX1zOjQ6ImF0dHIiO2E6ODp7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJtb3ZlX3VwIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czoxMzoiY29sdW1uX21hcmdpbiI7czowOiIiO3M6MTQ6InZlcnRpY2FsX2FsaWduIjtzOjM6InRvcCI7czo1OiJjbGFzcyI7czowOiIiO319fX1pOjE7YToyOntzOjQ6ImF0dHIiO2E6MTc6e3M6NToidGl0bGUiO3M6MDoiIjtzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjEyOiJiZ192aWRlb19tcDQiO3M6MDoiIjtzOjEyOiJiZ192aWRlb19vZ3YiO3M6MDoiIjtzOjExOiJwYWRkaW5nX3RvcCI7czoyOiI1MCI7czoxNDoicGFkZGluZ19ib3R0b20iO3M6MToiMCI7czo3OiJkaXZpZGVyIjtzOjA6IiI7czo5OiJkZWNvcl90b3AiO3M6MDoiIjtzOjEyOiJkZWNvcl9ib3R0b20iO3M6MDoiIjtzOjEwOiJuYXZpZ2F0aW9uIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO3M6NToiY2xhc3MiO3M6MDoiIjtzOjEwOiJzZWN0aW9uX2lkIjtzOjA6IiI7czoxMDoidmlzaWJpbGl0eSI7czowOiIiO3M6NDoiaGlkZSI7czowOiIiO31zOjU6IndyYXBzIjthOjM6e2k6MDthOjM6e3M6NDoic2l6ZSI7czozOiIxLzQiO3M6NToiaXRlbXMiO2E6Mjp7aTowO2E6Mzp7czo0OiJ0eXBlIjtzOjU6ImltYWdlIjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjY6ImZpZWxkcyI7YToxNjp7czozOiJzcmMiO3M6OTg6Imh0dHBzOi8vcnV0aHNudXRyaXRpb24uZ3NnLWhvc3QuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE2LzEwL1J1dGhzLUxvZ28tY2xlYXItYmtncm5kLTgwOHgzNTEucG5nIjtzOjU6IndpZHRoIjtzOjA6IiI7czo2OiJoZWlnaHQiO3M6MDoiIjtzOjU6ImFsaWduIjtzOjY6ImNlbnRlciI7czo2OiJib3JkZXIiO3M6MToiMCI7czo2OiJtYXJnaW4iO3M6MDoiIjtzOjEzOiJtYXJnaW5fYm90dG9tIjtzOjA6IiI7czoxMDoibGlua19pbWFnZSI7czowOiIiO3M6NDoibGluayI7czowOiIiO3M6NjoidGFyZ2V0IjtzOjE6IjAiO3M6NToiaG92ZXIiO3M6MDoiIjtzOjM6ImFsdCI7czowOiIiO3M6NzoiY2FwdGlvbiI7czowOiIiO3M6OToiZ3JleXNjYWxlIjtzOjE6IjAiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO319aToxO2E6Mzp7czo0OiJ0eXBlIjtzOjEzOiJvcGVuaW5nX2hvdXJzIjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjY6ImZpZWxkcyI7YTo1OntzOjU6InRpdGxlIjtzOjA6IiI7czo3OiJjb250ZW50IjtzOjEzNjoiPHVsPjxsaT48bGFiZWw+TW9uZGF5IC0gRnJpZGF5PC9sYWJlbD48c3Bhbj45OjMwYW0tNTozMHBtPC9zcGFuPjwvbGk+DQo8bGk+PGxhYmVsPlNhdHVyZGF5PC9sYWJlbD48c3Bhbj45OjMwYW0tMjozMHBtPC9zcGFuPjwvbGk+PC91bD4NCiI7czo1OiJpbWFnZSI7czowOiIiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO319fXM6NDoiYXR0ciI7YTo4OntzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6Im1vdmVfdXAiO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjEzOiJjb2x1bW5fbWFyZ2luIjtzOjA6IiI7czoxNDoidmVydGljYWxfYWxpZ24iO3M6MzoidG9wIjtzOjU6ImNsYXNzIjtzOjA6IiI7fX1pOjE7YTozOntzOjQ6InNpemUiO3M6MzoiMS8yIjtzOjU6Iml0ZW1zIjthOjE6e2k6MDthOjM6e3M6NDoidHlwZSI7czo2OiJjb2x1bW4iO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NjoiZmllbGRzIjthOjExOntzOjU6InRpdGxlIjtzOjEyOiJDb250YWN0IGZvcm0iO3M6NzoiY29udGVudCI7czo0NToiW2NvbnRhY3QtZm9ybS03IGlkPSI4MCIgdGl0bGU9IkNvbnRhY3QgRm9ybSJdIjtzOjU6ImFsaWduIjtzOjY6ImNlbnRlciI7czo5OiJjb2x1bW5fYmciO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7fX19czo0OiJhdHRyIjthOjg6e3M6ODoiYmdfY29sb3IiO3M6NzoiI2ZmZmZmZiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6Im1vdmVfdXAiO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjEzOiJjb2x1bW5fbWFyZ2luIjtzOjQ6IjIwcHgiO3M6MTQ6InZlcnRpY2FsX2FsaWduIjtzOjM6InRvcCI7czo1OiJjbGFzcyI7czowOiIiO319aToyO2E6Mzp7czo0OiJzaXplIjtzOjM6IjEvNCI7czo1OiJpdGVtcyI7YToxOntpOjA7YTozOntzOjQ6InR5cGUiO3M6MTE6ImNvbnRhY3RfYm94IjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjY6ImZpZWxkcyI7YToxMDp7czo1OiJ0aXRsZSI7czoxNjoiUnV0aCdzIE51dHJpdGlvbiI7czo3OiJhZGRyZXNzIjtzOjY1OiI3NTQwIE1lbW9yaWFsIFBrd3kgU1cgPGJyPg0KU3VpdGUgUCAgPGJyPg0KSHVudHN2aWxsZSwgQUwgMzU4MDIgICI7czo5OiJ0ZWxlcGhvbmUiO3M6MTI6IjI1Ni04ODMtNDEyNyI7czoxMToidGVsZXBob25lXzIiO3M6MDoiIjtzOjM6ImZheCI7czowOiIiO3M6NToiZW1haWwiO3M6MDoiIjtzOjM6Ind3dyI7czowOiIiO3M6NToiaW1hZ2UiO3M6NzQ6Imh0dHA6Ly9taXR6aWNvbm5lbGwuY29tL2RlbW8xOC93cC1jb250ZW50L3VwbG9hZHMvMjAxNi8wNy9nZXRfaW5fdG91Y2gucG5nIjtzOjc6ImFuaW1hdGUiO3M6MTE6ImZhZGVJblJpZ2h0IjtzOjc6ImNsYXNzZXMiO3M6MDoiIjt9fX1zOjQ6ImF0dHIiO2E6ODp7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJtb3ZlX3VwIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czoxMzoiY29sdW1uX21hcmdpbiI7czowOiIiO3M6MTQ6InZlcnRpY2FsX2FsaWduIjtzOjM6InRvcCI7czo1OiJjbGFzcyI7czowOiIiO319fX19'),(193,14,'mfn-page-items-seo','Google Map Embed\r\n\r\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d3978.2687771162887!2d-86.57181913556656!3d34.666894332967324!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xd11d7f08d05a5efa!2sRuth\'s+Nutrition!5e0!3m2!1sen!2sus!4v1474487685547\" width=\"1240\" height=\"300\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe>\r\n\r\nno-repeat;center top;;\r\n\r\n<img src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2016/10/Ruths-Logo-clear-bkgrnd-808x351.png\" alt=\"\"/>\r\n\r\ncenter\r\n\r\n<ul><li><label>Monday - Friday</label><span>9:30am-5:30pm</span></li>\r\n<li><label>Saturday</label><span>9:30am-2:30pm</span></li></ul>\r\n\r\nContact form\r\n\r\n[contact-form-7 id=\"80\" title=\"Contact Form\"]\r\n\r\ncenter\r\n\r\nno-repeat;center top;;\r\n\r\nRuth\'s Nutrition\r\n\r\n7540 Memorial Pkwy SW <br>\r\nSuite P  <br>\r\nHuntsville, AL 35802\r\n\r\n256-883-4127\r\n\r\n<img src=\"http://mitziconnell.com/demo18/wp-content/uploads/2016/07/get_in_touch.png\" alt=\"get_in_touch\"/>\r\n\r\nfadeInRight\r\n\r\n'),(195,14,'_wp_page_template','default'),(196,14,'slide_template','default'),(197,14,'mfn-post-hide-content','0'),(198,14,'mfn-post-slider','0'),(199,14,'mfn-post-slider-layer','0'),(200,14,'mfn-post-hide-title','1'),(201,14,'mfn-post-remove-padding','1'),(202,14,'mfn-post-custom-layout','0'),(203,14,'mfn-post-one-page','0'),(204,14,'mfn-post-menu','0'),(205,14,'mfn-page-items','YToyOntpOjA7YToyOntzOjQ6ImF0dHIiO2E6MTc6e3M6NToidGl0bGUiO3M6MzoiTWFwIjtzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjEyOiJiZ192aWRlb19tcDQiO3M6MDoiIjtzOjEyOiJiZ192aWRlb19vZ3YiO3M6MDoiIjtzOjExOiJwYWRkaW5nX3RvcCI7czoxOiIwIjtzOjE0OiJwYWRkaW5nX2JvdHRvbSI7czoxOiIwIjtzOjc6ImRpdmlkZXIiO3M6MDoiIjtzOjk6ImRlY29yX3RvcCI7czowOiIiO3M6MTI6ImRlY29yX2JvdHRvbSI7czowOiIiO3M6MTA6Im5hdmlnYXRpb24iO3M6MDoiIjtzOjU6InN0eWxlIjtzOjEwOiJmdWxsLXdpZHRoIjtzOjU6ImNsYXNzIjtzOjA6IiI7czoxMDoic2VjdGlvbl9pZCI7czowOiIiO3M6MTA6InZpc2liaWxpdHkiO3M6MDoiIjtzOjQ6ImhpZGUiO3M6MDoiIjt9czo1OiJ3cmFwcyI7YToxOntpOjA7YTozOntzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjU6Iml0ZW1zIjthOjE6e2k6MDthOjM6e3M6NDoidHlwZSI7czo2OiJjb2x1bW4iO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NjoiZmllbGRzIjthOjExOntzOjU6InRpdGxlIjtzOjE2OiJHb29nbGUgTWFwIEVtYmVkIjtzOjc6ImNvbnRlbnQiO3M6MzI0OiI8aWZyYW1lIHNyYz0iaHR0cHM6Ly93d3cuZ29vZ2xlLmNvbS9tYXBzL2VtYmVkP3BiPSExbTE0ITFtOCExbTMhMWQzOTc4LjI2ODc3NzExNjI4ODchMmQtODYuNTcxODE5MTM1NTY2NTYhM2QzNC42NjY4OTQzMzI5NjczMjQhM20yITFpMTAyNCEyaTc2OCE0ZjEzLjEhM20zITFtMiExczB4MCUzQTB4ZDExZDdmMDhkMDVhNWVmYSEyc1J1dGgncytOdXRyaXRpb24hNWUwITNtMiExc2VuITJzdXMhNHYxNDc0NDg3Njg1NTQ3IiB3aWR0aD0iMTI0MCIgaGVpZ2h0PSIzMDAiIGZyYW1lYm9yZGVyPSIwIiBzdHlsZT0iYm9yZGVyOjAiIGFsbG93ZnVsbHNjcmVlbj48L2lmcmFtZT4iO3M6NToiYWxpZ24iO3M6MDoiIjtzOjk6ImNvbHVtbl9iZyI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czoxMzoibWFyZ2luX2JvdHRvbSI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjt9fX1zOjQ6ImF0dHIiO2E6ODp7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJtb3ZlX3VwIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czoxMzoiY29sdW1uX21hcmdpbiI7czowOiIiO3M6MTQ6InZlcnRpY2FsX2FsaWduIjtzOjM6InRvcCI7czo1OiJjbGFzcyI7czowOiIiO319fX1pOjE7YToyOntzOjQ6ImF0dHIiO2E6MTc6e3M6NToidGl0bGUiO3M6MDoiIjtzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjEyOiJiZ192aWRlb19tcDQiO3M6MDoiIjtzOjEyOiJiZ192aWRlb19vZ3YiO3M6MDoiIjtzOjExOiJwYWRkaW5nX3RvcCI7czoyOiI1MCI7czoxNDoicGFkZGluZ19ib3R0b20iO3M6MToiMCI7czo3OiJkaXZpZGVyIjtzOjA6IiI7czo5OiJkZWNvcl90b3AiO3M6MDoiIjtzOjEyOiJkZWNvcl9ib3R0b20iO3M6MDoiIjtzOjEwOiJuYXZpZ2F0aW9uIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO3M6NToiY2xhc3MiO3M6MDoiIjtzOjEwOiJzZWN0aW9uX2lkIjtzOjA6IiI7czoxMDoidmlzaWJpbGl0eSI7czowOiIiO3M6NDoiaGlkZSI7czowOiIiO31zOjU6IndyYXBzIjthOjM6e2k6MDthOjM6e3M6NDoic2l6ZSI7czozOiIxLzQiO3M6NToiaXRlbXMiO2E6Mjp7aTowO2E6Mzp7czo0OiJ0eXBlIjtzOjU6ImltYWdlIjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjY6ImZpZWxkcyI7YToxNjp7czozOiJzcmMiO3M6OTg6Imh0dHBzOi8vcnV0aHNudXRyaXRpb24uZ3NnLWhvc3QuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE2LzEwL1J1dGhzLUxvZ28tY2xlYXItYmtncm5kLTgwOHgzNTEucG5nIjtzOjU6IndpZHRoIjtzOjA6IiI7czo2OiJoZWlnaHQiO3M6MDoiIjtzOjU6ImFsaWduIjtzOjY6ImNlbnRlciI7czo2OiJib3JkZXIiO3M6MToiMCI7czo2OiJtYXJnaW4iO3M6MDoiIjtzOjEzOiJtYXJnaW5fYm90dG9tIjtzOjA6IiI7czoxMDoibGlua19pbWFnZSI7czowOiIiO3M6NDoibGluayI7czowOiIiO3M6NjoidGFyZ2V0IjtzOjE6IjAiO3M6NToiaG92ZXIiO3M6MDoiIjtzOjM6ImFsdCI7czowOiIiO3M6NzoiY2FwdGlvbiI7czowOiIiO3M6OToiZ3JleXNjYWxlIjtzOjE6IjAiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO319aToxO2E6Mzp7czo0OiJ0eXBlIjtzOjEzOiJvcGVuaW5nX2hvdXJzIjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjY6ImZpZWxkcyI7YTo1OntzOjU6InRpdGxlIjtzOjA6IiI7czo3OiJjb250ZW50IjtzOjEzNjoiPHVsPjxsaT48bGFiZWw+TW9uZGF5IC0gRnJpZGF5PC9sYWJlbD48c3Bhbj45OjMwYW0tNTozMHBtPC9zcGFuPjwvbGk+DQo8bGk+PGxhYmVsPlNhdHVyZGF5PC9sYWJlbD48c3Bhbj45OjMwYW0tMjozMHBtPC9zcGFuPjwvbGk+PC91bD4NCiI7czo1OiJpbWFnZSI7czowOiIiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO319fXM6NDoiYXR0ciI7YTo4OntzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6Im1vdmVfdXAiO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjEzOiJjb2x1bW5fbWFyZ2luIjtzOjA6IiI7czoxNDoidmVydGljYWxfYWxpZ24iO3M6MzoidG9wIjtzOjU6ImNsYXNzIjtzOjA6IiI7fX1pOjE7YTozOntzOjQ6InNpemUiO3M6MzoiMS8yIjtzOjU6Iml0ZW1zIjthOjE6e2k6MDthOjM6e3M6NDoidHlwZSI7czo2OiJjb2x1bW4iO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NjoiZmllbGRzIjthOjExOntzOjU6InRpdGxlIjtzOjEyOiJDb250YWN0IGZvcm0iO3M6NzoiY29udGVudCI7czo0NToiW2NvbnRhY3QtZm9ybS03IGlkPSI4MCIgdGl0bGU9IkNvbnRhY3QgRm9ybSJdIjtzOjU6ImFsaWduIjtzOjY6ImNlbnRlciI7czo5OiJjb2x1bW5fYmciO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7fX19czo0OiJhdHRyIjthOjg6e3M6ODoiYmdfY29sb3IiO3M6NzoiI2ZmZmZmZiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6Im1vdmVfdXAiO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjEzOiJjb2x1bW5fbWFyZ2luIjtzOjQ6IjIwcHgiO3M6MTQ6InZlcnRpY2FsX2FsaWduIjtzOjM6InRvcCI7czo1OiJjbGFzcyI7czowOiIiO319aToyO2E6Mzp7czo0OiJzaXplIjtzOjM6IjEvNCI7czo1OiJpdGVtcyI7YToxOntpOjA7YTozOntzOjQ6InR5cGUiO3M6MTE6ImNvbnRhY3RfYm94IjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjY6ImZpZWxkcyI7YToxMDp7czo1OiJ0aXRsZSI7czoxNjoiUnV0aCdzIE51dHJpdGlvbiI7czo3OiJhZGRyZXNzIjtzOjY1OiI3NTQwIE1lbW9yaWFsIFBrd3kgU1cgPGJyPg0KU3VpdGUgUCAgPGJyPg0KSHVudHN2aWxsZSwgQUwgMzU4MDIgICI7czo5OiJ0ZWxlcGhvbmUiO3M6MTI6IjI1Ni04ODMtNDEyNyI7czoxMToidGVsZXBob25lXzIiO3M6MDoiIjtzOjM6ImZheCI7czowOiIiO3M6NToiZW1haWwiO3M6MDoiIjtzOjM6Ind3dyI7czowOiIiO3M6NToiaW1hZ2UiO3M6NzQ6Imh0dHA6Ly9taXR6aWNvbm5lbGwuY29tL2RlbW8xOC93cC1jb250ZW50L3VwbG9hZHMvMjAxNi8wNy9nZXRfaW5fdG91Y2gucG5nIjtzOjc6ImFuaW1hdGUiO3M6MTE6ImZhZGVJblJpZ2h0IjtzOjc6ImNsYXNzZXMiO3M6MDoiIjt9fX1zOjQ6ImF0dHIiO2E6ODp7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJtb3ZlX3VwIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czoxMzoiY29sdW1uX21hcmdpbiI7czowOiIiO3M6MTQ6InZlcnRpY2FsX2FsaWduIjtzOjM6InRvcCI7czo1OiJjbGFzcyI7czowOiIiO319fX19'),(206,14,'mfn-page-items-seo','Google Map Embed\r\n\r\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d3978.2687771162887!2d-86.57181913556656!3d34.666894332967324!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xd11d7f08d05a5efa!2sRuth\'s+Nutrition!5e0!3m2!1sen!2sus!4v1474487685547\" width=\"1240\" height=\"300\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe>\r\n\r\nno-repeat;center top;;\r\n\r\n<img src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2016/10/Ruths-Logo-clear-bkgrnd-808x351.png\" alt=\"\"/>\r\n\r\ncenter\r\n\r\n<ul><li><label>Monday - Friday</label><span>9:30am-5:30pm</span></li>\r\n<li><label>Saturday</label><span>9:30am-2:30pm</span></li></ul>\r\n\r\nContact form\r\n\r\n[contact-form-7 id=\"80\" title=\"Contact Form\"]\r\n\r\ncenter\r\n\r\nno-repeat;center top;;\r\n\r\nRuth\'s Nutrition\r\n\r\n7540 Memorial Pkwy SW <br>\r\nSuite P  <br>\r\nHuntsville, AL 35802\r\n\r\n256-883-4127\r\n\r\n<img src=\"http://mitziconnell.com/demo18/wp-content/uploads/2016/07/get_in_touch.png\" alt=\"get_in_touch\"/>\r\n\r\nfadeInRight\r\n\r\n'),(229,80,'_form','<div class=\"column one-second\">[text* your-name placeholder \"Your name\"] </div>\n<div class=\"column one-second\">[email* your-email placeholder \"Your e-mail\"] </div>\n<div class=\"column one\">[text your-subject placeholder \"Subject\"] </div>\n<div class=\"column one\">[textarea your-message x8 placeholder \"Message\"]</div>\n<div class=\"column one\">[submit \"Send a message\"]</div>'),(230,80,'_mail','a:8:{s:7:\"subject\";s:31:\"Inquiry from RuthsNutrition.com\";s:6:\"sender\";s:23:\"info@RuthsNutrition.com\";s:4:\"body\";s:153:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on RuthsNutrition.com\";s:9:\"recipient\";s:23:\"info@RuthsNutrition.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;}'),(231,80,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:35:\"BeTailor - BeTheme \"[your-subject]\"\";s:6:\"sender\";s:53:\"BeTailor - BeTheme <wordpress@themes.muffingroup.com>\";s:4:\"body\";s:137:\"Message Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on BeTailor - BeTheme (http://themes.muffingroup.com/be/tailor)\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:27:\"Reply-To: noreply@gmail.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(232,80,'_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.\";}'),(233,80,'_additional_settings',''),(234,80,'_locale','en_US'),(235,80,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(236,80,'_form','<div class=\"column one-second\">[text* your-name placeholder \"Your name\"] </div>\n<div class=\"column one-second\">[email* your-email placeholder \"Your e-mail\"] </div>\n<div class=\"column one\">[text your-subject placeholder \"Subject\"] </div>\n<div class=\"column one\">[textarea your-message x8 placeholder \"Message\"]</div>\n<div class=\"column one\">[submit \"Send a message\"]</div>'),(237,80,'_mail','a:8:{s:7:\"subject\";s:31:\"Inquiry from RuthsNutrition.com\";s:6:\"sender\";s:23:\"info@RuthsNutrition.com\";s:4:\"body\";s:153:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on RuthsNutrition.com\";s:9:\"recipient\";s:23:\"info@RuthsNutrition.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;}'),(238,80,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:35:\"BeTailor - BeTheme \"[your-subject]\"\";s:6:\"sender\";s:53:\"BeTailor - BeTheme <wordpress@themes.muffingroup.com>\";s:4:\"body\";s:137:\"Message Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on BeTailor - BeTheme (http://themes.muffingroup.com/be/tailor)\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:27:\"Reply-To: noreply@gmail.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(239,80,'_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.\";}'),(240,80,'_additional_settings',''),(241,80,'_locale','en_US'),(242,86,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(243,86,'_menu_item_type','post_type'),(244,86,'_menu_item_menu_item_parent','0'),(245,86,'_menu_item_object_id','83'),(246,86,'_menu_item_object','page'),(247,86,'_menu_item_target',''),(248,86,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(249,86,'_menu_item_xfn',''),(250,86,'_menu_item_url',''),(251,86,'menu-item-mfn-megamenu',''),(252,86,'menu-item-mfn-bg',''),(275,89,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(276,89,'_menu_item_type','post_type'),(277,89,'_menu_item_menu_item_parent','0'),(278,89,'_menu_item_object_id','14'),(279,89,'_menu_item_object','page'),(280,89,'_menu_item_target',''),(281,89,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(282,89,'_menu_item_xfn',''),(283,89,'_menu_item_url',''),(284,89,'menu-item-mfn-megamenu',''),(285,89,'menu-item-mfn-bg',''),(319,93,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(320,93,'_menu_item_type','post_type'),(321,93,'_menu_item_menu_item_parent','0'),(322,93,'_menu_item_object_id','10'),(323,93,'_menu_item_object','page'),(324,93,'_menu_item_target',''),(325,93,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(326,93,'_menu_item_xfn',''),(327,93,'_menu_item_url',''),(328,93,'menu-item-mfn-megamenu',''),(329,93,'menu-item-mfn-bg',''),(341,95,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(342,95,'_menu_item_type','post_type'),(343,95,'_menu_item_menu_item_parent','0'),(344,95,'_menu_item_object_id','8'),(345,95,'_menu_item_object','page'),(346,95,'_menu_item_target',''),(347,95,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(348,95,'_menu_item_xfn',''),(349,95,'_menu_item_url',''),(350,95,'menu-item-mfn-megamenu',''),(351,95,'menu-item-mfn-bg',''),(352,96,'_wp_attached_file','revslider/tailor/home_tailor_video.png'),(353,96,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:38:\"revslider/tailor/home_tailor_video.png\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"home_tailor_video-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:29:\"home_tailor_video-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"home_tailor_video-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"home_tailor_video-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"home_tailor_video-260x146.png\";s:5:\"width\";i:260;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:27:\"home_tailor_video-50x28.png\";s:5:\"width\";i:50;s:6:\"height\";i:28;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:28:\"home_tailor_video-133x75.png\";s:5:\"width\";i:133;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:30:\"home_tailor_video-1630x860.png\";s:5:\"width\";i:1630;s:6:\"height\";i:860;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:27:\"home_tailor_video-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:27:\"home_tailor_video-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:31:\"home_tailor_video-1280x1000.png\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:30:\"home_tailor_video-1280x500.png\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:30:\"home_tailor_video-768x1080.png\";s:5:\"width\";i:768;s:6:\"height\";i:1080;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:30:\"home_tailor_video-1920x750.png\";s:5:\"width\";i:1920;s:6:\"height\";i:750;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:29:\"home_tailor_video-960x750.png\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:30:\"home_tailor_video-1200x480.png\";s:5:\"width\";i:1200;s:6:\"height\";i:480;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:{}}}'),(354,97,'_wp_attached_file','revslider/tailor/home_tailor_video.mp4'),(355,98,'_wp_attached_file','revslider/tailor/home_tailor_video.ogv'),(356,99,'_wp_attached_file','revslider/tailor/home_tailor_slider_icon.png'),(357,99,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:44;s:6:\"height\";i:47;s:4:\"file\";s:44:\"revslider/tailor/home_tailor_slider_icon.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(358,100,'_wp_attached_file','revslider/tailor/home_tailor_slider_sep.png'),(359,100,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:481;s:6:\"height\";i:1;s:4:\"file\";s:43:\"revslider/tailor/home_tailor_slider_sep.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"home_tailor_slider_sep-150x1.png\";s:5:\"width\";i:150;s:6:\"height\";i:1;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"home_tailor_slider_sep-300x1.png\";s:5:\"width\";i:300;s:6:\"height\";i:1;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"home_tailor_slider_sep-260x1.png\";s:5:\"width\";i:260;s:6:\"height\";i:1;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:31:\"home_tailor_slider_sep-50x1.png\";s:5:\"width\";i:50;s:6:\"height\";i:1;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:32:\"home_tailor_slider_sep-150x1.png\";s:5:\"width\";i:150;s:6:\"height\";i:1;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:31:\"home_tailor_slider_sep-85x1.png\";s:5:\"width\";i:85;s:6:\"height\";i:1;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:31:\"home_tailor_slider_sep-80x1.png\";s:5:\"width\";i:80;s:6:\"height\";i:1;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:{}}}'),(360,12,'_edit_lock','1469856452:1'),(361,101,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(362,101,'_wp_page_template','default'),(363,101,'_wp_page_template','default'),(364,101,'slide_template','default'),(365,101,'slide_template','default'),(366,101,'mfn-post-hide-content','0'),(367,101,'mfn-post-hide-content','0'),(368,101,'mfn-post-slider','0'),(369,101,'mfn-post-slider','0'),(370,101,'mfn-post-slider-layer','0'),(371,101,'mfn-post-slider-layer','0'),(372,101,'mfn-post-hide-title','0'),(373,101,'mfn-post-hide-title','0'),(374,101,'mfn-post-remove-padding','1'),(375,101,'mfn-post-remove-padding','1'),(376,101,'mfn-post-custom-layout','0'),(377,101,'mfn-post-custom-layout','0'),(378,101,'mfn-post-one-page','0'),(379,101,'mfn-post-one-page','0'),(380,101,'mfn-post-menu','0'),(381,101,'mfn-post-menu','0'),(386,101,'mfn-page-items-seo','Our Health Blog\r\n\r\nYour Information Station\r\n\r\nline\r\n\r\n4\r\n\r\ntimeline\r\n\r\n2\r\n\r\nQuestions? Contact us\r\n\r\n<p style=\"text-align: right; font-size: 20px; font-weight: 600;\"><span style=\"color: #ffffff;\">Questions?</span> <a style=\"font-size: 20px; font-weight: 600;\" href=\"http://74.124.197.205/~ruthsnut/contact\">Contact us!<i class=\"icon icon-right-circled\" style=\"margin-right: 7px;\"></i></a></p>\r\n\r\nno-repeat;center top;;\r\n\r\n0px 5% 0px 0px\r\n\r\n'),(387,101,'mfn-page-items-seo','Our Health Blog\r\n\r\nYour Information Station\r\n\r\nline\r\n\r\n4\r\n\r\ntimeline\r\n\r\n2\r\n\r\nQuestions? Contact us\r\n\r\n<p style=\"text-align: right; font-size: 20px; font-weight: 600;\"><span style=\"color: #ffffff;\">Questions?</span> <a style=\"font-size: 20px; font-weight: 600;\" href=\"http://74.124.197.205/~ruthsnut/contact\">Contact us!<i class=\"icon icon-right-circled\" style=\"margin-right: 7px;\"></i></a></p>\r\n\r\nno-repeat;center top;;\r\n\r\n0px 5% 0px 0px\r\n\r\n'),(388,101,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(389,101,'_edit_lock','1582748277:2'),(390,101,'_dp_original','12'),(391,101,'_edit_last','2'),(392,101,'eg_sources_html5_mp4',''),(393,101,'eg_sources_html5_ogv',''),(394,101,'eg_sources_html5_webm',''),(395,101,'eg_sources_youtube',''),(396,101,'eg_sources_vimeo',''),(397,101,'eg_sources_wistia',''),(398,101,'eg_sources_image',''),(399,101,'eg_sources_iframe',''),(400,101,'eg_sources_soundcloud',''),(401,101,'eg_vimeo_ratio','0'),(402,101,'eg_youtube_ratio','0'),(403,101,'eg_wistia_ratio','0'),(404,101,'eg_html5_ratio','0'),(405,101,'eg_soundcloud_ratio','0'),(406,101,'eg_settings_custom_meta_skin',''),(407,101,'eg_settings_custom_meta_element',''),(408,101,'eg_settings_custom_meta_setting',''),(409,101,'eg_settings_custom_meta_style',''),(410,101,'_wpb_vc_js_status','true'),(411,103,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(412,103,'_menu_item_type','post_type'),(413,103,'_menu_item_menu_item_parent','0'),(414,103,'_menu_item_object_id','101'),(415,103,'_menu_item_object','page'),(416,103,'_menu_item_target',''),(417,103,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(418,103,'_menu_item_xfn',''),(419,103,'_menu_item_url',''),(421,103,'menu-item-mfn-megamenu',''),(422,103,'menu-item-mfn-bg',''),(423,83,'_edit_lock','1611781373:3'),(424,83,'eg_sources_html5_mp4',''),(425,83,'eg_sources_html5_ogv',''),(426,83,'eg_sources_html5_webm',''),(427,83,'eg_sources_youtube',''),(428,83,'eg_sources_vimeo',''),(429,83,'eg_sources_wistia',''),(430,83,'eg_sources_image',''),(431,83,'eg_sources_iframe',''),(432,83,'eg_sources_soundcloud',''),(433,83,'eg_vimeo_ratio','0'),(434,83,'eg_youtube_ratio','0'),(435,83,'eg_wistia_ratio','0'),(436,83,'eg_html5_ratio','0'),(437,83,'eg_soundcloud_ratio','0'),(438,83,'eg_settings_custom_meta_skin',''),(439,83,'eg_settings_custom_meta_element',''),(440,83,'eg_settings_custom_meta_setting',''),(441,83,'eg_settings_custom_meta_style',''),(442,83,'_wpb_vc_js_status','true'),(443,105,'_wp_attached_file','2016/07/600x600.gif'),(444,105,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:19:\"2016/07/600x600.gif\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"600x600-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:19:\"600x600-300x300.gif\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/gif\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"600x600-146x146.gif\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/gif\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:17:\"600x600-50x50.gif\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/gif\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:17:\"600x600-75x75.gif\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/gif\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:17:\"600x600-85x85.gif\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/gif\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:17:\"600x600-80x80.gif\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/gif\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:19:\"600x600-600x500.gif\";s:5:\"width\";i:600;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/gif\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:19:\"600x600-600x480.gif\";s:5:\"width\";i:600;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),(445,107,'_wp_attached_file','2016/07/900x900-spices.jpg'),(446,107,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:900;s:6:\"height\";i:900;s:4:\"file\";s:26:\"2016/07/900x900-spices.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"900x900-spices-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"900x900-spices-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"900x900-spices-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"900x900-spices-146x146.jpg\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:24:\"900x900-spices-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:24:\"900x900-spices-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:26:\"900x900-spices-900x860.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:24:\"900x900-spices-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:24:\"900x900-spices-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:26:\"900x900-spices-900x500.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:26:\"900x900-spices-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:26:\"900x900-spices-900x750.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:26:\"900x900-spices-900x750.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:26:\"900x900-spices-900x480.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:480;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:{}}}'),(447,108,'_wp_attached_file','2016/07/900x900-ess-oils.jpg'),(448,108,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:900;s:6:\"height\";i:900;s:4:\"file\";s:28:\"2016/07/900x900-ess-oils.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"900x900-ess-oils-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"900x900-ess-oils-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"900x900-ess-oils-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"900x900-ess-oils-146x146.jpg\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:26:\"900x900-ess-oils-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:26:\"900x900-ess-oils-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:28:\"900x900-ess-oils-900x860.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:26:\"900x900-ess-oils-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:26:\"900x900-ess-oils-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:28:\"900x900-ess-oils-900x500.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:28:\"900x900-ess-oils-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:28:\"900x900-ess-oils-900x750.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:28:\"900x900-ess-oils-900x750.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:28:\"900x900-ess-oils-900x480.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:17:\"Canon EOS Kiss X7\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1433102704\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"52\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(449,109,'_wp_attached_file','2016/07/900x900-vegs.jpg'),(450,109,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:900;s:6:\"height\";i:900;s:4:\"file\";s:24:\"2016/07/900x900-vegs.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"900x900-vegs-150x150.jpg\";s:5:\"width\";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:\"900x900-vegs-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"900x900-vegs-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"900x900-vegs-146x146.jpg\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:22:\"900x900-vegs-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:22:\"900x900-vegs-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:24:\"900x900-vegs-900x860.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:22:\"900x900-vegs-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:22:\"900x900-vegs-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:24:\"900x900-vegs-900x500.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:24:\"900x900-vegs-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:24:\"900x900-vegs-900x750.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:24:\"900x900-vegs-900x750.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:24:\"900x900-vegs-900x480.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:480;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:{}}}'),(451,83,'_edit_last','3'),(452,112,'_wp_attached_file','2016/07/bkgrnd-brown-leaves.jpg'),(453,112,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1125;s:6:\"height\";i:1125;s:4:\"file\";s:31:\"2016/07/bkgrnd-brown-leaves.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"bkgrnd-brown-leaves-150x150.jpg\";s:5:\"width\";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:\"bkgrnd-brown-leaves-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"bkgrnd-brown-leaves-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"bkgrnd-brown-leaves-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"bkgrnd-brown-leaves-146x146.jpg\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:29:\"bkgrnd-brown-leaves-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:29:\"bkgrnd-brown-leaves-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:32:\"bkgrnd-brown-leaves-1125x860.jpg\";s:5:\"width\";i:1125;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:29:\"bkgrnd-brown-leaves-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:29:\"bkgrnd-brown-leaves-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:33:\"bkgrnd-brown-leaves-1125x1000.jpg\";s:5:\"width\";i:1125;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:32:\"bkgrnd-brown-leaves-1125x500.jpg\";s:5:\"width\";i:1125;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:32:\"bkgrnd-brown-leaves-768x1125.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1125;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:32:\"bkgrnd-brown-leaves-1125x750.jpg\";s:5:\"width\";i:1125;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:31:\"bkgrnd-brown-leaves-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:32:\"bkgrnd-brown-leaves-1125x480.jpg\";s:5:\"width\";i:1125;s:6:\"height\";i:480;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:{}}}'),(454,113,'_wp_attached_file','2016/07/Bkgrnd-Brown-Wood-Wallpaper-Background-Pattern-2894.jpg'),(455,113,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2560;s:6:\"height\";i:1600;s:4:\"file\";s:63:\"2016/07/Bkgrnd-Brown-Wood-Wallpaper-Background-Pattern-2894.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:63:\"Bkgrnd-Brown-Wood-Wallpaper-Background-Pattern-2894-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:63:\"Bkgrnd-Brown-Wood-Wallpaper-Background-Pattern-2894-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:63:\"Bkgrnd-Brown-Wood-Wallpaper-Background-Pattern-2894-768x480.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:64:\"Bkgrnd-Brown-Wood-Wallpaper-Background-Pattern-2894-1024x640.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:63:\"Bkgrnd-Brown-Wood-Wallpaper-Background-Pattern-2894-234x146.jpg\";s:5:\"width\";i:234;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:61:\"Bkgrnd-Brown-Wood-Wallpaper-Background-Pattern-2894-50x31.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:62:\"Bkgrnd-Brown-Wood-Wallpaper-Background-Pattern-2894-120x75.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:64:\"Bkgrnd-Brown-Wood-Wallpaper-Background-Pattern-2894-1630x860.jpg\";s:5:\"width\";i:1630;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:61:\"Bkgrnd-Brown-Wood-Wallpaper-Background-Pattern-2894-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:61:\"Bkgrnd-Brown-Wood-Wallpaper-Background-Pattern-2894-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:65:\"Bkgrnd-Brown-Wood-Wallpaper-Background-Pattern-2894-1280x1000.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:64:\"Bkgrnd-Brown-Wood-Wallpaper-Background-Pattern-2894-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:64:\"Bkgrnd-Brown-Wood-Wallpaper-Background-Pattern-2894-768x1200.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:64:\"Bkgrnd-Brown-Wood-Wallpaper-Background-Pattern-2894-1920x750.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:63:\"Bkgrnd-Brown-Wood-Wallpaper-Background-Pattern-2894-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:64:\"Bkgrnd-Brown-Wood-Wallpaper-Background-Pattern-2894-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;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:{}}}'),(456,114,'_wp_attached_file','2016/07/bkgrnd-light-brown-background-pattern-1807213.jpg'),(457,114,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:120;s:6:\"height\";i:85;s:4:\"file\";s:57:\"2016/07/bkgrnd-light-brown-background-pattern-1807213.jpg\";s:5:\"sizes\";a:4:{s:5:\"50x50\";a:4:{s:4:\"file\";s:55:\"bkgrnd-light-brown-background-pattern-1807213-50x35.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:35;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:56:\"bkgrnd-light-brown-background-pattern-1807213-106x75.jpg\";s:5:\"width\";i:106;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:55:\"bkgrnd-light-brown-background-pattern-1807213-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:55:\"bkgrnd-light-brown-background-pattern-1807213-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:31:\"(c) Madartists | Dreamstime.com\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(458,115,'_wp_attached_file','2016/07/bkgrnd-chocolate-brown-knit-fabric-with-diamond-pattern-texture-190x190.jpg'),(459,115,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:190;s:6:\"height\";i:190;s:4:\"file\";s:83:\"2016/07/bkgrnd-chocolate-brown-knit-fabric-with-diamond-pattern-texture-190x190.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:83:\"bkgrnd-chocolate-brown-knit-fabric-with-diamond-pattern-texture-190x190-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:83:\"bkgrnd-chocolate-brown-knit-fabric-with-diamond-pattern-texture-190x190-146x146.jpg\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:81:\"bkgrnd-chocolate-brown-knit-fabric-with-diamond-pattern-texture-190x190-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:81:\"bkgrnd-chocolate-brown-knit-fabric-with-diamond-pattern-texture-190x190-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:81:\"bkgrnd-chocolate-brown-knit-fabric-with-diamond-pattern-texture-190x190-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:81:\"bkgrnd-chocolate-brown-knit-fabric-with-diamond-pattern-texture-190x190-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(460,116,'_wp_attached_file','2016/07/bkgrnd-brown_interlocking_circles_indented_background_seamless.jpg'),(461,116,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:400;s:4:\"file\";s:74:\"2016/07/bkgrnd-brown_interlocking_circles_indented_background_seamless.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:74:\"bkgrnd-brown_interlocking_circles_indented_background_seamless-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:74:\"bkgrnd-brown_interlocking_circles_indented_background_seamless-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:74:\"bkgrnd-brown_interlocking_circles_indented_background_seamless-146x146.jpg\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:72:\"bkgrnd-brown_interlocking_circles_indented_background_seamless-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:72:\"bkgrnd-brown_interlocking_circles_indented_background_seamless-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:72:\"bkgrnd-brown_interlocking_circles_indented_background_seamless-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:72:\"bkgrnd-brown_interlocking_circles_indented_background_seamless-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(462,117,'_wp_attached_file','2016/07/bkgrnd-depositphotos_17229019-Seamless-green-leaves-pattern.jpg'),(463,117,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:4:\"file\";s:71:\"2016/07/bkgrnd-depositphotos_17229019-Seamless-green-leaves-pattern.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:71:\"bkgrnd-depositphotos_17229019-Seamless-green-leaves-pattern-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:71:\"bkgrnd-depositphotos_17229019-Seamless-green-leaves-pattern-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:71:\"bkgrnd-depositphotos_17229019-Seamless-green-leaves-pattern-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:71:\"bkgrnd-depositphotos_17229019-Seamless-green-leaves-pattern-146x146.jpg\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:69:\"bkgrnd-depositphotos_17229019-Seamless-green-leaves-pattern-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:69:\"bkgrnd-depositphotos_17229019-Seamless-green-leaves-pattern-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:72:\"bkgrnd-depositphotos_17229019-Seamless-green-leaves-pattern-1024x860.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:69:\"bkgrnd-depositphotos_17229019-Seamless-green-leaves-pattern-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:69:\"bkgrnd-depositphotos_17229019-Seamless-green-leaves-pattern-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:73:\"bkgrnd-depositphotos_17229019-Seamless-green-leaves-pattern-1024x1000.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:72:\"bkgrnd-depositphotos_17229019-Seamless-green-leaves-pattern-1024x500.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:72:\"bkgrnd-depositphotos_17229019-Seamless-green-leaves-pattern-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:72:\"bkgrnd-depositphotos_17229019-Seamless-green-leaves-pattern-1024x750.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:71:\"bkgrnd-depositphotos_17229019-Seamless-green-leaves-pattern-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:72:\"bkgrnd-depositphotos_17229019-Seamless-green-leaves-pattern-1024x480.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:480;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:{}}}'),(464,119,'_wp_attached_file','2016/07/bkgrnd-green-pastel-background-6332.jpg'),(465,119,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:404;s:6:\"height\";i:362;s:4:\"file\";s:47:\"2016/07/bkgrnd-green-pastel-background-6332.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"bkgrnd-green-pastel-background-6332-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:47:\"bkgrnd-green-pastel-background-6332-300x269.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:47:\"bkgrnd-green-pastel-background-6332-163x146.jpg\";s:5:\"width\";i:163;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:45:\"bkgrnd-green-pastel-background-6332-50x45.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:45;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:45:\"bkgrnd-green-pastel-background-6332-84x75.jpg\";s:5:\"width\";i:84;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:45:\"bkgrnd-green-pastel-background-6332-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:45:\"bkgrnd-green-pastel-background-6332-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(466,121,'_wp_attached_file','2016/07/bkgrnd-striated-pale-green-leaves.gif'),(467,121,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:45:\"2016/07/bkgrnd-striated-pale-green-leaves.gif\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"bkgrnd-striated-pale-green-leaves-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"bkgrnd-striated-pale-green-leaves-146x146.gif\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/gif\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:43:\"bkgrnd-striated-pale-green-leaves-50x50.gif\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/gif\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:43:\"bkgrnd-striated-pale-green-leaves-75x75.gif\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/gif\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:43:\"bkgrnd-striated-pale-green-leaves-85x85.gif\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/gif\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:43:\"bkgrnd-striated-pale-green-leaves-80x80.gif\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),(468,123,'_wp_attached_file','2016/07/bkgrnd-WA7820S.jpg'),(469,123,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:175;s:6:\"height\";i:175;s:4:\"file\";s:26:\"2016/07/bkgrnd-WA7820S.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"bkgrnd-WA7820S-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"bkgrnd-WA7820S-146x146.jpg\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:24:\"bkgrnd-WA7820S-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:24:\"bkgrnd-WA7820S-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:24:\"bkgrnd-WA7820S-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:24:\"bkgrnd-WA7820S-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(470,125,'_wp_attached_file','2016/07/bkgrnd-kitchen-seamless-pattern-white-vegetables-light-green-background-vector-illustration-your-design-50288158.jpg'),(471,125,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:120;s:6:\"height\";i:120;s:4:\"file\";s:124:\"2016/07/bkgrnd-kitchen-seamless-pattern-white-vegetables-light-green-background-vector-illustration-your-design-50288158.jpg\";s:5:\"sizes\";a:4:{s:5:\"50x50\";a:4:{s:4:\"file\";s:122:\"bkgrnd-kitchen-seamless-pattern-white-vegetables-light-green-background-vector-illustration-your-design-50288158-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:122:\"bkgrnd-kitchen-seamless-pattern-white-vegetables-light-green-background-vector-illustration-your-design-50288158-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:122:\"bkgrnd-kitchen-seamless-pattern-white-vegetables-light-green-background-vector-illustration-your-design-50288158-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:122:\"bkgrnd-kitchen-seamless-pattern-white-vegetables-light-green-background-vector-illustration-your-design-50288158-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(472,128,'_wp_attached_file','2016/07/bkgrnd-901932924-0d0bd7a7345d52b0.jpg'),(473,128,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:120;s:6:\"height\";i:120;s:4:\"file\";s:45:\"2016/07/bkgrnd-901932924-0d0bd7a7345d52b0.jpg\";s:5:\"sizes\";a:4:{s:5:\"50x50\";a:4:{s:4:\"file\";s:43:\"bkgrnd-901932924-0d0bd7a7345d52b0-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:43:\"bkgrnd-901932924-0d0bd7a7345d52b0-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:43:\"bkgrnd-901932924-0d0bd7a7345d52b0-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:43:\"bkgrnd-901932924-0d0bd7a7345d52b0-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(474,130,'_wp_attached_file','2016/07/bkgrnd-images.jpg'),(475,130,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:96;s:6:\"height\";i:96;s:4:\"file\";s:25:\"2016/07/bkgrnd-images.jpg\";s:5:\"sizes\";a:4:{s:5:\"50x50\";a:4:{s:4:\"file\";s:23:\"bkgrnd-images-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:23:\"bkgrnd-images-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:23:\"bkgrnd-images-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:23:\"bkgrnd-images-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(476,132,'_wp_attached_file','2016/07/bkgrnd-dirty-paper-seamless-background.jpg'),(477,132,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:256;s:6:\"height\";i:256;s:4:\"file\";s:50:\"2016/07/bkgrnd-dirty-paper-seamless-background.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"bkgrnd-dirty-paper-seamless-background-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:50:\"bkgrnd-dirty-paper-seamless-background-146x146.jpg\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:48:\"bkgrnd-dirty-paper-seamless-background-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:48:\"bkgrnd-dirty-paper-seamless-background-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:48:\"bkgrnd-dirty-paper-seamless-background-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:48:\"bkgrnd-dirty-paper-seamless-background-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(478,134,'_wp_attached_file','2016/07/bkgrnd-0002-light-pink-velvet-fabric-texture-seamless.jpg'),(479,134,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:280;s:6:\"height\";i:280;s:4:\"file\";s:65:\"2016/07/bkgrnd-0002-light-pink-velvet-fabric-texture-seamless.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:65:\"bkgrnd-0002-light-pink-velvet-fabric-texture-seamless-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:65:\"bkgrnd-0002-light-pink-velvet-fabric-texture-seamless-146x146.jpg\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:63:\"bkgrnd-0002-light-pink-velvet-fabric-texture-seamless-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:63:\"bkgrnd-0002-light-pink-velvet-fabric-texture-seamless-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:63:\"bkgrnd-0002-light-pink-velvet-fabric-texture-seamless-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:63:\"bkgrnd-0002-light-pink-velvet-fabric-texture-seamless-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(480,10,'_edit_lock','1561580116:2'),(481,10,'eg_sources_html5_mp4',''),(482,10,'eg_sources_html5_ogv',''),(483,10,'eg_sources_html5_webm',''),(484,10,'eg_sources_youtube',''),(485,10,'eg_sources_vimeo',''),(486,10,'eg_sources_wistia',''),(487,10,'eg_sources_image',''),(488,10,'eg_sources_iframe',''),(489,10,'eg_sources_soundcloud',''),(490,10,'eg_vimeo_ratio','0'),(491,10,'eg_youtube_ratio','0'),(492,10,'eg_wistia_ratio','0'),(493,10,'eg_html5_ratio','0'),(494,10,'eg_soundcloud_ratio','0'),(495,10,'eg_settings_custom_meta_skin',''),(496,10,'eg_settings_custom_meta_element',''),(497,10,'eg_settings_custom_meta_setting',''),(498,10,'eg_settings_custom_meta_style',''),(499,10,'_wpb_vc_js_status','true'),(500,10,'_edit_last','2'),(501,139,'_wp_attached_file','2016/08/ruthnutrition-logo-2.jpg'),(502,139,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:906;s:6:\"height\";i:386;s:4:\"file\";s:32:\"2016/08/ruthnutrition-logo-2.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"ruthnutrition-logo-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"ruthnutrition-logo-2-300x128.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"ruthnutrition-logo-2-768x327.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"ruthnutrition-logo-2-260x111.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:111;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:30:\"ruthnutrition-logo-2-50x21.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:21;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:31:\"ruthnutrition-logo-2-150x64.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:30:\"ruthnutrition-logo-2-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:30:\"ruthnutrition-logo-2-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:32:\"ruthnutrition-logo-2-768x386.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:386;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:{}}}'),(503,140,'_wp_attached_file','2016/08/ruthnutrition-logo-puzzle.png'),(504,140,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:341;s:6:\"height\";i:385;s:4:\"file\";s:37:\"2016/08/ruthnutrition-logo-puzzle.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"ruthnutrition-logo-puzzle-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:37:\"ruthnutrition-logo-puzzle-266x300.png\";s:5:\"width\";i:266;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"ruthnutrition-logo-puzzle-129x146.png\";s:5:\"width\";i:129;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:35:\"ruthnutrition-logo-puzzle-44x50.png\";s:5:\"width\";i:44;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:35:\"ruthnutrition-logo-puzzle-66x75.png\";s:5:\"width\";i:66;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:35:\"ruthnutrition-logo-puzzle-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:35:\"ruthnutrition-logo-puzzle-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(505,141,'_wp_attached_file','2016/08/ruthnutrition-logo-puzzle-1.png'),(506,141,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:529;s:6:\"height\";i:538;s:4:\"file\";s:39:\"2016/08/ruthnutrition-logo-puzzle-1.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"ruthnutrition-logo-puzzle-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"ruthnutrition-logo-puzzle-1-295x300.png\";s:5:\"width\";i:295;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"ruthnutrition-logo-puzzle-1-144x146.png\";s:5:\"width\";i:144;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:37:\"ruthnutrition-logo-puzzle-1-50x50.png\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:37:\"ruthnutrition-logo-puzzle-1-74x75.png\";s:5:\"width\";i:74;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:37:\"ruthnutrition-logo-puzzle-1-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:37:\"ruthnutrition-logo-puzzle-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:39:\"ruthnutrition-logo-puzzle-1-529x500.png\";s:5:\"width\";i:529;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:39:\"ruthnutrition-logo-puzzle-1-529x480.png\";s:5:\"width\";i:529;s:6:\"height\";i:480;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:{}}}'),(507,1,'_edit_lock','1476122026:1'),(508,1,'_edit_last','1'),(509,1,'slide_template','default'),(510,1,'eg_sources_html5_mp4',''),(511,1,'eg_sources_html5_ogv',''),(512,1,'eg_sources_html5_webm',''),(513,1,'eg_sources_youtube',''),(514,1,'eg_sources_vimeo',''),(515,1,'eg_sources_wistia',''),(516,1,'eg_sources_image',''),(517,1,'eg_sources_iframe',''),(518,1,'eg_sources_soundcloud',''),(519,1,'eg_vimeo_ratio','0'),(520,1,'eg_youtube_ratio','0'),(521,1,'eg_wistia_ratio','0'),(522,1,'eg_html5_ratio','0'),(523,1,'eg_soundcloud_ratio','0'),(524,1,'eg_settings_custom_meta_skin',''),(525,1,'eg_settings_custom_meta_element',''),(526,1,'eg_settings_custom_meta_setting',''),(527,1,'eg_settings_custom_meta_style',''),(528,1,'mfn-post-hide-content','0'),(529,1,'mfn-post-slider','0'),(530,1,'mfn-post-slider-layer','0'),(531,1,'mfn-post-hide-title','0'),(532,1,'mfn-post-remove-padding','0'),(533,1,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(534,1,'mfn-post-hide-image','0'),(535,1,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(537,145,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(538,145,'_edit_last','1'),(539,145,'_edit_lock','1476117952:1'),(540,146,'_wp_attached_file','2016/08/wellness-01.jpg'),(541,146,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:23:\"2016/08/wellness-01.jpg\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"wellness-01-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"wellness-01-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"wellness-01-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"wellness-01-146x146.jpg\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:21:\"wellness-01-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:21:\"wellness-01-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:21:\"wellness-01-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:21:\"wellness-01-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:23:\"wellness-01-800x500.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:23:\"wellness-01-768x800.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:23:\"wellness-01-800x750.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:23:\"wellness-01-800x750.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:23:\"wellness-01-800x480.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:12:\"Getty Images\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:40:\"young woman applying lotion on her hands\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:13:\"(c) Stockbyte\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:8:\"56570478\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(542,147,'_wp_attached_file','2016/08/wellness-02.jpg'),(543,147,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:23:\"2016/08/wellness-02.jpg\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"wellness-02-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"wellness-02-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"wellness-02-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"wellness-02-146x146.jpg\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:21:\"wellness-02-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:21:\"wellness-02-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:21:\"wellness-02-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:21:\"wellness-02-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:23:\"wellness-02-800x500.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:23:\"wellness-02-768x800.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:23:\"wellness-02-800x750.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:23:\"wellness-02-800x750.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:23:\"wellness-02-800x480.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"13\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"NIKON D90\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1424708543\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"22\";s:3:\"iso\";s:3:\"160\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(544,148,'_wp_attached_file','2016/08/wellness-03.jpg'),(545,148,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:23:\"2016/08/wellness-03.jpg\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"wellness-03-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"wellness-03-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"wellness-03-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"wellness-03-146x146.jpg\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:21:\"wellness-03-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:21:\"wellness-03-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:21:\"wellness-03-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:21:\"wellness-03-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:23:\"wellness-03-800x500.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:23:\"wellness-03-768x800.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:23:\"wellness-03-800x750.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:23:\"wellness-03-800x750.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:23:\"wellness-03-800x480.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:480;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:{}}}'),(546,145,'_thumbnail_id','796'),(548,145,'slide_template','default'),(549,145,'eg_sources_html5_mp4',''),(550,145,'eg_sources_html5_ogv',''),(551,145,'eg_sources_html5_webm',''),(552,145,'eg_sources_youtube',''),(553,145,'eg_sources_vimeo',''),(554,145,'eg_sources_wistia',''),(555,145,'eg_sources_image',''),(556,145,'eg_sources_iframe',''),(557,145,'eg_sources_soundcloud',''),(558,145,'eg_vimeo_ratio','0'),(559,145,'eg_youtube_ratio','0'),(560,145,'eg_wistia_ratio','0'),(561,145,'eg_html5_ratio','0'),(562,145,'eg_soundcloud_ratio','0'),(563,145,'eg_settings_custom_meta_skin',''),(564,145,'eg_settings_custom_meta_element',''),(565,145,'eg_settings_custom_meta_setting',''),(566,145,'eg_settings_custom_meta_style',''),(567,145,'mfn-post-hide-content','0'),(568,145,'mfn-post-slider','0'),(569,145,'mfn-post-slider-layer','0'),(570,145,'mfn-post-hide-title','1'),(571,145,'mfn-post-remove-padding','0'),(572,145,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(573,145,'mfn-post-hide-image','0'),(574,145,'_wpb_vc_js_status','true'),(575,150,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(576,150,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(577,150,'_edit_last','1'),(578,150,'_edit_lock','1480540469:2'),(580,150,'slide_template','default'),(581,150,'eg_sources_html5_mp4',''),(582,150,'eg_sources_html5_ogv',''),(583,150,'eg_sources_html5_webm',''),(584,150,'eg_sources_youtube',''),(585,150,'eg_sources_vimeo',''),(586,150,'eg_sources_wistia',''),(587,150,'eg_sources_image',''),(588,150,'eg_sources_iframe',''),(589,150,'eg_sources_soundcloud',''),(590,150,'eg_vimeo_ratio','0'),(591,150,'eg_youtube_ratio','0'),(592,150,'eg_wistia_ratio','0'),(593,150,'eg_html5_ratio','0'),(594,150,'eg_soundcloud_ratio','0'),(595,150,'eg_settings_custom_meta_skin',''),(596,150,'eg_settings_custom_meta_element',''),(597,150,'eg_settings_custom_meta_setting',''),(598,150,'eg_settings_custom_meta_style',''),(599,150,'mfn-post-hide-content','0'),(600,150,'mfn-post-slider','0'),(601,150,'mfn-post-slider-layer','0'),(602,150,'mfn-post-hide-title','1'),(603,150,'mfn-post-remove-padding','0'),(604,150,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(605,150,'mfn-post-hide-image','1'),(606,150,'_wpb_vc_js_status','true'),(607,150,'_dp_original','145'),(608,150,'_thumbnail_id','795'),(610,152,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(611,152,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(612,152,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(613,152,'_edit_last','1'),(614,152,'_edit_lock','1483474087:2'),(615,152,'slide_template','default'),(616,152,'eg_sources_html5_mp4',''),(617,152,'eg_sources_html5_ogv',''),(618,152,'eg_sources_html5_webm',''),(619,152,'eg_sources_youtube',''),(620,152,'eg_sources_vimeo',''),(621,152,'eg_sources_wistia',''),(622,152,'eg_sources_image',''),(623,152,'eg_sources_iframe',''),(624,152,'eg_sources_soundcloud',''),(625,152,'eg_vimeo_ratio','0'),(626,152,'eg_youtube_ratio','0'),(627,152,'eg_wistia_ratio','0'),(628,152,'eg_html5_ratio','0'),(629,152,'eg_soundcloud_ratio','0'),(630,152,'eg_settings_custom_meta_skin',''),(631,152,'eg_settings_custom_meta_element',''),(632,152,'eg_settings_custom_meta_setting',''),(633,152,'eg_settings_custom_meta_style',''),(634,152,'mfn-post-hide-content','0'),(635,152,'mfn-post-slider','0'),(636,152,'mfn-post-slider-layer','0'),(637,152,'mfn-post-hide-title','1'),(638,152,'mfn-post-remove-padding','0'),(639,152,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(640,152,'mfn-post-hide-image','1'),(641,152,'_wpb_vc_js_status','true'),(644,152,'_dp_original','150'),(645,152,'_thumbnail_id','794'),(647,154,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(648,154,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(649,154,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(650,154,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(651,154,'_edit_last','1'),(652,154,'_edit_lock','1473573627:1'),(653,154,'slide_template',''),(654,154,'eg_sources_html5_mp4',''),(655,154,'eg_sources_html5_ogv',''),(656,154,'eg_sources_html5_webm',''),(657,154,'eg_sources_youtube',''),(658,154,'eg_sources_vimeo',''),(659,154,'eg_sources_wistia',''),(660,154,'eg_sources_image',''),(661,154,'eg_sources_iframe',''),(662,154,'eg_sources_soundcloud',''),(663,154,'eg_vimeo_ratio','0'),(664,154,'eg_youtube_ratio','0'),(665,154,'eg_wistia_ratio','0'),(666,154,'eg_html5_ratio','0'),(667,154,'eg_soundcloud_ratio','0'),(668,154,'eg_settings_custom_meta_skin',''),(669,154,'eg_settings_custom_meta_element',''),(670,154,'eg_settings_custom_meta_setting',''),(671,154,'eg_settings_custom_meta_style',''),(672,154,'mfn-post-hide-content','0'),(673,154,'mfn-post-slider','0'),(674,154,'mfn-post-slider-layer','0'),(675,154,'mfn-post-hide-title','1'),(676,154,'mfn-post-remove-padding','0'),(677,154,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(678,154,'mfn-post-hide-image','1'),(679,154,'_wpb_vc_js_status','true'),(682,154,'_dp_original','152'),(683,154,'_thumbnail_id','109'),(684,154,'mfn-post-love','0'),(686,158,'_wp_attached_file','2016/08/900x900-ess-oils.jpg'),(687,158,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:900;s:6:\"height\";i:900;s:4:\"file\";s:28:\"2016/08/900x900-ess-oils.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"900x900-ess-oils-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"900x900-ess-oils-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"900x900-ess-oils-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"900x900-ess-oils-146x146.jpg\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:26:\"900x900-ess-oils-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:26:\"900x900-ess-oils-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:28:\"900x900-ess-oils-900x860.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:26:\"900x900-ess-oils-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:26:\"900x900-ess-oils-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:28:\"900x900-ess-oils-900x500.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:28:\"900x900-ess-oils-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:28:\"900x900-ess-oils-900x750.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:28:\"900x900-ess-oils-900x750.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:28:\"900x900-ess-oils-900x480.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:17:\"Canon EOS Kiss X7\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1433102704\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"52\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(689,152,'mfn-post-love','0'),(690,152,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(691,152,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(694,150,'mfn-post-layout','no-sidebar'),(696,145,'mfn-post-layout','no-sidebar'),(697,145,'mfn-post-love','0'),(700,150,'mfn-post-love','0'),(701,163,'_wp_attached_file','2016/07/health-road-map.jpg'),(702,163,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:27:\"2016/07/health-road-map.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"health-road-map-150x150.jpg\";s:5:\"width\";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:\"health-road-map-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"health-road-map-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"health-road-map-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"health-road-map-219x146.jpg\";s:5:\"width\";i:219;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:25:\"health-road-map-50x33.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:33;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:26:\"health-road-map-113x75.jpg\";s:5:\"width\";i:113;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:28:\"health-road-map-1500x860.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:25:\"health-road-map-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:25:\"health-road-map-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:29:\"health-road-map-1280x1000.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:28:\"health-road-map-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:28:\"health-road-map-768x1000.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:28:\"health-road-map-1500x750.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:27:\"health-road-map-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:28:\"health-road-map-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"7.1\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:12:\"Canon EOS 6D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1409773824\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"100\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(703,101,'mfn-post-layout','right-sidebar'),(704,101,'mfn-post-subheader-image','https://ruthsnutrition.gsg-host.com/wp-content/uploads/2016/07/Wellness_01_0-RESIZED-1240W-CROPPED.jpg'),(705,165,'_wp_attached_file','2016/07/health-road-map-CROPPED.jpg'),(706,165,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:612;s:4:\"file\";s:35:\"2016/07/health-road-map-CROPPED.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"health-road-map-CROPPED-150x150.jpg\";s:5:\"width\";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:\"health-road-map-CROPPED-300x122.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:122;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"health-road-map-CROPPED-768x313.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:313;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"health-road-map-CROPPED-1024x418.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:418;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"health-road-map-CROPPED-260x106.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:106;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:33:\"health-road-map-CROPPED-50x20.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:20;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:34:\"health-road-map-CROPPED-150x61.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:61;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:33:\"health-road-map-CROPPED-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:33:\"health-road-map-CROPPED-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:36:\"health-road-map-CROPPED-1280x612.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:612;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:36:\"health-road-map-CROPPED-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:35:\"health-road-map-CROPPED-768x612.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:612;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:35:\"health-road-map-CROPPED-960x612.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:612;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:36:\"health-road-map-CROPPED-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"7.1\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:12:\"Canon EOS 6D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1409773824\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"100\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(708,166,'_wp_attached_file','2016/07/bkgrnd-pattern-purple.jpg'),(709,166,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:969;s:6:\"height\";i:606;s:4:\"file\";s:33:\"2016/07/bkgrnd-pattern-purple.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"bkgrnd-pattern-purple-150x150.jpg\";s:5:\"width\";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:\"bkgrnd-pattern-purple-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"bkgrnd-pattern-purple-768x480.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"bkgrnd-pattern-purple-233x146.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:31:\"bkgrnd-pattern-purple-50x31.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:32:\"bkgrnd-pattern-purple-120x75.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:31:\"bkgrnd-pattern-purple-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:31:\"bkgrnd-pattern-purple-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:33:\"bkgrnd-pattern-purple-969x500.jpg\";s:5:\"width\";i:969;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:33:\"bkgrnd-pattern-purple-768x606.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:606;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:33:\"bkgrnd-pattern-purple-960x606.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:606;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:33:\"bkgrnd-pattern-purple-969x480.jpg\";s:5:\"width\";i:969;s:6:\"height\";i:480;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:{}}}'),(711,168,'_wp_attached_file','2016/07/Blog-header-02.jpg'),(712,168,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1034;s:4:\"file\";s:26:\"2016/07/Blog-header-02.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Blog-header-02-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"Blog-header-02-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:26:\"Blog-header-02-768x496.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:496;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"Blog-header-02-1024x662.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:662;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"Blog-header-02-226x146.jpg\";s:5:\"width\";i:226;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:24:\"Blog-header-02-50x32.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:32;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:25:\"Blog-header-02-116x75.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:27:\"Blog-header-02-1600x860.jpg\";s:5:\"width\";i:1600;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:24:\"Blog-header-02-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:24:\"Blog-header-02-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:28:\"Blog-header-02-1280x1000.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:27:\"Blog-header-02-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:27:\"Blog-header-02-768x1034.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1034;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:27:\"Blog-header-02-1600x750.jpg\";s:5:\"width\";i:1600;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:26:\"Blog-header-02-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:27:\"Blog-header-02-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:13:\"Chad Anderson\";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:{}}}'),(713,169,'_wp_attached_file','2016/07/Blog-header-02-CROPPED.jpg'),(714,169,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:470;s:4:\"file\";s:34:\"2016/07/Blog-header-02-CROPPED.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"Blog-header-02-CROPPED-150x150.jpg\";s:5:\"width\";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:\"Blog-header-02-CROPPED-300x88.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:88;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"Blog-header-02-CROPPED-768x226.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:226;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"Blog-header-02-CROPPED-1024x301.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:301;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"Blog-header-02-CROPPED-260x76.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:32:\"Blog-header-02-CROPPED-50x15.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:15;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:33:\"Blog-header-02-CROPPED-150x44.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:44;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:32:\"Blog-header-02-CROPPED-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:32:\"Blog-header-02-CROPPED-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:35:\"Blog-header-02-CROPPED-1280x470.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:35:\"Blog-header-02-CROPPED-1280x470.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:34:\"Blog-header-02-CROPPED-768x470.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:34:\"Blog-header-02-CROPPED-960x470.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:35:\"Blog-header-02-CROPPED-1200x470.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:13:\"Chad Anderson\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1470060883\";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:{}}}'),(715,8,'_edit_lock','1476118075:1'),(716,8,'eg_sources_html5_mp4',''),(717,8,'eg_sources_html5_ogv',''),(718,8,'eg_sources_html5_webm',''),(719,8,'eg_sources_youtube',''),(720,8,'eg_sources_vimeo',''),(721,8,'eg_sources_wistia',''),(722,8,'eg_sources_image',''),(723,8,'eg_sources_iframe',''),(724,8,'eg_sources_soundcloud',''),(725,8,'eg_vimeo_ratio','0'),(726,8,'eg_youtube_ratio','0'),(727,8,'eg_wistia_ratio','0'),(728,8,'eg_html5_ratio','0'),(729,8,'eg_soundcloud_ratio','0'),(730,8,'eg_settings_custom_meta_skin',''),(731,8,'eg_settings_custom_meta_element',''),(732,8,'eg_settings_custom_meta_setting',''),(733,8,'eg_settings_custom_meta_style',''),(734,8,'_wpb_vc_js_status','true'),(735,177,'_wp_attached_file','2016/08/Ruths-Logo-clear-bkgrnd-195x85.png'),(736,177,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:195;s:6:\"height\";i:85;s:4:\"file\";s:42:\"2016/08/Ruths-Logo-clear-bkgrnd-195x85.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"Ruths-Logo-clear-bkgrnd-195x85-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:40:\"Ruths-Logo-clear-bkgrnd-195x85-50x22.png\";s:5:\"width\";i:50;s:6:\"height\";i:22;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:41:\"Ruths-Logo-clear-bkgrnd-195x85-150x65.png\";s:5:\"width\";i:150;s:6:\"height\";i:65;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:40:\"Ruths-Logo-clear-bkgrnd-195x85-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:40:\"Ruths-Logo-clear-bkgrnd-195x85-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(737,178,'_wp_attached_file','2016/08/Ruths-Logo-clear-bkgrnd-808x351.png'),(738,178,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:808;s:6:\"height\";i:351;s:4:\"file\";s:43:\"2016/08/Ruths-Logo-clear-bkgrnd-808x351.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"Ruths-Logo-clear-bkgrnd-808x351-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:43:\"Ruths-Logo-clear-bkgrnd-808x351-300x130.png\";s:5:\"width\";i:300;s:6:\"height\";i:130;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"Ruths-Logo-clear-bkgrnd-808x351-768x334.png\";s:5:\"width\";i:768;s:6:\"height\";i:334;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:43:\"Ruths-Logo-clear-bkgrnd-808x351-260x113.png\";s:5:\"width\";i:260;s:6:\"height\";i:113;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:41:\"Ruths-Logo-clear-bkgrnd-808x351-50x22.png\";s:5:\"width\";i:50;s:6:\"height\";i:22;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:42:\"Ruths-Logo-clear-bkgrnd-808x351-150x65.png\";s:5:\"width\";i:150;s:6:\"height\";i:65;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:41:\"Ruths-Logo-clear-bkgrnd-808x351-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:41:\"Ruths-Logo-clear-bkgrnd-808x351-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:43:\"Ruths-Logo-clear-bkgrnd-808x351-768x351.png\";s:5:\"width\";i:768;s:6:\"height\";i:351;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:{}}}'),(740,8,'_edit_last','1'),(741,8,'mfn-post-subheader-image',''),(742,182,'_wp_attached_file','2016/07/health-road-map-1.jpg'),(743,182,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:29:\"2016/07/health-road-map-1.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"health-road-map-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"health-road-map-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"health-road-map-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"health-road-map-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"health-road-map-1-219x146.jpg\";s:5:\"width\";i:219;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:27:\"health-road-map-1-50x33.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:33;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:28:\"health-road-map-1-113x75.jpg\";s:5:\"width\";i:113;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:30:\"health-road-map-1-1500x860.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:27:\"health-road-map-1-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:27:\"health-road-map-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:31:\"health-road-map-1-1280x1000.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:30:\"health-road-map-1-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:30:\"health-road-map-1-768x1000.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:30:\"health-road-map-1-1500x750.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:29:\"health-road-map-1-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:30:\"health-road-map-1-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"7.1\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:12:\"Canon EOS 6D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1409773824\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"100\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(744,185,'_wp_attached_file','2016/07/Health-Journey-01.jpg'),(745,185,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:600;s:4:\"file\";s:29:\"2016/07/Health-Journey-01.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Health-Journey-01-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"Health-Journey-01-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"Health-Journey-01-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"Health-Journey-01-243x146.jpg\";s:5:\"width\";i:243;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:27:\"Health-Journey-01-50x30.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:30;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:28:\"Health-Journey-01-125x75.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:27:\"Health-Journey-01-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:27:\"Health-Journey-01-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:30:\"Health-Journey-01-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:29:\"Health-Journey-01-768x600.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:29:\"Health-Journey-01-960x600.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:30:\"Health-Journey-01-1000x480.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:480;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:{}}}'),(746,186,'_wp_attached_file','2016/07/Health-Journey-02.jpg'),(747,186,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1286;s:6:\"height\";i:600;s:4:\"file\";s:29:\"2016/07/Health-Journey-02.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Health-Journey-02-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"Health-Journey-02-300x140.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"Health-Journey-02-768x358.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:358;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"Health-Journey-02-1024x478.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:478;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"Health-Journey-02-260x121.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:27:\"Health-Journey-02-50x23.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:23;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:28:\"Health-Journey-02-150x70.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:27:\"Health-Journey-02-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:27:\"Health-Journey-02-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:30:\"Health-Journey-02-1280x600.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:30:\"Health-Journey-02-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:29:\"Health-Journey-02-768x600.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:29:\"Health-Journey-02-960x600.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:30:\"Health-Journey-02-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;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:{}}}'),(749,195,'_wp_attached_file','2016/07/Health-Journey-01-cropped.jpg'),(750,195,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:422;s:4:\"file\";s:37:\"2016/07/Health-Journey-01-cropped.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Health-Journey-01-cropped-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"Health-Journey-01-cropped-300x127.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:127;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"Health-Journey-01-cropped-768x324.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"Health-Journey-01-cropped-260x110.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:35:\"Health-Journey-01-cropped-50x21.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:21;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:36:\"Health-Journey-01-cropped-150x63.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:63;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:35:\"Health-Journey-01-cropped-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:35:\"Health-Journey-01-cropped-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:37:\"Health-Journey-01-cropped-768x422.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:422;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:37:\"Health-Journey-01-cropped-960x422.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:422;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:10:\"1470300224\";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:{}}}'),(751,199,'_wp_attached_file','2016/07/user-icon.png'),(752,199,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:21:\"2016/07/user-icon.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"user-icon-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:21:\"user-icon-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"user-icon-146x146.png\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:19:\"user-icon-50x50.png\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:19:\"user-icon-75x75.png\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:19:\"user-icon-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:19:\"user-icon-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:21:\"user-icon-512x500.png\";s:5:\"width\";i:512;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:21:\"user-icon-512x480.png\";s:5:\"width\";i:512;s:6:\"height\";i:480;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:{}}}'),(754,202,'_wp_attached_file','2016/07/Ruth-Mouzan.jpg'),(755,202,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:375;s:6:\"height\";i:500;s:4:\"file\";s:23:\"2016/07/Ruth-Mouzan.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Ruth-Mouzan-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Ruth-Mouzan-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"Ruth-Mouzan-110x146.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:21:\"Ruth-Mouzan-38x50.jpg\";s:5:\"width\";i:38;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:21:\"Ruth-Mouzan-56x75.jpg\";s:5:\"width\";i:56;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:21:\"Ruth-Mouzan-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:21:\"Ruth-Mouzan-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:23:\"Ruth-Mouzan-375x500.jpg\";s:5:\"width\";i:375;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:23:\"Ruth-Mouzan-375x480.jpg\";s:5:\"width\";i:375;s:6:\"height\";i:480;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:{}}}'),(756,8,'_wpb_shortcodes_custom_css','.vc_custom_1471879090504{background-color: #f1fdea !important;}.vc_custom_1470328503897{background-color: #270639 !important;}.vc_custom_1471879140045{padding-right: 30px !important;padding-left: 30px !important;}.vc_custom_1473189366464{padding-right: 30px !important;padding-left: 30px !important;}'),(757,204,'_wp_attached_file','2016/07/Quote-03.jpg'),(758,204,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3840;s:6:\"height\";i:1317;s:4:\"file\";s:20:\"2016/07/Quote-03.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Quote-03-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"Quote-03-300x103.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:103;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"Quote-03-768x263.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:263;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"Quote-03-1024x351.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:351;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"Quote-03-260x89.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:89;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:18:\"Quote-03-50x17.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:17;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:19:\"Quote-03-150x51.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:51;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:21:\"Quote-03-1630x860.jpg\";s:5:\"width\";i:1630;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:18:\"Quote-03-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:18:\"Quote-03-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:22:\"Quote-03-1280x1000.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:21:\"Quote-03-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:21:\"Quote-03-768x1200.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:21:\"Quote-03-1920x750.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:20:\"Quote-03-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:21:\"Quote-03-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;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:10:\"1470309423\";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:{}}}'),(759,206,'_wp_attached_file','2016/07/Quote-04-cropped.jpg'),(760,206,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1424;s:6:\"height\";i:529;s:4:\"file\";s:28:\"2016/07/Quote-04-cropped.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Quote-04-cropped-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"Quote-04-cropped-300x111.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:111;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"Quote-04-cropped-768x285.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:285;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"Quote-04-cropped-1024x380.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"Quote-04-cropped-260x97.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:97;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:26:\"Quote-04-cropped-50x19.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:19;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:27:\"Quote-04-cropped-150x56.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:56;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:26:\"Quote-04-cropped-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:26:\"Quote-04-cropped-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:29:\"Quote-04-cropped-1280x529.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:529;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:29:\"Quote-04-cropped-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:28:\"Quote-04-cropped-768x529.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:529;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:28:\"Quote-04-cropped-960x529.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:529;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:29:\"Quote-04-cropped-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;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:10:\"1470310820\";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:{}}}'),(761,209,'_wp_attached_file','2016/07/get_in_touch.png'),(762,209,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:235;s:6:\"height\";i:257;s:4:\"file\";s:24:\"2016/07/get_in_touch.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"get_in_touch-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"get_in_touch-134x146.png\";s:5:\"width\";i:134;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:22:\"get_in_touch-46x50.png\";s:5:\"width\";i:46;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:22:\"get_in_touch-69x75.png\";s:5:\"width\";i:69;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:22:\"get_in_touch-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:22:\"get_in_touch-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(763,212,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(764,212,'_form','<div class=\"column one-fourth\">[text* first-name placeholder \"First Name\"]</div>\n<div class=\"column one-fourth\">[text* last-name placeholder \"Last Name\"]</div>\n<div class=\"column one-fourth\">[email* email-229 placeholder \"Your email\"]</div>\n<div class=\"column one-fourth\">[submit \"Submit\"]</div>'),(765,212,'_mail','a:8:{s:7:\"subject\";s:38:\"Demo-Ruth\'s Nutrition \"[your-subject]\"\";s:6:\"sender\";s:40:\"[your-name] <wordpress@mitziconnell.com>\";s:4:\"body\";s:195:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on Demo-Ruth&#039;s Nutrition (http://74.124.197.205/~ruthsnut)\";s:9:\"recipient\";s:25:\"bestdishestoyou@gmail.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;}'),(766,212,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:38:\"Demo-Ruth\'s Nutrition \"[your-subject]\"\";s:6:\"sender\";s:50:\"Demo-Ruth\'s Nutrition <wordpress@mitziconnell.com>\";s:4:\"body\";s:137:\"Message Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on Demo-Ruth&#039;s Nutrition (http://74.124.197.205/~ruthsnut)\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:35:\"Reply-To: bestdishestoyou@gmail.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(767,212,'_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.\";}'),(768,212,'_additional_settings',''),(769,212,'_locale','en_US'),(771,212,'_config_errors','a:1:{s:23:\"mail.additional_headers\";i:102;}'),(772,214,'_wp_attached_file','2016/07/6860786-forest-path.jpg'),(773,214,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1200;s:4:\"file\";s:31:\"2016/07/6860786-forest-path.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"6860786-forest-path-150x150.jpg\";s:5:\"width\";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:\"6860786-forest-path-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"6860786-forest-path-768x480.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"6860786-forest-path-1024x640.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"6860786-forest-path-234x146.jpg\";s:5:\"width\";i:234;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:29:\"6860786-forest-path-50x31.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:30:\"6860786-forest-path-120x75.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:32:\"6860786-forest-path-1630x860.jpg\";s:5:\"width\";i:1630;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:29:\"6860786-forest-path-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:29:\"6860786-forest-path-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:33:\"6860786-forest-path-1280x1000.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:32:\"6860786-forest-path-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:32:\"6860786-forest-path-768x1200.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:32:\"6860786-forest-path-1920x750.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:31:\"6860786-forest-path-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:32:\"6860786-forest-path-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;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:{}}}'),(774,215,'_wp_attached_file','2016/07/the_path_of_reflection.jpg'),(775,215,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1200;s:4:\"file\";s:34:\"2016/07/the_path_of_reflection.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"the_path_of_reflection-150x150.jpg\";s:5:\"width\";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:\"the_path_of_reflection-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"the_path_of_reflection-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"the_path_of_reflection-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"the_path_of_reflection-195x146.jpg\";s:5:\"width\";i:195;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:32:\"the_path_of_reflection-50x38.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:38;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:33:\"the_path_of_reflection-100x75.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:35:\"the_path_of_reflection-1600x860.jpg\";s:5:\"width\";i:1600;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:32:\"the_path_of_reflection-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:32:\"the_path_of_reflection-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:36:\"the_path_of_reflection-1280x1000.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:35:\"the_path_of_reflection-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:35:\"the_path_of_reflection-768x1200.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:35:\"the_path_of_reflection-1600x750.jpg\";s:5:\"width\";i:1600;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:34:\"the_path_of_reflection-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:35:\"the_path_of_reflection-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;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:{}}}'),(776,221,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(777,221,'_edit_last','1'),(778,221,'_edit_lock','1474483886:1'),(779,10,'_wpb_shortcodes_custom_css','.vc_custom_1470328503897{background-color: #270639 !important;}'),(780,221,'slide_template','default'),(781,221,'eg_sources_html5_mp4',''),(782,221,'eg_sources_html5_ogv',''),(783,221,'eg_sources_html5_webm',''),(784,221,'eg_sources_youtube',''),(785,221,'eg_sources_vimeo',''),(786,221,'eg_sources_wistia',''),(787,221,'eg_sources_image',''),(788,221,'eg_sources_iframe',''),(789,221,'eg_sources_soundcloud',''),(790,221,'eg_vimeo_ratio','0'),(791,221,'eg_youtube_ratio','0'),(792,221,'eg_wistia_ratio','0'),(793,221,'eg_html5_ratio','0'),(794,221,'eg_soundcloud_ratio','0'),(795,221,'eg_settings_custom_meta_skin',''),(796,221,'eg_settings_custom_meta_element',''),(797,221,'eg_settings_custom_meta_setting',''),(798,221,'eg_settings_custom_meta_style',''),(799,221,'mfn-post-author','Author Name Here'),(800,221,'_wpb_vc_js_status','false'),(801,222,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(802,222,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(803,222,'_edit_last','1'),(804,222,'_edit_lock','1470340828:1'),(805,222,'slide_template','default'),(806,222,'eg_sources_html5_mp4',''),(807,222,'eg_sources_html5_ogv',''),(808,222,'eg_sources_html5_webm',''),(809,222,'eg_sources_youtube',''),(810,222,'eg_sources_vimeo',''),(811,222,'eg_sources_wistia',''),(812,222,'eg_sources_image',''),(813,222,'eg_sources_iframe',''),(814,222,'eg_sources_soundcloud',''),(815,222,'eg_vimeo_ratio','0'),(816,222,'eg_youtube_ratio','0'),(817,222,'eg_wistia_ratio','0'),(818,222,'eg_html5_ratio','0'),(819,222,'eg_soundcloud_ratio','0'),(820,222,'eg_settings_custom_meta_skin',''),(821,222,'eg_settings_custom_meta_element',''),(822,222,'eg_settings_custom_meta_setting',''),(823,222,'eg_settings_custom_meta_style',''),(824,222,'mfn-post-author','Author Name'),(825,222,'_wpb_vc_js_status','false'),(826,222,'_dp_original','221'),(827,223,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(828,223,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(829,223,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(830,223,'_edit_last','1'),(831,223,'_edit_lock','1470342405:1'),(832,223,'slide_template','default'),(833,223,'eg_sources_html5_mp4',''),(834,223,'eg_sources_html5_ogv',''),(835,223,'eg_sources_html5_webm',''),(836,223,'eg_sources_youtube',''),(837,223,'eg_sources_vimeo',''),(838,223,'eg_sources_wistia',''),(839,223,'eg_sources_image',''),(840,223,'eg_sources_iframe',''),(841,223,'eg_sources_soundcloud',''),(842,223,'eg_vimeo_ratio','0'),(843,223,'eg_youtube_ratio','0'),(844,223,'eg_wistia_ratio','0'),(845,223,'eg_html5_ratio','0'),(846,223,'eg_soundcloud_ratio','0'),(847,223,'eg_settings_custom_meta_skin',''),(848,223,'eg_settings_custom_meta_element',''),(849,223,'eg_settings_custom_meta_setting',''),(850,223,'eg_settings_custom_meta_style',''),(851,223,'mfn-post-author','Author Name'),(852,223,'_wpb_vc_js_status','false'),(854,223,'_dp_original','222'),(855,226,'_wp_attached_file','2016/07/Relax-and-Spa-oil-salt-stones-zen-candles-orchid-towel.jpg'),(856,226,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1200;s:4:\"file\";s:66:\"2016/07/Relax-and-Spa-oil-salt-stones-zen-candles-orchid-towel.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:66:\"Relax-and-Spa-oil-salt-stones-zen-candles-orchid-towel-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:66:\"Relax-and-Spa-oil-salt-stones-zen-candles-orchid-towel-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:66:\"Relax-and-Spa-oil-salt-stones-zen-candles-orchid-towel-768x480.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:67:\"Relax-and-Spa-oil-salt-stones-zen-candles-orchid-towel-1024x640.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:66:\"Relax-and-Spa-oil-salt-stones-zen-candles-orchid-towel-234x146.jpg\";s:5:\"width\";i:234;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:64:\"Relax-and-Spa-oil-salt-stones-zen-candles-orchid-towel-50x31.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:65:\"Relax-and-Spa-oil-salt-stones-zen-candles-orchid-towel-120x75.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:67:\"Relax-and-Spa-oil-salt-stones-zen-candles-orchid-towel-1630x860.jpg\";s:5:\"width\";i:1630;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:64:\"Relax-and-Spa-oil-salt-stones-zen-candles-orchid-towel-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:64:\"Relax-and-Spa-oil-salt-stones-zen-candles-orchid-towel-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:68:\"Relax-and-Spa-oil-salt-stones-zen-candles-orchid-towel-1280x1000.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:67:\"Relax-and-Spa-oil-salt-stones-zen-candles-orchid-towel-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:67:\"Relax-and-Spa-oil-salt-stones-zen-candles-orchid-towel-768x1200.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:67:\"Relax-and-Spa-oil-salt-stones-zen-candles-orchid-towel-1920x750.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:66:\"Relax-and-Spa-oil-salt-stones-zen-candles-orchid-towel-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:67:\"Relax-and-Spa-oil-salt-stones-zen-candles-orchid-towel-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;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:{}}}'),(857,10,'mfn-post-subheader-image','https://ruthsnutrition.gsg-host.com/wp-content/uploads/2016/07/wellness-beauty.jpg'),(858,227,'_wp_attached_file','2016/07/Relax-and-Spa-oil-salt-stones-zen-candles-orchid-towel-1240w.jpg'),(859,227,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1240;s:6:\"height\";i:775;s:4:\"file\";s:72:\"2016/07/Relax-and-Spa-oil-salt-stones-zen-candles-orchid-towel-1240w.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:72:\"Relax-and-Spa-oil-salt-stones-zen-candles-orchid-towel-1240w-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:72:\"Relax-and-Spa-oil-salt-stones-zen-candles-orchid-towel-1240w-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:72:\"Relax-and-Spa-oil-salt-stones-zen-candles-orchid-towel-1240w-768x480.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:73:\"Relax-and-Spa-oil-salt-stones-zen-candles-orchid-towel-1240w-1024x640.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:72:\"Relax-and-Spa-oil-salt-stones-zen-candles-orchid-towel-1240w-234x146.jpg\";s:5:\"width\";i:234;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:70:\"Relax-and-Spa-oil-salt-stones-zen-candles-orchid-towel-1240w-50x31.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:71:\"Relax-and-Spa-oil-salt-stones-zen-candles-orchid-towel-1240w-120x75.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:70:\"Relax-and-Spa-oil-salt-stones-zen-candles-orchid-towel-1240w-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:70:\"Relax-and-Spa-oil-salt-stones-zen-candles-orchid-towel-1240w-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:73:\"Relax-and-Spa-oil-salt-stones-zen-candles-orchid-towel-1240w-1240x500.jpg\";s:5:\"width\";i:1240;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:72:\"Relax-and-Spa-oil-salt-stones-zen-candles-orchid-towel-1240w-768x775.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:775;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:73:\"Relax-and-Spa-oil-salt-stones-zen-candles-orchid-towel-1240w-1240x750.jpg\";s:5:\"width\";i:1240;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:72:\"Relax-and-Spa-oil-salt-stones-zen-candles-orchid-towel-1240w-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:73:\"Relax-and-Spa-oil-salt-stones-zen-candles-orchid-towel-1240w-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;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:{}}}'),(860,229,'_wp_attached_file','2016/07/foot-massage.jpg'),(861,229,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1697;s:6:\"height\";i:1131;s:4:\"file\";s:24:\"2016/07/foot-massage.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"foot-massage-150x150.jpg\";s:5:\"width\";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:\"foot-massage-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"foot-massage-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"foot-massage-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"foot-massage-219x146.jpg\";s:5:\"width\";i:219;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:22:\"foot-massage-50x33.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:33;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:23:\"foot-massage-113x75.jpg\";s:5:\"width\";i:113;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:25:\"foot-massage-1630x860.jpg\";s:5:\"width\";i:1630;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:22:\"foot-massage-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:22:\"foot-massage-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:26:\"foot-massage-1280x1000.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:25:\"foot-massage-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:25:\"foot-massage-768x1131.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1131;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:25:\"foot-massage-1697x750.jpg\";s:5:\"width\";i:1697;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:24:\"foot-massage-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:25:\"foot-massage-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;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:{}}}'),(862,230,'_wp_attached_file','2016/07/Herbal-Medicines-jpg.jpg'),(863,230,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:550;s:6:\"height\";i:550;s:4:\"file\";s:32:\"2016/07/Herbal-Medicines-jpg.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Herbal-Medicines-jpg-150x150.jpg\";s:5:\"width\";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:\"Herbal-Medicines-jpg-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"Herbal-Medicines-jpg-146x146.jpg\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:30:\"Herbal-Medicines-jpg-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:30:\"Herbal-Medicines-jpg-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:30:\"Herbal-Medicines-jpg-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:30:\"Herbal-Medicines-jpg-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:32:\"Herbal-Medicines-jpg-550x500.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:32:\"Herbal-Medicines-jpg-550x480.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:480;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:17:\"Gorilla - Fotolia\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(864,231,'_wp_attached_file','2016/07/reflexology-feet_grande.jpg'),(865,231,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:35:\"2016/07/reflexology-feet_grande.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"reflexology-feet_grande-150x150.jpg\";s:5:\"width\";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:\"reflexology-feet_grande-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"reflexology-feet_grande-146x146.jpg\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:33:\"reflexology-feet_grande-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:33:\"reflexology-feet_grande-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:33:\"reflexology-feet_grande-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:33:\"reflexology-feet_grande-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:35:\"reflexology-feet_grande-600x500.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:35:\"reflexology-feet_grande-600x480.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:480;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:71:\"@ Colorshots Consulting Pvt. Ltd. - Do not copy under any circumstances\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(866,234,'_wp_attached_file','2016/07/herbalformulas_category.jpg'),(867,234,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:35:\"2016/07/herbalformulas_category.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"herbalformulas_category-150x150.jpg\";s:5:\"width\";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:\"herbalformulas_category-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"herbalformulas_category-146x146.jpg\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:33:\"herbalformulas_category-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:33:\"herbalformulas_category-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:33:\"herbalformulas_category-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:33:\"herbalformulas_category-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:35:\"herbalformulas_category-600x500.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:35:\"herbalformulas_category-600x480.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:480;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:{}}}'),(868,235,'_wp_attached_file','2016/07/bio-energetics-testing.jpg'),(869,235,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:285;s:6:\"height\";i:285;s:4:\"file\";s:34:\"2016/07/bio-energetics-testing.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"bio-energetics-testing-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"bio-energetics-testing-146x146.jpg\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:32:\"bio-energetics-testing-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:32:\"bio-energetics-testing-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:32:\"bio-energetics-testing-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:32:\"bio-energetics-testing-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:10:\"1470337354\";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:{}}}'),(870,236,'_wp_attached_file','2016/07/massage-largemassage-large.jpg'),(871,236,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:900;s:6:\"height\";i:900;s:4:\"file\";s:38:\"2016/07/massage-largemassage-large.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"massage-largemassage-large-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"massage-largemassage-large-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"massage-largemassage-large-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"massage-largemassage-large-146x146.jpg\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:36:\"massage-largemassage-large-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:36:\"massage-largemassage-large-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:38:\"massage-largemassage-large-900x860.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:36:\"massage-largemassage-large-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:36:\"massage-largemassage-large-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:38:\"massage-largemassage-large-900x500.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:38:\"massage-largemassage-large-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:38:\"massage-largemassage-large-900x750.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:38:\"massage-largemassage-large-900x750.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:38:\"massage-largemassage-large-900x480.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:480;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:52:\"Masseur doing massage on woman back in the spa salon\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:10:\"BigstockÂ®\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:52:\"Masseur doing massage on woman back in the spa salon\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:38:{i:0;s:5:\"adult\";i:1;s:4:\"back\";i:2;s:10:\"beautician\";i:3;s:9:\"beautiful\";i:4;s:6:\"beauty\";i:5;s:4:\"body\";i:6;s:9:\"body care\";i:7;s:4:\"care\";i:8;s:9:\"caucasian\";i:9;s:6:\"female\";i:10;s:4:\"girl\";i:11;s:5:\"hands\";i:12;s:6:\"health\";i:13;s:7:\"healthy\";i:14;s:10:\"high angle\";i:15;s:7:\"indoors\";i:16;s:7:\"low key\";i:17;s:10:\"lying down\";i:18;s:7:\"massage\";i:19;s:9:\"massaging\";i:20;s:7:\"masseur\";i:21;s:3:\"one\";i:22;s:6:\"pamper\";i:23;s:9:\"pampering\";i:24;s:8:\"pleasure\";i:25;s:6:\"pretty\";i:26;s:10:\"relaxation\";i:27;s:8:\"relaxing\";i:28;s:5:\"salon\";i:29;s:8:\"shoulder\";i:30;s:3:\"spa\";i:31;s:9:\"spa salon\";i:32;s:7:\"therapy\";i:33;s:9:\"treatment\";i:34;s:8:\"wellness\";i:35;s:5:\"woman\";i:36;s:9:\"woman spa\";i:37;s:5:\"young\";}}}'),(872,237,'_wp_attached_file','2016/07/auricular.jpg'),(873,237,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:21:\"2016/07/auricular.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"auricular-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"auricular-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"auricular-146x146.jpg\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:19:\"auricular-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:19:\"auricular-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:19:\"auricular-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:19:\"auricular-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:21:\"auricular-600x500.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:21:\"auricular-600x480.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:480;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:{}}}'),(874,239,'_wp_attached_file','2016/08/custom-bras.png'),(875,239,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:299;s:6:\"height\";i:300;s:4:\"file\";s:23:\"2016/08/custom-bras.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"custom-bras-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:23:\"custom-bras-299x300.png\";s:5:\"width\";i:299;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"custom-bras-146x146.png\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:21:\"custom-bras-50x50.png\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:21:\"custom-bras-75x75.png\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:21:\"custom-bras-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:21:\"custom-bras-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(876,14,'_edit_lock','1628336570:3'),(877,14,'eg_sources_html5_mp4',''),(878,14,'eg_sources_html5_ogv',''),(879,14,'eg_sources_html5_webm',''),(880,14,'eg_sources_youtube',''),(881,14,'eg_sources_vimeo',''),(882,14,'eg_sources_wistia',''),(883,14,'eg_sources_image',''),(884,14,'eg_sources_iframe',''),(885,14,'eg_sources_soundcloud',''),(886,14,'eg_vimeo_ratio','0'),(887,14,'eg_youtube_ratio','0'),(888,14,'eg_wistia_ratio','0'),(889,14,'eg_html5_ratio','0'),(890,14,'eg_soundcloud_ratio','0'),(891,14,'eg_settings_custom_meta_skin',''),(892,14,'eg_settings_custom_meta_element',''),(893,14,'eg_settings_custom_meta_setting',''),(894,14,'eg_settings_custom_meta_style',''),(895,14,'_wpb_vc_js_status','true'),(896,14,'_edit_last','3'),(952,271,'_wp_attached_file','2016/08/homeopathic-pillule-homeopathic-pillules-30c-glass-bottle-1_grande.jpg'),(953,271,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:400;s:4:\"file\";s:78:\"2016/08/homeopathic-pillule-homeopathic-pillules-30c-glass-bottle-1_grande.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:78:\"homeopathic-pillule-homeopathic-pillules-30c-glass-bottle-1_grande-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:78:\"homeopathic-pillule-homeopathic-pillules-30c-glass-bottle-1_grande-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:78:\"homeopathic-pillule-homeopathic-pillules-30c-glass-bottle-1_grande-146x146.jpg\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:76:\"homeopathic-pillule-homeopathic-pillules-30c-glass-bottle-1_grande-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:76:\"homeopathic-pillule-homeopathic-pillules-30c-glass-bottle-1_grande-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:76:\"homeopathic-pillule-homeopathic-pillules-30c-glass-bottle-1_grande-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:76:\"homeopathic-pillule-homeopathic-pillules-30c-glass-bottle-1_grande-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(989,273,'_wp_attached_file','2016/08/pg-herbs-and-supplements-for-crohns-01-full.jpg'),(990,273,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:400;s:4:\"file\";s:55:\"2016/08/pg-herbs-and-supplements-for-crohns-01-full.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:55:\"pg-herbs-and-supplements-for-crohns-01-full-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:55:\"pg-herbs-and-supplements-for-crohns-01-full-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:55:\"pg-herbs-and-supplements-for-crohns-01-full-146x146.jpg\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:53:\"pg-herbs-and-supplements-for-crohns-01-full-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:53:\"pg-herbs-and-supplements-for-crohns-01-full-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:53:\"pg-herbs-and-supplements-for-crohns-01-full-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:53:\"pg-herbs-and-supplements-for-crohns-01-full-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(1025,275,'_wp_attached_file','2016/08/Intro-Natural-oils-for-body-pg-full.jpg'),(1026,275,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:400;s:4:\"file\";s:47:\"2016/08/Intro-Natural-oils-for-body-pg-full.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"Intro-Natural-oils-for-body-pg-full-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:47:\"Intro-Natural-oils-for-body-pg-full-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:47:\"Intro-Natural-oils-for-body-pg-full-146x146.jpg\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:45:\"Intro-Natural-oils-for-body-pg-full-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:45:\"Intro-Natural-oils-for-body-pg-full-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:45:\"Intro-Natural-oils-for-body-pg-full-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:45:\"Intro-Natural-oils-for-body-pg-full-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(1028,279,'_wp_attached_file','2016/07/headers.header05gk-is-109.jpg'),(1029,279,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:540;s:6:\"height\";i:250;s:4:\"file\";s:37:\"2016/07/headers.header05gk-is-109.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"headers.header05gk-is-109-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"headers.header05gk-is-109-300x139.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:139;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"headers.header05gk-is-109-260x120.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:35:\"headers.header05gk-is-109-50x23.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:23;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:36:\"headers.header05gk-is-109-150x69.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:69;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:35:\"headers.header05gk-is-109-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:35:\"headers.header05gk-is-109-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(1030,280,'_wp_attached_file','2016/07/headers.header03gk-is-109.jpg'),(1031,280,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:540;s:6:\"height\";i:250;s:4:\"file\";s:37:\"2016/07/headers.header03gk-is-109.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"headers.header03gk-is-109-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"headers.header03gk-is-109-300x139.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:139;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"headers.header03gk-is-109-260x120.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:35:\"headers.header03gk-is-109-50x23.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:23;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:36:\"headers.header03gk-is-109-150x69.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:69;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:35:\"headers.header03gk-is-109-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:35:\"headers.header03gk-is-109-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(1032,281,'_wp_attached_file','2016/07/headers.header01gk-is-109.jpg'),(1033,281,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:540;s:6:\"height\";i:250;s:4:\"file\";s:37:\"2016/07/headers.header01gk-is-109.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"headers.header01gk-is-109-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"headers.header01gk-is-109-300x139.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:139;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"headers.header01gk-is-109-260x120.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:35:\"headers.header01gk-is-109-50x23.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:23;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:36:\"headers.header01gk-is-109-150x69.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:69;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:35:\"headers.header01gk-is-109-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:35:\"headers.header01gk-is-109-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(1034,282,'_wp_attached_file','2016/07/headers.header20gk-is-109.jpg'),(1035,282,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:540;s:6:\"height\";i:250;s:4:\"file\";s:37:\"2016/07/headers.header20gk-is-109.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"headers.header20gk-is-109-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"headers.header20gk-is-109-300x139.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:139;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"headers.header20gk-is-109-260x120.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:35:\"headers.header20gk-is-109-50x23.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:23;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:36:\"headers.header20gk-is-109-150x69.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:69;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:35:\"headers.header20gk-is-109-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:35:\"headers.header20gk-is-109-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(1036,283,'_wp_attached_file','2016/07/headers.header18gk-is-109.jpg'),(1037,283,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:540;s:6:\"height\";i:250;s:4:\"file\";s:37:\"2016/07/headers.header18gk-is-109.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"headers.header18gk-is-109-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"headers.header18gk-is-109-300x139.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:139;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"headers.header18gk-is-109-260x120.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:35:\"headers.header18gk-is-109-50x23.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:23;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:36:\"headers.header18gk-is-109-150x69.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:69;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:35:\"headers.header18gk-is-109-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:35:\"headers.header18gk-is-109-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(1038,284,'_wp_attached_file','2016/07/headers.header16gk-is-109.jpg'),(1039,284,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:540;s:6:\"height\";i:250;s:4:\"file\";s:37:\"2016/07/headers.header16gk-is-109.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"headers.header16gk-is-109-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"headers.header16gk-is-109-300x139.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:139;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"headers.header16gk-is-109-260x120.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:35:\"headers.header16gk-is-109-50x23.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:23;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:36:\"headers.header16gk-is-109-150x69.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:69;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:35:\"headers.header16gk-is-109-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:35:\"headers.header16gk-is-109-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(1040,285,'_wp_attached_file','2016/07/headers.header15gk-is-109.jpg'),(1041,285,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:540;s:6:\"height\";i:250;s:4:\"file\";s:37:\"2016/07/headers.header15gk-is-109.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"headers.header15gk-is-109-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"headers.header15gk-is-109-300x139.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:139;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"headers.header15gk-is-109-260x120.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:35:\"headers.header15gk-is-109-50x23.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:23;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:36:\"headers.header15gk-is-109-150x69.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:69;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:35:\"headers.header15gk-is-109-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:35:\"headers.header15gk-is-109-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(1042,286,'_wp_attached_file','2016/07/headers.header11gk-is-109.jpg'),(1043,286,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:540;s:6:\"height\";i:250;s:4:\"file\";s:37:\"2016/07/headers.header11gk-is-109.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"headers.header11gk-is-109-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"headers.header11gk-is-109-300x139.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:139;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"headers.header11gk-is-109-260x120.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:35:\"headers.header11gk-is-109-50x23.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:23;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:36:\"headers.header11gk-is-109-150x69.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:69;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:35:\"headers.header11gk-is-109-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:35:\"headers.header11gk-is-109-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(1044,287,'_wp_attached_file','2016/07/headers.header10gk-is-109.jpg'),(1045,287,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:540;s:6:\"height\";i:250;s:4:\"file\";s:37:\"2016/07/headers.header10gk-is-109.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"headers.header10gk-is-109-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"headers.header10gk-is-109-300x139.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:139;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"headers.header10gk-is-109-260x120.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:35:\"headers.header10gk-is-109-50x23.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:23;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:36:\"headers.header10gk-is-109-150x69.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:69;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:35:\"headers.header10gk-is-109-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:35:\"headers.header10gk-is-109-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(1046,288,'_wp_attached_file','2016/07/headers.header04gk-is-109.jpg'),(1047,288,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:540;s:6:\"height\";i:250;s:4:\"file\";s:37:\"2016/07/headers.header04gk-is-109.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"headers.header04gk-is-109-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"headers.header04gk-is-109-300x139.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:139;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"headers.header04gk-is-109-260x120.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:35:\"headers.header04gk-is-109-50x23.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:23;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:36:\"headers.header04gk-is-109-150x69.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:69;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:35:\"headers.header04gk-is-109-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:35:\"headers.header04gk-is-109-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(1048,289,'_wp_attached_file','2016/07/headers.header02gk-is-109.jpg'),(1049,289,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:540;s:6:\"height\";i:250;s:4:\"file\";s:37:\"2016/07/headers.header02gk-is-109.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"headers.header02gk-is-109-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"headers.header02gk-is-109-300x139.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:139;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"headers.header02gk-is-109-260x120.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:35:\"headers.header02gk-is-109-50x23.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:23;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:36:\"headers.header02gk-is-109-150x69.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:69;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:35:\"headers.header02gk-is-109-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:35:\"headers.header02gk-is-109-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(1050,299,'_wp_attached_file','2016/07/asyra_apparaat.png'),(1051,299,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:900;s:6:\"height\";i:325;s:4:\"file\";s:26:\"2016/07/asyra_apparaat.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"asyra_apparaat-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:26:\"asyra_apparaat-300x108.png\";s:5:\"width\";i:300;s:6:\"height\";i:108;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"asyra_apparaat-768x277.png\";s:5:\"width\";i:768;s:6:\"height\";i:277;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"asyra_apparaat-260x94.png\";s:5:\"width\";i:260;s:6:\"height\";i:94;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:24:\"asyra_apparaat-50x18.png\";s:5:\"width\";i:50;s:6:\"height\";i:18;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:25:\"asyra_apparaat-150x54.png\";s:5:\"width\";i:150;s:6:\"height\";i:54;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:24:\"asyra_apparaat-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:24:\"asyra_apparaat-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:26:\"asyra_apparaat-768x325.png\";s:5:\"width\";i:768;s:6:\"height\";i:325;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:{}}}'),(1052,300,'_wp_attached_file','2016/07/asyra-2.jpg'),(1053,300,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:19:\"2016/07/asyra-2.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"asyra-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"asyra-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"asyra-2-146x146.jpg\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:17:\"asyra-2-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:17:\"asyra-2-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:17:\"asyra-2-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:17:\"asyra-2-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:19:\"asyra-2-600x500.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:19:\"asyra-2-600x480.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:480;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:{}}}'),(1054,301,'_wp_attached_file','2016/07/bra-back.jpg'),(1055,301,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:20:\"2016/07/bra-back.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"bra-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:20:\"bra-back-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"bra-back-146x146.jpg\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:18:\"bra-back-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:18:\"bra-back-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:18:\"bra-back-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:18:\"bra-back-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:20:\"bra-back-600x500.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:20:\"bra-back-600x480.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:480;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:{}}}'),(1057,304,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1059,304,'_wp_page_template','default'),(1060,304,'_wp_page_template','default'),(1061,304,'slide_template','default'),(1062,304,'slide_template','default'),(1063,304,'mfn-post-hide-content','0'),(1064,304,'mfn-post-hide-content','0'),(1065,304,'mfn-post-slider','0'),(1066,304,'mfn-post-slider','0'),(1067,304,'mfn-post-slider-layer','0'),(1068,304,'mfn-post-slider-layer','0'),(1069,304,'mfn-post-hide-title','0'),(1070,304,'mfn-post-hide-title','0'),(1071,304,'mfn-post-remove-padding','1'),(1072,304,'mfn-post-remove-padding','1'),(1073,304,'mfn-post-custom-layout','0'),(1074,304,'mfn-post-custom-layout','0'),(1075,304,'mfn-post-one-page','0'),(1076,304,'mfn-post-one-page','0'),(1077,304,'mfn-post-menu','0'),(1078,304,'mfn-post-menu','0'),(1079,304,'mfn-page-items-seo','Our Health Solutions\n\nFIND BALANCE, VITALITY, RESTORATION\n\n<i>(click on each image to read more!)</i>\n\nline\n\nEss Grid Solutions\n\n[ess_grid alias=\"solutions\"]\n\nno-repeat;center top;;\n\n20\n\ndefault\n\nTestimonial - Gordon\n\n[show-testimonials alias=\'Solutions\']\n\nno-repeat;center top;;\n\nQuestions? Contact us\n\n<p style=\"text-align: right; font-size: 20px; font-weight: 600;\"><span style=\"color: #ffffff;\">Questions?</span> <a style=\"font-size: 20px; font-weight: 600;\" href=\"https://ruthsnutrition.gsg-host.com/contact\">Contact us!<i class=\"icon icon-right-circled\" style=\"margin-right: 7px;\"></i></a></p>\n\nno-repeat;center top;;\n\n0px 5% 0px 0px\n\n'),(1080,304,'mfn-page-items-seo','Our Health Solutions\n\nFIND BALANCE, VITALITY, RESTORATION\n\n<i>(click on each image to read more!)</i>\n\nline\n\nEss Grid Solutions\n\n[ess_grid alias=\"solutions\"]\n\nno-repeat;center top;;\n\n20\n\ndefault\n\nTestimonial - Gordon\n\n[show-testimonials alias=\'Solutions\']\n\nno-repeat;center top;;\n\nQuestions? Contact us\n\n<p style=\"text-align: right; font-size: 20px; font-weight: 600;\"><span style=\"color: #ffffff;\">Questions?</span> <a style=\"font-size: 20px; font-weight: 600;\" href=\"https://ruthsnutrition.gsg-host.com/contact\">Contact us!<i class=\"icon icon-right-circled\" style=\"margin-right: 7px;\"></i></a></p>\n\nno-repeat;center top;;\n\n0px 5% 0px 0px\n\n'),(1081,304,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1082,304,'_edit_lock','1561580492:2'),(1083,304,'eg_sources_html5_mp4',''),(1084,304,'eg_sources_html5_ogv',''),(1085,304,'eg_sources_html5_webm',''),(1086,304,'eg_sources_youtube',''),(1087,304,'eg_sources_vimeo',''),(1088,304,'eg_sources_wistia',''),(1089,304,'eg_sources_image',''),(1090,304,'eg_sources_iframe',''),(1091,304,'eg_sources_soundcloud',''),(1092,304,'eg_vimeo_ratio','0'),(1093,304,'eg_youtube_ratio','0'),(1094,304,'eg_wistia_ratio','0'),(1095,304,'eg_html5_ratio','0'),(1096,304,'eg_soundcloud_ratio','0'),(1097,304,'eg_settings_custom_meta_skin',''),(1098,304,'eg_settings_custom_meta_element',''),(1099,304,'eg_settings_custom_meta_setting',''),(1100,304,'eg_settings_custom_meta_style',''),(1101,304,'_wpb_vc_js_status','true'),(1102,304,'_edit_last','2'),(1104,304,'mfn-post-subheader-image','https://ruthsnutrition.gsg-host.com/wp-content/uploads/2016/08/Blog-header-02-CROPPED.jpg'),(1105,304,'_dp_original','10'),(1106,306,'_wp_attached_file','2016/08/SOLUTIONS-blood-sugar-02.jpg'),(1107,306,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:900;s:6:\"height\";i:508;s:4:\"file\";s:36:\"2016/08/SOLUTIONS-blood-sugar-02.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"SOLUTIONS-blood-sugar-02-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"SOLUTIONS-blood-sugar-02-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"SOLUTIONS-blood-sugar-02-768x433.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"SOLUTIONS-blood-sugar-02-260x146.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:34:\"SOLUTIONS-blood-sugar-02-50x28.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:28;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:35:\"SOLUTIONS-blood-sugar-02-133x75.jpg\";s:5:\"width\";i:133;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:34:\"SOLUTIONS-blood-sugar-02-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:34:\"SOLUTIONS-blood-sugar-02-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:36:\"SOLUTIONS-blood-sugar-02-900x500.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:36:\"SOLUTIONS-blood-sugar-02-768x508.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:508;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:36:\"SOLUTIONS-blood-sugar-02-900x480.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:480;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:{}}}'),(1108,307,'_wp_attached_file','2016/08/SOLUTIONS-digestive-wellness-01.jpg'),(1109,307,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:564;s:6:\"height\";i:500;s:4:\"file\";s:43:\"2016/08/SOLUTIONS-digestive-wellness-01.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"SOLUTIONS-digestive-wellness-01-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"SOLUTIONS-digestive-wellness-01-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:43:\"SOLUTIONS-digestive-wellness-01-165x146.jpg\";s:5:\"width\";i:165;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:41:\"SOLUTIONS-digestive-wellness-01-50x44.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:44;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:41:\"SOLUTIONS-digestive-wellness-01-85x75.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:41:\"SOLUTIONS-digestive-wellness-01-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:41:\"SOLUTIONS-digestive-wellness-01-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:43:\"SOLUTIONS-digestive-wellness-01-564x500.jpg\";s:5:\"width\";i:564;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:43:\"SOLUTIONS-digestive-wellness-01-564x480.jpg\";s:5:\"width\";i:564;s:6:\"height\";i:480;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:{}}}'),(1110,308,'_wp_attached_file','2016/08/SOLUTIONS-Menopause-Management-01.jpg'),(1111,308,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:45:\"2016/08/SOLUTIONS-Menopause-Management-01.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"SOLUTIONS-Menopause-Management-01-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"SOLUTIONS-Menopause-Management-01-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:45:\"SOLUTIONS-Menopause-Management-01-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"SOLUTIONS-Menopause-Management-01-195x146.jpg\";s:5:\"width\";i:195;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:43:\"SOLUTIONS-Menopause-Management-01-50x38.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:38;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:44:\"SOLUTIONS-Menopause-Management-01-100x75.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:43:\"SOLUTIONS-Menopause-Management-01-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:43:\"SOLUTIONS-Menopause-Management-01-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:45:\"SOLUTIONS-Menopause-Management-01-800x500.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:45:\"SOLUTIONS-Menopause-Management-01-768x600.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:45:\"SOLUTIONS-Menopause-Management-01-800x480.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:480;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:15:\"Diane Diederich\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1112,309,'_wp_attached_file','2016/08/SOLUTIONS-mood-management-01.jpg'),(1113,309,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:40:\"2016/08/SOLUTIONS-mood-management-01.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"SOLUTIONS-mood-management-01-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"SOLUTIONS-mood-management-01-146x146.jpg\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:38:\"SOLUTIONS-mood-management-01-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:38:\"SOLUTIONS-mood-management-01-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:38:\"SOLUTIONS-mood-management-01-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:38:\"SOLUTIONS-mood-management-01-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(1114,310,'_wp_attached_file','2016/08/SOLUTIONS-Healthy-Kids-01.jpg'),(1115,310,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:399;s:4:\"file\";s:37:\"2016/08/SOLUTIONS-Healthy-Kids-01.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"SOLUTIONS-Healthy-Kids-01-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"SOLUTIONS-Healthy-Kids-01-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"SOLUTIONS-Healthy-Kids-01-220x146.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:35:\"SOLUTIONS-Healthy-Kids-01-50x33.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:33;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:36:\"SOLUTIONS-Healthy-Kids-01-113x75.jpg\";s:5:\"width\";i:113;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:35:\"SOLUTIONS-Healthy-Kids-01-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:35:\"SOLUTIONS-Healthy-Kids-01-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"6.3\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:21:\"Canon EOS-1Ds Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:9:\"951910005\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"160\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1116,311,'_wp_attached_file','2016/08/SOLUTIONS-weight-management-01.jpg'),(1117,311,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:42:\"2016/08/SOLUTIONS-weight-management-01.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"SOLUTIONS-weight-management-01-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"SOLUTIONS-weight-management-01-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"SOLUTIONS-weight-management-01-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"SOLUTIONS-weight-management-01-195x146.jpg\";s:5:\"width\";i:195;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:40:\"SOLUTIONS-weight-management-01-50x38.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:38;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:41:\"SOLUTIONS-weight-management-01-100x75.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:40:\"SOLUTIONS-weight-management-01-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:40:\"SOLUTIONS-weight-management-01-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:42:\"SOLUTIONS-weight-management-01-800x500.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:42:\"SOLUTIONS-weight-management-01-768x600.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:42:\"SOLUTIONS-weight-management-01-800x480.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:480;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:{}}}'),(1118,334,'_wp_attached_file','2016/08/Wellness.jpg'),(1119,334,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:267;s:4:\"file\";s:20:\"2016/08/Wellness.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Wellness-150x150.jpg\";s:5:\"width\";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:\"Wellness-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"Wellness-219x146.jpg\";s:5:\"width\";i:219;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:18:\"Wellness-50x33.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:33;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:19:\"Wellness-112x75.jpg\";s:5:\"width\";i:112;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:18:\"Wellness-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:18:\"Wellness-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:19:\"Melpomene - Fotolia\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1139,392,'_wp_attached_file','2016/08/SOLUTIONS-skin-care.jpg'),(1140,392,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:400;s:4:\"file\";s:31:\"2016/08/SOLUTIONS-skin-care.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"SOLUTIONS-skin-care-150x150.jpg\";s:5:\"width\";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:\"SOLUTIONS-skin-care-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"SOLUTIONS-skin-care-146x146.jpg\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:29:\"SOLUTIONS-skin-care-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:29:\"SOLUTIONS-skin-care-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:29:\"SOLUTIONS-skin-care-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:29:\"SOLUTIONS-skin-care-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(1141,392,'_edit_lock','1471834474:1'),(1142,304,'mfn-page-items','YTo0OntpOjA7YToyOntzOjQ6ImF0dHIiO2E6MTc6e3M6NToidGl0bGUiO3M6MDoiIjtzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjEyOiJiZ192aWRlb19tcDQiO3M6MDoiIjtzOjEyOiJiZ192aWRlb19vZ3YiO3M6MDoiIjtzOjExOiJwYWRkaW5nX3RvcCI7czoyOiI0MCI7czoxNDoicGFkZGluZ19ib3R0b20iO3M6MToiMCI7czo3OiJkaXZpZGVyIjtzOjA6IiI7czo5OiJkZWNvcl90b3AiO3M6MDoiIjtzOjEyOiJkZWNvcl9ib3R0b20iO3M6MDoiIjtzOjEwOiJuYXZpZ2F0aW9uIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO3M6NToiY2xhc3MiO3M6MDoiIjtzOjEwOiJzZWN0aW9uX2lkIjtzOjA6IiI7czoxMDoidmlzaWJpbGl0eSI7czowOiIiO3M6NDoiaGlkZSI7czowOiIiO31zOjU6IndyYXBzIjthOjE6e2k6MDthOjM6e3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NToiaXRlbXMiO2E6MTp7aTowO2E6Mzp7czo0OiJ0eXBlIjtzOjEzOiJmYW5jeV9oZWFkaW5nIjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjY6ImZpZWxkcyI7YTo4OntzOjU6InRpdGxlIjtzOjIwOiJPdXIgSGVhbHRoIFNvbHV0aW9ucyI7czoyOiJoMSI7czoxOiIwIjtzOjQ6Imljb24iO3M6MDoiIjtzOjY6InNsb2dhbiI7czozNToiRklORCBCQUxBTkNFLCBWSVRBTElUWSwgUkVTVE9SQVRJT04iO3M6NzoiY29udGVudCI7czo0MjoiPGk+KGNsaWNrIG9uIGVhY2ggaW1hZ2UgdG8gcmVhZCBtb3JlISk8L2k+IjtzOjU6InN0eWxlIjtzOjQ6ImxpbmUiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO319fXM6NDoiYXR0ciI7YTo4OntzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6Im1vdmVfdXAiO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjEzOiJjb2x1bW5fbWFyZ2luIjtzOjA6IiI7czoxNDoidmVydGljYWxfYWxpZ24iO3M6MzoidG9wIjtzOjU6ImNsYXNzIjtzOjA6IiI7fX19fWk6MTthOjI6e3M6NDoiYXR0ciI7YToxNzp7czo1OiJ0aXRsZSI7czowOiIiO3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6MTI6ImJnX3ZpZGVvX21wNCI7czowOiIiO3M6MTI6ImJnX3ZpZGVvX29ndiI7czowOiIiO3M6MTE6InBhZGRpbmdfdG9wIjtzOjE6IjAiO3M6MTQ6InBhZGRpbmdfYm90dG9tIjtzOjE6IjAiO3M6NzoiZGl2aWRlciI7czowOiIiO3M6OToiZGVjb3JfdG9wIjtzOjA6IiI7czoxMjoiZGVjb3JfYm90dG9tIjtzOjA6IiI7czoxMDoibmF2aWdhdGlvbiI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjtzOjU6ImNsYXNzIjtzOjA6IiI7czoxMDoic2VjdGlvbl9pZCI7czowOiIiO3M6MTA6InZpc2liaWxpdHkiO3M6MDoiIjtzOjQ6ImhpZGUiO3M6MDoiIjt9czo1OiJ3cmFwcyI7YToxOntpOjA7YTozOntzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjU6Iml0ZW1zIjthOjI6e2k6MDthOjM6e3M6NDoidHlwZSI7czo2OiJjb2x1bW4iO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NjoiZmllbGRzIjthOjExOntzOjU6InRpdGxlIjtzOjE4OiJFc3MgR3JpZCBTb2x1dGlvbnMiO3M6NzoiY29udGVudCI7czoyODoiW2Vzc19ncmlkIGFsaWFzPSJzb2x1dGlvbnMiXSI7czo1OiJhbGlnbiI7czowOiIiO3M6OToiY29sdW1uX2JnIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjEzOiJtYXJnaW5fYm90dG9tIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO319aToxO2E6Mzp7czo0OiJ0eXBlIjtzOjc6ImRpdmlkZXIiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NjoiZmllbGRzIjthOjU6e3M6NjoiaGVpZ2h0IjtzOjI6IjIwIjtzOjU6InN0eWxlIjtzOjc6ImRlZmF1bHQiO3M6NDoibGluZSI7czowOiIiO3M6MTA6InRoZW1lY29sb3IiO3M6MToiMCI7czo3OiJjbGFzc2VzIjtzOjA6IiI7fX19czo0OiJhdHRyIjthOjg6e3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoibW92ZV91cCI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6MTM6ImNvbHVtbl9tYXJnaW4iO3M6MDoiIjtzOjE0OiJ2ZXJ0aWNhbF9hbGlnbiI7czozOiJ0b3AiO3M6NToiY2xhc3MiO3M6MDoiIjt9fX19aToyO2E6Mjp7czo0OiJhdHRyIjthOjE3OntzOjU6InRpdGxlIjtzOjA6IiI7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czoxMjoiYmdfdmlkZW9fbXA0IjtzOjA6IiI7czoxMjoiYmdfdmlkZW9fb2d2IjtzOjA6IiI7czoxMToicGFkZGluZ190b3AiO3M6MToiMCI7czoxNDoicGFkZGluZ19ib3R0b20iO3M6MToiMCI7czo3OiJkaXZpZGVyIjtzOjA6IiI7czo5OiJkZWNvcl90b3AiO3M6MDoiIjtzOjEyOiJkZWNvcl9ib3R0b20iO3M6MDoiIjtzOjEwOiJuYXZpZ2F0aW9uIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO3M6NToiY2xhc3MiO3M6MDoiIjtzOjEwOiJzZWN0aW9uX2lkIjtzOjA6IiI7czoxMDoidmlzaWJpbGl0eSI7czowOiIiO3M6NDoiaGlkZSI7czowOiIiO31zOjU6IndyYXBzIjthOjE6e2k6MDthOjM6e3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NToiaXRlbXMiO2E6Mjp7aTowO2E6Mjp7czo0OiJ0eXBlIjtzOjExOiJwbGFjZWhvbGRlciI7czo0OiJzaXplIjtzOjM6IjEvNSI7fWk6MTthOjM6e3M6NDoidHlwZSI7czo2OiJjb2x1bW4iO3M6NDoic2l6ZSI7czozOiIzLzUiO3M6NjoiZmllbGRzIjthOjExOntzOjU6InRpdGxlIjtzOjIwOiJUZXN0aW1vbmlhbCAtIEdvcmRvbiI7czo3OiJjb250ZW50IjtzOjM3OiJbc2hvdy10ZXN0aW1vbmlhbHMgYWxpYXM9J1NvbHV0aW9ucyddIjtzOjU6ImFsaWduIjtzOjA6IiI7czo5OiJjb2x1bW5fYmciO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7fX19czo0OiJhdHRyIjthOjg6e3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoibW92ZV91cCI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6MTM6ImNvbHVtbl9tYXJnaW4iO3M6MDoiIjtzOjE0OiJ2ZXJ0aWNhbF9hbGlnbiI7czozOiJ0b3AiO3M6NToiY2xhc3MiO3M6MDoiIjt9fX19aTozO2E6Mjp7czo0OiJhdHRyIjthOjE3OntzOjU6InRpdGxlIjtzOjM1OiJDYWxsIHRvIEFjdGlvbiAtICMyNzA2MzkgYmFja2dyb3VuZCI7czo4OiJiZ19jb2xvciI7czo3OiIjMjcwNjM5IjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6MTI6ImJnX3ZpZGVvX21wNCI7czowOiIiO3M6MTI6ImJnX3ZpZGVvX29ndiI7czowOiIiO3M6MTE6InBhZGRpbmdfdG9wIjtzOjI6IjQwIjtzOjE0OiJwYWRkaW5nX2JvdHRvbSI7czoyOiIyMCI7czo3OiJkaXZpZGVyIjtzOjA6IiI7czo5OiJkZWNvcl90b3AiO3M6MDoiIjtzOjEyOiJkZWNvcl9ib3R0b20iO3M6MDoiIjtzOjEwOiJuYXZpZ2F0aW9uIjtzOjA6IiI7czo1OiJzdHlsZSI7czoxMDoiZnVsbC13aWR0aCI7czo1OiJjbGFzcyI7czowOiIiO3M6MTA6InNlY3Rpb25faWQiO3M6MDoiIjtzOjEwOiJ2aXNpYmlsaXR5IjtzOjA6IiI7czo0OiJoaWRlIjtzOjA6IiI7fXM6NToid3JhcHMiO2E6MTp7aTowO2E6Mzp7czo0OiJzaXplIjtzOjM6IjEvMSI7czo1OiJpdGVtcyI7YToxOntpOjA7YTozOntzOjQ6InR5cGUiO3M6NjoiY29sdW1uIjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjY6ImZpZWxkcyI7YToxMTp7czo1OiJ0aXRsZSI7czoyMToiUXVlc3Rpb25zPyBDb250YWN0IHVzIjtzOjc6ImNvbnRlbnQiO3M6Mjk1OiI8cCBzdHlsZT0idGV4dC1hbGlnbjogcmlnaHQ7IGZvbnQtc2l6ZTogMjBweDsgZm9udC13ZWlnaHQ6IDYwMDsiPjxzcGFuIHN0eWxlPSJjb2xvcjogI2ZmZmZmZjsiPlF1ZXN0aW9ucz88L3NwYW4+IDxhIHN0eWxlPSJmb250LXNpemU6IDIwcHg7IGZvbnQtd2VpZ2h0OiA2MDA7IiBocmVmPSJodHRwczovL3J1dGhzbnV0cml0aW9uLmdzZy1ob3N0LmNvbS9jb250YWN0Ij5Db250YWN0IHVzITxpIGNsYXNzPSJpY29uIGljb24tcmlnaHQtY2lyY2xlZCIgc3R5bGU9Im1hcmdpbi1yaWdodDogN3B4OyI+PC9pPjwvYT48L3A+IjtzOjU6ImFsaWduIjtzOjA6IiI7czo5OiJjb2x1bW5fYmciO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MTQ6IjBweCA1JSAwcHggMHB4IjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7fX19czo0OiJhdHRyIjthOjg6e3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoibW92ZV91cCI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6MTM6ImNvbHVtbl9tYXJnaW4iO3M6MDoiIjtzOjE0OiJ2ZXJ0aWNhbF9hbGlnbiI7czozOiJ0b3AiO3M6NToiY2xhc3MiO3M6MDoiIjt9fX19fQ=='),(1143,421,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1144,421,'_edit_lock','1471839785:1'),(1145,421,'_edit_last','1'),(1146,421,'_thumbnail_id','392'),(1147,421,'slide_template','default'),(1148,421,'eg_sources_html5_mp4',''),(1149,421,'eg_sources_html5_ogv',''),(1150,421,'eg_sources_html5_webm',''),(1151,421,'eg_sources_youtube',''),(1152,421,'eg_sources_vimeo',''),(1153,421,'eg_sources_wistia',''),(1154,421,'eg_sources_image',''),(1155,421,'eg_sources_iframe',''),(1156,421,'eg_sources_soundcloud',''),(1157,421,'eg_vimeo_ratio','0'),(1158,421,'eg_youtube_ratio','0'),(1159,421,'eg_wistia_ratio','0'),(1160,421,'eg_html5_ratio','0'),(1161,421,'eg_soundcloud_ratio','0'),(1162,421,'eg_settings_custom_meta_skin',''),(1163,421,'eg_settings_custom_meta_element',''),(1164,421,'eg_settings_custom_meta_setting',''),(1165,421,'eg_settings_custom_meta_style',''),(1166,421,'mfn-post-link','http://74.124.197.205/~ruthsnut/services/'),(1167,421,'mfn-post-target','0'),(1168,421,'_wpb_vc_js_status','false'),(1169,424,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1170,424,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1171,424,'_edit_lock','1471839837:1'),(1172,424,'_edit_last','1'),(1173,424,'_thumbnail_id','311'),(1174,424,'slide_template','default'),(1175,424,'eg_sources_html5_mp4',''),(1176,424,'eg_sources_html5_ogv',''),(1177,424,'eg_sources_html5_webm',''),(1178,424,'eg_sources_youtube',''),(1179,424,'eg_sources_vimeo',''),(1180,424,'eg_sources_wistia',''),(1181,424,'eg_sources_image',''),(1182,424,'eg_sources_iframe',''),(1183,424,'eg_sources_soundcloud',''),(1184,424,'eg_vimeo_ratio','0'),(1185,424,'eg_youtube_ratio','0'),(1186,424,'eg_wistia_ratio','0'),(1187,424,'eg_html5_ratio','0'),(1188,424,'eg_soundcloud_ratio','0'),(1189,424,'eg_settings_custom_meta_skin',''),(1190,424,'eg_settings_custom_meta_element',''),(1191,424,'eg_settings_custom_meta_setting',''),(1192,424,'eg_settings_custom_meta_style',''),(1193,424,'mfn-post-link','http://74.124.197.205/~ruthsnut/solutions/'),(1194,424,'mfn-post-target','0'),(1195,424,'_wpb_vc_js_status','false'),(1196,424,'_dp_original','421'),(1197,425,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1198,425,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1199,425,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1200,425,'_edit_lock','1471840519:1'),(1201,425,'_edit_last','1'),(1202,425,'_thumbnail_id','306'),(1203,425,'slide_template','default'),(1204,425,'eg_sources_html5_mp4',''),(1205,425,'eg_sources_html5_ogv',''),(1206,425,'eg_sources_html5_webm',''),(1207,425,'eg_sources_youtube',''),(1208,425,'eg_sources_vimeo',''),(1209,425,'eg_sources_wistia',''),(1210,425,'eg_sources_image',''),(1211,425,'eg_sources_iframe',''),(1212,425,'eg_sources_soundcloud',''),(1213,425,'eg_vimeo_ratio','0'),(1214,425,'eg_youtube_ratio','0'),(1215,425,'eg_wistia_ratio','0'),(1216,425,'eg_html5_ratio','0'),(1217,425,'eg_soundcloud_ratio','0'),(1218,425,'eg_settings_custom_meta_skin',''),(1219,425,'eg_settings_custom_meta_element',''),(1220,425,'eg_settings_custom_meta_setting',''),(1221,425,'eg_settings_custom_meta_style',''),(1222,425,'mfn-post-link','http://74.124.197.205/~ruthsnut/solutions/'),(1223,425,'mfn-post-target','0'),(1224,425,'_wpb_vc_js_status','false'),(1226,425,'_dp_original','424'),(1228,450,'_wp_attached_file','2016/07/User-Icon.png'),(1229,450,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:150;s:6:\"height\";i:150;s:4:\"file\";s:21:\"2016/07/User-Icon.png\";s:5:\"sizes\";a:5:{s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"User-Icon-146x146.png\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:19:\"User-Icon-50x50.png\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:19:\"User-Icon-75x75.png\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:19:\"User-Icon-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:19:\"User-Icon-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(1230,452,'_wp_attached_file','2016/07/neck-pain.jpg'),(1231,452,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:21:\"2016/07/neck-pain.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"neck-pain-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"neck-pain-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"neck-pain-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"neck-pain-146x146.jpg\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:19:\"neck-pain-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:19:\"neck-pain-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:22:\"neck-pain-1000x860.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:19:\"neck-pain-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:19:\"neck-pain-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:23:\"neck-pain-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:22:\"neck-pain-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:22:\"neck-pain-768x1000.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:22:\"neck-pain-1000x750.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:21:\"neck-pain-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:22:\"neck-pain-1000x480.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:480;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:{}}}'),(1232,463,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1233,463,'_edit_lock','1569161744:2'),(1234,463,'_edit_last','2'),(1235,463,'slide_template','default'),(1236,463,'eg_sources_html5_mp4',''),(1237,463,'eg_sources_html5_ogv',''),(1238,463,'eg_sources_html5_webm',''),(1239,463,'eg_sources_youtube',''),(1240,463,'eg_sources_vimeo',''),(1241,463,'eg_sources_wistia',''),(1242,463,'eg_sources_image',''),(1243,463,'eg_sources_iframe',''),(1244,463,'eg_sources_soundcloud',''),(1245,463,'eg_vimeo_ratio','0'),(1246,463,'eg_youtube_ratio','0'),(1247,463,'eg_wistia_ratio','0'),(1248,463,'eg_html5_ratio','0'),(1249,463,'eg_soundcloud_ratio','0'),(1250,463,'eg_settings_custom_meta_skin',''),(1251,463,'eg_settings_custom_meta_element',''),(1252,463,'eg_settings_custom_meta_setting',''),(1253,463,'eg_settings_custom_meta_style',''),(1254,463,'mfn-post-hide-content','0'),(1255,463,'mfn-post-slider','0'),(1256,463,'mfn-post-slider-layer','0'),(1257,463,'mfn-post-hide-title','0'),(1258,463,'mfn-post-remove-padding','0'),(1259,463,'mfn-post-slider-header','0'),(1260,463,'mfn-post-custom-layout','0'),(1261,463,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(1262,463,'_wpb_vc_js_status','true'),(1263,463,'mfn-post-love','0'),(1264,464,'_wp_attached_file','2016/08/sugar-weight-400x400.jpg'),(1265,464,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:400;s:4:\"file\";s:32:\"2016/08/sugar-weight-400x400.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"sugar-weight-400x400-150x150.jpg\";s:5:\"width\";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:\"sugar-weight-400x400-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"sugar-weight-400x400-146x146.jpg\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:30:\"sugar-weight-400x400-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:30:\"sugar-weight-400x400-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:30:\"sugar-weight-400x400-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:30:\"sugar-weight-400x400-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(1266,463,'_thumbnail_id','306'),(1267,466,'_wp_attached_file','2016/08/yoga-background.png'),(1268,466,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1328;s:4:\"file\";s:27:\"2016/08/yoga-background.png\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"yoga-background-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:27:\"yoga-background-300x199.png\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"yoga-background-768x510.png\";s:5:\"width\";i:768;s:6:\"height\";i:510;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"yoga-background-1024x680.png\";s:5:\"width\";i:1024;s:6:\"height\";i:680;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"yoga-background-220x146.png\";s:5:\"width\";i:220;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:25:\"yoga-background-50x33.png\";s:5:\"width\";i:50;s:6:\"height\";i:33;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:26:\"yoga-background-113x75.png\";s:5:\"width\";i:113;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:28:\"yoga-background-1630x860.png\";s:5:\"width\";i:1630;s:6:\"height\";i:860;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:25:\"yoga-background-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:25:\"yoga-background-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:29:\"yoga-background-1280x1000.png\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:28:\"yoga-background-1280x500.png\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:28:\"yoga-background-768x1200.png\";s:5:\"width\";i:768;s:6:\"height\";i:1200;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:28:\"yoga-background-1920x750.png\";s:5:\"width\";i:1920;s:6:\"height\";i:750;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:27:\"yoga-background-960x750.png\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:28:\"yoga-background-1200x480.png\";s:5:\"width\";i:1200;s:6:\"height\";i:480;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:{}}}'),(1269,463,'mfn-post-header-bg','https://ruthsnutrition.gsg-host.com/wp-content/uploads/2016/08/Wellness_01_0-RESIZED-1240W.jpg'),(1270,467,'_wp_attached_file','2016/08/Wellness_01_0.jpg'),(1271,467,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:757;s:4:\"file\";s:25:\"2016/08/Wellness_01_0.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Wellness_01_0-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"Wellness_01_0-300x162.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"Wellness_01_0-768x415.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"Wellness_01_0-1024x554.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:554;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"Wellness_01_0-260x141.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:141;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:23:\"Wellness_01_0-50x27.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:27;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:24:\"Wellness_01_0-139x75.jpg\";s:5:\"width\";i:139;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:23:\"Wellness_01_0-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:23:\"Wellness_01_0-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:26:\"Wellness_01_0-1280x757.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:757;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:26:\"Wellness_01_0-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:25:\"Wellness_01_0-768x757.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:757;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:26:\"Wellness_01_0-1400x750.jpg\";s:5:\"width\";i:1400;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:25:\"Wellness_01_0-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:26:\"Wellness_01_0-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;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:{}}}'),(1272,468,'_wp_attached_file','2016/08/Wellness_01_0-CROPPED-RESIZED.jpg'),(1273,468,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1240;s:6:\"height\";i:443;s:4:\"file\";s:41:\"2016/08/Wellness_01_0-CROPPED-RESIZED.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"Wellness_01_0-CROPPED-RESIZED-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"Wellness_01_0-CROPPED-RESIZED-300x107.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:107;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"Wellness_01_0-CROPPED-RESIZED-768x274.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"Wellness_01_0-CROPPED-RESIZED-1024x366.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:366;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"Wellness_01_0-CROPPED-RESIZED-260x93.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:93;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:39:\"Wellness_01_0-CROPPED-RESIZED-50x18.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:18;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:40:\"Wellness_01_0-CROPPED-RESIZED-150x54.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:54;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:39:\"Wellness_01_0-CROPPED-RESIZED-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:39:\"Wellness_01_0-CROPPED-RESIZED-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:41:\"Wellness_01_0-CROPPED-RESIZED-768x443.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:443;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:41:\"Wellness_01_0-CROPPED-RESIZED-960x443.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:443;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:42:\"Wellness_01_0-CROPPED-RESIZED-1200x443.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:443;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:10:\"1471983772\";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:{}}}'),(1274,469,'_wp_attached_file','2016/08/Wellness_01_0-RESIZED-1240W.jpg'),(1275,469,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1240;s:6:\"height\";i:670;s:4:\"file\";s:39:\"2016/08/Wellness_01_0-RESIZED-1240W.jpg\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Wellness_01_0-RESIZED-1240W-150x150.jpg\";s:5:\"width\";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:\"Wellness_01_0-RESIZED-1240W-300x162.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"Wellness_01_0-RESIZED-1240W-768x415.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"Wellness_01_0-RESIZED-1240W-1024x553.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:553;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"Wellness_01_0-RESIZED-1240W-260x140.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:37:\"Wellness_01_0-RESIZED-1240W-50x27.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:27;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:38:\"Wellness_01_0-RESIZED-1240W-139x75.jpg\";s:5:\"width\";i:139;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:37:\"Wellness_01_0-RESIZED-1240W-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:37:\"Wellness_01_0-RESIZED-1240W-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:40:\"Wellness_01_0-RESIZED-1240W-1240x500.jpg\";s:5:\"width\";i:1240;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:39:\"Wellness_01_0-RESIZED-1240W-768x670.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:670;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:39:\"Wellness_01_0-RESIZED-1240W-960x670.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:670;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:40:\"Wellness_01_0-RESIZED-1240W-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;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:{}}}'),(1276,470,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1277,470,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1278,470,'_edit_lock','1569161799:2'),(1279,470,'_edit_last','2'),(1280,470,'slide_template','default'),(1281,470,'eg_sources_html5_mp4',''),(1282,470,'eg_sources_html5_ogv',''),(1283,470,'eg_sources_html5_webm',''),(1284,470,'eg_sources_youtube',''),(1285,470,'eg_sources_vimeo',''),(1286,470,'eg_sources_wistia',''),(1287,470,'eg_sources_image',''),(1288,470,'eg_sources_iframe',''),(1289,470,'eg_sources_soundcloud',''),(1290,470,'eg_vimeo_ratio','0'),(1291,470,'eg_youtube_ratio','0'),(1292,470,'eg_wistia_ratio','0'),(1293,470,'eg_html5_ratio','0'),(1294,470,'eg_soundcloud_ratio','0'),(1295,470,'eg_settings_custom_meta_skin',''),(1296,470,'eg_settings_custom_meta_element',''),(1297,470,'eg_settings_custom_meta_setting',''),(1298,470,'eg_settings_custom_meta_style',''),(1299,470,'mfn-post-hide-content','0'),(1300,470,'mfn-post-slider','0'),(1301,470,'mfn-post-slider-layer','0'),(1302,470,'mfn-post-hide-title','0'),(1303,470,'mfn-post-remove-padding','0'),(1304,470,'mfn-post-slider-header','0'),(1305,470,'mfn-post-custom-layout','0'),(1306,470,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(1307,470,'_wpb_vc_js_status','true'),(1308,470,'mfn-post-love','0'),(1309,470,'_thumbnail_id','307'),(1310,470,'mfn-post-header-bg','https://ruthsnutrition.gsg-host.com/wp-content/uploads/2016/08/Wellness_01_0-RESIZED-1240W.jpg'),(1311,470,'_dp_original','463'),(1312,471,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1313,471,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1314,471,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1315,471,'_edit_lock','1569162034:2'),(1316,471,'_edit_last','2'),(1317,471,'slide_template','default'),(1318,471,'eg_sources_html5_mp4',''),(1319,471,'eg_sources_html5_ogv',''),(1320,471,'eg_sources_html5_webm',''),(1321,471,'eg_sources_youtube',''),(1322,471,'eg_sources_vimeo',''),(1323,471,'eg_sources_wistia',''),(1324,471,'eg_sources_image',''),(1325,471,'eg_sources_iframe',''),(1326,471,'eg_sources_soundcloud',''),(1327,471,'eg_vimeo_ratio','0'),(1328,471,'eg_youtube_ratio','0'),(1329,471,'eg_wistia_ratio','0'),(1330,471,'eg_html5_ratio','0'),(1331,471,'eg_soundcloud_ratio','0'),(1332,471,'eg_settings_custom_meta_skin',''),(1333,471,'eg_settings_custom_meta_element',''),(1334,471,'eg_settings_custom_meta_setting',''),(1335,471,'eg_settings_custom_meta_style',''),(1336,471,'mfn-post-hide-content','0'),(1337,471,'mfn-post-slider','0'),(1338,471,'mfn-post-slider-layer','0'),(1339,471,'mfn-post-hide-title','0'),(1340,471,'mfn-post-remove-padding','0'),(1341,471,'mfn-post-slider-header','0'),(1342,471,'mfn-post-custom-layout','0'),(1343,471,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(1344,471,'_wpb_vc_js_status','true'),(1345,471,'mfn-post-love','0'),(1346,471,'_thumbnail_id','392'),(1347,471,'mfn-post-header-bg','https://ruthsnutrition.gsg-host.com/wp-content/uploads/2016/08/Wellness_01_0-RESIZED-1240W.jpg'),(1349,471,'_dp_original','470'),(1350,472,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1351,472,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1352,472,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1353,472,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1354,472,'_edit_lock','1569161990:2'),(1355,472,'_edit_last','2'),(1356,472,'slide_template','default'),(1357,472,'eg_sources_html5_mp4',''),(1358,472,'eg_sources_html5_ogv',''),(1359,472,'eg_sources_html5_webm',''),(1360,472,'eg_sources_youtube',''),(1361,472,'eg_sources_vimeo',''),(1362,472,'eg_sources_wistia',''),(1363,472,'eg_sources_image',''),(1364,472,'eg_sources_iframe',''),(1365,472,'eg_sources_soundcloud',''),(1366,472,'eg_vimeo_ratio','0'),(1367,472,'eg_youtube_ratio','0'),(1368,472,'eg_wistia_ratio','0'),(1369,472,'eg_html5_ratio','0'),(1370,472,'eg_soundcloud_ratio','0'),(1371,472,'eg_settings_custom_meta_skin',''),(1372,472,'eg_settings_custom_meta_element',''),(1373,472,'eg_settings_custom_meta_setting',''),(1374,472,'eg_settings_custom_meta_style',''),(1375,472,'mfn-post-hide-content','0'),(1376,472,'mfn-post-slider','0'),(1377,472,'mfn-post-slider-layer','0'),(1378,472,'mfn-post-hide-title','0'),(1379,472,'mfn-post-remove-padding','0'),(1380,472,'mfn-post-slider-header','0'),(1381,472,'mfn-post-custom-layout','0'),(1382,472,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(1383,472,'_wpb_vc_js_status','true'),(1384,472,'mfn-post-love','0'),(1386,472,'mfn-post-header-bg','https://ruthsnutrition.gsg-host.com/wp-content/uploads/2016/08/Wellness_01_0-RESIZED-1240W.jpg'),(1388,472,'_dp_original','471'),(1389,473,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1390,473,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1391,473,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1392,473,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1393,473,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1394,473,'_edit_lock','1569161873:2'),(1395,473,'_edit_last','2'),(1396,473,'slide_template','default'),(1397,473,'eg_sources_html5_mp4',''),(1398,473,'eg_sources_html5_ogv',''),(1399,473,'eg_sources_html5_webm',''),(1400,473,'eg_sources_youtube',''),(1401,473,'eg_sources_vimeo',''),(1402,473,'eg_sources_wistia',''),(1403,473,'eg_sources_image',''),(1404,473,'eg_sources_iframe',''),(1405,473,'eg_sources_soundcloud',''),(1406,473,'eg_vimeo_ratio','0'),(1407,473,'eg_youtube_ratio','0'),(1408,473,'eg_wistia_ratio','0'),(1409,473,'eg_html5_ratio','0'),(1410,473,'eg_soundcloud_ratio','0'),(1411,473,'eg_settings_custom_meta_skin',''),(1412,473,'eg_settings_custom_meta_element',''),(1413,473,'eg_settings_custom_meta_setting',''),(1414,473,'eg_settings_custom_meta_style',''),(1415,473,'mfn-post-hide-content','0'),(1416,473,'mfn-post-slider','0'),(1417,473,'mfn-post-slider-layer','0'),(1418,473,'mfn-post-hide-title','0'),(1419,473,'mfn-post-remove-padding','0'),(1420,473,'mfn-post-slider-header','0'),(1421,473,'mfn-post-custom-layout','0'),(1422,473,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(1423,473,'_wpb_vc_js_status','true'),(1424,473,'mfn-post-love','0'),(1426,473,'mfn-post-header-bg','https://ruthsnutrition.gsg-host.com/wp-content/uploads/2016/08/Wellness_01_0-RESIZED-1240W.jpg'),(1428,473,'_dp_original','472'),(1429,474,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1430,474,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1431,474,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1432,474,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1433,474,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1434,474,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1435,474,'_edit_lock','1569162104:2'),(1436,474,'_edit_last','2'),(1437,474,'slide_template','default'),(1438,474,'eg_sources_html5_mp4',''),(1439,474,'eg_sources_html5_ogv',''),(1440,474,'eg_sources_html5_webm',''),(1441,474,'eg_sources_youtube',''),(1442,474,'eg_sources_vimeo',''),(1443,474,'eg_sources_wistia',''),(1444,474,'eg_sources_image',''),(1445,474,'eg_sources_iframe',''),(1446,474,'eg_sources_soundcloud',''),(1447,474,'eg_vimeo_ratio','0'),(1448,474,'eg_youtube_ratio','0'),(1449,474,'eg_wistia_ratio','0'),(1450,474,'eg_html5_ratio','0'),(1451,474,'eg_soundcloud_ratio','0'),(1452,474,'eg_settings_custom_meta_skin',''),(1453,474,'eg_settings_custom_meta_element',''),(1454,474,'eg_settings_custom_meta_setting',''),(1455,474,'eg_settings_custom_meta_style',''),(1456,474,'mfn-post-hide-content','0'),(1457,474,'mfn-post-slider','0'),(1458,474,'mfn-post-slider-layer','0'),(1459,474,'mfn-post-hide-title','0'),(1460,474,'mfn-post-remove-padding','0'),(1461,474,'mfn-post-slider-header','0'),(1462,474,'mfn-post-custom-layout','0'),(1463,474,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(1464,474,'_wpb_vc_js_status','true'),(1465,474,'mfn-post-love','0'),(1466,474,'mfn-post-header-bg','https://ruthsnutrition.gsg-host.com/wp-content/uploads/2016/08/Wellness_01_0-RESIZED-1240W.jpg'),(1468,474,'_dp_original','473'),(1469,473,'_thumbnail_id','731'),(1470,474,'_thumbnail_id','730'),(1471,475,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1472,475,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1473,475,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1474,475,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1475,475,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1476,475,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1477,475,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1478,475,'_edit_lock','1569161930:2'),(1479,475,'_edit_last','2'),(1480,475,'slide_template','default'),(1481,475,'eg_sources_html5_mp4',''),(1482,475,'eg_sources_html5_ogv',''),(1483,475,'eg_sources_html5_webm',''),(1484,475,'eg_sources_youtube',''),(1485,475,'eg_sources_vimeo',''),(1486,475,'eg_sources_wistia',''),(1487,475,'eg_sources_image',''),(1488,475,'eg_sources_iframe',''),(1489,475,'eg_sources_soundcloud',''),(1490,475,'eg_vimeo_ratio','0'),(1491,475,'eg_youtube_ratio','0'),(1492,475,'eg_wistia_ratio','0'),(1493,475,'eg_html5_ratio','0'),(1494,475,'eg_soundcloud_ratio','0'),(1495,475,'eg_settings_custom_meta_skin',''),(1496,475,'eg_settings_custom_meta_element',''),(1497,475,'eg_settings_custom_meta_setting',''),(1498,475,'eg_settings_custom_meta_style',''),(1499,475,'mfn-post-hide-content','0'),(1500,475,'mfn-post-slider','0'),(1501,475,'mfn-post-slider-layer','0'),(1502,475,'mfn-post-hide-title','0'),(1503,475,'mfn-post-remove-padding','0'),(1504,475,'mfn-post-slider-header','0'),(1505,475,'mfn-post-custom-layout','0'),(1506,475,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(1507,475,'_wpb_vc_js_status','true'),(1508,475,'mfn-post-love','0'),(1509,475,'mfn-post-header-bg','https://ruthsnutrition.gsg-host.com/wp-content/uploads/2016/08/Wellness_01_0-RESIZED-1240W.jpg'),(1512,475,'_dp_original','474'),(1513,476,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1514,476,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1515,476,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1516,476,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1517,476,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1518,476,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1519,476,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1520,476,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1521,476,'_edit_lock','1569161680:2'),(1522,476,'_edit_last','2'),(1523,476,'slide_template','default'),(1524,476,'eg_sources_html5_mp4',''),(1525,476,'eg_sources_html5_ogv',''),(1526,476,'eg_sources_html5_webm',''),(1527,476,'eg_sources_youtube',''),(1528,476,'eg_sources_vimeo',''),(1529,476,'eg_sources_wistia',''),(1530,476,'eg_sources_image',''),(1531,476,'eg_sources_iframe',''),(1532,476,'eg_sources_soundcloud',''),(1533,476,'eg_vimeo_ratio','0'),(1534,476,'eg_youtube_ratio','0'),(1535,476,'eg_wistia_ratio','0'),(1536,476,'eg_html5_ratio','0'),(1537,476,'eg_soundcloud_ratio','0'),(1538,476,'eg_settings_custom_meta_skin',''),(1539,476,'eg_settings_custom_meta_element',''),(1540,476,'eg_settings_custom_meta_setting',''),(1541,476,'eg_settings_custom_meta_style',''),(1542,476,'mfn-post-hide-content','0'),(1543,476,'mfn-post-slider','0'),(1544,476,'mfn-post-slider-layer','0'),(1545,476,'mfn-post-hide-title','0'),(1546,476,'mfn-post-remove-padding','0'),(1547,476,'mfn-post-slider-header','0'),(1548,476,'mfn-post-custom-layout','0'),(1549,476,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(1550,476,'_wpb_vc_js_status','true'),(1551,476,'mfn-post-love','0'),(1552,476,'mfn-post-header-bg','https://ruthsnutrition.gsg-host.com/wp-content/uploads/2016/08/Wellness_01_0-RESIZED-1240W.jpg'),(1554,476,'_dp_original','475'),(1555,477,'_wp_attached_file','2016/08/aromatherapy-lavender.jpg'),(1556,477,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1260;s:6:\"height\";i:834;s:4:\"file\";s:33:\"2016/08/aromatherapy-lavender.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"aromatherapy-lavender-150x150.jpg\";s:5:\"width\";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:\"aromatherapy-lavender-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"aromatherapy-lavender-768x508.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:508;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"aromatherapy-lavender-1024x678.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:678;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"aromatherapy-lavender-221x146.jpg\";s:5:\"width\";i:221;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:31:\"aromatherapy-lavender-50x33.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:33;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:32:\"aromatherapy-lavender-113x75.jpg\";s:5:\"width\";i:113;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:31:\"aromatherapy-lavender-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:31:\"aromatherapy-lavender-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:34:\"aromatherapy-lavender-1260x500.jpg\";s:5:\"width\";i:1260;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:33:\"aromatherapy-lavender-768x834.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:834;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:34:\"aromatherapy-lavender-1260x750.jpg\";s:5:\"width\";i:1260;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:33:\"aromatherapy-lavender-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:34:\"aromatherapy-lavender-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;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:{}}}'),(1557,476,'_thumbnail_id','721'),(1558,475,'_thumbnail_id','723'),(1559,497,'_wp_attached_file','2016/07/wellness-beauty.jpg'),(1560,497,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1460;s:6:\"height\";i:984;s:4:\"file\";s:27:\"2016/07/wellness-beauty.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"wellness-beauty-150x150.jpg\";s:5:\"width\";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:\"wellness-beauty-300x202.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"wellness-beauty-768x518.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:518;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"wellness-beauty-1024x690.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:690;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"wellness-beauty-217x146.jpg\";s:5:\"width\";i:217;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:25:\"wellness-beauty-50x34.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:34;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:26:\"wellness-beauty-111x75.jpg\";s:5:\"width\";i:111;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:28:\"wellness-beauty-1460x860.jpg\";s:5:\"width\";i:1460;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:25:\"wellness-beauty-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:25:\"wellness-beauty-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:28:\"wellness-beauty-1280x984.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:984;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:28:\"wellness-beauty-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:27:\"wellness-beauty-768x984.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:984;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:28:\"wellness-beauty-1460x750.jpg\";s:5:\"width\";i:1460;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:27:\"wellness-beauty-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:28:\"wellness-beauty-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;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:{}}}'),(1561,498,'_wp_attached_file','2016/07/wellness-beauty-RESIZED-1000w-CROPPED.jpg'),(1562,498,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:458;s:4:\"file\";s:49:\"2016/07/wellness-beauty-RESIZED-1000w-CROPPED.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"wellness-beauty-RESIZED-1000w-CROPPED-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:49:\"wellness-beauty-RESIZED-1000w-CROPPED-300x137.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:49:\"wellness-beauty-RESIZED-1000w-CROPPED-768x352.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:352;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:49:\"wellness-beauty-RESIZED-1000w-CROPPED-260x119.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:119;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:47:\"wellness-beauty-RESIZED-1000w-CROPPED-50x23.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:23;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:48:\"wellness-beauty-RESIZED-1000w-CROPPED-150x69.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:69;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:47:\"wellness-beauty-RESIZED-1000w-CROPPED-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:47:\"wellness-beauty-RESIZED-1000w-CROPPED-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:49:\"wellness-beauty-RESIZED-1000w-CROPPED-768x458.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:458;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:49:\"wellness-beauty-RESIZED-1000w-CROPPED-960x458.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:458;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:10:\"1471990007\";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:{}}}'),(1568,512,'_wp_attached_file','2016/08/mood-eggs.jpg'),(1569,512,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:736;s:6:\"height\";i:552;s:4:\"file\";s:21:\"2016/08/mood-eggs.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"mood-eggs-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"mood-eggs-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"mood-eggs-195x146.jpg\";s:5:\"width\";i:195;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:19:\"mood-eggs-50x38.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:38;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:20:\"mood-eggs-100x75.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:19:\"mood-eggs-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:19:\"mood-eggs-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:21:\"mood-eggs-736x500.jpg\";s:5:\"width\";i:736;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:21:\"mood-eggs-736x480.jpg\";s:5:\"width\";i:736;s:6:\"height\";i:480;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:{}}}'),(1570,472,'_thumbnail_id','732'),(1574,145,'mfn-post-header-bg',''),(1575,154,'mfn-post-layout','no-sidebar'),(1576,154,'mfn-post-header-bg',''),(1580,522,'_wp_attached_file','2016/07/Wellness_01_0-RESIZED-1240W-CROPPED.jpg'),(1581,522,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1240;s:6:\"height\";i:567;s:4:\"file\";s:47:\"2016/07/Wellness_01_0-RESIZED-1240W-CROPPED.jpg\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"Wellness_01_0-RESIZED-1240W-CROPPED-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:47:\"Wellness_01_0-RESIZED-1240W-CROPPED-300x137.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:47:\"Wellness_01_0-RESIZED-1240W-CROPPED-768x351.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:351;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:48:\"Wellness_01_0-RESIZED-1240W-CROPPED-1024x468.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:468;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:47:\"Wellness_01_0-RESIZED-1240W-CROPPED-260x119.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:119;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:45:\"Wellness_01_0-RESIZED-1240W-CROPPED-50x23.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:23;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:46:\"Wellness_01_0-RESIZED-1240W-CROPPED-150x69.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:69;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:45:\"Wellness_01_0-RESIZED-1240W-CROPPED-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:45:\"Wellness_01_0-RESIZED-1240W-CROPPED-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:48:\"Wellness_01_0-RESIZED-1240W-CROPPED-1240x500.jpg\";s:5:\"width\";i:1240;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:47:\"Wellness_01_0-RESIZED-1240W-CROPPED-768x567.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:567;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:47:\"Wellness_01_0-RESIZED-1240W-CROPPED-960x567.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:567;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:48:\"Wellness_01_0-RESIZED-1240W-CROPPED-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;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:10:\"1471984489\";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:{}}}'),(1589,531,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1591,531,'_menu_item_type','post_type'),(1592,531,'_menu_item_menu_item_parent','539'),(1593,531,'_menu_item_object_id','476'),(1594,531,'_menu_item_object','portfolio'),(1595,531,'_menu_item_target',''),(1596,531,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1597,531,'_menu_item_xfn',''),(1598,531,'_menu_item_url',''),(1600,531,'menu-item-mfn-megamenu',''),(1601,531,'menu-item-mfn-bg',''),(1602,532,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1604,532,'_menu_item_type','post_type'),(1605,532,'_menu_item_menu_item_parent','539'),(1606,532,'_menu_item_object_id','475'),(1607,532,'_menu_item_object','portfolio'),(1608,532,'_menu_item_target',''),(1609,532,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1610,532,'_menu_item_xfn',''),(1611,532,'_menu_item_url',''),(1613,532,'menu-item-mfn-megamenu',''),(1614,532,'menu-item-mfn-bg',''),(1615,533,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1616,533,'_menu_item_type','post_type'),(1617,533,'_menu_item_menu_item_parent','539'),(1618,533,'_menu_item_object_id','474'),(1619,533,'_menu_item_object','portfolio'),(1620,533,'_menu_item_target',''),(1621,533,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1622,533,'_menu_item_xfn',''),(1623,533,'_menu_item_url',''),(1625,533,'menu-item-mfn-megamenu',''),(1626,533,'menu-item-mfn-bg',''),(1627,534,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1628,534,'_menu_item_type','post_type'),(1629,534,'_menu_item_menu_item_parent','539'),(1630,534,'_menu_item_object_id','473'),(1631,534,'_menu_item_object','portfolio'),(1632,534,'_menu_item_target',''),(1633,534,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1634,534,'_menu_item_xfn',''),(1635,534,'_menu_item_url',''),(1637,534,'menu-item-mfn-megamenu',''),(1638,534,'menu-item-mfn-bg',''),(1639,535,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1640,535,'_menu_item_type','post_type'),(1641,535,'_menu_item_menu_item_parent','539'),(1642,535,'_menu_item_object_id','472'),(1643,535,'_menu_item_object','portfolio'),(1644,535,'_menu_item_target',''),(1645,535,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1646,535,'_menu_item_xfn',''),(1647,535,'_menu_item_url',''),(1649,535,'menu-item-mfn-megamenu',''),(1650,535,'menu-item-mfn-bg',''),(1651,536,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1652,536,'_menu_item_type','post_type'),(1653,536,'_menu_item_menu_item_parent','539'),(1654,536,'_menu_item_object_id','471'),(1655,536,'_menu_item_object','portfolio'),(1656,536,'_menu_item_target',''),(1657,536,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1658,536,'_menu_item_xfn',''),(1659,536,'_menu_item_url',''),(1661,536,'menu-item-mfn-megamenu',''),(1662,536,'menu-item-mfn-bg',''),(1663,537,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1664,537,'_menu_item_type','post_type'),(1665,537,'_menu_item_menu_item_parent','539'),(1666,537,'_menu_item_object_id','470'),(1667,537,'_menu_item_object','portfolio'),(1668,537,'_menu_item_target',''),(1669,537,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1670,537,'_menu_item_xfn',''),(1671,537,'_menu_item_url',''),(1673,537,'menu-item-mfn-megamenu',''),(1674,537,'menu-item-mfn-bg',''),(1675,538,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1676,538,'_menu_item_type','post_type'),(1677,538,'_menu_item_menu_item_parent','539'),(1678,538,'_menu_item_object_id','463'),(1679,538,'_menu_item_object','portfolio'),(1680,538,'_menu_item_target',''),(1681,538,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1682,538,'_menu_item_xfn',''),(1683,538,'_menu_item_url',''),(1685,538,'menu-item-mfn-megamenu',''),(1686,538,'menu-item-mfn-bg',''),(1687,539,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1688,539,'_menu_item_type','custom'),(1689,539,'_menu_item_menu_item_parent','0'),(1690,539,'_menu_item_object_id','539'),(1691,539,'_menu_item_object','custom'),(1692,539,'_menu_item_target',''),(1693,539,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1694,539,'_menu_item_xfn',''),(1695,539,'_menu_item_url',''),(1697,539,'menu-item-mfn-megamenu',''),(1698,539,'menu-item-mfn-bg',''),(1699,540,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1700,540,'_menu_item_type','post_type'),(1701,540,'_menu_item_menu_item_parent','539'),(1702,540,'_menu_item_object_id','304'),(1703,540,'_menu_item_object','page'),(1704,540,'_menu_item_target',''),(1705,540,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1706,540,'_menu_item_xfn',''),(1707,540,'_menu_item_url',''),(1709,540,'menu-item-mfn-megamenu',''),(1710,540,'menu-item-mfn-bg',''),(1711,546,'_wp_attached_file','2016/07/complementary-services.jpg'),(1712,546,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:264;s:6:\"height\";i:191;s:4:\"file\";s:34:\"2016/07/complementary-services.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"complementary-services-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"complementary-services-202x146.jpg\";s:5:\"width\";i:202;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:32:\"complementary-services-50x36.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:33:\"complementary-services-104x75.jpg\";s:5:\"width\";i:104;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:32:\"complementary-services-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:32:\"complementary-services-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(1713,548,'_wp_attached_file','2016/07/complementary-services-2.jpg'),(1714,548,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:300;s:4:\"file\";s:36:\"2016/07/complementary-services-2.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"complementary-services-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"complementary-services-2-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"complementary-services-2-195x146.jpg\";s:5:\"width\";i:195;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:34:\"complementary-services-2-50x38.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:38;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:35:\"complementary-services-2-100x75.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:34:\"complementary-services-2-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:34:\"complementary-services-2-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(1715,554,'_wp_attached_file','2016/08/Solutions-aromatherapy-photo.jpg'),(1716,554,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:275;s:6:\"height\";i:183;s:4:\"file\";s:40:\"2016/08/Solutions-aromatherapy-photo.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"Solutions-aromatherapy-photo-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"Solutions-aromatherapy-photo-219x146.jpg\";s:5:\"width\";i:219;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:38:\"Solutions-aromatherapy-photo-50x33.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:33;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:39:\"Solutions-aromatherapy-photo-113x75.jpg\";s:5:\"width\";i:113;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:38:\"Solutions-aromatherapy-photo-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:38:\"Solutions-aromatherapy-photo-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(1717,555,'_wp_attached_file','2016/08/LavendarEssentialOils660.jpg'),(1718,555,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:660;s:6:\"height\";i:440;s:4:\"file\";s:36:\"2016/08/LavendarEssentialOils660.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"LavendarEssentialOils660-150x150.jpg\";s:5:\"width\";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:\"LavendarEssentialOils660-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"LavendarEssentialOils660-219x146.jpg\";s:5:\"width\";i:219;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:34:\"LavendarEssentialOils660-50x33.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:33;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:35:\"LavendarEssentialOils660-113x75.jpg\";s:5:\"width\";i:113;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:34:\"LavendarEssentialOils660-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:34:\"LavendarEssentialOils660-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(1766,476,'_wpb_shortcodes_custom_css','.vc_custom_1473178305140{background-color: #270639 !important;}'),(1767,475,'_wpb_shortcodes_custom_css','.vc_custom_1473178305140{background-color: #270639 !important;}'),(1770,474,'_wpb_shortcodes_custom_css','.vc_custom_1473178305140{background-color: #270639 !important;}'),(1771,473,'_wpb_shortcodes_custom_css','.vc_custom_1473178305140{background-color: #270639 !important;}'),(1772,472,'_wpb_shortcodes_custom_css','.vc_custom_1473178305140{background-color: #270639 !important;}'),(1773,471,'_wpb_shortcodes_custom_css','.vc_custom_1473178305140{background-color: #270639 !important;}'),(1774,470,'_wpb_shortcodes_custom_css','.vc_custom_1473178305140{background-color: #270639 !important;}'),(1775,463,'_wpb_shortcodes_custom_css','.vc_custom_1473178305140{background-color: #270639 !important;}'),(1776,2,'_edit_last','1'),(1777,2,'slide_template',''),(1778,2,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1779,2,'_edit_lock','1582748451:2'),(1780,576,'_wp_attached_file','2016/07/Gordon.jpg'),(1781,576,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2119;s:6:\"height\";i:2135;s:4:\"file\";s:18:\"2016/07/Gordon.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"Gordon-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"Gordon-298x300.jpg\";s:5:\"width\";i:298;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"Gordon-768x774.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:774;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"Gordon-1016x1024.jpg\";s:5:\"width\";i:1016;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"Gordon-145x146.jpg\";s:5:\"width\";i:145;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:16:\"Gordon-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:16:\"Gordon-74x75.jpg\";s:5:\"width\";i:74;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:19:\"Gordon-1630x860.jpg\";s:5:\"width\";i:1630;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:16:\"Gordon-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:16:\"Gordon-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:20:\"Gordon-1280x1000.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:19:\"Gordon-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:19:\"Gordon-768x1200.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:19:\"Gordon-1920x750.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:18:\"Gordon-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:19:\"Gordon-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"NIKON D3S\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1472546019\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"135\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:8:\"0.003125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1782,577,'_wp_attached_file','2016/07/Phyllis-Light-2016.jpg'),(1783,577,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:314;s:6:\"height\";i:452;s:4:\"file\";s:30:\"2016/07/Phyllis-Light-2016.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Phyllis-Light-2016-150x150.jpg\";s:5:\"width\";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:\"Phyllis-Light-2016-208x300.jpg\";s:5:\"width\";i:208;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"Phyllis-Light-2016-101x146.jpg\";s:5:\"width\";i:101;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:28:\"Phyllis-Light-2016-35x50.jpg\";s:5:\"width\";i:35;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:28:\"Phyllis-Light-2016-52x75.jpg\";s:5:\"width\";i:52;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:28:\"Phyllis-Light-2016-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:28:\"Phyllis-Light-2016-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:10:\"1439834234\";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:{}}}'),(1784,578,'_wp_attached_file','2016/07/Phyllis-Light-2016-cropped-square.jpg'),(1785,578,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:314;s:6:\"height\";i:314;s:4:\"file\";s:45:\"2016/07/Phyllis-Light-2016-cropped-square.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"Phyllis-Light-2016-cropped-square-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"Phyllis-Light-2016-cropped-square-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Phyllis-Light-2016-cropped-square-146x146.jpg\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:43:\"Phyllis-Light-2016-cropped-square-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:43:\"Phyllis-Light-2016-cropped-square-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:43:\"Phyllis-Light-2016-cropped-square-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:43:\"Phyllis-Light-2016-cropped-square-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:10:\"1439834234\";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:{}}}'),(1786,580,'_wp_attached_file','2016/07/Who-We-Are.jpg'),(1787,580,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3184;s:6:\"height\";i:2120;s:4:\"file\";s:22:\"2016/07/Who-We-Are.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Who-We-Are-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"Who-We-Are-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"Who-We-Are-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"Who-We-Are-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"Who-We-Are-219x146.jpg\";s:5:\"width\";i:219;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:20:\"Who-We-Are-50x33.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:33;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:21:\"Who-We-Are-113x75.jpg\";s:5:\"width\";i:113;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:23:\"Who-We-Are-1630x860.jpg\";s:5:\"width\";i:1630;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:20:\"Who-We-Are-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:20:\"Who-We-Are-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:24:\"Who-We-Are-1280x1000.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:23:\"Who-We-Are-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:23:\"Who-We-Are-768x1200.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:23:\"Who-We-Are-1920x750.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:22:\"Who-We-Are-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:23:\"Who-We-Are-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"NIKON D3S\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1472546378\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"38\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1788,581,'_wp_attached_file','2016/07/Additional-Services-500w.jpg'),(1789,581,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:333;s:4:\"file\";s:36:\"2016/07/Additional-Services-500w.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Additional-Services-500w-150x150.jpg\";s:5:\"width\";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:\"Additional-Services-500w-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"Additional-Services-500w-219x146.jpg\";s:5:\"width\";i:219;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:34:\"Additional-Services-500w-50x33.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:33;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:35:\"Additional-Services-500w-113x75.jpg\";s:5:\"width\";i:113;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:34:\"Additional-Services-500w-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:34:\"Additional-Services-500w-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(1790,582,'_wp_attached_file','2016/07/how-we-help-500w.jpg'),(1791,582,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:333;s:4:\"file\";s:28:\"2016/07/how-we-help-500w.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"how-we-help-500w-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"how-we-help-500w-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"how-we-help-500w-219x146.jpg\";s:5:\"width\";i:219;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:26:\"how-we-help-500w-50x33.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:33;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:27:\"how-we-help-500w-113x75.jpg\";s:5:\"width\";i:113;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:26:\"how-we-help-500w-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:26:\"how-we-help-500w-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(1792,583,'_wp_attached_file','2016/07/Who-We-Are-500w.jpg'),(1793,583,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:332;s:4:\"file\";s:27:\"2016/07/Who-We-Are-500w.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Who-We-Are-500w-150x150.jpg\";s:5:\"width\";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:\"Who-We-Are-500w-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"Who-We-Are-500w-220x146.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:25:\"Who-We-Are-500w-50x33.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:33;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:26:\"Who-We-Are-500w-113x75.jpg\";s:5:\"width\";i:113;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:25:\"Who-We-Are-500w-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:25:\"Who-We-Are-500w-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"NIKON D3S\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1472546378\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"38\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1794,585,'_wp_attached_file','2016/07/Rotation-Baby-Ruths-500H.jpg'),(1795,585,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:332;s:6:\"height\";i:500;s:4:\"file\";s:36:\"2016/07/Rotation-Baby-Ruths-500H.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Rotation-Baby-Ruths-500H-150x150.jpg\";s:5:\"width\";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:\"Rotation-Baby-Ruths-500H-199x300.jpg\";s:5:\"width\";i:199;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"Rotation-Baby-Ruths-500H-97x146.jpg\";s:5:\"width\";i:97;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:34:\"Rotation-Baby-Ruths-500H-33x50.jpg\";s:5:\"width\";i:33;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:34:\"Rotation-Baby-Ruths-500H-50x75.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:34:\"Rotation-Baby-Ruths-500H-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:34:\"Rotation-Baby-Ruths-500H-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:36:\"Rotation-Baby-Ruths-500H-332x500.jpg\";s:5:\"width\";i:332;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:36:\"Rotation-Baby-Ruths-500H-332x480.jpg\";s:5:\"width\";i:332;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"NIKON D3S\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1472544587\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:4:\"1250\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1796,586,'_wp_attached_file','2016/07/Rotation-bracelets-500W.jpg'),(1797,586,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:332;s:4:\"file\";s:35:\"2016/07/Rotation-bracelets-500W.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"Rotation-bracelets-500W-150x150.jpg\";s:5:\"width\";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:\"Rotation-bracelets-500W-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"Rotation-bracelets-500W-220x146.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:33:\"Rotation-bracelets-500W-50x33.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:33;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:34:\"Rotation-bracelets-500W-113x75.jpg\";s:5:\"width\";i:113;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:33:\"Rotation-bracelets-500W-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:33:\"Rotation-bracelets-500W-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"NIKON D3S\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1472543955\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"29\";s:3:\"iso\";s:4:\"2000\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1798,587,'_wp_attached_file','2016/07/Rotation-front-door-500x500.jpg'),(1799,587,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:39:\"2016/07/Rotation-front-door-500x500.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Rotation-front-door-500x500-150x150.jpg\";s:5:\"width\";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:\"Rotation-front-door-500x500-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"Rotation-front-door-500x500-146x146.jpg\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:37:\"Rotation-front-door-500x500-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:37:\"Rotation-front-door-500x500-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:37:\"Rotation-front-door-500x500-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:37:\"Rotation-front-door-500x500-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:39:\"Rotation-front-door-500x500-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:39:\"Rotation-front-door-500x500-500x480.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"10\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"NIKON D3S\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1472387089\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"32\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:6:\"0.0025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1800,588,'_wp_attached_file','2016/07/Rotation-Santevia-500H.jpg'),(1801,588,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:332;s:6:\"height\";i:500;s:4:\"file\";s:34:\"2016/07/Rotation-Santevia-500H.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"Rotation-Santevia-500H-150x150.jpg\";s:5:\"width\";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:\"Rotation-Santevia-500H-199x300.jpg\";s:5:\"width\";i:199;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"Rotation-Santevia-500H-97x146.jpg\";s:5:\"width\";i:97;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:32:\"Rotation-Santevia-500H-33x50.jpg\";s:5:\"width\";i:33;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:32:\"Rotation-Santevia-500H-50x75.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:32:\"Rotation-Santevia-500H-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:32:\"Rotation-Santevia-500H-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:34:\"Rotation-Santevia-500H-332x500.jpg\";s:5:\"width\";i:332;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:34:\"Rotation-Santevia-500H-332x480.jpg\";s:5:\"width\";i:332;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"NIKON D3S\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1472544844\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"29\";s:3:\"iso\";s:4:\"1250\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1802,589,'_wp_attached_file','2016/07/Rotation-shopping-500W.jpg'),(1803,589,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:332;s:4:\"file\";s:34:\"2016/07/Rotation-shopping-500W.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"Rotation-shopping-500W-150x150.jpg\";s:5:\"width\";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:\"Rotation-shopping-500W-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"Rotation-shopping-500W-220x146.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:32:\"Rotation-shopping-500W-50x33.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:33;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:33:\"Rotation-shopping-500W-113x75.jpg\";s:5:\"width\";i:113;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:32:\"Rotation-shopping-500W-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:32:\"Rotation-shopping-500W-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:0:\"\";s:6:\"camera\";s:9:\"NIKON D3S\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1472541892\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"35\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:4:\"0.02\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1804,590,'_wp_attached_file','2016/07/Rotation-Young-Living-500w.jpg'),(1805,590,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:333;s:4:\"file\";s:38:\"2016/07/Rotation-Young-Living-500w.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Rotation-Young-Living-500w-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"Rotation-Young-Living-500w-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"Rotation-Young-Living-500w-219x146.jpg\";s:5:\"width\";i:219;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:36:\"Rotation-Young-Living-500w-50x33.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:33;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:37:\"Rotation-Young-Living-500w-113x75.jpg\";s:5:\"width\";i:113;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:36:\"Rotation-Young-Living-500w-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:36:\"Rotation-Young-Living-500w-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(1806,591,'_wp_attached_file','2016/07/Cynthia.jpg'),(1807,591,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1363;s:6:\"height\";i:1363;s:4:\"file\";s:19:\"2016/07/Cynthia.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Cynthia-150x150.jpg\";s:5:\"width\";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:\"Cynthia-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"Cynthia-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"Cynthia-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"Cynthia-146x146.jpg\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:17:\"Cynthia-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:17:\"Cynthia-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:20:\"Cynthia-1363x860.jpg\";s:5:\"width\";i:1363;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:17:\"Cynthia-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:17:\"Cynthia-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:21:\"Cynthia-1280x1000.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:20:\"Cynthia-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:20:\"Cynthia-768x1200.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:20:\"Cynthia-1363x750.jpg\";s:5:\"width\";i:1363;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:19:\"Cynthia-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:20:\"Cynthia-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;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:{}}}'),(1808,592,'_wp_attached_file','2016/07/Anita.jpg'),(1809,592,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2119;s:6:\"height\";i:2119;s:4:\"file\";s:17:\"2016/07/Anita.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"Anita-150x150.jpg\";s:5:\"width\";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:\"Anita-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"Anita-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"Anita-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:17:\"Anita-146x146.jpg\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:15:\"Anita-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:15:\"Anita-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:18:\"Anita-1630x860.jpg\";s:5:\"width\";i:1630;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:15:\"Anita-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:15:\"Anita-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:19:\"Anita-1280x1000.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:18:\"Anita-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:18:\"Anita-768x1200.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:18:\"Anita-1920x750.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:17:\"Anita-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:18:\"Anita-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"NIKON D3S\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1472545701\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"155\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1810,593,'_wp_attached_file','2016/07/Barb.jpg'),(1811,593,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2107;s:6:\"height\";i:2368;s:4:\"file\";s:16:\"2016/07/Barb.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"Barb-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"Barb-267x300.jpg\";s:5:\"width\";i:267;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"Barb-768x863.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:863;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"Barb-911x1024.jpg\";s:5:\"width\";i:911;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:16:\"Barb-130x146.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:14:\"Barb-44x50.jpg\";s:5:\"width\";i:44;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:14:\"Barb-67x75.jpg\";s:5:\"width\";i:67;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:17:\"Barb-1630x860.jpg\";s:5:\"width\";i:1630;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:14:\"Barb-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:14:\"Barb-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:18:\"Barb-1280x1000.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:17:\"Barb-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:17:\"Barb-768x1200.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:17:\"Barb-1920x750.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:16:\"Barb-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:17:\"Barb-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"NIKON D3S\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1472546068\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"175\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1812,594,'_wp_attached_file','2016/07/Christine.jpg'),(1813,594,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2119;s:6:\"height\";i:2181;s:4:\"file\";s:21:\"2016/07/Christine.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Christine-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"Christine-291x300.jpg\";s:5:\"width\";i:291;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"Christine-768x790.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:790;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"Christine-995x1024.jpg\";s:5:\"width\";i:995;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"Christine-142x146.jpg\";s:5:\"width\";i:142;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:19:\"Christine-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:19:\"Christine-73x75.jpg\";s:5:\"width\";i:73;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:22:\"Christine-1630x860.jpg\";s:5:\"width\";i:1630;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:19:\"Christine-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:19:\"Christine-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:23:\"Christine-1280x1000.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:22:\"Christine-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:22:\"Christine-768x1200.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:22:\"Christine-1920x750.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:21:\"Christine-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:22:\"Christine-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"NIKON D3S\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1472545749\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"185\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1814,595,'_wp_attached_file','2016/07/Sue.jpg'),(1815,595,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2119;s:6:\"height\";i:2244;s:4:\"file\";s:15:\"2016/07/Sue.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"Sue-150x150.jpg\";s:5:\"width\";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:\"Sue-283x300.jpg\";s:5:\"width\";i:283;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"Sue-768x813.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:813;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"Sue-967x1024.jpg\";s:5:\"width\";i:967;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:15:\"Sue-138x146.jpg\";s:5:\"width\";i:138;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:13:\"Sue-47x50.jpg\";s:5:\"width\";i:47;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:13:\"Sue-71x75.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:16:\"Sue-1630x860.jpg\";s:5:\"width\";i:1630;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:13:\"Sue-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:13:\"Sue-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:17:\"Sue-1280x1000.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:16:\"Sue-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:16:\"Sue-768x1200.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:16:\"Sue-1920x750.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:15:\"Sue-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:16:\"Sue-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"NIKON D3S\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1472545658\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"135\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1816,597,'_wp_attached_file','2016/09/Bottom-front-desk.jpg'),(1817,597,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:256;s:6:\"height\";i:256;s:4:\"file\";s:29:\"2016/09/Bottom-front-desk.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Bottom-front-desk-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"Bottom-front-desk-146x146.jpg\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:27:\"Bottom-front-desk-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:27:\"Bottom-front-desk-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:27:\"Bottom-front-desk-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:27:\"Bottom-front-desk-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(1818,598,'_wp_attached_file','2016/09/Bottom-Nail-Polish.jpg'),(1819,598,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:352;s:4:\"file\";s:30:\"2016/09/Bottom-Nail-Polish.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Bottom-Nail-Polish-150x150.jpg\";s:5:\"width\";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:\"Bottom-Nail-Polish-300x176.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:176;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"Bottom-Nail-Polish-249x146.jpg\";s:5:\"width\";i:249;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:28:\"Bottom-Nail-Polish-50x29.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:29;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:29:\"Bottom-Nail-Polish-128x75.jpg\";s:5:\"width\";i:128;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:28:\"Bottom-Nail-Polish-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:28:\"Bottom-Nail-Polish-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"COOLPIX L26\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1462897321\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"4.6\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:4:\"0.04\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1820,599,'_wp_attached_file','2016/09/Bottom-outside.jpg'),(1821,599,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1364;s:4:\"file\";s:26:\"2016/09/Bottom-outside.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Bottom-outside-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"Bottom-outside-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"Bottom-outside-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"Bottom-outside-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"Bottom-outside-219x146.jpg\";s:5:\"width\";i:219;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:24:\"Bottom-outside-50x33.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:33;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:25:\"Bottom-outside-113x75.jpg\";s:5:\"width\";i:113;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:27:\"Bottom-outside-1630x860.jpg\";s:5:\"width\";i:1630;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:24:\"Bottom-outside-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:24:\"Bottom-outside-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:28:\"Bottom-outside-1280x1000.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:27:\"Bottom-outside-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:27:\"Bottom-outside-768x1200.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:27:\"Bottom-outside-1920x750.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:26:\"Bottom-outside-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:27:\"Bottom-outside-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;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:{}}}'),(1822,600,'_wp_attached_file','2016/09/Bottom-shopping-2-500W.jpg'),(1823,600,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:281;s:4:\"file\";s:34:\"2016/09/Bottom-shopping-2-500W.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"Bottom-shopping-2-500W-150x150.jpg\";s:5:\"width\";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:\"Bottom-shopping-2-500W-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"Bottom-shopping-2-500W-260x146.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:32:\"Bottom-shopping-2-500W-50x28.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:28;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:33:\"Bottom-shopping-2-500W-133x75.jpg\";s:5:\"width\";i:133;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:32:\"Bottom-shopping-2-500W-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:32:\"Bottom-shopping-2-500W-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.7\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:24:\"Canon PowerShot A1100 IS\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1277647426\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"6.2\";s:3:\"iso\";s:2:\"80\";s:13:\"shutter_speed\";s:4:\"0.05\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1824,601,'_wp_attached_file','2016/09/Bottom-shopping.jpg'),(1825,601,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:256;s:6:\"height\";i:256;s:4:\"file\";s:27:\"2016/09/Bottom-shopping.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Bottom-shopping-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"Bottom-shopping-146x146.jpg\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:25:\"Bottom-shopping-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:25:\"Bottom-shopping-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:25:\"Bottom-shopping-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:25:\"Bottom-shopping-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(1826,602,'_wp_attached_file','2016/08/Talk-to-us.jpg'),(1827,602,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:22:\"2016/08/Talk-to-us.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Talk-to-us-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"Talk-to-us-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"Talk-to-us-146x146.jpg\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:20:\"Talk-to-us-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:20:\"Talk-to-us-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:20:\"Talk-to-us-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:20:\"Talk-to-us-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:22:\"Talk-to-us-600x500.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:22:\"Talk-to-us-600x480.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:480;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:{}}}'),(1830,145,'_wp_old_slug','blog-title-01'),(1831,606,'_wp_attached_file','2016/08/September-Sales.png'),(1832,606,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:27:\"2016/08/September-Sales.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"September-Sales-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:27:\"September-Sales-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"September-Sales-146x146.png\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:25:\"September-Sales-50x50.png\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:25:\"September-Sales-75x75.png\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:25:\"September-Sales-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:25:\"September-Sales-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:27:\"September-Sales-600x500.png\";s:5:\"width\";i:600;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:27:\"September-Sales-600x480.png\";s:5:\"width\";i:600;s:6:\"height\";i:480;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:{}}}'),(1834,150,'_wp_old_slug','blog-title-02'),(1835,608,'_wp_attached_file','2016/08/Antioxidant-PowerHouse.jpg'),(1836,608,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:34:\"2016/08/Antioxidant-PowerHouse.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"Antioxidant-PowerHouse-150x150.jpg\";s:5:\"width\";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:\"Antioxidant-PowerHouse-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"Antioxidant-PowerHouse-146x146.jpg\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:32:\"Antioxidant-PowerHouse-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:32:\"Antioxidant-PowerHouse-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:32:\"Antioxidant-PowerHouse-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:32:\"Antioxidant-PowerHouse-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:34:\"Antioxidant-PowerHouse-600x500.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:34:\"Antioxidant-PowerHouse-600x480.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:480;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:{}}}'),(1838,152,'_wp_old_slug','blog-title-03'),(1846,611,'_wp_attached_file','2016/07/Across-Top-of-About-Us-Page-CROPPED.jpg'),(1847,611,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:908;s:4:\"file\";s:47:\"2016/07/Across-Top-of-About-Us-Page-CROPPED.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"Across-Top-of-About-Us-Page-CROPPED-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:47:\"Across-Top-of-About-Us-Page-CROPPED-300x133.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:47:\"Across-Top-of-About-Us-Page-CROPPED-768x341.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:341;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:48:\"Across-Top-of-About-Us-Page-CROPPED-1024x454.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:454;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:47:\"Across-Top-of-About-Us-Page-CROPPED-260x115.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:45:\"Across-Top-of-About-Us-Page-CROPPED-50x22.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:22;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:46:\"Across-Top-of-About-Us-Page-CROPPED-150x67.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:67;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:48:\"Across-Top-of-About-Us-Page-CROPPED-1630x860.jpg\";s:5:\"width\";i:1630;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:45:\"Across-Top-of-About-Us-Page-CROPPED-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:45:\"Across-Top-of-About-Us-Page-CROPPED-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:48:\"Across-Top-of-About-Us-Page-CROPPED-1280x908.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:908;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:48:\"Across-Top-of-About-Us-Page-CROPPED-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:47:\"Across-Top-of-About-Us-Page-CROPPED-768x908.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:908;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:48:\"Across-Top-of-About-Us-Page-CROPPED-1920x750.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:47:\"Across-Top-of-About-Us-Page-CROPPED-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:48:\"Across-Top-of-About-Us-Page-CROPPED-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;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:10:\"1472816419\";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:{}}}'),(1848,612,'_wp_attached_file','2016/07/Across-Top-of-About-Us-Page-CROPPED-1.jpg'),(1849,612,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1981;s:6:\"height\";i:766;s:4:\"file\";s:49:\"2016/07/Across-Top-of-About-Us-Page-CROPPED-1.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"Across-Top-of-About-Us-Page-CROPPED-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:49:\"Across-Top-of-About-Us-Page-CROPPED-1-300x116.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:49:\"Across-Top-of-About-Us-Page-CROPPED-1-768x297.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:297;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:50:\"Across-Top-of-About-Us-Page-CROPPED-1-1024x396.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:396;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:49:\"Across-Top-of-About-Us-Page-CROPPED-1-260x101.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:101;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:47:\"Across-Top-of-About-Us-Page-CROPPED-1-50x19.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:19;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:48:\"Across-Top-of-About-Us-Page-CROPPED-1-150x58.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:58;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:50:\"Across-Top-of-About-Us-Page-CROPPED-1-1630x766.jpg\";s:5:\"width\";i:1630;s:6:\"height\";i:766;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:47:\"Across-Top-of-About-Us-Page-CROPPED-1-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:47:\"Across-Top-of-About-Us-Page-CROPPED-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:50:\"Across-Top-of-About-Us-Page-CROPPED-1-1280x766.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:766;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:50:\"Across-Top-of-About-Us-Page-CROPPED-1-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:49:\"Across-Top-of-About-Us-Page-CROPPED-1-768x766.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:766;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:50:\"Across-Top-of-About-Us-Page-CROPPED-1-1920x750.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:49:\"Across-Top-of-About-Us-Page-CROPPED-1-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:50:\"Across-Top-of-About-Us-Page-CROPPED-1-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;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:10:\"1472816419\";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:{}}}'),(1850,619,'_wp_attached_file','2016/07/Rotation-Baby-Ruths-500H-CROPPED.jpg'),(1851,619,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:332;s:6:\"height\";i:223;s:4:\"file\";s:44:\"2016/07/Rotation-Baby-Ruths-500H-CROPPED.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"Rotation-Baby-Ruths-500H-CROPPED-150x150.jpg\";s:5:\"width\";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:\"Rotation-Baby-Ruths-500H-CROPPED-300x202.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:44:\"Rotation-Baby-Ruths-500H-CROPPED-217x146.jpg\";s:5:\"width\";i:217;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:42:\"Rotation-Baby-Ruths-500H-CROPPED-50x34.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:34;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:43:\"Rotation-Baby-Ruths-500H-CROPPED-112x75.jpg\";s:5:\"width\";i:112;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:42:\"Rotation-Baby-Ruths-500H-CROPPED-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:42:\"Rotation-Baby-Ruths-500H-CROPPED-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"NIKON D3S\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1472544587\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:4:\"1250\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1852,620,'_wp_attached_file','2016/07/Rotation-front-door-500x500-CROPPED.jpg'),(1853,620,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:240;s:4:\"file\";s:47:\"2016/07/Rotation-front-door-500x500-CROPPED.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"Rotation-front-door-500x500-CROPPED-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:47:\"Rotation-front-door-500x500-CROPPED-300x144.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:47:\"Rotation-front-door-500x500-CROPPED-260x125.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:45:\"Rotation-front-door-500x500-CROPPED-50x24.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:24;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:46:\"Rotation-front-door-500x500-CROPPED-150x72.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:72;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:45:\"Rotation-front-door-500x500-CROPPED-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:45:\"Rotation-front-door-500x500-CROPPED-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"10\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"NIKON D3S\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1472387089\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"32\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:6:\"0.0025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1854,621,'_wp_attached_file','2016/07/Rotation-Santevia-500H-CROPPED.jpg'),(1855,621,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:332;s:6:\"height\";i:196;s:4:\"file\";s:42:\"2016/07/Rotation-Santevia-500H-CROPPED.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"Rotation-Santevia-500H-CROPPED-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"Rotation-Santevia-500H-CROPPED-300x177.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"Rotation-Santevia-500H-CROPPED-247x146.jpg\";s:5:\"width\";i:247;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:40:\"Rotation-Santevia-500H-CROPPED-50x30.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:30;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:41:\"Rotation-Santevia-500H-CROPPED-127x75.jpg\";s:5:\"width\";i:127;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:40:\"Rotation-Santevia-500H-CROPPED-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:40:\"Rotation-Santevia-500H-CROPPED-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"NIKON D3S\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1472544844\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"29\";s:3:\"iso\";s:4:\"1250\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1858,625,'_wp_attached_file','2016/07/Rotation-Baby-Ruths-500x500.jpg'),(1859,625,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:332;s:6:\"height\";i:332;s:4:\"file\";s:39:\"2016/07/Rotation-Baby-Ruths-500x500.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Rotation-Baby-Ruths-500x500-150x150.jpg\";s:5:\"width\";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:\"Rotation-Baby-Ruths-500x500-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"Rotation-Baby-Ruths-500x500-146x146.jpg\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:37:\"Rotation-Baby-Ruths-500x500-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:37:\"Rotation-Baby-Ruths-500x500-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:37:\"Rotation-Baby-Ruths-500x500-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:37:\"Rotation-Baby-Ruths-500x500-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"NIKON D3S\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1472544587\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:4:\"1250\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1860,626,'_wp_attached_file','2016/07/Rotation-bracelets-500x500.jpg'),(1861,626,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:332;s:6:\"height\";i:332;s:4:\"file\";s:38:\"2016/07/Rotation-bracelets-500x500.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Rotation-bracelets-500x500-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"Rotation-bracelets-500x500-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"Rotation-bracelets-500x500-146x146.jpg\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:36:\"Rotation-bracelets-500x500-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:36:\"Rotation-bracelets-500x500-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:36:\"Rotation-bracelets-500x500-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:36:\"Rotation-bracelets-500x500-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"NIKON D3S\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1472543955\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"29\";s:3:\"iso\";s:4:\"2000\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1862,627,'_wp_attached_file','2016/07/Rotation-front-door-500x500-1.jpg'),(1863,627,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:41:\"2016/07/Rotation-front-door-500x500-1.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"Rotation-front-door-500x500-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"Rotation-front-door-500x500-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:41:\"Rotation-front-door-500x500-1-146x146.jpg\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:39:\"Rotation-front-door-500x500-1-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:39:\"Rotation-front-door-500x500-1-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:39:\"Rotation-front-door-500x500-1-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:39:\"Rotation-front-door-500x500-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:41:\"Rotation-front-door-500x500-1-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:41:\"Rotation-front-door-500x500-1-500x480.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"10\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"NIKON D3S\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1472387089\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"32\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:6:\"0.0025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1864,628,'_wp_attached_file','2016/07/Rotation-Santevia-500x500.jpg'),(1865,628,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:332;s:6:\"height\";i:332;s:4:\"file\";s:37:\"2016/07/Rotation-Santevia-500x500.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Rotation-Santevia-500x500-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"Rotation-Santevia-500x500-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"Rotation-Santevia-500x500-146x146.jpg\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:35:\"Rotation-Santevia-500x500-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:35:\"Rotation-Santevia-500x500-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:35:\"Rotation-Santevia-500x500-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:35:\"Rotation-Santevia-500x500-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"NIKON D3S\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1472544844\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"29\";s:3:\"iso\";s:4:\"1250\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1866,629,'_wp_attached_file','2016/07/Rotation-shopping-500x500.jpg'),(1867,629,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:332;s:6:\"height\";i:332;s:4:\"file\";s:37:\"2016/07/Rotation-shopping-500x500.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Rotation-shopping-500x500-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"Rotation-shopping-500x500-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"Rotation-shopping-500x500-146x146.jpg\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:35:\"Rotation-shopping-500x500-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:35:\"Rotation-shopping-500x500-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:35:\"Rotation-shopping-500x500-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:35:\"Rotation-shopping-500x500-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:0:\"\";s:6:\"camera\";s:9:\"NIKON D3S\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1472541892\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"35\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:4:\"0.02\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1868,630,'_wp_attached_file','2016/07/Rotation-Young-Living-500x500.jpg'),(1869,630,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:333;s:6:\"height\";i:333;s:4:\"file\";s:41:\"2016/07/Rotation-Young-Living-500x500.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"Rotation-Young-Living-500x500-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"Rotation-Young-Living-500x500-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:41:\"Rotation-Young-Living-500x500-146x146.jpg\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:39:\"Rotation-Young-Living-500x500-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:39:\"Rotation-Young-Living-500x500-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:39:\"Rotation-Young-Living-500x500-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:39:\"Rotation-Young-Living-500x500-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:10:\"1473553054\";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:{}}}'),(1872,634,'_wp_attached_file','2016/07/WHO-WE-ARE_crop-500w.jpg'),(1873,634,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:313;s:4:\"file\";s:32:\"2016/07/WHO-WE-ARE_crop-500w.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"WHO-WE-ARE_crop-500w-150x150.jpg\";s:5:\"width\";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:\"WHO-WE-ARE_crop-500w-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"WHO-WE-ARE_crop-500w-233x146.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:30:\"WHO-WE-ARE_crop-500w-50x31.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:31:\"WHO-WE-ARE_crop-500w-120x75.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:30:\"WHO-WE-ARE_crop-500w-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:30:\"WHO-WE-ARE_crop-500w-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"NIKON D3S\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1472546378\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"38\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1874,636,'_wp_attached_file','2016/07/how-we-help-469x313.jpg'),(1875,636,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:469;s:6:\"height\";i:313;s:4:\"file\";s:31:\"2016/07/how-we-help-469x313.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"how-we-help-469x313-150x150.jpg\";s:5:\"width\";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:\"how-we-help-469x313-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"how-we-help-469x313-219x146.jpg\";s:5:\"width\";i:219;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:29:\"how-we-help-469x313-50x33.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:33;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:30:\"how-we-help-469x313-112x75.jpg\";s:5:\"width\";i:112;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:29:\"how-we-help-469x313-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:29:\"how-we-help-469x313-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(1876,637,'_wp_attached_file','2016/07/Additional-Services-469x313.jpg'),(1877,637,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:469;s:6:\"height\";i:313;s:4:\"file\";s:39:\"2016/07/Additional-Services-469x313.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Additional-Services-469x313-150x150.jpg\";s:5:\"width\";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:\"Additional-Services-469x313-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"Additional-Services-469x313-219x146.jpg\";s:5:\"width\";i:219;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:37:\"Additional-Services-469x313-50x33.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:33;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:38:\"Additional-Services-469x313-112x75.jpg\";s:5:\"width\";i:112;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:37:\"Additional-Services-469x313-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:37:\"Additional-Services-469x313-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(1878,642,'_wp_attached_file','2016/07/Who-We-Are-MC-crop-442x313.jpg'),(1879,642,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:442;s:6:\"height\";i:313;s:4:\"file\";s:38:\"2016/07/Who-We-Are-MC-crop-442x313.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Who-We-Are-MC-crop-442x313-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"Who-We-Are-MC-crop-442x313-300x212.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:212;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"Who-We-Are-MC-crop-442x313-206x146.jpg\";s:5:\"width\";i:206;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:36:\"Who-We-Are-MC-crop-442x313-50x35.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:35;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:37:\"Who-We-Are-MC-crop-442x313-106x75.jpg\";s:5:\"width\";i:106;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:36:\"Who-We-Are-MC-crop-442x313-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:36:\"Who-We-Are-MC-crop-442x313-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"NIKON D3S\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1472546378\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"38\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1880,644,'_wp_attached_file','2016/07/Who-We-Are-469X313.jpg'),(1881,644,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:469;s:6:\"height\";i:313;s:4:\"file\";s:30:\"2016/07/Who-We-Are-469X313.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Who-We-Are-469X313-150x150.jpg\";s:5:\"width\";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:\"Who-We-Are-469X313-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"Who-We-Are-469X313-219x146.jpg\";s:5:\"width\";i:219;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:28:\"Who-We-Are-469X313-50x33.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:33;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:29:\"Who-We-Are-469X313-112x75.jpg\";s:5:\"width\";i:112;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:28:\"Who-We-Are-469X313-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:28:\"Who-We-Are-469X313-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"NIKON D3S\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1472546378\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"38\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1886,650,'_wp_attached_file','2016/09/REPLACEMENT.jpg'),(1887,650,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:540;s:6:\"height\";i:250;s:4:\"file\";s:23:\"2016/09/REPLACEMENT.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"REPLACEMENT-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"REPLACEMENT-300x139.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:139;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"REPLACEMENT-260x120.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:21:\"REPLACEMENT-50x23.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:23;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:22:\"REPLACEMENT-150x69.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:69;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:21:\"REPLACEMENT-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:21:\"REPLACEMENT-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.7\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:24:\"Canon PowerShot A1100 IS\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1277647426\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"6.2\";s:3:\"iso\";s:2:\"80\";s:13:\"shutter_speed\";s:4:\"0.05\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1888,650,'_edit_lock','1473993234:1'),(1889,651,'_wp_attached_file','2016/09/Who-We-Are-Photoscape-Crop.jpg'),(1890,651,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:469;s:6:\"height\";i:313;s:4:\"file\";s:38:\"2016/09/Who-We-Are-Photoscape-Crop.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Who-We-Are-Photoscape-Crop-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"Who-We-Are-Photoscape-Crop-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"Who-We-Are-Photoscape-Crop-219x146.jpg\";s:5:\"width\";i:219;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:36:\"Who-We-Are-Photoscape-Crop-50x33.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:33;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:37:\"Who-We-Are-Photoscape-Crop-112x75.jpg\";s:5:\"width\";i:112;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:36:\"Who-We-Are-Photoscape-Crop-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:36:\"Who-We-Are-Photoscape-Crop-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"NIKON D3S\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1472546378\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"38\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1891,653,'_wp_attached_file','2016/09/Ruths-Nutrition-321.jpg'),(1892,653,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:540;s:6:\"height\";i:250;s:4:\"file\";s:31:\"2016/09/Ruths-Nutrition-321.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Ruths-Nutrition-321-150x150.jpg\";s:5:\"width\";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:\"Ruths-Nutrition-321-300x139.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:139;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"Ruths-Nutrition-321-260x120.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:29:\"Ruths-Nutrition-321-50x23.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:23;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:30:\"Ruths-Nutrition-321-150x69.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:69;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:29:\"Ruths-Nutrition-321-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:29:\"Ruths-Nutrition-321-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"NIKON D3S\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1472544309\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:4:\"1250\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1893,654,'_wp_attached_file','2016/09/Ruths-Nutrition-337.jpg'),(1894,654,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:540;s:6:\"height\";i:250;s:4:\"file\";s:31:\"2016/09/Ruths-Nutrition-337.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Ruths-Nutrition-337-150x150.jpg\";s:5:\"width\";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:\"Ruths-Nutrition-337-300x139.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:139;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"Ruths-Nutrition-337-260x120.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:29:\"Ruths-Nutrition-337-50x23.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:23;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:30:\"Ruths-Nutrition-337-150x69.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:69;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:29:\"Ruths-Nutrition-337-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:29:\"Ruths-Nutrition-337-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"6.3\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"NIKON D3S\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1472544456\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:4:\"1250\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1897,612,'_edit_lock','1474313620:1'),(1898,666,'_wp_attached_file','2016/07/grey-quotation-marks-md.png'),(1899,666,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:296;s:6:\"height\";i:195;s:4:\"file\";s:35:\"2016/07/grey-quotation-marks-md.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"grey-quotation-marks-md-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"grey-quotation-marks-md-222x146.png\";s:5:\"width\";i:222;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:33:\"grey-quotation-marks-md-50x33.png\";s:5:\"width\";i:50;s:6:\"height\";i:33;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:34:\"grey-quotation-marks-md-114x75.png\";s:5:\"width\";i:114;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:33:\"grey-quotation-marks-md-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:33:\"grey-quotation-marks-md-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(1900,670,'_wp_attached_file','2016/07/Quotation_Marks.png'),(1901,670,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:910;s:4:\"file\";s:27:\"2016/07/Quotation_Marks.png\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Quotation_Marks-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:27:\"Quotation_Marks-300x213.png\";s:5:\"width\";i:300;s:6:\"height\";i:213;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"Quotation_Marks-768x546.png\";s:5:\"width\";i:768;s:6:\"height\";i:546;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"Quotation_Marks-1024x728.png\";s:5:\"width\";i:1024;s:6:\"height\";i:728;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"Quotation_Marks-205x146.png\";s:5:\"width\";i:205;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:25:\"Quotation_Marks-50x36.png\";s:5:\"width\";i:50;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:26:\"Quotation_Marks-105x75.png\";s:5:\"width\";i:105;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:28:\"Quotation_Marks-1280x860.png\";s:5:\"width\";i:1280;s:6:\"height\";i:860;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:25:\"Quotation_Marks-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:25:\"Quotation_Marks-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:28:\"Quotation_Marks-1280x910.png\";s:5:\"width\";i:1280;s:6:\"height\";i:910;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:28:\"Quotation_Marks-1280x500.png\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:27:\"Quotation_Marks-768x910.png\";s:5:\"width\";i:768;s:6:\"height\";i:910;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:28:\"Quotation_Marks-1280x750.png\";s:5:\"width\";i:1280;s:6:\"height\";i:750;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:27:\"Quotation_Marks-960x750.png\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:28:\"Quotation_Marks-1200x480.png\";s:5:\"width\";i:1200;s:6:\"height\";i:480;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:{}}}'),(1902,670,'_edit_lock','1474479916:1'),(1903,683,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1904,683,'_edit_lock','1476118828:1'),(1905,683,'_edit_last','1'),(1906,684,'_wp_attached_file','2016/09/quotation-mark-copy.png'),(1907,684,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:490;s:6:\"height\";i:395;s:4:\"file\";s:31:\"2016/09/quotation-mark-copy.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"quotation-mark-copy-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:\"quotation-mark-copy-300x242.png\";s:5:\"width\";i:300;s:6:\"height\";i:242;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"ttshowcase_normal\";a:4:{s:4:\"file\";s:31:\"quotation-mark-copy-125x101.png\";s:5:\"width\";i:125;s:6:\"height\";i:101;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"ttshowcase_small\";a:4:{s:4:\"file\";s:29:\"quotation-mark-copy-75x60.png\";s:5:\"width\";i:75;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"quotation-mark-copy-181x146.png\";s:5:\"width\";i:181;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:29:\"quotation-mark-copy-50x40.png\";s:5:\"width\";i:50;s:6:\"height\";i:40;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:29:\"quotation-mark-copy-93x75.png\";s:5:\"width\";i:93;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:29:\"quotation-mark-copy-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:29:\"quotation-mark-copy-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(1908,683,'_thumbnail_id','811'),(1909,683,'slide_template','default'),(1910,683,'eg_sources_html5_mp4',''),(1911,683,'eg_sources_html5_ogv',''),(1912,683,'eg_sources_html5_webm',''),(1913,683,'eg_sources_youtube',''),(1914,683,'eg_sources_vimeo',''),(1915,683,'eg_sources_wistia',''),(1916,683,'eg_sources_image',''),(1917,683,'eg_sources_iframe',''),(1918,683,'eg_sources_soundcloud',''),(1919,683,'eg_vimeo_ratio','0'),(1920,683,'eg_youtube_ratio','0'),(1921,683,'eg_wistia_ratio','0'),(1922,683,'eg_html5_ratio','0'),(1923,683,'eg_soundcloud_ratio','0'),(1924,683,'eg_settings_custom_meta_skin',''),(1925,683,'eg_settings_custom_meta_element',''),(1926,683,'eg_settings_custom_meta_setting',''),(1927,683,'eg_settings_custom_meta_style',''),(1928,683,'_advanced_info_target','none'),(1929,683,'_advanced_info_custom_url',''),(1930,683,'_aditional_info_name',''),(1931,683,'_aditional_info_url',''),(1932,683,'_aditional_info_target','_blank'),(1933,683,'_aditional_info_review_title','Love It'),(1934,683,'_aditional_info_short_testimonial','A place where you will find any herbs and supplements you can\'t find anywhere else. Always friendly and offer good advice. Love it.'),(1935,683,'_aditional_info_rating','0'),(1936,683,'_aditional_info_email',''),(1937,683,'_aditional_info_custom_boolean','true'),(1938,683,'mfn-post-love','0'),(1939,685,'_wp_attached_file','2016/09/043-128.png'),(1940,685,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:128;s:6:\"height\";i:128;s:4:\"file\";s:19:\"2016/09/043-128.png\";s:5:\"sizes\";a:6:{s:17:\"ttshowcase_normal\";a:4:{s:4:\"file\";s:19:\"043-128-125x125.png\";s:5:\"width\";i:125;s:6:\"height\";i:125;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"ttshowcase_small\";a:4:{s:4:\"file\";s:17:\"043-128-75x75.png\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:17:\"043-128-50x50.png\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:17:\"043-128-75x75.png\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:17:\"043-128-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:17:\"043-128-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(1941,686,'_wp_attached_file','2016/09/writing.jpeg'),(1942,686,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:20:\"2016/09/writing.jpeg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"writing-150x150.jpeg\";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:20:\"writing-125x125.jpeg\";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:\"writing-75x75.jpeg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"writing-146x146.jpeg\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:18:\"writing-50x50.jpeg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:18:\"writing-75x75.jpeg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:18:\"writing-85x85.jpeg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:18:\"writing-80x80.jpeg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(1943,690,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1944,690,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1945,690,'_edit_lock','1476118673:1'),(1946,690,'_edit_last','1'),(1947,690,'_thumbnail_id','811'),(1948,690,'slide_template','default'),(1949,690,'eg_sources_html5_mp4',''),(1950,690,'eg_sources_html5_ogv',''),(1951,690,'eg_sources_html5_webm',''),(1952,690,'eg_sources_youtube',''),(1953,690,'eg_sources_vimeo',''),(1954,690,'eg_sources_wistia',''),(1955,690,'eg_sources_image',''),(1956,690,'eg_sources_iframe',''),(1957,690,'eg_sources_soundcloud',''),(1958,690,'eg_vimeo_ratio','0'),(1959,690,'eg_youtube_ratio','0'),(1960,690,'eg_wistia_ratio','0'),(1961,690,'eg_html5_ratio','0'),(1962,690,'eg_soundcloud_ratio','0'),(1963,690,'eg_settings_custom_meta_skin',''),(1964,690,'eg_settings_custom_meta_element',''),(1965,690,'eg_settings_custom_meta_setting',''),(1966,690,'eg_settings_custom_meta_style',''),(1967,690,'_advanced_info_target','none'),(1968,690,'_advanced_info_custom_url',''),(1969,690,'_aditional_info_name',''),(1970,690,'_aditional_info_url',''),(1971,690,'_aditional_info_target','_blank'),(1972,690,'_aditional_info_review_title','Good Experience'),(1973,690,'_aditional_info_short_testimonial','Excellent selection, knowledgeable staff, great prices, all round good experience.'),(1974,690,'_aditional_info_rating','0'),(1975,690,'_aditional_info_email',''),(1976,690,'_aditional_info_custom_boolean','true'),(1977,690,'mfn-post-love','0'),(1978,690,'_dp_original','683'),(1979,692,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1980,692,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1981,692,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(1982,692,'_edit_lock','1476118504:1'),(1983,692,'_edit_last','1'),(1984,692,'_thumbnail_id','811'),(1985,692,'slide_template','default'),(1986,692,'eg_sources_html5_mp4',''),(1987,692,'eg_sources_html5_ogv',''),(1988,692,'eg_sources_html5_webm',''),(1989,692,'eg_sources_youtube',''),(1990,692,'eg_sources_vimeo',''),(1991,692,'eg_sources_wistia',''),(1992,692,'eg_sources_image',''),(1993,692,'eg_sources_iframe',''),(1994,692,'eg_sources_soundcloud',''),(1995,692,'eg_vimeo_ratio','0'),(1996,692,'eg_youtube_ratio','0'),(1997,692,'eg_wistia_ratio','0'),(1998,692,'eg_html5_ratio','0'),(1999,692,'eg_soundcloud_ratio','0'),(2000,692,'eg_settings_custom_meta_skin',''),(2001,692,'eg_settings_custom_meta_element',''),(2002,692,'eg_settings_custom_meta_setting',''),(2003,692,'eg_settings_custom_meta_style',''),(2004,692,'_advanced_info_target','none'),(2005,692,'_advanced_info_custom_url',''),(2006,692,'_aditional_info_name',''),(2007,692,'_aditional_info_url',''),(2008,692,'_aditional_info_target','_blank'),(2009,692,'_aditional_info_review_title','Good Experience'),(2010,692,'_aditional_info_short_testimonial','Great health supplement shop, that has natural and alternative products. The staff are very knowledgeable and can recommend supplements for any condition.'),(2011,692,'_aditional_info_rating','0'),(2012,692,'_aditional_info_email',''),(2013,692,'_aditional_info_custom_boolean','true'),(2014,692,'mfn-post-love','0'),(2016,692,'_dp_original','690'),(2017,695,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2018,695,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2019,695,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2020,695,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2021,695,'_edit_lock','1476118483:1'),(2022,695,'_edit_last','1'),(2023,695,'_thumbnail_id','811'),(2024,695,'slide_template','default'),(2025,695,'eg_sources_html5_mp4',''),(2026,695,'eg_sources_html5_ogv',''),(2027,695,'eg_sources_html5_webm',''),(2028,695,'eg_sources_youtube',''),(2029,695,'eg_sources_vimeo',''),(2030,695,'eg_sources_wistia',''),(2031,695,'eg_sources_image',''),(2032,695,'eg_sources_iframe',''),(2033,695,'eg_sources_soundcloud',''),(2034,695,'eg_vimeo_ratio','0'),(2035,695,'eg_youtube_ratio','0'),(2036,695,'eg_wistia_ratio','0'),(2037,695,'eg_html5_ratio','0'),(2038,695,'eg_soundcloud_ratio','0'),(2039,695,'eg_settings_custom_meta_skin',''),(2040,695,'eg_settings_custom_meta_element',''),(2041,695,'eg_settings_custom_meta_setting',''),(2042,695,'eg_settings_custom_meta_style',''),(2043,695,'_advanced_info_target','none'),(2044,695,'_advanced_info_custom_url',''),(2045,695,'_aditional_info_name',''),(2046,695,'_aditional_info_url',''),(2047,695,'_aditional_info_target','_blank'),(2048,695,'_aditional_info_review_title','Knowledgeable'),(2049,695,'_aditional_info_short_testimonial','A great place to go with very knowledgeable people. \r\n'),(2050,695,'_aditional_info_rating','0'),(2051,695,'_aditional_info_email',''),(2052,695,'_aditional_info_custom_boolean','true'),(2053,695,'mfn-post-love','0'),(2055,695,'_dp_original','692'),(2056,221,'_thumbnail_id','686'),(2060,716,'_wp_attached_file','2016/10/Ruths-Logo-clear-bkgrnd-808x351.png'),(2061,716,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:808;s:6:\"height\";i:351;s:4:\"file\";s:43:\"2016/10/Ruths-Logo-clear-bkgrnd-808x351.png\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"Ruths-Logo-clear-bkgrnd-808x351-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:43:\"Ruths-Logo-clear-bkgrnd-808x351-300x130.png\";s:5:\"width\";i:300;s:6:\"height\";i:130;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"Ruths-Logo-clear-bkgrnd-808x351-768x334.png\";s:5:\"width\";i:768;s:6:\"height\";i:334;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"ttshowcase_normal\";a:4:{s:4:\"file\";s:42:\"Ruths-Logo-clear-bkgrnd-808x351-125x54.png\";s:5:\"width\";i:125;s:6:\"height\";i:54;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"ttshowcase_small\";a:4:{s:4:\"file\";s:41:\"Ruths-Logo-clear-bkgrnd-808x351-75x33.png\";s:5:\"width\";i:75;s:6:\"height\";i:33;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:43:\"Ruths-Logo-clear-bkgrnd-808x351-260x113.png\";s:5:\"width\";i:260;s:6:\"height\";i:113;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:41:\"Ruths-Logo-clear-bkgrnd-808x351-50x22.png\";s:5:\"width\";i:50;s:6:\"height\";i:22;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:42:\"Ruths-Logo-clear-bkgrnd-808x351-150x65.png\";s:5:\"width\";i:150;s:6:\"height\";i:65;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:41:\"Ruths-Logo-clear-bkgrnd-808x351-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:41:\"Ruths-Logo-clear-bkgrnd-808x351-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:43:\"Ruths-Logo-clear-bkgrnd-808x351-768x351.png\";s:5:\"width\";i:768;s:6:\"height\";i:351;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:{}}}'),(2062,717,'_wp_attached_file','revslider/ruths-homepage1/Health-Journey-01-cropped.jpg'),(2063,717,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:422;s:4:\"file\";s:55:\"revslider/ruths-homepage1/Health-Journey-01-cropped.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Health-Journey-01-cropped-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"Health-Journey-01-cropped-300x127.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:127;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"Health-Journey-01-cropped-768x324.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"ttshowcase_normal\";a:4:{s:4:\"file\";s:36:\"Health-Journey-01-cropped-125x53.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:53;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"ttshowcase_small\";a:4:{s:4:\"file\";s:35:\"Health-Journey-01-cropped-75x32.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:32;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"Health-Journey-01-cropped-260x110.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:35:\"Health-Journey-01-cropped-50x21.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:21;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:36:\"Health-Journey-01-cropped-150x63.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:63;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:35:\"Health-Journey-01-cropped-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:35:\"Health-Journey-01-cropped-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:37:\"Health-Journey-01-cropped-768x422.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:422;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:37:\"Health-Journey-01-cropped-960x422.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:422;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:{}}}'),(2064,718,'_wp_attached_file','revslider/ruths-homepage1/home_tailor_slider_sep.png'),(2065,718,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:481;s:6:\"height\";i:1;s:4:\"file\";s:52:\"revslider/ruths-homepage1/home_tailor_slider_sep.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"home_tailor_slider_sep-150x1.png\";s:5:\"width\";i:150;s:6:\"height\";i:1;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"home_tailor_slider_sep-300x1.png\";s:5:\"width\";i:300;s:6:\"height\";i:1;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"ttshowcase_normal\";a:4:{s:4:\"file\";s:32:\"home_tailor_slider_sep-125x1.png\";s:5:\"width\";i:125;s:6:\"height\";i:1;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"ttshowcase_small\";a:4:{s:4:\"file\";s:31:\"home_tailor_slider_sep-75x1.png\";s:5:\"width\";i:75;s:6:\"height\";i:1;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"home_tailor_slider_sep-260x1.png\";s:5:\"width\";i:260;s:6:\"height\";i:1;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:31:\"home_tailor_slider_sep-50x1.png\";s:5:\"width\";i:50;s:6:\"height\";i:1;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:32:\"home_tailor_slider_sep-150x1.png\";s:5:\"width\";i:150;s:6:\"height\";i:1;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:31:\"home_tailor_slider_sep-85x1.png\";s:5:\"width\";i:85;s:6:\"height\";i:1;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:31:\"home_tailor_slider_sep-80x1.png\";s:5:\"width\";i:80;s:6:\"height\";i:1;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:{}}}'),(2066,721,'_wp_attached_file','2016/08/LavendarEssentialOils660.jpg'),(2067,721,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:660;s:6:\"height\";i:440;s:4:\"file\";s:36:\"2016/08/LavendarEssentialOils660.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"LavendarEssentialOils660-150x150.jpg\";s:5:\"width\";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:\"LavendarEssentialOils660-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:\"LavendarEssentialOils660-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:\"LavendarEssentialOils660-75x50.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"LavendarEssentialOils660-219x146.jpg\";s:5:\"width\";i:219;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:34:\"LavendarEssentialOils660-50x33.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:33;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:35:\"LavendarEssentialOils660-113x75.jpg\";s:5:\"width\";i:113;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:34:\"LavendarEssentialOils660-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:34:\"LavendarEssentialOils660-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(2068,722,'_wp_attached_file','2016/08/SOLUTIONS-digestive-wellness-01.jpg'),(2069,722,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:564;s:6:\"height\";i:500;s:4:\"file\";s:43:\"2016/08/SOLUTIONS-digestive-wellness-01.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"SOLUTIONS-digestive-wellness-01-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"SOLUTIONS-digestive-wellness-01-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"ttshowcase_normal\";a:4:{s:4:\"file\";s:43:\"SOLUTIONS-digestive-wellness-01-125x111.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:111;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"ttshowcase_small\";a:4:{s:4:\"file\";s:41:\"SOLUTIONS-digestive-wellness-01-75x66.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:43:\"SOLUTIONS-digestive-wellness-01-165x146.jpg\";s:5:\"width\";i:165;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:41:\"SOLUTIONS-digestive-wellness-01-50x44.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:44;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:41:\"SOLUTIONS-digestive-wellness-01-85x75.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:41:\"SOLUTIONS-digestive-wellness-01-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:41:\"SOLUTIONS-digestive-wellness-01-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:43:\"SOLUTIONS-digestive-wellness-01-564x500.jpg\";s:5:\"width\";i:564;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:43:\"SOLUTIONS-digestive-wellness-01-564x480.jpg\";s:5:\"width\";i:564;s:6:\"height\";i:480;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:{}}}'),(2070,723,'_wp_attached_file','2016/08/SOLUTIONS-Menopause-Management-01.jpg'),(2071,723,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:45:\"2016/08/SOLUTIONS-Menopause-Management-01.jpg\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"SOLUTIONS-Menopause-Management-01-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"SOLUTIONS-Menopause-Management-01-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:45:\"SOLUTIONS-Menopause-Management-01-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"ttshowcase_normal\";a:4:{s:4:\"file\";s:44:\"SOLUTIONS-Menopause-Management-01-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:43:\"SOLUTIONS-Menopause-Management-01-75x56.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:56;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"SOLUTIONS-Menopause-Management-01-195x146.jpg\";s:5:\"width\";i:195;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:43:\"SOLUTIONS-Menopause-Management-01-50x38.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:38;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:44:\"SOLUTIONS-Menopause-Management-01-100x75.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:43:\"SOLUTIONS-Menopause-Management-01-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:43:\"SOLUTIONS-Menopause-Management-01-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:45:\"SOLUTIONS-Menopause-Management-01-800x500.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:45:\"SOLUTIONS-Menopause-Management-01-768x600.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:45:\"SOLUTIONS-Menopause-Management-01-800x480.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:480;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:{}}}'),(2072,724,'_wp_attached_file','2016/08/SOLUTIONS-skin-care.jpg'),(2073,724,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:400;s:4:\"file\";s:31:\"2016/08/SOLUTIONS-skin-care.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"SOLUTIONS-skin-care-150x150.jpg\";s:5:\"width\";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:\"SOLUTIONS-skin-care-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:31:\"SOLUTIONS-skin-care-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:\"SOLUTIONS-skin-care-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"SOLUTIONS-skin-care-146x146.jpg\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:29:\"SOLUTIONS-skin-care-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:29:\"SOLUTIONS-skin-care-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:29:\"SOLUTIONS-skin-care-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:29:\"SOLUTIONS-skin-care-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(2074,725,'_wp_attached_file','2016/08/wellness-02.jpg'),(2075,725,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:23:\"2016/08/wellness-02.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"wellness-02-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"wellness-02-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"wellness-02-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"ttshowcase_normal\";a:4:{s:4:\"file\";s:23:\"wellness-02-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:21:\"wellness-02-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"wellness-02-146x146.jpg\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:21:\"wellness-02-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:21:\"wellness-02-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:21:\"wellness-02-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:21:\"wellness-02-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:23:\"wellness-02-800x500.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:23:\"wellness-02-768x800.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:23:\"wellness-02-800x750.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:23:\"wellness-02-800x750.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:23:\"wellness-02-800x480.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:480;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:10:\"1424708543\";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:{}}}'),(2076,726,'_wp_attached_file','2016/08/wellness-03.jpg'),(2077,726,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:23:\"2016/08/wellness-03.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"wellness-03-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"wellness-03-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"wellness-03-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"ttshowcase_normal\";a:4:{s:4:\"file\";s:23:\"wellness-03-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:21:\"wellness-03-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"wellness-03-146x146.jpg\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:21:\"wellness-03-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:21:\"wellness-03-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:21:\"wellness-03-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:21:\"wellness-03-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:23:\"wellness-03-800x500.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:23:\"wellness-03-768x800.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:23:\"wellness-03-800x750.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:23:\"wellness-03-800x750.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:23:\"wellness-03-800x480.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:480;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:{}}}'),(2078,727,'_wp_attached_file','2016/08/Wellness_01_0-RESIZED-1240W.jpg'),(2079,727,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1240;s:6:\"height\";i:670;s:4:\"file\";s:39:\"2016/08/Wellness_01_0-RESIZED-1240W.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Wellness_01_0-RESIZED-1240W-150x150.jpg\";s:5:\"width\";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:\"Wellness_01_0-RESIZED-1240W-300x162.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"Wellness_01_0-RESIZED-1240W-768x415.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"Wellness_01_0-RESIZED-1240W-1024x553.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:553;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"ttshowcase_normal\";a:4:{s:4:\"file\";s:38:\"Wellness_01_0-RESIZED-1240W-125x68.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:68;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"ttshowcase_small\";a:4:{s:4:\"file\";s:37:\"Wellness_01_0-RESIZED-1240W-75x41.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:41;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"Wellness_01_0-RESIZED-1240W-260x140.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:37:\"Wellness_01_0-RESIZED-1240W-50x27.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:27;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:38:\"Wellness_01_0-RESIZED-1240W-139x75.jpg\";s:5:\"width\";i:139;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:37:\"Wellness_01_0-RESIZED-1240W-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:37:\"Wellness_01_0-RESIZED-1240W-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:40:\"Wellness_01_0-RESIZED-1240W-1240x500.jpg\";s:5:\"width\";i:1240;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:39:\"Wellness_01_0-RESIZED-1240W-768x670.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:670;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:39:\"Wellness_01_0-RESIZED-1240W-960x670.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:670;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:40:\"Wellness_01_0-RESIZED-1240W-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;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:{}}}'),(2080,728,'_wp_attached_file','2016/08/SOLUTIONS-blood-sugar-01.jpg'),(2081,728,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:257;s:4:\"file\";s:36:\"2016/08/SOLUTIONS-blood-sugar-01.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"SOLUTIONS-blood-sugar-01-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"SOLUTIONS-blood-sugar-01-300x257.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"ttshowcase_normal\";a:4:{s:4:\"file\";s:36:\"SOLUTIONS-blood-sugar-01-125x107.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:107;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"ttshowcase_small\";a:4:{s:4:\"file\";s:34:\"SOLUTIONS-blood-sugar-01-75x64.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"SOLUTIONS-blood-sugar-01-170x146.jpg\";s:5:\"width\";i:170;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:34:\"SOLUTIONS-blood-sugar-01-50x43.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:43;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:34:\"SOLUTIONS-blood-sugar-01-88x75.jpg\";s:5:\"width\";i:88;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:34:\"SOLUTIONS-blood-sugar-01-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:34:\"SOLUTIONS-blood-sugar-01-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(2082,729,'_wp_attached_file','2016/08/SOLUTIONS-blood-sugar-02.jpg'),(2083,729,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:900;s:6:\"height\";i:508;s:4:\"file\";s:36:\"2016/08/SOLUTIONS-blood-sugar-02.jpg\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"SOLUTIONS-blood-sugar-02-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"SOLUTIONS-blood-sugar-02-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"SOLUTIONS-blood-sugar-02-768x433.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"ttshowcase_normal\";a:4:{s:4:\"file\";s:35:\"SOLUTIONS-blood-sugar-02-125x71.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"ttshowcase_small\";a:4:{s:4:\"file\";s:34:\"SOLUTIONS-blood-sugar-02-75x42.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:42;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"SOLUTIONS-blood-sugar-02-260x146.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:34:\"SOLUTIONS-blood-sugar-02-50x28.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:28;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:35:\"SOLUTIONS-blood-sugar-02-133x75.jpg\";s:5:\"width\";i:133;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:34:\"SOLUTIONS-blood-sugar-02-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:34:\"SOLUTIONS-blood-sugar-02-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:36:\"SOLUTIONS-blood-sugar-02-900x500.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:36:\"SOLUTIONS-blood-sugar-02-768x508.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:508;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:36:\"SOLUTIONS-blood-sugar-02-900x480.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:480;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:{}}}'),(2084,730,'_wp_attached_file','2016/08/SOLUTIONS-weight-management-01.jpg'),(2085,730,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:42:\"2016/08/SOLUTIONS-weight-management-01.jpg\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"SOLUTIONS-weight-management-01-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"SOLUTIONS-weight-management-01-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"SOLUTIONS-weight-management-01-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"ttshowcase_normal\";a:4:{s:4:\"file\";s:41:\"SOLUTIONS-weight-management-01-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:40:\"SOLUTIONS-weight-management-01-75x56.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:56;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"SOLUTIONS-weight-management-01-195x146.jpg\";s:5:\"width\";i:195;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:40:\"SOLUTIONS-weight-management-01-50x38.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:38;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:41:\"SOLUTIONS-weight-management-01-100x75.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:40:\"SOLUTIONS-weight-management-01-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:40:\"SOLUTIONS-weight-management-01-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:42:\"SOLUTIONS-weight-management-01-800x500.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:42:\"SOLUTIONS-weight-management-01-768x600.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:42:\"SOLUTIONS-weight-management-01-800x480.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:480;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:{}}}'),(2086,731,'_wp_attached_file','2016/08/SOLUTIONS-Healthy-Kids-01.jpg'),(2087,731,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:399;s:4:\"file\";s:37:\"2016/08/SOLUTIONS-Healthy-Kids-01.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"SOLUTIONS-Healthy-Kids-01-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"SOLUTIONS-Healthy-Kids-01-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:36:\"SOLUTIONS-Healthy-Kids-01-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:35:\"SOLUTIONS-Healthy-Kids-01-75x50.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"SOLUTIONS-Healthy-Kids-01-220x146.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:35:\"SOLUTIONS-Healthy-Kids-01-50x33.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:33;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:36:\"SOLUTIONS-Healthy-Kids-01-113x75.jpg\";s:5:\"width\";i:113;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:35:\"SOLUTIONS-Healthy-Kids-01-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:35:\"SOLUTIONS-Healthy-Kids-01-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(2088,732,'_wp_attached_file','2016/08/mood-eggs.jpg'),(2089,732,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:736;s:6:\"height\";i:552;s:4:\"file\";s:21:\"2016/08/mood-eggs.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"mood-eggs-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"mood-eggs-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:20:\"mood-eggs-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:19:\"mood-eggs-75x56.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:56;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"mood-eggs-195x146.jpg\";s:5:\"width\";i:195;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:19:\"mood-eggs-50x38.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:38;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:20:\"mood-eggs-100x75.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:19:\"mood-eggs-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:19:\"mood-eggs-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:21:\"mood-eggs-736x500.jpg\";s:5:\"width\";i:736;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:21:\"mood-eggs-736x480.jpg\";s:5:\"width\";i:736;s:6:\"height\";i:480;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:{}}}'),(2090,733,'_wp_attached_file','2016/10/headers.header01gk-is-109.jpg'),(2091,733,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:540;s:6:\"height\";i:250;s:4:\"file\";s:37:\"2016/10/headers.header01gk-is-109.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"headers.header01gk-is-109-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"headers.header01gk-is-109-300x139.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:139;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"ttshowcase_normal\";a:4:{s:4:\"file\";s:36:\"headers.header01gk-is-109-125x58.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:58;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"ttshowcase_small\";a:4:{s:4:\"file\";s:35:\"headers.header01gk-is-109-75x35.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:35;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"headers.header01gk-is-109-260x120.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:35:\"headers.header01gk-is-109-50x23.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:23;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:36:\"headers.header01gk-is-109-150x69.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:69;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:35:\"headers.header01gk-is-109-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:35:\"headers.header01gk-is-109-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(2092,734,'_wp_attached_file','2016/10/headers.header02gk-is-109.jpg'),(2093,734,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:540;s:6:\"height\";i:250;s:4:\"file\";s:37:\"2016/10/headers.header02gk-is-109.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"headers.header02gk-is-109-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"headers.header02gk-is-109-300x139.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:139;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"ttshowcase_normal\";a:4:{s:4:\"file\";s:36:\"headers.header02gk-is-109-125x58.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:58;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"ttshowcase_small\";a:4:{s:4:\"file\";s:35:\"headers.header02gk-is-109-75x35.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:35;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"headers.header02gk-is-109-260x120.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:35:\"headers.header02gk-is-109-50x23.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:23;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:36:\"headers.header02gk-is-109-150x69.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:69;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:35:\"headers.header02gk-is-109-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:35:\"headers.header02gk-is-109-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(2094,735,'_wp_attached_file','2016/10/headers.header03gk-is-109.jpg'),(2095,735,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:540;s:6:\"height\";i:250;s:4:\"file\";s:37:\"2016/10/headers.header03gk-is-109.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"headers.header03gk-is-109-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"headers.header03gk-is-109-300x139.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:139;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"ttshowcase_normal\";a:4:{s:4:\"file\";s:36:\"headers.header03gk-is-109-125x58.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:58;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"ttshowcase_small\";a:4:{s:4:\"file\";s:35:\"headers.header03gk-is-109-75x35.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:35;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"headers.header03gk-is-109-260x120.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:35:\"headers.header03gk-is-109-50x23.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:23;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:36:\"headers.header03gk-is-109-150x69.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:69;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:35:\"headers.header03gk-is-109-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:35:\"headers.header03gk-is-109-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(2096,736,'_wp_attached_file','2016/10/headers.header04gk-is-109.jpg'),(2097,736,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:540;s:6:\"height\";i:250;s:4:\"file\";s:37:\"2016/10/headers.header04gk-is-109.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"headers.header04gk-is-109-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"headers.header04gk-is-109-300x139.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:139;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"ttshowcase_normal\";a:4:{s:4:\"file\";s:36:\"headers.header04gk-is-109-125x58.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:58;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"ttshowcase_small\";a:4:{s:4:\"file\";s:35:\"headers.header04gk-is-109-75x35.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:35;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"headers.header04gk-is-109-260x120.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:35:\"headers.header04gk-is-109-50x23.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:23;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:36:\"headers.header04gk-is-109-150x69.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:69;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:35:\"headers.header04gk-is-109-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:35:\"headers.header04gk-is-109-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(2098,737,'_wp_attached_file','2016/10/headers.header05gk-is-109.jpg'),(2099,737,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:540;s:6:\"height\";i:250;s:4:\"file\";s:37:\"2016/10/headers.header05gk-is-109.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"headers.header05gk-is-109-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"headers.header05gk-is-109-300x139.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:139;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"ttshowcase_normal\";a:4:{s:4:\"file\";s:36:\"headers.header05gk-is-109-125x58.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:58;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"ttshowcase_small\";a:4:{s:4:\"file\";s:35:\"headers.header05gk-is-109-75x35.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:35;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"headers.header05gk-is-109-260x120.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:35:\"headers.header05gk-is-109-50x23.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:23;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:36:\"headers.header05gk-is-109-150x69.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:69;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:35:\"headers.header05gk-is-109-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:35:\"headers.header05gk-is-109-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(2100,738,'_wp_attached_file','2016/10/headers.header10gk-is-109.jpg'),(2101,738,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:540;s:6:\"height\";i:250;s:4:\"file\";s:37:\"2016/10/headers.header10gk-is-109.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"headers.header10gk-is-109-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"headers.header10gk-is-109-300x139.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:139;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"ttshowcase_normal\";a:4:{s:4:\"file\";s:36:\"headers.header10gk-is-109-125x58.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:58;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"ttshowcase_small\";a:4:{s:4:\"file\";s:35:\"headers.header10gk-is-109-75x35.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:35;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"headers.header10gk-is-109-260x120.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:35:\"headers.header10gk-is-109-50x23.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:23;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:36:\"headers.header10gk-is-109-150x69.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:69;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:35:\"headers.header10gk-is-109-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:35:\"headers.header10gk-is-109-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(2102,739,'_wp_attached_file','2016/10/headers.header11gk-is-109.jpg'),(2103,739,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:540;s:6:\"height\";i:250;s:4:\"file\";s:37:\"2016/10/headers.header11gk-is-109.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"headers.header11gk-is-109-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"headers.header11gk-is-109-300x139.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:139;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"ttshowcase_normal\";a:4:{s:4:\"file\";s:36:\"headers.header11gk-is-109-125x58.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:58;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"ttshowcase_small\";a:4:{s:4:\"file\";s:35:\"headers.header11gk-is-109-75x35.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:35;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"headers.header11gk-is-109-260x120.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:35:\"headers.header11gk-is-109-50x23.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:23;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:36:\"headers.header11gk-is-109-150x69.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:69;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:35:\"headers.header11gk-is-109-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:35:\"headers.header11gk-is-109-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(2104,740,'_wp_attached_file','2016/10/headers.header15gk-is-109.jpg'),(2105,740,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:540;s:6:\"height\";i:250;s:4:\"file\";s:37:\"2016/10/headers.header15gk-is-109.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"headers.header15gk-is-109-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"headers.header15gk-is-109-300x139.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:139;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"ttshowcase_normal\";a:4:{s:4:\"file\";s:36:\"headers.header15gk-is-109-125x58.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:58;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"ttshowcase_small\";a:4:{s:4:\"file\";s:35:\"headers.header15gk-is-109-75x35.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:35;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"headers.header15gk-is-109-260x120.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:35:\"headers.header15gk-is-109-50x23.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:23;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:36:\"headers.header15gk-is-109-150x69.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:69;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:35:\"headers.header15gk-is-109-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:35:\"headers.header15gk-is-109-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(2106,741,'_wp_attached_file','2016/10/headers.header16gk-is-109.jpg'),(2107,741,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:540;s:6:\"height\";i:250;s:4:\"file\";s:37:\"2016/10/headers.header16gk-is-109.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"headers.header16gk-is-109-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"headers.header16gk-is-109-300x139.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:139;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"ttshowcase_normal\";a:4:{s:4:\"file\";s:36:\"headers.header16gk-is-109-125x58.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:58;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"ttshowcase_small\";a:4:{s:4:\"file\";s:35:\"headers.header16gk-is-109-75x35.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:35;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"headers.header16gk-is-109-260x120.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:35:\"headers.header16gk-is-109-50x23.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:23;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:36:\"headers.header16gk-is-109-150x69.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:69;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:35:\"headers.header16gk-is-109-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:35:\"headers.header16gk-is-109-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(2108,742,'_wp_attached_file','2016/10/headers.header18gk-is-109.jpg'),(2109,742,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:540;s:6:\"height\";i:250;s:4:\"file\";s:37:\"2016/10/headers.header18gk-is-109.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"headers.header18gk-is-109-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"headers.header18gk-is-109-300x139.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:139;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"ttshowcase_normal\";a:4:{s:4:\"file\";s:36:\"headers.header18gk-is-109-125x58.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:58;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"ttshowcase_small\";a:4:{s:4:\"file\";s:35:\"headers.header18gk-is-109-75x35.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:35;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"headers.header18gk-is-109-260x120.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:35:\"headers.header18gk-is-109-50x23.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:23;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:36:\"headers.header18gk-is-109-150x69.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:69;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:35:\"headers.header18gk-is-109-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:35:\"headers.header18gk-is-109-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(2110,743,'_wp_attached_file','2016/10/headers.header20gk-is-109.jpg'),(2111,743,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:540;s:6:\"height\";i:250;s:4:\"file\";s:37:\"2016/10/headers.header20gk-is-109.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"headers.header20gk-is-109-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"headers.header20gk-is-109-300x139.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:139;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"ttshowcase_normal\";a:4:{s:4:\"file\";s:36:\"headers.header20gk-is-109-125x58.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:58;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"ttshowcase_small\";a:4:{s:4:\"file\";s:35:\"headers.header20gk-is-109-75x35.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:35;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"headers.header20gk-is-109-260x120.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:35:\"headers.header20gk-is-109-50x23.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:23;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:36:\"headers.header20gk-is-109-150x69.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:69;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:35:\"headers.header20gk-is-109-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:35:\"headers.header20gk-is-109-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(2112,744,'_wp_attached_file','2016/10/Herbal-Medicines-jpg.jpg'),(2113,744,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:550;s:6:\"height\";i:550;s:4:\"file\";s:32:\"2016/10/Herbal-Medicines-jpg.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Herbal-Medicines-jpg-150x150.jpg\";s:5:\"width\";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:\"Herbal-Medicines-jpg-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:32:\"Herbal-Medicines-jpg-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:30:\"Herbal-Medicines-jpg-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"Herbal-Medicines-jpg-146x146.jpg\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:30:\"Herbal-Medicines-jpg-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:30:\"Herbal-Medicines-jpg-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:30:\"Herbal-Medicines-jpg-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:30:\"Herbal-Medicines-jpg-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:32:\"Herbal-Medicines-jpg-550x500.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:32:\"Herbal-Medicines-jpg-550x480.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:480;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:17:\"Gorilla - Fotolia\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2114,745,'_wp_attached_file','2016/10/neck-pain.jpg'),(2115,745,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:21:\"2016/10/neck-pain.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"neck-pain-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"neck-pain-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"neck-pain-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"ttshowcase_normal\";a:4:{s:4:\"file\";s:21:\"neck-pain-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:19:\"neck-pain-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"neck-pain-146x146.jpg\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:19:\"neck-pain-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:19:\"neck-pain-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:22:\"neck-pain-1000x860.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:19:\"neck-pain-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:19:\"neck-pain-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:23:\"neck-pain-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:22:\"neck-pain-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:22:\"neck-pain-768x1000.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:22:\"neck-pain-1000x750.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:21:\"neck-pain-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:22:\"neck-pain-1000x480.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:480;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:{}}}'),(2116,746,'_wp_attached_file','2016/10/reflexology-feet_grande.jpg'),(2117,746,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:35:\"2016/10/reflexology-feet_grande.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"reflexology-feet_grande-150x150.jpg\";s:5:\"width\";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:\"reflexology-feet_grande-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:35:\"reflexology-feet_grande-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:33:\"reflexology-feet_grande-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"reflexology-feet_grande-146x146.jpg\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:33:\"reflexology-feet_grande-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:33:\"reflexology-feet_grande-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:33:\"reflexology-feet_grande-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:33:\"reflexology-feet_grande-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:35:\"reflexology-feet_grande-600x500.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:35:\"reflexology-feet_grande-600x480.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:480;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:71:\"@ Colorshots Consulting Pvt. Ltd. - Do not copy under any circumstances\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2118,747,'_wp_attached_file','2016/10/Additional-Services-469x313.jpg'),(2119,747,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:469;s:6:\"height\";i:313;s:4:\"file\";s:39:\"2016/10/Additional-Services-469x313.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Additional-Services-469x313-150x150.jpg\";s:5:\"width\";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:\"Additional-Services-469x313-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:38:\"Additional-Services-469x313-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:37:\"Additional-Services-469x313-75x50.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"Additional-Services-469x313-219x146.jpg\";s:5:\"width\";i:219;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:37:\"Additional-Services-469x313-50x33.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:33;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:38:\"Additional-Services-469x313-112x75.jpg\";s:5:\"width\";i:112;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:37:\"Additional-Services-469x313-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:37:\"Additional-Services-469x313-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(2120,748,'_wp_attached_file','2016/10/Additional-Services-500w.jpg'),(2121,748,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:333;s:4:\"file\";s:36:\"2016/10/Additional-Services-500w.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Additional-Services-500w-150x150.jpg\";s:5:\"width\";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:\"Additional-Services-500w-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:\"Additional-Services-500w-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:\"Additional-Services-500w-75x50.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"Additional-Services-500w-219x146.jpg\";s:5:\"width\";i:219;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:34:\"Additional-Services-500w-50x33.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:33;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:35:\"Additional-Services-500w-113x75.jpg\";s:5:\"width\";i:113;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:34:\"Additional-Services-500w-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:34:\"Additional-Services-500w-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(2122,749,'_wp_attached_file','2016/10/Additional-Services.jpg'),(2123,749,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1364;s:4:\"file\";s:31:\"2016/10/Additional-Services.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Additional-Services-150x150.jpg\";s:5:\"width\";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:\"Additional-Services-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"Additional-Services-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"Additional-Services-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"ttshowcase_normal\";a:4:{s:4:\"file\";s:30:\"Additional-Services-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:29:\"Additional-Services-75x50.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"Additional-Services-219x146.jpg\";s:5:\"width\";i:219;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:29:\"Additional-Services-50x33.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:33;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:30:\"Additional-Services-113x75.jpg\";s:5:\"width\";i:113;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:32:\"Additional-Services-1630x860.jpg\";s:5:\"width\";i:1630;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:29:\"Additional-Services-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:29:\"Additional-Services-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:33:\"Additional-Services-1280x1000.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:32:\"Additional-Services-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:32:\"Additional-Services-768x1200.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:32:\"Additional-Services-1920x750.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:31:\"Additional-Services-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:32:\"Additional-Services-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;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:{}}}'),(2124,750,'_wp_attached_file','2016/10/how-we-help-469x313.jpg'),(2125,750,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:469;s:6:\"height\";i:313;s:4:\"file\";s:31:\"2016/10/how-we-help-469x313.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"how-we-help-469x313-150x150.jpg\";s:5:\"width\";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:\"how-we-help-469x313-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:30:\"how-we-help-469x313-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:29:\"how-we-help-469x313-75x50.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"how-we-help-469x313-219x146.jpg\";s:5:\"width\";i:219;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:29:\"how-we-help-469x313-50x33.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:33;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:30:\"how-we-help-469x313-112x75.jpg\";s:5:\"width\";i:112;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:29:\"how-we-help-469x313-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:29:\"how-we-help-469x313-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(2126,751,'_wp_attached_file','2016/10/how-we-help-500w.jpg'),(2127,751,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:333;s:4:\"file\";s:28:\"2016/10/how-we-help-500w.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"how-we-help-500w-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"how-we-help-500w-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:27:\"how-we-help-500w-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:26:\"how-we-help-500w-75x50.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"how-we-help-500w-219x146.jpg\";s:5:\"width\";i:219;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:26:\"how-we-help-500w-50x33.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:33;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:27:\"how-we-help-500w-113x75.jpg\";s:5:\"width\";i:113;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:26:\"how-we-help-500w-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:26:\"how-we-help-500w-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(2128,752,'_wp_attached_file','2016/10/how-we-help.jpg'),(2129,752,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1364;s:4:\"file\";s:23:\"2016/10/how-we-help.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"how-we-help-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"how-we-help-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"how-we-help-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"how-we-help-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"ttshowcase_normal\";a:4:{s:4:\"file\";s:22:\"how-we-help-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:21:\"how-we-help-75x50.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"how-we-help-219x146.jpg\";s:5:\"width\";i:219;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:21:\"how-we-help-50x33.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:33;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:22:\"how-we-help-113x75.jpg\";s:5:\"width\";i:113;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:24:\"how-we-help-1630x860.jpg\";s:5:\"width\";i:1630;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:21:\"how-we-help-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:21:\"how-we-help-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:25:\"how-we-help-1280x1000.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:24:\"how-we-help-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:24:\"how-we-help-768x1200.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:24:\"how-we-help-1920x750.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:23:\"how-we-help-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:24:\"how-we-help-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;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:{}}}'),(2130,753,'_wp_attached_file','2016/10/to-be-discussed.jpg'),(2131,753,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1364;s:4:\"file\";s:27:\"2016/10/to-be-discussed.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"to-be-discussed-150x150.jpg\";s:5:\"width\";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:\"to-be-discussed-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"to-be-discussed-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"to-be-discussed-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"ttshowcase_normal\";a:4:{s:4:\"file\";s:26:\"to-be-discussed-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:25:\"to-be-discussed-75x50.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"to-be-discussed-219x146.jpg\";s:5:\"width\";i:219;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:25:\"to-be-discussed-50x33.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:33;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:26:\"to-be-discussed-113x75.jpg\";s:5:\"width\";i:113;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:28:\"to-be-discussed-1630x860.jpg\";s:5:\"width\";i:1630;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:25:\"to-be-discussed-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:25:\"to-be-discussed-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:29:\"to-be-discussed-1280x1000.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:28:\"to-be-discussed-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:28:\"to-be-discussed-768x1200.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:28:\"to-be-discussed-1920x750.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:27:\"to-be-discussed-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:28:\"to-be-discussed-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;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:{}}}'),(2132,754,'_wp_attached_file','2016/10/Who-We-Are-MC-crop-442x313.jpg'),(2133,754,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:442;s:6:\"height\";i:313;s:4:\"file\";s:38:\"2016/10/Who-We-Are-MC-crop-442x313.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Who-We-Are-MC-crop-442x313-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"Who-We-Are-MC-crop-442x313-300x212.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:212;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"ttshowcase_normal\";a:4:{s:4:\"file\";s:37:\"Who-We-Are-MC-crop-442x313-125x89.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:89;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"ttshowcase_small\";a:4:{s:4:\"file\";s:36:\"Who-We-Are-MC-crop-442x313-75x53.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:53;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"Who-We-Are-MC-crop-442x313-206x146.jpg\";s:5:\"width\";i:206;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:36:\"Who-We-Are-MC-crop-442x313-50x35.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:35;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:37:\"Who-We-Are-MC-crop-442x313-106x75.jpg\";s:5:\"width\";i:106;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:36:\"Who-We-Are-MC-crop-442x313-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:36:\"Who-We-Are-MC-crop-442x313-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(2134,755,'_wp_attached_file','2016/10/Who-We-Are-MC-crop.jpg'),(2135,755,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2994;s:6:\"height\";i:2120;s:4:\"file\";s:30:\"2016/10/Who-We-Are-MC-crop.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Who-We-Are-MC-crop-150x150.jpg\";s:5:\"width\";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:\"Who-We-Are-MC-crop-300x212.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:212;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"Who-We-Are-MC-crop-768x544.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:544;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"Who-We-Are-MC-crop-1024x725.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"ttshowcase_normal\";a:4:{s:4:\"file\";s:29:\"Who-We-Are-MC-crop-125x89.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:89;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"ttshowcase_small\";a:4:{s:4:\"file\";s:28:\"Who-We-Are-MC-crop-75x53.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:53;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"Who-We-Are-MC-crop-206x146.jpg\";s:5:\"width\";i:206;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:28:\"Who-We-Are-MC-crop-50x35.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:35;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:29:\"Who-We-Are-MC-crop-106x75.jpg\";s:5:\"width\";i:106;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:31:\"Who-We-Are-MC-crop-1630x860.jpg\";s:5:\"width\";i:1630;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:28:\"Who-We-Are-MC-crop-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:28:\"Who-We-Are-MC-crop-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:32:\"Who-We-Are-MC-crop-1280x1000.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:31:\"Who-We-Are-MC-crop-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:31:\"Who-We-Are-MC-crop-768x1200.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:31:\"Who-We-Are-MC-crop-1920x750.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:30:\"Who-We-Are-MC-crop-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:31:\"Who-We-Are-MC-crop-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;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:{}}}'),(2136,756,'_wp_attached_file','2016/10/Who-We-Are-469X313.jpg'),(2137,756,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:469;s:6:\"height\";i:313;s:4:\"file\";s:30:\"2016/10/Who-We-Are-469X313.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Who-We-Are-469X313-150x150.jpg\";s:5:\"width\";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:\"Who-We-Are-469X313-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:29:\"Who-We-Are-469X313-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:28:\"Who-We-Are-469X313-75x50.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"Who-We-Are-469X313-219x146.jpg\";s:5:\"width\";i:219;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:28:\"Who-We-Are-469X313-50x33.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:33;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:29:\"Who-We-Are-469X313-112x75.jpg\";s:5:\"width\";i:112;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:28:\"Who-We-Are-469X313-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:28:\"Who-We-Are-469X313-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(2138,757,'_wp_attached_file','2016/10/Who-We-Are-500w.jpg'),(2139,757,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:332;s:4:\"file\";s:27:\"2016/10/Who-We-Are-500w.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Who-We-Are-500w-150x150.jpg\";s:5:\"width\";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:\"Who-We-Are-500w-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:26:\"Who-We-Are-500w-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:25:\"Who-We-Are-500w-75x50.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"Who-We-Are-500w-220x146.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:25:\"Who-We-Are-500w-50x33.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:33;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:26:\"Who-We-Are-500w-113x75.jpg\";s:5:\"width\";i:113;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:25:\"Who-We-Are-500w-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:25:\"Who-We-Are-500w-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(2140,758,'_wp_attached_file','2016/10/Who-We-Are-Photoscape-Crop.jpg'),(2141,758,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:469;s:6:\"height\";i:313;s:4:\"file\";s:38:\"2016/10/Who-We-Are-Photoscape-Crop.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Who-We-Are-Photoscape-Crop-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"Who-We-Are-Photoscape-Crop-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:37:\"Who-We-Are-Photoscape-Crop-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:36:\"Who-We-Are-Photoscape-Crop-75x50.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"Who-We-Are-Photoscape-Crop-219x146.jpg\";s:5:\"width\";i:219;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:36:\"Who-We-Are-Photoscape-Crop-50x33.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:33;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:37:\"Who-We-Are-Photoscape-Crop-112x75.jpg\";s:5:\"width\";i:112;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:36:\"Who-We-Are-Photoscape-Crop-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:36:\"Who-We-Are-Photoscape-Crop-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(2142,759,'_wp_attached_file','2016/10/Who-We-Are.jpg'),(2143,759,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3184;s:6:\"height\";i:2120;s:4:\"file\";s:22:\"2016/10/Who-We-Are.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Who-We-Are-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"Who-We-Are-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"Who-We-Are-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"Who-We-Are-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"ttshowcase_normal\";a:4:{s:4:\"file\";s:21:\"Who-We-Are-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:20:\"Who-We-Are-75x50.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"Who-We-Are-219x146.jpg\";s:5:\"width\";i:219;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:20:\"Who-We-Are-50x33.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:33;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:21:\"Who-We-Are-113x75.jpg\";s:5:\"width\";i:113;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:23:\"Who-We-Are-1630x860.jpg\";s:5:\"width\";i:1630;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:20:\"Who-We-Are-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:20:\"Who-We-Are-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:24:\"Who-We-Are-1280x1000.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:23:\"Who-We-Are-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:23:\"Who-We-Are-768x1200.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:23:\"Who-We-Are-1920x750.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:22:\"Who-We-Are-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:23:\"Who-We-Are-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;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:{}}}'),(2144,760,'_wp_attached_file','2016/10/WHO-WE-ARE_crop-500x313.jpg'),(2145,760,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:313;s:4:\"file\";s:35:\"2016/10/WHO-WE-ARE_crop-500x313.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"WHO-WE-ARE_crop-500x313-150x150.jpg\";s:5:\"width\";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:\"WHO-WE-ARE_crop-500x313-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"ttshowcase_normal\";a:4:{s:4:\"file\";s:34:\"WHO-WE-ARE_crop-500x313-125x78.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:78;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"ttshowcase_small\";a:4:{s:4:\"file\";s:33:\"WHO-WE-ARE_crop-500x313-75x47.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"WHO-WE-ARE_crop-500x313-233x146.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:33:\"WHO-WE-ARE_crop-500x313-50x31.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:34:\"WHO-WE-ARE_crop-500x313-120x75.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:33:\"WHO-WE-ARE_crop-500x313-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:33:\"WHO-WE-ARE_crop-500x313-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(2146,761,'_wp_attached_file','2016/10/WHO-WE-ARE_crop.jpg'),(2147,761,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2995;s:6:\"height\";i:1880;s:4:\"file\";s:27:\"2016/10/WHO-WE-ARE_crop.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"WHO-WE-ARE_crop-150x150.jpg\";s:5:\"width\";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:\"WHO-WE-ARE_crop-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"WHO-WE-ARE_crop-768x482.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:482;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"WHO-WE-ARE_crop-1024x643.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:643;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"ttshowcase_normal\";a:4:{s:4:\"file\";s:26:\"WHO-WE-ARE_crop-125x78.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:78;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"ttshowcase_small\";a:4:{s:4:\"file\";s:25:\"WHO-WE-ARE_crop-75x47.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"WHO-WE-ARE_crop-233x146.jpg\";s:5:\"width\";i:233;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:25:\"WHO-WE-ARE_crop-50x31.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:26:\"WHO-WE-ARE_crop-119x75.jpg\";s:5:\"width\";i:119;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:28:\"WHO-WE-ARE_crop-1630x860.jpg\";s:5:\"width\";i:1630;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:25:\"WHO-WE-ARE_crop-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:25:\"WHO-WE-ARE_crop-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:29:\"WHO-WE-ARE_crop-1280x1000.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:28:\"WHO-WE-ARE_crop-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:28:\"WHO-WE-ARE_crop-768x1200.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:28:\"WHO-WE-ARE_crop-1920x750.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:27:\"WHO-WE-ARE_crop-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:28:\"WHO-WE-ARE_crop-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;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:{}}}'),(2148,762,'_wp_attached_file','2016/10/Across-Top-of-About-Us-Page-CROPPED.jpg'),(2149,762,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1981;s:6:\"height\";i:766;s:4:\"file\";s:47:\"2016/10/Across-Top-of-About-Us-Page-CROPPED.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"Across-Top-of-About-Us-Page-CROPPED-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:47:\"Across-Top-of-About-Us-Page-CROPPED-300x116.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:47:\"Across-Top-of-About-Us-Page-CROPPED-768x297.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:297;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:48:\"Across-Top-of-About-Us-Page-CROPPED-1024x396.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:396;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"ttshowcase_normal\";a:4:{s:4:\"file\";s:46:\"Across-Top-of-About-Us-Page-CROPPED-125x48.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:48;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"ttshowcase_small\";a:4:{s:4:\"file\";s:45:\"Across-Top-of-About-Us-Page-CROPPED-75x29.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:29;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:47:\"Across-Top-of-About-Us-Page-CROPPED-260x101.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:101;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:45:\"Across-Top-of-About-Us-Page-CROPPED-50x19.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:19;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:46:\"Across-Top-of-About-Us-Page-CROPPED-150x58.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:58;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:48:\"Across-Top-of-About-Us-Page-CROPPED-1630x766.jpg\";s:5:\"width\";i:1630;s:6:\"height\";i:766;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:45:\"Across-Top-of-About-Us-Page-CROPPED-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:45:\"Across-Top-of-About-Us-Page-CROPPED-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:48:\"Across-Top-of-About-Us-Page-CROPPED-1280x766.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:766;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:48:\"Across-Top-of-About-Us-Page-CROPPED-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:47:\"Across-Top-of-About-Us-Page-CROPPED-768x766.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:766;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:48:\"Across-Top-of-About-Us-Page-CROPPED-1920x750.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:47:\"Across-Top-of-About-Us-Page-CROPPED-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:48:\"Across-Top-of-About-Us-Page-CROPPED-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;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:{}}}'),(2150,763,'_wp_attached_file','2016/10/Across-Top-of-About-Us-Page.jpg'),(2151,763,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1364;s:4:\"file\";s:39:\"2016/10/Across-Top-of-About-Us-Page.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Across-Top-of-About-Us-Page-150x150.jpg\";s:5:\"width\";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:\"Across-Top-of-About-Us-Page-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"Across-Top-of-About-Us-Page-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"Across-Top-of-About-Us-Page-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"ttshowcase_normal\";a:4:{s:4:\"file\";s:38:\"Across-Top-of-About-Us-Page-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:37:\"Across-Top-of-About-Us-Page-75x50.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"Across-Top-of-About-Us-Page-219x146.jpg\";s:5:\"width\";i:219;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:37:\"Across-Top-of-About-Us-Page-50x33.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:33;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:38:\"Across-Top-of-About-Us-Page-113x75.jpg\";s:5:\"width\";i:113;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:40:\"Across-Top-of-About-Us-Page-1630x860.jpg\";s:5:\"width\";i:1630;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:37:\"Across-Top-of-About-Us-Page-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:37:\"Across-Top-of-About-Us-Page-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:41:\"Across-Top-of-About-Us-Page-1280x1000.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:40:\"Across-Top-of-About-Us-Page-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:40:\"Across-Top-of-About-Us-Page-768x1200.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:40:\"Across-Top-of-About-Us-Page-1920x750.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:39:\"Across-Top-of-About-Us-Page-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:40:\"Across-Top-of-About-Us-Page-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;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:{}}}'),(2152,764,'_wp_attached_file','2016/10/Anita.jpg'),(2153,764,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2119;s:6:\"height\";i:2119;s:4:\"file\";s:17:\"2016/10/Anita.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"Anita-150x150.jpg\";s:5:\"width\";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:\"Anita-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"Anita-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"Anita-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"ttshowcase_normal\";a:4:{s:4:\"file\";s:17:\"Anita-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:15:\"Anita-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:17:\"Anita-146x146.jpg\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:15:\"Anita-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:15:\"Anita-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:18:\"Anita-1630x860.jpg\";s:5:\"width\";i:1630;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:15:\"Anita-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:15:\"Anita-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:19:\"Anita-1280x1000.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:18:\"Anita-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:18:\"Anita-768x1200.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:18:\"Anita-1920x750.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:17:\"Anita-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:18:\"Anita-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;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:{}}}'),(2154,765,'_wp_attached_file','2016/10/Barb.jpg'),(2155,765,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2107;s:6:\"height\";i:2368;s:4:\"file\";s:16:\"2016/10/Barb.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"Barb-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"Barb-267x300.jpg\";s:5:\"width\";i:267;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"Barb-768x863.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:863;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"Barb-911x1024.jpg\";s:5:\"width\";i:911;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"ttshowcase_normal\";a:4:{s:4:\"file\";s:16:\"Barb-111x125.jpg\";s:5:\"width\";i:111;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"ttshowcase_small\";a:4:{s:4:\"file\";s:14:\"Barb-67x75.jpg\";s:5:\"width\";i:67;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:16:\"Barb-130x146.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:14:\"Barb-44x50.jpg\";s:5:\"width\";i:44;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:14:\"Barb-67x75.jpg\";s:5:\"width\";i:67;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:17:\"Barb-1630x860.jpg\";s:5:\"width\";i:1630;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:14:\"Barb-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:14:\"Barb-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:18:\"Barb-1280x1000.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:17:\"Barb-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:17:\"Barb-768x1200.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:17:\"Barb-1920x750.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:16:\"Barb-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:17:\"Barb-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;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:{}}}'),(2156,766,'_wp_attached_file','2016/10/Christine.jpg'),(2157,766,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2119;s:6:\"height\";i:2181;s:4:\"file\";s:21:\"2016/10/Christine.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Christine-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"Christine-291x300.jpg\";s:5:\"width\";i:291;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"Christine-768x790.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:790;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"Christine-995x1024.jpg\";s:5:\"width\";i:995;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"ttshowcase_normal\";a:4:{s:4:\"file\";s:21:\"Christine-121x125.jpg\";s:5:\"width\";i:121;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"ttshowcase_small\";a:4:{s:4:\"file\";s:19:\"Christine-73x75.jpg\";s:5:\"width\";i:73;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"Christine-142x146.jpg\";s:5:\"width\";i:142;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:19:\"Christine-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:19:\"Christine-73x75.jpg\";s:5:\"width\";i:73;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:22:\"Christine-1630x860.jpg\";s:5:\"width\";i:1630;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:19:\"Christine-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:19:\"Christine-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:23:\"Christine-1280x1000.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:22:\"Christine-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:22:\"Christine-768x1200.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:22:\"Christine-1920x750.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:21:\"Christine-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:22:\"Christine-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;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:{}}}'),(2158,767,'_wp_attached_file','2016/10/Cynthia.jpg'),(2159,767,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1363;s:6:\"height\";i:1363;s:4:\"file\";s:19:\"2016/10/Cynthia.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Cynthia-150x150.jpg\";s:5:\"width\";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:\"Cynthia-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"Cynthia-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"Cynthia-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"ttshowcase_normal\";a:4:{s:4:\"file\";s:19:\"Cynthia-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:17:\"Cynthia-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"Cynthia-146x146.jpg\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:17:\"Cynthia-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:17:\"Cynthia-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:20:\"Cynthia-1363x860.jpg\";s:5:\"width\";i:1363;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:17:\"Cynthia-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:17:\"Cynthia-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:21:\"Cynthia-1280x1000.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:20:\"Cynthia-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:20:\"Cynthia-768x1200.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:20:\"Cynthia-1363x750.jpg\";s:5:\"width\";i:1363;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:19:\"Cynthia-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:20:\"Cynthia-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;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:{}}}'),(2160,768,'_wp_attached_file','2016/10/Rotation-Baby-Ruths-500H-CROPPED.jpg'),(2161,768,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:332;s:6:\"height\";i:223;s:4:\"file\";s:44:\"2016/10/Rotation-Baby-Ruths-500H-CROPPED.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"Rotation-Baby-Ruths-500H-CROPPED-150x150.jpg\";s:5:\"width\";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:\"Rotation-Baby-Ruths-500H-CROPPED-300x202.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"ttshowcase_normal\";a:4:{s:4:\"file\";s:43:\"Rotation-Baby-Ruths-500H-CROPPED-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:42:\"Rotation-Baby-Ruths-500H-CROPPED-75x50.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:44:\"Rotation-Baby-Ruths-500H-CROPPED-217x146.jpg\";s:5:\"width\";i:217;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:42:\"Rotation-Baby-Ruths-500H-CROPPED-50x34.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:34;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:43:\"Rotation-Baby-Ruths-500H-CROPPED-112x75.jpg\";s:5:\"width\";i:112;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:42:\"Rotation-Baby-Ruths-500H-CROPPED-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:42:\"Rotation-Baby-Ruths-500H-CROPPED-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(2162,769,'_wp_attached_file','2016/10/Rotation-Baby-Ruths-500H.jpg'),(2163,769,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:332;s:6:\"height\";i:500;s:4:\"file\";s:36:\"2016/10/Rotation-Baby-Ruths-500H.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Rotation-Baby-Ruths-500H-150x150.jpg\";s:5:\"width\";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:\"Rotation-Baby-Ruths-500H-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:\"Rotation-Baby-Ruths-500H-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:\"Rotation-Baby-Ruths-500H-50x75.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"Rotation-Baby-Ruths-500H-97x146.jpg\";s:5:\"width\";i:97;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:34:\"Rotation-Baby-Ruths-500H-33x50.jpg\";s:5:\"width\";i:33;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:34:\"Rotation-Baby-Ruths-500H-50x75.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:34:\"Rotation-Baby-Ruths-500H-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:34:\"Rotation-Baby-Ruths-500H-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:36:\"Rotation-Baby-Ruths-500H-332x500.jpg\";s:5:\"width\";i:332;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:36:\"Rotation-Baby-Ruths-500H-332x480.jpg\";s:5:\"width\";i:332;s:6:\"height\";i:480;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:{}}}'),(2164,770,'_wp_attached_file','2016/10/Rotation-Baby-Ruths-500x500.jpg'),(2165,770,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:332;s:6:\"height\";i:332;s:4:\"file\";s:39:\"2016/10/Rotation-Baby-Ruths-500x500.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Rotation-Baby-Ruths-500x500-150x150.jpg\";s:5:\"width\";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:\"Rotation-Baby-Ruths-500x500-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:39:\"Rotation-Baby-Ruths-500x500-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:37:\"Rotation-Baby-Ruths-500x500-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"Rotation-Baby-Ruths-500x500-146x146.jpg\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:37:\"Rotation-Baby-Ruths-500x500-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:37:\"Rotation-Baby-Ruths-500x500-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:37:\"Rotation-Baby-Ruths-500x500-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:37:\"Rotation-Baby-Ruths-500x500-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(2166,771,'_wp_attached_file','2016/10/Rotation-Baby-Ruths.jpg'),(2167,771,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2120;s:6:\"height\";i:3184;s:4:\"file\";s:31:\"2016/10/Rotation-Baby-Ruths.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Rotation-Baby-Ruths-150x150.jpg\";s:5:\"width\";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:\"Rotation-Baby-Ruths-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"Rotation-Baby-Ruths-768x1153.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1153;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"Rotation-Baby-Ruths-682x1024.jpg\";s:5:\"width\";i:682;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"ttshowcase_normal\";a:4:{s:4:\"file\";s:30:\"Rotation-Baby-Ruths-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:\"Rotation-Baby-Ruths-50x75.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"Rotation-Baby-Ruths-97x146.jpg\";s:5:\"width\";i:97;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:29:\"Rotation-Baby-Ruths-33x50.jpg\";s:5:\"width\";i:33;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:29:\"Rotation-Baby-Ruths-50x75.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:32:\"Rotation-Baby-Ruths-1630x860.jpg\";s:5:\"width\";i:1630;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:29:\"Rotation-Baby-Ruths-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:29:\"Rotation-Baby-Ruths-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:33:\"Rotation-Baby-Ruths-1280x1000.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:32:\"Rotation-Baby-Ruths-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:32:\"Rotation-Baby-Ruths-768x1200.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:32:\"Rotation-Baby-Ruths-1920x750.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:31:\"Rotation-Baby-Ruths-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:32:\"Rotation-Baby-Ruths-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;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:{}}}'),(2168,772,'_wp_attached_file','2016/10/Rotation-bracelets-500W.jpg'),(2169,772,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:332;s:4:\"file\";s:35:\"2016/10/Rotation-bracelets-500W.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"Rotation-bracelets-500W-150x150.jpg\";s:5:\"width\";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:\"Rotation-bracelets-500W-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:34:\"Rotation-bracelets-500W-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:33:\"Rotation-bracelets-500W-75x50.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"Rotation-bracelets-500W-220x146.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:33:\"Rotation-bracelets-500W-50x33.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:33;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:34:\"Rotation-bracelets-500W-113x75.jpg\";s:5:\"width\";i:113;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:33:\"Rotation-bracelets-500W-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:33:\"Rotation-bracelets-500W-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(2170,773,'_wp_attached_file','2016/10/Rotation-bracelets-500x500.jpg'),(2171,773,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:332;s:6:\"height\";i:332;s:4:\"file\";s:38:\"2016/10/Rotation-bracelets-500x500.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Rotation-bracelets-500x500-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"Rotation-bracelets-500x500-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:38:\"Rotation-bracelets-500x500-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:36:\"Rotation-bracelets-500x500-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"Rotation-bracelets-500x500-146x146.jpg\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:36:\"Rotation-bracelets-500x500-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:36:\"Rotation-bracelets-500x500-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:36:\"Rotation-bracelets-500x500-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:36:\"Rotation-bracelets-500x500-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(2172,774,'_wp_attached_file','2016/10/Rotation-bracelets.jpg'),(2173,774,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3184;s:6:\"height\";i:2120;s:4:\"file\";s:30:\"2016/10/Rotation-bracelets.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Rotation-bracelets-150x150.jpg\";s:5:\"width\";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:\"Rotation-bracelets-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"Rotation-bracelets-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"Rotation-bracelets-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"ttshowcase_normal\";a:4:{s:4:\"file\";s:29:\"Rotation-bracelets-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:28:\"Rotation-bracelets-75x50.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"Rotation-bracelets-219x146.jpg\";s:5:\"width\";i:219;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:28:\"Rotation-bracelets-50x33.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:33;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:29:\"Rotation-bracelets-113x75.jpg\";s:5:\"width\";i:113;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:31:\"Rotation-bracelets-1630x860.jpg\";s:5:\"width\";i:1630;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:28:\"Rotation-bracelets-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:28:\"Rotation-bracelets-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:32:\"Rotation-bracelets-1280x1000.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:31:\"Rotation-bracelets-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:31:\"Rotation-bracelets-768x1200.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:31:\"Rotation-bracelets-1920x750.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:30:\"Rotation-bracelets-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:31:\"Rotation-bracelets-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;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:{}}}'),(2174,775,'_wp_attached_file','2016/10/Rotation-front-door-500x500-CROPPED.jpg'),(2175,775,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:240;s:4:\"file\";s:47:\"2016/10/Rotation-front-door-500x500-CROPPED.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"Rotation-front-door-500x500-CROPPED-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:47:\"Rotation-front-door-500x500-CROPPED-300x144.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"ttshowcase_normal\";a:4:{s:4:\"file\";s:46:\"Rotation-front-door-500x500-CROPPED-125x60.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"ttshowcase_small\";a:4:{s:4:\"file\";s:45:\"Rotation-front-door-500x500-CROPPED-75x36.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:47:\"Rotation-front-door-500x500-CROPPED-260x125.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:45:\"Rotation-front-door-500x500-CROPPED-50x24.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:24;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:46:\"Rotation-front-door-500x500-CROPPED-150x72.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:72;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:45:\"Rotation-front-door-500x500-CROPPED-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:45:\"Rotation-front-door-500x500-CROPPED-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(2176,776,'_wp_attached_file','2016/10/Rotation-front-door-500x500.jpg'),(2177,776,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:39:\"2016/10/Rotation-front-door-500x500.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Rotation-front-door-500x500-150x150.jpg\";s:5:\"width\";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:\"Rotation-front-door-500x500-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:39:\"Rotation-front-door-500x500-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:37:\"Rotation-front-door-500x500-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"Rotation-front-door-500x500-146x146.jpg\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:37:\"Rotation-front-door-500x500-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:37:\"Rotation-front-door-500x500-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:37:\"Rotation-front-door-500x500-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:37:\"Rotation-front-door-500x500-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:39:\"Rotation-front-door-500x500-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:39:\"Rotation-front-door-500x500-500x480.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:480;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:{}}}'),(2178,777,'_wp_attached_file','2016/10/Rotation-front-door.jpg'),(2179,777,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2005;s:6:\"height\";i:2005;s:4:\"file\";s:31:\"2016/10/Rotation-front-door.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Rotation-front-door-150x150.jpg\";s:5:\"width\";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:\"Rotation-front-door-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"Rotation-front-door-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"Rotation-front-door-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"ttshowcase_normal\";a:4:{s:4:\"file\";s:31:\"Rotation-front-door-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:\"Rotation-front-door-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"Rotation-front-door-146x146.jpg\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:29:\"Rotation-front-door-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:29:\"Rotation-front-door-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:32:\"Rotation-front-door-1630x860.jpg\";s:5:\"width\";i:1630;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:29:\"Rotation-front-door-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:29:\"Rotation-front-door-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:33:\"Rotation-front-door-1280x1000.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:32:\"Rotation-front-door-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:32:\"Rotation-front-door-768x1200.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:32:\"Rotation-front-door-1920x750.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:31:\"Rotation-front-door-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:32:\"Rotation-front-door-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;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:{}}}'),(2180,778,'_wp_attached_file','2016/10/Rotation-Santevia-500H-CROPPED.jpg'),(2181,778,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:332;s:6:\"height\";i:196;s:4:\"file\";s:42:\"2016/10/Rotation-Santevia-500H-CROPPED.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"Rotation-Santevia-500H-CROPPED-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"Rotation-Santevia-500H-CROPPED-300x177.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"ttshowcase_normal\";a:4:{s:4:\"file\";s:41:\"Rotation-Santevia-500H-CROPPED-125x74.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:74;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"ttshowcase_small\";a:4:{s:4:\"file\";s:40:\"Rotation-Santevia-500H-CROPPED-75x44.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:44;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"Rotation-Santevia-500H-CROPPED-247x146.jpg\";s:5:\"width\";i:247;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:40:\"Rotation-Santevia-500H-CROPPED-50x30.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:30;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:41:\"Rotation-Santevia-500H-CROPPED-127x75.jpg\";s:5:\"width\";i:127;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:40:\"Rotation-Santevia-500H-CROPPED-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:40:\"Rotation-Santevia-500H-CROPPED-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(2182,779,'_wp_attached_file','2016/10/Rotation-Santevia-500H.jpg'),(2183,779,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:332;s:6:\"height\";i:500;s:4:\"file\";s:34:\"2016/10/Rotation-Santevia-500H.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"Rotation-Santevia-500H-150x150.jpg\";s:5:\"width\";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:\"Rotation-Santevia-500H-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:33:\"Rotation-Santevia-500H-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:32:\"Rotation-Santevia-500H-50x75.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"Rotation-Santevia-500H-97x146.jpg\";s:5:\"width\";i:97;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:32:\"Rotation-Santevia-500H-33x50.jpg\";s:5:\"width\";i:33;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:32:\"Rotation-Santevia-500H-50x75.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:32:\"Rotation-Santevia-500H-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:32:\"Rotation-Santevia-500H-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:34:\"Rotation-Santevia-500H-332x500.jpg\";s:5:\"width\";i:332;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:34:\"Rotation-Santevia-500H-332x480.jpg\";s:5:\"width\";i:332;s:6:\"height\";i:480;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:{}}}'),(2184,780,'_wp_attached_file','2016/10/Rotation-Santevia-500x500.jpg'),(2185,780,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:332;s:6:\"height\";i:332;s:4:\"file\";s:37:\"2016/10/Rotation-Santevia-500x500.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Rotation-Santevia-500x500-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"Rotation-Santevia-500x500-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:37:\"Rotation-Santevia-500x500-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:35:\"Rotation-Santevia-500x500-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"Rotation-Santevia-500x500-146x146.jpg\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:35:\"Rotation-Santevia-500x500-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:35:\"Rotation-Santevia-500x500-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:35:\"Rotation-Santevia-500x500-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:35:\"Rotation-Santevia-500x500-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(2186,781,'_wp_attached_file','2016/10/Rotation-Santevia.jpg'),(2187,781,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2120;s:6:\"height\";i:3184;s:4:\"file\";s:29:\"2016/10/Rotation-Santevia.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Rotation-Santevia-150x150.jpg\";s:5:\"width\";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:\"Rotation-Santevia-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"Rotation-Santevia-768x1153.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1153;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"Rotation-Santevia-682x1024.jpg\";s:5:\"width\";i:682;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"ttshowcase_normal\";a:4:{s:4:\"file\";s:28:\"Rotation-Santevia-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:\"Rotation-Santevia-50x75.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"Rotation-Santevia-97x146.jpg\";s:5:\"width\";i:97;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:27:\"Rotation-Santevia-33x50.jpg\";s:5:\"width\";i:33;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:27:\"Rotation-Santevia-50x75.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:30:\"Rotation-Santevia-1630x860.jpg\";s:5:\"width\";i:1630;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:27:\"Rotation-Santevia-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:27:\"Rotation-Santevia-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:31:\"Rotation-Santevia-1280x1000.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:30:\"Rotation-Santevia-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:30:\"Rotation-Santevia-768x1200.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:30:\"Rotation-Santevia-1920x750.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:29:\"Rotation-Santevia-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:30:\"Rotation-Santevia-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;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:{}}}'),(2188,782,'_wp_attached_file','2016/10/Rotation-shopping-500W.jpg'),(2189,782,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:332;s:4:\"file\";s:34:\"2016/10/Rotation-shopping-500W.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"Rotation-shopping-500W-150x150.jpg\";s:5:\"width\";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:\"Rotation-shopping-500W-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:\"Rotation-shopping-500W-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:\"Rotation-shopping-500W-75x50.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"Rotation-shopping-500W-220x146.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:32:\"Rotation-shopping-500W-50x33.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:33;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:33:\"Rotation-shopping-500W-113x75.jpg\";s:5:\"width\";i:113;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:32:\"Rotation-shopping-500W-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:32:\"Rotation-shopping-500W-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(2190,783,'_wp_attached_file','2016/10/Rotation-shopping-500x500.jpg'),(2191,783,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:332;s:6:\"height\";i:332;s:4:\"file\";s:37:\"2016/10/Rotation-shopping-500x500.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Rotation-shopping-500x500-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"Rotation-shopping-500x500-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:37:\"Rotation-shopping-500x500-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:35:\"Rotation-shopping-500x500-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"Rotation-shopping-500x500-146x146.jpg\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:35:\"Rotation-shopping-500x500-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:35:\"Rotation-shopping-500x500-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:35:\"Rotation-shopping-500x500-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:35:\"Rotation-shopping-500x500-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(2192,784,'_wp_attached_file','2016/10/Rotation-shopping.jpg'),(2193,784,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3184;s:6:\"height\";i:2120;s:4:\"file\";s:29:\"2016/10/Rotation-shopping.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Rotation-shopping-150x150.jpg\";s:5:\"width\";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:\"Rotation-shopping-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"Rotation-shopping-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"Rotation-shopping-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"ttshowcase_normal\";a:4:{s:4:\"file\";s:28:\"Rotation-shopping-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:27:\"Rotation-shopping-75x50.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"Rotation-shopping-219x146.jpg\";s:5:\"width\";i:219;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:27:\"Rotation-shopping-50x33.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:33;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:28:\"Rotation-shopping-113x75.jpg\";s:5:\"width\";i:113;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:30:\"Rotation-shopping-1630x860.jpg\";s:5:\"width\";i:1630;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:27:\"Rotation-shopping-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:27:\"Rotation-shopping-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:31:\"Rotation-shopping-1280x1000.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:30:\"Rotation-shopping-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:30:\"Rotation-shopping-768x1200.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:30:\"Rotation-shopping-1920x750.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:29:\"Rotation-shopping-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:30:\"Rotation-shopping-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;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:{}}}'),(2194,785,'_wp_attached_file','2016/10/Rotation-Young-Living-500w.jpg'),(2195,785,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:333;s:4:\"file\";s:38:\"2016/10/Rotation-Young-Living-500w.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Rotation-Young-Living-500w-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"Rotation-Young-Living-500w-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:37:\"Rotation-Young-Living-500w-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:36:\"Rotation-Young-Living-500w-75x50.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"Rotation-Young-Living-500w-219x146.jpg\";s:5:\"width\";i:219;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:36:\"Rotation-Young-Living-500w-50x33.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:33;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:37:\"Rotation-Young-Living-500w-113x75.jpg\";s:5:\"width\";i:113;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:36:\"Rotation-Young-Living-500w-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:36:\"Rotation-Young-Living-500w-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(2196,786,'_wp_attached_file','2016/10/Rotation-Young-Living-500x500.jpg'),(2197,786,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:333;s:6:\"height\";i:333;s:4:\"file\";s:41:\"2016/10/Rotation-Young-Living-500x500.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"Rotation-Young-Living-500x500-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"Rotation-Young-Living-500x500-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:41:\"Rotation-Young-Living-500x500-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:39:\"Rotation-Young-Living-500x500-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:41:\"Rotation-Young-Living-500x500-146x146.jpg\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:39:\"Rotation-Young-Living-500x500-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:39:\"Rotation-Young-Living-500x500-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:39:\"Rotation-Young-Living-500x500-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:39:\"Rotation-Young-Living-500x500-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(2198,787,'_wp_attached_file','2016/10/Rotation-Young-Living.jpg'),(2199,787,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1364;s:4:\"file\";s:33:\"2016/10/Rotation-Young-Living.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Rotation-Young-Living-150x150.jpg\";s:5:\"width\";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:\"Rotation-Young-Living-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"Rotation-Young-Living-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"Rotation-Young-Living-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"ttshowcase_normal\";a:4:{s:4:\"file\";s:32:\"Rotation-Young-Living-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:31:\"Rotation-Young-Living-75x50.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"Rotation-Young-Living-219x146.jpg\";s:5:\"width\";i:219;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:31:\"Rotation-Young-Living-50x33.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:33;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:32:\"Rotation-Young-Living-113x75.jpg\";s:5:\"width\";i:113;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:34:\"Rotation-Young-Living-1630x860.jpg\";s:5:\"width\";i:1630;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:31:\"Rotation-Young-Living-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:31:\"Rotation-Young-Living-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:35:\"Rotation-Young-Living-1280x1000.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:34:\"Rotation-Young-Living-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:34:\"Rotation-Young-Living-768x1200.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:34:\"Rotation-Young-Living-1920x750.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:33:\"Rotation-Young-Living-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:34:\"Rotation-Young-Living-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;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:{}}}'),(2200,788,'_wp_attached_file','2016/10/Sue.jpg'),(2201,788,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2119;s:6:\"height\";i:2244;s:4:\"file\";s:15:\"2016/10/Sue.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"Sue-150x150.jpg\";s:5:\"width\";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:\"Sue-283x300.jpg\";s:5:\"width\";i:283;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"Sue-768x813.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:813;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"Sue-967x1024.jpg\";s:5:\"width\";i:967;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"ttshowcase_normal\";a:4:{s:4:\"file\";s:15:\"Sue-118x125.jpg\";s:5:\"width\";i:118;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"ttshowcase_small\";a:4:{s:4:\"file\";s:13:\"Sue-71x75.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:15:\"Sue-138x146.jpg\";s:5:\"width\";i:138;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:13:\"Sue-47x50.jpg\";s:5:\"width\";i:47;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:13:\"Sue-71x75.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:16:\"Sue-1630x860.jpg\";s:5:\"width\";i:1630;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:13:\"Sue-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:13:\"Sue-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:17:\"Sue-1280x1000.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:16:\"Sue-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:16:\"Sue-768x1200.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:16:\"Sue-1920x750.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:15:\"Sue-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:16:\"Sue-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;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:{}}}'),(2202,789,'_wp_attached_file','2016/10/Gordon.jpg'),(2203,789,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2119;s:6:\"height\";i:2135;s:4:\"file\";s:18:\"2016/10/Gordon.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"Gordon-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"Gordon-298x300.jpg\";s:5:\"width\";i:298;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"Gordon-768x774.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:774;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"Gordon-1016x1024.jpg\";s:5:\"width\";i:1016;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"ttshowcase_normal\";a:4:{s:4:\"file\";s:18:\"Gordon-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:16:\"Gordon-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"Gordon-145x146.jpg\";s:5:\"width\";i:145;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:16:\"Gordon-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:16:\"Gordon-74x75.jpg\";s:5:\"width\";i:74;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:19:\"Gordon-1630x860.jpg\";s:5:\"width\";i:1630;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:16:\"Gordon-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:16:\"Gordon-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:20:\"Gordon-1280x1000.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:19:\"Gordon-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:19:\"Gordon-768x1200.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:19:\"Gordon-1920x750.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:18:\"Gordon-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:19:\"Gordon-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;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:{}}}'),(2204,790,'_wp_attached_file','2016/10/LavendarEssentialOils660.jpg'),(2205,790,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:660;s:6:\"height\";i:440;s:4:\"file\";s:36:\"2016/10/LavendarEssentialOils660.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"LavendarEssentialOils660-150x150.jpg\";s:5:\"width\";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:\"LavendarEssentialOils660-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:\"LavendarEssentialOils660-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:\"LavendarEssentialOils660-75x50.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"LavendarEssentialOils660-219x146.jpg\";s:5:\"width\";i:219;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:34:\"LavendarEssentialOils660-50x33.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:33;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:35:\"LavendarEssentialOils660-113x75.jpg\";s:5:\"width\";i:113;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:34:\"LavendarEssentialOils660-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:34:\"LavendarEssentialOils660-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(2206,791,'_wp_attached_file','2016/10/pain-management1.jpg'),(2207,791,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:237;s:6:\"height\";i:213;s:4:\"file\";s:28:\"2016/10/pain-management1.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"pain-management1-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:28:\"pain-management1-125x112.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:112;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"ttshowcase_small\";a:4:{s:4:\"file\";s:26:\"pain-management1-75x67.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:67;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"pain-management1-162x146.jpg\";s:5:\"width\";i:162;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:26:\"pain-management1-50x45.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:45;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:26:\"pain-management1-83x75.jpg\";s:5:\"width\";i:83;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:26:\"pain-management1-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:26:\"pain-management1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(2208,792,'_wp_attached_file','2016/10/Phyllis-Light-2016-cropped-square.jpg'),(2209,792,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:314;s:6:\"height\";i:314;s:4:\"file\";s:45:\"2016/10/Phyllis-Light-2016-cropped-square.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"Phyllis-Light-2016-cropped-square-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"Phyllis-Light-2016-cropped-square-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:45:\"Phyllis-Light-2016-cropped-square-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:43:\"Phyllis-Light-2016-cropped-square-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Phyllis-Light-2016-cropped-square-146x146.jpg\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:43:\"Phyllis-Light-2016-cropped-square-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:43:\"Phyllis-Light-2016-cropped-square-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:43:\"Phyllis-Light-2016-cropped-square-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:43:\"Phyllis-Light-2016-cropped-square-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(2210,793,'_wp_attached_file','2016/10/Phyllis-Light-2016.jpg'),(2211,793,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:314;s:6:\"height\";i:452;s:4:\"file\";s:30:\"2016/10/Phyllis-Light-2016.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Phyllis-Light-2016-150x150.jpg\";s:5:\"width\";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:\"Phyllis-Light-2016-208x300.jpg\";s:5:\"width\";i:208;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"ttshowcase_normal\";a:4:{s:4:\"file\";s:29:\"Phyllis-Light-2016-87x125.jpg\";s:5:\"width\";i:87;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"ttshowcase_small\";a:4:{s:4:\"file\";s:28:\"Phyllis-Light-2016-52x75.jpg\";s:5:\"width\";i:52;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"Phyllis-Light-2016-101x146.jpg\";s:5:\"width\";i:101;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:28:\"Phyllis-Light-2016-35x50.jpg\";s:5:\"width\";i:35;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:28:\"Phyllis-Light-2016-52x75.jpg\";s:5:\"width\";i:52;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:28:\"Phyllis-Light-2016-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:28:\"Phyllis-Light-2016-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(2212,794,'_wp_attached_file','2016/10/Antioxidant-PowerHouse.jpg'),(2213,794,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:34:\"2016/10/Antioxidant-PowerHouse.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"Antioxidant-PowerHouse-150x150.jpg\";s:5:\"width\";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:\"Antioxidant-PowerHouse-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:34:\"Antioxidant-PowerHouse-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:32:\"Antioxidant-PowerHouse-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"Antioxidant-PowerHouse-146x146.jpg\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:32:\"Antioxidant-PowerHouse-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:32:\"Antioxidant-PowerHouse-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:32:\"Antioxidant-PowerHouse-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:32:\"Antioxidant-PowerHouse-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:34:\"Antioxidant-PowerHouse-600x500.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:34:\"Antioxidant-PowerHouse-600x480.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:480;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:{}}}'),(2214,795,'_wp_attached_file','2016/10/September-Sales.png'),(2215,795,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:27:\"2016/10/September-Sales.png\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"September-Sales-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:27:\"September-Sales-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"ttshowcase_normal\";a:4:{s:4:\"file\";s:27:\"September-Sales-125x125.png\";s:5:\"width\";i:125;s:6:\"height\";i:125;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"ttshowcase_small\";a:4:{s:4:\"file\";s:25:\"September-Sales-75x75.png\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"September-Sales-146x146.png\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:25:\"September-Sales-50x50.png\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:25:\"September-Sales-75x75.png\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:25:\"September-Sales-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:25:\"September-Sales-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:27:\"September-Sales-600x500.png\";s:5:\"width\";i:600;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:27:\"September-Sales-600x480.png\";s:5:\"width\";i:600;s:6:\"height\";i:480;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:{}}}'),(2216,796,'_wp_attached_file','2016/10/Talk-to-us.jpg'),(2217,796,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:22:\"2016/10/Talk-to-us.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Talk-to-us-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"Talk-to-us-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:22:\"Talk-to-us-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:20:\"Talk-to-us-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"Talk-to-us-146x146.jpg\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:20:\"Talk-to-us-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:20:\"Talk-to-us-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:20:\"Talk-to-us-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:20:\"Talk-to-us-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:22:\"Talk-to-us-600x500.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:22:\"Talk-to-us-600x480.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:480;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:{}}}'),(2218,797,'_wp_attached_file','2016/10/Bottom-front-desk.jpg'),(2219,797,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:256;s:6:\"height\";i:256;s:4:\"file\";s:29:\"2016/10/Bottom-front-desk.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Bottom-front-desk-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:29:\"Bottom-front-desk-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:27:\"Bottom-front-desk-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"Bottom-front-desk-146x146.jpg\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:27:\"Bottom-front-desk-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:27:\"Bottom-front-desk-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:27:\"Bottom-front-desk-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:27:\"Bottom-front-desk-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(2220,798,'_wp_attached_file','2016/10/Bottom-Nail-Polish.jpg'),(2221,798,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:352;s:4:\"file\";s:30:\"2016/10/Bottom-Nail-Polish.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Bottom-Nail-Polish-150x150.jpg\";s:5:\"width\";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:\"Bottom-Nail-Polish-300x176.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:176;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"ttshowcase_normal\";a:4:{s:4:\"file\";s:29:\"Bottom-Nail-Polish-125x73.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:73;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"ttshowcase_small\";a:4:{s:4:\"file\";s:28:\"Bottom-Nail-Polish-75x44.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:44;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"Bottom-Nail-Polish-249x146.jpg\";s:5:\"width\";i:249;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:28:\"Bottom-Nail-Polish-50x29.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:29;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:29:\"Bottom-Nail-Polish-128x75.jpg\";s:5:\"width\";i:128;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:28:\"Bottom-Nail-Polish-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:28:\"Bottom-Nail-Polish-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(2222,799,'_wp_attached_file','2016/10/Bottom-outside.jpg'),(2223,799,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1364;s:4:\"file\";s:26:\"2016/10/Bottom-outside.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Bottom-outside-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"Bottom-outside-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"Bottom-outside-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"Bottom-outside-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"ttshowcase_normal\";a:4:{s:4:\"file\";s:25:\"Bottom-outside-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:24:\"Bottom-outside-75x50.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"Bottom-outside-219x146.jpg\";s:5:\"width\";i:219;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:24:\"Bottom-outside-50x33.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:33;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:25:\"Bottom-outside-113x75.jpg\";s:5:\"width\";i:113;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:27:\"Bottom-outside-1630x860.jpg\";s:5:\"width\";i:1630;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:24:\"Bottom-outside-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:24:\"Bottom-outside-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:28:\"Bottom-outside-1280x1000.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:27:\"Bottom-outside-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:27:\"Bottom-outside-768x1200.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:27:\"Bottom-outside-1920x750.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:26:\"Bottom-outside-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:27:\"Bottom-outside-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;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:{}}}'),(2224,800,'_wp_attached_file','2016/10/Bottom-shopping-2-500W.jpg'),(2225,800,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:281;s:4:\"file\";s:34:\"2016/10/Bottom-shopping-2-500W.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"Bottom-shopping-2-500W-150x150.jpg\";s:5:\"width\";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:\"Bottom-shopping-2-500W-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"ttshowcase_normal\";a:4:{s:4:\"file\";s:33:\"Bottom-shopping-2-500W-125x70.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"ttshowcase_small\";a:4:{s:4:\"file\";s:32:\"Bottom-shopping-2-500W-75x42.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:42;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"Bottom-shopping-2-500W-260x146.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:32:\"Bottom-shopping-2-500W-50x28.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:28;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:33:\"Bottom-shopping-2-500W-133x75.jpg\";s:5:\"width\";i:133;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:32:\"Bottom-shopping-2-500W-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:32:\"Bottom-shopping-2-500W-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(2226,801,'_wp_attached_file','2016/10/Bottom-shopping-2.jpg'),(2227,801,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4000;s:6:\"height\";i:2248;s:4:\"file\";s:29:\"2016/10/Bottom-shopping-2.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Bottom-shopping-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"Bottom-shopping-2-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"Bottom-shopping-2-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"Bottom-shopping-2-1024x575.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:575;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"ttshowcase_normal\";a:4:{s:4:\"file\";s:28:\"Bottom-shopping-2-125x70.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"ttshowcase_small\";a:4:{s:4:\"file\";s:27:\"Bottom-shopping-2-75x42.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:42;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"Bottom-shopping-2-260x146.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:27:\"Bottom-shopping-2-50x28.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:28;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:28:\"Bottom-shopping-2-133x75.jpg\";s:5:\"width\";i:133;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:30:\"Bottom-shopping-2-1630x860.jpg\";s:5:\"width\";i:1630;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:27:\"Bottom-shopping-2-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:27:\"Bottom-shopping-2-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:31:\"Bottom-shopping-2-1280x1000.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:30:\"Bottom-shopping-2-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:30:\"Bottom-shopping-2-768x1200.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:30:\"Bottom-shopping-2-1920x750.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:29:\"Bottom-shopping-2-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:30:\"Bottom-shopping-2-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;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:{}}}'),(2228,802,'_wp_attached_file','2016/10/Bottom-shopping.jpg'),(2229,802,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:256;s:6:\"height\";i:256;s:4:\"file\";s:27:\"2016/10/Bottom-shopping.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Bottom-shopping-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:27:\"Bottom-shopping-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:25:\"Bottom-shopping-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"Bottom-shopping-146x146.jpg\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:25:\"Bottom-shopping-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:25:\"Bottom-shopping-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:25:\"Bottom-shopping-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:25:\"Bottom-shopping-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(2230,803,'_wp_attached_file','2016/10/REPLACEMENT.jpg'),(2231,803,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:540;s:6:\"height\";i:250;s:4:\"file\";s:23:\"2016/10/REPLACEMENT.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"REPLACEMENT-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"REPLACEMENT-300x139.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:139;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"ttshowcase_normal\";a:4:{s:4:\"file\";s:22:\"REPLACEMENT-125x58.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:58;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"ttshowcase_small\";a:4:{s:4:\"file\";s:21:\"REPLACEMENT-75x35.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:35;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"REPLACEMENT-260x120.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:21:\"REPLACEMENT-50x23.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:23;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:22:\"REPLACEMENT-150x69.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:69;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:21:\"REPLACEMENT-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:21:\"REPLACEMENT-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(2232,804,'_wp_attached_file','2016/10/Ruths-Nutrition-321.jpg'),(2233,804,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:540;s:6:\"height\";i:250;s:4:\"file\";s:31:\"2016/10/Ruths-Nutrition-321.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Ruths-Nutrition-321-150x150.jpg\";s:5:\"width\";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:\"Ruths-Nutrition-321-300x139.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:139;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"ttshowcase_normal\";a:4:{s:4:\"file\";s:30:\"Ruths-Nutrition-321-125x58.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:58;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"ttshowcase_small\";a:4:{s:4:\"file\";s:29:\"Ruths-Nutrition-321-75x35.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:35;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"Ruths-Nutrition-321-260x120.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:29:\"Ruths-Nutrition-321-50x23.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:23;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:30:\"Ruths-Nutrition-321-150x69.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:69;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:29:\"Ruths-Nutrition-321-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:29:\"Ruths-Nutrition-321-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(2234,805,'_wp_attached_file','2016/10/Ruths-Nutrition-337.jpg'),(2235,805,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:540;s:6:\"height\";i:250;s:4:\"file\";s:31:\"2016/10/Ruths-Nutrition-337.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Ruths-Nutrition-337-150x150.jpg\";s:5:\"width\";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:\"Ruths-Nutrition-337-300x139.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:139;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"ttshowcase_normal\";a:4:{s:4:\"file\";s:30:\"Ruths-Nutrition-337-125x58.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:58;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"ttshowcase_small\";a:4:{s:4:\"file\";s:29:\"Ruths-Nutrition-337-75x35.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:35;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"Ruths-Nutrition-337-260x120.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:29:\"Ruths-Nutrition-337-50x23.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:23;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:30:\"Ruths-Nutrition-337-150x69.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:69;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:29:\"Ruths-Nutrition-337-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:29:\"Ruths-Nutrition-337-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(2239,809,'_wp_attached_file','2016/07/Quote-03.jpg'),(2240,809,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3840;s:6:\"height\";i:1317;s:4:\"file\";s:20:\"2016/07/Quote-03.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Quote-03-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"Quote-03-300x103.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:103;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"Quote-03-768x263.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:263;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"Quote-03-1024x351.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:351;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"ttshowcase_normal\";a:4:{s:4:\"file\";s:19:\"Quote-03-125x43.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:43;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"ttshowcase_small\";a:4:{s:4:\"file\";s:18:\"Quote-03-75x26.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:26;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"Quote-03-260x89.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:89;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:18:\"Quote-03-50x17.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:17;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:19:\"Quote-03-150x51.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:51;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:21:\"Quote-03-1630x860.jpg\";s:5:\"width\";i:1630;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:18:\"Quote-03-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:18:\"Quote-03-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:22:\"Quote-03-1280x1000.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:21:\"Quote-03-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:21:\"Quote-03-768x1200.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:21:\"Quote-03-1920x750.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:20:\"Quote-03-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:21:\"Quote-03-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;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:{}}}'),(2241,811,'_wp_attached_file','2016/10/writing.jpeg'),(2242,811,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:20:\"2016/10/writing.jpeg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"writing-150x150.jpeg\";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:20:\"writing-125x125.jpeg\";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:\"writing-75x75.jpeg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"writing-146x146.jpeg\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:18:\"writing-50x50.jpeg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:18:\"writing-75x75.jpeg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:18:\"writing-85x85.jpeg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:18:\"writing-80x80.jpeg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(2243,813,'_wp_attached_file','2016/07/wellness-beauty.jpg'),(2244,813,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1460;s:6:\"height\";i:984;s:4:\"file\";s:27:\"2016/07/wellness-beauty.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"wellness-beauty-150x150.jpg\";s:5:\"width\";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:\"wellness-beauty-300x202.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"wellness-beauty-768x518.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:518;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"wellness-beauty-1024x690.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:690;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"ttshowcase_normal\";a:4:{s:4:\"file\";s:26:\"wellness-beauty-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:25:\"wellness-beauty-75x51.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:51;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"wellness-beauty-217x146.jpg\";s:5:\"width\";i:217;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:25:\"wellness-beauty-50x34.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:34;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:26:\"wellness-beauty-111x75.jpg\";s:5:\"width\";i:111;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:28:\"wellness-beauty-1460x860.jpg\";s:5:\"width\";i:1460;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:25:\"wellness-beauty-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:25:\"wellness-beauty-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:28:\"wellness-beauty-1280x984.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:984;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:28:\"wellness-beauty-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:27:\"wellness-beauty-768x984.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:984;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:28:\"wellness-beauty-1460x750.jpg\";s:5:\"width\";i:1460;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:27:\"wellness-beauty-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:28:\"wellness-beauty-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;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:{}}}'),(2245,814,'_wp_attached_file','2016/07/bio-energetics-testing.jpg'),(2246,814,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:285;s:6:\"height\";i:285;s:4:\"file\";s:34:\"2016/07/bio-energetics-testing.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"bio-energetics-testing-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:34:\"bio-energetics-testing-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:32:\"bio-energetics-testing-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"bio-energetics-testing-146x146.jpg\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:32:\"bio-energetics-testing-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:32:\"bio-energetics-testing-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:32:\"bio-energetics-testing-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:32:\"bio-energetics-testing-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(2247,815,'_wp_attached_file','2016/07/auricular.jpg'),(2248,815,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:21:\"2016/07/auricular.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"auricular-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"auricular-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:21:\"auricular-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:19:\"auricular-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"auricular-146x146.jpg\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:19:\"auricular-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:19:\"auricular-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:19:\"auricular-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:19:\"auricular-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:21:\"auricular-600x500.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:21:\"auricular-600x480.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:480;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:{}}}'),(2249,816,'_wp_attached_file','2016/07/reflexology-feet_grande.jpg'),(2250,816,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:35:\"2016/07/reflexology-feet_grande.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"reflexology-feet_grande-150x150.jpg\";s:5:\"width\";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:\"reflexology-feet_grande-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:35:\"reflexology-feet_grande-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:33:\"reflexology-feet_grande-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"reflexology-feet_grande-146x146.jpg\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:33:\"reflexology-feet_grande-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:33:\"reflexology-feet_grande-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:33:\"reflexology-feet_grande-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:33:\"reflexology-feet_grande-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:35:\"reflexology-feet_grande-600x500.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:35:\"reflexology-feet_grande-600x480.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:480;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:71:\"@ Colorshots Consulting Pvt. Ltd. - Do not copy under any circumstances\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2251,818,'_wp_attached_file','2016/07/Wellness_01_0-RESIZED-1240W-CROPPED.jpg'),(2252,818,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1240;s:6:\"height\";i:567;s:4:\"file\";s:47:\"2016/07/Wellness_01_0-RESIZED-1240W-CROPPED.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"Wellness_01_0-RESIZED-1240W-CROPPED-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:47:\"Wellness_01_0-RESIZED-1240W-CROPPED-300x137.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:47:\"Wellness_01_0-RESIZED-1240W-CROPPED-768x351.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:351;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:48:\"Wellness_01_0-RESIZED-1240W-CROPPED-1024x468.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:468;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"ttshowcase_normal\";a:4:{s:4:\"file\";s:46:\"Wellness_01_0-RESIZED-1240W-CROPPED-125x57.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:57;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"ttshowcase_small\";a:4:{s:4:\"file\";s:45:\"Wellness_01_0-RESIZED-1240W-CROPPED-75x34.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:34;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:47:\"Wellness_01_0-RESIZED-1240W-CROPPED-260x119.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:119;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:45:\"Wellness_01_0-RESIZED-1240W-CROPPED-50x23.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:23;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:46:\"Wellness_01_0-RESIZED-1240W-CROPPED-150x69.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:69;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:45:\"Wellness_01_0-RESIZED-1240W-CROPPED-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:45:\"Wellness_01_0-RESIZED-1240W-CROPPED-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:48:\"Wellness_01_0-RESIZED-1240W-CROPPED-1240x500.jpg\";s:5:\"width\";i:1240;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:47:\"Wellness_01_0-RESIZED-1240W-CROPPED-768x567.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:567;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:47:\"Wellness_01_0-RESIZED-1240W-CROPPED-960x567.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:567;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:48:\"Wellness_01_0-RESIZED-1240W-CROPPED-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;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:10:\"1471984489\";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:{}}}'),(2253,819,'_wp_attached_file','2016/07/asyra-2.jpg'),(2254,819,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:19:\"2016/07/asyra-2.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"asyra-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"asyra-2-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:19:\"asyra-2-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:17:\"asyra-2-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"asyra-2-146x146.jpg\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:17:\"asyra-2-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:17:\"asyra-2-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:17:\"asyra-2-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:17:\"asyra-2-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:19:\"asyra-2-600x500.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:19:\"asyra-2-600x480.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:480;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:{}}}'),(2255,821,'_wp_attached_file','2016/08/Blog-header-02-CROPPED.jpg'),(2256,821,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:470;s:4:\"file\";s:34:\"2016/08/Blog-header-02-CROPPED.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"Blog-header-02-CROPPED-150x150.jpg\";s:5:\"width\";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:\"Blog-header-02-CROPPED-300x88.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:88;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"Blog-header-02-CROPPED-768x226.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:226;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"Blog-header-02-CROPPED-1024x301.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:301;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"ttshowcase_normal\";a:4:{s:4:\"file\";s:33:\"Blog-header-02-CROPPED-125x37.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:37;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"ttshowcase_small\";a:4:{s:4:\"file\";s:32:\"Blog-header-02-CROPPED-75x22.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:22;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"Blog-header-02-CROPPED-260x76.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:32:\"Blog-header-02-CROPPED-50x15.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:15;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:33:\"Blog-header-02-CROPPED-150x44.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:44;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:32:\"Blog-header-02-CROPPED-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:32:\"Blog-header-02-CROPPED-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:35:\"Blog-header-02-CROPPED-1280x470.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:35:\"Blog-header-02-CROPPED-1280x470.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:34:\"Blog-header-02-CROPPED-768x470.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:34:\"Blog-header-02-CROPPED-960x470.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:35:\"Blog-header-02-CROPPED-1200x470.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2258,825,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2259,825,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2260,825,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2261,825,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2262,825,'slide_template','default'),(2263,825,'eg_sources_html5_mp4',''),(2264,825,'eg_sources_html5_ogv',''),(2265,825,'eg_sources_html5_webm',''),(2266,825,'eg_sources_youtube',''),(2267,825,'eg_sources_vimeo',''),(2268,825,'eg_sources_wistia',''),(2269,825,'eg_sources_image',''),(2270,825,'eg_sources_iframe',''),(2271,825,'eg_sources_soundcloud',''),(2272,825,'eg_vimeo_ratio','0'),(2273,825,'eg_youtube_ratio','0'),(2274,825,'eg_wistia_ratio','0'),(2275,825,'eg_html5_ratio','0'),(2276,825,'eg_soundcloud_ratio','0'),(2277,825,'eg_settings_custom_meta_skin',''),(2278,825,'eg_settings_custom_meta_element',''),(2279,825,'eg_settings_custom_meta_setting',''),(2280,825,'eg_settings_custom_meta_style',''),(2281,825,'mfn-post-hide-content','0'),(2282,825,'mfn-post-slider','0'),(2283,825,'mfn-post-slider-layer','0'),(2284,825,'mfn-post-hide-title','1'),(2285,825,'mfn-post-remove-padding','0'),(2286,825,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(2287,825,'mfn-post-hide-image','1'),(2288,825,'_wpb_vc_js_status','true'),(2290,825,'_thumbnail_id','827'),(2291,825,'mfn-post-love','0'),(2292,825,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(2293,825,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(2294,825,'_wp_old_slug','blog-title-03'),(2295,825,'_dp_original','152'),(2296,825,'_edit_lock','1479749428:2'),(2297,825,'_edit_last','2'),(2298,827,'_wp_attached_file','2016/10/enough.jpg'),(2299,827,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:462;s:6:\"height\";i:640;s:4:\"file\";s:18:\"2016/10/enough.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"enough-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"enough-217x300.jpg\";s:5:\"width\";i:217;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"ttshowcase_normal\";a:4:{s:4:\"file\";s:17:\"enough-90x125.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"ttshowcase_small\";a:4:{s:4:\"file\";s:16:\"enough-54x75.jpg\";s:5:\"width\";i:54;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"enough-105x146.jpg\";s:5:\"width\";i:105;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:16:\"enough-36x50.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:16:\"enough-54x75.jpg\";s:5:\"width\";i:54;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:16:\"enough-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:16:\"enough-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:18:\"enough-462x500.jpg\";s:5:\"width\";i:462;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:18:\"enough-462x480.jpg\";s:5:\"width\";i:462;s:6:\"height\";i:480;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:{}}}'),(2353,833,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2354,833,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2355,833,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2356,833,'slide_template','default'),(2357,833,'eg_sources_html5_mp4',''),(2358,833,'eg_sources_html5_ogv',''),(2359,833,'eg_sources_html5_webm',''),(2360,833,'eg_sources_youtube',''),(2361,833,'eg_sources_vimeo',''),(2362,833,'eg_sources_wistia',''),(2363,833,'eg_sources_image',''),(2364,833,'eg_sources_iframe',''),(2365,833,'eg_sources_soundcloud',''),(2366,833,'eg_vimeo_ratio','0'),(2367,833,'eg_youtube_ratio','0'),(2368,833,'eg_wistia_ratio','0'),(2369,833,'eg_html5_ratio','0'),(2370,833,'eg_soundcloud_ratio','0'),(2371,833,'eg_settings_custom_meta_skin',''),(2372,833,'eg_settings_custom_meta_element',''),(2373,833,'eg_settings_custom_meta_setting',''),(2374,833,'eg_settings_custom_meta_style',''),(2375,833,'mfn-post-hide-content','0'),(2376,833,'mfn-post-slider','0'),(2377,833,'mfn-post-slider-layer','0'),(2378,833,'mfn-post-hide-title','1'),(2379,833,'mfn-post-remove-padding','0'),(2380,833,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(2381,833,'mfn-post-hide-image','1'),(2382,833,'_wpb_vc_js_status','true'),(2384,833,'_thumbnail_id','834'),(2385,833,'mfn-post-layout','no-sidebar'),(2386,833,'mfn-post-love','0'),(2387,833,'_wp_old_slug','blog-title-02'),(2388,833,'_dp_original','150'),(2389,833,'_edit_lock','1476723413:2'),(2390,833,'_edit_last','2'),(2391,834,'_wp_attached_file','2016/10/ilovesale.jpg'),(2392,834,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:603;s:6:\"height\";i:603;s:4:\"file\";s:21:\"2016/10/ilovesale.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"ilovesale-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"ilovesale-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:21:\"ilovesale-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:19:\"ilovesale-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"ilovesale-146x146.jpg\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:19:\"ilovesale-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:19:\"ilovesale-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:19:\"ilovesale-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:19:\"ilovesale-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:21:\"ilovesale-603x500.jpg\";s:5:\"width\";i:603;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:21:\"ilovesale-603x480.jpg\";s:5:\"width\";i:603;s:6:\"height\";i:480;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:{}}}'),(2393,838,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2394,838,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2395,838,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2396,838,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2397,838,'slide_template','default'),(2398,838,'eg_sources_html5_mp4',''),(2399,838,'eg_sources_html5_ogv',''),(2400,838,'eg_sources_html5_webm',''),(2401,838,'eg_sources_youtube',''),(2402,838,'eg_sources_vimeo',''),(2403,838,'eg_sources_wistia',''),(2404,838,'eg_sources_image',''),(2405,838,'eg_sources_iframe',''),(2406,838,'eg_sources_soundcloud',''),(2407,838,'eg_vimeo_ratio','0'),(2408,838,'eg_youtube_ratio','0'),(2409,838,'eg_wistia_ratio','0'),(2410,838,'eg_html5_ratio','0'),(2411,838,'eg_soundcloud_ratio','0'),(2412,838,'eg_settings_custom_meta_skin',''),(2413,838,'eg_settings_custom_meta_element',''),(2414,838,'eg_settings_custom_meta_setting',''),(2415,838,'eg_settings_custom_meta_style',''),(2416,838,'mfn-post-hide-content','0'),(2417,838,'mfn-post-slider','0'),(2418,838,'mfn-post-slider-layer','0'),(2419,838,'mfn-post-hide-title','1'),(2420,838,'mfn-post-remove-padding','0'),(2421,838,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(2422,838,'mfn-post-hide-image','1'),(2423,838,'_wpb_vc_js_status','true'),(2425,838,'_thumbnail_id','839'),(2426,838,'mfn-post-love','0'),(2427,838,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(2428,838,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(2429,838,'_wp_old_slug','blog-title-03'),(2430,838,'_dp_original','152'),(2431,838,'_edit_lock','1477499129:2'),(2432,838,'_edit_last','2'),(2433,839,'_wp_attached_file','2016/10/protein-powders.jpg'),(2434,839,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:27:\"2016/10/protein-powders.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"protein-powders-150x150.jpg\";s:5:\"width\";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:\"protein-powders-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:27:\"protein-powders-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:25:\"protein-powders-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"protein-powders-146x146.jpg\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:25:\"protein-powders-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:25:\"protein-powders-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:25:\"protein-powders-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:25:\"protein-powders-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:27:\"protein-powders-600x500.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:27:\"protein-powders-600x480.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:480;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:{}}}'),(2439,844,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2440,844,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2441,844,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2442,844,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2443,844,'slide_template','default'),(2444,844,'eg_sources_html5_mp4',''),(2445,844,'eg_sources_html5_ogv',''),(2446,844,'eg_sources_html5_webm',''),(2447,844,'eg_sources_youtube',''),(2448,844,'eg_sources_vimeo',''),(2449,844,'eg_sources_wistia',''),(2450,844,'eg_sources_image',''),(2451,844,'eg_sources_iframe',''),(2452,844,'eg_sources_soundcloud',''),(2453,844,'eg_vimeo_ratio','0'),(2454,844,'eg_youtube_ratio','0'),(2455,844,'eg_wistia_ratio','0'),(2456,844,'eg_html5_ratio','0'),(2457,844,'eg_soundcloud_ratio','0'),(2458,844,'eg_settings_custom_meta_skin',''),(2459,844,'eg_settings_custom_meta_element',''),(2460,844,'eg_settings_custom_meta_setting',''),(2461,844,'eg_settings_custom_meta_style',''),(2462,844,'mfn-post-hide-content','0'),(2463,844,'mfn-post-slider','0'),(2464,844,'mfn-post-slider-layer','0'),(2465,844,'mfn-post-hide-title','1'),(2466,844,'mfn-post-remove-padding','0'),(2467,844,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(2468,844,'mfn-post-hide-image','1'),(2469,844,'_wpb_vc_js_status','true'),(2470,844,'_thumbnail_id','846'),(2471,844,'mfn-post-layout','no-sidebar'),(2472,844,'mfn-post-love','0'),(2473,844,'_wp_old_slug','blog-title-02'),(2475,844,'_dp_original','833'),(2476,844,'_edit_lock','1480355188:2'),(2477,844,'_edit_last','2'),(2480,846,'_wp_attached_file','2016/11/polish-480X480.jpg'),(2481,846,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:480;s:6:\"height\";i:480;s:4:\"file\";s:26:\"2016/11/polish-480X480.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"polish-480X480-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"polish-480X480-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:26:\"polish-480X480-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:24:\"polish-480X480-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"polish-480X480-146x146.jpg\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:24:\"polish-480X480-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:24:\"polish-480X480-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:24:\"polish-480X480-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:24:\"polish-480X480-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:26:\"polish-480X480-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;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:{}}}'),(2488,851,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2489,851,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2490,851,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2491,851,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2492,851,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2493,851,'slide_template','default'),(2494,851,'eg_sources_html5_mp4',''),(2495,851,'eg_sources_html5_ogv',''),(2496,851,'eg_sources_html5_webm',''),(2497,851,'eg_sources_youtube',''),(2498,851,'eg_sources_vimeo',''),(2499,851,'eg_sources_wistia',''),(2500,851,'eg_sources_image',''),(2501,851,'eg_sources_iframe',''),(2502,851,'eg_sources_soundcloud',''),(2503,851,'eg_vimeo_ratio','0'),(2504,851,'eg_youtube_ratio','0'),(2505,851,'eg_wistia_ratio','0'),(2506,851,'eg_html5_ratio','0'),(2507,851,'eg_soundcloud_ratio','0'),(2508,851,'eg_settings_custom_meta_skin',''),(2509,851,'eg_settings_custom_meta_element',''),(2510,851,'eg_settings_custom_meta_setting',''),(2511,851,'eg_settings_custom_meta_style',''),(2512,851,'mfn-post-hide-content','0'),(2513,851,'mfn-post-slider','0'),(2514,851,'mfn-post-slider-layer','0'),(2515,851,'mfn-post-hide-title','1'),(2516,851,'mfn-post-remove-padding','0'),(2517,851,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(2518,851,'mfn-post-hide-image','1'),(2519,851,'_wpb_vc_js_status','true'),(2520,851,'_thumbnail_id','852'),(2521,851,'mfn-post-love','0'),(2522,851,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(2523,851,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(2524,851,'_wp_old_slug','blog-title-03'),(2526,851,'_dp_original','838'),(2527,852,'_wp_attached_file','2016/10/Happy-Thanksgiving.jpg'),(2528,852,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:604;s:6:\"height\";i:604;s:4:\"file\";s:30:\"2016/10/Happy-Thanksgiving.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Happy-Thanksgiving-150x150.jpg\";s:5:\"width\";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:\"Happy-Thanksgiving-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:30:\"Happy-Thanksgiving-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:28:\"Happy-Thanksgiving-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"Happy-Thanksgiving-146x146.jpg\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:28:\"Happy-Thanksgiving-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:28:\"Happy-Thanksgiving-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:28:\"Happy-Thanksgiving-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:28:\"Happy-Thanksgiving-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:30:\"Happy-Thanksgiving-604x500.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:30:\"Happy-Thanksgiving-604x480.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:480;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:{}}}'),(2529,851,'_edit_lock','1479751576:2'),(2530,851,'_edit_last','2'),(2538,851,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(2541,856,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2542,856,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2543,856,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2544,856,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2545,856,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2546,856,'slide_template','default'),(2547,856,'eg_sources_html5_mp4',''),(2548,856,'eg_sources_html5_ogv',''),(2549,856,'eg_sources_html5_webm',''),(2550,856,'eg_sources_youtube',''),(2551,856,'eg_sources_vimeo',''),(2552,856,'eg_sources_wistia',''),(2553,856,'eg_sources_image',''),(2554,856,'eg_sources_iframe',''),(2555,856,'eg_sources_soundcloud',''),(2556,856,'eg_vimeo_ratio','0'),(2557,856,'eg_youtube_ratio','0'),(2558,856,'eg_wistia_ratio','0'),(2559,856,'eg_html5_ratio','0'),(2560,856,'eg_soundcloud_ratio','0'),(2561,856,'eg_settings_custom_meta_skin',''),(2562,856,'eg_settings_custom_meta_element',''),(2563,856,'eg_settings_custom_meta_setting',''),(2564,856,'eg_settings_custom_meta_style',''),(2565,856,'mfn-post-hide-content','0'),(2566,856,'mfn-post-slider','0'),(2567,856,'mfn-post-slider-layer','0'),(2568,856,'mfn-post-hide-title','1'),(2569,856,'mfn-post-remove-padding','0'),(2570,856,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(2571,856,'mfn-post-hide-image','1'),(2572,856,'_wpb_vc_js_status','true'),(2573,856,'_thumbnail_id','846'),(2574,856,'mfn-post-layout','no-sidebar'),(2575,856,'mfn-post-love','0'),(2576,856,'_wp_old_slug','blog-title-02'),(2578,856,'_dp_original','844'),(2579,856,'_edit_lock','1480365896:2'),(2580,856,'_edit_last','2'),(2582,858,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2583,858,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2584,858,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2585,858,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2586,858,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2587,858,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2588,858,'slide_template','default'),(2589,858,'eg_sources_html5_mp4',''),(2590,858,'eg_sources_html5_ogv',''),(2591,858,'eg_sources_html5_webm',''),(2592,858,'eg_sources_youtube',''),(2593,858,'eg_sources_vimeo',''),(2594,858,'eg_sources_wistia',''),(2595,858,'eg_sources_image',''),(2596,858,'eg_sources_iframe',''),(2597,858,'eg_sources_soundcloud',''),(2598,858,'eg_vimeo_ratio','0'),(2599,858,'eg_youtube_ratio','0'),(2600,858,'eg_wistia_ratio','0'),(2601,858,'eg_html5_ratio','0'),(2602,858,'eg_soundcloud_ratio','0'),(2603,858,'eg_settings_custom_meta_skin',''),(2604,858,'eg_settings_custom_meta_element',''),(2605,858,'eg_settings_custom_meta_setting',''),(2606,858,'eg_settings_custom_meta_style',''),(2607,858,'mfn-post-hide-content','0'),(2608,858,'mfn-post-slider','0'),(2609,858,'mfn-post-slider-layer','0'),(2610,858,'mfn-post-hide-title','1'),(2611,858,'mfn-post-remove-padding','0'),(2612,858,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(2613,858,'mfn-post-hide-image','1'),(2614,858,'_wpb_vc_js_status','true'),(2615,858,'_thumbnail_id','859'),(2616,858,'mfn-post-love','0'),(2617,858,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(2618,858,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(2619,858,'_wp_old_slug','blog-title-03'),(2620,858,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(2622,858,'_dp_original','851'),(2623,858,'_edit_lock','1483483854:2'),(2624,858,'_edit_last','2'),(2625,859,'_wp_attached_file','2016/11/Elderberry-Immune-Boosters-Head-602X602.jpg'),(2626,859,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:602;s:6:\"height\";i:602;s:4:\"file\";s:51:\"2016/11/Elderberry-Immune-Boosters-Head-602X602.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:51:\"Elderberry-Immune-Boosters-Head-602X602-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:51:\"Elderberry-Immune-Boosters-Head-602X602-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:51:\"Elderberry-Immune-Boosters-Head-602X602-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:49:\"Elderberry-Immune-Boosters-Head-602X602-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:51:\"Elderberry-Immune-Boosters-Head-602X602-146x146.jpg\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:49:\"Elderberry-Immune-Boosters-Head-602X602-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:49:\"Elderberry-Immune-Boosters-Head-602X602-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:49:\"Elderberry-Immune-Boosters-Head-602X602-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:49:\"Elderberry-Immune-Boosters-Head-602X602-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:51:\"Elderberry-Immune-Boosters-Head-602X602-602x500.jpg\";s:5:\"width\";i:602;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:51:\"Elderberry-Immune-Boosters-Head-602X602-602x480.jpg\";s:5:\"width\";i:602;s:6:\"height\";i:480;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:{}}}'),(2631,865,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2632,865,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2633,865,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2634,865,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2635,865,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2636,865,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2637,865,'slide_template','default'),(2638,865,'eg_sources_html5_mp4',''),(2639,865,'eg_sources_html5_ogv',''),(2640,865,'eg_sources_html5_webm',''),(2641,865,'eg_sources_youtube',''),(2642,865,'eg_sources_vimeo',''),(2643,865,'eg_sources_wistia',''),(2644,865,'eg_sources_image',''),(2645,865,'eg_sources_iframe',''),(2646,865,'eg_sources_soundcloud',''),(2647,865,'eg_vimeo_ratio','0'),(2648,865,'eg_youtube_ratio','0'),(2649,865,'eg_wistia_ratio','0'),(2650,865,'eg_html5_ratio','0'),(2651,865,'eg_soundcloud_ratio','0'),(2652,865,'eg_settings_custom_meta_skin',''),(2653,865,'eg_settings_custom_meta_element',''),(2654,865,'eg_settings_custom_meta_setting',''),(2655,865,'eg_settings_custom_meta_style',''),(2656,865,'mfn-post-hide-content','0'),(2657,865,'mfn-post-slider','0'),(2658,865,'mfn-post-slider-layer','0'),(2659,865,'mfn-post-hide-title','1'),(2660,865,'mfn-post-remove-padding','0'),(2661,865,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(2662,865,'mfn-post-hide-image','1'),(2663,865,'_wpb_vc_js_status','true'),(2664,865,'_thumbnail_id','866'),(2665,865,'mfn-post-layout','no-sidebar'),(2666,865,'mfn-post-love','0'),(2667,865,'_wp_old_slug','blog-title-02'),(2669,865,'_dp_original','856'),(2670,865,'_edit_lock','1483484241:2'),(2671,865,'_edit_last','2'),(2672,866,'_wp_attached_file','2016/11/Holiday-Stress-600-X600.jpg'),(2673,866,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:35:\"2016/11/Holiday-Stress-600-X600.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"Holiday-Stress-600-X600-150x150.jpg\";s:5:\"width\";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:\"Holiday-Stress-600-X600-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:35:\"Holiday-Stress-600-X600-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:33:\"Holiday-Stress-600-X600-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"Holiday-Stress-600-X600-146x146.jpg\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:33:\"Holiday-Stress-600-X600-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:33:\"Holiday-Stress-600-X600-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:33:\"Holiday-Stress-600-X600-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:33:\"Holiday-Stress-600-X600-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:35:\"Holiday-Stress-600-X600-600x500.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:35:\"Holiday-Stress-600-X600-600x480.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:480;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:{}}}'),(2675,101,'mfn-post-sidebar','0'),(2676,101,'mfn-post-sidebar2','0'),(2677,872,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2678,872,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2679,872,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2680,872,'_wp_page_template','default'),(2681,872,'_wp_page_template','default'),(2682,872,'slide_template','default'),(2683,872,'slide_template','default'),(2684,872,'mfn-post-hide-content','0'),(2685,872,'mfn-post-hide-content','0'),(2686,872,'mfn-post-slider','0'),(2687,872,'mfn-post-slider','0'),(2688,872,'mfn-post-slider-layer','0'),(2689,872,'mfn-post-slider-layer','0'),(2690,872,'mfn-post-hide-title','0'),(2691,872,'mfn-post-hide-title','0'),(2692,872,'mfn-post-remove-padding','1'),(2693,872,'mfn-post-remove-padding','1'),(2694,872,'mfn-post-custom-layout','0'),(2695,872,'mfn-post-custom-layout','0'),(2696,872,'mfn-post-one-page','0'),(2697,872,'mfn-post-one-page','0'),(2698,872,'mfn-post-menu','0'),(2699,872,'mfn-post-menu','0'),(2700,872,'mfn-page-items-seo','Our Health Blog\n\nYour Information Station\n\nline\n\n4\n\ntimeline\n\n2\n\nQuestions? Contact us\n\n<p style=\"text-align: right; font-size: 20px; font-weight: 600;\"><span style=\"color: #ffffff;\">Questions?</span> <a style=\"font-size: 20px; font-weight: 600;\" href=\"http://74.124.197.205/~ruthsnut/contact\">Contact us!<i class=\"icon icon-right-circled\" style=\"margin-right: 7px;\"></i></a></p>\n\nno-repeat;center top;;\n\n0px 5% 0px 0px\n\n'),(2701,872,'mfn-page-items-seo','Our Health Blog\n\nYour Information Station\n\nline\n\n4\n\ntimeline\n\n2\n\nQuestions? Contact us\n\n<p style=\"text-align: right; font-size: 20px; font-weight: 600;\"><span style=\"color: #ffffff;\">Questions?</span> <a style=\"font-size: 20px; font-weight: 600;\" href=\"http://74.124.197.205/~ruthsnut/contact\">Contact us!<i class=\"icon icon-right-circled\" style=\"margin-right: 7px;\"></i></a></p>\n\nno-repeat;center top;;\n\n0px 5% 0px 0px\n\n'),(2703,872,'eg_sources_html5_mp4',''),(2704,872,'eg_sources_html5_ogv',''),(2705,872,'eg_sources_html5_webm',''),(2706,872,'eg_sources_youtube',''),(2707,872,'eg_sources_vimeo',''),(2708,872,'eg_sources_wistia',''),(2709,872,'eg_sources_image',''),(2710,872,'eg_sources_iframe',''),(2711,872,'eg_sources_soundcloud',''),(2712,872,'eg_vimeo_ratio','0'),(2713,872,'eg_youtube_ratio','0'),(2714,872,'eg_wistia_ratio','0'),(2715,872,'eg_html5_ratio','0'),(2716,872,'eg_soundcloud_ratio','0'),(2717,872,'eg_settings_custom_meta_skin',''),(2718,872,'eg_settings_custom_meta_element',''),(2719,872,'eg_settings_custom_meta_setting',''),(2720,872,'eg_settings_custom_meta_style',''),(2721,872,'_wpb_vc_js_status','true'),(2722,872,'mfn-post-layout','no-sidebar'),(2723,872,'mfn-post-subheader-image','http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/Wellness_01_0-RESIZED-1240W-CROPPED.jpg'),(2725,872,'mfn-post-sidebar','0'),(2726,872,'mfn-post-sidebar2','0'),(2727,872,'_dp_original','101'),(2728,872,'_edit_lock','1582748486:2'),(2729,872,'_edit_last','1'),(2730,872,'mfn-page-items','YTozOntpOjA7YToyOntzOjQ6ImF0dHIiO2E6MTc6e3M6NToidGl0bGUiO3M6MDoiIjtzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjEyOiJiZ192aWRlb19tcDQiO3M6MDoiIjtzOjEyOiJiZ192aWRlb19vZ3YiO3M6MDoiIjtzOjExOiJwYWRkaW5nX3RvcCI7czoyOiI0MCI7czoxNDoicGFkZGluZ19ib3R0b20iO3M6MToiMCI7czo3OiJkaXZpZGVyIjtzOjA6IiI7czo5OiJkZWNvcl90b3AiO3M6MDoiIjtzOjEyOiJkZWNvcl9ib3R0b20iO3M6MDoiIjtzOjEwOiJuYXZpZ2F0aW9uIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO3M6NToiY2xhc3MiO3M6MDoiIjtzOjEwOiJzZWN0aW9uX2lkIjtzOjA6IiI7czoxMDoidmlzaWJpbGl0eSI7czowOiIiO3M6NDoiaGlkZSI7czowOiIiO31zOjU6IndyYXBzIjthOjE6e2k6MDthOjM6e3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NToiaXRlbXMiO2E6MTp7aTowO2E6Mzp7czo0OiJ0eXBlIjtzOjEzOiJmYW5jeV9oZWFkaW5nIjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjY6ImZpZWxkcyI7YTo4OntzOjU6InRpdGxlIjtzOjE2OiJPdXIgSGVhbHRoIEJsb2cgIjtzOjI6ImgxIjtzOjE6IjAiO3M6NDoiaWNvbiI7czowOiIiO3M6Njoic2xvZ2FuIjtzOjI0OiJZb3VyIEluZm9ybWF0aW9uIFN0YXRpb24iO3M6NzoiY29udGVudCI7czowOiIiO3M6NToic3R5bGUiO3M6NDoibGluZSI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7fX19czo0OiJhdHRyIjthOjg6e3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoibW92ZV91cCI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6MTM6ImNvbHVtbl9tYXJnaW4iO3M6MDoiIjtzOjE0OiJ2ZXJ0aWNhbF9hbGlnbiI7czozOiJ0b3AiO3M6NToiY2xhc3MiO3M6MDoiIjt9fX19aToxO2E6Mjp7czo0OiJhdHRyIjthOjE3OntzOjU6InRpdGxlIjtzOjA6IiI7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czoxMjoiYmdfdmlkZW9fbXA0IjtzOjA6IiI7czoxMjoiYmdfdmlkZW9fb2d2IjtzOjA6IiI7czoxMToicGFkZGluZ190b3AiO3M6MjoiNDAiO3M6MTQ6InBhZGRpbmdfYm90dG9tIjtzOjE6IjAiO3M6NzoiZGl2aWRlciI7czowOiIiO3M6OToiZGVjb3JfdG9wIjtzOjA6IiI7czoxMjoiZGVjb3JfYm90dG9tIjtzOjA6IiI7czoxMDoibmF2aWdhdGlvbiI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjtzOjU6ImNsYXNzIjtzOjA6IiI7czoxMDoic2VjdGlvbl9pZCI7czowOiIiO3M6MTA6InZpc2liaWxpdHkiO3M6MDoiIjtzOjQ6ImhpZGUiO3M6MDoiIjt9czo1OiJ3cmFwcyI7YToxOntpOjA7YTozOntzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjU6Iml0ZW1zIjthOjE6e2k6MDthOjM6e3M6NDoidHlwZSI7czo0OiJibG9nIjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjY6ImZpZWxkcyI7YToxMzp7czo1OiJjb3VudCI7czoxOiI0IjtzOjU6InN0eWxlIjtzOjg6InRpbWVsaW5lIjtzOjc6ImNvbHVtbnMiO3M6MToiMiI7czo4OiJjYXRlZ29yeSI7czowOiIiO3M6MTQ6ImNhdGVnb3J5X211bHRpIjtzOjA6IiI7czoxMDoiZXhjbHVkZV9pZCI7czowOiIiO3M6NDoibW9yZSI7czoxOiIxIjtzOjc6ImZpbHRlcnMiO3M6MToiMCI7czoxMDoicGFnaW5hdGlvbiI7czoxOiIwIjtzOjk6ImxvYWRfbW9yZSI7czoxOiIwIjtzOjk6ImdyZXlzY2FsZSI7czoxOiIwIjtzOjY6Im1hcmdpbiI7czoxOiIwIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjt9fX1zOjQ6ImF0dHIiO2E6ODp7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJtb3ZlX3VwIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czoxMzoiY29sdW1uX21hcmdpbiI7czowOiIiO3M6MTQ6InZlcnRpY2FsX2FsaWduIjtzOjM6InRvcCI7czo1OiJjbGFzcyI7czowOiIiO319fX1pOjI7YToyOntzOjQ6ImF0dHIiO2E6MTc6e3M6NToidGl0bGUiO3M6MzU6IkNhbGwgdG8gQWN0aW9uIC0gIzI3MDYzOSBiYWNrZ3JvdW5kIjtzOjg6ImJnX2NvbG9yIjtzOjc6IiMyNzA2MzkiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czoxMjoiYmdfdmlkZW9fbXA0IjtzOjA6IiI7czoxMjoiYmdfdmlkZW9fb2d2IjtzOjA6IiI7czoxMToicGFkZGluZ190b3AiO3M6MjoiNDAiO3M6MTQ6InBhZGRpbmdfYm90dG9tIjtzOjI6IjIwIjtzOjc6ImRpdmlkZXIiO3M6MDoiIjtzOjk6ImRlY29yX3RvcCI7czowOiIiO3M6MTI6ImRlY29yX2JvdHRvbSI7czowOiIiO3M6MTA6Im5hdmlnYXRpb24iO3M6MDoiIjtzOjU6InN0eWxlIjtzOjEwOiJmdWxsLXdpZHRoIjtzOjU6ImNsYXNzIjtzOjA6IiI7czoxMDoic2VjdGlvbl9pZCI7czowOiIiO3M6MTA6InZpc2liaWxpdHkiO3M6MDoiIjtzOjQ6ImhpZGUiO3M6MDoiIjt9czo1OiJ3cmFwcyI7YToxOntpOjA7YTozOntzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjU6Iml0ZW1zIjthOjE6e2k6MDthOjM6e3M6NDoidHlwZSI7czo2OiJjb2x1bW4iO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NjoiZmllbGRzIjthOjExOntzOjU6InRpdGxlIjtzOjIxOiJRdWVzdGlvbnM/IENvbnRhY3QgdXMiO3M6NzoiY29udGVudCI7czoyOTU6IjxwIHN0eWxlPSJ0ZXh0LWFsaWduOiByaWdodDsgZm9udC1zaXplOiAyMHB4OyBmb250LXdlaWdodDogNjAwOyI+PHNwYW4gc3R5bGU9ImNvbG9yOiAjZmZmZmZmOyI+UXVlc3Rpb25zPzwvc3Bhbj4gPGEgc3R5bGU9ImZvbnQtc2l6ZTogMjBweDsgZm9udC13ZWlnaHQ6IDYwMDsiIGhyZWY9Imh0dHBzOi8vcnV0aHNudXRyaXRpb24uZ3NnLWhvc3QuY29tL2NvbnRhY3QiPkNvbnRhY3QgdXMhPGkgY2xhc3M9Imljb24gaWNvbi1yaWdodC1jaXJjbGVkIiBzdHlsZT0ibWFyZ2luLXJpZ2h0OiA3cHg7Ij48L2k+PC9hPjwvcD4iO3M6NToiYWxpZ24iO3M6MDoiIjtzOjk6ImNvbHVtbl9iZyI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czoxMzoibWFyZ2luX2JvdHRvbSI7czowOiIiO3M6NzoicGFkZGluZyI7czoxNDoiMHB4IDUlIDBweCAwcHgiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjt9fX1zOjQ6ImF0dHIiO2E6ODp7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czo3OiJtb3ZlX3VwIjtzOjA6IiI7czo3OiJwYWRkaW5nIjtzOjA6IiI7czoxMzoiY29sdW1uX21hcmdpbiI7czowOiIiO3M6MTQ6InZlcnRpY2FsX2FsaWduIjtzOjM6InRvcCI7czo1OiJjbGFzcyI7czowOiIiO319fX19'),(2731,83,'mfn-post-sidebar','0'),(2732,83,'mfn-post-sidebar2','0'),(2747,878,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2748,878,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2749,878,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2750,878,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2751,878,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2752,878,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2753,878,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2754,878,'slide_template','default'),(2755,878,'eg_sources_html5_mp4',''),(2756,878,'eg_sources_html5_ogv',''),(2757,878,'eg_sources_html5_webm',''),(2758,878,'eg_sources_youtube',''),(2759,878,'eg_sources_vimeo',''),(2760,878,'eg_sources_wistia',''),(2761,878,'eg_sources_image',''),(2762,878,'eg_sources_iframe',''),(2763,878,'eg_sources_soundcloud',''),(2764,878,'eg_vimeo_ratio','0'),(2765,878,'eg_youtube_ratio','0'),(2766,878,'eg_wistia_ratio','0'),(2767,878,'eg_html5_ratio','0'),(2768,878,'eg_soundcloud_ratio','0'),(2769,878,'eg_settings_custom_meta_skin',''),(2770,878,'eg_settings_custom_meta_element',''),(2771,878,'eg_settings_custom_meta_setting',''),(2772,878,'eg_settings_custom_meta_style',''),(2773,878,'mfn-post-hide-content','0'),(2774,878,'mfn-post-slider','0'),(2775,878,'mfn-post-slider-layer','0'),(2776,878,'mfn-post-hide-title','1'),(2777,878,'mfn-post-remove-padding','0'),(2778,878,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(2779,878,'mfn-post-hide-image','1'),(2780,878,'_wpb_vc_js_status','true'),(2781,878,'_thumbnail_id','879'),(2782,878,'mfn-post-love','0'),(2783,878,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(2784,878,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(2785,878,'_wp_old_slug','blog-title-03'),(2786,878,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(2788,878,'_dp_original','858'),(2789,878,'_edit_lock','1483483962:2'),(2790,879,'_wp_attached_file','2016/12/Pain-600-X-600.jpg'),(2791,879,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:26:\"2016/12/Pain-600-X-600.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Pain-600-X-600-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"Pain-600-X-600-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:26:\"Pain-600-X-600-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:24:\"Pain-600-X-600-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"Pain-600-X-600-146x146.jpg\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:24:\"Pain-600-X-600-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:24:\"Pain-600-X-600-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:24:\"Pain-600-X-600-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:24:\"Pain-600-X-600-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:26:\"Pain-600-X-600-600x500.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:26:\"Pain-600-X-600-600x480.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:480;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:{}}}'),(2792,878,'_edit_last','2'),(2793,878,'mfn-post-sidebar','0'),(2794,878,'mfn-post-sidebar2','0'),(2796,884,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2797,884,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2798,884,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2799,884,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2800,884,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2801,884,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2802,884,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2803,884,'slide_template','default'),(2804,884,'eg_sources_html5_mp4',''),(2805,884,'eg_sources_html5_ogv',''),(2806,884,'eg_sources_html5_webm',''),(2807,884,'eg_sources_youtube',''),(2808,884,'eg_sources_vimeo',''),(2809,884,'eg_sources_wistia',''),(2810,884,'eg_sources_image',''),(2811,884,'eg_sources_iframe',''),(2812,884,'eg_sources_soundcloud',''),(2813,884,'eg_vimeo_ratio','0'),(2814,884,'eg_youtube_ratio','0'),(2815,884,'eg_wistia_ratio','0'),(2816,884,'eg_html5_ratio','0'),(2817,884,'eg_soundcloud_ratio','0'),(2818,884,'eg_settings_custom_meta_skin',''),(2819,884,'eg_settings_custom_meta_element',''),(2820,884,'eg_settings_custom_meta_setting',''),(2821,884,'eg_settings_custom_meta_style',''),(2822,884,'mfn-post-hide-content','0'),(2823,884,'mfn-post-slider','0'),(2824,884,'mfn-post-slider-layer','0'),(2825,884,'mfn-post-hide-title','1'),(2826,884,'mfn-post-remove-padding','0'),(2827,884,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(2828,884,'mfn-post-hide-image','1'),(2829,884,'_wpb_vc_js_status','true'),(2830,884,'_thumbnail_id','887'),(2831,884,'mfn-post-layout','no-sidebar'),(2832,884,'mfn-post-love','0'),(2833,884,'_wp_old_slug','blog-title-02'),(2835,884,'_dp_original','865'),(2836,884,'_edit_lock','1483483689:2'),(2837,884,'_edit_last','2'),(2838,885,'_wp_attached_file','2017/01/weight-loss-grapefruit-BLOG-SIZE.jpg'),(2839,885,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:44:\"2017/01/weight-loss-grapefruit-BLOG-SIZE.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"weight-loss-grapefruit-BLOG-SIZE-150x150.jpg\";s:5:\"width\";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:\"weight-loss-grapefruit-BLOG-SIZE-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:44:\"weight-loss-grapefruit-BLOG-SIZE-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:42:\"weight-loss-grapefruit-BLOG-SIZE-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:44:\"weight-loss-grapefruit-BLOG-SIZE-146x146.jpg\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:42:\"weight-loss-grapefruit-BLOG-SIZE-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:42:\"weight-loss-grapefruit-BLOG-SIZE-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:42:\"weight-loss-grapefruit-BLOG-SIZE-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:42:\"weight-loss-grapefruit-BLOG-SIZE-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:44:\"weight-loss-grapefruit-BLOG-SIZE-600x500.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:44:\"weight-loss-grapefruit-BLOG-SIZE-600x480.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:480;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:{}}}'),(2840,884,'mfn-post-sidebar','0'),(2841,884,'mfn-post-sidebar2','0'),(2842,887,'_wp_attached_file','2017/01/Smoothie-with-woman-596X596.jpg'),(2843,887,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:596;s:6:\"height\";i:596;s:4:\"file\";s:39:\"2017/01/Smoothie-with-woman-596X596.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Smoothie-with-woman-596X596-150x150.jpg\";s:5:\"width\";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:\"Smoothie-with-woman-596X596-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:39:\"Smoothie-with-woman-596X596-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:37:\"Smoothie-with-woman-596X596-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"Smoothie-with-woman-596X596-146x146.jpg\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:37:\"Smoothie-with-woman-596X596-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:37:\"Smoothie-with-woman-596X596-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:37:\"Smoothie-with-woman-596X596-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:37:\"Smoothie-with-woman-596X596-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:39:\"Smoothie-with-woman-596X596-596x500.jpg\";s:5:\"width\";i:596;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:39:\"Smoothie-with-woman-596X596-596x480.jpg\";s:5:\"width\";i:596;s:6:\"height\";i:480;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:{}}}'),(2851,865,'mfn-post-sidebar','0'),(2852,865,'mfn-post-sidebar2','0'),(2855,900,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2856,900,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2857,900,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2858,900,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2859,900,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2860,900,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2861,900,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2862,900,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2863,900,'slide_template','default'),(2864,900,'eg_sources_html5_mp4',''),(2865,900,'eg_sources_html5_ogv',''),(2866,900,'eg_sources_html5_webm',''),(2867,900,'eg_sources_youtube',''),(2868,900,'eg_sources_vimeo',''),(2869,900,'eg_sources_wistia',''),(2870,900,'eg_sources_image',''),(2871,900,'eg_sources_iframe',''),(2872,900,'eg_sources_soundcloud',''),(2873,900,'eg_vimeo_ratio','0'),(2874,900,'eg_youtube_ratio','0'),(2875,900,'eg_wistia_ratio','0'),(2876,900,'eg_html5_ratio','0'),(2877,900,'eg_soundcloud_ratio','0'),(2878,900,'eg_settings_custom_meta_skin',''),(2879,900,'eg_settings_custom_meta_element',''),(2880,900,'eg_settings_custom_meta_setting',''),(2881,900,'eg_settings_custom_meta_style',''),(2882,900,'mfn-post-hide-content','0'),(2883,900,'mfn-post-slider','0'),(2884,900,'mfn-post-slider-layer','0'),(2885,900,'mfn-post-hide-title','1'),(2886,900,'mfn-post-remove-padding','0'),(2887,900,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(2888,900,'mfn-post-hide-image','1'),(2889,900,'_wpb_vc_js_status','true'),(2890,900,'_thumbnail_id','901'),(2891,900,'mfn-post-love','0'),(2892,900,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(2893,900,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(2894,900,'_wp_old_slug','blog-title-03'),(2895,900,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(2897,900,'mfn-post-sidebar','0'),(2898,900,'mfn-post-sidebar2','0'),(2899,900,'_dp_original','878'),(2900,900,'_edit_lock','1484691356:2'),(2901,900,'_edit_last','2'),(2902,901,'_wp_attached_file','2017/01/KYolic-Reserve-580X580.jpg'),(2903,901,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:580;s:6:\"height\";i:580;s:4:\"file\";s:34:\"2017/01/KYolic-Reserve-580X580.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"KYolic-Reserve-580X580-150x150.jpg\";s:5:\"width\";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:\"KYolic-Reserve-580X580-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:34:\"KYolic-Reserve-580X580-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:32:\"KYolic-Reserve-580X580-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"KYolic-Reserve-580X580-146x146.jpg\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:32:\"KYolic-Reserve-580X580-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:32:\"KYolic-Reserve-580X580-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:32:\"KYolic-Reserve-580X580-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:32:\"KYolic-Reserve-580X580-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:34:\"KYolic-Reserve-580X580-580x500.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:34:\"KYolic-Reserve-580X580-580x480.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:480;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:{}}}'),(2905,906,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2906,906,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2907,906,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2908,906,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2909,906,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2910,906,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2911,906,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2912,906,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2913,906,'slide_template','default'),(2914,906,'eg_sources_html5_mp4',''),(2915,906,'eg_sources_html5_ogv',''),(2916,906,'eg_sources_html5_webm',''),(2917,906,'eg_sources_youtube',''),(2918,906,'eg_sources_vimeo',''),(2919,906,'eg_sources_wistia',''),(2920,906,'eg_sources_image',''),(2921,906,'eg_sources_iframe',''),(2922,906,'eg_sources_soundcloud',''),(2923,906,'eg_vimeo_ratio','0'),(2924,906,'eg_youtube_ratio','0'),(2925,906,'eg_wistia_ratio','0'),(2926,906,'eg_html5_ratio','0'),(2927,906,'eg_soundcloud_ratio','0'),(2928,906,'eg_settings_custom_meta_skin',''),(2929,906,'eg_settings_custom_meta_element',''),(2930,906,'eg_settings_custom_meta_setting',''),(2931,906,'eg_settings_custom_meta_style',''),(2932,906,'mfn-post-hide-content','0'),(2933,906,'mfn-post-slider','0'),(2934,906,'mfn-post-slider-layer','0'),(2935,906,'mfn-post-hide-title','1'),(2936,906,'mfn-post-remove-padding','0'),(2937,906,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(2938,906,'mfn-post-hide-image','1'),(2939,906,'_wpb_vc_js_status','true'),(2940,906,'_thumbnail_id','907'),(2941,906,'mfn-post-layout','no-sidebar'),(2942,906,'mfn-post-love','0'),(2943,906,'_wp_old_slug','blog-title-02'),(2945,906,'mfn-post-sidebar','0'),(2946,906,'mfn-post-sidebar2','0'),(2947,906,'_dp_original','884'),(2948,906,'_edit_lock','1486142826:2'),(2949,906,'_edit_last','2'),(2950,907,'_wp_attached_file','2017/02/healthy-heart-800X800.jpg'),(2951,907,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:33:\"2017/02/healthy-heart-800X800.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"healthy-heart-800X800-150x150.jpg\";s:5:\"width\";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:\"healthy-heart-800X800-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"healthy-heart-800X800-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"ttshowcase_normal\";a:4:{s:4:\"file\";s:33:\"healthy-heart-800X800-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:31:\"healthy-heart-800X800-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"healthy-heart-800X800-146x146.jpg\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:31:\"healthy-heart-800X800-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:31:\"healthy-heart-800X800-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:31:\"healthy-heart-800X800-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:31:\"healthy-heart-800X800-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:33:\"healthy-heart-800X800-800x500.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:33:\"healthy-heart-800X800-768x800.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:33:\"healthy-heart-800X800-800x750.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:33:\"healthy-heart-800X800-800x750.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:33:\"healthy-heart-800X800-800x480.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:480;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:{}}}'),(2952,906,'_oembed_913e7043f507ea22cb4da7e83292d6f2','<blockquote data-secret=\"kvtsCLWGTr\" class=\"wp-embedded-content\"><a href=\"http://hypertensioninstitute.com/service/hypertension-institute-meal-plan/\">Hypertension Institute Meal Plan</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"http://hypertensioninstitute.com/service/hypertension-institute-meal-plan/embed/#?secret=kvtsCLWGTr\" data-secret=\"kvtsCLWGTr\" width=\"600\" height=\"338\" title=\"&#8220;Hypertension Institute Meal Plan&#8221; &#8212; Hypertension Institute\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(2953,906,'_oembed_time_913e7043f507ea22cb4da7e83292d6f2','1486141826'),(2954,914,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2955,914,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2956,914,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2957,914,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2958,914,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2959,914,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2960,914,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2961,914,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2962,914,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2963,914,'slide_template','default'),(2964,914,'eg_sources_html5_mp4',''),(2965,914,'eg_sources_html5_ogv',''),(2966,914,'eg_sources_html5_webm',''),(2967,914,'eg_sources_youtube',''),(2968,914,'eg_sources_vimeo',''),(2969,914,'eg_sources_wistia',''),(2970,914,'eg_sources_image',''),(2971,914,'eg_sources_iframe',''),(2972,914,'eg_sources_soundcloud',''),(2973,914,'eg_vimeo_ratio','0'),(2974,914,'eg_youtube_ratio','0'),(2975,914,'eg_wistia_ratio','0'),(2976,914,'eg_html5_ratio','0'),(2977,914,'eg_soundcloud_ratio','0'),(2978,914,'eg_settings_custom_meta_skin',''),(2979,914,'eg_settings_custom_meta_element',''),(2980,914,'eg_settings_custom_meta_setting',''),(2981,914,'eg_settings_custom_meta_style',''),(2982,914,'mfn-post-hide-content','0'),(2983,914,'mfn-post-slider','0'),(2984,914,'mfn-post-slider-layer','0'),(2985,914,'mfn-post-hide-title','1'),(2986,914,'mfn-post-remove-padding','0'),(2987,914,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(2988,914,'mfn-post-hide-image','1'),(2989,914,'_wpb_vc_js_status','true'),(2991,914,'mfn-post-love','0'),(2992,914,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(2993,914,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(2994,914,'_wp_old_slug','blog-title-03'),(2995,914,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(2996,914,'mfn-post-sidebar','0'),(2997,914,'mfn-post-sidebar2','0'),(2999,914,'_dp_original','900'),(3000,914,'_edit_lock','1486672868:2'),(3001,914,'_edit_last','2'),(3008,922,'_wp_attached_file','2017/02/SALE-balloons-2-604X604.jpg'),(3009,922,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:604;s:6:\"height\";i:604;s:4:\"file\";s:35:\"2017/02/SALE-balloons-2-604X604.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"SALE-balloons-2-604X604-150x150.jpg\";s:5:\"width\";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:\"SALE-balloons-2-604X604-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:35:\"SALE-balloons-2-604X604-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:33:\"SALE-balloons-2-604X604-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"SALE-balloons-2-604X604-146x146.jpg\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:33:\"SALE-balloons-2-604X604-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:33:\"SALE-balloons-2-604X604-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:33:\"SALE-balloons-2-604X604-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:33:\"SALE-balloons-2-604X604-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:35:\"SALE-balloons-2-604X604-604x500.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:35:\"SALE-balloons-2-604X604-604x480.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:480;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:{}}}'),(3010,914,'_thumbnail_id','922'),(3013,925,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3014,925,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3015,925,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3016,925,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3017,925,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3018,925,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3019,925,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3020,925,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3021,925,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3022,925,'slide_template','default'),(3023,925,'eg_sources_html5_mp4',''),(3024,925,'eg_sources_html5_ogv',''),(3025,925,'eg_sources_html5_webm',''),(3026,925,'eg_sources_youtube',''),(3027,925,'eg_sources_vimeo',''),(3028,925,'eg_sources_wistia',''),(3029,925,'eg_sources_image',''),(3030,925,'eg_sources_iframe',''),(3031,925,'eg_sources_soundcloud',''),(3032,925,'eg_vimeo_ratio','0'),(3033,925,'eg_youtube_ratio','0'),(3034,925,'eg_wistia_ratio','0'),(3035,925,'eg_html5_ratio','0'),(3036,925,'eg_soundcloud_ratio','0'),(3037,925,'eg_settings_custom_meta_skin',''),(3038,925,'eg_settings_custom_meta_element',''),(3039,925,'eg_settings_custom_meta_setting',''),(3040,925,'eg_settings_custom_meta_style',''),(3041,925,'mfn-post-hide-content','0'),(3042,925,'mfn-post-slider','0'),(3043,925,'mfn-post-slider-layer','0'),(3044,925,'mfn-post-hide-title','1'),(3045,925,'mfn-post-remove-padding','0'),(3046,925,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(3047,925,'mfn-post-hide-image','1'),(3048,925,'_wpb_vc_js_status','true'),(3049,925,'_thumbnail_id','926'),(3050,925,'mfn-post-layout','no-sidebar'),(3051,925,'mfn-post-love','0'),(3052,925,'_wp_old_slug','blog-title-02'),(3053,925,'mfn-post-sidebar','0'),(3054,925,'mfn-post-sidebar2','0'),(3056,925,'_oembed_913e7043f507ea22cb4da7e83292d6f2','<blockquote data-secret=\"kvtsCLWGTr\" class=\"wp-embedded-content\"><a href=\"http://hypertensioninstitute.com/service/hypertension-institute-meal-plan/\">Hypertension Institute Meal Plan</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"http://hypertensioninstitute.com/service/hypertension-institute-meal-plan/embed/#?secret=kvtsCLWGTr\" data-secret=\"kvtsCLWGTr\" width=\"600\" height=\"338\" title=\"&#8220;Hypertension Institute Meal Plan&#8221; &#8212; Hypertension Institute\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(3057,925,'_oembed_time_913e7043f507ea22cb4da7e83292d6f2','1486141826'),(3058,925,'_dp_original','906'),(3059,925,'_edit_lock','1497986719:2'),(3060,926,'_wp_attached_file','2017/06/Toxic-skin-care-bit-lip-600X600.jpg'),(3061,926,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:43:\"2017/06/Toxic-skin-care-bit-lip-600X600.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"Toxic-skin-care-bit-lip-600X600-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"Toxic-skin-care-bit-lip-600X600-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:43:\"Toxic-skin-care-bit-lip-600X600-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:41:\"Toxic-skin-care-bit-lip-600X600-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:43:\"Toxic-skin-care-bit-lip-600X600-146x146.jpg\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:41:\"Toxic-skin-care-bit-lip-600X600-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:41:\"Toxic-skin-care-bit-lip-600X600-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:41:\"Toxic-skin-care-bit-lip-600X600-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:41:\"Toxic-skin-care-bit-lip-600X600-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:43:\"Toxic-skin-care-bit-lip-600X600-600x500.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:43:\"Toxic-skin-care-bit-lip-600X600-600x480.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:480;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:{}}}'),(3062,925,'_edit_last','2'),(3063,925,'_oembed_1107b83673a19773304c8fa53c991289','{{unknown}}'),(3065,930,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3066,930,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3067,930,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3068,930,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3069,930,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3070,930,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3071,930,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3072,930,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3073,930,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3074,930,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3075,930,'slide_template','default'),(3076,930,'eg_sources_html5_mp4',''),(3077,930,'eg_sources_html5_ogv',''),(3078,930,'eg_sources_html5_webm',''),(3079,930,'eg_sources_youtube',''),(3080,930,'eg_sources_vimeo',''),(3081,930,'eg_sources_wistia',''),(3082,930,'eg_sources_image',''),(3083,930,'eg_sources_iframe',''),(3084,930,'eg_sources_soundcloud',''),(3085,930,'eg_vimeo_ratio','0'),(3086,930,'eg_youtube_ratio','0'),(3087,930,'eg_wistia_ratio','0'),(3088,930,'eg_html5_ratio','0'),(3089,930,'eg_soundcloud_ratio','0'),(3090,930,'eg_settings_custom_meta_skin',''),(3091,930,'eg_settings_custom_meta_element',''),(3092,930,'eg_settings_custom_meta_setting',''),(3093,930,'eg_settings_custom_meta_style',''),(3094,930,'mfn-post-hide-content','0'),(3095,930,'mfn-post-slider','0'),(3096,930,'mfn-post-slider-layer','0'),(3097,930,'mfn-post-hide-title','1'),(3098,930,'mfn-post-remove-padding','0'),(3099,930,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(3100,930,'mfn-post-hide-image','1'),(3101,930,'_wpb_vc_js_status','true'),(3102,930,'mfn-post-love','0'),(3103,930,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(3104,930,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(3105,930,'_wp_old_slug','blog-title-03'),(3106,930,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(3107,930,'mfn-post-sidebar','0'),(3108,930,'mfn-post-sidebar2','0'),(3110,930,'_thumbnail_id','931'),(3111,930,'_dp_original','914'),(3112,930,'_edit_lock','1497987457:2'),(3113,930,'_edit_last','2'),(3114,931,'_wp_attached_file','2017/06/Fermented-foods-600X600.jpg'),(3115,931,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:35:\"2017/06/Fermented-foods-600X600.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"Fermented-foods-600X600-150x150.jpg\";s:5:\"width\";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:\"Fermented-foods-600X600-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:35:\"Fermented-foods-600X600-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:33:\"Fermented-foods-600X600-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"Fermented-foods-600X600-146x146.jpg\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:33:\"Fermented-foods-600X600-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:33:\"Fermented-foods-600X600-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:33:\"Fermented-foods-600X600-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:33:\"Fermented-foods-600X600-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:35:\"Fermented-foods-600X600-600x500.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:35:\"Fermented-foods-600X600-600x480.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:480;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:{}}}'),(3117,933,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3118,933,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3119,933,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3120,933,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3121,933,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3122,933,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3123,933,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3124,933,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3125,933,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3126,933,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3127,933,'slide_template','default'),(3128,933,'eg_sources_html5_mp4',''),(3129,933,'eg_sources_html5_ogv',''),(3130,933,'eg_sources_html5_webm',''),(3131,933,'eg_sources_youtube',''),(3132,933,'eg_sources_vimeo',''),(3133,933,'eg_sources_wistia',''),(3134,933,'eg_sources_image',''),(3135,933,'eg_sources_iframe',''),(3136,933,'eg_sources_soundcloud',''),(3137,933,'eg_vimeo_ratio','0'),(3138,933,'eg_youtube_ratio','0'),(3139,933,'eg_wistia_ratio','0'),(3140,933,'eg_html5_ratio','0'),(3141,933,'eg_soundcloud_ratio','0'),(3142,933,'eg_settings_custom_meta_skin',''),(3143,933,'eg_settings_custom_meta_element',''),(3144,933,'eg_settings_custom_meta_setting',''),(3145,933,'eg_settings_custom_meta_style',''),(3146,933,'mfn-post-hide-content','0'),(3147,933,'mfn-post-slider','0'),(3148,933,'mfn-post-slider-layer','0'),(3149,933,'mfn-post-hide-title','1'),(3150,933,'mfn-post-remove-padding','0'),(3151,933,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(3152,933,'mfn-post-hide-image','1'),(3153,933,'_wpb_vc_js_status','true'),(3154,933,'_thumbnail_id','934'),(3155,933,'mfn-post-layout','no-sidebar'),(3156,933,'mfn-post-love','0'),(3157,933,'_wp_old_slug','blog-title-02'),(3158,933,'mfn-post-sidebar','0'),(3159,933,'mfn-post-sidebar2','0'),(3160,933,'_oembed_913e7043f507ea22cb4da7e83292d6f2','<blockquote data-secret=\"kvtsCLWGTr\" class=\"wp-embedded-content\"><a href=\"http://hypertensioninstitute.com/service/hypertension-institute-meal-plan/\">Hypertension Institute Meal Plan</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"http://hypertensioninstitute.com/service/hypertension-institute-meal-plan/embed/#?secret=kvtsCLWGTr\" data-secret=\"kvtsCLWGTr\" width=\"600\" height=\"338\" title=\"&#8220;Hypertension Institute Meal Plan&#8221; &#8212; Hypertension Institute\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(3161,933,'_oembed_time_913e7043f507ea22cb4da7e83292d6f2','1486141826'),(3163,933,'_oembed_1107b83673a19773304c8fa53c991289','{{unknown}}'),(3164,933,'_dp_original','925'),(3165,933,'_edit_lock','1497988163:2'),(3166,933,'_edit_last','2'),(3167,934,'_wp_attached_file','2017/06/Roslyn-curly-photo-600X600.gif'),(3168,934,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:602;s:6:\"height\";i:602;s:4:\"file\";s:38:\"2017/06/Roslyn-curly-photo-600X600.gif\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Roslyn-curly-photo-600X600-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:38:\"Roslyn-curly-photo-600X600-300x300.gif\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/gif\";}s:17:\"ttshowcase_normal\";a:4:{s:4:\"file\";s:38:\"Roslyn-curly-photo-600X600-125x125.gif\";s:5:\"width\";i:125;s:6:\"height\";i:125;s:9:\"mime-type\";s:9:\"image/gif\";}s:16:\"ttshowcase_small\";a:4:{s:4:\"file\";s:36:\"Roslyn-curly-photo-600X600-75x75.gif\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/gif\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"Roslyn-curly-photo-600X600-146x146.gif\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/gif\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:36:\"Roslyn-curly-photo-600X600-50x50.gif\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/gif\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:36:\"Roslyn-curly-photo-600X600-75x75.gif\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/gif\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:36:\"Roslyn-curly-photo-600X600-85x85.gif\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/gif\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:36:\"Roslyn-curly-photo-600X600-80x80.gif\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/gif\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:38:\"Roslyn-curly-photo-600X600-602x500.gif\";s:5:\"width\";i:602;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/gif\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:38:\"Roslyn-curly-photo-600X600-602x480.gif\";s:5:\"width\";i:602;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),(3170,937,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3171,937,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3172,937,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3173,937,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3174,937,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3175,937,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3176,937,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3177,937,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3178,937,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3179,937,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3180,937,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3181,937,'slide_template','default'),(3182,937,'eg_sources_html5_mp4',''),(3183,937,'eg_sources_html5_ogv',''),(3184,937,'eg_sources_html5_webm',''),(3185,937,'eg_sources_youtube',''),(3186,937,'eg_sources_vimeo',''),(3187,937,'eg_sources_wistia',''),(3188,937,'eg_sources_image',''),(3189,937,'eg_sources_iframe',''),(3190,937,'eg_sources_soundcloud',''),(3191,937,'eg_vimeo_ratio','0'),(3192,937,'eg_youtube_ratio','0'),(3193,937,'eg_wistia_ratio','0'),(3194,937,'eg_html5_ratio','0'),(3195,937,'eg_soundcloud_ratio','0'),(3196,937,'eg_settings_custom_meta_skin',''),(3197,937,'eg_settings_custom_meta_element',''),(3198,937,'eg_settings_custom_meta_setting',''),(3199,937,'eg_settings_custom_meta_style',''),(3200,937,'mfn-post-hide-content','0'),(3201,937,'mfn-post-slider','0'),(3202,937,'mfn-post-slider-layer','0'),(3203,937,'mfn-post-hide-title','1'),(3204,937,'mfn-post-remove-padding','0'),(3205,937,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(3206,937,'mfn-post-hide-image','1'),(3207,937,'_wpb_vc_js_status','true'),(3208,937,'mfn-post-love','0'),(3209,937,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(3210,937,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(3211,937,'_wp_old_slug','blog-title-03'),(3212,937,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(3213,937,'mfn-post-sidebar','0'),(3214,937,'mfn-post-sidebar2','0'),(3215,937,'_thumbnail_id','938'),(3217,937,'_dp_original','930'),(3218,937,'_edit_lock','1497989043:2'),(3219,937,'_edit_last','2'),(3220,938,'_wp_attached_file','2017/06/allergies-woman-600X600.jpg'),(3221,938,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:35:\"2017/06/allergies-woman-600X600.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"allergies-woman-600X600-150x150.jpg\";s:5:\"width\";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:\"allergies-woman-600X600-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:35:\"allergies-woman-600X600-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:33:\"allergies-woman-600X600-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"allergies-woman-600X600-146x146.jpg\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:33:\"allergies-woman-600X600-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:33:\"allergies-woman-600X600-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:33:\"allergies-woman-600X600-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:33:\"allergies-woman-600X600-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:35:\"allergies-woman-600X600-600x500.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:35:\"allergies-woman-600X600-600x480.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:480;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:{}}}'),(3223,940,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3224,940,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3225,940,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3226,940,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3227,940,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3228,940,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3229,940,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3230,940,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3231,940,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3232,940,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3233,940,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3234,940,'slide_template','default'),(3235,940,'eg_sources_html5_mp4',''),(3236,940,'eg_sources_html5_ogv',''),(3237,940,'eg_sources_html5_webm',''),(3238,940,'eg_sources_youtube',''),(3239,940,'eg_sources_vimeo',''),(3240,940,'eg_sources_wistia',''),(3241,940,'eg_sources_image',''),(3242,940,'eg_sources_iframe',''),(3243,940,'eg_sources_soundcloud',''),(3244,940,'eg_vimeo_ratio','0'),(3245,940,'eg_youtube_ratio','0'),(3246,940,'eg_wistia_ratio','0'),(3247,940,'eg_html5_ratio','0'),(3248,940,'eg_soundcloud_ratio','0'),(3249,940,'eg_settings_custom_meta_skin',''),(3250,940,'eg_settings_custom_meta_element',''),(3251,940,'eg_settings_custom_meta_setting',''),(3252,940,'eg_settings_custom_meta_style',''),(3253,940,'mfn-post-hide-content','0'),(3254,940,'mfn-post-slider','0'),(3255,940,'mfn-post-slider-layer','0'),(3256,940,'mfn-post-hide-title','1'),(3257,940,'mfn-post-remove-padding','0'),(3258,940,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(3259,940,'mfn-post-hide-image','1'),(3260,940,'_wpb_vc_js_status','true'),(3261,940,'_thumbnail_id','941'),(3262,940,'mfn-post-layout','no-sidebar'),(3263,940,'mfn-post-love','0'),(3264,940,'_wp_old_slug','blog-title-02'),(3265,940,'mfn-post-sidebar','0'),(3266,940,'mfn-post-sidebar2','0'),(3267,940,'_oembed_913e7043f507ea22cb4da7e83292d6f2','<blockquote data-secret=\"kvtsCLWGTr\" class=\"wp-embedded-content\"><a href=\"http://hypertensioninstitute.com/service/hypertension-institute-meal-plan/\">Hypertension Institute Meal Plan</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"http://hypertensioninstitute.com/service/hypertension-institute-meal-plan/embed/#?secret=kvtsCLWGTr\" data-secret=\"kvtsCLWGTr\" width=\"600\" height=\"338\" title=\"&#8220;Hypertension Institute Meal Plan&#8221; &#8212; Hypertension Institute\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(3268,940,'_oembed_time_913e7043f507ea22cb4da7e83292d6f2','1486141826'),(3269,940,'_oembed_1107b83673a19773304c8fa53c991289','{{unknown}}'),(3271,940,'_dp_original','933'),(3272,940,'_edit_lock','1497989383:2'),(3273,941,'_wp_attached_file','2017/06/Rosies-Plaza-2017-600X509.jpg'),(3274,941,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:509;s:4:\"file\";s:37:\"2017/06/Rosies-Plaza-2017-600X509.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Rosies-Plaza-2017-600X509-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"Rosies-Plaza-2017-600X509-300x255.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:255;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"ttshowcase_normal\";a:4:{s:4:\"file\";s:37:\"Rosies-Plaza-2017-600X509-125x106.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:106;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"ttshowcase_small\";a:4:{s:4:\"file\";s:35:\"Rosies-Plaza-2017-600X509-75x64.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"Rosies-Plaza-2017-600X509-172x146.jpg\";s:5:\"width\";i:172;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:35:\"Rosies-Plaza-2017-600X509-50x42.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:42;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:35:\"Rosies-Plaza-2017-600X509-88x75.jpg\";s:5:\"width\";i:88;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:35:\"Rosies-Plaza-2017-600X509-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:35:\"Rosies-Plaza-2017-600X509-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:37:\"Rosies-Plaza-2017-600X509-600x500.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:37:\"Rosies-Plaza-2017-600X509-600x480.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:480;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:{}}}'),(3275,940,'_edit_last','2'),(3277,943,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3278,943,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3279,943,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3280,943,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3281,943,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3282,943,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3283,943,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3284,943,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3285,943,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3286,943,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3287,943,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3288,943,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3289,943,'slide_template','default'),(3290,943,'eg_sources_html5_mp4',''),(3291,943,'eg_sources_html5_ogv',''),(3292,943,'eg_sources_html5_webm',''),(3293,943,'eg_sources_youtube',''),(3294,943,'eg_sources_vimeo',''),(3295,943,'eg_sources_wistia',''),(3296,943,'eg_sources_image',''),(3297,943,'eg_sources_iframe',''),(3298,943,'eg_sources_soundcloud',''),(3299,943,'eg_vimeo_ratio','0'),(3300,943,'eg_youtube_ratio','0'),(3301,943,'eg_wistia_ratio','0'),(3302,943,'eg_html5_ratio','0'),(3303,943,'eg_soundcloud_ratio','0'),(3304,943,'eg_settings_custom_meta_skin',''),(3305,943,'eg_settings_custom_meta_element',''),(3306,943,'eg_settings_custom_meta_setting',''),(3307,943,'eg_settings_custom_meta_style',''),(3308,943,'mfn-post-hide-content','0'),(3309,943,'mfn-post-slider','0'),(3310,943,'mfn-post-slider-layer','0'),(3311,943,'mfn-post-hide-title','1'),(3312,943,'mfn-post-remove-padding','0'),(3313,943,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(3314,943,'mfn-post-hide-image','1'),(3315,943,'_wpb_vc_js_status','true'),(3316,943,'mfn-post-love','0'),(3317,943,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(3318,943,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(3319,943,'_wp_old_slug','blog-title-03'),(3320,943,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(3321,943,'mfn-post-sidebar','0'),(3322,943,'mfn-post-sidebar2','0'),(3323,943,'_thumbnail_id','944'),(3325,943,'_dp_original','937'),(3326,943,'_edit_lock','1497990219:2'),(3327,943,'_edit_last','2'),(3328,944,'_wp_attached_file','2017/06/SagaPro-600X667.png'),(3329,944,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:667;s:4:\"file\";s:27:\"2017/06/SagaPro-600X667.png\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"SagaPro-600X667-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:27:\"SagaPro-600X667-270x300.png\";s:5:\"width\";i:270;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"ttshowcase_normal\";a:4:{s:4:\"file\";s:27:\"SagaPro-600X667-112x125.png\";s:5:\"width\";i:112;s:6:\"height\";i:125;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"ttshowcase_small\";a:4:{s:4:\"file\";s:25:\"SagaPro-600X667-67x75.png\";s:5:\"width\";i:67;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"SagaPro-600X667-131x146.png\";s:5:\"width\";i:131;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:25:\"SagaPro-600X667-45x50.png\";s:5:\"width\";i:45;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:25:\"SagaPro-600X667-67x75.png\";s:5:\"width\";i:67;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:25:\"SagaPro-600X667-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:25:\"SagaPro-600X667-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:27:\"SagaPro-600X667-600x500.png\";s:5:\"width\";i:600;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:27:\"SagaPro-600X667-600x480.png\";s:5:\"width\";i:600;s:6:\"height\";i:480;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:{}}}'),(3366,947,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3367,947,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3368,947,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3369,947,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3370,947,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3371,947,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3372,947,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3373,947,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3374,947,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3375,947,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3376,947,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3377,947,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3378,947,'slide_template','default'),(3379,947,'eg_sources_html5_mp4',''),(3380,947,'eg_sources_html5_ogv',''),(3381,947,'eg_sources_html5_webm',''),(3382,947,'eg_sources_youtube',''),(3383,947,'eg_sources_vimeo',''),(3384,947,'eg_sources_wistia',''),(3385,947,'eg_sources_image',''),(3386,947,'eg_sources_iframe',''),(3387,947,'eg_sources_soundcloud',''),(3388,947,'eg_vimeo_ratio','0'),(3389,947,'eg_youtube_ratio','0'),(3390,947,'eg_wistia_ratio','0'),(3391,947,'eg_html5_ratio','0'),(3392,947,'eg_soundcloud_ratio','0'),(3393,947,'eg_settings_custom_meta_skin',''),(3394,947,'eg_settings_custom_meta_element',''),(3395,947,'eg_settings_custom_meta_setting',''),(3396,947,'eg_settings_custom_meta_style',''),(3397,947,'mfn-post-hide-content','0'),(3398,947,'mfn-post-slider','0'),(3399,947,'mfn-post-slider-layer','0'),(3400,947,'mfn-post-hide-title','1'),(3401,947,'mfn-post-remove-padding','0'),(3402,947,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(3403,947,'mfn-post-hide-image','1'),(3404,947,'_wpb_vc_js_status','true'),(3405,947,'_thumbnail_id','949'),(3406,947,'mfn-post-layout','no-sidebar'),(3407,947,'mfn-post-love','0'),(3408,947,'_wp_old_slug','blog-title-02'),(3409,947,'mfn-post-sidebar','0'),(3410,947,'mfn-post-sidebar2','0'),(3411,947,'_oembed_913e7043f507ea22cb4da7e83292d6f2','<blockquote data-secret=\"kvtsCLWGTr\" class=\"wp-embedded-content\"><a href=\"http://hypertensioninstitute.com/service/hypertension-institute-meal-plan/\">Hypertension Institute Meal Plan</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"http://hypertensioninstitute.com/service/hypertension-institute-meal-plan/embed/#?secret=kvtsCLWGTr\" data-secret=\"kvtsCLWGTr\" width=\"600\" height=\"338\" title=\"&#8220;Hypertension Institute Meal Plan&#8221; &#8212; Hypertension Institute\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(3412,947,'_oembed_time_913e7043f507ea22cb4da7e83292d6f2','1486141826'),(3413,947,'_oembed_1107b83673a19773304c8fa53c991289','{{unknown}}'),(3415,947,'_dp_original','940'),(3424,947,'_edit_lock','1497994570:2'),(3425,947,'_edit_last','2'),(3426,949,'_wp_attached_file','2017/06/Gabriel-600X377-1.jpg'),(3427,949,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:377;s:4:\"file\";s:29:\"2017/06/Gabriel-600X377-1.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Gabriel-600X377-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"Gabriel-600X377-1-300x189.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:189;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"ttshowcase_normal\";a:4:{s:4:\"file\";s:28:\"Gabriel-600X377-1-125x79.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:79;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"ttshowcase_small\";a:4:{s:4:\"file\";s:27:\"Gabriel-600X377-1-75x47.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"Gabriel-600X377-1-232x146.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:27:\"Gabriel-600X377-1-50x31.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:28:\"Gabriel-600X377-1-119x75.jpg\";s:5:\"width\";i:119;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:27:\"Gabriel-600X377-1-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:27:\"Gabriel-600X377-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(3432,951,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3433,951,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3434,951,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3435,951,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3436,951,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3437,951,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3438,951,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3439,951,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3440,951,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3441,951,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3442,951,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3443,951,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3444,951,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3445,951,'slide_template','default'),(3446,951,'eg_sources_html5_mp4',''),(3447,951,'eg_sources_html5_ogv',''),(3448,951,'eg_sources_html5_webm',''),(3449,951,'eg_sources_youtube',''),(3450,951,'eg_sources_vimeo',''),(3451,951,'eg_sources_wistia',''),(3452,951,'eg_sources_image',''),(3453,951,'eg_sources_iframe',''),(3454,951,'eg_sources_soundcloud',''),(3455,951,'eg_vimeo_ratio','0'),(3456,951,'eg_youtube_ratio','0'),(3457,951,'eg_wistia_ratio','0'),(3458,951,'eg_html5_ratio','0'),(3459,951,'eg_soundcloud_ratio','0'),(3460,951,'eg_settings_custom_meta_skin',''),(3461,951,'eg_settings_custom_meta_element',''),(3462,951,'eg_settings_custom_meta_setting',''),(3463,951,'eg_settings_custom_meta_style',''),(3464,951,'mfn-post-hide-content','0'),(3465,951,'mfn-post-slider','0'),(3466,951,'mfn-post-slider-layer','0'),(3467,951,'mfn-post-hide-title','1'),(3468,951,'mfn-post-remove-padding','0'),(3469,951,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(3470,951,'mfn-post-hide-image','1'),(3471,951,'_wpb_vc_js_status','true'),(3472,951,'mfn-post-love','0'),(3473,951,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(3474,951,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(3475,951,'_wp_old_slug','blog-title-03'),(3476,951,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(3477,951,'mfn-post-sidebar','0'),(3478,951,'mfn-post-sidebar2','0'),(3479,951,'_thumbnail_id','952'),(3481,951,'_dp_original','943'),(3482,951,'_edit_lock','1497994329:2'),(3483,952,'_wp_attached_file','2017/06/Bug-spray-600X418.jpg'),(3484,952,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:418;s:4:\"file\";s:29:\"2017/06/Bug-spray-600X418.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Bug-spray-600X418-150x150.jpg\";s:5:\"width\";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:\"Bug-spray-600X418-300x209.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:209;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"ttshowcase_normal\";a:4:{s:4:\"file\";s:28:\"Bug-spray-600X418-125x87.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:87;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"ttshowcase_small\";a:4:{s:4:\"file\";s:27:\"Bug-spray-600X418-75x52.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:52;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"Bug-spray-600X418-210x146.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:27:\"Bug-spray-600X418-50x35.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:35;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:28:\"Bug-spray-600X418-108x75.jpg\";s:5:\"width\";i:108;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:27:\"Bug-spray-600X418-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:27:\"Bug-spray-600X418-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(3485,951,'_edit_last','2'),(3487,956,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3488,956,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3489,956,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3490,956,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3491,956,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3492,956,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3493,956,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3494,956,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3495,956,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3496,956,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3497,956,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3498,956,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3499,956,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3500,956,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3501,956,'slide_template','default'),(3502,956,'eg_sources_html5_mp4',''),(3503,956,'eg_sources_html5_ogv',''),(3504,956,'eg_sources_html5_webm',''),(3505,956,'eg_sources_youtube',''),(3506,956,'eg_sources_vimeo',''),(3507,956,'eg_sources_wistia',''),(3508,956,'eg_sources_image',''),(3509,956,'eg_sources_iframe',''),(3510,956,'eg_sources_soundcloud',''),(3511,956,'eg_vimeo_ratio','0'),(3512,956,'eg_youtube_ratio','0'),(3513,956,'eg_wistia_ratio','0'),(3514,956,'eg_html5_ratio','0'),(3515,956,'eg_soundcloud_ratio','0'),(3516,956,'eg_settings_custom_meta_skin',''),(3517,956,'eg_settings_custom_meta_element',''),(3518,956,'eg_settings_custom_meta_setting',''),(3519,956,'eg_settings_custom_meta_style',''),(3520,956,'mfn-post-hide-content','0'),(3521,956,'mfn-post-slider','0'),(3522,956,'mfn-post-slider-layer','0'),(3523,956,'mfn-post-hide-title','1'),(3524,956,'mfn-post-remove-padding','0'),(3525,956,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(3526,956,'mfn-post-hide-image','1'),(3527,956,'_wpb_vc_js_status','true'),(3528,956,'mfn-post-love','0'),(3529,956,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(3530,956,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(3531,956,'_wp_old_slug','blog-title-03'),(3532,956,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(3533,956,'mfn-post-sidebar','0'),(3534,956,'mfn-post-sidebar2','0'),(3535,956,'_thumbnail_id','958'),(3537,956,'_dp_original','951'),(3538,956,'_edit_lock','1497994260:2'),(3539,956,'_edit_last','2'),(3540,958,'_wp_attached_file','2017/06/Brain-in-flames-600X500.jpg'),(3541,958,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:500;s:4:\"file\";s:35:\"2017/06/Brain-in-flames-600X500.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"Brain-in-flames-600X500-150x150.jpg\";s:5:\"width\";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:\"Brain-in-flames-600X500-300x250.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"ttshowcase_normal\";a:4:{s:4:\"file\";s:35:\"Brain-in-flames-600X500-125x104.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:104;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"ttshowcase_small\";a:4:{s:4:\"file\";s:33:\"Brain-in-flames-600X500-75x63.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:63;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"Brain-in-flames-600X500-175x146.jpg\";s:5:\"width\";i:175;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:33:\"Brain-in-flames-600X500-50x42.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:42;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:33:\"Brain-in-flames-600X500-90x75.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:33:\"Brain-in-flames-600X500-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:33:\"Brain-in-flames-600X500-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:35:\"Brain-in-flames-600X500-600x500.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:35:\"Brain-in-flames-600X500-600x480.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:480;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:{}}}'),(3546,965,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3547,965,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3548,965,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3549,965,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3550,965,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3551,965,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3552,965,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3553,965,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3554,965,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3555,965,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3556,965,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3557,965,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3558,965,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3559,965,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3560,965,'slide_template','default'),(3561,965,'eg_sources_html5_mp4',''),(3562,965,'eg_sources_html5_ogv',''),(3563,965,'eg_sources_html5_webm',''),(3564,965,'eg_sources_youtube',''),(3565,965,'eg_sources_vimeo',''),(3566,965,'eg_sources_wistia',''),(3567,965,'eg_sources_image',''),(3568,965,'eg_sources_iframe',''),(3569,965,'eg_sources_soundcloud',''),(3570,965,'eg_vimeo_ratio','0'),(3571,965,'eg_youtube_ratio','0'),(3572,965,'eg_wistia_ratio','0'),(3573,965,'eg_html5_ratio','0'),(3574,965,'eg_soundcloud_ratio','0'),(3575,965,'eg_settings_custom_meta_skin',''),(3576,965,'eg_settings_custom_meta_element',''),(3577,965,'eg_settings_custom_meta_setting',''),(3578,965,'eg_settings_custom_meta_style',''),(3579,965,'mfn-post-hide-content','0'),(3580,965,'mfn-post-slider','0'),(3581,965,'mfn-post-slider-layer','0'),(3582,965,'mfn-post-hide-title','1'),(3583,965,'mfn-post-remove-padding','0'),(3584,965,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(3585,965,'mfn-post-hide-image','1'),(3586,965,'_wpb_vc_js_status','true'),(3587,965,'mfn-post-love','0'),(3588,965,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(3589,965,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(3590,965,'_wp_old_slug','blog-title-03'),(3591,965,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(3592,965,'mfn-post-sidebar','0'),(3593,965,'mfn-post-sidebar2','0'),(3594,965,'_thumbnail_id','966'),(3596,965,'_dp_original','951'),(3597,965,'_edit_lock','1499098832:2'),(3598,965,'_edit_last','2'),(3599,966,'_wp_attached_file','2017/07/Beneficial-bacteria-600X443.jpg'),(3600,966,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:443;s:4:\"file\";s:39:\"2017/07/Beneficial-bacteria-600X443.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Beneficial-bacteria-600X443-150x150.jpg\";s:5:\"width\";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:\"Beneficial-bacteria-600X443-300x222.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:222;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"ttshowcase_normal\";a:4:{s:4:\"file\";s:38:\"Beneficial-bacteria-600X443-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:37:\"Beneficial-bacteria-600X443-75x55.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:55;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"Beneficial-bacteria-600X443-198x146.jpg\";s:5:\"width\";i:198;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:37:\"Beneficial-bacteria-600X443-50x37.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:37;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:38:\"Beneficial-bacteria-600X443-102x75.jpg\";s:5:\"width\";i:102;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:37:\"Beneficial-bacteria-600X443-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:37:\"Beneficial-bacteria-600X443-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(3602,968,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3603,968,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3604,968,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3605,968,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3606,968,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3607,968,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3608,968,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3609,968,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3610,968,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3611,968,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3612,968,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3613,968,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3614,968,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3615,968,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3616,968,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3617,968,'slide_template','default'),(3618,968,'eg_sources_html5_mp4',''),(3619,968,'eg_sources_html5_ogv',''),(3620,968,'eg_sources_html5_webm',''),(3621,968,'eg_sources_youtube',''),(3622,968,'eg_sources_vimeo',''),(3623,968,'eg_sources_wistia',''),(3624,968,'eg_sources_image',''),(3625,968,'eg_sources_iframe',''),(3626,968,'eg_sources_soundcloud',''),(3627,968,'eg_vimeo_ratio','0'),(3628,968,'eg_youtube_ratio','0'),(3629,968,'eg_wistia_ratio','0'),(3630,968,'eg_html5_ratio','0'),(3631,968,'eg_soundcloud_ratio','0'),(3632,968,'eg_settings_custom_meta_skin',''),(3633,968,'eg_settings_custom_meta_element',''),(3634,968,'eg_settings_custom_meta_setting',''),(3635,968,'eg_settings_custom_meta_style',''),(3636,968,'mfn-post-hide-content','0'),(3637,968,'mfn-post-slider','0'),(3638,968,'mfn-post-slider-layer','0'),(3639,968,'mfn-post-hide-title','1'),(3640,968,'mfn-post-remove-padding','0'),(3641,968,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(3642,968,'mfn-post-hide-image','1'),(3643,968,'_wpb_vc_js_status','true'),(3644,968,'mfn-post-love','0'),(3645,968,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(3646,968,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(3647,968,'_wp_old_slug','blog-title-03'),(3648,968,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(3649,968,'mfn-post-sidebar','0'),(3650,968,'mfn-post-sidebar2','0'),(3651,968,'_thumbnail_id','834'),(3653,968,'_dp_original','956'),(3654,968,'_edit_lock','1499368827:2'),(3655,968,'_edit_last','2'),(3659,965,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3660,965,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3661,965,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3662,965,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3663,965,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3664,965,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3665,965,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3666,965,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3667,965,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3668,965,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3669,965,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3670,965,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3671,965,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3672,965,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3673,965,'slide_template','default'),(3674,965,'eg_sources_html5_mp4',''),(3675,965,'eg_sources_html5_ogv',''),(3676,965,'eg_sources_html5_webm',''),(3677,965,'eg_sources_youtube',''),(3678,965,'eg_sources_vimeo',''),(3679,965,'eg_sources_wistia',''),(3680,965,'eg_sources_image',''),(3681,965,'eg_sources_iframe',''),(3682,965,'eg_sources_soundcloud',''),(3683,965,'eg_vimeo_ratio','0'),(3684,965,'eg_youtube_ratio','0'),(3685,965,'eg_wistia_ratio','0'),(3686,965,'eg_html5_ratio','0'),(3687,965,'eg_soundcloud_ratio','0'),(3688,965,'eg_settings_custom_meta_skin',''),(3689,965,'eg_settings_custom_meta_element',''),(3690,965,'eg_settings_custom_meta_setting',''),(3691,965,'eg_settings_custom_meta_style',''),(3692,965,'mfn-post-hide-content','0'),(3693,965,'mfn-post-slider','0'),(3694,965,'mfn-post-slider-layer','0'),(3695,965,'mfn-post-hide-title','1'),(3696,965,'mfn-post-remove-padding','0'),(3697,965,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(3698,965,'mfn-post-hide-image','1'),(3699,965,'_wpb_vc_js_status','true'),(3700,965,'mfn-post-love','0'),(3701,965,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(3702,965,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(3703,965,'_wp_old_slug','blog-title-03'),(3704,965,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(3705,965,'mfn-post-sidebar','0'),(3706,965,'mfn-post-sidebar2','0'),(3707,965,'_thumbnail_id','966'),(3708,965,'_dp_original','951'),(3709,965,'_edit_last','2'),(3710,968,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3711,968,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3712,968,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3713,968,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3714,968,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3715,968,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3716,968,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3717,968,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3718,968,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3719,968,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3720,968,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3721,968,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3722,968,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3723,968,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3724,968,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3725,968,'slide_template','default'),(3726,968,'eg_sources_html5_mp4',''),(3727,968,'eg_sources_html5_ogv',''),(3728,968,'eg_sources_html5_webm',''),(3729,968,'eg_sources_youtube',''),(3730,968,'eg_sources_vimeo',''),(3731,968,'eg_sources_wistia',''),(3732,968,'eg_sources_image',''),(3733,968,'eg_sources_iframe',''),(3734,968,'eg_sources_soundcloud',''),(3735,968,'eg_vimeo_ratio','0'),(3736,968,'eg_youtube_ratio','0'),(3737,968,'eg_wistia_ratio','0'),(3738,968,'eg_html5_ratio','0'),(3739,968,'eg_soundcloud_ratio','0'),(3740,968,'eg_settings_custom_meta_skin',''),(3741,968,'eg_settings_custom_meta_element',''),(3742,968,'eg_settings_custom_meta_setting',''),(3743,968,'eg_settings_custom_meta_style',''),(3744,968,'mfn-post-hide-content','0'),(3745,968,'mfn-post-slider','0'),(3746,968,'mfn-post-slider-layer','0'),(3747,968,'mfn-post-hide-title','1'),(3748,968,'mfn-post-remove-padding','0'),(3749,968,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(3750,968,'mfn-post-hide-image','1'),(3751,968,'_wpb_vc_js_status','true'),(3752,968,'mfn-post-love','0'),(3753,968,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(3754,968,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(3755,968,'_wp_old_slug','blog-title-03'),(3756,968,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(3757,968,'mfn-post-sidebar','0'),(3758,968,'mfn-post-sidebar2','0'),(3759,968,'_thumbnail_id','834'),(3760,968,'_dp_original','956'),(3761,968,'_edit_last','2'),(3762,972,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3763,972,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3764,972,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3765,972,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3766,972,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3767,972,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3768,972,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3769,972,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3770,972,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3771,972,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3772,972,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3773,972,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3774,972,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3775,972,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3776,972,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3777,972,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3778,972,'slide_template','default'),(3779,972,'eg_sources_html5_mp4',''),(3780,972,'eg_sources_html5_ogv',''),(3781,972,'eg_sources_html5_webm',''),(3782,972,'eg_sources_youtube',''),(3783,972,'eg_sources_vimeo',''),(3784,972,'eg_sources_wistia',''),(3785,972,'eg_sources_image',''),(3786,972,'eg_sources_iframe',''),(3787,972,'eg_sources_soundcloud',''),(3788,972,'eg_vimeo_ratio','0'),(3789,972,'eg_youtube_ratio','0'),(3790,972,'eg_wistia_ratio','0'),(3791,972,'eg_html5_ratio','0'),(3792,972,'eg_soundcloud_ratio','0'),(3793,972,'eg_settings_custom_meta_skin',''),(3794,972,'eg_settings_custom_meta_element',''),(3795,972,'eg_settings_custom_meta_setting',''),(3796,972,'eg_settings_custom_meta_style',''),(3797,972,'mfn-post-hide-content','0'),(3798,972,'mfn-post-slider','0'),(3799,972,'mfn-post-slider-layer','0'),(3800,972,'mfn-post-hide-title','1'),(3801,972,'mfn-post-remove-padding','0'),(3802,972,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(3803,972,'mfn-post-hide-image','1'),(3804,972,'_wpb_vc_js_status','true'),(3805,972,'mfn-post-love','0'),(3806,972,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(3807,972,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(3808,972,'_wp_old_slug','blog-title-03'),(3809,972,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(3810,972,'mfn-post-sidebar','0'),(3811,972,'mfn-post-sidebar2','0'),(3813,972,'_dp_original','965'),(3814,972,'_edit_last','2'),(3815,972,'_oembed_3864c0203568ee7c076d28174e2fbe40','{{unknown}}'),(3816,972,'_oembed_7be367ed7a8591a034f52a3fd87e514e','{{unknown}}'),(3817,979,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3818,979,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3819,979,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3820,979,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3821,979,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3822,979,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3823,979,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3824,979,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3825,979,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3826,979,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3827,979,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3828,979,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3829,979,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3830,979,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3831,979,'slide_template','default'),(3832,979,'eg_sources_html5_mp4',''),(3833,979,'eg_sources_html5_ogv',''),(3834,979,'eg_sources_html5_webm',''),(3835,979,'eg_sources_youtube',''),(3836,979,'eg_sources_vimeo',''),(3837,979,'eg_sources_wistia',''),(3838,979,'eg_sources_image',''),(3839,979,'eg_sources_iframe',''),(3840,979,'eg_sources_soundcloud',''),(3841,979,'eg_vimeo_ratio','0'),(3842,979,'eg_youtube_ratio','0'),(3843,979,'eg_wistia_ratio','0'),(3844,979,'eg_html5_ratio','0'),(3845,979,'eg_soundcloud_ratio','0'),(3846,979,'eg_settings_custom_meta_skin',''),(3847,979,'eg_settings_custom_meta_element',''),(3848,979,'eg_settings_custom_meta_setting',''),(3849,979,'eg_settings_custom_meta_style',''),(3850,979,'mfn-post-hide-content','0'),(3851,979,'mfn-post-slider','0'),(3852,979,'mfn-post-slider-layer','0'),(3853,979,'mfn-post-hide-title','1'),(3854,979,'mfn-post-remove-padding','0'),(3855,979,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(3856,979,'mfn-post-hide-image','1'),(3857,979,'_wpb_vc_js_status','true'),(3858,979,'_thumbnail_id','980'),(3859,979,'mfn-post-layout','no-sidebar'),(3860,979,'mfn-post-love','0'),(3861,979,'_wp_old_slug','blog-title-02'),(3862,979,'mfn-post-sidebar','0'),(3863,979,'mfn-post-sidebar2','0'),(3864,979,'_oembed_913e7043f507ea22cb4da7e83292d6f2','<blockquote data-secret=\"kvtsCLWGTr\" class=\"wp-embedded-content\"><a href=\"http://hypertensioninstitute.com/service/hypertension-institute-meal-plan/\">Hypertension Institute Meal Plan</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"http://hypertensioninstitute.com/service/hypertension-institute-meal-plan/embed/#?secret=kvtsCLWGTr\" data-secret=\"kvtsCLWGTr\" width=\"600\" height=\"338\" title=\"&#8220;Hypertension Institute Meal Plan&#8221; &#8212; Hypertension Institute\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(3865,979,'_oembed_time_913e7043f507ea22cb4da7e83292d6f2','1486141826'),(3866,979,'_oembed_1107b83673a19773304c8fa53c991289','{{unknown}}'),(3867,979,'_dp_original','947'),(3868,979,'_edit_last','2'),(3869,979,'_edit_lock','1501634736:2'),(3870,980,'_wp_attached_file','2017/07/Gabriel-cosmetics-brushes-600X600.jpg'),(3871,980,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:45:\"2017/07/Gabriel-cosmetics-brushes-600X600.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"Gabriel-cosmetics-brushes-600X600-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"Gabriel-cosmetics-brushes-600X600-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:45:\"Gabriel-cosmetics-brushes-600X600-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:43:\"Gabriel-cosmetics-brushes-600X600-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Gabriel-cosmetics-brushes-600X600-146x146.jpg\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:43:\"Gabriel-cosmetics-brushes-600X600-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:43:\"Gabriel-cosmetics-brushes-600X600-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:43:\"Gabriel-cosmetics-brushes-600X600-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:43:\"Gabriel-cosmetics-brushes-600X600-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:45:\"Gabriel-cosmetics-brushes-600X600-600x500.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:45:\"Gabriel-cosmetics-brushes-600X600-600x480.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"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:4:\"4.15\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:15:\"0.0666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3873,972,'_edit_lock','1501669376:2'),(3874,982,'_wp_attached_file','2017/07/Gut-First-Aid-title-inflamed-600X532-300x266.jpg'),(3875,982,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:266;s:4:\"file\";s:56:\"2017/07/Gut-First-Aid-title-inflamed-600X532-300x266.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:56:\"Gut-First-Aid-title-inflamed-600X532-300x266-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:56:\"Gut-First-Aid-title-inflamed-600X532-300x266-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"ttshowcase_normal\";a:4:{s:4:\"file\";s:56:\"Gut-First-Aid-title-inflamed-600X532-300x266-125x111.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:111;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"ttshowcase_small\";a:4:{s:4:\"file\";s:54:\"Gut-First-Aid-title-inflamed-600X532-300x266-75x67.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:67;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:56:\"Gut-First-Aid-title-inflamed-600X532-300x266-165x146.jpg\";s:5:\"width\";i:165;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:54:\"Gut-First-Aid-title-inflamed-600X532-300x266-50x44.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:44;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:54:\"Gut-First-Aid-title-inflamed-600X532-300x266-85x75.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:54:\"Gut-First-Aid-title-inflamed-600X532-300x266-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:54:\"Gut-First-Aid-title-inflamed-600X532-300x266-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(3877,972,'_thumbnail_id','982'),(3879,984,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3880,984,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3881,984,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3882,984,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3883,984,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3884,984,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3885,984,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3886,984,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3887,984,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3888,984,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3889,984,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3890,984,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3891,984,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3892,984,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3893,984,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3894,984,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3895,984,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3896,984,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3897,984,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3898,984,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3899,984,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3900,984,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3901,984,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3902,984,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3903,984,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3904,984,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3905,984,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3906,984,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3907,984,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3908,984,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3909,984,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3910,984,'slide_template','default'),(3911,984,'slide_template','default'),(3912,984,'eg_sources_html5_mp4',''),(3913,984,'eg_sources_html5_mp4',''),(3914,984,'eg_sources_html5_ogv',''),(3915,984,'eg_sources_html5_ogv',''),(3916,984,'eg_sources_html5_webm',''),(3917,984,'eg_sources_html5_webm',''),(3918,984,'eg_sources_youtube',''),(3919,984,'eg_sources_youtube',''),(3920,984,'eg_sources_vimeo',''),(3921,984,'eg_sources_vimeo',''),(3922,984,'eg_sources_wistia',''),(3923,984,'eg_sources_wistia',''),(3924,984,'eg_sources_image',''),(3925,984,'eg_sources_image',''),(3926,984,'eg_sources_iframe',''),(3927,984,'eg_sources_iframe',''),(3928,984,'eg_sources_soundcloud',''),(3929,984,'eg_sources_soundcloud',''),(3930,984,'eg_vimeo_ratio','0'),(3931,984,'eg_vimeo_ratio','0'),(3932,984,'eg_youtube_ratio','0'),(3933,984,'eg_youtube_ratio','0'),(3934,984,'eg_wistia_ratio','0'),(3935,984,'eg_wistia_ratio','0'),(3936,984,'eg_html5_ratio','0'),(3937,984,'eg_html5_ratio','0'),(3938,984,'eg_soundcloud_ratio','0'),(3939,984,'eg_soundcloud_ratio','0'),(3940,984,'eg_settings_custom_meta_skin',''),(3941,984,'eg_settings_custom_meta_skin',''),(3942,984,'eg_settings_custom_meta_element',''),(3943,984,'eg_settings_custom_meta_element',''),(3944,984,'eg_settings_custom_meta_setting',''),(3945,984,'eg_settings_custom_meta_setting',''),(3946,984,'eg_settings_custom_meta_style',''),(3947,984,'eg_settings_custom_meta_style',''),(3948,984,'mfn-post-hide-content','0'),(3949,984,'mfn-post-hide-content','0'),(3950,984,'mfn-post-slider','0'),(3951,984,'mfn-post-slider','0'),(3952,984,'mfn-post-slider-layer','0'),(3953,984,'mfn-post-slider-layer','0'),(3954,984,'mfn-post-hide-title','1'),(3955,984,'mfn-post-hide-title','1'),(3956,984,'mfn-post-remove-padding','0'),(3957,984,'mfn-post-remove-padding','0'),(3958,984,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(3959,984,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(3960,984,'mfn-post-hide-image','1'),(3961,984,'mfn-post-hide-image','1'),(3962,984,'_wpb_vc_js_status','true'),(3963,984,'_wpb_vc_js_status','true'),(3964,984,'mfn-post-love','0'),(3965,984,'mfn-post-love','0'),(3966,984,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(3967,984,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(3968,984,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(3969,984,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(3970,984,'_wp_old_slug','blog-title-03'),(3971,984,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(3972,984,'_wp_old_slug','blog-title-03'),(3973,984,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(3974,984,'mfn-post-sidebar','0'),(3975,984,'mfn-post-sidebar','0'),(3976,984,'mfn-post-sidebar2','0'),(3977,984,'mfn-post-sidebar2','0'),(3978,984,'_thumbnail_id','985'),(3979,984,'_thumbnail_id','985'),(3982,984,'_dp_original','968'),(3983,984,'_edit_lock','1502824876:2'),(3984,985,'_wp_attached_file','2017/08/Sale-balloons-600X521.png'),(3985,985,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:521;s:4:\"file\";s:33:\"2017/08/Sale-balloons-600X521.png\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Sale-balloons-600X521-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:33:\"Sale-balloons-600X521-300x261.png\";s:5:\"width\";i:300;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"ttshowcase_normal\";a:4:{s:4:\"file\";s:33:\"Sale-balloons-600X521-125x109.png\";s:5:\"width\";i:125;s:6:\"height\";i:109;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"ttshowcase_small\";a:4:{s:4:\"file\";s:31:\"Sale-balloons-600X521-75x65.png\";s:5:\"width\";i:75;s:6:\"height\";i:65;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"Sale-balloons-600X521-168x146.png\";s:5:\"width\";i:168;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:31:\"Sale-balloons-600X521-50x43.png\";s:5:\"width\";i:50;s:6:\"height\";i:43;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:31:\"Sale-balloons-600X521-86x75.png\";s:5:\"width\";i:86;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:31:\"Sale-balloons-600X521-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:31:\"Sale-balloons-600X521-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:33:\"Sale-balloons-600X521-600x500.png\";s:5:\"width\";i:600;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:33:\"Sale-balloons-600X521-600x480.png\";s:5:\"width\";i:600;s:6:\"height\";i:480;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:{}}}'),(3986,984,'_edit_last','2'),(3988,988,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3989,988,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3990,988,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3991,988,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3992,988,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3993,988,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3994,988,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3995,988,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3996,988,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3997,988,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3998,988,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3999,988,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4000,988,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4001,988,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4002,988,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4003,988,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4004,988,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4005,988,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4006,988,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4007,988,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4008,988,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4009,988,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4010,988,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4011,988,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4012,988,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4013,988,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4014,988,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4015,988,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4016,988,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4017,988,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4018,988,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4019,988,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4020,988,'slide_template','default'),(4021,988,'slide_template','default'),(4022,988,'eg_sources_html5_mp4',''),(4023,988,'eg_sources_html5_mp4',''),(4024,988,'eg_sources_html5_ogv',''),(4025,988,'eg_sources_html5_ogv',''),(4026,988,'eg_sources_html5_webm',''),(4027,988,'eg_sources_html5_webm',''),(4028,988,'eg_sources_youtube',''),(4029,988,'eg_sources_youtube',''),(4030,988,'eg_sources_vimeo',''),(4031,988,'eg_sources_vimeo',''),(4032,988,'eg_sources_wistia',''),(4033,988,'eg_sources_wistia',''),(4034,988,'eg_sources_image',''),(4035,988,'eg_sources_image',''),(4036,988,'eg_sources_iframe',''),(4037,988,'eg_sources_iframe',''),(4038,988,'eg_sources_soundcloud',''),(4039,988,'eg_sources_soundcloud',''),(4040,988,'eg_vimeo_ratio','0'),(4041,988,'eg_vimeo_ratio','0'),(4042,988,'eg_youtube_ratio','0'),(4043,988,'eg_youtube_ratio','0'),(4044,988,'eg_wistia_ratio','0'),(4045,988,'eg_wistia_ratio','0'),(4046,988,'eg_html5_ratio','0'),(4047,988,'eg_html5_ratio','0'),(4048,988,'eg_soundcloud_ratio','0'),(4049,988,'eg_soundcloud_ratio','0'),(4050,988,'eg_settings_custom_meta_skin',''),(4051,988,'eg_settings_custom_meta_skin',''),(4052,988,'eg_settings_custom_meta_element',''),(4053,988,'eg_settings_custom_meta_element',''),(4054,988,'eg_settings_custom_meta_setting',''),(4055,988,'eg_settings_custom_meta_setting',''),(4056,988,'eg_settings_custom_meta_style',''),(4057,988,'eg_settings_custom_meta_style',''),(4058,988,'mfn-post-hide-content','0'),(4059,988,'mfn-post-hide-content','0'),(4060,988,'mfn-post-slider','0'),(4061,988,'mfn-post-slider','0'),(4062,988,'mfn-post-slider-layer','0'),(4063,988,'mfn-post-slider-layer','0'),(4064,988,'mfn-post-hide-title','1'),(4065,988,'mfn-post-hide-title','1'),(4066,988,'mfn-post-remove-padding','0'),(4067,988,'mfn-post-remove-padding','0'),(4068,988,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(4069,988,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(4070,988,'mfn-post-hide-image','1'),(4071,988,'mfn-post-hide-image','1'),(4072,988,'_wpb_vc_js_status','true'),(4073,988,'_wpb_vc_js_status','true'),(4074,988,'mfn-post-love','0'),(4075,988,'mfn-post-love','0'),(4076,988,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(4077,988,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(4078,988,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(4079,988,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(4080,988,'_wp_old_slug','blog-title-03'),(4081,988,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(4082,988,'_wp_old_slug','blog-title-03'),(4083,988,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(4084,988,'mfn-post-sidebar','0'),(4085,988,'mfn-post-sidebar','0'),(4086,988,'mfn-post-sidebar2','0'),(4087,988,'mfn-post-sidebar2','0'),(4088,988,'_thumbnail_id','989'),(4089,988,'_thumbnail_id','989'),(4091,988,'_dp_original','984'),(4092,988,'_edit_lock','1503685435:2'),(4093,988,'_edit_last','2'),(4094,989,'_wp_attached_file','2017/08/Black-seed-oil-600X600.jpg'),(4095,989,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:34:\"2017/08/Black-seed-oil-600X600.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"Black-seed-oil-600X600-150x150.jpg\";s:5:\"width\";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:\"Black-seed-oil-600X600-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:34:\"Black-seed-oil-600X600-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:32:\"Black-seed-oil-600X600-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"Black-seed-oil-600X600-146x146.jpg\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:32:\"Black-seed-oil-600X600-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:32:\"Black-seed-oil-600X600-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:32:\"Black-seed-oil-600X600-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:32:\"Black-seed-oil-600X600-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:34:\"Black-seed-oil-600X600-600x500.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:34:\"Black-seed-oil-600X600-600x480.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"9\";s:6:\"credit\";s:13:\"piotr_malczyk\";s:6:\"camera\";s:13:\"Canon EOS 40D\";s:7:\"caption\";s:9:\"474577579\";s:17:\"created_timestamp\";s:10:\"1391544989\";s:9:\"copyright\";s:13:\"piotr_malczyk\";s:12:\"focal_length\";s:2:\"85\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:3:\"1.6\";s:5:\"title\";s:9:\"474577579\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4199,994,'_wp_attached_file','2017/09/CW-600X325.jpg'),(4200,994,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:325;s:4:\"file\";s:22:\"2017/09/CW-600X325.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"CW-600X325-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"CW-600X325-300x163.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:163;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"ttshowcase_normal\";a:4:{s:4:\"file\";s:21:\"CW-600X325-125x68.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:68;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"ttshowcase_small\";a:4:{s:4:\"file\";s:20:\"CW-600X325-75x41.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:41;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"CW-600X325-260x141.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:141;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:20:\"CW-600X325-50x27.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:27;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:21:\"CW-600X325-138x75.jpg\";s:5:\"width\";i:138;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:20:\"CW-600X325-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:20:\"CW-600X325-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(4203,997,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4204,997,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4205,997,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4206,997,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4207,997,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4208,997,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4209,997,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4210,997,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4211,997,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4212,997,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4213,997,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4214,997,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4215,997,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4216,997,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4217,997,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4218,997,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4219,997,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4220,997,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4221,997,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4222,997,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4223,997,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4224,997,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4225,997,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4226,997,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4227,997,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4228,997,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4229,997,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4230,997,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4231,997,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4232,997,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4233,997,'slide_template','default'),(4234,997,'slide_template','default'),(4235,997,'eg_sources_html5_mp4',''),(4236,997,'eg_sources_html5_mp4',''),(4237,997,'eg_sources_html5_ogv',''),(4238,997,'eg_sources_html5_ogv',''),(4239,997,'eg_sources_html5_webm',''),(4240,997,'eg_sources_html5_webm',''),(4241,997,'eg_sources_youtube',''),(4242,997,'eg_sources_youtube',''),(4243,997,'eg_sources_vimeo',''),(4244,997,'eg_sources_vimeo',''),(4245,997,'eg_sources_wistia',''),(4246,997,'eg_sources_wistia',''),(4247,997,'eg_sources_image',''),(4248,997,'eg_sources_image',''),(4249,997,'eg_sources_iframe',''),(4250,997,'eg_sources_iframe',''),(4251,997,'eg_sources_soundcloud',''),(4252,997,'eg_sources_soundcloud',''),(4253,997,'eg_vimeo_ratio','0'),(4254,997,'eg_vimeo_ratio','0'),(4255,997,'eg_youtube_ratio','0'),(4256,997,'eg_youtube_ratio','0'),(4257,997,'eg_wistia_ratio','0'),(4258,997,'eg_wistia_ratio','0'),(4259,997,'eg_html5_ratio','0'),(4260,997,'eg_html5_ratio','0'),(4261,997,'eg_soundcloud_ratio','0'),(4262,997,'eg_soundcloud_ratio','0'),(4263,997,'eg_settings_custom_meta_skin',''),(4264,997,'eg_settings_custom_meta_skin',''),(4265,997,'eg_settings_custom_meta_element',''),(4266,997,'eg_settings_custom_meta_element',''),(4267,997,'eg_settings_custom_meta_setting',''),(4268,997,'eg_settings_custom_meta_setting',''),(4269,997,'eg_settings_custom_meta_style',''),(4270,997,'eg_settings_custom_meta_style',''),(4271,997,'mfn-post-hide-content','0'),(4272,997,'mfn-post-hide-content','0'),(4273,997,'mfn-post-slider','0'),(4274,997,'mfn-post-slider','0'),(4275,997,'mfn-post-slider-layer','0'),(4276,997,'mfn-post-slider-layer','0'),(4277,997,'mfn-post-hide-title','1'),(4278,997,'mfn-post-hide-title','1'),(4279,997,'mfn-post-remove-padding','0'),(4280,997,'mfn-post-remove-padding','0'),(4281,997,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(4282,997,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(4283,997,'mfn-post-hide-image','1'),(4284,997,'mfn-post-hide-image','1'),(4285,997,'_wpb_vc_js_status','true'),(4286,997,'_wpb_vc_js_status','true'),(4287,997,'mfn-post-love','0'),(4288,997,'mfn-post-love','0'),(4289,997,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(4290,997,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(4291,997,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(4292,997,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(4293,997,'_wp_old_slug','blog-title-03'),(4294,997,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(4295,997,'_wp_old_slug','blog-title-03'),(4296,997,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(4297,997,'mfn-post-sidebar','0'),(4298,997,'mfn-post-sidebar','0'),(4299,997,'mfn-post-sidebar2','0'),(4300,997,'mfn-post-sidebar2','0'),(4301,997,'_thumbnail_id','922'),(4302,997,'_thumbnail_id','922'),(4304,997,'_dp_original','993'),(4305,997,'_edit_lock','1505236229:2'),(4306,997,'_edit_last','2'),(4307,999,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4308,999,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4309,999,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4310,999,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4311,999,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4312,999,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4313,999,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4314,999,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4315,999,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4316,999,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4317,999,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4318,999,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4319,999,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4320,999,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4321,999,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4322,999,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4323,999,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4324,999,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4325,999,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4326,999,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4327,999,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4328,999,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4329,999,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4330,999,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4331,999,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4332,999,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4333,999,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4334,999,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4335,999,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4336,999,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4337,999,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4338,999,'slide_template','default'),(4339,999,'slide_template','default'),(4340,999,'eg_sources_html5_mp4',''),(4341,999,'eg_sources_html5_mp4',''),(4342,999,'eg_sources_html5_ogv',''),(4343,999,'eg_sources_html5_ogv',''),(4344,999,'eg_sources_html5_webm',''),(4345,999,'eg_sources_html5_webm',''),(4346,999,'eg_sources_youtube',''),(4347,999,'eg_sources_youtube',''),(4348,999,'eg_sources_vimeo',''),(4349,999,'eg_sources_vimeo',''),(4350,999,'eg_sources_wistia',''),(4351,999,'eg_sources_wistia',''),(4352,999,'eg_sources_image',''),(4353,999,'eg_sources_image',''),(4354,999,'eg_sources_iframe',''),(4355,999,'eg_sources_iframe',''),(4356,999,'eg_sources_soundcloud',''),(4357,999,'eg_sources_soundcloud',''),(4358,999,'eg_vimeo_ratio','0'),(4359,999,'eg_vimeo_ratio','0'),(4360,999,'eg_youtube_ratio','0'),(4361,999,'eg_youtube_ratio','0'),(4362,999,'eg_wistia_ratio','0'),(4363,999,'eg_wistia_ratio','0'),(4364,999,'eg_html5_ratio','0'),(4365,999,'eg_html5_ratio','0'),(4366,999,'eg_soundcloud_ratio','0'),(4367,999,'eg_soundcloud_ratio','0'),(4368,999,'eg_settings_custom_meta_skin',''),(4369,999,'eg_settings_custom_meta_skin',''),(4370,999,'eg_settings_custom_meta_element',''),(4371,999,'eg_settings_custom_meta_element',''),(4372,999,'eg_settings_custom_meta_setting',''),(4373,999,'eg_settings_custom_meta_setting',''),(4374,999,'eg_settings_custom_meta_style',''),(4375,999,'eg_settings_custom_meta_style',''),(4376,999,'mfn-post-hide-content','0'),(4377,999,'mfn-post-hide-content','0'),(4378,999,'mfn-post-slider','0'),(4379,999,'mfn-post-slider','0'),(4380,999,'mfn-post-slider-layer','0'),(4381,999,'mfn-post-slider-layer','0'),(4382,999,'mfn-post-hide-title','1'),(4383,999,'mfn-post-hide-title','1'),(4384,999,'mfn-post-remove-padding','0'),(4385,999,'mfn-post-remove-padding','0'),(4386,999,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(4387,999,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(4388,999,'mfn-post-hide-image','1'),(4389,999,'mfn-post-hide-image','1'),(4390,999,'_wpb_vc_js_status','true'),(4391,999,'_wpb_vc_js_status','true'),(4392,999,'mfn-post-love','0'),(4393,999,'mfn-post-love','0'),(4394,999,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(4395,999,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(4396,999,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(4397,999,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(4398,999,'_wp_old_slug','blog-title-03'),(4399,999,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(4400,999,'_wp_old_slug','blog-title-03'),(4401,999,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(4402,999,'mfn-post-sidebar','0'),(4403,999,'mfn-post-sidebar','0'),(4404,999,'mfn-post-sidebar2','0'),(4405,999,'mfn-post-sidebar2','0'),(4406,999,'_thumbnail_id','1000'),(4407,999,'_thumbnail_id','1000'),(4409,999,'_dp_original','997'),(4410,999,'_edit_lock','1506099589:2'),(4411,1000,'_wp_attached_file','2017/09/E.O.-class-600X600.jpg'),(4412,1000,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:30:\"2017/09/E.O.-class-600X600.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"E.O.-class-600X600-150x150.jpg\";s:5:\"width\";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:\"E.O.-class-600X600-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:30:\"E.O.-class-600X600-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:28:\"E.O.-class-600X600-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"E.O.-class-600X600-146x146.jpg\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:28:\"E.O.-class-600X600-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:28:\"E.O.-class-600X600-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:28:\"E.O.-class-600X600-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:28:\"E.O.-class-600X600-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:30:\"E.O.-class-600X600-600x500.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:30:\"E.O.-class-600X600-600x480.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"DSLR-A900\";s:7:\"caption\";s:8:\"SONY DSC\";s:17:\"created_timestamp\";s:10:\"1282097747\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"70\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:8:\"SONY DSC\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4413,999,'_edit_last','2'),(4415,1002,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4416,1002,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4417,1002,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4418,1002,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4419,1002,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4420,1002,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4421,1002,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4422,1002,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4423,1002,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4424,1002,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4425,1002,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4426,1002,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4427,1002,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4428,1002,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4429,1002,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4430,1002,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4431,1002,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4432,1002,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4433,1002,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4434,1002,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4435,1002,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4436,1002,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4437,1002,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4438,1002,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4439,1002,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4440,1002,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4441,1002,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4442,1002,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4443,1002,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4444,1002,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4445,1002,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4446,1002,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4447,1002,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4448,1002,'slide_template','default'),(4449,1002,'slide_template','default'),(4450,1002,'eg_sources_html5_mp4',''),(4451,1002,'eg_sources_html5_mp4',''),(4452,1002,'eg_sources_html5_ogv',''),(4453,1002,'eg_sources_html5_ogv',''),(4454,1002,'eg_sources_html5_webm',''),(4455,1002,'eg_sources_html5_webm',''),(4456,1002,'eg_sources_youtube',''),(4457,1002,'eg_sources_youtube',''),(4458,1002,'eg_sources_vimeo',''),(4459,1002,'eg_sources_vimeo',''),(4460,1002,'eg_sources_wistia',''),(4461,1002,'eg_sources_wistia',''),(4462,1002,'eg_sources_image',''),(4463,1002,'eg_sources_image',''),(4464,1002,'eg_sources_iframe',''),(4465,1002,'eg_sources_iframe',''),(4466,1002,'eg_sources_soundcloud',''),(4467,1002,'eg_sources_soundcloud',''),(4468,1002,'eg_vimeo_ratio','0'),(4469,1002,'eg_vimeo_ratio','0'),(4470,1002,'eg_youtube_ratio','0'),(4471,1002,'eg_youtube_ratio','0'),(4472,1002,'eg_wistia_ratio','0'),(4473,1002,'eg_wistia_ratio','0'),(4474,1002,'eg_html5_ratio','0'),(4475,1002,'eg_html5_ratio','0'),(4476,1002,'eg_soundcloud_ratio','0'),(4477,1002,'eg_soundcloud_ratio','0'),(4478,1002,'eg_settings_custom_meta_skin',''),(4479,1002,'eg_settings_custom_meta_skin',''),(4480,1002,'eg_settings_custom_meta_element',''),(4481,1002,'eg_settings_custom_meta_element',''),(4482,1002,'eg_settings_custom_meta_setting',''),(4483,1002,'eg_settings_custom_meta_setting',''),(4484,1002,'eg_settings_custom_meta_style',''),(4485,1002,'eg_settings_custom_meta_style',''),(4486,1002,'mfn-post-hide-content','0'),(4487,1002,'mfn-post-hide-content','0'),(4488,1002,'mfn-post-slider','0'),(4489,1002,'mfn-post-slider','0'),(4490,1002,'mfn-post-slider-layer','0'),(4491,1002,'mfn-post-slider-layer','0'),(4492,1002,'mfn-post-hide-title','1'),(4493,1002,'mfn-post-hide-title','1'),(4494,1002,'mfn-post-remove-padding','0'),(4495,1002,'mfn-post-remove-padding','0'),(4496,1002,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(4497,1002,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(4498,1002,'mfn-post-hide-image','1'),(4499,1002,'mfn-post-hide-image','1'),(4500,1002,'_wpb_vc_js_status','true'),(4501,1002,'_wpb_vc_js_status','true'),(4502,1002,'mfn-post-love','0'),(4503,1002,'mfn-post-love','0'),(4504,1002,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(4505,1002,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(4506,1002,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(4507,1002,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(4508,1002,'_wp_old_slug','blog-title-03'),(4509,1002,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(4510,1002,'_wp_old_slug','blog-title-03'),(4511,1002,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(4512,1002,'mfn-post-sidebar','0'),(4513,1002,'mfn-post-sidebar','0'),(4514,1002,'mfn-post-sidebar2','0'),(4515,1002,'mfn-post-sidebar2','0'),(4516,1002,'_thumbnail_id','1003'),(4517,1002,'_thumbnail_id','1003'),(4519,1002,'_dp_original','988'),(4520,1002,'_edit_lock','1506701287:2'),(4521,1002,'_edit_last','2'),(4522,1003,'_wp_attached_file','2017/09/winter-cropped-G.-STOUT-600X495.jpg'),(4523,1003,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:495;s:4:\"file\";s:43:\"2017/09/winter-cropped-G.-STOUT-600X495.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"winter-cropped-G.-STOUT-600X495-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"winter-cropped-G.-STOUT-600X495-300x248.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:248;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"ttshowcase_normal\";a:4:{s:4:\"file\";s:43:\"winter-cropped-G.-STOUT-600X495-125x103.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:103;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"ttshowcase_small\";a:4:{s:4:\"file\";s:41:\"winter-cropped-G.-STOUT-600X495-75x62.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:43:\"winter-cropped-G.-STOUT-600X495-177x146.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:41:\"winter-cropped-G.-STOUT-600X495-50x41.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:41;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:41:\"winter-cropped-G.-STOUT-600X495-91x75.jpg\";s:5:\"width\";i:91;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:41:\"winter-cropped-G.-STOUT-600X495-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:41:\"winter-cropped-G.-STOUT-600X495-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:43:\"winter-cropped-G.-STOUT-600X495-600x480.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:480;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:{}}}'),(4525,1008,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4526,1008,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4527,1008,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4528,1008,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4529,1008,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4530,1008,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4531,1008,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4532,1008,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4533,1008,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4534,1008,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4535,1008,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4536,1008,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4537,1008,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4538,1008,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4539,1008,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4540,1008,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4541,1008,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4542,1008,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4543,1008,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4544,1008,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4545,1008,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4546,1008,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4547,1008,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4548,1008,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4549,1008,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4550,1008,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4551,1008,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4552,1008,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4553,1008,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4554,1008,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4555,1008,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4556,1008,'slide_template','default'),(4557,1008,'slide_template','default'),(4558,1008,'eg_sources_html5_mp4',''),(4559,1008,'eg_sources_html5_mp4',''),(4560,1008,'eg_sources_html5_ogv',''),(4561,1008,'eg_sources_html5_ogv',''),(4562,1008,'eg_sources_html5_webm',''),(4563,1008,'eg_sources_html5_webm',''),(4564,1008,'eg_sources_youtube',''),(4565,1008,'eg_sources_youtube',''),(4566,1008,'eg_sources_vimeo',''),(4567,1008,'eg_sources_vimeo',''),(4568,1008,'eg_sources_wistia',''),(4569,1008,'eg_sources_wistia',''),(4570,1008,'eg_sources_image',''),(4571,1008,'eg_sources_image',''),(4572,1008,'eg_sources_iframe',''),(4573,1008,'eg_sources_iframe',''),(4574,1008,'eg_sources_soundcloud',''),(4575,1008,'eg_sources_soundcloud',''),(4576,1008,'eg_vimeo_ratio','0'),(4577,1008,'eg_vimeo_ratio','0'),(4578,1008,'eg_youtube_ratio','0'),(4579,1008,'eg_youtube_ratio','0'),(4580,1008,'eg_wistia_ratio','0'),(4581,1008,'eg_wistia_ratio','0'),(4582,1008,'eg_html5_ratio','0'),(4583,1008,'eg_html5_ratio','0'),(4584,1008,'eg_soundcloud_ratio','0'),(4585,1008,'eg_soundcloud_ratio','0'),(4586,1008,'eg_settings_custom_meta_skin',''),(4587,1008,'eg_settings_custom_meta_skin',''),(4588,1008,'eg_settings_custom_meta_element',''),(4589,1008,'eg_settings_custom_meta_element',''),(4590,1008,'eg_settings_custom_meta_setting',''),(4591,1008,'eg_settings_custom_meta_setting',''),(4592,1008,'eg_settings_custom_meta_style',''),(4593,1008,'eg_settings_custom_meta_style',''),(4594,1008,'mfn-post-hide-content','0'),(4595,1008,'mfn-post-hide-content','0'),(4596,1008,'mfn-post-slider','0'),(4597,1008,'mfn-post-slider','0'),(4598,1008,'mfn-post-slider-layer','0'),(4599,1008,'mfn-post-slider-layer','0'),(4600,1008,'mfn-post-hide-title','1'),(4601,1008,'mfn-post-hide-title','1'),(4602,1008,'mfn-post-remove-padding','0'),(4603,1008,'mfn-post-remove-padding','0'),(4604,1008,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(4605,1008,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(4606,1008,'mfn-post-hide-image','1'),(4607,1008,'mfn-post-hide-image','1'),(4608,1008,'_wpb_vc_js_status','true'),(4609,1008,'_wpb_vc_js_status','true'),(4610,1008,'mfn-post-love','0'),(4611,1008,'mfn-post-love','0'),(4612,1008,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(4613,1008,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(4614,1008,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(4615,1008,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(4616,1008,'_wp_old_slug','blog-title-03'),(4617,1008,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(4618,1008,'_wp_old_slug','blog-title-03'),(4619,1008,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(4620,1008,'mfn-post-sidebar','0'),(4621,1008,'mfn-post-sidebar','0'),(4622,1008,'mfn-post-sidebar2','0'),(4623,1008,'mfn-post-sidebar2','0'),(4624,1008,'_thumbnail_id','834'),(4625,1008,'_thumbnail_id','834'),(4627,1008,'_dp_original','997'),(4628,1008,'_edit_lock','1507654955:2'),(4629,1008,'_edit_last','2'),(4630,1011,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4631,1011,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4632,1011,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4633,1011,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4634,1011,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4635,1011,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4636,1011,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4637,1011,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4638,1011,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4639,1011,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4640,1011,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4641,1011,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4642,1011,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4643,1011,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4644,1011,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4645,1011,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4646,1011,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4647,1011,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4648,1011,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4649,1011,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4650,1011,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4651,1011,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4652,1011,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4653,1011,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4654,1011,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4655,1011,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4656,1011,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4657,1011,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4658,1011,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4659,1011,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4660,1011,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4661,1011,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4662,1011,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4663,1011,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4664,1011,'slide_template','default'),(4665,1011,'slide_template','default'),(4666,1011,'eg_sources_html5_mp4',''),(4667,1011,'eg_sources_html5_mp4',''),(4668,1011,'eg_sources_html5_ogv',''),(4669,1011,'eg_sources_html5_ogv',''),(4670,1011,'eg_sources_html5_webm',''),(4671,1011,'eg_sources_html5_webm',''),(4672,1011,'eg_sources_youtube',''),(4673,1011,'eg_sources_youtube',''),(4674,1011,'eg_sources_vimeo',''),(4675,1011,'eg_sources_vimeo',''),(4676,1011,'eg_sources_wistia',''),(4677,1011,'eg_sources_wistia',''),(4678,1011,'eg_sources_image',''),(4679,1011,'eg_sources_image',''),(4680,1011,'eg_sources_iframe',''),(4681,1011,'eg_sources_iframe',''),(4682,1011,'eg_sources_soundcloud',''),(4683,1011,'eg_sources_soundcloud',''),(4684,1011,'eg_vimeo_ratio','0'),(4685,1011,'eg_vimeo_ratio','0'),(4686,1011,'eg_youtube_ratio','0'),(4687,1011,'eg_youtube_ratio','0'),(4688,1011,'eg_wistia_ratio','0'),(4689,1011,'eg_wistia_ratio','0'),(4690,1011,'eg_html5_ratio','0'),(4691,1011,'eg_html5_ratio','0'),(4692,1011,'eg_soundcloud_ratio','0'),(4693,1011,'eg_soundcloud_ratio','0'),(4694,1011,'eg_settings_custom_meta_skin',''),(4695,1011,'eg_settings_custom_meta_skin',''),(4696,1011,'eg_settings_custom_meta_element',''),(4697,1011,'eg_settings_custom_meta_element',''),(4698,1011,'eg_settings_custom_meta_setting',''),(4699,1011,'eg_settings_custom_meta_setting',''),(4700,1011,'eg_settings_custom_meta_style',''),(4701,1011,'eg_settings_custom_meta_style',''),(4702,1011,'mfn-post-hide-content','0'),(4703,1011,'mfn-post-hide-content','0'),(4704,1011,'mfn-post-slider','0'),(4705,1011,'mfn-post-slider','0'),(4706,1011,'mfn-post-slider-layer','0'),(4707,1011,'mfn-post-slider-layer','0'),(4708,1011,'mfn-post-hide-title','1'),(4709,1011,'mfn-post-hide-title','1'),(4710,1011,'mfn-post-remove-padding','0'),(4711,1011,'mfn-post-remove-padding','0'),(4712,1011,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(4713,1011,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(4714,1011,'mfn-post-hide-image','1'),(4715,1011,'mfn-post-hide-image','1'),(4716,1011,'_wpb_vc_js_status','true'),(4717,1011,'_wpb_vc_js_status','true'),(4718,1011,'mfn-post-love','0'),(4719,1011,'mfn-post-love','0'),(4720,1011,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(4721,1011,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(4722,1011,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(4723,1011,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(4724,1011,'_wp_old_slug','blog-title-03'),(4725,1011,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(4726,1011,'_wp_old_slug','blog-title-03'),(4727,1011,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(4728,1011,'mfn-post-sidebar','0'),(4729,1011,'mfn-post-sidebar','0'),(4730,1011,'mfn-post-sidebar2','0'),(4731,1011,'mfn-post-sidebar2','0'),(4732,1011,'_thumbnail_id','1012'),(4733,1011,'_thumbnail_id','1012'),(4735,1011,'_dp_original','1002'),(4736,1011,'_edit_lock','1509467991:2'),(4737,1011,'_edit_last','2'),(4738,1012,'_wp_attached_file','2017/10/Tired-woman-600X410-NEWSLETTER.jpg'),(4739,1012,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:410;s:4:\"file\";s:42:\"2017/10/Tired-woman-600X410-NEWSLETTER.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"Tired-woman-600X410-NEWSLETTER-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"Tired-woman-600X410-NEWSLETTER-300x205.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"ttshowcase_normal\";a:4:{s:4:\"file\";s:41:\"Tired-woman-600X410-NEWSLETTER-125x85.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"ttshowcase_small\";a:4:{s:4:\"file\";s:40:\"Tired-woman-600X410-NEWSLETTER-75x51.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:51;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"Tired-woman-600X410-NEWSLETTER-214x146.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:40:\"Tired-woman-600X410-NEWSLETTER-50x34.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:34;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:41:\"Tired-woman-600X410-NEWSLETTER-110x75.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:40:\"Tired-woman-600X410-NEWSLETTER-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:40:\"Tired-woman-600X410-NEWSLETTER-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(4740,1016,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4741,1016,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4742,1016,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4743,1016,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4744,1016,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4745,1016,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4746,1016,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4747,1016,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4748,1016,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4749,1016,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4750,1016,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4751,1016,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4752,1016,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4753,1016,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4754,1016,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4755,1016,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4756,1016,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4757,1016,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4758,1016,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4759,1016,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4760,1016,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4761,1016,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4762,1016,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4763,1016,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4764,1016,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4765,1016,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4766,1016,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4767,1016,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4768,1016,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4769,1016,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4770,1016,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4771,1016,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4772,1016,'slide_template','default'),(4773,1016,'slide_template','default'),(4774,1016,'eg_sources_html5_mp4',''),(4775,1016,'eg_sources_html5_mp4',''),(4776,1016,'eg_sources_html5_ogv',''),(4777,1016,'eg_sources_html5_ogv',''),(4778,1016,'eg_sources_html5_webm',''),(4779,1016,'eg_sources_html5_webm',''),(4780,1016,'eg_sources_youtube',''),(4781,1016,'eg_sources_youtube',''),(4782,1016,'eg_sources_vimeo',''),(4783,1016,'eg_sources_vimeo',''),(4784,1016,'eg_sources_wistia',''),(4785,1016,'eg_sources_wistia',''),(4786,1016,'eg_sources_image',''),(4787,1016,'eg_sources_image',''),(4788,1016,'eg_sources_iframe',''),(4789,1016,'eg_sources_iframe',''),(4790,1016,'eg_sources_soundcloud',''),(4791,1016,'eg_sources_soundcloud',''),(4792,1016,'eg_vimeo_ratio','0'),(4793,1016,'eg_vimeo_ratio','0'),(4794,1016,'eg_youtube_ratio','0'),(4795,1016,'eg_youtube_ratio','0'),(4796,1016,'eg_wistia_ratio','0'),(4797,1016,'eg_wistia_ratio','0'),(4798,1016,'eg_html5_ratio','0'),(4799,1016,'eg_html5_ratio','0'),(4800,1016,'eg_soundcloud_ratio','0'),(4801,1016,'eg_soundcloud_ratio','0'),(4802,1016,'eg_settings_custom_meta_skin',''),(4803,1016,'eg_settings_custom_meta_skin',''),(4804,1016,'eg_settings_custom_meta_element',''),(4805,1016,'eg_settings_custom_meta_element',''),(4806,1016,'eg_settings_custom_meta_setting',''),(4807,1016,'eg_settings_custom_meta_setting',''),(4808,1016,'eg_settings_custom_meta_style',''),(4809,1016,'eg_settings_custom_meta_style',''),(4810,1016,'mfn-post-hide-content','0'),(4811,1016,'mfn-post-hide-content','0'),(4812,1016,'mfn-post-slider','0'),(4813,1016,'mfn-post-slider','0'),(4814,1016,'mfn-post-slider-layer','0'),(4815,1016,'mfn-post-slider-layer','0'),(4816,1016,'mfn-post-hide-title','1'),(4817,1016,'mfn-post-hide-title','1'),(4818,1016,'mfn-post-remove-padding','0'),(4819,1016,'mfn-post-remove-padding','0'),(4820,1016,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(4821,1016,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(4822,1016,'mfn-post-hide-image','1'),(4823,1016,'mfn-post-hide-image','1'),(4824,1016,'_wpb_vc_js_status','true'),(4825,1016,'_wpb_vc_js_status','true'),(4826,1016,'mfn-post-love','0'),(4827,1016,'mfn-post-love','0'),(4828,1016,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(4829,1016,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(4830,1016,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(4831,1016,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(4832,1016,'_wp_old_slug','blog-title-03'),(4833,1016,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(4834,1016,'_wp_old_slug','blog-title-03'),(4835,1016,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(4836,1016,'mfn-post-sidebar','0'),(4837,1016,'mfn-post-sidebar','0'),(4838,1016,'mfn-post-sidebar2','0'),(4839,1016,'mfn-post-sidebar2','0'),(4840,1016,'_thumbnail_id','985'),(4841,1016,'_thumbnail_id','985'),(4843,1016,'_dp_original','1008'),(4844,1016,'_edit_lock','1509648826:2'),(4845,1016,'_edit_last','2'),(4846,1019,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4847,1019,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4848,1019,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4849,1019,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4850,1019,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4851,1019,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4852,1019,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4853,1019,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4854,1019,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4855,1019,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4856,1019,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4857,1019,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4858,1019,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4859,1019,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4860,1019,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4861,1019,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4862,1019,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4863,1019,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4864,1019,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4865,1019,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4866,1019,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4867,1019,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4868,1019,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4869,1019,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4870,1019,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4871,1019,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4872,1019,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4873,1019,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4874,1019,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4875,1019,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4876,1019,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4877,1019,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4878,1019,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4879,1019,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4880,1019,'slide_template','default'),(4881,1019,'slide_template','default'),(4882,1019,'eg_sources_html5_mp4',''),(4883,1019,'eg_sources_html5_mp4',''),(4884,1019,'eg_sources_html5_ogv',''),(4885,1019,'eg_sources_html5_ogv',''),(4886,1019,'eg_sources_html5_webm',''),(4887,1019,'eg_sources_html5_webm',''),(4888,1019,'eg_sources_youtube',''),(4889,1019,'eg_sources_youtube',''),(4890,1019,'eg_sources_vimeo',''),(4891,1019,'eg_sources_vimeo',''),(4892,1019,'eg_sources_wistia',''),(4893,1019,'eg_sources_wistia',''),(4894,1019,'eg_sources_image',''),(4895,1019,'eg_sources_image',''),(4896,1019,'eg_sources_iframe',''),(4897,1019,'eg_sources_iframe',''),(4898,1019,'eg_sources_soundcloud',''),(4899,1019,'eg_sources_soundcloud',''),(4900,1019,'eg_vimeo_ratio','0'),(4901,1019,'eg_vimeo_ratio','0'),(4902,1019,'eg_youtube_ratio','0'),(4903,1019,'eg_youtube_ratio','0'),(4904,1019,'eg_wistia_ratio','0'),(4905,1019,'eg_wistia_ratio','0'),(4906,1019,'eg_html5_ratio','0'),(4907,1019,'eg_html5_ratio','0'),(4908,1019,'eg_soundcloud_ratio','0'),(4909,1019,'eg_soundcloud_ratio','0'),(4910,1019,'eg_settings_custom_meta_skin',''),(4911,1019,'eg_settings_custom_meta_skin',''),(4912,1019,'eg_settings_custom_meta_element',''),(4913,1019,'eg_settings_custom_meta_element',''),(4914,1019,'eg_settings_custom_meta_setting',''),(4915,1019,'eg_settings_custom_meta_setting',''),(4916,1019,'eg_settings_custom_meta_style',''),(4917,1019,'eg_settings_custom_meta_style',''),(4918,1019,'mfn-post-hide-content','0'),(4919,1019,'mfn-post-hide-content','0'),(4920,1019,'mfn-post-slider','0'),(4921,1019,'mfn-post-slider','0'),(4922,1019,'mfn-post-slider-layer','0'),(4923,1019,'mfn-post-slider-layer','0'),(4924,1019,'mfn-post-hide-title','1'),(4925,1019,'mfn-post-hide-title','1'),(4926,1019,'mfn-post-remove-padding','0'),(4927,1019,'mfn-post-remove-padding','0'),(4928,1019,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(4929,1019,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(4930,1019,'mfn-post-hide-image','1'),(4931,1019,'mfn-post-hide-image','1'),(4932,1019,'_wpb_vc_js_status','true'),(4933,1019,'_wpb_vc_js_status','true'),(4934,1019,'mfn-post-love','0'),(4935,1019,'mfn-post-love','0'),(4936,1019,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(4937,1019,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(4938,1019,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(4939,1019,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(4940,1019,'_wp_old_slug','blog-title-03'),(4941,1019,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(4942,1019,'_wp_old_slug','blog-title-03'),(4943,1019,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(4944,1019,'mfn-post-sidebar','0'),(4945,1019,'mfn-post-sidebar','0'),(4946,1019,'mfn-post-sidebar2','0'),(4947,1019,'mfn-post-sidebar2','0'),(4948,1019,'_thumbnail_id','1020'),(4949,1019,'_thumbnail_id','1020'),(4951,1019,'_dp_original','1002'),(4952,1019,'_edit_lock','1511892040:2'),(4953,1020,'_wp_attached_file','2017/11/Holiday-Stress-600X403.jpg'),(4954,1020,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:403;s:4:\"file\";s:34:\"2017/11/Holiday-Stress-600X403.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"Holiday-Stress-600X403-150x150.jpg\";s:5:\"width\";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:\"Holiday-Stress-600X403-300x202.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"ttshowcase_normal\";a:4:{s:4:\"file\";s:33:\"Holiday-Stress-600X403-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:32:\"Holiday-Stress-600X403-75x50.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"Holiday-Stress-600X403-217x146.jpg\";s:5:\"width\";i:217;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:32:\"Holiday-Stress-600X403-50x34.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:34;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:33:\"Holiday-Stress-600X403-112x75.jpg\";s:5:\"width\";i:112;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:32:\"Holiday-Stress-600X403-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:32:\"Holiday-Stress-600X403-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(4955,1019,'_edit_last','2'),(4957,1024,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4958,1024,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4959,1024,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4960,1024,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4961,1024,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4962,1024,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4963,1024,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4964,1024,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4965,1024,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4966,1024,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4967,1024,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4968,1024,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4969,1024,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4970,1024,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4971,1024,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4972,1024,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4973,1024,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4974,1024,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4975,1024,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4976,1024,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4977,1024,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4978,1024,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4979,1024,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4980,1024,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4981,1024,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4982,1024,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4983,1024,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4984,1024,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4985,1024,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4986,1024,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4987,1024,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4988,1024,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4989,1024,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4990,1024,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4991,1024,'slide_template','default'),(4992,1024,'slide_template','default'),(4993,1024,'eg_sources_html5_mp4',''),(4994,1024,'eg_sources_html5_mp4',''),(4995,1024,'eg_sources_html5_ogv',''),(4996,1024,'eg_sources_html5_ogv',''),(4997,1024,'eg_sources_html5_webm',''),(4998,1024,'eg_sources_html5_webm',''),(4999,1024,'eg_sources_youtube',''),(5000,1024,'eg_sources_youtube',''),(5001,1024,'eg_sources_vimeo',''),(5002,1024,'eg_sources_vimeo',''),(5003,1024,'eg_sources_wistia',''),(5004,1024,'eg_sources_wistia',''),(5005,1024,'eg_sources_image',''),(5006,1024,'eg_sources_image',''),(5007,1024,'eg_sources_iframe',''),(5008,1024,'eg_sources_iframe',''),(5009,1024,'eg_sources_soundcloud',''),(5010,1024,'eg_sources_soundcloud',''),(5011,1024,'eg_vimeo_ratio','0'),(5012,1024,'eg_vimeo_ratio','0'),(5013,1024,'eg_youtube_ratio','0'),(5014,1024,'eg_youtube_ratio','0'),(5015,1024,'eg_wistia_ratio','0'),(5016,1024,'eg_wistia_ratio','0'),(5017,1024,'eg_html5_ratio','0'),(5018,1024,'eg_html5_ratio','0'),(5019,1024,'eg_soundcloud_ratio','0'),(5020,1024,'eg_soundcloud_ratio','0'),(5021,1024,'eg_settings_custom_meta_skin',''),(5022,1024,'eg_settings_custom_meta_skin',''),(5023,1024,'eg_settings_custom_meta_element',''),(5024,1024,'eg_settings_custom_meta_element',''),(5025,1024,'eg_settings_custom_meta_setting',''),(5026,1024,'eg_settings_custom_meta_setting',''),(5027,1024,'eg_settings_custom_meta_style',''),(5028,1024,'eg_settings_custom_meta_style',''),(5029,1024,'mfn-post-hide-content','0'),(5030,1024,'mfn-post-hide-content','0'),(5031,1024,'mfn-post-slider','0'),(5032,1024,'mfn-post-slider','0'),(5033,1024,'mfn-post-slider-layer','0'),(5034,1024,'mfn-post-slider-layer','0'),(5035,1024,'mfn-post-hide-title','1'),(5036,1024,'mfn-post-hide-title','1'),(5037,1024,'mfn-post-remove-padding','0'),(5038,1024,'mfn-post-remove-padding','0'),(5039,1024,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(5040,1024,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(5041,1024,'mfn-post-hide-image','1'),(5042,1024,'mfn-post-hide-image','1'),(5043,1024,'_wpb_vc_js_status','true'),(5044,1024,'_wpb_vc_js_status','true'),(5045,1024,'mfn-post-love','0'),(5046,1024,'mfn-post-love','0'),(5047,1024,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(5048,1024,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(5049,1024,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(5050,1024,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(5051,1024,'_wp_old_slug','blog-title-03'),(5052,1024,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(5053,1024,'_wp_old_slug','blog-title-03'),(5054,1024,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(5055,1024,'mfn-post-sidebar','0'),(5056,1024,'mfn-post-sidebar','0'),(5057,1024,'mfn-post-sidebar2','0'),(5058,1024,'mfn-post-sidebar2','0'),(5059,1024,'_thumbnail_id','1025'),(5060,1024,'_thumbnail_id','1025'),(5062,1024,'_dp_original','1002'),(5063,1024,'_edit_lock','1512082656:2'),(5064,1025,'_wp_attached_file','2017/11/Andrographis-paniculata-600X509.jpg'),(5065,1025,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:509;s:4:\"file\";s:43:\"2017/11/Andrographis-paniculata-600X509.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"Andrographis-paniculata-600X509-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"Andrographis-paniculata-600X509-300x255.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:255;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"ttshowcase_normal\";a:4:{s:4:\"file\";s:43:\"Andrographis-paniculata-600X509-125x106.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:106;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"ttshowcase_small\";a:4:{s:4:\"file\";s:41:\"Andrographis-paniculata-600X509-75x64.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:43:\"Andrographis-paniculata-600X509-172x146.jpg\";s:5:\"width\";i:172;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:41:\"Andrographis-paniculata-600X509-50x42.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:42;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:41:\"Andrographis-paniculata-600X509-88x75.jpg\";s:5:\"width\";i:88;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:41:\"Andrographis-paniculata-600X509-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:41:\"Andrographis-paniculata-600X509-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:43:\"Andrographis-paniculata-600X509-600x500.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:43:\"Andrographis-paniculata-600X509-600x480.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:480;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:{}}}'),(5066,1024,'_edit_last','2'),(5067,1024,'_oembed_c0777f2787aa4d3b0e6d3db121eaa97c','<blockquote class=\"wp-embedded-content\" data-secret=\"uJEyY2pX8U\"><a href=\"https://drnibber.com/q-should-i-consider-andrographis-for-dealing-with-the-respiratory-infections-i-seem-to-get-every-year-around-this-time/\">Andrographis: A Natural Approach to Upper Respiratory Tract Infections</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://drnibber.com/q-should-i-consider-andrographis-for-dealing-with-the-respiratory-infections-i-seem-to-get-every-year-around-this-time/embed/#?secret=uJEyY2pX8U\" data-secret=\"uJEyY2pX8U\" width=\"600\" height=\"338\" title=\"&#8220;Andrographis: A Natural Approach to Upper Respiratory Tract Infections&#8221; &#8212; Dr Nibber\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(5068,1024,'_oembed_time_c0777f2787aa4d3b0e6d3db121eaa97c','1512076219'),(5071,1033,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5072,1033,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5073,1033,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5074,1033,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5075,1033,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5076,1033,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5077,1033,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5078,1033,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5079,1033,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5080,1033,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5081,1033,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5082,1033,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5083,1033,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5084,1033,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5085,1033,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5086,1033,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5087,1033,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5088,1033,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5089,1033,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5090,1033,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5091,1033,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5092,1033,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5093,1033,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5094,1033,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5095,1033,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5096,1033,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5097,1033,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5098,1033,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5099,1033,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5100,1033,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5101,1033,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5102,1033,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5103,1033,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5104,1033,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5105,1033,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5106,1033,'slide_template','default'),(5107,1033,'slide_template','default'),(5108,1033,'eg_sources_html5_mp4',''),(5109,1033,'eg_sources_html5_mp4',''),(5110,1033,'eg_sources_html5_ogv',''),(5111,1033,'eg_sources_html5_ogv',''),(5112,1033,'eg_sources_html5_webm',''),(5113,1033,'eg_sources_html5_webm',''),(5114,1033,'eg_sources_youtube',''),(5115,1033,'eg_sources_youtube',''),(5116,1033,'eg_sources_vimeo',''),(5117,1033,'eg_sources_vimeo',''),(5118,1033,'eg_sources_wistia',''),(5119,1033,'eg_sources_wistia',''),(5120,1033,'eg_sources_image',''),(5121,1033,'eg_sources_image',''),(5122,1033,'eg_sources_iframe',''),(5123,1033,'eg_sources_iframe',''),(5124,1033,'eg_sources_soundcloud',''),(5125,1033,'eg_sources_soundcloud',''),(5126,1033,'eg_vimeo_ratio','0'),(5127,1033,'eg_vimeo_ratio','0'),(5128,1033,'eg_youtube_ratio','0'),(5129,1033,'eg_youtube_ratio','0'),(5130,1033,'eg_wistia_ratio','0'),(5131,1033,'eg_wistia_ratio','0'),(5132,1033,'eg_html5_ratio','0'),(5133,1033,'eg_html5_ratio','0'),(5134,1033,'eg_soundcloud_ratio','0'),(5135,1033,'eg_soundcloud_ratio','0'),(5136,1033,'eg_settings_custom_meta_skin',''),(5137,1033,'eg_settings_custom_meta_skin',''),(5138,1033,'eg_settings_custom_meta_element',''),(5139,1033,'eg_settings_custom_meta_element',''),(5140,1033,'eg_settings_custom_meta_setting',''),(5141,1033,'eg_settings_custom_meta_setting',''),(5142,1033,'eg_settings_custom_meta_style',''),(5143,1033,'eg_settings_custom_meta_style',''),(5144,1033,'mfn-post-hide-content','0'),(5145,1033,'mfn-post-hide-content','0'),(5146,1033,'mfn-post-slider','0'),(5147,1033,'mfn-post-slider','0'),(5148,1033,'mfn-post-slider-layer','0'),(5149,1033,'mfn-post-slider-layer','0'),(5150,1033,'mfn-post-hide-title','1'),(5151,1033,'mfn-post-hide-title','1'),(5152,1033,'mfn-post-remove-padding','0'),(5153,1033,'mfn-post-remove-padding','0'),(5154,1033,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(5155,1033,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(5156,1033,'mfn-post-hide-image','1'),(5157,1033,'mfn-post-hide-image','1'),(5158,1033,'_wpb_vc_js_status','true'),(5159,1033,'_wpb_vc_js_status','true'),(5160,1033,'mfn-post-love','0'),(5161,1033,'mfn-post-love','0'),(5162,1033,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(5163,1033,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(5164,1033,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(5165,1033,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(5166,1033,'_wp_old_slug','blog-title-03'),(5167,1033,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(5168,1033,'_wp_old_slug','blog-title-03'),(5169,1033,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(5170,1033,'mfn-post-sidebar','0'),(5171,1033,'mfn-post-sidebar','0'),(5172,1033,'mfn-post-sidebar2','0'),(5173,1033,'mfn-post-sidebar2','0'),(5174,1033,'_thumbnail_id','1034'),(5175,1033,'_thumbnail_id','1034'),(5177,1033,'_dp_original','1019'),(5178,1033,'_edit_lock','1513723272:2'),(5179,1033,'_edit_last','2'),(5180,1034,'_wp_attached_file','2017/12/depressed-woman-with-title-600X404.jpg'),(5181,1034,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:404;s:4:\"file\";s:46:\"2017/12/depressed-woman-with-title-600X404.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"depressed-woman-with-title-600X404-150x150.jpg\";s:5:\"width\";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:\"depressed-woman-with-title-600X404-300x202.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"ttshowcase_normal\";a:4:{s:4:\"file\";s:45:\"depressed-woman-with-title-600X404-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:44:\"depressed-woman-with-title-600X404-75x51.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:51;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:46:\"depressed-woman-with-title-600X404-217x146.jpg\";s:5:\"width\";i:217;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:44:\"depressed-woman-with-title-600X404-50x34.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:34;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:45:\"depressed-woman-with-title-600X404-111x75.jpg\";s:5:\"width\";i:111;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:44:\"depressed-woman-with-title-600X404-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:44:\"depressed-woman-with-title-600X404-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(5183,1040,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5184,1040,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5185,1040,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5186,1040,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5187,1040,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5188,1040,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5189,1040,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5190,1040,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5191,1040,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5192,1040,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5193,1040,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5194,1040,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5195,1040,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5196,1040,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5197,1040,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5198,1040,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5199,1040,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5200,1040,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5201,1040,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5202,1040,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5203,1040,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5204,1040,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5205,1040,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5206,1040,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5207,1040,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5208,1040,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5209,1040,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5210,1040,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5211,1040,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5212,1040,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5213,1040,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5214,1040,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5215,1040,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5216,1040,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5217,1040,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5218,1040,'slide_template','default'),(5219,1040,'slide_template','default'),(5220,1040,'eg_sources_html5_mp4',''),(5221,1040,'eg_sources_html5_mp4',''),(5222,1040,'eg_sources_html5_ogv',''),(5223,1040,'eg_sources_html5_ogv',''),(5224,1040,'eg_sources_html5_webm',''),(5225,1040,'eg_sources_html5_webm',''),(5226,1040,'eg_sources_youtube',''),(5227,1040,'eg_sources_youtube',''),(5228,1040,'eg_sources_vimeo',''),(5229,1040,'eg_sources_vimeo',''),(5230,1040,'eg_sources_wistia',''),(5231,1040,'eg_sources_wistia',''),(5232,1040,'eg_sources_image',''),(5233,1040,'eg_sources_image',''),(5234,1040,'eg_sources_iframe',''),(5235,1040,'eg_sources_iframe',''),(5236,1040,'eg_sources_soundcloud',''),(5237,1040,'eg_sources_soundcloud',''),(5238,1040,'eg_vimeo_ratio','0'),(5239,1040,'eg_vimeo_ratio','0'),(5240,1040,'eg_youtube_ratio','0'),(5241,1040,'eg_youtube_ratio','0'),(5242,1040,'eg_wistia_ratio','0'),(5243,1040,'eg_wistia_ratio','0'),(5244,1040,'eg_html5_ratio','0'),(5245,1040,'eg_html5_ratio','0'),(5246,1040,'eg_soundcloud_ratio','0'),(5247,1040,'eg_soundcloud_ratio','0'),(5248,1040,'eg_settings_custom_meta_skin',''),(5249,1040,'eg_settings_custom_meta_skin',''),(5250,1040,'eg_settings_custom_meta_element',''),(5251,1040,'eg_settings_custom_meta_element',''),(5252,1040,'eg_settings_custom_meta_setting',''),(5253,1040,'eg_settings_custom_meta_setting',''),(5254,1040,'eg_settings_custom_meta_style',''),(5255,1040,'eg_settings_custom_meta_style',''),(5256,1040,'mfn-post-hide-content','0'),(5257,1040,'mfn-post-hide-content','0'),(5258,1040,'mfn-post-slider','0'),(5259,1040,'mfn-post-slider','0'),(5260,1040,'mfn-post-slider-layer','0'),(5261,1040,'mfn-post-slider-layer','0'),(5262,1040,'mfn-post-hide-title','1'),(5263,1040,'mfn-post-hide-title','1'),(5264,1040,'mfn-post-remove-padding','0'),(5265,1040,'mfn-post-remove-padding','0'),(5266,1040,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(5267,1040,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(5268,1040,'mfn-post-hide-image','1'),(5269,1040,'mfn-post-hide-image','1'),(5270,1040,'_wpb_vc_js_status','true'),(5271,1040,'_wpb_vc_js_status','true'),(5272,1040,'mfn-post-love','0'),(5273,1040,'mfn-post-love','0'),(5274,1040,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(5275,1040,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(5276,1040,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(5277,1040,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(5278,1040,'_wp_old_slug','blog-title-03'),(5279,1040,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(5280,1040,'_wp_old_slug','blog-title-03'),(5281,1040,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(5282,1040,'mfn-post-sidebar','0'),(5283,1040,'mfn-post-sidebar','0'),(5284,1040,'mfn-post-sidebar2','0'),(5285,1040,'mfn-post-sidebar2','0'),(5286,1040,'_thumbnail_id','1041'),(5287,1040,'_thumbnail_id','1041'),(5289,1040,'_oembed_c0777f2787aa4d3b0e6d3db121eaa97c','<blockquote class=\"wp-embedded-content\" data-secret=\"uJEyY2pX8U\"><a href=\"https://drnibber.com/q-should-i-consider-andrographis-for-dealing-with-the-respiratory-infections-i-seem-to-get-every-year-around-this-time/\">Andrographis: A Natural Approach to Upper Respiratory Tract Infections</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://drnibber.com/q-should-i-consider-andrographis-for-dealing-with-the-respiratory-infections-i-seem-to-get-every-year-around-this-time/embed/#?secret=uJEyY2pX8U\" data-secret=\"uJEyY2pX8U\" width=\"600\" height=\"338\" title=\"&#8220;Andrographis: A Natural Approach to Upper Respiratory Tract Infections&#8221; &#8212; Dr Nibber\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(5290,1040,'_oembed_time_c0777f2787aa4d3b0e6d3db121eaa97c','1512076219'),(5291,1040,'_dp_original','1024'),(5292,1040,'_edit_lock','1514996386:2'),(5293,1040,'_edit_last','2'),(5294,1041,'_wp_attached_file','2017/12/Moringa-600X503.jpg'),(5295,1041,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:503;s:4:\"file\";s:27:\"2017/12/Moringa-600X503.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Moringa-600X503-150x150.jpg\";s:5:\"width\";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:\"Moringa-600X503-300x252.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"ttshowcase_normal\";a:4:{s:4:\"file\";s:27:\"Moringa-600X503-125x105.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:105;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"ttshowcase_small\";a:4:{s:4:\"file\";s:25:\"Moringa-600X503-75x63.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:63;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"Moringa-600X503-174x146.jpg\";s:5:\"width\";i:174;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:25:\"Moringa-600X503-50x42.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:42;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:25:\"Moringa-600X503-89x75.jpg\";s:5:\"width\";i:89;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:25:\"Moringa-600X503-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:25:\"Moringa-600X503-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:27:\"Moringa-600X503-600x500.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:27:\"Moringa-600X503-600x480.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:480;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:{}}}'),(5297,1045,'_wp_attached_file','2016/07/Additional-Services-469x313.jpg'),(5298,1045,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:469;s:6:\"height\";i:313;s:4:\"file\";s:39:\"2016/07/Additional-Services-469x313.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Additional-Services-469x313-150x150.jpg\";s:5:\"width\";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:\"Additional-Services-469x313-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:38:\"Additional-Services-469x313-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:37:\"Additional-Services-469x313-75x50.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"Additional-Services-469x313-219x146.jpg\";s:5:\"width\";i:219;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:37:\"Additional-Services-469x313-50x33.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:33;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:38:\"Additional-Services-469x313-112x75.jpg\";s:5:\"width\";i:112;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:37:\"Additional-Services-469x313-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:37:\"Additional-Services-469x313-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(5299,1046,'_wp_attached_file','2016/07/how-we-help-469x313.jpg'),(5300,1046,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:469;s:6:\"height\";i:313;s:4:\"file\";s:31:\"2016/07/how-we-help-469x313.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"how-we-help-469x313-150x150.jpg\";s:5:\"width\";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:\"how-we-help-469x313-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:30:\"how-we-help-469x313-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:29:\"how-we-help-469x313-75x50.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"how-we-help-469x313-219x146.jpg\";s:5:\"width\";i:219;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:29:\"how-we-help-469x313-50x33.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:33;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:30:\"how-we-help-469x313-112x75.jpg\";s:5:\"width\";i:112;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:29:\"how-we-help-469x313-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:29:\"how-we-help-469x313-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(5301,1047,'_wp_attached_file','2016/07/Who-We-Are-Photoscape-Crop.jpg'),(5302,1047,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:469;s:6:\"height\";i:313;s:4:\"file\";s:38:\"2016/07/Who-We-Are-Photoscape-Crop.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Who-We-Are-Photoscape-Crop-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"Who-We-Are-Photoscape-Crop-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:37:\"Who-We-Are-Photoscape-Crop-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:36:\"Who-We-Are-Photoscape-Crop-75x50.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"Who-We-Are-Photoscape-Crop-219x146.jpg\";s:5:\"width\";i:219;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:36:\"Who-We-Are-Photoscape-Crop-50x33.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:33;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:37:\"Who-We-Are-Photoscape-Crop-112x75.jpg\";s:5:\"width\";i:112;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:36:\"Who-We-Are-Photoscape-Crop-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:36:\"Who-We-Are-Photoscape-Crop-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"NIKON D3S\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1472546378\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"38\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5303,1048,'_wp_attached_file','2017/12/Ruths-Logo-clear-bkgrnd-808x351.png'),(5304,1048,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:808;s:6:\"height\";i:351;s:4:\"file\";s:43:\"2017/12/Ruths-Logo-clear-bkgrnd-808x351.png\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"Ruths-Logo-clear-bkgrnd-808x351-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:43:\"Ruths-Logo-clear-bkgrnd-808x351-300x130.png\";s:5:\"width\";i:300;s:6:\"height\";i:130;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"Ruths-Logo-clear-bkgrnd-808x351-768x334.png\";s:5:\"width\";i:768;s:6:\"height\";i:334;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"ttshowcase_normal\";a:4:{s:4:\"file\";s:42:\"Ruths-Logo-clear-bkgrnd-808x351-125x54.png\";s:5:\"width\";i:125;s:6:\"height\";i:54;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"ttshowcase_small\";a:4:{s:4:\"file\";s:41:\"Ruths-Logo-clear-bkgrnd-808x351-75x33.png\";s:5:\"width\";i:75;s:6:\"height\";i:33;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:43:\"Ruths-Logo-clear-bkgrnd-808x351-260x113.png\";s:5:\"width\";i:260;s:6:\"height\";i:113;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:41:\"Ruths-Logo-clear-bkgrnd-808x351-50x22.png\";s:5:\"width\";i:50;s:6:\"height\";i:22;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:42:\"Ruths-Logo-clear-bkgrnd-808x351-150x65.png\";s:5:\"width\";i:150;s:6:\"height\";i:65;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:41:\"Ruths-Logo-clear-bkgrnd-808x351-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:41:\"Ruths-Logo-clear-bkgrnd-808x351-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:43:\"Ruths-Logo-clear-bkgrnd-808x351-768x351.png\";s:5:\"width\";i:768;s:6:\"height\";i:351;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:{}}}'),(5305,1049,'_wp_attached_file','2017/12/Ruth-Nutrition-favicon.png'),(5306,1049,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:36;s:6:\"height\";i:50;s:4:\"file\";s:34:\"2017/12/Ruth-Nutrition-favicon.png\";s:5:\"sizes\";a:1:{s:5:\"50x50\";a:4:{s:4:\"file\";s:32:\"Ruth-Nutrition-favicon-36x50.png\";s:5:\"width\";i:36;s:6:\"height\";i:50;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:{}}}'),(5307,1050,'_wp_attached_file','2017/12/bkgrnd-brown_interlocking_circles_indented_background_seamless.jpg'),(5308,1050,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:400;s:4:\"file\";s:74:\"2017/12/bkgrnd-brown_interlocking_circles_indented_background_seamless.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:74:\"bkgrnd-brown_interlocking_circles_indented_background_seamless-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:74:\"bkgrnd-brown_interlocking_circles_indented_background_seamless-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:74:\"bkgrnd-brown_interlocking_circles_indented_background_seamless-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:72:\"bkgrnd-brown_interlocking_circles_indented_background_seamless-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:74:\"bkgrnd-brown_interlocking_circles_indented_background_seamless-146x146.jpg\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:72:\"bkgrnd-brown_interlocking_circles_indented_background_seamless-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:72:\"bkgrnd-brown_interlocking_circles_indented_background_seamless-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:72:\"bkgrnd-brown_interlocking_circles_indented_background_seamless-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:72:\"bkgrnd-brown_interlocking_circles_indented_background_seamless-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(5309,1051,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5310,1051,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5311,1051,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5312,1051,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5313,1051,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5314,1051,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5315,1051,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5316,1051,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5317,1051,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5318,1051,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5319,1051,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5320,1051,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5321,1051,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5322,1051,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5323,1051,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5324,1051,'slide_template','default'),(5325,1051,'eg_sources_html5_mp4',''),(5326,1051,'eg_sources_html5_ogv',''),(5327,1051,'eg_sources_html5_webm',''),(5328,1051,'eg_sources_youtube',''),(5329,1051,'eg_sources_vimeo',''),(5330,1051,'eg_sources_wistia',''),(5331,1051,'eg_sources_image',''),(5332,1051,'eg_sources_iframe',''),(5333,1051,'eg_sources_soundcloud',''),(5334,1051,'eg_vimeo_ratio','0'),(5335,1051,'eg_youtube_ratio','0'),(5336,1051,'eg_wistia_ratio','0'),(5337,1051,'eg_html5_ratio','0'),(5338,1051,'eg_soundcloud_ratio','0'),(5339,1051,'eg_settings_custom_meta_skin',''),(5340,1051,'eg_settings_custom_meta_element',''),(5341,1051,'eg_settings_custom_meta_setting',''),(5342,1051,'eg_settings_custom_meta_style',''),(5343,1051,'mfn-post-hide-content','0'),(5344,1051,'mfn-post-slider','0'),(5345,1051,'mfn-post-slider-layer','0'),(5346,1051,'mfn-post-hide-title','1'),(5347,1051,'mfn-post-remove-padding','0'),(5348,1051,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(5349,1051,'mfn-post-hide-image','1'),(5350,1051,'_wpb_vc_js_status','true'),(5351,1051,'_thumbnail_id','980'),(5352,1051,'mfn-post-layout','no-sidebar'),(5353,1051,'mfn-post-love','0'),(5354,1051,'_wp_old_slug','blog-title-02'),(5355,1051,'mfn-post-sidebar','0'),(5356,1051,'mfn-post-sidebar2','0'),(5357,1051,'_oembed_913e7043f507ea22cb4da7e83292d6f2','<blockquote data-secret=\"kvtsCLWGTr\" class=\"wp-embedded-content\"><a href=\"http://hypertensioninstitute.com/service/hypertension-institute-meal-plan/\">Hypertension Institute Meal Plan</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"http://hypertensioninstitute.com/service/hypertension-institute-meal-plan/embed/#?secret=kvtsCLWGTr\" data-secret=\"kvtsCLWGTr\" width=\"600\" height=\"338\" title=\"&#8220;Hypertension Institute Meal Plan&#8221; &#8212; Hypertension Institute\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(5358,1051,'_oembed_time_913e7043f507ea22cb4da7e83292d6f2','1486141826'),(5359,1051,'_oembed_1107b83673a19773304c8fa53c991289','{{unknown}}'),(5361,1051,'_dp_original','979'),(5362,1051,'_edit_lock','1562184187:2'),(5363,1051,'_edit_last','2'),(5368,10,'mfn-post-sidebar','0'),(5369,10,'mfn-post-sidebar2','0'),(5370,1060,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5371,1060,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5372,1060,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5373,1060,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5374,1060,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5375,1060,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5376,1060,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5377,1060,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5378,1060,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5379,1060,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5380,1060,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5381,1060,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5382,1060,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5383,1060,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5384,1060,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5385,1060,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5386,1060,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5387,1060,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5388,1060,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5389,1060,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5390,1060,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5391,1060,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5392,1060,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5393,1060,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5394,1060,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5395,1060,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5396,1060,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5397,1060,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5398,1060,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5399,1060,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5400,1060,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5401,1060,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5402,1060,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5403,1060,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5404,1060,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5405,1060,'slide_template','default'),(5406,1060,'slide_template','default'),(5407,1060,'eg_sources_html5_mp4',''),(5408,1060,'eg_sources_html5_mp4',''),(5409,1060,'eg_sources_html5_ogv',''),(5410,1060,'eg_sources_html5_ogv',''),(5411,1060,'eg_sources_html5_webm',''),(5412,1060,'eg_sources_html5_webm',''),(5413,1060,'eg_sources_youtube',''),(5414,1060,'eg_sources_youtube',''),(5415,1060,'eg_sources_vimeo',''),(5416,1060,'eg_sources_vimeo',''),(5417,1060,'eg_sources_wistia',''),(5418,1060,'eg_sources_wistia',''),(5419,1060,'eg_sources_image',''),(5420,1060,'eg_sources_image',''),(5421,1060,'eg_sources_iframe',''),(5422,1060,'eg_sources_iframe',''),(5423,1060,'eg_sources_soundcloud',''),(5424,1060,'eg_sources_soundcloud',''),(5425,1060,'eg_vimeo_ratio','0'),(5426,1060,'eg_vimeo_ratio','0'),(5427,1060,'eg_youtube_ratio','0'),(5428,1060,'eg_youtube_ratio','0'),(5429,1060,'eg_wistia_ratio','0'),(5430,1060,'eg_wistia_ratio','0'),(5431,1060,'eg_html5_ratio','0'),(5432,1060,'eg_html5_ratio','0'),(5433,1060,'eg_soundcloud_ratio','0'),(5434,1060,'eg_soundcloud_ratio','0'),(5435,1060,'eg_settings_custom_meta_skin',''),(5436,1060,'eg_settings_custom_meta_skin',''),(5437,1060,'eg_settings_custom_meta_element',''),(5438,1060,'eg_settings_custom_meta_element',''),(5439,1060,'eg_settings_custom_meta_setting',''),(5440,1060,'eg_settings_custom_meta_setting',''),(5441,1060,'eg_settings_custom_meta_style',''),(5442,1060,'eg_settings_custom_meta_style',''),(5443,1060,'mfn-post-hide-content','0'),(5444,1060,'mfn-post-hide-content','0'),(5445,1060,'mfn-post-slider','0'),(5446,1060,'mfn-post-slider','0'),(5447,1060,'mfn-post-slider-layer','0'),(5448,1060,'mfn-post-slider-layer','0'),(5449,1060,'mfn-post-hide-title','1'),(5450,1060,'mfn-post-hide-title','1'),(5451,1060,'mfn-post-remove-padding','0'),(5452,1060,'mfn-post-remove-padding','0'),(5453,1060,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(5454,1060,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(5455,1060,'mfn-post-hide-image','1'),(5456,1060,'mfn-post-hide-image','1'),(5457,1060,'_wpb_vc_js_status','true'),(5458,1060,'_wpb_vc_js_status','true'),(5459,1060,'mfn-post-love','0'),(5460,1060,'mfn-post-love','0'),(5461,1060,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(5462,1060,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(5463,1060,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(5464,1060,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(5465,1060,'_wp_old_slug','blog-title-03'),(5466,1060,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(5467,1060,'_wp_old_slug','blog-title-03'),(5468,1060,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(5469,1060,'mfn-post-sidebar','0'),(5470,1060,'mfn-post-sidebar','0'),(5471,1060,'mfn-post-sidebar2','0'),(5472,1060,'mfn-post-sidebar2','0'),(5473,1060,'_thumbnail_id','1061'),(5474,1060,'_thumbnail_id','1061'),(5476,1060,'_dp_original','1011'),(5477,1060,'_edit_lock','1517434747:2'),(5478,1061,'_wp_attached_file','2018/01/Healthy-Heart-600X600.png'),(5479,1061,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:33:\"2018/01/Healthy-Heart-600X600.png\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Healthy-Heart-600X600-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:33:\"Healthy-Heart-600X600-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"ttshowcase_normal\";a:4:{s:4:\"file\";s:33:\"Healthy-Heart-600X600-125x125.png\";s:5:\"width\";i:125;s:6:\"height\";i:125;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"ttshowcase_small\";a:4:{s:4:\"file\";s:31:\"Healthy-Heart-600X600-75x75.png\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"Healthy-Heart-600X600-146x146.png\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:31:\"Healthy-Heart-600X600-50x50.png\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:31:\"Healthy-Heart-600X600-75x75.png\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:31:\"Healthy-Heart-600X600-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:31:\"Healthy-Heart-600X600-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:33:\"Healthy-Heart-600X600-600x500.png\";s:5:\"width\";i:600;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:33:\"Healthy-Heart-600X600-600x480.png\";s:5:\"width\";i:600;s:6:\"height\";i:480;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:{}}}'),(5480,1060,'_edit_last','2'),(5481,1060,'_oembed_70c3f7c0b35f507260fceba4aa944398','{{unknown}}'),(5483,1069,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5484,1069,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5485,1069,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5486,1069,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5487,1069,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5488,1069,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5489,1069,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5490,1069,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5491,1069,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5492,1069,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5493,1069,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5494,1069,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5495,1069,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5496,1069,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5497,1069,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5498,1069,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5499,1069,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5500,1069,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5501,1069,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5502,1069,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5503,1069,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5504,1069,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5505,1069,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5506,1069,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5507,1069,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5508,1069,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5509,1069,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5510,1069,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5511,1069,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5512,1069,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5513,1069,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5514,1069,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5515,1069,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5516,1069,'slide_template','default'),(5517,1069,'slide_template','default'),(5518,1069,'eg_sources_html5_mp4',''),(5519,1069,'eg_sources_html5_mp4',''),(5520,1069,'eg_sources_html5_ogv',''),(5521,1069,'eg_sources_html5_ogv',''),(5522,1069,'eg_sources_html5_webm',''),(5523,1069,'eg_sources_html5_webm',''),(5524,1069,'eg_sources_youtube',''),(5525,1069,'eg_sources_youtube',''),(5526,1069,'eg_sources_vimeo',''),(5527,1069,'eg_sources_vimeo',''),(5528,1069,'eg_sources_wistia',''),(5529,1069,'eg_sources_wistia',''),(5530,1069,'eg_sources_image',''),(5531,1069,'eg_sources_image',''),(5532,1069,'eg_sources_iframe',''),(5533,1069,'eg_sources_iframe',''),(5534,1069,'eg_sources_soundcloud',''),(5535,1069,'eg_sources_soundcloud',''),(5536,1069,'eg_vimeo_ratio','0'),(5537,1069,'eg_vimeo_ratio','0'),(5538,1069,'eg_youtube_ratio','0'),(5539,1069,'eg_youtube_ratio','0'),(5540,1069,'eg_wistia_ratio','0'),(5541,1069,'eg_wistia_ratio','0'),(5542,1069,'eg_html5_ratio','0'),(5543,1069,'eg_html5_ratio','0'),(5544,1069,'eg_soundcloud_ratio','0'),(5545,1069,'eg_soundcloud_ratio','0'),(5546,1069,'eg_settings_custom_meta_skin',''),(5547,1069,'eg_settings_custom_meta_skin',''),(5548,1069,'eg_settings_custom_meta_element',''),(5549,1069,'eg_settings_custom_meta_element',''),(5550,1069,'eg_settings_custom_meta_setting',''),(5551,1069,'eg_settings_custom_meta_setting',''),(5552,1069,'eg_settings_custom_meta_style',''),(5553,1069,'eg_settings_custom_meta_style',''),(5554,1069,'mfn-post-hide-content','0'),(5555,1069,'mfn-post-hide-content','0'),(5556,1069,'mfn-post-slider','0'),(5557,1069,'mfn-post-slider','0'),(5558,1069,'mfn-post-slider-layer','0'),(5559,1069,'mfn-post-slider-layer','0'),(5560,1069,'mfn-post-hide-title','1'),(5561,1069,'mfn-post-hide-title','1'),(5562,1069,'mfn-post-remove-padding','0'),(5563,1069,'mfn-post-remove-padding','0'),(5564,1069,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(5565,1069,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(5566,1069,'mfn-post-hide-image','1'),(5567,1069,'mfn-post-hide-image','1'),(5568,1069,'_wpb_vc_js_status','true'),(5569,1069,'_wpb_vc_js_status','true'),(5570,1069,'mfn-post-love','0'),(5571,1069,'mfn-post-love','0'),(5572,1069,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(5573,1069,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(5574,1069,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(5575,1069,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(5576,1069,'_wp_old_slug','blog-title-03'),(5577,1069,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(5578,1069,'_wp_old_slug','blog-title-03'),(5579,1069,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(5580,1069,'mfn-post-sidebar','0'),(5581,1069,'mfn-post-sidebar','0'),(5582,1069,'mfn-post-sidebar2','0'),(5583,1069,'mfn-post-sidebar2','0'),(5584,1069,'_thumbnail_id','834'),(5585,1069,'_thumbnail_id','834'),(5587,1069,'_dp_original','1016'),(5588,1069,'_edit_lock','1517595791:2'),(5589,1069,'_edit_last','2'),(5591,1071,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5592,1071,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5593,1071,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5594,1071,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5595,1071,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5596,1071,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}');
INSERT INTO `wp3l_postmeta` VALUES (5597,1071,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5598,1071,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5599,1071,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5600,1071,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5601,1071,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5602,1071,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5603,1071,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5604,1071,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5605,1071,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5606,1071,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5607,1071,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5608,1071,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5609,1071,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5610,1071,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5611,1071,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5612,1071,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5613,1071,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5614,1071,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5615,1071,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5616,1071,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5617,1071,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5618,1071,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5619,1071,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5620,1071,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5621,1071,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5622,1071,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5623,1071,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5624,1071,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5625,1071,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5626,1071,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5627,1071,'slide_template','default'),(5628,1071,'slide_template','default'),(5629,1071,'eg_sources_html5_mp4',''),(5630,1071,'eg_sources_html5_mp4',''),(5631,1071,'eg_sources_html5_ogv',''),(5632,1071,'eg_sources_html5_ogv',''),(5633,1071,'eg_sources_html5_webm',''),(5634,1071,'eg_sources_html5_webm',''),(5635,1071,'eg_sources_youtube',''),(5636,1071,'eg_sources_youtube',''),(5637,1071,'eg_sources_vimeo',''),(5638,1071,'eg_sources_vimeo',''),(5639,1071,'eg_sources_wistia',''),(5640,1071,'eg_sources_wistia',''),(5641,1071,'eg_sources_image',''),(5642,1071,'eg_sources_image',''),(5643,1071,'eg_sources_iframe',''),(5644,1071,'eg_sources_iframe',''),(5645,1071,'eg_sources_soundcloud',''),(5646,1071,'eg_sources_soundcloud',''),(5647,1071,'eg_vimeo_ratio','0'),(5648,1071,'eg_vimeo_ratio','0'),(5649,1071,'eg_youtube_ratio','0'),(5650,1071,'eg_youtube_ratio','0'),(5651,1071,'eg_wistia_ratio','0'),(5652,1071,'eg_wistia_ratio','0'),(5653,1071,'eg_html5_ratio','0'),(5654,1071,'eg_html5_ratio','0'),(5655,1071,'eg_soundcloud_ratio','0'),(5656,1071,'eg_soundcloud_ratio','0'),(5657,1071,'eg_settings_custom_meta_skin',''),(5658,1071,'eg_settings_custom_meta_skin',''),(5659,1071,'eg_settings_custom_meta_element',''),(5660,1071,'eg_settings_custom_meta_element',''),(5661,1071,'eg_settings_custom_meta_setting',''),(5662,1071,'eg_settings_custom_meta_setting',''),(5663,1071,'eg_settings_custom_meta_style',''),(5664,1071,'eg_settings_custom_meta_style',''),(5665,1071,'mfn-post-hide-content','0'),(5666,1071,'mfn-post-hide-content','0'),(5667,1071,'mfn-post-slider','0'),(5668,1071,'mfn-post-slider','0'),(5669,1071,'mfn-post-slider-layer','0'),(5670,1071,'mfn-post-slider-layer','0'),(5671,1071,'mfn-post-hide-title','1'),(5672,1071,'mfn-post-hide-title','1'),(5673,1071,'mfn-post-remove-padding','0'),(5674,1071,'mfn-post-remove-padding','0'),(5675,1071,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(5676,1071,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(5677,1071,'mfn-post-hide-image','1'),(5678,1071,'mfn-post-hide-image','1'),(5679,1071,'_wpb_vc_js_status','true'),(5680,1071,'_wpb_vc_js_status','true'),(5681,1071,'mfn-post-love','0'),(5682,1071,'mfn-post-love','0'),(5683,1071,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(5684,1071,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(5685,1071,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(5686,1071,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(5687,1071,'_wp_old_slug','blog-title-03'),(5688,1071,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(5689,1071,'_wp_old_slug','blog-title-03'),(5690,1071,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(5691,1071,'mfn-post-sidebar','0'),(5692,1071,'mfn-post-sidebar','0'),(5693,1071,'mfn-post-sidebar2','0'),(5694,1071,'mfn-post-sidebar2','0'),(5695,1071,'_thumbnail_id','1072'),(5696,1071,'_thumbnail_id','1072'),(5698,1071,'_oembed_70c3f7c0b35f507260fceba4aa944398','{{unknown}}'),(5699,1071,'_dp_original','1060'),(5700,1071,'_edit_lock','1519853276:2'),(5701,1072,'_wp_attached_file','2018/02/MCT-oil-600X600.jpg'),(5702,1072,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:27:\"2018/02/MCT-oil-600X600.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"MCT-oil-600X600-150x150.jpg\";s:5:\"width\";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:\"MCT-oil-600X600-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:27:\"MCT-oil-600X600-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:25:\"MCT-oil-600X600-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"MCT-oil-600X600-146x146.jpg\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:25:\"MCT-oil-600X600-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:25:\"MCT-oil-600X600-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:25:\"MCT-oil-600X600-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:25:\"MCT-oil-600X600-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:27:\"MCT-oil-600X600-600x500.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:27:\"MCT-oil-600X600-600x480.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:480;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:{}}}'),(5703,1071,'_edit_last','2'),(5705,1075,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5706,1075,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5707,1075,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5708,1075,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5709,1075,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5710,1075,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5711,1075,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5712,1075,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5713,1075,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5714,1075,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5715,1075,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5716,1075,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5717,1075,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5718,1075,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5719,1075,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5720,1075,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5721,1075,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5722,1075,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5723,1075,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5724,1075,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5725,1075,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5726,1075,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5727,1075,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5728,1075,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5729,1075,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5730,1075,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5731,1075,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5732,1075,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5733,1075,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5734,1075,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5735,1075,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5736,1075,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5737,1075,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5738,1075,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5739,1075,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5740,1075,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5741,1075,'slide_template','default'),(5742,1075,'slide_template','default'),(5743,1075,'eg_sources_html5_mp4',''),(5744,1075,'eg_sources_html5_mp4',''),(5745,1075,'eg_sources_html5_ogv',''),(5746,1075,'eg_sources_html5_ogv',''),(5747,1075,'eg_sources_html5_webm',''),(5748,1075,'eg_sources_html5_webm',''),(5749,1075,'eg_sources_youtube',''),(5750,1075,'eg_sources_youtube',''),(5751,1075,'eg_sources_vimeo',''),(5752,1075,'eg_sources_vimeo',''),(5753,1075,'eg_sources_wistia',''),(5754,1075,'eg_sources_wistia',''),(5755,1075,'eg_sources_image',''),(5756,1075,'eg_sources_image',''),(5757,1075,'eg_sources_iframe',''),(5758,1075,'eg_sources_iframe',''),(5759,1075,'eg_sources_soundcloud',''),(5760,1075,'eg_sources_soundcloud',''),(5761,1075,'eg_vimeo_ratio','0'),(5762,1075,'eg_vimeo_ratio','0'),(5763,1075,'eg_youtube_ratio','0'),(5764,1075,'eg_youtube_ratio','0'),(5765,1075,'eg_wistia_ratio','0'),(5766,1075,'eg_wistia_ratio','0'),(5767,1075,'eg_html5_ratio','0'),(5768,1075,'eg_html5_ratio','0'),(5769,1075,'eg_soundcloud_ratio','0'),(5770,1075,'eg_soundcloud_ratio','0'),(5771,1075,'eg_settings_custom_meta_skin',''),(5772,1075,'eg_settings_custom_meta_skin',''),(5773,1075,'eg_settings_custom_meta_element',''),(5774,1075,'eg_settings_custom_meta_element',''),(5775,1075,'eg_settings_custom_meta_setting',''),(5776,1075,'eg_settings_custom_meta_setting',''),(5777,1075,'eg_settings_custom_meta_style',''),(5778,1075,'eg_settings_custom_meta_style',''),(5779,1075,'mfn-post-hide-content','0'),(5780,1075,'mfn-post-hide-content','0'),(5781,1075,'mfn-post-slider','0'),(5782,1075,'mfn-post-slider','0'),(5783,1075,'mfn-post-slider-layer','0'),(5784,1075,'mfn-post-slider-layer','0'),(5785,1075,'mfn-post-hide-title','1'),(5786,1075,'mfn-post-hide-title','1'),(5787,1075,'mfn-post-remove-padding','0'),(5788,1075,'mfn-post-remove-padding','0'),(5789,1075,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(5790,1075,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(5791,1075,'mfn-post-hide-image','1'),(5792,1075,'mfn-post-hide-image','1'),(5793,1075,'_wpb_vc_js_status','true'),(5794,1075,'_wpb_vc_js_status','true'),(5795,1075,'mfn-post-love','0'),(5796,1075,'mfn-post-love','0'),(5797,1075,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(5798,1075,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(5799,1075,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(5800,1075,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(5801,1075,'_wp_old_slug','blog-title-03'),(5802,1075,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(5803,1075,'_wp_old_slug','blog-title-03'),(5804,1075,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(5805,1075,'mfn-post-sidebar','0'),(5806,1075,'mfn-post-sidebar','0'),(5807,1075,'mfn-post-sidebar2','0'),(5808,1075,'mfn-post-sidebar2','0'),(5809,1075,'_thumbnail_id','1083'),(5810,1075,'_thumbnail_id','1083'),(5811,1075,'_oembed_c0777f2787aa4d3b0e6d3db121eaa97c','<blockquote class=\"wp-embedded-content\" data-secret=\"uJEyY2pX8U\"><a href=\"https://drnibber.com/q-should-i-consider-andrographis-for-dealing-with-the-respiratory-infections-i-seem-to-get-every-year-around-this-time/\">Andrographis: A Natural Approach to Upper Respiratory Tract Infections</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://drnibber.com/q-should-i-consider-andrographis-for-dealing-with-the-respiratory-infections-i-seem-to-get-every-year-around-this-time/embed/#?secret=uJEyY2pX8U\" data-secret=\"uJEyY2pX8U\" width=\"600\" height=\"338\" title=\"&#8220;Andrographis: A Natural Approach to Upper Respiratory Tract Infections&#8221; &#8212; Dr Nibber\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(5812,1075,'_oembed_time_c0777f2787aa4d3b0e6d3db121eaa97c','1512076219'),(5814,1075,'_dp_original','1040'),(5815,1075,'_edit_lock','1519854806:2'),(5818,1075,'_edit_last','2'),(5819,1083,'_wp_attached_file','2018/02/Questions-600X600.jpg'),(5820,1083,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:29:\"2018/02/Questions-600X600.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Questions-600X600-150x150.jpg\";s:5:\"width\";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:\"Questions-600X600-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:29:\"Questions-600X600-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:27:\"Questions-600X600-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"Questions-600X600-146x146.jpg\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:27:\"Questions-600X600-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:27:\"Questions-600X600-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:27:\"Questions-600X600-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:27:\"Questions-600X600-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:29:\"Questions-600X600-600x500.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:29:\"Questions-600X600-600x480.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:480;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:{}}}'),(5821,1088,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5822,1088,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5823,1088,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5824,1088,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5825,1088,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5826,1088,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5827,1088,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5828,1088,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5829,1088,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5830,1088,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5831,1088,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5832,1088,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5833,1088,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5834,1088,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5835,1088,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5836,1088,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5837,1088,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5838,1088,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5839,1088,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5840,1088,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5841,1088,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5842,1088,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5843,1088,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5844,1088,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5845,1088,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5846,1088,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5847,1088,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5848,1088,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5849,1088,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5850,1088,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5851,1088,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5852,1088,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5853,1088,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5854,1088,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5855,1088,'slide_template','default'),(5856,1088,'slide_template','default'),(5857,1088,'eg_sources_html5_mp4',''),(5858,1088,'eg_sources_html5_mp4',''),(5859,1088,'eg_sources_html5_ogv',''),(5860,1088,'eg_sources_html5_ogv',''),(5861,1088,'eg_sources_html5_webm',''),(5862,1088,'eg_sources_html5_webm',''),(5863,1088,'eg_sources_youtube',''),(5864,1088,'eg_sources_youtube',''),(5865,1088,'eg_sources_vimeo',''),(5866,1088,'eg_sources_vimeo',''),(5867,1088,'eg_sources_wistia',''),(5868,1088,'eg_sources_wistia',''),(5869,1088,'eg_sources_image',''),(5870,1088,'eg_sources_image',''),(5871,1088,'eg_sources_iframe',''),(5872,1088,'eg_sources_iframe',''),(5873,1088,'eg_sources_soundcloud',''),(5874,1088,'eg_sources_soundcloud',''),(5875,1088,'eg_vimeo_ratio','0'),(5876,1088,'eg_vimeo_ratio','0'),(5877,1088,'eg_youtube_ratio','0'),(5878,1088,'eg_youtube_ratio','0'),(5879,1088,'eg_wistia_ratio','0'),(5880,1088,'eg_wistia_ratio','0'),(5881,1088,'eg_html5_ratio','0'),(5882,1088,'eg_html5_ratio','0'),(5883,1088,'eg_soundcloud_ratio','0'),(5884,1088,'eg_soundcloud_ratio','0'),(5885,1088,'eg_settings_custom_meta_skin',''),(5886,1088,'eg_settings_custom_meta_skin',''),(5887,1088,'eg_settings_custom_meta_element',''),(5888,1088,'eg_settings_custom_meta_element',''),(5889,1088,'eg_settings_custom_meta_setting',''),(5890,1088,'eg_settings_custom_meta_setting',''),(5891,1088,'eg_settings_custom_meta_style',''),(5892,1088,'eg_settings_custom_meta_style',''),(5893,1088,'mfn-post-hide-content','0'),(5894,1088,'mfn-post-hide-content','0'),(5895,1088,'mfn-post-slider','0'),(5896,1088,'mfn-post-slider','0'),(5897,1088,'mfn-post-slider-layer','0'),(5898,1088,'mfn-post-slider-layer','0'),(5899,1088,'mfn-post-hide-title','1'),(5900,1088,'mfn-post-hide-title','1'),(5901,1088,'mfn-post-remove-padding','0'),(5902,1088,'mfn-post-remove-padding','0'),(5903,1088,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(5904,1088,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(5905,1088,'mfn-post-hide-image','1'),(5906,1088,'mfn-post-hide-image','1'),(5907,1088,'_wpb_vc_js_status','true'),(5908,1088,'_wpb_vc_js_status','true'),(5909,1088,'mfn-post-love','0'),(5910,1088,'mfn-post-love','0'),(5911,1088,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(5912,1088,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(5913,1088,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(5914,1088,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(5915,1088,'_wp_old_slug','blog-title-03'),(5916,1088,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(5917,1088,'_wp_old_slug','blog-title-03'),(5918,1088,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(5919,1088,'mfn-post-sidebar','0'),(5920,1088,'mfn-post-sidebar','0'),(5921,1088,'mfn-post-sidebar2','0'),(5922,1088,'mfn-post-sidebar2','0'),(5923,1088,'_thumbnail_id','922'),(5924,1088,'_thumbnail_id','922'),(5926,1088,'_dp_original','1069'),(5927,1088,'_edit_lock','1520359496:2'),(5928,1088,'_edit_last','2'),(5929,1091,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5930,1091,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5931,1091,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5932,1091,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5933,1091,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5934,1091,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5935,1091,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5936,1091,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5937,1091,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5938,1091,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5939,1091,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5940,1091,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5941,1091,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5942,1091,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5943,1091,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5944,1091,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5945,1091,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5946,1091,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5947,1091,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5948,1091,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5949,1091,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5950,1091,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5951,1091,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5952,1091,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5953,1091,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5954,1091,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5955,1091,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5956,1091,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5957,1091,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5958,1091,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5959,1091,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5960,1091,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5961,1091,'slide_template','default'),(5962,1091,'slide_template','default'),(5963,1091,'eg_sources_html5_mp4',''),(5964,1091,'eg_sources_html5_mp4',''),(5965,1091,'eg_sources_html5_ogv',''),(5966,1091,'eg_sources_html5_ogv',''),(5967,1091,'eg_sources_html5_webm',''),(5968,1091,'eg_sources_html5_webm',''),(5969,1091,'eg_sources_youtube',''),(5970,1091,'eg_sources_youtube',''),(5971,1091,'eg_sources_vimeo',''),(5972,1091,'eg_sources_vimeo',''),(5973,1091,'eg_sources_wistia',''),(5974,1091,'eg_sources_wistia',''),(5975,1091,'eg_sources_image',''),(5976,1091,'eg_sources_image',''),(5977,1091,'eg_sources_iframe',''),(5978,1091,'eg_sources_iframe',''),(5979,1091,'eg_sources_soundcloud',''),(5980,1091,'eg_sources_soundcloud',''),(5981,1091,'eg_vimeo_ratio','0'),(5982,1091,'eg_vimeo_ratio','0'),(5983,1091,'eg_youtube_ratio','0'),(5984,1091,'eg_youtube_ratio','0'),(5985,1091,'eg_wistia_ratio','0'),(5986,1091,'eg_wistia_ratio','0'),(5987,1091,'eg_html5_ratio','0'),(5988,1091,'eg_html5_ratio','0'),(5989,1091,'eg_soundcloud_ratio','0'),(5990,1091,'eg_soundcloud_ratio','0'),(5991,1091,'eg_settings_custom_meta_skin',''),(5992,1091,'eg_settings_custom_meta_skin',''),(5993,1091,'eg_settings_custom_meta_element',''),(5994,1091,'eg_settings_custom_meta_element',''),(5995,1091,'eg_settings_custom_meta_setting',''),(5996,1091,'eg_settings_custom_meta_setting',''),(5997,1091,'eg_settings_custom_meta_style',''),(5998,1091,'eg_settings_custom_meta_style',''),(5999,1091,'mfn-post-hide-content','0'),(6000,1091,'mfn-post-hide-content','0'),(6001,1091,'mfn-post-slider','0'),(6002,1091,'mfn-post-slider','0'),(6003,1091,'mfn-post-slider-layer','0'),(6004,1091,'mfn-post-slider-layer','0'),(6005,1091,'mfn-post-hide-title','1'),(6006,1091,'mfn-post-hide-title','1'),(6007,1091,'mfn-post-remove-padding','0'),(6008,1091,'mfn-post-remove-padding','0'),(6009,1091,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(6010,1091,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(6011,1091,'mfn-post-hide-image','1'),(6012,1091,'mfn-post-hide-image','1'),(6013,1091,'_wpb_vc_js_status','true'),(6014,1091,'_wpb_vc_js_status','true'),(6015,1091,'mfn-post-love','0'),(6016,1091,'mfn-post-love','0'),(6017,1091,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(6018,1091,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(6019,1091,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(6020,1091,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(6021,1091,'_wp_old_slug','blog-title-03'),(6022,1091,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(6023,1091,'_wp_old_slug','blog-title-03'),(6024,1091,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(6025,1091,'mfn-post-sidebar','0'),(6026,1091,'mfn-post-sidebar','0'),(6027,1091,'mfn-post-sidebar2','0'),(6028,1091,'mfn-post-sidebar2','0'),(6029,1091,'_thumbnail_id','1092'),(6030,1091,'_thumbnail_id','1092'),(6032,1091,'_dp_original','999'),(6033,1091,'_edit_lock','1521574463:2'),(6034,1091,'_edit_last','2'),(6035,1092,'_wp_attached_file','2018/03/aromatherapy-clover-599X599.jpeg'),(6036,1092,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:599;s:6:\"height\";i:599;s:4:\"file\";s:40:\"2018/03/aromatherapy-clover-599X599.jpeg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"aromatherapy-clover-599X599-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"aromatherapy-clover-599X599-300x300.jpeg\";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:40:\"aromatherapy-clover-599X599-125x125.jpeg\";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:38:\"aromatherapy-clover-599X599-75x75.jpeg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"aromatherapy-clover-599X599-146x146.jpeg\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:38:\"aromatherapy-clover-599X599-50x50.jpeg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:38:\"aromatherapy-clover-599X599-75x75.jpeg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:38:\"aromatherapy-clover-599X599-85x85.jpeg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:38:\"aromatherapy-clover-599X599-80x80.jpeg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:40:\"aromatherapy-clover-599X599-599x500.jpeg\";s:5:\"width\";i:599;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:40:\"aromatherapy-clover-599X599-599x480.jpeg\";s:5:\"width\";i:599;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:40:\"essential oils and medical flowers herbs\";s:17:\"created_timestamp\";s:10:\"1404899074\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"100\";s:3:\"iso\";s:2:\"50\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:40:\"essential oils and medical flowers herbs\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6038,1095,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6039,1095,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6040,1095,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6041,1095,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6042,1095,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6043,1095,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6044,1095,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6045,1095,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6046,1095,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6047,1095,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6048,1095,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6049,1095,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6050,1095,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6051,1095,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6052,1095,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6053,1095,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6054,1095,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6055,1095,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6056,1095,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6057,1095,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6058,1095,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6059,1095,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6060,1095,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6061,1095,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6062,1095,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6063,1095,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6064,1095,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6065,1095,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6066,1095,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6067,1095,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6068,1095,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6069,1095,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6070,1095,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6071,1095,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6072,1095,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6073,1095,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6074,1095,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6075,1095,'slide_template','default'),(6076,1095,'slide_template','default'),(6077,1095,'eg_sources_html5_mp4',''),(6078,1095,'eg_sources_html5_mp4',''),(6079,1095,'eg_sources_html5_ogv',''),(6080,1095,'eg_sources_html5_ogv',''),(6081,1095,'eg_sources_html5_webm',''),(6082,1095,'eg_sources_html5_webm',''),(6083,1095,'eg_sources_youtube',''),(6084,1095,'eg_sources_youtube',''),(6085,1095,'eg_sources_vimeo',''),(6086,1095,'eg_sources_vimeo',''),(6087,1095,'eg_sources_wistia',''),(6088,1095,'eg_sources_wistia',''),(6089,1095,'eg_sources_image',''),(6090,1095,'eg_sources_image',''),(6091,1095,'eg_sources_iframe',''),(6092,1095,'eg_sources_iframe',''),(6093,1095,'eg_sources_soundcloud',''),(6094,1095,'eg_sources_soundcloud',''),(6095,1095,'eg_vimeo_ratio','0'),(6096,1095,'eg_vimeo_ratio','0'),(6097,1095,'eg_youtube_ratio','0'),(6098,1095,'eg_youtube_ratio','0'),(6099,1095,'eg_wistia_ratio','0'),(6100,1095,'eg_wistia_ratio','0'),(6101,1095,'eg_html5_ratio','0'),(6102,1095,'eg_html5_ratio','0'),(6103,1095,'eg_soundcloud_ratio','0'),(6104,1095,'eg_soundcloud_ratio','0'),(6105,1095,'eg_settings_custom_meta_skin',''),(6106,1095,'eg_settings_custom_meta_skin',''),(6107,1095,'eg_settings_custom_meta_element',''),(6108,1095,'eg_settings_custom_meta_element',''),(6109,1095,'eg_settings_custom_meta_setting',''),(6110,1095,'eg_settings_custom_meta_setting',''),(6111,1095,'eg_settings_custom_meta_style',''),(6112,1095,'eg_settings_custom_meta_style',''),(6113,1095,'mfn-post-hide-content','0'),(6114,1095,'mfn-post-hide-content','0'),(6115,1095,'mfn-post-slider','0'),(6116,1095,'mfn-post-slider','0'),(6117,1095,'mfn-post-slider-layer','0'),(6118,1095,'mfn-post-slider-layer','0'),(6119,1095,'mfn-post-hide-title','1'),(6120,1095,'mfn-post-hide-title','1'),(6121,1095,'mfn-post-remove-padding','0'),(6122,1095,'mfn-post-remove-padding','0'),(6123,1095,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(6124,1095,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(6125,1095,'mfn-post-hide-image','1'),(6126,1095,'mfn-post-hide-image','1'),(6127,1095,'_wpb_vc_js_status','true'),(6128,1095,'_wpb_vc_js_status','true'),(6129,1095,'mfn-post-love','0'),(6130,1095,'mfn-post-love','0'),(6131,1095,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(6132,1095,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(6133,1095,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(6134,1095,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(6135,1095,'_wp_old_slug','blog-title-03'),(6136,1095,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(6137,1095,'_wp_old_slug','blog-title-03'),(6138,1095,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(6139,1095,'mfn-post-sidebar','0'),(6140,1095,'mfn-post-sidebar','0'),(6141,1095,'mfn-post-sidebar2','0'),(6142,1095,'mfn-post-sidebar2','0'),(6143,1095,'_thumbnail_id','1096'),(6144,1095,'_thumbnail_id','1096'),(6145,1095,'_oembed_70c3f7c0b35f507260fceba4aa944398','{{unknown}}'),(6147,1095,'_dp_original','1071'),(6148,1095,'_edit_lock','1522445671:2'),(6149,1095,'_edit_last','2'),(6150,1096,'_wp_attached_file','2018/03/NAG-600X600.jpg'),(6151,1096,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:23:\"2018/03/NAG-600X600.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"NAG-600X600-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"NAG-600X600-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:23:\"NAG-600X600-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:21:\"NAG-600X600-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"NAG-600X600-146x146.jpg\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:21:\"NAG-600X600-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:21:\"NAG-600X600-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:21:\"NAG-600X600-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:21:\"NAG-600X600-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:23:\"NAG-600X600-600x500.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:23:\"NAG-600X600-600x480.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:480;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:11:\"28629_ 1533\";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:11:\"28629_ 1533\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6153,1098,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6154,1098,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6155,1098,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6156,1098,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6157,1098,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6158,1098,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6159,1098,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6160,1098,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6161,1098,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6162,1098,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6163,1098,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6164,1098,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6165,1098,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6166,1098,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6167,1098,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6168,1098,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6169,1098,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6170,1098,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6171,1098,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6172,1098,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6173,1098,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6174,1098,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6175,1098,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6176,1098,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6177,1098,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6178,1098,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6179,1098,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6180,1098,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6181,1098,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6182,1098,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6183,1098,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6184,1098,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6185,1098,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6186,1098,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6187,1098,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6188,1098,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6189,1098,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6190,1098,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6191,1098,'slide_template','default'),(6192,1098,'slide_template','default'),(6193,1098,'eg_sources_html5_mp4',''),(6194,1098,'eg_sources_html5_mp4',''),(6195,1098,'eg_sources_html5_ogv',''),(6196,1098,'eg_sources_html5_ogv',''),(6197,1098,'eg_sources_html5_webm',''),(6198,1098,'eg_sources_html5_webm',''),(6199,1098,'eg_sources_youtube',''),(6200,1098,'eg_sources_youtube',''),(6201,1098,'eg_sources_vimeo',''),(6202,1098,'eg_sources_vimeo',''),(6203,1098,'eg_sources_wistia',''),(6204,1098,'eg_sources_wistia',''),(6205,1098,'eg_sources_image',''),(6206,1098,'eg_sources_image',''),(6207,1098,'eg_sources_iframe',''),(6208,1098,'eg_sources_iframe',''),(6209,1098,'eg_sources_soundcloud',''),(6210,1098,'eg_sources_soundcloud',''),(6211,1098,'eg_vimeo_ratio','0'),(6212,1098,'eg_vimeo_ratio','0'),(6213,1098,'eg_youtube_ratio','0'),(6214,1098,'eg_youtube_ratio','0'),(6215,1098,'eg_wistia_ratio','0'),(6216,1098,'eg_wistia_ratio','0'),(6217,1098,'eg_html5_ratio','0'),(6218,1098,'eg_html5_ratio','0'),(6219,1098,'eg_soundcloud_ratio','0'),(6220,1098,'eg_soundcloud_ratio','0'),(6221,1098,'eg_settings_custom_meta_skin',''),(6222,1098,'eg_settings_custom_meta_skin',''),(6223,1098,'eg_settings_custom_meta_element',''),(6224,1098,'eg_settings_custom_meta_element',''),(6225,1098,'eg_settings_custom_meta_setting',''),(6226,1098,'eg_settings_custom_meta_setting',''),(6227,1098,'eg_settings_custom_meta_style',''),(6228,1098,'eg_settings_custom_meta_style',''),(6229,1098,'mfn-post-hide-content','0'),(6230,1098,'mfn-post-hide-content','0'),(6231,1098,'mfn-post-slider','0'),(6232,1098,'mfn-post-slider','0'),(6233,1098,'mfn-post-slider-layer','0'),(6234,1098,'mfn-post-slider-layer','0'),(6235,1098,'mfn-post-hide-title','1'),(6236,1098,'mfn-post-hide-title','1'),(6237,1098,'mfn-post-remove-padding','0'),(6238,1098,'mfn-post-remove-padding','0'),(6239,1098,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(6240,1098,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(6241,1098,'mfn-post-hide-image','1'),(6242,1098,'mfn-post-hide-image','1'),(6243,1098,'_wpb_vc_js_status','true'),(6244,1098,'_wpb_vc_js_status','true'),(6245,1098,'mfn-post-love','0'),(6246,1098,'mfn-post-love','0'),(6247,1098,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(6248,1098,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(6249,1098,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(6250,1098,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(6251,1098,'_wp_old_slug','blog-title-03'),(6252,1098,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(6253,1098,'_wp_old_slug','blog-title-03'),(6254,1098,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(6255,1098,'mfn-post-sidebar','0'),(6256,1098,'mfn-post-sidebar','0'),(6257,1098,'mfn-post-sidebar2','0'),(6258,1098,'mfn-post-sidebar2','0'),(6259,1098,'_thumbnail_id','985'),(6260,1098,'_thumbnail_id','985'),(6261,1098,'_oembed_70c3f7c0b35f507260fceba4aa944398','{{unknown}}'),(6263,1098,'_dp_original','1095'),(6264,1098,'_edit_lock','1528481659:2'),(6265,1098,'_edit_last','2'),(6268,1101,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6269,1101,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6270,1101,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6271,1101,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6272,1101,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6273,1101,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6274,1101,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6275,1101,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6276,1101,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6277,1101,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6278,1101,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6279,1101,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6280,1101,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6281,1101,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6282,1101,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6283,1101,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6284,1101,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6285,1101,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6286,1101,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6287,1101,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6288,1101,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6289,1101,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6290,1101,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6291,1101,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6292,1101,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6293,1101,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6294,1101,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6295,1101,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6296,1101,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6297,1101,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6298,1101,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6299,1101,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6300,1101,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6301,1101,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6302,1101,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6303,1101,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6304,1101,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6305,1101,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6306,1101,'slide_template','default'),(6307,1101,'slide_template','default'),(6308,1101,'eg_sources_html5_mp4',''),(6309,1101,'eg_sources_html5_mp4',''),(6310,1101,'eg_sources_html5_ogv',''),(6311,1101,'eg_sources_html5_ogv',''),(6312,1101,'eg_sources_html5_webm',''),(6313,1101,'eg_sources_html5_webm',''),(6314,1101,'eg_sources_youtube',''),(6315,1101,'eg_sources_youtube',''),(6316,1101,'eg_sources_vimeo',''),(6317,1101,'eg_sources_vimeo',''),(6318,1101,'eg_sources_wistia',''),(6319,1101,'eg_sources_wistia',''),(6320,1101,'eg_sources_image',''),(6321,1101,'eg_sources_image',''),(6322,1101,'eg_sources_iframe',''),(6323,1101,'eg_sources_iframe',''),(6324,1101,'eg_sources_soundcloud',''),(6325,1101,'eg_sources_soundcloud',''),(6326,1101,'eg_vimeo_ratio','0'),(6327,1101,'eg_vimeo_ratio','0'),(6328,1101,'eg_youtube_ratio','0'),(6329,1101,'eg_youtube_ratio','0'),(6330,1101,'eg_wistia_ratio','0'),(6331,1101,'eg_wistia_ratio','0'),(6332,1101,'eg_html5_ratio','0'),(6333,1101,'eg_html5_ratio','0'),(6334,1101,'eg_soundcloud_ratio','0'),(6335,1101,'eg_soundcloud_ratio','0'),(6336,1101,'eg_settings_custom_meta_skin',''),(6337,1101,'eg_settings_custom_meta_skin',''),(6338,1101,'eg_settings_custom_meta_element',''),(6339,1101,'eg_settings_custom_meta_element',''),(6340,1101,'eg_settings_custom_meta_setting',''),(6341,1101,'eg_settings_custom_meta_setting',''),(6342,1101,'eg_settings_custom_meta_style',''),(6343,1101,'eg_settings_custom_meta_style',''),(6344,1101,'mfn-post-hide-content','0'),(6345,1101,'mfn-post-hide-content','0'),(6346,1101,'mfn-post-slider','0'),(6347,1101,'mfn-post-slider','0'),(6348,1101,'mfn-post-slider-layer','0'),(6349,1101,'mfn-post-slider-layer','0'),(6350,1101,'mfn-post-hide-title','1'),(6351,1101,'mfn-post-hide-title','1'),(6352,1101,'mfn-post-remove-padding','0'),(6353,1101,'mfn-post-remove-padding','0'),(6354,1101,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(6355,1101,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(6356,1101,'mfn-post-hide-image','1'),(6357,1101,'mfn-post-hide-image','1'),(6358,1101,'_wpb_vc_js_status','true'),(6359,1101,'_wpb_vc_js_status','true'),(6360,1101,'mfn-post-love','0'),(6361,1101,'mfn-post-love','0'),(6362,1101,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(6363,1101,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(6364,1101,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(6365,1101,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(6366,1101,'_wp_old_slug','blog-title-03'),(6367,1101,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(6368,1101,'_wp_old_slug','blog-title-03'),(6369,1101,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(6370,1101,'mfn-post-sidebar','0'),(6371,1101,'mfn-post-sidebar','0'),(6372,1101,'mfn-post-sidebar2','0'),(6373,1101,'mfn-post-sidebar2','0'),(6374,1101,'_thumbnail_id','1102'),(6375,1101,'_thumbnail_id','1102'),(6376,1101,'_oembed_70c3f7c0b35f507260fceba4aa944398','{{unknown}}'),(6378,1101,'_dp_original','1095'),(6379,1101,'_edit_lock','1524256277:2'),(6380,1102,'_wp_attached_file','2018/04/girls-soccer-598X598.jpg'),(6381,1102,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:598;s:6:\"height\";i:598;s:4:\"file\";s:32:\"2018/04/girls-soccer-598X598.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"girls-soccer-598X598-150x150.jpg\";s:5:\"width\";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:\"girls-soccer-598X598-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:32:\"girls-soccer-598X598-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:30:\"girls-soccer-598X598-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"girls-soccer-598X598-146x146.jpg\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:30:\"girls-soccer-598X598-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:30:\"girls-soccer-598X598-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:30:\"girls-soccer-598X598-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:30:\"girls-soccer-598X598-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:32:\"girls-soccer-598X598-598x500.jpg\";s:5:\"width\";i:598;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:32:\"girls-soccer-598X598-598x480.jpg\";s:5:\"width\";i:598;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:19:\"Canon EOS REBEL T1i\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1443460920\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"85\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:9:\"0.0015625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6382,1101,'_edit_last','2'),(6384,1108,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6385,1108,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6386,1108,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6387,1108,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6388,1108,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6389,1108,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6390,1108,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6391,1108,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6392,1108,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6393,1108,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6394,1108,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6395,1108,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6396,1108,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6397,1108,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6398,1108,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6399,1108,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6400,1108,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6401,1108,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6402,1108,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6403,1108,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6404,1108,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6405,1108,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6406,1108,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6407,1108,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6408,1108,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6409,1108,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6410,1108,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6411,1108,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6412,1108,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6413,1108,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6414,1108,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6415,1108,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6416,1108,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6417,1108,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6418,1108,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6419,1108,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6420,1108,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6421,1108,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6422,1108,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6423,1108,'slide_template','default'),(6424,1108,'slide_template','default'),(6425,1108,'eg_sources_html5_mp4',''),(6426,1108,'eg_sources_html5_mp4',''),(6427,1108,'eg_sources_html5_ogv',''),(6428,1108,'eg_sources_html5_ogv',''),(6429,1108,'eg_sources_html5_webm',''),(6430,1108,'eg_sources_html5_webm',''),(6431,1108,'eg_sources_youtube',''),(6432,1108,'eg_sources_youtube',''),(6433,1108,'eg_sources_vimeo',''),(6434,1108,'eg_sources_vimeo',''),(6435,1108,'eg_sources_wistia',''),(6436,1108,'eg_sources_wistia',''),(6437,1108,'eg_sources_image',''),(6438,1108,'eg_sources_image',''),(6439,1108,'eg_sources_iframe',''),(6440,1108,'eg_sources_iframe',''),(6441,1108,'eg_sources_soundcloud',''),(6442,1108,'eg_sources_soundcloud',''),(6443,1108,'eg_vimeo_ratio','0'),(6444,1108,'eg_vimeo_ratio','0'),(6445,1108,'eg_youtube_ratio','0'),(6446,1108,'eg_youtube_ratio','0'),(6447,1108,'eg_wistia_ratio','0'),(6448,1108,'eg_wistia_ratio','0'),(6449,1108,'eg_html5_ratio','0'),(6450,1108,'eg_html5_ratio','0'),(6451,1108,'eg_soundcloud_ratio','0'),(6452,1108,'eg_soundcloud_ratio','0'),(6453,1108,'eg_settings_custom_meta_skin',''),(6454,1108,'eg_settings_custom_meta_skin',''),(6455,1108,'eg_settings_custom_meta_element',''),(6456,1108,'eg_settings_custom_meta_element',''),(6457,1108,'eg_settings_custom_meta_setting',''),(6458,1108,'eg_settings_custom_meta_setting',''),(6459,1108,'eg_settings_custom_meta_style',''),(6460,1108,'eg_settings_custom_meta_style',''),(6461,1108,'mfn-post-hide-content','0'),(6462,1108,'mfn-post-hide-content','0'),(6463,1108,'mfn-post-slider','0'),(6464,1108,'mfn-post-slider','0'),(6465,1108,'mfn-post-slider-layer','0'),(6466,1108,'mfn-post-slider-layer','0'),(6467,1108,'mfn-post-hide-title','1'),(6468,1108,'mfn-post-hide-title','1'),(6469,1108,'mfn-post-remove-padding','0'),(6470,1108,'mfn-post-remove-padding','0'),(6471,1108,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(6472,1108,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(6473,1108,'mfn-post-hide-image','1'),(6474,1108,'mfn-post-hide-image','1'),(6475,1108,'_wpb_vc_js_status','true'),(6476,1108,'_wpb_vc_js_status','true'),(6477,1108,'mfn-post-love','0'),(6478,1108,'mfn-post-love','0'),(6479,1108,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(6480,1108,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(6481,1108,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(6482,1108,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(6483,1108,'_wp_old_slug','blog-title-03'),(6484,1108,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(6485,1108,'_wp_old_slug','blog-title-03'),(6486,1108,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(6487,1108,'mfn-post-sidebar','0'),(6488,1108,'mfn-post-sidebar','0'),(6489,1108,'mfn-post-sidebar2','0'),(6490,1108,'mfn-post-sidebar2','0'),(6491,1108,'_thumbnail_id','1109'),(6492,1108,'_thumbnail_id','1109'),(6493,1108,'_oembed_70c3f7c0b35f507260fceba4aa944398','{{unknown}}'),(6495,1108,'_dp_original','1101'),(6496,1108,'_edit_lock','1525114739:2'),(6497,1109,'_wp_attached_file','2018/04/Rosies-Spring-Fest-2018-600X559.jpg'),(6498,1108,'_edit_last','2'),(6499,1109,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:559;s:4:\"file\";s:43:\"2018/04/Rosies-Spring-Fest-2018-600X559.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"Rosies-Spring-Fest-2018-600X559-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"Rosies-Spring-Fest-2018-600X559-300x280.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"ttshowcase_normal\";a:4:{s:4:\"file\";s:43:\"Rosies-Spring-Fest-2018-600X559-125x116.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"ttshowcase_small\";a:4:{s:4:\"file\";s:41:\"Rosies-Spring-Fest-2018-600X559-75x70.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:43:\"Rosies-Spring-Fest-2018-600X559-157x146.jpg\";s:5:\"width\";i:157;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:41:\"Rosies-Spring-Fest-2018-600X559-50x47.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:41:\"Rosies-Spring-Fest-2018-600X559-81x75.jpg\";s:5:\"width\";i:81;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:41:\"Rosies-Spring-Fest-2018-600X559-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:41:\"Rosies-Spring-Fest-2018-600X559-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:43:\"Rosies-Spring-Fest-2018-600X559-600x500.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:43:\"Rosies-Spring-Fest-2018-600X559-600x480.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:480;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:{}}}'),(6500,1111,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6501,1111,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6502,1111,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6503,1111,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6504,1111,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6505,1111,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6506,1111,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6507,1111,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6508,1111,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6509,1111,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6510,1111,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6511,1111,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6512,1111,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6513,1111,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6514,1111,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6515,1111,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6516,1111,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6517,1111,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6518,1111,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6519,1111,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6520,1111,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6521,1111,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6522,1111,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6523,1111,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6524,1111,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6525,1111,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6526,1111,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6527,1111,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6528,1111,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6529,1111,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6530,1111,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6531,1111,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6532,1111,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6533,1111,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6534,1111,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6535,1111,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6536,1111,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6537,1111,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6538,1111,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6539,1111,'slide_template','default'),(6540,1111,'slide_template','default'),(6541,1111,'eg_sources_html5_mp4',''),(6542,1111,'eg_sources_html5_mp4',''),(6543,1111,'eg_sources_html5_ogv',''),(6544,1111,'eg_sources_html5_ogv',''),(6545,1111,'eg_sources_html5_webm',''),(6546,1111,'eg_sources_html5_webm',''),(6547,1111,'eg_sources_youtube',''),(6548,1111,'eg_sources_youtube',''),(6549,1111,'eg_sources_vimeo',''),(6550,1111,'eg_sources_vimeo',''),(6551,1111,'eg_sources_wistia',''),(6552,1111,'eg_sources_wistia',''),(6553,1111,'eg_sources_image',''),(6554,1111,'eg_sources_image',''),(6555,1111,'eg_sources_iframe',''),(6556,1111,'eg_sources_iframe',''),(6557,1111,'eg_sources_soundcloud',''),(6558,1111,'eg_sources_soundcloud',''),(6559,1111,'eg_vimeo_ratio','0'),(6560,1111,'eg_vimeo_ratio','0'),(6561,1111,'eg_youtube_ratio','0'),(6562,1111,'eg_youtube_ratio','0'),(6563,1111,'eg_wistia_ratio','0'),(6564,1111,'eg_wistia_ratio','0'),(6565,1111,'eg_html5_ratio','0'),(6566,1111,'eg_html5_ratio','0'),(6567,1111,'eg_soundcloud_ratio','0'),(6568,1111,'eg_soundcloud_ratio','0'),(6569,1111,'eg_settings_custom_meta_skin',''),(6570,1111,'eg_settings_custom_meta_skin',''),(6571,1111,'eg_settings_custom_meta_element',''),(6572,1111,'eg_settings_custom_meta_element',''),(6573,1111,'eg_settings_custom_meta_setting',''),(6574,1111,'eg_settings_custom_meta_setting',''),(6575,1111,'eg_settings_custom_meta_style',''),(6576,1111,'eg_settings_custom_meta_style',''),(6577,1111,'mfn-post-hide-content','0'),(6578,1111,'mfn-post-hide-content','0'),(6579,1111,'mfn-post-slider','0'),(6580,1111,'mfn-post-slider','0'),(6581,1111,'mfn-post-slider-layer','0'),(6582,1111,'mfn-post-slider-layer','0'),(6583,1111,'mfn-post-hide-title','1'),(6584,1111,'mfn-post-hide-title','1'),(6585,1111,'mfn-post-remove-padding','0'),(6586,1111,'mfn-post-remove-padding','0'),(6587,1111,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(6588,1111,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(6589,1111,'mfn-post-hide-image','1'),(6590,1111,'mfn-post-hide-image','1'),(6591,1111,'_wpb_vc_js_status','true'),(6592,1111,'_wpb_vc_js_status','true'),(6593,1111,'mfn-post-love','0'),(6594,1111,'mfn-post-love','0'),(6595,1111,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(6596,1111,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(6597,1111,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(6598,1111,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(6599,1111,'_wp_old_slug','blog-title-03'),(6600,1111,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(6601,1111,'_wp_old_slug','blog-title-03'),(6602,1111,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(6603,1111,'mfn-post-sidebar','0'),(6604,1111,'mfn-post-sidebar','0'),(6605,1111,'mfn-post-sidebar2','0'),(6606,1111,'mfn-post-sidebar2','0'),(6607,1111,'_thumbnail_id','1112'),(6608,1111,'_thumbnail_id','1112'),(6609,1111,'_oembed_70c3f7c0b35f507260fceba4aa944398','{{unknown}}'),(6611,1111,'_dp_original','1101'),(6612,1111,'_edit_lock','1526498069:2'),(6613,1112,'_wp_attached_file','2018/05/Atrantil-600X600.jpg'),(6614,1112,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:28:\"2018/05/Atrantil-600X600.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Atrantil-600X600-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"Atrantil-600X600-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:28:\"Atrantil-600X600-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:26:\"Atrantil-600X600-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"Atrantil-600X600-146x146.jpg\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:26:\"Atrantil-600X600-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:26:\"Atrantil-600X600-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:26:\"Atrantil-600X600-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:26:\"Atrantil-600X600-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:28:\"Atrantil-600X600-600x500.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:28:\"Atrantil-600X600-600x480.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:480;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:{}}}'),(6615,1111,'_edit_last','2'),(6616,1111,'_oembed_3e601594e527c050109c115dc0343e65','{{unknown}}'),(6617,1111,'_oembed_9b1ceae82700066b420cbf8220005e44','<blockquote class=\"wp-embedded-content\" data-secret=\"kASrIgvovz\"><a href=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/\">Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/embed/#?secret=kASrIgvovz\" data-secret=\"kASrIgvovz\" width=\"600\" height=\"338\" title=\"&#8220;Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO&#8221; &#8212; The Paleo Diet  - Robb Wolf on Paleolithic nutrition, intermittent fasting, and fitness\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(6618,1111,'_oembed_time_9b1ceae82700066b420cbf8220005e44','1526497634'),(6619,1111,'_oembed_23dc491aeb7984be5b7c3de7f8f733eb','<blockquote class=\"wp-embedded-content\" data-secret=\"WlCV7gXJBc\"><a href=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/\">RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/embed/#?secret=WlCV7gXJBc\" data-secret=\"WlCV7gXJBc\" width=\"600\" height=\"338\" title=\"&#8220;RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown&#8221; &#8212; Chris Kresser\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(6620,1111,'_oembed_time_23dc491aeb7984be5b7c3de7f8f733eb','1526497635'),(6621,1111,'_oembed_358a61ccc8bf2354ef1120fed79c344e','<blockquote class=\"wp-embedded-content\" data-secret=\"shaF4RzKZS\"><a href=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/\">Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/embed/#?secret=shaF4RzKZS\" data-secret=\"shaF4RzKZS\" width=\"600\" height=\"338\" title=\"&#8220;Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(6622,1111,'_oembed_time_358a61ccc8bf2354ef1120fed79c344e','1526497638'),(6624,1114,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6625,1114,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6626,1114,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6627,1114,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6628,1114,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6629,1114,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6630,1114,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6631,1114,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6632,1114,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6633,1114,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6634,1114,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6635,1114,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6636,1114,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6637,1114,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6638,1114,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6639,1114,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6640,1114,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6641,1114,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6642,1114,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6643,1114,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6644,1114,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6645,1114,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6646,1114,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6647,1114,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6648,1114,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6649,1114,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6650,1114,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6651,1114,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6652,1114,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6653,1114,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6654,1114,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6655,1114,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6656,1114,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6657,1114,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6658,1114,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6659,1114,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6660,1114,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6661,1114,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6662,1114,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6663,1114,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6664,1114,'slide_template','default'),(6665,1114,'slide_template','default'),(6666,1114,'eg_sources_html5_mp4',''),(6667,1114,'eg_sources_html5_mp4',''),(6668,1114,'eg_sources_html5_ogv',''),(6669,1114,'eg_sources_html5_ogv',''),(6670,1114,'eg_sources_html5_webm',''),(6671,1114,'eg_sources_html5_webm',''),(6672,1114,'eg_sources_youtube',''),(6673,1114,'eg_sources_youtube',''),(6674,1114,'eg_sources_vimeo',''),(6675,1114,'eg_sources_vimeo',''),(6676,1114,'eg_sources_wistia',''),(6677,1114,'eg_sources_wistia',''),(6678,1114,'eg_sources_image',''),(6679,1114,'eg_sources_image',''),(6680,1114,'eg_sources_iframe',''),(6681,1114,'eg_sources_iframe',''),(6682,1114,'eg_sources_soundcloud',''),(6683,1114,'eg_sources_soundcloud',''),(6684,1114,'eg_vimeo_ratio','0'),(6685,1114,'eg_vimeo_ratio','0'),(6686,1114,'eg_youtube_ratio','0'),(6687,1114,'eg_youtube_ratio','0'),(6688,1114,'eg_wistia_ratio','0'),(6689,1114,'eg_wistia_ratio','0'),(6690,1114,'eg_html5_ratio','0'),(6691,1114,'eg_html5_ratio','0'),(6692,1114,'eg_soundcloud_ratio','0'),(6693,1114,'eg_soundcloud_ratio','0'),(6694,1114,'eg_settings_custom_meta_skin',''),(6695,1114,'eg_settings_custom_meta_skin',''),(6696,1114,'eg_settings_custom_meta_element',''),(6697,1114,'eg_settings_custom_meta_element',''),(6698,1114,'eg_settings_custom_meta_setting',''),(6699,1114,'eg_settings_custom_meta_setting',''),(6700,1114,'eg_settings_custom_meta_style',''),(6701,1114,'eg_settings_custom_meta_style',''),(6702,1114,'mfn-post-hide-content','0'),(6703,1114,'mfn-post-hide-content','0'),(6704,1114,'mfn-post-slider','0'),(6705,1114,'mfn-post-slider','0'),(6706,1114,'mfn-post-slider-layer','0'),(6707,1114,'mfn-post-slider-layer','0'),(6708,1114,'mfn-post-hide-title','1'),(6709,1114,'mfn-post-hide-title','1'),(6710,1114,'mfn-post-remove-padding','0'),(6711,1114,'mfn-post-remove-padding','0'),(6712,1114,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(6713,1114,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(6714,1114,'mfn-post-hide-image','1'),(6715,1114,'mfn-post-hide-image','1'),(6716,1114,'_wpb_vc_js_status','true'),(6717,1114,'_wpb_vc_js_status','true'),(6718,1114,'mfn-post-love','0'),(6719,1114,'mfn-post-love','0'),(6720,1114,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(6721,1114,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(6722,1114,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(6723,1114,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(6724,1114,'_wp_old_slug','blog-title-03'),(6725,1114,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(6726,1114,'_wp_old_slug','blog-title-03'),(6727,1114,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(6728,1114,'mfn-post-sidebar','0'),(6729,1114,'mfn-post-sidebar','0'),(6730,1114,'mfn-post-sidebar2','0'),(6731,1114,'mfn-post-sidebar2','0'),(6732,1114,'_thumbnail_id','1115'),(6733,1114,'_thumbnail_id','1115'),(6734,1114,'_oembed_70c3f7c0b35f507260fceba4aa944398','{{unknown}}'),(6736,1114,'_oembed_3e601594e527c050109c115dc0343e65','{{unknown}}'),(6737,1114,'_oembed_9b1ceae82700066b420cbf8220005e44','<blockquote class=\"wp-embedded-content\" data-secret=\"kASrIgvovz\"><a href=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/\">Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/embed/#?secret=kASrIgvovz\" data-secret=\"kASrIgvovz\" width=\"600\" height=\"338\" title=\"&#8220;Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO&#8221; &#8212; The Paleo Diet  - Robb Wolf on Paleolithic nutrition, intermittent fasting, and fitness\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(6738,1114,'_oembed_time_9b1ceae82700066b420cbf8220005e44','1526497634'),(6739,1114,'_oembed_23dc491aeb7984be5b7c3de7f8f733eb','<blockquote class=\"wp-embedded-content\" data-secret=\"WlCV7gXJBc\"><a href=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/\">RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/embed/#?secret=WlCV7gXJBc\" data-secret=\"WlCV7gXJBc\" width=\"600\" height=\"338\" title=\"&#8220;RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown&#8221; &#8212; Chris Kresser\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(6740,1114,'_oembed_time_23dc491aeb7984be5b7c3de7f8f733eb','1526497635'),(6741,1114,'_oembed_358a61ccc8bf2354ef1120fed79c344e','<blockquote class=\"wp-embedded-content\" data-secret=\"shaF4RzKZS\"><a href=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/\">Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/embed/#?secret=shaF4RzKZS\" data-secret=\"shaF4RzKZS\" width=\"600\" height=\"338\" title=\"&#8220;Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(6742,1114,'_oembed_time_358a61ccc8bf2354ef1120fed79c344e','1526497638'),(6743,1114,'_dp_original','1111'),(6744,1114,'_edit_lock','1527273674:2'),(6745,1114,'_edit_last','2'),(6746,1115,'_wp_attached_file','2018/05/Allergies-gas-mask-600X600.jpg'),(6747,1115,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:38:\"2018/05/Allergies-gas-mask-600X600.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Allergies-gas-mask-600X600-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"Allergies-gas-mask-600X600-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:38:\"Allergies-gas-mask-600X600-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:36:\"Allergies-gas-mask-600X600-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"Allergies-gas-mask-600X600-146x146.jpg\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:36:\"Allergies-gas-mask-600X600-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:36:\"Allergies-gas-mask-600X600-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:36:\"Allergies-gas-mask-600X600-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:36:\"Allergies-gas-mask-600X600-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:38:\"Allergies-gas-mask-600X600-600x500.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:38:\"Allergies-gas-mask-600X600-600x480.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:480;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:{}}}'),(6749,1118,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6750,1118,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6751,1118,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6752,1118,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6753,1118,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6754,1118,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6755,1118,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6756,1118,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6757,1118,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6758,1118,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6759,1118,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6760,1118,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6761,1118,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6762,1118,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6763,1118,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6764,1118,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6765,1118,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6766,1118,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6767,1118,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6768,1118,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6769,1118,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6770,1118,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6771,1118,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6772,1118,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6773,1118,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6774,1118,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6775,1118,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6776,1118,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6777,1118,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6778,1118,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6779,1118,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6780,1118,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6781,1118,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6782,1118,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6783,1118,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6784,1118,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6785,1118,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6786,1118,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6787,1118,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6788,1118,'slide_template','default'),(6789,1118,'slide_template','default'),(6790,1118,'eg_sources_html5_mp4',''),(6791,1118,'eg_sources_html5_mp4',''),(6792,1118,'eg_sources_html5_ogv',''),(6793,1118,'eg_sources_html5_ogv',''),(6794,1118,'eg_sources_html5_webm',''),(6795,1118,'eg_sources_html5_webm',''),(6796,1118,'eg_sources_youtube',''),(6797,1118,'eg_sources_youtube',''),(6798,1118,'eg_sources_vimeo',''),(6799,1118,'eg_sources_vimeo',''),(6800,1118,'eg_sources_wistia',''),(6801,1118,'eg_sources_wistia',''),(6802,1118,'eg_sources_image',''),(6803,1118,'eg_sources_image',''),(6804,1118,'eg_sources_iframe',''),(6805,1118,'eg_sources_iframe',''),(6806,1118,'eg_sources_soundcloud',''),(6807,1118,'eg_sources_soundcloud',''),(6808,1118,'eg_vimeo_ratio','0'),(6809,1118,'eg_vimeo_ratio','0'),(6810,1118,'eg_youtube_ratio','0'),(6811,1118,'eg_youtube_ratio','0'),(6812,1118,'eg_wistia_ratio','0'),(6813,1118,'eg_wistia_ratio','0'),(6814,1118,'eg_html5_ratio','0'),(6815,1118,'eg_html5_ratio','0'),(6816,1118,'eg_soundcloud_ratio','0'),(6817,1118,'eg_soundcloud_ratio','0'),(6818,1118,'eg_settings_custom_meta_skin',''),(6819,1118,'eg_settings_custom_meta_skin',''),(6820,1118,'eg_settings_custom_meta_element',''),(6821,1118,'eg_settings_custom_meta_element',''),(6822,1118,'eg_settings_custom_meta_setting',''),(6823,1118,'eg_settings_custom_meta_setting',''),(6824,1118,'eg_settings_custom_meta_style',''),(6825,1118,'eg_settings_custom_meta_style',''),(6826,1118,'mfn-post-hide-content','0'),(6827,1118,'mfn-post-hide-content','0'),(6828,1118,'mfn-post-slider','0'),(6829,1118,'mfn-post-slider','0'),(6830,1118,'mfn-post-slider-layer','0'),(6831,1118,'mfn-post-slider-layer','0'),(6832,1118,'mfn-post-hide-title','1'),(6833,1118,'mfn-post-hide-title','1'),(6834,1118,'mfn-post-remove-padding','0'),(6835,1118,'mfn-post-remove-padding','0'),(6836,1118,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(6837,1118,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(6838,1118,'mfn-post-hide-image','1'),(6839,1118,'mfn-post-hide-image','1'),(6840,1118,'_wpb_vc_js_status','true'),(6841,1118,'_wpb_vc_js_status','true'),(6842,1118,'mfn-post-love','0'),(6843,1118,'mfn-post-love','0'),(6844,1118,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(6845,1118,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(6846,1118,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(6847,1118,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(6848,1118,'_wp_old_slug','blog-title-03'),(6849,1118,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(6850,1118,'_wp_old_slug','blog-title-03'),(6851,1118,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(6852,1118,'mfn-post-sidebar','0'),(6853,1118,'mfn-post-sidebar','0'),(6854,1118,'mfn-post-sidebar2','0'),(6855,1118,'mfn-post-sidebar2','0'),(6856,1118,'_thumbnail_id','922'),(6857,1118,'_thumbnail_id','922'),(6858,1118,'_oembed_70c3f7c0b35f507260fceba4aa944398','{{unknown}}'),(6860,1118,'_dp_original','1098'),(6861,1118,'_edit_lock','1528482075:2'),(6862,1118,'_edit_last','2'),(6864,1120,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6865,1120,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6866,1120,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6867,1120,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6868,1120,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6869,1120,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6870,1120,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6871,1120,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6872,1120,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6873,1120,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6874,1120,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6875,1120,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6876,1120,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6877,1120,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6878,1120,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6879,1120,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6880,1120,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6881,1120,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6882,1120,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6883,1120,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6884,1120,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6885,1120,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6886,1120,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6887,1120,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6888,1120,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6889,1120,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6890,1120,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6891,1120,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6892,1120,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6893,1120,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6894,1120,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6895,1120,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6896,1120,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6897,1120,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6898,1120,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6899,1120,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6900,1120,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6901,1120,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6902,1120,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6903,1120,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6904,1120,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6905,1120,'slide_template','default'),(6906,1120,'slide_template','default'),(6907,1120,'eg_sources_html5_mp4',''),(6908,1120,'eg_sources_html5_mp4',''),(6909,1120,'eg_sources_html5_ogv',''),(6910,1120,'eg_sources_html5_ogv',''),(6911,1120,'eg_sources_html5_webm',''),(6912,1120,'eg_sources_html5_webm',''),(6913,1120,'eg_sources_youtube',''),(6914,1120,'eg_sources_youtube',''),(6915,1120,'eg_sources_vimeo',''),(6916,1120,'eg_sources_vimeo',''),(6917,1120,'eg_sources_wistia',''),(6918,1120,'eg_sources_wistia',''),(6919,1120,'eg_sources_image',''),(6920,1120,'eg_sources_image',''),(6921,1120,'eg_sources_iframe',''),(6922,1120,'eg_sources_iframe',''),(6923,1120,'eg_sources_soundcloud',''),(6924,1120,'eg_sources_soundcloud',''),(6925,1120,'eg_vimeo_ratio','0'),(6926,1120,'eg_vimeo_ratio','0'),(6927,1120,'eg_youtube_ratio','0'),(6928,1120,'eg_youtube_ratio','0'),(6929,1120,'eg_wistia_ratio','0'),(6930,1120,'eg_wistia_ratio','0'),(6931,1120,'eg_html5_ratio','0'),(6932,1120,'eg_html5_ratio','0'),(6933,1120,'eg_soundcloud_ratio','0'),(6934,1120,'eg_soundcloud_ratio','0'),(6935,1120,'eg_settings_custom_meta_skin',''),(6936,1120,'eg_settings_custom_meta_skin',''),(6937,1120,'eg_settings_custom_meta_element',''),(6938,1120,'eg_settings_custom_meta_element',''),(6939,1120,'eg_settings_custom_meta_setting',''),(6940,1120,'eg_settings_custom_meta_setting',''),(6941,1120,'eg_settings_custom_meta_style',''),(6942,1120,'eg_settings_custom_meta_style',''),(6943,1120,'mfn-post-hide-content','0'),(6944,1120,'mfn-post-hide-content','0'),(6945,1120,'mfn-post-slider','0'),(6946,1120,'mfn-post-slider','0'),(6947,1120,'mfn-post-slider-layer','0'),(6948,1120,'mfn-post-slider-layer','0'),(6949,1120,'mfn-post-hide-title','1'),(6950,1120,'mfn-post-hide-title','1'),(6951,1120,'mfn-post-remove-padding','0'),(6952,1120,'mfn-post-remove-padding','0'),(6953,1120,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(6954,1120,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(6955,1120,'mfn-post-hide-image','1'),(6956,1120,'mfn-post-hide-image','1'),(6957,1120,'_wpb_vc_js_status','true'),(6958,1120,'_wpb_vc_js_status','true'),(6959,1120,'mfn-post-love','0'),(6960,1120,'mfn-post-love','0'),(6961,1120,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(6962,1120,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(6963,1120,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(6964,1120,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(6965,1120,'_wp_old_slug','blog-title-03'),(6966,1120,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(6967,1120,'_wp_old_slug','blog-title-03'),(6968,1120,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(6969,1120,'mfn-post-sidebar','0'),(6970,1120,'mfn-post-sidebar','0'),(6971,1120,'mfn-post-sidebar2','0'),(6972,1120,'mfn-post-sidebar2','0'),(6973,1120,'_thumbnail_id','1121'),(6974,1120,'_thumbnail_id','1121'),(6975,1120,'_oembed_70c3f7c0b35f507260fceba4aa944398','{{unknown}}'),(6976,1120,'_oembed_3e601594e527c050109c115dc0343e65','{{unknown}}'),(6977,1120,'_oembed_9b1ceae82700066b420cbf8220005e44','<blockquote class=\"wp-embedded-content\" data-secret=\"kASrIgvovz\"><a href=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/\">Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/embed/#?secret=kASrIgvovz\" data-secret=\"kASrIgvovz\" width=\"600\" height=\"338\" title=\"&#8220;Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO&#8221; &#8212; The Paleo Diet  - Robb Wolf on Paleolithic nutrition, intermittent fasting, and fitness\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(6978,1120,'_oembed_time_9b1ceae82700066b420cbf8220005e44','1526497634'),(6979,1120,'_oembed_23dc491aeb7984be5b7c3de7f8f733eb','<blockquote class=\"wp-embedded-content\" data-secret=\"WlCV7gXJBc\"><a href=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/\">RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/embed/#?secret=WlCV7gXJBc\" data-secret=\"WlCV7gXJBc\" width=\"600\" height=\"338\" title=\"&#8220;RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown&#8221; &#8212; Chris Kresser\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(6980,1120,'_oembed_time_23dc491aeb7984be5b7c3de7f8f733eb','1526497635'),(6981,1120,'_oembed_358a61ccc8bf2354ef1120fed79c344e','<blockquote class=\"wp-embedded-content\" data-secret=\"shaF4RzKZS\"><a href=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/\">Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/embed/#?secret=shaF4RzKZS\" data-secret=\"shaF4RzKZS\" width=\"600\" height=\"338\" title=\"&#8220;Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(6982,1120,'_oembed_time_358a61ccc8bf2354ef1120fed79c344e','1526497638'),(6984,1120,'_dp_original','1114'),(6985,1120,'_edit_lock','1529527284:2'),(6986,1120,'_edit_last','2'),(6987,1121,'_wp_attached_file','2018/06/probiotics-in-gut-600X600.png'),(6988,1121,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:37:\"2018/06/probiotics-in-gut-600X600.png\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"probiotics-in-gut-600X600-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:37:\"probiotics-in-gut-600X600-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"ttshowcase_normal\";a:4:{s:4:\"file\";s:37:\"probiotics-in-gut-600X600-125x125.png\";s:5:\"width\";i:125;s:6:\"height\";i:125;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"ttshowcase_small\";a:4:{s:4:\"file\";s:35:\"probiotics-in-gut-600X600-75x75.png\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"probiotics-in-gut-600X600-146x146.png\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:35:\"probiotics-in-gut-600X600-50x50.png\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:35:\"probiotics-in-gut-600X600-75x75.png\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:35:\"probiotics-in-gut-600X600-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:35:\"probiotics-in-gut-600X600-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:37:\"probiotics-in-gut-600X600-600x500.png\";s:5:\"width\";i:600;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:37:\"probiotics-in-gut-600X600-600x480.png\";s:5:\"width\";i:600;s:6:\"height\";i:480;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:{}}}'),(6989,1120,'_oembed_af0b1f39f6e075a34328aef17f250879','{{unknown}}'),(6990,1120,'_oembed_f714c39f6931f083180b36cf45638a8c','{{unknown}}'),(6991,1120,'_oembed_5000284a6c9c5bcbac8ae34dc7be08b7','{{unknown}}'),(6992,1120,'_oembed_63b1fcb3e0dc43453aedb68f431c75c2','<blockquote class=\"wp-embedded-content\" data-secret=\"oZNLMh7ADK\"><a href=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/\">How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/embed/#?secret=oZNLMh7ADK\" data-secret=\"oZNLMh7ADK\" width=\"600\" height=\"338\" title=\"&#8220;How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(6993,1120,'_oembed_time_63b1fcb3e0dc43453aedb68f431c75c2','1529526804'),(6995,1125,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6996,1125,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6997,1125,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6998,1125,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6999,1125,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7000,1125,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7001,1125,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7002,1125,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7003,1125,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7004,1125,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7005,1125,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7006,1125,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7007,1125,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7008,1125,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7009,1125,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7010,1125,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7011,1125,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7012,1125,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7013,1125,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7014,1125,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7015,1125,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7016,1125,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7017,1125,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7018,1125,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7019,1125,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7020,1125,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7021,1125,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7022,1125,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7023,1125,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7024,1125,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7025,1125,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7026,1125,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7027,1125,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7028,1125,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7029,1125,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7030,1125,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7031,1125,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7032,1125,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7033,1125,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7034,1125,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7035,1125,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7036,1125,'slide_template','default'),(7037,1125,'slide_template','default'),(7038,1125,'eg_sources_html5_mp4',''),(7039,1125,'eg_sources_html5_mp4',''),(7040,1125,'eg_sources_html5_ogv',''),(7041,1125,'eg_sources_html5_ogv',''),(7042,1125,'eg_sources_html5_webm',''),(7043,1125,'eg_sources_html5_webm',''),(7044,1125,'eg_sources_youtube',''),(7045,1125,'eg_sources_youtube',''),(7046,1125,'eg_sources_vimeo',''),(7047,1125,'eg_sources_vimeo',''),(7048,1125,'eg_sources_wistia',''),(7049,1125,'eg_sources_wistia',''),(7050,1125,'eg_sources_image',''),(7051,1125,'eg_sources_image',''),(7052,1125,'eg_sources_iframe',''),(7053,1125,'eg_sources_iframe',''),(7054,1125,'eg_sources_soundcloud',''),(7055,1125,'eg_sources_soundcloud',''),(7056,1125,'eg_vimeo_ratio','0'),(7057,1125,'eg_vimeo_ratio','0'),(7058,1125,'eg_youtube_ratio','0'),(7059,1125,'eg_youtube_ratio','0'),(7060,1125,'eg_wistia_ratio','0'),(7061,1125,'eg_wistia_ratio','0'),(7062,1125,'eg_html5_ratio','0'),(7063,1125,'eg_html5_ratio','0'),(7064,1125,'eg_soundcloud_ratio','0'),(7065,1125,'eg_soundcloud_ratio','0'),(7066,1125,'eg_settings_custom_meta_skin',''),(7067,1125,'eg_settings_custom_meta_skin',''),(7068,1125,'eg_settings_custom_meta_element',''),(7069,1125,'eg_settings_custom_meta_element',''),(7070,1125,'eg_settings_custom_meta_setting',''),(7071,1125,'eg_settings_custom_meta_setting',''),(7072,1125,'eg_settings_custom_meta_style',''),(7073,1125,'eg_settings_custom_meta_style',''),(7074,1125,'mfn-post-hide-content','0'),(7075,1125,'mfn-post-hide-content','0'),(7076,1125,'mfn-post-slider','0'),(7077,1125,'mfn-post-slider','0'),(7078,1125,'mfn-post-slider-layer','0'),(7079,1125,'mfn-post-slider-layer','0'),(7080,1125,'mfn-post-hide-title','1'),(7081,1125,'mfn-post-hide-title','1'),(7082,1125,'mfn-post-remove-padding','0'),(7083,1125,'mfn-post-remove-padding','0'),(7084,1125,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(7085,1125,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(7086,1125,'mfn-post-hide-image','1'),(7087,1125,'mfn-post-hide-image','1'),(7088,1125,'_wpb_vc_js_status','true'),(7089,1125,'_wpb_vc_js_status','true'),(7090,1125,'mfn-post-love','0'),(7091,1125,'mfn-post-love','0'),(7092,1125,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(7093,1125,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(7094,1125,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(7095,1125,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(7096,1125,'_wp_old_slug','blog-title-03'),(7097,1125,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(7098,1125,'_wp_old_slug','blog-title-03'),(7099,1125,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(7100,1125,'mfn-post-sidebar','0'),(7101,1125,'mfn-post-sidebar','0'),(7102,1125,'mfn-post-sidebar2','0'),(7103,1125,'mfn-post-sidebar2','0'),(7104,1125,'_thumbnail_id','1126'),(7105,1125,'_thumbnail_id','1126'),(7106,1125,'_oembed_70c3f7c0b35f507260fceba4aa944398','{{unknown}}'),(7107,1125,'_oembed_3e601594e527c050109c115dc0343e65','{{unknown}}'),(7108,1125,'_oembed_9b1ceae82700066b420cbf8220005e44','<blockquote class=\"wp-embedded-content\" data-secret=\"kASrIgvovz\"><a href=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/\">Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/embed/#?secret=kASrIgvovz\" data-secret=\"kASrIgvovz\" width=\"600\" height=\"338\" title=\"&#8220;Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO&#8221; &#8212; The Paleo Diet  - Robb Wolf on Paleolithic nutrition, intermittent fasting, and fitness\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(7109,1125,'_oembed_time_9b1ceae82700066b420cbf8220005e44','1526497634'),(7110,1125,'_oembed_23dc491aeb7984be5b7c3de7f8f733eb','<blockquote class=\"wp-embedded-content\" data-secret=\"WlCV7gXJBc\"><a href=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/\">RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/embed/#?secret=WlCV7gXJBc\" data-secret=\"WlCV7gXJBc\" width=\"600\" height=\"338\" title=\"&#8220;RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown&#8221; &#8212; Chris Kresser\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(7111,1125,'_oembed_time_23dc491aeb7984be5b7c3de7f8f733eb','1526497635'),(7112,1125,'_oembed_358a61ccc8bf2354ef1120fed79c344e','<blockquote class=\"wp-embedded-content\" data-secret=\"shaF4RzKZS\"><a href=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/\">Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/embed/#?secret=shaF4RzKZS\" data-secret=\"shaF4RzKZS\" width=\"600\" height=\"338\" title=\"&#8220;Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(7113,1125,'_oembed_time_358a61ccc8bf2354ef1120fed79c344e','1526497638'),(7115,1125,'_dp_original','1114'),(7116,1125,'_edit_lock','1530311145:2'),(7117,1125,'_edit_last','2'),(7118,1126,'_wp_attached_file','2018/06/Peripheral-neuropathy-600X506.jpg'),(7119,1126,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:506;s:4:\"file\";s:41:\"2018/06/Peripheral-neuropathy-600X506.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"Peripheral-neuropathy-600X506-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"Peripheral-neuropathy-600X506-300x253.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:253;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"ttshowcase_normal\";a:4:{s:4:\"file\";s:41:\"Peripheral-neuropathy-600X506-125x105.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:105;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"ttshowcase_small\";a:4:{s:4:\"file\";s:39:\"Peripheral-neuropathy-600X506-75x63.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:63;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:41:\"Peripheral-neuropathy-600X506-173x146.jpg\";s:5:\"width\";i:173;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:39:\"Peripheral-neuropathy-600X506-50x42.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:42;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:39:\"Peripheral-neuropathy-600X506-89x75.jpg\";s:5:\"width\";i:89;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:39:\"Peripheral-neuropathy-600X506-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:39:\"Peripheral-neuropathy-600X506-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:41:\"Peripheral-neuropathy-600X506-600x500.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:41:\"Peripheral-neuropathy-600X506-600x480.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:480;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:{}}}'),(7120,1129,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7121,1129,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7122,1129,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7123,1129,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7124,1129,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7125,1129,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7126,1129,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7127,1129,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7128,1129,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7129,1129,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7130,1129,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7131,1129,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7132,1129,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7133,1129,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7134,1129,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7135,1129,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7136,1129,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7137,1129,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7138,1129,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7139,1129,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7140,1129,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7141,1129,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7142,1129,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7143,1129,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7144,1129,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7145,1129,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7146,1129,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7147,1129,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7148,1129,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7149,1129,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7150,1129,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7151,1129,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7152,1129,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7153,1129,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7154,1129,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7155,1129,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7156,1129,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7157,1129,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7158,1129,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7159,1129,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7160,1129,'slide_template','default'),(7161,1129,'slide_template','default'),(7162,1129,'eg_sources_html5_mp4',''),(7163,1129,'eg_sources_html5_mp4',''),(7164,1129,'eg_sources_html5_ogv',''),(7165,1129,'eg_sources_html5_ogv',''),(7166,1129,'eg_sources_html5_webm',''),(7167,1129,'eg_sources_html5_webm',''),(7168,1129,'eg_sources_youtube',''),(7169,1129,'eg_sources_youtube',''),(7170,1129,'eg_sources_vimeo',''),(7171,1129,'eg_sources_vimeo',''),(7172,1129,'eg_sources_wistia',''),(7173,1129,'eg_sources_wistia',''),(7174,1129,'eg_sources_image',''),(7175,1129,'eg_sources_image',''),(7176,1129,'eg_sources_iframe',''),(7177,1129,'eg_sources_iframe',''),(7178,1129,'eg_sources_soundcloud',''),(7179,1129,'eg_sources_soundcloud',''),(7180,1129,'eg_vimeo_ratio','0'),(7181,1129,'eg_vimeo_ratio','0'),(7182,1129,'eg_youtube_ratio','0'),(7183,1129,'eg_youtube_ratio','0'),(7184,1129,'eg_wistia_ratio','0'),(7185,1129,'eg_wistia_ratio','0'),(7186,1129,'eg_html5_ratio','0'),(7187,1129,'eg_html5_ratio','0'),(7188,1129,'eg_soundcloud_ratio','0'),(7189,1129,'eg_soundcloud_ratio','0'),(7190,1129,'eg_settings_custom_meta_skin',''),(7191,1129,'eg_settings_custom_meta_skin',''),(7192,1129,'eg_settings_custom_meta_element',''),(7193,1129,'eg_settings_custom_meta_element',''),(7194,1129,'eg_settings_custom_meta_setting',''),(7195,1129,'eg_settings_custom_meta_setting',''),(7196,1129,'eg_settings_custom_meta_style',''),(7197,1129,'eg_settings_custom_meta_style',''),(7198,1129,'mfn-post-hide-content','0'),(7199,1129,'mfn-post-hide-content','0'),(7200,1129,'mfn-post-slider','0'),(7201,1129,'mfn-post-slider','0'),(7202,1129,'mfn-post-slider-layer','0'),(7203,1129,'mfn-post-slider-layer','0'),(7204,1129,'mfn-post-hide-title','1'),(7205,1129,'mfn-post-hide-title','1'),(7206,1129,'mfn-post-remove-padding','0'),(7207,1129,'mfn-post-remove-padding','0'),(7208,1129,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(7209,1129,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(7210,1129,'mfn-post-hide-image','1'),(7211,1129,'mfn-post-hide-image','1'),(7212,1129,'_wpb_vc_js_status','true'),(7213,1129,'_wpb_vc_js_status','true'),(7214,1129,'mfn-post-love','0'),(7215,1129,'mfn-post-love','0'),(7216,1129,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(7217,1129,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(7218,1129,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(7219,1129,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(7220,1129,'_wp_old_slug','blog-title-03'),(7221,1129,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(7222,1129,'_wp_old_slug','blog-title-03'),(7223,1129,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(7224,1129,'mfn-post-sidebar','0'),(7225,1129,'mfn-post-sidebar','0'),(7226,1129,'mfn-post-sidebar2','0'),(7227,1129,'mfn-post-sidebar2','0'),(7228,1129,'_thumbnail_id','985'),(7229,1129,'_thumbnail_id','985'),(7230,1129,'_oembed_70c3f7c0b35f507260fceba4aa944398','{{unknown}}'),(7232,1129,'_dp_original','1118'),(7233,1129,'_edit_lock','1530807044:2'),(7234,1129,'_edit_last','2'),(7235,221,'mfn-post-love','0'),(7236,1132,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7237,1132,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7238,1132,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7239,1132,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7240,1132,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7241,1132,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7242,1132,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7243,1132,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7244,1132,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7245,1132,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7246,1132,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7247,1132,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7248,1132,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7249,1132,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7250,1132,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7251,1132,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7252,1132,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7253,1132,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7254,1132,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7255,1132,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7256,1132,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7257,1132,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7258,1132,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7259,1132,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7260,1132,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7261,1132,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7262,1132,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7263,1132,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7264,1132,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7265,1132,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7266,1132,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7267,1132,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7268,1132,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7269,1132,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7270,1132,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7271,1132,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7272,1132,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7273,1132,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7274,1132,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7275,1132,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7276,1132,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7277,1132,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7278,1132,'slide_template','default'),(7279,1132,'slide_template','default'),(7280,1132,'eg_sources_html5_mp4',''),(7281,1132,'eg_sources_html5_mp4',''),(7282,1132,'eg_sources_html5_ogv',''),(7283,1132,'eg_sources_html5_ogv',''),(7284,1132,'eg_sources_html5_webm',''),(7285,1132,'eg_sources_html5_webm',''),(7286,1132,'eg_sources_youtube',''),(7287,1132,'eg_sources_youtube',''),(7288,1132,'eg_sources_vimeo',''),(7289,1132,'eg_sources_vimeo',''),(7290,1132,'eg_sources_wistia',''),(7291,1132,'eg_sources_wistia',''),(7292,1132,'eg_sources_image',''),(7293,1132,'eg_sources_image',''),(7294,1132,'eg_sources_iframe',''),(7295,1132,'eg_sources_iframe',''),(7296,1132,'eg_sources_soundcloud',''),(7297,1132,'eg_sources_soundcloud',''),(7298,1132,'eg_vimeo_ratio','0'),(7299,1132,'eg_vimeo_ratio','0'),(7300,1132,'eg_youtube_ratio','0'),(7301,1132,'eg_youtube_ratio','0'),(7302,1132,'eg_wistia_ratio','0'),(7303,1132,'eg_wistia_ratio','0'),(7304,1132,'eg_html5_ratio','0'),(7305,1132,'eg_html5_ratio','0'),(7306,1132,'eg_soundcloud_ratio','0'),(7307,1132,'eg_soundcloud_ratio','0'),(7308,1132,'eg_settings_custom_meta_skin',''),(7309,1132,'eg_settings_custom_meta_skin',''),(7310,1132,'eg_settings_custom_meta_element',''),(7311,1132,'eg_settings_custom_meta_element',''),(7312,1132,'eg_settings_custom_meta_setting',''),(7313,1132,'eg_settings_custom_meta_setting',''),(7314,1132,'eg_settings_custom_meta_style',''),(7315,1132,'eg_settings_custom_meta_style',''),(7316,1132,'mfn-post-hide-content','0'),(7317,1132,'mfn-post-hide-content','0'),(7318,1132,'mfn-post-slider','0'),(7319,1132,'mfn-post-slider','0'),(7320,1132,'mfn-post-slider-layer','0'),(7321,1132,'mfn-post-slider-layer','0'),(7322,1132,'mfn-post-hide-title','1'),(7323,1132,'mfn-post-hide-title','1'),(7324,1132,'mfn-post-remove-padding','0'),(7325,1132,'mfn-post-remove-padding','0'),(7326,1132,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(7327,1132,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(7328,1132,'mfn-post-hide-image','1'),(7329,1132,'mfn-post-hide-image','1'),(7330,1132,'_wpb_vc_js_status','true'),(7331,1132,'_wpb_vc_js_status','true'),(7332,1132,'mfn-post-love','0'),(7333,1132,'mfn-post-love','0'),(7334,1132,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(7335,1132,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(7336,1132,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(7337,1132,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(7338,1132,'_wp_old_slug','blog-title-03'),(7339,1132,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(7340,1132,'_wp_old_slug','blog-title-03'),(7341,1132,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(7342,1132,'mfn-post-sidebar','0'),(7343,1132,'mfn-post-sidebar','0'),(7344,1132,'mfn-post-sidebar2','0'),(7345,1132,'mfn-post-sidebar2','0'),(7346,1132,'_thumbnail_id','1133'),(7347,1132,'_thumbnail_id','1133'),(7348,1132,'_oembed_70c3f7c0b35f507260fceba4aa944398','{{unknown}}'),(7349,1132,'_oembed_3e601594e527c050109c115dc0343e65','{{unknown}}'),(7350,1132,'_oembed_9b1ceae82700066b420cbf8220005e44','<blockquote class=\"wp-embedded-content\" data-secret=\"kASrIgvovz\"><a href=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/\">Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/embed/#?secret=kASrIgvovz\" data-secret=\"kASrIgvovz\" width=\"600\" height=\"338\" title=\"&#8220;Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO&#8221; &#8212; The Paleo Diet  - Robb Wolf on Paleolithic nutrition, intermittent fasting, and fitness\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(7351,1132,'_oembed_time_9b1ceae82700066b420cbf8220005e44','1526497634'),(7352,1132,'_oembed_23dc491aeb7984be5b7c3de7f8f733eb','<blockquote class=\"wp-embedded-content\" data-secret=\"WlCV7gXJBc\"><a href=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/\">RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/embed/#?secret=WlCV7gXJBc\" data-secret=\"WlCV7gXJBc\" width=\"600\" height=\"338\" title=\"&#8220;RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown&#8221; &#8212; Chris Kresser\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(7353,1132,'_oembed_time_23dc491aeb7984be5b7c3de7f8f733eb','1526497635'),(7354,1132,'_oembed_358a61ccc8bf2354ef1120fed79c344e','<blockquote class=\"wp-embedded-content\" data-secret=\"shaF4RzKZS\"><a href=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/\">Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/embed/#?secret=shaF4RzKZS\" data-secret=\"shaF4RzKZS\" width=\"600\" height=\"338\" title=\"&#8220;Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(7355,1132,'_oembed_time_358a61ccc8bf2354ef1120fed79c344e','1526497638'),(7357,1132,'_oembed_af0b1f39f6e075a34328aef17f250879','{{unknown}}'),(7358,1132,'_oembed_f714c39f6931f083180b36cf45638a8c','{{unknown}}'),(7359,1132,'_oembed_5000284a6c9c5bcbac8ae34dc7be08b7','{{unknown}}'),(7360,1132,'_oembed_63b1fcb3e0dc43453aedb68f431c75c2','<blockquote class=\"wp-embedded-content\" data-secret=\"oZNLMh7ADK\"><a href=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/\">How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/embed/#?secret=oZNLMh7ADK\" data-secret=\"oZNLMh7ADK\" width=\"600\" height=\"338\" title=\"&#8220;How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(7361,1132,'_oembed_time_63b1fcb3e0dc43453aedb68f431c75c2','1529526804'),(7362,1132,'_dp_original','1120'),(7363,1132,'_edit_lock','1532460274:2'),(7364,1133,'_wp_attached_file','2018/07/Fish-Oil-600X600.jpg'),(7365,1133,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:28:\"2018/07/Fish-Oil-600X600.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Fish-Oil-600X600-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"Fish-Oil-600X600-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:28:\"Fish-Oil-600X600-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:26:\"Fish-Oil-600X600-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"Fish-Oil-600X600-146x146.jpg\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:26:\"Fish-Oil-600X600-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:26:\"Fish-Oil-600X600-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:26:\"Fish-Oil-600X600-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:26:\"Fish-Oil-600X600-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:28:\"Fish-Oil-600X600-600x500.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:28:\"Fish-Oil-600X600-600x480.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:480;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:{}}}'),(7366,1132,'_edit_last','2'),(7367,1132,'_oembed_0dc928c90b7c768760131f493fc3b3d6','{{unknown}}'),(7369,1138,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7370,1138,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7371,1138,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7372,1138,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7373,1138,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7374,1138,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7375,1138,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7376,1138,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7377,1138,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7378,1138,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7379,1138,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7380,1138,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7381,1138,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7382,1138,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7383,1138,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7384,1138,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7385,1138,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7386,1138,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7387,1138,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7388,1138,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7389,1138,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7390,1138,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7391,1138,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7392,1138,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7393,1138,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7394,1138,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7395,1138,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7396,1138,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7397,1138,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7398,1138,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7399,1138,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7400,1138,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7401,1138,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7402,1138,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7403,1138,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7404,1138,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7405,1138,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7406,1138,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7407,1138,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7408,1138,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7409,1138,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7410,1138,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7411,1138,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7412,1138,'slide_template','default'),(7413,1138,'slide_template','default'),(7414,1138,'eg_sources_html5_mp4',''),(7415,1138,'eg_sources_html5_mp4',''),(7416,1138,'eg_sources_html5_ogv',''),(7417,1138,'eg_sources_html5_ogv',''),(7418,1138,'eg_sources_html5_webm',''),(7419,1138,'eg_sources_html5_webm',''),(7420,1138,'eg_sources_youtube',''),(7421,1138,'eg_sources_youtube',''),(7422,1138,'eg_sources_vimeo',''),(7423,1138,'eg_sources_vimeo',''),(7424,1138,'eg_sources_wistia',''),(7425,1138,'eg_sources_wistia',''),(7426,1138,'eg_sources_image',''),(7427,1138,'eg_sources_image',''),(7428,1138,'eg_sources_iframe',''),(7429,1138,'eg_sources_iframe',''),(7430,1138,'eg_sources_soundcloud',''),(7431,1138,'eg_sources_soundcloud',''),(7432,1138,'eg_vimeo_ratio','0'),(7433,1138,'eg_vimeo_ratio','0'),(7434,1138,'eg_youtube_ratio','0'),(7435,1138,'eg_youtube_ratio','0'),(7436,1138,'eg_wistia_ratio','0'),(7437,1138,'eg_wistia_ratio','0'),(7438,1138,'eg_html5_ratio','0'),(7439,1138,'eg_html5_ratio','0'),(7440,1138,'eg_soundcloud_ratio','0'),(7441,1138,'eg_soundcloud_ratio','0'),(7442,1138,'eg_settings_custom_meta_skin',''),(7443,1138,'eg_settings_custom_meta_skin',''),(7444,1138,'eg_settings_custom_meta_element',''),(7445,1138,'eg_settings_custom_meta_element',''),(7446,1138,'eg_settings_custom_meta_setting',''),(7447,1138,'eg_settings_custom_meta_setting',''),(7448,1138,'eg_settings_custom_meta_style',''),(7449,1138,'eg_settings_custom_meta_style',''),(7450,1138,'mfn-post-hide-content','0'),(7451,1138,'mfn-post-hide-content','0'),(7452,1138,'mfn-post-slider','0'),(7453,1138,'mfn-post-slider','0'),(7454,1138,'mfn-post-slider-layer','0'),(7455,1138,'mfn-post-slider-layer','0'),(7456,1138,'mfn-post-hide-title','1'),(7457,1138,'mfn-post-hide-title','1'),(7458,1138,'mfn-post-remove-padding','0'),(7459,1138,'mfn-post-remove-padding','0'),(7460,1138,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(7461,1138,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(7462,1138,'mfn-post-hide-image','1'),(7463,1138,'mfn-post-hide-image','1'),(7464,1138,'_wpb_vc_js_status','true'),(7465,1138,'_wpb_vc_js_status','true'),(7466,1138,'mfn-post-love','0'),(7467,1138,'mfn-post-love','0'),(7468,1138,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(7469,1138,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(7470,1138,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(7471,1138,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(7472,1138,'_wp_old_slug','blog-title-03'),(7473,1138,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(7474,1138,'_wp_old_slug','blog-title-03'),(7475,1138,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(7476,1138,'mfn-post-sidebar','0'),(7477,1138,'mfn-post-sidebar','0'),(7478,1138,'mfn-post-sidebar2','0'),(7479,1138,'mfn-post-sidebar2','0'),(7480,1138,'_thumbnail_id','1139'),(7481,1138,'_thumbnail_id','1139'),(7482,1138,'_oembed_70c3f7c0b35f507260fceba4aa944398','{{unknown}}'),(7483,1138,'_oembed_3e601594e527c050109c115dc0343e65','{{unknown}}'),(7484,1138,'_oembed_9b1ceae82700066b420cbf8220005e44','<blockquote class=\"wp-embedded-content\" data-secret=\"kASrIgvovz\"><a href=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/\">Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/embed/#?secret=kASrIgvovz\" data-secret=\"kASrIgvovz\" width=\"600\" height=\"338\" title=\"&#8220;Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO&#8221; &#8212; The Paleo Diet  - Robb Wolf on Paleolithic nutrition, intermittent fasting, and fitness\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(7485,1138,'_oembed_time_9b1ceae82700066b420cbf8220005e44','1526497634'),(7486,1138,'_oembed_23dc491aeb7984be5b7c3de7f8f733eb','<blockquote class=\"wp-embedded-content\" data-secret=\"WlCV7gXJBc\"><a href=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/\">RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/embed/#?secret=WlCV7gXJBc\" data-secret=\"WlCV7gXJBc\" width=\"600\" height=\"338\" title=\"&#8220;RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown&#8221; &#8212; Chris Kresser\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(7487,1138,'_oembed_time_23dc491aeb7984be5b7c3de7f8f733eb','1526497635'),(7488,1138,'_oembed_358a61ccc8bf2354ef1120fed79c344e','<blockquote class=\"wp-embedded-content\" data-secret=\"shaF4RzKZS\"><a href=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/\">Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/embed/#?secret=shaF4RzKZS\" data-secret=\"shaF4RzKZS\" width=\"600\" height=\"338\" title=\"&#8220;Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(7489,1138,'_oembed_time_358a61ccc8bf2354ef1120fed79c344e','1526497638'),(7490,1138,'_oembed_af0b1f39f6e075a34328aef17f250879','{{unknown}}'),(7491,1138,'_oembed_f714c39f6931f083180b36cf45638a8c','{{unknown}}'),(7492,1138,'_oembed_5000284a6c9c5bcbac8ae34dc7be08b7','{{unknown}}'),(7493,1138,'_oembed_63b1fcb3e0dc43453aedb68f431c75c2','<blockquote class=\"wp-embedded-content\" data-secret=\"oZNLMh7ADK\"><a href=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/\">How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/embed/#?secret=oZNLMh7ADK\" data-secret=\"oZNLMh7ADK\" width=\"600\" height=\"338\" title=\"&#8220;How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(7494,1138,'_oembed_time_63b1fcb3e0dc43453aedb68f431c75c2','1529526804'),(7496,1138,'_oembed_0dc928c90b7c768760131f493fc3b3d6','{{unknown}}'),(7497,1138,'_dp_original','1132'),(7498,1138,'_edit_lock','1532978685:2'),(7499,1138,'_edit_last','2'),(7500,1139,'_wp_attached_file','2018/07/Back-to-School-600X564.jpg'),(7501,1139,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:564;s:4:\"file\";s:34:\"2018/07/Back-to-School-600X564.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"Back-to-School-600X564-150x150.jpg\";s:5:\"width\";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:\"Back-to-School-600X564-300x282.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:282;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"ttshowcase_normal\";a:4:{s:4:\"file\";s:34:\"Back-to-School-600X564-125x118.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:118;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"ttshowcase_small\";a:4:{s:4:\"file\";s:32:\"Back-to-School-600X564-75x71.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"Back-to-School-600X564-155x146.jpg\";s:5:\"width\";i:155;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:32:\"Back-to-School-600X564-50x47.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:32:\"Back-to-School-600X564-80x75.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:32:\"Back-to-School-600X564-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:32:\"Back-to-School-600X564-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:34:\"Back-to-School-600X564-600x500.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:34:\"Back-to-School-600X564-600x480.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:480;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:{}}}'),(7506,1145,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7507,1145,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7508,1145,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7509,1145,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7510,1145,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7511,1145,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7512,1145,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7513,1145,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7514,1145,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7515,1145,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7516,1145,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7517,1145,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7518,1145,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7519,1145,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7520,1145,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7521,1145,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7522,1145,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7523,1145,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7524,1145,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7525,1145,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7526,1145,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7527,1145,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7528,1145,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7529,1145,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7530,1145,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7531,1145,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7532,1145,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7533,1145,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7534,1145,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7535,1145,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7536,1145,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7537,1145,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7538,1145,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7539,1145,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7540,1145,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7541,1145,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7542,1145,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7543,1145,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7544,1145,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7545,1145,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7546,1145,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7547,1145,'slide_template','default'),(7548,1145,'slide_template','default'),(7549,1145,'eg_sources_html5_mp4',''),(7550,1145,'eg_sources_html5_mp4',''),(7551,1145,'eg_sources_html5_ogv',''),(7552,1145,'eg_sources_html5_ogv',''),(7553,1145,'eg_sources_html5_webm',''),(7554,1145,'eg_sources_html5_webm',''),(7555,1145,'eg_sources_youtube',''),(7556,1145,'eg_sources_youtube',''),(7557,1145,'eg_sources_vimeo',''),(7558,1145,'eg_sources_vimeo',''),(7559,1145,'eg_sources_wistia',''),(7560,1145,'eg_sources_wistia',''),(7561,1145,'eg_sources_image',''),(7562,1145,'eg_sources_image',''),(7563,1145,'eg_sources_iframe',''),(7564,1145,'eg_sources_iframe',''),(7565,1145,'eg_sources_soundcloud',''),(7566,1145,'eg_sources_soundcloud',''),(7567,1145,'eg_vimeo_ratio','0'),(7568,1145,'eg_vimeo_ratio','0'),(7569,1145,'eg_youtube_ratio','0'),(7570,1145,'eg_youtube_ratio','0'),(7571,1145,'eg_wistia_ratio','0'),(7572,1145,'eg_wistia_ratio','0'),(7573,1145,'eg_html5_ratio','0'),(7574,1145,'eg_html5_ratio','0'),(7575,1145,'eg_soundcloud_ratio','0'),(7576,1145,'eg_soundcloud_ratio','0'),(7577,1145,'eg_settings_custom_meta_skin',''),(7578,1145,'eg_settings_custom_meta_skin',''),(7579,1145,'eg_settings_custom_meta_element',''),(7580,1145,'eg_settings_custom_meta_element',''),(7581,1145,'eg_settings_custom_meta_setting',''),(7582,1145,'eg_settings_custom_meta_setting',''),(7583,1145,'eg_settings_custom_meta_style',''),(7584,1145,'eg_settings_custom_meta_style',''),(7585,1145,'mfn-post-hide-content','0'),(7586,1145,'mfn-post-hide-content','0'),(7587,1145,'mfn-post-slider','0'),(7588,1145,'mfn-post-slider','0'),(7589,1145,'mfn-post-slider-layer','0'),(7590,1145,'mfn-post-slider-layer','0'),(7591,1145,'mfn-post-hide-title','1'),(7592,1145,'mfn-post-hide-title','1'),(7593,1145,'mfn-post-remove-padding','0'),(7594,1145,'mfn-post-remove-padding','0'),(7595,1145,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(7596,1145,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(7597,1145,'mfn-post-hide-image','1'),(7598,1145,'mfn-post-hide-image','1'),(7599,1145,'_wpb_vc_js_status','true'),(7600,1145,'_wpb_vc_js_status','true'),(7601,1145,'mfn-post-love','0'),(7602,1145,'mfn-post-love','0'),(7603,1145,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(7604,1145,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(7605,1145,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(7606,1145,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(7607,1145,'_wp_old_slug','blog-title-03'),(7608,1145,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(7609,1145,'_wp_old_slug','blog-title-03'),(7610,1145,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(7611,1145,'mfn-post-sidebar','0'),(7612,1145,'mfn-post-sidebar','0'),(7613,1145,'mfn-post-sidebar2','0'),(7614,1145,'mfn-post-sidebar2','0'),(7615,1145,'_thumbnail_id','922'),(7616,1145,'_thumbnail_id','922'),(7617,1145,'_oembed_70c3f7c0b35f507260fceba4aa944398','{{unknown}}'),(7619,1145,'_dp_original','1129'),(7620,1145,'_edit_lock','1533919432:2'),(7621,1145,'_edit_last','2'),(7623,14,'mfn-post-sidebar','0'),(7624,14,'mfn-post-sidebar2','0'),(7625,1147,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7626,1147,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7627,1147,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7628,1147,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7629,1147,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7630,1147,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7631,1147,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7632,1147,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7633,1147,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7634,1147,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7635,1147,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7636,1147,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7637,1147,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7638,1147,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7639,1147,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7640,1147,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7641,1147,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7642,1147,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7643,1147,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7644,1147,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7645,1147,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7646,1147,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7647,1147,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7648,1147,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7649,1147,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7650,1147,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7651,1147,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7652,1147,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7653,1147,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7654,1147,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7655,1147,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7656,1147,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7657,1147,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7658,1147,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7659,1147,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7660,1147,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7661,1147,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7662,1147,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7663,1147,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7664,1147,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7665,1147,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7666,1147,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7667,1147,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7668,1147,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7669,1147,'slide_template','default'),(7670,1147,'slide_template','default'),(7671,1147,'eg_sources_html5_mp4',''),(7672,1147,'eg_sources_html5_mp4',''),(7673,1147,'eg_sources_html5_ogv',''),(7674,1147,'eg_sources_html5_ogv',''),(7675,1147,'eg_sources_html5_webm',''),(7676,1147,'eg_sources_html5_webm',''),(7677,1147,'eg_sources_youtube',''),(7678,1147,'eg_sources_youtube',''),(7679,1147,'eg_sources_vimeo',''),(7680,1147,'eg_sources_vimeo',''),(7681,1147,'eg_sources_wistia',''),(7682,1147,'eg_sources_wistia',''),(7683,1147,'eg_sources_image',''),(7684,1147,'eg_sources_image',''),(7685,1147,'eg_sources_iframe',''),(7686,1147,'eg_sources_iframe',''),(7687,1147,'eg_sources_soundcloud',''),(7688,1147,'eg_sources_soundcloud',''),(7689,1147,'eg_vimeo_ratio','0'),(7690,1147,'eg_vimeo_ratio','0'),(7691,1147,'eg_youtube_ratio','0'),(7692,1147,'eg_youtube_ratio','0'),(7693,1147,'eg_wistia_ratio','0'),(7694,1147,'eg_wistia_ratio','0'),(7695,1147,'eg_html5_ratio','0'),(7696,1147,'eg_html5_ratio','0'),(7697,1147,'eg_soundcloud_ratio','0'),(7698,1147,'eg_soundcloud_ratio','0'),(7699,1147,'eg_settings_custom_meta_skin',''),(7700,1147,'eg_settings_custom_meta_skin',''),(7701,1147,'eg_settings_custom_meta_element',''),(7702,1147,'eg_settings_custom_meta_element',''),(7703,1147,'eg_settings_custom_meta_setting',''),(7704,1147,'eg_settings_custom_meta_setting',''),(7705,1147,'eg_settings_custom_meta_style',''),(7706,1147,'eg_settings_custom_meta_style',''),(7707,1147,'mfn-post-hide-content','0'),(7708,1147,'mfn-post-hide-content','0'),(7709,1147,'mfn-post-slider','0'),(7710,1147,'mfn-post-slider','0'),(7711,1147,'mfn-post-slider-layer','0'),(7712,1147,'mfn-post-slider-layer','0'),(7713,1147,'mfn-post-hide-title','1'),(7714,1147,'mfn-post-hide-title','1'),(7715,1147,'mfn-post-remove-padding','0'),(7716,1147,'mfn-post-remove-padding','0'),(7717,1147,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(7718,1147,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(7719,1147,'mfn-post-hide-image','1'),(7720,1147,'mfn-post-hide-image','1'),(7721,1147,'_wpb_vc_js_status','true'),(7722,1147,'_wpb_vc_js_status','true'),(7723,1147,'mfn-post-love','0'),(7724,1147,'mfn-post-love','0'),(7725,1147,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(7726,1147,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(7727,1147,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(7728,1147,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(7729,1147,'_wp_old_slug','blog-title-03'),(7730,1147,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(7731,1147,'_wp_old_slug','blog-title-03'),(7732,1147,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(7733,1147,'mfn-post-sidebar','0'),(7734,1147,'mfn-post-sidebar','0'),(7735,1147,'mfn-post-sidebar2','0'),(7736,1147,'mfn-post-sidebar2','0'),(7737,1147,'_thumbnail_id','1148'),(7738,1147,'_thumbnail_id','1148'),(7739,1147,'_oembed_70c3f7c0b35f507260fceba4aa944398','{{unknown}}'),(7740,1147,'_oembed_3e601594e527c050109c115dc0343e65','{{unknown}}'),(7741,1147,'_oembed_9b1ceae82700066b420cbf8220005e44','<blockquote class=\"wp-embedded-content\" data-secret=\"kASrIgvovz\"><a href=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/\">Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/embed/#?secret=kASrIgvovz\" data-secret=\"kASrIgvovz\" width=\"600\" height=\"338\" title=\"&#8220;Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO&#8221; &#8212; The Paleo Diet  - Robb Wolf on Paleolithic nutrition, intermittent fasting, and fitness\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(7742,1147,'_oembed_time_9b1ceae82700066b420cbf8220005e44','1526497634'),(7743,1147,'_oembed_23dc491aeb7984be5b7c3de7f8f733eb','<blockquote class=\"wp-embedded-content\" data-secret=\"WlCV7gXJBc\"><a href=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/\">RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/embed/#?secret=WlCV7gXJBc\" data-secret=\"WlCV7gXJBc\" width=\"600\" height=\"338\" title=\"&#8220;RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown&#8221; &#8212; Chris Kresser\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(7744,1147,'_oembed_time_23dc491aeb7984be5b7c3de7f8f733eb','1526497635'),(7745,1147,'_oembed_358a61ccc8bf2354ef1120fed79c344e','<blockquote class=\"wp-embedded-content\" data-secret=\"shaF4RzKZS\"><a href=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/\">Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/embed/#?secret=shaF4RzKZS\" data-secret=\"shaF4RzKZS\" width=\"600\" height=\"338\" title=\"&#8220;Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(7746,1147,'_oembed_time_358a61ccc8bf2354ef1120fed79c344e','1526497638'),(7747,1147,'_oembed_af0b1f39f6e075a34328aef17f250879','{{unknown}}'),(7748,1147,'_oembed_f714c39f6931f083180b36cf45638a8c','{{unknown}}'),(7749,1147,'_oembed_5000284a6c9c5bcbac8ae34dc7be08b7','{{unknown}}'),(7750,1147,'_oembed_63b1fcb3e0dc43453aedb68f431c75c2','<blockquote class=\"wp-embedded-content\" data-secret=\"oZNLMh7ADK\"><a href=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/\">How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/embed/#?secret=oZNLMh7ADK\" data-secret=\"oZNLMh7ADK\" width=\"600\" height=\"338\" title=\"&#8220;How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(7751,1147,'_oembed_time_63b1fcb3e0dc43453aedb68f431c75c2','1529526804'),(7752,1147,'_oembed_0dc928c90b7c768760131f493fc3b3d6','{{unknown}}'),(7754,1147,'_dp_original','1138'),(7755,1147,'_edit_lock','1535055215:2'),(7756,1148,'_wp_attached_file','2018/08/Feeling-Tired-600X498.jpg'),(7757,1148,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:498;s:4:\"file\";s:33:\"2018/08/Feeling-Tired-600X498.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Feeling-Tired-600X498-150x150.jpg\";s:5:\"width\";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-Tired-600X498-300x249.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:249;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"ttshowcase_normal\";a:4:{s:4:\"file\";s:33:\"Feeling-Tired-600X498-125x104.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:104;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"ttshowcase_small\";a:4:{s:4:\"file\";s:31:\"Feeling-Tired-600X498-75x62.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"Feeling-Tired-600X498-176x146.jpg\";s:5:\"width\";i:176;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:31:\"Feeling-Tired-600X498-50x42.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:42;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:31:\"Feeling-Tired-600X498-90x75.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:31:\"Feeling-Tired-600X498-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:31:\"Feeling-Tired-600X498-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:33:\"Feeling-Tired-600X498-600x480.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:480;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:{}}}'),(7758,1147,'_edit_last','2'),(7759,1147,'_oembed_d7841c341108008601fa6bfd45e9877d','{{unknown}}'),(7760,1147,'_oembed_40a13cbe0598cd34470e2068d6d5b1b0','{{unknown}}'),(7761,1147,'_oembed_88288a6a8fdc1892db3639b1a045fbbf','<blockquote class=\"wp-embedded-content\" data-secret=\"JR2TSdbz6i\"><a href=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/\">Changing your diet is the first step in addressing Hashimoto&#8217;s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/embed/#?secret=JR2TSdbz6i\" data-secret=\"JR2TSdbz6i\" width=\"600\" height=\"338\" title=\"&#8220;Changing your diet is the first step in addressing Hashimoto&#8217;s&#8221; &#8212; Dr. K. News\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(7762,1147,'_oembed_time_88288a6a8fdc1892db3639b1a045fbbf','1535053648'),(7763,1147,'_oembed_6bfdd057756c7c58246362901ea9cc5a','<blockquote class=\"wp-embedded-content\" data-secret=\"EL52QLJFmX\"><a href=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/\">What To Do If Your TSH Is Normal and You Are Anything But!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/embed/#?secret=EL52QLJFmX\" data-secret=\"EL52QLJFmX\" width=\"600\" height=\"338\" title=\"&#8220;What To Do If Your TSH Is Normal and You Are Anything But!&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(7764,1147,'_oembed_time_6bfdd057756c7c58246362901ea9cc5a','1535053650'),(7765,1147,'_oembed_f64919ffc4b08d3bacaafee3d9d84058','<blockquote class=\"wp-embedded-content\" data-secret=\"krfgO9xlfd\"><a href=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/\">Iodine and Hashimotoâ€™s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/embed/#?secret=krfgO9xlfd\" data-secret=\"krfgO9xlfd\" width=\"600\" height=\"338\" title=\"&#8220;Iodine and Hashimotoâ€™s&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(7766,1147,'_oembed_time_f64919ffc4b08d3bacaafee3d9d84058','1535053650'),(7769,1152,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7770,1152,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7771,1152,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7772,1152,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7773,1152,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7774,1152,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7775,1152,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7776,1152,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7777,1152,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7778,1152,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7779,1152,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7780,1152,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7781,1152,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7782,1152,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7783,1152,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7784,1152,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7785,1152,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7786,1152,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7787,1152,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7788,1152,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7789,1152,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7790,1152,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7791,1152,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7792,1152,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7793,1152,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7794,1152,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7795,1152,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7796,1152,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7797,1152,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7798,1152,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7799,1152,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7800,1152,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7801,1152,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7802,1152,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7803,1152,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7804,1152,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7805,1152,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7806,1152,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7807,1152,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7808,1152,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7809,1152,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7810,1152,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7811,1152,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7812,1152,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7813,1152,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7814,1152,'slide_template','default'),(7815,1152,'slide_template','default'),(7816,1152,'eg_sources_html5_mp4',''),(7817,1152,'eg_sources_html5_mp4',''),(7818,1152,'eg_sources_html5_ogv',''),(7819,1152,'eg_sources_html5_ogv',''),(7820,1152,'eg_sources_html5_webm',''),(7821,1152,'eg_sources_html5_webm',''),(7822,1152,'eg_sources_youtube',''),(7823,1152,'eg_sources_youtube',''),(7824,1152,'eg_sources_vimeo',''),(7825,1152,'eg_sources_vimeo',''),(7826,1152,'eg_sources_wistia',''),(7827,1152,'eg_sources_wistia',''),(7828,1152,'eg_sources_image',''),(7829,1152,'eg_sources_image',''),(7830,1152,'eg_sources_iframe',''),(7831,1152,'eg_sources_iframe',''),(7832,1152,'eg_sources_soundcloud',''),(7833,1152,'eg_sources_soundcloud',''),(7834,1152,'eg_vimeo_ratio','0'),(7835,1152,'eg_vimeo_ratio','0'),(7836,1152,'eg_youtube_ratio','0'),(7837,1152,'eg_youtube_ratio','0'),(7838,1152,'eg_wistia_ratio','0'),(7839,1152,'eg_wistia_ratio','0'),(7840,1152,'eg_html5_ratio','0'),(7841,1152,'eg_html5_ratio','0'),(7842,1152,'eg_soundcloud_ratio','0'),(7843,1152,'eg_soundcloud_ratio','0'),(7844,1152,'eg_settings_custom_meta_skin',''),(7845,1152,'eg_settings_custom_meta_skin',''),(7846,1152,'eg_settings_custom_meta_element',''),(7847,1152,'eg_settings_custom_meta_element',''),(7848,1152,'eg_settings_custom_meta_setting',''),(7849,1152,'eg_settings_custom_meta_setting',''),(7850,1152,'eg_settings_custom_meta_style',''),(7851,1152,'eg_settings_custom_meta_style',''),(7852,1152,'mfn-post-hide-content','0'),(7853,1152,'mfn-post-hide-content','0'),(7854,1152,'mfn-post-slider','0'),(7855,1152,'mfn-post-slider','0'),(7856,1152,'mfn-post-slider-layer','0'),(7857,1152,'mfn-post-slider-layer','0'),(7858,1152,'mfn-post-hide-title','1'),(7859,1152,'mfn-post-hide-title','1'),(7860,1152,'mfn-post-remove-padding','0'),(7861,1152,'mfn-post-remove-padding','0'),(7862,1152,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(7863,1152,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(7864,1152,'mfn-post-hide-image','1'),(7865,1152,'mfn-post-hide-image','1'),(7866,1152,'_wpb_vc_js_status','true'),(7867,1152,'_wpb_vc_js_status','true'),(7868,1152,'mfn-post-love','0'),(7869,1152,'mfn-post-love','0'),(7870,1152,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(7871,1152,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(7872,1152,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(7873,1152,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(7874,1152,'_wp_old_slug','blog-title-03'),(7875,1152,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(7876,1152,'_wp_old_slug','blog-title-03'),(7877,1152,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(7878,1152,'mfn-post-sidebar','0'),(7879,1152,'mfn-post-sidebar','0'),(7880,1152,'mfn-post-sidebar2','0'),(7881,1152,'mfn-post-sidebar2','0'),(7882,1152,'_thumbnail_id','1153'),(7883,1152,'_thumbnail_id','1153'),(7884,1152,'_oembed_70c3f7c0b35f507260fceba4aa944398','{{unknown}}'),(7885,1152,'_oembed_3e601594e527c050109c115dc0343e65','{{unknown}}'),(7886,1152,'_oembed_9b1ceae82700066b420cbf8220005e44','<blockquote class=\"wp-embedded-content\" data-secret=\"kASrIgvovz\"><a href=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/\">Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/embed/#?secret=kASrIgvovz\" data-secret=\"kASrIgvovz\" width=\"600\" height=\"338\" title=\"&#8220;Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO&#8221; &#8212; The Paleo Diet  - Robb Wolf on Paleolithic nutrition, intermittent fasting, and fitness\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(7887,1152,'_oembed_time_9b1ceae82700066b420cbf8220005e44','1526497634'),(7888,1152,'_oembed_23dc491aeb7984be5b7c3de7f8f733eb','<blockquote class=\"wp-embedded-content\" data-secret=\"WlCV7gXJBc\"><a href=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/\">RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/embed/#?secret=WlCV7gXJBc\" data-secret=\"WlCV7gXJBc\" width=\"600\" height=\"338\" title=\"&#8220;RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown&#8221; &#8212; Chris Kresser\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(7889,1152,'_oembed_time_23dc491aeb7984be5b7c3de7f8f733eb','1526497635'),(7890,1152,'_oembed_358a61ccc8bf2354ef1120fed79c344e','<blockquote class=\"wp-embedded-content\" data-secret=\"shaF4RzKZS\"><a href=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/\">Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/embed/#?secret=shaF4RzKZS\" data-secret=\"shaF4RzKZS\" width=\"600\" height=\"338\" title=\"&#8220;Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(7891,1152,'_oembed_time_358a61ccc8bf2354ef1120fed79c344e','1526497638'),(7892,1152,'_oembed_af0b1f39f6e075a34328aef17f250879','{{unknown}}'),(7893,1152,'_oembed_f714c39f6931f083180b36cf45638a8c','{{unknown}}'),(7894,1152,'_oembed_5000284a6c9c5bcbac8ae34dc7be08b7','{{unknown}}'),(7895,1152,'_oembed_63b1fcb3e0dc43453aedb68f431c75c2','<blockquote class=\"wp-embedded-content\" data-secret=\"oZNLMh7ADK\"><a href=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/\">How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/embed/#?secret=oZNLMh7ADK\" data-secret=\"oZNLMh7ADK\" width=\"600\" height=\"338\" title=\"&#8220;How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(7896,1152,'_oembed_time_63b1fcb3e0dc43453aedb68f431c75c2','1529526804'),(7897,1152,'_oembed_0dc928c90b7c768760131f493fc3b3d6','{{unknown}}'),(7899,1152,'_oembed_d7841c341108008601fa6bfd45e9877d','{{unknown}}'),(7900,1152,'_oembed_40a13cbe0598cd34470e2068d6d5b1b0','{{unknown}}'),(7901,1152,'_oembed_88288a6a8fdc1892db3639b1a045fbbf','<blockquote class=\"wp-embedded-content\" data-secret=\"JR2TSdbz6i\"><a href=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/\">Changing your diet is the first step in addressing Hashimoto&#8217;s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/embed/#?secret=JR2TSdbz6i\" data-secret=\"JR2TSdbz6i\" width=\"600\" height=\"338\" title=\"&#8220;Changing your diet is the first step in addressing Hashimoto&#8217;s&#8221; &#8212; Dr. K. News\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(7902,1152,'_oembed_time_88288a6a8fdc1892db3639b1a045fbbf','1535053648'),(7903,1152,'_oembed_6bfdd057756c7c58246362901ea9cc5a','<blockquote class=\"wp-embedded-content\" data-secret=\"EL52QLJFmX\"><a href=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/\">What To Do If Your TSH Is Normal and You Are Anything But!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/embed/#?secret=EL52QLJFmX\" data-secret=\"EL52QLJFmX\" width=\"600\" height=\"338\" title=\"&#8220;What To Do If Your TSH Is Normal and You Are Anything But!&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(7904,1152,'_oembed_time_6bfdd057756c7c58246362901ea9cc5a','1535053650'),(7905,1152,'_oembed_f64919ffc4b08d3bacaafee3d9d84058','<blockquote class=\"wp-embedded-content\" data-secret=\"krfgO9xlfd\"><a href=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/\">Iodine and Hashimotoâ€™s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/embed/#?secret=krfgO9xlfd\" data-secret=\"krfgO9xlfd\" width=\"600\" height=\"338\" title=\"&#8220;Iodine and Hashimotoâ€™s&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(7906,1152,'_oembed_time_f64919ffc4b08d3bacaafee3d9d84058','1535053650'),(7907,1152,'_dp_original','1147'),(7908,1152,'_edit_lock','1535564644:2'),(7909,1152,'_edit_last','2'),(7910,1153,'_wp_attached_file','2018/08/elderberry-600X600.jpg'),(7911,1153,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:30:\"2018/08/elderberry-600X600.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"elderberry-600X600-150x150.jpg\";s:5:\"width\";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:\"elderberry-600X600-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:30:\"elderberry-600X600-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:28:\"elderberry-600X600-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"elderberry-600X600-146x146.jpg\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:28:\"elderberry-600X600-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:28:\"elderberry-600X600-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:28:\"elderberry-600X600-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:28:\"elderberry-600X600-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:30:\"elderberry-600X600-600x500.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:30:\"elderberry-600X600-600x480.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:480;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:{}}}'),(7913,1155,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7914,1155,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7915,1155,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7916,1155,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7917,1155,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7918,1155,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7919,1155,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7920,1155,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7921,1155,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7922,1155,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7923,1155,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7924,1155,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7925,1155,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7926,1155,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7927,1155,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7928,1155,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7929,1155,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7930,1155,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7931,1155,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7932,1155,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7933,1155,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7934,1155,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7935,1155,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7936,1155,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7937,1155,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7938,1155,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7939,1155,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7940,1155,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7941,1155,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7942,1155,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7943,1155,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7944,1155,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7945,1155,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7946,1155,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7947,1155,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7948,1155,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7949,1155,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7950,1155,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7951,1155,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7952,1155,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7953,1155,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7954,1155,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7955,1155,'slide_template','default'),(7956,1155,'slide_template','default'),(7957,1155,'eg_sources_html5_mp4',''),(7958,1155,'eg_sources_html5_mp4',''),(7959,1155,'eg_sources_html5_ogv',''),(7960,1155,'eg_sources_html5_ogv',''),(7961,1155,'eg_sources_html5_webm',''),(7962,1155,'eg_sources_html5_webm',''),(7963,1155,'eg_sources_youtube',''),(7964,1155,'eg_sources_youtube',''),(7965,1155,'eg_sources_vimeo',''),(7966,1155,'eg_sources_vimeo',''),(7967,1155,'eg_sources_wistia',''),(7968,1155,'eg_sources_wistia',''),(7969,1155,'eg_sources_image',''),(7970,1155,'eg_sources_image',''),(7971,1155,'eg_sources_iframe',''),(7972,1155,'eg_sources_iframe',''),(7973,1155,'eg_sources_soundcloud',''),(7974,1155,'eg_sources_soundcloud',''),(7975,1155,'eg_vimeo_ratio','0'),(7976,1155,'eg_vimeo_ratio','0'),(7977,1155,'eg_youtube_ratio','0'),(7978,1155,'eg_youtube_ratio','0'),(7979,1155,'eg_wistia_ratio','0'),(7980,1155,'eg_wistia_ratio','0'),(7981,1155,'eg_html5_ratio','0'),(7982,1155,'eg_html5_ratio','0'),(7983,1155,'eg_soundcloud_ratio','0'),(7984,1155,'eg_soundcloud_ratio','0'),(7985,1155,'eg_settings_custom_meta_skin',''),(7986,1155,'eg_settings_custom_meta_skin',''),(7987,1155,'eg_settings_custom_meta_element',''),(7988,1155,'eg_settings_custom_meta_element',''),(7989,1155,'eg_settings_custom_meta_setting',''),(7990,1155,'eg_settings_custom_meta_setting',''),(7991,1155,'eg_settings_custom_meta_style',''),(7992,1155,'eg_settings_custom_meta_style',''),(7993,1155,'mfn-post-hide-content','0'),(7994,1155,'mfn-post-hide-content','0'),(7995,1155,'mfn-post-slider','0'),(7996,1155,'mfn-post-slider','0'),(7997,1155,'mfn-post-slider-layer','0'),(7998,1155,'mfn-post-slider-layer','0'),(7999,1155,'mfn-post-hide-title','1'),(8000,1155,'mfn-post-hide-title','1'),(8001,1155,'mfn-post-remove-padding','0'),(8002,1155,'mfn-post-remove-padding','0'),(8003,1155,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(8004,1155,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(8005,1155,'mfn-post-hide-image','1'),(8006,1155,'mfn-post-hide-image','1'),(8007,1155,'_wpb_vc_js_status','true'),(8008,1155,'_wpb_vc_js_status','true'),(8009,1155,'mfn-post-love','0'),(8010,1155,'mfn-post-love','0'),(8011,1155,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(8012,1155,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(8013,1155,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(8014,1155,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(8015,1155,'_wp_old_slug','blog-title-03'),(8016,1155,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(8017,1155,'_wp_old_slug','blog-title-03'),(8018,1155,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(8019,1155,'mfn-post-sidebar','0'),(8020,1155,'mfn-post-sidebar','0'),(8021,1155,'mfn-post-sidebar2','0'),(8022,1155,'mfn-post-sidebar2','0'),(8023,1155,'_thumbnail_id','834'),(8024,1155,'_thumbnail_id','834'),(8025,1155,'_oembed_70c3f7c0b35f507260fceba4aa944398','{{unknown}}'),(8027,1155,'_dp_original','1145'),(8028,1155,'_edit_lock','1536684096:2'),(8029,1155,'_edit_last','2'),(8031,1158,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8032,1158,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8033,1158,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8034,1158,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8035,1158,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8036,1158,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8037,1158,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8038,1158,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8039,1158,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8040,1158,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8041,1158,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8042,1158,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8043,1158,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8044,1158,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8045,1158,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8046,1158,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8047,1158,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8048,1158,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8049,1158,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8050,1158,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8051,1158,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8052,1158,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8053,1158,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8054,1158,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8055,1158,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8056,1158,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8057,1158,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8058,1158,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8059,1158,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8060,1158,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8061,1158,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8062,1158,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8063,1158,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8064,1158,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8065,1158,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8066,1158,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8067,1158,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8068,1158,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8069,1158,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8070,1158,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8071,1158,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8072,1158,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8073,1158,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8074,1158,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8075,1158,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8076,1158,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8077,1158,'slide_template','default'),(8078,1158,'slide_template','default'),(8079,1158,'eg_sources_html5_mp4',''),(8080,1158,'eg_sources_html5_mp4',''),(8081,1158,'eg_sources_html5_ogv',''),(8082,1158,'eg_sources_html5_ogv',''),(8083,1158,'eg_sources_html5_webm',''),(8084,1158,'eg_sources_html5_webm',''),(8085,1158,'eg_sources_youtube',''),(8086,1158,'eg_sources_youtube',''),(8087,1158,'eg_sources_vimeo',''),(8088,1158,'eg_sources_vimeo',''),(8089,1158,'eg_sources_wistia',''),(8090,1158,'eg_sources_wistia',''),(8091,1158,'eg_sources_image',''),(8092,1158,'eg_sources_image',''),(8093,1158,'eg_sources_iframe',''),(8094,1158,'eg_sources_iframe',''),(8095,1158,'eg_sources_soundcloud',''),(8096,1158,'eg_sources_soundcloud',''),(8097,1158,'eg_vimeo_ratio','0'),(8098,1158,'eg_vimeo_ratio','0'),(8099,1158,'eg_youtube_ratio','0'),(8100,1158,'eg_youtube_ratio','0'),(8101,1158,'eg_wistia_ratio','0'),(8102,1158,'eg_wistia_ratio','0'),(8103,1158,'eg_html5_ratio','0'),(8104,1158,'eg_html5_ratio','0'),(8105,1158,'eg_soundcloud_ratio','0'),(8106,1158,'eg_soundcloud_ratio','0'),(8107,1158,'eg_settings_custom_meta_skin',''),(8108,1158,'eg_settings_custom_meta_skin',''),(8109,1158,'eg_settings_custom_meta_element',''),(8110,1158,'eg_settings_custom_meta_element',''),(8111,1158,'eg_settings_custom_meta_setting',''),(8112,1158,'eg_settings_custom_meta_setting',''),(8113,1158,'eg_settings_custom_meta_style',''),(8114,1158,'eg_settings_custom_meta_style',''),(8115,1158,'mfn-post-hide-content','0'),(8116,1158,'mfn-post-hide-content','0'),(8117,1158,'mfn-post-slider','0'),(8118,1158,'mfn-post-slider','0'),(8119,1158,'mfn-post-slider-layer','0'),(8120,1158,'mfn-post-slider-layer','0'),(8121,1158,'mfn-post-hide-title','1'),(8122,1158,'mfn-post-hide-title','1'),(8123,1158,'mfn-post-remove-padding','0'),(8124,1158,'mfn-post-remove-padding','0'),(8125,1158,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(8126,1158,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(8127,1158,'mfn-post-hide-image','1'),(8128,1158,'mfn-post-hide-image','1'),(8129,1158,'_wpb_vc_js_status','true'),(8130,1158,'_wpb_vc_js_status','true'),(8131,1158,'mfn-post-love','0'),(8132,1158,'mfn-post-love','0'),(8133,1158,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(8134,1158,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(8135,1158,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(8136,1158,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(8137,1158,'_wp_old_slug','blog-title-03'),(8138,1158,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(8139,1158,'_wp_old_slug','blog-title-03'),(8140,1158,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(8141,1158,'mfn-post-sidebar','0'),(8142,1158,'mfn-post-sidebar','0'),(8143,1158,'mfn-post-sidebar2','0'),(8144,1158,'mfn-post-sidebar2','0'),(8145,1158,'_thumbnail_id','1159'),(8146,1158,'_thumbnail_id','1159'),(8147,1158,'_oembed_70c3f7c0b35f507260fceba4aa944398','{{unknown}}'),(8148,1158,'_oembed_3e601594e527c050109c115dc0343e65','{{unknown}}'),(8149,1158,'_oembed_9b1ceae82700066b420cbf8220005e44','<blockquote class=\"wp-embedded-content\" data-secret=\"kASrIgvovz\"><a href=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/\">Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/embed/#?secret=kASrIgvovz\" data-secret=\"kASrIgvovz\" width=\"600\" height=\"338\" title=\"&#8220;Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO&#8221; &#8212; The Paleo Diet  - Robb Wolf on Paleolithic nutrition, intermittent fasting, and fitness\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(8150,1158,'_oembed_time_9b1ceae82700066b420cbf8220005e44','1526497634'),(8151,1158,'_oembed_23dc491aeb7984be5b7c3de7f8f733eb','<blockquote class=\"wp-embedded-content\" data-secret=\"WlCV7gXJBc\"><a href=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/\">RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/embed/#?secret=WlCV7gXJBc\" data-secret=\"WlCV7gXJBc\" width=\"600\" height=\"338\" title=\"&#8220;RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown&#8221; &#8212; Chris Kresser\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(8152,1158,'_oembed_time_23dc491aeb7984be5b7c3de7f8f733eb','1526497635'),(8153,1158,'_oembed_358a61ccc8bf2354ef1120fed79c344e','<blockquote class=\"wp-embedded-content\" data-secret=\"shaF4RzKZS\"><a href=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/\">Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/embed/#?secret=shaF4RzKZS\" data-secret=\"shaF4RzKZS\" width=\"600\" height=\"338\" title=\"&#8220;Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(8154,1158,'_oembed_time_358a61ccc8bf2354ef1120fed79c344e','1526497638'),(8155,1158,'_oembed_af0b1f39f6e075a34328aef17f250879','{{unknown}}'),(8156,1158,'_oembed_f714c39f6931f083180b36cf45638a8c','{{unknown}}'),(8157,1158,'_oembed_5000284a6c9c5bcbac8ae34dc7be08b7','{{unknown}}'),(8158,1158,'_oembed_63b1fcb3e0dc43453aedb68f431c75c2','<blockquote class=\"wp-embedded-content\" data-secret=\"oZNLMh7ADK\"><a href=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/\">How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/embed/#?secret=oZNLMh7ADK\" data-secret=\"oZNLMh7ADK\" width=\"600\" height=\"338\" title=\"&#8220;How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(8159,1158,'_oembed_time_63b1fcb3e0dc43453aedb68f431c75c2','1529526804'),(8160,1158,'_oembed_0dc928c90b7c768760131f493fc3b3d6','{{unknown}}'),(8161,1158,'_oembed_d7841c341108008601fa6bfd45e9877d','{{unknown}}'),(8162,1158,'_oembed_40a13cbe0598cd34470e2068d6d5b1b0','{{unknown}}'),(8163,1158,'_oembed_88288a6a8fdc1892db3639b1a045fbbf','<blockquote class=\"wp-embedded-content\" data-secret=\"JR2TSdbz6i\"><a href=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/\">Changing your diet is the first step in addressing Hashimoto&#8217;s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/embed/#?secret=JR2TSdbz6i\" data-secret=\"JR2TSdbz6i\" width=\"600\" height=\"338\" title=\"&#8220;Changing your diet is the first step in addressing Hashimoto&#8217;s&#8221; &#8212; Dr. K. News\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(8164,1158,'_oembed_time_88288a6a8fdc1892db3639b1a045fbbf','1535053648'),(8165,1158,'_oembed_6bfdd057756c7c58246362901ea9cc5a','<blockquote class=\"wp-embedded-content\" data-secret=\"EL52QLJFmX\"><a href=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/\">What To Do If Your TSH Is Normal and You Are Anything But!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/embed/#?secret=EL52QLJFmX\" data-secret=\"EL52QLJFmX\" width=\"600\" height=\"338\" title=\"&#8220;What To Do If Your TSH Is Normal and You Are Anything But!&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(8166,1158,'_oembed_time_6bfdd057756c7c58246362901ea9cc5a','1535053650'),(8167,1158,'_oembed_f64919ffc4b08d3bacaafee3d9d84058','<blockquote class=\"wp-embedded-content\" data-secret=\"krfgO9xlfd\"><a href=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/\">Iodine and Hashimotoâ€™s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/embed/#?secret=krfgO9xlfd\" data-secret=\"krfgO9xlfd\" width=\"600\" height=\"338\" title=\"&#8220;Iodine and Hashimotoâ€™s&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(8168,1158,'_oembed_time_f64919ffc4b08d3bacaafee3d9d84058','1535053650'),(8170,1158,'_dp_original','1152'),(8171,1158,'_edit_lock','1536787603:2'),(8172,1159,'_wp_attached_file','2018/09/Exit-sign-2-604X604.jpg'),(8173,1159,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:604;s:6:\"height\";i:604;s:4:\"file\";s:31:\"2018/09/Exit-sign-2-604X604.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Exit-sign-2-604X604-150x150.jpg\";s:5:\"width\";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:\"Exit-sign-2-604X604-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:31:\"Exit-sign-2-604X604-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:\"Exit-sign-2-604X604-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"Exit-sign-2-604X604-146x146.jpg\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:29:\"Exit-sign-2-604X604-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:29:\"Exit-sign-2-604X604-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:29:\"Exit-sign-2-604X604-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:29:\"Exit-sign-2-604X604-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:31:\"Exit-sign-2-604X604-604x500.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:31:\"Exit-sign-2-604X604-604x480.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:480;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:{}}}'),(8174,1158,'_edit_last','2'),(8176,1162,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8177,1162,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8178,1162,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8179,1162,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8180,1162,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8181,1162,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8182,1162,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8183,1162,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8184,1162,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8185,1162,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8186,1162,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8187,1162,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8188,1162,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8189,1162,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8190,1162,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8191,1162,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8192,1162,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8193,1162,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8194,1162,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8195,1162,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8196,1162,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8197,1162,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8198,1162,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8199,1162,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8200,1162,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8201,1162,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8202,1162,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8203,1162,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8204,1162,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8205,1162,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8206,1162,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8207,1162,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8208,1162,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8209,1162,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8210,1162,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8211,1162,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8212,1162,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8213,1162,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8214,1162,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8215,1162,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8216,1162,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8217,1162,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8218,1162,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8219,1162,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8220,1162,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8221,1162,'slide_template','default'),(8222,1162,'slide_template','default'),(8223,1162,'eg_sources_html5_mp4',''),(8224,1162,'eg_sources_html5_mp4',''),(8225,1162,'eg_sources_html5_ogv',''),(8226,1162,'eg_sources_html5_ogv',''),(8227,1162,'eg_sources_html5_webm',''),(8228,1162,'eg_sources_html5_webm',''),(8229,1162,'eg_sources_youtube',''),(8230,1162,'eg_sources_youtube',''),(8231,1162,'eg_sources_vimeo',''),(8232,1162,'eg_sources_vimeo',''),(8233,1162,'eg_sources_wistia',''),(8234,1162,'eg_sources_wistia',''),(8235,1162,'eg_sources_image',''),(8236,1162,'eg_sources_image',''),(8237,1162,'eg_sources_iframe',''),(8238,1162,'eg_sources_iframe',''),(8239,1162,'eg_sources_soundcloud',''),(8240,1162,'eg_sources_soundcloud',''),(8241,1162,'eg_vimeo_ratio','0'),(8242,1162,'eg_vimeo_ratio','0'),(8243,1162,'eg_youtube_ratio','0'),(8244,1162,'eg_youtube_ratio','0'),(8245,1162,'eg_wistia_ratio','0'),(8246,1162,'eg_wistia_ratio','0'),(8247,1162,'eg_html5_ratio','0'),(8248,1162,'eg_html5_ratio','0'),(8249,1162,'eg_soundcloud_ratio','0'),(8250,1162,'eg_soundcloud_ratio','0'),(8251,1162,'eg_settings_custom_meta_skin',''),(8252,1162,'eg_settings_custom_meta_skin',''),(8253,1162,'eg_settings_custom_meta_element',''),(8254,1162,'eg_settings_custom_meta_element',''),(8255,1162,'eg_settings_custom_meta_setting',''),(8256,1162,'eg_settings_custom_meta_setting',''),(8257,1162,'eg_settings_custom_meta_style',''),(8258,1162,'eg_settings_custom_meta_style',''),(8259,1162,'mfn-post-hide-content','0'),(8260,1162,'mfn-post-hide-content','0'),(8261,1162,'mfn-post-slider','0'),(8262,1162,'mfn-post-slider','0'),(8263,1162,'mfn-post-slider-layer','0'),(8264,1162,'mfn-post-slider-layer','0'),(8265,1162,'mfn-post-hide-title','1'),(8266,1162,'mfn-post-hide-title','1'),(8267,1162,'mfn-post-remove-padding','0'),(8268,1162,'mfn-post-remove-padding','0'),(8269,1162,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(8270,1162,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(8271,1162,'mfn-post-hide-image','1'),(8272,1162,'mfn-post-hide-image','1'),(8273,1162,'_wpb_vc_js_status','true'),(8274,1162,'_wpb_vc_js_status','true'),(8275,1162,'mfn-post-love','0'),(8276,1162,'mfn-post-love','0'),(8277,1162,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(8278,1162,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(8279,1162,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(8280,1162,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(8281,1162,'_wp_old_slug','blog-title-03'),(8282,1162,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(8283,1162,'_wp_old_slug','blog-title-03'),(8284,1162,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(8285,1162,'mfn-post-sidebar','0'),(8286,1162,'mfn-post-sidebar','0'),(8287,1162,'mfn-post-sidebar2','0'),(8288,1162,'mfn-post-sidebar2','0'),(8289,1162,'_thumbnail_id','1163'),(8290,1162,'_thumbnail_id','1163'),(8291,1162,'_oembed_70c3f7c0b35f507260fceba4aa944398','{{unknown}}'),(8292,1162,'_oembed_3e601594e527c050109c115dc0343e65','{{unknown}}'),(8293,1162,'_oembed_9b1ceae82700066b420cbf8220005e44','<blockquote class=\"wp-embedded-content\" data-secret=\"kASrIgvovz\"><a href=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/\">Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/embed/#?secret=kASrIgvovz\" data-secret=\"kASrIgvovz\" width=\"600\" height=\"338\" title=\"&#8220;Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO&#8221; &#8212; The Paleo Diet  - Robb Wolf on Paleolithic nutrition, intermittent fasting, and fitness\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(8294,1162,'_oembed_time_9b1ceae82700066b420cbf8220005e44','1526497634'),(8295,1162,'_oembed_23dc491aeb7984be5b7c3de7f8f733eb','<blockquote class=\"wp-embedded-content\" data-secret=\"WlCV7gXJBc\"><a href=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/\">RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/embed/#?secret=WlCV7gXJBc\" data-secret=\"WlCV7gXJBc\" width=\"600\" height=\"338\" title=\"&#8220;RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown&#8221; &#8212; Chris Kresser\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(8296,1162,'_oembed_time_23dc491aeb7984be5b7c3de7f8f733eb','1526497635'),(8297,1162,'_oembed_358a61ccc8bf2354ef1120fed79c344e','<blockquote class=\"wp-embedded-content\" data-secret=\"shaF4RzKZS\"><a href=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/\">Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/embed/#?secret=shaF4RzKZS\" data-secret=\"shaF4RzKZS\" width=\"600\" height=\"338\" title=\"&#8220;Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(8298,1162,'_oembed_time_358a61ccc8bf2354ef1120fed79c344e','1526497638'),(8299,1162,'_oembed_af0b1f39f6e075a34328aef17f250879','{{unknown}}'),(8300,1162,'_oembed_f714c39f6931f083180b36cf45638a8c','{{unknown}}'),(8301,1162,'_oembed_5000284a6c9c5bcbac8ae34dc7be08b7','{{unknown}}'),(8302,1162,'_oembed_63b1fcb3e0dc43453aedb68f431c75c2','<blockquote class=\"wp-embedded-content\" data-secret=\"oZNLMh7ADK\"><a href=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/\">How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/embed/#?secret=oZNLMh7ADK\" data-secret=\"oZNLMh7ADK\" width=\"600\" height=\"338\" title=\"&#8220;How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(8303,1162,'_oembed_time_63b1fcb3e0dc43453aedb68f431c75c2','1529526804'),(8304,1162,'_oembed_0dc928c90b7c768760131f493fc3b3d6','{{unknown}}'),(8306,1162,'_oembed_d7841c341108008601fa6bfd45e9877d','{{unknown}}'),(8307,1162,'_oembed_40a13cbe0598cd34470e2068d6d5b1b0','{{unknown}}'),(8308,1162,'_oembed_88288a6a8fdc1892db3639b1a045fbbf','<blockquote class=\"wp-embedded-content\" data-secret=\"JR2TSdbz6i\"><a href=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/\">Changing your diet is the first step in addressing Hashimoto&#8217;s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/embed/#?secret=JR2TSdbz6i\" data-secret=\"JR2TSdbz6i\" width=\"600\" height=\"338\" title=\"&#8220;Changing your diet is the first step in addressing Hashimoto&#8217;s&#8221; &#8212; Dr. K. News\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(8309,1162,'_oembed_time_88288a6a8fdc1892db3639b1a045fbbf','1535053648'),(8310,1162,'_oembed_6bfdd057756c7c58246362901ea9cc5a','<blockquote class=\"wp-embedded-content\" data-secret=\"EL52QLJFmX\"><a href=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/\">What To Do If Your TSH Is Normal and You Are Anything But!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/embed/#?secret=EL52QLJFmX\" data-secret=\"EL52QLJFmX\" width=\"600\" height=\"338\" title=\"&#8220;What To Do If Your TSH Is Normal and You Are Anything But!&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(8311,1162,'_oembed_time_6bfdd057756c7c58246362901ea9cc5a','1535053650'),(8312,1162,'_oembed_f64919ffc4b08d3bacaafee3d9d84058','<blockquote class=\"wp-embedded-content\" data-secret=\"krfgO9xlfd\"><a href=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/\">Iodine and Hashimotoâ€™s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/embed/#?secret=krfgO9xlfd\" data-secret=\"krfgO9xlfd\" width=\"600\" height=\"338\" title=\"&#8220;Iodine and Hashimotoâ€™s&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(8313,1162,'_oembed_time_f64919ffc4b08d3bacaafee3d9d84058','1535053650'),(8314,1162,'_dp_original','1147'),(8315,1162,'_edit_lock','1537387057:2'),(8316,1163,'_wp_attached_file','2018/09/Anxiety-600X400.jpg'),(8317,1163,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:400;s:4:\"file\";s:27:\"2018/09/Anxiety-600X400.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Anxiety-600X400-150x150.jpg\";s:5:\"width\";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:\"Anxiety-600X400-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:26:\"Anxiety-600X400-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:25:\"Anxiety-600X400-75x50.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"Anxiety-600X400-219x146.jpg\";s:5:\"width\";i:219;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:25:\"Anxiety-600X400-50x33.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:33;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:26:\"Anxiety-600X400-113x75.jpg\";s:5:\"width\";i:113;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:25:\"Anxiety-600X400-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:25:\"Anxiety-600X400-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(8318,1162,'_edit_last','2'),(8319,222,'mfn-post-love','0'),(8320,1166,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8321,1166,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8322,1166,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8323,1166,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8324,1166,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8325,1166,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8326,1166,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8327,1166,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8328,1166,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8329,1166,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8330,1166,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8331,1166,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8332,1166,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8333,1166,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8334,1166,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8335,1166,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8336,1166,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8337,1166,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8338,1166,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8339,1166,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8340,1166,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8341,1166,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8342,1166,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8343,1166,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8344,1166,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8345,1166,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8346,1166,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8347,1166,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8348,1166,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8349,1166,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8350,1166,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8351,1166,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8352,1166,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8353,1166,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8354,1166,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8355,1166,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8356,1166,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8357,1166,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8358,1166,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8359,1166,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8360,1166,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8361,1166,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8362,1166,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8363,1166,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8364,1166,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8365,1166,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8366,1166,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8367,1166,'slide_template','default'),(8368,1166,'slide_template','default'),(8369,1166,'eg_sources_html5_mp4',''),(8370,1166,'eg_sources_html5_mp4',''),(8371,1166,'eg_sources_html5_ogv',''),(8372,1166,'eg_sources_html5_ogv',''),(8373,1166,'eg_sources_html5_webm',''),(8374,1166,'eg_sources_html5_webm',''),(8375,1166,'eg_sources_youtube',''),(8376,1166,'eg_sources_youtube',''),(8377,1166,'eg_sources_vimeo',''),(8378,1166,'eg_sources_vimeo',''),(8379,1166,'eg_sources_wistia',''),(8380,1166,'eg_sources_wistia',''),(8381,1166,'eg_sources_image',''),(8382,1166,'eg_sources_image',''),(8383,1166,'eg_sources_iframe',''),(8384,1166,'eg_sources_iframe',''),(8385,1166,'eg_sources_soundcloud',''),(8386,1166,'eg_sources_soundcloud',''),(8387,1166,'eg_vimeo_ratio','0'),(8388,1166,'eg_vimeo_ratio','0'),(8389,1166,'eg_youtube_ratio','0'),(8390,1166,'eg_youtube_ratio','0'),(8391,1166,'eg_wistia_ratio','0'),(8392,1166,'eg_wistia_ratio','0'),(8393,1166,'eg_html5_ratio','0'),(8394,1166,'eg_html5_ratio','0'),(8395,1166,'eg_soundcloud_ratio','0'),(8396,1166,'eg_soundcloud_ratio','0'),(8397,1166,'eg_settings_custom_meta_skin',''),(8398,1166,'eg_settings_custom_meta_skin',''),(8399,1166,'eg_settings_custom_meta_element',''),(8400,1166,'eg_settings_custom_meta_element',''),(8401,1166,'eg_settings_custom_meta_setting',''),(8402,1166,'eg_settings_custom_meta_setting',''),(8403,1166,'eg_settings_custom_meta_style',''),(8404,1166,'eg_settings_custom_meta_style',''),(8405,1166,'mfn-post-hide-content','0'),(8406,1166,'mfn-post-hide-content','0'),(8407,1166,'mfn-post-slider','0'),(8408,1166,'mfn-post-slider','0'),(8409,1166,'mfn-post-slider-layer','0'),(8410,1166,'mfn-post-slider-layer','0'),(8411,1166,'mfn-post-hide-title','1'),(8412,1166,'mfn-post-hide-title','1'),(8413,1166,'mfn-post-remove-padding','0'),(8414,1166,'mfn-post-remove-padding','0'),(8415,1166,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(8416,1166,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(8417,1166,'mfn-post-hide-image','1'),(8418,1166,'mfn-post-hide-image','1'),(8419,1166,'_wpb_vc_js_status','true'),(8420,1166,'_wpb_vc_js_status','true'),(8421,1166,'mfn-post-love','0'),(8422,1166,'mfn-post-love','0'),(8423,1166,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(8424,1166,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(8425,1166,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(8426,1166,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(8427,1166,'_wp_old_slug','blog-title-03'),(8428,1166,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(8429,1166,'_wp_old_slug','blog-title-03'),(8430,1166,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(8431,1166,'mfn-post-sidebar','0'),(8432,1166,'mfn-post-sidebar','0'),(8433,1166,'mfn-post-sidebar2','0'),(8434,1166,'mfn-post-sidebar2','0'),(8435,1166,'_thumbnail_id','1167'),(8436,1166,'_thumbnail_id','1167'),(8437,1166,'_oembed_70c3f7c0b35f507260fceba4aa944398','{{unknown}}'),(8438,1166,'_oembed_3e601594e527c050109c115dc0343e65','{{unknown}}'),(8439,1166,'_oembed_9b1ceae82700066b420cbf8220005e44','<blockquote class=\"wp-embedded-content\" data-secret=\"kASrIgvovz\"><a href=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/\">Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/embed/#?secret=kASrIgvovz\" data-secret=\"kASrIgvovz\" width=\"600\" height=\"338\" title=\"&#8220;Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO&#8221; &#8212; The Paleo Diet  - Robb Wolf on Paleolithic nutrition, intermittent fasting, and fitness\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(8440,1166,'_oembed_time_9b1ceae82700066b420cbf8220005e44','1526497634'),(8441,1166,'_oembed_23dc491aeb7984be5b7c3de7f8f733eb','<blockquote class=\"wp-embedded-content\" data-secret=\"WlCV7gXJBc\"><a href=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/\">RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/embed/#?secret=WlCV7gXJBc\" data-secret=\"WlCV7gXJBc\" width=\"600\" height=\"338\" title=\"&#8220;RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown&#8221; &#8212; Chris Kresser\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(8442,1166,'_oembed_time_23dc491aeb7984be5b7c3de7f8f733eb','1526497635'),(8443,1166,'_oembed_358a61ccc8bf2354ef1120fed79c344e','<blockquote class=\"wp-embedded-content\" data-secret=\"shaF4RzKZS\"><a href=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/\">Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/embed/#?secret=shaF4RzKZS\" data-secret=\"shaF4RzKZS\" width=\"600\" height=\"338\" title=\"&#8220;Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(8444,1166,'_oembed_time_358a61ccc8bf2354ef1120fed79c344e','1526497638'),(8445,1166,'_oembed_af0b1f39f6e075a34328aef17f250879','{{unknown}}'),(8446,1166,'_oembed_f714c39f6931f083180b36cf45638a8c','{{unknown}}'),(8447,1166,'_oembed_5000284a6c9c5bcbac8ae34dc7be08b7','{{unknown}}'),(8448,1166,'_oembed_63b1fcb3e0dc43453aedb68f431c75c2','<blockquote class=\"wp-embedded-content\" data-secret=\"oZNLMh7ADK\"><a href=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/\">How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/embed/#?secret=oZNLMh7ADK\" data-secret=\"oZNLMh7ADK\" width=\"600\" height=\"338\" title=\"&#8220;How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(8449,1166,'_oembed_time_63b1fcb3e0dc43453aedb68f431c75c2','1529526804'),(8450,1166,'_oembed_0dc928c90b7c768760131f493fc3b3d6','{{unknown}}'),(8451,1166,'_oembed_d7841c341108008601fa6bfd45e9877d','{{unknown}}'),(8452,1166,'_oembed_40a13cbe0598cd34470e2068d6d5b1b0','{{unknown}}'),(8453,1166,'_oembed_88288a6a8fdc1892db3639b1a045fbbf','<blockquote class=\"wp-embedded-content\" data-secret=\"JR2TSdbz6i\"><a href=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/\">Changing your diet is the first step in addressing Hashimoto&#8217;s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/embed/#?secret=JR2TSdbz6i\" data-secret=\"JR2TSdbz6i\" width=\"600\" height=\"338\" title=\"&#8220;Changing your diet is the first step in addressing Hashimoto&#8217;s&#8221; &#8212; Dr. K. News\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(8454,1166,'_oembed_time_88288a6a8fdc1892db3639b1a045fbbf','1535053648'),(8455,1166,'_oembed_6bfdd057756c7c58246362901ea9cc5a','<blockquote class=\"wp-embedded-content\" data-secret=\"EL52QLJFmX\"><a href=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/\">What To Do If Your TSH Is Normal and You Are Anything But!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/embed/#?secret=EL52QLJFmX\" data-secret=\"EL52QLJFmX\" width=\"600\" height=\"338\" title=\"&#8220;What To Do If Your TSH Is Normal and You Are Anything But!&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(8456,1166,'_oembed_time_6bfdd057756c7c58246362901ea9cc5a','1535053650'),(8457,1166,'_oembed_f64919ffc4b08d3bacaafee3d9d84058','<blockquote class=\"wp-embedded-content\" data-secret=\"krfgO9xlfd\"><a href=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/\">Iodine and Hashimotoâ€™s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/embed/#?secret=krfgO9xlfd\" data-secret=\"krfgO9xlfd\" width=\"600\" height=\"338\" title=\"&#8220;Iodine and Hashimotoâ€™s&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(8458,1166,'_oembed_time_f64919ffc4b08d3bacaafee3d9d84058','1535053650'),(8460,1166,'_dp_original','1158'),(8461,1166,'_edit_lock','1540920895:2'),(8462,1166,'_edit_last','2'),(8463,1167,'_wp_attached_file','2018/10/Being-Thankful-600X450.png'),(8464,1167,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:450;s:4:\"file\";s:34:\"2018/10/Being-Thankful-600X450.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"Being-Thankful-600X450-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:34:\"Being-Thankful-600X450-300x225.png\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"ttshowcase_normal\";a:4:{s:4:\"file\";s:33:\"Being-Thankful-600X450-125x94.png\";s:5:\"width\";i:125;s:6:\"height\";i:94;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"ttshowcase_small\";a:4:{s:4:\"file\";s:32:\"Being-Thankful-600X450-75x56.png\";s:5:\"width\";i:75;s:6:\"height\";i:56;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"Being-Thankful-600X450-195x146.png\";s:5:\"width\";i:195;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:32:\"Being-Thankful-600X450-50x38.png\";s:5:\"width\";i:50;s:6:\"height\";i:38;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:33:\"Being-Thankful-600X450-100x75.png\";s:5:\"width\";i:100;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:32:\"Being-Thankful-600X450-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:32:\"Being-Thankful-600X450-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(8466,1169,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8467,1169,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8468,1169,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8469,1169,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8470,1169,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8471,1169,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8472,1169,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8473,1169,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8474,1169,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8475,1169,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8476,1169,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8477,1169,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8478,1169,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8479,1169,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8480,1169,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8481,1169,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8482,1169,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8483,1169,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8484,1169,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8485,1169,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8486,1169,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8487,1169,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8488,1169,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8489,1169,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8490,1169,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8491,1169,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8492,1169,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8493,1169,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8494,1169,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8495,1169,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8496,1169,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8497,1169,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8498,1169,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8499,1169,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8500,1169,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8501,1169,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8502,1169,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8503,1169,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8504,1169,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8505,1169,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8506,1169,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8507,1169,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8508,1169,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8509,1169,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8510,1169,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8511,1169,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8512,1169,'slide_template','default'),(8513,1169,'slide_template','default'),(8514,1169,'eg_sources_html5_mp4',''),(8515,1169,'eg_sources_html5_mp4',''),(8516,1169,'eg_sources_html5_ogv',''),(8517,1169,'eg_sources_html5_ogv',''),(8518,1169,'eg_sources_html5_webm',''),(8519,1169,'eg_sources_html5_webm',''),(8520,1169,'eg_sources_youtube',''),(8521,1169,'eg_sources_youtube',''),(8522,1169,'eg_sources_vimeo',''),(8523,1169,'eg_sources_vimeo',''),(8524,1169,'eg_sources_wistia',''),(8525,1169,'eg_sources_wistia',''),(8526,1169,'eg_sources_image',''),(8527,1169,'eg_sources_image',''),(8528,1169,'eg_sources_iframe',''),(8529,1169,'eg_sources_iframe',''),(8530,1169,'eg_sources_soundcloud',''),(8531,1169,'eg_sources_soundcloud',''),(8532,1169,'eg_vimeo_ratio','0'),(8533,1169,'eg_vimeo_ratio','0'),(8534,1169,'eg_youtube_ratio','0'),(8535,1169,'eg_youtube_ratio','0'),(8536,1169,'eg_wistia_ratio','0'),(8537,1169,'eg_wistia_ratio','0'),(8538,1169,'eg_html5_ratio','0'),(8539,1169,'eg_html5_ratio','0'),(8540,1169,'eg_soundcloud_ratio','0'),(8541,1169,'eg_soundcloud_ratio','0'),(8542,1169,'eg_settings_custom_meta_skin',''),(8543,1169,'eg_settings_custom_meta_skin',''),(8544,1169,'eg_settings_custom_meta_element',''),(8545,1169,'eg_settings_custom_meta_element',''),(8546,1169,'eg_settings_custom_meta_setting',''),(8547,1169,'eg_settings_custom_meta_setting',''),(8548,1169,'eg_settings_custom_meta_style',''),(8549,1169,'eg_settings_custom_meta_style',''),(8550,1169,'mfn-post-hide-content','0'),(8551,1169,'mfn-post-hide-content','0'),(8552,1169,'mfn-post-slider','0'),(8553,1169,'mfn-post-slider','0'),(8554,1169,'mfn-post-slider-layer','0'),(8555,1169,'mfn-post-slider-layer','0'),(8556,1169,'mfn-post-hide-title','1'),(8557,1169,'mfn-post-hide-title','1'),(8558,1169,'mfn-post-remove-padding','0'),(8559,1169,'mfn-post-remove-padding','0'),(8560,1169,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(8561,1169,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(8562,1169,'mfn-post-hide-image','1'),(8563,1169,'mfn-post-hide-image','1'),(8564,1169,'_wpb_vc_js_status','true'),(8565,1169,'_wpb_vc_js_status','true'),(8566,1169,'mfn-post-love','0'),(8567,1169,'mfn-post-love','0'),(8568,1169,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(8569,1169,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(8570,1169,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(8571,1169,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(8572,1169,'_wp_old_slug','blog-title-03'),(8573,1169,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(8574,1169,'_wp_old_slug','blog-title-03'),(8575,1169,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(8576,1169,'mfn-post-sidebar','0'),(8577,1169,'mfn-post-sidebar','0'),(8578,1169,'mfn-post-sidebar2','0'),(8579,1169,'mfn-post-sidebar2','0'),(8580,1169,'_thumbnail_id','1170'),(8581,1169,'_thumbnail_id','1170'),(8582,1169,'_oembed_70c3f7c0b35f507260fceba4aa944398','{{unknown}}'),(8583,1169,'_oembed_3e601594e527c050109c115dc0343e65','{{unknown}}'),(8584,1169,'_oembed_9b1ceae82700066b420cbf8220005e44','<blockquote class=\"wp-embedded-content\" data-secret=\"kASrIgvovz\"><a href=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/\">Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/embed/#?secret=kASrIgvovz\" data-secret=\"kASrIgvovz\" width=\"600\" height=\"338\" title=\"&#8220;Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO&#8221; &#8212; The Paleo Diet  - Robb Wolf on Paleolithic nutrition, intermittent fasting, and fitness\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(8585,1169,'_oembed_time_9b1ceae82700066b420cbf8220005e44','1526497634'),(8586,1169,'_oembed_23dc491aeb7984be5b7c3de7f8f733eb','<blockquote class=\"wp-embedded-content\" data-secret=\"WlCV7gXJBc\"><a href=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/\">RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/embed/#?secret=WlCV7gXJBc\" data-secret=\"WlCV7gXJBc\" width=\"600\" height=\"338\" title=\"&#8220;RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown&#8221; &#8212; Chris Kresser\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(8587,1169,'_oembed_time_23dc491aeb7984be5b7c3de7f8f733eb','1526497635'),(8588,1169,'_oembed_358a61ccc8bf2354ef1120fed79c344e','<blockquote class=\"wp-embedded-content\" data-secret=\"shaF4RzKZS\"><a href=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/\">Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/embed/#?secret=shaF4RzKZS\" data-secret=\"shaF4RzKZS\" width=\"600\" height=\"338\" title=\"&#8220;Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(8589,1169,'_oembed_time_358a61ccc8bf2354ef1120fed79c344e','1526497638'),(8590,1169,'_oembed_af0b1f39f6e075a34328aef17f250879','{{unknown}}'),(8591,1169,'_oembed_f714c39f6931f083180b36cf45638a8c','{{unknown}}'),(8592,1169,'_oembed_5000284a6c9c5bcbac8ae34dc7be08b7','{{unknown}}'),(8593,1169,'_oembed_63b1fcb3e0dc43453aedb68f431c75c2','<blockquote class=\"wp-embedded-content\" data-secret=\"oZNLMh7ADK\"><a href=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/\">How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/embed/#?secret=oZNLMh7ADK\" data-secret=\"oZNLMh7ADK\" width=\"600\" height=\"338\" title=\"&#8220;How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(8594,1169,'_oembed_time_63b1fcb3e0dc43453aedb68f431c75c2','1529526804'),(8595,1169,'_oembed_0dc928c90b7c768760131f493fc3b3d6','{{unknown}}'),(8596,1169,'_oembed_d7841c341108008601fa6bfd45e9877d','{{unknown}}'),(8597,1169,'_oembed_40a13cbe0598cd34470e2068d6d5b1b0','{{unknown}}'),(8598,1169,'_oembed_88288a6a8fdc1892db3639b1a045fbbf','<blockquote class=\"wp-embedded-content\" data-secret=\"JR2TSdbz6i\"><a href=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/\">Changing your diet is the first step in addressing Hashimoto&#8217;s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/embed/#?secret=JR2TSdbz6i\" data-secret=\"JR2TSdbz6i\" width=\"600\" height=\"338\" title=\"&#8220;Changing your diet is the first step in addressing Hashimoto&#8217;s&#8221; &#8212; Dr. K. News\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(8599,1169,'_oembed_time_88288a6a8fdc1892db3639b1a045fbbf','1535053648'),(8600,1169,'_oembed_6bfdd057756c7c58246362901ea9cc5a','<blockquote class=\"wp-embedded-content\" data-secret=\"EL52QLJFmX\"><a href=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/\">What To Do If Your TSH Is Normal and You Are Anything But!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/embed/#?secret=EL52QLJFmX\" data-secret=\"EL52QLJFmX\" width=\"600\" height=\"338\" title=\"&#8220;What To Do If Your TSH Is Normal and You Are Anything But!&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(8601,1169,'_oembed_time_6bfdd057756c7c58246362901ea9cc5a','1535053650'),(8602,1169,'_oembed_f64919ffc4b08d3bacaafee3d9d84058','<blockquote class=\"wp-embedded-content\" data-secret=\"krfgO9xlfd\"><a href=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/\">Iodine and Hashimotoâ€™s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/embed/#?secret=krfgO9xlfd\" data-secret=\"krfgO9xlfd\" width=\"600\" height=\"338\" title=\"&#8220;Iodine and Hashimotoâ€™s&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(8603,1169,'_oembed_time_f64919ffc4b08d3bacaafee3d9d84058','1535053650'),(8605,1169,'_dp_original','1162'),(8606,1169,'_edit_lock','1541102491:2'),(8607,1169,'_edit_last','2'),(8608,1170,'_wp_attached_file','2018/11/Aromatherapy-Shop-Local-basket-029.jpg'),(8609,1170,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:1342;s:4:\"file\";s:46:\"2018/11/Aromatherapy-Shop-Local-basket-029.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Aromatherapy-Shop-Local-basket-029-150x150.jpg\";s:5:\"width\";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:\"Aromatherapy-Shop-Local-basket-029-268x300.jpg\";s:5:\"width\";i:268;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"Aromatherapy-Shop-Local-basket-029-768x859.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:859;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"Aromatherapy-Shop-Local-basket-029-916x1024.jpg\";s:5:\"width\";i:916;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"ttshowcase_normal\";a:4:{s:4:\"file\";s:46:\"Aromatherapy-Shop-Local-basket-029-112x125.jpg\";s:5:\"width\";i:112;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"ttshowcase_small\";a:4:{s:4:\"file\";s:44:\"Aromatherapy-Shop-Local-basket-029-67x75.jpg\";s:5:\"width\";i:67;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:46:\"Aromatherapy-Shop-Local-basket-029-131x146.jpg\";s:5:\"width\";i:131;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:44:\"Aromatherapy-Shop-Local-basket-029-45x50.jpg\";s:5:\"width\";i:45;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:44:\"Aromatherapy-Shop-Local-basket-029-67x75.jpg\";s:5:\"width\";i:67;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"slider-content\";a:4:{s:4:\"file\";s:47:\"Aromatherapy-Shop-Local-basket-029-1200x860.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:44:\"Aromatherapy-Shop-Local-basket-029-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:44:\"Aromatherapy-Shop-Local-basket-029-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"portfolio-mf\";a:4:{s:4:\"file\";s:48:\"Aromatherapy-Shop-Local-basket-029-1200x1000.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:47:\"Aromatherapy-Shop-Local-basket-029-1200x500.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:47:\"Aromatherapy-Shop-Local-basket-029-768x1200.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:47:\"Aromatherapy-Shop-Local-basket-029-1200x750.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:46:\"Aromatherapy-Shop-Local-basket-029-960x750.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:47:\"Aromatherapy-Shop-Local-basket-029-1200x480.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"COOLPIX L26\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1540644483\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"4.6\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:3:\"0.1\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8611,1172,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8612,1172,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8613,1172,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8614,1172,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8615,1172,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8616,1172,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8617,1172,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8618,1172,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8619,1172,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8620,1172,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8621,1172,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8622,1172,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8623,1172,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8624,1172,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8625,1172,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8626,1172,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8627,1172,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8628,1172,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8629,1172,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8630,1172,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8631,1172,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8632,1172,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8633,1172,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8634,1172,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8635,1172,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8636,1172,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8637,1172,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8638,1172,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8639,1172,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8640,1172,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8641,1172,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8642,1172,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8643,1172,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8644,1172,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8645,1172,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8646,1172,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8647,1172,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8648,1172,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8649,1172,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8650,1172,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8651,1172,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8652,1172,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8653,1172,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8654,1172,'slide_template','default'),(8655,1172,'slide_template','default'),(8656,1172,'eg_sources_html5_mp4',''),(8657,1172,'eg_sources_html5_mp4',''),(8658,1172,'eg_sources_html5_ogv',''),(8659,1172,'eg_sources_html5_ogv',''),(8660,1172,'eg_sources_html5_webm',''),(8661,1172,'eg_sources_html5_webm',''),(8662,1172,'eg_sources_youtube',''),(8663,1172,'eg_sources_youtube',''),(8664,1172,'eg_sources_vimeo',''),(8665,1172,'eg_sources_vimeo',''),(8666,1172,'eg_sources_wistia',''),(8667,1172,'eg_sources_wistia',''),(8668,1172,'eg_sources_image',''),(8669,1172,'eg_sources_image',''),(8670,1172,'eg_sources_iframe',''),(8671,1172,'eg_sources_iframe',''),(8672,1172,'eg_sources_soundcloud',''),(8673,1172,'eg_sources_soundcloud',''),(8674,1172,'eg_vimeo_ratio','0'),(8675,1172,'eg_vimeo_ratio','0'),(8676,1172,'eg_youtube_ratio','0'),(8677,1172,'eg_youtube_ratio','0'),(8678,1172,'eg_wistia_ratio','0'),(8679,1172,'eg_wistia_ratio','0'),(8680,1172,'eg_html5_ratio','0'),(8681,1172,'eg_html5_ratio','0'),(8682,1172,'eg_soundcloud_ratio','0'),(8683,1172,'eg_soundcloud_ratio','0'),(8684,1172,'eg_settings_custom_meta_skin',''),(8685,1172,'eg_settings_custom_meta_skin',''),(8686,1172,'eg_settings_custom_meta_element',''),(8687,1172,'eg_settings_custom_meta_element',''),(8688,1172,'eg_settings_custom_meta_setting',''),(8689,1172,'eg_settings_custom_meta_setting',''),(8690,1172,'eg_settings_custom_meta_style',''),(8691,1172,'eg_settings_custom_meta_style',''),(8692,1172,'mfn-post-hide-content','0'),(8693,1172,'mfn-post-hide-content','0'),(8694,1172,'mfn-post-slider','0'),(8695,1172,'mfn-post-slider','0'),(8696,1172,'mfn-post-slider-layer','0'),(8697,1172,'mfn-post-slider-layer','0'),(8698,1172,'mfn-post-hide-title','1'),(8699,1172,'mfn-post-hide-title','1'),(8700,1172,'mfn-post-remove-padding','0'),(8701,1172,'mfn-post-remove-padding','0'),(8702,1172,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(8703,1172,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(8704,1172,'mfn-post-hide-image','1'),(8705,1172,'mfn-post-hide-image','1'),(8706,1172,'_wpb_vc_js_status','true'),(8707,1172,'_wpb_vc_js_status','true'),(8708,1172,'mfn-post-love','0'),(8709,1172,'mfn-post-love','0'),(8710,1172,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(8711,1172,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(8712,1172,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(8713,1172,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(8714,1172,'_wp_old_slug','blog-title-03'),(8715,1172,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(8716,1172,'_wp_old_slug','blog-title-03'),(8717,1172,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(8718,1172,'mfn-post-sidebar','0'),(8719,1172,'mfn-post-sidebar','0'),(8720,1172,'mfn-post-sidebar2','0'),(8721,1172,'mfn-post-sidebar2','0'),(8722,1172,'_thumbnail_id','1173'),(8723,1172,'_thumbnail_id','1173'),(8724,1172,'_oembed_70c3f7c0b35f507260fceba4aa944398','{{unknown}}'),(8726,1172,'_dp_original','1155'),(8727,1172,'_edit_lock','1541444197:2'),(8728,1172,'_edit_last','2'),(8729,1173,'_wp_attached_file','2018/11/Sales-shoppers-599X387.jpg'),(8730,1173,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:599;s:6:\"height\";i:387;s:4:\"file\";s:34:\"2018/11/Sales-shoppers-599X387.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"Sales-shoppers-599X387-150x150.jpg\";s:5:\"width\";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:\"Sales-shoppers-599X387-300x194.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:194;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"ttshowcase_normal\";a:4:{s:4:\"file\";s:33:\"Sales-shoppers-599X387-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:32:\"Sales-shoppers-599X387-75x48.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:48;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"Sales-shoppers-599X387-226x146.jpg\";s:5:\"width\";i:226;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:32:\"Sales-shoppers-599X387-50x32.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:32;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:33:\"Sales-shoppers-599X387-116x75.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:32:\"Sales-shoppers-599X387-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:32:\"Sales-shoppers-599X387-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(8732,1175,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8733,1175,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8734,1175,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8735,1175,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8736,1175,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8737,1175,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8738,1175,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8739,1175,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8740,1175,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8741,1175,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8742,1175,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8743,1175,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8744,1175,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8745,1175,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8746,1175,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8747,1175,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8748,1175,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8749,1175,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8750,1175,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8751,1175,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8752,1175,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8753,1175,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8754,1175,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8755,1175,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8756,1175,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8757,1175,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8758,1175,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8759,1175,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8760,1175,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8761,1175,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8762,1175,'slide_template','default'),(8763,1175,'slide_template','default'),(8764,1175,'eg_sources_html5_mp4',''),(8765,1175,'eg_sources_html5_mp4',''),(8766,1175,'eg_sources_html5_ogv',''),(8767,1175,'eg_sources_html5_ogv',''),(8768,1175,'eg_sources_html5_webm',''),(8769,1175,'eg_sources_html5_webm',''),(8770,1175,'eg_sources_youtube',''),(8771,1175,'eg_sources_youtube',''),(8772,1175,'eg_sources_vimeo',''),(8773,1175,'eg_sources_vimeo',''),(8774,1175,'eg_sources_wistia',''),(8775,1175,'eg_sources_wistia',''),(8776,1175,'eg_sources_image',''),(8777,1175,'eg_sources_image',''),(8778,1175,'eg_sources_iframe',''),(8779,1175,'eg_sources_iframe',''),(8780,1175,'eg_sources_soundcloud',''),(8781,1175,'eg_sources_soundcloud',''),(8782,1175,'eg_vimeo_ratio','0'),(8783,1175,'eg_vimeo_ratio','0'),(8784,1175,'eg_youtube_ratio','0'),(8785,1175,'eg_youtube_ratio','0'),(8786,1175,'eg_wistia_ratio','0'),(8787,1175,'eg_wistia_ratio','0'),(8788,1175,'eg_html5_ratio','0'),(8789,1175,'eg_html5_ratio','0'),(8790,1175,'eg_soundcloud_ratio','0'),(8791,1175,'eg_soundcloud_ratio','0'),(8792,1175,'eg_settings_custom_meta_skin',''),(8793,1175,'eg_settings_custom_meta_skin',''),(8794,1175,'eg_settings_custom_meta_element',''),(8795,1175,'eg_settings_custom_meta_element',''),(8796,1175,'eg_settings_custom_meta_setting',''),(8797,1175,'eg_settings_custom_meta_setting',''),(8798,1175,'eg_settings_custom_meta_style',''),(8799,1175,'eg_settings_custom_meta_style',''),(8800,1175,'mfn-post-hide-content','0'),(8801,1175,'mfn-post-hide-content','0'),(8802,1175,'mfn-post-slider','0'),(8803,1175,'mfn-post-slider','0'),(8804,1175,'mfn-post-slider-layer','0'),(8805,1175,'mfn-post-slider-layer','0'),(8806,1175,'mfn-post-hide-title','1'),(8807,1175,'mfn-post-hide-title','1'),(8808,1175,'mfn-post-remove-padding','0'),(8809,1175,'mfn-post-remove-padding','0'),(8810,1175,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(8811,1175,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(8812,1175,'mfn-post-hide-image','1'),(8813,1175,'mfn-post-hide-image','1'),(8814,1175,'_wpb_vc_js_status','true'),(8815,1175,'_wpb_vc_js_status','true'),(8816,1175,'mfn-post-love','0'),(8817,1175,'mfn-post-love','0'),(8818,1175,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(8819,1175,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(8820,1175,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(8821,1175,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(8822,1175,'_wp_old_slug','blog-title-03'),(8823,1175,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(8824,1175,'_wp_old_slug','blog-title-03'),(8825,1175,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(8826,1175,'mfn-post-sidebar','0'),(8827,1175,'mfn-post-sidebar','0'),(8828,1175,'mfn-post-sidebar2','0'),(8829,1175,'mfn-post-sidebar2','0'),(8830,1175,'_thumbnail_id','994'),(8831,1175,'_thumbnail_id','994'),(8833,1175,'_dp_original','993'),(8834,1175,'_edit_lock','1557167520:2'),(8838,1176,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8839,1176,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8840,1176,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8841,1176,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8842,1176,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8843,1176,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8844,1176,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8845,1176,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8846,1176,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8847,1176,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8848,1176,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8849,1176,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8850,1176,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8851,1176,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8852,1176,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8853,1176,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8854,1176,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8855,1176,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8856,1176,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8857,1176,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8858,1176,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8859,1176,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8860,1176,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8861,1176,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8862,1176,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8863,1176,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8864,1176,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8865,1176,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8866,1176,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8867,1176,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8868,1176,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8869,1176,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8870,1176,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8871,1176,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8872,1176,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8873,1176,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8874,1176,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8875,1176,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8876,1176,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8877,1176,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8878,1176,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8879,1176,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8880,1176,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8881,1176,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8882,1176,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8883,1176,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8884,1176,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8885,1176,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8886,1176,'slide_template','default'),(8887,1176,'slide_template','default'),(8888,1176,'eg_sources_html5_mp4',''),(8889,1176,'eg_sources_html5_mp4',''),(8890,1176,'eg_sources_html5_ogv',''),(8891,1176,'eg_sources_html5_ogv',''),(8892,1176,'eg_sources_html5_webm',''),(8893,1176,'eg_sources_html5_webm',''),(8894,1176,'eg_sources_youtube',''),(8895,1176,'eg_sources_youtube',''),(8896,1176,'eg_sources_vimeo',''),(8897,1176,'eg_sources_vimeo',''),(8898,1176,'eg_sources_wistia',''),(8899,1176,'eg_sources_wistia',''),(8900,1176,'eg_sources_image',''),(8901,1176,'eg_sources_image',''),(8902,1176,'eg_sources_iframe',''),(8903,1176,'eg_sources_iframe',''),(8904,1176,'eg_sources_soundcloud',''),(8905,1176,'eg_sources_soundcloud',''),(8906,1176,'eg_vimeo_ratio','0'),(8907,1176,'eg_vimeo_ratio','0'),(8908,1176,'eg_youtube_ratio','0'),(8909,1176,'eg_youtube_ratio','0'),(8910,1176,'eg_wistia_ratio','0'),(8911,1176,'eg_wistia_ratio','0'),(8912,1176,'eg_html5_ratio','0'),(8913,1176,'eg_html5_ratio','0'),(8914,1176,'eg_soundcloud_ratio','0'),(8915,1176,'eg_soundcloud_ratio','0'),(8916,1176,'eg_settings_custom_meta_skin',''),(8917,1176,'eg_settings_custom_meta_skin',''),(8918,1176,'eg_settings_custom_meta_element',''),(8919,1176,'eg_settings_custom_meta_element',''),(8920,1176,'eg_settings_custom_meta_setting',''),(8921,1176,'eg_settings_custom_meta_setting',''),(8922,1176,'eg_settings_custom_meta_style',''),(8923,1176,'eg_settings_custom_meta_style',''),(8924,1176,'mfn-post-hide-content','0'),(8925,1176,'mfn-post-hide-content','0'),(8926,1176,'mfn-post-slider','0'),(8927,1176,'mfn-post-slider','0'),(8928,1176,'mfn-post-slider-layer','0'),(8929,1176,'mfn-post-slider-layer','0'),(8930,1176,'mfn-post-hide-title','1'),(8931,1176,'mfn-post-hide-title','1'),(8932,1176,'mfn-post-remove-padding','0'),(8933,1176,'mfn-post-remove-padding','0'),(8934,1176,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(8935,1176,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(8936,1176,'mfn-post-hide-image','1'),(8937,1176,'mfn-post-hide-image','1'),(8938,1176,'_wpb_vc_js_status','true'),(8939,1176,'_wpb_vc_js_status','true'),(8940,1176,'mfn-post-love','0'),(8941,1176,'mfn-post-love','0'),(8942,1176,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(8943,1176,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(8944,1176,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(8945,1176,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(8946,1176,'_wp_old_slug','blog-title-03'),(8947,1176,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(8948,1176,'_wp_old_slug','blog-title-03'),(8949,1176,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(8950,1176,'mfn-post-sidebar','0'),(8951,1176,'mfn-post-sidebar','0'),(8952,1176,'mfn-post-sidebar2','0'),(8953,1176,'mfn-post-sidebar2','0'),(8956,1176,'_oembed_70c3f7c0b35f507260fceba4aa944398','{{unknown}}'),(8957,1176,'_oembed_3e601594e527c050109c115dc0343e65','{{unknown}}'),(8958,1176,'_oembed_9b1ceae82700066b420cbf8220005e44','<blockquote class=\"wp-embedded-content\" data-secret=\"kASrIgvovz\"><a href=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/\">Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/embed/#?secret=kASrIgvovz\" data-secret=\"kASrIgvovz\" width=\"600\" height=\"338\" title=\"&#8220;Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO&#8221; &#8212; The Paleo Diet  - Robb Wolf on Paleolithic nutrition, intermittent fasting, and fitness\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(8959,1176,'_oembed_time_9b1ceae82700066b420cbf8220005e44','1526497634'),(8960,1176,'_oembed_23dc491aeb7984be5b7c3de7f8f733eb','<blockquote class=\"wp-embedded-content\" data-secret=\"WlCV7gXJBc\"><a href=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/\">RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/embed/#?secret=WlCV7gXJBc\" data-secret=\"WlCV7gXJBc\" width=\"600\" height=\"338\" title=\"&#8220;RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown&#8221; &#8212; Chris Kresser\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(8961,1176,'_oembed_time_23dc491aeb7984be5b7c3de7f8f733eb','1526497635'),(8962,1176,'_oembed_358a61ccc8bf2354ef1120fed79c344e','<blockquote class=\"wp-embedded-content\" data-secret=\"shaF4RzKZS\"><a href=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/\">Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/embed/#?secret=shaF4RzKZS\" data-secret=\"shaF4RzKZS\" width=\"600\" height=\"338\" title=\"&#8220;Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(8963,1176,'_oembed_time_358a61ccc8bf2354ef1120fed79c344e','1526497638'),(8964,1176,'_oembed_af0b1f39f6e075a34328aef17f250879','{{unknown}}'),(8965,1176,'_oembed_f714c39f6931f083180b36cf45638a8c','{{unknown}}'),(8966,1176,'_oembed_5000284a6c9c5bcbac8ae34dc7be08b7','{{unknown}}'),(8967,1176,'_oembed_63b1fcb3e0dc43453aedb68f431c75c2','<blockquote class=\"wp-embedded-content\" data-secret=\"oZNLMh7ADK\"><a href=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/\">How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/embed/#?secret=oZNLMh7ADK\" data-secret=\"oZNLMh7ADK\" width=\"600\" height=\"338\" title=\"&#8220;How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(8968,1176,'_oembed_time_63b1fcb3e0dc43453aedb68f431c75c2','1529526804'),(8969,1176,'_oembed_0dc928c90b7c768760131f493fc3b3d6','{{unknown}}'),(8970,1176,'_oembed_d7841c341108008601fa6bfd45e9877d','{{unknown}}'),(8971,1176,'_oembed_40a13cbe0598cd34470e2068d6d5b1b0','{{unknown}}'),(8972,1176,'_oembed_88288a6a8fdc1892db3639b1a045fbbf','<blockquote class=\"wp-embedded-content\" data-secret=\"JR2TSdbz6i\"><a href=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/\">Changing your diet is the first step in addressing Hashimoto&#8217;s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/embed/#?secret=JR2TSdbz6i\" data-secret=\"JR2TSdbz6i\" width=\"600\" height=\"338\" title=\"&#8220;Changing your diet is the first step in addressing Hashimoto&#8217;s&#8221; &#8212; Dr. K. News\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(8973,1176,'_oembed_time_88288a6a8fdc1892db3639b1a045fbbf','1535053648'),(8974,1176,'_oembed_6bfdd057756c7c58246362901ea9cc5a','<blockquote class=\"wp-embedded-content\" data-secret=\"EL52QLJFmX\"><a href=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/\">What To Do If Your TSH Is Normal and You Are Anything But!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/embed/#?secret=EL52QLJFmX\" data-secret=\"EL52QLJFmX\" width=\"600\" height=\"338\" title=\"&#8220;What To Do If Your TSH Is Normal and You Are Anything But!&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(8975,1176,'_oembed_time_6bfdd057756c7c58246362901ea9cc5a','1535053650'),(8976,1176,'_oembed_f64919ffc4b08d3bacaafee3d9d84058','<blockquote class=\"wp-embedded-content\" data-secret=\"krfgO9xlfd\"><a href=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/\">Iodine and Hashimotoâ€™s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/embed/#?secret=krfgO9xlfd\" data-secret=\"krfgO9xlfd\" width=\"600\" height=\"338\" title=\"&#8220;Iodine and Hashimotoâ€™s&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(8977,1176,'_oembed_time_f64919ffc4b08d3bacaafee3d9d84058','1535053650'),(8979,1176,'_dp_original','1166'),(8980,1176,'_edit_lock','1543445004:2'),(8981,1176,'_edit_last','2'),(8982,1177,'_wp_attached_file','2018/11/vitamins-601X572.jpg'),(8983,1177,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:601;s:6:\"height\";i:572;s:4:\"file\";s:28:\"2018/11/vitamins-601X572.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"vitamins-601X572-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"vitamins-601X572-300x286.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:286;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"ttshowcase_normal\";a:4:{s:4:\"file\";s:28:\"vitamins-601X572-125x119.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:119;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"ttshowcase_small\";a:4:{s:4:\"file\";s:26:\"vitamins-601X572-75x71.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"vitamins-601X572-153x146.jpg\";s:5:\"width\";i:153;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:26:\"vitamins-601X572-50x48.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:48;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:26:\"vitamins-601X572-79x75.jpg\";s:5:\"width\";i:79;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:26:\"vitamins-601X572-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:26:\"vitamins-601X572-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:28:\"vitamins-601X572-601x500.jpg\";s:5:\"width\";i:601;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:28:\"vitamins-601X572-601x480.jpg\";s:5:\"width\";i:601;s:6:\"height\";i:480;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:{}}}'),(8985,1176,'_thumbnail_id','1177'),(8987,1181,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8988,1181,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8989,1181,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8990,1181,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8991,1181,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8992,1181,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8993,1181,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8994,1181,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8995,1181,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8996,1181,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8997,1181,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8998,1181,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8999,1181,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9000,1181,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9001,1181,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9002,1181,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9003,1181,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9004,1181,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9005,1181,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9006,1181,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9007,1181,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9008,1181,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9009,1181,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9010,1181,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9011,1181,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9012,1181,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9013,1181,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9014,1181,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9015,1181,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9016,1181,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9017,1181,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9018,1181,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9019,1181,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9020,1181,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9021,1181,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9022,1181,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9023,1181,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9024,1181,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9025,1181,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9026,1181,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9027,1181,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9028,1181,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9029,1181,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9030,1181,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9031,1181,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9032,1181,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9033,1181,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9034,1181,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9035,1181,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9036,1181,'slide_template','default'),(9037,1181,'slide_template','default'),(9038,1181,'eg_sources_html5_mp4',''),(9039,1181,'eg_sources_html5_mp4',''),(9040,1181,'eg_sources_html5_ogv',''),(9041,1181,'eg_sources_html5_ogv',''),(9042,1181,'eg_sources_html5_webm',''),(9043,1181,'eg_sources_html5_webm',''),(9044,1181,'eg_sources_youtube',''),(9045,1181,'eg_sources_youtube',''),(9046,1181,'eg_sources_vimeo',''),(9047,1181,'eg_sources_vimeo',''),(9048,1181,'eg_sources_wistia',''),(9049,1181,'eg_sources_wistia',''),(9050,1181,'eg_sources_image',''),(9051,1181,'eg_sources_image',''),(9052,1181,'eg_sources_iframe',''),(9053,1181,'eg_sources_iframe',''),(9054,1181,'eg_sources_soundcloud',''),(9055,1181,'eg_sources_soundcloud',''),(9056,1181,'eg_vimeo_ratio','0'),(9057,1181,'eg_vimeo_ratio','0'),(9058,1181,'eg_youtube_ratio','0'),(9059,1181,'eg_youtube_ratio','0'),(9060,1181,'eg_wistia_ratio','0'),(9061,1181,'eg_wistia_ratio','0'),(9062,1181,'eg_html5_ratio','0'),(9063,1181,'eg_html5_ratio','0'),(9064,1181,'eg_soundcloud_ratio','0'),(9065,1181,'eg_soundcloud_ratio','0'),(9066,1181,'eg_settings_custom_meta_skin',''),(9067,1181,'eg_settings_custom_meta_skin',''),(9068,1181,'eg_settings_custom_meta_element',''),(9069,1181,'eg_settings_custom_meta_element',''),(9070,1181,'eg_settings_custom_meta_setting',''),(9071,1181,'eg_settings_custom_meta_setting',''),(9072,1181,'eg_settings_custom_meta_style',''),(9073,1181,'eg_settings_custom_meta_style',''),(9074,1181,'mfn-post-hide-content','0'),(9075,1181,'mfn-post-hide-content','0'),(9076,1181,'mfn-post-slider','0'),(9077,1181,'mfn-post-slider','0'),(9078,1181,'mfn-post-slider-layer','0'),(9079,1181,'mfn-post-slider-layer','0'),(9080,1181,'mfn-post-hide-title','1'),(9081,1181,'mfn-post-hide-title','1'),(9082,1181,'mfn-post-remove-padding','0'),(9083,1181,'mfn-post-remove-padding','0'),(9084,1181,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(9085,1181,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(9086,1181,'mfn-post-hide-image','1'),(9087,1181,'mfn-post-hide-image','1'),(9088,1181,'_wpb_vc_js_status','true'),(9089,1181,'_wpb_vc_js_status','true'),(9090,1181,'mfn-post-love','0'),(9091,1181,'mfn-post-love','0'),(9092,1181,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(9093,1181,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(9094,1181,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(9095,1181,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(9096,1181,'_wp_old_slug','blog-title-03'),(9097,1181,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(9098,1181,'_wp_old_slug','blog-title-03'),(9099,1181,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(9100,1181,'mfn-post-sidebar','0'),(9101,1181,'mfn-post-sidebar','0'),(9102,1181,'mfn-post-sidebar2','0'),(9103,1181,'mfn-post-sidebar2','0'),(9104,1181,'_oembed_70c3f7c0b35f507260fceba4aa944398','{{unknown}}'),(9105,1181,'_oembed_3e601594e527c050109c115dc0343e65','{{unknown}}'),(9106,1181,'_oembed_9b1ceae82700066b420cbf8220005e44','<blockquote class=\"wp-embedded-content\" data-secret=\"kASrIgvovz\"><a href=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/\">Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/embed/#?secret=kASrIgvovz\" data-secret=\"kASrIgvovz\" width=\"600\" height=\"338\" title=\"&#8220;Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO&#8221; &#8212; The Paleo Diet  - Robb Wolf on Paleolithic nutrition, intermittent fasting, and fitness\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(9107,1181,'_oembed_time_9b1ceae82700066b420cbf8220005e44','1526497634'),(9108,1181,'_oembed_23dc491aeb7984be5b7c3de7f8f733eb','<blockquote class=\"wp-embedded-content\" data-secret=\"WlCV7gXJBc\"><a href=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/\">RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/embed/#?secret=WlCV7gXJBc\" data-secret=\"WlCV7gXJBc\" width=\"600\" height=\"338\" title=\"&#8220;RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown&#8221; &#8212; Chris Kresser\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(9109,1181,'_oembed_time_23dc491aeb7984be5b7c3de7f8f733eb','1526497635'),(9110,1181,'_oembed_358a61ccc8bf2354ef1120fed79c344e','<blockquote class=\"wp-embedded-content\" data-secret=\"shaF4RzKZS\"><a href=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/\">Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/embed/#?secret=shaF4RzKZS\" data-secret=\"shaF4RzKZS\" width=\"600\" height=\"338\" title=\"&#8220;Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(9111,1181,'_oembed_time_358a61ccc8bf2354ef1120fed79c344e','1526497638'),(9112,1181,'_oembed_af0b1f39f6e075a34328aef17f250879','{{unknown}}'),(9113,1181,'_oembed_f714c39f6931f083180b36cf45638a8c','{{unknown}}'),(9114,1181,'_oembed_5000284a6c9c5bcbac8ae34dc7be08b7','{{unknown}}'),(9115,1181,'_oembed_63b1fcb3e0dc43453aedb68f431c75c2','<blockquote class=\"wp-embedded-content\" data-secret=\"oZNLMh7ADK\"><a href=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/\">How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/embed/#?secret=oZNLMh7ADK\" data-secret=\"oZNLMh7ADK\" width=\"600\" height=\"338\" title=\"&#8220;How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(9116,1181,'_oembed_time_63b1fcb3e0dc43453aedb68f431c75c2','1529526804'),(9117,1181,'_oembed_0dc928c90b7c768760131f493fc3b3d6','{{unknown}}'),(9118,1181,'_oembed_d7841c341108008601fa6bfd45e9877d','{{unknown}}'),(9119,1181,'_oembed_40a13cbe0598cd34470e2068d6d5b1b0','{{unknown}}'),(9120,1181,'_oembed_88288a6a8fdc1892db3639b1a045fbbf','<blockquote class=\"wp-embedded-content\" data-secret=\"JR2TSdbz6i\"><a href=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/\">Changing your diet is the first step in addressing Hashimoto&#8217;s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/embed/#?secret=JR2TSdbz6i\" data-secret=\"JR2TSdbz6i\" width=\"600\" height=\"338\" title=\"&#8220;Changing your diet is the first step in addressing Hashimoto&#8217;s&#8221; &#8212; Dr. K. News\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(9121,1181,'_oembed_time_88288a6a8fdc1892db3639b1a045fbbf','1535053648'),(9122,1181,'_oembed_6bfdd057756c7c58246362901ea9cc5a','<blockquote class=\"wp-embedded-content\" data-secret=\"EL52QLJFmX\"><a href=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/\">What To Do If Your TSH Is Normal and You Are Anything But!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/embed/#?secret=EL52QLJFmX\" data-secret=\"EL52QLJFmX\" width=\"600\" height=\"338\" title=\"&#8220;What To Do If Your TSH Is Normal and You Are Anything But!&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(9123,1181,'_oembed_time_6bfdd057756c7c58246362901ea9cc5a','1535053650'),(9124,1181,'_oembed_f64919ffc4b08d3bacaafee3d9d84058','<blockquote class=\"wp-embedded-content\" data-secret=\"krfgO9xlfd\"><a href=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/\">Iodine and Hashimotoâ€™s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/embed/#?secret=krfgO9xlfd\" data-secret=\"krfgO9xlfd\" width=\"600\" height=\"338\" title=\"&#8220;Iodine and Hashimotoâ€™s&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(9125,1181,'_oembed_time_f64919ffc4b08d3bacaafee3d9d84058','1535053650'),(9127,1181,'_thumbnail_id','1182'),(9128,1181,'_dp_original','1176'),(9129,1181,'_edit_lock','1543603300:2'),(9130,1181,'_edit_last','2'),(9131,1182,'_wp_attached_file','2018/11/Bath-bombs-602X602.jpg'),(9132,1182,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:602;s:6:\"height\";i:602;s:4:\"file\";s:30:\"2018/11/Bath-bombs-602X602.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Bath-bombs-602X602-150x150.jpg\";s:5:\"width\";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:\"Bath-bombs-602X602-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:30:\"Bath-bombs-602X602-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:28:\"Bath-bombs-602X602-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"Bath-bombs-602X602-146x146.jpg\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:28:\"Bath-bombs-602X602-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:28:\"Bath-bombs-602X602-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:28:\"Bath-bombs-602X602-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:28:\"Bath-bombs-602X602-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:30:\"Bath-bombs-602X602-602x500.jpg\";s:5:\"width\";i:602;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:30:\"Bath-bombs-602X602-602x480.jpg\";s:5:\"width\";i:602;s:6:\"height\";i:480;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:{}}}'),(9133,1181,'_oembed_9ca4c8ea9ab4f4f264e7d15fab7617a0','{{unknown}}'),(9135,1186,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9136,1186,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9137,1186,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9138,1186,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9139,1186,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9140,1186,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9141,1186,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9142,1186,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9143,1186,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9144,1186,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9145,1186,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9146,1186,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9147,1186,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9148,1186,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9149,1186,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9150,1186,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9151,1186,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9152,1186,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9153,1186,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9154,1186,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9155,1186,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9156,1186,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9157,1186,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9158,1186,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9159,1186,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9160,1186,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9161,1186,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9162,1186,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9163,1186,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9164,1186,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9165,1186,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9166,1186,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9167,1186,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9168,1186,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9169,1186,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9170,1186,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9171,1186,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9172,1186,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9173,1186,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9174,1186,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9175,1186,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9176,1186,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9177,1186,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9178,1186,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9179,1186,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9180,1186,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9181,1186,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9182,1186,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9183,1186,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9184,1186,'slide_template','default'),(9185,1186,'slide_template','default'),(9186,1186,'eg_sources_html5_mp4',''),(9187,1186,'eg_sources_html5_mp4',''),(9188,1186,'eg_sources_html5_ogv',''),(9189,1186,'eg_sources_html5_ogv',''),(9190,1186,'eg_sources_html5_webm',''),(9191,1186,'eg_sources_html5_webm',''),(9192,1186,'eg_sources_youtube',''),(9193,1186,'eg_sources_youtube',''),(9194,1186,'eg_sources_vimeo',''),(9195,1186,'eg_sources_vimeo',''),(9196,1186,'eg_sources_wistia',''),(9197,1186,'eg_sources_wistia',''),(9198,1186,'eg_sources_image',''),(9199,1186,'eg_sources_image',''),(9200,1186,'eg_sources_iframe',''),(9201,1186,'eg_sources_iframe',''),(9202,1186,'eg_sources_soundcloud',''),(9203,1186,'eg_sources_soundcloud',''),(9204,1186,'eg_vimeo_ratio','0'),(9205,1186,'eg_vimeo_ratio','0'),(9206,1186,'eg_youtube_ratio','0'),(9207,1186,'eg_youtube_ratio','0'),(9208,1186,'eg_wistia_ratio','0'),(9209,1186,'eg_wistia_ratio','0'),(9210,1186,'eg_html5_ratio','0'),(9211,1186,'eg_html5_ratio','0'),(9212,1186,'eg_soundcloud_ratio','0'),(9213,1186,'eg_soundcloud_ratio','0'),(9214,1186,'eg_settings_custom_meta_skin',''),(9215,1186,'eg_settings_custom_meta_skin',''),(9216,1186,'eg_settings_custom_meta_element',''),(9217,1186,'eg_settings_custom_meta_element',''),(9218,1186,'eg_settings_custom_meta_setting',''),(9219,1186,'eg_settings_custom_meta_setting',''),(9220,1186,'eg_settings_custom_meta_style',''),(9221,1186,'eg_settings_custom_meta_style',''),(9222,1186,'mfn-post-hide-content','0'),(9223,1186,'mfn-post-hide-content','0'),(9224,1186,'mfn-post-slider','0'),(9225,1186,'mfn-post-slider','0'),(9226,1186,'mfn-post-slider-layer','0'),(9227,1186,'mfn-post-slider-layer','0'),(9228,1186,'mfn-post-hide-title','1'),(9229,1186,'mfn-post-hide-title','1'),(9230,1186,'mfn-post-remove-padding','0'),(9231,1186,'mfn-post-remove-padding','0'),(9232,1186,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(9233,1186,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(9234,1186,'mfn-post-hide-image','1'),(9235,1186,'mfn-post-hide-image','1'),(9236,1186,'_wpb_vc_js_status','true'),(9237,1186,'_wpb_vc_js_status','true'),(9238,1186,'mfn-post-love','0'),(9239,1186,'mfn-post-love','0'),(9240,1186,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(9241,1186,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(9242,1186,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(9243,1186,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(9244,1186,'_wp_old_slug','blog-title-03'),(9245,1186,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(9246,1186,'_wp_old_slug','blog-title-03'),(9247,1186,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(9248,1186,'mfn-post-sidebar','0'),(9249,1186,'mfn-post-sidebar','0'),(9250,1186,'mfn-post-sidebar2','0'),(9251,1186,'mfn-post-sidebar2','0'),(9252,1186,'_oembed_70c3f7c0b35f507260fceba4aa944398','{{unknown}}'),(9253,1186,'_oembed_3e601594e527c050109c115dc0343e65','{{unknown}}'),(9254,1186,'_oembed_9b1ceae82700066b420cbf8220005e44','<blockquote class=\"wp-embedded-content\" data-secret=\"kASrIgvovz\"><a href=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/\">Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/embed/#?secret=kASrIgvovz\" data-secret=\"kASrIgvovz\" width=\"600\" height=\"338\" title=\"&#8220;Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO&#8221; &#8212; The Paleo Diet  - Robb Wolf on Paleolithic nutrition, intermittent fasting, and fitness\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(9255,1186,'_oembed_time_9b1ceae82700066b420cbf8220005e44','1526497634'),(9256,1186,'_oembed_23dc491aeb7984be5b7c3de7f8f733eb','<blockquote class=\"wp-embedded-content\" data-secret=\"WlCV7gXJBc\"><a href=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/\">RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/embed/#?secret=WlCV7gXJBc\" data-secret=\"WlCV7gXJBc\" width=\"600\" height=\"338\" title=\"&#8220;RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown&#8221; &#8212; Chris Kresser\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(9257,1186,'_oembed_time_23dc491aeb7984be5b7c3de7f8f733eb','1526497635'),(9258,1186,'_oembed_358a61ccc8bf2354ef1120fed79c344e','<blockquote class=\"wp-embedded-content\" data-secret=\"shaF4RzKZS\"><a href=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/\">Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/embed/#?secret=shaF4RzKZS\" data-secret=\"shaF4RzKZS\" width=\"600\" height=\"338\" title=\"&#8220;Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(9259,1186,'_oembed_time_358a61ccc8bf2354ef1120fed79c344e','1526497638'),(9260,1186,'_oembed_af0b1f39f6e075a34328aef17f250879','{{unknown}}'),(9261,1186,'_oembed_f714c39f6931f083180b36cf45638a8c','{{unknown}}'),(9262,1186,'_oembed_5000284a6c9c5bcbac8ae34dc7be08b7','{{unknown}}'),(9263,1186,'_oembed_63b1fcb3e0dc43453aedb68f431c75c2','<blockquote class=\"wp-embedded-content\" data-secret=\"oZNLMh7ADK\"><a href=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/\">How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/embed/#?secret=oZNLMh7ADK\" data-secret=\"oZNLMh7ADK\" width=\"600\" height=\"338\" title=\"&#8220;How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(9264,1186,'_oembed_time_63b1fcb3e0dc43453aedb68f431c75c2','1529526804'),(9265,1186,'_oembed_0dc928c90b7c768760131f493fc3b3d6','{{unknown}}'),(9266,1186,'_oembed_d7841c341108008601fa6bfd45e9877d','{{unknown}}'),(9267,1186,'_oembed_40a13cbe0598cd34470e2068d6d5b1b0','{{unknown}}'),(9268,1186,'_oembed_88288a6a8fdc1892db3639b1a045fbbf','<blockquote class=\"wp-embedded-content\" data-secret=\"JR2TSdbz6i\"><a href=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/\">Changing your diet is the first step in addressing Hashimoto&#8217;s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/embed/#?secret=JR2TSdbz6i\" data-secret=\"JR2TSdbz6i\" width=\"600\" height=\"338\" title=\"&#8220;Changing your diet is the first step in addressing Hashimoto&#8217;s&#8221; &#8212; Dr. K. News\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(9269,1186,'_oembed_time_88288a6a8fdc1892db3639b1a045fbbf','1535053648'),(9270,1186,'_oembed_6bfdd057756c7c58246362901ea9cc5a','<blockquote class=\"wp-embedded-content\" data-secret=\"EL52QLJFmX\"><a href=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/\">What To Do If Your TSH Is Normal and You Are Anything But!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/embed/#?secret=EL52QLJFmX\" data-secret=\"EL52QLJFmX\" width=\"600\" height=\"338\" title=\"&#8220;What To Do If Your TSH Is Normal and You Are Anything But!&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(9271,1186,'_oembed_time_6bfdd057756c7c58246362901ea9cc5a','1535053650'),(9272,1186,'_oembed_f64919ffc4b08d3bacaafee3d9d84058','<blockquote class=\"wp-embedded-content\" data-secret=\"krfgO9xlfd\"><a href=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/\">Iodine and Hashimotoâ€™s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/embed/#?secret=krfgO9xlfd\" data-secret=\"krfgO9xlfd\" width=\"600\" height=\"338\" title=\"&#8220;Iodine and Hashimotoâ€™s&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(9273,1186,'_oembed_time_f64919ffc4b08d3bacaafee3d9d84058','1535053650'),(9275,1186,'_thumbnail_id','1187'),(9276,1186,'_dp_original','1176'),(9277,1186,'_edit_lock','1551218282:2'),(9278,1187,'_wp_attached_file','2018/12/keto-600X354.jpg'),(9279,1187,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:354;s:4:\"file\";s:24:\"2018/12/keto-600X354.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"keto-600X354-150x150.jpg\";s:5:\"width\";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:\"keto-600X354-300x177.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"ttshowcase_normal\";a:4:{s:4:\"file\";s:23:\"keto-600X354-125x74.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:74;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"ttshowcase_small\";a:4:{s:4:\"file\";s:22:\"keto-600X354-75x44.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:44;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"keto-600X354-247x146.jpg\";s:5:\"width\";i:247;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:22:\"keto-600X354-50x30.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:30;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:23:\"keto-600X354-127x75.jpg\";s:5:\"width\";i:127;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:22:\"keto-600X354-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:22:\"keto-600X354-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(9280,1186,'_edit_last','2'),(9283,424,'mfn-post-love','0'),(9284,1192,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9285,1192,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9286,1192,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9287,1192,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9288,1192,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9289,1192,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9290,1192,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9291,1192,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9292,1192,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9293,1192,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9294,1192,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9295,1192,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9296,1192,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9297,1192,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9298,1192,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9299,1192,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9300,1192,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9301,1192,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9302,1192,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9303,1192,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9304,1192,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9305,1192,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9306,1192,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9307,1192,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9308,1192,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9309,1192,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9310,1192,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9311,1192,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9312,1192,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9313,1192,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9314,1192,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9315,1192,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9316,1192,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9317,1192,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9318,1192,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9319,1192,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9320,1192,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9321,1192,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9322,1192,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9323,1192,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9324,1192,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9325,1192,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9326,1192,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9327,1192,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9328,1192,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9329,1192,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9330,1192,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9331,1192,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9332,1192,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9333,1192,'slide_template','default'),(9334,1192,'slide_template','default'),(9335,1192,'eg_sources_html5_mp4',''),(9336,1192,'eg_sources_html5_mp4',''),(9337,1192,'eg_sources_html5_ogv',''),(9338,1192,'eg_sources_html5_ogv',''),(9339,1192,'eg_sources_html5_webm',''),(9340,1192,'eg_sources_html5_webm',''),(9341,1192,'eg_sources_youtube',''),(9342,1192,'eg_sources_youtube',''),(9343,1192,'eg_sources_vimeo',''),(9344,1192,'eg_sources_vimeo',''),(9345,1192,'eg_sources_wistia',''),(9346,1192,'eg_sources_wistia',''),(9347,1192,'eg_sources_image',''),(9348,1192,'eg_sources_image',''),(9349,1192,'eg_sources_iframe',''),(9350,1192,'eg_sources_iframe',''),(9351,1192,'eg_sources_soundcloud',''),(9352,1192,'eg_sources_soundcloud',''),(9353,1192,'eg_vimeo_ratio','0'),(9354,1192,'eg_vimeo_ratio','0'),(9355,1192,'eg_youtube_ratio','0'),(9356,1192,'eg_youtube_ratio','0'),(9357,1192,'eg_wistia_ratio','0'),(9358,1192,'eg_wistia_ratio','0'),(9359,1192,'eg_html5_ratio','0'),(9360,1192,'eg_html5_ratio','0'),(9361,1192,'eg_soundcloud_ratio','0'),(9362,1192,'eg_soundcloud_ratio','0'),(9363,1192,'eg_settings_custom_meta_skin',''),(9364,1192,'eg_settings_custom_meta_skin',''),(9365,1192,'eg_settings_custom_meta_element',''),(9366,1192,'eg_settings_custom_meta_element',''),(9367,1192,'eg_settings_custom_meta_setting',''),(9368,1192,'eg_settings_custom_meta_setting',''),(9369,1192,'eg_settings_custom_meta_style',''),(9370,1192,'eg_settings_custom_meta_style',''),(9371,1192,'mfn-post-hide-content','0'),(9372,1192,'mfn-post-hide-content','0'),(9373,1192,'mfn-post-slider','0'),(9374,1192,'mfn-post-slider','0'),(9375,1192,'mfn-post-slider-layer','0'),(9376,1192,'mfn-post-slider-layer','0'),(9377,1192,'mfn-post-hide-title','1'),(9378,1192,'mfn-post-hide-title','1'),(9379,1192,'mfn-post-remove-padding','0'),(9380,1192,'mfn-post-remove-padding','0'),(9381,1192,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(9382,1192,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(9383,1192,'mfn-post-hide-image','1'),(9384,1192,'mfn-post-hide-image','1'),(9385,1192,'_wpb_vc_js_status','true'),(9386,1192,'_wpb_vc_js_status','true'),(9387,1192,'mfn-post-love','0'),(9388,1192,'mfn-post-love','0'),(9389,1192,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(9390,1192,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(9391,1192,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(9392,1192,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(9393,1192,'_wp_old_slug','blog-title-03'),(9394,1192,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(9395,1192,'_wp_old_slug','blog-title-03'),(9396,1192,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(9397,1192,'mfn-post-sidebar','0'),(9398,1192,'mfn-post-sidebar','0'),(9399,1192,'mfn-post-sidebar2','0'),(9400,1192,'mfn-post-sidebar2','0'),(9401,1192,'_oembed_70c3f7c0b35f507260fceba4aa944398','{{unknown}}'),(9402,1192,'_oembed_3e601594e527c050109c115dc0343e65','{{unknown}}'),(9403,1192,'_oembed_9b1ceae82700066b420cbf8220005e44','<blockquote class=\"wp-embedded-content\" data-secret=\"kASrIgvovz\"><a href=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/\">Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/embed/#?secret=kASrIgvovz\" data-secret=\"kASrIgvovz\" width=\"600\" height=\"338\" title=\"&#8220;Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO&#8221; &#8212; The Paleo Diet  - Robb Wolf on Paleolithic nutrition, intermittent fasting, and fitness\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(9404,1192,'_oembed_time_9b1ceae82700066b420cbf8220005e44','1526497634'),(9405,1192,'_oembed_23dc491aeb7984be5b7c3de7f8f733eb','<blockquote class=\"wp-embedded-content\" data-secret=\"WlCV7gXJBc\"><a href=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/\">RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/embed/#?secret=WlCV7gXJBc\" data-secret=\"WlCV7gXJBc\" width=\"600\" height=\"338\" title=\"&#8220;RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown&#8221; &#8212; Chris Kresser\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(9406,1192,'_oembed_time_23dc491aeb7984be5b7c3de7f8f733eb','1526497635'),(9407,1192,'_oembed_358a61ccc8bf2354ef1120fed79c344e','<blockquote class=\"wp-embedded-content\" data-secret=\"shaF4RzKZS\"><a href=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/\">Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/embed/#?secret=shaF4RzKZS\" data-secret=\"shaF4RzKZS\" width=\"600\" height=\"338\" title=\"&#8220;Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(9408,1192,'_oembed_time_358a61ccc8bf2354ef1120fed79c344e','1526497638'),(9409,1192,'_oembed_af0b1f39f6e075a34328aef17f250879','{{unknown}}'),(9410,1192,'_oembed_f714c39f6931f083180b36cf45638a8c','{{unknown}}'),(9411,1192,'_oembed_5000284a6c9c5bcbac8ae34dc7be08b7','{{unknown}}'),(9412,1192,'_oembed_63b1fcb3e0dc43453aedb68f431c75c2','<blockquote class=\"wp-embedded-content\" data-secret=\"oZNLMh7ADK\"><a href=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/\">How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/embed/#?secret=oZNLMh7ADK\" data-secret=\"oZNLMh7ADK\" width=\"600\" height=\"338\" title=\"&#8220;How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(9413,1192,'_oembed_time_63b1fcb3e0dc43453aedb68f431c75c2','1529526804'),(9414,1192,'_oembed_0dc928c90b7c768760131f493fc3b3d6','{{unknown}}'),(9415,1192,'_oembed_d7841c341108008601fa6bfd45e9877d','{{unknown}}'),(9416,1192,'_oembed_40a13cbe0598cd34470e2068d6d5b1b0','{{unknown}}'),(9417,1192,'_oembed_88288a6a8fdc1892db3639b1a045fbbf','<blockquote class=\"wp-embedded-content\" data-secret=\"JR2TSdbz6i\"><a href=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/\">Changing your diet is the first step in addressing Hashimoto&#8217;s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/embed/#?secret=JR2TSdbz6i\" data-secret=\"JR2TSdbz6i\" width=\"600\" height=\"338\" title=\"&#8220;Changing your diet is the first step in addressing Hashimoto&#8217;s&#8221; &#8212; Dr. K. News\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(9418,1192,'_oembed_time_88288a6a8fdc1892db3639b1a045fbbf','1535053648'),(9419,1192,'_oembed_6bfdd057756c7c58246362901ea9cc5a','<blockquote class=\"wp-embedded-content\" data-secret=\"EL52QLJFmX\"><a href=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/\">What To Do If Your TSH Is Normal and You Are Anything But!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/embed/#?secret=EL52QLJFmX\" data-secret=\"EL52QLJFmX\" width=\"600\" height=\"338\" title=\"&#8220;What To Do If Your TSH Is Normal and You Are Anything But!&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(9420,1192,'_oembed_time_6bfdd057756c7c58246362901ea9cc5a','1535053650'),(9421,1192,'_oembed_f64919ffc4b08d3bacaafee3d9d84058','<blockquote class=\"wp-embedded-content\" data-secret=\"krfgO9xlfd\"><a href=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/\">Iodine and Hashimotoâ€™s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/embed/#?secret=krfgO9xlfd\" data-secret=\"krfgO9xlfd\" width=\"600\" height=\"338\" title=\"&#8220;Iodine and Hashimotoâ€™s&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(9422,1192,'_oembed_time_f64919ffc4b08d3bacaafee3d9d84058','1535053650'),(9424,1192,'_thumbnail_id','1193'),(9425,1192,'_dp_original','1176'),(9426,1192,'_edit_lock','1548451204:2'),(9427,1192,'_edit_last','2'),(9428,1193,'_wp_attached_file','2019/01/Fatty-Liver-600X600.jpg'),(9429,1193,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:31:\"2019/01/Fatty-Liver-600X600.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Fatty-Liver-600X600-150x150.jpg\";s:5:\"width\";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:\"Fatty-Liver-600X600-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:31:\"Fatty-Liver-600X600-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:\"Fatty-Liver-600X600-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"Fatty-Liver-600X600-146x146.jpg\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:29:\"Fatty-Liver-600X600-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:29:\"Fatty-Liver-600X600-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:29:\"Fatty-Liver-600X600-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:29:\"Fatty-Liver-600X600-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:31:\"Fatty-Liver-600X600-600x500.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:31:\"Fatty-Liver-600X600-600x480.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:480;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:23:\"all right reserved 2014\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9432,1196,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9433,1196,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9434,1196,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9435,1196,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9436,1196,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9437,1196,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9438,1196,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9439,1196,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9440,1196,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9441,1196,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9442,1196,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9443,1196,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9444,1196,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9445,1196,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9446,1196,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9447,1196,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9448,1196,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9449,1196,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9450,1196,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9451,1196,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9452,1196,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9453,1196,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9454,1196,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9455,1196,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9456,1196,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9457,1196,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9458,1196,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9459,1196,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9460,1196,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9461,1196,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9462,1196,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9463,1196,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9464,1196,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9465,1196,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9466,1196,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9467,1196,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9468,1196,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9469,1196,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9470,1196,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9471,1196,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9472,1196,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9473,1196,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9474,1196,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9475,1196,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9476,1196,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9477,1196,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9478,1196,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9479,1196,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9480,1196,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9481,1196,'slide_template','default'),(9482,1196,'slide_template','default'),(9483,1196,'eg_sources_html5_mp4',''),(9484,1196,'eg_sources_html5_mp4',''),(9485,1196,'eg_sources_html5_ogv',''),(9486,1196,'eg_sources_html5_ogv',''),(9487,1196,'eg_sources_html5_webm',''),(9488,1196,'eg_sources_html5_webm',''),(9489,1196,'eg_sources_youtube',''),(9490,1196,'eg_sources_youtube',''),(9491,1196,'eg_sources_vimeo',''),(9492,1196,'eg_sources_vimeo',''),(9493,1196,'eg_sources_wistia',''),(9494,1196,'eg_sources_wistia',''),(9495,1196,'eg_sources_image',''),(9496,1196,'eg_sources_image',''),(9497,1196,'eg_sources_iframe',''),(9498,1196,'eg_sources_iframe',''),(9499,1196,'eg_sources_soundcloud',''),(9500,1196,'eg_sources_soundcloud',''),(9501,1196,'eg_vimeo_ratio','0'),(9502,1196,'eg_vimeo_ratio','0'),(9503,1196,'eg_youtube_ratio','0'),(9504,1196,'eg_youtube_ratio','0'),(9505,1196,'eg_wistia_ratio','0'),(9506,1196,'eg_wistia_ratio','0'),(9507,1196,'eg_html5_ratio','0'),(9508,1196,'eg_html5_ratio','0'),(9509,1196,'eg_soundcloud_ratio','0'),(9510,1196,'eg_soundcloud_ratio','0'),(9511,1196,'eg_settings_custom_meta_skin',''),(9512,1196,'eg_settings_custom_meta_skin',''),(9513,1196,'eg_settings_custom_meta_element',''),(9514,1196,'eg_settings_custom_meta_element',''),(9515,1196,'eg_settings_custom_meta_setting',''),(9516,1196,'eg_settings_custom_meta_setting',''),(9517,1196,'eg_settings_custom_meta_style',''),(9518,1196,'eg_settings_custom_meta_style',''),(9519,1196,'mfn-post-hide-content','0'),(9520,1196,'mfn-post-hide-content','0'),(9521,1196,'mfn-post-slider','0'),(9522,1196,'mfn-post-slider','0'),(9523,1196,'mfn-post-slider-layer','0'),(9524,1196,'mfn-post-slider-layer','0'),(9525,1196,'mfn-post-hide-title','1'),(9526,1196,'mfn-post-hide-title','1'),(9527,1196,'mfn-post-remove-padding','0'),(9528,1196,'mfn-post-remove-padding','0'),(9529,1196,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(9530,1196,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(9531,1196,'mfn-post-hide-image','1'),(9532,1196,'mfn-post-hide-image','1'),(9533,1196,'_wpb_vc_js_status','true'),(9534,1196,'_wpb_vc_js_status','true'),(9535,1196,'mfn-post-love','0'),(9536,1196,'mfn-post-love','0'),(9537,1196,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(9538,1196,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(9539,1196,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(9540,1196,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(9541,1196,'_wp_old_slug','blog-title-03'),(9542,1196,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(9543,1196,'_wp_old_slug','blog-title-03'),(9544,1196,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(9545,1196,'mfn-post-sidebar','0'),(9546,1196,'mfn-post-sidebar','0'),(9547,1196,'mfn-post-sidebar2','0'),(9548,1196,'mfn-post-sidebar2','0'),(9549,1196,'_oembed_70c3f7c0b35f507260fceba4aa944398','{{unknown}}'),(9550,1196,'_oembed_3e601594e527c050109c115dc0343e65','{{unknown}}'),(9551,1196,'_oembed_9b1ceae82700066b420cbf8220005e44','<blockquote class=\"wp-embedded-content\" data-secret=\"kASrIgvovz\"><a href=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/\">Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/embed/#?secret=kASrIgvovz\" data-secret=\"kASrIgvovz\" width=\"600\" height=\"338\" title=\"&#8220;Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO&#8221; &#8212; The Paleo Diet  - Robb Wolf on Paleolithic nutrition, intermittent fasting, and fitness\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(9552,1196,'_oembed_time_9b1ceae82700066b420cbf8220005e44','1526497634'),(9553,1196,'_oembed_23dc491aeb7984be5b7c3de7f8f733eb','<blockquote class=\"wp-embedded-content\" data-secret=\"WlCV7gXJBc\"><a href=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/\">RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/embed/#?secret=WlCV7gXJBc\" data-secret=\"WlCV7gXJBc\" width=\"600\" height=\"338\" title=\"&#8220;RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown&#8221; &#8212; Chris Kresser\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(9554,1196,'_oembed_time_23dc491aeb7984be5b7c3de7f8f733eb','1526497635'),(9555,1196,'_oembed_358a61ccc8bf2354ef1120fed79c344e','<blockquote class=\"wp-embedded-content\" data-secret=\"shaF4RzKZS\"><a href=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/\">Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/embed/#?secret=shaF4RzKZS\" data-secret=\"shaF4RzKZS\" width=\"600\" height=\"338\" title=\"&#8220;Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(9556,1196,'_oembed_time_358a61ccc8bf2354ef1120fed79c344e','1526497638'),(9557,1196,'_oembed_af0b1f39f6e075a34328aef17f250879','{{unknown}}'),(9558,1196,'_oembed_f714c39f6931f083180b36cf45638a8c','{{unknown}}'),(9559,1196,'_oembed_5000284a6c9c5bcbac8ae34dc7be08b7','{{unknown}}'),(9560,1196,'_oembed_63b1fcb3e0dc43453aedb68f431c75c2','<blockquote class=\"wp-embedded-content\" data-secret=\"oZNLMh7ADK\"><a href=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/\">How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/embed/#?secret=oZNLMh7ADK\" data-secret=\"oZNLMh7ADK\" width=\"600\" height=\"338\" title=\"&#8220;How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(9561,1196,'_oembed_time_63b1fcb3e0dc43453aedb68f431c75c2','1529526804'),(9562,1196,'_oembed_0dc928c90b7c768760131f493fc3b3d6','{{unknown}}'),(9563,1196,'_oembed_d7841c341108008601fa6bfd45e9877d','{{unknown}}'),(9564,1196,'_oembed_40a13cbe0598cd34470e2068d6d5b1b0','{{unknown}}'),(9565,1196,'_oembed_88288a6a8fdc1892db3639b1a045fbbf','<blockquote class=\"wp-embedded-content\" data-secret=\"JR2TSdbz6i\"><a href=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/\">Changing your diet is the first step in addressing Hashimoto&#8217;s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/embed/#?secret=JR2TSdbz6i\" data-secret=\"JR2TSdbz6i\" width=\"600\" height=\"338\" title=\"&#8220;Changing your diet is the first step in addressing Hashimoto&#8217;s&#8221; &#8212; Dr. K. News\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(9566,1196,'_oembed_time_88288a6a8fdc1892db3639b1a045fbbf','1535053648'),(9567,1196,'_oembed_6bfdd057756c7c58246362901ea9cc5a','<blockquote class=\"wp-embedded-content\" data-secret=\"EL52QLJFmX\"><a href=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/\">What To Do If Your TSH Is Normal and You Are Anything But!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/embed/#?secret=EL52QLJFmX\" data-secret=\"EL52QLJFmX\" width=\"600\" height=\"338\" title=\"&#8220;What To Do If Your TSH Is Normal and You Are Anything But!&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(9568,1196,'_oembed_time_6bfdd057756c7c58246362901ea9cc5a','1535053650'),(9569,1196,'_oembed_f64919ffc4b08d3bacaafee3d9d84058','<blockquote class=\"wp-embedded-content\" data-secret=\"krfgO9xlfd\"><a href=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/\">Iodine and Hashimotoâ€™s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/embed/#?secret=krfgO9xlfd\" data-secret=\"krfgO9xlfd\" width=\"600\" height=\"338\" title=\"&#8220;Iodine and Hashimotoâ€™s&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(9570,1196,'_oembed_time_f64919ffc4b08d3bacaafee3d9d84058','1535053650'),(9572,1196,'_thumbnail_id','1197'),(9573,1196,'_dp_original','1176'),(9574,1196,'_edit_lock','1551301267:2'),(9575,1196,'_edit_last','2'),(9576,1197,'_wp_attached_file','2019/01/High-homocysteine-600X600.jpg'),(9577,1197,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:37:\"2019/01/High-homocysteine-600X600.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"High-homocysteine-600X600-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"High-homocysteine-600X600-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:37:\"High-homocysteine-600X600-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:35:\"High-homocysteine-600X600-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"High-homocysteine-600X600-146x146.jpg\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:35:\"High-homocysteine-600X600-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:35:\"High-homocysteine-600X600-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:35:\"High-homocysteine-600X600-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:35:\"High-homocysteine-600X600-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:37:\"High-homocysteine-600X600-600x500.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:37:\"High-homocysteine-600X600-600x480.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:480;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:{}}}'),(9578,1201,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9579,1201,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9580,1201,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9581,1201,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9582,1201,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9583,1201,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9584,1201,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9585,1201,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9586,1201,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9587,1201,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9588,1201,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9589,1201,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9590,1201,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9591,1201,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9592,1201,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9593,1201,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9594,1201,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9595,1201,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9596,1201,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9597,1201,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9598,1201,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9599,1201,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9600,1201,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9601,1201,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9602,1201,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9603,1201,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9604,1201,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9605,1201,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9606,1201,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9607,1201,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9608,1201,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9609,1201,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9610,1201,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9611,1201,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9612,1201,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9613,1201,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9614,1201,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9615,1201,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9616,1201,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9617,1201,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9618,1201,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9619,1201,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9620,1201,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9621,1201,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9622,1201,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9623,1201,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9624,1201,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9625,1201,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9626,1201,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9627,1201,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9628,1201,'slide_template','default'),(9629,1201,'slide_template','default'),(9630,1201,'eg_sources_html5_mp4',''),(9631,1201,'eg_sources_html5_mp4',''),(9632,1201,'eg_sources_html5_ogv',''),(9633,1201,'eg_sources_html5_ogv',''),(9634,1201,'eg_sources_html5_webm',''),(9635,1201,'eg_sources_html5_webm',''),(9636,1201,'eg_sources_youtube',''),(9637,1201,'eg_sources_youtube',''),(9638,1201,'eg_sources_vimeo',''),(9639,1201,'eg_sources_vimeo',''),(9640,1201,'eg_sources_wistia',''),(9641,1201,'eg_sources_wistia',''),(9642,1201,'eg_sources_image',''),(9643,1201,'eg_sources_image',''),(9644,1201,'eg_sources_iframe',''),(9645,1201,'eg_sources_iframe',''),(9646,1201,'eg_sources_soundcloud',''),(9647,1201,'eg_sources_soundcloud',''),(9648,1201,'eg_vimeo_ratio','0'),(9649,1201,'eg_vimeo_ratio','0'),(9650,1201,'eg_youtube_ratio','0'),(9651,1201,'eg_youtube_ratio','0'),(9652,1201,'eg_wistia_ratio','0'),(9653,1201,'eg_wistia_ratio','0'),(9654,1201,'eg_html5_ratio','0'),(9655,1201,'eg_html5_ratio','0'),(9656,1201,'eg_soundcloud_ratio','0'),(9657,1201,'eg_soundcloud_ratio','0'),(9658,1201,'eg_settings_custom_meta_skin',''),(9659,1201,'eg_settings_custom_meta_skin',''),(9660,1201,'eg_settings_custom_meta_element',''),(9661,1201,'eg_settings_custom_meta_element',''),(9662,1201,'eg_settings_custom_meta_setting',''),(9663,1201,'eg_settings_custom_meta_setting',''),(9664,1201,'eg_settings_custom_meta_style',''),(9665,1201,'eg_settings_custom_meta_style',''),(9666,1201,'mfn-post-hide-content','0'),(9667,1201,'mfn-post-hide-content','0'),(9668,1201,'mfn-post-slider','0'),(9669,1201,'mfn-post-slider','0'),(9670,1201,'mfn-post-slider-layer','0'),(9671,1201,'mfn-post-slider-layer','0'),(9672,1201,'mfn-post-hide-title','1'),(9673,1201,'mfn-post-hide-title','1'),(9674,1201,'mfn-post-remove-padding','0'),(9675,1201,'mfn-post-remove-padding','0'),(9676,1201,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(9677,1201,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(9678,1201,'mfn-post-hide-image','1'),(9679,1201,'mfn-post-hide-image','1'),(9680,1201,'_wpb_vc_js_status','true'),(9681,1201,'_wpb_vc_js_status','true'),(9682,1201,'mfn-post-love','0'),(9683,1201,'mfn-post-love','0'),(9684,1201,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(9685,1201,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(9686,1201,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(9687,1201,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(9688,1201,'_wp_old_slug','blog-title-03'),(9689,1201,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(9690,1201,'_wp_old_slug','blog-title-03'),(9691,1201,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(9692,1201,'mfn-post-sidebar','0'),(9693,1201,'mfn-post-sidebar','0'),(9694,1201,'mfn-post-sidebar2','0'),(9695,1201,'mfn-post-sidebar2','0'),(9696,1201,'_oembed_70c3f7c0b35f507260fceba4aa944398','{{unknown}}'),(9697,1201,'_oembed_3e601594e527c050109c115dc0343e65','{{unknown}}'),(9698,1201,'_oembed_9b1ceae82700066b420cbf8220005e44','<blockquote class=\"wp-embedded-content\" data-secret=\"kASrIgvovz\"><a href=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/\">Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/embed/#?secret=kASrIgvovz\" data-secret=\"kASrIgvovz\" width=\"600\" height=\"338\" title=\"&#8220;Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO&#8221; &#8212; The Paleo Diet  - Robb Wolf on Paleolithic nutrition, intermittent fasting, and fitness\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(9699,1201,'_oembed_time_9b1ceae82700066b420cbf8220005e44','1526497634'),(9700,1201,'_oembed_23dc491aeb7984be5b7c3de7f8f733eb','<blockquote class=\"wp-embedded-content\" data-secret=\"WlCV7gXJBc\"><a href=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/\">RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/embed/#?secret=WlCV7gXJBc\" data-secret=\"WlCV7gXJBc\" width=\"600\" height=\"338\" title=\"&#8220;RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown&#8221; &#8212; Chris Kresser\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(9701,1201,'_oembed_time_23dc491aeb7984be5b7c3de7f8f733eb','1526497635'),(9702,1201,'_oembed_358a61ccc8bf2354ef1120fed79c344e','<blockquote class=\"wp-embedded-content\" data-secret=\"shaF4RzKZS\"><a href=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/\">Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/embed/#?secret=shaF4RzKZS\" data-secret=\"shaF4RzKZS\" width=\"600\" height=\"338\" title=\"&#8220;Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(9703,1201,'_oembed_time_358a61ccc8bf2354ef1120fed79c344e','1526497638'),(9704,1201,'_oembed_af0b1f39f6e075a34328aef17f250879','{{unknown}}'),(9705,1201,'_oembed_f714c39f6931f083180b36cf45638a8c','{{unknown}}'),(9706,1201,'_oembed_5000284a6c9c5bcbac8ae34dc7be08b7','{{unknown}}'),(9707,1201,'_oembed_63b1fcb3e0dc43453aedb68f431c75c2','<blockquote class=\"wp-embedded-content\" data-secret=\"oZNLMh7ADK\"><a href=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/\">How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/embed/#?secret=oZNLMh7ADK\" data-secret=\"oZNLMh7ADK\" width=\"600\" height=\"338\" title=\"&#8220;How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(9708,1201,'_oembed_time_63b1fcb3e0dc43453aedb68f431c75c2','1529526804'),(9709,1201,'_oembed_0dc928c90b7c768760131f493fc3b3d6','{{unknown}}'),(9710,1201,'_oembed_d7841c341108008601fa6bfd45e9877d','{{unknown}}'),(9711,1201,'_oembed_40a13cbe0598cd34470e2068d6d5b1b0','{{unknown}}'),(9712,1201,'_oembed_88288a6a8fdc1892db3639b1a045fbbf','<blockquote class=\"wp-embedded-content\" data-secret=\"JR2TSdbz6i\"><a href=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/\">Changing your diet is the first step in addressing Hashimoto&#8217;s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/embed/#?secret=JR2TSdbz6i\" data-secret=\"JR2TSdbz6i\" width=\"600\" height=\"338\" title=\"&#8220;Changing your diet is the first step in addressing Hashimoto&#8217;s&#8221; &#8212; Dr. K. News\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(9713,1201,'_oembed_time_88288a6a8fdc1892db3639b1a045fbbf','1535053648'),(9714,1201,'_oembed_6bfdd057756c7c58246362901ea9cc5a','<blockquote class=\"wp-embedded-content\" data-secret=\"EL52QLJFmX\"><a href=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/\">What To Do If Your TSH Is Normal and You Are Anything But!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/embed/#?secret=EL52QLJFmX\" data-secret=\"EL52QLJFmX\" width=\"600\" height=\"338\" title=\"&#8220;What To Do If Your TSH Is Normal and You Are Anything But!&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(9715,1201,'_oembed_time_6bfdd057756c7c58246362901ea9cc5a','1535053650'),(9716,1201,'_oembed_f64919ffc4b08d3bacaafee3d9d84058','<blockquote class=\"wp-embedded-content\" data-secret=\"krfgO9xlfd\"><a href=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/\">Iodine and Hashimotoâ€™s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/embed/#?secret=krfgO9xlfd\" data-secret=\"krfgO9xlfd\" width=\"600\" height=\"338\" title=\"&#8220;Iodine and Hashimotoâ€™s&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(9717,1201,'_oembed_time_f64919ffc4b08d3bacaafee3d9d84058','1535053650'),(9718,1201,'_thumbnail_id','1202'),(9720,1201,'_dp_original','1186'),(9721,1201,'_edit_lock','1551218615:2'),(9722,1201,'_edit_last','2'),(9723,1202,'_wp_attached_file','2019/02/DeStress-cloud-pix-600X.jpg'),(9724,1202,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:381;s:4:\"file\";s:35:\"2019/02/DeStress-cloud-pix-600X.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"DeStress-cloud-pix-600X-150x150.jpg\";s:5:\"width\";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:\"DeStress-cloud-pix-600X-300x191.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:191;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"ttshowcase_normal\";a:4:{s:4:\"file\";s:34:\"DeStress-cloud-pix-600X-125x79.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:79;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"ttshowcase_small\";a:4:{s:4:\"file\";s:33:\"DeStress-cloud-pix-600X-75x48.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:48;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"DeStress-cloud-pix-600X-230x146.jpg\";s:5:\"width\";i:230;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:33:\"DeStress-cloud-pix-600X-50x32.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:32;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:34:\"DeStress-cloud-pix-600X-118x75.jpg\";s:5:\"width\";i:118;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:33:\"DeStress-cloud-pix-600X-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:33:\"DeStress-cloud-pix-600X-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(9725,1205,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9726,1205,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9727,1205,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9728,1205,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9729,1205,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9730,1205,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9731,1205,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9732,1205,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9733,1205,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9734,1205,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9735,1205,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9736,1205,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9737,1205,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9738,1205,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9739,1205,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9740,1205,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9741,1205,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9742,1205,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9743,1205,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9744,1205,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9745,1205,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9746,1205,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9747,1205,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9748,1205,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9749,1205,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9750,1205,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9751,1205,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9752,1205,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9753,1205,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9754,1205,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9755,1205,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9756,1205,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9757,1205,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9758,1205,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9759,1205,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9760,1205,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9761,1205,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9762,1205,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9763,1205,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9764,1205,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9765,1205,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9766,1205,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9767,1205,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9768,1205,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9769,1205,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9770,1205,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9771,1205,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9772,1205,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9773,1205,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9774,1205,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9775,1205,'slide_template','default'),(9776,1205,'slide_template','default'),(9777,1205,'eg_sources_html5_mp4',''),(9778,1205,'eg_sources_html5_mp4',''),(9779,1205,'eg_sources_html5_ogv',''),(9780,1205,'eg_sources_html5_ogv',''),(9781,1205,'eg_sources_html5_webm',''),(9782,1205,'eg_sources_html5_webm',''),(9783,1205,'eg_sources_youtube',''),(9784,1205,'eg_sources_youtube',''),(9785,1205,'eg_sources_vimeo',''),(9786,1205,'eg_sources_vimeo',''),(9787,1205,'eg_sources_wistia',''),(9788,1205,'eg_sources_wistia',''),(9789,1205,'eg_sources_image',''),(9790,1205,'eg_sources_image',''),(9791,1205,'eg_sources_iframe',''),(9792,1205,'eg_sources_iframe',''),(9793,1205,'eg_sources_soundcloud',''),(9794,1205,'eg_sources_soundcloud',''),(9795,1205,'eg_vimeo_ratio','0'),(9796,1205,'eg_vimeo_ratio','0'),(9797,1205,'eg_youtube_ratio','0'),(9798,1205,'eg_youtube_ratio','0'),(9799,1205,'eg_wistia_ratio','0'),(9800,1205,'eg_wistia_ratio','0'),(9801,1205,'eg_html5_ratio','0'),(9802,1205,'eg_html5_ratio','0'),(9803,1205,'eg_soundcloud_ratio','0'),(9804,1205,'eg_soundcloud_ratio','0'),(9805,1205,'eg_settings_custom_meta_skin',''),(9806,1205,'eg_settings_custom_meta_skin',''),(9807,1205,'eg_settings_custom_meta_element',''),(9808,1205,'eg_settings_custom_meta_element',''),(9809,1205,'eg_settings_custom_meta_setting',''),(9810,1205,'eg_settings_custom_meta_setting',''),(9811,1205,'eg_settings_custom_meta_style',''),(9812,1205,'eg_settings_custom_meta_style',''),(9813,1205,'mfn-post-hide-content','0'),(9814,1205,'mfn-post-hide-content','0'),(9815,1205,'mfn-post-slider','0'),(9816,1205,'mfn-post-slider','0'),(9817,1205,'mfn-post-slider-layer','0'),(9818,1205,'mfn-post-slider-layer','0'),(9819,1205,'mfn-post-hide-title','1'),(9820,1205,'mfn-post-hide-title','1'),(9821,1205,'mfn-post-remove-padding','0'),(9822,1205,'mfn-post-remove-padding','0'),(9823,1205,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(9824,1205,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(9825,1205,'mfn-post-hide-image','1'),(9826,1205,'mfn-post-hide-image','1'),(9827,1205,'_wpb_vc_js_status','true'),(9828,1205,'_wpb_vc_js_status','true'),(9829,1205,'mfn-post-love','0'),(9830,1205,'mfn-post-love','0'),(9831,1205,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(9832,1205,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(9833,1205,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(9834,1205,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(9835,1205,'_wp_old_slug','blog-title-03'),(9836,1205,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(9837,1205,'_wp_old_slug','blog-title-03'),(9838,1205,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(9839,1205,'mfn-post-sidebar','0'),(9840,1205,'mfn-post-sidebar','0'),(9841,1205,'mfn-post-sidebar2','0'),(9842,1205,'mfn-post-sidebar2','0'),(9843,1205,'_oembed_70c3f7c0b35f507260fceba4aa944398','{{unknown}}'),(9844,1205,'_oembed_3e601594e527c050109c115dc0343e65','{{unknown}}'),(9845,1205,'_oembed_9b1ceae82700066b420cbf8220005e44','<blockquote class=\"wp-embedded-content\" data-secret=\"kASrIgvovz\"><a href=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/\">Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/embed/#?secret=kASrIgvovz\" data-secret=\"kASrIgvovz\" width=\"600\" height=\"338\" title=\"&#8220;Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO&#8221; &#8212; The Paleo Diet  - Robb Wolf on Paleolithic nutrition, intermittent fasting, and fitness\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(9846,1205,'_oembed_time_9b1ceae82700066b420cbf8220005e44','1526497634'),(9847,1205,'_oembed_23dc491aeb7984be5b7c3de7f8f733eb','<blockquote class=\"wp-embedded-content\" data-secret=\"WlCV7gXJBc\"><a href=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/\">RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/embed/#?secret=WlCV7gXJBc\" data-secret=\"WlCV7gXJBc\" width=\"600\" height=\"338\" title=\"&#8220;RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown&#8221; &#8212; Chris Kresser\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(9848,1205,'_oembed_time_23dc491aeb7984be5b7c3de7f8f733eb','1526497635'),(9849,1205,'_oembed_358a61ccc8bf2354ef1120fed79c344e','<blockquote class=\"wp-embedded-content\" data-secret=\"shaF4RzKZS\"><a href=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/\">Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/embed/#?secret=shaF4RzKZS\" data-secret=\"shaF4RzKZS\" width=\"600\" height=\"338\" title=\"&#8220;Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(9850,1205,'_oembed_time_358a61ccc8bf2354ef1120fed79c344e','1526497638'),(9851,1205,'_oembed_af0b1f39f6e075a34328aef17f250879','{{unknown}}'),(9852,1205,'_oembed_f714c39f6931f083180b36cf45638a8c','{{unknown}}'),(9853,1205,'_oembed_5000284a6c9c5bcbac8ae34dc7be08b7','{{unknown}}'),(9854,1205,'_oembed_63b1fcb3e0dc43453aedb68f431c75c2','<blockquote class=\"wp-embedded-content\" data-secret=\"oZNLMh7ADK\"><a href=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/\">How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/embed/#?secret=oZNLMh7ADK\" data-secret=\"oZNLMh7ADK\" width=\"600\" height=\"338\" title=\"&#8220;How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(9855,1205,'_oembed_time_63b1fcb3e0dc43453aedb68f431c75c2','1529526804'),(9856,1205,'_oembed_0dc928c90b7c768760131f493fc3b3d6','{{unknown}}'),(9857,1205,'_oembed_d7841c341108008601fa6bfd45e9877d','{{unknown}}'),(9858,1205,'_oembed_40a13cbe0598cd34470e2068d6d5b1b0','{{unknown}}'),(9859,1205,'_oembed_88288a6a8fdc1892db3639b1a045fbbf','<blockquote class=\"wp-embedded-content\" data-secret=\"JR2TSdbz6i\"><a href=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/\">Changing your diet is the first step in addressing Hashimoto&#8217;s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/embed/#?secret=JR2TSdbz6i\" data-secret=\"JR2TSdbz6i\" width=\"600\" height=\"338\" title=\"&#8220;Changing your diet is the first step in addressing Hashimoto&#8217;s&#8221; &#8212; Dr. K. News\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(9860,1205,'_oembed_time_88288a6a8fdc1892db3639b1a045fbbf','1535053648'),(9861,1205,'_oembed_6bfdd057756c7c58246362901ea9cc5a','<blockquote class=\"wp-embedded-content\" data-secret=\"EL52QLJFmX\"><a href=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/\">What To Do If Your TSH Is Normal and You Are Anything But!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/embed/#?secret=EL52QLJFmX\" data-secret=\"EL52QLJFmX\" width=\"600\" height=\"338\" title=\"&#8220;What To Do If Your TSH Is Normal and You Are Anything But!&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(9862,1205,'_oembed_time_6bfdd057756c7c58246362901ea9cc5a','1535053650'),(9863,1205,'_oembed_f64919ffc4b08d3bacaafee3d9d84058','<blockquote class=\"wp-embedded-content\" data-secret=\"krfgO9xlfd\"><a href=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/\">Iodine and Hashimotoâ€™s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/embed/#?secret=krfgO9xlfd\" data-secret=\"krfgO9xlfd\" width=\"600\" height=\"338\" title=\"&#8220;Iodine and Hashimotoâ€™s&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(9864,1205,'_oembed_time_f64919ffc4b08d3bacaafee3d9d84058','1535053650'),(9865,1205,'_thumbnail_id','1206'),(9867,1205,'_dp_original','1196'),(9868,1205,'_edit_lock','1551303667:2'),(9869,1205,'_edit_last','2'),(9870,1206,'_wp_attached_file','2019/02/Collagen-benefits-600X600.jpg'),(9871,1206,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:37:\"2019/02/Collagen-benefits-600X600.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Collagen-benefits-600X600-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"Collagen-benefits-600X600-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:37:\"Collagen-benefits-600X600-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:35:\"Collagen-benefits-600X600-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"Collagen-benefits-600X600-146x146.jpg\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:35:\"Collagen-benefits-600X600-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:35:\"Collagen-benefits-600X600-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:35:\"Collagen-benefits-600X600-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:35:\"Collagen-benefits-600X600-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:37:\"Collagen-benefits-600X600-600x500.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:37:\"Collagen-benefits-600X600-600x480.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:480;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:{}}}'),(9872,1205,'_oembed_6fa29d8ff8ee70be30a1769257ba981d','{{unknown}}'),(9873,1209,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9874,1209,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9875,1209,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9876,1209,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9877,1209,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9878,1209,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9879,1209,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9880,1209,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9881,1209,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9882,1209,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9883,1209,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9884,1209,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9885,1209,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9886,1209,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9887,1209,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9888,1209,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9889,1209,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9890,1209,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9891,1209,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9892,1209,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9893,1209,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9894,1209,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9895,1209,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9896,1209,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9897,1209,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9898,1209,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9899,1209,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9900,1209,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9901,1209,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9902,1209,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9903,1209,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9904,1209,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9905,1209,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9906,1209,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9907,1209,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9908,1209,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9909,1209,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9910,1209,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9911,1209,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9912,1209,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9913,1209,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9914,1209,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9915,1209,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9916,1209,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9917,1209,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9918,1209,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9919,1209,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9920,1209,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9921,1209,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9922,1209,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9923,1209,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(9924,1209,'slide_template','default'),(9925,1209,'slide_template','default'),(9926,1209,'eg_sources_html5_mp4',''),(9927,1209,'eg_sources_html5_mp4',''),(9928,1209,'eg_sources_html5_ogv',''),(9929,1209,'eg_sources_html5_ogv',''),(9930,1209,'eg_sources_html5_webm',''),(9931,1209,'eg_sources_html5_webm',''),(9932,1209,'eg_sources_youtube',''),(9933,1209,'eg_sources_youtube',''),(9934,1209,'eg_sources_vimeo',''),(9935,1209,'eg_sources_vimeo',''),(9936,1209,'eg_sources_wistia',''),(9937,1209,'eg_sources_wistia',''),(9938,1209,'eg_sources_image',''),(9939,1209,'eg_sources_image',''),(9940,1209,'eg_sources_iframe',''),(9941,1209,'eg_sources_iframe',''),(9942,1209,'eg_sources_soundcloud',''),(9943,1209,'eg_sources_soundcloud',''),(9944,1209,'eg_vimeo_ratio','0'),(9945,1209,'eg_vimeo_ratio','0'),(9946,1209,'eg_youtube_ratio','0'),(9947,1209,'eg_youtube_ratio','0'),(9948,1209,'eg_wistia_ratio','0'),(9949,1209,'eg_wistia_ratio','0'),(9950,1209,'eg_html5_ratio','0'),(9951,1209,'eg_html5_ratio','0'),(9952,1209,'eg_soundcloud_ratio','0'),(9953,1209,'eg_soundcloud_ratio','0'),(9954,1209,'eg_settings_custom_meta_skin',''),(9955,1209,'eg_settings_custom_meta_skin',''),(9956,1209,'eg_settings_custom_meta_element',''),(9957,1209,'eg_settings_custom_meta_element',''),(9958,1209,'eg_settings_custom_meta_setting',''),(9959,1209,'eg_settings_custom_meta_setting',''),(9960,1209,'eg_settings_custom_meta_style',''),(9961,1209,'eg_settings_custom_meta_style',''),(9962,1209,'mfn-post-hide-content','0'),(9963,1209,'mfn-post-hide-content','0'),(9964,1209,'mfn-post-slider','0'),(9965,1209,'mfn-post-slider','0'),(9966,1209,'mfn-post-slider-layer','0'),(9967,1209,'mfn-post-slider-layer','0'),(9968,1209,'mfn-post-hide-title','1'),(9969,1209,'mfn-post-hide-title','1'),(9970,1209,'mfn-post-remove-padding','0'),(9971,1209,'mfn-post-remove-padding','0'),(9972,1209,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(9973,1209,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(9974,1209,'mfn-post-hide-image','1'),(9975,1209,'mfn-post-hide-image','1'),(9976,1209,'_wpb_vc_js_status','true'),(9977,1209,'_wpb_vc_js_status','true'),(9978,1209,'mfn-post-love','0'),(9979,1209,'mfn-post-love','0'),(9980,1209,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(9981,1209,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(9982,1209,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(9983,1209,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(9984,1209,'_wp_old_slug','blog-title-03'),(9985,1209,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(9986,1209,'_wp_old_slug','blog-title-03'),(9987,1209,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(9988,1209,'mfn-post-sidebar','0'),(9989,1209,'mfn-post-sidebar','0'),(9990,1209,'mfn-post-sidebar2','0'),(9991,1209,'mfn-post-sidebar2','0'),(9992,1209,'_oembed_70c3f7c0b35f507260fceba4aa944398','{{unknown}}'),(9993,1209,'_oembed_3e601594e527c050109c115dc0343e65','{{unknown}}'),(9994,1209,'_oembed_9b1ceae82700066b420cbf8220005e44','<blockquote class=\"wp-embedded-content\" data-secret=\"kASrIgvovz\"><a href=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/\">Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/embed/#?secret=kASrIgvovz\" data-secret=\"kASrIgvovz\" width=\"600\" height=\"338\" title=\"&#8220;Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO&#8221; &#8212; The Paleo Diet  - Robb Wolf on Paleolithic nutrition, intermittent fasting, and fitness\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(9995,1209,'_oembed_time_9b1ceae82700066b420cbf8220005e44','1526497634'),(9996,1209,'_oembed_23dc491aeb7984be5b7c3de7f8f733eb','<blockquote class=\"wp-embedded-content\" data-secret=\"WlCV7gXJBc\"><a href=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/\">RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/embed/#?secret=WlCV7gXJBc\" data-secret=\"WlCV7gXJBc\" width=\"600\" height=\"338\" title=\"&#8220;RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown&#8221; &#8212; Chris Kresser\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(9997,1209,'_oembed_time_23dc491aeb7984be5b7c3de7f8f733eb','1526497635'),(9998,1209,'_oembed_358a61ccc8bf2354ef1120fed79c344e','<blockquote class=\"wp-embedded-content\" data-secret=\"shaF4RzKZS\"><a href=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/\">Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/embed/#?secret=shaF4RzKZS\" data-secret=\"shaF4RzKZS\" width=\"600\" height=\"338\" title=\"&#8220;Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(9999,1209,'_oembed_time_358a61ccc8bf2354ef1120fed79c344e','1526497638'),(10000,1209,'_oembed_af0b1f39f6e075a34328aef17f250879','{{unknown}}'),(10001,1209,'_oembed_f714c39f6931f083180b36cf45638a8c','{{unknown}}'),(10002,1209,'_oembed_5000284a6c9c5bcbac8ae34dc7be08b7','{{unknown}}'),(10003,1209,'_oembed_63b1fcb3e0dc43453aedb68f431c75c2','<blockquote class=\"wp-embedded-content\" data-secret=\"oZNLMh7ADK\"><a href=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/\">How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/embed/#?secret=oZNLMh7ADK\" data-secret=\"oZNLMh7ADK\" width=\"600\" height=\"338\" title=\"&#8220;How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(10004,1209,'_oembed_time_63b1fcb3e0dc43453aedb68f431c75c2','1529526804'),(10005,1209,'_oembed_0dc928c90b7c768760131f493fc3b3d6','{{unknown}}'),(10006,1209,'_oembed_d7841c341108008601fa6bfd45e9877d','{{unknown}}'),(10007,1209,'_oembed_40a13cbe0598cd34470e2068d6d5b1b0','{{unknown}}'),(10008,1209,'_oembed_88288a6a8fdc1892db3639b1a045fbbf','<blockquote class=\"wp-embedded-content\" data-secret=\"JR2TSdbz6i\"><a href=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/\">Changing your diet is the first step in addressing Hashimoto&#8217;s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/embed/#?secret=JR2TSdbz6i\" data-secret=\"JR2TSdbz6i\" width=\"600\" height=\"338\" title=\"&#8220;Changing your diet is the first step in addressing Hashimoto&#8217;s&#8221; &#8212; Dr. K. News\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(10009,1209,'_oembed_time_88288a6a8fdc1892db3639b1a045fbbf','1535053648'),(10010,1209,'_oembed_6bfdd057756c7c58246362901ea9cc5a','<blockquote class=\"wp-embedded-content\" data-secret=\"EL52QLJFmX\"><a href=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/\">What To Do If Your TSH Is Normal and You Are Anything But!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/embed/#?secret=EL52QLJFmX\" data-secret=\"EL52QLJFmX\" width=\"600\" height=\"338\" title=\"&#8220;What To Do If Your TSH Is Normal and You Are Anything But!&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(10011,1209,'_oembed_time_6bfdd057756c7c58246362901ea9cc5a','1535053650'),(10012,1209,'_oembed_f64919ffc4b08d3bacaafee3d9d84058','<blockquote class=\"wp-embedded-content\" data-secret=\"krfgO9xlfd\"><a href=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/\">Iodine and Hashimotoâ€™s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/embed/#?secret=krfgO9xlfd\" data-secret=\"krfgO9xlfd\" width=\"600\" height=\"338\" title=\"&#8220;Iodine and Hashimotoâ€™s&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(10013,1209,'_oembed_time_f64919ffc4b08d3bacaafee3d9d84058','1535053650'),(10014,1209,'_thumbnail_id','1210'),(10016,1209,'_dp_original','1201'),(10017,1209,'_edit_lock','1553619161:2'),(10018,1209,'_edit_last','2'),(10019,1210,'_wp_attached_file','2019/03/Leaky-Gut-599X599.png'),(10020,1210,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:599;s:6:\"height\";i:599;s:4:\"file\";s:29:\"2019/03/Leaky-Gut-599X599.png\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Leaky-Gut-599X599-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:29:\"Leaky-Gut-599X599-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"ttshowcase_normal\";a:4:{s:4:\"file\";s:29:\"Leaky-Gut-599X599-125x125.png\";s:5:\"width\";i:125;s:6:\"height\";i:125;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"ttshowcase_small\";a:4:{s:4:\"file\";s:27:\"Leaky-Gut-599X599-75x75.png\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"Leaky-Gut-599X599-146x146.png\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:27:\"Leaky-Gut-599X599-50x50.png\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:27:\"Leaky-Gut-599X599-75x75.png\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:27:\"Leaky-Gut-599X599-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:27:\"Leaky-Gut-599X599-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:29:\"Leaky-Gut-599X599-599x500.png\";s:5:\"width\";i:599;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:29:\"Leaky-Gut-599X599-599x480.png\";s:5:\"width\";i:599;s:6:\"height\";i:480;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:{}}}'),(10022,1214,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10023,1214,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10024,1214,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10025,1214,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10026,1214,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10027,1214,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10028,1214,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10029,1214,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10030,1214,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10031,1214,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10032,1214,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10033,1214,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10034,1214,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10035,1214,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10036,1214,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10037,1214,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10038,1214,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10039,1214,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10040,1214,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10041,1214,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10042,1214,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10043,1214,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10044,1214,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10045,1214,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10046,1214,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10047,1214,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10048,1214,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10049,1214,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10050,1214,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10051,1214,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10052,1214,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10053,1214,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10054,1214,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10055,1214,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10056,1214,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10057,1214,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10058,1214,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10059,1214,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10060,1214,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10061,1214,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10062,1214,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10063,1214,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10064,1214,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10065,1214,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10066,1214,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10067,1214,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10068,1214,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10069,1214,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10070,1214,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10071,1214,'slide_template','default'),(10072,1214,'slide_template','default'),(10073,1214,'eg_sources_html5_mp4',''),(10074,1214,'eg_sources_html5_mp4',''),(10075,1214,'eg_sources_html5_ogv',''),(10076,1214,'eg_sources_html5_ogv',''),(10077,1214,'eg_sources_html5_webm',''),(10078,1214,'eg_sources_html5_webm',''),(10079,1214,'eg_sources_youtube',''),(10080,1214,'eg_sources_youtube',''),(10081,1214,'eg_sources_vimeo',''),(10082,1214,'eg_sources_vimeo',''),(10083,1214,'eg_sources_wistia',''),(10084,1214,'eg_sources_wistia',''),(10085,1214,'eg_sources_image',''),(10086,1214,'eg_sources_image',''),(10087,1214,'eg_sources_iframe',''),(10088,1214,'eg_sources_iframe',''),(10089,1214,'eg_sources_soundcloud',''),(10090,1214,'eg_sources_soundcloud',''),(10091,1214,'eg_vimeo_ratio','0'),(10092,1214,'eg_vimeo_ratio','0'),(10093,1214,'eg_youtube_ratio','0'),(10094,1214,'eg_youtube_ratio','0'),(10095,1214,'eg_wistia_ratio','0'),(10096,1214,'eg_wistia_ratio','0'),(10097,1214,'eg_html5_ratio','0'),(10098,1214,'eg_html5_ratio','0'),(10099,1214,'eg_soundcloud_ratio','0'),(10100,1214,'eg_soundcloud_ratio','0'),(10101,1214,'eg_settings_custom_meta_skin',''),(10102,1214,'eg_settings_custom_meta_skin',''),(10103,1214,'eg_settings_custom_meta_element',''),(10104,1214,'eg_settings_custom_meta_element',''),(10105,1214,'eg_settings_custom_meta_setting',''),(10106,1214,'eg_settings_custom_meta_setting',''),(10107,1214,'eg_settings_custom_meta_style',''),(10108,1214,'eg_settings_custom_meta_style',''),(10109,1214,'mfn-post-hide-content','0'),(10110,1214,'mfn-post-hide-content','0'),(10111,1214,'mfn-post-slider','0'),(10112,1214,'mfn-post-slider','0'),(10113,1214,'mfn-post-slider-layer','0'),(10114,1214,'mfn-post-slider-layer','0'),(10115,1214,'mfn-post-hide-title','1'),(10116,1214,'mfn-post-hide-title','1'),(10117,1214,'mfn-post-remove-padding','0'),(10118,1214,'mfn-post-remove-padding','0'),(10119,1214,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(10120,1214,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(10121,1214,'mfn-post-hide-image','1'),(10122,1214,'mfn-post-hide-image','1'),(10123,1214,'_wpb_vc_js_status','true'),(10124,1214,'_wpb_vc_js_status','true'),(10125,1214,'mfn-post-love','0'),(10126,1214,'mfn-post-love','0'),(10127,1214,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(10128,1214,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(10129,1214,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(10130,1214,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(10131,1214,'_wp_old_slug','blog-title-03'),(10132,1214,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(10133,1214,'_wp_old_slug','blog-title-03'),(10134,1214,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(10135,1214,'mfn-post-sidebar','0'),(10136,1214,'mfn-post-sidebar','0'),(10137,1214,'mfn-post-sidebar2','0'),(10138,1214,'mfn-post-sidebar2','0'),(10139,1214,'_oembed_70c3f7c0b35f507260fceba4aa944398','{{unknown}}'),(10140,1214,'_oembed_3e601594e527c050109c115dc0343e65','{{unknown}}'),(10141,1214,'_oembed_9b1ceae82700066b420cbf8220005e44','<blockquote class=\"wp-embedded-content\" data-secret=\"kASrIgvovz\"><a href=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/\">Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/embed/#?secret=kASrIgvovz\" data-secret=\"kASrIgvovz\" width=\"600\" height=\"338\" title=\"&#8220;Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO&#8221; &#8212; The Paleo Diet  - Robb Wolf on Paleolithic nutrition, intermittent fasting, and fitness\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(10142,1214,'_oembed_time_9b1ceae82700066b420cbf8220005e44','1526497634'),(10143,1214,'_oembed_23dc491aeb7984be5b7c3de7f8f733eb','<blockquote class=\"wp-embedded-content\" data-secret=\"WlCV7gXJBc\"><a href=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/\">RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/embed/#?secret=WlCV7gXJBc\" data-secret=\"WlCV7gXJBc\" width=\"600\" height=\"338\" title=\"&#8220;RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown&#8221; &#8212; Chris Kresser\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(10144,1214,'_oembed_time_23dc491aeb7984be5b7c3de7f8f733eb','1526497635'),(10145,1214,'_oembed_358a61ccc8bf2354ef1120fed79c344e','<blockquote class=\"wp-embedded-content\" data-secret=\"shaF4RzKZS\"><a href=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/\">Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/embed/#?secret=shaF4RzKZS\" data-secret=\"shaF4RzKZS\" width=\"600\" height=\"338\" title=\"&#8220;Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(10146,1214,'_oembed_time_358a61ccc8bf2354ef1120fed79c344e','1526497638'),(10147,1214,'_oembed_af0b1f39f6e075a34328aef17f250879','{{unknown}}'),(10148,1214,'_oembed_f714c39f6931f083180b36cf45638a8c','{{unknown}}'),(10149,1214,'_oembed_5000284a6c9c5bcbac8ae34dc7be08b7','{{unknown}}'),(10150,1214,'_oembed_63b1fcb3e0dc43453aedb68f431c75c2','<blockquote class=\"wp-embedded-content\" data-secret=\"oZNLMh7ADK\"><a href=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/\">How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/embed/#?secret=oZNLMh7ADK\" data-secret=\"oZNLMh7ADK\" width=\"600\" height=\"338\" title=\"&#8220;How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(10151,1214,'_oembed_time_63b1fcb3e0dc43453aedb68f431c75c2','1529526804'),(10152,1214,'_oembed_0dc928c90b7c768760131f493fc3b3d6','{{unknown}}'),(10153,1214,'_oembed_d7841c341108008601fa6bfd45e9877d','{{unknown}}'),(10154,1214,'_oembed_40a13cbe0598cd34470e2068d6d5b1b0','{{unknown}}'),(10155,1214,'_oembed_88288a6a8fdc1892db3639b1a045fbbf','<blockquote class=\"wp-embedded-content\" data-secret=\"JR2TSdbz6i\"><a href=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/\">Changing your diet is the first step in addressing Hashimoto&#8217;s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/embed/#?secret=JR2TSdbz6i\" data-secret=\"JR2TSdbz6i\" width=\"600\" height=\"338\" title=\"&#8220;Changing your diet is the first step in addressing Hashimoto&#8217;s&#8221; &#8212; Dr. K. News\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(10156,1214,'_oembed_time_88288a6a8fdc1892db3639b1a045fbbf','1535053648'),(10157,1214,'_oembed_6bfdd057756c7c58246362901ea9cc5a','<blockquote class=\"wp-embedded-content\" data-secret=\"EL52QLJFmX\"><a href=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/\">What To Do If Your TSH Is Normal and You Are Anything But!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/embed/#?secret=EL52QLJFmX\" data-secret=\"EL52QLJFmX\" width=\"600\" height=\"338\" title=\"&#8220;What To Do If Your TSH Is Normal and You Are Anything But!&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(10158,1214,'_oembed_time_6bfdd057756c7c58246362901ea9cc5a','1535053650'),(10159,1214,'_oembed_f64919ffc4b08d3bacaafee3d9d84058','<blockquote class=\"wp-embedded-content\" data-secret=\"krfgO9xlfd\"><a href=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/\">Iodine and Hashimotoâ€™s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/embed/#?secret=krfgO9xlfd\" data-secret=\"krfgO9xlfd\" width=\"600\" height=\"338\" title=\"&#8220;Iodine and Hashimotoâ€™s&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(10160,1214,'_oembed_time_f64919ffc4b08d3bacaafee3d9d84058','1535053650'),(10162,1214,'_thumbnail_id','1215'),(10163,1214,'_dp_original','1176'),(10164,1214,'_edit_lock','1553714776:2'),(10165,1214,'_edit_last','2'),(10166,1215,'_wp_attached_file','2019/03/Pain-body-600X600.jpg'),(10167,1215,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:29:\"2019/03/Pain-body-600X600.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Pain-body-600X600-150x150.jpg\";s:5:\"width\";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:\"Pain-body-600X600-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:29:\"Pain-body-600X600-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:27:\"Pain-body-600X600-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"Pain-body-600X600-146x146.jpg\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:27:\"Pain-body-600X600-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:27:\"Pain-body-600X600-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:27:\"Pain-body-600X600-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:27:\"Pain-body-600X600-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:29:\"Pain-body-600X600-600x500.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:29:\"Pain-body-600X600-600x480.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:480;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:{}}}'),(10168,1220,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10169,1220,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10170,1220,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10171,1220,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10172,1220,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10173,1220,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10174,1220,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10175,1220,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10176,1220,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10177,1220,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10178,1220,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10179,1220,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10180,1220,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10181,1220,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10182,1220,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10183,1220,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10184,1220,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10185,1220,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10186,1220,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10187,1220,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10188,1220,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10189,1220,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10190,1220,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10191,1220,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10192,1220,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10193,1220,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10194,1220,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10195,1220,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10196,1220,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10197,1220,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10198,1220,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10199,1220,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10200,1220,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10201,1220,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10202,1220,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10203,1220,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10204,1220,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10205,1220,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10206,1220,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10207,1220,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10208,1220,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10209,1220,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10210,1220,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10211,1220,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10212,1220,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10213,1220,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10214,1220,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10215,1220,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10216,1220,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10217,1220,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10218,1220,'slide_template','default'),(10219,1220,'slide_template','default'),(10220,1220,'eg_sources_html5_mp4',''),(10221,1220,'eg_sources_html5_mp4',''),(10222,1220,'eg_sources_html5_ogv',''),(10223,1220,'eg_sources_html5_ogv',''),(10224,1220,'eg_sources_html5_webm',''),(10225,1220,'eg_sources_html5_webm',''),(10226,1220,'eg_sources_youtube',''),(10227,1220,'eg_sources_youtube',''),(10228,1220,'eg_sources_vimeo',''),(10229,1220,'eg_sources_vimeo',''),(10230,1220,'eg_sources_wistia',''),(10231,1220,'eg_sources_wistia',''),(10232,1220,'eg_sources_image',''),(10233,1220,'eg_sources_image',''),(10234,1220,'eg_sources_iframe',''),(10235,1220,'eg_sources_iframe',''),(10236,1220,'eg_sources_soundcloud',''),(10237,1220,'eg_sources_soundcloud',''),(10238,1220,'eg_vimeo_ratio','0'),(10239,1220,'eg_vimeo_ratio','0'),(10240,1220,'eg_youtube_ratio','0'),(10241,1220,'eg_youtube_ratio','0'),(10242,1220,'eg_wistia_ratio','0'),(10243,1220,'eg_wistia_ratio','0'),(10244,1220,'eg_html5_ratio','0'),(10245,1220,'eg_html5_ratio','0'),(10246,1220,'eg_soundcloud_ratio','0'),(10247,1220,'eg_soundcloud_ratio','0'),(10248,1220,'eg_settings_custom_meta_skin',''),(10249,1220,'eg_settings_custom_meta_skin',''),(10250,1220,'eg_settings_custom_meta_element',''),(10251,1220,'eg_settings_custom_meta_element',''),(10252,1220,'eg_settings_custom_meta_setting',''),(10253,1220,'eg_settings_custom_meta_setting',''),(10254,1220,'eg_settings_custom_meta_style',''),(10255,1220,'eg_settings_custom_meta_style',''),(10256,1220,'mfn-post-hide-content','0'),(10257,1220,'mfn-post-hide-content','0'),(10258,1220,'mfn-post-slider','0'),(10259,1220,'mfn-post-slider','0'),(10260,1220,'mfn-post-slider-layer','0'),(10261,1220,'mfn-post-slider-layer','0'),(10262,1220,'mfn-post-hide-title','1'),(10263,1220,'mfn-post-hide-title','1'),(10264,1220,'mfn-post-remove-padding','0'),(10265,1220,'mfn-post-remove-padding','0'),(10266,1220,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(10267,1220,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(10268,1220,'mfn-post-hide-image','1'),(10269,1220,'mfn-post-hide-image','1'),(10270,1220,'_wpb_vc_js_status','true'),(10271,1220,'_wpb_vc_js_status','true'),(10272,1220,'mfn-post-love','0'),(10273,1220,'mfn-post-love','0'),(10274,1220,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(10275,1220,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(10276,1220,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(10277,1220,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(10278,1220,'_wp_old_slug','blog-title-03'),(10279,1220,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(10280,1220,'_wp_old_slug','blog-title-03'),(10281,1220,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(10282,1220,'mfn-post-sidebar','0'),(10283,1220,'mfn-post-sidebar','0'),(10284,1220,'mfn-post-sidebar2','0'),(10285,1220,'mfn-post-sidebar2','0'),(10286,1220,'_oembed_70c3f7c0b35f507260fceba4aa944398','{{unknown}}'),(10287,1220,'_oembed_3e601594e527c050109c115dc0343e65','{{unknown}}'),(10288,1220,'_oembed_9b1ceae82700066b420cbf8220005e44','<blockquote class=\"wp-embedded-content\" data-secret=\"kASrIgvovz\"><a href=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/\">Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/embed/#?secret=kASrIgvovz\" data-secret=\"kASrIgvovz\" width=\"600\" height=\"338\" title=\"&#8220;Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO&#8221; &#8212; The Paleo Diet  - Robb Wolf on Paleolithic nutrition, intermittent fasting, and fitness\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(10289,1220,'_oembed_time_9b1ceae82700066b420cbf8220005e44','1526497634'),(10290,1220,'_oembed_23dc491aeb7984be5b7c3de7f8f733eb','<blockquote class=\"wp-embedded-content\" data-secret=\"WlCV7gXJBc\"><a href=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/\">RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/embed/#?secret=WlCV7gXJBc\" data-secret=\"WlCV7gXJBc\" width=\"600\" height=\"338\" title=\"&#8220;RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown&#8221; &#8212; Chris Kresser\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(10291,1220,'_oembed_time_23dc491aeb7984be5b7c3de7f8f733eb','1526497635'),(10292,1220,'_oembed_358a61ccc8bf2354ef1120fed79c344e','<blockquote class=\"wp-embedded-content\" data-secret=\"shaF4RzKZS\"><a href=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/\">Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/embed/#?secret=shaF4RzKZS\" data-secret=\"shaF4RzKZS\" width=\"600\" height=\"338\" title=\"&#8220;Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(10293,1220,'_oembed_time_358a61ccc8bf2354ef1120fed79c344e','1526497638'),(10294,1220,'_oembed_af0b1f39f6e075a34328aef17f250879','{{unknown}}'),(10295,1220,'_oembed_f714c39f6931f083180b36cf45638a8c','{{unknown}}'),(10296,1220,'_oembed_5000284a6c9c5bcbac8ae34dc7be08b7','{{unknown}}'),(10297,1220,'_oembed_63b1fcb3e0dc43453aedb68f431c75c2','<blockquote class=\"wp-embedded-content\" data-secret=\"oZNLMh7ADK\"><a href=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/\">How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/embed/#?secret=oZNLMh7ADK\" data-secret=\"oZNLMh7ADK\" width=\"600\" height=\"338\" title=\"&#8220;How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(10298,1220,'_oembed_time_63b1fcb3e0dc43453aedb68f431c75c2','1529526804'),(10299,1220,'_oembed_0dc928c90b7c768760131f493fc3b3d6','{{unknown}}'),(10300,1220,'_oembed_d7841c341108008601fa6bfd45e9877d','{{unknown}}'),(10301,1220,'_oembed_40a13cbe0598cd34470e2068d6d5b1b0','{{unknown}}'),(10302,1220,'_oembed_88288a6a8fdc1892db3639b1a045fbbf','<blockquote class=\"wp-embedded-content\" data-secret=\"JR2TSdbz6i\"><a href=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/\">Changing your diet is the first step in addressing Hashimoto&#8217;s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/embed/#?secret=JR2TSdbz6i\" data-secret=\"JR2TSdbz6i\" width=\"600\" height=\"338\" title=\"&#8220;Changing your diet is the first step in addressing Hashimoto&#8217;s&#8221; &#8212; Dr. K. News\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(10303,1220,'_oembed_time_88288a6a8fdc1892db3639b1a045fbbf','1535053648'),(10304,1220,'_oembed_6bfdd057756c7c58246362901ea9cc5a','<blockquote class=\"wp-embedded-content\" data-secret=\"EL52QLJFmX\"><a href=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/\">What To Do If Your TSH Is Normal and You Are Anything But!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/embed/#?secret=EL52QLJFmX\" data-secret=\"EL52QLJFmX\" width=\"600\" height=\"338\" title=\"&#8220;What To Do If Your TSH Is Normal and You Are Anything But!&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(10305,1220,'_oembed_time_6bfdd057756c7c58246362901ea9cc5a','1535053650'),(10306,1220,'_oembed_f64919ffc4b08d3bacaafee3d9d84058','<blockquote class=\"wp-embedded-content\" data-secret=\"krfgO9xlfd\"><a href=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/\">Iodine and Hashimotoâ€™s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/embed/#?secret=krfgO9xlfd\" data-secret=\"krfgO9xlfd\" width=\"600\" height=\"338\" title=\"&#8220;Iodine and Hashimotoâ€™s&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(10307,1220,'_oembed_time_f64919ffc4b08d3bacaafee3d9d84058','1535053650'),(10308,1220,'_thumbnail_id','1221'),(10310,1220,'_dp_original','1214'),(10311,1220,'_edit_lock','1560965807:2'),(10312,1221,'_wp_attached_file','2019/04/allergy-season-ahead-600X588.jpg'),(10313,1221,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:558;s:4:\"file\";s:40:\"2019/04/allergy-season-ahead-600X588.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"allergy-season-ahead-600X588-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"allergy-season-ahead-600X588-300x279.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:279;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"ttshowcase_normal\";a:4:{s:4:\"file\";s:40:\"allergy-season-ahead-600X588-125x116.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"ttshowcase_small\";a:4:{s:4:\"file\";s:38:\"allergy-season-ahead-600X588-75x70.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"allergy-season-ahead-600X588-157x146.jpg\";s:5:\"width\";i:157;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:38:\"allergy-season-ahead-600X588-50x47.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:38:\"allergy-season-ahead-600X588-81x75.jpg\";s:5:\"width\";i:81;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:38:\"allergy-season-ahead-600X588-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:38:\"allergy-season-ahead-600X588-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:40:\"allergy-season-ahead-600X588-600x500.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:40:\"allergy-season-ahead-600X588-600x480.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:24:\"Getty Images/iStockphoto\";s:6:\"camera\";s:10:\"NIKON D810\";s:7:\"caption\";s:35:\"Caution Sign - Allergy Season Ahead\";s:17:\"created_timestamp\";s:10:\"1506357100\";s:9:\"copyright\";s:37:\"This content is subject to copyright.\";s:12:\"focal_length\";s:3:\"112\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:50:\"Caution Sign Warning About Upcoming Allergy Season\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:13:{i:0;s:9:\"allergies\";i:1;s:8:\"seasonal\";i:2;s:7:\"medical\";i:3;s:11:\"information\";i:4;s:5:\"ahead\";i:5;s:6:\"health\";i:6;s:8:\"allergic\";i:7;s:6:\"spring\";i:8;s:10:\"healthcare\";i:9;s:7:\"caution\";i:10;s:7:\"warning\";i:11;s:7:\"concept\";i:12;s:4:\"idea\";}}}'),(10314,1220,'_edit_last','2'),(10316,1223,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10317,1223,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10318,1223,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10319,1223,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10320,1223,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10321,1223,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10322,1223,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10323,1223,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10324,1223,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10325,1223,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10326,1223,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10327,1223,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10328,1223,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10329,1223,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10330,1223,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10331,1223,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10332,1223,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10333,1223,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10334,1223,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10335,1223,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10336,1223,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10337,1223,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10338,1223,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10339,1223,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10340,1223,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10341,1223,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10342,1223,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10343,1223,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10344,1223,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10345,1223,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10346,1223,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10347,1223,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10348,1223,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10349,1223,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10350,1223,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10351,1223,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10352,1223,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10353,1223,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10354,1223,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10355,1223,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10356,1223,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10357,1223,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10358,1223,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10359,1223,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10360,1223,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10361,1223,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10362,1223,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10363,1223,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10364,1223,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10365,1223,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10366,1223,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10367,1223,'slide_template','default'),(10368,1223,'slide_template','default'),(10369,1223,'eg_sources_html5_mp4',''),(10370,1223,'eg_sources_html5_mp4',''),(10371,1223,'eg_sources_html5_ogv',''),(10372,1223,'eg_sources_html5_ogv',''),(10373,1223,'eg_sources_html5_webm',''),(10374,1223,'eg_sources_html5_webm',''),(10375,1223,'eg_sources_youtube',''),(10376,1223,'eg_sources_youtube',''),(10377,1223,'eg_sources_vimeo',''),(10378,1223,'eg_sources_vimeo',''),(10379,1223,'eg_sources_wistia',''),(10380,1223,'eg_sources_wistia',''),(10381,1223,'eg_sources_image',''),(10382,1223,'eg_sources_image',''),(10383,1223,'eg_sources_iframe',''),(10384,1223,'eg_sources_iframe',''),(10385,1223,'eg_sources_soundcloud',''),(10386,1223,'eg_sources_soundcloud',''),(10387,1223,'eg_vimeo_ratio','0'),(10388,1223,'eg_vimeo_ratio','0'),(10389,1223,'eg_youtube_ratio','0'),(10390,1223,'eg_youtube_ratio','0'),(10391,1223,'eg_wistia_ratio','0'),(10392,1223,'eg_wistia_ratio','0'),(10393,1223,'eg_html5_ratio','0'),(10394,1223,'eg_html5_ratio','0'),(10395,1223,'eg_soundcloud_ratio','0'),(10396,1223,'eg_soundcloud_ratio','0'),(10397,1223,'eg_settings_custom_meta_skin',''),(10398,1223,'eg_settings_custom_meta_skin',''),(10399,1223,'eg_settings_custom_meta_element',''),(10400,1223,'eg_settings_custom_meta_element',''),(10401,1223,'eg_settings_custom_meta_setting',''),(10402,1223,'eg_settings_custom_meta_setting',''),(10403,1223,'eg_settings_custom_meta_style',''),(10404,1223,'eg_settings_custom_meta_style',''),(10405,1223,'mfn-post-hide-content','0'),(10406,1223,'mfn-post-hide-content','0'),(10407,1223,'mfn-post-slider','0'),(10408,1223,'mfn-post-slider','0'),(10409,1223,'mfn-post-slider-layer','0'),(10410,1223,'mfn-post-slider-layer','0'),(10411,1223,'mfn-post-hide-title','1'),(10412,1223,'mfn-post-hide-title','1'),(10413,1223,'mfn-post-remove-padding','0'),(10414,1223,'mfn-post-remove-padding','0'),(10415,1223,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(10416,1223,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(10417,1223,'mfn-post-hide-image','1'),(10418,1223,'mfn-post-hide-image','1'),(10419,1223,'_wpb_vc_js_status','true'),(10420,1223,'_wpb_vc_js_status','true'),(10421,1223,'mfn-post-love','0'),(10422,1223,'mfn-post-love','0'),(10423,1223,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(10424,1223,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(10425,1223,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(10426,1223,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(10427,1223,'_wp_old_slug','blog-title-03'),(10428,1223,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(10429,1223,'_wp_old_slug','blog-title-03'),(10430,1223,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(10431,1223,'mfn-post-sidebar','0'),(10432,1223,'mfn-post-sidebar','0'),(10433,1223,'mfn-post-sidebar2','0'),(10434,1223,'mfn-post-sidebar2','0'),(10435,1223,'_oembed_70c3f7c0b35f507260fceba4aa944398','{{unknown}}'),(10436,1223,'_oembed_3e601594e527c050109c115dc0343e65','{{unknown}}'),(10437,1223,'_oembed_9b1ceae82700066b420cbf8220005e44','<blockquote class=\"wp-embedded-content\" data-secret=\"kASrIgvovz\"><a href=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/\">Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/embed/#?secret=kASrIgvovz\" data-secret=\"kASrIgvovz\" width=\"600\" height=\"338\" title=\"&#8220;Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO&#8221; &#8212; The Paleo Diet  - Robb Wolf on Paleolithic nutrition, intermittent fasting, and fitness\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(10438,1223,'_oembed_time_9b1ceae82700066b420cbf8220005e44','1526497634'),(10439,1223,'_oembed_23dc491aeb7984be5b7c3de7f8f733eb','<blockquote class=\"wp-embedded-content\" data-secret=\"WlCV7gXJBc\"><a href=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/\">RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/embed/#?secret=WlCV7gXJBc\" data-secret=\"WlCV7gXJBc\" width=\"600\" height=\"338\" title=\"&#8220;RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown&#8221; &#8212; Chris Kresser\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(10440,1223,'_oembed_time_23dc491aeb7984be5b7c3de7f8f733eb','1526497635'),(10441,1223,'_oembed_358a61ccc8bf2354ef1120fed79c344e','<blockquote class=\"wp-embedded-content\" data-secret=\"shaF4RzKZS\"><a href=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/\">Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/embed/#?secret=shaF4RzKZS\" data-secret=\"shaF4RzKZS\" width=\"600\" height=\"338\" title=\"&#8220;Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(10442,1223,'_oembed_time_358a61ccc8bf2354ef1120fed79c344e','1526497638'),(10443,1223,'_oembed_af0b1f39f6e075a34328aef17f250879','{{unknown}}'),(10444,1223,'_oembed_f714c39f6931f083180b36cf45638a8c','{{unknown}}'),(10445,1223,'_oembed_5000284a6c9c5bcbac8ae34dc7be08b7','{{unknown}}'),(10446,1223,'_oembed_63b1fcb3e0dc43453aedb68f431c75c2','<blockquote class=\"wp-embedded-content\" data-secret=\"oZNLMh7ADK\"><a href=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/\">How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/embed/#?secret=oZNLMh7ADK\" data-secret=\"oZNLMh7ADK\" width=\"600\" height=\"338\" title=\"&#8220;How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(10447,1223,'_oembed_time_63b1fcb3e0dc43453aedb68f431c75c2','1529526804'),(10448,1223,'_oembed_0dc928c90b7c768760131f493fc3b3d6','{{unknown}}'),(10449,1223,'_oembed_d7841c341108008601fa6bfd45e9877d','{{unknown}}'),(10450,1223,'_oembed_40a13cbe0598cd34470e2068d6d5b1b0','{{unknown}}'),(10451,1223,'_oembed_88288a6a8fdc1892db3639b1a045fbbf','<blockquote class=\"wp-embedded-content\" data-secret=\"JR2TSdbz6i\"><a href=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/\">Changing your diet is the first step in addressing Hashimoto&#8217;s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/embed/#?secret=JR2TSdbz6i\" data-secret=\"JR2TSdbz6i\" width=\"600\" height=\"338\" title=\"&#8220;Changing your diet is the first step in addressing Hashimoto&#8217;s&#8221; &#8212; Dr. K. News\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(10452,1223,'_oembed_time_88288a6a8fdc1892db3639b1a045fbbf','1535053648'),(10453,1223,'_oembed_6bfdd057756c7c58246362901ea9cc5a','<blockquote class=\"wp-embedded-content\" data-secret=\"EL52QLJFmX\"><a href=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/\">What To Do If Your TSH Is Normal and You Are Anything But!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/embed/#?secret=EL52QLJFmX\" data-secret=\"EL52QLJFmX\" width=\"600\" height=\"338\" title=\"&#8220;What To Do If Your TSH Is Normal and You Are Anything But!&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(10454,1223,'_oembed_time_6bfdd057756c7c58246362901ea9cc5a','1535053650'),(10455,1223,'_oembed_f64919ffc4b08d3bacaafee3d9d84058','<blockquote class=\"wp-embedded-content\" data-secret=\"krfgO9xlfd\"><a href=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/\">Iodine and Hashimotoâ€™s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/embed/#?secret=krfgO9xlfd\" data-secret=\"krfgO9xlfd\" width=\"600\" height=\"338\" title=\"&#8220;Iodine and Hashimotoâ€™s&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(10456,1223,'_oembed_time_f64919ffc4b08d3bacaafee3d9d84058','1535053650'),(10457,1223,'_thumbnail_id','1225'),(10460,1223,'_dp_original','1220'),(10461,1223,'_edit_lock','1560973509:2'),(10462,1223,'_edit_last','2'),(10463,1225,'_wp_attached_file','2019/05/Vitamin-K2-601X.jpeg'),(10464,1225,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:601;s:6:\"height\";i:463;s:4:\"file\";s:28:\"2019/05/Vitamin-K2-601X.jpeg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Vitamin-K2-601X-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"Vitamin-K2-601X-300x231.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:231;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"ttshowcase_normal\";a:4:{s:4:\"file\";s:27:\"Vitamin-K2-601X-125x96.jpeg\";s:5:\"width\";i:125;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"ttshowcase_small\";a:4:{s:4:\"file\";s:26:\"Vitamin-K2-601X-75x58.jpeg\";s:5:\"width\";i:75;s:6:\"height\";i:58;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"Vitamin-K2-601X-190x146.jpeg\";s:5:\"width\";i:190;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:26:\"Vitamin-K2-601X-50x39.jpeg\";s:5:\"width\";i:50;s:6:\"height\";i:39;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:26:\"Vitamin-K2-601X-97x75.jpeg\";s:5:\"width\";i:97;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:26:\"Vitamin-K2-601X-85x85.jpeg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:26:\"Vitamin-K2-601X-80x80.jpeg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:10:\"1526746859\";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:{}}}'),(10466,1223,'_wp_old_slug','oh-no-allergy-seasons-already-here'),(10468,1236,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10469,1236,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10470,1236,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10471,1236,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10472,1236,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10473,1236,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10474,1236,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10475,1236,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10476,1236,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10477,1236,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10478,1236,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10479,1236,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10480,1236,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10481,1236,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10482,1236,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10483,1236,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10484,1236,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10485,1236,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10486,1236,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10487,1236,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10488,1236,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10489,1236,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10490,1236,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10491,1236,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10492,1236,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10493,1236,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10494,1236,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10495,1236,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10496,1236,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10497,1236,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10498,1236,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10499,1236,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10500,1236,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10501,1236,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10502,1236,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10503,1236,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10504,1236,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10505,1236,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10506,1236,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10507,1236,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10508,1236,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10509,1236,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10510,1236,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10511,1236,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10512,1236,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10513,1236,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10514,1236,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10515,1236,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10516,1236,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10517,1236,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10518,1236,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10519,1236,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10520,1236,'slide_template','default'),(10521,1236,'slide_template','default'),(10522,1236,'eg_sources_html5_mp4',''),(10523,1236,'eg_sources_html5_mp4',''),(10524,1236,'eg_sources_html5_ogv',''),(10525,1236,'eg_sources_html5_ogv',''),(10526,1236,'eg_sources_html5_webm',''),(10527,1236,'eg_sources_html5_webm',''),(10528,1236,'eg_sources_youtube',''),(10529,1236,'eg_sources_youtube',''),(10530,1236,'eg_sources_vimeo',''),(10531,1236,'eg_sources_vimeo',''),(10532,1236,'eg_sources_wistia',''),(10533,1236,'eg_sources_wistia',''),(10534,1236,'eg_sources_image',''),(10535,1236,'eg_sources_image',''),(10536,1236,'eg_sources_iframe',''),(10537,1236,'eg_sources_iframe',''),(10538,1236,'eg_sources_soundcloud',''),(10539,1236,'eg_sources_soundcloud',''),(10540,1236,'eg_vimeo_ratio','0'),(10541,1236,'eg_vimeo_ratio','0'),(10542,1236,'eg_youtube_ratio','0'),(10543,1236,'eg_youtube_ratio','0'),(10544,1236,'eg_wistia_ratio','0'),(10545,1236,'eg_wistia_ratio','0'),(10546,1236,'eg_html5_ratio','0'),(10547,1236,'eg_html5_ratio','0'),(10548,1236,'eg_soundcloud_ratio','0'),(10549,1236,'eg_soundcloud_ratio','0'),(10550,1236,'eg_settings_custom_meta_skin',''),(10551,1236,'eg_settings_custom_meta_skin',''),(10552,1236,'eg_settings_custom_meta_element',''),(10553,1236,'eg_settings_custom_meta_element',''),(10554,1236,'eg_settings_custom_meta_setting',''),(10555,1236,'eg_settings_custom_meta_setting',''),(10556,1236,'eg_settings_custom_meta_style',''),(10557,1236,'eg_settings_custom_meta_style',''),(10558,1236,'mfn-post-hide-content','0'),(10559,1236,'mfn-post-hide-content','0'),(10560,1236,'mfn-post-slider','0'),(10561,1236,'mfn-post-slider','0'),(10562,1236,'mfn-post-slider-layer','0'),(10563,1236,'mfn-post-slider-layer','0'),(10564,1236,'mfn-post-hide-title','1'),(10565,1236,'mfn-post-hide-title','1'),(10566,1236,'mfn-post-remove-padding','0'),(10567,1236,'mfn-post-remove-padding','0'),(10568,1236,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(10569,1236,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(10570,1236,'mfn-post-hide-image','1'),(10571,1236,'mfn-post-hide-image','1'),(10572,1236,'_wpb_vc_js_status','true'),(10573,1236,'_wpb_vc_js_status','true'),(10574,1236,'mfn-post-love','0'),(10575,1236,'mfn-post-love','0'),(10576,1236,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(10577,1236,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(10578,1236,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(10579,1236,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(10580,1236,'_wp_old_slug','blog-title-03'),(10581,1236,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(10582,1236,'_wp_old_slug','blog-title-03'),(10583,1236,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(10584,1236,'_wp_old_slug','oh-no-allergy-seasons-already-here'),(10585,1236,'mfn-post-sidebar','0'),(10586,1236,'mfn-post-sidebar','0'),(10587,1236,'mfn-post-sidebar2','0'),(10588,1236,'mfn-post-sidebar2','0'),(10589,1236,'_oembed_70c3f7c0b35f507260fceba4aa944398','{{unknown}}'),(10590,1236,'_oembed_3e601594e527c050109c115dc0343e65','{{unknown}}'),(10591,1236,'_oembed_9b1ceae82700066b420cbf8220005e44','<blockquote class=\"wp-embedded-content\" data-secret=\"kASrIgvovz\"><a href=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/\">Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/embed/#?secret=kASrIgvovz\" data-secret=\"kASrIgvovz\" width=\"600\" height=\"338\" title=\"&#8220;Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO&#8221; &#8212; The Paleo Diet  - Robb Wolf on Paleolithic nutrition, intermittent fasting, and fitness\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(10592,1236,'_oembed_time_9b1ceae82700066b420cbf8220005e44','1526497634'),(10593,1236,'_oembed_23dc491aeb7984be5b7c3de7f8f733eb','<blockquote class=\"wp-embedded-content\" data-secret=\"WlCV7gXJBc\"><a href=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/\">RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/embed/#?secret=WlCV7gXJBc\" data-secret=\"WlCV7gXJBc\" width=\"600\" height=\"338\" title=\"&#8220;RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown&#8221; &#8212; Chris Kresser\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(10594,1236,'_oembed_time_23dc491aeb7984be5b7c3de7f8f733eb','1526497635'),(10595,1236,'_oembed_358a61ccc8bf2354ef1120fed79c344e','<blockquote class=\"wp-embedded-content\" data-secret=\"shaF4RzKZS\"><a href=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/\">Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/embed/#?secret=shaF4RzKZS\" data-secret=\"shaF4RzKZS\" width=\"600\" height=\"338\" title=\"&#8220;Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(10596,1236,'_oembed_time_358a61ccc8bf2354ef1120fed79c344e','1526497638'),(10597,1236,'_oembed_af0b1f39f6e075a34328aef17f250879','{{unknown}}'),(10598,1236,'_oembed_f714c39f6931f083180b36cf45638a8c','{{unknown}}'),(10599,1236,'_oembed_5000284a6c9c5bcbac8ae34dc7be08b7','{{unknown}}'),(10600,1236,'_oembed_63b1fcb3e0dc43453aedb68f431c75c2','<blockquote class=\"wp-embedded-content\" data-secret=\"oZNLMh7ADK\"><a href=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/\">How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/embed/#?secret=oZNLMh7ADK\" data-secret=\"oZNLMh7ADK\" width=\"600\" height=\"338\" title=\"&#8220;How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(10601,1236,'_oembed_time_63b1fcb3e0dc43453aedb68f431c75c2','1529526804'),(10602,1236,'_oembed_0dc928c90b7c768760131f493fc3b3d6','{{unknown}}'),(10603,1236,'_oembed_d7841c341108008601fa6bfd45e9877d','{{unknown}}'),(10604,1236,'_oembed_40a13cbe0598cd34470e2068d6d5b1b0','{{unknown}}'),(10605,1236,'_oembed_88288a6a8fdc1892db3639b1a045fbbf','<blockquote class=\"wp-embedded-content\" data-secret=\"JR2TSdbz6i\"><a href=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/\">Changing your diet is the first step in addressing Hashimoto&#8217;s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/embed/#?secret=JR2TSdbz6i\" data-secret=\"JR2TSdbz6i\" width=\"600\" height=\"338\" title=\"&#8220;Changing your diet is the first step in addressing Hashimoto&#8217;s&#8221; &#8212; Dr. K. News\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(10606,1236,'_oembed_time_88288a6a8fdc1892db3639b1a045fbbf','1535053648'),(10607,1236,'_oembed_6bfdd057756c7c58246362901ea9cc5a','<blockquote class=\"wp-embedded-content\" data-secret=\"EL52QLJFmX\"><a href=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/\">What To Do If Your TSH Is Normal and You Are Anything But!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/embed/#?secret=EL52QLJFmX\" data-secret=\"EL52QLJFmX\" width=\"600\" height=\"338\" title=\"&#8220;What To Do If Your TSH Is Normal and You Are Anything But!&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(10608,1236,'_oembed_time_6bfdd057756c7c58246362901ea9cc5a','1535053650'),(10609,1236,'_oembed_f64919ffc4b08d3bacaafee3d9d84058','<blockquote class=\"wp-embedded-content\" data-secret=\"krfgO9xlfd\"><a href=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/\">Iodine and Hashimotoâ€™s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/embed/#?secret=krfgO9xlfd\" data-secret=\"krfgO9xlfd\" width=\"600\" height=\"338\" title=\"&#8220;Iodine and Hashimotoâ€™s&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(10610,1236,'_oembed_time_f64919ffc4b08d3bacaafee3d9d84058','1535053650'),(10611,1236,'_thumbnail_id','1237'),(10613,1236,'_dp_original','1223'),(10614,1236,'_edit_lock','1560962109:2'),(10615,1237,'_wp_attached_file','2019/05/CBD-oil-generic-600X473.jpg'),(10616,1237,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:473;s:4:\"file\";s:35:\"2019/05/CBD-oil-generic-600X473.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"CBD-oil-generic-600X473-150x150.jpg\";s:5:\"width\";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:\"CBD-oil-generic-600X473-300x237.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:237;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"ttshowcase_normal\";a:4:{s:4:\"file\";s:34:\"CBD-oil-generic-600X473-125x99.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:99;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"ttshowcase_small\";a:4:{s:4:\"file\";s:33:\"CBD-oil-generic-600X473-75x59.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:59;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"CBD-oil-generic-600X473-185x146.jpg\";s:5:\"width\";i:185;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:33:\"CBD-oil-generic-600X473-50x39.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:39;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:33:\"CBD-oil-generic-600X473-95x75.jpg\";s:5:\"width\";i:95;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:33:\"CBD-oil-generic-600X473-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:33:\"CBD-oil-generic-600X473-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(10617,1236,'_edit_last','2'),(10619,1236,'_wp_old_slug','oh-no-allergy-seasons-already-here-2'),(10771,1244,'_wp_attached_file','2019/06/pregnenolone-diagram-600X.jpg'),(10772,1244,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:312;s:4:\"file\";s:37:\"2019/06/pregnenolone-diagram-600X.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"pregnenolone-diagram-600X-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"pregnenolone-diagram-600X-300x156.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:156;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"ttshowcase_normal\";a:4:{s:4:\"file\";s:36:\"pregnenolone-diagram-600X-125x65.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:65;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"ttshowcase_small\";a:4:{s:4:\"file\";s:35:\"pregnenolone-diagram-600X-75x39.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:39;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"pregnenolone-diagram-600X-260x135.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:35:\"pregnenolone-diagram-600X-50x26.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:26;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:36:\"pregnenolone-diagram-600X-144x75.jpg\";s:5:\"width\";i:144;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:35:\"pregnenolone-diagram-600X-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:35:\"pregnenolone-diagram-600X-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(10923,1247,'_wp_attached_file','2019/06/pregnenolone-600X600.jpg'),(10924,1247,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:599;s:6:\"height\";i:600;s:4:\"file\";s:32:\"2019/06/pregnenolone-600X600.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"pregnenolone-600X600-150x150.jpg\";s:5:\"width\";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:\"pregnenolone-600X600-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:32:\"pregnenolone-600X600-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:30:\"pregnenolone-600X600-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"pregnenolone-600X600-146x146.jpg\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:30:\"pregnenolone-600X600-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:30:\"pregnenolone-600X600-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:30:\"pregnenolone-600X600-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:30:\"pregnenolone-600X600-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:32:\"pregnenolone-600X600-599x500.jpg\";s:5:\"width\";i:599;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:32:\"pregnenolone-600X600-599x480.jpg\";s:5:\"width\";i:599;s:6:\"height\";i:480;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:{}}}'),(10929,1249,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10930,1249,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10931,1249,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10932,1249,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10933,1249,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10934,1249,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10935,1249,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10936,1249,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10937,1249,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10938,1249,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10939,1249,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10940,1249,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10941,1249,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10942,1249,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10943,1249,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10944,1249,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10945,1249,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10946,1249,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10947,1249,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10948,1249,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10949,1249,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10950,1249,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10951,1249,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10952,1249,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10953,1249,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10954,1249,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10955,1249,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10956,1249,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10957,1249,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10958,1249,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10959,1249,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10960,1249,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10961,1249,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10962,1249,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10963,1249,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10964,1249,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10965,1249,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10966,1249,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10967,1249,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10968,1249,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10969,1249,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10970,1249,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10971,1249,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10972,1249,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10973,1249,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10974,1249,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10975,1249,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10976,1249,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10977,1249,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10978,1249,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10979,1249,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(10980,1249,'slide_template','default'),(10981,1249,'slide_template','default'),(10982,1249,'eg_sources_html5_mp4',''),(10983,1249,'eg_sources_html5_mp4',''),(10984,1249,'eg_sources_html5_ogv',''),(10985,1249,'eg_sources_html5_ogv',''),(10986,1249,'eg_sources_html5_webm',''),(10987,1249,'eg_sources_html5_webm',''),(10988,1249,'eg_sources_youtube',''),(10989,1249,'eg_sources_youtube',''),(10990,1249,'eg_sources_vimeo',''),(10991,1249,'eg_sources_vimeo',''),(10992,1249,'eg_sources_wistia',''),(10993,1249,'eg_sources_wistia',''),(10994,1249,'eg_sources_image',''),(10995,1249,'eg_sources_image',''),(10996,1249,'eg_sources_iframe',''),(10997,1249,'eg_sources_iframe',''),(10998,1249,'eg_sources_soundcloud',''),(10999,1249,'eg_sources_soundcloud',''),(11000,1249,'eg_vimeo_ratio','0'),(11001,1249,'eg_vimeo_ratio','0'),(11002,1249,'eg_youtube_ratio','0'),(11003,1249,'eg_youtube_ratio','0'),(11004,1249,'eg_wistia_ratio','0'),(11005,1249,'eg_wistia_ratio','0'),(11006,1249,'eg_html5_ratio','0'),(11007,1249,'eg_html5_ratio','0'),(11008,1249,'eg_soundcloud_ratio','0'),(11009,1249,'eg_soundcloud_ratio','0'),(11010,1249,'eg_settings_custom_meta_skin',''),(11011,1249,'eg_settings_custom_meta_skin',''),(11012,1249,'eg_settings_custom_meta_element',''),(11013,1249,'eg_settings_custom_meta_element',''),(11014,1249,'eg_settings_custom_meta_setting',''),(11015,1249,'eg_settings_custom_meta_setting',''),(11016,1249,'eg_settings_custom_meta_style',''),(11017,1249,'eg_settings_custom_meta_style',''),(11018,1249,'mfn-post-hide-content','0'),(11019,1249,'mfn-post-hide-content','0'),(11020,1249,'mfn-post-slider','0'),(11021,1249,'mfn-post-slider','0'),(11022,1249,'mfn-post-slider-layer','0'),(11023,1249,'mfn-post-slider-layer','0'),(11024,1249,'mfn-post-hide-title','1'),(11025,1249,'mfn-post-hide-title','1'),(11026,1249,'mfn-post-remove-padding','0'),(11027,1249,'mfn-post-remove-padding','0'),(11028,1249,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(11029,1249,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(11030,1249,'mfn-post-hide-image','1'),(11031,1249,'mfn-post-hide-image','1'),(11032,1249,'_wpb_vc_js_status','true'),(11033,1249,'_wpb_vc_js_status','true'),(11034,1249,'mfn-post-love','0'),(11035,1249,'mfn-post-love','0'),(11036,1249,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(11037,1249,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(11038,1249,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(11039,1249,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(11040,1249,'_wp_old_slug','blog-title-03'),(11041,1249,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(11042,1249,'_wp_old_slug','blog-title-03'),(11043,1249,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(11044,1249,'mfn-post-sidebar','0'),(11045,1249,'mfn-post-sidebar','0'),(11046,1249,'mfn-post-sidebar2','0'),(11047,1249,'mfn-post-sidebar2','0'),(11048,1249,'_oembed_70c3f7c0b35f507260fceba4aa944398','{{unknown}}'),(11049,1249,'_oembed_3e601594e527c050109c115dc0343e65','{{unknown}}'),(11050,1249,'_oembed_9b1ceae82700066b420cbf8220005e44','<blockquote class=\"wp-embedded-content\" data-secret=\"kASrIgvovz\"><a href=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/\">Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/embed/#?secret=kASrIgvovz\" data-secret=\"kASrIgvovz\" width=\"600\" height=\"338\" title=\"&#8220;Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO&#8221; &#8212; The Paleo Diet  - Robb Wolf on Paleolithic nutrition, intermittent fasting, and fitness\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(11051,1249,'_oembed_time_9b1ceae82700066b420cbf8220005e44','1526497634'),(11052,1249,'_oembed_23dc491aeb7984be5b7c3de7f8f733eb','<blockquote class=\"wp-embedded-content\" data-secret=\"WlCV7gXJBc\"><a href=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/\">RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/embed/#?secret=WlCV7gXJBc\" data-secret=\"WlCV7gXJBc\" width=\"600\" height=\"338\" title=\"&#8220;RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown&#8221; &#8212; Chris Kresser\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(11053,1249,'_oembed_time_23dc491aeb7984be5b7c3de7f8f733eb','1526497635'),(11054,1249,'_oembed_358a61ccc8bf2354ef1120fed79c344e','<blockquote class=\"wp-embedded-content\" data-secret=\"shaF4RzKZS\"><a href=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/\">Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/embed/#?secret=shaF4RzKZS\" data-secret=\"shaF4RzKZS\" width=\"600\" height=\"338\" title=\"&#8220;Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(11055,1249,'_oembed_time_358a61ccc8bf2354ef1120fed79c344e','1526497638'),(11056,1249,'_oembed_af0b1f39f6e075a34328aef17f250879','{{unknown}}'),(11057,1249,'_oembed_f714c39f6931f083180b36cf45638a8c','{{unknown}}'),(11058,1249,'_oembed_5000284a6c9c5bcbac8ae34dc7be08b7','{{unknown}}'),(11059,1249,'_oembed_63b1fcb3e0dc43453aedb68f431c75c2','<blockquote class=\"wp-embedded-content\" data-secret=\"oZNLMh7ADK\"><a href=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/\">How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/embed/#?secret=oZNLMh7ADK\" data-secret=\"oZNLMh7ADK\" width=\"600\" height=\"338\" title=\"&#8220;How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(11060,1249,'_oembed_time_63b1fcb3e0dc43453aedb68f431c75c2','1529526804'),(11061,1249,'_oembed_0dc928c90b7c768760131f493fc3b3d6','{{unknown}}'),(11062,1249,'_oembed_d7841c341108008601fa6bfd45e9877d','{{unknown}}'),(11063,1249,'_oembed_40a13cbe0598cd34470e2068d6d5b1b0','{{unknown}}'),(11064,1249,'_oembed_88288a6a8fdc1892db3639b1a045fbbf','<blockquote class=\"wp-embedded-content\" data-secret=\"JR2TSdbz6i\"><a href=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/\">Changing your diet is the first step in addressing Hashimoto&#8217;s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/embed/#?secret=JR2TSdbz6i\" data-secret=\"JR2TSdbz6i\" width=\"600\" height=\"338\" title=\"&#8220;Changing your diet is the first step in addressing Hashimoto&#8217;s&#8221; &#8212; Dr. K. News\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(11065,1249,'_oembed_time_88288a6a8fdc1892db3639b1a045fbbf','1535053648'),(11066,1249,'_oembed_6bfdd057756c7c58246362901ea9cc5a','<blockquote class=\"wp-embedded-content\" data-secret=\"EL52QLJFmX\"><a href=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/\">What To Do If Your TSH Is Normal and You Are Anything But!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/embed/#?secret=EL52QLJFmX\" data-secret=\"EL52QLJFmX\" width=\"600\" height=\"338\" title=\"&#8220;What To Do If Your TSH Is Normal and You Are Anything But!&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(11067,1249,'_oembed_time_6bfdd057756c7c58246362901ea9cc5a','1535053650'),(11068,1249,'_oembed_f64919ffc4b08d3bacaafee3d9d84058','<blockquote class=\"wp-embedded-content\" data-secret=\"krfgO9xlfd\"><a href=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/\">Iodine and Hashimotoâ€™s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/embed/#?secret=krfgO9xlfd\" data-secret=\"krfgO9xlfd\" width=\"600\" height=\"338\" title=\"&#8220;Iodine and Hashimotoâ€™s&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(11069,1249,'_oembed_time_f64919ffc4b08d3bacaafee3d9d84058','1535053650'),(11070,1249,'_thumbnail_id','1244'),(11072,1249,'_oembed_6fa29d8ff8ee70be30a1769257ba981d','{{unknown}}'),(11073,1249,'_dp_original','1205'),(11074,1249,'_edit_lock','1560975499:2'),(11075,1249,'_edit_last','2'),(11083,1259,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11084,1259,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11085,1259,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11086,1259,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11087,1259,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11088,1259,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11089,1259,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11090,1259,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11091,1259,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11092,1259,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11093,1259,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11094,1259,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11095,1259,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11096,1259,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11097,1259,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11098,1259,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11099,1259,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11100,1259,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11101,1259,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11102,1259,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11103,1259,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11104,1259,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11105,1259,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11106,1259,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11107,1259,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11108,1259,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11109,1259,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11110,1259,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11111,1259,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11112,1259,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11113,1259,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11114,1259,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11115,1259,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11116,1259,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11117,1259,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11118,1259,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11119,1259,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11120,1259,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11121,1259,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11122,1259,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11123,1259,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11124,1259,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11125,1259,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11126,1259,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11127,1259,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11128,1259,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11129,1259,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11130,1259,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11131,1259,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11132,1259,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11133,1259,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11134,1259,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11135,1259,'slide_template','default'),(11136,1259,'slide_template','default'),(11137,1259,'eg_sources_html5_mp4',''),(11138,1259,'eg_sources_html5_mp4',''),(11139,1259,'eg_sources_html5_ogv',''),(11140,1259,'eg_sources_html5_ogv',''),(11141,1259,'eg_sources_html5_webm',''),(11142,1259,'eg_sources_html5_webm',''),(11143,1259,'eg_sources_youtube',''),(11144,1259,'eg_sources_youtube',''),(11145,1259,'eg_sources_vimeo',''),(11146,1259,'eg_sources_vimeo',''),(11147,1259,'eg_sources_wistia',''),(11148,1259,'eg_sources_wistia',''),(11149,1259,'eg_sources_image',''),(11150,1259,'eg_sources_image',''),(11151,1259,'eg_sources_iframe',''),(11152,1259,'eg_sources_iframe',''),(11153,1259,'eg_sources_soundcloud',''),(11154,1259,'eg_sources_soundcloud',''),(11155,1259,'eg_vimeo_ratio','0'),(11156,1259,'eg_vimeo_ratio','0'),(11157,1259,'eg_youtube_ratio','0'),(11158,1259,'eg_youtube_ratio','0'),(11159,1259,'eg_wistia_ratio','0'),(11160,1259,'eg_wistia_ratio','0'),(11161,1259,'eg_html5_ratio','0'),(11162,1259,'eg_html5_ratio','0'),(11163,1259,'eg_soundcloud_ratio','0'),(11164,1259,'eg_soundcloud_ratio','0'),(11165,1259,'eg_settings_custom_meta_skin',''),(11166,1259,'eg_settings_custom_meta_skin',''),(11167,1259,'eg_settings_custom_meta_element',''),(11168,1259,'eg_settings_custom_meta_element',''),(11169,1259,'eg_settings_custom_meta_setting',''),(11170,1259,'eg_settings_custom_meta_setting',''),(11171,1259,'eg_settings_custom_meta_style',''),(11172,1259,'eg_settings_custom_meta_style',''),(11173,1259,'mfn-post-hide-content','0'),(11174,1259,'mfn-post-hide-content','0'),(11175,1259,'mfn-post-slider','0'),(11176,1259,'mfn-post-slider','0'),(11177,1259,'mfn-post-slider-layer','0'),(11178,1259,'mfn-post-slider-layer','0'),(11179,1259,'mfn-post-hide-title','1'),(11180,1259,'mfn-post-hide-title','1'),(11181,1259,'mfn-post-remove-padding','0'),(11182,1259,'mfn-post-remove-padding','0'),(11183,1259,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(11184,1259,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(11185,1259,'mfn-post-hide-image','1'),(11186,1259,'mfn-post-hide-image','1'),(11187,1259,'_wpb_vc_js_status','true'),(11188,1259,'_wpb_vc_js_status','true'),(11189,1259,'mfn-post-love','0'),(11190,1259,'mfn-post-love','0'),(11191,1259,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(11192,1259,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(11193,1259,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(11194,1259,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(11195,1259,'_wp_old_slug','blog-title-03'),(11196,1259,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(11197,1259,'_wp_old_slug','blog-title-03'),(11198,1259,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(11199,1259,'mfn-post-sidebar','0'),(11200,1259,'mfn-post-sidebar','0'),(11201,1259,'mfn-post-sidebar2','0'),(11202,1259,'mfn-post-sidebar2','0'),(11203,1259,'_oembed_70c3f7c0b35f507260fceba4aa944398','{{unknown}}'),(11204,1259,'_oembed_3e601594e527c050109c115dc0343e65','{{unknown}}'),(11205,1259,'_oembed_9b1ceae82700066b420cbf8220005e44','<blockquote class=\"wp-embedded-content\" data-secret=\"kASrIgvovz\"><a href=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/\">Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/embed/#?secret=kASrIgvovz\" data-secret=\"kASrIgvovz\" width=\"600\" height=\"338\" title=\"&#8220;Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO&#8221; &#8212; The Paleo Diet  - Robb Wolf on Paleolithic nutrition, intermittent fasting, and fitness\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(11206,1259,'_oembed_time_9b1ceae82700066b420cbf8220005e44','1526497634'),(11207,1259,'_oembed_23dc491aeb7984be5b7c3de7f8f733eb','<blockquote class=\"wp-embedded-content\" data-secret=\"WlCV7gXJBc\"><a href=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/\">RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/embed/#?secret=WlCV7gXJBc\" data-secret=\"WlCV7gXJBc\" width=\"600\" height=\"338\" title=\"&#8220;RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown&#8221; &#8212; Chris Kresser\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(11208,1259,'_oembed_time_23dc491aeb7984be5b7c3de7f8f733eb','1526497635'),(11209,1259,'_oembed_358a61ccc8bf2354ef1120fed79c344e','<blockquote class=\"wp-embedded-content\" data-secret=\"shaF4RzKZS\"><a href=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/\">Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/embed/#?secret=shaF4RzKZS\" data-secret=\"shaF4RzKZS\" width=\"600\" height=\"338\" title=\"&#8220;Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(11210,1259,'_oembed_time_358a61ccc8bf2354ef1120fed79c344e','1526497638'),(11211,1259,'_oembed_af0b1f39f6e075a34328aef17f250879','{{unknown}}'),(11212,1259,'_oembed_f714c39f6931f083180b36cf45638a8c','{{unknown}}'),(11213,1259,'_oembed_5000284a6c9c5bcbac8ae34dc7be08b7','{{unknown}}'),(11214,1259,'_oembed_63b1fcb3e0dc43453aedb68f431c75c2','<blockquote class=\"wp-embedded-content\" data-secret=\"oZNLMh7ADK\"><a href=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/\">How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/embed/#?secret=oZNLMh7ADK\" data-secret=\"oZNLMh7ADK\" width=\"600\" height=\"338\" title=\"&#8220;How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(11215,1259,'_oembed_time_63b1fcb3e0dc43453aedb68f431c75c2','1529526804'),(11216,1259,'_oembed_0dc928c90b7c768760131f493fc3b3d6','{{unknown}}'),(11217,1259,'_oembed_d7841c341108008601fa6bfd45e9877d','{{unknown}}'),(11218,1259,'_oembed_40a13cbe0598cd34470e2068d6d5b1b0','{{unknown}}'),(11219,1259,'_oembed_88288a6a8fdc1892db3639b1a045fbbf','<blockquote class=\"wp-embedded-content\" data-secret=\"JR2TSdbz6i\"><a href=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/\">Changing your diet is the first step in addressing Hashimoto&#8217;s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/embed/#?secret=JR2TSdbz6i\" data-secret=\"JR2TSdbz6i\" width=\"600\" height=\"338\" title=\"&#8220;Changing your diet is the first step in addressing Hashimoto&#8217;s&#8221; &#8212; Dr. K. News\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(11220,1259,'_oembed_time_88288a6a8fdc1892db3639b1a045fbbf','1535053648'),(11221,1259,'_oembed_6bfdd057756c7c58246362901ea9cc5a','<blockquote class=\"wp-embedded-content\" data-secret=\"EL52QLJFmX\"><a href=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/\">What To Do If Your TSH Is Normal and You Are Anything But!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/embed/#?secret=EL52QLJFmX\" data-secret=\"EL52QLJFmX\" width=\"600\" height=\"338\" title=\"&#8220;What To Do If Your TSH Is Normal and You Are Anything But!&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(11222,1259,'_oembed_time_6bfdd057756c7c58246362901ea9cc5a','1535053650'),(11223,1259,'_oembed_f64919ffc4b08d3bacaafee3d9d84058','<blockquote class=\"wp-embedded-content\" data-secret=\"krfgO9xlfd\"><a href=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/\">Iodine and Hashimotoâ€™s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/embed/#?secret=krfgO9xlfd\" data-secret=\"krfgO9xlfd\" width=\"600\" height=\"338\" title=\"&#8220;Iodine and Hashimotoâ€™s&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(11224,1259,'_oembed_time_f64919ffc4b08d3bacaafee3d9d84058','1535053650'),(11225,1259,'_thumbnail_id','1260'),(11227,1259,'_dp_original','1209'),(11228,1259,'_edit_lock','1561575047:2'),(11229,1260,'_wp_attached_file','2019/06/cancer-600X.jpg'),(11230,1260,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:347;s:4:\"file\";s:23:\"2019/06/cancer-600X.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"cancer-600X-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"cancer-600X-300x174.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"ttshowcase_normal\";a:4:{s:4:\"file\";s:22:\"cancer-600X-125x72.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:72;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"ttshowcase_small\";a:4:{s:4:\"file\";s:21:\"cancer-600X-75x43.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:43;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"cancer-600X-252x146.jpg\";s:5:\"width\";i:252;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:21:\"cancer-600X-50x29.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:29;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:22:\"cancer-600X-130x75.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:21:\"cancer-600X-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:21:\"cancer-600X-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(11231,1259,'_edit_last','2'),(11234,476,'mfn-post-sidebar','0'),(11235,476,'mfn-post-sidebar2','0'),(11236,304,'mfn-post-sidebar','0'),(11237,304,'mfn-post-sidebar2','0'),(11238,463,'mfn-post-sidebar','0'),(11239,463,'mfn-post-sidebar2','0'),(11240,470,'mfn-post-sidebar','0'),(11241,470,'mfn-post-sidebar2','0'),(11242,473,'mfn-post-sidebar','0'),(11243,473,'mfn-post-sidebar2','0'),(11244,475,'mfn-post-sidebar','0'),(11245,475,'mfn-post-sidebar2','0'),(11246,472,'mfn-post-sidebar','0'),(11247,472,'mfn-post-sidebar2','0'),(11248,471,'mfn-post-sidebar','0'),(11249,471,'mfn-post-sidebar2','0'),(11250,474,'mfn-post-sidebar','0'),(11251,474,'mfn-post-sidebar2','0'),(11254,1266,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11255,1266,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11256,1266,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11257,1266,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11258,1266,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11259,1266,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11260,1266,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11261,1266,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11262,1266,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11263,1266,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11264,1266,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11265,1266,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11266,1266,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11267,1266,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11268,1266,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11269,1266,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11270,1266,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11271,1266,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11272,1266,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11273,1266,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11274,1266,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11275,1266,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11276,1266,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11277,1266,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11278,1266,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11279,1266,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11280,1266,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11281,1266,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11282,1266,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11283,1266,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11284,1266,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11285,1266,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11286,1266,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11287,1266,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11288,1266,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11289,1266,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11290,1266,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11291,1266,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11292,1266,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11293,1266,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11294,1266,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11295,1266,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11296,1266,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11297,1266,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11298,1266,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11299,1266,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11300,1266,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11301,1266,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11302,1266,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11303,1266,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11304,1266,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11305,1266,'slide_template','default'),(11306,1266,'slide_template','default'),(11307,1266,'eg_sources_html5_mp4',''),(11308,1266,'eg_sources_html5_mp4',''),(11309,1266,'eg_sources_html5_ogv',''),(11310,1266,'eg_sources_html5_ogv',''),(11311,1266,'eg_sources_html5_webm',''),(11312,1266,'eg_sources_html5_webm',''),(11313,1266,'eg_sources_youtube',''),(11314,1266,'eg_sources_youtube',''),(11315,1266,'eg_sources_vimeo',''),(11316,1266,'eg_sources_vimeo',''),(11317,1266,'eg_sources_wistia',''),(11318,1266,'eg_sources_wistia',''),(11319,1266,'eg_sources_image',''),(11320,1266,'eg_sources_image',''),(11321,1266,'eg_sources_iframe',''),(11322,1266,'eg_sources_iframe',''),(11323,1266,'eg_sources_soundcloud',''),(11324,1266,'eg_sources_soundcloud',''),(11325,1266,'eg_vimeo_ratio','0'),(11326,1266,'eg_vimeo_ratio','0'),(11327,1266,'eg_youtube_ratio','0'),(11328,1266,'eg_youtube_ratio','0'),(11329,1266,'eg_wistia_ratio','0'),(11330,1266,'eg_wistia_ratio','0'),(11331,1266,'eg_html5_ratio','0'),(11332,1266,'eg_html5_ratio','0'),(11333,1266,'eg_soundcloud_ratio','0'),(11334,1266,'eg_soundcloud_ratio','0'),(11335,1266,'eg_settings_custom_meta_skin',''),(11336,1266,'eg_settings_custom_meta_skin',''),(11337,1266,'eg_settings_custom_meta_element',''),(11338,1266,'eg_settings_custom_meta_element',''),(11339,1266,'eg_settings_custom_meta_setting',''),(11340,1266,'eg_settings_custom_meta_setting',''),(11341,1266,'eg_settings_custom_meta_style',''),(11342,1266,'eg_settings_custom_meta_style',''),(11343,1266,'mfn-post-hide-content','0'),(11344,1266,'mfn-post-hide-content','0'),(11345,1266,'mfn-post-slider','0'),(11346,1266,'mfn-post-slider','0'),(11347,1266,'mfn-post-slider-layer','0'),(11348,1266,'mfn-post-slider-layer','0'),(11349,1266,'mfn-post-hide-title','1'),(11350,1266,'mfn-post-hide-title','1'),(11351,1266,'mfn-post-remove-padding','0'),(11352,1266,'mfn-post-remove-padding','0'),(11353,1266,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(11354,1266,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(11355,1266,'mfn-post-hide-image','1'),(11356,1266,'mfn-post-hide-image','1'),(11357,1266,'_wpb_vc_js_status','true'),(11358,1266,'_wpb_vc_js_status','true'),(11359,1266,'mfn-post-love','0'),(11360,1266,'mfn-post-love','0'),(11361,1266,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(11362,1266,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(11363,1266,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(11364,1266,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(11365,1266,'_wp_old_slug','blog-title-03'),(11366,1266,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(11367,1266,'_wp_old_slug','blog-title-03'),(11368,1266,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(11369,1266,'mfn-post-sidebar','0'),(11370,1266,'mfn-post-sidebar','0'),(11371,1266,'mfn-post-sidebar2','0'),(11372,1266,'mfn-post-sidebar2','0'),(11373,1266,'_oembed_70c3f7c0b35f507260fceba4aa944398','{{unknown}}'),(11374,1266,'_oembed_3e601594e527c050109c115dc0343e65','{{unknown}}'),(11375,1266,'_oembed_9b1ceae82700066b420cbf8220005e44','<blockquote class=\"wp-embedded-content\" data-secret=\"kASrIgvovz\"><a href=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/\">Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/embed/#?secret=kASrIgvovz\" data-secret=\"kASrIgvovz\" width=\"600\" height=\"338\" title=\"&#8220;Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO&#8221; &#8212; The Paleo Diet  - Robb Wolf on Paleolithic nutrition, intermittent fasting, and fitness\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(11376,1266,'_oembed_time_9b1ceae82700066b420cbf8220005e44','1526497634'),(11377,1266,'_oembed_23dc491aeb7984be5b7c3de7f8f733eb','<blockquote class=\"wp-embedded-content\" data-secret=\"WlCV7gXJBc\"><a href=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/\">RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/embed/#?secret=WlCV7gXJBc\" data-secret=\"WlCV7gXJBc\" width=\"600\" height=\"338\" title=\"&#8220;RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown&#8221; &#8212; Chris Kresser\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(11378,1266,'_oembed_time_23dc491aeb7984be5b7c3de7f8f733eb','1526497635'),(11379,1266,'_oembed_358a61ccc8bf2354ef1120fed79c344e','<blockquote class=\"wp-embedded-content\" data-secret=\"shaF4RzKZS\"><a href=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/\">Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/embed/#?secret=shaF4RzKZS\" data-secret=\"shaF4RzKZS\" width=\"600\" height=\"338\" title=\"&#8220;Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(11380,1266,'_oembed_time_358a61ccc8bf2354ef1120fed79c344e','1526497638'),(11381,1266,'_oembed_af0b1f39f6e075a34328aef17f250879','{{unknown}}'),(11382,1266,'_oembed_f714c39f6931f083180b36cf45638a8c','{{unknown}}'),(11383,1266,'_oembed_5000284a6c9c5bcbac8ae34dc7be08b7','{{unknown}}'),(11384,1266,'_oembed_63b1fcb3e0dc43453aedb68f431c75c2','<blockquote class=\"wp-embedded-content\" data-secret=\"oZNLMh7ADK\"><a href=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/\">How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/embed/#?secret=oZNLMh7ADK\" data-secret=\"oZNLMh7ADK\" width=\"600\" height=\"338\" title=\"&#8220;How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(11385,1266,'_oembed_time_63b1fcb3e0dc43453aedb68f431c75c2','1529526804'),(11386,1266,'_oembed_0dc928c90b7c768760131f493fc3b3d6','{{unknown}}'),(11387,1266,'_oembed_d7841c341108008601fa6bfd45e9877d','{{unknown}}'),(11388,1266,'_oembed_40a13cbe0598cd34470e2068d6d5b1b0','{{unknown}}'),(11389,1266,'_oembed_88288a6a8fdc1892db3639b1a045fbbf','<blockquote class=\"wp-embedded-content\" data-secret=\"JR2TSdbz6i\"><a href=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/\">Changing your diet is the first step in addressing Hashimoto&#8217;s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/embed/#?secret=JR2TSdbz6i\" data-secret=\"JR2TSdbz6i\" width=\"600\" height=\"338\" title=\"&#8220;Changing your diet is the first step in addressing Hashimoto&#8217;s&#8221; &#8212; Dr. K. News\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(11390,1266,'_oembed_time_88288a6a8fdc1892db3639b1a045fbbf','1535053648'),(11391,1266,'_oembed_6bfdd057756c7c58246362901ea9cc5a','<blockquote class=\"wp-embedded-content\" data-secret=\"EL52QLJFmX\"><a href=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/\">What To Do If Your TSH Is Normal and You Are Anything But!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/embed/#?secret=EL52QLJFmX\" data-secret=\"EL52QLJFmX\" width=\"600\" height=\"338\" title=\"&#8220;What To Do If Your TSH Is Normal and You Are Anything But!&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(11392,1266,'_oembed_time_6bfdd057756c7c58246362901ea9cc5a','1535053650'),(11393,1266,'_oembed_f64919ffc4b08d3bacaafee3d9d84058','<blockquote class=\"wp-embedded-content\" data-secret=\"krfgO9xlfd\"><a href=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/\">Iodine and Hashimotoâ€™s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/embed/#?secret=krfgO9xlfd\" data-secret=\"krfgO9xlfd\" width=\"600\" height=\"338\" title=\"&#8220;Iodine and Hashimotoâ€™s&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(11394,1266,'_oembed_time_f64919ffc4b08d3bacaafee3d9d84058','1535053650'),(11395,1266,'_thumbnail_id','980'),(11397,1266,'_oembed_6fa29d8ff8ee70be30a1769257ba981d','{{unknown}}'),(11398,1266,'_dp_original','1205'),(11399,1266,'_edit_lock','1564594430:2'),(11400,1266,'_edit_last','2'),(11403,1268,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11404,1268,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11405,1268,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11406,1268,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11407,1268,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11408,1268,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11409,1268,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11410,1268,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11411,1268,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11412,1268,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11413,1268,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11414,1268,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11415,1268,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11416,1268,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11417,1268,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11418,1268,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11419,1268,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11420,1268,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11421,1268,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11422,1268,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11423,1268,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11424,1268,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11425,1268,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11426,1268,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11427,1268,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11428,1268,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11429,1268,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11430,1268,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11431,1268,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11432,1268,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11433,1268,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11434,1268,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11435,1268,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11436,1268,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11437,1268,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11438,1268,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11439,1268,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11440,1268,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11441,1268,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11442,1268,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11443,1268,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11444,1268,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11445,1268,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11446,1268,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11447,1268,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11448,1268,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11449,1268,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11450,1268,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11451,1268,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11452,1268,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11453,1268,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11454,1268,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11455,1268,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11456,1268,'slide_template','default'),(11457,1268,'slide_template','default'),(11458,1268,'eg_sources_html5_mp4',''),(11459,1268,'eg_sources_html5_mp4',''),(11460,1268,'eg_sources_html5_ogv',''),(11461,1268,'eg_sources_html5_ogv',''),(11462,1268,'eg_sources_html5_webm',''),(11463,1268,'eg_sources_html5_webm',''),(11464,1268,'eg_sources_youtube',''),(11465,1268,'eg_sources_youtube',''),(11466,1268,'eg_sources_vimeo',''),(11467,1268,'eg_sources_vimeo',''),(11468,1268,'eg_sources_wistia',''),(11469,1268,'eg_sources_wistia',''),(11470,1268,'eg_sources_image',''),(11471,1268,'eg_sources_image',''),(11472,1268,'eg_sources_iframe',''),(11473,1268,'eg_sources_iframe',''),(11474,1268,'eg_sources_soundcloud',''),(11475,1268,'eg_sources_soundcloud',''),(11476,1268,'eg_vimeo_ratio','0'),(11477,1268,'eg_vimeo_ratio','0'),(11478,1268,'eg_youtube_ratio','0'),(11479,1268,'eg_youtube_ratio','0'),(11480,1268,'eg_wistia_ratio','0'),(11481,1268,'eg_wistia_ratio','0'),(11482,1268,'eg_html5_ratio','0'),(11483,1268,'eg_html5_ratio','0'),(11484,1268,'eg_soundcloud_ratio','0'),(11485,1268,'eg_soundcloud_ratio','0'),(11486,1268,'eg_settings_custom_meta_skin',''),(11487,1268,'eg_settings_custom_meta_skin',''),(11488,1268,'eg_settings_custom_meta_element',''),(11489,1268,'eg_settings_custom_meta_element',''),(11490,1268,'eg_settings_custom_meta_setting',''),(11491,1268,'eg_settings_custom_meta_setting',''),(11492,1268,'eg_settings_custom_meta_style',''),(11493,1268,'eg_settings_custom_meta_style',''),(11494,1268,'mfn-post-hide-content','0'),(11495,1268,'mfn-post-hide-content','0'),(11496,1268,'mfn-post-slider','0'),(11497,1268,'mfn-post-slider','0'),(11498,1268,'mfn-post-slider-layer','0'),(11499,1268,'mfn-post-slider-layer','0'),(11500,1268,'mfn-post-hide-title','1'),(11501,1268,'mfn-post-hide-title','1'),(11502,1268,'mfn-post-remove-padding','0'),(11503,1268,'mfn-post-remove-padding','0'),(11504,1268,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(11505,1268,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(11506,1268,'mfn-post-hide-image','1'),(11507,1268,'mfn-post-hide-image','1'),(11508,1268,'_wpb_vc_js_status','true'),(11509,1268,'_wpb_vc_js_status','true'),(11510,1268,'mfn-post-love','0'),(11511,1268,'mfn-post-love','0'),(11512,1268,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(11513,1268,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(11514,1268,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(11515,1268,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(11516,1268,'_wp_old_slug','blog-title-03'),(11517,1268,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(11518,1268,'_wp_old_slug','blog-title-03'),(11519,1268,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(11520,1268,'mfn-post-sidebar','0'),(11521,1268,'mfn-post-sidebar','0'),(11522,1268,'mfn-post-sidebar2','0'),(11523,1268,'mfn-post-sidebar2','0'),(11524,1268,'_oembed_70c3f7c0b35f507260fceba4aa944398','{{unknown}}'),(11525,1268,'_oembed_3e601594e527c050109c115dc0343e65','{{unknown}}'),(11526,1268,'_oembed_9b1ceae82700066b420cbf8220005e44','<blockquote class=\"wp-embedded-content\" data-secret=\"kASrIgvovz\"><a href=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/\">Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/embed/#?secret=kASrIgvovz\" data-secret=\"kASrIgvovz\" width=\"600\" height=\"338\" title=\"&#8220;Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO&#8221; &#8212; The Paleo Diet  - Robb Wolf on Paleolithic nutrition, intermittent fasting, and fitness\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(11527,1268,'_oembed_time_9b1ceae82700066b420cbf8220005e44','1526497634'),(11528,1268,'_oembed_23dc491aeb7984be5b7c3de7f8f733eb','<blockquote class=\"wp-embedded-content\" data-secret=\"WlCV7gXJBc\"><a href=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/\">RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/embed/#?secret=WlCV7gXJBc\" data-secret=\"WlCV7gXJBc\" width=\"600\" height=\"338\" title=\"&#8220;RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown&#8221; &#8212; Chris Kresser\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(11529,1268,'_oembed_time_23dc491aeb7984be5b7c3de7f8f733eb','1526497635'),(11530,1268,'_oembed_358a61ccc8bf2354ef1120fed79c344e','<blockquote class=\"wp-embedded-content\" data-secret=\"shaF4RzKZS\"><a href=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/\">Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/embed/#?secret=shaF4RzKZS\" data-secret=\"shaF4RzKZS\" width=\"600\" height=\"338\" title=\"&#8220;Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(11531,1268,'_oembed_time_358a61ccc8bf2354ef1120fed79c344e','1526497638'),(11532,1268,'_oembed_af0b1f39f6e075a34328aef17f250879','{{unknown}}'),(11533,1268,'_oembed_f714c39f6931f083180b36cf45638a8c','{{unknown}}'),(11534,1268,'_oembed_5000284a6c9c5bcbac8ae34dc7be08b7','{{unknown}}'),(11535,1268,'_oembed_63b1fcb3e0dc43453aedb68f431c75c2','<blockquote class=\"wp-embedded-content\" data-secret=\"oZNLMh7ADK\"><a href=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/\">How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/embed/#?secret=oZNLMh7ADK\" data-secret=\"oZNLMh7ADK\" width=\"600\" height=\"338\" title=\"&#8220;How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(11536,1268,'_oembed_time_63b1fcb3e0dc43453aedb68f431c75c2','1529526804'),(11537,1268,'_oembed_0dc928c90b7c768760131f493fc3b3d6','{{unknown}}'),(11538,1268,'_oembed_d7841c341108008601fa6bfd45e9877d','{{unknown}}'),(11539,1268,'_oembed_40a13cbe0598cd34470e2068d6d5b1b0','{{unknown}}'),(11540,1268,'_oembed_88288a6a8fdc1892db3639b1a045fbbf','<blockquote class=\"wp-embedded-content\" data-secret=\"JR2TSdbz6i\"><a href=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/\">Changing your diet is the first step in addressing Hashimoto&#8217;s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/embed/#?secret=JR2TSdbz6i\" data-secret=\"JR2TSdbz6i\" width=\"600\" height=\"338\" title=\"&#8220;Changing your diet is the first step in addressing Hashimoto&#8217;s&#8221; &#8212; Dr. K. News\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(11541,1268,'_oembed_time_88288a6a8fdc1892db3639b1a045fbbf','1535053648'),(11542,1268,'_oembed_6bfdd057756c7c58246362901ea9cc5a','<blockquote class=\"wp-embedded-content\" data-secret=\"EL52QLJFmX\"><a href=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/\">What To Do If Your TSH Is Normal and You Are Anything But!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/embed/#?secret=EL52QLJFmX\" data-secret=\"EL52QLJFmX\" width=\"600\" height=\"338\" title=\"&#8220;What To Do If Your TSH Is Normal and You Are Anything But!&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(11543,1268,'_oembed_time_6bfdd057756c7c58246362901ea9cc5a','1535053650'),(11544,1268,'_oembed_f64919ffc4b08d3bacaafee3d9d84058','<blockquote class=\"wp-embedded-content\" data-secret=\"krfgO9xlfd\"><a href=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/\">Iodine and Hashimotoâ€™s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/embed/#?secret=krfgO9xlfd\" data-secret=\"krfgO9xlfd\" width=\"600\" height=\"338\" title=\"&#8220;Iodine and Hashimotoâ€™s&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(11545,1268,'_oembed_time_f64919ffc4b08d3bacaafee3d9d84058','1535053650'),(11546,1268,'_thumbnail_id','1270'),(11548,1268,'_dp_original','1259'),(11549,1268,'_edit_lock','1564432909:2'),(11550,1268,'_edit_last','2'),(11551,1270,'_wp_attached_file','2019/07/Endocrine-distruptors-603X.jpg'),(11552,1270,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:603;s:6:\"height\";i:410;s:4:\"file\";s:38:\"2019/07/Endocrine-distruptors-603X.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Endocrine-distruptors-603X-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"Endocrine-distruptors-603X-300x204.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"ttshowcase_normal\";a:4:{s:4:\"file\";s:37:\"Endocrine-distruptors-603X-125x85.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"ttshowcase_small\";a:4:{s:4:\"file\";s:36:\"Endocrine-distruptors-603X-75x51.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:51;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"Endocrine-distruptors-603X-215x146.jpg\";s:5:\"width\";i:215;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:36:\"Endocrine-distruptors-603X-50x34.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:34;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:37:\"Endocrine-distruptors-603X-110x75.jpg\";s:5:\"width\";i:110;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:36:\"Endocrine-distruptors-603X-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:36:\"Endocrine-distruptors-603X-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:14:\"fcafotodigital\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11554,1268,'_wp_old_slug','cancer-update'),(11556,1276,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11557,1276,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11558,1276,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11559,1276,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11560,1276,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11561,1276,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11562,1276,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11563,1276,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11564,1276,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11565,1276,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11566,1276,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11567,1276,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11568,1276,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11569,1276,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11570,1276,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11571,1276,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11572,1276,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11573,1276,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11574,1276,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11575,1276,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11576,1276,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11577,1276,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11578,1276,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11579,1276,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11580,1276,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11581,1276,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11582,1276,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11583,1276,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11584,1276,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11585,1276,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11586,1276,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11587,1276,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11588,1276,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11589,1276,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11590,1276,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11591,1276,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11592,1276,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11593,1276,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11594,1276,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11595,1276,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11596,1276,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11597,1276,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11598,1276,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11599,1276,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11600,1276,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11601,1276,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11602,1276,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11603,1276,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11604,1276,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11605,1276,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11606,1276,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11607,1276,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11608,1276,'slide_template','default'),(11609,1276,'slide_template','default'),(11610,1276,'eg_sources_html5_mp4',''),(11611,1276,'eg_sources_html5_mp4',''),(11612,1276,'eg_sources_html5_ogv',''),(11613,1276,'eg_sources_html5_ogv',''),(11614,1276,'eg_sources_html5_webm',''),(11615,1276,'eg_sources_html5_webm',''),(11616,1276,'eg_sources_youtube',''),(11617,1276,'eg_sources_youtube',''),(11618,1276,'eg_sources_vimeo',''),(11619,1276,'eg_sources_vimeo',''),(11620,1276,'eg_sources_wistia',''),(11621,1276,'eg_sources_wistia',''),(11622,1276,'eg_sources_image',''),(11623,1276,'eg_sources_image',''),(11624,1276,'eg_sources_iframe',''),(11625,1276,'eg_sources_iframe',''),(11626,1276,'eg_sources_soundcloud',''),(11627,1276,'eg_sources_soundcloud',''),(11628,1276,'eg_vimeo_ratio','0'),(11629,1276,'eg_vimeo_ratio','0'),(11630,1276,'eg_youtube_ratio','0'),(11631,1276,'eg_youtube_ratio','0'),(11632,1276,'eg_wistia_ratio','0'),(11633,1276,'eg_wistia_ratio','0'),(11634,1276,'eg_html5_ratio','0'),(11635,1276,'eg_html5_ratio','0'),(11636,1276,'eg_soundcloud_ratio','0'),(11637,1276,'eg_soundcloud_ratio','0'),(11638,1276,'eg_settings_custom_meta_skin',''),(11639,1276,'eg_settings_custom_meta_skin',''),(11640,1276,'eg_settings_custom_meta_element',''),(11641,1276,'eg_settings_custom_meta_element',''),(11642,1276,'eg_settings_custom_meta_setting',''),(11643,1276,'eg_settings_custom_meta_setting',''),(11644,1276,'eg_settings_custom_meta_style',''),(11645,1276,'eg_settings_custom_meta_style',''),(11646,1276,'mfn-post-hide-content','0'),(11647,1276,'mfn-post-hide-content','0'),(11648,1276,'mfn-post-slider','0'),(11649,1276,'mfn-post-slider','0'),(11650,1276,'mfn-post-slider-layer','0'),(11651,1276,'mfn-post-slider-layer','0'),(11652,1276,'mfn-post-hide-title','1'),(11653,1276,'mfn-post-hide-title','1'),(11654,1276,'mfn-post-remove-padding','0'),(11655,1276,'mfn-post-remove-padding','0'),(11656,1276,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(11657,1276,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(11658,1276,'mfn-post-hide-image','1'),(11659,1276,'mfn-post-hide-image','1'),(11660,1276,'_wpb_vc_js_status','true'),(11661,1276,'_wpb_vc_js_status','true'),(11662,1276,'mfn-post-love','0'),(11663,1276,'mfn-post-love','0'),(11664,1276,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(11665,1276,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(11666,1276,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(11667,1276,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(11668,1276,'_wp_old_slug','blog-title-03'),(11669,1276,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(11670,1276,'_wp_old_slug','blog-title-03'),(11671,1276,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(11672,1276,'mfn-post-sidebar','0'),(11673,1276,'mfn-post-sidebar','0'),(11674,1276,'mfn-post-sidebar2','0'),(11675,1276,'mfn-post-sidebar2','0'),(11676,1276,'_oembed_70c3f7c0b35f507260fceba4aa944398','{{unknown}}'),(11677,1276,'_oembed_3e601594e527c050109c115dc0343e65','{{unknown}}'),(11678,1276,'_oembed_9b1ceae82700066b420cbf8220005e44','<blockquote class=\"wp-embedded-content\" data-secret=\"kASrIgvovz\"><a href=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/\">Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/embed/#?secret=kASrIgvovz\" data-secret=\"kASrIgvovz\" width=\"600\" height=\"338\" title=\"&#8220;Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO&#8221; &#8212; The Paleo Diet  - Robb Wolf on Paleolithic nutrition, intermittent fasting, and fitness\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(11679,1276,'_oembed_time_9b1ceae82700066b420cbf8220005e44','1526497634'),(11680,1276,'_oembed_23dc491aeb7984be5b7c3de7f8f733eb','<blockquote class=\"wp-embedded-content\" data-secret=\"WlCV7gXJBc\"><a href=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/\">RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/embed/#?secret=WlCV7gXJBc\" data-secret=\"WlCV7gXJBc\" width=\"600\" height=\"338\" title=\"&#8220;RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown&#8221; &#8212; Chris Kresser\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(11681,1276,'_oembed_time_23dc491aeb7984be5b7c3de7f8f733eb','1526497635'),(11682,1276,'_oembed_358a61ccc8bf2354ef1120fed79c344e','<blockquote class=\"wp-embedded-content\" data-secret=\"shaF4RzKZS\"><a href=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/\">Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/embed/#?secret=shaF4RzKZS\" data-secret=\"shaF4RzKZS\" width=\"600\" height=\"338\" title=\"&#8220;Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(11683,1276,'_oembed_time_358a61ccc8bf2354ef1120fed79c344e','1526497638'),(11684,1276,'_oembed_af0b1f39f6e075a34328aef17f250879','{{unknown}}'),(11685,1276,'_oembed_f714c39f6931f083180b36cf45638a8c','{{unknown}}'),(11686,1276,'_oembed_5000284a6c9c5bcbac8ae34dc7be08b7','{{unknown}}'),(11687,1276,'_oembed_63b1fcb3e0dc43453aedb68f431c75c2','<blockquote class=\"wp-embedded-content\" data-secret=\"oZNLMh7ADK\"><a href=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/\">How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/embed/#?secret=oZNLMh7ADK\" data-secret=\"oZNLMh7ADK\" width=\"600\" height=\"338\" title=\"&#8220;How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(11688,1276,'_oembed_time_63b1fcb3e0dc43453aedb68f431c75c2','1529526804'),(11689,1276,'_oembed_0dc928c90b7c768760131f493fc3b3d6','{{unknown}}'),(11690,1276,'_oembed_d7841c341108008601fa6bfd45e9877d','{{unknown}}'),(11691,1276,'_oembed_40a13cbe0598cd34470e2068d6d5b1b0','{{unknown}}'),(11692,1276,'_oembed_88288a6a8fdc1892db3639b1a045fbbf','<blockquote class=\"wp-embedded-content\" data-secret=\"JR2TSdbz6i\"><a href=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/\">Changing your diet is the first step in addressing Hashimoto&#8217;s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/embed/#?secret=JR2TSdbz6i\" data-secret=\"JR2TSdbz6i\" width=\"600\" height=\"338\" title=\"&#8220;Changing your diet is the first step in addressing Hashimoto&#8217;s&#8221; &#8212; Dr. K. News\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(11693,1276,'_oembed_time_88288a6a8fdc1892db3639b1a045fbbf','1535053648'),(11694,1276,'_oembed_6bfdd057756c7c58246362901ea9cc5a','<blockquote class=\"wp-embedded-content\" data-secret=\"EL52QLJFmX\"><a href=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/\">What To Do If Your TSH Is Normal and You Are Anything But!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/embed/#?secret=EL52QLJFmX\" data-secret=\"EL52QLJFmX\" width=\"600\" height=\"338\" title=\"&#8220;What To Do If Your TSH Is Normal and You Are Anything But!&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(11695,1276,'_oembed_time_6bfdd057756c7c58246362901ea9cc5a','1535053650'),(11696,1276,'_oembed_f64919ffc4b08d3bacaafee3d9d84058','<blockquote class=\"wp-embedded-content\" data-secret=\"krfgO9xlfd\"><a href=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/\">Iodine and Hashimotoâ€™s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/embed/#?secret=krfgO9xlfd\" data-secret=\"krfgO9xlfd\" width=\"600\" height=\"338\" title=\"&#8220;Iodine and Hashimotoâ€™s&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(11697,1276,'_oembed_time_f64919ffc4b08d3bacaafee3d9d84058','1535053650'),(11698,1276,'_thumbnail_id','1277'),(11699,1276,'_oembed_6fa29d8ff8ee70be30a1769257ba981d','{{unknown}}'),(11701,1276,'_dp_original','1249'),(11702,1276,'_edit_lock','1566498341:2'),(11703,1276,'_oembed_8057dccbff178f4bf66d19bf7dfb21d5','{{unknown}}'),(11704,1276,'_oembed_d43029d731ddfaf79cc4aaa9220245bd','{{unknown}}'),(11705,1276,'_oembed_b02799280e9f68aec28a156f6e817fe6','{{unknown}}'),(11706,1276,'_oembed_10d60e2988c756eff6ee8f49127dbd68','{{unknown}}'),(11707,1276,'_oembed_a0e1df28aa7b8a7f801c1217f5fb804e','{{unknown}}'),(11708,1276,'_oembed_168a9ca1ab262de4231cb713890a7329','{{unknown}}'),(11709,1276,'_oembed_c475c6abe61f73611eaf256ca46dc1a7','{{unknown}}'),(11710,1276,'_oembed_40c1265c8c74a82ebe90a8999b6b34b1','{{unknown}}'),(11711,1276,'_oembed_57dbb54c164af6134430e0d5907867cd','{{unknown}}'),(11712,1276,'_oembed_449c8431e9b5a9e3f753ac79e5db6e6e','{{unknown}}'),(11713,1277,'_wp_attached_file','2019/08/sage-602X602.jpg'),(11714,1277,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:602;s:6:\"height\";i:602;s:4:\"file\";s:24:\"2019/08/sage-602X602.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"sage-602X602-150x150.jpg\";s:5:\"width\";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:\"sage-602X602-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:24:\"sage-602X602-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:22:\"sage-602X602-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"sage-602X602-146x146.jpg\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:22:\"sage-602X602-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:22:\"sage-602X602-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:22:\"sage-602X602-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:22:\"sage-602X602-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:24:\"sage-602X602-602x500.jpg\";s:5:\"width\";i:602;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:24:\"sage-602X602-602x480.jpg\";s:5:\"width\";i:602;s:6:\"height\";i:480;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:{}}}'),(11715,1276,'_edit_last','2'),(11717,1276,'_wp_old_slug','pregnenolone'),(11719,1280,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11720,1280,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11721,1280,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11722,1280,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11723,1280,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11724,1280,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11725,1280,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11726,1280,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11727,1280,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11728,1280,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11729,1280,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11730,1280,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11731,1280,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11732,1280,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11733,1280,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11734,1280,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11735,1280,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11736,1280,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11737,1280,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11738,1280,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11739,1280,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11740,1280,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11741,1280,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11742,1280,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11743,1280,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11744,1280,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11745,1280,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11746,1280,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11747,1280,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11748,1280,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11749,1280,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11750,1280,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11751,1280,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11752,1280,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11753,1280,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11754,1280,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11755,1280,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11756,1280,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11757,1280,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11758,1280,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11759,1280,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11760,1280,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11761,1280,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11762,1280,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11763,1280,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11764,1280,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11765,1280,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11766,1280,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11767,1280,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11768,1280,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11769,1280,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11770,1280,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11771,1280,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11772,1280,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11773,1280,'slide_template','default'),(11774,1280,'slide_template','default'),(11775,1280,'eg_sources_html5_mp4',''),(11776,1280,'eg_sources_html5_mp4',''),(11777,1280,'eg_sources_html5_ogv',''),(11778,1280,'eg_sources_html5_ogv',''),(11779,1280,'eg_sources_html5_webm',''),(11780,1280,'eg_sources_html5_webm',''),(11781,1280,'eg_sources_youtube',''),(11782,1280,'eg_sources_youtube',''),(11783,1280,'eg_sources_vimeo',''),(11784,1280,'eg_sources_vimeo',''),(11785,1280,'eg_sources_wistia',''),(11786,1280,'eg_sources_wistia',''),(11787,1280,'eg_sources_image',''),(11788,1280,'eg_sources_image',''),(11789,1280,'eg_sources_iframe',''),(11790,1280,'eg_sources_iframe',''),(11791,1280,'eg_sources_soundcloud',''),(11792,1280,'eg_sources_soundcloud',''),(11793,1280,'eg_vimeo_ratio','0'),(11794,1280,'eg_vimeo_ratio','0'),(11795,1280,'eg_youtube_ratio','0'),(11796,1280,'eg_youtube_ratio','0'),(11797,1280,'eg_wistia_ratio','0'),(11798,1280,'eg_wistia_ratio','0'),(11799,1280,'eg_html5_ratio','0'),(11800,1280,'eg_html5_ratio','0'),(11801,1280,'eg_soundcloud_ratio','0'),(11802,1280,'eg_soundcloud_ratio','0'),(11803,1280,'eg_settings_custom_meta_skin',''),(11804,1280,'eg_settings_custom_meta_skin',''),(11805,1280,'eg_settings_custom_meta_element',''),(11806,1280,'eg_settings_custom_meta_element',''),(11807,1280,'eg_settings_custom_meta_setting',''),(11808,1280,'eg_settings_custom_meta_setting',''),(11809,1280,'eg_settings_custom_meta_style',''),(11810,1280,'eg_settings_custom_meta_style',''),(11811,1280,'mfn-post-hide-content','0'),(11812,1280,'mfn-post-hide-content','0'),(11813,1280,'mfn-post-slider','0'),(11814,1280,'mfn-post-slider','0'),(11815,1280,'mfn-post-slider-layer','0'),(11816,1280,'mfn-post-slider-layer','0'),(11817,1280,'mfn-post-hide-title','1'),(11818,1280,'mfn-post-hide-title','1'),(11819,1280,'mfn-post-remove-padding','0'),(11820,1280,'mfn-post-remove-padding','0'),(11821,1280,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(11822,1280,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(11823,1280,'mfn-post-hide-image','1'),(11824,1280,'mfn-post-hide-image','1'),(11825,1280,'_wpb_vc_js_status','true'),(11826,1280,'_wpb_vc_js_status','true'),(11827,1280,'mfn-post-love','0'),(11828,1280,'mfn-post-love','0'),(11829,1280,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(11830,1280,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(11831,1280,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(11832,1280,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(11833,1280,'_wp_old_slug','blog-title-03'),(11834,1280,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(11835,1280,'_wp_old_slug','blog-title-03'),(11836,1280,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(11837,1280,'_wp_old_slug','cancer-update'),(11838,1280,'mfn-post-sidebar','0'),(11839,1280,'mfn-post-sidebar','0'),(11840,1280,'mfn-post-sidebar2','0'),(11841,1280,'mfn-post-sidebar2','0'),(11842,1280,'_oembed_70c3f7c0b35f507260fceba4aa944398','{{unknown}}'),(11843,1280,'_oembed_3e601594e527c050109c115dc0343e65','{{unknown}}'),(11844,1280,'_oembed_9b1ceae82700066b420cbf8220005e44','<blockquote class=\"wp-embedded-content\" data-secret=\"kASrIgvovz\"><a href=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/\">Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/embed/#?secret=kASrIgvovz\" data-secret=\"kASrIgvovz\" width=\"600\" height=\"338\" title=\"&#8220;Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO&#8221; &#8212; The Paleo Diet  - Robb Wolf on Paleolithic nutrition, intermittent fasting, and fitness\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(11845,1280,'_oembed_time_9b1ceae82700066b420cbf8220005e44','1526497634'),(11846,1280,'_oembed_23dc491aeb7984be5b7c3de7f8f733eb','<blockquote class=\"wp-embedded-content\" data-secret=\"WlCV7gXJBc\"><a href=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/\">RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/embed/#?secret=WlCV7gXJBc\" data-secret=\"WlCV7gXJBc\" width=\"600\" height=\"338\" title=\"&#8220;RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown&#8221; &#8212; Chris Kresser\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(11847,1280,'_oembed_time_23dc491aeb7984be5b7c3de7f8f733eb','1526497635'),(11848,1280,'_oembed_358a61ccc8bf2354ef1120fed79c344e','<blockquote class=\"wp-embedded-content\" data-secret=\"shaF4RzKZS\"><a href=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/\">Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/embed/#?secret=shaF4RzKZS\" data-secret=\"shaF4RzKZS\" width=\"600\" height=\"338\" title=\"&#8220;Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(11849,1280,'_oembed_time_358a61ccc8bf2354ef1120fed79c344e','1526497638'),(11850,1280,'_oembed_af0b1f39f6e075a34328aef17f250879','{{unknown}}'),(11851,1280,'_oembed_f714c39f6931f083180b36cf45638a8c','{{unknown}}'),(11852,1280,'_oembed_5000284a6c9c5bcbac8ae34dc7be08b7','{{unknown}}'),(11853,1280,'_oembed_63b1fcb3e0dc43453aedb68f431c75c2','<blockquote class=\"wp-embedded-content\" data-secret=\"oZNLMh7ADK\"><a href=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/\">How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/embed/#?secret=oZNLMh7ADK\" data-secret=\"oZNLMh7ADK\" width=\"600\" height=\"338\" title=\"&#8220;How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(11854,1280,'_oembed_time_63b1fcb3e0dc43453aedb68f431c75c2','1529526804'),(11855,1280,'_oembed_0dc928c90b7c768760131f493fc3b3d6','{{unknown}}'),(11856,1280,'_oembed_d7841c341108008601fa6bfd45e9877d','{{unknown}}'),(11857,1280,'_oembed_40a13cbe0598cd34470e2068d6d5b1b0','{{unknown}}'),(11858,1280,'_oembed_88288a6a8fdc1892db3639b1a045fbbf','<blockquote class=\"wp-embedded-content\" data-secret=\"JR2TSdbz6i\"><a href=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/\">Changing your diet is the first step in addressing Hashimoto&#8217;s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/embed/#?secret=JR2TSdbz6i\" data-secret=\"JR2TSdbz6i\" width=\"600\" height=\"338\" title=\"&#8220;Changing your diet is the first step in addressing Hashimoto&#8217;s&#8221; &#8212; Dr. K. News\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(11859,1280,'_oembed_time_88288a6a8fdc1892db3639b1a045fbbf','1535053648'),(11860,1280,'_oembed_6bfdd057756c7c58246362901ea9cc5a','<blockquote class=\"wp-embedded-content\" data-secret=\"EL52QLJFmX\"><a href=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/\">What To Do If Your TSH Is Normal and You Are Anything But!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/embed/#?secret=EL52QLJFmX\" data-secret=\"EL52QLJFmX\" width=\"600\" height=\"338\" title=\"&#8220;What To Do If Your TSH Is Normal and You Are Anything But!&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(11861,1280,'_oembed_time_6bfdd057756c7c58246362901ea9cc5a','1535053650'),(11862,1280,'_oembed_f64919ffc4b08d3bacaafee3d9d84058','<blockquote class=\"wp-embedded-content\" data-secret=\"krfgO9xlfd\"><a href=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/\">Iodine and Hashimotoâ€™s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/embed/#?secret=krfgO9xlfd\" data-secret=\"krfgO9xlfd\" width=\"600\" height=\"338\" title=\"&#8220;Iodine and Hashimotoâ€™s&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(11863,1280,'_oembed_time_f64919ffc4b08d3bacaafee3d9d84058','1535053650'),(11864,1280,'_thumbnail_id','1281'),(11866,1280,'_dp_original','1268'),(11867,1280,'_edit_lock','1567011577:2'),(11868,1281,'_wp_attached_file','2019/08/Biofilms.jpg'),(11869,1281,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:20:\"2019/08/Biofilms.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Biofilms-150x150.jpg\";s:5:\"width\";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:\"Biofilms-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:\"Biofilms-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:\"Biofilms-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"Biofilms-146x146.jpg\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:18:\"Biofilms-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:18:\"Biofilms-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:18:\"Biofilms-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:18:\"Biofilms-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:20:\"Biofilms-600x500.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:20:\"Biofilms-600x480.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:480;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:{}}}'),(11870,1280,'_edit_last','2'),(11872,1280,'_wp_old_slug','poisons-everywhere'),(11875,1280,'_wp_old_slug','poisons-everywhere-2'),(11878,1286,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11879,1286,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11880,1286,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11881,1286,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11882,1286,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11883,1286,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11884,1286,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11885,1286,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11886,1286,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11887,1286,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11888,1286,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11889,1286,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11890,1286,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11891,1286,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11892,1286,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11893,1286,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11894,1286,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11895,1286,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11896,1286,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11897,1286,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11898,1286,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11899,1286,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11900,1286,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11901,1286,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11902,1286,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11903,1286,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11904,1286,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11905,1286,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11906,1286,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11907,1286,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11908,1286,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11909,1286,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11910,1286,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11911,1286,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11912,1286,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11913,1286,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11914,1286,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11915,1286,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11916,1286,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11917,1286,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11918,1286,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11919,1286,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11920,1286,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11921,1286,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11922,1286,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11923,1286,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11924,1286,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11925,1286,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11926,1286,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11927,1286,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11928,1286,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11929,1286,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11930,1286,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(11931,1286,'slide_template','default'),(11932,1286,'slide_template','default'),(11933,1286,'eg_sources_html5_mp4',''),(11934,1286,'eg_sources_html5_mp4',''),(11935,1286,'eg_sources_html5_ogv',''),(11936,1286,'eg_sources_html5_ogv',''),(11937,1286,'eg_sources_html5_webm',''),(11938,1286,'eg_sources_html5_webm',''),(11939,1286,'eg_sources_youtube',''),(11940,1286,'eg_sources_youtube',''),(11941,1286,'eg_sources_vimeo',''),(11942,1286,'eg_sources_vimeo',''),(11943,1286,'eg_sources_wistia',''),(11944,1286,'eg_sources_wistia',''),(11945,1286,'eg_sources_image',''),(11946,1286,'eg_sources_image',''),(11947,1286,'eg_sources_iframe',''),(11948,1286,'eg_sources_iframe',''),(11949,1286,'eg_sources_soundcloud',''),(11950,1286,'eg_sources_soundcloud',''),(11951,1286,'eg_vimeo_ratio','0'),(11952,1286,'eg_vimeo_ratio','0'),(11953,1286,'eg_youtube_ratio','0'),(11954,1286,'eg_youtube_ratio','0'),(11955,1286,'eg_wistia_ratio','0'),(11956,1286,'eg_wistia_ratio','0'),(11957,1286,'eg_html5_ratio','0'),(11958,1286,'eg_html5_ratio','0'),(11959,1286,'eg_soundcloud_ratio','0'),(11960,1286,'eg_soundcloud_ratio','0'),(11961,1286,'eg_settings_custom_meta_skin',''),(11962,1286,'eg_settings_custom_meta_skin',''),(11963,1286,'eg_settings_custom_meta_element',''),(11964,1286,'eg_settings_custom_meta_element',''),(11965,1286,'eg_settings_custom_meta_setting',''),(11966,1286,'eg_settings_custom_meta_setting',''),(11967,1286,'eg_settings_custom_meta_style',''),(11968,1286,'eg_settings_custom_meta_style',''),(11969,1286,'mfn-post-hide-content','0'),(11970,1286,'mfn-post-hide-content','0'),(11971,1286,'mfn-post-slider','0'),(11972,1286,'mfn-post-slider','0'),(11973,1286,'mfn-post-slider-layer','0'),(11974,1286,'mfn-post-slider-layer','0'),(11975,1286,'mfn-post-hide-title','1'),(11976,1286,'mfn-post-hide-title','1'),(11977,1286,'mfn-post-remove-padding','0'),(11978,1286,'mfn-post-remove-padding','0'),(11979,1286,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(11980,1286,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(11981,1286,'mfn-post-hide-image','1'),(11982,1286,'mfn-post-hide-image','1'),(11983,1286,'_wpb_vc_js_status','true'),(11984,1286,'_wpb_vc_js_status','true'),(11985,1286,'mfn-post-love','0'),(11986,1286,'mfn-post-love','0'),(11987,1286,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(11988,1286,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(11989,1286,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(11990,1286,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(11991,1286,'_wp_old_slug','blog-title-03'),(11992,1286,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(11993,1286,'_wp_old_slug','blog-title-03'),(11994,1286,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(11995,1286,'_wp_old_slug','pregnenolone'),(11996,1286,'mfn-post-sidebar','0'),(11997,1286,'mfn-post-sidebar','0'),(11998,1286,'mfn-post-sidebar2','0'),(11999,1286,'mfn-post-sidebar2','0'),(12000,1286,'_oembed_70c3f7c0b35f507260fceba4aa944398','{{unknown}}'),(12001,1286,'_oembed_3e601594e527c050109c115dc0343e65','{{unknown}}'),(12002,1286,'_oembed_9b1ceae82700066b420cbf8220005e44','<blockquote class=\"wp-embedded-content\" data-secret=\"kASrIgvovz\"><a href=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/\">Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/embed/#?secret=kASrIgvovz\" data-secret=\"kASrIgvovz\" width=\"600\" height=\"338\" title=\"&#8220;Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO&#8221; &#8212; The Paleo Diet  - Robb Wolf on Paleolithic nutrition, intermittent fasting, and fitness\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(12003,1286,'_oembed_time_9b1ceae82700066b420cbf8220005e44','1526497634'),(12004,1286,'_oembed_23dc491aeb7984be5b7c3de7f8f733eb','<blockquote class=\"wp-embedded-content\" data-secret=\"WlCV7gXJBc\"><a href=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/\">RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/embed/#?secret=WlCV7gXJBc\" data-secret=\"WlCV7gXJBc\" width=\"600\" height=\"338\" title=\"&#8220;RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown&#8221; &#8212; Chris Kresser\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(12005,1286,'_oembed_time_23dc491aeb7984be5b7c3de7f8f733eb','1526497635'),(12006,1286,'_oembed_358a61ccc8bf2354ef1120fed79c344e','<blockquote class=\"wp-embedded-content\" data-secret=\"shaF4RzKZS\"><a href=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/\">Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/embed/#?secret=shaF4RzKZS\" data-secret=\"shaF4RzKZS\" width=\"600\" height=\"338\" title=\"&#8220;Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(12007,1286,'_oembed_time_358a61ccc8bf2354ef1120fed79c344e','1526497638'),(12008,1286,'_oembed_af0b1f39f6e075a34328aef17f250879','{{unknown}}'),(12009,1286,'_oembed_f714c39f6931f083180b36cf45638a8c','{{unknown}}'),(12010,1286,'_oembed_5000284a6c9c5bcbac8ae34dc7be08b7','{{unknown}}'),(12011,1286,'_oembed_63b1fcb3e0dc43453aedb68f431c75c2','<blockquote class=\"wp-embedded-content\" data-secret=\"oZNLMh7ADK\"><a href=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/\">How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/embed/#?secret=oZNLMh7ADK\" data-secret=\"oZNLMh7ADK\" width=\"600\" height=\"338\" title=\"&#8220;How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(12012,1286,'_oembed_time_63b1fcb3e0dc43453aedb68f431c75c2','1529526804'),(12013,1286,'_oembed_0dc928c90b7c768760131f493fc3b3d6','{{unknown}}'),(12014,1286,'_oembed_d7841c341108008601fa6bfd45e9877d','{{unknown}}'),(12015,1286,'_oembed_40a13cbe0598cd34470e2068d6d5b1b0','{{unknown}}'),(12016,1286,'_oembed_88288a6a8fdc1892db3639b1a045fbbf','<blockquote class=\"wp-embedded-content\" data-secret=\"JR2TSdbz6i\"><a href=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/\">Changing your diet is the first step in addressing Hashimoto&#8217;s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/embed/#?secret=JR2TSdbz6i\" data-secret=\"JR2TSdbz6i\" width=\"600\" height=\"338\" title=\"&#8220;Changing your diet is the first step in addressing Hashimoto&#8217;s&#8221; &#8212; Dr. K. News\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(12017,1286,'_oembed_time_88288a6a8fdc1892db3639b1a045fbbf','1535053648'),(12018,1286,'_oembed_6bfdd057756c7c58246362901ea9cc5a','<blockquote class=\"wp-embedded-content\" data-secret=\"EL52QLJFmX\"><a href=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/\">What To Do If Your TSH Is Normal and You Are Anything But!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/embed/#?secret=EL52QLJFmX\" data-secret=\"EL52QLJFmX\" width=\"600\" height=\"338\" title=\"&#8220;What To Do If Your TSH Is Normal and You Are Anything But!&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(12019,1286,'_oembed_time_6bfdd057756c7c58246362901ea9cc5a','1535053650'),(12020,1286,'_oembed_f64919ffc4b08d3bacaafee3d9d84058','<blockquote class=\"wp-embedded-content\" data-secret=\"krfgO9xlfd\"><a href=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/\">Iodine and Hashimotoâ€™s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/embed/#?secret=krfgO9xlfd\" data-secret=\"krfgO9xlfd\" width=\"600\" height=\"338\" title=\"&#8220;Iodine and Hashimotoâ€™s&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(12021,1286,'_oembed_time_f64919ffc4b08d3bacaafee3d9d84058','1535053650'),(12022,1286,'_thumbnail_id','922'),(12023,1286,'_oembed_6fa29d8ff8ee70be30a1769257ba981d','{{unknown}}'),(12025,1286,'_oembed_8057dccbff178f4bf66d19bf7dfb21d5','{{unknown}}'),(12026,1286,'_oembed_d43029d731ddfaf79cc4aaa9220245bd','{{unknown}}'),(12027,1286,'_oembed_b02799280e9f68aec28a156f6e817fe6','{{unknown}}'),(12028,1286,'_oembed_10d60e2988c756eff6ee8f49127dbd68','{{unknown}}'),(12029,1286,'_oembed_a0e1df28aa7b8a7f801c1217f5fb804e','{{unknown}}'),(12030,1286,'_oembed_168a9ca1ab262de4231cb713890a7329','{{unknown}}'),(12031,1286,'_oembed_c475c6abe61f73611eaf256ca46dc1a7','{{unknown}}'),(12032,1286,'_oembed_40c1265c8c74a82ebe90a8999b6b34b1','{{unknown}}'),(12033,1286,'_oembed_57dbb54c164af6134430e0d5907867cd','{{unknown}}'),(12034,1286,'_oembed_449c8431e9b5a9e3f753ac79e5db6e6e','{{unknown}}'),(12035,1286,'_dp_original','1276'),(12036,1286,'_edit_lock','1568212222:2'),(12037,1286,'_edit_last','2'),(12039,1286,'_wp_old_slug','september-sales'),(12042,1289,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12043,1289,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12044,1289,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12045,1289,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12046,1289,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12047,1289,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12048,1289,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12049,1289,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12050,1289,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12051,1289,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12052,1289,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12053,1289,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12054,1289,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12055,1289,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12056,1289,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12057,1289,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12058,1289,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12059,1289,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12060,1289,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12061,1289,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12062,1289,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12063,1289,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12064,1289,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12065,1289,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12066,1289,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12067,1289,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12068,1289,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12069,1289,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12070,1289,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12071,1289,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12072,1289,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12073,1289,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12074,1289,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12075,1289,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12076,1289,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12077,1289,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12078,1289,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12079,1289,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12080,1289,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12081,1289,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12082,1289,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12083,1289,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12084,1289,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12085,1289,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12086,1289,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12087,1289,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12088,1289,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12089,1289,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12090,1289,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12091,1289,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12092,1289,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12093,1289,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12094,1289,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12095,1289,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12096,1289,'slide_template','default'),(12097,1289,'slide_template','default'),(12098,1289,'eg_sources_html5_mp4',''),(12099,1289,'eg_sources_html5_mp4',''),(12100,1289,'eg_sources_html5_ogv',''),(12101,1289,'eg_sources_html5_ogv',''),(12102,1289,'eg_sources_html5_webm',''),(12103,1289,'eg_sources_html5_webm',''),(12104,1289,'eg_sources_youtube',''),(12105,1289,'eg_sources_youtube',''),(12106,1289,'eg_sources_vimeo',''),(12107,1289,'eg_sources_vimeo',''),(12108,1289,'eg_sources_wistia',''),(12109,1289,'eg_sources_wistia',''),(12110,1289,'eg_sources_image',''),(12111,1289,'eg_sources_image',''),(12112,1289,'eg_sources_iframe',''),(12113,1289,'eg_sources_iframe',''),(12114,1289,'eg_sources_soundcloud',''),(12115,1289,'eg_sources_soundcloud',''),(12116,1289,'eg_vimeo_ratio','0'),(12117,1289,'eg_vimeo_ratio','0'),(12118,1289,'eg_youtube_ratio','0'),(12119,1289,'eg_youtube_ratio','0'),(12120,1289,'eg_wistia_ratio','0'),(12121,1289,'eg_wistia_ratio','0'),(12122,1289,'eg_html5_ratio','0'),(12123,1289,'eg_html5_ratio','0'),(12124,1289,'eg_soundcloud_ratio','0'),(12125,1289,'eg_soundcloud_ratio','0'),(12126,1289,'eg_settings_custom_meta_skin',''),(12127,1289,'eg_settings_custom_meta_skin',''),(12128,1289,'eg_settings_custom_meta_element',''),(12129,1289,'eg_settings_custom_meta_element',''),(12130,1289,'eg_settings_custom_meta_setting',''),(12131,1289,'eg_settings_custom_meta_setting',''),(12132,1289,'eg_settings_custom_meta_style',''),(12133,1289,'eg_settings_custom_meta_style',''),(12134,1289,'mfn-post-hide-content','0'),(12135,1289,'mfn-post-hide-content','0'),(12136,1289,'mfn-post-slider','0'),(12137,1289,'mfn-post-slider','0'),(12138,1289,'mfn-post-slider-layer','0'),(12139,1289,'mfn-post-slider-layer','0'),(12140,1289,'mfn-post-hide-title','1'),(12141,1289,'mfn-post-hide-title','1'),(12142,1289,'mfn-post-remove-padding','0'),(12143,1289,'mfn-post-remove-padding','0'),(12144,1289,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(12145,1289,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(12146,1289,'mfn-post-hide-image','1'),(12147,1289,'mfn-post-hide-image','1'),(12148,1289,'_wpb_vc_js_status','true'),(12149,1289,'_wpb_vc_js_status','true'),(12150,1289,'mfn-post-love','0'),(12151,1289,'mfn-post-love','0'),(12152,1289,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(12153,1289,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(12154,1289,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(12155,1289,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(12156,1289,'_wp_old_slug','blog-title-03'),(12157,1289,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(12158,1289,'_wp_old_slug','blog-title-03'),(12159,1289,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(12160,1289,'_wp_old_slug','cancer-update'),(12161,1289,'mfn-post-sidebar','0'),(12162,1289,'mfn-post-sidebar','0'),(12163,1289,'mfn-post-sidebar2','0'),(12164,1289,'mfn-post-sidebar2','0'),(12165,1289,'_oembed_70c3f7c0b35f507260fceba4aa944398','{{unknown}}'),(12166,1289,'_oembed_3e601594e527c050109c115dc0343e65','{{unknown}}'),(12167,1289,'_oembed_9b1ceae82700066b420cbf8220005e44','<blockquote class=\"wp-embedded-content\" data-secret=\"kASrIgvovz\"><a href=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/\">Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/embed/#?secret=kASrIgvovz\" data-secret=\"kASrIgvovz\" width=\"600\" height=\"338\" title=\"&#8220;Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO&#8221; &#8212; The Paleo Diet  - Robb Wolf on Paleolithic nutrition, intermittent fasting, and fitness\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(12168,1289,'_oembed_time_9b1ceae82700066b420cbf8220005e44','1526497634'),(12169,1289,'_oembed_23dc491aeb7984be5b7c3de7f8f733eb','<blockquote class=\"wp-embedded-content\" data-secret=\"WlCV7gXJBc\"><a href=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/\">RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/embed/#?secret=WlCV7gXJBc\" data-secret=\"WlCV7gXJBc\" width=\"600\" height=\"338\" title=\"&#8220;RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown&#8221; &#8212; Chris Kresser\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(12170,1289,'_oembed_time_23dc491aeb7984be5b7c3de7f8f733eb','1526497635'),(12171,1289,'_oembed_358a61ccc8bf2354ef1120fed79c344e','<blockquote class=\"wp-embedded-content\" data-secret=\"shaF4RzKZS\"><a href=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/\">Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/embed/#?secret=shaF4RzKZS\" data-secret=\"shaF4RzKZS\" width=\"600\" height=\"338\" title=\"&#8220;Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(12172,1289,'_oembed_time_358a61ccc8bf2354ef1120fed79c344e','1526497638'),(12173,1289,'_oembed_af0b1f39f6e075a34328aef17f250879','{{unknown}}'),(12174,1289,'_oembed_f714c39f6931f083180b36cf45638a8c','{{unknown}}'),(12175,1289,'_oembed_5000284a6c9c5bcbac8ae34dc7be08b7','{{unknown}}'),(12176,1289,'_oembed_63b1fcb3e0dc43453aedb68f431c75c2','<blockquote class=\"wp-embedded-content\" data-secret=\"oZNLMh7ADK\"><a href=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/\">How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/embed/#?secret=oZNLMh7ADK\" data-secret=\"oZNLMh7ADK\" width=\"600\" height=\"338\" title=\"&#8220;How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(12177,1289,'_oembed_time_63b1fcb3e0dc43453aedb68f431c75c2','1529526804'),(12178,1289,'_oembed_0dc928c90b7c768760131f493fc3b3d6','{{unknown}}'),(12179,1289,'_oembed_d7841c341108008601fa6bfd45e9877d','{{unknown}}'),(12180,1289,'_oembed_40a13cbe0598cd34470e2068d6d5b1b0','{{unknown}}'),(12181,1289,'_oembed_88288a6a8fdc1892db3639b1a045fbbf','<blockquote class=\"wp-embedded-content\" data-secret=\"JR2TSdbz6i\"><a href=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/\">Changing your diet is the first step in addressing Hashimoto&#8217;s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/embed/#?secret=JR2TSdbz6i\" data-secret=\"JR2TSdbz6i\" width=\"600\" height=\"338\" title=\"&#8220;Changing your diet is the first step in addressing Hashimoto&#8217;s&#8221; &#8212; Dr. K. News\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(12182,1289,'_oembed_time_88288a6a8fdc1892db3639b1a045fbbf','1535053648'),(12183,1289,'_oembed_6bfdd057756c7c58246362901ea9cc5a','<blockquote class=\"wp-embedded-content\" data-secret=\"EL52QLJFmX\"><a href=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/\">What To Do If Your TSH Is Normal and You Are Anything But!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/embed/#?secret=EL52QLJFmX\" data-secret=\"EL52QLJFmX\" width=\"600\" height=\"338\" title=\"&#8220;What To Do If Your TSH Is Normal and You Are Anything But!&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(12184,1289,'_oembed_time_6bfdd057756c7c58246362901ea9cc5a','1535053650'),(12185,1289,'_oembed_f64919ffc4b08d3bacaafee3d9d84058','<blockquote class=\"wp-embedded-content\" data-secret=\"krfgO9xlfd\"><a href=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/\">Iodine and Hashimotoâ€™s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/embed/#?secret=krfgO9xlfd\" data-secret=\"krfgO9xlfd\" width=\"600\" height=\"338\" title=\"&#8220;Iodine and Hashimotoâ€™s&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(12186,1289,'_oembed_time_f64919ffc4b08d3bacaafee3d9d84058','1535053650'),(12187,1289,'_thumbnail_id','1290'),(12189,1289,'_dp_original','1268'),(12190,1289,'_edit_lock','1568669998:2'),(12191,1290,'_wp_attached_file','2019/09/magnesium-604X.jpg'),(12192,1290,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:604;s:6:\"height\";i:432;s:4:\"file\";s:26:\"2019/09/magnesium-604X.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"magnesium-604X-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"magnesium-604X-300x215.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"ttshowcase_normal\";a:4:{s:4:\"file\";s:25:\"magnesium-604X-125x89.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:89;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"ttshowcase_small\";a:4:{s:4:\"file\";s:24:\"magnesium-604X-75x54.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:54;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"magnesium-604X-204x146.jpg\";s:5:\"width\";i:204;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:24:\"magnesium-604X-50x36.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:25:\"magnesium-604X-105x75.jpg\";s:5:\"width\";i:105;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:24:\"magnesium-604X-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:24:\"magnesium-604X-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:32:\"Getty Images/Collection Mix: Sub\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:80:\"A close-up view of the periodic table focused on the chemical element Magnesium.\";s:17:\"created_timestamp\";s:10:\"1326960000\";s:9:\"copyright\";s:37:\"This content is subject to copyright.\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:28:\"Magnesium (Chemical Element)\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:11:{i:0;s:9:\"no people\";i:1;s:10:\"horizontal\";i:2;s:25:\"digitally generated image\";i:3;s:16:\"chemical element\";i:4;s:14:\"periodic table\";i:5;s:9:\"magnesium\";i:6;s:2:\"mg\";i:7;s:13:\"atomic number\";i:8;s:15:\"grey background\";i:9;s:13:\"atomic weight\";i:10;s:6:\"series\";}}}'),(12193,1289,'_edit_last','2'),(12196,1294,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12197,1294,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12198,1294,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12199,1294,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12200,1294,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12201,1294,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12202,1294,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12203,1294,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12204,1294,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12205,1294,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12206,1294,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12207,1294,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12208,1294,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12209,1294,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12210,1294,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12211,1294,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12212,1294,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12213,1294,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12214,1294,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12215,1294,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12216,1294,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12217,1294,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12218,1294,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12219,1294,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12220,1294,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12221,1294,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12222,1294,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12223,1294,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12224,1294,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12225,1294,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12226,1294,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12227,1294,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12228,1294,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12229,1294,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12230,1294,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12231,1294,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12232,1294,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12233,1294,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12234,1294,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12235,1294,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12236,1294,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12237,1294,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12238,1294,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12239,1294,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12240,1294,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12241,1294,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12242,1294,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12243,1294,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12244,1294,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12245,1294,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12246,1294,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12247,1294,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12248,1294,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12249,1294,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12250,1294,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12251,1294,'slide_template','default'),(12252,1294,'slide_template','default'),(12253,1294,'eg_sources_html5_mp4',''),(12254,1294,'eg_sources_html5_mp4',''),(12255,1294,'eg_sources_html5_ogv',''),(12256,1294,'eg_sources_html5_ogv',''),(12257,1294,'eg_sources_html5_webm',''),(12258,1294,'eg_sources_html5_webm',''),(12259,1294,'eg_sources_youtube',''),(12260,1294,'eg_sources_youtube',''),(12261,1294,'eg_sources_vimeo',''),(12262,1294,'eg_sources_vimeo',''),(12263,1294,'eg_sources_wistia',''),(12264,1294,'eg_sources_wistia',''),(12265,1294,'eg_sources_image',''),(12266,1294,'eg_sources_image',''),(12267,1294,'eg_sources_iframe',''),(12268,1294,'eg_sources_iframe',''),(12269,1294,'eg_sources_soundcloud',''),(12270,1294,'eg_sources_soundcloud',''),(12271,1294,'eg_vimeo_ratio','0'),(12272,1294,'eg_vimeo_ratio','0'),(12273,1294,'eg_youtube_ratio','0'),(12274,1294,'eg_youtube_ratio','0'),(12275,1294,'eg_wistia_ratio','0'),(12276,1294,'eg_wistia_ratio','0'),(12277,1294,'eg_html5_ratio','0'),(12278,1294,'eg_html5_ratio','0'),(12279,1294,'eg_soundcloud_ratio','0'),(12280,1294,'eg_soundcloud_ratio','0'),(12281,1294,'eg_settings_custom_meta_skin',''),(12282,1294,'eg_settings_custom_meta_skin',''),(12283,1294,'eg_settings_custom_meta_element',''),(12284,1294,'eg_settings_custom_meta_element',''),(12285,1294,'eg_settings_custom_meta_setting',''),(12286,1294,'eg_settings_custom_meta_setting',''),(12287,1294,'eg_settings_custom_meta_style',''),(12288,1294,'eg_settings_custom_meta_style',''),(12289,1294,'mfn-post-hide-content','0'),(12290,1294,'mfn-post-hide-content','0'),(12291,1294,'mfn-post-slider','0'),(12292,1294,'mfn-post-slider','0'),(12293,1294,'mfn-post-slider-layer','0'),(12294,1294,'mfn-post-slider-layer','0'),(12295,1294,'mfn-post-hide-title','1'),(12296,1294,'mfn-post-hide-title','1'),(12297,1294,'mfn-post-remove-padding','0'),(12298,1294,'mfn-post-remove-padding','0'),(12299,1294,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(12300,1294,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(12301,1294,'mfn-post-hide-image','1'),(12302,1294,'mfn-post-hide-image','1'),(12303,1294,'_wpb_vc_js_status','true'),(12304,1294,'_wpb_vc_js_status','true'),(12305,1294,'mfn-post-love','0'),(12306,1294,'mfn-post-love','0'),(12307,1294,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(12308,1294,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(12309,1294,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(12310,1294,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(12311,1294,'_wp_old_slug','blog-title-03'),(12312,1294,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(12313,1294,'_wp_old_slug','blog-title-03'),(12314,1294,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(12315,1294,'_wp_old_slug','cancer-update'),(12316,1294,'mfn-post-sidebar','0'),(12317,1294,'mfn-post-sidebar','0'),(12318,1294,'mfn-post-sidebar2','0'),(12319,1294,'mfn-post-sidebar2','0'),(12320,1294,'_oembed_70c3f7c0b35f507260fceba4aa944398','{{unknown}}'),(12321,1294,'_oembed_3e601594e527c050109c115dc0343e65','{{unknown}}'),(12322,1294,'_oembed_9b1ceae82700066b420cbf8220005e44','<blockquote class=\"wp-embedded-content\" data-secret=\"kASrIgvovz\"><a href=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/\">Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/embed/#?secret=kASrIgvovz\" data-secret=\"kASrIgvovz\" width=\"600\" height=\"338\" title=\"&#8220;Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO&#8221; &#8212; The Paleo Diet  - Robb Wolf on Paleolithic nutrition, intermittent fasting, and fitness\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(12323,1294,'_oembed_time_9b1ceae82700066b420cbf8220005e44','1526497634'),(12324,1294,'_oembed_23dc491aeb7984be5b7c3de7f8f733eb','<blockquote class=\"wp-embedded-content\" data-secret=\"WlCV7gXJBc\"><a href=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/\">RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/embed/#?secret=WlCV7gXJBc\" data-secret=\"WlCV7gXJBc\" width=\"600\" height=\"338\" title=\"&#8220;RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown&#8221; &#8212; Chris Kresser\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(12325,1294,'_oembed_time_23dc491aeb7984be5b7c3de7f8f733eb','1526497635'),(12326,1294,'_oembed_358a61ccc8bf2354ef1120fed79c344e','<blockquote class=\"wp-embedded-content\" data-secret=\"shaF4RzKZS\"><a href=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/\">Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/embed/#?secret=shaF4RzKZS\" data-secret=\"shaF4RzKZS\" width=\"600\" height=\"338\" title=\"&#8220;Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(12327,1294,'_oembed_time_358a61ccc8bf2354ef1120fed79c344e','1526497638'),(12328,1294,'_oembed_af0b1f39f6e075a34328aef17f250879','{{unknown}}'),(12329,1294,'_oembed_f714c39f6931f083180b36cf45638a8c','{{unknown}}'),(12330,1294,'_oembed_5000284a6c9c5bcbac8ae34dc7be08b7','{{unknown}}'),(12331,1294,'_oembed_63b1fcb3e0dc43453aedb68f431c75c2','<blockquote class=\"wp-embedded-content\" data-secret=\"oZNLMh7ADK\"><a href=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/\">How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/embed/#?secret=oZNLMh7ADK\" data-secret=\"oZNLMh7ADK\" width=\"600\" height=\"338\" title=\"&#8220;How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(12332,1294,'_oembed_time_63b1fcb3e0dc43453aedb68f431c75c2','1529526804'),(12333,1294,'_oembed_0dc928c90b7c768760131f493fc3b3d6','{{unknown}}'),(12334,1294,'_oembed_d7841c341108008601fa6bfd45e9877d','{{unknown}}'),(12335,1294,'_oembed_40a13cbe0598cd34470e2068d6d5b1b0','{{unknown}}'),(12336,1294,'_oembed_88288a6a8fdc1892db3639b1a045fbbf','<blockquote class=\"wp-embedded-content\" data-secret=\"JR2TSdbz6i\"><a href=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/\">Changing your diet is the first step in addressing Hashimoto&#8217;s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/embed/#?secret=JR2TSdbz6i\" data-secret=\"JR2TSdbz6i\" width=\"600\" height=\"338\" title=\"&#8220;Changing your diet is the first step in addressing Hashimoto&#8217;s&#8221; &#8212; Dr. K. News\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(12337,1294,'_oembed_time_88288a6a8fdc1892db3639b1a045fbbf','1535053648'),(12338,1294,'_oembed_6bfdd057756c7c58246362901ea9cc5a','<blockquote class=\"wp-embedded-content\" data-secret=\"EL52QLJFmX\"><a href=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/\">What To Do If Your TSH Is Normal and You Are Anything But!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/embed/#?secret=EL52QLJFmX\" data-secret=\"EL52QLJFmX\" width=\"600\" height=\"338\" title=\"&#8220;What To Do If Your TSH Is Normal and You Are Anything But!&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(12339,1294,'_oembed_time_6bfdd057756c7c58246362901ea9cc5a','1535053650'),(12340,1294,'_oembed_f64919ffc4b08d3bacaafee3d9d84058','<blockquote class=\"wp-embedded-content\" data-secret=\"krfgO9xlfd\"><a href=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/\">Iodine and Hashimotoâ€™s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/embed/#?secret=krfgO9xlfd\" data-secret=\"krfgO9xlfd\" width=\"600\" height=\"338\" title=\"&#8220;Iodine and Hashimotoâ€™s&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(12341,1294,'_oembed_time_f64919ffc4b08d3bacaafee3d9d84058','1535053650'),(12342,1294,'_thumbnail_id','1296'),(12344,1294,'_dp_original','1289'),(12345,1294,'_edit_lock','1568828807:2'),(12346,1295,'_wp_attached_file','2019/09/medicinal-mushrooms.jpg'),(12347,1295,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:433;s:4:\"file\";s:31:\"2019/09/medicinal-mushrooms.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"medicinal-mushrooms-150x150.jpg\";s:5:\"width\";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:\"medicinal-mushrooms-300x217.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:217;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"ttshowcase_normal\";a:4:{s:4:\"file\";s:30:\"medicinal-mushrooms-125x90.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"ttshowcase_small\";a:4:{s:4:\"file\";s:29:\"medicinal-mushrooms-75x54.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:54;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"medicinal-mushrooms-202x146.jpg\";s:5:\"width\";i:202;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:29:\"medicinal-mushrooms-50x36.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:30:\"medicinal-mushrooms-104x75.jpg\";s:5:\"width\";i:104;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:29:\"medicinal-mushrooms-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:29:\"medicinal-mushrooms-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(12348,1296,'_wp_attached_file','2019/09/flu-2019-604X604.jpg'),(12349,1296,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:604;s:6:\"height\";i:604;s:4:\"file\";s:28:\"2019/09/flu-2019-604X604.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"flu-2019-604X604-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"flu-2019-604X604-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:28:\"flu-2019-604X604-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:26:\"flu-2019-604X604-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"flu-2019-604X604-146x146.jpg\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:26:\"flu-2019-604X604-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:26:\"flu-2019-604X604-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:26:\"flu-2019-604X604-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:26:\"flu-2019-604X604-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:28:\"flu-2019-604X604-604x500.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:28:\"flu-2019-604X604-604x480.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:480;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:{}}}'),(12350,1294,'_edit_last','2'),(12352,1294,'_wp_old_slug','magnificent-magnesium'),(12355,1294,'_wp_old_slug','magnificent-magnesium-2'),(12358,1302,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12359,1302,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12360,1302,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12361,1302,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12362,1302,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12363,1302,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12364,1302,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12365,1302,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12366,1302,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12367,1302,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12368,1302,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12369,1302,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12370,1302,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12371,1302,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12372,1302,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12373,1302,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12374,1302,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12375,1302,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12376,1302,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12377,1302,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12378,1302,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12379,1302,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12380,1302,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12381,1302,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12382,1302,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12383,1302,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12384,1302,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12385,1302,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12386,1302,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12387,1302,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12388,1302,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12389,1302,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12390,1302,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12391,1302,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12392,1302,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12393,1302,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12394,1302,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12395,1302,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12396,1302,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12397,1302,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12398,1302,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12399,1302,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12400,1302,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12401,1302,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12402,1302,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12403,1302,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12404,1302,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12405,1302,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12406,1302,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12407,1302,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12408,1302,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12409,1302,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12410,1302,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12411,1302,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12412,1302,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12413,1302,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(12414,1302,'slide_template','default'),(12415,1302,'slide_template','default'),(12416,1302,'eg_sources_html5_mp4',''),(12417,1302,'eg_sources_html5_mp4',''),(12418,1302,'eg_sources_html5_ogv',''),(12419,1302,'eg_sources_html5_ogv',''),(12420,1302,'eg_sources_html5_webm',''),(12421,1302,'eg_sources_html5_webm',''),(12422,1302,'eg_sources_youtube',''),(12423,1302,'eg_sources_youtube',''),(12424,1302,'eg_sources_vimeo',''),(12425,1302,'eg_sources_vimeo',''),(12426,1302,'eg_sources_wistia',''),(12427,1302,'eg_sources_wistia',''),(12428,1302,'eg_sources_image',''),(12429,1302,'eg_sources_image',''),(12430,1302,'eg_sources_iframe',''),(12431,1302,'eg_sources_iframe',''),(12432,1302,'eg_sources_soundcloud',''),(12433,1302,'eg_sources_soundcloud',''),(12434,1302,'eg_vimeo_ratio','0'),(12435,1302,'eg_vimeo_ratio','0'),(12436,1302,'eg_youtube_ratio','0'),(12437,1302,'eg_youtube_ratio','0'),(12438,1302,'eg_wistia_ratio','0'),(12439,1302,'eg_wistia_ratio','0'),(12440,1302,'eg_html5_ratio','0'),(12441,1302,'eg_html5_ratio','0'),(12442,1302,'eg_soundcloud_ratio','0'),(12443,1302,'eg_soundcloud_ratio','0'),(12444,1302,'eg_settings_custom_meta_skin',''),(12445,1302,'eg_settings_custom_meta_skin',''),(12446,1302,'eg_settings_custom_meta_element',''),(12447,1302,'eg_settings_custom_meta_element',''),(12448,1302,'eg_settings_custom_meta_setting',''),(12449,1302,'eg_settings_custom_meta_setting',''),(12450,1302,'eg_settings_custom_meta_style',''),(12451,1302,'eg_settings_custom_meta_style',''),(12452,1302,'mfn-post-hide-content','0'),(12453,1302,'mfn-post-hide-content','0'),(12454,1302,'mfn-post-slider','0'),(12455,1302,'mfn-post-slider','0'),(12456,1302,'mfn-post-slider-layer','0'),(12457,1302,'mfn-post-slider-layer','0'),(12458,1302,'mfn-post-hide-title','1'),(12459,1302,'mfn-post-hide-title','1'),(12460,1302,'mfn-post-remove-padding','0'),(12461,1302,'mfn-post-remove-padding','0'),(12462,1302,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(12463,1302,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(12464,1302,'mfn-post-hide-image','1'),(12465,1302,'mfn-post-hide-image','1'),(12466,1302,'_wpb_vc_js_status','true'),(12467,1302,'_wpb_vc_js_status','true'),(12468,1302,'mfn-post-love','0'),(12469,1302,'mfn-post-love','0'),(12470,1302,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(12471,1302,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(12472,1302,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(12473,1302,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(12474,1302,'_wp_old_slug','blog-title-03'),(12475,1302,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(12476,1302,'_wp_old_slug','blog-title-03'),(12477,1302,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(12478,1302,'_wp_old_slug','cancer-update'),(12479,1302,'_wp_old_slug','magnificent-magnesium'),(12480,1302,'_wp_old_slug','magnificent-magnesium-2'),(12481,1302,'mfn-post-sidebar','0'),(12482,1302,'mfn-post-sidebar','0'),(12483,1302,'mfn-post-sidebar2','0'),(12484,1302,'mfn-post-sidebar2','0'),(12485,1302,'_oembed_70c3f7c0b35f507260fceba4aa944398','{{unknown}}'),(12486,1302,'_oembed_3e601594e527c050109c115dc0343e65','{{unknown}}'),(12487,1302,'_oembed_9b1ceae82700066b420cbf8220005e44','<blockquote class=\"wp-embedded-content\" data-secret=\"kASrIgvovz\"><a href=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/\">Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/embed/#?secret=kASrIgvovz\" data-secret=\"kASrIgvovz\" width=\"600\" height=\"338\" title=\"&#8220;Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO&#8221; &#8212; The Paleo Diet  - Robb Wolf on Paleolithic nutrition, intermittent fasting, and fitness\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(12488,1302,'_oembed_time_9b1ceae82700066b420cbf8220005e44','1526497634'),(12489,1302,'_oembed_23dc491aeb7984be5b7c3de7f8f733eb','<blockquote class=\"wp-embedded-content\" data-secret=\"WlCV7gXJBc\"><a href=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/\">RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/embed/#?secret=WlCV7gXJBc\" data-secret=\"WlCV7gXJBc\" width=\"600\" height=\"338\" title=\"&#8220;RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown&#8221; &#8212; Chris Kresser\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(12490,1302,'_oembed_time_23dc491aeb7984be5b7c3de7f8f733eb','1526497635'),(12491,1302,'_oembed_358a61ccc8bf2354ef1120fed79c344e','<blockquote class=\"wp-embedded-content\" data-secret=\"shaF4RzKZS\"><a href=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/\">Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/embed/#?secret=shaF4RzKZS\" data-secret=\"shaF4RzKZS\" width=\"600\" height=\"338\" title=\"&#8220;Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(12492,1302,'_oembed_time_358a61ccc8bf2354ef1120fed79c344e','1526497638'),(12493,1302,'_oembed_af0b1f39f6e075a34328aef17f250879','{{unknown}}'),(12494,1302,'_oembed_f714c39f6931f083180b36cf45638a8c','{{unknown}}'),(12495,1302,'_oembed_5000284a6c9c5bcbac8ae34dc7be08b7','{{unknown}}'),(12496,1302,'_oembed_63b1fcb3e0dc43453aedb68f431c75c2','<blockquote class=\"wp-embedded-content\" data-secret=\"oZNLMh7ADK\"><a href=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/\">How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/embed/#?secret=oZNLMh7ADK\" data-secret=\"oZNLMh7ADK\" width=\"600\" height=\"338\" title=\"&#8220;How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(12497,1302,'_oembed_time_63b1fcb3e0dc43453aedb68f431c75c2','1529526804'),(12498,1302,'_oembed_0dc928c90b7c768760131f493fc3b3d6','{{unknown}}'),(12499,1302,'_oembed_d7841c341108008601fa6bfd45e9877d','{{unknown}}'),(12500,1302,'_oembed_40a13cbe0598cd34470e2068d6d5b1b0','{{unknown}}'),(12501,1302,'_oembed_88288a6a8fdc1892db3639b1a045fbbf','<blockquote class=\"wp-embedded-content\" data-secret=\"JR2TSdbz6i\"><a href=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/\">Changing your diet is the first step in addressing Hashimoto&#8217;s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/embed/#?secret=JR2TSdbz6i\" data-secret=\"JR2TSdbz6i\" width=\"600\" height=\"338\" title=\"&#8220;Changing your diet is the first step in addressing Hashimoto&#8217;s&#8221; &#8212; Dr. K. News\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(12502,1302,'_oembed_time_88288a6a8fdc1892db3639b1a045fbbf','1535053648'),(12503,1302,'_oembed_6bfdd057756c7c58246362901ea9cc5a','<blockquote class=\"wp-embedded-content\" data-secret=\"EL52QLJFmX\"><a href=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/\">What To Do If Your TSH Is Normal and You Are Anything But!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/embed/#?secret=EL52QLJFmX\" data-secret=\"EL52QLJFmX\" width=\"600\" height=\"338\" title=\"&#8220;What To Do If Your TSH Is Normal and You Are Anything But!&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(12504,1302,'_oembed_time_6bfdd057756c7c58246362901ea9cc5a','1535053650'),(12505,1302,'_oembed_f64919ffc4b08d3bacaafee3d9d84058','<blockquote class=\"wp-embedded-content\" data-secret=\"krfgO9xlfd\"><a href=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/\">Iodine and Hashimotoâ€™s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/embed/#?secret=krfgO9xlfd\" data-secret=\"krfgO9xlfd\" width=\"600\" height=\"338\" title=\"&#8220;Iodine and Hashimotoâ€™s&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(12506,1302,'_oembed_time_f64919ffc4b08d3bacaafee3d9d84058','1535053650'),(12507,1302,'_thumbnail_id','980'),(12509,1302,'_dp_original','1294'),(12510,1302,'_edit_lock','1570119552:2'),(12511,1302,'_edit_last','2'),(12567,1304,'slide_template','default'),(12568,1304,'slide_template','default'),(12569,1304,'eg_sources_html5_mp4',''),(12570,1304,'eg_sources_html5_mp4',''),(12571,1304,'eg_sources_html5_ogv',''),(12572,1304,'eg_sources_html5_ogv',''),(12573,1304,'eg_sources_html5_webm',''),(12574,1304,'eg_sources_html5_webm',''),(12575,1304,'eg_sources_youtube',''),(12576,1304,'eg_sources_youtube',''),(12577,1304,'eg_sources_vimeo',''),(12578,1304,'eg_sources_vimeo',''),(12579,1304,'eg_sources_wistia',''),(12580,1304,'eg_sources_wistia',''),(12581,1304,'eg_sources_image',''),(12582,1304,'eg_sources_image',''),(12583,1304,'eg_sources_iframe',''),(12584,1304,'eg_sources_iframe',''),(12585,1304,'eg_sources_soundcloud',''),(12586,1304,'eg_sources_soundcloud',''),(12587,1304,'eg_vimeo_ratio','0'),(12588,1304,'eg_vimeo_ratio','0'),(12589,1304,'eg_youtube_ratio','0'),(12590,1304,'eg_youtube_ratio','0'),(12591,1304,'eg_wistia_ratio','0'),(12592,1304,'eg_wistia_ratio','0'),(12593,1304,'eg_html5_ratio','0'),(12594,1304,'eg_html5_ratio','0'),(12595,1304,'eg_soundcloud_ratio','0'),(12596,1304,'eg_soundcloud_ratio','0'),(12597,1304,'eg_settings_custom_meta_skin',''),(12598,1304,'eg_settings_custom_meta_skin',''),(12599,1304,'eg_settings_custom_meta_element',''),(12600,1304,'eg_settings_custom_meta_element',''),(12601,1304,'eg_settings_custom_meta_setting',''),(12602,1304,'eg_settings_custom_meta_setting',''),(12603,1304,'eg_settings_custom_meta_style',''),(12604,1304,'eg_settings_custom_meta_style',''),(12605,1304,'mfn-post-hide-content','0'),(12606,1304,'mfn-post-hide-content','0'),(12607,1304,'mfn-post-slider','0'),(12608,1304,'mfn-post-slider','0'),(12609,1304,'mfn-post-slider-layer','0'),(12610,1304,'mfn-post-slider-layer','0'),(12611,1304,'mfn-post-hide-title','1'),(12612,1304,'mfn-post-hide-title','1'),(12613,1304,'mfn-post-remove-padding','0'),(12614,1304,'mfn-post-remove-padding','0'),(12615,1304,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(12616,1304,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(12617,1304,'mfn-post-hide-image','1'),(12618,1304,'mfn-post-hide-image','1'),(12619,1304,'_wpb_vc_js_status','false'),(12620,1304,'_wpb_vc_js_status','false'),(12621,1304,'mfn-post-love','0'),(12622,1304,'mfn-post-love','0'),(12623,1304,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(12624,1304,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(12625,1304,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(12626,1304,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(12627,1304,'_wp_old_slug','blog-title-03'),(12628,1304,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(12629,1304,'_wp_old_slug','blog-title-03'),(12630,1304,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(12631,1304,'_wp_old_slug','cancer-update'),(12632,1304,'_wp_old_slug','magnificent-magnesium'),(12633,1304,'_wp_old_slug','magnificent-magnesium-2'),(12634,1304,'mfn-post-sidebar','0'),(12635,1304,'mfn-post-sidebar','0'),(12636,1304,'mfn-post-sidebar2','0'),(12637,1304,'mfn-post-sidebar2','0'),(12638,1304,'_oembed_70c3f7c0b35f507260fceba4aa944398','{{unknown}}'),(12639,1304,'_oembed_3e601594e527c050109c115dc0343e65','{{unknown}}'),(12640,1304,'_oembed_9b1ceae82700066b420cbf8220005e44','<blockquote class=\"wp-embedded-content\" data-secret=\"kASrIgvovz\"><a href=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/\">Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/embed/#?secret=kASrIgvovz\" data-secret=\"kASrIgvovz\" width=\"600\" height=\"338\" title=\"&#8220;Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO&#8221; &#8212; The Paleo Diet  - Robb Wolf on Paleolithic nutrition, intermittent fasting, and fitness\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(12641,1304,'_oembed_time_9b1ceae82700066b420cbf8220005e44','1526497634'),(12642,1304,'_oembed_23dc491aeb7984be5b7c3de7f8f733eb','<blockquote class=\"wp-embedded-content\" data-secret=\"WlCV7gXJBc\"><a href=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/\">RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/embed/#?secret=WlCV7gXJBc\" data-secret=\"WlCV7gXJBc\" width=\"600\" height=\"338\" title=\"&#8220;RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown&#8221; &#8212; Chris Kresser\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(12643,1304,'_oembed_time_23dc491aeb7984be5b7c3de7f8f733eb','1526497635'),(12644,1304,'_oembed_358a61ccc8bf2354ef1120fed79c344e','<blockquote class=\"wp-embedded-content\" data-secret=\"shaF4RzKZS\"><a href=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/\">Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/embed/#?secret=shaF4RzKZS\" data-secret=\"shaF4RzKZS\" width=\"600\" height=\"338\" title=\"&#8220;Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(12645,1304,'_oembed_time_358a61ccc8bf2354ef1120fed79c344e','1526497638'),(12646,1304,'_oembed_af0b1f39f6e075a34328aef17f250879','{{unknown}}'),(12647,1304,'_oembed_f714c39f6931f083180b36cf45638a8c','{{unknown}}'),(12648,1304,'_oembed_5000284a6c9c5bcbac8ae34dc7be08b7','{{unknown}}'),(12649,1304,'_oembed_63b1fcb3e0dc43453aedb68f431c75c2','<blockquote class=\"wp-embedded-content\" data-secret=\"oZNLMh7ADK\"><a href=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/\">How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/embed/#?secret=oZNLMh7ADK\" data-secret=\"oZNLMh7ADK\" width=\"600\" height=\"338\" title=\"&#8220;How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(12650,1304,'_oembed_time_63b1fcb3e0dc43453aedb68f431c75c2','1529526804'),(12651,1304,'_oembed_0dc928c90b7c768760131f493fc3b3d6','{{unknown}}'),(12652,1304,'_oembed_d7841c341108008601fa6bfd45e9877d','{{unknown}}'),(12653,1304,'_oembed_40a13cbe0598cd34470e2068d6d5b1b0','{{unknown}}'),(12654,1304,'_oembed_88288a6a8fdc1892db3639b1a045fbbf','<blockquote class=\"wp-embedded-content\" data-secret=\"JR2TSdbz6i\"><a href=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/\">Changing your diet is the first step in addressing Hashimoto&#8217;s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/embed/#?secret=JR2TSdbz6i\" data-secret=\"JR2TSdbz6i\" width=\"600\" height=\"338\" title=\"&#8220;Changing your diet is the first step in addressing Hashimoto&#8217;s&#8221; &#8212; Dr. K. News\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(12655,1304,'_oembed_time_88288a6a8fdc1892db3639b1a045fbbf','1535053648'),(12656,1304,'_oembed_6bfdd057756c7c58246362901ea9cc5a','<blockquote class=\"wp-embedded-content\" data-secret=\"EL52QLJFmX\"><a href=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/\">What To Do If Your TSH Is Normal and You Are Anything But!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/embed/#?secret=EL52QLJFmX\" data-secret=\"EL52QLJFmX\" width=\"600\" height=\"338\" title=\"&#8220;What To Do If Your TSH Is Normal and You Are Anything But!&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(12657,1304,'_oembed_time_6bfdd057756c7c58246362901ea9cc5a','1535053650'),(12658,1304,'_oembed_f64919ffc4b08d3bacaafee3d9d84058','<blockquote class=\"wp-embedded-content\" data-secret=\"krfgO9xlfd\"><a href=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/\">Iodine and Hashimotoâ€™s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/embed/#?secret=krfgO9xlfd\" data-secret=\"krfgO9xlfd\" width=\"600\" height=\"338\" title=\"&#8220;Iodine and Hashimotoâ€™s&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(12659,1304,'_oembed_time_f64919ffc4b08d3bacaafee3d9d84058','1535053650'),(12660,1304,'_thumbnail_id','1305'),(12662,1304,'_dp_original','1294'),(12663,1304,'_edit_lock','1571852312:2'),(12664,1304,'_edit_last','2'),(12665,1305,'_wp_attached_file','2019/10/Vitamin-D-604X.jpg'),(12666,1305,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:604;s:6:\"height\";i:376;s:4:\"file\";s:26:\"2019/10/Vitamin-D-604X.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Vitamin-D-604X-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"Vitamin-D-604X-300x187.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:187;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"ttshowcase_normal\";a:4:{s:4:\"file\";s:25:\"Vitamin-D-604X-125x78.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:78;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"ttshowcase_small\";a:4:{s:4:\"file\";s:24:\"Vitamin-D-604X-75x47.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"Vitamin-D-604X-235x146.jpg\";s:5:\"width\";i:235;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:24:\"Vitamin-D-604X-50x31.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:25:\"Vitamin-D-604X-120x75.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:24:\"Vitamin-D-604X-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:24:\"Vitamin-D-604X-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(12721,1309,'slide_template','default'),(12722,1309,'slide_template','default'),(12723,1309,'eg_sources_html5_mp4',''),(12724,1309,'eg_sources_html5_mp4',''),(12725,1309,'eg_sources_html5_ogv',''),(12726,1309,'eg_sources_html5_ogv',''),(12727,1309,'eg_sources_html5_webm',''),(12728,1309,'eg_sources_html5_webm',''),(12729,1309,'eg_sources_youtube',''),(12730,1309,'eg_sources_youtube',''),(12731,1309,'eg_sources_vimeo',''),(12732,1309,'eg_sources_vimeo',''),(12733,1309,'eg_sources_wistia',''),(12734,1309,'eg_sources_wistia',''),(12735,1309,'eg_sources_image',''),(12736,1309,'eg_sources_image',''),(12737,1309,'eg_sources_iframe',''),(12738,1309,'eg_sources_iframe',''),(12739,1309,'eg_sources_soundcloud',''),(12740,1309,'eg_sources_soundcloud',''),(12741,1309,'eg_vimeo_ratio','0'),(12742,1309,'eg_vimeo_ratio','0'),(12743,1309,'eg_youtube_ratio','0'),(12744,1309,'eg_youtube_ratio','0'),(12745,1309,'eg_wistia_ratio','0'),(12746,1309,'eg_wistia_ratio','0'),(12747,1309,'eg_html5_ratio','0'),(12748,1309,'eg_html5_ratio','0'),(12749,1309,'eg_soundcloud_ratio','0'),(12750,1309,'eg_soundcloud_ratio','0'),(12751,1309,'eg_settings_custom_meta_skin',''),(12752,1309,'eg_settings_custom_meta_skin',''),(12753,1309,'eg_settings_custom_meta_element',''),(12754,1309,'eg_settings_custom_meta_element',''),(12755,1309,'eg_settings_custom_meta_setting',''),(12756,1309,'eg_settings_custom_meta_setting',''),(12757,1309,'eg_settings_custom_meta_style',''),(12758,1309,'eg_settings_custom_meta_style',''),(12759,1309,'mfn-post-hide-content','0'),(12760,1309,'mfn-post-hide-content','0'),(12761,1309,'mfn-post-slider','0'),(12762,1309,'mfn-post-slider','0'),(12763,1309,'mfn-post-slider-layer','0'),(12764,1309,'mfn-post-slider-layer','0'),(12765,1309,'mfn-post-hide-title','1'),(12766,1309,'mfn-post-hide-title','1'),(12767,1309,'mfn-post-remove-padding','0'),(12768,1309,'mfn-post-remove-padding','0'),(12769,1309,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(12770,1309,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(12771,1309,'mfn-post-hide-image','1'),(12772,1309,'mfn-post-hide-image','1'),(12773,1309,'_wpb_vc_js_status','false'),(12774,1309,'_wpb_vc_js_status','false'),(12775,1309,'mfn-post-love','0'),(12776,1309,'mfn-post-love','0'),(12777,1309,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(12778,1309,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(12779,1309,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(12780,1309,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(12781,1309,'_wp_old_slug','blog-title-03'),(12782,1309,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(12783,1309,'_wp_old_slug','blog-title-03'),(12784,1309,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(12785,1309,'_wp_old_slug','pregnenolone'),(12786,1309,'_wp_old_slug','september-sales'),(12787,1309,'mfn-post-sidebar','0'),(12788,1309,'mfn-post-sidebar','0'),(12789,1309,'mfn-post-sidebar2','0'),(12790,1309,'mfn-post-sidebar2','0'),(12791,1309,'_oembed_70c3f7c0b35f507260fceba4aa944398','{{unknown}}'),(12792,1309,'_oembed_3e601594e527c050109c115dc0343e65','{{unknown}}'),(12793,1309,'_oembed_9b1ceae82700066b420cbf8220005e44','<blockquote class=\"wp-embedded-content\" data-secret=\"kASrIgvovz\"><a href=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/\">Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/embed/#?secret=kASrIgvovz\" data-secret=\"kASrIgvovz\" width=\"600\" height=\"338\" title=\"&#8220;Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO&#8221; &#8212; The Paleo Diet  - Robb Wolf on Paleolithic nutrition, intermittent fasting, and fitness\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(12794,1309,'_oembed_time_9b1ceae82700066b420cbf8220005e44','1526497634'),(12795,1309,'_oembed_23dc491aeb7984be5b7c3de7f8f733eb','<blockquote class=\"wp-embedded-content\" data-secret=\"WlCV7gXJBc\"><a href=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/\">RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/embed/#?secret=WlCV7gXJBc\" data-secret=\"WlCV7gXJBc\" width=\"600\" height=\"338\" title=\"&#8220;RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown&#8221; &#8212; Chris Kresser\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(12796,1309,'_oembed_time_23dc491aeb7984be5b7c3de7f8f733eb','1526497635'),(12797,1309,'_oembed_358a61ccc8bf2354ef1120fed79c344e','<blockquote class=\"wp-embedded-content\" data-secret=\"shaF4RzKZS\"><a href=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/\">Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/embed/#?secret=shaF4RzKZS\" data-secret=\"shaF4RzKZS\" width=\"600\" height=\"338\" title=\"&#8220;Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(12798,1309,'_oembed_time_358a61ccc8bf2354ef1120fed79c344e','1526497638'),(12799,1309,'_oembed_af0b1f39f6e075a34328aef17f250879','{{unknown}}'),(12800,1309,'_oembed_f714c39f6931f083180b36cf45638a8c','{{unknown}}'),(12801,1309,'_oembed_5000284a6c9c5bcbac8ae34dc7be08b7','{{unknown}}'),(12802,1309,'_oembed_63b1fcb3e0dc43453aedb68f431c75c2','<blockquote class=\"wp-embedded-content\" data-secret=\"oZNLMh7ADK\"><a href=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/\">How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/embed/#?secret=oZNLMh7ADK\" data-secret=\"oZNLMh7ADK\" width=\"600\" height=\"338\" title=\"&#8220;How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(12803,1309,'_oembed_time_63b1fcb3e0dc43453aedb68f431c75c2','1529526804'),(12804,1309,'_oembed_0dc928c90b7c768760131f493fc3b3d6','{{unknown}}'),(12805,1309,'_oembed_d7841c341108008601fa6bfd45e9877d','{{unknown}}'),(12806,1309,'_oembed_40a13cbe0598cd34470e2068d6d5b1b0','{{unknown}}'),(12807,1309,'_oembed_88288a6a8fdc1892db3639b1a045fbbf','<blockquote class=\"wp-embedded-content\" data-secret=\"JR2TSdbz6i\"><a href=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/\">Changing your diet is the first step in addressing Hashimoto&#8217;s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/embed/#?secret=JR2TSdbz6i\" data-secret=\"JR2TSdbz6i\" width=\"600\" height=\"338\" title=\"&#8220;Changing your diet is the first step in addressing Hashimoto&#8217;s&#8221; &#8212; Dr. K. News\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(12808,1309,'_oembed_time_88288a6a8fdc1892db3639b1a045fbbf','1535053648'),(12809,1309,'_oembed_6bfdd057756c7c58246362901ea9cc5a','<blockquote class=\"wp-embedded-content\" data-secret=\"EL52QLJFmX\"><a href=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/\">What To Do If Your TSH Is Normal and You Are Anything But!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/embed/#?secret=EL52QLJFmX\" data-secret=\"EL52QLJFmX\" width=\"600\" height=\"338\" title=\"&#8220;What To Do If Your TSH Is Normal and You Are Anything But!&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(12810,1309,'_oembed_time_6bfdd057756c7c58246362901ea9cc5a','1535053650'),(12811,1309,'_oembed_f64919ffc4b08d3bacaafee3d9d84058','<blockquote class=\"wp-embedded-content\" data-secret=\"krfgO9xlfd\"><a href=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/\">Iodine and Hashimotoâ€™s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/embed/#?secret=krfgO9xlfd\" data-secret=\"krfgO9xlfd\" width=\"600\" height=\"338\" title=\"&#8220;Iodine and Hashimotoâ€™s&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(12812,1309,'_oembed_time_f64919ffc4b08d3bacaafee3d9d84058','1535053650'),(12813,1309,'_thumbnail_id','1310'),(12814,1309,'_oembed_6fa29d8ff8ee70be30a1769257ba981d','{{unknown}}'),(12815,1309,'_oembed_8057dccbff178f4bf66d19bf7dfb21d5','{{unknown}}'),(12816,1309,'_oembed_d43029d731ddfaf79cc4aaa9220245bd','{{unknown}}'),(12817,1309,'_oembed_b02799280e9f68aec28a156f6e817fe6','{{unknown}}'),(12818,1309,'_oembed_10d60e2988c756eff6ee8f49127dbd68','{{unknown}}'),(12819,1309,'_oembed_a0e1df28aa7b8a7f801c1217f5fb804e','{{unknown}}'),(12820,1309,'_oembed_168a9ca1ab262de4231cb713890a7329','{{unknown}}'),(12821,1309,'_oembed_c475c6abe61f73611eaf256ca46dc1a7','{{unknown}}'),(12822,1309,'_oembed_40c1265c8c74a82ebe90a8999b6b34b1','{{unknown}}'),(12823,1309,'_oembed_57dbb54c164af6134430e0d5907867cd','{{unknown}}'),(12824,1309,'_oembed_449c8431e9b5a9e3f753ac79e5db6e6e','{{unknown}}'),(12826,1309,'_dp_original','1286'),(12827,1309,'_edit_lock','1572455303:2'),(12828,1309,'_edit_last','2'),(12829,1310,'_wp_attached_file','2019/10/THANKful-for-you-sale-600X.jpg'),(12830,1310,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:430;s:4:\"file\";s:38:\"2019/10/THANKful-for-you-sale-600X.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"THANKful-for-you-sale-600X-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"THANKful-for-you-sale-600X-300x215.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"ttshowcase_normal\";a:4:{s:4:\"file\";s:37:\"THANKful-for-you-sale-600X-125x90.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"ttshowcase_small\";a:4:{s:4:\"file\";s:36:\"THANKful-for-you-sale-600X-75x54.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:54;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"THANKful-for-you-sale-600X-204x146.jpg\";s:5:\"width\";i:204;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:36:\"THANKful-for-you-sale-600X-50x36.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:37:\"THANKful-for-you-sale-600X-105x75.jpg\";s:5:\"width\";i:105;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:36:\"THANKful-for-you-sale-600X-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:36:\"THANKful-for-you-sale-600X-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(12831,1314,'slide_template','default'),(12832,1314,'slide_template','default'),(12833,1314,'eg_sources_html5_mp4',''),(12834,1314,'eg_sources_html5_mp4',''),(12835,1314,'eg_sources_html5_ogv',''),(12836,1314,'eg_sources_html5_ogv',''),(12837,1314,'eg_sources_html5_webm',''),(12838,1314,'eg_sources_html5_webm',''),(12839,1314,'eg_sources_youtube',''),(12840,1314,'eg_sources_youtube',''),(12841,1314,'eg_sources_vimeo',''),(12842,1314,'eg_sources_vimeo',''),(12843,1314,'eg_sources_wistia',''),(12844,1314,'eg_sources_wistia',''),(12845,1314,'eg_sources_image',''),(12846,1314,'eg_sources_image',''),(12847,1314,'eg_sources_iframe',''),(12848,1314,'eg_sources_iframe',''),(12849,1314,'eg_sources_soundcloud',''),(12850,1314,'eg_sources_soundcloud',''),(12851,1314,'eg_vimeo_ratio','0'),(12852,1314,'eg_vimeo_ratio','0'),(12853,1314,'eg_youtube_ratio','0'),(12854,1314,'eg_youtube_ratio','0'),(12855,1314,'eg_wistia_ratio','0'),(12856,1314,'eg_wistia_ratio','0'),(12857,1314,'eg_html5_ratio','0'),(12858,1314,'eg_html5_ratio','0'),(12859,1314,'eg_soundcloud_ratio','0'),(12860,1314,'eg_soundcloud_ratio','0'),(12861,1314,'eg_settings_custom_meta_skin',''),(12862,1314,'eg_settings_custom_meta_skin',''),(12863,1314,'eg_settings_custom_meta_element',''),(12864,1314,'eg_settings_custom_meta_element',''),(12865,1314,'eg_settings_custom_meta_setting',''),(12866,1314,'eg_settings_custom_meta_setting',''),(12867,1314,'eg_settings_custom_meta_style',''),(12868,1314,'eg_settings_custom_meta_style',''),(12869,1314,'mfn-post-hide-content','0'),(12870,1314,'mfn-post-hide-content','0'),(12871,1314,'mfn-post-slider','0'),(12872,1314,'mfn-post-slider','0'),(12873,1314,'mfn-post-slider-layer','0'),(12874,1314,'mfn-post-slider-layer','0'),(12875,1314,'mfn-post-hide-title','1'),(12876,1314,'mfn-post-hide-title','1'),(12877,1314,'mfn-post-remove-padding','0'),(12878,1314,'mfn-post-remove-padding','0'),(12879,1314,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(12880,1314,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(12881,1314,'mfn-post-hide-image','1'),(12882,1314,'mfn-post-hide-image','1'),(12883,1314,'_wpb_vc_js_status','false'),(12884,1314,'_wpb_vc_js_status','false'),(12885,1314,'mfn-post-love','0'),(12886,1314,'mfn-post-love','0'),(12887,1314,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(12888,1314,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(12889,1314,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(12890,1314,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(12891,1314,'_wp_old_slug','blog-title-03'),(12892,1314,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(12893,1314,'_wp_old_slug','blog-title-03'),(12894,1314,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(12895,1314,'_wp_old_slug','cancer-update'),(12896,1314,'_wp_old_slug','magnificent-magnesium'),(12897,1314,'_wp_old_slug','magnificent-magnesium-2'),(12898,1314,'mfn-post-sidebar','0'),(12899,1314,'mfn-post-sidebar','0'),(12900,1314,'mfn-post-sidebar2','0'),(12901,1314,'mfn-post-sidebar2','0'),(12902,1314,'_oembed_70c3f7c0b35f507260fceba4aa944398','{{unknown}}'),(12903,1314,'_oembed_3e601594e527c050109c115dc0343e65','{{unknown}}'),(12904,1314,'_oembed_9b1ceae82700066b420cbf8220005e44','<blockquote class=\"wp-embedded-content\" data-secret=\"kASrIgvovz\"><a href=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/\">Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/embed/#?secret=kASrIgvovz\" data-secret=\"kASrIgvovz\" width=\"600\" height=\"338\" title=\"&#8220;Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO&#8221; &#8212; The Paleo Diet  - Robb Wolf on Paleolithic nutrition, intermittent fasting, and fitness\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(12905,1314,'_oembed_time_9b1ceae82700066b420cbf8220005e44','1526497634'),(12906,1314,'_oembed_23dc491aeb7984be5b7c3de7f8f733eb','<blockquote class=\"wp-embedded-content\" data-secret=\"WlCV7gXJBc\"><a href=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/\">RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/embed/#?secret=WlCV7gXJBc\" data-secret=\"WlCV7gXJBc\" width=\"600\" height=\"338\" title=\"&#8220;RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown&#8221; &#8212; Chris Kresser\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(12907,1314,'_oembed_time_23dc491aeb7984be5b7c3de7f8f733eb','1526497635'),(12908,1314,'_oembed_358a61ccc8bf2354ef1120fed79c344e','<blockquote class=\"wp-embedded-content\" data-secret=\"shaF4RzKZS\"><a href=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/\">Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/embed/#?secret=shaF4RzKZS\" data-secret=\"shaF4RzKZS\" width=\"600\" height=\"338\" title=\"&#8220;Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(12909,1314,'_oembed_time_358a61ccc8bf2354ef1120fed79c344e','1526497638'),(12910,1314,'_oembed_af0b1f39f6e075a34328aef17f250879','{{unknown}}'),(12911,1314,'_oembed_f714c39f6931f083180b36cf45638a8c','{{unknown}}'),(12912,1314,'_oembed_5000284a6c9c5bcbac8ae34dc7be08b7','{{unknown}}'),(12913,1314,'_oembed_63b1fcb3e0dc43453aedb68f431c75c2','<blockquote class=\"wp-embedded-content\" data-secret=\"oZNLMh7ADK\"><a href=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/\">How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/embed/#?secret=oZNLMh7ADK\" data-secret=\"oZNLMh7ADK\" width=\"600\" height=\"338\" title=\"&#8220;How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(12914,1314,'_oembed_time_63b1fcb3e0dc43453aedb68f431c75c2','1529526804'),(12915,1314,'_oembed_0dc928c90b7c768760131f493fc3b3d6','{{unknown}}'),(12916,1314,'_oembed_d7841c341108008601fa6bfd45e9877d','{{unknown}}'),(12917,1314,'_oembed_40a13cbe0598cd34470e2068d6d5b1b0','{{unknown}}'),(12918,1314,'_oembed_88288a6a8fdc1892db3639b1a045fbbf','<blockquote class=\"wp-embedded-content\" data-secret=\"JR2TSdbz6i\"><a href=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/\">Changing your diet is the first step in addressing Hashimoto&#8217;s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/embed/#?secret=JR2TSdbz6i\" data-secret=\"JR2TSdbz6i\" width=\"600\" height=\"338\" title=\"&#8220;Changing your diet is the first step in addressing Hashimoto&#8217;s&#8221; &#8212; Dr. K. News\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(12919,1314,'_oembed_time_88288a6a8fdc1892db3639b1a045fbbf','1535053648'),(12920,1314,'_oembed_6bfdd057756c7c58246362901ea9cc5a','<blockquote class=\"wp-embedded-content\" data-secret=\"EL52QLJFmX\"><a href=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/\">What To Do If Your TSH Is Normal and You Are Anything But!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/embed/#?secret=EL52QLJFmX\" data-secret=\"EL52QLJFmX\" width=\"600\" height=\"338\" title=\"&#8220;What To Do If Your TSH Is Normal and You Are Anything But!&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(12921,1314,'_oembed_time_6bfdd057756c7c58246362901ea9cc5a','1535053650'),(12922,1314,'_oembed_f64919ffc4b08d3bacaafee3d9d84058','<blockquote class=\"wp-embedded-content\" data-secret=\"krfgO9xlfd\"><a href=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/\">Iodine and Hashimotoâ€™s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/embed/#?secret=krfgO9xlfd\" data-secret=\"krfgO9xlfd\" width=\"600\" height=\"338\" title=\"&#8220;Iodine and Hashimotoâ€™s&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(12923,1314,'_oembed_time_f64919ffc4b08d3bacaafee3d9d84058','1535053650'),(12924,1314,'_thumbnail_id','1315'),(12926,1314,'_dp_original','1304'),(12927,1314,'_edit_lock','1574274209:2'),(12928,1314,'_edit_last','2'),(12929,1315,'_wp_attached_file','2019/11/Sleep-600X506.jpg'),(12930,1315,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:506;s:4:\"file\";s:25:\"2019/11/Sleep-600X506.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"Sleep-600X506-300x253.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:253;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Sleep-600X506-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:25:\"Sleep-600X506-125x105.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:105;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"ttshowcase_small\";a:4:{s:4:\"file\";s:23:\"Sleep-600X506-75x63.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:63;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"Sleep-600X506-173x146.jpg\";s:5:\"width\";i:173;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:23:\"Sleep-600X506-50x42.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:42;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:23:\"Sleep-600X506-89x75.jpg\";s:5:\"width\";i:89;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:23:\"Sleep-600X506-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:23:\"Sleep-600X506-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:25:\"Sleep-600X506-600x500.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:25:\"Sleep-600X506-600x480.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:6:\"OTHERS\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:69:\"An illustration of counting sheep as a method to try and fall asleep.\";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:23:\"doc77q6ja4krfc1lb9zolx4\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12932,1323,'slide_template','default'),(12933,1323,'slide_template','default'),(12934,1323,'eg_sources_html5_mp4',''),(12935,1323,'eg_sources_html5_mp4',''),(12936,1323,'eg_sources_html5_ogv',''),(12937,1323,'eg_sources_html5_ogv',''),(12938,1323,'eg_sources_html5_webm',''),(12939,1323,'eg_sources_html5_webm',''),(12940,1323,'eg_sources_youtube',''),(12941,1323,'eg_sources_youtube',''),(12942,1323,'eg_sources_vimeo',''),(12943,1323,'eg_sources_vimeo',''),(12944,1323,'eg_sources_wistia',''),(12945,1323,'eg_sources_wistia',''),(12946,1323,'eg_sources_image',''),(12947,1323,'eg_sources_image',''),(12948,1323,'eg_sources_iframe',''),(12949,1323,'eg_sources_iframe',''),(12950,1323,'eg_sources_soundcloud',''),(12951,1323,'eg_sources_soundcloud',''),(12952,1323,'eg_vimeo_ratio','0'),(12953,1323,'eg_vimeo_ratio','0'),(12954,1323,'eg_youtube_ratio','0'),(12955,1323,'eg_youtube_ratio','0'),(12956,1323,'eg_wistia_ratio','0'),(12957,1323,'eg_wistia_ratio','0'),(12958,1323,'eg_html5_ratio','0'),(12959,1323,'eg_html5_ratio','0'),(12960,1323,'eg_soundcloud_ratio','0'),(12961,1323,'eg_soundcloud_ratio','0'),(12962,1323,'eg_settings_custom_meta_skin',''),(12963,1323,'eg_settings_custom_meta_skin',''),(12964,1323,'eg_settings_custom_meta_element',''),(12965,1323,'eg_settings_custom_meta_element',''),(12966,1323,'eg_settings_custom_meta_setting',''),(12967,1323,'eg_settings_custom_meta_setting',''),(12968,1323,'eg_settings_custom_meta_style',''),(12969,1323,'eg_settings_custom_meta_style',''),(12970,1323,'mfn-post-hide-content','0'),(12971,1323,'mfn-post-hide-content','0'),(12972,1323,'mfn-post-slider','0'),(12973,1323,'mfn-post-slider','0'),(12974,1323,'mfn-post-slider-layer','0'),(12975,1323,'mfn-post-slider-layer','0'),(12976,1323,'mfn-post-hide-title','1'),(12977,1323,'mfn-post-hide-title','1'),(12978,1323,'mfn-post-remove-padding','0'),(12979,1323,'mfn-post-remove-padding','0'),(12980,1323,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(12981,1323,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(12982,1323,'mfn-post-hide-image','1'),(12983,1323,'mfn-post-hide-image','1'),(12984,1323,'_wpb_vc_js_status','false'),(12985,1323,'_wpb_vc_js_status','false'),(12986,1323,'mfn-post-love','0'),(12987,1323,'mfn-post-love','0'),(12988,1323,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(12989,1323,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(12990,1323,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(12991,1323,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(12992,1323,'_wp_old_slug','blog-title-03'),(12993,1323,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(12994,1323,'_wp_old_slug','blog-title-03'),(12995,1323,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(12996,1323,'_wp_old_slug','pregnenolone'),(12997,1323,'_wp_old_slug','september-sales'),(12998,1323,'mfn-post-sidebar','0'),(12999,1323,'mfn-post-sidebar','0'),(13000,1323,'mfn-post-sidebar2','0'),(13001,1323,'mfn-post-sidebar2','0'),(13002,1323,'_oembed_70c3f7c0b35f507260fceba4aa944398','{{unknown}}'),(13003,1323,'_oembed_3e601594e527c050109c115dc0343e65','{{unknown}}'),(13004,1323,'_oembed_9b1ceae82700066b420cbf8220005e44','<blockquote class=\"wp-embedded-content\" data-secret=\"kASrIgvovz\"><a href=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/\">Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/embed/#?secret=kASrIgvovz\" data-secret=\"kASrIgvovz\" width=\"600\" height=\"338\" title=\"&#8220;Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO&#8221; &#8212; The Paleo Diet  - Robb Wolf on Paleolithic nutrition, intermittent fasting, and fitness\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(13005,1323,'_oembed_time_9b1ceae82700066b420cbf8220005e44','1526497634'),(13006,1323,'_oembed_23dc491aeb7984be5b7c3de7f8f733eb','<blockquote class=\"wp-embedded-content\" data-secret=\"WlCV7gXJBc\"><a href=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/\">RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/embed/#?secret=WlCV7gXJBc\" data-secret=\"WlCV7gXJBc\" width=\"600\" height=\"338\" title=\"&#8220;RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown&#8221; &#8212; Chris Kresser\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(13007,1323,'_oembed_time_23dc491aeb7984be5b7c3de7f8f733eb','1526497635'),(13008,1323,'_oembed_358a61ccc8bf2354ef1120fed79c344e','<blockquote class=\"wp-embedded-content\" data-secret=\"shaF4RzKZS\"><a href=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/\">Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/embed/#?secret=shaF4RzKZS\" data-secret=\"shaF4RzKZS\" width=\"600\" height=\"338\" title=\"&#8220;Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(13009,1323,'_oembed_time_358a61ccc8bf2354ef1120fed79c344e','1526497638'),(13010,1323,'_oembed_af0b1f39f6e075a34328aef17f250879','{{unknown}}'),(13011,1323,'_oembed_f714c39f6931f083180b36cf45638a8c','{{unknown}}'),(13012,1323,'_oembed_5000284a6c9c5bcbac8ae34dc7be08b7','{{unknown}}'),(13013,1323,'_oembed_63b1fcb3e0dc43453aedb68f431c75c2','<blockquote class=\"wp-embedded-content\" data-secret=\"oZNLMh7ADK\"><a href=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/\">How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/embed/#?secret=oZNLMh7ADK\" data-secret=\"oZNLMh7ADK\" width=\"600\" height=\"338\" title=\"&#8220;How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(13014,1323,'_oembed_time_63b1fcb3e0dc43453aedb68f431c75c2','1529526804'),(13015,1323,'_oembed_0dc928c90b7c768760131f493fc3b3d6','{{unknown}}'),(13016,1323,'_oembed_d7841c341108008601fa6bfd45e9877d','{{unknown}}'),(13017,1323,'_oembed_40a13cbe0598cd34470e2068d6d5b1b0','{{unknown}}'),(13018,1323,'_oembed_88288a6a8fdc1892db3639b1a045fbbf','<blockquote class=\"wp-embedded-content\" data-secret=\"JR2TSdbz6i\"><a href=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/\">Changing your diet is the first step in addressing Hashimoto&#8217;s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/embed/#?secret=JR2TSdbz6i\" data-secret=\"JR2TSdbz6i\" width=\"600\" height=\"338\" title=\"&#8220;Changing your diet is the first step in addressing Hashimoto&#8217;s&#8221; &#8212; Dr. K. News\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(13019,1323,'_oembed_time_88288a6a8fdc1892db3639b1a045fbbf','1535053648'),(13020,1323,'_oembed_6bfdd057756c7c58246362901ea9cc5a','<blockquote class=\"wp-embedded-content\" data-secret=\"EL52QLJFmX\"><a href=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/\">What To Do If Your TSH Is Normal and You Are Anything But!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/embed/#?secret=EL52QLJFmX\" data-secret=\"EL52QLJFmX\" width=\"600\" height=\"338\" title=\"&#8220;What To Do If Your TSH Is Normal and You Are Anything But!&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(13021,1323,'_oembed_time_6bfdd057756c7c58246362901ea9cc5a','1535053650'),(13022,1323,'_oembed_f64919ffc4b08d3bacaafee3d9d84058','<blockquote class=\"wp-embedded-content\" data-secret=\"krfgO9xlfd\"><a href=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/\">Iodine and Hashimotoâ€™s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/embed/#?secret=krfgO9xlfd\" data-secret=\"krfgO9xlfd\" width=\"600\" height=\"338\" title=\"&#8220;Iodine and Hashimotoâ€™s&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(13023,1323,'_oembed_time_f64919ffc4b08d3bacaafee3d9d84058','1535053650'),(13024,1323,'_thumbnail_id','1324'),(13025,1323,'_oembed_6fa29d8ff8ee70be30a1769257ba981d','{{unknown}}'),(13026,1323,'_oembed_8057dccbff178f4bf66d19bf7dfb21d5','{{unknown}}'),(13027,1323,'_oembed_d43029d731ddfaf79cc4aaa9220245bd','{{unknown}}'),(13028,1323,'_oembed_b02799280e9f68aec28a156f6e817fe6','{{unknown}}'),(13029,1323,'_oembed_10d60e2988c756eff6ee8f49127dbd68','{{unknown}}'),(13030,1323,'_oembed_a0e1df28aa7b8a7f801c1217f5fb804e','{{unknown}}'),(13031,1323,'_oembed_168a9ca1ab262de4231cb713890a7329','{{unknown}}'),(13032,1323,'_oembed_c475c6abe61f73611eaf256ca46dc1a7','{{unknown}}'),(13033,1323,'_oembed_40c1265c8c74a82ebe90a8999b6b34b1','{{unknown}}'),(13034,1323,'_oembed_57dbb54c164af6134430e0d5907867cd','{{unknown}}'),(13035,1323,'_oembed_449c8431e9b5a9e3f753ac79e5db6e6e','{{unknown}}'),(13037,1323,'_dp_original','1309'),(13038,1323,'_edit_lock','1574710341:2'),(13039,1323,'_edit_last','2'),(13040,1324,'_wp_attached_file','2019/11/Christmas-stockings-599X.jpg'),(13041,1324,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:599;s:6:\"height\";i:636;s:4:\"file\";s:36:\"2019/11/Christmas-stockings-599X.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"Christmas-stockings-599X-283x300.jpg\";s:5:\"width\";i:283;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Christmas-stockings-599X-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:36:\"Christmas-stockings-599X-118x125.jpg\";s:5:\"width\";i:118;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"ttshowcase_small\";a:4:{s:4:\"file\";s:34:\"Christmas-stockings-599X-71x75.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"Christmas-stockings-599X-138x146.jpg\";s:5:\"width\";i:138;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:34:\"Christmas-stockings-599X-47x50.jpg\";s:5:\"width\";i:47;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:34:\"Christmas-stockings-599X-71x75.jpg\";s:5:\"width\";i:71;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:34:\"Christmas-stockings-599X-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:34:\"Christmas-stockings-599X-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:36:\"Christmas-stockings-599X-599x500.jpg\";s:5:\"width\";i:599;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:36:\"Christmas-stockings-599X-599x480.jpg\";s:5:\"width\";i:599;s:6:\"height\";i:480;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:{}}}'),(13042,1331,'slide_template','default'),(13043,1331,'slide_template','default'),(13044,1331,'eg_sources_html5_mp4',''),(13045,1331,'eg_sources_html5_mp4',''),(13046,1331,'eg_sources_html5_ogv',''),(13047,1331,'eg_sources_html5_ogv',''),(13048,1331,'eg_sources_html5_webm',''),(13049,1331,'eg_sources_html5_webm',''),(13050,1331,'eg_sources_youtube',''),(13051,1331,'eg_sources_youtube',''),(13052,1331,'eg_sources_vimeo',''),(13053,1331,'eg_sources_vimeo',''),(13054,1331,'eg_sources_wistia',''),(13055,1331,'eg_sources_wistia',''),(13056,1331,'eg_sources_image',''),(13057,1331,'eg_sources_image',''),(13058,1331,'eg_sources_iframe',''),(13059,1331,'eg_sources_iframe',''),(13060,1331,'eg_sources_soundcloud',''),(13061,1331,'eg_sources_soundcloud',''),(13062,1331,'eg_vimeo_ratio','0'),(13063,1331,'eg_vimeo_ratio','0'),(13064,1331,'eg_youtube_ratio','0'),(13065,1331,'eg_youtube_ratio','0'),(13066,1331,'eg_wistia_ratio','0'),(13067,1331,'eg_wistia_ratio','0'),(13068,1331,'eg_html5_ratio','0'),(13069,1331,'eg_html5_ratio','0'),(13070,1331,'eg_soundcloud_ratio','0'),(13071,1331,'eg_soundcloud_ratio','0'),(13072,1331,'eg_settings_custom_meta_skin',''),(13073,1331,'eg_settings_custom_meta_skin',''),(13074,1331,'eg_settings_custom_meta_element',''),(13075,1331,'eg_settings_custom_meta_element',''),(13076,1331,'eg_settings_custom_meta_setting',''),(13077,1331,'eg_settings_custom_meta_setting',''),(13078,1331,'eg_settings_custom_meta_style',''),(13079,1331,'eg_settings_custom_meta_style',''),(13080,1331,'mfn-post-hide-content','0'),(13081,1331,'mfn-post-hide-content','0'),(13082,1331,'mfn-post-slider','0'),(13083,1331,'mfn-post-slider','0'),(13084,1331,'mfn-post-slider-layer','0'),(13085,1331,'mfn-post-slider-layer','0'),(13086,1331,'mfn-post-hide-title','1'),(13087,1331,'mfn-post-hide-title','1'),(13088,1331,'mfn-post-remove-padding','0'),(13089,1331,'mfn-post-remove-padding','0'),(13090,1331,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(13091,1331,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(13092,1331,'mfn-post-hide-image','1'),(13093,1331,'mfn-post-hide-image','1'),(13094,1331,'_wpb_vc_js_status','false'),(13095,1331,'_wpb_vc_js_status','false'),(13096,1331,'mfn-post-love','0'),(13097,1331,'mfn-post-love','0'),(13098,1331,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(13099,1331,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(13100,1331,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(13101,1331,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(13102,1331,'_wp_old_slug','blog-title-03'),(13103,1331,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(13104,1331,'_wp_old_slug','blog-title-03'),(13105,1331,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(13106,1331,'_wp_old_slug','cancer-update'),(13107,1331,'_wp_old_slug','magnificent-magnesium'),(13108,1331,'_wp_old_slug','magnificent-magnesium-2'),(13109,1331,'mfn-post-sidebar','0'),(13110,1331,'mfn-post-sidebar','0'),(13111,1331,'mfn-post-sidebar2','0'),(13112,1331,'mfn-post-sidebar2','0'),(13113,1331,'_oembed_70c3f7c0b35f507260fceba4aa944398','{{unknown}}'),(13114,1331,'_oembed_3e601594e527c050109c115dc0343e65','{{unknown}}'),(13115,1331,'_oembed_9b1ceae82700066b420cbf8220005e44','<blockquote class=\"wp-embedded-content\" data-secret=\"kASrIgvovz\"><a href=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/\">Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/embed/#?secret=kASrIgvovz\" data-secret=\"kASrIgvovz\" width=\"600\" height=\"338\" title=\"&#8220;Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO&#8221; &#8212; The Paleo Diet  - Robb Wolf on Paleolithic nutrition, intermittent fasting, and fitness\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(13116,1331,'_oembed_time_9b1ceae82700066b420cbf8220005e44','1526497634'),(13117,1331,'_oembed_23dc491aeb7984be5b7c3de7f8f733eb','<blockquote class=\"wp-embedded-content\" data-secret=\"WlCV7gXJBc\"><a href=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/\">RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/embed/#?secret=WlCV7gXJBc\" data-secret=\"WlCV7gXJBc\" width=\"600\" height=\"338\" title=\"&#8220;RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown&#8221; &#8212; Chris Kresser\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(13118,1331,'_oembed_time_23dc491aeb7984be5b7c3de7f8f733eb','1526497635'),(13119,1331,'_oembed_358a61ccc8bf2354ef1120fed79c344e','<blockquote class=\"wp-embedded-content\" data-secret=\"shaF4RzKZS\"><a href=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/\">Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/embed/#?secret=shaF4RzKZS\" data-secret=\"shaF4RzKZS\" width=\"600\" height=\"338\" title=\"&#8220;Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(13120,1331,'_oembed_time_358a61ccc8bf2354ef1120fed79c344e','1526497638'),(13121,1331,'_oembed_af0b1f39f6e075a34328aef17f250879','{{unknown}}'),(13122,1331,'_oembed_f714c39f6931f083180b36cf45638a8c','{{unknown}}'),(13123,1331,'_oembed_5000284a6c9c5bcbac8ae34dc7be08b7','{{unknown}}'),(13124,1331,'_oembed_63b1fcb3e0dc43453aedb68f431c75c2','<blockquote class=\"wp-embedded-content\" data-secret=\"oZNLMh7ADK\"><a href=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/\">How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/embed/#?secret=oZNLMh7ADK\" data-secret=\"oZNLMh7ADK\" width=\"600\" height=\"338\" title=\"&#8220;How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(13125,1331,'_oembed_time_63b1fcb3e0dc43453aedb68f431c75c2','1529526804'),(13126,1331,'_oembed_0dc928c90b7c768760131f493fc3b3d6','{{unknown}}'),(13127,1331,'_oembed_d7841c341108008601fa6bfd45e9877d','{{unknown}}'),(13128,1331,'_oembed_40a13cbe0598cd34470e2068d6d5b1b0','{{unknown}}'),(13129,1331,'_oembed_88288a6a8fdc1892db3639b1a045fbbf','<blockquote class=\"wp-embedded-content\" data-secret=\"JR2TSdbz6i\"><a href=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/\">Changing your diet is the first step in addressing Hashimoto&#8217;s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/embed/#?secret=JR2TSdbz6i\" data-secret=\"JR2TSdbz6i\" width=\"600\" height=\"338\" title=\"&#8220;Changing your diet is the first step in addressing Hashimoto&#8217;s&#8221; &#8212; Dr. K. News\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(13130,1331,'_oembed_time_88288a6a8fdc1892db3639b1a045fbbf','1535053648'),(13131,1331,'_oembed_6bfdd057756c7c58246362901ea9cc5a','<blockquote class=\"wp-embedded-content\" data-secret=\"EL52QLJFmX\"><a href=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/\">What To Do If Your TSH Is Normal and You Are Anything But!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/embed/#?secret=EL52QLJFmX\" data-secret=\"EL52QLJFmX\" width=\"600\" height=\"338\" title=\"&#8220;What To Do If Your TSH Is Normal and You Are Anything But!&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(13132,1331,'_oembed_time_6bfdd057756c7c58246362901ea9cc5a','1535053650'),(13133,1331,'_oembed_f64919ffc4b08d3bacaafee3d9d84058','<blockquote class=\"wp-embedded-content\" data-secret=\"krfgO9xlfd\"><a href=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/\">Iodine and Hashimotoâ€™s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/embed/#?secret=krfgO9xlfd\" data-secret=\"krfgO9xlfd\" width=\"600\" height=\"338\" title=\"&#8220;Iodine and Hashimotoâ€™s&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(13134,1331,'_oembed_time_f64919ffc4b08d3bacaafee3d9d84058','1535053650'),(13135,1331,'_thumbnail_id','1332'),(13137,1331,'_dp_original','1314'),(13138,1331,'_edit_lock','1577724840:2'),(13139,1331,'_edit_last','2'),(13140,1332,'_wp_attached_file','2019/12/intermittent-fasting-600X492.jpg'),(13141,1332,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:492;s:4:\"file\";s:40:\"2019/12/intermittent-fasting-600X492.jpg\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"intermittent-fasting-600X492-300x246.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:246;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"intermittent-fasting-600X492-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:40:\"intermittent-fasting-600X492-125x103.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:103;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"ttshowcase_small\";a:4:{s:4:\"file\";s:38:\"intermittent-fasting-600X492-75x62.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"intermittent-fasting-600X492-178x146.jpg\";s:5:\"width\";i:178;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:38:\"intermittent-fasting-600X492-50x41.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:41;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:38:\"intermittent-fasting-600X492-91x75.jpg\";s:5:\"width\";i:91;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:38:\"intermittent-fasting-600X492-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:38:\"intermittent-fasting-600X492-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:40:\"intermittent-fasting-600X492-600x480.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:12:\"Getty Images\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:68:\"Vegetables on round chopping board, symbol for intermittent  fasting\";s:17:\"created_timestamp\";s:10:\"1531008000\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:68:\"Vegetables on round chopping board, symbol for intermittent  fasting\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:11:{i:0;s:14:\"chopping board\";i:1;s:9:\"courgette\";i:2;s:5:\"knife\";i:3;s:6:\"needle\";i:4;s:6:\"nobody\";i:5;s:9:\"nutrition\";i:6;s:5:\"round\";i:7;s:5:\"trend\";i:8;s:5:\"white\";i:9;s:4:\"wood\";i:10;s:12:\"wooden board\";}}}'),(13143,1340,'slide_template','default'),(13144,1340,'slide_template','default'),(13145,1340,'eg_sources_html5_mp4',''),(13146,1340,'eg_sources_html5_mp4',''),(13147,1340,'eg_sources_html5_ogv',''),(13148,1340,'eg_sources_html5_ogv',''),(13149,1340,'eg_sources_html5_webm',''),(13150,1340,'eg_sources_html5_webm',''),(13151,1340,'eg_sources_youtube',''),(13152,1340,'eg_sources_youtube',''),(13153,1340,'eg_sources_vimeo',''),(13154,1340,'eg_sources_vimeo',''),(13155,1340,'eg_sources_wistia',''),(13156,1340,'eg_sources_wistia',''),(13157,1340,'eg_sources_image',''),(13158,1340,'eg_sources_image',''),(13159,1340,'eg_sources_iframe',''),(13160,1340,'eg_sources_iframe',''),(13161,1340,'eg_sources_soundcloud',''),(13162,1340,'eg_sources_soundcloud',''),(13163,1340,'eg_vimeo_ratio','0'),(13164,1340,'eg_vimeo_ratio','0'),(13165,1340,'eg_youtube_ratio','0'),(13166,1340,'eg_youtube_ratio','0'),(13167,1340,'eg_wistia_ratio','0'),(13168,1340,'eg_wistia_ratio','0'),(13169,1340,'eg_html5_ratio','0'),(13170,1340,'eg_html5_ratio','0'),(13171,1340,'eg_soundcloud_ratio','0'),(13172,1340,'eg_soundcloud_ratio','0'),(13173,1340,'eg_settings_custom_meta_skin',''),(13174,1340,'eg_settings_custom_meta_skin',''),(13175,1340,'eg_settings_custom_meta_element',''),(13176,1340,'eg_settings_custom_meta_element',''),(13177,1340,'eg_settings_custom_meta_setting',''),(13178,1340,'eg_settings_custom_meta_setting',''),(13179,1340,'eg_settings_custom_meta_style',''),(13180,1340,'eg_settings_custom_meta_style',''),(13181,1340,'mfn-post-hide-content','0'),(13182,1340,'mfn-post-hide-content','0'),(13183,1340,'mfn-post-slider','0'),(13184,1340,'mfn-post-slider','0'),(13185,1340,'mfn-post-slider-layer','0'),(13186,1340,'mfn-post-slider-layer','0'),(13187,1340,'mfn-post-hide-title','1'),(13188,1340,'mfn-post-hide-title','1'),(13189,1340,'mfn-post-remove-padding','0'),(13190,1340,'mfn-post-remove-padding','0'),(13191,1340,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(13192,1340,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(13193,1340,'mfn-post-hide-image','1'),(13194,1340,'mfn-post-hide-image','1'),(13195,1340,'_wpb_vc_js_status','false'),(13196,1340,'_wpb_vc_js_status','false'),(13197,1340,'mfn-post-love','0'),(13198,1340,'mfn-post-love','0'),(13199,1340,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(13200,1340,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(13201,1340,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(13202,1340,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(13203,1340,'_wp_old_slug','blog-title-03'),(13204,1340,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(13205,1340,'_wp_old_slug','blog-title-03'),(13206,1340,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(13207,1340,'_wp_old_slug','cancer-update'),(13208,1340,'_wp_old_slug','magnificent-magnesium'),(13209,1340,'_wp_old_slug','magnificent-magnesium-2'),(13210,1340,'mfn-post-sidebar','0'),(13211,1340,'mfn-post-sidebar','0'),(13212,1340,'mfn-post-sidebar2','0'),(13213,1340,'mfn-post-sidebar2','0'),(13214,1340,'_oembed_70c3f7c0b35f507260fceba4aa944398','{{unknown}}'),(13215,1340,'_oembed_3e601594e527c050109c115dc0343e65','{{unknown}}'),(13216,1340,'_oembed_9b1ceae82700066b420cbf8220005e44','<blockquote class=\"wp-embedded-content\" data-secret=\"kASrIgvovz\"><a href=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/\">Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/embed/#?secret=kASrIgvovz\" data-secret=\"kASrIgvovz\" width=\"600\" height=\"338\" title=\"&#8220;Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO&#8221; &#8212; The Paleo Diet  - Robb Wolf on Paleolithic nutrition, intermittent fasting, and fitness\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(13217,1340,'_oembed_time_9b1ceae82700066b420cbf8220005e44','1526497634'),(13218,1340,'_oembed_23dc491aeb7984be5b7c3de7f8f733eb','<blockquote class=\"wp-embedded-content\" data-secret=\"WlCV7gXJBc\"><a href=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/\">RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/embed/#?secret=WlCV7gXJBc\" data-secret=\"WlCV7gXJBc\" width=\"600\" height=\"338\" title=\"&#8220;RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown&#8221; &#8212; Chris Kresser\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(13219,1340,'_oembed_time_23dc491aeb7984be5b7c3de7f8f733eb','1526497635'),(13220,1340,'_oembed_358a61ccc8bf2354ef1120fed79c344e','<blockquote class=\"wp-embedded-content\" data-secret=\"shaF4RzKZS\"><a href=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/\">Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/embed/#?secret=shaF4RzKZS\" data-secret=\"shaF4RzKZS\" width=\"600\" height=\"338\" title=\"&#8220;Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(13221,1340,'_oembed_time_358a61ccc8bf2354ef1120fed79c344e','1526497638'),(13222,1340,'_oembed_af0b1f39f6e075a34328aef17f250879','{{unknown}}'),(13223,1340,'_oembed_f714c39f6931f083180b36cf45638a8c','{{unknown}}'),(13224,1340,'_oembed_5000284a6c9c5bcbac8ae34dc7be08b7','{{unknown}}'),(13225,1340,'_oembed_63b1fcb3e0dc43453aedb68f431c75c2','<blockquote class=\"wp-embedded-content\" data-secret=\"oZNLMh7ADK\"><a href=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/\">How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/embed/#?secret=oZNLMh7ADK\" data-secret=\"oZNLMh7ADK\" width=\"600\" height=\"338\" title=\"&#8220;How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(13226,1340,'_oembed_time_63b1fcb3e0dc43453aedb68f431c75c2','1529526804'),(13227,1340,'_oembed_0dc928c90b7c768760131f493fc3b3d6','{{unknown}}'),(13228,1340,'_oembed_d7841c341108008601fa6bfd45e9877d','{{unknown}}'),(13229,1340,'_oembed_40a13cbe0598cd34470e2068d6d5b1b0','{{unknown}}'),(13230,1340,'_oembed_88288a6a8fdc1892db3639b1a045fbbf','<blockquote class=\"wp-embedded-content\" data-secret=\"JR2TSdbz6i\"><a href=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/\">Changing your diet is the first step in addressing Hashimoto&#8217;s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/embed/#?secret=JR2TSdbz6i\" data-secret=\"JR2TSdbz6i\" width=\"600\" height=\"338\" title=\"&#8220;Changing your diet is the first step in addressing Hashimoto&#8217;s&#8221; &#8212; Dr. K. News\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(13231,1340,'_oembed_time_88288a6a8fdc1892db3639b1a045fbbf','1535053648'),(13232,1340,'_oembed_6bfdd057756c7c58246362901ea9cc5a','<blockquote class=\"wp-embedded-content\" data-secret=\"EL52QLJFmX\"><a href=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/\">What To Do If Your TSH Is Normal and You Are Anything But!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/embed/#?secret=EL52QLJFmX\" data-secret=\"EL52QLJFmX\" width=\"600\" height=\"338\" title=\"&#8220;What To Do If Your TSH Is Normal and You Are Anything But!&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(13233,1340,'_oembed_time_6bfdd057756c7c58246362901ea9cc5a','1535053650'),(13234,1340,'_oembed_f64919ffc4b08d3bacaafee3d9d84058','<blockquote class=\"wp-embedded-content\" data-secret=\"krfgO9xlfd\"><a href=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/\">Iodine and Hashimotoâ€™s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/embed/#?secret=krfgO9xlfd\" data-secret=\"krfgO9xlfd\" width=\"600\" height=\"338\" title=\"&#8220;Iodine and Hashimotoâ€™s&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(13235,1340,'_oembed_time_f64919ffc4b08d3bacaafee3d9d84058','1535053650'),(13236,1340,'_thumbnail_id','1341'),(13238,1340,'_dp_original','1331'),(13239,1340,'_edit_lock','1580745957:2'),(13240,1340,'_edit_last','2'),(13241,1341,'_wp_attached_file','2020/02/heart-disease-600X600.jpeg'),(13242,1341,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:34:\"2020/02/heart-disease-600X600.jpeg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"heart-disease-600X600-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"heart-disease-600X600-150x150.jpeg\";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:34:\"heart-disease-600X600-125x125.jpeg\";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:32:\"heart-disease-600X600-75x75.jpeg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"heart-disease-600X600-146x146.jpeg\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:32:\"heart-disease-600X600-50x50.jpeg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:32:\"heart-disease-600X600-75x75.jpeg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:32:\"heart-disease-600X600-85x85.jpeg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:32:\"heart-disease-600X600-80x80.jpeg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:34:\"heart-disease-600X600-600x500.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:34:\"heart-disease-600X600-600x480.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:480;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:10:\"1322132872\";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:{}}}'),(13244,1343,'slide_template','default'),(13245,1343,'slide_template','default'),(13246,1343,'eg_sources_html5_mp4',''),(13247,1343,'eg_sources_html5_mp4',''),(13248,1343,'eg_sources_html5_ogv',''),(13249,1343,'eg_sources_html5_ogv',''),(13250,1343,'eg_sources_html5_webm',''),(13251,1343,'eg_sources_html5_webm',''),(13252,1343,'eg_sources_youtube',''),(13253,1343,'eg_sources_youtube',''),(13254,1343,'eg_sources_vimeo',''),(13255,1343,'eg_sources_vimeo',''),(13256,1343,'eg_sources_wistia',''),(13257,1343,'eg_sources_wistia',''),(13258,1343,'eg_sources_image',''),(13259,1343,'eg_sources_image',''),(13260,1343,'eg_sources_iframe',''),(13261,1343,'eg_sources_iframe',''),(13262,1343,'eg_sources_soundcloud',''),(13263,1343,'eg_sources_soundcloud',''),(13264,1343,'eg_vimeo_ratio','0'),(13265,1343,'eg_vimeo_ratio','0'),(13266,1343,'eg_youtube_ratio','0'),(13267,1343,'eg_youtube_ratio','0'),(13268,1343,'eg_wistia_ratio','0'),(13269,1343,'eg_wistia_ratio','0'),(13270,1343,'eg_html5_ratio','0'),(13271,1343,'eg_html5_ratio','0'),(13272,1343,'eg_soundcloud_ratio','0'),(13273,1343,'eg_soundcloud_ratio','0'),(13274,1343,'eg_settings_custom_meta_skin',''),(13275,1343,'eg_settings_custom_meta_skin',''),(13276,1343,'eg_settings_custom_meta_element',''),(13277,1343,'eg_settings_custom_meta_element',''),(13278,1343,'eg_settings_custom_meta_setting',''),(13279,1343,'eg_settings_custom_meta_setting',''),(13280,1343,'eg_settings_custom_meta_style',''),(13281,1343,'eg_settings_custom_meta_style',''),(13282,1343,'mfn-post-hide-content','0'),(13283,1343,'mfn-post-hide-content','0'),(13284,1343,'mfn-post-slider','0'),(13285,1343,'mfn-post-slider','0'),(13286,1343,'mfn-post-slider-layer','0'),(13287,1343,'mfn-post-slider-layer','0'),(13288,1343,'mfn-post-hide-title','1'),(13289,1343,'mfn-post-hide-title','1'),(13290,1343,'mfn-post-remove-padding','0'),(13291,1343,'mfn-post-remove-padding','0'),(13292,1343,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(13293,1343,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(13294,1343,'mfn-post-hide-image','1'),(13295,1343,'mfn-post-hide-image','1'),(13296,1343,'_wpb_vc_js_status','false'),(13297,1343,'_wpb_vc_js_status','false'),(13298,1343,'mfn-post-love','0'),(13299,1343,'mfn-post-love','0'),(13300,1343,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(13301,1343,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(13302,1343,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(13303,1343,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(13304,1343,'_wp_old_slug','blog-title-03'),(13305,1343,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(13306,1343,'_wp_old_slug','blog-title-03'),(13307,1343,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(13308,1343,'_wp_old_slug','cancer-update'),(13309,1343,'_wp_old_slug','magnificent-magnesium'),(13310,1343,'_wp_old_slug','magnificent-magnesium-2'),(13311,1343,'mfn-post-sidebar','0'),(13312,1343,'mfn-post-sidebar','0'),(13313,1343,'mfn-post-sidebar2','0'),(13314,1343,'mfn-post-sidebar2','0'),(13315,1343,'_oembed_70c3f7c0b35f507260fceba4aa944398','{{unknown}}'),(13316,1343,'_oembed_3e601594e527c050109c115dc0343e65','{{unknown}}'),(13317,1343,'_oembed_9b1ceae82700066b420cbf8220005e44','<blockquote class=\"wp-embedded-content\" data-secret=\"kASrIgvovz\"><a href=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/\">Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/embed/#?secret=kASrIgvovz\" data-secret=\"kASrIgvovz\" width=\"600\" height=\"338\" title=\"&#8220;Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO&#8221; &#8212; The Paleo Diet  - Robb Wolf on Paleolithic nutrition, intermittent fasting, and fitness\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(13318,1343,'_oembed_time_9b1ceae82700066b420cbf8220005e44','1526497634'),(13319,1343,'_oembed_23dc491aeb7984be5b7c3de7f8f733eb','<blockquote class=\"wp-embedded-content\" data-secret=\"WlCV7gXJBc\"><a href=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/\">RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/embed/#?secret=WlCV7gXJBc\" data-secret=\"WlCV7gXJBc\" width=\"600\" height=\"338\" title=\"&#8220;RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown&#8221; &#8212; Chris Kresser\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(13320,1343,'_oembed_time_23dc491aeb7984be5b7c3de7f8f733eb','1526497635'),(13321,1343,'_oembed_358a61ccc8bf2354ef1120fed79c344e','<blockquote class=\"wp-embedded-content\" data-secret=\"shaF4RzKZS\"><a href=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/\">Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/embed/#?secret=shaF4RzKZS\" data-secret=\"shaF4RzKZS\" width=\"600\" height=\"338\" title=\"&#8220;Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(13322,1343,'_oembed_time_358a61ccc8bf2354ef1120fed79c344e','1526497638'),(13323,1343,'_oembed_af0b1f39f6e075a34328aef17f250879','{{unknown}}'),(13324,1343,'_oembed_f714c39f6931f083180b36cf45638a8c','{{unknown}}'),(13325,1343,'_oembed_5000284a6c9c5bcbac8ae34dc7be08b7','{{unknown}}'),(13326,1343,'_oembed_63b1fcb3e0dc43453aedb68f431c75c2','<blockquote class=\"wp-embedded-content\" data-secret=\"oZNLMh7ADK\"><a href=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/\">How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/embed/#?secret=oZNLMh7ADK\" data-secret=\"oZNLMh7ADK\" width=\"600\" height=\"338\" title=\"&#8220;How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(13327,1343,'_oembed_time_63b1fcb3e0dc43453aedb68f431c75c2','1529526804'),(13328,1343,'_oembed_0dc928c90b7c768760131f493fc3b3d6','{{unknown}}'),(13329,1343,'_oembed_d7841c341108008601fa6bfd45e9877d','{{unknown}}'),(13330,1343,'_oembed_40a13cbe0598cd34470e2068d6d5b1b0','{{unknown}}'),(13331,1343,'_oembed_88288a6a8fdc1892db3639b1a045fbbf','<blockquote class=\"wp-embedded-content\" data-secret=\"JR2TSdbz6i\"><a href=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/\">Changing your diet is the first step in addressing Hashimoto&#8217;s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/embed/#?secret=JR2TSdbz6i\" data-secret=\"JR2TSdbz6i\" width=\"600\" height=\"338\" title=\"&#8220;Changing your diet is the first step in addressing Hashimoto&#8217;s&#8221; &#8212; Dr. K. News\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(13332,1343,'_oembed_time_88288a6a8fdc1892db3639b1a045fbbf','1535053648'),(13333,1343,'_oembed_6bfdd057756c7c58246362901ea9cc5a','<blockquote class=\"wp-embedded-content\" data-secret=\"EL52QLJFmX\"><a href=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/\">What To Do If Your TSH Is Normal and You Are Anything But!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/embed/#?secret=EL52QLJFmX\" data-secret=\"EL52QLJFmX\" width=\"600\" height=\"338\" title=\"&#8220;What To Do If Your TSH Is Normal and You Are Anything But!&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(13334,1343,'_oembed_time_6bfdd057756c7c58246362901ea9cc5a','1535053650'),(13335,1343,'_oembed_f64919ffc4b08d3bacaafee3d9d84058','<blockquote class=\"wp-embedded-content\" data-secret=\"krfgO9xlfd\"><a href=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/\">Iodine and Hashimotoâ€™s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/embed/#?secret=krfgO9xlfd\" data-secret=\"krfgO9xlfd\" width=\"600\" height=\"338\" title=\"&#8220;Iodine and Hashimotoâ€™s&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(13336,1343,'_oembed_time_f64919ffc4b08d3bacaafee3d9d84058','1535053650'),(13337,1343,'_thumbnail_id','1344'),(13339,1343,'_dp_original','1304'),(13340,1343,'_edit_lock','1580746682:2'),(13341,1343,'_edit_last','2'),(13342,1344,'_wp_attached_file','2020/02/probiotics-when-to-take-600X471.jpg'),(13343,1344,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:461;s:4:\"file\";s:43:\"2020/02/probiotics-when-to-take-600X471.jpg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"probiotics-when-to-take-600X471-300x231.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:231;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"probiotics-when-to-take-600X471-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:42:\"probiotics-when-to-take-600X471-125x96.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"ttshowcase_small\";a:4:{s:4:\"file\";s:41:\"probiotics-when-to-take-600X471-75x58.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:58;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:43:\"probiotics-when-to-take-600X471-190x146.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:41:\"probiotics-when-to-take-600X471-50x38.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:38;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:41:\"probiotics-when-to-take-600X471-98x75.jpg\";s:5:\"width\";i:98;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:41:\"probiotics-when-to-take-600X471-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:41:\"probiotics-when-to-take-600X471-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(13345,1347,'slide_template','default'),(13346,1347,'slide_template','default'),(13347,1347,'eg_sources_html5_mp4',''),(13348,1347,'eg_sources_html5_mp4',''),(13349,1347,'eg_sources_html5_ogv',''),(13350,1347,'eg_sources_html5_ogv',''),(13351,1347,'eg_sources_html5_webm',''),(13352,1347,'eg_sources_html5_webm',''),(13353,1347,'eg_sources_youtube',''),(13354,1347,'eg_sources_youtube',''),(13355,1347,'eg_sources_vimeo',''),(13356,1347,'eg_sources_vimeo',''),(13357,1347,'eg_sources_wistia',''),(13358,1347,'eg_sources_wistia',''),(13359,1347,'eg_sources_image',''),(13360,1347,'eg_sources_image',''),(13361,1347,'eg_sources_iframe',''),(13362,1347,'eg_sources_iframe',''),(13363,1347,'eg_sources_soundcloud',''),(13364,1347,'eg_sources_soundcloud',''),(13365,1347,'eg_vimeo_ratio','0'),(13366,1347,'eg_vimeo_ratio','0'),(13367,1347,'eg_youtube_ratio','0'),(13368,1347,'eg_youtube_ratio','0'),(13369,1347,'eg_wistia_ratio','0'),(13370,1347,'eg_wistia_ratio','0'),(13371,1347,'eg_html5_ratio','0'),(13372,1347,'eg_html5_ratio','0'),(13373,1347,'eg_soundcloud_ratio','0'),(13374,1347,'eg_soundcloud_ratio','0'),(13375,1347,'eg_settings_custom_meta_skin',''),(13376,1347,'eg_settings_custom_meta_skin',''),(13377,1347,'eg_settings_custom_meta_element',''),(13378,1347,'eg_settings_custom_meta_element',''),(13379,1347,'eg_settings_custom_meta_setting',''),(13380,1347,'eg_settings_custom_meta_setting',''),(13381,1347,'eg_settings_custom_meta_style',''),(13382,1347,'eg_settings_custom_meta_style',''),(13383,1347,'mfn-post-hide-content','0'),(13384,1347,'mfn-post-hide-content','0'),(13385,1347,'mfn-post-slider','0'),(13386,1347,'mfn-post-slider','0'),(13387,1347,'mfn-post-slider-layer','0'),(13388,1347,'mfn-post-slider-layer','0'),(13389,1347,'mfn-post-hide-title','1'),(13390,1347,'mfn-post-hide-title','1'),(13391,1347,'mfn-post-remove-padding','0'),(13392,1347,'mfn-post-remove-padding','0'),(13393,1347,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(13394,1347,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(13395,1347,'mfn-post-hide-image','1'),(13396,1347,'mfn-post-hide-image','1'),(13397,1347,'_wpb_vc_js_status','false'),(13398,1347,'_wpb_vc_js_status','false'),(13399,1347,'mfn-post-love','0'),(13400,1347,'mfn-post-love','0'),(13401,1347,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(13402,1347,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(13403,1347,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(13404,1347,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(13405,1347,'_wp_old_slug','blog-title-03'),(13406,1347,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(13407,1347,'_wp_old_slug','blog-title-03'),(13408,1347,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(13409,1347,'_wp_old_slug','cancer-update'),(13410,1347,'_wp_old_slug','magnificent-magnesium'),(13411,1347,'_wp_old_slug','magnificent-magnesium-2'),(13412,1347,'mfn-post-sidebar','0'),(13413,1347,'mfn-post-sidebar','0'),(13414,1347,'mfn-post-sidebar2','0'),(13415,1347,'mfn-post-sidebar2','0'),(13416,1347,'_oembed_70c3f7c0b35f507260fceba4aa944398','{{unknown}}'),(13417,1347,'_oembed_3e601594e527c050109c115dc0343e65','{{unknown}}'),(13418,1347,'_oembed_9b1ceae82700066b420cbf8220005e44','<blockquote class=\"wp-embedded-content\" data-secret=\"kASrIgvovz\"><a href=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/\">Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/embed/#?secret=kASrIgvovz\" data-secret=\"kASrIgvovz\" width=\"600\" height=\"338\" title=\"&#8220;Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO&#8221; &#8212; The Paleo Diet  - Robb Wolf on Paleolithic nutrition, intermittent fasting, and fitness\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(13419,1347,'_oembed_time_9b1ceae82700066b420cbf8220005e44','1526497634'),(13420,1347,'_oembed_23dc491aeb7984be5b7c3de7f8f733eb','<blockquote class=\"wp-embedded-content\" data-secret=\"WlCV7gXJBc\"><a href=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/\">RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/embed/#?secret=WlCV7gXJBc\" data-secret=\"WlCV7gXJBc\" width=\"600\" height=\"338\" title=\"&#8220;RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown&#8221; &#8212; Chris Kresser\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(13421,1347,'_oembed_time_23dc491aeb7984be5b7c3de7f8f733eb','1526497635'),(13422,1347,'_oembed_358a61ccc8bf2354ef1120fed79c344e','<blockquote class=\"wp-embedded-content\" data-secret=\"shaF4RzKZS\"><a href=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/\">Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/embed/#?secret=shaF4RzKZS\" data-secret=\"shaF4RzKZS\" width=\"600\" height=\"338\" title=\"&#8220;Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(13423,1347,'_oembed_time_358a61ccc8bf2354ef1120fed79c344e','1526497638'),(13424,1347,'_oembed_af0b1f39f6e075a34328aef17f250879','{{unknown}}'),(13425,1347,'_oembed_f714c39f6931f083180b36cf45638a8c','{{unknown}}'),(13426,1347,'_oembed_5000284a6c9c5bcbac8ae34dc7be08b7','{{unknown}}'),(13427,1347,'_oembed_63b1fcb3e0dc43453aedb68f431c75c2','<blockquote class=\"wp-embedded-content\" data-secret=\"oZNLMh7ADK\"><a href=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/\">How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/embed/#?secret=oZNLMh7ADK\" data-secret=\"oZNLMh7ADK\" width=\"600\" height=\"338\" title=\"&#8220;How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(13428,1347,'_oembed_time_63b1fcb3e0dc43453aedb68f431c75c2','1529526804'),(13429,1347,'_oembed_0dc928c90b7c768760131f493fc3b3d6','{{unknown}}'),(13430,1347,'_oembed_d7841c341108008601fa6bfd45e9877d','{{unknown}}'),(13431,1347,'_oembed_40a13cbe0598cd34470e2068d6d5b1b0','{{unknown}}'),(13432,1347,'_oembed_88288a6a8fdc1892db3639b1a045fbbf','<blockquote class=\"wp-embedded-content\" data-secret=\"JR2TSdbz6i\"><a href=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/\">Changing your diet is the first step in addressing Hashimoto&#8217;s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/embed/#?secret=JR2TSdbz6i\" data-secret=\"JR2TSdbz6i\" width=\"600\" height=\"338\" title=\"&#8220;Changing your diet is the first step in addressing Hashimoto&#8217;s&#8221; &#8212; Dr. K. News\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(13433,1347,'_oembed_time_88288a6a8fdc1892db3639b1a045fbbf','1535053648'),(13434,1347,'_oembed_6bfdd057756c7c58246362901ea9cc5a','<blockquote class=\"wp-embedded-content\" data-secret=\"EL52QLJFmX\"><a href=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/\">What To Do If Your TSH Is Normal and You Are Anything But!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/embed/#?secret=EL52QLJFmX\" data-secret=\"EL52QLJFmX\" width=\"600\" height=\"338\" title=\"&#8220;What To Do If Your TSH Is Normal and You Are Anything But!&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(13435,1347,'_oembed_time_6bfdd057756c7c58246362901ea9cc5a','1535053650'),(13436,1347,'_oembed_f64919ffc4b08d3bacaafee3d9d84058','<blockquote class=\"wp-embedded-content\" data-secret=\"krfgO9xlfd\"><a href=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/\">Iodine and Hashimotoâ€™s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/embed/#?secret=krfgO9xlfd\" data-secret=\"krfgO9xlfd\" width=\"600\" height=\"338\" title=\"&#8220;Iodine and Hashimotoâ€™s&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(13437,1347,'_oembed_time_f64919ffc4b08d3bacaafee3d9d84058','1535053650'),(13438,1347,'_thumbnail_id','1348'),(13440,1347,'_dp_original','1343'),(13441,1347,'_edit_lock','1582657553:2'),(13442,1347,'_edit_last','2'),(13443,1348,'_wp_attached_file','2020/02/Collagen-face-powder-599X.jpg'),(13444,1348,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:599;s:6:\"height\";i:337;s:4:\"file\";s:37:\"2020/02/Collagen-face-powder-599X.jpg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"Collagen-face-powder-599X-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Collagen-face-powder-599X-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:36:\"Collagen-face-powder-599X-125x70.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"ttshowcase_small\";a:4:{s:4:\"file\";s:35:\"Collagen-face-powder-599X-75x42.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:42;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"Collagen-face-powder-599X-260x146.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:35:\"Collagen-face-powder-599X-50x28.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:28;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:36:\"Collagen-face-powder-599X-133x75.jpg\";s:5:\"width\";i:133;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:35:\"Collagen-face-powder-599X-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:35:\"Collagen-face-powder-599X-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(13446,1351,'slide_template','default'),(13447,1351,'slide_template','default'),(13448,1351,'eg_sources_html5_mp4',''),(13449,1351,'eg_sources_html5_mp4',''),(13450,1351,'eg_sources_html5_ogv',''),(13451,1351,'eg_sources_html5_ogv',''),(13452,1351,'eg_sources_html5_webm',''),(13453,1351,'eg_sources_html5_webm',''),(13454,1351,'eg_sources_youtube',''),(13455,1351,'eg_sources_youtube',''),(13456,1351,'eg_sources_vimeo',''),(13457,1351,'eg_sources_vimeo',''),(13458,1351,'eg_sources_wistia',''),(13459,1351,'eg_sources_wistia',''),(13460,1351,'eg_sources_image',''),(13461,1351,'eg_sources_image',''),(13462,1351,'eg_sources_iframe',''),(13463,1351,'eg_sources_iframe',''),(13464,1351,'eg_sources_soundcloud',''),(13465,1351,'eg_sources_soundcloud',''),(13466,1351,'eg_vimeo_ratio','0'),(13467,1351,'eg_vimeo_ratio','0'),(13468,1351,'eg_youtube_ratio','0'),(13469,1351,'eg_youtube_ratio','0'),(13470,1351,'eg_wistia_ratio','0'),(13471,1351,'eg_wistia_ratio','0'),(13472,1351,'eg_html5_ratio','0'),(13473,1351,'eg_html5_ratio','0'),(13474,1351,'eg_soundcloud_ratio','0'),(13475,1351,'eg_soundcloud_ratio','0'),(13476,1351,'eg_settings_custom_meta_skin',''),(13477,1351,'eg_settings_custom_meta_skin',''),(13478,1351,'eg_settings_custom_meta_element',''),(13479,1351,'eg_settings_custom_meta_element',''),(13480,1351,'eg_settings_custom_meta_setting',''),(13481,1351,'eg_settings_custom_meta_setting',''),(13482,1351,'eg_settings_custom_meta_style',''),(13483,1351,'eg_settings_custom_meta_style',''),(13484,1351,'mfn-post-hide-content','0'),(13485,1351,'mfn-post-hide-content','0'),(13486,1351,'mfn-post-slider','0'),(13487,1351,'mfn-post-slider','0'),(13488,1351,'mfn-post-slider-layer','0'),(13489,1351,'mfn-post-slider-layer','0'),(13490,1351,'mfn-post-hide-title','1'),(13491,1351,'mfn-post-hide-title','1'),(13492,1351,'mfn-post-remove-padding','0'),(13493,1351,'mfn-post-remove-padding','0'),(13494,1351,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(13495,1351,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(13496,1351,'mfn-post-hide-image','1'),(13497,1351,'mfn-post-hide-image','1'),(13498,1351,'_wpb_vc_js_status','false'),(13499,1351,'_wpb_vc_js_status','false'),(13500,1351,'mfn-post-love','0'),(13501,1351,'mfn-post-love','0'),(13502,1351,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(13503,1351,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(13504,1351,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(13505,1351,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(13506,1351,'_wp_old_slug','blog-title-03'),(13507,1351,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(13508,1351,'_wp_old_slug','blog-title-03'),(13509,1351,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(13510,1351,'_wp_old_slug','cancer-update'),(13511,1351,'_wp_old_slug','magnificent-magnesium'),(13512,1351,'_wp_old_slug','magnificent-magnesium-2'),(13513,1351,'mfn-post-sidebar','0'),(13514,1351,'mfn-post-sidebar','0'),(13515,1351,'mfn-post-sidebar2','0'),(13516,1351,'mfn-post-sidebar2','0'),(13517,1351,'_oembed_70c3f7c0b35f507260fceba4aa944398','{{unknown}}'),(13518,1351,'_oembed_3e601594e527c050109c115dc0343e65','{{unknown}}'),(13519,1351,'_oembed_9b1ceae82700066b420cbf8220005e44','<blockquote class=\"wp-embedded-content\" data-secret=\"kASrIgvovz\"><a href=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/\">Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/embed/#?secret=kASrIgvovz\" data-secret=\"kASrIgvovz\" width=\"600\" height=\"338\" title=\"&#8220;Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO&#8221; &#8212; The Paleo Diet  - Robb Wolf on Paleolithic nutrition, intermittent fasting, and fitness\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(13520,1351,'_oembed_time_9b1ceae82700066b420cbf8220005e44','1526497634'),(13521,1351,'_oembed_23dc491aeb7984be5b7c3de7f8f733eb','<blockquote class=\"wp-embedded-content\" data-secret=\"WlCV7gXJBc\"><a href=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/\">RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/embed/#?secret=WlCV7gXJBc\" data-secret=\"WlCV7gXJBc\" width=\"600\" height=\"338\" title=\"&#8220;RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown&#8221; &#8212; Chris Kresser\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(13522,1351,'_oembed_time_23dc491aeb7984be5b7c3de7f8f733eb','1526497635'),(13523,1351,'_oembed_358a61ccc8bf2354ef1120fed79c344e','<blockquote class=\"wp-embedded-content\" data-secret=\"shaF4RzKZS\"><a href=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/\">Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/embed/#?secret=shaF4RzKZS\" data-secret=\"shaF4RzKZS\" width=\"600\" height=\"338\" title=\"&#8220;Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(13524,1351,'_oembed_time_358a61ccc8bf2354ef1120fed79c344e','1526497638'),(13525,1351,'_oembed_af0b1f39f6e075a34328aef17f250879','{{unknown}}'),(13526,1351,'_oembed_f714c39f6931f083180b36cf45638a8c','{{unknown}}'),(13527,1351,'_oembed_5000284a6c9c5bcbac8ae34dc7be08b7','{{unknown}}'),(13528,1351,'_oembed_63b1fcb3e0dc43453aedb68f431c75c2','<blockquote class=\"wp-embedded-content\" data-secret=\"oZNLMh7ADK\"><a href=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/\">How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/embed/#?secret=oZNLMh7ADK\" data-secret=\"oZNLMh7ADK\" width=\"600\" height=\"338\" title=\"&#8220;How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(13529,1351,'_oembed_time_63b1fcb3e0dc43453aedb68f431c75c2','1529526804'),(13530,1351,'_oembed_0dc928c90b7c768760131f493fc3b3d6','{{unknown}}'),(13531,1351,'_oembed_d7841c341108008601fa6bfd45e9877d','{{unknown}}'),(13532,1351,'_oembed_40a13cbe0598cd34470e2068d6d5b1b0','{{unknown}}'),(13533,1351,'_oembed_88288a6a8fdc1892db3639b1a045fbbf','<blockquote class=\"wp-embedded-content\" data-secret=\"JR2TSdbz6i\"><a href=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/\">Changing your diet is the first step in addressing Hashimoto&#8217;s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/embed/#?secret=JR2TSdbz6i\" data-secret=\"JR2TSdbz6i\" width=\"600\" height=\"338\" title=\"&#8220;Changing your diet is the first step in addressing Hashimoto&#8217;s&#8221; &#8212; Dr. K. News\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(13534,1351,'_oembed_time_88288a6a8fdc1892db3639b1a045fbbf','1535053648'),(13535,1351,'_oembed_6bfdd057756c7c58246362901ea9cc5a','<blockquote class=\"wp-embedded-content\" data-secret=\"EL52QLJFmX\"><a href=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/\">What To Do If Your TSH Is Normal and You Are Anything But!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/embed/#?secret=EL52QLJFmX\" data-secret=\"EL52QLJFmX\" width=\"600\" height=\"338\" title=\"&#8220;What To Do If Your TSH Is Normal and You Are Anything But!&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(13536,1351,'_oembed_time_6bfdd057756c7c58246362901ea9cc5a','1535053650'),(13537,1351,'_oembed_f64919ffc4b08d3bacaafee3d9d84058','<blockquote class=\"wp-embedded-content\" data-secret=\"krfgO9xlfd\"><a href=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/\">Iodine and Hashimotoâ€™s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/embed/#?secret=krfgO9xlfd\" data-secret=\"krfgO9xlfd\" width=\"600\" height=\"338\" title=\"&#8220;Iodine and Hashimotoâ€™s&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(13538,1351,'_oembed_time_f64919ffc4b08d3bacaafee3d9d84058','1535053650'),(13539,1351,'_thumbnail_id','1352'),(13541,1351,'_dp_original','1340'),(13542,1351,'_edit_lock','1582748223:2'),(13543,1351,'_edit_last','2'),(13544,1352,'_wp_attached_file','2020/02/gout-600X400.jpg'),(13545,1352,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:400;s:4:\"file\";s:24:\"2020/02/gout-600X400.jpg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"gout-600X400-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"gout-600X400-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:23:\"gout-600X400-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:\"gout-600X400-75x50.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"gout-600X400-219x146.jpg\";s:5:\"width\";i:219;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:22:\"gout-600X400-50x33.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:33;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:23:\"gout-600X400-113x75.jpg\";s:5:\"width\";i:113;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:22:\"gout-600X400-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:22:\"gout-600X400-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(13546,1357,'slide_template','default'),(13547,1357,'slide_template','default'),(13548,1357,'eg_sources_html5_mp4',''),(13549,1357,'eg_sources_html5_mp4',''),(13550,1357,'eg_sources_html5_ogv',''),(13551,1357,'eg_sources_html5_ogv',''),(13552,1357,'eg_sources_html5_webm',''),(13553,1357,'eg_sources_html5_webm',''),(13554,1357,'eg_sources_youtube',''),(13555,1357,'eg_sources_youtube',''),(13556,1357,'eg_sources_vimeo',''),(13557,1357,'eg_sources_vimeo',''),(13558,1357,'eg_sources_wistia',''),(13559,1357,'eg_sources_wistia',''),(13560,1357,'eg_sources_image',''),(13561,1357,'eg_sources_image',''),(13562,1357,'eg_sources_iframe',''),(13563,1357,'eg_sources_iframe',''),(13564,1357,'eg_sources_soundcloud',''),(13565,1357,'eg_sources_soundcloud',''),(13566,1357,'eg_vimeo_ratio','0'),(13567,1357,'eg_vimeo_ratio','0'),(13568,1357,'eg_youtube_ratio','0'),(13569,1357,'eg_youtube_ratio','0'),(13570,1357,'eg_wistia_ratio','0'),(13571,1357,'eg_wistia_ratio','0'),(13572,1357,'eg_html5_ratio','0'),(13573,1357,'eg_html5_ratio','0'),(13574,1357,'eg_soundcloud_ratio','0'),(13575,1357,'eg_soundcloud_ratio','0'),(13576,1357,'eg_settings_custom_meta_skin',''),(13577,1357,'eg_settings_custom_meta_skin',''),(13578,1357,'eg_settings_custom_meta_element',''),(13579,1357,'eg_settings_custom_meta_element',''),(13580,1357,'eg_settings_custom_meta_setting',''),(13581,1357,'eg_settings_custom_meta_setting',''),(13582,1357,'eg_settings_custom_meta_style',''),(13583,1357,'eg_settings_custom_meta_style',''),(13584,1357,'mfn-post-hide-content','0'),(13585,1357,'mfn-post-hide-content','0'),(13586,1357,'mfn-post-slider','0'),(13587,1357,'mfn-post-slider','0'),(13588,1357,'mfn-post-slider-layer','0'),(13589,1357,'mfn-post-slider-layer','0'),(13590,1357,'mfn-post-hide-title','1'),(13591,1357,'mfn-post-hide-title','1'),(13592,1357,'mfn-post-remove-padding','0'),(13593,1357,'mfn-post-remove-padding','0'),(13594,1357,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(13595,1357,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(13596,1357,'mfn-post-hide-image','1'),(13597,1357,'mfn-post-hide-image','1'),(13598,1357,'_wpb_vc_js_status','false'),(13599,1357,'_wpb_vc_js_status','false'),(13600,1357,'mfn-post-love','0'),(13601,1357,'mfn-post-love','0'),(13602,1357,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(13603,1357,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(13604,1357,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(13605,1357,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(13606,1357,'_wp_old_slug','blog-title-03'),(13607,1357,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(13608,1357,'_wp_old_slug','blog-title-03'),(13609,1357,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(13610,1357,'_wp_old_slug','cancer-update'),(13611,1357,'_wp_old_slug','magnificent-magnesium'),(13612,1357,'_wp_old_slug','magnificent-magnesium-2'),(13613,1357,'mfn-post-sidebar','0'),(13614,1357,'mfn-post-sidebar','0'),(13615,1357,'mfn-post-sidebar2','0'),(13616,1357,'mfn-post-sidebar2','0'),(13617,1357,'_oembed_70c3f7c0b35f507260fceba4aa944398','{{unknown}}'),(13618,1357,'_oembed_3e601594e527c050109c115dc0343e65','{{unknown}}'),(13619,1357,'_oembed_9b1ceae82700066b420cbf8220005e44','<blockquote class=\"wp-embedded-content\" data-secret=\"kASrIgvovz\"><a href=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/\">Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/embed/#?secret=kASrIgvovz\" data-secret=\"kASrIgvovz\" width=\"600\" height=\"338\" title=\"&#8220;Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO&#8221; &#8212; The Paleo Diet  - Robb Wolf on Paleolithic nutrition, intermittent fasting, and fitness\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(13620,1357,'_oembed_time_9b1ceae82700066b420cbf8220005e44','1526497634'),(13621,1357,'_oembed_23dc491aeb7984be5b7c3de7f8f733eb','<blockquote class=\"wp-embedded-content\" data-secret=\"WlCV7gXJBc\"><a href=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/\">RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/embed/#?secret=WlCV7gXJBc\" data-secret=\"WlCV7gXJBc\" width=\"600\" height=\"338\" title=\"&#8220;RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown&#8221; &#8212; Chris Kresser\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(13622,1357,'_oembed_time_23dc491aeb7984be5b7c3de7f8f733eb','1526497635'),(13623,1357,'_oembed_358a61ccc8bf2354ef1120fed79c344e','<blockquote class=\"wp-embedded-content\" data-secret=\"shaF4RzKZS\"><a href=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/\">Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/embed/#?secret=shaF4RzKZS\" data-secret=\"shaF4RzKZS\" width=\"600\" height=\"338\" title=\"&#8220;Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(13624,1357,'_oembed_time_358a61ccc8bf2354ef1120fed79c344e','1526497638'),(13625,1357,'_oembed_af0b1f39f6e075a34328aef17f250879','{{unknown}}'),(13626,1357,'_oembed_f714c39f6931f083180b36cf45638a8c','{{unknown}}'),(13627,1357,'_oembed_5000284a6c9c5bcbac8ae34dc7be08b7','{{unknown}}'),(13628,1357,'_oembed_63b1fcb3e0dc43453aedb68f431c75c2','<blockquote class=\"wp-embedded-content\" data-secret=\"oZNLMh7ADK\"><a href=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/\">How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/embed/#?secret=oZNLMh7ADK\" data-secret=\"oZNLMh7ADK\" width=\"600\" height=\"338\" title=\"&#8220;How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(13629,1357,'_oembed_time_63b1fcb3e0dc43453aedb68f431c75c2','1529526804'),(13630,1357,'_oembed_0dc928c90b7c768760131f493fc3b3d6','{{unknown}}'),(13631,1357,'_oembed_d7841c341108008601fa6bfd45e9877d','{{unknown}}'),(13632,1357,'_oembed_40a13cbe0598cd34470e2068d6d5b1b0','{{unknown}}'),(13633,1357,'_oembed_88288a6a8fdc1892db3639b1a045fbbf','<blockquote class=\"wp-embedded-content\" data-secret=\"JR2TSdbz6i\"><a href=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/\">Changing your diet is the first step in addressing Hashimoto&#8217;s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/embed/#?secret=JR2TSdbz6i\" data-secret=\"JR2TSdbz6i\" width=\"600\" height=\"338\" title=\"&#8220;Changing your diet is the first step in addressing Hashimoto&#8217;s&#8221; &#8212; Dr. K. News\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(13634,1357,'_oembed_time_88288a6a8fdc1892db3639b1a045fbbf','1535053648'),(13635,1357,'_oembed_6bfdd057756c7c58246362901ea9cc5a','<blockquote class=\"wp-embedded-content\" data-secret=\"EL52QLJFmX\"><a href=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/\">What To Do If Your TSH Is Normal and You Are Anything But!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/embed/#?secret=EL52QLJFmX\" data-secret=\"EL52QLJFmX\" width=\"600\" height=\"338\" title=\"&#8220;What To Do If Your TSH Is Normal and You Are Anything But!&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(13636,1357,'_oembed_time_6bfdd057756c7c58246362901ea9cc5a','1535053650'),(13637,1357,'_oembed_f64919ffc4b08d3bacaafee3d9d84058','<blockquote class=\"wp-embedded-content\" data-secret=\"krfgO9xlfd\"><a href=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/\">Iodine and Hashimotoâ€™s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/embed/#?secret=krfgO9xlfd\" data-secret=\"krfgO9xlfd\" width=\"600\" height=\"338\" title=\"&#8220;Iodine and Hashimotoâ€™s&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(13638,1357,'_oembed_time_f64919ffc4b08d3bacaafee3d9d84058','1535053650'),(13639,1357,'_thumbnail_id','1358'),(13641,1357,'_dp_original','1343'),(13642,1357,'_edit_lock','1584547345:2'),(13643,1357,'_edit_last','2'),(13644,1358,'_wp_attached_file','2020/03/NAC-609X.jpg'),(13645,1358,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:609;s:6:\"height\";i:612;s:4:\"file\";s:20:\"2020/03/NAC-609X.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"NAC-609X-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"NAC-609X-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:20:\"NAC-609X-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:\"NAC-609X-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"NAC-609X-145x146.jpg\";s:5:\"width\";i:145;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:18:\"NAC-609X-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:18:\"NAC-609X-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:18:\"NAC-609X-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:18:\"NAC-609X-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:20:\"NAC-609X-609x500.jpg\";s:5:\"width\";i:609;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:20:\"NAC-609X-609x480.jpg\";s:5:\"width\";i:609;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:24:\"VectorStock.com/14339199\";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:{}}}'),(13647,1360,'slide_template','default'),(13648,1360,'slide_template','default'),(13649,1360,'eg_sources_html5_mp4',''),(13650,1360,'eg_sources_html5_mp4',''),(13651,1360,'eg_sources_html5_ogv',''),(13652,1360,'eg_sources_html5_ogv',''),(13653,1360,'eg_sources_html5_webm',''),(13654,1360,'eg_sources_html5_webm',''),(13655,1360,'eg_sources_youtube',''),(13656,1360,'eg_sources_youtube',''),(13657,1360,'eg_sources_vimeo',''),(13658,1360,'eg_sources_vimeo',''),(13659,1360,'eg_sources_wistia',''),(13660,1360,'eg_sources_wistia',''),(13661,1360,'eg_sources_image',''),(13662,1360,'eg_sources_image',''),(13663,1360,'eg_sources_iframe',''),(13664,1360,'eg_sources_iframe',''),(13665,1360,'eg_sources_soundcloud',''),(13666,1360,'eg_sources_soundcloud',''),(13667,1360,'eg_vimeo_ratio','0'),(13668,1360,'eg_vimeo_ratio','0'),(13669,1360,'eg_youtube_ratio','0'),(13670,1360,'eg_youtube_ratio','0'),(13671,1360,'eg_wistia_ratio','0'),(13672,1360,'eg_wistia_ratio','0'),(13673,1360,'eg_html5_ratio','0'),(13674,1360,'eg_html5_ratio','0'),(13675,1360,'eg_soundcloud_ratio','0'),(13676,1360,'eg_soundcloud_ratio','0'),(13677,1360,'eg_settings_custom_meta_skin',''),(13678,1360,'eg_settings_custom_meta_skin',''),(13679,1360,'eg_settings_custom_meta_element',''),(13680,1360,'eg_settings_custom_meta_element',''),(13681,1360,'eg_settings_custom_meta_setting',''),(13682,1360,'eg_settings_custom_meta_setting',''),(13683,1360,'eg_settings_custom_meta_style',''),(13684,1360,'eg_settings_custom_meta_style',''),(13685,1360,'mfn-post-hide-content','0'),(13686,1360,'mfn-post-hide-content','0'),(13687,1360,'mfn-post-slider','0'),(13688,1360,'mfn-post-slider','0'),(13689,1360,'mfn-post-slider-layer','0'),(13690,1360,'mfn-post-slider-layer','0'),(13691,1360,'mfn-post-hide-title','1'),(13692,1360,'mfn-post-hide-title','1'),(13693,1360,'mfn-post-remove-padding','0'),(13694,1360,'mfn-post-remove-padding','0'),(13695,1360,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(13696,1360,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(13697,1360,'mfn-post-hide-image','1'),(13698,1360,'mfn-post-hide-image','1'),(13699,1360,'_wpb_vc_js_status','false'),(13700,1360,'_wpb_vc_js_status','false'),(13701,1360,'mfn-post-love','0'),(13702,1360,'mfn-post-love','0'),(13703,1360,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(13704,1360,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(13705,1360,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(13706,1360,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(13707,1360,'_wp_old_slug','blog-title-03'),(13708,1360,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(13709,1360,'_wp_old_slug','blog-title-03'),(13710,1360,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(13711,1360,'_wp_old_slug','cancer-update'),(13712,1360,'_wp_old_slug','magnificent-magnesium'),(13713,1360,'_wp_old_slug','magnificent-magnesium-2'),(13714,1360,'mfn-post-sidebar','0'),(13715,1360,'mfn-post-sidebar','0'),(13716,1360,'mfn-post-sidebar2','0'),(13717,1360,'mfn-post-sidebar2','0'),(13718,1360,'_oembed_70c3f7c0b35f507260fceba4aa944398','{{unknown}}'),(13719,1360,'_oembed_3e601594e527c050109c115dc0343e65','{{unknown}}'),(13720,1360,'_oembed_9b1ceae82700066b420cbf8220005e44','<blockquote class=\"wp-embedded-content\" data-secret=\"kASrIgvovz\"><a href=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/\">Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/embed/#?secret=kASrIgvovz\" data-secret=\"kASrIgvovz\" width=\"600\" height=\"338\" title=\"&#8220;Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO&#8221; &#8212; The Paleo Diet  - Robb Wolf on Paleolithic nutrition, intermittent fasting, and fitness\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(13721,1360,'_oembed_time_9b1ceae82700066b420cbf8220005e44','1526497634'),(13722,1360,'_oembed_23dc491aeb7984be5b7c3de7f8f733eb','<blockquote class=\"wp-embedded-content\" data-secret=\"WlCV7gXJBc\"><a href=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/\">RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/embed/#?secret=WlCV7gXJBc\" data-secret=\"WlCV7gXJBc\" width=\"600\" height=\"338\" title=\"&#8220;RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown&#8221; &#8212; Chris Kresser\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(13723,1360,'_oembed_time_23dc491aeb7984be5b7c3de7f8f733eb','1526497635'),(13724,1360,'_oembed_358a61ccc8bf2354ef1120fed79c344e','<blockquote class=\"wp-embedded-content\" data-secret=\"shaF4RzKZS\"><a href=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/\">Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/embed/#?secret=shaF4RzKZS\" data-secret=\"shaF4RzKZS\" width=\"600\" height=\"338\" title=\"&#8220;Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(13725,1360,'_oembed_time_358a61ccc8bf2354ef1120fed79c344e','1526497638'),(13726,1360,'_oembed_af0b1f39f6e075a34328aef17f250879','{{unknown}}'),(13727,1360,'_oembed_f714c39f6931f083180b36cf45638a8c','{{unknown}}'),(13728,1360,'_oembed_5000284a6c9c5bcbac8ae34dc7be08b7','{{unknown}}'),(13729,1360,'_oembed_63b1fcb3e0dc43453aedb68f431c75c2','<blockquote class=\"wp-embedded-content\" data-secret=\"oZNLMh7ADK\"><a href=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/\">How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/embed/#?secret=oZNLMh7ADK\" data-secret=\"oZNLMh7ADK\" width=\"600\" height=\"338\" title=\"&#8220;How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(13730,1360,'_oembed_time_63b1fcb3e0dc43453aedb68f431c75c2','1529526804'),(13731,1360,'_oembed_0dc928c90b7c768760131f493fc3b3d6','{{unknown}}'),(13732,1360,'_oembed_d7841c341108008601fa6bfd45e9877d','{{unknown}}'),(13733,1360,'_oembed_40a13cbe0598cd34470e2068d6d5b1b0','{{unknown}}'),(13734,1360,'_oembed_88288a6a8fdc1892db3639b1a045fbbf','<blockquote class=\"wp-embedded-content\" data-secret=\"JR2TSdbz6i\"><a href=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/\">Changing your diet is the first step in addressing Hashimoto&#8217;s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/embed/#?secret=JR2TSdbz6i\" data-secret=\"JR2TSdbz6i\" width=\"600\" height=\"338\" title=\"&#8220;Changing your diet is the first step in addressing Hashimoto&#8217;s&#8221; &#8212; Dr. K. News\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(13735,1360,'_oembed_time_88288a6a8fdc1892db3639b1a045fbbf','1535053648'),(13736,1360,'_oembed_6bfdd057756c7c58246362901ea9cc5a','<blockquote class=\"wp-embedded-content\" data-secret=\"EL52QLJFmX\"><a href=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/\">What To Do If Your TSH Is Normal and You Are Anything But!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/embed/#?secret=EL52QLJFmX\" data-secret=\"EL52QLJFmX\" width=\"600\" height=\"338\" title=\"&#8220;What To Do If Your TSH Is Normal and You Are Anything But!&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(13737,1360,'_oembed_time_6bfdd057756c7c58246362901ea9cc5a','1535053650'),(13738,1360,'_oembed_f64919ffc4b08d3bacaafee3d9d84058','<blockquote class=\"wp-embedded-content\" data-secret=\"krfgO9xlfd\"><a href=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/\">Iodine and Hashimotoâ€™s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/embed/#?secret=krfgO9xlfd\" data-secret=\"krfgO9xlfd\" width=\"600\" height=\"338\" title=\"&#8220;Iodine and Hashimotoâ€™s&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(13739,1360,'_oembed_time_f64919ffc4b08d3bacaafee3d9d84058','1535053650'),(13740,1360,'_thumbnail_id','1362'),(13742,1360,'_dp_original','1347'),(13743,1360,'_edit_lock','1585697341:2'),(13744,1360,'_edit_last','2'),(13745,1361,'_wp_attached_file','2020/03/COVID-19.jpg'),(13746,1361,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:576;s:4:\"file\";s:20:\"2020/03/COVID-19.jpg\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"COVID-19-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"COVID-19-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"COVID-19-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"ttshowcase_normal\";a:4:{s:4:\"file\";s:19:\"COVID-19-125x70.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"ttshowcase_small\";a:4:{s:4:\"file\";s:18:\"COVID-19-75x42.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:42;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"COVID-19-260x146.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:18:\"COVID-19-50x28.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:28;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:19:\"COVID-19-133x75.jpg\";s:5:\"width\";i:133;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:18:\"COVID-19-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:18:\"COVID-19-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:21:\"COVID-19-1024x500.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:20:\"COVID-19-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:20:\"COVID-19-960x576.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:21:\"COVID-19-1024x480.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:480;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:{}}}'),(13747,1362,'_wp_attached_file','2020/03/COVID-19-604X.jpg'),(13748,1362,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:604;s:6:\"height\";i:299;s:4:\"file\";s:25:\"2020/03/COVID-19-604X.jpg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"COVID-19-604X-300x149.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:149;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"COVID-19-604X-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:24:\"COVID-19-604X-125x62.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"ttshowcase_small\";a:4:{s:4:\"file\";s:23:\"COVID-19-604X-75x37.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:37;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"COVID-19-604X-260x129.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:129;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:23:\"COVID-19-604X-50x25.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:25;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:24:\"COVID-19-604X-150x75.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:23:\"COVID-19-604X-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:23:\"COVID-19-604X-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(13749,1372,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(13750,1372,'_wp_page_template','default'),(13751,1372,'_wp_page_template','default'),(13752,1372,'mfn-post-hide-content','0'),(13753,1372,'mfn-post-hide-content','0'),(13754,1372,'mfn-post-slider','ruths-homepage1'),(13755,1372,'mfn-post-slider','ruths-homepage1'),(13756,1372,'mfn-post-slider-layer','0'),(13757,1372,'mfn-post-slider-layer','0'),(13758,1372,'mfn-post-hide-title','0'),(13759,1372,'mfn-post-hide-title','0'),(13760,1372,'mfn-post-remove-padding','1'),(13761,1372,'mfn-post-remove-padding','1'),(13762,1372,'mfn-post-custom-layout','0'),(13763,1372,'mfn-post-custom-layout','0'),(13764,1372,'mfn-post-one-page','0'),(13765,1372,'mfn-post-one-page','0'),(13766,1372,'mfn-post-menu','0'),(13767,1372,'mfn-post-menu','0'),(13768,1372,'slide_template','default'),(13769,1372,'slide_template','default'),(13770,1372,'mfn-page-items','YTo1OntpOjA7YToyOntzOjQ6ImF0dHIiO2E6MTc6e3M6NToidGl0bGUiO3M6MTE6IlBhbGUgYmtncm5kIjtzOjg6ImJnX2NvbG9yIjtzOjc6IiNkNGRjZWMiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMToicmVwZWF0LXg7Y2VudGVyIHRvcDs7IjtzOjEyOiJiZ192aWRlb19tcDQiO3M6MDoiIjtzOjEyOiJiZ192aWRlb19vZ3YiO3M6MDoiIjtzOjExOiJwYWRkaW5nX3RvcCI7czoyOiIzMCI7czoxNDoicGFkZGluZ19ib3R0b20iO3M6MjoiMzAiO3M6NzoiZGl2aWRlciI7czowOiIiO3M6OToiZGVjb3JfdG9wIjtzOjg0OiJodHRwOi8vbWl0emljb25uZWxsLmNvbS9kZW1vMTgvd3AtY29udGVudC91cGxvYWRzLzIwMTYvMDcvaG9tZV90YWlsb3Jfc2VjdGlvbmJnMS5wbmciO3M6MTI6ImRlY29yX2JvdHRvbSI7czo4NDoiaHR0cDovL21pdHppY29ubmVsbC5jb20vZGVtbzE4L3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE2LzA3L2hvbWVfdGFpbG9yX3NlY3Rpb25iZzEucG5nIjtzOjEwOiJuYXZpZ2F0aW9uIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO3M6NToiY2xhc3MiO3M6MDoiIjtzOjEwOiJzZWN0aW9uX2lkIjtzOjA6IiI7czoxMDoidmlzaWJpbGl0eSI7czowOiIiO3M6NDoiaGlkZSI7czowOiIiO31zOjU6IndyYXBzIjthOjI6e2k6MDthOjM6e3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NToiaXRlbXMiO2E6Mjp7aTowO2E6Mzp7czo0OiJ0eXBlIjtzOjY6ImNvbHVtbiI7czo0OiJzaXplIjtzOjM6IjEvNSI7czo2OiJmaWVsZHMiO2E6MTE6e3M6NToidGl0bGUiO3M6MDoiIjtzOjc6ImNvbnRlbnQiO3M6MDoiIjtzOjU6ImFsaWduIjtzOjA6IiI7czo5OiJjb2x1bW5fYmciO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7fX1pOjE7YTozOntzOjQ6InR5cGUiO3M6NjoiY29sdW1uIjtzOjQ6InNpemUiO3M6MzoiMy81IjtzOjY6ImZpZWxkcyI7YToxMTp7czo1OiJ0aXRsZSI7czoxNDoiSGVhZGluZyArIGRlc2MiO3M6NzoiY29udGVudCI7czo0OTI6IjxjZW50ZXI+PGg2PlNJTkNFIDE5Njc8L2g2PjwvY2VudGVyPg0KPGNlbnRlcj48aDM+SHVudHN2aWxsZeKAmXMgTW9zdCBUcnVzdGVkIEhlYWx0aCBGb29kIFN0b3JlITwvaDM+PC9jZW50ZXI+DQpbZGl2aWRlciBoZWlnaHQ9IjIwIl0NCjxwPk91ciBwYXNzaW9uIGlzIGhlbHBpbmcgeW91IGZlZWwgeW91ciBiZXN0LiBXZSBhcmUgZGVkaWNhdGVkIHRvIHByb3ZpZGluZyB0b3AtcXVhbGl0eSBwcm9kdWN0cyBhdCB0aGUgYmVzdCBwb3NzaWJsZSBwcmljZXMuIE92ZXIgdGhlIHllYXJzLCBSdXRo4oCZcyBoYXMgZWFybmVkIGEgd2VsbC1kZXNlcnZlZCByZXB1dGF0aW9uIGZvciBnb2luZyBiZXlvbmQgdGhlIGluZHVzdHJ5IHN0YW5kYXJkIGluIHByb3ZpZGluZyBncmVhdCBpbmZvcm1hdGlvbiBhbmQgY2FyaW5nIGN1c3RvbWVyIHNlcnZpY2UuIENvbWUgc2VlIHVzIGFuZCBsZXTigJlzIGdldCBzdGFydGVkIHNvbHZpbmcgeW91ciBoZWFsdGggcHV6emxlIQ0KPC9wPiI7czo1OiJhbGlnbiI7czo3OiJqdXN0aWZ5IjtzOjk6ImNvbHVtbl9iZyI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czoxMzoibWFyZ2luX2JvdHRvbSI7czowOiIiO3M6NzoicGFkZGluZyI7czoxMzoiMHB4IDUlIDBweCA1JSI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO319fXM6NDoiYXR0ciI7YTo4OntzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6Im1vdmVfdXAiO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjEzOiJjb2x1bW5fbWFyZ2luIjtzOjA6IiI7czoxNDoidmVydGljYWxfYWxpZ24iO3M6MzoidG9wIjtzOjU6ImNsYXNzIjtzOjA6IiI7fX1pOjE7YTozOntzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjU6Iml0ZW1zIjthOjM6e2k6MDthOjM6e3M6NDoidHlwZSI7czoxMToic2xpZGluZ19ib3giO3M6NDoic2l6ZSI7czozOiIxLzMiO3M6NjoiZmllbGRzIjthOjY6e3M6NToiaW1hZ2UiO3M6OTM6Imh0dHBzOi8vcnV0aHNudXRyaXRpb24uZ3NnLWhvc3QuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE2LzA3L1doby1XZS1BcmUtUGhvdG9zY2FwZS1Dcm9wLmpwZyI7czo1OiJ0aXRsZSI7czoxMDoiV2hvIFdlIEFyZSI7czo0OiJsaW5rIjtzOjQ2OiJodHRwczovL3J1dGhzbnV0cml0aW9uLmdzZy1ob3N0LmNvbS9vdXItc3RvcnkvIjtzOjY6InRhcmdldCI7czoxOiIwIjtzOjc6ImFuaW1hdGUiO3M6NjoiZmFkZUluIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjt9fWk6MTthOjM6e3M6NDoidHlwZSI7czoxMToic2xpZGluZ19ib3giO3M6NDoic2l6ZSI7czozOiIxLzMiO3M6NjoiZmllbGRzIjthOjY6e3M6NToiaW1hZ2UiO3M6ODY6Imh0dHBzOi8vcnV0aHNudXRyaXRpb24uZ3NnLWhvc3QuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE2LzA3L2hvdy13ZS1oZWxwLTQ2OXgzMTMuanBnIjtzOjU6InRpdGxlIjtzOjE1OiJIb3cgV2UgSGVscCBZb3UiO3M6NDoibGluayI7czo0NjoiaHR0cHM6Ly9ydXRoc251dHJpdGlvbi5nc2ctaG9zdC5jb20vc29sdXRpb25zLyI7czo2OiJ0YXJnZXQiO3M6MToiMCI7czo3OiJhbmltYXRlIjtzOjY6ImZhZGVJbiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7fX1pOjI7YTozOntzOjQ6InR5cGUiO3M6MTE6InNsaWRpbmdfYm94IjtzOjQ6InNpemUiO3M6MzoiMS8zIjtzOjY6ImZpZWxkcyI7YTo2OntzOjU6ImltYWdlIjtzOjk0OiJodHRwczovL3J1dGhzbnV0cml0aW9uLmdzZy1ob3N0LmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNi8wNy9BZGRpdGlvbmFsLVNlcnZpY2VzLTQ2OXgzMTMuanBnIjtzOjU6InRpdGxlIjtzOjE5OiJBZGRpdGlvbmFsIFNlcnZpY2VzIjtzOjQ6ImxpbmsiO3M6NDU6Imh0dHBzOi8vcnV0aHNudXRyaXRpb24uZ3NnLWhvc3QuY29tL3NlcnZpY2VzLyI7czo2OiJ0YXJnZXQiO3M6MToiMCI7czo3OiJhbmltYXRlIjtzOjY6ImZhZGVJbiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7fX19czo0OiJhdHRyIjthOjg6e3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoibW92ZV91cCI7czoxOiIwIjtzOjc6InBhZGRpbmciO3M6MTg6IjBweCA0MHB4IDBweCA0MHB4ICI7czoxMzoiY29sdW1uX21hcmdpbiI7czowOiIiO3M6MTQ6InZlcnRpY2FsX2FsaWduIjtzOjY6Im1pZGRsZSI7czo1OiJjbGFzcyI7czowOiIiO319fX1pOjE7YToyOntzOjQ6ImF0dHIiO2E6MTc6e3M6NToidGl0bGUiO3M6MDoiIjtzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czoxMTU6Imh0dHA6Ly9taXR6aWNvbm5lbGwuY29tL2RlbW8xOC93cC1jb250ZW50L3VwbG9hZHMvMjAxNi8wNy9ia2dybmQtMDAwMi1saWdodC1waW5rLXZlbHZldC1mYWJyaWMtdGV4dHVyZS1zZWFtbGVzcy5qcGciO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjE5OiJyZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjEyOiJiZ192aWRlb19tcDQiO3M6MDoiIjtzOjEyOiJiZ192aWRlb19vZ3YiO3M6MDoiIjtzOjExOiJwYWRkaW5nX3RvcCI7czoxOiIwIjtzOjE0OiJwYWRkaW5nX2JvdHRvbSI7czoyOiIzMCI7czo3OiJkaXZpZGVyIjtzOjA6IiI7czo5OiJkZWNvcl90b3AiO3M6ODQ6Imh0dHA6Ly9taXR6aWNvbm5lbGwuY29tL2RlbW8xOC93cC1jb250ZW50L3VwbG9hZHMvMjAxNi8wNy9ob21lX3RhaWxvcl9zZWN0aW9uYmcyLnBuZyI7czoxMjoiZGVjb3JfYm90dG9tIjtzOjg0OiJodHRwOi8vbWl0emljb25uZWxsLmNvbS9kZW1vMTgvd3AtY29udGVudC91cGxvYWRzLzIwMTYvMDcvaG9tZV90YWlsb3Jfc2VjdGlvbmJnMi5wbmciO3M6MTA6Im5hdmlnYXRpb24iO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7czo1OiJjbGFzcyI7czowOiIiO3M6MTA6InNlY3Rpb25faWQiO3M6MDoiIjtzOjEwOiJ2aXNpYmlsaXR5IjtzOjA6IiI7czo0OiJoaWRlIjtzOjA6IiI7fXM6NToid3JhcHMiO2E6MTp7aTowO2E6Mzp7czo0OiJzaXplIjtzOjM6IjEvMSI7czo1OiJpdGVtcyI7YToyOntpOjA7YTozOntzOjQ6InR5cGUiO3M6NjoiY29sdW1uIjtzOjQ6InNpemUiO3M6MzoiMS80IjtzOjY6ImZpZWxkcyI7YToxMTp7czo1OiJ0aXRsZSI7czowOiIiO3M6NzoiY29udGVudCI7czoyNTQ6IltkaXZpZGVyIGhlaWdodD0iNjAiXQ0KPGg0PiBXaGF0ZXZlciB5b3VyIGNoYWxsZW5nZXMgYXJlLCB3ZSBhcmUgaGVyZSB0byBoZWxwLiBXaXRoIGRlY2FkZXMgb2YgZXhwZXJpZW5jZSwgdG9wLW5vdGNoIHByb2R1Y3RzLCBhbmQgZXhjZXB0aW9uYWwgc2VydmljZXMsIHdlJ3ZlIGdvdCBhbnN3ZXJzLiBCcmluZyB5b3VyIGhlYWx0aCBhbmQgd2VsbG5lc3MgcHV6emxlIHRvIHVzIC0gd2UnbGwgaGVscCB5b3UgcHV0IGl0IHRvZ2V0aGVyITwvaDQ+IjtzOjU6ImFsaWduIjtzOjU6InJpZ2h0IjtzOjk6ImNvbHVtbl9iZyI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czoxMzoibWFyZ2luX2JvdHRvbSI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjt9fWk6MTthOjM6e3M6NDoidHlwZSI7czo2OiJjb2x1bW4iO3M6NDoic2l6ZSI7czozOiIzLzQiO3M6NjoiZmllbGRzIjthOjExOntzOjU6InRpdGxlIjtzOjMxOiJFc3MgR3JpZCAtIEhlYWx0aCBTb2x1dGlvbnMgNXg1IjtzOjc6ImNvbnRlbnQiO3M6Mjg6Iltlc3NfZ3JpZCBhbGlhcz0iaG9tZS1zdmNzIl0iO3M6NToiYWxpZ24iO3M6MDoiIjtzOjk6ImNvbHVtbl9iZyI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czoxMzoibWFyZ2luX2JvdHRvbSI7czowOiIiO3M6NzoicGFkZGluZyI7czoxNjoiNTBweCAwcHggMHB4IDBweCI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO319fXM6NDoiYXR0ciI7YTo4OntzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6Im1vdmVfdXAiO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjEzOiJjb2x1bW5fbWFyZ2luIjtzOjA6IiI7czoxNDoidmVydGljYWxfYWxpZ24iO3M6NjoibWlkZGxlIjtzOjU6ImNsYXNzIjtzOjA6IiI7fX19fWk6MjthOjI6e3M6NDoiYXR0ciI7YToxNzp7czo1OiJ0aXRsZSI7czowOiIiO3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6MTI6ImJnX3ZpZGVvX21wNCI7czowOiIiO3M6MTI6ImJnX3ZpZGVvX29ndiI7czowOiIiO3M6MTE6InBhZGRpbmdfdG9wIjtzOjI6IjMwIjtzOjE0OiJwYWRkaW5nX2JvdHRvbSI7czoxOiIwIjtzOjc6ImRpdmlkZXIiO3M6MDoiIjtzOjk6ImRlY29yX3RvcCI7czo4NDoiaHR0cDovL21pdHppY29ubmVsbC5jb20vZGVtbzE4L3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE2LzA3L2hvbWVfdGFpbG9yX3NlY3Rpb25iZzEucG5nIjtzOjEyOiJkZWNvcl9ib3R0b20iO3M6ODQ6Imh0dHA6Ly9taXR6aWNvbm5lbGwuY29tL2RlbW8xOC93cC1jb250ZW50L3VwbG9hZHMvMjAxNi8wNy9ob21lX3RhaWxvcl9zZWN0aW9uYmcxLnBuZyI7czoxMDoibmF2aWdhdGlvbiI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjtzOjU6ImNsYXNzIjtzOjA6IiI7czoxMDoic2VjdGlvbl9pZCI7czowOiIiO3M6MTA6InZpc2liaWxpdHkiO3M6MDoiIjtzOjQ6ImhpZGUiO3M6MDoiIjt9czo1OiJ3cmFwcyI7YToxOntpOjA7YTozOntzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjU6Iml0ZW1zIjthOjE6e2k6MDthOjM6e3M6NDoidHlwZSI7czoxMToiYmxvZ19zbGlkZXIiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NjoiZmllbGRzIjthOjg6e3M6NToidGl0bGUiO3M6MTY6Ik91ciBMYXRlc3QgUG9zdHMiO3M6NToiY291bnQiO3M6MToiNiI7czo4OiJjYXRlZ29yeSI7czowOiIiO3M6MTQ6ImNhdGVnb3J5X211bHRpIjtzOjA6IiI7czo0OiJtb3JlIjtzOjE6IjAiO3M6NToic3R5bGUiO3M6MDoiIjtzOjEwOiJuYXZpZ2F0aW9uIjtzOjk6ImhpZGUtZG90cyI7czo3OiJjbGFzc2VzIjtzOjA6IiI7fX19czo0OiJhdHRyIjthOjg6e3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoibW92ZV91cCI7czowOiIiO3M6NzoicGFkZGluZyI7czoxMzoiMDBweCA1JSAwcHggMCI7czoxMzoiY29sdW1uX21hcmdpbiI7czowOiIiO3M6MTQ6InZlcnRpY2FsX2FsaWduIjtzOjY6Im1pZGRsZSI7czo1OiJjbGFzcyI7czowOiIiO319fX1pOjM7YToyOntzOjQ6ImF0dHIiO2E6MTc6e3M6NToidGl0bGUiO3M6MDoiIjtzOjg6ImJnX2NvbG9yIjtzOjc6IiNlOWVhZjQiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czoxMjoiYmdfdmlkZW9fbXA0IjtzOjA6IiI7czoxMjoiYmdfdmlkZW9fb2d2IjtzOjA6IiI7czoxMToicGFkZGluZ190b3AiO3M6MjoiMzAiO3M6MTQ6InBhZGRpbmdfYm90dG9tIjtzOjE6IjAiO3M6NzoiZGl2aWRlciI7czowOiIiO3M6OToiZGVjb3JfdG9wIjtzOjg0OiJodHRwOi8vbWl0emljb25uZWxsLmNvbS9kZW1vMTgvd3AtY29udGVudC91cGxvYWRzLzIwMTYvMDcvaG9tZV90YWlsb3Jfc2VjdGlvbmJnMS5wbmciO3M6MTI6ImRlY29yX2JvdHRvbSI7czo4NDoiaHR0cDovL21pdHppY29ubmVsbC5jb20vZGVtbzE4L3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE2LzA3L2hvbWVfdGFpbG9yX3NlY3Rpb25iZzEucG5nIjtzOjEwOiJuYXZpZ2F0aW9uIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO3M6NToiY2xhc3MiO3M6MDoiIjtzOjEwOiJzZWN0aW9uX2lkIjtzOjA6IiI7czoxMDoidmlzaWJpbGl0eSI7czowOiIiO3M6NDoiaGlkZSI7czowOiIiO31zOjU6IndyYXBzIjthOjI6e2k6MDthOjM6e3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NToiaXRlbXMiO2E6Njp7aTowO2E6Mzp7czo0OiJ0eXBlIjtzOjY6ImNvbHVtbiI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6MTE6e3M6NToidGl0bGUiO3M6MjM6Ik9VUiBBRERJVElPTkFMIFNFUlZJQ0VTIjtzOjc6ImNvbnRlbnQiO3M6MzI6IjxoND5PdXIgQWRkaXRpb25hbCBTZXJ2aWNlczwvaDQ+IjtzOjU6ImFsaWduIjtzOjA6IiI7czo5OiJjb2x1bW5fYmciO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7fX1pOjE7YTozOntzOjQ6InR5cGUiO3M6OToicGhvdG9fYm94IjtzOjQ6InNpemUiO3M6MzoiMS81IjtzOjY6ImZpZWxkcyI7YTo5OntzOjU6InRpdGxlIjtzOjIzOiJXZWxsbmVzcyA8YnI+Q291bnNlbGluZyI7czo1OiJpbWFnZSI7czo4NzoiaHR0cHM6Ly9ydXRoc251dHJpdGlvbi5nc2ctaG9zdC5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTYvMTAvSGVyYmFsLU1lZGljaW5lcy1qcGcuanBnIjtzOjc6ImNvbnRlbnQiO3M6MzI6IjxoNj53aXRoIFBoeWxsaXMgRC4gTGlnaHQ8L2g2Pg0KIjtzOjU6ImFsaWduIjtzOjA6IiI7czo0OiJsaW5rIjtzOjQ1OiJodHRwczovL3J1dGhzbnV0cml0aW9uLmdzZy1ob3N0LmNvbS9zZXJ2aWNlcy8iO3M6NjoidGFyZ2V0IjtzOjE6IjAiO3M6OToiZ3JleXNjYWxlIjtzOjE6IjAiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO319aToyO2E6Mzp7czo0OiJ0eXBlIjtzOjk6InBob3RvX2JveCI7czo0OiJzaXplIjtzOjM6IjEvNSI7czo2OiJmaWVsZHMiO2E6OTp7czo1OiJ0aXRsZSI7czoyNjoiQmlvIEVuZXJnZXRpY3MgPGJyPlRlc3RpbmciO3M6NToiaW1hZ2UiO3M6NzQ6Imh0dHBzOi8vcnV0aHNudXRyaXRpb24uZ3NnLWhvc3QuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE2LzA3L2FzeXJhLTIuanBnIjtzOjc6ImNvbnRlbnQiO3M6Mjg6IjxoNj53aXRoIEdvcmRvbiBTbGFjazwvaDY+DQoiO3M6NToiYWxpZ24iO3M6MDoiIjtzOjQ6ImxpbmsiO3M6NDU6Imh0dHBzOi8vcnV0aHNudXRyaXRpb24uZ3NnLWhvc3QuY29tL3NlcnZpY2VzLyI7czo2OiJ0YXJnZXQiO3M6MToiMCI7czo5OiJncmV5c2NhbGUiO3M6MToiMCI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7fX1pOjM7YTozOntzOjQ6InR5cGUiO3M6OToicGhvdG9fYm94IjtzOjQ6InNpemUiO3M6MzoiMS81IjtzOjY6ImZpZWxkcyI7YTo5OntzOjU6InRpdGxlIjtzOjE5OiJNYXNzYWdlIDxicj5UaGVyYXB5IjtzOjU6ImltYWdlIjtzOjc2OiJodHRwczovL3J1dGhzbnV0cml0aW9uLmdzZy1ob3N0LmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNi8xMC9uZWNrLXBhaW4uanBnIjtzOjc6ImNvbnRlbnQiO3M6MzM6IjxoNj53aXRoIEdhYnJpZWxlIEZhcnJhbGVzPC9oNj4NCiI7czo1OiJhbGlnbiI7czowOiIiO3M6NDoibGluayI7czo0NToiaHR0cHM6Ly9ydXRoc251dHJpdGlvbi5nc2ctaG9zdC5jb20vc2VydmljZXMvIjtzOjY6InRhcmdldCI7czoxOiIwIjtzOjk6ImdyZXlzY2FsZSI7czoxOiIwIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjt9fWk6NDthOjM6e3M6NDoidHlwZSI7czo5OiJwaG90b19ib3giO3M6NDoic2l6ZSI7czozOiIxLzUiO3M6NjoiZmllbGRzIjthOjk6e3M6NToidGl0bGUiO3M6MjA6IkZvb3QgPGJyPlJlZmxleG9sb2d5IjtzOjU6ImltYWdlIjtzOjkwOiJodHRwczovL3J1dGhzbnV0cml0aW9uLmdzZy1ob3N0LmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNi8wNy9yZWZsZXhvbG9neS1mZWV0X2dyYW5kZS5qcGciO3M6NzoiY29udGVudCI7czoyOToiPGg2PndpdGggQmFyYmFyYSBNdXNzbzwvaDY+DQoiO3M6NToiYWxpZ24iO3M6MDoiIjtzOjQ6ImxpbmsiO3M6NDU6Imh0dHBzOi8vcnV0aHNudXRyaXRpb24uZ3NnLWhvc3QuY29tL3NlcnZpY2VzLyI7czo2OiJ0YXJnZXQiO3M6MToiMCI7czo5OiJncmV5c2NhbGUiO3M6MToiMCI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7fX1pOjU7YTozOntzOjQ6InR5cGUiO3M6OToicGhvdG9fYm94IjtzOjQ6InNpemUiO3M6MzoiMS81IjtzOjY6ImZpZWxkcyI7YTo5OntzOjU6InRpdGxlIjtzOjIxOiJBdXJpY3VsYXIgPGJyPlRoZXJhcHkiO3M6NToiaW1hZ2UiO3M6NzY6Imh0dHBzOi8vcnV0aHNudXRyaXRpb24uZ3NnLWhvc3QuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE2LzA3L2F1cmljdWxhci5qcGciO3M6NzoiY29udGVudCI7czozMzoiPGg2PndpdGggR2FicmllbGUgRmFycmFsZXM8L2g2Pg0KIjtzOjU6ImFsaWduIjtzOjA6IiI7czo0OiJsaW5rIjtzOjQ1OiJodHRwczovL3J1dGhzbnV0cml0aW9uLmdzZy1ob3N0LmNvbS9zZXJ2aWNlcy8iO3M6NjoidGFyZ2V0IjtzOjE6IjAiO3M6OToiZ3JleXNjYWxlIjtzOjE6IjAiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO319fXM6NDoiYXR0ciI7YTo4OntzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6Im1vdmVfdXAiO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjEzOiJjb2x1bW5fbWFyZ2luIjtzOjA6IiI7czoxNDoidmVydGljYWxfYWxpZ24iO3M6NjoibWlkZGxlIjtzOjU6ImNsYXNzIjtzOjA6IiI7fX1pOjE7YTozOntzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjU6Iml0ZW1zIjthOjI6e2k6MDthOjI6e3M6NDoidHlwZSI7czoxMToicGxhY2Vob2xkZXIiO3M6NDoic2l6ZSI7czozOiIxLzQiO31pOjE7YTozOntzOjQ6InR5cGUiO3M6NjoiY29sdW1uIjtzOjQ6InNpemUiO3M6MzoiMS8yIjtzOjY6ImZpZWxkcyI7YToxMTp7czo1OiJ0aXRsZSI7czoyMDoiVGVzdGltb25pYWwgLSBNdXJpZWwiO3M6NzoiY29udGVudCI7czozMjoiW3Nob3ctdGVzdGltb25pYWxzIGFsaWFzPSdIb21lJ10iO3M6NToiYWxpZ24iO3M6MDoiIjtzOjk6ImNvbHVtbl9iZyI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czoxMzoibWFyZ2luX2JvdHRvbSI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjt9fX1zOjQ6ImF0dHIiO2E6ODp7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMDoibm8tcmVwZWF0O2xlZnQgdG9wOzsiO3M6NzoibW92ZV91cCI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6MTM6ImNvbHVtbl9tYXJnaW4iO3M6MDoiIjtzOjE0OiJ2ZXJ0aWNhbF9hbGlnbiI7czo2OiJtaWRkbGUiO3M6NToiY2xhc3MiO3M6MDoiIjt9fX19aTo0O2E6Mjp7czo0OiJhdHRyIjthOjE3OntzOjU6InRpdGxlIjtzOjA6IiI7czo4OiJiZ19jb2xvciI7czo3OiIjMjcwNjM5IjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MzI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wO2ZpeGVkO2NvdmVyIjtzOjEyOiJiZ192aWRlb19tcDQiO3M6MDoiIjtzOjEyOiJiZ192aWRlb19vZ3YiO3M6MDoiIjtzOjExOiJwYWRkaW5nX3RvcCI7czoxOiIwIjtzOjE0OiJwYWRkaW5nX2JvdHRvbSI7czoxOiIwIjtzOjc6ImRpdmlkZXIiO3M6MDoiIjtzOjk6ImRlY29yX3RvcCI7czowOiIiO3M6MTI6ImRlY29yX2JvdHRvbSI7czowOiIiO3M6MTA6Im5hdmlnYXRpb24iO3M6MDoiIjtzOjU6InN0eWxlIjtzOjEwOiJmdWxsLXdpZHRoIjtzOjU6ImNsYXNzIjtzOjQ6ImRhcmsiO3M6MTA6InNlY3Rpb25faWQiO3M6MDoiIjtzOjEwOiJ2aXNpYmlsaXR5IjtzOjA6IiI7czo0OiJoaWRlIjtzOjA6IiI7fXM6NToid3JhcHMiO2E6MTp7aTowO2E6Mzp7czo0OiJzaXplIjtzOjM6IjEvMSI7czo1OiJpdGVtcyI7YToxOntpOjA7YTozOntzOjQ6InR5cGUiO3M6MTQ6ImNhbGxfdG9fYWN0aW9uIjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjY6ImZpZWxkcyI7YTo5OntzOjU6InRpdGxlIjtzOjU3OiI8c3BhbiBzdHlsZT0iY29sb3I6ICNmZmY7Ij5RdWVzdGlvbnM/IDI1Ni44ODMuNDEyNzwvc3Bhbj4iO3M6NDoiaWNvbiI7czoxNzoiaWNvbi1jb21tZW50LWxpbmUiO3M6NzoiY29udGVudCI7czo1MjoiQ2FsbCB1cyB0b2RheSBhbmQgc3RhcnQgeW91ciBqb3VybmV5IGJhY2sgdG8gaGVhbHRoISI7czoxMjoiYnV0dG9uX3RpdGxlIjtzOjA6IiI7czo0OiJsaW5rIjtzOjQ0OiJodHRwczovL3J1dGhzbnV0cml0aW9uLmdzZy1ob3N0LmNvbS9jb250YWN0LyI7czo2OiJ0YXJnZXQiO3M6MToiMCI7czo1OiJjbGFzcyI7czowOiIiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO319fXM6NDoiYXR0ciI7YTo4OntzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6Im1vdmVfdXAiO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjEzOiJjb2x1bW5fbWFyZ2luIjtzOjA6IiI7czoxNDoidmVydGljYWxfYWxpZ24iO3M6MzoidG9wIjtzOjU6ImNsYXNzIjtzOjA6IiI7fX19fX0='),(13771,1372,'mfn-page-items','YTo1OntpOjA7YToyOntzOjQ6ImF0dHIiO2E6MTc6e3M6NToidGl0bGUiO3M6MTE6IlBhbGUgYmtncm5kIjtzOjg6ImJnX2NvbG9yIjtzOjc6IiNkNGRjZWMiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMToicmVwZWF0LXg7Y2VudGVyIHRvcDs7IjtzOjEyOiJiZ192aWRlb19tcDQiO3M6MDoiIjtzOjEyOiJiZ192aWRlb19vZ3YiO3M6MDoiIjtzOjExOiJwYWRkaW5nX3RvcCI7czoyOiIzMCI7czoxNDoicGFkZGluZ19ib3R0b20iO3M6MjoiMzAiO3M6NzoiZGl2aWRlciI7czowOiIiO3M6OToiZGVjb3JfdG9wIjtzOjg0OiJodHRwOi8vbWl0emljb25uZWxsLmNvbS9kZW1vMTgvd3AtY29udGVudC91cGxvYWRzLzIwMTYvMDcvaG9tZV90YWlsb3Jfc2VjdGlvbmJnMS5wbmciO3M6MTI6ImRlY29yX2JvdHRvbSI7czo4NDoiaHR0cDovL21pdHppY29ubmVsbC5jb20vZGVtbzE4L3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE2LzA3L2hvbWVfdGFpbG9yX3NlY3Rpb25iZzEucG5nIjtzOjEwOiJuYXZpZ2F0aW9uIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO3M6NToiY2xhc3MiO3M6MDoiIjtzOjEwOiJzZWN0aW9uX2lkIjtzOjA6IiI7czoxMDoidmlzaWJpbGl0eSI7czowOiIiO3M6NDoiaGlkZSI7czowOiIiO31zOjU6IndyYXBzIjthOjI6e2k6MDthOjM6e3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NToiaXRlbXMiO2E6Mjp7aTowO2E6Mzp7czo0OiJ0eXBlIjtzOjY6ImNvbHVtbiI7czo0OiJzaXplIjtzOjM6IjEvNSI7czo2OiJmaWVsZHMiO2E6MTE6e3M6NToidGl0bGUiO3M6MDoiIjtzOjc6ImNvbnRlbnQiO3M6MDoiIjtzOjU6ImFsaWduIjtzOjA6IiI7czo5OiJjb2x1bW5fYmciO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7fX1pOjE7YTozOntzOjQ6InR5cGUiO3M6NjoiY29sdW1uIjtzOjQ6InNpemUiO3M6MzoiMy81IjtzOjY6ImZpZWxkcyI7YToxMTp7czo1OiJ0aXRsZSI7czoxNDoiSGVhZGluZyArIGRlc2MiO3M6NzoiY29udGVudCI7czo0OTI6IjxjZW50ZXI+PGg2PlNJTkNFIDE5Njc8L2g2PjwvY2VudGVyPg0KPGNlbnRlcj48aDM+SHVudHN2aWxsZeKAmXMgTW9zdCBUcnVzdGVkIEhlYWx0aCBGb29kIFN0b3JlITwvaDM+PC9jZW50ZXI+DQpbZGl2aWRlciBoZWlnaHQ9IjIwIl0NCjxwPk91ciBwYXNzaW9uIGlzIGhlbHBpbmcgeW91IGZlZWwgeW91ciBiZXN0LiBXZSBhcmUgZGVkaWNhdGVkIHRvIHByb3ZpZGluZyB0b3AtcXVhbGl0eSBwcm9kdWN0cyBhdCB0aGUgYmVzdCBwb3NzaWJsZSBwcmljZXMuIE92ZXIgdGhlIHllYXJzLCBSdXRo4oCZcyBoYXMgZWFybmVkIGEgd2VsbC1kZXNlcnZlZCByZXB1dGF0aW9uIGZvciBnb2luZyBiZXlvbmQgdGhlIGluZHVzdHJ5IHN0YW5kYXJkIGluIHByb3ZpZGluZyBncmVhdCBpbmZvcm1hdGlvbiBhbmQgY2FyaW5nIGN1c3RvbWVyIHNlcnZpY2UuIENvbWUgc2VlIHVzIGFuZCBsZXTigJlzIGdldCBzdGFydGVkIHNvbHZpbmcgeW91ciBoZWFsdGggcHV6emxlIQ0KPC9wPiI7czo1OiJhbGlnbiI7czo3OiJqdXN0aWZ5IjtzOjk6ImNvbHVtbl9iZyI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czoxMzoibWFyZ2luX2JvdHRvbSI7czowOiIiO3M6NzoicGFkZGluZyI7czoxMzoiMHB4IDUlIDBweCA1JSI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO319fXM6NDoiYXR0ciI7YTo4OntzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6Im1vdmVfdXAiO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjEzOiJjb2x1bW5fbWFyZ2luIjtzOjA6IiI7czoxNDoidmVydGljYWxfYWxpZ24iO3M6MzoidG9wIjtzOjU6ImNsYXNzIjtzOjA6IiI7fX1pOjE7YTozOntzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjU6Iml0ZW1zIjthOjM6e2k6MDthOjM6e3M6NDoidHlwZSI7czoxMToic2xpZGluZ19ib3giO3M6NDoic2l6ZSI7czozOiIxLzMiO3M6NjoiZmllbGRzIjthOjY6e3M6NToiaW1hZ2UiO3M6OTM6Imh0dHBzOi8vcnV0aHNudXRyaXRpb24uZ3NnLWhvc3QuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE2LzA3L1doby1XZS1BcmUtUGhvdG9zY2FwZS1Dcm9wLmpwZyI7czo1OiJ0aXRsZSI7czoxMDoiV2hvIFdlIEFyZSI7czo0OiJsaW5rIjtzOjQ2OiJodHRwczovL3J1dGhzbnV0cml0aW9uLmdzZy1ob3N0LmNvbS9vdXItc3RvcnkvIjtzOjY6InRhcmdldCI7czoxOiIwIjtzOjc6ImFuaW1hdGUiO3M6NjoiZmFkZUluIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjt9fWk6MTthOjM6e3M6NDoidHlwZSI7czoxMToic2xpZGluZ19ib3giO3M6NDoic2l6ZSI7czozOiIxLzMiO3M6NjoiZmllbGRzIjthOjY6e3M6NToiaW1hZ2UiO3M6ODY6Imh0dHBzOi8vcnV0aHNudXRyaXRpb24uZ3NnLWhvc3QuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE2LzA3L2hvdy13ZS1oZWxwLTQ2OXgzMTMuanBnIjtzOjU6InRpdGxlIjtzOjE1OiJIb3cgV2UgSGVscCBZb3UiO3M6NDoibGluayI7czo0NjoiaHR0cHM6Ly9ydXRoc251dHJpdGlvbi5nc2ctaG9zdC5jb20vc29sdXRpb25zLyI7czo2OiJ0YXJnZXQiO3M6MToiMCI7czo3OiJhbmltYXRlIjtzOjY6ImZhZGVJbiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7fX1pOjI7YTozOntzOjQ6InR5cGUiO3M6MTE6InNsaWRpbmdfYm94IjtzOjQ6InNpemUiO3M6MzoiMS8zIjtzOjY6ImZpZWxkcyI7YTo2OntzOjU6ImltYWdlIjtzOjk0OiJodHRwczovL3J1dGhzbnV0cml0aW9uLmdzZy1ob3N0LmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNi8wNy9BZGRpdGlvbmFsLVNlcnZpY2VzLTQ2OXgzMTMuanBnIjtzOjU6InRpdGxlIjtzOjE5OiJBZGRpdGlvbmFsIFNlcnZpY2VzIjtzOjQ6ImxpbmsiO3M6NDU6Imh0dHBzOi8vcnV0aHNudXRyaXRpb24uZ3NnLWhvc3QuY29tL3NlcnZpY2VzLyI7czo2OiJ0YXJnZXQiO3M6MToiMCI7czo3OiJhbmltYXRlIjtzOjY6ImZhZGVJbiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7fX19czo0OiJhdHRyIjthOjg6e3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoibW92ZV91cCI7czoxOiIwIjtzOjc6InBhZGRpbmciO3M6MTg6IjBweCA0MHB4IDBweCA0MHB4ICI7czoxMzoiY29sdW1uX21hcmdpbiI7czowOiIiO3M6MTQ6InZlcnRpY2FsX2FsaWduIjtzOjY6Im1pZGRsZSI7czo1OiJjbGFzcyI7czowOiIiO319fX1pOjE7YToyOntzOjQ6ImF0dHIiO2E6MTc6e3M6NToidGl0bGUiO3M6MDoiIjtzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czoxMTU6Imh0dHA6Ly9taXR6aWNvbm5lbGwuY29tL2RlbW8xOC93cC1jb250ZW50L3VwbG9hZHMvMjAxNi8wNy9ia2dybmQtMDAwMi1saWdodC1waW5rLXZlbHZldC1mYWJyaWMtdGV4dHVyZS1zZWFtbGVzcy5qcGciO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjE5OiJyZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjEyOiJiZ192aWRlb19tcDQiO3M6MDoiIjtzOjEyOiJiZ192aWRlb19vZ3YiO3M6MDoiIjtzOjExOiJwYWRkaW5nX3RvcCI7czoxOiIwIjtzOjE0OiJwYWRkaW5nX2JvdHRvbSI7czoyOiIzMCI7czo3OiJkaXZpZGVyIjtzOjA6IiI7czo5OiJkZWNvcl90b3AiO3M6ODQ6Imh0dHA6Ly9taXR6aWNvbm5lbGwuY29tL2RlbW8xOC93cC1jb250ZW50L3VwbG9hZHMvMjAxNi8wNy9ob21lX3RhaWxvcl9zZWN0aW9uYmcyLnBuZyI7czoxMjoiZGVjb3JfYm90dG9tIjtzOjg0OiJodHRwOi8vbWl0emljb25uZWxsLmNvbS9kZW1vMTgvd3AtY29udGVudC91cGxvYWRzLzIwMTYvMDcvaG9tZV90YWlsb3Jfc2VjdGlvbmJnMi5wbmciO3M6MTA6Im5hdmlnYXRpb24iO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7czo1OiJjbGFzcyI7czowOiIiO3M6MTA6InNlY3Rpb25faWQiO3M6MDoiIjtzOjEwOiJ2aXNpYmlsaXR5IjtzOjA6IiI7czo0OiJoaWRlIjtzOjA6IiI7fXM6NToid3JhcHMiO2E6MTp7aTowO2E6Mzp7czo0OiJzaXplIjtzOjM6IjEvMSI7czo1OiJpdGVtcyI7YToyOntpOjA7YTozOntzOjQ6InR5cGUiO3M6NjoiY29sdW1uIjtzOjQ6InNpemUiO3M6MzoiMS80IjtzOjY6ImZpZWxkcyI7YToxMTp7czo1OiJ0aXRsZSI7czowOiIiO3M6NzoiY29udGVudCI7czoyNTQ6IltkaXZpZGVyIGhlaWdodD0iNjAiXQ0KPGg0PiBXaGF0ZXZlciB5b3VyIGNoYWxsZW5nZXMgYXJlLCB3ZSBhcmUgaGVyZSB0byBoZWxwLiBXaXRoIGRlY2FkZXMgb2YgZXhwZXJpZW5jZSwgdG9wLW5vdGNoIHByb2R1Y3RzLCBhbmQgZXhjZXB0aW9uYWwgc2VydmljZXMsIHdlJ3ZlIGdvdCBhbnN3ZXJzLiBCcmluZyB5b3VyIGhlYWx0aCBhbmQgd2VsbG5lc3MgcHV6emxlIHRvIHVzIC0gd2UnbGwgaGVscCB5b3UgcHV0IGl0IHRvZ2V0aGVyITwvaDQ+IjtzOjU6ImFsaWduIjtzOjU6InJpZ2h0IjtzOjk6ImNvbHVtbl9iZyI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czoxMzoibWFyZ2luX2JvdHRvbSI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjt9fWk6MTthOjM6e3M6NDoidHlwZSI7czo2OiJjb2x1bW4iO3M6NDoic2l6ZSI7czozOiIzLzQiO3M6NjoiZmllbGRzIjthOjExOntzOjU6InRpdGxlIjtzOjMxOiJFc3MgR3JpZCAtIEhlYWx0aCBTb2x1dGlvbnMgNXg1IjtzOjc6ImNvbnRlbnQiO3M6Mjg6Iltlc3NfZ3JpZCBhbGlhcz0iaG9tZS1zdmNzIl0iO3M6NToiYWxpZ24iO3M6MDoiIjtzOjk6ImNvbHVtbl9iZyI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czoxMzoibWFyZ2luX2JvdHRvbSI7czowOiIiO3M6NzoicGFkZGluZyI7czoxNjoiNTBweCAwcHggMHB4IDBweCI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO319fXM6NDoiYXR0ciI7YTo4OntzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6Im1vdmVfdXAiO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjEzOiJjb2x1bW5fbWFyZ2luIjtzOjA6IiI7czoxNDoidmVydGljYWxfYWxpZ24iO3M6NjoibWlkZGxlIjtzOjU6ImNsYXNzIjtzOjA6IiI7fX19fWk6MjthOjI6e3M6NDoiYXR0ciI7YToxNzp7czo1OiJ0aXRsZSI7czowOiIiO3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6MTI6ImJnX3ZpZGVvX21wNCI7czowOiIiO3M6MTI6ImJnX3ZpZGVvX29ndiI7czowOiIiO3M6MTE6InBhZGRpbmdfdG9wIjtzOjI6IjMwIjtzOjE0OiJwYWRkaW5nX2JvdHRvbSI7czoxOiIwIjtzOjc6ImRpdmlkZXIiO3M6MDoiIjtzOjk6ImRlY29yX3RvcCI7czo4NDoiaHR0cDovL21pdHppY29ubmVsbC5jb20vZGVtbzE4L3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE2LzA3L2hvbWVfdGFpbG9yX3NlY3Rpb25iZzEucG5nIjtzOjEyOiJkZWNvcl9ib3R0b20iO3M6ODQ6Imh0dHA6Ly9taXR6aWNvbm5lbGwuY29tL2RlbW8xOC93cC1jb250ZW50L3VwbG9hZHMvMjAxNi8wNy9ob21lX3RhaWxvcl9zZWN0aW9uYmcxLnBuZyI7czoxMDoibmF2aWdhdGlvbiI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjtzOjU6ImNsYXNzIjtzOjA6IiI7czoxMDoic2VjdGlvbl9pZCI7czowOiIiO3M6MTA6InZpc2liaWxpdHkiO3M6MDoiIjtzOjQ6ImhpZGUiO3M6MDoiIjt9czo1OiJ3cmFwcyI7YToxOntpOjA7YTozOntzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjU6Iml0ZW1zIjthOjE6e2k6MDthOjM6e3M6NDoidHlwZSI7czoxMToiYmxvZ19zbGlkZXIiO3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NjoiZmllbGRzIjthOjg6e3M6NToidGl0bGUiO3M6MTY6Ik91ciBMYXRlc3QgUG9zdHMiO3M6NToiY291bnQiO3M6MToiNiI7czo4OiJjYXRlZ29yeSI7czowOiIiO3M6MTQ6ImNhdGVnb3J5X211bHRpIjtzOjA6IiI7czo0OiJtb3JlIjtzOjE6IjAiO3M6NToic3R5bGUiO3M6MDoiIjtzOjEwOiJuYXZpZ2F0aW9uIjtzOjk6ImhpZGUtZG90cyI7czo3OiJjbGFzc2VzIjtzOjA6IiI7fX19czo0OiJhdHRyIjthOjg6e3M6ODoiYmdfY29sb3IiO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6NzoibW92ZV91cCI7czowOiIiO3M6NzoicGFkZGluZyI7czoxMzoiMDBweCA1JSAwcHggMCI7czoxMzoiY29sdW1uX21hcmdpbiI7czowOiIiO3M6MTQ6InZlcnRpY2FsX2FsaWduIjtzOjY6Im1pZGRsZSI7czo1OiJjbGFzcyI7czowOiIiO319fX1pOjM7YToyOntzOjQ6ImF0dHIiO2E6MTc6e3M6NToidGl0bGUiO3M6MDoiIjtzOjg6ImJnX2NvbG9yIjtzOjc6IiNlOWVhZjQiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czoxMjoiYmdfdmlkZW9fbXA0IjtzOjA6IiI7czoxMjoiYmdfdmlkZW9fb2d2IjtzOjA6IiI7czoxMToicGFkZGluZ190b3AiO3M6MjoiMzAiO3M6MTQ6InBhZGRpbmdfYm90dG9tIjtzOjE6IjAiO3M6NzoiZGl2aWRlciI7czowOiIiO3M6OToiZGVjb3JfdG9wIjtzOjg0OiJodHRwOi8vbWl0emljb25uZWxsLmNvbS9kZW1vMTgvd3AtY29udGVudC91cGxvYWRzLzIwMTYvMDcvaG9tZV90YWlsb3Jfc2VjdGlvbmJnMS5wbmciO3M6MTI6ImRlY29yX2JvdHRvbSI7czo4NDoiaHR0cDovL21pdHppY29ubmVsbC5jb20vZGVtbzE4L3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE2LzA3L2hvbWVfdGFpbG9yX3NlY3Rpb25iZzEucG5nIjtzOjEwOiJuYXZpZ2F0aW9uIjtzOjA6IiI7czo1OiJzdHlsZSI7czowOiIiO3M6NToiY2xhc3MiO3M6MDoiIjtzOjEwOiJzZWN0aW9uX2lkIjtzOjA6IiI7czoxMDoidmlzaWJpbGl0eSI7czowOiIiO3M6NDoiaGlkZSI7czowOiIiO31zOjU6IndyYXBzIjthOjI6e2k6MDthOjM6e3M6NDoic2l6ZSI7czozOiIxLzEiO3M6NToiaXRlbXMiO2E6Njp7aTowO2E6Mzp7czo0OiJ0eXBlIjtzOjY6ImNvbHVtbiI7czo0OiJzaXplIjtzOjM6IjEvMSI7czo2OiJmaWVsZHMiO2E6MTE6e3M6NToidGl0bGUiO3M6MjM6Ik9VUiBBRERJVElPTkFMIFNFUlZJQ0VTIjtzOjc6ImNvbnRlbnQiO3M6MzI6IjxoND5PdXIgQWRkaXRpb25hbCBTZXJ2aWNlczwvaDQ+IjtzOjU6ImFsaWduIjtzOjA6IiI7czo5OiJjb2x1bW5fYmciO3M6MDoiIjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MjI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wOzsiO3M6MTM6Im1hcmdpbl9ib3R0b20iO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjtzOjU6InN0eWxlIjtzOjA6IiI7fX1pOjE7YTozOntzOjQ6InR5cGUiO3M6OToicGhvdG9fYm94IjtzOjQ6InNpemUiO3M6MzoiMS81IjtzOjY6ImZpZWxkcyI7YTo5OntzOjU6InRpdGxlIjtzOjIzOiJXZWxsbmVzcyA8YnI+Q291bnNlbGluZyI7czo1OiJpbWFnZSI7czo4NzoiaHR0cHM6Ly9ydXRoc251dHJpdGlvbi5nc2ctaG9zdC5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTYvMTAvSGVyYmFsLU1lZGljaW5lcy1qcGcuanBnIjtzOjc6ImNvbnRlbnQiO3M6MzI6IjxoNj53aXRoIFBoeWxsaXMgRC4gTGlnaHQ8L2g2Pg0KIjtzOjU6ImFsaWduIjtzOjA6IiI7czo0OiJsaW5rIjtzOjQ1OiJodHRwczovL3J1dGhzbnV0cml0aW9uLmdzZy1ob3N0LmNvbS9zZXJ2aWNlcy8iO3M6NjoidGFyZ2V0IjtzOjE6IjAiO3M6OToiZ3JleXNjYWxlIjtzOjE6IjAiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO319aToyO2E6Mzp7czo0OiJ0eXBlIjtzOjk6InBob3RvX2JveCI7czo0OiJzaXplIjtzOjM6IjEvNSI7czo2OiJmaWVsZHMiO2E6OTp7czo1OiJ0aXRsZSI7czoyNjoiQmlvIEVuZXJnZXRpY3MgPGJyPlRlc3RpbmciO3M6NToiaW1hZ2UiO3M6NzQ6Imh0dHBzOi8vcnV0aHNudXRyaXRpb24uZ3NnLWhvc3QuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE2LzA3L2FzeXJhLTIuanBnIjtzOjc6ImNvbnRlbnQiO3M6Mjg6IjxoNj53aXRoIEdvcmRvbiBTbGFjazwvaDY+DQoiO3M6NToiYWxpZ24iO3M6MDoiIjtzOjQ6ImxpbmsiO3M6NDU6Imh0dHBzOi8vcnV0aHNudXRyaXRpb24uZ3NnLWhvc3QuY29tL3NlcnZpY2VzLyI7czo2OiJ0YXJnZXQiO3M6MToiMCI7czo5OiJncmV5c2NhbGUiO3M6MToiMCI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7fX1pOjM7YTozOntzOjQ6InR5cGUiO3M6OToicGhvdG9fYm94IjtzOjQ6InNpemUiO3M6MzoiMS81IjtzOjY6ImZpZWxkcyI7YTo5OntzOjU6InRpdGxlIjtzOjE5OiJNYXNzYWdlIDxicj5UaGVyYXB5IjtzOjU6ImltYWdlIjtzOjc2OiJodHRwczovL3J1dGhzbnV0cml0aW9uLmdzZy1ob3N0LmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNi8xMC9uZWNrLXBhaW4uanBnIjtzOjc6ImNvbnRlbnQiO3M6MzM6IjxoNj53aXRoIEdhYnJpZWxlIEZhcnJhbGVzPC9oNj4NCiI7czo1OiJhbGlnbiI7czowOiIiO3M6NDoibGluayI7czo0NToiaHR0cHM6Ly9ydXRoc251dHJpdGlvbi5nc2ctaG9zdC5jb20vc2VydmljZXMvIjtzOjY6InRhcmdldCI7czoxOiIwIjtzOjk6ImdyZXlzY2FsZSI7czoxOiIwIjtzOjc6ImFuaW1hdGUiO3M6MDoiIjtzOjc6ImNsYXNzZXMiO3M6MDoiIjt9fWk6NDthOjM6e3M6NDoidHlwZSI7czo5OiJwaG90b19ib3giO3M6NDoic2l6ZSI7czozOiIxLzUiO3M6NjoiZmllbGRzIjthOjk6e3M6NToidGl0bGUiO3M6MjA6IkZvb3QgPGJyPlJlZmxleG9sb2d5IjtzOjU6ImltYWdlIjtzOjkwOiJodHRwczovL3J1dGhzbnV0cml0aW9uLmdzZy1ob3N0LmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxNi8wNy9yZWZsZXhvbG9neS1mZWV0X2dyYW5kZS5qcGciO3M6NzoiY29udGVudCI7czoyOToiPGg2PndpdGggQmFyYmFyYSBNdXNzbzwvaDY+DQoiO3M6NToiYWxpZ24iO3M6MDoiIjtzOjQ6ImxpbmsiO3M6NDU6Imh0dHBzOi8vcnV0aHNudXRyaXRpb24uZ3NnLWhvc3QuY29tL3NlcnZpY2VzLyI7czo2OiJ0YXJnZXQiO3M6MToiMCI7czo5OiJncmV5c2NhbGUiO3M6MToiMCI7czo3OiJhbmltYXRlIjtzOjA6IiI7czo3OiJjbGFzc2VzIjtzOjA6IiI7fX1pOjU7YTozOntzOjQ6InR5cGUiO3M6OToicGhvdG9fYm94IjtzOjQ6InNpemUiO3M6MzoiMS81IjtzOjY6ImZpZWxkcyI7YTo5OntzOjU6InRpdGxlIjtzOjIxOiJBdXJpY3VsYXIgPGJyPlRoZXJhcHkiO3M6NToiaW1hZ2UiO3M6NzY6Imh0dHBzOi8vcnV0aHNudXRyaXRpb24uZ3NnLWhvc3QuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE2LzA3L2F1cmljdWxhci5qcGciO3M6NzoiY29udGVudCI7czozMzoiPGg2PndpdGggR2FicmllbGUgRmFycmFsZXM8L2g2Pg0KIjtzOjU6ImFsaWduIjtzOjA6IiI7czo0OiJsaW5rIjtzOjQ1OiJodHRwczovL3J1dGhzbnV0cml0aW9uLmdzZy1ob3N0LmNvbS9zZXJ2aWNlcy8iO3M6NjoidGFyZ2V0IjtzOjE6IjAiO3M6OToiZ3JleXNjYWxlIjtzOjE6IjAiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO319fXM6NDoiYXR0ciI7YTo4OntzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6Im1vdmVfdXAiO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjEzOiJjb2x1bW5fbWFyZ2luIjtzOjA6IiI7czoxNDoidmVydGljYWxfYWxpZ24iO3M6NjoibWlkZGxlIjtzOjU6ImNsYXNzIjtzOjA6IiI7fX1pOjE7YTozOntzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjU6Iml0ZW1zIjthOjI6e2k6MDthOjI6e3M6NDoidHlwZSI7czoxMToicGxhY2Vob2xkZXIiO3M6NDoic2l6ZSI7czozOiIxLzQiO31pOjE7YTozOntzOjQ6InR5cGUiO3M6NjoiY29sdW1uIjtzOjQ6InNpemUiO3M6MzoiMS8yIjtzOjY6ImZpZWxkcyI7YToxMTp7czo1OiJ0aXRsZSI7czoyMDoiVGVzdGltb25pYWwgLSBNdXJpZWwiO3M6NzoiY29udGVudCI7czozMjoiW3Nob3ctdGVzdGltb25pYWxzIGFsaWFzPSdIb21lJ10iO3M6NToiYWxpZ24iO3M6MDoiIjtzOjk6ImNvbHVtbl9iZyI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMjoibm8tcmVwZWF0O2NlbnRlciB0b3A7OyI7czoxMzoibWFyZ2luX2JvdHRvbSI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO3M6NToic3R5bGUiO3M6MDoiIjt9fX1zOjQ6ImF0dHIiO2E6ODp7czo4OiJiZ19jb2xvciI7czowOiIiO3M6ODoiYmdfaW1hZ2UiO3M6MDoiIjtzOjExOiJiZ19wb3NpdGlvbiI7czoyMDoibm8tcmVwZWF0O2xlZnQgdG9wOzsiO3M6NzoibW92ZV91cCI7czowOiIiO3M6NzoicGFkZGluZyI7czowOiIiO3M6MTM6ImNvbHVtbl9tYXJnaW4iO3M6MDoiIjtzOjE0OiJ2ZXJ0aWNhbF9hbGlnbiI7czo2OiJtaWRkbGUiO3M6NToiY2xhc3MiO3M6MDoiIjt9fX19aTo0O2E6Mjp7czo0OiJhdHRyIjthOjE3OntzOjU6InRpdGxlIjtzOjA6IiI7czo4OiJiZ19jb2xvciI7czo3OiIjMjcwNjM5IjtzOjg6ImJnX2ltYWdlIjtzOjA6IiI7czoxMToiYmdfcG9zaXRpb24iO3M6MzI6Im5vLXJlcGVhdDtjZW50ZXIgdG9wO2ZpeGVkO2NvdmVyIjtzOjEyOiJiZ192aWRlb19tcDQiO3M6MDoiIjtzOjEyOiJiZ192aWRlb19vZ3YiO3M6MDoiIjtzOjExOiJwYWRkaW5nX3RvcCI7czoxOiIwIjtzOjE0OiJwYWRkaW5nX2JvdHRvbSI7czoxOiIwIjtzOjc6ImRpdmlkZXIiO3M6MDoiIjtzOjk6ImRlY29yX3RvcCI7czowOiIiO3M6MTI6ImRlY29yX2JvdHRvbSI7czowOiIiO3M6MTA6Im5hdmlnYXRpb24iO3M6MDoiIjtzOjU6InN0eWxlIjtzOjEwOiJmdWxsLXdpZHRoIjtzOjU6ImNsYXNzIjtzOjQ6ImRhcmsiO3M6MTA6InNlY3Rpb25faWQiO3M6MDoiIjtzOjEwOiJ2aXNpYmlsaXR5IjtzOjA6IiI7czo0OiJoaWRlIjtzOjA6IiI7fXM6NToid3JhcHMiO2E6MTp7aTowO2E6Mzp7czo0OiJzaXplIjtzOjM6IjEvMSI7czo1OiJpdGVtcyI7YToxOntpOjA7YTozOntzOjQ6InR5cGUiO3M6MTQ6ImNhbGxfdG9fYWN0aW9uIjtzOjQ6InNpemUiO3M6MzoiMS8xIjtzOjY6ImZpZWxkcyI7YTo5OntzOjU6InRpdGxlIjtzOjU3OiI8c3BhbiBzdHlsZT0iY29sb3I6ICNmZmY7Ij5RdWVzdGlvbnM/IDI1Ni44ODMuNDEyNzwvc3Bhbj4iO3M6NDoiaWNvbiI7czoxNzoiaWNvbi1jb21tZW50LWxpbmUiO3M6NzoiY29udGVudCI7czo1MjoiQ2FsbCB1cyB0b2RheSBhbmQgc3RhcnQgeW91ciBqb3VybmV5IGJhY2sgdG8gaGVhbHRoISI7czoxMjoiYnV0dG9uX3RpdGxlIjtzOjA6IiI7czo0OiJsaW5rIjtzOjQ0OiJodHRwczovL3J1dGhzbnV0cml0aW9uLmdzZy1ob3N0LmNvbS9jb250YWN0LyI7czo2OiJ0YXJnZXQiO3M6MToiMCI7czo1OiJjbGFzcyI7czowOiIiO3M6NzoiYW5pbWF0ZSI7czowOiIiO3M6NzoiY2xhc3NlcyI7czowOiIiO319fXM6NDoiYXR0ciI7YTo4OntzOjg6ImJnX2NvbG9yIjtzOjA6IiI7czo4OiJiZ19pbWFnZSI7czowOiIiO3M6MTE6ImJnX3Bvc2l0aW9uIjtzOjIyOiJuby1yZXBlYXQ7Y2VudGVyIHRvcDs7IjtzOjc6Im1vdmVfdXAiO3M6MDoiIjtzOjc6InBhZGRpbmciO3M6MDoiIjtzOjEzOiJjb2x1bW5fbWFyZ2luIjtzOjA6IiI7czoxNDoidmVydGljYWxfYWxpZ24iO3M6MzoidG9wIjtzOjU6ImNsYXNzIjtzOjA6IiI7fX19fX0='),(13772,1372,'mfn-page-items-seo','no-repeat;center top;;\n\nHeading + desc\n\n<center><h6>SINCE 1967</h6></center>\r\n<center><h3>Huntsvilleâ€™s Most Trusted Health Food Store!</h3></center>\r\n[divider height=\"20\"]\r\n<p>Our passion is helping you feel your best. We are dedicated to providing top-quality products at the best possible prices. Over the years, Ruthâ€™s has earned a well-deserved reputation for going beyond the industry standard in providing great information and caring customer service. Come see us and letâ€™s get started solving your health puzzle!\r\n</p>\n\njustify\n\nno-repeat;center top;;\n\n0px 5% 0px 5%\n\n<img src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2016/07/Who-We-Are-Photoscape-Crop.jpg\" alt=\"Who-We-Are-Photoscape-Crop\"/>\n\nWho We Are\n\n<a href=\"https://ruthsnutrition.gsg-host.com/our-story/\">https://ruthsnutrition.gsg-host.com/our-story/</a>\n\nfadeIn\n\n<img src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2016/07/how-we-help-469x313.jpg\" alt=\"how-we-help-469x313\"/>\n\nHow We Help You\n\n<a href=\"https://ruthsnutrition.gsg-host.com/solutions/\">https://ruthsnutrition.gsg-host.com/solutions/</a>\n\nfadeIn\n\n<img src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2016/07/Additional-Services-469x313.jpg\" alt=\"Additional-Services-469x313\"/>\n\nAdditional Services\n\n<a href=\"https://ruthsnutrition.gsg-host.com/services/\">https://ruthsnutrition.gsg-host.com/services/</a>\n\nfadeIn\n\n[divider height=\"60\"]\r\n<h4> Whatever your challenges are, we are here to help. With decades of experience, top-notch products, and exceptional services, we\'ve got answers. Bring your health and wellness puzzle to us - we\'ll help you put it together!</h4>\n\nright\n\nno-repeat;center top;;\n\nEss Grid - Health Solutions 5x5\n\n[ess_grid alias=\"home-svcs\"]\n\nno-repeat;center top;;\n\n50px 0px 0px 0px\n\nOur Latest Posts\n\n6\n\nhide-dots\n\nOUR ADDITIONAL SERVICES\n\n<h4>Our Additional Services</h4>\n\nno-repeat;center top;;\n\nWellness <br>Counseling\n\n<img src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2016/10/Herbal-Medicines-jpg.jpg\" alt=\"\"/>\n\n<h6>with Phyllis D. Light</h6>\n\n<a href=\"https://ruthsnutrition.gsg-host.com/services/\">https://ruthsnutrition.gsg-host.com/services/</a>\n\nBio Energetics <br>Testing\n\n<img src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2016/07/asyra-2.jpg\" alt=\"\"/>\n\n<h6>with Gordon Slack</h6>\n\n<a href=\"https://ruthsnutrition.gsg-host.com/services/\">https://ruthsnutrition.gsg-host.com/services/</a>\n\nMassage <br>Therapy\n\n<img src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2016/10/neck-pain.jpg\" alt=\"\"/>\n\n<h6>with Gabriele Farrales</h6>\n\n<a href=\"https://ruthsnutrition.gsg-host.com/services/\">https://ruthsnutrition.gsg-host.com/services/</a>\n\nFoot <br>Reflexology\n\n<img src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2016/07/reflexology-feet_grande.jpg\" alt=\"\"/>\n\n<h6>with Barbara Musso</h6>\n\n<a href=\"https://ruthsnutrition.gsg-host.com/services/\">https://ruthsnutrition.gsg-host.com/services/</a>\n\nAuricular <br>Therapy\n\n<img src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2016/07/auricular.jpg\" alt=\"\"/>\n\n<h6>with Gabriele Farrales</h6>\n\n<a href=\"https://ruthsnutrition.gsg-host.com/services/\">https://ruthsnutrition.gsg-host.com/services/</a>\n\nTestimonial - Muriel\n\n[show-testimonials alias=\'Home\']\n\nno-repeat;center top;;\n\n<span style=\"color: #fff;\">Questions? 256.883.4127</span>\n\nicon-comment-line\n\nCall us today and start your journey back to health!\n\n<a href=\"https://ruthsnutrition.gsg-host.com/contact/\">https://ruthsnutrition.gsg-host.com/contact/</a>\n\n'),(13773,1372,'mfn-page-items-seo','no-repeat;center top;;\n\nHeading + desc\n\n<center><h6>SINCE 1967</h6></center>\r\n<center><h3>Huntsvilleâ€™s Most Trusted Health Food Store!</h3></center>\r\n[divider height=\"20\"]\r\n<p>Our passion is helping you feel your best. We are dedicated to providing top-quality products at the best possible prices. Over the years, Ruthâ€™s has earned a well-deserved reputation for going beyond the industry standard in providing great information and caring customer service. Come see us and letâ€™s get started solving your health puzzle!\r\n</p>\n\njustify\n\nno-repeat;center top;;\n\n0px 5% 0px 5%\n\n<img src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2016/07/Who-We-Are-Photoscape-Crop.jpg\" alt=\"Who-We-Are-Photoscape-Crop\"/>\n\nWho We Are\n\n<a href=\"https://ruthsnutrition.gsg-host.com/our-story/\">https://ruthsnutrition.gsg-host.com/our-story/</a>\n\nfadeIn\n\n<img src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2016/07/how-we-help-469x313.jpg\" alt=\"how-we-help-469x313\"/>\n\nHow We Help You\n\n<a href=\"https://ruthsnutrition.gsg-host.com/solutions/\">https://ruthsnutrition.gsg-host.com/solutions/</a>\n\nfadeIn\n\n<img src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2016/07/Additional-Services-469x313.jpg\" alt=\"Additional-Services-469x313\"/>\n\nAdditional Services\n\n<a href=\"https://ruthsnutrition.gsg-host.com/services/\">https://ruthsnutrition.gsg-host.com/services/</a>\n\nfadeIn\n\n[divider height=\"60\"]\r\n<h4> Whatever your challenges are, we are here to help. With decades of experience, top-notch products, and exceptional services, we\'ve got answers. Bring your health and wellness puzzle to us - we\'ll help you put it together!</h4>\n\nright\n\nno-repeat;center top;;\n\nEss Grid - Health Solutions 5x5\n\n[ess_grid alias=\"home-svcs\"]\n\nno-repeat;center top;;\n\n50px 0px 0px 0px\n\nOur Latest Posts\n\n6\n\nhide-dots\n\nOUR ADDITIONAL SERVICES\n\n<h4>Our Additional Services</h4>\n\nno-repeat;center top;;\n\nWellness <br>Counseling\n\n<img src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2016/10/Herbal-Medicines-jpg.jpg\" alt=\"\"/>\n\n<h6>with Phyllis D. Light</h6>\n\n<a href=\"https://ruthsnutrition.gsg-host.com/services/\">https://ruthsnutrition.gsg-host.com/services/</a>\n\nBio Energetics <br>Testing\n\n<img src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2016/07/asyra-2.jpg\" alt=\"\"/>\n\n<h6>with Gordon Slack</h6>\n\n<a href=\"https://ruthsnutrition.gsg-host.com/services/\">https://ruthsnutrition.gsg-host.com/services/</a>\n\nMassage <br>Therapy\n\n<img src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2016/10/neck-pain.jpg\" alt=\"\"/>\n\n<h6>with Gabriele Farrales</h6>\n\n<a href=\"https://ruthsnutrition.gsg-host.com/services/\">https://ruthsnutrition.gsg-host.com/services/</a>\n\nFoot <br>Reflexology\n\n<img src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2016/07/reflexology-feet_grande.jpg\" alt=\"\"/>\n\n<h6>with Barbara Musso</h6>\n\n<a href=\"https://ruthsnutrition.gsg-host.com/services/\">https://ruthsnutrition.gsg-host.com/services/</a>\n\nAuricular <br>Therapy\n\n<img src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2016/07/auricular.jpg\" alt=\"\"/>\n\n<h6>with Gabriele Farrales</h6>\n\n<a href=\"https://ruthsnutrition.gsg-host.com/services/\">https://ruthsnutrition.gsg-host.com/services/</a>\n\nTestimonial - Muriel\n\n[show-testimonials alias=\'Home\']\n\nno-repeat;center top;;\n\n<span style=\"color: #fff;\">Questions? 256.883.4127</span>\n\nicon-comment-line\n\nCall us today and start your journey back to health!\n\n<a href=\"https://ruthsnutrition.gsg-host.com/contact/\">https://ruthsnutrition.gsg-host.com/contact/</a>\n\n'),(13774,1372,'eg_sources_html5_mp4',''),(13775,1372,'eg_sources_html5_ogv',''),(13776,1372,'eg_sources_html5_webm',''),(13777,1372,'eg_sources_youtube',''),(13778,1372,'eg_sources_vimeo',''),(13779,1372,'eg_sources_wistia',''),(13780,1372,'eg_sources_image',''),(13781,1372,'eg_sources_iframe',''),(13782,1372,'eg_sources_soundcloud',''),(13783,1372,'eg_vimeo_ratio','0'),(13784,1372,'eg_youtube_ratio','0'),(13785,1372,'eg_wistia_ratio','0'),(13786,1372,'eg_html5_ratio','0'),(13787,1372,'eg_soundcloud_ratio','0'),(13788,1372,'eg_settings_custom_meta_skin',''),(13789,1372,'eg_settings_custom_meta_element',''),(13790,1372,'eg_settings_custom_meta_setting',''),(13791,1372,'eg_settings_custom_meta_style',''),(13792,1372,'_wpb_vc_js_status','true'),(13793,1372,'mfn-post-sidebar','0'),(13794,1372,'mfn-post-sidebar2','0'),(13795,1372,'_dp_original','83'),(13796,1372,'_edit_lock','1587568852:2'),(13797,1373,'slide_template','default'),(13798,1373,'slide_template','default'),(13799,1373,'eg_sources_html5_mp4',''),(13800,1373,'eg_sources_html5_mp4',''),(13801,1373,'eg_sources_html5_ogv',''),(13802,1373,'eg_sources_html5_ogv',''),(13803,1373,'eg_sources_html5_webm',''),(13804,1373,'eg_sources_html5_webm',''),(13805,1373,'eg_sources_youtube',''),(13806,1373,'eg_sources_youtube',''),(13807,1373,'eg_sources_vimeo',''),(13808,1373,'eg_sources_vimeo',''),(13809,1373,'eg_sources_wistia',''),(13810,1373,'eg_sources_wistia',''),(13811,1373,'eg_sources_image',''),(13812,1373,'eg_sources_image',''),(13813,1373,'eg_sources_iframe',''),(13814,1373,'eg_sources_iframe',''),(13815,1373,'eg_sources_soundcloud',''),(13816,1373,'eg_sources_soundcloud',''),(13817,1373,'eg_vimeo_ratio','0'),(13818,1373,'eg_vimeo_ratio','0'),(13819,1373,'eg_youtube_ratio','0'),(13820,1373,'eg_youtube_ratio','0'),(13821,1373,'eg_wistia_ratio','0'),(13822,1373,'eg_wistia_ratio','0'),(13823,1373,'eg_html5_ratio','0'),(13824,1373,'eg_html5_ratio','0'),(13825,1373,'eg_soundcloud_ratio','0'),(13826,1373,'eg_soundcloud_ratio','0'),(13827,1373,'eg_settings_custom_meta_skin',''),(13828,1373,'eg_settings_custom_meta_skin',''),(13829,1373,'eg_settings_custom_meta_element',''),(13830,1373,'eg_settings_custom_meta_element',''),(13831,1373,'eg_settings_custom_meta_setting',''),(13832,1373,'eg_settings_custom_meta_setting',''),(13833,1373,'eg_settings_custom_meta_style',''),(13834,1373,'eg_settings_custom_meta_style',''),(13835,1373,'mfn-post-hide-content','0'),(13836,1373,'mfn-post-hide-content','0'),(13837,1373,'mfn-post-slider','0'),(13838,1373,'mfn-post-slider','0'),(13839,1373,'mfn-post-slider-layer','0'),(13840,1373,'mfn-post-slider-layer','0'),(13841,1373,'mfn-post-hide-title','1'),(13842,1373,'mfn-post-hide-title','1'),(13843,1373,'mfn-post-remove-padding','0'),(13844,1373,'mfn-post-remove-padding','0'),(13845,1373,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(13846,1373,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(13847,1373,'mfn-post-hide-image','1'),(13848,1373,'mfn-post-hide-image','1'),(13849,1373,'_wpb_vc_js_status','false'),(13850,1373,'_wpb_vc_js_status','false'),(13851,1373,'mfn-post-love','0'),(13852,1373,'mfn-post-love','0'),(13853,1373,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(13854,1373,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(13855,1373,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(13856,1373,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(13857,1373,'_wp_old_slug','blog-title-03'),(13858,1373,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(13859,1373,'_wp_old_slug','blog-title-03'),(13860,1373,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(13861,1373,'_wp_old_slug','cancer-update'),(13862,1373,'_wp_old_slug','magnificent-magnesium'),(13863,1373,'_wp_old_slug','magnificent-magnesium-2'),(13864,1373,'mfn-post-sidebar','0'),(13865,1373,'mfn-post-sidebar','0'),(13866,1373,'mfn-post-sidebar2','0'),(13867,1373,'mfn-post-sidebar2','0'),(13868,1373,'_oembed_70c3f7c0b35f507260fceba4aa944398','{{unknown}}'),(13869,1373,'_oembed_3e601594e527c050109c115dc0343e65','{{unknown}}'),(13870,1373,'_oembed_9b1ceae82700066b420cbf8220005e44','<blockquote class=\"wp-embedded-content\" data-secret=\"kASrIgvovz\"><a href=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/\">Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/embed/#?secret=kASrIgvovz\" data-secret=\"kASrIgvovz\" width=\"600\" height=\"338\" title=\"&#8220;Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO&#8221; &#8212; The Paleo Diet  - Robb Wolf on Paleolithic nutrition, intermittent fasting, and fitness\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(13871,1373,'_oembed_time_9b1ceae82700066b420cbf8220005e44','1526497634'),(13872,1373,'_oembed_23dc491aeb7984be5b7c3de7f8f733eb','<blockquote class=\"wp-embedded-content\" data-secret=\"WlCV7gXJBc\"><a href=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/\">RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/embed/#?secret=WlCV7gXJBc\" data-secret=\"WlCV7gXJBc\" width=\"600\" height=\"338\" title=\"&#8220;RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown&#8221; &#8212; Chris Kresser\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(13873,1373,'_oembed_time_23dc491aeb7984be5b7c3de7f8f733eb','1526497635'),(13874,1373,'_oembed_358a61ccc8bf2354ef1120fed79c344e','<blockquote class=\"wp-embedded-content\" data-secret=\"shaF4RzKZS\"><a href=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/\">Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/embed/#?secret=shaF4RzKZS\" data-secret=\"shaF4RzKZS\" width=\"600\" height=\"338\" title=\"&#8220;Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(13875,1373,'_oembed_time_358a61ccc8bf2354ef1120fed79c344e','1526497638'),(13876,1373,'_oembed_af0b1f39f6e075a34328aef17f250879','{{unknown}}'),(13877,1373,'_oembed_f714c39f6931f083180b36cf45638a8c','{{unknown}}'),(13878,1373,'_oembed_5000284a6c9c5bcbac8ae34dc7be08b7','{{unknown}}'),(13879,1373,'_oembed_63b1fcb3e0dc43453aedb68f431c75c2','<blockquote class=\"wp-embedded-content\" data-secret=\"oZNLMh7ADK\"><a href=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/\">How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/embed/#?secret=oZNLMh7ADK\" data-secret=\"oZNLMh7ADK\" width=\"600\" height=\"338\" title=\"&#8220;How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(13880,1373,'_oembed_time_63b1fcb3e0dc43453aedb68f431c75c2','1529526804'),(13881,1373,'_oembed_0dc928c90b7c768760131f493fc3b3d6','{{unknown}}'),(13882,1373,'_oembed_d7841c341108008601fa6bfd45e9877d','{{unknown}}'),(13883,1373,'_oembed_40a13cbe0598cd34470e2068d6d5b1b0','{{unknown}}'),(13884,1373,'_oembed_88288a6a8fdc1892db3639b1a045fbbf','<blockquote class=\"wp-embedded-content\" data-secret=\"JR2TSdbz6i\"><a href=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/\">Changing your diet is the first step in addressing Hashimoto&#8217;s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/embed/#?secret=JR2TSdbz6i\" data-secret=\"JR2TSdbz6i\" width=\"600\" height=\"338\" title=\"&#8220;Changing your diet is the first step in addressing Hashimoto&#8217;s&#8221; &#8212; Dr. K. News\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(13885,1373,'_oembed_time_88288a6a8fdc1892db3639b1a045fbbf','1535053648'),(13886,1373,'_oembed_6bfdd057756c7c58246362901ea9cc5a','<blockquote class=\"wp-embedded-content\" data-secret=\"EL52QLJFmX\"><a href=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/\">What To Do If Your TSH Is Normal and You Are Anything But!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/embed/#?secret=EL52QLJFmX\" data-secret=\"EL52QLJFmX\" width=\"600\" height=\"338\" title=\"&#8220;What To Do If Your TSH Is Normal and You Are Anything But!&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(13887,1373,'_oembed_time_6bfdd057756c7c58246362901ea9cc5a','1535053650'),(13888,1373,'_oembed_f64919ffc4b08d3bacaafee3d9d84058','<blockquote class=\"wp-embedded-content\" data-secret=\"krfgO9xlfd\"><a href=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/\">Iodine and Hashimotoâ€™s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/embed/#?secret=krfgO9xlfd\" data-secret=\"krfgO9xlfd\" width=\"600\" height=\"338\" title=\"&#8220;Iodine and Hashimotoâ€™s&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(13889,1373,'_oembed_time_f64919ffc4b08d3bacaafee3d9d84058','1535053650'),(13890,1373,'_thumbnail_id','1374'),(13892,1373,'_dp_original','1357'),(13893,1373,'_edit_lock','1588186327:2'),(13894,1373,'_edit_last','2'),(13895,1374,'_wp_attached_file','2020/04/can-you-boost-your-immune-system-to-prevent-coronavirus-spread-722x406-1.jpg'),(13896,1374,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:337;s:4:\"file\";s:84:\"2020/04/can-you-boost-your-immune-system-to-prevent-coronavirus-spread-722x406-1.jpg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:84:\"can-you-boost-your-immune-system-to-prevent-coronavirus-spread-722x406-1-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:84:\"can-you-boost-your-immune-system-to-prevent-coronavirus-spread-722x406-1-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:83:\"can-you-boost-your-immune-system-to-prevent-coronavirus-spread-722x406-1-125x70.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"ttshowcase_small\";a:4:{s:4:\"file\";s:82:\"can-you-boost-your-immune-system-to-prevent-coronavirus-spread-722x406-1-75x42.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:42;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:84:\"can-you-boost-your-immune-system-to-prevent-coronavirus-spread-722x406-1-260x146.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:82:\"can-you-boost-your-immune-system-to-prevent-coronavirus-spread-722x406-1-50x28.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:28;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:83:\"can-you-boost-your-immune-system-to-prevent-coronavirus-spread-722x406-1-134x75.jpg\";s:5:\"width\";i:134;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:82:\"can-you-boost-your-immune-system-to-prevent-coronavirus-spread-722x406-1-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:82:\"can-you-boost-your-immune-system-to-prevent-coronavirus-spread-722x406-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(13898,1378,'slide_template','default'),(13899,1378,'slide_template','default'),(13900,1378,'eg_sources_html5_mp4',''),(13901,1378,'eg_sources_html5_mp4',''),(13902,1378,'eg_sources_html5_ogv',''),(13903,1378,'eg_sources_html5_ogv',''),(13904,1378,'eg_sources_html5_webm',''),(13905,1378,'eg_sources_html5_webm',''),(13906,1378,'eg_sources_youtube',''),(13907,1378,'eg_sources_youtube',''),(13908,1378,'eg_sources_vimeo',''),(13909,1378,'eg_sources_vimeo',''),(13910,1378,'eg_sources_wistia',''),(13911,1378,'eg_sources_wistia',''),(13912,1378,'eg_sources_image',''),(13913,1378,'eg_sources_image',''),(13914,1378,'eg_sources_iframe',''),(13915,1378,'eg_sources_iframe',''),(13916,1378,'eg_sources_soundcloud',''),(13917,1378,'eg_sources_soundcloud',''),(13918,1378,'eg_vimeo_ratio','0'),(13919,1378,'eg_vimeo_ratio','0'),(13920,1378,'eg_youtube_ratio','0'),(13921,1378,'eg_youtube_ratio','0'),(13922,1378,'eg_wistia_ratio','0'),(13923,1378,'eg_wistia_ratio','0'),(13924,1378,'eg_html5_ratio','0'),(13925,1378,'eg_html5_ratio','0'),(13926,1378,'eg_soundcloud_ratio','0'),(13927,1378,'eg_soundcloud_ratio','0'),(13928,1378,'eg_settings_custom_meta_skin',''),(13929,1378,'eg_settings_custom_meta_skin',''),(13930,1378,'eg_settings_custom_meta_element',''),(13931,1378,'eg_settings_custom_meta_element',''),(13932,1378,'eg_settings_custom_meta_setting',''),(13933,1378,'eg_settings_custom_meta_setting',''),(13934,1378,'eg_settings_custom_meta_style',''),(13935,1378,'eg_settings_custom_meta_style',''),(13936,1378,'mfn-post-hide-content','0'),(13937,1378,'mfn-post-hide-content','0'),(13938,1378,'mfn-post-slider','0'),(13939,1378,'mfn-post-slider','0'),(13940,1378,'mfn-post-slider-layer','0'),(13941,1378,'mfn-post-slider-layer','0'),(13942,1378,'mfn-post-hide-title','1'),(13943,1378,'mfn-post-hide-title','1'),(13944,1378,'mfn-post-remove-padding','0'),(13945,1378,'mfn-post-remove-padding','0'),(13946,1378,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(13947,1378,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(13948,1378,'mfn-post-hide-image','1'),(13949,1378,'mfn-post-hide-image','1'),(13950,1378,'_wpb_vc_js_status','false'),(13951,1378,'_wpb_vc_js_status','false'),(13952,1378,'mfn-post-love','0'),(13953,1378,'mfn-post-love','0'),(13954,1378,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(13955,1378,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(13956,1378,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(13957,1378,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(13958,1378,'_wp_old_slug','blog-title-03'),(13959,1378,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(13960,1378,'_wp_old_slug','blog-title-03'),(13961,1378,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(13962,1378,'_wp_old_slug','cancer-update'),(13963,1378,'_wp_old_slug','magnificent-magnesium'),(13964,1378,'_wp_old_slug','magnificent-magnesium-2'),(13965,1378,'mfn-post-sidebar','0'),(13966,1378,'mfn-post-sidebar','0'),(13967,1378,'mfn-post-sidebar2','0'),(13968,1378,'mfn-post-sidebar2','0'),(13969,1378,'_oembed_70c3f7c0b35f507260fceba4aa944398','{{unknown}}'),(13970,1378,'_oembed_3e601594e527c050109c115dc0343e65','{{unknown}}'),(13971,1378,'_oembed_9b1ceae82700066b420cbf8220005e44','<blockquote class=\"wp-embedded-content\" data-secret=\"kASrIgvovz\"><a href=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/\">Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/embed/#?secret=kASrIgvovz\" data-secret=\"kASrIgvovz\" width=\"600\" height=\"338\" title=\"&#8220;Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO&#8221; &#8212; The Paleo Diet  - Robb Wolf on Paleolithic nutrition, intermittent fasting, and fitness\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(13972,1378,'_oembed_time_9b1ceae82700066b420cbf8220005e44','1526497634'),(13973,1378,'_oembed_23dc491aeb7984be5b7c3de7f8f733eb','<blockquote class=\"wp-embedded-content\" data-secret=\"WlCV7gXJBc\"><a href=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/\">RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/embed/#?secret=WlCV7gXJBc\" data-secret=\"WlCV7gXJBc\" width=\"600\" height=\"338\" title=\"&#8220;RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown&#8221; &#8212; Chris Kresser\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(13974,1378,'_oembed_time_23dc491aeb7984be5b7c3de7f8f733eb','1526497635'),(13975,1378,'_oembed_358a61ccc8bf2354ef1120fed79c344e','<blockquote class=\"wp-embedded-content\" data-secret=\"shaF4RzKZS\"><a href=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/\">Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/embed/#?secret=shaF4RzKZS\" data-secret=\"shaF4RzKZS\" width=\"600\" height=\"338\" title=\"&#8220;Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(13976,1378,'_oembed_time_358a61ccc8bf2354ef1120fed79c344e','1526497638'),(13977,1378,'_oembed_af0b1f39f6e075a34328aef17f250879','{{unknown}}'),(13978,1378,'_oembed_f714c39f6931f083180b36cf45638a8c','{{unknown}}'),(13979,1378,'_oembed_5000284a6c9c5bcbac8ae34dc7be08b7','{{unknown}}'),(13980,1378,'_oembed_63b1fcb3e0dc43453aedb68f431c75c2','<blockquote class=\"wp-embedded-content\" data-secret=\"oZNLMh7ADK\"><a href=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/\">How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/embed/#?secret=oZNLMh7ADK\" data-secret=\"oZNLMh7ADK\" width=\"600\" height=\"338\" title=\"&#8220;How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(13981,1378,'_oembed_time_63b1fcb3e0dc43453aedb68f431c75c2','1529526804'),(13982,1378,'_oembed_0dc928c90b7c768760131f493fc3b3d6','{{unknown}}'),(13983,1378,'_oembed_d7841c341108008601fa6bfd45e9877d','{{unknown}}'),(13984,1378,'_oembed_40a13cbe0598cd34470e2068d6d5b1b0','{{unknown}}'),(13985,1378,'_oembed_88288a6a8fdc1892db3639b1a045fbbf','<blockquote class=\"wp-embedded-content\" data-secret=\"JR2TSdbz6i\"><a href=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/\">Changing your diet is the first step in addressing Hashimoto&#8217;s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/embed/#?secret=JR2TSdbz6i\" data-secret=\"JR2TSdbz6i\" width=\"600\" height=\"338\" title=\"&#8220;Changing your diet is the first step in addressing Hashimoto&#8217;s&#8221; &#8212; Dr. K. News\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(13986,1378,'_oembed_time_88288a6a8fdc1892db3639b1a045fbbf','1535053648'),(13987,1378,'_oembed_6bfdd057756c7c58246362901ea9cc5a','<blockquote class=\"wp-embedded-content\" data-secret=\"EL52QLJFmX\"><a href=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/\">What To Do If Your TSH Is Normal and You Are Anything But!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/embed/#?secret=EL52QLJFmX\" data-secret=\"EL52QLJFmX\" width=\"600\" height=\"338\" title=\"&#8220;What To Do If Your TSH Is Normal and You Are Anything But!&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(13988,1378,'_oembed_time_6bfdd057756c7c58246362901ea9cc5a','1535053650'),(13989,1378,'_oembed_f64919ffc4b08d3bacaafee3d9d84058','<blockquote class=\"wp-embedded-content\" data-secret=\"krfgO9xlfd\"><a href=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/\">Iodine and Hashimotoâ€™s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/embed/#?secret=krfgO9xlfd\" data-secret=\"krfgO9xlfd\" width=\"600\" height=\"338\" title=\"&#8220;Iodine and Hashimotoâ€™s&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(13990,1378,'_oembed_time_f64919ffc4b08d3bacaafee3d9d84058','1535053650'),(13991,1378,'_thumbnail_id','1379'),(13993,1378,'_dp_original','1360'),(13994,1378,'_edit_lock','1601061656:2'),(13995,1378,'_edit_last','2'),(13996,1379,'_wp_attached_file','2020/04/p086qbqx.jpg'),(13997,1379,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:338;s:4:\"file\";s:20:\"2020/04/p086qbqx.jpg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"p086qbqx-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"p086qbqx-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:19:\"p086qbqx-125x70.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"ttshowcase_small\";a:4:{s:4:\"file\";s:18:\"p086qbqx-75x42.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:42;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"p086qbqx-260x146.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:18:\"p086qbqx-50x28.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:28;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:19:\"p086qbqx-133x75.jpg\";s:5:\"width\";i:133;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:18:\"p086qbqx-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:18:\"p086qbqx-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(14007,1378,'eg_votes_count','0'),(14008,1373,'eg_votes_count','0'),(14009,1360,'eg_votes_count','0'),(14010,1357,'eg_votes_count','0'),(14011,1351,'eg_votes_count','0'),(14014,1389,'slide_template','default'),(14015,1389,'slide_template','default'),(14016,1389,'eg_sources_html5_mp4',''),(14017,1389,'eg_sources_html5_mp4',''),(14018,1389,'eg_sources_html5_ogv',''),(14019,1389,'eg_sources_html5_ogv',''),(14020,1389,'eg_sources_html5_webm',''),(14021,1389,'eg_sources_html5_webm',''),(14022,1389,'eg_sources_youtube',''),(14023,1389,'eg_sources_youtube',''),(14024,1389,'eg_sources_vimeo',''),(14025,1389,'eg_sources_vimeo',''),(14026,1389,'eg_sources_wistia',''),(14027,1389,'eg_sources_wistia',''),(14028,1389,'eg_sources_image',''),(14029,1389,'eg_sources_image',''),(14030,1389,'eg_sources_iframe',''),(14031,1389,'eg_sources_iframe',''),(14032,1389,'eg_sources_soundcloud',''),(14033,1389,'eg_sources_soundcloud',''),(14034,1389,'eg_vimeo_ratio','0'),(14035,1389,'eg_vimeo_ratio','0'),(14036,1389,'eg_youtube_ratio','0'),(14037,1389,'eg_youtube_ratio','0'),(14038,1389,'eg_wistia_ratio','0'),(14039,1389,'eg_wistia_ratio','0'),(14040,1389,'eg_html5_ratio','0'),(14041,1389,'eg_html5_ratio','0'),(14042,1389,'eg_soundcloud_ratio','0'),(14043,1389,'eg_soundcloud_ratio','0'),(14044,1389,'eg_settings_custom_meta_skin',''),(14045,1389,'eg_settings_custom_meta_skin',''),(14046,1389,'eg_settings_custom_meta_element',''),(14047,1389,'eg_settings_custom_meta_element',''),(14048,1389,'eg_settings_custom_meta_setting',''),(14049,1389,'eg_settings_custom_meta_setting',''),(14050,1389,'eg_settings_custom_meta_style',''),(14051,1389,'eg_settings_custom_meta_style',''),(14052,1389,'mfn-post-hide-content','0'),(14053,1389,'mfn-post-hide-content','0'),(14054,1389,'mfn-post-slider','0'),(14055,1389,'mfn-post-slider','0'),(14056,1389,'mfn-post-slider-layer','0'),(14057,1389,'mfn-post-slider-layer','0'),(14058,1389,'mfn-post-hide-title','1'),(14059,1389,'mfn-post-hide-title','1'),(14060,1389,'mfn-post-remove-padding','0'),(14061,1389,'mfn-post-remove-padding','0'),(14062,1389,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(14063,1389,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(14064,1389,'mfn-post-hide-image','1'),(14065,1389,'mfn-post-hide-image','1'),(14066,1389,'_wpb_vc_js_status','false'),(14067,1389,'_wpb_vc_js_status','false'),(14068,1389,'mfn-post-love','0'),(14069,1389,'mfn-post-love','0'),(14070,1389,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(14071,1389,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(14072,1389,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(14073,1389,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(14074,1389,'_wp_old_slug','blog-title-03'),(14075,1389,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(14076,1389,'_wp_old_slug','blog-title-03'),(14077,1389,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(14078,1389,'_wp_old_slug','cancer-update'),(14079,1389,'_wp_old_slug','magnificent-magnesium'),(14080,1389,'_wp_old_slug','magnificent-magnesium-2'),(14081,1389,'mfn-post-sidebar','0'),(14082,1389,'mfn-post-sidebar','0'),(14083,1389,'mfn-post-sidebar2','0'),(14084,1389,'mfn-post-sidebar2','0'),(14085,1389,'_oembed_70c3f7c0b35f507260fceba4aa944398','{{unknown}}'),(14086,1389,'_oembed_3e601594e527c050109c115dc0343e65','{{unknown}}'),(14087,1389,'_oembed_9b1ceae82700066b420cbf8220005e44','<blockquote class=\"wp-embedded-content\" data-secret=\"kASrIgvovz\"><a href=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/\">Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/embed/#?secret=kASrIgvovz\" data-secret=\"kASrIgvovz\" width=\"600\" height=\"338\" title=\"&#8220;Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO&#8221; &#8212; The Paleo Diet  - Robb Wolf on Paleolithic nutrition, intermittent fasting, and fitness\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(14088,1389,'_oembed_time_9b1ceae82700066b420cbf8220005e44','1526497634'),(14089,1389,'_oembed_23dc491aeb7984be5b7c3de7f8f733eb','<blockquote class=\"wp-embedded-content\" data-secret=\"WlCV7gXJBc\"><a href=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/\">RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/embed/#?secret=WlCV7gXJBc\" data-secret=\"WlCV7gXJBc\" width=\"600\" height=\"338\" title=\"&#8220;RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown&#8221; &#8212; Chris Kresser\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(14090,1389,'_oembed_time_23dc491aeb7984be5b7c3de7f8f733eb','1526497635'),(14091,1389,'_oembed_358a61ccc8bf2354ef1120fed79c344e','<blockquote class=\"wp-embedded-content\" data-secret=\"shaF4RzKZS\"><a href=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/\">Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/embed/#?secret=shaF4RzKZS\" data-secret=\"shaF4RzKZS\" width=\"600\" height=\"338\" title=\"&#8220;Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(14092,1389,'_oembed_time_358a61ccc8bf2354ef1120fed79c344e','1526497638'),(14093,1389,'_oembed_af0b1f39f6e075a34328aef17f250879','{{unknown}}'),(14094,1389,'_oembed_f714c39f6931f083180b36cf45638a8c','{{unknown}}'),(14095,1389,'_oembed_5000284a6c9c5bcbac8ae34dc7be08b7','{{unknown}}'),(14096,1389,'_oembed_63b1fcb3e0dc43453aedb68f431c75c2','<blockquote class=\"wp-embedded-content\" data-secret=\"oZNLMh7ADK\"><a href=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/\">How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/embed/#?secret=oZNLMh7ADK\" data-secret=\"oZNLMh7ADK\" width=\"600\" height=\"338\" title=\"&#8220;How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(14097,1389,'_oembed_time_63b1fcb3e0dc43453aedb68f431c75c2','1529526804'),(14098,1389,'_oembed_0dc928c90b7c768760131f493fc3b3d6','{{unknown}}'),(14099,1389,'_oembed_d7841c341108008601fa6bfd45e9877d','{{unknown}}'),(14100,1389,'_oembed_40a13cbe0598cd34470e2068d6d5b1b0','{{unknown}}'),(14101,1389,'_oembed_88288a6a8fdc1892db3639b1a045fbbf','<blockquote class=\"wp-embedded-content\" data-secret=\"JR2TSdbz6i\"><a href=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/\">Changing your diet is the first step in addressing Hashimoto&#8217;s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/embed/#?secret=JR2TSdbz6i\" data-secret=\"JR2TSdbz6i\" width=\"600\" height=\"338\" title=\"&#8220;Changing your diet is the first step in addressing Hashimoto&#8217;s&#8221; &#8212; Dr. K. News\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(14102,1389,'_oembed_time_88288a6a8fdc1892db3639b1a045fbbf','1535053648'),(14103,1389,'_oembed_6bfdd057756c7c58246362901ea9cc5a','<blockquote class=\"wp-embedded-content\" data-secret=\"EL52QLJFmX\"><a href=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/\">What To Do If Your TSH Is Normal and You Are Anything But!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/embed/#?secret=EL52QLJFmX\" data-secret=\"EL52QLJFmX\" width=\"600\" height=\"338\" title=\"&#8220;What To Do If Your TSH Is Normal and You Are Anything But!&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(14104,1389,'_oembed_time_6bfdd057756c7c58246362901ea9cc5a','1535053650'),(14105,1389,'_oembed_f64919ffc4b08d3bacaafee3d9d84058','<blockquote class=\"wp-embedded-content\" data-secret=\"krfgO9xlfd\"><a href=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/\">Iodine and Hashimotoâ€™s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/embed/#?secret=krfgO9xlfd\" data-secret=\"krfgO9xlfd\" width=\"600\" height=\"338\" title=\"&#8220;Iodine and Hashimotoâ€™s&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(14106,1389,'_oembed_time_f64919ffc4b08d3bacaafee3d9d84058','1535053650'),(14107,1389,'_thumbnail_id','1390'),(14109,1389,'eg_votes_count','0'),(14110,1389,'_dp_original','1373'),(14111,1389,'_edit_lock','1590517811:2'),(14112,1389,'_edit_last','2'),(14113,1390,'_wp_attached_file','2020/05/COVID-anxiety-600X.jpg'),(14114,1390,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:338;s:4:\"file\";s:30:\"2020/05/COVID-anxiety-600X.jpg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"COVID-anxiety-600X-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"COVID-anxiety-600X-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:29:\"COVID-anxiety-600X-125x70.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:70;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"ttshowcase_small\";a:4:{s:4:\"file\";s:28:\"COVID-anxiety-600X-75x42.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:42;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"COVID-anxiety-600X-260x146.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:28:\"COVID-anxiety-600X-50x28.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:28;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:29:\"COVID-anxiety-600X-133x75.jpg\";s:5:\"width\";i:133;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:28:\"COVID-anxiety-600X-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:28:\"COVID-anxiety-600X-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(14115,1389,'_wp_page_template','default'),(14116,1389,'rs_page_bg_color','#ffffff'),(14117,1389,'eg_sources_revslider',''),(14118,1389,'eg_sources_essgrid',''),(14119,1389,'eg_featured_grid',''),(14120,1389,'eg_custom_meta_216','true'),(14121,1393,'slide_template','default'),(14122,1393,'slide_template','default'),(14123,1393,'eg_sources_html5_mp4',''),(14124,1393,'eg_sources_html5_mp4',''),(14125,1393,'eg_sources_html5_ogv',''),(14126,1393,'eg_sources_html5_ogv',''),(14127,1393,'eg_sources_html5_webm',''),(14128,1393,'eg_sources_html5_webm',''),(14129,1393,'eg_sources_youtube',''),(14130,1393,'eg_sources_youtube',''),(14131,1393,'eg_sources_vimeo',''),(14132,1393,'eg_sources_vimeo',''),(14133,1393,'eg_sources_wistia',''),(14134,1393,'eg_sources_wistia',''),(14135,1393,'eg_sources_image',''),(14136,1393,'eg_sources_image',''),(14137,1393,'eg_sources_iframe',''),(14138,1393,'eg_sources_iframe',''),(14139,1393,'eg_sources_soundcloud',''),(14140,1393,'eg_sources_soundcloud',''),(14141,1393,'eg_vimeo_ratio','0'),(14142,1393,'eg_vimeo_ratio','0'),(14143,1393,'eg_youtube_ratio','0'),(14144,1393,'eg_youtube_ratio','0'),(14145,1393,'eg_wistia_ratio','0'),(14146,1393,'eg_wistia_ratio','0'),(14147,1393,'eg_html5_ratio','0'),(14148,1393,'eg_html5_ratio','0'),(14149,1393,'eg_soundcloud_ratio','0'),(14150,1393,'eg_soundcloud_ratio','0'),(14151,1393,'eg_settings_custom_meta_skin',''),(14152,1393,'eg_settings_custom_meta_skin',''),(14153,1393,'eg_settings_custom_meta_element',''),(14154,1393,'eg_settings_custom_meta_element',''),(14155,1393,'eg_settings_custom_meta_setting',''),(14156,1393,'eg_settings_custom_meta_setting',''),(14157,1393,'eg_settings_custom_meta_style',''),(14158,1393,'eg_settings_custom_meta_style',''),(14159,1393,'mfn-post-hide-content','0'),(14160,1393,'mfn-post-hide-content','0'),(14161,1393,'mfn-post-slider','0'),(14162,1393,'mfn-post-slider','0'),(14163,1393,'mfn-post-slider-layer','0'),(14164,1393,'mfn-post-slider-layer','0'),(14165,1393,'mfn-post-hide-title','1'),(14166,1393,'mfn-post-hide-title','1'),(14167,1393,'mfn-post-remove-padding','0'),(14168,1393,'mfn-post-remove-padding','0'),(14169,1393,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(14170,1393,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(14171,1393,'mfn-post-hide-image','1'),(14172,1393,'mfn-post-hide-image','1'),(14173,1393,'_wpb_vc_js_status','false'),(14174,1393,'_wpb_vc_js_status','false'),(14175,1393,'mfn-post-love','0'),(14176,1393,'mfn-post-love','0'),(14177,1393,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(14178,1393,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(14179,1393,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(14180,1393,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(14181,1393,'_wp_old_slug','blog-title-03'),(14182,1393,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(14183,1393,'_wp_old_slug','blog-title-03'),(14184,1393,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(14185,1393,'_wp_old_slug','cancer-update'),(14186,1393,'_wp_old_slug','magnificent-magnesium'),(14187,1393,'_wp_old_slug','magnificent-magnesium-2'),(14188,1393,'mfn-post-sidebar','0'),(14189,1393,'mfn-post-sidebar','0'),(14190,1393,'mfn-post-sidebar2','0'),(14191,1393,'mfn-post-sidebar2','0'),(14192,1393,'_oembed_70c3f7c0b35f507260fceba4aa944398','{{unknown}}'),(14193,1393,'_oembed_3e601594e527c050109c115dc0343e65','{{unknown}}'),(14194,1393,'_oembed_9b1ceae82700066b420cbf8220005e44','<blockquote class=\"wp-embedded-content\" data-secret=\"kASrIgvovz\"><a href=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/\">Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/embed/#?secret=kASrIgvovz\" data-secret=\"kASrIgvovz\" width=\"600\" height=\"338\" title=\"&#8220;Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO&#8221; &#8212; The Paleo Diet  - Robb Wolf on Paleolithic nutrition, intermittent fasting, and fitness\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(14195,1393,'_oembed_time_9b1ceae82700066b420cbf8220005e44','1526497634'),(14196,1393,'_oembed_23dc491aeb7984be5b7c3de7f8f733eb','<blockquote class=\"wp-embedded-content\" data-secret=\"WlCV7gXJBc\"><a href=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/\">RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/embed/#?secret=WlCV7gXJBc\" data-secret=\"WlCV7gXJBc\" width=\"600\" height=\"338\" title=\"&#8220;RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown&#8221; &#8212; Chris Kresser\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(14197,1393,'_oembed_time_23dc491aeb7984be5b7c3de7f8f733eb','1526497635'),(14198,1393,'_oembed_358a61ccc8bf2354ef1120fed79c344e','<blockquote class=\"wp-embedded-content\" data-secret=\"shaF4RzKZS\"><a href=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/\">Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/embed/#?secret=shaF4RzKZS\" data-secret=\"shaF4RzKZS\" width=\"600\" height=\"338\" title=\"&#8220;Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(14199,1393,'_oembed_time_358a61ccc8bf2354ef1120fed79c344e','1526497638'),(14200,1393,'_oembed_af0b1f39f6e075a34328aef17f250879','{{unknown}}'),(14201,1393,'_oembed_f714c39f6931f083180b36cf45638a8c','{{unknown}}'),(14202,1393,'_oembed_5000284a6c9c5bcbac8ae34dc7be08b7','{{unknown}}'),(14203,1393,'_oembed_63b1fcb3e0dc43453aedb68f431c75c2','<blockquote class=\"wp-embedded-content\" data-secret=\"oZNLMh7ADK\"><a href=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/\">How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/embed/#?secret=oZNLMh7ADK\" data-secret=\"oZNLMh7ADK\" width=\"600\" height=\"338\" title=\"&#8220;How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(14204,1393,'_oembed_time_63b1fcb3e0dc43453aedb68f431c75c2','1529526804'),(14205,1393,'_oembed_0dc928c90b7c768760131f493fc3b3d6','{{unknown}}'),(14206,1393,'_oembed_d7841c341108008601fa6bfd45e9877d','{{unknown}}'),(14207,1393,'_oembed_40a13cbe0598cd34470e2068d6d5b1b0','{{unknown}}'),(14208,1393,'_oembed_88288a6a8fdc1892db3639b1a045fbbf','<blockquote class=\"wp-embedded-content\" data-secret=\"JR2TSdbz6i\"><a href=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/\">Changing your diet is the first step in addressing Hashimoto&#8217;s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/embed/#?secret=JR2TSdbz6i\" data-secret=\"JR2TSdbz6i\" width=\"600\" height=\"338\" title=\"&#8220;Changing your diet is the first step in addressing Hashimoto&#8217;s&#8221; &#8212; Dr. K. News\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(14209,1393,'_oembed_time_88288a6a8fdc1892db3639b1a045fbbf','1535053648'),(14210,1393,'_oembed_6bfdd057756c7c58246362901ea9cc5a','<blockquote class=\"wp-embedded-content\" data-secret=\"EL52QLJFmX\"><a href=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/\">What To Do If Your TSH Is Normal and You Are Anything But!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/embed/#?secret=EL52QLJFmX\" data-secret=\"EL52QLJFmX\" width=\"600\" height=\"338\" title=\"&#8220;What To Do If Your TSH Is Normal and You Are Anything But!&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(14211,1393,'_oembed_time_6bfdd057756c7c58246362901ea9cc5a','1535053650'),(14212,1393,'_oembed_f64919ffc4b08d3bacaafee3d9d84058','<blockquote class=\"wp-embedded-content\" data-secret=\"krfgO9xlfd\"><a href=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/\">Iodine and Hashimotoâ€™s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/embed/#?secret=krfgO9xlfd\" data-secret=\"krfgO9xlfd\" width=\"600\" height=\"338\" title=\"&#8220;Iodine and Hashimotoâ€™s&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(14213,1393,'_oembed_time_f64919ffc4b08d3bacaafee3d9d84058','1535053650'),(14214,1393,'_thumbnail_id','1394'),(14216,1393,'_dp_original','1343'),(14217,1393,'_edit_lock','1590780365:2'),(14218,1394,'_wp_attached_file','2020/05/Honey-600X.jpg'),(14219,1394,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:553;s:4:\"file\";s:22:\"2020/05/Honey-600X.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"Honey-600X-300x277.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:277;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Honey-600X-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:22:\"Honey-600X-125x115.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"ttshowcase_small\";a:4:{s:4:\"file\";s:20:\"Honey-600X-75x69.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:69;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"Honey-600X-158x146.jpg\";s:5:\"width\";i:158;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:20:\"Honey-600X-50x46.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:46;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:20:\"Honey-600X-81x75.jpg\";s:5:\"width\";i:81;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:20:\"Honey-600X-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:20:\"Honey-600X-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:22:\"Honey-600X-600x500.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:22:\"Honey-600X-600x480.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:480;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:{}}}'),(14220,1393,'_edit_last','2'),(14221,1393,'_wp_page_template','default'),(14222,1393,'rs_page_bg_color','#ffffff'),(14223,1393,'eg_sources_revslider',''),(14224,1393,'eg_sources_essgrid',''),(14225,1393,'eg_featured_grid',''),(14226,1393,'eg_custom_meta_216','true'),(14227,1393,'eg_votes_count','0'),(14228,1398,'slide_template','default'),(14229,1398,'slide_template','default'),(14230,1398,'eg_sources_html5_mp4',''),(14231,1398,'eg_sources_html5_mp4',''),(14232,1398,'eg_sources_html5_ogv',''),(14233,1398,'eg_sources_html5_ogv',''),(14234,1398,'eg_sources_html5_webm',''),(14235,1398,'eg_sources_html5_webm',''),(14236,1398,'eg_sources_youtube',''),(14237,1398,'eg_sources_youtube',''),(14238,1398,'eg_sources_vimeo',''),(14239,1398,'eg_sources_vimeo',''),(14240,1398,'eg_sources_wistia',''),(14241,1398,'eg_sources_wistia',''),(14242,1398,'eg_sources_image',''),(14243,1398,'eg_sources_image',''),(14244,1398,'eg_sources_iframe',''),(14245,1398,'eg_sources_iframe',''),(14246,1398,'eg_sources_soundcloud',''),(14247,1398,'eg_sources_soundcloud',''),(14248,1398,'eg_vimeo_ratio','0'),(14249,1398,'eg_vimeo_ratio','0'),(14250,1398,'eg_youtube_ratio','0'),(14251,1398,'eg_youtube_ratio','0'),(14252,1398,'eg_wistia_ratio','0'),(14253,1398,'eg_wistia_ratio','0'),(14254,1398,'eg_html5_ratio','0'),(14255,1398,'eg_html5_ratio','0'),(14256,1398,'eg_soundcloud_ratio','0'),(14257,1398,'eg_soundcloud_ratio','0'),(14258,1398,'eg_settings_custom_meta_skin',''),(14259,1398,'eg_settings_custom_meta_skin',''),(14260,1398,'eg_settings_custom_meta_element',''),(14261,1398,'eg_settings_custom_meta_element',''),(14262,1398,'eg_settings_custom_meta_setting',''),(14263,1398,'eg_settings_custom_meta_setting',''),(14264,1398,'eg_settings_custom_meta_style',''),(14265,1398,'eg_settings_custom_meta_style',''),(14266,1398,'mfn-post-hide-content','0'),(14267,1398,'mfn-post-hide-content','0'),(14268,1398,'mfn-post-slider','0'),(14269,1398,'mfn-post-slider','0'),(14270,1398,'mfn-post-slider-layer','0'),(14271,1398,'mfn-post-slider-layer','0'),(14272,1398,'mfn-post-hide-title','1'),(14273,1398,'mfn-post-hide-title','1'),(14274,1398,'mfn-post-remove-padding','0'),(14275,1398,'mfn-post-remove-padding','0'),(14276,1398,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(14277,1398,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(14278,1398,'mfn-post-hide-image','1'),(14279,1398,'mfn-post-hide-image','1'),(14280,1398,'_wpb_vc_js_status','false'),(14281,1398,'_wpb_vc_js_status','false'),(14282,1398,'mfn-post-love','0'),(14283,1398,'mfn-post-love','0'),(14284,1398,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(14285,1398,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(14286,1398,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(14287,1398,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(14288,1398,'_wp_old_slug','blog-title-03'),(14289,1398,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(14290,1398,'_wp_old_slug','blog-title-03'),(14291,1398,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(14292,1398,'_wp_old_slug','cancer-update'),(14293,1398,'_wp_old_slug','magnificent-magnesium'),(14294,1398,'_wp_old_slug','magnificent-magnesium-2'),(14295,1398,'mfn-post-sidebar','0'),(14296,1398,'mfn-post-sidebar','0'),(14297,1398,'mfn-post-sidebar2','0'),(14298,1398,'mfn-post-sidebar2','0'),(14299,1398,'_oembed_70c3f7c0b35f507260fceba4aa944398','{{unknown}}'),(14300,1398,'_oembed_3e601594e527c050109c115dc0343e65','{{unknown}}'),(14301,1398,'_oembed_9b1ceae82700066b420cbf8220005e44','<blockquote class=\"wp-embedded-content\" data-secret=\"kASrIgvovz\"><a href=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/\">Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/embed/#?secret=kASrIgvovz\" data-secret=\"kASrIgvovz\" width=\"600\" height=\"338\" title=\"&#8220;Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO&#8221; &#8212; The Paleo Diet  - Robb Wolf on Paleolithic nutrition, intermittent fasting, and fitness\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(14302,1398,'_oembed_time_9b1ceae82700066b420cbf8220005e44','1526497634'),(14303,1398,'_oembed_23dc491aeb7984be5b7c3de7f8f733eb','<blockquote class=\"wp-embedded-content\" data-secret=\"WlCV7gXJBc\"><a href=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/\">RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/embed/#?secret=WlCV7gXJBc\" data-secret=\"WlCV7gXJBc\" width=\"600\" height=\"338\" title=\"&#8220;RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown&#8221; &#8212; Chris Kresser\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(14304,1398,'_oembed_time_23dc491aeb7984be5b7c3de7f8f733eb','1526497635'),(14305,1398,'_oembed_358a61ccc8bf2354ef1120fed79c344e','<blockquote class=\"wp-embedded-content\" data-secret=\"shaF4RzKZS\"><a href=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/\">Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/embed/#?secret=shaF4RzKZS\" data-secret=\"shaF4RzKZS\" width=\"600\" height=\"338\" title=\"&#8220;Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(14306,1398,'_oembed_time_358a61ccc8bf2354ef1120fed79c344e','1526497638'),(14307,1398,'_oembed_af0b1f39f6e075a34328aef17f250879','{{unknown}}'),(14308,1398,'_oembed_f714c39f6931f083180b36cf45638a8c','{{unknown}}'),(14309,1398,'_oembed_5000284a6c9c5bcbac8ae34dc7be08b7','{{unknown}}'),(14310,1398,'_oembed_63b1fcb3e0dc43453aedb68f431c75c2','<blockquote class=\"wp-embedded-content\" data-secret=\"oZNLMh7ADK\"><a href=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/\">How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/embed/#?secret=oZNLMh7ADK\" data-secret=\"oZNLMh7ADK\" width=\"600\" height=\"338\" title=\"&#8220;How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(14311,1398,'_oembed_time_63b1fcb3e0dc43453aedb68f431c75c2','1529526804'),(14312,1398,'_oembed_0dc928c90b7c768760131f493fc3b3d6','{{unknown}}'),(14313,1398,'_oembed_d7841c341108008601fa6bfd45e9877d','{{unknown}}'),(14314,1398,'_oembed_40a13cbe0598cd34470e2068d6d5b1b0','{{unknown}}'),(14315,1398,'_oembed_88288a6a8fdc1892db3639b1a045fbbf','<blockquote class=\"wp-embedded-content\" data-secret=\"JR2TSdbz6i\"><a href=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/\">Changing your diet is the first step in addressing Hashimoto&#8217;s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/embed/#?secret=JR2TSdbz6i\" data-secret=\"JR2TSdbz6i\" width=\"600\" height=\"338\" title=\"&#8220;Changing your diet is the first step in addressing Hashimoto&#8217;s&#8221; &#8212; Dr. K. News\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(14316,1398,'_oembed_time_88288a6a8fdc1892db3639b1a045fbbf','1535053648'),(14317,1398,'_oembed_6bfdd057756c7c58246362901ea9cc5a','<blockquote class=\"wp-embedded-content\" data-secret=\"EL52QLJFmX\"><a href=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/\">What To Do If Your TSH Is Normal and You Are Anything But!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/embed/#?secret=EL52QLJFmX\" data-secret=\"EL52QLJFmX\" width=\"600\" height=\"338\" title=\"&#8220;What To Do If Your TSH Is Normal and You Are Anything But!&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(14318,1398,'_oembed_time_6bfdd057756c7c58246362901ea9cc5a','1535053650'),(14319,1398,'_oembed_f64919ffc4b08d3bacaafee3d9d84058','<blockquote class=\"wp-embedded-content\" data-secret=\"krfgO9xlfd\"><a href=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/\">Iodine and Hashimotoâ€™s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/embed/#?secret=krfgO9xlfd\" data-secret=\"krfgO9xlfd\" width=\"600\" height=\"338\" title=\"&#8220;Iodine and Hashimotoâ€™s&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(14320,1398,'_oembed_time_f64919ffc4b08d3bacaafee3d9d84058','1535053650'),(14321,1398,'_thumbnail_id','1399'),(14323,1398,'_wp_page_template','default'),(14324,1398,'rs_page_bg_color','#ffffff'),(14325,1398,'eg_sources_revslider',''),(14326,1398,'eg_sources_essgrid',''),(14327,1398,'eg_featured_grid',''),(14328,1398,'eg_custom_meta_216','true'),(14329,1398,'eg_votes_count','0'),(14330,1398,'_dp_original','1393'),(14331,1398,'_edit_lock','1593201032:2'),(14332,1398,'_edit_last','2'),(14333,1399,'_wp_attached_file','2020/06/Bike-600X-blognewsletter.jpeg'),(14334,1399,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:451;s:4:\"file\";s:37:\"2020/06/Bike-600X-blognewsletter.jpeg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"Bike-600X-blognewsletter-300x226.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:226;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Bike-600X-blognewsletter-150x150.jpeg\";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:36:\"Bike-600X-blognewsletter-125x94.jpeg\";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:35:\"Bike-600X-blognewsletter-75x56.jpeg\";s:5:\"width\";i:75;s:6:\"height\";i:56;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"Bike-600X-blognewsletter-194x146.jpeg\";s:5:\"width\";i:194;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:35:\"Bike-600X-blognewsletter-50x38.jpeg\";s:5:\"width\";i:50;s:6:\"height\";i:38;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:36:\"Bike-600X-blognewsletter-100x75.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:35:\"Bike-600X-blognewsletter-85x85.jpeg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:35:\"Bike-600X-blognewsletter-80x80.jpeg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(14336,1402,'slide_template','default'),(14337,1402,'slide_template','default'),(14338,1402,'eg_sources_html5_mp4',''),(14339,1402,'eg_sources_html5_mp4',''),(14340,1402,'eg_sources_html5_ogv',''),(14341,1402,'eg_sources_html5_ogv',''),(14342,1402,'eg_sources_html5_webm',''),(14343,1402,'eg_sources_html5_webm',''),(14344,1402,'eg_sources_youtube',''),(14345,1402,'eg_sources_youtube',''),(14346,1402,'eg_sources_vimeo',''),(14347,1402,'eg_sources_vimeo',''),(14348,1402,'eg_sources_wistia',''),(14349,1402,'eg_sources_wistia',''),(14350,1402,'eg_sources_image',''),(14351,1402,'eg_sources_image',''),(14352,1402,'eg_sources_iframe',''),(14353,1402,'eg_sources_iframe',''),(14354,1402,'eg_sources_soundcloud',''),(14355,1402,'eg_sources_soundcloud',''),(14356,1402,'eg_vimeo_ratio','0'),(14357,1402,'eg_vimeo_ratio','0'),(14358,1402,'eg_youtube_ratio','0'),(14359,1402,'eg_youtube_ratio','0'),(14360,1402,'eg_wistia_ratio','0'),(14361,1402,'eg_wistia_ratio','0'),(14362,1402,'eg_html5_ratio','0'),(14363,1402,'eg_html5_ratio','0'),(14364,1402,'eg_soundcloud_ratio','0'),(14365,1402,'eg_soundcloud_ratio','0'),(14366,1402,'eg_settings_custom_meta_skin',''),(14367,1402,'eg_settings_custom_meta_skin',''),(14368,1402,'eg_settings_custom_meta_element',''),(14369,1402,'eg_settings_custom_meta_element',''),(14370,1402,'eg_settings_custom_meta_setting',''),(14371,1402,'eg_settings_custom_meta_setting',''),(14372,1402,'eg_settings_custom_meta_style',''),(14373,1402,'eg_settings_custom_meta_style',''),(14374,1402,'mfn-post-hide-content','0'),(14375,1402,'mfn-post-hide-content','0'),(14376,1402,'mfn-post-slider','0'),(14377,1402,'mfn-post-slider','0'),(14378,1402,'mfn-post-slider-layer','0'),(14379,1402,'mfn-post-slider-layer','0'),(14380,1402,'mfn-post-hide-title','1'),(14381,1402,'mfn-post-hide-title','1'),(14382,1402,'mfn-post-remove-padding','0'),(14383,1402,'mfn-post-remove-padding','0'),(14384,1402,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(14385,1402,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(14386,1402,'mfn-post-hide-image','1'),(14387,1402,'mfn-post-hide-image','1'),(14388,1402,'_wpb_vc_js_status','false'),(14389,1402,'_wpb_vc_js_status','false'),(14390,1402,'mfn-post-love','0'),(14391,1402,'mfn-post-love','0'),(14392,1402,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(14393,1402,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(14394,1402,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(14395,1402,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(14396,1402,'_wp_old_slug','blog-title-03'),(14397,1402,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(14398,1402,'_wp_old_slug','blog-title-03'),(14399,1402,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(14400,1402,'_wp_old_slug','cancer-update'),(14401,1402,'_wp_old_slug','magnificent-magnesium'),(14402,1402,'_wp_old_slug','magnificent-magnesium-2'),(14403,1402,'mfn-post-sidebar','0'),(14404,1402,'mfn-post-sidebar','0'),(14405,1402,'mfn-post-sidebar2','0'),(14406,1402,'mfn-post-sidebar2','0'),(14407,1402,'_oembed_70c3f7c0b35f507260fceba4aa944398','{{unknown}}'),(14408,1402,'_oembed_3e601594e527c050109c115dc0343e65','{{unknown}}'),(14409,1402,'_oembed_9b1ceae82700066b420cbf8220005e44','<blockquote class=\"wp-embedded-content\" data-secret=\"kASrIgvovz\"><a href=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/\">Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/embed/#?secret=kASrIgvovz\" data-secret=\"kASrIgvovz\" width=\"600\" height=\"338\" title=\"&#8220;Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO&#8221; &#8212; The Paleo Diet  - Robb Wolf on Paleolithic nutrition, intermittent fasting, and fitness\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(14410,1402,'_oembed_time_9b1ceae82700066b420cbf8220005e44','1526497634'),(14411,1402,'_oembed_23dc491aeb7984be5b7c3de7f8f733eb','<blockquote class=\"wp-embedded-content\" data-secret=\"WlCV7gXJBc\"><a href=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/\">RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/embed/#?secret=WlCV7gXJBc\" data-secret=\"WlCV7gXJBc\" width=\"600\" height=\"338\" title=\"&#8220;RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown&#8221; &#8212; Chris Kresser\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(14412,1402,'_oembed_time_23dc491aeb7984be5b7c3de7f8f733eb','1526497635'),(14413,1402,'_oembed_358a61ccc8bf2354ef1120fed79c344e','<blockquote class=\"wp-embedded-content\" data-secret=\"shaF4RzKZS\"><a href=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/\">Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/embed/#?secret=shaF4RzKZS\" data-secret=\"shaF4RzKZS\" width=\"600\" height=\"338\" title=\"&#8220;Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(14414,1402,'_oembed_time_358a61ccc8bf2354ef1120fed79c344e','1526497638'),(14415,1402,'_oembed_af0b1f39f6e075a34328aef17f250879','{{unknown}}'),(14416,1402,'_oembed_f714c39f6931f083180b36cf45638a8c','{{unknown}}'),(14417,1402,'_oembed_5000284a6c9c5bcbac8ae34dc7be08b7','{{unknown}}'),(14418,1402,'_oembed_63b1fcb3e0dc43453aedb68f431c75c2','<blockquote class=\"wp-embedded-content\" data-secret=\"oZNLMh7ADK\"><a href=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/\">How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/embed/#?secret=oZNLMh7ADK\" data-secret=\"oZNLMh7ADK\" width=\"600\" height=\"338\" title=\"&#8220;How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(14419,1402,'_oembed_time_63b1fcb3e0dc43453aedb68f431c75c2','1529526804'),(14420,1402,'_oembed_0dc928c90b7c768760131f493fc3b3d6','{{unknown}}'),(14421,1402,'_oembed_d7841c341108008601fa6bfd45e9877d','{{unknown}}'),(14422,1402,'_oembed_40a13cbe0598cd34470e2068d6d5b1b0','{{unknown}}'),(14423,1402,'_oembed_88288a6a8fdc1892db3639b1a045fbbf','<blockquote class=\"wp-embedded-content\" data-secret=\"JR2TSdbz6i\"><a href=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/\">Changing your diet is the first step in addressing Hashimoto&#8217;s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/embed/#?secret=JR2TSdbz6i\" data-secret=\"JR2TSdbz6i\" width=\"600\" height=\"338\" title=\"&#8220;Changing your diet is the first step in addressing Hashimoto&#8217;s&#8221; &#8212; Dr. K. News\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(14424,1402,'_oembed_time_88288a6a8fdc1892db3639b1a045fbbf','1535053648'),(14425,1402,'_oembed_6bfdd057756c7c58246362901ea9cc5a','<blockquote class=\"wp-embedded-content\" data-secret=\"EL52QLJFmX\"><a href=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/\">What To Do If Your TSH Is Normal and You Are Anything But!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/embed/#?secret=EL52QLJFmX\" data-secret=\"EL52QLJFmX\" width=\"600\" height=\"338\" title=\"&#8220;What To Do If Your TSH Is Normal and You Are Anything But!&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(14426,1402,'_oembed_time_6bfdd057756c7c58246362901ea9cc5a','1535053650'),(14427,1402,'_oembed_f64919ffc4b08d3bacaafee3d9d84058','<blockquote class=\"wp-embedded-content\" data-secret=\"krfgO9xlfd\"><a href=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/\">Iodine and Hashimotoâ€™s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/embed/#?secret=krfgO9xlfd\" data-secret=\"krfgO9xlfd\" width=\"600\" height=\"338\" title=\"&#8220;Iodine and Hashimotoâ€™s&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(14428,1402,'_oembed_time_f64919ffc4b08d3bacaafee3d9d84058','1535053650'),(14429,1402,'_thumbnail_id','1403'),(14430,1402,'eg_votes_count','0'),(14432,1402,'_wp_page_template','default'),(14433,1402,'rs_page_bg_color','#ffffff'),(14434,1402,'eg_sources_revslider',''),(14435,1402,'eg_sources_essgrid',''),(14436,1402,'eg_featured_grid',''),(14437,1402,'eg_custom_meta_216','true'),(14438,1402,'_dp_original','1389'),(14439,1402,'_edit_lock','1593546652:2'),(14440,1403,'_wp_attached_file','2020/06/Quercetin-600X.jpeg'),(14441,1403,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:27:\"2020/06/Quercetin-600X.jpeg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Quercetin-600X-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Quercetin-600X-150x150.jpeg\";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:27:\"Quercetin-600X-125x125.jpeg\";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:25:\"Quercetin-600X-75x75.jpeg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"Quercetin-600X-146x146.jpeg\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:25:\"Quercetin-600X-50x50.jpeg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:25:\"Quercetin-600X-75x75.jpeg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:25:\"Quercetin-600X-85x85.jpeg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:25:\"Quercetin-600X-80x80.jpeg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:27:\"Quercetin-600X-600x500.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:27:\"Quercetin-600X-600x480.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:480;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:{}}}'),(14442,1402,'_edit_last','2'),(14443,223,'mfn-post-love','0'),(14444,1408,'slide_template','default'),(14445,1408,'slide_template','default'),(14446,1408,'eg_sources_html5_mp4',''),(14447,1408,'eg_sources_html5_mp4',''),(14448,1408,'eg_sources_html5_ogv',''),(14449,1408,'eg_sources_html5_ogv',''),(14450,1408,'eg_sources_html5_webm',''),(14451,1408,'eg_sources_html5_webm',''),(14452,1408,'eg_sources_youtube',''),(14453,1408,'eg_sources_youtube',''),(14454,1408,'eg_sources_vimeo',''),(14455,1408,'eg_sources_vimeo',''),(14456,1408,'eg_sources_wistia',''),(14457,1408,'eg_sources_wistia',''),(14458,1408,'eg_sources_image',''),(14459,1408,'eg_sources_image',''),(14460,1408,'eg_sources_iframe',''),(14461,1408,'eg_sources_iframe',''),(14462,1408,'eg_sources_soundcloud',''),(14463,1408,'eg_sources_soundcloud',''),(14464,1408,'eg_vimeo_ratio','0'),(14465,1408,'eg_vimeo_ratio','0'),(14466,1408,'eg_youtube_ratio','0'),(14467,1408,'eg_youtube_ratio','0'),(14468,1408,'eg_wistia_ratio','0'),(14469,1408,'eg_wistia_ratio','0'),(14470,1408,'eg_html5_ratio','0'),(14471,1408,'eg_html5_ratio','0'),(14472,1408,'eg_soundcloud_ratio','0'),(14473,1408,'eg_soundcloud_ratio','0'),(14474,1408,'eg_settings_custom_meta_skin',''),(14475,1408,'eg_settings_custom_meta_skin',''),(14476,1408,'eg_settings_custom_meta_element',''),(14477,1408,'eg_settings_custom_meta_element',''),(14478,1408,'eg_settings_custom_meta_setting',''),(14479,1408,'eg_settings_custom_meta_setting',''),(14480,1408,'eg_settings_custom_meta_style',''),(14481,1408,'eg_settings_custom_meta_style',''),(14482,1408,'mfn-post-hide-content','0'),(14483,1408,'mfn-post-hide-content','0'),(14484,1408,'mfn-post-slider','0'),(14485,1408,'mfn-post-slider','0'),(14486,1408,'mfn-post-slider-layer','0'),(14487,1408,'mfn-post-slider-layer','0'),(14488,1408,'mfn-post-hide-title','1'),(14489,1408,'mfn-post-hide-title','1'),(14490,1408,'mfn-post-remove-padding','0'),(14491,1408,'mfn-post-remove-padding','0'),(14492,1408,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(14493,1408,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(14494,1408,'mfn-post-hide-image','1'),(14495,1408,'mfn-post-hide-image','1'),(14496,1408,'_wpb_vc_js_status','false'),(14497,1408,'_wpb_vc_js_status','false'),(14498,1408,'mfn-post-love','0'),(14499,1408,'mfn-post-love','0'),(14500,1408,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(14501,1408,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(14502,1408,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(14503,1408,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(14504,1408,'_wp_old_slug','blog-title-03'),(14505,1408,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(14506,1408,'_wp_old_slug','blog-title-03'),(14507,1408,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(14508,1408,'_wp_old_slug','cancer-update'),(14509,1408,'_wp_old_slug','magnificent-magnesium'),(14510,1408,'_wp_old_slug','magnificent-magnesium-2'),(14511,1408,'mfn-post-sidebar','0'),(14512,1408,'mfn-post-sidebar','0'),(14513,1408,'mfn-post-sidebar2','0'),(14514,1408,'mfn-post-sidebar2','0'),(14515,1408,'_oembed_70c3f7c0b35f507260fceba4aa944398','{{unknown}}'),(14516,1408,'_oembed_3e601594e527c050109c115dc0343e65','{{unknown}}'),(14517,1408,'_oembed_9b1ceae82700066b420cbf8220005e44','<blockquote class=\"wp-embedded-content\" data-secret=\"kASrIgvovz\"><a href=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/\">Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/embed/#?secret=kASrIgvovz\" data-secret=\"kASrIgvovz\" width=\"600\" height=\"338\" title=\"&#8220;Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO&#8221; &#8212; The Paleo Diet  - Robb Wolf on Paleolithic nutrition, intermittent fasting, and fitness\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(14518,1408,'_oembed_time_9b1ceae82700066b420cbf8220005e44','1526497634'),(14519,1408,'_oembed_23dc491aeb7984be5b7c3de7f8f733eb','<blockquote class=\"wp-embedded-content\" data-secret=\"WlCV7gXJBc\"><a href=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/\">RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/embed/#?secret=WlCV7gXJBc\" data-secret=\"WlCV7gXJBc\" width=\"600\" height=\"338\" title=\"&#8220;RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown&#8221; &#8212; Chris Kresser\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(14520,1408,'_oembed_time_23dc491aeb7984be5b7c3de7f8f733eb','1526497635'),(14521,1408,'_oembed_358a61ccc8bf2354ef1120fed79c344e','<blockquote class=\"wp-embedded-content\" data-secret=\"shaF4RzKZS\"><a href=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/\">Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/embed/#?secret=shaF4RzKZS\" data-secret=\"shaF4RzKZS\" width=\"600\" height=\"338\" title=\"&#8220;Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(14522,1408,'_oembed_time_358a61ccc8bf2354ef1120fed79c344e','1526497638'),(14523,1408,'_oembed_af0b1f39f6e075a34328aef17f250879','{{unknown}}'),(14524,1408,'_oembed_f714c39f6931f083180b36cf45638a8c','{{unknown}}'),(14525,1408,'_oembed_5000284a6c9c5bcbac8ae34dc7be08b7','{{unknown}}'),(14526,1408,'_oembed_63b1fcb3e0dc43453aedb68f431c75c2','<blockquote class=\"wp-embedded-content\" data-secret=\"oZNLMh7ADK\"><a href=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/\">How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/embed/#?secret=oZNLMh7ADK\" data-secret=\"oZNLMh7ADK\" width=\"600\" height=\"338\" title=\"&#8220;How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(14527,1408,'_oembed_time_63b1fcb3e0dc43453aedb68f431c75c2','1529526804'),(14528,1408,'_oembed_0dc928c90b7c768760131f493fc3b3d6','{{unknown}}'),(14529,1408,'_oembed_d7841c341108008601fa6bfd45e9877d','{{unknown}}'),(14530,1408,'_oembed_40a13cbe0598cd34470e2068d6d5b1b0','{{unknown}}'),(14531,1408,'_oembed_88288a6a8fdc1892db3639b1a045fbbf','<blockquote class=\"wp-embedded-content\" data-secret=\"JR2TSdbz6i\"><a href=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/\">Changing your diet is the first step in addressing Hashimoto&#8217;s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/embed/#?secret=JR2TSdbz6i\" data-secret=\"JR2TSdbz6i\" width=\"600\" height=\"338\" title=\"&#8220;Changing your diet is the first step in addressing Hashimoto&#8217;s&#8221; &#8212; Dr. K. News\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(14532,1408,'_oembed_time_88288a6a8fdc1892db3639b1a045fbbf','1535053648'),(14533,1408,'_oembed_6bfdd057756c7c58246362901ea9cc5a','<blockquote class=\"wp-embedded-content\" data-secret=\"EL52QLJFmX\"><a href=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/\">What To Do If Your TSH Is Normal and You Are Anything But!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/embed/#?secret=EL52QLJFmX\" data-secret=\"EL52QLJFmX\" width=\"600\" height=\"338\" title=\"&#8220;What To Do If Your TSH Is Normal and You Are Anything But!&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(14534,1408,'_oembed_time_6bfdd057756c7c58246362901ea9cc5a','1535053650'),(14535,1408,'_oembed_f64919ffc4b08d3bacaafee3d9d84058','<blockquote class=\"wp-embedded-content\" data-secret=\"krfgO9xlfd\"><a href=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/\">Iodine and Hashimotoâ€™s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/embed/#?secret=krfgO9xlfd\" data-secret=\"krfgO9xlfd\" width=\"600\" height=\"338\" title=\"&#8220;Iodine and Hashimotoâ€™s&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(14536,1408,'_oembed_time_f64919ffc4b08d3bacaafee3d9d84058','1535053650'),(14537,1408,'_thumbnail_id','1409'),(14539,1408,'_wp_page_template','default'),(14540,1408,'rs_page_bg_color','#ffffff'),(14541,1408,'eg_sources_revslider',''),(14542,1408,'eg_sources_essgrid',''),(14543,1408,'eg_featured_grid',''),(14544,1408,'eg_custom_meta_216','true'),(14545,1408,'eg_votes_count','0'),(14546,1408,'_dp_original','1393'),(14547,1408,'_edit_lock','1598554209:2'),(14548,1408,'_edit_last','2'),(14549,1409,'_wp_attached_file','2020/07/Multivitamin-600X.jpeg'),(14550,1409,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:450;s:4:\"file\";s:30:\"2020/07/Multivitamin-600X.jpeg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"Multivitamin-600X-300x225.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Multivitamin-600X-150x150.jpeg\";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:29:\"Multivitamin-600X-125x94.jpeg\";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:28:\"Multivitamin-600X-75x56.jpeg\";s:5:\"width\";i:75;s:6:\"height\";i:56;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"Multivitamin-600X-195x146.jpeg\";s:5:\"width\";i:195;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:28:\"Multivitamin-600X-50x38.jpeg\";s:5:\"width\";i:50;s:6:\"height\";i:38;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:29:\"Multivitamin-600X-100x75.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:28:\"Multivitamin-600X-85x85.jpeg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:28:\"Multivitamin-600X-80x80.jpeg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(14551,425,'mfn-post-love','0'),(14552,421,'mfn-post-love','0'),(14553,1415,'slide_template','default'),(14554,1415,'slide_template','default'),(14555,1415,'eg_sources_html5_mp4',''),(14556,1415,'eg_sources_html5_mp4',''),(14557,1415,'eg_sources_html5_ogv',''),(14558,1415,'eg_sources_html5_ogv',''),(14559,1415,'eg_sources_html5_webm',''),(14560,1415,'eg_sources_html5_webm',''),(14561,1415,'eg_sources_youtube',''),(14562,1415,'eg_sources_youtube',''),(14563,1415,'eg_sources_vimeo',''),(14564,1415,'eg_sources_vimeo',''),(14565,1415,'eg_sources_wistia',''),(14566,1415,'eg_sources_wistia',''),(14567,1415,'eg_sources_image',''),(14568,1415,'eg_sources_image',''),(14569,1415,'eg_sources_iframe',''),(14570,1415,'eg_sources_iframe',''),(14571,1415,'eg_sources_soundcloud',''),(14572,1415,'eg_sources_soundcloud',''),(14573,1415,'eg_vimeo_ratio','0'),(14574,1415,'eg_vimeo_ratio','0'),(14575,1415,'eg_youtube_ratio','0'),(14576,1415,'eg_youtube_ratio','0'),(14577,1415,'eg_wistia_ratio','0'),(14578,1415,'eg_wistia_ratio','0'),(14579,1415,'eg_html5_ratio','0'),(14580,1415,'eg_html5_ratio','0'),(14581,1415,'eg_soundcloud_ratio','0'),(14582,1415,'eg_soundcloud_ratio','0'),(14583,1415,'eg_settings_custom_meta_skin',''),(14584,1415,'eg_settings_custom_meta_skin',''),(14585,1415,'eg_settings_custom_meta_element',''),(14586,1415,'eg_settings_custom_meta_element',''),(14587,1415,'eg_settings_custom_meta_setting',''),(14588,1415,'eg_settings_custom_meta_setting',''),(14589,1415,'eg_settings_custom_meta_style',''),(14590,1415,'eg_settings_custom_meta_style',''),(14591,1415,'mfn-post-hide-content','0'),(14592,1415,'mfn-post-hide-content','0'),(14593,1415,'mfn-post-slider','0'),(14594,1415,'mfn-post-slider','0'),(14595,1415,'mfn-post-slider-layer','0'),(14596,1415,'mfn-post-slider-layer','0'),(14597,1415,'mfn-post-hide-title','1'),(14598,1415,'mfn-post-hide-title','1'),(14599,1415,'mfn-post-remove-padding','0'),(14600,1415,'mfn-post-remove-padding','0'),(14601,1415,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(14602,1415,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(14603,1415,'mfn-post-hide-image','1'),(14604,1415,'mfn-post-hide-image','1'),(14605,1415,'_wpb_vc_js_status','false'),(14606,1415,'_wpb_vc_js_status','false'),(14607,1415,'mfn-post-love','0'),(14608,1415,'mfn-post-love','0'),(14609,1415,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(14610,1415,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(14611,1415,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(14612,1415,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(14613,1415,'_wp_old_slug','blog-title-03'),(14614,1415,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(14615,1415,'_wp_old_slug','blog-title-03'),(14616,1415,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(14617,1415,'_wp_old_slug','cancer-update'),(14618,1415,'_wp_old_slug','magnificent-magnesium'),(14619,1415,'_wp_old_slug','magnificent-magnesium-2'),(14620,1415,'mfn-post-sidebar','0'),(14621,1415,'mfn-post-sidebar','0'),(14622,1415,'mfn-post-sidebar2','0'),(14623,1415,'mfn-post-sidebar2','0'),(14624,1415,'_oembed_70c3f7c0b35f507260fceba4aa944398','{{unknown}}'),(14625,1415,'_oembed_3e601594e527c050109c115dc0343e65','{{unknown}}'),(14626,1415,'_oembed_9b1ceae82700066b420cbf8220005e44','<blockquote class=\"wp-embedded-content\" data-secret=\"kASrIgvovz\"><a href=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/\">Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/embed/#?secret=kASrIgvovz\" data-secret=\"kASrIgvovz\" width=\"600\" height=\"338\" title=\"&#8220;Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO&#8221; &#8212; The Paleo Diet  - Robb Wolf on Paleolithic nutrition, intermittent fasting, and fitness\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(14627,1415,'_oembed_time_9b1ceae82700066b420cbf8220005e44','1526497634'),(14628,1415,'_oembed_23dc491aeb7984be5b7c3de7f8f733eb','<blockquote class=\"wp-embedded-content\" data-secret=\"WlCV7gXJBc\"><a href=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/\">RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/embed/#?secret=WlCV7gXJBc\" data-secret=\"WlCV7gXJBc\" width=\"600\" height=\"338\" title=\"&#8220;RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown&#8221; &#8212; Chris Kresser\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(14629,1415,'_oembed_time_23dc491aeb7984be5b7c3de7f8f733eb','1526497635'),(14630,1415,'_oembed_358a61ccc8bf2354ef1120fed79c344e','<blockquote class=\"wp-embedded-content\" data-secret=\"shaF4RzKZS\"><a href=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/\">Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/embed/#?secret=shaF4RzKZS\" data-secret=\"shaF4RzKZS\" width=\"600\" height=\"338\" title=\"&#8220;Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(14631,1415,'_oembed_time_358a61ccc8bf2354ef1120fed79c344e','1526497638'),(14632,1415,'_oembed_af0b1f39f6e075a34328aef17f250879','{{unknown}}'),(14633,1415,'_oembed_f714c39f6931f083180b36cf45638a8c','{{unknown}}'),(14634,1415,'_oembed_5000284a6c9c5bcbac8ae34dc7be08b7','{{unknown}}'),(14635,1415,'_oembed_63b1fcb3e0dc43453aedb68f431c75c2','<blockquote class=\"wp-embedded-content\" data-secret=\"oZNLMh7ADK\"><a href=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/\">How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/embed/#?secret=oZNLMh7ADK\" data-secret=\"oZNLMh7ADK\" width=\"600\" height=\"338\" title=\"&#8220;How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(14636,1415,'_oembed_time_63b1fcb3e0dc43453aedb68f431c75c2','1529526804'),(14637,1415,'_oembed_0dc928c90b7c768760131f493fc3b3d6','{{unknown}}'),(14638,1415,'_oembed_d7841c341108008601fa6bfd45e9877d','{{unknown}}'),(14639,1415,'_oembed_40a13cbe0598cd34470e2068d6d5b1b0','{{unknown}}'),(14640,1415,'_oembed_88288a6a8fdc1892db3639b1a045fbbf','<blockquote class=\"wp-embedded-content\" data-secret=\"JR2TSdbz6i\"><a href=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/\">Changing your diet is the first step in addressing Hashimoto&#8217;s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/embed/#?secret=JR2TSdbz6i\" data-secret=\"JR2TSdbz6i\" width=\"600\" height=\"338\" title=\"&#8220;Changing your diet is the first step in addressing Hashimoto&#8217;s&#8221; &#8212; Dr. K. News\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(14641,1415,'_oembed_time_88288a6a8fdc1892db3639b1a045fbbf','1535053648'),(14642,1415,'_oembed_6bfdd057756c7c58246362901ea9cc5a','<blockquote class=\"wp-embedded-content\" data-secret=\"EL52QLJFmX\"><a href=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/\">What To Do If Your TSH Is Normal and You Are Anything But!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/embed/#?secret=EL52QLJFmX\" data-secret=\"EL52QLJFmX\" width=\"600\" height=\"338\" title=\"&#8220;What To Do If Your TSH Is Normal and You Are Anything But!&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(14643,1415,'_oembed_time_6bfdd057756c7c58246362901ea9cc5a','1535053650'),(14644,1415,'_oembed_f64919ffc4b08d3bacaafee3d9d84058','<blockquote class=\"wp-embedded-content\" data-secret=\"krfgO9xlfd\"><a href=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/\">Iodine and Hashimotoâ€™s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/embed/#?secret=krfgO9xlfd\" data-secret=\"krfgO9xlfd\" width=\"600\" height=\"338\" title=\"&#8220;Iodine and Hashimotoâ€™s&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(14645,1415,'_oembed_time_f64919ffc4b08d3bacaafee3d9d84058','1535053650'),(14646,1415,'_thumbnail_id','1418'),(14647,1415,'_wp_page_template','default'),(14648,1415,'rs_page_bg_color','#ffffff'),(14649,1415,'eg_sources_revslider',''),(14650,1415,'eg_sources_essgrid',''),(14651,1415,'eg_featured_grid',''),(14652,1415,'eg_custom_meta_216','true'),(14653,1415,'eg_votes_count','0'),(14655,1415,'_dp_original','1408'),(14656,1415,'_edit_lock','1598632093:3'),(14657,1415,'_edit_last','2'),(14658,1417,'slide_template','default'),(14659,1417,'slide_template','default'),(14660,1417,'eg_sources_html5_mp4',''),(14661,1417,'eg_sources_html5_mp4',''),(14662,1417,'eg_sources_html5_ogv',''),(14663,1417,'eg_sources_html5_ogv',''),(14664,1417,'eg_sources_html5_webm',''),(14665,1417,'eg_sources_html5_webm',''),(14666,1417,'eg_sources_youtube',''),(14667,1417,'eg_sources_youtube',''),(14668,1417,'eg_sources_vimeo',''),(14669,1417,'eg_sources_vimeo',''),(14670,1417,'eg_sources_wistia',''),(14671,1417,'eg_sources_wistia',''),(14672,1417,'eg_sources_image',''),(14673,1417,'eg_sources_image',''),(14674,1417,'eg_sources_iframe',''),(14675,1417,'eg_sources_iframe',''),(14676,1417,'eg_sources_soundcloud',''),(14677,1417,'eg_sources_soundcloud',''),(14678,1417,'eg_vimeo_ratio','0'),(14679,1417,'eg_vimeo_ratio','0'),(14680,1417,'eg_youtube_ratio','0'),(14681,1417,'eg_youtube_ratio','0'),(14682,1417,'eg_wistia_ratio','0'),(14683,1417,'eg_wistia_ratio','0'),(14684,1417,'eg_html5_ratio','0'),(14685,1417,'eg_html5_ratio','0'),(14686,1417,'eg_soundcloud_ratio','0'),(14687,1417,'eg_soundcloud_ratio','0'),(14688,1417,'eg_settings_custom_meta_skin',''),(14689,1417,'eg_settings_custom_meta_skin',''),(14690,1417,'eg_settings_custom_meta_element',''),(14691,1417,'eg_settings_custom_meta_element',''),(14692,1417,'eg_settings_custom_meta_setting',''),(14693,1417,'eg_settings_custom_meta_setting',''),(14694,1417,'eg_settings_custom_meta_style',''),(14695,1417,'eg_settings_custom_meta_style',''),(14696,1417,'mfn-post-hide-content','0'),(14697,1417,'mfn-post-hide-content','0'),(14698,1417,'mfn-post-slider','0'),(14699,1417,'mfn-post-slider','0'),(14700,1417,'mfn-post-slider-layer','0'),(14701,1417,'mfn-post-slider-layer','0'),(14702,1417,'mfn-post-hide-title','1'),(14703,1417,'mfn-post-hide-title','1'),(14704,1417,'mfn-post-remove-padding','0'),(14705,1417,'mfn-post-remove-padding','0'),(14706,1417,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(14707,1417,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(14708,1417,'mfn-post-hide-image','1'),(14709,1417,'mfn-post-hide-image','1'),(14710,1417,'_wpb_vc_js_status','false'),(14711,1417,'_wpb_vc_js_status','false'),(14712,1417,'mfn-post-love','0'),(14713,1417,'mfn-post-love','0'),(14714,1417,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(14715,1417,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(14716,1417,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(14717,1417,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(14718,1417,'_wp_old_slug','blog-title-03'),(14719,1417,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(14720,1417,'_wp_old_slug','blog-title-03'),(14721,1417,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(14722,1417,'_wp_old_slug','cancer-update'),(14723,1417,'_wp_old_slug','magnificent-magnesium'),(14724,1417,'_wp_old_slug','magnificent-magnesium-2'),(14725,1417,'mfn-post-sidebar','0'),(14726,1417,'mfn-post-sidebar','0'),(14727,1417,'mfn-post-sidebar2','0'),(14728,1417,'mfn-post-sidebar2','0'),(14729,1417,'_oembed_70c3f7c0b35f507260fceba4aa944398','{{unknown}}'),(14730,1417,'_oembed_3e601594e527c050109c115dc0343e65','{{unknown}}'),(14731,1417,'_oembed_9b1ceae82700066b420cbf8220005e44','<blockquote class=\"wp-embedded-content\" data-secret=\"kASrIgvovz\"><a href=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/\">Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/embed/#?secret=kASrIgvovz\" data-secret=\"kASrIgvovz\" width=\"600\" height=\"338\" title=\"&#8220;Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO&#8221; &#8212; The Paleo Diet  - Robb Wolf on Paleolithic nutrition, intermittent fasting, and fitness\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(14732,1417,'_oembed_time_9b1ceae82700066b420cbf8220005e44','1526497634'),(14733,1417,'_oembed_23dc491aeb7984be5b7c3de7f8f733eb','<blockquote class=\"wp-embedded-content\" data-secret=\"WlCV7gXJBc\"><a href=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/\">RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/embed/#?secret=WlCV7gXJBc\" data-secret=\"WlCV7gXJBc\" width=\"600\" height=\"338\" title=\"&#8220;RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown&#8221; &#8212; Chris Kresser\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(14734,1417,'_oembed_time_23dc491aeb7984be5b7c3de7f8f733eb','1526497635'),(14735,1417,'_oembed_358a61ccc8bf2354ef1120fed79c344e','<blockquote class=\"wp-embedded-content\" data-secret=\"shaF4RzKZS\"><a href=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/\">Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/embed/#?secret=shaF4RzKZS\" data-secret=\"shaF4RzKZS\" width=\"600\" height=\"338\" title=\"&#8220;Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(14736,1417,'_oembed_time_358a61ccc8bf2354ef1120fed79c344e','1526497638'),(14737,1417,'_oembed_af0b1f39f6e075a34328aef17f250879','{{unknown}}'),(14738,1417,'_oembed_f714c39f6931f083180b36cf45638a8c','{{unknown}}'),(14739,1417,'_oembed_5000284a6c9c5bcbac8ae34dc7be08b7','{{unknown}}'),(14740,1417,'_oembed_63b1fcb3e0dc43453aedb68f431c75c2','<blockquote class=\"wp-embedded-content\" data-secret=\"oZNLMh7ADK\"><a href=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/\">How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/embed/#?secret=oZNLMh7ADK\" data-secret=\"oZNLMh7ADK\" width=\"600\" height=\"338\" title=\"&#8220;How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(14741,1417,'_oembed_time_63b1fcb3e0dc43453aedb68f431c75c2','1529526804'),(14742,1417,'_oembed_0dc928c90b7c768760131f493fc3b3d6','{{unknown}}'),(14743,1417,'_oembed_d7841c341108008601fa6bfd45e9877d','{{unknown}}'),(14744,1417,'_oembed_40a13cbe0598cd34470e2068d6d5b1b0','{{unknown}}'),(14745,1417,'_oembed_88288a6a8fdc1892db3639b1a045fbbf','<blockquote class=\"wp-embedded-content\" data-secret=\"JR2TSdbz6i\"><a href=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/\">Changing your diet is the first step in addressing Hashimoto&#8217;s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/embed/#?secret=JR2TSdbz6i\" data-secret=\"JR2TSdbz6i\" width=\"600\" height=\"338\" title=\"&#8220;Changing your diet is the first step in addressing Hashimoto&#8217;s&#8221; &#8212; Dr. K. News\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(14746,1417,'_oembed_time_88288a6a8fdc1892db3639b1a045fbbf','1535053648'),(14747,1417,'_oembed_6bfdd057756c7c58246362901ea9cc5a','<blockquote class=\"wp-embedded-content\" data-secret=\"EL52QLJFmX\"><a href=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/\">What To Do If Your TSH Is Normal and You Are Anything But!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/embed/#?secret=EL52QLJFmX\" data-secret=\"EL52QLJFmX\" width=\"600\" height=\"338\" title=\"&#8220;What To Do If Your TSH Is Normal and You Are Anything But!&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(14748,1417,'_oembed_time_6bfdd057756c7c58246362901ea9cc5a','1535053650'),(14749,1417,'_oembed_f64919ffc4b08d3bacaafee3d9d84058','<blockquote class=\"wp-embedded-content\" data-secret=\"krfgO9xlfd\"><a href=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/\">Iodine and Hashimotoâ€™s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/embed/#?secret=krfgO9xlfd\" data-secret=\"krfgO9xlfd\" width=\"600\" height=\"338\" title=\"&#8220;Iodine and Hashimotoâ€™s&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(14750,1417,'_oembed_time_f64919ffc4b08d3bacaafee3d9d84058','1535053650'),(14751,1417,'_thumbnail_id','1427'),(14752,1417,'eg_votes_count','0'),(14753,1417,'_wp_page_template','default'),(14754,1417,'rs_page_bg_color','#ffffff'),(14755,1417,'eg_sources_revslider',''),(14756,1417,'eg_sources_essgrid',''),(14757,1417,'eg_featured_grid',''),(14758,1417,'eg_custom_meta_216','true'),(14760,1417,'_dp_original','1402'),(14761,1417,'_edit_lock','1598901657:2'),(14762,1418,'_wp_attached_file','2020/08/Back-to-school-600X.jpg'),(14763,1418,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:375;s:4:\"file\";s:31:\"2020/08/Back-to-school-600X.jpg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"Back-to-school-600X-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Back-to-school-600X-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:30:\"Back-to-school-600X-125x78.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:78;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"ttshowcase_small\";a:4:{s:4:\"file\";s:29:\"Back-to-school-600X-75x47.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"Back-to-school-600X-234x146.jpg\";s:5:\"width\";i:234;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:29:\"Back-to-school-600X-50x31.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:30:\"Back-to-school-600X-120x75.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:29:\"Back-to-school-600X-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:29:\"Back-to-school-600X-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(14764,1415,'_oembed_621446eb23bc6526a5efa26927f61d38','{{unknown}}'),(14765,1415,'_oembed_45691866971cd54742c9c9aa4d22d1db','<blockquote class=\"wp-embedded-content\" data-secret=\"bkrxMzUB2X\"><a href=\"https://sunflowershoppe.com/blogs/shoppe-talk/top-5-back-to-school-supplements/\">Top 5 back to school supplements</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" title=\"&#8220;Top 5 back to school supplements&#8221; &#8212; Sunflower Shoppe\" src=\"https://sunflowershoppe.com/blogs/shoppe-talk/top-5-back-to-school-supplements/embed/#?secret=bkrxMzUB2X\" data-secret=\"bkrxMzUB2X\" width=\"600\" height=\"338\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(14766,1415,'_oembed_time_45691866971cd54742c9c9aa4d22d1db','1598559291'),(14770,1417,'_edit_last','2'),(14771,1427,'_wp_attached_file','2020/08/CoQ10-600X-copy.jpeg'),(14772,1427,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:436;s:4:\"file\";s:28:\"2020/08/CoQ10-600X-copy.jpeg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"CoQ10-600X-copy-300x218.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:218;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"CoQ10-600X-copy-150x150.jpeg\";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:27:\"CoQ10-600X-copy-125x91.jpeg\";s:5:\"width\";i:125;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"ttshowcase_small\";a:4:{s:4:\"file\";s:26:\"CoQ10-600X-copy-75x55.jpeg\";s:5:\"width\";i:75;s:6:\"height\";i:55;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"CoQ10-600X-copy-201x146.jpeg\";s:5:\"width\";i:201;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:26:\"CoQ10-600X-copy-50x36.jpeg\";s:5:\"width\";i:50;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:27:\"CoQ10-600X-copy-103x75.jpeg\";s:5:\"width\";i:103;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:26:\"CoQ10-600X-copy-85x85.jpeg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:26:\"CoQ10-600X-copy-80x80.jpeg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(14773,1432,'_wp_attached_file','2020/04/Fight-Viruses-600X.jpeg'),(14774,1432,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:354;s:4:\"file\";s:31:\"2020/04/Fight-Viruses-600X.jpeg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"Fight-Viruses-600X-300x177.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Fight-Viruses-600X-150x150.jpeg\";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:30:\"Fight-Viruses-600X-125x74.jpeg\";s:5:\"width\";i:125;s:6:\"height\";i:74;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"ttshowcase_small\";a:4:{s:4:\"file\";s:29:\"Fight-Viruses-600X-75x44.jpeg\";s:5:\"width\";i:75;s:6:\"height\";i:44;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"Fight-Viruses-600X-247x146.jpeg\";s:5:\"width\";i:247;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:29:\"Fight-Viruses-600X-50x30.jpeg\";s:5:\"width\";i:50;s:6:\"height\";i:30;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:30:\"Fight-Viruses-600X-127x75.jpeg\";s:5:\"width\";i:127;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:29:\"Fight-Viruses-600X-85x85.jpeg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:29:\"Fight-Viruses-600X-80x80.jpeg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(14775,1378,'rs_page_bg_color','#ffffff'),(14776,1378,'eg_sources_revslider',''),(14777,1378,'eg_sources_essgrid',''),(14778,1378,'eg_featured_grid',''),(14779,1378,'eg_custom_meta_216','true'),(14780,1433,'slide_template','default'),(14781,1433,'slide_template','default'),(14782,1433,'eg_sources_html5_mp4',''),(14783,1433,'eg_sources_html5_mp4',''),(14784,1433,'eg_sources_html5_ogv',''),(14785,1433,'eg_sources_html5_ogv',''),(14786,1433,'eg_sources_html5_webm',''),(14787,1433,'eg_sources_html5_webm',''),(14788,1433,'eg_sources_youtube',''),(14789,1433,'eg_sources_youtube',''),(14790,1433,'eg_sources_vimeo',''),(14791,1433,'eg_sources_vimeo',''),(14792,1433,'eg_sources_wistia',''),(14793,1433,'eg_sources_wistia',''),(14794,1433,'eg_sources_image',''),(14795,1433,'eg_sources_image',''),(14796,1433,'eg_sources_iframe',''),(14797,1433,'eg_sources_iframe',''),(14798,1433,'eg_sources_soundcloud',''),(14799,1433,'eg_sources_soundcloud',''),(14800,1433,'eg_vimeo_ratio','0'),(14801,1433,'eg_vimeo_ratio','0'),(14802,1433,'eg_youtube_ratio','0'),(14803,1433,'eg_youtube_ratio','0'),(14804,1433,'eg_wistia_ratio','0'),(14805,1433,'eg_wistia_ratio','0'),(14806,1433,'eg_html5_ratio','0'),(14807,1433,'eg_html5_ratio','0'),(14808,1433,'eg_soundcloud_ratio','0'),(14809,1433,'eg_soundcloud_ratio','0'),(14810,1433,'eg_settings_custom_meta_skin',''),(14811,1433,'eg_settings_custom_meta_skin',''),(14812,1433,'eg_settings_custom_meta_element',''),(14813,1433,'eg_settings_custom_meta_element',''),(14814,1433,'eg_settings_custom_meta_setting',''),(14815,1433,'eg_settings_custom_meta_setting',''),(14816,1433,'eg_settings_custom_meta_style',''),(14817,1433,'eg_settings_custom_meta_style',''),(14818,1433,'mfn-post-hide-content','0'),(14819,1433,'mfn-post-hide-content','0'),(14820,1433,'mfn-post-slider','0'),(14821,1433,'mfn-post-slider','0'),(14822,1433,'mfn-post-slider-layer','0'),(14823,1433,'mfn-post-slider-layer','0'),(14824,1433,'mfn-post-hide-title','1'),(14825,1433,'mfn-post-hide-title','1'),(14826,1433,'mfn-post-remove-padding','0'),(14827,1433,'mfn-post-remove-padding','0'),(14828,1433,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(14829,1433,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(14830,1433,'mfn-post-hide-image','1'),(14831,1433,'mfn-post-hide-image','1'),(14832,1433,'_wpb_vc_js_status','false'),(14833,1433,'_wpb_vc_js_status','false'),(14834,1433,'mfn-post-love','0'),(14835,1433,'mfn-post-love','0'),(14836,1433,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(14837,1433,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(14838,1433,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(14839,1433,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(14840,1433,'_wp_old_slug','blog-title-03'),(14841,1433,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(14842,1433,'_wp_old_slug','blog-title-03'),(14843,1433,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(14844,1433,'_wp_old_slug','cancer-update'),(14845,1433,'_wp_old_slug','magnificent-magnesium'),(14846,1433,'_wp_old_slug','magnificent-magnesium-2'),(14847,1433,'mfn-post-sidebar','0'),(14848,1433,'mfn-post-sidebar','0'),(14849,1433,'mfn-post-sidebar2','0'),(14850,1433,'mfn-post-sidebar2','0'),(14851,1433,'_oembed_70c3f7c0b35f507260fceba4aa944398','{{unknown}}'),(14852,1433,'_oembed_3e601594e527c050109c115dc0343e65','{{unknown}}'),(14853,1433,'_oembed_9b1ceae82700066b420cbf8220005e44','<blockquote class=\"wp-embedded-content\" data-secret=\"kASrIgvovz\"><a href=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/\">Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/embed/#?secret=kASrIgvovz\" data-secret=\"kASrIgvovz\" width=\"600\" height=\"338\" title=\"&#8220;Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO&#8221; &#8212; The Paleo Diet  - Robb Wolf on Paleolithic nutrition, intermittent fasting, and fitness\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(14854,1433,'_oembed_time_9b1ceae82700066b420cbf8220005e44','1526497634'),(14855,1433,'_oembed_23dc491aeb7984be5b7c3de7f8f733eb','<blockquote class=\"wp-embedded-content\" data-secret=\"WlCV7gXJBc\"><a href=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/\">RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/embed/#?secret=WlCV7gXJBc\" data-secret=\"WlCV7gXJBc\" width=\"600\" height=\"338\" title=\"&#8220;RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown&#8221; &#8212; Chris Kresser\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(14856,1433,'_oembed_time_23dc491aeb7984be5b7c3de7f8f733eb','1526497635'),(14857,1433,'_oembed_358a61ccc8bf2354ef1120fed79c344e','<blockquote class=\"wp-embedded-content\" data-secret=\"shaF4RzKZS\"><a href=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/\">Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/embed/#?secret=shaF4RzKZS\" data-secret=\"shaF4RzKZS\" width=\"600\" height=\"338\" title=\"&#8220;Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(14858,1433,'_oembed_time_358a61ccc8bf2354ef1120fed79c344e','1526497638'),(14859,1433,'_oembed_af0b1f39f6e075a34328aef17f250879','{{unknown}}'),(14860,1433,'_oembed_f714c39f6931f083180b36cf45638a8c','{{unknown}}'),(14861,1433,'_oembed_5000284a6c9c5bcbac8ae34dc7be08b7','{{unknown}}'),(14862,1433,'_oembed_63b1fcb3e0dc43453aedb68f431c75c2','<blockquote class=\"wp-embedded-content\" data-secret=\"oZNLMh7ADK\"><a href=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/\">How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/embed/#?secret=oZNLMh7ADK\" data-secret=\"oZNLMh7ADK\" width=\"600\" height=\"338\" title=\"&#8220;How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(14863,1433,'_oembed_time_63b1fcb3e0dc43453aedb68f431c75c2','1529526804'),(14864,1433,'_oembed_0dc928c90b7c768760131f493fc3b3d6','{{unknown}}'),(14865,1433,'_oembed_d7841c341108008601fa6bfd45e9877d','{{unknown}}'),(14866,1433,'_oembed_40a13cbe0598cd34470e2068d6d5b1b0','{{unknown}}'),(14867,1433,'_oembed_88288a6a8fdc1892db3639b1a045fbbf','<blockquote class=\"wp-embedded-content\" data-secret=\"JR2TSdbz6i\"><a href=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/\">Changing your diet is the first step in addressing Hashimoto&#8217;s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/embed/#?secret=JR2TSdbz6i\" data-secret=\"JR2TSdbz6i\" width=\"600\" height=\"338\" title=\"&#8220;Changing your diet is the first step in addressing Hashimoto&#8217;s&#8221; &#8212; Dr. K. News\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(14868,1433,'_oembed_time_88288a6a8fdc1892db3639b1a045fbbf','1535053648'),(14869,1433,'_oembed_6bfdd057756c7c58246362901ea9cc5a','<blockquote class=\"wp-embedded-content\" data-secret=\"EL52QLJFmX\"><a href=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/\">What To Do If Your TSH Is Normal and You Are Anything But!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/embed/#?secret=EL52QLJFmX\" data-secret=\"EL52QLJFmX\" width=\"600\" height=\"338\" title=\"&#8220;What To Do If Your TSH Is Normal and You Are Anything But!&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(14870,1433,'_oembed_time_6bfdd057756c7c58246362901ea9cc5a','1535053650'),(14871,1433,'_oembed_f64919ffc4b08d3bacaafee3d9d84058','<blockquote class=\"wp-embedded-content\" data-secret=\"krfgO9xlfd\"><a href=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/\">Iodine and Hashimotoâ€™s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/embed/#?secret=krfgO9xlfd\" data-secret=\"krfgO9xlfd\" width=\"600\" height=\"338\" title=\"&#8220;Iodine and Hashimotoâ€™s&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(14872,1433,'_oembed_time_f64919ffc4b08d3bacaafee3d9d84058','1535053650'),(14873,1433,'_thumbnail_id','1432'),(14875,1433,'eg_votes_count','0'),(14876,1433,'rs_page_bg_color','#ffffff'),(14877,1433,'eg_sources_revslider',''),(14878,1433,'eg_sources_essgrid',''),(14879,1433,'eg_featured_grid',''),(14880,1433,'eg_custom_meta_216','true'),(14881,1433,'_dp_original','1378'),(14882,1433,'_edit_lock','1608670029:2'),(14883,1433,'_edit_last','2'),(14884,1433,'_wp_page_template','default'),(14887,1439,'slide_template','default'),(14888,1439,'slide_template','default'),(14889,1439,'eg_sources_html5_mp4',''),(14890,1439,'eg_sources_html5_mp4',''),(14891,1439,'eg_sources_html5_ogv',''),(14892,1439,'eg_sources_html5_ogv',''),(14893,1439,'eg_sources_html5_webm',''),(14894,1439,'eg_sources_html5_webm',''),(14895,1439,'eg_sources_youtube',''),(14896,1439,'eg_sources_youtube',''),(14897,1439,'eg_sources_vimeo',''),(14898,1439,'eg_sources_vimeo',''),(14899,1439,'eg_sources_wistia',''),(14900,1439,'eg_sources_wistia',''),(14901,1439,'eg_sources_image',''),(14902,1439,'eg_sources_image',''),(14903,1439,'eg_sources_iframe',''),(14904,1439,'eg_sources_iframe',''),(14905,1439,'eg_sources_soundcloud',''),(14906,1439,'eg_sources_soundcloud',''),(14907,1439,'eg_vimeo_ratio','0'),(14908,1439,'eg_vimeo_ratio','0'),(14909,1439,'eg_youtube_ratio','0'),(14910,1439,'eg_youtube_ratio','0'),(14911,1439,'eg_wistia_ratio','0'),(14912,1439,'eg_wistia_ratio','0'),(14913,1439,'eg_html5_ratio','0'),(14914,1439,'eg_html5_ratio','0'),(14915,1439,'eg_soundcloud_ratio','0'),(14916,1439,'eg_soundcloud_ratio','0'),(14917,1439,'eg_settings_custom_meta_skin',''),(14918,1439,'eg_settings_custom_meta_skin',''),(14919,1439,'eg_settings_custom_meta_element',''),(14920,1439,'eg_settings_custom_meta_element',''),(14921,1439,'eg_settings_custom_meta_setting',''),(14922,1439,'eg_settings_custom_meta_setting',''),(14923,1439,'eg_settings_custom_meta_style',''),(14924,1439,'eg_settings_custom_meta_style',''),(14925,1439,'mfn-post-hide-content','0'),(14926,1439,'mfn-post-hide-content','0'),(14927,1439,'mfn-post-slider','0'),(14928,1439,'mfn-post-slider','0'),(14929,1439,'mfn-post-slider-layer','0'),(14930,1439,'mfn-post-slider-layer','0'),(14931,1439,'mfn-post-hide-title','1'),(14932,1439,'mfn-post-hide-title','1'),(14933,1439,'mfn-post-remove-padding','0'),(14934,1439,'mfn-post-remove-padding','0'),(14935,1439,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(14936,1439,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(14937,1439,'mfn-post-hide-image','1'),(14938,1439,'mfn-post-hide-image','1'),(14939,1439,'_wpb_vc_js_status','false'),(14940,1439,'_wpb_vc_js_status','false'),(14941,1439,'mfn-post-love','0'),(14942,1439,'mfn-post-love','0'),(14943,1439,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(14944,1439,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(14945,1439,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(14946,1439,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(14947,1439,'_wp_old_slug','blog-title-03'),(14948,1439,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(14949,1439,'_wp_old_slug','blog-title-03'),(14950,1439,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(14951,1439,'_wp_old_slug','cancer-update'),(14952,1439,'_wp_old_slug','magnificent-magnesium'),(14953,1439,'_wp_old_slug','magnificent-magnesium-2'),(14954,1439,'mfn-post-sidebar','0'),(14955,1439,'mfn-post-sidebar','0'),(14956,1439,'mfn-post-sidebar2','0'),(14957,1439,'mfn-post-sidebar2','0'),(14958,1439,'_oembed_70c3f7c0b35f507260fceba4aa944398','{{unknown}}'),(14959,1439,'_oembed_3e601594e527c050109c115dc0343e65','{{unknown}}'),(14960,1439,'_oembed_9b1ceae82700066b420cbf8220005e44','<blockquote class=\"wp-embedded-content\" data-secret=\"kASrIgvovz\"><a href=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/\">Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/embed/#?secret=kASrIgvovz\" data-secret=\"kASrIgvovz\" width=\"600\" height=\"338\" title=\"&#8220;Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO&#8221; &#8212; The Paleo Diet  - Robb Wolf on Paleolithic nutrition, intermittent fasting, and fitness\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(14961,1439,'_oembed_time_9b1ceae82700066b420cbf8220005e44','1526497634'),(14962,1439,'_oembed_23dc491aeb7984be5b7c3de7f8f733eb','<blockquote class=\"wp-embedded-content\" data-secret=\"WlCV7gXJBc\"><a href=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/\">RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/embed/#?secret=WlCV7gXJBc\" data-secret=\"WlCV7gXJBc\" width=\"600\" height=\"338\" title=\"&#8220;RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown&#8221; &#8212; Chris Kresser\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(14963,1439,'_oembed_time_23dc491aeb7984be5b7c3de7f8f733eb','1526497635'),(14964,1439,'_oembed_358a61ccc8bf2354ef1120fed79c344e','<blockquote class=\"wp-embedded-content\" data-secret=\"shaF4RzKZS\"><a href=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/\">Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/embed/#?secret=shaF4RzKZS\" data-secret=\"shaF4RzKZS\" width=\"600\" height=\"338\" title=\"&#8220;Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(14965,1439,'_oembed_time_358a61ccc8bf2354ef1120fed79c344e','1526497638'),(14966,1439,'_oembed_af0b1f39f6e075a34328aef17f250879','{{unknown}}'),(14967,1439,'_oembed_f714c39f6931f083180b36cf45638a8c','{{unknown}}'),(14968,1439,'_oembed_5000284a6c9c5bcbac8ae34dc7be08b7','{{unknown}}'),(14969,1439,'_oembed_63b1fcb3e0dc43453aedb68f431c75c2','<blockquote class=\"wp-embedded-content\" data-secret=\"oZNLMh7ADK\"><a href=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/\">How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/embed/#?secret=oZNLMh7ADK\" data-secret=\"oZNLMh7ADK\" width=\"600\" height=\"338\" title=\"&#8220;How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(14970,1439,'_oembed_time_63b1fcb3e0dc43453aedb68f431c75c2','1529526804'),(14971,1439,'_oembed_0dc928c90b7c768760131f493fc3b3d6','{{unknown}}'),(14972,1439,'_oembed_d7841c341108008601fa6bfd45e9877d','{{unknown}}'),(14973,1439,'_oembed_40a13cbe0598cd34470e2068d6d5b1b0','{{unknown}}'),(14974,1439,'_oembed_88288a6a8fdc1892db3639b1a045fbbf','<blockquote class=\"wp-embedded-content\" data-secret=\"JR2TSdbz6i\"><a href=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/\">Changing your diet is the first step in addressing Hashimoto&#8217;s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/embed/#?secret=JR2TSdbz6i\" data-secret=\"JR2TSdbz6i\" width=\"600\" height=\"338\" title=\"&#8220;Changing your diet is the first step in addressing Hashimoto&#8217;s&#8221; &#8212; Dr. K. News\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(14975,1439,'_oembed_time_88288a6a8fdc1892db3639b1a045fbbf','1535053648'),(14976,1439,'_oembed_6bfdd057756c7c58246362901ea9cc5a','<blockquote class=\"wp-embedded-content\" data-secret=\"EL52QLJFmX\"><a href=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/\">What To Do If Your TSH Is Normal and You Are Anything But!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/embed/#?secret=EL52QLJFmX\" data-secret=\"EL52QLJFmX\" width=\"600\" height=\"338\" title=\"&#8220;What To Do If Your TSH Is Normal and You Are Anything But!&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(14977,1439,'_oembed_time_6bfdd057756c7c58246362901ea9cc5a','1535053650'),(14978,1439,'_oembed_f64919ffc4b08d3bacaafee3d9d84058','<blockquote class=\"wp-embedded-content\" data-secret=\"krfgO9xlfd\"><a href=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/\">Iodine and Hashimotoâ€™s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/embed/#?secret=krfgO9xlfd\" data-secret=\"krfgO9xlfd\" width=\"600\" height=\"338\" title=\"&#8220;Iodine and Hashimotoâ€™s&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(14979,1439,'_oembed_time_f64919ffc4b08d3bacaafee3d9d84058','1535053650'),(14980,1439,'_thumbnail_id','1440'),(14981,1439,'eg_votes_count','0'),(14982,1439,'_wp_page_template','default'),(14983,1439,'rs_page_bg_color','#ffffff'),(14984,1439,'eg_sources_revslider',''),(14985,1439,'eg_sources_essgrid',''),(14986,1439,'eg_featured_grid',''),(14987,1439,'eg_custom_meta_216','true'),(14989,1439,'_dp_original','1417'),(14990,1439,'_edit_lock','1601337409:2'),(14991,1440,'_wp_attached_file','2020/09/Resveratrol-600X.jpeg'),(14992,1440,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:417;s:4:\"file\";s:29:\"2020/09/Resveratrol-600X.jpeg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"Resveratrol-600X-300x209.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:209;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Resveratrol-600X-150x150.jpeg\";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:28:\"Resveratrol-600X-125x87.jpeg\";s:5:\"width\";i:125;s:6:\"height\";i:87;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"ttshowcase_small\";a:4:{s:4:\"file\";s:27:\"Resveratrol-600X-75x52.jpeg\";s:5:\"width\";i:75;s:6:\"height\";i:52;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"Resveratrol-600X-210x146.jpeg\";s:5:\"width\";i:210;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:27:\"Resveratrol-600X-50x35.jpeg\";s:5:\"width\";i:50;s:6:\"height\";i:35;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:28:\"Resveratrol-600X-108x75.jpeg\";s:5:\"width\";i:108;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:27:\"Resveratrol-600X-85x85.jpeg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:27:\"Resveratrol-600X-80x80.jpeg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:31:\"Â©artemidovna - stock.adobe.com\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:103:\"food rich with resveratrol, grapes, plums, goji, peanuts, cranberry,raspberrys, dark chocolate,red wine\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(14993,1439,'_edit_last','2'),(14996,1451,'slide_template','default'),(14997,1451,'slide_template','default'),(14998,1451,'eg_sources_html5_mp4',''),(14999,1451,'eg_sources_html5_mp4',''),(15000,1451,'eg_sources_html5_ogv',''),(15001,1451,'eg_sources_html5_ogv',''),(15002,1451,'eg_sources_html5_webm',''),(15003,1451,'eg_sources_html5_webm',''),(15004,1451,'eg_sources_youtube',''),(15005,1451,'eg_sources_youtube',''),(15006,1451,'eg_sources_vimeo',''),(15007,1451,'eg_sources_vimeo',''),(15008,1451,'eg_sources_wistia',''),(15009,1451,'eg_sources_wistia',''),(15010,1451,'eg_sources_image',''),(15011,1451,'eg_sources_image',''),(15012,1451,'eg_sources_iframe',''),(15013,1451,'eg_sources_iframe',''),(15014,1451,'eg_sources_soundcloud',''),(15015,1451,'eg_sources_soundcloud',''),(15016,1451,'eg_vimeo_ratio','0'),(15017,1451,'eg_vimeo_ratio','0'),(15018,1451,'eg_youtube_ratio','0'),(15019,1451,'eg_youtube_ratio','0'),(15020,1451,'eg_wistia_ratio','0'),(15021,1451,'eg_wistia_ratio','0'),(15022,1451,'eg_html5_ratio','0'),(15023,1451,'eg_html5_ratio','0'),(15024,1451,'eg_soundcloud_ratio','0'),(15025,1451,'eg_soundcloud_ratio','0'),(15026,1451,'eg_settings_custom_meta_skin',''),(15027,1451,'eg_settings_custom_meta_skin',''),(15028,1451,'eg_settings_custom_meta_element',''),(15029,1451,'eg_settings_custom_meta_element',''),(15030,1451,'eg_settings_custom_meta_setting',''),(15031,1451,'eg_settings_custom_meta_setting',''),(15032,1451,'eg_settings_custom_meta_style',''),(15033,1451,'eg_settings_custom_meta_style',''),(15034,1451,'mfn-post-hide-content','0'),(15035,1451,'mfn-post-hide-content','0'),(15036,1451,'mfn-post-slider','0'),(15037,1451,'mfn-post-slider','0'),(15038,1451,'mfn-post-slider-layer','0'),(15039,1451,'mfn-post-slider-layer','0'),(15040,1451,'mfn-post-hide-title','1'),(15041,1451,'mfn-post-hide-title','1'),(15042,1451,'mfn-post-remove-padding','0'),(15043,1451,'mfn-post-remove-padding','0'),(15044,1451,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(15045,1451,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(15046,1451,'mfn-post-hide-image','1'),(15047,1451,'mfn-post-hide-image','1'),(15048,1451,'_wpb_vc_js_status','false'),(15049,1451,'_wpb_vc_js_status','false'),(15050,1451,'mfn-post-love','0'),(15051,1451,'mfn-post-love','0'),(15052,1451,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(15053,1451,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(15054,1451,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(15055,1451,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(15056,1451,'_wp_old_slug','blog-title-03'),(15057,1451,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(15058,1451,'_wp_old_slug','blog-title-03'),(15059,1451,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(15060,1451,'_wp_old_slug','cancer-update'),(15061,1451,'_wp_old_slug','magnificent-magnesium'),(15062,1451,'_wp_old_slug','magnificent-magnesium-2'),(15063,1451,'mfn-post-sidebar','0'),(15064,1451,'mfn-post-sidebar','0'),(15065,1451,'mfn-post-sidebar2','0'),(15066,1451,'mfn-post-sidebar2','0'),(15067,1451,'_oembed_70c3f7c0b35f507260fceba4aa944398','{{unknown}}'),(15068,1451,'_oembed_3e601594e527c050109c115dc0343e65','{{unknown}}'),(15069,1451,'_oembed_9b1ceae82700066b420cbf8220005e44','<blockquote class=\"wp-embedded-content\" data-secret=\"kASrIgvovz\"><a href=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/\">Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/embed/#?secret=kASrIgvovz\" data-secret=\"kASrIgvovz\" width=\"600\" height=\"338\" title=\"&#8220;Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO&#8221; &#8212; The Paleo Diet  - Robb Wolf on Paleolithic nutrition, intermittent fasting, and fitness\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(15070,1451,'_oembed_time_9b1ceae82700066b420cbf8220005e44','1526497634'),(15071,1451,'_oembed_23dc491aeb7984be5b7c3de7f8f733eb','<blockquote class=\"wp-embedded-content\" data-secret=\"WlCV7gXJBc\"><a href=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/\">RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/embed/#?secret=WlCV7gXJBc\" data-secret=\"WlCV7gXJBc\" width=\"600\" height=\"338\" title=\"&#8220;RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown&#8221; &#8212; Chris Kresser\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(15072,1451,'_oembed_time_23dc491aeb7984be5b7c3de7f8f733eb','1526497635'),(15073,1451,'_oembed_358a61ccc8bf2354ef1120fed79c344e','<blockquote class=\"wp-embedded-content\" data-secret=\"shaF4RzKZS\"><a href=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/\">Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/embed/#?secret=shaF4RzKZS\" data-secret=\"shaF4RzKZS\" width=\"600\" height=\"338\" title=\"&#8220;Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(15074,1451,'_oembed_time_358a61ccc8bf2354ef1120fed79c344e','1526497638'),(15075,1451,'_oembed_af0b1f39f6e075a34328aef17f250879','{{unknown}}'),(15076,1451,'_oembed_f714c39f6931f083180b36cf45638a8c','{{unknown}}'),(15077,1451,'_oembed_5000284a6c9c5bcbac8ae34dc7be08b7','{{unknown}}'),(15078,1451,'_oembed_63b1fcb3e0dc43453aedb68f431c75c2','<blockquote class=\"wp-embedded-content\" data-secret=\"oZNLMh7ADK\"><a href=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/\">How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/embed/#?secret=oZNLMh7ADK\" data-secret=\"oZNLMh7ADK\" width=\"600\" height=\"338\" title=\"&#8220;How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(15079,1451,'_oembed_time_63b1fcb3e0dc43453aedb68f431c75c2','1529526804'),(15080,1451,'_oembed_0dc928c90b7c768760131f493fc3b3d6','{{unknown}}'),(15081,1451,'_oembed_d7841c341108008601fa6bfd45e9877d','{{unknown}}'),(15082,1451,'_oembed_40a13cbe0598cd34470e2068d6d5b1b0','{{unknown}}'),(15083,1451,'_oembed_88288a6a8fdc1892db3639b1a045fbbf','<blockquote class=\"wp-embedded-content\" data-secret=\"JR2TSdbz6i\"><a href=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/\">Changing your diet is the first step in addressing Hashimoto&#8217;s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/embed/#?secret=JR2TSdbz6i\" data-secret=\"JR2TSdbz6i\" width=\"600\" height=\"338\" title=\"&#8220;Changing your diet is the first step in addressing Hashimoto&#8217;s&#8221; &#8212; Dr. K. News\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(15084,1451,'_oembed_time_88288a6a8fdc1892db3639b1a045fbbf','1535053648'),(15085,1451,'_oembed_6bfdd057756c7c58246362901ea9cc5a','<blockquote class=\"wp-embedded-content\" data-secret=\"EL52QLJFmX\"><a href=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/\">What To Do If Your TSH Is Normal and You Are Anything But!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/embed/#?secret=EL52QLJFmX\" data-secret=\"EL52QLJFmX\" width=\"600\" height=\"338\" title=\"&#8220;What To Do If Your TSH Is Normal and You Are Anything But!&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(15086,1451,'_oembed_time_6bfdd057756c7c58246362901ea9cc5a','1535053650'),(15087,1451,'_oembed_f64919ffc4b08d3bacaafee3d9d84058','<blockquote class=\"wp-embedded-content\" data-secret=\"krfgO9xlfd\"><a href=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/\">Iodine and Hashimotoâ€™s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/embed/#?secret=krfgO9xlfd\" data-secret=\"krfgO9xlfd\" width=\"600\" height=\"338\" title=\"&#8220;Iodine and Hashimotoâ€™s&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(15088,1451,'_oembed_time_f64919ffc4b08d3bacaafee3d9d84058','1535053650'),(15089,1451,'_thumbnail_id','1456'),(15090,1451,'_wp_page_template','default'),(15091,1451,'rs_page_bg_color','#ffffff'),(15092,1451,'eg_sources_revslider',''),(15093,1451,'eg_sources_essgrid',''),(15094,1451,'eg_featured_grid',''),(15095,1451,'eg_custom_meta_216','true'),(15096,1451,'eg_votes_count','0'),(15098,1451,'_dp_original','1408'),(15099,1451,'_edit_lock','1603918462:2'),(15100,1455,'slide_template','default'),(15101,1455,'slide_template','default'),(15102,1455,'eg_sources_html5_mp4',''),(15103,1455,'eg_sources_html5_mp4',''),(15104,1455,'eg_sources_html5_ogv',''),(15105,1455,'eg_sources_html5_ogv',''),(15106,1455,'eg_sources_html5_webm',''),(15107,1455,'eg_sources_html5_webm',''),(15108,1455,'eg_sources_youtube',''),(15109,1455,'eg_sources_youtube',''),(15110,1455,'eg_sources_vimeo',''),(15111,1455,'eg_sources_vimeo',''),(15112,1455,'eg_sources_wistia',''),(15113,1455,'eg_sources_wistia',''),(15114,1455,'eg_sources_image',''),(15115,1455,'eg_sources_image',''),(15116,1455,'eg_sources_iframe',''),(15117,1455,'eg_sources_iframe',''),(15118,1455,'eg_sources_soundcloud',''),(15119,1455,'eg_sources_soundcloud',''),(15120,1455,'eg_vimeo_ratio','0'),(15121,1455,'eg_vimeo_ratio','0'),(15122,1455,'eg_youtube_ratio','0'),(15123,1455,'eg_youtube_ratio','0'),(15124,1455,'eg_wistia_ratio','0'),(15125,1455,'eg_wistia_ratio','0'),(15126,1455,'eg_html5_ratio','0'),(15127,1455,'eg_html5_ratio','0'),(15128,1455,'eg_soundcloud_ratio','0'),(15129,1455,'eg_soundcloud_ratio','0'),(15130,1455,'eg_settings_custom_meta_skin',''),(15131,1455,'eg_settings_custom_meta_skin',''),(15132,1455,'eg_settings_custom_meta_element',''),(15133,1455,'eg_settings_custom_meta_element',''),(15134,1455,'eg_settings_custom_meta_setting',''),(15135,1455,'eg_settings_custom_meta_setting',''),(15136,1455,'eg_settings_custom_meta_style',''),(15137,1455,'eg_settings_custom_meta_style',''),(15138,1455,'mfn-post-hide-content','0'),(15139,1455,'mfn-post-hide-content','0'),(15140,1455,'mfn-post-slider','0'),(15141,1455,'mfn-post-slider','0'),(15142,1455,'mfn-post-slider-layer','0'),(15143,1455,'mfn-post-slider-layer','0'),(15144,1455,'mfn-post-hide-title','1'),(15145,1455,'mfn-post-hide-title','1'),(15146,1455,'mfn-post-remove-padding','0'),(15147,1455,'mfn-post-remove-padding','0'),(15148,1455,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(15149,1455,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(15150,1455,'mfn-post-hide-image','1'),(15151,1455,'mfn-post-hide-image','1'),(15152,1455,'_wpb_vc_js_status','false'),(15153,1455,'_wpb_vc_js_status','false'),(15154,1455,'mfn-post-love','0'),(15155,1455,'mfn-post-love','0'),(15156,1455,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(15157,1455,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(15158,1455,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(15159,1455,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(15160,1455,'_wp_old_slug','blog-title-03'),(15161,1455,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(15162,1455,'_wp_old_slug','blog-title-03'),(15163,1455,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(15164,1455,'_wp_old_slug','cancer-update'),(15165,1455,'_wp_old_slug','magnificent-magnesium'),(15166,1455,'_wp_old_slug','magnificent-magnesium-2'),(15167,1455,'mfn-post-sidebar','0'),(15168,1455,'mfn-post-sidebar','0'),(15169,1455,'mfn-post-sidebar2','0'),(15170,1455,'mfn-post-sidebar2','0'),(15171,1455,'_oembed_70c3f7c0b35f507260fceba4aa944398','{{unknown}}'),(15172,1455,'_oembed_3e601594e527c050109c115dc0343e65','{{unknown}}'),(15173,1455,'_oembed_9b1ceae82700066b420cbf8220005e44','<blockquote class=\"wp-embedded-content\" data-secret=\"kASrIgvovz\"><a href=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/\">Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/embed/#?secret=kASrIgvovz\" data-secret=\"kASrIgvovz\" width=\"600\" height=\"338\" title=\"&#8220;Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO&#8221; &#8212; The Paleo Diet  - Robb Wolf on Paleolithic nutrition, intermittent fasting, and fitness\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(15174,1455,'_oembed_time_9b1ceae82700066b420cbf8220005e44','1526497634'),(15175,1455,'_oembed_23dc491aeb7984be5b7c3de7f8f733eb','<blockquote class=\"wp-embedded-content\" data-secret=\"WlCV7gXJBc\"><a href=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/\">RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/embed/#?secret=WlCV7gXJBc\" data-secret=\"WlCV7gXJBc\" width=\"600\" height=\"338\" title=\"&#8220;RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown&#8221; &#8212; Chris Kresser\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(15176,1455,'_oembed_time_23dc491aeb7984be5b7c3de7f8f733eb','1526497635'),(15177,1455,'_oembed_358a61ccc8bf2354ef1120fed79c344e','<blockquote class=\"wp-embedded-content\" data-secret=\"shaF4RzKZS\"><a href=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/\">Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/embed/#?secret=shaF4RzKZS\" data-secret=\"shaF4RzKZS\" width=\"600\" height=\"338\" title=\"&#8220;Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(15178,1455,'_oembed_time_358a61ccc8bf2354ef1120fed79c344e','1526497638'),(15179,1455,'_oembed_af0b1f39f6e075a34328aef17f250879','{{unknown}}'),(15180,1455,'_oembed_f714c39f6931f083180b36cf45638a8c','{{unknown}}'),(15181,1455,'_oembed_5000284a6c9c5bcbac8ae34dc7be08b7','{{unknown}}'),(15182,1455,'_oembed_63b1fcb3e0dc43453aedb68f431c75c2','<blockquote class=\"wp-embedded-content\" data-secret=\"oZNLMh7ADK\"><a href=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/\">How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/embed/#?secret=oZNLMh7ADK\" data-secret=\"oZNLMh7ADK\" width=\"600\" height=\"338\" title=\"&#8220;How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(15183,1455,'_oembed_time_63b1fcb3e0dc43453aedb68f431c75c2','1529526804'),(15184,1455,'_oembed_0dc928c90b7c768760131f493fc3b3d6','{{unknown}}'),(15185,1455,'_oembed_d7841c341108008601fa6bfd45e9877d','{{unknown}}'),(15186,1455,'_oembed_40a13cbe0598cd34470e2068d6d5b1b0','{{unknown}}'),(15187,1455,'_oembed_88288a6a8fdc1892db3639b1a045fbbf','<blockquote class=\"wp-embedded-content\" data-secret=\"JR2TSdbz6i\"><a href=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/\">Changing your diet is the first step in addressing Hashimoto&#8217;s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/embed/#?secret=JR2TSdbz6i\" data-secret=\"JR2TSdbz6i\" width=\"600\" height=\"338\" title=\"&#8220;Changing your diet is the first step in addressing Hashimoto&#8217;s&#8221; &#8212; Dr. K. News\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(15188,1455,'_oembed_time_88288a6a8fdc1892db3639b1a045fbbf','1535053648'),(15189,1455,'_oembed_6bfdd057756c7c58246362901ea9cc5a','<blockquote class=\"wp-embedded-content\" data-secret=\"EL52QLJFmX\"><a href=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/\">What To Do If Your TSH Is Normal and You Are Anything But!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/embed/#?secret=EL52QLJFmX\" data-secret=\"EL52QLJFmX\" width=\"600\" height=\"338\" title=\"&#8220;What To Do If Your TSH Is Normal and You Are Anything But!&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(15190,1455,'_oembed_time_6bfdd057756c7c58246362901ea9cc5a','1535053650'),(15191,1455,'_oembed_f64919ffc4b08d3bacaafee3d9d84058','<blockquote class=\"wp-embedded-content\" data-secret=\"krfgO9xlfd\"><a href=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/\">Iodine and Hashimotoâ€™s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/embed/#?secret=krfgO9xlfd\" data-secret=\"krfgO9xlfd\" width=\"600\" height=\"338\" title=\"&#8220;Iodine and Hashimotoâ€™s&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(15192,1455,'_oembed_time_f64919ffc4b08d3bacaafee3d9d84058','1535053650'),(15193,1455,'_thumbnail_id','1432'),(15194,1455,'eg_votes_count','0'),(15195,1455,'rs_page_bg_color','#ffffff'),(15196,1455,'eg_sources_revslider',''),(15197,1455,'eg_sources_essgrid',''),(15198,1455,'eg_featured_grid',''),(15199,1455,'eg_custom_meta_216','true'),(15201,1455,'_wp_page_template','default'),(15202,1455,'_dp_original','1433'),(15203,1455,'_edit_lock','1608670075:2'),(15204,1451,'_edit_last','2'),(15205,1456,'_wp_attached_file','2020/10/Winter-Skin-Care-600X.jpeg'),(15206,1456,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:543;s:4:\"file\";s:34:\"2020/10/Winter-Skin-Care-600X.jpeg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"Winter-Skin-Care-600X-300x272.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"Winter-Skin-Care-600X-150x150.jpeg\";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:34:\"Winter-Skin-Care-600X-125x113.jpeg\";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:32:\"Winter-Skin-Care-600X-75x68.jpeg\";s:5:\"width\";i:75;s:6:\"height\";i:68;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"Winter-Skin-Care-600X-161x146.jpeg\";s:5:\"width\";i:161;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:32:\"Winter-Skin-Care-600X-50x45.jpeg\";s:5:\"width\";i:50;s:6:\"height\";i:45;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:32:\"Winter-Skin-Care-600X-83x75.jpeg\";s:5:\"width\";i:83;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:32:\"Winter-Skin-Care-600X-85x85.jpeg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:32:\"Winter-Skin-Care-600X-80x80.jpeg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:34:\"Winter-Skin-Care-600X-600x500.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:34:\"Winter-Skin-Care-600X-600x480.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:480;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:{}}}'),(15208,1460,'slide_template','default'),(15209,1460,'slide_template','default'),(15210,1460,'eg_sources_html5_mp4',''),(15211,1460,'eg_sources_html5_mp4',''),(15212,1460,'eg_sources_html5_ogv',''),(15213,1460,'eg_sources_html5_ogv',''),(15214,1460,'eg_sources_html5_webm',''),(15215,1460,'eg_sources_html5_webm',''),(15216,1460,'eg_sources_youtube',''),(15217,1460,'eg_sources_youtube',''),(15218,1460,'eg_sources_vimeo',''),(15219,1460,'eg_sources_vimeo',''),(15220,1460,'eg_sources_wistia',''),(15221,1460,'eg_sources_wistia',''),(15222,1460,'eg_sources_image',''),(15223,1460,'eg_sources_image',''),(15224,1460,'eg_sources_iframe',''),(15225,1460,'eg_sources_iframe',''),(15226,1460,'eg_sources_soundcloud',''),(15227,1460,'eg_sources_soundcloud',''),(15228,1460,'eg_vimeo_ratio','0'),(15229,1460,'eg_vimeo_ratio','0'),(15230,1460,'eg_youtube_ratio','0'),(15231,1460,'eg_youtube_ratio','0'),(15232,1460,'eg_wistia_ratio','0'),(15233,1460,'eg_wistia_ratio','0'),(15234,1460,'eg_html5_ratio','0'),(15235,1460,'eg_html5_ratio','0'),(15236,1460,'eg_soundcloud_ratio','0'),(15237,1460,'eg_soundcloud_ratio','0'),(15238,1460,'eg_settings_custom_meta_skin',''),(15239,1460,'eg_settings_custom_meta_skin',''),(15240,1460,'eg_settings_custom_meta_element',''),(15241,1460,'eg_settings_custom_meta_element',''),(15242,1460,'eg_settings_custom_meta_setting',''),(15243,1460,'eg_settings_custom_meta_setting',''),(15244,1460,'eg_settings_custom_meta_style',''),(15245,1460,'eg_settings_custom_meta_style',''),(15246,1460,'mfn-post-hide-content','0'),(15247,1460,'mfn-post-hide-content','0'),(15248,1460,'mfn-post-slider','0'),(15249,1460,'mfn-post-slider','0'),(15250,1460,'mfn-post-slider-layer','0'),(15251,1460,'mfn-post-slider-layer','0'),(15252,1460,'mfn-post-hide-title','1'),(15253,1460,'mfn-post-hide-title','1'),(15254,1460,'mfn-post-remove-padding','0'),(15255,1460,'mfn-post-remove-padding','0'),(15256,1460,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(15257,1460,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(15258,1460,'mfn-post-hide-image','1'),(15259,1460,'mfn-post-hide-image','1'),(15260,1460,'_wpb_vc_js_status','false'),(15261,1460,'_wpb_vc_js_status','false'),(15262,1460,'mfn-post-love','0'),(15263,1460,'mfn-post-love','0'),(15264,1460,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(15265,1460,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(15266,1460,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(15267,1460,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(15268,1460,'_wp_old_slug','blog-title-03'),(15269,1460,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(15270,1460,'_wp_old_slug','blog-title-03'),(15271,1460,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(15272,1460,'_wp_old_slug','cancer-update'),(15273,1460,'_wp_old_slug','magnificent-magnesium'),(15274,1460,'_wp_old_slug','magnificent-magnesium-2'),(15275,1460,'mfn-post-sidebar','0'),(15276,1460,'mfn-post-sidebar','0'),(15277,1460,'mfn-post-sidebar2','0'),(15278,1460,'mfn-post-sidebar2','0'),(15279,1460,'_oembed_70c3f7c0b35f507260fceba4aa944398','{{unknown}}'),(15280,1460,'_oembed_3e601594e527c050109c115dc0343e65','{{unknown}}'),(15281,1460,'_oembed_9b1ceae82700066b420cbf8220005e44','<blockquote class=\"wp-embedded-content\" data-secret=\"kASrIgvovz\"><a href=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/\">Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/embed/#?secret=kASrIgvovz\" data-secret=\"kASrIgvovz\" width=\"600\" height=\"338\" title=\"&#8220;Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO&#8221; &#8212; The Paleo Diet  - Robb Wolf on Paleolithic nutrition, intermittent fasting, and fitness\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(15282,1460,'_oembed_time_9b1ceae82700066b420cbf8220005e44','1526497634'),(15283,1460,'_oembed_23dc491aeb7984be5b7c3de7f8f733eb','<blockquote class=\"wp-embedded-content\" data-secret=\"WlCV7gXJBc\"><a href=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/\">RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/embed/#?secret=WlCV7gXJBc\" data-secret=\"WlCV7gXJBc\" width=\"600\" height=\"338\" title=\"&#8220;RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown&#8221; &#8212; Chris Kresser\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(15284,1460,'_oembed_time_23dc491aeb7984be5b7c3de7f8f733eb','1526497635'),(15285,1460,'_oembed_358a61ccc8bf2354ef1120fed79c344e','<blockquote class=\"wp-embedded-content\" data-secret=\"shaF4RzKZS\"><a href=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/\">Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/embed/#?secret=shaF4RzKZS\" data-secret=\"shaF4RzKZS\" width=\"600\" height=\"338\" title=\"&#8220;Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(15286,1460,'_oembed_time_358a61ccc8bf2354ef1120fed79c344e','1526497638'),(15287,1460,'_oembed_af0b1f39f6e075a34328aef17f250879','{{unknown}}'),(15288,1460,'_oembed_f714c39f6931f083180b36cf45638a8c','{{unknown}}'),(15289,1460,'_oembed_5000284a6c9c5bcbac8ae34dc7be08b7','{{unknown}}'),(15290,1460,'_oembed_63b1fcb3e0dc43453aedb68f431c75c2','<blockquote class=\"wp-embedded-content\" data-secret=\"oZNLMh7ADK\"><a href=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/\">How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/embed/#?secret=oZNLMh7ADK\" data-secret=\"oZNLMh7ADK\" width=\"600\" height=\"338\" title=\"&#8220;How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(15291,1460,'_oembed_time_63b1fcb3e0dc43453aedb68f431c75c2','1529526804'),(15292,1460,'_oembed_0dc928c90b7c768760131f493fc3b3d6','{{unknown}}'),(15293,1460,'_oembed_d7841c341108008601fa6bfd45e9877d','{{unknown}}'),(15294,1460,'_oembed_40a13cbe0598cd34470e2068d6d5b1b0','{{unknown}}'),(15295,1460,'_oembed_88288a6a8fdc1892db3639b1a045fbbf','<blockquote class=\"wp-embedded-content\" data-secret=\"JR2TSdbz6i\"><a href=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/\">Changing your diet is the first step in addressing Hashimoto&#8217;s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/embed/#?secret=JR2TSdbz6i\" data-secret=\"JR2TSdbz6i\" width=\"600\" height=\"338\" title=\"&#8220;Changing your diet is the first step in addressing Hashimoto&#8217;s&#8221; &#8212; Dr. K. News\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(15296,1460,'_oembed_time_88288a6a8fdc1892db3639b1a045fbbf','1535053648'),(15297,1460,'_oembed_6bfdd057756c7c58246362901ea9cc5a','<blockquote class=\"wp-embedded-content\" data-secret=\"EL52QLJFmX\"><a href=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/\">What To Do If Your TSH Is Normal and You Are Anything But!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/embed/#?secret=EL52QLJFmX\" data-secret=\"EL52QLJFmX\" width=\"600\" height=\"338\" title=\"&#8220;What To Do If Your TSH Is Normal and You Are Anything But!&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(15298,1460,'_oembed_time_6bfdd057756c7c58246362901ea9cc5a','1535053650'),(15299,1460,'_oembed_f64919ffc4b08d3bacaafee3d9d84058','<blockquote class=\"wp-embedded-content\" data-secret=\"krfgO9xlfd\"><a href=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/\">Iodine and Hashimotoâ€™s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/embed/#?secret=krfgO9xlfd\" data-secret=\"krfgO9xlfd\" width=\"600\" height=\"338\" title=\"&#8220;Iodine and Hashimotoâ€™s&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(15300,1460,'_oembed_time_f64919ffc4b08d3bacaafee3d9d84058','1535053650'),(15301,1460,'_thumbnail_id','1467'),(15302,1460,'_wp_page_template','default'),(15303,1460,'rs_page_bg_color','#ffffff'),(15304,1460,'eg_sources_revslider',''),(15305,1460,'eg_sources_essgrid',''),(15306,1460,'eg_featured_grid',''),(15307,1460,'eg_custom_meta_216','true'),(15308,1460,'eg_votes_count','0'),(15310,1460,'_dp_original','1451'),(15311,1460,'_edit_lock','1604085746:2'),(15313,1451,'_wp_old_slug','winter_skin_care'),(15316,1466,'slide_template','default'),(15317,1466,'slide_template','default'),(15318,1466,'eg_sources_html5_mp4',''),(15319,1466,'eg_sources_html5_mp4',''),(15320,1466,'eg_sources_html5_ogv',''),(15321,1466,'eg_sources_html5_ogv',''),(15322,1466,'eg_sources_html5_webm',''),(15323,1466,'eg_sources_html5_webm',''),(15324,1466,'eg_sources_youtube',''),(15325,1466,'eg_sources_youtube',''),(15326,1466,'eg_sources_vimeo',''),(15327,1466,'eg_sources_vimeo',''),(15328,1466,'eg_sources_wistia',''),(15329,1466,'eg_sources_wistia',''),(15330,1466,'eg_sources_image',''),(15331,1466,'eg_sources_image',''),(15332,1466,'eg_sources_iframe',''),(15333,1466,'eg_sources_iframe',''),(15334,1466,'eg_sources_soundcloud',''),(15335,1466,'eg_sources_soundcloud',''),(15336,1466,'eg_vimeo_ratio','0'),(15337,1466,'eg_vimeo_ratio','0'),(15338,1466,'eg_youtube_ratio','0'),(15339,1466,'eg_youtube_ratio','0'),(15340,1466,'eg_wistia_ratio','0'),(15341,1466,'eg_wistia_ratio','0'),(15342,1466,'eg_html5_ratio','0'),(15343,1466,'eg_html5_ratio','0'),(15344,1466,'eg_soundcloud_ratio','0'),(15345,1466,'eg_soundcloud_ratio','0'),(15346,1466,'eg_settings_custom_meta_skin',''),(15347,1466,'eg_settings_custom_meta_skin',''),(15348,1466,'eg_settings_custom_meta_element',''),(15349,1466,'eg_settings_custom_meta_element',''),(15350,1466,'eg_settings_custom_meta_setting',''),(15351,1466,'eg_settings_custom_meta_setting',''),(15352,1466,'eg_settings_custom_meta_style',''),(15353,1466,'eg_settings_custom_meta_style',''),(15354,1466,'mfn-post-hide-content','0'),(15355,1466,'mfn-post-hide-content','0'),(15356,1466,'mfn-post-slider','0'),(15357,1466,'mfn-post-slider','0'),(15358,1466,'mfn-post-slider-layer','0'),(15359,1466,'mfn-post-slider-layer','0'),(15360,1466,'mfn-post-hide-title','1'),(15361,1466,'mfn-post-hide-title','1'),(15362,1466,'mfn-post-remove-padding','0'),(15363,1466,'mfn-post-remove-padding','0'),(15364,1466,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(15365,1466,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(15366,1466,'mfn-post-hide-image','1'),(15367,1466,'mfn-post-hide-image','1'),(15368,1466,'_wpb_vc_js_status','false'),(15369,1466,'_wpb_vc_js_status','false'),(15370,1466,'mfn-post-love','0'),(15371,1466,'mfn-post-love','0'),(15372,1466,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(15373,1466,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(15374,1466,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(15375,1466,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(15376,1466,'_wp_old_slug','blog-title-03'),(15377,1466,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(15378,1466,'_wp_old_slug','blog-title-03'),(15379,1466,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(15380,1466,'_wp_old_slug','cancer-update'),(15381,1466,'_wp_old_slug','magnificent-magnesium'),(15382,1466,'_wp_old_slug','magnificent-magnesium-2'),(15383,1466,'mfn-post-sidebar','0'),(15384,1466,'mfn-post-sidebar','0'),(15385,1466,'mfn-post-sidebar2','0'),(15386,1466,'mfn-post-sidebar2','0'),(15387,1466,'_oembed_70c3f7c0b35f507260fceba4aa944398','{{unknown}}'),(15388,1466,'_oembed_3e601594e527c050109c115dc0343e65','{{unknown}}'),(15389,1466,'_oembed_9b1ceae82700066b420cbf8220005e44','<blockquote class=\"wp-embedded-content\" data-secret=\"kASrIgvovz\"><a href=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/\">Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/embed/#?secret=kASrIgvovz\" data-secret=\"kASrIgvovz\" width=\"600\" height=\"338\" title=\"&#8220;Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO&#8221; &#8212; The Paleo Diet  - Robb Wolf on Paleolithic nutrition, intermittent fasting, and fitness\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(15390,1466,'_oembed_time_9b1ceae82700066b420cbf8220005e44','1526497634'),(15391,1466,'_oembed_23dc491aeb7984be5b7c3de7f8f733eb','<blockquote class=\"wp-embedded-content\" data-secret=\"WlCV7gXJBc\"><a href=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/\">RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/embed/#?secret=WlCV7gXJBc\" data-secret=\"WlCV7gXJBc\" width=\"600\" height=\"338\" title=\"&#8220;RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown&#8221; &#8212; Chris Kresser\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(15392,1466,'_oembed_time_23dc491aeb7984be5b7c3de7f8f733eb','1526497635'),(15393,1466,'_oembed_358a61ccc8bf2354ef1120fed79c344e','<blockquote class=\"wp-embedded-content\" data-secret=\"shaF4RzKZS\"><a href=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/\">Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/embed/#?secret=shaF4RzKZS\" data-secret=\"shaF4RzKZS\" width=\"600\" height=\"338\" title=\"&#8220;Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(15394,1466,'_oembed_time_358a61ccc8bf2354ef1120fed79c344e','1526497638'),(15395,1466,'_oembed_af0b1f39f6e075a34328aef17f250879','{{unknown}}'),(15396,1466,'_oembed_f714c39f6931f083180b36cf45638a8c','{{unknown}}'),(15397,1466,'_oembed_5000284a6c9c5bcbac8ae34dc7be08b7','{{unknown}}'),(15398,1466,'_oembed_63b1fcb3e0dc43453aedb68f431c75c2','<blockquote class=\"wp-embedded-content\" data-secret=\"oZNLMh7ADK\"><a href=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/\">How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/embed/#?secret=oZNLMh7ADK\" data-secret=\"oZNLMh7ADK\" width=\"600\" height=\"338\" title=\"&#8220;How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(15399,1466,'_oembed_time_63b1fcb3e0dc43453aedb68f431c75c2','1529526804'),(15400,1466,'_oembed_0dc928c90b7c768760131f493fc3b3d6','{{unknown}}'),(15401,1466,'_oembed_d7841c341108008601fa6bfd45e9877d','{{unknown}}'),(15402,1466,'_oembed_40a13cbe0598cd34470e2068d6d5b1b0','{{unknown}}'),(15403,1466,'_oembed_88288a6a8fdc1892db3639b1a045fbbf','<blockquote class=\"wp-embedded-content\" data-secret=\"JR2TSdbz6i\"><a href=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/\">Changing your diet is the first step in addressing Hashimoto&#8217;s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/embed/#?secret=JR2TSdbz6i\" data-secret=\"JR2TSdbz6i\" width=\"600\" height=\"338\" title=\"&#8220;Changing your diet is the first step in addressing Hashimoto&#8217;s&#8221; &#8212; Dr. K. News\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(15404,1466,'_oembed_time_88288a6a8fdc1892db3639b1a045fbbf','1535053648'),(15405,1466,'_oembed_6bfdd057756c7c58246362901ea9cc5a','<blockquote class=\"wp-embedded-content\" data-secret=\"EL52QLJFmX\"><a href=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/\">What To Do If Your TSH Is Normal and You Are Anything But!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/embed/#?secret=EL52QLJFmX\" data-secret=\"EL52QLJFmX\" width=\"600\" height=\"338\" title=\"&#8220;What To Do If Your TSH Is Normal and You Are Anything But!&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(15406,1466,'_oembed_time_6bfdd057756c7c58246362901ea9cc5a','1535053650'),(15407,1466,'_oembed_f64919ffc4b08d3bacaafee3d9d84058','<blockquote class=\"wp-embedded-content\" data-secret=\"krfgO9xlfd\"><a href=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/\">Iodine and Hashimotoâ€™s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/embed/#?secret=krfgO9xlfd\" data-secret=\"krfgO9xlfd\" width=\"600\" height=\"338\" title=\"&#8220;Iodine and Hashimotoâ€™s&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(15408,1466,'_oembed_time_f64919ffc4b08d3bacaafee3d9d84058','1535053650'),(15409,1466,'_thumbnail_id','1472'),(15410,1466,'_wp_page_template','default'),(15411,1466,'rs_page_bg_color','#ffffff'),(15412,1466,'eg_sources_revslider',''),(15413,1466,'eg_sources_essgrid',''),(15414,1466,'eg_featured_grid',''),(15415,1466,'eg_custom_meta_216','true'),(15416,1466,'eg_votes_count','0'),(15418,1466,'_dp_original','1460'),(15419,1467,'_wp_attached_file','2020/10/PQQ-brain-600X.jpeg'),(15420,1467,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:451;s:4:\"file\";s:27:\"2020/10/PQQ-brain-600X.jpeg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"PQQ-brain-600X-300x226.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:226;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"PQQ-brain-600X-150x150.jpeg\";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:26:\"PQQ-brain-600X-125x94.jpeg\";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:25:\"PQQ-brain-600X-75x56.jpeg\";s:5:\"width\";i:75;s:6:\"height\";i:56;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"PQQ-brain-600X-194x146.jpeg\";s:5:\"width\";i:194;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:25:\"PQQ-brain-600X-50x38.jpeg\";s:5:\"width\";i:50;s:6:\"height\";i:38;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:26:\"PQQ-brain-600X-100x75.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:25:\"PQQ-brain-600X-85x85.jpeg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:25:\"PQQ-brain-600X-80x80.jpeg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(15421,1460,'_edit_last','2'),(15423,1466,'_edit_lock','1606164575:2'),(15424,1466,'_edit_last','2'),(15425,1472,'_wp_attached_file','2020/11/Eye-600X.png'),(15426,1472,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:453;s:4:\"file\";s:20:\"2020/11/Eye-600X.png\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"Eye-600X-300x227.png\";s:5:\"width\";i:300;s:6:\"height\";i:227;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Eye-600X-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"ttshowcase_normal\";a:4:{s:4:\"file\";s:19:\"Eye-600X-125x94.png\";s:5:\"width\";i:125;s:6:\"height\";i:94;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"ttshowcase_small\";a:4:{s:4:\"file\";s:18:\"Eye-600X-75x57.png\";s:5:\"width\";i:75;s:6:\"height\";i:57;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"Eye-600X-193x146.png\";s:5:\"width\";i:193;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:18:\"Eye-600X-50x38.png\";s:5:\"width\";i:50;s:6:\"height\";i:38;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:18:\"Eye-600X-99x75.png\";s:5:\"width\";i:99;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:18:\"Eye-600X-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:18:\"Eye-600X-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(15428,1477,'slide_template','default'),(15429,1477,'slide_template','default'),(15430,1477,'eg_sources_html5_mp4',''),(15431,1477,'eg_sources_html5_mp4',''),(15432,1477,'eg_sources_html5_ogv',''),(15433,1477,'eg_sources_html5_ogv',''),(15434,1477,'eg_sources_html5_webm',''),(15435,1477,'eg_sources_html5_webm',''),(15436,1477,'eg_sources_youtube',''),(15437,1477,'eg_sources_youtube',''),(15438,1477,'eg_sources_vimeo',''),(15439,1477,'eg_sources_vimeo',''),(15440,1477,'eg_sources_wistia',''),(15441,1477,'eg_sources_wistia',''),(15442,1477,'eg_sources_image',''),(15443,1477,'eg_sources_image',''),(15444,1477,'eg_sources_iframe',''),(15445,1477,'eg_sources_iframe',''),(15446,1477,'eg_sources_soundcloud',''),(15447,1477,'eg_sources_soundcloud',''),(15448,1477,'eg_vimeo_ratio','0'),(15449,1477,'eg_vimeo_ratio','0'),(15450,1477,'eg_youtube_ratio','0'),(15451,1477,'eg_youtube_ratio','0'),(15452,1477,'eg_wistia_ratio','0'),(15453,1477,'eg_wistia_ratio','0'),(15454,1477,'eg_html5_ratio','0'),(15455,1477,'eg_html5_ratio','0'),(15456,1477,'eg_soundcloud_ratio','0'),(15457,1477,'eg_soundcloud_ratio','0'),(15458,1477,'eg_settings_custom_meta_skin',''),(15459,1477,'eg_settings_custom_meta_skin',''),(15460,1477,'eg_settings_custom_meta_element',''),(15461,1477,'eg_settings_custom_meta_element',''),(15462,1477,'eg_settings_custom_meta_setting',''),(15463,1477,'eg_settings_custom_meta_setting',''),(15464,1477,'eg_settings_custom_meta_style',''),(15465,1477,'eg_settings_custom_meta_style',''),(15466,1477,'mfn-post-hide-content','0'),(15467,1477,'mfn-post-hide-content','0'),(15468,1477,'mfn-post-slider','0'),(15469,1477,'mfn-post-slider','0'),(15470,1477,'mfn-post-slider-layer','0'),(15471,1477,'mfn-post-slider-layer','0'),(15472,1477,'mfn-post-hide-title','1'),(15473,1477,'mfn-post-hide-title','1'),(15474,1477,'mfn-post-remove-padding','0'),(15475,1477,'mfn-post-remove-padding','0'),(15476,1477,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(15477,1477,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(15478,1477,'mfn-post-hide-image','1'),(15479,1477,'mfn-post-hide-image','1'),(15480,1477,'_wpb_vc_js_status','false'),(15481,1477,'_wpb_vc_js_status','false'),(15482,1477,'mfn-post-love','0'),(15483,1477,'mfn-post-love','0'),(15484,1477,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(15485,1477,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(15486,1477,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(15487,1477,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(15488,1477,'_wp_old_slug','blog-title-03'),(15489,1477,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(15490,1477,'_wp_old_slug','blog-title-03'),(15491,1477,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(15492,1477,'_wp_old_slug','cancer-update'),(15493,1477,'_wp_old_slug','magnificent-magnesium'),(15494,1477,'_wp_old_slug','magnificent-magnesium-2'),(15495,1477,'mfn-post-sidebar','0'),(15496,1477,'mfn-post-sidebar','0'),(15497,1477,'mfn-post-sidebar2','0'),(15498,1477,'mfn-post-sidebar2','0'),(15499,1477,'_oembed_70c3f7c0b35f507260fceba4aa944398','{{unknown}}'),(15500,1477,'_oembed_3e601594e527c050109c115dc0343e65','{{unknown}}'),(15501,1477,'_oembed_9b1ceae82700066b420cbf8220005e44','<blockquote class=\"wp-embedded-content\" data-secret=\"kASrIgvovz\"><a href=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/\">Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/embed/#?secret=kASrIgvovz\" data-secret=\"kASrIgvovz\" width=\"600\" height=\"338\" title=\"&#8220;Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO&#8221; &#8212; The Paleo Diet  - Robb Wolf on Paleolithic nutrition, intermittent fasting, and fitness\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(15502,1477,'_oembed_time_9b1ceae82700066b420cbf8220005e44','1526497634'),(15503,1477,'_oembed_23dc491aeb7984be5b7c3de7f8f733eb','<blockquote class=\"wp-embedded-content\" data-secret=\"WlCV7gXJBc\"><a href=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/\">RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/embed/#?secret=WlCV7gXJBc\" data-secret=\"WlCV7gXJBc\" width=\"600\" height=\"338\" title=\"&#8220;RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown&#8221; &#8212; Chris Kresser\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(15504,1477,'_oembed_time_23dc491aeb7984be5b7c3de7f8f733eb','1526497635'),(15505,1477,'_oembed_358a61ccc8bf2354ef1120fed79c344e','<blockquote class=\"wp-embedded-content\" data-secret=\"shaF4RzKZS\"><a href=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/\">Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/embed/#?secret=shaF4RzKZS\" data-secret=\"shaF4RzKZS\" width=\"600\" height=\"338\" title=\"&#8220;Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(15506,1477,'_oembed_time_358a61ccc8bf2354ef1120fed79c344e','1526497638'),(15507,1477,'_oembed_af0b1f39f6e075a34328aef17f250879','{{unknown}}'),(15508,1477,'_oembed_f714c39f6931f083180b36cf45638a8c','{{unknown}}'),(15509,1477,'_oembed_5000284a6c9c5bcbac8ae34dc7be08b7','{{unknown}}'),(15510,1477,'_oembed_63b1fcb3e0dc43453aedb68f431c75c2','<blockquote class=\"wp-embedded-content\" data-secret=\"oZNLMh7ADK\"><a href=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/\">How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/embed/#?secret=oZNLMh7ADK\" data-secret=\"oZNLMh7ADK\" width=\"600\" height=\"338\" title=\"&#8220;How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(15511,1477,'_oembed_time_63b1fcb3e0dc43453aedb68f431c75c2','1529526804'),(15512,1477,'_oembed_0dc928c90b7c768760131f493fc3b3d6','{{unknown}}'),(15513,1477,'_oembed_d7841c341108008601fa6bfd45e9877d','{{unknown}}'),(15514,1477,'_oembed_40a13cbe0598cd34470e2068d6d5b1b0','{{unknown}}'),(15515,1477,'_oembed_88288a6a8fdc1892db3639b1a045fbbf','<blockquote class=\"wp-embedded-content\" data-secret=\"JR2TSdbz6i\"><a href=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/\">Changing your diet is the first step in addressing Hashimoto&#8217;s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/embed/#?secret=JR2TSdbz6i\" data-secret=\"JR2TSdbz6i\" width=\"600\" height=\"338\" title=\"&#8220;Changing your diet is the first step in addressing Hashimoto&#8217;s&#8221; &#8212; Dr. K. News\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(15516,1477,'_oembed_time_88288a6a8fdc1892db3639b1a045fbbf','1535053648'),(15517,1477,'_oembed_6bfdd057756c7c58246362901ea9cc5a','<blockquote class=\"wp-embedded-content\" data-secret=\"EL52QLJFmX\"><a href=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/\">What To Do If Your TSH Is Normal and You Are Anything But!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/embed/#?secret=EL52QLJFmX\" data-secret=\"EL52QLJFmX\" width=\"600\" height=\"338\" title=\"&#8220;What To Do If Your TSH Is Normal and You Are Anything But!&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(15518,1477,'_oembed_time_6bfdd057756c7c58246362901ea9cc5a','1535053650'),(15519,1477,'_oembed_f64919ffc4b08d3bacaafee3d9d84058','<blockquote class=\"wp-embedded-content\" data-secret=\"krfgO9xlfd\"><a href=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/\">Iodine and Hashimotoâ€™s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/embed/#?secret=krfgO9xlfd\" data-secret=\"krfgO9xlfd\" width=\"600\" height=\"338\" title=\"&#8220;Iodine and Hashimotoâ€™s&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(15520,1477,'_oembed_time_f64919ffc4b08d3bacaafee3d9d84058','1535053650'),(15521,1477,'_thumbnail_id','1478'),(15522,1477,'_wp_page_template','default'),(15523,1477,'rs_page_bg_color','#ffffff'),(15524,1477,'eg_sources_revslider',''),(15525,1477,'eg_sources_essgrid',''),(15526,1477,'eg_featured_grid',''),(15527,1477,'eg_custom_meta_216','true'),(15528,1477,'eg_votes_count','0'),(15530,1477,'_dp_original','1466'),(15531,1477,'_edit_lock','1608573340:2'),(15532,1478,'_wp_attached_file','2020/12/winter-depression-600X.jpg'),(15533,1478,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:400;s:4:\"file\";s:34:\"2020/12/winter-depression-600X.jpg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"winter-depression-600X-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"winter-depression-600X-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:33:\"winter-depression-600X-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:\"winter-depression-600X-75x50.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"winter-depression-600X-219x146.jpg\";s:5:\"width\";i:219;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:32:\"winter-depression-600X-50x33.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:33;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:33:\"winter-depression-600X-113x75.jpg\";s:5:\"width\";i:113;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:32:\"winter-depression-600X-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:32:\"winter-depression-600X-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(15534,1477,'_edit_last','2'),(15536,1481,'slide_template','default'),(15537,1481,'slide_template','default'),(15538,1481,'eg_sources_html5_mp4',''),(15539,1481,'eg_sources_html5_mp4',''),(15540,1481,'eg_sources_html5_ogv',''),(15541,1481,'eg_sources_html5_ogv',''),(15542,1481,'eg_sources_html5_webm',''),(15543,1481,'eg_sources_html5_webm',''),(15544,1481,'eg_sources_youtube',''),(15545,1481,'eg_sources_youtube',''),(15546,1481,'eg_sources_vimeo',''),(15547,1481,'eg_sources_vimeo',''),(15548,1481,'eg_sources_wistia',''),(15549,1481,'eg_sources_wistia',''),(15550,1481,'eg_sources_image',''),(15551,1481,'eg_sources_image',''),(15552,1481,'eg_sources_iframe',''),(15553,1481,'eg_sources_iframe',''),(15554,1481,'eg_sources_soundcloud',''),(15555,1481,'eg_sources_soundcloud',''),(15556,1481,'eg_vimeo_ratio','0'),(15557,1481,'eg_vimeo_ratio','0'),(15558,1481,'eg_youtube_ratio','0'),(15559,1481,'eg_youtube_ratio','0'),(15560,1481,'eg_wistia_ratio','0'),(15561,1481,'eg_wistia_ratio','0'),(15562,1481,'eg_html5_ratio','0'),(15563,1481,'eg_html5_ratio','0'),(15564,1481,'eg_soundcloud_ratio','0'),(15565,1481,'eg_soundcloud_ratio','0'),(15566,1481,'eg_settings_custom_meta_skin',''),(15567,1481,'eg_settings_custom_meta_skin',''),(15568,1481,'eg_settings_custom_meta_element',''),(15569,1481,'eg_settings_custom_meta_element',''),(15570,1481,'eg_settings_custom_meta_setting',''),(15571,1481,'eg_settings_custom_meta_setting',''),(15572,1481,'eg_settings_custom_meta_style',''),(15573,1481,'eg_settings_custom_meta_style',''),(15574,1481,'mfn-post-hide-content','0'),(15575,1481,'mfn-post-hide-content','0'),(15576,1481,'mfn-post-slider','0'),(15577,1481,'mfn-post-slider','0'),(15578,1481,'mfn-post-slider-layer','0'),(15579,1481,'mfn-post-slider-layer','0'),(15580,1481,'mfn-post-hide-title','1'),(15581,1481,'mfn-post-hide-title','1'),(15582,1481,'mfn-post-remove-padding','0'),(15583,1481,'mfn-post-remove-padding','0'),(15584,1481,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(15585,1481,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(15586,1481,'mfn-post-hide-image','1'),(15587,1481,'mfn-post-hide-image','1'),(15588,1481,'_wpb_vc_js_status','false'),(15589,1481,'_wpb_vc_js_status','false'),(15590,1481,'mfn-post-love','0'),(15591,1481,'mfn-post-love','0'),(15592,1481,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(15593,1481,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(15594,1481,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(15595,1481,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(15596,1481,'_wp_old_slug','blog-title-03'),(15597,1481,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(15598,1481,'_wp_old_slug','blog-title-03'),(15599,1481,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(15600,1481,'_wp_old_slug','cancer-update'),(15601,1481,'_wp_old_slug','magnificent-magnesium'),(15602,1481,'_wp_old_slug','magnificent-magnesium-2'),(15603,1481,'_wp_old_slug','winter_skin_care'),(15604,1481,'mfn-post-sidebar','0'),(15605,1481,'mfn-post-sidebar','0'),(15606,1481,'mfn-post-sidebar2','0'),(15607,1481,'mfn-post-sidebar2','0'),(15608,1481,'_oembed_70c3f7c0b35f507260fceba4aa944398','{{unknown}}'),(15609,1481,'_oembed_3e601594e527c050109c115dc0343e65','{{unknown}}'),(15610,1481,'_oembed_9b1ceae82700066b420cbf8220005e44','<blockquote class=\"wp-embedded-content\" data-secret=\"kASrIgvovz\"><a href=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/\">Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/embed/#?secret=kASrIgvovz\" data-secret=\"kASrIgvovz\" width=\"600\" height=\"338\" title=\"&#8220;Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO&#8221; &#8212; The Paleo Diet  - Robb Wolf on Paleolithic nutrition, intermittent fasting, and fitness\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(15611,1481,'_oembed_time_9b1ceae82700066b420cbf8220005e44','1526497634'),(15612,1481,'_oembed_23dc491aeb7984be5b7c3de7f8f733eb','<blockquote class=\"wp-embedded-content\" data-secret=\"WlCV7gXJBc\"><a href=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/\">RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/embed/#?secret=WlCV7gXJBc\" data-secret=\"WlCV7gXJBc\" width=\"600\" height=\"338\" title=\"&#8220;RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown&#8221; &#8212; Chris Kresser\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(15613,1481,'_oembed_time_23dc491aeb7984be5b7c3de7f8f733eb','1526497635'),(15614,1481,'_oembed_358a61ccc8bf2354ef1120fed79c344e','<blockquote class=\"wp-embedded-content\" data-secret=\"shaF4RzKZS\"><a href=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/\">Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/embed/#?secret=shaF4RzKZS\" data-secret=\"shaF4RzKZS\" width=\"600\" height=\"338\" title=\"&#8220;Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(15615,1481,'_oembed_time_358a61ccc8bf2354ef1120fed79c344e','1526497638'),(15616,1481,'_oembed_af0b1f39f6e075a34328aef17f250879','{{unknown}}'),(15617,1481,'_oembed_f714c39f6931f083180b36cf45638a8c','{{unknown}}'),(15618,1481,'_oembed_5000284a6c9c5bcbac8ae34dc7be08b7','{{unknown}}'),(15619,1481,'_oembed_63b1fcb3e0dc43453aedb68f431c75c2','<blockquote class=\"wp-embedded-content\" data-secret=\"oZNLMh7ADK\"><a href=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/\">How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/embed/#?secret=oZNLMh7ADK\" data-secret=\"oZNLMh7ADK\" width=\"600\" height=\"338\" title=\"&#8220;How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(15620,1481,'_oembed_time_63b1fcb3e0dc43453aedb68f431c75c2','1529526804'),(15621,1481,'_oembed_0dc928c90b7c768760131f493fc3b3d6','{{unknown}}'),(15622,1481,'_oembed_d7841c341108008601fa6bfd45e9877d','{{unknown}}'),(15623,1481,'_oembed_40a13cbe0598cd34470e2068d6d5b1b0','{{unknown}}'),(15624,1481,'_oembed_88288a6a8fdc1892db3639b1a045fbbf','<blockquote class=\"wp-embedded-content\" data-secret=\"JR2TSdbz6i\"><a href=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/\">Changing your diet is the first step in addressing Hashimoto&#8217;s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/embed/#?secret=JR2TSdbz6i\" data-secret=\"JR2TSdbz6i\" width=\"600\" height=\"338\" title=\"&#8220;Changing your diet is the first step in addressing Hashimoto&#8217;s&#8221; &#8212; Dr. K. News\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(15625,1481,'_oembed_time_88288a6a8fdc1892db3639b1a045fbbf','1535053648'),(15626,1481,'_oembed_6bfdd057756c7c58246362901ea9cc5a','<blockquote class=\"wp-embedded-content\" data-secret=\"EL52QLJFmX\"><a href=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/\">What To Do If Your TSH Is Normal and You Are Anything But!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/embed/#?secret=EL52QLJFmX\" data-secret=\"EL52QLJFmX\" width=\"600\" height=\"338\" title=\"&#8220;What To Do If Your TSH Is Normal and You Are Anything But!&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(15627,1481,'_oembed_time_6bfdd057756c7c58246362901ea9cc5a','1535053650'),(15628,1481,'_oembed_f64919ffc4b08d3bacaafee3d9d84058','<blockquote class=\"wp-embedded-content\" data-secret=\"krfgO9xlfd\"><a href=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/\">Iodine and Hashimotoâ€™s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/embed/#?secret=krfgO9xlfd\" data-secret=\"krfgO9xlfd\" width=\"600\" height=\"338\" title=\"&#8220;Iodine and Hashimotoâ€™s&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(15629,1481,'_oembed_time_f64919ffc4b08d3bacaafee3d9d84058','1535053650'),(15630,1481,'_thumbnail_id','1483'),(15631,1481,'_wp_page_template','default'),(15632,1481,'rs_page_bg_color','#ffffff'),(15633,1481,'eg_sources_revslider',''),(15634,1481,'eg_sources_essgrid',''),(15635,1481,'eg_featured_grid',''),(15636,1481,'eg_custom_meta_216','true'),(15637,1481,'eg_votes_count','0'),(15639,1481,'_dp_original','1451'),(15640,1481,'_edit_lock','1609337665:2'),(15641,1483,'_wp_attached_file','2020/12/Manuka-honey-600X.jpg'),(15642,1483,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:400;s:4:\"file\";s:29:\"2020/12/Manuka-honey-600X.jpg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"Manuka-honey-600X-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Manuka-honey-600X-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:28:\"Manuka-honey-600X-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:27:\"Manuka-honey-600X-75x50.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"Manuka-honey-600X-219x146.jpg\";s:5:\"width\";i:219;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:27:\"Manuka-honey-600X-50x33.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:33;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:28:\"Manuka-honey-600X-113x75.jpg\";s:5:\"width\";i:113;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:27:\"Manuka-honey-600X-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:27:\"Manuka-honey-600X-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(15643,1481,'_edit_last','2'),(15644,1491,'slide_template','default'),(15645,1491,'slide_template','default'),(15646,1491,'eg_sources_html5_mp4',''),(15647,1491,'eg_sources_html5_mp4',''),(15648,1491,'eg_sources_html5_ogv',''),(15649,1491,'eg_sources_html5_ogv',''),(15650,1491,'eg_sources_html5_webm',''),(15651,1491,'eg_sources_html5_webm',''),(15652,1491,'eg_sources_youtube',''),(15653,1491,'eg_sources_youtube',''),(15654,1491,'eg_sources_vimeo',''),(15655,1491,'eg_sources_vimeo',''),(15656,1491,'eg_sources_wistia',''),(15657,1491,'eg_sources_wistia',''),(15658,1491,'eg_sources_image',''),(15659,1491,'eg_sources_image',''),(15660,1491,'eg_sources_iframe',''),(15661,1491,'eg_sources_iframe',''),(15662,1491,'eg_sources_soundcloud',''),(15663,1491,'eg_sources_soundcloud',''),(15664,1491,'eg_vimeo_ratio','0'),(15665,1491,'eg_vimeo_ratio','0'),(15666,1491,'eg_youtube_ratio','0'),(15667,1491,'eg_youtube_ratio','0'),(15668,1491,'eg_wistia_ratio','0'),(15669,1491,'eg_wistia_ratio','0'),(15670,1491,'eg_html5_ratio','0'),(15671,1491,'eg_html5_ratio','0'),(15672,1491,'eg_soundcloud_ratio','0'),(15673,1491,'eg_soundcloud_ratio','0'),(15674,1491,'eg_settings_custom_meta_skin',''),(15675,1491,'eg_settings_custom_meta_skin',''),(15676,1491,'eg_settings_custom_meta_element',''),(15677,1491,'eg_settings_custom_meta_element',''),(15678,1491,'eg_settings_custom_meta_setting',''),(15679,1491,'eg_settings_custom_meta_setting',''),(15680,1491,'eg_settings_custom_meta_style',''),(15681,1491,'eg_settings_custom_meta_style',''),(15682,1491,'mfn-post-hide-content','0'),(15683,1491,'mfn-post-hide-content','0'),(15684,1491,'mfn-post-slider','0'),(15685,1491,'mfn-post-slider','0'),(15686,1491,'mfn-post-slider-layer','0'),(15687,1491,'mfn-post-slider-layer','0'),(15688,1491,'mfn-post-hide-title','1'),(15689,1491,'mfn-post-hide-title','1'),(15690,1491,'mfn-post-remove-padding','0'),(15691,1491,'mfn-post-remove-padding','0'),(15692,1491,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(15693,1491,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(15694,1491,'mfn-post-hide-image','1'),(15695,1491,'mfn-post-hide-image','1'),(15696,1491,'_wpb_vc_js_status','false'),(15697,1491,'_wpb_vc_js_status','false'),(15698,1491,'mfn-post-love','0'),(15699,1491,'mfn-post-love','0'),(15700,1491,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(15701,1491,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(15702,1491,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(15703,1491,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(15704,1491,'_wp_old_slug','blog-title-03'),(15705,1491,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(15706,1491,'_wp_old_slug','blog-title-03'),(15707,1491,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(15708,1491,'_wp_old_slug','cancer-update'),(15709,1491,'_wp_old_slug','magnificent-magnesium'),(15710,1491,'_wp_old_slug','magnificent-magnesium-2'),(15711,1491,'_wp_old_slug','winter_skin_care'),(15712,1491,'mfn-post-sidebar','0'),(15713,1491,'mfn-post-sidebar','0'),(15714,1491,'mfn-post-sidebar2','0'),(15715,1491,'mfn-post-sidebar2','0'),(15716,1491,'_oembed_70c3f7c0b35f507260fceba4aa944398','{{unknown}}'),(15717,1491,'_oembed_3e601594e527c050109c115dc0343e65','{{unknown}}'),(15718,1491,'_oembed_9b1ceae82700066b420cbf8220005e44','<blockquote class=\"wp-embedded-content\" data-secret=\"kASrIgvovz\"><a href=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/\">Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/embed/#?secret=kASrIgvovz\" data-secret=\"kASrIgvovz\" width=\"600\" height=\"338\" title=\"&#8220;Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO&#8221; &#8212; The Paleo Diet  - Robb Wolf on Paleolithic nutrition, intermittent fasting, and fitness\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(15719,1491,'_oembed_time_9b1ceae82700066b420cbf8220005e44','1526497634'),(15720,1491,'_oembed_23dc491aeb7984be5b7c3de7f8f733eb','<blockquote class=\"wp-embedded-content\" data-secret=\"WlCV7gXJBc\"><a href=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/\">RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/embed/#?secret=WlCV7gXJBc\" data-secret=\"WlCV7gXJBc\" width=\"600\" height=\"338\" title=\"&#8220;RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown&#8221; &#8212; Chris Kresser\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(15721,1491,'_oembed_time_23dc491aeb7984be5b7c3de7f8f733eb','1526497635'),(15722,1491,'_oembed_358a61ccc8bf2354ef1120fed79c344e','<blockquote class=\"wp-embedded-content\" data-secret=\"shaF4RzKZS\"><a href=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/\">Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/embed/#?secret=shaF4RzKZS\" data-secret=\"shaF4RzKZS\" width=\"600\" height=\"338\" title=\"&#8220;Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(15723,1491,'_oembed_time_358a61ccc8bf2354ef1120fed79c344e','1526497638'),(15724,1491,'_oembed_af0b1f39f6e075a34328aef17f250879','{{unknown}}'),(15725,1491,'_oembed_f714c39f6931f083180b36cf45638a8c','{{unknown}}'),(15726,1491,'_oembed_5000284a6c9c5bcbac8ae34dc7be08b7','{{unknown}}'),(15727,1491,'_oembed_63b1fcb3e0dc43453aedb68f431c75c2','<blockquote class=\"wp-embedded-content\" data-secret=\"oZNLMh7ADK\"><a href=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/\">How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/embed/#?secret=oZNLMh7ADK\" data-secret=\"oZNLMh7ADK\" width=\"600\" height=\"338\" title=\"&#8220;How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(15728,1491,'_oembed_time_63b1fcb3e0dc43453aedb68f431c75c2','1529526804'),(15729,1491,'_oembed_0dc928c90b7c768760131f493fc3b3d6','{{unknown}}'),(15730,1491,'_oembed_d7841c341108008601fa6bfd45e9877d','{{unknown}}'),(15731,1491,'_oembed_40a13cbe0598cd34470e2068d6d5b1b0','{{unknown}}'),(15732,1491,'_oembed_88288a6a8fdc1892db3639b1a045fbbf','<blockquote class=\"wp-embedded-content\" data-secret=\"JR2TSdbz6i\"><a href=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/\">Changing your diet is the first step in addressing Hashimoto&#8217;s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/embed/#?secret=JR2TSdbz6i\" data-secret=\"JR2TSdbz6i\" width=\"600\" height=\"338\" title=\"&#8220;Changing your diet is the first step in addressing Hashimoto&#8217;s&#8221; &#8212; Dr. K. News\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(15733,1491,'_oembed_time_88288a6a8fdc1892db3639b1a045fbbf','1535053648'),(15734,1491,'_oembed_6bfdd057756c7c58246362901ea9cc5a','<blockquote class=\"wp-embedded-content\" data-secret=\"EL52QLJFmX\"><a href=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/\">What To Do If Your TSH Is Normal and You Are Anything But!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/embed/#?secret=EL52QLJFmX\" data-secret=\"EL52QLJFmX\" width=\"600\" height=\"338\" title=\"&#8220;What To Do If Your TSH Is Normal and You Are Anything But!&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(15735,1491,'_oembed_time_6bfdd057756c7c58246362901ea9cc5a','1535053650'),(15736,1491,'_oembed_f64919ffc4b08d3bacaafee3d9d84058','<blockquote class=\"wp-embedded-content\" data-secret=\"krfgO9xlfd\"><a href=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/\">Iodine and Hashimotoâ€™s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/embed/#?secret=krfgO9xlfd\" data-secret=\"krfgO9xlfd\" width=\"600\" height=\"338\" title=\"&#8220;Iodine and Hashimotoâ€™s&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(15737,1491,'_oembed_time_f64919ffc4b08d3bacaafee3d9d84058','1535053650'),(15738,1491,'_thumbnail_id','1500'),(15739,1491,'_wp_page_template','default'),(15740,1491,'rs_page_bg_color','#ffffff'),(15741,1491,'eg_sources_revslider',''),(15742,1491,'eg_sources_essgrid',''),(15743,1491,'eg_featured_grid',''),(15744,1491,'eg_custom_meta_216','true'),(15745,1491,'eg_votes_count','0'),(15747,1491,'_dp_original','1481'),(15748,1491,'_edit_lock','1611952651:2'),(15749,1492,'_wp_attached_file','2021/01/healthy-heart-600X.jpeg'),(15750,1492,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:400;s:4:\"file\";s:31:\"2021/01/healthy-heart-600X.jpeg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"healthy-heart-600X-300x200.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"healthy-heart-600X-150x150.jpeg\";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:30:\"healthy-heart-600X-125x83.jpeg\";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:29:\"healthy-heart-600X-75x50.jpeg\";s:5:\"width\";i:75;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"healthy-heart-600X-219x146.jpeg\";s:5:\"width\";i:219;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:29:\"healthy-heart-600X-50x33.jpeg\";s:5:\"width\";i:50;s:6:\"height\";i:33;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:30:\"healthy-heart-600X-113x75.jpeg\";s:5:\"width\";i:113;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:29:\"healthy-heart-600X-85x85.jpeg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:29:\"healthy-heart-600X-80x80.jpeg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(15751,1491,'_oembed_c2004865cc11e9852830bd0bd49d5f39','{{unknown}}'),(15752,1493,'slide_template','default'),(15753,1493,'slide_template','default'),(15754,1493,'eg_sources_html5_mp4',''),(15755,1493,'eg_sources_html5_mp4',''),(15756,1493,'eg_sources_html5_ogv',''),(15757,1493,'eg_sources_html5_ogv',''),(15758,1493,'eg_sources_html5_webm',''),(15759,1493,'eg_sources_html5_webm',''),(15760,1493,'eg_sources_youtube',''),(15761,1493,'eg_sources_youtube',''),(15762,1493,'eg_sources_vimeo',''),(15763,1493,'eg_sources_vimeo',''),(15764,1493,'eg_sources_wistia',''),(15765,1493,'eg_sources_wistia',''),(15766,1493,'eg_sources_image',''),(15767,1493,'eg_sources_image',''),(15768,1493,'eg_sources_iframe',''),(15769,1493,'eg_sources_iframe',''),(15770,1493,'eg_sources_soundcloud',''),(15771,1493,'eg_sources_soundcloud',''),(15772,1493,'eg_vimeo_ratio','0'),(15773,1493,'eg_vimeo_ratio','0'),(15774,1493,'eg_youtube_ratio','0'),(15775,1493,'eg_youtube_ratio','0'),(15776,1493,'eg_wistia_ratio','0'),(15777,1493,'eg_wistia_ratio','0'),(15778,1493,'eg_html5_ratio','0'),(15779,1493,'eg_html5_ratio','0'),(15780,1493,'eg_soundcloud_ratio','0'),(15781,1493,'eg_soundcloud_ratio','0'),(15782,1493,'eg_settings_custom_meta_skin',''),(15783,1493,'eg_settings_custom_meta_skin',''),(15784,1493,'eg_settings_custom_meta_element',''),(15785,1493,'eg_settings_custom_meta_element',''),(15786,1493,'eg_settings_custom_meta_setting',''),(15787,1493,'eg_settings_custom_meta_setting',''),(15788,1493,'eg_settings_custom_meta_style',''),(15789,1493,'eg_settings_custom_meta_style',''),(15790,1493,'mfn-post-hide-content','0'),(15791,1493,'mfn-post-hide-content','0'),(15792,1493,'mfn-post-slider','0'),(15793,1493,'mfn-post-slider','0'),(15794,1493,'mfn-post-slider-layer','0'),(15795,1493,'mfn-post-slider-layer','0'),(15796,1493,'mfn-post-hide-title','1'),(15797,1493,'mfn-post-hide-title','1'),(15798,1493,'mfn-post-remove-padding','0'),(15799,1493,'mfn-post-remove-padding','0'),(15800,1493,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(15801,1493,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(15802,1493,'mfn-post-hide-image','1'),(15803,1493,'mfn-post-hide-image','1'),(15804,1493,'_wpb_vc_js_status','false'),(15805,1493,'_wpb_vc_js_status','false'),(15806,1493,'mfn-post-love','0'),(15807,1493,'mfn-post-love','0'),(15808,1493,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(15809,1493,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(15810,1493,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(15811,1493,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(15812,1493,'_wp_old_slug','blog-title-03'),(15813,1493,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(15814,1493,'_wp_old_slug','blog-title-03'),(15815,1493,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(15816,1493,'_wp_old_slug','cancer-update'),(15817,1493,'_wp_old_slug','magnificent-magnesium'),(15818,1493,'_wp_old_slug','magnificent-magnesium-2'),(15819,1493,'_wp_old_slug','winter_skin_care'),(15820,1493,'mfn-post-sidebar','0'),(15821,1493,'mfn-post-sidebar','0'),(15822,1493,'mfn-post-sidebar2','0'),(15823,1493,'mfn-post-sidebar2','0'),(15824,1493,'_oembed_70c3f7c0b35f507260fceba4aa944398','{{unknown}}'),(15825,1493,'_oembed_3e601594e527c050109c115dc0343e65','{{unknown}}'),(15826,1493,'_oembed_9b1ceae82700066b420cbf8220005e44','<blockquote class=\"wp-embedded-content\" data-secret=\"kASrIgvovz\"><a href=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/\">Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/embed/#?secret=kASrIgvovz\" data-secret=\"kASrIgvovz\" width=\"600\" height=\"338\" title=\"&#8220;Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO&#8221; &#8212; The Paleo Diet  - Robb Wolf on Paleolithic nutrition, intermittent fasting, and fitness\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(15827,1493,'_oembed_time_9b1ceae82700066b420cbf8220005e44','1526497634'),(15828,1493,'_oembed_23dc491aeb7984be5b7c3de7f8f733eb','<blockquote class=\"wp-embedded-content\" data-secret=\"WlCV7gXJBc\"><a href=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/\">RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/embed/#?secret=WlCV7gXJBc\" data-secret=\"WlCV7gXJBc\" width=\"600\" height=\"338\" title=\"&#8220;RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown&#8221; &#8212; Chris Kresser\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(15829,1493,'_oembed_time_23dc491aeb7984be5b7c3de7f8f733eb','1526497635'),(15830,1493,'_oembed_358a61ccc8bf2354ef1120fed79c344e','<blockquote class=\"wp-embedded-content\" data-secret=\"shaF4RzKZS\"><a href=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/\">Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/embed/#?secret=shaF4RzKZS\" data-secret=\"shaF4RzKZS\" width=\"600\" height=\"338\" title=\"&#8220;Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(15831,1493,'_oembed_time_358a61ccc8bf2354ef1120fed79c344e','1526497638'),(15832,1493,'_oembed_af0b1f39f6e075a34328aef17f250879','{{unknown}}'),(15833,1493,'_oembed_f714c39f6931f083180b36cf45638a8c','{{unknown}}'),(15834,1493,'_oembed_5000284a6c9c5bcbac8ae34dc7be08b7','{{unknown}}'),(15835,1493,'_oembed_63b1fcb3e0dc43453aedb68f431c75c2','<blockquote class=\"wp-embedded-content\" data-secret=\"oZNLMh7ADK\"><a href=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/\">How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/embed/#?secret=oZNLMh7ADK\" data-secret=\"oZNLMh7ADK\" width=\"600\" height=\"338\" title=\"&#8220;How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(15836,1493,'_oembed_time_63b1fcb3e0dc43453aedb68f431c75c2','1529526804'),(15837,1493,'_oembed_0dc928c90b7c768760131f493fc3b3d6','{{unknown}}'),(15838,1493,'_oembed_d7841c341108008601fa6bfd45e9877d','{{unknown}}'),(15839,1493,'_oembed_40a13cbe0598cd34470e2068d6d5b1b0','{{unknown}}'),(15840,1493,'_oembed_88288a6a8fdc1892db3639b1a045fbbf','<blockquote class=\"wp-embedded-content\" data-secret=\"JR2TSdbz6i\"><a href=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/\">Changing your diet is the first step in addressing Hashimoto&#8217;s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/embed/#?secret=JR2TSdbz6i\" data-secret=\"JR2TSdbz6i\" width=\"600\" height=\"338\" title=\"&#8220;Changing your diet is the first step in addressing Hashimoto&#8217;s&#8221; &#8212; Dr. K. News\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(15841,1493,'_oembed_time_88288a6a8fdc1892db3639b1a045fbbf','1535053648'),(15842,1493,'_oembed_6bfdd057756c7c58246362901ea9cc5a','<blockquote class=\"wp-embedded-content\" data-secret=\"EL52QLJFmX\"><a href=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/\">What To Do If Your TSH Is Normal and You Are Anything But!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/embed/#?secret=EL52QLJFmX\" data-secret=\"EL52QLJFmX\" width=\"600\" height=\"338\" title=\"&#8220;What To Do If Your TSH Is Normal and You Are Anything But!&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(15843,1493,'_oembed_time_6bfdd057756c7c58246362901ea9cc5a','1535053650'),(15844,1493,'_oembed_f64919ffc4b08d3bacaafee3d9d84058','<blockquote class=\"wp-embedded-content\" data-secret=\"krfgO9xlfd\"><a href=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/\">Iodine and Hashimotoâ€™s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/embed/#?secret=krfgO9xlfd\" data-secret=\"krfgO9xlfd\" width=\"600\" height=\"338\" title=\"&#8220;Iodine and Hashimotoâ€™s&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(15845,1493,'_oembed_time_f64919ffc4b08d3bacaafee3d9d84058','1535053650'),(15846,1493,'_thumbnail_id','1492'),(15847,1493,'_wp_page_template','default'),(15848,1493,'rs_page_bg_color','#ffffff'),(15849,1493,'eg_sources_revslider',''),(15850,1493,'eg_sources_essgrid',''),(15851,1493,'eg_featured_grid',''),(15852,1493,'eg_custom_meta_216','true'),(15853,1493,'eg_votes_count','0'),(15855,1493,'_oembed_c2004865cc11e9852830bd0bd49d5f39','{{unknown}}'),(15856,1493,'_dp_original','1491'),(15857,1493,'_edit_lock','1611693407:2'),(15858,1493,'_edit_last','2'),(15859,83,'rs_page_bg_color','#ffffff'),(15860,83,'eg_sources_revslider',''),(15861,83,'eg_sources_essgrid',''),(15862,83,'eg_featured_grid',''),(15863,83,'eg_custom_meta_216','true'),(15864,83,'eg_votes_count','0'),(15865,1500,'_wp_attached_file','2021/01/Garlic-600X.jpeg'),(15866,1500,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:448;s:4:\"file\";s:24:\"2021/01/Garlic-600X.jpeg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"Garlic-600X-300x224.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:224;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Garlic-600X-150x150.jpeg\";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:23:\"Garlic-600X-125x93.jpeg\";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:22:\"Garlic-600X-75x56.jpeg\";s:5:\"width\";i:75;s:6:\"height\";i:56;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"Garlic-600X-196x146.jpeg\";s:5:\"width\";i:196;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:22:\"Garlic-600X-50x37.jpeg\";s:5:\"width\";i:50;s:6:\"height\";i:37;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:23:\"Garlic-600X-100x75.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:22:\"Garlic-600X-85x85.jpeg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:22:\"Garlic-600X-80x80.jpeg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:8:\"Karisssa\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:8:\"Karisssa\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:9:\"513905163\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(15867,1491,'_edit_last','2'),(15868,1505,'slide_template','default'),(15869,1505,'slide_template','default'),(15870,1505,'eg_sources_html5_mp4',''),(15871,1505,'eg_sources_html5_mp4',''),(15872,1505,'eg_sources_html5_ogv',''),(15873,1505,'eg_sources_html5_ogv',''),(15874,1505,'eg_sources_html5_webm',''),(15875,1505,'eg_sources_html5_webm',''),(15876,1505,'eg_sources_youtube',''),(15877,1505,'eg_sources_youtube',''),(15878,1505,'eg_sources_vimeo',''),(15879,1505,'eg_sources_vimeo',''),(15880,1505,'eg_sources_wistia',''),(15881,1505,'eg_sources_wistia',''),(15882,1505,'eg_sources_image',''),(15883,1505,'eg_sources_image',''),(15884,1505,'eg_sources_iframe',''),(15885,1505,'eg_sources_iframe',''),(15886,1505,'eg_sources_soundcloud',''),(15887,1505,'eg_sources_soundcloud',''),(15888,1505,'eg_vimeo_ratio','0'),(15889,1505,'eg_vimeo_ratio','0'),(15890,1505,'eg_youtube_ratio','0'),(15891,1505,'eg_youtube_ratio','0'),(15892,1505,'eg_wistia_ratio','0'),(15893,1505,'eg_wistia_ratio','0'),(15894,1505,'eg_html5_ratio','0'),(15895,1505,'eg_html5_ratio','0'),(15896,1505,'eg_soundcloud_ratio','0'),(15897,1505,'eg_soundcloud_ratio','0'),(15898,1505,'eg_settings_custom_meta_skin',''),(15899,1505,'eg_settings_custom_meta_skin',''),(15900,1505,'eg_settings_custom_meta_element',''),(15901,1505,'eg_settings_custom_meta_element',''),(15902,1505,'eg_settings_custom_meta_setting',''),(15903,1505,'eg_settings_custom_meta_setting',''),(15904,1505,'eg_settings_custom_meta_style',''),(15905,1505,'eg_settings_custom_meta_style',''),(15906,1505,'mfn-post-hide-content','0'),(15907,1505,'mfn-post-hide-content','0'),(15908,1505,'mfn-post-slider','0'),(15909,1505,'mfn-post-slider','0'),(15910,1505,'mfn-post-slider-layer','0'),(15911,1505,'mfn-post-slider-layer','0'),(15912,1505,'mfn-post-hide-title','1'),(15913,1505,'mfn-post-hide-title','1'),(15914,1505,'mfn-post-remove-padding','0'),(15915,1505,'mfn-post-remove-padding','0'),(15916,1505,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(15917,1505,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(15918,1505,'mfn-post-hide-image','1'),(15919,1505,'mfn-post-hide-image','1'),(15920,1505,'_wpb_vc_js_status','false'),(15921,1505,'_wpb_vc_js_status','false'),(15922,1505,'mfn-post-love','0'),(15923,1505,'mfn-post-love','0'),(15924,1505,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(15925,1505,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(15926,1505,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(15927,1505,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(15928,1505,'_wp_old_slug','blog-title-03'),(15929,1505,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(15930,1505,'_wp_old_slug','blog-title-03'),(15931,1505,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(15932,1505,'_wp_old_slug','cancer-update'),(15933,1505,'_wp_old_slug','magnificent-magnesium'),(15934,1505,'_wp_old_slug','magnificent-magnesium-2'),(15935,1505,'_wp_old_slug','winter_skin_care'),(15936,1505,'mfn-post-sidebar','0'),(15937,1505,'mfn-post-sidebar','0'),(15938,1505,'mfn-post-sidebar2','0'),(15939,1505,'mfn-post-sidebar2','0'),(15940,1505,'_oembed_70c3f7c0b35f507260fceba4aa944398','{{unknown}}'),(15941,1505,'_oembed_3e601594e527c050109c115dc0343e65','{{unknown}}'),(15942,1505,'_oembed_9b1ceae82700066b420cbf8220005e44','<blockquote class=\"wp-embedded-content\" data-secret=\"kASrIgvovz\"><a href=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/\">Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/embed/#?secret=kASrIgvovz\" data-secret=\"kASrIgvovz\" width=\"600\" height=\"338\" title=\"&#8220;Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO&#8221; &#8212; The Paleo Diet  - Robb Wolf on Paleolithic nutrition, intermittent fasting, and fitness\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(15943,1505,'_oembed_time_9b1ceae82700066b420cbf8220005e44','1526497634'),(15944,1505,'_oembed_23dc491aeb7984be5b7c3de7f8f733eb','<blockquote class=\"wp-embedded-content\" data-secret=\"WlCV7gXJBc\"><a href=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/\">RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/embed/#?secret=WlCV7gXJBc\" data-secret=\"WlCV7gXJBc\" width=\"600\" height=\"338\" title=\"&#8220;RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown&#8221; &#8212; Chris Kresser\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(15945,1505,'_oembed_time_23dc491aeb7984be5b7c3de7f8f733eb','1526497635');
INSERT INTO `wp3l_postmeta` VALUES (15946,1505,'_oembed_358a61ccc8bf2354ef1120fed79c344e','<blockquote class=\"wp-embedded-content\" data-secret=\"shaF4RzKZS\"><a href=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/\">Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/embed/#?secret=shaF4RzKZS\" data-secret=\"shaF4RzKZS\" width=\"600\" height=\"338\" title=\"&#8220;Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(15947,1505,'_oembed_time_358a61ccc8bf2354ef1120fed79c344e','1526497638'),(15948,1505,'_oembed_af0b1f39f6e075a34328aef17f250879','{{unknown}}'),(15949,1505,'_oembed_f714c39f6931f083180b36cf45638a8c','{{unknown}}'),(15950,1505,'_oembed_5000284a6c9c5bcbac8ae34dc7be08b7','{{unknown}}'),(15951,1505,'_oembed_63b1fcb3e0dc43453aedb68f431c75c2','<blockquote class=\"wp-embedded-content\" data-secret=\"oZNLMh7ADK\"><a href=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/\">How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/embed/#?secret=oZNLMh7ADK\" data-secret=\"oZNLMh7ADK\" width=\"600\" height=\"338\" title=\"&#8220;How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(15952,1505,'_oembed_time_63b1fcb3e0dc43453aedb68f431c75c2','1529526804'),(15953,1505,'_oembed_0dc928c90b7c768760131f493fc3b3d6','{{unknown}}'),(15954,1505,'_oembed_d7841c341108008601fa6bfd45e9877d','{{unknown}}'),(15955,1505,'_oembed_40a13cbe0598cd34470e2068d6d5b1b0','{{unknown}}'),(15956,1505,'_oembed_88288a6a8fdc1892db3639b1a045fbbf','<blockquote class=\"wp-embedded-content\" data-secret=\"JR2TSdbz6i\"><a href=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/\">Changing your diet is the first step in addressing Hashimoto&#8217;s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/embed/#?secret=JR2TSdbz6i\" data-secret=\"JR2TSdbz6i\" width=\"600\" height=\"338\" title=\"&#8220;Changing your diet is the first step in addressing Hashimoto&#8217;s&#8221; &#8212; Dr. K. News\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(15957,1505,'_oembed_time_88288a6a8fdc1892db3639b1a045fbbf','1535053648'),(15958,1505,'_oembed_6bfdd057756c7c58246362901ea9cc5a','<blockquote class=\"wp-embedded-content\" data-secret=\"EL52QLJFmX\"><a href=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/\">What To Do If Your TSH Is Normal and You Are Anything But!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/embed/#?secret=EL52QLJFmX\" data-secret=\"EL52QLJFmX\" width=\"600\" height=\"338\" title=\"&#8220;What To Do If Your TSH Is Normal and You Are Anything But!&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(15959,1505,'_oembed_time_6bfdd057756c7c58246362901ea9cc5a','1535053650'),(15960,1505,'_oembed_f64919ffc4b08d3bacaafee3d9d84058','<blockquote class=\"wp-embedded-content\" data-secret=\"krfgO9xlfd\"><a href=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/\">Iodine and Hashimotoâ€™s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/embed/#?secret=krfgO9xlfd\" data-secret=\"krfgO9xlfd\" width=\"600\" height=\"338\" title=\"&#8220;Iodine and Hashimotoâ€™s&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(15961,1505,'_oembed_time_f64919ffc4b08d3bacaafee3d9d84058','1535053650'),(15962,1505,'_thumbnail_id','1506'),(15963,1505,'_wp_page_template','default'),(15964,1505,'rs_page_bg_color','#ffffff'),(15965,1505,'eg_sources_revslider',''),(15966,1505,'eg_sources_essgrid',''),(15967,1505,'eg_featured_grid',''),(15968,1505,'eg_custom_meta_216','true'),(15969,1505,'eg_votes_count','0'),(15971,1505,'_oembed_c2004865cc11e9852830bd0bd49d5f39','{{unknown}}'),(15972,1505,'_dp_original','1491'),(15973,1505,'_edit_lock','1613771678:2'),(15974,1505,'_edit_last','2'),(15975,1506,'_wp_attached_file','2021/02/Chia-X600.jpg'),(15976,1506,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:319;s:4:\"file\";s:21:\"2021/02/Chia-X600.jpg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"Chia-X600-300x160.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Chia-X600-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:20:\"Chia-X600-125x66.jpg\";s:5:\"width\";i:125;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"ttshowcase_small\";a:4:{s:4:\"file\";s:19:\"Chia-X600-75x40.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"Chia-X600-260x138.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:138;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:19:\"Chia-X600-50x27.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:27;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:20:\"Chia-X600-141x75.jpg\";s:5:\"width\";i:141;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:19:\"Chia-X600-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:19:\"Chia-X600-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(15977,1508,'slide_template','default'),(15978,1508,'slide_template','default'),(15979,1508,'eg_sources_html5_mp4',''),(15980,1508,'eg_sources_html5_mp4',''),(15981,1508,'eg_sources_html5_ogv',''),(15982,1508,'eg_sources_html5_ogv',''),(15983,1508,'eg_sources_html5_webm',''),(15984,1508,'eg_sources_html5_webm',''),(15985,1508,'eg_sources_youtube',''),(15986,1508,'eg_sources_youtube',''),(15987,1508,'eg_sources_vimeo',''),(15988,1508,'eg_sources_vimeo',''),(15989,1508,'eg_sources_wistia',''),(15990,1508,'eg_sources_wistia',''),(15991,1508,'eg_sources_image',''),(15992,1508,'eg_sources_image',''),(15993,1508,'eg_sources_iframe',''),(15994,1508,'eg_sources_iframe',''),(15995,1508,'eg_sources_soundcloud',''),(15996,1508,'eg_sources_soundcloud',''),(15997,1508,'eg_vimeo_ratio','0'),(15998,1508,'eg_vimeo_ratio','0'),(15999,1508,'eg_youtube_ratio','0'),(16000,1508,'eg_youtube_ratio','0'),(16001,1508,'eg_wistia_ratio','0'),(16002,1508,'eg_wistia_ratio','0'),(16003,1508,'eg_html5_ratio','0'),(16004,1508,'eg_html5_ratio','0'),(16005,1508,'eg_soundcloud_ratio','0'),(16006,1508,'eg_soundcloud_ratio','0'),(16007,1508,'eg_settings_custom_meta_skin',''),(16008,1508,'eg_settings_custom_meta_skin',''),(16009,1508,'eg_settings_custom_meta_element',''),(16010,1508,'eg_settings_custom_meta_element',''),(16011,1508,'eg_settings_custom_meta_setting',''),(16012,1508,'eg_settings_custom_meta_setting',''),(16013,1508,'eg_settings_custom_meta_style',''),(16014,1508,'eg_settings_custom_meta_style',''),(16015,1508,'mfn-post-hide-content','0'),(16016,1508,'mfn-post-hide-content','0'),(16017,1508,'mfn-post-slider','0'),(16018,1508,'mfn-post-slider','0'),(16019,1508,'mfn-post-slider-layer','0'),(16020,1508,'mfn-post-slider-layer','0'),(16021,1508,'mfn-post-hide-title','1'),(16022,1508,'mfn-post-hide-title','1'),(16023,1508,'mfn-post-remove-padding','0'),(16024,1508,'mfn-post-remove-padding','0'),(16025,1508,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(16026,1508,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(16027,1508,'mfn-post-hide-image','1'),(16028,1508,'mfn-post-hide-image','1'),(16029,1508,'_wpb_vc_js_status','false'),(16030,1508,'_wpb_vc_js_status','false'),(16031,1508,'mfn-post-love','0'),(16032,1508,'mfn-post-love','0'),(16033,1508,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(16034,1508,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(16035,1508,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(16036,1508,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(16037,1508,'_wp_old_slug','blog-title-03'),(16038,1508,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(16039,1508,'_wp_old_slug','blog-title-03'),(16040,1508,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(16041,1508,'_wp_old_slug','cancer-update'),(16042,1508,'_wp_old_slug','magnificent-magnesium'),(16043,1508,'_wp_old_slug','magnificent-magnesium-2'),(16044,1508,'_wp_old_slug','winter_skin_care'),(16045,1508,'mfn-post-sidebar','0'),(16046,1508,'mfn-post-sidebar','0'),(16047,1508,'mfn-post-sidebar2','0'),(16048,1508,'mfn-post-sidebar2','0'),(16049,1508,'_oembed_70c3f7c0b35f507260fceba4aa944398','{{unknown}}'),(16050,1508,'_oembed_3e601594e527c050109c115dc0343e65','{{unknown}}'),(16051,1508,'_oembed_9b1ceae82700066b420cbf8220005e44','<blockquote class=\"wp-embedded-content\" data-secret=\"kASrIgvovz\"><a href=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/\">Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/embed/#?secret=kASrIgvovz\" data-secret=\"kASrIgvovz\" width=\"600\" height=\"338\" title=\"&#8220;Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO&#8221; &#8212; The Paleo Diet  - Robb Wolf on Paleolithic nutrition, intermittent fasting, and fitness\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(16052,1508,'_oembed_time_9b1ceae82700066b420cbf8220005e44','1526497634'),(16053,1508,'_oembed_23dc491aeb7984be5b7c3de7f8f733eb','<blockquote class=\"wp-embedded-content\" data-secret=\"WlCV7gXJBc\"><a href=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/\">RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/embed/#?secret=WlCV7gXJBc\" data-secret=\"WlCV7gXJBc\" width=\"600\" height=\"338\" title=\"&#8220;RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown&#8221; &#8212; Chris Kresser\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(16054,1508,'_oembed_time_23dc491aeb7984be5b7c3de7f8f733eb','1526497635'),(16055,1508,'_oembed_358a61ccc8bf2354ef1120fed79c344e','<blockquote class=\"wp-embedded-content\" data-secret=\"shaF4RzKZS\"><a href=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/\">Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/embed/#?secret=shaF4RzKZS\" data-secret=\"shaF4RzKZS\" width=\"600\" height=\"338\" title=\"&#8220;Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(16056,1508,'_oembed_time_358a61ccc8bf2354ef1120fed79c344e','1526497638'),(16057,1508,'_oembed_af0b1f39f6e075a34328aef17f250879','{{unknown}}'),(16058,1508,'_oembed_f714c39f6931f083180b36cf45638a8c','{{unknown}}'),(16059,1508,'_oembed_5000284a6c9c5bcbac8ae34dc7be08b7','{{unknown}}'),(16060,1508,'_oembed_63b1fcb3e0dc43453aedb68f431c75c2','<blockquote class=\"wp-embedded-content\" data-secret=\"oZNLMh7ADK\"><a href=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/\">How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/embed/#?secret=oZNLMh7ADK\" data-secret=\"oZNLMh7ADK\" width=\"600\" height=\"338\" title=\"&#8220;How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(16061,1508,'_oembed_time_63b1fcb3e0dc43453aedb68f431c75c2','1529526804'),(16062,1508,'_oembed_0dc928c90b7c768760131f493fc3b3d6','{{unknown}}'),(16063,1508,'_oembed_d7841c341108008601fa6bfd45e9877d','{{unknown}}'),(16064,1508,'_oembed_40a13cbe0598cd34470e2068d6d5b1b0','{{unknown}}'),(16065,1508,'_oembed_88288a6a8fdc1892db3639b1a045fbbf','<blockquote class=\"wp-embedded-content\" data-secret=\"JR2TSdbz6i\"><a href=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/\">Changing your diet is the first step in addressing Hashimoto&#8217;s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/embed/#?secret=JR2TSdbz6i\" data-secret=\"JR2TSdbz6i\" width=\"600\" height=\"338\" title=\"&#8220;Changing your diet is the first step in addressing Hashimoto&#8217;s&#8221; &#8212; Dr. K. News\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(16066,1508,'_oembed_time_88288a6a8fdc1892db3639b1a045fbbf','1535053648'),(16067,1508,'_oembed_6bfdd057756c7c58246362901ea9cc5a','<blockquote class=\"wp-embedded-content\" data-secret=\"EL52QLJFmX\"><a href=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/\">What To Do If Your TSH Is Normal and You Are Anything But!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/embed/#?secret=EL52QLJFmX\" data-secret=\"EL52QLJFmX\" width=\"600\" height=\"338\" title=\"&#8220;What To Do If Your TSH Is Normal and You Are Anything But!&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(16068,1508,'_oembed_time_6bfdd057756c7c58246362901ea9cc5a','1535053650'),(16069,1508,'_oembed_f64919ffc4b08d3bacaafee3d9d84058','<blockquote class=\"wp-embedded-content\" data-secret=\"krfgO9xlfd\"><a href=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/\">Iodine and Hashimotoâ€™s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/embed/#?secret=krfgO9xlfd\" data-secret=\"krfgO9xlfd\" width=\"600\" height=\"338\" title=\"&#8220;Iodine and Hashimotoâ€™s&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(16070,1508,'_oembed_time_f64919ffc4b08d3bacaafee3d9d84058','1535053650'),(16071,1508,'_thumbnail_id','1512'),(16072,1508,'_wp_page_template','default'),(16073,1508,'rs_page_bg_color','#ffffff'),(16074,1508,'eg_sources_revslider',''),(16075,1508,'eg_sources_essgrid',''),(16076,1508,'eg_featured_grid',''),(16077,1508,'eg_custom_meta_216','true'),(16078,1508,'eg_votes_count','0'),(16079,1508,'_oembed_c2004865cc11e9852830bd0bd49d5f39','{{unknown}}'),(16081,1508,'_dp_original','1493'),(16082,1508,'_edit_lock','1614273792:2'),(16083,1509,'_wp_attached_file','2021/02/Weight-loss-herbs-600X.jpeg'),(16084,1509,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:462;s:4:\"file\";s:35:\"2021/02/Weight-loss-herbs-600X.jpeg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"Weight-loss-herbs-600X-300x231.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:231;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"Weight-loss-herbs-600X-150x150.jpeg\";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:34:\"Weight-loss-herbs-600X-125x96.jpeg\";s:5:\"width\";i:125;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"ttshowcase_small\";a:4:{s:4:\"file\";s:33:\"Weight-loss-herbs-600X-75x58.jpeg\";s:5:\"width\";i:75;s:6:\"height\";i:58;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"Weight-loss-herbs-600X-190x146.jpeg\";s:5:\"width\";i:190;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:33:\"Weight-loss-herbs-600X-50x39.jpeg\";s:5:\"width\";i:50;s:6:\"height\";i:39;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:33:\"Weight-loss-herbs-600X-97x75.jpeg\";s:5:\"width\";i:97;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:33:\"Weight-loss-herbs-600X-85x85.jpeg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:33:\"Weight-loss-herbs-600X-80x80.jpeg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(16085,1508,'_edit_last','2'),(16087,1512,'_wp_attached_file','2021/02/fat-herbs-X600.jpeg'),(16088,1512,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:366;s:4:\"file\";s:27:\"2021/02/fat-herbs-X600.jpeg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"fat-herbs-X600-300x183.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:183;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"fat-herbs-X600-150x150.jpeg\";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:26:\"fat-herbs-X600-125x76.jpeg\";s:5:\"width\";i:125;s:6:\"height\";i:76;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"ttshowcase_small\";a:4:{s:4:\"file\";s:25:\"fat-herbs-X600-75x46.jpeg\";s:5:\"width\";i:75;s:6:\"height\";i:46;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"fat-herbs-X600-239x146.jpeg\";s:5:\"width\";i:239;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:25:\"fat-herbs-X600-50x31.jpeg\";s:5:\"width\";i:50;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:26:\"fat-herbs-X600-123x75.jpeg\";s:5:\"width\";i:123;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:25:\"fat-herbs-X600-85x85.jpeg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:25:\"fat-herbs-X600-80x80.jpeg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(16090,1514,'slide_template','default'),(16091,1514,'slide_template','default'),(16092,1514,'eg_sources_html5_mp4',''),(16093,1514,'eg_sources_html5_mp4',''),(16094,1514,'eg_sources_html5_ogv',''),(16095,1514,'eg_sources_html5_ogv',''),(16096,1514,'eg_sources_html5_webm',''),(16097,1514,'eg_sources_html5_webm',''),(16098,1514,'eg_sources_youtube',''),(16099,1514,'eg_sources_youtube',''),(16100,1514,'eg_sources_vimeo',''),(16101,1514,'eg_sources_vimeo',''),(16102,1514,'eg_sources_wistia',''),(16103,1514,'eg_sources_wistia',''),(16104,1514,'eg_sources_image',''),(16105,1514,'eg_sources_image',''),(16106,1514,'eg_sources_iframe',''),(16107,1514,'eg_sources_iframe',''),(16108,1514,'eg_sources_soundcloud',''),(16109,1514,'eg_sources_soundcloud',''),(16110,1514,'eg_vimeo_ratio','0'),(16111,1514,'eg_vimeo_ratio','0'),(16112,1514,'eg_youtube_ratio','0'),(16113,1514,'eg_youtube_ratio','0'),(16114,1514,'eg_wistia_ratio','0'),(16115,1514,'eg_wistia_ratio','0'),(16116,1514,'eg_html5_ratio','0'),(16117,1514,'eg_html5_ratio','0'),(16118,1514,'eg_soundcloud_ratio','0'),(16119,1514,'eg_soundcloud_ratio','0'),(16120,1514,'eg_settings_custom_meta_skin',''),(16121,1514,'eg_settings_custom_meta_skin',''),(16122,1514,'eg_settings_custom_meta_element',''),(16123,1514,'eg_settings_custom_meta_element',''),(16124,1514,'eg_settings_custom_meta_setting',''),(16125,1514,'eg_settings_custom_meta_setting',''),(16126,1514,'eg_settings_custom_meta_style',''),(16127,1514,'eg_settings_custom_meta_style',''),(16128,1514,'mfn-post-hide-content','0'),(16129,1514,'mfn-post-hide-content','0'),(16130,1514,'mfn-post-slider','0'),(16131,1514,'mfn-post-slider','0'),(16132,1514,'mfn-post-slider-layer','0'),(16133,1514,'mfn-post-slider-layer','0'),(16134,1514,'mfn-post-hide-title','1'),(16135,1514,'mfn-post-hide-title','1'),(16136,1514,'mfn-post-remove-padding','0'),(16137,1514,'mfn-post-remove-padding','0'),(16138,1514,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(16139,1514,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(16140,1514,'mfn-post-hide-image','1'),(16141,1514,'mfn-post-hide-image','1'),(16142,1514,'_wpb_vc_js_status','false'),(16143,1514,'_wpb_vc_js_status','false'),(16144,1514,'mfn-post-love','0'),(16145,1514,'mfn-post-love','0'),(16146,1514,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(16147,1514,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(16148,1514,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(16149,1514,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(16150,1514,'_wp_old_slug','blog-title-03'),(16151,1514,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(16152,1514,'_wp_old_slug','blog-title-03'),(16153,1514,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(16154,1514,'_wp_old_slug','cancer-update'),(16155,1514,'_wp_old_slug','magnificent-magnesium'),(16156,1514,'_wp_old_slug','magnificent-magnesium-2'),(16157,1514,'_wp_old_slug','winter_skin_care'),(16158,1514,'mfn-post-sidebar','0'),(16159,1514,'mfn-post-sidebar','0'),(16160,1514,'mfn-post-sidebar2','0'),(16161,1514,'mfn-post-sidebar2','0'),(16162,1514,'_oembed_70c3f7c0b35f507260fceba4aa944398','{{unknown}}'),(16163,1514,'_oembed_3e601594e527c050109c115dc0343e65','{{unknown}}'),(16164,1514,'_oembed_9b1ceae82700066b420cbf8220005e44','<blockquote class=\"wp-embedded-content\" data-secret=\"kASrIgvovz\"><a href=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/\">Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/embed/#?secret=kASrIgvovz\" data-secret=\"kASrIgvovz\" width=\"600\" height=\"338\" title=\"&#8220;Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO&#8221; &#8212; The Paleo Diet  - Robb Wolf on Paleolithic nutrition, intermittent fasting, and fitness\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(16165,1514,'_oembed_time_9b1ceae82700066b420cbf8220005e44','1526497634'),(16166,1514,'_oembed_23dc491aeb7984be5b7c3de7f8f733eb','<blockquote class=\"wp-embedded-content\" data-secret=\"WlCV7gXJBc\"><a href=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/\">RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/embed/#?secret=WlCV7gXJBc\" data-secret=\"WlCV7gXJBc\" width=\"600\" height=\"338\" title=\"&#8220;RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown&#8221; &#8212; Chris Kresser\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(16167,1514,'_oembed_time_23dc491aeb7984be5b7c3de7f8f733eb','1526497635'),(16168,1514,'_oembed_358a61ccc8bf2354ef1120fed79c344e','<blockquote class=\"wp-embedded-content\" data-secret=\"shaF4RzKZS\"><a href=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/\">Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/embed/#?secret=shaF4RzKZS\" data-secret=\"shaF4RzKZS\" width=\"600\" height=\"338\" title=\"&#8220;Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(16169,1514,'_oembed_time_358a61ccc8bf2354ef1120fed79c344e','1526497638'),(16170,1514,'_oembed_af0b1f39f6e075a34328aef17f250879','{{unknown}}'),(16171,1514,'_oembed_f714c39f6931f083180b36cf45638a8c','{{unknown}}'),(16172,1514,'_oembed_5000284a6c9c5bcbac8ae34dc7be08b7','{{unknown}}'),(16173,1514,'_oembed_63b1fcb3e0dc43453aedb68f431c75c2','<blockquote class=\"wp-embedded-content\" data-secret=\"oZNLMh7ADK\"><a href=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/\">How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/embed/#?secret=oZNLMh7ADK\" data-secret=\"oZNLMh7ADK\" width=\"600\" height=\"338\" title=\"&#8220;How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(16174,1514,'_oembed_time_63b1fcb3e0dc43453aedb68f431c75c2','1529526804'),(16175,1514,'_oembed_0dc928c90b7c768760131f493fc3b3d6','{{unknown}}'),(16176,1514,'_oembed_d7841c341108008601fa6bfd45e9877d','{{unknown}}'),(16177,1514,'_oembed_40a13cbe0598cd34470e2068d6d5b1b0','{{unknown}}'),(16178,1514,'_oembed_88288a6a8fdc1892db3639b1a045fbbf','<blockquote class=\"wp-embedded-content\" data-secret=\"JR2TSdbz6i\"><a href=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/\">Changing your diet is the first step in addressing Hashimoto&#8217;s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/embed/#?secret=JR2TSdbz6i\" data-secret=\"JR2TSdbz6i\" width=\"600\" height=\"338\" title=\"&#8220;Changing your diet is the first step in addressing Hashimoto&#8217;s&#8221; &#8212; Dr. K. News\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(16179,1514,'_oembed_time_88288a6a8fdc1892db3639b1a045fbbf','1535053648'),(16180,1514,'_oembed_6bfdd057756c7c58246362901ea9cc5a','<blockquote class=\"wp-embedded-content\" data-secret=\"EL52QLJFmX\"><a href=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/\">What To Do If Your TSH Is Normal and You Are Anything But!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/embed/#?secret=EL52QLJFmX\" data-secret=\"EL52QLJFmX\" width=\"600\" height=\"338\" title=\"&#8220;What To Do If Your TSH Is Normal and You Are Anything But!&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(16181,1514,'_oembed_time_6bfdd057756c7c58246362901ea9cc5a','1535053650'),(16182,1514,'_oembed_f64919ffc4b08d3bacaafee3d9d84058','<blockquote class=\"wp-embedded-content\" data-secret=\"krfgO9xlfd\"><a href=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/\">Iodine and Hashimotoâ€™s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/embed/#?secret=krfgO9xlfd\" data-secret=\"krfgO9xlfd\" width=\"600\" height=\"338\" title=\"&#8220;Iodine and Hashimotoâ€™s&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(16183,1514,'_oembed_time_f64919ffc4b08d3bacaafee3d9d84058','1535053650'),(16184,1514,'_thumbnail_id','1515'),(16185,1514,'_wp_page_template','default'),(16186,1514,'rs_page_bg_color','#ffffff'),(16187,1514,'eg_sources_revslider',''),(16188,1514,'eg_sources_essgrid',''),(16189,1514,'eg_featured_grid',''),(16190,1514,'eg_custom_meta_216','true'),(16191,1514,'eg_votes_count','0'),(16192,1514,'_oembed_c2004865cc11e9852830bd0bd49d5f39','{{unknown}}'),(16194,1514,'_dp_original','1505'),(16195,1514,'_edit_lock','1616775178:2'),(16196,1515,'_wp_attached_file','2021/03/Saffron-X600.jpg'),(16197,1515,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:450;s:4:\"file\";s:24:\"2021/03/Saffron-X600.jpg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"Saffron-X600-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Saffron-X600-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:23:\"Saffron-X600-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:22:\"Saffron-X600-75x56.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:56;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"Saffron-X600-195x146.jpg\";s:5:\"width\";i:195;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:22:\"Saffron-X600-50x38.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:38;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:23:\"Saffron-X600-100x75.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:22:\"Saffron-X600-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:22:\"Saffron-X600-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:3:\"N73\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1287239412\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"5.6\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.006\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(16198,1514,'_edit_last','2'),(16200,1519,'slide_template','default'),(16201,1519,'slide_template','default'),(16202,1519,'eg_sources_html5_mp4',''),(16203,1519,'eg_sources_html5_mp4',''),(16204,1519,'eg_sources_html5_ogv',''),(16205,1519,'eg_sources_html5_ogv',''),(16206,1519,'eg_sources_html5_webm',''),(16207,1519,'eg_sources_html5_webm',''),(16208,1519,'eg_sources_youtube',''),(16209,1519,'eg_sources_youtube',''),(16210,1519,'eg_sources_vimeo',''),(16211,1519,'eg_sources_vimeo',''),(16212,1519,'eg_sources_wistia',''),(16213,1519,'eg_sources_wistia',''),(16214,1519,'eg_sources_image',''),(16215,1519,'eg_sources_image',''),(16216,1519,'eg_sources_iframe',''),(16217,1519,'eg_sources_iframe',''),(16218,1519,'eg_sources_soundcloud',''),(16219,1519,'eg_sources_soundcloud',''),(16220,1519,'eg_vimeo_ratio','0'),(16221,1519,'eg_vimeo_ratio','0'),(16222,1519,'eg_youtube_ratio','0'),(16223,1519,'eg_youtube_ratio','0'),(16224,1519,'eg_wistia_ratio','0'),(16225,1519,'eg_wistia_ratio','0'),(16226,1519,'eg_html5_ratio','0'),(16227,1519,'eg_html5_ratio','0'),(16228,1519,'eg_soundcloud_ratio','0'),(16229,1519,'eg_soundcloud_ratio','0'),(16230,1519,'eg_settings_custom_meta_skin',''),(16231,1519,'eg_settings_custom_meta_skin',''),(16232,1519,'eg_settings_custom_meta_element',''),(16233,1519,'eg_settings_custom_meta_element',''),(16234,1519,'eg_settings_custom_meta_setting',''),(16235,1519,'eg_settings_custom_meta_setting',''),(16236,1519,'eg_settings_custom_meta_style',''),(16237,1519,'eg_settings_custom_meta_style',''),(16238,1519,'mfn-post-hide-content','0'),(16239,1519,'mfn-post-hide-content','0'),(16240,1519,'mfn-post-slider','0'),(16241,1519,'mfn-post-slider','0'),(16242,1519,'mfn-post-slider-layer','0'),(16243,1519,'mfn-post-slider-layer','0'),(16244,1519,'mfn-post-hide-title','1'),(16245,1519,'mfn-post-hide-title','1'),(16246,1519,'mfn-post-remove-padding','0'),(16247,1519,'mfn-post-remove-padding','0'),(16248,1519,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(16249,1519,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(16250,1519,'mfn-post-hide-image','1'),(16251,1519,'mfn-post-hide-image','1'),(16252,1519,'_wpb_vc_js_status','false'),(16253,1519,'_wpb_vc_js_status','false'),(16254,1519,'mfn-post-love','0'),(16255,1519,'mfn-post-love','0'),(16256,1519,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(16257,1519,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(16258,1519,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(16259,1519,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(16260,1519,'_wp_old_slug','blog-title-03'),(16261,1519,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(16262,1519,'_wp_old_slug','blog-title-03'),(16263,1519,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(16264,1519,'_wp_old_slug','cancer-update'),(16265,1519,'_wp_old_slug','magnificent-magnesium'),(16266,1519,'_wp_old_slug','magnificent-magnesium-2'),(16267,1519,'_wp_old_slug','winter_skin_care'),(16268,1519,'mfn-post-sidebar','0'),(16269,1519,'mfn-post-sidebar','0'),(16270,1519,'mfn-post-sidebar2','0'),(16271,1519,'mfn-post-sidebar2','0'),(16272,1519,'_oembed_70c3f7c0b35f507260fceba4aa944398','{{unknown}}'),(16273,1519,'_oembed_3e601594e527c050109c115dc0343e65','{{unknown}}'),(16274,1519,'_oembed_9b1ceae82700066b420cbf8220005e44','<blockquote class=\"wp-embedded-content\" data-secret=\"kASrIgvovz\"><a href=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/\">Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/embed/#?secret=kASrIgvovz\" data-secret=\"kASrIgvovz\" width=\"600\" height=\"338\" title=\"&#8220;Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO&#8221; &#8212; The Paleo Diet  - Robb Wolf on Paleolithic nutrition, intermittent fasting, and fitness\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(16275,1519,'_oembed_time_9b1ceae82700066b420cbf8220005e44','1526497634'),(16276,1519,'_oembed_23dc491aeb7984be5b7c3de7f8f733eb','<blockquote class=\"wp-embedded-content\" data-secret=\"WlCV7gXJBc\"><a href=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/\">RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/embed/#?secret=WlCV7gXJBc\" data-secret=\"WlCV7gXJBc\" width=\"600\" height=\"338\" title=\"&#8220;RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown&#8221; &#8212; Chris Kresser\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(16277,1519,'_oembed_time_23dc491aeb7984be5b7c3de7f8f733eb','1526497635'),(16278,1519,'_oembed_358a61ccc8bf2354ef1120fed79c344e','<blockquote class=\"wp-embedded-content\" data-secret=\"shaF4RzKZS\"><a href=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/\">Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/embed/#?secret=shaF4RzKZS\" data-secret=\"shaF4RzKZS\" width=\"600\" height=\"338\" title=\"&#8220;Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(16279,1519,'_oembed_time_358a61ccc8bf2354ef1120fed79c344e','1526497638'),(16280,1519,'_oembed_af0b1f39f6e075a34328aef17f250879','{{unknown}}'),(16281,1519,'_oembed_f714c39f6931f083180b36cf45638a8c','{{unknown}}'),(16282,1519,'_oembed_5000284a6c9c5bcbac8ae34dc7be08b7','{{unknown}}'),(16283,1519,'_oembed_63b1fcb3e0dc43453aedb68f431c75c2','<blockquote class=\"wp-embedded-content\" data-secret=\"oZNLMh7ADK\"><a href=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/\">How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/embed/#?secret=oZNLMh7ADK\" data-secret=\"oZNLMh7ADK\" width=\"600\" height=\"338\" title=\"&#8220;How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(16284,1519,'_oembed_time_63b1fcb3e0dc43453aedb68f431c75c2','1529526804'),(16285,1519,'_oembed_0dc928c90b7c768760131f493fc3b3d6','{{unknown}}'),(16286,1519,'_oembed_d7841c341108008601fa6bfd45e9877d','{{unknown}}'),(16287,1519,'_oembed_40a13cbe0598cd34470e2068d6d5b1b0','{{unknown}}'),(16288,1519,'_oembed_88288a6a8fdc1892db3639b1a045fbbf','<blockquote class=\"wp-embedded-content\" data-secret=\"JR2TSdbz6i\"><a href=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/\">Changing your diet is the first step in addressing Hashimoto&#8217;s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/embed/#?secret=JR2TSdbz6i\" data-secret=\"JR2TSdbz6i\" width=\"600\" height=\"338\" title=\"&#8220;Changing your diet is the first step in addressing Hashimoto&#8217;s&#8221; &#8212; Dr. K. News\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(16289,1519,'_oembed_time_88288a6a8fdc1892db3639b1a045fbbf','1535053648'),(16290,1519,'_oembed_6bfdd057756c7c58246362901ea9cc5a','<blockquote class=\"wp-embedded-content\" data-secret=\"EL52QLJFmX\"><a href=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/\">What To Do If Your TSH Is Normal and You Are Anything But!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/embed/#?secret=EL52QLJFmX\" data-secret=\"EL52QLJFmX\" width=\"600\" height=\"338\" title=\"&#8220;What To Do If Your TSH Is Normal and You Are Anything But!&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(16291,1519,'_oembed_time_6bfdd057756c7c58246362901ea9cc5a','1535053650'),(16292,1519,'_oembed_f64919ffc4b08d3bacaafee3d9d84058','<blockquote class=\"wp-embedded-content\" data-secret=\"krfgO9xlfd\"><a href=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/\">Iodine and Hashimotoâ€™s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/embed/#?secret=krfgO9xlfd\" data-secret=\"krfgO9xlfd\" width=\"600\" height=\"338\" title=\"&#8220;Iodine and Hashimotoâ€™s&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(16293,1519,'_oembed_time_f64919ffc4b08d3bacaafee3d9d84058','1535053650'),(16294,1519,'_thumbnail_id','1523'),(16295,1519,'_wp_page_template','default'),(16296,1519,'rs_page_bg_color','#ffffff'),(16297,1519,'eg_sources_revslider',''),(16298,1519,'eg_sources_essgrid',''),(16299,1519,'eg_featured_grid',''),(16300,1519,'eg_custom_meta_216','true'),(16301,1519,'eg_votes_count','0'),(16302,1519,'_oembed_c2004865cc11e9852830bd0bd49d5f39','{{unknown}}'),(16304,1519,'_dp_original','1508'),(16305,1519,'_edit_lock','1617123323:2'),(16306,1519,'_edit_last','2'),(16307,1520,'_wp_attached_file','2021/03/Allergies-clothespin-X600.jpeg'),(16308,1520,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:319;s:4:\"file\";s:38:\"2021/03/Allergies-clothespin-X600.jpeg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"Allergies-clothespin-X600-300x160.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Allergies-clothespin-X600-150x150.jpeg\";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:37:\"Allergies-clothespin-X600-125x66.jpeg\";s:5:\"width\";i:125;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"ttshowcase_small\";a:4:{s:4:\"file\";s:36:\"Allergies-clothespin-X600-75x40.jpeg\";s:5:\"width\";i:75;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"Allergies-clothespin-X600-260x138.jpeg\";s:5:\"width\";i:260;s:6:\"height\";i:138;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:36:\"Allergies-clothespin-X600-50x27.jpeg\";s:5:\"width\";i:50;s:6:\"height\";i:27;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:37:\"Allergies-clothespin-X600-141x75.jpeg\";s:5:\"width\";i:141;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:36:\"Allergies-clothespin-X600-85x85.jpeg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:36:\"Allergies-clothespin-X600-80x80.jpeg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(16310,1523,'_wp_attached_file','2021/03/Allergies-clothespin-X600.jpg'),(16311,1523,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:396;s:4:\"file\";s:37:\"2021/03/Allergies-clothespin-X600.jpg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"Allergies-clothespin-X600-300x198.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Allergies-clothespin-X600-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:36:\"Allergies-clothespin-X600-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:35:\"Allergies-clothespin-X600-75x50.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"Allergies-clothespin-X600-221x146.jpg\";s:5:\"width\";i:221;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:35:\"Allergies-clothespin-X600-50x33.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:33;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:36:\"Allergies-clothespin-X600-114x75.jpg\";s:5:\"width\";i:114;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:35:\"Allergies-clothespin-X600-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:35:\"Allergies-clothespin-X600-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(16312,1526,'slide_template','default'),(16313,1526,'slide_template','default'),(16314,1526,'eg_sources_html5_mp4',''),(16315,1526,'eg_sources_html5_mp4',''),(16316,1526,'eg_sources_html5_ogv',''),(16317,1526,'eg_sources_html5_ogv',''),(16318,1526,'eg_sources_html5_webm',''),(16319,1526,'eg_sources_html5_webm',''),(16320,1526,'eg_sources_youtube',''),(16321,1526,'eg_sources_youtube',''),(16322,1526,'eg_sources_vimeo',''),(16323,1526,'eg_sources_vimeo',''),(16324,1526,'eg_sources_wistia',''),(16325,1526,'eg_sources_wistia',''),(16326,1526,'eg_sources_image',''),(16327,1526,'eg_sources_image',''),(16328,1526,'eg_sources_iframe',''),(16329,1526,'eg_sources_iframe',''),(16330,1526,'eg_sources_soundcloud',''),(16331,1526,'eg_sources_soundcloud',''),(16332,1526,'eg_vimeo_ratio','0'),(16333,1526,'eg_vimeo_ratio','0'),(16334,1526,'eg_youtube_ratio','0'),(16335,1526,'eg_youtube_ratio','0'),(16336,1526,'eg_wistia_ratio','0'),(16337,1526,'eg_wistia_ratio','0'),(16338,1526,'eg_html5_ratio','0'),(16339,1526,'eg_html5_ratio','0'),(16340,1526,'eg_soundcloud_ratio','0'),(16341,1526,'eg_soundcloud_ratio','0'),(16342,1526,'eg_settings_custom_meta_skin',''),(16343,1526,'eg_settings_custom_meta_skin',''),(16344,1526,'eg_settings_custom_meta_element',''),(16345,1526,'eg_settings_custom_meta_element',''),(16346,1526,'eg_settings_custom_meta_setting',''),(16347,1526,'eg_settings_custom_meta_setting',''),(16348,1526,'eg_settings_custom_meta_style',''),(16349,1526,'eg_settings_custom_meta_style',''),(16350,1526,'mfn-post-hide-content','0'),(16351,1526,'mfn-post-hide-content','0'),(16352,1526,'mfn-post-slider','0'),(16353,1526,'mfn-post-slider','0'),(16354,1526,'mfn-post-slider-layer','0'),(16355,1526,'mfn-post-slider-layer','0'),(16356,1526,'mfn-post-hide-title','1'),(16357,1526,'mfn-post-hide-title','1'),(16358,1526,'mfn-post-remove-padding','0'),(16359,1526,'mfn-post-remove-padding','0'),(16360,1526,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(16361,1526,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(16362,1526,'mfn-post-hide-image','1'),(16363,1526,'mfn-post-hide-image','1'),(16364,1526,'_wpb_vc_js_status','false'),(16365,1526,'_wpb_vc_js_status','false'),(16366,1526,'mfn-post-love','0'),(16367,1526,'mfn-post-love','0'),(16368,1526,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(16369,1526,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(16370,1526,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(16371,1526,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(16372,1526,'_wp_old_slug','blog-title-03'),(16373,1526,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(16374,1526,'_wp_old_slug','blog-title-03'),(16375,1526,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(16376,1526,'_wp_old_slug','cancer-update'),(16377,1526,'_wp_old_slug','magnificent-magnesium'),(16378,1526,'_wp_old_slug','magnificent-magnesium-2'),(16379,1526,'_wp_old_slug','winter_skin_care'),(16380,1526,'mfn-post-sidebar','0'),(16381,1526,'mfn-post-sidebar','0'),(16382,1526,'mfn-post-sidebar2','0'),(16383,1526,'mfn-post-sidebar2','0'),(16384,1526,'_oembed_70c3f7c0b35f507260fceba4aa944398','{{unknown}}'),(16385,1526,'_oembed_3e601594e527c050109c115dc0343e65','{{unknown}}'),(16386,1526,'_oembed_9b1ceae82700066b420cbf8220005e44','<blockquote class=\"wp-embedded-content\" data-secret=\"kASrIgvovz\"><a href=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/\">Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/embed/#?secret=kASrIgvovz\" data-secret=\"kASrIgvovz\" width=\"600\" height=\"338\" title=\"&#8220;Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO&#8221; &#8212; The Paleo Diet  - Robb Wolf on Paleolithic nutrition, intermittent fasting, and fitness\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(16387,1526,'_oembed_time_9b1ceae82700066b420cbf8220005e44','1526497634'),(16388,1526,'_oembed_23dc491aeb7984be5b7c3de7f8f733eb','<blockquote class=\"wp-embedded-content\" data-secret=\"WlCV7gXJBc\"><a href=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/\">RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/embed/#?secret=WlCV7gXJBc\" data-secret=\"WlCV7gXJBc\" width=\"600\" height=\"338\" title=\"&#8220;RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown&#8221; &#8212; Chris Kresser\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(16389,1526,'_oembed_time_23dc491aeb7984be5b7c3de7f8f733eb','1526497635'),(16390,1526,'_oembed_358a61ccc8bf2354ef1120fed79c344e','<blockquote class=\"wp-embedded-content\" data-secret=\"shaF4RzKZS\"><a href=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/\">Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/embed/#?secret=shaF4RzKZS\" data-secret=\"shaF4RzKZS\" width=\"600\" height=\"338\" title=\"&#8220;Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(16391,1526,'_oembed_time_358a61ccc8bf2354ef1120fed79c344e','1526497638'),(16392,1526,'_oembed_af0b1f39f6e075a34328aef17f250879','{{unknown}}'),(16393,1526,'_oembed_f714c39f6931f083180b36cf45638a8c','{{unknown}}'),(16394,1526,'_oembed_5000284a6c9c5bcbac8ae34dc7be08b7','{{unknown}}'),(16395,1526,'_oembed_63b1fcb3e0dc43453aedb68f431c75c2','<blockquote class=\"wp-embedded-content\" data-secret=\"oZNLMh7ADK\"><a href=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/\">How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/embed/#?secret=oZNLMh7ADK\" data-secret=\"oZNLMh7ADK\" width=\"600\" height=\"338\" title=\"&#8220;How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(16396,1526,'_oembed_time_63b1fcb3e0dc43453aedb68f431c75c2','1529526804'),(16397,1526,'_oembed_0dc928c90b7c768760131f493fc3b3d6','{{unknown}}'),(16398,1526,'_oembed_d7841c341108008601fa6bfd45e9877d','{{unknown}}'),(16399,1526,'_oembed_40a13cbe0598cd34470e2068d6d5b1b0','{{unknown}}'),(16400,1526,'_oembed_88288a6a8fdc1892db3639b1a045fbbf','<blockquote class=\"wp-embedded-content\" data-secret=\"JR2TSdbz6i\"><a href=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/\">Changing your diet is the first step in addressing Hashimoto&#8217;s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/embed/#?secret=JR2TSdbz6i\" data-secret=\"JR2TSdbz6i\" width=\"600\" height=\"338\" title=\"&#8220;Changing your diet is the first step in addressing Hashimoto&#8217;s&#8221; &#8212; Dr. K. News\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(16401,1526,'_oembed_time_88288a6a8fdc1892db3639b1a045fbbf','1535053648'),(16402,1526,'_oembed_6bfdd057756c7c58246362901ea9cc5a','<blockquote class=\"wp-embedded-content\" data-secret=\"EL52QLJFmX\"><a href=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/\">What To Do If Your TSH Is Normal and You Are Anything But!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/embed/#?secret=EL52QLJFmX\" data-secret=\"EL52QLJFmX\" width=\"600\" height=\"338\" title=\"&#8220;What To Do If Your TSH Is Normal and You Are Anything But!&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(16403,1526,'_oembed_time_6bfdd057756c7c58246362901ea9cc5a','1535053650'),(16404,1526,'_oembed_f64919ffc4b08d3bacaafee3d9d84058','<blockquote class=\"wp-embedded-content\" data-secret=\"krfgO9xlfd\"><a href=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/\">Iodine and Hashimotoâ€™s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/embed/#?secret=krfgO9xlfd\" data-secret=\"krfgO9xlfd\" width=\"600\" height=\"338\" title=\"&#8220;Iodine and Hashimotoâ€™s&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(16405,1526,'_oembed_time_f64919ffc4b08d3bacaafee3d9d84058','1535053650'),(16406,1526,'_thumbnail_id','1528'),(16407,1526,'_wp_page_template','default'),(16408,1526,'rs_page_bg_color','#ffffff'),(16409,1526,'eg_sources_revslider',''),(16410,1526,'eg_sources_essgrid',''),(16411,1526,'eg_featured_grid',''),(16412,1526,'eg_custom_meta_216','true'),(16413,1526,'eg_votes_count','0'),(16414,1526,'_oembed_c2004865cc11e9852830bd0bd49d5f39','{{unknown}}'),(16417,1526,'_dp_original','1514'),(16418,1526,'_edit_lock','1619024292:2'),(16419,1526,'_edit_last','2'),(16420,1527,'_wp_attached_file','2021/04/Mothers-Day-basket-X600.-jpg-.jpeg'),(16421,1527,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:800;s:4:\"file\";s:42:\"2021/04/Mothers-Day-basket-X600.-jpg-.jpeg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"Mothers-Day-basket-X600.-jpg--225x300.jpeg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"Mothers-Day-basket-X600.-jpg--150x150.jpeg\";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:41:\"Mothers-Day-basket-X600.-jpg--94x125.jpeg\";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:40:\"Mothers-Day-basket-X600.-jpg--56x75.jpeg\";s:5:\"width\";i:56;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:42:\"Mothers-Day-basket-X600.-jpg--110x146.jpeg\";s:5:\"width\";i:110;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:40:\"Mothers-Day-basket-X600.-jpg--38x50.jpeg\";s:5:\"width\";i:38;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:40:\"Mothers-Day-basket-X600.-jpg--56x75.jpeg\";s:5:\"width\";i:56;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:40:\"Mothers-Day-basket-X600.-jpg--85x85.jpeg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:40:\"Mothers-Day-basket-X600.-jpg--80x80.jpeg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:42:\"Mothers-Day-basket-X600.-jpg--600x500.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:42:\"Mothers-Day-basket-X600.-jpg--600x750.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:42:\"Mothers-Day-basket-X600.-jpg--600x750.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:42:\"Mothers-Day-basket-X600.-jpg--600x480.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:480;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:{}}}'),(16422,1528,'_wp_attached_file','2021/04/Mothers-Day-basket-X600.-jpg-1-1.jpeg'),(16423,1528,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:800;s:4:\"file\";s:45:\"2021/04/Mothers-Day-basket-X600.-jpg-1-1.jpeg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"Mothers-Day-basket-X600.-jpg-1-1-225x300.jpeg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"Mothers-Day-basket-X600.-jpg-1-1-150x150.jpeg\";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:44:\"Mothers-Day-basket-X600.-jpg-1-1-94x125.jpeg\";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:43:\"Mothers-Day-basket-X600.-jpg-1-1-56x75.jpeg\";s:5:\"width\";i:56;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:45:\"Mothers-Day-basket-X600.-jpg-1-1-110x146.jpeg\";s:5:\"width\";i:110;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:43:\"Mothers-Day-basket-X600.-jpg-1-1-38x50.jpeg\";s:5:\"width\";i:38;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:43:\"Mothers-Day-basket-X600.-jpg-1-1-56x75.jpeg\";s:5:\"width\";i:56;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:43:\"Mothers-Day-basket-X600.-jpg-1-1-85x85.jpeg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:43:\"Mothers-Day-basket-X600.-jpg-1-1-80x80.jpeg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:45:\"Mothers-Day-basket-X600.-jpg-1-1-600x500.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-list\";a:4:{s:4:\"file\";s:45:\"Mothers-Day-basket-X600.-jpg-1-1-600x750.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:45:\"Mothers-Day-basket-X600.-jpg-1-1-600x750.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:45:\"Mothers-Day-basket-X600.-jpg-1-1-600x480.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:480;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:{}}}'),(16424,1531,'slide_template','default'),(16425,1531,'slide_template','default'),(16426,1531,'eg_sources_html5_mp4',''),(16427,1531,'eg_sources_html5_mp4',''),(16428,1531,'eg_sources_html5_ogv',''),(16429,1531,'eg_sources_html5_ogv',''),(16430,1531,'eg_sources_html5_webm',''),(16431,1531,'eg_sources_html5_webm',''),(16432,1531,'eg_sources_youtube',''),(16433,1531,'eg_sources_youtube',''),(16434,1531,'eg_sources_vimeo',''),(16435,1531,'eg_sources_vimeo',''),(16436,1531,'eg_sources_wistia',''),(16437,1531,'eg_sources_wistia',''),(16438,1531,'eg_sources_image',''),(16439,1531,'eg_sources_image',''),(16440,1531,'eg_sources_iframe',''),(16441,1531,'eg_sources_iframe',''),(16442,1531,'eg_sources_soundcloud',''),(16443,1531,'eg_sources_soundcloud',''),(16444,1531,'eg_vimeo_ratio','0'),(16445,1531,'eg_vimeo_ratio','0'),(16446,1531,'eg_youtube_ratio','0'),(16447,1531,'eg_youtube_ratio','0'),(16448,1531,'eg_wistia_ratio','0'),(16449,1531,'eg_wistia_ratio','0'),(16450,1531,'eg_html5_ratio','0'),(16451,1531,'eg_html5_ratio','0'),(16452,1531,'eg_soundcloud_ratio','0'),(16453,1531,'eg_soundcloud_ratio','0'),(16454,1531,'eg_settings_custom_meta_skin',''),(16455,1531,'eg_settings_custom_meta_skin',''),(16456,1531,'eg_settings_custom_meta_element',''),(16457,1531,'eg_settings_custom_meta_element',''),(16458,1531,'eg_settings_custom_meta_setting',''),(16459,1531,'eg_settings_custom_meta_setting',''),(16460,1531,'eg_settings_custom_meta_style',''),(16461,1531,'eg_settings_custom_meta_style',''),(16462,1531,'mfn-post-hide-content','0'),(16463,1531,'mfn-post-hide-content','0'),(16464,1531,'mfn-post-slider','0'),(16465,1531,'mfn-post-slider','0'),(16466,1531,'mfn-post-slider-layer','0'),(16467,1531,'mfn-post-slider-layer','0'),(16468,1531,'mfn-post-hide-title','1'),(16469,1531,'mfn-post-hide-title','1'),(16470,1531,'mfn-post-remove-padding','0'),(16471,1531,'mfn-post-remove-padding','0'),(16472,1531,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(16473,1531,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(16474,1531,'mfn-post-hide-image','1'),(16475,1531,'mfn-post-hide-image','1'),(16476,1531,'_wpb_vc_js_status','false'),(16477,1531,'_wpb_vc_js_status','false'),(16478,1531,'mfn-post-love','0'),(16479,1531,'mfn-post-love','0'),(16480,1531,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(16481,1531,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(16482,1531,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(16483,1531,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(16484,1531,'_wp_old_slug','blog-title-03'),(16485,1531,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(16486,1531,'_wp_old_slug','blog-title-03'),(16487,1531,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(16488,1531,'_wp_old_slug','cancer-update'),(16489,1531,'_wp_old_slug','magnificent-magnesium'),(16490,1531,'_wp_old_slug','magnificent-magnesium-2'),(16491,1531,'_wp_old_slug','winter_skin_care'),(16492,1531,'mfn-post-sidebar','0'),(16493,1531,'mfn-post-sidebar','0'),(16494,1531,'mfn-post-sidebar2','0'),(16495,1531,'mfn-post-sidebar2','0'),(16496,1531,'_oembed_70c3f7c0b35f507260fceba4aa944398','{{unknown}}'),(16497,1531,'_oembed_3e601594e527c050109c115dc0343e65','{{unknown}}'),(16498,1531,'_oembed_9b1ceae82700066b420cbf8220005e44','<blockquote class=\"wp-embedded-content\" data-secret=\"kASrIgvovz\"><a href=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/\">Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/embed/#?secret=kASrIgvovz\" data-secret=\"kASrIgvovz\" width=\"600\" height=\"338\" title=\"&#8220;Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO&#8221; &#8212; The Paleo Diet  - Robb Wolf on Paleolithic nutrition, intermittent fasting, and fitness\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(16499,1531,'_oembed_time_9b1ceae82700066b420cbf8220005e44','1526497634'),(16500,1531,'_oembed_23dc491aeb7984be5b7c3de7f8f733eb','<blockquote class=\"wp-embedded-content\" data-secret=\"WlCV7gXJBc\"><a href=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/\">RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/embed/#?secret=WlCV7gXJBc\" data-secret=\"WlCV7gXJBc\" width=\"600\" height=\"338\" title=\"&#8220;RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown&#8221; &#8212; Chris Kresser\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(16501,1531,'_oembed_time_23dc491aeb7984be5b7c3de7f8f733eb','1526497635'),(16502,1531,'_oembed_358a61ccc8bf2354ef1120fed79c344e','<blockquote class=\"wp-embedded-content\" data-secret=\"shaF4RzKZS\"><a href=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/\">Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/embed/#?secret=shaF4RzKZS\" data-secret=\"shaF4RzKZS\" width=\"600\" height=\"338\" title=\"&#8220;Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(16503,1531,'_oembed_time_358a61ccc8bf2354ef1120fed79c344e','1526497638'),(16504,1531,'_oembed_af0b1f39f6e075a34328aef17f250879','{{unknown}}'),(16505,1531,'_oembed_f714c39f6931f083180b36cf45638a8c','{{unknown}}'),(16506,1531,'_oembed_5000284a6c9c5bcbac8ae34dc7be08b7','{{unknown}}'),(16507,1531,'_oembed_63b1fcb3e0dc43453aedb68f431c75c2','<blockquote class=\"wp-embedded-content\" data-secret=\"oZNLMh7ADK\"><a href=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/\">How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/embed/#?secret=oZNLMh7ADK\" data-secret=\"oZNLMh7ADK\" width=\"600\" height=\"338\" title=\"&#8220;How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(16508,1531,'_oembed_time_63b1fcb3e0dc43453aedb68f431c75c2','1529526804'),(16509,1531,'_oembed_0dc928c90b7c768760131f493fc3b3d6','{{unknown}}'),(16510,1531,'_oembed_d7841c341108008601fa6bfd45e9877d','{{unknown}}'),(16511,1531,'_oembed_40a13cbe0598cd34470e2068d6d5b1b0','{{unknown}}'),(16512,1531,'_oembed_88288a6a8fdc1892db3639b1a045fbbf','<blockquote class=\"wp-embedded-content\" data-secret=\"JR2TSdbz6i\"><a href=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/\">Changing your diet is the first step in addressing Hashimoto&#8217;s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/embed/#?secret=JR2TSdbz6i\" data-secret=\"JR2TSdbz6i\" width=\"600\" height=\"338\" title=\"&#8220;Changing your diet is the first step in addressing Hashimoto&#8217;s&#8221; &#8212; Dr. K. News\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(16513,1531,'_oembed_time_88288a6a8fdc1892db3639b1a045fbbf','1535053648'),(16514,1531,'_oembed_6bfdd057756c7c58246362901ea9cc5a','<blockquote class=\"wp-embedded-content\" data-secret=\"EL52QLJFmX\"><a href=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/\">What To Do If Your TSH Is Normal and You Are Anything But!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/embed/#?secret=EL52QLJFmX\" data-secret=\"EL52QLJFmX\" width=\"600\" height=\"338\" title=\"&#8220;What To Do If Your TSH Is Normal and You Are Anything But!&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(16515,1531,'_oembed_time_6bfdd057756c7c58246362901ea9cc5a','1535053650'),(16516,1531,'_oembed_f64919ffc4b08d3bacaafee3d9d84058','<blockquote class=\"wp-embedded-content\" data-secret=\"krfgO9xlfd\"><a href=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/\">Iodine and Hashimotoâ€™s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/embed/#?secret=krfgO9xlfd\" data-secret=\"krfgO9xlfd\" width=\"600\" height=\"338\" title=\"&#8220;Iodine and Hashimotoâ€™s&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(16517,1531,'_oembed_time_f64919ffc4b08d3bacaafee3d9d84058','1535053650'),(16518,1531,'_thumbnail_id','1533'),(16519,1531,'_wp_page_template','default'),(16520,1531,'rs_page_bg_color','#ffffff'),(16521,1531,'eg_sources_revslider',''),(16522,1531,'eg_sources_essgrid',''),(16523,1531,'eg_featured_grid',''),(16524,1531,'eg_custom_meta_216','true'),(16525,1531,'eg_votes_count','0'),(16526,1531,'_oembed_c2004865cc11e9852830bd0bd49d5f39','{{unknown}}'),(16529,1531,'_dp_original','1514'),(16530,1531,'_edit_lock','1619718596:2'),(16531,1532,'_wp_attached_file','2021/04/600px-L-Tyrosin_-_L-Tyrosine.svg-copy.png'),(16532,1532,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:284;s:4:\"file\";s:49:\"2021/04/600px-L-Tyrosin_-_L-Tyrosine.svg-copy.png\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:49:\"600px-L-Tyrosin_-_L-Tyrosine.svg-copy-300x142.png\";s:5:\"width\";i:300;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"600px-L-Tyrosin_-_L-Tyrosine.svg-copy-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"ttshowcase_normal\";a:4:{s:4:\"file\";s:48:\"600px-L-Tyrosin_-_L-Tyrosine.svg-copy-125x59.png\";s:5:\"width\";i:125;s:6:\"height\";i:59;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"ttshowcase_small\";a:4:{s:4:\"file\";s:47:\"600px-L-Tyrosin_-_L-Tyrosine.svg-copy-75x36.png\";s:5:\"width\";i:75;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:49:\"600px-L-Tyrosin_-_L-Tyrosine.svg-copy-260x123.png\";s:5:\"width\";i:260;s:6:\"height\";i:123;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:47:\"600px-L-Tyrosin_-_L-Tyrosine.svg-copy-50x24.png\";s:5:\"width\";i:50;s:6:\"height\";i:24;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:48:\"600px-L-Tyrosin_-_L-Tyrosine.svg-copy-150x71.png\";s:5:\"width\";i:150;s:6:\"height\";i:71;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:47:\"600px-L-Tyrosin_-_L-Tyrosine.svg-copy-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:47:\"600px-L-Tyrosin_-_L-Tyrosine.svg-copy-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(16533,1531,'_edit_last','2'),(16534,1533,'_wp_attached_file','2021/04/l-tyrosine-reviews.jpg'),(16535,1533,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:397;s:4:\"file\";s:30:\"2021/04/l-tyrosine-reviews.jpg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"l-tyrosine-reviews-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"l-tyrosine-reviews-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:29:\"l-tyrosine-reviews-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:28:\"l-tyrosine-reviews-75x50.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"l-tyrosine-reviews-221x146.jpg\";s:5:\"width\";i:221;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:28:\"l-tyrosine-reviews-50x33.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:33;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:29:\"l-tyrosine-reviews-113x75.jpg\";s:5:\"width\";i:113;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:28:\"l-tyrosine-reviews-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:28:\"l-tyrosine-reviews-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(16536,1540,'slide_template','default'),(16537,1540,'slide_template','default'),(16538,1540,'eg_sources_html5_mp4',''),(16539,1540,'eg_sources_html5_mp4',''),(16540,1540,'eg_sources_html5_ogv',''),(16541,1540,'eg_sources_html5_ogv',''),(16542,1540,'eg_sources_html5_webm',''),(16543,1540,'eg_sources_html5_webm',''),(16544,1540,'eg_sources_youtube',''),(16545,1540,'eg_sources_youtube',''),(16546,1540,'eg_sources_vimeo',''),(16547,1540,'eg_sources_vimeo',''),(16548,1540,'eg_sources_wistia',''),(16549,1540,'eg_sources_wistia',''),(16550,1540,'eg_sources_image',''),(16551,1540,'eg_sources_image',''),(16552,1540,'eg_sources_iframe',''),(16553,1540,'eg_sources_iframe',''),(16554,1540,'eg_sources_soundcloud',''),(16555,1540,'eg_sources_soundcloud',''),(16556,1540,'eg_vimeo_ratio','0'),(16557,1540,'eg_vimeo_ratio','0'),(16558,1540,'eg_youtube_ratio','0'),(16559,1540,'eg_youtube_ratio','0'),(16560,1540,'eg_wistia_ratio','0'),(16561,1540,'eg_wistia_ratio','0'),(16562,1540,'eg_html5_ratio','0'),(16563,1540,'eg_html5_ratio','0'),(16564,1540,'eg_soundcloud_ratio','0'),(16565,1540,'eg_soundcloud_ratio','0'),(16566,1540,'eg_settings_custom_meta_skin',''),(16567,1540,'eg_settings_custom_meta_skin',''),(16568,1540,'eg_settings_custom_meta_element',''),(16569,1540,'eg_settings_custom_meta_element',''),(16570,1540,'eg_settings_custom_meta_setting',''),(16571,1540,'eg_settings_custom_meta_setting',''),(16572,1540,'eg_settings_custom_meta_style',''),(16573,1540,'eg_settings_custom_meta_style',''),(16574,1540,'mfn-post-hide-content','0'),(16575,1540,'mfn-post-hide-content','0'),(16576,1540,'mfn-post-slider','0'),(16577,1540,'mfn-post-slider','0'),(16578,1540,'mfn-post-slider-layer','0'),(16579,1540,'mfn-post-slider-layer','0'),(16580,1540,'mfn-post-hide-title','1'),(16581,1540,'mfn-post-hide-title','1'),(16582,1540,'mfn-post-remove-padding','0'),(16583,1540,'mfn-post-remove-padding','0'),(16584,1540,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(16585,1540,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(16586,1540,'mfn-post-hide-image','1'),(16587,1540,'mfn-post-hide-image','1'),(16588,1540,'_wpb_vc_js_status','false'),(16589,1540,'_wpb_vc_js_status','false'),(16590,1540,'mfn-post-love','0'),(16591,1540,'mfn-post-love','0'),(16592,1540,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(16593,1540,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(16594,1540,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(16595,1540,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(16596,1540,'_wp_old_slug','blog-title-03'),(16597,1540,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(16598,1540,'_wp_old_slug','blog-title-03'),(16599,1540,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(16600,1540,'_wp_old_slug','cancer-update'),(16601,1540,'_wp_old_slug','magnificent-magnesium'),(16602,1540,'_wp_old_slug','magnificent-magnesium-2'),(16603,1540,'_wp_old_slug','winter_skin_care'),(16604,1540,'mfn-post-sidebar','0'),(16605,1540,'mfn-post-sidebar','0'),(16606,1540,'mfn-post-sidebar2','0'),(16607,1540,'mfn-post-sidebar2','0'),(16608,1540,'_oembed_70c3f7c0b35f507260fceba4aa944398','{{unknown}}'),(16609,1540,'_oembed_3e601594e527c050109c115dc0343e65','{{unknown}}'),(16610,1540,'_oembed_9b1ceae82700066b420cbf8220005e44','<blockquote class=\"wp-embedded-content\" data-secret=\"kASrIgvovz\"><a href=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/\">Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/embed/#?secret=kASrIgvovz\" data-secret=\"kASrIgvovz\" width=\"600\" height=\"338\" title=\"&#8220;Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO&#8221; &#8212; The Paleo Diet  - Robb Wolf on Paleolithic nutrition, intermittent fasting, and fitness\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(16611,1540,'_oembed_time_9b1ceae82700066b420cbf8220005e44','1526497634'),(16612,1540,'_oembed_23dc491aeb7984be5b7c3de7f8f733eb','<blockquote class=\"wp-embedded-content\" data-secret=\"WlCV7gXJBc\"><a href=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/\">RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/embed/#?secret=WlCV7gXJBc\" data-secret=\"WlCV7gXJBc\" width=\"600\" height=\"338\" title=\"&#8220;RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown&#8221; &#8212; Chris Kresser\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(16613,1540,'_oembed_time_23dc491aeb7984be5b7c3de7f8f733eb','1526497635'),(16614,1540,'_oembed_358a61ccc8bf2354ef1120fed79c344e','<blockquote class=\"wp-embedded-content\" data-secret=\"shaF4RzKZS\"><a href=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/\">Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/embed/#?secret=shaF4RzKZS\" data-secret=\"shaF4RzKZS\" width=\"600\" height=\"338\" title=\"&#8220;Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(16615,1540,'_oembed_time_358a61ccc8bf2354ef1120fed79c344e','1526497638'),(16616,1540,'_oembed_af0b1f39f6e075a34328aef17f250879','{{unknown}}'),(16617,1540,'_oembed_f714c39f6931f083180b36cf45638a8c','{{unknown}}'),(16618,1540,'_oembed_5000284a6c9c5bcbac8ae34dc7be08b7','{{unknown}}'),(16619,1540,'_oembed_63b1fcb3e0dc43453aedb68f431c75c2','<blockquote class=\"wp-embedded-content\" data-secret=\"oZNLMh7ADK\"><a href=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/\">How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/embed/#?secret=oZNLMh7ADK\" data-secret=\"oZNLMh7ADK\" width=\"600\" height=\"338\" title=\"&#8220;How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(16620,1540,'_oembed_time_63b1fcb3e0dc43453aedb68f431c75c2','1529526804'),(16621,1540,'_oembed_0dc928c90b7c768760131f493fc3b3d6','{{unknown}}'),(16622,1540,'_oembed_d7841c341108008601fa6bfd45e9877d','{{unknown}}'),(16623,1540,'_oembed_40a13cbe0598cd34470e2068d6d5b1b0','{{unknown}}'),(16624,1540,'_oembed_88288a6a8fdc1892db3639b1a045fbbf','<blockquote class=\"wp-embedded-content\" data-secret=\"JR2TSdbz6i\"><a href=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/\">Changing your diet is the first step in addressing Hashimoto&#8217;s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/embed/#?secret=JR2TSdbz6i\" data-secret=\"JR2TSdbz6i\" width=\"600\" height=\"338\" title=\"&#8220;Changing your diet is the first step in addressing Hashimoto&#8217;s&#8221; &#8212; Dr. K. News\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(16625,1540,'_oembed_time_88288a6a8fdc1892db3639b1a045fbbf','1535053648'),(16626,1540,'_oembed_6bfdd057756c7c58246362901ea9cc5a','<blockquote class=\"wp-embedded-content\" data-secret=\"EL52QLJFmX\"><a href=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/\">What To Do If Your TSH Is Normal and You Are Anything But!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/embed/#?secret=EL52QLJFmX\" data-secret=\"EL52QLJFmX\" width=\"600\" height=\"338\" title=\"&#8220;What To Do If Your TSH Is Normal and You Are Anything But!&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(16627,1540,'_oembed_time_6bfdd057756c7c58246362901ea9cc5a','1535053650'),(16628,1540,'_oembed_f64919ffc4b08d3bacaafee3d9d84058','<blockquote class=\"wp-embedded-content\" data-secret=\"krfgO9xlfd\"><a href=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/\">Iodine and Hashimotoâ€™s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/embed/#?secret=krfgO9xlfd\" data-secret=\"krfgO9xlfd\" width=\"600\" height=\"338\" title=\"&#8220;Iodine and Hashimotoâ€™s&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(16629,1540,'_oembed_time_f64919ffc4b08d3bacaafee3d9d84058','1535053650'),(16630,1540,'_thumbnail_id','1541'),(16631,1540,'_wp_page_template','default'),(16632,1540,'rs_page_bg_color','#ffffff'),(16633,1540,'eg_sources_revslider',''),(16634,1540,'eg_sources_essgrid',''),(16635,1540,'eg_featured_grid',''),(16636,1540,'eg_custom_meta_216','true'),(16637,1540,'eg_votes_count','0'),(16638,1540,'_oembed_c2004865cc11e9852830bd0bd49d5f39','{{unknown}}'),(16640,1540,'_dp_original','1526'),(16641,1540,'_edit_lock','1622133353:2'),(16642,1540,'_edit_last','2'),(16643,1541,'_wp_attached_file','2021/05/Fathers-Day-display-600X.jpg'),(16644,1541,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:606;s:4:\"file\";s:36:\"2021/05/Fathers-Day-display-600X.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"Fathers-Day-display-600X-297x300.jpg\";s:5:\"width\";i:297;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Fathers-Day-display-600X-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:36:\"Fathers-Day-display-600X-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:34:\"Fathers-Day-display-600X-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"Fathers-Day-display-600X-145x146.jpg\";s:5:\"width\";i:145;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:34:\"Fathers-Day-display-600X-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:34:\"Fathers-Day-display-600X-74x75.jpg\";s:5:\"width\";i:74;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:34:\"Fathers-Day-display-600X-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:34:\"Fathers-Day-display-600X-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:36:\"Fathers-Day-display-600X-600x500.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:36:\"Fathers-Day-display-600X-600x480.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:480;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:{}}}'),(16646,1540,'_wp_old_slug','mothers_day_basket'),(16647,1540,'_wp_old_slug','mothers_day_basket-2'),(16648,1551,'slide_template','default'),(16649,1551,'slide_template','default'),(16650,1551,'eg_sources_html5_mp4',''),(16651,1551,'eg_sources_html5_mp4',''),(16652,1551,'eg_sources_html5_ogv',''),(16653,1551,'eg_sources_html5_ogv',''),(16654,1551,'eg_sources_html5_webm',''),(16655,1551,'eg_sources_html5_webm',''),(16656,1551,'eg_sources_youtube',''),(16657,1551,'eg_sources_youtube',''),(16658,1551,'eg_sources_vimeo',''),(16659,1551,'eg_sources_vimeo',''),(16660,1551,'eg_sources_wistia',''),(16661,1551,'eg_sources_wistia',''),(16662,1551,'eg_sources_image',''),(16663,1551,'eg_sources_image',''),(16664,1551,'eg_sources_iframe',''),(16665,1551,'eg_sources_iframe',''),(16666,1551,'eg_sources_soundcloud',''),(16667,1551,'eg_sources_soundcloud',''),(16668,1551,'eg_vimeo_ratio','0'),(16669,1551,'eg_vimeo_ratio','0'),(16670,1551,'eg_youtube_ratio','0'),(16671,1551,'eg_youtube_ratio','0'),(16672,1551,'eg_wistia_ratio','0'),(16673,1551,'eg_wistia_ratio','0'),(16674,1551,'eg_html5_ratio','0'),(16675,1551,'eg_html5_ratio','0'),(16676,1551,'eg_soundcloud_ratio','0'),(16677,1551,'eg_soundcloud_ratio','0'),(16678,1551,'eg_settings_custom_meta_skin',''),(16679,1551,'eg_settings_custom_meta_skin',''),(16680,1551,'eg_settings_custom_meta_element',''),(16681,1551,'eg_settings_custom_meta_element',''),(16682,1551,'eg_settings_custom_meta_setting',''),(16683,1551,'eg_settings_custom_meta_setting',''),(16684,1551,'eg_settings_custom_meta_style',''),(16685,1551,'eg_settings_custom_meta_style',''),(16686,1551,'mfn-post-hide-content','0'),(16687,1551,'mfn-post-hide-content','0'),(16688,1551,'mfn-post-slider','0'),(16689,1551,'mfn-post-slider','0'),(16690,1551,'mfn-post-slider-layer','0'),(16691,1551,'mfn-post-slider-layer','0'),(16692,1551,'mfn-post-hide-title','1'),(16693,1551,'mfn-post-hide-title','1'),(16694,1551,'mfn-post-remove-padding','0'),(16695,1551,'mfn-post-remove-padding','0'),(16696,1551,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(16697,1551,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(16698,1551,'mfn-post-hide-image','1'),(16699,1551,'mfn-post-hide-image','1'),(16700,1551,'_wpb_vc_js_status','false'),(16701,1551,'_wpb_vc_js_status','false'),(16702,1551,'mfn-post-love','0'),(16703,1551,'mfn-post-love','0'),(16704,1551,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(16705,1551,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(16706,1551,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(16707,1551,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(16708,1551,'_wp_old_slug','blog-title-03'),(16709,1551,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(16710,1551,'_wp_old_slug','blog-title-03'),(16711,1551,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(16712,1551,'_wp_old_slug','cancer-update'),(16713,1551,'_wp_old_slug','magnificent-magnesium'),(16714,1551,'_wp_old_slug','magnificent-magnesium-2'),(16715,1551,'_wp_old_slug','winter_skin_care'),(16716,1551,'mfn-post-sidebar','0'),(16717,1551,'mfn-post-sidebar','0'),(16718,1551,'mfn-post-sidebar2','0'),(16719,1551,'mfn-post-sidebar2','0'),(16720,1551,'_oembed_70c3f7c0b35f507260fceba4aa944398','{{unknown}}'),(16721,1551,'_oembed_3e601594e527c050109c115dc0343e65','{{unknown}}'),(16722,1551,'_oembed_9b1ceae82700066b420cbf8220005e44','<blockquote class=\"wp-embedded-content\" data-secret=\"kASrIgvovz\"><a href=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/\">Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/embed/#?secret=kASrIgvovz\" data-secret=\"kASrIgvovz\" width=\"600\" height=\"338\" title=\"&#8220;Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO&#8221; &#8212; The Paleo Diet  - Robb Wolf on Paleolithic nutrition, intermittent fasting, and fitness\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(16723,1551,'_oembed_time_9b1ceae82700066b420cbf8220005e44','1526497634'),(16724,1551,'_oembed_23dc491aeb7984be5b7c3de7f8f733eb','<blockquote class=\"wp-embedded-content\" data-secret=\"WlCV7gXJBc\"><a href=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/\">RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/embed/#?secret=WlCV7gXJBc\" data-secret=\"WlCV7gXJBc\" width=\"600\" height=\"338\" title=\"&#8220;RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown&#8221; &#8212; Chris Kresser\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(16725,1551,'_oembed_time_23dc491aeb7984be5b7c3de7f8f733eb','1526497635'),(16726,1551,'_oembed_358a61ccc8bf2354ef1120fed79c344e','<blockquote class=\"wp-embedded-content\" data-secret=\"shaF4RzKZS\"><a href=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/\">Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/embed/#?secret=shaF4RzKZS\" data-secret=\"shaF4RzKZS\" width=\"600\" height=\"338\" title=\"&#8220;Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(16727,1551,'_oembed_time_358a61ccc8bf2354ef1120fed79c344e','1526497638'),(16728,1551,'_oembed_af0b1f39f6e075a34328aef17f250879','{{unknown}}'),(16729,1551,'_oembed_f714c39f6931f083180b36cf45638a8c','{{unknown}}'),(16730,1551,'_oembed_5000284a6c9c5bcbac8ae34dc7be08b7','{{unknown}}'),(16731,1551,'_oembed_63b1fcb3e0dc43453aedb68f431c75c2','<blockquote class=\"wp-embedded-content\" data-secret=\"oZNLMh7ADK\"><a href=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/\">How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/embed/#?secret=oZNLMh7ADK\" data-secret=\"oZNLMh7ADK\" width=\"600\" height=\"338\" title=\"&#8220;How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(16732,1551,'_oembed_time_63b1fcb3e0dc43453aedb68f431c75c2','1529526804'),(16733,1551,'_oembed_0dc928c90b7c768760131f493fc3b3d6','{{unknown}}'),(16734,1551,'_oembed_d7841c341108008601fa6bfd45e9877d','{{unknown}}'),(16735,1551,'_oembed_40a13cbe0598cd34470e2068d6d5b1b0','{{unknown}}'),(16736,1551,'_oembed_88288a6a8fdc1892db3639b1a045fbbf','<blockquote class=\"wp-embedded-content\" data-secret=\"JR2TSdbz6i\"><a href=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/\">Changing your diet is the first step in addressing Hashimoto&#8217;s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/embed/#?secret=JR2TSdbz6i\" data-secret=\"JR2TSdbz6i\" width=\"600\" height=\"338\" title=\"&#8220;Changing your diet is the first step in addressing Hashimoto&#8217;s&#8221; &#8212; Dr. K. News\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(16737,1551,'_oembed_time_88288a6a8fdc1892db3639b1a045fbbf','1535053648'),(16738,1551,'_oembed_6bfdd057756c7c58246362901ea9cc5a','<blockquote class=\"wp-embedded-content\" data-secret=\"EL52QLJFmX\"><a href=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/\">What To Do If Your TSH Is Normal and You Are Anything But!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/embed/#?secret=EL52QLJFmX\" data-secret=\"EL52QLJFmX\" width=\"600\" height=\"338\" title=\"&#8220;What To Do If Your TSH Is Normal and You Are Anything But!&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(16739,1551,'_oembed_time_6bfdd057756c7c58246362901ea9cc5a','1535053650'),(16740,1551,'_oembed_f64919ffc4b08d3bacaafee3d9d84058','<blockquote class=\"wp-embedded-content\" data-secret=\"krfgO9xlfd\"><a href=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/\">Iodine and Hashimotoâ€™s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/embed/#?secret=krfgO9xlfd\" data-secret=\"krfgO9xlfd\" width=\"600\" height=\"338\" title=\"&#8220;Iodine and Hashimotoâ€™s&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(16741,1551,'_oembed_time_f64919ffc4b08d3bacaafee3d9d84058','1535053650'),(16742,1551,'_thumbnail_id','1552'),(16743,1551,'_wp_page_template','default'),(16744,1551,'rs_page_bg_color','#ffffff'),(16745,1551,'eg_sources_revslider',''),(16746,1551,'eg_sources_essgrid',''),(16747,1551,'eg_featured_grid',''),(16748,1551,'eg_custom_meta_216','true'),(16749,1551,'eg_votes_count','0'),(16750,1551,'_oembed_c2004865cc11e9852830bd0bd49d5f39','{{unknown}}'),(16752,1551,'_dp_original','1531'),(16753,1551,'_edit_lock','1622329005:2'),(16754,1552,'_wp_attached_file','2021/05/L-glutamine-600X.jpeg.png'),(16755,1552,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:400;s:4:\"file\";s:33:\"2021/05/L-glutamine-600X.jpeg.png\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"L-glutamine-600X.jpeg-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"L-glutamine-600X.jpeg-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"ttshowcase_normal\";a:4:{s:4:\"file\";s:32:\"L-glutamine-600X.jpeg-125x83.png\";s:5:\"width\";i:125;s:6:\"height\";i:83;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"ttshowcase_small\";a:4:{s:4:\"file\";s:31:\"L-glutamine-600X.jpeg-75x50.png\";s:5:\"width\";i:75;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"L-glutamine-600X.jpeg-219x146.png\";s:5:\"width\";i:219;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:31:\"L-glutamine-600X.jpeg-50x33.png\";s:5:\"width\";i:50;s:6:\"height\";i:33;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:32:\"L-glutamine-600X.jpeg-113x75.png\";s:5:\"width\";i:113;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:31:\"L-glutamine-600X.jpeg-85x85.png\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:31:\"L-glutamine-600X.jpeg-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(16756,1551,'_edit_last','2'),(16758,1556,'slide_template','default'),(16759,1556,'slide_template','default'),(16760,1556,'eg_sources_html5_mp4',''),(16761,1556,'eg_sources_html5_mp4',''),(16762,1556,'eg_sources_html5_ogv',''),(16763,1556,'eg_sources_html5_ogv',''),(16764,1556,'eg_sources_html5_webm',''),(16765,1556,'eg_sources_html5_webm',''),(16766,1556,'eg_sources_youtube',''),(16767,1556,'eg_sources_youtube',''),(16768,1556,'eg_sources_vimeo',''),(16769,1556,'eg_sources_vimeo',''),(16770,1556,'eg_sources_wistia',''),(16771,1556,'eg_sources_wistia',''),(16772,1556,'eg_sources_image',''),(16773,1556,'eg_sources_image',''),(16774,1556,'eg_sources_iframe',''),(16775,1556,'eg_sources_iframe',''),(16776,1556,'eg_sources_soundcloud',''),(16777,1556,'eg_sources_soundcloud',''),(16778,1556,'eg_vimeo_ratio','0'),(16779,1556,'eg_vimeo_ratio','0'),(16780,1556,'eg_youtube_ratio','0'),(16781,1556,'eg_youtube_ratio','0'),(16782,1556,'eg_wistia_ratio','0'),(16783,1556,'eg_wistia_ratio','0'),(16784,1556,'eg_html5_ratio','0'),(16785,1556,'eg_html5_ratio','0'),(16786,1556,'eg_soundcloud_ratio','0'),(16787,1556,'eg_soundcloud_ratio','0'),(16788,1556,'eg_settings_custom_meta_skin',''),(16789,1556,'eg_settings_custom_meta_skin',''),(16790,1556,'eg_settings_custom_meta_element',''),(16791,1556,'eg_settings_custom_meta_element',''),(16792,1556,'eg_settings_custom_meta_setting',''),(16793,1556,'eg_settings_custom_meta_setting',''),(16794,1556,'eg_settings_custom_meta_style',''),(16795,1556,'eg_settings_custom_meta_style',''),(16796,1556,'mfn-post-hide-content','0'),(16797,1556,'mfn-post-hide-content','0'),(16798,1556,'mfn-post-slider','0'),(16799,1556,'mfn-post-slider','0'),(16800,1556,'mfn-post-slider-layer','0'),(16801,1556,'mfn-post-slider-layer','0'),(16802,1556,'mfn-post-hide-title','1'),(16803,1556,'mfn-post-hide-title','1'),(16804,1556,'mfn-post-remove-padding','0'),(16805,1556,'mfn-post-remove-padding','0'),(16806,1556,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(16807,1556,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(16808,1556,'mfn-post-hide-image','1'),(16809,1556,'mfn-post-hide-image','1'),(16810,1556,'_wpb_vc_js_status','false'),(16811,1556,'_wpb_vc_js_status','false'),(16812,1556,'mfn-post-love','0'),(16813,1556,'mfn-post-love','0'),(16814,1556,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(16815,1556,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(16816,1556,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(16817,1556,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(16818,1556,'_wp_old_slug','blog-title-03'),(16819,1556,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(16820,1556,'_wp_old_slug','blog-title-03'),(16821,1556,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(16822,1556,'_wp_old_slug','cancer-update'),(16823,1556,'_wp_old_slug','magnificent-magnesium'),(16824,1556,'_wp_old_slug','magnificent-magnesium-2'),(16825,1556,'_wp_old_slug','winter_skin_care'),(16826,1556,'mfn-post-sidebar','0'),(16827,1556,'mfn-post-sidebar','0'),(16828,1556,'mfn-post-sidebar2','0'),(16829,1556,'mfn-post-sidebar2','0'),(16830,1556,'_oembed_70c3f7c0b35f507260fceba4aa944398','{{unknown}}'),(16831,1556,'_oembed_3e601594e527c050109c115dc0343e65','{{unknown}}'),(16832,1556,'_oembed_9b1ceae82700066b420cbf8220005e44','<blockquote class=\"wp-embedded-content\" data-secret=\"kASrIgvovz\"><a href=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/\">Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/embed/#?secret=kASrIgvovz\" data-secret=\"kASrIgvovz\" width=\"600\" height=\"338\" title=\"&#8220;Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO&#8221; &#8212; The Paleo Diet  - Robb Wolf on Paleolithic nutrition, intermittent fasting, and fitness\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(16833,1556,'_oembed_time_9b1ceae82700066b420cbf8220005e44','1526497634'),(16834,1556,'_oembed_23dc491aeb7984be5b7c3de7f8f733eb','<blockquote class=\"wp-embedded-content\" data-secret=\"WlCV7gXJBc\"><a href=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/\">RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/embed/#?secret=WlCV7gXJBc\" data-secret=\"WlCV7gXJBc\" width=\"600\" height=\"338\" title=\"&#8220;RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown&#8221; &#8212; Chris Kresser\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(16835,1556,'_oembed_time_23dc491aeb7984be5b7c3de7f8f733eb','1526497635'),(16836,1556,'_oembed_358a61ccc8bf2354ef1120fed79c344e','<blockquote class=\"wp-embedded-content\" data-secret=\"shaF4RzKZS\"><a href=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/\">Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/embed/#?secret=shaF4RzKZS\" data-secret=\"shaF4RzKZS\" width=\"600\" height=\"338\" title=\"&#8220;Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(16837,1556,'_oembed_time_358a61ccc8bf2354ef1120fed79c344e','1526497638'),(16838,1556,'_oembed_af0b1f39f6e075a34328aef17f250879','{{unknown}}'),(16839,1556,'_oembed_f714c39f6931f083180b36cf45638a8c','{{unknown}}'),(16840,1556,'_oembed_5000284a6c9c5bcbac8ae34dc7be08b7','{{unknown}}'),(16841,1556,'_oembed_63b1fcb3e0dc43453aedb68f431c75c2','<blockquote class=\"wp-embedded-content\" data-secret=\"oZNLMh7ADK\"><a href=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/\">How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/embed/#?secret=oZNLMh7ADK\" data-secret=\"oZNLMh7ADK\" width=\"600\" height=\"338\" title=\"&#8220;How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(16842,1556,'_oembed_time_63b1fcb3e0dc43453aedb68f431c75c2','1529526804'),(16843,1556,'_oembed_0dc928c90b7c768760131f493fc3b3d6','{{unknown}}'),(16844,1556,'_oembed_d7841c341108008601fa6bfd45e9877d','{{unknown}}'),(16845,1556,'_oembed_40a13cbe0598cd34470e2068d6d5b1b0','{{unknown}}'),(16846,1556,'_oembed_88288a6a8fdc1892db3639b1a045fbbf','<blockquote class=\"wp-embedded-content\" data-secret=\"JR2TSdbz6i\"><a href=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/\">Changing your diet is the first step in addressing Hashimoto&#8217;s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/embed/#?secret=JR2TSdbz6i\" data-secret=\"JR2TSdbz6i\" width=\"600\" height=\"338\" title=\"&#8220;Changing your diet is the first step in addressing Hashimoto&#8217;s&#8221; &#8212; Dr. K. News\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(16847,1556,'_oembed_time_88288a6a8fdc1892db3639b1a045fbbf','1535053648'),(16848,1556,'_oembed_6bfdd057756c7c58246362901ea9cc5a','<blockquote class=\"wp-embedded-content\" data-secret=\"EL52QLJFmX\"><a href=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/\">What To Do If Your TSH Is Normal and You Are Anything But!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/embed/#?secret=EL52QLJFmX\" data-secret=\"EL52QLJFmX\" width=\"600\" height=\"338\" title=\"&#8220;What To Do If Your TSH Is Normal and You Are Anything But!&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(16849,1556,'_oembed_time_6bfdd057756c7c58246362901ea9cc5a','1535053650'),(16850,1556,'_oembed_f64919ffc4b08d3bacaafee3d9d84058','<blockquote class=\"wp-embedded-content\" data-secret=\"krfgO9xlfd\"><a href=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/\">Iodine and Hashimotoâ€™s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/embed/#?secret=krfgO9xlfd\" data-secret=\"krfgO9xlfd\" width=\"600\" height=\"338\" title=\"&#8220;Iodine and Hashimotoâ€™s&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(16851,1556,'_oembed_time_f64919ffc4b08d3bacaafee3d9d84058','1535053650'),(16852,1556,'_thumbnail_id','1557'),(16853,1556,'_wp_page_template','default'),(16854,1556,'rs_page_bg_color','#ffffff'),(16855,1556,'eg_sources_revslider',''),(16856,1556,'eg_sources_essgrid',''),(16857,1556,'eg_featured_grid',''),(16858,1556,'eg_custom_meta_216','true'),(16859,1556,'eg_votes_count','0'),(16860,1556,'_oembed_c2004865cc11e9852830bd0bd49d5f39','{{unknown}}'),(16862,1556,'_dp_original','1519'),(16863,1556,'_edit_lock','1624660246:2'),(16864,1556,'_edit_last','2'),(16865,1557,'_wp_attached_file','2021/06/DIY-Bug-Spray-600X.jpeg'),(16866,1557,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:31:\"2021/06/DIY-Bug-Spray-600X.jpeg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"DIY-Bug-Spray-600X-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"DIY-Bug-Spray-600X-150x150.jpeg\";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:\"DIY-Bug-Spray-600X-125x125.jpeg\";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:\"DIY-Bug-Spray-600X-75x75.jpeg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"DIY-Bug-Spray-600X-146x146.jpeg\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:29:\"DIY-Bug-Spray-600X-50x50.jpeg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:29:\"DIY-Bug-Spray-600X-75x75.jpeg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:29:\"DIY-Bug-Spray-600X-85x85.jpeg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:29:\"DIY-Bug-Spray-600X-80x80.jpeg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:31:\"DIY-Bug-Spray-600X-600x500.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:31:\"DIY-Bug-Spray-600X-600x480.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:480;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:{}}}'),(16868,1562,'slide_template','default'),(16869,1562,'slide_template','default'),(16870,1562,'eg_sources_html5_mp4',''),(16871,1562,'eg_sources_html5_mp4',''),(16872,1562,'eg_sources_html5_ogv',''),(16873,1562,'eg_sources_html5_ogv',''),(16874,1562,'eg_sources_html5_webm',''),(16875,1562,'eg_sources_html5_webm',''),(16876,1562,'eg_sources_youtube',''),(16877,1562,'eg_sources_youtube',''),(16878,1562,'eg_sources_vimeo',''),(16879,1562,'eg_sources_vimeo',''),(16880,1562,'eg_sources_wistia',''),(16881,1562,'eg_sources_wistia',''),(16882,1562,'eg_sources_image',''),(16883,1562,'eg_sources_image',''),(16884,1562,'eg_sources_iframe',''),(16885,1562,'eg_sources_iframe',''),(16886,1562,'eg_sources_soundcloud',''),(16887,1562,'eg_sources_soundcloud',''),(16888,1562,'eg_vimeo_ratio','0'),(16889,1562,'eg_vimeo_ratio','0'),(16890,1562,'eg_youtube_ratio','0'),(16891,1562,'eg_youtube_ratio','0'),(16892,1562,'eg_wistia_ratio','0'),(16893,1562,'eg_wistia_ratio','0'),(16894,1562,'eg_html5_ratio','0'),(16895,1562,'eg_html5_ratio','0'),(16896,1562,'eg_soundcloud_ratio','0'),(16897,1562,'eg_soundcloud_ratio','0'),(16898,1562,'eg_settings_custom_meta_skin',''),(16899,1562,'eg_settings_custom_meta_skin',''),(16900,1562,'eg_settings_custom_meta_element',''),(16901,1562,'eg_settings_custom_meta_element',''),(16902,1562,'eg_settings_custom_meta_setting',''),(16903,1562,'eg_settings_custom_meta_setting',''),(16904,1562,'eg_settings_custom_meta_style',''),(16905,1562,'eg_settings_custom_meta_style',''),(16906,1562,'mfn-post-hide-content','0'),(16907,1562,'mfn-post-hide-content','0'),(16908,1562,'mfn-post-slider','0'),(16909,1562,'mfn-post-slider','0'),(16910,1562,'mfn-post-slider-layer','0'),(16911,1562,'mfn-post-slider-layer','0'),(16912,1562,'mfn-post-hide-title','1'),(16913,1562,'mfn-post-hide-title','1'),(16914,1562,'mfn-post-remove-padding','0'),(16915,1562,'mfn-post-remove-padding','0'),(16916,1562,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(16917,1562,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(16918,1562,'mfn-post-hide-image','1'),(16919,1562,'mfn-post-hide-image','1'),(16920,1562,'_wpb_vc_js_status','false'),(16921,1562,'_wpb_vc_js_status','false'),(16922,1562,'mfn-post-love','0'),(16923,1562,'mfn-post-love','0'),(16924,1562,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(16925,1562,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(16926,1562,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(16927,1562,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(16928,1562,'_wp_old_slug','blog-title-03'),(16929,1562,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(16930,1562,'_wp_old_slug','blog-title-03'),(16931,1562,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(16932,1562,'_wp_old_slug','cancer-update'),(16933,1562,'_wp_old_slug','magnificent-magnesium'),(16934,1562,'_wp_old_slug','magnificent-magnesium-2'),(16935,1562,'_wp_old_slug','winter_skin_care'),(16936,1562,'mfn-post-sidebar','0'),(16937,1562,'mfn-post-sidebar','0'),(16938,1562,'mfn-post-sidebar2','0'),(16939,1562,'mfn-post-sidebar2','0'),(16940,1562,'_oembed_70c3f7c0b35f507260fceba4aa944398','{{unknown}}'),(16941,1562,'_oembed_3e601594e527c050109c115dc0343e65','{{unknown}}'),(16942,1562,'_oembed_9b1ceae82700066b420cbf8220005e44','<blockquote class=\"wp-embedded-content\" data-secret=\"kASrIgvovz\"><a href=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/\">Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/embed/#?secret=kASrIgvovz\" data-secret=\"kASrIgvovz\" width=\"600\" height=\"338\" title=\"&#8220;Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO&#8221; &#8212; The Paleo Diet  - Robb Wolf on Paleolithic nutrition, intermittent fasting, and fitness\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(16943,1562,'_oembed_time_9b1ceae82700066b420cbf8220005e44','1526497634'),(16944,1562,'_oembed_23dc491aeb7984be5b7c3de7f8f733eb','<blockquote class=\"wp-embedded-content\" data-secret=\"WlCV7gXJBc\"><a href=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/\">RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/embed/#?secret=WlCV7gXJBc\" data-secret=\"WlCV7gXJBc\" width=\"600\" height=\"338\" title=\"&#8220;RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown&#8221; &#8212; Chris Kresser\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(16945,1562,'_oembed_time_23dc491aeb7984be5b7c3de7f8f733eb','1526497635'),(16946,1562,'_oembed_358a61ccc8bf2354ef1120fed79c344e','<blockquote class=\"wp-embedded-content\" data-secret=\"shaF4RzKZS\"><a href=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/\">Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/embed/#?secret=shaF4RzKZS\" data-secret=\"shaF4RzKZS\" width=\"600\" height=\"338\" title=\"&#8220;Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(16947,1562,'_oembed_time_358a61ccc8bf2354ef1120fed79c344e','1526497638'),(16948,1562,'_oembed_af0b1f39f6e075a34328aef17f250879','{{unknown}}'),(16949,1562,'_oembed_f714c39f6931f083180b36cf45638a8c','{{unknown}}'),(16950,1562,'_oembed_5000284a6c9c5bcbac8ae34dc7be08b7','{{unknown}}'),(16951,1562,'_oembed_63b1fcb3e0dc43453aedb68f431c75c2','<blockquote class=\"wp-embedded-content\" data-secret=\"oZNLMh7ADK\"><a href=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/\">How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/embed/#?secret=oZNLMh7ADK\" data-secret=\"oZNLMh7ADK\" width=\"600\" height=\"338\" title=\"&#8220;How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(16952,1562,'_oembed_time_63b1fcb3e0dc43453aedb68f431c75c2','1529526804'),(16953,1562,'_oembed_0dc928c90b7c768760131f493fc3b3d6','{{unknown}}'),(16954,1562,'_oembed_d7841c341108008601fa6bfd45e9877d','{{unknown}}'),(16955,1562,'_oembed_40a13cbe0598cd34470e2068d6d5b1b0','{{unknown}}'),(16956,1562,'_oembed_88288a6a8fdc1892db3639b1a045fbbf','<blockquote class=\"wp-embedded-content\" data-secret=\"JR2TSdbz6i\"><a href=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/\">Changing your diet is the first step in addressing Hashimoto&#8217;s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/embed/#?secret=JR2TSdbz6i\" data-secret=\"JR2TSdbz6i\" width=\"600\" height=\"338\" title=\"&#8220;Changing your diet is the first step in addressing Hashimoto&#8217;s&#8221; &#8212; Dr. K. News\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(16957,1562,'_oembed_time_88288a6a8fdc1892db3639b1a045fbbf','1535053648'),(16958,1562,'_oembed_6bfdd057756c7c58246362901ea9cc5a','<blockquote class=\"wp-embedded-content\" data-secret=\"EL52QLJFmX\"><a href=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/\">What To Do If Your TSH Is Normal and You Are Anything But!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/embed/#?secret=EL52QLJFmX\" data-secret=\"EL52QLJFmX\" width=\"600\" height=\"338\" title=\"&#8220;What To Do If Your TSH Is Normal and You Are Anything But!&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(16959,1562,'_oembed_time_6bfdd057756c7c58246362901ea9cc5a','1535053650'),(16960,1562,'_oembed_f64919ffc4b08d3bacaafee3d9d84058','<blockquote class=\"wp-embedded-content\" data-secret=\"krfgO9xlfd\"><a href=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/\">Iodine and Hashimotoâ€™s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/embed/#?secret=krfgO9xlfd\" data-secret=\"krfgO9xlfd\" width=\"600\" height=\"338\" title=\"&#8220;Iodine and Hashimotoâ€™s&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(16961,1562,'_oembed_time_f64919ffc4b08d3bacaafee3d9d84058','1535053650'),(16962,1562,'_thumbnail_id','1563'),(16963,1562,'_wp_page_template','default'),(16964,1562,'rs_page_bg_color','#ffffff'),(16965,1562,'eg_sources_revslider',''),(16966,1562,'eg_sources_essgrid',''),(16967,1562,'eg_featured_grid',''),(16968,1562,'eg_custom_meta_216','true'),(16969,1562,'eg_votes_count','0'),(16970,1562,'_oembed_c2004865cc11e9852830bd0bd49d5f39','{{unknown}}'),(16973,1562,'_dp_original','1551'),(16974,1562,'_edit_lock','1624911607:2'),(16975,1562,'_edit_last','2'),(16976,1563,'_wp_attached_file','2021/06/Boswellia-600X.jpeg'),(16977,1563,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:27:\"2021/06/Boswellia-600X.jpeg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Boswellia-600X-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Boswellia-600X-150x150.jpeg\";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:27:\"Boswellia-600X-125x125.jpeg\";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:25:\"Boswellia-600X-75x75.jpeg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"Boswellia-600X-146x146.jpeg\";s:5:\"width\";i:146;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:25:\"Boswellia-600X-50x50.jpeg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:25:\"Boswellia-600X-75x75.jpeg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:25:\"Boswellia-600X-85x85.jpeg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:25:\"Boswellia-600X-80x80.jpeg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:27:\"Boswellia-600X-600x500.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:27:\"Boswellia-600X-600x480.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:480;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:{}}}'),(16978,1566,'slide_template','default'),(16979,1566,'slide_template','default'),(16980,1566,'eg_sources_html5_mp4',''),(16981,1566,'eg_sources_html5_mp4',''),(16982,1566,'eg_sources_html5_ogv',''),(16983,1566,'eg_sources_html5_ogv',''),(16984,1566,'eg_sources_html5_webm',''),(16985,1566,'eg_sources_html5_webm',''),(16986,1566,'eg_sources_youtube',''),(16987,1566,'eg_sources_youtube',''),(16988,1566,'eg_sources_vimeo',''),(16989,1566,'eg_sources_vimeo',''),(16990,1566,'eg_sources_wistia',''),(16991,1566,'eg_sources_wistia',''),(16992,1566,'eg_sources_image',''),(16993,1566,'eg_sources_image',''),(16994,1566,'eg_sources_iframe',''),(16995,1566,'eg_sources_iframe',''),(16996,1566,'eg_sources_soundcloud',''),(16997,1566,'eg_sources_soundcloud',''),(16998,1566,'eg_vimeo_ratio','0'),(16999,1566,'eg_vimeo_ratio','0'),(17000,1566,'eg_youtube_ratio','0'),(17001,1566,'eg_youtube_ratio','0'),(17002,1566,'eg_wistia_ratio','0'),(17003,1566,'eg_wistia_ratio','0'),(17004,1566,'eg_html5_ratio','0'),(17005,1566,'eg_html5_ratio','0'),(17006,1566,'eg_soundcloud_ratio','0'),(17007,1566,'eg_soundcloud_ratio','0'),(17008,1566,'eg_settings_custom_meta_skin',''),(17009,1566,'eg_settings_custom_meta_skin',''),(17010,1566,'eg_settings_custom_meta_element',''),(17011,1566,'eg_settings_custom_meta_element',''),(17012,1566,'eg_settings_custom_meta_setting',''),(17013,1566,'eg_settings_custom_meta_setting',''),(17014,1566,'eg_settings_custom_meta_style',''),(17015,1566,'eg_settings_custom_meta_style',''),(17016,1566,'mfn-post-hide-content','0'),(17017,1566,'mfn-post-hide-content','0'),(17018,1566,'mfn-post-slider','0'),(17019,1566,'mfn-post-slider','0'),(17020,1566,'mfn-post-slider-layer','0'),(17021,1566,'mfn-post-slider-layer','0'),(17022,1566,'mfn-post-hide-title','1'),(17023,1566,'mfn-post-hide-title','1'),(17024,1566,'mfn-post-remove-padding','0'),(17025,1566,'mfn-post-remove-padding','0'),(17026,1566,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(17027,1566,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(17028,1566,'mfn-post-hide-image','1'),(17029,1566,'mfn-post-hide-image','1'),(17030,1566,'_wpb_vc_js_status','false'),(17031,1566,'_wpb_vc_js_status','false'),(17032,1566,'mfn-post-love','0'),(17033,1566,'mfn-post-love','0'),(17034,1566,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(17035,1566,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(17036,1566,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(17037,1566,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(17038,1566,'_wp_old_slug','blog-title-03'),(17039,1566,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(17040,1566,'_wp_old_slug','blog-title-03'),(17041,1566,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(17042,1566,'_wp_old_slug','cancer-update'),(17043,1566,'_wp_old_slug','magnificent-magnesium'),(17044,1566,'_wp_old_slug','magnificent-magnesium-2'),(17045,1566,'_wp_old_slug','winter_skin_care'),(17046,1566,'_wp_old_slug','mothers_day_basket'),(17047,1566,'_wp_old_slug','mothers_day_basket-2'),(17048,1566,'mfn-post-sidebar','0'),(17049,1566,'mfn-post-sidebar','0'),(17050,1566,'mfn-post-sidebar2','0'),(17051,1566,'mfn-post-sidebar2','0'),(17052,1566,'_oembed_70c3f7c0b35f507260fceba4aa944398','{{unknown}}'),(17053,1566,'_oembed_3e601594e527c050109c115dc0343e65','{{unknown}}'),(17054,1566,'_oembed_9b1ceae82700066b420cbf8220005e44','<blockquote class=\"wp-embedded-content\" data-secret=\"kASrIgvovz\"><a href=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/\">Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/embed/#?secret=kASrIgvovz\" data-secret=\"kASrIgvovz\" width=\"600\" height=\"338\" title=\"&#8220;Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO&#8221; &#8212; The Paleo Diet  - Robb Wolf on Paleolithic nutrition, intermittent fasting, and fitness\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(17055,1566,'_oembed_time_9b1ceae82700066b420cbf8220005e44','1526497634'),(17056,1566,'_oembed_23dc491aeb7984be5b7c3de7f8f733eb','<blockquote class=\"wp-embedded-content\" data-secret=\"WlCV7gXJBc\"><a href=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/\">RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/embed/#?secret=WlCV7gXJBc\" data-secret=\"WlCV7gXJBc\" width=\"600\" height=\"338\" title=\"&#8220;RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown&#8221; &#8212; Chris Kresser\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(17057,1566,'_oembed_time_23dc491aeb7984be5b7c3de7f8f733eb','1526497635'),(17058,1566,'_oembed_358a61ccc8bf2354ef1120fed79c344e','<blockquote class=\"wp-embedded-content\" data-secret=\"shaF4RzKZS\"><a href=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/\">Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/embed/#?secret=shaF4RzKZS\" data-secret=\"shaF4RzKZS\" width=\"600\" height=\"338\" title=\"&#8220;Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(17059,1566,'_oembed_time_358a61ccc8bf2354ef1120fed79c344e','1526497638'),(17060,1566,'_oembed_af0b1f39f6e075a34328aef17f250879','{{unknown}}'),(17061,1566,'_oembed_f714c39f6931f083180b36cf45638a8c','{{unknown}}'),(17062,1566,'_oembed_5000284a6c9c5bcbac8ae34dc7be08b7','{{unknown}}'),(17063,1566,'_oembed_63b1fcb3e0dc43453aedb68f431c75c2','<blockquote class=\"wp-embedded-content\" data-secret=\"oZNLMh7ADK\"><a href=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/\">How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/embed/#?secret=oZNLMh7ADK\" data-secret=\"oZNLMh7ADK\" width=\"600\" height=\"338\" title=\"&#8220;How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(17064,1566,'_oembed_time_63b1fcb3e0dc43453aedb68f431c75c2','1529526804'),(17065,1566,'_oembed_0dc928c90b7c768760131f493fc3b3d6','{{unknown}}'),(17066,1566,'_oembed_d7841c341108008601fa6bfd45e9877d','{{unknown}}'),(17067,1566,'_oembed_40a13cbe0598cd34470e2068d6d5b1b0','{{unknown}}'),(17068,1566,'_oembed_88288a6a8fdc1892db3639b1a045fbbf','<blockquote class=\"wp-embedded-content\" data-secret=\"JR2TSdbz6i\"><a href=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/\">Changing your diet is the first step in addressing Hashimoto&#8217;s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/embed/#?secret=JR2TSdbz6i\" data-secret=\"JR2TSdbz6i\" width=\"600\" height=\"338\" title=\"&#8220;Changing your diet is the first step in addressing Hashimoto&#8217;s&#8221; &#8212; Dr. K. News\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(17069,1566,'_oembed_time_88288a6a8fdc1892db3639b1a045fbbf','1535053648'),(17070,1566,'_oembed_6bfdd057756c7c58246362901ea9cc5a','<blockquote class=\"wp-embedded-content\" data-secret=\"EL52QLJFmX\"><a href=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/\">What To Do If Your TSH Is Normal and You Are Anything But!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/embed/#?secret=EL52QLJFmX\" data-secret=\"EL52QLJFmX\" width=\"600\" height=\"338\" title=\"&#8220;What To Do If Your TSH Is Normal and You Are Anything But!&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(17071,1566,'_oembed_time_6bfdd057756c7c58246362901ea9cc5a','1535053650'),(17072,1566,'_oembed_f64919ffc4b08d3bacaafee3d9d84058','<blockquote class=\"wp-embedded-content\" data-secret=\"krfgO9xlfd\"><a href=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/\">Iodine and Hashimotoâ€™s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/embed/#?secret=krfgO9xlfd\" data-secret=\"krfgO9xlfd\" width=\"600\" height=\"338\" title=\"&#8220;Iodine and Hashimotoâ€™s&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(17073,1566,'_oembed_time_f64919ffc4b08d3bacaafee3d9d84058','1535053650'),(17074,1566,'_thumbnail_id','1567'),(17075,1566,'_wp_page_template','default'),(17076,1566,'rs_page_bg_color','#ffffff'),(17077,1566,'eg_sources_revslider',''),(17078,1566,'eg_sources_essgrid',''),(17079,1566,'eg_featured_grid',''),(17080,1566,'eg_custom_meta_216','true'),(17081,1566,'eg_votes_count','0'),(17082,1566,'_oembed_c2004865cc11e9852830bd0bd49d5f39','{{unknown}}'),(17085,1566,'_dp_original','1540'),(17086,1566,'_edit_lock','1627572979:2'),(17087,1566,'_edit_last','2'),(17088,1567,'_wp_attached_file','2021/07/CameraPromo-600X.jpeg'),(17089,1567,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:450;s:4:\"file\";s:29:\"2021/07/CameraPromo-600X.jpeg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"CameraPromo-600X-300x225.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"CameraPromo-600X-150x150.jpeg\";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:28:\"CameraPromo-600X-125x94.jpeg\";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:27:\"CameraPromo-600X-75x56.jpeg\";s:5:\"width\";i:75;s:6:\"height\";i:56;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"CameraPromo-600X-195x146.jpeg\";s:5:\"width\";i:195;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:27:\"CameraPromo-600X-50x38.jpeg\";s:5:\"width\";i:50;s:6:\"height\";i:38;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:28:\"CameraPromo-600X-100x75.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:27:\"CameraPromo-600X-85x85.jpeg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:27:\"CameraPromo-600X-80x80.jpeg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(17090,1569,'slide_template','default'),(17091,1569,'slide_template','default'),(17092,1569,'eg_sources_html5_mp4',''),(17093,1569,'eg_sources_html5_mp4',''),(17094,1569,'eg_sources_html5_ogv',''),(17095,1569,'eg_sources_html5_ogv',''),(17096,1569,'eg_sources_html5_webm',''),(17097,1569,'eg_sources_html5_webm',''),(17098,1569,'eg_sources_youtube',''),(17099,1569,'eg_sources_youtube',''),(17100,1569,'eg_sources_vimeo',''),(17101,1569,'eg_sources_vimeo',''),(17102,1569,'eg_sources_wistia',''),(17103,1569,'eg_sources_wistia',''),(17104,1569,'eg_sources_image',''),(17105,1569,'eg_sources_image',''),(17106,1569,'eg_sources_iframe',''),(17107,1569,'eg_sources_iframe',''),(17108,1569,'eg_sources_soundcloud',''),(17109,1569,'eg_sources_soundcloud',''),(17110,1569,'eg_vimeo_ratio','0'),(17111,1569,'eg_vimeo_ratio','0'),(17112,1569,'eg_youtube_ratio','0'),(17113,1569,'eg_youtube_ratio','0'),(17114,1569,'eg_wistia_ratio','0'),(17115,1569,'eg_wistia_ratio','0'),(17116,1569,'eg_html5_ratio','0'),(17117,1569,'eg_html5_ratio','0'),(17118,1569,'eg_soundcloud_ratio','0'),(17119,1569,'eg_soundcloud_ratio','0'),(17120,1569,'eg_settings_custom_meta_skin',''),(17121,1569,'eg_settings_custom_meta_skin',''),(17122,1569,'eg_settings_custom_meta_element',''),(17123,1569,'eg_settings_custom_meta_element',''),(17124,1569,'eg_settings_custom_meta_setting',''),(17125,1569,'eg_settings_custom_meta_setting',''),(17126,1569,'eg_settings_custom_meta_style',''),(17127,1569,'eg_settings_custom_meta_style',''),(17128,1569,'mfn-post-hide-content','0'),(17129,1569,'mfn-post-hide-content','0'),(17130,1569,'mfn-post-slider','0'),(17131,1569,'mfn-post-slider','0'),(17132,1569,'mfn-post-slider-layer','0'),(17133,1569,'mfn-post-slider-layer','0'),(17134,1569,'mfn-post-hide-title','1'),(17135,1569,'mfn-post-hide-title','1'),(17136,1569,'mfn-post-remove-padding','0'),(17137,1569,'mfn-post-remove-padding','0'),(17138,1569,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(17139,1569,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(17140,1569,'mfn-post-hide-image','1'),(17141,1569,'mfn-post-hide-image','1'),(17142,1569,'_wpb_vc_js_status','false'),(17143,1569,'_wpb_vc_js_status','false'),(17144,1569,'mfn-post-love','0'),(17145,1569,'mfn-post-love','0'),(17146,1569,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(17147,1569,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(17148,1569,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(17149,1569,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(17150,1569,'_wp_old_slug','blog-title-03'),(17151,1569,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(17152,1569,'_wp_old_slug','blog-title-03'),(17153,1569,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(17154,1569,'_wp_old_slug','cancer-update'),(17155,1569,'_wp_old_slug','magnificent-magnesium'),(17156,1569,'_wp_old_slug','magnificent-magnesium-2'),(17157,1569,'_wp_old_slug','winter_skin_care'),(17158,1569,'mfn-post-sidebar','0'),(17159,1569,'mfn-post-sidebar','0'),(17160,1569,'mfn-post-sidebar2','0'),(17161,1569,'mfn-post-sidebar2','0'),(17162,1569,'_oembed_70c3f7c0b35f507260fceba4aa944398','{{unknown}}'),(17163,1569,'_oembed_3e601594e527c050109c115dc0343e65','{{unknown}}'),(17164,1569,'_oembed_9b1ceae82700066b420cbf8220005e44','<blockquote class=\"wp-embedded-content\" data-secret=\"kASrIgvovz\"><a href=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/\">Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/embed/#?secret=kASrIgvovz\" data-secret=\"kASrIgvovz\" width=\"600\" height=\"338\" title=\"&#8220;Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO&#8221; &#8212; The Paleo Diet  - Robb Wolf on Paleolithic nutrition, intermittent fasting, and fitness\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(17165,1569,'_oembed_time_9b1ceae82700066b420cbf8220005e44','1526497634'),(17166,1569,'_oembed_23dc491aeb7984be5b7c3de7f8f733eb','<blockquote class=\"wp-embedded-content\" data-secret=\"WlCV7gXJBc\"><a href=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/\">RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/embed/#?secret=WlCV7gXJBc\" data-secret=\"WlCV7gXJBc\" width=\"600\" height=\"338\" title=\"&#8220;RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown&#8221; &#8212; Chris Kresser\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(17167,1569,'_oembed_time_23dc491aeb7984be5b7c3de7f8f733eb','1526497635'),(17168,1569,'_oembed_358a61ccc8bf2354ef1120fed79c344e','<blockquote class=\"wp-embedded-content\" data-secret=\"shaF4RzKZS\"><a href=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/\">Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/embed/#?secret=shaF4RzKZS\" data-secret=\"shaF4RzKZS\" width=\"600\" height=\"338\" title=\"&#8220;Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(17169,1569,'_oembed_time_358a61ccc8bf2354ef1120fed79c344e','1526497638'),(17170,1569,'_oembed_af0b1f39f6e075a34328aef17f250879','{{unknown}}'),(17171,1569,'_oembed_f714c39f6931f083180b36cf45638a8c','{{unknown}}'),(17172,1569,'_oembed_5000284a6c9c5bcbac8ae34dc7be08b7','{{unknown}}'),(17173,1569,'_oembed_63b1fcb3e0dc43453aedb68f431c75c2','<blockquote class=\"wp-embedded-content\" data-secret=\"oZNLMh7ADK\"><a href=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/\">How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/embed/#?secret=oZNLMh7ADK\" data-secret=\"oZNLMh7ADK\" width=\"600\" height=\"338\" title=\"&#8220;How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(17174,1569,'_oembed_time_63b1fcb3e0dc43453aedb68f431c75c2','1529526804'),(17175,1569,'_oembed_0dc928c90b7c768760131f493fc3b3d6','{{unknown}}'),(17176,1569,'_oembed_d7841c341108008601fa6bfd45e9877d','{{unknown}}'),(17177,1569,'_oembed_40a13cbe0598cd34470e2068d6d5b1b0','{{unknown}}'),(17178,1569,'_oembed_88288a6a8fdc1892db3639b1a045fbbf','<blockquote class=\"wp-embedded-content\" data-secret=\"JR2TSdbz6i\"><a href=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/\">Changing your diet is the first step in addressing Hashimoto&#8217;s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/embed/#?secret=JR2TSdbz6i\" data-secret=\"JR2TSdbz6i\" width=\"600\" height=\"338\" title=\"&#8220;Changing your diet is the first step in addressing Hashimoto&#8217;s&#8221; &#8212; Dr. K. News\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(17179,1569,'_oembed_time_88288a6a8fdc1892db3639b1a045fbbf','1535053648'),(17180,1569,'_oembed_6bfdd057756c7c58246362901ea9cc5a','<blockquote class=\"wp-embedded-content\" data-secret=\"EL52QLJFmX\"><a href=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/\">What To Do If Your TSH Is Normal and You Are Anything But!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/embed/#?secret=EL52QLJFmX\" data-secret=\"EL52QLJFmX\" width=\"600\" height=\"338\" title=\"&#8220;What To Do If Your TSH Is Normal and You Are Anything But!&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(17181,1569,'_oembed_time_6bfdd057756c7c58246362901ea9cc5a','1535053650'),(17182,1569,'_oembed_f64919ffc4b08d3bacaafee3d9d84058','<blockquote class=\"wp-embedded-content\" data-secret=\"krfgO9xlfd\"><a href=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/\">Iodine and Hashimotoâ€™s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/embed/#?secret=krfgO9xlfd\" data-secret=\"krfgO9xlfd\" width=\"600\" height=\"338\" title=\"&#8220;Iodine and Hashimotoâ€™s&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(17183,1569,'_oembed_time_f64919ffc4b08d3bacaafee3d9d84058','1535053650'),(17184,1569,'_thumbnail_id','1570'),(17185,1569,'_wp_page_template','default'),(17186,1569,'rs_page_bg_color','#ffffff'),(17187,1569,'eg_sources_revslider',''),(17188,1569,'eg_sources_essgrid',''),(17189,1569,'eg_featured_grid',''),(17190,1569,'eg_custom_meta_216','true'),(17191,1569,'eg_votes_count','0'),(17192,1569,'_oembed_c2004865cc11e9852830bd0bd49d5f39','{{unknown}}'),(17194,1569,'_dp_original','1531'),(17195,1569,'_edit_lock','1627574992:2'),(17196,1570,'_wp_attached_file','2021/07/Alana-Sereno-600X.jpeg'),(17197,1570,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:626;s:4:\"file\";s:30:\"2021/07/Alana-Sereno-600X.jpeg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"Alana-Sereno-600X-288x300.jpeg\";s:5:\"width\";i:288;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Alana-Sereno-600X-150x150.jpeg\";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:30:\"Alana-Sereno-600X-120x125.jpeg\";s:5:\"width\";i:120;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"ttshowcase_small\";a:4:{s:4:\"file\";s:28:\"Alana-Sereno-600X-72x75.jpeg\";s:5:\"width\";i:72;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"Alana-Sereno-600X-140x146.jpeg\";s:5:\"width\";i:140;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:28:\"Alana-Sereno-600X-48x50.jpeg\";s:5:\"width\";i:48;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:28:\"Alana-Sereno-600X-72x75.jpeg\";s:5:\"width\";i:72;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:28:\"Alana-Sereno-600X-85x85.jpeg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:28:\"Alana-Sereno-600X-80x80.jpeg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:30:\"Alana-Sereno-600X-600x500.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:30:\"Alana-Sereno-600X-600x480.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:480;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:{}}}'),(17198,1569,'_edit_last','2'),(17307,1573,'slide_template','default'),(17308,1573,'slide_template','default'),(17309,1573,'eg_sources_html5_mp4',''),(17310,1573,'eg_sources_html5_mp4',''),(17311,1573,'eg_sources_html5_ogv',''),(17312,1573,'eg_sources_html5_ogv',''),(17313,1573,'eg_sources_html5_webm',''),(17314,1573,'eg_sources_html5_webm',''),(17315,1573,'eg_sources_youtube',''),(17316,1573,'eg_sources_youtube',''),(17317,1573,'eg_sources_vimeo',''),(17318,1573,'eg_sources_vimeo',''),(17319,1573,'eg_sources_wistia',''),(17320,1573,'eg_sources_wistia',''),(17321,1573,'eg_sources_image',''),(17322,1573,'eg_sources_image',''),(17323,1573,'eg_sources_iframe',''),(17324,1573,'eg_sources_iframe',''),(17325,1573,'eg_sources_soundcloud',''),(17326,1573,'eg_sources_soundcloud',''),(17327,1573,'eg_vimeo_ratio','0'),(17328,1573,'eg_vimeo_ratio','0'),(17329,1573,'eg_youtube_ratio','0'),(17330,1573,'eg_youtube_ratio','0'),(17331,1573,'eg_wistia_ratio','0'),(17332,1573,'eg_wistia_ratio','0'),(17333,1573,'eg_html5_ratio','0'),(17334,1573,'eg_html5_ratio','0'),(17335,1573,'eg_soundcloud_ratio','0'),(17336,1573,'eg_soundcloud_ratio','0'),(17337,1573,'eg_settings_custom_meta_skin',''),(17338,1573,'eg_settings_custom_meta_skin',''),(17339,1573,'eg_settings_custom_meta_element',''),(17340,1573,'eg_settings_custom_meta_element',''),(17341,1573,'eg_settings_custom_meta_setting',''),(17342,1573,'eg_settings_custom_meta_setting',''),(17343,1573,'eg_settings_custom_meta_style',''),(17344,1573,'eg_settings_custom_meta_style',''),(17345,1573,'mfn-post-hide-content','0'),(17346,1573,'mfn-post-hide-content','0'),(17347,1573,'mfn-post-slider','0'),(17348,1573,'mfn-post-slider','0'),(17349,1573,'mfn-post-slider-layer','0'),(17350,1573,'mfn-post-slider-layer','0'),(17351,1573,'mfn-post-hide-title','1'),(17352,1573,'mfn-post-hide-title','1'),(17353,1573,'mfn-post-remove-padding','0'),(17354,1573,'mfn-post-remove-padding','0'),(17355,1573,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(17356,1573,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(17357,1573,'mfn-post-hide-image','1'),(17358,1573,'mfn-post-hide-image','1'),(17359,1573,'_wpb_vc_js_status','false'),(17360,1573,'_wpb_vc_js_status','false'),(17361,1573,'mfn-post-love','0'),(17362,1573,'mfn-post-love','0'),(17363,1573,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(17364,1573,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(17365,1573,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(17366,1573,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(17367,1573,'_wp_old_slug','blog-title-03'),(17368,1573,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(17369,1573,'_wp_old_slug','blog-title-03'),(17370,1573,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(17371,1573,'_wp_old_slug','cancer-update'),(17372,1573,'_wp_old_slug','magnificent-magnesium'),(17373,1573,'_wp_old_slug','magnificent-magnesium-2'),(17374,1573,'_wp_old_slug','winter_skin_care'),(17375,1573,'mfn-post-sidebar','0'),(17376,1573,'mfn-post-sidebar','0'),(17377,1573,'mfn-post-sidebar2','0'),(17378,1573,'mfn-post-sidebar2','0'),(17379,1573,'_oembed_70c3f7c0b35f507260fceba4aa944398','{{unknown}}'),(17380,1573,'_oembed_3e601594e527c050109c115dc0343e65','{{unknown}}'),(17381,1573,'_oembed_9b1ceae82700066b420cbf8220005e44','<blockquote class=\"wp-embedded-content\" data-secret=\"kASrIgvovz\"><a href=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/\">Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/embed/#?secret=kASrIgvovz\" data-secret=\"kASrIgvovz\" width=\"600\" height=\"338\" title=\"&#8220;Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO&#8221; &#8212; The Paleo Diet  - Robb Wolf on Paleolithic nutrition, intermittent fasting, and fitness\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(17382,1573,'_oembed_time_9b1ceae82700066b420cbf8220005e44','1526497634'),(17383,1573,'_oembed_23dc491aeb7984be5b7c3de7f8f733eb','<blockquote class=\"wp-embedded-content\" data-secret=\"WlCV7gXJBc\"><a href=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/\">RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/embed/#?secret=WlCV7gXJBc\" data-secret=\"WlCV7gXJBc\" width=\"600\" height=\"338\" title=\"&#8220;RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown&#8221; &#8212; Chris Kresser\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(17384,1573,'_oembed_time_23dc491aeb7984be5b7c3de7f8f733eb','1526497635'),(17385,1573,'_oembed_358a61ccc8bf2354ef1120fed79c344e','<blockquote class=\"wp-embedded-content\" data-secret=\"shaF4RzKZS\"><a href=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/\">Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/embed/#?secret=shaF4RzKZS\" data-secret=\"shaF4RzKZS\" width=\"600\" height=\"338\" title=\"&#8220;Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(17386,1573,'_oembed_time_358a61ccc8bf2354ef1120fed79c344e','1526497638'),(17387,1573,'_oembed_af0b1f39f6e075a34328aef17f250879','{{unknown}}'),(17388,1573,'_oembed_f714c39f6931f083180b36cf45638a8c','{{unknown}}'),(17389,1573,'_oembed_5000284a6c9c5bcbac8ae34dc7be08b7','{{unknown}}'),(17390,1573,'_oembed_63b1fcb3e0dc43453aedb68f431c75c2','<blockquote class=\"wp-embedded-content\" data-secret=\"oZNLMh7ADK\"><a href=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/\">How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/embed/#?secret=oZNLMh7ADK\" data-secret=\"oZNLMh7ADK\" width=\"600\" height=\"338\" title=\"&#8220;How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(17391,1573,'_oembed_time_63b1fcb3e0dc43453aedb68f431c75c2','1529526804'),(17392,1573,'_oembed_0dc928c90b7c768760131f493fc3b3d6','{{unknown}}'),(17393,1573,'_oembed_d7841c341108008601fa6bfd45e9877d','{{unknown}}'),(17394,1573,'_oembed_40a13cbe0598cd34470e2068d6d5b1b0','{{unknown}}'),(17395,1573,'_oembed_88288a6a8fdc1892db3639b1a045fbbf','<blockquote class=\"wp-embedded-content\" data-secret=\"JR2TSdbz6i\"><a href=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/\">Changing your diet is the first step in addressing Hashimoto&#8217;s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/embed/#?secret=JR2TSdbz6i\" data-secret=\"JR2TSdbz6i\" width=\"600\" height=\"338\" title=\"&#8220;Changing your diet is the first step in addressing Hashimoto&#8217;s&#8221; &#8212; Dr. K. News\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(17396,1573,'_oembed_time_88288a6a8fdc1892db3639b1a045fbbf','1535053648'),(17397,1573,'_oembed_6bfdd057756c7c58246362901ea9cc5a','<blockquote class=\"wp-embedded-content\" data-secret=\"EL52QLJFmX\"><a href=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/\">What To Do If Your TSH Is Normal and You Are Anything But!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/embed/#?secret=EL52QLJFmX\" data-secret=\"EL52QLJFmX\" width=\"600\" height=\"338\" title=\"&#8220;What To Do If Your TSH Is Normal and You Are Anything But!&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(17398,1573,'_oembed_time_6bfdd057756c7c58246362901ea9cc5a','1535053650'),(17399,1573,'_oembed_f64919ffc4b08d3bacaafee3d9d84058','<blockquote class=\"wp-embedded-content\" data-secret=\"krfgO9xlfd\"><a href=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/\">Iodine and Hashimotoâ€™s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/embed/#?secret=krfgO9xlfd\" data-secret=\"krfgO9xlfd\" width=\"600\" height=\"338\" title=\"&#8220;Iodine and Hashimotoâ€™s&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(17400,1573,'_oembed_time_f64919ffc4b08d3bacaafee3d9d84058','1535053650'),(17401,1573,'_thumbnail_id','1574'),(17402,1573,'_wp_page_template','default'),(17403,1573,'rs_page_bg_color','#ffffff'),(17404,1573,'eg_sources_revslider',''),(17405,1573,'eg_sources_essgrid',''),(17406,1573,'eg_featured_grid',''),(17407,1573,'eg_custom_meta_216','true'),(17408,1573,'eg_votes_count','0'),(17409,1573,'_oembed_c2004865cc11e9852830bd0bd49d5f39','{{unknown}}'),(17412,1573,'_dp_original','1562'),(17413,1573,'_edit_lock','1627668682:2'),(17414,1574,'_wp_attached_file','2021/07/BacktoSchool-600X.jpeg'),(17415,1574,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:450;s:4:\"file\";s:30:\"2021/07/BacktoSchool-600X.jpeg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"BacktoSchool-600X-300x225.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"BacktoSchool-600X-150x150.jpeg\";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:29:\"BacktoSchool-600X-125x94.jpeg\";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:28:\"BacktoSchool-600X-75x56.jpeg\";s:5:\"width\";i:75;s:6:\"height\";i:56;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"BacktoSchool-600X-195x146.jpeg\";s:5:\"width\";i:195;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:28:\"BacktoSchool-600X-50x38.jpeg\";s:5:\"width\";i:50;s:6:\"height\";i:38;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:29:\"BacktoSchool-600X-100x75.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:28:\"BacktoSchool-600X-85x85.jpeg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:28:\"BacktoSchool-600X-80x80.jpeg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"12\";s:6:\"credit\";s:28:\"Gennadiy Poznyakov - Fotolia\";s:6:\"camera\";s:4:\"P30+\";s:7:\"caption\";s:34:\"Back to school supplies. Isolated.\";s:17:\"created_timestamp\";s:10:\"1308059909\";s:9:\"copyright\";s:28:\"Gennadiy Poznyakov - Fotolia\";s:12:\"focal_length\";s:3:\"120\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:24:\"Back to school supplies.\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:47:{i:0;s:17:\"\"school supplies\"\";i:1;s:10:\"stationery\";i:2;s:6:\"school\";i:3;s:8:\"supplies\";i:4;s:9:\"education\";i:5;s:16:\"\"back to school\"\";i:6;s:6:\"nobody\";i:7;s:11:\"\"no people\"\";i:8;s:5:\"apple\";i:9;s:10:\"blackboard\";i:10;s:8:\"knapsack\";i:11;s:8:\"backpack\";i:12;s:5:\"board\";i:13;s:24:\"notebook\n\"exercise book\"\";i:14;s:4:\"book\";i:15;s:10:\"exhibition\";i:16;s:11:\"accessories\";i:17;s:9:\"equipment\";i:18;s:10:\"elementary\";i:19;s:12:\"\"still life\"\";i:20;s:5:\"group\";i:21;s:6:\"object\";i:22;s:10:\"creativity\";i:23;s:9:\"variation\";i:24;s:8:\"learning\";i:25;s:8:\"teaching\";i:26;s:8:\"studying\";i:27;s:5:\"craft\";i:28;s:8:\"homework\";i:29;s:5:\"color\";i:30;s:6:\"crayon\";i:31;s:6:\"pencil\";i:32;s:4:\"glue\";i:33;s:8:\"scissors\";i:34;s:7:\"clipper\";i:35;s:5:\"paper\";i:36;s:3:\"ink\";i:37;s:5:\"chalk\";i:38;s:6:\"rubber\";i:39;s:6:\"eraser\";i:40;s:10:\"lifestyles\";i:41;s:9:\"sharpener\";i:42;s:5:\"ruler\";i:43;s:3:\"jar\";i:44;s:5:\"clock\";i:45;s:5:\"alarm\";i:46;s:4:\"time\";}}}'),(17416,1573,'_edit_last','2'),(17417,14,'rs_page_bg_color','#ffffff'),(17418,14,'eg_sources_revslider',''),(17419,14,'eg_sources_essgrid',''),(17420,14,'eg_featured_grid',''),(17421,14,'eg_custom_meta_216','true'),(17422,14,'eg_votes_count','0'),(17424,1590,'slide_template','default'),(17425,1590,'slide_template','default'),(17426,1590,'eg_sources_html5_mp4',''),(17427,1590,'eg_sources_html5_mp4',''),(17428,1590,'eg_sources_html5_ogv',''),(17429,1590,'eg_sources_html5_ogv',''),(17430,1590,'eg_sources_html5_webm',''),(17431,1590,'eg_sources_html5_webm',''),(17432,1590,'eg_sources_youtube',''),(17433,1590,'eg_sources_youtube',''),(17434,1590,'eg_sources_vimeo',''),(17435,1590,'eg_sources_vimeo',''),(17436,1590,'eg_sources_wistia',''),(17437,1590,'eg_sources_wistia',''),(17438,1590,'eg_sources_image',''),(17439,1590,'eg_sources_image',''),(17440,1590,'eg_sources_iframe',''),(17441,1590,'eg_sources_iframe',''),(17442,1590,'eg_sources_soundcloud',''),(17443,1590,'eg_sources_soundcloud',''),(17444,1590,'eg_vimeo_ratio','0'),(17445,1590,'eg_vimeo_ratio','0'),(17446,1590,'eg_youtube_ratio','0'),(17447,1590,'eg_youtube_ratio','0'),(17448,1590,'eg_wistia_ratio','0'),(17449,1590,'eg_wistia_ratio','0'),(17450,1590,'eg_html5_ratio','0'),(17451,1590,'eg_html5_ratio','0'),(17452,1590,'eg_soundcloud_ratio','0'),(17453,1590,'eg_soundcloud_ratio','0'),(17454,1590,'eg_settings_custom_meta_skin',''),(17455,1590,'eg_settings_custom_meta_skin',''),(17456,1590,'eg_settings_custom_meta_element',''),(17457,1590,'eg_settings_custom_meta_element',''),(17458,1590,'eg_settings_custom_meta_setting',''),(17459,1590,'eg_settings_custom_meta_setting',''),(17460,1590,'eg_settings_custom_meta_style',''),(17461,1590,'eg_settings_custom_meta_style',''),(17462,1590,'mfn-post-hide-content','0'),(17463,1590,'mfn-post-hide-content','0'),(17464,1590,'mfn-post-slider','0'),(17465,1590,'mfn-post-slider','0'),(17466,1590,'mfn-post-slider-layer','0'),(17467,1590,'mfn-post-slider-layer','0'),(17468,1590,'mfn-post-hide-title','1'),(17469,1590,'mfn-post-hide-title','1'),(17470,1590,'mfn-post-remove-padding','0'),(17471,1590,'mfn-post-remove-padding','0'),(17472,1590,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(17473,1590,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(17474,1590,'mfn-post-hide-image','1'),(17475,1590,'mfn-post-hide-image','1'),(17476,1590,'_wpb_vc_js_status','false'),(17477,1590,'_wpb_vc_js_status','false'),(17478,1590,'mfn-post-love','0'),(17479,1590,'mfn-post-love','0'),(17480,1590,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(17481,1590,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(17482,1590,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(17483,1590,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(17484,1590,'_wp_old_slug','blog-title-03'),(17485,1590,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(17486,1590,'_wp_old_slug','blog-title-03'),(17487,1590,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(17488,1590,'_wp_old_slug','cancer-update'),(17489,1590,'_wp_old_slug','magnificent-magnesium'),(17490,1590,'_wp_old_slug','magnificent-magnesium-2'),(17491,1590,'_wp_old_slug','winter_skin_care'),(17492,1590,'mfn-post-sidebar','0'),(17493,1590,'mfn-post-sidebar','0'),(17494,1590,'mfn-post-sidebar2','0'),(17495,1590,'mfn-post-sidebar2','0'),(17496,1590,'_oembed_70c3f7c0b35f507260fceba4aa944398','{{unknown}}'),(17497,1590,'_oembed_3e601594e527c050109c115dc0343e65','{{unknown}}'),(17498,1590,'_oembed_9b1ceae82700066b420cbf8220005e44','<blockquote class=\"wp-embedded-content\" data-secret=\"kASrIgvovz\"><a href=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/\">Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/embed/#?secret=kASrIgvovz\" data-secret=\"kASrIgvovz\" width=\"600\" height=\"338\" title=\"&#8220;Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO&#8221; &#8212; The Paleo Diet  - Robb Wolf on Paleolithic nutrition, intermittent fasting, and fitness\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(17499,1590,'_oembed_time_9b1ceae82700066b420cbf8220005e44','1526497634'),(17500,1590,'_oembed_23dc491aeb7984be5b7c3de7f8f733eb','<blockquote class=\"wp-embedded-content\" data-secret=\"WlCV7gXJBc\"><a href=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/\">RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/embed/#?secret=WlCV7gXJBc\" data-secret=\"WlCV7gXJBc\" width=\"600\" height=\"338\" title=\"&#8220;RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown&#8221; &#8212; Chris Kresser\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(17501,1590,'_oembed_time_23dc491aeb7984be5b7c3de7f8f733eb','1526497635'),(17502,1590,'_oembed_358a61ccc8bf2354ef1120fed79c344e','<blockquote class=\"wp-embedded-content\" data-secret=\"shaF4RzKZS\"><a href=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/\">Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/embed/#?secret=shaF4RzKZS\" data-secret=\"shaF4RzKZS\" width=\"600\" height=\"338\" title=\"&#8220;Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(17503,1590,'_oembed_time_358a61ccc8bf2354ef1120fed79c344e','1526497638'),(17504,1590,'_oembed_af0b1f39f6e075a34328aef17f250879','{{unknown}}'),(17505,1590,'_oembed_f714c39f6931f083180b36cf45638a8c','{{unknown}}'),(17506,1590,'_oembed_5000284a6c9c5bcbac8ae34dc7be08b7','{{unknown}}'),(17507,1590,'_oembed_63b1fcb3e0dc43453aedb68f431c75c2','<blockquote class=\"wp-embedded-content\" data-secret=\"oZNLMh7ADK\"><a href=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/\">How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/embed/#?secret=oZNLMh7ADK\" data-secret=\"oZNLMh7ADK\" width=\"600\" height=\"338\" title=\"&#8220;How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(17508,1590,'_oembed_time_63b1fcb3e0dc43453aedb68f431c75c2','1529526804'),(17509,1590,'_oembed_0dc928c90b7c768760131f493fc3b3d6','{{unknown}}'),(17510,1590,'_oembed_d7841c341108008601fa6bfd45e9877d','{{unknown}}'),(17511,1590,'_oembed_40a13cbe0598cd34470e2068d6d5b1b0','{{unknown}}'),(17512,1590,'_oembed_88288a6a8fdc1892db3639b1a045fbbf','<blockquote class=\"wp-embedded-content\" data-secret=\"JR2TSdbz6i\"><a href=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/\">Changing your diet is the first step in addressing Hashimoto&#8217;s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/embed/#?secret=JR2TSdbz6i\" data-secret=\"JR2TSdbz6i\" width=\"600\" height=\"338\" title=\"&#8220;Changing your diet is the first step in addressing Hashimoto&#8217;s&#8221; &#8212; Dr. K. News\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(17513,1590,'_oembed_time_88288a6a8fdc1892db3639b1a045fbbf','1535053648'),(17514,1590,'_oembed_6bfdd057756c7c58246362901ea9cc5a','<blockquote class=\"wp-embedded-content\" data-secret=\"EL52QLJFmX\"><a href=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/\">What To Do If Your TSH Is Normal and You Are Anything But!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/embed/#?secret=EL52QLJFmX\" data-secret=\"EL52QLJFmX\" width=\"600\" height=\"338\" title=\"&#8220;What To Do If Your TSH Is Normal and You Are Anything But!&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(17515,1590,'_oembed_time_6bfdd057756c7c58246362901ea9cc5a','1535053650'),(17516,1590,'_oembed_f64919ffc4b08d3bacaafee3d9d84058','<blockquote class=\"wp-embedded-content\" data-secret=\"krfgO9xlfd\"><a href=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/\">Iodine and Hashimotoâ€™s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/embed/#?secret=krfgO9xlfd\" data-secret=\"krfgO9xlfd\" width=\"600\" height=\"338\" title=\"&#8220;Iodine and Hashimotoâ€™s&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(17517,1590,'_oembed_time_f64919ffc4b08d3bacaafee3d9d84058','1535053650'),(17518,1590,'_thumbnail_id','1593'),(17519,1590,'_wp_page_template','default'),(17520,1590,'rs_page_bg_color','#ffffff'),(17521,1590,'eg_sources_revslider',''),(17522,1590,'eg_sources_essgrid',''),(17523,1590,'eg_featured_grid',''),(17524,1590,'eg_custom_meta_216','true'),(17525,1590,'eg_votes_count','0'),(17526,1590,'_oembed_c2004865cc11e9852830bd0bd49d5f39','{{unknown}}'),(17528,1590,'_dp_original','1573'),(17529,1590,'_edit_lock','1629748995:2'),(17530,1591,'_wp_attached_file','2021/08/Triglycerides-600X.jpeg'),(17531,1591,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:740;s:4:\"file\";s:31:\"2021/08/Triglycerides-600X.jpeg\";s:5:\"sizes\";a:15:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"Triglycerides-600X-300x185.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"Triglycerides-600X-1024x631.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:631;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Triglycerides-600X-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"Triglycerides-600X-768x474.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:474;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"ttshowcase_normal\";a:4:{s:4:\"file\";s:30:\"Triglycerides-600X-125x77.jpeg\";s:5:\"width\";i:125;s:6:\"height\";i:77;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"ttshowcase_small\";a:4:{s:4:\"file\";s:29:\"Triglycerides-600X-75x46.jpeg\";s:5:\"width\";i:75;s:6:\"height\";i:46;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"Triglycerides-600X-237x146.jpeg\";s:5:\"width\";i:237;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:29:\"Triglycerides-600X-50x31.jpeg\";s:5:\"width\";i:50;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:30:\"Triglycerides-600X-122x75.jpeg\";s:5:\"width\";i:122;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:29:\"Triglycerides-600X-85x85.jpeg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:29:\"Triglycerides-600X-80x80.jpeg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-w\";a:4:{s:4:\"file\";s:32:\"Triglycerides-600X-1200x500.jpeg\";s:5:\"width\";i:1200;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-mf-t\";a:4:{s:4:\"file\";s:31:\"Triglycerides-600X-768x740.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:740;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"blog-portfolio\";a:4:{s:4:\"file\";s:31:\"Triglycerides-600X-960x740.jpeg\";s:5:\"width\";i:960;s:6:\"height\";i:740;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-single\";a:4:{s:4:\"file\";s:32:\"Triglycerides-600X-1200x480.jpeg\";s:5:\"width\";i:1200;s:6:\"height\";i:480;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:{}}}'),(17532,1590,'_edit_last','2'),(17638,1593,'_wp_attached_file','2021/08/Triglycerides-600X-1.jpeg'),(17639,1593,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:370;s:4:\"file\";s:33:\"2021/08/Triglycerides-600X-1.jpeg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"Triglycerides-600X-1-300x185.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Triglycerides-600X-1-150x150.jpeg\";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:32:\"Triglycerides-600X-1-125x77.jpeg\";s:5:\"width\";i:125;s:6:\"height\";i:77;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"ttshowcase_small\";a:4:{s:4:\"file\";s:31:\"Triglycerides-600X-1-75x46.jpeg\";s:5:\"width\";i:75;s:6:\"height\";i:46;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"Triglycerides-600X-1-237x146.jpeg\";s:5:\"width\";i:237;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:31:\"Triglycerides-600X-1-50x31.jpeg\";s:5:\"width\";i:50;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:32:\"Triglycerides-600X-1-122x75.jpeg\";s:5:\"width\";i:122;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:31:\"Triglycerides-600X-1-85x85.jpeg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:31:\"Triglycerides-600X-1-80x80.jpeg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(17648,1598,'slide_template','default'),(17649,1598,'slide_template','default'),(17650,1598,'eg_sources_html5_mp4',''),(17651,1598,'eg_sources_html5_mp4',''),(17652,1598,'eg_sources_html5_ogv',''),(17653,1598,'eg_sources_html5_ogv',''),(17654,1598,'eg_sources_html5_webm',''),(17655,1598,'eg_sources_html5_webm',''),(17656,1598,'eg_sources_youtube',''),(17657,1598,'eg_sources_youtube',''),(17658,1598,'eg_sources_vimeo',''),(17659,1598,'eg_sources_vimeo',''),(17660,1598,'eg_sources_wistia',''),(17661,1598,'eg_sources_wistia',''),(17662,1598,'eg_sources_image',''),(17663,1598,'eg_sources_image',''),(17664,1598,'eg_sources_iframe',''),(17665,1598,'eg_sources_iframe',''),(17666,1598,'eg_sources_soundcloud',''),(17667,1598,'eg_sources_soundcloud',''),(17668,1598,'eg_vimeo_ratio','0'),(17669,1598,'eg_vimeo_ratio','0'),(17670,1598,'eg_youtube_ratio','0'),(17671,1598,'eg_youtube_ratio','0'),(17672,1598,'eg_wistia_ratio','0'),(17673,1598,'eg_wistia_ratio','0'),(17674,1598,'eg_html5_ratio','0'),(17675,1598,'eg_html5_ratio','0'),(17676,1598,'eg_soundcloud_ratio','0'),(17677,1598,'eg_soundcloud_ratio','0'),(17678,1598,'eg_settings_custom_meta_skin',''),(17679,1598,'eg_settings_custom_meta_skin',''),(17680,1598,'eg_settings_custom_meta_element',''),(17681,1598,'eg_settings_custom_meta_element',''),(17682,1598,'eg_settings_custom_meta_setting',''),(17683,1598,'eg_settings_custom_meta_setting',''),(17684,1598,'eg_settings_custom_meta_style',''),(17685,1598,'eg_settings_custom_meta_style',''),(17686,1598,'mfn-post-hide-content','0'),(17687,1598,'mfn-post-hide-content','0'),(17688,1598,'mfn-post-slider','0'),(17689,1598,'mfn-post-slider','0'),(17690,1598,'mfn-post-slider-layer','0'),(17691,1598,'mfn-post-slider-layer','0'),(17692,1598,'mfn-post-hide-title','1'),(17693,1598,'mfn-post-hide-title','1'),(17694,1598,'mfn-post-remove-padding','0'),(17695,1598,'mfn-post-remove-padding','0'),(17696,1598,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(17697,1598,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(17698,1598,'mfn-post-hide-image','1'),(17699,1598,'mfn-post-hide-image','1'),(17700,1598,'_wpb_vc_js_status','false'),(17701,1598,'_wpb_vc_js_status','false'),(17702,1598,'mfn-post-love','0'),(17703,1598,'mfn-post-love','0'),(17704,1598,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(17705,1598,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(17706,1598,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(17707,1598,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(17708,1598,'_wp_old_slug','blog-title-03'),(17709,1598,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(17710,1598,'_wp_old_slug','blog-title-03'),(17711,1598,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(17712,1598,'_wp_old_slug','cancer-update'),(17713,1598,'_wp_old_slug','magnificent-magnesium'),(17714,1598,'_wp_old_slug','magnificent-magnesium-2'),(17715,1598,'_wp_old_slug','winter_skin_care'),(17716,1598,'mfn-post-sidebar','0'),(17717,1598,'mfn-post-sidebar','0'),(17718,1598,'mfn-post-sidebar2','0'),(17719,1598,'mfn-post-sidebar2','0'),(17720,1598,'_oembed_70c3f7c0b35f507260fceba4aa944398','{{unknown}}'),(17721,1598,'_oembed_3e601594e527c050109c115dc0343e65','{{unknown}}'),(17722,1598,'_oembed_9b1ceae82700066b420cbf8220005e44','<blockquote class=\"wp-embedded-content\" data-secret=\"kASrIgvovz\"><a href=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/\">Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/embed/#?secret=kASrIgvovz\" data-secret=\"kASrIgvovz\" width=\"600\" height=\"338\" title=\"&#8220;Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO&#8221; &#8212; The Paleo Diet  - Robb Wolf on Paleolithic nutrition, intermittent fasting, and fitness\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(17723,1598,'_oembed_time_9b1ceae82700066b420cbf8220005e44','1526497634'),(17724,1598,'_oembed_23dc491aeb7984be5b7c3de7f8f733eb','<blockquote class=\"wp-embedded-content\" data-secret=\"WlCV7gXJBc\"><a href=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/\">RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/embed/#?secret=WlCV7gXJBc\" data-secret=\"WlCV7gXJBc\" width=\"600\" height=\"338\" title=\"&#8220;RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown&#8221; &#8212; Chris Kresser\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(17725,1598,'_oembed_time_23dc491aeb7984be5b7c3de7f8f733eb','1526497635'),(17726,1598,'_oembed_358a61ccc8bf2354ef1120fed79c344e','<blockquote class=\"wp-embedded-content\" data-secret=\"shaF4RzKZS\"><a href=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/\">Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/embed/#?secret=shaF4RzKZS\" data-secret=\"shaF4RzKZS\" width=\"600\" height=\"338\" title=\"&#8220;Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(17727,1598,'_oembed_time_358a61ccc8bf2354ef1120fed79c344e','1526497638'),(17728,1598,'_oembed_af0b1f39f6e075a34328aef17f250879','{{unknown}}'),(17729,1598,'_oembed_f714c39f6931f083180b36cf45638a8c','{{unknown}}'),(17730,1598,'_oembed_5000284a6c9c5bcbac8ae34dc7be08b7','{{unknown}}'),(17731,1598,'_oembed_63b1fcb3e0dc43453aedb68f431c75c2','<blockquote class=\"wp-embedded-content\" data-secret=\"oZNLMh7ADK\"><a href=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/\">How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/embed/#?secret=oZNLMh7ADK\" data-secret=\"oZNLMh7ADK\" width=\"600\" height=\"338\" title=\"&#8220;How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(17732,1598,'_oembed_time_63b1fcb3e0dc43453aedb68f431c75c2','1529526804'),(17733,1598,'_oembed_0dc928c90b7c768760131f493fc3b3d6','{{unknown}}'),(17734,1598,'_oembed_d7841c341108008601fa6bfd45e9877d','{{unknown}}'),(17735,1598,'_oembed_40a13cbe0598cd34470e2068d6d5b1b0','{{unknown}}'),(17736,1598,'_oembed_88288a6a8fdc1892db3639b1a045fbbf','<blockquote class=\"wp-embedded-content\" data-secret=\"JR2TSdbz6i\"><a href=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/\">Changing your diet is the first step in addressing Hashimoto&#8217;s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/embed/#?secret=JR2TSdbz6i\" data-secret=\"JR2TSdbz6i\" width=\"600\" height=\"338\" title=\"&#8220;Changing your diet is the first step in addressing Hashimoto&#8217;s&#8221; &#8212; Dr. K. News\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(17737,1598,'_oembed_time_88288a6a8fdc1892db3639b1a045fbbf','1535053648'),(17738,1598,'_oembed_6bfdd057756c7c58246362901ea9cc5a','<blockquote class=\"wp-embedded-content\" data-secret=\"EL52QLJFmX\"><a href=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/\">What To Do If Your TSH Is Normal and You Are Anything But!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/embed/#?secret=EL52QLJFmX\" data-secret=\"EL52QLJFmX\" width=\"600\" height=\"338\" title=\"&#8220;What To Do If Your TSH Is Normal and You Are Anything But!&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(17739,1598,'_oembed_time_6bfdd057756c7c58246362901ea9cc5a','1535053650'),(17740,1598,'_oembed_f64919ffc4b08d3bacaafee3d9d84058','<blockquote class=\"wp-embedded-content\" data-secret=\"krfgO9xlfd\"><a href=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/\">Iodine and Hashimotoâ€™s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/embed/#?secret=krfgO9xlfd\" data-secret=\"krfgO9xlfd\" width=\"600\" height=\"338\" title=\"&#8220;Iodine and Hashimotoâ€™s&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(17741,1598,'_oembed_time_f64919ffc4b08d3bacaafee3d9d84058','1535053650'),(17742,1598,'_thumbnail_id','1599'),(17743,1598,'_wp_page_template','default'),(17744,1598,'rs_page_bg_color','#ffffff'),(17745,1598,'eg_sources_revslider',''),(17746,1598,'eg_sources_essgrid',''),(17747,1598,'eg_featured_grid',''),(17748,1598,'eg_custom_meta_216','true'),(17749,1598,'eg_votes_count','0'),(17750,1598,'_oembed_c2004865cc11e9852830bd0bd49d5f39','{{unknown}}'),(17752,1598,'_dp_original','1590'),(17753,1598,'_edit_lock','1630173660:2'),(17754,1598,'_edit_last','2'),(17755,1599,'_wp_attached_file','2021/08/Berberine-600X.jpeg'),(17756,1599,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:399;s:4:\"file\";s:27:\"2021/08/Berberine-600X.jpeg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Berberine-600X-300x200.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Berberine-600X-150x150.jpeg\";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:26:\"Berberine-600X-125x83.jpeg\";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:25:\"Berberine-600X-75x50.jpeg\";s:5:\"width\";i:75;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"Berberine-600X-220x146.jpeg\";s:5:\"width\";i:220;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:25:\"Berberine-600X-50x33.jpeg\";s:5:\"width\";i:50;s:6:\"height\";i:33;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:26:\"Berberine-600X-113x75.jpeg\";s:5:\"width\";i:113;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:25:\"Berberine-600X-85x85.jpeg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:25:\"Berberine-600X-80x80.jpeg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(17758,1610,'slide_template','default'),(17759,1610,'slide_template','default'),(17760,1610,'eg_sources_html5_mp4',''),(17761,1610,'eg_sources_html5_mp4',''),(17762,1610,'eg_sources_html5_ogv',''),(17763,1610,'eg_sources_html5_ogv',''),(17764,1610,'eg_sources_html5_webm',''),(17765,1610,'eg_sources_html5_webm',''),(17766,1610,'eg_sources_youtube',''),(17767,1610,'eg_sources_youtube',''),(17768,1610,'eg_sources_vimeo',''),(17769,1610,'eg_sources_vimeo',''),(17770,1610,'eg_sources_wistia',''),(17771,1610,'eg_sources_wistia',''),(17772,1610,'eg_sources_image',''),(17773,1610,'eg_sources_image',''),(17774,1610,'eg_sources_iframe',''),(17775,1610,'eg_sources_iframe',''),(17776,1610,'eg_sources_soundcloud',''),(17777,1610,'eg_sources_soundcloud',''),(17778,1610,'eg_vimeo_ratio','0'),(17779,1610,'eg_vimeo_ratio','0'),(17780,1610,'eg_youtube_ratio','0'),(17781,1610,'eg_youtube_ratio','0'),(17782,1610,'eg_wistia_ratio','0'),(17783,1610,'eg_wistia_ratio','0'),(17784,1610,'eg_html5_ratio','0'),(17785,1610,'eg_html5_ratio','0'),(17786,1610,'eg_soundcloud_ratio','0'),(17787,1610,'eg_soundcloud_ratio','0'),(17788,1610,'eg_settings_custom_meta_skin',''),(17789,1610,'eg_settings_custom_meta_skin',''),(17790,1610,'eg_settings_custom_meta_element',''),(17791,1610,'eg_settings_custom_meta_element',''),(17792,1610,'eg_settings_custom_meta_setting',''),(17793,1610,'eg_settings_custom_meta_setting',''),(17794,1610,'eg_settings_custom_meta_style',''),(17795,1610,'eg_settings_custom_meta_style',''),(17796,1610,'mfn-post-hide-content','0'),(17797,1610,'mfn-post-hide-content','0'),(17798,1610,'mfn-post-slider','0'),(17799,1610,'mfn-post-slider','0'),(17800,1610,'mfn-post-slider-layer','0'),(17801,1610,'mfn-post-slider-layer','0'),(17802,1610,'mfn-post-hide-title','1'),(17803,1610,'mfn-post-hide-title','1'),(17804,1610,'mfn-post-remove-padding','0'),(17805,1610,'mfn-post-remove-padding','0'),(17806,1610,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(17807,1610,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(17808,1610,'mfn-post-hide-image','1'),(17809,1610,'mfn-post-hide-image','1'),(17810,1610,'_wpb_vc_js_status','false'),(17811,1610,'_wpb_vc_js_status','false'),(17812,1610,'mfn-post-love','0'),(17813,1610,'mfn-post-love','0'),(17814,1610,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(17815,1610,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(17816,1610,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(17817,1610,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(17818,1610,'_wp_old_slug','blog-title-03'),(17819,1610,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(17820,1610,'_wp_old_slug','blog-title-03'),(17821,1610,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(17822,1610,'_wp_old_slug','cancer-update'),(17823,1610,'_wp_old_slug','magnificent-magnesium'),(17824,1610,'_wp_old_slug','magnificent-magnesium-2'),(17825,1610,'_wp_old_slug','winter_skin_care'),(17826,1610,'mfn-post-sidebar','0'),(17827,1610,'mfn-post-sidebar','0'),(17828,1610,'mfn-post-sidebar2','0'),(17829,1610,'mfn-post-sidebar2','0'),(17830,1610,'_oembed_70c3f7c0b35f507260fceba4aa944398','{{unknown}}'),(17831,1610,'_oembed_3e601594e527c050109c115dc0343e65','{{unknown}}'),(17832,1610,'_oembed_9b1ceae82700066b420cbf8220005e44','<blockquote class=\"wp-embedded-content\" data-secret=\"kASrIgvovz\"><a href=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/\">Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/embed/#?secret=kASrIgvovz\" data-secret=\"kASrIgvovz\" width=\"600\" height=\"338\" title=\"&#8220;Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO&#8221; &#8212; The Paleo Diet  - Robb Wolf on Paleolithic nutrition, intermittent fasting, and fitness\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(17833,1610,'_oembed_time_9b1ceae82700066b420cbf8220005e44','1526497634'),(17834,1610,'_oembed_23dc491aeb7984be5b7c3de7f8f733eb','<blockquote class=\"wp-embedded-content\" data-secret=\"WlCV7gXJBc\"><a href=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/\">RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/embed/#?secret=WlCV7gXJBc\" data-secret=\"WlCV7gXJBc\" width=\"600\" height=\"338\" title=\"&#8220;RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown&#8221; &#8212; Chris Kresser\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(17835,1610,'_oembed_time_23dc491aeb7984be5b7c3de7f8f733eb','1526497635'),(17836,1610,'_oembed_358a61ccc8bf2354ef1120fed79c344e','<blockquote class=\"wp-embedded-content\" data-secret=\"shaF4RzKZS\"><a href=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/\">Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/embed/#?secret=shaF4RzKZS\" data-secret=\"shaF4RzKZS\" width=\"600\" height=\"338\" title=\"&#8220;Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(17837,1610,'_oembed_time_358a61ccc8bf2354ef1120fed79c344e','1526497638'),(17838,1610,'_oembed_af0b1f39f6e075a34328aef17f250879','{{unknown}}'),(17839,1610,'_oembed_f714c39f6931f083180b36cf45638a8c','{{unknown}}'),(17840,1610,'_oembed_5000284a6c9c5bcbac8ae34dc7be08b7','{{unknown}}'),(17841,1610,'_oembed_63b1fcb3e0dc43453aedb68f431c75c2','<blockquote class=\"wp-embedded-content\" data-secret=\"oZNLMh7ADK\"><a href=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/\">How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/embed/#?secret=oZNLMh7ADK\" data-secret=\"oZNLMh7ADK\" width=\"600\" height=\"338\" title=\"&#8220;How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(17842,1610,'_oembed_time_63b1fcb3e0dc43453aedb68f431c75c2','1529526804'),(17843,1610,'_oembed_0dc928c90b7c768760131f493fc3b3d6','{{unknown}}'),(17844,1610,'_oembed_d7841c341108008601fa6bfd45e9877d','{{unknown}}'),(17845,1610,'_oembed_40a13cbe0598cd34470e2068d6d5b1b0','{{unknown}}'),(17846,1610,'_oembed_88288a6a8fdc1892db3639b1a045fbbf','<blockquote class=\"wp-embedded-content\" data-secret=\"JR2TSdbz6i\"><a href=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/\">Changing your diet is the first step in addressing Hashimoto&#8217;s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/embed/#?secret=JR2TSdbz6i\" data-secret=\"JR2TSdbz6i\" width=\"600\" height=\"338\" title=\"&#8220;Changing your diet is the first step in addressing Hashimoto&#8217;s&#8221; &#8212; Dr. K. News\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(17847,1610,'_oembed_time_88288a6a8fdc1892db3639b1a045fbbf','1535053648'),(17848,1610,'_oembed_6bfdd057756c7c58246362901ea9cc5a','<blockquote class=\"wp-embedded-content\" data-secret=\"EL52QLJFmX\"><a href=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/\">What To Do If Your TSH Is Normal and You Are Anything But!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/embed/#?secret=EL52QLJFmX\" data-secret=\"EL52QLJFmX\" width=\"600\" height=\"338\" title=\"&#8220;What To Do If Your TSH Is Normal and You Are Anything But!&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(17849,1610,'_oembed_time_6bfdd057756c7c58246362901ea9cc5a','1535053650'),(17850,1610,'_oembed_f64919ffc4b08d3bacaafee3d9d84058','<blockquote class=\"wp-embedded-content\" data-secret=\"krfgO9xlfd\"><a href=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/\">Iodine and Hashimotoâ€™s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/embed/#?secret=krfgO9xlfd\" data-secret=\"krfgO9xlfd\" width=\"600\" height=\"338\" title=\"&#8220;Iodine and Hashimotoâ€™s&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(17851,1610,'_oembed_time_f64919ffc4b08d3bacaafee3d9d84058','1535053650'),(17852,1610,'_thumbnail_id','1611'),(17853,1610,'_wp_page_template','default'),(17854,1610,'rs_page_bg_color','#ffffff'),(17855,1610,'eg_sources_revslider',''),(17856,1610,'eg_sources_essgrid',''),(17857,1610,'eg_featured_grid',''),(17858,1610,'eg_custom_meta_216','true'),(17859,1610,'eg_votes_count','0'),(17860,1610,'_oembed_c2004865cc11e9852830bd0bd49d5f39','{{unknown}}'),(17862,1610,'_dp_original','1598'),(17863,1610,'_edit_lock','1632494292:2'),(17864,1611,'_wp_attached_file','2021/09/nutritional-yeast-600X.jpeg'),(17865,1611,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:450;s:4:\"file\";s:35:\"2021/09/nutritional-yeast-600X.jpeg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"nutritional-yeast-600X-300x225.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"nutritional-yeast-600X-150x150.jpeg\";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:34:\"nutritional-yeast-600X-125x94.jpeg\";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:33:\"nutritional-yeast-600X-75x56.jpeg\";s:5:\"width\";i:75;s:6:\"height\";i:56;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"nutritional-yeast-600X-195x146.jpeg\";s:5:\"width\";i:195;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:33:\"nutritional-yeast-600X-50x38.jpeg\";s:5:\"width\";i:50;s:6:\"height\";i:38;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:34:\"nutritional-yeast-600X-100x75.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:33:\"nutritional-yeast-600X-85x85.jpeg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:33:\"nutritional-yeast-600X-80x80.jpeg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:10:\"1559744710\";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:{}}}'),(17866,1610,'_edit_last','2'),(17869,1621,'slide_template','default'),(17870,1621,'slide_template','default'),(17871,1621,'eg_sources_html5_mp4',''),(17872,1621,'eg_sources_html5_mp4',''),(17873,1621,'eg_sources_html5_ogv',''),(17874,1621,'eg_sources_html5_ogv',''),(17875,1621,'eg_sources_html5_webm',''),(17876,1621,'eg_sources_html5_webm',''),(17877,1621,'eg_sources_youtube',''),(17878,1621,'eg_sources_youtube',''),(17879,1621,'eg_sources_vimeo',''),(17880,1621,'eg_sources_vimeo',''),(17881,1621,'eg_sources_wistia',''),(17882,1621,'eg_sources_wistia',''),(17883,1621,'eg_sources_image',''),(17884,1621,'eg_sources_image',''),(17885,1621,'eg_sources_iframe',''),(17886,1621,'eg_sources_iframe',''),(17887,1621,'eg_sources_soundcloud',''),(17888,1621,'eg_sources_soundcloud',''),(17889,1621,'eg_vimeo_ratio','0'),(17890,1621,'eg_vimeo_ratio','0'),(17891,1621,'eg_youtube_ratio','0'),(17892,1621,'eg_youtube_ratio','0'),(17893,1621,'eg_wistia_ratio','0'),(17894,1621,'eg_wistia_ratio','0'),(17895,1621,'eg_html5_ratio','0'),(17896,1621,'eg_html5_ratio','0'),(17897,1621,'eg_soundcloud_ratio','0'),(17898,1621,'eg_soundcloud_ratio','0'),(17899,1621,'eg_settings_custom_meta_skin',''),(17900,1621,'eg_settings_custom_meta_skin',''),(17901,1621,'eg_settings_custom_meta_element',''),(17902,1621,'eg_settings_custom_meta_element',''),(17903,1621,'eg_settings_custom_meta_setting',''),(17904,1621,'eg_settings_custom_meta_setting',''),(17905,1621,'eg_settings_custom_meta_style',''),(17906,1621,'eg_settings_custom_meta_style',''),(17907,1621,'mfn-post-hide-content','0'),(17908,1621,'mfn-post-hide-content','0'),(17909,1621,'mfn-post-slider','0'),(17910,1621,'mfn-post-slider','0'),(17911,1621,'mfn-post-slider-layer','0'),(17912,1621,'mfn-post-slider-layer','0'),(17913,1621,'mfn-post-hide-title','1'),(17914,1621,'mfn-post-hide-title','1'),(17915,1621,'mfn-post-remove-padding','0'),(17916,1621,'mfn-post-remove-padding','0'),(17917,1621,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(17918,1621,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(17919,1621,'mfn-post-hide-image','1'),(17920,1621,'mfn-post-hide-image','1'),(17921,1621,'_wpb_vc_js_status','false'),(17922,1621,'_wpb_vc_js_status','false'),(17923,1621,'mfn-post-love','0'),(17924,1621,'mfn-post-love','0'),(17925,1621,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(17926,1621,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(17927,1621,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(17928,1621,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(17929,1621,'_wp_old_slug','blog-title-03'),(17930,1621,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(17931,1621,'_wp_old_slug','blog-title-03'),(17932,1621,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(17933,1621,'_wp_old_slug','cancer-update'),(17934,1621,'_wp_old_slug','magnificent-magnesium'),(17935,1621,'_wp_old_slug','magnificent-magnesium-2'),(17936,1621,'_wp_old_slug','winter_skin_care'),(17937,1621,'mfn-post-sidebar','0'),(17938,1621,'mfn-post-sidebar','0'),(17939,1621,'mfn-post-sidebar2','0'),(17940,1621,'mfn-post-sidebar2','0'),(17941,1621,'_oembed_70c3f7c0b35f507260fceba4aa944398','{{unknown}}'),(17942,1621,'_oembed_3e601594e527c050109c115dc0343e65','{{unknown}}'),(17943,1621,'_oembed_9b1ceae82700066b420cbf8220005e44','<blockquote class=\"wp-embedded-content\" data-secret=\"kASrIgvovz\"><a href=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/\">Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/embed/#?secret=kASrIgvovz\" data-secret=\"kASrIgvovz\" width=\"600\" height=\"338\" title=\"&#8220;Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO&#8221; &#8212; The Paleo Diet  - Robb Wolf on Paleolithic nutrition, intermittent fasting, and fitness\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(17944,1621,'_oembed_time_9b1ceae82700066b420cbf8220005e44','1526497634'),(17945,1621,'_oembed_23dc491aeb7984be5b7c3de7f8f733eb','<blockquote class=\"wp-embedded-content\" data-secret=\"WlCV7gXJBc\"><a href=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/\">RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/embed/#?secret=WlCV7gXJBc\" data-secret=\"WlCV7gXJBc\" width=\"600\" height=\"338\" title=\"&#8220;RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown&#8221; &#8212; Chris Kresser\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(17946,1621,'_oembed_time_23dc491aeb7984be5b7c3de7f8f733eb','1526497635'),(17947,1621,'_oembed_358a61ccc8bf2354ef1120fed79c344e','<blockquote class=\"wp-embedded-content\" data-secret=\"shaF4RzKZS\"><a href=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/\">Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/embed/#?secret=shaF4RzKZS\" data-secret=\"shaF4RzKZS\" width=\"600\" height=\"338\" title=\"&#8220;Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(17948,1621,'_oembed_time_358a61ccc8bf2354ef1120fed79c344e','1526497638'),(17949,1621,'_oembed_af0b1f39f6e075a34328aef17f250879','{{unknown}}'),(17950,1621,'_oembed_f714c39f6931f083180b36cf45638a8c','{{unknown}}'),(17951,1621,'_oembed_5000284a6c9c5bcbac8ae34dc7be08b7','{{unknown}}'),(17952,1621,'_oembed_63b1fcb3e0dc43453aedb68f431c75c2','<blockquote class=\"wp-embedded-content\" data-secret=\"oZNLMh7ADK\"><a href=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/\">How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/embed/#?secret=oZNLMh7ADK\" data-secret=\"oZNLMh7ADK\" width=\"600\" height=\"338\" title=\"&#8220;How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(17953,1621,'_oembed_time_63b1fcb3e0dc43453aedb68f431c75c2','1529526804'),(17954,1621,'_oembed_0dc928c90b7c768760131f493fc3b3d6','{{unknown}}'),(17955,1621,'_oembed_d7841c341108008601fa6bfd45e9877d','{{unknown}}'),(17956,1621,'_oembed_40a13cbe0598cd34470e2068d6d5b1b0','{{unknown}}'),(17957,1621,'_oembed_88288a6a8fdc1892db3639b1a045fbbf','<blockquote class=\"wp-embedded-content\" data-secret=\"JR2TSdbz6i\"><a href=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/\">Changing your diet is the first step in addressing Hashimoto&#8217;s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/embed/#?secret=JR2TSdbz6i\" data-secret=\"JR2TSdbz6i\" width=\"600\" height=\"338\" title=\"&#8220;Changing your diet is the first step in addressing Hashimoto&#8217;s&#8221; &#8212; Dr. K. News\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(17958,1621,'_oembed_time_88288a6a8fdc1892db3639b1a045fbbf','1535053648'),(17959,1621,'_oembed_6bfdd057756c7c58246362901ea9cc5a','<blockquote class=\"wp-embedded-content\" data-secret=\"EL52QLJFmX\"><a href=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/\">What To Do If Your TSH Is Normal and You Are Anything But!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/embed/#?secret=EL52QLJFmX\" data-secret=\"EL52QLJFmX\" width=\"600\" height=\"338\" title=\"&#8220;What To Do If Your TSH Is Normal and You Are Anything But!&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(17960,1621,'_oembed_time_6bfdd057756c7c58246362901ea9cc5a','1535053650'),(17961,1621,'_oembed_f64919ffc4b08d3bacaafee3d9d84058','<blockquote class=\"wp-embedded-content\" data-secret=\"krfgO9xlfd\"><a href=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/\">Iodine and Hashimotoâ€™s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/embed/#?secret=krfgO9xlfd\" data-secret=\"krfgO9xlfd\" width=\"600\" height=\"338\" title=\"&#8220;Iodine and Hashimotoâ€™s&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(17962,1621,'_oembed_time_f64919ffc4b08d3bacaafee3d9d84058','1535053650'),(17963,1621,'_thumbnail_id','1599'),(17964,1621,'_wp_page_template','default'),(17965,1621,'rs_page_bg_color','#ffffff'),(17966,1621,'eg_sources_revslider',''),(17967,1621,'eg_sources_essgrid',''),(17968,1621,'eg_featured_grid',''),(17969,1621,'eg_custom_meta_216','true'),(17970,1621,'eg_votes_count','0'),(17971,1621,'_oembed_c2004865cc11e9852830bd0bd49d5f39','{{unknown}}'),(17973,1621,'_dp_original','1598'),(17974,1621,'_edit_lock','1632495479:2'),(17975,1621,'_edit_last','2'),(17976,1622,'_wp_attached_file','2021/09/Insulin-Sensitivity-600X.jpg'),(17977,1622,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:400;s:4:\"file\";s:36:\"2021/09/Insulin-Sensitivity-600X.jpg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"Insulin-Sensitivity-600X-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Insulin-Sensitivity-600X-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:35:\"Insulin-Sensitivity-600X-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:\"Insulin-Sensitivity-600X-75x50.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"Insulin-Sensitivity-600X-219x146.jpg\";s:5:\"width\";i:219;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"50x50\";a:4:{s:4:\"file\";s:34:\"Insulin-Sensitivity-600X-50x33.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:33;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"clients-slider\";a:4:{s:4:\"file\";s:35:\"Insulin-Sensitivity-600X-113x75.jpg\";s:5:\"width\";i:113;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"testimonials\";a:4:{s:4:\"file\";s:34:\"Insulin-Sensitivity-600X-85x85.jpg\";s:5:\"width\";i:85;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"blog-navi\";a:4:{s:4:\"file\";s:34:\"Insulin-Sensitivity-600X-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;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:{}}}'),(17978,1621,'_wp_trash_meta_status','draft'),(17979,1621,'_wp_trash_meta_time','1632495703'),(17980,1621,'_wp_desired_post_slug','insulin-sensitivity'),(17981,1624,'slide_template','default'),(17982,1624,'slide_template','default'),(17983,1624,'eg_sources_html5_mp4',''),(17984,1624,'eg_sources_html5_mp4',''),(17985,1624,'eg_sources_html5_ogv',''),(17986,1624,'eg_sources_html5_ogv',''),(17987,1624,'eg_sources_html5_webm',''),(17988,1624,'eg_sources_html5_webm',''),(17989,1624,'eg_sources_youtube',''),(17990,1624,'eg_sources_youtube',''),(17991,1624,'eg_sources_vimeo',''),(17992,1624,'eg_sources_vimeo',''),(17993,1624,'eg_sources_wistia',''),(17994,1624,'eg_sources_wistia',''),(17995,1624,'eg_sources_image',''),(17996,1624,'eg_sources_image',''),(17997,1624,'eg_sources_iframe',''),(17998,1624,'eg_sources_iframe',''),(17999,1624,'eg_sources_soundcloud',''),(18000,1624,'eg_sources_soundcloud',''),(18001,1624,'eg_vimeo_ratio','0'),(18002,1624,'eg_vimeo_ratio','0'),(18003,1624,'eg_youtube_ratio','0'),(18004,1624,'eg_youtube_ratio','0'),(18005,1624,'eg_wistia_ratio','0'),(18006,1624,'eg_wistia_ratio','0'),(18007,1624,'eg_html5_ratio','0'),(18008,1624,'eg_html5_ratio','0'),(18009,1624,'eg_soundcloud_ratio','0'),(18010,1624,'eg_soundcloud_ratio','0'),(18011,1624,'eg_settings_custom_meta_skin',''),(18012,1624,'eg_settings_custom_meta_skin',''),(18013,1624,'eg_settings_custom_meta_element',''),(18014,1624,'eg_settings_custom_meta_element',''),(18015,1624,'eg_settings_custom_meta_setting',''),(18016,1624,'eg_settings_custom_meta_setting',''),(18017,1624,'eg_settings_custom_meta_style',''),(18018,1624,'eg_settings_custom_meta_style',''),(18019,1624,'mfn-post-hide-content','0'),(18020,1624,'mfn-post-hide-content','0'),(18021,1624,'mfn-post-slider','0'),(18022,1624,'mfn-post-slider','0'),(18023,1624,'mfn-post-slider-layer','0'),(18024,1624,'mfn-post-slider-layer','0'),(18025,1624,'mfn-post-hide-title','1'),(18026,1624,'mfn-post-hide-title','1'),(18027,1624,'mfn-post-remove-padding','0'),(18028,1624,'mfn-post-remove-padding','0'),(18029,1624,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(18030,1624,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(18031,1624,'mfn-post-hide-image','1'),(18032,1624,'mfn-post-hide-image','1'),(18033,1624,'_wpb_vc_js_status','false'),(18034,1624,'_wpb_vc_js_status','false'),(18035,1624,'mfn-post-love','0'),(18036,1624,'mfn-post-love','0'),(18037,1624,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(18038,1624,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(18039,1624,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(18040,1624,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(18041,1624,'_wp_old_slug','blog-title-03'),(18042,1624,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(18043,1624,'_wp_old_slug','blog-title-03'),(18044,1624,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(18045,1624,'_wp_old_slug','cancer-update'),(18046,1624,'_wp_old_slug','magnificent-magnesium'),(18047,1624,'_wp_old_slug','magnificent-magnesium-2'),(18048,1624,'_wp_old_slug','winter_skin_care'),(18049,1624,'mfn-post-sidebar','0'),(18050,1624,'mfn-post-sidebar','0'),(18051,1624,'mfn-post-sidebar2','0'),(18052,1624,'mfn-post-sidebar2','0'),(18053,1624,'_oembed_70c3f7c0b35f507260fceba4aa944398','{{unknown}}'),(18054,1624,'_oembed_3e601594e527c050109c115dc0343e65','{{unknown}}'),(18055,1624,'_oembed_9b1ceae82700066b420cbf8220005e44','<blockquote class=\"wp-embedded-content\" data-secret=\"kASrIgvovz\"><a href=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/\">Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/embed/#?secret=kASrIgvovz\" data-secret=\"kASrIgvovz\" width=\"600\" height=\"338\" title=\"&#8220;Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO&#8221; &#8212; The Paleo Diet  - Robb Wolf on Paleolithic nutrition, intermittent fasting, and fitness\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(18056,1624,'_oembed_time_9b1ceae82700066b420cbf8220005e44','1526497634'),(18057,1624,'_oembed_23dc491aeb7984be5b7c3de7f8f733eb','<blockquote class=\"wp-embedded-content\" data-secret=\"WlCV7gXJBc\"><a href=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/\">RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/embed/#?secret=WlCV7gXJBc\" data-secret=\"WlCV7gXJBc\" width=\"600\" height=\"338\" title=\"&#8220;RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown&#8221; &#8212; Chris Kresser\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(18058,1624,'_oembed_time_23dc491aeb7984be5b7c3de7f8f733eb','1526497635'),(18059,1624,'_oembed_358a61ccc8bf2354ef1120fed79c344e','<blockquote class=\"wp-embedded-content\" data-secret=\"shaF4RzKZS\"><a href=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/\">Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/embed/#?secret=shaF4RzKZS\" data-secret=\"shaF4RzKZS\" width=\"600\" height=\"338\" title=\"&#8220;Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(18060,1624,'_oembed_time_358a61ccc8bf2354ef1120fed79c344e','1526497638'),(18061,1624,'_oembed_af0b1f39f6e075a34328aef17f250879','{{unknown}}'),(18062,1624,'_oembed_f714c39f6931f083180b36cf45638a8c','{{unknown}}'),(18063,1624,'_oembed_5000284a6c9c5bcbac8ae34dc7be08b7','{{unknown}}'),(18064,1624,'_oembed_63b1fcb3e0dc43453aedb68f431c75c2','<blockquote class=\"wp-embedded-content\" data-secret=\"oZNLMh7ADK\"><a href=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/\">How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/embed/#?secret=oZNLMh7ADK\" data-secret=\"oZNLMh7ADK\" width=\"600\" height=\"338\" title=\"&#8220;How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(18065,1624,'_oembed_time_63b1fcb3e0dc43453aedb68f431c75c2','1529526804'),(18066,1624,'_oembed_0dc928c90b7c768760131f493fc3b3d6','{{unknown}}'),(18067,1624,'_oembed_d7841c341108008601fa6bfd45e9877d','{{unknown}}'),(18068,1624,'_oembed_40a13cbe0598cd34470e2068d6d5b1b0','{{unknown}}'),(18069,1624,'_oembed_88288a6a8fdc1892db3639b1a045fbbf','<blockquote class=\"wp-embedded-content\" data-secret=\"JR2TSdbz6i\"><a href=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/\">Changing your diet is the first step in addressing Hashimoto&#8217;s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/embed/#?secret=JR2TSdbz6i\" data-secret=\"JR2TSdbz6i\" width=\"600\" height=\"338\" title=\"&#8220;Changing your diet is the first step in addressing Hashimoto&#8217;s&#8221; &#8212; Dr. K. News\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(18070,1624,'_oembed_time_88288a6a8fdc1892db3639b1a045fbbf','1535053648'),(18071,1624,'_oembed_6bfdd057756c7c58246362901ea9cc5a','<blockquote class=\"wp-embedded-content\" data-secret=\"EL52QLJFmX\"><a href=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/\">What To Do If Your TSH Is Normal and You Are Anything But!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/embed/#?secret=EL52QLJFmX\" data-secret=\"EL52QLJFmX\" width=\"600\" height=\"338\" title=\"&#8220;What To Do If Your TSH Is Normal and You Are Anything But!&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(18072,1624,'_oembed_time_6bfdd057756c7c58246362901ea9cc5a','1535053650'),(18073,1624,'_oembed_f64919ffc4b08d3bacaafee3d9d84058','<blockquote class=\"wp-embedded-content\" data-secret=\"krfgO9xlfd\"><a href=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/\">Iodine and Hashimotoâ€™s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/embed/#?secret=krfgO9xlfd\" data-secret=\"krfgO9xlfd\" width=\"600\" height=\"338\" title=\"&#8220;Iodine and Hashimotoâ€™s&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(18074,1624,'_oembed_time_f64919ffc4b08d3bacaafee3d9d84058','1535053650'),(18075,1624,'_thumbnail_id','1622'),(18076,1624,'_wp_page_template','default'),(18077,1624,'rs_page_bg_color','#ffffff'),(18078,1624,'eg_sources_revslider',''),(18079,1624,'eg_sources_essgrid',''),(18080,1624,'eg_featured_grid',''),(18081,1624,'eg_custom_meta_216','true'),(18082,1624,'eg_votes_count','0'),(18083,1624,'_oembed_c2004865cc11e9852830bd0bd49d5f39','{{unknown}}'),(18085,1624,'_dp_original','1590'),(18086,1624,'_edit_lock','1632495974:2'),(18087,1624,'_edit_last','2'),(18088,1624,'_wp_trash_meta_status','draft'),(18089,1624,'_wp_trash_meta_time','1632496127'),(18090,1624,'_wp_desired_post_slug','insuline-sensitivity'),(18091,1626,'slide_template','default'),(18092,1626,'slide_template','default'),(18093,1626,'eg_sources_html5_mp4',''),(18094,1626,'eg_sources_html5_mp4',''),(18095,1626,'eg_sources_html5_ogv',''),(18096,1626,'eg_sources_html5_ogv',''),(18097,1626,'eg_sources_html5_webm',''),(18098,1626,'eg_sources_html5_webm',''),(18099,1626,'eg_sources_youtube',''),(18100,1626,'eg_sources_youtube',''),(18101,1626,'eg_sources_vimeo',''),(18102,1626,'eg_sources_vimeo',''),(18103,1626,'eg_sources_wistia',''),(18104,1626,'eg_sources_wistia',''),(18105,1626,'eg_sources_image',''),(18106,1626,'eg_sources_image',''),(18107,1626,'eg_sources_iframe',''),(18108,1626,'eg_sources_iframe',''),(18109,1626,'eg_sources_soundcloud',''),(18110,1626,'eg_sources_soundcloud',''),(18111,1626,'eg_vimeo_ratio','0'),(18112,1626,'eg_vimeo_ratio','0'),(18113,1626,'eg_youtube_ratio','0'),(18114,1626,'eg_youtube_ratio','0'),(18115,1626,'eg_wistia_ratio','0'),(18116,1626,'eg_wistia_ratio','0'),(18117,1626,'eg_html5_ratio','0'),(18118,1626,'eg_html5_ratio','0'),(18119,1626,'eg_soundcloud_ratio','0'),(18120,1626,'eg_soundcloud_ratio','0'),(18121,1626,'eg_settings_custom_meta_skin',''),(18122,1626,'eg_settings_custom_meta_skin',''),(18123,1626,'eg_settings_custom_meta_element',''),(18124,1626,'eg_settings_custom_meta_element',''),(18125,1626,'eg_settings_custom_meta_setting',''),(18126,1626,'eg_settings_custom_meta_setting',''),(18127,1626,'eg_settings_custom_meta_style',''),(18128,1626,'eg_settings_custom_meta_style',''),(18129,1626,'mfn-post-hide-content','0'),(18130,1626,'mfn-post-hide-content','0'),(18131,1626,'mfn-post-slider','0'),(18132,1626,'mfn-post-slider','0'),(18133,1626,'mfn-post-slider-layer','0'),(18134,1626,'mfn-post-slider-layer','0'),(18135,1626,'mfn-post-hide-title','1'),(18136,1626,'mfn-post-hide-title','1'),(18137,1626,'mfn-post-remove-padding','0'),(18138,1626,'mfn-post-remove-padding','0'),(18139,1626,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(18140,1626,'mfn-post-intro','a:1:{s:9:\"post-meta\";s:1:\"1\";}'),(18141,1626,'mfn-post-hide-image','1'),(18142,1626,'mfn-post-hide-image','1'),(18143,1626,'_wpb_vc_js_status','false'),(18144,1626,'_wpb_vc_js_status','false'),(18145,1626,'mfn-post-love','0'),(18146,1626,'mfn-post-love','0'),(18147,1626,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(18148,1626,'_oembed_504353921702cec57c79f0cc17e63572','<iframe width=\"1200\" height=\"900\" src=\"https://www.youtube.com/embed/zyl4Vvjc7pI?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(18149,1626,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(18150,1626,'_oembed_time_504353921702cec57c79f0cc17e63572','1470077116'),(18151,1626,'_wp_old_slug','blog-title-03'),(18152,1626,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(18153,1626,'_wp_old_slug','blog-title-03'),(18154,1626,'_wp_old_slug','thanksgiving-week-schedule__trashed'),(18155,1626,'_wp_old_slug','cancer-update'),(18156,1626,'_wp_old_slug','magnificent-magnesium'),(18157,1626,'_wp_old_slug','magnificent-magnesium-2'),(18158,1626,'_wp_old_slug','winter_skin_care'),(18159,1626,'mfn-post-sidebar','0'),(18160,1626,'mfn-post-sidebar','0'),(18161,1626,'mfn-post-sidebar2','0'),(18162,1626,'mfn-post-sidebar2','0'),(18163,1626,'_oembed_70c3f7c0b35f507260fceba4aa944398','{{unknown}}'),(18164,1626,'_oembed_3e601594e527c050109c115dc0343e65','{{unknown}}'),(18165,1626,'_oembed_9b1ceae82700066b420cbf8220005e44','<blockquote class=\"wp-embedded-content\" data-secret=\"kASrIgvovz\"><a href=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/\">Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/embed/#?secret=kASrIgvovz\" data-secret=\"kASrIgvovz\" width=\"600\" height=\"338\" title=\"&#8220;Episode 359 &#8211; Dr. Ken Brown &#8211; SIBO&#8221; &#8212; The Paleo Diet  - Robb Wolf on Paleolithic nutrition, intermittent fasting, and fitness\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(18166,1626,'_oembed_time_9b1ceae82700066b420cbf8220005e44','1526497634'),(18167,1626,'_oembed_23dc491aeb7984be5b7c3de7f8f733eb','<blockquote class=\"wp-embedded-content\" data-secret=\"WlCV7gXJBc\"><a href=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/\">RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/embed/#?secret=WlCV7gXJBc\" data-secret=\"WlCV7gXJBc\" width=\"600\" height=\"338\" title=\"&#8220;RHR: New Treatment for SIBO and IBS-Câ€”with Dr. Kenneth Brown&#8221; &#8212; Chris Kresser\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(18168,1626,'_oembed_time_23dc491aeb7984be5b7c3de7f8f733eb','1526497635'),(18169,1626,'_oembed_358a61ccc8bf2354ef1120fed79c344e','<blockquote class=\"wp-embedded-content\" data-secret=\"shaF4RzKZS\"><a href=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/\">Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/embed/#?secret=shaF4RzKZS\" data-secret=\"shaF4RzKZS\" width=\"600\" height=\"338\" title=\"&#8220;Episode 35: Dr. Kenneth Brown | Atrantil / KBS Research&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(18170,1626,'_oembed_time_358a61ccc8bf2354ef1120fed79c344e','1526497638'),(18171,1626,'_oembed_af0b1f39f6e075a34328aef17f250879','{{unknown}}'),(18172,1626,'_oembed_f714c39f6931f083180b36cf45638a8c','{{unknown}}'),(18173,1626,'_oembed_5000284a6c9c5bcbac8ae34dc7be08b7','{{unknown}}'),(18174,1626,'_oembed_63b1fcb3e0dc43453aedb68f431c75c2','<blockquote class=\"wp-embedded-content\" data-secret=\"oZNLMh7ADK\"><a href=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/\">How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/embed/#?secret=oZNLMh7ADK\" data-secret=\"oZNLMh7ADK\" width=\"600\" height=\"338\" title=\"&#8220;How to Get the Most From Your Probiotic â€“ A Doctorâ€™s Advice&#8221; &#8212; Kara Fitzgerald ND Naturopathic Doctor\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(18175,1626,'_oembed_time_63b1fcb3e0dc43453aedb68f431c75c2','1529526804'),(18176,1626,'_oembed_0dc928c90b7c768760131f493fc3b3d6','{{unknown}}'),(18177,1626,'_oembed_d7841c341108008601fa6bfd45e9877d','{{unknown}}'),(18178,1626,'_oembed_40a13cbe0598cd34470e2068d6d5b1b0','{{unknown}}'),(18179,1626,'_oembed_88288a6a8fdc1892db3639b1a045fbbf','<blockquote class=\"wp-embedded-content\" data-secret=\"JR2TSdbz6i\"><a href=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/\">Changing your diet is the first step in addressing Hashimoto&#8217;s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/embed/#?secret=JR2TSdbz6i\" data-secret=\"JR2TSdbz6i\" width=\"600\" height=\"338\" title=\"&#8220;Changing your diet is the first step in addressing Hashimoto&#8217;s&#8221; &#8212; Dr. K. News\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(18180,1626,'_oembed_time_88288a6a8fdc1892db3639b1a045fbbf','1535053648'),(18181,1626,'_oembed_6bfdd057756c7c58246362901ea9cc5a','<blockquote class=\"wp-embedded-content\" data-secret=\"EL52QLJFmX\"><a href=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/\">What To Do If Your TSH Is Normal and You Are Anything But!</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/embed/#?secret=EL52QLJFmX\" data-secret=\"EL52QLJFmX\" width=\"600\" height=\"338\" title=\"&#8220;What To Do If Your TSH Is Normal and You Are Anything But!&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(18182,1626,'_oembed_time_6bfdd057756c7c58246362901ea9cc5a','1535053650'),(18183,1626,'_oembed_f64919ffc4b08d3bacaafee3d9d84058','<blockquote class=\"wp-embedded-content\" data-secret=\"krfgO9xlfd\"><a href=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/\">Iodine and Hashimotoâ€™s</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/embed/#?secret=krfgO9xlfd\" data-secret=\"krfgO9xlfd\" width=\"600\" height=\"338\" title=\"&#8220;Iodine and Hashimotoâ€™s&#8221; &#8212; DR. IZABELLA WENTZ, PHARM D\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(18184,1626,'_oembed_time_f64919ffc4b08d3bacaafee3d9d84058','1535053650'),(18185,1626,'_thumbnail_id','1622'),(18186,1626,'_wp_page_template','default'),(18187,1626,'rs_page_bg_color','#ffffff'),(18188,1626,'eg_sources_revslider',''),(18189,1626,'eg_sources_essgrid',''),(18190,1626,'eg_featured_grid',''),(18191,1626,'eg_custom_meta_216','true'),(18192,1626,'eg_votes_count','0'),(18193,1626,'_oembed_c2004865cc11e9852830bd0bd49d5f39','{{unknown}}'),(18195,1626,'_dp_original','1590'),(18196,1626,'_edit_lock','1632497432:2'),(18197,1626,'_edit_last','2');
/*!40000 ALTER TABLE `wp3l_postmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp3l_posts`
--

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

--
-- Dumping data for table `wp3l_posts`
--

LOCK TABLES `wp3l_posts` WRITE;
/*!40000 ALTER TABLE `wp3l_posts` DISABLE KEYS */;
INSERT INTO `wp3l_posts` VALUES (1,2,'2016-07-27 15:16:00','2016-07-27 15:16:00','','Hello world!','','draft','closed','open','','hello-world','','','2016-10-11 17:39:26','2016-10-11 22:39:26','',0,'http://mitziconnell.com/demo18/?p=1',0,'post','',1),(2,3,'2016-07-27 15:16:00','2016-07-27 15:16:00','This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:\n\n<blockquote>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like pi&#241;a coladas. (And gettin\' caught in the rain.)</blockquote>\n\n...or something like this:\n\n<blockquote>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</blockquote>\n\nAs a new WordPress user, you should go to <a href=\"http://74.124.197.205/~ruthsnut/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!','Sample Page','','draft','closed','closed','','sample-page','','','2016-09-06 19:10:18','2016-09-06 19:10:18','',0,'http://mitziconnell.com/demo18/?page_id=2',0,'page','',0),(4,3,'2016-07-30 04:16:49','2016-07-30 04:16:49','<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\n<p>[submit \"Send\"]</p>\nDemo-Ruth&#039;s Nutrition \"[your-subject]\"\n[your-name] <wordpress@mitziconnell.com>\nFrom: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on Demo-Ruth&#039;s Nutrition (http://74.124.197.205/~ruthsnut)\nbestdishestoyou@gmail.com\nReply-To: [your-email]\n\n0\n0\n\nDemo-Ruth&#039;s Nutrition \"[your-subject]\"\nDemo-Ruth&#039;s Nutrition <wordpress@mitziconnell.com>\nMessage Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on Demo-Ruth&#039;s Nutrition (http://74.124.197.205/~ruthsnut)\n[your-email]\nReply-To: bestdishestoyou@gmail.com\n\n0\n0\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.','Contact form 1','','publish','closed','closed','','contact-form-1','','','2016-07-30 04:16:49','2016-07-30 04:16:49','',0,'http://mitziconnell.com/demo18/?post_type=wpcf7_contact_form&p=4',0,'wpcf7_contact_form','',0),(8,3,'2016-07-28 09:48:57','2016-07-28 09:48:57','[vc_row full_width=\"stretch_row_content_no_spaces\" content_placement=\"bottom\"][vc_column][vc_single_image image=\"762\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][vc_row_inner][vc_column_inner width=\"2/3\"][vc_column_text]\r\n<h6 style=\"font-size: 32px;\">WELCOME!</h6>\r\n<h6 style=\"font-size: 14px;\">Why we do what we do</h6>\r\n[divider height=\"20\"]\r\n\r\nAt Ruthâ€™s weâ€™re passionate about helping you reach optimal health. Each of us has worked her way through personal health problems, a process that instilled in us a drive to help others. If we can make you feel better, we feel better; itâ€™s as simple as that.\r\n\r\nWe want you feeling good and looking good. Thatâ€™s why we stock a wide variety of top-quality products: immune aids, brain boosters, non-toxic skin care, organic essential oils and much, much more. We believe in going the extra mile. Weâ€™re glad to special order customer-requested items or deliver prepaid products to your car when your lifeâ€™s too hectic to spend time in the store.\r\n\r\nWe study our craft, regularly attending both medical and natural health conferences, in order to share the latest information possible.\r\n\r\nWe take the time to listen, hear your story and offer the best solutions we know. The road to good health begins here; letâ€™s get started together![/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_empty_space][vc_gallery interval=\"3\" images=\"776,773,783,780,786\" img_size=\"full\" onclick=\"\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1471879090504{background-color: #f1fdea !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vc_text_separator title=\"Meet our Team!\" i_icon_fontawesome=\"fa fa-commenting\" i_color=\"violet\" color=\"chino\" style=\"dotted\" add_icon=\"true\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1471879140045{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/3\"][our_team style=\"horizontal\" image=\"767\" title=\"Cynthia Freese\" subtitle=\"Owner\" phone=\"256.883.4127\"][/our_team][vc_column_text]Cynthia has worked in Ruthâ€™s Nutrition since 1994 and owned it since 2007. Over those years she has served the public with grace, style and savvy, creating a locally owned store that offers a friendly, attractive atmosphere, top-quality products and some of the most knowledgeable health food store staffers in the region.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][our_team style=\"horizontal\" image=\"788\" title=\"Sue Cummings\" subtitle=\"Clinical Herbalist\" phone=\"256.883.4127\"][/our_team][vc_column_text]Sue is a clinical herbalist with a bachelorâ€™s degree in botanical medicine and professional membership in the American Herbalists Guild. After having a private practice for several years, she joined Ruthâ€™s Nutrition where sheâ€™s more than happy to share her expertise with customers for free.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][our_team style=\"horizontal\" image=\"764\" title=\"Anita Eisenberg\" subtitle=\"Health Specialist\" phone=\"256.883.4127\"][/our_team][vc_column_text]Anita has been in the health care business for more than 25 years, cataloging a vast knowledge of illnesses, products and their appropriate uses. Ask Anita a question and youâ€™ll likely get not only an informed answer but also an amazing amount of detail. Here at Ruthâ€™s Nutrition, sheâ€™s fondly known as The Walking Encyclopedia.[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1473189366464{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/3\"][our_team style=\"horizontal\" image=\"766\" title=\"Christine Dennis\" subtitle=\"Health Specialist\" phone=\"256.883.4127\"][/our_team][vc_column_text]Christine has a passion for children; just watch her light up any time a child is around. No wonder then that sheâ€™s made understanding childrenâ€™s ailments, health, and happiness her priority. Not only is she great with kids, sheâ€™s a maven when it comes to aromatherapy, skin care -- and our displays. If youâ€™ve seen one of her gift baskets, you know she knows how to make things look good.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][our_team style=\"horizontal\" image=\"765\" title=\"Barbara Musso\" subtitle=\"Health Specialist\" phone=\"256.883.4127\"][/our_team][vc_column_text]Barb has been a registered nurse for more than 40 years, working in the operating room and in gerontology before joining the Ruthâ€™s Nutrition team. Sheâ€™s long been interested in alternative healing modalities, studying reflexology and learning to understand the subtle energies of the body. Known for her big heart and her caring listening skills, Barb has become a customer favorite.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"809\" img_size=\"full\" alignment=\"center\" style=\"vc_box_shadow_3d\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text][show-testimonials alias=\'About\'][/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1470328503897{background-color: #270639 !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: right; font-size: 20px; font-weight: 600;\"><span style=\"color: #ffffff;\">Questions?</span> <a style=\"font-size: 20px; font-weight: 600;\" href=\"http://74.124.197.205/~ruthsnut/contact\">Contact us!<i class=\"icon icon-right-circled\" style=\"margin-right: 7px;\"></i></a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Our Story','','publish','closed','closed','','our-story','','','2016-10-10 16:49:27','2016-10-10 16:49:27','',0,'http://themes.muffingroup.com/be/tailor/?page_id=8',0,'page','',0),(10,3,'2016-07-28 09:49:14','2016-07-28 09:49:14','[vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space][fancy_heading h1=\"0\" style=\"line\" title=\"Our Services\" slogan=\"HOW CAN WE BRING HEALTH TO YOU?\"][/fancy_heading][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][our_team style=\"horizontal\" image=\"792\" title=\"Wellness Counseling\" subtitle=\"\n<h6>with Phyllis D. Light</h6>\n\" phone=\"256-931-0351\" email=\"phyllisdlight@hotmail.com \"][/our_team][vc_column_text]<img class=\"alignright wp-image-744 size-full\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/10/Herbal-Medicines-jpg.jpg\" width=\"123\" height=\"123\">Phyllis holds a masterâ€™s degree in health studies from the University of Alabama and is a professional member of the American Herbalists Guild, a member of the International Herb Association and the Herb Society of America.\n\nInitial consultations last about an hour and consist of a detailed medical history, pertinent questions concerning your condition, and a non-invasive assessment.\n\nPlease bring a list of medications, herbs or other supplements you are currently taking.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][our_team style=\"horizontal\" image=\"789\" title=\"Bio Energetics Testing\" subtitle=\"\n<h6>with Gordon Slack</h6>\n\" phone=\"256-883-4127\" email=\"81eaglescout@bellsouth.net \"][/our_team][vc_column_text]<img class=\"alignright wp-image-814 size-full\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/bio-energetics-testing.jpg\" width=\"123\" height=\"123\">BioEnergetics Testing uses a computer to measure the electrical conductivity at responsive (meridian) points to assess which systems in the body have been compromised by environmental toxicity, nutritional deficiencies, emotional stress and energetic imbalances.\n\nOnce imbalances have been identified, the computer then recommends homeopathic and herbal remedies and/or nutritional supplementation to assist the body\'s healing process.\n\nGordon Slack earned his doctorate in bioenergetics with Zenia Richler, ND, NMD, of the Academy of BioEnergetics, Springfield, Mo. Gordon also is a certified lymphologist from the International Academy of Lymphology.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_separator][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][vc_column_text]\n<h4>Therapeutic Massage &amp;\nCranio-Sacral Therapy</h4>\n<h6>with Gabriele Farrales</h6>\n<img class=\"alignright wp-image-452 size-thumbnail\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/10/neck-pain-150x150.jpg\" width=\"150\" height=\"150\">\n\nGabriele specializes in pain management and pain relief of muscles and soft tissue rehabilitation, including scar tissue release using myofascial release techniques and deep tissue massage.\n\nShe also does Upledger CranioSacral Therapy, which is a light touch, whole-body treatment technique that works with the bodyâ€™s craniosacral system to support and nourish the central nervous system, thereby improving overall health and well-being.\n\nGabriele Farrales is a massage therapist licensed in Alabama (Lic. #2426) and nationally board certified in Therapeutic Massage and Bodywork BCTMB.[/vc_column_text][vc_message icon_fontawesome=\"fa fa-phone\"]<span style=\"text-decoration: underline;\"><strong>Contact Gabriele:</strong></span>\n<a href=\"tel:256-652-6830\">256-652-6830</a>\n<a href=\"mailto:Gabriele.farrales@gmail.com\">Gabriele.farrales@gmail.com</a>[/vc_message][/vc_column][vc_column width=\"1/3\"][vc_column_text]\n<h4>Auricular\nTherapy</h4>\n<h6>with Gabriele Farrales</h6>\n<img class=\"alignright wp-image-815 size-thumbnail\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/auricular-150x150.jpg\" width=\"150\" height=\"150\">Auricular therapy can be used to help relieve and manage pain, including back pain, assist in overcoming addiction such as cigarette smoking, induce relaxation, and stimulate detoxification among an abundance of other benefits. Itâ€™s a non-invasive procedure that involves activating reflex points on the outside of the ear that correspond with parts of the body in order to stimulate, sedate, or balance those areas. Those reflex points are activated with a special tool that emits very mild electric impulses.\n\nGabriele Farrales is a certified Acupuncture Detoxification Specialist, and a Master in Auricular Therapy by Dr. LiChun Huang, who is the pioneer of modern Auricular Medicine from China. Sheâ€™s also a licensed massage therapist.[/vc_column_text][vc_message icon_fontawesome=\"fa fa-phone\"]<span style=\"text-decoration: underline;\"><strong>Contact Gabriele:</strong></span>\n<a href=\"tel:256-652-6830\">256-652-6830</a>\n<a href=\"mailto:Gabriele.farrales@gmail.com\">Gabriele.farrales@gmail.com</a>[/vc_message][/vc_column][vc_column width=\"1/3\"][vc_column_text]\n<h4>Reflexology\n&amp; Directional Healing</h4>\n<h6>with Barbara Musso</h6>\n<img class=\"alignright wp-image-816 size-thumbnail\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/reflexology-feet_grande-150x150.jpg\" width=\"150\" height=\"150\">Foot reflexology is an ancient healing therapy that involves stimulating reflex points on the feet in order to activate the bodyâ€™s own natural healing powers. After experiencing her own health transformation by reflexology years ago, Barbara Musso felt called to the profession and became certified by the world renowned International Institute of Reflexology in 1996. Barbara also is certified in Directional Healing - energy work through resonance - by the Center for Directional Healing.\n\nAppointments are 30, 60, and 90 minutes. Make an appointment and let Barbara show you how relaxing and healing these practices can be!\n\n[/vc_column_text][vc_message icon_fontawesome=\"fa fa-phone\"]<span style=\"text-decoration: underline;\"><strong>Contact Barbara:</strong></span>\n<a href=\"tel:256-361-4297\">256-361-4297</a>[/vc_message][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text][show-testimonials alias=\'Services\'][/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1470328503897{background-color: #270639 !important;}\"][vc_column][vc_column_text]\n<p style=\"text-align: right; font-size: 20px; font-weight: 600;\"><span style=\"color: #ffffff;\">Questions?</span> <a style=\"font-size: 20px; font-weight: 600;\" href=\"http://74.124.197.205/~ruthsnut/contact\">Contact us!<i class=\"icon icon-right-circled\" style=\"margin-right: 7px;\"></i></a></p>\n[/vc_column_text][/vc_column][/vc_row]','Services','','publish','closed','closed','','services','','','2019-06-26 15:15:15','2019-06-26 20:15:15','',0,'http://themes.muffingroup.com/be/tailor/?page_id=10',0,'page','',0),(12,3,'2016-07-28 09:49:25','2016-07-28 09:49:25','','Offer','','publish','closed','closed','','offer','','','2016-07-28 09:49:25','2016-07-28 09:49:25','',0,'http://themes.muffingroup.com/be/tailor/?page_id=12',0,'page','',0),(14,3,'2016-07-28 09:49:34','2016-07-28 09:49:34','<br />\n','Contact','','publish','closed','closed','','contact','','','2021-08-07 06:35:53','2021-08-07 11:35:53','',0,'http://themes.muffingroup.com/be/tailor/?page_id=14',0,'page','',0),(21,3,'2016-07-28 10:09:44','2016-07-28 10:09:44','','home_tailor_bg_pattern','','inherit','open','closed','','home_tailor_bg_pattern','','','2016-07-28 10:09:44','2016-07-28 10:09:44','',0,'http://mitziconnell.com/demo18/wp-content/uploads/2016/07/home_tailor_bg_pattern.png',0,'attachment','image/png',0),(29,3,'2016-07-28 12:00:27','2016-07-28 12:00:27','','tailor','','inherit','open','closed','','tailor','','','2016-07-28 12:00:27','2016-07-28 12:00:27','',0,'http://mitziconnell.com/demo18/wp-content/uploads/2016/07/tailor.png',0,'attachment','image/png',0),(30,3,'2016-07-28 12:00:33','2016-07-28 12:00:33','','retina-tailor','','inherit','open','closed','','retina-tailor','','','2016-07-28 12:00:33','2016-07-28 12:00:33','',0,'http://mitziconnell.com/demo18/wp-content/uploads/2016/07/retina-tailor.png',0,'attachment','image/png',0),(33,3,'2016-07-28 12:10:28','2016-07-28 12:10:28','','home_tailor_sectionbg1','','inherit','open','closed','','home_tailor_sectionbg1','','','2016-07-28 12:10:28','2016-07-28 12:10:28','',83,'http://mitziconnell.com/demo18/wp-content/uploads/2016/07/home_tailor_sectionbg1.png',0,'attachment','image/png',0),(36,3,'2016-07-28 12:23:00','2016-07-28 12:23:00','','home_tailor_sectionbg2','','inherit','open','closed','','home_tailor_sectionbg2','','','2016-07-28 12:23:00','2016-07-28 12:23:00','',83,'http://mitziconnell.com/demo18/wp-content/uploads/2016/07/home_tailor_sectionbg2.png',0,'attachment','image/png',0),(37,3,'2016-07-28 13:01:10','2016-07-28 13:01:10','','home_tailor_sectionbg3','','inherit','open','closed','','home_tailor_sectionbg3','','','2016-07-28 13:01:10','2016-07-28 13:01:10','',83,'http://mitziconnell.com/demo18/wp-content/uploads/2016/07/home_tailor_sectionbg3.jpg',0,'attachment','image/jpeg',0),(40,3,'2016-07-28 13:26:54','2016-07-28 13:26:54','','home_tailor_slider_icon','','inherit','open','closed','','home_tailor_slider_icon','','','2016-07-28 13:26:54','2016-07-28 13:26:54','',0,'http://mitziconnell.com/demo18/wp-content/uploads/2016/07/home_tailor_slider_icon.png',0,'attachment','image/png',0),(41,3,'2016-07-28 13:26:54','2016-07-28 13:26:54','','home_tailor_slider_sep','','inherit','open','closed','','home_tailor_slider_sep','','','2016-07-28 13:26:54','2016-07-28 13:26:54','',0,'http://mitziconnell.com/demo18/wp-content/uploads/2016/07/home_tailor_slider_sep.png',0,'attachment','image/png',0),(42,3,'2016-07-28 14:55:38','2016-07-28 14:55:38','','home_tailor_logo_footer','','inherit','open','closed','','home_tailor_logo_footer','','','2016-07-28 14:55:38','2016-07-28 14:55:38','',0,'http://mitziconnell.com/demo18/wp-content/uploads/2016/07/home_tailor_logo_footer.png',0,'attachment','image/png',0),(43,3,'2016-07-28 15:10:56','2016-07-28 15:10:56','','home_tailor_slidingbox1','','inherit','open','closed','','home_tailor_slidingbox1','','','2016-07-28 15:10:56','2016-07-28 15:10:56','',83,'http://mitziconnell.com/demo18/wp-content/uploads/2016/07/home_tailor_slidingbox1.jpg',0,'attachment','image/jpeg',0),(44,3,'2016-07-28 15:10:57','2016-07-28 15:10:57','','home_tailor_slidingbox2','','inherit','open','closed','','home_tailor_slidingbox2','','','2016-07-28 15:10:57','2016-07-28 15:10:57','',83,'http://mitziconnell.com/demo18/wp-content/uploads/2016/07/home_tailor_slidingbox2.jpg',0,'attachment','image/jpeg',0),(45,3,'2016-07-28 15:10:58','2016-07-28 15:10:58','','home_tailor_slidingbox3','','inherit','open','closed','','home_tailor_slidingbox3','','','2016-07-28 15:10:58','2016-07-28 15:10:58','',83,'http://mitziconnell.com/demo18/wp-content/uploads/2016/07/home_tailor_slidingbox3.jpg',0,'attachment','image/jpeg',0),(46,3,'2016-07-28 15:14:19','2016-07-28 15:14:19','','home_tailor_gallery1','','inherit','open','closed','','home_tailor_gallery1','','','2016-07-28 15:14:19','2016-07-28 15:14:19','',83,'http://mitziconnell.com/demo18/wp-content/uploads/2016/07/home_tailor_gallery1.jpg',0,'attachment','image/jpeg',0),(47,3,'2016-07-28 15:14:20','2016-07-28 15:14:20','','home_tailor_gallery2','','inherit','open','closed','','home_tailor_gallery2','','','2016-07-28 15:14:20','2016-07-28 15:14:20','',83,'http://mitziconnell.com/demo18/wp-content/uploads/2016/07/home_tailor_gallery2.jpg',0,'attachment','image/jpeg',0),(48,3,'2016-07-28 15:14:21','2016-07-28 15:14:21','','home_tailor_gallery3','','inherit','open','closed','','home_tailor_gallery3','','','2016-07-28 15:14:21','2016-07-28 15:14:21','',83,'http://mitziconnell.com/demo18/wp-content/uploads/2016/07/home_tailor_gallery3.jpg',0,'attachment','image/jpeg',0),(49,3,'2016-07-28 15:14:22','2016-07-28 15:14:22','','home_tailor_gallery4','','inherit','open','closed','','home_tailor_gallery4','','','2016-07-28 15:14:22','2016-07-28 15:14:22','',83,'http://mitziconnell.com/demo18/wp-content/uploads/2016/07/home_tailor_gallery4.jpg',0,'attachment','image/jpeg',0),(50,3,'2016-07-28 15:14:23','2016-07-28 15:14:23','','home_tailor_gallery5','','inherit','open','closed','','home_tailor_gallery5','','','2016-07-28 15:14:23','2016-07-28 15:14:23','',83,'http://mitziconnell.com/demo18/wp-content/uploads/2016/07/home_tailor_gallery5.jpg',0,'attachment','image/jpeg',0),(51,3,'2016-07-28 15:14:24','2016-07-28 15:14:24','','home_tailor_gallery6','','inherit','open','closed','','home_tailor_gallery6','','','2016-07-28 15:14:24','2016-07-28 15:14:24','',83,'http://mitziconnell.com/demo18/wp-content/uploads/2016/07/home_tailor_gallery6.jpg',0,'attachment','image/jpeg',0),(56,3,'2016-07-29 10:25:43','2016-07-29 10:25:43','','home_tailor_video','','inherit','open','closed','','home_tailor_video-3','','','2016-07-29 10:25:43','2016-07-29 10:25:43','',0,'http://mitziconnell.com/demo18/wp-content/uploads/2016/07/home_tailor_video.png',0,'attachment','image/png',0),(57,3,'2016-07-29 10:40:16','2016-07-29 10:40:16','','home_tailor_sectionbg4','','inherit','open','closed','','home_tailor_sectionbg4','','','2016-07-29 10:40:16','2016-07-29 10:40:16','',83,'http://mitziconnell.com/demo18/wp-content/uploads/2016/07/home_tailor_sectionbg4.jpg',0,'attachment','image/jpeg',0),(58,3,'2016-07-29 10:59:09','2016-07-29 10:59:09','','home_tailor_video','','inherit','open','closed','','home_tailor_video','','','2016-07-29 10:59:09','2016-07-29 10:59:09','',0,'http://mitziconnell.com/demo18/wp-content/uploads/2016/07/home_tailor_video.mp4',0,'attachment','video/mp4',0),(59,3,'2016-07-29 10:59:17','2016-07-29 10:59:17','','home_tailor_video','','inherit','open','closed','','home_tailor_video-2','','','2016-07-29 10:59:17','2016-07-29 10:59:17','',0,'http://mitziconnell.com/demo18/wp-content/uploads/2016/07/home_tailor_video.ogv',0,'attachment','video/ogg',0),(60,3,'2016-07-29 11:24:19','2016-07-29 11:24:19','','home_tailor_pic1','','inherit','open','closed','','home_tailor_pic1','','','2016-07-29 11:24:19','2016-07-29 11:24:19','',83,'http://mitziconnell.com/demo18/wp-content/uploads/2016/07/home_tailor_pic1.jpg',0,'attachment','image/jpeg',0),(62,3,'2016-07-29 11:49:54','2016-07-29 11:49:54','','home_tailor_subheader1','','inherit','open','closed','','home_tailor_subheader1','','','2016-07-29 11:49:54','2016-07-29 11:49:54','',0,'http://mitziconnell.com/demo18/wp-content/uploads/2016/07/home_tailor_subheader1.jpg',0,'attachment','image/jpeg',0),(63,3,'2016-07-29 11:56:47','2016-07-29 11:56:47','','home_tailor_icon1','','inherit','open','closed','','home_tailor_icon1','','','2016-07-29 11:56:47','2016-07-29 11:56:47','',8,'http://mitziconnell.com/demo18/wp-content/uploads/2016/07/home_tailor_icon1.png',0,'attachment','image/png',0),(64,3,'2016-07-29 11:56:48','2016-07-29 11:56:48','','home_tailor_icon2','','inherit','open','closed','','home_tailor_icon2','','','2016-07-29 11:56:48','2016-07-29 11:56:48','',8,'http://mitziconnell.com/demo18/wp-content/uploads/2016/07/home_tailor_icon2.png',0,'attachment','image/png',0),(65,3,'2016-07-29 11:56:48','2016-07-29 11:56:48','','home_tailor_icon3','','inherit','open','closed','','home_tailor_icon3','','','2016-07-29 11:56:48','2016-07-29 11:56:48','',8,'http://mitziconnell.com/demo18/wp-content/uploads/2016/07/home_tailor_icon3.png',0,'attachment','image/png',0),(67,3,'2016-07-29 12:09:33','2016-07-29 12:09:33','','home_tailor_about1','','inherit','open','closed','','home_tailor_about1','','','2016-07-29 12:09:33','2016-07-29 12:09:33','',8,'http://mitziconnell.com/demo18/wp-content/uploads/2016/07/home_tailor_about1.jpg',0,'attachment','image/jpeg',0),(71,3,'2016-07-29 12:43:14','2016-07-29 12:43:14','','home_tailor_subheader2','','inherit','open','closed','','home_tailor_subheader2','','','2016-07-29 12:43:14','2016-07-29 12:43:14','',10,'http://mitziconnell.com/demo18/wp-content/uploads/2016/07/home_tailor_subheader2.jpg',0,'attachment','image/jpeg',0),(72,3,'2016-07-29 12:50:52','2016-07-29 12:50:52','','home_tailor_subheader3','','inherit','open','closed','','home_tailor_subheader3','','','2016-07-29 12:50:52','2016-07-29 12:50:52','',12,'http://mitziconnell.com/demo18/wp-content/uploads/2016/07/home_tailor_subheader3.jpg',0,'attachment','image/jpeg',0),(73,3,'2016-07-29 12:51:15','2016-07-29 12:51:15','','home_tailor_sectionbg5','','inherit','open','closed','','home_tailor_sectionbg5','','','2016-07-29 12:51:15','2016-07-29 12:51:15','',12,'http://mitziconnell.com/demo18/wp-content/uploads/2016/07/home_tailor_sectionbg5.png',0,'attachment','image/png',0),(74,3,'2016-07-29 12:55:49','2016-07-29 12:55:49','','home_tailor_howitworks1','','inherit','open','closed','','home_tailor_howitworks1','','','2016-07-29 12:55:49','2016-07-29 12:55:49','',12,'http://mitziconnell.com/demo18/wp-content/uploads/2016/07/home_tailor_howitworks1.png',0,'attachment','image/png',0),(75,3,'2016-07-29 12:55:49','2016-07-29 12:55:49','','home_tailor_howitworks2','','inherit','open','closed','','home_tailor_howitworks2','','','2016-07-29 12:55:49','2016-07-29 12:55:49','',12,'http://mitziconnell.com/demo18/wp-content/uploads/2016/07/home_tailor_howitworks2.png',0,'attachment','image/png',0),(76,3,'2016-07-29 12:55:49','2016-07-29 12:55:49','','home_tailor_howitworks3','','inherit','open','closed','','home_tailor_howitworks3','','','2016-07-29 12:55:49','2016-07-29 12:55:49','',12,'http://mitziconnell.com/demo18/wp-content/uploads/2016/07/home_tailor_howitworks3.png',0,'attachment','image/png',0),(80,3,'2016-07-29 13:09:11','2016-07-29 13:09:11','<div class=\"column one-second\">[text* your-name placeholder \"Your name\"] </div>\r\n<div class=\"column one-second\">[email* your-email placeholder \"Your e-mail\"] </div>\r\n<div class=\"column one\">[text your-subject placeholder \"Subject\"] </div>\r\n<div class=\"column one\">[textarea your-message x8 placeholder \"Message\"]</div>\r\n<div class=\"column one\">[submit \"Send a message\"]</div>\nInquiry from RuthsNutrition.com\ninfo@RuthsNutrition.com\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 a contact form on RuthsNutrition.com\ninfo@RuthsNutrition.com\nReply-To: [your-email]\n\n\n\n\nBeTailor - BeTheme \"[your-subject]\"\nBeTailor - BeTheme <wordpress@themes.muffingroup.com>\nMessage Body:\r\n[your-message]\r\n\r\n--\r\nThis e-mail was sent from a contact form on BeTailor - BeTheme (http://themes.muffingroup.com/be/tailor)\n[your-email]\nReply-To: noreply@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.','Contact Form','','publish','closed','closed','','contact-form','','','2016-10-10 13:04:58','2016-10-10 18:04:58','',0,'http://themes.muffingroup.com/be/tailor/?post_type=wpcf7_contact_form&#038;p=80',0,'wpcf7_contact_form','',0),(82,3,'2016-07-29 13:38:19','2016-07-29 13:38:19','','home_tailor_pin','','inherit','open','closed','','home_tailor_pin','','','2016-07-29 13:38:19','2016-07-29 13:38:19','',14,'http://mitziconnell.com/demo18/wp-content/uploads/2016/07/home_tailor_pin.png',0,'attachment','image/png',0),(83,3,'2016-07-27 11:58:46','2016-07-27 11:58:46','','Home','','publish','closed','open','','home-2','','','2021-01-27 15:02:04','2021-01-27 21:02:04','',0,'http://themes.muffingroup.com/be/tailor/?page_id=2',0,'page','',0),(86,3,'2016-07-30 04:23:42','2016-07-30 04:23:42',' ','Welcome!','','publish','closed','closed','','86','','','2016-09-21 19:57:48','2016-09-21 19:57:48','',0,'http://mitziconnell.com/demo18/2016/07/30/86/',1,'nav_menu_item','',0),(89,3,'2016-07-30 04:23:42','2016-07-30 04:23:42',' ','Contact Us','','publish','closed','closed','','contact-2','','','2016-09-21 19:57:48','2016-09-21 19:57:48','',0,'http://mitziconnell.com/demo18/2016/07/30/contact-2/',15,'nav_menu_item','',0),(93,3,'2016-07-30 04:23:43','2016-07-30 04:23:43',' ','','','publish','closed','closed','','93','','','2016-09-21 19:57:48','2016-09-21 19:57:48','',0,'http://mitziconnell.com/demo18/2016/07/30/93/',13,'nav_menu_item','',0),(95,3,'2016-07-30 04:23:43','2016-07-30 04:23:43',' ','About Us','','publish','closed','closed','','the-company-2','','','2016-09-21 19:57:48','2016-09-21 19:57:48','',0,'http://mitziconnell.com/demo18/2016/07/30/the-company-2/',2,'nav_menu_item','',0),(96,3,'2016-07-30 04:30:15','2016-07-30 04:30:15','','home_tailor_video.png','','inherit','closed','closed','','home-tailor-video-png','','','2016-07-30 04:30:15','2016-07-30 04:30:15','',0,'http://mitziconnell.com/demo18/wp-content/uploads/revslider/tailor/home_tailor_video.png',0,'attachment','image/png',0),(97,3,'2016-07-30 04:30:18','2016-07-30 04:30:18','','home_tailor_video.mp4','','inherit','closed','closed','','home-tailor-video-mp4','','','2016-07-30 04:30:18','2016-07-30 04:30:18','',0,'http://mitziconnell.com/demo18/wp-content/uploads/revslider/tailor/home_tailor_video.mp4',0,'attachment','',0),(98,3,'2016-07-30 04:30:19','2016-07-30 04:30:19','','home_tailor_video.ogv','','inherit','closed','closed','','home-tailor-video-ogv','','','2016-07-30 04:30:19','2016-07-30 04:30:19','',0,'http://mitziconnell.com/demo18/wp-content/uploads/revslider/tailor/home_tailor_video.ogv',0,'attachment','',0),(99,3,'2016-07-30 04:30:19','2016-07-30 04:30:19','','home_tailor_slider_icon.png','','inherit','closed','closed','','home-tailor-slider-icon-png','','','2016-07-30 04:30:19','2016-07-30 04:30:19','',0,'http://mitziconnell.com/demo18/wp-content/uploads/revslider/tailor/home_tailor_slider_icon.png',0,'attachment','image/png',0),(100,3,'2016-07-30 04:30:19','2016-07-30 04:30:19','','home_tailor_slider_sep.png','','inherit','closed','closed','','home-tailor-slider-sep-png','','','2016-07-30 04:30:19','2016-07-30 04:30:19','',0,'http://mitziconnell.com/demo18/wp-content/uploads/revslider/tailor/home_tailor_slider_sep.png',0,'attachment','image/png',0),(101,3,'2016-07-30 05:31:32','2016-07-30 05:31:32','','Articles','','publish','closed','closed','','articles','','','2019-06-26 15:17:07','2019-06-26 20:17:07','',0,'http://mitziconnell.com/demo18/?page_id=101',0,'page','',0),(102,3,'2016-07-30 05:31:32','2016-07-30 05:31:32','','Articles','','inherit','closed','closed','','101-revision-v1','','','2016-07-30 05:31:32','2016-07-30 05:31:32','',101,'http://mitziconnell.com/demo18/2016/07/30/101-revision-v1/',0,'revision','',0),(103,3,'2016-07-30 05:50:56','2016-07-30 05:50:56',' ','Our Blog','','publish','closed','closed','','103','','','2016-09-21 19:57:48','2016-09-21 19:57:48','',0,'http://mitziconnell.com/demo18/?p=103',14,'nav_menu_item','',0),(105,3,'2016-07-31 05:01:19','2016-07-31 05:01:19','','600x600','','inherit','open','closed','','600x600','','','2016-07-31 05:01:19','2016-07-31 05:01:19','',83,'http://mitziconnell.com/demo18/wp-content/uploads/2016/07/600x600.gif',0,'attachment','image/gif',0),(107,3,'2016-07-31 05:25:34','2016-07-31 05:25:34','','900x900 spices','','inherit','open','closed','','900x900-spices','','','2016-07-31 05:25:34','2016-07-31 05:25:34','',83,'http://mitziconnell.com/demo18/wp-content/uploads/2016/07/900x900-spices.jpg',0,'attachment','image/jpeg',0),(108,3,'2016-07-31 05:25:38','2016-07-31 05:25:38','','900x900 ess oils','','inherit','open','closed','','900x900-ess-oils','','','2016-07-31 05:25:38','2016-07-31 05:25:38','',83,'http://mitziconnell.com/demo18/wp-content/uploads/2016/07/900x900-ess-oils.jpg',0,'attachment','image/jpeg',0),(109,3,'2016-07-31 05:25:41','2016-07-31 05:25:41','','900x900 vegs','','inherit','open','closed','','900x900-vegs','','','2016-07-31 05:25:41','2016-07-31 05:25:41','',83,'http://mitziconnell.com/demo18/wp-content/uploads/2016/07/900x900-vegs.jpg',0,'attachment','image/jpeg',0),(111,3,'2016-07-31 05:29:38','2016-07-31 05:29:38','','Home','','inherit','closed','closed','','83-revision-v1','','','2016-07-31 05:29:38','2016-07-31 05:29:38','',83,'http://mitziconnell.com/demo18/2016/07/31/83-revision-v1/',0,'revision','',0),(112,3,'2016-07-31 16:39:02','2016-07-31 16:39:02','','bkgrnd - brown leaves','','inherit','open','closed','','bkgrnd-brown-leaves','','','2016-07-31 16:39:02','2016-07-31 16:39:02','',0,'http://mitziconnell.com/demo18/wp-content/uploads/2016/07/bkgrnd-brown-leaves.jpg',0,'attachment','image/jpeg',0),(113,3,'2016-07-31 16:39:11','2016-07-31 16:39:11','','Bkgrnd - Brown-Wood-Wallpaper-Background-Pattern-2894','','inherit','open','closed','','bkgrnd-brown-wood-wallpaper-background-pattern-2894','','','2016-07-31 16:39:11','2016-07-31 16:39:11','',0,'http://mitziconnell.com/demo18/wp-content/uploads/2016/07/Bkgrnd-Brown-Wood-Wallpaper-Background-Pattern-2894.jpg',0,'attachment','image/jpeg',0),(114,3,'2016-07-31 16:42:08','2016-07-31 16:42:08','','bkgrnd - light-brown-background-pattern-1807213','','inherit','open','closed','','bkgrnd-light-brown-background-pattern-1807213','','','2016-07-31 16:42:08','2016-07-31 16:42:08','',0,'http://mitziconnell.com/demo18/wp-content/uploads/2016/07/bkgrnd-light-brown-background-pattern-1807213.jpg',0,'attachment','image/jpeg',0),(115,3,'2016-07-31 16:48:54','2016-07-31 16:48:54','','bkgrnd - chocolate-brown-knit-fabric-with-diamond-pattern-texture-190x190','','inherit','open','closed','','bkgrnd-chocolate-brown-knit-fabric-with-diamond-pattern-texture-190x190','','','2016-07-31 16:48:54','2016-07-31 16:48:54','',0,'http://mitziconnell.com/demo18/wp-content/uploads/2016/07/bkgrnd-chocolate-brown-knit-fabric-with-diamond-pattern-texture-190x190.jpg',0,'attachment','image/jpeg',0),(116,3,'2016-07-31 16:54:04','2016-07-31 16:54:04','','bkgrnd brown_interlocking_circles_indented_background_seamless','','inherit','open','closed','','bkgrnd-brown_interlocking_circles_indented_background_seamless','','','2016-07-31 16:54:04','2016-07-31 16:54:04','',0,'http://mitziconnell.com/demo18/wp-content/uploads/2016/07/bkgrnd-brown_interlocking_circles_indented_background_seamless.jpg',0,'attachment','image/jpeg',0),(117,3,'2016-07-31 18:21:36','2016-07-31 18:21:36','','bkgrnd - depositphotos_17229019-Seamless-green-leaves-pattern','','inherit','open','closed','','bkgrnd-depositphotos_17229019-seamless-green-leaves-pattern','','','2016-07-31 18:21:36','2016-07-31 18:21:36','',83,'http://mitziconnell.com/demo18/wp-content/uploads/2016/07/bkgrnd-depositphotos_17229019-Seamless-green-leaves-pattern.jpg',0,'attachment','image/jpeg',0),(119,3,'2016-07-31 18:25:26','2016-07-31 18:25:26','','bkgrnd - green-pastel-background-6332','','inherit','open','closed','','bkgrnd-green-pastel-background-6332','','','2016-07-31 18:25:26','2016-07-31 18:25:26','',83,'http://mitziconnell.com/demo18/wp-content/uploads/2016/07/bkgrnd-green-pastel-background-6332.jpg',0,'attachment','image/jpeg',0),(121,3,'2016-07-31 18:30:18','2016-07-31 18:30:18','','bkgrnd - striated-pale-green-leaves','','inherit','open','closed','','bkgrnd-striated-pale-green-leaves','','','2016-07-31 18:30:18','2016-07-31 18:30:18','',83,'http://mitziconnell.com/demo18/wp-content/uploads/2016/07/bkgrnd-striated-pale-green-leaves.gif',0,'attachment','image/gif',0),(123,3,'2016-07-31 18:41:20','2016-07-31 18:41:20','','bkgrnd - WA7820S','','inherit','open','closed','','bkgrnd-wa7820s','','','2016-07-31 18:41:20','2016-07-31 18:41:20','',83,'http://mitziconnell.com/demo18/wp-content/uploads/2016/07/bkgrnd-WA7820S.jpg',0,'attachment','image/jpeg',0),(125,3,'2016-07-31 18:50:40','2016-07-31 18:50:40','','bkgrnd - kitchen-seamless-pattern-white-vegetables-light-green-background-vector-illustration-your-design-50288158','','inherit','open','closed','','bkgrnd-kitchen-seamless-pattern-white-vegetables-light-green-background-vector-illustration-your-design-50288158','','','2016-07-31 18:50:40','2016-07-31 18:50:40','',83,'http://mitziconnell.com/demo18/wp-content/uploads/2016/07/bkgrnd-kitchen-seamless-pattern-white-vegetables-light-green-background-vector-illustration-your-design-50288158.jpg',0,'attachment','image/jpeg',0),(128,3,'2016-07-31 18:58:57','2016-07-31 18:58:57','','bkgrnd - 901932924-0d0bd7a7345d52b0','','inherit','open','closed','','bkgrnd-901932924-0d0bd7a7345d52b0','','','2016-07-31 18:58:57','2016-07-31 18:58:57','',83,'http://mitziconnell.com/demo18/wp-content/uploads/2016/07/bkgrnd-901932924-0d0bd7a7345d52b0.jpg',0,'attachment','image/jpeg',0),(130,3,'2016-07-31 19:02:36','2016-07-31 19:02:36','','bkgrnd - images','','inherit','open','closed','','bkgrnd-images','','','2016-07-31 19:02:36','2016-07-31 19:02:36','',83,'http://mitziconnell.com/demo18/wp-content/uploads/2016/07/bkgrnd-images.jpg',0,'attachment','image/jpeg',0),(132,3,'2016-07-31 19:05:17','2016-07-31 19:05:17','','bkgrnd - dirty-paper-seamless-background','','inherit','open','closed','','bkgrnd-dirty-paper-seamless-background','','','2016-07-31 19:05:17','2016-07-31 19:05:17','',83,'http://mitziconnell.com/demo18/wp-content/uploads/2016/07/bkgrnd-dirty-paper-seamless-background.jpg',0,'attachment','image/jpeg',0),(134,3,'2016-07-31 19:08:11','2016-07-31 19:08:11','','bkgrnd - 0002-light-pink-velvet-fabric-texture-seamless','','inherit','open','closed','','bkgrnd-0002-light-pink-velvet-fabric-texture-seamless','','','2016-07-31 19:08:11','2016-07-31 19:08:11','',83,'http://mitziconnell.com/demo18/wp-content/uploads/2016/07/bkgrnd-0002-light-pink-velvet-fabric-texture-seamless.jpg',0,'attachment','image/jpeg',0),(138,3,'2016-07-31 20:43:52','2016-07-31 20:43:52','','Showcase','','inherit','closed','closed','','10-revision-v1','','','2016-07-31 20:43:52','2016-07-31 20:43:52','',10,'http://mitziconnell.com/demo18/2016/07/31/10-revision-v1/',0,'revision','',0),(139,3,'2016-08-01 16:14:20','2016-08-01 16:14:20','','ruthnutrition logo 2','','inherit','open','closed','','ruthnutrition-logo-2','','','2016-08-01 16:14:20','2016-08-01 16:14:20','',0,'http://mitziconnell.com/demo18/wp-content/uploads/2016/08/ruthnutrition-logo-2.jpg',0,'attachment','image/jpeg',0),(140,3,'2016-08-01 17:44:08','2016-08-01 17:44:08','','ruthnutrition logo puzzle','','inherit','open','closed','','ruthnutrition-logo-puzzle','','','2016-08-01 17:44:08','2016-08-01 17:44:08','',0,'http://mitziconnell.com/demo18/wp-content/uploads/2016/08/ruthnutrition-logo-puzzle.png',0,'attachment','image/png',0),(141,3,'2016-08-01 17:51:19','2016-08-01 17:51:19','','ruthnutrition logo puzzle','','inherit','open','closed','','ruthnutrition-logo-puzzle-2','','','2016-08-01 17:56:22','2016-08-01 17:56:22','',1,'http://mitziconnell.com/demo18/wp-content/uploads/2016/08/ruthnutrition-logo-puzzle-1.png',0,'attachment','image/png',0),(142,3,'2016-08-01 17:57:43','2016-08-01 17:57:43','<img src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/08/ruthnutrition-logo-puzzle-1.png\" alt=\"\" width=\"265\" height=\"269\" class=\"aligncenter size-full wp-image-141\" />','Hello world!','','inherit','closed','closed','','1-autosave-v1','','','2016-08-01 17:57:43','2016-08-01 17:57:43','',1,'http://mitziconnell.com/demo18/2016/08/01/1-autosave-v1/',0,'revision','',0),(143,3,'2016-08-01 18:05:50','2016-08-01 18:05:50','<img src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/08/ruthnutrition-logo-puzzle-1.png\" alt=\"\" width=\"265\" height=\"269\" class=\"aligncenter size-full wp-image-141\" />','Hello world!','','inherit','closed','closed','','1-revision-v1','','','2016-08-01 18:05:50','2016-08-01 18:05:50','',1,'http://mitziconnell.com/demo18/2016/08/01/1-revision-v1/',0,'revision','',0),(145,2,'2016-08-15 18:24:41','2016-08-15 18:24:41','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h3>We\'re always looking for new ways to better serve our customers. To do that, we need to hear from you!</h3>\r\nIf there\'s a product you want and you don\'t find it on our shelves, tell us! We\'ll do our best to bring in what customers most want. If you need a product but you donâ€™t have much time, call us! Pay for the product over the phone then call us when youâ€™re in our parking lot. Weâ€™ll bring it out to your car.\r\n\r\nWe\'re listening to our customers and making a list. Please help us to serve you better and to make Ruth\'s Nutrition one of your favorite places to shop![/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"796\" img_size=\"full\" alignment=\"center\" css_animation=\"right-to-left\"][/vc_column][/vc_row]','Talk to Us!','We\'re listening to our customers and making a list. Please help us to serve you better and to make Ruth\'s Nutrition one of your favorite places to shop!\r\n','publish','closed','open','','talk-to-us','','','2016-10-11 17:39:26','2016-10-11 22:39:26','',0,'http://mitziconnell.com/demo18/?p=145',0,'post','',0),(146,3,'2016-08-01 18:22:14','2016-08-01 18:22:14','','wellness 01','young woman applying lotion on her hands','inherit','open','closed','','wellness-01','','','2016-08-01 18:22:14','2016-08-01 18:22:14','',145,'http://mitziconnell.com/demo18/wp-content/uploads/2016/08/wellness-01.jpg',0,'attachment','image/jpeg',0),(147,3,'2016-08-01 18:22:16','2016-08-01 18:22:16','','wellness 02','','inherit','open','closed','','wellness-02','','','2016-08-01 18:22:16','2016-08-01 18:22:16','',145,'http://mitziconnell.com/demo18/wp-content/uploads/2016/08/wellness-02.jpg',0,'attachment','image/jpeg',0),(148,3,'2016-08-01 18:22:19','2016-08-01 18:22:19','','wellness 03','','inherit','open','closed','','wellness-03','','','2016-08-01 18:22:19','2016-08-01 18:22:19','',145,'http://mitziconnell.com/demo18/wp-content/uploads/2016/08/wellness-03.jpg',0,'attachment','image/jpeg',0),(149,3,'2016-08-01 18:24:41','2016-08-01 18:24:41','[vc_row][vc_column][fancy_heading h1=\"0\" style=\"line\" title=\"Title Goes Here\"]Optional content can go here[/fancy_heading][/vc_column][/vc_row][vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h3>Family tradition</h3>\r\nSed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione.\r\n\r\nAdipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"148\" alignment=\"center\" css_animation=\"right-to-left\"][/vc_column][/vc_row]','Blog Title 01','','inherit','closed','closed','','145-revision-v1','','','2016-08-01 18:24:41','2016-08-01 18:24:41','',145,'http://mitziconnell.com/demo18/2016/08/01/145-revision-v1/',0,'revision','',0),(150,2,'2016-09-01 18:26:55','2016-09-01 18:26:55','[vc_row][vc_column width=\"1/3\"][vc_single_image image=\"795\" img_size=\"full\" alignment=\"center\" css_animation=\"appear\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]\r\n<h3>Weâ€™ve got two great lines on sale during September!</h3>\r\n<strong>Derma-e, natural skincare solutions that work!</strong> Every Derma-e formula is paraben-free, phthalate-free, GMO free, gluten-free, sodium lauryl sulfate-free, petrolatum-free, mineral oil-free and dye free. Theyâ€™re also 100% vegan and animal cruelty-free. You can pick from face creams, cleansers, toners and serums for aging skin, sensitive skin, dry skin and more. Come see us and weâ€™ll help you pick the product that best suits you.\r\n\r\n<strong>Gaia Herbs, plant intelligence.</strong> Gaia is an organic herb farm in North Carolina that produces some of the best herb products in the business. With cold and flu season upon us, you might think about stocking up on Quick Defense or Immune A.S.A.P. -- both have worked well for us at Ruthâ€™s -- or the classic Echinacea/Goldenseal. Since students have returned to school, more of our customers are complaining of stress. If youâ€™re in this category, you might consider the adaptogen formula, Adrenal Health Daily Support. And if youâ€™re tired, thereâ€™s Energy &amp; Vitality. Both formulas get good reports from customers.\r\n\r\nDerma-e and Gaia Herbs have plenty more items to choose from and both are on sale till the end of this month. Come check out our great products @ great prices![/vc_column_text][/vc_column][/vc_row]','September Sales','Weâ€™ve got two great lines on sale during September!\r\n','publish','closed','open','','september-sales','','','2016-10-11 17:39:26','2016-10-11 22:39:26','',0,'http://mitziconnell.com/demo18/?p=150',0,'post','',0),(151,3,'2016-08-01 18:26:55','2016-08-01 18:26:55','[vc_row][vc_column][fancy_heading h1=\"0\" style=\"line\" title=\"Title Goes Here\"]Optional content can go here[/fancy_heading][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_single_image image=\"147\" alignment=\"center\" css_animation=\"appear\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]\r\n<h3>We love clothes</h3>\r\nQuisque lorem tortor fringilla sed, vestibulum id, eleifend justo vel bibendum sapien massa ac turpis faucibus orci luctus non, consectetuer lobortis quis, varius in, purus. Integer ultrices posuere cubilia Curae, Nulla ipsum dolor lacus, suscipit adipiscing. Cum sociis natoque penatibus et ultrices volutpat.\r\n\r\nNullam wisi ultricies a, gravida vitae, dapibus risus ante sodales lectus blandit eu, tempor diam pede cursus vitae, ultricies eu, faucibus quis.[/vc_column_text][/vc_column][/vc_row]','Blog Title 02','','inherit','closed','closed','','150-revision-v1','','','2016-08-01 18:26:55','2016-08-01 18:26:55','',150,'http://mitziconnell.com/demo18/2016/08/01/150-revision-v1/',0,'revision','',0),(152,2,'2016-09-07 18:29:34','2016-09-07 18:29:34','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h3>A Mighty Punch</h3>\r\nWeâ€™ve all probably heard the theory oxidative stress is the primary cause of cellular damage and aging. Thatâ€™s had many of us taking a handful of pills to address the issue. Thank goodness, Nordic Naturals has developed Omega Curcumin, which gives us a mighty antioxidant punch in just one dose (two pills).\r\n\r\nOmega Curcumin is a combination of concentrated anti-inflammatory fish oils EPA (490mg) &amp; DHA (350 mg), along with the antioxidants curcumin (400mg), L-glutathione (150 mg) and N-acetylcysteine (200 mg). Each nutrient plays a distinct yet complementary role in reducing oxidative stress to help maintain cellular health and support metabolic balance.\r\n\r\nAnother interesting point is that the curcumin used is a patented form called LongVida. Basically, it wraps the curcumin in a lipid (fat) coat, which makes the curcumin easier to absorb. Unlike other turmeric/curcumin brands, LongVida has studies showing it crosses the blood-brain barrier.\r\n\r\nCome try a bottle and give us some feedback. Weâ€™d love to know what you think![/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"794\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Antioxidant Powerhouse','Weâ€™ve all probably heard the theory oxidative stress is the primary cause of cellular damage and aging. Thatâ€™s had many of us taking a handful of pills to address the issue. Thank goodness, Nordic Naturals has developed Omega Curcumin, which gives us a mighty antioxidant punch in just one dose (two pills).','publish','closed','open','','antioxidant-powerhouse','','','2016-10-11 17:39:26','2016-10-11 22:39:26','',0,'http://mitziconnell.com/demo18/?p=152',0,'post','',0),(153,3,'2016-08-01 18:29:34','2016-08-01 18:29:34','[vc_row][vc_column][fancy_heading h1=\"0\" style=\"line\" title=\"Title Goes Here\"]Optional content can go here[/fancy_heading][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]\r\n<h3>We love clothes</h3>\r\nQuisque lorem tortor fringilla sed, vestibulum id, eleifend justo vel bibendum sapien massa ac turpis faucibus orci luctus non, consectetuer lobortis quis, varius in, purus. Integer ultrices posuere cubilia Curae, Nulla ipsum dolor lacus, suscipit adipiscing. Cum sociis natoque penatibus et ultrices volutpat.\r\n\r\nNullam wisi ultricies a, gravida vitae, dapibus risus ante sodales lectus blandit eu, tempor diam pede cursus vitae, ultricies eu, faucibus quis.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_video link=\"https://www.youtube.com/watch?v=zyl4Vvjc7pI\"][/vc_column][/vc_row]','Blog Title 03','','inherit','closed','closed','','152-revision-v1','','','2016-08-01 18:29:34','2016-08-01 18:29:34','',152,'http://mitziconnell.com/demo18/2016/08/01/152-revision-v1/',0,'revision','',0),(154,2,'2016-08-01 18:33:13','2016-08-01 18:33:13','[vc_row][vc_column width=\"3/4\"][vc_column_text]\r\n<h3>We love clothes</h3>\r\nQuisque lorem tortor fringilla sed, vestibulum id, eleifend justo vel bibendum sapien massa ac turpis faucibus orci luctus non, consectetuer lobortis quis, varius in, purus. Integer ultrices posuere cubilia Curae, Nulla ipsum dolor lacus, suscipit adipiscing. Cum sociis natoque penatibus et ultrices volutpat.\r\n\r\nNullam wisi ultricies a, gravida vitae, dapibus risus ante sodales lectus blandit eu, tempor diam pede cursus vitae, ultricies eu, faucibus quis.[/vc_column_text][vc_toggle style=\"round_outline\" color=\"peacoc\" el_id=\"1470076476641-e7d4e644-3387\"]Toggle content goes here, click edit button to change this text.[/vc_toggle][vc_toggle style=\"round_outline\" color=\"peacoc\" el_id=\"1470076525352-ee8b66ca-7dfd\"]Toggle content goes here, click edit button to change this text.[/vc_toggle][vc_toggle style=\"round_outline\" color=\"peacoc\" el_id=\"1470076523687-aab47729-064b\"]Toggle content goes here, click edit button to change this text.[/vc_toggle][vc_toggle style=\"round_outline\" color=\"peacoc\" el_id=\"1470076522222-5c408ce5-4e82\"]Toggle content goes here, click edit button to change this text.[/vc_toggle][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"158\" img_size=\"full\" alignment=\"center\"][vc_pie value=\"79\" color=\"green\" title=\"Widget title goes here\" units=\"%\"][/vc_column][/vc_row]','Blog Title 04','This is where you enter an excerpt about the post. Quisque lorem tortor fringilla sed, vestibulum id, eleifend justo vel bibendum sapien massa ac turpis ','draft','closed','open','','blog-title-04','','','2016-10-11 17:39:26','2016-10-11 22:39:26','',0,'http://mitziconnell.com/demo18/?p=154',0,'post','',0),(155,3,'2016-08-01 18:32:05','2016-08-01 18:32:05','[vc_row][vc_column][fancy_heading h1=\"0\" style=\"line\" title=\"Title Goes Here\"]Optional content can go here[/fancy_heading][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]\r\n<h3>We love clothes</h3>\r\nQuisque lorem tortor fringilla sed, vestibulum id, eleifend justo vel bibendum sapien massa ac turpis faucibus orci luctus non, consectetuer lobortis quis, varius in, purus. Integer ultrices posuere cubilia Curae, Nulla ipsum dolor lacus, suscipit adipiscing. Cum sociis natoque penatibus et ultrices volutpat.\r\n\r\nNullam wisi ultricies a, gravida vitae, dapibus risus ante sodales lectus blandit eu, tempor diam pede cursus vitae, ultricies eu, faucibus quis.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_pie value=\"79\" color=\"green\" title=\"Widget title goes here\" units=\"%\"][/vc_column][/vc_row]','Blog Title 04','','inherit','closed','closed','','154-revision-v1','','','2016-08-01 18:32:05','2016-08-01 18:32:05','',154,'http://mitziconnell.com/demo18/2016/08/01/154-revision-v1/',0,'revision','',0),(156,3,'2016-08-01 18:33:13','2016-08-01 18:33:13','[vc_row][vc_column][fancy_heading h1=\"0\" style=\"line\" title=\"Title Goes Here\"]Optional content can go here[/fancy_heading][/vc_column][/vc_row][vc_row][vc_column width=\"5/6\"][vc_column_text]\r\n<h3>We love clothes</h3>\r\nQuisque lorem tortor fringilla sed, vestibulum id, eleifend justo vel bibendum sapien massa ac turpis faucibus orci luctus non, consectetuer lobortis quis, varius in, purus. Integer ultrices posuere cubilia Curae, Nulla ipsum dolor lacus, suscipit adipiscing. Cum sociis natoque penatibus et ultrices volutpat.\r\n\r\nNullam wisi ultricies a, gravida vitae, dapibus risus ante sodales lectus blandit eu, tempor diam pede cursus vitae, ultricies eu, faucibus quis.[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_pie value=\"79\" color=\"green\" title=\"Widget title goes here\" units=\"%\"][/vc_column][/vc_row]','Blog Title 04','','inherit','closed','closed','','154-revision-v1','','','2016-08-01 18:33:13','2016-08-01 18:33:13','',154,'http://mitziconnell.com/demo18/2016/08/01/154-revision-v1/',0,'revision','',0),(157,3,'2016-09-11 05:45:42','2016-09-11 05:45:42','[vc_row][vc_column width=\"3/4\"][vc_column_text]\n<h3>We love clothes</h3>\nQuisque lorem tortor fringilla sed, vestibulum id, eleifend justo vel bibendum sapien massa ac turpis faucibus orci luctus non, consectetuer lobortis quis, varius in, purus. Integer ultrices posuere cubilia Curae, Nulla ipsum dolor lacus, suscipit adipiscing. Cum sociis natoque penatibus et ultrices volutpat.\n\nNullam wisi ultricies a, gravida vitae, dapibus risus ante sodales lectus blandit eu, tempor diam pede cursus vitae, ultricies eu, faucibus quis.[/vc_column_text][vc_toggle style=\"round_outline\" color=\"peacoc\" el_id=\"1470076476641-e7d4e644-3387\"]Toggle content goes here, click edit button to change this text.[/vc_toggle][vc_toggle style=\"round_outline\" color=\"peacoc\" el_id=\"1470076525352-ee8b66ca-7dfd\"]Toggle content goes here, click edit button to change this text.[/vc_toggle][vc_toggle style=\"round_outline\" color=\"peacoc\" el_id=\"1470076523687-aab47729-064b\"]Toggle content goes here, click edit button to change this text.[/vc_toggle][vc_toggle style=\"round_outline\" color=\"peacoc\" el_id=\"1470076522222-5c408ce5-4e82\"]Toggle content goes here, click edit button to change this text.[/vc_toggle][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"158\" img_size=\"full\" alignment=\"center\"][vc_pie value=\"79\" color=\"green\" title=\"Widget title goes here\" units=\"%\"][/vc_column][/vc_row]','Blog Title 04','This is where you enter an excerpt about the post. Quisque lorem tortor fringilla sed, vestibulum id, eleifend justo vel bibendum sapien massa ac turpis ','inherit','closed','closed','','154-autosave-v1','','','2016-09-11 05:45:42','2016-09-11 05:45:42','',154,'http://mitziconnell.com/demo18/2016/08/01/154-autosave-v1/',0,'revision','',0),(158,3,'2016-08-01 18:36:40','2016-08-01 18:36:40','','900x900 ess oils','','inherit','open','closed','','900x900-ess-oils-2','','','2016-08-01 18:36:40','2016-08-01 18:36:40','',154,'http://mitziconnell.com/demo18/wp-content/uploads/2016/08/900x900-ess-oils.jpg',0,'attachment','image/jpeg',0),(159,3,'2016-08-01 18:37:42','2016-08-01 18:37:42','[vc_row][vc_column width=\"3/4\"][vc_column_text]\r\n<h3>We love clothes</h3>\r\nQuisque lorem tortor fringilla sed, vestibulum id, eleifend justo vel bibendum sapien massa ac turpis faucibus orci luctus non, consectetuer lobortis quis, varius in, purus. Integer ultrices posuere cubilia Curae, Nulla ipsum dolor lacus, suscipit adipiscing. Cum sociis natoque penatibus et ultrices volutpat.\r\n\r\nNullam wisi ultricies a, gravida vitae, dapibus risus ante sodales lectus blandit eu, tempor diam pede cursus vitae, ultricies eu, faucibus quis.[/vc_column_text][vc_toggle style=\"round_outline\" color=\"peacoc\" el_id=\"1470076476641-e7d4e644-3387\"]Toggle content goes here, click edit button to change this text.[/vc_toggle][vc_toggle style=\"round_outline\" color=\"peacoc\" el_id=\"1470076525352-ee8b66ca-7dfd\"]Toggle content goes here, click edit button to change this text.[/vc_toggle][vc_toggle style=\"round_outline\" color=\"peacoc\" el_id=\"1470076523687-aab47729-064b\"]Toggle content goes here, click edit button to change this text.[/vc_toggle][vc_toggle style=\"round_outline\" color=\"peacoc\" el_id=\"1470076522222-5c408ce5-4e82\"]Toggle content goes here, click edit button to change this text.[/vc_toggle][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"158\" img_size=\"full\" alignment=\"center\"][vc_pie value=\"79\" color=\"green\" title=\"Widget title goes here\" units=\"%\"][/vc_column][/vc_row]','Blog Title 04','','inherit','closed','closed','','154-revision-v1','','','2016-08-01 18:37:42','2016-08-01 18:37:42','',154,'http://mitziconnell.com/demo18/2016/08/01/154-revision-v1/',0,'revision','',0),(160,3,'2016-08-01 18:49:11','2016-08-01 18:49:11','[vc_row][vc_column width=\"1/4\"][vc_single_image image=\"147\" alignment=\"center\" css_animation=\"appear\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]\r\n<h3>We love clothes</h3>\r\nQuisque lorem tortor fringilla sed, vestibulum id, eleifend justo vel bibendum sapien massa ac turpis faucibus orci luctus non, consectetuer lobortis quis, varius in, purus. Integer ultrices posuere cubilia Curae, Nulla ipsum dolor lacus, suscipit adipiscing. Cum sociis natoque penatibus et ultrices volutpat.\r\n\r\nNullam wisi ultricies a, gravida vitae, dapibus risus ante sodales lectus blandit eu, tempor diam pede cursus vitae, ultricies eu, faucibus quis.[/vc_column_text][/vc_column][/vc_row]','Blog Title 02','','inherit','closed','closed','','150-revision-v1','','','2016-08-01 18:49:11','2016-08-01 18:49:11','',150,'http://mitziconnell.com/demo18/2016/08/01/150-revision-v1/',0,'revision','',0),(161,3,'2016-08-01 18:50:28','2016-08-01 18:50:28','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h3>Family tradition</h3>\r\nSed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione.\r\n\r\nAdipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"148\" alignment=\"center\" css_animation=\"right-to-left\"][/vc_column][/vc_row]','Blog Title 01','','inherit','closed','closed','','145-revision-v1','','','2016-08-01 18:50:28','2016-08-01 18:50:28','',145,'http://mitziconnell.com/demo18/2016/08/01/145-revision-v1/',0,'revision','',0),(163,3,'2016-08-01 19:21:09','2016-08-01 19:21:09','','health-road-map','','inherit','open','closed','','health-road-map','','','2016-08-01 19:21:09','2016-08-01 19:21:09','',101,'http://mitziconnell.com/demo18/wp-content/uploads/2016/07/health-road-map.jpg',0,'attachment','image/jpeg',0),(165,3,'2016-08-01 19:24:16','2016-08-01 19:24:16','','health-road-map CROPPED','','inherit','open','closed','','health-road-map-cropped','','','2016-08-01 19:24:16','2016-08-01 19:24:16','',101,'http://mitziconnell.com/demo18/wp-content/uploads/2016/07/health-road-map-CROPPED.jpg',0,'attachment','image/jpeg',0),(166,3,'2016-08-01 19:32:06','2016-08-01 19:32:06','','bkgrnd pattern purple','','inherit','open','closed','','bkgrnd-pattern-purple','','','2016-08-01 19:32:06','2016-08-01 19:32:06','',101,'http://mitziconnell.com/demo18/wp-content/uploads/2016/07/bkgrnd-pattern-purple.jpg',0,'attachment','image/jpeg',0),(168,3,'2016-08-01 19:43:25','2016-08-01 19:43:25','','Blog header 02','','inherit','open','closed','','blog-header-02','','','2016-08-01 19:43:25','2016-08-01 19:43:25','',101,'http://mitziconnell.com/demo18/wp-content/uploads/2016/07/Blog-header-02.jpg',0,'attachment','image/jpeg',0),(169,3,'2016-08-01 19:45:10','2016-08-01 19:45:10','','Blog header 02 CROPPED','','inherit','open','closed','','blog-header-02-cropped','','','2016-08-01 19:45:10','2016-08-01 19:45:10','',101,'http://mitziconnell.com/demo18/wp-content/uploads/2016/07/Blog-header-02-CROPPED.jpg',0,'attachment','image/jpeg',0),(177,3,'2016-08-04 13:27:48','2016-08-04 13:27:48','','Ruth\'s Logo - clear bkgrnd - 195x85','','inherit','open','closed','','ruths-logo-clear-bkgrnd-195x85','','','2016-08-04 13:27:48','2016-08-04 13:27:48','',0,'http://mitziconnell.com/demo18/wp-content/uploads/2016/08/Ruths-Logo-clear-bkgrnd-195x85.png',0,'attachment','image/png',0),(178,3,'2016-08-04 13:27:50','2016-08-04 13:27:50','','Ruth\'s Logo - clear bkgrnd - 808x351','','inherit','open','closed','','ruths-logo-clear-bkgrnd-808x351','','','2016-08-04 13:27:50','2016-08-04 13:27:50','',0,'http://mitziconnell.com/demo18/wp-content/uploads/2016/08/Ruths-Logo-clear-bkgrnd-808x351.png',0,'attachment','image/png',0),(179,3,'2016-08-04 13:31:34','2016-08-04 13:31:34','','Our Story','','inherit','closed','closed','','8-revision-v1','','','2016-08-04 13:31:34','2016-08-04 13:31:34','',8,'http://mitziconnell.com/demo18/2016/08/04/8-revision-v1/',0,'revision','',0),(182,3,'2016-08-04 13:40:09','2016-08-04 13:40:09','','health-road-map','','inherit','open','closed','','health-road-map-2','','','2016-08-04 13:40:09','2016-08-04 13:40:09','',8,'http://mitziconnell.com/demo18/wp-content/uploads/2016/07/health-road-map-1.jpg',0,'attachment','image/jpeg',0),(185,3,'2016-08-04 13:45:13','2016-08-04 13:45:13','','Health Journey 01','','inherit','open','closed','','health-journey-01','','','2016-08-04 13:45:13','2016-08-04 13:45:13','',8,'http://mitziconnell.com/demo18/wp-content/uploads/2016/07/Health-Journey-01.jpg',0,'attachment','image/jpeg',0),(186,3,'2016-08-04 13:45:15','2016-08-04 13:45:15','','Health Journey 02','','inherit','open','closed','','health-journey-02','','','2016-08-04 13:45:15','2016-08-04 13:45:15','',8,'http://mitziconnell.com/demo18/wp-content/uploads/2016/07/Health-Journey-02.jpg',0,'attachment','image/jpeg',0),(195,3,'2016-08-04 14:31:21','2016-08-04 14:31:21','','Health Journey 01 cropped','','inherit','open','closed','','health-journey-01-cropped','','','2016-08-04 14:31:21','2016-08-04 14:31:21','',8,'http://mitziconnell.com/demo18/wp-content/uploads/2016/07/Health-Journey-01-cropped.jpg',0,'attachment','image/jpeg',0),(198,3,'2016-08-04 15:00:53','2016-08-04 15:00:53','[vc_row][vc_column][fancy_heading h1=\"0\" style=\"line\" title=\"Heading here\" slogan=\"ALIQUAM SEM\"]Integer ultrices posuere cubilia Curae, Nulla ipsum dolor lacus, suscipit adipiscing. Cum sociis natoque penatibus et ultrices volutpat. Nullam wisi ultricies.[/fancy_heading][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"182\" img_size=\"full\" style=\"vc_box_shadow_3d\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<h6>HISTORY</h6>\r\n<h3>Family tradition</h3>\r\n[divider height=\"20\"]\r\n\r\nSed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione.\r\n\r\nAdipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<h6>PASSION</h6>\r\n<h3>We love clothes</h3>\r\n[divider height=\"20\"]\r\n\r\nQuisque lorem tortor fringilla sed, vestibulum id, eleifend justo vel bibendum sapien massa ac turpis faucibus orci luctus non, consectetuer lobortis quis, varius in, purus. Integer ultrices posuere cubilia Curae, Nulla ipsum dolor lacus, suscipit adipiscing. Cum sociis natoque penatibus et ultrices volutpat.\r\n\r\nNullam wisi ultricies a, gravida vitae, dapibus risus ante sodales lectus blandit eu, tempor diam pede cursus vitae, ultricies eu, faucibus quis.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Our Story','','inherit','closed','closed','','8-revision-v1','','','2016-08-04 15:00:53','2016-08-04 15:00:53','',8,'http://mitziconnell.com/demo18/2016/08/04/8-revision-v1/',0,'revision','',0),(199,3,'2016-08-04 15:05:44','2016-08-04 15:05:44','','user icon','','inherit','open','closed','','user-icon','','','2016-08-04 15:05:44','2016-08-04 15:05:44','',8,'http://mitziconnell.com/demo18/wp-content/uploads/2016/07/user-icon.png',0,'attachment','image/png',0),(200,3,'2016-08-04 15:30:13','2016-08-04 15:30:13','[vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_empty_space][fancy_heading h1=\"0\" style=\"line\" title=\"Heading here\" slogan=\"ALIQUAM SEM\"]Integer ultrices posuere cubilia Curae, Nulla ipsum dolor lacus, suscipit adipiscing. Cum sociis natoque penatibus et ultrices volutpat. Nullam wisi ultricies.[/fancy_heading][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_single_image image=\"182\" img_size=\"full\" style=\"vc_box_shadow_3d\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<h6>HISTORY</h6>\r\n<h3>Family tradition</h3>\r\n[divider height=\"20\"]\r\n\r\nSed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione.\r\n\r\nAdipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<h6>PASSION</h6>\r\n<h3>We love clothes</h3>\r\n[divider height=\"20\"]\r\n\r\nQuisque lorem tortor fringilla sed, vestibulum id, eleifend justo vel bibendum sapien massa ac turpis faucibus orci luctus non, consectetuer lobortis quis, varius in, purus. Integer ultrices posuere cubilia Curae, Nulla ipsum dolor lacus, suscipit adipiscing. Cum sociis natoque penatibus et ultrices volutpat.\r\n\r\nNullam wisi ultricies a, gravida vitae, dapibus risus ante sodales lectus blandit eu, tempor diam pede cursus vitae, ultricies eu, faucibus quis.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1470324610344{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/3\"][our_team image=\"199\" title=\"Cynthia Freese\" subtitle=\"Owner\" phone=\"222.333.4444\" email=\"email@emailemail.com\" facebook=\"#\" twitter=\"#\" linkedin=\"#\" blockquote=\"blockquote can go here\"]Cynthia has worked in Ruthâ€™s Nutrition since 1994 and owned it since 2007.\r\nOver those years she has served the public with grace, style and savvy, creating a locally owned store that offers a friendly, attractive atmosphere, top-quality products and some of the most knowledgeable health food store staffers in the region.[/our_team][/vc_column_inner][vc_column_inner width=\"1/3\"][our_team image=\"199\" title=\"Sue Cummings\" subtitle=\"Clinical Herbalist\" phone=\"222.333.4444\" email=\"email@emailemail.com\" facebook=\"#\" twitter=\"#\" linkedin=\"#\" blockquote=\"blockquote can go here\"]Sue is a clinical herbalist with a bachelorâ€™s degree in botanical medicine and professional membership in the American Herbalists Guild. After having a private practice for several years, she joined Ruthâ€™s Nutrition where sheâ€™s more than happy to share her expertise with customers for free.[/our_team][/vc_column_inner][vc_column_inner width=\"1/3\"][our_team image=\"199\" title=\"Christine Dennis\" subtitle=\"Aromatherapy &amp; Skin Care Specialist\" phone=\"222.333.4444\" email=\"email@emailemail.com\" facebook=\"#\" twitter=\"#\" linkedin=\"#\" blockquote=\"blockquote can go here\"]Christine has a passion for children; just watch her light up any time a child is around. No wonder then that sheâ€™s made understanding childrenâ€™s ailments, health, and happiness her priority. Not only is she great with kids, sheâ€™s a maven when it comes to aromatherapy, skin care -- and our displays. If youâ€™ve seen one of her gift baskets, you know she knows how to make things look good.[/our_team][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][our_team image=\"199\" title=\"Anita Eisenberg\" subtitle=\"Health Specialist\" phone=\"222.333.4444\" email=\"email@emailemail.com\" facebook=\"#\" twitter=\"#\" linkedin=\"#\" blockquote=\"blockquote can go here\"]Anita has been in the health care business for more than 25 years, cataloging a vast knowledge of illnesses, products and their appropriate uses. Ask Anita a question and youâ€™ll likely get not only an informed answer but also an amazing amount of detail. Here at Ruthâ€™s Nutrition, sheâ€™s fondly known as The Walking Encyclopedia.[/our_team][/vc_column_inner][vc_column_inner width=\"1/3\"][our_team image=\"199\" title=\"Barbara Musso\" subtitle=\"RN and Reflexologist\" phone=\"222.333.4444\" email=\"email@emailemail.com\" facebook=\"#\" twitter=\"#\" linkedin=\"#\" blockquote=\"blockquote can go here\"]Barb has been a registered nurse for more than 40 years, working in the operating room and in gerontology before joining the Ruthâ€™s Nutrition team. Sheâ€™s long been interested in alternative healing modalities, studying reflexology and learning to understand the subtle energies of the body. Known for her big heart and her caring listening skills, Barb has become a customer favorite.[/our_team][/vc_column_inner][vc_column_inner width=\"1/3\"][our_team image=\"199\" title=\"TBA\" subtitle=\"TBA\" phone=\"222.333.4444\" email=\"email@emailemail.com\" facebook=\"#\" twitter=\"#\" linkedin=\"#\" blockquote=\"blockquote can go here\"]TBA[/our_team][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Our Story','','inherit','closed','closed','','8-revision-v1','','','2016-08-04 15:30:13','2016-08-04 15:30:13','',8,'http://mitziconnell.com/demo18/2016/08/04/8-revision-v1/',0,'revision','',0),(201,3,'2016-08-04 15:38:40','2016-08-04 15:38:40','[vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_empty_space][fancy_heading h1=\"0\" style=\"line\" title=\"Heading here\" slogan=\"ALIQUAM SEM\"]Integer ultrices posuere cubilia Curae, Nulla ipsum dolor lacus, suscipit adipiscing. Cum sociis natoque penatibus et ultrices volutpat. Nullam wisi ultricies.[/fancy_heading][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row][vc_column][vc_row_inner][vc_column_inner width=\"2/3\"][/vc_column_inner][vc_column_inner width=\"1/3\"][/vc_column_inner][/vc_row_inner][vc_column_text]\r\n<h6>OUR HISTORY</h6>\r\n<h3>About Ruth</h3>\r\n[divider height=\"20\"]\r\n\r\nLocally owned since 1967, Ruthâ€™s Nutrition is named after its founder, Ruth Mouzon.\r\n\r\n<em>â€œShe was a kind, sweet woman who was loved by all her customers,â€</em> says current owner Cynthia Freese. <em>â€œShe built this store on a foundation of caring. Thatâ€™s what set us apart in the beginning and itâ€™s what sets us apart now. There was no question that we would keep Ruthâ€™s name. She helped so many people; itâ€™s an honor to be known as Ruthâ€™s.â€</em>[/vc_column_text][vc_column_text]\r\n<h6>HOW CAN WE SERVE?</h6>\r\n<h3>We\'re here to help!</h3>\r\n[divider height=\"20\"]\r\n\r\nWhen you come to Ruthâ€™s Nutrition health food store, youâ€™re in for a treat. We offer a pleasant, friendly atmosphere, top-quality products, and a staff that is passionate about helping you improve your health. Because weâ€™ve all worked here a long time, we have the opportunity to really to get to know our customers. We take the time to listen, hear your story and offer the best solutions we know â€“ even if that solution has nothing to do with a sale. We want whatâ€™s best for you, no matter what.\r\n\r\nIf one of us doesnâ€™t know the answer to your question, weâ€™ll find someone on our staff who knows more. If youâ€™re looking for a product we donâ€™t stock, weâ€™ll do our best to special order it for you. If you need to shop during lunch and youâ€™re in a hurry, call ahead, pay for your product over the phone and weâ€™ll walk it to your car when you arrive. We do our best to serve you.\r\n\r\nTo make sure we can best answer your questions, we believe in continuing education. We regularly attend medical and natural products conferences. We often scour references and the internet for the most accurate information on health care issues and the substances and practices that can best offer help. We keep ourselves informed so we can better inform you.\r\n\r\nNot only that, we offer additional services. We have a massage therapist, reflexologist, clinical herbalist and specialists in auricular therapy and bioenergetics testing available for private appointments. We care about you. We want you happy and we want you well. Come see us and let us help you solve your health puzzle!\r\n[/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1470324610344{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/3\"][our_team image=\"199\" title=\"Cynthia Freese\" subtitle=\"Owner\" phone=\"222.333.4444\" email=\"email@emailemail.com\" facebook=\"#\" twitter=\"#\" linkedin=\"#\" blockquote=\"blockquote can go here\"]Cynthia has worked in Ruthâ€™s Nutrition since 1994 and owned it since 2007.\r\nOver those years she has served the public with grace, style and savvy, creating a locally owned store that offers a friendly, attractive atmosphere, top-quality products and some of the most knowledgeable health food store staffers in the region.[/our_team][/vc_column_inner][vc_column_inner width=\"1/3\"][our_team image=\"199\" title=\"Sue Cummings\" subtitle=\"Clinical Herbalist\" phone=\"222.333.4444\" email=\"email@emailemail.com\" facebook=\"#\" twitter=\"#\" linkedin=\"#\" blockquote=\"blockquote can go here\"]Sue is a clinical herbalist with a bachelorâ€™s degree in botanical medicine and professional membership in the American Herbalists Guild. After having a private practice for several years, she joined Ruthâ€™s Nutrition where sheâ€™s more than happy to share her expertise with customers for free.[/our_team][/vc_column_inner][vc_column_inner width=\"1/3\"][our_team image=\"199\" title=\"Christine Dennis\" subtitle=\"Aromatherapy &amp; Skin Care Specialist\" phone=\"222.333.4444\" email=\"email@emailemail.com\" facebook=\"#\" twitter=\"#\" linkedin=\"#\" blockquote=\"blockquote can go here\"]Christine has a passion for children; just watch her light up any time a child is around. No wonder then that sheâ€™s made understanding childrenâ€™s ailments, health, and happiness her priority. Not only is she great with kids, sheâ€™s a maven when it comes to aromatherapy, skin care -- and our displays. If youâ€™ve seen one of her gift baskets, you know she knows how to make things look good.[/our_team][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][our_team image=\"199\" title=\"Anita Eisenberg\" subtitle=\"Health Specialist\" phone=\"222.333.4444\" email=\"email@emailemail.com\" facebook=\"#\" twitter=\"#\" linkedin=\"#\" blockquote=\"blockquote can go here\"]Anita has been in the health care business for more than 25 years, cataloging a vast knowledge of illnesses, products and their appropriate uses. Ask Anita a question and youâ€™ll likely get not only an informed answer but also an amazing amount of detail. Here at Ruthâ€™s Nutrition, sheâ€™s fondly known as The Walking Encyclopedia.[/our_team][/vc_column_inner][vc_column_inner width=\"1/3\"][our_team image=\"199\" title=\"Barbara Musso\" subtitle=\"RN and Reflexologist\" phone=\"222.333.4444\" email=\"email@emailemail.com\" facebook=\"#\" twitter=\"#\" linkedin=\"#\" blockquote=\"blockquote can go here\"]Barb has been a registered nurse for more than 40 years, working in the operating room and in gerontology before joining the Ruthâ€™s Nutrition team. Sheâ€™s long been interested in alternative healing modalities, studying reflexology and learning to understand the subtle energies of the body. Known for her big heart and her caring listening skills, Barb has become a customer favorite.[/our_team][/vc_column_inner][vc_column_inner width=\"1/3\"][our_team image=\"199\" title=\"TBA\" subtitle=\"TBA\" phone=\"222.333.4444\" email=\"email@emailemail.com\" facebook=\"#\" twitter=\"#\" linkedin=\"#\" blockquote=\"blockquote can go here\"]TBA[/our_team][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Our Story','','inherit','closed','closed','','8-revision-v1','','','2016-08-04 15:38:40','2016-08-04 15:38:40','',8,'http://mitziconnell.com/demo18/2016/08/04/8-revision-v1/',0,'revision','',0),(202,3,'2016-08-04 15:43:40','2016-08-04 15:43:40','','Ruth Mouzan','','inherit','open','closed','','ruth-mouzan','','','2016-08-04 15:43:40','2016-08-04 15:43:40','',8,'http://mitziconnell.com/demo18/wp-content/uploads/2016/07/Ruth-Mouzan.jpg',0,'attachment','image/jpeg',0),(203,3,'2016-08-04 15:56:13','2016-08-04 15:56:13','[vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_empty_space][fancy_heading h1=\"0\" style=\"line\" title=\"Heading here\" slogan=\"ALIQUAM SEM\"]Integer ultrices posuere cubilia Curae, Nulla ipsum dolor lacus, suscipit adipiscing. Cum sociis natoque penatibus et ultrices volutpat. Nullam wisi ultricies.[/fancy_heading][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_row_inner][vc_column_inner][vc_column_text]\r\n<h6>OUR HISTORY</h6>\r\n<h3>About Ruth</h3>\r\n[divider height=\"20\"]\r\n\r\n<img class=\"alignleft wp-image-202\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/Ruth-Mouzan.jpg\" alt=\"Ruth Mouzan\" width=\"141\" height=\"188\" /> Locally owned since 1967, Ruthâ€™s Nutrition is named after its founder, Ruth Mouzon.\r\n<em>â€œShe was a kind, sweet woman who was loved by all her customers,â€</em> says current owner Cynthia Freese. <em>â€œShe built this store on a foundation of caring. Thatâ€™s what set us apart in the beginning and itâ€™s what sets us apart now. There was no question that we would keep Ruthâ€™s name. She helped so many people; itâ€™s an honor to be known as Ruthâ€™s.â€</em>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"2/3\"][vc_column_text]\r\n<h6>HOW CAN WE SERVE?</h6>\r\n<h3>We\'re here to help!</h3>\r\n[divider height=\"20\"]\r\n\r\nWhen you come to Ruthâ€™s Nutrition health food store, youâ€™re in for a treat. We offer a pleasant, friendly atmosphere, top-quality products, and a staff that is passionate about helping you improve your health. Because weâ€™ve all worked here a long time, we have the opportunity to really to get to know our customers. We take the time to listen, hear your story and offer the best solutions we know â€“ even if that solution has nothing to do with a sale. We want whatâ€™s best for you, no matter what.\r\n\r\nIf one of us doesnâ€™t know the answer to your question, weâ€™ll find someone on our staff who knows more. If youâ€™re looking for a product we donâ€™t stock, weâ€™ll do our best to special order it for you. If you need to shop during lunch and youâ€™re in a hurry, call ahead, pay for your product over the phone and weâ€™ll walk it to your car when you arrive. We do our best to serve you.\r\n\r\nTo make sure we can best answer your questions, we believe in continuing education. We regularly attend medical and natural products conferences. We often scour references and the internet for the most accurate information on health care issues and the substances and practices that can best offer help. We keep ourselves informed so we can better inform you.\r\n\r\nNot only that, we offer additional services. We have a massage therapist, reflexologist, clinical herbalist and specialists in auricular therapy and bioenergetics testing available for private appointments. We care about you. We want you happy and we want you well. Come see us and let us help you solve your health puzzle!\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_empty_space][vc_gallery interval=\"3\" images=\"158,147,146,107,109\" img_size=\"medium\" onclick=\"\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_row_inner][vc_column_inner width=\"1/3\"][our_team image=\"199\" title=\"Cynthia Freese\" subtitle=\"Owner\" phone=\"222.333.4444\" email=\"email@emailemail.com\" facebook=\"#\" twitter=\"#\" linkedin=\"#\" blockquote=\"blockquote can go here\"]Cynthia has worked in Ruthâ€™s Nutrition since 1994 and owned it since 2007.\r\nOver those years she has served the public with grace, style and savvy, creating a locally owned store that offers a friendly, attractive atmosphere, top-quality products and some of the most knowledgeable health food store staffers in the region.[/our_team][/vc_column_inner][vc_column_inner width=\"1/3\"][our_team image=\"199\" title=\"Sue Cummings\" subtitle=\"Clinical Herbalist\" phone=\"222.333.4444\" email=\"email@emailemail.com\" facebook=\"#\" twitter=\"#\" linkedin=\"#\" blockquote=\"blockquote can go here\"]Sue is a clinical herbalist with a bachelorâ€™s degree in botanical medicine and professional membership in the American Herbalists Guild. After having a private practice for several years, she joined Ruthâ€™s Nutrition where sheâ€™s more than happy to share her expertise with customers for free.[/our_team][/vc_column_inner][vc_column_inner width=\"1/3\"][our_team image=\"199\" title=\"Christine Dennis\" subtitle=\"Aromatherapy &amp; Skin Care Specialist\" phone=\"222.333.4444\" email=\"email@emailemail.com\" facebook=\"#\" twitter=\"#\" linkedin=\"#\" blockquote=\"blockquote can go here\"]Christine has a passion for children; just watch her light up any time a child is around. No wonder then that sheâ€™s made understanding childrenâ€™s ailments, health, and happiness her priority. Not only is she great with kids, sheâ€™s a maven when it comes to aromatherapy, skin care -- and our displays. If youâ€™ve seen one of her gift baskets, you know she knows how to make things look good.[/our_team][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][our_team image=\"199\" title=\"Anita Eisenberg\" subtitle=\"Health Specialist\" phone=\"222.333.4444\" email=\"email@emailemail.com\" facebook=\"#\" twitter=\"#\" linkedin=\"#\" blockquote=\"blockquote can go here\"]Anita has been in the health care business for more than 25 years, cataloging a vast knowledge of illnesses, products and their appropriate uses. Ask Anita a question and youâ€™ll likely get not only an informed answer but also an amazing amount of detail. Here at Ruthâ€™s Nutrition, sheâ€™s fondly known as The Walking Encyclopedia.[/our_team][/vc_column_inner][vc_column_inner width=\"1/3\"][our_team image=\"199\" title=\"Barbara Musso\" subtitle=\"RN and Reflexologist\" phone=\"222.333.4444\" email=\"email@emailemail.com\" facebook=\"#\" twitter=\"#\" linkedin=\"#\" blockquote=\"blockquote can go here\"]Barb has been a registered nurse for more than 40 years, working in the operating room and in gerontology before joining the Ruthâ€™s Nutrition team. Sheâ€™s long been interested in alternative healing modalities, studying reflexology and learning to understand the subtle energies of the body. Known for her big heart and her caring listening skills, Barb has become a customer favorite.[/our_team][/vc_column_inner][vc_column_inner width=\"1/3\"][our_team image=\"199\" title=\"TBA\" subtitle=\"TBA\" phone=\"222.333.4444\" email=\"email@emailemail.com\" facebook=\"#\" twitter=\"#\" linkedin=\"#\" blockquote=\"blockquote can go here\"]TBA[/our_team][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row]','Our Story','','inherit','closed','closed','','8-revision-v1','','','2016-08-04 15:56:13','2016-08-04 15:56:13','',8,'http://mitziconnell.com/demo18/2016/08/04/8-revision-v1/',0,'revision','',0),(204,3,'2016-08-04 16:32:42','2016-08-04 16:32:42','','Quote 03','','inherit','open','closed','','quote-03','','','2016-08-04 16:32:42','2016-08-04 16:32:42','',8,'http://mitziconnell.com/demo18/wp-content/uploads/2016/07/Quote-03.jpg',0,'attachment','image/jpeg',0),(205,3,'2016-08-04 16:35:11','2016-08-04 16:35:11','[vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_empty_space][fancy_heading h1=\"0\" style=\"line\" title=\"Our Story\" slogan=\"WHO WE ARE AND WHY!\"]Meet our founder, read about our services, and meet our staff![/fancy_heading][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_row_inner][vc_column_inner][vc_column_text]\r\n<h6>OUR HISTORY</h6>\r\n<h3>About Ruth</h3>\r\n[divider height=\"20\"]\r\n\r\n<img class=\"alignleft wp-image-202\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/Ruth-Mouzan.jpg\" alt=\"Ruth Mouzan\" width=\"141\" height=\"188\" /> Locally owned since 1967, Ruthâ€™s Nutrition is named after its founder, Ruth Mouzon.\r\n<em>â€œShe was a kind, sweet woman who was loved by all her customers,â€</em> says current owner Cynthia Freese. <em>â€œShe built this store on a foundation of caring. Thatâ€™s what set us apart in the beginning and itâ€™s what sets us apart now. There was no question that we would keep Ruthâ€™s name. She helped so many people; itâ€™s an honor to be known as Ruthâ€™s.â€</em>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"2/3\"][vc_column_text]\r\n<h6>HOW CAN WE SERVE?</h6>\r\n<h3>We\'re here to help!</h3>\r\n[divider height=\"20\"]\r\n\r\nWhen you come to Ruthâ€™s Nutrition health food store, youâ€™re in for a treat. We offer a pleasant, friendly atmosphere, top-quality products, and a staff that is passionate about helping you improve your health. Because weâ€™ve all worked here a long time, we have the opportunity to really to get to know our customers. We take the time to listen, hear your story and offer the best solutions we know â€“ even if that solution has nothing to do with a sale. We want whatâ€™s best for you, no matter what.\r\n\r\nIf one of us doesnâ€™t know the answer to your question, weâ€™ll find someone on our staff who knows more. If youâ€™re looking for a product we donâ€™t stock, weâ€™ll do our best to special order it for you. If you need to shop during lunch and youâ€™re in a hurry, call ahead, pay for your product over the phone and weâ€™ll walk it to your car when you arrive. We do our best to serve you.\r\n\r\nTo make sure we can best answer your questions, we believe in continuing education. We regularly attend medical and natural products conferences. We often scour references and the internet for the most accurate information on health care issues and the substances and practices that can best offer help. We keep ourselves informed so we can better inform you.\r\n\r\nNot only that, we offer additional services. We have a massage therapist, reflexologist, clinical herbalist and specialists in auricular therapy and bioenergetics testing available for private appointments. We care about you. We want you happy and we want you well. Come see us and let us help you solve your health puzzle!\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_empty_space][vc_gallery interval=\"3\" images=\"158,147,146,107,109\" img_size=\"medium\" onclick=\"\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_text_separator title=\"Meet our Staff!\" i_icon_fontawesome=\"fa fa-commenting\" i_color=\"violet\" color=\"violet\" add_icon=\"true\"][vc_row_inner][vc_column_inner width=\"1/3\"][our_team image=\"199\" title=\"Cynthia Freese\" subtitle=\"Owner\" phone=\"222.333.4444\" email=\"email@emailemail.com\"]Cynthia has worked in Ruthâ€™s Nutrition since 1994 and owned it since 2007.\r\nOver those years she has served the public with grace, style and savvy, creating a locally owned store that offers a friendly, attractive atmosphere, top-quality products and some of the most knowledgeable health food store staffers in the region.[/our_team][/vc_column_inner][vc_column_inner width=\"1/3\"][our_team image=\"199\" title=\"Sue Cummings\" subtitle=\"Clinical Herbalist\" phone=\"222.333.4444\" email=\"email@emailemail.com\"]Sue is a clinical herbalist with a bachelorâ€™s degree in botanical medicine and professional membership in the American Herbalists Guild. After having a private practice for several years, she joined Ruthâ€™s Nutrition where sheâ€™s more than happy to share her expertise with customers for free.[/our_team][/vc_column_inner][vc_column_inner width=\"1/3\"][our_team image=\"199\" title=\"Christine Dennis\" subtitle=\"Aromatherapy &amp; Skin Care Specialist\" phone=\"222.333.4444\" email=\"email@emailemail.com\"]Christine has a passion for children; just watch her light up any time a child is around. No wonder then that sheâ€™s made understanding childrenâ€™s ailments, health, and happiness her priority. Not only is she great with kids, sheâ€™s a maven when it comes to aromatherapy, skin care -- and our displays. If youâ€™ve seen one of her gift baskets, you know she knows how to make things look good.[/our_team][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][our_team image=\"199\" title=\"Anita Eisenberg\" subtitle=\"Health Specialist\" phone=\"222.333.4444\" email=\"email@emailemail.com\"]Anita has been in the health care business for more than 25 years, cataloging a vast knowledge of illnesses, products and their appropriate uses. Ask Anita a question and youâ€™ll likely get not only an informed answer but also an amazing amount of detail. Here at Ruthâ€™s Nutrition, sheâ€™s fondly known as The Walking Encyclopedia.[/our_team][/vc_column_inner][vc_column_inner width=\"1/3\"][our_team image=\"199\" title=\"Barbara Musso\" subtitle=\"RN and Reflexologist\" phone=\"222.333.4444\" email=\"email@emailemail.com\"]Barb has been a registered nurse for more than 40 years, working in the operating room and in gerontology before joining the Ruthâ€™s Nutrition team. Sheâ€™s long been interested in alternative healing modalities, studying reflexology and learning to understand the subtle energies of the body. Known for her big heart and her caring listening skills, Barb has become a customer favorite.[/our_team][/vc_column_inner][vc_column_inner width=\"1/3\"][our_team image=\"199\" title=\"TBA\" subtitle=\"TBA\" phone=\"222.333.4444\" email=\"email@emailemail.com\"]TBA[/our_team][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1470328503897{background-color: #270639 !important;}\"][vc_column width=\"5/6\"][vc_column_text]\r\n<h3 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Your journey to better health begins with the first step.</span></h3>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][vc_btn title=\"Start here\" style=\"gradient\" align=\"center\" i_icon_fontawesome=\"fa fa-phone\" link=\"url:%23|||\" add_icon=\"true\"][/vc_column][/vc_row]','Our Story','','inherit','closed','closed','','8-revision-v1','','','2016-08-04 16:35:11','2016-08-04 16:35:11','',8,'http://mitziconnell.com/demo18/2016/08/04/8-revision-v1/',0,'revision','',0),(206,3,'2016-08-04 16:41:16','2016-08-04 16:41:16','','Quote 04 cropped','','inherit','open','closed','','quote-04-cropped','','','2016-08-04 16:41:16','2016-08-04 16:41:16','',8,'http://mitziconnell.com/demo18/wp-content/uploads/2016/07/Quote-04-cropped.jpg',0,'attachment','image/jpeg',0),(207,3,'2016-08-04 16:45:02','2016-08-04 16:45:02','[vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_empty_space][fancy_heading h1=\"0\" style=\"line\" title=\"Our Story\" slogan=\"WHO WE ARE AND WHY!\"]Meet our founder, read about our services, and meet our staff![/fancy_heading][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_row_inner][vc_column_inner][vc_column_text]\r\n<h6>OUR HISTORY</h6>\r\n<h3>About Ruth</h3>\r\n[divider height=\"20\"]\r\n\r\n<img class=\"alignleft wp-image-202\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/Ruth-Mouzan.jpg\" alt=\"Ruth Mouzan\" width=\"141\" height=\"188\" /> Locally owned since 1967, Ruthâ€™s Nutrition is named after its founder, Ruth Mouzon.\r\n<em>â€œShe was a kind, sweet woman who was loved by all her customers,â€</em> says current owner Cynthia Freese. <em>â€œShe built this store on a foundation of caring. Thatâ€™s what set us apart in the beginning and itâ€™s what sets us apart now. There was no question that we would keep Ruthâ€™s name. She helped so many people; itâ€™s an honor to be known as Ruthâ€™s.â€</em>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"2/3\"][vc_column_text]\r\n<h6>HOW CAN WE SERVE?</h6>\r\n<h3>We\'re here to help!</h3>\r\n[divider height=\"20\"]\r\n\r\nWhen you come to Ruthâ€™s Nutrition health food store, youâ€™re in for a treat. We offer a pleasant, friendly atmosphere, top-quality products, and a staff that is passionate about helping you improve your health. Because weâ€™ve all worked here a long time, we have the opportunity to really to get to know our customers. We take the time to listen, hear your story and offer the best solutions we know â€“ even if that solution has nothing to do with a sale. We want whatâ€™s best for you, no matter what.\r\n\r\nIf one of us doesnâ€™t know the answer to your question, weâ€™ll find someone on our staff who knows more. If youâ€™re looking for a product we donâ€™t stock, weâ€™ll do our best to special order it for you. If you need to shop during lunch and youâ€™re in a hurry, call ahead, pay for your product over the phone and weâ€™ll walk it to your car when you arrive. We do our best to serve you.\r\n\r\nTo make sure we can best answer your questions, we believe in continuing education. We regularly attend medical and natural products conferences. We often scour references and the internet for the most accurate information on health care issues and the substances and practices that can best offer help. We keep ourselves informed so we can better inform you.\r\n\r\nNot only that, we offer additional services. We have a massage therapist, reflexologist, clinical herbalist and specialists in auricular therapy and bioenergetics testing available for private appointments. We care about you. We want you happy and we want you well. Come see us and let us help you solve your health puzzle!\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_empty_space][vc_gallery interval=\"3\" images=\"158,147,146,107,109\" img_size=\"medium\" onclick=\"\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_text_separator title=\"Meet our Staff!\" i_icon_fontawesome=\"fa fa-commenting\" i_color=\"violet\" color=\"violet\" add_icon=\"true\"][vc_row_inner][vc_column_inner width=\"1/3\"][our_team image=\"199\" title=\"Cynthia Freese\" subtitle=\"Owner\" phone=\"222.333.4444\" email=\"email@emailemail.com\"]Cynthia has worked in Ruthâ€™s Nutrition since 1994 and owned it since 2007.\r\nOver those years she has served the public with grace, style and savvy, creating a locally owned store that offers a friendly, attractive atmosphere, top-quality products and some of the most knowledgeable health food store staffers in the region.[/our_team][/vc_column_inner][vc_column_inner width=\"1/3\"][our_team image=\"199\" title=\"Sue Cummings\" subtitle=\"Clinical Herbalist\" phone=\"222.333.4444\" email=\"email@emailemail.com\"]Sue is a clinical herbalist with a bachelorâ€™s degree in botanical medicine and professional membership in the American Herbalists Guild. After having a private practice for several years, she joined Ruthâ€™s Nutrition where sheâ€™s more than happy to share her expertise with customers for free.[/our_team][/vc_column_inner][vc_column_inner width=\"1/3\"][our_team image=\"199\" title=\"Christine Dennis\" subtitle=\"Aromatherapy &amp; Skin Care Specialist\" phone=\"222.333.4444\" email=\"email@emailemail.com\"]Christine has a passion for children; just watch her light up any time a child is around. No wonder then that sheâ€™s made understanding childrenâ€™s ailments, health, and happiness her priority. Not only is she great with kids, sheâ€™s a maven when it comes to aromatherapy, skin care -- and our displays. If youâ€™ve seen one of her gift baskets, you know she knows how to make things look good.[/our_team][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][our_team image=\"199\" title=\"Anita Eisenberg\" subtitle=\"Health Specialist\" phone=\"222.333.4444\" email=\"email@emailemail.com\"]Anita has been in the health care business for more than 25 years, cataloging a vast knowledge of illnesses, products and their appropriate uses. Ask Anita a question and youâ€™ll likely get not only an informed answer but also an amazing amount of detail. Here at Ruthâ€™s Nutrition, sheâ€™s fondly known as The Walking Encyclopedia.[/our_team][/vc_column_inner][vc_column_inner width=\"1/3\"][our_team image=\"199\" title=\"Barbara Musso\" subtitle=\"RN and Reflexologist\" phone=\"222.333.4444\" email=\"email@emailemail.com\"]Barb has been a registered nurse for more than 40 years, working in the operating room and in gerontology before joining the Ruthâ€™s Nutrition team. Sheâ€™s long been interested in alternative healing modalities, studying reflexology and learning to understand the subtle energies of the body. Known for her big heart and her caring listening skills, Barb has become a customer favorite.[/our_team][/vc_column_inner][vc_column_inner width=\"1/3\"][our_team image=\"199\" title=\"TBA\" subtitle=\"TBA\" phone=\"222.333.4444\" email=\"email@emailemail.com\"]TBA[/our_team][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1470328503897{background-color: #270639 !important;}\"][vc_column][vc_column_text]\r\n<h3 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Every journey begins with just one step.</span></h3>\r\n[/vc_column_text][vc_btn title=\"Take the first step here\" style=\"gradient\" align=\"center\" i_icon_fontawesome=\"fa fa-phone\" link=\"url:%23|||\" add_icon=\"true\"][/vc_column][/vc_row]','Our Story','','inherit','closed','closed','','8-revision-v1','','','2016-08-04 16:45:02','2016-08-04 16:45:02','',8,'http://mitziconnell.com/demo18/2016/08/04/8-revision-v1/',0,'revision','',0),(208,3,'2016-08-04 16:55:37','2016-08-04 16:55:37','[vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_empty_space][fancy_heading h1=\"0\" style=\"line\" title=\"Our Story\" slogan=\"WHO WE ARE AND WHY!\"]Meet our founder, read about our services, and meet our staff![/fancy_heading][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_row_inner][vc_column_inner][vc_column_text]\r\n<h6>OUR HISTORY</h6>\r\n<h3>About Ruth</h3>\r\n[divider height=\"20\"]\r\n\r\n<img class=\"alignleft wp-image-202\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/Ruth-Mouzan.jpg\" alt=\"Ruth Mouzan\" width=\"141\" height=\"188\" /> Locally owned since 1967, Ruthâ€™s Nutrition is named after its founder, Ruth Mouzon.\r\n<em>â€œShe was a kind, sweet woman who was loved by all her customers,â€</em> says current owner Cynthia Freese. <em>â€œShe built this store on a foundation of caring. Thatâ€™s what set us apart in the beginning and itâ€™s what sets us apart now. There was no question that we would keep Ruthâ€™s name. She helped so many people; itâ€™s an honor to be known as Ruthâ€™s.â€</em>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"2/3\"][vc_column_text]\r\n<h6>HOW CAN WE SERVE?</h6>\r\n<h3>We\'re here to help!</h3>\r\n[divider height=\"20\"]\r\n\r\nWhen you come to Ruthâ€™s Nutrition health food store, youâ€™re in for a treat. We offer a pleasant, friendly atmosphere, top-quality products, and a staff that is passionate about helping you improve your health. Because weâ€™ve all worked here a long time, we have the opportunity to really to get to know our customers. We take the time to listen, hear your story and offer the best solutions we know â€“ even if that solution has nothing to do with a sale. We want whatâ€™s best for you, no matter what.\r\n\r\nIf one of us doesnâ€™t know the answer to your question, weâ€™ll find someone on our staff who knows more. If youâ€™re looking for a product we donâ€™t stock, weâ€™ll do our best to special order it for you. If you need to shop during lunch and youâ€™re in a hurry, call ahead, pay for your product over the phone and weâ€™ll walk it to your car when you arrive. We do our best to serve you.\r\n\r\nTo make sure we can best answer your questions, we believe in continuing education. We regularly attend medical and natural products conferences. We often scour references and the internet for the most accurate information on health care issues and the substances and practices that can best offer help. We keep ourselves informed so we can better inform you.\r\n\r\nNot only that, we offer additional services. We have a massage therapist, reflexologist, clinical herbalist and specialists in auricular therapy and bioenergetics testing available for private appointments. We care about you. We want you happy and we want you well. Come see us and let us help you solve your health puzzle!\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_empty_space][vc_gallery interval=\"3\" images=\"158,147,146,107,109\" img_size=\"medium\" onclick=\"\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_text_separator title=\"Meet our Staff!\" i_icon_fontawesome=\"fa fa-commenting\" i_color=\"violet\" color=\"violet\" add_icon=\"true\"][vc_row_inner][vc_column_inner width=\"1/3\"][our_team image=\"199\" title=\"Cynthia Freese\" subtitle=\"Owner\" phone=\"222.333.4444\" email=\"email@emailemail.com\"]Cynthia has worked in Ruthâ€™s Nutrition since 1994 and owned it since 2007.\r\nOver those years she has served the public with grace, style and savvy, creating a locally owned store that offers a friendly, attractive atmosphere, top-quality products and some of the most knowledgeable health food store staffers in the region.[/our_team][/vc_column_inner][vc_column_inner width=\"1/3\"][our_team image=\"199\" title=\"Sue Cummings\" subtitle=\"Clinical Herbalist\" phone=\"222.333.4444\" email=\"email@emailemail.com\"]Sue is a clinical herbalist with a bachelorâ€™s degree in botanical medicine and professional membership in the American Herbalists Guild. After having a private practice for several years, she joined Ruthâ€™s Nutrition where sheâ€™s more than happy to share her expertise with customers for free.[/our_team][/vc_column_inner][vc_column_inner width=\"1/3\"][our_team image=\"199\" title=\"Christine Dennis\" subtitle=\"Aromatherapy &amp; Skin Care Specialist\" phone=\"222.333.4444\" email=\"email@emailemail.com\"]Christine has a passion for children; just watch her light up any time a child is around. No wonder then that sheâ€™s made understanding childrenâ€™s ailments, health, and happiness her priority. Not only is she great with kids, sheâ€™s a maven when it comes to aromatherapy, skin care -- and our displays. If youâ€™ve seen one of her gift baskets, you know she knows how to make things look good.[/our_team][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][our_team image=\"199\" title=\"Anita Eisenberg\" subtitle=\"Health Specialist\" phone=\"222.333.4444\" email=\"email@emailemail.com\"]Anita has been in the health care business for more than 25 years, cataloging a vast knowledge of illnesses, products and their appropriate uses. Ask Anita a question and youâ€™ll likely get not only an informed answer but also an amazing amount of detail. Here at Ruthâ€™s Nutrition, sheâ€™s fondly known as The Walking Encyclopedia.[/our_team][/vc_column_inner][vc_column_inner width=\"1/3\"][our_team image=\"199\" title=\"Barbara Musso\" subtitle=\"RN and Reflexologist\" phone=\"222.333.4444\" email=\"email@emailemail.com\"]Barb has been a registered nurse for more than 40 years, working in the operating room and in gerontology before joining the Ruthâ€™s Nutrition team. Sheâ€™s long been interested in alternative healing modalities, studying reflexology and learning to understand the subtle energies of the body. Known for her big heart and her caring listening skills, Barb has become a customer favorite.[/our_team][/vc_column_inner][vc_column_inner width=\"1/3\"][our_team image=\"199\" title=\"TBA\" subtitle=\"TBA\" phone=\"222.333.4444\" email=\"email@emailemail.com\"]TBA[/our_team][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][vc_text_separator title=\"Meet our Staff!\" i_icon_fontawesome=\"fa fa-commenting\" i_color=\"violet\" color=\"violet\" add_icon=\"true\"][vc_row_inner][vc_column_inner width=\"1/6\"][our_team image=\"199\" title=\"Cynthia Freese\" subtitle=\"Owner\" phone=\"222.333.4444\" email=\"email@emailemail.com\"]Cynthia has worked in Ruthâ€™s Nutrition since 1994 and owned it since 2007.\r\nOver those years she has served the public with grace, style and savvy, creating a locally owned store that offers a friendly, attractive atmosphere, top-quality products and some of the most knowledgeable health food store staffers in the region.[/our_team][/vc_column_inner][vc_column_inner width=\"1/6\"][our_team image=\"199\" title=\"Sue Cummings\" subtitle=\"Clinical Herbalist\" phone=\"222.333.4444\" email=\"email@emailemail.com\"]Sue is a clinical herbalist with a bachelorâ€™s degree in botanical medicine and professional membership in the American Herbalists Guild. After having a private practice for several years, she joined Ruthâ€™s Nutrition where sheâ€™s more than happy to share her expertise with customers for free.[/our_team][/vc_column_inner][vc_column_inner width=\"1/6\"][our_team image=\"199\" title=\"Christine Dennis\" subtitle=\"Aromatherapy &amp; Skin Care Specialist\" phone=\"222.333.4444\" email=\"email@emailemail.com\"]Christine has a passion for children; just watch her light up any time a child is around. No wonder then that sheâ€™s made understanding childrenâ€™s ailments, health, and happiness her priority. Not only is she great with kids, sheâ€™s a maven when it comes to aromatherapy, skin care -- and our displays. If youâ€™ve seen one of her gift baskets, you know she knows how to make things look good.[/our_team][/vc_column_inner][vc_column_inner width=\"1/6\"][our_team image=\"199\" title=\"Anita Eisenberg\" subtitle=\"Health Specialist\" phone=\"222.333.4444\" email=\"email@emailemail.com\"]Anita has been in the health care business for more than 25 years, cataloging a vast knowledge of illnesses, products and their appropriate uses. Ask Anita a question and youâ€™ll likely get not only an informed answer but also an amazing amount of detail. Here at Ruthâ€™s Nutrition, sheâ€™s fondly known as The Walking Encyclopedia.[/our_team][/vc_column_inner][vc_column_inner width=\"1/6\"][our_team image=\"199\" title=\"Barbara Musso\" subtitle=\"RN and Reflexologist\" phone=\"222.333.4444\" email=\"email@emailemail.com\"]Barb has been a registered nurse for more than 40 years, working in the operating room and in gerontology before joining the Ruthâ€™s Nutrition team. Sheâ€™s long been interested in alternative healing modalities, studying reflexology and learning to understand the subtle energies of the body. Known for her big heart and her caring listening skills, Barb has become a customer favorite.[/our_team][/vc_column_inner][vc_column_inner width=\"1/6\"][vc_column_text][divider height=\"30\"]\r\n<h5>Hours</h5>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"m1\">Mon-Fri</td>\r\n<td class=\"m2\">07<sup>00</sup> - 20<sup>00</sup></td>\r\n</tr>\r\n<tr>\r\n<td class=\"m1\">Sat</td>\r\n<td class=\"m2\">12<sup>00</sup> - 22<sup>00</sup></td>\r\n</tr>\r\n<tr>\r\n<td class=\"m1\">Sun</td>\r\n<td class=\"m2\">12<sup>00</sup> - 22<sup>00</sup></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1470328503897{background-color: #270639 !important;}\"][vc_column][vc_column_text]\r\n<h3 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Every journey begins with just one step.</span></h3>\r\n[/vc_column_text][vc_btn title=\"Take the first step here\" style=\"gradient\" align=\"center\" i_icon_fontawesome=\"fa fa-phone\" link=\"url:%23|||\" add_icon=\"true\"][/vc_column][/vc_row]','Our Story','','inherit','closed','closed','','8-revision-v1','','','2016-08-04 16:55:37','2016-08-04 16:55:37','',8,'http://mitziconnell.com/demo18/2016/08/04/8-revision-v1/',0,'revision','',0),(209,3,'2016-08-04 17:36:55','2016-08-04 17:36:55','','get_in_touch','','inherit','open','closed','','get_in_touch','','','2016-08-04 17:36:55','2016-08-04 17:36:55','',8,'http://mitziconnell.com/demo18/wp-content/uploads/2016/07/get_in_touch.png',0,'attachment','image/png',0),(210,3,'2016-08-04 18:00:24','2016-08-04 18:00:24','[vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_empty_space][fancy_heading h1=\"0\" style=\"line\" title=\"Our Story\" slogan=\"WHO WE ARE AND WHY!\"]Meet our founder, read about our services, and meet our staff![/fancy_heading][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row][vc_column][vc_row_inner][vc_column_inner width=\"2/3\"][vc_column_text]\r\n<h6>HOW CAN WE SERVE?</h6>\r\n<h3>We\'re here to help!</h3>\r\n[divider height=\"20\"]\r\n\r\n<img class=\"alignleft wp-image-202\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/Ruth-Mouzan.jpg\" alt=\"Ruth Mouzan\" width=\"141\" height=\"188\" /> Locally owned since 1967, Ruthâ€™s Nutrition is named after its founder, Ruth Mouzon.\r\n<em>â€œShe was a kind, sweet woman who was loved by all her customers,â€</em> says current owner Cynthia Freese. <em>â€œShe built this store on a foundation of caring. Thatâ€™s what set us apart in the beginning and itâ€™s what sets us apart now. There was no question that we would keep Ruthâ€™s name. She helped so many people; itâ€™s an honor to be known as Ruthâ€™s.â€</em>\r\n\r\nWhen you come to Ruthâ€™s Nutrition health food store, youâ€™re in for a treat. We offer a pleasant, friendly atmosphere, top-quality products, and a staff that is passionate about helping you improve your health. Because weâ€™ve all worked here a long time, we have the opportunity to really to get to know our customers. We take the time to listen, hear your story and offer the best solutions we know â€“ even if that solution has nothing to do with a sale. We want whatâ€™s best for you, no matter what.\r\n\r\nIf one of us doesnâ€™t know the answer to your question, weâ€™ll find someone on our staff who knows more. If youâ€™re looking for a product we donâ€™t stock, weâ€™ll do our best to special order it for you. If you need to shop during lunch and youâ€™re in a hurry, call ahead, pay for your product over the phone and weâ€™ll walk it to your car when you arrive. We do our best to serve you.\r\n\r\nTo make sure we can best answer your questions, we believe in continuing education. We regularly attend medical and natural products conferences. We often scour references and the internet for the most accurate information on health care issues and the substances and practices that can best offer help. We keep ourselves informed so we can better inform you.\r\n\r\nNot only that, we offer additional services. We have a massage therapist, reflexologist, clinical herbalist and specialists in auricular therapy and bioenergetics testing available for private appointments. We care about you. We want you happy and we want you well. Come see us and let us help you solve your health puzzle![/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_empty_space][vc_gallery interval=\"3\" images=\"158,147,146,107,109\" img_size=\"medium\" onclick=\"\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1470333600493{background-color: #f1fdea !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vc_text_separator title=\"Meet our Team!\" i_icon_fontawesome=\"fa fa-commenting\" i_color=\"violet\" color=\"violet\" add_icon=\"true\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][our_team style=\"horizontal\" image=\"199\" title=\"Cynthia Freese\" subtitle=\"Owner\" phone=\"222.333.4444\" email=\"email@emailemail.com\"]Cynthia has worked in Ruthâ€™s Nutrition since 1994 and owned it since 2007.\r\nOver those years she has served the public with grace, style and savvy, creating a locally owned store that offers a friendly, attractive atmosphere, top-quality products and some of the most knowledgeable health food store staffers in the region.[/our_team][/vc_column_inner][vc_column_inner width=\"1/2\"][our_team style=\"horizontal\" image=\"199\" title=\"Sue Cummings\" subtitle=\"Clinical Herbalist\" phone=\"222.333.4444\" email=\"email@emailemail.com\"]Sue is a clinical herbalist with a bachelorâ€™s degree in botanical medicine and professional membership in the American Herbalists Guild. After having a private practice for several years, she joined Ruthâ€™s Nutrition where sheâ€™s more than happy to share her expertise with customers for free.[/our_team][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][our_team style=\"horizontal\" image=\"199\" title=\"Anita Eisenberg\" subtitle=\"Health Specialist\" phone=\"222.333.4444\" email=\"email@emailemail.com\"]Anita has been in the health care business for more than 25 years, cataloging a vast knowledge of illnesses, products and their appropriate uses. Ask Anita a question and youâ€™ll likely get not only an informed answer but also an amazing amount of detail. Here at Ruthâ€™s Nutrition, sheâ€™s fondly known as The Walking Encyclopedia.[/our_team][/vc_column_inner][vc_column_inner width=\"1/2\"][our_team style=\"horizontal\" image=\"199\" title=\"Christine Dennis\" subtitle=\"Aromatherapy &amp; Skin Care Specialist\" phone=\"222.333.4444\" email=\"email@emailemail.com\"]Christine has a passion for children; just watch her light up any time a child is around. No wonder then that sheâ€™s made understanding childrenâ€™s ailments, health, and happiness her priority. Not only is she great with kids, sheâ€™s a maven when it comes to aromatherapy, skin care -- and our displays. If youâ€™ve seen one of her gift baskets, you know she knows how to make things look good.[/our_team][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][our_team style=\"horizontal\" image=\"199\" title=\"Barbara Musso\" subtitle=\"RN and Reflexologist\" phone=\"222.333.4444\" email=\"email@emailemail.com\"]Barb has been a registered nurse for more than 40 years, working in the operating room and in gerontology before joining the Ruthâ€™s Nutrition team. Sheâ€™s long been interested in alternative healing modalities, studying reflexology and learning to understand the subtle energies of the body. Known for her big heart and her caring listening skills, Barb has become a customer favorite.[/our_team][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"204\" img_size=\"full\" alignment=\"center\" style=\"vc_box_shadow_3d\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1470328503897{background-color: #270639 !important;}\"][vc_column][vc_column_text]\r\n<h3 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Every journey begins with just one step.</span></h3>\r\n[/vc_column_text][vc_btn title=\"Take the first step here\" style=\"gradient\" align=\"center\" i_icon_fontawesome=\"fa fa-phone\" link=\"url:%23|||\" add_icon=\"true\"][/vc_column][/vc_row]','Our Story','','inherit','closed','closed','','8-revision-v1','','','2016-08-04 18:00:24','2016-08-04 18:00:24','',8,'http://mitziconnell.com/demo18/2016/08/04/8-revision-v1/',0,'revision','',0),(211,3,'2016-08-04 18:01:24','2016-08-04 18:01:24','[vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_empty_space][fancy_heading h1=\"0\" style=\"line\" title=\"Our Story\" slogan=\"WHO WE ARE AND WHY!\"]Meet our founder, read about our services, and meet our staff![/fancy_heading][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row][vc_column][vc_row_inner][vc_column_inner width=\"2/3\"][vc_column_text]\r\n<h6>HOW CAN WE SERVE?</h6>\r\n<h3>We\'re here to help!</h3>\r\n[divider height=\"20\"]\r\n\r\n<img class=\"alignleft wp-image-202\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/Ruth-Mouzan.jpg\" alt=\"Ruth Mouzan\" width=\"141\" height=\"188\" /> Locally owned since 1967, Ruthâ€™s Nutrition is named after its founder, Ruth Mouzon.\r\n\r\n<em>â€œShe was a kind, sweet woman who was loved by all her customers,â€</em> says current owner Cynthia Freese.\r\n\r\n<em>â€œShe built this store on a foundation of caring. Thatâ€™s what set us apart in the beginning and itâ€™s what sets us apart now. There was no question that we would keep Ruthâ€™s name. She helped so many people; itâ€™s an honor to be known as Ruthâ€™s.â€</em>\r\n\r\nWhen you come to Ruthâ€™s Nutrition health food store, youâ€™re in for a treat. We offer a pleasant, friendly atmosphere, top-quality products, and a staff that is passionate about helping you improve your health. Because weâ€™ve all worked here a long time, we have the opportunity to really to get to know our customers. We take the time to listen, hear your story and offer the best solutions we know â€“ even if that solution has nothing to do with a sale. We want whatâ€™s best for you, no matter what.\r\n\r\nIf one of us doesnâ€™t know the answer to your question, weâ€™ll find someone on our staff who knows more. If youâ€™re looking for a product we donâ€™t stock, weâ€™ll do our best to special order it for you. If you need to shop during lunch and youâ€™re in a hurry, call ahead, pay for your product over the phone and weâ€™ll walk it to your car when you arrive. We do our best to serve you.\r\n\r\nTo make sure we can best answer your questions, we believe in continuing education. We regularly attend medical and natural products conferences. We often scour references and the internet for the most accurate information on health care issues and the substances and practices that can best offer help. We keep ourselves informed so we can better inform you.\r\n\r\nNot only that, we offer additional services. We have a massage therapist, reflexologist, clinical herbalist and specialists in auricular therapy and bioenergetics testing available for private appointments. We care about you. We want you happy and we want you well. Come see us and let us help you solve your health puzzle![/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_empty_space][vc_gallery interval=\"3\" images=\"158,147,146,107,109\" img_size=\"medium\" onclick=\"\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1470333600493{background-color: #f1fdea !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vc_text_separator title=\"Meet our Team!\" i_icon_fontawesome=\"fa fa-commenting\" i_color=\"violet\" color=\"violet\" add_icon=\"true\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][our_team style=\"horizontal\" image=\"199\" title=\"Cynthia Freese\" subtitle=\"Owner\" phone=\"222.333.4444\" email=\"email@emailemail.com\"]Cynthia has worked in Ruthâ€™s Nutrition since 1994 and owned it since 2007.\r\nOver those years she has served the public with grace, style and savvy, creating a locally owned store that offers a friendly, attractive atmosphere, top-quality products and some of the most knowledgeable health food store staffers in the region.[/our_team][/vc_column_inner][vc_column_inner width=\"1/2\"][our_team style=\"horizontal\" image=\"199\" title=\"Sue Cummings\" subtitle=\"Clinical Herbalist\" phone=\"222.333.4444\" email=\"email@emailemail.com\"]Sue is a clinical herbalist with a bachelorâ€™s degree in botanical medicine and professional membership in the American Herbalists Guild. After having a private practice for several years, she joined Ruthâ€™s Nutrition where sheâ€™s more than happy to share her expertise with customers for free.[/our_team][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][our_team style=\"horizontal\" image=\"199\" title=\"Anita Eisenberg\" subtitle=\"Health Specialist\" phone=\"222.333.4444\" email=\"email@emailemail.com\"]Anita has been in the health care business for more than 25 years, cataloging a vast knowledge of illnesses, products and their appropriate uses. Ask Anita a question and youâ€™ll likely get not only an informed answer but also an amazing amount of detail. Here at Ruthâ€™s Nutrition, sheâ€™s fondly known as The Walking Encyclopedia.[/our_team][/vc_column_inner][vc_column_inner width=\"1/2\"][our_team style=\"horizontal\" image=\"199\" title=\"Christine Dennis\" subtitle=\"Aromatherapy &amp; Skin Care Specialist\" phone=\"222.333.4444\" email=\"email@emailemail.com\"]Christine has a passion for children; just watch her light up any time a child is around. No wonder then that sheâ€™s made understanding childrenâ€™s ailments, health, and happiness her priority. Not only is she great with kids, sheâ€™s a maven when it comes to aromatherapy, skin care -- and our displays. If youâ€™ve seen one of her gift baskets, you know she knows how to make things look good.[/our_team][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][our_team style=\"horizontal\" image=\"199\" title=\"Barbara Musso\" subtitle=\"RN and Reflexologist\" phone=\"222.333.4444\" email=\"email@emailemail.com\"]Barb has been a registered nurse for more than 40 years, working in the operating room and in gerontology before joining the Ruthâ€™s Nutrition team. Sheâ€™s long been interested in alternative healing modalities, studying reflexology and learning to understand the subtle energies of the body. Known for her big heart and her caring listening skills, Barb has become a customer favorite.[/our_team][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"204\" img_size=\"full\" alignment=\"center\" style=\"vc_box_shadow_3d\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1470328503897{background-color: #270639 !important;}\"][vc_column][vc_column_text]\r\n<h3 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Every journey begins with just one step.</span></h3>\r\n[/vc_column_text][vc_btn title=\"Take the first step here\" style=\"gradient\" align=\"center\" i_icon_fontawesome=\"fa fa-phone\" link=\"url:%23|||\" add_icon=\"true\"][/vc_column][/vc_row]','Our Story','','inherit','closed','closed','','8-revision-v1','','','2016-08-04 18:01:24','2016-08-04 18:01:24','',8,'http://mitziconnell.com/demo18/2016/08/04/8-revision-v1/',0,'revision','',0),(212,3,'2016-08-04 18:07:15','2016-08-04 18:07:15','<div class=\"column one-fourth\">[text* first-name placeholder \"First Name\"]</div>\r\n<div class=\"column one-fourth\">[text* last-name placeholder \"Last Name\"]</div>\r\n<div class=\"column one-fourth\">[email* email-229 placeholder \"Your email\"]</div>\r\n<div class=\"column one-fourth\">[submit \"Submit\"]</div>\nDemo-Ruth\'s Nutrition \"[your-subject]\"\n[your-name] <wordpress@mitziconnell.com>\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 a contact form on Demo-Ruth&#039;s Nutrition (http://74.124.197.205/~ruthsnut)\nbestdishestoyou@gmail.com\nReply-To: [your-email]\n\n\n\n\nDemo-Ruth\'s Nutrition \"[your-subject]\"\nDemo-Ruth\'s Nutrition <wordpress@mitziconnell.com>\nMessage Body:\r\n[your-message]\r\n\r\n--\r\nThis e-mail was sent from a contact form on Demo-Ruth&#039;s Nutrition (http://74.124.197.205/~ruthsnut)\n[your-email]\nReply-To: bestdishestoyou@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.','Newsletter one-row','','publish','closed','closed','','newsletter-one-row','','','2016-08-04 18:10:25','2016-08-04 18:10:25','',0,'http://mitziconnell.com/demo18/?post_type=wpcf7_contact_form&#038;p=212',0,'wpcf7_contact_form','',0),(213,3,'2016-08-04 18:26:06','2016-08-04 18:26:06','[vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_empty_space][fancy_heading h1=\"0\" style=\"line\" title=\"Our Story\" slogan=\"WHO WE ARE AND WHY!\"]Meet our founder, read about our services, and meet our staff![/fancy_heading][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row][vc_column][vc_row_inner][vc_column_inner width=\"2/3\"][vc_column_text]\r\n<h6>HOW CAN WE SERVE?</h6>\r\n<h3>We\'re here to help!</h3>\r\n[divider height=\"20\"]\r\n\r\n<img class=\"alignleft wp-image-202\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/Ruth-Mouzan.jpg\" alt=\"Ruth Mouzan\" width=\"141\" height=\"188\" /> Locally owned since 1967, Ruthâ€™s Nutrition is named after its founder, Ruth Mouzon.\r\n\r\n<em>â€œShe was a kind, sweet woman who was loved by all her customers,â€</em> says current owner Cynthia Freese.\r\n\r\n<em>â€œShe built this store on a foundation of caring. Thatâ€™s what set us apart in the beginning and itâ€™s what sets us apart now. There was no question that we would keep Ruthâ€™s name. She helped so many people; itâ€™s an honor to be known as Ruthâ€™s.â€</em>\r\n\r\nWhen you come to Ruthâ€™s Nutrition health food store, youâ€™re in for a treat. We offer a pleasant, friendly atmosphere, top-quality products, and a staff that is passionate about helping you improve your health. Because weâ€™ve all worked here a long time, we have the opportunity to really to get to know our customers. We take the time to listen, hear your story and offer the best solutions we know â€“ even if that solution has nothing to do with a sale. We want whatâ€™s best for you, no matter what.\r\n\r\nIf one of us doesnâ€™t know the answer to your question, weâ€™ll find someone on our staff who knows more. If youâ€™re looking for a product we donâ€™t stock, weâ€™ll do our best to special order it for you. If you need to shop during lunch and youâ€™re in a hurry, call ahead, pay for your product over the phone and weâ€™ll walk it to your car when you arrive. We do our best to serve you.\r\n\r\nTo make sure we can best answer your questions, we believe in continuing education. We regularly attend medical and natural products conferences. We often scour references and the internet for the most accurate information on health care issues and the substances and practices that can best offer help. We keep ourselves informed so we can better inform you.\r\n\r\nNot only that, we offer additional services. We have a massage therapist, reflexologist, clinical herbalist and specialists in auricular therapy and bioenergetics testing available for private appointments. We care about you. We want you happy and we want you well. Come see us and let us help you solve your health puzzle![/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_empty_space][vc_gallery interval=\"3\" images=\"158,147,146,107,109\" img_size=\"medium\" onclick=\"\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1470334579016{background-color: #f1fdea !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Subscribe to our newsletter!</h3>\r\n<p style=\"text-align: center;\">[contact-form-7 id=\"212\" title=\"Newsletter one-row\"]</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][vc_row_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vc_text_separator title=\"Meet our Team!\" i_icon_fontawesome=\"fa fa-commenting\" i_color=\"violet\" color=\"violet\" add_icon=\"true\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][our_team style=\"horizontal\" image=\"199\" title=\"Cynthia Freese\" subtitle=\"Owner\" phone=\"222.333.4444\" email=\"email@emailemail.com\"]Cynthia has worked in Ruthâ€™s Nutrition since 1994 and owned it since 2007.\r\nOver those years she has served the public with grace, style and savvy, creating a locally owned store that offers a friendly, attractive atmosphere, top-quality products and some of the most knowledgeable health food store staffers in the region.[/our_team][/vc_column_inner][vc_column_inner width=\"1/2\"][our_team style=\"horizontal\" image=\"199\" title=\"Sue Cummings\" subtitle=\"Clinical Herbalist\" phone=\"222.333.4444\" email=\"email@emailemail.com\"]Sue is a clinical herbalist with a bachelorâ€™s degree in botanical medicine and professional membership in the American Herbalists Guild. After having a private practice for several years, she joined Ruthâ€™s Nutrition where sheâ€™s more than happy to share her expertise with customers for free.[/our_team][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][our_team style=\"horizontal\" image=\"199\" title=\"Anita Eisenberg\" subtitle=\"Health Specialist\" phone=\"222.333.4444\" email=\"email@emailemail.com\"]Anita has been in the health care business for more than 25 years, cataloging a vast knowledge of illnesses, products and their appropriate uses. Ask Anita a question and youâ€™ll likely get not only an informed answer but also an amazing amount of detail. Here at Ruthâ€™s Nutrition, sheâ€™s fondly known as The Walking Encyclopedia.[/our_team][/vc_column_inner][vc_column_inner width=\"1/2\"][our_team style=\"horizontal\" image=\"199\" title=\"Christine Dennis\" subtitle=\"Aromatherapy &amp; Skin Care Specialist\" phone=\"222.333.4444\" email=\"email@emailemail.com\"]Christine has a passion for children; just watch her light up any time a child is around. No wonder then that sheâ€™s made understanding childrenâ€™s ailments, health, and happiness her priority. Not only is she great with kids, sheâ€™s a maven when it comes to aromatherapy, skin care -- and our displays. If youâ€™ve seen one of her gift baskets, you know she knows how to make things look good.[/our_team][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][our_team style=\"horizontal\" image=\"199\" title=\"Barbara Musso\" subtitle=\"RN and Reflexologist\" phone=\"222.333.4444\" email=\"email@emailemail.com\"]Barb has been a registered nurse for more than 40 years, working in the operating room and in gerontology before joining the Ruthâ€™s Nutrition team. Sheâ€™s long been interested in alternative healing modalities, studying reflexology and learning to understand the subtle energies of the body. Known for her big heart and her caring listening skills, Barb has become a customer favorite.[/our_team][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"204\" img_size=\"full\" alignment=\"center\" style=\"vc_box_shadow_3d\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1470328503897{background-color: #270639 !important;}\"][vc_column][vc_column_text]\r\n<h3 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Every journey begins with just one step.</span></h3>\r\n[/vc_column_text][vc_btn title=\"Take the first step here\" style=\"gradient\" align=\"center\" i_icon_fontawesome=\"fa fa-phone\" link=\"url:%23|||\" add_icon=\"true\"][/vc_column][/vc_row]','Our Story','','inherit','closed','closed','','8-revision-v1','','','2016-08-04 18:26:06','2016-08-04 18:26:06','',8,'http://mitziconnell.com/demo18/2016/08/04/8-revision-v1/',0,'revision','',0),(214,3,'2016-08-04 18:46:00','2016-08-04 18:46:00','','6860786-forest-path','','inherit','open','closed','','6860786-forest-path','','','2016-08-04 18:46:00','2016-08-04 18:46:00','',8,'http://mitziconnell.com/demo18/wp-content/uploads/2016/07/6860786-forest-path.jpg',0,'attachment','image/jpeg',0),(215,3,'2016-08-04 18:47:24','2016-08-04 18:47:24','','the_path_of_reflection','','inherit','open','closed','','the_path_of_reflection','','','2016-08-04 18:47:24','2016-08-04 18:47:24','',8,'http://mitziconnell.com/demo18/wp-content/uploads/2016/07/the_path_of_reflection.jpg',0,'attachment','image/jpeg',0),(216,3,'2016-08-04 18:49:10','2016-08-04 18:49:10','[vc_row][vc_column][vc_empty_space][vc_row_inner][vc_column_inner width=\"2/3\"][vc_column_text]\r\n<h6>HOW CAN WE SERVE?</h6>\r\n<h3>Our Story!</h3>\r\n[divider height=\"20\"]\r\n\r\n<img class=\"alignleft wp-image-202\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/Ruth-Mouzan.jpg\" alt=\"Ruth Mouzan\" width=\"141\" height=\"188\" /> Locally owned since 1967, Ruthâ€™s Nutrition is named after its founder, Ruth Mouzon.\r\n\r\n<em>â€œShe was a kind, sweet woman who was loved by all her customers,â€</em> says current owner Cynthia Freese.\r\n\r\n<em>â€œShe built this store on a foundation of caring. Thatâ€™s what set us apart in the beginning and itâ€™s what sets us apart now. There was no question that we would keep Ruthâ€™s name. She helped so many people; itâ€™s an honor to be known as Ruthâ€™s.â€</em>\r\n\r\nWhen you come to Ruthâ€™s Nutrition health food store, youâ€™re in for a treat. We offer a pleasant, friendly atmosphere, top-quality products, and a staff that is passionate about helping you improve your health. Because weâ€™ve all worked here a long time, we have the opportunity to really to get to know our customers. We take the time to listen, hear your story and offer the best solutions we know â€“ even if that solution has nothing to do with a sale. We want whatâ€™s best for you, no matter what.\r\n\r\nIf one of us doesnâ€™t know the answer to your question, weâ€™ll find someone on our staff who knows more. If youâ€™re looking for a product we donâ€™t stock, weâ€™ll do our best to special order it for you. If you need to shop during lunch and youâ€™re in a hurry, call ahead, pay for your product over the phone and weâ€™ll walk it to your car when you arrive. We do our best to serve you.\r\n\r\nTo make sure we can best answer your questions, we believe in continuing education. We regularly attend medical and natural products conferences. We often scour references and the internet for the most accurate information on health care issues and the substances and practices that can best offer help. We keep ourselves informed so we can better inform you.\r\n\r\nNot only that, we offer additional services. We have a massage therapist, reflexologist, clinical herbalist and specialists in auricular therapy and bioenergetics testing available for private appointments. We care about you. We want you happy and we want you well. Come see us and let us help you solve your health puzzle![/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_empty_space][vc_gallery interval=\"3\" images=\"158,147,146,107,109\" img_size=\"medium\" onclick=\"\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1470334579016{background-color: #f1fdea !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Subscribe to our newsletter!</h3>\r\n<p style=\"text-align: center;\">[contact-form-7 id=\"212\" title=\"Newsletter one-row\"]</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][vc_row_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vc_text_separator title=\"Meet our Team!\" i_icon_fontawesome=\"fa fa-commenting\" i_color=\"violet\" color=\"chino\" style=\"dotted\" add_icon=\"true\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][our_team style=\"horizontal\" image=\"199\" title=\"Cynthia Freese\" subtitle=\"Owner\" phone=\"222.333.4444\" email=\"email@emailemail.com\"]Cynthia has worked in Ruthâ€™s Nutrition since 1994 and owned it since 2007.\r\nOver those years she has served the public with grace, style and savvy, creating a locally owned store that offers a friendly, attractive atmosphere, top-quality products and some of the most knowledgeable health food store staffers in the region.[/our_team][/vc_column_inner][vc_column_inner width=\"1/2\"][our_team style=\"horizontal\" image=\"199\" title=\"Sue Cummings\" subtitle=\"Clinical Herbalist\" phone=\"222.333.4444\" email=\"email@emailemail.com\"]Sue is a clinical herbalist with a bachelorâ€™s degree in botanical medicine and professional membership in the American Herbalists Guild. After having a private practice for several years, she joined Ruthâ€™s Nutrition where sheâ€™s more than happy to share her expertise with customers for free.[/our_team][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][our_team style=\"horizontal\" image=\"199\" title=\"Anita Eisenberg\" subtitle=\"Health Specialist\" phone=\"222.333.4444\" email=\"email@emailemail.com\"]Anita has been in the health care business for more than 25 years, cataloging a vast knowledge of illnesses, products and their appropriate uses. Ask Anita a question and youâ€™ll likely get not only an informed answer but also an amazing amount of detail. Here at Ruthâ€™s Nutrition, sheâ€™s fondly known as The Walking Encyclopedia.[/our_team][/vc_column_inner][vc_column_inner width=\"1/2\"][our_team style=\"horizontal\" image=\"199\" title=\"Christine Dennis\" subtitle=\"Aromatherapy &amp; Skin Care Specialist\" phone=\"222.333.4444\" email=\"email@emailemail.com\"]Christine has a passion for children; just watch her light up any time a child is around. No wonder then that sheâ€™s made understanding childrenâ€™s ailments, health, and happiness her priority. Not only is she great with kids, sheâ€™s a maven when it comes to aromatherapy, skin care -- and our displays. If youâ€™ve seen one of her gift baskets, you know she knows how to make things look good.[/our_team][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][our_team style=\"horizontal\" image=\"199\" title=\"Barbara Musso\" subtitle=\"RN and Reflexologist\" phone=\"222.333.4444\" email=\"email@emailemail.com\"]Barb has been a registered nurse for more than 40 years, working in the operating room and in gerontology before joining the Ruthâ€™s Nutrition team. Sheâ€™s long been interested in alternative healing modalities, studying reflexology and learning to understand the subtle energies of the body. Known for her big heart and her caring listening skills, Barb has become a customer favorite.[/our_team][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"204\" img_size=\"full\" alignment=\"center\" style=\"vc_box_shadow_3d\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1470328503897{background-color: #270639 !important;}\"][vc_column][vc_column_text]\r\n<h3 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Every journey begins with just one step.</span></h3>\r\n[/vc_column_text][vc_btn title=\"Take the first step here\" style=\"gradient\" align=\"center\" i_icon_fontawesome=\"fa fa-phone\" link=\"url:%23|||\" add_icon=\"true\"][/vc_column][/vc_row]','Our Story','','inherit','closed','closed','','8-revision-v1','','','2016-08-04 18:49:10','2016-08-04 18:49:10','',8,'http://mitziconnell.com/demo18/2016/08/04/8-revision-v1/',0,'revision','',0),(217,3,'2016-08-04 19:11:53','2016-08-04 19:11:53','[vc_row][vc_column][vc_empty_space][vc_row_inner][vc_column_inner width=\"2/3\"][vc_column_text]\r\n<h6 style=\"font-size: 32px;\">WELCOME!</h6>\r\n<h6 style=\"font-size: 14px;\">Why we do what we do</h6>\r\n[divider height=\"20\"]\r\n\r\n<img class=\"alignleft wp-image-202\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/Ruth-Mouzan.jpg\" alt=\"Ruth Mouzan\" width=\"141\" height=\"188\" /> Locally owned since 1967, Ruthâ€™s Nutrition is named after its founder, Ruth Mouzon.\r\n\r\n<em>â€œShe was a kind, sweet woman who was loved by all her customers,â€</em> says current owner Cynthia Freese.\r\n\r\n<em>â€œShe built this store on a foundation of caring. Thatâ€™s what set us apart in the beginning and itâ€™s what sets us apart now. There was no question that we would keep Ruthâ€™s name. She helped so many people; itâ€™s an honor to be known as Ruthâ€™s.â€</em>\r\n\r\nWhen you come to Ruthâ€™s Nutrition health food store, youâ€™re in for a treat. We offer a pleasant, friendly atmosphere, top-quality products, and a staff that is passionate about helping you improve your health. Because weâ€™ve all worked here a long time, we have the opportunity to really to get to know our customers. We take the time to listen, hear your story and offer the best solutions we know â€“ even if that solution has nothing to do with a sale. We want whatâ€™s best for you, no matter what.\r\n\r\nIf one of us doesnâ€™t know the answer to your question, weâ€™ll find someone on our staff who knows more. If youâ€™re looking for a product we donâ€™t stock, weâ€™ll do our best to special order it for you. If you need to shop during lunch and youâ€™re in a hurry, call ahead, pay for your product over the phone and weâ€™ll walk it to your car when you arrive. We do our best to serve you.\r\n\r\nTo make sure we can best answer your questions, we believe in continuing education. We regularly attend medical and natural products conferences. We often scour references and the internet for the most accurate information on health care issues and the substances and practices that can best offer help. We keep ourselves informed so we can better inform you.\r\n\r\nNot only that, we offer additional services. We have a massage therapist, reflexologist, clinical herbalist and specialists in auricular therapy and bioenergetics testing available for private appointments. We care about you. We want you happy and we want you well. Come see us and let us help you solve your health puzzle![/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_empty_space][vc_gallery interval=\"3\" images=\"158,147,146,107,109\" img_size=\"medium\" onclick=\"\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1470334579016{background-color: #f1fdea !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Subscribe to our newsletter!</h3>\r\n<p style=\"text-align: center;\">[contact-form-7 id=\"212\" title=\"Newsletter one-row\"]</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][vc_row_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vc_text_separator title=\"Meet our Team!\" i_icon_fontawesome=\"fa fa-commenting\" i_color=\"violet\" color=\"chino\" style=\"dotted\" add_icon=\"true\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][our_team style=\"horizontal\" image=\"199\" title=\"Cynthia Freese\" subtitle=\"Owner\" phone=\"222.333.4444\" email=\"email@emailemail.com\"]Cynthia has worked in Ruthâ€™s Nutrition since 1994 and owned it since 2007.\r\nOver those years she has served the public with grace, style and savvy, creating a locally owned store that offers a friendly, attractive atmosphere, top-quality products and some of the most knowledgeable health food store staffers in the region.[/our_team][/vc_column_inner][vc_column_inner width=\"1/2\"][our_team style=\"horizontal\" image=\"199\" title=\"Sue Cummings\" subtitle=\"Clinical Herbalist\" phone=\"222.333.4444\" email=\"email@emailemail.com\"]Sue is a clinical herbalist with a bachelorâ€™s degree in botanical medicine and professional membership in the American Herbalists Guild. After having a private practice for several years, she joined Ruthâ€™s Nutrition where sheâ€™s more than happy to share her expertise with customers for free.[/our_team][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][our_team style=\"horizontal\" image=\"199\" title=\"Anita Eisenberg\" subtitle=\"Health Specialist\" phone=\"222.333.4444\" email=\"email@emailemail.com\"]Anita has been in the health care business for more than 25 years, cataloging a vast knowledge of illnesses, products and their appropriate uses. Ask Anita a question and youâ€™ll likely get not only an informed answer but also an amazing amount of detail. Here at Ruthâ€™s Nutrition, sheâ€™s fondly known as The Walking Encyclopedia.[/our_team][/vc_column_inner][vc_column_inner width=\"1/2\"][our_team style=\"horizontal\" image=\"199\" title=\"Christine Dennis\" subtitle=\"Aromatherapy &amp; Skin Care Specialist\" phone=\"222.333.4444\" email=\"email@emailemail.com\"]Christine has a passion for children; just watch her light up any time a child is around. No wonder then that sheâ€™s made understanding childrenâ€™s ailments, health, and happiness her priority. Not only is she great with kids, sheâ€™s a maven when it comes to aromatherapy, skin care -- and our displays. If youâ€™ve seen one of her gift baskets, you know she knows how to make things look good.[/our_team][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][our_team style=\"horizontal\" image=\"199\" title=\"Barbara Musso\" subtitle=\"RN and Reflexologist\" phone=\"222.333.4444\" email=\"email@emailemail.com\"]Barb has been a registered nurse for more than 40 years, working in the operating room and in gerontology before joining the Ruthâ€™s Nutrition team. Sheâ€™s long been interested in alternative healing modalities, studying reflexology and learning to understand the subtle energies of the body. Known for her big heart and her caring listening skills, Barb has become a customer favorite.[/our_team][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"204\" img_size=\"full\" alignment=\"center\" style=\"vc_box_shadow_3d\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1470328503897{background-color: #270639 !important;}\"][vc_column][vc_column_text]\r\n<h3 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Every journey begins with just one step.</span></h3>\r\n[/vc_column_text][vc_btn title=\"Take the first step here\" style=\"gradient\" align=\"center\" i_icon_fontawesome=\"fa fa-phone\" link=\"url:%23|||\" add_icon=\"true\"][/vc_column][/vc_row]','Our Story','','inherit','closed','closed','','8-revision-v1','','','2016-08-04 19:11:53','2016-08-04 19:11:53','',8,'http://mitziconnell.com/demo18/2016/08/04/8-revision-v1/',0,'revision','',0),(220,3,'2016-08-04 19:38:48','2016-08-04 19:38:48','','Services','','inherit','closed','closed','','10-revision-v1','','','2016-08-04 19:38:48','2016-08-04 19:38:48','',10,'http://mitziconnell.com/demo18/2016/08/04/10-revision-v1/',0,'revision','',0),(221,3,'2016-08-04 19:57:51','2016-08-04 19:57:51','This is what a testimonial looks like within your theme.','Muriel Grobon Smith','','publish','closed','closed','','testimonial-1','','','2016-09-21 18:48:56','2016-09-21 18:48:56','',0,'http://mitziconnell.com/demo18/?post_type=testimonial&#038;p=221',0,'testimonial','',0),(222,3,'2016-08-04 19:58:51','2016-08-04 19:58:51','This is another testimonial. Suspendisse adipiscing . Nunc non sem volutpat urna. Cras consectetuer adipiscing ligula. Sed lacinia, risus sit amet risus. Aliquam tempus enim aliquam dolor. Nullam at erat gravida elit. Praesent rhoncus aliquam turpis sapien justo vel bibendum.','Testimonial #2','','publish','closed','closed','','testimonial-2','','','2016-08-04 20:02:38','2016-08-04 20:02:38','',0,'http://mitziconnell.com/demo18/?post_type=testimonial&#038;p=222',0,'testimonial','',0),(223,3,'2016-08-04 19:59:30','2016-08-04 19:59:30','This is another testimonial. Cras consectetuer adipiscing ligula. Sed lacinia, risus sit amet risus. Aliquam tempus enim aliquam dolor. Nullam at erat gravida elit. Praesent rhoncus aliquam turpis sapien justo vel bibendum. Suspendisse adipiscing . Nunc non sem volutpat urna. ','Testimonial #3','','publish','closed','closed','','testimonial-3','','','2016-08-04 20:03:06','2016-08-04 20:03:06','',0,'http://mitziconnell.com/demo18/?post_type=testimonial&#038;p=223',0,'testimonial','',0),(224,3,'2016-08-04 20:00:00','2016-08-04 20:00:00','[vc_row][vc_column][vc_empty_space][vc_row_inner][vc_column_inner width=\"2/3\"][vc_column_text]\r\n<h6 style=\"font-size: 32px;\">WELCOME!</h6>\r\n<h6 style=\"font-size: 14px;\">Why we do what we do</h6>\r\n[divider height=\"20\"]\r\n\r\n<img class=\"alignleft wp-image-202\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/Ruth-Mouzan.jpg\" alt=\"Ruth Mouzan\" width=\"141\" height=\"188\" /> Locally owned since 1967, Ruthâ€™s Nutrition is named after its founder, Ruth Mouzon.\r\n\r\n<em>â€œShe was a kind, sweet woman who was loved by all her customers,â€</em> says current owner Cynthia Freese.\r\n\r\n<em>â€œShe built this store on a foundation of caring. Thatâ€™s what set us apart in the beginning and itâ€™s what sets us apart now. There was no question that we would keep Ruthâ€™s name. She helped so many people; itâ€™s an honor to be known as Ruthâ€™s.â€</em>\r\n\r\nWhen you come to Ruthâ€™s Nutrition health food store, youâ€™re in for a treat. We offer a pleasant, friendly atmosphere, top-quality products, and a staff that is passionate about helping you improve your health. Because weâ€™ve all worked here a long time, we have the opportunity to really to get to know our customers. We take the time to listen, hear your story and offer the best solutions we know â€“ even if that solution has nothing to do with a sale. We want whatâ€™s best for you, no matter what.\r\n\r\nIf one of us doesnâ€™t know the answer to your question, weâ€™ll find someone on our staff who knows more. If youâ€™re looking for a product we donâ€™t stock, weâ€™ll do our best to special order it for you. If you need to shop during lunch and youâ€™re in a hurry, call ahead, pay for your product over the phone and weâ€™ll walk it to your car when you arrive. We do our best to serve you.\r\n\r\nTo make sure we can best answer your questions, we believe in continuing education. We regularly attend medical and natural products conferences. We often scour references and the internet for the most accurate information on health care issues and the substances and practices that can best offer help. We keep ourselves informed so we can better inform you.\r\n\r\nNot only that, we offer additional services. We have a massage therapist, reflexologist, clinical herbalist and specialists in auricular therapy and bioenergetics testing available for private appointments. We care about you. We want you happy and we want you well. Come see us and let us help you solve your health puzzle![/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_empty_space][vc_gallery interval=\"3\" images=\"158,147,146,107,109\" img_size=\"medium\" onclick=\"\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1470334579016{background-color: #f1fdea !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Subscribe to our newsletter!</h3>\r\n<p style=\"text-align: center;\">[contact-form-7 id=\"212\" title=\"Newsletter one-row\"]</p>\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][testimonials][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1470328503897{background-color: #270639 !important;}\"][vc_column][vc_column_text]\r\n<h3 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Every journey begins with just one step.</span></h3>\r\n[/vc_column_text][vc_btn title=\"Take the first step here\" style=\"gradient\" align=\"center\" i_icon_fontawesome=\"fa fa-phone\" link=\"url:%23|||\" add_icon=\"true\"][/vc_column][/vc_row]','Services','','inherit','closed','closed','','10-revision-v1','','','2016-08-04 20:00:00','2016-08-04 20:00:00','',10,'http://mitziconnell.com/demo18/2016/08/04/10-revision-v1/',0,'revision','',0),(226,3,'2016-08-04 20:05:19','2016-08-04 20:05:19','','Relax-and-Spa-oil-salt-stones-zen-candles-orchid-towel','','inherit','open','closed','','relax-and-spa-oil-salt-stones-zen-candles-orchid-towel','','','2016-08-04 20:05:19','2016-08-04 20:05:19','',10,'http://mitziconnell.com/demo18/wp-content/uploads/2016/07/Relax-and-Spa-oil-salt-stones-zen-candles-orchid-towel.jpg',0,'attachment','image/jpeg',0),(227,3,'2016-08-04 20:08:14','2016-08-04 20:08:14','','Relax-and-Spa-oil-salt-stones-zen-candles-orchid-towel 1240w','','inherit','open','closed','','relax-and-spa-oil-salt-stones-zen-candles-orchid-towel-1240w','','','2016-08-04 20:08:14','2016-08-04 20:08:14','',10,'http://mitziconnell.com/demo18/wp-content/uploads/2016/07/Relax-and-Spa-oil-salt-stones-zen-candles-orchid-towel-1240w.jpg',0,'attachment','image/jpeg',0),(228,3,'2016-08-04 20:25:06','2016-08-04 20:25:06','[vc_row][vc_column][vc_empty_space][fancy_heading h1=\"0\" style=\"arrows\" title=\"Our Services\" slogan=\"HOW CAN WE BRING HEALTH TO YOU?\"][/fancy_heading][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][sliding_box target=\"_blank\" image=\"109\" title=\"Service #1\" link=\"#\"][/vc_column][vc_column width=\"1/3\"][sliding_box target=\"_blank\" image=\"108\" title=\"Service Here\" link=\"#\"][/vc_column][vc_column width=\"1/3\"][sliding_box target=\"_blank\" image=\"107\" title=\"Service Here\" link=\"#\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][counter type=\"vertical\" number=\"167\" title=\"Happy clients\"][/vc_column][vc_column width=\"1/4\"][counter type=\"vertical\" number=\"46\" title=\"Years in Business\"][/vc_column][vc_column width=\"1/4\"][counter type=\"vertical\" number=\"22\" title=\"Something Here\"][/vc_column][vc_column width=\"1/4\"][counter type=\"vertical\" number=\"99\" title=\"Something Here\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1470334579016{background-color: #f1fdea !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Subscribe to our newsletter!</h3>\r\n<p style=\"text-align: center;\">[contact-form-7 id=\"212\" title=\"Newsletter one-row\"]</p>\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][testimonials orderby=\"rand\" hide_photos=\"1\" category=\"clients\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1470328503897{background-color: #270639 !important;}\"][vc_column][vc_column_text]\r\n<h3 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Every journey begins with just one step.</span></h3>\r\n[/vc_column_text][vc_btn title=\"Take the first step here\" style=\"gradient\" align=\"center\" i_icon_fontawesome=\"fa fa-phone\" link=\"url:%23|||\" add_icon=\"true\"][/vc_column][/vc_row]','Services','','inherit','closed','closed','','10-revision-v1','','','2016-08-04 20:25:06','2016-08-04 20:25:06','',10,'http://mitziconnell.com/demo18/2016/08/04/10-revision-v1/',0,'revision','',0),(229,3,'2016-08-04 22:38:20','2016-08-04 22:38:20','','foot-massage','','inherit','open','closed','','foot-massage','','','2016-08-04 22:38:20','2016-08-04 22:38:20','',10,'http://mitziconnell.com/demo18/wp-content/uploads/2016/07/foot-massage.jpg',0,'attachment','image/jpeg',0),(230,3,'2016-08-04 22:59:17','2016-08-04 22:59:17','','Herbal-Medicines jpg','','inherit','open','closed','','herbal-medicines-jpg','','','2016-08-04 22:59:17','2016-08-04 22:59:17','',10,'http://mitziconnell.com/demo18/wp-content/uploads/2016/07/Herbal-Medicines-jpg.jpg',0,'attachment','image/jpeg',0),(231,3,'2016-08-04 23:29:21','2016-08-04 23:29:21','','reflexology-feet_grande','','inherit','open','closed','','reflexology-feet_grande','','','2016-08-04 23:29:21','2016-08-04 23:29:21','',10,'http://mitziconnell.com/demo18/wp-content/uploads/2016/07/reflexology-feet_grande.jpg',0,'attachment','image/jpeg',0),(232,3,'2016-08-04 23:42:17','2016-08-04 23:42:17','[vc_row][vc_column][vc_empty_space][fancy_heading h1=\"0\" style=\"arrows\" title=\"Our Services\" slogan=\"HOW CAN WE BRING HEALTH TO YOU?\"][/fancy_heading][/vc_column][/vc_row][vc_row css=\".vc_custom_1470349368100{margin-right: 50px !important;margin-left: 50px !important;}\"][vc_column width=\"1/3\"][sliding_box target=\"_blank\" image=\"109\" title=\"BALANCE\" link=\"#\"][/vc_column][vc_column width=\"1/3\"][sliding_box target=\"_blank\" image=\"108\" title=\"AWARENESS\" link=\"#\"][/vc_column][vc_column width=\"1/3\"][sliding_box target=\"_blank\" image=\"107\" title=\"RELAXATION\" link=\"#\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][counter type=\"vertical\" number=\"167\" title=\"Happy clients\"][/vc_column][vc_column width=\"1/4\"][counter type=\"vertical\" number=\"46\" title=\"Years in Business\"][/vc_column][vc_column width=\"1/4\"][counter type=\"vertical\" number=\"22\" title=\"Something Here\"][/vc_column][vc_column width=\"1/4\"][counter type=\"vertical\" number=\"99\" title=\"Something Here\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][fancy_heading h1=\"0\" style=\"arrows\" title=\"Our Practitioners\"][/fancy_heading][vc_row_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"231\" img_size=\"full\" alignment=\"center\" style=\"vc_box_shadow_3d\" css_animation=\"left-to-right\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<h3>Reflexology &amp; Custom-Fitted Bras</h3>\r\nFoot reflexology is an ancient healing therapy that, like auricular therapy, involves stimulating reflex points on the feet in order to activate the bodyâ€™s own natural healing powers.\r\n\r\nJean Mayo, certified reflexologist with more than 25 years of experience, will show you how relaxing and healing foot reflexology can be. She schedules:\r\n<ul>\r\n 	<li>One-hour appointments (recommended)</li>\r\n 	<li>Half-hour appointments</li>\r\n</ul>\r\nJean also sells Custom-Fitted Bras. These bras offer extraordinary support and they come in 216 different sizes! No matter what your shape or size, Jean can find a bra designed with you in mind.[/vc_column_text][blockquote author=\"Author name here\"]Insert testimonial for this practitioner here[/blockquote][/vc_column_inner][vc_column_inner width=\"1/4\"][our_team style=\"circle\" image=\"199\" title=\"Jean Mayo\" subtitle=\"Reflexologist, Custom Bra Fitter\" phone=\"256-653-8017\" email=\"email@emailemail.com\"][/our_team][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1470354043752{background-color: #fafafc !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"230\" img_size=\"full\" alignment=\"center\" style=\"vc_box_shadow_3d\" css_animation=\"left-to-right\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3>Herbal/Wellness Counseling</h3>\r\nCustomers at Ruth\'s can obtain Herbal/Wellness Counseling from their choice of two Registered Herbalists. Informal consultations can be made with a familiar face at Ruth\'s, Clinical Herbalist Sue Cummings.\r\n\r\nCertified by the American Herbalists Guild, Sue has made health care her personal passion, earning a degree in botanical medicine in 2001 and continuing her studies at medical conferences with some of the best herbalists and health care practitioners in the country.\r\n\r\nShe\'s more than willing to share her knowledge with store customers, Monday through Fridays.[/vc_column_text][blockquote author=\"Author name here\"]Insert testimonial for this practitioner here[/blockquote][/vc_column][vc_column width=\"1/4\"][our_team target=\"_blank\" style=\"circle\" image=\"199\" title=\"Sue Cummings\" subtitle=\"Certified Herbalist\" phone=\"222-333-4444\" email=\"Email@emailemail.com\"][/our_team][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][vc_row_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"231\" img_size=\"full\" alignment=\"center\" style=\"vc_box_shadow_3d\" css_animation=\"left-to-right\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<h3>Jean Mayo</h3>\r\n<h6>Reflexology &amp; Custom-Fitted Bras</h6>\r\nFoot reflexology is an ancient healing therapy that, like auricular therapy, involves stimulating reflex points on the feet in order to activate the bodyâ€™s own natural healing powers.\r\n\r\nJean Mayo, certified reflexologist with more than 25 years of experience, will show you how relaxing and healing foot reflexology can be. She schedules:\r\n<ul>\r\n 	<li>One-hour appointments (recommended)</li>\r\n 	<li>Half-hour appointments</li>\r\n</ul>\r\nJean also sells Custom-Fitted Bras. These bras offer extraordinary support and they come in 216 different sizes! No matter what your shape or size, Jean can find a bra designed with you in mind.[/vc_column_text][blockquote author=\"Author name here\"]Insert testimonial for this practitioner here[/blockquote][/vc_column_inner][vc_column_inner width=\"1/4\"][our_team style=\"circle\" image=\"199\" title=\"Jean Mayo\" subtitle=\"Reflexologist, Custom Bra Fitter\" phone=\"256-653-8017\" email=\"email@emailemail.com\"][/our_team][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1470334579016{background-color: #f1fdea !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_row_inner][vc_column_inner][/vc_column_inner][/vc_row_inner][vc_column_text]\r\n<h3 style=\"text-align: center;\">Subscribe to our newsletter!</h3>\r\n<p style=\"text-align: center;\">[contact-form-7 id=\"212\" title=\"Newsletter one-row\"]</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][testimonials orderby=\"rand\" hide_photos=\"1\" category=\"clients\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1470328503897{background-color: #270639 !important;}\"][vc_column][vc_column_text]\r\n<h3 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Every journey begins with just one step.</span></h3>\r\n[/vc_column_text][vc_btn title=\"Take the first step here\" style=\"gradient\" align=\"center\" i_icon_fontawesome=\"fa fa-phone\" link=\"url:%23|||\" add_icon=\"true\"][/vc_column][/vc_row]','Services','','inherit','closed','closed','','10-revision-v1','','','2016-08-04 23:42:17','2016-08-04 23:42:17','',10,'http://mitziconnell.com/demo18/2016/08/04/10-revision-v1/',0,'revision','',0),(233,3,'2016-08-04 23:43:26','2016-08-04 23:43:26','[vc_row][vc_column][vc_empty_space][fancy_heading h1=\"0\" style=\"arrows\" title=\"Our Services\" slogan=\"HOW CAN WE BRING HEALTH TO YOU?\"][/fancy_heading][/vc_column][/vc_row][vc_row css=\".vc_custom_1470349368100{margin-right: 50px !important;margin-left: 50px !important;}\"][vc_column width=\"1/3\"][sliding_box target=\"_blank\" image=\"109\" title=\"BALANCE\" link=\"#\"][/vc_column][vc_column width=\"1/3\"][sliding_box target=\"_blank\" image=\"108\" title=\"AWARENESS\" link=\"#\"][/vc_column][vc_column width=\"1/3\"][sliding_box target=\"_blank\" image=\"107\" title=\"RELAXATION\" link=\"#\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][counter type=\"vertical\" number=\"167\" title=\"Happy clients\"][/vc_column][vc_column width=\"1/4\"][counter type=\"vertical\" number=\"46\" title=\"Years in Business\"][/vc_column][vc_column width=\"1/4\"][counter type=\"vertical\" number=\"22\" title=\"Something Here\"][/vc_column][vc_column width=\"1/4\"][counter type=\"vertical\" number=\"99\" title=\"Something Here\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][fancy_heading h1=\"0\" style=\"arrows\" title=\"Our Practitioners\"][/fancy_heading][vc_row_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"231\" img_size=\"full\" alignment=\"center\" style=\"vc_box_shadow_3d\" css_animation=\"left-to-right\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<h3>Jean Mayo</h3>\r\n<h6>Reflexology &amp; Custom-Fitted Bras</h6>\r\nFoot reflexology is an ancient healing therapy that, like auricular therapy, involves stimulating reflex points on the feet in order to activate the bodyâ€™s own natural healing powers.\r\n\r\nJean Mayo, certified reflexologist with more than 25 years of experience, will show you how relaxing and healing foot reflexology can be. She schedules:\r\n<ul>\r\n 	<li>One-hour appointments (recommended)</li>\r\n 	<li>Half-hour appointments</li>\r\n</ul>\r\nJean also sells Custom-Fitted Bras. These bras offer extraordinary support and they come in 216 different sizes! No matter what your shape or size, Jean can find a bra designed with you in mind.[/vc_column_text][blockquote author=\"Author name here\"]Insert testimonial for this practitioner here[/blockquote][/vc_column_inner][vc_column_inner width=\"1/4\"][our_team style=\"circle\" image=\"199\" title=\"Jean Mayo\" subtitle=\"Reflexologist, Custom Bra Fitter\" phone=\"256-653-8017\" email=\"email@emailemail.com\"][/our_team][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1470354043752{background-color: #fafafc !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"230\" img_size=\"full\" alignment=\"center\" style=\"vc_box_shadow_3d\" css_animation=\"left-to-right\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3>Herbal/Wellness Counseling</h3>\r\nCustomers at Ruth\'s can obtain Herbal/Wellness Counseling from their choice of two Registered Herbalists. Informal consultations can be made with a familiar face at Ruth\'s, Clinical Herbalist Sue Cummings.\r\n\r\nCertified by the American Herbalists Guild, Sue has made health care her personal passion, earning a degree in botanical medicine in 2001 and continuing her studies at medical conferences with some of the best herbalists and health care practitioners in the country.\r\n\r\nShe\'s more than willing to share her knowledge with store customers, Monday through Fridays.[/vc_column_text][blockquote author=\"Author name here\"]Insert testimonial for this practitioner here[/blockquote][/vc_column][vc_column width=\"1/4\"][our_team target=\"_blank\" style=\"circle\" image=\"199\" title=\"Sue Cummings\" subtitle=\"Certified Herbalist\" phone=\"222-333-4444\" email=\"Email@emailemail.com\"][/our_team][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][vc_row_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"231\" img_size=\"full\" alignment=\"center\" style=\"vc_box_shadow_3d\" css_animation=\"left-to-right\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<h3>Jean Mayo</h3>\r\n<h6>Reflexology &amp; Custom-Fitted Bras</h6>\r\nFoot reflexology is an ancient healing therapy that, like auricular therapy, involves stimulating reflex points on the feet in order to activate the bodyâ€™s own natural healing powers.\r\n\r\nJean Mayo, certified reflexologist with more than 25 years of experience, will show you how relaxing and healing foot reflexology can be. She schedules:\r\n<ul>\r\n 	<li>One-hour appointments (recommended)</li>\r\n 	<li>Half-hour appointments</li>\r\n</ul>\r\nJean also sells Custom-Fitted Bras. These bras offer extraordinary support and they come in 216 different sizes! No matter what your shape or size, Jean can find a bra designed with you in mind.[/vc_column_text][blockquote author=\"Author name here\"]Insert testimonial for this practitioner here[/blockquote][/vc_column_inner][vc_column_inner width=\"1/4\"][our_team style=\"circle\" image=\"199\" title=\"Jean Mayo\" subtitle=\"Reflexologist, Custom Bra Fitter\" phone=\"256-653-8017\" email=\"email@emailemail.com\"][/our_team][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1470334579016{background-color: #f1fdea !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_row_inner][vc_column_inner][/vc_column_inner][/vc_row_inner][vc_column_text]\r\n<h3 style=\"text-align: center;\">Subscribe to our newsletter!</h3>\r\n<p style=\"text-align: center;\">[contact-form-7 id=\"212\" title=\"Newsletter one-row\"]</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][testimonials orderby=\"rand\" hide_photos=\"1\" category=\"clients\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1470328503897{background-color: #270639 !important;}\"][vc_column][vc_column_text]\r\n<h3 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Every journey begins with just one step.</span></h3>\r\n[/vc_column_text][vc_btn title=\"Take the first step here\" style=\"gradient\" align=\"center\" i_icon_fontawesome=\"fa fa-phone\" link=\"url:%23|||\" add_icon=\"true\"][/vc_column][/vc_row]','Services','','inherit','closed','closed','','10-revision-v1','','','2016-08-04 23:43:26','2016-08-04 23:43:26','',10,'http://mitziconnell.com/demo18/2016/08/04/10-revision-v1/',0,'revision','',0),(234,3,'2016-08-04 23:48:49','2016-08-04 23:48:49','','herbalformulas_category','','inherit','open','closed','','herbalformulas_category','','','2016-08-04 23:48:49','2016-08-04 23:48:49','',10,'http://mitziconnell.com/demo18/wp-content/uploads/2016/07/herbalformulas_category.jpg',0,'attachment','image/jpeg',0),(235,3,'2016-08-05 00:04:01','2016-08-05 00:04:01','','bio energetics testing','','inherit','open','closed','','bio-energetics-testing','','','2016-08-05 00:04:01','2016-08-05 00:04:01','',10,'http://mitziconnell.com/demo18/wp-content/uploads/2016/07/bio-energetics-testing.jpg',0,'attachment','image/jpeg',0),(236,3,'2016-08-05 00:06:49','2016-08-05 00:06:49','','Masseur doing massage on woman back in the spa salon','Masseur doing massage on woman back in the spa salon','inherit','open','closed','','masseur-doing-massage-on-woman-back-in-the-spa-salon','','','2016-08-05 00:06:49','2016-08-05 00:06:49','',10,'http://mitziconnell.com/demo18/wp-content/uploads/2016/07/massage-largemassage-large.jpg',0,'attachment','image/jpeg',0),(237,3,'2016-08-05 00:16:33','2016-08-05 00:16:33','','auricular','','inherit','open','closed','','auricular','','','2016-08-05 00:16:33','2016-08-05 00:16:33','',10,'http://mitziconnell.com/demo18/wp-content/uploads/2016/07/auricular.jpg',0,'attachment','image/jpeg',0),(238,3,'2016-08-05 00:24:36','2016-08-05 00:24:36','[vc_row][vc_column][vc_empty_space][fancy_heading h1=\"0\" style=\"arrows\" title=\"Our Services\" slogan=\"HOW CAN WE BRING HEALTH TO YOU?\"][/fancy_heading][/vc_column][/vc_row][vc_row css=\".vc_custom_1470349368100{margin-right: 50px !important;margin-left: 50px !important;}\"][vc_column width=\"1/3\"][sliding_box target=\"_blank\" image=\"109\" title=\"BALANCE\" link=\"#\"][/vc_column][vc_column width=\"1/3\"][sliding_box target=\"_blank\" image=\"108\" title=\"AWARENESS\" link=\"#\"][/vc_column][vc_column width=\"1/3\"][sliding_box target=\"_blank\" image=\"107\" title=\"RELAXATION\" link=\"#\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][counter type=\"vertical\" number=\"167\" title=\"Happy clients\"][/vc_column][vc_column width=\"1/4\"][counter type=\"vertical\" number=\"46\" title=\"Years in Business\"][/vc_column][vc_column width=\"1/4\"][counter type=\"vertical\" number=\"22\" title=\"Something Here\"][/vc_column][vc_column width=\"1/4\"][counter type=\"vertical\" number=\"99\" title=\"Something Here\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][vc_empty_space height=\"16px\"][fancy_heading h1=\"0\" style=\"arrows\" title=\"Our Practitioners\"][/fancy_heading][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][vc_row_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"236\" img_size=\"full\" alignment=\"center\" style=\"vc_box_shadow_3d\" css_animation=\"left-to-right\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<h3>Therapeutic Massage</h3>\r\n<h6>with Gabriele Farrales</h6>\r\nTherapeutic Massage has been practiced in some form in every culture for thousands of years. Massage is a healthy way to relieve stress, which many health practitioners claim is the number one cause of illness and disease. Stress greatly weakens the immune system which compromises the body\'s natural ability to heal. In addition to reducing stress, massage can be used to relieve pain from sore muscles, reduce muscle spasms, increase circulation, enhance mental clarity, temporarily reduce blood pressure in hypertensives, and support effective digestion.\r\n\r\nGabriele is a massage therapist licensed in Alabama (Lic. #2426) and nationally certified in Therapeutic Massage by NCTMB. She does Swedish Relaxation, Deep Tissue and/or Myofascial Release techniques, and the wonderfully luxurious hot stone massage![/vc_column_text][blockquote author=\"Author name here\"]Insert testimonial for this practitioner here[/blockquote][/vc_column_inner][vc_column_inner width=\"1/4\"][our_team style=\"circle\" image=\"199\" title=\"Gabriele Farrales\" subtitle=\"Herbal/Wellness Therapy\" phone=\"256-652-6830\" email=\"email@emailemail.com\"][/our_team][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1470355895562{background-color: #e9eaf4 !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"237\" img_size=\"full\" alignment=\"center\" style=\"vc_box_shadow_3d\" css_animation=\"left-to-right\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<h3>Auricular Therapy</h3>\r\n<h6>with Gabriele Farrales</h6>\r\nAuricular therapy involves activating reflex points on the outside of the ear that correspond with each of the various organs and body systems in order to stimulate, sedate, or balance those systems.\r\n\r\nOur certified auricular therapist uses a mild electric impulse on those reflex points with a special tool. Auricular therapy is non-invasive and can be used to help manage back pain, encourage weight loss, assist in overcoming addiction such as cigarette smoking, induce relaxation, and stimulate detoxification among an abundance of other benefits.\r\n\r\nGabriele Farrales is a certified Acupuncture Detoxification Specialist, and a licensed massage therapist. A lifelong learner, Gabriele currently continues her studies with the Institute of Chinese Herbology.[/vc_column_text][blockquote author=\"Author name here\"]Insert testimonial for this practitioner here[/blockquote][/vc_column_inner][vc_column_inner width=\"1/4\"][our_team style=\"circle\" image=\"199\" title=\"Gabriele Farrales\" subtitle=\"Auricular Therapy\" phone=\"256-652-6830\" email=\"email@emailemail.com\"][/our_team][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][vc_row_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"231\" img_size=\"full\" alignment=\"center\" style=\"vc_box_shadow_3d\" css_animation=\"left-to-right\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<h3>Reflexology &amp; Custom-Fitted Bras</h3>\r\n<h6>with Jean Mayo</h6>\r\nFoot reflexology is an ancient healing therapy that involves stimulating reflex points on the feet in order to activate the bodyâ€™s own natural healing powers. Jean Mayo, certified reflexologist with more than 25 years of experience, will show you how relaxing and healing foot reflexology can be. Appointments are 60 minutes (recommended) and 30 minutes.\r\n\r\nJean also sells Custom-Fitted Bras. These bras offer extraordinary support and they come in 216 different sizes! No matter what your shape or size, Jean can find a bra designed with you in mind.[/vc_column_text][blockquote author=\"Author name here\"]Insert testimonial for this practitioner here[/blockquote][/vc_column_inner][vc_column_inner width=\"1/4\"][our_team style=\"circle\" image=\"199\" title=\"Jean Mayo\" subtitle=\"Reflexologist, Custom Bra Fitter\" phone=\"256-653-8017\" email=\"email@emailemail.com\"][/our_team][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1470355895562{background-color: #e9eaf4 !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"234\" img_size=\"full\" alignment=\"center\" style=\"vc_box_shadow_3d\" css_animation=\"left-to-right\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<h3>Herbal/Wellness Therapy</h3>\r\n<h6>with Phyllis D. Light</h6>\r\nPhyllis holds a master\'s degree in health studies from the University of Alabama and is a professional member of the American Herbalist Guild, a member of the International Herb Association and the Herb Society of America.\r\n\r\nInitial consultations last about an hour and consist of a detailed medical history, pertinent questions concerning your condition, and a non-invasive assessment. Please bring a list of medications, herbs or other supplements you are currently taking.\r\n\r\n1-hour consultations are $75.\r\nFollow-up appointments are $50/hour.[/vc_column_text][blockquote author=\"Author name here\"]Insert testimonial for this practitioner here[/blockquote][/vc_column_inner][vc_column_inner width=\"1/4\"][our_team style=\"circle\" image=\"199\" title=\"Phyllis D. Light\" subtitle=\"Herbal/Wellness Therapy\" phone=\"256-931-0351\" email=\"email@emailemail.com\"][/our_team][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column width=\"1/4\"][vc_single_image image=\"235\" img_size=\"full\" alignment=\"center\" style=\"vc_box_shadow_3d\" css_animation=\"left-to-right\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3>BioEnergetics Testing</h3>\r\n<h6>with Gordon Slack</h6>\r\nBioEnergetics Testing uses a computer to measure the electrical conductivity at responsive (meridian) points to assess which systems in the body have been compromised by environmental toxicity, nutritional deficiencies, emotional stress and energetic imbalances.\r\n\r\nOnce imbalances have been identified, the computer then recommends homeopathic and herbal remedies and/or nutritional supplementation to assist the body\'s healing process.\r\n\r\nGordon Slack earned his doctorate in bioenergetics with Zenia Richler, ND, NMD, of the Academy of BioEnergetics, Springfield, Mo. Gordon also is a certified lymphologist from the International Academy of Lymphology.[/vc_column_text][blockquote author=\"Author name here\"]Insert testimonial for this practitioner here[/blockquote][/vc_column][vc_column width=\"1/4\"][our_team target=\"_blank\" style=\"circle\" image=\"199\" title=\"Gordon Slack\" subtitle=\"BioEnergetics Testing\" phone=\"256-883-4127\" email=\"Email@emailemail.com\"][/our_team][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1470334579016{background-color: #f1fdea !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_row_inner][vc_column_inner][/vc_column_inner][/vc_row_inner][vc_column_text]\r\n<h3 style=\"text-align: center;\">Subscribe to our newsletter!</h3>\r\n<p style=\"text-align: center;\">[contact-form-7 id=\"212\" title=\"Newsletter one-row\"]</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][testimonials orderby=\"rand\" hide_photos=\"1\" category=\"clients\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1470328503897{background-color: #270639 !important;}\"][vc_column][vc_column_text]\r\n<h3 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Every journey begins with just one step.</span></h3>\r\n[/vc_column_text][vc_btn title=\"Take the first step here\" style=\"gradient\" align=\"center\" i_icon_fontawesome=\"fa fa-phone\" link=\"url:%23|||\" add_icon=\"true\"][/vc_column][/vc_row]','Services','','inherit','closed','closed','','10-revision-v1','','','2016-08-05 00:24:36','2016-08-05 00:24:36','',10,'http://mitziconnell.com/demo18/2016/08/05/10-revision-v1/',0,'revision','',0),(239,3,'2016-08-05 00:33:24','2016-08-05 00:33:24','','custom bras','','inherit','open','closed','','custom-bras','','','2016-08-05 00:33:24','2016-08-05 00:33:24','',0,'http://mitziconnell.com/demo18/wp-content/uploads/2016/08/custom-bras.png',0,'attachment','image/png',0),(240,3,'2016-08-05 00:46:00','2016-08-05 00:46:00','[vc_row][vc_column][vc_empty_space][fancy_heading h1=\"0\" style=\"arrows\" title=\"Our Services\" slogan=\"HOW CAN WE BRING HEALTH TO YOU?\"][/fancy_heading][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1470357970746{margin-right: 50px !important;margin-left: 50px !important;}\"][vc_column][vc_column_text][ess_grid alias=\"services\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][counter type=\"vertical\" number=\"167\" title=\"Happy clients\"][/vc_column][vc_column width=\"1/4\"][counter type=\"vertical\" number=\"46\" title=\"Years in Business\"][/vc_column][vc_column width=\"1/4\"][counter type=\"vertical\" number=\"22\" title=\"Something Here\"][/vc_column][vc_column width=\"1/4\"][counter type=\"vertical\" number=\"99\" title=\"Something Here\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][vc_empty_space height=\"16px\"][fancy_heading h1=\"0\" style=\"arrows\" title=\"Our Practitioners\"][/fancy_heading][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][vc_row_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"236\" img_size=\"full\" alignment=\"center\" style=\"vc_box_shadow_3d\" css_animation=\"left-to-right\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<h3>Therapeutic Massage</h3>\r\n<h6>with Gabriele Farrales</h6>\r\nTherapeutic Massage has been practiced in some form in every culture for thousands of years. Massage is a healthy way to relieve stress, which many health practitioners claim is the number one cause of illness and disease. Stress greatly weakens the immune system which compromises the body\'s natural ability to heal. In addition to reducing stress, massage can be used to relieve pain from sore muscles, reduce muscle spasms, increase circulation, enhance mental clarity, temporarily reduce blood pressure in hypertensives, and support effective digestion.\r\n\r\nGabriele is a massage therapist licensed in Alabama (Lic. #2426) and nationally certified in Therapeutic Massage by NCTMB. She does Swedish Relaxation, Deep Tissue and/or Myofascial Release techniques, and the wonderfully luxurious hot stone massage![/vc_column_text][blockquote author=\"Author name here\"]Insert testimonial for this practitioner here[/blockquote][/vc_column_inner][vc_column_inner width=\"1/4\"][our_team style=\"circle\" image=\"199\" title=\"Gabriele Farrales\" subtitle=\"Herbal/Wellness Therapy\" phone=\"256-652-6830\" email=\"email@emailemail.com\"][/our_team][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1470355895562{background-color: #e9eaf4 !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"237\" img_size=\"full\" alignment=\"center\" style=\"vc_box_shadow_3d\" css_animation=\"left-to-right\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<h3>Auricular Therapy</h3>\r\n<h6>with Gabriele Farrales</h6>\r\nAuricular therapy involves activating reflex points on the outside of the ear that correspond with each of the various organs and body systems in order to stimulate, sedate, or balance those systems.\r\n\r\nOur certified auricular therapist uses a mild electric impulse on those reflex points with a special tool. Auricular therapy is non-invasive and can be used to help manage back pain, encourage weight loss, assist in overcoming addiction such as cigarette smoking, induce relaxation, and stimulate detoxification among an abundance of other benefits.\r\n\r\nGabriele Farrales is a certified Acupuncture Detoxification Specialist, and a licensed massage therapist. A lifelong learner, Gabriele currently continues her studies with the Institute of Chinese Herbology.[/vc_column_text][blockquote author=\"Author name here\"]Insert testimonial for this practitioner here[/blockquote][/vc_column_inner][vc_column_inner width=\"1/4\"][our_team style=\"circle\" image=\"199\" title=\"Gabriele Farrales\" subtitle=\"Auricular Therapy\" phone=\"256-652-6830\" email=\"email@emailemail.com\"][/our_team][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][vc_row_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"231\" img_size=\"full\" alignment=\"center\" style=\"vc_box_shadow_3d\" css_animation=\"left-to-right\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<h3>Reflexology &amp; Custom-Fitted Bras</h3>\r\n<h6>with Jean Mayo</h6>\r\nFoot reflexology is an ancient healing therapy that involves stimulating reflex points on the feet in order to activate the bodyâ€™s own natural healing powers. Jean Mayo, certified reflexologist with more than 25 years of experience, will show you how relaxing and healing foot reflexology can be. Appointments are 60 minutes (recommended) and 30 minutes.\r\n\r\nJean also sells Custom-Fitted Bras. These bras offer extraordinary support and they come in 216 different sizes! No matter what your shape or size, Jean can find a bra designed with you in mind.[/vc_column_text][blockquote author=\"Author name here\"]Insert testimonial for this practitioner here[/blockquote][/vc_column_inner][vc_column_inner width=\"1/4\"][our_team style=\"circle\" image=\"199\" title=\"Jean Mayo\" subtitle=\"Reflexologist, Custom Bra Fitter\" phone=\"256-653-8017\" email=\"email@emailemail.com\"][/our_team][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1470355895562{background-color: #e9eaf4 !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"234\" img_size=\"full\" alignment=\"center\" style=\"vc_box_shadow_3d\" css_animation=\"left-to-right\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<h3>Herbal/Wellness Therapy</h3>\r\n<h6>with Phyllis D. Light</h6>\r\nPhyllis holds a master\'s degree in health studies from the University of Alabama and is a professional member of the American Herbalist Guild, a member of the International Herb Association and the Herb Society of America.\r\n\r\nInitial consultations last about an hour and consist of a detailed medical history, pertinent questions concerning your condition, and a non-invasive assessment. Please bring a list of medications, herbs or other supplements you are currently taking.\r\n\r\n1-hour consultations are $75.\r\nFollow-up appointments are $50/hour.[/vc_column_text][blockquote author=\"Author name here\"]Insert testimonial for this practitioner here[/blockquote][/vc_column_inner][vc_column_inner width=\"1/4\"][our_team style=\"circle\" image=\"199\" title=\"Phyllis D. Light\" subtitle=\"Herbal/Wellness Therapy\" phone=\"256-931-0351\" email=\"email@emailemail.com\"][/our_team][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column width=\"1/4\"][vc_single_image image=\"235\" img_size=\"full\" alignment=\"center\" style=\"vc_box_shadow_3d\" css_animation=\"left-to-right\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3>BioEnergetics Testing</h3>\r\n<h6>with Gordon Slack</h6>\r\nBioEnergetics Testing uses a computer to measure the electrical conductivity at responsive (meridian) points to assess which systems in the body have been compromised by environmental toxicity, nutritional deficiencies, emotional stress and energetic imbalances.\r\n\r\nOnce imbalances have been identified, the computer then recommends homeopathic and herbal remedies and/or nutritional supplementation to assist the body\'s healing process.\r\n\r\nGordon Slack earned his doctorate in bioenergetics with Zenia Richler, ND, NMD, of the Academy of BioEnergetics, Springfield, Mo. Gordon also is a certified lymphologist from the International Academy of Lymphology.[/vc_column_text][blockquote author=\"Author name here\"]Insert testimonial for this practitioner here[/blockquote][/vc_column][vc_column width=\"1/4\"][our_team target=\"_blank\" style=\"circle\" image=\"199\" title=\"Gordon Slack\" subtitle=\"BioEnergetics Testing\" phone=\"256-883-4127\" email=\"Email@emailemail.com\"][/our_team][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1470334579016{background-color: #f1fdea !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_row_inner][vc_column_inner][/vc_column_inner][/vc_row_inner][vc_column_text]\r\n<h3 style=\"text-align: center;\">Subscribe to our newsletter!</h3>\r\n<p style=\"text-align: center;\">[contact-form-7 id=\"212\" title=\"Newsletter one-row\"]</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][testimonials orderby=\"rand\" hide_photos=\"1\" category=\"clients\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1470328503897{background-color: #270639 !important;}\"][vc_column][vc_column_text]\r\n<h3 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Every journey begins with just one step.</span></h3>\r\n[/vc_column_text][vc_btn title=\"Take the first step here\" style=\"gradient\" align=\"center\" i_icon_fontawesome=\"fa fa-phone\" link=\"url:%23|||\" add_icon=\"true\"][/vc_column][/vc_row]','Services','','inherit','closed','closed','','10-revision-v1','','','2016-08-05 00:46:00','2016-08-05 00:46:00','',10,'http://mitziconnell.com/demo18/2016/08/05/10-revision-v1/',0,'revision','',0),(241,3,'2016-08-05 00:52:43','2016-08-05 00:52:43','[vc_row][vc_column][vc_empty_space][fancy_heading h1=\"0\" style=\"arrows\" title=\"Our Services\" slogan=\"HOW CAN WE BRING HEALTH TO YOU?\"][/fancy_heading][/vc_column][/vc_row][vc_row full_width=\"stretch_row_content_no_spaces\" css=\".vc_custom_1470357970746{margin-right: 50px !important;margin-left: 50px !important;}\"][vc_column][vc_column_text][ess_grid alias=\"services\"][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][counter type=\"vertical\" number=\"167\" title=\"Happy clients\"][/vc_column][vc_column width=\"1/4\"][counter type=\"vertical\" number=\"46\" title=\"Years in Business\"][/vc_column][vc_column width=\"1/4\"][counter type=\"vertical\" number=\"22\" title=\"Something Here\"][/vc_column][vc_column width=\"1/4\"][counter type=\"vertical\" number=\"99\" title=\"Something Here\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][vc_empty_space height=\"16px\"][fancy_heading h1=\"0\" style=\"arrows\" title=\"Our Practitioners\"][/fancy_heading][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][vc_row_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"236\" img_size=\"full\" alignment=\"center\" style=\"vc_box_shadow_3d\" css_animation=\"left-to-right\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<h3>Therapeutic Massage</h3>\r\n<h6>with Gabriele Farrales</h6>\r\nTherapeutic Massage has been practiced in some form in every culture for thousands of years. Massage is a healthy way to relieve stress, which many health practitioners claim is the number one cause of illness and disease. Stress greatly weakens the immune system which compromises the body\'s natural ability to heal. In addition to reducing stress, massage can be used to relieve pain from sore muscles, reduce muscle spasms, increase circulation, enhance mental clarity, temporarily reduce blood pressure in hypertensives, and support effective digestion.\r\n\r\nGabriele is a massage therapist licensed in Alabama (Lic. #2426) and nationally certified in Therapeutic Massage by NCTMB. She does Swedish Relaxation, Deep Tissue and/or Myofascial Release techniques, and the wonderfully luxurious hot stone massage![/vc_column_text][blockquote author=\"Author name here\"]Insert testimonial for this practitioner here[/blockquote][/vc_column_inner][vc_column_inner width=\"1/4\"][our_team style=\"circle\" image=\"199\" title=\"Gabriele Farrales\" subtitle=\"Herbal/Wellness Therapy\" phone=\"256-652-6830\" email=\"email@emailemail.com\"][/our_team][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1470355895562{background-color: #e9eaf4 !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"237\" img_size=\"full\" alignment=\"center\" style=\"vc_box_shadow_3d\" css_animation=\"left-to-right\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<h3>Auricular Therapy</h3>\r\n<h6>with Gabriele Farrales</h6>\r\nAuricular therapy involves activating reflex points on the outside of the ear that correspond with each of the various organs and body systems in order to stimulate, sedate, or balance those systems.\r\n\r\nOur certified auricular therapist uses a mild electric impulse on those reflex points with a special tool. Auricular therapy is non-invasive and can be used to help manage back pain, encourage weight loss, assist in overcoming addiction such as cigarette smoking, induce relaxation, and stimulate detoxification among an abundance of other benefits.\r\n\r\nGabriele Farrales is a certified Acupuncture Detoxification Specialist, and a licensed massage therapist. A lifelong learner, Gabriele currently continues her studies with the Institute of Chinese Herbology.[/vc_column_text][blockquote author=\"Author name here\"]Insert testimonial for this practitioner here[/blockquote][/vc_column_inner][vc_column_inner width=\"1/4\"][our_team style=\"circle\" image=\"199\" title=\"Gabriele Farrales\" subtitle=\"Auricular Therapy\" phone=\"256-652-6830\" email=\"email@emailemail.com\"][/our_team][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][vc_row_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"231\" img_size=\"full\" alignment=\"center\" style=\"vc_box_shadow_3d\" css_animation=\"left-to-right\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<h3>Reflexology &amp; Custom-Fitted Bras</h3>\r\n<h6>with Jean Mayo</h6>\r\nFoot reflexology is an ancient healing therapy that involves stimulating reflex points on the feet in order to activate the bodyâ€™s own natural healing powers. Jean Mayo, certified reflexologist with more than 25 years of experience, will show you how relaxing and healing foot reflexology can be. Appointments are 60 minutes (recommended) and 30 minutes.\r\n\r\nJean also sells Custom-Fitted Bras. These bras offer extraordinary support and they come in 216 different sizes! No matter what your shape or size, Jean can find a bra designed with you in mind.[/vc_column_text][blockquote author=\"Author name here\"]Insert testimonial for this practitioner here[/blockquote][/vc_column_inner][vc_column_inner width=\"1/4\"][our_team style=\"circle\" image=\"199\" title=\"Jean Mayo\" subtitle=\"Reflexologist, Custom Bra Fitter\" phone=\"256-653-8017\" email=\"email@emailemail.com\"][/our_team][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1470355895562{background-color: #e9eaf4 !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"234\" img_size=\"full\" alignment=\"center\" style=\"vc_box_shadow_3d\" css_animation=\"left-to-right\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<h3>Herbal/Wellness Therapy</h3>\r\n<h6>with Phyllis D. Light</h6>\r\nPhyllis holds a master\'s degree in health studies from the University of Alabama and is a professional member of the American Herbalist Guild, a member of the International Herb Association and the Herb Society of America.\r\n\r\nInitial consultations last about an hour and consist of a detailed medical history, pertinent questions concerning your condition, and a non-invasive assessment. Please bring a list of medications, herbs or other supplements you are currently taking.\r\n\r\n1-hour consultations are $75.\r\nFollow-up appointments are $50/hour.[/vc_column_text][blockquote author=\"Author name here\"]Insert testimonial for this practitioner here[/blockquote][/vc_column_inner][vc_column_inner width=\"1/4\"][our_team style=\"circle\" image=\"199\" title=\"Phyllis D. Light\" subtitle=\"Herbal/Wellness Therapy\" phone=\"256-931-0351\" email=\"email@emailemail.com\"][/our_team][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column width=\"1/4\"][vc_single_image image=\"235\" img_size=\"full\" alignment=\"center\" style=\"vc_box_shadow_3d\" css_animation=\"left-to-right\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3>BioEnergetics Testing</h3>\r\n<h6>with Gordon Slack</h6>\r\nBioEnergetics Testing uses a computer to measure the electrical conductivity at responsive (meridian) points to assess which systems in the body have been compromised by environmental toxicity, nutritional deficiencies, emotional stress and energetic imbalances.\r\n\r\nOnce imbalances have been identified, the computer then recommends homeopathic and herbal remedies and/or nutritional supplementation to assist the body\'s healing process.\r\n\r\nGordon Slack earned his doctorate in bioenergetics with Zenia Richler, ND, NMD, of the Academy of BioEnergetics, Springfield, Mo. Gordon also is a certified lymphologist from the International Academy of Lymphology.[/vc_column_text][blockquote author=\"Author name here\"]Insert testimonial for this practitioner here[/blockquote][/vc_column][vc_column width=\"1/4\"][our_team target=\"_blank\" style=\"circle\" image=\"199\" title=\"Gordon Slack\" subtitle=\"BioEnergetics Testing\" phone=\"256-883-4127\" email=\"Email@emailemail.com\"][/our_team][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1470328503897{background-color: #270639 !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: right;\"><a style=\"font-size: 20px; font-weight: 600;\" href=\"http://#\"> Questions? Contact us! <i class=\"icon icon-right-circled\" style=\"margin-right: 7px;\"></i> </a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Services','','inherit','closed','closed','','10-revision-v1','','','2016-08-05 00:52:43','2016-08-05 00:52:43','',10,'http://mitziconnell.com/demo18/2016/08/05/10-revision-v1/',0,'revision','',0),(242,3,'2016-08-05 01:10:55','2016-08-05 01:10:55','[vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space][fancy_heading h1=\"0\" style=\"line\" title=\"Our Services\" slogan=\"HOW CAN WE BRING HEALTH TO YOU?\"][/fancy_heading][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1470359155764{margin-right: 50px !important;margin-left: 50px !important;}\"][vc_column width=\"1/6\"][sliding_box image=\"236\" title=\"Massage Therapy\"][/vc_column][vc_column width=\"1/6\"][sliding_box image=\"237\" title=\"Auricular Therapy\"][/vc_column][vc_column width=\"1/6\"][sliding_box image=\"231\" title=\"Foot Reflexology\"][/vc_column][vc_column width=\"1/6\"][sliding_box image=\"234\" title=\"Herbal Therapy\"][/vc_column][vc_column width=\"1/6\"][sliding_box image=\"235\" title=\"BioEnergetics Testing\"][/vc_column][vc_column width=\"1/6\"][sliding_box image=\"239\" title=\"Custom-fitted Bras\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][counter type=\"vertical\" number=\"167\" title=\"Happy clients\"][/vc_column][vc_column width=\"1/4\"][counter type=\"vertical\" number=\"46\" title=\"Years in Business\"][/vc_column][vc_column width=\"1/4\"][counter type=\"vertical\" number=\"22\" title=\"Something Here\"][/vc_column][vc_column width=\"1/4\"][counter type=\"vertical\" number=\"99\" title=\"Something Here\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][vc_empty_space height=\"16px\"][fancy_heading h1=\"0\" style=\"line\" title=\"Meet Our Practitioners\" slogan=\"BOOK YOUR APPOINTMENT TODAY!\"][/fancy_heading][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][vc_row_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"236\" img_size=\"full\" alignment=\"center\" style=\"vc_box_shadow_3d\" css_animation=\"left-to-right\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<h3>Therapeutic Massage</h3>\r\n<h6>with Gabriele Farrales</h6>\r\nTherapeutic Massage has been practiced in some form in every culture for thousands of years. Massage is a healthy way to relieve stress, which many health practitioners claim is the number one cause of illness and disease. Stress greatly weakens the immune system which compromises the body\'s natural ability to heal. In addition to reducing stress, massage can be used to relieve pain from sore muscles, reduce muscle spasms, increase circulation, enhance mental clarity, temporarily reduce blood pressure in hypertensives, and support effective digestion.\r\n\r\nGabriele is a massage therapist licensed in Alabama (Lic. #2426) and nationally certified in Therapeutic Massage by NCTMB. She does Swedish Relaxation, Deep Tissue and/or Myofascial Release techniques, and the wonderfully luxurious hot stone massage![/vc_column_text][blockquote author=\"Author name here\"]Insert testimonial for this practitioner here[/blockquote][/vc_column_inner][vc_column_inner width=\"1/4\"][our_team style=\"circle\" image=\"199\" title=\"Gabriele Farrales\" subtitle=\"Herbal/Wellness Therapy\" phone=\"256-652-6830\" email=\"email@emailemail.com\"][/our_team][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1470355895562{background-color: #e9eaf4 !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"237\" img_size=\"full\" alignment=\"center\" style=\"vc_box_shadow_3d\" css_animation=\"left-to-right\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<h3>Auricular Therapy</h3>\r\n<h6>with Gabriele Farrales</h6>\r\nAuricular therapy involves activating reflex points on the outside of the ear that correspond with each of the various organs and body systems in order to stimulate, sedate, or balance those systems.\r\n\r\nOur certified auricular therapist uses a mild electric impulse on those reflex points with a special tool. Auricular therapy is non-invasive and can be used to help manage back pain, encourage weight loss, assist in overcoming addiction such as cigarette smoking, induce relaxation, and stimulate detoxification among an abundance of other benefits.\r\n\r\nGabriele Farrales is a certified Acupuncture Detoxification Specialist, and a licensed massage therapist. A lifelong learner, Gabriele currently continues her studies with the Institute of Chinese Herbology.[/vc_column_text][blockquote author=\"Author name here\"]Insert testimonial for this practitioner here[/blockquote][/vc_column_inner][vc_column_inner width=\"1/4\"][our_team style=\"circle\" image=\"199\" title=\"Gabriele Farrales\" subtitle=\"Auricular Therapy\" phone=\"256-652-6830\" email=\"email@emailemail.com\"][/our_team][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][vc_row_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"231\" img_size=\"full\" alignment=\"center\" style=\"vc_box_shadow_3d\" css_animation=\"left-to-right\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<h3>Reflexology &amp; Custom-Fitted Bras</h3>\r\n<h6>with Jean Mayo</h6>\r\nFoot reflexology is an ancient healing therapy that involves stimulating reflex points on the feet in order to activate the bodyâ€™s own natural healing powers. Jean Mayo, certified reflexologist with more than 25 years of experience, will show you how relaxing and healing foot reflexology can be. Appointments are 60 minutes (recommended) and 30 minutes.\r\n\r\nJean also sells Custom-Fitted Bras. These bras offer extraordinary support and they come in 216 different sizes! No matter what your shape or size, Jean can find a bra designed with you in mind.[/vc_column_text][blockquote author=\"Author name here\"]Insert testimonial for this practitioner here[/blockquote][/vc_column_inner][vc_column_inner width=\"1/4\"][our_team style=\"circle\" image=\"199\" title=\"Jean Mayo\" subtitle=\"Reflexologist, Custom Bra Fitter\" phone=\"256-653-8017\" email=\"email@emailemail.com\"][/our_team][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1470355895562{background-color: #e9eaf4 !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"234\" img_size=\"full\" alignment=\"center\" style=\"vc_box_shadow_3d\" css_animation=\"left-to-right\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<h3>Herbal/Wellness Therapy</h3>\r\n<h6>with Phyllis D. Light</h6>\r\nPhyllis holds a master\'s degree in health studies from the University of Alabama and is a professional member of the American Herbalist Guild, a member of the International Herb Association and the Herb Society of America.\r\n\r\nInitial consultations last about an hour and consist of a detailed medical history, pertinent questions concerning your condition, and a non-invasive assessment. Please bring a list of medications, herbs or other supplements you are currently taking.\r\n\r\n1-hour consultations are $75.\r\nFollow-up appointments are $50/hour.[/vc_column_text][blockquote author=\"Author name here\"]Insert testimonial for this practitioner here[/blockquote][/vc_column_inner][vc_column_inner width=\"1/4\"][our_team style=\"circle\" image=\"199\" title=\"Phyllis D. Light\" subtitle=\"Herbal/Wellness Therapy\" phone=\"256-931-0351\" email=\"email@emailemail.com\"][/our_team][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column width=\"1/4\"][vc_single_image image=\"235\" img_size=\"full\" alignment=\"center\" style=\"vc_box_shadow_3d\" css_animation=\"left-to-right\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3>BioEnergetics Testing</h3>\r\n<h6>with Gordon Slack</h6>\r\nBioEnergetics Testing uses a computer to measure the electrical conductivity at responsive (meridian) points to assess which systems in the body have been compromised by environmental toxicity, nutritional deficiencies, emotional stress and energetic imbalances.\r\n\r\nOnce imbalances have been identified, the computer then recommends homeopathic and herbal remedies and/or nutritional supplementation to assist the body\'s healing process.\r\n\r\nGordon Slack earned his doctorate in bioenergetics with Zenia Richler, ND, NMD, of the Academy of BioEnergetics, Springfield, Mo. Gordon also is a certified lymphologist from the International Academy of Lymphology.[/vc_column_text][blockquote author=\"Author name here\"]Insert testimonial for this practitioner here[/blockquote][/vc_column][vc_column width=\"1/4\"][our_team target=\"_blank\" style=\"circle\" image=\"199\" title=\"Gordon Slack\" subtitle=\"BioEnergetics Testing\" phone=\"256-883-4127\" email=\"Email@emailemail.com\"][/our_team][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1470328503897{background-color: #270639 !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: right;\"><a style=\"font-size: 20px; font-weight: 600;\" href=\"http://#\"> Questions? Contact us! <i class=\"icon icon-right-circled\" style=\"margin-right: 7px;\"></i> </a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Services','','inherit','closed','closed','','10-revision-v1','','','2016-08-05 01:10:55','2016-08-05 01:10:55','',10,'http://mitziconnell.com/demo18/2016/08/05/10-revision-v1/',0,'revision','',0),(244,3,'2016-08-05 01:30:56','2016-08-05 01:30:56','','Contact','','inherit','closed','closed','','14-revision-v1','','','2016-08-05 01:30:56','2016-08-05 01:30:56','',14,'http://mitziconnell.com/demo18/2016/08/05/14-revision-v1/',0,'revision','',0),(271,3,'2016-08-08 04:59:12','2016-08-08 04:59:12','','homeopathic-pillule-homeopathic-pillules-30c-glass-bottle-1_grande','','inherit','open','closed','','homeopathic-pillule-homeopathic-pillules-30c-glass-bottle-1_grande','','','2016-08-08 04:59:12','2016-08-08 04:59:12','',0,'http://mitziconnell.com/demo18/wp-content/uploads/2016/08/homeopathic-pillule-homeopathic-pillules-30c-glass-bottle-1_grande.jpg',0,'attachment','image/jpeg',0),(273,3,'2016-08-08 05:01:35','2016-08-08 05:01:35','','pg-herbs-and-supplements-for-crohns-01-full','','inherit','open','closed','','pg-herbs-and-supplements-for-crohns-01-full','','','2016-08-08 05:01:35','2016-08-08 05:01:35','',0,'http://mitziconnell.com/demo18/wp-content/uploads/2016/08/pg-herbs-and-supplements-for-crohns-01-full.jpg',0,'attachment','image/jpeg',0),(275,3,'2016-08-08 05:04:02','2016-08-08 05:04:02','','Intro-Natural-oils-for-body-pg-full','','inherit','open','closed','','intro-natural-oils-for-body-pg-full','','','2016-08-08 05:04:02','2016-08-08 05:04:02','',0,'http://mitziconnell.com/demo18/wp-content/uploads/2016/08/Intro-Natural-oils-for-body-pg-full.jpg',0,'attachment','image/jpeg',0),(279,3,'2016-08-08 05:33:39','2016-08-08 05:33:39','','headers.header05gk-is-109','','inherit','open','closed','','headers-header05gk-is-109','','','2016-08-08 05:33:39','2016-08-08 05:33:39','',83,'http://mitziconnell.com/demo18/wp-content/uploads/2016/07/headers.header05gk-is-109.jpg',0,'attachment','image/jpeg',0),(280,3,'2016-08-08 05:33:40','2016-08-08 05:33:40','','headers.header03gk-is-109','','inherit','open','closed','','headers-header03gk-is-109','','','2016-08-08 05:33:40','2016-08-08 05:33:40','',83,'http://mitziconnell.com/demo18/wp-content/uploads/2016/07/headers.header03gk-is-109.jpg',0,'attachment','image/jpeg',0),(281,3,'2016-08-08 05:33:42','2016-08-08 05:33:42','','headers.header01gk-is-109','','inherit','open','closed','','headers-header01gk-is-109','','','2016-08-08 05:33:42','2016-08-08 05:33:42','',83,'http://mitziconnell.com/demo18/wp-content/uploads/2016/07/headers.header01gk-is-109.jpg',0,'attachment','image/jpeg',0),(282,3,'2016-08-08 05:33:43','2016-08-08 05:33:43','','headers.header20gk-is-109','','inherit','open','closed','','headers-header20gk-is-109','','','2016-08-08 05:33:43','2016-08-08 05:33:43','',83,'http://mitziconnell.com/demo18/wp-content/uploads/2016/07/headers.header20gk-is-109.jpg',0,'attachment','image/jpeg',0),(283,3,'2016-08-08 05:33:45','2016-08-08 05:33:45','','headers.header18gk-is-109','','inherit','open','closed','','headers-header18gk-is-109','','','2016-08-08 05:33:45','2016-08-08 05:33:45','',83,'http://mitziconnell.com/demo18/wp-content/uploads/2016/07/headers.header18gk-is-109.jpg',0,'attachment','image/jpeg',0),(284,3,'2016-08-08 05:33:46','2016-08-08 05:33:46','','headers.header16gk-is-109','','inherit','open','closed','','headers-header16gk-is-109','','','2016-08-08 05:33:46','2016-08-08 05:33:46','',83,'http://mitziconnell.com/demo18/wp-content/uploads/2016/07/headers.header16gk-is-109.jpg',0,'attachment','image/jpeg',0),(285,3,'2016-08-08 05:33:47','2016-08-08 05:33:47','','headers.header15gk-is-109','','inherit','open','closed','','headers-header15gk-is-109','','','2016-08-08 05:33:47','2016-08-08 05:33:47','',83,'http://mitziconnell.com/demo18/wp-content/uploads/2016/07/headers.header15gk-is-109.jpg',0,'attachment','image/jpeg',0),(286,3,'2016-08-08 05:33:49','2016-08-08 05:33:49','','headers.header11gk-is-109','','inherit','open','closed','','headers-header11gk-is-109','','','2016-08-08 05:33:49','2016-08-08 05:33:49','',83,'http://mitziconnell.com/demo18/wp-content/uploads/2016/07/headers.header11gk-is-109.jpg',0,'attachment','image/jpeg',0),(287,3,'2016-08-08 05:33:50','2016-08-08 05:33:50','','headers.header10gk-is-109','','inherit','open','closed','','headers-header10gk-is-109','','','2016-08-08 05:33:50','2016-08-08 05:33:50','',83,'http://mitziconnell.com/demo18/wp-content/uploads/2016/07/headers.header10gk-is-109.jpg',0,'attachment','image/jpeg',0),(288,3,'2016-08-08 05:33:51','2016-08-08 05:33:51','','headers.header04gk-is-109','','inherit','open','closed','','headers-header04gk-is-109','','','2016-08-08 05:33:51','2016-08-08 05:33:51','',83,'http://mitziconnell.com/demo18/wp-content/uploads/2016/07/headers.header04gk-is-109.jpg',0,'attachment','image/jpeg',0),(289,3,'2016-08-08 05:33:53','2016-08-08 05:33:53','','headers.header02gk-is-109','','inherit','open','closed','','headers-header02gk-is-109','','','2016-08-08 05:33:53','2016-08-08 05:33:53','',83,'http://mitziconnell.com/demo18/wp-content/uploads/2016/07/headers.header02gk-is-109.jpg',0,'attachment','image/jpeg',0),(299,3,'2016-08-08 06:22:00','2016-08-08 06:22:00','','asyra_apparaat','','inherit','open','closed','','asyra_apparaat','','','2016-08-08 06:22:00','2016-08-08 06:22:00','',10,'http://mitziconnell.com/demo18/wp-content/uploads/2016/07/asyra_apparaat.png',0,'attachment','image/png',0),(300,3,'2016-08-08 06:24:06','2016-08-08 06:24:06','','asyra-2','','inherit','open','closed','','asyra-2','','','2016-08-08 06:24:06','2016-08-08 06:24:06','',10,'http://mitziconnell.com/demo18/wp-content/uploads/2016/07/asyra-2.jpg',0,'attachment','image/jpeg',0),(301,3,'2016-08-08 06:26:35','2016-08-08 06:26:35','','bra back','','inherit','open','closed','','bra-back','','','2016-08-08 06:26:35','2016-08-08 06:26:35','',10,'http://mitziconnell.com/demo18/wp-content/uploads/2016/07/bra-back.jpg',0,'attachment','image/jpeg',0),(302,3,'2016-08-08 06:27:17','2016-08-08 06:27:17','[vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space][fancy_heading h1=\"0\" style=\"line\" title=\"Our Services\" slogan=\"HOW CAN WE BRING HEALTH TO YOU?\"][/fancy_heading][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1470359155764{margin-right: 50px !important;margin-left: 50px !important;}\"][vc_column width=\"1/3\"][sliding_box image=\"236\" title=\"Massage Therapy\"][sliding_box image=\"234\" title=\"Herbal Therapy\"][/vc_column][vc_column width=\"1/3\"][sliding_box image=\"237\" title=\"Auricular Therapy\"][sliding_box image=\"300\" title=\"BioEnergetics Testing\"][/vc_column][vc_column width=\"1/3\"][sliding_box image=\"231\" title=\"Foot Reflexology\"][sliding_box image=\"301\" title=\"Custom-fitted Bras\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][counter type=\"vertical\" number=\"167\" title=\"Happy clients\"][/vc_column][vc_column width=\"1/4\"][counter type=\"vertical\" number=\"46\" title=\"Years in Business\"][/vc_column][vc_column width=\"1/4\"][counter type=\"vertical\" number=\"22\" title=\"Something Here\"][/vc_column][vc_column width=\"1/4\"][counter type=\"vertical\" number=\"99\" title=\"Something Here\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][vc_empty_space height=\"16px\"][fancy_heading h1=\"0\" style=\"line\" title=\"Meet Our Practitioners\" slogan=\"BOOK YOUR APPOINTMENT TODAY!\"][/fancy_heading][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][vc_row_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"236\" img_size=\"full\" alignment=\"center\" style=\"vc_box_shadow_3d\" css_animation=\"left-to-right\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<h3>Therapeutic Massage</h3>\r\n<h6>with Gabriele Farrales</h6>\r\nTherapeutic Massage has been practiced in some form in every culture for thousands of years. Massage is a healthy way to relieve stress, which many health practitioners claim is the number one cause of illness and disease. Stress greatly weakens the immune system which compromises the body\'s natural ability to heal. In addition to reducing stress, massage can be used to relieve pain from sore muscles, reduce muscle spasms, increase circulation, enhance mental clarity, temporarily reduce blood pressure in hypertensives, and support effective digestion.\r\n\r\nGabriele is a massage therapist licensed in Alabama (Lic. #2426) and nationally certified in Therapeutic Massage by NCTMB. She does Swedish Relaxation, Deep Tissue and/or Myofascial Release techniques, and the wonderfully luxurious hot stone massage![/vc_column_text][blockquote author=\"Author name here\"]Insert testimonial for this practitioner here[/blockquote][/vc_column_inner][vc_column_inner width=\"1/4\"][our_team style=\"circle\" image=\"199\" title=\"Gabriele Farrales\" subtitle=\"Herbal/Wellness Therapy\" phone=\"256-652-6830\" email=\"email@emailemail.com\"][/our_team][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1470355895562{background-color: #e9eaf4 !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"237\" img_size=\"full\" alignment=\"center\" style=\"vc_box_shadow_3d\" css_animation=\"left-to-right\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<h3>Auricular Therapy</h3>\r\n<h6>with Gabriele Farrales</h6>\r\nAuricular therapy involves activating reflex points on the outside of the ear that correspond with each of the various organs and body systems in order to stimulate, sedate, or balance those systems.\r\n\r\nOur certified auricular therapist uses a mild electric impulse on those reflex points with a special tool. Auricular therapy is non-invasive and can be used to help manage back pain, encourage weight loss, assist in overcoming addiction such as cigarette smoking, induce relaxation, and stimulate detoxification among an abundance of other benefits.\r\n\r\nGabriele Farrales is a certified Acupuncture Detoxification Specialist, and a licensed massage therapist. A lifelong learner, Gabriele currently continues her studies with the Institute of Chinese Herbology.[/vc_column_text][blockquote author=\"Author name here\"]Insert testimonial for this practitioner here[/blockquote][/vc_column_inner][vc_column_inner width=\"1/4\"][our_team style=\"circle\" image=\"199\" title=\"Gabriele Farrales\" subtitle=\"Auricular Therapy\" phone=\"256-652-6830\" email=\"email@emailemail.com\"][/our_team][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][vc_row_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"231\" img_size=\"full\" alignment=\"center\" style=\"vc_box_shadow_3d\" css_animation=\"left-to-right\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<h3>Reflexology &amp; Custom-Fitted Bras</h3>\r\n<h6>with Jean Mayo</h6>\r\nFoot reflexology is an ancient healing therapy that involves stimulating reflex points on the feet in order to activate the bodyâ€™s own natural healing powers. Jean Mayo, certified reflexologist with more than 25 years of experience, will show you how relaxing and healing foot reflexology can be. Appointments are 60 minutes (recommended) and 30 minutes.\r\n\r\nJean also sells Custom-Fitted Bras. These bras offer extraordinary support and they come in 216 different sizes! No matter what your shape or size, Jean can find a bra designed with you in mind.[/vc_column_text][blockquote author=\"Author name here\"]Insert testimonial for this practitioner here[/blockquote][/vc_column_inner][vc_column_inner width=\"1/4\"][our_team style=\"circle\" image=\"199\" title=\"Jean Mayo\" subtitle=\"Reflexologist, Custom Bra Fitter\" phone=\"256-653-8017\" email=\"email@emailemail.com\"][/our_team][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1470355895562{background-color: #e9eaf4 !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"234\" img_size=\"full\" alignment=\"center\" style=\"vc_box_shadow_3d\" css_animation=\"left-to-right\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<h3>Herbal/Wellness Therapy</h3>\r\n<h6>with Phyllis D. Light</h6>\r\nPhyllis holds a master\'s degree in health studies from the University of Alabama and is a professional member of the American Herbalist Guild, a member of the International Herb Association and the Herb Society of America.\r\n\r\nInitial consultations last about an hour and consist of a detailed medical history, pertinent questions concerning your condition, and a non-invasive assessment. Please bring a list of medications, herbs or other supplements you are currently taking.\r\n\r\n1-hour consultations are $75.\r\nFollow-up appointments are $50/hour.[/vc_column_text][blockquote author=\"Author name here\"]Insert testimonial for this practitioner here[/blockquote][/vc_column_inner][vc_column_inner width=\"1/4\"][our_team style=\"circle\" image=\"199\" title=\"Phyllis D. Light\" subtitle=\"Herbal/Wellness Therapy\" phone=\"256-931-0351\" email=\"email@emailemail.com\"][/our_team][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column width=\"1/4\"][vc_single_image image=\"235\" img_size=\"full\" alignment=\"center\" style=\"vc_box_shadow_3d\" css_animation=\"left-to-right\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3>BioEnergetics Testing</h3>\r\n<h6>with Gordon Slack</h6>\r\nBioEnergetics Testing uses a computer to measure the electrical conductivity at responsive (meridian) points to assess which systems in the body have been compromised by environmental toxicity, nutritional deficiencies, emotional stress and energetic imbalances.\r\n\r\nOnce imbalances have been identified, the computer then recommends homeopathic and herbal remedies and/or nutritional supplementation to assist the body\'s healing process.\r\n\r\nGordon Slack earned his doctorate in bioenergetics with Zenia Richler, ND, NMD, of the Academy of BioEnergetics, Springfield, Mo. Gordon also is a certified lymphologist from the International Academy of Lymphology.[/vc_column_text][blockquote author=\"Author name here\"]Insert testimonial for this practitioner here[/blockquote][/vc_column][vc_column width=\"1/4\"][our_team target=\"_blank\" style=\"circle\" image=\"199\" title=\"Gordon Slack\" subtitle=\"BioEnergetics Testing\" phone=\"256-883-4127\" email=\"Email@emailemail.com\"][/our_team][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1470328503897{background-color: #270639 !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: right;\"><a style=\"font-size: 20px; font-weight: 600;\" href=\"http://#\"> Questions? Contact us! <i class=\"icon icon-right-circled\" style=\"margin-right: 7px;\"></i> </a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Services','','inherit','closed','closed','','10-revision-v1','','','2016-08-08 06:27:17','2016-08-08 06:27:17','',10,'http://mitziconnell.com/demo18/2016/08/08/10-revision-v1/',0,'revision','',0),(304,3,'2016-08-10 03:34:39','2016-08-10 03:34:39','','Solutions','','publish','closed','closed','','solutions','','','2019-06-26 15:21:32','2019-06-26 20:21:32','',0,'http://mitziconnell.com/demo18/?page_id=304',0,'page','',0),(306,3,'2016-08-10 02:38:54','2016-08-10 02:38:54','','SOLUTIONS - blood sugar 02','','inherit','open','closed','','solutions-blood-sugar-02','','','2016-08-10 02:38:54','2016-08-10 02:38:54','',304,'http://mitziconnell.com/demo18/wp-content/uploads/2016/08/SOLUTIONS-blood-sugar-02.jpg',0,'attachment','image/jpeg',0),(307,3,'2016-08-10 02:40:41','2016-08-10 02:40:41','','SOLUTIONS - digestive wellness 01','','inherit','open','closed','','solutions-digestive-wellness-01','','','2016-08-10 02:40:41','2016-08-10 02:40:41','',304,'http://mitziconnell.com/demo18/wp-content/uploads/2016/08/SOLUTIONS-digestive-wellness-01.jpg',0,'attachment','image/jpeg',0),(308,3,'2016-08-10 02:42:10','2016-08-10 02:42:10','','SOLUTIONS - Menopause Management 01','','inherit','open','closed','','solutions-menopause-management-01','','','2016-08-10 02:42:10','2016-08-10 02:42:10','',304,'http://mitziconnell.com/demo18/wp-content/uploads/2016/08/SOLUTIONS-Menopause-Management-01.jpg',0,'attachment','image/jpeg',0),(309,3,'2016-08-10 02:44:16','2016-08-10 02:44:16','','SOLUTIONS - mood management 01','','inherit','open','closed','','solutions-mood-management-01','','','2016-08-10 02:44:16','2016-08-10 02:44:16','',304,'http://mitziconnell.com/demo18/wp-content/uploads/2016/08/SOLUTIONS-mood-management-01.jpg',0,'attachment','image/jpeg',0),(310,3,'2016-08-10 02:45:27','2016-08-10 02:45:27','','SOLUTIONS - Healthy Kids 01','','inherit','open','closed','','solutions-healthy-kids-01','','','2016-08-10 02:45:27','2016-08-10 02:45:27','',304,'http://mitziconnell.com/demo18/wp-content/uploads/2016/08/SOLUTIONS-Healthy-Kids-01.jpg',0,'attachment','image/jpeg',0),(311,3,'2016-08-10 02:46:50','2016-08-10 02:46:50','','SOLUTIONS - weight management 01','','inherit','open','closed','','solutions-weight-management-01','','','2016-08-10 02:46:50','2016-08-10 02:46:50','',304,'http://mitziconnell.com/demo18/wp-content/uploads/2016/08/SOLUTIONS-weight-management-01.jpg',0,'attachment','image/jpeg',0),(312,3,'2016-08-10 02:47:10','2016-08-10 02:47:10','[vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space][fancy_heading h1=\"0\" style=\"line\" title=\"Our Health Solutions\" slogan=\"FIND BALANCE, VITALITY, RESTORATION\"][/fancy_heading][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1470359155764{margin-right: 50px !important;margin-left: 50px !important;}\"][vc_column width=\"1/3\"][sliding_box image=\"306\" title=\"Blood Sugar Management\"][sliding_box image=\"309\" title=\"Mood Management\"][/vc_column][vc_column width=\"1/3\"][sliding_box image=\"307\" title=\"Digestive Wellness\"][sliding_box image=\"310\" title=\"Healthy Kids\"][/vc_column][vc_column width=\"1/3\"][sliding_box image=\"308\" title=\"Menopause Management\"][sliding_box image=\"311\" title=\"Weight Management.\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][vc_empty_space height=\"16px\"][fancy_heading h1=\"0\" style=\"line\" title=\"Meet Our Practitioners\" slogan=\"BOOK YOUR APPOINTMENT TODAY!\"][/fancy_heading][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][vc_row_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"236\" img_size=\"full\" alignment=\"center\" style=\"vc_box_shadow_3d\" css_animation=\"left-to-right\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<h3>Therapeutic Massage</h3>\r\n<h6>with Gabriele Farrales</h6>\r\nTherapeutic Massage has been practiced in some form in every culture for thousands of years. Massage is a healthy way to relieve stress, which many health practitioners claim is the number one cause of illness and disease. Stress greatly weakens the immune system which compromises the body\'s natural ability to heal. In addition to reducing stress, massage can be used to relieve pain from sore muscles, reduce muscle spasms, increase circulation, enhance mental clarity, temporarily reduce blood pressure in hypertensives, and support effective digestion.\r\n\r\nGabriele is a massage therapist licensed in Alabama (Lic. #2426) and nationally certified in Therapeutic Massage by NCTMB. She does Swedish Relaxation, Deep Tissue and/or Myofascial Release techniques, and the wonderfully luxurious hot stone massage![/vc_column_text][blockquote author=\"Author name here\"]Insert testimonial for this practitioner here[/blockquote][/vc_column_inner][vc_column_inner width=\"1/4\"][our_team style=\"circle\" image=\"199\" title=\"Gabriele Farrales\" subtitle=\"Herbal/Wellness Therapy\" phone=\"256-652-6830\" email=\"email@emailemail.com\"][/our_team][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1470355895562{background-color: #e9eaf4 !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"237\" img_size=\"full\" alignment=\"center\" style=\"vc_box_shadow_3d\" css_animation=\"left-to-right\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<h3>Auricular Therapy</h3>\r\n<h6>with Gabriele Farrales</h6>\r\nAuricular therapy involves activating reflex points on the outside of the ear that correspond with each of the various organs and body systems in order to stimulate, sedate, or balance those systems.\r\n\r\nOur certified auricular therapist uses a mild electric impulse on those reflex points with a special tool. Auricular therapy is non-invasive and can be used to help manage back pain, encourage weight loss, assist in overcoming addiction such as cigarette smoking, induce relaxation, and stimulate detoxification among an abundance of other benefits.\r\n\r\nGabriele Farrales is a certified Acupuncture Detoxification Specialist, and a licensed massage therapist. A lifelong learner, Gabriele currently continues her studies with the Institute of Chinese Herbology.[/vc_column_text][blockquote author=\"Author name here\"]Insert testimonial for this practitioner here[/blockquote][/vc_column_inner][vc_column_inner width=\"1/4\"][our_team style=\"circle\" image=\"199\" title=\"Gabriele Farrales\" subtitle=\"Auricular Therapy\" phone=\"256-652-6830\" email=\"email@emailemail.com\"][/our_team][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][vc_row_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"231\" img_size=\"full\" alignment=\"center\" style=\"vc_box_shadow_3d\" css_animation=\"left-to-right\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<h3>Reflexology &amp; Custom-Fitted Bras</h3>\r\n<h6>with Jean Mayo</h6>\r\nFoot reflexology is an ancient healing therapy that involves stimulating reflex points on the feet in order to activate the bodyâ€™s own natural healing powers. Jean Mayo, certified reflexologist with more than 25 years of experience, will show you how relaxing and healing foot reflexology can be. Appointments are 60 minutes (recommended) and 30 minutes.\r\n\r\nJean also sells Custom-Fitted Bras. These bras offer extraordinary support and they come in 216 different sizes! No matter what your shape or size, Jean can find a bra designed with you in mind.[/vc_column_text][blockquote author=\"Author name here\"]Insert testimonial for this practitioner here[/blockquote][/vc_column_inner][vc_column_inner width=\"1/4\"][our_team style=\"circle\" image=\"199\" title=\"Jean Mayo\" subtitle=\"Reflexologist, Custom Bra Fitter\" phone=\"256-653-8017\" email=\"email@emailemail.com\"][/our_team][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1470355895562{background-color: #e9eaf4 !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"234\" img_size=\"full\" alignment=\"center\" style=\"vc_box_shadow_3d\" css_animation=\"left-to-right\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<h3>Herbal/Wellness Therapy</h3>\r\n<h6>with Phyllis D. Light</h6>\r\nPhyllis holds a master\'s degree in health studies from the University of Alabama and is a professional member of the American Herbalist Guild, a member of the International Herb Association and the Herb Society of America.\r\n\r\nInitial consultations last about an hour and consist of a detailed medical history, pertinent questions concerning your condition, and a non-invasive assessment. Please bring a list of medications, herbs or other supplements you are currently taking.\r\n\r\n1-hour consultations are $75.\r\nFollow-up appointments are $50/hour.[/vc_column_text][blockquote author=\"Author name here\"]Insert testimonial for this practitioner here[/blockquote][/vc_column_inner][vc_column_inner width=\"1/4\"][our_team style=\"circle\" image=\"199\" title=\"Phyllis D. Light\" subtitle=\"Herbal/Wellness Therapy\" phone=\"256-931-0351\" email=\"email@emailemail.com\"][/our_team][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column width=\"1/4\"][vc_single_image image=\"235\" img_size=\"full\" alignment=\"center\" style=\"vc_box_shadow_3d\" css_animation=\"left-to-right\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3>BioEnergetics Testing</h3>\r\n<h6>with Gordon Slack</h6>\r\nBioEnergetics Testing uses a computer to measure the electrical conductivity at responsive (meridian) points to assess which systems in the body have been compromised by environmental toxicity, nutritional deficiencies, emotional stress and energetic imbalances.\r\n\r\nOnce imbalances have been identified, the computer then recommends homeopathic and herbal remedies and/or nutritional supplementation to assist the body\'s healing process.\r\n\r\nGordon Slack earned his doctorate in bioenergetics with Zenia Richler, ND, NMD, of the Academy of BioEnergetics, Springfield, Mo. Gordon also is a certified lymphologist from the International Academy of Lymphology.[/vc_column_text][blockquote author=\"Author name here\"]Insert testimonial for this practitioner here[/blockquote][/vc_column][vc_column width=\"1/4\"][our_team target=\"_blank\" style=\"circle\" image=\"199\" title=\"Gordon Slack\" subtitle=\"BioEnergetics Testing\" phone=\"256-883-4127\" email=\"Email@emailemail.com\"][/our_team][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1470328503897{background-color: #270639 !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: right;\"><a style=\"font-size: 20px; font-weight: 600;\" href=\"http://#\"> Questions? Contact us! <i class=\"icon icon-right-circled\" style=\"margin-right: 7px;\"></i> </a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Solutions','','inherit','closed','closed','','304-revision-v1','','','2016-08-10 02:47:10','2016-08-10 02:47:10','',304,'http://mitziconnell.com/demo18/2016/08/10/304-revision-v1/',0,'revision','',0),(313,3,'2016-08-10 02:59:27','2016-08-10 02:59:27','[vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space][fancy_heading h1=\"0\" style=\"line\" title=\"Our Health Solutions\" slogan=\"FIND BALANCE, VITALITY, RESTORATION\"][/fancy_heading][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1470359155764{margin-right: 50px !important;margin-left: 50px !important;}\"][vc_column][vc_column_text][ess_grid alias=\"solutions\"][/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1470359155764{margin-right: 50px !important;margin-left: 50px !important;}\"][vc_column width=\"1/3\"][sliding_box image=\"306\" title=\"Blood Sugar Management\"][sliding_box image=\"309\" title=\"Mood Management\"][/vc_column][vc_column width=\"1/3\"][sliding_box image=\"307\" title=\"Digestive Wellness\"][sliding_box image=\"310\" title=\"Healthy Kids\"][/vc_column][vc_column width=\"1/3\"][sliding_box image=\"308\" title=\"Menopause Management\"][sliding_box image=\"311\" title=\"Weight Management.\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][vc_empty_space height=\"16px\"][fancy_heading h1=\"0\" style=\"line\" title=\"Meet Our Practitioners\" slogan=\"BOOK YOUR APPOINTMENT TODAY!\"][/fancy_heading][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][vc_row_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"236\" img_size=\"full\" alignment=\"center\" style=\"vc_box_shadow_3d\" css_animation=\"left-to-right\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<h3>Therapeutic Massage</h3>\r\n<h6>with Gabriele Farrales</h6>\r\nTherapeutic Massage has been practiced in some form in every culture for thousands of years. Massage is a healthy way to relieve stress, which many health practitioners claim is the number one cause of illness and disease. Stress greatly weakens the immune system which compromises the body\'s natural ability to heal. In addition to reducing stress, massage can be used to relieve pain from sore muscles, reduce muscle spasms, increase circulation, enhance mental clarity, temporarily reduce blood pressure in hypertensives, and support effective digestion.\r\n\r\nGabriele is a massage therapist licensed in Alabama (Lic. #2426) and nationally certified in Therapeutic Massage by NCTMB. She does Swedish Relaxation, Deep Tissue and/or Myofascial Release techniques, and the wonderfully luxurious hot stone massage![/vc_column_text][blockquote author=\"Author name here\"]Insert testimonial for this practitioner here[/blockquote][/vc_column_inner][vc_column_inner width=\"1/4\"][our_team style=\"circle\" image=\"199\" title=\"Gabriele Farrales\" subtitle=\"Herbal/Wellness Therapy\" phone=\"256-652-6830\" email=\"email@emailemail.com\"][/our_team][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1470355895562{background-color: #e9eaf4 !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"237\" img_size=\"full\" alignment=\"center\" style=\"vc_box_shadow_3d\" css_animation=\"left-to-right\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<h3>Auricular Therapy</h3>\r\n<h6>with Gabriele Farrales</h6>\r\nAuricular therapy involves activating reflex points on the outside of the ear that correspond with each of the various organs and body systems in order to stimulate, sedate, or balance those systems.\r\n\r\nOur certified auricular therapist uses a mild electric impulse on those reflex points with a special tool. Auricular therapy is non-invasive and can be used to help manage back pain, encourage weight loss, assist in overcoming addiction such as cigarette smoking, induce relaxation, and stimulate detoxification among an abundance of other benefits.\r\n\r\nGabriele Farrales is a certified Acupuncture Detoxification Specialist, and a licensed massage therapist. A lifelong learner, Gabriele currently continues her studies with the Institute of Chinese Herbology.[/vc_column_text][blockquote author=\"Author name here\"]Insert testimonial for this practitioner here[/blockquote][/vc_column_inner][vc_column_inner width=\"1/4\"][our_team style=\"circle\" image=\"199\" title=\"Gabriele Farrales\" subtitle=\"Auricular Therapy\" phone=\"256-652-6830\" email=\"email@emailemail.com\"][/our_team][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][vc_row_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"231\" img_size=\"full\" alignment=\"center\" style=\"vc_box_shadow_3d\" css_animation=\"left-to-right\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<h3>Reflexology &amp; Custom-Fitted Bras</h3>\r\n<h6>with Jean Mayo</h6>\r\nFoot reflexology is an ancient healing therapy that involves stimulating reflex points on the feet in order to activate the bodyâ€™s own natural healing powers. Jean Mayo, certified reflexologist with more than 25 years of experience, will show you how relaxing and healing foot reflexology can be. Appointments are 60 minutes (recommended) and 30 minutes.\r\n\r\nJean also sells Custom-Fitted Bras. These bras offer extraordinary support and they come in 216 different sizes! No matter what your shape or size, Jean can find a bra designed with you in mind.[/vc_column_text][blockquote author=\"Author name here\"]Insert testimonial for this practitioner here[/blockquote][/vc_column_inner][vc_column_inner width=\"1/4\"][our_team style=\"circle\" image=\"199\" title=\"Jean Mayo\" subtitle=\"Reflexologist, Custom Bra Fitter\" phone=\"256-653-8017\" email=\"email@emailemail.com\"][/our_team][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1470355895562{background-color: #e9eaf4 !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"234\" img_size=\"full\" alignment=\"center\" style=\"vc_box_shadow_3d\" css_animation=\"left-to-right\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<h3>Herbal/Wellness Therapy</h3>\r\n<h6>with Phyllis D. Light</h6>\r\nPhyllis holds a master\'s degree in health studies from the University of Alabama and is a professional member of the American Herbalist Guild, a member of the International Herb Association and the Herb Society of America.\r\n\r\nInitial consultations last about an hour and consist of a detailed medical history, pertinent questions concerning your condition, and a non-invasive assessment. Please bring a list of medications, herbs or other supplements you are currently taking.\r\n\r\n1-hour consultations are $75.\r\nFollow-up appointments are $50/hour.[/vc_column_text][blockquote author=\"Author name here\"]Insert testimonial for this practitioner here[/blockquote][/vc_column_inner][vc_column_inner width=\"1/4\"][our_team style=\"circle\" image=\"199\" title=\"Phyllis D. Light\" subtitle=\"Herbal/Wellness Therapy\" phone=\"256-931-0351\" email=\"email@emailemail.com\"][/our_team][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column width=\"1/4\"][vc_single_image image=\"235\" img_size=\"full\" alignment=\"center\" style=\"vc_box_shadow_3d\" css_animation=\"left-to-right\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3>BioEnergetics Testing</h3>\r\n<h6>with Gordon Slack</h6>\r\nBioEnergetics Testing uses a computer to measure the electrical conductivity at responsive (meridian) points to assess which systems in the body have been compromised by environmental toxicity, nutritional deficiencies, emotional stress and energetic imbalances.\r\n\r\nOnce imbalances have been identified, the computer then recommends homeopathic and herbal remedies and/or nutritional supplementation to assist the body\'s healing process.\r\n\r\nGordon Slack earned his doctorate in bioenergetics with Zenia Richler, ND, NMD, of the Academy of BioEnergetics, Springfield, Mo. Gordon also is a certified lymphologist from the International Academy of Lymphology.[/vc_column_text][blockquote author=\"Author name here\"]Insert testimonial for this practitioner here[/blockquote][/vc_column][vc_column width=\"1/4\"][our_team target=\"_blank\" style=\"circle\" image=\"199\" title=\"Gordon Slack\" subtitle=\"BioEnergetics Testing\" phone=\"256-883-4127\" email=\"Email@emailemail.com\"][/our_team][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1470328503897{background-color: #270639 !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: right;\"><a style=\"font-size: 20px; font-weight: 600;\" href=\"http://#\"> Questions? Contact us! <i class=\"icon icon-right-circled\" style=\"margin-right: 7px;\"></i> </a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Solutions','','inherit','closed','closed','','304-revision-v1','','','2016-08-10 02:59:27','2016-08-10 02:59:27','',304,'http://mitziconnell.com/demo18/2016/08/10/304-revision-v1/',0,'revision','',0),(314,3,'2016-08-10 03:00:38','2016-08-10 03:00:38','[vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space][fancy_heading h1=\"0\" style=\"line\" title=\"Our Health Solutions\" slogan=\"FIND BALANCE, VITALITY, RESTORATION\"][/fancy_heading][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1470359155764{margin-right: 50px !important;margin-left: 50px !important;}\"][vc_column][vc_column_text][ess_grid alias=\"solutions\"][/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1470328503897{background-color: #270639 !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: right;\"><a style=\"font-size: 20px; font-weight: 600;\" href=\"http://#\"> Questions? Contact us! <i class=\"icon icon-right-circled\" style=\"margin-right: 7px;\"></i> </a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Solutions','','inherit','closed','closed','','304-revision-v1','','','2016-08-10 03:00:38','2016-08-10 03:00:38','',304,'http://mitziconnell.com/demo18/2016/08/10/304-revision-v1/',0,'revision','',0),(315,3,'2016-08-10 03:06:19','2016-08-10 03:06:19','[vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space][fancy_heading h1=\"0\" style=\"line\" title=\"Our Health Solutions\" slogan=\"FIND BALANCE, VITALITY, RESTORATION\"][/fancy_heading][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][ess_grid alias=\"solutions\"][/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1470359155764{margin-right: 50px !important;margin-left: 50px !important;}\"][vc_column][vc_column_text][ess_grid alias=\"solutions\"][/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1470328503897{background-color: #270639 !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: right;\"><a style=\"font-size: 20px; font-weight: 600;\" href=\"http://#\"> Questions? Contact us! <i class=\"icon icon-right-circled\" style=\"margin-right: 7px;\"></i> </a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Solutions','','inherit','closed','closed','','304-revision-v1','','','2016-08-10 03:06:19','2016-08-10 03:06:19','',304,'http://mitziconnell.com/demo18/2016/08/10/304-revision-v1/',0,'revision','',0),(316,3,'2016-08-10 03:10:25','2016-08-10 03:10:25','[vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space][fancy_heading h1=\"0\" style=\"line\" title=\"Our Health Solutions\" slogan=\"FIND BALANCE, VITALITY, RESTORATION\"][/fancy_heading][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1470798512951{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column][vc_column_text][ess_grid alias=\"solutions\"][/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1470359155764{margin-right: 50px !important;margin-left: 50px !important;}\"][vc_column][vc_tta_tour style=\"modern\" gap=\"1\" active_section=\"0\" title=\"Our Health Solutions\"][vc_tta_section title=\"Blood Sugar Management\" tab_id=\"1470798541870-f619427e-953a\"][vc_column_text]I 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\nNunc non sem volutpat urna. Cras consectetuer adipiscing ligula. Sed lacinia, risus sit amet risus. Aliquam tempus enim aliquam dolor. Nullam at <a href=\"http://74.124.197.205/~ruthsnut/#\">erat gravida elit</a>. Praesent rhoncus aliquam turpis sapien justo vel bibendum.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Section 2\" tab_id=\"1470798541918-cd77dbb0-6550\"][/vc_tta_section][/vc_tta_tour][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1470328503897{background-color: #270639 !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: right;\"><a style=\"font-size: 20px; font-weight: 600;\" href=\"http://#\"> Questions? Contact us! <i class=\"icon icon-right-circled\" style=\"margin-right: 7px;\"></i> </a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Solutions','','inherit','closed','closed','','304-revision-v1','','','2016-08-10 03:10:25','2016-08-10 03:10:25','',304,'http://mitziconnell.com/demo18/2016/08/10/304-revision-v1/',0,'revision','',0),(317,3,'2016-08-10 03:12:22','2016-08-10 03:12:22','[vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space][fancy_heading h1=\"0\" style=\"line\" title=\"Our Health Solutions\" slogan=\"FIND BALANCE, VITALITY, RESTORATION\"][/fancy_heading][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1470798512951{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column][vc_column_text][ess_grid alias=\"solutions\"][/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1470359155764{margin-right: 50px !important;margin-left: 50px !important;}\"][vc_column][vc_tta_tour style=\"outline\" shape=\"square\" color=\"sky\" gap=\"1\" active_section=\"0\" title=\"Our Health Solutions\"][vc_tta_section title=\"Blood Sugar Management\" tab_id=\"1470798541870-f619427e-953a\"][vc_column_text]I 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\nNunc non sem volutpat urna. Cras consectetuer adipiscing ligula. Sed lacinia, risus sit amet risus. Aliquam tempus enim aliquam dolor. Nullam at <a href=\"http://74.124.197.205/~ruthsnut/#\">erat gravida elit</a>. Praesent rhoncus aliquam turpis sapien justo vel bibendum.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Section 2\" tab_id=\"1470798541918-cd77dbb0-6550\"][/vc_tta_section][/vc_tta_tour][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1470328503897{background-color: #270639 !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: right;\"><a style=\"font-size: 20px; font-weight: 600;\" href=\"http://#\"> Questions? Contact us! <i class=\"icon icon-right-circled\" style=\"margin-right: 7px;\"></i> </a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Solutions','','inherit','closed','closed','','304-revision-v1','','','2016-08-10 03:12:22','2016-08-10 03:12:22','',304,'http://mitziconnell.com/demo18/2016/08/10/304-revision-v1/',0,'revision','',0),(318,3,'2016-08-10 03:12:47','2016-08-10 03:12:47','[vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space][fancy_heading h1=\"0\" style=\"line\" title=\"Our Health Solutions\" slogan=\"FIND BALANCE, VITALITY, RESTORATION\"][/fancy_heading][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1470798512951{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column][vc_column_text][ess_grid alias=\"solutions\"][/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1470359155764{margin-right: 50px !important;margin-left: 50px !important;}\"][vc_column][vc_tta_tour shape=\"square\" color=\"sky\" gap=\"1\" active_section=\"0\" title=\"Our Health Solutions\"][vc_tta_section title=\"Blood Sugar Management\" tab_id=\"1470798541870-f619427e-953a\"][vc_column_text]I 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\nNunc non sem volutpat urna. Cras consectetuer adipiscing ligula. Sed lacinia, risus sit amet risus. Aliquam tempus enim aliquam dolor. Nullam at <a href=\"http://74.124.197.205/~ruthsnut/#\">erat gravida elit</a>. Praesent rhoncus aliquam turpis sapien justo vel bibendum.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Section 2\" tab_id=\"1470798541918-cd77dbb0-6550\"][/vc_tta_section][/vc_tta_tour][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1470328503897{background-color: #270639 !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: right;\"><a style=\"font-size: 20px; font-weight: 600;\" href=\"http://#\"> Questions? Contact us! <i class=\"icon icon-right-circled\" style=\"margin-right: 7px;\"></i> </a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Solutions','','inherit','closed','closed','','304-revision-v1','','','2016-08-10 03:12:47','2016-08-10 03:12:47','',304,'http://mitziconnell.com/demo18/2016/08/10/304-revision-v1/',0,'revision','',0),(319,3,'2016-08-10 03:13:11','2016-08-10 03:13:11','[vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space][fancy_heading h1=\"0\" style=\"line\" title=\"Our Health Solutions\" slogan=\"FIND BALANCE, VITALITY, RESTORATION\"][/fancy_heading][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1470798512951{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column][vc_column_text][ess_grid alias=\"solutions\"][/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1470359155764{margin-right: 50px !important;margin-left: 50px !important;}\"][vc_column][vc_tta_tour style=\"flat\" shape=\"square\" color=\"sky\" gap=\"1\" active_section=\"0\" title=\"Our Health Solutions\"][vc_tta_section title=\"Blood Sugar Management\" tab_id=\"1470798541870-f619427e-953a\"][vc_column_text]I 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\nNunc non sem volutpat urna. Cras consectetuer adipiscing ligula. Sed lacinia, risus sit amet risus. Aliquam tempus enim aliquam dolor. Nullam at <a href=\"http://74.124.197.205/~ruthsnut/#\">erat gravida elit</a>. Praesent rhoncus aliquam turpis sapien justo vel bibendum.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Section 2\" tab_id=\"1470798541918-cd77dbb0-6550\"][/vc_tta_section][/vc_tta_tour][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1470328503897{background-color: #270639 !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: right;\"><a style=\"font-size: 20px; font-weight: 600;\" href=\"http://#\"> Questions? Contact us! <i class=\"icon icon-right-circled\" style=\"margin-right: 7px;\"></i> </a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Solutions','','inherit','closed','closed','','304-revision-v1','','','2016-08-10 03:13:11','2016-08-10 03:13:11','',304,'http://mitziconnell.com/demo18/2016/08/10/304-revision-v1/',0,'revision','',0),(320,3,'2016-08-10 03:13:40','2016-08-10 03:13:40','[vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space][fancy_heading h1=\"0\" style=\"line\" title=\"Our Health Solutions\" slogan=\"FIND BALANCE, VITALITY, RESTORATION\"][/fancy_heading][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1470798512951{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column][vc_column_text][ess_grid alias=\"solutions\"][/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1470359155764{margin-right: 50px !important;margin-left: 50px !important;}\"][vc_column][vc_tta_tour style=\"modern\" shape=\"square\" color=\"sky\" gap=\"1\" active_section=\"0\" title=\"Our Health Solutions\"][vc_tta_section title=\"Blood Sugar Management\" tab_id=\"1470798541870-f619427e-953a\"][vc_column_text]I 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\nNunc non sem volutpat urna. Cras consectetuer adipiscing ligula. Sed lacinia, risus sit amet risus. Aliquam tempus enim aliquam dolor. Nullam at <a href=\"http://74.124.197.205/~ruthsnut/#\">erat gravida elit</a>. Praesent rhoncus aliquam turpis sapien justo vel bibendum.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Section 2\" tab_id=\"1470798541918-cd77dbb0-6550\"][/vc_tta_section][/vc_tta_tour][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1470328503897{background-color: #270639 !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: right;\"><a style=\"font-size: 20px; font-weight: 600;\" href=\"http://#\"> Questions? Contact us! <i class=\"icon icon-right-circled\" style=\"margin-right: 7px;\"></i> </a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Solutions','','inherit','closed','closed','','304-revision-v1','','','2016-08-10 03:13:40','2016-08-10 03:13:40','',304,'http://mitziconnell.com/demo18/2016/08/10/304-revision-v1/',0,'revision','',0),(321,3,'2016-08-10 03:14:10','2016-08-10 03:14:10','[vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space][fancy_heading h1=\"0\" style=\"line\" title=\"Our Health Solutions\" slogan=\"FIND BALANCE, VITALITY, RESTORATION\"][/fancy_heading][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1470798512951{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column][vc_column_text][ess_grid alias=\"solutions\"][/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1470359155764{margin-right: 50px !important;margin-left: 50px !important;}\"][vc_column][vc_tta_tour style=\"modern\" shape=\"square\" color=\"sky\" spacing=\"3\" gap=\"1\" active_section=\"0\" title=\"Our Health Solutions\"][vc_tta_section title=\"Blood Sugar Management\" tab_id=\"1470798541870-f619427e-953a\"][vc_column_text]I 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\nNunc non sem volutpat urna. Cras consectetuer adipiscing ligula. Sed lacinia, risus sit amet risus. Aliquam tempus enim aliquam dolor. Nullam at <a href=\"http://74.124.197.205/~ruthsnut/#\">erat gravida elit</a>. Praesent rhoncus aliquam turpis sapien justo vel bibendum.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Section 2\" tab_id=\"1470798541918-cd77dbb0-6550\"][/vc_tta_section][/vc_tta_tour][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1470328503897{background-color: #270639 !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: right;\"><a style=\"font-size: 20px; font-weight: 600;\" href=\"http://#\"> Questions? Contact us! <i class=\"icon icon-right-circled\" style=\"margin-right: 7px;\"></i> </a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Solutions','','inherit','closed','closed','','304-revision-v1','','','2016-08-10 03:14:10','2016-08-10 03:14:10','',304,'http://mitziconnell.com/demo18/2016/08/10/304-revision-v1/',0,'revision','',0),(322,3,'2016-08-10 03:14:43','2016-08-10 03:14:43','[vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space][fancy_heading h1=\"0\" style=\"line\" title=\"Our Health Solutions\" slogan=\"FIND BALANCE, VITALITY, RESTORATION\"][/fancy_heading][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1470798512951{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column][vc_column_text][ess_grid alias=\"solutions\"][/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1470359155764{margin-right: 50px !important;margin-left: 50px !important;}\"][vc_column][vc_tta_tour style=\"modern\" shape=\"square\" color=\"sky\" gap=\"4\" active_section=\"0\" title=\"Our Health Solutions\"][vc_tta_section title=\"Blood Sugar Management\" tab_id=\"1470798541870-f619427e-953a\"][vc_column_text]I 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\nNunc non sem volutpat urna. Cras consectetuer adipiscing ligula. Sed lacinia, risus sit amet risus. Aliquam tempus enim aliquam dolor. Nullam at <a href=\"http://74.124.197.205/~ruthsnut/#\">erat gravida elit</a>. Praesent rhoncus aliquam turpis sapien justo vel bibendum.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Section 2\" tab_id=\"1470798541918-cd77dbb0-6550\"][/vc_tta_section][/vc_tta_tour][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1470328503897{background-color: #270639 !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: right;\"><a style=\"font-size: 20px; font-weight: 600;\" href=\"http://#\"> Questions? Contact us! <i class=\"icon icon-right-circled\" style=\"margin-right: 7px;\"></i> </a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Solutions','','inherit','closed','closed','','304-revision-v1','','','2016-08-10 03:14:43','2016-08-10 03:14:43','',304,'http://mitziconnell.com/demo18/2016/08/10/304-revision-v1/',0,'revision','',0),(323,3,'2016-08-10 03:15:35','2016-08-10 03:15:35','[vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space][fancy_heading h1=\"0\" style=\"line\" title=\"Our Health Solutions\" slogan=\"FIND BALANCE, VITALITY, RESTORATION\"][/fancy_heading][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1470798512951{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column][vc_column_text][ess_grid alias=\"solutions\"][/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1470359155764{margin-right: 50px !important;margin-left: 50px !important;}\"][vc_column][vc_tta_tour style=\"modern\" shape=\"square\" color=\"sky\" gap=\"10\" active_section=\"0\" title=\"Our Health Solutions\"][vc_tta_section title=\"Blood Sugar Management\" tab_id=\"1470798541870-f619427e-953a\"][vc_column_text]I 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\nNunc non sem volutpat urna. Cras consectetuer adipiscing ligula. Sed lacinia, risus sit amet risus. Aliquam tempus enim aliquam dolor. Nullam at <a href=\"http://74.124.197.205/~ruthsnut/#\">erat gravida elit</a>. Praesent rhoncus aliquam turpis sapien justo vel bibendum.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Section 2\" tab_id=\"1470798541918-cd77dbb0-6550\"][/vc_tta_section][/vc_tta_tour][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1470328503897{background-color: #270639 !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: right;\"><a style=\"font-size: 20px; font-weight: 600;\" href=\"http://#\"> Questions? Contact us! <i class=\"icon icon-right-circled\" style=\"margin-right: 7px;\"></i> </a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Solutions','','inherit','closed','closed','','304-revision-v1','','','2016-08-10 03:15:35','2016-08-10 03:15:35','',304,'http://mitziconnell.com/demo18/2016/08/10/304-revision-v1/',0,'revision','',0),(324,3,'2016-08-10 03:16:06','2016-08-10 03:16:06','[vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space][fancy_heading h1=\"0\" style=\"line\" title=\"Our Health Solutions\" slogan=\"FIND BALANCE, VITALITY, RESTORATION\"][/fancy_heading][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1470798512951{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column][vc_column_text][ess_grid alias=\"solutions\"][/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1470359155764{margin-right: 50px !important;margin-left: 50px !important;}\"][vc_column][vc_tta_tour style=\"modern\" shape=\"square\" color=\"sky\" spacing=\"10\" gap=\"1\" active_section=\"0\" title=\"Our Health Solutions\"][vc_tta_section title=\"Blood Sugar Management\" tab_id=\"1470798541870-f619427e-953a\"][vc_column_text]I 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\nNunc non sem volutpat urna. Cras consectetuer adipiscing ligula. Sed lacinia, risus sit amet risus. Aliquam tempus enim aliquam dolor. Nullam at <a href=\"http://74.124.197.205/~ruthsnut/#\">erat gravida elit</a>. Praesent rhoncus aliquam turpis sapien justo vel bibendum.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Section 2\" tab_id=\"1470798541918-cd77dbb0-6550\"][/vc_tta_section][/vc_tta_tour][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1470328503897{background-color: #270639 !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: right;\"><a style=\"font-size: 20px; font-weight: 600;\" href=\"http://#\"> Questions? Contact us! <i class=\"icon icon-right-circled\" style=\"margin-right: 7px;\"></i> </a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Solutions','','inherit','closed','closed','','304-revision-v1','','','2016-08-10 03:16:06','2016-08-10 03:16:06','',304,'http://mitziconnell.com/demo18/2016/08/10/304-revision-v1/',0,'revision','',0),(325,3,'2016-08-10 03:17:51','2016-08-10 03:17:51','[vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space][fancy_heading h1=\"0\" style=\"line\" title=\"Our Health Solutions\" slogan=\"FIND BALANCE, VITALITY, RESTORATION\"][/fancy_heading][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1470798512951{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column][vc_column_text][ess_grid alias=\"solutions\"][/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1470359155764{margin-right: 50px !important;margin-left: 50px !important;}\"][vc_column][vc_tta_tour shape=\"square\" color=\"sky\" spacing=\"10\" gap=\"1\" active_section=\"0\"][vc_tta_section title=\"Learn more about our health solutions!\" tab_id=\"1470798541870-f619427e-953a\"][vc_column_text]I 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\nNunc non sem volutpat urna. Cras consectetuer adipiscing ligula. Sed lacinia, risus sit amet risus. Aliquam tempus enim aliquam dolor. Nullam at <a href=\"http://74.124.197.205/~ruthsnut/#\">erat gravida elit</a>. Praesent rhoncus aliquam turpis sapien justo vel bibendum.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Blood Sugar Management\" tab_id=\"1470799069520-0472eb4a-62af\"][vc_column_text]I 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\nNunc non sem volutpat urna. Cras consectetuer adipiscing ligula. Sed lacinia, risus sit amet risus. Aliquam tempus enim aliquam dolor. Nullam at <a href=\"http://74.124.197.205/~ruthsnut/#\">erat gravida elit</a>. Praesent rhoncus aliquam turpis sapien justo vel bibendum.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Section 2\" tab_id=\"1470798541918-cd77dbb0-6550\"][/vc_tta_section][/vc_tta_tour][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1470328503897{background-color: #270639 !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: right;\"><a style=\"font-size: 20px; font-weight: 600;\" href=\"http://#\"> Questions? Contact us! <i class=\"icon icon-right-circled\" style=\"margin-right: 7px;\"></i> </a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Solutions','','inherit','closed','closed','','304-revision-v1','','','2016-08-10 03:17:51','2016-08-10 03:17:51','',304,'http://mitziconnell.com/demo18/2016/08/10/304-revision-v1/',0,'revision','',0),(326,3,'2016-08-10 03:18:13','2016-08-10 03:18:13','[vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space][fancy_heading h1=\"0\" style=\"line\" title=\"Our Health Solutions\" slogan=\"FIND BALANCE, VITALITY, RESTORATION\"][/fancy_heading][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1470798512951{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column][vc_column_text][ess_grid alias=\"solutions\"][/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1470359155764{margin-right: 50px !important;margin-left: 50px !important;}\"][vc_column][vc_tta_tour style=\"flat\" shape=\"square\" color=\"sky\" spacing=\"10\" gap=\"1\" active_section=\"0\"][vc_tta_section title=\"Learn more about our health solutions!\" tab_id=\"1470798541870-f619427e-953a\"][vc_column_text]I 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\nNunc non sem volutpat urna. Cras consectetuer adipiscing ligula. Sed lacinia, risus sit amet risus. Aliquam tempus enim aliquam dolor. Nullam at <a href=\"http://74.124.197.205/~ruthsnut/#\">erat gravida elit</a>. Praesent rhoncus aliquam turpis sapien justo vel bibendum.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Blood Sugar Management\" tab_id=\"1470799069520-0472eb4a-62af\"][vc_column_text]I 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\nNunc non sem volutpat urna. Cras consectetuer adipiscing ligula. Sed lacinia, risus sit amet risus. Aliquam tempus enim aliquam dolor. Nullam at <a href=\"http://74.124.197.205/~ruthsnut/#\">erat gravida elit</a>. Praesent rhoncus aliquam turpis sapien justo vel bibendum.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Section 2\" tab_id=\"1470798541918-cd77dbb0-6550\"][/vc_tta_section][/vc_tta_tour][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1470328503897{background-color: #270639 !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: right;\"><a style=\"font-size: 20px; font-weight: 600;\" href=\"http://#\"> Questions? Contact us! <i class=\"icon icon-right-circled\" style=\"margin-right: 7px;\"></i> </a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Solutions','','inherit','closed','closed','','304-revision-v1','','','2016-08-10 03:18:13','2016-08-10 03:18:13','',304,'http://mitziconnell.com/demo18/2016/08/10/304-revision-v1/',0,'revision','',0),(327,3,'2016-08-10 03:18:41','2016-08-10 03:18:41','[vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space][fancy_heading h1=\"0\" style=\"line\" title=\"Our Health Solutions\" slogan=\"FIND BALANCE, VITALITY, RESTORATION\"][/fancy_heading][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1470798512951{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column][vc_column_text][ess_grid alias=\"solutions\"][/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1470359155764{margin-right: 50px !important;margin-left: 50px !important;}\"][vc_column][vc_tta_tour style=\"flat\" shape=\"square\" color=\"sky\" spacing=\"10\" gap=\"1\" autoplay=\"1\" active_section=\"1\"][vc_tta_section title=\"Learn more about our health solutions!\" tab_id=\"1470798541870-f619427e-953a\"][vc_column_text]I 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\nNunc non sem volutpat urna. Cras consectetuer adipiscing ligula. Sed lacinia, risus sit amet risus. Aliquam tempus enim aliquam dolor. Nullam at <a href=\"http://74.124.197.205/~ruthsnut/#\">erat gravida elit</a>. Praesent rhoncus aliquam turpis sapien justo vel bibendum.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Blood Sugar Management\" tab_id=\"1470799069520-0472eb4a-62af\"][vc_column_text]I 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\nNunc non sem volutpat urna. Cras consectetuer adipiscing ligula. Sed lacinia, risus sit amet risus. Aliquam tempus enim aliquam dolor. Nullam at <a href=\"http://74.124.197.205/~ruthsnut/#\">erat gravida elit</a>. Praesent rhoncus aliquam turpis sapien justo vel bibendum.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Section 2\" tab_id=\"1470798541918-cd77dbb0-6550\"][/vc_tta_section][/vc_tta_tour][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1470328503897{background-color: #270639 !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: right;\"><a style=\"font-size: 20px; font-weight: 600;\" href=\"http://#\"> Questions? Contact us! <i class=\"icon icon-right-circled\" style=\"margin-right: 7px;\"></i> </a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Solutions','','inherit','closed','closed','','304-revision-v1','','','2016-08-10 03:18:41','2016-08-10 03:18:41','',304,'http://mitziconnell.com/demo18/2016/08/10/304-revision-v1/',0,'revision','',0),(328,3,'2016-08-10 03:19:15','2016-08-10 03:19:15','[vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space][fancy_heading h1=\"0\" style=\"line\" title=\"Our Health Solutions\" slogan=\"FIND BALANCE, VITALITY, RESTORATION\"][/fancy_heading][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1470798512951{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column][vc_column_text][ess_grid alias=\"solutions\"][/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1470359155764{margin-right: 50px !important;margin-left: 50px !important;}\"][vc_column][vc_tta_tour style=\"modern\" color=\"sky\" spacing=\"10\" gap=\"1\" autoplay=\"1\" active_section=\"1\"][vc_tta_section title=\"Learn more about our health solutions!\" tab_id=\"1470798541870-f619427e-953a\"][vc_column_text]I 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\nNunc non sem volutpat urna. Cras consectetuer adipiscing ligula. Sed lacinia, risus sit amet risus. Aliquam tempus enim aliquam dolor. Nullam at <a href=\"http://74.124.197.205/~ruthsnut/#\">erat gravida elit</a>. Praesent rhoncus aliquam turpis sapien justo vel bibendum.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Blood Sugar Management\" tab_id=\"1470799069520-0472eb4a-62af\"][vc_column_text]I 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\nNunc non sem volutpat urna. Cras consectetuer adipiscing ligula. Sed lacinia, risus sit amet risus. Aliquam tempus enim aliquam dolor. Nullam at <a href=\"http://74.124.197.205/~ruthsnut/#\">erat gravida elit</a>. Praesent rhoncus aliquam turpis sapien justo vel bibendum.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Section 2\" tab_id=\"1470798541918-cd77dbb0-6550\"][/vc_tta_section][/vc_tta_tour][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1470328503897{background-color: #270639 !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: right;\"><a style=\"font-size: 20px; font-weight: 600;\" href=\"http://#\"> Questions? Contact us! <i class=\"icon icon-right-circled\" style=\"margin-right: 7px;\"></i> </a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Solutions','','inherit','closed','closed','','304-revision-v1','','','2016-08-10 03:19:15','2016-08-10 03:19:15','',304,'http://mitziconnell.com/demo18/2016/08/10/304-revision-v1/',0,'revision','',0),(329,3,'2016-08-10 03:19:50','2016-08-10 03:19:50','[vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space][fancy_heading h1=\"0\" style=\"line\" title=\"Our Health Solutions\" slogan=\"FIND BALANCE, VITALITY, RESTORATION\"][/fancy_heading][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1470798512951{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column][vc_column_text][ess_grid alias=\"solutions\"][/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1470359155764{margin-right: 50px !important;margin-left: 50px !important;}\"][vc_column][vc_tta_tour style=\"modern\" color=\"sky\" spacing=\"10\" gap=\"1\" autoplay=\"10\" active_section=\"1\"][vc_tta_section title=\"Learn more about our health solutions!\" tab_id=\"1470798541870-f619427e-953a\"][vc_column_text]I 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\nNunc non sem volutpat urna. Cras consectetuer adipiscing ligula. Sed lacinia, risus sit amet risus. Aliquam tempus enim aliquam dolor. Nullam at <a href=\"http://74.124.197.205/~ruthsnut/#\">erat gravida elit</a>. Praesent rhoncus aliquam turpis sapien justo vel bibendum.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Blood Sugar Management\" tab_id=\"1470799069520-0472eb4a-62af\"][vc_column_text]I 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\nNunc non sem volutpat urna. Cras consectetuer adipiscing ligula. Sed lacinia, risus sit amet risus. Aliquam tempus enim aliquam dolor. Nullam at <a href=\"http://74.124.197.205/~ruthsnut/#\">erat gravida elit</a>. Praesent rhoncus aliquam turpis sapien justo vel bibendum.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Section 2\" tab_id=\"1470798541918-cd77dbb0-6550\"][/vc_tta_section][/vc_tta_tour][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1470328503897{background-color: #270639 !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: right;\"><a style=\"font-size: 20px; font-weight: 600;\" href=\"http://#\"> Questions? Contact us! <i class=\"icon icon-right-circled\" style=\"margin-right: 7px;\"></i> </a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Solutions','','inherit','closed','closed','','304-revision-v1','','','2016-08-10 03:19:50','2016-08-10 03:19:50','',304,'http://mitziconnell.com/demo18/2016/08/10/304-revision-v1/',0,'revision','',0),(330,3,'2016-08-10 03:20:48','2016-08-10 03:20:48','[vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space][fancy_heading h1=\"0\" style=\"line\" title=\"Our Health Solutions\" slogan=\"FIND BALANCE, VITALITY, RESTORATION\"][/fancy_heading][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1470798512951{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column][vc_column_text][ess_grid alias=\"solutions\"][/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1470359155764{margin-right: 50px !important;margin-left: 50px !important;}\"][vc_column][vc_tta_tour style=\"modern\" color=\"sky\" spacing=\"10\" alignment=\"right\" autoplay=\"10\" active_section=\"1\"][vc_tta_section title=\"Learn more about our health solutions!\" tab_id=\"1470798541870-f619427e-953a\"][vc_column_text]I 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\nNunc non sem volutpat urna. Cras consectetuer adipiscing ligula. Sed lacinia, risus sit amet risus. Aliquam tempus enim aliquam dolor. Nullam at <a href=\"http://74.124.197.205/~ruthsnut/#\">erat gravida elit</a>. Praesent rhoncus aliquam turpis sapien justo vel bibendum.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Blood Sugar Management\" tab_id=\"1470799069520-0472eb4a-62af\"][vc_column_text]I 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\nNunc non sem volutpat urna. Cras consectetuer adipiscing ligula. Sed lacinia, risus sit amet risus. Aliquam tempus enim aliquam dolor. Nullam at <a href=\"http://74.124.197.205/~ruthsnut/#\">erat gravida elit</a>. Praesent rhoncus aliquam turpis sapien justo vel bibendum.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Section 2\" tab_id=\"1470798541918-cd77dbb0-6550\"][/vc_tta_section][/vc_tta_tour][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1470328503897{background-color: #270639 !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: right;\"><a style=\"font-size: 20px; font-weight: 600;\" href=\"http://#\"> Questions? Contact us! <i class=\"icon icon-right-circled\" style=\"margin-right: 7px;\"></i> </a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Solutions','','inherit','closed','closed','','304-revision-v1','','','2016-08-10 03:20:48','2016-08-10 03:20:48','',304,'http://mitziconnell.com/demo18/2016/08/10/304-revision-v1/',0,'revision','',0),(331,3,'2016-08-10 03:22:49','2016-08-10 03:22:49','[vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space][fancy_heading h1=\"0\" style=\"line\" title=\"Our Health Solutions\" slogan=\"FIND BALANCE, VITALITY, RESTORATION\"][/fancy_heading][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1470798512951{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column][vc_column_text][ess_grid alias=\"solutions\"][/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1470359155764{margin-right: 50px !important;margin-left: 50px !important;}\"][vc_column][vc_tta_tour style=\"modern\" color=\"sky\" spacing=\"10\" alignment=\"right\" autoplay=\"10\" active_section=\"1\"][vc_tta_section title=\"Learn more about our health solutions!\" tab_id=\"1470798541870-f619427e-953a\"][vc_column_text]I 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\nNunc non sem volutpat urna. Cras consectetuer adipiscing ligula. Sed lacinia, risus sit amet risus. Aliquam tempus enim aliquam dolor. Nullam at <a href=\"http://74.124.197.205/~ruthsnut/#\">erat gravida elit</a>. Praesent rhoncus aliquam turpis sapien justo vel bibendum.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Blood Sugar Management\" tab_id=\"1470799069520-0472eb4a-62af\"][vc_single_image image=\"306\" alignment=\"right\"][vc_column_text]Nunc non sem volutpat urna. Cras consectetuer adipiscing ligula. Sed lacinia, risus sit amet risus. Aliquam tempus enim aliquam dolor. Nullam at <a href=\"http://74.124.197.205/~ruthsnut/#\">erat gravida elit</a>. Praesent rhoncus aliquam turpis sapien justo vel bibendum.\r\n\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Section 2\" tab_id=\"1470798541918-cd77dbb0-6550\"][/vc_tta_section][/vc_tta_tour][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1470328503897{background-color: #270639 !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: right;\"><a style=\"font-size: 20px; font-weight: 600;\" href=\"http://#\"> Questions? Contact us! <i class=\"icon icon-right-circled\" style=\"margin-right: 7px;\"></i> </a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Solutions','','inherit','closed','closed','','304-revision-v1','','','2016-08-10 03:22:49','2016-08-10 03:22:49','',304,'http://mitziconnell.com/demo18/2016/08/10/304-revision-v1/',0,'revision','',0),(332,3,'2016-08-10 03:23:50','2016-08-10 03:23:50','[vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space][fancy_heading h1=\"0\" style=\"line\" title=\"Our Health Solutions\" slogan=\"FIND BALANCE, VITALITY, RESTORATION\"][/fancy_heading][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1470798512951{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column][vc_column_text][ess_grid alias=\"solutions\"][/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1470359155764{margin-right: 50px !important;margin-left: 50px !important;}\"][vc_column][vc_tta_tour style=\"modern\" color=\"sky\" spacing=\"10\" alignment=\"right\" autoplay=\"10\" active_section=\"1\"][vc_tta_section title=\"Learn more about our health solutions!\" tab_id=\"1470798541870-f619427e-953a\"][vc_column_text]I 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\nNunc non sem volutpat urna. Cras consectetuer adipiscing ligula. Sed lacinia, risus sit amet risus. Aliquam tempus enim aliquam dolor. Nullam at <a href=\"http://74.124.197.205/~ruthsnut/#\">erat gravida elit</a>. Praesent rhoncus aliquam turpis sapien justo vel bibendum.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Blood Sugar Management\" tab_id=\"1470799069520-0472eb4a-62af\"][vc_column_text]<img class=\"alignright size-thumbnail wp-image-306\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/08/SOLUTIONS-blood-sugar-02-150x150.jpg\" alt=\"SOLUTIONS - blood sugar 02\" width=\"150\" height=\"150\" />Nunc non sem volutpat urna. Cras consectetuer adipiscing ligula. Sed lacinia, risus sit amet risus. Aliquam tempus enim aliquam dolor. Nullam at <a href=\"http://74.124.197.205/~ruthsnut/#\">erat gravida elit</a>. Praesent rhoncus aliquam turpis sapien justo vel bibendum.\r\n\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Section 2\" tab_id=\"1470798541918-cd77dbb0-6550\"][/vc_tta_section][/vc_tta_tour][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1470328503897{background-color: #270639 !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: right;\"><a style=\"font-size: 20px; font-weight: 600;\" href=\"http://#\"> Questions? Contact us! <i class=\"icon icon-right-circled\" style=\"margin-right: 7px;\"></i> </a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Solutions','','inherit','closed','closed','','304-revision-v1','','','2016-08-10 03:23:50','2016-08-10 03:23:50','',304,'http://mitziconnell.com/demo18/2016/08/10/304-revision-v1/',0,'revision','',0),(333,3,'2016-08-10 03:24:27','2016-08-10 03:24:27','[vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space][fancy_heading h1=\"0\" style=\"line\" title=\"Our Health Solutions\" slogan=\"FIND BALANCE, VITALITY, RESTORATION\"][/fancy_heading][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1470798512951{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column][vc_column_text][ess_grid alias=\"solutions\"][/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1470359155764{margin-right: 50px !important;margin-left: 50px !important;}\"][vc_column][vc_tta_tour style=\"modern\" color=\"sky\" spacing=\"10\" alignment=\"right\" active_section=\"1\"][vc_tta_section title=\"Learn more about our health solutions!\" tab_id=\"1470798541870-f619427e-953a\"][vc_column_text]I 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\nNunc non sem volutpat urna. Cras consectetuer adipiscing ligula. Sed lacinia, risus sit amet risus. Aliquam tempus enim aliquam dolor. Nullam at <a href=\"http://74.124.197.205/~ruthsnut/#\">erat gravida elit</a>. Praesent rhoncus aliquam turpis sapien justo vel bibendum.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Blood Sugar Management\" tab_id=\"1470799069520-0472eb4a-62af\"][vc_column_text]<img class=\"alignright size-thumbnail wp-image-306\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/08/SOLUTIONS-blood-sugar-02-150x150.jpg\" alt=\"SOLUTIONS - blood sugar 02\" width=\"150\" height=\"150\" />Nunc non sem volutpat urna. Cras consectetuer adipiscing ligula. Sed lacinia, risus sit amet risus. Aliquam tempus enim aliquam dolor. Nullam at <a href=\"http://74.124.197.205/~ruthsnut/#\">erat gravida elit</a>. Praesent rhoncus aliquam turpis sapien justo vel bibendum.\r\n\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Section 2\" tab_id=\"1470798541918-cd77dbb0-6550\"][/vc_tta_section][/vc_tta_tour][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1470328503897{background-color: #270639 !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: right;\"><a style=\"font-size: 20px; font-weight: 600;\" href=\"http://#\"> Questions? Contact us! <i class=\"icon icon-right-circled\" style=\"margin-right: 7px;\"></i> </a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Solutions','','inherit','closed','closed','','304-revision-v1','','','2016-08-10 03:24:27','2016-08-10 03:24:27','',304,'http://mitziconnell.com/demo18/2016/08/10/304-revision-v1/',0,'revision','',0),(334,3,'2016-08-10 03:27:18','2016-08-10 03:27:18','','Wellness','','inherit','open','closed','','wellness','','','2016-08-10 03:27:18','2016-08-10 03:27:18','',304,'http://mitziconnell.com/demo18/wp-content/uploads/2016/08/Wellness.jpg',0,'attachment','image/jpeg',0),(335,3,'2016-08-10 03:34:39','2016-08-10 03:34:39','[vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space][fancy_heading h1=\"0\" style=\"line\" title=\"Our Health Solutions\" slogan=\"FIND BALANCE, VITALITY, RESTORATION\"][/fancy_heading][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1470798512951{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column][vc_column_text][ess_grid alias=\"solutions\"][/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1470359155764{margin-right: 50px !important;margin-left: 50px !important;}\"][vc_column][vc_tta_tour style=\"modern\" color=\"sky\" spacing=\"10\" alignment=\"right\" active_section=\"1\"][vc_tta_section title=\"Learn more about our health solutions!\" tab_id=\"1470798541870-f619427e-953a\"][vc_column_text]<img class=\"alignright size-thumbnail wp-image-334\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/08/Wellness-150x150.jpg\" alt=\"Wellness\" width=\"150\" height=\"150\" /><strong>This is an overview for this section.</strong> 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\nNunc non sem volutpat urna. Cras consectetuer adipiscing ligula. Sed lacinia, risus sit amet risus. Aliquam tempus enim aliquam dolor. Nullam at <a href=\"http://74.124.197.205/~ruthsnut/#\">erat gravida elit</a>. Praesent rhoncus aliquam turpis sapien justo vel bibendum.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Blood Sugar Management\" tab_id=\"1470799069520-0472eb4a-62af\"][vc_column_text]<img class=\"alignright size-thumbnail wp-image-306\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/08/SOLUTIONS-blood-sugar-02-150x150.jpg\" alt=\"SOLUTIONS - blood sugar 02\" width=\"150\" height=\"150\" />Nunc non sem volutpat urna. Cras consectetuer adipiscing ligula. Sed lacinia, risus sit amet risus. Aliquam tempus enim aliquam dolor. Nullam at <a href=\"http://74.124.197.205/~ruthsnut/#\">erat gravida elit</a>. Praesent rhoncus aliquam turpis sapien justo vel bibendum.\r\n\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Digestive Wellness\" tab_id=\"1470799547589-4bf1e3db-5fa8\"][vc_column_text]<img class=\"alignright size-thumbnail wp-image-307\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/08/SOLUTIONS-digestive-wellness-01-150x150.jpg\" alt=\"SOLUTIONS - digestive wellness 01\" width=\"150\" height=\"150\" />Nunc non sem volutpat urna. Cras consectetuer adipiscing ligula. Sed lacinia, risus sit amet risus. Aliquam tempus enim aliquam dolor. Nullam at <a href=\"http://74.124.197.205/~ruthsnut/#\">erat gravida elit</a>. Praesent rhoncus aliquam turpis sapien justo vel bibendum.\r\n\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Menopause Management\" tab_id=\"1470799761638-f8f94d22-b46c\"][vc_column_text]<img class=\"alignright size-thumbnail wp-image-308\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/08/SOLUTIONS-Menopause-Management-01-150x150.jpg\" alt=\"SOLUTIONS - Menopause Management 01\" width=\"150\" height=\"150\" />Nunc non sem volutpat urna. Cras consectetuer adipiscing ligula. Sed lacinia, risus sit amet risus. Aliquam tempus enim aliquam dolor. Nullam at <a href=\"http://74.124.197.205/~ruthsnut/#\">erat gravida elit</a>. Praesent rhoncus aliquam turpis sapien justo vel bibendum.\r\n\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Healthy Kids\" tab_id=\"1470799821290-c3766d2c-f0af\"][vc_column_text]<img class=\"alignright size-thumbnail wp-image-310\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/08/SOLUTIONS-Healthy-Kids-01-150x150.jpg\" alt=\"SOLUTIONS - Healthy Kids 01\" width=\"150\" height=\"150\" />Nunc non sem volutpat urna. Cras consectetuer adipiscing ligula. Sed lacinia, risus sit amet risus. Aliquam tempus enim aliquam dolor. Nullam at <a href=\"http://74.124.197.205/~ruthsnut/#\">erat gravida elit</a>. Praesent rhoncus aliquam turpis sapien justo vel bibendum.\r\n\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Mood Management\" tab_id=\"1470800018991-62c0263b-f257\"][vc_column_text]<img class=\"alignright size-thumbnail wp-image-309\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/08/SOLUTIONS-mood-management-01-150x150.jpg\" alt=\"SOLUTIONS - mood management 01\" width=\"150\" height=\"150\" />Nunc non sem volutpat urna. Cras consectetuer adipiscing ligula. Sed lacinia, risus sit amet risus. Aliquam tempus enim aliquam dolor. Nullam at <a href=\"http://74.124.197.205/~ruthsnut/#\">erat gravida elit</a>. Praesent rhoncus aliquam turpis sapien justo vel bibendum.\r\n\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_tta_section][vc_tta_section title=\"Weight Management\" tab_id=\"1470800060592-9ae67325-94f6\"][vc_column_text]<img class=\"alignright size-thumbnail wp-image-311\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/08/SOLUTIONS-weight-management-01-150x150.jpg\" alt=\"SOLUTIONS - weight management 01\" width=\"150\" height=\"150\" />Nunc non sem volutpat urna. Cras consectetuer adipiscing ligula. Sed lacinia, risus sit amet risus. Aliquam tempus enim aliquam dolor. Nullam at <a href=\"http://74.124.197.205/~ruthsnut/#\">erat gravida elit</a>. Praesent rhoncus aliquam turpis sapien justo vel bibendum.\r\n\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_tta_section][/vc_tta_tour][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1470328503897{background-color: #270639 !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: right;\"><a style=\"font-size: 20px; font-weight: 600;\" href=\"http://#\"> Questions? Contact us! <i class=\"icon icon-right-circled\" style=\"margin-right: 7px;\"></i> </a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Solutions','','inherit','closed','closed','','304-revision-v1','','','2016-08-10 03:34:39','2016-08-10 03:34:39','',304,'http://mitziconnell.com/demo18/2016/08/10/304-revision-v1/',0,'revision','',0),(337,3,'2016-08-10 03:45:28','2016-08-10 03:45:28','[vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space][fancy_heading h1=\"0\" style=\"line\" title=\"Our Health Solutions\" slogan=\"FIND BALANCE, VITALITY, RESTORATION\"][/fancy_heading][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1470798512951{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column][vc_column_text][ess_grid alias=\"solutions\"][/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1470359155764{margin-right: 50px !important;margin-left: 50px !important;}\"][vc_column][vc_tta_tour style=\"modern\" color=\"sky\" spacing=\"10\" alignment=\"right\" active_section=\"1\"][vc_tta_section i_position=\"right\" i_icon_fontawesome=\"fa fa-child\" title=\"Welcome!\" tab_id=\"1470798541870-f619427e-953a\" add_icon=\"true\"][vc_column_text]<img class=\"alignright size-thumbnail wp-image-334\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/08/Wellness-150x150.jpg\" alt=\"Wellness\" width=\"150\" height=\"150\" /><strong>This is an overview for this section.</strong> 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\nNunc non sem volutpat urna. Cras consectetuer adipiscing ligula. Sed lacinia, risus sit amet risus. Aliquam tempus enim aliquam dolor. Nullam at <a href=\"http://74.124.197.205/~ruthsnut/#\">erat gravida elit</a>. Praesent rhoncus aliquam turpis sapien justo vel bibendum.[/vc_column_text][/vc_tta_section][vc_tta_section i_position=\"right\" i_icon_fontawesome=\"fa fa-long-arrow-right\" title=\"Blood Sugar \" tab_id=\"1470799069520-0472eb4a-62af\" add_icon=\"true\"][vc_column_text]<img class=\"alignright size-thumbnail wp-image-306\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/08/SOLUTIONS-blood-sugar-02-150x150.jpg\" alt=\"SOLUTIONS - blood sugar 02\" width=\"150\" height=\"150\" />Nunc non sem volutpat urna. Cras consectetuer adipiscing ligula. Sed lacinia, risus sit amet risus. Aliquam tempus enim aliquam dolor. Nullam at <a href=\"http://74.124.197.205/~ruthsnut/#\">erat gravida elit</a>. Praesent rhoncus aliquam turpis sapien justo vel bibendum.\r\n\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_tta_section][vc_tta_section i_position=\"right\" i_icon_fontawesome=\"fa fa-long-arrow-right\" title=\"Digestive Wellness\" tab_id=\"1470799547589-4bf1e3db-5fa8\" add_icon=\"true\"][vc_column_text]<img class=\"alignright size-thumbnail wp-image-307\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/08/SOLUTIONS-digestive-wellness-01-150x150.jpg\" alt=\"SOLUTIONS - digestive wellness 01\" width=\"150\" height=\"150\" />Nunc non sem volutpat urna. Cras consectetuer adipiscing ligula. Sed lacinia, risus sit amet risus. Aliquam tempus enim aliquam dolor. Nullam at <a href=\"http://74.124.197.205/~ruthsnut/#\">erat gravida elit</a>. Praesent rhoncus aliquam turpis sapien justo vel bibendum.\r\n\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_tta_section][vc_tta_section i_position=\"right\" i_icon_fontawesome=\"fa fa-long-arrow-right\" title=\"Menopause \" tab_id=\"1470799761638-f8f94d22-b46c\" add_icon=\"true\"][vc_column_text]<img class=\"alignright size-thumbnail wp-image-308\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/08/SOLUTIONS-Menopause-Management-01-150x150.jpg\" alt=\"SOLUTIONS - Menopause Management 01\" width=\"150\" height=\"150\" />Nunc non sem volutpat urna. Cras consectetuer adipiscing ligula. Sed lacinia, risus sit amet risus. Aliquam tempus enim aliquam dolor. Nullam at <a href=\"http://74.124.197.205/~ruthsnut/#\">erat gravida elit</a>. Praesent rhoncus aliquam turpis sapien justo vel bibendum.\r\n\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_tta_section][vc_tta_section i_position=\"right\" i_icon_fontawesome=\"fa fa-long-arrow-right\" title=\"Healthy Kids\" tab_id=\"1470799821290-c3766d2c-f0af\" add_icon=\"true\"][vc_column_text]<img class=\"alignright size-thumbnail wp-image-310\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/08/SOLUTIONS-Healthy-Kids-01-150x150.jpg\" alt=\"SOLUTIONS - Healthy Kids 01\" width=\"150\" height=\"150\" />Nunc non sem volutpat urna. Cras consectetuer adipiscing ligula. Sed lacinia, risus sit amet risus. Aliquam tempus enim aliquam dolor. Nullam at <a href=\"http://74.124.197.205/~ruthsnut/#\">erat gravida elit</a>. Praesent rhoncus aliquam turpis sapien justo vel bibendum.\r\n\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_tta_section][vc_tta_section i_position=\"right\" i_icon_fontawesome=\"fa fa-long-arrow-right\" title=\"Mood Management\" tab_id=\"1470800018991-62c0263b-f257\" add_icon=\"true\"][vc_column_text]<img class=\"alignright size-thumbnail wp-image-309\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/08/SOLUTIONS-mood-management-01-150x150.jpg\" alt=\"SOLUTIONS - mood management 01\" width=\"150\" height=\"150\" />Nunc non sem volutpat urna. Cras consectetuer adipiscing ligula. Sed lacinia, risus sit amet risus. Aliquam tempus enim aliquam dolor. Nullam at <a href=\"http://74.124.197.205/~ruthsnut/#\">erat gravida elit</a>. Praesent rhoncus aliquam turpis sapien justo vel bibendum.\r\n\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_tta_section][vc_tta_section i_position=\"right\" i_icon_fontawesome=\"fa fa-long-arrow-right\" title=\"Weight Wisdom\" tab_id=\"1470800060592-9ae67325-94f6\" add_icon=\"true\"][vc_column_text]<img class=\"alignright size-thumbnail wp-image-311\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/08/SOLUTIONS-weight-management-01-150x150.jpg\" alt=\"SOLUTIONS - weight management 01\" width=\"150\" height=\"150\" />Nunc non sem volutpat urna. Cras consectetuer adipiscing ligula. Sed lacinia, risus sit amet risus. Aliquam tempus enim aliquam dolor. Nullam at <a href=\"http://74.124.197.205/~ruthsnut/#\">erat gravida elit</a>. Praesent rhoncus aliquam turpis sapien justo vel bibendum.\r\n\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_tta_section][/vc_tta_tour][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1470328503897{background-color: #270639 !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: right;\"><a style=\"font-size: 20px; font-weight: 600;\" href=\"http://#\"> Questions? Contact us! <i class=\"icon icon-right-circled\" style=\"margin-right: 7px;\"></i> </a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Solutions','','inherit','closed','closed','','304-revision-v1','','','2016-08-10 03:45:28','2016-08-10 03:45:28','',304,'http://mitziconnell.com/demo18/2016/08/10/304-revision-v1/',0,'revision','',0),(338,3,'2016-08-10 03:50:34','2016-08-10 03:50:34','[vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space][fancy_heading h1=\"0\" style=\"line\" title=\"Our Health Solutions\" slogan=\"FIND BALANCE, VITALITY, RESTORATION\"][/fancy_heading][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1470798512951{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column][vc_column_text][ess_grid alias=\"solutions\"][/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1470359155764{margin-right: 50px !important;margin-left: 50px !important;}\"][vc_column][vc_tta_tour style=\"modern\" color=\"sky\" spacing=\"10\" alignment=\"right\" active_section=\"1\"][vc_tta_section i_position=\"right\" i_icon_fontawesome=\"fa fa-child\" title=\"Welcome!\" tab_id=\"1470798541870-f619427e-953a\" add_icon=\"true\"][vc_column_text]<img class=\"alignright size-thumbnail wp-image-334\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/08/Wellness-150x150.jpg\" alt=\"Wellness\" width=\"150\" height=\"150\" /><strong>This is an overview for this section.</strong> 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\nNunc non sem volutpat urna. Cras consectetuer adipiscing ligula. Sed lacinia, risus sit amet risus. Aliquam tempus enim aliquam dolor. Nullam at <a href=\"http://74.124.197.205/~ruthsnut/#\">erat gravida elit</a>. Praesent rhoncus aliquam turpis sapien justo vel bibendum.[/vc_column_text][/vc_tta_section][vc_tta_section i_position=\"right\" i_icon_fontawesome=\"fa fa-long-arrow-right\" title=\"Blood Sugar \" tab_id=\"1470799069520-0472eb4a-62af\" add_icon=\"true\"][vc_column_text]<img class=\"alignright size-thumbnail wp-image-306\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/08/SOLUTIONS-blood-sugar-02-150x150.jpg\" alt=\"SOLUTIONS - blood sugar 02\" width=\"150\" height=\"150\" />Nunc non sem volutpat urna. Cras consectetuer adipiscing ligula. Sed lacinia, risus sit amet risus. Aliquam tempus enim aliquam dolor. Nullam at <a href=\"http://74.124.197.205/~ruthsnut/#\">erat gravida elit</a>. Praesent rhoncus aliquam turpis sapien justo vel bibendum.\r\n\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_tta_section][vc_tta_section i_position=\"right\" i_icon_fontawesome=\"fa fa-long-arrow-right\" title=\"Digestive Wellness\" tab_id=\"1470799547589-4bf1e3db-5fa8\" add_icon=\"true\"][vc_column_text]<img class=\"alignright size-thumbnail wp-image-307\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/08/SOLUTIONS-digestive-wellness-01-150x150.jpg\" alt=\"SOLUTIONS - digestive wellness 01\" width=\"150\" height=\"150\" />Nunc non sem volutpat urna. Cras consectetuer adipiscing ligula. Sed lacinia, risus sit amet risus. Aliquam tempus enim aliquam dolor. Nullam at <a href=\"http://74.124.197.205/~ruthsnut/#\">erat gravida elit</a>. Praesent rhoncus aliquam turpis sapien justo vel bibendum.\r\n\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_tta_section][vc_tta_section i_position=\"right\" i_icon_fontawesome=\"fa fa-long-arrow-right\" title=\"Menopause \" tab_id=\"1470799761638-f8f94d22-b46c\" add_icon=\"true\"][vc_column_text]<img class=\"alignright size-thumbnail wp-image-308\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/08/SOLUTIONS-Menopause-Management-01-150x150.jpg\" alt=\"SOLUTIONS - Menopause Management 01\" width=\"150\" height=\"150\" />Nunc non sem volutpat urna. Cras consectetuer adipiscing ligula. Sed lacinia, risus sit amet risus. Aliquam tempus enim aliquam dolor. Nullam at <a href=\"http://74.124.197.205/~ruthsnut/#\">erat gravida elit</a>. Praesent rhoncus aliquam turpis sapien justo vel bibendum.\r\n\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_tta_section][vc_tta_section i_position=\"right\" i_icon_fontawesome=\"fa fa-long-arrow-right\" title=\"Healthy Kids\" tab_id=\"1470799821290-c3766d2c-f0af\" add_icon=\"true\"][vc_column_text]<img class=\"alignright size-thumbnail wp-image-310\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/08/SOLUTIONS-Healthy-Kids-01-150x150.jpg\" alt=\"SOLUTIONS - Healthy Kids 01\" width=\"150\" height=\"150\" />Nunc non sem volutpat urna. Cras consectetuer adipiscing ligula. Sed lacinia, risus sit amet risus. Aliquam tempus enim aliquam dolor. Nullam at <a href=\"http://74.124.197.205/~ruthsnut/#\">erat gravida elit</a>. Praesent rhoncus aliquam turpis sapien justo vel bibendum.\r\n\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_tta_section][vc_tta_section i_position=\"right\" i_icon_fontawesome=\"fa fa-long-arrow-right\" title=\"Mood Management\" tab_id=\"1470800018991-62c0263b-f257\" add_icon=\"true\"][vc_column_text]<img class=\"alignright size-thumbnail wp-image-309\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/08/SOLUTIONS-mood-management-01-150x150.jpg\" alt=\"SOLUTIONS - mood management 01\" width=\"150\" height=\"150\" />Nunc non sem volutpat urna. Cras consectetuer adipiscing ligula. Sed lacinia, risus sit amet risus. Aliquam tempus enim aliquam dolor. Nullam at <a href=\"http://74.124.197.205/~ruthsnut/#\">erat gravida elit</a>. Praesent rhoncus aliquam turpis sapien justo vel bibendum.\r\n\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_tta_section][vc_tta_section i_position=\"right\" i_icon_fontawesome=\"fa fa-long-arrow-right\" title=\"Weight Wisdom\" tab_id=\"1470800060592-9ae67325-94f6\" add_icon=\"true\"][vc_column_text]<img class=\"alignright size-thumbnail wp-image-311\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/08/SOLUTIONS-weight-management-01-150x150.jpg\" alt=\"SOLUTIONS - weight management 01\" width=\"150\" height=\"150\" />Nunc non sem volutpat urna. Cras consectetuer adipiscing ligula. Sed lacinia, risus sit amet risus. Aliquam tempus enim aliquam dolor. Nullam at <a href=\"http://74.124.197.205/~ruthsnut/#\">erat gravida elit</a>. Praesent rhoncus aliquam turpis sapien justo vel bibendum.\r\n\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_tta_section][/vc_tta_tour][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1470328503897{background-color: #270639 !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: right;\"><a style=\"font-size: 20px; font-weight: 600;\" href=\"http://#\">Â Contact us for a consultation!</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Solutions','','inherit','closed','closed','','304-revision-v1','','','2016-08-10 03:50:34','2016-08-10 03:50:34','',304,'http://mitziconnell.com/demo18/2016/08/10/304-revision-v1/',0,'revision','',0),(340,3,'2016-08-10 03:53:54','2016-08-10 03:53:54','[vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space][fancy_heading h1=\"0\" style=\"line\" title=\"Our Health Solutions\" slogan=\"FIND BALANCE, VITALITY, RESTORATION\"][/fancy_heading][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1470798512951{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column][vc_column_text][ess_grid alias=\"solutions\"][/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1470359155764{margin-right: 50px !important;margin-left: 50px !important;}\"][vc_column][vc_empty_space height=\"16px\"][vc_tta_tour style=\"modern\" color=\"sky\" spacing=\"10\" alignment=\"right\" active_section=\"1\"][vc_tta_section i_position=\"right\" i_icon_fontawesome=\"fa fa-child\" title=\"Welcome!\" tab_id=\"1470798541870-f619427e-953a\" add_icon=\"true\"][vc_column_text]<img class=\"alignright size-thumbnail wp-image-334\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/08/Wellness-150x150.jpg\" alt=\"Wellness\" width=\"150\" height=\"150\" /><strong>This is an overview for this section.</strong> 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\nNunc non sem volutpat urna. Cras consectetuer adipiscing ligula. Sed lacinia, risus sit amet risus. Aliquam tempus enim aliquam dolor. Nullam at <a href=\"http://74.124.197.205/~ruthsnut/#\">erat gravida elit</a>. Praesent rhoncus aliquam turpis sapien justo vel bibendum.[/vc_column_text][/vc_tta_section][vc_tta_section i_position=\"right\" i_icon_fontawesome=\"fa fa-long-arrow-right\" title=\"Blood Sugar \" tab_id=\"1470799069520-0472eb4a-62af\" add_icon=\"true\"][vc_column_text]<img class=\"alignright size-thumbnail wp-image-306\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/08/SOLUTIONS-blood-sugar-02-150x150.jpg\" alt=\"SOLUTIONS - blood sugar 02\" width=\"150\" height=\"150\" />Nunc non sem volutpat urna. Cras consectetuer adipiscing ligula. Sed lacinia, risus sit amet risus. Aliquam tempus enim aliquam dolor. Nullam at <a href=\"http://74.124.197.205/~ruthsnut/#\">erat gravida elit</a>. Praesent rhoncus aliquam turpis sapien justo vel bibendum.\r\n\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_tta_section][vc_tta_section i_position=\"right\" i_icon_fontawesome=\"fa fa-long-arrow-right\" title=\"Digestive Wellness\" tab_id=\"1470799547589-4bf1e3db-5fa8\" add_icon=\"true\"][vc_column_text]<img class=\"alignright size-thumbnail wp-image-307\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/08/SOLUTIONS-digestive-wellness-01-150x150.jpg\" alt=\"SOLUTIONS - digestive wellness 01\" width=\"150\" height=\"150\" />Nunc non sem volutpat urna. Cras consectetuer adipiscing ligula. Sed lacinia, risus sit amet risus. Aliquam tempus enim aliquam dolor. Nullam at <a href=\"http://74.124.197.205/~ruthsnut/#\">erat gravida elit</a>. Praesent rhoncus aliquam turpis sapien justo vel bibendum.\r\n\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_tta_section][vc_tta_section i_position=\"right\" i_icon_fontawesome=\"fa fa-long-arrow-right\" title=\"Menopause \" tab_id=\"1470799761638-f8f94d22-b46c\" add_icon=\"true\"][vc_column_text]<img class=\"alignright size-thumbnail wp-image-308\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/08/SOLUTIONS-Menopause-Management-01-150x150.jpg\" alt=\"SOLUTIONS - Menopause Management 01\" width=\"150\" height=\"150\" />Nunc non sem volutpat urna. Cras consectetuer adipiscing ligula. Sed lacinia, risus sit amet risus. Aliquam tempus enim aliquam dolor. Nullam at <a href=\"http://74.124.197.205/~ruthsnut/#\">erat gravida elit</a>. Praesent rhoncus aliquam turpis sapien justo vel bibendum.\r\n\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_tta_section][vc_tta_section i_position=\"right\" i_icon_fontawesome=\"fa fa-long-arrow-right\" title=\"Healthy Kids\" tab_id=\"1470799821290-c3766d2c-f0af\" add_icon=\"true\"][vc_column_text]<img class=\"alignright size-thumbnail wp-image-310\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/08/SOLUTIONS-Healthy-Kids-01-150x150.jpg\" alt=\"SOLUTIONS - Healthy Kids 01\" width=\"150\" height=\"150\" />Nunc non sem volutpat urna. Cras consectetuer adipiscing ligula. Sed lacinia, risus sit amet risus. Aliquam tempus enim aliquam dolor. Nullam at <a href=\"http://74.124.197.205/~ruthsnut/#\">erat gravida elit</a>. Praesent rhoncus aliquam turpis sapien justo vel bibendum.\r\n\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_tta_section][vc_tta_section i_position=\"right\" i_icon_fontawesome=\"fa fa-long-arrow-right\" title=\"Mood Management\" tab_id=\"1470800018991-62c0263b-f257\" add_icon=\"true\"][vc_column_text]<img class=\"alignright size-thumbnail wp-image-309\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/08/SOLUTIONS-mood-management-01-150x150.jpg\" alt=\"SOLUTIONS - mood management 01\" width=\"150\" height=\"150\" />Nunc non sem volutpat urna. Cras consectetuer adipiscing ligula. Sed lacinia, risus sit amet risus. Aliquam tempus enim aliquam dolor. Nullam at <a href=\"http://74.124.197.205/~ruthsnut/#\">erat gravida elit</a>. Praesent rhoncus aliquam turpis sapien justo vel bibendum.\r\n\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_tta_section][vc_tta_section i_position=\"right\" i_icon_fontawesome=\"fa fa-long-arrow-right\" title=\"Weight Wisdom\" tab_id=\"1470800060592-9ae67325-94f6\" add_icon=\"true\"][vc_column_text]<img class=\"alignright size-thumbnail wp-image-311\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/08/SOLUTIONS-weight-management-01-150x150.jpg\" alt=\"SOLUTIONS - weight management 01\" width=\"150\" height=\"150\" />Nunc non sem volutpat urna. Cras consectetuer adipiscing ligula. Sed lacinia, risus sit amet risus. Aliquam tempus enim aliquam dolor. Nullam at <a href=\"http://74.124.197.205/~ruthsnut/#\">erat gravida elit</a>. Praesent rhoncus aliquam turpis sapien justo vel bibendum.\r\n\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_tta_section][/vc_tta_tour][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1470328503897{background-color: #270639 !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: right;\"><a style=\"font-size: 20px; font-weight: 600;\" href=\"http://#\">Â Contact us for a consultation!</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Solutions','','inherit','closed','closed','','304-revision-v1','','','2016-08-10 03:53:54','2016-08-10 03:53:54','',304,'http://mitziconnell.com/demo18/2016/08/10/304-revision-v1/',0,'revision','',0),(347,3,'2016-08-10 04:23:55','2016-08-10 04:23:55','[vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space][fancy_heading h1=\"0\" style=\"line\" title=\"Our Services\" slogan=\"HOW CAN WE BRING HEALTH TO YOU?\"][/fancy_heading][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1470359155764{margin-right: 50px !important;margin-left: 50px !important;}\"][vc_column width=\"1/3\"][sliding_box image=\"236\" title=\"Massage Therapy\"][sliding_box image=\"234\" title=\"Herbal Therapy\"][/vc_column][vc_column width=\"1/3\"][sliding_box image=\"237\" title=\"Auricular Therapy\"][sliding_box image=\"300\" title=\"BioEnergetics Testing\"][/vc_column][vc_column width=\"1/3\"][sliding_box image=\"231\" title=\"Foot Reflexology\"][sliding_box image=\"301\" title=\"Custom-fitted Bras\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][vc_empty_space height=\"16px\"][fancy_heading h1=\"0\" style=\"line\" title=\"Meet Our Practitioners\" slogan=\"BOOK YOUR APPOINTMENT TODAY!\"][/fancy_heading][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][vc_row_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"236\" img_size=\"full\" alignment=\"center\" style=\"vc_box_shadow_3d\" css_animation=\"left-to-right\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<h3>Therapeutic Massage</h3>\r\n<h6>with Gabriele Farrales</h6>\r\nTherapeutic Massage has been practiced in some form in every culture for thousands of years. Massage is a healthy way to relieve stress, which many health practitioners claim is the number one cause of illness and disease. Stress greatly weakens the immune system which compromises the body\'s natural ability to heal. In addition to reducing stress, massage can be used to relieve pain from sore muscles, reduce muscle spasms, increase circulation, enhance mental clarity, temporarily reduce blood pressure in hypertensives, and support effective digestion.\r\n\r\nGabriele is a massage therapist licensed in Alabama (Lic. #2426) and nationally certified in Therapeutic Massage by NCTMB. She does Swedish Relaxation, Deep Tissue and/or Myofascial Release techniques, and the wonderfully luxurious hot stone massage![/vc_column_text][blockquote author=\"Author name here\"]Insert testimonial for this practitioner here[/blockquote][/vc_column_inner][vc_column_inner width=\"1/4\"][our_team style=\"circle\" image=\"199\" title=\"Gabriele Farrales\" subtitle=\"Herbal/Wellness Therapy\" phone=\"256-652-6830\" email=\"email@emailemail.com\"][/our_team][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1470355895562{background-color: #e9eaf4 !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"237\" img_size=\"full\" alignment=\"center\" style=\"vc_box_shadow_3d\" css_animation=\"left-to-right\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<h3>Auricular Therapy</h3>\r\n<h6>with Gabriele Farrales</h6>\r\nAuricular therapy involves activating reflex points on the outside of the ear that correspond with each of the various organs and body systems in order to stimulate, sedate, or balance those systems.\r\n\r\nOur certified auricular therapist uses a mild electric impulse on those reflex points with a special tool. Auricular therapy is non-invasive and can be used to help manage back pain, encourage weight loss, assist in overcoming addiction such as cigarette smoking, induce relaxation, and stimulate detoxification among an abundance of other benefits.\r\n\r\nGabriele Farrales is a certified Acupuncture Detoxification Specialist, and a licensed massage therapist. A lifelong learner, Gabriele currently continues her studies with the Institute of Chinese Herbology.[/vc_column_text][blockquote author=\"Author name here\"]Insert testimonial for this practitioner here[/blockquote][/vc_column_inner][vc_column_inner width=\"1/4\"][our_team style=\"circle\" image=\"199\" title=\"Gabriele Farrales\" subtitle=\"Auricular Therapy\" phone=\"256-652-6830\" email=\"email@emailemail.com\"][/our_team][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][vc_row_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"231\" img_size=\"full\" alignment=\"center\" style=\"vc_box_shadow_3d\" css_animation=\"left-to-right\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<h3>Reflexology &amp; Custom-Fitted Bras</h3>\r\n<h6>with Jean Mayo</h6>\r\nFoot reflexology is an ancient healing therapy that involves stimulating reflex points on the feet in order to activate the bodyâ€™s own natural healing powers. Jean Mayo, certified reflexologist with more than 25 years of experience, will show you how relaxing and healing foot reflexology can be. Appointments are 60 minutes (recommended) and 30 minutes.\r\n\r\nJean also sells Custom-Fitted Bras. These bras offer extraordinary support and they come in 216 different sizes! No matter what your shape or size, Jean can find a bra designed with you in mind.[/vc_column_text][blockquote author=\"Author name here\"]Insert testimonial for this practitioner here[/blockquote][/vc_column_inner][vc_column_inner width=\"1/4\"][our_team style=\"circle\" image=\"199\" title=\"Jean Mayo\" subtitle=\"Reflexologist, Custom Bra Fitter\" phone=\"256-653-8017\" email=\"email@emailemail.com\"][/our_team][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1470355895562{background-color: #e9eaf4 !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/4\"][vc_single_image image=\"234\" img_size=\"full\" alignment=\"center\" style=\"vc_box_shadow_3d\" css_animation=\"left-to-right\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]\r\n<h3>Herbal/Wellness Therapy</h3>\r\n<h6>with Phyllis D. Light</h6>\r\nPhyllis holds a master\'s degree in health studies from the University of Alabama and is a professional member of the American Herbalist Guild, a member of the International Herb Association and the Herb Society of America.\r\n\r\nInitial consultations last about an hour and consist of a detailed medical history, pertinent questions concerning your condition, and a non-invasive assessment. Please bring a list of medications, herbs or other supplements you are currently taking.\r\n\r\n1-hour consultations are $75.\r\nFollow-up appointments are $50/hour.[/vc_column_text][blockquote author=\"Author name here\"]Insert testimonial for this practitioner here[/blockquote][/vc_column_inner][vc_column_inner width=\"1/4\"][our_team style=\"circle\" image=\"199\" title=\"Phyllis D. Light\" subtitle=\"Herbal/Wellness Therapy\" phone=\"256-931-0351\" email=\"email@emailemail.com\"][/our_team][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column width=\"1/4\"][vc_single_image image=\"235\" img_size=\"full\" alignment=\"center\" style=\"vc_box_shadow_3d\" css_animation=\"left-to-right\"][/vc_column][vc_column width=\"1/2\"][vc_column_text]\r\n<h3>BioEnergetics Testing</h3>\r\n<h6>with Gordon Slack</h6>\r\nBioEnergetics Testing uses a computer to measure the electrical conductivity at responsive (meridian) points to assess which systems in the body have been compromised by environmental toxicity, nutritional deficiencies, emotional stress and energetic imbalances.\r\n\r\nOnce imbalances have been identified, the computer then recommends homeopathic and herbal remedies and/or nutritional supplementation to assist the body\'s healing process.\r\n\r\nGordon Slack earned his doctorate in bioenergetics with Zenia Richler, ND, NMD, of the Academy of BioEnergetics, Springfield, Mo. Gordon also is a certified lymphologist from the International Academy of Lymphology.[/vc_column_text][blockquote author=\"Author name here\"]Insert testimonial for this practitioner here[/blockquote][/vc_column][vc_column width=\"1/4\"][our_team target=\"_blank\" style=\"circle\" image=\"199\" title=\"Gordon Slack\" subtitle=\"BioEnergetics Testing\" phone=\"256-883-4127\" email=\"Email@emailemail.com\"][/our_team][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1470328503897{background-color: #270639 !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: right;\"><a style=\"font-size: 20px; font-weight: 600;\" href=\"http://#\"> Questions? Contact us! <i class=\"icon icon-right-circled\" style=\"margin-right: 7px;\"></i> </a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Services','','inherit','closed','closed','','10-revision-v1','','','2016-08-10 04:23:55','2016-08-10 04:23:55','',10,'http://mitziconnell.com/demo18/2016/08/10/10-revision-v1/',0,'revision','',0),(375,3,'2016-08-12 19:50:41','2016-08-12 19:50:41','[vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space][fancy_heading h1=\"0\" style=\"line\" title=\"Our Services\" slogan=\"HOW CAN WE BRING HEALTH TO YOU?\"][/fancy_heading][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1470355895562{background-color: #e9eaf4 !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/6\"][our_team style=\"circle\" image=\"199\" title=\"Phyllis D. Light\" subtitle=\"Herbal/Wellness Therapy\" phone=\"256-931-0351\" email=\"email@emailemail.com\"][/our_team][blockquote author=\"Author name here\"]Insert testimonial for this practitioner here[/blockquote][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_column_text]\r\n<h3>Wellness Therapy</h3>\r\n<h6>with Phyllis D. Light</h6>\r\n<img class=\"alignright size-thumbnail wp-image-234\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/herbalformulas_category-150x150.jpg\" alt=\"herbalformulas_category\" width=\"150\" height=\"150\" />Phyllis holds a master\'s degree in health studies from the University of Alabama and is a professional member of the American Herbalist Guild, a member of the International Herb Association and the Herb Society of America.\r\n\r\nInitial consultations last about an hour and consist of a detailed medical history, pertinent questions concerning your condition, and a non-invasive assessment. Please bring a list of medications, herbs or other supplements you are currently taking.\r\n\r\n1-hour consultations are $75.\r\nFollow-up appointments are $50/hour.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/6\"][our_team target=\"_blank\" style=\"circle\" image=\"199\" title=\"Gordon Slack\" subtitle=\"BioEnergetics Testing\" phone=\"256-883-4127\" email=\"Email@emailemail.com\"][/our_team][blockquote author=\"Author name here\"]Insert testimonial for this practitioner here[/blockquote][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_column_text]\r\n<h3>BioEnergetics Testing</h3>\r\n<h6>with Gordon Slack</h6>\r\n<img class=\"alignright size-thumbnail wp-image-300\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/asyra-2-150x150.jpg\" alt=\"asyra-2\" width=\"150\" height=\"150\" />BioEnergetics Testing uses a computer to measure the electrical conductivity at responsive (meridian) points to assess which systems in the body have been compromised by environmental toxicity, nutritional deficiencies, emotional stress and energetic imbalances.\r\n\r\nOnce imbalances have been identified, the computer then recommends homeopathic and herbal remedies and/or nutritional supplementation to assist the body\'s healing process.\r\n\r\nGordon Slack earned his doctorate in bioenergetics with Zenia Richler, ND, NMD, of the Academy of BioEnergetics, Springfield, Mo. Gordon also is a certified lymphologist from the International Academy of Lymphology.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"2/3\"][vc_tta_tour active_section=\"1\" title=\"Additional Services\"][vc_tta_section title=\"...and more\" tab_id=\"1471028561490-b0c463a9-d730\"][vc_custom_heading text=\"\r\n\r\nClick tabs at left to\r\nread about our additional services!\" font_container=\"tag:h3|text_align:center|color:%23b07811\" use_theme_fonts=\"yes\"][/vc_tta_section][vc_tta_section title=\"Massage Therapy\" tab_id=\"1471028561439-2e2c5584-e544\"][vc_column_text]\r\n<h3>Therapeutic Massage</h3>\r\n<h6>with Gabriele Farrales</h6>\r\n[caption id=\"attachment_236\" align=\"alignright\" width=\"150\"]<img class=\"size-thumbnail wp-image-236\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/massage-largemassage-large-150x150.jpg\" alt=\"Masseur doing massage on woman back in the spa salon\" width=\"150\" height=\"150\" /> Masseur doing massage on woman back in the spa salon[/caption]\r\n\r\nTherapeutic Massage has been practiced in some form in every culture for thousands of years. Massage is a healthy way to relieve stress, which many health practitioners claim is the number one cause of illness and disease. Stress greatly weakens the immune system which compromises the body\'s natural ability to heal. In addition to reducing stress, massage can be used to relieve pain from sore muscles, reduce muscle spasms, increase circulation, enhance mental clarity, temporarily reduce blood pressure in hypertensives, and support effective digestion.\r\n\r\nGabriele is a massage therapist licensed in Alabama (Lic. #2426) and nationally certified in Therapeutic Massage by NCTMB. She does Swedish Relaxation, Deep Tissue and/or Myofascial Release techniques, and the wonderfully luxurious hot stone massage![/vc_column_text][vc_message icon_fontawesome=\"fa fa-phone\"]Call Gabriele at 256-652-6830[/vc_message][/vc_tta_section][vc_tta_section title=\"Auricular Therapy\" tab_id=\"1471029435917-0e86f063-a729\"][vc_column_text]\r\n<h3>Auricular Therapy</h3>\r\n<h6>with Gabriele Farrales</h6>\r\n<img class=\"alignright size-thumbnail wp-image-237\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/auricular-150x150.jpg\" alt=\"auricular\" width=\"150\" height=\"150\" />Auricular therapy involves activating reflex points on the outside of the ear that correspond with each of the various organs and body systems in order to stimulate, sedate, or balance those systems.\r\n\r\nOur certified auricular therapist uses a mild electric impulse on those reflex points with a special tool. Auricular therapy is non-invasive and can be used to help manage back pain, encourage weight loss, assist in overcoming addiction such as cigarette smoking, induce relaxation, and stimulate detoxification among an abundance of other benefits.\r\n\r\n[/vc_column_text][vc_message icon_fontawesome=\"fa fa-phone\"]Call Gabriele at 256-652-6830[/vc_message][/vc_tta_section][vc_tta_section title=\"Foot Reflexology\" tab_id=\"1471030033537-9cc0b79a-1c3a\"][vc_column_text]\r\n<h3>Reflexology &amp; Custom-Fitted Bras</h3>\r\n<h6>with Jean Mayo</h6>\r\n<img class=\"alignright size-thumbnail wp-image-231\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/reflexology-feet_grande-150x150.jpg\" alt=\"reflexology-feet_grande\" width=\"150\" height=\"150\" />Foot reflexology is an ancient healing therapy that involves stimulating reflex points on the feet in order to activate the bodyâ€™s own natural healing powers. Jean Mayo, certified reflexologist with more than 25 years of experience, will show you how relaxing and healing foot reflexology can be. Appointments are 60 minutes (recommended) and 30 minutes.\r\n\r\nJean also sells Custom-Fitted Bras. These bras offer extraordinary support and they come in 216 different sizes! No matter what your shape or size, Jean can find a bra designed with you in mind.[/vc_column_text][vc_message icon_fontawesome=\"fa fa-phone\"]Call Jean at 256.653.8017[/vc_message][/vc_tta_section][vc_tta_section title=\"Custom Bras\" tab_id=\"1471030277685-0dbaf609-11a6\"][vc_column_text]\r\n<h3>Custom-Fitted Bras</h3>\r\n<h6>with Jean Mayo</h6>\r\n<img class=\"alignright size-thumbnail wp-image-301\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/bra-back-150x150.jpg\" alt=\"bra back\" width=\"150\" height=\"150\" />Jean also sells Custom-Fitted Bras. These bras offer extraordinary support and they come in 216 different sizes! No matter what your shape or size, Jean can find a bra designed with you in mind.[/vc_column_text][vc_message icon_fontawesome=\"fa fa-phone\"]Call Jean at 256.653.8017[/vc_message][/vc_tta_section][/vc_tta_tour][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1470328503897{background-color: #270639 !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: right;\"><a style=\"font-size: 20px; font-weight: 600;\" href=\"http://#\"> Questions? Contact us! <i class=\"icon icon-right-circled\" style=\"margin-right: 7px;\"></i> </a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Services','','inherit','closed','closed','','10-revision-v1','','','2016-08-12 19:50:41','2016-08-12 19:50:41','',10,'http://mitziconnell.com/demo18/2016/08/12/10-revision-v1/',0,'revision','',0),(376,3,'2016-08-12 19:51:24','2016-08-12 19:51:24','[vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space][fancy_heading h1=\"0\" style=\"line\" title=\"Our Services\" slogan=\"HOW CAN WE BRING HEALTH TO YOU?\"][/fancy_heading][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1470355895562{background-color: #e9eaf4 !important;}\"][vc_column][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"2/3\"][vc_tta_tour active_section=\"1\" title=\"Additional Services\"][vc_tta_section title=\"...and more\" tab_id=\"1471028561490-b0c463a9-d730\"][vc_custom_heading text=\"\r\n\r\nClick tabs at left to\r\nread about our additional services!\" font_container=\"tag:h3|text_align:center|color:%23b07811\" use_theme_fonts=\"yes\"][/vc_tta_section][vc_tta_section title=\"Massage Therapy\" tab_id=\"1471028561439-2e2c5584-e544\"][vc_column_text]\r\n<h3>Therapeutic Massage</h3>\r\n<h6>with Gabriele Farrales</h6>\r\n[caption id=\"attachment_236\" align=\"alignright\" width=\"150\"]<img class=\"size-thumbnail wp-image-236\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/massage-largemassage-large-150x150.jpg\" alt=\"Masseur doing massage on woman back in the spa salon\" width=\"150\" height=\"150\" /> Masseur doing massage on woman back in the spa salon[/caption]\r\n\r\nTherapeutic Massage has been practiced in some form in every culture for thousands of years. Massage is a healthy way to relieve stress, which many health practitioners claim is the number one cause of illness and disease. Stress greatly weakens the immune system which compromises the body\'s natural ability to heal. In addition to reducing stress, massage can be used to relieve pain from sore muscles, reduce muscle spasms, increase circulation, enhance mental clarity, temporarily reduce blood pressure in hypertensives, and support effective digestion.\r\n\r\nGabriele is a massage therapist licensed in Alabama (Lic. #2426) and nationally certified in Therapeutic Massage by NCTMB. She does Swedish Relaxation, Deep Tissue and/or Myofascial Release techniques, and the wonderfully luxurious hot stone massage![/vc_column_text][vc_message icon_fontawesome=\"fa fa-phone\"]Call Gabriele at 256-652-6830[/vc_message][/vc_tta_section][vc_tta_section title=\"Auricular Therapy\" tab_id=\"1471029435917-0e86f063-a729\"][vc_column_text]\r\n<h3>Auricular Therapy</h3>\r\n<h6>with Gabriele Farrales</h6>\r\n<img class=\"alignright size-thumbnail wp-image-237\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/auricular-150x150.jpg\" alt=\"auricular\" width=\"150\" height=\"150\" />Auricular therapy involves activating reflex points on the outside of the ear that correspond with each of the various organs and body systems in order to stimulate, sedate, or balance those systems.\r\n\r\nOur certified auricular therapist uses a mild electric impulse on those reflex points with a special tool. Auricular therapy is non-invasive and can be used to help manage back pain, encourage weight loss, assist in overcoming addiction such as cigarette smoking, induce relaxation, and stimulate detoxification among an abundance of other benefits.\r\n\r\n[/vc_column_text][vc_message icon_fontawesome=\"fa fa-phone\"]Call Gabriele at 256-652-6830[/vc_message][/vc_tta_section][vc_tta_section title=\"Foot Reflexology\" tab_id=\"1471030033537-9cc0b79a-1c3a\"][vc_column_text]\r\n<h3>Reflexology &amp; Custom-Fitted Bras</h3>\r\n<h6>with Jean Mayo</h6>\r\n<img class=\"alignright size-thumbnail wp-image-231\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/reflexology-feet_grande-150x150.jpg\" alt=\"reflexology-feet_grande\" width=\"150\" height=\"150\" />Foot reflexology is an ancient healing therapy that involves stimulating reflex points on the feet in order to activate the bodyâ€™s own natural healing powers. Jean Mayo, certified reflexologist with more than 25 years of experience, will show you how relaxing and healing foot reflexology can be. Appointments are 60 minutes (recommended) and 30 minutes.\r\n\r\nJean also sells Custom-Fitted Bras. These bras offer extraordinary support and they come in 216 different sizes! No matter what your shape or size, Jean can find a bra designed with you in mind.[/vc_column_text][vc_message icon_fontawesome=\"fa fa-phone\"]Call Jean at 256.653.8017[/vc_message][/vc_tta_section][vc_tta_section title=\"Custom Bras\" tab_id=\"1471030277685-0dbaf609-11a6\"][vc_column_text]\r\n<h3>Custom-Fitted Bras</h3>\r\n<h6>with Jean Mayo</h6>\r\n<img class=\"alignright size-thumbnail wp-image-301\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/bra-back-150x150.jpg\" alt=\"bra back\" width=\"150\" height=\"150\" />Jean also sells Custom-Fitted Bras. These bras offer extraordinary support and they come in 216 different sizes! No matter what your shape or size, Jean can find a bra designed with you in mind.[/vc_column_text][vc_message icon_fontawesome=\"fa fa-phone\"]Call Jean at 256.653.8017[/vc_message][/vc_tta_section][/vc_tta_tour][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1470328503897{background-color: #270639 !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: right;\"><a style=\"font-size: 20px; font-weight: 600;\" href=\"http://#\"> Questions? Contact us! <i class=\"icon icon-right-circled\" style=\"margin-right: 7px;\"></i> </a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Services','','inherit','closed','closed','','10-revision-v1','','','2016-08-12 19:51:24','2016-08-12 19:51:24','',10,'http://mitziconnell.com/demo18/2016/08/12/10-revision-v1/',0,'revision','',0),(377,3,'2016-08-12 21:00:47','2016-08-12 21:00:47','[vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space][fancy_heading h1=\"0\" style=\"line\" title=\"Our Services\" slogan=\"HOW CAN WE BRING HEALTH TO YOU?\"][/fancy_heading][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1470355895562{background-color: #e9eaf4 !important;}\"][vc_column width=\"1/2\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"2/3\"][vc_tta_tour active_section=\"1\" title=\"Additional Services\"][vc_tta_section title=\"...and more\" tab_id=\"1471028561490-b0c463a9-d730\"][vc_custom_heading text=\"\r\n\r\nClick tabs at left to\r\nread about our additional services!\" font_container=\"tag:h3|text_align:center|color:%23b07811\" use_theme_fonts=\"yes\"][/vc_tta_section][vc_tta_section title=\"Massage Therapy\" tab_id=\"1471028561439-2e2c5584-e544\"][vc_column_text]\r\n<h3>Therapeutic Massage</h3>\r\n<h6>with Gabriele Farrales</h6>\r\n[caption id=\"attachment_236\" align=\"alignright\" width=\"150\"]<img class=\"size-thumbnail wp-image-236\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/massage-largemassage-large-150x150.jpg\" alt=\"Masseur doing massage on woman back in the spa salon\" width=\"150\" height=\"150\" /> Masseur doing massage on woman back in the spa salon[/caption]\r\n\r\nTherapeutic Massage has been practiced in some form in every culture for thousands of years. Massage is a healthy way to relieve stress, which many health practitioners claim is the number one cause of illness and disease. Stress greatly weakens the immune system which compromises the body\'s natural ability to heal. In addition to reducing stress, massage can be used to relieve pain from sore muscles, reduce muscle spasms, increase circulation, enhance mental clarity, temporarily reduce blood pressure in hypertensives, and support effective digestion.\r\n\r\nGabriele is a massage therapist licensed in Alabama (Lic. #2426) and nationally certified in Therapeutic Massage by NCTMB. She does Swedish Relaxation, Deep Tissue and/or Myofascial Release techniques, and the wonderfully luxurious hot stone massage![/vc_column_text][vc_message icon_fontawesome=\"fa fa-phone\"]Call Gabriele at 256-652-6830[/vc_message][/vc_tta_section][vc_tta_section title=\"Auricular Therapy\" tab_id=\"1471029435917-0e86f063-a729\"][vc_column_text]\r\n<h3>Auricular Therapy</h3>\r\n<h6>with Gabriele Farrales</h6>\r\n<img class=\"alignright size-thumbnail wp-image-237\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/auricular-150x150.jpg\" alt=\"auricular\" width=\"150\" height=\"150\" />Auricular therapy involves activating reflex points on the outside of the ear that correspond with each of the various organs and body systems in order to stimulate, sedate, or balance those systems.\r\n\r\nOur certified auricular therapist uses a mild electric impulse on those reflex points with a special tool. Auricular therapy is non-invasive and can be used to help manage back pain, encourage weight loss, assist in overcoming addiction such as cigarette smoking, induce relaxation, and stimulate detoxification among an abundance of other benefits.\r\n\r\n[/vc_column_text][vc_message icon_fontawesome=\"fa fa-phone\"]Call Gabriele at 256-652-6830[/vc_message][/vc_tta_section][vc_tta_section title=\"Foot Reflexology\" tab_id=\"1471030033537-9cc0b79a-1c3a\"][vc_column_text]\r\n<h3>Reflexology &amp; Custom-Fitted Bras</h3>\r\n<h6>with Jean Mayo</h6>\r\n<img class=\"alignright size-thumbnail wp-image-231\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/reflexology-feet_grande-150x150.jpg\" alt=\"reflexology-feet_grande\" width=\"150\" height=\"150\" />Foot reflexology is an ancient healing therapy that involves stimulating reflex points on the feet in order to activate the bodyâ€™s own natural healing powers. Jean Mayo, certified reflexologist with more than 25 years of experience, will show you how relaxing and healing foot reflexology can be. Appointments are 60 minutes (recommended) and 30 minutes.\r\n\r\nJean also sells Custom-Fitted Bras. These bras offer extraordinary support and they come in 216 different sizes! No matter what your shape or size, Jean can find a bra designed with you in mind.[/vc_column_text][vc_message icon_fontawesome=\"fa fa-phone\"]Call Jean at 256.653.8017[/vc_message][/vc_tta_section][vc_tta_section title=\"Custom Bras\" tab_id=\"1471030277685-0dbaf609-11a6\"][vc_column_text]\r\n<h3>Custom-Fitted Bras</h3>\r\n<h6>with Jean Mayo</h6>\r\n<img class=\"alignright size-thumbnail wp-image-301\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/bra-back-150x150.jpg\" alt=\"bra back\" width=\"150\" height=\"150\" />Jean also sells Custom-Fitted Bras. These bras offer extraordinary support and they come in 216 different sizes! No matter what your shape or size, Jean can find a bra designed with you in mind.[/vc_column_text][vc_message icon_fontawesome=\"fa fa-phone\"]Call Jean at 256.653.8017[/vc_message][/vc_tta_section][/vc_tta_tour][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1470328503897{background-color: #270639 !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: right;\"><a style=\"font-size: 20px; font-weight: 600;\" href=\"http://#\"> Questions? Contact us! <i class=\"icon icon-right-circled\" style=\"margin-right: 7px;\"></i> </a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Services','','inherit','closed','closed','','10-revision-v1','','','2016-08-12 21:00:47','2016-08-12 21:00:47','',10,'http://mitziconnell.com/demo18/2016/08/12/10-revision-v1/',0,'revision','',0),(378,3,'2016-08-12 22:11:18','2016-08-12 22:11:18','[vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space][fancy_heading h1=\"0\" style=\"line\" title=\"Our Services\" slogan=\"HOW CAN WE BRING HEALTH TO YOU?\"][/fancy_heading][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1470355895562{background-color: #e9eaf4 !important;}\"][vc_column width=\"1/2\"][sliding_box image=\"230\" title=\"Wellness Therapy\r\nwith Phyllis D. Light\"][/vc_column][vc_column width=\"1/2\"][sliding_box image=\"300\" title=\"Bio Energetics Testing\r\nwith Gordon Slack\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"2/3\"][vc_tta_tour active_section=\"1\" title=\"Additional Services\"][vc_tta_section title=\"...and more\" tab_id=\"1471028561490-b0c463a9-d730\"][vc_custom_heading text=\"\r\n\r\nClick tabs at left to\r\nread about our additional services!\" font_container=\"tag:h3|text_align:center|color:%23b07811\" use_theme_fonts=\"yes\"][/vc_tta_section][vc_tta_section title=\"Massage Therapy\" tab_id=\"1471028561439-2e2c5584-e544\"][vc_column_text]\r\n<h3>Therapeutic Massage</h3>\r\n<h6>with Gabriele Farrales</h6>\r\n[caption id=\"attachment_236\" align=\"alignright\" width=\"150\"]<img class=\"size-thumbnail wp-image-236\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/massage-largemassage-large-150x150.jpg\" alt=\"Masseur doing massage on woman back in the spa salon\" width=\"150\" height=\"150\" /> Masseur doing massage on woman back in the spa salon[/caption]\r\n\r\nTherapeutic Massage has been practiced in some form in every culture for thousands of years. Massage is a healthy way to relieve stress, which many health practitioners claim is the number one cause of illness and disease. Stress greatly weakens the immune system which compromises the body\'s natural ability to heal. In addition to reducing stress, massage can be used to relieve pain from sore muscles, reduce muscle spasms, increase circulation, enhance mental clarity, temporarily reduce blood pressure in hypertensives, and support effective digestion.\r\n\r\nGabriele is a massage therapist licensed in Alabama (Lic. #2426) and nationally certified in Therapeutic Massage by NCTMB. She does Swedish Relaxation, Deep Tissue and/or Myofascial Release techniques, and the wonderfully luxurious hot stone massage![/vc_column_text][vc_message icon_fontawesome=\"fa fa-phone\"]Call Gabriele at 256-652-6830[/vc_message][/vc_tta_section][vc_tta_section title=\"Auricular Therapy\" tab_id=\"1471029435917-0e86f063-a729\"][vc_column_text]\r\n<h3>Auricular Therapy</h3>\r\n<h6>with Gabriele Farrales</h6>\r\n<img class=\"alignright size-thumbnail wp-image-237\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/auricular-150x150.jpg\" alt=\"auricular\" width=\"150\" height=\"150\" />Auricular therapy involves activating reflex points on the outside of the ear that correspond with each of the various organs and body systems in order to stimulate, sedate, or balance those systems.\r\n\r\nOur certified auricular therapist uses a mild electric impulse on those reflex points with a special tool. Auricular therapy is non-invasive and can be used to help manage back pain, encourage weight loss, assist in overcoming addiction such as cigarette smoking, induce relaxation, and stimulate detoxification among an abundance of other benefits.\r\n\r\n[/vc_column_text][vc_message icon_fontawesome=\"fa fa-phone\"]Call Gabriele at 256-652-6830[/vc_message][/vc_tta_section][vc_tta_section title=\"Foot Reflexology\" tab_id=\"1471030033537-9cc0b79a-1c3a\"][vc_column_text]\r\n<h3>Reflexology &amp; Custom-Fitted Bras</h3>\r\n<h6>with Jean Mayo</h6>\r\n<img class=\"alignright size-thumbnail wp-image-231\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/reflexology-feet_grande-150x150.jpg\" alt=\"reflexology-feet_grande\" width=\"150\" height=\"150\" />Foot reflexology is an ancient healing therapy that involves stimulating reflex points on the feet in order to activate the bodyâ€™s own natural healing powers. Jean Mayo, certified reflexologist with more than 25 years of experience, will show you how relaxing and healing foot reflexology can be. Appointments are 60 minutes (recommended) and 30 minutes.\r\n\r\nJean also sells Custom-Fitted Bras. These bras offer extraordinary support and they come in 216 different sizes! No matter what your shape or size, Jean can find a bra designed with you in mind.[/vc_column_text][vc_message icon_fontawesome=\"fa fa-phone\"]Call Jean at 256.653.8017[/vc_message][/vc_tta_section][vc_tta_section title=\"Custom Bras\" tab_id=\"1471030277685-0dbaf609-11a6\"][vc_column_text]\r\n<h3>Custom-Fitted Bras</h3>\r\n<h6>with Jean Mayo</h6>\r\n<img class=\"alignright size-thumbnail wp-image-301\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/bra-back-150x150.jpg\" alt=\"bra back\" width=\"150\" height=\"150\" />Jean also sells Custom-Fitted Bras. These bras offer extraordinary support and they come in 216 different sizes! No matter what your shape or size, Jean can find a bra designed with you in mind.[/vc_column_text][vc_message icon_fontawesome=\"fa fa-phone\"]Call Jean at 256.653.8017[/vc_message][/vc_tta_section][/vc_tta_tour][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1470328503897{background-color: #270639 !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: right;\"><a style=\"font-size: 20px; font-weight: 600;\" href=\"http://#\"> Questions? Contact us! <i class=\"icon icon-right-circled\" style=\"margin-right: 7px;\"></i> </a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Services','','inherit','closed','closed','','10-revision-v1','','','2016-08-12 22:11:18','2016-08-12 22:11:18','',10,'http://mitziconnell.com/demo18/2016/08/12/10-revision-v1/',0,'revision','',0),(379,3,'2016-08-12 22:22:12','2016-08-12 22:22:12','[vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space][fancy_heading h1=\"0\" style=\"line\" title=\"Our Services\" slogan=\"HOW CAN WE BRING HEALTH TO YOU?\"][/fancy_heading][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/6\"][our_team style=\"circle\" image=\"199\" title=\"Phyllis D. Light\" subtitle=\"Wellness Therapy\" phone=\"222.333.4444\" email=\"email@goeshere.com\"]content goes here[/our_team][/vc_column][vc_column width=\"1/3\"][vc_empty_space height=\"16px\"][vc_column_text]I 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.Â Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit.Â Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit.Â Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit.[/vc_column_text][/vc_column][vc_column width=\"1/6\"][our_team style=\"circle\" image=\"199\" title=\"Gordon Slack\" subtitle=\"Bio Energetics Testing\" phone=\"222.333.4444\" email=\"email@goeshere.com\"]content goes here[/our_team][/vc_column][vc_column width=\"1/3\"][vc_empty_space height=\"16px\"][vc_column_text]I 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.Â Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit.Â Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit.Â Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit.[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1471039949309{background-color: #e9eaf4 !important;}\"][vc_column width=\"1/3\"][/vc_column][vc_column width=\"2/3\"][vc_tta_tour active_section=\"1\"][vc_tta_section title=\"...and more\" tab_id=\"1471028561490-b0c463a9-d730\"][vc_custom_heading text=\"\r\n\r\nClick tabs at left to\r\nread about our additional services!\" font_container=\"tag:h3|text_align:center|color:%23b07811\" use_theme_fonts=\"yes\"][/vc_tta_section][vc_tta_section title=\"Massage Therapy\" tab_id=\"1471028561439-2e2c5584-e544\"][vc_column_text]\r\n<h3>Therapeutic Massage</h3>\r\n<h6>with Gabriele Farrales</h6>\r\n[caption id=\"attachment_236\" align=\"alignright\" width=\"150\"]<img class=\"size-thumbnail wp-image-236\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/massage-largemassage-large-150x150.jpg\" alt=\"Masseur doing massage on woman back in the spa salon\" width=\"150\" height=\"150\" /> Masseur doing massage on woman back in the spa salon[/caption]\r\n\r\nTherapeutic Massage has been practiced in some form in every culture for thousands of years. Massage is a healthy way to relieve stress, which many health practitioners claim is the number one cause of illness and disease. Stress greatly weakens the immune system which compromises the body\'s natural ability to heal. In addition to reducing stress, massage can be used to relieve pain from sore muscles, reduce muscle spasms, increase circulation, enhance mental clarity, temporarily reduce blood pressure in hypertensives, and support effective digestion.\r\n\r\nGabriele is a massage therapist licensed in Alabama (Lic. #2426) and nationally certified in Therapeutic Massage by NCTMB. She does Swedish Relaxation, Deep Tissue and/or Myofascial Release techniques, and the wonderfully luxurious hot stone massage![/vc_column_text][vc_message icon_fontawesome=\"fa fa-phone\"]Call Gabriele at 256-652-6830[/vc_message][/vc_tta_section][vc_tta_section title=\"Auricular Therapy\" tab_id=\"1471029435917-0e86f063-a729\"][vc_column_text]\r\n<h3>Auricular Therapy</h3>\r\n<h6>with Gabriele Farrales</h6>\r\n<img class=\"alignright size-thumbnail wp-image-237\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/auricular-150x150.jpg\" alt=\"auricular\" width=\"150\" height=\"150\" />Auricular therapy involves activating reflex points on the outside of the ear that correspond with each of the various organs and body systems in order to stimulate, sedate, or balance those systems.\r\n\r\nOur certified auricular therapist uses a mild electric impulse on those reflex points with a special tool. Auricular therapy is non-invasive and can be used to help manage back pain, encourage weight loss, assist in overcoming addiction such as cigarette smoking, induce relaxation, and stimulate detoxification among an abundance of other benefits.\r\n\r\n[/vc_column_text][vc_message icon_fontawesome=\"fa fa-phone\"]Call Gabriele at 256-652-6830[/vc_message][/vc_tta_section][vc_tta_section title=\"Foot Reflexology\" tab_id=\"1471030033537-9cc0b79a-1c3a\"][vc_column_text]\r\n<h3>Reflexology &amp; Custom-Fitted Bras</h3>\r\n<h6>with Jean Mayo</h6>\r\n<img class=\"alignright size-thumbnail wp-image-231\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/reflexology-feet_grande-150x150.jpg\" alt=\"reflexology-feet_grande\" width=\"150\" height=\"150\" />Foot reflexology is an ancient healing therapy that involves stimulating reflex points on the feet in order to activate the bodyâ€™s own natural healing powers. Jean Mayo, certified reflexologist with more than 25 years of experience, will show you how relaxing and healing foot reflexology can be. Appointments are 60 minutes (recommended) and 30 minutes.\r\n\r\nJean also sells Custom-Fitted Bras. These bras offer extraordinary support and they come in 216 different sizes! No matter what your shape or size, Jean can find a bra designed with you in mind.[/vc_column_text][vc_message icon_fontawesome=\"fa fa-phone\"]Call Jean at 256.653.8017[/vc_message][/vc_tta_section][vc_tta_section title=\"Custom Bras\" tab_id=\"1471030277685-0dbaf609-11a6\"][vc_column_text]\r\n<h3>Custom-Fitted Bras</h3>\r\n<h6>with Jean Mayo</h6>\r\n<img class=\"alignright size-thumbnail wp-image-301\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/bra-back-150x150.jpg\" alt=\"bra back\" width=\"150\" height=\"150\" />Jean also sells Custom-Fitted Bras. These bras offer extraordinary support and they come in 216 different sizes! No matter what your shape or size, Jean can find a bra designed with you in mind.[/vc_column_text][vc_message icon_fontawesome=\"fa fa-phone\"]Call Jean at 256.653.8017[/vc_message][/vc_tta_section][/vc_tta_tour][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1470328503897{background-color: #270639 !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: right;\"><a style=\"font-size: 20px; font-weight: 600;\" href=\"http://#\"> Questions? Contact us! <i class=\"icon icon-right-circled\" style=\"margin-right: 7px;\"></i> </a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Services','','inherit','closed','closed','','10-revision-v1','','','2016-08-12 22:22:12','2016-08-12 22:22:12','',10,'http://mitziconnell.com/demo18/2016/08/12/10-revision-v1/',0,'revision','',0),(380,3,'2016-08-12 22:34:14','2016-08-12 22:34:14','[vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space][fancy_heading h1=\"0\" style=\"line\" title=\"Our Services\" slogan=\"HOW CAN WE BRING HEALTH TO YOU?\"][/fancy_heading][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_single_image image=\"230\" img_size=\"full\" alignment=\"center\" style=\"vc_box_shadow_3d\" css_animation=\"right-to-left\"][/vc_column][vc_column width=\"1/4\"][our_team style=\"circle\" image=\"199\" title=\"Phyllis D. Light\" subtitle=\"Wellness Therapy\" phone=\"222.333.4444\" email=\"email@goeshere.com\"]content goes here[/our_team][/vc_column][vc_column width=\"1/2\"][vc_empty_space height=\"16px\"][vc_column_text]I 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.Â Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit.Â Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit.Â Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit.[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1471041114164{background-color: #e9eaf4 !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"300\" img_size=\"full\" alignment=\"center\" style=\"vc_box_shadow_3d\" css_animation=\"left-to-right\"][/vc_column][vc_column width=\"1/4\"][our_team style=\"circle\" image=\"199\" title=\"Gordon Slack\" subtitle=\"Bio Energetics Testing\" phone=\"222.333.4444\" email=\"email@goeshere.com\"]content goes here[/our_team][/vc_column][vc_column width=\"1/2\"][vc_empty_space height=\"16px\"][vc_column_text]I 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.Â Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit.Â Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit.Â Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"2/3\"][vc_tta_tour active_section=\"1\"][vc_tta_section title=\"...and more\" tab_id=\"1471028561490-b0c463a9-d730\"][vc_custom_heading text=\"\r\n\r\nClick tabs at left to\r\nread about our additional services!\" font_container=\"tag:h3|text_align:center|color:%23b07811\" use_theme_fonts=\"yes\"][/vc_tta_section][vc_tta_section title=\"Massage Therapy\" tab_id=\"1471028561439-2e2c5584-e544\"][vc_column_text]\r\n<h3>Therapeutic Massage</h3>\r\n<h6>with Gabriele Farrales</h6>\r\n[caption id=\"attachment_236\" align=\"alignright\" width=\"150\"]<img class=\"size-thumbnail wp-image-236\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/massage-largemassage-large-150x150.jpg\" alt=\"Masseur doing massage on woman back in the spa salon\" width=\"150\" height=\"150\" /> Masseur doing massage on woman back in the spa salon[/caption]\r\n\r\nTherapeutic Massage has been practiced in some form in every culture for thousands of years. Massage is a healthy way to relieve stress, which many health practitioners claim is the number one cause of illness and disease. Stress greatly weakens the immune system which compromises the body\'s natural ability to heal. In addition to reducing stress, massage can be used to relieve pain from sore muscles, reduce muscle spasms, increase circulation, enhance mental clarity, temporarily reduce blood pressure in hypertensives, and support effective digestion.\r\n\r\nGabriele is a massage therapist licensed in Alabama (Lic. #2426) and nationally certified in Therapeutic Massage by NCTMB. She does Swedish Relaxation, Deep Tissue and/or Myofascial Release techniques, and the wonderfully luxurious hot stone massage![/vc_column_text][vc_message icon_fontawesome=\"fa fa-phone\"]Call Gabriele at 256-652-6830[/vc_message][/vc_tta_section][vc_tta_section title=\"Auricular Therapy\" tab_id=\"1471029435917-0e86f063-a729\"][vc_column_text]\r\n<h3>Auricular Therapy</h3>\r\n<h6>with Gabriele Farrales</h6>\r\n<img class=\"alignright size-thumbnail wp-image-237\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/auricular-150x150.jpg\" alt=\"auricular\" width=\"150\" height=\"150\" />Auricular therapy involves activating reflex points on the outside of the ear that correspond with each of the various organs and body systems in order to stimulate, sedate, or balance those systems.\r\n\r\nOur certified auricular therapist uses a mild electric impulse on those reflex points with a special tool. Auricular therapy is non-invasive and can be used to help manage back pain, encourage weight loss, assist in overcoming addiction such as cigarette smoking, induce relaxation, and stimulate detoxification among an abundance of other benefits.\r\n\r\n[/vc_column_text][vc_message icon_fontawesome=\"fa fa-phone\"]Call Gabriele at 256-652-6830[/vc_message][/vc_tta_section][vc_tta_section title=\"Foot Reflexology\" tab_id=\"1471030033537-9cc0b79a-1c3a\"][vc_column_text]\r\n<h3>Reflexology &amp; Custom-Fitted Bras</h3>\r\n<h6>with Jean Mayo</h6>\r\n<img class=\"alignright size-thumbnail wp-image-231\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/reflexology-feet_grande-150x150.jpg\" alt=\"reflexology-feet_grande\" width=\"150\" height=\"150\" />Foot reflexology is an ancient healing therapy that involves stimulating reflex points on the feet in order to activate the bodyâ€™s own natural healing powers. Jean Mayo, certified reflexologist with more than 25 years of experience, will show you how relaxing and healing foot reflexology can be. Appointments are 60 minutes (recommended) and 30 minutes.\r\n\r\nJean also sells Custom-Fitted Bras. These bras offer extraordinary support and they come in 216 different sizes! No matter what your shape or size, Jean can find a bra designed with you in mind.[/vc_column_text][vc_message icon_fontawesome=\"fa fa-phone\"]Call Jean at 256.653.8017[/vc_message][/vc_tta_section][vc_tta_section title=\"Custom Bras\" tab_id=\"1471030277685-0dbaf609-11a6\"][vc_column_text]\r\n<h3>Custom-Fitted Bras</h3>\r\n<h6>with Jean Mayo</h6>\r\n<img class=\"alignright size-thumbnail wp-image-301\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/bra-back-150x150.jpg\" alt=\"bra back\" width=\"150\" height=\"150\" />Jean also sells Custom-Fitted Bras. These bras offer extraordinary support and they come in 216 different sizes! No matter what your shape or size, Jean can find a bra designed with you in mind.[/vc_column_text][vc_message icon_fontawesome=\"fa fa-phone\"]Call Jean at 256.653.8017[/vc_message][/vc_tta_section][/vc_tta_tour][/vc_column][vc_column width=\"1/3\"][contact_box address=\"Address here\r\naddress here\r\ncity state zip here\" title=\"Visit us today!\" telephone=\"222.333.4444\" email=\"email@noemaill.com\" image=\"209\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1470328503897{background-color: #270639 !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: right;\"><a style=\"font-size: 20px; font-weight: 600;\" href=\"http://#\"> Questions? Contact us! <i class=\"icon icon-right-circled\" style=\"margin-right: 7px;\"></i> </a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Services','','inherit','closed','closed','','10-revision-v1','','','2016-08-12 22:34:14','2016-08-12 22:34:14','',10,'http://mitziconnell.com/demo18/2016/08/12/10-revision-v1/',0,'revision','',0),(386,3,'2016-08-22 00:07:18','2016-08-22 00:07:18','[vc_row][vc_column][vc_empty_space][vc_row_inner][vc_column_inner width=\"2/3\"][vc_column_text]\r\n<h6 style=\"font-size: 32px;\">WELCOME!</h6>\r\n<h6 style=\"font-size: 14px;\">Why we do what we do</h6>\r\n[divider height=\"20\"]\r\n\r\nAt Ruthâ€™s weâ€™re passionate about helping you reach optimal health. Each of us has worked her way through personal health problems, a process that instilled in us a drive to help others. If we can make you feel better, we feel better; itâ€™s as simple as that.\r\n\r\nWe want you feeling good and looking good. Thatâ€™s why we stock a wide variety of top-quality products: immune aids, brain boosters, non-toxic skin care, organic essential oils and much, much more. We believe in going the extra mile. Weâ€™re glad to special order customer-requested items or deliver prepaid products to your car when your lifeâ€™s too hectic to spend time in the store.\r\n\r\nWe study our craft, regularly attending both medical and natural health conferences, in order to share the latest information possible.\r\n\r\nWe take the time to listen, hear your story and offer the best solutions we know. The road to good health begins here; letâ€™s get started together![/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_empty_space][vc_gallery interval=\"3\" images=\"158,147,146,107,109\" img_size=\"medium\" onclick=\"\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1470334579016{background-color: #f1fdea !important;}\"][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]\r\n<h3 style=\"text-align: center;\">Subscribe to our newsletter!</h3>\r\n<p style=\"text-align: center;\">[contact-form-7 id=\"212\" title=\"Newsletter one-row\"]</p>\r\n[/vc_column_text][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][vc_row_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vc_text_separator title=\"Meet our Team!\" i_icon_fontawesome=\"fa fa-commenting\" i_color=\"violet\" color=\"chino\" style=\"dotted\" add_icon=\"true\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][our_team style=\"horizontal\" image=\"199\" title=\"Cynthia Freese\" subtitle=\"Owner\" phone=\"222.333.4444\" email=\"email@emailemail.com\"]Cynthia has worked in Ruthâ€™s Nutrition since 1994 and owned it since 2007.\r\nOver those years she has served the public with grace, style and savvy, creating a locally owned store that offers a friendly, attractive atmosphere, top-quality products and some of the most knowledgeable health food store staffers in the region.[/our_team][/vc_column_inner][vc_column_inner width=\"1/2\"][our_team style=\"horizontal\" image=\"199\" title=\"Sue Cummings\" subtitle=\"Clinical Herbalist\" phone=\"222.333.4444\" email=\"email@emailemail.com\"]Sue is a clinical herbalist with a bachelorâ€™s degree in botanical medicine and professional membership in the American Herbalists Guild. After having a private practice for several years, she joined Ruthâ€™s Nutrition where sheâ€™s more than happy to share her expertise with customers for free.[/our_team][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][our_team style=\"horizontal\" image=\"199\" title=\"Anita Eisenberg\" subtitle=\"Health Specialist\" phone=\"222.333.4444\" email=\"email@emailemail.com\"]Anita has been in the health care business for more than 25 years, cataloging a vast knowledge of illnesses, products and their appropriate uses. Ask Anita a question and youâ€™ll likely get not only an informed answer but also an amazing amount of detail. Here at Ruthâ€™s Nutrition, sheâ€™s fondly known as The Walking Encyclopedia.[/our_team][/vc_column_inner][vc_column_inner width=\"1/2\"][our_team style=\"horizontal\" image=\"199\" title=\"Christine Dennis\" subtitle=\"Aromatherapy &amp; Skin Care Specialist\" phone=\"222.333.4444\" email=\"email@emailemail.com\"]Christine has a passion for children; just watch her light up any time a child is around. No wonder then that sheâ€™s made understanding childrenâ€™s ailments, health, and happiness her priority. Not only is she great with kids, sheâ€™s a maven when it comes to aromatherapy, skin care -- and our displays. If youâ€™ve seen one of her gift baskets, you know she knows how to make things look good.[/our_team][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][our_team style=\"horizontal\" image=\"199\" title=\"Barbara Musso\" subtitle=\"RN and Reflexologist\" phone=\"222.333.4444\" email=\"email@emailemail.com\"]Barb has been a registered nurse for more than 40 years, working in the operating room and in gerontology before joining the Ruthâ€™s Nutrition team. Sheâ€™s long been interested in alternative healing modalities, studying reflexology and learning to understand the subtle energies of the body. Known for her big heart and her caring listening skills, Barb has become a customer favorite.[/our_team][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_single_image image=\"204\" img_size=\"full\" alignment=\"center\" style=\"vc_box_shadow_3d\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1470328503897{background-color: #270639 !important;}\"][vc_column][vc_column_text]\r\n<h3 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Every journey begins with just one step.</span></h3>\r\n[/vc_column_text][vc_btn title=\"Take the first step here\" style=\"gradient\" align=\"center\" i_icon_fontawesome=\"fa fa-phone\" link=\"url:%23|||\" add_icon=\"true\"][/vc_column][/vc_row]','Our Story','','inherit','closed','closed','','8-revision-v1','','','2016-08-22 00:07:18','2016-08-22 00:07:18','',8,'http://mitziconnell.com/demo18/2016/08/22/8-revision-v1/',0,'revision','',0),(392,3,'2016-08-22 02:15:32','2016-08-22 02:15:32','','SOLUTIONS - skin care','','inherit','open','closed','','solutions-skin-care','','','2016-08-22 02:16:29','2016-08-22 02:16:29','',304,'http://mitziconnell.com/demo18/wp-content/uploads/2016/08/SOLUTIONS-skin-care.jpg',0,'attachment','image/jpeg',0),(393,3,'2016-08-22 02:21:47','2016-08-22 02:21:47','[vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space][fancy_heading h1=\"0\" style=\"line\" title=\"Our Health Solutions\" slogan=\"FIND BALANCE, VITALITY, RESTORATION\"][/fancy_heading][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1470798512951{margin-right: 30px !important;margin-left: 30px !important;}\"][vc_column][vc_column_text][ess_grid alias=\"solutions\"][/vc_column_text][/vc_column][/vc_row][vc_row css=\".vc_custom_1470359155764{margin-right: 50px !important;margin-left: 50px !important;}\"][vc_column][vc_empty_space height=\"16px\"][vc_tta_tour style=\"modern\" color=\"sky\" spacing=\"10\" alignment=\"right\" active_section=\"1\"][vc_tta_section i_position=\"right\" i_icon_fontawesome=\"fa fa-child\" title=\"Welcome!\" tab_id=\"1470798541870-f619427e-953a\" add_icon=\"true\"][vc_column_text]<img class=\"alignright size-thumbnail wp-image-334\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/08/Wellness-150x150.jpg\" alt=\"Wellness\" width=\"150\" height=\"150\" /><strong>Weâ€™ve been successfully dealing with customer health problems for decades. </strong> We take the time to listen, really listen, to your story. We learn from experience and we learn from research. Chances are weâ€™ve dealt with a situation like yours before. If youâ€™ve got an issue, we bet we can help. Come see us; weâ€™ll do our best to get you on the road to optimal health. [/vc_column_text][/vc_tta_section][vc_tta_section i_position=\"right\" i_icon_fontawesome=\"fa fa-long-arrow-right\" title=\"Blood Sugar \" tab_id=\"1470799069520-0472eb4a-62af\" add_icon=\"true\"][vc_column_text]<img class=\"alignright size-thumbnail wp-image-306\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/08/SOLUTIONS-blood-sugar-02-150x150.jpg\" alt=\"SOLUTIONS - blood sugar 02\" width=\"150\" height=\"150\" /><strong>Blood Sugar Management</strong>\r\nSo those blood sugar numbers keep creeping up and youâ€™re afraid thereâ€™s an unwanted diabetes diagnosis in your future. Maybe not. Our planet contains some extraordinary plants with amazing superpowers. Add those to a few dietary changes and astonishing things can happen. Letâ€™s talk, call in a few of those herbal allies, and get your numbers going in the right direction!\r\n\r\n[/vc_column_text][/vc_tta_section][vc_tta_section i_position=\"right\" i_icon_fontawesome=\"fa fa-long-arrow-right\" title=\"Digestive Wellness\" tab_id=\"1470799547589-4bf1e3db-5fa8\" add_icon=\"true\"][vc_column_text]<img class=\"alignright size-thumbnail wp-image-307\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/08/SOLUTIONS-digestive-wellness-01-150x150.jpg\" alt=\"SOLUTIONS - digestive wellness 01\" width=\"150\" height=\"150\" /><strong>Digestive Wellness</strong>\r\nGas and bloating, constipation, diarrhea, heartburn: Lots of us have unhappy tummies or poor digestion, and lots of us respond to natural remedies. Just ask our customers. No matter what your symptoms are, letâ€™s talk about it. We bet we can find a solution.\r\n[/vc_column_text][/vc_tta_section][vc_tta_section i_position=\"right\" i_icon_fontawesome=\"fa fa-long-arrow-right\" title=\"Menopause \" tab_id=\"1470799761638-f8f94d22-b46c\" add_icon=\"true\"][vc_column_text]<img class=\"alignright size-thumbnail wp-image-308\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/08/SOLUTIONS-Menopause-Management-01-150x150.jpg\" alt=\"SOLUTIONS - Menopause Management 01\" width=\"150\" height=\"150\" /><strong>Menopause Management </strong>\r\nHot flashes, sleepless nights, high anxiety, mood swings, vaginal dryness. Whew! Thank goodness menopause is a natural process that responds well to natural solutions. Come on in and weâ€™ll help you find what works for you.[/vc_column_text][/vc_tta_section][vc_tta_section i_position=\"right\" i_icon_fontawesome=\"fa fa-long-arrow-right\" title=\"Mood Management\" tab_id=\"1470800018991-62c0263b-f257\" add_icon=\"true\"][vc_column_text]<img class=\"alignright size-thumbnail wp-image-309\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/08/SOLUTIONS-mood-management-01-150x150.jpg\" alt=\"SOLUTIONS - mood management 01\" width=\"150\" height=\"150\" /><strong>Feeling wired and tired? Worried? Stressed out? Crabby or blue?</strong> Welcome to the new normal in our frantic, bullet-paced world. But it doesnâ€™t have to be this way. With the right knowledge, you can balance your hormones, tweak your chemistry and reach a whole new peace of mind. Letâ€™s chat; weâ€™ll be glad to share our mental magic.[/vc_column_text][/vc_tta_section][vc_tta_section i_position=\"right\" i_icon_fontawesome=\"fa fa-long-arrow-right\" title=\"Weight Wisdom\" tab_id=\"1470800060592-9ae67325-94f6\" add_icon=\"true\"][vc_column_text]<img class=\"alignright size-thumbnail wp-image-311\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/08/SOLUTIONS-weight-management-01-150x150.jpg\" alt=\"SOLUTIONS - weight management 01\" width=\"150\" height=\"150\" /><strong>Weight Management</strong>\r\nWhen itâ€™s time to battle the bulge, you need all the ammo you can get. Ammo you can count on to curb your appetite, calm your blood sugar and boost your metabolism. Weâ€™ve got a hefty weight-loss arsenal to choose from; come talk and weâ€™ll teach you how to use it.[/vc_column_text][/vc_tta_section][vc_tta_section i_position=\"right\" i_icon_fontawesome=\"fa fa-long-arrow-right\" title=\"Skin Care\" tab_id=\"1471831829857-2dadb106-8113\" add_icon=\"true\"][vc_column_text]<strong>\r\n<img class=\"alignright size-thumbnail wp-image-392\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/08/SOLUTIONS-skin-care-150x150.jpg\" alt=\"SOLUTIONS - skin care\" width=\"150\" height=\"150\" />Skin Care</strong>\r\nIf you care about your skin, you care about whatâ€™s in your skin care product. Thatâ€™s why we carry some of the finest toxin-free anti-aging creams and lotions and potions youâ€™ll find. Thereâ€™s a lot to choose from. Letâ€™s talk and weâ€™ll help you find the product that best suits your skin.\r\n[/vc_column_text][/vc_tta_section][vc_tta_section i_position=\"right\" i_icon_fontawesome=\"fa fa-long-arrow-right\" title=\"Healthy Kids\" tab_id=\"1470799821290-c3766d2c-f0af\" add_icon=\"true\"][vc_column_text]<img class=\"alignright size-thumbnail wp-image-310\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/08/SOLUTIONS-Healthy-Kids-01-150x150.jpg\" alt=\"SOLUTIONS - Healthy Kids 01\" width=\"150\" height=\"150\" />Nunc non sem volutpat urna. Cras consectetuer adipiscing ligula. Sed lacinia, risus sit amet risus. Aliquam tempus enim aliquam dolor. Nullam at <a href=\"http://74.124.197.205/~ruthsnut/#\">erat gravida elit</a>. Praesent rhoncus aliquam turpis sapien justo vel bibendum.\r\n\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_tta_section][/vc_tta_tour][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1470328503897{background-color: #270639 !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: right;\"><a style=\"font-size: 20px; font-weight: 600;\" href=\"http://#\">Â Contact us for a consultation!</a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Solutions','','inherit','closed','closed','','304-revision-v1','','','2016-08-22 02:21:47','2016-08-22 02:21:47','',304,'http://mitziconnell.com/demo18/2016/08/22/304-revision-v1/',0,'revision','',0),(394,3,'2016-08-22 02:56:55','2016-08-22 02:56:55','','Solutions','','inherit','closed','closed','','304-revision-v1','','','2016-08-22 02:56:55','2016-08-22 02:56:55','',304,'http://mitziconnell.com/demo18/2016/08/22/304-revision-v1/',0,'revision','',0),(395,3,'2016-08-22 03:18:30','2016-08-22 03:18:30','[vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space][fancy_heading h1=\"0\" style=\"line\" title=\"Our Services\" slogan=\"HOW CAN WE BRING HEALTH TO YOU?\"][/fancy_heading][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_single_image image=\"230\" img_size=\"full\" alignment=\"center\" style=\"vc_box_shadow_3d\" css_animation=\"right-to-left\"][/vc_column][vc_column width=\"1/4\"][our_team style=\"circle\" image=\"199\" title=\"Phyllis D. Light\" subtitle=\"Wellness Therapy\" phone=\"256-931-0351\" email=\"phyllisdlight@hotmail.com \"][/our_team][/vc_column][vc_column width=\"1/2\"][vc_empty_space height=\"16px\"][vc_column_text]Phyllis holds a masterâ€™s degree in health studies from the University of Alabama and is a professional member of the American Herbalist Guild, a member of the International Herb Association and the Herb Society of America.\r\nInitial consultations last about an hour and consist of a detailed medical history, pertinent questions concerning your condition, and a non-invasive assessment. Please bring a list of medications, herbs or other supplements you are currently taking.\r\n\r\n1-hour consultations are $75.\r\nFollow-up appointments are $50/hour.\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1471041114164{background-color: #e9eaf4 !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"300\" img_size=\"full\" alignment=\"center\" style=\"vc_box_shadow_3d\" css_animation=\"left-to-right\"][/vc_column][vc_column width=\"1/4\"][our_team style=\"circle\" image=\"199\" title=\"Gordon Slack\" subtitle=\"Bio Energetics Testing\" phone=\"256-883-412\" email=\"81eaglescout@bellsouth.net \"][/our_team][/vc_column][vc_column width=\"1/2\"][vc_empty_space height=\"16px\"][vc_column_text]BioEnergetics Testing uses a computer to measure the electrical conductivity at responsive (meridian) points to assess which systems in the body have been compromised by environmental toxicity, nutritional deficiencies, emotional stress and energetic imbalances.\r\nOnce imbalances have been identified, the computer then recommends homeopathic and herbal remedies and/or nutritional supplementation to assist the body\'s healing process.\r\n\r\nGordon Slack earned his doctorate in bioenergetics with Zenia Richler, ND, NMD, of the Academy of BioEnergetics, Springfield, Mo. Gordon also is a certified lymphologist from the International Academy of Lymphology.\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"2/3\"][vc_tta_accordion style=\"modern\" color=\"chino\" spacing=\"2\" c_icon=\"chevron\" active_section=\"0\" collapsible_all=\"true\"][vc_tta_section title=\"Massage Therapy\" tab_id=\"1471835392626-1f3bff26-b8ba\"][vc_column_text]\r\n<h3>Therapeutic Massage</h3>\r\n<h6>with Gabriele Farrales</h6>\r\n[caption id=\"attachment_236\" align=\"alignright\" width=\"150\"]<img class=\"size-thumbnail wp-image-236\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/massage-largemassage-large-150x150.jpg\" alt=\"Masseur doing massage on woman back in the spa salon\" width=\"150\" height=\"150\" /> Book your massage today![/caption]\r\n\r\nTherapeutic Massage has been practiced in some form in every culture for thousands of years. Massage is a healthy way to relieve stress, which many health practitioners claim is the number one cause of illness and disease. Stress greatly weakens the immune system which compromises the body\'s natural ability to heal. In addition to reducing stress, massage can be used to relieve pain from sore muscles, reduce muscle spasms, increase circulation, enhance mental clarity, temporarily reduce blood pressure in hypertensives, and support effective digestion.\r\n\r\nGabriele is a massage therapist licensed in Alabama (Lic. #2426) and nationally certified in Therapeutic Massage by NCTMB. She does Swedish Relaxation, Deep Tissue and/or Myofascial Release techniques, and the wonderfully luxurious hot stone massage![/vc_column_text][vc_message icon_fontawesome=\"fa fa-phone\"]Call Gabriele at 256-652-6830[/vc_message][/vc_tta_section][vc_tta_section title=\"Auricular Therapy\" tab_id=\"1471835392679-4de77e64-c3a0\"][vc_column_text]\r\n<h3>Auricular Therapy</h3>\r\n<h6>with Gabriele Farrales</h6>\r\n<img class=\"alignright size-thumbnail wp-image-237\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/auricular-150x150.jpg\" alt=\"auricular\" width=\"150\" height=\"150\" />Auricular therapy involves activating reflex points on the outside of the ear that correspond with each of the various organs and body systems in order to stimulate, sedate, or balance those systems.\r\n\r\nOur certified auricular therapist uses a mild electric impulse on those reflex points with a special tool. Auricular therapy is non-invasive and can be used to help manage back pain, encourage weight loss, assist in overcoming addiction such as cigarette smoking, induce relaxation, and stimulate detoxification among an abundance of other benefits.\r\n\r\n[/vc_column_text][vc_message icon_fontawesome=\"fa fa-phone\"]Call Gabriele at 256-652-6830[/vc_message][/vc_tta_section][vc_tta_section title=\"Foot Reflexology\" tab_id=\"1471835518335-3b7d3ff1-48fd\"][vc_column_text]\r\n<h3>Reflexology &amp; Custom-Fitted Bras</h3>\r\n<h6>with Jean Mayo</h6>\r\n<img class=\"alignright size-thumbnail wp-image-231\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/reflexology-feet_grande-150x150.jpg\" alt=\"reflexology-feet_grande\" width=\"150\" height=\"150\" />Foot reflexology is an ancient healing therapy that involves stimulating reflex points on the feet in order to activate the bodyâ€™s own natural healing powers. Jean Mayo, certified reflexologist with more than 25 years of experience, will show you how relaxing and healing foot reflexology can be. Appointments are 60 minutes (recommended) and 30 minutes.\r\n\r\nJean also sells Custom-Fitted Bras. These bras offer extraordinary support and they come in 216 different sizes! No matter what your shape or size, Jean can find a bra designed with you in mind.[/vc_column_text][vc_message icon_fontawesome=\"fa fa-phone\"]Call Jean at 256.653.8017[/vc_message][/vc_tta_section][vc_tta_section title=\"Custom Bras\" tab_id=\"1471835566816-773c5b1b-dfed\"][vc_column_text]\r\n<h3>Custom-Fitted Bras</h3>\r\n<h6>with Jean Mayo</h6>\r\n<img class=\"alignright size-thumbnail wp-image-301\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/bra-back-150x150.jpg\" alt=\"bra back\" width=\"150\" height=\"150\" />Jean also sells Custom-Fitted Bras. These bras offer extraordinary support and they come in 216 different sizes! No matter what your shape or size, Jean can find a bra designed with you in mind.[/vc_column_text][vc_message icon_fontawesome=\"fa fa-phone\"]Call Jean at 256.653.8017[/vc_message][/vc_tta_section][/vc_tta_accordion][/vc_column][vc_column width=\"1/3\"][contact_box address=\"7540 Memorial Pkwy SW\r\nSuite P\r\nHuntsville, AL 35803\" title=\"Visit us today!\" telephone=\"256.883.4127\" email=\"email@noemaill.com\" image=\"209\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1470328503897{background-color: #270639 !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: right;\"><a style=\"font-size: 20px; font-weight: 600;\" href=\"http://#\"> Questions? Contact us! <i class=\"icon icon-right-circled\" style=\"margin-right: 7px;\"></i> </a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Services','','inherit','closed','closed','','10-revision-v1','','','2016-08-22 03:18:30','2016-08-22 03:18:30','',10,'http://mitziconnell.com/demo18/2016/08/22/10-revision-v1/',0,'revision','',0),(399,3,'2016-08-22 03:25:45','2016-08-22 03:25:45','[vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space][fancy_heading h1=\"0\" style=\"line\" title=\"Our Services\" slogan=\"HOW CAN WE BRING HEALTH TO YOU?\"][/fancy_heading][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_single_image image=\"230\" img_size=\"full\" alignment=\"center\" style=\"vc_box_shadow_3d\" css_animation=\"right-to-left\"][/vc_column][vc_column width=\"1/4\"][our_team style=\"circle\" image=\"199\" title=\"Phyllis D. Light\" subtitle=\"Wellness Therapy\" phone=\"256-931-0351\" email=\"phyllisdlight@hotmail.com \"][/our_team][/vc_column][vc_column width=\"1/2\"][vc_empty_space height=\"16px\"][vc_column_text]Phyllis holds a masterâ€™s degree in health studies from the University of Alabama and is a professional member of the American Herbalist Guild, a member of the International Herb Association and the Herb Society of America.\r\nInitial consultations last about an hour and consist of a detailed medical history, pertinent questions concerning your condition, and a non-invasive assessment. Please bring a list of medications, herbs or other supplements you are currently taking.\r\n\r\n1-hour consultations are $75.\r\nFollow-up appointments are $50/hour.\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1471041114164{background-color: #e9eaf4 !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"300\" img_size=\"full\" alignment=\"center\" style=\"vc_box_shadow_3d\" css_animation=\"left-to-right\"][/vc_column][vc_column width=\"1/4\"][our_team style=\"circle\" image=\"199\" title=\"Gordon Slack\" subtitle=\"Bio Energetics Testing\" phone=\"256-883-412\" email=\"81eaglescout@bellsouth.net \"][/our_team][/vc_column][vc_column width=\"1/2\"][vc_empty_space height=\"16px\"][vc_column_text]BioEnergetics Testing uses a computer to measure the electrical conductivity at responsive (meridian) points to assess which systems in the body have been compromised by environmental toxicity, nutritional deficiencies, emotional stress and energetic imbalances.\r\nOnce imbalances have been identified, the computer then recommends homeopathic and herbal remedies and/or nutritional supplementation to assist the body\'s healing process.\r\n\r\nGordon Slack earned his doctorate in bioenergetics with Zenia Richler, ND, NMD, of the Academy of BioEnergetics, Springfield, Mo. Gordon also is a certified lymphologist from the International Academy of Lymphology.\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"2/3\"][vc_tta_accordion style=\"modern\" color=\"chino\" spacing=\"2\" c_icon=\"chevron\" active_section=\"0\" collapsible_all=\"true\"][vc_tta_section title=\"Massage Therapy\" tab_id=\"1471835392626-1f3bff26-b8ba\"][vc_column_text]\r\n<h3>Therapeutic Massage</h3>\r\n<h6>with Gabriele Farrales</h6>\r\n[caption id=\"attachment_236\" align=\"alignright\" width=\"150\"]<img class=\"size-thumbnail wp-image-236\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/massage-largemassage-large-150x150.jpg\" alt=\"Masseur doing massage on woman back in the spa salon\" width=\"150\" height=\"150\" /> Book your massage today![/caption]\r\n\r\nTherapeutic Massage has been practiced in some form in every culture for thousands of years. Massage is a healthy way to relieve stress, which many health practitioners claim is the number one cause of illness and disease. Stress greatly weakens the immune system which compromises the body\'s natural ability to heal. In addition to reducing stress, massage can be used to relieve pain from sore muscles, reduce muscle spasms, increase circulation, enhance mental clarity, temporarily reduce blood pressure in hypertensives, and support effective digestion.\r\n\r\nGabriele is a massage therapist licensed in Alabama (Lic. #2426) and nationally certified in Therapeutic Massage by NCTMB. She does Swedish Relaxation, Deep Tissue and/or Myofascial Release techniques, and the wonderfully luxurious hot stone massage![/vc_column_text][vc_message icon_fontawesome=\"fa fa-phone\"]Call Gabriele at 256-652-6830[/vc_message][/vc_tta_section][vc_tta_section title=\"Auricular Therapy\" tab_id=\"1471835392679-4de77e64-c3a0\"][vc_column_text]\r\n<h3>Auricular Therapy</h3>\r\n<h6>with Gabriele Farrales</h6>\r\n<img class=\"alignright size-thumbnail wp-image-237\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/auricular-150x150.jpg\" alt=\"auricular\" width=\"150\" height=\"150\" />Auricular therapy involves activating reflex points on the outside of the ear that correspond with each of the various organs and body systems in order to stimulate, sedate, or balance those systems.\r\n\r\nOur certified auricular therapist uses a mild electric impulse on those reflex points with a special tool. Auricular therapy is non-invasive and can be used to help manage back pain, encourage weight loss, assist in overcoming addiction such as cigarette smoking, induce relaxation, and stimulate detoxification among an abundance of other benefits.\r\n\r\n[/vc_column_text][vc_message icon_fontawesome=\"fa fa-phone\"]Call Gabriele at 256-652-6830[/vc_message][/vc_tta_section][vc_tta_section title=\"Foot Reflexology\" tab_id=\"1471835518335-3b7d3ff1-48fd\"][vc_column_text]\r\n<h3>Reflexology &amp; Custom-Fitted Bras</h3>\r\n<h6>with Jean Mayo</h6>\r\n<img class=\"alignright size-thumbnail wp-image-231\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/reflexology-feet_grande-150x150.jpg\" alt=\"reflexology-feet_grande\" width=\"150\" height=\"150\" />Foot reflexology is an ancient healing therapy that involves stimulating reflex points on the feet in order to activate the bodyâ€™s own natural healing powers. Jean Mayo, certified reflexologist with more than 25 years of experience, will show you how relaxing and healing foot reflexology can be. Appointments are 60 minutes (recommended) and 30 minutes.\r\n\r\nJean also sells Custom-Fitted Bras. These bras offer extraordinary support and they come in 216 different sizes! No matter what your shape or size, Jean can find a bra designed with you in mind.[/vc_column_text][vc_message icon_fontawesome=\"fa fa-phone\"]Call Jean at 256.653.8017[/vc_message][/vc_tta_section][vc_tta_section title=\"Custom Bras\" tab_id=\"1471835566816-773c5b1b-dfed\"][vc_column_text]\r\n<h3>Custom-Fitted Bras</h3>\r\n<h6>with Jean Mayo</h6>\r\n<img class=\"alignright size-thumbnail wp-image-301\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/bra-back-150x150.jpg\" alt=\"bra back\" width=\"150\" height=\"150\" />Jean also sells Custom-Fitted Bras. These bras offer extraordinary support and they come in 216 different sizes! No matter what your shape or size, Jean can find a bra designed with you in mind.[/vc_column_text][vc_message icon_fontawesome=\"fa fa-phone\"]Call Jean at 256.653.8017[/vc_message][/vc_tta_section][/vc_tta_accordion][/vc_column][vc_column width=\"1/3\"][contact_box address=\"7540 Memorial Pkwy SW\r\nSuite P\r\nHuntsville, AL 35803\" title=\"Visit us today!\" telephone=\"256.883.4127\" email=\"email@noemaill.com\" image=\"209\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1470328503897{background-color: #270639 !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: right;\"><a style=\"font-size: 20px; font-weight: 600;\" href=\"http://74.124.197.205/~ruthsnut/contact\"> Questions? Contact us! <i class=\"icon icon-right-circled\" style=\"margin-right: 7px;\"></i> </a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Services','','inherit','closed','closed','','10-revision-v1','','','2016-08-22 03:25:45','2016-08-22 03:25:45','',10,'http://mitziconnell.com/demo18/2016/08/22/10-revision-v1/',0,'revision','',0),(421,3,'2016-08-22 04:22:36','2016-08-22 04:22:36','','Skin Care','','publish','closed','closed','','skin-care','','','2016-08-22 04:22:36','2016-08-22 04:22:36','',0,'http://mitziconnell.com/demo18/?post_type=slide&#038;p=421',0,'slide','',0),(424,3,'2016-08-22 04:26:09','2016-08-22 04:26:09','','Weight Management','','publish','closed','closed','','weight-management','','','2016-08-22 04:26:09','2016-08-22 04:26:09','',0,'http://mitziconnell.com/demo18/?post_type=slide&#038;p=424',0,'slide','',0),(425,3,'2016-08-22 04:27:00','2016-08-22 04:27:00','','Blood Sugar Control','','publish','closed','closed','','blood-sugar-control','','','2016-08-22 04:27:00','2016-08-22 04:27:00','',0,'http://mitziconnell.com/demo18/?post_type=slide&#038;p=425',0,'slide','',0),(449,3,'2016-08-22 16:21:38','2016-08-22 16:21:38','[vc_row][vc_column][vc_empty_space][vc_row_inner][vc_column_inner width=\"2/3\"][vc_column_text]\r\n<h6 style=\"font-size: 32px;\">WELCOME!</h6>\r\n<h6 style=\"font-size: 14px;\">Why we do what we do</h6>\r\n[divider height=\"20\"]\r\n\r\nAt Ruthâ€™s weâ€™re passionate about helping you reach optimal health. Each of us has worked her way through personal health problems, a process that instilled in us a drive to help others. If we can make you feel better, we feel better; itâ€™s as simple as that.\r\n\r\nWe want you feeling good and looking good. Thatâ€™s why we stock a wide variety of top-quality products: immune aids, brain boosters, non-toxic skin care, organic essential oils and much, much more. We believe in going the extra mile. Weâ€™re glad to special order customer-requested items or deliver prepaid products to your car when your lifeâ€™s too hectic to spend time in the store.\r\n\r\nWe study our craft, regularly attending both medical and natural health conferences, in order to share the latest information possible.\r\n\r\nWe take the time to listen, hear your story and offer the best solutions we know. The road to good health begins here; letâ€™s get started together![/vc_column_text][vc_column_text]\r\n<h3 style=\"text-align: left;\">Subscribe to our newsletter!</h3>\r\n<p style=\"text-align: center;\">[contact-form-7 id=\"212\" title=\"Newsletter one-row\"]</p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_empty_space][vc_gallery interval=\"3\" images=\"158,147,146,107,109\" img_size=\"medium\" onclick=\"\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1471879090504{background-color: #f1fdea !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vc_text_separator title=\"Meet our Team!\" i_icon_fontawesome=\"fa fa-commenting\" i_color=\"violet\" color=\"chino\" style=\"dotted\" add_icon=\"true\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1471879140045{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/3\"][our_team style=\"horizontal\" image=\"199\" title=\"Cynthia Freese\" subtitle=\"Owner\" phone=\"222.333.4444\" email=\"email@emailemail.com\"]Cynthia has worked in Ruthâ€™s Nutrition since 1994 and owned it since 2007.\r\nOver those years she has served the public with grace, style and savvy, creating a locally owned store that offers a friendly, attractive atmosphere, top-quality products and some of the most knowledgeable health food store staffers in the region.[/our_team][/vc_column_inner][vc_column_inner width=\"1/3\"][our_team style=\"horizontal\" image=\"199\" title=\"Sue Cummings\" subtitle=\"Clinical Herbalist\" phone=\"222.333.4444\" email=\"email@emailemail.com\"]Sue is a clinical herbalist with a bachelorâ€™s degree in botanical medicine and professional membership in the American Herbalists Guild. After having a private practice for several years, she joined Ruthâ€™s Nutrition where sheâ€™s more than happy to share her expertise with customers for free.[/our_team][/vc_column_inner][vc_column_inner width=\"1/3\"][our_team style=\"horizontal\" image=\"199\" title=\"Anita Eisenberg\" subtitle=\"Health Specialist\" phone=\"222.333.4444\" email=\"email@emailemail.com\"]Anita has been in the health care business for more than 25 years, cataloging a vast knowledge of illnesses, products and their appropriate uses. Ask Anita a question and youâ€™ll likely get not only an informed answer but also an amazing amount of detail. Here at Ruthâ€™s Nutrition, sheâ€™s fondly known as The Walking Encyclopedia.[/our_team][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][our_team style=\"horizontal\" image=\"199\" title=\"Christine Dennis\" subtitle=\"Aromatherapy &amp; Skin Care Specialist\" phone=\"222.333.4444\" email=\"email@emailemail.com\"]Christine has a passion for children; just watch her light up any time a child is around. No wonder then that sheâ€™s made understanding childrenâ€™s ailments, health, and happiness her priority. Not only is she great with kids, sheâ€™s a maven when it comes to aromatherapy, skin care -- and our displays. If youâ€™ve seen one of her gift baskets, you know she knows how to make things look good.[/our_team][/vc_column_inner][vc_column_inner width=\"1/3\"][our_team style=\"horizontal\" image=\"199\" title=\"Barbara Musso\" subtitle=\"RN and Reflexologist\" phone=\"222.333.4444\" email=\"email@emailemail.com\"]Barb has been a registered nurse for more than 40 years, working in the operating room and in gerontology before joining the Ruthâ€™s Nutrition team. Sheâ€™s long been interested in alternative healing modalities, studying reflexology and learning to understand the subtle energies of the body. Known for her big heart and her caring listening skills, Barb has become a customer favorite.[/our_team][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"204\" img_size=\"full\" alignment=\"center\" style=\"vc_box_shadow_3d\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][/vc_column_inner][vc_column_inner width=\"1/2\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1470328503897{background-color: #270639 !important;}\"][vc_column][vc_column_text]\r\n<h3 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Every journey begins with just one step.</span></h3>\r\n[/vc_column_text][vc_btn title=\"Take the first step here\" style=\"gradient\" align=\"center\" i_icon_fontawesome=\"fa fa-phone\" link=\"url:%23|||\" add_icon=\"true\"][/vc_column][/vc_row]','Our Story','','inherit','closed','closed','','8-revision-v1','','','2016-08-22 16:21:38','2016-08-22 16:21:38','',8,'http://mitziconnell.com/demo18/2016/08/22/8-revision-v1/',0,'revision','',0),(450,3,'2016-08-22 16:27:07','2016-08-22 16:27:07','','User Icon','','inherit','open','closed','','user-icon-2','','','2016-08-22 16:27:07','2016-08-22 16:27:07','',8,'http://mitziconnell.com/demo18/wp-content/uploads/2016/07/User-Icon.png',0,'attachment','image/png',0),(451,3,'2016-08-22 16:54:26','2016-08-22 16:54:26','[vc_row][vc_column][vc_empty_space][vc_row_inner][vc_column_inner width=\"2/3\"][vc_column_text]\r\n<h6 style=\"font-size: 32px;\">WELCOME!</h6>\r\n<h6 style=\"font-size: 14px;\">Why we do what we do</h6>\r\n[divider height=\"20\"]\r\n\r\nAt Ruthâ€™s weâ€™re passionate about helping you reach optimal health. Each of us has worked her way through personal health problems, a process that instilled in us a drive to help others. If we can make you feel better, we feel better; itâ€™s as simple as that.\r\n\r\nWe want you feeling good and looking good. Thatâ€™s why we stock a wide variety of top-quality products: immune aids, brain boosters, non-toxic skin care, organic essential oils and much, much more. We believe in going the extra mile. Weâ€™re glad to special order customer-requested items or deliver prepaid products to your car when your lifeâ€™s too hectic to spend time in the store.\r\n\r\nWe study our craft, regularly attending both medical and natural health conferences, in order to share the latest information possible.\r\n\r\nWe take the time to listen, hear your story and offer the best solutions we know. The road to good health begins here; letâ€™s get started together![/vc_column_text][vc_column_text]\r\n<h3 style=\"text-align: left;\">Subscribe to our newsletter!</h3>\r\n<p style=\"text-align: center;\">[contact-form-7 id=\"212\" title=\"Newsletter one-row\"]</p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_empty_space][vc_gallery interval=\"3\" images=\"158,147,146,107,109\" img_size=\"medium\" onclick=\"\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1471879090504{background-color: #f1fdea !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vc_text_separator title=\"Meet our Team!\" i_icon_fontawesome=\"fa fa-commenting\" i_color=\"violet\" color=\"chino\" style=\"dotted\" add_icon=\"true\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1471879140045{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/3\"][our_team style=\"horizontal\" image=\"450\" title=\"Cynthia Freese\" subtitle=\"Owner\" phone=\"222.333.4444\" email=\"email@emailemail.com\"][/our_team][vc_column_text]Cynthia has worked in Ruthâ€™s Nutrition since 1994 and owned it since 2007. Over those years she has served the public with grace, style and savvy, creating a locally owned store that offers a friendly, attractive atmosphere, top-quality products and some of the most knowledgeable health food store staffers in the region.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][our_team style=\"horizontal\" image=\"450\" title=\"Sue Cummings\" subtitle=\"Clinical Herbalist\" phone=\"222.333.4444\" email=\"email@emailemail.com\"][/our_team][vc_column_text]Sue is a clinical herbalist with a bachelorâ€™s degree in botanical medicine and professional membership in the American Herbalists Guild. After having a private practice for several years, she joined Ruthâ€™s Nutrition where sheâ€™s more than happy to share her expertise with customers for free.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][our_team style=\"horizontal\" image=\"450\" title=\"Anita Eisenberg\" subtitle=\"Health Specialist\" phone=\"222.333.4444\" email=\"email@emailemail.com\"][/our_team][vc_column_text]Anita has been in the health care business for more than 25 years, cataloging a vast knowledge of illnesses, products and their appropriate uses. Ask Anita a question and youâ€™ll likely get not only an informed answer but also an amazing amount of detail. Here at Ruthâ€™s Nutrition, sheâ€™s fondly known as The Walking Encyclopedia.[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][our_team style=\"horizontal\" image=\"450\" title=\"Christine Dennis\" subtitle=\"Aromatherapy &amp; Skin Care Specialist\" phone=\"222.333.4444\" email=\"email@emailemail.com\"][/our_team][vc_column_text]Christine has a passion for children; just watch her light up any time a child is around. No wonder then that sheâ€™s made understanding childrenâ€™s ailments, health, and happiness her priority. Not only is she great with kids, sheâ€™s a maven when it comes to aromatherapy, skin care -- and our displays. If youâ€™ve seen one of her gift baskets, you know she knows how to make things look good.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][our_team style=\"horizontal\" image=\"450\" title=\"Barbara Musso\" subtitle=\"RN and Reflexologist\" phone=\"222.333.4444\" email=\"email@emailemail.com\"][/our_team][vc_column_text]Barb has been a registered nurse for more than 40 years, working in the operating room and in gerontology before joining the Ruthâ€™s Nutrition team. Sheâ€™s long been interested in alternative healing modalities, studying reflexology and learning to understand the subtle energies of the body. Known for her big heart and her caring listening skills, Barb has become a customer favorite.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"204\" img_size=\"full\" alignment=\"center\" style=\"vc_box_shadow_3d\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][/vc_column_inner][vc_column_inner width=\"1/2\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1470328503897{background-color: #270639 !important;}\"][vc_column][vc_column_text]\r\n<h3 style=\"text-align: center;\"><span style=\"color: #ffffff;\">Every journey begins with just one step.</span></h3>\r\n[/vc_column_text][vc_btn title=\"Take the first step here\" style=\"gradient\" align=\"center\" i_icon_fontawesome=\"fa fa-phone\" link=\"url:%23|||\" add_icon=\"true\"][/vc_column][/vc_row]','Our Story','','inherit','closed','closed','','8-revision-v1','','','2016-08-22 16:54:26','2016-08-22 16:54:26','',8,'http://mitziconnell.com/demo18/2016/08/22/8-revision-v1/',0,'revision','',0),(452,3,'2016-08-23 18:53:53','2016-08-23 18:53:53','','neck-pain','','inherit','open','closed','','neck-pain','','','2016-08-23 18:53:53','2016-08-23 18:53:53','',10,'http://mitziconnell.com/demo18/wp-content/uploads/2016/07/neck-pain.jpg',0,'attachment','image/jpeg',0),(453,3,'2016-08-23 18:54:38','2016-08-23 18:54:38','[vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space][fancy_heading h1=\"0\" style=\"line\" title=\"Our Services\" slogan=\"HOW CAN WE BRING HEALTH TO YOU?\"][/fancy_heading][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_single_image image=\"230\" img_size=\"full\" alignment=\"center\" style=\"vc_box_shadow_3d\" css_animation=\"right-to-left\"][/vc_column][vc_column width=\"1/4\"][our_team style=\"circle\" image=\"199\" title=\"Phyllis D. Light\" subtitle=\"Wellness Therapy\" phone=\"256-931-0351\" email=\"phyllisdlight@hotmail.com \"][/our_team][/vc_column][vc_column width=\"1/2\"][vc_empty_space height=\"16px\"][vc_column_text]Phyllis holds a masterâ€™s degree in health studies from the University of Alabama and is a professional member of the American Herbalist Guild, a member of the International Herb Association and the Herb Society of America.\r\nInitial consultations last about an hour and consist of a detailed medical history, pertinent questions concerning your condition, and a non-invasive assessment. Please bring a list of medications, herbs or other supplements you are currently taking.\r\n\r\n1-hour consultations are $75.\r\nFollow-up appointments are $50/hour.\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1471041114164{background-color: #e9eaf4 !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"300\" img_size=\"full\" alignment=\"center\" style=\"vc_box_shadow_3d\" css_animation=\"left-to-right\"][/vc_column][vc_column width=\"1/4\"][our_team style=\"circle\" image=\"199\" title=\"Gordon Slack\" subtitle=\"Bio Energetics Testing\" phone=\"256-883-412\" email=\"81eaglescout@bellsouth.net \"][/our_team][/vc_column][vc_column width=\"1/2\"][vc_empty_space height=\"16px\"][vc_column_text]BioEnergetics Testing uses a computer to measure the electrical conductivity at responsive (meridian) points to assess which systems in the body have been compromised by environmental toxicity, nutritional deficiencies, emotional stress and energetic imbalances.\r\nOnce imbalances have been identified, the computer then recommends homeopathic and herbal remedies and/or nutritional supplementation to assist the body\'s healing process.\r\n\r\nGordon Slack earned his doctorate in bioenergetics with Zenia Richler, ND, NMD, of the Academy of BioEnergetics, Springfield, Mo. Gordon also is a certified lymphologist from the International Academy of Lymphology.\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"2/3\"][vc_tta_accordion style=\"modern\" color=\"chino\" spacing=\"2\" c_icon=\"chevron\" active_section=\"0\" collapsible_all=\"true\"][vc_tta_section title=\"Massage Therapy\" tab_id=\"1471835392626-1f3bff26-b8ba\"][vc_column_text]\r\n<h3>Therapeutic Massage</h3>\r\n<h6>with Gabriele Farrales</h6>\r\n<img class=\"alignright wp-image-452 size-thumbnail\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/neck-pain-150x150.jpg\" width=\"150\" height=\"150\" />\r\n\r\nTherapeutic Massage has been practiced in some form in every culture for thousands of years. Massage is a healthy way to relieve stress, which many health practitioners claim is the number one cause of illness and disease. Stress greatly weakens the immune system which compromises the body\'s natural ability to heal. In addition to reducing stress, massage can be used to relieve pain from sore muscles, reduce muscle spasms, increase circulation, enhance mental clarity, temporarily reduce blood pressure in hypertensives, and support effective digestion.\r\n\r\nGabriele is a massage therapist licensed in Alabama (Lic. #2426) and nationally certified in Therapeutic Massage by NCTMB. She does Swedish Relaxation, Deep Tissue and/or Myofascial Release techniques, and the wonderfully luxurious hot stone massage![/vc_column_text][vc_message icon_fontawesome=\"fa fa-phone\"]Call Gabriele at 256-652-6830[/vc_message][/vc_tta_section][vc_tta_section title=\"Auricular Therapy\" tab_id=\"1471835392679-4de77e64-c3a0\"][vc_column_text]\r\n<h3>Auricular Therapy</h3>\r\n<h6>with Gabriele Farrales</h6>\r\n<img class=\"alignright size-thumbnail wp-image-237\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/auricular-150x150.jpg\" alt=\"auricular\" width=\"150\" height=\"150\" />Auricular therapy involves activating reflex points on the outside of the ear that correspond with each of the various organs and body systems in order to stimulate, sedate, or balance those systems.\r\n\r\nOur certified auricular therapist uses a mild electric impulse on those reflex points with a special tool. Auricular therapy is non-invasive and can be used to help manage back pain, encourage weight loss, assist in overcoming addiction such as cigarette smoking, induce relaxation, and stimulate detoxification among an abundance of other benefits.\r\n\r\n[/vc_column_text][vc_message icon_fontawesome=\"fa fa-phone\"]Call Gabriele at 256-652-6830[/vc_message][/vc_tta_section][vc_tta_section title=\"Foot Reflexology\" tab_id=\"1471835518335-3b7d3ff1-48fd\"][vc_column_text]\r\n<h3>Reflexology &amp; Custom-Fitted Bras</h3>\r\n<h6>with Jean Mayo</h6>\r\n<img class=\"alignright size-thumbnail wp-image-231\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/reflexology-feet_grande-150x150.jpg\" alt=\"reflexology-feet_grande\" width=\"150\" height=\"150\" />Foot reflexology is an ancient healing therapy that involves stimulating reflex points on the feet in order to activate the bodyâ€™s own natural healing powers. Jean Mayo, certified reflexologist with more than 25 years of experience, will show you how relaxing and healing foot reflexology can be. Appointments are 60 minutes (recommended) and 30 minutes.\r\n\r\nJean also sells Custom-Fitted Bras. These bras offer extraordinary support and they come in 216 different sizes! No matter what your shape or size, Jean can find a bra designed with you in mind.[/vc_column_text][vc_message icon_fontawesome=\"fa fa-phone\"]Call Jean at 256.653.8017[/vc_message][/vc_tta_section][vc_tta_section title=\"Custom Bras\" tab_id=\"1471835566816-773c5b1b-dfed\"][vc_column_text]\r\n<h3>Custom-Fitted Bras</h3>\r\n<h6>with Jean Mayo</h6>\r\n<img class=\"alignright size-thumbnail wp-image-301\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/bra-back-150x150.jpg\" alt=\"bra back\" width=\"150\" height=\"150\" />Jean also sells Custom-Fitted Bras. These bras offer extraordinary support and they come in 216 different sizes! No matter what your shape or size, Jean can find a bra designed with you in mind.[/vc_column_text][vc_message icon_fontawesome=\"fa fa-phone\"]Call Jean at 256.653.8017[/vc_message][/vc_tta_section][/vc_tta_accordion][/vc_column][vc_column width=\"1/3\"][contact_box address=\"7540 Memorial Pkwy SW\r\nSuite P\r\nHuntsville, AL 35803\" title=\"Visit us today!\" telephone=\"256.883.4127\" email=\"email@noemaill.com\" image=\"209\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1470328503897{background-color: #270639 !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: right;\"><a style=\"font-size: 20px; font-weight: 600;\" href=\"http://74.124.197.205/~ruthsnut/contact\"> Questions? Contact us! <i class=\"icon icon-right-circled\" style=\"margin-right: 7px;\"></i> </a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Services','','inherit','closed','closed','','10-revision-v1','','','2016-08-23 18:54:38','2016-08-23 18:54:38','',10,'http://mitziconnell.com/demo18/2016/08/23/10-revision-v1/',0,'revision','',0),(461,3,'2016-08-23 22:32:47','2016-08-23 22:32:47','[vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space][fancy_heading h1=\"0\" style=\"line\" title=\"Our Services\" slogan=\"HOW CAN WE BRING HEALTH TO YOU?\"][/fancy_heading][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][vc_single_image image=\"230\" img_size=\"full\" alignment=\"center\" style=\"vc_box_shadow_3d\" css_animation=\"right-to-left\"][/vc_column][vc_column width=\"1/4\"][our_team style=\"circle\" image=\"199\" title=\"Phyllis D. Light\" subtitle=\"Wellness Counseling\" phone=\"256-931-0351\" email=\"phyllisdlight@hotmail.com \"][/our_team][/vc_column][vc_column width=\"1/2\"][vc_empty_space height=\"16px\"][vc_column_text]Phyllis holds a masterâ€™s degree in health studies from the University of Alabama and is a professional member of the American Herbalist Guild, a member of the International Herb Association and the Herb Society of America.\r\nInitial consultations last about an hour and consist of a detailed medical history, pertinent questions concerning your condition, and a non-invasive assessment. Please bring a list of medications, herbs or other supplements you are currently taking.\r\n\r\n1-hour consultations are $75.\r\nFollow-up appointments are $50/hour.\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1471041114164{background-color: #e9eaf4 !important;}\"][vc_column width=\"1/4\"][vc_single_image image=\"300\" img_size=\"full\" alignment=\"center\" style=\"vc_box_shadow_3d\" css_animation=\"left-to-right\"][/vc_column][vc_column width=\"1/4\"][our_team style=\"circle\" image=\"199\" title=\"Gordon Slack\" subtitle=\"Bio Energetics Testing\" phone=\"256-883-4127\" email=\"81eaglescout@bellsouth.net \"][/our_team][/vc_column][vc_column width=\"1/2\"][vc_empty_space height=\"16px\"][vc_column_text]BioEnergetics Testing uses a computer to measure the electrical conductivity at responsive (meridian) points to assess which systems in the body have been compromised by environmental toxicity, nutritional deficiencies, emotional stress and energetic imbalances.\r\nOnce imbalances have been identified, the computer then recommends homeopathic and herbal remedies and/or nutritional supplementation to assist the body\'s healing process.\r\n\r\nGordon Slack earned his doctorate in bioenergetics with Zenia Richler, ND, NMD, of the Academy of BioEnergetics, Springfield, Mo. Gordon also is a certified lymphologist from the International Academy of Lymphology.\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=\"2/3\"][vc_tta_accordion style=\"modern\" color=\"chino\" spacing=\"2\" c_icon=\"chevron\" active_section=\"0\" collapsible_all=\"true\"][vc_tta_section title=\"Massage Therapy\" tab_id=\"1471835392626-1f3bff26-b8ba\"][vc_column_text]\r\n<h3>Therapeutic Massage</h3>\r\n<h6>with Gabriele Farrales</h6>\r\n<img class=\"alignright wp-image-452 size-thumbnail\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/neck-pain-150x150.jpg\" width=\"150\" height=\"150\" />\r\n\r\nTherapeutic Massage has been practiced in some form in every culture for thousands of years. Massage is a healthy way to relieve stress, which many health practitioners claim is the number one cause of illness and disease. Stress greatly weakens the immune system which compromises the body\'s natural ability to heal. In addition to reducing stress, massage can be used to relieve pain from sore muscles, reduce muscle spasms, increase circulation, enhance mental clarity, temporarily reduce blood pressure in hypertensives, and support effective digestion.\r\n\r\nGabriele is a massage therapist licensed in Alabama (Lic. #2426) and nationally certified in Therapeutic Massage by NCTMB. She does Swedish Relaxation, Deep Tissue and/or Myofascial Release techniques, and the wonderfully luxurious hot stone massage![/vc_column_text][vc_message icon_fontawesome=\"fa fa-phone\"]<span style=\"text-decoration: underline;\"><strong>Contact Gabriele:</strong></span>\r\n256-652-6830\r\nGabriele.farrales@gmail.com[/vc_message][/vc_tta_section][vc_tta_section title=\"Auricular Therapy\" tab_id=\"1471835392679-4de77e64-c3a0\"][vc_column_text]\r\n<h3>Auricular Therapy</h3>\r\n<h6>with Gabriele Farrales</h6>\r\n<img class=\"alignright size-thumbnail wp-image-237\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/auricular-150x150.jpg\" alt=\"auricular\" width=\"150\" height=\"150\" />Auricular therapy involves activating reflex points on the outside of the ear that correspond with each of the various organs and body systems in order to stimulate, sedate, or balance those systems.\r\n\r\nOur certified auricular therapist uses a mild electric impulse on those reflex points with a special tool. Auricular therapy is non-invasive and can be used to help manage back pain, encourage weight loss, assist in overcoming addiction such as cigarette smoking, induce relaxation, and stimulate detoxification among an abundance of other benefits.\r\n\r\n[/vc_column_text][vc_message icon_fontawesome=\"fa fa-phone\"]Call Gabriele at 256-652-6830[/vc_message][/vc_tta_section][vc_tta_section title=\"Foot Reflexology\" tab_id=\"1471835518335-3b7d3ff1-48fd\"][vc_column_text]\r\n<h3>Reflexology &amp; Custom-Fitted Bras</h3>\r\n<h6>with Jean Mayo</h6>\r\n<img class=\"alignright size-thumbnail wp-image-231\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/reflexology-feet_grande-150x150.jpg\" alt=\"reflexology-feet_grande\" width=\"150\" height=\"150\" />Foot reflexology is an ancient healing therapy that involves stimulating reflex points on the feet in order to activate the bodyâ€™s own natural healing powers. Jean Mayo, certified reflexologist with more than 25 years of experience, will show you how relaxing and healing foot reflexology can be. Appointments are 60 minutes (recommended) and 30 minutes.\r\n\r\nJean also sells Custom-Fitted Bras. These bras offer extraordinary support and they come in 216 different sizes! No matter what your shape or size, Jean can find a bra designed with you in mind.[/vc_column_text][vc_message icon_fontawesome=\"fa fa-phone\"]Call Jean at 256.653.8017[/vc_message][/vc_tta_section][vc_tta_section title=\"Custom Bras\" tab_id=\"1471835566816-773c5b1b-dfed\"][vc_column_text]\r\n<h3>Custom-Fitted Bras</h3>\r\n<h6>with Jean Mayo</h6>\r\n<img class=\"alignright size-thumbnail wp-image-301\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/bra-back-150x150.jpg\" alt=\"bra back\" width=\"150\" height=\"150\" />Jean also sells Custom-Fitted Bras. These bras offer extraordinary support and they come in 216 different sizes! No matter what your shape or size, Jean can find a bra designed with you in mind.[/vc_column_text][vc_message icon_fontawesome=\"fa fa-phone\"]Call Jean at 256.653.8017[/vc_message][/vc_tta_section][/vc_tta_accordion][/vc_column][vc_column width=\"1/3\"][contact_box address=\"7540 Memorial Pkwy SW\r\nSuite P\r\nHuntsville, AL 35803\" title=\"Visit us today!\" telephone=\"256.883.4127\" email=\"email@noemaill.com\" image=\"209\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1470328503897{background-color: #270639 !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: right;\"><a style=\"font-size: 20px; font-weight: 600;\" href=\"http://74.124.197.205/~ruthsnut/contact\"> Questions? Contact us! <i class=\"icon icon-right-circled\" style=\"margin-right: 7px;\"></i> </a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Services','','inherit','closed','closed','','10-revision-v1','','','2016-08-23 22:32:47','2016-08-23 22:32:47','',10,'http://mitziconnell.com/demo18/2016/08/23/10-revision-v1/',0,'revision','',0),(462,3,'2016-08-24 00:05:57','2016-08-24 00:05:57','[vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space][fancy_heading h1=\"0\" style=\"line\" title=\"Our Services\" slogan=\"HOW CAN WE BRING HEALTH TO YOU?\"][/fancy_heading][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1471995838749{background-color: #e9eaf4 !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/2\"][our_team style=\"horizontal\" image=\"199\" title=\"Phyllis D. Light\" subtitle=\"Wellness Counseling\" phone=\"256-931-0351\" email=\"phyllisdlight@hotmail.com \"][/our_team][vc_column_text]<img class=\"alignright size-thumbnail wp-image-230\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/Herbal-Medicines-jpg-150x150.jpg\" alt=\"Herbal-Medicines jpg\" width=\"150\" height=\"150\" />Phyllis holds a masterâ€™s degree in health studies from the University of Alabama and is a professional member of the American Herbalist Guild, a member of the International Herb Association and the Herb Society of America.\r\nInitial consultations last about an hour and consist of a detailed medical history, pertinent questions concerning your condition, and a non-invasive assessment. Please bring a list of medications, herbs or other supplements you are currently taking.\r\n\r\n1-hour consultations are $75.\r\nFollow-up appointments are $50/hour.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][our_team style=\"horizontal\" image=\"199\" title=\"Gordon Slack\" subtitle=\"Bio Energetics Testing\" phone=\"256-883-4127\" email=\"81eaglescout@bellsouth.net \"][/our_team][vc_column_text]<img class=\"alignright size-thumbnail wp-image-235\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/bio-energetics-testing-150x150.jpg\" alt=\"bio energetics testing\" width=\"150\" height=\"150\" />BioEnergetics Testing uses a computer to measure the electrical conductivity at responsive (meridian) points to assess which systems in the body have been compromised by environmental toxicity, nutritional deficiencies, emotional stress and energetic imbalances.\r\nOnce imbalances have been identified, the computer then recommends homeopathic and herbal remedies and/or nutritional supplementation to assist the body\'s healing process.\r\n\r\nGordon Slack earned his doctorate in bioenergetics with Zenia Richler, ND, NMD, of the Academy of BioEnergetics, Springfield, Mo. Gordon also is a certified lymphologist from the International Academy of Lymphology.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][vc_column_text]\r\n<h3>Therapeutic Massage</h3>\r\n<h6>with Gabriele Farrales</h6>\r\n<img class=\"alignright wp-image-452 size-thumbnail\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/neck-pain-150x150.jpg\" width=\"150\" height=\"150\" />\r\n\r\nTherapeutic Massage has been practiced in some form in every culture for thousands of years. Massage is a healthy way to relieve stress, which many health practitioners claim is the number one cause of illness and disease. Stress greatly weakens the immune system which compromises the body\'s natural ability to heal. In addition to reducing stress, massage can be used to relieve pain from sore muscles, reduce muscle spasms, increase circulation, enhance mental clarity, temporarily reduce blood pressure in hypertensives, and support effective digestion.\r\n\r\nGabriele is a massage therapist licensed in Alabama (Lic. #2426) and nationally certified in Therapeutic Massage by NCTMB. She does Swedish Relaxation, Deep Tissue and/or Myofascial Release techniques, and the wonderfully luxurious hot stone massage![/vc_column_text][vc_message icon_fontawesome=\"fa fa-phone\"]<span style=\"text-decoration: underline;\"><strong>Contact Gabriele:</strong></span>\r\n256-652-6830\r\n<a href=\"mailto:Gabriele.farrales@gmail.com\">Gabriele.farrales@gmail.com</a>[/vc_message][/vc_column][vc_column width=\"1/3\"][vc_column_text]\r\n<h3>Auricular Therapy</h3>\r\n<h6>with Gabriele Farrales</h6>\r\n<img class=\"alignright size-thumbnail wp-image-237\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/auricular-150x150.jpg\" alt=\"auricular\" width=\"150\" height=\"150\" />Auricular therapy involves activating reflex points on the outside of the ear that correspond with each of the various organs and body systems in order to stimulate, sedate, or balance those systems.\r\n\r\nOur certified auricular therapist uses a mild electric impulse on those reflex points with a special tool. Auricular therapy is non-invasive and can be used to help manage back pain, encourage weight loss, assist in overcoming addiction such as cigarette smoking, induce relaxation, and stimulate detoxification among an abundance of other benefits.\r\n\r\n[/vc_column_text][vc_message icon_fontawesome=\"fa fa-phone\"]<span style=\"text-decoration: underline;\"><strong>Contact Gabriele:</strong></span>\r\n256-652-6830\r\n<a href=\"mailto:Gabriele.farrales@gmail.com\">Gabriele.farrales@gmail.com</a>[/vc_message][/vc_column][vc_column width=\"1/3\"][vc_column_text]\r\n<h3>Reflexology &amp; Custom-Fitted Bras</h3>\r\n<h6>with Jean Mayo</h6>\r\n<img class=\"alignright size-thumbnail wp-image-231\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/reflexology-feet_grande-150x150.jpg\" alt=\"reflexology-feet_grande\" width=\"150\" height=\"150\" />Foot reflexology is an ancient healing therapy that involves stimulating reflex points on the feet in order to activate the bodyâ€™s own natural healing powers. Jean Mayo, certified reflexologist with more than 25 years of experience, will show you how relaxing and healing foot reflexology can be. Appointments are 60 minutes (recommended) and 30 minutes.\r\n\r\nJean also sells Custom-Fitted Bras. These bras offer extraordinary support and they come in 216 different sizes! No matter what your shape or size, Jean can find a bra designed with you in mind.[/vc_column_text][vc_message icon_fontawesome=\"fa fa-phone\"]Call Jean at 256.653.8017[/vc_message][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1470328503897{background-color: #270639 !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: right;\"><a style=\"font-size: 20px; font-weight: 600;\" href=\"http://74.124.197.205/~ruthsnut/contact\"> Questions? Contact us! <i class=\"icon icon-right-circled\" style=\"margin-right: 7px;\"></i> </a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Services','','inherit','closed','closed','','10-revision-v1','','','2016-08-24 00:05:57','2016-08-24 00:05:57','',10,'http://mitziconnell.com/demo18/2016/08/24/10-revision-v1/',0,'revision','',0),(463,3,'2016-08-24 01:01:30','2016-08-24 01:01:30','[vc_row][vc_column][vc_row_inner][vc_column_inner][fancy_heading h1=\"0\" icon=\"\" title=\"Blood Sugar\"][/fancy_heading][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"306\" img_size=\"full\" alignment=\"center\" style=\"vc_box_shadow_3d\" css_animation=\"bottom-to-top\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_column_text]So those blood sugar numbers keep creeping up and youâ€™re afraid thereâ€™s an unwanted diabetes diagnosis in your future. Maybe not. Our planet contains some extraordinary plants with amazing superpowers. Add those to a few dietary changes and astonishing things can happen.\r\n\r\nLetâ€™s talk, call in a few of those herbal allies, and get your numbers going in the right direction![/vc_column_text][vc_btn title=\"Contact us today!\" style=\"3d\" color=\"blue\" i_icon_fontawesome=\"fa fa-phone\" add_icon=\"true\" link=\"url:https%3A%2F%2Fruthsnutrition.gsg-host.com%2Fcontact%2F|title:Contact||\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_text_separator title=\"Related Posts\" title_align=\"separator_align_left\"][vc_column_text css=\".vc_custom_1473178305140{background-color: #270639 !important;}\"][ess_grid alias=\"solutions-portfolio\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Blood Sugar','So those blood sugar numbers keep creeping up and youâ€™re afraid thereâ€™s an unwanted diabetes diagnosis in your future. Maybe not. Our planet contains some extraordinary plants with amazing superpowers. Add those to a few dietary changes and astonishing things can happen.\r\n\r\nLetâ€™s talk, call in a few of those herbal allies, and get your numbers going in the right direction!','publish','closed','closed','','blood-sugar','','','2019-09-22 09:18:03','2019-09-22 14:18:03','',0,'http://mitziconnell.com/demo18/?post_type=portfolio&#038;p=463',0,'portfolio','',0),(464,3,'2016-08-24 01:01:09','2016-08-24 01:01:09','','sugar-weight-400x400','','inherit','open','closed','','sugar-weight-400x400','','','2016-08-24 01:01:09','2016-08-24 01:01:09','',463,'http://mitziconnell.com/demo18/wp-content/uploads/2016/08/sugar-weight-400x400.jpg',0,'attachment','image/jpeg',0),(466,3,'2016-08-24 01:15:32','2016-08-24 01:15:32','','yoga background','','inherit','open','closed','','yoga-background','','','2016-08-24 01:15:32','2016-08-24 01:15:32','',463,'http://mitziconnell.com/demo18/wp-content/uploads/2016/08/yoga-background.png',0,'attachment','image/png',0),(467,3,'2016-08-24 01:30:01','2016-08-24 01:30:01','','Wellness_01_0','','inherit','open','closed','','wellness_01_0','','','2016-08-24 01:30:01','2016-08-24 01:30:01','',463,'http://mitziconnell.com/demo18/wp-content/uploads/2016/08/Wellness_01_0.jpg',0,'attachment','image/jpeg',0),(468,3,'2016-08-24 01:33:28','2016-08-24 01:33:28','','Wellness_01_0 CROPPED & RESIZED','','inherit','open','closed','','wellness_01_0-cropped-resized','','','2016-08-24 01:33:28','2016-08-24 01:33:28','',463,'http://mitziconnell.com/demo18/wp-content/uploads/2016/08/Wellness_01_0-CROPPED-RESIZED.jpg',0,'attachment','image/jpeg',0),(469,3,'2016-08-24 01:34:49','2016-08-24 01:34:49','','Wellness_01_0 RESIZED 1240W','','inherit','open','closed','','wellness_01_0-resized-1240w','','','2016-08-24 01:34:49','2016-08-24 01:34:49','',463,'http://mitziconnell.com/demo18/wp-content/uploads/2016/08/Wellness_01_0-RESIZED-1240W.jpg',0,'attachment','image/jpeg',0),(470,3,'2016-08-24 01:37:42','2016-08-24 01:37:42','[vc_row][vc_column][vc_row_inner][vc_column_inner][fancy_heading h1=\"0\" icon=\"\" title=\"Digestive Wellness\"][/fancy_heading][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"307\" img_size=\"full\" alignment=\"center\" style=\"vc_box_shadow_3d\" css_animation=\"bottom-to-top\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_column_text]Gas and bloating, constipation, diarrhea, heartburn: Lots of us have unhappy tummies or poor digestion, and lots of us respond to natural remedies. Just ask our customers.\r\n\r\nNo matter what your symptoms are, letâ€™s talk about it. We bet we can find a solution.[/vc_column_text][vc_btn title=\"Contact us today!\" style=\"3d\" color=\"blue\" i_icon_fontawesome=\"fa fa-phone\" add_icon=\"true\" link=\"url:https%3A%2F%2Fruthsnutrition.gsg-host.com%2Fcontact%2F|title:Contact||\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_text_separator title=\"Related Posts\" title_align=\"separator_align_left\"][vc_column_text css=\".vc_custom_1473178305140{background-color: #270639 !important;}\"][ess_grid alias=\"solutions-portfolio\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Digestive Wellness','Gas and bloating, constipation, diarrhea, heartburn: Lots of us have unhappy tummies or poor digestion, and lots of us respond to natural remedies. Just ask our customers.\r\n\r\nNo matter what your symptoms are, letâ€™s talk about it. We bet we can find a solution.','publish','closed','closed','','digestive-wellness','','','2019-09-22 09:18:59','2019-09-22 14:18:59','',0,'http://mitziconnell.com/demo18/?post_type=portfolio&#038;p=470',0,'portfolio','',0),(471,3,'2016-08-24 01:39:25','2016-08-24 01:39:25','[vc_row][vc_column][vc_row_inner][vc_column_inner][fancy_heading h1=\"0\" icon=\"\" title=\"Skin Care\"][/fancy_heading][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"392\" img_size=\"full\" alignment=\"center\" style=\"vc_box_shadow_3d\" css_animation=\"bottom-to-top\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_column_text]If you care about your skin, you care about whatâ€™s in your skin care product. Thatâ€™s why we carry some of the finest toxin-free anti-aging creams and lotions and potions youâ€™ll find. Thereâ€™s a lot to choose from.\r\n\r\nLetâ€™s talk and weâ€™ll help you find the product that best suits your skin.[/vc_column_text][vc_btn title=\"Contact us today!\" style=\"3d\" color=\"blue\" i_icon_fontawesome=\"fa fa-phone\" add_icon=\"true\" link=\"url:https%3A%2F%2Fruthsnutrition.gsg-host.com%2Fcontact%2F|title:Contact||\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_text_separator title=\"Related Posts\" title_align=\"separator_align_left\"][vc_column_text css=\".vc_custom_1473178305140{background-color: #270639 !important;}\"][ess_grid alias=\"solutions-portfolio\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Skin Care','If you care about your skin, you care about whatâ€™s in your skin care product. Thatâ€™s why we carry some of the finest toxin-free anti-aging creams and lotions and potions youâ€™ll find. Thereâ€™s a lot to choose from.\r\n\r\nLetâ€™s talk and weâ€™ll help you find the product that best suits your skin.','publish','closed','closed','','skin-care','','','2019-09-22 09:22:53','2019-09-22 14:22:53','',0,'http://mitziconnell.com/demo18/?post_type=portfolio&#038;p=471',0,'portfolio','',0),(472,3,'2016-08-24 01:41:29','2016-08-24 01:41:29','[vc_row][vc_column][vc_row_inner][vc_column_inner][fancy_heading h1=\"0\" icon=\"\" title=\"Mood Management\"][/fancy_heading][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"512\" img_size=\"full\" alignment=\"center\" style=\"vc_box_shadow_3d\" css_animation=\"bottom-to-top\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_column_text]Feeling wired and tired? Worried? Stressed out? Crabby or blue? Welcome to the new normal in our frantic, bullet-paced world. But it doesnâ€™t have to be this way. With the right knowledge, you can balance your hormones, tweak your chemistry and reach a whole new peace of mind.\r\n\r\nLetâ€™s chat; weâ€™ll be glad to share our mental magic.[/vc_column_text][vc_btn title=\"Contact us today!\" style=\"3d\" color=\"blue\" i_icon_fontawesome=\"fa fa-phone\" add_icon=\"true\" link=\"url:https%3A%2F%2Fruthsnutrition.gsg-host.com%2Fcontact%2F|title:Contact||\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_text_separator title=\"Related Posts\" title_align=\"separator_align_left\"][vc_column_text css=\".vc_custom_1473178305140{background-color: #270639 !important;}\"][ess_grid alias=\"solutions-portfolio\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Mood Management','Feeling wired and tired? Worried? Stressed out? Crabby or blue? Welcome to the new normal in our frantic, bullet-paced world. But it doesnâ€™t have to be this way. With the right knowledge, you can balance your hormones, tweak your chemistry and reach a whole new peace of mind.\r\n\r\nLetâ€™s chat; weâ€™ll be glad to share our mental magic.','publish','closed','closed','','mood-management','','','2019-09-22 09:22:01','2019-09-22 14:22:01','',0,'http://mitziconnell.com/demo18/?post_type=portfolio&#038;p=472',0,'portfolio','',0),(473,3,'2016-08-24 01:43:14','2016-08-24 01:43:14','[vc_row][vc_column][vc_row_inner][vc_column_inner][fancy_heading h1=\"0\" icon=\"\" title=\"Healthy Kids\"][/fancy_heading][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"310\" img_size=\"full\" alignment=\"center\" style=\"vc_box_shadow_3d\" css_animation=\"bottom-to-top\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_column_text]You want your kids happy and healthy. We do, too. Be it colds &amp; flu, poor sleep, ADHD, anxiety, focus or even lice weâ€™ve got products that are safe and that work.\r\n\r\nCome by and discuss whatâ€™s going on, weâ€™ll find a solution together.[/vc_column_text][vc_btn title=\"Contact us today!\" style=\"3d\" color=\"blue\" i_icon_fontawesome=\"fa fa-phone\" add_icon=\"true\" link=\"url:https%3A%2F%2Fruthsnutrition.gsg-host.com%2Fcontact%2F|title:Contact||\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_text_separator title=\"Related Posts\" title_align=\"separator_align_left\"][vc_column_text css=\".vc_custom_1473178305140{background-color: #270639 !important;}\"][ess_grid alias=\"solutions-portfolio\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Healthy Kids','You want your kids happy and healthy. We do, too. Be it colds & flu, poor sleep, ADHD, anxiety, focus or even lice weâ€™ve got products that are safe and that work. Come by and discuss whatâ€™s going on; weâ€™ll find a solution together.','publish','closed','closed','','healthy-kids','','','2019-09-22 09:20:02','2019-09-22 14:20:02','',0,'http://mitziconnell.com/demo18/?post_type=portfolio&#038;p=473',0,'portfolio','',0),(474,3,'2016-08-24 01:48:50','2016-08-24 01:48:50','[vc_row][vc_column][vc_row_inner][vc_column_inner][fancy_heading h1=\"0\" icon=\"\" title=\"Weight Management\"][/fancy_heading][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"730\" img_size=\"full\" alignment=\"center\" style=\"vc_box_shadow_3d\" css_animation=\"bottom-to-top\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_column_text]When itâ€™s time to battle the bulge, you need all the ammo you can get. Ammo you can count on to curb your appetite, calm your blood sugar and boost your metabolism.\r\n\r\nWeâ€™ve got a hefty weight-loss arsenal to choose from; come talk and weâ€™ll teach you how to use it.[/vc_column_text][vc_btn title=\"Contact us today!\" style=\"3d\" color=\"blue\" i_icon_fontawesome=\"fa fa-phone\" add_icon=\"true\" link=\"url:https%3A%2F%2Fruthsnutrition.gsg-host.com%2Fcontact%2F|title:Contact||\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_text_separator title=\"Related Posts\" title_align=\"separator_align_left\"][vc_column_text css=\".vc_custom_1473178305140{background-color: #270639 !important;}\"][ess_grid alias=\"solutions-portfolio\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Weight Management','When itâ€™s time to battle the bulge, you need all the ammo you can get. Ammo you can count on to curb your appetite, calm your blood sugar and boost your metabolism.\r\n\r\nWeâ€™ve got a hefty weight-loss arsenal to choose from; come talk and weâ€™ll teach you how to use it.','publish','closed','closed','','weight-management','','','2019-09-22 09:23:58','2019-09-22 14:23:58','',0,'http://mitziconnell.com/demo18/?post_type=portfolio&#038;p=474',0,'portfolio','',0),(475,3,'2016-08-24 01:52:00','2016-08-24 01:52:00','[vc_row][vc_column][vc_row_inner][vc_column_inner][fancy_heading h1=\"0\" icon=\"\" title=\"Menopause\"][/fancy_heading][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"723\" img_size=\"full\" alignment=\"center\" style=\"vc_box_shadow_3d\" css_animation=\"bottom-to-top\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_column_text]Hot flashes, sleepless nights, high anxiety, mood swings, vaginal dryness. Whew! Thank goodness menopause is a natural process that responds well to natural solutions.\r\n\r\nCome on in and weâ€™ll help you find what works for you.\r\n\r\n[/vc_column_text][vc_btn title=\"Contact us today!\" style=\"3d\" color=\"blue\" i_icon_fontawesome=\"fa fa-phone\" add_icon=\"true\" link=\"url:https%3A%2F%2Fruthsnutrition.gsg-host.com%2Fcontact%2F|title:Contact||\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_text_separator title=\"Related Posts\" title_align=\"separator_align_left\"][vc_column_text css=\".vc_custom_1473178305140{background-color: #270639 !important;}\"][ess_grid alias=\"solutions-portfolio\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Menopause','Hot flashes, sleepless nights, high anxiety, mood swings, vaginal dryness. Whew! Thank goodness menopause is a natural process that responds well to natural solutions. <Br><br>\r\nCome on in and weâ€™ll help you find what works for you.','publish','closed','closed','','menopause','','','2019-09-22 09:20:54','2019-09-22 14:20:54','',0,'http://mitziconnell.com/demo18/?post_type=portfolio&#038;p=475',0,'portfolio','',0),(476,3,'2016-08-24 01:54:00','2016-08-24 01:54:00','[vc_row][vc_column][vc_row_inner][vc_column_inner][fancy_heading h1=\"0\" icon=\"\" title=\"Aromatherapy\"][/fancy_heading][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"721\" img_size=\"full\" alignment=\"center\" style=\"vc_box_shadow_3d\" css_animation=\"bottom-to-top\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_column_text]Essential oils and aromatherapy open up a whole new world in self-empowered health care. Thatâ€™s why we carry three brands of quality oils, including organic, along with a wide variety of diffusers, capsules, bottles, guidebooks and other accessories.\r\n\r\nCome sniff our testers, review our guides and ask questions. Veteran or beginner, weâ€™ll help you hone your craft. [/vc_column_text][vc_btn title=\"Contact us today!\" style=\"3d\" color=\"blue\" i_icon_fontawesome=\"fa fa-phone\" add_icon=\"true\" link=\"url:https%3A%2F%2Fruthsnutrition.gsg-host.com%2Fcontact%2F|title:Contact||\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_text_separator title=\"Related Posts\" title_align=\"separator_align_left\"][vc_column_text css=\".vc_custom_1473178305140{background-color: #270639 !important;}\"][ess_grid alias=\"solutions-portfolio\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Aromatherapy','Essential oils and aromatherapy open up a whole new world in self-empowered health care. Thatâ€™s why we carry three brands of quality oils, including organic, along with a wide variety of diffusers, capsules, bottles, guidebooks and other accessories. \r\n\r\nCome sniff our testers, review our guides and ask questions. Veteran or beginner, weâ€™ll help you hone your craft.  ','publish','closed','closed','','aromatherapy','','','2019-09-22 09:16:58','2019-09-22 14:16:58','',0,'http://mitziconnell.com/demo18/?post_type=portfolio&#038;p=476',0,'portfolio','',0),(477,3,'2016-08-24 01:53:12','2016-08-24 01:53:12','','aromatherapy lavender','','inherit','open','closed','','aromatherapy-lavender','','','2016-08-24 01:53:12','2016-08-24 01:53:12','',476,'http://mitziconnell.com/demo18/wp-content/uploads/2016/08/aromatherapy-lavender.jpg',0,'attachment','image/jpeg',0),(486,3,'2016-10-10 16:13:53','2016-10-10 16:13:53','[vc_row][vc_column][vc_row_inner][vc_column_inner][fancy_heading h1=\"0\" icon=\"\" title=\"Menopause\"][/fancy_heading][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"723\" img_size=\"full\" alignment=\"center\" style=\"vc_box_shadow_3d\" css_animation=\"bottom-to-top\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_column_text]Hot flashes, sleepless nights, high anxiety, mood swings, vaginal dryness. Whew! Thank goodness menopause is a natural process that responds well to natural solutions.\n\nCome on in and weâ€™ll help you find what works for you.\n\n[/vc_column_text][vc_btn title=\"Contact us today!\" style=\"3d\" color=\"blue\" i_icon_fontawesome=\"fa fa-phone\" link=\"url:http%3A%2F%2Fmitziconnell.com%2Fdemo18%2Fcontact|||\" add_icon=\"true\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_text_separator title=\"Related Posts\" title_align=\"separator_align_left\"][vc_column_text css=\".vc_custom_1473178305140{background-color: #270639 !important;}\"][ess_grid alias=\"solutions-portfolio\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Menopause','Hot flashes, sleepless nights, high anxiety, mood swings, vaginal dryness. Whew! Thank goodness menopause is a natural process that responds well to natural solutions. <Br><br>\nCome on in and weâ€™ll help you find what works for you.','inherit','closed','closed','','475-autosave-v1','','','2016-10-10 16:13:53','2016-10-10 16:13:53','',475,'http://mitziconnell.com/demo18/2016/08/24/475-autosave-v1/',0,'revision','',0),(490,3,'2016-10-10 16:20:20','2016-10-10 16:20:20','[vc_row][vc_column][vc_row_inner][vc_column_inner][fancy_heading h1=\"0\" icon=\"\" title=\"Healthy Kids\"][/fancy_heading][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"310\" img_size=\"full\" alignment=\"center\" style=\"vc_box_shadow_3d\" css_animation=\"bottom-to-top\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_column_text]You want your kids happy and healthy. We do, too. Be it colds &amp; flu, poor sleep, ADHD, anxiety, focus or even lice weâ€™ve got products that are safe and that work.\r\n\r\nCome by and discuss whatâ€™s going on, weâ€™ll find a solution together.[/vc_column_text][vc_btn title=\"Contact us today!\" style=\"3d\" color=\"blue\" i_icon_fontawesome=\"fa fa-phone\" link=\"url:http%3A%2F%2Fmitziconnell.com%2Fdemo18%2Fcontact|||\" add_icon=\"true\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_text_separator title=\"Related Posts\" title_align=\"separator_align_left\"][vc_column_text css=\".vc_custom_1473178305140{background-color: #270639 !important;}\"][ess_grid alias=\"solutions-portfolio\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Healthy Kids','You want your kids happy and healthy. We do, too. Be it colds & flu, poor sleep, ADHD, anxiety, focus or even lice weâ€™ve got products that are safe and that work. Come by and discuss whatâ€™s going on; weâ€™ll find a solution together.','inherit','closed','closed','','473-autosave-v1','','','2016-10-10 16:20:20','2016-10-10 16:20:20','',473,'http://mitziconnell.com/demo18/2016/08/24/473-autosave-v1/',0,'revision','',0),(491,3,'2016-09-06 18:12:12','2016-09-06 18:12:12','[vc_row][vc_column][vc_row_inner][vc_column_inner][fancy_heading h1=\"0\" icon=\"\" title=\"Mood Management\"][/fancy_heading][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"512\" img_size=\"full\" alignment=\"center\" style=\"vc_box_shadow_3d\" css_animation=\"bottom-to-top\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_column_text]Feeling wired and tired? Worried? Stressed out? Crabby or blue? Welcome to the new normal in our frantic, bullet-paced world. But it doesnâ€™t have to be this way. With the right knowledge, you can balance your hormones, tweak your chemistry and reach a whole new peace of mind.\n\nLetâ€™s chat; weâ€™ll be glad to share our mental magic.[/vc_column_text][vc_btn title=\"Contact us today!\" style=\"3d\" color=\"blue\" i_icon_fontawesome=\"fa fa-phone\" link=\"url:http%3A%2F%2Fmitziconnell.com%2Fdemo18%2Fcontact|||\" add_icon=\"true\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_text_separator title=\"Related Posts\" title_align=\"separator_align_left\"][vc_column_text css=\".vc_custom_1473178305140{background-color: #270639 !important;}\"][ess_grid alias=\"solutions-portfolio\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Mood Management','Feeling wired and tired? Worried? Stressed out? Crabby or blue? Welcome to the new normal in our frantic, bullet-paced world. But it doesnâ€™t have to be this way. With the right knowledge, you can balance your hormones, tweak your chemistry and reach a whole new peace of mind.\n\nLetâ€™s chat; weâ€™ll be glad to share our mental magic.','inherit','closed','closed','','472-autosave-v1','','','2016-09-06 18:12:12','2016-09-06 18:12:12','',472,'http://mitziconnell.com/demo18/2016/08/24/472-autosave-v1/',0,'revision','',0),(492,3,'2016-09-06 18:12:52','2016-09-06 18:12:52','[vc_row][vc_column][vc_row_inner][vc_column_inner][fancy_heading h1=\"0\" title=\"Menopause\"][/fancy_heading][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"308\" img_size=\"full\" alignment=\"center\" style=\"vc_box_shadow_3d\" css_animation=\"bottom-to-top\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_column_text]Hot flashes, sleepless nights, high anxiety, mood swings, vaginal dryness. Whew! Thank goodness menopause is a natural process that responds well to natural solutions.\n\nCome on in and weâ€™ll help you find what works for you.\n\n[/vc_column_text][vc_btn title=\"Contact us today!\" style=\"3d\" color=\"blue\" i_icon_fontawesome=\"fa fa-phone\" link=\"url:http%3A%2F%2Fmitziconnell.com%2Fdemo18%2Fcontact|||\" add_icon=\"true\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_text_separator title=\"Related Posts\" title_align=\"separator_align_left\"][vc_column_text css=\".vc_custom_1473178305140{background-color: #270639 !important;}\"][ess_grid alias=\"solutions-portfolio\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]\n\n&nbsp;\n\n[vc_row][vc_column][vc_row_inner][vc_column_inner][fancy_heading h1=\"0\" style=\"arrows\" title=\"Skin Care\"][/fancy_heading][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"392\" img_size=\"full\" alignment=\"center\" style=\"vc_box_shadow_3d\" css_animation=\"bottom-to-top\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vc_column_text]If you care about your skin, you care about whatâ€™s in your skin care product. Thatâ€™s why we carry some of the finest toxin-free anti-aging creams and lotions and potions youâ€™ll find. Thereâ€™s a lot to choose from.\n\nLetâ€™s talk and weâ€™ll help you find the product that best suits your skin.[/vc_column_text][vc_btn title=\"Contact us today!\" style=\"3d\" color=\"blue\" i_icon_fontawesome=\"fa fa-phone\" link=\"url:http%3A%2F%2Fmitziconnell.com%2Fdemo18%2Fcontact|||\" add_icon=\"true\"][vc_empty_space height=\"16px\"][vc_text_separator title=\"Related Posts\" title_align=\"separator_align_left\"][vc_column_text][ess_grid alias=\"solutions-portfolio\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Skin Care','If you care about your skin, you care about whatâ€™s in your skin care product. Thatâ€™s why we carry some of the finest toxin-free anti-aging creams and lotions and potions youâ€™ll find. Thereâ€™s a lot to choose from.\n\nLetâ€™s talk and weâ€™ll help you find the product that best suits your skin.','inherit','closed','closed','','471-autosave-v1','','','2016-09-06 18:12:52','2016-09-06 18:12:52','',471,'http://mitziconnell.com/demo18/2016/08/24/471-autosave-v1/',0,'revision','',0),(497,3,'2016-08-24 03:04:22','2016-08-24 03:04:22','','wellness-beauty','','inherit','open','closed','','wellness-beauty','','','2016-08-24 03:04:22','2016-08-24 03:04:22','',10,'http://mitziconnell.com/demo18/wp-content/uploads/2016/07/wellness-beauty.jpg',0,'attachment','image/jpeg',0),(498,3,'2016-08-24 03:07:50','2016-08-24 03:07:50','','wellness-beauty RESIZED 1000w CROPPED','','inherit','open','closed','','wellness-beauty-resized-1000w-cropped','','','2016-08-24 03:07:50','2016-08-24 03:07:50','',10,'http://mitziconnell.com/demo18/wp-content/uploads/2016/07/wellness-beauty-RESIZED-1000w-CROPPED.jpg',0,'attachment','image/jpeg',0),(499,3,'2016-08-24 03:18:43','2016-08-24 03:18:43','[vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space][fancy_heading h1=\"0\" style=\"line\" title=\"Our Services\" slogan=\"HOW CAN WE BRING HEALTH TO YOU?\"][/fancy_heading][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1472008637518{background-color: #e9eaf4 !important;}\"][vc_column][vc_row_inner gap=\"5\" css=\".vc_custom_1472008701467{padding-right: 40px !important;padding-left: 40px !important;}\"][vc_column_inner width=\"1/2\"][our_team style=\"horizontal\" image=\"199\" title=\"Phyllis D. Light\" subtitle=\"Wellness Counseling\" phone=\"256-931-0351\" email=\"phyllisdlight@hotmail.com \"][/our_team][vc_column_text]<img class=\"alignright size-thumbnail wp-image-230\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/Herbal-Medicines-jpg-150x150.jpg\" alt=\"Herbal-Medicines jpg\" width=\"150\" height=\"150\" />Phyllis holds a masterâ€™s degree in health studies from the University of Alabama and is a professional member of the American Herbalist Guild, a member of the International Herb Association and the Herb Society of America.\r\nInitial consultations last about an hour and consist of a detailed medical history, pertinent questions concerning your condition, and a non-invasive assessment. Please bring a list of medications, herbs or other supplements you are currently taking.\r\n\r\n1-hour consultations are $75.\r\nFollow-up appointments are $50/hour.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][our_team style=\"horizontal\" image=\"199\" title=\"Gordon Slack\" subtitle=\"Bio Energetics Testing\" phone=\"256-883-4127\" email=\"81eaglescout@bellsouth.net \"][/our_team][vc_column_text]<img class=\"alignright size-thumbnail wp-image-235\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/bio-energetics-testing-150x150.jpg\" alt=\"bio energetics testing\" width=\"150\" height=\"150\" />BioEnergetics Testing uses a computer to measure the electrical conductivity at responsive (meridian) points to assess which systems in the body have been compromised by environmental toxicity, nutritional deficiencies, emotional stress and energetic imbalances.\r\nOnce imbalances have been identified, the computer then recommends homeopathic and herbal remedies and/or nutritional supplementation to assist the body\'s healing process.\r\n\r\nGordon Slack earned his doctorate in bioenergetics with Zenia Richler, ND, NMD, of the Academy of BioEnergetics, Springfield, Mo. Gordon also is a certified lymphologist from the International Academy of Lymphology.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][vc_column_text]\r\n<h3>Therapeutic Massage</h3>\r\n<h6>with Gabriele Farrales</h6>\r\n<img class=\"alignright wp-image-452 size-thumbnail\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/neck-pain-150x150.jpg\" width=\"150\" height=\"150\" />\r\n\r\nTherapeutic Massage has been practiced in some form in every culture for thousands of years. Massage is a healthy way to relieve stress, which many health practitioners claim is the number one cause of illness and disease. Stress greatly weakens the immune system which compromises the body\'s natural ability to heal. In addition to reducing stress, massage can be used to relieve pain from sore muscles, reduce muscle spasms, increase circulation, enhance mental clarity, temporarily reduce blood pressure in hypertensives, and support effective digestion.\r\n\r\nGabriele is a massage therapist licensed in Alabama (Lic. #2426) and nationally certified in Therapeutic Massage by NCTMB. She does Swedish Relaxation, Deep Tissue and/or Myofascial Release techniques, and the wonderfully luxurious hot stone massage![/vc_column_text][vc_message icon_fontawesome=\"fa fa-phone\"]<span style=\"text-decoration: underline;\"><strong>Contact Gabriele:</strong></span>\r\n256-652-6830\r\n<a href=\"mailto:Gabriele.farrales@gmail.com\">Gabriele.farrales@gmail.com</a>[/vc_message][/vc_column][vc_column width=\"1/3\"][vc_column_text]\r\n<h3>Auricular Therapy</h3>\r\n<h6>with Gabriele Farrales</h6>\r\n<img class=\"alignright size-thumbnail wp-image-237\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/auricular-150x150.jpg\" alt=\"auricular\" width=\"150\" height=\"150\" />Auricular therapy involves activating reflex points on the outside of the ear that correspond with each of the various organs and body systems in order to stimulate, sedate, or balance those systems.\r\n\r\nOur certified auricular therapist uses a mild electric impulse on those reflex points with a special tool. Auricular therapy is non-invasive and can be used to help manage back pain, encourage weight loss, assist in overcoming addiction such as cigarette smoking, induce relaxation, and stimulate detoxification among an abundance of other benefits.\r\n\r\n[/vc_column_text][vc_message icon_fontawesome=\"fa fa-phone\"]<span style=\"text-decoration: underline;\"><strong>Contact Gabriele:</strong></span>\r\n256-652-6830\r\n<a href=\"mailto:Gabriele.farrales@gmail.com\">Gabriele.farrales@gmail.com</a>[/vc_message][/vc_column][vc_column width=\"1/3\"][vc_column_text]\r\n<h3>Reflexology &amp; Custom-Fitted Bras</h3>\r\n<h6>with Jean Mayo</h6>\r\n<img class=\"alignright size-thumbnail wp-image-231\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/reflexology-feet_grande-150x150.jpg\" alt=\"reflexology-feet_grande\" width=\"150\" height=\"150\" />Foot reflexology is an ancient healing therapy that involves stimulating reflex points on the feet in order to activate the bodyâ€™s own natural healing powers. Jean Mayo, certified reflexologist with more than 25 years of experience, will show you how relaxing and healing foot reflexology can be. Appointments are 60 minutes (recommended) and 30 minutes.\r\n\r\nJean also sells Custom-Fitted Bras. These bras offer extraordinary support and they come in 216 different sizes! No matter what your shape or size, Jean can find a bra designed with you in mind.[/vc_column_text][vc_message icon_fontawesome=\"fa fa-phone\"]Call Jean at 256.653.8017[/vc_message][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1470328503897{background-color: #270639 !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: right;\"><a style=\"font-size: 20px; font-weight: 600;\" href=\"http://74.124.197.205/~ruthsnut/contact\"> Questions? Contact us! <i class=\"icon icon-right-circled\" style=\"margin-right: 7px;\"></i> </a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Services','','inherit','closed','closed','','10-revision-v1','','','2016-08-24 03:18:43','2016-08-24 03:18:43','',10,'http://mitziconnell.com/demo18/2016/08/24/10-revision-v1/',0,'revision','',0),(500,3,'2016-08-24 03:19:53','2016-08-24 03:19:53','[vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space][fancy_heading h1=\"0\" style=\"line\" title=\"Our Services\" slogan=\"HOW CAN WE BRING HEALTH TO YOU?\"][/fancy_heading][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1472008637518{background-color: #e9eaf4 !important;}\"][vc_column][vc_row_inner gap=\"5\" css=\".vc_custom_1472008701467{padding-right: 40px !important;padding-left: 40px !important;}\"][vc_column_inner width=\"1/2\"][our_team style=\"horizontal\" image=\"199\" title=\"Phyllis D. Light\" subtitle=\"Wellness Counseling\" phone=\"256-931-0351\" email=\"phyllisdlight@hotmail.com \"][/our_team][vc_column_text]<img class=\"alignright size-thumbnail wp-image-230\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/Herbal-Medicines-jpg-150x150.jpg\" alt=\"Herbal-Medicines jpg\" width=\"150\" height=\"150\" />Phyllis holds a masterâ€™s degree in health studies from the University of Alabama and is a professional member of the American Herbalist Guild, a member of the International Herb Association and the Herb Society of America.\r\nInitial consultations last about an hour and consist of a detailed medical history, pertinent questions concerning your condition, and a non-invasive assessment. Please bring a list of medications, herbs or other supplements you are currently taking.\r\n\r\n1-hour consultations are $75.\r\nFollow-up appointments are $50/hour.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][our_team style=\"horizontal\" image=\"199\" title=\"Gordon Slack\" subtitle=\"Bio Energetics Testing\" phone=\"256-883-4127\" email=\"81eaglescout@bellsouth.net \"][/our_team][vc_column_text]<img class=\"alignright size-thumbnail wp-image-235\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/bio-energetics-testing-150x150.jpg\" alt=\"bio energetics testing\" width=\"150\" height=\"150\" />BioEnergetics Testing uses a computer to measure the electrical conductivity at responsive (meridian) points to assess which systems in the body have been compromised by environmental toxicity, nutritional deficiencies, emotional stress and energetic imbalances.\r\nOnce imbalances have been identified, the computer then recommends homeopathic and herbal remedies and/or nutritional supplementation to assist the body\'s healing process.\r\n\r\nGordon Slack earned his doctorate in bioenergetics with Zenia Richler, ND, NMD, of the Academy of BioEnergetics, Springfield, Mo. Gordon also is a certified lymphologist from the International Academy of Lymphology.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1472008806631{padding-right: 40px !important;padding-left: 40px !important;}\"][vc_column width=\"1/3\"][vc_column_text]\r\n<h3>Therapeutic Massage</h3>\r\n<h6>with Gabriele Farrales</h6>\r\n<img class=\"alignright wp-image-452 size-thumbnail\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/neck-pain-150x150.jpg\" width=\"150\" height=\"150\" />\r\n\r\nTherapeutic Massage has been practiced in some form in every culture for thousands of years. Massage is a healthy way to relieve stress, which many health practitioners claim is the number one cause of illness and disease. Stress greatly weakens the immune system which compromises the body\'s natural ability to heal. In addition to reducing stress, massage can be used to relieve pain from sore muscles, reduce muscle spasms, increase circulation, enhance mental clarity, temporarily reduce blood pressure in hypertensives, and support effective digestion.\r\n\r\nGabriele is a massage therapist licensed in Alabama (Lic. #2426) and nationally certified in Therapeutic Massage by NCTMB. She does Swedish Relaxation, Deep Tissue and/or Myofascial Release techniques, and the wonderfully luxurious hot stone massage![/vc_column_text][vc_message icon_fontawesome=\"fa fa-phone\"]<span style=\"text-decoration: underline;\"><strong>Contact Gabriele:</strong></span>\r\n256-652-6830\r\n<a href=\"mailto:Gabriele.farrales@gmail.com\">Gabriele.farrales@gmail.com</a>[/vc_message][/vc_column][vc_column width=\"1/3\"][vc_column_text]\r\n<h3>Auricular Therapy</h3>\r\n<h6>with Gabriele Farrales</h6>\r\n<img class=\"alignright size-thumbnail wp-image-237\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/auricular-150x150.jpg\" alt=\"auricular\" width=\"150\" height=\"150\" />Auricular therapy involves activating reflex points on the outside of the ear that correspond with each of the various organs and body systems in order to stimulate, sedate, or balance those systems.\r\n\r\nOur certified auricular therapist uses a mild electric impulse on those reflex points with a special tool. Auricular therapy is non-invasive and can be used to help manage back pain, encourage weight loss, assist in overcoming addiction such as cigarette smoking, induce relaxation, and stimulate detoxification among an abundance of other benefits.\r\n\r\n[/vc_column_text][vc_message icon_fontawesome=\"fa fa-phone\"]<span style=\"text-decoration: underline;\"><strong>Contact Gabriele:</strong></span>\r\n256-652-6830\r\n<a href=\"mailto:Gabriele.farrales@gmail.com\">Gabriele.farrales@gmail.com</a>[/vc_message][/vc_column][vc_column width=\"1/3\"][vc_column_text]\r\n<h3>Reflexology &amp; Custom-Fitted Bras</h3>\r\n<h6>with Jean Mayo</h6>\r\n<img class=\"alignright size-thumbnail wp-image-231\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/reflexology-feet_grande-150x150.jpg\" alt=\"reflexology-feet_grande\" width=\"150\" height=\"150\" />Foot reflexology is an ancient healing therapy that involves stimulating reflex points on the feet in order to activate the bodyâ€™s own natural healing powers. Jean Mayo, certified reflexologist with more than 25 years of experience, will show you how relaxing and healing foot reflexology can be. Appointments are 60 minutes (recommended) and 30 minutes.\r\n\r\nJean also sells Custom-Fitted Bras. These bras offer extraordinary support and they come in 216 different sizes! No matter what your shape or size, Jean can find a bra designed with you in mind.[/vc_column_text][vc_message icon_fontawesome=\"fa fa-phone\"]Call Jean at 256.653.8017[/vc_message][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1470328503897{background-color: #270639 !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: right;\"><a style=\"font-size: 20px; font-weight: 600;\" href=\"http://74.124.197.205/~ruthsnut/contact\"> Questions? Contact us! <i class=\"icon icon-right-circled\" style=\"margin-right: 7px;\"></i> </a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Services','','inherit','closed','closed','','10-revision-v1','','','2016-08-24 03:19:53','2016-08-24 03:19:53','',10,'http://mitziconnell.com/demo18/2016/08/24/10-revision-v1/',0,'revision','',0),(502,3,'2016-08-24 03:28:56','2016-08-24 03:28:56','[vc_row][vc_column][vc_empty_space][fancy_heading h1=\"0\" style=\"line\" title=\"Recently Posted\"]Our latest blog posts[/fancy_heading][blog][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1470328503897{background-color: #270639 !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: right;\"><a style=\"font-size: 20px; font-weight: 600;\" href=\"http://74.124.197.205/~ruthsnut/contact\">Questions? Contact us!<i class=\"icon icon-right-circled\" style=\"margin-right: 7px;\"></i></a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Articles','','inherit','closed','closed','','101-revision-v1','','','2016-08-24 03:28:56','2016-08-24 03:28:56','',101,'http://mitziconnell.com/demo18/2016/08/24/101-revision-v1/',0,'revision','',0),(503,3,'2016-08-24 03:35:35','2016-08-24 03:35:35','[vc_row full_width=\"stretch_row\" css=\".vc_custom_1470328503897{background-color: #270639 !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: right;\"><a style=\"font-size: 20px; font-weight: 600;\" href=\"http://74.124.197.205/~ruthsnut/contact\">Questions? Contact us!<i class=\"icon icon-right-circled\" style=\"margin-right: 7px;\"></i></a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Articles','','inherit','closed','closed','','101-revision-v1','','','2016-08-24 03:35:35','2016-08-24 03:35:35','',101,'http://mitziconnell.com/demo18/2016/08/24/101-revision-v1/',0,'revision','',0),(504,3,'2016-08-24 03:38:22','2016-08-24 03:38:22','','Articles','','inherit','closed','closed','','101-revision-v1','','','2016-08-24 03:38:22','2016-08-24 03:38:22','',101,'http://mitziconnell.com/demo18/2016/08/24/101-revision-v1/',0,'revision','',0),(505,3,'2016-08-24 03:46:26','2016-08-24 03:46:26','[vc_row][vc_column][vc_empty_space][vc_row_inner][vc_column_inner width=\"2/3\"][vc_column_text]\r\n<h6 style=\"font-size: 32px;\">WELCOME!</h6>\r\n<h6 style=\"font-size: 14px;\">Why we do what we do</h6>\r\n[divider height=\"20\"]\r\n\r\nAt Ruthâ€™s weâ€™re passionate about helping you reach optimal health. Each of us has worked her way through personal health problems, a process that instilled in us a drive to help others. If we can make you feel better, we feel better; itâ€™s as simple as that.\r\n\r\nWe want you feeling good and looking good. Thatâ€™s why we stock a wide variety of top-quality products: immune aids, brain boosters, non-toxic skin care, organic essential oils and much, much more. We believe in going the extra mile. Weâ€™re glad to special order customer-requested items or deliver prepaid products to your car when your lifeâ€™s too hectic to spend time in the store.\r\n\r\nWe study our craft, regularly attending both medical and natural health conferences, in order to share the latest information possible.\r\n\r\nWe take the time to listen, hear your story and offer the best solutions we know. The road to good health begins here; letâ€™s get started together![/vc_column_text][vc_column_text]\r\n<h3 style=\"text-align: left;\">Subscribe to our newsletter!</h3>\r\n<p style=\"text-align: center;\">[contact-form-7 id=\"212\" title=\"Newsletter one-row\"]</p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_empty_space][vc_gallery interval=\"3\" images=\"158,147,146,107,109\" img_size=\"medium\" onclick=\"\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1471879090504{background-color: #f1fdea !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vc_text_separator title=\"Meet our Team!\" i_icon_fontawesome=\"fa fa-commenting\" i_color=\"violet\" color=\"chino\" style=\"dotted\" add_icon=\"true\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1471879140045{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/3\"][our_team style=\"horizontal\" image=\"450\" title=\"Cynthia Freese\" subtitle=\"Owner\" phone=\"222.333.4444\" email=\"email@emailemail.com\"][/our_team][vc_column_text]Cynthia has worked in Ruthâ€™s Nutrition since 1994 and owned it since 2007. Over those years she has served the public with grace, style and savvy, creating a locally owned store that offers a friendly, attractive atmosphere, top-quality products and some of the most knowledgeable health food store staffers in the region.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][our_team style=\"horizontal\" image=\"450\" title=\"Sue Cummings\" subtitle=\"Clinical Herbalist\" phone=\"222.333.4444\" email=\"email@emailemail.com\"][/our_team][vc_column_text]Sue is a clinical herbalist with a bachelorâ€™s degree in botanical medicine and professional membership in the American Herbalists Guild. After having a private practice for several years, she joined Ruthâ€™s Nutrition where sheâ€™s more than happy to share her expertise with customers for free.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][our_team style=\"horizontal\" image=\"450\" title=\"Anita Eisenberg\" subtitle=\"Health Specialist\" phone=\"222.333.4444\" email=\"email@emailemail.com\"][/our_team][vc_column_text]Anita has been in the health care business for more than 25 years, cataloging a vast knowledge of illnesses, products and their appropriate uses. Ask Anita a question and youâ€™ll likely get not only an informed answer but also an amazing amount of detail. Here at Ruthâ€™s Nutrition, sheâ€™s fondly known as The Walking Encyclopedia.[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][our_team style=\"horizontal\" image=\"450\" title=\"Christine Dennis\" subtitle=\"Aromatherapy &amp; Skin Care Specialist\" phone=\"222.333.4444\" email=\"email@emailemail.com\"][/our_team][vc_column_text]Christine has a passion for children; just watch her light up any time a child is around. No wonder then that sheâ€™s made understanding childrenâ€™s ailments, health, and happiness her priority. Not only is she great with kids, sheâ€™s a maven when it comes to aromatherapy, skin care -- and our displays. If youâ€™ve seen one of her gift baskets, you know she knows how to make things look good.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][our_team style=\"horizontal\" image=\"450\" title=\"Barbara Musso\" subtitle=\"RN and Reflexologist\" phone=\"222.333.4444\" email=\"email@emailemail.com\"][/our_team][vc_column_text]Barb has been a registered nurse for more than 40 years, working in the operating room and in gerontology before joining the Ruthâ€™s Nutrition team. Sheâ€™s long been interested in alternative healing modalities, studying reflexology and learning to understand the subtle energies of the body. Known for her big heart and her caring listening skills, Barb has become a customer favorite.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"204\" img_size=\"full\" alignment=\"center\" style=\"vc_box_shadow_3d\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][/vc_column_inner][vc_column_inner width=\"1/2\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1470328503897{background-color: #270639 !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: right;\"><a style=\"font-size: 20px; font-weight: 600;\" href=\"http://74.124.197.205/~ruthsnut/contact\">Questions? Contact us!<i class=\"icon icon-right-circled\" style=\"margin-right: 7px;\"></i></a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Our Story','','inherit','closed','closed','','8-revision-v1','','','2016-08-24 03:46:26','2016-08-24 03:46:26','',8,'http://mitziconnell.com/demo18/2016/08/24/8-revision-v1/',0,'revision','',0),(506,3,'2016-08-24 03:52:06','2016-08-24 03:52:06','[vc_row][vc_column][vc_empty_space][vc_row_inner][vc_column_inner width=\"2/3\"][vc_column_text]\r\n<h6 style=\"font-size: 32px;\">WELCOME!</h6>\r\n<h6 style=\"font-size: 14px;\">Why we do what we do</h6>\r\n[divider height=\"20\"]\r\n\r\nAt Ruthâ€™s weâ€™re passionate about helping you reach optimal health. Each of us has worked her way through personal health problems, a process that instilled in us a drive to help others. If we can make you feel better, we feel better; itâ€™s as simple as that.\r\n\r\nWe want you feeling good and looking good. Thatâ€™s why we stock a wide variety of top-quality products: immune aids, brain boosters, non-toxic skin care, organic essential oils and much, much more. We believe in going the extra mile. Weâ€™re glad to special order customer-requested items or deliver prepaid products to your car when your lifeâ€™s too hectic to spend time in the store.\r\n\r\nWe study our craft, regularly attending both medical and natural health conferences, in order to share the latest information possible.\r\n\r\nWe take the time to listen, hear your story and offer the best solutions we know. The road to good health begins here; letâ€™s get started together![/vc_column_text][vc_column_text]\r\n<h3 style=\"text-align: left;\">Subscribe to our newsletter!</h3>\r\n<p style=\"text-align: center;\">[contact-form-7 id=\"212\" title=\"Newsletter one-row\"]</p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_empty_space][vc_gallery interval=\"3\" images=\"158,147,146,107,109\" img_size=\"medium\" onclick=\"\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1471879090504{background-color: #f1fdea !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vc_text_separator title=\"Meet our Team!\" i_icon_fontawesome=\"fa fa-commenting\" i_color=\"violet\" color=\"chino\" style=\"dotted\" add_icon=\"true\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1471879140045{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/3\"][our_team style=\"horizontal\" image=\"450\" title=\"Cynthia Freese\" subtitle=\"Owner\" phone=\"222.333.4444\" email=\"email@emailemail.com\"][/our_team][vc_column_text]Cynthia has worked in Ruthâ€™s Nutrition since 1994 and owned it since 2007. Over those years she has served the public with grace, style and savvy, creating a locally owned store that offers a friendly, attractive atmosphere, top-quality products and some of the most knowledgeable health food store staffers in the region.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][our_team style=\"horizontal\" image=\"450\" title=\"Sue Cummings\" subtitle=\"Clinical Herbalist\" phone=\"222.333.4444\" email=\"email@emailemail.com\"][/our_team][vc_column_text]Sue is a clinical herbalist with a bachelorâ€™s degree in botanical medicine and professional membership in the American Herbalists Guild. After having a private practice for several years, she joined Ruthâ€™s Nutrition where sheâ€™s more than happy to share her expertise with customers for free.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][our_team style=\"horizontal\" image=\"450\" title=\"Anita Eisenberg\" subtitle=\"Health Specialist\" phone=\"222.333.4444\" email=\"email@emailemail.com\"][/our_team][vc_column_text]Anita has been in the health care business for more than 25 years, cataloging a vast knowledge of illnesses, products and their appropriate uses. Ask Anita a question and youâ€™ll likely get not only an informed answer but also an amazing amount of detail. Here at Ruthâ€™s Nutrition, sheâ€™s fondly known as The Walking Encyclopedia.[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][our_team style=\"horizontal\" image=\"450\" title=\"Christine Dennis\" subtitle=\"Aromatherapy &amp; Skin Care Specialist\" phone=\"222.333.4444\" email=\"email@emailemail.com\"][/our_team][vc_column_text]Christine has a passion for children; just watch her light up any time a child is around. No wonder then that sheâ€™s made understanding childrenâ€™s ailments, health, and happiness her priority. Not only is she great with kids, sheâ€™s a maven when it comes to aromatherapy, skin care -- and our displays. If youâ€™ve seen one of her gift baskets, you know she knows how to make things look good.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][our_team style=\"horizontal\" image=\"450\" title=\"Barbara Musso\" subtitle=\"RN and Reflexologist\" phone=\"222.333.4444\" email=\"email@emailemail.com\"][/our_team][vc_column_text]Barb has been a registered nurse for more than 40 years, working in the operating room and in gerontology before joining the Ruthâ€™s Nutrition team. Sheâ€™s long been interested in alternative healing modalities, studying reflexology and learning to understand the subtle energies of the body. Known for her big heart and her caring listening skills, Barb has become a customer favorite.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"204\" img_size=\"full\" alignment=\"center\" style=\"vc_box_shadow_3d\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][/vc_column_inner][vc_column_inner width=\"1/2\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1470328503897{background-color: #270639 !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: right; font-size: 20px; font-weight: 600;\"><span style=\"color: #ffffff;\">Questions?</span> <a style=\"font-size: 20px; font-weight: 600;\" href=\"http://74.124.197.205/~ruthsnut/contact\">Contact us!<i class=\"icon icon-right-circled\" style=\"margin-right: 7px;\"></i></a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Our Story','','inherit','closed','closed','','8-revision-v1','','','2016-08-24 03:52:06','2016-08-24 03:52:06','',8,'http://mitziconnell.com/demo18/2016/08/24/8-revision-v1/',0,'revision','',0),(511,3,'2016-08-24 03:56:47','2016-08-24 03:56:47','[vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space][fancy_heading h1=\"0\" style=\"line\" title=\"Our Services\" slogan=\"HOW CAN WE BRING HEALTH TO YOU?\"][/fancy_heading][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1472008637518{background-color: #e9eaf4 !important;}\"][vc_column][vc_row_inner gap=\"5\" css=\".vc_custom_1472008701467{padding-right: 40px !important;padding-left: 40px !important;}\"][vc_column_inner width=\"1/2\"][our_team style=\"horizontal\" image=\"199\" title=\"Phyllis D. Light\" subtitle=\"Wellness Counseling\" phone=\"256-931-0351\" email=\"phyllisdlight@hotmail.com \"][/our_team][vc_column_text]<img class=\"alignright size-thumbnail wp-image-230\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/Herbal-Medicines-jpg-150x150.jpg\" alt=\"Herbal-Medicines jpg\" width=\"150\" height=\"150\" />Phyllis holds a masterâ€™s degree in health studies from the University of Alabama and is a professional member of the American Herbalist Guild, a member of the International Herb Association and the Herb Society of America.\r\nInitial consultations last about an hour and consist of a detailed medical history, pertinent questions concerning your condition, and a non-invasive assessment. Please bring a list of medications, herbs or other supplements you are currently taking.\r\n\r\n1-hour consultations are $75.\r\nFollow-up appointments are $50/hour.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][our_team style=\"horizontal\" image=\"199\" title=\"Gordon Slack\" subtitle=\"Bio Energetics Testing\" phone=\"256-883-4127\" email=\"81eaglescout@bellsouth.net \"][/our_team][vc_column_text]<img class=\"alignright size-thumbnail wp-image-235\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/bio-energetics-testing-150x150.jpg\" alt=\"bio energetics testing\" width=\"150\" height=\"150\" />BioEnergetics Testing uses a computer to measure the electrical conductivity at responsive (meridian) points to assess which systems in the body have been compromised by environmental toxicity, nutritional deficiencies, emotional stress and energetic imbalances.\r\nOnce imbalances have been identified, the computer then recommends homeopathic and herbal remedies and/or nutritional supplementation to assist the body\'s healing process.\r\n\r\nGordon Slack earned his doctorate in bioenergetics with Zenia Richler, ND, NMD, of the Academy of BioEnergetics, Springfield, Mo. Gordon also is a certified lymphologist from the International Academy of Lymphology.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1472008806631{padding-right: 40px !important;padding-left: 40px !important;}\"][vc_column width=\"1/3\"][vc_column_text]\r\n<h3>Therapeutic Massage</h3>\r\n<h6>with Gabriele Farrales</h6>\r\n<img class=\"alignright wp-image-452 size-thumbnail\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/neck-pain-150x150.jpg\" width=\"150\" height=\"150\" />\r\n\r\nTherapeutic Massage has been practiced in some form in every culture for thousands of years. Massage is a healthy way to relieve stress, which many health practitioners claim is the number one cause of illness and disease. Stress greatly weakens the immune system which compromises the body\'s natural ability to heal. In addition to reducing stress, massage can be used to relieve pain from sore muscles, reduce muscle spasms, increase circulation, enhance mental clarity, temporarily reduce blood pressure in hypertensives, and support effective digestion.\r\n\r\nGabriele is a massage therapist licensed in Alabama (Lic. #2426) and nationally certified in Therapeutic Massage by NCTMB. She does Swedish Relaxation, Deep Tissue and/or Myofascial Release techniques, and the wonderfully luxurious hot stone massage![/vc_column_text][vc_message icon_fontawesome=\"fa fa-phone\"]<span style=\"text-decoration: underline;\"><strong>Contact Gabriele:</strong></span>\r\n256-652-6830\r\n<a href=\"mailto:Gabriele.farrales@gmail.com\">Gabriele.farrales@gmail.com</a>[/vc_message][/vc_column][vc_column width=\"1/3\"][vc_column_text]\r\n<h3>Auricular Therapy</h3>\r\n<h6>with Gabriele Farrales</h6>\r\n<img class=\"alignright size-thumbnail wp-image-237\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/auricular-150x150.jpg\" alt=\"auricular\" width=\"150\" height=\"150\" />Auricular therapy involves activating reflex points on the outside of the ear that correspond with each of the various organs and body systems in order to stimulate, sedate, or balance those systems.\r\n\r\nOur certified auricular therapist uses a mild electric impulse on those reflex points with a special tool. Auricular therapy is non-invasive and can be used to help manage back pain, encourage weight loss, assist in overcoming addiction such as cigarette smoking, induce relaxation, and stimulate detoxification among an abundance of other benefits.\r\n\r\n[/vc_column_text][vc_message icon_fontawesome=\"fa fa-phone\"]<span style=\"text-decoration: underline;\"><strong>Contact Gabriele:</strong></span>\r\n256-652-6830\r\n<a href=\"mailto:Gabriele.farrales@gmail.com\">Gabriele.farrales@gmail.com</a>[/vc_message][/vc_column][vc_column width=\"1/3\"][vc_column_text]\r\n<h3>Reflexology &amp; Custom-Fitted Bras</h3>\r\n<h6>with Jean Mayo</h6>\r\n<img class=\"alignright size-thumbnail wp-image-231\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/reflexology-feet_grande-150x150.jpg\" alt=\"reflexology-feet_grande\" width=\"150\" height=\"150\" />Foot reflexology is an ancient healing therapy that involves stimulating reflex points on the feet in order to activate the bodyâ€™s own natural healing powers. Jean Mayo, certified reflexologist with more than 25 years of experience, will show you how relaxing and healing foot reflexology can be. Appointments are 60 minutes (recommended) and 30 minutes.\r\n\r\nJean also sells Custom-Fitted Bras. These bras offer extraordinary support and they come in 216 different sizes! No matter what your shape or size, Jean can find a bra designed with you in mind.[/vc_column_text][vc_message icon_fontawesome=\"fa fa-phone\"]Call Jean at 256.653.8017[/vc_message][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1470328503897{background-color: #270639 !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: right; font-size: 20px; font-weight: 600;\"><span style=\"color: #ffffff;\">Questions?</span> <a style=\"font-size: 20px; font-weight: 600;\" href=\"http://74.124.197.205/~ruthsnut/contact\">Contact us!<i class=\"icon icon-right-circled\" style=\"margin-right: 7px;\"></i></a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Services','','inherit','closed','closed','','10-revision-v1','','','2016-08-24 03:56:47','2016-08-24 03:56:47','',10,'http://mitziconnell.com/demo18/2016/08/24/10-revision-v1/',0,'revision','',0),(512,3,'2016-08-24 04:21:34','2016-08-24 04:21:34','','mood eggs','','inherit','open','closed','','mood-eggs','','','2016-08-24 04:21:34','2016-08-24 04:21:34','',472,'http://mitziconnell.com/demo18/wp-content/uploads/2016/08/mood-eggs.jpg',0,'attachment','image/jpeg',0),(516,3,'2016-08-24 16:14:22','2016-08-24 16:14:22','[vc_row][vc_column width=\"3/4\"][vc_column_text]\r\n<h3>We love clothes</h3>\r\nQuisque lorem tortor fringilla sed, vestibulum id, eleifend justo vel bibendum sapien massa ac turpis faucibus orci luctus non, consectetuer lobortis quis, varius in, purus. Integer ultrices posuere cubilia Curae, Nulla ipsum dolor lacus, suscipit adipiscing. Cum sociis natoque penatibus et ultrices volutpat.\r\n\r\nNullam wisi ultricies a, gravida vitae, dapibus risus ante sodales lectus blandit eu, tempor diam pede cursus vitae, ultricies eu, faucibus quis.[/vc_column_text][vc_toggle style=\"round_outline\" color=\"peacoc\" el_id=\"1470076476641-e7d4e644-3387\"]Toggle content goes here, click edit button to change this text.[/vc_toggle][vc_toggle style=\"round_outline\" color=\"peacoc\" el_id=\"1470076525352-ee8b66ca-7dfd\"]Toggle content goes here, click edit button to change this text.[/vc_toggle][vc_toggle style=\"round_outline\" color=\"peacoc\" el_id=\"1470076523687-aab47729-064b\"]Toggle content goes here, click edit button to change this text.[/vc_toggle][vc_toggle style=\"round_outline\" color=\"peacoc\" el_id=\"1470076522222-5c408ce5-4e82\"]Toggle content goes here, click edit button to change this text.[/vc_toggle][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"158\" img_size=\"full\" alignment=\"center\"][vc_pie value=\"79\" color=\"green\" title=\"Widget title goes here\" units=\"%\"][/vc_column][/vc_row]','Blog Title 04','Quisque lorem tortor fringilla sed, vestibulum id, eleifend justo vel bibendum sapien massa ac turpis ','inherit','closed','closed','','154-revision-v1','','','2016-08-24 16:14:22','2016-08-24 16:14:22','',154,'http://mitziconnell.com/demo18/2016/08/24/154-revision-v1/',0,'revision','',0),(518,3,'2016-08-24 16:15:23','2016-08-24 16:15:23','[vc_row][vc_column width=\"3/4\"][vc_column_text]\r\n<h3>We love clothes</h3>\r\nQuisque lorem tortor fringilla sed, vestibulum id, eleifend justo vel bibendum sapien massa ac turpis faucibus orci luctus non, consectetuer lobortis quis, varius in, purus. Integer ultrices posuere cubilia Curae, Nulla ipsum dolor lacus, suscipit adipiscing. Cum sociis natoque penatibus et ultrices volutpat.\r\n\r\nNullam wisi ultricies a, gravida vitae, dapibus risus ante sodales lectus blandit eu, tempor diam pede cursus vitae, ultricies eu, faucibus quis.[/vc_column_text][vc_toggle style=\"round_outline\" color=\"peacoc\" el_id=\"1470076476641-e7d4e644-3387\"]Toggle content goes here, click edit button to change this text.[/vc_toggle][vc_toggle style=\"round_outline\" color=\"peacoc\" el_id=\"1470076525352-ee8b66ca-7dfd\"]Toggle content goes here, click edit button to change this text.[/vc_toggle][vc_toggle style=\"round_outline\" color=\"peacoc\" el_id=\"1470076523687-aab47729-064b\"]Toggle content goes here, click edit button to change this text.[/vc_toggle][vc_toggle style=\"round_outline\" color=\"peacoc\" el_id=\"1470076522222-5c408ce5-4e82\"]Toggle content goes here, click edit button to change this text.[/vc_toggle][/vc_column][vc_column width=\"1/4\"][vc_single_image image=\"158\" img_size=\"full\" alignment=\"center\"][vc_pie value=\"79\" color=\"green\" title=\"Widget title goes here\" units=\"%\"][/vc_column][/vc_row]','Blog Title 04','This is where you enter an excerpt about the post. Quisque lorem tortor fringilla sed, vestibulum id, eleifend justo vel bibendum sapien massa ac turpis ','inherit','closed','closed','','154-revision-v1','','','2016-08-24 16:15:23','2016-08-24 16:15:23','',154,'http://mitziconnell.com/demo18/2016/08/24/154-revision-v1/',0,'revision','',0),(519,3,'2016-09-16 19:30:40','2016-09-16 19:30:40','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h3>We\'re always looking for new ways to better serve our customers. To do that, we need to hear from you!</h3>\r\nIf there\'s a product you want and you don\'t find it on our shelves, tell us! We\'ll do our best to bring in what customers most want. If you need a product but you donâ€™t have much time, call us! Pay for the product over the phone then call us when youâ€™re in our parking lot. Weâ€™ll bring it out to your car.\r\n\r\nWe\'re listening to our customers and making a list. Please help us to serve you better and to make Ruth\'s Nutrition one of your favorite places to shop![/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"602\" img_size=\"full\" alignment=\"center\" css_animation=\"right-to-left\"][/vc_column][/vc_row]','Talk to Us!','We\'re listening to our customers and making a list. Please help us to serve you better and to make Ruth\'s Nutrition one of your favorite places to shop!\r\n','inherit','closed','closed','','145-autosave-v1','','','2016-09-16 19:30:40','2016-09-16 19:30:40','',145,'http://mitziconnell.com/demo18/2016/08/24/145-autosave-v1/',0,'revision','',0),(522,3,'2016-08-24 16:31:11','2016-08-24 16:31:11','','Wellness_01_0 RESIZED 1240W CROPPED','','inherit','open','closed','','wellness_01_0-resized-1240w-cropped','','','2016-08-24 16:31:11','2016-08-24 16:31:11','',101,'http://mitziconnell.com/demo18/wp-content/uploads/2016/07/Wellness_01_0-RESIZED-1240W-CROPPED.jpg',0,'attachment','image/jpeg',0),(524,3,'2016-09-13 20:53:00','2016-09-13 20:53:00','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h3>A Mighty Punch</h3>\r\nWeâ€™ve all probably heard the theory oxidative stress is the primary cause of cellular damage and aging. Thatâ€™s had many of us taking a handful of pills to address the issue. Thank goodness, Nordic Naturals has developed Omega Curcumin, which gives us a mighty antioxidant punch in just one dose (two pills).\r\n\r\nOmega Curcumin is a combination of concentrated anti-inflammatory fish oils EPA (490mg) &amp; DHA (350 mg), along with the antioxidants curcumin (400mg), L-glutathione (150 mg) and N-acetylcysteine (200 mg). Each nutrient plays a distinct yet complementary role in reducing oxidative stress to help maintain cellular health and support metabolic balance.\r\n\r\nAnother interesting point is that the curcumin used is a patented form called LongVida. Basically, it wraps the curcumin in a lipid (fat) coat, which makes the curcumin easier to absorb. Unlike other turmeric/curcumin brands, LongVida has studies showing it crosses the blood-brain barrier.\r\n\r\nCome try a bottle and give us some feedback. Weâ€™d love to know what you think![/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"608\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Antioxidant Powerhouse','Weâ€™ve all probably heard the theory oxidative stress is the primary cause of cellular damage and aging. Thatâ€™s had many of us taking a handful of pills to address the issue. Thank goodness, Nordic Naturals has developed Omega Curcumin, which gives us a mighty antioxidant punch in just one dose (two pills).','inherit','closed','closed','','152-autosave-v1','','','2016-09-13 20:53:00','2016-09-13 20:53:00','',152,'http://mitziconnell.com/demo18/2016/08/24/152-autosave-v1/',0,'revision','',0),(525,3,'2016-08-24 16:32:57','2016-08-24 16:32:57','[vc_row][vc_column][fancy_heading h1=\"0\" style=\"line\" title=\"Title Goes Here\"]Optional content can go here[/fancy_heading][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][vc_column_text]\r\n<h3>We love clothes</h3>\r\nQuisque lorem tortor fringilla sed, vestibulum id, eleifend justo vel bibendum sapien massa ac turpis faucibus orci luctus non, consectetuer lobortis quis, varius in, purus. Integer ultrices posuere cubilia Curae, Nulla ipsum dolor lacus, suscipit adipiscing. Cum sociis natoque penatibus et ultrices volutpat.\r\n\r\nNullam wisi ultricies a, gravida vitae, dapibus risus ante sodales lectus blandit eu, tempor diam pede cursus vitae, ultricies eu, faucibus quis.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_video link=\"https://www.youtube.com/watch?v=zyl4Vvjc7pI\"][/vc_column][/vc_row]','Blog Title 03','This is where you enter an excerpt about the post. Quisque lorem tortor fringilla sed, vestibulum id, eleifend justo vel bibendum sapien massa ac turpis','inherit','closed','closed','','152-revision-v1','','','2016-08-24 16:32:57','2016-08-24 16:32:57','',152,'http://mitziconnell.com/demo18/2016/08/24/152-revision-v1/',0,'revision','',0),(526,3,'2016-08-24 16:33:06','2016-08-24 16:33:06','[vc_row][vc_column width=\"1/4\"][vc_single_image image=\"147\" alignment=\"center\" css_animation=\"appear\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]\r\n<h3>We love clothes</h3>\r\nQuisque lorem tortor fringilla sed, vestibulum id, eleifend justo vel bibendum sapien massa ac turpis faucibus orci luctus non, consectetuer lobortis quis, varius in, purus. Integer ultrices posuere cubilia Curae, Nulla ipsum dolor lacus, suscipit adipiscing. Cum sociis natoque penatibus et ultrices volutpat.\r\n\r\nNullam wisi ultricies a, gravida vitae, dapibus risus ante sodales lectus blandit eu, tempor diam pede cursus vitae, ultricies eu, faucibus quis.[/vc_column_text][/vc_column][/vc_row]','Blog Title 02','This is where you enter an excerpt about the post. Quisque lorem tortor fringilla sed, vestibulum id, eleifend justo vel bibendum sapien massa ac turpis','inherit','closed','closed','','150-revision-v1','','','2016-08-24 16:33:06','2016-08-24 16:33:06','',150,'http://mitziconnell.com/demo18/2016/08/24/150-revision-v1/',0,'revision','',0),(527,3,'2016-08-24 16:33:15','2016-08-24 16:33:15','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h3>Family tradition</h3>\r\nSed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione.\r\n\r\nAdipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"148\" alignment=\"center\" css_animation=\"right-to-left\"][/vc_column][/vc_row]','Blog Title 01','This is where you enter an excerpt about the post. Quisque lorem tortor fringilla sed, vestibulum id, eleifend justo vel bibendum sapien massa ac turpis','inherit','closed','closed','','145-revision-v1','','','2016-08-24 16:33:15','2016-08-24 16:33:15','',145,'http://mitziconnell.com/demo18/2016/08/24/145-revision-v1/',0,'revision','',0),(531,3,'2016-08-29 14:44:56','2016-08-29 14:44:56',' ','','','publish','closed','closed','','531','','','2016-09-21 19:57:48','2016-09-21 19:57:48','',0,'http://mitziconnell.com/demo18/?p=531',5,'nav_menu_item','',0),(532,3,'2016-08-29 14:44:57','2016-08-29 14:44:57',' ','','','publish','closed','closed','','532','','','2016-09-21 19:57:48','2016-09-21 19:57:48','',0,'http://mitziconnell.com/demo18/?p=532',9,'nav_menu_item','',0),(533,3,'2016-08-29 14:44:57','2016-08-29 14:44:57',' ','','','publish','closed','closed','','533','','','2016-09-21 19:57:48','2016-09-21 19:57:48','',0,'http://mitziconnell.com/demo18/?p=533',12,'nav_menu_item','',0),(534,3,'2016-08-29 14:44:57','2016-08-29 14:44:57',' ','','','publish','closed','closed','','534','','','2016-09-21 19:57:48','2016-09-21 19:57:48','',0,'http://mitziconnell.com/demo18/?p=534',8,'nav_menu_item','',0),(535,3,'2016-08-29 14:44:57','2016-08-29 14:44:57',' ','','','publish','closed','closed','','535','','','2016-09-21 19:57:48','2016-09-21 19:57:48','',0,'http://mitziconnell.com/demo18/?p=535',10,'nav_menu_item','',0),(536,3,'2016-08-29 14:44:57','2016-08-29 14:44:57',' ','','','publish','closed','closed','','536','','','2016-09-21 19:57:48','2016-09-21 19:57:48','',0,'http://mitziconnell.com/demo18/?p=536',11,'nav_menu_item','',0),(537,3,'2016-08-29 14:44:56','2016-08-29 14:44:56',' ','','','publish','closed','closed','','537','','','2016-09-21 19:57:48','2016-09-21 19:57:48','',0,'http://mitziconnell.com/demo18/?p=537',7,'nav_menu_item','',0),(538,3,'2016-08-29 14:44:56','2016-08-29 14:44:56',' ','','','publish','closed','closed','','538','','','2016-09-21 19:57:48','2016-09-21 19:57:48','',0,'http://mitziconnell.com/demo18/?p=538',6,'nav_menu_item','',0),(539,3,'2016-08-29 14:44:55','2016-08-29 14:44:55','','Solutions â†“','','publish','closed','closed','','solutions','','','2016-09-21 19:57:48','2016-09-21 19:57:48','',0,'http://mitziconnell.com/demo18/?p=539',3,'nav_menu_item','',0),(540,3,'2016-08-29 14:44:56','2016-08-29 14:44:56','','VIEW ALL','','publish','closed','closed','','view-all','','','2016-09-21 19:57:48','2016-09-21 19:57:48','',0,'http://mitziconnell.com/demo18/?p=540',4,'nav_menu_item','',0),(543,3,'2016-08-29 14:52:15','2016-08-29 14:52:15','[vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space][fancy_heading h1=\"0\" style=\"line\" title=\"Our Services\" slogan=\"HOW CAN WE BRING HEALTH TO YOU?\"][/fancy_heading][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1472008637518{background-color: #e9eaf4 !important;}\"][vc_column][vc_row_inner gap=\"5\" css=\".vc_custom_1472008701467{padding-right: 40px !important;padding-left: 40px !important;}\"][vc_column_inner width=\"1/2\"][our_team style=\"horizontal\" image=\"199\" title=\"Phyllis D. Light\" subtitle=\"\r\n<h6>Wellness Counseling</h6>\r\n\" phone=\"256-931-0351\" email=\"phyllisdlight@hotmail.com \"][/our_team][vc_column_text]<img class=\"alignright size-thumbnail wp-image-230\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/Herbal-Medicines-jpg-150x150.jpg\" alt=\"Herbal-Medicines jpg\" width=\"150\" height=\"150\" />Phyllis holds a masterâ€™s degree in health studies from the University of Alabama and is a professional member of the American Herbalist Guild, a member of the International Herb Association and the Herb Society of America.\r\nInitial consultations last about an hour and consist of a detailed medical history, pertinent questions concerning your condition, and a non-invasive assessment. Please bring a list of medications, herbs or other supplements you are currently taking.\r\n\r\n1-hour consultations are $75.\r\nFollow-up appointments are $50/hour.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][our_team style=\"horizontal\" image=\"199\" title=\"Gordon Slack\" subtitle=\"\r\n<h6>Bio Energetics Testing</h6>\r\n\" phone=\"256-883-4127\" email=\"81eaglescout@bellsouth.net \"][/our_team][vc_column_text]<img class=\"alignright size-thumbnail wp-image-235\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/bio-energetics-testing-150x150.jpg\" alt=\"bio energetics testing\" width=\"150\" height=\"150\" />BioEnergetics Testing uses a computer to measure the electrical conductivity at responsive (meridian) points to assess which systems in the body have been compromised by environmental toxicity, nutritional deficiencies, emotional stress and energetic imbalances.\r\nOnce imbalances have been identified, the computer then recommends homeopathic and herbal remedies and/or nutritional supplementation to assist the body\'s healing process.\r\n\r\nGordon Slack earned his doctorate in bioenergetics with Zenia Richler, ND, NMD, of the Academy of BioEnergetics, Springfield, Mo. Gordon also is a certified lymphologist from the International Academy of Lymphology.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1472008806631{padding-right: 40px !important;padding-left: 40px !important;}\"][vc_column width=\"1/3\"][vc_column_text]\r\n<h3>Therapeutic Massage</h3>\r\n<h6>with Gabriele Farrales</h6>\r\n<img class=\"alignright wp-image-452 size-thumbnail\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/neck-pain-150x150.jpg\" width=\"150\" height=\"150\" />\r\n\r\nTherapeutic Massage has been practiced in some form in every culture for thousands of years. Massage is a healthy way to relieve stress, which many health practitioners claim is the number one cause of illness and disease. Stress greatly weakens the immune system which compromises the body\'s natural ability to heal. In addition to reducing stress, massage can be used to relieve pain from sore muscles, reduce muscle spasms, increase circulation, enhance mental clarity, temporarily reduce blood pressure in hypertensives, and support effective digestion.\r\n\r\nGabriele is a massage therapist licensed in Alabama (Lic. #2426) and nationally certified in Therapeutic Massage by NCTMB. She does Swedish Relaxation, Deep Tissue and/or Myofascial Release techniques, and the wonderfully luxurious hot stone massage![/vc_column_text][vc_message icon_fontawesome=\"fa fa-phone\"]<span style=\"text-decoration: underline;\"><strong>Contact Gabriele:</strong></span>\r\n256-652-6830\r\n<a href=\"mailto:Gabriele.farrales@gmail.com\">Gabriele.farrales@gmail.com</a>[/vc_message][/vc_column][vc_column width=\"1/3\"][vc_column_text]\r\n<h3>Auricular Therapy</h3>\r\n<h6>with Gabriele Farrales</h6>\r\n<img class=\"alignright size-thumbnail wp-image-237\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/auricular-150x150.jpg\" alt=\"auricular\" width=\"150\" height=\"150\" />Auricular therapy involves activating reflex points on the outside of the ear that correspond with each of the various organs and body systems in order to stimulate, sedate, or balance those systems.\r\n\r\nOur certified auricular therapist uses a mild electric impulse on those reflex points with a special tool. Auricular therapy is non-invasive and can be used to help manage back pain, encourage weight loss, assist in overcoming addiction such as cigarette smoking, induce relaxation, and stimulate detoxification among an abundance of other benefits.\r\n\r\n[/vc_column_text][vc_message icon_fontawesome=\"fa fa-phone\"]<span style=\"text-decoration: underline;\"><strong>Contact Gabriele:</strong></span>\r\n256-652-6830\r\n<a href=\"mailto:Gabriele.farrales@gmail.com\">Gabriele.farrales@gmail.com</a>[/vc_message][/vc_column][vc_column width=\"1/3\"][vc_column_text]\r\n<h3>Reflexology &amp; Custom-Fitted Bras</h3>\r\n<h6>with Jean Mayo</h6>\r\n<img class=\"alignright size-thumbnail wp-image-231\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/reflexology-feet_grande-150x150.jpg\" alt=\"reflexology-feet_grande\" width=\"150\" height=\"150\" />Foot reflexology is an ancient healing therapy that involves stimulating reflex points on the feet in order to activate the bodyâ€™s own natural healing powers. Jean Mayo, certified reflexologist with more than 25 years of experience, will show you how relaxing and healing foot reflexology can be. Appointments are 60 minutes (recommended) and 30 minutes.\r\n\r\nJean also sells Custom-Fitted Bras. These bras offer extraordinary support and they come in 216 different sizes! No matter what your shape or size, Jean can find a bra designed with you in mind.[/vc_column_text][vc_message icon_fontawesome=\"fa fa-phone\"]Call Jean at 256.653.8017[/vc_message][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1470328503897{background-color: #270639 !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: right; font-size: 20px; font-weight: 600;\"><span style=\"color: #ffffff;\">Questions?</span> <a style=\"font-size: 20px; font-weight: 600;\" href=\"http://74.124.197.205/~ruthsnut/contact\">Contact us!<i class=\"icon icon-right-circled\" style=\"margin-right: 7px;\"></i></a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Services','','inherit','closed','closed','','10-revision-v1','','','2016-08-29 14:52:15','2016-08-29 14:52:15','',10,'http://mitziconnell.com/demo18/2016/08/29/10-revision-v1/',0,'revision','',0),(544,3,'2016-08-29 14:52:53','2016-08-29 14:52:53','[vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space][fancy_heading h1=\"0\" style=\"line\" title=\"Our Services\" slogan=\"HOW CAN WE BRING HEALTH TO YOU?\"][/fancy_heading][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1472008637518{background-color: #e9eaf4 !important;}\"][vc_column][vc_row_inner gap=\"5\" css=\".vc_custom_1472008701467{padding-right: 40px !important;padding-left: 40px !important;}\"][vc_column_inner width=\"1/2\"][our_team style=\"horizontal\" image=\"199\" title=\"Phyllis D. Light\" subtitle=\"\r\n<h6>Wellness Counseling</h6>\r\n\" phone=\"256-931-0351\" email=\"phyllisdlight@hotmail.com \"][/our_team][vc_column_text]<img class=\"alignright size-thumbnail wp-image-230\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/Herbal-Medicines-jpg-150x150.jpg\" alt=\"Herbal-Medicines jpg\" width=\"150\" height=\"150\" />Phyllis holds a masterâ€™s degree in health studies from the University of Alabama and is a professional member of the American Herbalist Guild, a member of the International Herb Association and the Herb Society of America.\r\nInitial consultations last about an hour and consist of a detailed medical history, pertinent questions concerning your condition, and a non-invasive assessment. Please bring a list of medications, herbs or other supplements you are currently taking.\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][our_team style=\"horizontal\" image=\"199\" title=\"Gordon Slack\" subtitle=\"\r\n<h6>Bio Energetics Testing</h6>\r\n\" phone=\"256-883-4127\" email=\"81eaglescout@bellsouth.net \"][/our_team][vc_column_text]<img class=\"alignright size-thumbnail wp-image-235\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/bio-energetics-testing-150x150.jpg\" alt=\"bio energetics testing\" width=\"150\" height=\"150\" />BioEnergetics Testing uses a computer to measure the electrical conductivity at responsive (meridian) points to assess which systems in the body have been compromised by environmental toxicity, nutritional deficiencies, emotional stress and energetic imbalances.\r\nOnce imbalances have been identified, the computer then recommends homeopathic and herbal remedies and/or nutritional supplementation to assist the body\'s healing process.\r\n\r\nGordon Slack earned his doctorate in bioenergetics with Zenia Richler, ND, NMD, of the Academy of BioEnergetics, Springfield, Mo. Gordon also is a certified lymphologist from the International Academy of Lymphology.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1472008806631{padding-right: 40px !important;padding-left: 40px !important;}\"][vc_column width=\"1/3\"][vc_column_text]\r\n<h3>Therapeutic Massage</h3>\r\n<h6>with Gabriele Farrales</h6>\r\n<img class=\"alignright wp-image-452 size-thumbnail\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/neck-pain-150x150.jpg\" width=\"150\" height=\"150\" />\r\n\r\nTherapeutic Massage has been practiced in some form in every culture for thousands of years. Massage is a healthy way to relieve stress, which many health practitioners claim is the number one cause of illness and disease. Stress greatly weakens the immune system which compromises the body\'s natural ability to heal. In addition to reducing stress, massage can be used to relieve pain from sore muscles, reduce muscle spasms, increase circulation, enhance mental clarity, temporarily reduce blood pressure in hypertensives, and support effective digestion.\r\n\r\nGabriele is a massage therapist licensed in Alabama (Lic. #2426) and nationally certified in Therapeutic Massage by NCTMB. She does Swedish Relaxation, Deep Tissue and/or Myofascial Release techniques, and the wonderfully luxurious hot stone massage![/vc_column_text][vc_message icon_fontawesome=\"fa fa-phone\"]<span style=\"text-decoration: underline;\"><strong>Contact Gabriele:</strong></span>\r\n256-652-6830\r\n<a href=\"mailto:Gabriele.farrales@gmail.com\">Gabriele.farrales@gmail.com</a>[/vc_message][/vc_column][vc_column width=\"1/3\"][vc_column_text]\r\n<h3>Auricular Therapy</h3>\r\n<h6>with Gabriele Farrales</h6>\r\n<img class=\"alignright size-thumbnail wp-image-237\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/auricular-150x150.jpg\" alt=\"auricular\" width=\"150\" height=\"150\" />Auricular therapy involves activating reflex points on the outside of the ear that correspond with each of the various organs and body systems in order to stimulate, sedate, or balance those systems.\r\n\r\nOur certified auricular therapist uses a mild electric impulse on those reflex points with a special tool. Auricular therapy is non-invasive and can be used to help manage back pain, encourage weight loss, assist in overcoming addiction such as cigarette smoking, induce relaxation, and stimulate detoxification among an abundance of other benefits.\r\n\r\n[/vc_column_text][vc_message icon_fontawesome=\"fa fa-phone\"]<span style=\"text-decoration: underline;\"><strong>Contact Gabriele:</strong></span>\r\n256-652-6830\r\n<a href=\"mailto:Gabriele.farrales@gmail.com\">Gabriele.farrales@gmail.com</a>[/vc_message][/vc_column][vc_column width=\"1/3\"][vc_column_text]\r\n<h3>Reflexology &amp; Custom-Fitted Bras</h3>\r\n<h6>with Jean Mayo</h6>\r\n<img class=\"alignright size-thumbnail wp-image-231\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/reflexology-feet_grande-150x150.jpg\" alt=\"reflexology-feet_grande\" width=\"150\" height=\"150\" />Foot reflexology is an ancient healing therapy that involves stimulating reflex points on the feet in order to activate the bodyâ€™s own natural healing powers. Jean Mayo, certified reflexologist with more than 25 years of experience, will show you how relaxing and healing foot reflexology can be. Appointments are 60 minutes (recommended) and 30 minutes.\r\n\r\nJean also sells Custom-Fitted Bras. These bras offer extraordinary support and they come in 216 different sizes! No matter what your shape or size, Jean can find a bra designed with you in mind.[/vc_column_text][vc_message icon_fontawesome=\"fa fa-phone\"]Call Jean at 256.653.8017[/vc_message][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1470328503897{background-color: #270639 !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: right; font-size: 20px; font-weight: 600;\"><span style=\"color: #ffffff;\">Questions?</span> <a style=\"font-size: 20px; font-weight: 600;\" href=\"http://74.124.197.205/~ruthsnut/contact\">Contact us!<i class=\"icon icon-right-circled\" style=\"margin-right: 7px;\"></i></a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Services','','inherit','closed','closed','','10-revision-v1','','','2016-08-29 14:52:53','2016-08-29 14:52:53','',10,'http://mitziconnell.com/demo18/2016/08/29/10-revision-v1/',0,'revision','',0),(546,3,'2016-08-29 14:54:34','2016-08-29 14:54:34','','complementary services','','inherit','open','closed','','complementary-services','','','2016-08-29 14:54:34','2016-08-29 14:54:34','',83,'http://mitziconnell.com/demo18/wp-content/uploads/2016/07/complementary-services.jpg',0,'attachment','image/jpeg',0),(548,3,'2016-08-29 14:57:04','2016-08-29 14:57:04','','complementary services 2','','inherit','open','closed','','complementary-services-2','','','2016-08-29 14:57:04','2016-08-29 14:57:04','',83,'http://mitziconnell.com/demo18/wp-content/uploads/2016/07/complementary-services-2.jpg',0,'attachment','image/jpeg',0),(554,3,'2016-08-29 15:27:36','2016-08-29 15:27:36','','Solutions -- aromatherapy photo','','inherit','open','closed','','solutions-aromatherapy-photo','','','2016-08-29 15:27:36','2016-08-29 15:27:36','',476,'http://mitziconnell.com/demo18/wp-content/uploads/2016/08/Solutions-aromatherapy-photo.jpg',0,'attachment','image/jpeg',0),(555,3,'2016-08-29 15:29:27','2016-08-29 15:29:27','','LavendarEssentialOils660','','inherit','open','closed','','lavendaressentialoils660','','','2016-08-29 15:29:27','2016-08-29 15:29:27','',476,'http://mitziconnell.com/demo18/wp-content/uploads/2016/08/LavendarEssentialOils660.jpg',0,'attachment','image/jpeg',0),(556,3,'2016-09-06 18:08:16','2016-09-06 18:08:16','[vc_row][vc_column][vc_row_inner][vc_column_inner][fancy_heading h1=\"0\" title=\"Menopause\"][/fancy_heading][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"308\" img_size=\"full\" alignment=\"center\" style=\"vc_box_shadow_3d\" css_animation=\"bottom-to-top\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_column_text]Hot flashes, sleepless nights, high anxiety, mood swings, vaginal dryness. Whew! Thank goodness menopause is a natural process that responds well to natural solutions.\n\nCome on in and weâ€™ll help you find what works for you.\n\n[/vc_column_text][vc_btn title=\"Contact us today!\" style=\"3d\" color=\"blue\" i_icon_fontawesome=\"fa fa-phone\" link=\"url:http%3A%2F%2Fmitziconnell.com%2Fdemo18%2Fcontact|||\" add_icon=\"true\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_text_separator title=\"Related Posts\" title_align=\"separator_align_left\"][vc_column_text css=\".vc_custom_1473178305140{background-color: #270639 !important;}\"][ess_grid alias=\"solutions-portfolio\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]\n\n&nbsp;\n\n[vc_row][vc_column][vc_row_inner][vc_column_inner][fancy_heading h1=\"0\" style=\"arrows\" title=\"Weight Management\"][/fancy_heading][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"311\" img_size=\"full\" alignment=\"center\" style=\"vc_box_shadow_3d\" css_animation=\"bottom-to-top\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vc_column_text]When itâ€™s time to battle the bulge, you need all the ammo you can get. Ammo you can count on to curb your appetite, calm your blood sugar and boost your metabolism.\n\nWeâ€™ve got a hefty weight-loss arsenal to choose from; come talk and weâ€™ll teach you how to use it.[/vc_column_text][vc_btn title=\"Contact us today!\" style=\"3d\" color=\"blue\" i_icon_fontawesome=\"fa fa-phone\" link=\"url:http%3A%2F%2Fmitziconnell.com%2Fdemo18%2Fcontact|||\" add_icon=\"true\"][vc_empty_space height=\"16px\"][vc_text_separator title=\"Related Posts\" title_align=\"separator_align_left\"][vc_column_text][ess_grid alias=\"solutions-portfolio\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Weight Management','When itâ€™s time to battle the bulge, you need all the ammo you can get. Ammo you can count on to curb your appetite, calm your blood sugar and boost your metabolism.\n\nWeâ€™ve got a hefty weight-loss arsenal to choose from; come talk and weâ€™ll teach you how to use it.','inherit','closed','closed','','474-autosave-v1','','','2016-09-06 18:08:16','2016-09-06 18:08:16','',474,'http://mitziconnell.com/demo18/2016/08/29/474-autosave-v1/',0,'revision','',0),(557,3,'2016-09-06 18:14:20','2016-09-06 18:14:20','[vc_row][vc_column][vc_row_inner][vc_column_inner][fancy_heading h1=\"0\" title=\"Menopause\"][/fancy_heading][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"308\" img_size=\"full\" alignment=\"center\" style=\"vc_box_shadow_3d\" css_animation=\"bottom-to-top\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_column_text]Hot flashes, sleepless nights, high anxiety, mood swings, vaginal dryness. Whew! Thank goodness menopause is a natural process that responds well to natural solutions.\n\nCome on in and weâ€™ll help you find what works for you.\n\n[/vc_column_text][vc_btn title=\"Contact us today!\" style=\"3d\" color=\"blue\" i_icon_fontawesome=\"fa fa-phone\" link=\"url:http%3A%2F%2Fmitziconnell.com%2Fdemo18%2Fcontact|||\" add_icon=\"true\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_text_separator title=\"Related Posts\" title_align=\"separator_align_left\"][vc_column_text css=\".vc_custom_1473178305140{background-color: #270639 !important;}\"][ess_grid alias=\"solutions-portfolio\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]\n\n&nbsp;\n\n[vc_row][vc_column][vc_row_inner][vc_column_inner][fancy_heading h1=\"0\" style=\"arrows\" title=\"Digestive Wellness\"][/fancy_heading][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"307\" img_size=\"full\" alignment=\"center\" style=\"vc_box_shadow_3d\" css_animation=\"bottom-to-top\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vc_column_text]Gas and bloating, constipation, diarrhea, heartburn: Lots of us have unhappy tummies or poor digestion, and lots of us respond to natural remedies. Just ask our customers.\n\nNo matter what your symptoms are, letâ€™s talk about it. We bet we can find a solution.[/vc_column_text][vc_btn title=\"Contact us today!\" style=\"3d\" color=\"blue\" i_icon_fontawesome=\"fa fa-phone\" link=\"url:http%3A%2F%2Fmitziconnell.com%2Fdemo18%2Fcontact|||\" add_icon=\"true\"][vc_empty_space height=\"16px\"][vc_text_separator title=\"Related Posts\" title_align=\"separator_align_left\"][vc_column_text][ess_grid alias=\"solutions-portfolio\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Digestive Wellness','Gas and bloating, constipation, diarrhea, heartburn: Lots of us have unhappy tummies or poor digestion, and lots of us respond to natural remedies. Just ask our customers.\n\nNo matter what your symptoms are, letâ€™s talk about it. We bet we can find a solution.','inherit','closed','closed','','470-autosave-v1','','','2016-09-06 18:14:20','2016-09-06 18:14:20','',470,'http://mitziconnell.com/demo18/2016/08/29/470-autosave-v1/',0,'revision','',0),(558,3,'2016-09-06 18:15:27','2016-09-06 18:15:27','[vc_row][vc_column][vc_row_inner][vc_column_inner][fancy_heading h1=\"0\" title=\"Menopause\"][/fancy_heading][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"308\" img_size=\"full\" alignment=\"center\" style=\"vc_box_shadow_3d\" css_animation=\"bottom-to-top\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_column_text]Hot flashes, sleepless nights, high anxiety, mood swings, vaginal dryness. Whew! Thank goodness menopause is a natural process that responds well to natural solutions.\n\nCome on in and weâ€™ll help you find what works for you.\n\n[/vc_column_text][vc_btn title=\"Contact us today!\" style=\"3d\" color=\"blue\" i_icon_fontawesome=\"fa fa-phone\" link=\"url:http%3A%2F%2Fmitziconnell.com%2Fdemo18%2Fcontact|||\" add_icon=\"true\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_text_separator title=\"Related Posts\" title_align=\"separator_align_left\"][vc_column_text css=\".vc_custom_1473178305140{background-color: #270639 !important;}\"][ess_grid alias=\"solutions-portfolio\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]\n\n&nbsp;\n\n[vc_row][vc_column][vc_row_inner][vc_column_inner][fancy_heading h1=\"0\" style=\"arrows\" title=\"Blood Sugar\"][/fancy_heading][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"306\" img_size=\"full\" alignment=\"center\" style=\"vc_box_shadow_3d\" css_animation=\"bottom-to-top\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vc_column_text]So those blood sugar numbers keep creeping up and youâ€™re afraid thereâ€™s an unwanted diabetes diagnosis in your future. Maybe not. Our planet contains some extraordinary plants with amazing superpowers. Add those to a few dietary changes and astonishing things can happen.\n\nLetâ€™s talk, call in a few of those herbal allies, and get your numbers going in the right direction![/vc_column_text][vc_btn title=\"Contact us today!\" style=\"3d\" color=\"blue\" i_icon_fontawesome=\"fa fa-phone\" link=\"url:http%3A%2F%2Fmitziconnell.com%2Fdemo18%2Fcontact|||\" add_icon=\"true\"][vc_empty_space height=\"16px\"][vc_text_separator title=\"Related Posts\" title_align=\"separator_align_left\"][vc_column_text][ess_grid alias=\"solutions-portfolio\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Blood Sugar','So those blood sugar numbers keep creeping up and youâ€™re afraid thereâ€™s an unwanted diabetes diagnosis in your future. Maybe not. Our planet contains some extraordinary plants with amazing superpowers. Add those to a few dietary changes and astonishing things can happen.\n\nLetâ€™s talk, call in a few of those herbal allies, and get your numbers going in the right direction!','inherit','closed','closed','','463-autosave-v1','','','2016-09-06 18:15:27','2016-09-06 18:15:27','',463,'http://mitziconnell.com/demo18/2016/08/29/463-autosave-v1/',0,'revision','',0),(561,3,'2016-08-29 17:54:24','2016-08-29 17:54:24','[vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space][fancy_heading h1=\"0\" style=\"line\" title=\"Our Services\" slogan=\"HOW CAN WE BRING HEALTH TO YOU?\"][/fancy_heading][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1472008637518{background-color: #e9eaf4 !important;}\"][vc_column][vc_row_inner gap=\"5\" css=\".vc_custom_1472008701467{padding-right: 40px !important;padding-left: 40px !important;}\"][vc_column_inner width=\"1/2\"][our_team style=\"horizontal\" image=\"199\" title=\"Wellness Counseling\" subtitle=\"\r\n<h6>with Phyllis D. Light</h6>\r\n\" phone=\"256-931-0351\" email=\"phyllisdlight@hotmail.com \"][/our_team][vc_column_text]<img class=\"alignright size-thumbnail wp-image-230\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/Herbal-Medicines-jpg-150x150.jpg\" alt=\"Herbal-Medicines jpg\" width=\"150\" height=\"150\" />Phyllis holds a masterâ€™s degree in health studies from the University of Alabama and is a professional member of the American Herbalist Guild, a member of the International Herb Association and the Herb Society of America.\r\nInitial consultations last about an hour and consist of a detailed medical history, pertinent questions concerning your condition, and a non-invasive assessment. Please bring a list of medications, herbs or other supplements you are currently taking.\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][our_team style=\"horizontal\" image=\"199\" title=\"Bio Energetics Testing\" subtitle=\"\r\n<h6>with Gordon Slack</h6>\r\n\" phone=\"256-883-4127\" email=\"81eaglescout@bellsouth.net \"][/our_team][vc_column_text]<img class=\"alignright size-thumbnail wp-image-235\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/bio-energetics-testing-150x150.jpg\" alt=\"bio energetics testing\" width=\"150\" height=\"150\" />BioEnergetics Testing uses a computer to measure the electrical conductivity at responsive (meridian) points to assess which systems in the body have been compromised by environmental toxicity, nutritional deficiencies, emotional stress and energetic imbalances.\r\nOnce imbalances have been identified, the computer then recommends homeopathic and herbal remedies and/or nutritional supplementation to assist the body\'s healing process.\r\n\r\nGordon Slack earned his doctorate in bioenergetics with Zenia Richler, ND, NMD, of the Academy of BioEnergetics, Springfield, Mo. Gordon also is a certified lymphologist from the International Academy of Lymphology.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1472008806631{padding-right: 40px !important;padding-left: 40px !important;}\"][vc_column width=\"1/3\"][vc_column_text]\r\n<h3>Therapeutic Massage</h3>\r\n<h6>with Gabriele Farrales</h6>\r\n<img class=\"alignright wp-image-452 size-thumbnail\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/neck-pain-150x150.jpg\" width=\"150\" height=\"150\" />\r\n\r\nTherapeutic Massage has been practiced in some form in every culture for thousands of years. Massage is a healthy way to relieve stress, which many health practitioners claim is the number one cause of illness and disease. Stress greatly weakens the immune system which compromises the body\'s natural ability to heal. In addition to reducing stress, massage can be used to relieve pain from sore muscles, reduce muscle spasms, increase circulation, enhance mental clarity, temporarily reduce blood pressure in hypertensives, and support effective digestion.\r\n\r\nGabriele is a massage therapist licensed in Alabama (Lic. #2426) and nationally certified in Therapeutic Massage by NCTMB. She does Swedish Relaxation, Deep Tissue and/or Myofascial Release techniques, and the wonderfully luxurious hot stone massage![/vc_column_text][vc_message icon_fontawesome=\"fa fa-phone\"]<span style=\"text-decoration: underline;\"><strong>Contact Gabriele:</strong></span>\r\n<a href=\"tel:256-652-6830\">256-652-6830</a>\r\n<a href=\"mailto:Gabriele.farrales@gmail.com\">Gabriele.farrales@gmail.com</a>[/vc_message][/vc_column][vc_column width=\"1/3\"][vc_column_text]\r\n<h3>Auricular Therapy</h3>\r\n<h6>with Gabriele Farrales</h6>\r\n<img class=\"alignright size-thumbnail wp-image-237\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/auricular-150x150.jpg\" alt=\"auricular\" width=\"150\" height=\"150\" />Auricular therapy involves activating reflex points on the outside of the ear that correspond with each of the various organs and body systems in order to stimulate, sedate, or balance those systems.\r\n\r\nOur certified auricular therapist uses a mild electric impulse on those reflex points with a special tool. Auricular therapy is non-invasive and can be used to help manage back pain, encourage weight loss, assist in overcoming addiction such as cigarette smoking, induce relaxation, and stimulate detoxification among an abundance of other benefits.\r\n\r\n[/vc_column_text][vc_message icon_fontawesome=\"fa fa-phone\"]<span style=\"text-decoration: underline;\"><strong>Contact Gabriele:</strong></span>\r\n<a href=\"tel:256-652-6830\">256-652-6830</a>\r\n<a href=\"mailto:Gabriele.farrales@gmail.com\">Gabriele.farrales@gmail.com</a>[/vc_message][/vc_column][vc_column width=\"1/3\"][vc_column_text]\r\n<h3>Reflexology &amp; Custom-Fitted Bras</h3>\r\n<h6>with Jean Mayo</h6>\r\n<img class=\"alignright size-thumbnail wp-image-231\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/reflexology-feet_grande-150x150.jpg\" alt=\"reflexology-feet_grande\" width=\"150\" height=\"150\" />Foot reflexology is an ancient healing therapy that involves stimulating reflex points on the feet in order to activate the bodyâ€™s own natural healing powers. Jean Mayo, certified reflexologist with more than 25 years of experience, will show you how relaxing and healing foot reflexology can be. Appointments are 60 minutes (recommended) and 30 minutes.\r\n\r\nJean also sells Custom-Fitted Bras. These bras offer extraordinary support and they come in 216 different sizes! No matter what your shape or size, Jean can find a bra designed with you in mind.[/vc_column_text][vc_message icon_fontawesome=\"fa fa-phone\"]Contact Jean:\r\n<a href=\"tel:256-653-8017\">256-653-8017</a>[/vc_message][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1470328503897{background-color: #270639 !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: right; font-size: 20px; font-weight: 600;\"><span style=\"color: #ffffff;\">Questions?</span> <a style=\"font-size: 20px; font-weight: 600;\" href=\"http://74.124.197.205/~ruthsnut/contact\">Contact us!<i class=\"icon icon-right-circled\" style=\"margin-right: 7px;\"></i></a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Services','','inherit','closed','closed','','10-revision-v1','','','2016-08-29 17:54:24','2016-08-29 17:54:24','',10,'http://mitziconnell.com/demo18/2016/08/29/10-revision-v1/',0,'revision','',0),(562,3,'2016-08-29 18:15:28','2016-08-29 18:15:28','[vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space][fancy_heading h1=\"0\" style=\"line\" title=\"Our Services\" slogan=\"HOW CAN WE BRING HEALTH TO YOU?\"][/fancy_heading][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][vc_row_inner gap=\"5\" css=\".vc_custom_1472008701467{padding-right: 40px !important;padding-left: 40px !important;}\"][vc_column_inner width=\"1/2\"][our_team style=\"horizontal\" image=\"199\" title=\"Wellness Counseling\" subtitle=\"\r\n<h6>with Phyllis D. Light</h6>\r\n\" phone=\"256-931-0351\" email=\"phyllisdlight@hotmail.com \"][/our_team][vc_column_text]<img class=\"alignright size-thumbnail wp-image-230\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/Herbal-Medicines-jpg-150x150.jpg\" alt=\"Herbal-Medicines jpg\" width=\"150\" height=\"150\" />Phyllis holds a masterâ€™s degree in health studies from the University of Alabama and is a professional member of the American Herbalist Guild, a member of the International Herb Association and the Herb Society of America.\r\nInitial consultations last about an hour and consist of a detailed medical history, pertinent questions concerning your condition, and a non-invasive assessment. Please bring a list of medications, herbs or other supplements you are currently taking.\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][our_team style=\"horizontal\" image=\"199\" title=\"Bio Energetics Testing\" subtitle=\"\r\n<h6>with Gordon Slack</h6>\r\n\" phone=\"256-883-4127\" email=\"81eaglescout@bellsouth.net \"][/our_team][vc_column_text]<img class=\"alignright size-thumbnail wp-image-235\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/bio-energetics-testing-150x150.jpg\" alt=\"bio energetics testing\" width=\"150\" height=\"150\" />BioEnergetics Testing uses a computer to measure the electrical conductivity at responsive (meridian) points to assess which systems in the body have been compromised by environmental toxicity, nutritional deficiencies, emotional stress and energetic imbalances.\r\nOnce imbalances have been identified, the computer then recommends homeopathic and herbal remedies and/or nutritional supplementation to assist the body\'s healing process.\r\n\r\nGordon Slack earned his doctorate in bioenergetics with Zenia Richler, ND, NMD, of the Academy of BioEnergetics, Springfield, Mo. Gordon also is a certified lymphologist from the International Academy of Lymphology.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1472008806631{padding-right: 40px !important;padding-left: 40px !important;}\"][vc_column width=\"1/3\"][vc_column_text]\r\n<h3>Therapeutic Massage</h3>\r\n<h6>with Gabriele Farrales</h6>\r\n<img class=\"alignright wp-image-452 size-thumbnail\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/neck-pain-150x150.jpg\" width=\"150\" height=\"150\" />\r\n\r\nTherapeutic Massage has been practiced in some form in every culture for thousands of years. Massage is a healthy way to relieve stress, which many health practitioners claim is the number one cause of illness and disease. Stress greatly weakens the immune system which compromises the body\'s natural ability to heal. In addition to reducing stress, massage can be used to relieve pain from sore muscles, reduce muscle spasms, increase circulation, enhance mental clarity, temporarily reduce blood pressure in hypertensives, and support effective digestion.\r\n\r\nGabriele is a massage therapist licensed in Alabama (Lic. #2426) and nationally certified in Therapeutic Massage by NCTMB. She does Swedish Relaxation, Deep Tissue and/or Myofascial Release techniques, and the wonderfully luxurious hot stone massage![/vc_column_text][vc_message icon_fontawesome=\"fa fa-phone\"]<span style=\"text-decoration: underline;\"><strong>Contact Gabriele:</strong></span>\r\n<a href=\"tel:256-652-6830\">256-652-6830</a>\r\n<a href=\"mailto:Gabriele.farrales@gmail.com\">Gabriele.farrales@gmail.com</a>[/vc_message][/vc_column][vc_column width=\"1/3\"][vc_column_text]\r\n<h3>Auricular Therapy</h3>\r\n<h6>with Gabriele Farrales</h6>\r\n<img class=\"alignright size-thumbnail wp-image-237\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/auricular-150x150.jpg\" alt=\"auricular\" width=\"150\" height=\"150\" />Auricular therapy involves activating reflex points on the outside of the ear that correspond with each of the various organs and body systems in order to stimulate, sedate, or balance those systems.\r\n\r\nOur certified auricular therapist uses a mild electric impulse on those reflex points with a special tool. Auricular therapy is non-invasive and can be used to help manage back pain, encourage weight loss, assist in overcoming addiction such as cigarette smoking, induce relaxation, and stimulate detoxification among an abundance of other benefits.\r\n\r\n[/vc_column_text][vc_message icon_fontawesome=\"fa fa-phone\"]<span style=\"text-decoration: underline;\"><strong>Contact Gabriele:</strong></span>\r\n<a href=\"tel:256-652-6830\">256-652-6830</a>\r\n<a href=\"mailto:Gabriele.farrales@gmail.com\">Gabriele.farrales@gmail.com</a>[/vc_message][/vc_column][vc_column width=\"1/3\"][vc_column_text]\r\n<h3>Reflexology &amp; Custom-Fitted Bras</h3>\r\n<h6>with Jean Mayo</h6>\r\n<img class=\"alignright size-thumbnail wp-image-231\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/reflexology-feet_grande-150x150.jpg\" alt=\"reflexology-feet_grande\" width=\"150\" height=\"150\" />Foot reflexology is an ancient healing therapy that involves stimulating reflex points on the feet in order to activate the bodyâ€™s own natural healing powers. Jean Mayo, certified reflexologist with more than 25 years of experience, will show you how relaxing and healing foot reflexology can be. Appointments are 60 minutes (recommended) and 30 minutes.\r\n\r\nJean also sells Custom-Fitted Bras. These bras offer extraordinary support and they come in 216 different sizes! No matter what your shape or size, Jean can find a bra designed with you in mind.[/vc_column_text][vc_message icon_fontawesome=\"fa fa-phone\"]Contact Jean:\r\n<a href=\"tel:256-653-8017\">256-653-8017</a>[/vc_message][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1470328503897{background-color: #270639 !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: right; font-size: 20px; font-weight: 600;\"><span style=\"color: #ffffff;\">Questions?</span> <a style=\"font-size: 20px; font-weight: 600;\" href=\"http://74.124.197.205/~ruthsnut/contact\">Contact us!<i class=\"icon icon-right-circled\" style=\"margin-right: 7px;\"></i></a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Services','','inherit','closed','closed','','10-revision-v1','','','2016-08-29 18:15:28','2016-08-29 18:15:28','',10,'http://mitziconnell.com/demo18/2016/08/29/10-revision-v1/',0,'revision','',0),(567,3,'2016-08-29 19:17:28','2016-08-29 19:17:28','[vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space][fancy_heading h1=\"0\" style=\"line\" title=\"Our Services\" slogan=\"HOW CAN WE BRING HEALTH TO YOU?\"][/fancy_heading][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][vc_row_inner gap=\"5\" css=\".vc_custom_1472008701467{padding-right: 40px !important;padding-left: 40px !important;}\"][vc_column_inner width=\"1/2\"][our_team style=\"horizontal\" image=\"199\" title=\"Wellness Counseling\" subtitle=\"\r\n<h6>with Phyllis D. Light</h6>\r\n\" phone=\"256-931-0351\" email=\"phyllisdlight@hotmail.com \"][/our_team][vc_column_text]<img class=\"alignright size-thumbnail wp-image-230\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/Herbal-Medicines-jpg-150x150.jpg\" alt=\"Herbal-Medicines jpg\" width=\"150\" height=\"150\" />Phyllis holds a masterâ€™s degree in health studies from the University of Alabama and is a professional member of the American Herbalist Guild, a member of the International Herb Association and the Herb Society of America.\r\nInitial consultations last about an hour and consist of a detailed medical history, pertinent questions concerning your condition, and a non-invasive assessment. Please bring a list of medications, herbs or other supplements you are currently taking.\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][our_team style=\"horizontal\" image=\"199\" title=\"Bio Energetics Testing\" subtitle=\"\r\n<h6>with Gordon Slack</h6>\r\n\" phone=\"256-883-4127\" email=\"81eaglescout@bellsouth.net \"][/our_team][vc_column_text]<img class=\"alignright size-thumbnail wp-image-235\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/bio-energetics-testing-150x150.jpg\" alt=\"bio energetics testing\" width=\"150\" height=\"150\" />BioEnergetics Testing uses a computer to measure the electrical conductivity at responsive (meridian) points to assess which systems in the body have been compromised by environmental toxicity, nutritional deficiencies, emotional stress and energetic imbalances.\r\nOnce imbalances have been identified, the computer then recommends homeopathic and herbal remedies and/or nutritional supplementation to assist the body\'s healing process.\r\n\r\nGordon Slack earned his doctorate in bioenergetics with Zenia Richler, ND, NMD, of the Academy of BioEnergetics, Springfield, Mo. Gordon also is a certified lymphologist from the International Academy of Lymphology.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1472008806631{padding-right: 40px !important;padding-left: 40px !important;}\"][vc_column width=\"1/3\"][vc_column_text]\r\n<h3>Therapeutic Massage</h3>\r\n<h6>with Gabriele Farrales</h6>\r\n<img class=\"alignright wp-image-452 size-thumbnail\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/neck-pain-150x150.jpg\" width=\"150\" height=\"150\" />\r\n\r\nTherapeutic Massage has been practiced in some form in every culture for thousands of years. Massage is a healthy way to relieve stress, which many health practitioners claim is the number one cause of illness and disease. Stress greatly weakens the immune system which compromises the body\'s natural ability to heal. In addition to reducing stress, massage can be used to relieve pain from sore muscles, reduce muscle spasms, increase circulation, enhance mental clarity, temporarily reduce blood pressure in hypertensives, and support effective digestion.\r\n\r\nGabriele is a massage therapist licensed in Alabama (Lic. #2426) and nationally certified in Therapeutic Massage by NCTMB. She does Swedish Relaxation, Deep Tissue and/or Myofascial Release techniques, and the wonderfully luxurious hot stone massage![/vc_column_text][vc_message icon_fontawesome=\"fa fa-phone\"]<span style=\"text-decoration: underline;\"><strong>Contact Gabriele:</strong></span>\r\n<a href=\"tel:256-652-6830\">256-652-6830</a>\r\n<a href=\"mailto:Gabriele.farrales@gmail.com\">Gabriele.farrales@gmail.com</a>[/vc_message][/vc_column][vc_column width=\"1/3\"][vc_column_text]\r\n<h3>Auricular Therapy</h3>\r\n<h6>with Gabriele Farrales</h6>\r\n<img class=\"alignright size-thumbnail wp-image-237\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/auricular-150x150.jpg\" alt=\"auricular\" width=\"150\" height=\"150\" />Auricular therapy involves activating reflex points on the outside of the ear that correspond with each of the various organs and body systems in order to stimulate, sedate, or balance those systems.\r\n\r\nOur certified auricular therapist uses a mild electric impulse on those reflex points with a special tool. Auricular therapy is non-invasive and can be used to help manage back pain, encourage weight loss, assist in overcoming addiction such as cigarette smoking, induce relaxation, and stimulate detoxification among an abundance of other benefits.\r\n\r\n[/vc_column_text][vc_message icon_fontawesome=\"fa fa-phone\"]<span style=\"text-decoration: underline;\"><strong>Contact Gabriele:</strong></span>\r\n<a href=\"tel:256-652-6830\">256-652-6830</a>\r\n<a href=\"mailto:Gabriele.farrales@gmail.com\">Gabriele.farrales@gmail.com</a>[/vc_message][/vc_column][vc_column width=\"1/3\"][vc_column_text]\r\n<h3>Reflexology &amp; Custom-Fitted Bras</h3>\r\n<h6>with Jean Mayo</h6>\r\n<img class=\"alignright size-thumbnail wp-image-231\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/reflexology-feet_grande-150x150.jpg\" alt=\"reflexology-feet_grande\" width=\"150\" height=\"150\" />Foot reflexology is an ancient healing therapy that involves stimulating reflex points on the feet in order to activate the bodyâ€™s own natural healing powers. Jean Mayo, certified reflexologist with more than 25 years of experience, will show you how relaxing and healing foot reflexology can be. Appointments are 60 minutes (recommended) and 30 minutes.\r\n\r\nJean also sells Custom-Fitted Bras. These bras offer extraordinary support and they come in 216 different sizes! No matter what your shape or size, Jean can find a bra designed with you in mind.[/vc_column_text][vc_message icon_fontawesome=\"fa fa-phone\"]<span style=\"text-decoration: underline;\"><strong>Contact Jean:</strong></span>\r\n<a href=\"tel:256-653-8017\">256-653-8017</a>[/vc_message][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1470328503897{background-color: #270639 !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: right; font-size: 20px; font-weight: 600;\"><span style=\"color: #ffffff;\">Questions?</span> <a style=\"font-size: 20px; font-weight: 600;\" href=\"http://74.124.197.205/~ruthsnut/contact\">Contact us!<i class=\"icon icon-right-circled\" style=\"margin-right: 7px;\"></i></a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Services','','inherit','closed','closed','','10-revision-v1','','','2016-08-29 19:17:28','2016-08-29 19:17:28','',10,'http://mitziconnell.com/demo18/2016/08/29/10-revision-v1/',0,'revision','',0),(570,3,'2016-10-10 17:36:12','2016-10-10 17:36:12','[vc_row][vc_column][vc_row_inner][vc_column_inner][fancy_heading h1=\"0\" icon=\"\" title=\"Aromatherapy\"][/fancy_heading][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"721\" img_size=\"full\" alignment=\"center\" style=\"vc_box_shadow_3d\" css_animation=\"bottom-to-top\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_column_text]Essential oils and aromatherapy open up a whole new world in self-empowered health care. Thatâ€™s why we carry three brands of quality oils, including organic, along with a wide variety of diffusers, capsules, bottles, guidebooks and other accessories.\n\nCome sniff our testers, review our guides and ask questions. Veteran or beginner, weâ€™ll help you hone your craft. [/vc_column_text][vc_btn title=\"Contact us today!\" style=\"3d\" color=\"blue\" i_icon_fontawesome=\"fa fa-phone\" link=\"url:http%3A%2F%2F74.124.197.205%2F%7Eruthsnut%2Fcontact|||\" add_icon=\"true\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_text_separator title=\"Related Posts\" title_align=\"separator_align_left\"][vc_column_text css=\".vc_custom_1473178305140{background-color: #270639 !important;}\"][ess_grid alias=\"solutions-portfolio\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Aromatherapy','Essential oils and aromatherapy open up a whole new world in self-empowered health care. Thatâ€™s why we carry three brands of quality oils, including organic, along with a wide variety of diffusers, capsules, bottles, guidebooks and other accessories. \n\nCome sniff our testers, review our guides and ask questions. Veteran or beginner, weâ€™ll help you hone your craft.  ','inherit','closed','closed','','476-autosave-v1','','','2016-10-10 17:36:12','2016-10-10 17:36:12','',476,'http://mitziconnell.com/demo18/2016/09/06/476-autosave-v1/',0,'revision','',0),(571,3,'2016-09-06 19:10:18','2016-09-06 19:10:18','This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:\n\n<blockquote>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like pi&#241;a coladas. (And gettin\' caught in the rain.)</blockquote>\n\n...or something like this:\n\n<blockquote>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</blockquote>\n\nAs a new WordPress user, you should go to <a href=\"http://74.124.197.205/~ruthsnut/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!','Sample Page','','inherit','closed','closed','','2-revision-v1','','','2016-09-06 19:10:18','2016-09-06 19:10:18','',2,'http://mitziconnell.com/demo18/2016/09/06/2-revision-v1/',0,'revision','',0),(572,3,'2016-09-06 19:11:21','2016-09-06 19:11:21','[vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space][fancy_heading h1=\"0\" style=\"line\" title=\"Our Services\" slogan=\"HOW CAN WE BRING HEALTH TO YOU?\"][/fancy_heading][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\"][vc_column][vc_row_inner gap=\"5\" css=\".vc_custom_1472008701467{padding-right: 40px !important;padding-left: 40px !important;}\"][vc_column_inner width=\"1/2\"][our_team style=\"horizontal\" image=\"199\" title=\"Wellness Counseling\" subtitle=\"\r\n<h6>with Phyllis D. Light</h6>\r\n\" phone=\"256-931-0351\" email=\"phyllisdlight@hotmail.com \"][/our_team][vc_column_text]<img class=\"alignright size-thumbnail wp-image-230\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/Herbal-Medicines-jpg-150x150.jpg\" alt=\"Herbal-Medicines jpg\" width=\"150\" height=\"150\" />Phyllis holds a masterâ€™s degree in health studies from the University of Alabama and is a professional member of the American Herbalist Guild, a member of the International Herb Association and the Herb Society of America.\r\nInitial consultations last about an hour and consist of a detailed medical history, pertinent questions concerning your condition, and a non-invasive assessment. Please bring a list of medications, herbs or other supplements you are currently taking.\r\n\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/2\"][our_team style=\"horizontal\" image=\"199\" title=\"Bio Energetics Testing\" subtitle=\"\r\n<h6>with Gordon Slack</h6>\r\n\" phone=\"256-883-4127\" email=\"81eaglescout@bellsouth.net \"][/our_team][vc_column_text]<img class=\"alignright size-thumbnail wp-image-235\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/bio-energetics-testing-150x150.jpg\" alt=\"bio energetics testing\" width=\"150\" height=\"150\" />BioEnergetics Testing uses a computer to measure the electrical conductivity at responsive (meridian) points to assess which systems in the body have been compromised by environmental toxicity, nutritional deficiencies, emotional stress and energetic imbalances.\r\nOnce imbalances have been identified, the computer then recommends homeopathic and herbal remedies and/or nutritional supplementation to assist the body\'s healing process.\r\n\r\nGordon Slack earned his doctorate in bioenergetics with Zenia Richler, ND, NMD, of the Academy of BioEnergetics, Springfield, Mo. Gordon also is a certified lymphologist from the International Academy of Lymphology.[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=\".vc_custom_1472008806631{padding-right: 40px !important;padding-left: 40px !important;}\"][vc_column width=\"1/3\"][vc_column_text]\r\n<h3>Therapeutic Massage</h3>\r\n<h6>with Gabriele Farrales</h6>\r\n<img class=\"alignright wp-image-452 size-thumbnail\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/neck-pain-150x150.jpg\" width=\"150\" height=\"150\" />\r\n\r\nTherapeutic Massage has been practiced in some form in every culture for thousands of years. Massage is a healthy way to relieve stress, which many health practitioners claim is the number one cause of illness and disease. Stress greatly weakens the immune system which compromises the body\'s natural ability to heal. In addition to reducing stress, massage can be used to relieve pain from sore muscles, reduce muscle spasms, increase circulation, enhance mental clarity, temporarily reduce blood pressure in hypertensives, and support effective digestion.\r\n\r\nGabriele is a massage therapist licensed in Alabama (Lic. #2426) and nationally certified in Therapeutic Massage by NCTMB. She does Swedish Relaxation, Deep Tissue and/or Myofascial Release techniques, and the wonderfully luxurious hot stone massage![/vc_column_text][vc_message icon_fontawesome=\"fa fa-phone\"]<span style=\"text-decoration: underline;\"><strong>Contact Gabriele:</strong></span>\r\n<a href=\"tel:256-652-6830\">256-652-6830</a>\r\n<a href=\"mailto:Gabriele.farrales@gmail.com\">Gabriele.farrales@gmail.com</a>[/vc_message][/vc_column][vc_column width=\"1/3\"][vc_column_text]\r\n<h3>Auricular Therapy</h3>\r\n<h6>with Gabriele Farrales</h6>\r\n<img class=\"alignright size-thumbnail wp-image-237\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/auricular-150x150.jpg\" alt=\"auricular\" width=\"150\" height=\"150\" />Auricular therapy involves activating reflex points on the outside of the ear that correspond with each of the various organs and body systems in order to stimulate, sedate, or balance those systems.\r\n\r\nOur certified auricular therapist uses a mild electric impulse on those reflex points with a special tool. Auricular therapy is non-invasive and can be used to help manage back pain, encourage weight loss, assist in overcoming addiction such as cigarette smoking, induce relaxation, and stimulate detoxification among an abundance of other benefits.\r\n\r\n[/vc_column_text][vc_message icon_fontawesome=\"fa fa-phone\"]<span style=\"text-decoration: underline;\"><strong>Contact Gabriele:</strong></span>\r\n<a href=\"tel:256-652-6830\">256-652-6830</a>\r\n<a href=\"mailto:Gabriele.farrales@gmail.com\">Gabriele.farrales@gmail.com</a>[/vc_message][/vc_column][vc_column width=\"1/3\"][vc_column_text]\r\n<h3>Reflexology\r\n&amp; Custom-Fitted Bras</h3>\r\n<h6>with Jean Mayo</h6>\r\n<img class=\"alignright size-thumbnail wp-image-231\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/reflexology-feet_grande-150x150.jpg\" alt=\"reflexology-feet_grande\" width=\"150\" height=\"150\" />Foot reflexology is an ancient healing therapy that involves stimulating reflex points on the feet in order to activate the bodyâ€™s own natural healing powers. Jean Mayo, certified reflexologist with more than 25 years of experience, will show you how relaxing and healing foot reflexology can be. Appointments are 60 minutes (recommended) and 30 minutes.\r\n\r\nJean also sells Custom-Fitted Bras. These bras offer extraordinary support and they come in 216 different sizes! No matter what your shape or size, Jean can find a bra designed with you in mind.[/vc_column_text][vc_message icon_fontawesome=\"fa fa-phone\"]<span style=\"text-decoration: underline;\"><strong>Contact Jean:</strong></span>\r\n<a href=\"tel:256-653-8017\">256-653-8017</a>[/vc_message][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1470328503897{background-color: #270639 !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: right; font-size: 20px; font-weight: 600;\"><span style=\"color: #ffffff;\">Questions?</span> <a style=\"font-size: 20px; font-weight: 600;\" href=\"http://74.124.197.205/~ruthsnut/contact\">Contact us!<i class=\"icon icon-right-circled\" style=\"margin-right: 7px;\"></i></a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Services','','inherit','closed','closed','','10-revision-v1','','','2016-09-06 19:11:21','2016-09-06 19:11:21','',10,'http://mitziconnell.com/demo18/2016/09/06/10-revision-v1/',0,'revision','',0),(573,3,'2016-09-06 19:16:08','2016-09-06 19:16:08','[vc_row][vc_column][vc_empty_space][vc_row_inner][vc_column_inner width=\"2/3\"][vc_column_text]\r\n<h6 style=\"font-size: 32px;\">WELCOME!</h6>\r\n<h6 style=\"font-size: 14px;\">Why we do what we do</h6>\r\n[divider height=\"20\"]\r\n\r\nAt Ruthâ€™s weâ€™re passionate about helping you reach optimal health. Each of us has worked her way through personal health problems, a process that instilled in us a drive to help others. If we can make you feel better, we feel better; itâ€™s as simple as that.\r\n\r\nWe want you feeling good and looking good. Thatâ€™s why we stock a wide variety of top-quality products: immune aids, brain boosters, non-toxic skin care, organic essential oils and much, much more. We believe in going the extra mile. Weâ€™re glad to special order customer-requested items or deliver prepaid products to your car when your lifeâ€™s too hectic to spend time in the store.\r\n\r\nWe study our craft, regularly attending both medical and natural health conferences, in order to share the latest information possible.\r\n\r\nWe take the time to listen, hear your story and offer the best solutions we know. The road to good health begins here; letâ€™s get started together![/vc_column_text][vc_column_text]\r\n<h3 style=\"text-align: left;\">Subscribe to our newsletter!</h3>\r\n<p style=\"text-align: center;\">[contact-form-7 id=\"212\" title=\"Newsletter one-row\"]</p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_empty_space][vc_gallery interval=\"3\" images=\"158,147,146,107,109\" img_size=\"medium\" onclick=\"\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1471879090504{background-color: #f1fdea !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vc_text_separator title=\"Meet our Team!\" i_icon_fontawesome=\"fa fa-commenting\" i_color=\"violet\" color=\"chino\" style=\"dotted\" add_icon=\"true\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1471879140045{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/3\"][our_team style=\"horizontal\" image=\"450\" title=\"Cynthia Freese\" subtitle=\"Owner\" phone=\"222.333.4444\" email=\"email@emailemail.com\"][/our_team][vc_column_text]Cynthia has worked in Ruthâ€™s Nutrition since 1994 and owned it since 2007. Over those years she has served the public with grace, style and savvy, creating a locally owned store that offers a friendly, attractive atmosphere, top-quality products and some of the most knowledgeable health food store staffers in the region.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][our_team style=\"horizontal\" image=\"450\" title=\"Sue Cummings\" subtitle=\"Clinical Herbalist\" phone=\"222.333.4444\" email=\"email@emailemail.com\"][/our_team][vc_column_text]Sue is a clinical herbalist with a bachelorâ€™s degree in botanical medicine and professional membership in the American Herbalists Guild. After having a private practice for several years, she joined Ruthâ€™s Nutrition where sheâ€™s more than happy to share her expertise with customers for free.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][our_team style=\"horizontal\" image=\"450\" title=\"Anita Eisenberg\" subtitle=\"Health Specialist\" phone=\"222.333.4444\" email=\"email@emailemail.com\"][/our_team][vc_column_text]Anita has been in the health care business for more than 25 years, cataloging a vast knowledge of illnesses, products and their appropriate uses. Ask Anita a question and youâ€™ll likely get not only an informed answer but also an amazing amount of detail. Here at Ruthâ€™s Nutrition, sheâ€™s fondly known as The Walking Encyclopedia.[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1473189366464{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/3\"][our_team style=\"horizontal\" image=\"450\" title=\"Christine Dennis\" subtitle=\"Aromatherapy &amp; Skin Care Specialist\" phone=\"222.333.4444\" email=\"email@emailemail.com\"][/our_team][vc_column_text]Christine has a passion for children; just watch her light up any time a child is around. No wonder then that sheâ€™s made understanding childrenâ€™s ailments, health, and happiness her priority. Not only is she great with kids, sheâ€™s a maven when it comes to aromatherapy, skin care -- and our displays. If youâ€™ve seen one of her gift baskets, you know she knows how to make things look good.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][our_team style=\"horizontal\" image=\"450\" title=\"Barbara Musso\" subtitle=\"RN and Reflexologist\" phone=\"222.333.4444\" email=\"email@emailemail.com\"][/our_team][vc_column_text]Barb has been a registered nurse for more than 40 years, working in the operating room and in gerontology before joining the Ruthâ€™s Nutrition team. Sheâ€™s long been interested in alternative healing modalities, studying reflexology and learning to understand the subtle energies of the body. Known for her big heart and her caring listening skills, Barb has become a customer favorite.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"204\" img_size=\"full\" alignment=\"center\" style=\"vc_box_shadow_3d\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][/vc_column_inner][vc_column_inner width=\"1/2\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1470328503897{background-color: #270639 !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: right; font-size: 20px; font-weight: 600;\"><span style=\"color: #ffffff;\">Questions?</span> <a style=\"font-size: 20px; font-weight: 600;\" href=\"http://74.124.197.205/~ruthsnut/contact\">Contact us!<i class=\"icon icon-right-circled\" style=\"margin-right: 7px;\"></i></a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Our Story','','inherit','closed','closed','','8-revision-v1','','','2016-09-06 19:16:08','2016-09-06 19:16:08','',8,'http://mitziconnell.com/demo18/2016/09/06/8-revision-v1/',0,'revision','',0),(574,3,'2016-09-06 19:22:29','2016-09-06 19:22:29','[vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space][fancy_heading h1=\"0\" style=\"line\" title=\"Our Services\" slogan=\"HOW CAN WE BRING HEALTH TO YOU?\"][/fancy_heading][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][our_team style=\"horizontal\" image=\"199\" title=\"Wellness Counseling\" subtitle=\"\r\n<h6>with Phyllis D. Light</h6>\r\n\" phone=\"256-931-0351\" email=\"phyllisdlight@hotmail.com \"][/our_team][vc_column_text]<img class=\"alignright size-thumbnail wp-image-230\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/Herbal-Medicines-jpg-150x150.jpg\" alt=\"Herbal-Medicines jpg\" width=\"150\" height=\"150\" />Phyllis holds a masterâ€™s degree in health studies from the University of Alabama and is a professional member of the American Herbalist Guild, a member of the International Herb Association and the Herb Society of America.\r\nInitial consultations last about an hour and consist of a detailed medical history, pertinent questions concerning your condition, and a non-invasive assessment. Please bring a list of medications, herbs or other supplements you are currently taking.\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][our_team style=\"horizontal\" image=\"199\" title=\"Bio Energetics Testing\" subtitle=\"\r\n<h6>with Gordon Slack</h6>\r\n\" phone=\"256-883-4127\" email=\"81eaglescout@bellsouth.net \"][/our_team][vc_column_text]<img class=\"alignright size-thumbnail wp-image-235\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/bio-energetics-testing-150x150.jpg\" alt=\"bio energetics testing\" width=\"150\" height=\"150\" />BioEnergetics Testing uses a computer to measure the electrical conductivity at responsive (meridian) points to assess which systems in the body have been compromised by environmental toxicity, nutritional deficiencies, emotional stress and energetic imbalances.\r\nOnce imbalances have been identified, the computer then recommends homeopathic and herbal remedies and/or nutritional supplementation to assist the body\'s healing process.\r\n\r\nGordon Slack earned his doctorate in bioenergetics with Zenia Richler, ND, NMD, of the Academy of BioEnergetics, Springfield, Mo. Gordon also is a certified lymphologist from the International Academy of Lymphology.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_separator][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][vc_column_text]\r\n<h3>Therapeutic Massage</h3>\r\n<h6>with Gabriele Farrales</h6>\r\n<img class=\"alignright wp-image-452 size-thumbnail\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/neck-pain-150x150.jpg\" width=\"150\" height=\"150\" />\r\n\r\nTherapeutic Massage has been practiced in some form in every culture for thousands of years. Massage is a healthy way to relieve stress, which many health practitioners claim is the number one cause of illness and disease. Stress greatly weakens the immune system which compromises the body\'s natural ability to heal. In addition to reducing stress, massage can be used to relieve pain from sore muscles, reduce muscle spasms, increase circulation, enhance mental clarity, temporarily reduce blood pressure in hypertensives, and support effective digestion.\r\n\r\nGabriele is a massage therapist licensed in Alabama (Lic. #2426) and nationally certified in Therapeutic Massage by NCTMB. She does Swedish Relaxation, Deep Tissue and/or Myofascial Release techniques, and the wonderfully luxurious hot stone massage![/vc_column_text][vc_message icon_fontawesome=\"fa fa-phone\"]<span style=\"text-decoration: underline;\"><strong>Contact Gabriele:</strong></span>\r\n<a href=\"tel:256-652-6830\">256-652-6830</a>\r\n<a href=\"mailto:Gabriele.farrales@gmail.com\">Gabriele.farrales@gmail.com</a>[/vc_message][/vc_column][vc_column width=\"1/3\"][vc_column_text]\r\n<h3>Auricular Therapy</h3>\r\n<h6>with Gabriele Farrales</h6>\r\n<img class=\"alignright size-thumbnail wp-image-237\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/auricular-150x150.jpg\" alt=\"auricular\" width=\"150\" height=\"150\" />Auricular therapy involves activating reflex points on the outside of the ear that correspond with each of the various organs and body systems in order to stimulate, sedate, or balance those systems.\r\n\r\nOur certified auricular therapist uses a mild electric impulse on those reflex points with a special tool. Auricular therapy is non-invasive and can be used to help manage back pain, encourage weight loss, assist in overcoming addiction such as cigarette smoking, induce relaxation, and stimulate detoxification among an abundance of other benefits.\r\n\r\n[/vc_column_text][vc_message icon_fontawesome=\"fa fa-phone\"]<span style=\"text-decoration: underline;\"><strong>Contact Gabriele:</strong></span>\r\n<a href=\"tel:256-652-6830\">256-652-6830</a>\r\n<a href=\"mailto:Gabriele.farrales@gmail.com\">Gabriele.farrales@gmail.com</a>[/vc_message][/vc_column][vc_column width=\"1/3\"][vc_column_text]\r\n<h3>Reflexology\r\n&amp; Custom-Fitted Bras</h3>\r\n<h6>with Jean Mayo</h6>\r\n<img class=\"alignright size-thumbnail wp-image-231\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/reflexology-feet_grande-150x150.jpg\" alt=\"reflexology-feet_grande\" width=\"150\" height=\"150\" />Foot reflexology is an ancient healing therapy that involves stimulating reflex points on the feet in order to activate the bodyâ€™s own natural healing powers. Jean Mayo, certified reflexologist with more than 25 years of experience, will show you how relaxing and healing foot reflexology can be. Appointments are 60 minutes (recommended) and 30 minutes.\r\n\r\nJean also sells Custom-Fitted Bras. These bras offer extraordinary support and they come in 216 different sizes! No matter what your shape or size, Jean can find a bra designed with you in mind.[/vc_column_text][vc_message icon_fontawesome=\"fa fa-phone\"]<span style=\"text-decoration: underline;\"><strong>Contact Jean:</strong></span>\r\n<a href=\"tel:256-653-8017\">256-653-8017</a>[/vc_message][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1470328503897{background-color: #270639 !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: right; font-size: 20px; font-weight: 600;\"><span style=\"color: #ffffff;\">Questions?</span> <a style=\"font-size: 20px; font-weight: 600;\" href=\"http://74.124.197.205/~ruthsnut/contact\">Contact us!<i class=\"icon icon-right-circled\" style=\"margin-right: 7px;\"></i></a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Services','','inherit','closed','closed','','10-revision-v1','','','2016-09-06 19:22:29','2016-09-06 19:22:29','',10,'http://mitziconnell.com/demo18/2016/09/06/10-revision-v1/',0,'revision','',0),(575,3,'2016-09-06 19:24:02','2016-09-06 19:24:02','[vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space][fancy_heading h1=\"0\" style=\"line\" title=\"Our Services\" slogan=\"HOW CAN WE BRING HEALTH TO YOU?\"][/fancy_heading][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][our_team style=\"horizontal\" image=\"199\" title=\"Wellness Counseling\" subtitle=\"\r\n<h6>with Phyllis D. Light</h6>\r\n\" phone=\"256-931-0351\" email=\"phyllisdlight@hotmail.com \"][/our_team][vc_column_text]<img class=\"alignright wp-image-230\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/Herbal-Medicines-jpg-150x150.jpg\" alt=\"Herbal-Medicines jpg\" width=\"123\" height=\"123\" />Phyllis holds a masterâ€™s degree in health studies from the University of Alabama and is a professional member of the American Herbalist Guild, a member of the International Herb Association and the Herb Society of America.\r\nInitial consultations last about an hour and consist of a detailed medical history, pertinent questions concerning your condition, and a non-invasive assessment. Please bring a list of medications, herbs or other supplements you are currently taking.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][our_team style=\"horizontal\" image=\"199\" title=\"Bio Energetics Testing\" subtitle=\"\r\n<h6>with Gordon Slack</h6>\r\n\" phone=\"256-883-4127\" email=\"81eaglescout@bellsouth.net \"][/our_team][vc_column_text]<img class=\"alignright wp-image-235\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/bio-energetics-testing-150x150.jpg\" alt=\"bio energetics testing\" width=\"123\" height=\"123\" />BioEnergetics Testing uses a computer to measure the electrical conductivity at responsive (meridian) points to assess which systems in the body have been compromised by environmental toxicity, nutritional deficiencies, emotional stress and energetic imbalances.\r\nOnce imbalances have been identified, the computer then recommends homeopathic and herbal remedies and/or nutritional supplementation to assist the body\'s healing process.\r\n\r\nGordon Slack earned his doctorate in bioenergetics with Zenia Richler, ND, NMD, of the Academy of BioEnergetics, Springfield, Mo. Gordon also is a certified lymphologist from the International Academy of Lymphology.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_separator][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][vc_column_text]\r\n<h3>Therapeutic Massage</h3>\r\n<h6>with Gabriele Farrales</h6>\r\n<img class=\"alignright wp-image-452 size-thumbnail\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/neck-pain-150x150.jpg\" width=\"150\" height=\"150\" />\r\n\r\nTherapeutic Massage has been practiced in some form in every culture for thousands of years. Massage is a healthy way to relieve stress, which many health practitioners claim is the number one cause of illness and disease. Stress greatly weakens the immune system which compromises the body\'s natural ability to heal. In addition to reducing stress, massage can be used to relieve pain from sore muscles, reduce muscle spasms, increase circulation, enhance mental clarity, temporarily reduce blood pressure in hypertensives, and support effective digestion.\r\n\r\nGabriele is a massage therapist licensed in Alabama (Lic. #2426) and nationally certified in Therapeutic Massage by NCTMB. She does Swedish Relaxation, Deep Tissue and/or Myofascial Release techniques, and the wonderfully luxurious hot stone massage![/vc_column_text][vc_message icon_fontawesome=\"fa fa-phone\"]<span style=\"text-decoration: underline;\"><strong>Contact Gabriele:</strong></span>\r\n<a href=\"tel:256-652-6830\">256-652-6830</a>\r\n<a href=\"mailto:Gabriele.farrales@gmail.com\">Gabriele.farrales@gmail.com</a>[/vc_message][/vc_column][vc_column width=\"1/3\"][vc_column_text]\r\n<h3>Auricular Therapy</h3>\r\n<h6>with Gabriele Farrales</h6>\r\n<img class=\"alignright size-thumbnail wp-image-237\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/auricular-150x150.jpg\" alt=\"auricular\" width=\"150\" height=\"150\" />Auricular therapy involves activating reflex points on the outside of the ear that correspond with each of the various organs and body systems in order to stimulate, sedate, or balance those systems.\r\n\r\nOur certified auricular therapist uses a mild electric impulse on those reflex points with a special tool. Auricular therapy is non-invasive and can be used to help manage back pain, encourage weight loss, assist in overcoming addiction such as cigarette smoking, induce relaxation, and stimulate detoxification among an abundance of other benefits.\r\n\r\n[/vc_column_text][vc_message icon_fontawesome=\"fa fa-phone\"]<span style=\"text-decoration: underline;\"><strong>Contact Gabriele:</strong></span>\r\n<a href=\"tel:256-652-6830\">256-652-6830</a>\r\n<a href=\"mailto:Gabriele.farrales@gmail.com\">Gabriele.farrales@gmail.com</a>[/vc_message][/vc_column][vc_column width=\"1/3\"][vc_column_text]\r\n<h3>Reflexology\r\n&amp; Custom-Fitted Bras</h3>\r\n<h6>with Jean Mayo</h6>\r\n<img class=\"alignright size-thumbnail wp-image-231\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/reflexology-feet_grande-150x150.jpg\" alt=\"reflexology-feet_grande\" width=\"150\" height=\"150\" />Foot reflexology is an ancient healing therapy that involves stimulating reflex points on the feet in order to activate the bodyâ€™s own natural healing powers. Jean Mayo, certified reflexologist with more than 25 years of experience, will show you how relaxing and healing foot reflexology can be. Appointments are 60 minutes (recommended) and 30 minutes.\r\n\r\nJean also sells Custom-Fitted Bras. These bras offer extraordinary support and they come in 216 different sizes! No matter what your shape or size, Jean can find a bra designed with you in mind.[/vc_column_text][vc_message icon_fontawesome=\"fa fa-phone\"]<span style=\"text-decoration: underline;\"><strong>Contact Jean:</strong></span>\r\n<a href=\"tel:256-653-8017\">256-653-8017</a>[/vc_message][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1470328503897{background-color: #270639 !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: right; font-size: 20px; font-weight: 600;\"><span style=\"color: #ffffff;\">Questions?</span> <a style=\"font-size: 20px; font-weight: 600;\" href=\"http://74.124.197.205/~ruthsnut/contact\">Contact us!<i class=\"icon icon-right-circled\" style=\"margin-right: 7px;\"></i></a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Services','','inherit','closed','closed','','10-revision-v1','','','2016-09-06 19:24:02','2016-09-06 19:24:02','',10,'http://mitziconnell.com/demo18/2016/09/06/10-revision-v1/',0,'revision','',0),(576,3,'2016-09-06 19:26:38','2016-09-06 19:26:38','','Gordon','','inherit','open','closed','','gordon','','','2016-09-06 19:26:38','2016-09-06 19:26:38','',10,'http://mitziconnell.com/demo18/wp-content/uploads/2016/07/Gordon.jpg',0,'attachment','image/jpeg',0),(577,3,'2016-09-06 19:27:08','2016-09-06 19:27:08','','Phyllis Light 2016','','inherit','open','closed','','phyllis-light-2016','','','2016-09-06 19:27:08','2016-09-06 19:27:08','',10,'http://mitziconnell.com/demo18/wp-content/uploads/2016/07/Phyllis-Light-2016.jpg',0,'attachment','image/jpeg',0),(578,3,'2016-09-06 19:29:20','2016-09-06 19:29:20','','Phyllis Light 2016 cropped square','','inherit','open','closed','','phyllis-light-2016-cropped-square','','','2016-09-06 19:29:20','2016-09-06 19:29:20','',10,'http://mitziconnell.com/demo18/wp-content/uploads/2016/07/Phyllis-Light-2016-cropped-square.jpg',0,'attachment','image/jpeg',0),(579,3,'2016-09-06 19:29:29','2016-09-06 19:29:29','[vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space][fancy_heading h1=\"0\" style=\"line\" title=\"Our Services\" slogan=\"HOW CAN WE BRING HEALTH TO YOU?\"][/fancy_heading][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][our_team style=\"horizontal\" image=\"578\" title=\"Wellness Counseling\" subtitle=\"\r\n<h6>with Phyllis D. Light</h6>\r\n\" phone=\"256-931-0351\" email=\"phyllisdlight@hotmail.com \"][/our_team][vc_column_text]<img class=\"alignright wp-image-230\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/Herbal-Medicines-jpg-150x150.jpg\" alt=\"Herbal-Medicines jpg\" width=\"123\" height=\"123\" />Phyllis holds a masterâ€™s degree in health studies from the University of Alabama and is a professional member of the American Herbalist Guild, a member of the International Herb Association and the Herb Society of America.\r\nInitial consultations last about an hour and consist of a detailed medical history, pertinent questions concerning your condition, and a non-invasive assessment. Please bring a list of medications, herbs or other supplements you are currently taking.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][our_team style=\"horizontal\" image=\"576\" title=\"Bio Energetics Testing\" subtitle=\"\r\n<h6>with Gordon Slack</h6>\r\n\" phone=\"256-883-4127\" email=\"81eaglescout@bellsouth.net \"][/our_team][vc_column_text]<img class=\"alignright wp-image-235\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/bio-energetics-testing-150x150.jpg\" alt=\"bio energetics testing\" width=\"123\" height=\"123\" />BioEnergetics Testing uses a computer to measure the electrical conductivity at responsive (meridian) points to assess which systems in the body have been compromised by environmental toxicity, nutritional deficiencies, emotional stress and energetic imbalances.\r\nOnce imbalances have been identified, the computer then recommends homeopathic and herbal remedies and/or nutritional supplementation to assist the body\'s healing process.\r\n\r\nGordon Slack earned his doctorate in bioenergetics with Zenia Richler, ND, NMD, of the Academy of BioEnergetics, Springfield, Mo. Gordon also is a certified lymphologist from the International Academy of Lymphology.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_separator][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][vc_column_text]\r\n<h3>Therapeutic Massage</h3>\r\n<h6>with Gabriele Farrales</h6>\r\n<img class=\"alignright wp-image-452 size-thumbnail\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/neck-pain-150x150.jpg\" width=\"150\" height=\"150\" />\r\n\r\nTherapeutic Massage has been practiced in some form in every culture for thousands of years. Massage is a healthy way to relieve stress, which many health practitioners claim is the number one cause of illness and disease. Stress greatly weakens the immune system which compromises the body\'s natural ability to heal. In addition to reducing stress, massage can be used to relieve pain from sore muscles, reduce muscle spasms, increase circulation, enhance mental clarity, temporarily reduce blood pressure in hypertensives, and support effective digestion.\r\n\r\nGabriele is a massage therapist licensed in Alabama (Lic. #2426) and nationally certified in Therapeutic Massage by NCTMB. She does Swedish Relaxation, Deep Tissue and/or Myofascial Release techniques, and the wonderfully luxurious hot stone massage![/vc_column_text][vc_message icon_fontawesome=\"fa fa-phone\"]<span style=\"text-decoration: underline;\"><strong>Contact Gabriele:</strong></span>\r\n<a href=\"tel:256-652-6830\">256-652-6830</a>\r\n<a href=\"mailto:Gabriele.farrales@gmail.com\">Gabriele.farrales@gmail.com</a>[/vc_message][/vc_column][vc_column width=\"1/3\"][vc_column_text]\r\n<h3>Auricular Therapy</h3>\r\n<h6>with Gabriele Farrales</h6>\r\n<img class=\"alignright size-thumbnail wp-image-237\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/auricular-150x150.jpg\" alt=\"auricular\" width=\"150\" height=\"150\" />Auricular therapy involves activating reflex points on the outside of the ear that correspond with each of the various organs and body systems in order to stimulate, sedate, or balance those systems.\r\n\r\nOur certified auricular therapist uses a mild electric impulse on those reflex points with a special tool. Auricular therapy is non-invasive and can be used to help manage back pain, encourage weight loss, assist in overcoming addiction such as cigarette smoking, induce relaxation, and stimulate detoxification among an abundance of other benefits.\r\n\r\n[/vc_column_text][vc_message icon_fontawesome=\"fa fa-phone\"]<span style=\"text-decoration: underline;\"><strong>Contact Gabriele:</strong></span>\r\n<a href=\"tel:256-652-6830\">256-652-6830</a>\r\n<a href=\"mailto:Gabriele.farrales@gmail.com\">Gabriele.farrales@gmail.com</a>[/vc_message][/vc_column][vc_column width=\"1/3\"][vc_column_text]\r\n<h3>Reflexology\r\n&amp; Custom-Fitted Bras</h3>\r\n<h6>with Jean Mayo</h6>\r\n<img class=\"alignright size-thumbnail wp-image-231\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/reflexology-feet_grande-150x150.jpg\" alt=\"reflexology-feet_grande\" width=\"150\" height=\"150\" />Foot reflexology is an ancient healing therapy that involves stimulating reflex points on the feet in order to activate the bodyâ€™s own natural healing powers. Jean Mayo, certified reflexologist with more than 25 years of experience, will show you how relaxing and healing foot reflexology can be. Appointments are 60 minutes (recommended) and 30 minutes.\r\n\r\nJean also sells Custom-Fitted Bras. These bras offer extraordinary support and they come in 216 different sizes! No matter what your shape or size, Jean can find a bra designed with you in mind.[/vc_column_text][vc_message icon_fontawesome=\"fa fa-phone\"]<span style=\"text-decoration: underline;\"><strong>Contact Jean:</strong></span>\r\n<a href=\"tel:256-653-8017\">256-653-8017</a>[/vc_message][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1470328503897{background-color: #270639 !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: right; font-size: 20px; font-weight: 600;\"><span style=\"color: #ffffff;\">Questions?</span> <a style=\"font-size: 20px; font-weight: 600;\" href=\"http://74.124.197.205/~ruthsnut/contact\">Contact us!<i class=\"icon icon-right-circled\" style=\"margin-right: 7px;\"></i></a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Services','','inherit','closed','closed','','10-revision-v1','','','2016-09-06 19:29:29','2016-09-06 19:29:29','',10,'http://mitziconnell.com/demo18/2016/09/06/10-revision-v1/',0,'revision','',0),(580,3,'2016-09-11 05:07:58','2016-09-11 05:07:58','','who-we-are','','inherit','open','closed','','who-we-are','','','2016-09-11 05:07:58','2016-09-11 05:07:58','',83,'http://mitziconnell.com/demo18/wp-content/uploads/2016/07/Who-We-Are.jpg',0,'attachment','image/jpeg',0),(581,3,'2016-09-11 05:10:59','2016-09-11 05:10:59','','additional-services-500w','','inherit','open','closed','','additional-services-500w','','','2016-09-11 05:10:59','2016-09-11 05:10:59','',83,'http://mitziconnell.com/demo18/wp-content/uploads/2016/07/Additional-Services-500w.jpg',0,'attachment','image/jpeg',0),(582,3,'2016-09-11 05:11:01','2016-09-11 05:11:01','','how-we-help-500w','','inherit','open','closed','','how-we-help-500w','','','2016-09-11 05:11:01','2016-09-11 05:11:01','',83,'http://mitziconnell.com/demo18/wp-content/uploads/2016/07/how-we-help-500w.jpg',0,'attachment','image/jpeg',0),(583,3,'2016-09-11 05:11:02','2016-09-11 05:11:02','','who-we-are-500w','','inherit','open','closed','','who-we-are-500w','','','2016-09-11 05:11:02','2016-09-11 05:11:02','',83,'http://mitziconnell.com/demo18/wp-content/uploads/2016/07/Who-We-Are-500w.jpg',0,'attachment','image/jpeg',0),(585,3,'2016-09-11 05:17:39','2016-09-11 05:17:39','','rotation-baby-ruths-500h','','inherit','open','closed','','rotation-baby-ruths-500h','','','2016-09-11 05:17:39','2016-09-11 05:17:39','',8,'http://mitziconnell.com/demo18/wp-content/uploads/2016/07/Rotation-Baby-Ruths-500H.jpg',0,'attachment','image/jpeg',0),(586,3,'2016-09-11 05:17:40','2016-09-11 05:17:40','','rotation-bracelets-500w','','inherit','open','closed','','rotation-bracelets-500w','','','2016-09-11 05:17:40','2016-09-11 05:17:40','',8,'http://mitziconnell.com/demo18/wp-content/uploads/2016/07/Rotation-bracelets-500W.jpg',0,'attachment','image/jpeg',0),(587,3,'2016-09-11 05:17:42','2016-09-11 05:17:42','','rotation-front-door-500x500','','inherit','open','closed','','rotation-front-door-500x500','','','2016-09-11 05:17:42','2016-09-11 05:17:42','',8,'http://mitziconnell.com/demo18/wp-content/uploads/2016/07/Rotation-front-door-500x500.jpg',0,'attachment','image/jpeg',0),(588,3,'2016-09-11 05:17:43','2016-09-11 05:17:43','','rotation-santevia-500h','','inherit','open','closed','','rotation-santevia-500h','','','2016-09-11 05:17:43','2016-09-11 05:17:43','',8,'http://mitziconnell.com/demo18/wp-content/uploads/2016/07/Rotation-Santevia-500H.jpg',0,'attachment','image/jpeg',0),(589,3,'2016-09-11 05:17:44','2016-09-11 05:17:44','','rotation-shopping-500w','','inherit','open','closed','','rotation-shopping-500w','','','2016-09-11 05:17:44','2016-09-11 05:17:44','',8,'http://mitziconnell.com/demo18/wp-content/uploads/2016/07/Rotation-shopping-500W.jpg',0,'attachment','image/jpeg',0),(590,3,'2016-09-11 05:17:46','2016-09-11 05:17:46','','rotation-young-living-500w','','inherit','open','closed','','rotation-young-living-500w','','','2016-09-11 05:17:46','2016-09-11 05:17:46','',8,'http://mitziconnell.com/demo18/wp-content/uploads/2016/07/Rotation-Young-Living-500w.jpg',0,'attachment','image/jpeg',0),(591,3,'2016-09-11 05:18:47','2016-09-11 05:18:47','','cynthia','','inherit','open','closed','','cynthia','','','2016-09-11 05:18:47','2016-09-11 05:18:47','',8,'http://mitziconnell.com/demo18/wp-content/uploads/2016/07/Cynthia.jpg',0,'attachment','image/jpeg',0),(592,3,'2016-09-11 05:19:17','2016-09-11 05:19:17','','anita','','inherit','open','closed','','anita','','','2016-09-11 05:19:17','2016-09-11 05:19:17','',8,'http://mitziconnell.com/demo18/wp-content/uploads/2016/07/Anita.jpg',0,'attachment','image/jpeg',0),(593,3,'2016-09-11 05:19:22','2016-09-11 05:19:22','','barb','','inherit','open','closed','','barb','','','2016-09-11 05:19:22','2016-09-11 05:19:22','',8,'http://mitziconnell.com/demo18/wp-content/uploads/2016/07/Barb.jpg',0,'attachment','image/jpeg',0),(594,3,'2016-09-11 05:19:28','2016-09-11 05:19:28','','christine','','inherit','open','closed','','christine','','','2016-09-11 05:19:28','2016-09-11 05:19:28','',8,'http://mitziconnell.com/demo18/wp-content/uploads/2016/07/Christine.jpg',0,'attachment','image/jpeg',0),(595,3,'2016-09-11 05:19:34','2016-09-11 05:19:34','','sue','','inherit','open','closed','','sue','','','2016-09-11 05:19:34','2016-09-11 05:19:34','',8,'http://mitziconnell.com/demo18/wp-content/uploads/2016/07/Sue.jpg',0,'attachment','image/jpeg',0),(596,3,'2016-09-11 05:21:06','2016-09-11 05:21:06','[vc_row][vc_column][vc_empty_space][vc_row_inner][vc_column_inner width=\"2/3\"][vc_column_text]\r\n<h6 style=\"font-size: 32px;\">WELCOME!</h6>\r\n<h6 style=\"font-size: 14px;\">Why we do what we do</h6>\r\n[divider height=\"20\"]\r\n\r\nAt Ruthâ€™s weâ€™re passionate about helping you reach optimal health. Each of us has worked her way through personal health problems, a process that instilled in us a drive to help others. If we can make you feel better, we feel better; itâ€™s as simple as that.\r\n\r\nWe want you feeling good and looking good. Thatâ€™s why we stock a wide variety of top-quality products: immune aids, brain boosters, non-toxic skin care, organic essential oils and much, much more. We believe in going the extra mile. Weâ€™re glad to special order customer-requested items or deliver prepaid products to your car when your lifeâ€™s too hectic to spend time in the store.\r\n\r\nWe study our craft, regularly attending both medical and natural health conferences, in order to share the latest information possible.\r\n\r\nWe take the time to listen, hear your story and offer the best solutions we know. The road to good health begins here; letâ€™s get started together![/vc_column_text][vc_column_text]\r\n<h3 style=\"text-align: left;\">Subscribe to our newsletter!</h3>\r\n<p style=\"text-align: center;\">[contact-form-7 id=\"212\" title=\"Newsletter one-row\"]</p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_empty_space][vc_gallery interval=\"3\" images=\"587,585,589,586,588,590\" img_size=\"medium\" onclick=\"\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1471879090504{background-color: #f1fdea !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vc_text_separator title=\"Meet our Team!\" i_icon_fontawesome=\"fa fa-commenting\" i_color=\"violet\" color=\"chino\" style=\"dotted\" add_icon=\"true\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1471879140045{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/3\"][our_team style=\"horizontal\" image=\"591\" title=\"Cynthia Freese\" subtitle=\"Owner\" phone=\"222.333.4444\" email=\"email@emailemail.com\"][/our_team][vc_column_text]Cynthia has worked in Ruthâ€™s Nutrition since 1994 and owned it since 2007. Over those years she has served the public with grace, style and savvy, creating a locally owned store that offers a friendly, attractive atmosphere, top-quality products and some of the most knowledgeable health food store staffers in the region.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][our_team style=\"horizontal\" image=\"595\" title=\"Sue Cummings\" subtitle=\"Clinical Herbalist\" phone=\"222.333.4444\" email=\"email@emailemail.com\"][/our_team][vc_column_text]Sue is a clinical herbalist with a bachelorâ€™s degree in botanical medicine and professional membership in the American Herbalists Guild. After having a private practice for several years, she joined Ruthâ€™s Nutrition where sheâ€™s more than happy to share her expertise with customers for free.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][our_team style=\"horizontal\" image=\"592\" title=\"Anita Eisenberg\" subtitle=\"Health Specialist\" phone=\"222.333.4444\" email=\"email@emailemail.com\"][/our_team][vc_column_text]Anita has been in the health care business for more than 25 years, cataloging a vast knowledge of illnesses, products and their appropriate uses. Ask Anita a question and youâ€™ll likely get not only an informed answer but also an amazing amount of detail. Here at Ruthâ€™s Nutrition, sheâ€™s fondly known as The Walking Encyclopedia.[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1473189366464{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/3\"][our_team style=\"horizontal\" image=\"594\" title=\"Christine Dennis\" subtitle=\"Aromatherapy &amp; Skin Care Specialist\" phone=\"222.333.4444\" email=\"email@emailemail.com\"][/our_team][vc_column_text]Christine has a passion for children; just watch her light up any time a child is around. No wonder then that sheâ€™s made understanding childrenâ€™s ailments, health, and happiness her priority. Not only is she great with kids, sheâ€™s a maven when it comes to aromatherapy, skin care -- and our displays. If youâ€™ve seen one of her gift baskets, you know she knows how to make things look good.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][our_team style=\"horizontal\" image=\"593\" title=\"Barbara Musso\" subtitle=\"RN and Reflexologist\" phone=\"222.333.4444\" email=\"email@emailemail.com\"][/our_team][vc_column_text]Barb has been a registered nurse for more than 40 years, working in the operating room and in gerontology before joining the Ruthâ€™s Nutrition team. Sheâ€™s long been interested in alternative healing modalities, studying reflexology and learning to understand the subtle energies of the body. Known for her big heart and her caring listening skills, Barb has become a customer favorite.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"204\" img_size=\"full\" alignment=\"center\" style=\"vc_box_shadow_3d\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/2\"][/vc_column_inner][vc_column_inner width=\"1/2\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1470328503897{background-color: #270639 !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: right; font-size: 20px; font-weight: 600;\"><span style=\"color: #ffffff;\">Questions?</span> <a style=\"font-size: 20px; font-weight: 600;\" href=\"http://74.124.197.205/~ruthsnut/contact\">Contact us!<i class=\"icon icon-right-circled\" style=\"margin-right: 7px;\"></i></a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Our Story','','inherit','closed','closed','','8-revision-v1','','','2016-09-11 05:21:06','2016-09-11 05:21:06','',8,'http://mitziconnell.com/demo18/2016/09/11/8-revision-v1/',0,'revision','',0),(597,3,'2016-09-11 05:29:22','2016-09-11 05:29:22','','bottom-front-desk','','inherit','open','closed','','bottom-front-desk','','','2016-09-11 05:29:22','2016-09-11 05:29:22','',0,'http://mitziconnell.com/demo18/wp-content/uploads/2016/09/Bottom-front-desk.jpg',0,'attachment','image/jpeg',0),(598,3,'2016-09-11 05:29:23','2016-09-11 05:29:23','','bottom-nail-polish','','inherit','open','closed','','bottom-nail-polish','','','2016-09-11 05:29:23','2016-09-11 05:29:23','',0,'http://mitziconnell.com/demo18/wp-content/uploads/2016/09/Bottom-Nail-Polish.jpg',0,'attachment','image/jpeg',0),(599,3,'2016-09-11 05:29:25','2016-09-11 05:29:25','','bottom-outside','','inherit','open','closed','','bottom-outside','','','2016-09-11 05:29:25','2016-09-11 05:29:25','',0,'http://mitziconnell.com/demo18/wp-content/uploads/2016/09/Bottom-outside.jpg',0,'attachment','image/jpeg',0),(600,3,'2016-09-11 05:29:29','2016-09-11 05:29:29','','bottom-shopping-2-500w','','inherit','open','closed','','bottom-shopping-2-500w','','','2016-09-11 05:29:29','2016-09-11 05:29:29','',0,'http://mitziconnell.com/demo18/wp-content/uploads/2016/09/Bottom-shopping-2-500W.jpg',0,'attachment','image/jpeg',0),(601,3,'2016-09-11 05:29:30','2016-09-11 05:29:30','','bottom-shopping','','inherit','open','closed','','bottom-shopping','','','2016-09-11 05:29:30','2016-09-11 05:29:30','',0,'http://mitziconnell.com/demo18/wp-content/uploads/2016/09/Bottom-shopping.jpg',0,'attachment','image/jpeg',0),(602,3,'2016-09-11 05:48:19','2016-09-11 05:48:19','','talk-to-us','','inherit','open','closed','','talk-to-us','','','2016-09-11 05:48:19','2016-09-11 05:48:19','',145,'http://mitziconnell.com/demo18/wp-content/uploads/2016/08/Talk-to-us.jpg',0,'attachment','image/jpeg',0),(603,3,'2016-09-11 05:50:00','2016-09-11 05:50:00','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h3>Talk to us!</h3>\r\nWe\'re always looking for new ways to better serve our customers. To do that, we need to hear from you!\r\n\r\nIf there\'s a product you want and you don\'t find it on our shelves, tell us! We\'ll do our best to bring in what customers most want. If you need a product but you donâ€™t have much time, call us! Pay for the product over the phone then call us when youâ€™re in our parking lot. Weâ€™ll bring it out to your car.\r\nWe\'re listening to our customers and making a list. Please help us to serve you better and to make Ruth\'s Nutrition one of your favorite places to shop![/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"602\" alignment=\"center\" css_animation=\"right-to-left\"][/vc_column][/vc_row]','Blog Title 01','Talk to us! We\'re listening to our customers and making a list. Please help us to serve you better and to make Ruth\'s Nutrition one of your favorite places to shop!\r\n','inherit','closed','closed','','145-revision-v1','','','2016-09-11 05:50:00','2016-09-11 05:50:00','',145,'http://mitziconnell.com/demo18/2016/09/11/145-revision-v1/',0,'revision','',0),(604,3,'2016-09-11 05:50:43','2016-09-11 05:50:43','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h3>Talk to us!</h3>\r\nWe\'re always looking for new ways to better serve our customers. To do that, we need to hear from you!\r\n\r\nIf there\'s a product you want and you don\'t find it on our shelves, tell us! We\'ll do our best to bring in what customers most want. If you need a product but you donâ€™t have much time, call us! Pay for the product over the phone then call us when youâ€™re in our parking lot. Weâ€™ll bring it out to your car.\r\nWe\'re listening to our customers and making a list. Please help us to serve you better and to make Ruth\'s Nutrition one of your favorite places to shop![/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"602\" alignment=\"center\" css_animation=\"right-to-left\"][/vc_column][/vc_row]','Talk to Us!','Talk to us! We\'re listening to our customers and making a list. Please help us to serve you better and to make Ruth\'s Nutrition one of your favorite places to shop!\r\n','inherit','closed','closed','','145-revision-v1','','','2016-09-11 05:50:43','2016-09-11 05:50:43','',145,'http://mitziconnell.com/demo18/2016/09/11/145-revision-v1/',0,'revision','',0),(605,3,'2016-10-10 16:36:20','2016-10-10 16:36:20','[vc_row][vc_column width=\"1/3\"][vc_single_image image=\"795\" img_size=\"full\" alignment=\"center\" css_animation=\"appear\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]\n<h3>Weâ€™ve got two great lines on sale during September!</h3>\n<strong>Derma-e, natural skincare solutions that work!</strong> Every Derma-e formula is paraben-free, phthalate-free, GMO free, gluten-free, sodium lauryl sulfate-free, petrolatum-free, mineral oil-free and dye free. Theyâ€™re also 100% vegan and animal cruelty-free. You can pick from face creams, cleansers, toners and serums for aging skin, sensitive skin, dry skin and more. Come see us and weâ€™ll help you pick the product that best suits you.\n\n<strong>Gaia Herbs, plant intelligence.</strong> Gaia is an organic herb farm in North Carolina that produces some of the best herb products in the business. With cold and flu season upon us, you might think about stocking up on Quick Defense or Immune A.S.A.P. -- both have worked well for us at Ruthâ€™s -- or the classic Echinacea/Goldenseal. Since students have returned to school, more of our customers are complaining of stress. If youâ€™re in this category, you might consider the adaptogen formula, Adrenal Health Daily Support. And if youâ€™re tired, thereâ€™s Energy &amp; Vitality. Both formulas get good reports from customers.\n\nDerma-e and Gaia Herbs have plenty more items to choose from and both are on sale till the end of this month. Come check out our great products @ great prices![/vc_column_text][/vc_column][/vc_row]','September Sales','Weâ€™ve got two great lines on sale during September!\n','inherit','closed','closed','','150-autosave-v1','','','2016-10-10 16:36:20','2016-10-10 16:36:20','',150,'http://mitziconnell.com/demo18/150-autosave-v1/',0,'revision','',0),(606,3,'2016-09-11 05:53:35','2016-09-11 05:53:35','','september-sales','','inherit','open','closed','','september-sales','','','2016-09-11 05:53:35','2016-09-11 05:53:35','',150,'http://mitziconnell.com/demo18/wp-content/uploads/2016/08/September-Sales.png',0,'attachment','image/png',0),(607,3,'2016-09-11 05:54:22','2016-09-11 05:54:22','[vc_row][vc_column width=\"1/4\"][vc_single_image image=\"606\" alignment=\"center\" css_animation=\"appear\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]\r\n<h3>Weâ€™ve got two great lines on sale during September!</h3>\r\nDerma-e, natural skincare solutions that work! Every Derma-e formula is paraben-free, phthalate-free, GMO free, gluten-free, sodium lauryl sulfate-free, petrolatum-free, mineral oil-free and dye free. Theyâ€™re also 100% vegan and animal cruelty-free. You can pick from face creams, cleansers, toners and serums for aging skin, sensitive skin, dry skin and more. Come see us and weâ€™ll help you pick the product that best suits you.\r\n\r\nGaia Herbs, plant intelligence. Gaia is an organic herb farm in North Carolina that produces some of the best herb products in the business. With cold and flu season upon us, you might think about stocking up on Quick Defense or Immune A.S.A.P. -- both have worked well for us at Ruthâ€™s -- or the classic Echinacea/Goldenseal. Since students have returned to school, more of our customers are complaining of stress. If youâ€™re in this category, you might consider the adaptogen formula, Adrenal Health Daily Support. And if youâ€™re tired, thereâ€™s Energy &amp; Vitality. Both formulas get good reports from customers.\r\n\r\nDerma-e and Gaia Herbs have plenty more items to choose from and both are on sale till the end of this month. Come check out our great products @ great prices!\r\n[/vc_column_text][/vc_column][/vc_row]','September Sales','Weâ€™ve got two great lines on sale during September!\r\n','inherit','closed','closed','','150-revision-v1','','','2016-09-11 05:54:22','2016-09-11 05:54:22','',150,'http://mitziconnell.com/demo18/150-revision-v1/',0,'revision','',0),(608,3,'2016-09-11 05:57:04','2016-09-11 05:57:04','','antioxidant-powerhouse','','inherit','open','closed','','antioxidant-powerhouse','','','2016-09-11 05:57:04','2016-09-11 05:57:04','',152,'http://mitziconnell.com/demo18/wp-content/uploads/2016/08/Antioxidant-PowerHouse.jpg',0,'attachment','image/jpeg',0),(609,3,'2016-09-11 05:58:35','2016-09-11 05:58:35','[vc_row][vc_column width=\"1/2\"][vc_column_text]\r\n<h3>Antioxidant PowerHouse</h3>\r\nWeâ€™ve all probably heard the theory oxidative stress is the primary cause of cellular damage and aging. Thatâ€™s had many of us taking a handful of pills to address the issue. Thank goodness, Nordic Naturals has developed Omega Curcumin, which gives us a mighty antioxidant punch in just one dose (two pills).\r\n\r\nOmega Curcumin is a combination of concentrated anti-inflammatory fish oils EPA (490mg) &amp; DHA (350 mg), along with the antioxidants curcumin (400mg), L-glutathione (150 mg) and N-acetylcysteine (200 mg). Each nutrient plays a distinct yet complementary role in reducing oxidative stress to help maintain cellular health and support metabolic balance.\r\n\r\nAnother interesting point is that the curcumin used is a patented form called LongVida. Basically, it wraps the curcumin in a lipid (fat) coat, which makes the curcumin easier to absorb. Unlike other turmeric/curcumin brands, LongVida has studies showing it crosses the blood-brain barrier.\r\n\r\nCome try a bottle and give us some feedback. Weâ€™d love to know what you think!\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"608\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row]','Antioxidant Powerhouse','Weâ€™ve all probably heard the theory oxidative stress is the primary cause of cellular damage and aging. Thatâ€™s had many of us taking a handful of pills to address the issue. Thank goodness, Nordic Naturals has developed Omega Curcumin, which gives us a mighty antioxidant punch in just one dose (two pills).','inherit','closed','closed','','152-revision-v1','','','2016-09-11 05:58:35','2016-09-11 05:58:35','',152,'http://mitziconnell.com/demo18/152-revision-v1/',0,'revision','',0),(610,3,'2016-09-11 05:59:26','2016-09-11 05:59:26','[vc_row][vc_column width=\"1/2\"][vc_column_text]\r\n<h3>Antioxidant PowerHouse</h3>\r\nWeâ€™ve all probably heard the theory oxidative stress is the primary cause of cellular damage and aging. Thatâ€™s had many of us taking a handful of pills to address the issue. Thank goodness, Nordic Naturals has developed Omega Curcumin, which gives us a mighty antioxidant punch in just one dose (two pills).\r\n\r\nOmega Curcumin is a combination of concentrated anti-inflammatory fish oils EPA (490mg) &amp; DHA (350 mg), along with the antioxidants curcumin (400mg), L-glutathione (150 mg) and N-acetylcysteine (200 mg). Each nutrient plays a distinct yet complementary role in reducing oxidative stress to help maintain cellular health and support metabolic balance.\r\n\r\nAnother interesting point is that the curcumin used is a patented form called LongVida. Basically, it wraps the curcumin in a lipid (fat) coat, which makes the curcumin easier to absorb. Unlike other turmeric/curcumin brands, LongVida has studies showing it crosses the blood-brain barrier.\r\n\r\nCome try a bottle and give us some feedback. Weâ€™d love to know what you think!\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"608\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Antioxidant Powerhouse','Weâ€™ve all probably heard the theory oxidative stress is the primary cause of cellular damage and aging. Thatâ€™s had many of us taking a handful of pills to address the issue. Thank goodness, Nordic Naturals has developed Omega Curcumin, which gives us a mighty antioxidant punch in just one dose (two pills).','inherit','closed','closed','','152-revision-v1','','','2016-09-11 05:59:26','2016-09-11 05:59:26','',152,'http://mitziconnell.com/demo18/152-revision-v1/',0,'revision','',0),(611,3,'2016-09-11 06:06:18','2016-09-11 06:06:18','','across-top-of-about-us-page-cropped','','inherit','open','closed','','across-top-of-about-us-page-cropped','','','2016-09-11 06:06:18','2016-09-11 06:06:18','',8,'http://mitziconnell.com/demo18/wp-content/uploads/2016/07/Across-Top-of-About-Us-Page-CROPPED.jpg',0,'attachment','image/jpeg',0),(612,3,'2016-09-11 06:17:34','2016-09-11 06:17:34','','across-top-of-about-us-page-cropped','','inherit','open','closed','','across-top-of-about-us-page-cropped-2','','','2016-09-11 06:17:34','2016-09-11 06:17:34','',8,'http://mitziconnell.com/demo18/wp-content/uploads/2016/07/Across-Top-of-About-Us-Page-CROPPED-1.jpg',0,'attachment','image/jpeg',0),(614,3,'2016-09-11 06:35:22','2016-09-11 06:35:22','[vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space][fancy_heading h1=\"0\" style=\"line\" title=\"Our Services\" slogan=\"HOW CAN WE BRING HEALTH TO YOU?\"][/fancy_heading][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][our_team style=\"horizontal\" image=\"578\" title=\"Wellness Counseling\" subtitle=\"\r\n<h6>with Phyllis D. Light</h6>\r\n\" phone=\"256-931-0351\" email=\"phyllisdlight@hotmail.com \"][/our_team][vc_column_text]<img class=\"alignright wp-image-230\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/Herbal-Medicines-jpg-150x150.jpg\" alt=\"Herbal-Medicines jpg\" width=\"123\" height=\"123\" />Phyllis holds a masterâ€™s degree in health studies from the University of Alabama and is a professional member of the American Herbalist Guild, a member of the International Herb Association and the Herb Society of America.\r\nInitial consultations last about an hour and consist of a detailed medical history, pertinent questions concerning your condition, and a non-invasive assessment. Please bring a list of medications, herbs or other supplements you are currently taking.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][our_team style=\"horizontal\" image=\"576\" title=\"Bio Energetics Testing\" subtitle=\"\r\n<h6>with Gordon Slack</h6>\r\n\" phone=\"256-883-4127\" email=\"81eaglescout@bellsouth.net \"][/our_team][vc_column_text]<img class=\"alignright wp-image-235\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/bio-energetics-testing-150x150.jpg\" alt=\"bio energetics testing\" width=\"123\" height=\"123\" />BioEnergetics Testing uses a computer to measure the electrical conductivity at responsive (meridian) points to assess which systems in the body have been compromised by environmental toxicity, nutritional deficiencies, emotional stress and energetic imbalances.\r\nOnce imbalances have been identified, the computer then recommends homeopathic and herbal remedies and/or nutritional supplementation to assist the body\'s healing process.\r\n\r\nGordon Slack earned his doctorate in bioenergetics with Zenia Richler, ND, NMD, of the Academy of BioEnergetics, Springfield, Mo. Gordon also is a certified lymphologist from the International Academy of Lymphology.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_separator][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][vc_column_text]\r\n<h3>Therapeutic Massage</h3>\r\n<h6>with Gabriele Farrales</h6>\r\n<img class=\"alignright wp-image-452 size-thumbnail\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/neck-pain-150x150.jpg\" width=\"150\" height=\"150\" />\r\n\r\nTherapeutic Massage has been practiced in some form in every culture for thousands of years. Massage is a healthy way to relieve stress, which many health practitioners claim is the number one cause of illness and disease. Stress greatly weakens the immune system which compromises the body\'s natural ability to heal. In addition to reducing stress, massage can be used to relieve pain from sore muscles, reduce muscle spasms, increase circulation, enhance mental clarity, temporarily reduce blood pressure in hypertensives, and support effective digestion.\r\n\r\nGabriele is a massage therapist licensed in Alabama (Lic. #2426) and nationally certified in Therapeutic Massage by NCTMB. She does Swedish Relaxation, Deep Tissue and/or Myofascial Release techniques, and the wonderfully luxurious hot stone massage![/vc_column_text][vc_message icon_fontawesome=\"fa fa-phone\"]<span style=\"text-decoration: underline;\"><strong>Contact Gabriele:</strong></span>\r\n<a href=\"tel:256-652-6830\">256-652-6830</a>\r\n<a href=\"mailto:Gabriele.farrales@gmail.com\">Gabriele.farrales@gmail.com</a>[/vc_message][/vc_column][vc_column width=\"1/3\"][vc_column_text]\r\n<h3>Auricular Therapy</h3>\r\n<h6>with Gabriele Farrales</h6>\r\n<img class=\"alignright size-thumbnail wp-image-237\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/auricular-150x150.jpg\" alt=\"auricular\" width=\"150\" height=\"150\" />Auricular therapy involves activating reflex points on the outside of the ear that correspond with each of the various organs and body systems in order to stimulate, sedate, or balance those systems.\r\n\r\nOur certified auricular therapist uses a mild electric impulse on those reflex points with a special tool. Auricular therapy is non-invasive and can be used to help manage back pain, encourage weight loss, assist in overcoming addiction such as cigarette smoking, induce relaxation, and stimulate detoxification among an abundance of other benefits.\r\n\r\n[/vc_column_text][vc_message icon_fontawesome=\"fa fa-phone\"]<span style=\"text-decoration: underline;\"><strong>Contact Gabriele:</strong></span>\r\n<a href=\"tel:256-652-6830\">256-652-6830</a>\r\n<a href=\"mailto:Gabriele.farrales@gmail.com\">Gabriele.farrales@gmail.com</a>[/vc_message][/vc_column][vc_column width=\"1/3\"][vc_column_text]\r\n<h3>Reflexology\r\n&amp; Custom-Fitted Bras</h3>\r\n<h6>with Jean Mayo</h6>\r\n<img class=\"alignright size-thumbnail wp-image-231\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/reflexology-feet_grande-150x150.jpg\" alt=\"reflexology-feet_grande\" width=\"150\" height=\"150\" />Foot reflexology is an ancient healing therapy that involves stimulating reflex points on the feet in order to activate the bodyâ€™s own natural healing powers. Jean Mayo, certified reflexologist with more than 25 years of experience, will show you how relaxing and healing foot reflexology can be. Appointments are 60 minutes (recommended) and 30 minutes.\r\n\r\nJean also sells Custom-Fitted Bras. These bras offer extraordinary support and they come in 216 different sizes! No matter what your shape or size, Jean can find a bra designed with you in mind.[/vc_column_text][vc_message icon_fontawesome=\"fa fa-phone\"]<span style=\"text-decoration: underline;\"><strong>Contact Jean:</strong></span>\r\n<a href=\"tel:256-653-8017\">256-653-8017</a>[/vc_message][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][blockquote author=\"Eileen Waites \"]A great place to go, with very knowledgeable people. [/blockquote][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1470328503897{background-color: #270639 !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: right; font-size: 20px; font-weight: 600;\"><span style=\"color: #ffffff;\">Questions?</span> <a style=\"font-size: 20px; font-weight: 600;\" href=\"http://74.124.197.205/~ruthsnut/contact\">Contact us!<i class=\"icon icon-right-circled\" style=\"margin-right: 7px;\"></i></a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Services','','inherit','closed','closed','','10-revision-v1','','','2016-09-11 06:35:22','2016-09-11 06:35:22','',10,'http://mitziconnell.com/demo18/10-revision-v1/',0,'revision','',0),(618,3,'2016-09-11 06:44:48','2016-09-11 06:44:48','[vc_row][vc_column][vc_empty_space][vc_row_inner][vc_column_inner width=\"2/3\"][vc_column_text]\r\n<h6 style=\"font-size: 32px;\">WELCOME!</h6>\r\n<h6 style=\"font-size: 14px;\">Why we do what we do</h6>\r\n[divider height=\"20\"]\r\n\r\nAt Ruthâ€™s weâ€™re passionate about helping you reach optimal health. Each of us has worked her way through personal health problems, a process that instilled in us a drive to help others. If we can make you feel better, we feel better; itâ€™s as simple as that.\r\n\r\nWe want you feeling good and looking good. Thatâ€™s why we stock a wide variety of top-quality products: immune aids, brain boosters, non-toxic skin care, organic essential oils and much, much more. We believe in going the extra mile. Weâ€™re glad to special order customer-requested items or deliver prepaid products to your car when your lifeâ€™s too hectic to spend time in the store.\r\n\r\nWe study our craft, regularly attending both medical and natural health conferences, in order to share the latest information possible.\r\n\r\nWe take the time to listen, hear your story and offer the best solutions we know. The road to good health begins here; letâ€™s get started together![/vc_column_text][vc_column_text]\r\n<h3 style=\"text-align: left;\">Subscribe to our newsletter!</h3>\r\n<p style=\"text-align: center;\">[contact-form-7 id=\"212\" title=\"Newsletter one-row\"]</p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_empty_space][vc_gallery interval=\"3\" images=\"589,586,585,590\" img_size=\"medium\" onclick=\"\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1471879090504{background-color: #f1fdea !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vc_text_separator title=\"Meet our Team!\" i_icon_fontawesome=\"fa fa-commenting\" i_color=\"violet\" color=\"chino\" style=\"dotted\" add_icon=\"true\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1471879140045{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/3\"][our_team style=\"horizontal\" image=\"591\" title=\"Cynthia Freese\" subtitle=\"Owner\" phone=\"222.333.4444\" email=\"email@emailemail.com\"][/our_team][vc_column_text]Cynthia has worked in Ruthâ€™s Nutrition since 1994 and owned it since 2007. Over those years she has served the public with grace, style and savvy, creating a locally owned store that offers a friendly, attractive atmosphere, top-quality products and some of the most knowledgeable health food store staffers in the region.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][our_team style=\"horizontal\" image=\"595\" title=\"Sue Cummings\" subtitle=\"Clinical Herbalist\" phone=\"222.333.4444\" email=\"email@emailemail.com\"][/our_team][vc_column_text]Sue is a clinical herbalist with a bachelorâ€™s degree in botanical medicine and professional membership in the American Herbalists Guild. After having a private practice for several years, she joined Ruthâ€™s Nutrition where sheâ€™s more than happy to share her expertise with customers for free.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][our_team style=\"horizontal\" image=\"592\" title=\"Anita Eisenberg\" subtitle=\"Health Specialist\" phone=\"222.333.4444\" email=\"email@emailemail.com\"][/our_team][vc_column_text]Anita has been in the health care business for more than 25 years, cataloging a vast knowledge of illnesses, products and their appropriate uses. Ask Anita a question and youâ€™ll likely get not only an informed answer but also an amazing amount of detail. Here at Ruthâ€™s Nutrition, sheâ€™s fondly known as The Walking Encyclopedia.[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1473189366464{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/3\"][our_team style=\"horizontal\" image=\"594\" title=\"Christine Dennis\" subtitle=\"Aromatherapy &amp; Skin Care Specialist\" phone=\"222.333.4444\" email=\"email@emailemail.com\"][/our_team][vc_column_text]Christine has a passion for children; just watch her light up any time a child is around. No wonder then that sheâ€™s made understanding childrenâ€™s ailments, health, and happiness her priority. Not only is she great with kids, sheâ€™s a maven when it comes to aromatherapy, skin care -- and our displays. If youâ€™ve seen one of her gift baskets, you know she knows how to make things look good.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][our_team style=\"horizontal\" image=\"593\" title=\"Barbara Musso\" subtitle=\"RN and Reflexologist\" phone=\"222.333.4444\" email=\"email@emailemail.com\"][/our_team][vc_column_text]Barb has been a registered nurse for more than 40 years, working in the operating room and in gerontology before joining the Ruthâ€™s Nutrition team. Sheâ€™s long been interested in alternative healing modalities, studying reflexology and learning to understand the subtle energies of the body. Known for her big heart and her caring listening skills, Barb has become a customer favorite.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"204\" img_size=\"full\" alignment=\"center\" style=\"vc_box_shadow_3d\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][blockquote author=\"Karan Crump\"]Excellent selection, knowledgeable staff, great prices, all round good experience.[/blockquote][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1470328503897{background-color: #270639 !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: right; font-size: 20px; font-weight: 600;\"><span style=\"color: #ffffff;\">Questions?</span> <a style=\"font-size: 20px; font-weight: 600;\" href=\"http://74.124.197.205/~ruthsnut/contact\">Contact us!<i class=\"icon icon-right-circled\" style=\"margin-right: 7px;\"></i></a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Our Story','','inherit','closed','closed','','8-revision-v1','','','2016-09-11 06:44:48','2016-09-11 06:44:48','',8,'http://mitziconnell.com/demo18/8-revision-v1/',0,'revision','',0),(619,3,'2016-09-11 06:49:43','2016-09-11 06:49:43','','rotation-baby-ruths-500h-cropped','','inherit','open','closed','','rotation-baby-ruths-500h-cropped','','','2016-09-11 06:49:43','2016-09-11 06:49:43','',8,'http://mitziconnell.com/demo18/wp-content/uploads/2016/07/Rotation-Baby-Ruths-500H-CROPPED.jpg',0,'attachment','image/jpeg',0),(620,3,'2016-09-11 06:49:45','2016-09-11 06:49:45','','rotation-front-door-500x500-cropped','','inherit','open','closed','','rotation-front-door-500x500-cropped','','','2016-09-11 06:49:45','2016-09-11 06:49:45','',8,'http://mitziconnell.com/demo18/wp-content/uploads/2016/07/Rotation-front-door-500x500-CROPPED.jpg',0,'attachment','image/jpeg',0),(621,3,'2016-09-11 06:49:46','2016-09-11 06:49:46','','rotation-santevia-500h-cropped','','inherit','open','closed','','rotation-santevia-500h-cropped','','','2016-09-11 06:49:46','2016-09-11 06:49:46','',8,'http://mitziconnell.com/demo18/wp-content/uploads/2016/07/Rotation-Santevia-500H-CROPPED.jpg',0,'attachment','image/jpeg',0),(622,3,'2016-09-11 06:50:25','2016-09-11 06:50:25','[vc_row][vc_column][vc_empty_space][vc_row_inner][vc_column_inner width=\"2/3\"][vc_column_text]\r\n<h6 style=\"font-size: 32px;\">WELCOME!</h6>\r\n<h6 style=\"font-size: 14px;\">Why we do what we do</h6>\r\n[divider height=\"20\"]\r\n\r\nAt Ruthâ€™s weâ€™re passionate about helping you reach optimal health. Each of us has worked her way through personal health problems, a process that instilled in us a drive to help others. If we can make you feel better, we feel better; itâ€™s as simple as that.\r\n\r\nWe want you feeling good and looking good. Thatâ€™s why we stock a wide variety of top-quality products: immune aids, brain boosters, non-toxic skin care, organic essential oils and much, much more. We believe in going the extra mile. Weâ€™re glad to special order customer-requested items or deliver prepaid products to your car when your lifeâ€™s too hectic to spend time in the store.\r\n\r\nWe study our craft, regularly attending both medical and natural health conferences, in order to share the latest information possible.\r\n\r\nWe take the time to listen, hear your story and offer the best solutions we know. The road to good health begins here; letâ€™s get started together![/vc_column_text][vc_column_text]\r\n<h3 style=\"text-align: left;\">Subscribe to our newsletter!</h3>\r\n<p style=\"text-align: center;\">[contact-form-7 id=\"212\" title=\"Newsletter one-row\"]</p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_empty_space][vc_gallery interval=\"3\" images=\"589,586,590,619,620,621\" img_size=\"medium\" onclick=\"\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1471879090504{background-color: #f1fdea !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vc_text_separator title=\"Meet our Team!\" i_icon_fontawesome=\"fa fa-commenting\" i_color=\"violet\" color=\"chino\" style=\"dotted\" add_icon=\"true\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1471879140045{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/3\"][our_team style=\"horizontal\" image=\"591\" title=\"Cynthia Freese\" subtitle=\"Owner\" phone=\"222.333.4444\" email=\"email@emailemail.com\"][/our_team][vc_column_text]Cynthia has worked in Ruthâ€™s Nutrition since 1994 and owned it since 2007. Over those years she has served the public with grace, style and savvy, creating a locally owned store that offers a friendly, attractive atmosphere, top-quality products and some of the most knowledgeable health food store staffers in the region.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][our_team style=\"horizontal\" image=\"595\" title=\"Sue Cummings\" subtitle=\"Clinical Herbalist\" phone=\"222.333.4444\" email=\"email@emailemail.com\"][/our_team][vc_column_text]Sue is a clinical herbalist with a bachelorâ€™s degree in botanical medicine and professional membership in the American Herbalists Guild. After having a private practice for several years, she joined Ruthâ€™s Nutrition where sheâ€™s more than happy to share her expertise with customers for free.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][our_team style=\"horizontal\" image=\"592\" title=\"Anita Eisenberg\" subtitle=\"Health Specialist\" phone=\"222.333.4444\" email=\"email@emailemail.com\"][/our_team][vc_column_text]Anita has been in the health care business for more than 25 years, cataloging a vast knowledge of illnesses, products and their appropriate uses. Ask Anita a question and youâ€™ll likely get not only an informed answer but also an amazing amount of detail. Here at Ruthâ€™s Nutrition, sheâ€™s fondly known as The Walking Encyclopedia.[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1473189366464{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/3\"][our_team style=\"horizontal\" image=\"594\" title=\"Christine Dennis\" subtitle=\"Aromatherapy &amp; Skin Care Specialist\" phone=\"222.333.4444\" email=\"email@emailemail.com\"][/our_team][vc_column_text]Christine has a passion for children; just watch her light up any time a child is around. No wonder then that sheâ€™s made understanding childrenâ€™s ailments, health, and happiness her priority. Not only is she great with kids, sheâ€™s a maven when it comes to aromatherapy, skin care -- and our displays. If youâ€™ve seen one of her gift baskets, you know she knows how to make things look good.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][our_team style=\"horizontal\" image=\"593\" title=\"Barbara Musso\" subtitle=\"RN and Reflexologist\" phone=\"222.333.4444\" email=\"email@emailemail.com\"][/our_team][vc_column_text]Barb has been a registered nurse for more than 40 years, working in the operating room and in gerontology before joining the Ruthâ€™s Nutrition team. Sheâ€™s long been interested in alternative healing modalities, studying reflexology and learning to understand the subtle energies of the body. Known for her big heart and her caring listening skills, Barb has become a customer favorite.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"204\" img_size=\"full\" alignment=\"center\" style=\"vc_box_shadow_3d\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][blockquote author=\"Karan Crump\"]Excellent selection, knowledgeable staff, great prices, all round good experience.[/blockquote][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1470328503897{background-color: #270639 !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: right; font-size: 20px; font-weight: 600;\"><span style=\"color: #ffffff;\">Questions?</span> <a style=\"font-size: 20px; font-weight: 600;\" href=\"http://74.124.197.205/~ruthsnut/contact\">Contact us!<i class=\"icon icon-right-circled\" style=\"margin-right: 7px;\"></i></a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Our Story','','inherit','closed','closed','','8-revision-v1','','','2016-09-11 06:50:25','2016-09-11 06:50:25','',8,'http://mitziconnell.com/demo18/8-revision-v1/',0,'revision','',0),(623,3,'2016-09-13 19:26:08','2016-09-13 19:26:08','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h3>Talk to us!</h3>\r\nWe\'re always looking for new ways to better serve our customers. To do that, we need to hear from you!\r\n\r\nIf there\'s a product you want and you don\'t find it on our shelves, tell us! We\'ll do our best to bring in what customers most want. If you need a product but you donâ€™t have much time, call us! Pay for the product over the phone then call us when youâ€™re in our parking lot. Weâ€™ll bring it out to your car.\r\nWe\'re listening to our customers and making a list. Please help us to serve you better and to make Ruth\'s Nutrition one of your favorite places to shop![/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"602\" img_size=\"full\" alignment=\"center\" css_animation=\"right-to-left\"][/vc_column][/vc_row]','Talk to Us!','Talk to us! We\'re listening to our customers and making a list. Please help us to serve you better and to make Ruth\'s Nutrition one of your favorite places to shop!\r\n','inherit','closed','closed','','145-revision-v1','','','2016-09-13 19:26:08','2016-09-13 19:26:08','',145,'http://mitziconnell.com/demo18/145-revision-v1/',0,'revision','',0),(624,3,'2016-09-13 19:27:16','2016-09-13 19:27:16','[vc_row][vc_column width=\"1/4\"][vc_single_image image=\"606\" img_size=\"full\" alignment=\"center\" css_animation=\"appear\"][/vc_column][vc_column width=\"3/4\"][vc_column_text]\r\n<h3>Weâ€™ve got two great lines on sale during September!</h3>\r\nDerma-e, natural skincare solutions that work! Every Derma-e formula is paraben-free, phthalate-free, GMO free, gluten-free, sodium lauryl sulfate-free, petrolatum-free, mineral oil-free and dye free. Theyâ€™re also 100% vegan and animal cruelty-free. You can pick from face creams, cleansers, toners and serums for aging skin, sensitive skin, dry skin and more. Come see us and weâ€™ll help you pick the product that best suits you.\r\n\r\nGaia Herbs, plant intelligence. Gaia is an organic herb farm in North Carolina that produces some of the best herb products in the business. With cold and flu season upon us, you might think about stocking up on Quick Defense or Immune A.S.A.P. -- both have worked well for us at Ruthâ€™s -- or the classic Echinacea/Goldenseal. Since students have returned to school, more of our customers are complaining of stress. If youâ€™re in this category, you might consider the adaptogen formula, Adrenal Health Daily Support. And if youâ€™re tired, thereâ€™s Energy &amp; Vitality. Both formulas get good reports from customers.\r\n\r\nDerma-e and Gaia Herbs have plenty more items to choose from and both are on sale till the end of this month. Come check out our great products @ great prices!\r\n[/vc_column_text][/vc_column][/vc_row]','September Sales','Weâ€™ve got two great lines on sale during September!\r\n','inherit','closed','closed','','150-revision-v1','','','2016-09-13 19:27:16','2016-09-13 19:27:16','',150,'http://mitziconnell.com/demo18/150-revision-v1/',0,'revision','',0),(625,3,'2016-09-13 19:40:27','2016-09-13 19:40:27','','rotation-baby-ruths-500x500','','inherit','open','closed','','rotation-baby-ruths-500x500','','','2016-09-13 19:40:27','2016-09-13 19:40:27','',8,'http://mitziconnell.com/demo18/wp-content/uploads/2016/07/Rotation-Baby-Ruths-500x500.jpg',0,'attachment','image/jpeg',0),(626,3,'2016-09-13 19:40:29','2016-09-13 19:40:29','','rotation-bracelets-500x500','','inherit','open','closed','','rotation-bracelets-500x500','','','2016-09-13 19:40:29','2016-09-13 19:40:29','',8,'http://mitziconnell.com/demo18/wp-content/uploads/2016/07/Rotation-bracelets-500x500.jpg',0,'attachment','image/jpeg',0),(627,3,'2016-09-13 19:40:35','2016-09-13 19:40:35','','rotation-front-door-500x500','','inherit','open','closed','','rotation-front-door-500x500-2','','','2016-09-13 19:40:35','2016-09-13 19:40:35','',8,'http://mitziconnell.com/demo18/wp-content/uploads/2016/07/Rotation-front-door-500x500-1.jpg',0,'attachment','image/jpeg',0),(628,3,'2016-09-13 19:40:36','2016-09-13 19:40:36','','rotation-santevia-500x500','','inherit','open','closed','','rotation-santevia-500x500','','','2016-09-13 19:40:36','2016-09-13 19:40:36','',8,'http://mitziconnell.com/demo18/wp-content/uploads/2016/07/Rotation-Santevia-500x500.jpg',0,'attachment','image/jpeg',0),(629,3,'2016-09-13 19:40:38','2016-09-13 19:40:38','','rotation-shopping-500x500','','inherit','open','closed','','rotation-shopping-500x500','','','2016-09-13 19:40:38','2016-09-13 19:40:38','',8,'http://mitziconnell.com/demo18/wp-content/uploads/2016/07/Rotation-shopping-500x500.jpg',0,'attachment','image/jpeg',0),(630,3,'2016-09-13 19:40:40','2016-09-13 19:40:40','','rotation-young-living-500x500','','inherit','open','closed','','rotation-young-living-500x500','','','2016-09-13 19:40:40','2016-09-13 19:40:40','',8,'http://mitziconnell.com/demo18/wp-content/uploads/2016/07/Rotation-Young-Living-500x500.jpg',0,'attachment','image/jpeg',0),(631,3,'2016-09-13 19:41:45','2016-09-13 19:41:45','[vc_row][vc_column][vc_empty_space][vc_row_inner][vc_column_inner width=\"2/3\"][vc_column_text]\r\n<h6 style=\"font-size: 32px;\">WELCOME!</h6>\r\n<h6 style=\"font-size: 14px;\">Why we do what we do</h6>\r\n[divider height=\"20\"]\r\n\r\nAt Ruthâ€™s weâ€™re passionate about helping you reach optimal health. Each of us has worked her way through personal health problems, a process that instilled in us a drive to help others. If we can make you feel better, we feel better; itâ€™s as simple as that.\r\n\r\nWe want you feeling good and looking good. Thatâ€™s why we stock a wide variety of top-quality products: immune aids, brain boosters, non-toxic skin care, organic essential oils and much, much more. We believe in going the extra mile. Weâ€™re glad to special order customer-requested items or deliver prepaid products to your car when your lifeâ€™s too hectic to spend time in the store.\r\n\r\nWe study our craft, regularly attending both medical and natural health conferences, in order to share the latest information possible.\r\n\r\nWe take the time to listen, hear your story and offer the best solutions we know. The road to good health begins here; letâ€™s get started together![/vc_column_text][vc_column_text]\r\n<h3 style=\"text-align: left;\">Subscribe to our newsletter!</h3>\r\n<p style=\"text-align: center;\">[contact-form-7 id=\"212\" title=\"Newsletter one-row\"]</p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_empty_space][vc_gallery interval=\"3\" images=\"627,626,629,628,630,625\" img_size=\"full\" onclick=\"\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1471879090504{background-color: #f1fdea !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vc_text_separator title=\"Meet our Team!\" i_icon_fontawesome=\"fa fa-commenting\" i_color=\"violet\" color=\"chino\" style=\"dotted\" add_icon=\"true\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1471879140045{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/3\"][our_team style=\"horizontal\" image=\"591\" title=\"Cynthia Freese\" subtitle=\"Owner\" phone=\"222.333.4444\" email=\"email@emailemail.com\"][/our_team][vc_column_text]Cynthia has worked in Ruthâ€™s Nutrition since 1994 and owned it since 2007. Over those years she has served the public with grace, style and savvy, creating a locally owned store that offers a friendly, attractive atmosphere, top-quality products and some of the most knowledgeable health food store staffers in the region.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][our_team style=\"horizontal\" image=\"595\" title=\"Sue Cummings\" subtitle=\"Clinical Herbalist\" phone=\"222.333.4444\" email=\"email@emailemail.com\"][/our_team][vc_column_text]Sue is a clinical herbalist with a bachelorâ€™s degree in botanical medicine and professional membership in the American Herbalists Guild. After having a private practice for several years, she joined Ruthâ€™s Nutrition where sheâ€™s more than happy to share her expertise with customers for free.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][our_team style=\"horizontal\" image=\"592\" title=\"Anita Eisenberg\" subtitle=\"Health Specialist\" phone=\"222.333.4444\" email=\"email@emailemail.com\"][/our_team][vc_column_text]Anita has been in the health care business for more than 25 years, cataloging a vast knowledge of illnesses, products and their appropriate uses. Ask Anita a question and youâ€™ll likely get not only an informed answer but also an amazing amount of detail. Here at Ruthâ€™s Nutrition, sheâ€™s fondly known as The Walking Encyclopedia.[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1473189366464{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/3\"][our_team style=\"horizontal\" image=\"594\" title=\"Christine Dennis\" subtitle=\"Aromatherapy &amp; Skin Care Specialist\" phone=\"222.333.4444\" email=\"email@emailemail.com\"][/our_team][vc_column_text]Christine has a passion for children; just watch her light up any time a child is around. No wonder then that sheâ€™s made understanding childrenâ€™s ailments, health, and happiness her priority. Not only is she great with kids, sheâ€™s a maven when it comes to aromatherapy, skin care -- and our displays. If youâ€™ve seen one of her gift baskets, you know she knows how to make things look good.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][our_team style=\"horizontal\" image=\"593\" title=\"Barbara Musso\" subtitle=\"RN and Reflexologist\" phone=\"222.333.4444\" email=\"email@emailemail.com\"][/our_team][vc_column_text]Barb has been a registered nurse for more than 40 years, working in the operating room and in gerontology before joining the Ruthâ€™s Nutrition team. Sheâ€™s long been interested in alternative healing modalities, studying reflexology and learning to understand the subtle energies of the body. Known for her big heart and her caring listening skills, Barb has become a customer favorite.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"204\" img_size=\"full\" alignment=\"center\" style=\"vc_box_shadow_3d\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][blockquote author=\"Karan Crump\"]Excellent selection, knowledgeable staff, great prices, all round good experience.[/blockquote][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1470328503897{background-color: #270639 !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: right; font-size: 20px; font-weight: 600;\"><span style=\"color: #ffffff;\">Questions?</span> <a style=\"font-size: 20px; font-weight: 600;\" href=\"http://74.124.197.205/~ruthsnut/contact\">Contact us!<i class=\"icon icon-right-circled\" style=\"margin-right: 7px;\"></i></a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Our Story','','inherit','closed','closed','','8-revision-v1','','','2016-09-13 19:41:45','2016-09-13 19:41:45','',8,'http://mitziconnell.com/demo18/8-revision-v1/',0,'revision','',0),(633,3,'2016-09-13 19:45:31','2016-09-13 19:45:31','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h3>We\'re always looking for new ways to better serve our customers. To do that, we need to hear from you!</h3>\r\nIf there\'s a product you want and you don\'t find it on our shelves, tell us! We\'ll do our best to bring in what customers most want. If you need a product but you donâ€™t have much time, call us! Pay for the product over the phone then call us when youâ€™re in our parking lot. Weâ€™ll bring it out to your car.\r\nWe\'re listening to our customers and making a list. Please help us to serve you better and to make Ruth\'s Nutrition one of your favorite places to shop![/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"602\" img_size=\"full\" alignment=\"center\" css_animation=\"right-to-left\"][/vc_column][/vc_row]','Talk to Us!','We\'re listening to our customers and making a list. Please help us to serve you better and to make Ruth\'s Nutrition one of your favorite places to shop!\r\n','inherit','closed','closed','','145-revision-v1','','','2016-09-13 19:45:31','2016-09-13 19:45:31','',145,'http://mitziconnell.com/demo18/145-revision-v1/',0,'revision','',0),(634,3,'2016-09-13 19:57:59','2016-09-13 19:57:59','','who-we-are_crop-500w','','inherit','open','closed','','who-we-are_crop-500w','','','2016-09-13 19:57:59','2016-09-13 19:57:59','',83,'http://mitziconnell.com/demo18/wp-content/uploads/2016/07/WHO-WE-ARE_crop-500w.jpg',0,'attachment','image/jpeg',0),(636,3,'2016-09-13 20:03:43','2016-09-13 20:03:43','','how-we-help-469x313','','inherit','open','closed','','how-we-help-469x313','','','2016-09-13 20:03:43','2016-09-13 20:03:43','',83,'http://mitziconnell.com/demo18/wp-content/uploads/2016/07/how-we-help-469x313.jpg',0,'attachment','image/jpeg',0),(637,3,'2016-09-13 20:04:13','2016-09-13 20:04:13','','additional-services-469x313','','inherit','open','closed','','additional-services-469x313','','','2016-09-13 20:04:13','2016-09-13 20:04:13','',83,'http://mitziconnell.com/demo18/wp-content/uploads/2016/07/Additional-Services-469x313.jpg',0,'attachment','image/jpeg',0),(642,3,'2016-09-13 20:23:13','2016-09-13 20:23:13','','who-we-are-mc-crop-442x313','','inherit','open','closed','','who-we-are-mc-crop-442x313','','','2016-09-13 20:23:13','2016-09-13 20:23:13','',83,'http://mitziconnell.com/demo18/wp-content/uploads/2016/07/Who-We-Are-MC-crop-442x313.jpg',0,'attachment','image/jpeg',0),(644,3,'2016-09-13 20:36:30','2016-09-13 20:36:30','','who-we-are-469x313','','inherit','open','closed','','who-we-are-469x313','','','2016-09-13 20:36:30','2016-09-13 20:36:30','',83,'http://mitziconnell.com/demo18/wp-content/uploads/2016/07/Who-We-Are-469X313.jpg',0,'attachment','image/jpeg',0),(646,3,'2016-09-13 20:47:33','2016-09-13 20:47:33','[vc_row][vc_column width=\"1/2\"][vc_column_text]\r\n<h3>A Mighty Punch</h3>\r\nWeâ€™ve all probably heard the theory oxidative stress is the primary cause of cellular damage and aging. Thatâ€™s had many of us taking a handful of pills to address the issue. Thank goodness, Nordic Naturals has developed Omega Curcumin, which gives us a mighty antioxidant punch in just one dose (two pills).\r\n\r\nOmega Curcumin is a combination of concentrated anti-inflammatory fish oils EPA (490mg) &amp; DHA (350 mg), along with the antioxidants curcumin (400mg), L-glutathione (150 mg) and N-acetylcysteine (200 mg). Each nutrient plays a distinct yet complementary role in reducing oxidative stress to help maintain cellular health and support metabolic balance.\r\n\r\nAnother interesting point is that the curcumin used is a patented form called LongVida. Basically, it wraps the curcumin in a lipid (fat) coat, which makes the curcumin easier to absorb. Unlike other turmeric/curcumin brands, LongVida has studies showing it crosses the blood-brain barrier.\r\n\r\nCome try a bottle and give us some feedback. Weâ€™d love to know what you think![/vc_column_text][/vc_column][vc_column width=\"1/2\"][vc_single_image image=\"608\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Antioxidant Powerhouse','Weâ€™ve all probably heard the theory oxidative stress is the primary cause of cellular damage and aging. Thatâ€™s had many of us taking a handful of pills to address the issue. Thank goodness, Nordic Naturals has developed Omega Curcumin, which gives us a mighty antioxidant punch in just one dose (two pills).','inherit','closed','closed','','152-revision-v1','','','2016-09-13 20:47:33','2016-09-13 20:47:33','',152,'http://mitziconnell.com/demo18/152-revision-v1/',0,'revision','',0),(647,3,'2016-09-13 20:52:48','2016-09-13 20:52:48','[vc_row][vc_column width=\"1/3\"][vc_single_image image=\"606\" img_size=\"full\" alignment=\"center\" css_animation=\"appear\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]\r\n<h3>Weâ€™ve got two great lines on sale during September!</h3>\r\nDerma-e, natural skincare solutions that work! Every Derma-e formula is paraben-free, phthalate-free, GMO free, gluten-free, sodium lauryl sulfate-free, petrolatum-free, mineral oil-free and dye free. Theyâ€™re also 100% vegan and animal cruelty-free. You can pick from face creams, cleansers, toners and serums for aging skin, sensitive skin, dry skin and more. Come see us and weâ€™ll help you pick the product that best suits you.\r\n\r\nGaia Herbs, plant intelligence. Gaia is an organic herb farm in North Carolina that produces some of the best herb products in the business. With cold and flu season upon us, you might think about stocking up on Quick Defense or Immune A.S.A.P. -- both have worked well for us at Ruthâ€™s -- or the classic Echinacea/Goldenseal. Since students have returned to school, more of our customers are complaining of stress. If youâ€™re in this category, you might consider the adaptogen formula, Adrenal Health Daily Support. And if youâ€™re tired, thereâ€™s Energy &amp; Vitality. Both formulas get good reports from customers.\r\n\r\nDerma-e and Gaia Herbs have plenty more items to choose from and both are on sale till the end of this month. Come check out our great products @ great prices!\r\n[/vc_column_text][/vc_column][/vc_row]','September Sales','Weâ€™ve got two great lines on sale during September!\r\n','inherit','closed','closed','','150-revision-v1','','','2016-09-13 20:52:48','2016-09-13 20:52:48','',150,'http://mitziconnell.com/demo18/150-revision-v1/',0,'revision','',0),(648,3,'2016-09-13 20:53:15','2016-09-13 20:53:15','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h3>A Mighty Punch</h3>\r\nWeâ€™ve all probably heard the theory oxidative stress is the primary cause of cellular damage and aging. Thatâ€™s had many of us taking a handful of pills to address the issue. Thank goodness, Nordic Naturals has developed Omega Curcumin, which gives us a mighty antioxidant punch in just one dose (two pills).\r\n\r\nOmega Curcumin is a combination of concentrated anti-inflammatory fish oils EPA (490mg) &amp; DHA (350 mg), along with the antioxidants curcumin (400mg), L-glutathione (150 mg) and N-acetylcysteine (200 mg). Each nutrient plays a distinct yet complementary role in reducing oxidative stress to help maintain cellular health and support metabolic balance.\r\n\r\nAnother interesting point is that the curcumin used is a patented form called LongVida. Basically, it wraps the curcumin in a lipid (fat) coat, which makes the curcumin easier to absorb. Unlike other turmeric/curcumin brands, LongVida has studies showing it crosses the blood-brain barrier.\r\n\r\nCome try a bottle and give us some feedback. Weâ€™d love to know what you think![/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"608\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Antioxidant Powerhouse','Weâ€™ve all probably heard the theory oxidative stress is the primary cause of cellular damage and aging. Thatâ€™s had many of us taking a handful of pills to address the issue. Thank goodness, Nordic Naturals has developed Omega Curcumin, which gives us a mighty antioxidant punch in just one dose (two pills).','inherit','closed','closed','','152-revision-v1','','','2016-09-13 20:53:15','2016-09-13 20:53:15','',152,'http://mitziconnell.com/demo18/152-revision-v1/',0,'revision','',0),(650,3,'2016-09-16 02:35:52','2016-09-16 02:35:52','','replacement','','inherit','open','closed','','replacement','','','2016-09-16 02:35:52','2016-09-16 02:35:52','',0,'http://mitziconnell.com/demo18/wp-content/uploads/2016/09/REPLACEMENT.jpg',0,'attachment','image/jpeg',0),(651,3,'2016-09-16 02:37:59','2016-09-16 02:37:59','','who-we-are-photoscape-crop','','inherit','open','closed','','who-we-are-photoscape-crop','','','2016-09-16 02:37:59','2016-09-16 02:37:59','',0,'http://mitziconnell.com/demo18/wp-content/uploads/2016/09/Who-We-Are-Photoscape-Crop.jpg',0,'attachment','image/jpeg',0),(653,3,'2016-09-16 02:42:28','2016-09-16 02:42:28','','ruths-nutrition-321','','inherit','open','closed','','ruths-nutrition-321','','','2016-09-16 02:42:28','2016-09-16 02:42:28','',0,'http://mitziconnell.com/demo18/wp-content/uploads/2016/09/Ruths-Nutrition-321.jpg',0,'attachment','image/jpeg',0),(654,3,'2016-09-16 02:42:30','2016-09-16 02:42:30','','ruths-nutrition-337','','inherit','open','closed','','ruths-nutrition-337','','','2016-09-16 02:42:30','2016-09-16 02:42:30','',0,'http://mitziconnell.com/demo18/wp-content/uploads/2016/09/Ruths-Nutrition-337.jpg',0,'attachment','image/jpeg',0),(655,3,'2016-09-16 18:02:34','2016-09-16 18:02:34','[vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space][fancy_heading h1=\"0\" style=\"line\" title=\"Our Services\" slogan=\"HOW CAN WE BRING HEALTH TO YOU?\"][/fancy_heading][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][our_team style=\"horizontal\" image=\"578\" title=\"Wellness Counseling\" subtitle=\"\r\n<h6>with Phyllis D. Light</h6>\r\n\" phone=\"256-931-0351\" email=\"phyllisdlight@hotmail.com \"][/our_team][vc_column_text]<img class=\"alignright wp-image-230\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/Herbal-Medicines-jpg-150x150.jpg\" alt=\"Herbal-Medicines jpg\" width=\"123\" height=\"123\" />Phyllis holds a masterâ€™s degree in health studies from the University of Alabama and is a professional member of the American Herbalist Guild, a member of the International Herb Association and the Herb Society of America.\r\nInitial consultations last about an hour and consist of a detailed medical history, pertinent questions concerning your condition, and a non-invasive assessment. Please bring a list of medications, herbs or other supplements you are currently taking.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][our_team style=\"horizontal\" image=\"576\" title=\"Bio Energetics Testing\" subtitle=\"\r\n<h6>with Gordon Slack</h6>\r\n\" phone=\"256-883-4127\" email=\"81eaglescout@bellsouth.net \"][/our_team][vc_column_text]<img class=\"alignright wp-image-235\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/bio-energetics-testing-150x150.jpg\" alt=\"bio energetics testing\" width=\"123\" height=\"123\" />BioEnergetics Testing uses a computer to measure the electrical conductivity at responsive (meridian) points to assess which systems in the body have been compromised by environmental toxicity, nutritional deficiencies, emotional stress and energetic imbalances.\r\nOnce imbalances have been identified, the computer then recommends homeopathic and herbal remedies and/or nutritional supplementation to assist the body\'s healing process.\r\n\r\nGordon Slack earned his doctorate in bioenergetics with Zenia Richler, ND, NMD, of the Academy of BioEnergetics, Springfield, Mo. Gordon also is a certified lymphologist from the International Academy of Lymphology.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_separator][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][vc_column_text]\r\n<h3>Therapeutic Massage &amp;\r\nCranio-Sacral Therapy</h3>\r\n<h6>with Gabriele Farrales</h6>\r\n<img class=\"alignright wp-image-452 size-thumbnail\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/neck-pain-150x150.jpg\" width=\"150\" height=\"150\" />\r\n\r\nGabriele specializes in pain management and pain relief of muscles and soft tissue rehabilitation, including scar tissue release using myofascial release techniques and deep tissue massage.\r\n\r\nShe also does Upledger CranioSacral Therapy, which is a light touch, whole-body treatment technique that works with the bodyâ€™s craniosacral system to support and nourish the central nervous system, thereby improving overall health and well-being.\r\n\r\nGabriele Farrales is a massage therapist licensed in Alabama (Lic. #2426) and nationally board certified in Therapeutic Massage and Bodywork BCTMB.[/vc_column_text][vc_message icon_fontawesome=\"fa fa-phone\"]<span style=\"text-decoration: underline;\"><strong>Contact Gabriele:</strong></span>\r\n<a href=\"tel:256-652-6830\">256-652-6830</a>\r\n<a href=\"mailto:Gabriele.farrales@gmail.com\">Gabriele.farrales@gmail.com</a>[/vc_message][/vc_column][vc_column width=\"1/3\"][vc_column_text]\r\n<h3>Auricular\r\nTherapy</h3>\r\n<h6>with Gabriele Farrales</h6>\r\n<img class=\"alignright size-thumbnail wp-image-237\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/auricular-150x150.jpg\" alt=\"auricular\" width=\"150\" height=\"150\" />Auricular therapy can be used to help relieve and manage pain, including back pain, assist in overcoming addiction such as cigarette smoking, induce relaxation, and stimulate detoxification among an abundance of other benefits. Itâ€™s a non-invasive procedure that involves activating reflex points on the outside of the ear that correspond with parts of the body in order to stimulate, sedate, or balance those areas. Those reflex points are activated with a special tool that emits very mild electric impulses.\r\n\r\nGabriele Farrales is a certified Acupuncture Detoxification Specialist, and a Master in Auricular Therapy by Dr. LiChun Huang, who is the pioneer of modern Auricular Medicine from China. Sheâ€™s also a licensed massage therapist.[/vc_column_text][vc_message icon_fontawesome=\"fa fa-phone\"]<span style=\"text-decoration: underline;\"><strong>Contact Gabriele:</strong></span>\r\n<a href=\"tel:256-652-6830\">256-652-6830</a>\r\n<a href=\"mailto:Gabriele.farrales@gmail.com\">Gabriele.farrales@gmail.com</a>[/vc_message][/vc_column][vc_column width=\"1/3\"][vc_column_text]\r\n<h3>Reflexology\r\n&amp; Custom-Fitted Bras</h3>\r\n<h6>with Jean Mayo</h6>\r\n<img class=\"alignright size-thumbnail wp-image-231\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/reflexology-feet_grande-150x150.jpg\" alt=\"reflexology-feet_grande\" width=\"150\" height=\"150\" />Foot reflexology is an ancient healing therapy that involves stimulating reflex points on the feet in order to activate the bodyâ€™s own natural healing powers. Jean Mayo, certified reflexologist with more than 25 years of experience, will show you how relaxing and healing foot reflexology can be. Appointments are 60 minutes (recommended) and 30 minutes.\r\n\r\nJean also sells Custom-Fitted Bras. These bras offer extraordinary support and they come in 216 different sizes! No matter what your shape or size, Jean can find a bra designed with you in mind.[/vc_column_text][vc_message icon_fontawesome=\"fa fa-phone\"]<span style=\"text-decoration: underline;\"><strong>Contact Jean:</strong></span>\r\n<a href=\"tel:256-653-8017\">256-653-8017</a>[/vc_message][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][blockquote author=\"Eileen Waites \"]A great place to go, with very knowledgeable people. [/blockquote][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1470328503897{background-color: #270639 !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: right; font-size: 20px; font-weight: 600;\"><span style=\"color: #ffffff;\">Questions?</span> <a style=\"font-size: 20px; font-weight: 600;\" href=\"http://74.124.197.205/~ruthsnut/contact\">Contact us!<i class=\"icon icon-right-circled\" style=\"margin-right: 7px;\"></i></a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Services','','inherit','closed','closed','','10-revision-v1','','','2016-09-16 18:02:34','2016-09-16 18:02:34','',10,'http://mitziconnell.com/demo18/10-revision-v1/',0,'revision','',0),(656,3,'2016-09-16 18:05:04','2016-09-16 18:05:04','[vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space][fancy_heading h1=\"0\" style=\"line\" title=\"Our Services\" slogan=\"HOW CAN WE BRING HEALTH TO YOU?\"][/fancy_heading][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][our_team style=\"horizontal\" image=\"578\" title=\"Wellness Counseling\" subtitle=\"\r\n<h6>with Phyllis D. Light</h6>\r\n\" phone=\"256-931-0351\" email=\"phyllisdlight@hotmail.com \"][/our_team][vc_column_text]<img class=\"alignright wp-image-230\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/Herbal-Medicines-jpg-150x150.jpg\" alt=\"Herbal-Medicines jpg\" width=\"123\" height=\"123\" />Phyllis holds a masterâ€™s degree in health studies from the University of Alabama and is a professional member of the American Herbalist Guild, a member of the International Herb Association and the Herb Society of America.\r\nInitial consultations last about an hour and consist of a detailed medical history, pertinent questions concerning your condition, and a non-invasive assessment. Please bring a list of medications, herbs or other supplements you are currently taking.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][our_team style=\"horizontal\" image=\"576\" title=\"Bio Energetics Testing\" subtitle=\"\r\n<h6>with Gordon Slack</h6>\r\n\" phone=\"256-883-4127\" email=\"81eaglescout@bellsouth.net \"][/our_team][vc_column_text]<img class=\"alignright wp-image-235\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/bio-energetics-testing-150x150.jpg\" alt=\"bio energetics testing\" width=\"123\" height=\"123\" />BioEnergetics Testing uses a computer to measure the electrical conductivity at responsive (meridian) points to assess which systems in the body have been compromised by environmental toxicity, nutritional deficiencies, emotional stress and energetic imbalances.\r\nOnce imbalances have been identified, the computer then recommends homeopathic and herbal remedies and/or nutritional supplementation to assist the body\'s healing process.\r\n\r\nGordon Slack earned his doctorate in bioenergetics with Zenia Richler, ND, NMD, of the Academy of BioEnergetics, Springfield, Mo. Gordon also is a certified lymphologist from the International Academy of Lymphology.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_separator][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][vc_column_text]\r\n<h4>Therapeutic Massage &amp;\r\nCranio-Sacral Therapy</h4>\r\n<h6>with Gabriele Farrales</h6>\r\n<img class=\"alignright wp-image-452 size-thumbnail\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/neck-pain-150x150.jpg\" width=\"150\" height=\"150\" />\r\n\r\nGabriele specializes in pain management and pain relief of muscles and soft tissue rehabilitation, including scar tissue release using myofascial release techniques and deep tissue massage.\r\n\r\nShe also does Upledger CranioSacral Therapy, which is a light touch, whole-body treatment technique that works with the bodyâ€™s craniosacral system to support and nourish the central nervous system, thereby improving overall health and well-being.\r\n\r\nGabriele Farrales is a massage therapist licensed in Alabama (Lic. #2426) and nationally board certified in Therapeutic Massage and Bodywork BCTMB.[/vc_column_text][vc_message icon_fontawesome=\"fa fa-phone\"]<span style=\"text-decoration: underline;\"><strong>Contact Gabriele:</strong></span>\r\n<a href=\"tel:256-652-6830\">256-652-6830</a>\r\n<a href=\"mailto:Gabriele.farrales@gmail.com\">Gabriele.farrales@gmail.com</a>[/vc_message][/vc_column][vc_column width=\"1/3\"][vc_column_text]\r\n<h4>Auricular\r\nTherapy</h4>\r\n<h6>with Gabriele Farrales</h6>\r\n<img class=\"alignright size-thumbnail wp-image-237\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/auricular-150x150.jpg\" alt=\"auricular\" width=\"150\" height=\"150\" />Auricular therapy can be used to help relieve and manage pain, including back pain, assist in overcoming addiction such as cigarette smoking, induce relaxation, and stimulate detoxification among an abundance of other benefits. Itâ€™s a non-invasive procedure that involves activating reflex points on the outside of the ear that correspond with parts of the body in order to stimulate, sedate, or balance those areas. Those reflex points are activated with a special tool that emits very mild electric impulses.\r\n\r\nGabriele Farrales is a certified Acupuncture Detoxification Specialist, and a Master in Auricular Therapy by Dr. LiChun Huang, who is the pioneer of modern Auricular Medicine from China. Sheâ€™s also a licensed massage therapist.[/vc_column_text][vc_message icon_fontawesome=\"fa fa-phone\"]<span style=\"text-decoration: underline;\"><strong>Contact Gabriele:</strong></span>\r\n<a href=\"tel:256-652-6830\">256-652-6830</a>\r\n<a href=\"mailto:Gabriele.farrales@gmail.com\">Gabriele.farrales@gmail.com</a>[/vc_message][/vc_column][vc_column width=\"1/3\"][vc_column_text]\r\n<h4>Reflexology\r\n&amp; Custom-Fitted Bras</h4>\r\n<h6>with Jean Mayo</h6>\r\n<img class=\"alignright size-thumbnail wp-image-231\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/reflexology-feet_grande-150x150.jpg\" alt=\"reflexology-feet_grande\" width=\"150\" height=\"150\" />Foot reflexology is an ancient healing therapy that involves stimulating reflex points on the feet in order to activate the bodyâ€™s own natural healing powers. Jean Mayo, certified reflexologist with more than 25 years of experience, will show you how relaxing and healing foot reflexology can be. Appointments are 60 minutes (recommended) and 30 minutes.\r\n\r\nJean also sells Custom-Fitted Bras. These bras offer extraordinary support and they come in 216 different sizes! No matter what your shape or size, Jean can find a bra designed with you in mind.[/vc_column_text][vc_message icon_fontawesome=\"fa fa-phone\"]<span style=\"text-decoration: underline;\"><strong>Contact Jean:</strong></span>\r\n<a href=\"tel:256-653-8017\">256-653-8017</a>[/vc_message][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][blockquote author=\"Eileen Waites \"]A great place to go, with very knowledgeable people. [/blockquote][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1470328503897{background-color: #270639 !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: right; font-size: 20px; font-weight: 600;\"><span style=\"color: #ffffff;\">Questions?</span> <a style=\"font-size: 20px; font-weight: 600;\" href=\"http://74.124.197.205/~ruthsnut/contact\">Contact us!<i class=\"icon icon-right-circled\" style=\"margin-right: 7px;\"></i></a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Services','','inherit','closed','closed','','10-revision-v1','','','2016-09-16 18:05:04','2016-09-16 18:05:04','',10,'http://mitziconnell.com/demo18/10-revision-v1/',0,'revision','',0),(657,3,'2016-09-16 19:27:06','2016-09-16 19:27:06','[vc_row][vc_column width=\"1/3\"][vc_single_image image=\"606\" img_size=\"full\" alignment=\"center\" css_animation=\"appear\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]\r\n<h3>Weâ€™ve got two great lines on sale during September!</h3>\r\n<strong>Derma-e, natural skincare solutions that work!</strong> Every Derma-e formula is paraben-free, phthalate-free, GMO free, gluten-free, sodium lauryl sulfate-free, petrolatum-free, mineral oil-free and dye free. Theyâ€™re also 100% vegan and animal cruelty-free. You can pick from face creams, cleansers, toners and serums for aging skin, sensitive skin, dry skin and more. Come see us and weâ€™ll help you pick the product that best suits you.\r\n\r\n<strong>Gaia Herbs, plant intelligence.</strong> Gaia is an organic herb farm in North Carolina that produces some of the best herb products in the business. With cold and flu season upon us, you might think about stocking up on Quick Defense or Immune A.S.A.P. -- both have worked well for us at Ruthâ€™s -- or the classic Echinacea/Goldenseal. Since students have returned to school, more of our customers are complaining of stress. If youâ€™re in this category, you might consider the adaptogen formula, Adrenal Health Daily Support. And if youâ€™re tired, thereâ€™s Energy &amp; Vitality. Both formulas get good reports from customers.\r\n\r\nDerma-e and Gaia Herbs have plenty more items to choose from and both are on sale till the end of this month. Come check out our great products @ great prices![/vc_column_text][/vc_column][/vc_row]','September Sales','Weâ€™ve got two great lines on sale during September!\r\n','inherit','closed','closed','','150-revision-v1','','','2016-09-16 19:27:06','2016-09-16 19:27:06','',150,'http://mitziconnell.com/demo18/150-revision-v1/',0,'revision','',0),(659,3,'2016-09-16 19:29:38','2016-09-16 19:29:38','[vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space][fancy_heading h1=\"0\" style=\"line\" title=\"Our Services\" slogan=\"HOW CAN WE BRING HEALTH TO YOU?\"][/fancy_heading][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][our_team style=\"horizontal\" image=\"578\" title=\"Wellness Counseling\" subtitle=\"\r\n<h6>with Phyllis D. Light</h6>\r\n\" phone=\"256-931-0351\" email=\"phyllisdlight@hotmail.com \"][/our_team][vc_column_text]<img class=\"alignright wp-image-230\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/Herbal-Medicines-jpg-150x150.jpg\" alt=\"Herbal-Medicines jpg\" width=\"123\" height=\"123\" />Phyllis holds a masterâ€™s degree in health studies from the University of Alabama and is a professional member of the American Herbalists Guild, a member of the International Herb Association and the Herb Society of America.\r\n\r\nInitial consultations last about an hour and consist of a detailed medical history, pertinent questions concerning your condition, and a non-invasive assessment.\r\n\r\nPlease bring a list of medications, herbs or other supplements you are currently taking.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][our_team style=\"horizontal\" image=\"576\" title=\"Bio Energetics Testing\" subtitle=\"\r\n<h6>with Gordon Slack</h6>\r\n\" phone=\"256-883-4127\" email=\"81eaglescout@bellsouth.net \"][/our_team][vc_column_text]<img class=\"alignright wp-image-235\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/bio-energetics-testing-150x150.jpg\" alt=\"bio energetics testing\" width=\"123\" height=\"123\" />BioEnergetics Testing uses a computer to measure the electrical conductivity at responsive (meridian) points to assess which systems in the body have been compromised by environmental toxicity, nutritional deficiencies, emotional stress and energetic imbalances.\r\n\r\nOnce imbalances have been identified, the computer then recommends homeopathic and herbal remedies and/or nutritional supplementation to assist the body\'s healing process.\r\n\r\nGordon Slack earned his doctorate in bioenergetics with Zenia Richler, ND, NMD, of the Academy of BioEnergetics, Springfield, Mo. Gordon also is a certified lymphologist from the International Academy of Lymphology.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_separator][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][vc_column_text]\r\n<h4>Therapeutic Massage &amp;\r\nCranio-Sacral Therapy</h4>\r\n<h6>with Gabriele Farrales</h6>\r\n<img class=\"alignright wp-image-452 size-thumbnail\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/neck-pain-150x150.jpg\" width=\"150\" height=\"150\" />\r\n\r\nGabriele specializes in pain management and pain relief of muscles and soft tissue rehabilitation, including scar tissue release using myofascial release techniques and deep tissue massage.\r\n\r\nShe also does Upledger CranioSacral Therapy, which is a light touch, whole-body treatment technique that works with the bodyâ€™s craniosacral system to support and nourish the central nervous system, thereby improving overall health and well-being.\r\n\r\nGabriele Farrales is a massage therapist licensed in Alabama (Lic. #2426) and nationally board certified in Therapeutic Massage and Bodywork BCTMB.[/vc_column_text][vc_message icon_fontawesome=\"fa fa-phone\"]<span style=\"text-decoration: underline;\"><strong>Contact Gabriele:</strong></span>\r\n<a href=\"tel:256-652-6830\">256-652-6830</a>\r\n<a href=\"mailto:Gabriele.farrales@gmail.com\">Gabriele.farrales@gmail.com</a>[/vc_message][/vc_column][vc_column width=\"1/3\"][vc_column_text]\r\n<h4>Auricular\r\nTherapy</h4>\r\n<h6>with Gabriele Farrales</h6>\r\n<img class=\"alignright size-thumbnail wp-image-237\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/auricular-150x150.jpg\" alt=\"auricular\" width=\"150\" height=\"150\" />Auricular therapy can be used to help relieve and manage pain, including back pain, assist in overcoming addiction such as cigarette smoking, induce relaxation, and stimulate detoxification among an abundance of other benefits. Itâ€™s a non-invasive procedure that involves activating reflex points on the outside of the ear that correspond with parts of the body in order to stimulate, sedate, or balance those areas. Those reflex points are activated with a special tool that emits very mild electric impulses.\r\n\r\nGabriele Farrales is a certified Acupuncture Detoxification Specialist, and a Master in Auricular Therapy by Dr. LiChun Huang, who is the pioneer of modern Auricular Medicine from China. Sheâ€™s also a licensed massage therapist.[/vc_column_text][vc_message icon_fontawesome=\"fa fa-phone\"]<span style=\"text-decoration: underline;\"><strong>Contact Gabriele:</strong></span>\r\n<a href=\"tel:256-652-6830\">256-652-6830</a>\r\n<a href=\"mailto:Gabriele.farrales@gmail.com\">Gabriele.farrales@gmail.com</a>[/vc_message][/vc_column][vc_column width=\"1/3\"][vc_column_text]\r\n<h4>Reflexology\r\n&amp; Custom-Fitted Bras</h4>\r\n<h6>with Jean Mayo</h6>\r\n<img class=\"alignright size-thumbnail wp-image-231\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/reflexology-feet_grande-150x150.jpg\" alt=\"reflexology-feet_grande\" width=\"150\" height=\"150\" />Foot reflexology is an ancient healing therapy that involves stimulating reflex points on the feet in order to activate the bodyâ€™s own natural healing powers. Jean Mayo, certified reflexologist with more than 25 years of experience, will show you how relaxing and healing foot reflexology can be. Appointments are 60 minutes (recommended) and 30 minutes.\r\n\r\nJean also sells Custom-Fitted Bras. These bras offer extraordinary support and they come in 216 different sizes! No matter what your shape or size, Jean can find a bra designed with you in mind.[/vc_column_text][vc_message icon_fontawesome=\"fa fa-phone\"]<span style=\"text-decoration: underline;\"><strong>Contact Jean:</strong></span>\r\n<a href=\"tel:256-653-8017\">256-653-8017</a>[/vc_message][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][blockquote author=\"Eileen Waites \"]A great place to go, with very knowledgeable people. [/blockquote][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1470328503897{background-color: #270639 !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: right; font-size: 20px; font-weight: 600;\"><span style=\"color: #ffffff;\">Questions?</span> <a style=\"font-size: 20px; font-weight: 600;\" href=\"http://74.124.197.205/~ruthsnut/contact\">Contact us!<i class=\"icon icon-right-circled\" style=\"margin-right: 7px;\"></i></a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Services','','inherit','closed','closed','','10-revision-v1','','','2016-09-16 19:29:38','2016-09-16 19:29:38','',10,'http://mitziconnell.com/demo18/10-revision-v1/',0,'revision','',0),(660,3,'2016-09-16 19:34:57','2016-09-16 19:34:57','[vc_row][vc_column][vc_empty_space][vc_row_inner][vc_column_inner width=\"2/3\"][vc_column_text]\r\n<h6 style=\"font-size: 32px;\">WELCOME!</h6>\r\n<h6 style=\"font-size: 14px;\">Why we do what we do</h6>\r\n[divider height=\"20\"]\r\n\r\nAt Ruthâ€™s weâ€™re passionate about helping you reach optimal health. Each of us has worked her way through personal health problems, a process that instilled in us a drive to help others. If we can make you feel better, we feel better; itâ€™s as simple as that.\r\n\r\nWe want you feeling good and looking good. Thatâ€™s why we stock a wide variety of top-quality products: immune aids, brain boosters, non-toxic skin care, organic essential oils and much, much more. We believe in going the extra mile. Weâ€™re glad to special order customer-requested items or deliver prepaid products to your car when your lifeâ€™s too hectic to spend time in the store.\r\n\r\nWe study our craft, regularly attending both medical and natural health conferences, in order to share the latest information possible.\r\n\r\nWe take the time to listen, hear your story and offer the best solutions we know. The road to good health begins here; letâ€™s get started together![/vc_column_text][vc_column_text]\r\n<h3 style=\"text-align: left;\">Subscribe to our newsletter!</h3>\r\n<p style=\"text-align: center;\">[contact-form-7 id=\"212\" title=\"Newsletter one-row\"]</p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_empty_space][vc_gallery interval=\"3\" images=\"627,626,629,628,630,625\" img_size=\"full\" onclick=\"\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1471879090504{background-color: #f1fdea !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vc_text_separator title=\"Meet our Team!\" i_icon_fontawesome=\"fa fa-commenting\" i_color=\"violet\" color=\"chino\" style=\"dotted\" add_icon=\"true\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1471879140045{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/3\"][our_team style=\"horizontal\" image=\"591\" title=\"Cynthia Freese\" subtitle=\"Owner\" phone=\"256.883.4127\"][/our_team][vc_column_text]Cynthia has worked in Ruthâ€™s Nutrition since 1994 and owned it since 2007. Over those years she has served the public with grace, style and savvy, creating a locally owned store that offers a friendly, attractive atmosphere, top-quality products and some of the most knowledgeable health food store staffers in the region.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][our_team style=\"horizontal\" image=\"595\" title=\"Sue Cummings\" subtitle=\"Clinical Herbalist\" phone=\"256.883.4127\"][/our_team][vc_column_text]Sue is a clinical herbalist with a bachelorâ€™s degree in botanical medicine and professional membership in the American Herbalists Guild. After having a private practice for several years, she joined Ruthâ€™s Nutrition where sheâ€™s more than happy to share her expertise with customers for free.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][our_team style=\"horizontal\" image=\"592\" title=\"Anita Eisenberg\" subtitle=\"Health Specialist\" phone=\"256.883.4127\"][/our_team][vc_column_text]Anita has been in the health care business for more than 25 years, cataloging a vast knowledge of illnesses, products and their appropriate uses. Ask Anita a question and youâ€™ll likely get not only an informed answer but also an amazing amount of detail. Here at Ruthâ€™s Nutrition, sheâ€™s fondly known as The Walking Encyclopedia.[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1473189366464{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/3\"][our_team style=\"horizontal\" image=\"594\" title=\"Christine Dennis\" subtitle=\"Aromatherapy &amp; Skin Care Specialist\" phone=\"256.883.4127\"][/our_team][vc_column_text]Christine has a passion for children; just watch her light up any time a child is around. No wonder then that sheâ€™s made understanding childrenâ€™s ailments, health, and happiness her priority. Not only is she great with kids, sheâ€™s a maven when it comes to aromatherapy, skin care -- and our displays. If youâ€™ve seen one of her gift baskets, you know she knows how to make things look good.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][our_team style=\"horizontal\" image=\"593\" title=\"Barbara Musso\" subtitle=\"RN and Reflexologist\" phone=\"256.883.4127\"][/our_team][vc_column_text]Barb has been a registered nurse for more than 40 years, working in the operating room and in gerontology before joining the Ruthâ€™s Nutrition team. Sheâ€™s long been interested in alternative healing modalities, studying reflexology and learning to understand the subtle energies of the body. Known for her big heart and her caring listening skills, Barb has become a customer favorite.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"204\" img_size=\"full\" alignment=\"center\" style=\"vc_box_shadow_3d\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][blockquote author=\"Karan Crump\"]Excellent selection, knowledgeable staff, great prices, all round good experience.[/blockquote][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1470328503897{background-color: #270639 !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: right; font-size: 20px; font-weight: 600;\"><span style=\"color: #ffffff;\">Questions?</span> <a style=\"font-size: 20px; font-weight: 600;\" href=\"http://74.124.197.205/~ruthsnut/contact\">Contact us!<i class=\"icon icon-right-circled\" style=\"margin-right: 7px;\"></i></a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Our Story','','inherit','closed','closed','','8-revision-v1','','','2016-09-16 19:34:57','2016-09-16 19:34:57','',8,'http://mitziconnell.com/demo18/8-revision-v1/',0,'revision','',0),(661,3,'2016-10-10 16:49:08','2016-10-10 16:49:08','[vc_row full_width=\"stretch_row_content_no_spaces\" content_placement=\"bottom\"][vc_column][vc_single_image image=\"762\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][vc_row_inner][vc_column_inner width=\"2/3\"][vc_column_text]\r\n<h6 style=\"font-size: 32px;\">WELCOME!</h6>\r\n<h6 style=\"font-size: 14px;\">Why we do what we do</h6>\r\n[divider height=\"20\"]\r\n\r\nAt Ruthâ€™s weâ€™re passionate about helping you reach optimal health. Each of us has worked her way through personal health problems, a process that instilled in us a drive to help others. If we can make you feel better, we feel better; itâ€™s as simple as that.\r\n\r\nWe want you feeling good and looking good. Thatâ€™s why we stock a wide variety of top-quality products: immune aids, brain boosters, non-toxic skin care, organic essential oils and much, much more. We believe in going the extra mile. Weâ€™re glad to special order customer-requested items or deliver prepaid products to your car when your lifeâ€™s too hectic to spend time in the store.\r\n\r\nWe study our craft, regularly attending both medical and natural health conferences, in order to share the latest information possible.\r\n\r\nWe take the time to listen, hear your story and offer the best solutions we know. The road to good health begins here; letâ€™s get started together![/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_empty_space][vc_gallery interval=\"3\" images=\"776,773,783,780,786\" img_size=\"full\" onclick=\"\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1471879090504{background-color: #f1fdea !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vc_text_separator title=\"Meet our Team!\" i_icon_fontawesome=\"fa fa-commenting\" i_color=\"violet\" color=\"chino\" style=\"dotted\" add_icon=\"true\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1471879140045{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/3\"][our_team style=\"horizontal\" image=\"767\" title=\"Cynthia Freese\" subtitle=\"Owner\" phone=\"256.883.4127\"][/our_team][vc_column_text]Cynthia has worked in Ruthâ€™s Nutrition since 1994 and owned it since 2007. Over those years she has served the public with grace, style and savvy, creating a locally owned store that offers a friendly, attractive atmosphere, top-quality products and some of the most knowledgeable health food store staffers in the region.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][our_team style=\"horizontal\" image=\"788\" title=\"Sue Cummings\" subtitle=\"Clinical Herbalist\" phone=\"256.883.4127\"][/our_team][vc_column_text]Sue is a clinical herbalist with a bachelorâ€™s degree in botanical medicine and professional membership in the American Herbalists Guild. After having a private practice for several years, she joined Ruthâ€™s Nutrition where sheâ€™s more than happy to share her expertise with customers for free.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][our_team style=\"horizontal\" image=\"764\" title=\"Anita Eisenberg\" subtitle=\"Health Specialist\" phone=\"256.883.4127\"][/our_team][vc_column_text]Anita has been in the health care business for more than 25 years, cataloging a vast knowledge of illnesses, products and their appropriate uses. Ask Anita a question and youâ€™ll likely get not only an informed answer but also an amazing amount of detail. Here at Ruthâ€™s Nutrition, sheâ€™s fondly known as The Walking Encyclopedia.[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1473189366464{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/3\"][our_team style=\"horizontal\" image=\"766\" title=\"Christine Dennis\" subtitle=\"Health Specialist\" phone=\"256.883.4127\"][/our_team][vc_column_text]Christine has a passion for children; just watch her light up any time a child is around. No wonder then that sheâ€™s made understanding childrenâ€™s ailments, health, and happiness her priority. Not only is she great with kids, sheâ€™s a maven when it comes to aromatherapy, skin care -- and our displays. If youâ€™ve seen one of her gift baskets, you know she knows how to make things look good.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][our_team style=\"horizontal\" image=\"765\" title=\"Barbara Musso\" subtitle=\"Health Specialist\" phone=\"256.883.4127\"][/our_team][vc_column_text]Barb has been a registered nurse for more than 40 years, working in the operating room and in gerontology before joining the Ruthâ€™s Nutrition team. Sheâ€™s long been interested in alternative healing modalities, studying reflexology and learning to understand the subtle energies of the body. Known for her big heart and her caring listening skills, Barb has become a customer favorite.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"809\" img_size=\"full\" alignment=\"center\" style=\"vc_box_shadow_3d\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text][show-testimonials alias=\'About\'][/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1470328503897{background-color: #270639 !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: right; font-size: 20px; font-weight: 600;\"><span style=\"color: #ffffff;\">Questions?</span> <a style=\"font-size: 20px; font-weight: 600;\" href=\"http://74.124.197.205/~ruthsnut/contact\">Contact us!<i class=\"icon icon-right-circled\" style=\"margin-right: 7px;\"></i></a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Our Story','','inherit','closed','closed','','8-autosave-v1','','','2016-10-10 16:49:08','2016-10-10 16:49:08','',8,'http://mitziconnell.com/demo18/8-autosave-v1/',0,'revision','',0),(662,3,'2016-09-19 21:21:33','2016-09-19 21:21:33','[vc_row full_width=\"stretch_row_content_no_spaces\" content_placement=\"bottom\"][vc_column][vc_single_image image=\"612\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space][vc_row_inner][vc_column_inner width=\"2/3\"][vc_column_text]\r\n<h6 style=\"font-size: 32px;\">WELCOME!</h6>\r\n<h6 style=\"font-size: 14px;\">Why we do what we do</h6>\r\n[divider height=\"20\"]\r\n\r\nAt Ruthâ€™s weâ€™re passionate about helping you reach optimal health. Each of us has worked her way through personal health problems, a process that instilled in us a drive to help others. If we can make you feel better, we feel better; itâ€™s as simple as that.\r\n\r\nWe want you feeling good and looking good. Thatâ€™s why we stock a wide variety of top-quality products: immune aids, brain boosters, non-toxic skin care, organic essential oils and much, much more. We believe in going the extra mile. Weâ€™re glad to special order customer-requested items or deliver prepaid products to your car when your lifeâ€™s too hectic to spend time in the store.\r\n\r\nWe study our craft, regularly attending both medical and natural health conferences, in order to share the latest information possible.\r\n\r\nWe take the time to listen, hear your story and offer the best solutions we know. The road to good health begins here; letâ€™s get started together![/vc_column_text][vc_column_text]\r\n<h3 style=\"text-align: left;\">Subscribe to our newsletter!</h3>\r\n<p style=\"text-align: center;\">[contact-form-7 id=\"212\" title=\"Newsletter one-row\"]</p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_empty_space][vc_gallery interval=\"3\" images=\"627,626,629,628,630,625\" img_size=\"full\" onclick=\"\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1471879090504{background-color: #f1fdea !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vc_text_separator title=\"Meet our Team!\" i_icon_fontawesome=\"fa fa-commenting\" i_color=\"violet\" color=\"chino\" style=\"dotted\" add_icon=\"true\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1471879140045{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/3\"][our_team style=\"horizontal\" image=\"591\" title=\"Cynthia Freese\" subtitle=\"Owner\" phone=\"256.883.4127\"][/our_team][vc_column_text]Cynthia has worked in Ruthâ€™s Nutrition since 1994 and owned it since 2007. Over those years she has served the public with grace, style and savvy, creating a locally owned store that offers a friendly, attractive atmosphere, top-quality products and some of the most knowledgeable health food store staffers in the region.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][our_team style=\"horizontal\" image=\"595\" title=\"Sue Cummings\" subtitle=\"Clinical Herbalist\" phone=\"256.883.4127\"][/our_team][vc_column_text]Sue is a clinical herbalist with a bachelorâ€™s degree in botanical medicine and professional membership in the American Herbalists Guild. After having a private practice for several years, she joined Ruthâ€™s Nutrition where sheâ€™s more than happy to share her expertise with customers for free.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][our_team style=\"horizontal\" image=\"592\" title=\"Anita Eisenberg\" subtitle=\"Health Specialist\" phone=\"256.883.4127\"][/our_team][vc_column_text]Anita has been in the health care business for more than 25 years, cataloging a vast knowledge of illnesses, products and their appropriate uses. Ask Anita a question and youâ€™ll likely get not only an informed answer but also an amazing amount of detail. Here at Ruthâ€™s Nutrition, sheâ€™s fondly known as The Walking Encyclopedia.[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1473189366464{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/3\"][our_team style=\"horizontal\" image=\"594\" title=\"Christine Dennis\" subtitle=\"Aromatherapy &amp; Skin Care Specialist\" phone=\"256.883.4127\"][/our_team][vc_column_text]Christine has a passion for children; just watch her light up any time a child is around. No wonder then that sheâ€™s made understanding childrenâ€™s ailments, health, and happiness her priority. Not only is she great with kids, sheâ€™s a maven when it comes to aromatherapy, skin care -- and our displays. If youâ€™ve seen one of her gift baskets, you know she knows how to make things look good.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][our_team style=\"horizontal\" image=\"593\" title=\"Barbara Musso\" subtitle=\"RN and Reflexologist\" phone=\"256.883.4127\"][/our_team][vc_column_text]Barb has been a registered nurse for more than 40 years, working in the operating room and in gerontology before joining the Ruthâ€™s Nutrition team. Sheâ€™s long been interested in alternative healing modalities, studying reflexology and learning to understand the subtle energies of the body. Known for her big heart and her caring listening skills, Barb has become a customer favorite.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"204\" img_size=\"full\" alignment=\"center\" style=\"vc_box_shadow_3d\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][blockquote author=\"Karan Crump\"]Excellent selection, knowledgeable staff, great prices, all round good experience.[/blockquote][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1470328503897{background-color: #270639 !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: right; font-size: 20px; font-weight: 600;\"><span style=\"color: #ffffff;\">Questions?</span> <a style=\"font-size: 20px; font-weight: 600;\" href=\"http://74.124.197.205/~ruthsnut/contact\">Contact us!<i class=\"icon icon-right-circled\" style=\"margin-right: 7px;\"></i></a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Our Story','','inherit','closed','closed','','8-revision-v1','','','2016-09-19 21:21:33','2016-09-19 21:21:33','',8,'http://mitziconnell.com/demo18/8-revision-v1/',0,'revision','',0),(663,3,'2016-09-19 21:24:42','2016-09-19 21:24:42','[vc_row full_width=\"stretch_row_content_no_spaces\" content_placement=\"bottom\"][vc_column][vc_single_image image=\"612\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][vc_empty_space height=\"0px\"][vc_row_inner][vc_column_inner width=\"2/3\"][vc_column_text]\r\n<h6 style=\"font-size: 32px;\">WELCOME!</h6>\r\n<h6 style=\"font-size: 14px;\">Why we do what we do</h6>\r\n[divider height=\"20\"]\r\n\r\nAt Ruthâ€™s weâ€™re passionate about helping you reach optimal health. Each of us has worked her way through personal health problems, a process that instilled in us a drive to help others. If we can make you feel better, we feel better; itâ€™s as simple as that.\r\n\r\nWe want you feeling good and looking good. Thatâ€™s why we stock a wide variety of top-quality products: immune aids, brain boosters, non-toxic skin care, organic essential oils and much, much more. We believe in going the extra mile. Weâ€™re glad to special order customer-requested items or deliver prepaid products to your car when your lifeâ€™s too hectic to spend time in the store.\r\n\r\nWe study our craft, regularly attending both medical and natural health conferences, in order to share the latest information possible.\r\n\r\nWe take the time to listen, hear your story and offer the best solutions we know. The road to good health begins here; letâ€™s get started together![/vc_column_text][vc_column_text]\r\n<h3 style=\"text-align: left;\">Subscribe to our newsletter!</h3>\r\n<p style=\"text-align: center;\">[contact-form-7 id=\"212\" title=\"Newsletter one-row\"]</p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_empty_space][vc_gallery interval=\"3\" images=\"627,626,629,628,630,625\" img_size=\"full\" onclick=\"\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1471879090504{background-color: #f1fdea !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vc_text_separator title=\"Meet our Team!\" i_icon_fontawesome=\"fa fa-commenting\" i_color=\"violet\" color=\"chino\" style=\"dotted\" add_icon=\"true\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1471879140045{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/3\"][our_team style=\"horizontal\" image=\"591\" title=\"Cynthia Freese\" subtitle=\"Owner\" phone=\"256.883.4127\"][/our_team][vc_column_text]Cynthia has worked in Ruthâ€™s Nutrition since 1994 and owned it since 2007. Over those years she has served the public with grace, style and savvy, creating a locally owned store that offers a friendly, attractive atmosphere, top-quality products and some of the most knowledgeable health food store staffers in the region.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][our_team style=\"horizontal\" image=\"595\" title=\"Sue Cummings\" subtitle=\"Clinical Herbalist\" phone=\"256.883.4127\"][/our_team][vc_column_text]Sue is a clinical herbalist with a bachelorâ€™s degree in botanical medicine and professional membership in the American Herbalists Guild. After having a private practice for several years, she joined Ruthâ€™s Nutrition where sheâ€™s more than happy to share her expertise with customers for free.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][our_team style=\"horizontal\" image=\"592\" title=\"Anita Eisenberg\" subtitle=\"Health Specialist\" phone=\"256.883.4127\"][/our_team][vc_column_text]Anita has been in the health care business for more than 25 years, cataloging a vast knowledge of illnesses, products and their appropriate uses. Ask Anita a question and youâ€™ll likely get not only an informed answer but also an amazing amount of detail. Here at Ruthâ€™s Nutrition, sheâ€™s fondly known as The Walking Encyclopedia.[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1473189366464{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/3\"][our_team style=\"horizontal\" image=\"594\" title=\"Christine Dennis\" subtitle=\"Aromatherapy &amp; Skin Care Specialist\" phone=\"256.883.4127\"][/our_team][vc_column_text]Christine has a passion for children; just watch her light up any time a child is around. No wonder then that sheâ€™s made understanding childrenâ€™s ailments, health, and happiness her priority. Not only is she great with kids, sheâ€™s a maven when it comes to aromatherapy, skin care -- and our displays. If youâ€™ve seen one of her gift baskets, you know she knows how to make things look good.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][our_team style=\"horizontal\" image=\"593\" title=\"Barbara Musso\" subtitle=\"RN and Reflexologist\" phone=\"256.883.4127\"][/our_team][vc_column_text]Barb has been a registered nurse for more than 40 years, working in the operating room and in gerontology before joining the Ruthâ€™s Nutrition team. Sheâ€™s long been interested in alternative healing modalities, studying reflexology and learning to understand the subtle energies of the body. Known for her big heart and her caring listening skills, Barb has become a customer favorite.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"204\" img_size=\"full\" alignment=\"center\" style=\"vc_box_shadow_3d\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][blockquote author=\"Karan Crump\"]Excellent selection, knowledgeable staff, great prices, all round good experience.[/blockquote][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1470328503897{background-color: #270639 !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: right; font-size: 20px; font-weight: 600;\"><span style=\"color: #ffffff;\">Questions?</span> <a style=\"font-size: 20px; font-weight: 600;\" href=\"http://74.124.197.205/~ruthsnut/contact\">Contact us!<i class=\"icon icon-right-circled\" style=\"margin-right: 7px;\"></i></a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Our Story','','inherit','closed','closed','','8-revision-v1','','','2016-09-19 21:24:42','2016-09-19 21:24:42','',8,'http://mitziconnell.com/demo18/8-revision-v1/',0,'revision','',0),(664,3,'2016-09-19 21:27:33','2016-09-19 21:27:33','[vc_row full_width=\"stretch_row_content_no_spaces\" content_placement=\"bottom\"][vc_column][vc_single_image image=\"612\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][vc_row_inner][vc_column_inner width=\"2/3\"][vc_column_text]\r\n<h6 style=\"font-size: 32px;\">WELCOME!</h6>\r\n<h6 style=\"font-size: 14px;\">Why we do what we do</h6>\r\n[divider height=\"20\"]\r\n\r\nAt Ruthâ€™s weâ€™re passionate about helping you reach optimal health. Each of us has worked her way through personal health problems, a process that instilled in us a drive to help others. If we can make you feel better, we feel better; itâ€™s as simple as that.\r\n\r\nWe want you feeling good and looking good. Thatâ€™s why we stock a wide variety of top-quality products: immune aids, brain boosters, non-toxic skin care, organic essential oils and much, much more. We believe in going the extra mile. Weâ€™re glad to special order customer-requested items or deliver prepaid products to your car when your lifeâ€™s too hectic to spend time in the store.\r\n\r\nWe study our craft, regularly attending both medical and natural health conferences, in order to share the latest information possible.\r\n\r\nWe take the time to listen, hear your story and offer the best solutions we know. The road to good health begins here; letâ€™s get started together![/vc_column_text][vc_column_text]\r\n<h3 style=\"text-align: left;\">Subscribe to our newsletter!</h3>\r\n<p style=\"text-align: center;\">[contact-form-7 id=\"212\" title=\"Newsletter one-row\"]</p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_empty_space][vc_gallery interval=\"3\" images=\"627,626,629,628,630,625\" img_size=\"full\" onclick=\"\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1471879090504{background-color: #f1fdea !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vc_text_separator title=\"Meet our Team!\" i_icon_fontawesome=\"fa fa-commenting\" i_color=\"violet\" color=\"chino\" style=\"dotted\" add_icon=\"true\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1471879140045{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/3\"][our_team style=\"horizontal\" image=\"591\" title=\"Cynthia Freese\" subtitle=\"Owner\" phone=\"256.883.4127\"][/our_team][vc_column_text]Cynthia has worked in Ruthâ€™s Nutrition since 1994 and owned it since 2007. Over those years she has served the public with grace, style and savvy, creating a locally owned store that offers a friendly, attractive atmosphere, top-quality products and some of the most knowledgeable health food store staffers in the region.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][our_team style=\"horizontal\" image=\"595\" title=\"Sue Cummings\" subtitle=\"Clinical Herbalist\" phone=\"256.883.4127\"][/our_team][vc_column_text]Sue is a clinical herbalist with a bachelorâ€™s degree in botanical medicine and professional membership in the American Herbalists Guild. After having a private practice for several years, she joined Ruthâ€™s Nutrition where sheâ€™s more than happy to share her expertise with customers for free.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][our_team style=\"horizontal\" image=\"592\" title=\"Anita Eisenberg\" subtitle=\"Health Specialist\" phone=\"256.883.4127\"][/our_team][vc_column_text]Anita has been in the health care business for more than 25 years, cataloging a vast knowledge of illnesses, products and their appropriate uses. Ask Anita a question and youâ€™ll likely get not only an informed answer but also an amazing amount of detail. Here at Ruthâ€™s Nutrition, sheâ€™s fondly known as The Walking Encyclopedia.[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1473189366464{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/3\"][our_team style=\"horizontal\" image=\"594\" title=\"Christine Dennis\" subtitle=\"Aromatherapy &amp; Skin Care Specialist\" phone=\"256.883.4127\"][/our_team][vc_column_text]Christine has a passion for children; just watch her light up any time a child is around. No wonder then that sheâ€™s made understanding childrenâ€™s ailments, health, and happiness her priority. Not only is she great with kids, sheâ€™s a maven when it comes to aromatherapy, skin care -- and our displays. If youâ€™ve seen one of her gift baskets, you know she knows how to make things look good.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][our_team style=\"horizontal\" image=\"593\" title=\"Barbara Musso\" subtitle=\"RN and Reflexologist\" phone=\"256.883.4127\"][/our_team][vc_column_text]Barb has been a registered nurse for more than 40 years, working in the operating room and in gerontology before joining the Ruthâ€™s Nutrition team. Sheâ€™s long been interested in alternative healing modalities, studying reflexology and learning to understand the subtle energies of the body. Known for her big heart and her caring listening skills, Barb has become a customer favorite.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"204\" img_size=\"full\" alignment=\"center\" style=\"vc_box_shadow_3d\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][blockquote author=\"Karan Crump\"]Excellent selection, knowledgeable staff, great prices, all round good experience.[/blockquote][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1470328503897{background-color: #270639 !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: right; font-size: 20px; font-weight: 600;\"><span style=\"color: #ffffff;\">Questions?</span> <a style=\"font-size: 20px; font-weight: 600;\" href=\"http://74.124.197.205/~ruthsnut/contact\">Contact us!<i class=\"icon icon-right-circled\" style=\"margin-right: 7px;\"></i></a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Our Story','','inherit','closed','closed','','8-revision-v1','','','2016-09-19 21:27:33','2016-09-19 21:27:33','',8,'http://mitziconnell.com/demo18/8-revision-v1/',0,'revision','',0),(666,3,'2016-09-20 19:05:39','2016-09-20 19:05:39','','grey-quotation-marks-md','','inherit','open','closed','','grey-quotation-marks-md','','','2016-09-20 19:05:39','2016-09-20 19:05:39','',83,'http://mitziconnell.com/demo18/wp-content/uploads/2016/07/grey-quotation-marks-md.png',0,'attachment','image/png',0),(670,3,'2016-09-21 17:35:53','2016-09-21 17:35:53','','quotation_marks','','inherit','open','closed','','quotation_marks','','','2016-09-21 17:35:53','2016-09-21 17:35:53','',83,'http://mitziconnell.com/demo18/wp-content/uploads/2016/07/Quotation_Marks.png',0,'attachment','image/png',0),(683,2,'2016-09-21 18:06:38','2016-09-21 18:06:38','','Muriel Grobon Smith','','publish','closed','closed','','muriel-grobon-smith','','','2016-10-10 16:57:50','2016-10-10 16:57:50','',0,'http://mitziconnell.com/demo18/?post_type=ttshowcase&#038;p=683',0,'ttshowcase','',0),(684,3,'2016-09-21 18:05:54','2016-09-21 18:05:54','','quotation-mark-copy','','inherit','open','closed','','quotation-mark-copy','','','2016-09-21 18:05:54','2016-09-21 18:05:54','',683,'http://mitziconnell.com/demo18/wp-content/uploads/2016/09/quotation-mark-copy.png',0,'attachment','image/png',0),(685,3,'2016-09-21 18:10:43','2016-09-21 18:10:43','','043-128','','inherit','open','closed','','043-128','','','2016-09-21 18:10:43','2016-09-21 18:10:43','',683,'http://mitziconnell.com/demo18/wp-content/uploads/2016/09/043-128.png',0,'attachment','image/png',0),(686,3,'2016-09-21 18:13:50','2016-09-21 18:13:50','','writing','','inherit','open','closed','','writing','','','2016-09-21 18:13:50','2016-09-21 18:13:50','',683,'http://mitziconnell.com/demo18/wp-content/uploads/2016/09/writing.jpeg',0,'attachment','image/jpeg',0),(687,3,'2016-09-21 18:13:56','2016-09-21 18:13:56','','Muriel Grobon Smith','','inherit','closed','closed','','683-autosave-v1','','','2016-09-21 18:13:56','2016-09-21 18:13:56','',683,'http://mitziconnell.com/demo18/683-autosave-v1/',0,'revision','',0),(690,3,'2016-09-21 18:23:25','2016-09-21 18:23:25','','Karan Crump','','publish','closed','closed','','karan-crump','','','2016-10-10 16:57:27','2016-10-10 16:57:27','',0,'http://mitziconnell.com/demo18/?post_type=ttshowcase&#038;p=690',0,'ttshowcase','',0),(691,3,'2016-09-21 18:28:59','2016-09-21 18:28:59','[vc_row full_width=\"stretch_row_content_no_spaces\" content_placement=\"bottom\"][vc_column][vc_single_image image=\"612\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][vc_row_inner][vc_column_inner width=\"2/3\"][vc_column_text]\r\n<h6 style=\"font-size: 32px;\">WELCOME!</h6>\r\n<h6 style=\"font-size: 14px;\">Why we do what we do</h6>\r\n[divider height=\"20\"]\r\n\r\nAt Ruthâ€™s weâ€™re passionate about helping you reach optimal health. Each of us has worked her way through personal health problems, a process that instilled in us a drive to help others. If we can make you feel better, we feel better; itâ€™s as simple as that.\r\n\r\nWe want you feeling good and looking good. Thatâ€™s why we stock a wide variety of top-quality products: immune aids, brain boosters, non-toxic skin care, organic essential oils and much, much more. We believe in going the extra mile. Weâ€™re glad to special order customer-requested items or deliver prepaid products to your car when your lifeâ€™s too hectic to spend time in the store.\r\n\r\nWe study our craft, regularly attending both medical and natural health conferences, in order to share the latest information possible.\r\n\r\nWe take the time to listen, hear your story and offer the best solutions we know. The road to good health begins here; letâ€™s get started together![/vc_column_text][vc_column_text]\r\n<h3 style=\"text-align: left;\">Subscribe to our newsletter!</h3>\r\n<p style=\"text-align: center;\">[contact-form-7 id=\"212\" title=\"Newsletter one-row\"]</p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_empty_space][vc_gallery interval=\"3\" images=\"627,626,629,628,630,625\" img_size=\"full\" onclick=\"\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1471879090504{background-color: #f1fdea !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vc_text_separator title=\"Meet our Team!\" i_icon_fontawesome=\"fa fa-commenting\" i_color=\"violet\" color=\"chino\" style=\"dotted\" add_icon=\"true\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1471879140045{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/3\"][our_team style=\"horizontal\" image=\"591\" title=\"Cynthia Freese\" subtitle=\"Owner\" phone=\"256.883.4127\"][/our_team][vc_column_text]Cynthia has worked in Ruthâ€™s Nutrition since 1994 and owned it since 2007. Over those years she has served the public with grace, style and savvy, creating a locally owned store that offers a friendly, attractive atmosphere, top-quality products and some of the most knowledgeable health food store staffers in the region.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][our_team style=\"horizontal\" image=\"595\" title=\"Sue Cummings\" subtitle=\"Clinical Herbalist\" phone=\"256.883.4127\"][/our_team][vc_column_text]Sue is a clinical herbalist with a bachelorâ€™s degree in botanical medicine and professional membership in the American Herbalists Guild. After having a private practice for several years, she joined Ruthâ€™s Nutrition where sheâ€™s more than happy to share her expertise with customers for free.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][our_team style=\"horizontal\" image=\"592\" title=\"Anita Eisenberg\" subtitle=\"Health Specialist\" phone=\"256.883.4127\"][/our_team][vc_column_text]Anita has been in the health care business for more than 25 years, cataloging a vast knowledge of illnesses, products and their appropriate uses. Ask Anita a question and youâ€™ll likely get not only an informed answer but also an amazing amount of detail. Here at Ruthâ€™s Nutrition, sheâ€™s fondly known as The Walking Encyclopedia.[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1473189366464{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/3\"][our_team style=\"horizontal\" image=\"594\" title=\"Christine Dennis\" subtitle=\"Aromatherapy &amp; Skin Care Specialist\" phone=\"256.883.4127\"][/our_team][vc_column_text]Christine has a passion for children; just watch her light up any time a child is around. No wonder then that sheâ€™s made understanding childrenâ€™s ailments, health, and happiness her priority. Not only is she great with kids, sheâ€™s a maven when it comes to aromatherapy, skin care -- and our displays. If youâ€™ve seen one of her gift baskets, you know she knows how to make things look good.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][our_team style=\"horizontal\" image=\"593\" title=\"Barbara Musso\" subtitle=\"RN and Reflexologist\" phone=\"256.883.4127\"][/our_team][vc_column_text]Barb has been a registered nurse for more than 40 years, working in the operating room and in gerontology before joining the Ruthâ€™s Nutrition team. Sheâ€™s long been interested in alternative healing modalities, studying reflexology and learning to understand the subtle energies of the body. Known for her big heart and her caring listening skills, Barb has become a customer favorite.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"204\" img_size=\"full\" alignment=\"center\" style=\"vc_box_shadow_3d\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text][show-testimonials alias=\'About\'][/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1470328503897{background-color: #270639 !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: right; font-size: 20px; font-weight: 600;\"><span style=\"color: #ffffff;\">Questions?</span> <a style=\"font-size: 20px; font-weight: 600;\" href=\"http://74.124.197.205/~ruthsnut/contact\">Contact us!<i class=\"icon icon-right-circled\" style=\"margin-right: 7px;\"></i></a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Our Story','','inherit','closed','closed','','8-revision-v1','','','2016-09-21 18:28:59','2016-09-21 18:28:59','',8,'http://mitziconnell.com/demo18/8-revision-v1/',0,'revision','',0),(692,3,'2016-09-21 18:34:39','2016-09-21 18:34:39','','Gordon M','','publish','closed','closed','','gordon-m','','','2016-10-10 16:57:06','2016-10-10 16:57:06','',0,'http://mitziconnell.com/demo18/?post_type=ttshowcase&#038;p=692',0,'ttshowcase','',0),(695,3,'2016-09-21 18:43:15','2016-09-21 18:43:15','','Eileen Waites','','publish','closed','closed','','eileen-waites','','','2016-10-10 16:56:52','2016-10-10 16:56:52','',0,'http://mitziconnell.com/demo18/?post_type=ttshowcase&#038;p=695',0,'ttshowcase','',0),(696,3,'2016-09-21 18:44:20','2016-09-21 18:44:20','[vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space][fancy_heading h1=\"0\" style=\"line\" title=\"Our Services\" slogan=\"HOW CAN WE BRING HEALTH TO YOU?\"][/fancy_heading][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][our_team style=\"horizontal\" image=\"578\" title=\"Wellness Counseling\" subtitle=\"\r\n<h6>with Phyllis D. Light</h6>\r\n\" phone=\"256-931-0351\" email=\"phyllisdlight@hotmail.com \"][/our_team][vc_column_text]<img class=\"alignright wp-image-230\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/Herbal-Medicines-jpg-150x150.jpg\" alt=\"Herbal-Medicines jpg\" width=\"123\" height=\"123\" />Phyllis holds a masterâ€™s degree in health studies from the University of Alabama and is a professional member of the American Herbalists Guild, a member of the International Herb Association and the Herb Society of America.\r\n\r\nInitial consultations last about an hour and consist of a detailed medical history, pertinent questions concerning your condition, and a non-invasive assessment.\r\n\r\nPlease bring a list of medications, herbs or other supplements you are currently taking.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][our_team style=\"horizontal\" image=\"576\" title=\"Bio Energetics Testing\" subtitle=\"\r\n<h6>with Gordon Slack</h6>\r\n\" phone=\"256-883-4127\" email=\"81eaglescout@bellsouth.net \"][/our_team][vc_column_text]<img class=\"alignright wp-image-235\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/bio-energetics-testing-150x150.jpg\" alt=\"bio energetics testing\" width=\"123\" height=\"123\" />BioEnergetics Testing uses a computer to measure the electrical conductivity at responsive (meridian) points to assess which systems in the body have been compromised by environmental toxicity, nutritional deficiencies, emotional stress and energetic imbalances.\r\n\r\nOnce imbalances have been identified, the computer then recommends homeopathic and herbal remedies and/or nutritional supplementation to assist the body\'s healing process.\r\n\r\nGordon Slack earned his doctorate in bioenergetics with Zenia Richler, ND, NMD, of the Academy of BioEnergetics, Springfield, Mo. Gordon also is a certified lymphologist from the International Academy of Lymphology.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_separator][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][vc_column_text]\r\n<h4>Therapeutic Massage &amp;\r\nCranio-Sacral Therapy</h4>\r\n<h6>with Gabriele Farrales</h6>\r\n<img class=\"alignright wp-image-452 size-thumbnail\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/neck-pain-150x150.jpg\" width=\"150\" height=\"150\" />\r\n\r\nGabriele specializes in pain management and pain relief of muscles and soft tissue rehabilitation, including scar tissue release using myofascial release techniques and deep tissue massage.\r\n\r\nShe also does Upledger CranioSacral Therapy, which is a light touch, whole-body treatment technique that works with the bodyâ€™s craniosacral system to support and nourish the central nervous system, thereby improving overall health and well-being.\r\n\r\nGabriele Farrales is a massage therapist licensed in Alabama (Lic. #2426) and nationally board certified in Therapeutic Massage and Bodywork BCTMB.[/vc_column_text][vc_message icon_fontawesome=\"fa fa-phone\"]<span style=\"text-decoration: underline;\"><strong>Contact Gabriele:</strong></span>\r\n<a href=\"tel:256-652-6830\">256-652-6830</a>\r\n<a href=\"mailto:Gabriele.farrales@gmail.com\">Gabriele.farrales@gmail.com</a>[/vc_message][/vc_column][vc_column width=\"1/3\"][vc_column_text]\r\n<h4>Auricular\r\nTherapy</h4>\r\n<h6>with Gabriele Farrales</h6>\r\n<img class=\"alignright size-thumbnail wp-image-237\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/auricular-150x150.jpg\" alt=\"auricular\" width=\"150\" height=\"150\" />Auricular therapy can be used to help relieve and manage pain, including back pain, assist in overcoming addiction such as cigarette smoking, induce relaxation, and stimulate detoxification among an abundance of other benefits. Itâ€™s a non-invasive procedure that involves activating reflex points on the outside of the ear that correspond with parts of the body in order to stimulate, sedate, or balance those areas. Those reflex points are activated with a special tool that emits very mild electric impulses.\r\n\r\nGabriele Farrales is a certified Acupuncture Detoxification Specialist, and a Master in Auricular Therapy by Dr. LiChun Huang, who is the pioneer of modern Auricular Medicine from China. Sheâ€™s also a licensed massage therapist.[/vc_column_text][vc_message icon_fontawesome=\"fa fa-phone\"]<span style=\"text-decoration: underline;\"><strong>Contact Gabriele:</strong></span>\r\n<a href=\"tel:256-652-6830\">256-652-6830</a>\r\n<a href=\"mailto:Gabriele.farrales@gmail.com\">Gabriele.farrales@gmail.com</a>[/vc_message][/vc_column][vc_column width=\"1/3\"][vc_column_text]\r\n<h4>Reflexology\r\n&amp; Custom-Fitted Bras</h4>\r\n<h6>with Jean Mayo</h6>\r\n<img class=\"alignright size-thumbnail wp-image-231\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/reflexology-feet_grande-150x150.jpg\" alt=\"reflexology-feet_grande\" width=\"150\" height=\"150\" />Foot reflexology is an ancient healing therapy that involves stimulating reflex points on the feet in order to activate the bodyâ€™s own natural healing powers. Jean Mayo, certified reflexologist with more than 25 years of experience, will show you how relaxing and healing foot reflexology can be. Appointments are 60 minutes (recommended) and 30 minutes.\r\n\r\nJean also sells Custom-Fitted Bras. These bras offer extraordinary support and they come in 216 different sizes! No matter what your shape or size, Jean can find a bra designed with you in mind.[/vc_column_text][vc_message icon_fontawesome=\"fa fa-phone\"]<span style=\"text-decoration: underline;\"><strong>Contact Jean:</strong></span>\r\n<a href=\"tel:256-653-8017\">256-653-8017</a>[/vc_message][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text][show-testimonials alias=\'Services\'][/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1470328503897{background-color: #270639 !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: right; font-size: 20px; font-weight: 600;\"><span style=\"color: #ffffff;\">Questions?</span> <a style=\"font-size: 20px; font-weight: 600;\" href=\"http://74.124.197.205/~ruthsnut/contact\">Contact us!<i class=\"icon icon-right-circled\" style=\"margin-right: 7px;\"></i></a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Services','','inherit','closed','closed','','10-revision-v1','','','2016-09-21 18:44:20','2016-09-21 18:44:20','',10,'http://mitziconnell.com/demo18/10-revision-v1/',0,'revision','',0),(697,3,'2016-09-21 18:48:41','2016-09-21 18:48:41','This is what a testimonial looks like','Muriel Grobon Smith','','inherit','closed','closed','','221-autosave-v1','','','2016-09-21 18:48:41','2016-09-21 18:48:41','',221,'http://mitziconnell.com/demo18/221-autosave-v1/',0,'revision','',0),(713,3,'2016-09-21 19:59:38','2016-09-21 19:59:38','[vc_row full_width=\"stretch_row_content_no_spaces\" content_placement=\"bottom\"][vc_column][vc_single_image image=\"612\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][vc_row_inner][vc_column_inner width=\"2/3\"][vc_column_text]\r\n<h6 style=\"font-size: 32px;\">WELCOME!</h6>\r\n<h6 style=\"font-size: 14px;\">Why we do what we do</h6>\r\n[divider height=\"20\"]\r\n\r\nAt Ruthâ€™s weâ€™re passionate about helping you reach optimal health. Each of us has worked her way through personal health problems, a process that instilled in us a drive to help others. If we can make you feel better, we feel better; itâ€™s as simple as that.\r\n\r\nWe want you feeling good and looking good. Thatâ€™s why we stock a wide variety of top-quality products: immune aids, brain boosters, non-toxic skin care, organic essential oils and much, much more. We believe in going the extra mile. Weâ€™re glad to special order customer-requested items or deliver prepaid products to your car when your lifeâ€™s too hectic to spend time in the store.\r\n\r\nWe study our craft, regularly attending both medical and natural health conferences, in order to share the latest information possible.\r\n\r\nWe take the time to listen, hear your story and offer the best solutions we know. The road to good health begins here; letâ€™s get started together![/vc_column_text][vc_column_text]\r\n<h3 style=\"text-align: left;\">Subscribe to our newsletter!</h3>\r\n<p style=\"text-align: center;\">[contact-form-7 id=\"212\" title=\"Newsletter one-row\"]</p>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_empty_space][vc_gallery interval=\"3\" images=\"627,626,629,628,630,625\" img_size=\"full\" onclick=\"\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1471879090504{background-color: #f1fdea !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vc_text_separator title=\"Meet our Team!\" i_icon_fontawesome=\"fa fa-commenting\" i_color=\"violet\" color=\"chino\" style=\"dotted\" add_icon=\"true\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1471879140045{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/3\"][our_team style=\"horizontal\" image=\"591\" title=\"Cynthia Freese\" subtitle=\"Owner\" phone=\"256.883.4127\"][/our_team][vc_column_text]Cynthia has worked in Ruthâ€™s Nutrition since 1994 and owned it since 2007. Over those years she has served the public with grace, style and savvy, creating a locally owned store that offers a friendly, attractive atmosphere, top-quality products and some of the most knowledgeable health food store staffers in the region.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][our_team style=\"horizontal\" image=\"595\" title=\"Sue Cummings\" subtitle=\"Clinical Herbalist\" phone=\"256.883.4127\"][/our_team][vc_column_text]Sue is a clinical herbalist with a bachelorâ€™s degree in botanical medicine and professional membership in the American Herbalists Guild. After having a private practice for several years, she joined Ruthâ€™s Nutrition where sheâ€™s more than happy to share her expertise with customers for free.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][our_team style=\"horizontal\" image=\"592\" title=\"Anita Eisenberg\" subtitle=\"Health Specialist\" phone=\"256.883.4127\"][/our_team][vc_column_text]Anita has been in the health care business for more than 25 years, cataloging a vast knowledge of illnesses, products and their appropriate uses. Ask Anita a question and youâ€™ll likely get not only an informed answer but also an amazing amount of detail. Here at Ruthâ€™s Nutrition, sheâ€™s fondly known as The Walking Encyclopedia.[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1473189366464{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/3\"][our_team style=\"horizontal\" image=\"594\" title=\"Christine Dennis\" subtitle=\"Health Specialist\" phone=\"256.883.4127\"][/our_team][vc_column_text]Christine has a passion for children; just watch her light up any time a child is around. No wonder then that sheâ€™s made understanding childrenâ€™s ailments, health, and happiness her priority. Not only is she great with kids, sheâ€™s a maven when it comes to aromatherapy, skin care -- and our displays. If youâ€™ve seen one of her gift baskets, you know she knows how to make things look good.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][our_team style=\"horizontal\" image=\"593\" title=\"Barbara Musso\" subtitle=\"Health Specialist\" phone=\"256.883.4127\"][/our_team][vc_column_text]Barb has been a registered nurse for more than 40 years, working in the operating room and in gerontology before joining the Ruthâ€™s Nutrition team. Sheâ€™s long been interested in alternative healing modalities, studying reflexology and learning to understand the subtle energies of the body. Known for her big heart and her caring listening skills, Barb has become a customer favorite.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"204\" img_size=\"full\" alignment=\"center\" style=\"vc_box_shadow_3d\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text][show-testimonials alias=\'About\'][/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1470328503897{background-color: #270639 !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: right; font-size: 20px; font-weight: 600;\"><span style=\"color: #ffffff;\">Questions?</span> <a style=\"font-size: 20px; font-weight: 600;\" href=\"http://74.124.197.205/~ruthsnut/contact\">Contact us!<i class=\"icon icon-right-circled\" style=\"margin-right: 7px;\"></i></a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Our Story','','inherit','closed','closed','','8-revision-v1','','','2016-09-21 19:59:38','2016-09-21 19:59:38','',8,'http://mitziconnell.com/demo18/8-revision-v1/',0,'revision','',0),(714,3,'2016-09-21 20:22:28','2016-09-21 20:22:28','','Eileen Waites','','inherit','closed','closed','','695-autosave-v1','','','2016-09-21 20:22:28','2016-09-21 20:22:28','',695,'http://mitziconnell.com/demo18/695-autosave-v1/',0,'revision','',0),(716,3,'2016-10-10 15:45:16','2016-10-10 15:45:16','','ruths-logo-clear-bkgrnd-808x351','','inherit','open','closed','','ruths-logo-clear-bkgrnd-808x351-2','','','2016-10-10 15:45:16','2016-10-10 15:45:16','',0,'http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/10/Ruths-Logo-clear-bkgrnd-808x351.png',0,'attachment','image/png',0),(717,3,'2016-10-10 15:50:55','2016-10-10 15:50:55','','Health-Journey-01-cropped.jpg','','inherit','closed','closed','','health-journey-01-cropped-jpg','','','2016-10-10 15:50:55','2016-10-10 15:50:55','',0,'http://74.124.197.205/~ruthsnut/wp-content/uploads/revslider/ruths-homepage1/Health-Journey-01-cropped.jpg',0,'attachment','image/jpeg',0),(718,3,'2016-10-10 15:50:56','2016-10-10 15:50:56','','home_tailor_slider_sep.png','','inherit','closed','closed','','home-tailor-slider-sep-png-2','','','2016-10-10 15:50:56','2016-10-10 15:50:56','',0,'http://74.124.197.205/~ruthsnut/wp-content/uploads/revslider/ruths-homepage1/home_tailor_slider_sep.png',0,'attachment','image/png',0),(721,3,'2016-10-10 16:05:32','2016-10-10 16:05:32','','lavendaressentialoils660','','inherit','open','closed','','lavendaressentialoils660-2','','','2016-10-10 16:05:32','2016-10-10 16:05:32','',476,'http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/08/LavendarEssentialOils660.jpg',0,'attachment','image/jpeg',0),(722,3,'2016-10-10 16:11:20','2016-10-10 16:11:20','','solutions-digestive-wellness-01','','inherit','open','closed','','solutions-digestive-wellness-01-2','','','2016-10-10 16:11:20','2016-10-10 16:11:20','',475,'http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/08/SOLUTIONS-digestive-wellness-01.jpg',0,'attachment','image/jpeg',0),(723,3,'2016-10-10 16:11:35','2016-10-10 16:11:35','','solutions-menopause-management-01','','inherit','open','closed','','solutions-menopause-management-01-2','','','2016-10-10 16:11:35','2016-10-10 16:11:35','',475,'http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/08/SOLUTIONS-Menopause-Management-01.jpg',0,'attachment','image/jpeg',0),(724,3,'2016-10-10 16:11:41','2016-10-10 16:11:41','','solutions-skin-care','','inherit','open','closed','','solutions-skin-care-2','','','2016-10-10 16:11:41','2016-10-10 16:11:41','',475,'http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/08/SOLUTIONS-skin-care.jpg',0,'attachment','image/jpeg',0),(725,3,'2016-10-10 16:11:48','2016-10-10 16:11:48','','wellness-02','','inherit','open','closed','','wellness-02-2','','','2016-10-10 16:11:48','2016-10-10 16:11:48','',475,'http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/08/wellness-02.jpg',0,'attachment','image/jpeg',0),(726,3,'2016-10-10 16:11:57','2016-10-10 16:11:57','','wellness-03','','inherit','open','closed','','wellness-03-2','','','2016-10-10 16:11:57','2016-10-10 16:11:57','',475,'http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/08/wellness-03.jpg',0,'attachment','image/jpeg',0),(727,3,'2016-10-10 16:14:22','2016-10-10 16:14:22','','wellness_01_0-resized-1240w','','inherit','open','closed','','wellness_01_0-resized-1240w-2','','','2016-10-10 16:14:22','2016-10-10 16:14:22','',475,'http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/08/Wellness_01_0-RESIZED-1240W.jpg',0,'attachment','image/jpeg',0),(728,3,'2016-10-10 16:17:14','2016-10-10 16:17:14','','solutions-blood-sugar-01','','inherit','open','closed','','solutions-blood-sugar-01','','','2016-10-10 16:17:14','2016-10-10 16:17:14','',474,'http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/08/SOLUTIONS-blood-sugar-01.jpg',0,'attachment','image/jpeg',0),(729,3,'2016-10-10 16:17:23','2016-10-10 16:17:23','','solutions-blood-sugar-02','','inherit','open','closed','','solutions-blood-sugar-02-2','','','2016-10-10 16:17:23','2016-10-10 16:17:23','',474,'http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/08/SOLUTIONS-blood-sugar-02.jpg',0,'attachment','image/jpeg',0),(730,3,'2016-10-10 16:17:34','2016-10-10 16:17:34','','solutions-weight-management-01','','inherit','open','closed','','solutions-weight-management-01-2','','','2016-10-10 16:17:34','2016-10-10 16:17:34','',474,'http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/08/SOLUTIONS-weight-management-01.jpg',0,'attachment','image/jpeg',0),(731,3,'2016-10-10 16:19:53','2016-10-10 16:19:53','','solutions-healthy-kids-01','','inherit','open','closed','','solutions-healthy-kids-01-2','','','2016-10-10 16:19:53','2016-10-10 16:19:53','',473,'http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/08/SOLUTIONS-Healthy-Kids-01.jpg',0,'attachment','image/jpeg',0),(732,3,'2016-10-10 16:21:44','2016-10-10 16:21:44','','mood-eggs','','inherit','open','closed','','mood-eggs-2','','','2016-10-10 16:21:44','2016-10-10 16:21:44','',472,'http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/08/mood-eggs.jpg',0,'attachment','image/jpeg',0),(733,3,'2016-10-10 16:25:58','2016-10-10 16:25:58','','headers-header01gk-is-109','','inherit','open','closed','','headers-header01gk-is-109-2','','','2016-10-10 16:25:58','2016-10-10 16:25:58','',0,'http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/10/headers.header01gk-is-109.jpg',0,'attachment','image/jpeg',0),(734,3,'2016-10-10 16:26:01','2016-10-10 16:26:01','','headers-header02gk-is-109','','inherit','open','closed','','headers-header02gk-is-109-2','','','2016-10-10 16:26:01','2016-10-10 16:26:01','',0,'http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/10/headers.header02gk-is-109.jpg',0,'attachment','image/jpeg',0),(735,3,'2016-10-10 16:26:03','2016-10-10 16:26:03','','headers-header03gk-is-109','','inherit','open','closed','','headers-header03gk-is-109-2','','','2016-10-10 16:26:03','2016-10-10 16:26:03','',0,'http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/10/headers.header03gk-is-109.jpg',0,'attachment','image/jpeg',0),(736,3,'2016-10-10 16:26:07','2016-10-10 16:26:07','','headers-header04gk-is-109','','inherit','open','closed','','headers-header04gk-is-109-2','','','2016-10-10 16:26:07','2016-10-10 16:26:07','',0,'http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/10/headers.header04gk-is-109.jpg',0,'attachment','image/jpeg',0),(737,3,'2016-10-10 16:26:09','2016-10-10 16:26:09','','headers-header05gk-is-109','','inherit','open','closed','','headers-header05gk-is-109-2','','','2016-10-10 16:26:09','2016-10-10 16:26:09','',0,'http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/10/headers.header05gk-is-109.jpg',0,'attachment','image/jpeg',0),(738,3,'2016-10-10 16:26:11','2016-10-10 16:26:11','','headers-header10gk-is-109','','inherit','open','closed','','headers-header10gk-is-109-2','','','2016-10-10 16:26:11','2016-10-10 16:26:11','',0,'http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/10/headers.header10gk-is-109.jpg',0,'attachment','image/jpeg',0),(739,3,'2016-10-10 16:26:14','2016-10-10 16:26:14','','headers-header11gk-is-109','','inherit','open','closed','','headers-header11gk-is-109-2','','','2016-10-10 16:26:14','2016-10-10 16:26:14','',0,'http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/10/headers.header11gk-is-109.jpg',0,'attachment','image/jpeg',0),(740,3,'2016-10-10 16:26:16','2016-10-10 16:26:16','','headers-header15gk-is-109','','inherit','open','closed','','headers-header15gk-is-109-2','','','2016-10-10 16:26:16','2016-10-10 16:26:16','',0,'http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/10/headers.header15gk-is-109.jpg',0,'attachment','image/jpeg',0),(741,3,'2016-10-10 16:26:18','2016-10-10 16:26:18','','headers-header16gk-is-109','','inherit','open','closed','','headers-header16gk-is-109-2','','','2016-10-10 16:26:18','2016-10-10 16:26:18','',0,'http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/10/headers.header16gk-is-109.jpg',0,'attachment','image/jpeg',0),(742,3,'2016-10-10 16:26:20','2016-10-10 16:26:20','','headers-header18gk-is-109','','inherit','open','closed','','headers-header18gk-is-109-2','','','2016-10-10 16:26:20','2016-10-10 16:26:20','',0,'http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/10/headers.header18gk-is-109.jpg',0,'attachment','image/jpeg',0),(743,3,'2016-10-10 16:26:22','2016-10-10 16:26:22','','headers-header20gk-is-109','','inherit','open','closed','','headers-header20gk-is-109-2','','','2016-10-10 16:26:22','2016-10-10 16:26:22','',0,'http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/10/headers.header20gk-is-109.jpg',0,'attachment','image/jpeg',0),(744,3,'2016-10-10 16:26:31','2016-10-10 16:26:31','','herbal-medicines-jpg','','inherit','open','closed','','herbal-medicines-jpg-2','','','2016-10-10 16:26:31','2016-10-10 16:26:31','',0,'http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/10/Herbal-Medicines-jpg.jpg',0,'attachment','image/jpeg',0),(745,3,'2016-10-10 16:26:34','2016-10-10 16:26:34','','neck-pain','','inherit','open','closed','','neck-pain-2','','','2016-10-10 16:26:34','2016-10-10 16:26:34','',0,'http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/10/neck-pain.jpg',0,'attachment','image/jpeg',0),(746,3,'2016-10-10 16:26:39','2016-10-10 16:26:39','','reflexology-feet_grande','','inherit','open','closed','','reflexology-feet_grande-2','','','2016-10-10 16:26:39','2016-10-10 16:26:39','',0,'http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/10/reflexology-feet_grande.jpg',0,'attachment','image/jpeg',0),(747,3,'2016-10-10 16:27:25','2016-10-10 16:27:25','','additional-services-469x313','','inherit','open','closed','','additional-services-469x313-2','','','2016-10-10 16:27:25','2016-10-10 16:27:25','',0,'http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/10/Additional-Services-469x313.jpg',0,'attachment','image/jpeg',0),(748,3,'2016-10-10 16:27:27','2016-10-10 16:27:27','','additional-services-500w','','inherit','open','closed','','additional-services-500w-2','','','2016-10-10 16:27:27','2016-10-10 16:27:27','',0,'http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/10/Additional-Services-500w.jpg',0,'attachment','image/jpeg',0),(749,3,'2016-10-10 16:27:29','2016-10-10 16:27:29','','additional-services','','inherit','open','closed','','additional-services','','','2016-10-10 16:27:29','2016-10-10 16:27:29','',0,'http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/10/Additional-Services.jpg',0,'attachment','image/jpeg',0),(750,3,'2016-10-10 16:27:38','2016-10-10 16:27:38','','how-we-help-469x313','','inherit','open','closed','','how-we-help-469x313-2','','','2016-10-10 16:27:38','2016-10-10 16:27:38','',0,'http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/10/how-we-help-469x313.jpg',0,'attachment','image/jpeg',0),(751,3,'2016-10-10 16:27:40','2016-10-10 16:27:40','','how-we-help-500w','','inherit','open','closed','','how-we-help-500w-2','','','2016-10-10 16:27:40','2016-10-10 16:27:40','',0,'http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/10/how-we-help-500w.jpg',0,'attachment','image/jpeg',0),(752,3,'2016-10-10 16:27:43','2016-10-10 16:27:43','','how-we-help','','inherit','open','closed','','how-we-help','','','2016-10-10 16:27:43','2016-10-10 16:27:43','',0,'http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/10/how-we-help.jpg',0,'attachment','image/jpeg',0),(753,3,'2016-10-10 16:27:51','2016-10-10 16:27:51','','to-be-discussed','','inherit','open','closed','','to-be-discussed','','','2016-10-10 16:27:51','2016-10-10 16:27:51','',0,'http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/10/to-be-discussed.jpg',0,'attachment','image/jpeg',0),(754,3,'2016-10-10 16:28:00','2016-10-10 16:28:00','','who-we-are-mc-crop-442x313','','inherit','open','closed','','who-we-are-mc-crop-442x313-2','','','2016-10-10 16:28:00','2016-10-10 16:28:00','',0,'http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/10/Who-We-Are-MC-crop-442x313.jpg',0,'attachment','image/jpeg',0),(755,3,'2016-10-10 16:28:04','2016-10-10 16:28:04','','who-we-are-mc-crop','','inherit','open','closed','','who-we-are-mc-crop','','','2016-10-10 16:28:04','2016-10-10 16:28:04','',0,'http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/10/Who-We-Are-MC-crop.jpg',0,'attachment','image/jpeg',0),(756,3,'2016-10-10 16:28:15','2016-10-10 16:28:15','','who-we-are-469x313','','inherit','open','closed','','who-we-are-469x313-2','','','2016-10-10 16:28:15','2016-10-10 16:28:15','',0,'http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/10/Who-We-Are-469X313.jpg',0,'attachment','image/jpeg',0),(757,3,'2016-10-10 16:28:18','2016-10-10 16:28:18','','who-we-are-500w','','inherit','open','closed','','who-we-are-500w-2','','','2016-10-10 16:28:18','2016-10-10 16:28:18','',0,'http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/10/Who-We-Are-500w.jpg',0,'attachment','image/jpeg',0),(758,3,'2016-10-10 16:28:21','2016-10-10 16:28:21','','who-we-are-photoscape-crop','','inherit','open','closed','','who-we-are-photoscape-crop-2','','','2016-10-10 16:28:21','2016-10-10 16:28:21','',0,'http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/10/Who-We-Are-Photoscape-Crop.jpg',0,'attachment','image/jpeg',0),(759,3,'2016-10-10 16:28:28','2016-10-10 16:28:28','','who-we-are','','inherit','open','closed','','who-we-are-2','','','2016-10-10 16:28:28','2016-10-10 16:28:28','',0,'http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/10/Who-We-Are.jpg',0,'attachment','image/jpeg',0),(760,3,'2016-10-10 16:28:38','2016-10-10 16:28:38','','who-we-are_crop-500x313','','inherit','open','closed','','who-we-are_crop-500x313','','','2016-10-10 16:28:38','2016-10-10 16:28:38','',0,'http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/10/WHO-WE-ARE_crop-500x313.jpg',0,'attachment','image/jpeg',0),(761,3,'2016-10-10 16:28:41','2016-10-10 16:28:41','','who-we-are_crop','','inherit','open','closed','','who-we-are_crop','','','2016-10-10 16:28:41','2016-10-10 16:28:41','',0,'http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/10/WHO-WE-ARE_crop.jpg',0,'attachment','image/jpeg',0),(762,3,'2016-10-10 16:28:49','2016-10-10 16:28:49','','across-top-of-about-us-page-cropped','','inherit','open','closed','','across-top-of-about-us-page-cropped-3','','','2016-10-10 16:28:49','2016-10-10 16:28:49','',0,'http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/10/Across-Top-of-About-Us-Page-CROPPED.jpg',0,'attachment','image/jpeg',0),(763,3,'2016-10-10 16:28:54','2016-10-10 16:28:54','','across-top-of-about-us-page','','inherit','open','closed','','across-top-of-about-us-page','','','2016-10-10 16:28:54','2016-10-10 16:28:54','',0,'http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/10/Across-Top-of-About-Us-Page.jpg',0,'attachment','image/jpeg',0),(764,3,'2016-10-10 16:29:01','2016-10-10 16:29:01','','anita','','inherit','open','closed','','anita-2','','','2016-10-10 16:29:01','2016-10-10 16:29:01','',0,'http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/10/Anita.jpg',0,'attachment','image/jpeg',0),(765,3,'2016-10-10 16:29:12','2016-10-10 16:29:12','','barb','','inherit','open','closed','','barb-2','','','2016-10-10 16:29:12','2016-10-10 16:29:12','',0,'http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/10/Barb.jpg',0,'attachment','image/jpeg',0),(766,3,'2016-10-10 16:29:24','2016-10-10 16:29:24','','christine','','inherit','open','closed','','christine-2','','','2016-10-10 16:29:24','2016-10-10 16:29:24','',0,'http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/10/Christine.jpg',0,'attachment','image/jpeg',0),(767,3,'2016-10-10 16:29:36','2016-10-10 16:29:36','','cynthia','','inherit','open','closed','','cynthia-2','','','2016-10-10 16:29:36','2016-10-10 16:29:36','',0,'http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/10/Cynthia.jpg',0,'attachment','image/jpeg',0),(768,3,'2016-10-10 16:29:46','2016-10-10 16:29:46','','rotation-baby-ruths-500h-cropped','','inherit','open','closed','','rotation-baby-ruths-500h-cropped-2','','','2016-10-10 16:29:46','2016-10-10 16:29:46','',0,'http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/10/Rotation-Baby-Ruths-500H-CROPPED.jpg',0,'attachment','image/jpeg',0),(769,3,'2016-10-10 16:29:51','2016-10-10 16:29:51','','rotation-baby-ruths-500h','','inherit','open','closed','','rotation-baby-ruths-500h-2','','','2016-10-10 16:29:51','2016-10-10 16:29:51','',0,'http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/10/Rotation-Baby-Ruths-500H.jpg',0,'attachment','image/jpeg',0),(770,3,'2016-10-10 16:29:56','2016-10-10 16:29:56','','rotation-baby-ruths-500x500','','inherit','open','closed','','rotation-baby-ruths-500x500-2','','','2016-10-10 16:29:56','2016-10-10 16:29:56','',0,'http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/10/Rotation-Baby-Ruths-500x500.jpg',0,'attachment','image/jpeg',0),(771,3,'2016-10-10 16:30:05','2016-10-10 16:30:05','','rotation-baby-ruths','','inherit','open','closed','','rotation-baby-ruths','','','2016-10-10 16:30:05','2016-10-10 16:30:05','',0,'http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/10/Rotation-Baby-Ruths.jpg',0,'attachment','image/jpeg',0),(772,3,'2016-10-10 16:30:15','2016-10-10 16:30:15','','rotation-bracelets-500w','','inherit','open','closed','','rotation-bracelets-500w-2','','','2016-10-10 16:30:15','2016-10-10 16:30:15','',0,'http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/10/Rotation-bracelets-500W.jpg',0,'attachment','image/jpeg',0),(773,3,'2016-10-10 16:30:17','2016-10-10 16:30:17','','rotation-bracelets-500x500','','inherit','open','closed','','rotation-bracelets-500x500-2','','','2016-10-10 16:30:17','2016-10-10 16:30:17','',0,'http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/10/Rotation-bracelets-500x500.jpg',0,'attachment','image/jpeg',0),(774,3,'2016-10-10 16:30:28','2016-10-10 16:30:28','','rotation-bracelets','','inherit','open','closed','','rotation-bracelets','','','2016-10-10 16:30:28','2016-10-10 16:30:28','',0,'http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/10/Rotation-bracelets.jpg',0,'attachment','image/jpeg',0),(775,3,'2016-10-10 16:30:39','2016-10-10 16:30:39','','rotation-front-door-500x500-cropped','','inherit','open','closed','','rotation-front-door-500x500-cropped-2','','','2016-10-10 16:30:39','2016-10-10 16:30:39','',0,'http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/10/Rotation-front-door-500x500-CROPPED.jpg',0,'attachment','image/jpeg',0),(776,3,'2016-10-10 16:30:42','2016-10-10 16:30:42','','rotation-front-door-500x500','','inherit','open','closed','','rotation-front-door-500x500-3','','','2016-10-10 16:30:42','2016-10-10 16:30:42','',0,'http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/10/Rotation-front-door-500x500.jpg',0,'attachment','image/jpeg',0),(777,3,'2016-10-10 16:30:47','2016-10-10 16:30:47','','rotation-front-door','','inherit','open','closed','','rotation-front-door','','','2016-10-10 16:30:47','2016-10-10 16:30:47','',0,'http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/10/Rotation-front-door.jpg',0,'attachment','image/jpeg',0),(778,3,'2016-10-10 16:30:55','2016-10-10 16:30:55','','rotation-santevia-500h-cropped','','inherit','open','closed','','rotation-santevia-500h-cropped-2','','','2016-10-10 16:30:55','2016-10-10 16:30:55','',0,'http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/10/Rotation-Santevia-500H-CROPPED.jpg',0,'attachment','image/jpeg',0),(779,3,'2016-10-10 16:30:57','2016-10-10 16:30:57','','rotation-santevia-500h','','inherit','open','closed','','rotation-santevia-500h-2','','','2016-10-10 16:30:57','2016-10-10 16:30:57','',0,'http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/10/Rotation-Santevia-500H.jpg',0,'attachment','image/jpeg',0),(780,3,'2016-10-10 16:30:59','2016-10-10 16:30:59','','rotation-santevia-500x500','','inherit','open','closed','','rotation-santevia-500x500-2','','','2016-10-10 16:30:59','2016-10-10 16:30:59','',0,'http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/10/Rotation-Santevia-500x500.jpg',0,'attachment','image/jpeg',0),(781,3,'2016-10-10 16:31:05','2016-10-10 16:31:05','','rotation-santevia','','inherit','open','closed','','rotation-santevia','','','2016-10-10 16:31:05','2016-10-10 16:31:05','',0,'http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/10/Rotation-Santevia.jpg',0,'attachment','image/jpeg',0),(782,3,'2016-10-10 16:31:15','2016-10-10 16:31:15','','rotation-shopping-500w','','inherit','open','closed','','rotation-shopping-500w-2','','','2016-10-10 16:31:15','2016-10-10 16:31:15','',0,'http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/10/Rotation-shopping-500W.jpg',0,'attachment','image/jpeg',0),(783,3,'2016-10-10 16:31:19','2016-10-10 16:31:19','','rotation-shopping-500x500','','inherit','open','closed','','rotation-shopping-500x500-2','','','2016-10-10 16:31:19','2016-10-10 16:31:19','',0,'http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/10/Rotation-shopping-500x500.jpg',0,'attachment','image/jpeg',0),(784,3,'2016-10-10 16:31:26','2016-10-10 16:31:26','','rotation-shopping','','inherit','open','closed','','rotation-shopping','','','2016-10-10 16:31:26','2016-10-10 16:31:26','',0,'http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/10/Rotation-shopping.jpg',0,'attachment','image/jpeg',0),(785,3,'2016-10-10 16:31:38','2016-10-10 16:31:38','','rotation-young-living-500w','','inherit','open','closed','','rotation-young-living-500w-2','','','2016-10-10 16:31:38','2016-10-10 16:31:38','',0,'http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/10/Rotation-Young-Living-500w.jpg',0,'attachment','image/jpeg',0),(786,3,'2016-10-10 16:31:45','2016-10-10 16:31:45','','rotation-young-living-500x500','','inherit','open','closed','','rotation-young-living-500x500-2','','','2016-10-10 16:31:45','2016-10-10 16:31:45','',0,'http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/10/Rotation-Young-Living-500x500.jpg',0,'attachment','image/jpeg',0),(787,3,'2016-10-10 16:31:47','2016-10-10 16:31:47','','rotation-young-living','','inherit','open','closed','','rotation-young-living','','','2016-10-10 16:31:47','2016-10-10 16:31:47','',0,'http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/10/Rotation-Young-Living.jpg',0,'attachment','image/jpeg',0),(788,3,'2016-10-10 16:31:55','2016-10-10 16:31:55','','sue','','inherit','open','closed','','sue-2','','','2016-10-10 16:31:55','2016-10-10 16:31:55','',0,'http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/10/Sue.jpg',0,'attachment','image/jpeg',0),(789,3,'2016-10-10 16:32:04','2016-10-10 16:32:04','','gordon','','inherit','open','closed','','gordon-2','','','2016-10-10 16:32:04','2016-10-10 16:32:04','',0,'http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/10/Gordon.jpg',0,'attachment','image/jpeg',0),(790,3,'2016-10-10 16:32:14','2016-10-10 16:32:14','','lavendaressentialoils660','','inherit','open','closed','','lavendaressentialoils660-3','','','2016-10-10 16:32:14','2016-10-10 16:32:14','',0,'http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/10/LavendarEssentialOils660.jpg',0,'attachment','image/jpeg',0),(791,3,'2016-10-10 16:32:16','2016-10-10 16:32:16','','pain-management1','','inherit','open','closed','','pain-management1','','','2016-10-10 16:32:16','2016-10-10 16:32:16','',0,'http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/10/pain-management1.jpg',0,'attachment','image/jpeg',0),(792,3,'2016-10-10 16:32:18','2016-10-10 16:32:18','','phyllis-light-2016-cropped-square','','inherit','open','closed','','phyllis-light-2016-cropped-square-2','','','2016-10-10 16:32:18','2016-10-10 16:32:18','',0,'http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/10/Phyllis-Light-2016-cropped-square.jpg',0,'attachment','image/jpeg',0),(793,3,'2016-10-10 16:32:20','2016-10-10 16:32:20','','phyllis-light-2016','','inherit','open','closed','','phyllis-light-2016-2','','','2016-10-10 16:32:20','2016-10-10 16:32:20','',0,'http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/10/Phyllis-Light-2016.jpg',0,'attachment','image/jpeg',0),(794,3,'2016-10-10 16:32:23','2016-10-10 16:32:23','','antioxidant-powerhouse','','inherit','open','closed','','antioxidant-powerhouse-2','','','2016-10-10 16:32:23','2016-10-10 16:32:23','',0,'http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/10/Antioxidant-PowerHouse.jpg',0,'attachment','image/jpeg',0),(795,3,'2016-10-10 16:32:26','2016-10-10 16:32:26','','september-sales','','inherit','open','closed','','september-sales-2','','','2016-10-10 16:32:26','2016-10-10 16:32:26','',0,'http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/10/September-Sales.png',0,'attachment','image/png',0),(796,3,'2016-10-10 16:32:30','2016-10-10 16:32:30','','talk-to-us','','inherit','open','closed','','talk-to-us-2','','','2016-10-10 16:32:30','2016-10-10 16:32:30','',0,'http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/10/Talk-to-us.jpg',0,'attachment','image/jpeg',0),(797,3,'2016-10-10 16:32:32','2016-10-10 16:32:32','','bottom-front-desk','','inherit','open','closed','','bottom-front-desk-2','','','2016-10-10 16:32:32','2016-10-10 16:32:32','',0,'http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/10/Bottom-front-desk.jpg',0,'attachment','image/jpeg',0),(798,3,'2016-10-10 16:32:35','2016-10-10 16:32:35','','bottom-nail-polish','','inherit','open','closed','','bottom-nail-polish-2','','','2016-10-10 16:32:35','2016-10-10 16:32:35','',0,'http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/10/Bottom-Nail-Polish.jpg',0,'attachment','image/jpeg',0),(799,3,'2016-10-10 16:32:37','2016-10-10 16:32:37','','bottom-outside','','inherit','open','closed','','bottom-outside-2','','','2016-10-10 16:32:37','2016-10-10 16:32:37','',0,'http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/10/Bottom-outside.jpg',0,'attachment','image/jpeg',0),(800,3,'2016-10-10 16:32:45','2016-10-10 16:32:45','','bottom-shopping-2-500w','','inherit','open','closed','','bottom-shopping-2-500w-2','','','2016-10-10 16:32:45','2016-10-10 16:32:45','',0,'http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/10/Bottom-shopping-2-500W.jpg',0,'attachment','image/jpeg',0),(801,3,'2016-10-10 16:32:50','2016-10-10 16:32:50','','bottom-shopping-2','','inherit','open','closed','','bottom-shopping-2','','','2016-10-10 16:32:50','2016-10-10 16:32:50','',0,'http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/10/Bottom-shopping-2.jpg',0,'attachment','image/jpeg',0),(802,3,'2016-10-10 16:33:01','2016-10-10 16:33:01','','bottom-shopping','','inherit','open','closed','','bottom-shopping-3','','','2016-10-10 16:33:01','2016-10-10 16:33:01','',0,'http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/10/Bottom-shopping.jpg',0,'attachment','image/jpeg',0),(803,3,'2016-10-10 16:33:04','2016-10-10 16:33:04','','replacement','','inherit','open','closed','','replacement-2','','','2016-10-10 16:33:04','2016-10-10 16:33:04','',0,'http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/10/REPLACEMENT.jpg',0,'attachment','image/jpeg',0),(804,3,'2016-10-10 16:33:06','2016-10-10 16:33:06','','ruths-nutrition-321','','inherit','open','closed','','ruths-nutrition-321-2','','','2016-10-10 16:33:06','2016-10-10 16:33:06','',0,'http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/10/Ruths-Nutrition-321.jpg',0,'attachment','image/jpeg',0),(805,3,'2016-10-10 16:33:08','2016-10-10 16:33:08','','ruths-nutrition-337','','inherit','open','closed','','ruths-nutrition-337-2','','','2016-10-10 16:33:08','2016-10-10 16:33:08','',0,'http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/10/Ruths-Nutrition-337.jpg',0,'attachment','image/jpeg',0),(806,3,'2016-10-10 16:35:24','2016-10-10 16:35:24','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h3>A Mighty Punch</h3>\r\nWeâ€™ve all probably heard the theory oxidative stress is the primary cause of cellular damage and aging. Thatâ€™s had many of us taking a handful of pills to address the issue. Thank goodness, Nordic Naturals has developed Omega Curcumin, which gives us a mighty antioxidant punch in just one dose (two pills).\r\n\r\nOmega Curcumin is a combination of concentrated anti-inflammatory fish oils EPA (490mg) &amp; DHA (350 mg), along with the antioxidants curcumin (400mg), L-glutathione (150 mg) and N-acetylcysteine (200 mg). Each nutrient plays a distinct yet complementary role in reducing oxidative stress to help maintain cellular health and support metabolic balance.\r\n\r\nAnother interesting point is that the curcumin used is a patented form called LongVida. Basically, it wraps the curcumin in a lipid (fat) coat, which makes the curcumin easier to absorb. Unlike other turmeric/curcumin brands, LongVida has studies showing it crosses the blood-brain barrier.\r\n\r\nCome try a bottle and give us some feedback. Weâ€™d love to know what you think![/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"794\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Antioxidant Powerhouse','Weâ€™ve all probably heard the theory oxidative stress is the primary cause of cellular damage and aging. Thatâ€™s had many of us taking a handful of pills to address the issue. Thank goodness, Nordic Naturals has developed Omega Curcumin, which gives us a mighty antioxidant punch in just one dose (two pills).','inherit','closed','closed','','152-revision-v1','','','2016-10-10 16:35:24','2016-10-10 16:35:24','',152,'http://74.124.197.205/~ruthsnut/152-revision-v1/',0,'revision','',0),(807,3,'2016-10-10 16:36:38','2016-10-10 16:36:38','[vc_row][vc_column width=\"1/3\"][vc_single_image image=\"795\" img_size=\"full\" alignment=\"center\" css_animation=\"appear\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]\r\n<h3>Weâ€™ve got two great lines on sale during September!</h3>\r\n<strong>Derma-e, natural skincare solutions that work!</strong> Every Derma-e formula is paraben-free, phthalate-free, GMO free, gluten-free, sodium lauryl sulfate-free, petrolatum-free, mineral oil-free and dye free. Theyâ€™re also 100% vegan and animal cruelty-free. You can pick from face creams, cleansers, toners and serums for aging skin, sensitive skin, dry skin and more. Come see us and weâ€™ll help you pick the product that best suits you.\r\n\r\n<strong>Gaia Herbs, plant intelligence.</strong> Gaia is an organic herb farm in North Carolina that produces some of the best herb products in the business. With cold and flu season upon us, you might think about stocking up on Quick Defense or Immune A.S.A.P. -- both have worked well for us at Ruthâ€™s -- or the classic Echinacea/Goldenseal. Since students have returned to school, more of our customers are complaining of stress. If youâ€™re in this category, you might consider the adaptogen formula, Adrenal Health Daily Support. And if youâ€™re tired, thereâ€™s Energy &amp; Vitality. Both formulas get good reports from customers.\r\n\r\nDerma-e and Gaia Herbs have plenty more items to choose from and both are on sale till the end of this month. Come check out our great products @ great prices![/vc_column_text][/vc_column][/vc_row]','September Sales','Weâ€™ve got two great lines on sale during September!\r\n','inherit','closed','closed','','150-revision-v1','','','2016-10-10 16:36:38','2016-10-10 16:36:38','',150,'http://74.124.197.205/~ruthsnut/150-revision-v1/',0,'revision','',0),(808,3,'2016-10-10 16:37:25','2016-10-10 16:37:25','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h3>We\'re always looking for new ways to better serve our customers. To do that, we need to hear from you!</h3>\r\nIf there\'s a product you want and you don\'t find it on our shelves, tell us! We\'ll do our best to bring in what customers most want. If you need a product but you donâ€™t have much time, call us! Pay for the product over the phone then call us when youâ€™re in our parking lot. Weâ€™ll bring it out to your car.\r\n\r\nWe\'re listening to our customers and making a list. Please help us to serve you better and to make Ruth\'s Nutrition one of your favorite places to shop![/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"796\" img_size=\"full\" alignment=\"center\" css_animation=\"right-to-left\"][/vc_column][/vc_row]','Talk to Us!','We\'re listening to our customers and making a list. Please help us to serve you better and to make Ruth\'s Nutrition one of your favorite places to shop!\r\n','inherit','closed','closed','','145-revision-v1','','','2016-10-10 16:37:25','2016-10-10 16:37:25','',145,'http://74.124.197.205/~ruthsnut/145-revision-v1/',0,'revision','',0),(809,3,'2016-10-10 16:42:35','2016-10-10 16:42:35','','quote-03','','inherit','open','closed','','quote-03-2','','','2016-10-10 16:42:35','2016-10-10 16:42:35','',8,'http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/Quote-03.jpg',0,'attachment','image/jpeg',0),(810,3,'2016-10-10 16:49:27','2016-10-10 16:49:27','[vc_row full_width=\"stretch_row_content_no_spaces\" content_placement=\"bottom\"][vc_column][vc_single_image image=\"762\" img_size=\"full\" alignment=\"center\"][/vc_column][/vc_row][vc_row][vc_column][vc_row_inner][vc_column_inner width=\"2/3\"][vc_column_text]\r\n<h6 style=\"font-size: 32px;\">WELCOME!</h6>\r\n<h6 style=\"font-size: 14px;\">Why we do what we do</h6>\r\n[divider height=\"20\"]\r\n\r\nAt Ruthâ€™s weâ€™re passionate about helping you reach optimal health. Each of us has worked her way through personal health problems, a process that instilled in us a drive to help others. If we can make you feel better, we feel better; itâ€™s as simple as that.\r\n\r\nWe want you feeling good and looking good. Thatâ€™s why we stock a wide variety of top-quality products: immune aids, brain boosters, non-toxic skin care, organic essential oils and much, much more. We believe in going the extra mile. Weâ€™re glad to special order customer-requested items or deliver prepaid products to your car when your lifeâ€™s too hectic to spend time in the store.\r\n\r\nWe study our craft, regularly attending both medical and natural health conferences, in order to share the latest information possible.\r\n\r\nWe take the time to listen, hear your story and offer the best solutions we know. The road to good health begins here; letâ€™s get started together![/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_empty_space][vc_gallery interval=\"3\" images=\"776,773,783,780,786\" img_size=\"full\" onclick=\"\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1471879090504{background-color: #f1fdea !important;}\"][vc_column][vc_row_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][vc_column_inner width=\"2/3\"][vc_text_separator title=\"Meet our Team!\" i_icon_fontawesome=\"fa fa-commenting\" i_color=\"violet\" color=\"chino\" style=\"dotted\" add_icon=\"true\"][/vc_column_inner][vc_column_inner width=\"1/6\"][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1471879140045{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/3\"][our_team style=\"horizontal\" image=\"767\" title=\"Cynthia Freese\" subtitle=\"Owner\" phone=\"256.883.4127\"][/our_team][vc_column_text]Cynthia has worked in Ruthâ€™s Nutrition since 1994 and owned it since 2007. Over those years she has served the public with grace, style and savvy, creating a locally owned store that offers a friendly, attractive atmosphere, top-quality products and some of the most knowledgeable health food store staffers in the region.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][our_team style=\"horizontal\" image=\"788\" title=\"Sue Cummings\" subtitle=\"Clinical Herbalist\" phone=\"256.883.4127\"][/our_team][vc_column_text]Sue is a clinical herbalist with a bachelorâ€™s degree in botanical medicine and professional membership in the American Herbalists Guild. After having a private practice for several years, she joined Ruthâ€™s Nutrition where sheâ€™s more than happy to share her expertise with customers for free.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][our_team style=\"horizontal\" image=\"764\" title=\"Anita Eisenberg\" subtitle=\"Health Specialist\" phone=\"256.883.4127\"][/our_team][vc_column_text]Anita has been in the health care business for more than 25 years, cataloging a vast knowledge of illnesses, products and their appropriate uses. Ask Anita a question and youâ€™ll likely get not only an informed answer but also an amazing amount of detail. Here at Ruthâ€™s Nutrition, sheâ€™s fondly known as The Walking Encyclopedia.[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner css=\".vc_custom_1473189366464{padding-right: 30px !important;padding-left: 30px !important;}\"][vc_column_inner width=\"1/3\"][our_team style=\"horizontal\" image=\"766\" title=\"Christine Dennis\" subtitle=\"Health Specialist\" phone=\"256.883.4127\"][/our_team][vc_column_text]Christine has a passion for children; just watch her light up any time a child is around. No wonder then that sheâ€™s made understanding childrenâ€™s ailments, health, and happiness her priority. Not only is she great with kids, sheâ€™s a maven when it comes to aromatherapy, skin care -- and our displays. If youâ€™ve seen one of her gift baskets, you know she knows how to make things look good.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][our_team style=\"horizontal\" image=\"765\" title=\"Barbara Musso\" subtitle=\"Health Specialist\" phone=\"256.883.4127\"][/our_team][vc_column_text]Barb has been a registered nurse for more than 40 years, working in the operating room and in gerontology before joining the Ruthâ€™s Nutrition team. Sheâ€™s long been interested in alternative healing modalities, studying reflexology and learning to understand the subtle energies of the body. Known for her big heart and her caring listening skills, Barb has become a customer favorite.[/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_single_image image=\"809\" img_size=\"full\" alignment=\"center\" style=\"vc_box_shadow_3d\"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text][show-testimonials alias=\'About\'][/vc_column_text][/vc_column_inner][vc_column_inner width=\"1/4\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1470328503897{background-color: #270639 !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: right; font-size: 20px; font-weight: 600;\"><span style=\"color: #ffffff;\">Questions?</span> <a style=\"font-size: 20px; font-weight: 600;\" href=\"http://74.124.197.205/~ruthsnut/contact\">Contact us!<i class=\"icon icon-right-circled\" style=\"margin-right: 7px;\"></i></a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Our Story','','inherit','closed','closed','','8-revision-v1','','','2016-10-10 16:49:27','2016-10-10 16:49:27','',8,'http://74.124.197.205/~ruthsnut/8-revision-v1/',0,'revision','',0),(811,3,'2016-10-10 16:55:16','2016-10-10 16:55:16','','writing','','inherit','open','closed','','writing-2','','','2016-10-10 16:55:16','2016-10-10 16:55:16','',0,'http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/10/writing.jpeg',0,'attachment','image/jpeg',0),(813,3,'2016-10-10 17:05:38','2016-10-10 17:05:38','','wellness-beauty','','inherit','open','closed','','wellness-beauty-2','','','2016-10-10 17:05:38','2016-10-10 17:05:38','',10,'http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/wellness-beauty.jpg',0,'attachment','image/jpeg',0),(814,3,'2016-10-10 17:10:17','2016-10-10 17:10:17','','bio-energetics-testing','','inherit','open','closed','','bio-energetics-testing-2','','','2016-10-10 17:10:17','2016-10-10 17:10:17','',10,'http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/bio-energetics-testing.jpg',0,'attachment','image/jpeg',0),(815,3,'2016-10-10 17:13:21','2016-10-10 17:13:21','','auricular','','inherit','open','closed','','auricular-2','','','2016-10-10 17:13:21','2016-10-10 17:13:21','',10,'http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/auricular.jpg',0,'attachment','image/jpeg',0),(816,3,'2016-10-10 17:15:03','2016-10-10 17:15:03','','reflexology-feet_grande','','inherit','open','closed','','reflexology-feet_grande-3','','','2016-10-10 17:15:03','2016-10-10 17:15:03','',10,'http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/reflexology-feet_grande.jpg',0,'attachment','image/jpeg',0),(817,3,'2016-10-10 17:15:51','2016-10-10 17:15:51','[vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space][fancy_heading h1=\"0\" style=\"line\" title=\"Our Services\" slogan=\"HOW CAN WE BRING HEALTH TO YOU?\"][/fancy_heading][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][our_team style=\"horizontal\" image=\"792\" title=\"Wellness Counseling\" subtitle=\"\r\n<h6>with Phyllis D. Light</h6>\r\n\" phone=\"256-931-0351\" email=\"phyllisdlight@hotmail.com \"][/our_team][vc_column_text]<img class=\"alignright wp-image-744 size-full\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/10/Herbal-Medicines-jpg.jpg\" width=\"123\" height=\"123\" />Phyllis holds a masterâ€™s degree in health studies from the University of Alabama and is a professional member of the American Herbalists Guild, a member of the International Herb Association and the Herb Society of America.\r\n\r\nInitial consultations last about an hour and consist of a detailed medical history, pertinent questions concerning your condition, and a non-invasive assessment.\r\n\r\nPlease bring a list of medications, herbs or other supplements you are currently taking.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][our_team style=\"horizontal\" image=\"789\" title=\"Bio Energetics Testing\" subtitle=\"\r\n<h6>with Gordon Slack</h6>\r\n\" phone=\"256-883-4127\" email=\"81eaglescout@bellsouth.net \"][/our_team][vc_column_text]<img class=\"alignright wp-image-814 size-full\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/bio-energetics-testing.jpg\" width=\"123\" height=\"123\" />BioEnergetics Testing uses a computer to measure the electrical conductivity at responsive (meridian) points to assess which systems in the body have been compromised by environmental toxicity, nutritional deficiencies, emotional stress and energetic imbalances.\r\n\r\nOnce imbalances have been identified, the computer then recommends homeopathic and herbal remedies and/or nutritional supplementation to assist the body\'s healing process.\r\n\r\nGordon Slack earned his doctorate in bioenergetics with Zenia Richler, ND, NMD, of the Academy of BioEnergetics, Springfield, Mo. Gordon also is a certified lymphologist from the International Academy of Lymphology.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_separator][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][vc_column_text]\r\n<h4>Therapeutic Massage &amp;\r\nCranio-Sacral Therapy</h4>\r\n<h6>with Gabriele Farrales</h6>\r\n<img class=\"alignright wp-image-452 size-thumbnail\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/10/neck-pain-150x150.jpg\" width=\"150\" height=\"150\" />\r\n\r\nGabriele specializes in pain management and pain relief of muscles and soft tissue rehabilitation, including scar tissue release using myofascial release techniques and deep tissue massage.\r\n\r\nShe also does Upledger CranioSacral Therapy, which is a light touch, whole-body treatment technique that works with the bodyâ€™s craniosacral system to support and nourish the central nervous system, thereby improving overall health and well-being.\r\n\r\nGabriele Farrales is a massage therapist licensed in Alabama (Lic. #2426) and nationally board certified in Therapeutic Massage and Bodywork BCTMB.[/vc_column_text][vc_message icon_fontawesome=\"fa fa-phone\"]<span style=\"text-decoration: underline;\"><strong>Contact Gabriele:</strong></span>\r\n<a href=\"tel:256-652-6830\">256-652-6830</a>\r\n<a href=\"mailto:Gabriele.farrales@gmail.com\">Gabriele.farrales@gmail.com</a>[/vc_message][/vc_column][vc_column width=\"1/3\"][vc_column_text]\r\n<h4>Auricular\r\nTherapy</h4>\r\n<h6>with Gabriele Farrales</h6>\r\n<img class=\"alignright wp-image-815 size-thumbnail\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/auricular-150x150.jpg\" width=\"150\" height=\"150\" />Auricular therapy can be used to help relieve and manage pain, including back pain, assist in overcoming addiction such as cigarette smoking, induce relaxation, and stimulate detoxification among an abundance of other benefits. Itâ€™s a non-invasive procedure that involves activating reflex points on the outside of the ear that correspond with parts of the body in order to stimulate, sedate, or balance those areas. Those reflex points are activated with a special tool that emits very mild electric impulses.\r\n\r\nGabriele Farrales is a certified Acupuncture Detoxification Specialist, and a Master in Auricular Therapy by Dr. LiChun Huang, who is the pioneer of modern Auricular Medicine from China. Sheâ€™s also a licensed massage therapist.[/vc_column_text][vc_message icon_fontawesome=\"fa fa-phone\"]<span style=\"text-decoration: underline;\"><strong>Contact Gabriele:</strong></span>\r\n<a href=\"tel:256-652-6830\">256-652-6830</a>\r\n<a href=\"mailto:Gabriele.farrales@gmail.com\">Gabriele.farrales@gmail.com</a>[/vc_message][/vc_column][vc_column width=\"1/3\"][vc_column_text]\r\n<h4>Reflexology\r\n&amp; Custom-Fitted Bras</h4>\r\n<h6>with Jean Mayo</h6>\r\n<img class=\"alignright wp-image-816 size-thumbnail\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/reflexology-feet_grande-150x150.jpg\" width=\"150\" height=\"150\" />Foot reflexology is an ancient healing therapy that involves stimulating reflex points on the feet in order to activate the bodyâ€™s own natural healing powers. Jean Mayo, certified reflexologist with more than 25 years of experience, will show you how relaxing and healing foot reflexology can be. Appointments are 60 minutes (recommended) and 30 minutes.\r\n\r\nJean also sells Custom-Fitted Bras. These bras offer extraordinary support and they come in 216 different sizes! No matter what your shape or size, Jean can find a bra designed with you in mind.[/vc_column_text][vc_message icon_fontawesome=\"fa fa-phone\"]<span style=\"text-decoration: underline;\"><strong>Contact Jean:</strong></span>\r\n<a href=\"tel:256-653-8017\">256-653-8017</a>[/vc_message][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text][show-testimonials alias=\'Services\'][/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1470328503897{background-color: #270639 !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: right; font-size: 20px; font-weight: 600;\"><span style=\"color: #ffffff;\">Questions?</span> <a style=\"font-size: 20px; font-weight: 600;\" href=\"http://mitziconnell.com/demo18/contact\">Contact us!<i class=\"icon icon-right-circled\" style=\"margin-right: 7px;\"></i></a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Services','','inherit','closed','closed','','10-revision-v1','','','2016-10-10 17:15:51','2016-10-10 17:15:51','',10,'http://74.124.197.205/~ruthsnut/10-revision-v1/',0,'revision','',0),(818,3,'2016-10-10 17:16:55','2016-10-10 17:16:55','','wellness_01_0-resized-1240w-cropped','','inherit','open','closed','','wellness_01_0-resized-1240w-cropped-2','','','2016-10-10 17:16:55','2016-10-10 17:16:55','',101,'http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/Wellness_01_0-RESIZED-1240W-CROPPED.jpg',0,'attachment','image/jpeg',0),(819,3,'2016-10-10 17:25:05','2016-10-10 17:25:05','','asyra-2','','inherit','open','closed','','asyra-2-2','','','2016-10-10 17:25:05','2016-10-10 17:25:05','',83,'http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/asyra-2.jpg',0,'attachment','image/jpeg',0),(821,3,'2016-10-10 17:32:59','2016-10-10 17:32:59','','blog-header-02-cropped','','inherit','open','closed','','blog-header-02-cropped-2','','','2016-10-10 17:32:59','2016-10-10 17:32:59','',304,'http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/08/Blog-header-02-CROPPED.jpg',0,'attachment','image/jpeg',0),(822,3,'2016-10-10 17:41:52','2016-10-10 17:41:52','[vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space][fancy_heading h1=\"0\" style=\"line\" title=\"Our Services\" slogan=\"HOW CAN WE BRING HEALTH TO YOU?\"][/fancy_heading][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][our_team style=\"horizontal\" image=\"792\" title=\"Wellness Counseling\" subtitle=\"\r\n<h6>with Phyllis D. Light</h6>\r\n\" phone=\"256-931-0351\" email=\"phyllisdlight@hotmail.com \"][/our_team][vc_column_text]<img class=\"alignright wp-image-744 size-full\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/10/Herbal-Medicines-jpg.jpg\" width=\"123\" height=\"123\" />Phyllis holds a masterâ€™s degree in health studies from the University of Alabama and is a professional member of the American Herbalists Guild, a member of the International Herb Association and the Herb Society of America.\r\n\r\nInitial consultations last about an hour and consist of a detailed medical history, pertinent questions concerning your condition, and a non-invasive assessment.\r\n\r\nPlease bring a list of medications, herbs or other supplements you are currently taking.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][our_team style=\"horizontal\" image=\"789\" title=\"Bio Energetics Testing\" subtitle=\"\r\n<h6>with Gordon Slack</h6>\r\n\" phone=\"256-883-4127\" email=\"81eaglescout@bellsouth.net \"][/our_team][vc_column_text]<img class=\"alignright wp-image-814 size-full\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/bio-energetics-testing.jpg\" width=\"123\" height=\"123\" />BioEnergetics Testing uses a computer to measure the electrical conductivity at responsive (meridian) points to assess which systems in the body have been compromised by environmental toxicity, nutritional deficiencies, emotional stress and energetic imbalances.\r\n\r\nOnce imbalances have been identified, the computer then recommends homeopathic and herbal remedies and/or nutritional supplementation to assist the body\'s healing process.\r\n\r\nGordon Slack earned his doctorate in bioenergetics with Zenia Richler, ND, NMD, of the Academy of BioEnergetics, Springfield, Mo. Gordon also is a certified lymphologist from the International Academy of Lymphology.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_separator][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][vc_column_text]\r\n<h4>Therapeutic Massage &amp;\r\nCranio-Sacral Therapy</h4>\r\n<h6>with Gabriele Farrales</h6>\r\n<img class=\"alignright wp-image-452 size-thumbnail\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/10/neck-pain-150x150.jpg\" width=\"150\" height=\"150\" />\r\n\r\nGabriele specializes in pain management and pain relief of muscles and soft tissue rehabilitation, including scar tissue release using myofascial release techniques and deep tissue massage.\r\n\r\nShe also does Upledger CranioSacral Therapy, which is a light touch, whole-body treatment technique that works with the bodyâ€™s craniosacral system to support and nourish the central nervous system, thereby improving overall health and well-being.\r\n\r\nGabriele Farrales is a massage therapist licensed in Alabama (Lic. #2426) and nationally board certified in Therapeutic Massage and Bodywork BCTMB.[/vc_column_text][vc_message icon_fontawesome=\"fa fa-phone\"]<span style=\"text-decoration: underline;\"><strong>Contact Gabriele:</strong></span>\r\n<a href=\"tel:256-652-6830\">256-652-6830</a>\r\n<a href=\"mailto:Gabriele.farrales@gmail.com\">Gabriele.farrales@gmail.com</a>[/vc_message][/vc_column][vc_column width=\"1/3\"][vc_column_text]\r\n<h4>Auricular\r\nTherapy</h4>\r\n<h6>with Gabriele Farrales</h6>\r\n<img class=\"alignright wp-image-815 size-thumbnail\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/auricular-150x150.jpg\" width=\"150\" height=\"150\" />Auricular therapy can be used to help relieve and manage pain, including back pain, assist in overcoming addiction such as cigarette smoking, induce relaxation, and stimulate detoxification among an abundance of other benefits. Itâ€™s a non-invasive procedure that involves activating reflex points on the outside of the ear that correspond with parts of the body in order to stimulate, sedate, or balance those areas. Those reflex points are activated with a special tool that emits very mild electric impulses.\r\n\r\nGabriele Farrales is a certified Acupuncture Detoxification Specialist, and a Master in Auricular Therapy by Dr. LiChun Huang, who is the pioneer of modern Auricular Medicine from China. Sheâ€™s also a licensed massage therapist.[/vc_column_text][vc_message icon_fontawesome=\"fa fa-phone\"]<span style=\"text-decoration: underline;\"><strong>Contact Gabriele:</strong></span>\r\n<a href=\"tel:256-652-6830\">256-652-6830</a>\r\n<a href=\"mailto:Gabriele.farrales@gmail.com\">Gabriele.farrales@gmail.com</a>[/vc_message][/vc_column][vc_column width=\"1/3\"][vc_column_text]\r\n<h4>Reflexology\r\n&amp; Custom-Fitted Bras</h4>\r\n<h6>with Jean Mayo</h6>\r\n<img class=\"alignright wp-image-816 size-thumbnail\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/reflexology-feet_grande-150x150.jpg\" width=\"150\" height=\"150\" />Foot reflexology is an ancient healing therapy that involves stimulating reflex points on the feet in order to activate the bodyâ€™s own natural healing powers. Jean Mayo, certified reflexologist with more than 25 years of experience, will show you how relaxing and healing foot reflexology can be. Appointments are 60 minutes (recommended) and 30 minutes.\r\n\r\nJean also sells Custom-Fitted Bras. These bras offer extraordinary support and they come in 216 different sizes! No matter what your shape or size, Jean can find a bra designed with you in mind.[/vc_column_text][vc_message icon_fontawesome=\"fa fa-phone\"]<span style=\"text-decoration: underline;\"><strong>Contact Jean:</strong></span>\r\n<a href=\"tel:256-653-8017\">256-653-8017</a>[/vc_message][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text][show-testimonials alias=\'Services\'][/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1470328503897{background-color: #270639 !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: right; font-size: 20px; font-weight: 600;\"><span style=\"color: #ffffff;\">Questions?</span> <a style=\"font-size: 20px; font-weight: 600;\" href=\"http://74.124.197.205/~ruthsnut/contact\">Contact us!<i class=\"icon icon-right-circled\" style=\"margin-right: 7px;\"></i></a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Services','','inherit','closed','closed','','10-revision-v1','','','2016-10-10 17:41:52','2016-10-10 17:41:52','',10,'http://74.124.197.205/~ruthsnut/10-revision-v1/',0,'revision','',0),(825,2,'2016-10-10 17:23:12','2016-10-10 22:23:12','[vc_row][vc_column width=\"1/3\"][vc_single_image image=\"852\" img_size=\"medium\" alignment=\"center\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]\r\n<h3>Heart Healthy</h3>\r\ndjiowuer iweoeut ioewu giowu tio ugiou gio uioudio uewiotu ioeu gioweu ioweug ioua taogiuwaeit iohioaer ioewyt io gioaueioe u wio ug uaigu we twkjka ueiowt uoigoid etweirowu uwieoru iwoeutis dfuiweur wiore uisoguiout iou io utig\r\n\r\nfjwioeuio gyiowu riou fwiao utioew ugioewu 543u6 y g jjgioeuiogu wtuio guiou gioetuoet.\r\n\r\n&nbsp;\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','Thanksgiving Schedule','Weâ€™ve all probably heard the theory oxidative stress is the primary cause of cellular damage and aging. Thatâ€™s had many of us taking a handful of pills to address the issue. Thank goodness, Nordic Naturals has developed Omega Curcumin, which gives us a mighty antioxidant punch in just one dose (two pills).','draft','closed','closed','','','','','2016-11-21 11:30:15','2016-11-21 17:30:15','',0,'http://74.124.197.205/~ruthsnut/?p=825',0,'post','',0),(826,3,'2016-10-10 16:43:09','2016-10-10 21:43:09','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h3>A Mighty Punch</h3>\r\nWeâ€™ve all probably heard the theory oxidative stress is the primary cause of cellular damage and aging. Thatâ€™s had many of us taking a handful of pills to address the issue. Thank goodness, Nordic Naturals has developed Omega Curcumin, which gives us a mighty antioxidant punch in just one dose (two pills).\r\n\r\nOmega Curcumin is a combination of concentrated anti-inflammatory fish oils EPA (490mg) &amp; DHA (350 mg), along with the antioxidants curcumin (400mg), L-glutathione (150 mg) and N-acetylcysteine (200 mg). Each nutrient plays a distinct yet complementary role in reducing oxidative stress to help maintain cellular health and support metabolic balance.\r\n\r\nAnother interesting point is that the curcumin used is a patented form called LongVida. Basically, it wraps the curcumin in a lipid (fat) coat, which makes the curcumin easier to absorb. Unlike other turmeric/curcumin brands, LongVida has studies showing it crosses the blood-brain barrier.\r\n\r\nCome try a bottle and give us some feedback. Weâ€™d love to know what you think![/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"794\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Test Blog Post','Weâ€™ve all probably heard the theory oxidative stress is the primary cause of cellular damage and aging. Thatâ€™s had many of us taking a handful of pills to address the issue. Thank goodness, Nordic Naturals has developed Omega Curcumin, which gives us a mighty antioxidant punch in just one dose (two pills).','inherit','closed','closed','','825-revision-v1','','','2016-10-10 16:43:09','2016-10-10 21:43:09','',825,'http://74.124.197.205/~ruthsnut/825-revision-v1/',0,'revision','',0),(827,3,'2016-10-10 16:46:56','2016-10-10 21:46:56','','enough','','inherit','open','closed','','enough','','','2016-10-10 16:46:56','2016-10-10 21:46:56','',825,'http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/10/enough.jpg',0,'attachment','image/jpeg',0),(828,3,'2016-10-10 16:52:02','2016-10-10 21:52:02','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h3>Heart Healthy</h3>\r\ndjiowuer iweoeut ioewu giowu tio ugiou gio uioudio uewiotu ioeu gioweu ioweug ioua taogiuwaeit iohioaer ioewyt io gioaueioe u wio ug uaigu we twkjka ueiowt uoigoid etweirowu uwieoru iwoeutis dfuiweur wiore uisoguiout iou io utig\r\n\r\nfjwioeuio gyiowu riou fwiao utioew ugioewu 543u6 y g jjgioeuiogu wtuio guiou gioetuoet.\r\n\r\n&nbsp;\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"827\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Test Blog Post','Weâ€™ve all probably heard the theory oxidative stress is the primary cause of cellular damage and aging. Thatâ€™s had many of us taking a handful of pills to address the issue. Thank goodness, Nordic Naturals has developed Omega Curcumin, which gives us a mighty antioxidant punch in just one dose (two pills).','inherit','closed','closed','','825-revision-v1','','','2016-10-10 16:52:02','2016-10-10 21:52:02','',825,'http://74.124.197.205/~ruthsnut/825-revision-v1/',0,'revision','',0),(829,3,'2016-10-10 16:54:26','2016-10-10 21:54:26','[vc_row][vc_column width=\"1/3\"][vc_single_image image=\"827\" img_size=\"medium\" alignment=\"center\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]\r\n<h3>Heart Healthy</h3>\r\ndjiowuer iweoeut ioewu giowu tio ugiou gio uioudio uewiotu ioeu gioweu ioweug ioua taogiuwaeit iohioaer ioewyt io gioaueioe u wio ug uaigu we twkjka ueiowt uoigoid etweirowu uwieoru iwoeutis dfuiweur wiore uisoguiout iou io utig\r\n\r\nfjwioeuio gyiowu riou fwiao utioew ugioewu 543u6 y g jjgioeuiogu wtuio guiou gioetuoet.\r\n\r\n&nbsp;\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','Test Blog Post','Weâ€™ve all probably heard the theory oxidative stress is the primary cause of cellular damage and aging. Thatâ€™s had many of us taking a handful of pills to address the issue. Thank goodness, Nordic Naturals has developed Omega Curcumin, which gives us a mighty antioxidant punch in just one dose (two pills).','inherit','closed','closed','','825-revision-v1','','','2016-10-10 16:54:26','2016-10-10 21:54:26','',825,'http://74.124.197.205/~ruthsnut/825-revision-v1/',0,'revision','',0),(833,2,'2016-10-12 10:52:22','2016-10-12 15:52:22','[vc_row][vc_column width=\"1/3\"][vc_single_image image=\"834\" img_size=\"full\" alignment=\"center\" css_animation=\"appear\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]\r\n<h3>More great products @ great prices!</h3>\r\nOctober brings two great sales! All of our New Chapter and Nordic Naturals products are on sale till the end of the month!\r\n\r\n<strong>Nordic Naturals</strong> is known for having the finest fish oils, recognized for their quality by both doctors and researchers. We\'ve got everything from the Ultimate Omega to the Nordic Berries children\'s vitamins on sale. Not only that, we now have plenty of Nordic\'s Omega Curcumin in stock. It contains Nordic\'s top quality anti-inflammatory fish oil along with LongVida\'s anti-inflammatory Curcumin, the only curcumin with studies showing it crosses the blood-brain barrier.\r\n\r\nThe <strong>New Chapter</strong> sale includes Omega 7 sea buckthorn oil, known for healing mucus membranes. Customers tell us they get relief from dry eyes, vaginal dryness and even interstitial cystitis by using this product. Also included in the sale are Bone Strength, Prostate 5 LX and Holy Basil.\r\n\r\nStop by and stock up while the sale lasts!\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','October Sales','All Nordic Naturals and New Chapter products are on sale! That includes Ultimate Omega, DHA, Bone Strength, Omega 7, Prostate 5LX and many more products!\r\n','publish','closed','open','','october-sales','','','2016-10-17 11:58:21','2016-10-17 16:58:21','',0,'http://74.124.197.205/~ruthsnut/?p=833',0,'post','',0),(834,2,'2016-10-11 15:44:39','2016-10-11 20:44:39','','ilovesale','','inherit','open','closed','','ilovesale','','','2016-10-11 15:44:39','2016-10-11 20:44:39','',833,'http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/10/ilovesale.jpg',0,'attachment','image/jpeg',0),(835,2,'2016-10-11 16:03:35','2016-10-11 21:03:35','[vc_row][vc_column width=\"1/3\"][vc_single_image image=\"834\" img_size=\"full\" alignment=\"center\" css_animation=\"appear\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]\r\n<h3>More great products @ great prices!</h3>\r\nOctober brings two great sales! All of our New Chapter and Nordic Naturals products are on sale till the end of the month!\r\n\r\n<strong>Nordic Naturals</strong> is known for having the finest fish oils, recognized for their quality by both doctors and researchers. We\'ve got everything from the Ultimate Omega to the Nordic Berries children\'s vitamins on sale. Not only that, we now have plenty of Nordic\'s Omega Curcumin in stock. It contains Nordic\'s top quality anti-inflammatory fish oil along with LongVida\'s anti-inflammatory Curcumin, the only curcumin with studies showing it crosses the blood-brain barrier.\r\n\r\nThe <strong>New Chapter</strong> sale includes Omega 7 sea buckthorn oil, known for healing mucus membranes. Customers tell us they get relief from dry eyes, vaginal dryness and even interstitial cystitis by using this product. Also included in the sale are Bone Strength, Prostate 5 LX and Holy Basil.\r\n\r\nStop by and stock up while the sale lasts!\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','October Sales','Weâ€™ve got two great lines on sale during September!\r\n','inherit','closed','closed','','833-revision-v1','','','2016-10-11 16:03:35','2016-10-11 21:03:35','',833,'http://74.124.197.205/~ruthsnut/833-revision-v1/',0,'revision','',0),(836,2,'2016-10-11 17:39:26','2016-10-11 22:39:26','','Hello world!','','inherit','closed','closed','','1-revision-v1','','','2016-10-11 17:39:26','2016-10-11 22:39:26','',1,'http://74.124.197.205/~ruthsnut/1-revision-v1/',0,'revision','',0),(837,2,'2016-10-12 10:50:33','2016-10-12 15:50:33','[vc_row][vc_column width=\"1/3\"][vc_single_image image=\"834\" img_size=\"full\" alignment=\"center\" css_animation=\"appear\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]\r\n<h3>More great products @ great prices!</h3>\r\nOctober brings two great sales! All of our New Chapter and Nordic Naturals products are on sale till the end of the month!\r\n\r\n<strong>Nordic Naturals</strong> is known for having the finest fish oils, recognized for their quality by both doctors and researchers. We\'ve got everything from the Ultimate Omega to the Nordic Berries children\'s vitamins on sale. Not only that, we now have plenty of Nordic\'s Omega Curcumin in stock. It contains Nordic\'s top quality anti-inflammatory fish oil along with LongVida\'s anti-inflammatory Curcumin, the only curcumin with studies showing it crosses the blood-brain barrier.\r\n\r\nThe <strong>New Chapter</strong> sale includes Omega 7 sea buckthorn oil, known for healing mucus membranes. Customers tell us they get relief from dry eyes, vaginal dryness and even interstitial cystitis by using this product. Also included in the sale are Bone Strength, Prostate 5 LX and Holy Basil.\r\n\r\nStop by and stock up while the sale lasts!\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','October Sales','All Nordic Naturals and New Chapter products are on sale! That includes Ultimate Omega, DHA, Bone Strength, Omega 7, Prostate 5LX and many more products!\r\n','inherit','closed','closed','','833-revision-v1','','','2016-10-12 10:50:33','2016-10-12 15:50:33','',833,'http://74.124.197.205/~ruthsnut/833-revision-v1/',0,'revision','',0),(838,2,'2016-10-17 11:56:18','2016-10-17 16:56:18','[vc_row][vc_column width=\"2/3\"][vc_column_text]Power Up Your Breakfast!\r\n\r\nIf you\'re a breakfast shake person or you\'re trying to lose a little weight, now\'s the time to shop. We\'ve got FOUR amazing protein powders on sale!\r\n\r\n<strong>Garden of Life\'s Organic Raw Meal, </strong>is full meal replacement that\'s USDA organic, Non-GMO Project verified, vegan, gluten-free, dairy-free, soy-free. Available in chocolate and vanilla, it\'s regularly priced atÂ Â $59.95 for 33.5 oz, and now is only $30!\r\n\r\nThen we have <strong>Natural Factors\' Whey Factors, Natural French Vanilla Flavor,</strong> also at a great price. Regular $59.95 for 2 pounds, it\'s now only $39.99! Whey Factors is rBGH &amp; BSE free, grass-fed and contains no added sugars (sweetened with stevia).\r\n\r\nFor those who like protein and greens, we\'ve got <strong>Vibrant Health\'s Maximum Vibrance</strong>, a plant-based multi-supplement that contains 20 grams of protein, 25 billion probiotics, and is packed with antioxidants! Reg. $79.95 for 626.4 grams, now only $50.\r\n\r\nLast is a product new for us, <strong>Inner Armour Sports Nutrition.</strong> The 100% Whey Protein Isolate is gluten-free, creatine-free, banned substance free and has no added sugar. Reg. $49.99 for 1.6 pounds, now $39.99.Â Inner Armour also offers Amino Blitz, Nitro, Anabolic, BCAA, and Lean Mass muscle fuel -- and all of it\'s on sale!\r\n\r\nWhat better way to start the day than with a protein-packed breakfast at a great price![/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"839\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Protein Power Savings!','Power up your breakfast and weight loss with any of our four top quality protein powders that are now on sale! Your choice of whey or plant-based protein.','publish','closed','open','','protein-power-savings','','','2016-10-26 11:24:49','2016-10-26 16:24:49','',0,'http://74.124.197.205/~ruthsnut/?p=838',0,'post','',0),(839,2,'2016-10-17 11:49:57','2016-10-17 16:49:57','','protein-powders','','inherit','open','closed','','protein-powders','','','2016-10-17 11:49:57','2016-10-17 16:49:57','',838,'http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/10/protein-powders.jpg',0,'attachment','image/jpeg',0),(840,2,'2016-10-17 11:52:32','2016-10-17 16:52:32','[vc_row][vc_column width=\"2/3\"][vc_column_text]Power Up Your Breakfast!\r\n\r\nIf you\'re a breakfast shake person or you\'re trying to lose a little weight, now\'s the time to shop. We\'ve got FOUR amazing protein powders on sale!\r\n\r\n<strong>Garden of Life\'s Organic Raw Meal, </strong>is full meal replacement that\'s USDA organic, Non-GMO Project verified, vegan, gluten-free, dairy-free, soy-free. Available in chocolate and vanilla, it\'s regularly priced atÂ Â $59.95 for 33.5 oz, and now is only $30!\r\n\r\nThen we have <strong>Natural Factors\' Whey Factors, Natural French Vanilla Flavor,</strong> also at a great price. Regular $59.95 for 2 pounds, it\'s now only $39.99! Whey Factors is rBGH &amp; BSE free, grass-fed and contains no added sugars (sweetened with stevia).\r\n\r\nFor those who like protein and greens, we\'ve got <strong>Vibrant Health\'s Maximum Vibrance</strong>, a plant-based multi-supplement that contains 20 grams of protein, 25 billion probiotics, and is packed with antioxidants! Reg. $79.95 for 626.4 grams, now only $50.\r\n\r\nLast is a product new for us, <strong>Inner Armour Sports Nutrition.</strong> The 100% Whey Protein Isolate is gluten-free, creatine-free, banned substance free and has no added sugar. Reg. $49.99 for 1.6 pounds, now $42.49.Â Inner Armour also offers Amino Blitz, Nitro, Anabolic, BCAA, and Lean Mass muscle fuel -- and all of it\'s on sale!\r\n\r\nWhat better way to start the day than with a protein-packed breakfast at a great price!\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"839\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Protein Power Savings!','Power up your breakfast and weight loss with any of our four top quality protein powders that are now on sale! Your choice of whey or plant-based protein.','inherit','closed','closed','','838-revision-v1','','','2016-10-17 11:52:32','2016-10-17 16:52:32','',838,'http://74.124.197.205/~ruthsnut/838-revision-v1/',0,'revision','',0),(842,2,'2016-10-26 11:24:27','2016-10-26 16:24:27','[vc_row][vc_column width=\"2/3\"][vc_column_text]Power Up Your Breakfast!\n\nIf you\'re a breakfast shake person or you\'re trying to lose a little weight, now\'s the time to shop. We\'ve got FOUR amazing protein powders on sale!\n\n<strong>Garden of Life\'s Organic Raw Meal, </strong>is full meal replacement that\'s USDA organic, Non-GMO Project verified, vegan, gluten-free, dairy-free, soy-free. Available in chocolate and vanilla, it\'s regularly priced atÂ Â $59.95 for 33.5 oz, and now is only $30!\n\nThen we have <strong>Natural Factors\' Whey Factors, Natural French Vanilla Flavor,</strong> also at a great price. Regular $59.95 for 2 pounds, it\'s now only $39.99! Whey Factors is rBGH &amp; BSE free, grass-fed and contains no added sugars (sweetened with stevia).\n\nFor those who like protein and greens, we\'ve got <strong>Vibrant Health\'s Maximum Vibrance</strong>, a plant-based multi-supplement that contains 20 grams of protein, 25 billion probiotics, and is packed with antioxidants! Reg. $79.95 for 626.4 grams, now only $50.\n\nLast is a product new for us, <strong>Inner Armour Sports Nutrition.</strong> The 100% Whey Protein Isolate is gluten-free, creatine-free, banned substance free and has no added sugar. Reg. $49.99 for 1.6 pounds, now $39.99.Â Inner Armour also offers Amino Blitz, Nitro, Anabolic, BCAA, and Lean Mass muscle fuel -- and all of it\'s on sale!\n\nWhat better way to start the day than with a protein-packed breakfast at a great price![/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"839\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Protein Power Savings!','Power up your breakfast and weight loss with any of our four top quality protein powders that are now on sale! Your choice of whey or plant-based protein.','inherit','closed','closed','','838-autosave-v1','','','2016-10-26 11:24:27','2016-10-26 16:24:27','',838,'http://74.124.197.205/~ruthsnut/838-autosave-v1/',0,'revision','',0),(843,2,'2016-10-26 11:24:49','2016-10-26 16:24:49','[vc_row][vc_column width=\"2/3\"][vc_column_text]Power Up Your Breakfast!\r\n\r\nIf you\'re a breakfast shake person or you\'re trying to lose a little weight, now\'s the time to shop. We\'ve got FOUR amazing protein powders on sale!\r\n\r\n<strong>Garden of Life\'s Organic Raw Meal, </strong>is full meal replacement that\'s USDA organic, Non-GMO Project verified, vegan, gluten-free, dairy-free, soy-free. Available in chocolate and vanilla, it\'s regularly priced atÂ Â $59.95 for 33.5 oz, and now is only $30!\r\n\r\nThen we have <strong>Natural Factors\' Whey Factors, Natural French Vanilla Flavor,</strong> also at a great price. Regular $59.95 for 2 pounds, it\'s now only $39.99! Whey Factors is rBGH &amp; BSE free, grass-fed and contains no added sugars (sweetened with stevia).\r\n\r\nFor those who like protein and greens, we\'ve got <strong>Vibrant Health\'s Maximum Vibrance</strong>, a plant-based multi-supplement that contains 20 grams of protein, 25 billion probiotics, and is packed with antioxidants! Reg. $79.95 for 626.4 grams, now only $50.\r\n\r\nLast is a product new for us, <strong>Inner Armour Sports Nutrition.</strong> The 100% Whey Protein Isolate is gluten-free, creatine-free, banned substance free and has no added sugar. Reg. $49.99 for 1.6 pounds, now $39.99.Â Inner Armour also offers Amino Blitz, Nitro, Anabolic, BCAA, and Lean Mass muscle fuel -- and all of it\'s on sale!\r\n\r\nWhat better way to start the day than with a protein-packed breakfast at a great price![/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"839\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Protein Power Savings!','Power up your breakfast and weight loss with any of our four top quality protein powders that are now on sale! Your choice of whey or plant-based protein.','inherit','closed','closed','','838-revision-v1','','','2016-10-26 11:24:49','2016-10-26 16:24:49','',838,'http://74.124.197.205/~ruthsnut/838-revision-v1/',0,'revision','',0),(844,2,'2016-11-01 11:51:10','2016-11-01 16:51:10','[vc_row][vc_column width=\"1/3\"][vc_single_image image=\"846\" img_size=\"full\" alignment=\"center\" css_animation=\"appear\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]Let\'s Play!\r\n\r\nWanna win a $30 gift certificate from Ruth\'s? Here\'s how:\r\n\r\n1. Buy 1 or more Gabriel nail polish (great colors and free of toluolene, phalates, formaldehyde, DBP and camphor.)\r\n\r\n2. Vote for your favorite team (drop the form in our counter jar)\r\n\r\n3. That gives you a chance to win a <strong>$30 Gift Certificate!</strong>\r\n\r\n4. Drawing on Nov. 28 (you donâ€™t have to be present to win)\r\n\r\nNow THAT\'s something to cheer about![/vc_column_text][/vc_column][/vc_row]','Get Your Game On!','Support your favorite team and get a chance to win a $30 gift certificate!\r\n','publish','closed','open','','get-your-game-on','','','2016-11-01 11:51:10','2016-11-01 16:51:10','',0,'http://74.124.197.205/~ruthsnut/?p=844',0,'post','',0),(846,2,'2016-11-01 11:40:38','2016-11-01 16:40:38','','polish-480x480','','inherit','open','closed','','polish-480x480','','','2016-11-01 11:40:38','2016-11-01 16:40:38','',844,'http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/11/polish-480X480.jpg',0,'attachment','image/jpeg',0),(847,2,'2016-11-01 11:42:19','2016-11-01 16:42:19','[vc_row][vc_column width=\"1/3\"][vc_single_image image=\"845\" img_size=\"full\" alignment=\"center\" css_animation=\"appear\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]Let\'s Play!\r\n\r\nWanna win a $30 gift certificate from Ruth\'s? Here\'s how!\r\n<ol>\r\n 	<li>Buy 1 or more Gabriel nail polish (great colors and free of toluolene, phalates, formaldehyde, DBP and camphor.)</li>\r\n 	<li>Vote for your favorite team (drop the form in our counter jar)</li>\r\n 	<li>That gives you a chance to win a <strong>$30 Gift Certificate!</strong></li>\r\n 	<li>Drawing on Nov. 28 (you don\'t have to be present to win)</li>\r\n</ol>\r\nNow THAT\'s something to cheer about!\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','Get Your Game On!','Support your favorite team and get a chance to win a $30 gift certificate!\r\n','inherit','closed','closed','','844-revision-v1','','','2016-11-01 11:42:19','2016-11-01 16:42:19','',844,'http://74.124.197.205/~ruthsnut/844-revision-v1/',0,'revision','',0),(848,2,'2016-11-01 11:45:41','2016-11-01 16:45:41','[vc_row][vc_column width=\"1/3\"][vc_single_image image=\"846\" img_size=\"full\" alignment=\"center\" css_animation=\"appear\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]Let\'s Play!\r\n\r\nWanna win a $30 gift certificate from Ruth\'s? Here\'s how!\r\n<ol>\r\n 	<li>Buy 1 or more Gabriel nail polish</li>\r\n</ol>\r\n&nbsp;\r\n<ol>\r\n 	<li>Buy 1 or more Gabriel nail polish (great colors and free of toluolene, phalates, formaldehyde, DBP and camphor.)</li>\r\n 	<li>Vote for your favorite team (drop the form in our counter jar)</li>\r\n 	<li>That gives you a chance to win a <strong>$30 Gift Certificate!</strong></li>\r\n 	<li>Drawing on Nov. 28 (you don\'t have to be present to win)</li>\r\n</ol>\r\nNow THAT\'s something to cheer about![/vc_column_text][/vc_column][/vc_row]','Get Your Game On!','Support your favorite team and get a chance to win a $30 gift certificate!\r\n','inherit','closed','closed','','844-revision-v1','','','2016-11-01 11:45:41','2016-11-01 16:45:41','',844,'http://74.124.197.205/~ruthsnut/844-revision-v1/',0,'revision','',0),(849,2,'2016-11-01 11:50:15','2016-11-01 16:50:15','[vc_row][vc_column width=\"1/3\"][vc_single_image image=\"846\" img_size=\"full\" alignment=\"center\" css_animation=\"appear\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]Let\'s Play!\r\n\r\nWanna win a $30 gift certificate from Ruth\'s? Here\'s how:\r\n\r\n1. Buy 1 or more Gabriel nail polish (great colors and free of toluolene, phalates, formaldehyde, DBP and camphor.)\r\n\r\n2. Vote for your favorite team (drop the form in our counter jar)\r\n\r\n3. That gives you a chance to win a <strong>$30 Gift Certificate!</strong>\r\n\r\n4. Drawing on Nov. 28 (you donâ€™t have to be present to win)\r\n\r\nNow THAT\'s something to cheer about![/vc_column_text][/vc_column][/vc_row]','Get Your Game On!','Support your favorite team and get a chance to win a $30 gift certificate!\r\n','inherit','closed','closed','','844-revision-v1','','','2016-11-01 11:50:15','2016-11-01 16:50:15','',844,'http://74.124.197.205/~ruthsnut/844-revision-v1/',0,'revision','',0),(851,2,'2016-11-21 11:38:57','2016-11-21 17:38:57','[vc_row][vc_column width=\"2/3\"][vc_column_text]Time for Family and Friends\r\n\r\nRuth\'s will close at 3 p.m. Wednesday, Nov. 23, and reopen Saturday, Nov. 26, at 9:30 a.m. We\'re wishing you a warm and joyful Thanksgiving weekend!\r\n\r\n&nbsp;\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"852\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Thanksgiving Week Schedule','Ruth\'s will close at 3:30 p.m. Wednesday and reopen at 9:30 a.m. Wednesday. Happy Thanksgiving!','publish','closed','open','','thanksgiving-week-schedule','','','2016-11-21 11:54:37','2016-11-21 17:54:37','',0,'http://74.124.197.205/~ruthsnut/?p=851',0,'post','',0),(852,2,'2016-11-21 11:28:14','2016-11-21 17:28:14','','happy-thanksgiving','','inherit','open','closed','','happy-thanksgiving','','','2016-11-21 11:28:14','2016-11-21 17:28:14','',825,'http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/10/Happy-Thanksgiving.jpg',0,'attachment','image/jpeg',0),(853,2,'2016-11-21 11:30:15','2016-11-21 17:30:15','[vc_row][vc_column width=\"1/3\"][vc_single_image image=\"852\" img_size=\"medium\" alignment=\"center\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]\r\n<h3>Heart Healthy</h3>\r\ndjiowuer iweoeut ioewu giowu tio ugiou gio uioudio uewiotu ioeu gioweu ioweug ioua taogiuwaeit iohioaer ioewyt io gioaueioe u wio ug uaigu we twkjka ueiowt uoigoid etweirowu uwieoru iwoeutis dfuiweur wiore uisoguiout iou io utig\r\n\r\nfjwioeuio gyiowu riou fwiao utioew ugioewu 543u6 y g jjgioeuiogu wtuio guiou gioetuoet.\r\n\r\n&nbsp;\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','Thanksgiving Schedule','Weâ€™ve all probably heard the theory oxidative stress is the primary cause of cellular damage and aging. Thatâ€™s had many of us taking a handful of pills to address the issue. Thank goodness, Nordic Naturals has developed Omega Curcumin, which gives us a mighty antioxidant punch in just one dose (two pills).','inherit','closed','closed','','825-revision-v1','','','2016-11-21 11:30:15','2016-11-21 17:30:15','',825,'http://74.124.197.205/~ruthsnut/825-revision-v1/',0,'revision','',0),(854,2,'2016-11-21 11:36:15','2016-11-21 17:36:15','[vc_row][vc_column width=\"2/3\"][vc_column_text]Time for Family and Friends\r\n\r\nRuth\'s will close at 3 p.m. Wednesday, Nov. 23, and reopen Saturday, Nov. 26 at 9:30 a.m. We\'re wishing you a warm and joyful Thanksgiving weekend!\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"852\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Thanksgiving Week Schedule','Ruth\'s will close at 3:30 p.m. Wednesday and reopen at 9:30 a.m. Wednesday. Happy Thanksgiving!','inherit','closed','closed','','851-revision-v1','','','2016-11-21 11:36:15','2016-11-21 17:36:15','',851,'http://74.124.197.205/~ruthsnut/851-revision-v1/',0,'revision','',0),(855,2,'2016-11-21 11:38:30','2016-11-21 17:38:30','[vc_row][vc_column width=\"2/3\"][vc_column_text]Time for Family and Friends\r\n\r\nRuth\'s will close at 3 p.m. Wednesday, Nov. 23, and reopen Saturday, Nov. 26, at 9:30 a.m. We\'re wishing you a warm and joyful Thanksgiving weekend!\r\n\r\n&nbsp;\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"852\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Thanksgiving Week Schedule','Ruth\'s will close at 3:30 p.m. Wednesday and reopen at 9:30 a.m. Wednesday. Happy Thanksgiving!','inherit','closed','closed','','851-revision-v1','','','2016-11-21 11:38:30','2016-11-21 17:38:30','',851,'http://74.124.197.205/~ruthsnut/851-revision-v1/',0,'revision','',0),(856,2,'2016-11-28 11:57:01','2016-11-28 17:57:01','[vc_row][vc_column width=\"1/3\"][vc_single_image image=\"846\" img_size=\"full\" alignment=\"center\" css_animation=\"appear\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]Thanks to everyone who participated in our nail polish Game Challenge for the chance to win a $30 gift certificate, and Special Congratulations to Paula Baker! She\'s our winner!\r\n\r\nRuth\'s Nutrition: Great products @ great prices along with great fun!\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','Game Winner!','We\'ve got a winner!\r\n','publish','closed','open','','game-winner','','','2016-11-28 14:46:40','2016-11-28 20:46:40','',0,'http://74.124.197.205/~ruthsnut/?p=856',0,'post','',0),(857,2,'2016-11-28 11:56:00','2016-11-28 17:56:00','[vc_row][vc_column width=\"1/3\"][vc_single_image image=\"846\" img_size=\"full\" alignment=\"center\" css_animation=\"appear\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]Thanks to everyone who participated in our nail polish Game Challenge for the chance to win a $30 gift certificate, and Special Congratulations to Paula Baber! She\'s our winner!\r\n\r\nRuth\'s Nutrition: Great products @ great prices along with great fun!\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','Game Winner!','We\'ve got a winner!\r\n','inherit','closed','closed','','856-revision-v1','','','2016-11-28 11:56:00','2016-11-28 17:56:00','',856,'http://74.124.197.205/~ruthsnut/856-revision-v1/',0,'revision','',0),(858,2,'2016-11-28 12:29:09','2016-11-28 18:29:09','[vc_row][vc_column width=\"2/3\"][vc_column_text]<strong>Natural ways to guard against colds and flus</strong>\r\n\r\nBy Jack Challem\r\n\r\nThis time of year, cold and flu bugs seem as inevitable as an abundance of tempting goodies. But thatâ€™s no excuse to be complacent about your health. Instead, you can turn to several tried-and-true natural approaches to reduce your cold and flu risk. â€œMuch of the immune system consists of, or is programmed by, cells in the gut lining,â€ says Jennifer Kaumeyer, ND, of the Riordan Clinic in Wichita, Kansas. â€œProbiotics and zinc are among the supplements that help keep these cells healthy.â€\r\n\r\nOf course, also remember to wash your hands frequently, especially after touching doorknobs, other peopleâ€™s phones and your kidâ€™s runny nose.\r\n\r\n<strong>Echinacea</strong>\r\n\r\nThereâ€™s a reason herbalists turn to echinacea to prevent colds and flus: It works. In one study, researchers gave 755 people either echinacea or placebos for four months. People taking the herb had fewer colds and needed fewer medications.\r\n\r\nDose: Follow label directions. If you can tolerate the taste, a tincture might be particularly effective.\r\n\r\n<strong>Elderberry</strong>\r\n\r\nIn one study, people taking an elderberry extract were completely free of flu symptoms after just two to three days, while symptoms lasted almost a week in people taking placebos. The herbal extract has broad-spectrum antibacterial and viral effects.\r\n\r\nDose: Take a teaspoon of sugar-free syrup every three to four waking hours until symptoms disappear.\r\n\r\n<strong>N-acetylcysteine (NAC)</strong>\r\n\r\nNAC remains one of the most potent guards against colds and flus. Researchers gave either 600 mg of NAC or placebos twice daily to seniors. Those taking NAC still caught the flu but experienced fewer symptoms.\r\n\r\nDose: 600 mg twice daily, but you can boost it to 2,400â€“3,600 mg daily at the first sign of symptoms.\r\n\r\n<strong>Probiotics</strong>\r\n\r\nNew studies show our gut bacteriaâ€”and probioticsâ€”can prevent and reduce cold and flu symptoms. For example, researchers found that supplemental Bifidobacterium bifidum reduced symptoms among stressed college students. Another study reported that Lactobacillus rhamnosus GG eased upper-respiratory-tract symptoms in children attending day care. Start taking probiotics before cold and flu season begins.\r\n\r\nDose: Follow label directions.\r\n\r\n<strong>Vitamin D</strong>\r\n\r\nItâ€™s more than coincidence that the cold and flu season occurs when people get less seasonal sunlight and therefore make less vitamin D. People need the vitamin to activate a variety of germ-fighting immune factors. A study of high school students found that taking 2,000 IU of vitamin D daily reduced the risk of catching the flu by 83 percent.\r\n\r\nDose: Take 2,000â€“5,000 IU daily. You can increase the dose to 10,000 IU daily during the first three days of a cold.\r\n\r\n<strong>Zinc lozenges</strong>\r\n\r\nResearchers at the University of Helsinki in Finland analyzed data from 199 patients who took either zinc lozenges or placebos. All cold symptoms, including nasal discharge, congestion and hoarseness, decreased substantially.\r\n\r\nDose: Take one lozenge every two to four hours until symptoms subside.\r\n<em>This article is reprinted from Delicious Living magazine</em>.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"859\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','SuperCharge Your Immunity!','It\'s time to be ready for cold and flu season!','publish','closed','open','','supercharge-your-immunity','','','2016-11-28 12:29:09','2016-11-28 18:29:09','',0,'http://74.124.197.205/~ruthsnut/?p=858',0,'post','',0),(859,2,'2016-11-28 12:13:03','2016-11-28 18:13:03','','elderberry-immune-boosters-head-602x602','','inherit','open','closed','','elderberry-immune-boosters-head-602x602','','','2016-11-28 12:13:03','2016-11-28 18:13:03','',858,'http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/11/Elderberry-Immune-Boosters-Head-602X602.jpg',0,'attachment','image/jpeg',0),(861,2,'2016-11-28 12:20:07','2016-11-28 18:20:07','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\nNatural ways to guard against colds and flus\r\n\r\nBy Jack Challem\r\n\r\nThis time of year, cold and flu bugs seem as inevitable as an abundance of tempting goodies. But thatâ€™s no excuse to be complacent about your health. Instead, you can turn to several tried-and-true natural approaches to reduce your cold and flu risk. â€œMuch of the immune system consists of, or is programmed by, cells in the gut lining,â€ says Jennifer Kaumeyer, ND, of the Riordan Clinic in Wichita, Kansas. â€œProbiotics and zinc are among the supplements that help keep these cells healthy.â€\r\n\r\nOf course, also remember to wash your hands frequently, especially after touching doorknobs, other peopleâ€™s phones and your kidâ€™s runny nose.\r\n\r\n<strong>Echinacea</strong>\r\n\r\nThereâ€™s a reason herbalists turn to echinacea to prevent colds and flus: It works. In one study, researchers gave 755 people either echinacea or placebos for four months. People taking the herb had fewer colds and needed fewer medications.\r\n\r\nDose: Follow label directions. If you can tolerate the taste, a tincture might be particularly effective.\r\n\r\n<strong>Elderberry</strong>\r\n\r\nIn one study, people taking an elderberry extract were completely free of flu symptoms after just two to three days, while symptoms lasted almost a week in people taking placebos. The herbal extract has broad-spectrum antibacterial and viral effects.\r\n\r\nDose: Take a teaspoon of sugar-free syrup every three to four waking hours until symptoms disappear.\r\n\r\n<strong>N-acetylcysteine (NAC)</strong>\r\n\r\nNAC remains one of the most potent guards against colds and flus. Researchers gave either 600 mg of NAC or placebos twice daily to seniors. Those taking NAC still caught the flu but experienced fewer symptoms.\r\n\r\nDose: 600 mg twice daily, but you can boost it to 2,400â€“3,600 mg daily at the first sign of symptoms.\r\n\r\n<strong>Probiotics</strong>\r\n\r\nNew studies show our gut bacteriaâ€”and probioticsâ€”can prevent and reduce cold and flu symptoms. For example, researchers found that supplemental Bifidobacterium bifidum reduced symptoms among stressed college students. Another study reported that Lactobacillus rhamnosus GG eased upper-respiratory-tract symptoms in children attending day care. Start taking probiotics before cold and flu season begins.\r\n\r\nDose: Follow label directions.\r\n\r\n<strong>Vitamin D</strong>\r\n\r\nItâ€™s more than coincidence that the cold and flu season occurs when people get less seasonal sunlight and therefore make less vitamin D. People need the vitamin to activate a variety of germ-fighting immune factors. A study of high school students found that taking 2,000 IU of vitamin D daily reduced the risk of catching the flu by 83 percent.\r\n\r\nDose: Take 2,000â€“5,000 IU daily. You can increase the dose to 10,000 IU daily during the first three days of a cold.\r\n\r\n<strong>Zinc lozenges</strong>\r\n\r\nResearchers at the University of Helsinki in Finland analyzed data from 199 patients who took either zinc lozenges or placebos. All cold symptoms, including nasal discharge, congestion and hoarseness, decreased substantially.\r\n\r\nDose: Take one lozenge every two to four hours until symptoms subside.\r\n<em>This article is reprinted from Delicious Living magazine</em>.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"859\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','SuperCharge Your Immunity!','Ruth\'s will close at 3:30 p.m. Wednesday and reopen at 9:30 a.m. Wednesday. Happy Thanksgiving!','inherit','closed','closed','','858-revision-v1','','','2016-11-28 12:20:07','2016-11-28 18:20:07','',858,'http://74.124.197.205/~ruthsnut/858-revision-v1/',0,'revision','',0),(862,2,'2016-11-28 12:25:22','2016-11-28 18:25:22','[vc_row][vc_column width=\"2/3\"][vc_column_text]<strong>Natural ways to guard against colds and flus</strong>\r\n\r\nBy Jack Challem\r\n\r\nThis time of year, cold and flu bugs seem as inevitable as an abundance of tempting goodies. But thatâ€™s no excuse to be complacent about your health. Instead, you can turn to several tried-and-true natural approaches to reduce your cold and flu risk. â€œMuch of the immune system consists of, or is programmed by, cells in the gut lining,â€ says Jennifer Kaumeyer, ND, of the Riordan Clinic in Wichita, Kansas. â€œProbiotics and zinc are among the supplements that help keep these cells healthy.â€\r\n\r\nOf course, also remember to wash your hands frequently, especially after touching doorknobs, other peopleâ€™s phones and your kidâ€™s runny nose.\r\n\r\n<strong>Echinacea</strong>\r\n\r\nThereâ€™s a reason herbalists turn to echinacea to prevent colds and flus: It works. In one study, researchers gave 755 people either echinacea or placebos for four months. People taking the herb had fewer colds and needed fewer medications.\r\n\r\nDose: Follow label directions. If you can tolerate the taste, a tincture might be particularly effective.\r\n\r\n<strong>Elderberry</strong>\r\n\r\nIn one study, people taking an elderberry extract were completely free of flu symptoms after just two to three days, while symptoms lasted almost a week in people taking placebos. The herbal extract has broad-spectrum antibacterial and viral effects.\r\n\r\nDose: Take a teaspoon of sugar-free syrup every three to four waking hours until symptoms disappear.\r\n\r\n<strong>N-acetylcysteine (NAC)</strong>\r\n\r\nNAC remains one of the most potent guards against colds and flus. Researchers gave either 600 mg of NAC or placebos twice daily to seniors. Those taking NAC still caught the flu but experienced fewer symptoms.\r\n\r\nDose: 600 mg twice daily, but you can boost it to 2,400â€“3,600 mg daily at the first sign of symptoms.\r\n\r\n<strong>Probiotics</strong>\r\n\r\nNew studies show our gut bacteriaâ€”and probioticsâ€”can prevent and reduce cold and flu symptoms. For example, researchers found that supplemental Bifidobacterium bifidum reduced symptoms among stressed college students. Another study reported that Lactobacillus rhamnosus GG eased upper-respiratory-tract symptoms in children attending day care. Start taking probiotics before cold and flu season begins.\r\n\r\nDose: Follow label directions.\r\n\r\n<strong>Vitamin D</strong>\r\n\r\nItâ€™s more than coincidence that the cold and flu season occurs when people get less seasonal sunlight and therefore make less vitamin D. People need the vitamin to activate a variety of germ-fighting immune factors. A study of high school students found that taking 2,000 IU of vitamin D daily reduced the risk of catching the flu by 83 percent.\r\n\r\nDose: Take 2,000â€“5,000 IU daily. You can increase the dose to 10,000 IU daily during the first three days of a cold.\r\n\r\n<strong>Zinc lozenges</strong>\r\n\r\nResearchers at the University of Helsinki in Finland analyzed data from 199 patients who took either zinc lozenges or placebos. All cold symptoms, including nasal discharge, congestion and hoarseness, decreased substantially.\r\n\r\nDose: Take one lozenge every two to four hours until symptoms subside.\r\n<em>This article is reprinted from Delicious Living magazine</em>.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"859\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','SuperCharge Your Immunity!','It\'s time to be ready for cold and flu season!','inherit','closed','closed','','858-revision-v1','','','2016-11-28 12:25:22','2016-11-28 18:25:22','',858,'http://74.124.197.205/~ruthsnut/858-revision-v1/',0,'revision','',0),(864,2,'2016-11-28 14:46:40','2016-11-28 20:46:40','[vc_row][vc_column width=\"1/3\"][vc_single_image image=\"846\" img_size=\"full\" alignment=\"center\" css_animation=\"appear\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]Thanks to everyone who participated in our nail polish Game Challenge for the chance to win a $30 gift certificate, and Special Congratulations to Paula Baker! She\'s our winner!\r\n\r\nRuth\'s Nutrition: Great products @ great prices along with great fun!\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','Game Winner!','We\'ve got a winner!\r\n','inherit','closed','closed','','856-revision-v1','','','2016-11-28 14:46:40','2016-11-28 20:46:40','',856,'http://74.124.197.205/~ruthsnut/856-revision-v1/',0,'revision','',0),(865,2,'2016-11-30 15:25:57','2016-11-30 21:25:57','[vc_row][vc_column width=\"1/3\"][vc_single_image image=\"866\" img_size=\"full\" alignment=\"center\" css_animation=\"appear\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]The holiday season can be filled with friends, family, joy, shopping -- and unfortunately plenty of stress. That can manifest in irritability, headaches, fatigue and a host of other maladies. Thank goodness thatâ€™s an area where supplements can be really helpful.\r\n\r\nMagnesium is a mineral that is a co-factor in more than 300 enzyme reactions in the body. Itâ€™s necessary for muscle relaxation and cellular energy. Dr. Mark Hyman calls it the relaxation mineral: â€œAnything that is tight, irritable, crampy and stiff â€“ whether it is a body part or even a mood â€“ is a sign of magnesium deficiency.â€ Given that anxiety, irritability, and insomnia can be signs of magnesium deficiency, increasing magnesium during this season isnâ€™t a bad idea. You can buy it in capsules, tablets and even a powder for a lemonade-like drink. <a href=\"http://drhyman.com/blog/2010/05/20/magnesium-the-most-powerful-relaxation-mineral-available/\" target=\"_blank\">Learn more</a><a href=\"http://drhyman.com/blog/2010/05/20/magnesium-the-most-powerful-relaxation-mineral-available/\">.</a>\r\n\r\nTheanine Serene is a product by Source Naturals that many of our customers tell us theyâ€™ve found helpful for stress and anxiety. It contains the relaxing amino acid theanine, magnesium, calming herbs and other ingredients designed to help you handle challenging times. The dose is just two tablets daily. <a href=\"http://www.sourcenaturals.com/products/GP1787\" target=\"_blank\">Learn more</a><a href=\"http://www.sourcenaturals.com/products/GP1787\">.</a>\r\n\r\nThose are just two of the many products on our shelves that can help make this season a little merrier. And, of course, self-care practices like yoga, exercise, meditation, etc. can also help you better manage the holidays. For more ideas on how to make your holidays more enjoyable, <a href=\"http://my.clevelandclinic.org/health/articles/managing-holiday-stress\" target=\"_blank\">click here</a><a href=\"http://my.clevelandclinic.org/health/healthy_living/hic_Stress_Management_and_Emotional_Health/hic_Managing_Holiday_Stress\">.</a>[/vc_column_text][/vc_column][/vc_row]','Holidays Without the Headaches, Please!','The holiday season can be filled with friends, family and unfortunately plenty of stress. Thank goodness thatâ€™s an area where supplements can be really helpful.','publish','closed','open','','holidays-without-the-headaches-please','','','2017-01-03 16:56:23','2017-01-03 22:56:23','',0,'http://74.124.197.205/~ruthsnut/?p=865',0,'post','',0),(866,2,'2016-11-30 14:57:36','2016-11-30 20:57:36','','holiday-stress-600-x600','','inherit','open','closed','','holiday-stress-600-x600','','','2016-11-30 14:57:36','2016-11-30 20:57:36','',865,'http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/11/Holiday-Stress-600-X600.jpg',0,'attachment','image/jpeg',0),(867,2,'2016-11-30 15:09:33','2016-11-30 21:09:33','[vc_row][vc_column width=\"1/3\"][vc_single_image image=\"866\" img_size=\"full\" alignment=\"center\" css_animation=\"appear\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]Here\'s to having tinsel without the tension!\r\nThe holiday season can be filled with friends, family, joy, shopping -- and unfortunately plenty of stress. That can manifest in irritability, headaches, fatigue and a host of other maladies. Thank goodness thatâ€™s an area where supplements can be really helpful.\r\n\r\nMagnesium is a mineral that is a co-factor in more than 300 enzyme reactions in the body. Itâ€™s necessary for muscle relaxation and cellular energy. Dr. Mark Hyman calls it the relaxation mineral: â€œAnything that is tight, irritable, crampy and stiff â€“ whether it is a body part or even a mood â€“ is a sign of magnesium deficiency.â€ Given that anxiety, irritability, and insomnia can be signs of magnesium deficiency, increasing magnesium during this season isnâ€™t a bad idea. You can buy it in capsules, tablets and even a powder for a lemonade-like drink. <a href=\"http://drhyman.com/blog/2010/05/20/magnesium-the-most-powerful-relaxation-mineral-available/\">Learn more.</a>\r\n\r\nTheanine Serene is a product by Source Naturals that many of our customers tell us theyâ€™ve found helpful for stress and anxiety. It contains the relaxing amino acid theanine, magnesium, calming herbs and other ingredients designed to help you handle challenging times. The dose is just two tablets daily. <a href=\"http://www.sourcenaturals.com/products/GP1787\">Learn more.</a>\r\n\r\nThose are just two of the many products on our shelves that can help make this season a little merrier. And, of course, self-care practices like yoga, exercise, meditation, etc. can also help you better manage the holidays. For more ideas on how to make your holidays more enjoyable, <a href=\"http://my.clevelandclinic.org/health/healthy_living/hic_Stress_Management_and_Emotional_Health/hic_Managing_Holiday_Stress\">click here.</a>[/vc_column_text][/vc_column][/vc_row]','Holidays Without the Headaches, Please!','\r\nThe holiday season can be filled with friends, family, joy, shopping -- and unfortunately plenty of stress. Thank goodness thatâ€™s an area where supplements can be really helpful.','inherit','closed','closed','','865-revision-v1','','','2016-11-30 15:09:33','2016-11-30 21:09:33','',865,'http://74.124.197.205/~ruthsnut/865-revision-v1/',0,'revision','',0),(868,2,'2016-11-30 15:19:22','2016-11-30 21:19:22','[vc_row][vc_column width=\"1/3\"][vc_single_image image=\"866\" img_size=\"full\" alignment=\"center\" css_animation=\"appear\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]<strong>Here\'s to having tinsel without the tension!</strong>\r\n\r\nThe holiday season can be filled with friends, family, joy, shopping -- and unfortunately plenty of stress. That can manifest in irritability, headaches, fatigue and a host of other maladies. Thank goodness thatâ€™s an area where supplements can be really helpful.\r\n\r\nMagnesium is a mineral that is a co-factor in more than 300 enzyme reactions in the body. Itâ€™s necessary for muscle relaxation and cellular energy. Dr. Mark Hyman calls it the relaxation mineral: â€œAnything that is tight, irritable, crampy and stiff â€“ whether it is a body part or even a mood â€“ is a sign of magnesium deficiency.â€ Given that anxiety, irritability, and insomnia can be signs of magnesium deficiency, increasing magnesium during this season isnâ€™t a bad idea. You can buy it in capsules, tablets and even a powder for a lemonade-like drink. <a href=\"http://drhyman.com/blog/2010/05/20/magnesium-the-most-powerful-relaxation-mineral-available/\">Learn more.</a>\r\n\r\nTheanine Serene is a product by Source Naturals that many of our customers tell us theyâ€™ve found helpful for stress and anxiety. It contains the relaxing amino acid theanine, magnesium, calming herbs and other ingredients designed to help you handle challenging times. The dose is just two tablets daily. <a href=\"http://www.sourcenaturals.com/products/GP1787\">Learn more.</a>\r\n\r\nThose are just two of the many products on our shelves that can help make this season a little merrier. And, of course, self-care practices like yoga, exercise, meditation, etc. can also help you better manage the holidays. For more ideas on how to make your holidays more enjoyable, <a href=\"http://my.clevelandclinic.org/health/healthy_living/hic_Stress_Management_and_Emotional_Health/hic_Managing_Holiday_Stress\">click here.</a>[/vc_column_text][/vc_column][/vc_row]','Holidays Without the Headaches, Please!','The holiday season can be filled with friends, family, joy, shopping -- and unfortunately plenty of stress. Thank goodness thatâ€™s an area where supplements can be really helpful.','inherit','closed','closed','','865-revision-v1','','','2016-11-30 15:19:22','2016-11-30 21:19:22','',865,'http://74.124.197.205/~ruthsnut/865-revision-v1/',0,'revision','',0),(869,2,'2016-11-30 15:23:53','2016-11-30 21:23:53','[vc_row][vc_column width=\"1/3\"][vc_single_image image=\"866\" img_size=\"full\" alignment=\"center\" css_animation=\"appear\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]The holiday season can be filled with friends, family, joy, shopping -- and unfortunately plenty of stress. That can manifest in irritability, headaches, fatigue and a host of other maladies. Thank goodness thatâ€™s an area where supplements can be really helpful.\r\n\r\nMagnesium is a mineral that is a co-factor in more than 300 enzyme reactions in the body. Itâ€™s necessary for muscle relaxation and cellular energy. Dr. Mark Hyman calls it the relaxation mineral: â€œAnything that is tight, irritable, crampy and stiff â€“ whether it is a body part or even a mood â€“ is a sign of magnesium deficiency.â€ Given that anxiety, irritability, and insomnia can be signs of magnesium deficiency, increasing magnesium during this season isnâ€™t a bad idea. You can buy it in capsules, tablets and even a powder for a lemonade-like drink. <a href=\"http://drhyman.com/blog/2010/05/20/magnesium-the-most-powerful-relaxation-mineral-available/\">Learn more.</a>\r\n\r\nTheanine Serene is a product by Source Naturals that many of our customers tell us theyâ€™ve found helpful for stress and anxiety. It contains the relaxing amino acid theanine, magnesium, calming herbs and other ingredients designed to help you handle challenging times. The dose is just two tablets daily. <a href=\"http://www.sourcenaturals.com/products/GP1787\">Learn more.</a>\r\n\r\nThose are just two of the many products on our shelves that can help make this season a little merrier. And, of course, self-care practices like yoga, exercise, meditation, etc. can also help you better manage the holidays. For more ideas on how to make your holidays more enjoyable, <a href=\"http://my.clevelandclinic.org/health/healthy_living/hic_Stress_Management_and_Emotional_Health/hic_Managing_Holiday_Stress\">click here.</a>[/vc_column_text][/vc_column][/vc_row]','Holidays Without the Headaches, Please!','The holiday season can be filled with friends, family, joy, shopping -- and unfortunately plenty of stress. Thank goodness thatâ€™s an area where supplements can be really helpful.','inherit','closed','closed','','865-revision-v1','','','2016-11-30 15:23:53','2016-11-30 21:23:53','',865,'http://74.124.197.205/~ruthsnut/865-revision-v1/',0,'revision','',0),(870,2,'2016-11-30 15:25:44','2016-11-30 21:25:44','[vc_row][vc_column width=\"1/3\"][vc_single_image image=\"866\" img_size=\"full\" alignment=\"center\" css_animation=\"appear\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]The holiday season can be filled with friends, family, joy, shopping -- and unfortunately plenty of stress. That can manifest in irritability, headaches, fatigue and a host of other maladies. Thank goodness thatâ€™s an area where supplements can be really helpful.\r\n\r\nMagnesium is a mineral that is a co-factor in more than 300 enzyme reactions in the body. Itâ€™s necessary for muscle relaxation and cellular energy. Dr. Mark Hyman calls it the relaxation mineral: â€œAnything that is tight, irritable, crampy and stiff â€“ whether it is a body part or even a mood â€“ is a sign of magnesium deficiency.â€ Given that anxiety, irritability, and insomnia can be signs of magnesium deficiency, increasing magnesium during this season isnâ€™t a bad idea. You can buy it in capsules, tablets and even a powder for a lemonade-like drink. <a href=\"http://drhyman.com/blog/2010/05/20/magnesium-the-most-powerful-relaxation-mineral-available/\">Learn more.</a>\r\n\r\nTheanine Serene is a product by Source Naturals that many of our customers tell us theyâ€™ve found helpful for stress and anxiety. It contains the relaxing amino acid theanine, magnesium, calming herbs and other ingredients designed to help you handle challenging times. The dose is just two tablets daily. <a href=\"http://www.sourcenaturals.com/products/GP1787\">Learn more.</a>\r\n\r\nThose are just two of the many products on our shelves that can help make this season a little merrier. And, of course, self-care practices like yoga, exercise, meditation, etc. can also help you better manage the holidays. For more ideas on how to make your holidays more enjoyable, <a href=\"http://my.clevelandclinic.org/health/healthy_living/hic_Stress_Management_and_Emotional_Health/hic_Managing_Holiday_Stress\">click here.</a>[/vc_column_text][/vc_column][/vc_row]','Holidays Without the Headaches, Please!','The holiday season can be filled with friends, family and unfortunately plenty of stress. Thank goodness thatâ€™s an area where supplements can be really helpful.','inherit','closed','closed','','865-revision-v1','','','2016-11-30 15:25:44','2016-11-30 21:25:44','',865,'http://74.124.197.205/~ruthsnut/865-revision-v1/',0,'revision','',0),(872,3,'2016-11-30 16:15:51','2016-11-30 22:15:51','','Blog','','draft','closed','closed','','blog','','','2016-11-30 16:23:01','2016-11-30 22:23:01','',0,'http://74.124.197.205/~ruthsnut/?page_id=872',0,'page','',0),(873,3,'2016-11-30 16:15:51','2016-11-30 22:15:51','','Blog','','inherit','closed','closed','','872-revision-v1','','','2016-11-30 16:15:51','2016-11-30 22:15:51','',872,'http://74.124.197.205/~ruthsnut/872-revision-v1/',0,'revision','',0),(878,2,'2016-12-16 14:28:54','2016-12-16 20:28:54','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h3><strong>You Don\'t Have to Hurt</strong></h3>\r\nOne thing our customers often want to know is do we have anything to alleviate pain. Most are experiencing joint pain from arthritis, but it might be pain from injuries or even tight muscles. We usually start by talking about the things that will lower inflammation in general: a good fish oil, turmeric, ginger, eliminating food sensitivities, etc. But when customers are hurting, they want something fast-acting; thatâ€™s when we start talking about our most popular pain relievers, those that our shoppers tell us work for them.\r\n\r\nOur two most popular are <strong>Terry Naturallyâ€™s Curamin</strong> and <strong>Gaia Herbsâ€™ Tumeric Supreme Pain</strong>. They both contain Curcumin (from Turmeric), but they work a little differently. Curamin uses a patented form of Curcumin called BCM-95, said to be highly absorbable, along with Boswellia (another anti-inflammatory herb) and the amino acid DLPA (DL-phenylalanine). DLPA supports the effects of feel-good endorphins, tending to lessen pain signals. Curamin comes in vegetable capsule or extra-strength tablet form. The formula also contains Turmeric Essential Oil.\r\n\r\n<strong>Tumeric Supreme Pain</strong> uses a supercritical extract of whole Tumeric root, along with anti-inflammatory Ginger and Rosemary. In addition, it contains the pain-relieving herbs Jamaican Dogwood, Wild Lettuce and Devilâ€™s Claw, along with Black Pepper to improve absorption. It comes in a vegetarian liquid phytocap. Gaia Herbs also makes <strong>Tumeric Supreme Joint </strong>formula, which is similar to the Pain formula but has added Quercetin, another potent anti-inflammatory ingredient.\r\n\r\nA more recent addition to our shelves is <strong>Redd Remediesâ€™ PAIN T4</strong>. It is designed to target joints, muscles, stress, and brain as a broad spectrum approach to alleviating pain. It uses another patented form of Curcumin (C3 Complex), along with relaxing and pain-relieving herbs such as Corydalis, Ashwagandha, Huang Bai, and Cang Zhu. It comes in vegetable capsules or a chewable tablet.\r\n\r\nSince each of these products is formulated differently, we usually advise customers to try one product one month then buy a different product the next time to see which works best for you.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"879\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Fast-Acting Pain Relief','One thing our customers often want to know is do we have anything to alleviate pain. The answer is yes, we do!','publish','closed','open','','fast-acting-pain-relief','','','2017-01-03 16:51:35','2017-01-03 22:51:35','',0,'http://74.124.197.205/~ruthsnut/?p=878',0,'post','',0),(879,2,'2016-12-16 14:10:14','2016-12-16 20:10:14','','Pain -- 600 X 600','','inherit','open','closed','','pain-600-x-600','','','2016-12-16 14:10:14','2016-12-16 20:10:14','',878,'http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/12/Pain-600-X-600.jpg',0,'attachment','image/jpeg',0),(880,2,'2016-12-16 14:20:06','2016-12-16 20:20:06','[vc_row][vc_column width=\"2/3\"][vc_column_text]<strong>Pain Relief</strong>\r\n\r\nOne thing our customers often want to know is do we have anything to alleviate pain. Most are experiencing joint pain from arthritis, but it might be pain from injuries or even tight muscles. We usually start by talking about the things that will lower inflammation in general: a good fish oil, turmeric, ginger, eliminating food sensitivities, etc. But when customers are hurting, they want something fast-acting; thatâ€™s when we start talking about our most popular pain relievers, those that our shoppers tell us work for them.\r\n\r\nOur two most popular are <strong>Terry Naturallyâ€™s Curamin</strong> and <strong>Gaia Herbsâ€™ Tumeric Supreme Pain</strong>. They both contain Curcumin (from Turmeric), but they work a little differently. Curamin uses a patented form of Curcumin called BCM-95, said to be highly absorbable, along with Boswellia (another anti-inflammatory herb) and the amino acid DLPA (DL-phenylalanine). DLPA supports the effects of feel-good endorphins, tending to lessen pain signals. It comes in vegetable capsule or extra-strength tablet form. The formula also contains Turmeric Essential Oil.\r\n\r\n<strong>Tumeric Supreme Pain</strong> uses a supercritical extract of whole Tumeric extract, along with anti-inflammatory Ginger and Rosemary. In addition, it contains the pain-relieving herbs Jamaican Dogwood, Wild Lettuce and Devilâ€™s Claw, along with Black Pepper to improve absorption. It comes in a vegetarian liquid phytocap. Gaia Herbs also makes <strong>Tumeric Supreme Joint </strong>formula, which is similar to the Pain formula but has added Quercetin, another potent anti-inflammatory ingredient.\r\n\r\nA more recent addition to our shelves is <strong>Redd Remediesâ€™ PAIN T4</strong>. It is designed to target joints, muscles, stress, and brain as a broad spectrum approach to alleviating pain. It uses another patented form of Curcumin (C3 Complex), along with relaxing and pain-relieving herbs such as Corydalis, Ashwagandha, Huang Bai, and Cang Zhu. It comes in vegetable capsules or a chewable tablet.\r\n\r\nSince each of these products are formulated differently, we usually advise customers to try one product one month then buy a different product the next time to see which works best for you.\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"879\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','SuperCharge Your Immunity!','One thing our customers often want to know is do we have anything to alleviate pain. The answer is yes, we do!','inherit','closed','closed','','878-revision-v1','','','2016-12-16 14:20:06','2016-12-16 20:20:06','',878,'http://74.124.197.205/~ruthsnut/878-revision-v1/',0,'revision','',0),(881,2,'2016-12-16 14:22:17','2016-12-16 20:22:17','[vc_row][vc_column width=\"2/3\"][vc_column_text]<strong>You Don\'t Have to Hurt</strong>\r\n\r\nOne thing our customers often want to know is do we have anything to alleviate pain. Most are experiencing joint pain from arthritis, but it might be pain from injuries or even tight muscles. We usually start by talking about the things that will lower inflammation in general: a good fish oil, turmeric, ginger, eliminating food sensitivities, etc. But when customers are hurting, they want something fast-acting; thatâ€™s when we start talking about our most popular pain relievers, those that our shoppers tell us work for them.\r\n\r\nOur two most popular are <strong>Terry Naturallyâ€™s Curamin</strong> and <strong>Gaia Herbsâ€™ Tumeric Supreme Pain</strong>. They both contain Curcumin (from Turmeric), but they work a little differently. Curamin uses a patented form of Curcumin called BCM-95, said to be highly absorbable, along with Boswellia (another anti-inflammatory herb) and the amino acid DLPA (DL-phenylalanine). DLPA supports the effects of feel-good endorphins, tending to lessen pain signals. It comes in vegetable capsule or extra-strength tablet form. The formula also contains Turmeric Essential Oil.\r\n\r\n<strong>Tumeric Supreme Pain</strong> uses a supercritical extract of whole Tumeric extract, along with anti-inflammatory Ginger and Rosemary. In addition, it contains the pain-relieving herbs Jamaican Dogwood, Wild Lettuce and Devilâ€™s Claw, along with Black Pepper to improve absorption. It comes in a vegetarian liquid phytocap. Gaia Herbs also makes <strong>Tumeric Supreme Joint </strong>formula, which is similar to the Pain formula but has added Quercetin, another potent anti-inflammatory ingredient.\r\n\r\nA more recent addition to our shelves is <strong>Redd Remediesâ€™ PAIN T4</strong>. It is designed to target joints, muscles, stress, and brain as a broad spectrum approach to alleviating pain. It uses another patented form of Curcumin (C3 Complex), along with relaxing and pain-relieving herbs such as Corydalis, Ashwagandha, Huang Bai, and Cang Zhu. It comes in vegetable capsules or a chewable tablet.\r\n\r\nSince each of these products are formulated differently, we usually advise customers to try one product one month then buy a different product the next time to see which works best for you.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"879\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Fast-Acting Pain Relief','One thing our customers often want to know is do we have anything to alleviate pain. The answer is yes, we do!','inherit','closed','closed','','878-revision-v1','','','2016-12-16 14:22:17','2016-12-16 20:22:17','',878,'http://74.124.197.205/~ruthsnut/878-revision-v1/',0,'revision','',0),(882,2,'2016-12-16 14:27:03','2016-12-16 20:27:03','[vc_row][vc_column width=\"2/3\"][vc_column_text]<strong>You Don\'t Have to Hurt</strong>\r\n\r\nOne thing our customers often want to know is do we have anything to alleviate pain. Most are experiencing joint pain from arthritis, but it might be pain from injuries or even tight muscles. We usually start by talking about the things that will lower inflammation in general: a good fish oil, turmeric, ginger, eliminating food sensitivities, etc. But when customers are hurting, they want something fast-acting; thatâ€™s when we start talking about our most popular pain relievers, those that our shoppers tell us work for them.\r\n\r\nOur two most popular are <strong>Terry Naturallyâ€™s Curamin</strong> and <strong>Gaia Herbsâ€™ Tumeric Supreme Pain</strong>. They both contain Curcumin (from Turmeric), but they work a little differently. Curamin uses a patented form of Curcumin called BCM-95, said to be highly absorbable, along with Boswellia (another anti-inflammatory herb) and the amino acid DLPA (DL-phenylalanine). DLPA supports the effects of feel-good endorphins, tending to lessen pain signals. Curamin comes in vegetable capsule or extra-strength tablet form. The formula also contains Turmeric Essential Oil.\r\n\r\n<strong>Tumeric Supreme Pain</strong> uses a supercritical extract of whole Tumeric root, along with anti-inflammatory Ginger and Rosemary. In addition, it contains the pain-relieving herbs Jamaican Dogwood, Wild Lettuce and Devilâ€™s Claw, along with Black Pepper to improve absorption. It comes in a vegetarian liquid phytocap. Gaia Herbs also makes <strong>Tumeric Supreme Joint </strong>formula, which is similar to the Pain formula but has added Quercetin, another potent anti-inflammatory ingredient.\r\n\r\nA more recent addition to our shelves is <strong>Redd Remediesâ€™ PAIN T4</strong>. It is designed to target joints, muscles, stress, and brain as a broad spectrum approach to alleviating pain. It uses another patented form of Curcumin (C3 Complex), along with relaxing and pain-relieving herbs such as Corydalis, Ashwagandha, Huang Bai, and Cang Zhu. It comes in vegetable capsules or a chewable tablet.\r\n\r\nSince each of these products is formulated differently, we usually advise customers to try one product one month then buy a different product the next time to see which works best for you.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"879\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Fast-Acting Pain Relief','One thing our customers often want to know is do we have anything to alleviate pain. The answer is yes, we do!','inherit','closed','closed','','878-revision-v1','','','2016-12-16 14:27:03','2016-12-16 20:27:03','',878,'http://74.124.197.205/~ruthsnut/878-revision-v1/',0,'revision','',0),(884,2,'2017-01-03 15:01:27','2017-01-03 21:01:27','[vc_row][vc_column width=\"1/3\"][vc_single_image image=\"887\" img_size=\"full\" alignment=\"center\" css_animation=\"appear\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]\r\n<h3>Design a program that works for you</h3>\r\nOh my, itâ€™s January again, that month when everyoneâ€™s talking about needing to lose a few pounds. Sad to say, even <em>The New York Times</em> has recently proclaimed that thereâ€™s no one-size-fits-all <a href=\"http://www.nytimes.com/2016/12/12/health/weight-loss-obesity.html?_r=1\" target=\"_blank\">weight loss program</a>. Â We all know that exercise is beneficial, both aerobic and muscle-building types; we know we should eat less sugar, and maybe even cut our serving sizes some. But after that, itâ€™s up to us to figure out â€“ often through trial and error â€“ what strategies can help us most.\r\n\r\nIt\'s generally accepted that cutting carbs, especially refined carbs, while increasing protein is a good idea. An easy way to do that is to start the day with a protein shake. Whey protein has the best reputation for building muscle, but many people can\'t do dairy. Because of that, Ruth\'s also carries many vegan protein powders made with rice, chia, pea and other non-dairy proteins. We\'ve got a large variety of blends and flavors to choose from.\r\n\r\nWhile there are no magic bullets, sometimes supplements can help you with a specific problem. Maybe you eat more than you should when youâ€™re anxious, then a product like Pure Encapsulationsâ€™ CarbCrave might help. Itâ€™s designed to be calming and to improve your serotonin levels. It can be taken before meals or between meals, depending on your common times of overeating.\r\n\r\nNatural Factorsâ€™ PGX is a formula containing konjac root, a fiber that swells far more than most. That means it makes you feel full faster and longer, and it even helps regulate blood sugar. It also contains digestive enzymes so the fiber doesnâ€™t act like beans in your digestive tract. Like CarbCrave, you can take it before or between meals, depending on your eating habits.\r\n\r\nOther popular weight loss supplements are green or oolong tea (both have studies supporting their use), along with Garcinia Cambogia, Raspberry Ketones and even Apple Cider Vinegar, in liquid or tablet form.\r\n\r\nWhatever program or supplements you choose, if you need a little motivation to stay on your plan, <a href=\"http://www.joemartinfitness.com/2016/12/14/10-steps-to-fat-loss-success-part-2/\" target=\"_blank\">click here</a>.[/vc_column_text][/vc_column][/vc_row]','Tackling weight loss','Oh my, itâ€™s January again, that month when everyoneâ€™s talking about needing to lose a few pounds. We know a few things that can help.','publish','closed','open','','tackling-weight-loss','','','2017-01-03 16:48:14','2017-01-03 22:48:14','',0,'http://74.124.197.205/~ruthsnut/?p=884',0,'post','',0),(885,2,'2017-01-03 13:54:18','2017-01-03 19:54:18','','weight loss - grapefruit BLOG SIZE','','inherit','open','closed','','weight-loss-grapefruit-blog-size','','','2017-01-03 13:54:18','2017-01-03 19:54:18','',884,'http://74.124.197.205/~ruthsnut/wp-content/uploads/2017/01/weight-loss-grapefruit-BLOG-SIZE.jpg',0,'attachment','image/jpeg',0),(886,2,'2017-01-03 14:03:13','2017-01-03 20:03:13','[vc_row][vc_column width=\"1/3\"][vc_single_image image=\"885\" img_size=\"full\" alignment=\"center\" css_animation=\"appear\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]Oh my, itâ€™s January again, that month when everyoneâ€™s talking about needing to lose a few pounds. Sad to say, even The New York Times has recently proclaimed that thereâ€™s no one-size-fits-all <a href=\"http://www.nytimes.com/2016/12/12/health/weight-loss-obesity.html?_r=0\">weight loss program</a>. Â Itâ€™s generally accepted that exercise is beneficial, both aerobic and muscle-building types. We all know itâ€™s smarter to eat less sugar, probably carbs in general. But after that, itâ€™s up to us to figure out â€“ often through trial and error â€“ what strategies can help us most.\r\n\r\nWhile thereâ€™s no magic bullet, sometimes supplements can help you with a specific problem. Maybe you eat more than you should when youâ€™re anxious, then a product like Pure Encapsulationsâ€™ CarbCrave might help. Itâ€™s designed to be calming and to improve your serotonin levels. It can be taken before meals or between meals, depending on your common times of overeating.\r\n\r\nNatural Factorsâ€™ PGX is a formula containing konjac root, fiber that swells far more than most. That means it makes you feel full faster and longer. It also contains digestive enzymes so the fiber doesnâ€™t act like beans in your digestive tract. Like CarbCrave, you can take it before or between meals, depending on your eating habits.\r\n\r\nOther popular weight loss supplements are green or oolong tea (both have studies supporting their use), along with Garcinia Cambogia, Raspberry Ketones and even Apple Cider Vinegar, in liquid or tablet form.\r\n\r\nWhatever program or supplements you choose, if you need a little motivation to stay on your plan, <a href=\"http://www.joemartinfitness.com/2016/12/14/10-steps-to-fat-loss-success-part-2/\">click here</a>.[/vc_column_text][/vc_column][/vc_row]','Weight loss','Oh my, itâ€™s January again, that month when everyoneâ€™s talking about needing to lose a few pounds. While thereâ€™s no magic bullet, sometimes supplements can help you with a specific problem.','inherit','closed','closed','','884-revision-v1','','','2017-01-03 14:03:13','2017-01-03 20:03:13','',884,'http://74.124.197.205/~ruthsnut/884-revision-v1/',0,'revision','',0),(887,2,'2017-01-03 14:29:30','2017-01-03 20:29:30','','Smoothie with woman 596X596','','inherit','open','closed','','smoothie-with-woman-596x596','','','2017-01-03 14:29:30','2017-01-03 20:29:30','',884,'http://74.124.197.205/~ruthsnut/wp-content/uploads/2017/01/Smoothie-with-woman-596X596.jpg',0,'attachment','image/jpeg',0),(888,2,'2017-01-03 14:54:44','2017-01-03 20:54:44','[vc_row][vc_column width=\"1/3\"][vc_single_image image=\"887\" img_size=\"full\" alignment=\"center\" css_animation=\"appear\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]\r\n<h3>Design a program that works for you</h3>\r\nOh my, itâ€™s January again, that month when everyoneâ€™s talking about needing to lose a few pounds. Sad to say, even <em>The New York Times</em> has recently proclaimed that thereâ€™s no one-size-fits-all <a href=\"http://www.nytimes.com/2016/12/12/health/weight-loss-obesity.html?_r=0\">weight loss program</a>. Â We all know that exercise is beneficial, both aerobic and muscle-building types, we should eat less sugar, and maybe even cut our serving sizes some. But after that, itâ€™s up to us to figure out â€“ often through trial and error â€“ what strategies can help us most.\r\n\r\nIt\'s generally accepted that cutting carbs, especially refined carbs, while increasing protein is a good idea. An easy way to do that is to start the day with a protein shake. Whey protein has the best reputation for building muscle, but many people can\'t do dairy. Because of that, Ruth\'s also carries many vegan protein powders made with rice, chia, pea and other non-dairy proteins. We\'ve got a large variety of blends and flavors to choose from.\r\n\r\nWhile there are no magic bullets, sometimes supplements can help you with a specific problem. Maybe you eat more than you should when youâ€™re anxious, then a product like Pure Encapsulationsâ€™ CarbCrave might help. Itâ€™s designed to be calming and to improve your serotonin levels. It can be taken before meals or between meals, depending on your common times of overeating.\r\n\r\nNatural Factorsâ€™ PGX is a formula containing konjac root, a fiber that swells far more than most. That means it makes you feel full faster and longer, and it even helps regulate blood sugar. It also contains digestive enzymes so the fiber doesnâ€™t act like beans in your digestive tract. Like CarbCrave, you can take it before or between meals, depending on your eating habits.\r\n\r\nOther popular weight loss supplements are green or oolong tea (both have studies supporting their use), along with Garcinia Cambogia, Raspberry Ketones and even Apple Cider Vinegar, in liquid or tablet form.\r\n\r\nWhatever program or supplements you choose, if you need a little motivation to stay on your plan, <a href=\"http://www.joemartinfitness.com/2016/12/14/10-steps-to-fat-loss-success-part-2/\">click here</a>.[/vc_column_text][/vc_column][/vc_row]','Tackling weight loss','Oh my, itâ€™s January again, that month when everyoneâ€™s talking about needing to lose a few pounds. We know a few things that can help.','inherit','closed','closed','','884-revision-v1','','','2017-01-03 14:54:44','2017-01-03 20:54:44','',884,'http://74.124.197.205/~ruthsnut/884-revision-v1/',0,'revision','',0),(889,2,'2017-01-03 14:56:49','2017-01-03 20:56:49','[vc_row][vc_column width=\"1/3\"][vc_single_image image=\"887\" img_size=\"full\" alignment=\"center\" css_animation=\"appear\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]\r\n<h3>Design a program that works for you</h3>\r\nOh my, itâ€™s January again, that month when everyoneâ€™s talking about needing to lose a few pounds. Sad to say, even <em>The New York Times</em> has recently proclaimed that thereâ€™s no one-size-fits-all <a href=\"http://www.nytimes.com/2016/12/12/health/weight-loss-obesity.html?_r=0\">weight loss program</a>. Â We all know that exercise is beneficial, both aerobic and muscle-building types; we know we should eat less sugar, and maybe even cut our serving sizes some. But after that, itâ€™s up to us to figure out â€“ often through trial and error â€“ what strategies can help us most.\r\n\r\nIt\'s generally accepted that cutting carbs, especially refined carbs, while increasing protein is a good idea. An easy way to do that is to start the day with a protein shake. Whey protein has the best reputation for building muscle, but many people can\'t do dairy. Because of that, Ruth\'s also carries many vegan protein powders made with rice, chia, pea and other non-dairy proteins. We\'ve got a large variety of blends and flavors to choose from.\r\n\r\nWhile there are no magic bullets, sometimes supplements can help you with a specific problem. Maybe you eat more than you should when youâ€™re anxious, then a product like Pure Encapsulationsâ€™ CarbCrave might help. Itâ€™s designed to be calming and to improve your serotonin levels. It can be taken before meals or between meals, depending on your common times of overeating.\r\n\r\nNatural Factorsâ€™ PGX is a formula containing konjac root, a fiber that swells far more than most. That means it makes you feel full faster and longer, and it even helps regulate blood sugar. It also contains digestive enzymes so the fiber doesnâ€™t act like beans in your digestive tract. Like CarbCrave, you can take it before or between meals, depending on your eating habits.\r\n\r\nOther popular weight loss supplements are green or oolong tea (both have studies supporting their use), along with Garcinia Cambogia, Raspberry Ketones and even Apple Cider Vinegar, in liquid or tablet form.\r\n\r\nWhatever program or supplements you choose, if you need a little motivation to stay on your plan, <a href=\"http://www.joemartinfitness.com/2016/12/14/10-steps-to-fat-loss-success-part-2/\">click here</a>.[/vc_column_text][/vc_column][/vc_row]','Tackling weight loss','Oh my, itâ€™s January again, that month when everyoneâ€™s talking about needing to lose a few pounds. We know a few things that can help.','inherit','closed','closed','','884-revision-v1','','','2017-01-03 14:56:49','2017-01-03 20:56:49','',884,'http://74.124.197.205/~ruthsnut/884-revision-v1/',0,'revision','',0),(891,3,'2017-01-03 15:14:18','2017-01-03 21:14:18','[vc_row][vc_column width=\"1/3\"][vc_single_image image=\"887\" img_size=\"full\" alignment=\"center\" css_animation=\"appear\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]\n<h3>Design a program that works for you</h3>\nOh my, itâ€™s <a href=\"http://74.124.197.205/~ruthsnut\" target=\"_blank\">January </a>again, that month when everyoneâ€™s talking about needing to lose a few pounds. Sad to say, even <em>The New York Times</em> has recently proclaimed that thereâ€™s no one-size-fits-all <a href=\"http://www.nytimes.com/2016/12/12/health/weight-loss-obesity.html?_r=0\">weight loss program</a>. Â We all know that exercise is beneficial, both aerobic and muscle-building types; we know we should eat less sugar, and maybe even cut our serving sizes some. But after that, itâ€™s up to us to figure out â€“ often through trial and error â€“ what strategies can help us most.\n\nIt\'s generally accepted that cutting carbs, especially refined carbs, while increasing protein is a good idea. An easy way to do that is to start the day with a protein shake. Whey protein has the best reputation for building muscle, but many people can\'t do dairy. Because of that, Ruth\'s also carries many vegan protein powders made with rice, chia, pea and other non-dairy proteins. We\'ve got a large variety of blends and flavors to choose from.\n\nWhile there are no magic bullets, sometimes supplements can help you with a specific problem. Maybe you eat more than you should when youâ€™re anxious, then a product like Pure Encapsulationsâ€™ CarbCrave might help. Itâ€™s designed to be calming and to improve your serotonin levels. It can be taken before meals or between meals, depending on your common times of overeating.\n\nNatural Factorsâ€™ PGX is a formula containing konjac root, a fiber that swells far more than most. That means it makes you feel full faster and longer, and it even helps regulate blood sugar. It also contains digestive enzymes so the fiber doesnâ€™t act like beans in your digestive tract. Like CarbCrave, you can take it before or between meals, depending on your eating habits.\n\nOther popular weight loss supplements are green or oolong tea (both have studies supporting their use), along with Garcinia Cambogia, Raspberry Ketones and even Apple Cider Vinegar, in liquid or tablet form.\n\nWhatever program or supplements you choose, if you need a little motivation to stay on your plan, <a href=\"http://www.joemartinfitness.com/2016/12/14/10-steps-to-fat-loss-success-part-2/\">click here</a>.[/vc_column_text][/vc_column][/vc_row]','Tackling weight loss','Oh my, itâ€™s January again, that month when everyoneâ€™s talking about needing to lose a few pounds. We know a few things that can help.','inherit','closed','closed','','884-autosave-v1','','','2017-01-03 15:14:18','2017-01-03 21:14:18','',884,'http://74.124.197.205/~ruthsnut/884-autosave-v1/',0,'revision','',0),(892,2,'2017-01-03 16:47:48','2017-01-03 22:47:48','[vc_row][vc_column width=\"1/3\"][vc_single_image image=\"887\" img_size=\"full\" alignment=\"center\" css_animation=\"appear\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]\n<h3>Design a program that works for you</h3>\nOh my, itâ€™s January again, that month when everyoneâ€™s talking about needing to lose a few pounds. Sad to say, even <em>The New York Times</em> has recently proclaimed that thereâ€™s no one-size-fits-all <a href=\"http://www.nytimes.com/2016/12/12/health/weight-loss-obesity.html?_r=1\" target=\"_blank\">weight loss program</a>. Â We all know that exercise is beneficial, both aerobic and muscle-building types; we know we should eat less sugar, and maybe even cut our serving sizes some. But after that, itâ€™s up to us to figure out â€“ often through trial and error â€“ what strategies can help us most.\n\nIt\'s generally accepted that cutting carbs, especially refined carbs, while increasing protein is a good idea. An easy way to do that is to start the day with a protein shake. Whey protein has the best reputation for building muscle, but many people can\'t do dairy. Because of that, Ruth\'s also carries many vegan protein powders made with rice, chia, pea and other non-dairy proteins. We\'ve got a large variety of blends and flavors to choose from.\n\nWhile there are no magic bullets, sometimes supplements can help you with a specific problem. Maybe you eat more than you should when youâ€™re anxious, then a product like Pure Encapsulationsâ€™ CarbCrave might help. Itâ€™s designed to be calming and to improve your serotonin levels. It can be taken before meals or between meals, depending on your common times of overeating.\n\nNatural Factorsâ€™ PGX is a formula containing konjac root, a fiber that swells far more than most. That means it makes you feel full faster and longer, and it even helps regulate blood sugar. It also contains digestive enzymes so the fiber doesnâ€™t act like beans in your digestive tract. Like CarbCrave, you can take it before or between meals, depending on your eating habits.\n\nOther popular weight loss supplements are green or oolong tea (both have studies supporting their use), along with Garcinia Cambogia, Raspberry Ketones and even Apple Cider Vinegar, in liquid or tablet form.\n\nWhatever program or supplements you choose, if you need a little motivation to stay on your plan, <a href=\"http://www.joemartinfitness.com/2016/12/14/10-steps-to-fat-loss-success-part-2/\" target=\"_blank\">click here</a>.[/vc_column_text][/vc_column][/vc_row]','Tackling weight loss','Oh my, itâ€™s January again, that month when everyoneâ€™s talking about needing to lose a few pounds. We know a few things that can help.','inherit','closed','closed','','884-autosave-v1','','','2017-01-03 16:47:48','2017-01-03 22:47:48','',884,'http://74.124.197.205/~ruthsnut/884-autosave-v1/',0,'revision','',0),(893,2,'2017-01-03 16:45:59','2017-01-03 22:45:59','[vc_row][vc_column width=\"1/3\"][vc_single_image image=\"887\" img_size=\"full\" alignment=\"center\" css_animation=\"appear\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]\r\n<h3>Design a program that works for you</h3>\r\nOh my, itâ€™s January again, that month when everyoneâ€™s talking about needing to lose a few pounds. Sad to say, even <em>The New York Times</em> has recently proclaimed that thereâ€™s no one-size-fits-all <a href=\"http://www.nytimes.com/2016/12/12/health/weight-loss-obesity.html?_r=1\" target=\"_blank\">weight loss program</a>. Â We all know that exercise is beneficial, both aerobic and muscle-building types; we know we should eat less sugar, and maybe even cut our serving sizes some. But after that, itâ€™s up to us to figure out â€“ often through trial and error â€“ what strategies can help us most.\r\n\r\nIt\'s generally accepted that cutting carbs, especially refined carbs, while increasing protein is a good idea. An easy way to do that is to start the day with a protein shake. Whey protein has the best reputation for building muscle, but many people can\'t do dairy. Because of that, Ruth\'s also carries many vegan protein powders made with rice, chia, pea and other non-dairy proteins. We\'ve got a large variety of blends and flavors to choose from.\r\n\r\nWhile there are no magic bullets, sometimes supplements can help you with a specific problem. Maybe you eat more than you should when youâ€™re anxious, then a product like Pure Encapsulationsâ€™ CarbCrave might help. Itâ€™s designed to be calming and to improve your serotonin levels. It can be taken before meals or between meals, depending on your common times of overeating.\r\n\r\nNatural Factorsâ€™ PGX is a formula containing konjac root, a fiber that swells far more than most. That means it makes you feel full faster and longer, and it even helps regulate blood sugar. It also contains digestive enzymes so the fiber doesnâ€™t act like beans in your digestive tract. Like CarbCrave, you can take it before or between meals, depending on your eating habits.\r\n\r\nOther popular weight loss supplements are green or oolong tea (both have studies supporting their use), along with Garcinia Cambogia, Raspberry Ketones and even Apple Cider Vinegar, in liquid or tablet form.\r\n\r\nWhatever program or supplements you choose, if you need a little motivation to stay on your plan, <a href=\"http://www.joemartinfitness.com/2016/12/14/10-steps-to-fat-loss-success-part-2/\">click here</a>.[/vc_column_text][/vc_column][/vc_row]','Tackling weight loss','Oh my, itâ€™s January again, that month when everyoneâ€™s talking about needing to lose a few pounds. We know a few things that can help.','inherit','closed','closed','','884-revision-v1','','','2017-01-03 16:45:59','2017-01-03 22:45:59','',884,'http://74.124.197.205/~ruthsnut/884-revision-v1/',0,'revision','',0),(894,2,'2017-01-03 16:48:14','2017-01-03 22:48:14','[vc_row][vc_column width=\"1/3\"][vc_single_image image=\"887\" img_size=\"full\" alignment=\"center\" css_animation=\"appear\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]\r\n<h3>Design a program that works for you</h3>\r\nOh my, itâ€™s January again, that month when everyoneâ€™s talking about needing to lose a few pounds. Sad to say, even <em>The New York Times</em> has recently proclaimed that thereâ€™s no one-size-fits-all <a href=\"http://www.nytimes.com/2016/12/12/health/weight-loss-obesity.html?_r=1\" target=\"_blank\">weight loss program</a>. Â We all know that exercise is beneficial, both aerobic and muscle-building types; we know we should eat less sugar, and maybe even cut our serving sizes some. But after that, itâ€™s up to us to figure out â€“ often through trial and error â€“ what strategies can help us most.\r\n\r\nIt\'s generally accepted that cutting carbs, especially refined carbs, while increasing protein is a good idea. An easy way to do that is to start the day with a protein shake. Whey protein has the best reputation for building muscle, but many people can\'t do dairy. Because of that, Ruth\'s also carries many vegan protein powders made with rice, chia, pea and other non-dairy proteins. We\'ve got a large variety of blends and flavors to choose from.\r\n\r\nWhile there are no magic bullets, sometimes supplements can help you with a specific problem. Maybe you eat more than you should when youâ€™re anxious, then a product like Pure Encapsulationsâ€™ CarbCrave might help. Itâ€™s designed to be calming and to improve your serotonin levels. It can be taken before meals or between meals, depending on your common times of overeating.\r\n\r\nNatural Factorsâ€™ PGX is a formula containing konjac root, a fiber that swells far more than most. That means it makes you feel full faster and longer, and it even helps regulate blood sugar. It also contains digestive enzymes so the fiber doesnâ€™t act like beans in your digestive tract. Like CarbCrave, you can take it before or between meals, depending on your eating habits.\r\n\r\nOther popular weight loss supplements are green or oolong tea (both have studies supporting their use), along with Garcinia Cambogia, Raspberry Ketones and even Apple Cider Vinegar, in liquid or tablet form.\r\n\r\nWhatever program or supplements you choose, if you need a little motivation to stay on your plan, <a href=\"http://www.joemartinfitness.com/2016/12/14/10-steps-to-fat-loss-success-part-2/\" target=\"_blank\">click here</a>.[/vc_column_text][/vc_column][/vc_row]','Tackling weight loss','Oh my, itâ€™s January again, that month when everyoneâ€™s talking about needing to lose a few pounds. We know a few things that can help.','inherit','closed','closed','','884-revision-v1','','','2017-01-03 16:48:14','2017-01-03 22:48:14','',884,'http://74.124.197.205/~ruthsnut/884-revision-v1/',0,'revision','',0),(895,2,'2017-01-03 16:51:35','2017-01-03 22:51:35','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h3><strong>You Don\'t Have to Hurt</strong></h3>\r\nOne thing our customers often want to know is do we have anything to alleviate pain. Most are experiencing joint pain from arthritis, but it might be pain from injuries or even tight muscles. We usually start by talking about the things that will lower inflammation in general: a good fish oil, turmeric, ginger, eliminating food sensitivities, etc. But when customers are hurting, they want something fast-acting; thatâ€™s when we start talking about our most popular pain relievers, those that our shoppers tell us work for them.\r\n\r\nOur two most popular are <strong>Terry Naturallyâ€™s Curamin</strong> and <strong>Gaia Herbsâ€™ Tumeric Supreme Pain</strong>. They both contain Curcumin (from Turmeric), but they work a little differently. Curamin uses a patented form of Curcumin called BCM-95, said to be highly absorbable, along with Boswellia (another anti-inflammatory herb) and the amino acid DLPA (DL-phenylalanine). DLPA supports the effects of feel-good endorphins, tending to lessen pain signals. Curamin comes in vegetable capsule or extra-strength tablet form. The formula also contains Turmeric Essential Oil.\r\n\r\n<strong>Tumeric Supreme Pain</strong> uses a supercritical extract of whole Tumeric root, along with anti-inflammatory Ginger and Rosemary. In addition, it contains the pain-relieving herbs Jamaican Dogwood, Wild Lettuce and Devilâ€™s Claw, along with Black Pepper to improve absorption. It comes in a vegetarian liquid phytocap. Gaia Herbs also makes <strong>Tumeric Supreme Joint </strong>formula, which is similar to the Pain formula but has added Quercetin, another potent anti-inflammatory ingredient.\r\n\r\nA more recent addition to our shelves is <strong>Redd Remediesâ€™ PAIN T4</strong>. It is designed to target joints, muscles, stress, and brain as a broad spectrum approach to alleviating pain. It uses another patented form of Curcumin (C3 Complex), along with relaxing and pain-relieving herbs such as Corydalis, Ashwagandha, Huang Bai, and Cang Zhu. It comes in vegetable capsules or a chewable tablet.\r\n\r\nSince each of these products is formulated differently, we usually advise customers to try one product one month then buy a different product the next time to see which works best for you.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"879\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Fast-Acting Pain Relief','One thing our customers often want to know is do we have anything to alleviate pain. The answer is yes, we do!','inherit','closed','closed','','878-revision-v1','','','2017-01-03 16:51:35','2017-01-03 22:51:35','',878,'http://74.124.197.205/~ruthsnut/878-revision-v1/',0,'revision','',0),(896,2,'2017-01-03 16:54:53','2017-01-03 22:54:53','[vc_row][vc_column width=\"1/3\"][vc_single_image image=\"866\" img_size=\"full\" alignment=\"center\" css_animation=\"appear\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]The holiday season can be filled with friends, family, joy, shopping -- and unfortunately plenty of stress. That can manifest in irritability, headaches, fatigue and a host of other maladies. Thank goodness thatâ€™s an area where supplements can be really helpful.\n\nMagnesium is a mineral that is a co-factor in more than 300 enzyme reactions in the body. Itâ€™s necessary for muscle relaxation and cellular energy. Dr. Mark Hyman calls it the relaxation mineral: â€œAnything that is tight, irritable, crampy and stiff â€“ whether it is a body part or even a mood â€“ is a sign of magnesium deficiency.â€ Given that anxiety, irritability, and insomnia can be signs of magnesium deficiency, increasing magnesium during this season isnâ€™t a bad idea. You can buy it in capsules, tablets and even a powder for a lemonade-like drink. <a href=\"http://drhyman.com/blog/2010/05/20/magnesium-the-most-powerful-relaxation-mineral-available/\" target=\"_blank\">Learn more</a><a href=\"http://drhyman.com/blog/2010/05/20/magnesium-the-most-powerful-relaxation-mineral-available/\">.</a>\n\nTheanine Serene is a product by Source Naturals that many of our customers tell us theyâ€™ve found helpful for stress and anxiety. It contains the relaxing amino acid theanine, magnesium, calming herbs and other ingredients designed to help you handle challenging times. The dose is just two tablets daily. <a href=\"http://www.sourcenaturals.com/products/GP1787\">Learn more.</a>\n\nThose are just two of the many products on our shelves that can help make this season a little merrier. And, of course, self-care practices like yoga, exercise, meditation, etc. can also help you better manage the holidays. For more ideas on how to make your holidays more enjoyable, <a href=\"http://my.clevelandclinic.org/health/healthy_living/hic_Stress_Management_and_Emotional_Health/hic_Managing_Holiday_Stress\">click here.</a>[/vc_column_text][/vc_column][/vc_row]','Holidays Without the Headaches, Please!','The holiday season can be filled with friends, family and unfortunately plenty of stress. Thank goodness thatâ€™s an area where supplements can be really helpful.','inherit','closed','closed','','865-autosave-v1','','','2017-01-03 16:54:53','2017-01-03 22:54:53','',865,'http://74.124.197.205/~ruthsnut/865-autosave-v1/',0,'revision','',0),(897,2,'2017-01-03 16:56:23','2017-01-03 22:56:23','[vc_row][vc_column width=\"1/3\"][vc_single_image image=\"866\" img_size=\"full\" alignment=\"center\" css_animation=\"appear\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]The holiday season can be filled with friends, family, joy, shopping -- and unfortunately plenty of stress. That can manifest in irritability, headaches, fatigue and a host of other maladies. Thank goodness thatâ€™s an area where supplements can be really helpful.\r\n\r\nMagnesium is a mineral that is a co-factor in more than 300 enzyme reactions in the body. Itâ€™s necessary for muscle relaxation and cellular energy. Dr. Mark Hyman calls it the relaxation mineral: â€œAnything that is tight, irritable, crampy and stiff â€“ whether it is a body part or even a mood â€“ is a sign of magnesium deficiency.â€ Given that anxiety, irritability, and insomnia can be signs of magnesium deficiency, increasing magnesium during this season isnâ€™t a bad idea. You can buy it in capsules, tablets and even a powder for a lemonade-like drink. <a href=\"http://drhyman.com/blog/2010/05/20/magnesium-the-most-powerful-relaxation-mineral-available/\" target=\"_blank\">Learn more</a><a href=\"http://drhyman.com/blog/2010/05/20/magnesium-the-most-powerful-relaxation-mineral-available/\">.</a>\r\n\r\nTheanine Serene is a product by Source Naturals that many of our customers tell us theyâ€™ve found helpful for stress and anxiety. It contains the relaxing amino acid theanine, magnesium, calming herbs and other ingredients designed to help you handle challenging times. The dose is just two tablets daily. <a href=\"http://www.sourcenaturals.com/products/GP1787\" target=\"_blank\">Learn more</a><a href=\"http://www.sourcenaturals.com/products/GP1787\">.</a>\r\n\r\nThose are just two of the many products on our shelves that can help make this season a little merrier. And, of course, self-care practices like yoga, exercise, meditation, etc. can also help you better manage the holidays. For more ideas on how to make your holidays more enjoyable, <a href=\"http://my.clevelandclinic.org/health/articles/managing-holiday-stress\" target=\"_blank\">click here</a><a href=\"http://my.clevelandclinic.org/health/healthy_living/hic_Stress_Management_and_Emotional_Health/hic_Managing_Holiday_Stress\">.</a>[/vc_column_text][/vc_column][/vc_row]','Holidays Without the Headaches, Please!','The holiday season can be filled with friends, family and unfortunately plenty of stress. Thank goodness thatâ€™s an area where supplements can be really helpful.','inherit','closed','closed','','865-revision-v1','','','2017-01-03 16:56:23','2017-01-03 22:56:23','',865,'http://74.124.197.205/~ruthsnut/865-revision-v1/',0,'revision','',0),(900,2,'2017-01-17 16:17:56','2017-01-17 22:17:56','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h3>Doctor Recommended</h3>\r\nA friend of ours recently visited a doctor specializing in hypertension prevention/treatment and was surprised when the doctor recommended garlic. But not just any garlic; he recommended <strong>Kyolic Aged Garlic Extract, Cardiovascular formula</strong>.\r\n\r\nWeâ€™ve long known garlic has studies showing it can be beneficial for reducing high blood pressure, improving cholesterol and inhibiting the progression of coronary artery calcification, all benefits that can reduce risk of cardiovascular disease. But when we heard about this doctorâ€™s specific recommendation, we went looking for more information. Turns out researchers at L.A. BioMed studied this aged garlic product and published their findings in the <em>Journal of Nutrition</em>. The results? Aged garlic not only inhibits the progression of calcified plaques, it <strong>reversed</strong> <strong>the buildup of non-calcified (soft) plaque!</strong> Wow!\r\n\r\nGiven that heart disease remains the No. 1 killer in the United States, itâ€™s no surprise then that we promptly stocked up our shelves with Kyolic Cardiovascular Extra Strength Reserve! Now you can stock your shelves, too! (You can read more about the study <a href=\"https://www.sciencedaily.com/releases/2016/01/160121122158.htm\" target=\"_blank\">here</a>Â andÂ see an abstract of the original study <a href=\"https://www.ncbi.nlm.nih.gov/pubmed/26764322\" target=\"_blank\">here</a>.)[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"901\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Aged Garlic Reduces Plaque','Kyolic\'s Aged Garlic Extract is odorless, organic and packs multiple health benefits!','publish','closed','open','','aged-garlic-reduces-plaque','','','2017-01-17 16:17:56','2017-01-17 22:17:56','',0,'http://74.124.197.205/~ruthsnut/?p=900',0,'post','',0),(901,2,'2017-01-17 15:55:09','2017-01-17 21:55:09','','KYolic Reserve 580X580','','inherit','open','closed','','kyolic-reserve-580x580','','','2017-01-17 15:55:09','2017-01-17 21:55:09','',900,'http://74.124.197.205/~ruthsnut/wp-content/uploads/2017/01/KYolic-Reserve-580X580.jpg',0,'attachment','image/jpeg',0),(902,2,'2017-01-17 16:01:00','2017-01-17 22:01:00','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h3>Doctor Recommended</h3>\r\nA friend of ours recently visited a doctor specializing in hypertension prevention/treatment and was surprised when the doctor recommended garlic. But not just any garlic; he recommended <strong>Kyolic Aged Garlic Extract, Cardiovascular formula</strong>.\r\n\r\nWeâ€™ve long known garlic has studies showing it can be beneficial for reducing high blood pressure, improving cholesterol and inhibiting the progression of coronary artery calcification, all benefits that can reduce risk of cardiovascular disease. But when we heard about this doctorâ€™s specific recommendation, we did a little more research. Turns out researchers at L.A. BioMed studied this aged garlic product and published their findings in the Journal of Nutrition. The results? Aged garlic not only inhibits the progression of calcified plaques, it reversed the buildup of non-calcified (soft) plaque! Wow!\r\n\r\nItâ€™s no surprise then that we promptly stocked up our shelves with Kyolic Cardiovascular Extra Strength Reserve! (You can read more about the study <a href=\"https://www.sciencedaily.com/releases/2016/01/160121122158.htm\" target=\"_blank\">here</a>Â andÂ see an abstract of the original study <a href=\"https://www.ncbi.nlm.nih.gov/pubmed/26764322\" target=\"_blank\">here</a>.)[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"901\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Aged Garlic Reduces Plaque','Kyolic\'s Aged Garlic Extract is odorless, organic and packs multiple health benefits!','inherit','closed','closed','','900-revision-v1','','','2017-01-17 16:01:00','2017-01-17 22:01:00','',900,'http://74.124.197.205/~ruthsnut/900-revision-v1/',0,'revision','',0),(903,2,'2017-01-17 16:15:03','2017-01-17 22:15:03','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h3>Doctor Recommended</h3>\r\nA friend of ours recently visited a doctor specializing in hypertension prevention/treatment and was surprised when the doctor recommended garlic. But not just any garlic; he recommended <strong>Kyolic Aged Garlic Extract, Cardiovascular formula</strong>.\r\n\r\nWeâ€™ve long known garlic has studies showing it can be beneficial for reducing high blood pressure, improving cholesterol and inhibiting the progression of coronary artery calcification, all benefits that can reduce risk of cardiovascular disease. But when we heard about this doctorâ€™s specific recommendation, we went looking for more information. Turns out researchers at L.A. BioMed studied this aged garlic product and published their findings in the <em>Journal of Nutrition</em>. The results? Aged garlic not only inhibits the progression of calcified plaques, it reversed the buildup of non-calcified (soft) plaque! Wow!\r\n\r\nGiven that heart disease remains the No. 1 killer in the United States, itâ€™s no surprise then that we promptly stocked up our shelves with Kyolic Cardiovascular Extra Strength Reserve! Now you can stock your shelves, too! (You can read more about the study <a href=\"https://www.sciencedaily.com/releases/2016/01/160121122158.htm\" target=\"_blank\">here</a>Â andÂ see an abstract of the original study <a href=\"https://www.ncbi.nlm.nih.gov/pubmed/26764322\" target=\"_blank\">here</a>.)[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"901\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Aged Garlic Reduces Plaque','Kyolic\'s Aged Garlic Extract is odorless, organic and packs multiple health benefits!','inherit','closed','closed','','900-revision-v1','','','2017-01-17 16:15:03','2017-01-17 22:15:03','',900,'http://74.124.197.205/~ruthsnut/900-revision-v1/',0,'revision','',0),(904,2,'2017-01-17 16:17:12','2017-01-17 22:17:12','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h3>Doctor Recommended</h3>\r\nA friend of ours recently visited a doctor specializing in hypertension prevention/treatment and was surprised when the doctor recommended garlic. But not just any garlic; he recommended <strong>Kyolic Aged Garlic Extract, Cardiovascular formula</strong>.\r\n\r\nWeâ€™ve long known garlic has studies showing it can be beneficial for reducing high blood pressure, improving cholesterol and inhibiting the progression of coronary artery calcification, all benefits that can reduce risk of cardiovascular disease. But when we heard about this doctorâ€™s specific recommendation, we went looking for more information. Turns out researchers at L.A. BioMed studied this aged garlic product and published their findings in the <em>Journal of Nutrition</em>. The results? Aged garlic not only inhibits the progression of calcified plaques, it <strong>reversed</strong> <strong>the buildup of non-calcified (soft) plaque!</strong> Wow!\r\n\r\nGiven that heart disease remains the No. 1 killer in the United States, itâ€™s no surprise then that we promptly stocked up our shelves with Kyolic Cardiovascular Extra Strength Reserve! Now you can stock your shelves, too! (You can read more about the study <a href=\"https://www.sciencedaily.com/releases/2016/01/160121122158.htm\" target=\"_blank\">here</a>Â andÂ see an abstract of the original study <a href=\"https://www.ncbi.nlm.nih.gov/pubmed/26764322\" target=\"_blank\">here</a>.)[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"901\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Aged Garlic Reduces Plaque','Kyolic\'s Aged Garlic Extract is odorless, organic and packs multiple health benefits!','inherit','closed','closed','','900-revision-v1','','','2017-01-17 16:17:12','2017-01-17 22:17:12','',900,'http://74.124.197.205/~ruthsnut/900-revision-v1/',0,'revision','',0),(906,2,'2017-02-03 11:26:02','2017-02-03 17:26:02','[vc_row][vc_column width=\"1/3\"][vc_single_image image=\"907\" img_size=\"full\" alignment=\"center\" css_animation=\"appear\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]\r\n<h3>Nashville\'s Dr. Mark Houston: \"What Your Doctor May Not Tell You About Heart Disease\"</h3>\r\nNot long ago we had a customer tell us about a doctor in Nashville who specializes in hypertension and heart disease. Bless her. She may have saved a personâ€™s life.\r\n\r\nWe knew of a man with chronic hypertension who local docs had on a bevy of medications that barely kept it controlled. When we shared what weâ€™d heard about Dr. Mark Houston, the man decided to schedule an appointment. Weâ€™re so glad he did! Within a month his blood pressure was returned to normal!\r\n\r\nThat got us interested in Dr. Houstonâ€™s writings, especially his book â€œWhat Your Doctor May Not Tell You About Heart Disease.â€\r\n\r\nHereâ€™s just a few of the things he covers:\r\n<h3>Inflammation</h3>\r\nMost heart disease starts with inflammation, from any cause, that becomes chronic. That gives it the opportunity to damage blood vessels and increase inflammation even more. Houston says one of the most prominent indicators of inflammation is high-sensitivity C-reactive protein (HS CRP), which can be measured by a blood test.\r\n\r\nWhat increases your risk for chronic inflammation? According to Houston, increased intake of refined carbohydrates, increased intake of trans-fatty acids, smoking, lack of sleep, lack of exercise, chronic infections, heavy metals, and chronic autoimmune and inflammatory diseases.\r\n\r\nWhat can you do to improve your inflammation score? Obviously, improve the above situations where you can. He also recommends choosing from several anti-inflammatory/antioxidant supplements: Omega-3 oils, curcumin, CoQ10, vitamins C/D/E, N-acetyl cysteine, selenium, zinc and more.\r\n<h3>Cholesterol</h3>\r\nAccording to Houston, most cholesterol testing is out of date. He says if you are not getting an advanced cholesterol test, one that measures the size of your cholesterol particles not just the numbers, itâ€™s virtually worthless. Not all the â€œbadâ€ cholesterol (LDL) is bad; the big fluffy particles are not the problem. Itâ€™s the small ones that are more apt cause damage to the lining of the arteries.\r\n\r\nWhat to do if you get an advanced cholesterol test and you find too many small particles? Or your triglycerides are too high? Houston recommends: cutting back on refined carbohydrates, eliminating all trans-fats (found in processed and deep fried foods), taking omega-3 oils from fish or algae, drinking green tea or taking an EGCG supplement, along with taking resveratrol.\r\n<h3>Diet</h3>\r\nNot surprisingly, Houston recommends an anti-inflammatory diet. The Hypertension Institute diet is based on a Mediterranean diet with a few adjustments. He recommends lots of vegetables and olive oil, with lean meat and fish, but a maximum of 1 serving of grain daily. You can learn more <a href=\"http://hypertensioninstitute.com/service/hypertension-institute-meal-plan/\" target=\"_blank\">here</a>.\r\n<h3>Exercise</h3>\r\nHouston looks at exercise not as a way to burn calories, but as a way to talk to your genes and turn on healthy hormones. â€œHigher intensity exercise gets the muscles talking most. Exercise using full body movements, incorporating great amounts of muscles, requiring a combination of strength and endurance, and forcing the muscles to shout out a unique message that sets in motion a powerful muscle-building, fat burning, anti-inflammatory, and brain-stimulating effect.â€ He recommends exercising in the morning on an empty stomach, doing weight-training followed by aerobic training intervals.\r\n\r\nThis is just the briefest overview of all the healthy gems found in this book. Thereâ€™s a lot more detail on what to eat, what to supplement and how to exercise. We thought you might be interested, so weâ€™ve got plenty of these books in stock.\r\n\r\nHereâ€™s to making February a truly heart healthy month![/vc_column_text][/vc_column][/vc_row]','Heart Healthy Advice','Not long ago we had a customer tell us about a doctor in Nashville who specializes in hypertension and heart disease. Bless her. She may have saved a personâ€™s life.','publish','closed','open','','heart-healthy-advice','','','2017-02-03 11:26:02','2017-02-03 17:26:02','',0,'http://74.124.197.205/~ruthsnut/?p=906',0,'post','',0),(907,2,'2017-02-03 10:58:17','2017-02-03 16:58:17','','healthy heart 800X800','','inherit','open','closed','','healthy-heart-800x800','','','2017-02-03 10:58:17','2017-02-03 16:58:17','',906,'http://74.124.197.205/~ruthsnut/wp-content/uploads/2017/02/healthy-heart-800X800.jpg',0,'attachment','image/jpeg',0),(908,2,'2017-02-03 11:10:12','2017-02-03 17:10:12','[vc_row][vc_column width=\"1/3\"][vc_single_image image=\"907\" img_size=\"full\" alignment=\"center\" css_animation=\"appear\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]\r\n<h1>Heart Healthy Advice</h1>\r\n<h3>\'What Your Doctor May Not Tell You About Heart Disease\'</h3>\r\nNot long ago we had a customer tell us about a doctor in Nashville who specializes in hypertension and heart disease. Bless her. She may have saved a personâ€™s life.\r\n\r\nWe knew of a man with chronic hypertension who local docs had on a bevy of medications that barely kept it controlled. When we shared what weâ€™d heard about Dr. Mark Houston, the man decided to schedule an appointment. Weâ€™re so glad he did! Within a month his blood pressure was returned to normal!\r\n\r\nThat got us interested in Dr. Houstonâ€™s writings, especially his book â€œWhat Your Doctor May Not Tell You About Heart Disease.â€\r\nHereâ€™s just a few of the things he covers:\r\n<h3>Inflammation</h3>\r\nMost heart disease starts with inflammation, from any cause, that becomes chronic. That gives it the opportunity to damage blood vessels and increase inflammation even more. Houston says one of the most prominent indicators of inflammation is high-sensitivity C-reactive protein (HS CRP), which can be measured by a blood test.\r\n\r\nWhat increases your risk for chronic inflammation? According to Houston, increased intake of refined carbohydrates, increased intake of trans-fatty acids, smoking, lack of sleep, lack of exercise, chronic infections, heavy metals, and chronic autoimmune and inflammatory diseases.\r\n\r\nWhat can you do to improve your inflammation score? Obviously, improve the above situations where you can. He also recommends choosing from several anti-inflammatory/antioxidant supplements: Omega-3 oils, curcumin, CoQ10, vitamins C/D/E, N-acetyl cysteine, selenium, zinc and more.\r\n<h3>Cholesterol</h3>\r\nAccording to Houston, most cholesterol testing is out of date. He says if you are not getting an advanced cholesterol test, one that measures the size of your cholesterol particles not just the numbers, itâ€™s virtually worthless. Not all the â€œbadâ€ cholesterol (LDL) is bad; the big fluffy particles are not the problem. Itâ€™s the small ones that are more apt cause damage to the lining of the arteries.\r\n\r\nWhat to do if you get an advanced cholesterol test and you find too many small particles? Or your triglycerides are too high? Houston recommends: cutting back on refined carbohydrates, eliminating all trans-fats (found in processed and deep fried foods), taking omega-3 oils from fish or algae, drinking green tea or taking an EGCG supplement, along with taking resveratrol.\r\n<h3>Diet</h3>\r\nNot surprisingly, Houston recommends an anti-inflammatory diet. The Hypertension Institute diet is based on a Mediterranean diet with a few adjustments. He recommends lots of vegetables and olive oil, with lean meat and fish, but a maximum of 1 serving of grain daily. You can learn more here.\r\nhttp://hypertensioninstitute.com/service/hypertension-institute-meal-plan/\r\n<h3>Exercise</h3>\r\nHouston looks at exercise not as a way to burn calories, but as a way to talk to your genes and turn on healthy hormones. â€œHigher intensity exercise gets the muscles talking most. Exercise using full body movements, incorporating great amounts of muscles, requiring a combination of strength and endurance, and forcing the muscles to shout out a unique message that sets in motion a powerful muscle-building, fat burning, anti-inflammatory, and brain-stimulating effect.â€ He recommends exercising in the morning on an empty stomach, doing weight-training followed by aerobic training intervals.\r\n\r\nThis is just the briefest overview of all the healthy gems found in this book. Thereâ€™s a lot more detail on what to eat, what to supplement and how to exercise. We thought you might be interested, so weâ€™ve got plenty of these books in stock.\r\n\r\nHereâ€™s to making February a truly heart healthy month![/vc_column_text][/vc_column][/vc_row]','Tackling weight loss','Oh my, itâ€™s January again, that month when everyoneâ€™s talking about needing to lose a few pounds. We know a few things that can help.','inherit','closed','closed','','906-revision-v1','','','2017-02-03 11:10:12','2017-02-03 17:10:12','',906,'http://74.124.197.205/~ruthsnut/906-revision-v1/',0,'revision','',0),(909,2,'2017-02-03 11:11:25','2017-02-03 17:11:25','[vc_row][vc_column width=\"1/3\"][vc_single_image image=\"907\" img_size=\"full\" alignment=\"center\" css_animation=\"appear\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]\r\n<h1>Heart Healthy Advice</h1>\r\n<h3>\'What Your Doctor May Not Tell You About Heart Disease\'</h3>\r\nNot long ago we had a customer tell us about a doctor in Nashville who specializes in hypertension and heart disease. Bless her. She may have saved a personâ€™s life.\r\n\r\nWe knew of a man with chronic hypertension who local docs had on a bevy of medications that barely kept it controlled. When we shared what weâ€™d heard about Dr. Mark Houston, the man decided to schedule an appointment. Weâ€™re so glad he did! Within a month his blood pressure was returned to normal!\r\n\r\nThat got us interested in Dr. Houstonâ€™s writings, especially his book â€œWhat Your Doctor May Not Tell You About Heart Disease.â€\r\nHereâ€™s just a few of the things he covers:\r\n<h3>Inflammation</h3>\r\nMost heart disease starts with inflammation, from any cause, that becomes chronic. That gives it the opportunity to damage blood vessels and increase inflammation even more. Houston says one of the most prominent indicators of inflammation is high-sensitivity C-reactive protein (HS CRP), which can be measured by a blood test.\r\n\r\nWhat increases your risk for chronic inflammation? According to Houston, increased intake of refined carbohydrates, increased intake of trans-fatty acids, smoking, lack of sleep, lack of exercise, chronic infections, heavy metals, and chronic autoimmune and inflammatory diseases.\r\n\r\nWhat can you do to improve your inflammation score? Obviously, improve the above situations where you can. He also recommends choosing from several anti-inflammatory/antioxidant supplements: Omega-3 oils, curcumin, CoQ10, vitamins C/D/E, N-acetyl cysteine, selenium, zinc and more.\r\n<h3>Cholesterol</h3>\r\nAccording to Houston, most cholesterol testing is out of date. He says if you are not getting an advanced cholesterol test, one that measures the size of your cholesterol particles not just the numbers, itâ€™s virtually worthless. Not all the â€œbadâ€ cholesterol (LDL) is bad; the big fluffy particles are not the problem. Itâ€™s the small ones that are more apt cause damage to the lining of the arteries.\r\n\r\nWhat to do if you get an advanced cholesterol test and you find too many small particles? Or your triglycerides are too high? Houston recommends: cutting back on refined carbohydrates, eliminating all trans-fats (found in processed and deep fried foods), taking omega-3 oils from fish or algae, drinking green tea or taking an EGCG supplement, along with taking resveratrol.\r\n<h3>Diet</h3>\r\nNot surprisingly, Houston recommends an anti-inflammatory diet. The Hypertension Institute diet is based on a Mediterranean diet with a few adjustments. He recommends lots of vegetables and olive oil, with lean meat and fish, but a maximum of 1 serving of grain daily. You can learn more here.\r\nhttp://hypertensioninstitute.com/service/hypertension-institute-meal-plan/\r\n<h3>Exercise</h3>\r\nHouston looks at exercise not as a way to burn calories, but as a way to talk to your genes and turn on healthy hormones. â€œHigher intensity exercise gets the muscles talking most. Exercise using full body movements, incorporating great amounts of muscles, requiring a combination of strength and endurance, and forcing the muscles to shout out a unique message that sets in motion a powerful muscle-building, fat burning, anti-inflammatory, and brain-stimulating effect.â€ He recommends exercising in the morning on an empty stomach, doing weight-training followed by aerobic training intervals.\r\n\r\nThis is just the briefest overview of all the healthy gems found in this book. Thereâ€™s a lot more detail on what to eat, what to supplement and how to exercise. We thought you might be interested, so weâ€™ve got plenty of these books in stock.\r\n\r\nHereâ€™s to making February a truly heart healthy month![/vc_column_text][/vc_column][/vc_row]','Heart Healthy Advice','Oh my, itâ€™s January again, that month when everyoneâ€™s talking about needing to lose a few pounds. We know a few things that can help.','inherit','closed','closed','','906-revision-v1','','','2017-02-03 11:11:25','2017-02-03 17:11:25','',906,'http://74.124.197.205/~ruthsnut/906-revision-v1/',0,'revision','',0),(910,2,'2017-02-03 11:13:27','2017-02-03 17:13:27','[vc_row][vc_column width=\"1/3\"][vc_single_image image=\"907\" img_size=\"full\" alignment=\"center\" css_animation=\"appear\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]\r\n<h3>Nashville\'s Dr. Mark Houston: \"What Your Doctor May Not Tell You About Heart Disease\"</h3>\r\nNot long ago we had a customer tell us about a doctor in Nashville who specializes in hypertension and heart disease. Bless her. She may have saved a personâ€™s life.\r\n\r\nWe knew of a man with chronic hypertension who local docs had on a bevy of medications that barely kept it controlled. When we shared what weâ€™d heard about Dr. Mark Houston, the man decided to schedule an appointment. Weâ€™re so glad he did! Within a month his blood pressure was returned to normal!\r\n\r\nThat got us interested in Dr. Houstonâ€™s writings, especially his book â€œWhat Your Doctor May Not Tell You About Heart Disease.â€\r\nHereâ€™s just a few of the things he covers:\r\n<h3>Inflammation</h3>\r\nMost heart disease starts with inflammation, from any cause, that becomes chronic. That gives it the opportunity to damage blood vessels and increase inflammation even more. Houston says one of the most prominent indicators of inflammation is high-sensitivity C-reactive protein (HS CRP), which can be measured by a blood test.\r\n\r\nWhat increases your risk for chronic inflammation? According to Houston, increased intake of refined carbohydrates, increased intake of trans-fatty acids, smoking, lack of sleep, lack of exercise, chronic infections, heavy metals, and chronic autoimmune and inflammatory diseases.\r\n\r\nWhat can you do to improve your inflammation score? Obviously, improve the above situations where you can. He also recommends choosing from several anti-inflammatory/antioxidant supplements: Omega-3 oils, curcumin, CoQ10, vitamins C/D/E, N-acetyl cysteine, selenium, zinc and more.\r\n<h3>Cholesterol</h3>\r\nAccording to Houston, most cholesterol testing is out of date. He says if you are not getting an advanced cholesterol test, one that measures the size of your cholesterol particles not just the numbers, itâ€™s virtually worthless. Not all the â€œbadâ€ cholesterol (LDL) is bad; the big fluffy particles are not the problem. Itâ€™s the small ones that are more apt cause damage to the lining of the arteries.\r\n\r\nWhat to do if you get an advanced cholesterol test and you find too many small particles? Or your triglycerides are too high? Houston recommends: cutting back on refined carbohydrates, eliminating all trans-fats (found in processed and deep fried foods), taking omega-3 oils from fish or algae, drinking green tea or taking an EGCG supplement, along with taking resveratrol.\r\n<h3>Diet</h3>\r\nNot surprisingly, Houston recommends an anti-inflammatory diet. The Hypertension Institute diet is based on a Mediterranean diet with a few adjustments. He recommends lots of vegetables and olive oil, with lean meat and fish, but a maximum of 1 serving of grain daily. You can learn more here.\r\nhttp://hypertensioninstitute.com/service/hypertension-institute-meal-plan/\r\n<h3>Exercise</h3>\r\nHouston looks at exercise not as a way to burn calories, but as a way to talk to your genes and turn on healthy hormones. â€œHigher intensity exercise gets the muscles talking most. Exercise using full body movements, incorporating great amounts of muscles, requiring a combination of strength and endurance, and forcing the muscles to shout out a unique message that sets in motion a powerful muscle-building, fat burning, anti-inflammatory, and brain-stimulating effect.â€ He recommends exercising in the morning on an empty stomach, doing weight-training followed by aerobic training intervals.\r\n\r\nThis is just the briefest overview of all the healthy gems found in this book. Thereâ€™s a lot more detail on what to eat, what to supplement and how to exercise. We thought you might be interested, so weâ€™ve got plenty of these books in stock.\r\n\r\nHereâ€™s to making February a truly heart healthy month![/vc_column_text][/vc_column][/vc_row]','Heart Healthy Advice','Oh my, itâ€™s January again, that month when everyoneâ€™s talking about needing to lose a few pounds. We know a few things that can help.','inherit','closed','closed','','906-revision-v1','','','2017-02-03 11:13:27','2017-02-03 17:13:27','',906,'http://74.124.197.205/~ruthsnut/906-revision-v1/',0,'revision','',0),(911,2,'2017-02-03 11:20:19','2017-02-03 17:20:19','[vc_row][vc_column width=\"1/3\"][vc_single_image image=\"907\" img_size=\"full\" alignment=\"center\" css_animation=\"appear\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]\r\n<h3>Nashville\'s Dr. Mark Houston: \"What Your Doctor May Not Tell You About Heart Disease\"</h3>\r\nNot long ago we had a customer tell us about a doctor in Nashville who specializes in hypertension and heart disease. Bless her. She may have saved a personâ€™s life.\r\n\r\nWe knew of a man with chronic hypertension who local docs had on a bevy of medications that barely kept it controlled. When we shared what weâ€™d heard about Dr. Mark Houston, the man decided to schedule an appointment. Weâ€™re so glad he did! Within a month his blood pressure was returned to normal!\r\n\r\nThat got us interested in Dr. Houstonâ€™s writings, especially his book â€œWhat Your Doctor May Not Tell You About Heart Disease.â€\r\n\r\nHereâ€™s just a few of the things he covers:\r\n<h3>Inflammation</h3>\r\nMost heart disease starts with inflammation, from any cause, that becomes chronic. That gives it the opportunity to damage blood vessels and increase inflammation even more. Houston says one of the most prominent indicators of inflammation is high-sensitivity C-reactive protein (HS CRP), which can be measured by a blood test.\r\n\r\nWhat increases your risk for chronic inflammation? According to Houston, increased intake of refined carbohydrates, increased intake of trans-fatty acids, smoking, lack of sleep, lack of exercise, chronic infections, heavy metals, and chronic autoimmune and inflammatory diseases.\r\n\r\nWhat can you do to improve your inflammation score? Obviously, improve the above situations where you can. He also recommends choosing from several anti-inflammatory/antioxidant supplements: Omega-3 oils, curcumin, CoQ10, vitamins C/D/E, N-acetyl cysteine, selenium, zinc and more.\r\n<h3>Cholesterol</h3>\r\nAccording to Houston, most cholesterol testing is out of date. He says if you are not getting an advanced cholesterol test, one that measures the size of your cholesterol particles not just the numbers, itâ€™s virtually worthless. Not all the â€œbadâ€ cholesterol (LDL) is bad; the big fluffy particles are not the problem. Itâ€™s the small ones that are more apt cause damage to the lining of the arteries.\r\n\r\nWhat to do if you get an advanced cholesterol test and you find too many small particles? Or your triglycerides are too high? Houston recommends: cutting back on refined carbohydrates, eliminating all trans-fats (found in processed and deep fried foods), taking omega-3 oils from fish or algae, drinking green tea or taking an EGCG supplement, along with taking resveratrol.\r\n<h3>Diet</h3>\r\nNot surprisingly, Houston recommends an anti-inflammatory diet. The Hypertension Institute diet is based on a Mediterranean diet with a few adjustments. He recommends lots of vegetables and olive oil, with lean meat and fish, but a maximum of 1 serving of grain daily. You can learn more <a href=\"http://hypertensioninstitute.com/service/hypertension-institute-meal-plan/\" target=\"_blank\">here</a>.\r\n<h3>Exercise</h3>\r\nHouston looks at exercise not as a way to burn calories, but as a way to talk to your genes and turn on healthy hormones. â€œHigher intensity exercise gets the muscles talking most. Exercise using full body movements, incorporating great amounts of muscles, requiring a combination of strength and endurance, and forcing the muscles to shout out a unique message that sets in motion a powerful muscle-building, fat burning, anti-inflammatory, and brain-stimulating effect.â€ He recommends exercising in the morning on an empty stomach, doing weight-training followed by aerobic training intervals.\r\n\r\nThis is just the briefest overview of all the healthy gems found in this book. Thereâ€™s a lot more detail on what to eat, what to supplement and how to exercise. We thought you might be interested, so weâ€™ve got plenty of these books in stock.\r\n\r\nHereâ€™s to making February a truly heart healthy month![/vc_column_text][/vc_column][/vc_row]','Heart Healthy Advice','Oh my, itâ€™s January again, that month when everyoneâ€™s talking about needing to lose a few pounds. We know a few things that can help.','inherit','closed','closed','','906-revision-v1','','','2017-02-03 11:20:19','2017-02-03 17:20:19','',906,'http://74.124.197.205/~ruthsnut/906-revision-v1/',0,'revision','',0),(912,2,'2017-02-03 11:26:02','2017-02-03 17:26:02','[vc_row][vc_column width=\"1/3\"][vc_single_image image=\"907\" img_size=\"full\" alignment=\"center\" css_animation=\"appear\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]\r\n<h3>Nashville\'s Dr. Mark Houston: \"What Your Doctor May Not Tell You About Heart Disease\"</h3>\r\nNot long ago we had a customer tell us about a doctor in Nashville who specializes in hypertension and heart disease. Bless her. She may have saved a personâ€™s life.\r\n\r\nWe knew of a man with chronic hypertension who local docs had on a bevy of medications that barely kept it controlled. When we shared what weâ€™d heard about Dr. Mark Houston, the man decided to schedule an appointment. Weâ€™re so glad he did! Within a month his blood pressure was returned to normal!\r\n\r\nThat got us interested in Dr. Houstonâ€™s writings, especially his book â€œWhat Your Doctor May Not Tell You About Heart Disease.â€\r\n\r\nHereâ€™s just a few of the things he covers:\r\n<h3>Inflammation</h3>\r\nMost heart disease starts with inflammation, from any cause, that becomes chronic. That gives it the opportunity to damage blood vessels and increase inflammation even more. Houston says one of the most prominent indicators of inflammation is high-sensitivity C-reactive protein (HS CRP), which can be measured by a blood test.\r\n\r\nWhat increases your risk for chronic inflammation? According to Houston, increased intake of refined carbohydrates, increased intake of trans-fatty acids, smoking, lack of sleep, lack of exercise, chronic infections, heavy metals, and chronic autoimmune and inflammatory diseases.\r\n\r\nWhat can you do to improve your inflammation score? Obviously, improve the above situations where you can. He also recommends choosing from several anti-inflammatory/antioxidant supplements: Omega-3 oils, curcumin, CoQ10, vitamins C/D/E, N-acetyl cysteine, selenium, zinc and more.\r\n<h3>Cholesterol</h3>\r\nAccording to Houston, most cholesterol testing is out of date. He says if you are not getting an advanced cholesterol test, one that measures the size of your cholesterol particles not just the numbers, itâ€™s virtually worthless. Not all the â€œbadâ€ cholesterol (LDL) is bad; the big fluffy particles are not the problem. Itâ€™s the small ones that are more apt cause damage to the lining of the arteries.\r\n\r\nWhat to do if you get an advanced cholesterol test and you find too many small particles? Or your triglycerides are too high? Houston recommends: cutting back on refined carbohydrates, eliminating all trans-fats (found in processed and deep fried foods), taking omega-3 oils from fish or algae, drinking green tea or taking an EGCG supplement, along with taking resveratrol.\r\n<h3>Diet</h3>\r\nNot surprisingly, Houston recommends an anti-inflammatory diet. The Hypertension Institute diet is based on a Mediterranean diet with a few adjustments. He recommends lots of vegetables and olive oil, with lean meat and fish, but a maximum of 1 serving of grain daily. You can learn more <a href=\"http://hypertensioninstitute.com/service/hypertension-institute-meal-plan/\" target=\"_blank\">here</a>.\r\n<h3>Exercise</h3>\r\nHouston looks at exercise not as a way to burn calories, but as a way to talk to your genes and turn on healthy hormones. â€œHigher intensity exercise gets the muscles talking most. Exercise using full body movements, incorporating great amounts of muscles, requiring a combination of strength and endurance, and forcing the muscles to shout out a unique message that sets in motion a powerful muscle-building, fat burning, anti-inflammatory, and brain-stimulating effect.â€ He recommends exercising in the morning on an empty stomach, doing weight-training followed by aerobic training intervals.\r\n\r\nThis is just the briefest overview of all the healthy gems found in this book. Thereâ€™s a lot more detail on what to eat, what to supplement and how to exercise. We thought you might be interested, so weâ€™ve got plenty of these books in stock.\r\n\r\nHereâ€™s to making February a truly heart healthy month![/vc_column_text][/vc_column][/vc_row]','Heart Healthy Advice','Not long ago we had a customer tell us about a doctor in Nashville who specializes in hypertension and heart disease. Bless her. She may have saved a personâ€™s life.','inherit','closed','closed','','906-revision-v1','','','2017-02-03 11:26:02','2017-02-03 17:26:02','',906,'http://74.124.197.205/~ruthsnut/906-revision-v1/',0,'revision','',0),(913,2,'2017-02-03 11:26:39','2017-02-03 17:26:39','[vc_row][vc_column width=\"1/3\"][vc_single_image image=\"907\" img_size=\"full\" alignment=\"center\" css_animation=\"appear\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]\r\n<h3>Nashville\'s Dr. Mark Houston: \"What Your Doctor May Not Tell You About Heart Disease\"</h3>\r\nNot long ago we had a customer tell us about a doctor in Nashville who specializes in hypertension and heart disease. Bless her. She may have saved a personâ€™s life.\r\n\r\nWe knew of a man with chronic hypertension who local docs had on a bevy of medications that barely kept it controlled. When we shared what weâ€™d heard about Dr. Mark Houston, the man decided to schedule an appointment. Weâ€™re so glad he did! Within a month his blood pressure was returned to normal!\r\n\r\nThat got us interested in Dr. Houstonâ€™s writings, especially his book â€œWhat Your Doctor May Not Tell You About Heart Disease.â€\r\n\r\nHereâ€™s just a few of the things he covers:\r\n<h3>Inflammation</h3>\r\nMost heart disease starts with inflammation, from any cause, that becomes chronic. That gives it the opportunity to damage blood vessels and increase inflammation even more. Houston says one of the most prominent indicators of inflammation is high-sensitivity C-reactive protein (HS CRP), which can be measured by a blood test.\r\n\r\nWhat increases your risk for chronic inflammation? According to Houston, increased intake of refined carbohydrates, increased intake of trans-fatty acids, smoking, lack of sleep, lack of exercise, chronic infections, heavy metals, and chronic autoimmune and inflammatory diseases.\r\n\r\nWhat can you do to improve your inflammation score? Obviously, improve the above situations where you can. He also recommends choosing from several anti-inflammatory/antioxidant supplements: Omega-3 oils, curcumin, CoQ10, vitamins C/D/E, N-acetyl cysteine, selenium, zinc and more.\r\n<h3>Cholesterol</h3>\r\nAccording to Houston, most cholesterol testing is out of date. He says if you are not getting an advanced cholesterol test, one that measures the size of your cholesterol particles not just the numbers, itâ€™s virtually worthless. Not all the â€œbadâ€ cholesterol (LDL) is bad; the big fluffy particles are not the problem. Itâ€™s the small ones that are more apt cause damage to the lining of the arteries.\r\n\r\nWhat to do if you get an advanced cholesterol test and you find too many small particles? Or your triglycerides are too high? Houston recommends: cutting back on refined carbohydrates, eliminating all trans-fats (found in processed and deep fried foods), taking omega-3 oils from fish or algae, drinking green tea or taking an EGCG supplement, along with taking resveratrol.\r\n<h3>Diet</h3>\r\nNot surprisingly, Houston recommends an anti-inflammatory diet. The Hypertension Institute diet is based on a Mediterranean diet with a few adjustments. He recommends lots of vegetables and olive oil, with lean meat and fish, but a maximum of 1 serving of grain daily. You can learn more <a href=\"http://hypertensioninstitute.com/service/hypertension-institute-meal-plan/\" target=\"_blank\">here</a>.\r\n<h3>Exercise</h3>\r\nHouston looks at exercise not as a way to burn calories, but as a way to talk to your genes and turn on healthy hormones. â€œHigher intensity exercise gets the muscles talking most. Exercise using full body movements, incorporating great amounts of muscles, requiring a combination of strength and endurance, and forcing the muscles to shout out a unique message that sets in motion a powerful muscle-building, fat burning, anti-inflammatory, and brain-stimulating effect.â€ He recommends exercising in the morning on an empty stomach, doing weight-training followed by aerobic training intervals.\r\n\r\nThis is just the briefest overview of all the healthy gems found in this book. Thereâ€™s a lot more detail on what to eat, what to supplement and how to exercise. We thought you might be interested, so weâ€™ve got plenty of these books in stock.\r\n\r\nHereâ€™s to making February a truly heart healthy month![/vc_column_text][/vc_column][/vc_row]','Heart Healthy Advice','Not long ago we had a customer tell us about a doctor in Nashville who specializes in hypertension and heart disease. Bless her. She may have saved a personâ€™s life.','inherit','closed','closed','','906-autosave-v1','','','2017-02-03 11:26:39','2017-02-03 17:26:39','',906,'http://74.124.197.205/~ruthsnut/906-autosave-v1/',0,'revision','',0),(914,2,'2017-02-09 14:12:29','2017-02-09 20:12:29','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h3>Great Products @ Great Prices!</h3>\r\nWeâ€™ve got great sales for you this month! First, since itâ€™s Heart Month, weâ€™ve got all of <strong>Carlson Laboratoryâ€™s</strong> fine products on sale. That includes fish oils, niacin, vitamin D and more!\r\n\r\nWeâ€™ve also got all of our <strong>Natural Factors</strong> supplements on sale. That includes MenoSense, AdrenoSense, ThyroidSense, RX Omega Woman and all Whey Factors protein powders!\r\n\r\nNot only that, weâ€™ve got a <strong>BOGO (buy one, get one free!) deal</strong> on all our <strong>Inner Armour Sports Nutrition</strong> products!Â That includes 100% Whey Protein Isolate, Lean Mass Muscle Fuel, BCAA, Amino Blitz and more! While supplies last.\r\n\r\nItâ€™s a great time to visit Ruthâ€™s Nutrition![/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"922\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','February Sales!','Carlson Laboratories, Natural Factors and Inner Armour Sports Nutrition are on sale!','publish','closed','open','','february-sales','','','2017-02-09 14:42:18','2017-02-09 20:42:18','',0,'http://74.124.197.205/~ruthsnut/?p=914',0,'post','',0),(916,2,'2017-02-09 14:07:44','2017-02-09 20:07:44','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h3>Great Products @ Great Prices!</h3>\r\nWeâ€™ve got great sales for you this month! First, since itâ€™s Heart Month, weâ€™ve got all of <strong>Carlson Laboratoryâ€™s</strong> fine products on sale. That includes fish oils, niacin, vitamin D and more! Weâ€™ve also got all of our <strong>Natural Factors</strong> supplements on sale. That includes MenoSense, AdrenoSense, ThyroidSense, RXOmega Woman and all Whey Factors protein powders!\r\n\r\nNot only that, weâ€™ve got a <strong>BOGO (buy one, get one free!) deal</strong> on all our <strong>Inner Armour Sports Nutrition</strong> products!\r\nThat includes 100% Whey Protein Isolate, Lean Mass Muscle Fuel, BCAA, Amino Blitz and more! While supplies last. Itâ€™s a great time to visit Ruthâ€™s Nutrition!\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"915\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','February Sales!','Carlson Laboratories, Natural Factors and Inner Armour Sports Nutrition are on sale!','inherit','closed','closed','','914-revision-v1','','','2017-02-09 14:07:44','2017-02-09 20:07:44','',914,'http://74.124.197.205/~ruthsnut/914-revision-v1/',0,'revision','',0),(917,2,'2017-02-09 14:10:30','2017-02-09 20:10:30','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h3>Great Products @ Great Prices!</h3>\r\nWeâ€™ve got great sales for you this month! First, since itâ€™s Heart Month, weâ€™ve got all of <strong>Carlson Laboratoryâ€™s</strong> fine products on sale. That includes fish oils, niacin, vitamin D and more! Weâ€™ve also got all of our <strong>Natural Factors</strong> supplements on sale. That includes MenoSense, AdrenoSense, ThyroidSense, RX Omega Woman and all Whey Factors protein powders!\r\n\r\nNot only that, weâ€™ve got a <strong>BOGO (buy one, get one free!) deal</strong> on all our <strong>Inner Armour Sports Nutrition</strong> products!Â That includes 100% Whey Protein Isolate, Lean Mass Muscle Fuel, BCAA, Amino Blitz and more! While supplies last.\r\n\r\nItâ€™s a great time to visit Ruthâ€™s Nutrition![/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"915\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','February Sales!','Carlson Laboratories, Natural Factors and Inner Armour Sports Nutrition are on sale!','inherit','closed','closed','','914-revision-v1','','','2017-02-09 14:10:30','2017-02-09 20:10:30','',914,'http://74.124.197.205/~ruthsnut/914-revision-v1/',0,'revision','',0),(918,2,'2017-02-09 14:11:14','2017-02-09 20:11:14','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h3>Great Products @ Great Prices!</h3>\r\nWeâ€™ve got great sales for you this month! First, since itâ€™s Heart Month, weâ€™ve got all of <strong>Carlson Laboratoryâ€™s</strong> fine products on sale. That includes fish oils, niacin, vitamin D and more!\r\n\r\nWeâ€™ve also got all of our <strong>Natural Factors</strong> supplements on sale. That includes MenoSense, AdrenoSense, ThyroidSense, RX Omega Woman and all Whey Factors protein powders!\r\n\r\nNot only that, weâ€™ve got a <strong>BOGO (buy one, get one free!) deal</strong> on all our <strong>Inner Armour Sports Nutrition</strong> products!Â That includes 100% Whey Protein Isolate, Lean Mass Muscle Fuel, BCAA, Amino Blitz and more! While supplies last.\r\n\r\nItâ€™s a great time to visit Ruthâ€™s Nutrition![/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"915\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','February Sales!','Carlson Laboratories, Natural Factors and Inner Armour Sports Nutrition are on sale!','inherit','closed','closed','','914-revision-v1','','','2017-02-09 14:11:14','2017-02-09 20:11:14','',914,'http://74.124.197.205/~ruthsnut/914-revision-v1/',0,'revision','',0),(920,2,'2017-02-09 14:42:30','2017-02-09 20:42:30','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h3>Great Products @ Great Prices!</h3>\r\nWeâ€™ve got great sales for you this month! First, since itâ€™s Heart Month, weâ€™ve got all of <strong>Carlson Laboratoryâ€™s</strong> fine products on sale. That includes fish oils, niacin, vitamin D and more!\r\n\r\nWeâ€™ve also got all of our <strong>Natural Factors</strong> supplements on sale. That includes MenoSense, AdrenoSense, ThyroidSense, RX Omega Woman and all Whey Factors protein powders!\r\n\r\nNot only that, weâ€™ve got a <strong>BOGO (buy one, get one free!) deal</strong> on all our <strong>Inner Armour Sports Nutrition</strong> products!Â That includes 100% Whey Protein Isolate, Lean Mass Muscle Fuel, BCAA, Amino Blitz and more! While supplies last.\r\n\r\nItâ€™s a great time to visit Ruthâ€™s Nutrition![/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"922\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','February Sales!','Carlson Laboratories, Natural Factors and Inner Armour Sports Nutrition are on sale!','inherit','closed','closed','','914-autosave-v1','','','2017-02-09 14:42:30','2017-02-09 20:42:30','',914,'http://74.124.197.205/~ruthsnut/914-autosave-v1/',0,'revision','',0),(921,2,'2017-02-09 14:38:17','2017-02-09 20:38:17','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h3>Great Products @ Great Prices!</h3>\r\nWeâ€™ve got great sales for you this month! First, since itâ€™s Heart Month, weâ€™ve got all of <strong>Carlson Laboratoryâ€™s</strong> fine products on sale. That includes fish oils, niacin, vitamin D and more!\r\n\r\nWeâ€™ve also got all of our <strong>Natural Factors</strong> supplements on sale. That includes MenoSense, AdrenoSense, ThyroidSense, RX Omega Woman and all Whey Factors protein powders!\r\n\r\nNot only that, weâ€™ve got a <strong>BOGO (buy one, get one free!) deal</strong> on all our <strong>Inner Armour Sports Nutrition</strong> products!Â That includes 100% Whey Protein Isolate, Lean Mass Muscle Fuel, BCAA, Amino Blitz and more! While supplies last.\r\n\r\nItâ€™s a great time to visit Ruthâ€™s Nutrition![/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"919\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','February Sales!','Carlson Laboratories, Natural Factors and Inner Armour Sports Nutrition are on sale!','inherit','closed','closed','','914-revision-v1','','','2017-02-09 14:38:17','2017-02-09 20:38:17','',914,'http://74.124.197.205/~ruthsnut/914-revision-v1/',0,'revision','',0),(922,2,'2017-02-09 14:41:45','2017-02-09 20:41:45','','SALE balloons 2 604X604','','inherit','open','closed','','sale-balloons-2-604x604','','','2017-02-09 14:41:45','2017-02-09 20:41:45','',914,'http://74.124.197.205/~ruthsnut/wp-content/uploads/2017/02/SALE-balloons-2-604X604.jpg',0,'attachment','image/jpeg',0),(923,2,'2017-02-09 14:42:18','2017-02-09 20:42:18','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h3>Great Products @ Great Prices!</h3>\r\nWeâ€™ve got great sales for you this month! First, since itâ€™s Heart Month, weâ€™ve got all of <strong>Carlson Laboratoryâ€™s</strong> fine products on sale. That includes fish oils, niacin, vitamin D and more!\r\n\r\nWeâ€™ve also got all of our <strong>Natural Factors</strong> supplements on sale. That includes MenoSense, AdrenoSense, ThyroidSense, RX Omega Woman and all Whey Factors protein powders!\r\n\r\nNot only that, weâ€™ve got a <strong>BOGO (buy one, get one free!) deal</strong> on all our <strong>Inner Armour Sports Nutrition</strong> products!Â That includes 100% Whey Protein Isolate, Lean Mass Muscle Fuel, BCAA, Amino Blitz and more! While supplies last.\r\n\r\nItâ€™s a great time to visit Ruthâ€™s Nutrition![/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"922\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','February Sales!','Carlson Laboratories, Natural Factors and Inner Armour Sports Nutrition are on sale!','inherit','closed','closed','','914-revision-v1','','','2017-02-09 14:42:18','2017-02-09 20:42:18','',914,'http://74.124.197.205/~ruthsnut/914-revision-v1/',0,'revision','',0),(925,2,'2017-06-20 14:23:07','2017-06-20 19:23:07','[vc_row][vc_column width=\"1/3\"][vc_single_image image=\"926\" img_size=\"full\" alignment=\"center\" css_animation=\"appear\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Buyer Beware</h2>\r\nIf youâ€™re looking at our website, chances are good that youâ€™re already aware we all live in a toxic world. We are exposed through the air we breathe, the cleaning chemicals we use and the non-organic food we eat. But are you aware that many of the skin care products you use every day also can contain toxins?\r\n\r\nSad to say, in the United States many chemicals known to be harmful are nonetheless legal to use in cosmetics, lotions and topical potions. Some are linked with breast cancer, birth defects and infertility in both men and women. According to the Environmental Working Group (EWG), the average woman uses 12 products containing 168 different ingredients, while the average man uses six with 85 ingredients every single day.\r\n\r\nGiven that, itâ€™s smart to start reading the labels on all your skin care products and learn to avoid the most harmful chemicals. It might be even more important for teens, as many of these chemicals disrupt hormones at a time when hormone production is already playing an especially complex role in their bodies.\r\n<h3>The Worst Offenders</h3>\r\nHere are top five you need to avoid:\r\n\r\n<strong>Parabens:</strong> These are widely used preservatives that youâ€™ll find in many prescription creams as well as cosmetics. Trouble is, parabens mimic estrogens and are absorbed through the skin. They have been found biopsy tissue from breast cancer tumors.\r\n\r\n<strong>Phalates:</strong> These chemicals increase flexibility and softness of plastics and are commonly found in fragrance (Think lotions, creams, hair spray and even laundry detergents and dryer sheets.) They are known endocrine disruptors and have been linked to breast cancer, early breast development in girls and reproductive birth defects in boys and girls. They are not required to be disclosed on the label. Your best indicator is â€œfragrance.â€\r\n\r\n<strong>Formaldehyde:</strong> We usually associate this chemical with the outgassing of new building materials or carpet. Alas, itâ€™s used in cosmetics as a preservative. Itâ€™s been deemed a human carcinogen by The International Agency for Research on Carcinogens. It can be found in nail polish, body washes, shampoos, conditioners, etc.\r\n\r\n<strong>Propylene glycol:</strong> This is an alcohol used as a skin conditioning agent. Classified as a skin irritant and penetrator, it is associated with causing dermatitis and hives in humans. Itâ€™s found in moisturizers, sunscreen, makeup, hairspray, etc.\r\n\r\n<strong>Toluene:</strong> This is a petrochemical often listed on labels as benzene, toluol, phenylmethane or methylbenzene. Itâ€™s a potent solvent that can affect your nervous system, cause nausea and irritate your skin. It has been linked to immune system toxicity. Itâ€™s found in nail polish, hair color/bleaching products and, incidentally, outgassing memory foam mattresses.\r\n\r\nThese are just a few of the toxic substances found in many common cosmetics. Thatâ€™s why we carry Gabriel Cosmetics, Derma-e, Aubrey and other high quality skin care products. All guarantee they are toxin-free!\r\n\r\nTo learn more about safe cosmetics check out EWGâ€™s Safe Cosmetics database <a href=\"http://www.ewg.org/skindeep/top-tips-for-safer-products/\" target=\"_blank\" rel=\"noopener\">here</a>.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','Toxic Skin Care','It pays to buy only clean cosmetics and skin care!','publish','closed','open','','toxic-skin-care','','','2017-06-20 14:23:07','2017-06-20 19:23:07','',0,'http://74.124.197.205/~ruthsnut/?p=925',0,'post','',0),(926,2,'2017-06-20 11:55:50','2017-06-20 16:55:50','','Toxic skin care -- bit lip 600X600','','inherit','open','closed','','toxic-skin-care-bit-lip-600x600','','','2017-06-20 11:55:50','2017-06-20 16:55:50','',925,'http://74.124.197.205/~ruthsnut/wp-content/uploads/2017/06/Toxic-skin-care-bit-lip-600X600.jpg',0,'attachment','image/jpeg',0),(927,2,'2017-06-20 14:17:16','2017-06-20 19:17:16','[vc_row][vc_column width=\"1/3\"][vc_single_image image=\"926\" img_size=\"full\" alignment=\"center\" css_animation=\"appear\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]\r\n<h3>Buyer Beware Toxic Skin Care</h3>\r\nIf youâ€™re looking at our website, chances are good that youâ€™re already aware we all live in a toxic world. We are exposed through the air we breathe, the cleaning chemicals we use and the non-organic food we eat. But are you aware that many of the skin care products you use every day also can contain toxins?\r\n\r\nSad to say, in the United States many chemicals known to be harmful are nonetheless legal to use in cosmetics, lotions and topical potions. Some are linked with breast cancer, birth defects and infertility in both men and women. According to the Environmental Working Group (EWG), the average woman uses 12 products containing 168 different ingredients, while the average man uses six with 85 ingredients every single day.\r\n\r\nGiven that, itâ€™s smart to start reading the labels on all your skin care products and learn to avoid the most harmful chemicals. It might be even more important for teens, as many of these chemicals disrupt hormones at a time when hormone production is already playing an especially complex role in their bodies.\r\n<h3>The Worst Offenders</h3>\r\nHere are top five you need to avoid:\r\n\r\n<strong>Parabens:</strong> These are widely used preservatives that youâ€™ll find in many prescription creams as well as cosmetics. Trouble is, parabens mimic estrogens and are absorbed through the skin. They have been found biopsy tissue from breast cancer tumors.\r\n\r\n<strong>Phalates:</strong> These chemicals increase flexibility and softness of plastics and are commonly found in fragrance (Think lotions, creams, hair spray and even laundry detergents and dryer sheets.) They are known endocrine disruptors and have been linked to breast cancer, early breast development in girls and reproductive birth defects in boys and girls. They are not required to be disclosed on the label. Your best indicator is â€œfragrance.â€\r\n\r\n<strong>Formaldehyde:</strong> We usually associate this chemical with the outgassing of new building materials or carpet. Alas, itâ€™s used in cosmetics as a preservative. Itâ€™s been deemed a human carcinogen by The International Agency for Research on Carcinogens. It can be found in nail polish, body washes, shampoos, conditioners, etc.\r\n\r\n<strong>Propylene glycol:</strong> This is an alcohol used as a skin conditioning agent. Classified as a skin irritant and penetrator, it is associated with causing dermatitis and hives in humans. Itâ€™s found in moisturizers, sunscreen, makeup, hairspray, etc.\r\n\r\n<strong>Toluene:</strong> This is a petrochemical often listed on labels as benzene, toluol, phenylmethane or methylbenzene. Itâ€™s a potent solvent that can affect your nervous system, cause nausea and irritate your skin. It has been linked to immune system toxicity. Itâ€™s found in nail polish, hair color/bleaching products and, incidentally, outgassing memory foam mattresses.\r\n\r\nThese are just a few of the toxic substances found in many common cosmetics. Thatâ€™s why we carry Gabriel Cosmetics, Derma-e, Aubrey and other high quality skin care products. All guarantee they are toxin-free!\r\n\r\nTo learn more about safe cosmetics check out EWGâ€™s Safe Cosmetics database <a href=\"http://www.ewg.org/skindeep/top-tips-for-safer-products/\" target=\"_blank\" rel=\"noopener\">here</a>.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','Heart Healthy Advice','It pays to buy only clean cosmetics and skin care!','inherit','closed','closed','','925-revision-v1','','','2017-06-20 14:17:16','2017-06-20 19:17:16','',925,'http://74.124.197.205/~ruthsnut/925-revision-v1/',0,'revision','',0),(928,2,'2017-06-20 14:20:49','2017-06-20 19:20:49','[vc_row][vc_column width=\"1/3\"][vc_single_image image=\"926\" img_size=\"full\" alignment=\"center\" css_animation=\"appear\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]\r\n<h3>Buyer Beware</h3>\r\nIf youâ€™re looking at our website, chances are good that youâ€™re already aware we all live in a toxic world. We are exposed through the air we breathe, the cleaning chemicals we use and the non-organic food we eat. But are you aware that many of the skin care products you use every day also can contain toxins?\r\n\r\nSad to say, in the United States many chemicals known to be harmful are nonetheless legal to use in cosmetics, lotions and topical potions. Some are linked with breast cancer, birth defects and infertility in both men and women. According to the Environmental Working Group (EWG), the average woman uses 12 products containing 168 different ingredients, while the average man uses six with 85 ingredients every single day.\r\n\r\nGiven that, itâ€™s smart to start reading the labels on all your skin care products and learn to avoid the most harmful chemicals. It might be even more important for teens, as many of these chemicals disrupt hormones at a time when hormone production is already playing an especially complex role in their bodies.\r\n<h3>The Worst Offenders</h3>\r\nHere are top five you need to avoid:\r\n\r\n<strong>Parabens:</strong> These are widely used preservatives that youâ€™ll find in many prescription creams as well as cosmetics. Trouble is, parabens mimic estrogens and are absorbed through the skin. They have been found biopsy tissue from breast cancer tumors.\r\n\r\n<strong>Phalates:</strong> These chemicals increase flexibility and softness of plastics and are commonly found in fragrance (Think lotions, creams, hair spray and even laundry detergents and dryer sheets.) They are known endocrine disruptors and have been linked to breast cancer, early breast development in girls and reproductive birth defects in boys and girls. They are not required to be disclosed on the label. Your best indicator is â€œfragrance.â€\r\n\r\n<strong>Formaldehyde:</strong> We usually associate this chemical with the outgassing of new building materials or carpet. Alas, itâ€™s used in cosmetics as a preservative. Itâ€™s been deemed a human carcinogen by The International Agency for Research on Carcinogens. It can be found in nail polish, body washes, shampoos, conditioners, etc.\r\n\r\n<strong>Propylene glycol:</strong> This is an alcohol used as a skin conditioning agent. Classified as a skin irritant and penetrator, it is associated with causing dermatitis and hives in humans. Itâ€™s found in moisturizers, sunscreen, makeup, hairspray, etc.\r\n\r\n<strong>Toluene:</strong> This is a petrochemical often listed on labels as benzene, toluol, phenylmethane or methylbenzene. Itâ€™s a potent solvent that can affect your nervous system, cause nausea and irritate your skin. It has been linked to immune system toxicity. Itâ€™s found in nail polish, hair color/bleaching products and, incidentally, outgassing memory foam mattresses.\r\n\r\nThese are just a few of the toxic substances found in many common cosmetics. Thatâ€™s why we carry Gabriel Cosmetics, Derma-e, Aubrey and other high quality skin care products. All guarantee they are toxin-free!\r\n\r\nTo learn more about safe cosmetics check out EWGâ€™s Safe Cosmetics database <a href=\"http://www.ewg.org/skindeep/top-tips-for-safer-products/\" target=\"_blank\" rel=\"noopener\">here</a>.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','Toxic Skin Care','It pays to buy only clean cosmetics and skin care!','inherit','closed','closed','','925-revision-v1','','','2017-06-20 14:20:49','2017-06-20 19:20:49','',925,'http://74.124.197.205/~ruthsnut/925-revision-v1/',0,'revision','',0),(929,2,'2017-06-20 14:22:24','2017-06-20 19:22:24','[vc_row][vc_column width=\"1/3\"][vc_single_image image=\"926\" img_size=\"full\" alignment=\"center\" css_animation=\"appear\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Buyer Beware</h2>\r\nIf youâ€™re looking at our website, chances are good that youâ€™re already aware we all live in a toxic world. We are exposed through the air we breathe, the cleaning chemicals we use and the non-organic food we eat. But are you aware that many of the skin care products you use every day also can contain toxins?\r\n\r\nSad to say, in the United States many chemicals known to be harmful are nonetheless legal to use in cosmetics, lotions and topical potions. Some are linked with breast cancer, birth defects and infertility in both men and women. According to the Environmental Working Group (EWG), the average woman uses 12 products containing 168 different ingredients, while the average man uses six with 85 ingredients every single day.\r\n\r\nGiven that, itâ€™s smart to start reading the labels on all your skin care products and learn to avoid the most harmful chemicals. It might be even more important for teens, as many of these chemicals disrupt hormones at a time when hormone production is already playing an especially complex role in their bodies.\r\n<h3>The Worst Offenders</h3>\r\nHere are top five you need to avoid:\r\n\r\n<strong>Parabens:</strong> These are widely used preservatives that youâ€™ll find in many prescription creams as well as cosmetics. Trouble is, parabens mimic estrogens and are absorbed through the skin. They have been found biopsy tissue from breast cancer tumors.\r\n\r\n<strong>Phalates:</strong> These chemicals increase flexibility and softness of plastics and are commonly found in fragrance (Think lotions, creams, hair spray and even laundry detergents and dryer sheets.) They are known endocrine disruptors and have been linked to breast cancer, early breast development in girls and reproductive birth defects in boys and girls. They are not required to be disclosed on the label. Your best indicator is â€œfragrance.â€\r\n\r\n<strong>Formaldehyde:</strong> We usually associate this chemical with the outgassing of new building materials or carpet. Alas, itâ€™s used in cosmetics as a preservative. Itâ€™s been deemed a human carcinogen by The International Agency for Research on Carcinogens. It can be found in nail polish, body washes, shampoos, conditioners, etc.\r\n\r\n<strong>Propylene glycol:</strong> This is an alcohol used as a skin conditioning agent. Classified as a skin irritant and penetrator, it is associated with causing dermatitis and hives in humans. Itâ€™s found in moisturizers, sunscreen, makeup, hairspray, etc.\r\n\r\n<strong>Toluene:</strong> This is a petrochemical often listed on labels as benzene, toluol, phenylmethane or methylbenzene. Itâ€™s a potent solvent that can affect your nervous system, cause nausea and irritate your skin. It has been linked to immune system toxicity. Itâ€™s found in nail polish, hair color/bleaching products and, incidentally, outgassing memory foam mattresses.\r\n\r\nThese are just a few of the toxic substances found in many common cosmetics. Thatâ€™s why we carry Gabriel Cosmetics, Derma-e, Aubrey and other high quality skin care products. All guarantee they are toxin-free!\r\n\r\nTo learn more about safe cosmetics check out EWGâ€™s Safe Cosmetics database <a href=\"http://www.ewg.org/skindeep/top-tips-for-safer-products/\" target=\"_blank\" rel=\"noopener\">here</a>.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','Toxic Skin Care','It pays to buy only clean cosmetics and skin care!','inherit','closed','closed','','925-revision-v1','','','2017-06-20 14:22:24','2017-06-20 19:22:24','',925,'http://74.124.197.205/~ruthsnut/925-revision-v1/',0,'revision','',0),(930,2,'2017-06-20 14:39:38','2017-06-20 19:39:38','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h3>Fermented Foods Are The Superfood Bomb!</h3>\r\nDo you realize just how important the bacteria in your gut are to you overall health? For some time now, researchers have called the nervous system surrounding our gut our second brain. Itâ€™s the trillions of bacteria in our guts that communicate with that nervous system and can greatly affect our health. Beneficial bacteria can improve our mood, enhance food/nutrient absorption, boost our immune system, and produce certain vitamins. Some research suggests that certain beneficial bacteria may even help us lose weight, clear up our skin from acne or eczema. <a href=\"https://draxe.com/probiotics-benefits-foods-supplements/\" target=\"_blank\" rel=\"noopener\">Learn more</a>.\r\n\r\nThat means maintaining a healthy gut is extremely important, and itâ€™s easier to damage than you might think. Many things can negatively affect our microbiome: antibiotics (just one dose can disrupt your gut for as much as a year!), NSAIDS (aspirin, ibuprophen, naproxen, etc.), proton pump inhibitors (acid blockers), high-sugar/refined carbohydrate diets, low-fiber diets, and stress. The good news is that we can make positive changes in our microbiome and gene expression in just a matter of days! <a href=\"https://www.scientificamerican.com/article/the-guts-microbiome-changes-diet/\" target=\"_blank\" rel=\"noopener\">Learn more</a>.\r\n\r\nWhat do we need to do to improve our gut health? Avoid the above when possible, eat a whole foods diet with plenty of veggies, take probiotic supplements and add fermented foods to our meals. Thatâ€™s why Ruthâ€™s is pleased to sell Perfect Pickler kits for home fermenting. You can ferment any vegetable you want â€“ so far weâ€™ve done sauerkraut, carrots sticks, and jicama sticks (Sueâ€™s favorite because they are also high in inulin, a beneficial fiber). The process is simple, easy and quick. In as little as 4 days you can have fermented foods to add to your refrigerator! Eat them as pickles, a side dish or on top of salads. Weâ€™ve got everything you need to get started, the kits, sea salt and even wide mouth jars. Come find out how easy it is to add healthy fermented foods to your diet and power up your health! If you want more complex recipes, click <a href=\"http://www.nourishingmeals.com/2012/02/how-to-make-lacto-fermented-vegetables.html\" target=\"_blank\" rel=\"noopener\">here</a> and <a href=\"https://paleoleap.com/fermented-food-recipes/\" target=\"_blank\" rel=\"noopener\">here</a> and <a href=\"http://www.perfectpickler.com/vegetable-fermentation-recipes/tag/Easy-Peasy\" target=\"_blank\" rel=\"noopener\">here</a>.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"931\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Power Up Your Health!','Fermented Foods pack a powerful health punch!','publish','closed','open','','power-up-your-health','','','2017-06-20 14:39:38','2017-06-20 19:39:38','',0,'http://74.124.197.205/~ruthsnut/?p=930',0,'post','',0),(931,2,'2017-06-20 14:30:11','2017-06-20 19:30:11','','Fermented foods 600X600','','inherit','open','closed','','fermented-foods-600x600','','','2017-06-20 14:30:11','2017-06-20 19:30:11','',930,'http://74.124.197.205/~ruthsnut/wp-content/uploads/2017/06/Fermented-foods-600X600.jpg',0,'attachment','image/jpeg',0),(932,2,'2017-06-20 14:38:56','2017-06-20 19:38:56','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h3>Fermented Foods Are The Superfood Bomb!</h3>\r\nDo you realize just how important the bacteria in your gut are to you overall health? For some time now, researchers have called the nervous system surrounding our gut our second brain. Itâ€™s the trillions of bacteria in our guts that communicate with that nervous system and can greatly affect our health. Beneficial bacteria can improve our mood, enhance food/nutrient absorption, boost our immune system, and produce certain vitamins. Some research suggests that certain beneficial bacteria may even help us lose weight, clear up our skin from acne or eczema. <a href=\"https://draxe.com/probiotics-benefits-foods-supplements/\" target=\"_blank\" rel=\"noopener\">Learn more</a>.\r\n\r\nThat means maintaining a healthy gut is extremely important, and itâ€™s easier to damage than you might think. Many things can negatively affect our microbiome: antibiotics (just one dose can disrupt your gut for as much as a year!), NSAIDS (aspirin, ibuprophen, naproxen, etc.), proton pump inhibitors (acid blockers), high-sugar/refined carbohydrate diets, low-fiber diets, and stress. The good news is that we can make positive changes in our microbiome and gene expression in just a matter of days! <a href=\"https://www.scientificamerican.com/article/the-guts-microbiome-changes-diet/\" target=\"_blank\" rel=\"noopener\">Learn more</a>.\r\n\r\nWhat do we need to do to improve our gut health? Avoid the above when possible, eat a whole foods diet with plenty of veggies, take probiotic supplements and add fermented foods to our meals. Thatâ€™s why Ruthâ€™s is pleased to sell Perfect Pickler kits for home fermenting. You can ferment any vegetable you want â€“ so far weâ€™ve done sauerkraut, carrots sticks, and jicama sticks (Sueâ€™s favorite because they are also high in inulin, a beneficial fiber). The process is simple, easy and quick. In as little as 4 days you can have fermented foods to add to your refrigerator! Eat them as pickles, a side dish or on top of salads. Weâ€™ve got everything you need to get started, the kits, sea salt and even wide mouth jars. Come find out how easy it is to add healthy fermented foods to your diet and power up your health! If you want more complex recipes, click <a href=\"http://www.nourishingmeals.com/2012/02/how-to-make-lacto-fermented-vegetables.html\" target=\"_blank\" rel=\"noopener\">here</a> and <a href=\"https://paleoleap.com/fermented-food-recipes/\" target=\"_blank\" rel=\"noopener\">here</a> and <a href=\"http://www.perfectpickler.com/vegetable-fermentation-recipes/tag/Easy-Peasy\" target=\"_blank\" rel=\"noopener\">here</a>.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"931\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Power Up Your Health!','Fermented Foods pack a powerful health punch!','inherit','closed','closed','','930-revision-v1','','','2017-06-20 14:38:56','2017-06-20 19:38:56','',930,'http://74.124.197.205/~ruthsnut/930-revision-v1/',0,'revision','',0),(933,2,'2017-06-20 14:51:10','2017-06-20 19:51:10','[vc_row][vc_column width=\"1/3\"][vc_single_image image=\"934\" img_size=\"full\" alignment=\"center\" css_animation=\"appear\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Roslyn Rogers Returns!</h2>\r\nWhen hormones are out of sync, you can experience weight gain around the waist, bone loss, hot flashes, PMS, ovarian cysts, headaches, allergies, loss of libido, fatigue and depression, sleep problems, urinary tract problems and many other dis-eases. Roslyn Rogers, certified nutritional consultant board certified in integrative medicine, will be sharing her wisdom on how to balance your hormones naturally beginning at 5:30 p.m., Thursday, May 4, in Ruthâ€™s Nutrition, 7540 South Memorial Parkway, in the Roseâ€™s Shopping Center.\r\n\r\nKnown for her motivational skills and her sensitive, caring outlook on life, Roslynâ€™s seminars cover anti-aging strategies, weight management, PMS, menopause and most womenâ€™s health issues. In addition, she will teach you how to have healthy bones throughout your life, what nutrients help nourish your skin and bring out a youthful glow, what you can eat to pump you with energy (or what you eat that zaps it) and natural alternatives to HRT.\r\n\r\nRoslynâ€™s seminar is free and open to everyone! Mark your calendars for Thursday, May 4 and come join us at Ruthâ€™s Nutrition for an evening filled with womenâ€™s wisdom and a lot of fun! Call Ruthâ€™s Nutrition, 256-883-4127 for more information.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','Balance Hormones Naturally','You won\'t want to miss this!','publish','closed','open','','balance-hormones-naturally','','','2017-06-20 14:51:10','2017-06-20 19:51:10','',0,'http://74.124.197.205/~ruthsnut/?p=933',0,'post','',0),(934,2,'2017-06-20 14:43:20','2017-06-20 19:43:20','','Roslyn curly photo 600X600','','inherit','open','closed','','roslyn-curly-photo-600x600','','','2017-06-20 14:43:20','2017-06-20 19:43:20','',933,'http://74.124.197.205/~ruthsnut/wp-content/uploads/2017/06/Roslyn-curly-photo-600X600.gif',0,'attachment','image/gif',0),(935,2,'2017-06-20 14:48:11','2017-06-20 19:48:11','[vc_row][vc_column width=\"1/3\"][vc_single_image image=\"934\" img_size=\"full\" alignment=\"center\" css_animation=\"appear\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Roslyn Rogers Returns!</h2>\r\nWhen hormones are out of sync, you can experience weight gain around the waist, bone loss, hot flashes, PMS, ovarian cysts, headaches, allergies, loss of libido, fatigue and depression, sleep problems, urinary tract problems and many other dis-eases. Roslyn Rogers, certified nutritional consultant board certified in integrative medicine, will be sharing her wisdom on how to balance your hormones naturally beginning at 5:30 p.m., Thursday, May 4, in Ruthâ€™s Nutrition, 7540 South Memorial Parkway, in the Roseâ€™s Shopping Center.\r\n\r\nKnown for her motivational skills and her sensitive, caring outlook on life, Roslynâ€™s seminars cover anti-aging strategies, weight management, PMS, menopause and most womenâ€™s health issues. In addition, she will teach you how to have healthy bones throughout your life, what nutrients help nourish your skin and bring out a youthful glow, what you can eat to pump you with energy (or what you eat that zaps it) and natural alternatives to HRT.\r\n\r\nRoslynâ€™s seminar is free and open to everyone! Mark your calendars for Thursday, May 4 and come join us at Ruthâ€™s Nutrition for an evening filled with womenâ€™s wisdom and a lot of fun! Call Ruthâ€™s Nutrition, 256-883-4127 for more information.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','Balance Hormones Naturally!','You won\'t want to miss this!','inherit','closed','closed','','933-revision-v1','','','2017-06-20 14:48:11','2017-06-20 19:48:11','',933,'http://74.124.197.205/~ruthsnut/933-revision-v1/',0,'revision','',0),(936,2,'2017-06-20 14:50:40','2017-06-20 19:50:40','[vc_row][vc_column width=\"1/3\"][vc_single_image image=\"934\" img_size=\"full\" alignment=\"center\" css_animation=\"appear\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Roslyn Rogers Returns!</h2>\r\nWhen hormones are out of sync, you can experience weight gain around the waist, bone loss, hot flashes, PMS, ovarian cysts, headaches, allergies, loss of libido, fatigue and depression, sleep problems, urinary tract problems and many other dis-eases. Roslyn Rogers, certified nutritional consultant board certified in integrative medicine, will be sharing her wisdom on how to balance your hormones naturally beginning at 5:30 p.m., Thursday, May 4, in Ruthâ€™s Nutrition, 7540 South Memorial Parkway, in the Roseâ€™s Shopping Center.\r\n\r\nKnown for her motivational skills and her sensitive, caring outlook on life, Roslynâ€™s seminars cover anti-aging strategies, weight management, PMS, menopause and most womenâ€™s health issues. In addition, she will teach you how to have healthy bones throughout your life, what nutrients help nourish your skin and bring out a youthful glow, what you can eat to pump you with energy (or what you eat that zaps it) and natural alternatives to HRT.\r\n\r\nRoslynâ€™s seminar is free and open to everyone! Mark your calendars for Thursday, May 4 and come join us at Ruthâ€™s Nutrition for an evening filled with womenâ€™s wisdom and a lot of fun! Call Ruthâ€™s Nutrition, 256-883-4127 for more information.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','Balance Hormones Naturally','You won\'t want to miss this!','inherit','closed','closed','','933-revision-v1','','','2017-06-20 14:50:40','2017-06-20 19:50:40','',933,'http://74.124.197.205/~ruthsnut/933-revision-v1/',0,'revision','',0),(937,2,'2017-06-20 15:01:04','2017-06-20 20:01:04','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h3>Pollen Isn\'t The Only Bad Actor</h3>\r\nAllergies are a hot topic here at Ruthâ€™s, one that gets customers complaining of runny noses, itchy eyes and sometime resultant sinus infections. Thank goodness there are ways to get relief.\r\n\r\nClassic remedies are quercetin (inhibits histamine release), nettles (high in quercetin), and neti pots (saline nasal wash). All of these can calm an irritated respiratory system.\r\n\r\nBut thereâ€™s another way to think about seasonal allergies. Dr. Leo Galland, one of the pioneers of integrated medicine, makes a case that it can be more than pollen that gets you sneezing. In his new book, \"The Allergy Solution,\" Galland explains deficiencies in key nutrients are directly linked to the development of allergies: vitamin D, zinc, selenium, magnesium, vitamin E, vitamin C and essential fats (omega-3 oils).\r\n\r\nIn fact, just about anything that increases inflammation makes your allergies worse. That means hidden food sensitivities (which may not exhibit any gastrointestinal symptom) could be creating a lot of your post nasal drip and congestion. While Galland recommends his own version of an elimination diet to find food triggers, it might at least be worth doing a trial without the common reactive foods to see if allergies improve. That means eliminating sugar and sweets, gluten (wheat, barley, rye), corn, egg, and dairy for at least 4 weeks. Slowly re-introduce them to your diet one at a time to see if your symptoms return. If they do; avoid that food as much as possible.\r\n\r\nGalland notes that having allergies often indicates our T-regulatory cells, which normally help damp down allergic reactions, arenâ€™t functioning well. Studies show that T-regs can be supported by taking any of a number of supplements: probiotics, DHA, EGCG from green tea, curcumin, black cumin seed oil, N-acetyl cysteine (NAC), and cinnamon. <a href=\"https://selfhacked.com/2014/11/11/treg/#Top_8_Picks_to_Increase_Tregs\" target=\"_blank\" rel=\"noopener\">Learn more.</a>\r\n\r\nBesides eating a whole foods diet, Galland also recommends green tea, organic strawberries, parsley and avoiding sugar like the plague!\r\n\r\nIf youâ€™d like to learn more, we have \"The Allergy Solution\" on our shelves.\r\n\r\n&nbsp;\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"938\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','It\'s Allergy Season','Diet can play a big part in your sneezing.','publish','closed','open','','its-allergy-season','','','2017-06-20 15:01:04','2017-06-20 20:01:04','',0,'http://74.124.197.205/~ruthsnut/?p=937',0,'post','',0),(938,2,'2017-06-20 14:53:34','2017-06-20 19:53:34','','allergies - woman 600X600','','inherit','open','closed','','allergies-woman-600x600','','','2017-06-20 14:53:34','2017-06-20 19:53:34','',937,'http://74.124.197.205/~ruthsnut/wp-content/uploads/2017/06/allergies-woman-600X600.jpg',0,'attachment','image/jpeg',0),(939,2,'2017-06-20 15:00:11','2017-06-20 20:00:11','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h3>Pollen Isn\'t The Only Bad Actor</h3>\r\nAllergies are a hot topic here at Ruthâ€™s, one that gets customers complaining of runny noses, itchy eyes and sometime resultant sinus infections. Thank goodness there are ways to get relief.\r\n\r\nClassic remedies are quercetin (inhibits histamine release), nettles (high in quercetin), and neti pots (saline nasal wash). All of these can calm an irritated respiratory system.\r\n\r\nBut thereâ€™s another way to think about seasonal allergies. Dr. Leo Galland, one of the pioneers of integrated medicine, makes a case that it can be more than pollen that gets you sneezing. In his new book, \"The Allergy Solution,\" Galland explains deficiencies in key nutrients are directly linked to the development of allergies: vitamin D, zinc, selenium, magnesium, vitamin E, vitamin C and essential fats (omega-3 oils).\r\n\r\nIn fact, just about anything that increases inflammation makes your allergies worse. That means hidden food sensitivities (which may not exhibit any gastrointestinal symptom) could be creating a lot of your post nasal drip and congestion. While Galland recommends his own version of an elimination diet to find food triggers, it might at least be worth doing a trial without the common reactive foods to see if allergies improve. That means eliminating sugar and sweets, gluten (wheat, barley, rye), corn, egg, and dairy for at least 4 weeks. Slowly re-introduce them to your diet one at a time to see if your symptoms return. If they do; avoid that food as much as possible.\r\n\r\nGalland notes that having allergies often indicates our T-regulatory cells, which normally help damp down allergic reactions, arenâ€™t functioning well. Studies show that T-regs can be supported by taking any of a number of supplements: probiotics, DHA, EGCG from green tea, curcumin, black cumin seed oil, N-acetyl cysteine (NAC), and cinnamon. <a href=\"https://selfhacked.com/2014/11/11/treg/#Top_8_Picks_to_Increase_Tregs\" target=\"_blank\" rel=\"noopener\">Learn more.</a>\r\n\r\nBesides eating a whole foods diet, Galland also recommends green tea, organic strawberries, parsley and avoiding sugar like the plague!\r\n\r\nIf youâ€™d like to learn more, we have \"The Allergy Solution\" on our shelves.\r\n\r\n&nbsp;\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"938\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','It\'s Allergy Season','Diet can play a big part in your sneezing.','inherit','closed','closed','','937-revision-v1','','','2017-06-20 15:00:11','2017-06-20 20:00:11','',937,'http://74.124.197.205/~ruthsnut/937-revision-v1/',0,'revision','',0),(940,2,'2017-06-20 15:11:44','2017-06-20 20:11:44','[vc_row][vc_column width=\"1/3\"][vc_single_image image=\"941\" img_size=\"full\" alignment=\"center\" css_animation=\"appear\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Get On Your Party Shoes!</h2>\r\nMay is packed with fun at Ruthâ€™s Nutrition! In addition to Roslyn Rogerâ€™s talk on Balancing Your Hormones Naturally, weâ€™ll be participating in Rosieâ€™s Plaza Spring Festival on Saturday, May 20. Heading up the entertainment will be a free concert with Kozmic Mama Band from 3-5 p.m. If youâ€™ve heard them before you know youâ€™re in for a rockinâ€™ good time!\r\n\r\nNot only that, you can register for multiple door prizes from Ruthâ€™s and other stores, and pick up free samples of supplements from Ruthâ€™s and food samples from the restaurants. For the kids there will be face painting, snow cones and more!\r\n\r\nDoor prizes include an Active Person basket ($155 value) from Ruthâ€™s, Maui Jim Sunglasses ($150 value) from Sullins Eye Care, Rawlings Large Equipment Bag ($135 value) from The Winning Edge, Spa Mani-Pedi ($80 value) from Synergy Salon and many, many more!\r\n\r\nLast year we had a beautiful day, amazing music and just an all-around blast! Mark your calendar to enjoy some of the best free family friendly entertainment around!\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','Rosie\'s Spring Festival','We\'re gonna have so much fun!','publish','closed','open','','rosies-spring-festival','','','2017-06-20 15:11:44','2017-06-20 20:11:44','',0,'http://74.124.197.205/~ruthsnut/?p=940',0,'post','',0),(941,2,'2017-06-20 15:08:21','2017-06-20 20:08:21','','Rosie\'s Plaza 2017 600X509','','inherit','open','closed','','rosies-plaza-2017-600x509','','','2017-06-20 15:08:21','2017-06-20 20:08:21','',940,'http://74.124.197.205/~ruthsnut/wp-content/uploads/2017/06/Rosies-Plaza-2017-600X509.jpg',0,'attachment','image/jpeg',0),(942,2,'2017-06-20 15:10:58','2017-06-20 20:10:58','[vc_row][vc_column width=\"1/3\"][vc_single_image image=\"941\" img_size=\"full\" alignment=\"center\" css_animation=\"appear\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Get On Your Party Shoes!</h2>\r\nMay is packed with fun at Ruthâ€™s Nutrition! In addition to Roslyn Rogerâ€™s talk on Balancing Your Hormones Naturally, weâ€™ll be participating in Rosieâ€™s Plaza Spring Festival on Saturday, May 20. Heading up the entertainment will be a free concert with Kozmic Mama Band from 3-5 p.m. If youâ€™ve heard them before you know youâ€™re in for a rockinâ€™ good time!\r\n\r\nNot only that, you can register for multiple door prizes from Ruthâ€™s and other stores, and pick up free samples of supplements from Ruthâ€™s and food samples from the restaurants. For the kids there will be face painting, snow cones and more!\r\n\r\nDoor prizes include an Active Person basket ($155 value) from Ruthâ€™s, Maui Jim Sunglasses ($150 value) from Sullins Eye Care, Rawlings Large Equipment Bag ($135 value) from The Winning Edge, Spa Mani-Pedi ($80 value) from Synergy Salon and many, many more!\r\n\r\nLast year we had a beautiful day, amazing music and just an all-around blast! Mark your calendar to enjoy some of the best free family friendly entertainment around!\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','Rosie\'s Spring Festival','We\'re gonna have so much fun!','inherit','closed','closed','','940-revision-v1','','','2017-06-20 15:10:58','2017-06-20 20:10:58','',940,'http://74.124.197.205/~ruthsnut/940-revision-v1/',0,'revision','',0),(943,2,'2017-06-20 15:21:05','2017-06-20 20:21:05','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h3>Customers Sing The Praises of SagaPro</h3>\r\nIf you canâ€™t pass a bathroom or find yourself getting up several times a night to urinate, you might want to listen up. Our customers are singing the praises of a capsule called SagaPro.\r\n\r\nNot only that, SagaPro has been clinically tested. Turns out it increased bladder capacity and significantly lessened the number of trips to the bathroom at night.\r\n\r\nSo whatâ€™s in SagaPro? An herb harvested from Iceland thatâ€™s been used in natural medicine since the Middle Ages called Angelica archangelica. How does it work? Scientists believe it is through Angelicaâ€™s content of isoquercitrin, a flavonoid that inhibits the activity of leukotrienes. Leukotrienes can trigger bladder contractions; by inhibiting leukotrienes, Angelica relaxes the bladder and reduces urinary urgency.\r\n\r\nThe product is safe and effective for both men and women. AND itâ€™s on sale during the month of May![/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"944\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Help For Frequent Urination','SagaPro to the rescue!','publish','closed','open','','help-for-frequent-urination','','','2017-06-20 15:21:05','2017-06-20 20:21:05','',0,'http://74.124.197.205/~ruthsnut/?p=943',0,'post','',0),(944,2,'2017-06-20 15:18:14','2017-06-20 20:18:14','','SagaPro 600X667','','inherit','open','closed','','sagapro-600x667','','','2017-06-20 15:18:14','2017-06-20 20:18:14','',943,'http://74.124.197.205/~ruthsnut/wp-content/uploads/2017/06/SagaPro-600X667.png',0,'attachment','image/png',0),(945,2,'2017-06-20 15:20:18','2017-06-20 20:20:18','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h3>Customers Sing The Praises of SagaPro</h3>\r\nIf you canâ€™t pass a bathroom or find yourself getting up several times a night to urinate, you might want to listen up. Our customers are singing the praises of a capsule called SagaPro.\r\n\r\nNot only that, SagaPro has been clinically tested. Turns out it increased bladder capacity and significantly lessened the number of trips to the bathroom at night.\r\n\r\nSo whatâ€™s in SagaPro? An herb harvested from Iceland thatâ€™s been used in natural medicine since the Middle Ages called Angelica archangelica. How does it work? Scientists believe it is through Angelicaâ€™s content of isoquercitrin, a flavonoid that inhibits the activity of leukotrienes. Leukotrienes can trigger bladder contractions; by inhibiting leukotrienes, Angelica relaxes the bladder and reduces urinary urgency.\r\n\r\nThe product is safe and effective for both men and women. AND itâ€™s on sale during the month of May![/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"944\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Help For Frequent Urination','SagaPro to the rescue!','inherit','closed','closed','','943-revision-v1','','','2017-06-20 15:20:18','2017-06-20 20:20:18','',943,'http://74.124.197.205/~ruthsnut/943-revision-v1/',0,'revision','',0),(947,2,'2017-06-20 15:40:44','2017-06-20 20:40:44','[vc_row][vc_column width=\"1/3\"][vc_single_image image=\"949\" img_size=\"full\" alignment=\"center\" css_animation=\"appear\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Gabriel Cosmetics Demo</h2>\r\nNowâ€™s your chance to get expert advice on choosing and using Gabriel Cosmetics! Andrea Turner, licensed aesthetician and makeup artist will be demonstrating Gabriel Cosmetics and nail polish Thursday, June 15 from 3-5:30 p.m. Space is limited, so please call the store (256-883-4127) to reserve your spot!\r\n\r\nNot only will Andrea be doing consulting and applications, sheâ€™ll help you customize your makeup to best fit your lifestyle! Youâ€™ll get to experiment with powders, foundation, lipsticks, blushes, nail polish and more! And youâ€™ll know that when you choose Gabriel, youâ€™re choosing clean products. The entire collection contains only 100% natural ingredients. That means no parabens, gluten, lead, coal tar derivatives, FD&amp;C coloring agents, mineral oil, talc, lanolin, propylene glycol, hydrogenated oils, carmine, nano- or micro-sized particles. This stuff is good for your skin!\r\n\r\nBut weâ€™ve saved the best news for last. The entire Gabriel collection is on sale during the month of June! So go ahead, call us (256-883-4127) and reserve your spot to be pampered!\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','Kiss & MakeUp','You don\'t want to miss this!','publish','closed','open','','kiss-makeup','','','2017-06-20 16:35:17','2017-06-20 21:35:17','',0,'http://74.124.197.205/~ruthsnut/?p=947',0,'post','',0),(949,2,'2017-06-20 15:36:48','2017-06-20 20:36:48','','Gabriel 600X377','','inherit','open','closed','','gabriel-600x377','','','2017-06-20 15:36:48','2017-06-20 20:36:48','',947,'http://74.124.197.205/~ruthsnut/wp-content/uploads/2017/06/Gabriel-600X377-1.jpg',0,'attachment','image/jpeg',0),(950,2,'2017-06-20 15:39:58','2017-06-20 20:39:58','[vc_row][vc_column width=\"1/3\"][vc_single_image image=\"949\" img_size=\"full\" alignment=\"center\" css_animation=\"appear\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Gabriel Cosmetics Demo</h2>\r\nNowâ€™s your chance to get expert advice on choosing and using Gabriel Cosmetics! Andrea Turner, licensed aesthetician and makeup artist will be demonstrating Gabriel Cosmetics and nail polish Thursday, June 15 from 3-5:30 p.m. Space is limited, so please call the store (256-883-4127) to reserve your spot!\r\n\r\nNot only will Andrea be doing consulting and applications, sheâ€™ll help you customize your makeup to best fit your lifestyle! Youâ€™ll get to experiment with powders, foundation, lipsticks, blushes, nail polish and more! And youâ€™ll know that when you choose Gabriel, youâ€™re choosing clean products. The entire collection contains only 100% natural ingredients. That means no parabens, gluten, lead, coal tar derivatives, FD&amp;C coloring agents, mineral oil, talc, lanolin, propylene glycol, hydrogenated oils, carmine, nano- or micro-sized particles. This stuff is good for your skin!\r\n\r\nBut weâ€™ve saved the best news for last. The entire Gabriel collection is on sale during the month of June! So go ahead, call us (256-883-4127) and reserve your spot to be pampered!\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','Kiss & MakeUp','We\'re gonna have so much fun!','inherit','closed','closed','','947-revision-v1','','','2017-06-20 15:39:58','2017-06-20 20:39:58','',947,'http://74.124.197.205/~ruthsnut/947-revision-v1/',0,'revision','',0),(951,2,'2017-06-20 16:04:53','2017-06-20 21:04:53','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Essential Oils to the Rescue!</h2>\r\nTick and mosquito season definitely is here! If you donâ€™t want to spray your family with some of the harmful chemicals found in commercial insect repellents, weâ€™ve got some ideas on how to make your own. This is an area where essential oils shine!\r\n\r\nFor basic bug sprays there are several oils that work well. Choose from citronella, geranium, clove, lemongrass, rosemary, tea tree, cajeput, eucalyptus, cedar, catnip, lavender and mint. But donâ€™t put the essential oils directly on your skin. Instead mix up a carrier blend that can be sprayed on your skin or clothes. You can find countless examples of how to do it online. Hereâ€™s a recipe from <a href=\"https://wellnessmama.com/2565/homemade-bug-spray/\" target=\"_blank\" rel=\"noopener\">Wellness Mama</a>:\r\n<ol>\r\n 	<li>Fill 8 oz. spray bottle Â½ full with distilled or boiled water</li>\r\n 	<li>Add Â½ tsp vegetable glycerin (to make it stick to surfaces better, optional)</li>\r\n 	<li>Add 30-50 drops essential oils (Wellness Mama prefers mixing Rosemary, Clove, Cajeput, Lavender, Cinnamon and Eucalyptus.)</li>\r\n 	<li>Add witch hazel to fill the bottle</li>\r\n</ol>\r\nOthers choose to use just citronella or geranium oil with good results.<a href=\"https://www.mommypotamus.com/natural-tick-repellent-recipe/\" target=\"_blank\" rel=\"noopener\"> Click here.</a> Â Some replace the water with vinegar to improve skin pH. <a href=\"https://draxe.com/homemade-bug-spray/\" target=\"_blank\" rel=\"noopener\">Click here</a>. Â To get even more variations, check out these sites: <a href=\"http://dontwastethecrumbs.com/2015/05/homemade-bug-repellent-essential-oils/\" target=\"_blank\" rel=\"noopener\">Don\'t Waste The Crumbs</a>, <a href=\"http://tasty-yummies.com/homemade-essential-oil-insect-repellent-spray/\" target=\"_blank\" rel=\"noopener\">Tasty-Yummies</a>, <a href=\"http://www.primallyinspired.com/favorites-how-to-make-a-homemade-bug-repellent-oil-easy-essential-oils/\" target=\"_blank\" rel=\"noopener\">Primally Inspired</a>, <a href=\"http://www.scratchmommy.com/bye-bye-bugs-especially-mosquitoes/\" target=\"_blank\" rel=\"noopener\">ScratchMommy</a>, <a href=\"https://yurielkaim.com/bug-bite-remedies/\" target=\"_blank\" rel=\"noopener\">Yuriel Kaim</a>.\r\n\r\nWith all these options to try, itâ€™s definitely time to break out your essential oils and start experimenting!\r\n\r\n&nbsp;\r\n\r\n<strong>Â </strong>\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"952\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Clean & Mean DIY Bug Sprays','Essential oils save the day!','publish','closed','open','','clean-mean-diy-bug-sprays','','','2017-06-20 16:33:18','2017-06-20 21:33:18','',0,'http://74.124.197.205/~ruthsnut/?p=951',0,'post','',0),(952,2,'2017-06-20 15:43:24','2017-06-20 20:43:24','','Bug spray 600X418','','inherit','open','closed','','bug-spray-600x418','','','2017-06-20 15:43:24','2017-06-20 20:43:24','',951,'http://74.124.197.205/~ruthsnut/wp-content/uploads/2017/06/Bug-spray-600X418.jpg',0,'attachment','image/jpeg',0),(953,2,'2017-06-20 15:53:49','2017-06-20 20:53:49','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Essential Oils to the Rescue!</h2>\r\nTick and mosquito season definitely is here! If you donâ€™t want to spray your family with some of the harmful chemicals found in commercial insect repellents, weâ€™ve got some ideas on how to make your own. This is an area where essential oils shine!\r\n\r\nFor basic bug sprays there are several oils that work well. Choose from citronella, geranium, clove, lemongrass, rosemary, tea tree, cajeput, eucalyptus, cedar, catnip, lavender and mint. But donâ€™t put the essential oils directly on your skin. Instead mix up a carrier blend that can be sprayed on your skin or clothes. You can find countless examples of how to do it online. Hereâ€™s a recipe from <a href=\"https://wellnessmama.com/2565/homemade-bug-spray/\" target=\"_blank\" rel=\"noopener\">Wellness Mama</a>:\r\n<ol>\r\n 	<li>Fill 8 oz. spray bottle Â½ full with distilled or boiled water</li>\r\n 	<li>Add Â½ tsp vegetable glycerin (to make it stick to surfaces better, optional)</li>\r\n 	<li>Add 30-50 drops essential oils (Wellness Mama prefers mixing Rosemary, Clove, Cajeput, Lavender, Cinnamon and Eucalyptus.)</li>\r\n 	<li>Add witch hazel to fill the bottle</li>\r\n</ol>\r\nOthers choose to use just citronella or geranium oil with good results. <a href=\"http://s.com/natural-tick-repellent-recipe/\" target=\"_blank\" rel=\"noopener\">Click here</a>. Â Some replace the water with vinegar to improve skin pH. <a href=\"https://draxe.com/homemade-bug-spray/\" target=\"_blank\" rel=\"noopener\">Click here</a>. Â To get even more variations, check out these sites: <a href=\"http://dontwastethecrumbs.com/2015/05/homemade-bug-repellent-essential-oils/\" target=\"_blank\" rel=\"noopener\">Don\'t Waste The Crumbs</a>, <a href=\"http://dontwastethecrumbs.com/2015/05/homemade-bug-repellent-essential-oils/\" target=\"_blank\" rel=\"noopener\">Tasty-Yummies</a>, <a href=\"http://www.primallyinspired.com/favorites-how-to-make-a-homemade-bug-repellent-oil-easy-essential-oils/\" target=\"_blank\" rel=\"noopener\">Primally Inspired</a>, <a href=\"http://www.scratchmommy.com/bye-bye-bugs-especially-mosquitoes/\" target=\"_blank\" rel=\"noopener\">ScratchMommy</a>, <a href=\"https://yurielkaim.com/bug-bite-remedies/\" target=\"_blank\" rel=\"noopener\">Yuriel Kaim</a>.\r\n\r\nWith all these options to try, itâ€™s definitely time to break out your essential oils and start experimenting!\r\n\r\n&nbsp;\r\n\r\n<strong>Â </strong>\r\n\r\n&nbsp;\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"952\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Clean & Mean DIY Bug Sprays','SagaPro to the rescue!','inherit','closed','closed','','951-revision-v1','','','2017-06-20 15:53:49','2017-06-20 20:53:49','',951,'http://74.124.197.205/~ruthsnut/951-revision-v1/',0,'revision','',0),(954,2,'2017-06-20 15:57:48','2017-06-20 20:57:48','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Essential Oils to the Rescue!</h2>\r\nTick and mosquito season definitely is here! If you donâ€™t want to spray your family with some of the harmful chemicals found in commercial insect repellents, weâ€™ve got some ideas on how to make your own. This is an area where essential oils shine!\r\n\r\nFor basic bug sprays there are several oils that work well. Choose from citronella, geranium, clove, lemongrass, rosemary, tea tree, cajeput, eucalyptus, cedar, catnip, lavender and mint. But donâ€™t put the essential oils directly on your skin. Instead mix up a carrier blend that can be sprayed on your skin or clothes. You can find countless examples of how to do it online. Hereâ€™s a recipe from <a href=\"https://wellnessmama.com/2565/homemade-bug-spray/\" target=\"_blank\" rel=\"noopener\">Wellness Mama</a>:\r\n<ol>\r\n 	<li>Fill 8 oz. spray bottle Â½ full with distilled or boiled water</li>\r\n 	<li>Add Â½ tsp vegetable glycerin (to make it stick to surfaces better, optional)</li>\r\n 	<li>Add 30-50 drops essential oils (Wellness Mama prefers mixing Rosemary, Clove, Cajeput, Lavender, Cinnamon and Eucalyptus.)</li>\r\n 	<li>Add witch hazel to fill the bottle</li>\r\n</ol>\r\nOthers choose to use just citronella or geranium oil with good results. <a href=\"http://s.com/natural-tick-repellent-recipe/\" target=\"_blank\" rel=\"noopener\">Click here</a>. Â Some replace the water with vinegar to improve skin pH. <a href=\"https://draxe.com/homemade-bug-spray/\" target=\"_blank\" rel=\"noopener\">Click here</a>. Â To get even more variations, check out these sites: <a href=\"http://dontwastethecrumbs.com/2015/05/homemade-bug-repellent-essential-oils/\" target=\"_blank\" rel=\"noopener\">Don\'t Waste The Crumbs</a>, <a href=\"http://dontwastethecrumbs.com/2015/05/homemade-bug-repellent-essential-oils/\" target=\"_blank\" rel=\"noopener\">Tasty-Yummies</a>, <a href=\"http://www.primallyinspired.com/favorites-how-to-make-a-homemade-bug-repellent-oil-easy-essential-oils/\" target=\"_blank\" rel=\"noopener\">Primally Inspired</a>, <a href=\"http://www.scratchmommy.com/bye-bye-bugs-especially-mosquitoes/\" target=\"_blank\" rel=\"noopener\">ScratchMommy</a>, <a href=\"https://yurielkaim.com/bug-bite-remedies/\" target=\"_blank\" rel=\"noopener\">Yuriel Kaim</a>.\r\n\r\nWith all these options to try, itâ€™s definitely time to break out your essential oils and start experimenting!\r\n\r\n&nbsp;\r\n\r\n<strong>Â </strong>\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"952\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Clean & Mean DIY Bug Sprays','SagaPro to the rescue!','inherit','closed','closed','','951-revision-v1','','','2017-06-20 15:57:48','2017-06-20 20:57:48','',951,'http://74.124.197.205/~ruthsnut/951-revision-v1/',0,'revision','',0),(955,2,'2017-06-20 16:04:13','2017-06-20 21:04:13','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Essential Oils to the Rescue!</h2>\r\nTick and mosquito season definitely is here! If you donâ€™t want to spray your family with some of the harmful chemicals found in commercial insect repellents, weâ€™ve got some ideas on how to make your own. This is an area where essential oils shine!\r\n\r\nFor basic bug sprays there are several oils that work well. Choose from citronella, geranium, clove, lemongrass, rosemary, tea tree, cajeput, eucalyptus, cedar, catnip, lavender and mint. But donâ€™t put the essential oils directly on your skin. Instead mix up a carrier blend that can be sprayed on your skin or clothes. You can find countless examples of how to do it online. Hereâ€™s a recipe from <a href=\"https://wellnessmama.com/2565/homemade-bug-spray/\" target=\"_blank\" rel=\"noopener\">Wellness Mama</a>:\r\n<ol>\r\n 	<li>Fill 8 oz. spray bottle Â½ full with distilled or boiled water</li>\r\n 	<li>Add Â½ tsp vegetable glycerin (to make it stick to surfaces better, optional)</li>\r\n 	<li>Add 30-50 drops essential oils (Wellness Mama prefers mixing Rosemary, Clove, Cajeput, Lavender, Cinnamon and Eucalyptus.)</li>\r\n 	<li>Add witch hazel to fill the bottle</li>\r\n</ol>\r\nOthers choose to use just citronella or geranium oil with good results.<a href=\"https://www.mommypotamus.com/natural-tick-repellent-recipe/\" target=\"_blank\" rel=\"noopener\"> Click here.</a> Â Some replace the water with vinegar to improve skin pH. <a href=\"https://draxe.com/homemade-bug-spray/\" target=\"_blank\" rel=\"noopener\">Click here</a>. Â To get even more variations, check out these sites: <a href=\"http://dontwastethecrumbs.com/2015/05/homemade-bug-repellent-essential-oils/\" target=\"_blank\" rel=\"noopener\">Don\'t Waste The Crumbs</a>, <a href=\"http://tasty-yummies.com/homemade-essential-oil-insect-repellent-spray/\" target=\"_blank\" rel=\"noopener\">Tasty-Yummies</a>, <a href=\"http://www.primallyinspired.com/favorites-how-to-make-a-homemade-bug-repellent-oil-easy-essential-oils/\" target=\"_blank\" rel=\"noopener\">Primally Inspired</a>, <a href=\"http://www.scratchmommy.com/bye-bye-bugs-especially-mosquitoes/\" target=\"_blank\" rel=\"noopener\">ScratchMommy</a>, <a href=\"https://yurielkaim.com/bug-bite-remedies/\" target=\"_blank\" rel=\"noopener\">Yuriel Kaim</a>.\r\n\r\nWith all these options to try, itâ€™s definitely time to break out your essential oils and start experimenting!\r\n\r\n&nbsp;\r\n\r\n<strong>Â </strong>\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"952\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Clean & Mean DIY Bug Sprays','SagaPro to the rescue!','inherit','closed','closed','','951-revision-v1','','','2017-06-20 16:04:13','2017-06-20 21:04:13','',951,'http://74.124.197.205/~ruthsnut/951-revision-v1/',0,'revision','',0),(956,2,'2017-06-20 16:30:57','2017-06-20 21:30:57','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Neuroinflammation is Not Uncommon</h2>\r\nBy Sue Cummings\r\n\r\nI just got back from the Medicines from the Earth conference in Black Mountain, N.C., and there was one presentation I especially want to share. Walter Crinnion, N.D. and a well-known expert in environmental medicine, presented a two-part talk on neuroinflammation. I had no idea how many of us had brains on fire!\r\n\r\nAccording to Crinnion, brain inflammation is associated with chronic pain (any location on the body), cognitive decline, mood disorders, ADHD, autism, bi-polarity, MS, ALS, Alzheimerâ€™s, Parkinsonâ€™s, seizures and the period following a stroke. Causes of brain inflammation are broad: elevated blood sugar, stress (traumatic brain injury, PTSD), environmental toxins, and sadly endotoxicity. Thatâ€™s a state where toxins are produced by bacteria, bacteria that tend to proliferate when we eat the Standard American Diet (SAD) or have fatty liver disease.\r\n\r\nEndotoxicity increases inflammation all over the body and is associated with increased gut permeability (leaky gut), obesity, type 2 diabetes, fatty liver, cardiovascular disease and a reduction in glutathione. The latter is extremely important because glutathione is the bodyâ€™s major antioxidant. Low levels of glutathione are associated with almost all diseases, everything from allergies, autoimmune disease, to Alzheimerâ€™s. <a href=\"https://glutathioneforhealth.wordpress.com/2011/12/24/low-glutathione-levels/\" target=\"_blank\" rel=\"noopener\">Learn more</a>.\r\n\r\nOther substances also lower glutathione: alcohol, toluene &amp; benzene (outgassing memory foam mattresses), mercury (fish), lead (old paint, lipstick!), phalates (skin care products, vinyl floors, plastics), mycotoxins (mold) and pesticides (non-organic food). (Phalates are also associated with obesity. Crinnion said the higher the bodyâ€™s phalate level, the larger the belt size!)\r\n\r\nWhen it comes to environmental toxins documented to cause neuroinflammation, there are many. The list includes urban air pollution, organophosphate pesticides, chlorinated pesticides (dieldrin), mercury, lead, solvents (including alcohol), formaldehyde, cigarette smoke, PCBs and bisphenol A (BPA). In other words, everyone is exposed from multiple sources.\r\n<h3>What can we do to protect ourselves?</h3>\r\nFirst, avoid the above bad guys.\r\n\r\nFor non-farm workers, the largest source of <strong>pesticide</strong> exposure usually is food. Not everyone can afford to eat all organic, but at least try to avoid the most highly sprayed foods. The Environmental Working Group publishes a yearly guide to the <a href=\"https://www.ewg.org/foodnews/\" target=\"_blank\" rel=\"noopener\">Dirty Dozen</a> and the Clean 15, the foods most and least pesticide laden.\r\n\r\n<strong>PCBs</strong> are found mostly in farmed salmon (buy only wild Alaskan salmon) and sardines. (Crinnion said he suspected anchovies and herring were high in PCBs as well, but he has found no tests to verify that so far.)\r\n\r\nOur biggest source of <strong>mercury</strong> also is from fish. Natural Resources Defense Council publishes a <a href=\"https://www.nrdc.org/sites/default/files/walletcard.pdf\" target=\"_blank\" rel=\"noopener\">guide to the most mercury laden fish</a>. Avoid the moderate to high categories that include tuna, orange roughy and grouper.\r\n\r\n<strong>BPA</strong> is found in plastics and our most commonly ingested source is canned goods, because the cans contain a plastic liner. Crinnion said the most BPA is found in canned soups and acidic foods, like tomatoes. Avoid canned food in general, but definitely eliminate those.\r\n\r\n<strong>Solvents</strong> are found in alcohol, of course, but also in some microwave safe dishes and plastic wrapped foods.\r\n\r\nTo avoid <strong>air pollutants</strong>, Crinnion recommended everyone get a HEPA air filter, at least for the bedroom. Toxins adhere to dust and since we spend more hours in the bedroom sleeping than the rest of the house, a filter in that room is a priority.\r\n\r\n<strong>Formaldehyde</strong> often is in new building materials, so an outgassing period is recommended. But I was surprised to learn that it is often found in facial creams. Not only that, but personal care products can be sources of lead (red lipstick) and solvents (acrylic nails, nail polish and remover). And, of course, phalates, which were mentioned earlier. (It pays to buy clean skin care products like Derma-e or Aubrey lotions and Gabriel Cosmetics!)\r\n<h3>How Else Can We Reduce Neuroinflammation?</h3>\r\nIn addition to avoiding the bad guys, we need to take actions that are documented to reduce neuroinflammation:\r\n\r\nâ€¢ <strong>Follow a Mediterranean Diet</strong>Â -- high in anti-inflammatory vegetables, olive oil and fish oil. <a href=\"http://www.mayoclinic.org/healthy-lifestyle/nutrition-and-healthy-eating/in-depth/mediterranean-diet/art-20047801\" target=\"_blank\" rel=\"noopener\">Learn more</a>.\r\n\r\nâ€¢ <strong>Eat more polyphenols</strong> -- found in red, blue, purple foods, such as elderberrys, blueberrys, cherries (get organic), strawberries (get organic), blackberries, dark chocolate, black tea, green tea, red wine, etc.\r\n\r\nâ€¢ <strong>Eat more carotenoids</strong> â€“ beta-carotene, lutein, zeaxanthin, lycopene, astaxanthin. Found in yellow, orange and red foods.\r\n\r\n<strong>â€¢ Ingest probiotics</strong> â€“ these improve both brain and intestinal inflammation.\r\n\r\n<strong>â€¢ Take botanical medicines</strong> â€“ Licorice, ginseng and ginkgo all have studies reducing neuroinflammation.\r\n\r\n<strong>â€¢ Move more &amp; just be</strong> -- exercise, yoga and meditation all have studies reducing neuroinflammation.\r\n\r\nWow! After being totally bummed thinking about how much toxic exposure we all get every day and all the damage toxins can do, I walked out of Crinnionâ€™s final lecture heartened that there are so many easy things we can incorporate into our lifestyles to improve our health. I hope youâ€™re encouraged, too!\r\n\r\n&nbsp;\r\n\r\n<strong>Â </strong>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"958\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Brain On Fire!','Learn how to lower inflammation.','publish','closed','open','','brain-on-fire','','','2017-06-20 16:30:57','2017-06-20 21:30:57','',0,'http://74.124.197.205/~ruthsnut/?p=956',0,'post','',0),(957,2,'2017-06-20 16:25:06','2017-06-20 21:25:06','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Neuroinflammation is More Common Than You Think</h2>\r\nBy Sue Cummings\r\n\r\nI just got back from the Medicines from the Earth conference in Black Mountain, N.C., and there was one presentation I especially want to share. Walter Crinnion, N.D. and a well-known expert in environmental medicine, presented a two-part talk on neuroinflammation. I had no idea how many of us had brains on fire!\r\n\r\nAccording to Crinnion, brain inflammation is associated with chronic pain (any location on the body), cognitive decline, mood disorders, ADHD, autism, bi-polarity, MS, ALS, Alzheimerâ€™s, Parkinsonâ€™s, seizures and the period following a stroke. Causes of brain inflammation are broad: elevated blood sugar, stress (traumatic brain injury, PTSD), environmental toxins, and sadly endotoxicity. Thatâ€™s a state where toxins are produced by bacteria, bacteria that tend to proliferate when we eat the Standard American Diet (SAD) or have fatty liver disease.\r\n\r\nEndotoxicity increases inflammation all over the body and is associated with increased gut permeability (leaky gut), obesity, type 2 diabetes, fatty liver, cardiovascular disease and a reduction in glutathione. The latter is extremely important because glutathione is the bodyâ€™s major antioxidant. Low levels of glutathione are associated with almost all diseases, everything from allergies, autoimmune disease, to Alzheimerâ€™s. <a href=\"https://glutathioneforhealth.wordpress.com/2011/12/24/low-glutathione-levels/\" target=\"_blank\" rel=\"noopener\">Learn more</a>.\r\n\r\nOther substances also lower glutathione: alcohol, toluene &amp; benzene (outgassing memory foam mattresses), mercury (fish), lead (old paint, lipstick!), phalates (skin care products, vinyl floors, plastics), mycotoxins (mold) and pesticides (non-organic food). (Phalates are also associated with obesity. Crinnion said the higher the bodyâ€™s phalate level, the larger the belt size!)\r\n\r\nWhen it comes to environmental toxins documented to cause neuroinflammation, there are many. The list includes urban air pollution, organophosphate pesticides, chlorinated pesticides (dieldrin), mercury, lead, solvents (including alcohol), formaldehyde, cigarette smoke, PCBs and bisphenol A (BPA). In other words, everyone is exposed from multiple sources.\r\n<h3>What can we do to protect ourselves?</h3>\r\nFirst, avoid the above bad guys.\r\n\r\nFor non-farm workers, the largest source of <strong>pesticide</strong> exposure usually is food. Not everyone can afford to eat all organic, but at least try to avoid the most highly sprayed foods. The Environmental Working Group publishes a yearly guide to the <a href=\"https://www.ewg.org/foodnews/\" target=\"_blank\" rel=\"noopener\">Dirty Dozen</a> and the Clean 15, the foods most and least pesticide laden.\r\n\r\n<strong>PCBs</strong> are found mostly in farmed salmon (buy only wild Alaskan salmon) and sardines. (Crinnion said he suspected anchovies and herring were high in PCBs as well, but he has found no tests to verify that so far.)\r\n\r\nOur biggest source of <strong>mercury</strong> also is from fish. Natural Resources Defense Council publishes a <a href=\"https://www.nrdc.org/sites/default/files/walletcard.pdf\" target=\"_blank\" rel=\"noopener\">guide to the most mercury laden fish</a>. Avoid the moderate to high categories that include tuna, orange roughy and grouper.\r\n\r\n<strong>BPA</strong> is found in plastics and our most commonly ingested source is canned goods, because the cans contain a plastic liner. Crinnion said the most BPA is found in canned soups and acidic foods, like tomatoes. Avoid canned food in general, but definitely eliminate those.\r\n\r\n<strong>Solvents</strong> are found in alcohol, of course, but also in some microwave safe dishes and plastic wrapped foods.\r\n\r\nTo avoid <strong>air pollutants</strong>, Crinnion recommended everyone get a HEPA air filter, at least for the bedroom. Toxins adhere to dust and since we spend more hours in the bedroom sleeping than the rest of the house, a filter in that room is a priority.\r\n\r\n<strong>Formaldehyde</strong> often is in new building materials, so an outgassing period is recommended. But I was surprised to learn that it is often found in facial creams. Not only that, but personal care products can be sources of lead (red lipstick) and solvents (acrylic nails, nail polish and remover). And, of course, phalates, which were mentioned earlier. (It pays to buy clean skin care products like Derma-e or Aubrey lotions and Gabriel Cosmetics!)\r\n<h3>How Else Can We Reduce Neuroinflammation?</h3>\r\nIn addition to avoiding the bad guys, we need to take actions that are documented to reduce neuroinflammation:\r\n\r\nâ€¢ <strong>Follow a Mediterranean Diet</strong>Â -- high in anti-inflammatory vegetables, olive oil and fish oil. <a href=\"http://www.mayoclinic.org/healthy-lifestyle/nutrition-and-healthy-eating/in-depth/mediterranean-diet/art-20047801\" target=\"_blank\" rel=\"noopener\">Learn more</a>.\r\n\r\nâ€¢ <strong>Eat more polyphenols</strong> -- found in red, blue, purple foods, such as elderberrys, blueberrys, cherries (get organic), strawberries (get organic), blackberries, dark chocolate, black tea, green tea, red wine, etc.\r\n\r\nâ€¢ <strong>Eat more carotenoids</strong> â€“ beta-carotene, lutein, zeaxanthin, lycopene, astaxanthin. Found in yellow, orange and red foods.\r\n\r\n<strong>â€¢ Ingest probiotics</strong> â€“ these improve both brain and intestinal inflammation.\r\n\r\n<strong>â€¢ Take botanical medicines</strong> â€“ Licorice, ginseng and ginkgo all have studies reducing neuroinflammation.\r\n\r\n<strong>â€¢ Move more &amp; just be</strong> -- exercise, yoga and meditation all have studies reducing neuroinflammation.\r\n\r\nWow! After being totally bummed thinking about how much toxic exposure we all get every day and all the damage toxins can do, I walked out of Crinnionâ€™s final lecture heartened that there are so many easy things we can incorporate into our lifestyles to improve our health. I hope youâ€™re encouraged, too!\r\n\r\n&nbsp;\r\n\r\n<strong>Â </strong>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"952\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Brain On Fire!','SagaPro to the rescue!','inherit','closed','closed','','956-revision-v1','','','2017-06-20 16:25:06','2017-06-20 21:25:06','',956,'http://74.124.197.205/~ruthsnut/956-revision-v1/',0,'revision','',0),(958,2,'2017-06-20 16:25:45','2017-06-20 21:25:45','','Brain in flames 600X500','','inherit','open','closed','','brain-in-flames-600x500','','','2017-06-20 16:25:45','2017-06-20 21:25:45','',956,'http://74.124.197.205/~ruthsnut/wp-content/uploads/2017/06/Brain-in-flames-600X500.jpg',0,'attachment','image/jpeg',0),(959,2,'2017-06-20 16:27:44','2017-06-20 21:27:44','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Neuroinflammation is More Common Than You Think</h2>\r\nBy Sue Cummings\r\n\r\nI just got back from the Medicines from the Earth conference in Black Mountain, N.C., and there was one presentation I especially want to share. Walter Crinnion, N.D. and a well-known expert in environmental medicine, presented a two-part talk on neuroinflammation. I had no idea how many of us had brains on fire!\r\n\r\nAccording to Crinnion, brain inflammation is associated with chronic pain (any location on the body), cognitive decline, mood disorders, ADHD, autism, bi-polarity, MS, ALS, Alzheimerâ€™s, Parkinsonâ€™s, seizures and the period following a stroke. Causes of brain inflammation are broad: elevated blood sugar, stress (traumatic brain injury, PTSD), environmental toxins, and sadly endotoxicity. Thatâ€™s a state where toxins are produced by bacteria, bacteria that tend to proliferate when we eat the Standard American Diet (SAD) or have fatty liver disease.\r\n\r\nEndotoxicity increases inflammation all over the body and is associated with increased gut permeability (leaky gut), obesity, type 2 diabetes, fatty liver, cardiovascular disease and a reduction in glutathione. The latter is extremely important because glutathione is the bodyâ€™s major antioxidant. Low levels of glutathione are associated with almost all diseases, everything from allergies, autoimmune disease, to Alzheimerâ€™s. <a href=\"https://glutathioneforhealth.wordpress.com/2011/12/24/low-glutathione-levels/\" target=\"_blank\" rel=\"noopener\">Learn more</a>.\r\n\r\nOther substances also lower glutathione: alcohol, toluene &amp; benzene (outgassing memory foam mattresses), mercury (fish), lead (old paint, lipstick!), phalates (skin care products, vinyl floors, plastics), mycotoxins (mold) and pesticides (non-organic food). (Phalates are also associated with obesity. Crinnion said the higher the bodyâ€™s phalate level, the larger the belt size!)\r\n\r\nWhen it comes to environmental toxins documented to cause neuroinflammation, there are many. The list includes urban air pollution, organophosphate pesticides, chlorinated pesticides (dieldrin), mercury, lead, solvents (including alcohol), formaldehyde, cigarette smoke, PCBs and bisphenol A (BPA). In other words, everyone is exposed from multiple sources.\r\n<h3>What can we do to protect ourselves?</h3>\r\nFirst, avoid the above bad guys.\r\n\r\nFor non-farm workers, the largest source of <strong>pesticide</strong> exposure usually is food. Not everyone can afford to eat all organic, but at least try to avoid the most highly sprayed foods. The Environmental Working Group publishes a yearly guide to the <a href=\"https://www.ewg.org/foodnews/\" target=\"_blank\" rel=\"noopener\">Dirty Dozen</a> and the Clean 15, the foods most and least pesticide laden.\r\n\r\n<strong>PCBs</strong> are found mostly in farmed salmon (buy only wild Alaskan salmon) and sardines. (Crinnion said he suspected anchovies and herring were high in PCBs as well, but he has found no tests to verify that so far.)\r\n\r\nOur biggest source of <strong>mercury</strong> also is from fish. Natural Resources Defense Council publishes a <a href=\"https://www.nrdc.org/sites/default/files/walletcard.pdf\" target=\"_blank\" rel=\"noopener\">guide to the most mercury laden fish</a>. Avoid the moderate to high categories that include tuna, orange roughy and grouper.\r\n\r\n<strong>BPA</strong> is found in plastics and our most commonly ingested source is canned goods, because the cans contain a plastic liner. Crinnion said the most BPA is found in canned soups and acidic foods, like tomatoes. Avoid canned food in general, but definitely eliminate those.\r\n\r\n<strong>Solvents</strong> are found in alcohol, of course, but also in some microwave safe dishes and plastic wrapped foods.\r\n\r\nTo avoid <strong>air pollutants</strong>, Crinnion recommended everyone get a HEPA air filter, at least for the bedroom. Toxins adhere to dust and since we spend more hours in the bedroom sleeping than the rest of the house, a filter in that room is a priority.\r\n\r\n<strong>Formaldehyde</strong> often is in new building materials, so an outgassing period is recommended. But I was surprised to learn that it is often found in facial creams. Not only that, but personal care products can be sources of lead (red lipstick) and solvents (acrylic nails, nail polish and remover). And, of course, phalates, which were mentioned earlier. (It pays to buy clean skin care products like Derma-e or Aubrey lotions and Gabriel Cosmetics!)\r\n<h3>How Else Can We Reduce Neuroinflammation?</h3>\r\nIn addition to avoiding the bad guys, we need to take actions that are documented to reduce neuroinflammation:\r\n\r\nâ€¢ <strong>Follow a Mediterranean Diet</strong>Â -- high in anti-inflammatory vegetables, olive oil and fish oil. <a href=\"http://www.mayoclinic.org/healthy-lifestyle/nutrition-and-healthy-eating/in-depth/mediterranean-diet/art-20047801\" target=\"_blank\" rel=\"noopener\">Learn more</a>.\r\n\r\nâ€¢ <strong>Eat more polyphenols</strong> -- found in red, blue, purple foods, such as elderberrys, blueberrys, cherries (get organic), strawberries (get organic), blackberries, dark chocolate, black tea, green tea, red wine, etc.\r\n\r\nâ€¢ <strong>Eat more carotenoids</strong> â€“ beta-carotene, lutein, zeaxanthin, lycopene, astaxanthin. Found in yellow, orange and red foods.\r\n\r\n<strong>â€¢ Ingest probiotics</strong> â€“ these improve both brain and intestinal inflammation.\r\n\r\n<strong>â€¢ Take botanical medicines</strong> â€“ Licorice, ginseng and ginkgo all have studies reducing neuroinflammation.\r\n\r\n<strong>â€¢ Move more &amp; just be</strong> -- exercise, yoga and meditation all have studies reducing neuroinflammation.\r\n\r\nWow! After being totally bummed thinking about how much toxic exposure we all get every day and all the damage toxins can do, I walked out of Crinnionâ€™s final lecture heartened that there are so many easy things we can incorporate into our lifestyles to improve our health. I hope youâ€™re encouraged, too!\r\n\r\n&nbsp;\r\n\r\n<strong>Â </strong>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"958\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Brain On Fire!','Learn how to lower inflammation.','inherit','closed','closed','','956-revision-v1','','','2017-06-20 16:27:44','2017-06-20 21:27:44','',956,'http://74.124.197.205/~ruthsnut/956-revision-v1/',0,'revision','',0),(960,2,'2017-06-20 16:29:58','2017-06-20 21:29:58','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Neuroinflammation is Not Uncommon</h2>\r\nBy Sue Cummings\r\n\r\nI just got back from the Medicines from the Earth conference in Black Mountain, N.C., and there was one presentation I especially want to share. Walter Crinnion, N.D. and a well-known expert in environmental medicine, presented a two-part talk on neuroinflammation. I had no idea how many of us had brains on fire!\r\n\r\nAccording to Crinnion, brain inflammation is associated with chronic pain (any location on the body), cognitive decline, mood disorders, ADHD, autism, bi-polarity, MS, ALS, Alzheimerâ€™s, Parkinsonâ€™s, seizures and the period following a stroke. Causes of brain inflammation are broad: elevated blood sugar, stress (traumatic brain injury, PTSD), environmental toxins, and sadly endotoxicity. Thatâ€™s a state where toxins are produced by bacteria, bacteria that tend to proliferate when we eat the Standard American Diet (SAD) or have fatty liver disease.\r\n\r\nEndotoxicity increases inflammation all over the body and is associated with increased gut permeability (leaky gut), obesity, type 2 diabetes, fatty liver, cardiovascular disease and a reduction in glutathione. The latter is extremely important because glutathione is the bodyâ€™s major antioxidant. Low levels of glutathione are associated with almost all diseases, everything from allergies, autoimmune disease, to Alzheimerâ€™s. <a href=\"https://glutathioneforhealth.wordpress.com/2011/12/24/low-glutathione-levels/\" target=\"_blank\" rel=\"noopener\">Learn more</a>.\r\n\r\nOther substances also lower glutathione: alcohol, toluene &amp; benzene (outgassing memory foam mattresses), mercury (fish), lead (old paint, lipstick!), phalates (skin care products, vinyl floors, plastics), mycotoxins (mold) and pesticides (non-organic food). (Phalates are also associated with obesity. Crinnion said the higher the bodyâ€™s phalate level, the larger the belt size!)\r\n\r\nWhen it comes to environmental toxins documented to cause neuroinflammation, there are many. The list includes urban air pollution, organophosphate pesticides, chlorinated pesticides (dieldrin), mercury, lead, solvents (including alcohol), formaldehyde, cigarette smoke, PCBs and bisphenol A (BPA). In other words, everyone is exposed from multiple sources.\r\n<h3>What can we do to protect ourselves?</h3>\r\nFirst, avoid the above bad guys.\r\n\r\nFor non-farm workers, the largest source of <strong>pesticide</strong> exposure usually is food. Not everyone can afford to eat all organic, but at least try to avoid the most highly sprayed foods. The Environmental Working Group publishes a yearly guide to the <a href=\"https://www.ewg.org/foodnews/\" target=\"_blank\" rel=\"noopener\">Dirty Dozen</a> and the Clean 15, the foods most and least pesticide laden.\r\n\r\n<strong>PCBs</strong> are found mostly in farmed salmon (buy only wild Alaskan salmon) and sardines. (Crinnion said he suspected anchovies and herring were high in PCBs as well, but he has found no tests to verify that so far.)\r\n\r\nOur biggest source of <strong>mercury</strong> also is from fish. Natural Resources Defense Council publishes a <a href=\"https://www.nrdc.org/sites/default/files/walletcard.pdf\" target=\"_blank\" rel=\"noopener\">guide to the most mercury laden fish</a>. Avoid the moderate to high categories that include tuna, orange roughy and grouper.\r\n\r\n<strong>BPA</strong> is found in plastics and our most commonly ingested source is canned goods, because the cans contain a plastic liner. Crinnion said the most BPA is found in canned soups and acidic foods, like tomatoes. Avoid canned food in general, but definitely eliminate those.\r\n\r\n<strong>Solvents</strong> are found in alcohol, of course, but also in some microwave safe dishes and plastic wrapped foods.\r\n\r\nTo avoid <strong>air pollutants</strong>, Crinnion recommended everyone get a HEPA air filter, at least for the bedroom. Toxins adhere to dust and since we spend more hours in the bedroom sleeping than the rest of the house, a filter in that room is a priority.\r\n\r\n<strong>Formaldehyde</strong> often is in new building materials, so an outgassing period is recommended. But I was surprised to learn that it is often found in facial creams. Not only that, but personal care products can be sources of lead (red lipstick) and solvents (acrylic nails, nail polish and remover). And, of course, phalates, which were mentioned earlier. (It pays to buy clean skin care products like Derma-e or Aubrey lotions and Gabriel Cosmetics!)\r\n<h3>How Else Can We Reduce Neuroinflammation?</h3>\r\nIn addition to avoiding the bad guys, we need to take actions that are documented to reduce neuroinflammation:\r\n\r\nâ€¢ <strong>Follow a Mediterranean Diet</strong>Â -- high in anti-inflammatory vegetables, olive oil and fish oil. <a href=\"http://www.mayoclinic.org/healthy-lifestyle/nutrition-and-healthy-eating/in-depth/mediterranean-diet/art-20047801\" target=\"_blank\" rel=\"noopener\">Learn more</a>.\r\n\r\nâ€¢ <strong>Eat more polyphenols</strong> -- found in red, blue, purple foods, such as elderberrys, blueberrys, cherries (get organic), strawberries (get organic), blackberries, dark chocolate, black tea, green tea, red wine, etc.\r\n\r\nâ€¢ <strong>Eat more carotenoids</strong> â€“ beta-carotene, lutein, zeaxanthin, lycopene, astaxanthin. Found in yellow, orange and red foods.\r\n\r\n<strong>â€¢ Ingest probiotics</strong> â€“ these improve both brain and intestinal inflammation.\r\n\r\n<strong>â€¢ Take botanical medicines</strong> â€“ Licorice, ginseng and ginkgo all have studies reducing neuroinflammation.\r\n\r\n<strong>â€¢ Move more &amp; just be</strong> -- exercise, yoga and meditation all have studies reducing neuroinflammation.\r\n\r\nWow! After being totally bummed thinking about how much toxic exposure we all get every day and all the damage toxins can do, I walked out of Crinnionâ€™s final lecture heartened that there are so many easy things we can incorporate into our lifestyles to improve our health. I hope youâ€™re encouraged, too!\r\n\r\n&nbsp;\r\n\r\n<strong>Â </strong>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"958\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Brain On Fire!','Learn how to lower inflammation.','inherit','closed','closed','','956-revision-v1','','','2017-06-20 16:29:58','2017-06-20 21:29:58','',956,'http://74.124.197.205/~ruthsnut/956-revision-v1/',0,'revision','',0),(961,2,'2017-06-20 16:33:18','2017-06-20 21:33:18','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Essential Oils to the Rescue!</h2>\r\nTick and mosquito season definitely is here! If you donâ€™t want to spray your family with some of the harmful chemicals found in commercial insect repellents, weâ€™ve got some ideas on how to make your own. This is an area where essential oils shine!\r\n\r\nFor basic bug sprays there are several oils that work well. Choose from citronella, geranium, clove, lemongrass, rosemary, tea tree, cajeput, eucalyptus, cedar, catnip, lavender and mint. But donâ€™t put the essential oils directly on your skin. Instead mix up a carrier blend that can be sprayed on your skin or clothes. You can find countless examples of how to do it online. Hereâ€™s a recipe from <a href=\"https://wellnessmama.com/2565/homemade-bug-spray/\" target=\"_blank\" rel=\"noopener\">Wellness Mama</a>:\r\n<ol>\r\n 	<li>Fill 8 oz. spray bottle Â½ full with distilled or boiled water</li>\r\n 	<li>Add Â½ tsp vegetable glycerin (to make it stick to surfaces better, optional)</li>\r\n 	<li>Add 30-50 drops essential oils (Wellness Mama prefers mixing Rosemary, Clove, Cajeput, Lavender, Cinnamon and Eucalyptus.)</li>\r\n 	<li>Add witch hazel to fill the bottle</li>\r\n</ol>\r\nOthers choose to use just citronella or geranium oil with good results.<a href=\"https://www.mommypotamus.com/natural-tick-repellent-recipe/\" target=\"_blank\" rel=\"noopener\"> Click here.</a> Â Some replace the water with vinegar to improve skin pH. <a href=\"https://draxe.com/homemade-bug-spray/\" target=\"_blank\" rel=\"noopener\">Click here</a>. Â To get even more variations, check out these sites: <a href=\"http://dontwastethecrumbs.com/2015/05/homemade-bug-repellent-essential-oils/\" target=\"_blank\" rel=\"noopener\">Don\'t Waste The Crumbs</a>, <a href=\"http://tasty-yummies.com/homemade-essential-oil-insect-repellent-spray/\" target=\"_blank\" rel=\"noopener\">Tasty-Yummies</a>, <a href=\"http://www.primallyinspired.com/favorites-how-to-make-a-homemade-bug-repellent-oil-easy-essential-oils/\" target=\"_blank\" rel=\"noopener\">Primally Inspired</a>, <a href=\"http://www.scratchmommy.com/bye-bye-bugs-especially-mosquitoes/\" target=\"_blank\" rel=\"noopener\">ScratchMommy</a>, <a href=\"https://yurielkaim.com/bug-bite-remedies/\" target=\"_blank\" rel=\"noopener\">Yuriel Kaim</a>.\r\n\r\nWith all these options to try, itâ€™s definitely time to break out your essential oils and start experimenting!\r\n\r\n&nbsp;\r\n\r\n<strong>Â </strong>\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"952\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Clean & Mean DIY Bug Sprays','Essential oils save the day!','inherit','closed','closed','','951-revision-v1','','','2017-06-20 16:33:18','2017-06-20 21:33:18','',951,'http://74.124.197.205/~ruthsnut/951-revision-v1/',0,'revision','',0),(962,2,'2017-06-20 16:33:34','2017-06-20 21:33:34','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Essential Oils to the Rescue!</h2>\r\nTick and mosquito season definitely is here! If you donâ€™t want to spray your family with some of the harmful chemicals found in commercial insect repellents, weâ€™ve got some ideas on how to make your own. This is an area where essential oils shine!\r\n\r\nFor basic bug sprays there are several oils that work well. Choose from citronella, geranium, clove, lemongrass, rosemary, tea tree, cajeput, eucalyptus, cedar, catnip, lavender and mint. But donâ€™t put the essential oils directly on your skin. Instead mix up a carrier blend that can be sprayed on your skin or clothes. You can find countless examples of how to do it online. Hereâ€™s a recipe from <a href=\"https://wellnessmama.com/2565/homemade-bug-spray/\" target=\"_blank\" rel=\"noopener\">Wellness Mama</a>:\r\n<ol>\r\n 	<li>Fill 8 oz. spray bottle Â½ full with distilled or boiled water</li>\r\n 	<li>Add Â½ tsp vegetable glycerin (to make it stick to surfaces better, optional)</li>\r\n 	<li>Add 30-50 drops essential oils (Wellness Mama prefers mixing Rosemary, Clove, Cajeput, Lavender, Cinnamon and Eucalyptus.)</li>\r\n 	<li>Add witch hazel to fill the bottle</li>\r\n</ol>\r\nOthers choose to use just citronella or geranium oil with good results.<a href=\"https://www.mommypotamus.com/natural-tick-repellent-recipe/\" target=\"_blank\" rel=\"noopener\"> Click here.</a> Â Some replace the water with vinegar to improve skin pH. <a href=\"https://draxe.com/homemade-bug-spray/\" target=\"_blank\" rel=\"noopener\">Click here</a>. Â To get even more variations, check out these sites: <a href=\"http://dontwastethecrumbs.com/2015/05/homemade-bug-repellent-essential-oils/\" target=\"_blank\" rel=\"noopener\">Don\'t Waste The Crumbs</a>, <a href=\"http://tasty-yummies.com/homemade-essential-oil-insect-repellent-spray/\" target=\"_blank\" rel=\"noopener\">Tasty-Yummies</a>, <a href=\"http://www.primallyinspired.com/favorites-how-to-make-a-homemade-bug-repellent-oil-easy-essential-oils/\" target=\"_blank\" rel=\"noopener\">Primally Inspired</a>, <a href=\"http://www.scratchmommy.com/bye-bye-bugs-especially-mosquitoes/\" target=\"_blank\" rel=\"noopener\">ScratchMommy</a>, <a href=\"https://yurielkaim.com/bug-bite-remedies/\" target=\"_blank\" rel=\"noopener\">Yuriel Kaim</a>.\r\n\r\nWith all these options to try, itâ€™s definitely time to break out your essential oils and start experimenting!\r\n\r\n&nbsp;\r\n\r\n<strong>Â </strong>\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"952\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Clean & Mean DIY Bug Sprays','Essential oils save the day!','inherit','closed','closed','','951-autosave-v1','','','2017-06-20 16:33:34','2017-06-20 21:33:34','',951,'http://74.124.197.205/~ruthsnut/951-autosave-v1/',0,'revision','',0),(963,2,'2017-06-20 16:35:17','2017-06-20 21:35:17','[vc_row][vc_column width=\"1/3\"][vc_single_image image=\"949\" img_size=\"full\" alignment=\"center\" css_animation=\"appear\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Gabriel Cosmetics Demo</h2>\r\nNowâ€™s your chance to get expert advice on choosing and using Gabriel Cosmetics! Andrea Turner, licensed aesthetician and makeup artist will be demonstrating Gabriel Cosmetics and nail polish Thursday, June 15 from 3-5:30 p.m. Space is limited, so please call the store (256-883-4127) to reserve your spot!\r\n\r\nNot only will Andrea be doing consulting and applications, sheâ€™ll help you customize your makeup to best fit your lifestyle! Youâ€™ll get to experiment with powders, foundation, lipsticks, blushes, nail polish and more! And youâ€™ll know that when you choose Gabriel, youâ€™re choosing clean products. The entire collection contains only 100% natural ingredients. That means no parabens, gluten, lead, coal tar derivatives, FD&amp;C coloring agents, mineral oil, talc, lanolin, propylene glycol, hydrogenated oils, carmine, nano- or micro-sized particles. This stuff is good for your skin!\r\n\r\nBut weâ€™ve saved the best news for last. The entire Gabriel collection is on sale during the month of June! So go ahead, call us (256-883-4127) and reserve your spot to be pampered!\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','Kiss & MakeUp','You don\'t want to miss this!','inherit','closed','closed','','947-revision-v1','','','2017-06-20 16:35:17','2017-06-20 21:35:17','',947,'http://74.124.197.205/~ruthsnut/947-revision-v1/',0,'revision','',0),(965,2,'2017-07-03 11:20:28','2017-07-03 16:20:28','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Good For Much More Than Your Gut!</h2>\r\nHippocrates said all disease begins in the gut. We now know he was mostly right. Whatever your health condition â€“ asthma, psoriasis, thyroid disease, irritable bowel, etc. â€“ improving your gut health often can improve your symptoms. Thatâ€™s why probiotics are so important.\r\n\r\nThese beneficial bacteria play a key role in keeping your digestive system happy. When itâ€™s unhappy, when itâ€™s inflamed, things get ugly. Inflammation in the gut can travel throughout the body, inflaming joints, skin, arteries and even your brain. Thatâ€™s why an unhappy gut can have such far-ranging effects.\r\n\r\nStudies show probiotics can improve allergies, mental health problems, obesity, diarrhea (caused by antibiotics or infection), <a href=\"https://www.livescience.com/35945-probiotics-good-bacteria-inflammation.html\" target=\"_blank\" rel=\"noopener\">inflammation </a>, eczema, Crohnâ€™s disease, ulcerative colitis, immunity, inflammatory <a href=\"http://www.arthritis.org/living-with-arthritis/arthritis-diet/healthy-eating/guide-to-probiotics.php\" target=\"_blank\" rel=\"noopener\">arthritis,Â </a>upper respiratory infections and even <a href=\"https://authoritynutrition.com/8-health-benefits-of-probiotics/\" target=\"_blank\" rel=\"noopener\">weight loss</a>.\r\n\r\nYou can get probiotics into your system by taking supplements or eating fermented food. At Ruthâ€™s we sell <a href=\"http://74.124.197.205/~ruthsnut/power-up-your-health/\" target=\"_blank\" rel=\"noopener\">Perfect Pickler kits</a>Â so you can make your own health-promoting sauerkraut, pickles, etc., as well as multiple lines of probiotic supplements. We offer a wide variety to give customers plenty of choices. Because studies show diversity in the microbiome is good, we recommend people rotate their probiotics, periodically changing up brands in order to ingest different combinations of probiotic species.\r\n\r\nYou can learn more <a href=\"https://authoritynutrition.com/does-all-disease-begin-in-the-gut/\" target=\"_blank\" rel=\"noopener\">hereÂ </a>Â and <a href=\"https://draxe.com/probiotics-benefits-foods-supplements/\" target=\"_blank\" rel=\"noopener\">here.</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>Â </strong>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"966\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Beneficial Bacteria','Probiotics can improve allergies, eczema, arthritis and more!','publish','closed','open','','beneficial-bacteria','','','2017-07-03 11:20:28','2017-07-03 16:20:28','',0,'http://74.124.197.205/~ruthsnut/?p=965',0,'post','',0),(966,2,'2017-07-03 11:03:51','2017-07-03 16:03:51','','Beneficial bacteria 600X443','','inherit','open','closed','','beneficial-bacteria-600x443','','','2017-07-03 11:03:51','2017-07-03 16:03:51','',965,'http://74.124.197.205/~ruthsnut/wp-content/uploads/2017/07/Beneficial-bacteria-600X443.jpg',0,'attachment','image/jpeg',0),(967,2,'2017-07-03 11:18:04','2017-07-03 16:18:04','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Good For Much More Than Your Gut!</h2>\r\nHippocrates said all disease begins in the gut. We now know he was mostly right. Whatever your health condition â€“ asthma, psoriasis, thyroid disease, irritable bowel, etc. â€“ improving your gut health often can improve your symptoms. Thatâ€™s why probiotics are so important.\r\n\r\nThese beneficial bacteria play a key role in keeping your digestive system happy. When itâ€™s unhappy, when itâ€™s inflamed, things get ugly. Inflammation in the gut can travel throughout the body, inflaming joints, skin, arteries and even your brain. Thatâ€™s why an unhappy gut can have such far-ranging effects.\r\n\r\nStudies show probiotics can improve allergies, mental health problems, obesity, diarrhea (caused by antibiotics or infection), <a href=\"https://www.livescience.com/35945-probiotics-good-bacteria-inflammation.html\" target=\"_blank\" rel=\"noopener\">inflammation </a>, eczema, Crohnâ€™s disease, ulcerative colitis, immunity, inflammatory <a href=\"http://www.arthritis.org/living-with-arthritis/arthritis-diet/healthy-eating/guide-to-probiotics.php\" target=\"_blank\" rel=\"noopener\">arthritis,Â </a>upper respiratory infections and even <a href=\"https://authoritynutrition.com/8-health-benefits-of-probiotics/\" target=\"_blank\" rel=\"noopener\">weight loss</a>.\r\n\r\nYou can get probiotics into your system by taking supplements or eating fermented food. At Ruthâ€™s we sell <a href=\"http://74.124.197.205/~ruthsnut/power-up-your-health/\" target=\"_blank\" rel=\"noopener\">Perfect Pickler kits</a>Â so you can make your own health-promoting sauerkraut, pickles, etc., as well as multiple lines of probiotic supplements. We offer a wide variety to give customers plenty of choices. Because studies show diversity in the microbiome is good, we recommend people rotate their probiotics, periodically changing up brands in order to ingest different combinations of probiotic species.\r\n\r\nYou can learn more <a href=\"https://authoritynutrition.com/does-all-disease-begin-in-the-gut/\" target=\"_blank\" rel=\"noopener\">hereÂ </a>Â and <a href=\"https://draxe.com/probiotics-benefits-foods-supplements/\" target=\"_blank\" rel=\"noopener\">here.</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>Â </strong>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"966\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Beneficial Bacteria','Probiotics can improve allergies, eczema, arthritis and more!','inherit','closed','closed','','965-revision-v1','','','2017-07-03 11:18:04','2017-07-03 16:18:04','',965,'http://74.124.197.205/~ruthsnut/965-revision-v1/',0,'revision','',0),(968,2,'2017-07-06 14:20:21','2017-07-06 19:20:21','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Great Products @ Great Prices!</h2>\r\nJuly sales include:\r\n\r\n<strong>NEW CHAPTER</strong> â€“ Bone Strength, Omega 7, Zyflamend, Holy Basil &amp; more!\r\n\r\n<strong>CARLSONS</strong> - Fine fish oils in capsules &amp; liquids.\r\n\r\n<strong>ACURE SHAMPOOS</strong> â€“ All natural shampoos &amp; conditioners.\r\n\r\n<strong>LIFE-FLO MAGNESIUM LOTION</strong> - Great for aches and pains.\r\n\r\n<strong>MYKIND ORGANICS GUMMY MULTIVITAMINS</strong> - For men, women, prenatal and children.\r\n\r\n<strong>SELECT DR. FORMULATED PROBIOTICS</strong> - Formulated by Dr. David Perlmutter especially for Garden of Life\r\n\r\n<strong>Â </strong>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"834\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','July Sales!','Great products @ great prices!','publish','closed','open','','july-sales','','','2017-07-06 14:20:21','2017-07-06 19:20:21','',0,'http://74.124.197.205/~ruthsnut/?p=968',0,'post','',0),(969,2,'2017-07-06 14:19:12','2017-07-06 19:19:12','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Great Products @ Great Prices!</h2>\r\nJuly sales include:\r\n\r\n<strong>NEW CHAPTER</strong> â€“ Bone Strength, Omega 7, Zyflamend, Holy Basil &amp; more!\r\n\r\n<strong>CARLSONS</strong> - Fine fish oils in capsules &amp; liquids.\r\n\r\n<strong>ACURE SHAMPOOS</strong> â€“ All natural shampoos &amp; conditioners.\r\n\r\n<strong>LIFE-FLO MAGNESIUM LOTION</strong> - Great for aches and pains.\r\n\r\n<strong>MYKIND ORGANICS GUMMY MULTIVITAMINS</strong> - For men, women, prenatal and children.\r\n\r\n<strong>SELECT DR. FORMULATED PROBIOTICS</strong> - Formulated by Dr. David Perlmutter especially for Garden of Life\r\n\r\n<strong>Â </strong>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"834\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','July Sales!','Great products @ great prices!','inherit','closed','closed','','968-revision-v1','','','2017-07-06 14:19:12','2017-07-06 19:19:12','',968,'http://74.124.197.205/~ruthsnut/968-revision-v1/',0,'revision','',0);
INSERT INTO `wp3l_posts` VALUES (972,2,'2017-07-26 14:58:21','2017-07-26 19:58:21','[vc_row][vc_column width=\"2/3\"][vc_column_text]By Sue Cummings\r\n\r\nIâ€™ve been talking with a lot of customers lately who, like me, suffer from irritable bowel syndrome, hypothyroid and multiple food sensitivities â€“ all signs of a â€œ<a href=\"https://www.mindbodygreen.com/0-10908/9-signs-you-have-a-leaky-gut.html\" target=\"_blank\" rel=\"noopener\">leaky gut</a>.â€ Iâ€™ve been working with a whole food diet, lots of fermented foods, fiber and probiotic supplements, but the healing process can be slow. Frustrated, I kept looking for answers and I think Iâ€™ve found a good one. Itâ€™s called butyrate.\r\n\r\nButyrate is a short chain fatty acid with some amazing research results, though many of the studies are small or on mice. Nonetheless, results show that butyrate can <a href=\"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4027835/\" target=\"_blank\" rel=\"noopener\">reduce pain</a> and other symptoms of irritable bowel,Â improve the <a href=\"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2728689/\" target=\"_blank\" rel=\"noopener\">intestinal barrier</a> (thereby reducing leaky gut), <a href=\"https://clinicalepigeneticsjournal.biomedcentral.com/articles/10.1186/1868-7083-4-4\" target=\"_blank\" rel=\"noopener\">reduce inflammation</a> in the bowel, improve <a href=\"https://www.ncbi.nlm.nih.gov/pubmed/16225487\" target=\"_blank\" rel=\"noopener\">Crohnâ€™s disease</a> (a form of inflammatory bowel disease),Â and may help with <a href=\"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2699871/\" target=\"_blank\" rel=\"noopener\">weight loss</a> and insulin resistance!\r\n\r\nWith a list like that how could I not try it? So Iâ€™ve been experimenting for a couple of months now and Iâ€™m really pleased with my results. In general my once common IBS symptoms are few and far between, my food reactions are far less severe, and, best of all, my days of head-to-toe body pain are completely gone. Iâ€™m sold!\r\n\r\nThat said, this supplement may not be for everyone. The bad news is it stinks, rather like really smelly cheese. I usually swallow my pills then wash my hands. For me, dealing with an unpleasant smell seems a small price to pay in exchange becoming pain free. (Iâ€™m <em>not</em> saying this will work on any kind of pain. But if your pain stems from gut inflammation â€“ think autoimmune diseases, IBS, food sensitivities, maybe even fibromyalgia â€“ I think butyrate is worth trying.)\r\n\r\nThere is one other thing. Butyrate occurs naturally in our guts, provided we have enough good guy bacteria and we feed them plenty of fiber. I chose a butyrate supplement because I found the above process too slow and unreliable. Iâ€™d been trying to eat plenty of fiber for years and never got the results Iâ€™ve achieved in just a couple of months of butyrate supplementation. And because of those results, we\'ve decided to offer butyrate for sale at Ruth\'s. I\'d love for some of our customers to try it for a month or two and give me feedback.\r\n\r\nIf you want to learn more, click <a href=\"https://link.springer.com/article/10.1007/s11745-012-3680-3\" target=\"_blank\" rel=\"noopener\">here</a>, <a href=\"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4604320/\" target=\"_blank\" rel=\"noopener\">here</a>Â and <a href=\"https://draxe.com/butyric-acid/\" target=\"_blank\" rel=\"noopener\">here</a>.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>Â </strong>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"982\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Butyrate: Good For Your Gut','Butyrate helps with IBS, Crohn\'s, food sensitivities, pain & even weight loss!','publish','closed','open','','butyrate-good-for-your-gut','','','2017-08-02 05:22:51','2017-08-02 10:22:51','',0,'https://ruthsnutrition.gsg-host.com/?p=971',0,'post','',0),(979,2,'2017-07-31 15:38:32','2017-07-31 20:38:32','[vc_row][vc_column width=\"1/3\"][vc_single_image image=\"980\" img_size=\"full\" alignment=\"center\" css_animation=\"appear\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>You deserve to be pampered!</h2>\r\nWe had so much fun the last time we did this, weâ€™re doing it again! Andrea Turner, licensed aesthetician and makeup artist will be demonstrating Gabriel Cosmetics <strong>Tuesday, Aug. 29 from 11 a.m-3 p.m.</strong> Andrea has requested that we schedule 30-minute appointments, so she can give each customer adequate attention. That means space is limited. Call the store (256-883-4127) to reserve your spot soon!\r\n\r\nNot only will Andrea be doing consulting and applications, sheâ€™ll help you customize your makeup to best fit your lifestyle. Youâ€™ll get to experiment with powders, foundation, lipsticks, blushes, and more! And youâ€™ll know that when you choose Gabriel, youâ€™re choosing clean products. The entire collection contains only 100% natural ingredients. That means no parabens, gluten, lead, coal tar derivatives, FD&amp;C coloring agents, mineral oil, talc, lanolin, propylene glycol, hydrogenated oils, carmine, nano- or micro-sized particles. This stuff is good for your skin!\r\n\r\nBut weâ€™ve saved the best news for last. <strong>The entire Gabriel makeup collection is on sale during the month of August!</strong> So go ahead, <strong>call us (256-883-4127) &amp; reserve your spot to be pampered!</strong>\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','Gabriel Cosmetics Demo','We\'re gonna have so much fun!','publish','closed','open','','gabriel-cosmetics-demo','','','2017-08-01 19:44:42','2017-08-02 00:44:42','',0,'https://ruthsnutrition.gsg-host.com/?p=979',0,'post','',0),(980,2,'2017-08-01 19:44:24','2017-08-02 00:44:24','','Gabriel-cosmetics-brushes-600X600','','inherit','open','closed','','gabriel-cosmetics-brushes-600x600','','','2017-08-01 19:44:24','2017-08-02 00:44:24','',979,'http://74.124.197.205/~ruthsnut/wp-content/uploads/2017/07/Gabriel-cosmetics-brushes-600X600.jpg',0,'attachment','image/jpeg',0),(981,2,'2017-08-01 19:44:42','2017-08-02 00:44:42','[vc_row][vc_column width=\"1/3\"][vc_single_image image=\"980\" img_size=\"full\" alignment=\"center\" css_animation=\"appear\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>You deserve to be pampered!</h2>\r\nWe had so much fun the last time we did this, weâ€™re doing it again! Andrea Turner, licensed aesthetician and makeup artist will be demonstrating Gabriel Cosmetics <strong>Tuesday, Aug. 29 from 11 a.m-3 p.m.</strong> Andrea has requested that we schedule 30-minute appointments, so she can give each customer adequate attention. That means space is limited. Call the store (256-883-4127) to reserve your spot soon!\r\n\r\nNot only will Andrea be doing consulting and applications, sheâ€™ll help you customize your makeup to best fit your lifestyle. Youâ€™ll get to experiment with powders, foundation, lipsticks, blushes, and more! And youâ€™ll know that when you choose Gabriel, youâ€™re choosing clean products. The entire collection contains only 100% natural ingredients. That means no parabens, gluten, lead, coal tar derivatives, FD&amp;C coloring agents, mineral oil, talc, lanolin, propylene glycol, hydrogenated oils, carmine, nano- or micro-sized particles. This stuff is good for your skin!\r\n\r\nBut weâ€™ve saved the best news for last. <strong>The entire Gabriel makeup collection is on sale during the month of August!</strong> So go ahead, <strong>call us (256-883-4127) &amp; reserve your spot to be pampered!</strong>\r\n\r\n[/vc_column_text][/vc_column][/vc_row]','Gabriel Cosmetics Demo','We\'re gonna have so much fun!','inherit','closed','closed','','979-revision-v1','','','2017-08-01 19:44:42','2017-08-02 00:44:42','',979,'http://74.124.197.205/~ruthsnut/979-revision-v1/',0,'revision','',0),(982,2,'2017-08-01 19:46:33','2017-08-02 00:46:33','','Gut-First-Aid-title-inflamed-600X532-300x266','','inherit','open','closed','','gut-first-aid-title-inflamed-600x532-300x266','','','2017-08-01 19:46:33','2017-08-02 00:46:33','',972,'http://74.124.197.205/~ruthsnut/wp-content/uploads/2017/07/Gut-First-Aid-title-inflamed-600X532-300x266.jpg',0,'attachment','image/jpeg',0),(983,2,'2017-08-01 19:46:57','2017-08-02 00:46:57','[vc_row][vc_column width=\"2/3\"][vc_column_text]By Sue Cummings\r\n\r\nIâ€™ve been talking with a lot of customers lately who, like me, suffer from irritable bowel syndrome, hypothyroid and multiple food sensitivities â€“ all signs of a â€œ<a href=\"https://www.mindbodygreen.com/0-10908/9-signs-you-have-a-leaky-gut.html\" target=\"_blank\" rel=\"noopener\">leaky gut</a>.â€ Iâ€™ve been working with a whole food diet, lots of fermented foods, fiber and probiotic supplements, but the healing process can be slow. Frustrated, I kept looking for answers and I think Iâ€™ve found a good one. Itâ€™s called butyrate.\r\n\r\nButyrate is a short chain fatty acid with some amazing research results, though many of the studies are small or on mice. Nonetheless, results show that butyrate can <a href=\"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4027835/\" target=\"_blank\" rel=\"noopener\">reduce pain</a> and other symptoms of irritable bowel,Â improve the <a href=\"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2728689/\" target=\"_blank\" rel=\"noopener\">intestinal barrier</a> (thereby reducing leaky gut), <a href=\"https://clinicalepigeneticsjournal.biomedcentral.com/articles/10.1186/1868-7083-4-4\" target=\"_blank\" rel=\"noopener\">reduce inflammation</a> in the bowel, improve <a href=\"https://www.ncbi.nlm.nih.gov/pubmed/16225487\" target=\"_blank\" rel=\"noopener\">Crohnâ€™s disease</a> (a form of inflammatory bowel disease),Â and may help with <a href=\"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2699871/\" target=\"_blank\" rel=\"noopener\">weight loss</a> and insulin resistance!\r\n\r\nWith a list like that how could I not try it? So Iâ€™ve been experimenting for a couple of months now and Iâ€™m really pleased with my results. In general my once common IBS symptoms are few and far between, my food reactions are far less severe, and, best of all, my days of head-to-toe body pain are completely gone. Iâ€™m sold!\r\n\r\nThat said, this supplement may not be for everyone. The bad news is it stinks, rather like really smelly cheese. I usually swallow my pills then wash my hands. For me, dealing with an unpleasant smell seems a small price to pay in exchange becoming pain free. (Iâ€™m <em>not</em> saying this will work on any kind of pain. But if your pain stems from gut inflammation â€“ think autoimmune diseases, IBS, food sensitivities, maybe even fibromyalgia â€“ I think butyrate is worth trying.)\r\n\r\nThere is one other thing. Butyrate occurs naturally in our guts, provided we have enough good guy bacteria and we feed them plenty of fiber. I chose a butyrate supplement because I found the above process too slow and unreliable. Iâ€™d been trying to eat plenty of fiber for years and never got the results Iâ€™ve achieved in just a couple of months of butyrate supplementation. And because of those results, we\'ve decided to offer butyrate for sale at Ruth\'s. I\'d love for some of our customers to try it for a month or two and give me feedback.\r\n\r\nIf you want to learn more, click <a href=\"https://link.springer.com/article/10.1007/s11745-012-3680-3\" target=\"_blank\" rel=\"noopener\">here</a>, <a href=\"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4604320/\" target=\"_blank\" rel=\"noopener\">here</a>Â and <a href=\"https://draxe.com/butyric-acid/\" target=\"_blank\" rel=\"noopener\">here</a>.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>Â </strong>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"982\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Butyrate: Good For Your Gut','Butyrate helps with IBS, Crohn\'s, food sensitivities, pain & even weight loss!','inherit','closed','closed','','972-revision-v1','','','2017-08-01 19:46:57','2017-08-02 00:46:57','',972,'http://74.124.197.205/~ruthsnut/972-revision-v1/',0,'revision','',0),(984,2,'2017-08-15 14:21:14','2017-08-15 19:21:14','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Great Products @ Great Prices!</h2>\r\n<em>Look what\'s on sale this month!</em>\r\n\r\n<strong>BLUEBONNET NUTRITION</strong>Â - Whole food based vitamins, including Multi-One, Maxi-One, CholesteRice, Power Thought &amp; Super Quercetin.\r\n\r\n<strong>GABRIEL COSMETICS</strong>Â - Toxin-free make-up for the eyes, face &amp; lips.\r\n\r\n<strong>GAIA HERBS ASHWAGANDHA -Â </strong>Great adaptogenic herb that helps nourish and restore optimal nervous &amp; immune system health.\r\n\r\n<strong>HERBALOGIC -Â </strong>Natural plant-based remedies including, Back in Action (muscle recovery), Peak Power (energy) &amp; Fixed Focus (concentration).\r\n\r\n<strong>NATURAL FACTORS</strong>Â - Third-party certified natural products, including BioSil, MenoSense, ThyroSense, &amp; Berberine.\r\n\r\n<strong>PERFECT PICKLER -Â </strong>Fermenting kits so you can make your own superfoods like sauerkraut, pickles &amp; any veggies you like!\r\n\r\n<strong>PURE PLANET -Â </strong>World-class superfoods, including Best of Greens, Spirulina &amp; Amla Plus.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"985\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','August Sales!','Great products @ great prices!','publish','closed','open','','august-sales','','','2017-08-15 14:21:14','2017-08-15 19:21:14','',0,'https://ruthsnutrition.gsg-host.com/?p=984',0,'post','',0),(985,2,'2017-08-15 14:11:30','2017-08-15 19:11:30','','Sale balloons 600X521','','inherit','open','closed','','sale-balloons-600x521','','','2017-08-15 14:11:30','2017-08-15 19:11:30','',984,'https://ruthsnutrition.gsg-host.com/wp-content/uploads/2017/08/Sale-balloons-600X521.png',0,'attachment','image/png',0),(986,2,'2017-08-15 14:18:01','2017-08-15 19:18:01','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Great Products @ Great Prices!</h2>\r\nAugust sales include:\r\n\r\n<strong>BLUEBONNET NUTRITION</strong>Â - Whole food based vitamins, including Multi-One, Maxi-One, CholesteRice, Power Thought &amp; Super Quercetin.\r\n\r\n<strong>GABRIEL COSMETICS</strong>Â - Toxin-free make-up for the eyes, face &amp; lips.\r\n\r\n<strong>GAIA HERBS ASHWAGANDHA -Â </strong>Great adaptogenic herb that helps nourish and restore optimal nervous &amp; immune system health.\r\n\r\n<strong>HERBALOGIC -Â </strong>Natural plant-based remedies including, Back in Action (muscle recovery), Peak Power (energy) &amp; Fixed Focus (concentration).\r\n\r\n<strong>NATURAL FACTORS</strong>Â - Third-party certified natural products, including BioSil, MenoSense, ThyroSense, &amp; Berberine.\r\n\r\n<strong>PERFECT PICKLER -Â </strong>Fermenting kits so you can make your own superfoods like sauerkraut, pickles &amp; any veggies you like!\r\n\r\n<strong>PURE PLANET -Â </strong>World-class superfoods, including Best of Greens, Spirulina &amp; Amla Plus.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"985\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','August Sales!','Great products @ great prices!','inherit','closed','closed','','984-revision-v1','','','2017-08-15 14:18:01','2017-08-15 19:18:01','',984,'https://ruthsnutrition.gsg-host.com/984-revision-v1/',0,'revision','',0),(987,2,'2017-08-15 14:19:40','2017-08-15 19:19:40','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Great Products @ Great Prices!</h2>\r\n<em>Look what\'s on sale this month!</em>\r\n\r\n<strong>BLUEBONNET NUTRITION</strong>Â - Whole food based vitamins, including Multi-One, Maxi-One, CholesteRice, Power Thought &amp; Super Quercetin.\r\n\r\n<strong>GABRIEL COSMETICS</strong>Â - Toxin-free make-up for the eyes, face &amp; lips.\r\n\r\n<strong>GAIA HERBS ASHWAGANDHA -Â </strong>Great adaptogenic herb that helps nourish and restore optimal nervous &amp; immune system health.\r\n\r\n<strong>HERBALOGIC -Â </strong>Natural plant-based remedies including, Back in Action (muscle recovery), Peak Power (energy) &amp; Fixed Focus (concentration).\r\n\r\n<strong>NATURAL FACTORS</strong>Â - Third-party certified natural products, including BioSil, MenoSense, ThyroSense, &amp; Berberine.\r\n\r\n<strong>PERFECT PICKLER -Â </strong>Fermenting kits so you can make your own superfoods like sauerkraut, pickles &amp; any veggies you like!\r\n\r\n<strong>PURE PLANET -Â </strong>World-class superfoods, including Best of Greens, Spirulina &amp; Amla Plus.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"985\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','August Sales!','Great products @ great prices!','inherit','closed','closed','','984-revision-v1','','','2017-08-15 14:19:40','2017-08-15 19:19:40','',984,'https://ruthsnutrition.gsg-host.com/984-revision-v1/',0,'revision','',0),(988,2,'2017-08-25 13:15:02','2017-08-25 18:15:02','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Help for Allergies, Thyroid &amp; Much More!</h2>\r\nIf you prowl the internet youâ€™ll soon find numerous sites recommending black seed for a multitude of conditions: weak digestion, asthma, allergies, inflammation, memory loss, hair loss, fungal infections, and many more. But you donâ€™t have to take the word of just any site. <em>The Journal of Pharmacognosy and Phytochemistry</em>Â  published a monograph of the plant, listing the seed as having documented properties: antibacterial, antifungal, antioxidant, anti-arthritic, cardioprotective, gastroprotective, antidiabetic and anticancer. Wow.\r\n\r\nWhen it comes to allergies, black seed has been clinically studied in both oral and topical applications. Studies used the black seed oil as a nasal drop or as a capsule, and both <a href=\"https://www.ncbi.nlm.nih.gov/pubmed/23855426\" target=\"_blank\" rel=\"noopener\">improved allergic symptoms</a>. (<a href=\"https://www.ncbi.nlm.nih.gov/pubmed/14669258\" target=\"_blank\" rel=\"noopener\">Read more</a>.)\r\n<h3>Hypothyroid Help</h3>\r\nOne of the most recent reports on black seed tested its <a href=\"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5112739/\" target=\"_blank\" rel=\"noopener\">benefit for hypothyroid</a>.<span style=\"font-size: 16px;\">Â  </span>Â Study participants all had Hashimotoâ€™s thyroiditis and were given 2 grams of encapsulated powdered black seed daily for 8 weeks along with their dose of levothyroxine (thyroid hormone). By the end of the study â€œtreatment with Nigella sativa significantly reduced body weight and body mass index (BMI). Serum concentrations of thyroid stimulating hormone (TSH) and anti-thyroid peroxidase (anti-TPO) antibodies decreased.â€\r\n\r\nWow.\r\n\r\nThe crazy thing is, the studies and benefits keep coming. Nigella sativa has been proven as effective as steroid cream in <a href=\"https://www.ncbi.nlm.nih.gov/pubmed/23198836\" target=\"_blank\" rel=\"noopener\">treating eczema</a>, isÂ helpful for <a href=\"https://www.dermhairclinic.com/nigella-sativa-hair-loss/\" target=\"_blank\" rel=\"noopener\">hair loss,</a>Â  Â may help <a href=\"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5122217/\" target=\"_blank\" rel=\"noopener\">control blood sugar</a>, <a href=\"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2702910/\" target=\"_blank\" rel=\"noopener\">reduced and/or prevented gastric ulcer</a>Â in rats (<a href=\"https://www.ncbi.nlm.nih.gov/pubmed/21419021\" target=\"_blank\" rel=\"noopener\">also</a>), and much more.\r\n\r\nIf youâ€™ve got any of the above conditions â€“ allergies, hair loss, hypothyroid, eczema, etc â€“ you might want to give black seed oil a try. If you do, please let us know how it worked for you. The more feedback we get from our customers the better we can do our jobs!\r\n\r\nIf you want to learn still more about black seed oil, <a href=\"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3642442/\" target=\"_blank\" rel=\"noopener\">click here</a> and <a href=\"https://selfhacked.com/blog/top-28-scientific-benefits-of-the-panacea-black-cumin-seed-nigella-sativa/\" target=\"_blank\" rel=\"noopener\">here</a>.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"989\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Black Seed','Help for allergies, thyroid & much more!','publish','closed','open','','black-seed','','','2017-08-25 13:15:02','2017-08-25 18:15:02','',0,'https://ruthsnutrition.gsg-host.com/?p=988',0,'post','',0),(989,2,'2017-08-25 12:37:57','2017-08-25 17:37:57','','Black seed oil 600X600','474577579','inherit','open','closed','','black-seed-oil-600x600','','','2017-08-25 12:37:57','2017-08-25 17:37:57','',988,'https://ruthsnutrition.gsg-host.com/wp-content/uploads/2017/08/Black-seed-oil-600X600.jpg',0,'attachment','image/jpeg',0),(990,2,'2017-08-25 13:02:42','2017-08-25 18:02:42','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Help for Allergies, Thyroid &amp; Much More!</h2>\r\nIf you prowl the internet youâ€™ll soon find numerous sites recommending black seed for a multitude of conditions: weak digestion, asthma, allergies, inflammation, memory loss, hair loss, fungal infections, and many more. But you donâ€™t have to take the word of just any site. <a href=\"http://(http://www.phytojournal.com/archives/2015/vol4issue4/PartB/4-3-79.pdf)\" target=\"_blank\" rel=\"noopener\"><em>The Journal of Pharmacognosy and Phytochemistry</em></a>Â  published a monograph of the plant, listing the seed as having documented properties: antibacterial, antifungal, antioxidant, anti-arthritic, cardioprotective, gastroprotective, antidiabetic and anticancer. Wow.\r\n\r\nWhen it comes to allergies, black seed has been clinically studied in both oral and topical applications. Studies used the black seed oil as a nasal drop or as a capsule, and both <a href=\"https://www.ncbi.nlm.nih.gov/pubmed/23855426\" target=\"_blank\" rel=\"noopener\">improved allergic symptoms</a>. (<a href=\"https://www.ncbi.nlm.nih.gov/pubmed/14669258\" target=\"_blank\" rel=\"noopener\">Read more</a>.)\r\n<h3>Black Seed for Hypothyroid</h3>\r\nOne of the most recent reports on black seed tested its <a href=\"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5112739/\" target=\"_blank\" rel=\"noopener\">benefit for hypothyroid</a>.<span style=\"font-size: 16px;\">Â  </span>Â Study participants all had Hashimotoâ€™s thyroiditis and were given 2 grams of encapsulated powdered black seed daily for 8 weeks along with their dose of levothyroxine (thyroid hormone). By the end of the study â€œtreatment with Nigella sativa significantly reduced body weight and body mass index (BMI). Serum concentrations of thyroid stimulating hormone (TSH) and anti-thyroid peroxidase (anti-TPO) antibodies decreased.â€\r\n\r\nWow.\r\n\r\nThe crazy thing is, the studies and benefits keep coming. Nigella sativa has been proven as effective as steroid cream in <a href=\"https://www.ncbi.nlm.nih.gov/pubmed/23198836\" target=\"_blank\" rel=\"noopener\">treating eczema</a>, isÂ helpful for <a href=\"https://www.dermhairclinic.com/nigella-sativa-hair-loss/\">hair loss,</a>Â  Â may help <a href=\"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5122217/\">control blood sugar</a>, <a href=\"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2702910/\">reduced and/or prevented gastric ulcer</a>Â in rats (<a href=\"https://www.ncbi.nlm.nih.gov/pubmed/21419021\">also</a>), and much more.\r\n\r\nIf youâ€™ve got any of the above conditions â€“ allergies, hair loss, hypothyroid, eczema, etc â€“ you might want to give black seed oil a try. If you do, please let us know how it worked for you. The more feedback we get from our customers the better we can do our jobs!\r\n\r\nIf you want to learn still more about black seed oil, <a href=\"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3642442/\">click here</a> and <a href=\"https://selfhacked.com/blog/top-28-scientific-benefits-of-the-panacea-black-cumin-seed-nigella-sativa/\">here</a>.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"989\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Black Seed','Help for allergies, thyroid & much more!','inherit','closed','closed','','988-revision-v1','','','2017-08-25 13:02:42','2017-08-25 18:02:42','',988,'https://ruthsnutrition.gsg-host.com/988-revision-v1/',0,'revision','',0),(991,2,'2017-08-25 13:08:58','2017-08-25 18:08:58','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Help for Allergies, Thyroid &amp; Much More!</h2>\r\nIf you prowl the internet youâ€™ll soon find numerous sites recommending black seed for a multitude of conditions: weak digestion, asthma, allergies, inflammation, memory loss, hair loss, fungal infections, and many more. But you donâ€™t have to take the word of just any site. <em>The Journal of Pharmacognosy and Phytochemistry</em>Â  published a monograph of the plant, listing the seed as having documented properties: antibacterial, antifungal, antioxidant, anti-arthritic, cardioprotective, gastroprotective, antidiabetic and anticancer. Wow.\r\n\r\nWhen it comes to allergies, black seed has been clinically studied in both oral and topical applications. Studies used the black seed oil as a nasal drop or as a capsule, and both <a href=\"https://www.ncbi.nlm.nih.gov/pubmed/23855426\" target=\"_blank\" rel=\"noopener\">improved allergic symptoms</a>. (<a href=\"https://www.ncbi.nlm.nih.gov/pubmed/14669258\" target=\"_blank\" rel=\"noopener\">Read more</a>.)\r\n<h3>Black Seed for Hypothyroid</h3>\r\nOne of the most recent reports on black seed tested its <a href=\"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5112739/\" target=\"_blank\" rel=\"noopener\">benefit for hypothyroid</a>.<span style=\"font-size: 16px;\">Â  </span>Â Study participants all had Hashimotoâ€™s thyroiditis and were given 2 grams of encapsulated powdered black seed daily for 8 weeks along with their dose of levothyroxine (thyroid hormone). By the end of the study â€œtreatment with Nigella sativa significantly reduced body weight and body mass index (BMI). Serum concentrations of thyroid stimulating hormone (TSH) and anti-thyroid peroxidase (anti-TPO) antibodies decreased.â€\r\n\r\nWow.\r\n\r\nThe crazy thing is, the studies and benefits keep coming. Nigella sativa has been proven as effective as steroid cream in <a href=\"https://www.ncbi.nlm.nih.gov/pubmed/23198836\" target=\"_blank\" rel=\"noopener\">treating eczema</a>, isÂ helpful for <a href=\"https://www.dermhairclinic.com/nigella-sativa-hair-loss/\">hair loss,</a>Â  Â may help <a href=\"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5122217/\">control blood sugar</a>, <a href=\"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2702910/\">reduced and/or prevented gastric ulcer</a>Â in rats (<a href=\"https://www.ncbi.nlm.nih.gov/pubmed/21419021\">also</a>), and much more.\r\n\r\nIf youâ€™ve got any of the above conditions â€“ allergies, hair loss, hypothyroid, eczema, etc â€“ you might want to give black seed oil a try. If you do, please let us know how it worked for you. The more feedback we get from our customers the better we can do our jobs!\r\n\r\nIf you want to learn still more about black seed oil, <a href=\"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3642442/\">click here</a> and <a href=\"https://selfhacked.com/blog/top-28-scientific-benefits-of-the-panacea-black-cumin-seed-nigella-sativa/\">here</a>.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"989\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Black Seed','Help for allergies, thyroid & much more!','inherit','closed','closed','','988-revision-v1','','','2017-08-25 13:08:58','2017-08-25 18:08:58','',988,'https://ruthsnutrition.gsg-host.com/988-revision-v1/',0,'revision','',0),(992,2,'2017-08-25 13:13:45','2017-08-25 18:13:45','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Help for Allergies, Thyroid &amp; Much More!</h2>\r\nIf you prowl the internet youâ€™ll soon find numerous sites recommending black seed for a multitude of conditions: weak digestion, asthma, allergies, inflammation, memory loss, hair loss, fungal infections, and many more. But you donâ€™t have to take the word of just any site. <em>The Journal of Pharmacognosy and Phytochemistry</em>Â  published a monograph of the plant, listing the seed as having documented properties: antibacterial, antifungal, antioxidant, anti-arthritic, cardioprotective, gastroprotective, antidiabetic and anticancer. Wow.\r\n\r\nWhen it comes to allergies, black seed has been clinically studied in both oral and topical applications. Studies used the black seed oil as a nasal drop or as a capsule, and both <a href=\"https://www.ncbi.nlm.nih.gov/pubmed/23855426\" target=\"_blank\" rel=\"noopener\">improved allergic symptoms</a>. (<a href=\"https://www.ncbi.nlm.nih.gov/pubmed/14669258\" target=\"_blank\" rel=\"noopener\">Read more</a>.)\r\n<h3>Hypothyroid Help</h3>\r\nOne of the most recent reports on black seed tested its <a href=\"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5112739/\" target=\"_blank\" rel=\"noopener\">benefit for hypothyroid</a>.<span style=\"font-size: 16px;\">Â  </span>Â Study participants all had Hashimotoâ€™s thyroiditis and were given 2 grams of encapsulated powdered black seed daily for 8 weeks along with their dose of levothyroxine (thyroid hormone). By the end of the study â€œtreatment with Nigella sativa significantly reduced body weight and body mass index (BMI). Serum concentrations of thyroid stimulating hormone (TSH) and anti-thyroid peroxidase (anti-TPO) antibodies decreased.â€\r\n\r\nWow.\r\n\r\nThe crazy thing is, the studies and benefits keep coming. Nigella sativa has been proven as effective as steroid cream in <a href=\"https://www.ncbi.nlm.nih.gov/pubmed/23198836\" target=\"_blank\" rel=\"noopener\">treating eczema</a>, isÂ helpful for <a href=\"https://www.dermhairclinic.com/nigella-sativa-hair-loss/\" target=\"_blank\" rel=\"noopener\">hair loss,</a>Â  Â may help <a href=\"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5122217/\" target=\"_blank\" rel=\"noopener\">control blood sugar</a>, <a href=\"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2702910/\" target=\"_blank\" rel=\"noopener\">reduced and/or prevented gastric ulcer</a>Â in rats (<a href=\"https://www.ncbi.nlm.nih.gov/pubmed/21419021\" target=\"_blank\" rel=\"noopener\">also</a>), and much more.\r\n\r\nIf youâ€™ve got any of the above conditions â€“ allergies, hair loss, hypothyroid, eczema, etc â€“ you might want to give black seed oil a try. If you do, please let us know how it worked for you. The more feedback we get from our customers the better we can do our jobs!\r\n\r\nIf you want to learn still more about black seed oil, <a href=\"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3642442/\" target=\"_blank\" rel=\"noopener\">click here</a> and <a href=\"https://selfhacked.com/blog/top-28-scientific-benefits-of-the-panacea-black-cumin-seed-nigella-sativa/\" target=\"_blank\" rel=\"noopener\">here</a>.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"989\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Black Seed','Help for allergies, thyroid & much more!','inherit','closed','closed','','988-revision-v1','','','2017-08-25 13:13:45','2017-08-25 18:13:45','',988,'https://ruthsnutrition.gsg-host.com/988-revision-v1/',0,'revision','',0),(994,2,'2017-09-05 11:41:07','2017-09-05 16:41:07','','CW 600X325','','inherit','open','closed','','cw-600x325','','','2017-09-05 11:41:07','2017-09-05 16:41:07','',0,'https://ruthsnutrition.gsg-host.com/wp-content/uploads/2017/09/CW-600X325.jpg',0,'attachment','image/jpeg',0),(997,2,'2017-09-12 12:11:44','2017-09-12 17:11:44','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Stock up on your favorites!</h2>\r\n<strong>DERMA-E SKIN CARE</strong> - free from parabens, phalates and other endocrine-disrupting toxins, Derma-e offers multiple formulas for eyes, face and body. Find the one just right for you!\r\n\r\n<strong>GAIA HERBS</strong> - Gaia\'s organic farm in North Carolina offers customer favorites such as Adrenal Health, Holy Basil, Tumeric Supreme Pain, Tumeric Supreme Joint and many more!\r\n\r\n<strong>GARDEN OF LIFE ORGANIC GRASS-FED WHEY</strong> - New product available in 5 flavors! Chocolate-Peanut Butter, Strawberry, Vanilla, Chocolate Cacao and Lightly Sweetened (no stevia; sweetened with cane sugar)\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>Â </strong>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"922\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','September Sales!','You\'re gonna love these prices!','publish','closed','open','','september-sales-2','','','2017-09-12 12:11:44','2017-09-12 17:11:44','',0,'https://ruthsnutrition.gsg-host.com/?p=997',0,'post','',0),(998,2,'2017-09-12 12:10:33','2017-09-12 17:10:33','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Stock up on your favorites!</h2>\r\n<strong>DERMA-E SKIN CARE</strong> - free from parabens, phalates and other endocrine-disrupting toxins, Derma-e offers multiple formulas for eyes, face and body. Find the one just right for you!\r\n\r\n<strong>GAIA HERBS</strong> - Gaia\'s organic farm in North Carolina offers customer favorites such as Adrenal Health, Holy Basil, Tumeric Supreme Pain, Tumeric Supreme Joint and many more!\r\n\r\n<strong>GARDEN OF LIFE ORGANIC GRASS-FED WHEY</strong> - New product available in 5 flavors! Chocolate-Peanut Butter, Strawberry, Vanilla, Chocolate Cacao and Lightly Sweetened (no stevia; sweetened with cane sugar)\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>Â </strong>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"922\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','September Sales!','You\'re gonna love these prices!','inherit','closed','closed','','997-revision-v1','','','2017-09-12 12:10:33','2017-09-12 17:10:33','',997,'https://ruthsnutrition.gsg-host.com/997-revision-v1/',0,'revision','',0),(999,2,'2017-09-22 11:59:25','2017-09-22 16:59:25','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Learn how to use essential oils wisely</h2>\r\nWeâ€™ve noticed more and more of our customers are asking about essential oils, wanting to know more. Weâ€™ve done our best to answer your questions, but we felt weâ€™d even better serve our customers if we brought in an expert. So we have! Ruthâ€™s Nutrition will host <strong>Experience Aromatherapy: Essential Oil Benefits and Safety, from 5:30-6:30 p.m. Thursday, Oct. 26</strong>.\r\n\r\nClinical Herbalist and Aromatherapist Kelly Clonts will share her more than 20 years of experience in how to use essential oils effectively and safely. Sheâ€™ll discuss several famous and important oils individually as well as how to create therapeutic blends. Youâ€™ll learn how to best choose different carrier oils with essential oils for topical use, and how to effectively use diffusers.\r\n\r\nWeâ€™ve known Kelly for some time, and weâ€™ve been impressed with her broad natural health care knowledge. She began her career in clinical settings then moved to a natural health emphasis, studying with aromatherapists and herbalists from around the globe. Weâ€™re so excited sheâ€™s teaching a class for you!\r\n\r\nPerfect for beginners or seasoned aromatherapy veterans, this class requires registration, but no fee! Itâ€™s free! Just call Ruthâ€™s at 256-883-4127 and let us know youâ€™re coming. <em><strong>Space is limited, so call us soon to reserve your spot</strong>!</em>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>Â </strong>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1000\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Free Aromatherapy Class!','Sign up now to save your spot!','publish','closed','open','','free-aromatherapy-class','','','2017-09-22 11:59:25','2017-09-22 16:59:25','',0,'https://ruthsnutrition.gsg-host.com/?p=999',0,'post','',0),(1000,2,'2017-09-22 11:47:47','2017-09-22 16:47:47','','SONY DSC','SONY DSC','inherit','open','closed','','sony-dsc','','','2017-09-22 11:47:47','2017-09-22 16:47:47','',999,'https://ruthsnutrition.gsg-host.com/wp-content/uploads/2017/09/E.O.-class-600X600.jpg',0,'attachment','image/jpeg',0),(1001,2,'2017-09-22 11:57:42','2017-09-22 16:57:42','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Learn how to use essential oils wisely</h2>\r\nWeâ€™ve noticed more and more of our customers are asking about essential oils, wanting to know more. Weâ€™ve done our best to answer your questions, but we felt weâ€™d even better serve our customers if we brought in an expert. So we have! Ruthâ€™s Nutrition will host <strong>Experience Aromatherapy: Essential Oil Benefits and Safety, from 5:30-6:30 p.m. Thursday, Oct. 26</strong>.\r\n\r\nClinical Herbalist and Aromatherapist Kelly Clonts will share her more than 20 years of experience in how to use essential oils effectively and safely. Sheâ€™ll discuss several famous and important oils individually as well as how to create therapeutic blends. Youâ€™ll learn how to best choose different carrier oils with essential oils for topical use, and how to effectively use diffusers.\r\n\r\nWeâ€™ve known Kelly for some time, and weâ€™ve been impressed with her broad natural health care knowledge. She began her career in clinical settings then moved to a natural health emphasis, studying with aromatherapists and herbalists from around the globe. Weâ€™re so excited sheâ€™s teaching a class for you!\r\n\r\nPerfect for beginners or seasoned aromatherapy veterans, this class requires registration, but no fee! Itâ€™s free! Just call Ruthâ€™s at 256-883-4127 and let us know youâ€™re coming. <em><strong>Space is limited, so call us soon to reserve your spot</strong>!</em>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>Â </strong>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1000\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Free Aromatherapy Class!','Sign up now to save your spot!','inherit','closed','closed','','999-revision-v1','','','2017-09-22 11:57:42','2017-09-22 16:57:42','',999,'https://ruthsnutrition.gsg-host.com/999-revision-v1/',0,'revision','',0),(1002,2,'2017-09-29 11:08:05','2017-09-29 16:08:05','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Our favorite aids for surviving the season</h2>\r\nThis might sound crazy, but we want to talk about winter. We know, itâ€™s just now beginning to feel a tiny bit like fall, but like it or not, winter is coming soon. That means colds, flu, winter blues, dry skin, cracked hands and a world of other maladies will be lurking for any opportunity to move in and occupy your world.\r\n\r\nWe thought it might help you get prepared if we shared some of our favorite products for keeping the winter beasts at bay.\r\n\r\n<strong>Anita:</strong> <strong>Elderberry extract</strong> tops Anitaâ€™s list on winter favorites because of its anti-viral properties. She takes a single dose daily all winter, but if sheâ€™s exposed to someone who is sick, she kicks up the dose to 2-3 times daily. But itâ€™s not just getting sick Anita works to prevent. â€œWinter is really hard on my hands. The corners of my nails are prone to crack and bleed, and they become very tender. Using <strong>Savannah Bee Beeswax Salve</strong> several times a day really helps prevent that.â€ Anita also has extremely sensitive skin, the kind that reacts to all sorts of chemical ingredients. To keep her skin moist and free from reactions, Anita uses either <strong>Acure Nourishing Body Lotion</strong> or any of Aubreyâ€™s Body Lotions, but <strong>Aubreyâ€™s Sea Buckthorn lotion</strong> is her favorite.\r\n\r\n<strong>Barbara:</strong> Her winter favorite is <strong>Derma-e Vitamin E 12,000 IU CrÃ¨me</strong>. Last winter, Barbara used this product nightly at bedtime. It kept her skin moist and protected it from severe dryness. She loves its mild fragrance. Next she chose <strong>Solarayâ€™s Vitamin C with Bioflavinoids</strong>, for all the good things vitamin C does. She takes it daily but doubles or triples the dose if she gets cold or flu symptoms. She also raves about <strong>Gaia Herbs Quick Defense</strong>. â€œIt really works! I found I can depend on this product as long as I take it at the onset of my symptoms.â€ She first tried Quick Defense when she got cold symptoms the day before an airplane trip to Chicago. â€œI took 2 capsules 5 times a day for 2 days and increased my vitamin C. I was symptom free in two days!â€\r\n\r\n<strong>Christine:</strong> With a son in school, Christineâ€™s whole focus on winter is keeping him well. Like Anita, Christine depends on <strong>elderberry extract</strong>. She uses it daily and finds her son is healthy when other kids are getting sick. Sheâ€™s used several of the products we carry: liquid extracts, gummies and chewable lozenges. The other thing sheâ€™s adamant about is keeping kids on a good multi-vitamin to nourish the whole immune system. She prefers food-based vitamins like <strong>Natureâ€™s Plus Animal Parade</strong> or <strong>MyKind Organics Kids Multi Gummies</strong>. Like many of us, Christine also deals with dry skin in winter. She chooses <strong>Derma-e Intense Moisture Body Lotion,</strong> either fragrance free or Lavender/Neroli. â€œThese products are very hydrating and a little goes a long way. Lavender/Neroli is very calming to the skin as well as to the mind, helping you relax after a shower or bath.â€\r\n\r\n<strong>Sue:</strong> When it comes to colds and flu, Sueâ€™s top choice is <strong>Herbs Etc. Respiratonic</strong>. â€œContaining Echinacea, Osha and other potent herbs, it uses plants that are expectorant and anti-microbial. Itâ€™s always in my cupboard.â€ Should she get swollen glands, from either a cold or even allergies, she also reaches for <strong>Herbs Etc. Lymphatonic</strong>. â€œThis stuff is amazing. It contains herbs known as lymphatics, plants that help the lymph glands move through all the waste from inflamed/infected sinuses. I recover sooner when I use it.â€ Last, like many of our customers, Sue can be susceptible to the winter blues. â€œWhen the days get shorter we get less sunlight and then we make less serotonin. When I begin to feel the winter blahs, I start taking <strong>Source Naturals 5-HTP</strong>. Itâ€™s a serotonin precursor and it works quickly for me.â€\r\n\r\n<strong>One more thing:</strong> Something none of us mentioned but we all do is keep up our levels of <strong>vitamin D</strong>. It can <a href=\"https://news.harvard.edu/gazette/story/2017/02/study-confirms-vitamin-d-protects-against-cold-and-flu/\" target=\"_blank\" rel=\"noopener\">reduce your risks of getting sick. </a>\r\n\r\nWe hope this helps you stay happy and healthy all winter!\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1003\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Be Ready for Colds, Dry Skin & More','We share our favorite aids for fighting winter\'s worst.','publish','closed','open','','be-ready-for-colds-dry-skin-more','','','2017-09-29 11:08:05','2017-09-29 16:08:05','',0,'https://ruthsnutrition.gsg-host.com/?p=1002',0,'post','',0),(1003,2,'2017-09-29 10:39:08','2017-09-29 15:39:08','','winter cropped G. STOUT 600X495','','inherit','open','closed','','winter-cropped-g-stout-600x495','','','2017-09-29 10:39:08','2017-09-29 15:39:08','',1002,'https://ruthsnutrition.gsg-host.com/wp-content/uploads/2017/09/winter-cropped-G.-STOUT-600X495.jpg',0,'attachment','image/jpeg',0),(1004,2,'2017-09-29 11:02:00','2017-09-29 16:02:00','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Here are our favorite aids for surviving the season!</h2>\r\nThis might sound crazy, but we want to talk about winter. We know, itâ€™s just now beginning to feel a tiny bit like fall, but like it or not, winter is coming soon. That means colds, flu, winter blues, dry skin, cracked hands and a world of other maladies will be lurking for any opportunity to move in and occupy your world.\r\n\r\nWe thought it might help you get prepared if we shared some of our favorite products for keeping the winter beasts at bay.\r\n\r\n<strong>Anita:</strong> <strong>Elderberry extract</strong> tops Anitaâ€™s list on winter favorites because of its anti-viral properties. She takes a single dose daily all winter, but if sheâ€™s exposed to someone who is sick, she kicks up the dose to 2-3 times daily. But itâ€™s not just getting sick Anita works to prevent. â€œWinter is really hard on my hands. The corners of my nails are prone to crack and bleed, and they become very tender. Using <strong>Savannah Bee Beeswax Salve</strong> several times a day really helps prevent that.â€ Anita also has extremely sensitive skin, the kind that reacts to all sorts of chemical ingredients. To keep her skin moist and free from reactions, Anita uses either <strong>Acure Nourishing Body Lotion</strong> or any of Aubreyâ€™s Body Lotions, but <strong>Aubreyâ€™s Sea Buckthorn lotion</strong> is her favorite.\r\n\r\n<strong>Barbara:</strong> Her winter favorite is <strong>Derma-e Vitamin E 12,000 IU CrÃ¨me</strong>. Last winter, Barbara used this product nightly at bedtime. It kept her skin moist and protected it from severe dryness. She loves its mild fragrance. Next she chose <strong>Solarayâ€™s Vitamin C with Bioflavinoids</strong>, for all the good things vitamin C does. She takes it daily but doubles or triples the dose if she gets cold or flu symptoms. She also raves about <strong>Gaia Herbs Quick Defense</strong>. â€œIt really works! I found I can depend on this product as long as I take it at the onset of my symptoms.â€ She first tried Quick Defense when she got cold symptoms the day before an airplane trip to Chicago. â€œI took 2 capsules 5 times a day for 2 days and increased my vitamin C. I was symptom free in two days!â€\r\n\r\n<strong>Christine:</strong> With a son in school, Christineâ€™s whole focus on winter is keeping him well. Like Anita, Christine depends on <strong>elderberry extract</strong>. She uses it daily and finds her son is healthy when other kids are getting sick. Sheâ€™s used several of the products we carry: liquid extracts, gummies and chewable lozenges. The other thing sheâ€™s adamant about is keeping kids on a good multi-vitamin to nourish the whole immune system. She prefers food-based vitamins like <strong>Natureâ€™s Plus Animal Parade</strong> or <strong>MyKind Organics Kids Multi Gummies</strong>. Like many of us, Christine also deals with dry skin in winter. She chooses <strong>Derma-e Intense Moisture Body Lotion,</strong> either fragrance free or Lavender/Neroli. â€œThese products are very hydrating and a little goes a long way. Lavender/Neroli is very calming to the skin as well as to the mind, helping you relax after a shower or bath.â€\r\n\r\n<strong>Sue:</strong> When it comes to colds and flu, Sueâ€™s top choice is <strong>Herbs Etc. Respiratonic</strong>. â€œContaining Echinacea, Osha and other potent herbs, it uses plants that are expectorant and anti-microbial. Itâ€™s always in my cupboard.â€ Should she get swollen glands, from either a cold or even allergies, she also reaches for <strong>Herbs Etc. Lymphatonic</strong>. â€œThis stuff is amazing. It contains herbs known as lymphatics, plants that help the lymph glands move through all the waste from inflamed/infected sinuses. I recover sooner when I use it.â€ Last, like many of our customers, Sue can be susceptible to the winter blues. â€œWhen the days get shorter we get less sunlight and then we make less serotonin. When I begin to feel the winter blahs, I start taking <strong>Source Naturals 5-HTP</strong>. Itâ€™s a serotonin precursor and it works quickly for me.â€\r\n\r\n<strong>One more thing:</strong> Something none of us mentioned but we all do is keep up our levels of <strong>vitamin D</strong>. It can <a href=\"https://news.harvard.edu/gazette/story/2017/02/study-confirms-vitamin-d-protects-against-cold-and-flu/\" target=\"_blank\" rel=\"noopener\">reduce your risks of getting sick. </a>\r\n\r\nWe hope this helps you stay happy and healthy all winter!\r\n\r\n&nbsp;\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1003\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Be Ready for Colds, Dry Skin & More!','Help for allergies, thyroid & much more!','inherit','closed','closed','','1002-revision-v1','','','2017-09-29 11:02:00','2017-09-29 16:02:00','',1002,'https://ruthsnutrition.gsg-host.com/1002-revision-v1/',0,'revision','',0),(1005,2,'2017-09-29 11:03:48','2017-09-29 16:03:48','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Here are our favorite aids for surviving the season</h2>\r\nThis might sound crazy, but we want to talk about winter. We know, itâ€™s just now beginning to feel a tiny bit like fall, but like it or not, winter is coming soon. That means colds, flu, winter blues, dry skin, cracked hands and a world of other maladies will be lurking for any opportunity to move in and occupy your world.\r\n\r\nWe thought it might help you get prepared if we shared some of our favorite products for keeping the winter beasts at bay.\r\n\r\n<strong>Anita:</strong> <strong>Elderberry extract</strong> tops Anitaâ€™s list on winter favorites because of its anti-viral properties. She takes a single dose daily all winter, but if sheâ€™s exposed to someone who is sick, she kicks up the dose to 2-3 times daily. But itâ€™s not just getting sick Anita works to prevent. â€œWinter is really hard on my hands. The corners of my nails are prone to crack and bleed, and they become very tender. Using <strong>Savannah Bee Beeswax Salve</strong> several times a day really helps prevent that.â€ Anita also has extremely sensitive skin, the kind that reacts to all sorts of chemical ingredients. To keep her skin moist and free from reactions, Anita uses either <strong>Acure Nourishing Body Lotion</strong> or any of Aubreyâ€™s Body Lotions, but <strong>Aubreyâ€™s Sea Buckthorn lotion</strong> is her favorite.\r\n\r\n<strong>Barbara:</strong> Her winter favorite is <strong>Derma-e Vitamin E 12,000 IU CrÃ¨me</strong>. Last winter, Barbara used this product nightly at bedtime. It kept her skin moist and protected it from severe dryness. She loves its mild fragrance. Next she chose <strong>Solarayâ€™s Vitamin C with Bioflavinoids</strong>, for all the good things vitamin C does. She takes it daily but doubles or triples the dose if she gets cold or flu symptoms. She also raves about <strong>Gaia Herbs Quick Defense</strong>. â€œIt really works! I found I can depend on this product as long as I take it at the onset of my symptoms.â€ She first tried Quick Defense when she got cold symptoms the day before an airplane trip to Chicago. â€œI took 2 capsules 5 times a day for 2 days and increased my vitamin C. I was symptom free in two days!â€\r\n\r\n<strong>Christine:</strong> With a son in school, Christineâ€™s whole focus on winter is keeping him well. Like Anita, Christine depends on <strong>elderberry extract</strong>. She uses it daily and finds her son is healthy when other kids are getting sick. Sheâ€™s used several of the products we carry: liquid extracts, gummies and chewable lozenges. The other thing sheâ€™s adamant about is keeping kids on a good multi-vitamin to nourish the whole immune system. She prefers food-based vitamins like <strong>Natureâ€™s Plus Animal Parade</strong> or <strong>MyKind Organics Kids Multi Gummies</strong>. Like many of us, Christine also deals with dry skin in winter. She chooses <strong>Derma-e Intense Moisture Body Lotion,</strong> either fragrance free or Lavender/Neroli. â€œThese products are very hydrating and a little goes a long way. Lavender/Neroli is very calming to the skin as well as to the mind, helping you relax after a shower or bath.â€\r\n\r\n<strong>Sue:</strong> When it comes to colds and flu, Sueâ€™s top choice is <strong>Herbs Etc. Respiratonic</strong>. â€œContaining Echinacea, Osha and other potent herbs, it uses plants that are expectorant and anti-microbial. Itâ€™s always in my cupboard.â€ Should she get swollen glands, from either a cold or even allergies, she also reaches for <strong>Herbs Etc. Lymphatonic</strong>. â€œThis stuff is amazing. It contains herbs known as lymphatics, plants that help the lymph glands move through all the waste from inflamed/infected sinuses. I recover sooner when I use it.â€ Last, like many of our customers, Sue can be susceptible to the winter blues. â€œWhen the days get shorter we get less sunlight and then we make less serotonin. When I begin to feel the winter blahs, I start taking <strong>Source Naturals 5-HTP</strong>. Itâ€™s a serotonin precursor and it works quickly for me.â€\r\n\r\n<strong>One more thing:</strong> Something none of us mentioned but we all do is keep up our levels of <strong>vitamin D</strong>. It can <a href=\"https://news.harvard.edu/gazette/story/2017/02/study-confirms-vitamin-d-protects-against-cold-and-flu/\" target=\"_blank\" rel=\"noopener\">reduce your risks of getting sick. </a>\r\n\r\nWe hope this helps you stay happy and healthy all winter!\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1003\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Be Ready for Colds, Dry Skin & More','Help for allergies, thyroid & much more!','inherit','closed','closed','','1002-revision-v1','','','2017-09-29 11:03:48','2017-09-29 16:03:48','',1002,'https://ruthsnutrition.gsg-host.com/1002-revision-v1/',0,'revision','',0),(1006,2,'2017-09-29 11:06:41','2017-09-29 16:06:41','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Here are our favorite aids for surviving the season</h2>\r\nThis might sound crazy, but we want to talk about winter. We know, itâ€™s just now beginning to feel a tiny bit like fall, but like it or not, winter is coming soon. That means colds, flu, winter blues, dry skin, cracked hands and a world of other maladies will be lurking for any opportunity to move in and occupy your world.\r\n\r\nWe thought it might help you get prepared if we shared some of our favorite products for keeping the winter beasts at bay.\r\n\r\n<strong>Anita:</strong> <strong>Elderberry extract</strong> tops Anitaâ€™s list on winter favorites because of its anti-viral properties. She takes a single dose daily all winter, but if sheâ€™s exposed to someone who is sick, she kicks up the dose to 2-3 times daily. But itâ€™s not just getting sick Anita works to prevent. â€œWinter is really hard on my hands. The corners of my nails are prone to crack and bleed, and they become very tender. Using <strong>Savannah Bee Beeswax Salve</strong> several times a day really helps prevent that.â€ Anita also has extremely sensitive skin, the kind that reacts to all sorts of chemical ingredients. To keep her skin moist and free from reactions, Anita uses either <strong>Acure Nourishing Body Lotion</strong> or any of Aubreyâ€™s Body Lotions, but <strong>Aubreyâ€™s Sea Buckthorn lotion</strong> is her favorite.\r\n\r\n<strong>Barbara:</strong> Her winter favorite is <strong>Derma-e Vitamin E 12,000 IU CrÃ¨me</strong>. Last winter, Barbara used this product nightly at bedtime. It kept her skin moist and protected it from severe dryness. She loves its mild fragrance. Next she chose <strong>Solarayâ€™s Vitamin C with Bioflavinoids</strong>, for all the good things vitamin C does. She takes it daily but doubles or triples the dose if she gets cold or flu symptoms. She also raves about <strong>Gaia Herbs Quick Defense</strong>. â€œIt really works! I found I can depend on this product as long as I take it at the onset of my symptoms.â€ She first tried Quick Defense when she got cold symptoms the day before an airplane trip to Chicago. â€œI took 2 capsules 5 times a day for 2 days and increased my vitamin C. I was symptom free in two days!â€\r\n\r\n<strong>Christine:</strong> With a son in school, Christineâ€™s whole focus on winter is keeping him well. Like Anita, Christine depends on <strong>elderberry extract</strong>. She uses it daily and finds her son is healthy when other kids are getting sick. Sheâ€™s used several of the products we carry: liquid extracts, gummies and chewable lozenges. The other thing sheâ€™s adamant about is keeping kids on a good multi-vitamin to nourish the whole immune system. She prefers food-based vitamins like <strong>Natureâ€™s Plus Animal Parade</strong> or <strong>MyKind Organics Kids Multi Gummies</strong>. Like many of us, Christine also deals with dry skin in winter. She chooses <strong>Derma-e Intense Moisture Body Lotion,</strong> either fragrance free or Lavender/Neroli. â€œThese products are very hydrating and a little goes a long way. Lavender/Neroli is very calming to the skin as well as to the mind, helping you relax after a shower or bath.â€\r\n\r\n<strong>Sue:</strong> When it comes to colds and flu, Sueâ€™s top choice is <strong>Herbs Etc. Respiratonic</strong>. â€œContaining Echinacea, Osha and other potent herbs, it uses plants that are expectorant and anti-microbial. Itâ€™s always in my cupboard.â€ Should she get swollen glands, from either a cold or even allergies, she also reaches for <strong>Herbs Etc. Lymphatonic</strong>. â€œThis stuff is amazing. It contains herbs known as lymphatics, plants that help the lymph glands move through all the waste from inflamed/infected sinuses. I recover sooner when I use it.â€ Last, like many of our customers, Sue can be susceptible to the winter blues. â€œWhen the days get shorter we get less sunlight and then we make less serotonin. When I begin to feel the winter blahs, I start taking <strong>Source Naturals 5-HTP</strong>. Itâ€™s a serotonin precursor and it works quickly for me.â€\r\n\r\n<strong>One more thing:</strong> Something none of us mentioned but we all do is keep up our levels of <strong>vitamin D</strong>. It can <a href=\"https://news.harvard.edu/gazette/story/2017/02/study-confirms-vitamin-d-protects-against-cold-and-flu/\" target=\"_blank\" rel=\"noopener\">reduce your risks of getting sick. </a>\r\n\r\nWe hope this helps you stay happy and healthy all winter!\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1003\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Be Ready for Colds, Dry Skin & More','We share our favorite products for fighting winter\'s worst.','inherit','closed','closed','','1002-revision-v1','','','2017-09-29 11:06:41','2017-09-29 16:06:41','',1002,'https://ruthsnutrition.gsg-host.com/1002-revision-v1/',0,'revision','',0),(1007,2,'2017-09-29 11:08:05','2017-09-29 16:08:05','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Our favorite aids for surviving the season</h2>\r\nThis might sound crazy, but we want to talk about winter. We know, itâ€™s just now beginning to feel a tiny bit like fall, but like it or not, winter is coming soon. That means colds, flu, winter blues, dry skin, cracked hands and a world of other maladies will be lurking for any opportunity to move in and occupy your world.\r\n\r\nWe thought it might help you get prepared if we shared some of our favorite products for keeping the winter beasts at bay.\r\n\r\n<strong>Anita:</strong> <strong>Elderberry extract</strong> tops Anitaâ€™s list on winter favorites because of its anti-viral properties. She takes a single dose daily all winter, but if sheâ€™s exposed to someone who is sick, she kicks up the dose to 2-3 times daily. But itâ€™s not just getting sick Anita works to prevent. â€œWinter is really hard on my hands. The corners of my nails are prone to crack and bleed, and they become very tender. Using <strong>Savannah Bee Beeswax Salve</strong> several times a day really helps prevent that.â€ Anita also has extremely sensitive skin, the kind that reacts to all sorts of chemical ingredients. To keep her skin moist and free from reactions, Anita uses either <strong>Acure Nourishing Body Lotion</strong> or any of Aubreyâ€™s Body Lotions, but <strong>Aubreyâ€™s Sea Buckthorn lotion</strong> is her favorite.\r\n\r\n<strong>Barbara:</strong> Her winter favorite is <strong>Derma-e Vitamin E 12,000 IU CrÃ¨me</strong>. Last winter, Barbara used this product nightly at bedtime. It kept her skin moist and protected it from severe dryness. She loves its mild fragrance. Next she chose <strong>Solarayâ€™s Vitamin C with Bioflavinoids</strong>, for all the good things vitamin C does. She takes it daily but doubles or triples the dose if she gets cold or flu symptoms. She also raves about <strong>Gaia Herbs Quick Defense</strong>. â€œIt really works! I found I can depend on this product as long as I take it at the onset of my symptoms.â€ She first tried Quick Defense when she got cold symptoms the day before an airplane trip to Chicago. â€œI took 2 capsules 5 times a day for 2 days and increased my vitamin C. I was symptom free in two days!â€\r\n\r\n<strong>Christine:</strong> With a son in school, Christineâ€™s whole focus on winter is keeping him well. Like Anita, Christine depends on <strong>elderberry extract</strong>. She uses it daily and finds her son is healthy when other kids are getting sick. Sheâ€™s used several of the products we carry: liquid extracts, gummies and chewable lozenges. The other thing sheâ€™s adamant about is keeping kids on a good multi-vitamin to nourish the whole immune system. She prefers food-based vitamins like <strong>Natureâ€™s Plus Animal Parade</strong> or <strong>MyKind Organics Kids Multi Gummies</strong>. Like many of us, Christine also deals with dry skin in winter. She chooses <strong>Derma-e Intense Moisture Body Lotion,</strong> either fragrance free or Lavender/Neroli. â€œThese products are very hydrating and a little goes a long way. Lavender/Neroli is very calming to the skin as well as to the mind, helping you relax after a shower or bath.â€\r\n\r\n<strong>Sue:</strong> When it comes to colds and flu, Sueâ€™s top choice is <strong>Herbs Etc. Respiratonic</strong>. â€œContaining Echinacea, Osha and other potent herbs, it uses plants that are expectorant and anti-microbial. Itâ€™s always in my cupboard.â€ Should she get swollen glands, from either a cold or even allergies, she also reaches for <strong>Herbs Etc. Lymphatonic</strong>. â€œThis stuff is amazing. It contains herbs known as lymphatics, plants that help the lymph glands move through all the waste from inflamed/infected sinuses. I recover sooner when I use it.â€ Last, like many of our customers, Sue can be susceptible to the winter blues. â€œWhen the days get shorter we get less sunlight and then we make less serotonin. When I begin to feel the winter blahs, I start taking <strong>Source Naturals 5-HTP</strong>. Itâ€™s a serotonin precursor and it works quickly for me.â€\r\n\r\n<strong>One more thing:</strong> Something none of us mentioned but we all do is keep up our levels of <strong>vitamin D</strong>. It can <a href=\"https://news.harvard.edu/gazette/story/2017/02/study-confirms-vitamin-d-protects-against-cold-and-flu/\" target=\"_blank\" rel=\"noopener\">reduce your risks of getting sick. </a>\r\n\r\nWe hope this helps you stay happy and healthy all winter!\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1003\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Be Ready for Colds, Dry Skin & More','We share our favorite aids for fighting winter\'s worst.','inherit','closed','closed','','1002-revision-v1','','','2017-09-29 11:08:05','2017-09-29 16:08:05','',1002,'https://ruthsnutrition.gsg-host.com/1002-revision-v1/',0,'revision','',0),(1008,2,'2017-10-10 12:00:55','2017-10-10 17:00:55','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Stock up on your favorites!</h2>\r\n<strong>ACURE HAIR CARE</strong> - All natural shampoos &amp; conditioners. Clarifying, repairing, &amp; volumizing!\r\n\r\n<strong>GABRIEL COSMETICS</strong> - Toxin-free make-up for the eyes, face &amp; lips. Great for your looks; great for your skin!\r\n\r\n<strong>GARDEN OF LIFE ORGANIC GRASS-FED WHEY</strong> - available in 5 flavors! Chocolate-Peanut Butter, Strawberry, Vanilla, Chocolate Cacao and Lightly Sweetened (no stevia, sweetened with cane sugar)\r\n\r\n<strong>NEW CHAPTER</strong> - Bone Strength, Omega 7, Zyflamend &amp; more!\r\n\r\n<strong>NORDIC NATURALS</strong> - Finest fish oils around!\r\n\r\n<strong>Â </strong>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"834\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','October Sales!','Great products @ great prices!','publish','closed','open','','october-sales-2','','','2017-10-10 12:00:55','2017-10-10 17:00:55','',0,'https://ruthsnutrition.gsg-host.com/?p=1008',0,'post','',0),(1009,2,'2017-10-10 11:57:51','2017-10-10 16:57:51','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Stock up on your favorites!</h2>\r\nACURE HAIR CARE - All natural shampoos &amp; conditioners.\r\n\r\nGABRIEL COSMETICS - Toxin-free make-up for the eyes, face &amp; lips.\r\n\r\nGARDEN OF LIFE ORGANIC GRASS-FED WHEY - available in 5 flavors! Chocolate-Peanut Butter, Strawberry, Vanilla, Chocolate Cacao and Lightly Sweetened (no stevia, sweetened with cane sugar)\r\n\r\nNEW CHAPTER - Bone Strength, Omega 7, Zyflamend &amp; more!\r\n\r\nNORDIC NATURALS - Finest fish oils around!\r\n\r\n<strong>Â </strong>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"834\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','October Sales!','Great products @ great prices!','inherit','closed','closed','','1008-revision-v1','','','2017-10-10 11:57:51','2017-10-10 16:57:51','',1008,'https://ruthsnutrition.gsg-host.com/1008-revision-v1/',0,'revision','',0),(1010,2,'2017-10-10 11:59:57','2017-10-10 16:59:57','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Stock up on your favorites!</h2>\r\n<strong>ACURE HAIR CARE</strong> - All natural shampoos &amp; conditioners. Clarifying, repairing, &amp; volumizing!\r\n\r\n<strong>GABRIEL COSMETICS</strong> - Toxin-free make-up for the eyes, face &amp; lips. Great for your looks; great for your skin!\r\n\r\n<strong>GARDEN OF LIFE ORGANIC GRASS-FED WHEY</strong> - available in 5 flavors! Chocolate-Peanut Butter, Strawberry, Vanilla, Chocolate Cacao and Lightly Sweetened (no stevia, sweetened with cane sugar)\r\n\r\n<strong>NEW CHAPTER</strong> - Bone Strength, Omega 7, Zyflamend &amp; more!\r\n\r\n<strong>NORDIC NATURALS</strong> - Finest fish oils around!\r\n\r\n<strong>Â </strong>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"834\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','October Sales!','Great products @ great prices!','inherit','closed','closed','','1008-revision-v1','','','2017-10-10 11:59:57','2017-10-10 16:59:57','',1008,'https://ruthsnutrition.gsg-host.com/1008-revision-v1/',0,'revision','',0),(1011,2,'2017-10-31 11:41:55','2017-10-31 16:41:55','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>We\'ve got some tips from experts</h2>\r\n<h2>to help youÂ tackle this problem</h2>\r\nAre you feeling that classic statement â€œIâ€™m tired of being tiredâ€? We totally understand. Weâ€™ve been there ourselves and we hear it a lot from customers. We wish we could say thereâ€™s an easy answer, but there are many possible causes of fatigue. If youâ€™re willing to do a little investigating, though, you probably can come up with reasonable solutions.\r\n\r\nFirst step is to visit your doc and rule out some major medical conditions like anemia, hypoglycemia, hypothyroidism, heart disease, B-12 deficiency, sleep apnea and infections (Epstein-barr, Lymeâ€™s, urinary tract, etc.). All of those can make you fatigued. <a href=\"https://drchristianson.com/14-hidden-causes-of-fatigue-and-their-solutions/\" target=\"_blank\" rel=\"noopener\">Dr. Alan Christianson</a> also mentions poor hydration, caffeine toxicity, depression, food intolerances, magnesium deficiency and vitamin D deficiency.\r\n\r\nBut what we most hear most from our customers are classic symptoms of burnout: feeling tired and wired, exhaustion, craving salty or sugary foods, digestive problems, insomnia, aches and pains and even hives. Dr. Aviva Romm, M.D., sites these as indicators of a stress response system pushed to its limits. In short, your hypothalamic-pituitary-adrenal axis needs some help.\r\n\r\nThis is where adaptogenic herbs (herbs that help you adapt to stress) are extremely helpful. They nourish and help regulate the adrenal glands and hypothalamus to gently urge your stress response toward more healthy function.\r\n\r\nThere are many adaptogens to choose from, but Dr. Romm divides her favorites into two categories: Calming/Soothing and Nourishing/Replenishing. In the Calming category she includes: Ashwagandha, the mind, mood &amp; muscle soother; and Reishi Mushroom, the immune nourisher. In the Nourishing category she includes: Ashwagandha (itâ€™s a multifaceted wonder!); Holy Basil, the vitalizer; Maca, the mother of hormone nourishers; Schizandra, the detoxifer; and Shatavari, the hormone harmonizer and queen of womenâ€™s adaptogens. If you want to learn more, like how to choose which adaptogen is best for you, <a href=\"https://avivaromm.com/adaptogens-burnout-2/\" target=\"_blank\" rel=\"noopener\">click here</a>.\r\n\r\nDr. Tori Hudson, N.D., also uses herbs for burnout citing Ashwagandha, Astragalus, Schizandra and Maca as having both traditional and scientific support for use. She also recommends key nutrients that play a critical role in optimal function of the adrenal gland. They are: pantothenic acid, B6, zinc, magnesium and vitamin C. <a href=\"http://drtorihudson.com/articles/adrenal-support/\" target=\"_blank\" rel=\"noopener\">Read more</a>.\r\n\r\nWhile â€œIâ€™m tiredâ€ is a common refrain in our hectic society, itâ€™s not normal. Donâ€™t settle for it. Do some investigating into your health. Check what you need to with your doc and explore possible remedies until you find a solution.\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1012\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Fighting Fatigue','If you\'re always tired, it\'s time to do some investigation.','publish','closed','open','','fighting-fatigue','','','2017-10-31 11:41:55','2017-10-31 16:41:55','',0,'https://ruthsnutrition.gsg-host.com/?p=1011',0,'post','',0),(1012,2,'2017-10-31 11:21:41','2017-10-31 16:21:41','','Tired woman 600X410 NEWSLETTER','','inherit','open','closed','','tired-woman-600x410-newsletter','','','2017-10-31 11:21:41','2017-10-31 16:21:41','',1011,'https://ruthsnutrition.gsg-host.com/wp-content/uploads/2017/10/Tired-woman-600X410-NEWSLETTER.jpg',0,'attachment','image/jpeg',0),(1013,2,'2017-10-31 11:38:13','2017-10-31 16:38:13','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>We\'ve got some tips to tackle this problem</h2>\r\nAre you feeling that classic statement â€œIâ€™m tired of being tiredâ€? We totally understand. Weâ€™ve been there ourselves and we hear it a lot from customers. We wish we could say thereâ€™s an easy answer, but there are many possible causes of fatigue. If youâ€™re willing to do a little investigating, though, you probably can come up with reasonable solutions.\r\n\r\nFirst step is to visit your doc and rule out some major medical conditions like anemia, hypoglycemia, hypothyroidism, heart disease, B-12 deficiency, sleep apnea and infections (Epstein-barr, Lymeâ€™s, urinary tract, etc.). All of those can make you fatigued. <a href=\"https://drchristianson.com/14-hidden-causes-of-fatigue-and-their-solutions/\" target=\"_blank\" rel=\"noopener\">Dr. Alan Christianson</a> also mentions poor hydration, caffeine toxicity, depression, food intolerances, magnesium deficiency and vitamin D deficiency.\r\n\r\nBut what we most hear most from our customers are classic symptoms of burnout: feeling tired and wired, exhaustion, craving salty or sugary foods, digestive problems, insomnia, aches and pains and even hives. Dr. Aviva Romm, M.D., sites these as indicators of a stress response system pushed to its limits. In short, your hypothalamic-pituitary-adrenal axis needs some help.\r\n\r\nThis is where adaptogenic herbs (herbs that help you adapt to stress) are extremely helpful. They nourish and help regulate the adrenal glands and hypothalamus to gently urge your stress response toward more healthy function.\r\n\r\nThere are many adaptogens to choose from, but Dr. Romm divides her favorites into two categories: Calming/Soothing and Nourishing/Replenishing. In the Calming category she includes: Ashwagandha, the mind, mood &amp; muscle soother; and Reishi Mushroom, the immune nourisher. In the Nourishing category she includes: Ashwagandha (itâ€™s a multifaceted wonder!); Holy Basil, the vitalizer; Maca, the mother of hormone nourishers; Schizandra, the detoxifer; and Shatavari, the hormone harmonizer and queen of womenâ€™s adaptogens. If you want to learn more, like how to choose which adaptogen is best for you, <a href=\"https://avivaromm.com/adaptogens-burnout-2/\" target=\"_blank\" rel=\"noopener\">click here</a>.\r\n\r\nDr. Tori Hudson, N.D., also uses herbs for burnout citing Ashwagandha, Astragalus, Schizandra and Maca as having both traditional and scientific support for use. She also recommends key nutrients that play a critical role in optimal function of the adrenal gland. They are: pantothenic acid, B6, zinc, magnesium and vitamin C. <a href=\"http://drtorihudson.com/articles/adrenal-support/\" target=\"_blank\" rel=\"noopener\">Read more</a>.\r\n\r\nWhile â€œIâ€™m tiredâ€ is a common refrain in our hectic society, itâ€™s not normal. Donâ€™t settle for it. Do some investigating into your health. Check what you need to with your doc and explore possible remedies until you find a solution.\r\n\r\n&nbsp;\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1012\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Fighting Fatigue','If you\'re always tired, it\'s time to do some investigation.','inherit','closed','closed','','1011-revision-v1','','','2017-10-31 11:38:13','2017-10-31 16:38:13','',1011,'https://ruthsnutrition.gsg-host.com/1011-revision-v1/',0,'revision','',0),(1014,2,'2017-10-31 11:39:53','2017-10-31 16:39:53','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>We\'ve got some tips to help you</h2>\r\n<h2>tackle this problem</h2>\r\nAre you feeling that classic statement â€œIâ€™m tired of being tiredâ€? We totally understand. Weâ€™ve been there ourselves and we hear it a lot from customers. We wish we could say thereâ€™s an easy answer, but there are many possible causes of fatigue. If youâ€™re willing to do a little investigating, though, you probably can come up with reasonable solutions.\r\n\r\nFirst step is to visit your doc and rule out some major medical conditions like anemia, hypoglycemia, hypothyroidism, heart disease, B-12 deficiency, sleep apnea and infections (Epstein-barr, Lymeâ€™s, urinary tract, etc.). All of those can make you fatigued. <a href=\"https://drchristianson.com/14-hidden-causes-of-fatigue-and-their-solutions/\" target=\"_blank\" rel=\"noopener\">Dr. Alan Christianson</a> also mentions poor hydration, caffeine toxicity, depression, food intolerances, magnesium deficiency and vitamin D deficiency.\r\n\r\nBut what we most hear most from our customers are classic symptoms of burnout: feeling tired and wired, exhaustion, craving salty or sugary foods, digestive problems, insomnia, aches and pains and even hives. Dr. Aviva Romm, M.D., sites these as indicators of a stress response system pushed to its limits. In short, your hypothalamic-pituitary-adrenal axis needs some help.\r\n\r\nThis is where adaptogenic herbs (herbs that help you adapt to stress) are extremely helpful. They nourish and help regulate the adrenal glands and hypothalamus to gently urge your stress response toward more healthy function.\r\n\r\nThere are many adaptogens to choose from, but Dr. Romm divides her favorites into two categories: Calming/Soothing and Nourishing/Replenishing. In the Calming category she includes: Ashwagandha, the mind, mood &amp; muscle soother; and Reishi Mushroom, the immune nourisher. In the Nourishing category she includes: Ashwagandha (itâ€™s a multifaceted wonder!); Holy Basil, the vitalizer; Maca, the mother of hormone nourishers; Schizandra, the detoxifer; and Shatavari, the hormone harmonizer and queen of womenâ€™s adaptogens. If you want to learn more, like how to choose which adaptogen is best for you, <a href=\"https://avivaromm.com/adaptogens-burnout-2/\" target=\"_blank\" rel=\"noopener\">click here</a>.\r\n\r\nDr. Tori Hudson, N.D., also uses herbs for burnout citing Ashwagandha, Astragalus, Schizandra and Maca as having both traditional and scientific support for use. She also recommends key nutrients that play a critical role in optimal function of the adrenal gland. They are: pantothenic acid, B6, zinc, magnesium and vitamin C. <a href=\"http://drtorihudson.com/articles/adrenal-support/\" target=\"_blank\" rel=\"noopener\">Read more</a>.\r\n\r\nWhile â€œIâ€™m tiredâ€ is a common refrain in our hectic society, itâ€™s not normal. Donâ€™t settle for it. Do some investigating into your health. Check what you need to with your doc and explore possible remedies until you find a solution.\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1012\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Fighting Fatigue','If you\'re always tired, it\'s time to do some investigation.','inherit','closed','closed','','1011-revision-v1','','','2017-10-31 11:39:53','2017-10-31 16:39:53','',1011,'https://ruthsnutrition.gsg-host.com/1011-revision-v1/',0,'revision','',0),(1015,2,'2017-10-31 11:40:38','2017-10-31 16:40:38','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>We\'ve got some tips from experts</h2>\r\n<h2>to help youÂ tackle this problem</h2>\r\nAre you feeling that classic statement â€œIâ€™m tired of being tiredâ€? We totally understand. Weâ€™ve been there ourselves and we hear it a lot from customers. We wish we could say thereâ€™s an easy answer, but there are many possible causes of fatigue. If youâ€™re willing to do a little investigating, though, you probably can come up with reasonable solutions.\r\n\r\nFirst step is to visit your doc and rule out some major medical conditions like anemia, hypoglycemia, hypothyroidism, heart disease, B-12 deficiency, sleep apnea and infections (Epstein-barr, Lymeâ€™s, urinary tract, etc.). All of those can make you fatigued. <a href=\"https://drchristianson.com/14-hidden-causes-of-fatigue-and-their-solutions/\" target=\"_blank\" rel=\"noopener\">Dr. Alan Christianson</a> also mentions poor hydration, caffeine toxicity, depression, food intolerances, magnesium deficiency and vitamin D deficiency.\r\n\r\nBut what we most hear most from our customers are classic symptoms of burnout: feeling tired and wired, exhaustion, craving salty or sugary foods, digestive problems, insomnia, aches and pains and even hives. Dr. Aviva Romm, M.D., sites these as indicators of a stress response system pushed to its limits. In short, your hypothalamic-pituitary-adrenal axis needs some help.\r\n\r\nThis is where adaptogenic herbs (herbs that help you adapt to stress) are extremely helpful. They nourish and help regulate the adrenal glands and hypothalamus to gently urge your stress response toward more healthy function.\r\n\r\nThere are many adaptogens to choose from, but Dr. Romm divides her favorites into two categories: Calming/Soothing and Nourishing/Replenishing. In the Calming category she includes: Ashwagandha, the mind, mood &amp; muscle soother; and Reishi Mushroom, the immune nourisher. In the Nourishing category she includes: Ashwagandha (itâ€™s a multifaceted wonder!); Holy Basil, the vitalizer; Maca, the mother of hormone nourishers; Schizandra, the detoxifer; and Shatavari, the hormone harmonizer and queen of womenâ€™s adaptogens. If you want to learn more, like how to choose which adaptogen is best for you, <a href=\"https://avivaromm.com/adaptogens-burnout-2/\" target=\"_blank\" rel=\"noopener\">click here</a>.\r\n\r\nDr. Tori Hudson, N.D., also uses herbs for burnout citing Ashwagandha, Astragalus, Schizandra and Maca as having both traditional and scientific support for use. She also recommends key nutrients that play a critical role in optimal function of the adrenal gland. They are: pantothenic acid, B6, zinc, magnesium and vitamin C. <a href=\"http://drtorihudson.com/articles/adrenal-support/\" target=\"_blank\" rel=\"noopener\">Read more</a>.\r\n\r\nWhile â€œIâ€™m tiredâ€ is a common refrain in our hectic society, itâ€™s not normal. Donâ€™t settle for it. Do some investigating into your health. Check what you need to with your doc and explore possible remedies until you find a solution.\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1012\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Fighting Fatigue','If you\'re always tired, it\'s time to do some investigation.','inherit','closed','closed','','1011-revision-v1','','','2017-10-31 11:40:38','2017-10-31 16:40:38','',1011,'https://ruthsnutrition.gsg-host.com/1011-revision-v1/',0,'revision','',0),(1016,2,'2017-11-02 13:55:59','2017-11-02 18:55:59','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Stock up on your favorites!</h2>\r\n&nbsp;\r\n\r\n<strong>GARDEN OF LIFE USDA ORGANIC GRASS-FED WHEYÂ </strong>- available in 5 flavors! Chocolate-Peanut Butter, Strawberry, Vanilla, Chocolate Cacao and Lightly Sweetened (no stevia, sweetened with cane sugar). Great for muscle-building and weight loss!\r\n\r\n<strong>NATURAL FACTORS -Â </strong>Many customer favorites here: MenoSense, Sex Essentials, ThyroSense, AdrenaSense, Berberine, Theanine, BioSil, CoQ10, Whey Proteins and more!\r\n\r\n<strong>PERFECT PICKLER VEGETABLE FERMENTING KITS -Â </strong>Make your own gut-improving fermented veggies: sauerkraut, pickles and more. Takes 3-10 days and saves oodles of $$!\r\n\r\n<strong>MANY OTHER ITEMS THROUGHOUT THE STORE!</strong>\r\n\r\n<strong>Â </strong>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"985\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','November Sales!','Great products @ great prices!','publish','closed','open','','november-sales','','','2017-11-02 13:55:59','2017-11-02 18:55:59','',0,'https://ruthsnutrition.gsg-host.com/?p=1016',0,'post','',0),(1017,2,'2017-11-02 13:53:43','2017-11-02 18:53:43','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Stock up on your favorites!</h2>\r\n&nbsp;\r\n\r\n<strong>GARDEN OF LIFE USDA ORGANIC GRASS-FED WHEYÂ </strong>- available in 5 flavors! Chocolate-Peanut Butter, Strawberry, Vanilla, Chocolate Cacao and Lightly Sweetened (no stevia, sweetened with cane sugar). Great for muscle-building and weight loss!\r\n\r\n<strong>NATURAL FACTORS -Â </strong>Many customer favorites here: MenoSense, Sex Essentials, ThyroSense, AdrenaSense, Berberine, Theanine, BioSil, CoQ10, Whey Proteins and more!\r\n\r\n<strong>PERFECT PICKLER VEGETABLE FERMENTING KITS -Â </strong>Make your own gut-improving fermented veggies: sauerkraut, pickles and more. Takes 3-10 days and saves oodles of $$!\r\n\r\n<strong>Â </strong>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"985\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','November Sales!','Great products @ great prices!','inherit','closed','closed','','1016-revision-v1','','','2017-11-02 13:53:43','2017-11-02 18:53:43','',1016,'https://ruthsnutrition.gsg-host.com/1016-revision-v1/',0,'revision','',0),(1018,2,'2017-11-02 13:55:16','2017-11-02 18:55:16','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Stock up on your favorites!</h2>\r\n&nbsp;\r\n\r\n<strong>GARDEN OF LIFE USDA ORGANIC GRASS-FED WHEYÂ </strong>- available in 5 flavors! Chocolate-Peanut Butter, Strawberry, Vanilla, Chocolate Cacao and Lightly Sweetened (no stevia, sweetened with cane sugar). Great for muscle-building and weight loss!\r\n\r\n<strong>NATURAL FACTORS -Â </strong>Many customer favorites here: MenoSense, Sex Essentials, ThyroSense, AdrenaSense, Berberine, Theanine, BioSil, CoQ10, Whey Proteins and more!\r\n\r\n<strong>PERFECT PICKLER VEGETABLE FERMENTING KITS -Â </strong>Make your own gut-improving fermented veggies: sauerkraut, pickles and more. Takes 3-10 days and saves oodles of $$!\r\n\r\n<strong>MANY OTHER ITEMS THROUGHOUT THE STORE!</strong>\r\n\r\n<strong>Â </strong>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"985\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','November Sales!','Great products @ great prices!','inherit','closed','closed','','1016-revision-v1','','','2017-11-02 13:55:16','2017-11-02 18:55:16','',1016,'https://ruthsnutrition.gsg-host.com/1016-revision-v1/',0,'revision','',0),(1019,2,'2017-11-28 12:00:16','2017-11-28 18:00:16','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Our favorite aids for thriving under stress</h2>\r\nWeâ€™re in the thick of the holiday season: Thanksgivingâ€™s behind us, but the Christmas rush is well under way. Parkway traffic jams are becoming the norm. There are presents to buy, parties to plan, food to prepare. Sometimes it gets just a bit overwhelming. It can make what ought to be a joyous season a real challenge just to stay sane. We at Ruthâ€™s have long said we feel better when you feel better, so weâ€™ve put our heads together to come up with our favorite strategies for thriving in the face of stress.\r\n\r\nBarbara and Sue start with a foundation of <strong>magnesium</strong>. Itâ€™s known as a calming mineral, one that gets used up fast when weâ€™re under stress. Barbara notices when she doesnâ€™t take it, she can become irritable or even start craving foods. <strong>5-HTP (5-hydroxytrytophan)</strong> is another favorite of these two. Itâ€™s a serotonin precursor that Sue has used for occasional bouts of depression, and Barb says it also helps prevent her carbohydrate cravings. Barb also likes <strong>Relora</strong>, often used with 5-HTP, as a strategy to help cope with her anxiety and/or depression.\r\n\r\nChristine, too, is a fan of magnesium but she reaches for <strong>LifeFlo Pure Magnesium Flakes (magnesium chloride)</strong> to add to a relaxing hot bath. She also likes to add <strong>calming essential oils</strong> to the bath, maybe <strong>Simplerâ€™s Organic Tulsi Holy Basil oil or Organic Lavender.</strong> If she doesnâ€™t use them in the bath, she might use them in a diffuser to help her relax. She also uses the lavender in a spritzer to spray her sonâ€™s pillow to help him get deep, relaxing sleep. When it comes to oral supplements, Christineâ€™s a fan of <strong>Herbalogic Decompress Stress &amp; Tension Relief.</strong> The liquid tastes good and is fast-acting, and the product comes in capsules, too.\r\n\r\nFor Anita, good sleep is paramount to surviving stress, so she relies on Solaray Sleep Blend. If sheâ€™s really keyed up, she uses Redd Remedies At Ease P.M. to calm overactive brain and nerves. Last, because cold &amp; flu are so prevalent this time of year, she makes it a habit to take a dose of Sovereign Silver before and after family gatherings or parties just in case she gets exposed to someone whoâ€™s sick.\r\n\r\nSueâ€™s go-to product for stress this time of year is Source Naturals Theanine Serine. Itâ€™s a formula with multiple beneficial ingredients that is effective for many customers. Itâ€™s probably our No. 1 seller in this category. If your anxiety reaches the level of panic attacks, Sue also likes Gaia Herbsâ€™ Kava. Itâ€™s not meant for everyday long-term use, but for the occasional severe bout of anxiety it works well for many. Sue is also getting good reports from customers on the use of CWâ€™s Hemp Oil Extract for anxiety. Itâ€™s comparatively expensive, so itâ€™s probably best to try something else first, but customer feedback has been good.\r\n\r\nOther things to keep in mind are adequate <strong>B vitamins</strong> for nerve health, and support formulas that contain <strong>adaptogenic herbs like Rhodiola, Ashwagandha, Holy Basil,</strong> etc. Most important of all, take care of yourself at least as much as you are taking care of others. We believe that old adage is true: You cannot pour from an empty cup.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1020\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Feeling overwhelmed?','We share our favorite aids for staying sane during the holidays.','publish','closed','open','','feeling-overwhelmed','','','2017-11-28 12:00:16','2017-11-28 18:00:16','',0,'https://ruthsnutrition.gsg-host.com/?p=1019',0,'post','',0),(1020,2,'2017-11-28 11:45:41','2017-11-28 17:45:41','','Holiday Stress 600X403','','inherit','open','closed','','holiday-stress-600x403','','','2017-11-28 11:45:41','2017-11-28 17:45:41','',1019,'https://ruthsnutrition.gsg-host.com/wp-content/uploads/2017/11/Holiday-Stress-600X403.jpg',0,'attachment','image/jpeg',0),(1021,2,'2017-11-28 11:57:16','2017-11-28 17:57:16','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Our favorite aids for surviving stress</h2>\r\nWeâ€™re in the thick of the holiday season: Thanksgivingâ€™s behind us, but the Christmas rush is well under way. Parkway traffic jams are becoming the norm. There are presents to buy, parties to plan, food to prepare. Sometimes it gets just a bit overwhelming. It can make what ought to be a joyous season a real challenge just to stay sane. We at Ruthâ€™s have long said we feel better when you feel better, so weâ€™ve put our heads together to come up with our favorite strategies for thriving in the face of stress.\r\n\r\nBarbara and Sue start with a foundation of <strong>magnesium</strong>. Itâ€™s known as a calming mineral, one that gets used up fast when weâ€™re under stress. Barbara notices when she doesnâ€™t take it, she can become irritable or even start craving foods. <strong>5-HTP (5-hydroxytrytophan)</strong> is another favorite of these two. Itâ€™s a serotonin precursor that Sue has used for occasional bouts of depression, and Barb says it also helps prevent her carbohydrate cravings. Barb also likes <strong>Relora</strong>, often used with 5-HTP, as a strategy to help cope with her anxiety and/or depression.\r\n\r\nChristine, too, is a fan of magnesium but she reaches for <strong>LifeFlo Pure Magnesium Flakes (magnesium chloride)</strong> to add to a relaxing hot bath. She also likes to add <strong>calming essential oils</strong> to the bath, maybe <strong>Simplerâ€™s Organic Tulsi Holy Basil oil or Organic Lavender.</strong> If she doesnâ€™t use them in the bath, she might use them in a diffuser to help her relax. She also uses the lavender in a spritzer to spray her sonâ€™s pillow to help him get deep, relaxing sleep. When it comes to oral supplements, Christineâ€™s a fan of <strong>Herbalogic Decompress Stress &amp; Tension Relief.</strong> The liquid tastes good and is fast-acting, and the product comes in capsules, too.\r\n\r\nFor Anita, good sleep is paramount to surviving stress, so she relies on Solaray Sleep Blend. If sheâ€™s really keyed up, she uses Redd Remedies At Ease P.M. to calm overactive brain and nerves. Last, because cold &amp; flu are so prevalent this time of year, she makes it a habit to take a dose of Sovereign Silver before and after family gatherings or parties just in case she gets exposed to someone whoâ€™s sick.\r\n\r\nSueâ€™s go-to product for stress this time of year is Source Naturals Theanine Serine. Itâ€™s a formula with multiple beneficial ingredients that is effective for many customers. Itâ€™s probably our No. 1 seller in this category. If your anxiety reaches the level of panic attacks, Sue also likes Gaia Herbsâ€™ Kava. Itâ€™s not meant for everyday long-term use, but for the occasional severe bout of anxiety it works well for many. Sue is also getting good reports from customers on the use of CWâ€™s Hemp Oil Extract for anxiety. Itâ€™s comparatively expensive, so itâ€™s probably best to try something else first, but customer feedback has been good.\r\n\r\nOther things to keep in mind are adequate <strong>B vitamins</strong> for nerve health, and support formulas that contain <strong>adaptogenic herbs like Rhodiola, Ashwagandha, Holy Basil,</strong> etc. Most important of all, take care of yourself at least as much as you are taking care of others. We believe that old adage is true: You cannot pour from an empty cup.\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1020\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Feeling a little overwhelmed?','We share our favorite aids for staying sane during the holidays.','inherit','closed','closed','','1019-revision-v1','','','2017-11-28 11:57:16','2017-11-28 17:57:16','',1019,'https://ruthsnutrition.gsg-host.com/1019-revision-v1/',0,'revision','',0),(1022,2,'2017-11-28 11:58:32','2017-11-28 17:58:32','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Our favorite aids for surviving stress</h2>\r\nWeâ€™re in the thick of the holiday season: Thanksgivingâ€™s behind us, but the Christmas rush is well under way. Parkway traffic jams are becoming the norm. There are presents to buy, parties to plan, food to prepare. Sometimes it gets just a bit overwhelming. It can make what ought to be a joyous season a real challenge just to stay sane. We at Ruthâ€™s have long said we feel better when you feel better, so weâ€™ve put our heads together to come up with our favorite strategies for thriving in the face of stress.\r\n\r\nBarbara and Sue start with a foundation of <strong>magnesium</strong>. Itâ€™s known as a calming mineral, one that gets used up fast when weâ€™re under stress. Barbara notices when she doesnâ€™t take it, she can become irritable or even start craving foods. <strong>5-HTP (5-hydroxytrytophan)</strong> is another favorite of these two. Itâ€™s a serotonin precursor that Sue has used for occasional bouts of depression, and Barb says it also helps prevent her carbohydrate cravings. Barb also likes <strong>Relora</strong>, often used with 5-HTP, as a strategy to help cope with her anxiety and/or depression.\r\n\r\nChristine, too, is a fan of magnesium but she reaches for <strong>LifeFlo Pure Magnesium Flakes (magnesium chloride)</strong> to add to a relaxing hot bath. She also likes to add <strong>calming essential oils</strong> to the bath, maybe <strong>Simplerâ€™s Organic Tulsi Holy Basil oil or Organic Lavender.</strong> If she doesnâ€™t use them in the bath, she might use them in a diffuser to help her relax. She also uses the lavender in a spritzer to spray her sonâ€™s pillow to help him get deep, relaxing sleep. When it comes to oral supplements, Christineâ€™s a fan of <strong>Herbalogic Decompress Stress &amp; Tension Relief.</strong> The liquid tastes good and is fast-acting, and the product comes in capsules, too.\r\n\r\nFor Anita, good sleep is paramount to surviving stress, so she relies on Solaray Sleep Blend. If sheâ€™s really keyed up, she uses Redd Remedies At Ease P.M. to calm overactive brain and nerves. Last, because cold &amp; flu are so prevalent this time of year, she makes it a habit to take a dose of Sovereign Silver before and after family gatherings or parties just in case she gets exposed to someone whoâ€™s sick.\r\n\r\nSueâ€™s go-to product for stress this time of year is Source Naturals Theanine Serine. Itâ€™s a formula with multiple beneficial ingredients that is effective for many customers. Itâ€™s probably our No. 1 seller in this category. If your anxiety reaches the level of panic attacks, Sue also likes Gaia Herbsâ€™ Kava. Itâ€™s not meant for everyday long-term use, but for the occasional severe bout of anxiety it works well for many. Sue is also getting good reports from customers on the use of CWâ€™s Hemp Oil Extract for anxiety. Itâ€™s comparatively expensive, so itâ€™s probably best to try something else first, but customer feedback has been good.\r\n\r\nOther things to keep in mind are adequate <strong>B vitamins</strong> for nerve health, and support formulas that contain <strong>adaptogenic herbs like Rhodiola, Ashwagandha, Holy Basil,</strong> etc. Most important of all, take care of yourself at least as much as you are taking care of others. We believe that old adage is true: You cannot pour from an empty cup.\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1020\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Feeling overwhelmed?','We share our favorite aids for staying sane during the holidays.','inherit','closed','closed','','1019-revision-v1','','','2017-11-28 11:58:32','2017-11-28 17:58:32','',1019,'https://ruthsnutrition.gsg-host.com/1019-revision-v1/',0,'revision','',0),(1023,2,'2017-11-28 12:00:16','2017-11-28 18:00:16','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Our favorite aids for thriving under stress</h2>\r\nWeâ€™re in the thick of the holiday season: Thanksgivingâ€™s behind us, but the Christmas rush is well under way. Parkway traffic jams are becoming the norm. There are presents to buy, parties to plan, food to prepare. Sometimes it gets just a bit overwhelming. It can make what ought to be a joyous season a real challenge just to stay sane. We at Ruthâ€™s have long said we feel better when you feel better, so weâ€™ve put our heads together to come up with our favorite strategies for thriving in the face of stress.\r\n\r\nBarbara and Sue start with a foundation of <strong>magnesium</strong>. Itâ€™s known as a calming mineral, one that gets used up fast when weâ€™re under stress. Barbara notices when she doesnâ€™t take it, she can become irritable or even start craving foods. <strong>5-HTP (5-hydroxytrytophan)</strong> is another favorite of these two. Itâ€™s a serotonin precursor that Sue has used for occasional bouts of depression, and Barb says it also helps prevent her carbohydrate cravings. Barb also likes <strong>Relora</strong>, often used with 5-HTP, as a strategy to help cope with her anxiety and/or depression.\r\n\r\nChristine, too, is a fan of magnesium but she reaches for <strong>LifeFlo Pure Magnesium Flakes (magnesium chloride)</strong> to add to a relaxing hot bath. She also likes to add <strong>calming essential oils</strong> to the bath, maybe <strong>Simplerâ€™s Organic Tulsi Holy Basil oil or Organic Lavender.</strong> If she doesnâ€™t use them in the bath, she might use them in a diffuser to help her relax. She also uses the lavender in a spritzer to spray her sonâ€™s pillow to help him get deep, relaxing sleep. When it comes to oral supplements, Christineâ€™s a fan of <strong>Herbalogic Decompress Stress &amp; Tension Relief.</strong> The liquid tastes good and is fast-acting, and the product comes in capsules, too.\r\n\r\nFor Anita, good sleep is paramount to surviving stress, so she relies on Solaray Sleep Blend. If sheâ€™s really keyed up, she uses Redd Remedies At Ease P.M. to calm overactive brain and nerves. Last, because cold &amp; flu are so prevalent this time of year, she makes it a habit to take a dose of Sovereign Silver before and after family gatherings or parties just in case she gets exposed to someone whoâ€™s sick.\r\n\r\nSueâ€™s go-to product for stress this time of year is Source Naturals Theanine Serine. Itâ€™s a formula with multiple beneficial ingredients that is effective for many customers. Itâ€™s probably our No. 1 seller in this category. If your anxiety reaches the level of panic attacks, Sue also likes Gaia Herbsâ€™ Kava. Itâ€™s not meant for everyday long-term use, but for the occasional severe bout of anxiety it works well for many. Sue is also getting good reports from customers on the use of CWâ€™s Hemp Oil Extract for anxiety. Itâ€™s comparatively expensive, so itâ€™s probably best to try something else first, but customer feedback has been good.\r\n\r\nOther things to keep in mind are adequate <strong>B vitamins</strong> for nerve health, and support formulas that contain <strong>adaptogenic herbs like Rhodiola, Ashwagandha, Holy Basil,</strong> etc. Most important of all, take care of yourself at least as much as you are taking care of others. We believe that old adage is true: You cannot pour from an empty cup.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1020\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Feeling overwhelmed?','We share our favorite aids for staying sane during the holidays.','inherit','closed','closed','','1019-revision-v1','','','2017-11-28 12:00:16','2017-11-28 18:00:16','',1019,'https://ruthsnutrition.gsg-host.com/1019-revision-v1/',0,'revision','',0),(1024,2,'2017-11-30 15:42:10','2017-11-30 21:42:10','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>A Winter Season Superpower</h2>\r\nNot long ago we noticed more of our customers asking for the herb Andrographis when they got sick. We had it on the shelves, but we admit we didnâ€™t know a lot about it. So weâ€™ve investigated. Weâ€™re glad we did!\r\n\r\n<em>Andrographis paniculata</em> has a long history of use in traditional medicine in both India and China, and at least two decades of use in modern Sweden. It was/is a favorite for fighting an array of conditions such as infections, cancer, diabetes, bronchitis, influenza, respiratory infections and more. Thereâ€™s good reason. Modern science shows Andrographis is a powerful antibacterial, antimicrobial and anti-inflammatory agent. Sometimes called The King of Bitters, it also is known for improving digestion and liver function.\r\n\r\n<a href=\"https://www.mskcc.org/cancer-care/integrative-medicine/herbs/andrographis\" target=\"_blank\" rel=\"noopener\">The Memorial Sloan Kettering Cancer Center</a> notes studies support the use of Andrographis primarily in colds &amp; flu, but also for HIV, cancer, rheumatoid arthritis and ulcerative colitis.\r\n\r\nDr. Aviva Romm (medical doctor, herbalist &amp; midwife) mentions the herb as one of her top choices for an antibiotic alternative. She says it is â€œeffective for the <a href=\"https://avivaromm.com/herbal-antibiotic-alternatives/\" target=\"_blank\" rel=\"noopener\">prevention and treatment of colds, bronchitis, viral sore throat and sinus infections</a>.â€ She also notes itâ€™s not recommended during pregnancy but can be used while breastfeeding. And she says itâ€™s safe for children.\r\n\r\nThe <a href=\"https://drnibber.com/q-should-i-consider-andrographis-for-dealing-with-the-respiratory-infections-i-seem-to-get-every-year-around-this-time/\" target=\"_blank\" rel=\"noopener\">main indications to use Andrographis,</a> according to drnibber.com, are cold and flu, boosting immunity, infections in the GI tract, diarrhea and urinary tract infections. When it comes to cold and flu, the blog reports that studies show Andrographis can reduce the duration and severity of symptoms, reduce frequency of infection, and provide noticeable improvements in just three days.\r\n\r\nNo wonder people have been asking for this herb! Thanks to our savvy customers, we now have three products containing this winter season superpower: <strong>SolarayÂ Andrographis</strong>, <strong>Natureâ€™s Plus Tri-Immune</strong> (Andrographis, ARA-Larix &amp; Olive Leaf), and <strong>Herbâ€™s Etc. Immune Alert</strong> (Andrographis, Echinacea, Olive Leaf, Elderberry &amp; Spilanthes). Should you feel a cold coming on, you might want one of these on your medicine shelf!\r\n\r\nIf you want to learn more, click <a href=\"http://www.uofmhealth.org/health-library/hn-2037007\" target=\"_blank\" rel=\"noopener\">Michigan Medicine</a>, <a href=\"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4032030/\" target=\"_blank\" rel=\"noopener\">NIH</a>, &amp; <a href=\"https://www.ncbi.nlm.nih.gov/pubmed/19408036\" target=\"_blank\" rel=\"noopener\">RA</a>.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1025\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Andrographis','This traditional medicine has modern studies to prove its worth!','publish','closed','open','','andrographis','','','2017-11-30 16:59:15','2017-11-30 22:59:15','',0,'https://ruthsnutrition.gsg-host.com/?p=1024',0,'post','',0),(1025,2,'2017-11-30 15:07:07','2017-11-30 21:07:07','','Andrographis paniculata 600X509','','inherit','open','closed','','andrographis-paniculata-600x509','','','2017-11-30 15:07:07','2017-11-30 21:07:07','',1024,'https://ruthsnutrition.gsg-host.com/wp-content/uploads/2017/11/Andrographis-paniculata-600X509.jpg',0,'attachment','image/jpeg',0),(1026,2,'2017-11-30 15:23:58','2017-11-30 21:23:58','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>A Winter Season Superpower</h2>\r\nNot long ago we noticed more of our customers asking for the herb Andrographis when they got sick. We had it on the shelves, but we admit we didnâ€™t know a lot about it. So weâ€™ve investigated. Weâ€™re glad we did!\r\n\r\n<em>Andrographis paniculata</em> has a long history of use in traditional medicine in both India and China, and at least two decades of use in modern Sweden. It was/is a favorite for fighting an array of diseases such as infections, cancer, diabetes, bronchitis, influenza, respiratory infections and more. Thereâ€™s good reason. Modern science shows Andrographis is a powerful antibacterial, antimicrobial and anti-inflammatory agent. Known as The King of Bitters, it also has benefits of improving digestion and liver function.\r\n\r\n<a href=\"https://www.mskcc.org/cancer-care/integrative-medicine/herbs/andrographis\" target=\"_blank\" rel=\"noopener\">The Memorial Sloan Kettering Center</a> Â notes studies support its primary use in colds &amp; flu, but also for HIV, cancer, rheumatoid arthritis and ulcerative colitis.\r\n\r\nDr. Aviva Romm (medical doctor, herbalist &amp; midwife) mentions the herb as one of her top choices for choosing an antibiotic alternative. She says it is â€œeffective for the <a href=\"https://avivaromm.com/herbal-antibiotic-alternatives/\" target=\"_blank\" rel=\"noopener\">prevention and treatment of colds, bronchitis, viral sore throat and sinus infections</a>.â€ She also notes itâ€™s not recommended during pregnancy but can be used while breastfeeding. And she says itâ€™s safe for children.\r\n\r\nThe <a href=\"https://drnibber.com/q-should-i-consider-andrographis-for-dealing-with-the-respiratory-infections-i-seem-to-get-every-year-around-this-time/\" target=\"_blank\" rel=\"noopener\">main indications to use Andrographis,</a> according to drnibber.com, are cold and flu, boosting immunity, infections in the GI tract, diarrhea and urinary tract infections. When it comes to cold and flu, the blog reports that studies show Andrographis can reduce the duration and severity of symptoms, reduce frequency of infection, and provide noticeable improvements in just three days.\r\n\r\nNo wonder people have been asking for this herb! Thanks to our savvy customers, we now have three products containing this winter season superpower: <strong>Natureâ€™s Plus Andrographis</strong>, <strong>Natureâ€™s Plus Tri-Immune</strong> (Andrographis, ARA-Larix &amp; Olive Leaf), and <strong>Herbâ€™s Etc. Immune Alert</strong> (Andrographis, Echinacea, Olive Leaf, Elderberry &amp; Spilanthes). Should you feel a cold coming on, you might want one of these on your medicine shelf!\r\n\r\nIf you want to learn more, click <a href=\"http://www.uofmhealth.org/health-library/hn-2037007\" target=\"_blank\" rel=\"noopener\">Michigan Medicine</a>, <a href=\"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4032030/\">NIH</a>, &amp; <a href=\"https://www.ncbi.nlm.nih.gov/pubmed/19408036\">RA</a>.\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1025\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Andrographis','We share our favorite aids for fighting winter\'s worst.','inherit','closed','closed','','1024-revision-v1','','','2017-11-30 15:23:58','2017-11-30 21:23:58','',1024,'https://ruthsnutrition.gsg-host.com/1024-revision-v1/',0,'revision','',0),(1027,2,'2017-11-30 15:32:50','2017-11-30 21:32:50','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>A Winter Season Superpower</h2>\r\nNot long ago we noticed more of our customers asking for the herb Andrographis when they got sick. We had it on the shelves, but we admit we didnâ€™t know a lot about it. So weâ€™ve investigated. Weâ€™re glad we did!\r\n\r\n<em>Andrographis paniculata</em> has a long history of use in traditional medicine in both India and China, and at least two decades of use in modern Sweden. It was/is a favorite for fighting an array of conditions such as infections, cancer, diabetes, bronchitis, influenza, respiratory infections and more. Thereâ€™s good reason. Modern science shows Andrographis is a powerful antibacterial, antimicrobial and anti-inflammatory agent. Known as The King of Bitters, it also is know for improving digestion and liver function.\r\n\r\n<a href=\"https://www.mskcc.org/cancer-care/integrative-medicine/herbs/andrographis\" target=\"_blank\" rel=\"noopener\">The Memorial Sloan Kettering Cancer Center</a> notes studies support its primary use in colds &amp; flu, but also for HIV, cancer, rheumatoid arthritis and ulcerative colitis.\r\n\r\nDr. Aviva Romm (medical doctor, herbalist &amp; midwife) mentions the herb as one of her top choices for an antibiotic alternative. She says it is â€œeffective for the <a href=\"https://avivaromm.com/herbal-antibiotic-alternatives/\" target=\"_blank\" rel=\"noopener\">prevention and treatment of colds, bronchitis, viral sore throat and sinus infections</a>.â€ She also notes itâ€™s not recommended during pregnancy but can be used while breastfeeding. And she says itâ€™s safe for children.\r\n\r\nThe <a href=\"https://drnibber.com/q-should-i-consider-andrographis-for-dealing-with-the-respiratory-infections-i-seem-to-get-every-year-around-this-time/\" target=\"_blank\" rel=\"noopener\">main indications to use Andrographis,</a> according to drnibber.com, are cold and flu, boosting immunity, infections in the GI tract, diarrhea and urinary tract infections. When it comes to cold and flu, the blog reports that studies show Andrographis can reduce the duration and severity of symptoms, reduce frequency of infection, and provide noticeable improvements in just three days.\r\n\r\nNo wonder people have been asking for this herb! Thanks to our savvy customers, we now have three products containing this winter season superpower: <strong>Natureâ€™s Plus Andrographis</strong>, <strong>Natureâ€™s Plus Tri-Immune</strong> (Andrographis, ARA-Larix &amp; Olive Leaf), and <strong>Herbâ€™s Etc. Immune Alert</strong> (Andrographis, Echinacea, Olive Leaf, Elderberry &amp; Spilanthes). Should you feel a cold coming on, you might want one of these on your medicine shelf!\r\n\r\nIf you want to learn more, click <a href=\"http://www.uofmhealth.org/health-library/hn-2037007\" target=\"_blank\" rel=\"noopener\">Michigan Medicine</a>, <a href=\"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4032030/\">NIH</a>, &amp; <a href=\"https://www.ncbi.nlm.nih.gov/pubmed/19408036\">RA</a>.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1025\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Andrographis','We share our favorite aids for fighting winter\'s worst.','inherit','closed','closed','','1024-revision-v1','','','2017-11-30 15:32:50','2017-11-30 21:32:50','',1024,'https://ruthsnutrition.gsg-host.com/1024-revision-v1/',0,'revision','',0),(1028,2,'2017-11-30 15:33:59','2017-11-30 21:33:59','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>A Winter Season Superpower</h2>\r\nNot long ago we noticed more of our customers asking for the herb Andrographis when they got sick. We had it on the shelves, but we admit we didnâ€™t know a lot about it. So weâ€™ve investigated. Weâ€™re glad we did!\r\n\r\n<em>Andrographis paniculata</em> has a long history of use in traditional medicine in both India and China, and at least two decades of use in modern Sweden. It was/is a favorite for fighting an array of conditions such as infections, cancer, diabetes, bronchitis, influenza, respiratory infections and more. Thereâ€™s good reason. Modern science shows Andrographis is a powerful antibacterial, antimicrobial and anti-inflammatory agent. Known as The King of Bitters, it also is know for improving digestion and liver function.\r\n\r\n<a href=\"https://www.mskcc.org/cancer-care/integrative-medicine/herbs/andrographis\" target=\"_blank\" rel=\"noopener\">The Memorial Sloan Kettering Cancer Center</a> notes studies support the use of Andrographis primarily in colds &amp; flu, but also for HIV, cancer, rheumatoid arthritis and ulcerative colitis.\r\n\r\nDr. Aviva Romm (medical doctor, herbalist &amp; midwife) mentions the herb as one of her top choices for an antibiotic alternative. She says it is â€œeffective for the <a href=\"https://avivaromm.com/herbal-antibiotic-alternatives/\" target=\"_blank\" rel=\"noopener\">prevention and treatment of colds, bronchitis, viral sore throat and sinus infections</a>.â€ She also notes itâ€™s not recommended during pregnancy but can be used while breastfeeding. And she says itâ€™s safe for children.\r\n\r\nThe <a href=\"https://drnibber.com/q-should-i-consider-andrographis-for-dealing-with-the-respiratory-infections-i-seem-to-get-every-year-around-this-time/\" target=\"_blank\" rel=\"noopener\">main indications to use Andrographis,</a> according to drnibber.com, are cold and flu, boosting immunity, infections in the GI tract, diarrhea and urinary tract infections. When it comes to cold and flu, the blog reports that studies show Andrographis can reduce the duration and severity of symptoms, reduce frequency of infection, and provide noticeable improvements in just three days.\r\n\r\nNo wonder people have been asking for this herb! Thanks to our savvy customers, we now have three products containing this winter season superpower: <strong>Natureâ€™s Plus Andrographis</strong>, <strong>Natureâ€™s Plus Tri-Immune</strong> (Andrographis, ARA-Larix &amp; Olive Leaf), and <strong>Herbâ€™s Etc. Immune Alert</strong> (Andrographis, Echinacea, Olive Leaf, Elderberry &amp; Spilanthes). Should you feel a cold coming on, you might want one of these on your medicine shelf!\r\n\r\nIf you want to learn more, click <a href=\"http://www.uofmhealth.org/health-library/hn-2037007\" target=\"_blank\" rel=\"noopener\">Michigan Medicine</a>, <a href=\"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4032030/\">NIH</a>, &amp; <a href=\"https://www.ncbi.nlm.nih.gov/pubmed/19408036\">RA</a>.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1025\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Andrographis','We share our favorite aids for fighting winter\'s worst.','inherit','closed','closed','','1024-revision-v1','','','2017-11-30 15:33:59','2017-11-30 21:33:59','',1024,'https://ruthsnutrition.gsg-host.com/1024-revision-v1/',0,'revision','',0),(1029,2,'2017-11-30 15:37:04','2017-11-30 21:37:04','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>A Winter Season Superpower</h2>\r\nNot long ago we noticed more of our customers asking for the herb Andrographis when they got sick. We had it on the shelves, but we admit we didnâ€™t know a lot about it. So weâ€™ve investigated. Weâ€™re glad we did!\r\n\r\n<em>Andrographis paniculata</em> has a long history of use in traditional medicine in both India and China, and at least two decades of use in modern Sweden. It was/is a favorite for fighting an array of conditions such as infections, cancer, diabetes, bronchitis, influenza, respiratory infections and more. Thereâ€™s good reason. Modern science shows Andrographis is a powerful antibacterial, antimicrobial and anti-inflammatory agent. Known as The King of Bitters, it also is know for improving digestion and liver function.\r\n\r\n<a href=\"https://www.mskcc.org/cancer-care/integrative-medicine/herbs/andrographis\" target=\"_blank\" rel=\"noopener\">The Memorial Sloan Kettering Cancer Center</a> notes studies support the use of Andrographis primarily in colds &amp; flu, but also for HIV, cancer, rheumatoid arthritis and ulcerative colitis.\r\n\r\nDr. Aviva Romm (medical doctor, herbalist &amp; midwife) mentions the herb as one of her top choices for an antibiotic alternative. She says it is â€œeffective for the <a href=\"https://avivaromm.com/herbal-antibiotic-alternatives/\" target=\"_blank\" rel=\"noopener\">prevention and treatment of colds, bronchitis, viral sore throat and sinus infections</a>.â€ She also notes itâ€™s not recommended during pregnancy but can be used while breastfeeding. And she says itâ€™s safe for children.\r\n\r\nThe <a href=\"https://drnibber.com/q-should-i-consider-andrographis-for-dealing-with-the-respiratory-infections-i-seem-to-get-every-year-around-this-time/\" target=\"_blank\" rel=\"noopener\">main indications to use Andrographis,</a> according to drnibber.com, are cold and flu, boosting immunity, infections in the GI tract, diarrhea and urinary tract infections. When it comes to cold and flu, the blog reports that studies show Andrographis can reduce the duration and severity of symptoms, reduce frequency of infection, and provide noticeable improvements in just three days.\r\n\r\nNo wonder people have been asking for this herb! Thanks to our savvy customers, we now have three products containing this winter season superpower: <strong>Natureâ€™s Plus Andrographis</strong>, <strong>Natureâ€™s Plus Tri-Immune</strong> (Andrographis, ARA-Larix &amp; Olive Leaf), and <strong>Herbâ€™s Etc. Immune Alert</strong> (Andrographis, Echinacea, Olive Leaf, Elderberry &amp; Spilanthes). Should you feel a cold coming on, you might want one of these on your medicine shelf!\r\n\r\nIf you want to learn more, click <a href=\"http://www.uofmhealth.org/health-library/hn-2037007\" target=\"_blank\" rel=\"noopener\">Michigan Medicine</a>, <a href=\"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4032030/\" target=\"_blank\" rel=\"noopener\">NIH</a>, &amp; <a href=\"https://www.ncbi.nlm.nih.gov/pubmed/19408036\">RA</a>.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1025\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Andrographis','We share our favorite aids for fighting winter\'s worst.','inherit','closed','closed','','1024-revision-v1','','','2017-11-30 15:37:04','2017-11-30 21:37:04','',1024,'https://ruthsnutrition.gsg-host.com/1024-revision-v1/',0,'revision','',0),(1030,2,'2017-11-30 15:39:14','2017-11-30 21:39:14','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>A Winter Season Superpower</h2>\r\nNot long ago we noticed more of our customers asking for the herb Andrographis when they got sick. We had it on the shelves, but we admit we didnâ€™t know a lot about it. So weâ€™ve investigated. Weâ€™re glad we did!\r\n\r\n<em>Andrographis paniculata</em> has a long history of use in traditional medicine in both India and China, and at least two decades of use in modern Sweden. It was/is a favorite for fighting an array of conditions such as infections, cancer, diabetes, bronchitis, influenza, respiratory infections and more. Thereâ€™s good reason. Modern science shows Andrographis is a powerful antibacterial, antimicrobial and anti-inflammatory agent. Known as The King of Bitters, it also is know for improving digestion and liver function.\r\n\r\n<a href=\"https://www.mskcc.org/cancer-care/integrative-medicine/herbs/andrographis\" target=\"_blank\" rel=\"noopener\">The Memorial Sloan Kettering Cancer Center</a> notes studies support the use of Andrographis primarily in colds &amp; flu, but also for HIV, cancer, rheumatoid arthritis and ulcerative colitis.\r\n\r\nDr. Aviva Romm (medical doctor, herbalist &amp; midwife) mentions the herb as one of her top choices for an antibiotic alternative. She says it is â€œeffective for the <a href=\"https://avivaromm.com/herbal-antibiotic-alternatives/\" target=\"_blank\" rel=\"noopener\">prevention and treatment of colds, bronchitis, viral sore throat and sinus infections</a>.â€ She also notes itâ€™s not recommended during pregnancy but can be used while breastfeeding. And she says itâ€™s safe for children.\r\n\r\nThe <a href=\"https://drnibber.com/q-should-i-consider-andrographis-for-dealing-with-the-respiratory-infections-i-seem-to-get-every-year-around-this-time/\" target=\"_blank\" rel=\"noopener\">main indications to use Andrographis,</a> according to drnibber.com, are cold and flu, boosting immunity, infections in the GI tract, diarrhea and urinary tract infections. When it comes to cold and flu, the blog reports that studies show Andrographis can reduce the duration and severity of symptoms, reduce frequency of infection, and provide noticeable improvements in just three days.\r\n\r\nNo wonder people have been asking for this herb! Thanks to our savvy customers, we now have three products containing this winter season superpower: <strong>Natureâ€™s Plus Andrographis</strong>, <strong>Natureâ€™s Plus Tri-Immune</strong> (Andrographis, ARA-Larix &amp; Olive Leaf), and <strong>Herbâ€™s Etc. Immune Alert</strong> (Andrographis, Echinacea, Olive Leaf, Elderberry &amp; Spilanthes). Should you feel a cold coming on, you might want one of these on your medicine shelf!\r\n\r\nIf you want to learn more, click <a href=\"http://www.uofmhealth.org/health-library/hn-2037007\" target=\"_blank\" rel=\"noopener\">Michigan Medicine</a>, <a href=\"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4032030/\" target=\"_blank\" rel=\"noopener\">NIH</a>, &amp; <a href=\"https://www.ncbi.nlm.nih.gov/pubmed/19408036\" target=\"_blank\" rel=\"noopener\">RA</a>.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1025\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Andrographis','This traditional medicine has modern studies to prove its worth!','inherit','closed','closed','','1024-revision-v1','','','2017-11-30 15:39:14','2017-11-30 21:39:14','',1024,'https://ruthsnutrition.gsg-host.com/1024-revision-v1/',0,'revision','',0),(1031,2,'2017-11-30 15:40:45','2017-11-30 21:40:45','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>A Winter Season Superpower</h2>\r\nNot long ago we noticed more of our customers asking for the herb Andrographis when they got sick. We had it on the shelves, but we admit we didnâ€™t know a lot about it. So weâ€™ve investigated. Weâ€™re glad we did!\r\n\r\n<em>Andrographis paniculata</em> has a long history of use in traditional medicine in both India and China, and at least two decades of use in modern Sweden. It was/is a favorite for fighting an array of conditions such as infections, cancer, diabetes, bronchitis, influenza, respiratory infections and more. Thereâ€™s good reason. Modern science shows Andrographis is a powerful antibacterial, antimicrobial and anti-inflammatory agent. Sometimes called The King of Bitters, it also is known for improving digestion and liver function.\r\n\r\n<a href=\"https://www.mskcc.org/cancer-care/integrative-medicine/herbs/andrographis\" target=\"_blank\" rel=\"noopener\">The Memorial Sloan Kettering Cancer Center</a> notes studies support the use of Andrographis primarily in colds &amp; flu, but also for HIV, cancer, rheumatoid arthritis and ulcerative colitis.\r\n\r\nDr. Aviva Romm (medical doctor, herbalist &amp; midwife) mentions the herb as one of her top choices for an antibiotic alternative. She says it is â€œeffective for the <a href=\"https://avivaromm.com/herbal-antibiotic-alternatives/\" target=\"_blank\" rel=\"noopener\">prevention and treatment of colds, bronchitis, viral sore throat and sinus infections</a>.â€ She also notes itâ€™s not recommended during pregnancy but can be used while breastfeeding. And she says itâ€™s safe for children.\r\n\r\nThe <a href=\"https://drnibber.com/q-should-i-consider-andrographis-for-dealing-with-the-respiratory-infections-i-seem-to-get-every-year-around-this-time/\" target=\"_blank\" rel=\"noopener\">main indications to use Andrographis,</a> according to drnibber.com, are cold and flu, boosting immunity, infections in the GI tract, diarrhea and urinary tract infections. When it comes to cold and flu, the blog reports that studies show Andrographis can reduce the duration and severity of symptoms, reduce frequency of infection, and provide noticeable improvements in just three days.\r\n\r\nNo wonder people have been asking for this herb! Thanks to our savvy customers, we now have three products containing this winter season superpower: <strong>Natureâ€™s Plus Andrographis</strong>, <strong>Natureâ€™s Plus Tri-Immune</strong> (Andrographis, ARA-Larix &amp; Olive Leaf), and <strong>Herbâ€™s Etc. Immune Alert</strong> (Andrographis, Echinacea, Olive Leaf, Elderberry &amp; Spilanthes). Should you feel a cold coming on, you might want one of these on your medicine shelf!\r\n\r\nIf you want to learn more, click <a href=\"http://www.uofmhealth.org/health-library/hn-2037007\" target=\"_blank\" rel=\"noopener\">Michigan Medicine</a>, <a href=\"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4032030/\" target=\"_blank\" rel=\"noopener\">NIH</a>, &amp; <a href=\"https://www.ncbi.nlm.nih.gov/pubmed/19408036\" target=\"_blank\" rel=\"noopener\">RA</a>.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1025\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Andrographis','This traditional medicine has modern studies to prove its worth!','inherit','closed','closed','','1024-revision-v1','','','2017-11-30 15:40:45','2017-11-30 21:40:45','',1024,'https://ruthsnutrition.gsg-host.com/1024-revision-v1/',0,'revision','',0),(1032,2,'2017-11-30 16:59:15','2017-11-30 22:59:15','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>A Winter Season Superpower</h2>\r\nNot long ago we noticed more of our customers asking for the herb Andrographis when they got sick. We had it on the shelves, but we admit we didnâ€™t know a lot about it. So weâ€™ve investigated. Weâ€™re glad we did!\r\n\r\n<em>Andrographis paniculata</em> has a long history of use in traditional medicine in both India and China, and at least two decades of use in modern Sweden. It was/is a favorite for fighting an array of conditions such as infections, cancer, diabetes, bronchitis, influenza, respiratory infections and more. Thereâ€™s good reason. Modern science shows Andrographis is a powerful antibacterial, antimicrobial and anti-inflammatory agent. Sometimes called The King of Bitters, it also is known for improving digestion and liver function.\r\n\r\n<a href=\"https://www.mskcc.org/cancer-care/integrative-medicine/herbs/andrographis\" target=\"_blank\" rel=\"noopener\">The Memorial Sloan Kettering Cancer Center</a> notes studies support the use of Andrographis primarily in colds &amp; flu, but also for HIV, cancer, rheumatoid arthritis and ulcerative colitis.\r\n\r\nDr. Aviva Romm (medical doctor, herbalist &amp; midwife) mentions the herb as one of her top choices for an antibiotic alternative. She says it is â€œeffective for the <a href=\"https://avivaromm.com/herbal-antibiotic-alternatives/\" target=\"_blank\" rel=\"noopener\">prevention and treatment of colds, bronchitis, viral sore throat and sinus infections</a>.â€ She also notes itâ€™s not recommended during pregnancy but can be used while breastfeeding. And she says itâ€™s safe for children.\r\n\r\nThe <a href=\"https://drnibber.com/q-should-i-consider-andrographis-for-dealing-with-the-respiratory-infections-i-seem-to-get-every-year-around-this-time/\" target=\"_blank\" rel=\"noopener\">main indications to use Andrographis,</a> according to drnibber.com, are cold and flu, boosting immunity, infections in the GI tract, diarrhea and urinary tract infections. When it comes to cold and flu, the blog reports that studies show Andrographis can reduce the duration and severity of symptoms, reduce frequency of infection, and provide noticeable improvements in just three days.\r\n\r\nNo wonder people have been asking for this herb! Thanks to our savvy customers, we now have three products containing this winter season superpower: <strong>SolarayÂ Andrographis</strong>, <strong>Natureâ€™s Plus Tri-Immune</strong> (Andrographis, ARA-Larix &amp; Olive Leaf), and <strong>Herbâ€™s Etc. Immune Alert</strong> (Andrographis, Echinacea, Olive Leaf, Elderberry &amp; Spilanthes). Should you feel a cold coming on, you might want one of these on your medicine shelf!\r\n\r\nIf you want to learn more, click <a href=\"http://www.uofmhealth.org/health-library/hn-2037007\" target=\"_blank\" rel=\"noopener\">Michigan Medicine</a>, <a href=\"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4032030/\" target=\"_blank\" rel=\"noopener\">NIH</a>, &amp; <a href=\"https://www.ncbi.nlm.nih.gov/pubmed/19408036\" target=\"_blank\" rel=\"noopener\">RA</a>.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1025\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Andrographis','This traditional medicine has modern studies to prove its worth!','inherit','closed','closed','','1024-revision-v1','','','2017-11-30 16:59:15','2017-11-30 22:59:15','',1024,'https://ruthsnutrition.gsg-host.com/1024-revision-v1/',0,'revision','',0),(1033,2,'2017-12-19 16:43:21','2017-12-19 22:43:21','[vc_row][vc_column width=\"2/3\"][vc_column_text]For decades now treatments for depression have focused on serotonin and other neurotransmitters to attempt to address the problem. But what if depression was less about a serotonin deficiency and more about inflammation?\r\n\r\nIn recent years more and more studies have been pointing to just that: depression is intrinsically linked with increased inflammation. In October of 2016 Cambridge University <a href=\"https://futurism.com/researchers-depression-may-be-a-physical-illness-linked-to-inflammation/\" target=\"_blank\" rel=\"noopener\">conducted research</a>Â that showed people with depression have higher levels of cytokines, proteins that control the way the immune system reacts, many of them increasing inflammation. It also showed that people with â€œoveractiveâ€ immune systems are more likely to develop depression.\r\n\r\nA January 2017 article in <a href=\"https://www.psychologytoday.com/blog/urban-survival/201701/new-research-shows-depression-linked-inflammation\" target=\"_blank\" rel=\"noopener\"><em>Psychology Today</em> </a>notes that brain scans in those who are depressed have increased neuroinflammation. The articles goes on to note another study that found depressed people had 46% higher levels of C-Reactive protein (CRP), a marker of inflammatory disease.\r\n\r\nWhile these studies found association and not causation between inflammation and depression, a good bit of research has found <a href=\"http://www.telegraph.co.uk/science/2017/09/08/depression-physical-illness-could-treated-anti-inflammatory/\" target=\"_blank\" rel=\"noopener\">treating inflammation seems to alleviate depression</a>.\r\n\r\nLucky for us, many studies have been done using the natural anti-inflammatory curcumin, an active ingredient in turmeric, with depressed people. The results are good. The October 2014 issue of <a href=\"http://www.psychiatryadvisor.com/curcumin-shows-promise-as-depression-treatment/printarticle/459501/\" target=\"_blank\" rel=\"noopener\"><em>Journal of Affective Disorders</em></a> reports a small study where 56 patients with major depressive disorder were given 500 mg curcumin capsules or placebo twice daily for eight weeks. Both groups improved slightly until the fourth week and from there to the end of the study the curcumin group had significantly improved scores when evaluating depressive symptoms.\r\n\r\nA meta-analysis of the clinical uses of curcumin in depression published in the June 2017 <a href=\"https://www.ncbi.nlm.nih.gov/pubmed/28236605\" target=\"_blank\" rel=\"noopener\"><em>Journal of American Medical Directors Association</em></a> reviewed six clinical trials comparing curcumin to placebo as a treatment for depression. The analysis concluded curcumin â€œhad significant clinical efficacy in ameliorating depressive symptoms. Significant anti-anxiety effects were also reported in three of the trials. Notably, no adverse events were reported in any of the trials.â€\r\n\r\nGranted, the studies were small and more studies are needed, but surely natural anti-inflammatories are something worth considering for those who suffer with the winter blues.\r\n\r\nTo learn more about curcumin in neurological disorders, <a href=\"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2929771/\" target=\"_blank\" rel=\"noopener\">click here</a>.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1034\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Anti-inflammatory curcumin may help!','Researchers find treating inflammation alleviates depression.','publish','closed','open','','anti-inflammatory-curcumin-may-help','','','2017-12-19 16:43:21','2017-12-19 22:43:21','',0,'https://ruthsnutrition.gsg-host.com/?p=1033',0,'post','',0),(1034,2,'2017-12-19 16:19:15','2017-12-19 22:19:15','','depressed-woman with title 600X404','','inherit','open','closed','','depressed-woman-with-title-600x404','','','2017-12-19 16:19:15','2017-12-19 22:19:15','',1033,'https://ruthsnutrition.gsg-host.com/wp-content/uploads/2017/12/depressed-woman-with-title-600X404.jpg',0,'attachment','image/jpeg',0),(1035,2,'2017-12-19 16:29:04','2017-12-19 22:29:04','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Our favorite aids for thriving under stress</h2>\r\nWeâ€™re in the thick of the holiday season: Thanksgivingâ€™s behind us, but the Christmas rush is well under way. Parkway traffic jams are becoming the norm. There are presents to buy, parties to plan, food to prepare. Sometimes it gets just a bit overwhelming. It can make what ought to be a joyous season a real challenge just to stay sane. We at Ruthâ€™s have long said we feel better when you feel better, so weâ€™ve put our heads together to come up with our favorite strategies for thriving in the face of stress.\r\n\r\nBarbara and Sue start with a foundation of <strong>magnesium</strong>. Itâ€™s known as a calming mineral, one that gets used up fast when weâ€™re under stress. Barbara notices when she doesnâ€™t take it, she can become irritable or even start craving foods. <strong>5-HTP (5-hydroxytrytophan)</strong> is another favorite of these two. Itâ€™s a serotonin precursor that Sue has used for occasional bouts of depression, and Barb says it also helps prevent her carbohydrate cravings. Barb also likes <strong>Relora</strong>, often used with 5-HTP, as a strategy to help cope with her anxiety and/or depression.\r\n\r\nChristine, too, is a fan of magnesium but she reaches for <strong>LifeFlo Pure Magnesium Flakes (magnesium chloride)</strong> to add to a relaxing hot bath. She also likes to add <strong>calming essential oils</strong> to the bath, maybe <strong>Simplerâ€™s Organic Tulsi Holy Basil oil or Organic Lavender.</strong> If she doesnâ€™t use them in the bath, she might use them in a diffuser to help her relax. She also uses the lavender in a spritzer to spray her sonâ€™s pillow to help him get deep, relaxing sleep. When it comes to oral supplements, Christineâ€™s a fan of <strong>Herbalogic Decompress Stress &amp; Tension Relief.</strong> The liquid tastes good and is fast-acting, and the product comes in capsules, too.\r\n\r\nFor Anita, good sleep is paramount to surviving stress, so she relies on Solaray Sleep Blend. If sheâ€™s really keyed up, she uses Redd Remedies At Ease P.M. to calm overactive brain and nerves. Last, because cold &amp; flu are so prevalent this time of year, she makes it a habit to take a dose of Sovereign Silver before and after family gatherings or parties just in case she gets exposed to someone whoâ€™s sick.\r\n\r\nSueâ€™s go-to product for stress this time of year is Source Naturals Theanine Serine. Itâ€™s a formula with multiple beneficial ingredients that is effective for many customers. Itâ€™s probably our No. 1 seller in this category. If your anxiety reaches the level of panic attacks, Sue also likes Gaia Herbsâ€™ Kava. Itâ€™s not meant for everyday long-term use, but for the occasional severe bout of anxiety it works well for many. Sue is also getting good reports from customers on the use of CWâ€™s Hemp Oil Extract for anxiety. Itâ€™s comparatively expensive, so itâ€™s probably best to try something else first, but customer feedback has been good.\r\n\r\nOther things to keep in mind are adequate <strong>B vitamins</strong> for nerve health, and support formulas that contain <strong>adaptogenic herbs like Rhodiola, Ashwagandha, Holy Basil,</strong> etc. Most important of all, take care of yourself at least as much as you are taking care of others. We believe that old adage is true: You cannot pour from an empty cup.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1020\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Anti-inflammatories may help!','Researchers find treating inflammation alleviates depression.','inherit','closed','closed','','1033-revision-v1','','','2017-12-19 16:29:04','2017-12-19 22:29:04','',1033,'https://ruthsnutrition.gsg-host.com/1033-revision-v1/',0,'revision','',0),(1036,2,'2017-12-19 16:30:25','2017-12-19 22:30:25','[vc_row][vc_column width=\"2/3\"][vc_column_text]Weâ€™re in the thick of the holiday season: Thanksgivingâ€™s behind us, but the Christmas rush is well under way. Parkway traffic jams are becoming the norm. There are presents to buy, parties to plan, food to prepare. Sometimes it gets just a bit overwhelming. It can make what ought to be a joyous season a real challenge just to stay sane. We at Ruthâ€™s have long said we feel better when you feel better, so weâ€™ve put our heads together to come up with our favorite strategies for thriving in the face of stress.\r\n\r\nBarbara and Sue start with a foundation of <strong>magnesium</strong>. Itâ€™s known as a calming mineral, one that gets used up fast when weâ€™re under stress. Barbara notices when she doesnâ€™t take it, she can become irritable or even start craving foods. <strong>5-HTP (5-hydroxytrytophan)</strong> is another favorite of these two. Itâ€™s a serotonin precursor that Sue has used for occasional bouts of depression, and Barb says it also helps prevent her carbohydrate cravings. Barb also likes <strong>Relora</strong>, often used with 5-HTP, as a strategy to help cope with her anxiety and/or depression.\r\n\r\nChristine, too, is a fan of magnesium but she reaches for <strong>LifeFlo Pure Magnesium Flakes (magnesium chloride)</strong> to add to a relaxing hot bath. She also likes to add <strong>calming essential oils</strong> to the bath, maybe <strong>Simplerâ€™s Organic Tulsi Holy Basil oil or Organic Lavender.</strong> If she doesnâ€™t use them in the bath, she might use them in a diffuser to help her relax. She also uses the lavender in a spritzer to spray her sonâ€™s pillow to help him get deep, relaxing sleep. When it comes to oral supplements, Christineâ€™s a fan of <strong>Herbalogic Decompress Stress &amp; Tension Relief.</strong> The liquid tastes good and is fast-acting, and the product comes in capsules, too.\r\n\r\nFor Anita, good sleep is paramount to surviving stress, so she relies on Solaray Sleep Blend. If sheâ€™s really keyed up, she uses Redd Remedies At Ease P.M. to calm overactive brain and nerves. Last, because cold &amp; flu are so prevalent this time of year, she makes it a habit to take a dose of Sovereign Silver before and after family gatherings or parties just in case she gets exposed to someone whoâ€™s sick.\r\n\r\nSueâ€™s go-to product for stress this time of year is Source Naturals Theanine Serine. Itâ€™s a formula with multiple beneficial ingredients that is effective for many customers. Itâ€™s probably our No. 1 seller in this category. If your anxiety reaches the level of panic attacks, Sue also likes Gaia Herbsâ€™ Kava. Itâ€™s not meant for everyday long-term use, but for the occasional severe bout of anxiety it works well for many. Sue is also getting good reports from customers on the use of CWâ€™s Hemp Oil Extract for anxiety. Itâ€™s comparatively expensive, so itâ€™s probably best to try something else first, but customer feedback has been good.\r\n\r\nOther things to keep in mind are adequate <strong>B vitamins</strong> for nerve health, and support formulas that contain <strong>adaptogenic herbs like Rhodiola, Ashwagandha, Holy Basil,</strong> etc. Most important of all, take care of yourself at least as much as you are taking care of others. We believe that old adage is true: You cannot pour from an empty cup.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1034\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Anti-inflammatories may help!','Researchers find treating inflammation alleviates depression.','inherit','closed','closed','','1033-revision-v1','','','2017-12-19 16:30:25','2017-12-19 22:30:25','',1033,'https://ruthsnutrition.gsg-host.com/1033-revision-v1/',0,'revision','',0),(1037,2,'2017-12-19 16:37:18','2017-12-19 22:37:18','[vc_row][vc_column width=\"2/3\"][vc_column_text]For decades now treatments for depression have focused on serotonin and other neurotransmitters to attempt to address the problem. But what if depression was less about a serotonin deficiency and more about inflammation?\r\n\r\nIn recent years more and more studies have been pointing to just that: depression is intrinsically linked with increased inflammation. In October of 2016 Cambridge University <a href=\"https://futurism.com/researchers-depression-may-be-a-physical-illness-linked-to-inflammation/\" target=\"_blank\" rel=\"noopener\">conducted research</a>Â that showed people with depression have higher levels of cytokines, proteins that control the way the immune system reacts, many of them increasing inflammation. It also showed that people with â€œoveractiveâ€ immune systems are more likely to develop depression.\r\n\r\nA January 2017 article in <a href=\"https://www.psychologytoday.com/blog/urban-survival/201701/new-research-shows-depression-linked-inflammation\" target=\"_blank\" rel=\"noopener\"><em>Psychology Today</em> </a>notes that brain scans in those who are depressed have increased neuroinflammation. The articles goes on to note another study that found depressed people had 46% higher levels of C-Reactive protein (CRP), a marker of inflammatory disease.\r\n\r\nWhile these studies found association and not causation between inflammation and depression, a good bit of research has found <a href=\"http://www.telegraph.co.uk/science/2017/09/08/depression-physical-illness-could-treated-anti-inflammatory/\" target=\"_blank\" rel=\"noopener\">treating inflammation seems to alleviate depression</a>.\r\n\r\nLucky for us, many studies have been done using curcumin, an active ingredient in turmeric, with depressed people. The results are good. The October 2014 issue of <a href=\"http://www.psychiatryadvisor.com/curcumin-shows-promise-as-depression-treatment/printarticle/459501/\" target=\"_blank\" rel=\"noopener\"><em>Journal of Affective Disorders</em></a> reports a small study where 56 patients with major depressive disorder were given 500 mg curcumin capsules or placebo twice daily for eight weeks. Both groups improved slightly until the fourth week and from there to the end of the study the curcumin group had significantly improved scores when evaluating depressive symptoms.\r\n\r\nA meta-analysis of the clinical uses of curcumin in depression published in the June 2017 <a href=\"https://www.ncbi.nlm.nih.gov/pubmed/28236605\" target=\"_blank\" rel=\"noopener\"><em>Journal of American Medical Directors Association</em></a> reviewed six clinical trials comparing curcumin to placebo as a treatment for depression. The analysis concluded curcumin â€œhad significant clinical efficacy in ameliorating depressive symptoms. Significant anti-anxiety effects were also reported in three of the trials. Notably, no adverse events were reported in any of the trials.â€\r\n\r\nGranted, the studies were small and more studies are needed, but surely natural anti-inflammatories are something worth considering for those who suffer with the winter blues.\r\n\r\nTo learn more about curcumin in neurological disorders, <a href=\"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2929771/\" target=\"_blank\" rel=\"noopener\">click here</a>.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1034\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Anti-inflammatories may help!','Researchers find treating inflammation alleviates depression.','inherit','closed','closed','','1033-revision-v1','','','2017-12-19 16:37:18','2017-12-19 22:37:18','',1033,'https://ruthsnutrition.gsg-host.com/1033-revision-v1/',0,'revision','',0),(1038,2,'2017-12-19 16:40:20','2017-12-19 22:40:20','[vc_row][vc_column width=\"2/3\"][vc_column_text]For decades now treatments for depression have focused on serotonin and other neurotransmitters to attempt to address the problem. But what if depression was less about a serotonin deficiency and more about inflammation?\r\n\r\nIn recent years more and more studies have been pointing to just that: depression is intrinsically linked with increased inflammation. In October of 2016 Cambridge University <a href=\"https://futurism.com/researchers-depression-may-be-a-physical-illness-linked-to-inflammation/\" target=\"_blank\" rel=\"noopener\">conducted research</a>Â that showed people with depression have higher levels of cytokines, proteins that control the way the immune system reacts, many of them increasing inflammation. It also showed that people with â€œoveractiveâ€ immune systems are more likely to develop depression.\r\n\r\nA January 2017 article in <a href=\"https://www.psychologytoday.com/blog/urban-survival/201701/new-research-shows-depression-linked-inflammation\" target=\"_blank\" rel=\"noopener\"><em>Psychology Today</em> </a>notes that brain scans in those who are depressed have increased neuroinflammation. The articles goes on to note another study that found depressed people had 46% higher levels of C-Reactive protein (CRP), a marker of inflammatory disease.\r\n\r\nWhile these studies found association and not causation between inflammation and depression, a good bit of research has found <a href=\"http://www.telegraph.co.uk/science/2017/09/08/depression-physical-illness-could-treated-anti-inflammatory/\" target=\"_blank\" rel=\"noopener\">treating inflammation seems to alleviate depression</a>.\r\n\r\nLucky for us, many studies have been done using the natural anti-inflammatory curcumin, an active ingredient in turmeric, with depressed people. The results are good. The October 2014 issue of <a href=\"http://www.psychiatryadvisor.com/curcumin-shows-promise-as-depression-treatment/printarticle/459501/\" target=\"_blank\" rel=\"noopener\"><em>Journal of Affective Disorders</em></a> reports a small study where 56 patients with major depressive disorder were given 500 mg curcumin capsules or placebo twice daily for eight weeks. Both groups improved slightly until the fourth week and from there to the end of the study the curcumin group had significantly improved scores when evaluating depressive symptoms.\r\n\r\nA meta-analysis of the clinical uses of curcumin in depression published in the June 2017 <a href=\"https://www.ncbi.nlm.nih.gov/pubmed/28236605\" target=\"_blank\" rel=\"noopener\"><em>Journal of American Medical Directors Association</em></a> reviewed six clinical trials comparing curcumin to placebo as a treatment for depression. The analysis concluded curcumin â€œhad significant clinical efficacy in ameliorating depressive symptoms. Significant anti-anxiety effects were also reported in three of the trials. Notably, no adverse events were reported in any of the trials.â€\r\n\r\nGranted, the studies were small and more studies are needed, but surely natural anti-inflammatories are something worth considering for those who suffer with the winter blues.\r\n\r\nTo learn more about curcumin in neurological disorders, <a href=\"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2929771/\" target=\"_blank\" rel=\"noopener\">click here</a>.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1034\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Anti-inflammatories may help!','Researchers find treating inflammation alleviates depression.','inherit','closed','closed','','1033-revision-v1','','','2017-12-19 16:40:20','2017-12-19 22:40:20','',1033,'https://ruthsnutrition.gsg-host.com/1033-revision-v1/',0,'revision','',0),(1039,2,'2017-12-19 16:41:02','2017-12-19 22:41:02','[vc_row][vc_column width=\"2/3\"][vc_column_text]For decades now treatments for depression have focused on serotonin and other neurotransmitters to attempt to address the problem. But what if depression was less about a serotonin deficiency and more about inflammation?\r\n\r\nIn recent years more and more studies have been pointing to just that: depression is intrinsically linked with increased inflammation. In October of 2016 Cambridge University <a href=\"https://futurism.com/researchers-depression-may-be-a-physical-illness-linked-to-inflammation/\" target=\"_blank\" rel=\"noopener\">conducted research</a>Â that showed people with depression have higher levels of cytokines, proteins that control the way the immune system reacts, many of them increasing inflammation. It also showed that people with â€œoveractiveâ€ immune systems are more likely to develop depression.\r\n\r\nA January 2017 article in <a href=\"https://www.psychologytoday.com/blog/urban-survival/201701/new-research-shows-depression-linked-inflammation\" target=\"_blank\" rel=\"noopener\"><em>Psychology Today</em> </a>notes that brain scans in those who are depressed have increased neuroinflammation. The articles goes on to note another study that found depressed people had 46% higher levels of C-Reactive protein (CRP), a marker of inflammatory disease.\r\n\r\nWhile these studies found association and not causation between inflammation and depression, a good bit of research has found <a href=\"http://www.telegraph.co.uk/science/2017/09/08/depression-physical-illness-could-treated-anti-inflammatory/\" target=\"_blank\" rel=\"noopener\">treating inflammation seems to alleviate depression</a>.\r\n\r\nLucky for us, many studies have been done using the natural anti-inflammatory curcumin, an active ingredient in turmeric, with depressed people. The results are good. The October 2014 issue of <a href=\"http://www.psychiatryadvisor.com/curcumin-shows-promise-as-depression-treatment/printarticle/459501/\" target=\"_blank\" rel=\"noopener\"><em>Journal of Affective Disorders</em></a> reports a small study where 56 patients with major depressive disorder were given 500 mg curcumin capsules or placebo twice daily for eight weeks. Both groups improved slightly until the fourth week and from there to the end of the study the curcumin group had significantly improved scores when evaluating depressive symptoms.\r\n\r\nA meta-analysis of the clinical uses of curcumin in depression published in the June 2017 <a href=\"https://www.ncbi.nlm.nih.gov/pubmed/28236605\" target=\"_blank\" rel=\"noopener\"><em>Journal of American Medical Directors Association</em></a> reviewed six clinical trials comparing curcumin to placebo as a treatment for depression. The analysis concluded curcumin â€œhad significant clinical efficacy in ameliorating depressive symptoms. Significant anti-anxiety effects were also reported in three of the trials. Notably, no adverse events were reported in any of the trials.â€\r\n\r\nGranted, the studies were small and more studies are needed, but surely natural anti-inflammatories are something worth considering for those who suffer with the winter blues.\r\n\r\nTo learn more about curcumin in neurological disorders, <a href=\"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2929771/\" target=\"_blank\" rel=\"noopener\">click here</a>.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1034\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Anti-inflammatory curcumin may help!','Researchers find treating inflammation alleviates depression.','inherit','closed','closed','','1033-revision-v1','','','2017-12-19 16:41:02','2017-12-19 22:41:02','',1033,'https://ruthsnutrition.gsg-host.com/1033-revision-v1/',0,'revision','',0),(1040,2,'2017-12-26 15:42:19','2017-12-26 21:42:19','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Superfood with Multiple Benefits</h2>\r\nWeâ€™ve been learning a lot about the tropical plant Moringa lately and weâ€™re impressed. We\'d heard it called a superfood, and now we know why.\r\n\r\n<em>Moringa oleifera</em> is a small tree native to Asia and Africa, with commercial products coming primarily from India, Pakistan and Nepal. Itâ€™s been <a href=\"https://www.mindbodygreen.com/0-22401/10-powerful-benefits-of-drinking-moringa-every-day.html\" target=\"_blank\" rel=\"noopener\">used for generations</a> in Eastern countries to treat or prevent diseases such as diabetes, heart disease, anemia, arthritis, liver disease and respiratory and digestive disorders.\r\n\r\nBetter yet, modern science is finding evidence to back up these ancient uses. First, Moringa is <a href=\"https://www.medicalnewstoday.com/articles/319916.php\" target=\"_blank\" rel=\"noopener\">power-packed with nutrition</a>, containing significant levels of vitamin A, B1, B2, B3, folate, C, calcium, potassium, iron, magnesium, phosphorus and zinc.\r\n\r\nJust from that you can see how it might be helpful in bone health, anemia and other conditions. It also has some mice studies indicating it may be useful for weight loss.\r\n\r\nBut its biggest benefits for most of us probably stem from its <a href=\"https://draxe.com/moringa-benefits/\" target=\"_blank\" rel=\"noopener\">powerful antioxidants and anti-inflammatory compounds</a>. They include zeatin, quercetin, beta-sitosterol, caffeoylquinic acid and kaempferol; numerous studies show these are protective of the heart, natural circulatory stimulants, and possess antitumor, anti-epileptic, anti-ulcer, antispasmodic, antihypertensive and antidiabetic effects.\r\n\r\nGiven those multiple benefits, Moringa definitely deserves a place on Ruthâ€™s shelves. We now have capsules and 100% USDA certified organic powder. If you want to learn more about Moringa, click <a href=\"https://www.healthline.com/nutrition/6-benefits-of-moringa-oleifera#section4\" target=\"_blank\" rel=\"noopener\">here</a> and <a href=\"http://www.mdpi.com/2076-3921/6/4/91/htm\" target=\"_blank\" rel=\"noopener\">here</a>.\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1041\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Moringa','Ancient medicine with multiple modern benefits!','publish','closed','open','','moringa','','','2017-12-26 15:42:19','2017-12-26 21:42:19','',0,'https://ruthsnutrition.gsg-host.com/?p=1040',0,'post','',0),(1041,2,'2017-12-26 15:26:16','2017-12-26 21:26:16','','Moringa 600X503','','inherit','open','closed','','moringa-600x503','','','2017-12-26 15:26:16','2017-12-26 21:26:16','',1040,'https://ruthsnutrition.gsg-host.com/wp-content/uploads/2017/12/Moringa-600X503.jpg',0,'attachment','image/jpeg',0),(1042,2,'2017-12-26 15:35:14','2017-12-26 21:35:14','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Superfood with Multiple Benefits</h2>\r\nWeâ€™ve been learning a lot about the tropical plant Moringa lately and weâ€™re impressed. Itâ€™s known as a superfood, and now we know why.\r\n\r\n<em>Moringa oleifera</em> is a small tree native to Asia and Africa, with commercial products coming primarily from India, Pakistan and Nepal. Itâ€™s been <a href=\"https://www.mindbodygreen.com/0-22401/10-powerful-benefits-of-drinking-moringa-every-day.html\" target=\"_blank\" rel=\"noopener\">used for generations</a> in Eastern countries to treat or prevent diseases such as diabetes, heart disease, anemia, arthritis, liver disease and respiratory and digestive disorders.\r\n\r\nBetter yet, modern science is finding evidence to back up these ancient uses. First, Moringa is <a href=\"https://www.medicalnewstoday.com/articles/319916.php\" target=\"_blank\" rel=\"noopener\">power-packed with nutrition</a>, containing significant levels of vitamin A, B1, B2, B3, folate, vitamin C, calcium, potassium, iron, magnesium, phosphorus and zinc.\r\n\r\nJust from that you can see how it might be helpful in bone health, anemia and other conditions. It also has some mice studies indicating it may be useful for weight loss.\r\nBut its biggest benefits for most of us probably stem from its <a href=\"https://draxe.com/moringa-benefits/\" target=\"_blank\" rel=\"noopener\">powerful antioxidants and anti-inflammatory compounds</a>. They include zeatin, quercetin, beta-sitosterol, caffeoylquinic acid and kaempferol; numerous studies show these are protective of the heart, natural circulatory stimulants, and possess antitumor, anti-epileptic, anti-ulcer, antispasmodic, antihypertensive and antidiabetic effects.\r\n\r\nGiven those multiple benefits, Moringa definitely deserves a place on Ruthâ€™s shelves. We now have capsules and 100% USDA certified organic powder. If you want to learn more about Moringa, click <a href=\"https://www.healthline.com/nutrition/6-benefits-of-moringa-oleifera#section4\" target=\"_blank\" rel=\"noopener\">here</a> and <a href=\"http://www.mdpi.com/2076-3921/6/4/91/htm\" target=\"_blank\" rel=\"noopener\">here</a>.\r\n\r\n&nbsp;\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1041\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Moringa','Ancient medicine with multiple modern benefits!','inherit','closed','closed','','1040-revision-v1','','','2017-12-26 15:35:14','2017-12-26 21:35:14','',1040,'https://ruthsnutrition.gsg-host.com/1040-revision-v1/',0,'revision','',0),(1043,2,'2017-12-26 15:36:43','2017-12-26 21:36:43','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Superfood with Multiple Benefits</h2>\r\nWeâ€™ve been learning a lot about the tropical plant Moringa lately and weâ€™re impressed. We\'d heard it called a superfood, and now we know why.\r\n\r\n<em>Moringa oleifera</em> is a small tree native to Asia and Africa, with commercial products coming primarily from India, Pakistan and Nepal. Itâ€™s been <a href=\"https://www.mindbodygreen.com/0-22401/10-powerful-benefits-of-drinking-moringa-every-day.html\" target=\"_blank\" rel=\"noopener\">used for generations</a> in Eastern countries to treat or prevent diseases such as diabetes, heart disease, anemia, arthritis, liver disease and respiratory and digestive disorders.\r\n\r\nBetter yet, modern science is finding evidence to back up these ancient uses. First, Moringa is <a href=\"https://www.medicalnewstoday.com/articles/319916.php\" target=\"_blank\" rel=\"noopener\">power-packed with nutrition</a>, containing significant levels of vitamin A, B1, B2, B3, folate, vitamin C, calcium, potassium, iron, magnesium, phosphorus and zinc.\r\n\r\nJust from that you can see how it might be helpful in bone health, anemia and other conditions. It also has some mice studies indicating it may be useful for weight loss.\r\nBut its biggest benefits for most of us probably stem from its <a href=\"https://draxe.com/moringa-benefits/\" target=\"_blank\" rel=\"noopener\">powerful antioxidants and anti-inflammatory compounds</a>. They include zeatin, quercetin, beta-sitosterol, caffeoylquinic acid and kaempferol; numerous studies show these are protective of the heart, natural circulatory stimulants, and possess antitumor, anti-epileptic, anti-ulcer, antispasmodic, antihypertensive and antidiabetic effects.\r\n\r\nGiven those multiple benefits, Moringa definitely deserves a place on Ruthâ€™s shelves. We now have capsules and 100% USDA certified organic powder. If you want to learn more about Moringa, click <a href=\"https://www.healthline.com/nutrition/6-benefits-of-moringa-oleifera#section4\" target=\"_blank\" rel=\"noopener\">here</a> and <a href=\"http://www.mdpi.com/2076-3921/6/4/91/htm\" target=\"_blank\" rel=\"noopener\">here</a>.\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1041\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Moringa','Ancient medicine with multiple modern benefits!','inherit','closed','closed','','1040-revision-v1','','','2017-12-26 15:36:43','2017-12-26 21:36:43','',1040,'https://ruthsnutrition.gsg-host.com/1040-revision-v1/',0,'revision','',0),(1044,2,'2017-12-26 15:38:37','2017-12-26 21:38:37','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Superfood with Multiple Benefits</h2>\r\nWeâ€™ve been learning a lot about the tropical plant Moringa lately and weâ€™re impressed. We\'d heard it called a superfood, and now we know why.\r\n\r\n<em>Moringa oleifera</em> is a small tree native to Asia and Africa, with commercial products coming primarily from India, Pakistan and Nepal. Itâ€™s been <a href=\"https://www.mindbodygreen.com/0-22401/10-powerful-benefits-of-drinking-moringa-every-day.html\" target=\"_blank\" rel=\"noopener\">used for generations</a> in Eastern countries to treat or prevent diseases such as diabetes, heart disease, anemia, arthritis, liver disease and respiratory and digestive disorders.\r\n\r\nBetter yet, modern science is finding evidence to back up these ancient uses. First, Moringa is <a href=\"https://www.medicalnewstoday.com/articles/319916.php\" target=\"_blank\" rel=\"noopener\">power-packed with nutrition</a>, containing significant levels of vitamin A, B1, B2, B3, folate, C, calcium, potassium, iron, magnesium, phosphorus and zinc.\r\n\r\nJust from that you can see how it might be helpful in bone health, anemia and other conditions. It also has some mice studies indicating it may be useful for weight loss.\r\nBut its biggest benefits for most of us probably stem from its <a href=\"https://draxe.com/moringa-benefits/\" target=\"_blank\" rel=\"noopener\">powerful antioxidants and anti-inflammatory compounds</a>. They include zeatin, quercetin, beta-sitosterol, caffeoylquinic acid and kaempferol; numerous studies show these are protective of the heart, natural circulatory stimulants, and possess antitumor, anti-epileptic, anti-ulcer, antispasmodic, antihypertensive and antidiabetic effects.\r\n\r\nGiven those multiple benefits, Moringa definitely deserves a place on Ruthâ€™s shelves. We now have capsules and 100% USDA certified organic powder. If you want to learn more about Moringa, click <a href=\"https://www.healthline.com/nutrition/6-benefits-of-moringa-oleifera#section4\" target=\"_blank\" rel=\"noopener\">here</a> and <a href=\"http://www.mdpi.com/2076-3921/6/4/91/htm\" target=\"_blank\" rel=\"noopener\">here</a>.\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1041\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Moringa','Ancient medicine with multiple modern benefits!','inherit','closed','closed','','1040-revision-v1','','','2017-12-26 15:38:37','2017-12-26 21:38:37','',1040,'https://ruthsnutrition.gsg-host.com/1040-revision-v1/',0,'revision','',0),(1045,2,'2017-12-29 10:32:12','2017-12-29 16:32:12','','Additional-Services-469x313','','inherit','open','closed','','additional-services-469x313-3','','','2017-12-29 10:32:12','2017-12-29 16:32:12','',83,'https://ruthsnutrition.gsg-host.com/wp-content/uploads/2016/07/Additional-Services-469x313.jpg',0,'attachment','image/jpeg',0),(1046,2,'2017-12-29 10:33:21','2017-12-29 16:33:21','','how-we-help-469x313','','inherit','open','closed','','how-we-help-469x313-3','','','2017-12-29 10:33:21','2017-12-29 16:33:21','',83,'https://ruthsnutrition.gsg-host.com/wp-content/uploads/2016/07/how-we-help-469x313.jpg',0,'attachment','image/jpeg',0),(1047,2,'2017-12-29 10:34:32','2017-12-29 16:34:32','','Who-We-Are-Photoscape-Crop','','inherit','open','closed','','who-we-are-photoscape-crop-3','','','2017-12-29 10:34:32','2017-12-29 16:34:32','',83,'https://ruthsnutrition.gsg-host.com/wp-content/uploads/2016/07/Who-We-Are-Photoscape-Crop.jpg',0,'attachment','image/jpeg',0),(1048,2,'2017-12-29 10:41:23','2017-12-29 16:41:23','','Ruths-Logo-clear-bkgrnd-808x351','','inherit','open','closed','','ruths-logo-clear-bkgrnd-808x351-3','','','2017-12-29 10:41:23','2017-12-29 16:41:23','',0,'https://ruthsnutrition.gsg-host.com/wp-content/uploads/2017/12/Ruths-Logo-clear-bkgrnd-808x351.png',0,'attachment','image/png',0),(1049,2,'2017-12-29 10:48:26','2017-12-29 16:48:26','','Ruth-Nutrition-favicon','','inherit','open','closed','','ruth-nutrition-favicon','','','2017-12-29 10:48:26','2017-12-29 16:48:26','',0,'https://ruthsnutrition.gsg-host.com/wp-content/uploads/2017/12/Ruth-Nutrition-favicon.png',0,'attachment','image/png',0),(1050,2,'2017-12-29 11:15:02','2017-12-29 17:15:02','','bkgrnd-brown_interlocking_circles_indented_background_seamless','','inherit','open','closed','','bkgrnd-brown_interlocking_circles_indented_background_seamless-2','','','2017-12-29 11:15:02','2017-12-29 17:15:02','',0,'https://ruthsnutrition.gsg-host.com/wp-content/uploads/2017/12/bkgrnd-brown_interlocking_circles_indented_background_seamless.jpg',0,'attachment','image/jpeg',0),(1051,2,'2018-01-23 13:47:10','2018-01-23 19:47:10','[vc_row][vc_column width=\"1/3\"][vc_single_image image=\"980\" img_size=\"full\" alignment=\"center\" css_animation=\"appear\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Itâ€™s a perfect time for pampering!</h2>\r\nJennifer Gervais, Lead Cosmetology Instructor at Virginia College in Huntsville, will be demonstrating Gabriel CosmeticsÂ <strong> Thursday, Feb. 15 from 11 a.m. â€“ 2 p.m.</strong> Weâ€™re scheduling 30-minute appointments, so each of our participants gets adequate attention. Space is limited.Â <strong> Call the store (256-883-4127) to reserve your spot soon!</strong>\r\n\r\nWhen Gabriel Cosmetics demonstrators come to town, our customers love the experience. And we love the experience because weâ€™ve all learned so much just watching the demonstrations. The before and after looks show remarkable improvements.\r\n\r\nJennifer will be helping each participant choose the most flattering colors for your complexion and showing you tips on how to look your best. Youâ€™ll get to experiment with powders, foundation, lipsticks, blushes, and more! Using Gabriel cosmetics means youâ€™re choosing clean products. The entire collection contains only 100% natural ingredients. That means no parabens, gluten, lead, coal tar derivatives, FD&amp;C coloring agents, mineral oil, talc, lanolin, propylene glycol, hydrogenated oils, carmine, nano- or micro-sized particles. This stuff is good for your skin!\r\n\r\nAnd once again, weâ€™ve saved the best news for last. <strong>Gabriel\'s entire cosmetic line - including nail polish - will be on sale </strong><strong>for the whole month of February!</strong> So go ahead, call us (256-883-4127) &amp; reserve your spot to be pampered!\r\n\r\n&nbsp;\r\n<h2></h2>\r\n[/vc_column_text][/vc_column][/vc_row]','Gabriel Cosmetics Demo','Get ready for some fun!','publish','closed','open','','gabriel-cosmetics-demo-2','','','2018-01-26 12:35:59','2018-01-26 18:35:59','',0,'https://ruthsnutrition.gsg-host.com/?p=1051',0,'post','',0),(1052,2,'2018-01-23 13:44:18','2018-01-23 19:44:18','[vc_row][vc_column width=\"1/3\"][vc_single_image image=\"980\" img_size=\"full\" alignment=\"center\" css_animation=\"appear\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Itâ€™s a perfect time for a little pampering!</h2>\r\nJennifer Gervais, Lead Cosmetology Instructor at Virginia College in Huntsville, will be demonstrating Gabriel CosmeticsÂ <strong> Thursday, Feb. 15 from 11 a.m. â€“ 2 p.m.</strong> Weâ€™re scheduling 30-minute appointments, so each of our participants gets adequate attention. Space is limited.Â <strong> Call the store (256-883-4127) to reserve your spot soon!</strong>\r\n\r\nWhen Gabriel Cosmetics demonstrators come to town, our customers love the experience. And we love the experience because weâ€™ve all learned so much just watching the demonstrations. The before and after looks show remarkable improvements.\r\n\r\nJennifer will be helping each participant choose the most flattering colors for your complexion and showing you tips on how to look your best. Youâ€™ll get to experiment with powders, foundation, lipsticks, blushes, and more! Using Gabriel cosmetics means youâ€™re choosing clean products. The entire collection contains only 100% natural ingredients. That means no parabens, gluten, lead, coal tar derivatives, FD&amp;C coloring agents, mineral oil, talc, lanolin, propylene glycol, hydrogenated oils, carmine, nano- or micro-sized particles. This stuff is good for your skin!\r\n\r\nAnd once again, weâ€™ve saved the best news for last. The entire <strong>Gabriel makeup collection is on sale during the month of February!</strong> So go ahead, call us (256-883-4127) &amp; reserve your spot to be pampered!\r\n\r\n&nbsp;\r\n<h2></h2>\r\n[/vc_column_text][/vc_column][/vc_row]','Gabriel Cosmetics Demo','Get ready for some fun!','inherit','closed','closed','','1051-revision-v1','','','2018-01-23 13:44:18','2018-01-23 19:44:18','',1051,'https://ruthsnutrition.gsg-host.com/1051-revision-v1/',0,'revision','',0),(1053,2,'2018-01-23 13:45:24','2018-01-23 19:45:24','[vc_row][vc_column width=\"1/3\"][vc_single_image image=\"980\" img_size=\"full\" alignment=\"center\" css_animation=\"appear\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Itâ€™s a perfect time for pampering!</h2>\r\nJennifer Gervais, Lead Cosmetology Instructor at Virginia College in Huntsville, will be demonstrating Gabriel CosmeticsÂ <strong> Thursday, Feb. 15 from 11 a.m. â€“ 2 p.m.</strong> Weâ€™re scheduling 30-minute appointments, so each of our participants gets adequate attention. Space is limited.Â <strong> Call the store (256-883-4127) to reserve your spot soon!</strong>\r\n\r\nWhen Gabriel Cosmetics demonstrators come to town, our customers love the experience. And we love the experience because weâ€™ve all learned so much just watching the demonstrations. The before and after looks show remarkable improvements.\r\n\r\nJennifer will be helping each participant choose the most flattering colors for your complexion and showing you tips on how to look your best. Youâ€™ll get to experiment with powders, foundation, lipsticks, blushes, and more! Using Gabriel cosmetics means youâ€™re choosing clean products. The entire collection contains only 100% natural ingredients. That means no parabens, gluten, lead, coal tar derivatives, FD&amp;C coloring agents, mineral oil, talc, lanolin, propylene glycol, hydrogenated oils, carmine, nano- or micro-sized particles. This stuff is good for your skin!\r\n\r\nAnd once again, weâ€™ve saved the best news for last. The entire <strong>Gabriel makeup collection is on sale during the month of February!</strong> So go ahead, call us (256-883-4127) &amp; reserve your spot to be pampered!\r\n\r\n&nbsp;\r\n<h2></h2>\r\n[/vc_column_text][/vc_column][/vc_row]','Gabriel Cosmetics Demo','Get ready for some fun!','inherit','closed','closed','','1051-revision-v1','','','2018-01-23 13:45:24','2018-01-23 19:45:24','',1051,'https://ruthsnutrition.gsg-host.com/1051-revision-v1/',0,'revision','',0),(1054,2,'2018-01-25 14:57:00','2018-01-25 20:57:00','[vc_row][vc_column width=\"1/3\"][vc_single_image image=\"980\" img_size=\"full\" alignment=\"center\" css_animation=\"appear\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Itâ€™s a perfect time for pampering!</h2>\r\nJennifer Gervais, Lead Cosmetology Instructor at Virginia College in Huntsville, will be demonstrating Gabriel CosmeticsÂ <strong> Thursday, Feb. 15 from 11 a.m. â€“ 2 p.m.</strong> Weâ€™re scheduling 30-minute appointments, so each of our participants gets adequate attention. Space is limited.Â <strong> Call the store (256-883-4127) to reserve your spot soon!</strong>\r\n\r\nWhen Gabriel Cosmetics demonstrators come to town, our customers love the experience. And we love the experience because weâ€™ve all learned so much just watching the demonstrations. The before and after looks show remarkable improvements.\r\n\r\nJennifer will be helping each participant choose the most flattering colors for your complexion and showing you tips on how to look your best. Youâ€™ll get to experiment with powders, foundation, lipsticks, blushes, and more! Using Gabriel cosmetics means youâ€™re choosing clean products. The entire collection contains only 100% natural ingredients. That means no parabens, gluten, lead, coal tar derivatives, FD&amp;C coloring agents, mineral oil, talc, lanolin, propylene glycol, hydrogenated oils, carmine, nano- or micro-sized particles. This stuff is good for your skin!\r\n\r\nAnd once again, weâ€™ve saved the best news for last. AllÂ <strong>Gabriel lipsticks, lip liners, lip gloss and lip primers are on sale during the month of February!</strong> So go ahead, call us (256-883-4127) &amp; reserve your spot to be pampered!\r\n\r\n&nbsp;\r\n<h2></h2>\r\n[/vc_column_text][/vc_column][/vc_row]','Gabriel Cosmetics Demo','Get ready for some fun!','inherit','closed','closed','','1051-revision-v1','','','2018-01-25 14:57:00','2018-01-25 20:57:00','',1051,'https://ruthsnutrition.gsg-host.com/1051-revision-v1/',0,'revision','',0),(1056,2,'2018-01-25 15:39:29','2018-01-25 21:39:29','[vc_row][vc_column width=\"1/3\"][vc_single_image image=\"980\" img_size=\"full\" alignment=\"center\" css_animation=\"appear\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Itâ€™s a perfect time for pampering!</h2>\r\nJennifer Gervais, Lead Cosmetology Instructor at Virginia College in Huntsville, will be demonstrating Gabriel CosmeticsÂ <strong> Thursday, Feb. 15 from 11 a.m. â€“ 2 p.m.</strong> Weâ€™re scheduling 30-minute appointments, so each of our participants gets adequate attention. Space is limited.Â <strong> Call the store (256-883-4127) to reserve your spot soon!</strong>\r\n\r\nWhen Gabriel Cosmetics demonstrators come to town, our customers love the experience. And we love the experience because weâ€™ve all learned so much just watching the demonstrations. The before and after looks show remarkable improvements.\r\n\r\nJennifer will be helping each participant choose the most flattering colors for your complexion and showing you tips on how to look your best. Youâ€™ll get to experiment with powders, foundation, lipsticks, blushes, and more! Using Gabriel cosmetics means youâ€™re choosing clean products. The entire collection contains only 100% natural ingredients. That means no parabens, gluten, lead, coal tar derivatives, FD&amp;C coloring agents, mineral oil, talc, lanolin, propylene glycol, hydrogenated oils, carmine, nano- or micro-sized particles. This stuff is good for your skin!\r\n\r\nAnd once again, weâ€™ve saved the best news for last. <strong>Gabriel\'s entire cosmetic line will be on sale Feb. 15,</strong> andÂ <strong>Gabriel lipsticks, lip liners, lip gloss and lip primers are on sale for the whole month of February!</strong> So go ahead, call us (256-883-4127) &amp; reserve your spot to be pampered!\r\n\r\n&nbsp;\r\n<h2></h2>\r\n[/vc_column_text][/vc_column][/vc_row]','Gabriel Cosmetics Demo','Get ready for some fun!','inherit','closed','closed','','1051-revision-v1','','','2018-01-25 15:39:29','2018-01-25 21:39:29','',1051,'https://ruthsnutrition.gsg-host.com/1051-revision-v1/',0,'revision','',0),(1057,2,'2018-01-26 12:35:59','2018-01-26 18:35:59','[vc_row][vc_column width=\"1/3\"][vc_single_image image=\"980\" img_size=\"full\" alignment=\"center\" css_animation=\"appear\"][/vc_column][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Itâ€™s a perfect time for pampering!</h2>\r\nJennifer Gervais, Lead Cosmetology Instructor at Virginia College in Huntsville, will be demonstrating Gabriel CosmeticsÂ <strong> Thursday, Feb. 15 from 11 a.m. â€“ 2 p.m.</strong> Weâ€™re scheduling 30-minute appointments, so each of our participants gets adequate attention. Space is limited.Â <strong> Call the store (256-883-4127) to reserve your spot soon!</strong>\r\n\r\nWhen Gabriel Cosmetics demonstrators come to town, our customers love the experience. And we love the experience because weâ€™ve all learned so much just watching the demonstrations. The before and after looks show remarkable improvements.\r\n\r\nJennifer will be helping each participant choose the most flattering colors for your complexion and showing you tips on how to look your best. Youâ€™ll get to experiment with powders, foundation, lipsticks, blushes, and more! Using Gabriel cosmetics means youâ€™re choosing clean products. The entire collection contains only 100% natural ingredients. That means no parabens, gluten, lead, coal tar derivatives, FD&amp;C coloring agents, mineral oil, talc, lanolin, propylene glycol, hydrogenated oils, carmine, nano- or micro-sized particles. This stuff is good for your skin!\r\n\r\nAnd once again, weâ€™ve saved the best news for last. <strong>Gabriel\'s entire cosmetic line - including nail polish - will be on sale </strong><strong>for the whole month of February!</strong> So go ahead, call us (256-883-4127) &amp; reserve your spot to be pampered!\r\n\r\n&nbsp;\r\n<h2></h2>\r\n[/vc_column_text][/vc_column][/vc_row]','Gabriel Cosmetics Demo','Get ready for some fun!','inherit','closed','closed','','1051-revision-v1','','','2018-01-26 12:35:59','2018-01-26 18:35:59','',1051,'https://ruthsnutrition.gsg-host.com/1051-revision-v1/',0,'revision','',0),(1059,2,'2018-01-30 14:21:14','2018-01-30 20:21:14','[vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space][fancy_heading h1=\"0\" style=\"line\" title=\"Our Services\" slogan=\"HOW CAN WE BRING HEALTH TO YOU?\"][/fancy_heading][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][our_team style=\"horizontal\" image=\"792\" title=\"Wellness Counseling\" subtitle=\"\r\n<h6>with Phyllis D. Light</h6>\r\n\" phone=\"256-931-0351\" email=\"phyllisdlight@hotmail.com \"][/our_team][vc_column_text]<img class=\"alignright wp-image-744 size-full\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/10/Herbal-Medicines-jpg.jpg\" width=\"123\" height=\"123\" />Phyllis holds a masterâ€™s degree in health studies from the University of Alabama and is a professional member of the American Herbalists Guild, a member of the International Herb Association and the Herb Society of America.\r\n\r\nInitial consultations last about an hour and consist of a detailed medical history, pertinent questions concerning your condition, and a non-invasive assessment.\r\n\r\nPlease bring a list of medications, herbs or other supplements you are currently taking.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][our_team style=\"horizontal\" image=\"789\" title=\"Bio Energetics Testing\" subtitle=\"\r\n<h6>with Gordon Slack</h6>\r\n\" phone=\"256-883-4127\" email=\"81eaglescout@bellsouth.net \"][/our_team][vc_column_text]<img class=\"alignright wp-image-814 size-full\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/bio-energetics-testing.jpg\" width=\"123\" height=\"123\" />BioEnergetics Testing uses a computer to measure the electrical conductivity at responsive (meridian) points to assess which systems in the body have been compromised by environmental toxicity, nutritional deficiencies, emotional stress and energetic imbalances.\r\n\r\nOnce imbalances have been identified, the computer then recommends homeopathic and herbal remedies and/or nutritional supplementation to assist the body\'s healing process.\r\n\r\nGordon Slack earned his doctorate in bioenergetics with Zenia Richler, ND, NMD, of the Academy of BioEnergetics, Springfield, Mo. Gordon also is a certified lymphologist from the International Academy of Lymphology.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_separator][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][vc_column_text]\r\n<h4>Therapeutic Massage &amp;\r\nCranio-Sacral Therapy</h4>\r\n<h6>with Gabriele Farrales</h6>\r\n<img class=\"alignright wp-image-452 size-thumbnail\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/10/neck-pain-150x150.jpg\" width=\"150\" height=\"150\" />\r\n\r\nGabriele specializes in pain management and pain relief of muscles and soft tissue rehabilitation, including scar tissue release using myofascial release techniques and deep tissue massage.\r\n\r\nShe also does Upledger CranioSacral Therapy, which is a light touch, whole-body treatment technique that works with the bodyâ€™s craniosacral system to support and nourish the central nervous system, thereby improving overall health and well-being.\r\n\r\nGabriele Farrales is a massage therapist licensed in Alabama (Lic. #2426) and nationally board certified in Therapeutic Massage and Bodywork BCTMB.[/vc_column_text][vc_message icon_fontawesome=\"fa fa-phone\"]<span style=\"text-decoration: underline;\"><strong>Contact Gabriele:</strong></span>\r\n<a href=\"tel:256-652-6830\">256-652-6830</a>\r\n<a href=\"mailto:Gabriele.farrales@gmail.com\">Gabriele.farrales@gmail.com</a>[/vc_message][/vc_column][vc_column width=\"1/3\"][vc_column_text]\r\n<h4>Auricular\r\nTherapy</h4>\r\n<h6>with Gabriele Farrales</h6>\r\n<img class=\"alignright wp-image-815 size-thumbnail\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/auricular-150x150.jpg\" width=\"150\" height=\"150\" />Auricular therapy can be used to help relieve and manage pain, including back pain, assist in overcoming addiction such as cigarette smoking, induce relaxation, and stimulate detoxification among an abundance of other benefits. Itâ€™s a non-invasive procedure that involves activating reflex points on the outside of the ear that correspond with parts of the body in order to stimulate, sedate, or balance those areas. Those reflex points are activated with a special tool that emits very mild electric impulses.\r\n\r\nGabriele Farrales is a certified Acupuncture Detoxification Specialist, and a Master in Auricular Therapy by Dr. LiChun Huang, who is the pioneer of modern Auricular Medicine from China. Sheâ€™s also a licensed massage therapist.[/vc_column_text][vc_message icon_fontawesome=\"fa fa-phone\"]<span style=\"text-decoration: underline;\"><strong>Contact Gabriele:</strong></span>\r\n<a href=\"tel:256-652-6830\">256-652-6830</a>\r\n<a href=\"mailto:Gabriele.farrales@gmail.com\">Gabriele.farrales@gmail.com</a>[/vc_message][/vc_column][vc_column width=\"1/3\"][vc_column_text]\r\n<h4>Reflexology\r\n&amp; Directional Healing</h4>\r\n<h6>with Barbara Musso</h6>\r\n<img class=\"alignright wp-image-816 size-thumbnail\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/reflexology-feet_grande-150x150.jpg\" width=\"150\" height=\"150\" />Foot reflexology is an ancient healing therapy that involves stimulating reflex points on the feet in order to activate the bodyâ€™s own natural healing powers. After experiencing her own health transformation by reflexology years ago, Barbara Musso felt called to the profession and became certified by the world renowned International Institute of Reflexology in 1996. Barbara also is certified in Directional Healing - energy work through resonance - by the Center for Directional Healing.\r\n\r\nAppointments are 30, 60, and 90 minutes. Make an appointment and let Barbara show you how relaxing and healing these practices can be!\r\n\r\n[/vc_column_text][vc_message icon_fontawesome=\"fa fa-phone\"]<span style=\"text-decoration: underline;\"><strong>Contact Barbara:</strong></span>\r\n<a href=\"tel:256-361-4297\">256-361-4297</a>[/vc_message][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text][show-testimonials alias=\'Services\'][/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1470328503897{background-color: #270639 !important;}\"][vc_column][vc_column_text]\r\n<p style=\"text-align: right; font-size: 20px; font-weight: 600;\"><span style=\"color: #ffffff;\">Questions?</span> <a style=\"font-size: 20px; font-weight: 600;\" href=\"http://74.124.197.205/~ruthsnut/contact\">Contact us!<i class=\"icon icon-right-circled\" style=\"margin-right: 7px;\"></i></a></p>\r\n[/vc_column_text][/vc_column][/vc_row]','Services','','inherit','closed','closed','','10-revision-v1','','','2018-01-30 14:21:14','2018-01-30 20:21:14','',10,'https://ruthsnutrition.gsg-host.com/10-revision-v1/',0,'revision','',0),(1060,2,'2018-01-31 15:41:19','2018-01-31 21:41:19','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Experts share tips on how to</h2>\r\n<h2>keep your heart healthy &amp; happy</h2>\r\nHeart disease is the No. 1 killer of both men and women in the United States. If you look at the <a href=\"https://www.cdc.gov/dhdsp/maps/national_maps/hd_all.htm\" target=\"_blank\" rel=\"noopener\">Centers for Disease Control map</a>, the South has some of the highest death rates from cardiovascular causes, though Madison County appears a bit better than surrounding counties. Nonetheless, weâ€™veÂ  got some work to do if we want to claim a heathy heart.\r\n\r\nSo what are the risk factors? Smoking, high blood pressure, diabetes, high cholesterol (though many docs in the functional medicine community would say itâ€™s not high cholesterol but <em>oxidized </em>cholesterol, indicating inflammation is as big a factor as just cholesterol), a big waistline, being sedentary, eating an unhealthy diet, age (55 or older for women) and having a family history.\r\n\r\nSome of the solutions to lower risk factors are obvious: donâ€™t smoke, lose weight, exercise. But there are many ways to improve your heart health. Functional Medicine <a href=\"http://drhyman.com/blog/2010/05/20/lower-your-risk-of-heart-disease-without-drugs/\" target=\"_blank\" rel=\"noopener\">Doctor Mark Hyman</a> suggests the first step to reduce risk factors is to eat a healthy diet. He recommends avoiding white flour and sugar, increasing vegetable intake and avoiding hydrogenated oils. He also recommends regular exercise and some supplements.\r\n\r\n<a href=\"https://www.drweil.com/health-wellness/body-mind-spirit/heart/cardiovascular-disease/\" target=\"_blank\" rel=\"noopener\">Dr. Andrew Weil</a> breaks down cardiovascular disease into more specific categories and then lays out suggestions for each.Â For atherosclerosis (plaque build-up in the arteries) Weil suggests the obvious solutions mentioned above and also eating a low-glycemic index diet, taking fish oil and coenzyme Q10. He notes fish oils have been shown to lower triglycerides and inflammation while increasing HDL (the â€œgoodâ€ cholesterol). CoQ10 is an antioxidant that Weil says helps protect LDL cholesterol from oxidizing and helps maintain healthy blood vessels.\r\n\r\nWeil also mentions that high homocysteine levels in the blood (your doctor can test for this) is thought to contribute to plaque formation by damaging the arterial wall. Weil suggests eating more foods that contain B vitamins (green veggies, beans) and supplementing with a B-complex high in folic acid to bring homocysteine numbers down.\r\n\r\n<a href=\"https://www.drsinatra.com/fish-oil-benefits-for-heart-disease\" target=\"_blank\" rel=\"noopener\">Cardiologist Stephen Sinatra</a> recommends taking at least 2 grams of high quality fish oil daily to help prevent heart disease.Â He also recommends his <a href=\"https://www.drsinatra.com/best-heart-health-nutrients-to-consider\" target=\"_blank\" rel=\"noopener\">â€œAwesome Foursomeâ€</a> of heart healthy supplements: CoQ10, magnesium, l-carnitine and D-ribose. He suggests 50-100 mg of CoQ10 daily, but if you take a statin drug he recommends 200-300 mg daily.\r\n\r\nL-carnitine helps move fatty acids (cell fuel) into the mitochondria (the engine in every cell). Sinatra suggests 1,000-1,500 mg in divided doses daily. Magnesium is needed in all reactions that help produce ATP (adenosine triphosphate), a molecule needed to supply energy to every cell. Sinatra suggests 400 mg daily with meals.\r\n\r\nLast of Sinatraâ€™s Foursome is D-ribose, a simple sugar that helps fuel regeneration of energy when your body canâ€™t create it quickly enough, such as during heavy exercise or in people with ischemia. He recommends 5 grams daily prior to exercise.\r\n\r\nStudies show other supplements also may be helpful in preventing heart disease, even the humble garlic. To learn more, <a href=\"https://www.nutritionexpress.com/showarticle.aspx?articleid=786\" target=\"_blank\" rel=\"noopener\">click here</a>.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1061\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Show Some Love!','Keep your heart healthy with these tips from experts!','publish','closed','open','','show-some-love','','','2018-01-31 15:41:19','2018-01-31 21:41:19','',0,'https://ruthsnutrition.gsg-host.com/?p=1060',0,'post','',0),(1061,2,'2018-01-31 14:51:00','2018-01-31 20:51:00','','Healthy Heart 600X600','','inherit','open','closed','','healthy-heart-600x600','','','2018-01-31 14:51:00','2018-01-31 20:51:00','',1060,'https://ruthsnutrition.gsg-host.com/wp-content/uploads/2018/01/Healthy-Heart-600X600.png',0,'attachment','image/png',0),(1062,2,'2018-01-31 14:52:01','2018-01-31 20:52:01','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>We\'ve got some tips from experts</h2>\r\n<h2>to help youÂ tackle this problem</h2>\r\nAre you feeling that classic statement â€œIâ€™m tired of being tiredâ€? We totally understand. Weâ€™ve been there ourselves and we hear it a lot from customers. We wish we could say thereâ€™s an easy answer, but there are many possible causes of fatigue. If youâ€™re willing to do a little investigating, though, you probably can come up with reasonable solutions.\r\n\r\nFirst step is to visit your doc and rule out some major medical conditions like anemia, hypoglycemia, hypothyroidism, heart disease, B-12 deficiency, sleep apnea and infections (Epstein-barr, Lymeâ€™s, urinary tract, etc.). All of those can make you fatigued. <a href=\"https://drchristianson.com/14-hidden-causes-of-fatigue-and-their-solutions/\" target=\"_blank\" rel=\"noopener\">Dr. Alan Christianson</a> also mentions poor hydration, caffeine toxicity, depression, food intolerances, magnesium deficiency and vitamin D deficiency.\r\n\r\nBut what we most hear most from our customers are classic symptoms of burnout: feeling tired and wired, exhaustion, craving salty or sugary foods, digestive problems, insomnia, aches and pains and even hives. Dr. Aviva Romm, M.D., sites these as indicators of a stress response system pushed to its limits. In short, your hypothalamic-pituitary-adrenal axis needs some help.\r\n\r\nThis is where adaptogenic herbs (herbs that help you adapt to stress) are extremely helpful. They nourish and help regulate the adrenal glands and hypothalamus to gently urge your stress response toward more healthy function.\r\n\r\nThere are many adaptogens to choose from, but Dr. Romm divides her favorites into two categories: Calming/Soothing and Nourishing/Replenishing. In the Calming category she includes: Ashwagandha, the mind, mood &amp; muscle soother; and Reishi Mushroom, the immune nourisher. In the Nourishing category she includes: Ashwagandha (itâ€™s a multifaceted wonder!); Holy Basil, the vitalizer; Maca, the mother of hormone nourishers; Schizandra, the detoxifer; and Shatavari, the hormone harmonizer and queen of womenâ€™s adaptogens. If you want to learn more, like how to choose which adaptogen is best for you, <a href=\"https://avivaromm.com/adaptogens-burnout-2/\" target=\"_blank\" rel=\"noopener\">click here</a>.\r\n\r\nDr. Tori Hudson, N.D., also uses herbs for burnout citing Ashwagandha, Astragalus, Schizandra and Maca as having both traditional and scientific support for use. She also recommends key nutrients that play a critical role in optimal function of the adrenal gland. They are: pantothenic acid, B6, zinc, magnesium and vitamin C. <a href=\"http://drtorihudson.com/articles/adrenal-support/\" target=\"_blank\" rel=\"noopener\">Read more</a>.\r\n\r\nWhile â€œIâ€™m tiredâ€ is a common refrain in our hectic society, itâ€™s not normal. Donâ€™t settle for it. Do some investigating into your health. Check what you need to with your doc and explore possible remedies until you find a solution.\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1061\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Everybody Wants','If you\'re always tired, it\'s time to do some investigation.','inherit','closed','closed','','1060-revision-v1','','','2018-01-31 14:52:01','2018-01-31 20:52:01','',1060,'https://ruthsnutrition.gsg-host.com/1060-revision-v1/',0,'revision','',0),(1063,2,'2018-01-31 15:23:54','2018-01-31 21:23:54','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>We\'ve got some tips from experts</h2>\r\n<h2>to help you keep your heart healthy</h2>\r\nHeart disease is the No. 1 killer of both men and women in the United States. If you look at the <a href=\"https://www.cdc.gov/heartdisease/facts.htm\" target=\"_blank\" rel=\"noopener\">Centers for Disease Control map</a>, the South has some of the highest death rates from cardiovascular causes, though Madison County appears a bit better than surrounding counties. Nonetheless, weâ€™veÂ  got some work to do if we want to claim a heathy heart.\r\n\r\nSo what are the risk factors? Smoking, high blood pressure, diabetes, high cholesterol (though many docs in the functional medicine community would say itâ€™s not high cholesterol but <em>oxidized </em>cholesterol, indicating inflammation is as big a factor as just cholesterol), a big waistline, being sedentary, eating an unhealthy diet, age (55 or older for women) and having a family history.\r\n\r\nSome of the solutions to lower risk factors are obvious: donâ€™t smoke, lose weight, exercise. But there are many ways to improve your heart health. Functional Medicine <a href=\"http://drhyman.com/blog/2010/05/20/lower-your-risk-of-heart-disease-without-drugs/\" target=\"_blank\" rel=\"noopener\">Doctor Mark Hyman</a> suggests the first step to reduce risk factors is to eat a healthy diet. He recommends avoiding white flour and sugar, increasing vegetable intake and avoiding hydrogenated oils. He also recommends regular exercise and some supplements.\r\n\r\n<a href=\"https://www.drweil.com/health-wellness/body-mind-spirit/heart/cardiovascular-disease/\" target=\"_blank\" rel=\"noopener\">Dr. Andrew Weil</a> breaks down cardiovascular disease into more specific categories and then lays out suggestions for each.Â For atherosclerosis (plaque build-up in the arteries) Weil suggests the obvious solutions mentioned above and also eating a low-glycemic index diet, taking fish oil and coenzyme Q10. He notes fish oils have been shown to lower triglycerides and inflammation while increasing HDL (the â€œgoodâ€ cholesterol). CoQ10 is an antioxidant that Weil says helps protect LDL cholesterol from oxidizing and helps maintain healthy blood vessels.\r\n\r\nWeil also mentions that high homocysteine levels in the blood (your doctor can test for this) is thought to contribute to plaque formation by damaging the arterial wall. Weil suggests eating more foods that contain B vitamins (green veggies, beans) and supplementing with a B-complex high in folic acid to bring homocysteine numbers down.\r\n\r\n<a href=\"https://www.drsinatra.com/fish-oil-benefits-for-heart-disease\" target=\"_blank\" rel=\"noopener\">Cardiologist Stephen Sinatra</a> recommends taking at least 2 grams of high quality fish oil daily to help prevent heart disease.Â He also recommends his â€œAwesome Foursomeâ€ of heart healthy supplements: CoQ10, magnesium, l-carnitine and D-ribose. He suggests 50-100 mg of CoQ10 daily, but if you take a statin drug he recommends 200-300 mg daily.\r\n\r\nL-carnitine helps move fatty acids (cell fuel) into the mitochondria (the engine in every cell). Sinatra suggests 1,000-1,500 mg in divided doses daily. Magnesium is needed in all reactions that help produce ATP (adenosine triphosphate), a molecule needed to supply energy to every cell. Sinatra suggests 400 mg daily with meals.\r\n\r\nLast of Sinatraâ€™s Foursome is D-ribose, a simple sugar that helps fuel regeneration of energy when your body canâ€™t create it quickly enough, such as during heavy exercise or in people with ischemia. He recommends 5 grams daily prior to exercise.\r\n\r\nStudies show other supplements also may be helpful in preventing heart disease, even the humble garlic. To learn more, <a href=\"https://www.nutritionexpress.com/showarticle.aspx?articleid=786\" target=\"_blank\" rel=\"noopener\">click here</a>.\r\n\r\n&nbsp;\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1061\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Everybody Wants','Keep your heart healthy with these tips from experts!','inherit','closed','closed','','1060-revision-v1','','','2018-01-31 15:23:54','2018-01-31 21:23:54','',1060,'https://ruthsnutrition.gsg-host.com/1060-revision-v1/',0,'revision','',0),(1064,2,'2018-01-31 15:30:26','2018-01-31 21:30:26','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>We\'ve got some tips from experts</h2>\r\n<h2>to help you keep your heart healthy</h2>\r\nHeart disease is the No. 1 killer of both men and women in the United States. If you look at the <a href=\"https://www.cdc.gov/dhdsp/maps/national_maps/hd_all.htm\" target=\"_blank\" rel=\"noopener\">Centers for Disease Control map</a>, the South has some of the highest death rates from cardiovascular causes, though Madison County appears a bit better than surrounding counties. Nonetheless, weâ€™veÂ  got some work to do if we want to claim a heathy heart.\r\n\r\nSo what are the risk factors? Smoking, high blood pressure, diabetes, high cholesterol (though many docs in the functional medicine community would say itâ€™s not high cholesterol but <em>oxidized </em>cholesterol, indicating inflammation is as big a factor as just cholesterol), a big waistline, being sedentary, eating an unhealthy diet, age (55 or older for women) and having a family history.\r\n\r\nSome of the solutions to lower risk factors are obvious: donâ€™t smoke, lose weight, exercise. But there are many ways to improve your heart health. Functional Medicine <a href=\"http://drhyman.com/blog/2010/05/20/lower-your-risk-of-heart-disease-without-drugs/\" target=\"_blank\" rel=\"noopener\">Doctor Mark Hyman</a> suggests the first step to reduce risk factors is to eat a healthy diet. He recommends avoiding white flour and sugar, increasing vegetable intake and avoiding hydrogenated oils. He also recommends regular exercise and some supplements.\r\n\r\n<a href=\"https://www.drweil.com/health-wellness/body-mind-spirit/heart/cardiovascular-disease/\" target=\"_blank\" rel=\"noopener\">Dr. Andrew Weil</a> breaks down cardiovascular disease into more specific categories and then lays out suggestions for each.Â For atherosclerosis (plaque build-up in the arteries) Weil suggests the obvious solutions mentioned above and also eating a low-glycemic index diet, taking fish oil and coenzyme Q10. He notes fish oils have been shown to lower triglycerides and inflammation while increasing HDL (the â€œgoodâ€ cholesterol). CoQ10 is an antioxidant that Weil says helps protect LDL cholesterol from oxidizing and helps maintain healthy blood vessels.\r\n\r\nWeil also mentions that high homocysteine levels in the blood (your doctor can test for this) is thought to contribute to plaque formation by damaging the arterial wall. Weil suggests eating more foods that contain B vitamins (green veggies, beans) and supplementing with a B-complex high in folic acid to bring homocysteine numbers down.\r\n\r\n<a href=\"https://www.drsinatra.com/fish-oil-benefits-for-heart-disease\" target=\"_blank\" rel=\"noopener\">Cardiologist Stephen Sinatra</a> recommends taking at least 2 grams of high quality fish oil daily to help prevent heart disease.Â He also recommends his â€œAwesome Foursomeâ€ of heart healthy supplements: CoQ10, magnesium, l-carnitine and D-ribose. He suggests 50-100 mg of CoQ10 daily, but if you take a statin drug he recommends 200-300 mg daily.\r\n\r\nL-carnitine helps move fatty acids (cell fuel) into the mitochondria (the engine in every cell). Sinatra suggests 1,000-1,500 mg in divided doses daily. Magnesium is needed in all reactions that help produce ATP (adenosine triphosphate), a molecule needed to supply energy to every cell. Sinatra suggests 400 mg daily with meals.\r\n\r\nLast of Sinatraâ€™s Foursome is D-ribose, a simple sugar that helps fuel regeneration of energy when your body canâ€™t create it quickly enough, such as during heavy exercise or in people with ischemia. He recommends 5 grams daily prior to exercise.\r\n\r\nStudies show other supplements also may be helpful in preventing heart disease, even the humble garlic. To learn more, <a href=\"https://www.nutritionexpress.com/showarticle.aspx?articleid=786\" target=\"_blank\" rel=\"noopener\">click here</a>.\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1061\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Everybody Wants','Keep your heart healthy with these tips from experts!','inherit','closed','closed','','1060-revision-v1','','','2018-01-31 15:30:26','2018-01-31 21:30:26','',1060,'https://ruthsnutrition.gsg-host.com/1060-revision-v1/',0,'revision','',0),(1065,2,'2018-01-31 15:35:09','2018-01-31 21:35:09','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>We\'ve got some tips from experts</h2>\r\n<h2>to help you keep your heart healthy</h2>\r\nHeart disease is the No. 1 killer of both men and women in the United States. If you look at the <a href=\"https://www.cdc.gov/dhdsp/maps/national_maps/hd_all.htm\" target=\"_blank\" rel=\"noopener\">Centers for Disease Control map</a>, the South has some of the highest death rates from cardiovascular causes, though Madison County appears a bit better than surrounding counties. Nonetheless, weâ€™veÂ  got some work to do if we want to claim a heathy heart.\r\n\r\nSo what are the risk factors? Smoking, high blood pressure, diabetes, high cholesterol (though many docs in the functional medicine community would say itâ€™s not high cholesterol but <em>oxidized </em>cholesterol, indicating inflammation is as big a factor as just cholesterol), a big waistline, being sedentary, eating an unhealthy diet, age (55 or older for women) and having a family history.\r\n\r\nSome of the solutions to lower risk factors are obvious: donâ€™t smoke, lose weight, exercise. But there are many ways to improve your heart health. Functional Medicine <a href=\"http://drhyman.com/blog/2010/05/20/lower-your-risk-of-heart-disease-without-drugs/\" target=\"_blank\" rel=\"noopener\">Doctor Mark Hyman</a> suggests the first step to reduce risk factors is to eat a healthy diet. He recommends avoiding white flour and sugar, increasing vegetable intake and avoiding hydrogenated oils. He also recommends regular exercise and some supplements.\r\n\r\n<a href=\"https://www.drweil.com/health-wellness/body-mind-spirit/heart/cardiovascular-disease/\" target=\"_blank\" rel=\"noopener\">Dr. Andrew Weil</a> breaks down cardiovascular disease into more specific categories and then lays out suggestions for each.Â For atherosclerosis (plaque build-up in the arteries) Weil suggests the obvious solutions mentioned above and also eating a low-glycemic index diet, taking fish oil and coenzyme Q10. He notes fish oils have been shown to lower triglycerides and inflammation while increasing HDL (the â€œgoodâ€ cholesterol). CoQ10 is an antioxidant that Weil says helps protect LDL cholesterol from oxidizing and helps maintain healthy blood vessels.\r\n\r\nWeil also mentions that high homocysteine levels in the blood (your doctor can test for this) is thought to contribute to plaque formation by damaging the arterial wall. Weil suggests eating more foods that contain B vitamins (green veggies, beans) and supplementing with a B-complex high in folic acid to bring homocysteine numbers down.\r\n\r\n<a href=\"https://www.drsinatra.com/fish-oil-benefits-for-heart-disease\" target=\"_blank\" rel=\"noopener\">Cardiologist Stephen Sinatra</a> recommends taking at least 2 grams of high quality fish oil daily to help prevent heart disease.Â He also recommends his <a href=\"https://www.drsinatra.com/best-heart-health-nutrients-to-consider\" target=\"_blank\" rel=\"noopener\">â€œAwesome Foursomeâ€</a> of heart healthy supplements: CoQ10, magnesium, l-carnitine and D-ribose. He suggests 50-100 mg of CoQ10 daily, but if you take a statin drug he recommends 200-300 mg daily.\r\n\r\nL-carnitine helps move fatty acids (cell fuel) into the mitochondria (the engine in every cell). Sinatra suggests 1,000-1,500 mg in divided doses daily. Magnesium is needed in all reactions that help produce ATP (adenosine triphosphate), a molecule needed to supply energy to every cell. Sinatra suggests 400 mg daily with meals.\r\n\r\nLast of Sinatraâ€™s Foursome is D-ribose, a simple sugar that helps fuel regeneration of energy when your body canâ€™t create it quickly enough, such as during heavy exercise or in people with ischemia. He recommends 5 grams daily prior to exercise.\r\n\r\nStudies show other supplements also may be helpful in preventing heart disease, even the humble garlic. To learn more, <a href=\"https://www.nutritionexpress.com/showarticle.aspx?articleid=786\" target=\"_blank\" rel=\"noopener\">click here</a>.\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1061\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Everybody Wants','Keep your heart healthy with these tips from experts!','inherit','closed','closed','','1060-revision-v1','','','2018-01-31 15:35:09','2018-01-31 21:35:09','',1060,'https://ruthsnutrition.gsg-host.com/1060-revision-v1/',0,'revision','',0),(1066,2,'2018-01-31 15:36:09','2018-01-31 21:36:09','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>We\'ve got some tips from experts</h2>\r\n<h2>to help you keep your heart healthy</h2>\r\nHeart disease is the No. 1 killer of both men and women in the United States. If you look at the <a href=\"https://www.cdc.gov/dhdsp/maps/national_maps/hd_all.htm\" target=\"_blank\" rel=\"noopener\">Centers for Disease Control map</a>, the South has some of the highest death rates from cardiovascular causes, though Madison County appears a bit better than surrounding counties. Nonetheless, weâ€™veÂ  got some work to do if we want to claim a heathy heart.\r\n\r\nSo what are the risk factors? Smoking, high blood pressure, diabetes, high cholesterol (though many docs in the functional medicine community would say itâ€™s not high cholesterol but <em>oxidized </em>cholesterol, indicating inflammation is as big a factor as just cholesterol), a big waistline, being sedentary, eating an unhealthy diet, age (55 or older for women) and having a family history.\r\n\r\nSome of the solutions to lower risk factors are obvious: donâ€™t smoke, lose weight, exercise. But there are many ways to improve your heart health. Functional Medicine <a href=\"http://drhyman.com/blog/2010/05/20/lower-your-risk-of-heart-disease-without-drugs/\" target=\"_blank\" rel=\"noopener\">Doctor Mark Hyman</a> suggests the first step to reduce risk factors is to eat a healthy diet. He recommends avoiding white flour and sugar, increasing vegetable intake and avoiding hydrogenated oils. He also recommends regular exercise and some supplements.\r\n\r\n<a href=\"https://www.drweil.com/health-wellness/body-mind-spirit/heart/cardiovascular-disease/\" target=\"_blank\" rel=\"noopener\">Dr. Andrew Weil</a> breaks down cardiovascular disease into more specific categories and then lays out suggestions for each.Â For atherosclerosis (plaque build-up in the arteries) Weil suggests the obvious solutions mentioned above and also eating a low-glycemic index diet, taking fish oil and coenzyme Q10. He notes fish oils have been shown to lower triglycerides and inflammation while increasing HDL (the â€œgoodâ€ cholesterol). CoQ10 is an antioxidant that Weil says helps protect LDL cholesterol from oxidizing and helps maintain healthy blood vessels.\r\n\r\nWeil also mentions that high homocysteine levels in the blood (your doctor can test for this) is thought to contribute to plaque formation by damaging the arterial wall. Weil suggests eating more foods that contain B vitamins (green veggies, beans) and supplementing with a B-complex high in folic acid to bring homocysteine numbers down.\r\n\r\n<a href=\"https://www.drsinatra.com/fish-oil-benefits-for-heart-disease\" target=\"_blank\" rel=\"noopener\">Cardiologist Stephen Sinatra</a> recommends taking at least 2 grams of high quality fish oil daily to help prevent heart disease.Â He also recommends his <a href=\"https://www.drsinatra.com/best-heart-health-nutrients-to-consider\" target=\"_blank\" rel=\"noopener\">â€œAwesome Foursomeâ€</a> of heart healthy supplements: CoQ10, magnesium, l-carnitine and D-ribose. He suggests 50-100 mg of CoQ10 daily, but if you take a statin drug he recommends 200-300 mg daily.\r\n\r\nL-carnitine helps move fatty acids (cell fuel) into the mitochondria (the engine in every cell). Sinatra suggests 1,000-1,500 mg in divided doses daily. Magnesium is needed in all reactions that help produce ATP (adenosine triphosphate), a molecule needed to supply energy to every cell. Sinatra suggests 400 mg daily with meals.\r\n\r\nLast of Sinatraâ€™s Foursome is D-ribose, a simple sugar that helps fuel regeneration of energy when your body canâ€™t create it quickly enough, such as during heavy exercise or in people with ischemia. He recommends 5 grams daily prior to exercise.\r\n\r\nStudies show other supplements also may be helpful in preventing heart disease, even the humble garlic. To learn more, <a href=\"https://www.nutritionexpress.com/showarticle.aspx?articleid=786\" target=\"_blank\" rel=\"noopener\">click here</a>.\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1061\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Everybody Wants A Healthy Heart','Keep your heart healthy with these tips from experts!','inherit','closed','closed','','1060-revision-v1','','','2018-01-31 15:36:09','2018-01-31 21:36:09','',1060,'https://ruthsnutrition.gsg-host.com/1060-revision-v1/',0,'revision','',0),(1067,2,'2018-01-31 15:38:05','2018-01-31 21:38:05','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>We\'ve got some tips from experts</h2>\r\n<h2>to help you keep your heart healthy</h2>\r\nHeart disease is the No. 1 killer of both men and women in the United States. If you look at the <a href=\"https://www.cdc.gov/dhdsp/maps/national_maps/hd_all.htm\" target=\"_blank\" rel=\"noopener\">Centers for Disease Control map</a>, the South has some of the highest death rates from cardiovascular causes, though Madison County appears a bit better than surrounding counties. Nonetheless, weâ€™veÂ  got some work to do if we want to claim a heathy heart.\r\n\r\nSo what are the risk factors? Smoking, high blood pressure, diabetes, high cholesterol (though many docs in the functional medicine community would say itâ€™s not high cholesterol but <em>oxidized </em>cholesterol, indicating inflammation is as big a factor as just cholesterol), a big waistline, being sedentary, eating an unhealthy diet, age (55 or older for women) and having a family history.\r\n\r\nSome of the solutions to lower risk factors are obvious: donâ€™t smoke, lose weight, exercise. But there are many ways to improve your heart health. Functional Medicine <a href=\"http://drhyman.com/blog/2010/05/20/lower-your-risk-of-heart-disease-without-drugs/\" target=\"_blank\" rel=\"noopener\">Doctor Mark Hyman</a> suggests the first step to reduce risk factors is to eat a healthy diet. He recommends avoiding white flour and sugar, increasing vegetable intake and avoiding hydrogenated oils. He also recommends regular exercise and some supplements.\r\n\r\n<a href=\"https://www.drweil.com/health-wellness/body-mind-spirit/heart/cardiovascular-disease/\" target=\"_blank\" rel=\"noopener\">Dr. Andrew Weil</a> breaks down cardiovascular disease into more specific categories and then lays out suggestions for each.Â For atherosclerosis (plaque build-up in the arteries) Weil suggests the obvious solutions mentioned above and also eating a low-glycemic index diet, taking fish oil and coenzyme Q10. He notes fish oils have been shown to lower triglycerides and inflammation while increasing HDL (the â€œgoodâ€ cholesterol). CoQ10 is an antioxidant that Weil says helps protect LDL cholesterol from oxidizing and helps maintain healthy blood vessels.\r\n\r\nWeil also mentions that high homocysteine levels in the blood (your doctor can test for this) is thought to contribute to plaque formation by damaging the arterial wall. Weil suggests eating more foods that contain B vitamins (green veggies, beans) and supplementing with a B-complex high in folic acid to bring homocysteine numbers down.\r\n\r\n<a href=\"https://www.drsinatra.com/fish-oil-benefits-for-heart-disease\" target=\"_blank\" rel=\"noopener\">Cardiologist Stephen Sinatra</a> recommends taking at least 2 grams of high quality fish oil daily to help prevent heart disease.Â He also recommends his <a href=\"https://www.drsinatra.com/best-heart-health-nutrients-to-consider\" target=\"_blank\" rel=\"noopener\">â€œAwesome Foursomeâ€</a> of heart healthy supplements: CoQ10, magnesium, l-carnitine and D-ribose. He suggests 50-100 mg of CoQ10 daily, but if you take a statin drug he recommends 200-300 mg daily.\r\n\r\nL-carnitine helps move fatty acids (cell fuel) into the mitochondria (the engine in every cell). Sinatra suggests 1,000-1,500 mg in divided doses daily. Magnesium is needed in all reactions that help produce ATP (adenosine triphosphate), a molecule needed to supply energy to every cell. Sinatra suggests 400 mg daily with meals.\r\n\r\nLast of Sinatraâ€™s Foursome is D-ribose, a simple sugar that helps fuel regeneration of energy when your body canâ€™t create it quickly enough, such as during heavy exercise or in people with ischemia. He recommends 5 grams daily prior to exercise.\r\n\r\nStudies show other supplements also may be helpful in preventing heart disease, even the humble garlic. To learn more, <a href=\"https://www.nutritionexpress.com/showarticle.aspx?articleid=786\" target=\"_blank\" rel=\"noopener\">click here</a>.\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1061\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Show Some Love!','Keep your heart healthy with these tips from experts!','inherit','closed','closed','','1060-revision-v1','','','2018-01-31 15:38:05','2018-01-31 21:38:05','',1060,'https://ruthsnutrition.gsg-host.com/1060-revision-v1/',0,'revision','',0),(1068,2,'2018-01-31 15:39:57','2018-01-31 21:39:57','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Experts share tips on how to</h2>\r\n<h2>keep your heart healthy &amp; happy</h2>\r\nHeart disease is the No. 1 killer of both men and women in the United States. If you look at the <a href=\"https://www.cdc.gov/dhdsp/maps/national_maps/hd_all.htm\" target=\"_blank\" rel=\"noopener\">Centers for Disease Control map</a>, the South has some of the highest death rates from cardiovascular causes, though Madison County appears a bit better than surrounding counties. Nonetheless, weâ€™veÂ  got some work to do if we want to claim a heathy heart.\r\n\r\nSo what are the risk factors? Smoking, high blood pressure, diabetes, high cholesterol (though many docs in the functional medicine community would say itâ€™s not high cholesterol but <em>oxidized </em>cholesterol, indicating inflammation is as big a factor as just cholesterol), a big waistline, being sedentary, eating an unhealthy diet, age (55 or older for women) and having a family history.\r\n\r\nSome of the solutions to lower risk factors are obvious: donâ€™t smoke, lose weight, exercise. But there are many ways to improve your heart health. Functional Medicine <a href=\"http://drhyman.com/blog/2010/05/20/lower-your-risk-of-heart-disease-without-drugs/\" target=\"_blank\" rel=\"noopener\">Doctor Mark Hyman</a> suggests the first step to reduce risk factors is to eat a healthy diet. He recommends avoiding white flour and sugar, increasing vegetable intake and avoiding hydrogenated oils. He also recommends regular exercise and some supplements.\r\n\r\n<a href=\"https://www.drweil.com/health-wellness/body-mind-spirit/heart/cardiovascular-disease/\" target=\"_blank\" rel=\"noopener\">Dr. Andrew Weil</a> breaks down cardiovascular disease into more specific categories and then lays out suggestions for each.Â For atherosclerosis (plaque build-up in the arteries) Weil suggests the obvious solutions mentioned above and also eating a low-glycemic index diet, taking fish oil and coenzyme Q10. He notes fish oils have been shown to lower triglycerides and inflammation while increasing HDL (the â€œgoodâ€ cholesterol). CoQ10 is an antioxidant that Weil says helps protect LDL cholesterol from oxidizing and helps maintain healthy blood vessels.\r\n\r\nWeil also mentions that high homocysteine levels in the blood (your doctor can test for this) is thought to contribute to plaque formation by damaging the arterial wall. Weil suggests eating more foods that contain B vitamins (green veggies, beans) and supplementing with a B-complex high in folic acid to bring homocysteine numbers down.\r\n\r\n<a href=\"https://www.drsinatra.com/fish-oil-benefits-for-heart-disease\" target=\"_blank\" rel=\"noopener\">Cardiologist Stephen Sinatra</a> recommends taking at least 2 grams of high quality fish oil daily to help prevent heart disease.Â He also recommends his <a href=\"https://www.drsinatra.com/best-heart-health-nutrients-to-consider\" target=\"_blank\" rel=\"noopener\">â€œAwesome Foursomeâ€</a> of heart healthy supplements: CoQ10, magnesium, l-carnitine and D-ribose. He suggests 50-100 mg of CoQ10 daily, but if you take a statin drug he recommends 200-300 mg daily.\r\n\r\nL-carnitine helps move fatty acids (cell fuel) into the mitochondria (the engine in every cell). Sinatra suggests 1,000-1,500 mg in divided doses daily. Magnesium is needed in all reactions that help produce ATP (adenosine triphosphate), a molecule needed to supply energy to every cell. Sinatra suggests 400 mg daily with meals.\r\n\r\nLast of Sinatraâ€™s Foursome is D-ribose, a simple sugar that helps fuel regeneration of energy when your body canâ€™t create it quickly enough, such as during heavy exercise or in people with ischemia. He recommends 5 grams daily prior to exercise.\r\n\r\nStudies show other supplements also may be helpful in preventing heart disease, even the humble garlic. To learn more, <a href=\"https://www.nutritionexpress.com/showarticle.aspx?articleid=786\" target=\"_blank\" rel=\"noopener\">click here</a>.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1061\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Show Some Love!','Keep your heart healthy with these tips from experts!','inherit','closed','closed','','1060-revision-v1','','','2018-01-31 15:39:57','2018-01-31 21:39:57','',1060,'https://ruthsnutrition.gsg-host.com/1060-revision-v1/',0,'revision','',0),(1069,2,'2018-02-02 12:21:49','2018-02-02 18:21:49','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>It\'s a good time to stock up!</h2>\r\nFebruaryâ€™s packed with sales! In honor of heart month all <strong>Carlson Laboratories</strong> products are on sale, including their fine fish oils. <strong>Nordic Naturals</strong> is offering discounts on their heart-healthy products â€“ check out our table by the front door.\r\n\r\n<strong>Gabriel Cosmetics</strong> is on sale, this time including their nail polish and the new skincare line.\r\n\r\nAll of <strong>Natural Factors</strong> products are on sale; that includes customer favorites like MenoSense, ThyroSense, BioSil and Whey Factors.\r\n\r\n<strong>Garden of Life</strong> has come out with new products that are on sale. Thereâ€™s our first <strong>USDA Organic MCT Oil</strong> along with <strong>three memory/focus/attention formulas</strong>. Thereâ€™s one especially design for kids, one for young adults, and another for adults 40+. Also, ALL Garden of Life <strong>protein powders</strong> are on sale this month.\r\n\r\nWhew! Thatâ€™s a lot of great products @ great prices!\r\n\r\n<strong>Â </strong>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"834\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','February Sales!','Great products @ great prices!','publish','closed','open','','february-sales-2','','','2018-02-02 12:21:49','2018-02-02 18:21:49','',0,'https://ruthsnutrition.gsg-host.com/?p=1069',0,'post','',0),(1070,2,'2018-02-02 12:20:34','2018-02-02 18:20:34','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>It\'s a good time to stock up!</h2>\r\nFebruaryâ€™s packed with sales! In honor of heart month all <strong>Carlson Laboratories</strong> products are on sale, including their fine fish oils. <strong>Nordic Naturals</strong> is offering discounts on their heart-healthy products â€“ check out our table by the front door.\r\n\r\n<strong>Gabriel Cosmetics</strong> is on sale, this time including their nail polish and the new skincare line.\r\n\r\nAll of <strong>Natural Factors</strong> products are on sale; that includes customer favorites like MenoSense, ThyroSense, BioSil and Whey Factors.\r\n\r\n<strong>Garden of Life</strong> has come out with new products that are on sale. Thereâ€™s our first <strong>USDA Organic MCT Oil</strong> along with <strong>three memory/focus/attention formulas</strong>. Thereâ€™s one especially design for kids, one for young adults, and another for adults 40+. Also, ALL Garden of Life <strong>protein powders</strong> are on sale this month.\r\n\r\nWhew! Thatâ€™s a lot of great products @ great prices!\r\n\r\n<strong>Â </strong>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"834\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','February Sales!','Great products @ great prices!','inherit','closed','closed','','1069-revision-v1','','','2018-02-02 12:20:34','2018-02-02 18:20:34','',1069,'https://ruthsnutrition.gsg-host.com/1069-revision-v1/',0,'revision','',0),(1071,2,'2018-02-26 13:26:08','2018-02-26 19:26:08','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Surprising benefitsÂ of MCT oil</h2>\r\nIf we told you about a supplement that boosts fat burning while increasing memory and mental clarity would you want to know more? We certainly did! Weâ€™ve been hearing the buzz around MCT oil for a while, so we decided it was high time we dug into the facts.\r\n\r\nMCT (medium chain triglyceride) is a form of saturated fat found in coconut oil, but itâ€™s unlike most other saturated fats. Because its carbon chain is medium length (not a long chain like found in other saturated fats), MCT is easily absorbed. It doesnâ€™t have to be mixed with bile and pancreatic enzymes to be digested. Instead it has the ability to diffuse through your intestinal membrane into your bloodstream and then to the liver. There itâ€™s converted to ketones, which are burned for energy. So itâ€™s a saturated fat that is not stored as fat; itâ€™s burned as fuel, producing a thermogenic effect.\r\n\r\nThatâ€™s why MCT oil can help with weight loss. According to <a href=\"http://drhyman.com/blog/2016/02/04/the-secret-fat-that-makes-you-thin/\" target=\"_blank\" rel=\"noopener\">Dr. Mark Hyman</a>, â€œfor many patients, MCT becomes that little nudge to help you drop those last 10-15 stubborn pounds that just wonâ€™t go away.â€\r\n\r\nWe also know the brain can use ketones for fuel. Studies show MCT can <a href=\"https://www.selfhacked.com/blog/need-know-medium-chain-triglycerides-mct-oil/#6_MCTs_Benefits_the_Brain\" target=\"_blank\" rel=\"noopener\">improve learning, memory and brain processing</a> in older people with mild to moderate cognitive impairment,Â  including <a href=\"https://draxe.com/mct-oil/\" target=\"_blank\" rel=\"noopener\">Alzheimerâ€™s</a>.\r\n\r\nBecause MCT oil has antibacterial, antiviral and antifungal properties, it can be beneficial for balancing bacteria in the gut, improving digestion. Not only that, a 2007 study found MCT <a href=\"https://www.medicalnewstoday.com/articles/320251.php\" target=\"_blank\" rel=\"noopener\">improved diabetes risk factors</a>, including insulin resistance in a small group of participants with type 2 diabetes.\r\n\r\nSo how do you take MCT oil? Dr. Mercola recommends taking no more than 1 teaspoon to start, as too much too soon might cause digestive upset. He suggests taking it along with other fats (nuts, salad dressing, etc.), and slowly working up to 4 tablespoons daily. Dr. Hyman suggests you add it to salad dressing recipes, smoothies, marinades, coffee or just take it by the spoonful. â€œI use it every morning to speed up my metabolism and keep my mind sharp and focused,â€ he says. â€œIt also keeps me full and satisfied longer, so it prevents me from food emergencies and snacking.â€\r\n\r\nSounds like a plan! And just so you know, we recently added Garden of Life Dr. Formulated MCT oil, which is USDA organic. Weâ€™d love for our customers to try it and give us feedback![/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1072\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','The Good-for-You Fat!','Adding this fat might boost your weight loss!','publish','closed','open','','the-good-for-you-fat','','','2018-02-28 15:27:53','2018-02-28 21:27:53','',0,'https://ruthsnutrition.gsg-host.com/?p=1071',0,'post','',0),(1072,2,'2018-02-26 13:10:59','2018-02-26 19:10:59','','MCT oil 600X600','','inherit','open','closed','','mct-oil-600x600','','','2018-02-26 13:10:59','2018-02-26 19:10:59','',1071,'https://ruthsnutrition.gsg-host.com/wp-content/uploads/2018/02/MCT-oil-600X600.jpg',0,'attachment','image/jpeg',0),(1073,2,'2018-02-26 13:20:53','2018-02-26 19:20:53','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Surprising benefitsÂ of MCT oil</h2>\r\nIf we told you about a supplement that boosts fat burning while increasing memory and mental clarity would you want to know more? We certainly did! Weâ€™ve been hearing the buzz around MCT oil for a while, so we decided it was time to high time we dug into the facts.\r\n\r\nMCT (medium chain triglyceride) is a form of saturated fat found in coconut oil, but itâ€™s unlike most other saturated fats. Because its carbon chain is medium length (not a long chain like found in other saturated fats), MCT is easily absorbed. It doesnâ€™t have to be mixed with bile and pancreatic enzymes to be digested. Instead it has the ability to diffuse through your intestinal membrane into your bloodstream and then to the liver. There itâ€™s converted to ketones, which are burned for energy. So itâ€™s a saturated fat that is not stored as fat; itâ€™s burned as fuel, producing a thermogenic effect.\r\n\r\nThatâ€™s why MCT oil can help with weight loss. According to <a href=\"http://drhyman.com/blog/2016/02/04/the-secret-fat-that-makes-you-thin/\" target=\"_blank\" rel=\"noopener\">Dr. Mark Hyman</a>, â€œfor many patients, MCT becomes that little nudge to help you drop those last 10-15 stubborn pounds that just wonâ€™t go away.â€\r\n\r\nWe also know the brain can use ketones for fuel. Studies show MCT can <a href=\"https://www.selfhacked.com/blog/need-know-medium-chain-triglycerides-mct-oil/#6_MCTs_Benefits_the_Brain\" target=\"_blank\" rel=\"noopener\">improve learning, memory and brain processing</a> in older people with mild to moderate cognitive impairment,Â  including <a href=\"https://draxe.com/mct-oil/\" target=\"_blank\" rel=\"noopener\">Alzheimerâ€™s</a>.\r\n\r\nBecause MCT oil has antibacterial, antiviral and antifungal properties, it can be beneficial for balancing bacteria in the gut, improving digestion. Not only that, a 2007 study found MCT <a href=\"https://www.medicalnewstoday.com/articles/320251.php\" target=\"_blank\" rel=\"noopener\">improved diabetes risk factors</a>, including insulin resistance in a small group of participants with type 2 diabetes.\r\n\r\nSo how do you take MCT oil? Dr. Mercola recommends taking no more than 1 teaspoon to start, as too much too soon might cause digestive upset. He suggests taking it along with other fats (nuts, salad dressing, etc.), and slowly working up to 4 tablespoons daily. Dr. Hyman suggests you add it to salad dressing recipes, smoothies, marinades, coffee or just take it by the spoonful. â€œI use it every morning to speed up my metabolism and keep my mind sharp and focused,â€ he says. â€œIt also keeps me full and satisfied longer, so it prevents me from food emergencies and snacking.â€\r\n\r\nSounds like a plan! And just so you know, we recently added Garden of Life Dr. Formulated MCT oil, which is USDA organic. Weâ€™d love for our customers to try it and give us feedback!\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1072\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Show Some Love!','Keep your heart healthy with these tips from experts!','inherit','closed','closed','','1071-revision-v1','','','2018-02-26 13:20:53','2018-02-26 19:20:53','',1071,'https://ruthsnutrition.gsg-host.com/1071-revision-v1/',0,'revision','',0),(1074,2,'2018-02-26 13:23:10','2018-02-26 19:23:10','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Surprising benefitsÂ of MCT oil</h2>\r\nIf we told you about a supplement that boosts fat burning while increasing memory and mental clarity would you want to know more? We certainly did! Weâ€™ve been hearing the buzz around MCT oil for a while, so we decided it was time to high time we dug into the facts.\r\n\r\nMCT (medium chain triglyceride) is a form of saturated fat found in coconut oil, but itâ€™s unlike most other saturated fats. Because its carbon chain is medium length (not a long chain like found in other saturated fats), MCT is easily absorbed. It doesnâ€™t have to be mixed with bile and pancreatic enzymes to be digested. Instead it has the ability to diffuse through your intestinal membrane into your bloodstream and then to the liver. There itâ€™s converted to ketones, which are burned for energy. So itâ€™s a saturated fat that is not stored as fat; itâ€™s burned as fuel, producing a thermogenic effect.\r\n\r\nThatâ€™s why MCT oil can help with weight loss. According to <a href=\"http://drhyman.com/blog/2016/02/04/the-secret-fat-that-makes-you-thin/\" target=\"_blank\" rel=\"noopener\">Dr. Mark Hyman</a>, â€œfor many patients, MCT becomes that little nudge to help you drop those last 10-15 stubborn pounds that just wonâ€™t go away.â€\r\n\r\nWe also know the brain can use ketones for fuel. Studies show MCT can <a href=\"https://www.selfhacked.com/blog/need-know-medium-chain-triglycerides-mct-oil/#6_MCTs_Benefits_the_Brain\" target=\"_blank\" rel=\"noopener\">improve learning, memory and brain processing</a> in older people with mild to moderate cognitive impairment,Â  including <a href=\"https://draxe.com/mct-oil/\" target=\"_blank\" rel=\"noopener\">Alzheimerâ€™s</a>.\r\n\r\nBecause MCT oil has antibacterial, antiviral and antifungal properties, it can be beneficial for balancing bacteria in the gut, improving digestion. Not only that, a 2007 study found MCT <a href=\"https://www.medicalnewstoday.com/articles/320251.php\" target=\"_blank\" rel=\"noopener\">improved diabetes risk factors</a>, including insulin resistance in a small group of participants with type 2 diabetes.\r\n\r\nSo how do you take MCT oil? Dr. Mercola recommends taking no more than 1 teaspoon to start, as too much too soon might cause digestive upset. He suggests taking it along with other fats (nuts, salad dressing, etc.), and slowly working up to 4 tablespoons daily. Dr. Hyman suggests you add it to salad dressing recipes, smoothies, marinades, coffee or just take it by the spoonful. â€œI use it every morning to speed up my metabolism and keep my mind sharp and focused,â€ he says. â€œIt also keeps me full and satisfied longer, so it prevents me from food emergencies and snacking.â€\r\n\r\nSounds like a plan! And just so you know, we recently added Garden of Life Dr. Formulated MCT oil, which is USDA organic. Weâ€™d love for our customers to try it and give us feedback!\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1072\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','The Good-for-You Fat!','Adding this fat might boost your weight loss!','inherit','closed','closed','','1071-revision-v1','','','2018-02-26 13:23:10','2018-02-26 19:23:10','',1071,'https://ruthsnutrition.gsg-host.com/1071-revision-v1/',0,'revision','',0),(1075,2,'2018-02-28 15:12:36','2018-02-28 21:12:36','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Where do you go</h2>\r\n<h2>for your health info?</h2>\r\n&nbsp;\r\n\r\nBy Sue Cummings\r\n\r\nCustomers constantly come to us for products, but also to ask questions. They want to understand their health care situation better. Weâ€™re not doctors, but we try our best to help people find good sources of information. We work to stay informed as best we can. I attend the Medicines from the Earth conference every year and I read incessantly. Health care is a personal passion, and Iâ€™m a firm believer that you cannot know too much when it comes to your own self-care. I recommend that everyone quiz their doctors and read as much as they can about the topics that concern their health.\r\n\r\nBut discerning good information from hype can be difficult. As a former journalist, I like to think I have a robust BS meter, so I thought it might be useful if I share a few of my favorite sources for medical information.\r\n\r\nBefore I begin, let me say that if a website sells things, be wary. Unfortunately, many of even the really good ones do. Just remember you can take their information and not buy anything. I should also say I have a definite functional medicine bias. Functional medicine is a practice where the doctors go far beyond prescribing meds to suppress your symptoms and look for root causes of your malady. Such docs are not plentiful in this area, but they can be found in the region. Go to <a href=\"http://functionalmedicine.org\" target=\"_blank\" rel=\"noopener\">functionalmedicine.org</a> to learn more. If you search there for a practitioner, just be sure to find out if they accept insurance. Some work on a cash only basis.\r\n\r\nIf you are diagnosed with hypothyroid or Hashimotoâ€™s thyroiditis, I highly recommend <a href=\"http://thyroidpharmacist.com\" target=\"_blank\" rel=\"noopener\">thyroidpharmacist.com</a>. Isabella Wentz, Pharm D, has Hashimotoâ€™s herself and has gathered extensive research information onto her site. She also has two published books: â€œHashimotoâ€™s Thyroiditis: Lifestyle Interventions for Finding and Treating the Root Causeâ€ and â€œHashimotoâ€™s Protocol: A 90-Day Plan for Reversing Thyroid Symptoms and Getting Your Life Back.â€ Both are excellent.\r\n\r\nIf youâ€™re worried about memory loss, cognitive function or the possibility of Alzheimerâ€™s, I highly recommend <a href=\"http://drperlmutter.com\" target=\"_blank\" rel=\"noopener\">drperlmutter.com</a>. Dr. Perlmutter is a board-certified neurologist who serves on the board of directors and is a fellow of the American College of Nutrition. You may know him from his best-selling books â€œGrain Brainâ€ and â€œBrain Maker.â€ Again, both offer good information.\r\n\r\nFor general health issues I like two sites. Dr. Kara Fitzgerald is a naturopath with a practice in Newton, Conn. She regularly blogs (<a href=\"http://drkarafitzgerald.com\" target=\"_blank\" rel=\"noopener\">drkarafitzgerald.com</a>) and offers podcasts of interviews with other leading functional medicine doctors. Her topics cover a wide array of health issues and often get very detailed as to what tests or products are preferred. You can learn a ton by listening (or reading the transcripts).\r\n\r\nThe other general health site I like is <a href=\"http://chriskresser.com\" target=\"_blank\" rel=\"noopener\">chriskresser.com</a>. Chris Kresser, M.S., L.Ac., is an acupuncturist who became an expert in Paleo nutrition then moved on to functional and integrative medicine. What I like about him is that he is not a purist about Paleo, and he questions everything. He keeps up with the latest research and youâ€™ll find that info in his blogs and podcasts.\r\n\r\nFor womenâ€™s health, I often go to <a href=\"http://avivaromm.com\" target=\"_blank\" rel=\"noopener\">avivaromm.com</a>. Aviva Romm, M.D., has an interesting history. I met her first as an herbalist and midwife. After leading the American Herbalists Guild for several years, she decided to attend medical school. She now specializes in womenâ€™s health and offers blogs, on-line courses and books. Her latest is â€œAdrenal Thyroid Revolution.â€ Â I also recommend an earlier work, â€œNaturally Healthy Babies and Children.â€\r\n\r\nWhen I want to know if there might be toxins in my food, cosmetics or skin care products, I go straight to <a href=\"http://ewg.org\" target=\"_blank\" rel=\"noopener\">ewg.org</a>. The Environmental Working Group has been publishing data on pesticides in food (the annual â€œDirty Dozenâ€ list) and products for decades. In recent years theyâ€™ve added the Skin Deep Guide to Cosmetics, where you can check the safety of your favorite products, and EWGâ€™s National Tap Water Database, where you can check the quality of your local water supply. I canâ€™t say enough good things about the information contained on this site. Get to know it!\r\n\r\nTwo other sites Iâ€™d like to mention are <a href=\"http://robynobrien.com\" target=\"_blank\" rel=\"noopener\">robynobrien.com</a> and <a href=\"http://siboinfo.com\" target=\"_blank\" rel=\"noopener\">siboinfo.com</a>. Robyn Oâ€™Brien is a great source of information on additives in foods and whatâ€™s going on in the food industry in general. If youâ€™ve never heard of her, you might want to seek out her <a href=\"https://www.youtube.com/watch?v=rixyrCNVVGA\" target=\"_blank\" rel=\"noopener\">TEDx talk</a> from 2011.\r\n\r\nSibo.com covers in depth the condition known as small intestinal bacterial overgrowth (SIBO). Common symptoms are almost constant gas &amp; bloating, abdominal pain/cramps, constipation and/or diarrhea (<a href=\"https://www.siboinfo.com/symptoms.html\" target=\"_blank\" rel=\"noopener\">learn more</a>).Â  Dr. Allison Siebecker, who runs the site, is a wealth of information on identifying and treating the condition. If any of the sibo symptoms sound familiar, you might want to learn more.\r\n\r\nLast I want to remind everyone that you can go straight to the scientific studies on any given subject by searching <a href=\"https://www.ncbi.nlm.nih.gov/pubmed/\" target=\"_blank\" rel=\"noopener\">PubMed</a>. The database contains more than 28 million citations for biomedical literature from MEDLINE, life science journals and online books. Often you have to be satisfied with the abstract or summary of the study, but occasionally you can read the full article. Again, itâ€™s a wealth of good information.\r\n\r\nIâ€™m sure there are many other good information sites out there, but this is a list of some of my favorites. I hope they lead you to a path of good health!\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1083\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Finding Answers','Check out some of our favorite health information sites!','publish','closed','open','','finding-answers','','','2018-02-28 15:39:44','2018-02-28 21:39:44','',0,'https://ruthsnutrition.gsg-host.com/?p=1075',0,'post','',0),(1077,2,'2018-02-28 14:51:03','2018-02-28 20:51:03','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Where do you go</h2>\r\n<h2>for your health info?</h2>\r\n&nbsp;\r\n\r\nBy Sue Cummings\r\n\r\nCustomers constantly come to us for products, but also to ask questions. They want to understand their health care situation better. Weâ€™re not doctors, but we try to stay informed as best we can. I attend the Medicines from the Earth conference every year and I read incessantly. Health care is a personal passion, and Iâ€™m a firm believer that you cannot know too much when it comes to your own self-care. I recommend that everyone quiz their doctors and read as much as they can about the topics that concern their health.\r\n\r\nBut discerning good information from hype can be difficult. As a former journalist, I like to think I have a robust BS meter, so I thought it might be useful if I share a few of my favorite sources for medical information.\r\n\r\nBefore I begin, let me say that if a website sells things, be wary. Unfortunately, many of even the really good ones do. Just remember you can take their information and not buy anything. I should also say I have a definite functional medicine bias. Functional medicine is a practice where the doctors go far beyond prescribing meds to suppress your symptoms and look for root causes of your malady. Such docs are not plentiful in this area, but they can be found. Go to functionalmedicine.org to learn more. If you search there for a practitioner, just be sure to find out if they accept insurance. Some work on a cash only basis.\r\n\r\nIf you are diagnosed with hypothyroid or Hashimotoâ€™s thyroiditis, I highly recommend thyroidpharmacist.com. Isabella Wentz, Pharm D, has Hashimotoâ€™s herself and has gathered extensive research information onto her site. She also has two published books: â€œHashimotoâ€™s Thyroiditis: Lifestyle Interventions for Finding and Treating the Root Causeâ€ and â€œHashimotoâ€™s Protocol: A 90-Day Plan for Reversing Thyroid Symptoms and Getting Your Life Back.â€ Both are excellent.\r\n\r\nIf youâ€™re worried about memory loss, cognitive function or the possibility of Alzheimerâ€™s, I highly recommend drperlmutter.com. Dr. Perlmutter is a board-certified neurologist who serves on the board of directors and is a fellow of the American College of Nutrition. You may know him from his best-selling books â€œGrain Brainâ€ and â€œBrain Maker.â€ Again, both offer good information.\r\n\r\nFor general health issues I like two sites. Dr. Kara Fitzgerald is a naturopath with a practice in Newton, Conn. She regularly blogs (drkarafitzgerald.com) and offers podcasts of interviews with other leading functional medicine doctors. Her topics cover a wide array of health issues and often get very detailed as to what tests or products are preferred. You can learn a ton by listening (or reading the transcripts).\r\n\r\nThe other general health site I like is chriskresser.com. Chris Kresser, M.S., L.Ac., is an acupuncturist who became an expert in Paleo nutrition then moved on to functional and integrative medicine. What I like about him is that he is not a purist about Paleo, and he questions everything. He keeps up with the latest research and youâ€™ll find that info in his blogs and podcasts.\r\n\r\nFor womenâ€™s health, I often go to avivaromm.com. Aviva Romm, M.D., has an interesting history. I met her first as an herbalist and midwife. After leading the American Herbalists Guild for several years, she decided to attend medical school. She now specializes in womenâ€™s health and offers blogs, on-line courses and books. Her latest is â€œAdrenal Thyroid Revolution.â€ Â I also recommend an earlier work, â€œNaturally Healthy Babies and Children.â€\r\n\r\nWhen I want to know if there might be toxins in my food, cosmetics or skin care products, I go straight to ewg.org. The Environmental Working Group has been publishing data on pesticides in food (the annual â€œDirty Dozenâ€ list) and products for decades. In recent years theyâ€™ve added the Skin Deep Guide to Cosmetics, where you can check the safety of your favorite products, and EWGâ€™s National Tap Water Database, where you can check the quality of your local water supply. I canâ€™t say enough good things about the information contained on this site. Get to know it!\r\n\r\nTwo other sites Iâ€™d like to mention are robynobrien.com and siboinfo.com. Robyn Oâ€™Brien is a great source of information on additives in foods and whatâ€™s going on in the food industry in general. If youâ€™ve never heard of her, you might want to seek out her TEDx talk from 2011.Â  <a href=\"https://www.youtube.com/watch?v=rixyrCNVVGA\">https://www.youtube.com/watch?v=rixyrCNVVGA</a>\r\n\r\nSibo.com covers in depth the condition known as small intestinal bacterial overgrowth (SIBO). Common symptoms are almost constant gas &amp; bloating, abdominal pain/cramps, constipation and/or diarrhea (learn more).Â  <a href=\"https://www.siboinfo.com/symptoms.html\">https://www.siboinfo.com/symptoms.html</a>Â Â Â  Dr. Allison Siebecker, who runs the site, is a wealth of information on identifying and treating the condition. If any of the sibo symptoms sound familiar, you might want to learn more.\r\n\r\nLast I want to remind everyone that you can go straight to the scientific studies on any given subject by searching PubMed. The database contains more than 28 million citations for biomedical literature from MEDLINE, life science journals and online books. Often you have to be satisfied with the abstract or summary of the study, but occasionally you can read the full article. Again, itâ€™s a wealth of good information.\r\n\r\nIâ€™m sure there are many other good information sites out there, but these are a list of my favorites. I hope they lead you to a path of good health!\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1076\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Finding Answers','','inherit','closed','closed','','1075-revision-v1','','','2018-02-28 14:51:03','2018-02-28 20:51:03','',1075,'https://ruthsnutrition.gsg-host.com/1075-revision-v1/',0,'revision','',0),(1078,2,'2018-02-28 14:57:18','2018-02-28 20:57:18','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Where do you go</h2>\r\n<h2>for your health info?</h2>\r\n&nbsp;\r\n\r\nBy Sue Cummings\r\n\r\nCustomers constantly come to us for products, but also to ask questions. They want to understand their health care situation better. Weâ€™re not doctors, but we try to stay informed as best we can. I attend the Medicines from the Earth conference every year and I read incessantly. Health care is a personal passion, and Iâ€™m a firm believer that you cannot know too much when it comes to your own self-care. I recommend that everyone quiz their doctors and read as much as they can about the topics that concern their health.\r\n\r\nBut discerning good information from hype can be difficult. As a former journalist, I like to think I have a robust BS meter, so I thought it might be useful if I share a few of my favorite sources for medical information.\r\n\r\nBefore I begin, let me say that if a website sells things, be wary. Unfortunately, many of even the really good ones do. Just remember you can take their information and not buy anything. I should also say I have a definite functional medicine bias. Functional medicine is a practice where the doctors go far beyond prescribing meds to suppress your symptoms and look for root causes of your malady. Such docs are not plentiful in this area, but they can be found. Go to <a href=\"http://functionalmedicine.org\" target=\"_blank\" rel=\"noopener\">functionalmedicine.org</a> to learn more. If you search there for a practitioner, just be sure to find out if they accept insurance. Some work on a cash only basis.\r\n\r\nIf you are diagnosed with hypothyroid or Hashimotoâ€™s thyroiditis, I highly recommend <a href=\"http://thyroidpharmacist.com\" target=\"_blank\" rel=\"noopener\">thyroidpharmacist.com</a>. Isabella Wentz, Pharm D, has Hashimotoâ€™s herself and has gathered extensive research information onto her site. She also has two published books: â€œHashimotoâ€™s Thyroiditis: Lifestyle Interventions for Finding and Treating the Root Causeâ€ and â€œHashimotoâ€™s Protocol: A 90-Day Plan for Reversing Thyroid Symptoms and Getting Your Life Back.â€ Both are excellent.\r\n\r\nIf youâ€™re worried about memory loss, cognitive function or the possibility of Alzheimerâ€™s, I highly recommend <a href=\"http://drperlmutter.com\" target=\"_blank\" rel=\"noopener\">drperlmutter.com</a>. Dr. Perlmutter is a board-certified neurologist who serves on the board of directors and is a fellow of the American College of Nutrition. You may know him from his best-selling books â€œGrain Brainâ€ and â€œBrain Maker.â€ Again, both offer good information.\r\n\r\nFor general health issues I like two sites. Dr. Kara Fitzgerald is a naturopath with a practice in Newton, Conn. She regularly blogs (<a href=\"http://drkarafitzgerald.com\" target=\"_blank\" rel=\"noopener\">drkarafitzgerald.com</a>) and offers podcasts of interviews with other leading functional medicine doctors. Her topics cover a wide array of health issues and often get very detailed as to what tests or products are preferred. You can learn a ton by listening (or reading the transcripts).\r\n\r\nThe other general health site I like is <a href=\"http://chriskresser.com\" target=\"_blank\" rel=\"noopener\">chriskresser.com</a>. Chris Kresser, M.S., L.Ac., is an acupuncturist who became an expert in Paleo nutrition then moved on to functional and integrative medicine. What I like about him is that he is not a purist about Paleo, and he questions everything. He keeps up with the latest research and youâ€™ll find that info in his blogs and podcasts.\r\n\r\nFor womenâ€™s health, I often go to <a href=\"http://avivaromm.com\" target=\"_blank\" rel=\"noopener\">avivaromm.com</a>. Aviva Romm, M.D., has an interesting history. I met her first as an herbalist and midwife. After leading the American Herbalists Guild for several years, she decided to attend medical school. She now specializes in womenâ€™s health and offers blogs, on-line courses and books. Her latest is â€œAdrenal Thyroid Revolution.â€ Â I also recommend an earlier work, â€œNaturally Healthy Babies and Children.â€\r\n\r\nWhen I want to know if there might be toxins in my food, cosmetics or skin care products, I go straight to <a href=\"http://ewg.org\" target=\"_blank\" rel=\"noopener\">ewg.org</a>. The Environmental Working Group has been publishing data on pesticides in food (the annual â€œDirty Dozenâ€ list) and products for decades. In recent years theyâ€™ve added the Skin Deep Guide to Cosmetics, where you can check the safety of your favorite products, and EWGâ€™s National Tap Water Database, where you can check the quality of your local water supply. I canâ€™t say enough good things about the information contained on this site. Get to know it!\r\n\r\nTwo other sites Iâ€™d like to mention are robynobrien.com and siboinfo.com. Robyn Oâ€™Brien is a great source of information on additives in foods and whatâ€™s going on in the food industry in general. If youâ€™ve never heard of her, you might want to seek out her <a href=\"https://www.youtube.com/watch?v=rixyrCNVVGA\" target=\"_blank\" rel=\"noopener\">TEDx talk</a> from 2011.\r\n\r\nSibo.com covers in depth the condition known as small intestinal bacterial overgrowth (SIBO). Common symptoms are almost constant gas &amp; bloating, abdominal pain/cramps, constipation and/or diarrhea (<a href=\"https://www.siboinfo.com/symptoms.html\" target=\"_blank\" rel=\"noopener\">learn more</a>).Â  Dr. Allison Siebecker, who runs the site, is a wealth of information on identifying and treating the condition. If any of the sibo symptoms sound familiar, you might want to learn more.\r\n\r\nLast I want to remind everyone that you can go straight to the scientific studies on any given subject by searching PubMed. The database contains more than 28 million citations for biomedical literature from MEDLINE, life science journals and online books. Often you have to be satisfied with the abstract or summary of the study, but occasionally you can read the full article. Again, itâ€™s a wealth of good information.\r\n\r\nIâ€™m sure there are many other good information sites out there, but these are a list of my favorites. I hope they lead you to a path of good health!\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1076\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Finding Answers','','inherit','closed','closed','','1075-revision-v1','','','2018-02-28 14:57:18','2018-02-28 20:57:18','',1075,'https://ruthsnutrition.gsg-host.com/1075-revision-v1/',0,'revision','',0),(1079,2,'2018-02-28 15:01:41','2018-02-28 21:01:41','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Where do you go</h2>\r\n<h2>for your health info?</h2>\r\n&nbsp;\r\n\r\nBy Sue Cummings\r\n\r\nCustomers constantly come to us for products, but also to ask questions. They want to understand their health care situation better. Weâ€™re not doctors, but we try to stay informed as best we can. I attend the Medicines from the Earth conference every year and I read incessantly. Health care is a personal passion, and Iâ€™m a firm believer that you cannot know too much when it comes to your own self-care. I recommend that everyone quiz their doctors and read as much as they can about the topics that concern their health.\r\n\r\nBut discerning good information from hype can be difficult. As a former journalist, I like to think I have a robust BS meter, so I thought it might be useful if I share a few of my favorite sources for medical information.\r\n\r\nBefore I begin, let me say that if a website sells things, be wary. Unfortunately, many of even the really good ones do. Just remember you can take their information and not buy anything. I should also say I have a definite functional medicine bias. Functional medicine is a practice where the doctors go far beyond prescribing meds to suppress your symptoms and look for root causes of your malady. Such docs are not plentiful in this area, but they can be found in the region. Go to <a href=\"http://functionalmedicine.org\" target=\"_blank\" rel=\"noopener\">functionalmedicine.org</a> to learn more. If you search there for a practitioner, just be sure to find out if they accept insurance. Some work on a cash only basis.\r\n\r\nIf you are diagnosed with hypothyroid or Hashimotoâ€™s thyroiditis, I highly recommend <a href=\"http://thyroidpharmacist.com\" target=\"_blank\" rel=\"noopener\">thyroidpharmacist.com</a>. Isabella Wentz, Pharm D, has Hashimotoâ€™s herself and has gathered extensive research information onto her site. She also has two published books: â€œHashimotoâ€™s Thyroiditis: Lifestyle Interventions for Finding and Treating the Root Causeâ€ and â€œHashimotoâ€™s Protocol: A 90-Day Plan for Reversing Thyroid Symptoms and Getting Your Life Back.â€ Both are excellent.\r\n\r\nIf youâ€™re worried about memory loss, cognitive function or the possibility of Alzheimerâ€™s, I highly recommend <a href=\"http://drperlmutter.com\" target=\"_blank\" rel=\"noopener\">drperlmutter.com</a>. Dr. Perlmutter is a board-certified neurologist who serves on the board of directors and is a fellow of the American College of Nutrition. You may know him from his best-selling books â€œGrain Brainâ€ and â€œBrain Maker.â€ Again, both offer good information.\r\n\r\nFor general health issues I like two sites. Dr. Kara Fitzgerald is a naturopath with a practice in Newton, Conn. She regularly blogs (<a href=\"http://drkarafitzgerald.com\" target=\"_blank\" rel=\"noopener\">drkarafitzgerald.com</a>) and offers podcasts of interviews with other leading functional medicine doctors. Her topics cover a wide array of health issues and often get very detailed as to what tests or products are preferred. You can learn a ton by listening (or reading the transcripts).\r\n\r\nThe other general health site I like is <a href=\"http://chriskresser.com\" target=\"_blank\" rel=\"noopener\">chriskresser.com</a>. Chris Kresser, M.S., L.Ac., is an acupuncturist who became an expert in Paleo nutrition then moved on to functional and integrative medicine. What I like about him is that he is not a purist about Paleo, and he questions everything. He keeps up with the latest research and youâ€™ll find that info in his blogs and podcasts.\r\n\r\nFor womenâ€™s health, I often go to <a href=\"http://avivaromm.com\" target=\"_blank\" rel=\"noopener\">avivaromm.com</a>. Aviva Romm, M.D., has an interesting history. I met her first as an herbalist and midwife. After leading the American Herbalists Guild for several years, she decided to attend medical school. She now specializes in womenâ€™s health and offers blogs, on-line courses and books. Her latest is â€œAdrenal Thyroid Revolution.â€ Â I also recommend an earlier work, â€œNaturally Healthy Babies and Children.â€\r\n\r\nWhen I want to know if there might be toxins in my food, cosmetics or skin care products, I go straight to <a href=\"http://ewg.org\" target=\"_blank\" rel=\"noopener\">ewg.org</a>. The Environmental Working Group has been publishing data on pesticides in food (the annual â€œDirty Dozenâ€ list) and products for decades. In recent years theyâ€™ve added the Skin Deep Guide to Cosmetics, where you can check the safety of your favorite products, and EWGâ€™s National Tap Water Database, where you can check the quality of your local water supply. I canâ€™t say enough good things about the information contained on this site. Get to know it!\r\n\r\nTwo other sites Iâ€™d like to mention are robynobrien.com and siboinfo.com. Robyn Oâ€™Brien is a great source of information on additives in foods and whatâ€™s going on in the food industry in general. If youâ€™ve never heard of her, you might want to seek out her <a href=\"https://www.youtube.com/watch?v=rixyrCNVVGA\" target=\"_blank\" rel=\"noopener\">TEDx talk</a> from 2011.\r\n\r\nSibo.com covers in depth the condition known as small intestinal bacterial overgrowth (SIBO). Common symptoms are almost constant gas &amp; bloating, abdominal pain/cramps, constipation and/or diarrhea (<a href=\"https://www.siboinfo.com/symptoms.html\" target=\"_blank\" rel=\"noopener\">learn more</a>).Â  Dr. Allison Siebecker, who runs the site, is a wealth of information on identifying and treating the condition. If any of the sibo symptoms sound familiar, you might want to learn more.\r\n\r\nLast I want to remind everyone that you can go straight to the scientific studies on any given subject by searching PubMed. The database contains more than 28 million citations for biomedical literature from MEDLINE, life science journals and online books. Often you have to be satisfied with the abstract or summary of the study, but occasionally you can read the full article. Again, itâ€™s a wealth of good information.\r\n\r\nIâ€™m sure there are many other good information sites out there, but these are a list of my favorites. I hope they lead you to a path of good health!\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1076\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Finding Answers','','inherit','closed','closed','','1075-revision-v1','','','2018-02-28 15:01:41','2018-02-28 21:01:41','',1075,'https://ruthsnutrition.gsg-host.com/1075-revision-v1/',0,'revision','',0),(1080,2,'2018-02-28 15:06:53','2018-02-28 21:06:53','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Where do you go</h2>\r\n<h2>for your health info?</h2>\r\n&nbsp;\r\n\r\nBy Sue Cummings\r\n\r\nCustomers constantly come to us for products, but also to ask questions. They want to understand their health care situation better. Weâ€™re not doctors, but we try to stay informed as best we can. I attend the Medicines from the Earth conference every year and I read incessantly. Health care is a personal passion, and Iâ€™m a firm believer that you cannot know too much when it comes to your own self-care. I recommend that everyone quiz their doctors and read as much as they can about the topics that concern their health.\r\n\r\nBut discerning good information from hype can be difficult. As a former journalist, I like to think I have a robust BS meter, so I thought it might be useful if I share a few of my favorite sources for medical information.\r\n\r\nBefore I begin, let me say that if a website sells things, be wary. Unfortunately, many of even the really good ones do. Just remember you can take their information and not buy anything. I should also say I have a definite functional medicine bias. Functional medicine is a practice where the doctors go far beyond prescribing meds to suppress your symptoms and look for root causes of your malady. Such docs are not plentiful in this area, but they can be found in the region. Go to <a href=\"http://functionalmedicine.org\" target=\"_blank\" rel=\"noopener\">functionalmedicine.org</a> to learn more. If you search there for a practitioner, just be sure to find out if they accept insurance. Some work on a cash only basis.\r\n\r\nIf you are diagnosed with hypothyroid or Hashimotoâ€™s thyroiditis, I highly recommend <a href=\"http://thyroidpharmacist.com\" target=\"_blank\" rel=\"noopener\">thyroidpharmacist.com</a>. Isabella Wentz, Pharm D, has Hashimotoâ€™s herself and has gathered extensive research information onto her site. She also has two published books: â€œHashimotoâ€™s Thyroiditis: Lifestyle Interventions for Finding and Treating the Root Causeâ€ and â€œHashimotoâ€™s Protocol: A 90-Day Plan for Reversing Thyroid Symptoms and Getting Your Life Back.â€ Both are excellent.\r\n\r\nIf youâ€™re worried about memory loss, cognitive function or the possibility of Alzheimerâ€™s, I highly recommend <a href=\"http://drperlmutter.com\" target=\"_blank\" rel=\"noopener\">drperlmutter.com</a>. Dr. Perlmutter is a board-certified neurologist who serves on the board of directors and is a fellow of the American College of Nutrition. You may know him from his best-selling books â€œGrain Brainâ€ and â€œBrain Maker.â€ Again, both offer good information.\r\n\r\nFor general health issues I like two sites. Dr. Kara Fitzgerald is a naturopath with a practice in Newton, Conn. She regularly blogs (<a href=\"http://drkarafitzgerald.com\" target=\"_blank\" rel=\"noopener\">drkarafitzgerald.com</a>) and offers podcasts of interviews with other leading functional medicine doctors. Her topics cover a wide array of health issues and often get very detailed as to what tests or products are preferred. You can learn a ton by listening (or reading the transcripts).\r\n\r\nThe other general health site I like is <a href=\"http://chriskresser.com\" target=\"_blank\" rel=\"noopener\">chriskresser.com</a>. Chris Kresser, M.S., L.Ac., is an acupuncturist who became an expert in Paleo nutrition then moved on to functional and integrative medicine. What I like about him is that he is not a purist about Paleo, and he questions everything. He keeps up with the latest research and youâ€™ll find that info in his blogs and podcasts.\r\n\r\nFor womenâ€™s health, I often go to <a href=\"http://avivaromm.com\" target=\"_blank\" rel=\"noopener\">avivaromm.com</a>. Aviva Romm, M.D., has an interesting history. I met her first as an herbalist and midwife. After leading the American Herbalists Guild for several years, she decided to attend medical school. She now specializes in womenâ€™s health and offers blogs, on-line courses and books. Her latest is â€œAdrenal Thyroid Revolution.â€ Â I also recommend an earlier work, â€œNaturally Healthy Babies and Children.â€\r\n\r\nWhen I want to know if there might be toxins in my food, cosmetics or skin care products, I go straight to <a href=\"http://ewg.org\" target=\"_blank\" rel=\"noopener\">ewg.org</a>. The Environmental Working Group has been publishing data on pesticides in food (the annual â€œDirty Dozenâ€ list) and products for decades. In recent years theyâ€™ve added the Skin Deep Guide to Cosmetics, where you can check the safety of your favorite products, and EWGâ€™s National Tap Water Database, where you can check the quality of your local water supply. I canâ€™t say enough good things about the information contained on this site. Get to know it!\r\n\r\nTwo other sites Iâ€™d like to mention are <a href=\"http://robynobrien.com\" target=\"_blank\" rel=\"noopener\">robynobrien.com</a> and <a href=\"http://siboinfo.com\" target=\"_blank\" rel=\"noopener\">siboinfo.com</a>. Robyn Oâ€™Brien is a great source of information on additives in foods and whatâ€™s going on in the food industry in general. If youâ€™ve never heard of her, you might want to seek out her <a href=\"https://www.youtube.com/watch?v=rixyrCNVVGA\" target=\"_blank\" rel=\"noopener\">TEDx talk</a> from 2011.\r\n\r\nSibo.com covers in depth the condition known as small intestinal bacterial overgrowth (SIBO). Common symptoms are almost constant gas &amp; bloating, abdominal pain/cramps, constipation and/or diarrhea (<a href=\"https://www.siboinfo.com/symptoms.html\" target=\"_blank\" rel=\"noopener\">learn more</a>).Â  Dr. Allison Siebecker, who runs the site, is a wealth of information on identifying and treating the condition. If any of the sibo symptoms sound familiar, you might want to learn more.\r\n\r\nLast I want to remind everyone that you can go straight to the scientific studies on any given subject by searching <a href=\"https://www.ncbi.nlm.nih.gov/pubmed/\" target=\"_blank\" rel=\"noopener\">PubMed</a>. The database contains more than 28 million citations for biomedical literature from MEDLINE, life science journals and online books. Often you have to be satisfied with the abstract or summary of the study, but occasionally you can read the full article. Again, itâ€™s a wealth of good information.\r\n\r\nIâ€™m sure there are many other good information sites out there, but these are a list of some of my favorites. I hope they lead you to a path of good health!\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1076\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Finding Answers','','inherit','closed','closed','','1075-revision-v1','','','2018-02-28 15:06:53','2018-02-28 21:06:53','',1075,'https://ruthsnutrition.gsg-host.com/1075-revision-v1/',0,'revision','',0),(1081,2,'2018-02-28 15:09:30','2018-02-28 21:09:30','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Where do you go</h2>\r\n<h2>for your health info?</h2>\r\n&nbsp;\r\n\r\nBy Sue Cummings\r\n\r\nCustomers constantly come to us for products, but also to ask questions. They want to understand their health care situation better. Weâ€™re not doctors, but we try to stay informed as best we can. I attend the Medicines from the Earth conference every year and I read incessantly. Health care is a personal passion, and Iâ€™m a firm believer that you cannot know too much when it comes to your own self-care. I recommend that everyone quiz their doctors and read as much as they can about the topics that concern their health.\r\n\r\nBut discerning good information from hype can be difficult. As a former journalist, I like to think I have a robust BS meter, so I thought it might be useful if I share a few of my favorite sources for medical information.\r\n\r\nBefore I begin, let me say that if a website sells things, be wary. Unfortunately, many of even the really good ones do. Just remember you can take their information and not buy anything. I should also say I have a definite functional medicine bias. Functional medicine is a practice where the doctors go far beyond prescribing meds to suppress your symptoms and look for root causes of your malady. Such docs are not plentiful in this area, but they can be found in the region. Go to <a href=\"http://functionalmedicine.org\" target=\"_blank\" rel=\"noopener\">functionalmedicine.org</a> to learn more. If you search there for a practitioner, just be sure to find out if they accept insurance. Some work on a cash only basis.\r\n\r\nIf you are diagnosed with hypothyroid or Hashimotoâ€™s thyroiditis, I highly recommend <a href=\"http://thyroidpharmacist.com\" target=\"_blank\" rel=\"noopener\">thyroidpharmacist.com</a>. Isabella Wentz, Pharm D, has Hashimotoâ€™s herself and has gathered extensive research information onto her site. She also has two published books: â€œHashimotoâ€™s Thyroiditis: Lifestyle Interventions for Finding and Treating the Root Causeâ€ and â€œHashimotoâ€™s Protocol: A 90-Day Plan for Reversing Thyroid Symptoms and Getting Your Life Back.â€ Both are excellent.\r\n\r\nIf youâ€™re worried about memory loss, cognitive function or the possibility of Alzheimerâ€™s, I highly recommend <a href=\"http://drperlmutter.com\" target=\"_blank\" rel=\"noopener\">drperlmutter.com</a>. Dr. Perlmutter is a board-certified neurologist who serves on the board of directors and is a fellow of the American College of Nutrition. You may know him from his best-selling books â€œGrain Brainâ€ and â€œBrain Maker.â€ Again, both offer good information.\r\n\r\nFor general health issues I like two sites. Dr. Kara Fitzgerald is a naturopath with a practice in Newton, Conn. She regularly blogs (<a href=\"http://drkarafitzgerald.com\" target=\"_blank\" rel=\"noopener\">drkarafitzgerald.com</a>) and offers podcasts of interviews with other leading functional medicine doctors. Her topics cover a wide array of health issues and often get very detailed as to what tests or products are preferred. You can learn a ton by listening (or reading the transcripts).\r\n\r\nThe other general health site I like is <a href=\"http://chriskresser.com\" target=\"_blank\" rel=\"noopener\">chriskresser.com</a>. Chris Kresser, M.S., L.Ac., is an acupuncturist who became an expert in Paleo nutrition then moved on to functional and integrative medicine. What I like about him is that he is not a purist about Paleo, and he questions everything. He keeps up with the latest research and youâ€™ll find that info in his blogs and podcasts.\r\n\r\nFor womenâ€™s health, I often go to <a href=\"http://avivaromm.com\" target=\"_blank\" rel=\"noopener\">avivaromm.com</a>. Aviva Romm, M.D., has an interesting history. I met her first as an herbalist and midwife. After leading the American Herbalists Guild for several years, she decided to attend medical school. She now specializes in womenâ€™s health and offers blogs, on-line courses and books. Her latest is â€œAdrenal Thyroid Revolution.â€ Â I also recommend an earlier work, â€œNaturally Healthy Babies and Children.â€\r\n\r\nWhen I want to know if there might be toxins in my food, cosmetics or skin care products, I go straight to <a href=\"http://ewg.org\" target=\"_blank\" rel=\"noopener\">ewg.org</a>. The Environmental Working Group has been publishing data on pesticides in food (the annual â€œDirty Dozenâ€ list) and products for decades. In recent years theyâ€™ve added the Skin Deep Guide to Cosmetics, where you can check the safety of your favorite products, and EWGâ€™s National Tap Water Database, where you can check the quality of your local water supply. I canâ€™t say enough good things about the information contained on this site. Get to know it!\r\n\r\nTwo other sites Iâ€™d like to mention are <a href=\"http://robynobrien.com\" target=\"_blank\" rel=\"noopener\">robynobrien.com</a> and <a href=\"http://siboinfo.com\" target=\"_blank\" rel=\"noopener\">siboinfo.com</a>. Robyn Oâ€™Brien is a great source of information on additives in foods and whatâ€™s going on in the food industry in general. If youâ€™ve never heard of her, you might want to seek out her <a href=\"https://www.youtube.com/watch?v=rixyrCNVVGA\" target=\"_blank\" rel=\"noopener\">TEDx talk</a> from 2011.\r\n\r\nSibo.com covers in depth the condition known as small intestinal bacterial overgrowth (SIBO). Common symptoms are almost constant gas &amp; bloating, abdominal pain/cramps, constipation and/or diarrhea (<a href=\"https://www.siboinfo.com/symptoms.html\" target=\"_blank\" rel=\"noopener\">learn more</a>).Â  Dr. Allison Siebecker, who runs the site, is a wealth of information on identifying and treating the condition. If any of the sibo symptoms sound familiar, you might want to learn more.\r\n\r\nLast I want to remind everyone that you can go straight to the scientific studies on any given subject by searching <a href=\"https://www.ncbi.nlm.nih.gov/pubmed/\" target=\"_blank\" rel=\"noopener\">PubMed</a>. The database contains more than 28 million citations for biomedical literature from MEDLINE, life science journals and online books. Often you have to be satisfied with the abstract or summary of the study, but occasionally you can read the full article. Again, itâ€™s a wealth of good information.\r\n\r\nIâ€™m sure there are many other good information sites out there, but this is a list of some of my favorites. I hope they lead you to a path of good health!\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1076\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Finding Answers','','inherit','closed','closed','','1075-revision-v1','','','2018-02-28 15:09:30','2018-02-28 21:09:30','',1075,'https://ruthsnutrition.gsg-host.com/1075-revision-v1/',0,'revision','',0),(1082,2,'2018-02-28 15:10:30','2018-02-28 21:10:30','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Where do you go</h2>\r\n<h2>for your health info?</h2>\r\n&nbsp;\r\n\r\nBy Sue Cummings\r\n\r\nCustomers constantly come to us for products, but also to ask questions. They want to understand their health care situation better. Weâ€™re not doctors, but we try to stay informed as best we can. I attend the Medicines from the Earth conference every year and I read incessantly. Health care is a personal passion, and Iâ€™m a firm believer that you cannot know too much when it comes to your own self-care. I recommend that everyone quiz their doctors and read as much as they can about the topics that concern their health.\r\n\r\nBut discerning good information from hype can be difficult. As a former journalist, I like to think I have a robust BS meter, so I thought it might be useful if I share a few of my favorite sources for medical information.\r\n\r\nBefore I begin, let me say that if a website sells things, be wary. Unfortunately, many of even the really good ones do. Just remember you can take their information and not buy anything. I should also say I have a definite functional medicine bias. Functional medicine is a practice where the doctors go far beyond prescribing meds to suppress your symptoms and look for root causes of your malady. Such docs are not plentiful in this area, but they can be found in the region. Go to <a href=\"http://functionalmedicine.org\" target=\"_blank\" rel=\"noopener\">functionalmedicine.org</a> to learn more. If you search there for a practitioner, just be sure to find out if they accept insurance. Some work on a cash only basis.\r\n\r\nIf you are diagnosed with hypothyroid or Hashimotoâ€™s thyroiditis, I highly recommend <a href=\"http://thyroidpharmacist.com\" target=\"_blank\" rel=\"noopener\">thyroidpharmacist.com</a>. Isabella Wentz, Pharm D, has Hashimotoâ€™s herself and has gathered extensive research information onto her site. She also has two published books: â€œHashimotoâ€™s Thyroiditis: Lifestyle Interventions for Finding and Treating the Root Causeâ€ and â€œHashimotoâ€™s Protocol: A 90-Day Plan for Reversing Thyroid Symptoms and Getting Your Life Back.â€ Both are excellent.\r\n\r\nIf youâ€™re worried about memory loss, cognitive function or the possibility of Alzheimerâ€™s, I highly recommend <a href=\"http://drperlmutter.com\" target=\"_blank\" rel=\"noopener\">drperlmutter.com</a>. Dr. Perlmutter is a board-certified neurologist who serves on the board of directors and is a fellow of the American College of Nutrition. You may know him from his best-selling books â€œGrain Brainâ€ and â€œBrain Maker.â€ Again, both offer good information.\r\n\r\nFor general health issues I like two sites. Dr. Kara Fitzgerald is a naturopath with a practice in Newton, Conn. She regularly blogs (<a href=\"http://drkarafitzgerald.com\" target=\"_blank\" rel=\"noopener\">drkarafitzgerald.com</a>) and offers podcasts of interviews with other leading functional medicine doctors. Her topics cover a wide array of health issues and often get very detailed as to what tests or products are preferred. You can learn a ton by listening (or reading the transcripts).\r\n\r\nThe other general health site I like is <a href=\"http://chriskresser.com\" target=\"_blank\" rel=\"noopener\">chriskresser.com</a>. Chris Kresser, M.S., L.Ac., is an acupuncturist who became an expert in Paleo nutrition then moved on to functional and integrative medicine. What I like about him is that he is not a purist about Paleo, and he questions everything. He keeps up with the latest research and youâ€™ll find that info in his blogs and podcasts.\r\n\r\nFor womenâ€™s health, I often go to <a href=\"http://avivaromm.com\" target=\"_blank\" rel=\"noopener\">avivaromm.com</a>. Aviva Romm, M.D., has an interesting history. I met her first as an herbalist and midwife. After leading the American Herbalists Guild for several years, she decided to attend medical school. She now specializes in womenâ€™s health and offers blogs, on-line courses and books. Her latest is â€œAdrenal Thyroid Revolution.â€ Â I also recommend an earlier work, â€œNaturally Healthy Babies and Children.â€\r\n\r\nWhen I want to know if there might be toxins in my food, cosmetics or skin care products, I go straight to <a href=\"http://ewg.org\" target=\"_blank\" rel=\"noopener\">ewg.org</a>. The Environmental Working Group has been publishing data on pesticides in food (the annual â€œDirty Dozenâ€ list) and products for decades. In recent years theyâ€™ve added the Skin Deep Guide to Cosmetics, where you can check the safety of your favorite products, and EWGâ€™s National Tap Water Database, where you can check the quality of your local water supply. I canâ€™t say enough good things about the information contained on this site. Get to know it!\r\n\r\nTwo other sites Iâ€™d like to mention are <a href=\"http://robynobrien.com\" target=\"_blank\" rel=\"noopener\">robynobrien.com</a> and <a href=\"http://siboinfo.com\" target=\"_blank\" rel=\"noopener\">siboinfo.com</a>. Robyn Oâ€™Brien is a great source of information on additives in foods and whatâ€™s going on in the food industry in general. If youâ€™ve never heard of her, you might want to seek out her <a href=\"https://www.youtube.com/watch?v=rixyrCNVVGA\" target=\"_blank\" rel=\"noopener\">TEDx talk</a> from 2011.\r\n\r\nSibo.com covers in depth the condition known as small intestinal bacterial overgrowth (SIBO). Common symptoms are almost constant gas &amp; bloating, abdominal pain/cramps, constipation and/or diarrhea (<a href=\"https://www.siboinfo.com/symptoms.html\" target=\"_blank\" rel=\"noopener\">learn more</a>).Â  Dr. Allison Siebecker, who runs the site, is a wealth of information on identifying and treating the condition. If any of the sibo symptoms sound familiar, you might want to learn more.\r\n\r\nLast I want to remind everyone that you can go straight to the scientific studies on any given subject by searching <a href=\"https://www.ncbi.nlm.nih.gov/pubmed/\" target=\"_blank\" rel=\"noopener\">PubMed</a>. The database contains more than 28 million citations for biomedical literature from MEDLINE, life science journals and online books. Often you have to be satisfied with the abstract or summary of the study, but occasionally you can read the full article. Again, itâ€™s a wealth of good information.\r\n\r\nIâ€™m sure there are many other good information sites out there, but this is a list of some of my favorites. I hope they lead you to a path of good health!\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1076\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Finding Answers','Check out some of our favorite health information sites!','inherit','closed','closed','','1075-revision-v1','','','2018-02-28 15:10:30','2018-02-28 21:10:30','',1075,'https://ruthsnutrition.gsg-host.com/1075-revision-v1/',0,'revision','',0),(1083,2,'2018-02-28 15:11:56','2018-02-28 21:11:56','','Questions 600X600','','inherit','open','closed','','questions-600x600','','','2018-02-28 15:11:56','2018-02-28 21:11:56','',1075,'https://ruthsnutrition.gsg-host.com/wp-content/uploads/2018/02/Questions-600X600.jpg',0,'attachment','image/jpeg',0),(1084,2,'2018-02-28 15:12:36','2018-02-28 21:12:36','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Where do you go</h2>\r\n<h2>for your health info?</h2>\r\n&nbsp;\r\n\r\nBy Sue Cummings\r\n\r\nCustomers constantly come to us for products, but also to ask questions. They want to understand their health care situation better. Weâ€™re not doctors, but we try to stay informed as best we can. I attend the Medicines from the Earth conference every year and I read incessantly. Health care is a personal passion, and Iâ€™m a firm believer that you cannot know too much when it comes to your own self-care. I recommend that everyone quiz their doctors and read as much as they can about the topics that concern their health.\r\n\r\nBut discerning good information from hype can be difficult. As a former journalist, I like to think I have a robust BS meter, so I thought it might be useful if I share a few of my favorite sources for medical information.\r\n\r\nBefore I begin, let me say that if a website sells things, be wary. Unfortunately, many of even the really good ones do. Just remember you can take their information and not buy anything. I should also say I have a definite functional medicine bias. Functional medicine is a practice where the doctors go far beyond prescribing meds to suppress your symptoms and look for root causes of your malady. Such docs are not plentiful in this area, but they can be found in the region. Go to <a href=\"http://functionalmedicine.org\" target=\"_blank\" rel=\"noopener\">functionalmedicine.org</a> to learn more. If you search there for a practitioner, just be sure to find out if they accept insurance. Some work on a cash only basis.\r\n\r\nIf you are diagnosed with hypothyroid or Hashimotoâ€™s thyroiditis, I highly recommend <a href=\"http://thyroidpharmacist.com\" target=\"_blank\" rel=\"noopener\">thyroidpharmacist.com</a>. Isabella Wentz, Pharm D, has Hashimotoâ€™s herself and has gathered extensive research information onto her site. She also has two published books: â€œHashimotoâ€™s Thyroiditis: Lifestyle Interventions for Finding and Treating the Root Causeâ€ and â€œHashimotoâ€™s Protocol: A 90-Day Plan for Reversing Thyroid Symptoms and Getting Your Life Back.â€ Both are excellent.\r\n\r\nIf youâ€™re worried about memory loss, cognitive function or the possibility of Alzheimerâ€™s, I highly recommend <a href=\"http://drperlmutter.com\" target=\"_blank\" rel=\"noopener\">drperlmutter.com</a>. Dr. Perlmutter is a board-certified neurologist who serves on the board of directors and is a fellow of the American College of Nutrition. You may know him from his best-selling books â€œGrain Brainâ€ and â€œBrain Maker.â€ Again, both offer good information.\r\n\r\nFor general health issues I like two sites. Dr. Kara Fitzgerald is a naturopath with a practice in Newton, Conn. She regularly blogs (<a href=\"http://drkarafitzgerald.com\" target=\"_blank\" rel=\"noopener\">drkarafitzgerald.com</a>) and offers podcasts of interviews with other leading functional medicine doctors. Her topics cover a wide array of health issues and often get very detailed as to what tests or products are preferred. You can learn a ton by listening (or reading the transcripts).\r\n\r\nThe other general health site I like is <a href=\"http://chriskresser.com\" target=\"_blank\" rel=\"noopener\">chriskresser.com</a>. Chris Kresser, M.S., L.Ac., is an acupuncturist who became an expert in Paleo nutrition then moved on to functional and integrative medicine. What I like about him is that he is not a purist about Paleo, and he questions everything. He keeps up with the latest research and youâ€™ll find that info in his blogs and podcasts.\r\n\r\nFor womenâ€™s health, I often go to <a href=\"http://avivaromm.com\" target=\"_blank\" rel=\"noopener\">avivaromm.com</a>. Aviva Romm, M.D., has an interesting history. I met her first as an herbalist and midwife. After leading the American Herbalists Guild for several years, she decided to attend medical school. She now specializes in womenâ€™s health and offers blogs, on-line courses and books. Her latest is â€œAdrenal Thyroid Revolution.â€ Â I also recommend an earlier work, â€œNaturally Healthy Babies and Children.â€\r\n\r\nWhen I want to know if there might be toxins in my food, cosmetics or skin care products, I go straight to <a href=\"http://ewg.org\" target=\"_blank\" rel=\"noopener\">ewg.org</a>. The Environmental Working Group has been publishing data on pesticides in food (the annual â€œDirty Dozenâ€ list) and products for decades. In recent years theyâ€™ve added the Skin Deep Guide to Cosmetics, where you can check the safety of your favorite products, and EWGâ€™s National Tap Water Database, where you can check the quality of your local water supply. I canâ€™t say enough good things about the information contained on this site. Get to know it!\r\n\r\nTwo other sites Iâ€™d like to mention are <a href=\"http://robynobrien.com\" target=\"_blank\" rel=\"noopener\">robynobrien.com</a> and <a href=\"http://siboinfo.com\" target=\"_blank\" rel=\"noopener\">siboinfo.com</a>. Robyn Oâ€™Brien is a great source of information on additives in foods and whatâ€™s going on in the food industry in general. If youâ€™ve never heard of her, you might want to seek out her <a href=\"https://www.youtube.com/watch?v=rixyrCNVVGA\" target=\"_blank\" rel=\"noopener\">TEDx talk</a> from 2011.\r\n\r\nSibo.com covers in depth the condition known as small intestinal bacterial overgrowth (SIBO). Common symptoms are almost constant gas &amp; bloating, abdominal pain/cramps, constipation and/or diarrhea (<a href=\"https://www.siboinfo.com/symptoms.html\" target=\"_blank\" rel=\"noopener\">learn more</a>).Â  Dr. Allison Siebecker, who runs the site, is a wealth of information on identifying and treating the condition. If any of the sibo symptoms sound familiar, you might want to learn more.\r\n\r\nLast I want to remind everyone that you can go straight to the scientific studies on any given subject by searching <a href=\"https://www.ncbi.nlm.nih.gov/pubmed/\" target=\"_blank\" rel=\"noopener\">PubMed</a>. The database contains more than 28 million citations for biomedical literature from MEDLINE, life science journals and online books. Often you have to be satisfied with the abstract or summary of the study, but occasionally you can read the full article. Again, itâ€™s a wealth of good information.\r\n\r\nIâ€™m sure there are many other good information sites out there, but this is a list of some of my favorites. I hope they lead you to a path of good health!\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1083\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Finding Answers','Check out some of our favorite health information sites!','inherit','closed','closed','','1075-revision-v1','','','2018-02-28 15:12:36','2018-02-28 21:12:36','',1075,'https://ruthsnutrition.gsg-host.com/1075-revision-v1/',0,'revision','',0),(1085,2,'2018-02-28 15:27:53','2018-02-28 21:27:53','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Surprising benefitsÂ of MCT oil</h2>\r\nIf we told you about a supplement that boosts fat burning while increasing memory and mental clarity would you want to know more? We certainly did! Weâ€™ve been hearing the buzz around MCT oil for a while, so we decided it was high time we dug into the facts.\r\n\r\nMCT (medium chain triglyceride) is a form of saturated fat found in coconut oil, but itâ€™s unlike most other saturated fats. Because its carbon chain is medium length (not a long chain like found in other saturated fats), MCT is easily absorbed. It doesnâ€™t have to be mixed with bile and pancreatic enzymes to be digested. Instead it has the ability to diffuse through your intestinal membrane into your bloodstream and then to the liver. There itâ€™s converted to ketones, which are burned for energy. So itâ€™s a saturated fat that is not stored as fat; itâ€™s burned as fuel, producing a thermogenic effect.\r\n\r\nThatâ€™s why MCT oil can help with weight loss. According to <a href=\"http://drhyman.com/blog/2016/02/04/the-secret-fat-that-makes-you-thin/\" target=\"_blank\" rel=\"noopener\">Dr. Mark Hyman</a>, â€œfor many patients, MCT becomes that little nudge to help you drop those last 10-15 stubborn pounds that just wonâ€™t go away.â€\r\n\r\nWe also know the brain can use ketones for fuel. Studies show MCT can <a href=\"https://www.selfhacked.com/blog/need-know-medium-chain-triglycerides-mct-oil/#6_MCTs_Benefits_the_Brain\" target=\"_blank\" rel=\"noopener\">improve learning, memory and brain processing</a> in older people with mild to moderate cognitive impairment,Â  including <a href=\"https://draxe.com/mct-oil/\" target=\"_blank\" rel=\"noopener\">Alzheimerâ€™s</a>.\r\n\r\nBecause MCT oil has antibacterial, antiviral and antifungal properties, it can be beneficial for balancing bacteria in the gut, improving digestion. Not only that, a 2007 study found MCT <a href=\"https://www.medicalnewstoday.com/articles/320251.php\" target=\"_blank\" rel=\"noopener\">improved diabetes risk factors</a>, including insulin resistance in a small group of participants with type 2 diabetes.\r\n\r\nSo how do you take MCT oil? Dr. Mercola recommends taking no more than 1 teaspoon to start, as too much too soon might cause digestive upset. He suggests taking it along with other fats (nuts, salad dressing, etc.), and slowly working up to 4 tablespoons daily. Dr. Hyman suggests you add it to salad dressing recipes, smoothies, marinades, coffee or just take it by the spoonful. â€œI use it every morning to speed up my metabolism and keep my mind sharp and focused,â€ he says. â€œIt also keeps me full and satisfied longer, so it prevents me from food emergencies and snacking.â€\r\n\r\nSounds like a plan! And just so you know, we recently added Garden of Life Dr. Formulated MCT oil, which is USDA organic. Weâ€™d love for our customers to try it and give us feedback![/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1072\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','The Good-for-You Fat!','Adding this fat might boost your weight loss!','inherit','closed','closed','','1071-revision-v1','','','2018-02-28 15:27:53','2018-02-28 21:27:53','',1071,'https://ruthsnutrition.gsg-host.com/1071-revision-v1/',0,'revision','',0),(1086,2,'2018-02-28 15:39:17','2018-02-28 21:39:17','[vc_row][vc_column width=\"2/3\"][vc_column_text]\n<h2>Where do you go</h2>\n<h2>for your health info?</h2>\n&nbsp;\n\nBy Sue Cummings\n\nCustomers constantly come to us for products, but also to ask questions. They want to understand their health care situation better. Weâ€™re not doctors, but we try our best to help people find good sources of information. We work to stay informed as best we can. I attend the Medicines from the Earth conference every year and I read incessantly. Health care is a personal passion, and Iâ€™m a firm believer that you cannot know too much when it comes to your own self-care. I recommend that everyone quiz their doctors and read as much as they can about the topics that concern their health.\n\nBut discerning good information from hype can be difficult. As a former journalist, I like to think I have a robust BS meter, so I thought it might be useful if I share a few of my favorite sources for medical information.\n\nBefore I begin, let me say that if a website sells things, be wary. Unfortunately, many of even the really good ones do. Just remember you can take their information and not buy anything. I should also say I have a definite functional medicine bias. Functional medicine is a practice where the doctors go far beyond prescribing meds to suppress your symptoms and look for root causes of your malady. Such docs are not plentiful in this area, but they can be found in the region. Go to <a href=\"http://functionalmedicine.org\" target=\"_blank\" rel=\"noopener\">functionalmedicine.org</a> to learn more. If you search there for a practitioner, just be sure to find out if they accept insurance. Some work on a cash only basis.\n\nIf you are diagnosed with hypothyroid or Hashimotoâ€™s thyroiditis, I highly recommend <a href=\"http://thyroidpharmacist.com\" target=\"_blank\" rel=\"noopener\">thyroidpharmacist.com</a>. Isabella Wentz, Pharm D, has Hashimotoâ€™s herself and has gathered extensive research information onto her site. She also has two published books: â€œHashimotoâ€™s Thyroiditis: Lifestyle Interventions for Finding and Treating the Root Causeâ€ and â€œHashimotoâ€™s Protocol: A 90-Day Plan for Reversing Thyroid Symptoms and Getting Your Life Back.â€ Both are excellent.\n\nIf youâ€™re worried about memory loss, cognitive function or the possibility of Alzheimerâ€™s, I highly recommend <a href=\"http://drperlmutter.com\" target=\"_blank\" rel=\"noopener\">drperlmutter.com</a>. Dr. Perlmutter is a board-certified neurologist who serves on the board of directors and is a fellow of the American College of Nutrition. You may know him from his best-selling books â€œGrain Brainâ€ and â€œBrain Maker.â€ Again, both offer good information.\n\nFor general health issues I like two sites. Dr. Kara Fitzgerald is a naturopath with a practice in Newton, Conn. She regularly blogs (<a href=\"http://drkarafitzgerald.com\" target=\"_blank\" rel=\"noopener\">drkarafitzgerald.com</a>) and offers podcasts of interviews with other leading functional medicine doctors. Her topics cover a wide array of health issues and often get very detailed as to what tests or products are preferred. You can learn a ton by listening (or reading the transcripts).\n\nThe other general health site I like is <a href=\"http://chriskresser.com\" target=\"_blank\" rel=\"noopener\">chriskresser.com</a>. Chris Kresser, M.S., L.Ac., is an acupuncturist who became an expert in Paleo nutrition then moved on to functional and integrative medicine. What I like about him is that he is not a purist about Paleo, and he questions everything. He keeps up with the latest research and youâ€™ll find that info in his blogs and podcasts.\n\nFor womenâ€™s health, I often go to <a href=\"http://avivaromm.com\" target=\"_blank\" rel=\"noopener\">avivaromm.com</a>. Aviva Romm, M.D., has an interesting history. I met her first as an herbalist and midwife. After leading the American Herbalists Guild for several years, she decided to attend medical school. She now specializes in womenâ€™s health and offers blogs, on-line courses and books. Her latest is â€œAdrenal Thyroid Revolution.â€ Â I also recommend an earlier work, â€œNaturally Healthy Babies and Children.â€\n\nWhen I want to know if there might be toxins in my food, cosmetics or skin care products, I go straight to <a href=\"http://ewg.org\" target=\"_blank\" rel=\"noopener\">ewg.org</a>. The Environmental Working Group has been publishing data on pesticides in food (the annual â€œDirty Dozenâ€ list) and products for decades. In recent years theyâ€™ve added the Skin Deep Guide to Cosmetics, where you can check the safety of your favorite products, and EWGâ€™s National Tap Water Database, where you can check the quality of your local water supply. I canâ€™t say enough good things about the information contained on this site. Get to know it!\n\nTwo other sites Iâ€™d like to mention are <a href=\"http://robynobrien.com\" target=\"_blank\" rel=\"noopener\">robynobrien.com</a> and <a href=\"http://siboinfo.com\" target=\"_blank\" rel=\"noopener\">siboinfo.com</a>. Robyn Oâ€™Brien is a great source of information on additives in foods and whatâ€™s going on in the food industry in general. If youâ€™ve never heard of her, you might want to seek out her <a href=\"https://www.youtube.com/watch?v=rixyrCNVVGA\" target=\"_blank\" rel=\"noopener\">TEDx talk</a> from 2011.\n\nSibo.com covers in depth the condition known as small intestinal bacterial overgrowth (SIBO). Common symptoms are almost constant gas &amp; bloating, abdominal pain/cramps, constipation and/or diarrhea (<a href=\"https://www.siboinfo.com/symptoms.html\" target=\"_blank\" rel=\"noopener\">learn more</a>).Â  Dr. Allison Siebecker, who runs the site, is a wealth of information on identifying and treating the condition. If any of the sibo symptoms sound familiar, you might want to learn more.\n\nLast I want to remind everyone that you can go straight to the scientific studies on any given subject by searching <a href=\"https://www.ncbi.nlm.nih.gov/pubmed/\" target=\"_blank\" rel=\"noopener\">PubMed</a>. The database contains more than 28 million citations for biomedical literature from MEDLINE, life science journals and online books. Often you have to be satisfied with the abstract or summary of the study, but occasionally you can read the full article. Again, itâ€™s a wealth of good information.\n\nIâ€™m sure there are many other good information sites out there, but this is a list of some of my favorites. I hope they lead you to a path of good health!\n\n&nbsp;\n\n&nbsp;\n\n.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1083\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Finding Answers','Check out some of our favorite health information sites!','inherit','closed','closed','','1075-autosave-v1','','','2018-02-28 15:39:17','2018-02-28 21:39:17','',1075,'https://ruthsnutrition.gsg-host.com/1075-autosave-v1/',0,'revision','',0),(1087,2,'2018-02-28 15:39:44','2018-02-28 21:39:44','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Where do you go</h2>\r\n<h2>for your health info?</h2>\r\n&nbsp;\r\n\r\nBy Sue Cummings\r\n\r\nCustomers constantly come to us for products, but also to ask questions. They want to understand their health care situation better. Weâ€™re not doctors, but we try our best to help people find good sources of information. We work to stay informed as best we can. I attend the Medicines from the Earth conference every year and I read incessantly. Health care is a personal passion, and Iâ€™m a firm believer that you cannot know too much when it comes to your own self-care. I recommend that everyone quiz their doctors and read as much as they can about the topics that concern their health.\r\n\r\nBut discerning good information from hype can be difficult. As a former journalist, I like to think I have a robust BS meter, so I thought it might be useful if I share a few of my favorite sources for medical information.\r\n\r\nBefore I begin, let me say that if a website sells things, be wary. Unfortunately, many of even the really good ones do. Just remember you can take their information and not buy anything. I should also say I have a definite functional medicine bias. Functional medicine is a practice where the doctors go far beyond prescribing meds to suppress your symptoms and look for root causes of your malady. Such docs are not plentiful in this area, but they can be found in the region. Go to <a href=\"http://functionalmedicine.org\" target=\"_blank\" rel=\"noopener\">functionalmedicine.org</a> to learn more. If you search there for a practitioner, just be sure to find out if they accept insurance. Some work on a cash only basis.\r\n\r\nIf you are diagnosed with hypothyroid or Hashimotoâ€™s thyroiditis, I highly recommend <a href=\"http://thyroidpharmacist.com\" target=\"_blank\" rel=\"noopener\">thyroidpharmacist.com</a>. Isabella Wentz, Pharm D, has Hashimotoâ€™s herself and has gathered extensive research information onto her site. She also has two published books: â€œHashimotoâ€™s Thyroiditis: Lifestyle Interventions for Finding and Treating the Root Causeâ€ and â€œHashimotoâ€™s Protocol: A 90-Day Plan for Reversing Thyroid Symptoms and Getting Your Life Back.â€ Both are excellent.\r\n\r\nIf youâ€™re worried about memory loss, cognitive function or the possibility of Alzheimerâ€™s, I highly recommend <a href=\"http://drperlmutter.com\" target=\"_blank\" rel=\"noopener\">drperlmutter.com</a>. Dr. Perlmutter is a board-certified neurologist who serves on the board of directors and is a fellow of the American College of Nutrition. You may know him from his best-selling books â€œGrain Brainâ€ and â€œBrain Maker.â€ Again, both offer good information.\r\n\r\nFor general health issues I like two sites. Dr. Kara Fitzgerald is a naturopath with a practice in Newton, Conn. She regularly blogs (<a href=\"http://drkarafitzgerald.com\" target=\"_blank\" rel=\"noopener\">drkarafitzgerald.com</a>) and offers podcasts of interviews with other leading functional medicine doctors. Her topics cover a wide array of health issues and often get very detailed as to what tests or products are preferred. You can learn a ton by listening (or reading the transcripts).\r\n\r\nThe other general health site I like is <a href=\"http://chriskresser.com\" target=\"_blank\" rel=\"noopener\">chriskresser.com</a>. Chris Kresser, M.S., L.Ac., is an acupuncturist who became an expert in Paleo nutrition then moved on to functional and integrative medicine. What I like about him is that he is not a purist about Paleo, and he questions everything. He keeps up with the latest research and youâ€™ll find that info in his blogs and podcasts.\r\n\r\nFor womenâ€™s health, I often go to <a href=\"http://avivaromm.com\" target=\"_blank\" rel=\"noopener\">avivaromm.com</a>. Aviva Romm, M.D., has an interesting history. I met her first as an herbalist and midwife. After leading the American Herbalists Guild for several years, she decided to attend medical school. She now specializes in womenâ€™s health and offers blogs, on-line courses and books. Her latest is â€œAdrenal Thyroid Revolution.â€ Â I also recommend an earlier work, â€œNaturally Healthy Babies and Children.â€\r\n\r\nWhen I want to know if there might be toxins in my food, cosmetics or skin care products, I go straight to <a href=\"http://ewg.org\" target=\"_blank\" rel=\"noopener\">ewg.org</a>. The Environmental Working Group has been publishing data on pesticides in food (the annual â€œDirty Dozenâ€ list) and products for decades. In recent years theyâ€™ve added the Skin Deep Guide to Cosmetics, where you can check the safety of your favorite products, and EWGâ€™s National Tap Water Database, where you can check the quality of your local water supply. I canâ€™t say enough good things about the information contained on this site. Get to know it!\r\n\r\nTwo other sites Iâ€™d like to mention are <a href=\"http://robynobrien.com\" target=\"_blank\" rel=\"noopener\">robynobrien.com</a> and <a href=\"http://siboinfo.com\" target=\"_blank\" rel=\"noopener\">siboinfo.com</a>. Robyn Oâ€™Brien is a great source of information on additives in foods and whatâ€™s going on in the food industry in general. If youâ€™ve never heard of her, you might want to seek out her <a href=\"https://www.youtube.com/watch?v=rixyrCNVVGA\" target=\"_blank\" rel=\"noopener\">TEDx talk</a> from 2011.\r\n\r\nSibo.com covers in depth the condition known as small intestinal bacterial overgrowth (SIBO). Common symptoms are almost constant gas &amp; bloating, abdominal pain/cramps, constipation and/or diarrhea (<a href=\"https://www.siboinfo.com/symptoms.html\" target=\"_blank\" rel=\"noopener\">learn more</a>).Â  Dr. Allison Siebecker, who runs the site, is a wealth of information on identifying and treating the condition. If any of the sibo symptoms sound familiar, you might want to learn more.\r\n\r\nLast I want to remind everyone that you can go straight to the scientific studies on any given subject by searching <a href=\"https://www.ncbi.nlm.nih.gov/pubmed/\" target=\"_blank\" rel=\"noopener\">PubMed</a>. The database contains more than 28 million citations for biomedical literature from MEDLINE, life science journals and online books. Often you have to be satisfied with the abstract or summary of the study, but occasionally you can read the full article. Again, itâ€™s a wealth of good information.\r\n\r\nIâ€™m sure there are many other good information sites out there, but this is a list of some of my favorites. I hope they lead you to a path of good health!\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1083\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Finding Answers','Check out some of our favorite health information sites!','inherit','closed','closed','','1075-revision-v1','','','2018-02-28 15:39:44','2018-02-28 21:39:44','',1075,'https://ruthsnutrition.gsg-host.com/1075-revision-v1/',0,'revision','',0),(1088,2,'2018-03-06 12:07:05','2018-03-06 18:07:05','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Look what\'s offered at bargain prices!</h2>\r\n&nbsp;\r\n\r\n<strong>DERMA-E SKIN CARE</strong> - free from parabens, phalates and other endocrine-disrupting toxins, Derma-e offers multiple formulas for eyes, face and body. Find the one just right for you!\r\n\r\n<strong>GAIA HERBS</strong> - Gaia\'s organic farm in North Carolina offers customer favorites such as Adrenal Health, Holy Basil, Tumeric Supreme Pain, Tumeric Supreme Joint and many more!\r\n\r\n<strong>GARDEN OF LIFE DR FORMULATED FOCUS/MEMORY FORMULAS</strong> â€“ three formulas with clinically tested ingredients! One for kids, one for young adults and one for adults 40+.\r\n\r\n<strong>GARDEN OF LIFE ORGANIC MCT OIL</strong> - fast fuel for the body and brain! Paleo and ketogenic diet friendly.\r\n\r\n<strong>NORDIC NATURALS OMEGA LDL</strong> â€“ great cardiovascular formula of CoQ10, red yeast rice powder, &amp; omega 3 oils!\r\n\r\nWhew! Thatâ€™s a lot of great products @ great prices!\r\n\r\n<strong>Â </strong>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"922\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','March Sales!','Great products @ great prices!','publish','closed','open','','march-sales','','','2018-03-06 12:07:05','2018-03-06 18:07:05','',0,'https://ruthsnutrition.gsg-host.com/?p=1088',0,'post','',0),(1089,2,'2018-03-06 12:05:29','2018-03-06 18:05:29','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Sales! Sales! Sales!</h2>\r\n&nbsp;\r\n\r\nLook what\'s offered at bargain prices during the month of march!\r\n\r\n<strong>DERMA-E SKIN CARE</strong> - free from parabens, phalates and other endocrine-disrupting toxins, Derma-e offers multiple formulas for eyes, face and body. Find the one just right for you!\r\n\r\n<strong>GAIA HERBS</strong> - Gaia\'s organic farm in North Carolina offers customer favorites such as Adrenal Health, Holy Basil, Tumeric Supreme Pain, Tumeric Supreme Joint and many more!\r\n\r\n<strong>GARDEN OF LIFE DR FORMULATED FOCUS/MEMORY FORMULAS</strong> â€“ three formulas with clinically tested ingredients! One for kids, one for young adults and one for adults 40+.\r\n\r\n<strong>GARDEN OF LIFE ORGANIC MCT OIL</strong> - fast fuel for the body and brain! Paleo and ketogenic diet friendly.\r\n\r\n<strong>NORDIC NATURALS OMEGA LDL</strong> â€“ great cardiovascular formula of CoQ10, red yeast rice powder, &amp; omega 3 oils!\r\n\r\nWhew! Thatâ€™s a lot of great products @ great prices!\r\n\r\n<strong>Â </strong>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"922\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','March Sales!','Great products @ great prices!','inherit','closed','closed','','1088-revision-v1','','','2018-03-06 12:05:29','2018-03-06 18:05:29','',1088,'https://ruthsnutrition.gsg-host.com/1088-revision-v1/',0,'revision','',0),(1090,2,'2018-03-06 12:06:42','2018-03-06 18:06:42','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Look what\'s offered at bargain prices!</h2>\r\n&nbsp;\r\n\r\n<strong>DERMA-E SKIN CARE</strong> - free from parabens, phalates and other endocrine-disrupting toxins, Derma-e offers multiple formulas for eyes, face and body. Find the one just right for you!\r\n\r\n<strong>GAIA HERBS</strong> - Gaia\'s organic farm in North Carolina offers customer favorites such as Adrenal Health, Holy Basil, Tumeric Supreme Pain, Tumeric Supreme Joint and many more!\r\n\r\n<strong>GARDEN OF LIFE DR FORMULATED FOCUS/MEMORY FORMULAS</strong> â€“ three formulas with clinically tested ingredients! One for kids, one for young adults and one for adults 40+.\r\n\r\n<strong>GARDEN OF LIFE ORGANIC MCT OIL</strong> - fast fuel for the body and brain! Paleo and ketogenic diet friendly.\r\n\r\n<strong>NORDIC NATURALS OMEGA LDL</strong> â€“ great cardiovascular formula of CoQ10, red yeast rice powder, &amp; omega 3 oils!\r\n\r\nWhew! Thatâ€™s a lot of great products @ great prices!\r\n\r\n<strong>Â </strong>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"922\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','March Sales!','Great products @ great prices!','inherit','closed','closed','','1088-revision-v1','','','2018-03-06 12:06:42','2018-03-06 18:06:42','',1088,'https://ruthsnutrition.gsg-host.com/1088-revision-v1/',0,'revision','',0),(1091,2,'2018-03-20 14:36:26','2018-03-20 19:36:26','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Reserve your spot now!</h2>\r\nAre you ready to learn more about using essential oils? Then weâ€™ve got a free seminar for you! <strong>â€œAromatherapy Seasonal Support: Respiratory &amp; Sinus Essential Oil Usesâ€ will be presented at 5:30 p.m., Thursday, April 26 at Ruthâ€™s Nutrition.</strong>\r\n\r\nIf you attended our essential oils class last October, you know these classes are informative and fun. Once again, Clinical Herbalist and Aromatherapist Kelly Clonts will be sharing her more than 20 years of experience in how to use essential oils effectively, focusing on aromatherapyâ€™s traditional use for respiratory support. Sheâ€™ll discuss the best oils for the most useful applications, specific formulas, along with other holistic approaches for seasonal support.\r\n\r\nEven better, sheâ€™ll be open to any of your questions after her presentation. Weâ€™ve seen Kelly in action, and weâ€™re impressed with her broad natural health care knowledge. Weâ€™re so excited to have her back! And we\'ve saved the best news for last. <strong>All Simpler\'s Organic Essential Oils purchased that night will be on sale!</strong>\r\n\r\nPerfect for beginners or seasoned aromatherapy veterans, this class requires registration, but itâ€™s absolutely free! <strong>Just call Ruthâ€™s at 256-883-4127 and let us know youâ€™re coming. Space is limited, so call us soon to reserve your spot!</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>Â </strong>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1092\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Free Aromatherapy Class!','We\'re gonna have so much fun!','publish','closed','open','','free-aromatherapy-class-2','','','2018-03-20 14:36:26','2018-03-20 19:36:26','',0,'https://ruthsnutrition.gsg-host.com/?p=1091',0,'post','',0),(1092,2,'2018-03-20 14:25:55','2018-03-20 19:25:55','','essential oils and medical flowers herbs','essential oils and medical flowers herbs','inherit','open','closed','','essential-oils-and-medical-flowers-herbs','','','2018-03-20 14:25:55','2018-03-20 19:25:55','',1091,'https://ruthsnutrition.gsg-host.com/wp-content/uploads/2018/03/aromatherapy-clover-599X599.jpeg',0,'attachment','image/jpeg',0),(1093,2,'2018-03-20 14:32:34','2018-03-20 19:32:34','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Reserve your spot now!</h2>\r\nAre you ready to learn more about using essential oils? Then weâ€™ve got a free seminar for you! <strong>â€œAromatherapy Seasonal Support: Respiratory &amp; Sinus Essential Oil Usesâ€ will be presented at 5:30 p.m., Thursday, April 26 at Ruthâ€™s Nutrition.</strong>\r\n\r\nIf you attended our essential oils class last October, you know these classes are informative and fun. Once again, Clinical Herbalist and Aromatherapist Kelly Clonts will be sharing her more than 20 years of experience in how to use essential oils effectively, focusing on aromatherapyâ€™s traditional use for respiratory support. Sheâ€™ll discuss the best oils for the most useful applications, specific seasonal formulas, along with other holistic approaches.\r\n\r\nEven better, sheâ€™ll be open to any of your questions after her presentation. Weâ€™ve seen Kelly in action, and weâ€™re impressed with her broad natural health care knowledge. Weâ€™re so excited to have her back! And we\'ve saved the best news for last. <strong>All Simpler\'s Organic Essential Oils purchased that night will be on sale!</strong>\r\n\r\nPerfect for beginners or seasoned aromatherapy veterans, this class requires registration, but itâ€™s absolutely free! <strong>Just call Ruthâ€™s at 256-883-4127 and let us know youâ€™re coming. Space is limited, so call us soon to reserve your spot!</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>Â </strong>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1092\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Free Aromatherapy Class!','We\'re gonna have so much fun!','inherit','closed','closed','','1091-revision-v1','','','2018-03-20 14:32:34','2018-03-20 19:32:34','',1091,'https://ruthsnutrition.gsg-host.com/1091-revision-v1/',0,'revision','',0),(1094,2,'2018-03-20 14:34:32','2018-03-20 19:34:32','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Reserve your spot now!</h2>\r\nAre you ready to learn more about using essential oils? Then weâ€™ve got a free seminar for you! <strong>â€œAromatherapy Seasonal Support: Respiratory &amp; Sinus Essential Oil Usesâ€ will be presented at 5:30 p.m., Thursday, April 26 at Ruthâ€™s Nutrition.</strong>\r\n\r\nIf you attended our essential oils class last October, you know these classes are informative and fun. Once again, Clinical Herbalist and Aromatherapist Kelly Clonts will be sharing her more than 20 years of experience in how to use essential oils effectively, focusing on aromatherapyâ€™s traditional use for respiratory support. Sheâ€™ll discuss the best oils for the most useful applications, specific formulas, along with other holistic approaches for seasonal support.\r\n\r\nEven better, sheâ€™ll be open to any of your questions after her presentation. Weâ€™ve seen Kelly in action, and weâ€™re impressed with her broad natural health care knowledge. Weâ€™re so excited to have her back! And we\'ve saved the best news for last. <strong>All Simpler\'s Organic Essential Oils purchased that night will be on sale!</strong>\r\n\r\nPerfect for beginners or seasoned aromatherapy veterans, this class requires registration, but itâ€™s absolutely free! <strong>Just call Ruthâ€™s at 256-883-4127 and let us know youâ€™re coming. Space is limited, so call us soon to reserve your spot!</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>Â </strong>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1092\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Free Aromatherapy Class!','We\'re gonna have so much fun!','inherit','closed','closed','','1091-revision-v1','','','2018-03-20 14:34:32','2018-03-20 19:34:32','',1091,'https://ruthsnutrition.gsg-host.com/1091-revision-v1/',0,'revision','',0),(1095,2,'2018-03-30 16:34:20','2018-03-30 21:34:20','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Help for leaky gut and interstitial cystitis</h2>\r\n&nbsp;\r\n\r\nBy Sue Cummings\r\n\r\nWe love it when we learn from our customers. Not long ago, Linda asked if we carried N-Acetyl Glucosamine (NAG). Sheâ€™d read that it helped heal a leaky, inflamed gut. We did not; it had never come to our attention. Weâ€™re well informed about using glucosamine sulfate for joint problems, but NAG is not at all the same. We had to learn more.\r\n\r\nAs luck would have it, soon after Lindaâ€™s visit I was watching a podcast with Dr. Eric Yarnell, a well-known naturopath and professor at Bastyr University who specializes in menâ€™s health. He was talking on chronic prostatitis and how he treats it by lowering inflammation in the gut as well as in the urinary tract. His go-to remedies are l-glutamine (an excellent gut healer) and n-acetyl glucosamine!\r\n\r\nThat meant a lot to me as I studied with Dr. Yarnell when I got my degree in botanical medicine. I know him to be one very smart man. So I contacted him and asked for more information. He said NAG (like l-glutamine) is an essential building block of the gut and urinary tract linings, and mucus membranes in general. He admitted that studies on n-acetyl glucosamine were still small and few, but that he was getting good results.\r\n\r\nWith more research I found NAG is also used for interstitial cystitis, a condition that causes chronic pain and inflammation in the bladder and urinary tract. It is especially difficult to treat. But I found several naturopaths recommending NAG for this condition. <a href=\"http://www.avivahealth.com/article.asp?articleid=21\" target=\"_blank\" rel=\"noopener\">Dr. Romm</a>.Â <a href=\"http://www.nationalnutrition.ca/HEALTHCONCERNS_INTERSTITIAL_CYSTITIS.aspx\" target=\"_blank\" rel=\"noopener\">National Nutrition</a>.Â <a href=\"http://ndnr.com/autoimmuneallergy-medicine/chronic-prostatitis-interstitial-cystitis-and-leaky-urothelial-syndrome/\" target=\"_blank\" rel=\"noopener\">Naturopathic Doctor News and Review.</a>\r\n\r\nStill more doctors recommend NAG for intestinal permeability (leaky gut) and inflammatory bowel disease. <a href=\"https://www.naturalmedicinejournal.com/journal/2015-04/n-acetylglucosamine-treatment-inflammatory-bowel-disease\" target=\"_blank\" rel=\"noopener\">Natural Medicine Journal</a>.Â <a href=\"https://draxe.com/leaky-gut-supplements/\" target=\"_blank\" rel=\"noopener\">Dr. Axe.</a>Â Â <a href=\"https://www.naturalmedicinejournal.com/journal/2010-03/nutritional-protocol-treatment-intestinal-permeability-defects-and-related\" target=\"_blank\" rel=\"noopener\">Natural Medicine Journal</a>.Â <a href=\"https://drchristianson.com/heal-your-gut-eliminate-gi-issues/\" target=\"_blank\" rel=\"noopener\">Dr. Christianson.</a>\r\n\r\nGiven how difficult it is to treat both leaky gut and interstitial cystitis, NAG seems like a smart choice for us to offer our customers with these conditions. We now carry Wellesley Therapeutics Ultimate Glucosamine powder. And to think we werenâ€™t even aware of it until one of our smart customers brought it to our attention. Thank you, Linda, and to all our customers who keep us on our toes. Keep those suggestions coming![/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1096\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','N-Acetyl Glucosamine','Help for leaky gut and interstitial cystitis!','publish','closed','open','','n-acetyl-glucosamine','','','2018-03-30 16:34:20','2018-03-30 21:34:20','',0,'https://ruthsnutrition.gsg-host.com/?p=1095',0,'post','',0),(1096,2,'2018-03-30 16:22:13','2018-03-30 21:22:13','','28629_ 1533','28629_ 1533','inherit','open','closed','','28629_-1533','','','2018-03-30 16:22:13','2018-03-30 21:22:13','',1095,'https://ruthsnutrition.gsg-host.com/wp-content/uploads/2018/03/NAG-600X600.jpg',0,'attachment','image/jpeg',0),(1097,2,'2018-03-30 16:30:23','2018-03-30 21:30:23','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Help for leaky gut and interstitial cystitis</h2>\r\n&nbsp;\r\n\r\nBy Sue Cummings\r\n\r\nWe love it when we learn from our customers. Not long ago, Linda asked if we carried N-Acetyl Glucosamine (NAG). Sheâ€™d read that it helped heal a leaky, inflamed gut. We did not; it had never come to our attention. Weâ€™re well informed about using glucosamine sulfate for joint problems, but NAG is not at all the same. We had to learn more.\r\n\r\nAs luck would have it, soon after Lindaâ€™s visit I was watching a podcast with Dr. Eric Yarnell, a well-known naturopath and professor at Bastyr University who specializes in menâ€™s health. He was talking on chronic prostatitis and how he treats it by lowering inflammation in the gut as well as in the urinary tract. His go-to remedies are l-glutamine (an excellent gut healer) and n-acetyl glucosamine!\r\n\r\nThat meant a lot to me as I studied with Dr. Yarnell when I got my degree in botanical medicine. I know him to be one very smart man. So I contacted him and asked for more information. He said NAG (like l-glutamine) is an essential building block of the gut and urinary tract linings, and mucus membranes in general. He admitted that studies on n-acetyl glucosamine were still small and few, but that he was getting good results.\r\n\r\nWith more research I found NAG is also used for interstitial cystitis, a condition that causes chronic pain and inflammation in the bladder and urinary tract. It is especially difficult to treat. But I found several naturopaths recommending NAG for this condition. <a href=\"http://www.avivahealth.com/article.asp?articleid=21\" target=\"_blank\" rel=\"noopener\">Dr. Romm</a>.Â <a href=\"http://www.nationalnutrition.ca/HEALTHCONCERNS_INTERSTITIAL_CYSTITIS.aspx\" target=\"_blank\" rel=\"noopener\">National Nutrition</a>.Â <a href=\"http://ndnr.com/autoimmuneallergy-medicine/chronic-prostatitis-interstitial-cystitis-and-leaky-urothelial-syndrome/\" target=\"_blank\" rel=\"noopener\">Naturopathic Doctor News and Review.</a>\r\n\r\nStill more doctors recommend NAG for intestinal permeability (leaky gut) and inflammatory bowel disease. <a href=\"https://www.naturalmedicinejournal.com/journal/2015-04/n-acetylglucosamine-treatment-inflammatory-bowel-disease\" target=\"_blank\" rel=\"noopener\">Natural Medicine Journal</a>.Â <a href=\"https://draxe.com/leaky-gut-supplements/\" target=\"_blank\" rel=\"noopener\">Dr. Axe.</a>Â Â <a href=\"https://www.naturalmedicinejournal.com/journal/2010-03/nutritional-protocol-treatment-intestinal-permeability-defects-and-related\" target=\"_blank\" rel=\"noopener\">Natural Medicine Journal</a>.Â <a href=\"https://drchristianson.com/heal-your-gut-eliminate-gi-issues/\" target=\"_blank\" rel=\"noopener\">Dr. Christianson.</a>\r\n\r\nGiven how difficult it is to treat both leaky gut and interstitial cystitis, NAG seems like a smart choice for us to offer our customers with these conditions. We now carry Wellesley Therapeutics Ultimate Glucosamine powder. And to think we werenâ€™t even aware of it until one of our smart customers brought it to our attention. Thank you, Linda, and to all our customers who keep us on our toes. Keep those suggestions coming![/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1096\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','N-Acetyl Glucosamine','Help for leaky gut and interstitial cystitis!','inherit','closed','closed','','1095-revision-v1','','','2018-03-30 16:30:23','2018-03-30 21:30:23','',1095,'https://ruthsnutrition.gsg-host.com/1095-revision-v1/',0,'revision','',0),(1098,2,'2018-04-10 11:18:48','2018-04-10 16:18:48','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>More great sales this month!</h2>\r\n<strong>AUBREY ORGANICS</strong> - makes the cleanest formulas, hand-crafted using only the purest botanical ingredients nature has to offer. Their all natural beauty products are lovingly produced in small batches to deliver the freshest, most effective and most authentic alternatives to mass produced synthetic products.\r\n\r\n<strong>AMAZING GRASS</strong> - These greens are USDA organic, Non-GMO, kosher pareve, vegan and gluten-free. Containing a plethora of vitamins, minerals, plant-based protein and phyto-chemicals, leafy greens assist the body in maintaining healthy organ function, detoxification and immunity. AND they taste good!\r\n\r\n<strong>GARDEN OF LIFE DR. FORMULATED WHOLE FOOD MAGNESIUM</strong> â€“ This powder is a delicious, fizzy drink that will help calm and relax you, leading to a good nightâ€™s sleep, while restoring you bodyâ€™s optimal magnesium levels. Certified NON-GMO and it\'s available in yummy raspberry-lemon or orange flavors!\r\n\r\n<strong>NEW CHAPTER</strong> - Known for its whole food-fermented multivitamins gentle enough for any sensitive stomach, New Chapter makes some of our most popular products: Bone Strength, Zyflamend, Prostate 5 LX, Omega 7 and Holy Basil.\r\n\r\nNow that\'s a lot of great products@great prices![/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"985\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','APRIL SALES!','More great products @ great prices!','publish','closed','open','','april-sales','','','2018-04-10 11:33:34','2018-04-10 16:33:34','',0,'https://ruthsnutrition.gsg-host.com/?p=1098',0,'post','',0),(1099,2,'2018-04-10 11:18:17','2018-04-10 16:18:17','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>More great sales this month!</h2>\r\n<strong>AUBREY ORGANICS</strong> - makes the cleanest formulas, hand-crafted using only the purest botanical ingredients nature has to offer. Their all natural beauty products are lovingly produced in small batches to deliver the freshest, most effective and most authentic alternatives to mass produced synthetic products.\r\n\r\n<strong>AMAZING GRASS</strong> - These greens are USDA organic, Non-GMO, kosher pareve, vegan and gluten-free. Containing a plethora of vitamins, minerals, plant-based protein and phyto-chemicals, leafy greens assist the body in maintaining healthy organ function, detoxification and immunity. AND they taste good!\r\n\r\n<strong>GARDEN OF LIFE DR. FORMULATED WHOLE FOOD MAGNESIUM</strong> â€“ This powder is a delicious, fizzy drink that will help calm and relax you, leading to a good nightâ€™s sleep, while restoring you bodyâ€™s optimal magnesium levels. Certified NON-GMO and it\'s a yummy raspberry-lemon flavor!\r\n\r\n<strong>NEW CHAPTER</strong> - Known for its whole food-fermented multivitamins gentle enough for any sensitive stomach, New Chapter makes some of our most popular products: Bone Strength, Zyflamend, Prostate 5 LX, Omega 7 and Holy Basil.\r\n\r\nNow that\'s a lot of great products@great prices![/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"985\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','APRIL SALES!','More great products @ great prices!','inherit','closed','closed','','1098-revision-v1','','','2018-04-10 11:18:17','2018-04-10 16:18:17','',1098,'https://ruthsnutrition.gsg-host.com/1098-revision-v1/',0,'revision','',0),(1100,2,'2018-04-10 11:33:34','2018-04-10 16:33:34','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>More great sales this month!</h2>\r\n<strong>AUBREY ORGANICS</strong> - makes the cleanest formulas, hand-crafted using only the purest botanical ingredients nature has to offer. Their all natural beauty products are lovingly produced in small batches to deliver the freshest, most effective and most authentic alternatives to mass produced synthetic products.\r\n\r\n<strong>AMAZING GRASS</strong> - These greens are USDA organic, Non-GMO, kosher pareve, vegan and gluten-free. Containing a plethora of vitamins, minerals, plant-based protein and phyto-chemicals, leafy greens assist the body in maintaining healthy organ function, detoxification and immunity. AND they taste good!\r\n\r\n<strong>GARDEN OF LIFE DR. FORMULATED WHOLE FOOD MAGNESIUM</strong> â€“ This powder is a delicious, fizzy drink that will help calm and relax you, leading to a good nightâ€™s sleep, while restoring you bodyâ€™s optimal magnesium levels. Certified NON-GMO and it\'s available in yummy raspberry-lemon or orange flavors!\r\n\r\n<strong>NEW CHAPTER</strong> - Known for its whole food-fermented multivitamins gentle enough for any sensitive stomach, New Chapter makes some of our most popular products: Bone Strength, Zyflamend, Prostate 5 LX, Omega 7 and Holy Basil.\r\n\r\nNow that\'s a lot of great products@great prices![/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"985\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','APRIL SALES!','More great products @ great prices!','inherit','closed','closed','','1098-revision-v1','','','2018-04-10 11:33:34','2018-04-10 16:33:34','',1098,'https://ruthsnutrition.gsg-host.com/1098-revision-v1/',0,'revision','',0),(1101,2,'2018-04-20 15:33:31','2018-04-20 20:33:31','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Bone mass peaks at age 18-19</h2>\r\nHere at Ruthâ€™s we have a lot of customers, especially older women, who are dealing with bone loss - osteopenia or osteoporosis. They are not alone. Fifty-five percent of people 50 or older in the United States fall into the same category. Worldwide, osteoporosis causes more than 8.9 million fractures annually, resulting in an osteoporotic fracture every 3 seconds.\r\n\r\nThe sad thing is that while there are many things you can do to improve that situation as an older person, the best time to address this issue is as a teenager. By the age of 18 in girls and age 19-20 in boys, about 90% of adult bone mass is formed. After that, bone density starts to fall.\r\n\r\nThat means itâ€™s critical for teens, especially girls, to get adequate calcium and vitamin D during those years. Federal health officials recommend that children between the ages of 9 to 18 get 1,300 mg. of calcium daily. But according to a 2005 study published in the <em>American Journal of Clinical Nutrition</em>, a majority of girls (350 were studied) are getting on average only 830 mg of calcium daily â€“ thatâ€™s about 65% of the recommended intake.\r\n\r\nThose who do nothing more than take 500 mg. calcium daily boost their intake to 80-110% of the RDA, resulting in significant increase in bone density. But according to the American Medical Association, should the calcium intake drop, the benefits disappear within 18 months.\r\n\r\nSo how does a teen get the proper amount of calcium? Drink about 4-5 glasses of milk a day. Or eat plenty of leafy green vegetables, almonds, tofu, broccoli, green beans, asparagus, figs and apricots. But many children are fussy eaters or dairy intolerant. If thatâ€™s the case, supplementation might be a good idea.\r\n\r\nYet sufficient calcium alone wonâ€™t build strong bones. We also need vitamin D to properly absorb calcium, and some estimate that 70 percent of children donâ€™t get enough. Experts recommend an intake of 600 IU of vitamin D up to age 70. You can get that from plenty of sunshine, some foods, or supplements.\r\n\r\nThen teens need to consider the things they do that block the action of calcium. A high consumption of carbonated sodas reduces bone mineralization and makes teenage girls almost four times as likely to break a bone as their male counterparts (<em>Journal of Adolescent Health</em>, May 1994). A diet high in sodium also diminishes calcium intake. The more sodium that comes in, the more calcium that goes out through the kidneys. Teens often have high sodium diets from eating fast foods, pizzas and luncheon meats.\r\n\r\nLast, teens need plenty of exercise to build bone. Some experts say 60 minutes a day; others recommend weight-bearing exercise at least three times a week. Exercises such as jumping rope, jogging or weight training force bones to work harder and build up bone mass. Keep in mind that bones are much like muscles: If you donâ€™t use them, you lose them.\r\n\r\n<strong>References:</strong>\r\n\r\n<a href=\"https://www.npr.org/sections/health-shots/2013/10/28/240553878/the-recipe-for-strong-teenage-bones-exercise-calcium-and-d\" target=\"_blank\" rel=\"noopener\">â€œRecipe For Strong Teen Bonesâ€Â </a>\r\n\r\n<a href=\"https://www.iofbonehealth.org/facts-statistics\" target=\"_blank\" rel=\"noopener\">â€œFacts &amp; Statisticsâ€</a>\r\n\r\n<a href=\"https://youngwomenshealth.org/2013/10/17/calcium/\" target=\"_blank\" rel=\"noopener\">List of high calcium foods</a>\r\n\r\n<a href=\"http://abcnews.go.com/GMA/OnCall/teens-build-bones-prevent-osteoporosis-early/story?id=8648812\" target=\"_blank\" rel=\"noopener\">â€œBuild Better Bones: Prevent Osteoporosis Earlyâ€</a>\r\n\r\n<a href=\"https://childrensmd.org/browse-by-age-group/teens-and-calcium-8-things-to-remember/\" target=\"_blank\" rel=\"noopener\">â€œTeens &amp; Calcium â€“ 8 Things to Rememberâ€Â </a>\r\n\r\n<a href=\"http://www.4bonehealth.org/5-essential-facts-bone-health-teens-know/\" target=\"_blank\" rel=\"noopener\">â€œ5 Essential Facts About Bone Health Teens Should Knowâ€</a>\r\n\r\n<a href=\"https://www.bones.nih.gov/health-info/bone/bone-health/nutrition/calcium-and-vitamin-d-important-every-age\" target=\"_blank\" rel=\"noopener\">â€œCalcium &amp; Vitamin D: Important at Every Ageâ€</a>\r\n\r\n<a href=\"http://drlisawatson.com/teen-girls-need-more-calcium\" target=\"_blank\" rel=\"noopener\">â€œTeen Girls Need More Calciumâ€</a>\r\n\r\n<a href=\"https://www.drgreene.com/qa-articles/calcium-teens/\" target=\"_blank\" rel=\"noopener\">â€œCalcium for Teensâ€</a>\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1102\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Teens Need Calcium','Prevent osteoporosis when you\'re young!','publish','closed','open','','teens-need-calcium','','','2018-04-20 15:33:31','2018-04-20 20:33:31','',0,'https://ruthsnutrition.gsg-host.com/?p=1101',0,'post','',0),(1102,2,'2018-04-20 15:06:19','2018-04-20 20:06:19','','girls soccer 598X598','','inherit','open','closed','','girls-soccer-598x598','','','2018-04-20 15:06:19','2018-04-20 20:06:19','',1101,'https://ruthsnutrition.gsg-host.com/wp-content/uploads/2018/04/girls-soccer-598X598.jpg',0,'attachment','image/jpeg',0),(1103,2,'2018-04-20 15:17:51','2018-04-20 20:17:51','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Bone mass peaks at age 18-19</h2>\r\nHere at Ruthâ€™s we have a lot of customers, especially older women, who are dealing with bone loss - osteopenia or osteoporosis. They are not alone. Fifty-five percent of people 50 or older in the United States fall into the same category. Worldwide, osteoporosis causes more than 8.9 million fractures annually, resulting in an osteoporotic fracture every 3 seconds.\r\n\r\nThe sad thing is that while there are many things you can do to improve that situation as an older person, the best time to address this issue is as a teenager. By the age of 18 in girls and age 19-20 in boys, about 90% of adult bone mass is formed. After that, bone density starts to fall.\r\n\r\nThat means itâ€™s critical for teens, especially girls, to get adequate calcium and vitamin D during those years. Federal health officials recommend that children between the ages of 9 to 18 get 1,300 mg. of calcium daily. But according to a 2005 study published in the American Journal of Clinical Nutrition, a majority of girls (350 were studied) are getting on average only 830 mg of calcium daily â€“ thatâ€™s about 65% of the recommended intake.\r\n\r\nThose who do nothing more than take 500 mg calcium daily boost their intake to 80-110% of the RDA, resulting in significant increase in bone density. But according to the American Medical Association, should the calcium intake drop, the benefits disappear within 18 months.\r\n\r\nSo how do you get the proper amount of calcium? Drink about 4-5 glasses of milk a day. Or eat plenty of leafy green vegetables, almonds, tofu, broccoli, green beans, asparagus, figs and apricots. But many children are fussy eaters or dairy intolerant. If thatâ€™s the case, supplementation might be a good idea.\r\n\r\nYet sufficient calcium alone wonâ€™t build strong bones. We also need vitamin D to properly absorb calcium, and some estimate that 70 percent of children donâ€™t get enough. Experts recommend an intake of 600 IU of vitamin D up to age 70. You can get that from plenty of sunshine, some foods, or supplements.\r\n\r\nThen teens need to consider the things they do that block the action of calcium. A high consumption of carbonated sodas reduces bone mineralization and makes teenage girls almost four times as likely to break a bone as their male counterparts (Journal of Adolescent Health, May 1994). A diet high in sodium also diminishes calcium intake. The more sodium that comes in, the more calcium that goes out through the kidneys. Teens often have high sodium diets due to fast foods, pizzas and luncheon meats.\r\n\r\nLast teens need plenty of exercise to build bone. Some experts say 60 minutes a day; others recommend weight bearing exercise at least three times a week. Exercises such as jumping rope, jogging or weight training force your bones to work harder and build up bone mass. Keep in mind that bones are much like muscles: If you donâ€™t use them, you lose them.\r\n\r\n<strong>References:</strong>\r\n<a href=\"https://www.npr.org/sections/health-shots/2013/10/28/240553878/the-recipe-for-strong-teenage-bones-exercise-calcium-and-d\" target=\"_blank\" rel=\"noopener\">â€œRecipe For Strong Teen Bonesâ€</a>,Â <a href=\"https://www.iofbonehealth.org/facts-statistics\" target=\"_blank\" rel=\"noopener\">â€œFacts &amp; Statisticsâ€</a>Â <a href=\"https://youngwomenshealth.org/2013/10/17/calcium/\" target=\"_blank\" rel=\"noopener\">List of high calcium foods</a>,Â <a href=\"ttp://abcnews.go.com/GMA/OnCall/teens-build-bones-prevent-osteoporosis-early/story?id=8648812\" target=\"_blank\" rel=\"noopener\">â€œBuild Better Bones: Prevent Osteoporosis Earlyâ€</a>Â ,\r\n<a href=\"https://childrensmd.org/browse-by-age-group/teens-and-calcium-8-things-to-remember/\" target=\"_blank\" rel=\"noopener\">â€œTeens &amp; Calcium â€“ 8 Things to Rememberâ€ </a>,Â <a href=\"http://www.4bonehealth.org/5-essential-facts-bone-health-teens-know/\" target=\"_blank\" rel=\"noopener\">â€œ5 Essential Facts About Bone Health Teens Should Knowâ€</a>Â ,\r\n<a href=\"https://www.bones.nih.gov/health-info/bone/bone-health/nutrition/calcium-and-vitamin-d-important-every-age\" target=\"_blank\" rel=\"noopener\">â€œCalcium &amp; Vitamin D: Important at Every Ageâ€</a>,Â <a href=\"http://drlisawatson.com/teen-girls-need-more-calcium\" target=\"_blank\" rel=\"noopener\">â€œTeen Girls Need More Calciumâ€</a>,Â <a href=\"https://www.drgreene.com/qa-articles/calcium-teens/\" target=\"_blank\" rel=\"noopener\">â€œCalcium for Teensâ€</a>.\r\n\r\n&nbsp;\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1102\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Teens Need Calcium','Prevent osteoporosis when you\'re young!','inherit','closed','closed','','1101-revision-v1','','','2018-04-20 15:17:51','2018-04-20 20:17:51','',1101,'https://ruthsnutrition.gsg-host.com/1101-revision-v1/',0,'revision','',0),(1104,2,'2018-04-20 15:19:00','2018-04-20 20:19:00','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Bone mass peaks at age 18-19</h2>\r\nHere at Ruthâ€™s we have a lot of customers, especially older women, who are dealing with bone loss - osteopenia or osteoporosis. They are not alone. Fifty-five percent of people 50 or older in the United States fall into the same category. Worldwide, osteoporosis causes more than 8.9 million fractures annually, resulting in an osteoporotic fracture every 3 seconds.\r\n\r\nThe sad thing is that while there are many things you can do to improve that situation as an older person, the best time to address this issue is as a teenager. By the age of 18 in girls and age 19-20 in boys, about 90% of adult bone mass is formed. After that, bone density starts to fall.\r\n\r\nThat means itâ€™s critical for teens, especially girls, to get adequate calcium and vitamin D during those years. Federal health officials recommend that children between the ages of 9 to 18 get 1,300 mg. of calcium daily. But according to a 2005 study published in the American Journal of Clinical Nutrition, a majority of girls (350 were studied) are getting on average only 830 mg of calcium daily â€“ thatâ€™s about 65% of the recommended intake.\r\n\r\nThose who do nothing more than take 500 mg calcium daily boost their intake to 80-110% of the RDA, resulting in significant increase in bone density. But according to the American Medical Association, should the calcium intake drop, the benefits disappear within 18 months.\r\n\r\nSo how do you get the proper amount of calcium? Drink about 4-5 glasses of milk a day. Or eat plenty of leafy green vegetables, almonds, tofu, broccoli, green beans, asparagus, figs and apricots. But many children are fussy eaters or dairy intolerant. If thatâ€™s the case, supplementation might be a good idea.\r\n\r\nYet sufficient calcium alone wonâ€™t build strong bones. We also need vitamin D to properly absorb calcium, and some estimate that 70 percent of children donâ€™t get enough. Experts recommend an intake of 600 IU of vitamin D up to age 70. You can get that from plenty of sunshine, some foods, or supplements.\r\n\r\nThen teens need to consider the things they do that block the action of calcium. A high consumption of carbonated sodas reduces bone mineralization and makes teenage girls almost four times as likely to break a bone as their male counterparts (Journal of Adolescent Health, May 1994). A diet high in sodium also diminishes calcium intake. The more sodium that comes in, the more calcium that goes out through the kidneys. Teens often have high sodium diets due to fast foods, pizzas and luncheon meats.\r\n\r\nLast teens need plenty of exercise to build bone. Some experts say 60 minutes a day; others recommend weight bearing exercise at least three times a week. Exercises such as jumping rope, jogging or weight training force your bones to work harder and build up bone mass. Keep in mind that bones are much like muscles: If you donâ€™t use them, you lose them.\r\n\r\n<strong>References:</strong>\r\n<a href=\"https://www.npr.org/sections/health-shots/2013/10/28/240553878/the-recipe-for-strong-teenage-bones-exercise-calcium-and-d\" target=\"_blank\" rel=\"noopener\">â€œRecipe For Strong Teen Bonesâ€</a>,Â <a href=\"https://www.iofbonehealth.org/facts-statistics\" target=\"_blank\" rel=\"noopener\">â€œFacts &amp; Statisticsâ€</a>Â <a href=\"https://youngwomenshealth.org/2013/10/17/calcium/\" target=\"_blank\" rel=\"noopener\">List of high calcium foods</a>,Â <a href=\"ttp://abcnews.go.com/GMA/OnCall/teens-build-bones-prevent-osteoporosis-early/story?id=8648812\" target=\"_blank\" rel=\"noopener\">â€œBuild Better Bones: Prevent Osteoporosis Earlyâ€</a>Â ,Â <a href=\"https://childrensmd.org/browse-by-age-group/teens-and-calcium-8-things-to-remember/\" target=\"_blank\" rel=\"noopener\">â€œTeens &amp; Calcium â€“ 8 Things to Rememberâ€ </a>,Â <a href=\"http://www.4bonehealth.org/5-essential-facts-bone-health-teens-know/\" target=\"_blank\" rel=\"noopener\">â€œ5 Essential Facts About Bone Health Teens Should Knowâ€</a>Â ,Â <a href=\"https://www.bones.nih.gov/health-info/bone/bone-health/nutrition/calcium-and-vitamin-d-important-every-age\" target=\"_blank\" rel=\"noopener\">â€œCalcium &amp; Vitamin D: Important at Every Ageâ€</a>,Â <a href=\"http://drlisawatson.com/teen-girls-need-more-calcium\" target=\"_blank\" rel=\"noopener\">â€œTeen Girls Need More Calciumâ€</a>,Â <a href=\"https://www.drgreene.com/qa-articles/calcium-teens/\" target=\"_blank\" rel=\"noopener\">â€œCalcium for Teensâ€</a>.\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1102\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Teens Need Calcium','Prevent osteoporosis when you\'re young!','inherit','closed','closed','','1101-revision-v1','','','2018-04-20 15:19:00','2018-04-20 20:19:00','',1101,'https://ruthsnutrition.gsg-host.com/1101-revision-v1/',0,'revision','',0),(1105,2,'2018-04-20 15:21:52','2018-04-20 20:21:52','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Bone mass peaks at age 18-19</h2>\r\nHere at Ruthâ€™s we have a lot of customers, especially older women, who are dealing with bone loss - osteopenia or osteoporosis. They are not alone. Fifty-five percent of people 50 or older in the United States fall into the same category. Worldwide, osteoporosis causes more than 8.9 million fractures annually, resulting in an osteoporotic fracture every 3 seconds.\r\n\r\nThe sad thing is that while there are many things you can do to improve that situation as an older person, the best time to address this issue is as a teenager. By the age of 18 in girls and age 19-20 in boys, about 90% of adult bone mass is formed. After that, bone density starts to fall.\r\n\r\nThat means itâ€™s critical for teens, especially girls, to get adequate calcium and vitamin D during those years. Federal health officials recommend that children between the ages of 9 to 18 get 1,300 mg. of calcium daily. But according to a 2005 study published in the American Journal of Clinical Nutrition, a majority of girls (350 were studied) are getting on average only 830 mg of calcium daily â€“ thatâ€™s about 65% of the recommended intake.\r\n\r\nThose who do nothing more than take 500 mg calcium daily boost their intake to 80-110% of the RDA, resulting in significant increase in bone density. But according to the American Medical Association, should the calcium intake drop, the benefits disappear within 18 months.\r\n\r\nSo how do you get the proper amount of calcium? Drink about 4-5 glasses of milk a day. Or eat plenty of leafy green vegetables, almonds, tofu, broccoli, green beans, asparagus, figs and apricots. But many children are fussy eaters or dairy intolerant. If thatâ€™s the case, supplementation might be a good idea.\r\n\r\nYet sufficient calcium alone wonâ€™t build strong bones. We also need vitamin D to properly absorb calcium, and some estimate that 70 percent of children donâ€™t get enough. Experts recommend an intake of 600 IU of vitamin D up to age 70. You can get that from plenty of sunshine, some foods, or supplements.\r\n\r\nThen teens need to consider the things they do that block the action of calcium. A high consumption of carbonated sodas reduces bone mineralization and makes teenage girls almost four times as likely to break a bone as their male counterparts (Journal of Adolescent Health, May 1994). A diet high in sodium also diminishes calcium intake. The more sodium that comes in, the more calcium that goes out through the kidneys. Teens often have high sodium diets due to fast foods, pizzas and luncheon meats.\r\n\r\nLast teens need plenty of exercise to build bone. Some experts say 60 minutes a day; others recommend weight bearing exercise at least three times a week. Exercises such as jumping rope, jogging or weight training force your bones to work harder and build up bone mass. Keep in mind that bones are much like muscles: If you donâ€™t use them, you lose them.\r\n\r\n<strong>References:</strong>\r\n<a href=\"https://www.npr.org/sections/health-shots/2013/10/28/240553878/the-recipe-for-strong-teenage-bones-exercise-calcium-and-d\" target=\"_blank\" rel=\"noopener\">â€œRecipe For Strong Teen Bonesâ€Â </a>\r\n\r\n<a href=\"https://www.iofbonehealth.org/facts-statistics\" target=\"_blank\" rel=\"noopener\">â€œFacts &amp; Statisticsâ€</a>\r\n\r\n<a href=\"https://youngwomenshealth.org/2013/10/17/calcium/\" target=\"_blank\" rel=\"noopener\">List of high calcium foods</a>\r\n\r\n<a href=\"ttp://abcnews.go.com/GMA/OnCall/teens-build-bones-prevent-osteoporosis-early/story?id=8648812\" target=\"_blank\" rel=\"noopener\">â€œBuild Better Bones: Prevent Osteoporosis Earlyâ€</a>\r\n\r\n<a href=\"https://childrensmd.org/browse-by-age-group/teens-and-calcium-8-things-to-remember/\" target=\"_blank\" rel=\"noopener\">â€œTeens &amp; Calcium â€“ 8 Things to Rememberâ€Â </a>\r\n\r\n<a href=\"http://www.4bonehealth.org/5-essential-facts-bone-health-teens-know/\" target=\"_blank\" rel=\"noopener\">â€œ5 Essential Facts About Bone Health Teens Should Knowâ€</a>\r\n\r\n<a href=\"https://www.bones.nih.gov/health-info/bone/bone-health/nutrition/calcium-and-vitamin-d-important-every-age\" target=\"_blank\" rel=\"noopener\">â€œCalcium &amp; Vitamin D: Important at Every Ageâ€</a>\r\n\r\n<a href=\"http://drlisawatson.com/teen-girls-need-more-calcium\" target=\"_blank\" rel=\"noopener\">â€œTeen Girls Need More Calciumâ€</a>\r\n\r\n<a href=\"https://www.drgreene.com/qa-articles/calcium-teens/\" target=\"_blank\" rel=\"noopener\">â€œCalcium for Teensâ€</a>\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1102\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Teens Need Calcium','Prevent osteoporosis when you\'re young!','inherit','closed','closed','','1101-revision-v1','','','2018-04-20 15:21:52','2018-04-20 20:21:52','',1101,'https://ruthsnutrition.gsg-host.com/1101-revision-v1/',0,'revision','',0),(1106,2,'2018-04-20 15:26:07','2018-04-20 20:26:07','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Bone mass peaks at age 18-19</h2>\r\nHere at Ruthâ€™s we have a lot of customers, especially older women, who are dealing with bone loss - osteopenia or osteoporosis. They are not alone. Fifty-five percent of people 50 or older in the United States fall into the same category. Worldwide, osteoporosis causes more than 8.9 million fractures annually, resulting in an osteoporotic fracture every 3 seconds.\r\n\r\nThe sad thing is that while there are many things you can do to improve that situation as an older person, the best time to address this issue is as a teenager. By the age of 18 in girls and age 19-20 in boys, about 90% of adult bone mass is formed. After that, bone density starts to fall.\r\n\r\nThat means itâ€™s critical for teens, especially girls, to get adequate calcium and vitamin D during those years. Federal health officials recommend that children between the ages of 9 to 18 get 1,300 mg. of calcium daily. But according to a 2005 study published in the American Journal of Clinical Nutrition, a majority of girls (350 were studied) are getting on average only 830 mg of calcium daily â€“ thatâ€™s about 65% of the recommended intake.\r\n\r\nThose who do nothing more than take 500 mg calcium daily boost their intake to 80-110% of the RDA, resulting in significant increase in bone density. But according to the American Medical Association, should the calcium intake drop, the benefits disappear within 18 months.\r\n\r\nSo how do you get the proper amount of calcium? Drink about 4-5 glasses of milk a day. Or eat plenty of leafy green vegetables, almonds, tofu, broccoli, green beans, asparagus, figs and apricots. But many children are fussy eaters or dairy intolerant. If thatâ€™s the case, supplementation might be a good idea.\r\n\r\nYet sufficient calcium alone wonâ€™t build strong bones. We also need vitamin D to properly absorb calcium, and some estimate that 70 percent of children donâ€™t get enough. Experts recommend an intake of 600 IU of vitamin D up to age 70. You can get that from plenty of sunshine, some foods, or supplements.\r\n\r\nThen teens need to consider the things they do that block the action of calcium. A high consumption of carbonated sodas reduces bone mineralization and makes teenage girls almost four times as likely to break a bone as their male counterparts (Journal of Adolescent Health, May 1994). A diet high in sodium also diminishes calcium intake. The more sodium that comes in, the more calcium that goes out through the kidneys. Teens often have high sodium diets due to fast foods, pizzas and luncheon meats.\r\n\r\nLast teens need plenty of exercise to build bone. Some experts say 60 minutes a day; others recommend weight bearing exercise at least three times a week. Exercises such as jumping rope, jogging or weight training force your bones to work harder and build up bone mass. Keep in mind that bones are much like muscles: If you donâ€™t use them, you lose them.\r\n\r\n<strong>References:</strong>\r\n<a href=\"https://www.npr.org/sections/health-shots/2013/10/28/240553878/the-recipe-for-strong-teenage-bones-exercise-calcium-and-d\" target=\"_blank\" rel=\"noopener\">â€œRecipe For Strong Teen Bonesâ€Â </a>\r\n\r\n<a href=\"https://www.iofbonehealth.org/facts-statistics\" target=\"_blank\" rel=\"noopener\">â€œFacts &amp; Statisticsâ€</a>\r\n\r\n<a href=\"https://youngwomenshealth.org/2013/10/17/calcium/\" target=\"_blank\" rel=\"noopener\">List of high calcium foods</a>\r\n\r\n<a href=\"http://abcnews.go.com/GMA/OnCall/teens-build-bones-prevent-osteoporosis-early/story?id=8648812\" target=\"_blank\" rel=\"noopener\">â€œBuild Better Bones: Prevent Osteoporosis Earlyâ€</a>\r\n\r\n<a href=\"https://childrensmd.org/browse-by-age-group/teens-and-calcium-8-things-to-remember/\" target=\"_blank\" rel=\"noopener\">â€œTeens &amp; Calcium â€“ 8 Things to Rememberâ€Â </a>\r\n\r\n<a href=\"http://www.4bonehealth.org/5-essential-facts-bone-health-teens-know/\" target=\"_blank\" rel=\"noopener\">â€œ5 Essential Facts About Bone Health Teens Should Knowâ€</a>\r\n\r\n<a href=\"https://www.bones.nih.gov/health-info/bone/bone-health/nutrition/calcium-and-vitamin-d-important-every-age\" target=\"_blank\" rel=\"noopener\">â€œCalcium &amp; Vitamin D: Important at Every Ageâ€</a>\r\n\r\n<a href=\"http://drlisawatson.com/teen-girls-need-more-calcium\" target=\"_blank\" rel=\"noopener\">â€œTeen Girls Need More Calciumâ€</a>\r\n\r\n<a href=\"https://www.drgreene.com/qa-articles/calcium-teens/\" target=\"_blank\" rel=\"noopener\">â€œCalcium for Teensâ€</a>\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1102\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Teens Need Calcium','Prevent osteoporosis when you\'re young!','inherit','closed','closed','','1101-revision-v1','','','2018-04-20 15:26:07','2018-04-20 20:26:07','',1101,'https://ruthsnutrition.gsg-host.com/1101-revision-v1/',0,'revision','',0),(1107,2,'2018-04-20 15:32:54','2018-04-20 20:32:54','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Bone mass peaks at age 18-19</h2>\r\nHere at Ruthâ€™s we have a lot of customers, especially older women, who are dealing with bone loss - osteopenia or osteoporosis. They are not alone. Fifty-five percent of people 50 or older in the United States fall into the same category. Worldwide, osteoporosis causes more than 8.9 million fractures annually, resulting in an osteoporotic fracture every 3 seconds.\r\n\r\nThe sad thing is that while there are many things you can do to improve that situation as an older person, the best time to address this issue is as a teenager. By the age of 18 in girls and age 19-20 in boys, about 90% of adult bone mass is formed. After that, bone density starts to fall.\r\n\r\nThat means itâ€™s critical for teens, especially girls, to get adequate calcium and vitamin D during those years. Federal health officials recommend that children between the ages of 9 to 18 get 1,300 mg. of calcium daily. But according to a 2005 study published in the <em>American Journal of Clinical Nutrition</em>, a majority of girls (350 were studied) are getting on average only 830 mg of calcium daily â€“ thatâ€™s about 65% of the recommended intake.\r\n\r\nThose who do nothing more than take 500 mg. calcium daily boost their intake to 80-110% of the RDA, resulting in significant increase in bone density. But according to the American Medical Association, should the calcium intake drop, the benefits disappear within 18 months.\r\n\r\nSo how does a teen get the proper amount of calcium? Drink about 4-5 glasses of milk a day. Or eat plenty of leafy green vegetables, almonds, tofu, broccoli, green beans, asparagus, figs and apricots. But many children are fussy eaters or dairy intolerant. If thatâ€™s the case, supplementation might be a good idea.\r\n\r\nYet sufficient calcium alone wonâ€™t build strong bones. We also need vitamin D to properly absorb calcium, and some estimate that 70 percent of children donâ€™t get enough. Experts recommend an intake of 600 IU of vitamin D up to age 70. You can get that from plenty of sunshine, some foods, or supplements.\r\n\r\nThen teens need to consider the things they do that block the action of calcium. A high consumption of carbonated sodas reduces bone mineralization and makes teenage girls almost four times as likely to break a bone as their male counterparts (<em>Journal of Adolescent Health</em>, May 1994). A diet high in sodium also diminishes calcium intake. The more sodium that comes in, the more calcium that goes out through the kidneys. Teens often have high sodium diets from eating fast foods, pizzas and luncheon meats.\r\n\r\nLast, teens need plenty of exercise to build bone. Some experts say 60 minutes a day; others recommend weight-bearing exercise at least three times a week. Exercises such as jumping rope, jogging or weight training force bones to work harder and build up bone mass. Keep in mind that bones are much like muscles: If you donâ€™t use them, you lose them.\r\n\r\n<strong>References:</strong>\r\n\r\n<a href=\"https://www.npr.org/sections/health-shots/2013/10/28/240553878/the-recipe-for-strong-teenage-bones-exercise-calcium-and-d\" target=\"_blank\" rel=\"noopener\">â€œRecipe For Strong Teen Bonesâ€Â </a>\r\n\r\n<a href=\"https://www.iofbonehealth.org/facts-statistics\" target=\"_blank\" rel=\"noopener\">â€œFacts &amp; Statisticsâ€</a>\r\n\r\n<a href=\"https://youngwomenshealth.org/2013/10/17/calcium/\" target=\"_blank\" rel=\"noopener\">List of high calcium foods</a>\r\n\r\n<a href=\"http://abcnews.go.com/GMA/OnCall/teens-build-bones-prevent-osteoporosis-early/story?id=8648812\" target=\"_blank\" rel=\"noopener\">â€œBuild Better Bones: Prevent Osteoporosis Earlyâ€</a>\r\n\r\n<a href=\"https://childrensmd.org/browse-by-age-group/teens-and-calcium-8-things-to-remember/\" target=\"_blank\" rel=\"noopener\">â€œTeens &amp; Calcium â€“ 8 Things to Rememberâ€Â </a>\r\n\r\n<a href=\"http://www.4bonehealth.org/5-essential-facts-bone-health-teens-know/\" target=\"_blank\" rel=\"noopener\">â€œ5 Essential Facts About Bone Health Teens Should Knowâ€</a>\r\n\r\n<a href=\"https://www.bones.nih.gov/health-info/bone/bone-health/nutrition/calcium-and-vitamin-d-important-every-age\" target=\"_blank\" rel=\"noopener\">â€œCalcium &amp; Vitamin D: Important at Every Ageâ€</a>\r\n\r\n<a href=\"http://drlisawatson.com/teen-girls-need-more-calcium\" target=\"_blank\" rel=\"noopener\">â€œTeen Girls Need More Calciumâ€</a>\r\n\r\n<a href=\"https://www.drgreene.com/qa-articles/calcium-teens/\" target=\"_blank\" rel=\"noopener\">â€œCalcium for Teensâ€</a>\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1102\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Teens Need Calcium','Prevent osteoporosis when you\'re young!','inherit','closed','closed','','1101-revision-v1','','','2018-04-20 15:32:54','2018-04-20 20:32:54','',1101,'https://ruthsnutrition.gsg-host.com/1101-revision-v1/',0,'revision','',0),(1108,2,'2018-04-30 14:00:59','2018-04-30 19:00:59','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Live Music, Good Food &amp; Plenty of Prizes!</h2>\r\nAre you ready for an afternoon filled with live music, good food and plenty of prizes? Then mark your calendars for <strong>Rosieâ€™s Plaza Spring Festival on Saturday, May 19</strong>, beginning at <strong>1 p.m</strong>. Heading up the entertainment will be a <strong>free concert with Kozmic Mama Band from 2-5 p.m</strong>. If youâ€™ve heard them before you know youâ€™re in for a rockinâ€™ good time with plenty of dancinâ€™ in the street!\r\n\r\nNot only that, you can register for multiple door prizes from Ruthâ€™s and other stores, and pick up free samples of supplements from Ruthâ€™s and food samples from the restaurants. For the kids there will be face painting, snow cones and more!\r\n\r\nDoor prizes include a <strong>Simplerâ€™s Botanicals Aromatherapy Diffuser and 3 Essential Oils</strong> ($105 value), <strong>14K White Gold Diamond Pendant</strong> ($459 value), <strong>Wilson A2000 Baseball Glove</strong> ($259 value), <strong>Tundra Yeti Cooler</strong> ($300 value), <strong>Ray Ban Sunglasses</strong> ($150 value) and much, much more! Come by and fill out your entries!\r\n\r\nLast year we had a beautiful day, amazing music and just an all-around blast! Mark your calendar to enjoy some of the best free family friendly entertainment around!\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1109\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','FREE Kozmic Mama Concert','Better bring your dancin\' shoes!','publish','closed','open','','free-kozmic-mama-concert','','','2018-04-30 14:00:59','2018-04-30 19:00:59','',0,'https://ruthsnutrition.gsg-host.com/?p=1108',0,'post','',0),(1109,2,'2018-04-30 13:53:54','2018-04-30 18:53:54','','Rosie\'s Spring Fest 2018 600X559','','inherit','open','closed','','rosies-spring-fest-2018-600x559','','','2018-04-30 13:53:54','2018-04-30 18:53:54','',1108,'https://ruthsnutrition.gsg-host.com/wp-content/uploads/2018/04/Rosies-Spring-Fest-2018-600X559.jpg',0,'attachment','image/jpeg',0),(1110,2,'2018-04-30 13:59:58','2018-04-30 18:59:58','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Live Music, Good Food &amp; Plenty of Prizes!</h2>\r\nAre you ready for an afternoon filled with live music, good food and plenty of prizes? Then mark your calendars for <strong>Rosieâ€™s Plaza Spring Festival on Saturday, May 19</strong>, beginning at <strong>1 p.m</strong>. Heading up the entertainment will be a <strong>free concert with Kozmic Mama Band from 2-5 p.m</strong>. If youâ€™ve heard them before you know youâ€™re in for a rockinâ€™ good time with plenty of dancinâ€™ in the street!\r\n\r\nNot only that, you can register for multiple door prizes from Ruthâ€™s and other stores, and pick up free samples of supplements from Ruthâ€™s and food samples from the restaurants. For the kids there will be face painting, snow cones and more!\r\n\r\nDoor prizes include a <strong>Simplerâ€™s Botanicals Aromatherapy Diffuser and 3 Essential Oils</strong> ($105 value), <strong>14K White Gold Diamond Pendant</strong> ($459 value), <strong>Wilson A2000 Baseball Glove</strong> ($259 value), <strong>Tundra Yeti Cooler</strong> ($300 value), <strong>Ray Ban Sunglasses</strong> ($150 value) and much, much more! Come by and fill out your entries!\r\n\r\nLast year we had a beautiful day, amazing music and just an all-around blast! Mark your calendar to enjoy some of the best free family friendly entertainment around!\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1109\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','FREE Kozmic Mama Concert','Better bring your dancin\' shoes!','inherit','closed','closed','','1108-revision-v1','','','2018-04-30 13:59:58','2018-04-30 18:59:58','',1108,'https://ruthsnutrition.gsg-host.com/1108-revision-v1/',0,'revision','',0),(1111,2,'2018-05-16 14:14:27','2018-05-16 19:14:27','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Kiss your gas &amp; bloating good-bye!</h2>\r\nIrritable Bowel Syndrome affects around 15% of the U.S. population with women being more affected than men. Symptoms include gas, bloating, diarrhea/constipation, and abdominal pain. Commonly people take probiotics, gentle fibers (acacia, etc.) and even l-glutamine to help with the issue. But now thereâ€™s a completely new product available, one that just may be a game-changer.\r\n\r\nAtrantil (pronounced Ah-tran-teel) is a patented formula specifically designed to combat bloating, abdominal discomfort and change in bowel habits. It does so by disrupting methane-producing bacteria commonly found in the small intestine, not the colon.\r\n\r\nHereâ€™s how it works. First, peppermint leaf calms the bowel. Then flavonoids from Quebracho extract (from a South American tree) soak up hydrogen produced by your gut bacteria when they ingest fiber. Hydrogen, it turns out, is the very thing methane-producing organisms (known as archaea) use as fuel. That sets up an environment very unfriendly for the archaea and it weakens their cell walls. Last, comes the third botanical ingredient, Horse Chestnut. It binds to an enzyme in the weakened archaea and stops methane production. Just like that!\r\n\r\nThe therapeutic dose is 2 caps up to 3 times daily with food. Speaking from experience, it might be a good idea to start slowly to see how you react and then slowly increase the dose. Thatâ€™s because Atrantil starves the archaea and can cause some die-off symptoms. You might experience a foggy head, headache, muscle aches or increased constipation or diarrhea for a day or two. The company states most people notice improvement within 10-20 days.\r\n\r\nIf youâ€™ve been diagnosed with IBS and/or experience chronic gas and bloating, you might want to give Atrantil a try! Weâ€™d love to get your feedback.\r\n\r\nTo learn more, check out these interviews with Atrantilâ€™s creator and holistic health professionals: <a href=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/\" target=\"_blank\" rel=\"noopener\">Robb Wolf</a> (author of â€œThe Paleo Solutionâ€), <a href=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/\" target=\"_blank\" rel=\"noopener\">Dr. Kara Fitzgerald</a>, <a href=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/\" target=\"_blank\" rel=\"noopener\">Chris Kresser</a>, M.S., L.Ac.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1112\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Atrantil','A new treatment for IBS!','publish','closed','open','','atrantil','','','2018-05-16 14:14:27','2018-05-16 19:14:27','',0,'https://ruthsnutrition.gsg-host.com/?p=1111',0,'post','',0),(1112,2,'2018-05-16 14:02:51','2018-05-16 19:02:51','','Atrantil 600X600','','inherit','open','closed','','atrantil-600x600','','','2018-05-16 14:02:51','2018-05-16 19:02:51','',1111,'https://ruthsnutrition.gsg-host.com/wp-content/uploads/2018/05/Atrantil-600X600.jpg',0,'attachment','image/jpeg',0),(1113,2,'2018-05-16 14:11:39','2018-05-16 19:11:39','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Kiss your gas &amp; bloating good-bye!</h2>\r\nIrritable Bowel Syndrome affects around 15% of the U.S. population with women being more affected than men. Symptoms include gas, bloating, diarrhea/constipation, and abdominal pain. Commonly people take probiotics, gentle fibers (acacia, etc.) and even l-glutamine to help with the issue. But now thereâ€™s a completely new product available, one that just may be a game-changer.\r\n\r\nAtrantil (pronounced Ah-tran-teel) is a patented formula specifically designed to combat bloating, abdominal discomfort and change in bowel habits. It does so by disrupting methane-producing bacteria commonly found in the small intestine, not the colon.\r\n\r\nHereâ€™s how it works. First, peppermint leaf calms the bowel. Then flavonoids from Quebracho extract (from a South American tree) soak up hydrogen produced by your gut bacteria when they ingest fiber. Hydrogen, it turns out, is the very thing methane-producing organisms (known as archaea) use as fuel. That sets up an environment very unfriendly for the archaea and it weakens their cell walls. Last, comes the third botanical ingredient, Horse Chestnut. It binds to an enzyme in the weakened archaea and stops methane production. Just like that!\r\n\r\nThe therapeutic dose is 2 caps up to 3 times daily with food. Speaking from experience, it might be a good idea to start slowly to see how you react and then slowly increase the dose. Thatâ€™s because Atrantil starves the archaea and can cause some die-off symptoms. You might experience a foggy head, headache, muscle aches or increased constipation or diarrhea for a day or two. The company states most people notice improvement within 10-20 days.\r\n\r\nIf youâ€™ve been diagnosed with IBS and/or experience chronic gas and bloating, you might want to give Atrantil a try! Weâ€™d love to get your feedback.\r\nTo learn more, check out these interviews with Atrantilâ€™s creator and holistic health professionals: <a href=\"https://robbwolf.com/2017/03/14/episode-359-dr-ken-brown-sibo/\" target=\"_blank\" rel=\"noopener\">Robb Wolf</a> (author of â€œThe Paleo Solutionâ€), <a href=\"https://www.drkarafitzgerald.com/2018/02/13/episode-35-dr-kenneth-brown-kbs-research-atrantil/\" target=\"_blank\" rel=\"noopener\">Dr. Kara Fitzgerald</a>, <a href=\"https://chriskresser.com/new-treatment-for-sibo-and-ibs-c-with-dr-kenneth-brown/\" target=\"_blank\" rel=\"noopener\">Chris Kresser</a>, M.S., L.Ac.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1112\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Atrantil','A new treatment for IBS!','inherit','closed','closed','','1111-revision-v1','','','2018-05-16 14:11:39','2018-05-16 19:11:39','',1111,'https://ruthsnutrition.gsg-host.com/1111-revision-v1/',0,'revision','',0),(1114,2,'2018-05-25 13:43:20','2018-05-25 18:43:20','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Don\'t let allergies get you down</h2>\r\nSad to say, we are well into allergy season. Weâ€™re seeing lots of itchy eyes and stuffy noses. Little wonder the Cherokee called this area â€œThe Valley of the Aching Head.â€ The good news is there are several ways to alleviate your symptoms.\r\n\r\nHerbalist, Midwife and Medical Doctor Aviva Romm has posted many of her recommendations on line. She likes both nettles and butterbur for their ability to stabilize mast cells and inhibit them from releasing histamine. She sites one study where butterbur was found as effective in relieving allergic rhinitis as Zyrtec. Quercetin is another mast cell stabilizer Dr. Romm recommends, citing a dose of 500 mg. daily.\r\n\r\nOther recommendations are N-Acetylcysteine (NAC) because it is anti-inflammatory and thins mucus, and probiotics because medical reviews show that when taken regularly probiotics can reduce nasal allergy symptoms. Last, Dr. Romm recommends using a neti pot to irrigate nasal passages, which clears mucus and soothes mucous membranes.\r\n\r\nDr. Kara Fitzgerald, a leading naturopath and functional medicine practitioner, takes a more in-depth approach to seasonal allergies. First she recommends people lower their allergic exposure by installing HEPA filters in the home, showering before bed to remove pollen from face and hair, and washing bed linens more frequently.\r\n\r\nSince seasonal allergies involve inflammation, Dr. Fitzgerald recommends lowering your intake of inflammatory foods as much as possible (sugar, dairy, gluten or other trigger foods), while increasing anti-inflammatory foods (wild caught salmon, flaxseed or chia seed for their omega-3 content). She also recommends foods high in quercetin such as apples, broccoli, citrus, fennel and red onion.\r\n\r\nLast, since seasonal allergies are histamine driven, you might consider avoiding foods high in histamine. They include: wine, champagne, beer, fermented foods, cured meats, dried fruits, most citrus fruits, aged cheese, spinach and smoked fish.\r\n\r\nTo learn more: <a href=\"https://avivaromm.com/remedies-seasonal-allergies/\">Dr. Romm</a>, <a href=\"https://www.drkarafitzgerald.com/2015/05/07/6-tips-for-naturally-dealing-with-seasonal-allergies/\">Dr. Fitzgerald I</a>, <a href=\"https://www.drkarafitzgerald.com/2016/03/14/seasonal-allergies-prepare-patients/\">Dr. Fitzgerald II</a>, <a href=\"https://drruscio.com/wp-content/uploads/2018/01/HistamineHandout.pdf\" target=\"_blank\" rel=\"noopener\">Histamine Intolerance</a>.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1115\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Achoo!','Relief for seasonal allergies!','publish','closed','open','','achoo','','','2018-05-25 13:43:20','2018-05-25 18:43:20','',0,'https://ruthsnutrition.gsg-host.com/?p=1114',0,'post','',0),(1115,2,'2018-05-25 13:29:06','2018-05-25 18:29:06','','Allergies gas mask 600X600','','inherit','open','closed','','allergies-gas-mask-600x600','','','2018-05-25 13:29:06','2018-05-25 18:29:06','',1114,'https://ruthsnutrition.gsg-host.com/wp-content/uploads/2018/05/Allergies-gas-mask-600X600.jpg',0,'attachment','image/jpeg',0),(1116,2,'2018-05-25 13:37:41','2018-05-25 18:37:41','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Don\'t let allergies get you down</h2>\r\nSad to say, we are well into allergy season. Weâ€™re seeing lots of itchy eyes and stuffy noses. Little wonder the Cherokee called this area â€œThe Valley of the Aching Head.â€ The good news is there are several ways to alleviate your symptoms.\r\n\r\nHerbalist, Midwife and Medical Doctor Aviva Romm has posted many of her recommendations on line. She likes both nettles and butterbur for their ability to stabilize mast cells and inhibit them from releasing histamine. She sites one study where butterbur was found as effective in relieving allergic rhinitis as Zyrtec. Quercetin is another mast cell stabilizer Dr. Romm recommends, citing a dose of 500 mg. daily.\r\n\r\nOther recommendations are N-Acetylcysteine (NAC) because it is anti-inflammatory and thins mucus, and probiotics because medical reviews show that when taken regularly probiotics can reduce nasal allergy symptoms. Last, Dr. Romm recommends using a neti pot to irrigate nasal passages, which clears mucus and soothes mucous membranes.\r\n\r\nDr. Kara Fitzgerald, a leading naturopath and functional medicine practitioner, takes a more in-depth approach to seasonal allergies. First she recommends people lower their allergic exposure by installing HEPA filters in the home, showering before bed to remove pollen from face and hair, and washing bed linens more frequently.\r\n\r\nSince seasonal allergies involve inflammation, Dr. Fitzgerald recommends lowering your intake of inflammatory foods as much as possible (sugar, dairy, gluten or other trigger foods), while increasing anti-inflammatory foods (wild caught salmon, flaxseed or chia seed for their omega-3 content). She also recommends foods high in quercetin such as apples, broccoli, citrus, fennel and red onion.\r\n\r\nLast, since seasonal allergies are histamine driven, you might consider avoiding foods high in histamine. They include: wine, champagne, beer, fermented foods, cured meats, dried fruits, most citrus fruits, aged cheese, spinach and smoked fish.\r\n\r\nTo learn more: <a href=\"https://avivaromm.com/remedies-seasonal-allergies/\">Dr. Romm</a>, <a href=\"https://www.drkarafitzgerald.com/2015/05/07/6-tips-for-naturally-dealing-with-seasonal-allergies/\">Dr. Fitzgerald I</a>, <a href=\"https://www.drkarafitzgerald.com/2016/03/14/seasonal-allergies-prepare-patients/\">Dr. Fitzgerald II</a>, <a href=\"ttps://drruscio.com/wp-content/uploads/2018/01/HistamineHandout.pdf\">Histamine Intolerance</a>.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1115\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Achoo!','Relief for seasonal allergies!','inherit','closed','closed','','1114-revision-v1','','','2018-05-25 13:37:41','2018-05-25 18:37:41','',1114,'https://ruthsnutrition.gsg-host.com/1114-revision-v1/',0,'revision','',0),(1117,2,'2018-05-25 13:42:33','2018-05-25 18:42:33','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Don\'t let allergies get you down</h2>\r\nSad to say, we are well into allergy season. Weâ€™re seeing lots of itchy eyes and stuffy noses. Little wonder the Cherokee called this area â€œThe Valley of the Aching Head.â€ The good news is there are several ways to alleviate your symptoms.\r\n\r\nHerbalist, Midwife and Medical Doctor Aviva Romm has posted many of her recommendations on line. She likes both nettles and butterbur for their ability to stabilize mast cells and inhibit them from releasing histamine. She sites one study where butterbur was found as effective in relieving allergic rhinitis as Zyrtec. Quercetin is another mast cell stabilizer Dr. Romm recommends, citing a dose of 500 mg. daily.\r\n\r\nOther recommendations are N-Acetylcysteine (NAC) because it is anti-inflammatory and thins mucus, and probiotics because medical reviews show that when taken regularly probiotics can reduce nasal allergy symptoms. Last, Dr. Romm recommends using a neti pot to irrigate nasal passages, which clears mucus and soothes mucous membranes.\r\n\r\nDr. Kara Fitzgerald, a leading naturopath and functional medicine practitioner, takes a more in-depth approach to seasonal allergies. First she recommends people lower their allergic exposure by installing HEPA filters in the home, showering before bed to remove pollen from face and hair, and washing bed linens more frequently.\r\n\r\nSince seasonal allergies involve inflammation, Dr. Fitzgerald recommends lowering your intake of inflammatory foods as much as possible (sugar, dairy, gluten or other trigger foods), while increasing anti-inflammatory foods (wild caught salmon, flaxseed or chia seed for their omega-3 content). She also recommends foods high in quercetin such as apples, broccoli, citrus, fennel and red onion.\r\n\r\nLast, since seasonal allergies are histamine driven, you might consider avoiding foods high in histamine. They include: wine, champagne, beer, fermented foods, cured meats, dried fruits, most citrus fruits, aged cheese, spinach and smoked fish.\r\n\r\nTo learn more: <a href=\"https://avivaromm.com/remedies-seasonal-allergies/\">Dr. Romm</a>, <a href=\"https://www.drkarafitzgerald.com/2015/05/07/6-tips-for-naturally-dealing-with-seasonal-allergies/\">Dr. Fitzgerald I</a>, <a href=\"https://www.drkarafitzgerald.com/2016/03/14/seasonal-allergies-prepare-patients/\">Dr. Fitzgerald II</a>, <a href=\"https://drruscio.com/wp-content/uploads/2018/01/HistamineHandout.pdf\" target=\"_blank\" rel=\"noopener\">Histamine Intolerance</a>.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1115\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Achoo!','Relief for seasonal allergies!','inherit','closed','closed','','1114-revision-v1','','','2018-05-25 13:42:33','2018-05-25 18:42:33','',1114,'https://ruthsnutrition.gsg-host.com/1114-revision-v1/',0,'revision','',0),(1118,2,'2018-06-08 13:21:13','2018-06-08 18:21:13','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>More great sales this month!</h2>\r\nWeâ€™ve got more great sales during June, including Garden of Lifeâ€™s entire line on sale! Thatâ€™s a rare event, so be sure to take advantage of it! In addition, Garden of Lifeâ€™s new selection of USDA Organic essential oils should be arriving soon!\r\n\r\nAll sales include:\r\n\r\n<strong>DERMA-e</strong>Â â€“ Paraben-Free, Phalate-Free, Non-Toxic Skin Care. Choose from multiple formulas and find the best one for your skin!\r\n\r\n<strong>GARDEN OF LIFE -Â </strong>The entire line is on sale! Choose from protein powders, probiotics, memory formulas, multivitamins and more! USDA Organic and NON-GMO Certified.\r\n\r\n<strong>NORDIC NATURALS -</strong>Â Finest fish oils around. Choose from liquids, softgels, lemon-flavored or strawberry minis! Formulas for kids and adults.\r\n\r\n<strong>MANY OTHER SELECT ITEMS</strong> throughout the store! Come see us!\r\n\r\nNow that\'s a lot of great products@great prices![/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"922\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','JUNE SALES!','More great products @ great prices!','publish','closed','open','','june-sales','','','2018-06-08 13:21:13','2018-06-08 18:21:13','',0,'https://ruthsnutrition.gsg-host.com/?p=1118',0,'post','',0),(1119,2,'2018-06-08 13:20:05','2018-06-08 18:20:05','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>More great sales this month!</h2>\r\nWeâ€™ve got more great sales during June, including Garden of Lifeâ€™s entire line on sale! Thatâ€™s a rare event, so be sure to take advantage of it! In addition, Garden of Lifeâ€™s new selection of USDA Organic essential oils should be arriving soon!\r\n\r\nAll sales include:\r\n\r\n<strong>DERMA-e</strong>Â â€“ Paraben-Free, Phalate-Free, Non-Toxic Skin Care. Choose from multiple formulas and find the best one for your skin!\r\n\r\n<strong>GARDEN OF LIFE -Â </strong>The entire line is on sale! Choose from protein powders, probiotics, memory formulas, multivitamins and more! USDA Organic and NON-GMO Certified.\r\n\r\n<strong>NORDIC NATURALS -</strong>Â Finest fish oils around. Choose from liquids, softgels, lemon-flavored or strawberry minis! Formulas for kids and adults.\r\n\r\n<strong>MANY OTHER SELECT ITEMS</strong> throughout the store! Come see us!\r\n\r\nNow that\'s a lot of great products@great prices![/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"922\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','JUNE SALES!','More great products @ great prices!','inherit','closed','closed','','1118-revision-v1','','','2018-06-08 13:20:05','2018-06-08 18:20:05','',1118,'https://ruthsnutrition.gsg-host.com/1118-revision-v1/',0,'revision','',0),(1120,2,'2018-06-20 15:41:22','2018-06-20 20:41:22','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>These microorgnisms have a lot to offer</h2>\r\nProbiotics are those tiny little beneficial bacteria that can pack a powerful punch. Too few of them in your gut and youâ€™re bound to have digestive distress. Add some back into your diet or supplement regime and you can improve a multitude of uncomfortable conditions, including irritable bowel syndrome, diarrhea, skin conditions like eczema, and infections of the respiratory and urinary tracts.\r\n\r\nYou can find beneficial bacteria in fermented foods (Ruthâ€™s carries the Perfect Pickler system to help you make your own!) or in good quality supplements.\r\n\r\nSo what, exactly, do probiotics do? They use multiple actions to achieve diverse results, but primarily they create a healthy, non-inflammatory environment in the gut. If your gut lining is inflamed or â€œleaky,â€ probiotics can help restore a healthy barrier. According to Dr. Kara Fitzgerald, â€œHealthy gut bacteria help to increase production of helpful nutrients, including vitamin K, folate and other important B vitamins. Good bacteria are responsible for producing 70% of the energy used by intestinal epithelial cells. They do this by fermenting dietary fiber and making short chain fatty acids, particularly n-butyrate.â€ They also keep bad guy bacteria, like <em>E. coli</em>, in check.\r\n\r\nProbiotics are probably best known for treating diarrhea, especially that caused by antibiotic use, but probiotics can improve diarrhea from any cause. One study showed it reduced antibiotic-caused diarrhea by 42%. Other clinically tested potential benefits include reducing LDL cholesterol, improving markers of metabolic syndrome (diabetes, hypertension, fatty liver, heart disease), reducing tooth decay, preventing allergic conditions such as eczema, reducing the incidence of urinary tract and upper respiratory tract infections, and reducing symptoms of irritable bowel syndrome as well as rheumatoid arthritis.\r\n\r\nThatâ€™s a lot for those tiny little organisms to achieve! Clearly, investing in a good probiotic delivers considerable bang for your buck.\r\n\r\n<strong>REFERENCES:</strong>\r\n<a href=\"https://www.healthline.com/nutrition/8-health-benefits-of-probiotics#section9https://www.health.harvard.edu/staying-healthy/the-benefits-of-probiotics\" target=\"_blank\" rel=\"noopener\">HealthLine</a>\r\n\r\n<a href=\"https://www.health.harvard.edu/staying-healthy/the-benefits-of-probiotics\" target=\"_blank\" rel=\"noopener\">Harvard Health I</a>\r\n\r\n<a href=\"https://www.health.harvard.edu/vitamins-and-supplements/health-benefits-of-taking-probiotics\" target=\"_blank\" rel=\"noopener\">Harvard Health II</a>\r\n\r\n<a href=\"https://www.medicalnewstoday.com/articles/264721.php\" target=\"_blank\" rel=\"noopener\">Medical News Today</a>\r\n\r\n<a href=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/\" target=\"_blank\" rel=\"noopener\">Dr. Kara Fitzgerald</a>\r\n\r\n&nbsp;\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1121\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Powerpacked Probiotics','Probiotics give a lot of bang for the buck!','publish','closed','open','','powerpacked-probiotics','','','2018-06-20 15:41:22','2018-06-20 20:41:22','',0,'https://ruthsnutrition.gsg-host.com/?p=1120',0,'post','',0),(1121,2,'2018-06-20 15:31:20','2018-06-20 20:31:20','','probiotics in gut 600X600','','inherit','open','closed','','probiotics-in-gut-600x600','','','2018-06-20 15:31:20','2018-06-20 20:31:20','',1120,'https://ruthsnutrition.gsg-host.com/wp-content/uploads/2018/06/probiotics-in-gut-600X600.png',0,'attachment','image/png',0),(1122,2,'2018-06-20 15:33:12','2018-06-20 20:33:12','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>These microorgnisms have a lot to offer</h2>\r\nProbiotics are those tiny little beneficial bacteria that can pack a powerful punch. Too few of them in your gut and youâ€™re bound to have digestive distress. Add some back into your diet or supplement regime and you can improve a multitude of uncomfortable conditions, including irritable bowel syndrome, diarrhea, skin conditions like eczema, and infections of the respiratory and urinary tracts.\r\n\r\nYou can find beneficial bacteria in fermented foods (Ruthâ€™s carries the Perfect Pickler system to help you make your own!) or in good quality supplements.\r\n\r\nSo what, exactly, do probiotics do? They use multiple actions to achieve diverse results, but primarily they create a healthy, non-inflammatory environment in the gut. If your gut lining is inflamed or â€œleaky,â€ probiotics can help restore a healthy barrier. According to Dr. Kara Fitzgerald, â€œHealthy gut bacteria help to increase production of helpful nutrients, including vitamin K, folate and other important B vitamins. Good bacteria are responsible for producing 70% of the energy used by intestinal epithelial cells. They do this by fermenting dietary fiber and making short chain fatty acids, particularly n-butyrate.â€ They also keep bad guy bacteria, like <em>E. coli</em>, in check.\r\n\r\nProbiotics are probably best known for treating diarrhea, especially that caused by antibiotic use, but probiotics can improve diarrhea from any cause. One study showed it reduced antibiotic-caused diarrhea by 42%. Other clinically tested potential benefits include reducing LDL cholesterol, improving markers of metabolic syndrome (diabetes, hypertension, fatty liver, heart disease), reducing tooth decay, preventing allergic conditions such as eczema, reducing the incidence of urinary tract and upper respiratory tract infections, and reducing symptoms of irritable bowel syndrome as well as Rheumatoid arthritis.\r\n\r\nThatâ€™s a lot for those tiny little organisms to achieve! Clearly, investing in a good probiotic delivers considerable bang for your buck.\r\n\r\n<strong>REFERENCES:</strong>\r\nhttps://www.healthline.com/nutrition/8-health-benefits-of-probiotics#section9https://www.health.harvard.edu/staying-healthy/the-benefits-of-probiotics\r\nhttps://www.health.harvard.edu/vitamins-and-supplements/health-benefits-of-taking-probiotics\r\nhttps://www.medicalnewstoday.com/articles/264721.php\r\nhttps://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1121\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Powerpacked Probiotics','Probiotics give a lot of bang for the buck!','inherit','closed','closed','','1120-revision-v1','','','2018-06-20 15:33:12','2018-06-20 20:33:12','',1120,'https://ruthsnutrition.gsg-host.com/1120-revision-v1/',0,'revision','',0),(1123,2,'2018-06-20 15:39:55','2018-06-20 20:39:55','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>These microorgnisms have a lot to offer</h2>\r\nProbiotics are those tiny little beneficial bacteria that can pack a powerful punch. Too few of them in your gut and youâ€™re bound to have digestive distress. Add some back into your diet or supplement regime and you can improve a multitude of uncomfortable conditions, including irritable bowel syndrome, diarrhea, skin conditions like eczema, and infections of the respiratory and urinary tracts.\r\n\r\nYou can find beneficial bacteria in fermented foods (Ruthâ€™s carries the Perfect Pickler system to help you make your own!) or in good quality supplements.\r\n\r\nSo what, exactly, do probiotics do? They use multiple actions to achieve diverse results, but primarily they create a healthy, non-inflammatory environment in the gut. If your gut lining is inflamed or â€œleaky,â€ probiotics can help restore a healthy barrier. According to Dr. Kara Fitzgerald, â€œHealthy gut bacteria help to increase production of helpful nutrients, including vitamin K, folate and other important B vitamins. Good bacteria are responsible for producing 70% of the energy used by intestinal epithelial cells. They do this by fermenting dietary fiber and making short chain fatty acids, particularly n-butyrate.â€ They also keep bad guy bacteria, like <em>E. coli</em>, in check.\r\n\r\nProbiotics are probably best known for treating diarrhea, especially that caused by antibiotic use, but probiotics can improve diarrhea from any cause. One study showed it reduced antibiotic-caused diarrhea by 42%. Other clinically tested potential benefits include reducing LDL cholesterol, improving markers of metabolic syndrome (diabetes, hypertension, fatty liver, heart disease), reducing tooth decay, preventing allergic conditions such as eczema, reducing the incidence of urinary tract and upper respiratory tract infections, and reducing symptoms of irritable bowel syndrome as well as Rheumatoid arthritis.\r\n\r\nThatâ€™s a lot for those tiny little organisms to achieve! Clearly, investing in a good probiotic delivers considerable bang for your buck.\r\n\r\n<strong>REFERENCES:</strong>\r\n<a href=\"https://www.healthline.com/nutrition/8-health-benefits-of-probiotics#section9https://www.health.harvard.edu/staying-healthy/the-benefits-of-probiotics\" target=\"_blank\" rel=\"noopener\">HealthLine</a>\r\n\r\n<a href=\"https://www.health.harvard.edu/staying-healthy/the-benefits-of-probiotics\" target=\"_blank\" rel=\"noopener\">Harvard Health I</a>\r\n\r\n<a href=\"https://www.health.harvard.edu/vitamins-and-supplements/health-benefits-of-taking-probiotics\" target=\"_blank\" rel=\"noopener\">Harvard Health II</a>\r\n\r\n<a href=\"https://www.medicalnewstoday.com/articles/264721.php\" target=\"_blank\" rel=\"noopener\">Medical News Today</a>\r\n\r\n<a href=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/\" target=\"_blank\" rel=\"noopener\">Dr. Kara Fitzgerald</a>\r\n\r\n&nbsp;\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1121\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Powerpacked Probiotics','Probiotics give a lot of bang for the buck!','inherit','closed','closed','','1120-revision-v1','','','2018-06-20 15:39:55','2018-06-20 20:39:55','',1120,'https://ruthsnutrition.gsg-host.com/1120-revision-v1/',0,'revision','',0),(1124,2,'2018-06-20 15:41:22','2018-06-20 20:41:22','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>These microorgnisms have a lot to offer</h2>\r\nProbiotics are those tiny little beneficial bacteria that can pack a powerful punch. Too few of them in your gut and youâ€™re bound to have digestive distress. Add some back into your diet or supplement regime and you can improve a multitude of uncomfortable conditions, including irritable bowel syndrome, diarrhea, skin conditions like eczema, and infections of the respiratory and urinary tracts.\r\n\r\nYou can find beneficial bacteria in fermented foods (Ruthâ€™s carries the Perfect Pickler system to help you make your own!) or in good quality supplements.\r\n\r\nSo what, exactly, do probiotics do? They use multiple actions to achieve diverse results, but primarily they create a healthy, non-inflammatory environment in the gut. If your gut lining is inflamed or â€œleaky,â€ probiotics can help restore a healthy barrier. According to Dr. Kara Fitzgerald, â€œHealthy gut bacteria help to increase production of helpful nutrients, including vitamin K, folate and other important B vitamins. Good bacteria are responsible for producing 70% of the energy used by intestinal epithelial cells. They do this by fermenting dietary fiber and making short chain fatty acids, particularly n-butyrate.â€ They also keep bad guy bacteria, like <em>E. coli</em>, in check.\r\n\r\nProbiotics are probably best known for treating diarrhea, especially that caused by antibiotic use, but probiotics can improve diarrhea from any cause. One study showed it reduced antibiotic-caused diarrhea by 42%. Other clinically tested potential benefits include reducing LDL cholesterol, improving markers of metabolic syndrome (diabetes, hypertension, fatty liver, heart disease), reducing tooth decay, preventing allergic conditions such as eczema, reducing the incidence of urinary tract and upper respiratory tract infections, and reducing symptoms of irritable bowel syndrome as well as rheumatoid arthritis.\r\n\r\nThatâ€™s a lot for those tiny little organisms to achieve! Clearly, investing in a good probiotic delivers considerable bang for your buck.\r\n\r\n<strong>REFERENCES:</strong>\r\n<a href=\"https://www.healthline.com/nutrition/8-health-benefits-of-probiotics#section9https://www.health.harvard.edu/staying-healthy/the-benefits-of-probiotics\" target=\"_blank\" rel=\"noopener\">HealthLine</a>\r\n\r\n<a href=\"https://www.health.harvard.edu/staying-healthy/the-benefits-of-probiotics\" target=\"_blank\" rel=\"noopener\">Harvard Health I</a>\r\n\r\n<a href=\"https://www.health.harvard.edu/vitamins-and-supplements/health-benefits-of-taking-probiotics\" target=\"_blank\" rel=\"noopener\">Harvard Health II</a>\r\n\r\n<a href=\"https://www.medicalnewstoday.com/articles/264721.php\" target=\"_blank\" rel=\"noopener\">Medical News Today</a>\r\n\r\n<a href=\"https://www.drkarafitzgerald.com/2018/01/02/get-probiotic-doctors-advice/\" target=\"_blank\" rel=\"noopener\">Dr. Kara Fitzgerald</a>\r\n\r\n&nbsp;\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1121\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Powerpacked Probiotics','Probiotics give a lot of bang for the buck!','inherit','closed','closed','','1120-revision-v1','','','2018-06-20 15:41:22','2018-06-20 20:41:22','',1120,'https://ruthsnutrition.gsg-host.com/1120-revision-v1/',0,'revision','',0),(1125,2,'2018-06-29 17:27:44','2018-06-29 22:27:44','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Lessons from Medicines from the Earth</h2>\r\nBy Sue Cummings\r\n\r\nIâ€™m recently back from my annual Medicines from the Earth conference in Black Mountain, N.C. This year I attended several sessions about herbs and cancer, but there was information in one session that Iâ€™d especially like to share.\r\n\r\nDonnie Yance gave a detailed presentation on using herbal and nutritional therapies in the prevention and treatment of chemotherapy-induced peripheral neuropathy (CIPN). Yance is a clinical herbalist and certified nutritionist whose practice over the years has become 80% cancer patients. Heâ€™s written several books (â€œHerbal Medicine, Healing &amp; Cancerâ€ is one) and advised the Mayo Clinic on nutrition and cancer. Heâ€™s also founder of the Mederi Foundation, a not-for-profit organization for professional education and clinical research in integrative medicine, and the president and formulator for Natura Health Products. His work is pioneering.\r\n\r\nThe talk was technical, because Yance primarily presents to hospitals and medical staff, but Iâ€™d like to share some key points that are easy to understand.\r\n\r\nIn patients with early-stage breast cancer, neuropathic symptoms persist in up to 80% of participants at 1 to 3 years following treatment. Let that sink in. I had no idea! Be aware that risk for peripheral neuropathy is greater if the patient already has diabetes, hypothyroidism, high homocysteine, Lymeâ€™s disease, Herpes zoster or HIV/AIDS.\r\n\r\nMany chemotherapy agents can cause peripheral neuropathy. Common agents, Taxol and Vincristine, cause CIPN in 60% of patients.\r\n\r\nNutritional deficiencies can increase a patientâ€™s risk of CIPN. Being low in B vitamins (B1, B6, B12, folate), vitamin D, vitamin E/tocotrienols, zinc, and essential fatty acids GLA and omega 3 all increased the risk of peripheral neuropathy.\r\n\r\nTo help prevent and treat CIPN, Yance recommends herbs and nutrients that are anti-inflammatory, neuroprotectants, anti-fibrotics and anabolic. Among the herbs he mentioned and why he chose them are:\r\n\r\n<strong>St. Johnâ€™s Wort</strong> â€“ traditionally used for nerve trauma; animal studies show it reduces tumors; profound anti-angiogenic properties; also helps with depression; use internally and the oil topically for pain\r\n\r\n<strong>Ginkgo biloba</strong> â€“ inhibits thrombosis, platelet aggregation, neuroinflammation; specific protective for CIPN\r\n\r\n<strong>Huperzine</strong> â€“ slows breakdown of acetylcholine neurotransmitters; improves Vagus nerve activity giving a better overall sense of wellbeing; useful for prevention of chemobrain and neuropathy\r\n\r\n<strong>Gotu kola</strong> â€“ increases levels of GABA; relaxing effect on the nervous system; improves peripheral and cerebral circulation; improves memory; improves health of collagen and connective tissue; anti-depressant effects; anti-tumor properties\r\n\r\n<strong>Quercetin</strong> â€“ potent redox/antioxidant; cancer inhibiting; cancer suppressing; anti-inflammatory; inhibits peripheral and spinal cord inflammation and pain\r\n\r\nAmong the supplements he recommends for CIPN prevention and treatment are:\r\n\r\n<strong>R- &amp; Alpha lipoic acid</strong> â€“ potent redox/antioxidant\r\n\r\n<strong>Acetyl l-carnitine</strong> â€“ protects sensory neurons through redox/antioxidant &amp; mitochondrial regulatory functions\r\n\r\n<strong>Glutamine</strong> â€“ improves intestinal barrier health\r\n\r\n<strong>N-acetyl cysteine</strong> â€“ precursor to glutathione synthesis; a free radical scavenger; neuroprotective effects against oxaliplatin-based adjuvant chemotherapy in colon cancer patients\r\n\r\n<strong>EPA/DHA/GLA fatty acids</strong> â€“ omega 3 fatty acids effective against inflammatory pain and neuropathic pain; can be used with conventional analgesics; omega 3 protective against paclitaxel-induced peripheral neuropathy; GLA reduces pain in neuropathy, breast pain, rheumatoid arthritis\r\n\r\n<strong>Melatonin</strong> â€“ promotes myelination by significantly reducing nerve inflammation and reducing oxidative stress; stimulates peripheral nerve regeneration\r\n\r\nAccording to Yance, foods that help build the myelin sheath include:\r\n\r\nEgg yokes (rich in choline, a key component of myelin), olive oil, omega-3 fish (sardines, salmon), nuts (walnuts, pumpkin seeds, sesame seeds, almonds), avocados, whole grains (magnesium, tocotrienols, vitamin E), legumes (rich in B1), spinach and other leafy greens, cocoa.\r\n\r\nObviously, as with following any advice, you want to consult your doctor first. But I hope Yanceâ€™s information gives anyone facing chemotherapy a sense of empowerment. There are things you can do to improve your chances that you come through that intense treatment with limited damage.\r\n\r\nIf youâ€™re like me and you enjoy learning more about herbs and health, I suggest you visit <a href=\"http://botanitcalmedicine.org\" target=\"_blank\" rel=\"noopener\">botanicalmedicine.org</a> to learn more about the Medicines from the Earth conference. Proceedings books and recordings are available.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1126\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Herbs & Chemotherapy-Induced Neuropathy','Advice from a leading practitioner.','publish','closed','open','','herbs-chemotherapy-induced-neuropathy','','','2018-06-29 17:27:44','2018-06-29 22:27:44','',0,'https://ruthsnutrition.gsg-host.com/?p=1125',0,'post','',0),(1126,2,'2018-06-29 16:38:11','2018-06-29 21:38:11','','Peripheral neuropathy 600X506','','inherit','open','closed','','peripheral-neuropathy-600x506','','','2018-06-29 16:38:11','2018-06-29 21:38:11','',1125,'https://ruthsnutrition.gsg-host.com/wp-content/uploads/2018/06/Peripheral-neuropathy-600X506.jpg',0,'attachment','image/jpeg',0),(1127,2,'2018-06-29 17:03:15','2018-06-29 22:03:15','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Lessons from Medicines from the Earth</h2>\r\nBy Sue Cummings\r\n\r\nIâ€™m recently back from my annual Medicines from the Earth conference in Black Mountain, N.C. This year I attended several sessions about herbs and cancer, but there was information in one session that Iâ€™d especially like to share.\r\n\r\nDonnie Yance gave a detailed presentation on using herbal and nutritional therapies in the prevention and treatment of chemotherapy-induced peripheral neuropathy (CIPN). Yance is a clinical herbalist and certified nutritionist whose practice over the years has become 80% cancer patients. Heâ€™s written several books (â€œHerbal Medicine, Healing &amp; Cancerâ€ is one) and advised the Mayo Clinic on nutrition and cancer. Heâ€™s also founder of the Mederi Foundation, a not-for-profit organization for professional education and clinical research in integrative medicine, and the president and formulator for Natura Health Products. His work is pioneering.\r\n\r\nThe talk was technical, because Yance primarily presents to hospitals and medical staff, but Iâ€™d like to share some key points that are easy to understand.\r\n\r\nIn patients with early-stage breast cancer, neuropathic symptoms persist in up to 80% of participants at 1 to 3 years following treatment. Let that sink in. I had no idea! Be aware that risk for peripheral neuropathy is greater if the patient already has diabetes, hypothyroidism, high homocysteine, Lymeâ€™s disease, Herpes zoster or HIV/AIDS.\r\n\r\nMany chemotherapy agents can cause peripheral neuropathy. Common agents, Taxol and Vincristine, cause CIPN in 60% of patients.\r\nNutritional deficiencies can increase a patientâ€™s risk of CIPN. Being low in B vitamins (B1, B6, B12, folate), vitamin D, vitamin E/tocotrienols, zinc, and essential fatty acids GLA and omega 3 all increased the risk of peripheral neuropathy.\r\n\r\nTo help prevent and treat CIPN, Yance recommends herbs and nutrients that are anti-inflammatory, neuroprotectants, anti-fibrotics and anabolic. Among the herbs he mentioned and why he chose them are:\r\n\r\n<strong>St. Johnâ€™s Wort</strong> â€“ traditionally used for nerve trauma, animal studies show it reduces tumors, profound anti-angiogenic properties, also helps with depression, use internally and the oil topically for pain\r\n\r\n<strong>Ginkgo biloba</strong> â€“ inhibits thrombosis, platelet aggregation, neuroinflammation; specific protective for CIPN\r\n\r\n<strong>Huperzine</strong> â€“ slows breakdown of acetylcholine neurotransmitters, improves Vagus nerve activity giving a better overall sense of wellbeing; useful for prevention of chemobrain and neuropathy\r\n\r\n<strong>Gotu kola</strong> â€“ increases levels of GABA, relaxing effect on the nervous system, improves peripheral and cerebral circulation, improves memory, improves health of collagen and connective tissue, anti-depressant effects, anti-tumor properties\r\n\r\n<strong>Quercetin</strong> â€“ potent redox/antioxidant, cancer inhibiting, cancer suppressing, anti-inflammatory, inhibits peripheral and spinal cord inflammation and pain\r\nAmong the supplements he recommends for CIPN prevention and treatment are:\r\nR- &amp; Alpha lipoic acid â€“ potent redox/antioxidant\r\n\r\n<strong>Acetyl l-carnitine</strong> â€“ protects sensory neurons through redox/antioxidant &amp; mitochondrial regulatory functions\r\n\r\n<strong>Glutamine</strong> â€“ improves intestinal barrier health\r\n\r\n<strong>N-acetyl cysteine</strong> â€“ precursor to glutathione synthesis, a free radical scavenger; neuroprotective effects against oxaliplatin-based adjuvant chemotherapy in colon cancer patients\r\n\r\n<strong>EPA/DHA/GLA fatty acids</strong> â€“ omega 3 fatty acids effective against inflammatory pain and neuropathic pain, can be used with conventional analgesics; omega 3 protective against paclitaxel-induced peripheral neuropathy; GLA reduces pain in neuropathy, breast pain, rheumatoid arthritis\r\n\r\n<strong>Melatonin</strong> â€“ promotes myelination by significantly reducing nerve inflammation and reducing oxidative stress, stimulates peripheral nerve regeneration\r\n\r\nAccording to Yance, foods that help build the myelin sheath include:\r\n\r\nEgg yokes (rich in choline, a key component of myelin), olive oil, omega-3 fish (sardines, salmon), nuts (walnuts, pumpkin seeds, sesame seeds, almonds), avocados, whole grains (magnesium, tocotrienols, vitamin E), legumes (rich in B1), spinach and other leafy greens, cocoa.\r\n\r\nObviously, as with following any advice, you want to consult your doctor first. But I hope Yanceâ€™s information gives anyone facing chemotherapy a sense of empowerment. There are things you can do to improve your chances that you come through that intense treatment with limited damage.\r\n\r\nIf youâ€™re like me and you enjoy learning more about herbs and health, I suggest you visit <a href=\"http://botanitcalmedicine.org\" target=\"_blank\" rel=\"noopener\">botanicalmedicine.org</a> to learn more about the Medicines from the Earth conference. Proceedings books and recordings are available.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1126\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Herbs & Chemotherapy-Induced Neuropathy','Advice from a leading practitioner.','inherit','closed','closed','','1125-revision-v1','','','2018-06-29 17:03:15','2018-06-29 22:03:15','',1125,'https://ruthsnutrition.gsg-host.com/1125-revision-v1/',0,'revision','',0),(1128,2,'2018-06-29 17:27:13','2018-06-29 22:27:13','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Lessons from Medicines from the Earth</h2>\r\nBy Sue Cummings\r\n\r\nIâ€™m recently back from my annual Medicines from the Earth conference in Black Mountain, N.C. This year I attended several sessions about herbs and cancer, but there was information in one session that Iâ€™d especially like to share.\r\n\r\nDonnie Yance gave a detailed presentation on using herbal and nutritional therapies in the prevention and treatment of chemotherapy-induced peripheral neuropathy (CIPN). Yance is a clinical herbalist and certified nutritionist whose practice over the years has become 80% cancer patients. Heâ€™s written several books (â€œHerbal Medicine, Healing &amp; Cancerâ€ is one) and advised the Mayo Clinic on nutrition and cancer. Heâ€™s also founder of the Mederi Foundation, a not-for-profit organization for professional education and clinical research in integrative medicine, and the president and formulator for Natura Health Products. His work is pioneering.\r\n\r\nThe talk was technical, because Yance primarily presents to hospitals and medical staff, but Iâ€™d like to share some key points that are easy to understand.\r\n\r\nIn patients with early-stage breast cancer, neuropathic symptoms persist in up to 80% of participants at 1 to 3 years following treatment. Let that sink in. I had no idea! Be aware that risk for peripheral neuropathy is greater if the patient already has diabetes, hypothyroidism, high homocysteine, Lymeâ€™s disease, Herpes zoster or HIV/AIDS.\r\n\r\nMany chemotherapy agents can cause peripheral neuropathy. Common agents, Taxol and Vincristine, cause CIPN in 60% of patients.\r\n\r\nNutritional deficiencies can increase a patientâ€™s risk of CIPN. Being low in B vitamins (B1, B6, B12, folate), vitamin D, vitamin E/tocotrienols, zinc, and essential fatty acids GLA and omega 3 all increased the risk of peripheral neuropathy.\r\n\r\nTo help prevent and treat CIPN, Yance recommends herbs and nutrients that are anti-inflammatory, neuroprotectants, anti-fibrotics and anabolic. Among the herbs he mentioned and why he chose them are:\r\n\r\n<strong>St. Johnâ€™s Wort</strong> â€“ traditionally used for nerve trauma; animal studies show it reduces tumors; profound anti-angiogenic properties; also helps with depression; use internally and the oil topically for pain\r\n\r\n<strong>Ginkgo biloba</strong> â€“ inhibits thrombosis, platelet aggregation, neuroinflammation; specific protective for CIPN\r\n\r\n<strong>Huperzine</strong> â€“ slows breakdown of acetylcholine neurotransmitters; improves Vagus nerve activity giving a better overall sense of wellbeing; useful for prevention of chemobrain and neuropathy\r\n\r\n<strong>Gotu kola</strong> â€“ increases levels of GABA; relaxing effect on the nervous system; improves peripheral and cerebral circulation; improves memory; improves health of collagen and connective tissue; anti-depressant effects; anti-tumor properties\r\n\r\n<strong>Quercetin</strong> â€“ potent redox/antioxidant; cancer inhibiting; cancer suppressing; anti-inflammatory; inhibits peripheral and spinal cord inflammation and pain\r\n\r\nAmong the supplements he recommends for CIPN prevention and treatment are:\r\n\r\n<strong>R- &amp; Alpha lipoic acid</strong> â€“ potent redox/antioxidant\r\n\r\n<strong>Acetyl l-carnitine</strong> â€“ protects sensory neurons through redox/antioxidant &amp; mitochondrial regulatory functions\r\n\r\n<strong>Glutamine</strong> â€“ improves intestinal barrier health\r\n\r\n<strong>N-acetyl cysteine</strong> â€“ precursor to glutathione synthesis; a free radical scavenger; neuroprotective effects against oxaliplatin-based adjuvant chemotherapy in colon cancer patients\r\n\r\n<strong>EPA/DHA/GLA fatty acids</strong> â€“ omega 3 fatty acids effective against inflammatory pain and neuropathic pain; can be used with conventional analgesics; omega 3 protective against paclitaxel-induced peripheral neuropathy; GLA reduces pain in neuropathy, breast pain, rheumatoid arthritis\r\n\r\n<strong>Melatonin</strong> â€“ promotes myelination by significantly reducing nerve inflammation and reducing oxidative stress; stimulates peripheral nerve regeneration\r\n\r\nAccording to Yance, foods that help build the myelin sheath include:\r\n\r\nEgg yokes (rich in choline, a key component of myelin), olive oil, omega-3 fish (sardines, salmon), nuts (walnuts, pumpkin seeds, sesame seeds, almonds), avocados, whole grains (magnesium, tocotrienols, vitamin E), legumes (rich in B1), spinach and other leafy greens, cocoa.\r\n\r\nObviously, as with following any advice, you want to consult your doctor first. But I hope Yanceâ€™s information gives anyone facing chemotherapy a sense of empowerment. There are things you can do to improve your chances that you come through that intense treatment with limited damage.\r\n\r\nIf youâ€™re like me and you enjoy learning more about herbs and health, I suggest you visit <a href=\"http://botanitcalmedicine.org\" target=\"_blank\" rel=\"noopener\">botanicalmedicine.org</a> to learn more about the Medicines from the Earth conference. Proceedings books and recordings are available.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1126\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Herbs & Chemotherapy-Induced Neuropathy','Advice from a leading practitioner.','inherit','closed','closed','','1125-revision-v1','','','2018-06-29 17:27:13','2018-06-29 22:27:13','',1125,'https://ruthsnutrition.gsg-host.com/1125-revision-v1/',0,'revision','',0),(1129,2,'2018-07-05 11:10:44','2018-07-05 16:10:44','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Lipsticks, shampoos, fish oils, greens &amp; more!</h2>\r\n<strong>AUBREY ORGANICS -Â </strong>makes the cleanest formulas, hand-crafted using only the purest botanical ingredients nature has to offer.Â  Their all-natural beauty products are lovingly produced in small batches to deliver the freshest, most effective and most authentic alternatives to mass produced synthetic products.\r\n\r\n<strong>AMAZING GRASS -Â </strong>These greens are USDA organic, Non-GMO, kosher pareve, vegan and gluten-free. Containing a plethora of vitamins, minerals, plant-based protein and phyto-chemicals, leafy greens to assist the body in maintaining healthy organ function, detoxification and immunity. ANDÂ they taste good!\r\n\r\n<strong>CARLSON LABORATORIES -Â </strong>fine fish oils, vitamins D &amp; A, niacin, and so much more!\r\n\r\n<strong>GABRIEL COSMETICS LIPS -</strong>Gabriel\'s fine line of lipsticks, lip glosses, lipliners and multipots! Choose from a variety of colors. All products are gluten-free, vegan/cruelty free, and free from all major toxins common in other cosmetics.\r\n\r\n<strong>GARDEN OF LIFE ORGANIC ESSENTIAL OILS -Â </strong>Ten essential oils - ALL USDA Organic and NON-GMO Certified. Eucalyptus, Frankincense, Geranium, Lavender, Lemon, Lemongrass, Orange, Peppermint, Rosemary and Tea Tree.\r\n\r\n<strong>NEW CHAPTERÂ </strong>- Known for its whole food-fermented multivitamins gentle enough for any sensitive stomach, New Chapter makes some of our most popular products: Bone Strength, Zyflamend, Prostate 5 LX, Omega 7 and Holy Basil.\r\n\r\n<strong>OCHO ORGANIC CANDIES -</strong>Choose from bags of coconut covered in dark chocolate, peppermint creme covered in dark chocolate or peanut butter covered in milk chocolate. Just yummy!\r\n\r\nNow that\'s a lot of great products@great prices![/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"985\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','JULY SALES!','More great products @ great prices!','publish','closed','open','','july-sales-2','','','2018-07-05 11:10:44','2018-07-05 16:10:44','',0,'https://ruthsnutrition.gsg-host.com/?p=1129',0,'post','',0),(1130,2,'2018-07-05 11:09:27','2018-07-05 16:09:27','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Lipsticks, shampoos, fish oils, greens &amp; more on sale!</h2>\r\n<strong>AUBREY ORGANICS -Â </strong>makes the cleanest formulas, hand-crafted using only the purest botanical ingredients nature has to offer.Â  Their all-natural beauty products are lovingly produced in small batches to deliver the freshest, most effective and most authentic alternatives to mass produced synthetic products.\r\n\r\n<strong>AMAZING GRASS -Â </strong>These greens are USDA organic, Non-GMO, kosher pareve, vegan and gluten-free. Containing a plethora of vitamins, minerals, plant-based protein and phyto-chemicals, leafy greens to assist the body in maintaining healthy organ function, detoxification and immunity. ANDÂ they taste good!\r\n\r\n<strong>CARLSON LABORATORIES -Â </strong>fine fish oils, vitamins D &amp; A, niacin, and so much more!\r\n\r\n<strong>GABRIEL COSMETICS LIPS -</strong>Gabriel\'s fine line of lipsticks, lip glosses, lipliners and multipots! Choose from a variety of colors. All products are gluten-free, vegan/cruelty free, and free from all major toxins common in other cosmetics.\r\n\r\n<strong>GARDEN OF LIFE ORGANIC ESSENTIAL OILS -Â </strong>Ten essential oils - ALL USDA Organic and NON-GMO Certified. Eucalyptus, Frankincense, Geranium, Lavender, Lemon, Lemongrass, Orange, Peppermint, Rosemary and Tea Tree.\r\n\r\n<strong>NEW CHAPTERÂ </strong>- Known for its whole food-fermented multivitamins gentle enough for any sensitive stomach, New Chapter makes some of our most popular products: Bone Strength, Zyflamend, Prostate 5 LX, Omega 7 and Holy Basil.\r\n\r\n<strong>OCHO ORGANIC CANDIES -</strong>Choose from bags of coconut covered in dark chocolate, peppermint creme covered in dark chocolate or peanut butter covered in milk chocolate. Just yummy!\r\n\r\nNow that\'s a lot of great products@great prices![/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"985\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','JULY SALES!','More great products @ great prices!','inherit','closed','closed','','1129-revision-v1','','','2018-07-05 11:09:27','2018-07-05 16:09:27','',1129,'https://ruthsnutrition.gsg-host.com/1129-revision-v1/',0,'revision','',0),(1131,2,'2018-07-05 11:10:08','2018-07-05 16:10:08','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Lipsticks, shampoos, fish oils, greens &amp; more!</h2>\r\n<strong>AUBREY ORGANICS -Â </strong>makes the cleanest formulas, hand-crafted using only the purest botanical ingredients nature has to offer.Â  Their all-natural beauty products are lovingly produced in small batches to deliver the freshest, most effective and most authentic alternatives to mass produced synthetic products.\r\n\r\n<strong>AMAZING GRASS -Â </strong>These greens are USDA organic, Non-GMO, kosher pareve, vegan and gluten-free. Containing a plethora of vitamins, minerals, plant-based protein and phyto-chemicals, leafy greens to assist the body in maintaining healthy organ function, detoxification and immunity. ANDÂ they taste good!\r\n\r\n<strong>CARLSON LABORATORIES -Â </strong>fine fish oils, vitamins D &amp; A, niacin, and so much more!\r\n\r\n<strong>GABRIEL COSMETICS LIPS -</strong>Gabriel\'s fine line of lipsticks, lip glosses, lipliners and multipots! Choose from a variety of colors. All products are gluten-free, vegan/cruelty free, and free from all major toxins common in other cosmetics.\r\n\r\n<strong>GARDEN OF LIFE ORGANIC ESSENTIAL OILS -Â </strong>Ten essential oils - ALL USDA Organic and NON-GMO Certified. Eucalyptus, Frankincense, Geranium, Lavender, Lemon, Lemongrass, Orange, Peppermint, Rosemary and Tea Tree.\r\n\r\n<strong>NEW CHAPTERÂ </strong>- Known for its whole food-fermented multivitamins gentle enough for any sensitive stomach, New Chapter makes some of our most popular products: Bone Strength, Zyflamend, Prostate 5 LX, Omega 7 and Holy Basil.\r\n\r\n<strong>OCHO ORGANIC CANDIES -</strong>Choose from bags of coconut covered in dark chocolate, peppermint creme covered in dark chocolate or peanut butter covered in milk chocolate. Just yummy!\r\n\r\nNow that\'s a lot of great products@great prices![/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"985\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','JULY SALES!','More great products @ great prices!','inherit','closed','closed','','1129-revision-v1','','','2018-07-05 11:10:08','2018-07-05 16:10:08','',1129,'https://ruthsnutrition.gsg-host.com/1129-revision-v1/',0,'revision','',0),(1132,2,'2018-07-24 14:24:04','2018-07-24 19:24:04','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Yes, you still need to take fish oil</h2>\r\n&nbsp;\r\n\r\nNot too long ago you may have read headlines saying fish oil doesnâ€™t prevent heart attacks. That came from researchers in Greece who reviewed 20 clinical trials on sick patients. But headlines can be misleading.\r\n\r\nRenown cardiologist Dr. Stephen Sinatra notes that deeper in the study researchers also concluded that fish oil supplementation offers a lot of benefits for the heart. They noted that it lowered the risk of heart attacks by 11 percent and the risk of sudden death by 13 percent. They also cited studies that found omega-3s can help lower triglycerides, reduce platelet clumping, lower blood pressure and prevent arrhythmias. Thatâ€™s not a bad bang for your buck.\r\n\r\nSinatra also noted that the review included only 20 studies out thousands that have shown omega-3 oils offer strong heart protection. He has long recommended â€“Â  and he still does â€“Â  taking 1-2 grams of omega-3 supplements to get the full benefits. He has said a recent study leads him to conclude that 4 grams daily may be the best dose to prevent heart attacks.\r\n\r\nDr. Sinatra is not alone in recognizing the many benefits of fish oils. The National Institutes of Health notes omega-3s improve triglycerides and symptoms of rheumatoid arthritis, and neurologist Dr. David Perlmutter points out a recent study that shows DHA significantly lowered inflammatory markers in obese adults.\r\n\r\nLife Extension magazine in its March/April issue did an extensive, well documented article on the benefits of fish oil. Here are some of the highlights:\r\n\r\nâ€¢ A 2017 meta-analysis found the highest consumption of fish oil was associated with a <em>14% reduction in the risk of dying from any cause</em> compared to the lowest category of consumption.\r\n\r\nâ€¢ A 2016 study concluded that fish oil supplementation reduced waist circumference and blood pressure.\r\n\r\nâ€¢ Studies have shown that taking fish oil helps people with type II diabetes by decreasing fasting blood sugar, lowering hemoglobin A1C, reducing insulin requirements as well as reducing episodes of dangerously low blood sugar.\r\n\r\nâ€¢ Other studies show fish oil supplements can help with non-alcoholic liver disease by significantly improving liver blood flow, decreasing deposits of liver fat, reducing blood markers of liver-cell injury and producing significant increases in insulin sensitivity.\r\n\r\nâ€¢ A 2017 study of adults with mild cognitive impairment found supplementing with 720 mg EPA/480 mg DHA improved basic cognitive aptitude, speed of perception, and working memory compared with people receiving placebo.\r\n\r\nâ€¢ A 2011 study of depression in woman with menopause found that after only 8 weeks of taking 930 mg EPA/750 mg DHA daily the average standardized depression score fell by 56 %.\r\n\r\nâ€¢ A 2015 study of young adults with symptoms of depression gave participants 1,000 mg EPA/400 mg DHA daily. After only 21 days 67% of the patients taking omega-3s â€œno longer met the criterial for being depressed.â€\r\n\r\nHere at Ruthâ€™s we are firm believers in the many benefits of taking fish oil. Given that inflammation is the foundation of most diseases â€“ cancer, arthritis, depression, you name it â€“ and omega-3 oils are proven, powerful anti-inflammatories, it just makes sense to include them in your daily routine.\r\n\r\n&nbsp;\r\n\r\n<strong>REFERENCES:</strong>\r\n\r\n<a href=\"https://www.drperlmutter.com/fish-oil-a-terrific-lifestyle-choice/\" target=\"_blank\" rel=\"noopener\">Dr. Perlmutter</a>\r\n\r\n<a href=\"https://www.drsinatra.com/the-truth-about-fish-oil-and-other-natural-omega-3-supplements\" target=\"_blank\" rel=\"noopener\">Dr. Sinatra</a>\r\n\r\n<a href=\"https://nccih.nih.gov/health/omega3/introduction.htm\" target=\"_blank\" rel=\"noopener\">National Institutes of Health</a>\r\n\r\n<a href=\"http://www.lifeextension.com/Magazine/2018/2/Beyond-Heart-Health/Page-01\" target=\"_blank\" rel=\"noopener\">Life Extension</a>\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1133\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Omega-3 Benefits','Reduce inflammation with Omega-3 oils!','publish','closed','open','','omega-3-benefits','','','2018-07-24 14:24:04','2018-07-24 19:24:04','',0,'https://ruthsnutrition.gsg-host.com/?p=1132',0,'post','',0),(1133,2,'2018-07-24 14:01:42','2018-07-24 19:01:42','','Fish Oil 600X600','','inherit','open','closed','','fish-oil-600x600','','','2018-07-24 14:01:42','2018-07-24 19:01:42','',1132,'https://ruthsnutrition.gsg-host.com/wp-content/uploads/2018/07/Fish-Oil-600X600.jpg',0,'attachment','image/jpeg',0),(1134,2,'2018-07-24 14:16:28','2018-07-24 19:16:28','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Yes, you still need to take fish oil</h2>\r\n&nbsp;\r\n\r\nNot too long ago you may have read headlines saying fish oil doesnâ€™t prevent heart attacks. That came from researchers in Greece who reviewed 20 clinical trials on sick patients. But headlines can be misleading.\r\n\r\nRenown cardiologist Dr. Stephen Sinatra notes that deeper in the study researchers also concluded that fish oil supplementation offers a lot of benefits for the heart. They noted that it lowered the risk of heart attacks by 11 percent and the risk of sudden death by 13 percent. They also cited studies that found omega-3s can help lower triglycerides, reduce platelet clumping, lower blood pressure and prevent arrhythmias. Thatâ€™s not a bad bang for your buck.Sinatra also noted that the review included only 20 studies out thousands that have shown omega-3 oils offer strong heart protection. He has long recommended â€“Â  and he still does â€“Â  taking 1-2 grams of omega-3 supplements to get the full benefits. He has said a recent study leads him to conclude that 4 grams daily may be the best dose to prevent heart attacks.\r\n\r\nDr. Sinatra is not alone in recognizing the many benefits of fish oils. The National Institutes of Health notes omega-3s improve triglycerides and symptoms of rheumatoid arthritis, and neurologist Dr. David Perlmutter points out a recent study that shows DHA significantly lowered inflammatory markers in obese adults.\r\n\r\nLife Extension magazine in its March/April issue did an extensive, well documented article on the benefits of fish oil. Here are some of the highlights:\r\n\r\nâ€¢ A 2017 meta-analysis found the highest consumption of fish oil was associated with a 14% reduction in the risk of dying from any cause compared to the lowest category of consumption.\r\n\r\nâ€¢ A 2016 study concluded that fish oil supplementation reduced waist circumference and blood pressure.â€¢ Studies have shown that taking fish oil helps people with type II diabetes by decreasing fasting blood sugar, lowering hemoglobin A1C, reducing insulin requirements as well as reducing episodes of dangerously low blood sugar.\r\n\r\nâ€¢ Other studies show fish oil supplements can help with non-alcoholic liver disease by significantly improving liver blood flow, decreasing deposits of liver fat, reducing blood markers of liver-cell injury and producing significant increases in insulin sensitivity.\r\n\r\nâ€¢ A 2017 study of adults with mild cognitive impairment found supplementing with 720 mg EPA/480 mg DHA improved basic cognitive aptitude, speed of perception, and working memory compared with people receiving placebo.\r\n\r\nâ€¢ A 2011 study of depression in woman with menopause found that after only 8 weeks of taking 930 mg EPA/750 mg DHA daily the average standardized depression score fell by 56 %.\r\n\r\nâ€¢ A 2015 study of young adults with symptoms of depression gave participants 1,000 mg EPA/400 mg DHA daily. After only 21 days 67% of the patients taking omega-3s â€œno longer met the criterial for being depressed.â€\r\n\r\nHere at Ruthâ€™s we are firm believers in the many benefits of taking fish oil. Given that inflammation is the foundation of most diseases â€“ cancer, arthritis, depression, you name it â€“ and omega-3 oils are proven, powerful anti-inflammatories, it just makes sense to include them in your daily routine.\r\n\r\n<strong>REFERENCES:</strong>\r\n\r\n<a href=\"https://www.drperlmutter.com/fish-oil-a-terrific-lifestyle-choice/\" target=\"_blank\" rel=\"noopener\">Dr. Perlmutter</a>\r\n\r\n<a href=\"https://www.drsinatra.com/the-truth-about-fish-oil-and-other-natural-omega-3-supplements\" target=\"_blank\" rel=\"noopener\">Dr. Sinatra</a>\r\n\r\n<a href=\"https://nccih.nih.gov/health/omega3/introduction.htm\" target=\"_blank\" rel=\"noopener\">National Institutes of Health</a>\r\n\r\n<a href=\"http://www.lifeextension.com/Magazine/2018/2/Beyond-Heart-Health/Page-01\" target=\"_blank\" rel=\"noopener\">Life Extension</a>\r\n\r\n&nbsp;\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1133\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Omega-3 Benefits','Reduce inflammation with Omega-3 oils!','inherit','closed','closed','','1132-revision-v1','','','2018-07-24 14:16:28','2018-07-24 19:16:28','',1132,'https://ruthsnutrition.gsg-host.com/1132-revision-v1/',0,'revision','',0),(1135,2,'2018-07-24 14:18:24','2018-07-24 19:18:24','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Yes, you still need to take fish oil</h2>\r\n&nbsp;\r\n\r\nNot too long ago you may have read headlines saying fish oil doesnâ€™t prevent heart attacks. That came from researchers in Greece who reviewed 20 clinical trials on sick patients. But headlines can be misleading.\r\n\r\nRenown cardiologist Dr. Stephen Sinatra notes that deeper in the study researchers also concluded that fish oil supplementation offers a lot of benefits for the heart. They noted that it lowered the risk of heart attacks by 11 percent and the risk of sudden death by 13 percent. They also cited studies that found omega-3s can help lower triglycerides, reduce platelet clumping, lower blood pressure and prevent arrhythmias. Thatâ€™s not a bad bang for your buck.\r\n\r\nSinatra also noted that the review included only 20 studies out thousands that have shown omega-3 oils offer strong heart protection. He has long recommended â€“Â  and he still does â€“Â  taking 1-2 grams of omega-3 supplements to get the full benefits. He has said a recent study leads him to conclude that 4 grams daily may be the best dose to prevent heart attacks.\r\n\r\nDr. Sinatra is not alone in recognizing the many benefits of fish oils. The National Institutes of Health notes omega-3s improve triglycerides and symptoms of rheumatoid arthritis, and neurologist Dr. David Perlmutter points out a recent study that shows DHA significantly lowered inflammatory markers in obese adults.\r\n\r\nLife Extension magazine in its March/April issue did an extensive, well documented article on the benefits of fish oil. Here are some of the highlights:\r\n\r\nâ€¢ A 2017 meta-analysis found the highest consumption of fish oil was associated with a 14% reduction in the risk of dying from any cause compared to the lowest category of consumption.\r\n\r\nâ€¢ A 2016 study concluded that fish oil supplementation reduced waist circumference and blood pressure.â€¢ Studies have shown that taking fish oil helps people with type II diabetes by decreasing fasting blood sugar, lowering hemoglobin A1C, reducing insulin requirements as well as reducing episodes of dangerously low blood sugar.\r\n\r\nâ€¢ Other studies show fish oil supplements can help with non-alcoholic liver disease by significantly improving liver blood flow, decreasing deposits of liver fat, reducing blood markers of liver-cell injury and producing significant increases in insulin sensitivity.\r\n\r\nâ€¢ A 2017 study of adults with mild cognitive impairment found supplementing with 720 mg EPA/480 mg DHA improved basic cognitive aptitude, speed of perception, and working memory compared with people receiving placebo.\r\n\r\nâ€¢ A 2011 study of depression in woman with menopause found that after only 8 weeks of taking 930 mg EPA/750 mg DHA daily the average standardized depression score fell by 56 %.\r\n\r\nâ€¢ A 2015 study of young adults with symptoms of depression gave participants 1,000 mg EPA/400 mg DHA daily. After only 21 days 67% of the patients taking omega-3s â€œno longer met the criterial for being depressed.â€\r\n\r\nHere at Ruthâ€™s we are firm believers in the many benefits of taking fish oil. Given that inflammation is the foundation of most diseases â€“ cancer, arthritis, depression, you name it â€“ and omega-3 oils are proven, powerful anti-inflammatories, it just makes sense to include them in your daily routine.\r\n\r\n<strong>REFERENCES:</strong>\r\n\r\n<a href=\"https://www.drperlmutter.com/fish-oil-a-terrific-lifestyle-choice/\" target=\"_blank\" rel=\"noopener\">Dr. Perlmutter</a>\r\n\r\n<a href=\"https://www.drsinatra.com/the-truth-about-fish-oil-and-other-natural-omega-3-supplements\" target=\"_blank\" rel=\"noopener\">Dr. Sinatra</a>\r\n\r\n<a href=\"https://nccih.nih.gov/health/omega3/introduction.htm\" target=\"_blank\" rel=\"noopener\">National Institutes of Health</a>\r\n\r\n<a href=\"http://www.lifeextension.com/Magazine/2018/2/Beyond-Heart-Health/Page-01\" target=\"_blank\" rel=\"noopener\">Life Extension</a>\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1133\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Omega-3 Benefits','Reduce inflammation with Omega-3 oils!','inherit','closed','closed','','1132-revision-v1','','','2018-07-24 14:18:24','2018-07-24 19:18:24','',1132,'https://ruthsnutrition.gsg-host.com/1132-revision-v1/',0,'revision','',0),(1136,2,'2018-07-24 14:20:37','2018-07-24 19:20:37','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Yes, you still need to take fish oil</h2>\r\n&nbsp;\r\n\r\nNot too long ago you may have read headlines saying fish oil doesnâ€™t prevent heart attacks. That came from researchers in Greece who reviewed 20 clinical trials on sick patients. But headlines can be misleading.\r\n\r\nRenown cardiologist Dr. Stephen Sinatra notes that deeper in the study researchers also concluded that fish oil supplementation offers a lot of benefits for the heart. They noted that it lowered the risk of heart attacks by 11 percent and the risk of sudden death by 13 percent. They also cited studies that found omega-3s can help lower triglycerides, reduce platelet clumping, lower blood pressure and prevent arrhythmias. Thatâ€™s not a bad bang for your buck.\r\n\r\nSinatra also noted that the review included only 20 studies out thousands that have shown omega-3 oils offer strong heart protection. He has long recommended â€“Â  and he still does â€“Â  taking 1-2 grams of omega-3 supplements to get the full benefits. He has said a recent study leads him to conclude that 4 grams daily may be the best dose to prevent heart attacks.\r\n\r\nDr. Sinatra is not alone in recognizing the many benefits of fish oils. The National Institutes of Health notes omega-3s improve triglycerides and symptoms of rheumatoid arthritis, and neurologist Dr. David Perlmutter points out a recent study that shows DHA significantly lowered inflammatory markers in obese adults.\r\n\r\nLife Extension magazine in its March/April issue did an extensive, well documented article on the benefits of fish oil. Here are some of the highlights:\r\n\r\nâ€¢ A 2017 meta-analysis found the highest consumption of fish oil was associated with a <em>14% reduction in the risk of dying from any cause</em> compared to the lowest category of consumption.\r\n\r\nâ€¢ A 2016 study concluded that fish oil supplementation reduced waist circumference and blood pressure.\r\n\r\nâ€¢ Studies have shown that taking fish oil helps people with type II diabetes by decreasing fasting blood sugar, lowering hemoglobin A1C, reducing insulin requirements as well as reducing episodes of dangerously low blood sugar.\r\n\r\nâ€¢ Other studies show fish oil supplements can help with non-alcoholic liver disease by significantly improving liver blood flow, decreasing deposits of liver fat, reducing blood markers of liver-cell injury and producing significant increases in insulin sensitivity.\r\n\r\nâ€¢ A 2017 study of adults with mild cognitive impairment found supplementing with 720 mg EPA/480 mg DHA improved basic cognitive aptitude, speed of perception, and working memory compared with people receiving placebo.\r\n\r\nâ€¢ A 2011 study of depression in woman with menopause found that after only 8 weeks of taking 930 mg EPA/750 mg DHA daily the average standardized depression score fell by 56 %.\r\n\r\nâ€¢ A 2015 study of young adults with symptoms of depression gave participants 1,000 mg EPA/400 mg DHA daily. After only 21 days 67% of the patients taking omega-3s â€œno longer met the criterial for being depressed.â€\r\n\r\nHere at Ruthâ€™s we are firm believers in the many benefits of taking fish oil. Given that inflammation is the foundation of most diseases â€“ cancer, arthritis, depression, you name it â€“ and omega-3 oils are proven, powerful anti-inflammatories, it just makes sense to include them in your daily routine.\r\n\r\n<strong>REFERENCES:</strong>\r\n\r\n<a href=\"https://www.drperlmutter.com/fish-oil-a-terrific-lifestyle-choice/\" target=\"_blank\" rel=\"noopener\">Dr. Perlmutter</a>\r\n\r\n<a href=\"https://www.drsinatra.com/the-truth-about-fish-oil-and-other-natural-omega-3-supplements\" target=\"_blank\" rel=\"noopener\">Dr. Sinatra</a>\r\n\r\n<a href=\"https://nccih.nih.gov/health/omega3/introduction.htm\" target=\"_blank\" rel=\"noopener\">National Institutes of Health</a>\r\n\r\n<a href=\"http://www.lifeextension.com/Magazine/2018/2/Beyond-Heart-Health/Page-01\" target=\"_blank\" rel=\"noopener\">Life Extension</a>\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1133\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Omega-3 Benefits','Reduce inflammation with Omega-3 oils!','inherit','closed','closed','','1132-revision-v1','','','2018-07-24 14:20:37','2018-07-24 19:20:37','',1132,'https://ruthsnutrition.gsg-host.com/1132-revision-v1/',0,'revision','',0),(1137,2,'2018-07-24 14:24:04','2018-07-24 19:24:04','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Yes, you still need to take fish oil</h2>\r\n&nbsp;\r\n\r\nNot too long ago you may have read headlines saying fish oil doesnâ€™t prevent heart attacks. That came from researchers in Greece who reviewed 20 clinical trials on sick patients. But headlines can be misleading.\r\n\r\nRenown cardiologist Dr. Stephen Sinatra notes that deeper in the study researchers also concluded that fish oil supplementation offers a lot of benefits for the heart. They noted that it lowered the risk of heart attacks by 11 percent and the risk of sudden death by 13 percent. They also cited studies that found omega-3s can help lower triglycerides, reduce platelet clumping, lower blood pressure and prevent arrhythmias. Thatâ€™s not a bad bang for your buck.\r\n\r\nSinatra also noted that the review included only 20 studies out thousands that have shown omega-3 oils offer strong heart protection. He has long recommended â€“Â  and he still does â€“Â  taking 1-2 grams of omega-3 supplements to get the full benefits. He has said a recent study leads him to conclude that 4 grams daily may be the best dose to prevent heart attacks.\r\n\r\nDr. Sinatra is not alone in recognizing the many benefits of fish oils. The National Institutes of Health notes omega-3s improve triglycerides and symptoms of rheumatoid arthritis, and neurologist Dr. David Perlmutter points out a recent study that shows DHA significantly lowered inflammatory markers in obese adults.\r\n\r\nLife Extension magazine in its March/April issue did an extensive, well documented article on the benefits of fish oil. Here are some of the highlights:\r\n\r\nâ€¢ A 2017 meta-analysis found the highest consumption of fish oil was associated with a <em>14% reduction in the risk of dying from any cause</em> compared to the lowest category of consumption.\r\n\r\nâ€¢ A 2016 study concluded that fish oil supplementation reduced waist circumference and blood pressure.\r\n\r\nâ€¢ Studies have shown that taking fish oil helps people with type II diabetes by decreasing fasting blood sugar, lowering hemoglobin A1C, reducing insulin requirements as well as reducing episodes of dangerously low blood sugar.\r\n\r\nâ€¢ Other studies show fish oil supplements can help with non-alcoholic liver disease by significantly improving liver blood flow, decreasing deposits of liver fat, reducing blood markers of liver-cell injury and producing significant increases in insulin sensitivity.\r\n\r\nâ€¢ A 2017 study of adults with mild cognitive impairment found supplementing with 720 mg EPA/480 mg DHA improved basic cognitive aptitude, speed of perception, and working memory compared with people receiving placebo.\r\n\r\nâ€¢ A 2011 study of depression in woman with menopause found that after only 8 weeks of taking 930 mg EPA/750 mg DHA daily the average standardized depression score fell by 56 %.\r\n\r\nâ€¢ A 2015 study of young adults with symptoms of depression gave participants 1,000 mg EPA/400 mg DHA daily. After only 21 days 67% of the patients taking omega-3s â€œno longer met the criterial for being depressed.â€\r\n\r\nHere at Ruthâ€™s we are firm believers in the many benefits of taking fish oil. Given that inflammation is the foundation of most diseases â€“ cancer, arthritis, depression, you name it â€“ and omega-3 oils are proven, powerful anti-inflammatories, it just makes sense to include them in your daily routine.\r\n\r\n&nbsp;\r\n\r\n<strong>REFERENCES:</strong>\r\n\r\n<a href=\"https://www.drperlmutter.com/fish-oil-a-terrific-lifestyle-choice/\" target=\"_blank\" rel=\"noopener\">Dr. Perlmutter</a>\r\n\r\n<a href=\"https://www.drsinatra.com/the-truth-about-fish-oil-and-other-natural-omega-3-supplements\" target=\"_blank\" rel=\"noopener\">Dr. Sinatra</a>\r\n\r\n<a href=\"https://nccih.nih.gov/health/omega3/introduction.htm\" target=\"_blank\" rel=\"noopener\">National Institutes of Health</a>\r\n\r\n<a href=\"http://www.lifeextension.com/Magazine/2018/2/Beyond-Heart-Health/Page-01\" target=\"_blank\" rel=\"noopener\">Life Extension</a>\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1133\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Omega-3 Benefits','Reduce inflammation with Omega-3 oils!','inherit','closed','closed','','1132-revision-v1','','','2018-07-24 14:24:04','2018-07-24 19:24:04','',1132,'https://ruthsnutrition.gsg-host.com/1132-revision-v1/',0,'revision','',0),(1138,2,'2018-07-30 12:15:44','2018-07-30 17:15:44','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Our Get Ready for School recommendations</h2>\r\nCan it be that time already? School\'s about to start and with it comes a faster pace for teacher, parent and child, more stress, more mental demands, more challenges to everyone\'s immunity. Just to make this hectic time a little easier, we\'ve put together a little guide to supplements that can help make this transition time go more smoothly.\r\n\r\n<strong>FOCUS - TIME TO HIT THE BOOKS</strong>\r\n\r\n<strong>For Kids:</strong>\r\n\r\n<strong>Memory &amp; Focus for Young Adults OR Attention &amp; Focus for Kids</strong> â€“ especially designed by Garden of Life with clinically studied ingredients aimed at promoting memory, attention, focus &amp; clear thinking.\r\n<strong>Focus for Children</strong> â€“ Solarayâ€™s formula with phosphatidylserine, grape seed extract, l-tyrosine, 5-HTP &amp; DMAE.\r\n<strong>Omega Focus Junior</strong> â€“ Nordic Naturals\' attention &amp; learning formula with EPA/DHA, phosphatidylcholine, magnesium, zinc &amp; l-carnosine.\r\n\r\n<strong>For Adults:</strong>\r\n<strong>Memory &amp; Focus for Adults 40+</strong> - Dr. Formulated Garden of Life formula with clinically studied whole food ingredients.\r\n<strong>Memory Optimizer</strong> â€“ Natural Factors formula to optimize brain function, smooth neural pathways and regulate neurotransmitter function.\r\n<strong>Power Thought</strong> â€“ BlueBonnetâ€™s popular formula with phosphatidylcholine, phosphatidylserine, gingko biloba and more!\r\n\r\n<strong>STRESS</strong> <strong>â€“ TIME TO CHILL</strong>\r\n\r\n<strong>For Kids:</strong>\r\n<strong>Mag Kidz</strong> â€“ Natureâ€™s Plus Animal Parade calming magnesium in cherry flavored tablets or powder.\r\n<strong>Calm Gummies</strong> â€“ Natural Vitalityâ€™s yummy magnesium gummies in raspberry-lemon flavor.\r\n<strong>Theanine Gummies</strong> â€“ Jarrow Formulasâ€™ calming l-theanine supplement in an apple-flavor gummy.\r\n\r\n<strong>For Adults:</strong>\r\n<strong>Theanine Serine</strong> â€“ Source Naturals calm body &amp; mind formula that includes magnesium, L-theanine, GABA, Holy Basil and more!\r\n<strong>Adrenal Health</strong> â€“ Gaia Herbs daily support formula with adaptogenic herbs such as Rhodiola, Holy Basil, Ashwagandha and more.\r\n<strong>AdrenaSense</strong> â€“ Natural Factorsâ€™ WomenSense anti-stress formula with Rhodiola, Eleuthro, Schizandra, Ashwagandha and more.\r\n\r\n<strong>IMMUNITY â€“ NO TIME TO GET SICK</strong>\r\n\r\n<strong>For Kids:</strong>\r\n<strong>Sambucus Gummies</strong> â€“ Natureâ€™s Wayâ€™s standardized elderberry gummies that also contain vitamin C and zinc.\r\n<strong>Black Elderberry Syrup</strong> â€“ Gaiaâ€™s USDA Organic syrup meant to be taken daily as a preventive, or more often at first signs of respiratory illness. (Adults can take this, too!)\r\n<strong>Kids Probiotic Daily Boost OR Kids Probiotic Ear, Nose &amp; Throat</strong> â€“ Renew Lifeâ€™s probiotic formulas designed to support kidsâ€™ digestive, immune and respiratory health. Daily Boost is a Fruit Punch flavor packet, while Ear &amp; Nose &amp; Throat is an orange dissolve-in-mouth tablet.\r\n\r\n<strong>For Adults:</strong>\r\n<strong>Deep Health</strong> â€“ Herbs Etc.â€™s liquid herbs in a fast-acting softgel cap. Contains immune-modulating herbs such as Reishi, Shitake, Astragalus, Eleuthro, Schizandra and more.\r\n<strong>Tri-Immune</strong> â€“ Natureâ€™s Plus\' triple action immune support for the first sign of illness contains Olive Leaf, Andrographis and ARA-Larix.\r\n<strong>Ultimate Flora 50 Billion</strong> â€“ ReNew Lifeâ€™s probiotic formula aimed at promoting digestive and immune health.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1139\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','School Prep','Be prepared to hit the books!','publish','closed','open','','school-prep','','','2018-07-30 14:24:44','2018-07-30 19:24:44','',0,'https://ruthsnutrition.gsg-host.com/?p=1138',0,'post','',0),(1139,2,'2018-07-30 11:47:24','2018-07-30 16:47:24','','Back to School 600X564','','inherit','open','closed','','back-to-school-600x564','','','2018-07-30 11:47:24','2018-07-30 16:47:24','',1138,'https://ruthsnutrition.gsg-host.com/wp-content/uploads/2018/07/Back-to-School-600X564.jpg',0,'attachment','image/jpeg',0),(1140,2,'2018-07-30 12:05:27','2018-07-30 17:05:27','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Our Get Ready for School recommendations</h2>\r\nCan it be that time already? School\'s about to start and with it comes a faster pace for teacher, parent and child, more stress, more mental depands, more challenges to everyone\'s immunity. Just to make this hectic time a little easier, we\'ve put together a little guide to supplements that can help make this transition time easier.\r\n\r\n<strong>FOCUS - Time to hit the books</strong>\r\n\r\n<strong>For Kids:</strong>\r\n\r\n<strong>Memory &amp; Focus for Young Adults OR Attention &amp; Focus for Kids</strong> â€“ especially designed by Garden of Life with clinically studied ingredients aimed at promoting memory, attention, focus &amp; clear thinking.\r\n<strong>Focus for Children</strong> â€“ Solarayâ€™s formula with phosphatidylserine, grape seed extract, l-tyrosine, 5-HTP &amp; DMAE.\r\n<strong>Omega Focus Junior</strong> â€“ Nordic Naturals attention &amp; learning formula with EPA/DHA, phosphatidylcholine, magnesium, zinc &amp; l-carnosine.\r\n\r\n<strong>For Adults:</strong>\r\n<strong>Memory &amp; Focus for Adults 40+</strong> - Dr. Formulated Garden of Life formula with clinically studied whole food ingredients.\r\n<strong>Memory Optimizer</strong> â€“ Natural Factors formula to optimize brain function, smooth neural pathways and regulate neurotransmitter function.\r\n<strong>Power Thought</strong> â€“ BlueBonnetâ€™s popular formula with phosphatidylcholine, phosphatidylserine, gingko biloba and more!\r\n\r\n<strong>STRESS</strong> <strong>â€“ Time to chill</strong>\r\n\r\n<strong>For Kids:</strong>\r\n<strong>Mag Kidz</strong> â€“ Natureâ€™s Plus Animal Parade calming magnesium in cherry flavored tablets or powder.\r\n<strong>Calm Gummies</strong> â€“ Natural Vitalityâ€™s yummy magnesium gummies in raspberry-lemon flavor.\r\n<strong>Theanine Gummies</strong> â€“ Jarrow Formulasâ€™ calming l-theanine supplement in an apple-flavor gummy.\r\n\r\n<strong>For Adults:</strong>\r\n<strong>Theanine Serine</strong> â€“ Source Naturals calm body &amp; mind formula that includes magnesium, L-theanine, GABA, Holy Basil and more!\r\n<strong>Adrenal Health</strong> â€“ Gaia Herbs daily support formula with adaptogenic herbs such as Rhodiola, Holy Basil, Ashwagandha and more.\r\n<strong>AdrenaSense</strong> â€“ Natural Factorsâ€™ WomenSense anti-stress formula with Rhodiola, Eleuthro, Schizandra, Ashwagandha and more.\r\n\r\n<strong>IMMUNITY â€“ No time to get sick</strong>\r\n\r\n<strong>For Kids:</strong>\r\n<strong>Sambucus Gummies</strong> â€“ Natureâ€™s Wayâ€™s standardized elderberry gummies that also contain vitamin C and zinc.\r\n<strong>Black Elderberry Syrup</strong> â€“ Gaiaâ€™s USDA Organic syrup meant to be taken daily as a preventive, or more often at first signs of respiratory illness. (Adults can take this, too!)\r\n<strong>Kids Probiotic Daily Boost OR Kids Probiotic Ear, Nose &amp; Throat</strong> â€“ Renew Lifeâ€™s probiotic formulas designed to support kidsâ€™ digestive, immune &amp; respiratory health. Daily Boost is a Fruit Punch flavor packet, while Ear &amp; Nose &amp; Throat is an orange dissolve-in-mouth tablet.\r\n\r\n<strong>For Adults:</strong>\r\n<strong>Deep Health</strong> â€“ Herbs Etc.â€™s liquid herbs in a fast-acting softgel cap. Contains immune modulating herbs such as Reishi, Shitake, Astragalus, Eleuthro, Schizandra and more.\r\n<strong>Tri-Immune</strong> â€“ Natureâ€™s Plus triple action immune support for the first sign of illness contains Olive Leaf, Androphraphis and ARA-Larix\r\n<strong>Ultimate Flora 50 Billion</strong> â€“ ReNew Lifeâ€™s probiotic formula aimed at promoting digestive and immune health.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1139\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','School Prep','Be prepared to hit the books!','inherit','closed','closed','','1138-revision-v1','','','2018-07-30 12:05:27','2018-07-30 17:05:27','',1138,'https://ruthsnutrition.gsg-host.com/1138-revision-v1/',0,'revision','',0),(1141,2,'2018-07-30 12:14:20','2018-07-30 17:14:20','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Our Get Ready for School recommendations</h2>\r\nCan it be that time already? School\'s about to start and with it comes a faster pace for teacher, parent and child, more stress, more mental depands, more challenges to everyone\'s immunity. Just to make this hectic time a little easier, we\'ve put together a little guide to supplements that can help make this transition time easier.\r\n\r\n<strong>FOCUS - TIME TO HIT THE BOOKS</strong>\r\n\r\n<strong>For Kids:</strong>\r\n\r\n<strong>Memory &amp; Focus for Young Adults OR Attention &amp; Focus for Kids</strong> â€“ especially designed by Garden of Life with clinically studied ingredients aimed at promoting memory, attention, focus &amp; clear thinking.\r\n<strong>Focus for Children</strong> â€“ Solarayâ€™s formula with phosphatidylserine, grape seed extract, l-tyrosine, 5-HTP &amp; DMAE.\r\n<strong>Omega Focus Junior</strong> â€“ Nordic Naturals\' attention &amp; learning formula with EPA/DHA, phosphatidylcholine, magnesium, zinc &amp; l-carnosine.\r\n\r\n<strong>For Adults:</strong>\r\n<strong>Memory &amp; Focus for Adults 40+</strong> - Dr. Formulated Garden of Life formula with clinically studied whole food ingredients.\r\n<strong>Memory Optimizer</strong> â€“ Natural Factors formula to optimize brain function, smooth neural pathways and regulate neurotransmitter function.\r\n<strong>Power Thought</strong> â€“ BlueBonnetâ€™s popular formula with phosphatidylcholine, phosphatidylserine, gingko biloba and more!\r\n\r\n<strong>STRESS</strong> <strong>â€“ TIME TO CHILL</strong>\r\n\r\n<strong>For Kids:</strong>\r\n<strong>Mag Kidz</strong> â€“ Natureâ€™s Plus Animal Parade calming magnesium in cherry flavored tablets or powder.\r\n<strong>Calm Gummies</strong> â€“ Natural Vitalityâ€™s yummy magnesium gummies in raspberry-lemon flavor.\r\n<strong>Theanine Gummies</strong> â€“ Jarrow Formulasâ€™ calming l-theanine supplement in an apple-flavor gummy.\r\n\r\n<strong>For Adults:</strong>\r\n<strong>Theanine Serine</strong> â€“ Source Naturals calm body &amp; mind formula that includes magnesium, L-theanine, GABA, Holy Basil and more!\r\n<strong>Adrenal Health</strong> â€“ Gaia Herbs daily support formula with adaptogenic herbs such as Rhodiola, Holy Basil, Ashwagandha and more.\r\n<strong>AdrenaSense</strong> â€“ Natural Factorsâ€™ WomenSense anti-stress formula with Rhodiola, Eleuthro, Schizandra, Ashwagandha and more.\r\n\r\n<strong>IMMUNITY â€“ NO TIME TO GET SICK</strong>\r\n\r\n<strong>For Kids:</strong>\r\n<strong>Sambucus Gummies</strong> â€“ Natureâ€™s Wayâ€™s standardized elderberry gummies that also contain vitamin C and zinc.\r\n<strong>Black Elderberry Syrup</strong> â€“ Gaiaâ€™s USDA Organic syrup meant to be taken daily as a preventive, or more often at first signs of respiratory illness. (Adults can take this, too!)\r\n<strong>Kids Probiotic Daily Boost OR Kids Probiotic Ear, Nose &amp; Throat</strong> â€“ Renew Lifeâ€™s probiotic formulas designed to support kidsâ€™ digestive, immune and respiratory health. Daily Boost is a Fruit Punch flavor packet, while Ear &amp; Nose &amp; Throat is an orange dissolve-in-mouth tablet.\r\n\r\n<strong>For Adults:</strong>\r\n<strong>Deep Health</strong> â€“ Herbs Etc.â€™s liquid herbs in a fast-acting softgel cap. Contains immune-modulating herbs such as Reishi, Shitake, Astragalus, Eleuthro, Schizandra and more.\r\n<strong>Tri-Immune</strong> â€“ Natureâ€™s Plus\' triple action immune support for the first sign of illness contains Olive Leaf, Andrographis and ARA-Larix.\r\n<strong>Ultimate Flora 50 Billion</strong> â€“ ReNew Lifeâ€™s probiotic formula aimed at promoting digestive and immune health.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1139\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','School Prep','Be prepared to hit the books!','inherit','closed','closed','','1138-revision-v1','','','2018-07-30 12:14:20','2018-07-30 17:14:20','',1138,'https://ruthsnutrition.gsg-host.com/1138-revision-v1/',0,'revision','',0),(1142,2,'2018-07-30 14:17:09','2018-07-30 19:17:09','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Our Get Ready for School recommendations</h2>\r\nCan it be that time already? School\'s about to start and with it comes a faster pace for teacher, parent and child, more stress, more mental demands, more challenges to everyone\'s immunity. Just to make this hectic time a little easier, we\'ve put together a little guide to supplements that can help make this transition time easier.\r\n\r\n<strong>FOCUS - TIME TO HIT THE BOOKS</strong>\r\n\r\n<strong>For Kids:</strong>\r\n\r\n<strong>Memory &amp; Focus for Young Adults OR Attention &amp; Focus for Kids</strong> â€“ especially designed by Garden of Life with clinically studied ingredients aimed at promoting memory, attention, focus &amp; clear thinking.\r\n<strong>Focus for Children</strong> â€“ Solarayâ€™s formula with phosphatidylserine, grape seed extract, l-tyrosine, 5-HTP &amp; DMAE.\r\n<strong>Omega Focus Junior</strong> â€“ Nordic Naturals\' attention &amp; learning formula with EPA/DHA, phosphatidylcholine, magnesium, zinc &amp; l-carnosine.\r\n\r\n<strong>For Adults:</strong>\r\n<strong>Memory &amp; Focus for Adults 40+</strong> - Dr. Formulated Garden of Life formula with clinically studied whole food ingredients.\r\n<strong>Memory Optimizer</strong> â€“ Natural Factors formula to optimize brain function, smooth neural pathways and regulate neurotransmitter function.\r\n<strong>Power Thought</strong> â€“ BlueBonnetâ€™s popular formula with phosphatidylcholine, phosphatidylserine, gingko biloba and more!\r\n\r\n<strong>STRESS</strong> <strong>â€“ TIME TO CHILL</strong>\r\n\r\n<strong>For Kids:</strong>\r\n<strong>Mag Kidz</strong> â€“ Natureâ€™s Plus Animal Parade calming magnesium in cherry flavored tablets or powder.\r\n<strong>Calm Gummies</strong> â€“ Natural Vitalityâ€™s yummy magnesium gummies in raspberry-lemon flavor.\r\n<strong>Theanine Gummies</strong> â€“ Jarrow Formulasâ€™ calming l-theanine supplement in an apple-flavor gummy.\r\n\r\n<strong>For Adults:</strong>\r\n<strong>Theanine Serine</strong> â€“ Source Naturals calm body &amp; mind formula that includes magnesium, L-theanine, GABA, Holy Basil and more!\r\n<strong>Adrenal Health</strong> â€“ Gaia Herbs daily support formula with adaptogenic herbs such as Rhodiola, Holy Basil, Ashwagandha and more.\r\n<strong>AdrenaSense</strong> â€“ Natural Factorsâ€™ WomenSense anti-stress formula with Rhodiola, Eleuthro, Schizandra, Ashwagandha and more.\r\n\r\n<strong>IMMUNITY â€“ NO TIME TO GET SICK</strong>\r\n\r\n<strong>For Kids:</strong>\r\n<strong>Sambucus Gummies</strong> â€“ Natureâ€™s Wayâ€™s standardized elderberry gummies that also contain vitamin C and zinc.\r\n<strong>Black Elderberry Syrup</strong> â€“ Gaiaâ€™s USDA Organic syrup meant to be taken daily as a preventive, or more often at first signs of respiratory illness. (Adults can take this, too!)\r\n<strong>Kids Probiotic Daily Boost OR Kids Probiotic Ear, Nose &amp; Throat</strong> â€“ Renew Lifeâ€™s probiotic formulas designed to support kidsâ€™ digestive, immune and respiratory health. Daily Boost is a Fruit Punch flavor packet, while Ear &amp; Nose &amp; Throat is an orange dissolve-in-mouth tablet.\r\n\r\n<strong>For Adults:</strong>\r\n<strong>Deep Health</strong> â€“ Herbs Etc.â€™s liquid herbs in a fast-acting softgel cap. Contains immune-modulating herbs such as Reishi, Shitake, Astragalus, Eleuthro, Schizandra and more.\r\n<strong>Tri-Immune</strong> â€“ Natureâ€™s Plus\' triple action immune support for the first sign of illness contains Olive Leaf, Andrographis and ARA-Larix.\r\n<strong>Ultimate Flora 50 Billion</strong> â€“ ReNew Lifeâ€™s probiotic formula aimed at promoting digestive and immune health.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1139\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','School Prep','Be prepared to hit the books!','inherit','closed','closed','','1138-revision-v1','','','2018-07-30 14:17:09','2018-07-30 19:17:09','',1138,'https://ruthsnutrition.gsg-host.com/1138-revision-v1/',0,'revision','',0),(1143,2,'2018-07-30 14:24:44','2018-07-30 19:24:44','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Our Get Ready for School recommendations</h2>\r\nCan it be that time already? School\'s about to start and with it comes a faster pace for teacher, parent and child, more stress, more mental demands, more challenges to everyone\'s immunity. Just to make this hectic time a little easier, we\'ve put together a little guide to supplements that can help make this transition time go more smoothly.\r\n\r\n<strong>FOCUS - TIME TO HIT THE BOOKS</strong>\r\n\r\n<strong>For Kids:</strong>\r\n\r\n<strong>Memory &amp; Focus for Young Adults OR Attention &amp; Focus for Kids</strong> â€“ especially designed by Garden of Life with clinically studied ingredients aimed at promoting memory, attention, focus &amp; clear thinking.\r\n<strong>Focus for Children</strong> â€“ Solarayâ€™s formula with phosphatidylserine, grape seed extract, l-tyrosine, 5-HTP &amp; DMAE.\r\n<strong>Omega Focus Junior</strong> â€“ Nordic Naturals\' attention &amp; learning formula with EPA/DHA, phosphatidylcholine, magnesium, zinc &amp; l-carnosine.\r\n\r\n<strong>For Adults:</strong>\r\n<strong>Memory &amp; Focus for Adults 40+</strong> - Dr. Formulated Garden of Life formula with clinically studied whole food ingredients.\r\n<strong>Memory Optimizer</strong> â€“ Natural Factors formula to optimize brain function, smooth neural pathways and regulate neurotransmitter function.\r\n<strong>Power Thought</strong> â€“ BlueBonnetâ€™s popular formula with phosphatidylcholine, phosphatidylserine, gingko biloba and more!\r\n\r\n<strong>STRESS</strong> <strong>â€“ TIME TO CHILL</strong>\r\n\r\n<strong>For Kids:</strong>\r\n<strong>Mag Kidz</strong> â€“ Natureâ€™s Plus Animal Parade calming magnesium in cherry flavored tablets or powder.\r\n<strong>Calm Gummies</strong> â€“ Natural Vitalityâ€™s yummy magnesium gummies in raspberry-lemon flavor.\r\n<strong>Theanine Gummies</strong> â€“ Jarrow Formulasâ€™ calming l-theanine supplement in an apple-flavor gummy.\r\n\r\n<strong>For Adults:</strong>\r\n<strong>Theanine Serine</strong> â€“ Source Naturals calm body &amp; mind formula that includes magnesium, L-theanine, GABA, Holy Basil and more!\r\n<strong>Adrenal Health</strong> â€“ Gaia Herbs daily support formula with adaptogenic herbs such as Rhodiola, Holy Basil, Ashwagandha and more.\r\n<strong>AdrenaSense</strong> â€“ Natural Factorsâ€™ WomenSense anti-stress formula with Rhodiola, Eleuthro, Schizandra, Ashwagandha and more.\r\n\r\n<strong>IMMUNITY â€“ NO TIME TO GET SICK</strong>\r\n\r\n<strong>For Kids:</strong>\r\n<strong>Sambucus Gummies</strong> â€“ Natureâ€™s Wayâ€™s standardized elderberry gummies that also contain vitamin C and zinc.\r\n<strong>Black Elderberry Syrup</strong> â€“ Gaiaâ€™s USDA Organic syrup meant to be taken daily as a preventive, or more often at first signs of respiratory illness. (Adults can take this, too!)\r\n<strong>Kids Probiotic Daily Boost OR Kids Probiotic Ear, Nose &amp; Throat</strong> â€“ Renew Lifeâ€™s probiotic formulas designed to support kidsâ€™ digestive, immune and respiratory health. Daily Boost is a Fruit Punch flavor packet, while Ear &amp; Nose &amp; Throat is an orange dissolve-in-mouth tablet.\r\n\r\n<strong>For Adults:</strong>\r\n<strong>Deep Health</strong> â€“ Herbs Etc.â€™s liquid herbs in a fast-acting softgel cap. Contains immune-modulating herbs such as Reishi, Shitake, Astragalus, Eleuthro, Schizandra and more.\r\n<strong>Tri-Immune</strong> â€“ Natureâ€™s Plus\' triple action immune support for the first sign of illness contains Olive Leaf, Andrographis and ARA-Larix.\r\n<strong>Ultimate Flora 50 Billion</strong> â€“ ReNew Lifeâ€™s probiotic formula aimed at promoting digestive and immune health.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1139\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','School Prep','Be prepared to hit the books!','inherit','closed','closed','','1138-revision-v1','','','2018-07-30 14:24:44','2018-07-30 19:24:44','',1138,'https://ruthsnutrition.gsg-host.com/1138-revision-v1/',0,'revision','',0),(1145,2,'2018-08-10 11:43:20','2018-08-10 16:43:20','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Make-up, probiotics, multivitamins &amp; more!</h2>\r\n<strong>BLUEBONNET NUTRITION -</strong>Whole-food based vitamins, including Multi-One, Maxi-One, CholesteRice, Power Thought, Super Quercetin, liquid calciums &amp; more!\r\n\r\n<strong>GABRIEL COSMETICS LIQUID/POWDER FOUNDATIONS &amp; BLUSHES -</strong>This is a great time to stock up! Gabriel Cosmetics contain only 100% natural ingredients. That means no parabens, gluten, lead, coal tar derivatives, FD&amp;C coloring agents, mineral oil, talc, lanolin, propylene glycol, hyrogenated oils, carmine, nano- or micro-sized particles. This stuff isÂ <em>good</em>Â for your skin!\r\n\r\n<strong>GARDEN OF LIFE</strong> - MYKIND multivitamins, MyKind plant calcium, RAW probiotics, Dr. Formulated probiotics, Dr. Formulated Attention &amp; Focus formulas &amp; GoL Bars!\r\n\r\n<strong>NATURAL FACTORS -</strong>Â This fine company produces customer favorites like MenoSense (hot flash formula), Berberine (blood sugar), JointÂ Optimizer, ThyroSense and much more!\r\n\r\nNow that\'s a lot of great products@great prices![/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"922\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','AUGUST SALES!','More great products @ great prices!','publish','closed','open','','august-sales-2','','','2018-08-10 11:43:20','2018-08-10 16:43:20','',0,'https://ruthsnutrition.gsg-host.com/?p=1145',0,'post','',0),(1146,2,'2018-08-10 11:40:55','2018-08-10 16:40:55','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Make-up, probiotics, multivitamins &amp; more!</h2>\r\n<strong>BLUEBONNET NUTRITION -</strong>Whole-food based vitamins, including Multi-One, Maxi-One, CholesteRice, Power Thought, Super Quercetin, liquid calciums &amp; more!\r\n\r\n<strong>GABRIEL COSMETICS LIQUID/POWDER FOUNDATIONS &amp; BLUSHES -</strong>This is a great time to stock up! Gabriel Cosmetics contain only 100% natural ingredients. That means no parabens, gluten, lead, coal tar derivatives, FD&amp;C coloring agents, mineral oil, talc, lanolin, propylene glycol, hyrogenated oils, carmine, nano- or micro-sized particles. This stuff isÂ <em>good</em>Â for your skin!\r\n\r\n<strong>GARDEN OF LIFE</strong> - MYKIND multivitamins, MyKind plant calcium, RAW probiotics, Dr. Formulated probiotics, Dr. Formulated Attention &amp; Focus formulas &amp; GoL Bars!\r\n\r\n<strong>NATURAL FACTORS -</strong>Â This fine company produces customer favorites like MenoSense (hot flash formula), Berberine (blood sugar), JointÂ Optimizer, ThyroSense and much more!\r\n\r\nNow that\'s a lot of great products@great prices![/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"922\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','AUGUST SALES!','More great products @ great prices!','inherit','closed','closed','','1145-revision-v1','','','2018-08-10 11:40:55','2018-08-10 16:40:55','',1145,'https://ruthsnutrition.gsg-host.com/1145-revision-v1/',0,'revision','',0),(1147,2,'2018-08-23 15:10:28','2018-08-23 20:10:28','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Could it be my thyroid?</h2>\r\nBy Sue Cummings\r\n\r\nYouâ€™re tired all the time, your hair is thin or falling out, you canâ€™t lose weight, youâ€™re constipated, and youâ€™re nails are brittle. Somethingâ€™s definitely not right and you think it might be your thyroid. Welcome to the club of about 14 million Americans, most of them women.\r\n\r\nIâ€™m a long-time member of this hypothyroid club, and Iâ€™ve spent years trying to understand whatâ€™s going on. Iâ€™d like to share with others a few things Iâ€™ve learned along the way.\r\n\r\n<strong>1. If you think youâ€™re hypothyroid, ask your doctor for a complete thyroid panel.</strong>\r\n\r\nMost doctors test only TSH, thyroid stimulating hormone. Thatâ€™s the hormone your pituitary sends to your thyroid, telling it to make more thyroid hormone (T3, the active form, and T4). While this is the standard of care, many contend that patients can have a â€œnormalâ€ TSH while still having inadequate thyroid hormone in the tissues. Most functional medicine doctors will order a complete thyroid panel along with thyroid antibody testing to get a more complete picture of whatâ€™s going on. (The antibody testing tells you if your condition is autoimmune.)\r\n\r\n<strong>2. If youâ€™re hypothyroid, chances are you have an autoimmune disease.</strong>\r\n\r\nNinety-five percent or more of all hypothyroid cases are Hashimotoâ€™s disease, an autoimmune condition that indicates your immune system is functioning abnormally. Conventional doctors likely will not treat you any differently than if you simply have a slow-functioning thyroid, that is, they will prescribe replacement thyroid hormone. That is the standard of care. But in my mind it pays to know if you have an autoimmune disease because if you have one you are likely to get more. For me it meant I needed to pay attention to lowering inflammation and stress, while cleaning up my diet in order to minimize my chances of coming down with rheumatoid arthritis, etc.\r\n\r\n<strong>3. If you think hypothyroid means you should increase your iodine intake, think again.</strong>\r\n\r\nSupplementing with iodine (kelp, etc.) in Hashimotoâ€™s is highly controversial. Plenty of studies show that iodine will indeed increase T3 production, giving you more energy, but at the same time it can increase the autoimmune attack on thyroid tissue. Thatâ€™s why many practitioners see supplemental iodine in Hashimotoâ€™s as pouring gasoline on an autoimmune fire. Read up on this topic (see references below) to make your own informed decision. If you decide to take more than 150 mcg of iodine daily, most functional medicine docs recommend you also supplement with 200 mcg of selenium as it can help protect the thyroid from the free radical damage iodine can cause. They also recommend you have your thyroid antibodies tested periodically, so you can see if iodine is indeed increasing the autoimmune attack.\r\n\r\n<strong>4. If you have Hashimotoâ€™s, it pays to clean up your diet.</strong>\r\n\r\nDr. Datis Kharrazian, author of â€œWhy Do I Still Have Thyroid Symptoms When My Blood Tests Are Normal?â€, recommends changing your diet as the first step in self-care for addressing Hashimotoâ€™s. Since numerous studies link gluten intolerance and Hashiâ€™s, Kharrazian recommends giving up gluten, then doing an elimination diet to uncover any other food sensitivities that could be adding unnecessary inflammation. (I personally found going gluten-free to both help my gut issues and give me more energy.)\r\n\r\n<strong>5. Taking thyroid medication is not necessarily a bad thing.</strong>\r\n\r\nIf you have Hashimotoâ€™s, any time your thyroid makes hormone your immune system can attack it. The whole idea of giving replacement thyroid hormone is to lessen the attack on your thyroid, saving as much tissue as possible, while giving the patient more energy and better quality of life. If you are uncomfortable with synthetic hormones such as Synthroid or generic levothyroxine, you can request your doctor prescribe natural hormone in the form on Nature Throid or Armour Thyroid.\r\n\r\n<strong>6. Consider finding a functional medicine doctor.Â </strong>\r\n\r\nFunctional medicine doctors look for the root cause of your condition with a holistic view of your overall health. It means you as the patient will have to do some work â€“ change your diet, lifestyle, etc. â€“ so if you arenâ€™t willing to do that stay with conventional medicine. To find a functional medicine doc, go to <a href=\"http://functionalmedicine.org\" target=\"_blank\" rel=\"noopener\">functionalmedicine.org</a> and click on Find a Practitioner. Chances are youâ€™ll have to travel to see one. Be sure to ask ahead of time if this practitioner takes insurance; plenty do, but some are cash only.\r\n\r\n<strong>7. Become informed about your condition.</strong>\r\n\r\nMy favorite sources for thyroid information are <a href=\"http://thyroidpharmacist.com\" target=\"_blank\" rel=\"noopener\">Thyroid Pharmacist</a> and <a href=\"http://drknews.com\" target=\"_blank\" rel=\"noopener\">Datis Kharrazian</a>. You can also learn a lot from <a href=\"http://stopthethyroidmadness.com\" target=\"_blank\" rel=\"noopener\">Stop The Thyroid Madness</a>. (For Graves disease, which is hyperthyroidism, see <a href=\"http://elaine-moore.com\" target=\"_blank\" rel=\"noopener\">Elaine Moore </a>.)\r\n\r\nREFERENCES:\r\n\r\n<a href=\"https://www.aace.com/files/hashimotos.pdf\" target=\"_blank\" rel=\"noopener\">Hashimoto\'s</a>\r\n\r\n<a href=\"https://amazingwellnessmag.com/health-experts/hashimotos-diseases\" target=\"_blank\" rel=\"noopener\">Amazing Wellness</a>\r\n\r\n<a href=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/\" target=\"_blank\" rel=\"noopener\">Dr. K</a>\r\n\r\n<a href=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/\" target=\"_blank\" rel=\"noopener\">Iodine</a>\r\n\r\n<a href=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/\" target=\"_blank\" rel=\"noopener\">TSH</a>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1148\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Feeling Fat & Tired','Could it be my thyroid?','publish','closed','open','','feeling-fat-tired','','','2018-08-23 15:13:33','2018-08-23 20:13:33','',0,'https://ruthsnutrition.gsg-host.com/?p=1147',0,'post','',0),(1148,2,'2018-08-23 14:38:34','2018-08-23 19:38:34','','Feeling Tired 600X498','','inherit','open','closed','','feeling-tired-600x498','','','2018-08-23 14:38:34','2018-08-23 19:38:34','',1147,'https://ruthsnutrition.gsg-host.com/wp-content/uploads/2018/08/Feeling-Tired-600X498.jpg',0,'attachment','image/jpeg',0),(1149,2,'2018-08-23 14:58:12','2018-08-23 19:58:12','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Could it be my thyroid?</h2>\r\nBy Sue Cummings\r\n\r\nYouâ€™re tired all the time, your hair is thin or falling out, you canâ€™t lose weight, youâ€™re constipated and youâ€™re nails are brittle. Somethingâ€™s definitely not right and you think it might be your thyroid. Welcome to the club of about 14 million Americans, most of them women.\r\n\r\nIâ€™m a long-time member of this hypothyroid club, and Iâ€™ve spent years trying to understand whatâ€™s going on. Iâ€™d like to share with others a few things Iâ€™ve learned along the way.\r\n\r\n<strong>1. If you think youâ€™re hypothyroid, ask your doctor for a complete thyroid panel.</strong>\r\n\r\nMost doctors test only TSH, thyroid stimulating hormone. Thatâ€™s the hormone your pituitary sends to your thyroid, telling it to make more hormone (T3, the active form, and T4). While this is the standard of care, many contend that patients can have a â€œnormalâ€ TSH while still having inadequate thyroid hormone is the tissues. Most functional medicine doctors will order a complete thyroid panel along with thyroid antibody testing to get a more complete picture of whatâ€™s going on. (The antibody testing tells you if your condition is autoimmune.)\r\n\r\n<strong>2. If youâ€™re hypothyroid, chances are you have an autoimmune disease.</strong>\r\n\r\nNinety-five percent or more of all hypothyroid cases are Hashimotoâ€™s disease, an autoimmune condition that indicates your immune system is functioning abnormally. Conventional doctors likely will not treat you any differently than if you simply have a slow-functioning thyroid, that is, they will prescribe replacement thyroid hormone. That is the standard of care. But in my mind it pays to know if you have an autoimmune disease because if you have one you are likely to get more. For me it meant I needed to pay attention to lowering inflammation, lowering stress, while cleaning up my diet in order to minimize my chances of coming down with rheumatoid arthritis, etc.\r\n<strong>3. If you think hypothyroid means you should increase your iodine intake, think again.</strong>\r\n\r\nTaking iodine (kelp, etc.) supplementation in Hashimotoâ€™s is highly controversial. Plenty of studies show that iodine will indeed increase T3 production, giving you more energy, but at the same time it can increase the autoimmune attack on thyroid tissue. Thatâ€™s why many practitioners see supplemental iodine in Hashimotoâ€™s as pouring gasoline on an autoimmune fire. Read up on this topic (see references below) to make your own informed decision. If you decide to take more than 150 mcg of iodine daily, most functional medicine docs recommend you also supplement with 200 mcg of selenium as it can protect the thyroid from the free radical damage iodine can cause. They also recommend you have your thyroid antibodies tested periodically, so you can see if iodine is indeed increasing the autoimmune attack.\r\n\r\n<strong>4. If you have Hashimotoâ€™s, it pays to clean up your diet.</strong>\r\n\r\nDr. Datis Kharrazian, author of â€œWhy Do I Still Have Thyroid Symptoms When My Blood Tests Are Normal?â€, recommends changing your diet as the first step in self-care for addressing Hashimotoâ€™s. Since numerous studies link gluten intolerance and Hashiâ€™s, Kharrazian recommends giving up gluten, then doing an elimination diet to uncover any other food sensitivities that could be adding unnecessary inflammation. (I personally found going gluten-free to both help my gut issues and give me more energy.)\r\n\r\n<strong>5. Taking thyroid medication is not necessarily a bad thing.</strong>\r\n\r\nIf you have Hashimotoâ€™s, any time your thyroid makes hormone your immune system can attack it. The whole idea of giving replacement thyroid hormone is to lessen the attack on your thyroid, saving as much tissue as possible, while giving the patient more energy and better quality of life. If you are uncomfortable with synthetic hormones such as Synthroid or generic levothyroxine, you can request your doctor prescribe natural hormone in the form on Nature Throid or Armour Thyroid.\r\n\r\n<strong>6. Consider finding a functional medicine doctor.Â </strong>\r\n\r\nFunctional medicine doctors look for the root cause of your condition with a holistic view of your overall health. It means you as the patient will have to do some work â€“ change your diet, lifestyle, etc. â€“ so if you arenâ€™t willing to do that stay with conventional medicine. To find a functional medicine doc, go to functionalmedicine.org and click on Find a Practitioner. Chances are youâ€™ll have to travel to see one. Be sure to ask ahead of time if this practitioner takes insurance; plenty do, but some are cash only.\r\n\r\n<strong>7. Become informed about your condition.</strong>\r\n\r\nMy favorite sources for thyroid information are <a href=\"http://thyroidpharmacist.com\" target=\"_blank\" rel=\"noopener\">Thyroid Pharmacist</a> and <a href=\"http://drknews.com\" target=\"_blank\" rel=\"noopener\">Datis Kharrazian</a>. You can also learn a lot from <a href=\"http://stopthethyroidmadness.com\" target=\"_blank\" rel=\"noopener\">Stop The Thyroid Madness</a>. (For Graves disease, which is hyperthyroidism, see <a href=\"http://elaine-moore.com\" target=\"_blank\" rel=\"noopener\">Elaine Moore </a>.)\r\n\r\nREFERENCES:\r\n\r\n<a href=\"https://www.aace.com/files/hashimotos.pdf\" target=\"_blank\" rel=\"noopener\">Hashimoto\'s</a>\r\n\r\n<a href=\"https://amazingwellnessmag.com/health-experts/hashimotos-diseases\" target=\"_blank\" rel=\"noopener\">Amazing Wellness</a>\r\n\r\n<a href=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/\" target=\"_blank\" rel=\"noopener\">Dr. K</a>\r\n\r\n<a href=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/\" target=\"_blank\" rel=\"noopener\">Iodine</a>\r\n\r\n<a href=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/\" target=\"_blank\" rel=\"noopener\">TSH</a>\r\n\r\n&nbsp;\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1148\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Feeling Fat & Tired','Be prepared to hit the books!','inherit','closed','closed','','1147-revision-v1','','','2018-08-23 14:58:12','2018-08-23 19:58:12','',1147,'https://ruthsnutrition.gsg-host.com/1147-revision-v1/',0,'revision','',0),(1150,2,'2018-08-23 15:09:56','2018-08-23 20:09:56','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Could it be my thyroid?</h2>\r\nBy Sue Cummings\r\n\r\nYouâ€™re tired all the time, your hair is thin or falling out, you canâ€™t lose weight, youâ€™re constipated, and youâ€™re nails are brittle. Somethingâ€™s definitely not right and you think it might be your thyroid. Welcome to the club of about 14 million Americans, most of them women.\r\n\r\nIâ€™m a long-time member of this hypothyroid club, and Iâ€™ve spent years trying to understand whatâ€™s going on. Iâ€™d like to share with others a few things Iâ€™ve learned along the way.\r\n\r\n<strong>1. If you think youâ€™re hypothyroid, ask your doctor for a complete thyroid panel.</strong>\r\n\r\nMost doctors test only TSH, thyroid stimulating hormone. Thatâ€™s the hormone your pituitary sends to your thyroid, telling it to make more thyroid hormone (T3, the active form, and T4). While this is the standard of care, many contend that patients can have a â€œnormalâ€ TSH while still having inadequate thyroid hormone in the tissues. Most functional medicine doctors will order a complete thyroid panel along with thyroid antibody testing to get a more complete picture of whatâ€™s going on. (The antibody testing tells you if your condition is autoimmune.)\r\n\r\n<strong>2. If youâ€™re hypothyroid, chances are you have an autoimmune disease.</strong>\r\n\r\nNinety-five percent or more of all hypothyroid cases are Hashimotoâ€™s disease, an autoimmune condition that indicates your immune system is functioning abnormally. Conventional doctors likely will not treat you any differently than if you simply have a slow-functioning thyroid, that is, they will prescribe replacement thyroid hormone. That is the standard of care. But in my mind it pays to know if you have an autoimmune disease because if you have one you are likely to get more. For me it meant I needed to pay attention to lowering inflammation and stress, while cleaning up my diet in order to minimize my chances of coming down with rheumatoid arthritis, etc.\r\n\r\n<strong>3. If you think hypothyroid means you should increase your iodine intake, think again.</strong>\r\n\r\nSupplementing with iodine (kelp, etc.) in Hashimotoâ€™s is highly controversial. Plenty of studies show that iodine will indeed increase T3 production, giving you more energy, but at the same time it can increase the autoimmune attack on thyroid tissue. Thatâ€™s why many practitioners see supplemental iodine in Hashimotoâ€™s as pouring gasoline on an autoimmune fire. Read up on this topic (see references below) to make your own informed decision. If you decide to take more than 150 mcg of iodine daily, most functional medicine docs recommend you also supplement with 200 mcg of selenium as it can help protect the thyroid from the free radical damage iodine can cause. They also recommend you have your thyroid antibodies tested periodically, so you can see if iodine is indeed increasing the autoimmune attack.\r\n\r\n<strong>4. If you have Hashimotoâ€™s, it pays to clean up your diet.</strong>\r\n\r\nDr. Datis Kharrazian, author of â€œWhy Do I Still Have Thyroid Symptoms When My Blood Tests Are Normal?â€, recommends changing your diet as the first step in self-care for addressing Hashimotoâ€™s. Since numerous studies link gluten intolerance and Hashiâ€™s, Kharrazian recommends giving up gluten, then doing an elimination diet to uncover any other food sensitivities that could be adding unnecessary inflammation. (I personally found going gluten-free to both help my gut issues and give me more energy.)\r\n\r\n<strong>5. Taking thyroid medication is not necessarily a bad thing.</strong>\r\n\r\nIf you have Hashimotoâ€™s, any time your thyroid makes hormone your immune system can attack it. The whole idea of giving replacement thyroid hormone is to lessen the attack on your thyroid, saving as much tissue as possible, while giving the patient more energy and better quality of life. If you are uncomfortable with synthetic hormones such as Synthroid or generic levothyroxine, you can request your doctor prescribe natural hormone in the form on Nature Throid or Armour Thyroid.\r\n\r\n<strong>6. Consider finding a functional medicine doctor.Â </strong>\r\n\r\nFunctional medicine doctors look for the root cause of your condition with a holistic view of your overall health. It means you as the patient will have to do some work â€“ change your diet, lifestyle, etc. â€“ so if you arenâ€™t willing to do that stay with conventional medicine. To find a functional medicine doc, go to <a href=\"http://functionalmedicine.org\" target=\"_blank\" rel=\"noopener\">functionalmedicine.org</a> and click on Find a Practitioner. Chances are youâ€™ll have to travel to see one. Be sure to ask ahead of time if this practitioner takes insurance; plenty do, but some are cash only.\r\n\r\n<strong>7. Become informed about your condition.</strong>\r\n\r\nMy favorite sources for thyroid information are <a href=\"http://thyroidpharmacist.com\" target=\"_blank\" rel=\"noopener\">Thyroid Pharmacist</a> and <a href=\"http://drknews.com\" target=\"_blank\" rel=\"noopener\">Datis Kharrazian</a>. You can also learn a lot from <a href=\"http://stopthethyroidmadness.com\" target=\"_blank\" rel=\"noopener\">Stop The Thyroid Madness</a>. (For Graves disease, which is hyperthyroidism, see <a href=\"http://elaine-moore.com\" target=\"_blank\" rel=\"noopener\">Elaine Moore </a>.)\r\n\r\nREFERENCES:\r\n\r\n<a href=\"https://www.aace.com/files/hashimotos.pdf\" target=\"_blank\" rel=\"noopener\">Hashimoto\'s</a>\r\n\r\n<a href=\"https://amazingwellnessmag.com/health-experts/hashimotos-diseases\" target=\"_blank\" rel=\"noopener\">Amazing Wellness</a>\r\n\r\n<a href=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/\" target=\"_blank\" rel=\"noopener\">Dr. K</a>\r\n\r\n<a href=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/\" target=\"_blank\" rel=\"noopener\">Iodine</a>\r\n\r\n<a href=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/\" target=\"_blank\" rel=\"noopener\">TSH</a>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1148\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Feeling Fat & Tired','Be prepared to hit the books!','inherit','closed','closed','','1147-revision-v1','','','2018-08-23 15:09:56','2018-08-23 20:09:56','',1147,'https://ruthsnutrition.gsg-host.com/1147-revision-v1/',0,'revision','',0),(1151,2,'2018-08-23 15:13:33','2018-08-23 20:13:33','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Could it be my thyroid?</h2>\r\nBy Sue Cummings\r\n\r\nYouâ€™re tired all the time, your hair is thin or falling out, you canâ€™t lose weight, youâ€™re constipated, and youâ€™re nails are brittle. Somethingâ€™s definitely not right and you think it might be your thyroid. Welcome to the club of about 14 million Americans, most of them women.\r\n\r\nIâ€™m a long-time member of this hypothyroid club, and Iâ€™ve spent years trying to understand whatâ€™s going on. Iâ€™d like to share with others a few things Iâ€™ve learned along the way.\r\n\r\n<strong>1. If you think youâ€™re hypothyroid, ask your doctor for a complete thyroid panel.</strong>\r\n\r\nMost doctors test only TSH, thyroid stimulating hormone. Thatâ€™s the hormone your pituitary sends to your thyroid, telling it to make more thyroid hormone (T3, the active form, and T4). While this is the standard of care, many contend that patients can have a â€œnormalâ€ TSH while still having inadequate thyroid hormone in the tissues. Most functional medicine doctors will order a complete thyroid panel along with thyroid antibody testing to get a more complete picture of whatâ€™s going on. (The antibody testing tells you if your condition is autoimmune.)\r\n\r\n<strong>2. If youâ€™re hypothyroid, chances are you have an autoimmune disease.</strong>\r\n\r\nNinety-five percent or more of all hypothyroid cases are Hashimotoâ€™s disease, an autoimmune condition that indicates your immune system is functioning abnormally. Conventional doctors likely will not treat you any differently than if you simply have a slow-functioning thyroid, that is, they will prescribe replacement thyroid hormone. That is the standard of care. But in my mind it pays to know if you have an autoimmune disease because if you have one you are likely to get more. For me it meant I needed to pay attention to lowering inflammation and stress, while cleaning up my diet in order to minimize my chances of coming down with rheumatoid arthritis, etc.\r\n\r\n<strong>3. If you think hypothyroid means you should increase your iodine intake, think again.</strong>\r\n\r\nSupplementing with iodine (kelp, etc.) in Hashimotoâ€™s is highly controversial. Plenty of studies show that iodine will indeed increase T3 production, giving you more energy, but at the same time it can increase the autoimmune attack on thyroid tissue. Thatâ€™s why many practitioners see supplemental iodine in Hashimotoâ€™s as pouring gasoline on an autoimmune fire. Read up on this topic (see references below) to make your own informed decision. If you decide to take more than 150 mcg of iodine daily, most functional medicine docs recommend you also supplement with 200 mcg of selenium as it can help protect the thyroid from the free radical damage iodine can cause. They also recommend you have your thyroid antibodies tested periodically, so you can see if iodine is indeed increasing the autoimmune attack.\r\n\r\n<strong>4. If you have Hashimotoâ€™s, it pays to clean up your diet.</strong>\r\n\r\nDr. Datis Kharrazian, author of â€œWhy Do I Still Have Thyroid Symptoms When My Blood Tests Are Normal?â€, recommends changing your diet as the first step in self-care for addressing Hashimotoâ€™s. Since numerous studies link gluten intolerance and Hashiâ€™s, Kharrazian recommends giving up gluten, then doing an elimination diet to uncover any other food sensitivities that could be adding unnecessary inflammation. (I personally found going gluten-free to both help my gut issues and give me more energy.)\r\n\r\n<strong>5. Taking thyroid medication is not necessarily a bad thing.</strong>\r\n\r\nIf you have Hashimotoâ€™s, any time your thyroid makes hormone your immune system can attack it. The whole idea of giving replacement thyroid hormone is to lessen the attack on your thyroid, saving as much tissue as possible, while giving the patient more energy and better quality of life. If you are uncomfortable with synthetic hormones such as Synthroid or generic levothyroxine, you can request your doctor prescribe natural hormone in the form on Nature Throid or Armour Thyroid.\r\n\r\n<strong>6. Consider finding a functional medicine doctor.Â </strong>\r\n\r\nFunctional medicine doctors look for the root cause of your condition with a holistic view of your overall health. It means you as the patient will have to do some work â€“ change your diet, lifestyle, etc. â€“ so if you arenâ€™t willing to do that stay with conventional medicine. To find a functional medicine doc, go to <a href=\"http://functionalmedicine.org\" target=\"_blank\" rel=\"noopener\">functionalmedicine.org</a> and click on Find a Practitioner. Chances are youâ€™ll have to travel to see one. Be sure to ask ahead of time if this practitioner takes insurance; plenty do, but some are cash only.\r\n\r\n<strong>7. Become informed about your condition.</strong>\r\n\r\nMy favorite sources for thyroid information are <a href=\"http://thyroidpharmacist.com\" target=\"_blank\" rel=\"noopener\">Thyroid Pharmacist</a> and <a href=\"http://drknews.com\" target=\"_blank\" rel=\"noopener\">Datis Kharrazian</a>. You can also learn a lot from <a href=\"http://stopthethyroidmadness.com\" target=\"_blank\" rel=\"noopener\">Stop The Thyroid Madness</a>. (For Graves disease, which is hyperthyroidism, see <a href=\"http://elaine-moore.com\" target=\"_blank\" rel=\"noopener\">Elaine Moore </a>.)\r\n\r\nREFERENCES:\r\n\r\n<a href=\"https://www.aace.com/files/hashimotos.pdf\" target=\"_blank\" rel=\"noopener\">Hashimoto\'s</a>\r\n\r\n<a href=\"https://amazingwellnessmag.com/health-experts/hashimotos-diseases\" target=\"_blank\" rel=\"noopener\">Amazing Wellness</a>\r\n\r\n<a href=\"https://drknews.com/changing-your-diet-is-the-first-step-in-addressing-hashimotos/\" target=\"_blank\" rel=\"noopener\">Dr. K</a>\r\n\r\n<a href=\"https://thyroidpharmacist.com/articles/iodine-hashimotos/\" target=\"_blank\" rel=\"noopener\">Iodine</a>\r\n\r\n<a href=\"https://thyroidpharmacist.com/articles/what-to-do-if-your-tsh-is-normal-and-you-are-anything-but/\" target=\"_blank\" rel=\"noopener\">TSH</a>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1148\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Feeling Fat & Tired','Could it be my thyroid?','inherit','closed','closed','','1147-revision-v1','','','2018-08-23 15:13:33','2018-08-23 20:13:33','',1147,'https://ruthsnutrition.gsg-host.com/1147-revision-v1/',0,'revision','',0),(1152,2,'2018-08-29 12:44:03','2018-08-29 17:44:03','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Amazing berry for cold &amp; flu season</h2>\r\nWith cold &amp; flu season fast approaching, itâ€™s time to shop for elderberry. Anti-viral, antioxidant and immune boosting, elderberry is one amazing remedy.\r\n\r\nSeeds have been found in Neolithic pole-dwellings in Switzerland, suggesting that the plant was in cultivation by about 2000 B.C.E. By the time of Pliny the Elder (77 C.E.), the medicinal properties were well known. Hippocrates, the ancient Greek known as the father of medicine, called elderberry his â€œmedicine chestâ€ because it seemed to cure so many ailments.\r\n\r\nModern medicine has shown that elderberry is active against multiple pathogens, most notably influenza A &amp; B, Streptococcus, Branhamella catarrhalis (respiratory infections), Herpes simplex and even HIV. Elderberry also is a powerful antioxidant and immune modulator.\r\n\r\nStudies have shown it shortens the duration and severity of cold and flu symptoms. Through its hemagglutinin protein, elderberry inhibits flu infection if taken preventively, and the same molecule inhibits virus reproduction if elderberry isnâ€™t started until flu symptoms take hold.\r\n\r\nItâ€™s definitely an herb you want in your medicine cabinet this season! Because of that, weâ€™ve stocked up. We now have elderberry in numerous forms: syrup, jam (itâ€™s yummy!), capsules, tablets, gummies, extract and childrenâ€™s formulas. Come by to pick up your favorite soon.\r\n\r\n<strong>REFERENCES:</strong>\r\n<a href=\"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4848651/\" target=\"_blank\" rel=\"noopener\">Reduces cold duration</a>\r\n\r\n<a href=\"https://www.pharmacytimes.com/contributor/cate-sibley-pharmd/2017/10/elderberries-a-potent-cold-and-flu-remedy\" target=\"_blank\" rel=\"noopener\">Pharmacy Times</a>\r\n\r\n<a href=\"https://www.gaiaherbs.com/articles/detail/9/Influenza-and-Elderberry\" target=\"_blank\" rel=\"noopener\">Influenza</a>\r\n\r\n<a href=\"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3056848/\" target=\"_blank\" rel=\"noopener\">National Institutes of Health</a>\r\n\r\n<a href=\"http://www.ethnoherbalist.com/benefits-of-elderberry-black-elderberry-syrup-for-colds/\" target=\"_blank\" rel=\"noopener\">Ethnoherbalist</a>\r\n\r\n<a href=\"http://www.blackelderberry.info/elderberry-history/\" target=\"_blank\" rel=\"noopener\">History</a>\r\n\r\n<a href=\"http://www.herbsociety.org/file_download/inline/2084e920-b3bf-48da-8596-037fd76e46b7\" target=\"_blank\" rel=\"noopener\">Herb Society</a>\r\n\r\n<a href=\"http://www.altmedrev.com/archive/publications/10/1/51.pdf\" target=\"_blank\" rel=\"noopener\">Alternative Medicine Review monograph</a>\r\n\r\n<strong>RECIPES:</strong>\r\n<a href=\"https://www.gaiaherbs.com/recipes/41/Elderberry-Slushie\" target=\"_blank\" rel=\"noopener\">Elderberry Slushie</a>\r\n\r\n<a href=\"https://www.gaiaherbs.com/recipes/33/Elderberry-Vinaigrette\" target=\"_blank\" rel=\"noopener\">Elderberry Vinaigrette &amp; many more!</a>\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1153\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Elderberry','Be prepared for cold & flu season!','publish','closed','open','','elderberry','','','2018-08-29 12:44:03','2018-08-29 17:44:03','',0,'https://ruthsnutrition.gsg-host.com/?p=1152',0,'post','',0),(1153,2,'2018-08-29 12:23:12','2018-08-29 17:23:12','','elderberry 600X600','','inherit','open','closed','','elderberry-600x600','','','2018-08-29 12:23:12','2018-08-29 17:23:12','',1152,'https://ruthsnutrition.gsg-host.com/wp-content/uploads/2018/08/elderberry-600X600.jpg',0,'attachment','image/jpeg',0),(1154,2,'2018-08-29 12:40:26','2018-08-29 17:40:26','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Amazing berry for cold &amp; flu season</h2>\r\nWith cold &amp; flu season fast approaching, itâ€™s time to shop for elderberry. Anti-viral, antioxidant and immune boosting, elderberry is one amazing remedy.\r\n\r\nSeeds have been found in Neolithic pole-dwellings in Switzerland, suggesting that the plant was in cultivation by about 2000 B.C.E. By the time of Pliny the Elder (77 C.E.), the medicinal properties were well known. Hippocrates, the ancient Greek known as the father of medicine, called elderberry his â€œmedicine chestâ€ because it seemed to cure so many ailments.\r\n\r\nModern medicine has shown that elderberry is active against multiple pathogens, most notably influenza A &amp; B, Streptococcus, Branhamella catarrhalis (respiratory infections), Herpes simplex and even HIV. Elderberry also is a powerful antioxidant and immune modulator.\r\n\r\nStudies have shown it shortens the duration and severity of cold and flu symptoms. Through its hemagglutinin protein, elderberry inhibits flu infection if taken preventively, and the same molecule inhibits virus reproduction if elderberry isnâ€™t started until flu symptoms take hold.\r\n\r\nItâ€™s definitely an herb you want in your medicine cabinet this season! Because of that, weâ€™ve stocked up. We now have elderberry in numerous forms: syrup, jam (itâ€™s yummy!), capsules, tablets, gummies, extract and childrenâ€™s formulas. Come by to pick up your favorite soon.\r\n\r\n<strong>REFERENCES:</strong>\r\n<a href=\"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4848651/\" target=\"_blank\" rel=\"noopener\">Reduces cold duration</a>\r\n\r\n<a href=\"https://www.pharmacytimes.com/contributor/cate-sibley-pharmd/2017/10/elderberries-a-potent-cold-and-flu-remedy\" target=\"_blank\" rel=\"noopener\">Pharmacy Times</a>\r\n\r\n<a href=\"https://www.gaiaherbs.com/articles/detail/9/Influenza-and-Elderberry\" target=\"_blank\" rel=\"noopener\">Influenza</a>\r\n\r\n<a href=\"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3056848/\" target=\"_blank\" rel=\"noopener\">National Institutes of Health</a>\r\n\r\n<a href=\"http://www.ethnoherbalist.com/benefits-of-elderberry-black-elderberry-syrup-for-colds/\" target=\"_blank\" rel=\"noopener\">Ethnoherbalist</a>\r\n\r\n<a href=\"http://www.blackelderberry.info/elderberry-history/\" target=\"_blank\" rel=\"noopener\">History</a>\r\n\r\n<a href=\"http://www.herbsociety.org/file_download/inline/2084e920-b3bf-48da-8596-037fd76e46b7\" target=\"_blank\" rel=\"noopener\">Herb Society</a>\r\n\r\n<a href=\"http://www.altmedrev.com/archive/publications/10/1/51.pdf\" target=\"_blank\" rel=\"noopener\">Alternative Medicine Review monograph</a>\r\n\r\n<strong>RECIPES:</strong>\r\n<a href=\"https://www.gaiaherbs.com/recipes/41/Elderberry-Slushie\" target=\"_blank\" rel=\"noopener\">Elderberry Slushie</a>\r\n\r\n<a href=\"https://www.gaiaherbs.com/recipes/33/Elderberry-Vinaigrette\" target=\"_blank\" rel=\"noopener\">Elderberry Vinaigrette &amp; many more!</a>\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1153\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Elderberry','Be prepared for cold & flu season!','inherit','closed','closed','','1152-revision-v1','','','2018-08-29 12:40:26','2018-08-29 17:40:26','',1152,'https://ruthsnutrition.gsg-host.com/1152-revision-v1/',0,'revision','',0),(1155,2,'2018-09-11 11:41:35','2018-09-11 16:41:35','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Skin care,Â  probiotics, herbs, MCT oil &amp; more!</h2>\r\n<strong>DERMA-e</strong>Â â€“ Paraben-Free, Phalate-Free, Non-Toxic Skin Care. Choose from multiple formulas and find the best one for your skin!\r\n\r\n<strong>GAIA HERBS -Â </strong>Gaia\'sÂ organic farm in North Carolina offers customer favorites such as Adrenal Health, Holy Basil, Tumeric Supreme Pain, Tumeric Supreme Joint and many more!\r\n\r\n<strong>GARDEN OF LIFE MYKIND and RAW PROBIOTICS -</strong>Â MyKind USDA Organic &amp; Certified Non-GMO multivitamins, gummies &amp; calcium, along with Raw Ultimate Care, Colon Care &amp; Vaginal Care protiotics.\r\n\r\n<strong>GARDEN OF LIFE SELECT DR. FORMULATED FORMULAS -</strong>These include Once Daily, Once Daily Ultra, Once Daily Women\'s and Once Daily Men\'s probiotics; USDA Organic MCT oil; Kids Probiotic strawberry/banana and watermelon flavors; and Memory &amp; Focus 40+, Memory and Focus Young Adult, and Attention and Focus for Kids.\r\n\r\n<strong>RENEW LIFE</strong> - Probiotics (including the new Pre &amp; Probiotics, Clear Fiber, Skinny Gut shakes, Skinny Gut Fiber, cleanses &amp; much more![/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"834\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','SEPTEMBER SALES!','More great products @ great prices!','publish','closed','open','','september-sales-3','','','2018-09-11 11:41:35','2018-09-11 16:41:35','',0,'https://ruthsnutrition.gsg-host.com/?p=1155',0,'post','',0),(1156,2,'2018-09-11 11:38:24','2018-09-11 16:38:24','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Skin care,Â  probiotics, herbs, memory formulas &amp; more!</h2>\r\n<strong>DERMA-e</strong>Â â€“ Paraben-Free, Phalate-Free, Non-Toxic Skin Care. Choose from multiple formulas and find the best one for your skin!\r\n\r\n<strong>GAIA HERBS -Â </strong>Gaia\'sÂ organic farm in North Carolina offers customer favorites such as Adrenal Health, Holy Basil, Tumeric Supreme Pain, Tumeric Supreme Joint and many more!\r\n\r\n<strong>GARDEN OF LIFE MYKIND and RAW PROBIOTICS -</strong>Â MyKind USDA Organic &amp; Certified Non-GMO multivitamins, gummies &amp; calcium, along with Raw Ultimate Care, Colon Care &amp; Vaginal Care protiotics.\r\n\r\n<strong>GARDEN OF LIFE SELECT DR. FORMULATED FORMULAS -</strong>These include Once Daily, Once Daily Ultra, Once Daily Women\'s and Once Daily Men\'s probiotics; USDA Organic MCT oil; Kids Probiotic strawberry/banana and watermelon flavors; and Memory &amp; Focus 40+, Memory and Focus Young Adult, and Attention and Focus for Kids.\r\n\r\n<strong>RENEW LIFE</strong> - Probiotics (including the new Pre &amp; Probiotics, Clear Fiber, Skinny Gut shakes, Skinny Gut Fiber, cleanses &amp; much more![/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"834\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','SEPTEMBER SALES!','More great products @ great prices!','inherit','closed','closed','','1155-revision-v1','','','2018-09-11 11:38:24','2018-09-11 16:38:24','',1155,'https://ruthsnutrition.gsg-host.com/1155-revision-v1/',0,'revision','',0),(1157,2,'2018-09-11 11:40:43','2018-09-11 16:40:43','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Skin care,Â  probiotics, herbs, MCT oil &amp; more!</h2>\r\n<strong>DERMA-e</strong>Â â€“ Paraben-Free, Phalate-Free, Non-Toxic Skin Care. Choose from multiple formulas and find the best one for your skin!\r\n\r\n<strong>GAIA HERBS -Â </strong>Gaia\'sÂ organic farm in North Carolina offers customer favorites such as Adrenal Health, Holy Basil, Tumeric Supreme Pain, Tumeric Supreme Joint and many more!\r\n\r\n<strong>GARDEN OF LIFE MYKIND and RAW PROBIOTICS -</strong>Â MyKind USDA Organic &amp; Certified Non-GMO multivitamins, gummies &amp; calcium, along with Raw Ultimate Care, Colon Care &amp; Vaginal Care protiotics.\r\n\r\n<strong>GARDEN OF LIFE SELECT DR. FORMULATED FORMULAS -</strong>These include Once Daily, Once Daily Ultra, Once Daily Women\'s and Once Daily Men\'s probiotics; USDA Organic MCT oil; Kids Probiotic strawberry/banana and watermelon flavors; and Memory &amp; Focus 40+, Memory and Focus Young Adult, and Attention and Focus for Kids.\r\n\r\n<strong>RENEW LIFE</strong> - Probiotics (including the new Pre &amp; Probiotics, Clear Fiber, Skinny Gut shakes, Skinny Gut Fiber, cleanses &amp; much more![/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"834\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','SEPTEMBER SALES!','More great products @ great prices!','inherit','closed','closed','','1155-revision-v1','','','2018-09-11 11:40:43','2018-09-11 16:40:43','',1155,'https://ruthsnutrition.gsg-host.com/1155-revision-v1/',0,'revision','',0),(1158,2,'2018-09-12 16:26:41','2018-09-12 21:26:41','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>You really can get here from there!</h2>\r\nSince the Memorial Parkway overpasses have been completed, thereâ€™s a whole new way to get to us. Many people are still confused. We hear stories of people zipping by, then having to turn around to get to us. If you try to use MapQuest or GoogleMaps to make it easier, it wonâ€™t work! Their directions have not been updated since the construction has been completed.\r\n\r\nSo listen up, you really can get here from there!\r\n\r\nIf you are traveling southbound on the Parkway, exit at Martin Road/Byrd Spring Road. Move into the right-hand lane and go straight through the light at the Martin Road overpass. After you pass the sign for South Boulevard, youâ€™ll see Rosieâ€™s Cantinaâ€™s giant pink, purple and blue sign. Turn right into the shopping center parking lot. Youâ€™ll find us between Sullins Eye Care and 4D Ultrasound Lady (which used to be A Nurturing Moment).\r\n\r\nIf you are traveling northbound on the Parkway, exit at Lily Flagg/Logan Drive/Byrd Spring Road. Go straight through the first traffic light. Get in the left-hand lane and turn left onto Byrd Spring Road at the next traffic light. Then youâ€™ll turn right into Rosieâ€™s parking lot.\r\n\r\nAnother option if you are traveling northbound is to stay on the Parkway until the Martin Road exit. Get in the left-hand lane as you exit and make a U-turn onto the southbound access road. After you make the turn, get into the right-hand lane and then turn right when you come to Rosieâ€™s Cantinaâ€™s big pink, blue and purple sign.\r\n\r\nSo come see us! We look forward to helping you solve your health puzzle![/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1159\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Ruth\'s Nutrition, where are you?!','Come see us!','publish','closed','open','','ruths-nutrition-where-are-you','','','2018-09-12 16:26:41','2018-09-12 21:26:41','',0,'https://ruthsnutrition.gsg-host.com/?p=1158',0,'post','',0),(1159,2,'2018-09-12 16:18:00','2018-09-12 21:18:00','','Exit sign 2 604X604','','inherit','open','closed','','exit-sign-2-604x604','','','2018-09-12 16:18:00','2018-09-12 21:18:00','',1158,'https://ruthsnutrition.gsg-host.com/wp-content/uploads/2018/09/Exit-sign-2-604X604.jpg',0,'attachment','image/jpeg',0),(1160,2,'2018-09-12 16:22:21','2018-09-12 21:22:21','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Ruth\'s Nutrition, where are you?</h2>\r\nSince the Memorial Parkway overpasses have been completed, thereâ€™s a whole new way to get to us. Many people are still confused. We hear stories of people zipping by, then having to turn around to get to us. If you try to use MapQuest or GoogleMaps to make it easier, it wonâ€™t work! Their directions have not been updated since the construction has been completed.\r\n\r\nSo listen up, you really can get here from there!\r\n\r\nIf you are traveling southbound on the Parkway, exit at Martin Road/Byrd Spring Road. Move into the right-hand lane and go straight through the light at the Martin Road overpass. After you pass the sign for South Boulevard, youâ€™ll see Rosieâ€™s Cantinaâ€™s giant pink, purple and blue sign. Turn right into the shopping center parking lot. Youâ€™ll find us between Sullins Eye Care and 4D Ultrasound Lady (which used to be A Nurturing Moment).\r\n\r\nIf you are traveling northbound on the Parkway, exit at Lily Flagg/Logan Drive/Byrd Spring Road. Go straight through the first traffic light. Get in the left-hand lane and turn left onto Byrd Spring Road at the next traffic light. Then youâ€™ll turn right into Rosieâ€™s parking lot.\r\n\r\nAnother option if you are traveling northbound is to stay on the Parkway until the Martin Road exit. Get in the left-hand lane as you exit and make a U-turn onto the southbound access road. After you make the turn, get into the right-hand lane and then turn right when you come to Rosieâ€™s Cantinaâ€™s big pink, blue and purple sign.\r\n\r\nSo come see us! We look forward to helping you solve your health puzzle![/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1159\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','You really can get here from there!','Come see us!','inherit','closed','closed','','1158-revision-v1','','','2018-09-12 16:22:21','2018-09-12 21:22:21','',1158,'https://ruthsnutrition.gsg-host.com/1158-revision-v1/',0,'revision','',0),(1161,2,'2018-09-12 16:24:36','2018-09-12 21:24:36','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>You really can get here from there!</h2>\r\nSince the Memorial Parkway overpasses have been completed, thereâ€™s a whole new way to get to us. Many people are still confused. We hear stories of people zipping by, then having to turn around to get to us. If you try to use MapQuest or GoogleMaps to make it easier, it wonâ€™t work! Their directions have not been updated since the construction has been completed.\r\n\r\nSo listen up, you really can get here from there!\r\n\r\nIf you are traveling southbound on the Parkway, exit at Martin Road/Byrd Spring Road. Move into the right-hand lane and go straight through the light at the Martin Road overpass. After you pass the sign for South Boulevard, youâ€™ll see Rosieâ€™s Cantinaâ€™s giant pink, purple and blue sign. Turn right into the shopping center parking lot. Youâ€™ll find us between Sullins Eye Care and 4D Ultrasound Lady (which used to be A Nurturing Moment).\r\n\r\nIf you are traveling northbound on the Parkway, exit at Lily Flagg/Logan Drive/Byrd Spring Road. Go straight through the first traffic light. Get in the left-hand lane and turn left onto Byrd Spring Road at the next traffic light. Then youâ€™ll turn right into Rosieâ€™s parking lot.\r\n\r\nAnother option if you are traveling northbound is to stay on the Parkway until the Martin Road exit. Get in the left-hand lane as you exit and make a U-turn onto the southbound access road. After you make the turn, get into the right-hand lane and then turn right when you come to Rosieâ€™s Cantinaâ€™s big pink, blue and purple sign.\r\n\r\nSo come see us! We look forward to helping you solve your health puzzle![/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1159\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Ruth\'s Nutrition, where are you?!','Come see us!','inherit','closed','closed','','1158-revision-v1','','','2018-09-12 16:24:36','2018-09-12 21:24:36','',1158,'https://ruthsnutrition.gsg-host.com/1158-revision-v1/',0,'revision','',0),(1162,2,'2018-09-19 14:56:59','2018-09-19 19:56:59','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Doctors\' advice for settling your nerves</h2>\r\nOne of the most common complaints we hear from customers is that they suffer from anxiety. Little wonder. The National Institutes of Mental Health estimates that more than 30% of U.S. adults experience an anxiety disorder at some time in their lives. Letâ€™s face it, we live in a stressful world.\r\n\r\nHere at Ruthâ€™s we have our favorite remedies when life gets just a bit too much, but we thought it would be worthwhile to check in with some recommendations from doctors in the functional medicine world. We chose Dr. Alan Christianson, a naturopathic physician; Dr. Chris Kresser, licensed acupuncturist and leader in the functional medicine field; and Dr. Josh Axe, doctor of chiropractic, certified doctor of natural medicine and clinical nutritionist.\r\n\r\nAll three recommend addressing anxiety by first cleaning up your diet. That means reducing or removing processed foods, reducing or removing caffeine and alcohol, choosing nutrient dense and anti-inflammatory foods. The aim here is to balance blood sugar, reduce inflammation and get the nutrients needed to produce mood-benefitting neurotransmitters (EPA/DHA, B vitamins, vitamin D, copper, zinc, etc.)\r\n\r\nNext, all three stress the importance of adequate sleep, which means 7-9 hours a night. Sleep is where the body repairs, and studies show that just one night of inadequate sleep negatively affects our health. The Centers for Disease Control estimate that as much as 30% of people average less than 6 hours per night. Dr. Kresser advises people to limit blue light after sundown from our TVs, computers, phones and some lights, while getting plenty of sunlight during the day to help regulate our circadian rhythms and improve sleep.\r\n\r\nDrs. Christianson and Axe next note the importance of exercise in improving mood. It has been shown to both promote better sleep and lessen anxiety.\r\n\r\nOnly after citing those lifestyle changes do the doctors start recommending supplements. Among those they mention, along with recommendations from <em>Psychology Today</em> are:\r\n\r\n<strong>Ashwgandha</strong> â€“ Dr. Axe notes this herb is a stress reliever that also protects the brain from degeneration and improves anxiety by destroying free radicals that can cause damage. Research shows it improves focus, and reduces anxiety and fatigue without the side effects of anti-anxiety medications.\r\n\r\n<strong>Magnesium</strong> â€“ Dr. Axe says that magnesium deficiency is common in adults, and he suggests trying supplements. Magnesium helps relax muscles and calm the nervous system. Itâ€™s also vital for the function of GABA, a calming neurotransmitter.\r\n\r\n<strong>Hemp Oil</strong> â€“ Dr. Kresser notes that this has been shown to be anti-inflammatory while simultaneously reducing anxiety. He recommends starting at a low dose and slowly increasing the dose until you feel relief.\r\n\r\n<strong>L-Theanine</strong> â€“ This is an amino acid found in green tea that Dr. Kresser says make you feel more alert but calm. He recommends a dose of 200-400 mg. daily. It is found in one of Ruthâ€™s most popular supplements for anxiety, Theanine Serine.\r\n\r\n<strong>L-Taurine and/or GABA</strong> â€“ Taurine is a precursor to and an activator of GABA, which is a major inhibitory neurotransmitter. Many people with anxiety are low in GABA. Dr. Kresser recommends 500 mg. of taurine up to three times daily. Instead of Taurine, one could take GABA as a supplement. Dr. Axe recommends it for decreasing anxiety and relaxing muscles.\r\n\r\n<strong>Vitamin B Complex</strong> â€“ Dr. Axe notes B vitamins in general are known to help combat the effects of stress and stabilize mood. A B6 deficiency can cause anxiety, irritability and depression. B12 is important in fighting stress and depression.\r\n\r\n<strong>Lavender</strong> - Either as an oral supplement or an aromatherapy essential oil, lavender has been shown to promote relaxation and even encourage sleep. Dr. Axe notes a German study found one lavender capsule was as effective as benzodiazepine in reducing anxiety.\r\n\r\n<strong>Kava</strong> â€“ This tropical herb works by stimulating dopamine receptors and improving mood. <em>Psychology Today</em> notes that the herb has been studied extensively and is an effective and safe treatment for anxiety.\r\n\r\n<strong>REFERENCES:</strong>\r\n<a href=\"https://draxe.com/natural-remedies-anxiety/\" target=\"_blank\" rel=\"noopener\">Dr. Axe</a>\r\n\r\n<a href=\"http://drchristianson.com/sweetening-your-life/\" target=\"_blank\" rel=\"noopener\">Dr. Christianson</a>\r\n\r\n<a href=\"https://chriskresser.com/functional-medicine-approach-to-anxiety/\" target=\"_blank\" rel=\"noopener\">Dr. Kresser</a>\r\n\r\n<a href=\"https://www.psychologytoday.com/us/blog/calmer-you/201806/8-effective-herbal-supplements-anxiety\" target=\"_blank\" rel=\"noopener\">Psychology Today</a>\r\n\r\n<a href=\"https://www.anxietycentre.com/anxiety-statistics-information.shtml\" target=\"_blank\" rel=\"noopener\">Anxiety Center</a>\r\n\r\n<a href=\"https://www.nimh.nih.gov/health/statistics/any-anxiety-disorder.shtml\" target=\"_blank\" rel=\"noopener\">National Institute of Mental Health</a>\r\n\r\n<a href=\"https://www.sleepjunkie.org/what-one-night-of-sleep-loss-can-do-to-you/\" target=\"_blank\" rel=\"noopener\">Sleep Junkie</a>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1163\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Anxiety','Functional Medicine Doctors\' advice for settling your nerves.','publish','closed','open','','anxiety','','','2018-09-19 14:56:59','2018-09-19 19:56:59','',0,'https://ruthsnutrition.gsg-host.com/?p=1162',0,'post','',0),(1163,2,'2018-09-19 14:42:10','2018-09-19 19:42:10','','Anxiety 600X400','','inherit','open','closed','','anxiety-600x400','','','2018-09-19 14:42:10','2018-09-19 19:42:10','',1162,'https://ruthsnutrition.gsg-host.com/wp-content/uploads/2018/09/Anxiety-600X400.jpg',0,'attachment','image/jpeg',0),(1164,2,'2018-09-19 14:54:14','2018-09-19 19:54:14','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Doctors\' advice for settling your nerves</h2>\r\nOne of the most common complaints we hear from customers is that they suffer from anxiety. Little wonder. The National Institutes of Mental Health estimates that more than 30% of U.S. adults experience an anxiety disorder at some time in their lives. Letâ€™s face it, we live in a stressful world.\r\n\r\nHere at Ruthâ€™s we have our favorite remedies when life gets just a bit too much, but we thought it would be worthwhile to check in with some recommendations from doctors in the functional medicine world. We chose Dr. Alan Christianson, a naturopathic physician; Dr. Chris Kresser, licensed acupuncturist and leader in the functional medicine field; and Dr. Josh Axe, doctor of chiropractic, certified doctor of natural medicine and clinical nutritionist.\r\n\r\nAll three recommend addressing anxiety by first cleaning up your diet. That means reducing or removing processed foods, reducing or removing caffeine and alcohol, choosing nutrient dense and anti-inflammatory foods. The aim here is to balance blood sugar, reduce inflammation and get the nutrients needed to produce mood-benefitting neurotransmitters (EPA/DHA, B vitamins, vitamin D, copper, zinc, etc.)\r\n\r\nNext, all three stress the importance of adequate sleep, which means 7-9 hours a night. Sleep is where the body repairs, and studies show that just one night of inadequate sleep negatively affects our health. The Centers for Disease Control estimate that as much as 30% of people average less than 6 hours per night. Dr. Kresser advises people to limit blue light after sundown from our TVs, computers, phones and some lights, while getting plenty of sunlight during the day to help regulate our circadian rhythms and improve sleep.\r\n\r\nDrs. Christianson and Axe next note the importance of exercise in improving mood. It has been shown to both promote better sleep and lessen anxiety.\r\n\r\nOnly after citing those lifestyle changes do the doctors start recommending supplements. Among those they mention, along with recommendations from <em>Psychology Today</em> are:\r\n\r\n<strong>Ashwgandha</strong> â€“ Dr. Axe notes this herb is a stress reliever that also protects the brain from degeneration and improves anxiety by destroying free radicals that can cause damage. Research shows it improves focus, and reduces anxiety and fatigue without the side effects of anti-anxiety medications.\r\n\r\n<strong>Magnesium</strong> â€“ Dr. Axe says that magnesium deficiency is common in adults, and he suggests trying supplements. Magnesium helps relax muscles and calm the nervous system. Itâ€™s also vital for the function of GABA, a calming neurotransmitter.\r\n\r\n<strong>Hemp Oil</strong> â€“ Dr. Kresser notes that this has been shown to be anti-inflammatory while simultaneously reducing anxiety. He recommends starting at a low dose and slowly increasing the dose until you feel relief.\r\n\r\n<strong>L-Theanine</strong> â€“ This is an amino acid found in green tea that Dr. Kresser says make you feel more alert but calm. He recommends a dose of 200-400 mg. daily. It is found in one of Ruthâ€™s most popular supplements for anxiety, Theanine Serine.\r\n\r\n<strong>L-Taurine and/or GABA</strong> â€“ Taurine is a precursor to and an activator of GABA, which is a major inhibitory neurotransmitter. Many people with anxiety are low in GABA. Dr. Kresser recommends 500 mg. of taurine up to three times daily. Instead of Taurine, one could take GABA as a supplement. Dr. Axe recommends it for decreasing anxiety and relaxing muscles.\r\n\r\n<strong>Vitamin B Complex</strong> â€“ Dr. Axe notes B vitamins in general are known to help combat the effects of stress and stabilize mood. A B6 deficiency can cause anxiety, irritability and depression. B12 is important in fighting stress and depression.\r\n\r\n<strong>Lavender</strong> - Either as an oral supplement or an aromatherapy essential oil, lavender has been shown to promote relaxation and even encourage sleep. Dr. Axe notes a German study found one lavender capsule was as effective as benzodiazepine in reducing anxiety.\r\n\r\n<strong>Kava</strong> â€“ This tropical herb works by stimulating dopamine receptors and improving mood. <em>Psychology Today</em> notes that the herb has been studied extensively and is an effective and safe treatment for anxiety.\r\n\r\n<strong>REFERENCES:</strong>\r\n<a href=\"https://draxe.com/natural-remedies-anxiety/\" target=\"_blank\" rel=\"noopener\">Dr. Axe</a>\r\n\r\n<a href=\"http://drchristianson.com/sweetening-your-life/\" target=\"_blank\" rel=\"noopener\">Dr. Christianson</a>\r\n\r\n<a href=\"https://chriskresser.com/functional-medicine-approach-to-anxiety/\" target=\"_blank\" rel=\"noopener\">Dr. Kresser</a>\r\n\r\n<a href=\"https://www.psychologytoday.com/us/blog/calmer-you/201806/8-effective-herbal-supplements-anxiety\" target=\"_blank\" rel=\"noopener\">Psychology Today</a>\r\n\r\n<a href=\"https://www.anxietycentre.com/anxiety-statistics-information.shtml\" target=\"_blank\" rel=\"noopener\">Anxiety Center</a>\r\n\r\n<a href=\"https://www.nimh.nih.gov/health/statistics/any-anxiety-disorder.shtml\" target=\"_blank\" rel=\"noopener\">National Institutes of Mental Health</a>\r\n\r\n<a href=\"https://www.sleepjunkie.org/what-one-night-of-sleep-loss-can-do-to-you/\" target=\"_blank\" rel=\"noopener\">Sleep Junkie</a>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1163\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Anxiety','Functional Medicine Doctors\' advice for settling your nerves.','inherit','closed','closed','','1162-revision-v1','','','2018-09-19 14:54:14','2018-09-19 19:54:14','',1162,'https://ruthsnutrition.gsg-host.com/1162-revision-v1/',0,'revision','',0),(1165,2,'2018-09-19 14:56:21','2018-09-19 19:56:21','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Doctors\' advice for settling your nerves</h2>\r\nOne of the most common complaints we hear from customers is that they suffer from anxiety. Little wonder. The National Institutes of Mental Health estimates that more than 30% of U.S. adults experience an anxiety disorder at some time in their lives. Letâ€™s face it, we live in a stressful world.\r\n\r\nHere at Ruthâ€™s we have our favorite remedies when life gets just a bit too much, but we thought it would be worthwhile to check in with some recommendations from doctors in the functional medicine world. We chose Dr. Alan Christianson, a naturopathic physician; Dr. Chris Kresser, licensed acupuncturist and leader in the functional medicine field; and Dr. Josh Axe, doctor of chiropractic, certified doctor of natural medicine and clinical nutritionist.\r\n\r\nAll three recommend addressing anxiety by first cleaning up your diet. That means reducing or removing processed foods, reducing or removing caffeine and alcohol, choosing nutrient dense and anti-inflammatory foods. The aim here is to balance blood sugar, reduce inflammation and get the nutrients needed to produce mood-benefitting neurotransmitters (EPA/DHA, B vitamins, vitamin D, copper, zinc, etc.)\r\n\r\nNext, all three stress the importance of adequate sleep, which means 7-9 hours a night. Sleep is where the body repairs, and studies show that just one night of inadequate sleep negatively affects our health. The Centers for Disease Control estimate that as much as 30% of people average less than 6 hours per night. Dr. Kresser advises people to limit blue light after sundown from our TVs, computers, phones and some lights, while getting plenty of sunlight during the day to help regulate our circadian rhythms and improve sleep.\r\n\r\nDrs. Christianson and Axe next note the importance of exercise in improving mood. It has been shown to both promote better sleep and lessen anxiety.\r\n\r\nOnly after citing those lifestyle changes do the doctors start recommending supplements. Among those they mention, along with recommendations from <em>Psychology Today</em> are:\r\n\r\n<strong>Ashwgandha</strong> â€“ Dr. Axe notes this herb is a stress reliever that also protects the brain from degeneration and improves anxiety by destroying free radicals that can cause damage. Research shows it improves focus, and reduces anxiety and fatigue without the side effects of anti-anxiety medications.\r\n\r\n<strong>Magnesium</strong> â€“ Dr. Axe says that magnesium deficiency is common in adults, and he suggests trying supplements. Magnesium helps relax muscles and calm the nervous system. Itâ€™s also vital for the function of GABA, a calming neurotransmitter.\r\n\r\n<strong>Hemp Oil</strong> â€“ Dr. Kresser notes that this has been shown to be anti-inflammatory while simultaneously reducing anxiety. He recommends starting at a low dose and slowly increasing the dose until you feel relief.\r\n\r\n<strong>L-Theanine</strong> â€“ This is an amino acid found in green tea that Dr. Kresser says make you feel more alert but calm. He recommends a dose of 200-400 mg. daily. It is found in one of Ruthâ€™s most popular supplements for anxiety, Theanine Serine.\r\n\r\n<strong>L-Taurine and/or GABA</strong> â€“ Taurine is a precursor to and an activator of GABA, which is a major inhibitory neurotransmitter. Many people with anxiety are low in GABA. Dr. Kresser recommends 500 mg. of taurine up to three times daily. Instead of Taurine, one could take GABA as a supplement. Dr. Axe recommends it for decreasing anxiety and relaxing muscles.\r\n\r\n<strong>Vitamin B Complex</strong> â€“ Dr. Axe notes B vitamins in general are known to help combat the effects of stress and stabilize mood. A B6 deficiency can cause anxiety, irritability and depression. B12 is important in fighting stress and depression.\r\n\r\n<strong>Lavender</strong> - Either as an oral supplement or an aromatherapy essential oil, lavender has been shown to promote relaxation and even encourage sleep. Dr. Axe notes a German study found one lavender capsule was as effective as benzodiazepine in reducing anxiety.\r\n\r\n<strong>Kava</strong> â€“ This tropical herb works by stimulating dopamine receptors and improving mood. <em>Psychology Today</em> notes that the herb has been studied extensively and is an effective and safe treatment for anxiety.\r\n\r\n<strong>REFERENCES:</strong>\r\n<a href=\"https://draxe.com/natural-remedies-anxiety/\" target=\"_blank\" rel=\"noopener\">Dr. Axe</a>\r\n\r\n<a href=\"http://drchristianson.com/sweetening-your-life/\" target=\"_blank\" rel=\"noopener\">Dr. Christianson</a>\r\n\r\n<a href=\"https://chriskresser.com/functional-medicine-approach-to-anxiety/\" target=\"_blank\" rel=\"noopener\">Dr. Kresser</a>\r\n\r\n<a href=\"https://www.psychologytoday.com/us/blog/calmer-you/201806/8-effective-herbal-supplements-anxiety\" target=\"_blank\" rel=\"noopener\">Psychology Today</a>\r\n\r\n<a href=\"https://www.anxietycentre.com/anxiety-statistics-information.shtml\" target=\"_blank\" rel=\"noopener\">Anxiety Center</a>\r\n\r\n<a href=\"https://www.nimh.nih.gov/health/statistics/any-anxiety-disorder.shtml\" target=\"_blank\" rel=\"noopener\">National Institute of Mental Health</a>\r\n\r\n<a href=\"https://www.sleepjunkie.org/what-one-night-of-sleep-loss-can-do-to-you/\" target=\"_blank\" rel=\"noopener\">Sleep Junkie</a>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1163\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Anxiety','Functional Medicine Doctors\' advice for settling your nerves.','inherit','closed','closed','','1162-revision-v1','','','2018-09-19 14:56:21','2018-09-19 19:56:21','',1162,'https://ruthsnutrition.gsg-host.com/1162-revision-v1/',0,'revision','',0),(1166,2,'2018-10-30 12:34:53','2018-10-30 17:34:53','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Help for pain, illness, IBS, dry eyes &amp; more!</h2>\r\nStores are filled with holiday displays, reminding us Thanksgiving isnâ€™t far away. That gets us to thinking about things we are thankful for: Friends, family, loved ones, and since we work in a health food store â€“ supplements that help keep us in tip-top shape. We thought it would be helpful for each of us to share a list of newer products weâ€™ve tried this year â€“ and have become deeply grateful for.\r\n\r\n<strong>Anita</strong>\r\n\r\nAs we get older, we all get aches and pains. Anita tried the <strong>Terry Naturally Hemp Oil &amp; Curamin</strong> and was pleasantly surprised. â€œThis is an excellent formula for pain.â€ It contains 250 mg of Terry Naturallyâ€™s proprietary complex of Curcumin (BCM-95) along with 25 mg of concentrated European Hemp Oil. Anita has found it helpful for both arthritis pain and muscle pain.\r\n\r\nAnita also likes <strong>Herbs Etc.â€™s Menstrual Cramp Releaf</strong>, though she uses it differently than the label would suggest. The product works well on menstrual pain, but because it contains antispasmodic herbs like Black Haw, Cramp Bark and Wild Yam, it also works well on any kind of muscle cramp. â€œI have used it for muscle spasms in my back,â€ says Anita, â€œand was surprised at how well it works.â€\r\n\r\nNow that weâ€™re in cold and flu season, Anita also uses <strong>Natureâ€™s Plus Tri-Immune</strong>. Containing Andrographis, Olive leaf and ARA-Larix, this formula offers powerful immune support. It can be taken daily as a preventative or as needed at the onset of illness.\r\n\r\n<strong>Barbara</strong>\r\n\r\nDealing with dry eyes can be irritating and painful â€“ just ask Barbara. Sheâ€™s learned to be grateful for <strong>Life Extensionâ€™s Bright Eyes III Lubricant Eye Drops</strong>. Although the liquid stings a bit upon application, Barbara says, â€œIt really helps the pain and discomfort in my eyes.â€\r\n\r\nAnother favorite Barbara has found is <strong>SolaRayâ€™s Mycrobiome Colon Formula probiotic</strong>. â€œI had not taken a probiotic in quite a while. I was given a sample of this product, and I immediately noticed a difference in bowel regularity and consistency.â€\r\n\r\nOne of Ruthâ€™s newer brands is Herbalogics, a company specializing in herbal formulas. <strong>Peak Power Energy &amp; Performance Formula</strong> is a blend of two herbal tonics long used to combat exhaustion and promote sustained energy. â€œI love this product,â€ says Barbara. â€œI can always depend on it to boost my energy and give me a sense of well-being.â€\r\n\r\n&nbsp;\r\n\r\n<strong>Christine</strong>\r\n\r\n<strong>Herbs Etc.â€™s Immune Alert</strong> is a product Christine has learned to lean on, especially during cold and flu season. Containing Andrographis, Echinacea, Olive Leaf, Elderberry and more, this formula stimulates production, maturation and mobilization of white blood cells and other body defenses. Christine takes it â€œat the first sign of feeling a little under the weather.â€\r\n\r\nAt this time of year many of us are taking elderberry on a regular basis. Christine likes <strong>Normâ€™s Farms Elderberry Preserves &amp; Jam </strong>as yet another way to get the immune-boosting herb. â€œGetting kids to take a supplement more than once a day can be challenging,â€ says Christine. She recommends putting Normâ€™s on toast, bagels or crackers. â€œThey are sure to love it!â€\r\n\r\nThe last product Christine is grateful for is <strong>Atrantil</strong>, designed for relief from bloating, abdominal discomforts and changes in bowel habits. â€œIâ€™ve used it and I like it,â€ says Christine. â€œIt works great for gas and bloating.â€\r\n\r\n<strong>Sue</strong>\r\n\r\nLike Christine, Sue has found <strong>Atrantil</strong> helpful. â€œMy functional doctor recommended it,â€ Sue says, â€œand it worked really well.â€ Designed to help with a common cause of gas and bloating - small intestine bacterial overgrowth (SIBO) - Atrantil contains several herbs that essentially starve out bad guy bacteria. â€œI know of no other product in this category of action,â€ Sue says, â€œIâ€™m very impressed.â€\r\n\r\nSue also has come to depend on <strong>ReNew Lifeâ€™s Return to Regular Probiotic &amp; Prebiotic</strong>. â€œItâ€™s the only probiotic Iâ€™ve ever taken that has genuinely helped my constipation,â€ Sue says. This organic probiotic contains the prebiotic XOS, 10 beneficial strains of probiotic, 20 billion live cultures and is gluten, dairy and soy free.\r\n\r\nLast, Sue is grateful for <strong>Charlotteâ€™s Web Hemp Oil</strong>. â€œI found it quickly reduces anxiety,â€ Sue says. â€œIt also helps alleviate my pain, but it took a little longer for that effect to appear.â€\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1167\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','New remedies we are thankful for','Help for pain, illness, IBS, dry eyes & more!','publish','closed','open','','new-remedies-we-are-thankful-for','','','2018-10-30 12:34:53','2018-10-30 17:34:53','',0,'https://ruthsnutrition.gsg-host.com/?p=1166',0,'post','',0),(1167,2,'2018-10-30 12:17:32','2018-10-30 17:17:32','','Being Thankful 600X450','','inherit','open','closed','','being-thankful-600x450','','','2018-10-30 12:17:32','2018-10-30 17:17:32','',1166,'https://ruthsnutrition.gsg-host.com/wp-content/uploads/2018/10/Being-Thankful-600X450.png',0,'attachment','image/png',0),(1168,2,'2018-10-30 12:33:10','2018-10-30 17:33:10','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Help for pain, illness, IBS, dry eyes &amp; more!</h2>\r\nStores are filled with holiday displays, reminding us Thanksgiving isnâ€™t far away. That gets us to thinking about things we are thankful for: Friends, family, loved ones, and since we work in a health food store â€“ supplements that help keep us in tip-top shape. We thought it would be helpful for each of us to share a list of newer products weâ€™ve tried this year â€“ and have become deeply grateful for.\r\n\r\n<strong>Anita</strong>\r\n\r\nAs we get older, we all get aches and pains. Anita tried the <strong>Terry Naturally Hemp Oil &amp; Curamin</strong> and was pleasantly surprised. â€œThis is an excellent formula for pain.â€ It contains 250 mg of Terry Naturallyâ€™s proprietary complex of Curcumin (BCM-95) along with 25 mg of concentrated European Hemp Oil. Anita has found it helpful for both arthritis pain and muscle pain.\r\n\r\nAnita also likes <strong>Herbs Etc.â€™s Menstrual Cramp Releaf</strong>, though she uses it differently than the label would suggest. The product works well on menstrual pain, but because it contains antispasmodic herbs like Black Haw, Cramp Bark and Wild Yam, it also works well on any kind of muscle cramp. â€œI have used it for muscle spasms in my back,â€ says Anita, â€œand was surprised at how well it works.â€\r\n\r\nNow that weâ€™re in cold and flu season, Anita also uses <strong>Natureâ€™s Plus Tri-Immune</strong>. Containing Andrographis, Olive leaf and ARA-Larix, this formula offers powerful immune support. It can be taken daily as a preventative or as needed at the onset of illness.\r\n\r\n<strong>Barbara</strong>\r\n\r\nDealing with dry eyes can be irritating and painful â€“ just ask Barbara. Sheâ€™s learned to be grateful for <strong>Life Extensionâ€™s Bright Eyes III Lubricant Eye Drops</strong>. Although the liquid stings a bit upon application, Barbara says, â€œIt really helps the pain and discomfort in my eyes.â€\r\n\r\nAnother favorite Barbara has found is <strong>SolaRayâ€™s Mycrobiome Colon Formula probiotic</strong>. â€œI had not taken a probiotic in quite a while. I was given a sample of this product, and I immediately noticed a difference in bowel regularity and consistency.â€\r\n\r\nOne of Ruthâ€™s newer brands is Herbalogics, a company specializing in herbal formulas. <strong>Peak Power Energy &amp; Performance Formula</strong> is a blend of two herbal tonics long used to combat exhaustion and promote sustained energy. â€œI love this product,â€ says Barbara. â€œI can always depend on it to boost my energy and give me a sense of well-being.â€\r\n\r\n&nbsp;\r\n\r\n<strong>Christine</strong>\r\n\r\n<strong>Herbs Etc.â€™s Immune Alert</strong> is a product Christine has learned to lean on, especially during cold and flu season. Containing Andrographis, Echinacea, Olive Leaf, Elderberry and more, this formula stimulates production, maturation and mobilization of white blood cells and other body defenses. Christine takes it â€œat the first sign of feeling a little under the weather.â€\r\n\r\nAt this time of year many of us are taking elderberry on a regular basis. Christine likes <strong>Normâ€™s Farms Elderberry Preserves &amp; Jam </strong>as yet another way to get the immune-boosting herb. â€œGetting kids to take a supplement more than once a day can be challenging,â€ says Christine. She recommends putting Normâ€™s on toast, bagels or crackers. â€œThey are sure to love it!â€\r\n\r\nThe last product Christine is grateful for is <strong>Atrantil</strong>, designed for relief from bloating, abdominal discomforts and changes in bowel habits. â€œIâ€™ve used it and I like it,â€ says Christine. â€œIt works great for gas and bloating.â€\r\n\r\n<strong>Sue</strong>\r\n\r\nLike Christine, Sue has found <strong>Atrantil</strong> helpful. â€œMy functional doctor recommended it,â€ Sue says, â€œand it worked really well.â€ Designed to help with a common cause of gas and bloating - small intestine bacterial overgrowth (SIBO) - Atrantil contains several herbs that essentially starve out bad guy bacteria. â€œI know of no other product in this category of action,â€ Sue says, â€œIâ€™m very impressed.â€\r\n\r\nSue also has come to depend on <strong>ReNew Lifeâ€™s Return to Regular Probiotic &amp; Prebiotic</strong>. â€œItâ€™s the only probiotic Iâ€™ve ever taken that has genuinely helped my constipation,â€ Sue says. This organic probiotic contains the prebiotic XOS, 10 beneficial strains of probiotic, 20 billion live cultures and is gluten, dairy and soy free.\r\n\r\nLast, Sue is grateful for <strong>Charlotteâ€™s Web Hemp Oil</strong>. â€œI found it quickly reduces anxiety,â€ Sue says. â€œIt also helps alleviate my pain, but it took a little longer for that effect to appear.â€\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1167\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','New remedies we are thankful for','Help for pain, illness, IBS, dry eyes & more!','inherit','closed','closed','','1166-revision-v1','','','2018-10-30 12:33:10','2018-10-30 17:33:10','',1166,'https://ruthsnutrition.gsg-host.com/1166-revision-v1/',0,'revision','',0),(1169,2,'2018-11-01 15:01:29','2018-11-01 20:01:29','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Come see us on Shop Small Saturday!</h2>\r\nNovember has us thinking of the holidays and all the things we are thankful for â€“ especially our customers! What better time to have a <strong>storewide sale and special gift basket giveaway</strong> than to coordinate it with <strong>Small Business Saturday, Nov. 24, 9:30 a.m.-2:30 p.m!</strong>\r\n\r\nBut the festivities start even sooner and spread even wider with the South Huntsville Business Association and the south Huntsville-Madison County Public Library branches of Bailey Cove and Eleanor Murphy partnering to promote the great deals found in South Huntsville.\r\n\r\nThe Das Stahl Bierhaus crew invites everyone to its annual Friendsgiving event from 4:30-7:30 p.m. Sunday, Nov. 18. Itâ€™s an opportunity for friends and regulars to get together and enjoy the holiday before the holiday with some fine beverages and eats. Meats/proteins will be provided and visitors can bring sides, like a potluck. While there, shoppers can pick up a â€œshopper passportâ€ and Shop Small tote bag to get ready to Shop Small South Huntsville on Nov. 24. (Passports can also be picked up beginning Monday, Nov. 19, at any participating South Huntsville business â€“ including Ruthâ€™s! â€“ or at the Bailey Cove or Eleanor Murphy libraries.)\r\n\r\nOn Saturday, Nov. 24, Ruthâ€™s shoppers can take advantage of our storewide sale, enter a drawing for an Aromatherapy Gift Basket containing a silver aromatherapy necklace with extra colorful pads, an aromatherapy diffuser, lavender essential oil and an aromatherapy book, valued at $54! Shoppers also can get their passports â€œstampedâ€ then post them on social media with the <strong>#shopsmallshsv</strong> tag to be entered into a grand prize drawing. Every participating business will have a drawing for special prizes when you make a purchase.\r\n\r\nIn addition, shoppers can visit craft fairs with local makers that are being held at the Bailey Cove and Eleanor Murphy libraries from 10-4 that day. Participating businesses and more event information will be posted on <a href=\"http://facebook.com/HMCPL/\" target=\"_blank\" rel=\"noopener\">facebook.com/HMCPL/</a> and <a href=\"http://facebook.com/shbahsv/\" target=\"_blank\" rel=\"noopener\">facebook.com/shbahsv/</a>.\r\n\r\nMark your calendars and plan to share in the fun and prizes. See you then!\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1170\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Storewide Sale & a Prize!','Great deals on Shop Small Saturday, Nov. 24!','publish','closed','open','','storewide-sale-a-prize','','','2018-11-01 15:01:29','2018-11-01 20:01:29','',0,'https://ruthsnutrition.gsg-host.com/?p=1169',0,'post','',0),(1170,2,'2018-11-01 14:52:13','2018-11-01 19:52:13','','Aromatherapy & Shop Local basket 029','','inherit','open','closed','','aromatherapy-shop-local-basket-029','','','2018-11-01 14:52:13','2018-11-01 19:52:13','',1169,'https://ruthsnutrition.gsg-host.com/wp-content/uploads/2018/11/Aromatherapy-Shop-Local-basket-029.jpg',0,'attachment','image/jpeg',0),(1171,2,'2018-11-01 14:58:32','2018-11-01 19:58:32','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Come see us on Shop Small Saturday!</h2>\r\nNovember has us thinking of the holidays and all the things we are thankful for â€“ especially our customers! What better time to have a <strong>storewide sale and special gift basket giveaway</strong> than to coordinate it with <strong>Small Business Saturday, Nov. 24, 9:30 a.m.-2:30 p.m!</strong>\r\n\r\nBut the festivities start even sooner and spread even wider with the South Huntsville Business Association and the south Huntsville-Madison County Public Library branches of Bailey Cove and Eleanor Murphy partnering to promote the great deals found in South Huntsville.\r\n\r\nThe Das Stahl Bierhaus crew invites everyone to its annual Friendsgiving event from 4:30-7:30 p.m. Sunday, Nov. 18. Itâ€™s an opportunity for friends and regulars to get together and enjoy the holiday before the holiday with some fine beverages and eats. Meats/proteins will be provided and visitors can bring sides, like a potluck. While there, shoppers can pick up a â€œshopper passportâ€ and Shop Small tote bag to get ready to Shop Small South Huntsville on Nov. 24. (Passports can also be picked up beginning Monday, Nov. 19, at any participating South Huntsville business â€“ including Ruthâ€™s! â€“ or at the Bailey Cove or Eleanor Murphy libraries.)\r\n\r\nOn Saturday, Nov. 24, Ruthâ€™s shoppers can take advantage of our storewide sale, enter a drawing for an Aromatherapy Gift Basket containing a silver aromatherapy necklace with extra colorful pads, an aromatherapy diffuser, lavender essential oil and an aromatherapy book, valued at $54! Shoppers also can get their passports â€œstampedâ€ then post them on social media with the <strong>#shopsmallshsv</strong> tag to be entered into a grand prize drawing. Every participating business will have a drawing for special prizes when you make a purchase.\r\n\r\nIn addition, shoppers can visit craft fairs with local makers that are being held at the Bailey Cove and Eleanor Murphy libraries from 10-4 that day. Participating businesses and more event information will be posted on <a href=\"http://facebook.com/HMCPL/\" target=\"_blank\" rel=\"noopener\">facebook.com/HMCPL/</a> and <a href=\"http://facebook.com/shbahsv/\" target=\"_blank\" rel=\"noopener\">facebook.com/shbahsv/</a>.\r\n\r\nMark your calendars and plan to share in the fun and prizes. See you then!\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1170\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Storewide Sale & a Prize!','Great deals on Shop Small Saturday, Nov. 24!','inherit','closed','closed','','1169-revision-v1','','','2018-11-01 14:58:32','2018-11-01 19:58:32','',1169,'https://ruthsnutrition.gsg-host.com/1169-revision-v1/',0,'revision','',0),(1172,2,'2018-11-05 12:56:36','2018-11-05 18:56:36','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Bargains all over the store!</h2>\r\nItâ€™s nearly time to take inventory and weâ€™ve got too many items on our shelves. So weâ€™ve marked down excellent products to provide you bargains all over the store! That includes all<strong> MyKind Organics</strong> products (multivitamins, calcium, herbals and more!) , all <strong>Garden of Life Memory &amp; Focus formulas</strong>, <strong>Nutribiotic Throat Spray</strong>, <strong>Gaia Herbs Elderberry Syrup</strong>, <strong>Aubrey Collagen Moisturizer</strong>, <strong>Nordic Naturals Ultimate Omega &amp; CoQ10</strong>, <strong>Solaray Red Yeast Rice &amp; CoQ10</strong>, <strong>Enzymatic Therapy Adrenergize</strong>, and much, much more!\r\n\r\nOn top of that, weâ€™ve got <strong>all our Natural Factors products on sale</strong>. That includes customer favorites like MenoSense, AdrenoSense, Sex Essentials, Bio-Sil and more!\r\n\r\n<strong>Gabriel Non-Toxic Nail Polishes are on sale</strong>! Weâ€™ve got a fabulous selection of colors.\r\n\r\n<strong>Bluebonnetâ€™s Acidophilus 10 billion probiotic</strong> also is on sale, as well as <strong>BlueBonnetâ€™s new Simply Calm Cherry Magnesium Powder</strong>. Relax the body, Soothe the mind!\r\n\r\nClearly, thereâ€™s something for everyone here! More great products @ great prices!\r\n\r\n&nbsp;\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1173\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','PRE-INVENTORY SALE!','More great products @ great prices!','publish','closed','open','','pre-inventory-sale','','','2018-11-05 12:56:36','2018-11-05 18:56:36','',0,'https://ruthsnutrition.gsg-host.com/?p=1172',0,'post','',0),(1173,2,'2018-11-05 12:50:48','2018-11-05 18:50:48','','Sales - shoppers 599X387','','inherit','open','closed','','sales-shoppers-599x387','','','2018-11-05 12:50:48','2018-11-05 18:50:48','',1172,'https://ruthsnutrition.gsg-host.com/wp-content/uploads/2018/11/Sales-shoppers-599X387.jpg',0,'attachment','image/jpeg',0),(1174,2,'2018-11-05 12:54:50','2018-11-05 18:54:50','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Bargains all over the store!</h2>\r\nItâ€™s nearly time to take inventory and weâ€™ve got too many items on our shelves. So weâ€™ve marked down excellent products to provide you bargains all over the store! That includes all<strong> MyKind Organics</strong> products (multivitamins, calcium, herbals and more!) , all <strong>Garden of Life Memory &amp; Focus formulas</strong>, <strong>Nutribiotic Throat Spray</strong>, <strong>Gaia Herbs Elderberry Syrup</strong>, <strong>Aubrey Collagen Moisturizer</strong>, <strong>Nordic Naturals Ultimate Omega &amp; CoQ10</strong>, <strong>Solaray Red Yeast Rice &amp; CoQ10</strong>, <strong>Enzymatic Therapy Adrenergize</strong>, and much, much more!\r\n\r\nOn top of that, weâ€™ve got <strong>all our Natural Factors products on sale</strong>. That includes customer favorites like MenoSense, AdrenoSense, Sex Essentials, Bio-Sil and more!\r\n\r\n<strong>Gabriel Non-Toxic Nail Polishes are on sale</strong>! Weâ€™ve got a fabulous selection of colors.\r\n\r\n<strong>Bluebonnetâ€™s Acidophilus 10 billion probiotic</strong> also is on sale, as well as <strong>BlueBonnetâ€™s new Simply Calm Cherry Magnesium Powder</strong>. Relax the body, Soothe the mind!\r\n\r\nClearly, thereâ€™s something for everyone here! More great products @ great prices!\r\n\r\n&nbsp;\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1173\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','PRE-INVENTORY SALE!','More great products @ great prices!','inherit','closed','closed','','1172-revision-v1','','','2018-11-05 12:54:50','2018-11-05 18:54:50','',1172,'https://ruthsnutrition.gsg-host.com/1172-revision-v1/',0,'revision','',0),(1175,2,'2018-11-05 14:34:39','0000-00-00 00:00:00','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Premium Whole-Plant Cannabinoid Extract</h2>\r\nFor some time now weâ€™ve had customers asking us to carry CBD (cannabinoid) oil. Weâ€™ve spent months doing research, looking for a product that was high quality, made by a reputable company and one that contains enough cannabinoids to be effective.\r\n\r\nWeâ€™re happy to announce that we now offer Charlotteâ€™s Web premium whole-plant cannabinoid extract. CW is a family-owned Colorado company that uses 100 percent non-GMO cultivated plants. That means youâ€™ll receive a full spectrum of whole-plant cannabinoids that work symbiotically with other plant compounds, unlike single-molecule products.\r\n\r\nCW whole-plant hemp extract uses proprietary and consistent genetics for more reliable, long-term results. Each batch goes through three rounds of quality control testings. The products are produced and packaged in an FDA registered facility following third party verified Good Manufacturing Practices (GMP).\r\n\r\nIn collaboration with The Realm of Caring Foundation and Johns Hopkins University, CW donates a portion of all sales to further study the enormous potential of the whole-plant cannabinoids found in CW Hemp and their effect on anxiety, diabetes, inflammation, migraines and chronic pain.\r\n\r\nThe effects of cannabinoids are so vast because they bind a huge network of receptors in our bodies called the Endcocannabinoid System. Its receptors are found in many parts of our bodies and can affect appetite, analgesia, autonomic nervous system, energy &amp; balance, pain perception, immune function, memory, sleep, stress response and thermoregulation. <a href=\"http://herb.co/2016/07/28/endocannabinoid-system-dummies/\" target=\"_blank\" rel=\"noopener\">Read more</a>.\r\n\r\nPlants containing compounds that affect these receptors include Echinacea, cacao, black pepper, kava, marijuana and, of course, hemp. Unlike marijuana, hemp does not contain THC, a psychoactive compound. That means you can benefit from hempâ€™s therapeutic actions without getting high.\r\n\r\nTo read more about CBD oil uses, <a href=\"http://www.medicalnewstoday.com/articles/317221.php\" target=\"_blank\" rel=\"noopener\">click here</a>.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>Â </strong>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"994\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Charlotte\'s Web (CW)','Be more calm. Improve focus. Just feel better!','draft','closed','open','','','','','2018-11-05 14:34:39','0000-00-00 00:00:00','',0,'https://ruthsnutrition.gsg-host.com/?p=1175',0,'post','',0),(1176,2,'2018-11-28 14:47:39','2018-11-28 20:47:39','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Supplements for surviving the season</h2>\r\nWinter is a time for holidays, parties, family, and friends â€“ along with stress, colds, and flu. Every silver lining has its corresponding cloud! To help you keep on the sunny side of this season, make sure youâ€™re getting adequate amounts of these winter-surviving vitamins/minerals.\r\n\r\n<strong>Vitamin C</strong>\r\nHaving healthy amounts of vitamin C in your system wonâ€™t prevent a cold, but it can shorten its duration and reduce its symptoms. Thatâ€™s worth a lot. In addition, vitamin C is necessary for maintenance of healthy connective tissue and helps wound healing.\r\n\r\n<strong>Vitamin D</strong>\r\nDays are shorter in winter and itâ€™s hard for us to get enough sunshine to make optimal amounts of vitamin D. Deficiency has been linked to a lowered immune system, impaired wound healing, depression, and increased risk of respiratory infections like colds, bronchitis and pneumonia.\r\n\r\n<strong>Zinc</strong>\r\nZinc is a mineral also known for shortening the duration of a cold and reducing its symptoms. This is especially true if zinc is taken at the first sign of symptoms. And like vitamin C, zinc helps with wound healing.\r\n\r\n<strong>B Vitamins</strong>\r\nB vitamins are essential for combatting the effects of stress, maintaining a healthy nervous system and creating neurotransmitters responsible for positive mood. B12 in particular can be helpful for seasonal affective disorder, or SAD Syndrome.\r\n\r\n&nbsp;\r\n\r\n<strong>REFERENCES</strong>\r\n<a href=\"https://www.hippocraticpost.com/integrative/vitamins-for-winter/\" target=\"_blank\" rel=\"noopener\">Hippocratic Post</a>\r\n<a href=\"https://www.integrativenutrition.com/blog/2016/11/5-vitamins-and-minerals-your-body-needs-more-of-in-winter\" target=\"_blank\" rel=\"noopener\">Integrative Nutrition</a>\r\n<a href=\"https://www.justvitamins.co.uk/blog/three-supplements-you-should-be-taking-this-winter/#.W8eCuHtKj3g\" target=\"_blank\" rel=\"noopener\">Just Vitamins</a>\r\n\r\n&nbsp;\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1177\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Vitamins for Winter','Vitamins for seasonal support!','publish','closed','open','','vitamins-for-winter','','','2018-11-28 16:42:50','2018-11-28 22:42:50','',0,'https://ruthsnutrition.gsg-host.com/?p=1176',0,'post','',0),(1177,2,'2018-11-28 14:35:39','2018-11-28 20:35:39','','vitamins 601X572','','inherit','open','closed','','vitamins-601x572','','','2018-11-28 14:35:39','2018-11-28 20:35:39','',1176,'https://ruthsnutrition.gsg-host.com/wp-content/uploads/2018/11/vitamins-601X572.jpg',0,'attachment','image/jpeg',0),(1178,2,'2018-11-28 14:44:16','2018-11-28 20:44:16','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Supplements for surviving the season</h2>\r\nWinter is a time for holidays, parties, family, and friends â€“ along with stress, colds, and flu. Every silver lining has its corresponding cloud! To help you keep on the sunny side of this season, make sure youâ€™re getting adequate amounts of these winter-surviving vitamins/minerals.\r\n\r\n<strong>Vitamin C</strong>\r\nHaving healthy amounts of vitamin C in your system wonâ€™t prevent a cold, but it can shorten its duration and reduce its symptoms. Thatâ€™s worth a lot. In addition, vitamin C is necessary for maintenance of healthy connective tissue and helps wound healing.\r\n\r\n<strong>Vitamin D</strong>\r\nDays are shorter in winter and itâ€™s hard for us to get enough sunshine to make optimal amounts of vitamin D. Deficiency has been linked to a lowered immune system, impaired wound healing, depression, and increased risk of respiratory infections like colds, bronchitis and pneumonia.\r\n\r\n<strong>Zinc</strong>\r\nZinc is a mineral also known for shortening the duration of a cold and reducing its symptoms. This is especially true if zinc is taken at the first sign of symptoms. And like vitamin C, zinc helps with wound healing.\r\n\r\n<strong>B Vitamins</strong>\r\nB vitamins are essential for combatting the effects of stress, maintaining a healthy nervous system and creating neurotransmitters responsible for positive mood. B12 in particular can be helpful for seasonal affective disorder, or SAD Syndrome.\r\n\r\n&nbsp;\r\n\r\n<strong>REFERENCES</strong>\r\n<a href=\"https://www.hippocraticpost.com/integrative/vitamins-for-winter/\" target=\"_blank\" rel=\"noopener\">Hippocratic Post</a>\r\n<a href=\"https://www.integrativenutrition.com/blog/2016/11/5-vitamins-and-minerals-your-body-needs-more-of-in-winter\" target=\"_blank\" rel=\"noopener\">Integrative Nutrition</a>\r\n<a href=\"https://www.justvitamins.co.uk/blog/three-supplements-you-should-be-taking-this-winter/#.W8eCuHtKj3g\" target=\"_blank\" rel=\"noopener\">Just Vitamins</a>\r\n\r\n&nbsp;\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1177\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Vitamins for Winter','Help for pain, illness, IBS, dry eyes & more!','inherit','closed','closed','','1176-revision-v1','','','2018-11-28 14:44:16','2018-11-28 20:44:16','',1176,'https://ruthsnutrition.gsg-host.com/1176-revision-v1/',0,'revision','',0),(1179,2,'2018-11-28 16:42:50','2018-11-28 22:42:50','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Supplements for surviving the season</h2>\r\nWinter is a time for holidays, parties, family, and friends â€“ along with stress, colds, and flu. Every silver lining has its corresponding cloud! To help you keep on the sunny side of this season, make sure youâ€™re getting adequate amounts of these winter-surviving vitamins/minerals.\r\n\r\n<strong>Vitamin C</strong>\r\nHaving healthy amounts of vitamin C in your system wonâ€™t prevent a cold, but it can shorten its duration and reduce its symptoms. Thatâ€™s worth a lot. In addition, vitamin C is necessary for maintenance of healthy connective tissue and helps wound healing.\r\n\r\n<strong>Vitamin D</strong>\r\nDays are shorter in winter and itâ€™s hard for us to get enough sunshine to make optimal amounts of vitamin D. Deficiency has been linked to a lowered immune system, impaired wound healing, depression, and increased risk of respiratory infections like colds, bronchitis and pneumonia.\r\n\r\n<strong>Zinc</strong>\r\nZinc is a mineral also known for shortening the duration of a cold and reducing its symptoms. This is especially true if zinc is taken at the first sign of symptoms. And like vitamin C, zinc helps with wound healing.\r\n\r\n<strong>B Vitamins</strong>\r\nB vitamins are essential for combatting the effects of stress, maintaining a healthy nervous system and creating neurotransmitters responsible for positive mood. B12 in particular can be helpful for seasonal affective disorder, or SAD Syndrome.\r\n\r\n&nbsp;\r\n\r\n<strong>REFERENCES</strong>\r\n<a href=\"https://www.hippocraticpost.com/integrative/vitamins-for-winter/\" target=\"_blank\" rel=\"noopener\">Hippocratic Post</a>\r\n<a href=\"https://www.integrativenutrition.com/blog/2016/11/5-vitamins-and-minerals-your-body-needs-more-of-in-winter\" target=\"_blank\" rel=\"noopener\">Integrative Nutrition</a>\r\n<a href=\"https://www.justvitamins.co.uk/blog/three-supplements-you-should-be-taking-this-winter/#.W8eCuHtKj3g\" target=\"_blank\" rel=\"noopener\">Just Vitamins</a>\r\n\r\n&nbsp;\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1177\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Vitamins for Winter','Vitamins for seasonal support!','inherit','closed','closed','','1176-revision-v1','','','2018-11-28 16:42:50','2018-11-28 22:42:50','',1176,'https://ruthsnutrition.gsg-host.com/1176-revision-v1/',0,'revision','',0),(1180,2,'2018-11-28 16:43:16','2018-11-28 22:43:16','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Supplements for surviving the season</h2>\r\nWinter is a time for holidays, parties, family, and friends â€“ along with stress, colds, and flu. Every silver lining has its corresponding cloud! To help you keep on the sunny side of this season, make sure youâ€™re getting adequate amounts of these winter-surviving vitamins/minerals.\r\n\r\n<strong>Vitamin C</strong>\r\nHaving healthy amounts of vitamin C in your system wonâ€™t prevent a cold, but it can shorten its duration and reduce its symptoms. Thatâ€™s worth a lot. In addition, vitamin C is necessary for maintenance of healthy connective tissue and helps wound healing.\r\n\r\n<strong>Vitamin D</strong>\r\nDays are shorter in winter and itâ€™s hard for us to get enough sunshine to make optimal amounts of vitamin D. Deficiency has been linked to a lowered immune system, impaired wound healing, depression, and increased risk of respiratory infections like colds, bronchitis and pneumonia.\r\n\r\n<strong>Zinc</strong>\r\nZinc is a mineral also known for shortening the duration of a cold and reducing its symptoms. This is especially true if zinc is taken at the first sign of symptoms. And like vitamin C, zinc helps with wound healing.\r\n\r\n<strong>B Vitamins</strong>\r\nB vitamins are essential for combatting the effects of stress, maintaining a healthy nervous system and creating neurotransmitters responsible for positive mood. B12 in particular can be helpful for seasonal affective disorder, or SAD Syndrome.\r\n\r\n&nbsp;\r\n\r\n<strong>REFERENCES</strong>\r\n<a href=\"https://www.hippocraticpost.com/integrative/vitamins-for-winter/\" target=\"_blank\" rel=\"noopener\">Hippocratic Post</a>\r\n<a href=\"https://www.integrativenutrition.com/blog/2016/11/5-vitamins-and-minerals-your-body-needs-more-of-in-winter\" target=\"_blank\" rel=\"noopener\">Integrative Nutrition</a>\r\n<a href=\"https://www.justvitamins.co.uk/blog/three-supplements-you-should-be-taking-this-winter/#.W8eCuHtKj3g\" target=\"_blank\" rel=\"noopener\">Just Vitamins</a>\r\n\r\n&nbsp;\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1177\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Vitamins for Winter','Vitamins for seasonal support!','inherit','closed','closed','','1176-autosave-v1','','','2018-11-28 16:43:16','2018-11-28 22:43:16','',1176,'https://ruthsnutrition.gsg-host.com/1176-autosave-v1/',0,'revision','',0),(1181,2,'2018-11-30 12:41:38','2018-11-30 18:41:38','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Great for gifts or spoiling yourself!</h2>\r\nWeâ€™ve noticed in the last couple of years that more and more people are making some of their Christmas gifts using essential oils. We already carry one of the most complete selections of aromatherapy products around (four brands of essential oils, carrier oils, diffusers, dropper bottles, roller bottles, spray bottles, citric acid, magnesium flakes, etc.), so we thought we could most help our DIY customers by providing a few essential oil recipes. Enjoy!\r\n\r\n<strong>Bath Bombs</strong>\r\n8 oz. baking soda\r\n4 oz. magnesium flakes <em>(sold at Ruthâ€™s!)</em>\r\n4 oz. corn starch\r\n4 oz. citric acid <em>(sold at Ruthâ€™s!)</em>\r\n2.5 tablespoons melted or fractionated coconut oil <em>(sold at Ruthâ€™s!)</em>\r\nAbout 1 tablespoon water\r\nAbout 2 teaspoons essential oils of your choice <em>(sold at Ruthâ€™s!)</em>\r\n4-6 drops food coloring\r\n12-18 silicone molds\r\n\r\nMix dry ingredients together (baking soda, magnesium flakes, corn starch, citric acid) in a large bowl. Whisk to make sure mixture is clump-free.\r\n\r\nIn a separate bowl, mix the wet ingredients (oil, water, essential oil, food coloring). Or put them into a large jar, close the lid and shake well.\r\n\r\nSLOWLY add liquid mixture to the dry mixture, maybe a teaspoon at a time. Whisk to keep from clumping but slow down if it starts to get fizzy. Final mixture should just barely clump together, like wet sand.\r\n\r\nStuff into silicone molds ASAP. Press mixture firmly into molds. Then let bombs dry 8 hours to overnight.\r\n\r\nWhen dry, pop them out of the molds and package as gifts.\r\n\r\n&nbsp;\r\n\r\n<strong>Bath Salts</strong>\r\n\r\n2 cups magnesium flakes <em>(sold at Ruthâ€™s!)</em>\r\nÂ½ cup sea salt <em>(sold at Ruthâ€™s!)</em>\r\nÂ½ cup baking soda\r\n15 drops of essential oil, single or a blend <em>(sold at Ruthâ€™s!)</em>\r\nFood coloring (5-15 drops)\r\nJars for gift giving\r\n\r\nMix together magnesium flakes, salt and baking soda. Add food coloring and essential oils and mix well. Put into jars and decorate!\r\n\r\n&nbsp;\r\n\r\n<strong>Essential Oil Blends to Try in Bath Salts or Bombs</strong>\r\n\r\nRelaxing - Lavender &amp; Bergamot\r\nInvigorating â€“ Peppermint &amp; Lemon\r\nGood Mood â€“ Ylang Ylang &amp; Frankincense\r\nClear Mind â€“ Lemon &amp; Rosemary\r\nClear Sinuses â€“ Peppermint &amp; Eucalyptus\r\nCalming â€“ Cedarwood &amp; Vetiver\r\n\r\n&nbsp;\r\n\r\n<strong>Essential Oil Blends for Your Diffuser</strong>\r\n\r\nSeasonal Support â€“ Lavender, Lemon, &amp; Peppermint\r\nGoodbye Stress â€“ Frankincense &amp; Bergamot\r\nDeep Sleep â€“ Lavender, Chamomile, &amp; Vetiver\r\nGrounding â€“ Cedarwood &amp; Vetiver\r\n\r\n&nbsp;\r\n\r\n<strong>Essential Oil Blend to Add to Unscented Lotion</strong>\r\n\r\n8 oz. unscented hand or body lotion\r\n10 drops Patchouli\r\n20 drops Sandalwood\r\n5 drops Carrot Seed\r\n\r\nFor more information about how to use essential oils in general, check out the <a href=\"https://naha.org/explore-aromatherapy/about-aromatherapy/methods-of-application/\" target=\"_blank\" rel=\"noopener\">National Association for Holisitic Aromatherapy</a>.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1182\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','DIY Projects for Essential Oils','Great for gifts!','publish','closed','open','','diy-projects-for-essential-oils','','','2018-11-30 12:41:38','2018-11-30 18:41:38','',0,'https://ruthsnutrition.gsg-host.com/?p=1181',0,'post','',0),(1182,2,'2018-11-30 12:30:29','2018-11-30 18:30:29','','Bath bombs 602X602','','inherit','open','closed','','bath-bombs-602x602','','','2018-11-30 12:30:29','2018-11-30 18:30:29','',1181,'https://ruthsnutrition.gsg-host.com/wp-content/uploads/2018/11/Bath-bombs-602X602.jpg',0,'attachment','image/jpeg',0),(1183,2,'2018-11-30 12:37:07','2018-11-30 18:37:07','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Great for gifts or spoiling yourself!</h2>\r\nWeâ€™ve noticed in the last couple of years that more and more people are making some of their Christmas gifts using essential oils. We already carry one of the most complete selections of aromatherapy products around (four brands of essential oils, carrier oils, diffusers, dropper bottles, roller bottles, spray bottles, citric acid, magnesium flakes, etc.), so we thought we could most help our DIY customers by providing a few essential oil recipes. Enjoy!\r\n\r\n<strong>Bath Bombs</strong>\r\n8 oz. baking soda\r\n4 oz. magnesium flakes <em>(sold at Ruthâ€™s!)</em>\r\n4 oz. corn starch\r\n4 oz. citric acid <em>(sold at Ruthâ€™s!)</em>\r\n2.5 tablespoons melted or fractionated coconut oil <em>(sold at Ruthâ€™s!)</em>\r\nAbout 1 tablespoon water\r\nAbout 2 teaspoons essential oils of your choice (sold at Ruthâ€™s!)\r\n4-6 drops food coloring\r\n12-18 silicone molds\r\n\r\nMix dry ingredients together (baking soda, magnesium flakes, corn starch, citric acid) in a large bowl. Whisk to make sure mixture is clump-free.\r\n\r\nIn a separate bowl, mix the wet ingredients (oil, water, essential oil, food coloring). Or put them into a large jar, close the lid and shake well.\r\n\r\nSLOWLY add liquid mixture to the dry mixture, maybe a teaspoon at a time. Whisk to keep from clumping but slow down if it starts to get fizzy. Final mixture should just barely clump together, like wet sand.\r\n\r\nStuff into silicone molds ASAP. Press mixture firmly into molds. Then let bombs dry 8 hours to overnight.\r\n\r\nWhen dry, pop them out of the molds and package as gifts.\r\n\r\n&nbsp;\r\n\r\n<strong>Bath Salts</strong>\r\n\r\n2 cups magnesium flakes <em>(sold at Ruthâ€™s!)</em>\r\nÂ½ cup sea salt <em>(sold at Ruthâ€™s!)</em>\r\nÂ½ cup baking soda\r\n15 drops of essential oil, single or a blend <em>(sold at Ruthâ€™s!)</em>\r\nFood coloring (5-15 drops)\r\nJars for gift giving\r\n\r\nMix together magnesium flakes, salt and baking soda. Add food coloring and essential oils and mix well. Put into jars and decorate!\r\n\r\n&nbsp;\r\n\r\n<strong>Essential Oil Blends to Try in Bath Salts or Bombs</strong>\r\n\r\nRelaxing - Lavender &amp; Bergamot\r\nInvigorating â€“ Peppermint &amp; Lemon\r\nGood Mood â€“ Ylang Ylang &amp; Frankincense\r\nClear Mind â€“ Lemon &amp; Rosemary\r\nClear Sinuses â€“ Peppermint &amp; Eucalyptus\r\nCalming â€“ Cedarwood &amp; Vetiver\r\n\r\n&nbsp;\r\n\r\n<strong>Essential Oil Blends for Your Diffuser</strong>\r\n\r\nSeasonal Support â€“ Lavender, Lemon, &amp; Peppermint\r\nGoodbye Stress â€“ Frankincense &amp; Bergamot\r\nDeep Sleep â€“ Lavender, Chamomile, &amp; Vetiver\r\nGrounding â€“ Cedarwood &amp; Vetiver\r\n\r\n&nbsp;\r\n\r\n<strong>Essential Oil Blend to Add to Unscented Lotion</strong>\r\n\r\n8 oz. unscented hand or body lotion\r\n10 drops Patchouli\r\n20 drops Sandalwood\r\n5 drops Carrot Seed\r\n\r\nFor more information about how to use essential oils in general, check out the <a href=\"https://naha.org/explore-aromatherapy/about-aromatherapy/methods-of-application/\" target=\"_blank\" rel=\"noopener\">National Association for Holisitic Aromatherapy</a>.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1182\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','DIY Projects for Essential Ois','Great for gifts!','inherit','closed','closed','','1181-revision-v1','','','2018-11-30 12:37:07','2018-11-30 18:37:07','',1181,'https://ruthsnutrition.gsg-host.com/1181-revision-v1/',0,'revision','',0),(1184,2,'2018-11-30 12:38:23','2018-11-30 18:38:23','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Great for gifts or spoiling yourself!</h2>\r\nWeâ€™ve noticed in the last couple of years that more and more people are making some of their Christmas gifts using essential oils. We already carry one of the most complete selections of aromatherapy products around (four brands of essential oils, carrier oils, diffusers, dropper bottles, roller bottles, spray bottles, citric acid, magnesium flakes, etc.), so we thought we could most help our DIY customers by providing a few essential oil recipes. Enjoy!\r\n\r\n<strong>Bath Bombs</strong>\r\n8 oz. baking soda\r\n4 oz. magnesium flakes <em>(sold at Ruthâ€™s!)</em>\r\n4 oz. corn starch\r\n4 oz. citric acid <em>(sold at Ruthâ€™s!)</em>\r\n2.5 tablespoons melted or fractionated coconut oil <em>(sold at Ruthâ€™s!)</em>\r\nAbout 1 tablespoon water\r\nAbout 2 teaspoons essential oils of your choice (sold at Ruthâ€™s!)\r\n4-6 drops food coloring\r\n12-18 silicone molds\r\n\r\nMix dry ingredients together (baking soda, magnesium flakes, corn starch, citric acid) in a large bowl. Whisk to make sure mixture is clump-free.\r\n\r\nIn a separate bowl, mix the wet ingredients (oil, water, essential oil, food coloring). Or put them into a large jar, close the lid and shake well.\r\n\r\nSLOWLY add liquid mixture to the dry mixture, maybe a teaspoon at a time. Whisk to keep from clumping but slow down if it starts to get fizzy. Final mixture should just barely clump together, like wet sand.\r\n\r\nStuff into silicone molds ASAP. Press mixture firmly into molds. Then let bombs dry 8 hours to overnight.\r\n\r\nWhen dry, pop them out of the molds and package as gifts.\r\n\r\n&nbsp;\r\n\r\n<strong>Bath Salts</strong>\r\n\r\n2 cups magnesium flakes <em>(sold at Ruthâ€™s!)</em>\r\nÂ½ cup sea salt <em>(sold at Ruthâ€™s!)</em>\r\nÂ½ cup baking soda\r\n15 drops of essential oil, single or a blend <em>(sold at Ruthâ€™s!)</em>\r\nFood coloring (5-15 drops)\r\nJars for gift giving\r\n\r\nMix together magnesium flakes, salt and baking soda. Add food coloring and essential oils and mix well. Put into jars and decorate!\r\n\r\n&nbsp;\r\n\r\n<strong>Essential Oil Blends to Try in Bath Salts or Bombs</strong>\r\n\r\nRelaxing - Lavender &amp; Bergamot\r\nInvigorating â€“ Peppermint &amp; Lemon\r\nGood Mood â€“ Ylang Ylang &amp; Frankincense\r\nClear Mind â€“ Lemon &amp; Rosemary\r\nClear Sinuses â€“ Peppermint &amp; Eucalyptus\r\nCalming â€“ Cedarwood &amp; Vetiver\r\n\r\n&nbsp;\r\n\r\n<strong>Essential Oil Blends for Your Diffuser</strong>\r\n\r\nSeasonal Support â€“ Lavender, Lemon, &amp; Peppermint\r\nGoodbye Stress â€“ Frankincense &amp; Bergamot\r\nDeep Sleep â€“ Lavender, Chamomile, &amp; Vetiver\r\nGrounding â€“ Cedarwood &amp; Vetiver\r\n\r\n&nbsp;\r\n\r\n<strong>Essential Oil Blend to Add to Unscented Lotion</strong>\r\n\r\n8 oz. unscented hand or body lotion\r\n10 drops Patchouli\r\n20 drops Sandalwood\r\n5 drops Carrot Seed\r\n\r\nFor more information about how to use essential oils in general, check out the <a href=\"https://naha.org/explore-aromatherapy/about-aromatherapy/methods-of-application/\" target=\"_blank\" rel=\"noopener\">National Association for Holisitic Aromatherapy</a>.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1182\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','DIY Projects for Essential Oils','Great for gifts!','inherit','closed','closed','','1181-revision-v1','','','2018-11-30 12:38:23','2018-11-30 18:38:23','',1181,'https://ruthsnutrition.gsg-host.com/1181-revision-v1/',0,'revision','',0),(1185,2,'2018-11-30 12:41:38','2018-11-30 18:41:38','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Great for gifts or spoiling yourself!</h2>\r\nWeâ€™ve noticed in the last couple of years that more and more people are making some of their Christmas gifts using essential oils. We already carry one of the most complete selections of aromatherapy products around (four brands of essential oils, carrier oils, diffusers, dropper bottles, roller bottles, spray bottles, citric acid, magnesium flakes, etc.), so we thought we could most help our DIY customers by providing a few essential oil recipes. Enjoy!\r\n\r\n<strong>Bath Bombs</strong>\r\n8 oz. baking soda\r\n4 oz. magnesium flakes <em>(sold at Ruthâ€™s!)</em>\r\n4 oz. corn starch\r\n4 oz. citric acid <em>(sold at Ruthâ€™s!)</em>\r\n2.5 tablespoons melted or fractionated coconut oil <em>(sold at Ruthâ€™s!)</em>\r\nAbout 1 tablespoon water\r\nAbout 2 teaspoons essential oils of your choice <em>(sold at Ruthâ€™s!)</em>\r\n4-6 drops food coloring\r\n12-18 silicone molds\r\n\r\nMix dry ingredients together (baking soda, magnesium flakes, corn starch, citric acid) in a large bowl. Whisk to make sure mixture is clump-free.\r\n\r\nIn a separate bowl, mix the wet ingredients (oil, water, essential oil, food coloring). Or put them into a large jar, close the lid and shake well.\r\n\r\nSLOWLY add liquid mixture to the dry mixture, maybe a teaspoon at a time. Whisk to keep from clumping but slow down if it starts to get fizzy. Final mixture should just barely clump together, like wet sand.\r\n\r\nStuff into silicone molds ASAP. Press mixture firmly into molds. Then let bombs dry 8 hours to overnight.\r\n\r\nWhen dry, pop them out of the molds and package as gifts.\r\n\r\n&nbsp;\r\n\r\n<strong>Bath Salts</strong>\r\n\r\n2 cups magnesium flakes <em>(sold at Ruthâ€™s!)</em>\r\nÂ½ cup sea salt <em>(sold at Ruthâ€™s!)</em>\r\nÂ½ cup baking soda\r\n15 drops of essential oil, single or a blend <em>(sold at Ruthâ€™s!)</em>\r\nFood coloring (5-15 drops)\r\nJars for gift giving\r\n\r\nMix together magnesium flakes, salt and baking soda. Add food coloring and essential oils and mix well. Put into jars and decorate!\r\n\r\n&nbsp;\r\n\r\n<strong>Essential Oil Blends to Try in Bath Salts or Bombs</strong>\r\n\r\nRelaxing - Lavender &amp; Bergamot\r\nInvigorating â€“ Peppermint &amp; Lemon\r\nGood Mood â€“ Ylang Ylang &amp; Frankincense\r\nClear Mind â€“ Lemon &amp; Rosemary\r\nClear Sinuses â€“ Peppermint &amp; Eucalyptus\r\nCalming â€“ Cedarwood &amp; Vetiver\r\n\r\n&nbsp;\r\n\r\n<strong>Essential Oil Blends for Your Diffuser</strong>\r\n\r\nSeasonal Support â€“ Lavender, Lemon, &amp; Peppermint\r\nGoodbye Stress â€“ Frankincense &amp; Bergamot\r\nDeep Sleep â€“ Lavender, Chamomile, &amp; Vetiver\r\nGrounding â€“ Cedarwood &amp; Vetiver\r\n\r\n&nbsp;\r\n\r\n<strong>Essential Oil Blend to Add to Unscented Lotion</strong>\r\n\r\n8 oz. unscented hand or body lotion\r\n10 drops Patchouli\r\n20 drops Sandalwood\r\n5 drops Carrot Seed\r\n\r\nFor more information about how to use essential oils in general, check out the <a href=\"https://naha.org/explore-aromatherapy/about-aromatherapy/methods-of-application/\" target=\"_blank\" rel=\"noopener\">National Association for Holisitic Aromatherapy</a>.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1182\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','DIY Projects for Essential Oils','Great for gifts!','inherit','closed','closed','','1181-revision-v1','','','2018-11-30 12:41:38','2018-11-30 18:41:38','',1181,'https://ruthsnutrition.gsg-host.com/1181-revision-v1/',0,'revision','',0),(1186,2,'2018-12-31 11:15:08','2018-12-31 17:15:08','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Time to boost your weight loss</h2>\r\nItâ€™s January, the season where we renew our focus on weight loss. This year nearly everyoneâ€™s talking about the ketogenic diet, the low-carb, moderate protein, high-fat program that promises everything from better brain health to weight loss.\r\n\r\nOriginally designed as an epilepsy treatment in the 1920â€™s, the ketogenic diet now has studies showing it reduces blood sugar and obesity, while lowering inflammation and improving brain health. Perhaps the best-known proponent is Dr. David Perlmutter, neurologist and author of the book â€œGrain Brain.â€\r\n\r\nIf you want to learn more about the diet, come browse one of the many books weâ€™ve brought in on the subject. These include â€œQuick &amp; Easy Ketogenic Cookery,â€ â€œQuick Keto Meals in 30 minutes or less,â€ â€œThe Keto Paleo Kitchen,â€ and â€œDr. Fifeâ€™s Keto Cookery.â€ Each book covers the diet principles then offer a host of tasty recipes.\r\n\r\nWhile youâ€™re here you can browse our large selection of keto-supporting products. Garden of Life has just introduced a new line of USDA Organic and Certified Non-GMO products to help promote ketosis. You can choose from two flavors of <strong>Keto Meals</strong>, which contain 70% fat from organic grass-fed butter powder, or two flavors of <strong>Keto Fit</strong>, a shake with extra ingredients to help promote weight loss. Thereâ€™s also <strong>Organic MCT Powder</strong>, <strong>Organic Grass-Fed Butter Powder</strong>, along with several flavors of keto-friendly collagen.\r\n\r\nGarden of Lifeâ€™s <strong>Collagen Peptides</strong> is Keto Certified and Paleo Certified and mixes easily in hot or cold fluids. If you want a bigger beauty boost, <strong>Collagen Beauty</strong> is formulated with additional silica from bamboo, vitamin C and biotin. If joints and mobility are an issue for you, thereâ€™s <strong>Collagen Tumeric</strong>, which contains clinically studied UC-II Type 2 undenatured collagen shown to improve joint issues along with 550 mg of fermented turmeric!\r\n\r\nIf you need more keto food on the go, weâ€™ve got <strong>Bulletproof Collagen Protein Bars</strong> in four flavors: Vanilla Shortbread, Chocolate Chip Cookie Dough, Lemon Cookie and Mint Chocolate Chip. Yum!\r\n\r\nIn addition we have <strong>ketone test strips</strong> from Zhou Nutrition, as well at <strong>Keto Drive</strong>, beta-hydroxy butyrate ketones, in two flavors. We also stock Dr. Mercolaâ€™s <strong>Ketozyme</strong> to help you digest the additional fat of a keto diet. From Natureâ€™s Plus we have two flavors of <strong>Keto Living shakes</strong>, a <strong>Keto Living multivitamin</strong>, and a <strong>Keto Living Sugar Control</strong> to faster promote insulin sensitivity. Last weâ€™ve long had Garden of Lifeâ€™s MCT oil and Health from the Sunâ€™s MCT powder.\r\n\r\nSoooo, if youâ€™re ready to take that big step of boosting your weight loss with a ketogenic diet, weâ€™re more than ready to help! Come see us!\r\n\r\n&nbsp;\r\n\r\n<strong>P.S.: </strong>\r\n\r\nIf you want a deep dive into the ketogenic diet, search mechanical engineer/medical doctor/nutrition specialist Dr. Peter Attiaâ€™s podcasts <a href=\"https://peterattiamd.com/ketosis-advantaged-or-misunderstood-state-part-i/\" target=\"_blank\" rel=\"noopener\">here</a> and <a href=\"https://peterattiamd.com/ketosis-advantaged-or-misunderstood-state-part-ii/\" target=\"_blank\" rel=\"noopener\">here</a>.\r\n\r\nAnother nutrition expert who specializes in the effects of ketosis is <a href=\"https://www.alessandroferretti.co.uk/\" target=\"_blank\" rel=\"noopener\">Alessandro Ferretti</a>. You can find an interesting interview with him <a href=\"https://elitehrv.com/success-ketogenic-diets-alessandro-ferretti\" target=\"_blank\" rel=\"noopener\">here</a>.\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1187\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Ketogenic Diet','We\'ve got the to make your diet a success!','publish','closed','open','','ketogenic-diet','','','2018-12-31 11:15:55','2018-12-31 17:15:55','',0,'https://ruthsnutrition.gsg-host.com/?p=1186',0,'post','',0),(1187,2,'2018-12-31 10:53:53','2018-12-31 16:53:53','','keto 600X354','','inherit','open','closed','','keto-600x354','','','2018-12-31 10:53:53','2018-12-31 16:53:53','',1186,'https://ruthsnutrition.gsg-host.com/wp-content/uploads/2018/12/keto-600X354.jpg',0,'attachment','image/jpeg',0),(1188,2,'2018-12-31 11:08:14','2018-12-31 17:08:14','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Time to boost your weight loss</h2>\r\nItâ€™s January, the season where we renew our focus on weight loss. This year nearly everyoneâ€™s talking about the ketogenic diet, the low-carb, moderate protein, high-fat program that promises everything from better brain health to weight loss.\r\n\r\nOriginally designed as an epilepsy treatment in the 1920â€™s, the ketogenic diet now has studies showing it reduces blood sugar and obesity, while lowering inflammation and improving brain health. Perhaps the best-known proponent is Dr. David Perlmutter, neurologist and author of the book â€œGrain Brain.â€\r\n\r\nIf you want to learn more about the diet, come browse one of the many books weâ€™ve brought in on the subject. These include â€œQuick &amp; Easy Ketogenic Cookery,â€ â€œQuick Keto Meals in 30 minutes or less,â€ â€œThe Keto Paleo Kitchen,â€ and â€œDr. Fifeâ€™s Keto Cookery.â€ Each book covers the diet principles then offer a host of tasty recipes.\r\n\r\nWhile youâ€™re here you can browse our large selection of keto-supporting products. Garden of Life has just introduced a new line of USDA Organic and Certified Non-GMO products to help promote ketosis. You can choose from two flavors of <strong>Keto Meals</strong>, which contain 70% fat from organic grass-fed butter powder, or two flavors of <strong>Keto Fit</strong>, a shake with extra ingredients to help promote weight loss. Thereâ€™s also <strong>Organic MCT Powder</strong>, <strong>Organic Grass-Fed Butter Powder</strong>, along with several flavors of keto-friendly collagen.\r\n\r\nGarden of Lifeâ€™s <strong>Collagen Peptides</strong> is Keto Certified and Paleo Certified and mixes easily in hot or cold fluids. If you want a bigger beauty boost, <strong>Collagen Beauty</strong> is formulated with additional silica from bamboo, vitamin C and biotin. If joints and mobility are an issue for you, thereâ€™s <strong>Collagen Tumeric</strong>, which contains clinically studied UC-II Type 2 undenatured collagen shown to improve joint issues along with 550 mg of fermented turmeric!\r\n\r\nIf you need more keto food on the go, weâ€™ve got <strong>Bulletproof Collagen Protein Bars</strong> in four flavors: Vanilla Shortbread, Chocolate Chip Cookie Dough, Lemon Cookie and Mint Chocolate Chip. Yum!\r\n\r\nIn addition we have <strong>ketone test strips</strong> from Zhou Nutrition, as well at <strong>Keto Drive</strong>, beta-hydroxy butyrate ketones, in two flavors. We also stock Dr. Mercolaâ€™s <strong>Ketozyme</strong> to help you digest the additional fat of a keto diet. From Natureâ€™s Plus we have two flavors of <strong>Keto Living shakes</strong>, a <strong>Keto Living multivitamin</strong>, and a <strong>Keto Living Sugar Control</strong> to faster promote insulin sensitivity. Last weâ€™ve long had Garden of Lifeâ€™s MCT oil and Health from the Sunâ€™s MCT powder.\r\n\r\nSoooo, if youâ€™re ready to take that big step of boosting your weight loss with a ketogenic diet, weâ€™re more than ready to help! Come see us!\r\n\r\n&nbsp;\r\n\r\n<strong>P.S.: </strong>\r\n\r\nIf you want a deep dive into the ketogenic diet, search mechanical engineer/medical doctor/nutrition specialist Dr. Peter Attiaâ€™s podcasts <a href=\"https://peterattiamd.com/ketosis-advantaged-or-misunderstood-state-part-i/\" target=\"_blank\" rel=\"noopener\">here</a> and <a href=\"https://peterattiamd.com/ketosis-advantaged-or-misunderstood-state-part-i/\" target=\"_blank\" rel=\"noopener\">here</a>.\r\n\r\nAnother nutrition expert who specializes in the effects of ketosis is <a href=\"https://www.alessandroferretti.co.uk/\" target=\"_blank\" rel=\"noopener\">Alessandro Ferretti</a>. You can find an interesting interview with him here.\r\n\r\n&nbsp;\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1187\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Ketogenic Diet','We\'ve got the to make your diet a success!','inherit','closed','closed','','1186-revision-v1','','','2018-12-31 11:08:14','2018-12-31 17:08:14','',1186,'https://ruthsnutrition.gsg-host.com/1186-revision-v1/',0,'revision','',0),(1189,2,'2018-12-31 11:11:36','2018-12-31 17:11:36','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Time to boost your weight loss</h2>\r\nItâ€™s January, the season where we renew our focus on weight loss. This year nearly everyoneâ€™s talking about the ketogenic diet, the low-carb, moderate protein, high-fat program that promises everything from better brain health to weight loss.\r\n\r\nOriginally designed as an epilepsy treatment in the 1920â€™s, the ketogenic diet now has studies showing it reduces blood sugar and obesity, while lowering inflammation and improving brain health. Perhaps the best-known proponent is Dr. David Perlmutter, neurologist and author of the book â€œGrain Brain.â€\r\n\r\nIf you want to learn more about the diet, come browse one of the many books weâ€™ve brought in on the subject. These include â€œQuick &amp; Easy Ketogenic Cookery,â€ â€œQuick Keto Meals in 30 minutes or less,â€ â€œThe Keto Paleo Kitchen,â€ and â€œDr. Fifeâ€™s Keto Cookery.â€ Each book covers the diet principles then offer a host of tasty recipes.\r\n\r\nWhile youâ€™re here you can browse our large selection of keto-supporting products. Garden of Life has just introduced a new line of USDA Organic and Certified Non-GMO products to help promote ketosis. You can choose from two flavors of <strong>Keto Meals</strong>, which contain 70% fat from organic grass-fed butter powder, or two flavors of <strong>Keto Fit</strong>, a shake with extra ingredients to help promote weight loss. Thereâ€™s also <strong>Organic MCT Powder</strong>, <strong>Organic Grass-Fed Butter Powder</strong>, along with several flavors of keto-friendly collagen.\r\n\r\nGarden of Lifeâ€™s <strong>Collagen Peptides</strong> is Keto Certified and Paleo Certified and mixes easily in hot or cold fluids. If you want a bigger beauty boost, <strong>Collagen Beauty</strong> is formulated with additional silica from bamboo, vitamin C and biotin. If joints and mobility are an issue for you, thereâ€™s <strong>Collagen Tumeric</strong>, which contains clinically studied UC-II Type 2 undenatured collagen shown to improve joint issues along with 550 mg of fermented turmeric!\r\n\r\nIf you need more keto food on the go, weâ€™ve got <strong>Bulletproof Collagen Protein Bars</strong> in four flavors: Vanilla Shortbread, Chocolate Chip Cookie Dough, Lemon Cookie and Mint Chocolate Chip. Yum!\r\n\r\nIn addition we have <strong>ketone test strips</strong> from Zhou Nutrition, as well at <strong>Keto Drive</strong>, beta-hydroxy butyrate ketones, in two flavors. We also stock Dr. Mercolaâ€™s <strong>Ketozyme</strong> to help you digest the additional fat of a keto diet. From Natureâ€™s Plus we have two flavors of <strong>Keto Living shakes</strong>, a <strong>Keto Living multivitamin</strong>, and a <strong>Keto Living Sugar Control</strong> to faster promote insulin sensitivity. Last weâ€™ve long had Garden of Lifeâ€™s MCT oil and Health from the Sunâ€™s MCT powder.\r\n\r\nSoooo, if youâ€™re ready to take that big step of boosting your weight loss with a ketogenic diet, weâ€™re more than ready to help! Come see us!\r\n\r\n&nbsp;\r\n\r\n<strong>P.S.: </strong>\r\n\r\nIf you want a deep dive into the ketogenic diet, search mechanical engineer/medical doctor/nutrition specialist Dr. Peter Attiaâ€™s podcasts <a href=\"https://peterattiamd.com/ketosis-advantaged-or-misunderstood-state-part-i/\" target=\"_blank\" rel=\"noopener\">here</a> and <a href=\"https://peterattiamd.com/ketosis-advantaged-or-misunderstood-state-part-ii/\" target=\"_blank\" rel=\"noopener\">here</a>.\r\n\r\nAnother nutrition expert who specializes in the effects of ketosis is <a href=\"https://www.alessandroferretti.co.uk/\" target=\"_blank\" rel=\"noopener\">Alessandro Ferretti</a>. You can find an interesting interview with him here.\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1187\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Ketogenic Diet','We\'ve got the to make your diet a success!','inherit','closed','closed','','1186-revision-v1','','','2018-12-31 11:11:36','2018-12-31 17:11:36','',1186,'https://ruthsnutrition.gsg-host.com/1186-revision-v1/',0,'revision','',0),(1190,2,'2018-12-31 11:13:40','2018-12-31 17:13:40','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Time to boost your weight loss</h2>\r\nItâ€™s January, the season where we renew our focus on weight loss. This year nearly everyoneâ€™s talking about the ketogenic diet, the low-carb, moderate protein, high-fat program that promises everything from better brain health to weight loss.\r\n\r\nOriginally designed as an epilepsy treatment in the 1920â€™s, the ketogenic diet now has studies showing it reduces blood sugar and obesity, while lowering inflammation and improving brain health. Perhaps the best-known proponent is Dr. David Perlmutter, neurologist and author of the book â€œGrain Brain.â€\r\n\r\nIf you want to learn more about the diet, come browse one of the many books weâ€™ve brought in on the subject. These include â€œQuick &amp; Easy Ketogenic Cookery,â€ â€œQuick Keto Meals in 30 minutes or less,â€ â€œThe Keto Paleo Kitchen,â€ and â€œDr. Fifeâ€™s Keto Cookery.â€ Each book covers the diet principles then offer a host of tasty recipes.\r\n\r\nWhile youâ€™re here you can browse our large selection of keto-supporting products. Garden of Life has just introduced a new line of USDA Organic and Certified Non-GMO products to help promote ketosis. You can choose from two flavors of <strong>Keto Meals</strong>, which contain 70% fat from organic grass-fed butter powder, or two flavors of <strong>Keto Fit</strong>, a shake with extra ingredients to help promote weight loss. Thereâ€™s also <strong>Organic MCT Powder</strong>, <strong>Organic Grass-Fed Butter Powder</strong>, along with several flavors of keto-friendly collagen.\r\n\r\nGarden of Lifeâ€™s <strong>Collagen Peptides</strong> is Keto Certified and Paleo Certified and mixes easily in hot or cold fluids. If you want a bigger beauty boost, <strong>Collagen Beauty</strong> is formulated with additional silica from bamboo, vitamin C and biotin. If joints and mobility are an issue for you, thereâ€™s <strong>Collagen Tumeric</strong>, which contains clinically studied UC-II Type 2 undenatured collagen shown to improve joint issues along with 550 mg of fermented turmeric!\r\n\r\nIf you need more keto food on the go, weâ€™ve got <strong>Bulletproof Collagen Protein Bars</strong> in four flavors: Vanilla Shortbread, Chocolate Chip Cookie Dough, Lemon Cookie and Mint Chocolate Chip. Yum!\r\n\r\nIn addition we have <strong>ketone test strips</strong> from Zhou Nutrition, as well at <strong>Keto Drive</strong>, beta-hydroxy butyrate ketones, in two flavors. We also stock Dr. Mercolaâ€™s <strong>Ketozyme</strong> to help you digest the additional fat of a keto diet. From Natureâ€™s Plus we have two flavors of <strong>Keto Living shakes</strong>, a <strong>Keto Living multivitamin</strong>, and a <strong>Keto Living Sugar Control</strong> to faster promote insulin sensitivity. Last weâ€™ve long had Garden of Lifeâ€™s MCT oil and Health from the Sunâ€™s MCT powder.\r\n\r\nSoooo, if youâ€™re ready to take that big step of boosting your weight loss with a ketogenic diet, weâ€™re more than ready to help! Come see us!\r\n\r\n&nbsp;\r\n\r\n<strong>P.S.: </strong>\r\n\r\nIf you want a deep dive into the ketogenic diet, search mechanical engineer/medical doctor/nutrition specialist Dr. Peter Attiaâ€™s podcasts <a href=\"https://peterattiamd.com/ketosis-advantaged-or-misunderstood-state-part-i/\" target=\"_blank\" rel=\"noopener\">here</a> and <a href=\"https://peterattiamd.com/ketosis-advantaged-or-misunderstood-state-part-ii/\" target=\"_blank\" rel=\"noopener\">here</a>.\r\n\r\nAnother nutrition expert who specializes in the effects of ketosis is <a href=\"https://www.alessandroferretti.co.uk/\" target=\"_blank\" rel=\"noopener\">Alessandro Ferretti</a>. You can find an interesting interview with him <a href=\"https://elitehrv.com/success-ketogenic-diets-alessandro-ferretti\" target=\"_blank\" rel=\"noopener\">here</a>.\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1187\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Ketogenic Diet','We\'ve got the to make your diet a success!','inherit','closed','closed','','1186-revision-v1','','','2018-12-31 11:13:40','2018-12-31 17:13:40','',1186,'https://ruthsnutrition.gsg-host.com/1186-revision-v1/',0,'revision','',0),(1191,2,'2018-12-31 11:15:25','2018-12-31 17:15:25','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Time to boost your weight loss</h2>\r\nItâ€™s January, the season where we renew our focus on weight loss. This year nearly everyoneâ€™s talking about the ketogenic diet, the low-carb, moderate protein, high-fat program that promises everything from better brain health to weight loss.\r\n\r\nOriginally designed as an epilepsy treatment in the 1920â€™s, the ketogenic diet now has studies showing it reduces blood sugar and obesity, while lowering inflammation and improving brain health. Perhaps the best-known proponent is Dr. David Perlmutter, neurologist and author of the book â€œGrain Brain.â€\r\n\r\nIf you want to learn more about the diet, come browse one of the many books weâ€™ve brought in on the subject. These include â€œQuick &amp; Easy Ketogenic Cookery,â€ â€œQuick Keto Meals in 30 minutes or less,â€ â€œThe Keto Paleo Kitchen,â€ and â€œDr. Fifeâ€™s Keto Cookery.â€ Each book covers the diet principles then offer a host of tasty recipes.\r\n\r\nWhile youâ€™re here you can browse our large selection of keto-supporting products. Garden of Life has just introduced a new line of USDA Organic and Certified Non-GMO products to help promote ketosis. You can choose from two flavors of <strong>Keto Meals</strong>, which contain 70% fat from organic grass-fed butter powder, or two flavors of <strong>Keto Fit</strong>, a shake with extra ingredients to help promote weight loss. Thereâ€™s also <strong>Organic MCT Powder</strong>, <strong>Organic Grass-Fed Butter Powder</strong>, along with several flavors of keto-friendly collagen.\r\n\r\nGarden of Lifeâ€™s <strong>Collagen Peptides</strong> is Keto Certified and Paleo Certified and mixes easily in hot or cold fluids. If you want a bigger beauty boost, <strong>Collagen Beauty</strong> is formulated with additional silica from bamboo, vitamin C and biotin. If joints and mobility are an issue for you, thereâ€™s <strong>Collagen Tumeric</strong>, which contains clinically studied UC-II Type 2 undenatured collagen shown to improve joint issues along with 550 mg of fermented turmeric!\r\n\r\nIf you need more keto food on the go, weâ€™ve got <strong>Bulletproof Collagen Protein Bars</strong> in four flavors: Vanilla Shortbread, Chocolate Chip Cookie Dough, Lemon Cookie and Mint Chocolate Chip. Yum!\r\n\r\nIn addition we have <strong>ketone test strips</strong> from Zhou Nutrition, as well at <strong>Keto Drive</strong>, beta-hydroxy butyrate ketones, in two flavors. We also stock Dr. Mercolaâ€™s <strong>Ketozyme</strong> to help you digest the additional fat of a keto diet. From Natureâ€™s Plus we have two flavors of <strong>Keto Living shakes</strong>, a <strong>Keto Living multivitamin</strong>, and a <strong>Keto Living Sugar Control</strong> to faster promote insulin sensitivity. Last weâ€™ve long had Garden of Lifeâ€™s MCT oil and Health from the Sunâ€™s MCT powder.\r\n\r\nSoooo, if youâ€™re ready to take that big step of boosting your weight loss with a ketogenic diet, weâ€™re more than ready to help! Come see us!\r\n\r\n&nbsp;\r\n\r\n<strong>P.S.: </strong>\r\n\r\nIf you want a deep dive into the ketogenic diet, search mechanical engineer/medical doctor/nutrition specialist Dr. Peter Attiaâ€™s podcasts <a href=\"https://peterattiamd.com/ketosis-advantaged-or-misunderstood-state-part-i/\" target=\"_blank\" rel=\"noopener\">here</a> and <a href=\"https://peterattiamd.com/ketosis-advantaged-or-misunderstood-state-part-ii/\" target=\"_blank\" rel=\"noopener\">here</a>.\r\n\r\nAnother nutrition expert who specializes in the effects of ketosis is <a href=\"https://www.alessandroferretti.co.uk/\" target=\"_blank\" rel=\"noopener\">Alessandro Ferretti</a>. You can find an interesting interview with him <a href=\"https://elitehrv.com/success-ketogenic-diets-alessandro-ferretti\" target=\"_blank\" rel=\"noopener\">here</a>.\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1187\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Ketogenic Diet','We\'ve got the to make your diet a success!','inherit','closed','closed','','1186-autosave-v1','','','2018-12-31 11:15:25','2018-12-31 17:15:25','',1186,'https://ruthsnutrition.gsg-host.com/1186-autosave-v1/',0,'revision','',0),(1192,2,'2019-01-25 15:18:37','2019-01-25 21:18:37','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Diet &amp; supplements can help recovery</h2>\r\nBy Sue Cummings\r\n\r\nI recently listened to a podcast interview of a doctor I really admire, Dr. Robert Rountree, a long-time functional medicine doc and the recipient of the Linus Pauling Functional Medicine Award in 2015. Iâ€™ve attended workshops with Dr. Rountree in the past, and I know him to be one smart cookie. So I was excited to hear him sharing his work on non-alcoholic fatty liver disease (NAFLD), a condition that is affecting an alarming number of Americans.\r\n\r\nCurrent studies indicate that about one-third of the U.S. population has some degree of NAFLD, where more than 5% of liver tissue is fat. Roughly 10% of healthy appearing children have NAFLD, with 80% of obese children affected. Forty to 90% of obese adults have NAFLD and up to 70% of type 2 diabetics have it. In studies, those with fatty liver disease have a 70% higher mortality rate compared with controls, usually caused by a cardiovascular event.\r\n\r\nLeft untreated NAFLD generally leads to chronic liver inflammation and 5 to 8% of those with chronic liver inflammation develop liver cirrhosis within five years. Itâ€™s the third most common indication for liver transplant.\r\n\r\nSadly, most people wonâ€™t know they have NAFLD until routine blood work indicates a high ALT liver enzyme.\r\n\r\n<strong>Risk Factors/Indicators</strong>\r\n\r\nSo whoâ€™s at risk for getting non-alcoholic fatty liver disease? Apparently a lot of Americans. Thereâ€™s a high association with insulin resistance and obesity, but it can also appear in those who are thin. Indicators are:\r\n<ul>\r\n 	<li>Type 2 diabetics</li>\r\n 	<li>The obese</li>\r\n 	<li>It can occur in lean people, especially if there is sarcopenia (muscle loss with aging)</li>\r\n 	<li>Diet high in refined carbohydrates, especially high fructose corn syrup</li>\r\n 	<li>High homocysteine levels</li>\r\n 	<li>Hypothyroid</li>\r\n 	<li>Sleep apnea</li>\r\n 	<li>Polycystic Ovarian Syndrome</li>\r\n 	<li>Gastric Bypass</li>\r\n 	<li>Chronic corticosteroid use</li>\r\n 	<li>Methotrexate use</li>\r\n 	<li>Chronic inflammatory conditions</li>\r\n 	<li>Sedentary people</li>\r\n 	<li>Choline and/or folate deficiency</li>\r\n</ul>\r\n<strong>Treatment</strong>\r\n\r\nRountree noted that when you track consumption of high fructose corn syrup with fatty liver, they go up in parallel. It goes up in parallel with obesity as well. Fructose, he explained, doesnâ€™t raise blood sugar but it does cause insulin resistance, and that turns on genes in the liver that create new fat as well as inflammation.\r\n\r\nThatâ€™s why Rountreeâ€™s number one recommendation for those with NAFLD is to <strong>stop eating processed foods, especially high fructose corn syrup.</strong> In addition, he recommends <strong>losing weight, at least 5% of body weight </strong>to lose fat in the liver, along with <strong>exercising at least 150 minutes a week</strong>.\r\n\r\nHeâ€™s also big on supplements shown to improve fatty liver. Rountree explains that you need <strong>choline</strong> to make phosphatidylcholine (PC) in the liver. The PC is then used in the very low density lipoprotein (VLDL) to pack its lipids and ship them out of the liver. If you donâ€™t have enough phosphatidylcholine, then those fats canâ€™t be shipped out and they accumulate. And Rountree maintains that many Americans are deficient in choline. In addition, he uses: <strong>curcumin </strong>(500 mg twice daily), <strong>Sunfiber</strong> (5-8 g. daily), <strong>berberine</strong> (500 mg twice to three times daily) <strong>and vitamin E</strong> (800-1,000 IU daily). With those he says heâ€™s getting good results. (He also likes Meriva, which contains both curcumin and phosphatidyl choline.)\r\n\r\nGiven that there is NO approved pharmaceutical therapy for NAFLD, Rountreeâ€™s clinical pearls are welcome news.\r\n\r\n&nbsp;\r\n\r\nREFERENCE:\r\n\r\n<a href=\"https://www.drkarafitzgerald.com/2019/01/03/non-alcoholic-fatty-liver-disease-dr-robert-rountree/\" target=\"_blank\" rel=\"noopener\">NAFLD</a>\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1193\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Non-Alcoholic Fatty Liver Disease','Finally, help for fatty liver!','publish','closed','open','','non-alcoholic-fatty-liver-disease','','','2019-01-25 15:20:02','2019-01-25 21:20:02','',0,'https://ruthsnutrition.gsg-host.com/?p=1192',0,'post','',0),(1193,2,'2019-01-25 15:00:35','2019-01-25 21:00:35','','Fatty Liver 600X600','','inherit','open','closed','','fatty-liver-600x600','','','2019-01-25 15:00:35','2019-01-25 21:00:35','',1192,'https://ruthsnutrition.gsg-host.com/wp-content/uploads/2019/01/Fatty-Liver-600X600.jpg',0,'attachment','image/jpeg',0),(1194,2,'2019-01-25 15:17:10','2019-01-25 21:17:10','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Diet &amp; supplements can help recovery</h2>\r\nBy Sue Cummings\r\n\r\nI recently listened to a podcast interview of a doctor I really admire, Dr. Robert Rountree, a long-time functional medicine doc and the recipient of the Linus Pauling Functional Medicine Award in 2015. Iâ€™ve attended workshops with Dr. Rountree in the past, and I know him to be one smart cookie. So I was excited to hear him sharing his work on non-alcoholic fatty liver disease (NAFLD), a condition that is affecting an alarming number of Americans.\r\n\r\nCurrent studies indicate that about one-third of the U.S. population has some degree of NAFLD, where more than 5% of liver tissue is fat. Roughly 10% of healthy appearing children have NAFLD, with 80% of obese children affected. Forty to 90% of obese adults have NAFLD and up to 70% of type 2 diabetics have it. In studies, those with fatty liver disease have a 70% higher mortality rate compared with controls, usually caused by a cardiovascular event.\r\n\r\nLeft untreated NAFLD generally leads to chronic liver inflammation and 5 to 8% of those with chronic liver inflammation develop liver cirrhosis within five years. Itâ€™s the third most common indication for liver transplant.\r\n\r\nSadly, most people wonâ€™t know they have NAFLD until routine blood work indicates a high ALT liver enzyme.\r\n\r\n<strong>Risk Factors/Indicators</strong>\r\n\r\nSo whoâ€™s at risk for getting non-alcoholic fatty liver disease? Apparently a lot of Americans. Thereâ€™s a high association with insulin resistance and obesity, but it can also appear in those who are thin. Indicators are:\r\n<ul>\r\n 	<li>Type 2 diabetics</li>\r\n 	<li>The obese</li>\r\n 	<li>It can occur in lean people, especially if there is sarcopenia (muscle loss with aging)</li>\r\n 	<li>Diet high in refined carbohydrates, especially high fructose corn syrup</li>\r\n 	<li>High homocysteine levels</li>\r\n 	<li>Hypothyroid</li>\r\n 	<li>Sleep apnea</li>\r\n 	<li>Polycystic Ovarian Syndrome</li>\r\n 	<li>Gastric Bypass</li>\r\n 	<li>Chronic corticosteroid use</li>\r\n 	<li>Methotrexate use</li>\r\n 	<li>Chronic inflammatory conditions</li>\r\n 	<li>Sedentary people</li>\r\n 	<li>Choline and/or folate deficiency</li>\r\n</ul>\r\n<strong>Treatment</strong>\r\n\r\nRountree noted that when you track consumption of high fructose corn syrup with fatty liver, they go up in parallel. It goes up in parallel with obesity as well. Fructose, he explained, doesnâ€™t raise blood sugar but it does cause insulin resistance, and that turns on genes in the liver that create new fat as well as inflammation.\r\n\r\nThatâ€™s why Rountreeâ€™s number one recommendation for those with NAFLD is to <strong>stop eating processed foods, especially high fructose corn syrup.</strong> In addition, he recommends <strong>losing weight, at least 5% of body weight </strong>to lose fat in the liver, along with <strong>exercising at least 150 minutes a week</strong>.\r\n\r\nHeâ€™s also big on supplements shown to improve fatty liver. Rountree explains that you need <strong>choline</strong> to make phosphatidylcholine (PC) in the liver. The PC is then used in the very low density lipoprotein (VLDL) to pack its lipids and ship them out of the liver. If you donâ€™t have enough phosphatidylcholine, then those fats canâ€™t be shipped out and they accumulate. And Rountree maintains that many Americans are deficient in choline. In addition, he uses: <strong>curcumin </strong>(500 mg twice daily), <strong>Sunfiber</strong> (5-8 g. daily), <strong>berberine</strong> (500 mg twice to three times daily) <strong>and vitamin E</strong> (800-1,000 IU daily). With those he says heâ€™s getting good results. (He also likes Meriva, which contains both curcumin and phosphatidyl choline.)\r\n\r\nGiven that there is NO approved pharmaceutical therapy for NAFLD, Rountreeâ€™s clinical pearls are welcome news.\r\n\r\n&nbsp;\r\n\r\nREFERENCE:\r\n\r\n<a href=\"https://www.drkarafitzgerald.com/2019/01/03/non-alcoholic-fatty-liver-disease-dr-robert-rountree/\" target=\"_blank\" rel=\"noopener\">NAFLD</a>\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1193\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Non-Alcoholic Fatty Liver Disease','Finally, help for fatty liver!','inherit','closed','closed','','1192-revision-v1','','','2019-01-25 15:17:10','2019-01-25 21:17:10','',1192,'https://ruthsnutrition.gsg-host.com/1192-revision-v1/',0,'revision','',0),(1195,2,'2019-01-25 15:18:52','2019-01-25 21:18:52','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Diet &amp; supplements can help recovery</h2>\r\nBy Sue Cummings\r\n\r\nI recently listened to a podcast interview of a doctor I really admire, Dr. Robert Rountree, a long-time functional medicine doc and the recipient of the Linus Pauling Functional Medicine Award in 2015. Iâ€™ve attended workshops with Dr. Rountree in the past, and I know him to be one smart cookie. So I was excited to hear him sharing his work on non-alcoholic fatty liver disease (NAFLD), a condition that is affecting an alarming number of Americans.\r\n\r\nCurrent studies indicate that about one-third of the U.S. population has some degree of NAFLD, where more than 5% of liver tissue is fat. Roughly 10% of healthy appearing children have NAFLD, with 80% of obese children affected. Forty to 90% of obese adults have NAFLD and up to 70% of type 2 diabetics have it. In studies, those with fatty liver disease have a 70% higher mortality rate compared with controls, usually caused by a cardiovascular event.\r\n\r\nLeft untreated NAFLD generally leads to chronic liver inflammation and 5 to 8% of those with chronic liver inflammation develop liver cirrhosis within five years. Itâ€™s the third most common indication for liver transplant.\r\n\r\nSadly, most people wonâ€™t know they have NAFLD until routine blood work indicates a high ALT liver enzyme.\r\n\r\n<strong>Risk Factors/Indicators</strong>\r\n\r\nSo whoâ€™s at risk for getting non-alcoholic fatty liver disease? Apparently a lot of Americans. Thereâ€™s a high association with insulin resistance and obesity, but it can also appear in those who are thin. Indicators are:\r\n<ul>\r\n 	<li>Type 2 diabetics</li>\r\n 	<li>The obese</li>\r\n 	<li>It can occur in lean people, especially if there is sarcopenia (muscle loss with aging)</li>\r\n 	<li>Diet high in refined carbohydrates, especially high fructose corn syrup</li>\r\n 	<li>High homocysteine levels</li>\r\n 	<li>Hypothyroid</li>\r\n 	<li>Sleep apnea</li>\r\n 	<li>Polycystic Ovarian Syndrome</li>\r\n 	<li>Gastric Bypass</li>\r\n 	<li>Chronic corticosteroid use</li>\r\n 	<li>Methotrexate use</li>\r\n 	<li>Chronic inflammatory conditions</li>\r\n 	<li>Sedentary people</li>\r\n 	<li>Choline and/or folate deficiency</li>\r\n</ul>\r\n<strong>Treatment</strong>\r\n\r\nRountree noted that when you track consumption of high fructose corn syrup with fatty liver, they go up in parallel. It goes up in parallel with obesity as well. Fructose, he explained, doesnâ€™t raise blood sugar but it does cause insulin resistance, and that turns on genes in the liver that create new fat as well as inflammation.\r\n\r\nThatâ€™s why Rountreeâ€™s number one recommendation for those with NAFLD is to <strong>stop eating processed foods, especially high fructose corn syrup.</strong> In addition, he recommends <strong>losing weight, at least 5% of body weight </strong>to lose fat in the liver, along with <strong>exercising at least 150 minutes a week</strong>.\r\n\r\nHeâ€™s also big on supplements shown to improve fatty liver. Rountree explains that you need <strong>choline</strong> to make phosphatidylcholine (PC) in the liver. The PC is then used in the very low density lipoprotein (VLDL) to pack its lipids and ship them out of the liver. If you donâ€™t have enough phosphatidylcholine, then those fats canâ€™t be shipped out and they accumulate. And Rountree maintains that many Americans are deficient in choline. In addition, he uses: <strong>curcumin </strong>(500 mg twice daily), <strong>Sunfiber</strong> (5-8 g. daily), <strong>berberine</strong> (500 mg twice to three times daily) <strong>and vitamin E</strong> (800-1,000 IU daily). With those he says heâ€™s getting good results. (He also likes Meriva, which contains both curcumin and phosphatidyl choline.)\r\n\r\nGiven that there is NO approved pharmaceutical therapy for NAFLD, Rountreeâ€™s clinical pearls are welcome news.\r\n\r\n&nbsp;\r\n\r\nREFERENCE:\r\n\r\n<a href=\"https://www.drkarafitzgerald.com/2019/01/03/non-alcoholic-fatty-liver-disease-dr-robert-rountree/\" target=\"_blank\" rel=\"noopener\">NAFLD</a>\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1193\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Non-Alcoholic Fatty Liver Disease','Finally, help for fatty liver!','inherit','closed','closed','','1192-autosave-v1','','','2019-01-25 15:18:52','2019-01-25 21:18:52','',1192,'https://ruthsnutrition.gsg-host.com/1192-autosave-v1/',0,'revision','',0),(1196,2,'2019-01-28 14:39:58','2019-01-28 20:39:58','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Marker for heart disease</h2>\r\nMost of us know that doctors check cholesterol levels to help prevent heart disease, but did you know your homocysteine level is another significant marker?\r\n\r\nHomocysteine is an amino acid produced by the body as part of the methylation process. If that process isnâ€™t working well, homocysteine can accumulate. High levels are associated with cardiovascular disease, as well at Alzheimerâ€™s, osteoporosis, low birth weight and certain cancers.\r\n\r\nWhat are the symptoms of high homocysteine? Probably none. The best way to know your level is to have your doctor order a blood test. Cardiologist Dr. Stephen Sinatra recommends an optimal level is 7-10 umol/L.\r\n\r\nShould you find your levels are higher than that, most doctors recommend a combination of B vitamins, specifically folate, B6 and B12. Sinatra recommends 400-800 mcg of folate, 40 mg vitamin B6 and 200 mcg of vitamin B12. If this does not lower the homocysteine levels, Sinatra recommends using the above vitamins in their methylated form and possibly adding TMG (trimethylglycine) to improve methylation.\r\n\r\nThankfully, you can get all of the above ingredients in one supplement, Pure Encapsulationsâ€™ Homocysteine Factors being a perfect example. That way you donâ€™t have to take a lot of pills to protect your heart and brain!\r\n\r\n<strong>REFERENCES:</strong>\r\n\r\n<a href=\"https://www.drsinatra.com/the-ideal-homocysteine-level-for-cardiac-health\" target=\"_blank\" rel=\"noopener\">Dr. Sinatra</a>\r\n\r\n<a href=\"https://www.foodforthebrain.org/alzheimers-prevention/methylation-and-homocysteine.aspx\" target=\"_blank\" rel=\"noopener\">Food for the Brain</a>\r\n\r\n<a href=\"https://www.lifeextension.com/Protocols/Heart-Circulatory/Homocysteine-Reduction/Page-01\" target=\"_blank\" rel=\"noopener\">Life Extension</a>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1197\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','High Homocysteine','Learn the little known risk for heart disease!','publish','closed','open','','high-homocysteine','','','2019-01-28 14:39:58','2019-01-28 20:39:58','',0,'https://ruthsnutrition.gsg-host.com/?p=1196',0,'post','',0),(1197,2,'2019-01-28 14:31:25','2019-01-28 20:31:25','','High homocysteine 600X600','','inherit','open','closed','','high-homocysteine-600x600','','','2019-01-28 14:31:25','2019-01-28 20:31:25','',1196,'https://ruthsnutrition.gsg-host.com/wp-content/uploads/2019/01/High-homocysteine-600X600.jpg',0,'attachment','image/jpeg',0),(1198,2,'2019-01-28 14:38:11','2019-01-28 20:38:11','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Marker for heart disease</h2>\r\nMost of us know that doctors look at cholesterol levels to help prevent heart disease, but did you know your homocysteine level is another significant marker?\r\n\r\nHomocysteine is an amino acid produced by the body as part of the methylation process. If that process isnâ€™t working well, homocysteine can accumulate. High levels are associated with cardiovascular disease, as well at Alzheimerâ€™s, osteoporosis, low birth weight and certain cancers.\r\n\r\nWhat are the symptoms of high homocysteine? Probably none. The best way to know your level is to have your doctor order a blood test. Dr. Stephen Sinatra recommends an optimal level is 7-10 umol/L.\r\n\r\nShould you find your levels are higher than that, most doctors recommend a combination of B vitamins, specifically folate, B6 and B12. Sinatra recommends 400-800 mcg of folate, 40 mg vitamin B6 and 200 mcg of vitamin B12. If this does not lower the homocysteine levels, Sinatra recommends using the above vitamins in their methylated form and possibly adding TMG (trimethylglycine) to improve methylation.\r\n\r\nThankfully, you can get all of the above ingredients in one supplement, Pure Encapsulationsâ€™ Homocysteine Factors being a perfect example. That way you donâ€™t have to take a lot of pills to protect your heart and brain!\r\n\r\n<strong>REFERENCES:</strong>\r\n\r\n<a href=\"https://www.drsinatra.com/the-ideal-homocysteine-level-for-cardiac-health\" target=\"_blank\" rel=\"noopener\">Dr. Sinatra</a>\r\n\r\n<a href=\"https://www.foodforthebrain.org/alzheimers-prevention/methylation-and-homocysteine.aspx\" target=\"_blank\" rel=\"noopener\">Food for the Brain</a>\r\n\r\n<a href=\"https://www.lifeextension.com/Protocols/Heart-Circulatory/Homocysteine-Reduction/Page-01\" target=\"_blank\" rel=\"noopener\">Life Extension</a>\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1197\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','High Homocysteine','Learn the little known risk for heart disease!','inherit','closed','closed','','1196-revision-v1','','','2019-01-28 14:38:11','2019-01-28 20:38:11','',1196,'https://ruthsnutrition.gsg-host.com/1196-revision-v1/',0,'revision','',0),(1199,2,'2019-01-28 14:38:55','2019-01-28 20:38:55','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Marker for heart disease</h2>\r\nMost of us know that doctors check cholesterol levels to help prevent heart disease, but did you know your homocysteine level is another significant marker?\r\n\r\nHomocysteine is an amino acid produced by the body as part of the methylation process. If that process isnâ€™t working well, homocysteine can accumulate. High levels are associated with cardiovascular disease, as well at Alzheimerâ€™s, osteoporosis, low birth weight and certain cancers.\r\n\r\nWhat are the symptoms of high homocysteine? Probably none. The best way to know your level is to have your doctor order a blood test. Dr. Stephen Sinatra recommends an optimal level is 7-10 umol/L.\r\n\r\nShould you find your levels are higher than that, most doctors recommend a combination of B vitamins, specifically folate, B6 and B12. Sinatra recommends 400-800 mcg of folate, 40 mg vitamin B6 and 200 mcg of vitamin B12. If this does not lower the homocysteine levels, Sinatra recommends using the above vitamins in their methylated form and possibly adding TMG (trimethylglycine) to improve methylation.\r\n\r\nThankfully, you can get all of the above ingredients in one supplement, Pure Encapsulationsâ€™ Homocysteine Factors being a perfect example. That way you donâ€™t have to take a lot of pills to protect your heart and brain!\r\n\r\n<strong>REFERENCES:</strong>\r\n\r\n<a href=\"https://www.drsinatra.com/the-ideal-homocysteine-level-for-cardiac-health\" target=\"_blank\" rel=\"noopener\">Dr. Sinatra</a>\r\n\r\n<a href=\"https://www.foodforthebrain.org/alzheimers-prevention/methylation-and-homocysteine.aspx\" target=\"_blank\" rel=\"noopener\">Food for the Brain</a>\r\n\r\n<a href=\"https://www.lifeextension.com/Protocols/Heart-Circulatory/Homocysteine-Reduction/Page-01\" target=\"_blank\" rel=\"noopener\">Life Extension</a>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1197\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','High Homocysteine','Learn the little known risk for heart disease!','inherit','closed','closed','','1196-revision-v1','','','2019-01-28 14:38:55','2019-01-28 20:38:55','',1196,'https://ruthsnutrition.gsg-host.com/1196-revision-v1/',0,'revision','',0),(1200,2,'2019-01-28 14:39:58','2019-01-28 20:39:58','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Marker for heart disease</h2>\r\nMost of us know that doctors check cholesterol levels to help prevent heart disease, but did you know your homocysteine level is another significant marker?\r\n\r\nHomocysteine is an amino acid produced by the body as part of the methylation process. If that process isnâ€™t working well, homocysteine can accumulate. High levels are associated with cardiovascular disease, as well at Alzheimerâ€™s, osteoporosis, low birth weight and certain cancers.\r\n\r\nWhat are the symptoms of high homocysteine? Probably none. The best way to know your level is to have your doctor order a blood test. Cardiologist Dr. Stephen Sinatra recommends an optimal level is 7-10 umol/L.\r\n\r\nShould you find your levels are higher than that, most doctors recommend a combination of B vitamins, specifically folate, B6 and B12. Sinatra recommends 400-800 mcg of folate, 40 mg vitamin B6 and 200 mcg of vitamin B12. If this does not lower the homocysteine levels, Sinatra recommends using the above vitamins in their methylated form and possibly adding TMG (trimethylglycine) to improve methylation.\r\n\r\nThankfully, you can get all of the above ingredients in one supplement, Pure Encapsulationsâ€™ Homocysteine Factors being a perfect example. That way you donâ€™t have to take a lot of pills to protect your heart and brain!\r\n\r\n<strong>REFERENCES:</strong>\r\n\r\n<a href=\"https://www.drsinatra.com/the-ideal-homocysteine-level-for-cardiac-health\" target=\"_blank\" rel=\"noopener\">Dr. Sinatra</a>\r\n\r\n<a href=\"https://www.foodforthebrain.org/alzheimers-prevention/methylation-and-homocysteine.aspx\" target=\"_blank\" rel=\"noopener\">Food for the Brain</a>\r\n\r\n<a href=\"https://www.lifeextension.com/Protocols/Heart-Circulatory/Homocysteine-Reduction/Page-01\" target=\"_blank\" rel=\"noopener\">Life Extension</a>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1197\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','High Homocysteine','Learn the little known risk for heart disease!','inherit','closed','closed','','1196-revision-v1','','','2019-01-28 14:39:58','2019-01-28 20:39:58','',1196,'https://ruthsnutrition.gsg-host.com/1196-revision-v1/',0,'revision','',0),(1201,2,'2019-02-26 16:03:34','2019-02-26 22:03:34','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Free Class! Register Now!</h2>\r\nIs your gut cranky? Are you restless, maybe even anxious? Come to De-Stress and Digest, a free class at Ruthâ€™s Nutrition, 5:30 p.m. Thursday, March 14. Taught by T.J. Mick, naturopathic doctor of acupuncture and Oriental medicine, this class will teach you calm yourself and your irritable tummy.\r\n\r\nYouâ€™ll learn the connection between blood sugar and mood, foods that help heal the gut and promote better mood, Asian medicine concepts that relate to mood balance, controlling anxiety and their relationship to good digestion. Not only that, Dr. Mick will share some basic EFT (Emotional Freedom Techniques) that use key acupuncture points to control anxiety and help minimize stress!\r\n\r\n<strong>The class is free, but space is limited. Please call Ruthâ€™s, 256-883-4127, to reserve your spot!</strong>\r\n\r\nAlabama born and in practice since 1989, Dr. Mick is one of the first American-born naturopathic doctors of acupuncture and Oriental medicine, having training in the United States, Europe and China. He has served as a professor and clinical supervisor at two acupuncture and Oriental medicine colleges, and successfully treated thousands of patients for a wide variety of conditions. Dr. Mick began practicing in Huntsville more than two years ago and in 2017 opened Monte Sano Healing Arts on Leeman Ferry Road.\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1202\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','De-Stress & Digest','Learn to calm down & quiet your cranky gut!','publish','closed','open','','de-stress-digest','','','2019-02-26 16:03:34','2019-02-26 22:03:34','',0,'https://ruthsnutrition.gsg-host.com/?p=1201',0,'post','',0),(1202,2,'2019-02-26 15:59:29','2019-02-26 21:59:29','','DeStress cloud pix 600X','','inherit','open','closed','','destress-cloud-pix-600x','','','2019-02-26 15:59:29','2019-02-26 21:59:29','',1201,'https://ruthsnutrition.gsg-host.com/wp-content/uploads/2019/02/DeStress-cloud-pix-600X.jpg',0,'attachment','image/jpeg',0),(1203,2,'2019-02-26 16:02:36','2019-02-26 22:02:36','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Free Class! Register Now!</h2>\r\nIs your gut cranky? Are you restless, maybe even anxious? Come to De-Stress and Digest, a free class at Ruthâ€™s Nutrition, 5:30 p.m. Thursday, March 14. Taught by T.J. Mick, naturopathic doctor of acupuncture and Oriental medicine, this class will teach you calm yourself and your irritable tummy.\r\n\r\nYouâ€™ll learn the connection between blood sugar and mood, foods that help heal the gut and promote better mood, Asian medicine concepts that relate to mood balance, controlling anxiety and their relationship to good digestion. Not only that, Dr. Mick will share some basic EFT (Emotional Freedom Techniques) that use key acupuncture points to control anxiety and help minimize stress!\r\n\r\nThe class is free, but space is limited. Please call Ruthâ€™s, 256-883-4127, to reserve your spot!\r\n\r\nAlabama born and in practice since 1989, Dr. Mick is one of the first American-born naturopathic doctors of acupuncture and Oriental medicine, having training in the United States, Europe and China. He has served as a professor and clinical supervisor at two acupuncture and Oriental medicine colleges, and successfully treated thousands of patients for a wide variety of conditions. Dr. Mick began practicing in Huntsville more than two years ago and in 2017 opened Monte Sano Healing Arts on Leeman Ferry Road.\r\n\r\n&nbsp;\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1202\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','De-Stress & Digest','Learn to calm down & quiet your cranky gut!','inherit','closed','closed','','1201-revision-v1','','','2019-02-26 16:02:36','2019-02-26 22:02:36','',1201,'https://ruthsnutrition.gsg-host.com/1201-revision-v1/',0,'revision','',0),(1204,2,'2019-02-26 16:03:34','2019-02-26 22:03:34','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Free Class! Register Now!</h2>\r\nIs your gut cranky? Are you restless, maybe even anxious? Come to De-Stress and Digest, a free class at Ruthâ€™s Nutrition, 5:30 p.m. Thursday, March 14. Taught by T.J. Mick, naturopathic doctor of acupuncture and Oriental medicine, this class will teach you calm yourself and your irritable tummy.\r\n\r\nYouâ€™ll learn the connection between blood sugar and mood, foods that help heal the gut and promote better mood, Asian medicine concepts that relate to mood balance, controlling anxiety and their relationship to good digestion. Not only that, Dr. Mick will share some basic EFT (Emotional Freedom Techniques) that use key acupuncture points to control anxiety and help minimize stress!\r\n\r\n<strong>The class is free, but space is limited. Please call Ruthâ€™s, 256-883-4127, to reserve your spot!</strong>\r\n\r\nAlabama born and in practice since 1989, Dr. Mick is one of the first American-born naturopathic doctors of acupuncture and Oriental medicine, having training in the United States, Europe and China. He has served as a professor and clinical supervisor at two acupuncture and Oriental medicine colleges, and successfully treated thousands of patients for a wide variety of conditions. Dr. Mick began practicing in Huntsville more than two years ago and in 2017 opened Monte Sano Healing Arts on Leeman Ferry Road.\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1202\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','De-Stress & Digest','Learn to calm down & quiet your cranky gut!','inherit','closed','closed','','1201-revision-v1','','','2019-02-26 16:03:34','2019-02-26 22:03:34','',1201,'https://ruthsnutrition.gsg-host.com/1201-revision-v1/',0,'revision','',0),(1205,2,'2019-02-27 15:43:11','2019-02-27 21:43:11','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Protein packed with benefits</h2>\r\nIf you read health news at all, you know thereâ€™s a lot of buzz around collagen supplements. Thereâ€™s a good reason â€“ collagen offers a world of benefits, especially for those of us growing older.\r\n\r\nCollagen is the most abundant protein in your body. As a major component of connective tissue, collagen holds us together by maintaining the integrity and elasticity of our skin, muscle, bones, tendons, and digestive tissue. Sadly, the amount of collagen in our tissues decreases as we age, causing wrinkles, sagging skin, joint pain and more.\r\n\r\nThank goodness studies show collagen supplementation can ease a host of ailments.\r\n\r\n<strong>Collagen improves skin health</strong>. In one study women who took 2.5-5 grams of collagen for 8 weeks experienced less skin dryness and a significant increase in skin elasticity compare to those who did not take it. Researchers believe collagen supplements stimulate the body to produce collagen on its own.\r\n\r\n<strong>Collagen helps relieve joint pain,</strong> even symptoms of rheumatoid arthritis (RA). Collagen helps maintain the integrity of your cartilage, the rubber-like tissue that protects your joints. In 60 patients with severe RA, supplementing for 3 months with chicken Type II collagen reduced the number of swollen and tender joints compared to placebo. Four patients in the collagen group saw all symptoms disappear.\r\n\r\nA study of 147 athletes with joint pain found that supplementation with hydrolyzed collagen for 24 weeks significantly reduced their pain. In another study adults took 2 grams of collagen daily for 70 days. Those who took it had a significant reduction in joint pain and were better able to engage in physical activity than those who did not take it.\r\n\r\n<strong>Collagen increases hair growth.</strong> In a study of women with thinning hair, 180 days of collagen supplementation resulted in improvements in hair volume, scalp coverage, shine and thickness. Skin moisture and smoothness also improved.\r\n\r\n<strong>Collagen could prevent bone loss</strong>. Bones are made mostly of collagen, which gives them structure and keeps them strong. In one study, women took either a calcium supplement combined with 5 grams of collagen or a calcium supplement with no collagen daily for 12 months. By the end of the study, women taking the calcium and collagen had significantly lower blood levels of proteins that promote bone breakdown than those taking only the calcium.\r\n\r\n<strong>Collagen could boost muscle mass</strong>, especially in the elderly who experience sarcopenia, the loss of muscle that comes with aging. In one study 27 frail men took 15 grams of collagen while participating in an exercise program daily for 12 weeks. Compared to men who exercised but did not take collagen, they gained significantly more muscle mass and strength.\r\n\r\n<strong>Collagen may help heal a leaky gut.</strong> Collagen is high in the amino acid glutamine, long known as a gut healer. Collagen also contains the amino acids glycine and proline, both of which aid in healing stomach ulcers. In addition, collagen helps regulate stomach acid secretion.\r\n\r\nWhen buying collagen powders or capsules youâ€™ll see the terms collagen peptides (all collagen contains peptides) and hydrolyzed collagen. Hydrolyzing means the collagen had been broken down to make it more easily absorbed.\r\n\r\nRuthâ€™s currently carries several lines of collagen, some combined with turmeric and aimed specifically at joint pain, and others combined with silica and vitamin C, targeted toward skin health. Some of the powders are flavored, and some collagen supplements are available in capsule form.\r\n\r\n&nbsp;\r\n\r\nREFERENCES:\r\n\r\n<a href=\"https://universityhealthnews.com/daily/aging-independence/incredible-collagen-benefits-for-your-health-and-beauty/\" target=\"_blank\" rel=\"noopener\">University Health News</a>\r\n\r\n<a href=\"https://selfhacked.com/blog/health-benefits-collagen/\" target=\"_blank\" rel=\"noopener\">SelfHacked</a>\r\n\r\n<a href=\"https://www.healthline.com/nutrition/collagen-benefits#section7\" target=\"_blank\" rel=\"noopener\">Health Line</a>\r\n\r\n<a href=\"https://www.furtherfood.com/collagen-protein-superfood-gut-health-heals-leaky-gut-digestive-problems/\" target=\"_blank\" rel=\"noopener\">Further Food</a>\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1206\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Collagen Power','Better skin, joints & bones!','publish','closed','open','','collagen-power','','','2019-02-27 15:43:11','2019-02-27 21:43:11','',0,'https://ruthsnutrition.gsg-host.com/?p=1205',0,'post','',0),(1206,2,'2019-02-27 15:24:27','2019-02-27 21:24:27','','Collagen benefits 600X600','','inherit','open','closed','','collagen-benefits-600x600','','','2019-02-27 15:24:27','2019-02-27 21:24:27','',1205,'https://ruthsnutrition.gsg-host.com/wp-content/uploads/2019/02/Collagen-benefits-600X600.jpg',0,'attachment','image/jpeg',0),(1207,2,'2019-02-27 15:40:56','2019-02-27 21:40:56','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Protein packed with benefits</h2>\r\nIf you read health news at all, you know thereâ€™s a lot of buzz around collagen supplements. Thereâ€™s a good reason â€“ collagen offers a world of benefits, especially for those of us growing older.\r\n\r\nCollagen is the most abundant protein in your body. As a major component of connective tissue, collagen holds us together by maintaining the integrity and elasticity of our skin, muscle, bones, tendons, and digestive tissue. Sadly, the amount of collagen in our tissues decreases as we age, causing wrinkles, sagging skin, joint pain and more.\r\n\r\nThank goodness studies show collagen supplementation can ease a host of ailments.\r\n\r\n<strong>Collagen improves skin health</strong>. In one study women who took 2.5-5 grams of collagen for 8 weeks experienced less skin dryness and a significant increase in skin elasticity compare to those who did not take it. Researchers believe collagen supplements stimulate the body to produce collagen on its own.\r\n\r\n<strong>Collagen helps relieve joint pain,</strong> even symptoms of rheumatoid arthritis (RA). Collagen helps maintain the integrity of your cartilage, the rubber-like tissue that protects your joints. In 60 patients with severe RA, supplementing for 3 months with chicken Type II collagen reduced the number of swollen and tender joints compared to placebo. Four patients in the collagen group saw all symptoms disappear.\r\n\r\nA study of 147 athletes with joint pain found that supplementation with hydrolyzed collagen for 24 weeks significantly reduced their pain. In another study adults took 2 grams of collagen daily for 70 days. Those who took it had a significant reduction in joint pain and were better able to engage in physical activity than those who did not take it.\r\n\r\n<strong>Collagen increases hair growth.</strong> In a study of women with thinning hair, 180 days of collagen supplementation resulted in improvements in hair volume, scalp coverage, shine and thickness. Skin moisture and smoothness also improved.\r\n\r\n<strong>Collagen could prevent bone loss</strong>. Bones are made mostly of collagen, which gives them structure and keeps them strong. In one study, women took either a calcium supplement combined with 5 grams of collagen or a calcium supplement with no collagen daily for 12 months. By the end of the study, women taking the calcium and collagen had significantly lower blood levels of proteins that promote bone breakdown than those taking only the calcium.\r\n\r\n<strong>Collagen could boost muscle mass</strong>, especially in the elderly who experience sarcopenia, the loss of muscle that comes with aging. In one study 27 frail men took 15 grams of collagen while participating in an exercise program daily for 12 weeks. Compared to men who exercised but did not take collagen, they gained significantly more muscle mass and strength.\r\n\r\n<strong>Collagen may help heal a leaky gut.</strong> Collagen is high in the amino acid glutamine, long known as a gut healer. Collagen also contains the amino acids glycine and proline, both of which aid in healing stomach ulcers. In addition, collagen helps regulate stomach acid secretion.\r\n\r\nWhen buying collagen powders or capsules youâ€™ll see the terms collagen peptides (all collagen contains peptides) and hydrolyzed collagen. Hydrolyzing means the collagen had been broken down to make it more easily absorbed.\r\n\r\nRuthâ€™s currently carries several lines of collagen, some combined with turmeric and aimed specifically at joint pain, and others combined with silica and vitamin C, targeted toward skin health. Some of the powders are flavored, and some collagen supplements are available in capsule form.\r\n\r\n&nbsp;\r\n\r\nREFERENCES:\r\n\r\n<a href=\"https://universityhealthnews.com/daily/aging-independence/incredible-collagen-benefits-for-your-health-and-beauty/\" target=\"_blank\" rel=\"noopener\">University Health News</a>\r\n\r\n<a href=\"https://universityhealthnews.com/daily/aging-independence/incredible-collagen-benefits-for-your-health-and-beauty/\" target=\"_blank\" rel=\"noopener\">SelfHacked</a>\r\n\r\n<a href=\"https://www.healthline.com/nutrition/collagen-benefits#section7\" target=\"_blank\" rel=\"noopener\">Health Line</a>\r\n\r\n<a href=\"https://www.furtherfood.com/collagen-protein-superfood-gut-health-heals-leaky-gut-digestive-problems/\" target=\"_blank\" rel=\"noopener\">Further Food</a>\r\n\r\n&nbsp;\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1206\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Collagen Power','Better skin, joints & bones!','inherit','closed','closed','','1205-revision-v1','','','2019-02-27 15:40:56','2019-02-27 21:40:56','',1205,'https://ruthsnutrition.gsg-host.com/1205-revision-v1/',0,'revision','',0),(1208,2,'2019-02-27 15:42:48','2019-02-27 21:42:48','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Protein packed with benefits</h2>\r\nIf you read health news at all, you know thereâ€™s a lot of buzz around collagen supplements. Thereâ€™s a good reason â€“ collagen offers a world of benefits, especially for those of us growing older.\r\n\r\nCollagen is the most abundant protein in your body. As a major component of connective tissue, collagen holds us together by maintaining the integrity and elasticity of our skin, muscle, bones, tendons, and digestive tissue. Sadly, the amount of collagen in our tissues decreases as we age, causing wrinkles, sagging skin, joint pain and more.\r\n\r\nThank goodness studies show collagen supplementation can ease a host of ailments.\r\n\r\n<strong>Collagen improves skin health</strong>. In one study women who took 2.5-5 grams of collagen for 8 weeks experienced less skin dryness and a significant increase in skin elasticity compare to those who did not take it. Researchers believe collagen supplements stimulate the body to produce collagen on its own.\r\n\r\n<strong>Collagen helps relieve joint pain,</strong> even symptoms of rheumatoid arthritis (RA). Collagen helps maintain the integrity of your cartilage, the rubber-like tissue that protects your joints. In 60 patients with severe RA, supplementing for 3 months with chicken Type II collagen reduced the number of swollen and tender joints compared to placebo. Four patients in the collagen group saw all symptoms disappear.\r\n\r\nA study of 147 athletes with joint pain found that supplementation with hydrolyzed collagen for 24 weeks significantly reduced their pain. In another study adults took 2 grams of collagen daily for 70 days. Those who took it had a significant reduction in joint pain and were better able to engage in physical activity than those who did not take it.\r\n\r\n<strong>Collagen increases hair growth.</strong> In a study of women with thinning hair, 180 days of collagen supplementation resulted in improvements in hair volume, scalp coverage, shine and thickness. Skin moisture and smoothness also improved.\r\n\r\n<strong>Collagen could prevent bone loss</strong>. Bones are made mostly of collagen, which gives them structure and keeps them strong. In one study, women took either a calcium supplement combined with 5 grams of collagen or a calcium supplement with no collagen daily for 12 months. By the end of the study, women taking the calcium and collagen had significantly lower blood levels of proteins that promote bone breakdown than those taking only the calcium.\r\n\r\n<strong>Collagen could boost muscle mass</strong>, especially in the elderly who experience sarcopenia, the loss of muscle that comes with aging. In one study 27 frail men took 15 grams of collagen while participating in an exercise program daily for 12 weeks. Compared to men who exercised but did not take collagen, they gained significantly more muscle mass and strength.\r\n\r\n<strong>Collagen may help heal a leaky gut.</strong> Collagen is high in the amino acid glutamine, long known as a gut healer. Collagen also contains the amino acids glycine and proline, both of which aid in healing stomach ulcers. In addition, collagen helps regulate stomach acid secretion.\r\n\r\nWhen buying collagen powders or capsules youâ€™ll see the terms collagen peptides (all collagen contains peptides) and hydrolyzed collagen. Hydrolyzing means the collagen had been broken down to make it more easily absorbed.\r\n\r\nRuthâ€™s currently carries several lines of collagen, some combined with turmeric and aimed specifically at joint pain, and others combined with silica and vitamin C, targeted toward skin health. Some of the powders are flavored, and some collagen supplements are available in capsule form.\r\n\r\n&nbsp;\r\n\r\nREFERENCES:\r\n\r\n<a href=\"https://universityhealthnews.com/daily/aging-independence/incredible-collagen-benefits-for-your-health-and-beauty/\" target=\"_blank\" rel=\"noopener\">University Health News</a>\r\n\r\n<a href=\"https://selfhacked.com/blog/health-benefits-collagen/\" target=\"_blank\" rel=\"noopener\">SelfHacked</a>\r\n\r\n<a href=\"https://www.healthline.com/nutrition/collagen-benefits#section7\" target=\"_blank\" rel=\"noopener\">Health Line</a>\r\n\r\n<a href=\"https://www.furtherfood.com/collagen-protein-superfood-gut-health-heals-leaky-gut-digestive-problems/\" target=\"_blank\" rel=\"noopener\">Further Food</a>\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1206\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Collagen Power','Better skin, joints & bones!','inherit','closed','closed','','1205-revision-v1','','','2019-02-27 15:42:48','2019-02-27 21:42:48','',1205,'https://ruthsnutrition.gsg-host.com/1205-revision-v1/',0,'revision','',0),(1209,2,'2019-03-26 11:54:06','2019-03-26 16:54:06','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Unexpected Symptoms &amp; How to Fix It</h2>\r\nUnless youâ€™ve been living on the moon, youâ€™ve likely heard the term leaky gut. You might be thinking my digestionâ€™s fine, so it doesnâ€™t concern me. But think again. Many symptoms manifest on the skin, in your mood and even immunity.\r\n\r\nSo what is leaky gut? Itâ€™s a condition where the tight junctions that hold together the cells of your gut lining become weak. When that happens larger particles of undigested food can enter the bloodstream. Sadly, your immune system sees these particles as foreign invaders and attacks, causing widespread inflammation. Studies show these attacks play a role in the development of autoimmune diseases like Hashimotoâ€™s and type 1 diabetes among others. In fact, experts in mucosal biology like Alessio Fasano believe leaky gut is a precondition to developing autoimmunity.\r\n\r\nSo what causes leaky gut? The list of potential offenders is long: Excessive alcohol intake, NSAIDS (aspirin, ibuprophen, etc.), antibiotics, birth control meds, chronic stress, diets low in fiber, gliadin from wheat, food additives, BPA from plastics, pesticides, heavy metals, excessive sugar intake, fast foods and processed foods are just a few.\r\n\r\nGiven that list, clearly many Americans are susceptible to this condition, though they may not realize it. Symptoms include digestive issues like bloating, diarrhea/constipation or abdominal pain, but they are by no means limited to that. Other symptoms include allergies, acne, depression, food intolerance, fatigue, migraines, psoriasis, rosacea, brain fog and possibly autoimmune diseases. Thatâ€™s because a leaky gut leads to widespread inflammation, often over a long period of time.\r\n\r\nSo if you suspect you might have leaky gut, what can you do? Most practitioners agree on a four-step program.\r\n<ol>\r\n 	<li><strong>Remove â€“ any potential inflammatory or toxic foods, such as gluten (wheat, barley &amp; rye), or any other of the possible offenders mentioned above.</strong></li>\r\n 	<li><strong>Replace â€“ processed foods with whole, healing foods. The diet should include plenty of fiber, and supplements like digestive enzymes may be helpful.</strong></li>\r\n 	<li><strong>Repair â€“ with specific supplements aimed at gut tissue healing, such as glutamine powder, zinc carnosine, DGL (deglycyrrhizinated licorice), aloe and marshmallow.</strong></li>\r\n 	<li><strong>Reinoculate â€“ with healing probiotics from supplements and fermented foods.</strong></li>\r\n</ol>\r\nBe aware, too, that this should become an ongoing project. Modern thinking is that intestinal permeability is not a black or white condition where you have it or you donâ€™t, but one that remains in flux from day to day. Your condition depends on what you ingest and your level of stress at any given moment. We all know thatâ€™s not always easy to control in our hectic world. The object is to keep moving diet and stress in a positive direction whenever possible to keep inflammation, symptoms, and risk of autoimmune diseases low.\r\n\r\n&nbsp;\r\n\r\nREFERENCES:\r\n\r\n<a href=\"https://www.mindbodygreen.com/0-10908/9-signs-you-have-a-leaky-gut.html\" target=\"_blank\" rel=\"noopener\">Dr. Amy Myers</a>\r\n\r\n<a href=\"https://www.drkarafitzgerald.com/2016/08/01/expanding-our-view-on-leaky-gut-beyond-the-onoff-idea/\" target=\"_blank\" rel=\"noopener\">Dr. Kara Fitzgerald</a>\r\n\r\n<a href=\"https://chriskresser.com/beyond-paleo-6/\" target=\"_blank\" rel=\"noopener\">Chris Kresser, M.S., L. Ac</a>\r\n\r\n<a href=\"http://scdlifestyle.com/2010/03/the-scd-diet-and-leaky-gut-syndrome/\" target=\"_blank\" rel=\"noopener\">Leaky Gut Deep Dive</a>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1210\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Is Your Gut Leaky?','How to repair your leaky gut!','publish','closed','open','','is-your-gut-leaky','','','2019-03-26 11:54:06','2019-03-26 16:54:06','',0,'https://ruthsnutrition.gsg-host.com/?p=1209',0,'post','',0),(1210,2,'2019-03-26 11:44:14','2019-03-26 16:44:14','','Leaky Gut 599X599','','inherit','open','closed','','leaky-gut-599x599','','','2019-03-26 11:44:14','2019-03-26 16:44:14','',1209,'https://ruthsnutrition.gsg-host.com/wp-content/uploads/2019/03/Leaky-Gut-599X599.png',0,'attachment','image/png',0),(1211,2,'2019-03-26 11:50:26','2019-03-26 16:50:26','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Unexpected Symptoms &amp; How to Fix It</h2>\r\nUnless youâ€™ve been living on the moon, youâ€™ve likely heard the term leaky gut. You might be thinking my digestionâ€™s fine, so it doesnâ€™t concern me. But think again. Many symptoms manifest on the skin, in your mood and even immunity.\r\n\r\nSo what is leaky gut? Itâ€™s a condition where the tight junctions that hold together the cells of your gut lining become weak. When that happens larger particles of undigested food can enter the bloodstream. Sadly, your immune system sees these particles as foreign invaders and attacks, causing widespread inflammation. Studies show these attacks play a role in the development of autoimmune diseases like Hashimotoâ€™s and type 1 diabetes among others. In fact, experts in mucosal biology like Alessio Fasano believe leaky gut is a precondition to developing autoimmunity.\r\n\r\nSo what causes leaky gut? The list of potential offenders is long: Excessive alcohol intake, NSAIDS (aspirin, ibuprophen, etc.), antibiotics, birth control meds, chronic stress, diets low in fiber, gliadin from wheat, food additives, BPA from plastics, pesticides, heavy metals, excessive sugar intake, fast foods and processed foods are just a few.\r\n\r\nGiven that list, clearly many Americans are susceptible to this condition, though they may not realize it. Symptoms include digestive issues like bloating, diarrhea/constipation or abdominal pain, but they are by no means limited to that. Other symptoms include allergies, acne, depression, food intolerance, fatigue, migraines, psoriasis, rosacea, brain fog and possibly autoimmune diseases. Thatâ€™s because a leaky gut leads to widespread inflammation, often over a long period of time.\r\n\r\nSo if you suspect you might have leaky gut, what can you do? Most practitioners agree on a four-step program.\r\n<ol>\r\n 	<li>Remove â€“ any potential inflammatory or toxic foods, such as gluten (wheat, barley &amp; rye), or any other of the possible offenders mentioned above.</li>\r\n 	<li>Replace â€“ processed foods with whole, healing foods. The diet should include plenty of fiber, and supplements like digestive enzymes may be helpful.</li>\r\n 	<li>Repair â€“ with specific supplements aimed at gut tissue healing, such as glutamine powder, zinc carnosine, DGL (deglycyrrhizinated licorice), aloe and marshmallow.</li>\r\n 	<li>Reinoculate â€“ with healing probiotics from supplements and fermented foods.</li>\r\n</ol>\r\n&nbsp;\r\n\r\nBe aware, too, that this should become an ongoing project. Modern thinking is that intestinal permeability is not a black or white condition where you have it or you donâ€™t, but one that remains in flux from day to day. Your condition depends on what you ingest and your level of stress at any given moment. We all know thatâ€™s not always easy to control in our hectic world. The object is to keep moving diet and stress in a positive direction whenever possible to keep inflammation, symptoms, and risk of autoimmune diseases low.\r\n\r\n&nbsp;\r\n\r\nREFERENCES:\r\n\r\n<a href=\"https://www.mindbodygreen.com/0-10908/9-signs-you-have-a-leaky-gut.html\" target=\"_blank\" rel=\"noopener\">Dr. Amy Myers</a>\r\n\r\n<a href=\"https://www.drkarafitzgerald.com/2016/08/01/expanding-our-view-on-leaky-gut-beyond-the-onoff-idea/\" target=\"_blank\" rel=\"noopener\">Dr. Kara Fitzgerald</a>\r\n\r\n<a href=\"https://chriskresser.com/beyond-paleo-6/\" target=\"_blank\" rel=\"noopener\">Chris Kresser, M.S., L. Ac</a>\r\n\r\n<a href=\"http://scdlifestyle.com/2010/03/the-scd-diet-and-leaky-gut-syndrome/\" target=\"_blank\" rel=\"noopener\">Leaky Gut Deep Dive</a>\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1210\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Is Your Gut Leaky?','How to repair your leaky gut!','inherit','closed','closed','','1209-revision-v1','','','2019-03-26 11:50:26','2019-03-26 16:50:26','',1209,'https://ruthsnutrition.gsg-host.com/1209-revision-v1/',0,'revision','',0),(1212,2,'2019-03-26 11:53:29','2019-03-26 16:53:29','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Unexpected Symptoms &amp; How to Fix It</h2>\r\nUnless youâ€™ve been living on the moon, youâ€™ve likely heard the term leaky gut. You might be thinking my digestionâ€™s fine, so it doesnâ€™t concern me. But think again. Many symptoms manifest on the skin, in your mood and even immunity.\r\n\r\nSo what is leaky gut? Itâ€™s a condition where the tight junctions that hold together the cells of your gut lining become weak. When that happens larger particles of undigested food can enter the bloodstream. Sadly, your immune system sees these particles as foreign invaders and attacks, causing widespread inflammation. Studies show these attacks play a role in the development of autoimmune diseases like Hashimotoâ€™s and type 1 diabetes among others. In fact, experts in mucosal biology like Alessio Fasano believe leaky gut is a precondition to developing autoimmunity.\r\n\r\nSo what causes leaky gut? The list of potential offenders is long: Excessive alcohol intake, NSAIDS (aspirin, ibuprophen, etc.), antibiotics, birth control meds, chronic stress, diets low in fiber, gliadin from wheat, food additives, BPA from plastics, pesticides, heavy metals, excessive sugar intake, fast foods and processed foods are just a few.\r\n\r\nGiven that list, clearly many Americans are susceptible to this condition, though they may not realize it. Symptoms include digestive issues like bloating, diarrhea/constipation or abdominal pain, but they are by no means limited to that. Other symptoms include allergies, acne, depression, food intolerance, fatigue, migraines, psoriasis, rosacea, brain fog and possibly autoimmune diseases. Thatâ€™s because a leaky gut leads to widespread inflammation, often over a long period of time.\r\n\r\nSo if you suspect you might have leaky gut, what can you do? Most practitioners agree on a four-step program.\r\n<ol>\r\n 	<li><strong>Remove â€“ any potential inflammatory or toxic foods, such as gluten (wheat, barley &amp; rye), or any other of the possible offenders mentioned above.</strong></li>\r\n 	<li><strong>Replace â€“ processed foods with whole, healing foods. The diet should include plenty of fiber, and supplements like digestive enzymes may be helpful.</strong></li>\r\n 	<li><strong>Repair â€“ with specific supplements aimed at gut tissue healing, such as glutamine powder, zinc carnosine, DGL (deglycyrrhizinated licorice), aloe and marshmallow.</strong></li>\r\n 	<li><strong>Reinoculate â€“ with healing probiotics from supplements and fermented foods.</strong></li>\r\n</ol>\r\nBe aware, too, that this should become an ongoing project. Modern thinking is that intestinal permeability is not a black or white condition where you have it or you donâ€™t, but one that remains in flux from day to day. Your condition depends on what you ingest and your level of stress at any given moment. We all know thatâ€™s not always easy to control in our hectic world. The object is to keep moving diet and stress in a positive direction whenever possible to keep inflammation, symptoms, and risk of autoimmune diseases low.\r\n\r\n&nbsp;\r\n\r\nREFERENCES:\r\n\r\n<a href=\"https://www.mindbodygreen.com/0-10908/9-signs-you-have-a-leaky-gut.html\" target=\"_blank\" rel=\"noopener\">Dr. Amy Myers</a>\r\n\r\n<a href=\"https://www.drkarafitzgerald.com/2016/08/01/expanding-our-view-on-leaky-gut-beyond-the-onoff-idea/\" target=\"_blank\" rel=\"noopener\">Dr. Kara Fitzgerald</a>\r\n\r\n<a href=\"https://chriskresser.com/beyond-paleo-6/\" target=\"_blank\" rel=\"noopener\">Chris Kresser, M.S., L. Ac</a>\r\n\r\n<a href=\"http://scdlifestyle.com/2010/03/the-scd-diet-and-leaky-gut-syndrome/\" target=\"_blank\" rel=\"noopener\">Leaky Gut Deep Dive</a>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1210\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Is Your Gut Leaky?','How to repair your leaky gut!','inherit','closed','closed','','1209-revision-v1','','','2019-03-26 11:53:29','2019-03-26 16:53:29','',1209,'https://ruthsnutrition.gsg-host.com/1209-revision-v1/',0,'revision','',0),(1213,2,'2019-03-26 11:54:25','2019-03-26 16:54:25','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Unexpected Symptoms &amp; How to Fix It</h2>\r\nUnless youâ€™ve been living on the moon, youâ€™ve likely heard the term leaky gut. You might be thinking my digestionâ€™s fine, so it doesnâ€™t concern me. But think again. Many symptoms manifest on the skin, in your mood and even immunity.\r\n\r\nSo what is leaky gut? Itâ€™s a condition where the tight junctions that hold together the cells of your gut lining become weak. When that happens larger particles of undigested food can enter the bloodstream. Sadly, your immune system sees these particles as foreign invaders and attacks, causing widespread inflammation. Studies show these attacks play a role in the development of autoimmune diseases like Hashimotoâ€™s and type 1 diabetes among others. In fact, experts in mucosal biology like Alessio Fasano believe leaky gut is a precondition to developing autoimmunity.\r\n\r\nSo what causes leaky gut? The list of potential offenders is long: Excessive alcohol intake, NSAIDS (aspirin, ibuprophen, etc.), antibiotics, birth control meds, chronic stress, diets low in fiber, gliadin from wheat, food additives, BPA from plastics, pesticides, heavy metals, excessive sugar intake, fast foods and processed foods are just a few.\r\n\r\nGiven that list, clearly many Americans are susceptible to this condition, though they may not realize it. Symptoms include digestive issues like bloating, diarrhea/constipation or abdominal pain, but they are by no means limited to that. Other symptoms include allergies, acne, depression, food intolerance, fatigue, migraines, psoriasis, rosacea, brain fog and possibly autoimmune diseases. Thatâ€™s because a leaky gut leads to widespread inflammation, often over a long period of time.\r\n\r\nSo if you suspect you might have leaky gut, what can you do? Most practitioners agree on a four-step program.\r\n<ol>\r\n 	<li><strong>Remove â€“ any potential inflammatory or toxic foods, such as gluten (wheat, barley &amp; rye), or any other of the possible offenders mentioned above.</strong></li>\r\n 	<li><strong>Replace â€“ processed foods with whole, healing foods. The diet should include plenty of fiber, and supplements like digestive enzymes may be helpful.</strong></li>\r\n 	<li><strong>Repair â€“ with specific supplements aimed at gut tissue healing, such as glutamine powder, zinc carnosine, DGL (deglycyrrhizinated licorice), aloe and marshmallow.</strong></li>\r\n 	<li><strong>Reinoculate â€“ with healing probiotics from supplements and fermented foods.</strong></li>\r\n</ol>\r\nBe aware, too, that this should become an ongoing project. Modern thinking is that intestinal permeability is not a black or white condition where you have it or you donâ€™t, but one that remains in flux from day to day. Your condition depends on what you ingest and your level of stress at any given moment. We all know thatâ€™s not always easy to control in our hectic world. The object is to keep moving diet and stress in a positive direction whenever possible to keep inflammation, symptoms, and risk of autoimmune diseases low.\r\n\r\n&nbsp;\r\n\r\nREFERENCES:\r\n\r\n<a href=\"https://www.mindbodygreen.com/0-10908/9-signs-you-have-a-leaky-gut.html\" target=\"_blank\" rel=\"noopener\">Dr. Amy Myers</a>\r\n\r\n<a href=\"https://www.drkarafitzgerald.com/2016/08/01/expanding-our-view-on-leaky-gut-beyond-the-onoff-idea/\" target=\"_blank\" rel=\"noopener\">Dr. Kara Fitzgerald</a>\r\n\r\n<a href=\"https://chriskresser.com/beyond-paleo-6/\" target=\"_blank\" rel=\"noopener\">Chris Kresser, M.S., L. Ac</a>\r\n\r\n<a href=\"http://scdlifestyle.com/2010/03/the-scd-diet-and-leaky-gut-syndrome/\" target=\"_blank\" rel=\"noopener\">Leaky Gut Deep Dive</a>[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1210\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Is Your Gut Leaky?','How to repair your leaky gut!','inherit','closed','closed','','1209-autosave-v1','','','2019-03-26 11:54:25','2019-03-26 16:54:25','',1209,'https://ruthsnutrition.gsg-host.com/1209-autosave-v1/',0,'revision','',0),(1214,2,'2019-03-27 14:26:14','2019-03-27 19:26:14','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Several products can help you feel better</h2>\r\nOne thing we know for sure is that many of our customers deal with pain, be it backache, headache, joint pain or something else. Most of us are looking for natural pain relievers. So much has changed in whatâ€™s available in recent years, we thought weâ€™d do a roundup of some of our customer favorites.\r\n\r\n<strong>Hemp-Derived CBD Oil</strong>\r\n\r\nThe newest game-changer when it comes to pain is <strong>hemp-derived CBD oil.</strong> While no company makes medical claims, we know from our customers that <strong>Charlotteâ€™s Webâ€™s</strong> products work for many. They come in capsules, liquids, balm or lotion in varying strengths, so most customers start low and work their way up if they need more. Itâ€™s available for pets, too.\r\n\r\nWe also carry <strong>Terry Naturallyâ€™s Hemp Oil &amp; Curcumin</strong> softgels that have become popular. Soon we\'ll have even more hemp products to choose from.Â <strong>Solaray Leaf Therapeutics</strong>Â is getting into the CBD ring this month with four exciting new products: CBD softgels, CBD Pain Blend that includes anti-inflammatory herbs, CBD Sleep blend with relaxing herbs, and CBD Stress Blend with anxiety-reducing herbs.Â In May, weâ€™ll be bringing in <strong>Garden of Lifeâ€™s new line of hemp-derived CBD liquids and softgels</strong>.\r\n\r\n<strong>Tumeric Pain Formulas</strong>\r\n\r\nOur next biggest sellers in the pain relief category are products that blend anti-inflammatory turmeric with other herbs and/or amino acids. Our top sellers are <strong>Gaia Herbsâ€™ Turmeric Supreme Pain</strong> (with whole-plant turmeric, Jamaican dogwood and other pain-relieving herbs) and <strong>Terry Naturallyâ€™s Curamin</strong> (with a patented form of curcumin, the amino-acid DLPA and more). More recently added to the pain-relief line-up is <strong>Garden of Lifeâ€™s Turmeric Pain Relief</strong> (with turmeric,<em> Andrographis</em>, ginger and more).\r\n\r\n<strong>Joint Pain Formulas</strong>\r\n\r\nOne of the largest categories of pain complaints we hear is joint pain. Since there are many possible causes of joint pain, there are many ways to address this issue. Old stand-bys are glucosamine, chondroitin and MSM, each of which has some clinical studies showing improvement of symptoms. More recently, companies have introduced products specifically designed to alleviate joint pain. Our most popular product here is <strong>KAL Joint Guard, </strong>whichÂ offers glucosamine, chondroitin, MSM, turmeric, <em>Boswellia</em>, ginger and a host of other beneficial ingredients. The other most popular players are again from <strong>Gaia Herbs (Tumeric Supreme Joint</strong> with turmeric, quercetin<em>, Boswellia</em> and more) and <strong>Garden of Life (Turmeric Joints &amp; Mobility</strong> with turmeric, ginger and more).\r\n\r\nMany with joint pain also are experimenting with taking collagen. Made of the building blocks of healthy connective tissue, collagen is currently a popular product with several companies entering the market. We have long carried <strong>Great Lakes Collagen Hydrolysate</strong> made from pasture-raised and grass-fed beef. Newer on the market are collagen products from <strong>Garden of Life with Collagen Turmeric, </strong>containing with Type I, II &amp; III collagen and designed for improved joints and motility. We also carry Garden of Life Collagen Peptides, Collagen Beauty, and collagen from <strong>BlueBonnet, Zhou Nutrition,Â </strong>and<strong> Nature\'s Plus.</strong>\r\n\r\n<strong>Not to be overlooked</strong>\r\n\r\nIf your pain comes in the form of muscle cramps, <strong>magnesium</strong> in capsules or tabs is an established remedy. Newer on the market are the magnesium oils or lotions that allow you to absorb magnesium directly on the muscle involved. And, of course, magnesium salts baths can be helpful, too.\r\n\r\nWhatever the cause of your pain, any basic anti-inflammatory â€“ such as turmeric or omega 3 oils â€“ may provide some benefit, though may not be as powerful as the special pain formulas mentioned above.Â  And unlike NSAIDS (aspirin, ipbuprophen, etc.), none of the supplements mentioned here will harm your stomach lining.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1215\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Pain Remedy Roundup','We\'ve got an array of remedies that help with pain.','publish','closed','open','','pain-remedy-roundup','','','2019-03-27 14:26:14','2019-03-27 19:26:14','',0,'https://ruthsnutrition.gsg-host.com/?p=1214',0,'post','',0),(1215,2,'2019-03-27 13:57:15','2019-03-27 18:57:15','','Pain body 600X600','','inherit','open','closed','','pain-body-600x600','','','2019-03-27 13:57:15','2019-03-27 18:57:15','',1214,'https://ruthsnutrition.gsg-host.com/wp-content/uploads/2019/03/Pain-body-600X600.jpg',0,'attachment','image/jpeg',0),(1216,2,'2019-03-27 14:16:19','2019-03-27 19:16:19','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Several remedies can help you feel better</h2>\r\nOne thing we know for sure is that many of our customers deal with pain, be it backache, headache, joint pain or something else. Most of us are looking for natural pain relievers. So much has changed in whatâ€™s available in recent years, we thought weâ€™d do a roundup of some of our customer favorites.\r\n\r\n<strong>Hemp-Derived CBD Oil</strong>\r\n\r\nThe newest game-changer when it comes to pain is <strong>hemp-derived CBD oil.</strong> While no company makes medical claims, we know from our customers that <strong>Charlotteâ€™s Webâ€™s</strong> products work for many. They come in capsules, liquids, balm or lotion in varying strengths, so most customers start low and work their way up if they need more. Itâ€™s available for pets, too.\r\n\r\nWe also carry <strong>Terry Naturallyâ€™s Hemp Oil &amp; Curcumin</strong> softgels that have become popular. Soon we\'ll have even more hemp products to choose from.Â <strong>Solaray Leaf Therapeutics</strong> also is getting into the CBD ring this month with four exciting new products: CBD softgels, CBD Pain Blend that includes anti-inflammatory herbs, CBD Sleep blend with relaxing herbs, and CBD Stress Blend with anxiety-reducing herbs.Â In May, weâ€™ll be bringing in <strong>Garden of Lifeâ€™s new line of hemp-derived CBD liquids and softgels</strong>.\r\n\r\n<strong>Tumeric Pain Formulas</strong>\r\n\r\nBy far our biggest sellers in the pain relief category are products that blend anti-inflammatory turmericÂ  with other herbs and/or amino acids. Our top sellers are <strong>Gaia Herbsâ€™ Turmeric Supreme Pain</strong> (with whole-plant turmeric, Jamaican dogwood and other pain-relieving herbs) and <strong>Terry Naturallyâ€™s Curamin</strong> (with a patented form of curcumin, the amino-acid DLPA and more). More recently added to the pain-relief line-up is <strong>Garden of Lifeâ€™s Turmeric Pain Relief</strong> (with turmeric,<em> Andrographis</em>, ginger and more).\r\n\r\n<strong>Joint Pain Formulas</strong>\r\n\r\nOne of the largest categories of pain complaints we hear is joint pain. Since there are many possible causes of joint pain, there are many ways to address this issue. Old stand-bys are glucosamine, chondroitin and MSM, each of which has some clinical studies showing improvement of symptoms. More recently, companies have introduced products specifically designed to alleviate joint pain. Our most popular product here is <strong>KAL Joint Guard, </strong>whichÂ offers glucosamine, chondroitin, MSM, turmeric, <em>Boswellia</em>, ginger and a host of other beneficial ingredients. The other most popular players are again from <strong>Gaia Herbs (Tumeric Supreme Joint</strong> with turmeric, quercetin<em>, Boswellia</em> and more) and <strong>Garden of Life (Turmeric Joints &amp; Mobility</strong> with turmeric, ginger and more).\r\n\r\nMany with joint pain also are experimenting with taking collagen. Made of the building blocks of healthy connective tissue, collagen is currently a popular product with several companies entering the market. We have long carried <strong>Great Lakes Collagen Hydrolysate</strong> made from pasture-raised and grass-fed beef. Newer on the market are collagen products from <strong>Garden of Life with Collagen Turmeric, </strong>containing with Type I, II &amp; III collagen and designed for improved joints and motility. We also carry Garden of Life Collagen Peptides, Collagen Beauty, and collagen from <strong>BlueBonnet.</strong>\r\n\r\n<strong>Not to be overlooked</strong>\r\n\r\nIf your pain comes in the form of muscle cramps, <strong>magnesium</strong> in capsules or tabs is an established remedy. Newer on the market are the magnesium oils or lotions that allow you to absorb magnesium directly on the muscle involved. And, of course, magnesium salts baths can be helpful, too.\r\n\r\nWhatever the cause of your pain, any basic anti-inflammatory â€“ such as turmeric or omega 3 oils â€“ may provide some benefit, thought may not be as powerful as the special pain formulas mentioned above.Â  And unlike NSAIDS (aspirin, ipbuprophen, etc.), none of the supplements mentioned here will harm your stomach lining.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1215\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Pain Remedy Roundup','We\'ve got an array of remedies that help with pain.','inherit','closed','closed','','1214-revision-v1','','','2019-03-27 14:16:19','2019-03-27 19:16:19','',1214,'https://ruthsnutrition.gsg-host.com/1214-revision-v1/',0,'revision','',0),(1217,2,'2019-03-27 14:17:13','2019-03-27 19:17:13','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Several products can help you feel better</h2>\r\nOne thing we know for sure is that many of our customers deal with pain, be it backache, headache, joint pain or something else. Most of us are looking for natural pain relievers. So much has changed in whatâ€™s available in recent years, we thought weâ€™d do a roundup of some of our customer favorites.\r\n\r\n<strong>Hemp-Derived CBD Oil</strong>\r\n\r\nThe newest game-changer when it comes to pain is <strong>hemp-derived CBD oil.</strong> While no company makes medical claims, we know from our customers that <strong>Charlotteâ€™s Webâ€™s</strong> products work for many. They come in capsules, liquids, balm or lotion in varying strengths, so most customers start low and work their way up if they need more. Itâ€™s available for pets, too.\r\n\r\nWe also carry <strong>Terry Naturallyâ€™s Hemp Oil &amp; Curcumin</strong> softgels that have become popular. Soon we\'ll have even more hemp products to choose from.Â <strong>Solaray Leaf Therapeutics</strong> also is getting into the CBD ring this month with four exciting new products: CBD softgels, CBD Pain Blend that includes anti-inflammatory herbs, CBD Sleep blend with relaxing herbs, and CBD Stress Blend with anxiety-reducing herbs.Â In May, weâ€™ll be bringing in <strong>Garden of Lifeâ€™s new line of hemp-derived CBD liquids and softgels</strong>.\r\n\r\n<strong>Tumeric Pain Formulas</strong>\r\n\r\nBy far our biggest sellers in the pain relief category are products that blend anti-inflammatory turmericÂ  with other herbs and/or amino acids. Our top sellers are <strong>Gaia Herbsâ€™ Turmeric Supreme Pain</strong> (with whole-plant turmeric, Jamaican dogwood and other pain-relieving herbs) and <strong>Terry Naturallyâ€™s Curamin</strong> (with a patented form of curcumin, the amino-acid DLPA and more). More recently added to the pain-relief line-up is <strong>Garden of Lifeâ€™s Turmeric Pain Relief</strong> (with turmeric,<em> Andrographis</em>, ginger and more).\r\n\r\n<strong>Joint Pain Formulas</strong>\r\n\r\nOne of the largest categories of pain complaints we hear is joint pain. Since there are many possible causes of joint pain, there are many ways to address this issue. Old stand-bys are glucosamine, chondroitin and MSM, each of which has some clinical studies showing improvement of symptoms. More recently, companies have introduced products specifically designed to alleviate joint pain. Our most popular product here is <strong>KAL Joint Guard, </strong>whichÂ offers glucosamine, chondroitin, MSM, turmeric, <em>Boswellia</em>, ginger and a host of other beneficial ingredients. The other most popular players are again from <strong>Gaia Herbs (Tumeric Supreme Joint</strong> with turmeric, quercetin<em>, Boswellia</em> and more) and <strong>Garden of Life (Turmeric Joints &amp; Mobility</strong> with turmeric, ginger and more).\r\n\r\nMany with joint pain also are experimenting with taking collagen. Made of the building blocks of healthy connective tissue, collagen is currently a popular product with several companies entering the market. We have long carried <strong>Great Lakes Collagen Hydrolysate</strong> made from pasture-raised and grass-fed beef. Newer on the market are collagen products from <strong>Garden of Life with Collagen Turmeric, </strong>containing with Type I, II &amp; III collagen and designed for improved joints and motility. We also carry Garden of Life Collagen Peptides, Collagen Beauty, and collagen from <strong>BlueBonnet.</strong>\r\n\r\n<strong>Not to be overlooked</strong>\r\n\r\nIf your pain comes in the form of muscle cramps, <strong>magnesium</strong> in capsules or tabs is an established remedy. Newer on the market are the magnesium oils or lotions that allow you to absorb magnesium directly on the muscle involved. And, of course, magnesium salts baths can be helpful, too.\r\n\r\nWhatever the cause of your pain, any basic anti-inflammatory â€“ such as turmeric or omega 3 oils â€“ may provide some benefit, thought may not be as powerful as the special pain formulas mentioned above.Â  And unlike NSAIDS (aspirin, ipbuprophen, etc.), none of the supplements mentioned here will harm your stomach lining.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1215\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Pain Remedy Roundup','We\'ve got an array of remedies that help with pain.','inherit','closed','closed','','1214-revision-v1','','','2019-03-27 14:17:13','2019-03-27 19:17:13','',1214,'https://ruthsnutrition.gsg-host.com/1214-revision-v1/',0,'revision','',0),(1218,2,'2019-03-27 14:20:58','2019-03-27 19:20:58','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Several products can help you feel better</h2>\r\nOne thing we know for sure is that many of our customers deal with pain, be it backache, headache, joint pain or something else. Most of us are looking for natural pain relievers. So much has changed in whatâ€™s available in recent years, we thought weâ€™d do a roundup of some of our customer favorites.\r\n\r\n<strong>Hemp-Derived CBD Oil</strong>\r\n\r\nThe newest game-changer when it comes to pain is <strong>hemp-derived CBD oil.</strong> While no company makes medical claims, we know from our customers that <strong>Charlotteâ€™s Webâ€™s</strong> products work for many. They come in capsules, liquids, balm or lotion in varying strengths, so most customers start low and work their way up if they need more. Itâ€™s available for pets, too.\r\n\r\nWe also carry <strong>Terry Naturallyâ€™s Hemp Oil &amp; Curcumin</strong> softgels that have become popular. Soon we\'ll have even more hemp products to choose from.Â <strong>Solaray Leaf Therapeutics</strong>Â is getting into the CBD ring this month with four exciting new products: CBD softgels, CBD Pain Blend that includes anti-inflammatory herbs, CBD Sleep blend with relaxing herbs, and CBD Stress Blend with anxiety-reducing herbs.Â In May, weâ€™ll be bringing in <strong>Garden of Lifeâ€™s new line of hemp-derived CBD liquids and softgels</strong>.\r\n\r\n<strong>Tumeric Pain Formulas</strong>\r\n\r\nOur next biggest sellers in the pain relief category are products that blend anti-inflammatory turmeric with other herbs and/or amino acids. Our top sellers are <strong>Gaia Herbsâ€™ Turmeric Supreme Pain</strong> (with whole-plant turmeric, Jamaican dogwood and other pain-relieving herbs) and <strong>Terry Naturallyâ€™s Curamin</strong> (with a patented form of curcumin, the amino-acid DLPA and more). More recently added to the pain-relief line-up is <strong>Garden of Lifeâ€™s Turmeric Pain Relief</strong> (with turmeric,<em> Andrographis</em>, ginger and more).\r\n\r\n<strong>Joint Pain Formulas</strong>\r\n\r\nOne of the largest categories of pain complaints we hear is joint pain. Since there are many possible causes of joint pain, there are many ways to address this issue. Old stand-bys are glucosamine, chondroitin and MSM, each of which has some clinical studies showing improvement of symptoms. More recently, companies have introduced products specifically designed to alleviate joint pain. Our most popular product here is <strong>KAL Joint Guard, </strong>whichÂ offers glucosamine, chondroitin, MSM, turmeric, <em>Boswellia</em>, ginger and a host of other beneficial ingredients. The other most popular players are again from <strong>Gaia Herbs (Tumeric Supreme Joint</strong> with turmeric, quercetin<em>, Boswellia</em> and more) and <strong>Garden of Life (Turmeric Joints &amp; Mobility</strong> with turmeric, ginger and more).\r\n\r\nMany with joint pain also are experimenting with taking collagen. Made of the building blocks of healthy connective tissue, collagen is currently a popular product with several companies entering the market. We have long carried <strong>Great Lakes Collagen Hydrolysate</strong> made from pasture-raised and grass-fed beef. Newer on the market are collagen products from <strong>Garden of Life with Collagen Turmeric, </strong>containing with Type I, II &amp; III collagen and designed for improved joints and motility. We also carry Garden of Life Collagen Peptides, Collagen Beauty, and collagen from <strong>BlueBonnet.</strong>\r\n\r\n<strong>Not to be overlooked</strong>\r\n\r\nIf your pain comes in the form of muscle cramps, <strong>magnesium</strong> in capsules or tabs is an established remedy. Newer on the market are the magnesium oils or lotions that allow you to absorb magnesium directly on the muscle involved. And, of course, magnesium salts baths can be helpful, too.\r\n\r\nWhatever the cause of your pain, any basic anti-inflammatory â€“ such as turmeric or omega 3 oils â€“ may provide some benefit, thought may not be as powerful as the special pain formulas mentioned above.Â  And unlike NSAIDS (aspirin, ipbuprophen, etc.), none of the supplements mentioned here will harm your stomach lining.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1215\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Pain Remedy Roundup','We\'ve got an array of remedies that help with pain.','inherit','closed','closed','','1214-revision-v1','','','2019-03-27 14:20:58','2019-03-27 19:20:58','',1214,'https://ruthsnutrition.gsg-host.com/1214-revision-v1/',0,'revision','',0),(1219,2,'2019-03-27 14:25:59','2019-03-27 19:25:59','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Several products can help you feel better</h2>\r\nOne thing we know for sure is that many of our customers deal with pain, be it backache, headache, joint pain or something else. Most of us are looking for natural pain relievers. So much has changed in whatâ€™s available in recent years, we thought weâ€™d do a roundup of some of our customer favorites.\r\n\r\n<strong>Hemp-Derived CBD Oil</strong>\r\n\r\nThe newest game-changer when it comes to pain is <strong>hemp-derived CBD oil.</strong> While no company makes medical claims, we know from our customers that <strong>Charlotteâ€™s Webâ€™s</strong> products work for many. They come in capsules, liquids, balm or lotion in varying strengths, so most customers start low and work their way up if they need more. Itâ€™s available for pets, too.\r\n\r\nWe also carry <strong>Terry Naturallyâ€™s Hemp Oil &amp; Curcumin</strong> softgels that have become popular. Soon we\'ll have even more hemp products to choose from.Â <strong>Solaray Leaf Therapeutics</strong>Â is getting into the CBD ring this month with four exciting new products: CBD softgels, CBD Pain Blend that includes anti-inflammatory herbs, CBD Sleep blend with relaxing herbs, and CBD Stress Blend with anxiety-reducing herbs.Â In May, weâ€™ll be bringing in <strong>Garden of Lifeâ€™s new line of hemp-derived CBD liquids and softgels</strong>.\r\n\r\n<strong>Tumeric Pain Formulas</strong>\r\n\r\nOur next biggest sellers in the pain relief category are products that blend anti-inflammatory turmeric with other herbs and/or amino acids. Our top sellers are <strong>Gaia Herbsâ€™ Turmeric Supreme Pain</strong> (with whole-plant turmeric, Jamaican dogwood and other pain-relieving herbs) and <strong>Terry Naturallyâ€™s Curamin</strong> (with a patented form of curcumin, the amino-acid DLPA and more). More recently added to the pain-relief line-up is <strong>Garden of Lifeâ€™s Turmeric Pain Relief</strong> (with turmeric,<em> Andrographis</em>, ginger and more).\r\n\r\n<strong>Joint Pain Formulas</strong>\r\n\r\nOne of the largest categories of pain complaints we hear is joint pain. Since there are many possible causes of joint pain, there are many ways to address this issue. Old stand-bys are glucosamine, chondroitin and MSM, each of which has some clinical studies showing improvement of symptoms. More recently, companies have introduced products specifically designed to alleviate joint pain. Our most popular product here is <strong>KAL Joint Guard, </strong>whichÂ offers glucosamine, chondroitin, MSM, turmeric, <em>Boswellia</em>, ginger and a host of other beneficial ingredients. The other most popular players are again from <strong>Gaia Herbs (Tumeric Supreme Joint</strong> with turmeric, quercetin<em>, Boswellia</em> and more) and <strong>Garden of Life (Turmeric Joints &amp; Mobility</strong> with turmeric, ginger and more).\r\n\r\nMany with joint pain also are experimenting with taking collagen. Made of the building blocks of healthy connective tissue, collagen is currently a popular product with several companies entering the market. We have long carried <strong>Great Lakes Collagen Hydrolysate</strong> made from pasture-raised and grass-fed beef. Newer on the market are collagen products from <strong>Garden of Life with Collagen Turmeric, </strong>containing with Type I, II &amp; III collagen and designed for improved joints and motility. We also carry Garden of Life Collagen Peptides, Collagen Beauty, and collagen from <strong>BlueBonnet, Zhou Nutrition,Â </strong>and<strong> Nature\'s Plus.</strong>\r\n\r\n<strong>Not to be overlooked</strong>\r\n\r\nIf your pain comes in the form of muscle cramps, <strong>magnesium</strong> in capsules or tabs is an established remedy. Newer on the market are the magnesium oils or lotions that allow you to absorb magnesium directly on the muscle involved. And, of course, magnesium salts baths can be helpful, too.\r\n\r\nWhatever the cause of your pain, any basic anti-inflammatory â€“ such as turmeric or omega 3 oils â€“ may provide some benefit, though may not be as powerful as the special pain formulas mentioned above.Â  And unlike NSAIDS (aspirin, ipbuprophen, etc.), none of the supplements mentioned here will harm your stomach lining.[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1215\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Pain Remedy Roundup','We\'ve got an array of remedies that help with pain.','inherit','closed','closed','','1214-revision-v1','','','2019-03-27 14:25:59','2019-03-27 19:25:59','',1214,'https://ruthsnutrition.gsg-host.com/1214-revision-v1/',0,'revision','',0),(1220,2,'2019-04-24 14:08:13','2019-04-24 19:08:13','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>We\'re sharing some expert advice</h2>\r\nItâ€™s that time of year again. Pollen is everywhere and seasonal allergies are in full swing. Whatâ€™s a body to do? Maybe check out the advice of nationally known naturopaths.\r\n\r\nDr. Kara Fitzgerald recommends limiting exposure where possible. That includes HEPA filters in the bedroom, showering before bed, washing bed linens more frequently than usual, and using nasal irrigation with a neti pot.\r\n\r\nIn addition, she suggests people lower their inflammatory load by reducing pro-inflammatory foods in your diet. That includes sugar, refined foods, and food additives. Be wary of known trigger foods, such as dairy or soy. An elimination diet to help uncover those trigger foods might be helpful.\r\n\r\nDrink plenty of water to stay hydrated. Proper hydration reduces the histamine response. She suggested drinking about half your body weight in fluid ounces over the course of a day.\r\n\r\nDr. Alan Christainson also recommends ample hydration by drinking water and using a neti pot for nasal passages.\r\n\r\nWhen it comes to supplements, the doctors recommend quercetin, black cumin seed, freeze-dried nettles and Andrographis to inhibit histamine release.\r\n\r\nRuthâ€™s carries each of the above supplements and more options for allergy sufferers that are currently popular with customers:\r\n\r\n<strong>Andrographis </strong>by Solaray.\r\n\r\n<strong>Quercetin</strong> by both BlueBonnet and Natural Factors.\r\n\r\n<strong>Black Cumin Seed</strong> by both Amazing Herbs and Life Extension.\r\n\r\n<strong>Pollen Relief</strong> by Pioneer, which contains Quercetin, Bromelain, Freeze-dried Nettle, Cayenne, Boswellia, Ginkgo, and Serrapeptase.\r\n\r\n<strong>Easy Breather</strong> by Herbalogic, which helps bodies cope with pollen &amp; mold and supports nose &amp; sinus health.\r\n\r\n<strong>AllerG Defense</strong> by Prescribed Choice, which contains Vitamin C, Niacin, B5, Nettle leaf, Bee pollen, Histadine, Yerba Santa, Propolis and more.\r\n\r\n<strong>Xlear Nasal Spray</strong> with Xylitol and Grape Seed Extract.\r\n\r\n<strong>Pollen/Hay Fever</strong>, and <strong>Grass Pollen</strong> homeopathic remedies by BioAllers.\r\n\r\n<strong>Allergy Relief</strong>, and <strong>Sinus Headache and Congestion </strong>by B&amp;T homeopathic remedies.\r\n\r\nTo read more tips for battling allergies <a href=\"https://www.drkarafitzgerald.com/2019/04/08/allergies-why-our-approach-to-hygiene-has-been-so-wrong/\" target=\"_blank\" rel=\"noopener\">CLICK HERE</a>.\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1221\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Oh no! Allergy season\'s already here!','We\'ve got an array of remedies that help with seasonal allergies.','publish','closed','open','','oh-no-allergy-seasons-already-here','','','2019-04-24 14:08:13','2019-04-24 19:08:13','',0,'https://ruthsnutrition.gsg-host.com/?p=1220',0,'post','',0),(1221,2,'2019-04-24 13:59:03','2019-04-24 18:59:03','','Caution Sign Warning About Upcoming Allergy Season','Caution Sign - Allergy Season Ahead','inherit','open','closed','','caution-sign-warning-about-upcoming-allergy-season','','','2019-04-24 13:59:03','2019-04-24 18:59:03','',1220,'https://ruthsnutrition.gsg-host.com/wp-content/uploads/2019/04/allergy-season-ahead-600X588.jpg',0,'attachment','image/jpeg',0),(1222,2,'2019-04-24 14:07:11','2019-04-24 19:07:11','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>We\'re sharing some expert advice</h2>\r\nItâ€™s that time of year again. Pollen is everywhere and seasonal allergies are in full swing. Whatâ€™s a body to do? Maybe check out the advice of nationally known naturopaths.\r\n\r\nDr. Kara Fitzgerald recommends limiting exposure where possible. That includes HEPA filters in the bedroom, showering before bed, washing bed linens more frequently than usual, and using nasal irrigation with a neti pot.\r\n\r\nIn addition, she suggests people lower their inflammatory load by reducing pro-inflammatory foods in your diet. That includes sugar, refined foods, and food additives. Be wary of known trigger foods, such as dairy or soy. An elimination diet to help uncover those trigger foods might be helpful.\r\n\r\nDrink plenty of water to stay hydrated. Proper hydration reduces the histamine response. She suggested drinking about half your body weight in fluid ounces over the course of a day.\r\n\r\nDr. Alan Christainson also recommends ample hydration by drinking water and using a neti pot for nasal passages.\r\n\r\nWhen it comes to supplements, the doctors recommend quercetin, black cumin seed, freeze-dried nettles and Andrographis to inhibit histamine release.\r\n\r\nRuthâ€™s carries each of the above supplements and more options for allergy sufferers that are currently popular with customers:\r\n\r\n<strong>Andrographis </strong>by Solaray.\r\n\r\n<strong>Quercetin</strong> by both BlueBonnet and Natural Factors.\r\n\r\n<strong>Black Cumin Seed</strong> by both Amazing Herbs and Life Extension.\r\n\r\n<strong>Pollen Relief</strong> by Pioneer, which contains Quercetin, Bromelain, Freeze-dried Nettle, Cayenne, Boswellia, Ginkgo, and Serrapeptase.\r\n\r\n<strong>Easy Breather</strong> by Herbalogic, which helps bodies cope with pollen &amp; mold and supports nose &amp; sinus health.\r\n\r\n<strong>AllerG Defense</strong> by Prescribed Choice, which contains Vitamin C, Niacin, B5, Nettle leaf, Bee pollen, Histadine, Yerba Santa, Propolis and more.\r\n\r\n<strong>Xlear Nasal Spray</strong> with Xylitol and Grape Seed Extract.\r\n\r\n<strong>Pollen/Hay Fever</strong>, and <strong>Grass Pollen</strong> homeopathic remedies by BioAllers.\r\n\r\n<strong>Allergy Relief</strong>, and <strong>Sinus Headache and Congestion </strong>by B&amp;T homeopathic remedies.\r\n\r\nTo read more tips for battling allergies <a href=\"https://www.drkarafitzgerald.com/2019/04/08/allergies-why-our-approach-to-hygiene-has-been-so-wrong/\" target=\"_blank\" rel=\"noopener\">CLICK HERE</a>.\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1221\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Oh no! Allergy season\'s already here!','We\'ve got an array of remedies that help with seasonal allergies.','inherit','closed','closed','','1220-revision-v1','','','2019-04-24 14:07:11','2019-04-24 19:07:11','',1220,'https://ruthsnutrition.gsg-host.com/1220-revision-v1/',0,'revision','',0),(1223,2,'2019-05-23 17:15:53','2019-05-23 22:15:53','[vc_row][vc_column width=\"2/3\"][vc_column_text]\n<h2>Necessary for bone &amp; cardiovascular health</h2>\n<img class=\"alignright wp-image-1225 size-full\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2019/05/Vitamin-K2-601X.jpeg\" alt=\"\" width=\"601\" height=\"463\" />Weâ€™ve noticed that some of our customers still donâ€™t know the value of vitamin K2, so we thought weâ€™d share what weâ€™ve learned. If youâ€™re worried about heart health or bone density, you need to keep reading.\n\nFirst letâ€™s clarify Vitamin K1 (phylloquinone) vs. K2 (menaquinone). Vitamin K1, found in green leafy veggies, plays a vital role in clotting blood. Found in small amounts in cheese, egg yolks and grass-fed butter, Vitamin K2 helps shuttle calcium into bone and can even stop calcified plaque from building up in your arteries.\n\nSpecifically, â€œthis fat-soluble vitamin is required to activate osteocalcin, an important protein secreted by osteoblasts, the bodyâ€™s bone-building cells,â€ according to a 2013 article in<em> Todayâ€™s Dietician</em>. It goes on to say that, â€œWhen vitamin K2 is activated, osteocalcin can draw calcium into the bones where osteoblasts then incorporate it into the bone matrix. In addition, vitamin K2, when combined with vitamin D3, helps inhibit osteoclasts, the cells responsible for bone resorption.Â  â€¦\n\nâ€œThe same osteocalcin protein that vitamin K2 activates also triggers the activation of another protein called matrix gla protein (MGP), which is responsible for removing excess calcium that can accumulate in soft tissues such as arteries and veins. This role takes on significant importance considering that about 20% of atherosclerotic plaques are comprised of calcium, from the early to the more advanced stages of heart disease development.â€\n\nBoth hypertension expert Dr. Mark Houston of Nashville (author of <em>What Your Doctor May Not Tell You About Heart Disease</em>) and nationally-known cardiologist Stephen Sinatra recommend supplementing with vitamin K2 for anyone with heart concerns. Sinatra says, â€œTo me, vitamin K2 ranks right up there with CoQ10. Because I wouldnâ€™t practice cardiology without CoQ10 that speaks volumes.â€ Sinatra suggests taking 150 mcg of vitamin K2 in the MK-7 form.\n\nVitamin K2 is available in two main subtypes, MK-4 and MK-7. The M stands for menaquinone and the 4 and 7 indicate the number of side chains that are attached to the main vitamin K molecule. Whenever possible, choose the MK-7 form as it is the most active and bioavailable form.\n\nREFERENCES:\n\n<a href=\"https://www.todaysdietitian.com/newarchives/060113p54.shtml\" target=\"_blank\" rel=\"noopener noreferrer\">Todayâ€™s Dietitian</a>\n\n<a href=\"https://draxe.com/vitamin-k2/\" target=\"_blank\" rel=\"noopener noreferrer\">Dr. Josh Axe</a>\n\n<a href=\"https://www.drsinatra.com/vitamin-k2-supports-healthy-circulation\" target=\"_blank\" rel=\"noopener noreferrer\">Dr. Stephen Sinatra</a>','Vitamin with big benefits','Great for heart & bone health.','publish','closed','open','','oh-no-allergy-seasons-already-here-2','','','2019-05-23 17:15:55','2019-05-23 22:15:55','',0,'https://ruthsnutrition.gsg-host.com/?p=1223',0,'post','',0),(1224,2,'2019-05-23 16:32:58','2019-05-23 21:32:58','[vc_row][vc_column width=\"2/3\"][vc_column_text]\n<h2>We\'re sharing some expert advice</h2>\nItâ€™s that time of year again. Pollen is everywhere and seasonal allergies are in full swing. Whatâ€™s a body to do? Maybe check out the advice of nationally known naturopaths.\n\nDr. Kara Fitzgerald recommends limiting exposure where possible. That includes HEPA filters in the bedroom, showering before bed, washing bed linens more frequently than usual, and using nasal irrigation with a neti pot.\n\nIn addition, she suggests people lower their inflammatory load by reducing pro-inflammatory foods in your diet. That includes sugar, refined foods, and food additives. Be wary of known trigger foods, such as dairy or soy. An elimination diet to help uncover those trigger foods might be helpful.\n\nDrink plenty of water to stay hydrated. Proper hydration reduces the histamine response. She suggested drinking about half your body weight in fluid ounces over the course of a day.\n\nDr. Alan Christainson also recommends ample hydration by drinking water and using a neti pot for nasal passages.\n\nWhen it comes to supplements, the doctors recommend quercetin, black cumin seed, freeze-dried nettles and Andrographis to inhibit histamine release.\n\nRuthâ€™s carries each of the above supplements and more options for allergy sufferers that are currently popular with customers:\n\n<strong>Andrographis </strong>by Solaray.\n\n<strong>Quercetin</strong> by both BlueBonnet and Natural Factors.\n\n<strong>Black Cumin Seed</strong> by both Amazing Herbs and Life Extension.\n\n<strong>Pollen Relief</strong> by Pioneer, which contains Quercetin, Bromelain, Freeze-dried Nettle, Cayenne, Boswellia, Ginkgo, and Serrapeptase.\n\n<strong>Easy Breather</strong> by Herbalogic, which helps bodies cope with pollen &amp; mold and supports nose &amp; sinus health.\n\n<strong>AllerG Defense</strong> by Prescribed Choice, which contains Vitamin C, Niacin, B5, Nettle leaf, Bee pollen, Histadine, Yerba Santa, Propolis and more.\n\n<strong>Xlear Nasal Spray</strong> with Xylitol and Grape Seed Extract.\n\n<strong>Pollen/Hay Fever</strong>, and <strong>Grass Pollen</strong> homeopathic remedies by BioAllers.\n\n<strong>Allergy Relief</strong>, and <strong>Sinus Headache and Congestion </strong>by B&amp;T homeopathic remedies.\n\nTo read more tips for battling allergies <a href=\"https://www.drkarafitzgerald.com/2019/04/08/allergies-why-our-approach-to-hygiene-has-been-so-wrong/\" target=\"_blank\" rel=\"noopener noreferrer\">CLICK HERE</a>.\n\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1221\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Oh no! Allergy season\'s already here!','We\'ve got an array of remedies that help with seasonal allergies.','inherit','closed','closed','','1223-revision-v1','','','2019-05-23 16:32:58','2019-05-23 21:32:58','',1223,'https://ruthsnutrition.gsg-host.com/1223-revision-v1/',0,'revision','',0),(1225,2,'2019-05-23 16:48:07','2019-05-23 21:48:07','','Vitamin K2 601X','','inherit','open','closed','','vitamin-k2-601x','','','2019-05-23 16:48:07','2019-05-23 21:48:07','',1223,'https://ruthsnutrition.gsg-host.com/wp-content/uploads/2019/05/Vitamin-K2-601X.jpeg',0,'attachment','image/jpeg',0),(1226,2,'2019-05-23 16:54:41','2019-05-23 21:54:41','[vc_row][vc_column width=\"2/3\"][vc_column_text]\n<h2>Necessary for bone &amp; cardiovascular health</h2>\nWeâ€™ve noticed that some of our customers still donâ€™t know the value of vitamin K2, so we thought weâ€™d share what weâ€™ve learned. If youâ€™re worried about heart health or bone density, you need to keep reading.\n\nFirst letâ€™s clarify Vitamin K1 (phylloquinone) vs. K2 (menaquinone). Vitamin K1, found in green leafy veggies, plays a vital role in clotting blood. Found in small amounts in cheese, egg yolks and grass-fed butter, Vitamin K2 helps shuttle calcium into bone and can even stop calcified plaque from building up in your arteries.\n\nSpecifically, â€œthis fat-soluble vitamin is required to activate osteocalcin, an important protein secreted by osteoblasts, the bodyâ€™s bone-building cells,â€ according to a 2013 article in<em> Todayâ€™s Dietician</em>. It goes on to say that, â€œWhen vitamin K2 is activated, osteocalcin can draw calcium into the bones where osteoblasts then incorporate it into the bone matrix. In addition, vitamin K2, when combined with vitamin D3, helps inhibit osteoclasts, the cells responsible for bone resorption.Â  â€¦\n\nâ€œThe same osteocalcin protein that vitamin K2 activates also triggers the activation of another protein called matrix gla protein (MGP), which is responsible for removing excess calcium that can accumulate in soft tissues such as arteries and veins. This role takes on significant importance considering that about 20% of atherosclerotic plaques are comprised of calcium, from the early to the more advanced stages of heart disease development.â€\n\nBoth hypertension expert Dr. Mark Houston of Nashville (author of <em>What Your Doctor May Not Tell You About Heart Disease</em>) and nationally-known cardiologist Stephen Sinatra recommend supplementing with vitamin K2 for anyone with heart concerns. Sinatra says, â€œTo me, vitamin K2 ranks right up there with CoQ10. Because I wouldnâ€™t practice cardiology without CoQ10 that speaks volumes.â€ Sinatra suggests taking 150 mcg of vitamin K2 in the MK-7 form.\n\nVitamin K2 is available in two main subtypes, MK-4 and MK-7. The M stands for menaquinone and the 4 and 7 indicate the number of side chains that are attached to the main vitamin K molecule. Whenever possible, choose the MK-7 form as it is the most active and bioavailable form.\n\nREFERENCES:\n\n<a href=\"https://www.todaysdietitian.com/newarchives/060113p54.shtml\" target=\"_blank\" rel=\"noopener noreferrer\">Todayâ€™s Dietitian</a>\n\n<a href=\"https://draxe.com/vitamin-k2/\" target=\"_blank\" rel=\"noopener noreferrer\">Dr. Josh Axe</a>\n\n<a href=\"https://www.drsinatra.com/vitamin-k2-supports-healthy-circulation\" target=\"_blank\" rel=\"noopener noreferrer\">Dr. Stephen Sinatra</a>','Vitamin with big benefits','Vitamin K2 offers big benfits!','inherit','closed','closed','','1223-revision-v1','','','2019-05-23 16:54:41','2019-05-23 21:54:41','',1223,'https://ruthsnutrition.gsg-host.com/1223-revision-v1/',0,'revision','',0),(1227,2,'2019-05-23 16:55:06','2019-05-23 21:55:06','[vc_row][vc_column width=\"2/3\"][vc_column_text]\n<h2>Necessary for bone &amp; cardiovascular health</h2>\nWeâ€™ve noticed that some of our customers still donâ€™t know the value of vitamin K2, so we thought weâ€™d share what weâ€™ve learned. If youâ€™re worried about heart health or bone density, you need to keep reading.\n\nFirst letâ€™s clarify Vitamin K1 (phylloquinone) vs. K2 (menaquinone). Vitamin K1, found in green leafy veggies, plays a vital role in clotting blood. Found in small amounts in cheese, egg yolks and grass-fed butter, Vitamin K2 helps shuttle calcium into bone and can even stop calcified plaque from building up in your arteries.\n\nSpecifically, â€œthis fat-soluble vitamin is required to activate osteocalcin, an important protein secreted by osteoblasts, the bodyâ€™s bone-building cells,â€ according to a 2013 article in<em> Todayâ€™s Dietician</em>. It goes on to say that, â€œWhen vitamin K2 is activated, osteocalcin can draw calcium into the bones where osteoblasts then incorporate it into the bone matrix. In addition, vitamin K2, when combined with vitamin D3, helps inhibit osteoclasts, the cells responsible for bone resorption.Â  â€¦\n\nâ€œThe same osteocalcin protein that vitamin K2 activates also triggers the activation of another protein called matrix gla protein (MGP), which is responsible for removing excess calcium that can accumulate in soft tissues such as arteries and veins. This role takes on significant importance considering that about 20% of atherosclerotic plaques are comprised of calcium, from the early to the more advanced stages of heart disease development.â€\n\nBoth hypertension expert Dr. Mark Houston of Nashville (author of <em>What Your Doctor May Not Tell You About Heart Disease</em>) and nationally-known cardiologist Stephen Sinatra recommend supplementing with vitamin K2 for anyone with heart concerns. Sinatra says, â€œTo me, vitamin K2 ranks right up there with CoQ10. Because I wouldnâ€™t practice cardiology without CoQ10 that speaks volumes.â€ Sinatra suggests taking 150 mcg of vitamin K2 in the MK-7 form.\n\nVitamin K2 is available in two main subtypes, MK-4 and MK-7. The M stands for menaquinone and the 4 and 7 indicate the number of side chains that are attached to the main vitamin K molecule. Whenever possible, choose the MK-7 form as it is the most active and bioavailable form.\n\nREFERENCES:\n\n<a href=\"https://www.todaysdietitian.com/newarchives/060113p54.shtml\" target=\"_blank\" rel=\"noopener noreferrer\">Todayâ€™s Dietitian</a>\n\n<a href=\"https://draxe.com/vitamin-k2/\" target=\"_blank\" rel=\"noopener noreferrer\">Dr. Josh Axe</a>\n\n<a href=\"https://www.drsinatra.com/vitamin-k2-supports-healthy-circulation\" target=\"_blank\" rel=\"noopener noreferrer\">Dr. Stephen Sinatra</a>','Vitamin with big benefits','Great for heart & bone health.','inherit','closed','closed','','1223-revision-v1','','','2019-05-23 16:55:06','2019-05-23 21:55:06','',1223,'https://ruthsnutrition.gsg-host.com/1223-revision-v1/',0,'revision','',0),(1228,2,'2019-05-23 17:00:22','2019-05-23 22:00:22','[vc_row][vc_column width=\"2/3\"][vc_column_text]\n<h2>Necessary for bone &amp; cardiovascular health</h2>\nWeâ€™ve noticed that some of our customers still donâ€™t know the value of vitamin K2, so we thought weâ€™d share what weâ€™ve learned. If youâ€™re worried about heart health or bone density, you need to keep reading.\n\nFirst letâ€™s clarify Vitamin K1 (phylloquinone) vs. K2 (menaquinone). Vitamin K1, found in green leafy veggies, plays a vital role in clotting blood. Found in small amounts in cheese, egg yolks and grass-fed butter, Vitamin K2 helps shuttle calcium into bone and can even stop calcified plaque from building up in your arteries.\n\nSpecifically, â€œthis fat-soluble vitamin is required to activate osteocalcin, an important protein secreted by osteoblasts, the bodyâ€™s bone-building cells,â€ according to a 2013 article in<em> Todayâ€™s Dietician</em>. It goes on to say that, â€œWhen vitamin K2 is activated, osteocalcin can draw calcium into the bones where osteoblasts then incorporate it into the bone matrix. In addition, vitamin K2, when combined with vitamin D3, helps inhibit osteoclasts, the cells responsible for bone resorption.&nbsp; â€¦\n\nâ€œThe same osteocalcin protein that vitamin K2 activates also triggers the activation of another protein called matrix gla protein (MGP), which is responsible for removing excess calcium that can accumulate in soft tissues such as arteries and veins. This role takes on significant importance considering that about 20% of atherosclerotic plaques are comprised of calcium, from the early to the more advanced stages of heart disease development.â€\n\nBoth hypertension expert Dr. Mark Houston of Nashville (author of <em>What Your Doctor May Not Tell You About Heart Disease</em>) and nationally-known cardiologist Stephen Sinatra recommend supplementing with vitamin K2 for anyone with heart concerns. Sinatra says, â€œTo me, vitamin K2 ranks right up there with CoQ10. Because I wouldnâ€™t practice cardiology without CoQ10 that speaks volumes.â€ Sinatra suggests taking 150 mcg of vitamin K2 in the MK-7 form.\n\nVitamin K2 is available in two main subtypes, MK-4 and MK-7. The M stands for menaquinone and the 4 and 7 indicate the number of side chains that are attached to the main vitamin K molecule. Whenever possible, choose the MK-7 form as it is the most active and bioavailable form.\n\nREFERENCES:\n\n<a href=\"https://www.todaysdietitian.com/newarchives/060113p54.shtml\" target=\"_blank\" rel=\"noopener noreferrer\">Todayâ€™s Dietitian</a>\n\n<a href=\"https://draxe.com/vitamin-k2/\" target=\"_blank\" rel=\"noopener noreferrer\">Dr. Josh Axe</a>\n\n<a href=\"https://www.drsinatra.com/vitamin-k2-supports-healthy-circulation\" target=\"_blank\" rel=\"noopener noreferrer\">Dr. Stephen Sinatra</a>','Vitamin with big benefits','Great for heart & bone health.','inherit','closed','closed','','1223-revision-v1','','','2019-05-23 17:00:22','2019-05-23 22:00:22','',1223,'https://ruthsnutrition.gsg-host.com/1223-revision-v1/',0,'revision','',0),(1229,2,'2019-05-23 17:03:32','2019-05-23 22:03:32','[vc_row][vc_column width=\"2/3\"][vc_column_text]\n<h2>Necessary for bone &amp; cardiovascular health</h2>\nWeâ€™ve noticed that some of our customers still donâ€™t know the value of vitamin K2, so we thought weâ€™d share what weâ€™ve learned. If youâ€™re worried about heart health or bone density, you need to keep reading.\n\nFirst letâ€™s clarify Vitamin K1 (phylloquinone) vs. K2 (menaquinone). Vitamin K1, found in green leafy veggies, plays a vital role in clotting blood. Found in small amounts in cheese, egg yolks and grass-fed butter, Vitamin K2 helps shuttle calcium into bone and can even stop calcified plaque from building up in your arteries.\n\nSpecifically, â€œthis fat-soluble vitamin is required to activate osteocalcin, an important protein secreted by osteoblasts, the bodyâ€™s bone-building cells,â€ according to a 2013 article in<em> Todayâ€™s Dietician</em>. It goes on to say that, â€œWhen vitamin K2 is activated, osteocalcin can draw calcium into the bones where osteoblasts then incorporate it into the bone matrix. In addition, vitamin K2, when combined with vitamin D3, helps inhibit osteoclasts, the cells responsible for bone resorption.Â  â€¦\n\nâ€œThe same osteocalcin protein that vitamin K2 activates also triggers the activation of another protein called matrix gla protein (MGP), which is responsible for removing excess calcium that can accumulate in soft tissues such as arteries and veins. This role takes on significant importance considering that about 20% of atherosclerotic plaques are comprised of calcium, from the early to the more advanced stages of heart disease development.â€\n\nBoth hypertension expert Dr. Mark Houston of Nashville (author of <em>What Your Doctor May Not Tell You About Heart Disease</em>) and nationally-known cardiologist Stephen Sinatra recommend supplementing with vitamin K2 for anyone with heart concerns. Sinatra says, â€œTo me, vitamin K2 ranks right up there with CoQ10. Because I wouldnâ€™t practice cardiology without CoQ10 that speaks volumes.â€ Sinatra suggests taking 150 mcg of vitamin K2 in the MK-7 form.\n\nVitamin K2 is available in two main subtypes, MK-4 and MK-7. The M stands for menaquinone and the 4 and 7 indicate the number of side chains that are attached to the main vitamin K molecule. Whenever possible, choose the MK-7 form as it is the most active and bioavailable form.\n\nREFERENCES:\n\n<a href=\"https://www.todaysdietitian.com/newarchives/060113p54.shtml\" target=\"_blank\" rel=\"noopener noreferrer\">Todayâ€™s Dietitian</a>\n\n<a href=\"https://draxe.com/vitamin-k2/\" target=\"_blank\" rel=\"noopener noreferrer\">Dr. Josh Axe</a>\n\n<a href=\"https://www.drsinatra.com/vitamin-k2-supports-healthy-circulation\" target=\"_blank\" rel=\"noopener noreferrer\">Dr. Stephen Sinatra</a>','Vitamin with big benefits','Great for heart & bone health.','inherit','closed','closed','','1223-revision-v1','','','2019-05-23 17:03:32','2019-05-23 22:03:32','',1223,'https://ruthsnutrition.gsg-host.com/1223-revision-v1/',0,'revision','',0),(1230,2,'2019-05-23 17:03:59','2019-05-23 22:03:59','[vc_row][vc_column width=\"2/3\"][vc_column_text]\n<h2>Necessary for bone &amp; cardiovascular health</h2>\nWeâ€™ve noticed that some of our customers still donâ€™t know the value of vitamin K2, so we thought weâ€™d share what weâ€™ve learned. If youâ€™re worried about heart health or bone density, you need to keep reading.\n\nFirst letâ€™s clarify Vitamin K1 (phylloquinone) vs. K2 (menaquinone). Vitamin K1, found in green leafy veggies, plays a vital role in clotting blood. Found in small amounts in cheese, egg yolks and grass-fed butter, Vitamin K2 helps shuttle calcium into bone and can even stop calcified plaque from building up in your arteries.\n\nSpecifically, â€œthis fat-soluble vitamin is required to activate osteocalcin, an important protein secreted by osteoblasts, the bodyâ€™s bone-building cells,â€ according to a 2013 article in<em> Todayâ€™s Dietician</em>. It goes on to say that, â€œWhen vitamin K2 is activated, osteocalcin can draw calcium into the bones where osteoblasts then incorporate it into the bone matrix. In addition, vitamin K2, when combined with vitamin D3, helps inhibit osteoclasts, the cells responsible for bone resorption.&nbsp; â€¦\n\nâ€œThe same osteocalcin protein that vitamin K2 activates also triggers the activation of another protein called matrix gla protein (MGP), which is responsible for removing excess calcium that can accumulate in soft tissues such as arteries and veins. This role takes on significant importance considering that about 20% of atherosclerotic plaques are comprised of calcium, from the early to the more advanced stages of heart disease development.â€\n\nBoth hypertension expert Dr. Mark Houston of Nashville (author of <em>What Your Doctor May Not Tell You About Heart Disease</em>) and nationally-known cardiologist Stephen Sinatra recommend supplementing with vitamin K2 for anyone with heart concerns. Sinatra says, â€œTo me, vitamin K2 ranks right up there with CoQ10. Because I wouldnâ€™t practice cardiology without CoQ10 that speaks volumes.â€ Sinatra suggests taking 150 mcg of vitamin K2 in the MK-7 form.\n\nVitamin K2 is available in two main subtypes, MK-4 and MK-7. The M stands for menaquinone and the 4 and 7 indicate the number of side chains that are attached to the main vitamin K molecule. Whenever possible, choose the MK-7 form as it is the most active and bioavailable form.\n\nREFERENCES:\n\n<a href=\"https://www.todaysdietitian.com/newarchives/060113p54.shtml\" target=\"_blank\" rel=\"noopener noreferrer\">Todayâ€™s Dietitian</a>\n\n<a href=\"https://draxe.com/vitamin-k2/\" target=\"_blank\" rel=\"noopener noreferrer\">Dr. Josh Axe</a>\n\n<a href=\"https://www.drsinatra.com/vitamin-k2-supports-healthy-circulation\" target=\"_blank\" rel=\"noopener noreferrer\">Dr. Stephen Sinatra</a>','Vitamin with big benefits','Great for heart & bone health.','inherit','closed','closed','','1223-revision-v1','','','2019-05-23 17:03:59','2019-05-23 22:03:59','',1223,'https://ruthsnutrition.gsg-host.com/1223-revision-v1/',0,'revision','',0),(1231,2,'2019-05-23 17:08:34','2019-05-23 22:08:34','[vc_row][vc_column width=\"2/3\"][vc_column_text]\n<h2>Necessary for bone &amp; cardiovascular health</h2>\n<img class=\"aligncenter size-medium wp-image-1225\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2019/05/Vitamin-K2-601X-300x231.jpeg\" alt=\"\" width=\"300\" height=\"231\" />\n\nWeâ€™ve noticed that some of our customers still donâ€™t know the value of vitamin K2, so we thought weâ€™d share what weâ€™ve learned. If youâ€™re worried about heart health or bone density, you need to keep reading.\n\nFirst letâ€™s clarify Vitamin K1 (phylloquinone) vs. K2 (menaquinone). Vitamin K1, found in green leafy veggies, plays a vital role in clotting blood. Found in small amounts in cheese, egg yolks and grass-fed butter, Vitamin K2 helps shuttle calcium into bone and can even stop calcified plaque from building up in your arteries.\n\nSpecifically, â€œthis fat-soluble vitamin is required to activate osteocalcin, an important protein secreted by osteoblasts, the bodyâ€™s bone-building cells,â€ according to a 2013 article in<em> Todayâ€™s Dietician</em>. It goes on to say that, â€œWhen vitamin K2 is activated, osteocalcin can draw calcium into the bones where osteoblasts then incorporate it into the bone matrix. In addition, vitamin K2, when combined with vitamin D3, helps inhibit osteoclasts, the cells responsible for bone resorption.Â  â€¦\n\nâ€œThe same osteocalcin protein that vitamin K2 activates also triggers the activation of another protein called matrix gla protein (MGP), which is responsible for removing excess calcium that can accumulate in soft tissues such as arteries and veins. This role takes on significant importance considering that about 20% of atherosclerotic plaques are comprised of calcium, from the early to the more advanced stages of heart disease development.â€\n\nBoth hypertension expert Dr. Mark Houston of Nashville (author of <em>What Your Doctor May Not Tell You About Heart Disease</em>) and nationally-known cardiologist Stephen Sinatra recommend supplementing with vitamin K2 for anyone with heart concerns. Sinatra says, â€œTo me, vitamin K2 ranks right up there with CoQ10. Because I wouldnâ€™t practice cardiology without CoQ10 that speaks volumes.â€ Sinatra suggests taking 150 mcg of vitamin K2 in the MK-7 form.\n\nVitamin K2 is available in two main subtypes, MK-4 and MK-7. The M stands for menaquinone and the 4 and 7 indicate the number of side chains that are attached to the main vitamin K molecule. Whenever possible, choose the MK-7 form as it is the most active and bioavailable form.\n\nREFERENCES:\n\n<a href=\"https://www.todaysdietitian.com/newarchives/060113p54.shtml\" target=\"_blank\" rel=\"noopener noreferrer\">Todayâ€™s Dietitian</a>\n\n<a href=\"https://draxe.com/vitamin-k2/\" target=\"_blank\" rel=\"noopener noreferrer\">Dr. Josh Axe</a>\n\n<a href=\"https://www.drsinatra.com/vitamin-k2-supports-healthy-circulation\" target=\"_blank\" rel=\"noopener noreferrer\">Dr. Stephen Sinatra</a>','Vitamin with big benefits','Great for heart & bone health.','inherit','closed','closed','','1223-revision-v1','','','2019-05-23 17:08:34','2019-05-23 22:08:34','',1223,'https://ruthsnutrition.gsg-host.com/1223-revision-v1/',0,'revision','',0),(1232,2,'2019-05-23 17:09:27','2019-05-23 22:09:27','[vc_row][vc_column width=\"2/3\"][vc_column_text]\n<h2>Necessary for bone &amp; cardiovascular health</h2>\nWeâ€™ve noticed that some of our customers still donâ€™t know the value of vitamin K2, so we thought weâ€™d share what weâ€™ve learned. If youâ€™re worried about heart health or bone density, you need to keep reading.\n\nFirst letâ€™s clarify Vitamin K1 (phylloquinone) vs. K2 (menaquinone). Vitamin K1, found in green leafy veggies, plays a vital role in clotting blood. Found in small amounts in cheese, egg yolks and grass-fed butter, Vitamin K2 helps shuttle calcium into bone and can even stop calcified plaque from building up in your arteries.\n\nSpecifically, â€œthis fat-soluble vitamin is required to activate osteocalcin, an important protein secreted by osteoblasts, the bodyâ€™s bone-building cells,â€ according to a 2013 article in<em> Todayâ€™s Dietician</em>. It goes on to say that, â€œWhen vitamin K2 is activated, osteocalcin can draw calcium into the bones where osteoblasts then incorporate it into the bone matrix. In addition, vitamin K2, when combined with vitamin D3, helps inhibit osteoclasts, the cells responsible for bone resorption.Â  â€¦\n\nâ€œThe same osteocalcin protein that vitamin K2 activates also triggers the activation of another protein called matrix gla protein (MGP), which is responsible for removing excess calcium that can accumulate in soft tissues such as arteries and veins. This role takes on significant importance considering that about 20% of atherosclerotic plaques are comprised of calcium, from the early to the more advanced stages of heart disease development.â€\n\nBoth hypertension expert Dr. Mark Houston of Nashville (author of <em>What Your Doctor May Not Tell You About Heart Disease</em>) and nationally-known cardiologist Stephen Sinatra recommend supplementing with vitamin K2 for anyone with heart concerns. Sinatra says, â€œTo me, vitamin K2 ranks right up there with CoQ10. Because I wouldnâ€™t practice cardiology without CoQ10 that speaks volumes.â€ Sinatra suggests taking 150 mcg of vitamin K2 in the MK-7 form.\n\nVitamin K2 is available in two main subtypes, MK-4 and MK-7. The M stands for menaquinone and the 4 and 7 indicate the number of side chains that are attached to the main vitamin K molecule. Whenever possible, choose the MK-7 form as it is the most active and bioavailable form.\n\nREFERENCES:\n\n<a href=\"https://www.todaysdietitian.com/newarchives/060113p54.shtml\" target=\"_blank\" rel=\"noopener noreferrer\">Todayâ€™s Dietitian</a>\n\n<a href=\"https://draxe.com/vitamin-k2/\" target=\"_blank\" rel=\"noopener noreferrer\">Dr. Josh Axe</a>\n\n<a href=\"https://www.drsinatra.com/vitamin-k2-supports-healthy-circulation\" target=\"_blank\" rel=\"noopener noreferrer\">Dr. Stephen Sinatra</a>','Vitamin with big benefits','Great for heart & bone health.','inherit','closed','closed','','1223-revision-v1','','','2019-05-23 17:09:27','2019-05-23 22:09:27','',1223,'https://ruthsnutrition.gsg-host.com/1223-revision-v1/',0,'revision','',0),(1233,2,'2019-05-23 17:13:09','2019-05-23 22:13:09','[vc_row][vc_column width=\"2/3\"][vc_column_text]\n<h2>Necessary for bone &amp; cardiovascular health</h2>\n<img class=\"aligncenter size-medium wp-image-1225\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2019/05/Vitamin-K2-601X-300x231.jpeg\" alt=\"\" width=\"300\" height=\"231\" />Weâ€™ve noticed that some of our customers still donâ€™t know the value of vitamin K2, so we thought weâ€™d share what weâ€™ve learned. If youâ€™re worried about heart health or bone density, you need to keep reading.\n\nFirst letâ€™s clarify Vitamin K1 (phylloquinone) vs. K2 (menaquinone). Vitamin K1, found in green leafy veggies, plays a vital role in clotting blood. Found in small amounts in cheese, egg yolks and grass-fed butter, Vitamin K2 helps shuttle calcium into bone and can even stop calcified plaque from building up in your arteries.\n\nSpecifically, â€œthis fat-soluble vitamin is required to activate osteocalcin, an important protein secreted by osteoblasts, the bodyâ€™s bone-building cells,â€ according to a 2013 article in<em> Todayâ€™s Dietician</em>. It goes on to say that, â€œWhen vitamin K2 is activated, osteocalcin can draw calcium into the bones where osteoblasts then incorporate it into the bone matrix. In addition, vitamin K2, when combined with vitamin D3, helps inhibit osteoclasts, the cells responsible for bone resorption.Â  â€¦\n\nâ€œThe same osteocalcin protein that vitamin K2 activates also triggers the activation of another protein called matrix gla protein (MGP), which is responsible for removing excess calcium that can accumulate in soft tissues such as arteries and veins. This role takes on significant importance considering that about 20% of atherosclerotic plaques are comprised of calcium, from the early to the more advanced stages of heart disease development.â€\n\nBoth hypertension expert Dr. Mark Houston of Nashville (author of <em>What Your Doctor May Not Tell You About Heart Disease</em>) and nationally-known cardiologist Stephen Sinatra recommend supplementing with vitamin K2 for anyone with heart concerns. Sinatra says, â€œTo me, vitamin K2 ranks right up there with CoQ10. Because I wouldnâ€™t practice cardiology without CoQ10 that speaks volumes.â€ Sinatra suggests taking 150 mcg of vitamin K2 in the MK-7 form.\n\nVitamin K2 is available in two main subtypes, MK-4 and MK-7. The M stands for menaquinone and the 4 and 7 indicate the number of side chains that are attached to the main vitamin K molecule. Whenever possible, choose the MK-7 form as it is the most active and bioavailable form.\n\nREFERENCES:\n\n<a href=\"https://www.todaysdietitian.com/newarchives/060113p54.shtml\" target=\"_blank\" rel=\"noopener noreferrer\">Todayâ€™s Dietitian</a>\n\n<a href=\"https://draxe.com/vitamin-k2/\" target=\"_blank\" rel=\"noopener noreferrer\">Dr. Josh Axe</a>\n\n<a href=\"https://www.drsinatra.com/vitamin-k2-supports-healthy-circulation\" target=\"_blank\" rel=\"noopener noreferrer\">Dr. Stephen Sinatra</a>','Vitamin with big benefits','Great for heart & bone health.','inherit','closed','closed','','1223-revision-v1','','','2019-05-23 17:13:09','2019-05-23 22:13:09','',1223,'https://ruthsnutrition.gsg-host.com/1223-revision-v1/',0,'revision','',0),(1234,2,'2019-05-23 17:13:39','2019-05-23 22:13:39','[vc_row][vc_column width=\"2/3\"][vc_column_text]\n<h2>Necessary for bone &amp; cardiovascular health</h2>\n<img class=\"size-medium wp-image-1225 alignright\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2019/05/Vitamin-K2-601X-300x231.jpeg\" alt=\"\" width=\"300\" height=\"231\" />Weâ€™ve noticed that some of our customers still donâ€™t know the value of vitamin K2, so we thought weâ€™d share what weâ€™ve learned. If youâ€™re worried about heart health or bone density, you need to keep reading.\n\nFirst letâ€™s clarify Vitamin K1 (phylloquinone) vs. K2 (menaquinone). Vitamin K1, found in green leafy veggies, plays a vital role in clotting blood. Found in small amounts in cheese, egg yolks and grass-fed butter, Vitamin K2 helps shuttle calcium into bone and can even stop calcified plaque from building up in your arteries.\n\nSpecifically, â€œthis fat-soluble vitamin is required to activate osteocalcin, an important protein secreted by osteoblasts, the bodyâ€™s bone-building cells,â€ according to a 2013 article in<em> Todayâ€™s Dietician</em>. It goes on to say that, â€œWhen vitamin K2 is activated, osteocalcin can draw calcium into the bones where osteoblasts then incorporate it into the bone matrix. In addition, vitamin K2, when combined with vitamin D3, helps inhibit osteoclasts, the cells responsible for bone resorption.Â  â€¦\n\nâ€œThe same osteocalcin protein that vitamin K2 activates also triggers the activation of another protein called matrix gla protein (MGP), which is responsible for removing excess calcium that can accumulate in soft tissues such as arteries and veins. This role takes on significant importance considering that about 20% of atherosclerotic plaques are comprised of calcium, from the early to the more advanced stages of heart disease development.â€\n\nBoth hypertension expert Dr. Mark Houston of Nashville (author of <em>What Your Doctor May Not Tell You About Heart Disease</em>) and nationally-known cardiologist Stephen Sinatra recommend supplementing with vitamin K2 for anyone with heart concerns. Sinatra says, â€œTo me, vitamin K2 ranks right up there with CoQ10. Because I wouldnâ€™t practice cardiology without CoQ10 that speaks volumes.â€ Sinatra suggests taking 150 mcg of vitamin K2 in the MK-7 form.\n\nVitamin K2 is available in two main subtypes, MK-4 and MK-7. The M stands for menaquinone and the 4 and 7 indicate the number of side chains that are attached to the main vitamin K molecule. Whenever possible, choose the MK-7 form as it is the most active and bioavailable form.\n\nREFERENCES:\n\n<a href=\"https://www.todaysdietitian.com/newarchives/060113p54.shtml\" target=\"_blank\" rel=\"noopener noreferrer\">Todayâ€™s Dietitian</a>\n\n<a href=\"https://draxe.com/vitamin-k2/\" target=\"_blank\" rel=\"noopener noreferrer\">Dr. Josh Axe</a>\n\n<a href=\"https://www.drsinatra.com/vitamin-k2-supports-healthy-circulation\" target=\"_blank\" rel=\"noopener noreferrer\">Dr. Stephen Sinatra</a>','Vitamin with big benefits','Great for heart & bone health.','inherit','closed','closed','','1223-revision-v1','','','2019-05-23 17:13:39','2019-05-23 22:13:39','',1223,'https://ruthsnutrition.gsg-host.com/1223-revision-v1/',0,'revision','',0),(1235,2,'2019-05-23 17:14:58','2019-05-23 22:14:58','[vc_row][vc_column width=\"2/3\"][vc_column_text]\n<h2>Necessary for bone &amp; cardiovascular health</h2>\n<img class=\"alignright wp-image-1225 size-full\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2019/05/Vitamin-K2-601X.jpeg\" alt=\"\" width=\"601\" height=\"463\" />Weâ€™ve noticed that some of our customers still donâ€™t know the value of vitamin K2, so we thought weâ€™d share what weâ€™ve learned. If youâ€™re worried about heart health or bone density, you need to keep reading.\n\nFirst letâ€™s clarify Vitamin K1 (phylloquinone) vs. K2 (menaquinone). Vitamin K1, found in green leafy veggies, plays a vital role in clotting blood. Found in small amounts in cheese, egg yolks and grass-fed butter, Vitamin K2 helps shuttle calcium into bone and can even stop calcified plaque from building up in your arteries.\n\nSpecifically, â€œthis fat-soluble vitamin is required to activate osteocalcin, an important protein secreted by osteoblasts, the bodyâ€™s bone-building cells,â€ according to a 2013 article in<em> Todayâ€™s Dietician</em>. It goes on to say that, â€œWhen vitamin K2 is activated, osteocalcin can draw calcium into the bones where osteoblasts then incorporate it into the bone matrix. In addition, vitamin K2, when combined with vitamin D3, helps inhibit osteoclasts, the cells responsible for bone resorption.Â  â€¦\n\nâ€œThe same osteocalcin protein that vitamin K2 activates also triggers the activation of another protein called matrix gla protein (MGP), which is responsible for removing excess calcium that can accumulate in soft tissues such as arteries and veins. This role takes on significant importance considering that about 20% of atherosclerotic plaques are comprised of calcium, from the early to the more advanced stages of heart disease development.â€\n\nBoth hypertension expert Dr. Mark Houston of Nashville (author of <em>What Your Doctor May Not Tell You About Heart Disease</em>) and nationally-known cardiologist Stephen Sinatra recommend supplementing with vitamin K2 for anyone with heart concerns. Sinatra says, â€œTo me, vitamin K2 ranks right up there with CoQ10. Because I wouldnâ€™t practice cardiology without CoQ10 that speaks volumes.â€ Sinatra suggests taking 150 mcg of vitamin K2 in the MK-7 form.\n\nVitamin K2 is available in two main subtypes, MK-4 and MK-7. The M stands for menaquinone and the 4 and 7 indicate the number of side chains that are attached to the main vitamin K molecule. Whenever possible, choose the MK-7 form as it is the most active and bioavailable form.\n\nREFERENCES:\n\n<a href=\"https://www.todaysdietitian.com/newarchives/060113p54.shtml\" target=\"_blank\" rel=\"noopener noreferrer\">Todayâ€™s Dietitian</a>\n\n<a href=\"https://draxe.com/vitamin-k2/\" target=\"_blank\" rel=\"noopener noreferrer\">Dr. Josh Axe</a>\n\n<a href=\"https://www.drsinatra.com/vitamin-k2-supports-healthy-circulation\" target=\"_blank\" rel=\"noopener noreferrer\">Dr. Stephen Sinatra</a>','Vitamin with big benefits','Great for heart & bone health.','inherit','closed','closed','','1223-revision-v1','','','2019-05-23 17:14:58','2019-05-23 22:14:58','',1223,'https://ruthsnutrition.gsg-host.com/1223-revision-v1/',0,'revision','',0),(1236,2,'2019-05-28 15:42:05','2019-05-28 20:42:05','<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\n<h2>We now have 3 brands to choose from!</h2>\n<p><img class=\"alignright wp-image-1237 size-full\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2019/05/CBD-oil-generic-600X473.jpg\" alt=\"\" width=\"600\" height=\"473\">Customer started asking us for CBD/hemp oil a couple of years ago. Because of them, we looked long and hard to find a reputable company. We did â€“ Charlotteâ€™s Web. And now more good companies have come on the market, and we can offer even more variety. Each of these companies is offering a broad spectrum hemp extract, allowing for an entourage effect. That means multiple cannabinoids work together to offer more effect than CBD alone. We thought weâ€™d give you an overview of each company we have in stock, along with what customers are using the product for.</p>\n<p><strong>How are our customers using hemp/CBD?</strong></p>\n<p>Our customers currently are nearly evenly divided between using the products for pain and/or anxiety. Some also use it for sleep, others for seizures, and still others as an anti-inflammatory. We even have a Parkinsonâ€™s patient who has found the product reduces tremors.</p>\n<p><strong>Charlotteâ€™s Web</strong></p>\n<p>This company offers full-spectrum hemp extract oils that contain more than 80 beneficial cannabinoids, including cannabidiol (CBD), but less than 0.3% THC. The hemp extract is added to either extra virgin olive oil or coconut oil, depending on the flavor. Grown on American family farms, Charlotteâ€™s Web hemp was developed specifically to provide health benefits without psychoactive effects. The company was started in Colorado by the seven Stanley brothers who developed a special variety of hemp to help a little girl â€“ Charlotte Fiji â€“ reduce her seizures. It worked. Charlotteâ€™s Web products come in various strengths in oils, capsules, balms and unscented lotion. Thereâ€™s also a pet formula. All are U.S. Hemp Authority Certified, gluten-free, non-GMO, and 100% vegan.</p>\n<p><strong>Garden of Life </strong></p>\n<p>As part of its Dr. Formulated line (directed by Dr. David Perlmutter), Garden of Life is offering THC-free whole hemp extracts with a unique blend of essential oils added to a base of MCT oil. Grown on U.S. farms, this hemp comes in 10, 30 &amp; 50 mg servings in oil, or 10 and 30 mg in capsules. Also in the line are oils and softgel formulas of CBD plus herbs designed to help with sleep, stress, focus, or inflammation. Thereâ€™s also a pet formula. All are non-GMO, and third-party certified by Labdoor to verify label claims.</p>\n<p><strong>Solaray Leaf Therapeutics</strong></p>\n<p>Solaray has just come out with a line of capsules, each containing 15 mg. of U.S.-grown hemp extract.&nbsp; Each product combines full-spectrum hemp extract with cold-pressed hemp seed oil. The basic liquid VegCaps come in 30- or 60-count sizes. In addition, the company offers hemp and herb blends specially formulated for Sleep, Pain, or Stress. All products contain less than 0.3% THC, are vegan and non-GMO.</p>\n<p>If you have any questions, please feel free to call us!</p>\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Hemp oils with CBD','Choose from 3 blockbuster brands!','publish','closed','open','','oh-no-allergy-seasons-already-here-2-2','','','2019-05-28 15:44:40','2019-05-28 20:44:40','',0,'https://ruthsnutrition.gsg-host.com/?p=1236',0,'post','',0),(1237,2,'2019-05-28 15:33:59','2019-05-28 20:33:59','','CBD oil generic 600X473','','inherit','open','closed','','cbd-oil-generic-600x473','','','2019-05-28 15:33:59','2019-05-28 20:33:59','',1236,'https://ruthsnutrition.gsg-host.com/wp-content/uploads/2019/05/CBD-oil-generic-600X473.jpg',0,'attachment','image/jpeg',0),(1238,2,'2019-05-28 15:40:48','2019-05-28 20:40:48','<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\n<h2>We now have 3 brands to choose from!</h2>\n<p><img class=\"alignright wp-image-1237 size-full\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2019/05/CBD-oil-generic-600X473.jpg\" alt=\"\" width=\"600\" height=\"473\" />Customer started asking us for CBD/hemp oil a couple of years ago. Because of them, we looked long and hard to find a reputable company. We did â€“ Charlotteâ€™s Web. And now more good companies have come on the market, and we can offer even more variety. Each of these companies is offering a broad spectrum hemp extract, allowing for an entourage effect. That means multiple cannabinoids work together to offer more effect than CBD alone. We thought weâ€™d give you an overview of each company we have in stock, along with what customers are using the product for.</p>\n<p><strong>How are our customers using hemp/CBD?</strong></p>\n<p>Our customers currently are nearly evenly divided between using the products for pain and/or anxiety. Some also use it for sleep, others for seizures, and still others as an anti-inflammatory. We even have a Parkinsonâ€™s patient who has found the product reduces tremors.</p>\n<p><strong>Charlotteâ€™s Web</strong></p>\n<p>This company offers full-spectrum hemp extract oils that contain more than 80 beneficial cannabinoids, including cannabidiol (CBD), but less than 0.3% THC. The hemp extract is added to either extra virgin olive oil or coconut oil, depending on the flavor. Grown on American family farms, Charlotteâ€™s Web hemp was developed specifically to provide health benefits without psychoactive effects. The company was started in Colorado by the seven Stanley brothers who developed a special variety of hemp to help a little girl â€“ Charlotte Fiji â€“ reduce her seizures. It worked. Charlotteâ€™s Web products come in various strengths in oils, capsules, balms and unscented lotion. Thereâ€™s also a pet formula. All are U.S. Hemp Authority Certified, gluten-free, non-GMO, and 100% vegan.</p>\n<p><strong>Garden of Life </strong></p>\n<p>As part of its Dr. Formulated line (directed by Dr. David Perlmutter), Garden of Life is offering THC-free whole hemp extracts with a unique blend of essential oils added to a base of MCT oil. Grown on U.S. farms, this hemp comes in 10, 30 &amp; 50 mg servings in oil, or 10 and 30 mg in capsules. Also in the line are oils and softgel formulas of CBD plus herbs designed to help with sleep, stress, focus, or inflammation. Thereâ€™s also a pet formula. All are non-GMO, and third-party certified by Labdoor to verify label claims.</p>\n<p><strong>Solaray Leaf Therapeutics</strong></p>\n<p>Solaray has just come out with a line of capsules, each containing 15 mg. of U.S.-grown hemp extract.Â  Each product combines full-spectrum hemp extract with cold-pressed hemp seed oil. The basic liquid VegCaps come in 30- or 60-count sizes. In addition, the company offers hemp and herb blends specially formulated for Sleep, Pain, or Stress. All products contain less than 0.3% THC, are vegan and non-GMO.</p>\n<p>If you have any questions, please feel free to call us!</p>\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Hemp oils with CBD','Choose from 3 blockbuster brands!','inherit','closed','closed','','1236-revision-v1','','','2019-05-28 15:40:48','2019-05-28 20:40:48','',1236,'https://ruthsnutrition.gsg-host.com/1236-revision-v1/',0,'revision','',0),(1239,2,'2019-05-28 15:44:39','2019-05-28 20:44:39','<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\n<h2>We now have 3 brands to choose from!</h2>\n<p><img class=\"alignright wp-image-1237 size-full\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2019/05/CBD-oil-generic-600X473.jpg\" alt=\"\" width=\"600\" height=\"473\">Customer started asking us for CBD/hemp oil a couple of years ago. Because of them, we looked long and hard to find a reputable company. We did â€“ Charlotteâ€™s Web. And now more good companies have come on the market, and we can offer even more variety. Each of these companies is offering a broad spectrum hemp extract, allowing for an entourage effect. That means multiple cannabinoids work together to offer more effect than CBD alone. We thought weâ€™d give you an overview of each company we have in stock, along with what customers are using the product for.</p>\n<p><strong>How are our customers using hemp/CBD?</strong></p>\n<p>Our customers currently are nearly evenly divided between using the products for pain and/or anxiety. Some also use it for sleep, others for seizures, and still others as an anti-inflammatory. We even have a Parkinsonâ€™s patient who has found the product reduces tremors.</p>\n<p><strong>Charlotteâ€™s Web</strong></p>\n<p>This company offers full-spectrum hemp extract oils that contain more than 80 beneficial cannabinoids, including cannabidiol (CBD), but less than 0.3% THC. The hemp extract is added to either extra virgin olive oil or coconut oil, depending on the flavor. Grown on American family farms, Charlotteâ€™s Web hemp was developed specifically to provide health benefits without psychoactive effects. The company was started in Colorado by the seven Stanley brothers who developed a special variety of hemp to help a little girl â€“ Charlotte Fiji â€“ reduce her seizures. It worked. Charlotteâ€™s Web products come in various strengths in oils, capsules, balms and unscented lotion. Thereâ€™s also a pet formula. All are U.S. Hemp Authority Certified, gluten-free, non-GMO, and 100% vegan.</p>\n<p><strong>Garden of Life </strong></p>\n<p>As part of its Dr. Formulated line (directed by Dr. David Perlmutter), Garden of Life is offering THC-free whole hemp extracts with a unique blend of essential oils added to a base of MCT oil. Grown on U.S. farms, this hemp comes in 10, 30 &amp; 50 mg servings in oil, or 10 and 30 mg in capsules. Also in the line are oils and softgel formulas of CBD plus herbs designed to help with sleep, stress, focus, or inflammation. Thereâ€™s also a pet formula. All are non-GMO, and third-party certified by Labdoor to verify label claims.</p>\n<p><strong>Solaray Leaf Therapeutics</strong></p>\n<p>Solaray has just come out with a line of capsules, each containing 15 mg. of U.S.-grown hemp extract.&nbsp; Each product combines full-spectrum hemp extract with cold-pressed hemp seed oil. The basic liquid VegCaps come in 30- or 60-count sizes. In addition, the company offers hemp and herb blends specially formulated for Sleep, Pain, or Stress. All products contain less than 0.3% THC, are vegan and non-GMO.</p>\n<p>If you have any questions, please feel free to call us!</p>\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Hemp oils with CBD','Choose from 3 blockbuster brands!','inherit','closed','closed','','1236-revision-v1','','','2019-05-28 15:44:39','2019-05-28 20:44:39','',1236,'https://ruthsnutrition.gsg-host.com/1236-revision-v1/',0,'revision','',0),(1244,2,'2019-06-19 11:17:56','2019-06-19 16:17:56','','pregnenolone diagram 600X','','inherit','open','closed','','pregnenolone-diagram-600x','','','2019-06-19 11:17:56','2019-06-19 16:17:56','',0,'https://ruthsnutrition.gsg-host.com/wp-content/uploads/2019/06/pregnenolone-diagram-600X.jpg',0,'attachment','image/jpeg',0),(1247,2,'2019-06-19 11:26:25','2019-06-19 16:26:25','','pregnenolone 600X600','','inherit','open','closed','','pregnenolone-600x600','','','2019-06-19 11:26:25','2019-06-19 16:26:25','',0,'https://ruthsnutrition.gsg-host.com/wp-content/uploads/2019/06/pregnenolone-600X600.jpg',0,'attachment','image/jpeg',0),(1249,2,'2019-06-19 15:14:03','2019-06-19 20:14:03','[vc_row][vc_column width=\"2/3\"][vc_column_text]\n<h2>Hormone precursor with many benefits</h2>\n<img class=\"alignright wp-image-1244 size-full\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2019/06/pregnenolone-diagram-600X.jpg\" alt=\"\" width=\"600\" height=\"312\">Pregnenolone. Ever heard of it? If you havenâ€™t, youâ€™ll want to hear more. Itâ€™s a neuroactive steroid with multiple benefits.\n\nKnown as the mother hormone, pregnenolone is produced by your body from cholesterol in the brain, liver, adrenals, testicles, ovaries, and the skin. Once made, it can then be metabolized to become DHEA, progesterone, estrogen, testosterone, or cortisol.\n\nBesides being a precursor to sex hormones and cortisol production, pregnenolone is anti-inflammatory and neuroprotective. Not only that, it encourages neuroplasticity (the brainâ€™s ability to create new neuron connections) and neurogenesis (grow new nerves cells). It helps raise the brain levels of acetylcholine (a neurotransmitter), can boost memory, relieve depression and anxiety, and at least one small study showed it minimized pain from rheumatoid arthritis. Clearly, itâ€™s awesome stuff!\n\nSadly, there are situations that can inhibit our ability to produce pregnenolone. One is simply aging; as we get older, we make less. The other is when we are in a prolonged period of stress. Then our body decides that having plenty of cortisol to combat stress is more important than having sex hormones, so it shifts its metabolic pathways to make more cortisol and limit sex hormone production. Thatâ€™s known as â€œthe pregnenolone steal.â€\n\nSymptoms of pregnenolone deficiency can include irritability and mood swings, depression and anxiety, migraines, insomnia, fatigue, irregular menstruation (including frequent periods), PMS, and low libido.\n\nWhen it comes to supplementing with pregnenolone, we have heard of doctors recommending anywhere from 30 mg to 100 mg daily. At higher doses side effects may include irritability, acne, facial hair growth, and hair loss (think excess testosterone production). If any of that occurs, lowering the dose is appropriate. Should you want to know your current pregnenolone levels before you experiment with the supplement, doctors and most compounding pharmacies can test your pregnenolone levels with either a serum or saliva test.\n\nREFERENCES:\n\n<a href=\"https://www.lifeextension.com/magazine/2007/11/report_pregnenolone/Page-01\" target=\"_blank\" rel=\"noopener noreferrer\">Life Extension</a>\n\n<a href=\"https://drknews.com/hormones-making-crazy-culprit-pregnenolone-steal/\" target=\"_blank\" rel=\"noopener noreferrer\">Pregnenolone steal</a>\n\n<a href=\"https://articles.mercola.com/vitamins-supplements/pregnenolone.aspx\" target=\"_blank\" rel=\"noopener noreferrer\">Dr. Mercola</a>\n\n<a href=\"https://www.huffpost.com/entry/pregnenolone_b_1631742?guccounter=1&amp;guce_referrer=aHR0cHM6Ly93d3cuZ29vZ2xlLmNvbS8&amp;guce_referrer_sig=AQAAAAOKeFKOHWN5_0iKf7xZJ1quGje7LZJhtVupH57_da_sRnbuZHXZnqEgHAvKERiNh33VoJB2vNMfMSBXsPW4dsgJzGeKKx5r5jjubA2Vkbqq7ihdft_jnM8NItwv3fCkzpCDS5kCAKzkWXG3kwSdeAr0yE9w_CxLA_SP8dGpnu4\" target=\"_blank\" rel=\"noopener noreferrer\">Mother of all Hormones?</a>\n\n<a href=\"https://www.omicsonline.org/open-access/the-role-of-pregnenolone-in-inflammatory-degenerative-brain-disease-ijm.1000121.php?aid=35410\" target=\"_blank\" rel=\"noopener noreferrer\">Pregnenolone in Inflammatory Degenerative Brain Disease</a>','Pregnenolone','Great for memory, depression & anxiety!','publish','closed','open','','pregnenolone','','','2019-06-19 15:17:57','2019-06-19 20:17:57','',0,'https://ruthsnutrition.gsg-host.com/?p=1249',0,'post','',0),(1250,2,'2019-06-19 14:50:54','2019-06-19 19:50:54','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>Protein packed with benefits</h2>\r\nIf you read health news at all, you know thereâ€™s a lot of buzz around collagen supplements. Thereâ€™s a good reason â€“ collagen offers a world of benefits, especially for those of us growing older.\r\n\r\nCollagen is the most abundant protein in your body. As a major component of connective tissue, collagen holds us together by maintaining the integrity and elasticity of our skin, muscle, bones, tendons, and digestive tissue. Sadly, the amount of collagen in our tissues decreases as we age, causing wrinkles, sagging skin, joint pain and more.\r\n\r\nThank goodness studies show collagen supplementation can ease a host of ailments.\r\n\r\n<strong>Collagen improves skin health</strong>. In one study women who took 2.5-5 grams of collagen for 8 weeks experienced less skin dryness and a significant increase in skin elasticity compare to those who did not take it. Researchers believe collagen supplements stimulate the body to produce collagen on its own.\r\n\r\n<strong>Collagen helps relieve joint pain,</strong> even symptoms of rheumatoid arthritis (RA). Collagen helps maintain the integrity of your cartilage, the rubber-like tissue that protects your joints. In 60 patients with severe RA, supplementing for 3 months with chicken Type II collagen reduced the number of swollen and tender joints compared to placebo. Four patients in the collagen group saw all symptoms disappear.\r\n\r\nA study of 147 athletes with joint pain found that supplementation with hydrolyzed collagen for 24 weeks significantly reduced their pain. In another study adults took 2 grams of collagen daily for 70 days. Those who took it had a significant reduction in joint pain and were better able to engage in physical activity than those who did not take it.\r\n\r\n<strong>Collagen increases hair growth.</strong> In a study of women with thinning hair, 180 days of collagen supplementation resulted in improvements in hair volume, scalp coverage, shine and thickness. Skin moisture and smoothness also improved.\r\n\r\n<strong>Collagen could prevent bone loss</strong>. Bones are made mostly of collagen, which gives them structure and keeps them strong. In one study, women took either a calcium supplement combined with 5 grams of collagen or a calcium supplement with no collagen daily for 12 months. By the end of the study, women taking the calcium and collagen had significantly lower blood levels of proteins that promote bone breakdown than those taking only the calcium.\r\n\r\n<strong>Collagen could boost muscle mass</strong>, especially in the elderly who experience sarcopenia, the loss of muscle that comes with aging. In one study 27 frail men took 15 grams of collagen while participating in an exercise program daily for 12 weeks. Compared to men who exercised but did not take collagen, they gained significantly more muscle mass and strength.\r\n\r\n<strong>Collagen may help heal a leaky gut.</strong> Collagen is high in the amino acid glutamine, long known as a gut healer. Collagen also contains the amino acids glycine and proline, both of which aid in healing stomach ulcers. In addition, collagen helps regulate stomach acid secretion.\r\n\r\nWhen buying collagen powders or capsules youâ€™ll see the terms collagen peptides (all collagen contains peptides) and hydrolyzed collagen. Hydrolyzing means the collagen had been broken down to make it more easily absorbed.\r\n\r\nRuthâ€™s currently carries several lines of collagen, some combined with turmeric and aimed specifically at joint pain, and others combined with silica and vitamin C, targeted toward skin health. Some of the powders are flavored, and some collagen supplements are available in capsule form.\r\n\r\n&nbsp;\r\n\r\nREFERENCES:\r\n\r\n<a href=\"https://universityhealthnews.com/daily/aging-independence/incredible-collagen-benefits-for-your-health-and-beauty/\" target=\"_blank\" rel=\"noopener noreferrer\">University Health News</a>\r\n\r\n<a href=\"https://selfhacked.com/blog/health-benefits-collagen/\" target=\"_blank\" rel=\"noopener noreferrer\">SelfHacked</a>\r\n\r\n<a href=\"https://www.healthline.com/nutrition/collagen-benefits#section7\" target=\"_blank\" rel=\"noopener noreferrer\">Health Line</a>\r\n\r\n<a href=\"https://www.furtherfood.com/collagen-protein-superfood-gut-health-heals-leaky-gut-digestive-problems/\" target=\"_blank\" rel=\"noopener noreferrer\">Further Food</a>\r\n\r\n[/vc_column_text][/vc_column][vc_column width=\"1/3\"][vc_single_image image=\"1206\" img_size=\"medium\" alignment=\"center\"][/vc_column][/vc_row]','Collagen Power','Better skin, joints & bones!','inherit','closed','closed','','1249-revision-v1','','','2019-06-19 14:50:54','2019-06-19 19:50:54','',1249,'https://ruthsnutrition.gsg-host.com/1249-revision-v1/',0,'revision','',0),(1252,2,'2019-06-19 15:09:42','2019-06-19 20:09:42','[vc_row][vc_column width=\"2/3\"][vc_column_text]\n<h2>Hormone precursor with many benefits</h2>\nPregnenolone. Ever heard of it? If you havenâ€™t, youâ€™ll want to hear more. Itâ€™s a neuroactive steroid with multiple benefits.\n\nKnown as the mother hormone, pregnenolone is produced from cholesterol in the brain, liver, adrenals, testicles, ovaries, and the skin. Once made, it can then be metabolized to become DHEA, progesterone, estrogen, testosterone, or cortisol.\n\nBesides being a precursor to sex hormones and cortisol production, pregnenolone is anti-inflammatory and neuroprotective. Not only that, it encourages neuroplasticity (the brainâ€™s ability to create new neuron connections) and neurogenesis (grow new nerves cells). It helps raise the brain levels of acetylcholine (a neurotransmitter), can boost memory, relieve depression and anxiety, and at least one small study showed it minimized pain from rheumatoid arthritis. Clearly, itâ€™s awesome stuff!\n\nSadly, there are situations that can inhibit our ability to produce pregnenolone. One is simply aging; as we get older, we make less. The other is when we are in a prolonged period of stress. Then our body decides that having plenty of cortisol to combat stress is more important than having sex hormones, so it shifts its metabolic pathways to make more cortisol and limit sex hormone production. Thatâ€™s known as â€œthe pregnenolone steal.â€\n\nSymptoms of pregnenolone deficiency can include irritability and mood swings, depression and anxiety, migraines, insomnia, fatigue, irregular menstruation (including frequent periods), PMS, and low libido.\n\nWhen it comes to supplementing with pregnenolone, we have heard of doctors recommending anywhere from 30 mg to 100 mg daily. At higher doses side effects may include irritability, acne, facial hair growth, and hair loss (think excess testosterone production). If any of that occurs, lowering the dose is appropriate. Should you want to know your current pregnenolone levels before you experiment with the supplement, doctors and most compounding pharmacies can test your pregnenolone levels with either a serum or saliva test.\n\nREFERENCES:\n\n<a href=\"https://www.lifeextension.com/magazine/2007/11/report_pregnenolone/Page-01\" target=\"_blank\" rel=\"noopener noreferrer\">Life Extension</a>\n\n<a href=\"https://drknews.com/hormones-making-crazy-culprit-pregnenolone-steal/\" target=\"_blank\" rel=\"noopener noreferrer\">Pregnenolone steal</a>\n\n<a href=\"https://articles.mercola.com/vitamins-supplements/pregnenolone.aspx\" target=\"_blank\" rel=\"noopener noreferrer\">Dr. Mercola</a>\n\n<a href=\"https://www.huffpost.com/entry/pregnenolone_b_1631742?guccounter=1&amp;guce_referrer=aHR0cHM6Ly93d3cuZ29vZ2xlLmNvbS8&amp;guce_referrer_sig=AQAAAAOKeFKOHWN5_0iKf7xZJ1quGje7LZJhtVupH57_da_sRnbuZHXZnqEgHAvKERiNh33VoJB2vNMfMSBXsPW4dsgJzGeKKx5r5jjubA2Vkbqq7ihdft_jnM8NItwv3fCkzpCDS5kCAKzkWXG3kwSdeAr0yE9w_CxLA_SP8dGpnu4\" target=\"_blank\" rel=\"noopener noreferrer\">Mother of all Hormones?</a>\n\n<a href=\"https://www.omicsonline.org/open-access/the-role-of-pregnenolone-in-inflammatory-degenerative-brain-disease-ijm.1000121.php?aid=35410\" target=\"_blank\" rel=\"noopener noreferrer\">Pregnenolone in Inflammatory Degenerative Brain Disease</a>','Pregnenolone','Great for memory, depression & anxiety!','inherit','closed','closed','','1249-revision-v1','','','2019-06-19 15:09:42','2019-06-19 20:09:42','',1249,'https://ruthsnutrition.gsg-host.com/1249-revision-v1/',0,'revision','',0),(1253,2,'2019-06-19 15:11:11','2019-06-19 20:11:11','[vc_row][vc_column width=\"2/3\"][vc_column_text]\n<h2>Hormone precursor with many benefits</h2>\n<img class=\"size-medium wp-image-1244 alignright\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2019/06/pregnenolone-diagram-600X-300x156.jpg\" alt=\"\" width=\"300\" height=\"156\" />Pregnenolone. Ever heard of it? If you havenâ€™t, youâ€™ll want to hear more. Itâ€™s a neuroactive steroid with multiple benefits.\n\nKnown as the mother hormone, pregnenolone is produced from cholesterol in the brain, liver, adrenals, testicles, ovaries, and the skin. Once made, it can then be metabolized to become DHEA, progesterone, estrogen, testosterone, or cortisol.\n\nBesides being a precursor to sex hormones and cortisol production, pregnenolone is anti-inflammatory and neuroprotective. Not only that, it encourages neuroplasticity (the brainâ€™s ability to create new neuron connections) and neurogenesis (grow new nerves cells). It helps raise the brain levels of acetylcholine (a neurotransmitter), can boost memory, relieve depression and anxiety, and at least one small study showed it minimized pain from rheumatoid arthritis. Clearly, itâ€™s awesome stuff!\n\nSadly, there are situations that can inhibit our ability to produce pregnenolone. One is simply aging; as we get older, we make less. The other is when we are in a prolonged period of stress. Then our body decides that having plenty of cortisol to combat stress is more important than having sex hormones, so it shifts its metabolic pathways to make more cortisol and limit sex hormone production. Thatâ€™s known as â€œthe pregnenolone steal.â€\n\nSymptoms of pregnenolone deficiency can include irritability and mood swings, depression and anxiety, migraines, insomnia, fatigue, irregular menstruation (including frequent periods), PMS, and low libido.\n\nWhen it comes to supplementing with pregnenolone, we have heard of doctors recommending anywhere from 30 mg to 100 mg daily. At higher doses side effects may include irritability, acne, facial hair growth, and hair loss (think excess testosterone production). If any of that occurs, lowering the dose is appropriate. Should you want to know your current pregnenolone levels before you experiment with the supplement, doctors and most compounding pharmacies can test your pregnenolone levels with either a serum or saliva test.\n\nREFERENCES:\n\n<a href=\"https://www.lifeextension.com/magazine/2007/11/report_pregnenolone/Page-01\" target=\"_blank\" rel=\"noopener noreferrer\">Life Extension</a>\n\n<a href=\"https://drknews.com/hormones-making-crazy-culprit-pregnenolone-steal/\" target=\"_blank\" rel=\"noopener noreferrer\">Pregnenolone steal</a>\n\n<a href=\"https://articles.mercola.com/vitamins-supplements/pregnenolone.aspx\" target=\"_blank\" rel=\"noopener noreferrer\">Dr. Mercola</a>\n\n<a href=\"https://www.huffpost.com/entry/pregnenolone_b_1631742?guccounter=1&amp;guce_referrer=aHR0cHM6Ly93d3cuZ29vZ2xlLmNvbS8&amp;guce_referrer_sig=AQAAAAOKeFKOHWN5_0iKf7xZJ1quGje7LZJhtVupH57_da_sRnbuZHXZnqEgHAvKERiNh33VoJB2vNMfMSBXsPW4dsgJzGeKKx5r5jjubA2Vkbqq7ihdft_jnM8NItwv3fCkzpCDS5kCAKzkWXG3kwSdeAr0yE9w_CxLA_SP8dGpnu4\" target=\"_blank\" rel=\"noopener noreferrer\">Mother of all Hormones?</a>\n\n<a href=\"https://www.omicsonline.org/open-access/the-role-of-pregnenolone-in-inflammatory-degenerative-brain-disease-ijm.1000121.php?aid=35410\" target=\"_blank\" rel=\"noopener noreferrer\">Pregnenolone in Inflammatory Degenerative Brain Disease</a>','Pregnenolone','Great for memory, depression & anxiety!','inherit','closed','closed','','1249-revision-v1','','','2019-06-19 15:11:11','2019-06-19 20:11:11','',1249,'https://ruthsnutrition.gsg-host.com/1249-revision-v1/',0,'revision','',0),(1254,2,'2019-06-19 15:11:46','2019-06-19 20:11:46','[vc_row][vc_column width=\"2/3\"][vc_column_text]\n<h2>Hormone precursor with many benefits</h2>\n<img class=\"alignright wp-image-1244 size-full\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2019/06/pregnenolone-diagram-600X.jpg\" alt=\"\" width=\"600\" height=\"312\" />Pregnenolone. Ever heard of it? If you havenâ€™t, youâ€™ll want to hear more. Itâ€™s a neuroactive steroid with multiple benefits.\n\nKnown as the mother hormone, pregnenolone is produced from cholesterol in the brain, liver, adrenals, testicles, ovaries, and the skin. Once made, it can then be metabolized to become DHEA, progesterone, estrogen, testosterone, or cortisol.\n\nBesides being a precursor to sex hormones and cortisol production, pregnenolone is anti-inflammatory and neuroprotective. Not only that, it encourages neuroplasticity (the brainâ€™s ability to create new neuron connections) and neurogenesis (grow new nerves cells). It helps raise the brain levels of acetylcholine (a neurotransmitter), can boost memory, relieve depression and anxiety, and at least one small study showed it minimized pain from rheumatoid arthritis. Clearly, itâ€™s awesome stuff!\n\nSadly, there are situations that can inhibit our ability to produce pregnenolone. One is simply aging; as we get older, we make less. The other is when we are in a prolonged period of stress. Then our body decides that having plenty of cortisol to combat stress is more important than having sex hormones, so it shifts its metabolic pathways to make more cortisol and limit sex hormone production. Thatâ€™s known as â€œthe pregnenolone steal.â€\n\nSymptoms of pregnenolone deficiency can include irritability and mood swings, depression and anxiety, migraines, insomnia, fatigue, irregular menstruation (including frequent periods), PMS, and low libido.\n\nWhen it comes to supplementing with pregnenolone, we have heard of doctors recommending anywhere from 30 mg to 100 mg daily. At higher doses side effects may include irritability, acne, facial hair growth, and hair loss (think excess testosterone production). If any of that occurs, lowering the dose is appropriate. Should you want to know your current pregnenolone levels before you experiment with the supplement, doctors and most compounding pharmacies can test your pregnenolone levels with either a serum or saliva test.\n\nREFERENCES:\n\n<a href=\"https://www.lifeextension.com/magazine/2007/11/report_pregnenolone/Page-01\" target=\"_blank\" rel=\"noopener noreferrer\">Life Extension</a>\n\n<a href=\"https://drknews.com/hormones-making-crazy-culprit-pregnenolone-steal/\" target=\"_blank\" rel=\"noopener noreferrer\">Pregnenolone steal</a>\n\n<a href=\"https://articles.mercola.com/vitamins-supplements/pregnenolone.aspx\" target=\"_blank\" rel=\"noopener noreferrer\">Dr. Mercola</a>\n\n<a href=\"https://www.huffpost.com/entry/pregnenolone_b_1631742?guccounter=1&amp;guce_referrer=aHR0cHM6Ly93d3cuZ29vZ2xlLmNvbS8&amp;guce_referrer_sig=AQAAAAOKeFKOHWN5_0iKf7xZJ1quGje7LZJhtVupH57_da_sRnbuZHXZnqEgHAvKERiNh33VoJB2vNMfMSBXsPW4dsgJzGeKKx5r5jjubA2Vkbqq7ihdft_jnM8NItwv3fCkzpCDS5kCAKzkWXG3kwSdeAr0yE9w_CxLA_SP8dGpnu4\" target=\"_blank\" rel=\"noopener noreferrer\">Mother of all Hormones?</a>\n\n<a href=\"https://www.omicsonline.org/open-access/the-role-of-pregnenolone-in-inflammatory-degenerative-brain-disease-ijm.1000121.php?aid=35410\" target=\"_blank\" rel=\"noopener noreferrer\">Pregnenolone in Inflammatory Degenerative Brain Disease</a>','Pregnenolone','Great for memory, depression & anxiety!','inherit','closed','closed','','1249-revision-v1','','','2019-06-19 15:11:46','2019-06-19 20:11:46','',1249,'https://ruthsnutrition.gsg-host.com/1249-revision-v1/',0,'revision','',0),(1255,2,'2019-06-19 15:13:20','2019-06-19 20:13:20','[vc_row][vc_column width=\"2/3\"][vc_column_text]\n<h2>Hormone precursor with many benefits</h2>\n<img class=\"alignright wp-image-1244 size-full\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2019/06/pregnenolone-diagram-600X.jpg\" alt=\"\" width=\"600\" height=\"312\" />Pregnenolone. Ever heard of it? If you havenâ€™t, youâ€™ll want to hear more. Itâ€™s a neuroactive steroid with multiple benefits.\n\nKnown as the mother hormone, pregnenolone is produced by your body from cholesterol in the brain, liver, adrenals, testicles, ovaries, and the skin. Once made, it can then be metabolized to become DHEA, progesterone, estrogen, testosterone, or cortisol.\n\nBesides being a precursor to sex hormones and cortisol production, pregnenolone is anti-inflammatory and neuroprotective. Not only that, it encourages neuroplasticity (the brainâ€™s ability to create new neuron connections) and neurogenesis (grow new nerves cells). It helps raise the brain levels of acetylcholine (a neurotransmitter), can boost memory, relieve depression and anxiety, and at least one small study showed it minimized pain from rheumatoid arthritis. Clearly, itâ€™s awesome stuff!\n\nSadly, there are situations that can inhibit our ability to produce pregnenolone. One is simply aging; as we get older, we make less. The other is when we are in a prolonged period of stress. Then our body decides that having plenty of cortisol to combat stress is more important than having sex hormones, so it shifts its metabolic pathways to make more cortisol and limit sex hormone production. Thatâ€™s known as â€œthe pregnenolone steal.â€\n\nSymptoms of pregnenolone deficiency can include irritability and mood swings, depression and anxiety, migraines, insomnia, fatigue, irregular menstruation (including frequent periods), PMS, and low libido.\n\nWhen it comes to supplementing with pregnenolone, we have heard of doctors recommending anywhere from 30 mg to 100 mg daily. At higher doses side effects may include irritability, acne, facial hair growth, and hair loss (think excess testosterone production). If any of that occurs, lowering the dose is appropriate. Should you want to know your current pregnenolone levels before you experiment with the supplement, doctors and most compounding pharmacies can test your pregnenolone levels with either a serum or saliva test.\n\nREFERENCES:\n\n<a href=\"https://www.lifeextension.com/magazine/2007/11/report_pregnenolone/Page-01\" target=\"_blank\" rel=\"noopener noreferrer\">Life Extension</a>\n\n<a href=\"https://drknews.com/hormones-making-crazy-culprit-pregnenolone-steal/\" target=\"_blank\" rel=\"noopener noreferrer\">Pregnenolone steal</a>\n\n<a href=\"https://articles.mercola.com/vitamins-supplements/pregnenolone.aspx\" target=\"_blank\" rel=\"noopener noreferrer\">Dr. Mercola</a>\n\n<a href=\"https://www.huffpost.com/entry/pregnenolone_b_1631742?guccounter=1&amp;guce_referrer=aHR0cHM6Ly93d3cuZ29vZ2xlLmNvbS8&amp;guce_referrer_sig=AQAAAAOKeFKOHWN5_0iKf7xZJ1quGje7LZJhtVupH57_da_sRnbuZHXZnqEgHAvKERiNh33VoJB2vNMfMSBXsPW4dsgJzGeKKx5r5jjubA2Vkbqq7ihdft_jnM8NItwv3fCkzpCDS5kCAKzkWXG3kwSdeAr0yE9w_CxLA_SP8dGpnu4\" target=\"_blank\" rel=\"noopener noreferrer\">Mother of all Hormones?</a>\n\n<a href=\"https://www.omicsonline.org/open-access/the-role-of-pregnenolone-in-inflammatory-degenerative-brain-disease-ijm.1000121.php?aid=35410\" target=\"_blank\" rel=\"noopener noreferrer\">Pregnenolone in Inflammatory Degenerative Brain Disease</a>','Pregnenolone','Great for memory, depression & anxiety!','inherit','closed','closed','','1249-revision-v1','','','2019-06-19 15:13:20','2019-06-19 20:13:20','',1249,'https://ruthsnutrition.gsg-host.com/1249-revision-v1/',0,'revision','',0),(1256,2,'2019-06-19 15:17:56','2019-06-19 20:17:56','[vc_row][vc_column width=\"2/3\"][vc_column_text]\n<h2>Hormone precursor with many benefits</h2>\n<img class=\"alignright wp-image-1244 size-full\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2019/06/pregnenolone-diagram-600X.jpg\" alt=\"\" width=\"600\" height=\"312\">Pregnenolone. Ever heard of it? If you havenâ€™t, youâ€™ll want to hear more. Itâ€™s a neuroactive steroid with multiple benefits.\n\nKnown as the mother hormone, pregnenolone is produced by your body from cholesterol in the brain, liver, adrenals, testicles, ovaries, and the skin. Once made, it can then be metabolized to become DHEA, progesterone, estrogen, testosterone, or cortisol.\n\nBesides being a precursor to sex hormones and cortisol production, pregnenolone is anti-inflammatory and neuroprotective. Not only that, it encourages neuroplasticity (the brainâ€™s ability to create new neuron connections) and neurogenesis (grow new nerves cells). It helps raise the brain levels of acetylcholine (a neurotransmitter), can boost memory, relieve depression and anxiety, and at least one small study showed it minimized pain from rheumatoid arthritis. Clearly, itâ€™s awesome stuff!\n\nSadly, there are situations that can inhibit our ability to produce pregnenolone. One is simply aging; as we get older, we make less. The other is when we are in a prolonged period of stress. Then our body decides that having plenty of cortisol to combat stress is more important than having sex hormones, so it shifts its metabolic pathways to make more cortisol and limit sex hormone production. Thatâ€™s known as â€œthe pregnenolone steal.â€\n\nSymptoms of pregnenolone deficiency can include irritability and mood swings, depression and anxiety, migraines, insomnia, fatigue, irregular menstruation (including frequent periods), PMS, and low libido.\n\nWhen it comes to supplementing with pregnenolone, we have heard of doctors recommending anywhere from 30 mg to 100 mg daily. At higher doses side effects may include irritability, acne, facial hair growth, and hair loss (think excess testosterone production). If any of that occurs, lowering the dose is appropriate. Should you want to know your current pregnenolone levels before you experiment with the supplement, doctors and most compounding pharmacies can test your pregnenolone levels with either a serum or saliva test.\n\nREFERENCES:\n\n<a href=\"https://www.lifeextension.com/magazine/2007/11/report_pregnenolone/Page-01\" target=\"_blank\" rel=\"noopener noreferrer\">Life Extension</a>\n\n<a href=\"https://drknews.com/hormones-making-crazy-culprit-pregnenolone-steal/\" target=\"_blank\" rel=\"noopener noreferrer\">Pregnenolone steal</a>\n\n<a href=\"https://articles.mercola.com/vitamins-supplements/pregnenolone.aspx\" target=\"_blank\" rel=\"noopener noreferrer\">Dr. Mercola</a>\n\n<a href=\"https://www.huffpost.com/entry/pregnenolone_b_1631742?guccounter=1&amp;guce_referrer=aHR0cHM6Ly93d3cuZ29vZ2xlLmNvbS8&amp;guce_referrer_sig=AQAAAAOKeFKOHWN5_0iKf7xZJ1quGje7LZJhtVupH57_da_sRnbuZHXZnqEgHAvKERiNh33VoJB2vNMfMSBXsPW4dsgJzGeKKx5r5jjubA2Vkbqq7ihdft_jnM8NItwv3fCkzpCDS5kCAKzkWXG3kwSdeAr0yE9w_CxLA_SP8dGpnu4\" target=\"_blank\" rel=\"noopener noreferrer\">Mother of all Hormones?</a>\n\n<a href=\"https://www.omicsonline.org/open-access/the-role-of-pregnenolone-in-inflammatory-degenerative-brain-disease-ijm.1000121.php?aid=35410\" target=\"_blank\" rel=\"noopener noreferrer\">Pregnenolone in Inflammatory Degenerative Brain Disease</a>','Pregnenolone','Great for memory, depression & anxiety!','inherit','closed','closed','','1249-revision-v1','','','2019-06-19 15:17:56','2019-06-19 20:17:56','',1249,'https://ruthsnutrition.gsg-host.com/1249-revision-v1/',0,'revision','',0),(1257,2,'2019-06-19 15:18:11','2019-06-19 20:18:11','[vc_row][vc_column width=\"2/3\"][vc_column_text]\n<h2>Hormone precursor with many benefits</h2>\n<img class=\"alignright wp-image-1244 size-full\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2019/06/pregnenolone-diagram-600X.jpg\" alt=\"\" width=\"600\" height=\"312\">Pregnenolone. Ever heard of it? If you havenâ€™t, youâ€™ll want to hear more. Itâ€™s a neuroactive steroid with multiple benefits.\n\nKnown as the mother hormone, pregnenolone is produced by your body from cholesterol in the brain, liver, adrenals, testicles, ovaries, and the skin. Once made, it can then be metabolized to become DHEA, progesterone, estrogen, testosterone, or cortisol.\n\nBesides being a precursor to sex hormones and cortisol production, pregnenolone is anti-inflammatory and neuroprotective. Not only that, it encourages neuroplasticity (the brainâ€™s ability to create new neuron connections) and neurogenesis (grow new nerves cells). It helps raise the brain levels of acetylcholine (a neurotransmitter), can boost memory, relieve depression and anxiety, and at least one small study showed it minimized pain from rheumatoid arthritis. Clearly, itâ€™s awesome stuff!\n\nSadly, there are situations that can inhibit our ability to produce pregnenolone. One is simply aging; as we get older, we make less. The other is when we are in a prolonged period of stress. Then our body decides that having plenty of cortisol to combat stress is more important than having sex hormones, so it shifts its metabolic pathways to make more cortisol and limit sex hormone production. Thatâ€™s known as â€œthe pregnenolone steal.â€\n\nSymptoms of pregnenolone deficiency can include irritability and mood swings, depression and anxiety, migraines, insomnia, fatigue, irregular menstruation (including frequent periods), PMS, and low libido.\n\nWhen it comes to supplementing with pregnenolone, we have heard of doctors recommending anywhere from 30 mg to 100 mg daily. At higher doses side effects may include irritability, acne, facial hair growth, and hair loss (think excess testosterone production). If any of that occurs, lowering the dose is appropriate. Should you want to know your current pregnenolone levels before you experiment with the supplement, doctors and most compounding pharmacies can test your pregnenolone levels with either a serum or saliva test.\n\nREFERENCES:\n\n<a href=\"https://www.lifeextension.com/magazine/2007/11/report_pregnenolone/Page-01\" target=\"_blank\" rel=\"noopener noreferrer\">Life Extension</a>\n\n<a href=\"https://drknews.com/hormones-making-crazy-culprit-pregnenolone-steal/\" target=\"_blank\" rel=\"noopener noreferrer\">Pregnenolone steal</a>\n\n<a href=\"https://articles.mercola.com/vitamins-supplements/pregnenolone.aspx\" target=\"_blank\" rel=\"noopener noreferrer\">Dr. Mercola</a>\n\n<a href=\"https://www.huffpost.com/entry/pregnenolone_b_1631742?guccounter=1&amp;guce_referrer=aHR0cHM6Ly93d3cuZ29vZ2xlLmNvbS8&amp;guce_referrer_sig=AQAAAAOKeFKOHWN5_0iKf7xZJ1quGje7LZJhtVupH57_da_sRnbuZHXZnqEgHAvKERiNh33VoJB2vNMfMSBXsPW4dsgJzGeKKx5r5jjubA2Vkbqq7ihdft_jnM8NItwv3fCkzpCDS5kCAKzkWXG3kwSdeAr0yE9w_CxLA_SP8dGpnu4\" target=\"_blank\" rel=\"noopener noreferrer\">Mother of all Hormones?</a>\n\n<a href=\"https://www.omicsonline.org/open-access/the-role-of-pregnenolone-in-inflammatory-degenerative-brain-disease-ijm.1000121.php?aid=35410\" target=\"_blank\" rel=\"noopener noreferrer\">Pregnenolone in Inflammatory Degenerative Brain Disease</a>','Pregnenolone','Great for memory, depression & anxiety!','inherit','closed','closed','','1249-autosave-v1','','','2019-06-19 15:18:11','2019-06-19 20:18:11','',1249,'https://ruthsnutrition.gsg-host.com/1249-autosave-v1/',0,'revision','',0),(1259,2,'2019-06-26 11:50:27','2019-06-26 16:50:27','<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\n<h2>Tips from a naturopathic oncologist</h2>\n<p><img class=\"alignright wp-image-1260\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2019/06/cancer-600X-300x174.jpg\" alt=\"\" width=\"400\" height=\"231\" />By Sue Cummings</p>\n<p>I recently attended my annual Medicines from the Earth conference in Black Mountain, N.C., and Iâ€™ve got a lot of information to share. Iâ€™ll start with Lisa Alschuler, a naturopathic doctor board certified in naturopathic oncology, who presented several enlightening talks on cancer.</p>\n<p>By 2030 1 in 3 Americans will have a diagnosis of cancer. Most cancer starts years before it is found; breast cancer typically starts 20-30 years before diagnosis. That means thereâ€™s a lot of time to prevent or improve the tissue states in which cancer grows.</p>\n<p>Some key points from Dr. Alschulerâ€™s lectures:</p>\n<ul>\n<li>Breast cancer loves carbohydrates. Dr. Alschuler recommends a plant-based Mediterranean diet with very little processed food. In estrogen-sensitive cancers, increasing soluble fiber up to 25 grams a day can help remove excess estrogen.</li>\n<li>Keep blood sugar/insulin levels in check. Breast tissue is very sensitive to insulin, and insulin causes cells to divide.</li>\n<li>1 of every 5 breast cancer diagnosis is caused by obesity. Obesity increases inflammation, and chronic inflammation increases risks of cancer.</li>\n<li>1 in 5 cancers have inflammation as a cause.</li>\n<li>Being sedentary accounts for 1 in every 10 breast cancer diagnoses. Exercise helps reduce inflammation.</li>\n<li>Exercise 30 minutes, 5 days a week at a moderately brisk pace to reduce cancer risk. More is even better.</li>\n<li>Remove endocrine disruptors from your cosmetics, skin care, household cleaners, etc. (These include: BPA from food can liners and receipt tapes; phalates in perfumes, fragrances &amp; skin care products; perfluorinated chemicals (PFCs) found in non-stick cookware; and more.)</li>\n<li>Optimal vitamin D levels reduce breast cancer risk. You want a serum 24(OH)D greater than 60 ng/ml.</li>\n</ul>\n<p>Â </p>\n<p>Most cancers appear in people 40 and older; simply aging increases cancer risk. It does so because of several factors that often occur with aging:</p>\n<ul>\n<li>Our microbiome diversity tends to decrease as we age. That can lead to a leaky gut, which causes inflammation. You can combat that trend by eating fermented foods, fiber and taking probiotics.</li>\n<li>Insulin resistance increases as we age, and insulin is a growth factor for all cancers. You can combat that by keeping a tight control on blood sugars and exercising regularly.</li>\n<li>Low oxygen in the tissue (hypoxia) increases your risk for cancer. Practice deep breathing and exercise regularly.</li>\n</ul>\n<p>Â </p>\n<p>Dr. Alschuler also suggested several supplements that can be helpful:</p>\n<ul>\n<li>â€œChemo brainâ€ starts with the oxidative stress of cancer, long before chemo treatment begins. She suggests the mushroom Lionâ€™s Mane, 1 gram twice daily. â€œLionâ€™s Mane improves cognition in the elderly. Period,â€ she said.</li>\n<li>Acetyl L-Carnitine improves cognition in the elderly. She recommends 2 grams daily.</li>\n<li>L-Theanine increases salience, that is it helps the brain focus and screen out extraneous input. She recommends 200-400 mg daily.</li>\n<li>Resveratrol improves hippocampal function, the part of the brain where you remember words. She recommends 200 mg. daily.</li>\n</ul>\n<p>Â </p>\n<p>Many studies have been done on curcumin from turmeric being beneficial in cancer prevention and treatment. Curcumin, however, is difficult to absorb. Products come in three main formulations aiming to improve absorption. Dr. Alschuler did not specify a preference for any of the supplements but did give dosage recommendations for each, whichever you choose.</p>\n<ul>\n<li>Meriva â€“ this is curcumin with a phospholipid coat. It bypasses the liver. She recommends 1,000-1,500 mg twice daily.</li>\n<li>Theracurmin â€“ this is curcumin broken down into tiny particles. She recommends 300-600 mg daily.</li>\n<li>BCM-95 â€“ this is curcumin surrounded by essential oils of turmeric. She recommends 750 mg twice daily.</li>\n<li>IN ADDITION, Dr. Alschuler recommended adding a whole turmeric, such as from Gaia Herbs, because it contains beneficial curcuminoids not found in the isolated curcumin products.</li>\n</ul>\n<p>Â </p>\n<p><em>Lise Alschuler is a naturopathic doctor with board certification in naturopathic oncology and has been practicing since 1994. She graduated from Brown University with an undergraduate degree in Medical Anthropology and received a doctoral degree in naturopathic medicine from Bastyr University. Dr. Alschuler is past-President of the American Association of Naturopathic Physicians and a founding board member and current immediate past-President of the Oncology Association of Naturopathic Physicians. </em><em>Dr. Alschuler is the co-author ofÂ The Definitive Guide to CancerÂ andÂ The Definitive Guide to Thriving After Cancer. She co-created the </em>I thrive plan<em> (see below</em>) <em>for cancer survivors.</em></p>\n<p><em>Â </em></p>\n<p>FOR MORE INFO:</p>\n<p><a href=\"https://www.ithriveplan.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Wellness plans for cancer survivors</a></p>\n<p><a href=\"https://www.ewg.org/research/dirty-dozen-list-endocrine-disruptors\" target=\"_blank\" rel=\"noopener noreferrer\">Endocrine Disruptors</a></p>\n<p><a href=\"https://www.botanicalmedicine.org/\" target=\"_blank\" rel=\"noopener noreferrer\">Medicines from the Earth Conference</a></p>','Cancer update','Expert advise for diet, exercise, & supplements!','publish','closed','open','','cancer-update','','','2019-06-26 11:50:27','2019-06-26 16:50:27','',0,'https://ruthsnutrition.gsg-host.com/?p=1259',0,'post','',0),(1260,2,'2019-06-26 11:47:07','2019-06-26 16:47:07','','cancer 600X','','inherit','open','closed','','cancer-600x','','','2019-06-26 11:47:07','2019-06-26 16:47:07','',1259,'https://ruthsnutrition.gsg-host.com/wp-content/uploads/2019/06/cancer-600X.jpg',0,'attachment','image/jpeg',0),(1261,2,'2019-06-26 11:47:51','2019-06-26 16:47:51','<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\n<h2>Tips from a naturopathic oncologist</h2>\n<p><img class=\"size-medium wp-image-1260 alignright\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2019/06/cancer-600X-300x174.jpg\" alt=\"\" width=\"300\" height=\"174\" />By Sue Cummings</p>\n<p>I recently attended my annual Medicines from the Earth conference in Black Mountain, N.C., and Iâ€™ve got a lot of information to share. Iâ€™ll start with Lisa Alschuler, a naturopathic doctor board certified in naturopathic oncology, who presented several enlightening talks on cancer.</p>\n<p>By 2030 1 in 3 Americans will have a diagnosis of cancer. Most cancer starts years before it is found; breast cancer typically starts 20-30 years before diagnosis. That means thereâ€™s a lot of time to prevent or improve the tissue states in which cancer grows.</p>\n<p>Some key points from Dr. Alschulerâ€™s lectures:</p>\n<ul>\n<li>Breast cancer loves carbohydrates. Dr. Alschuler recommends a plant-based Mediterranean diet with very little processed food. In estrogen-sensitive cancers, increasing soluble fiber up to 25 grams a day can help remove excess estrogen.</li>\n<li>Keep blood sugar/insulin levels in check. Breast tissue is very sensitive to insulin, and insulin causes cells to divide.</li>\n<li>1 of every 5 breast cancer diagnosis is caused by obesity. Obesity increases inflammation, and chronic inflammation increases risks of cancer.</li>\n<li>1 in 5 cancers have inflammation as a cause.</li>\n<li>Being sedentary accounts for 1 in every 10 breast cancer diagnoses. Exercise helps reduce inflammation.</li>\n<li>Exercise 30 minutes, 5 days a week at a moderately brisk pace to reduce cancer risk. More is even better.</li>\n<li>Remove endocrine disruptors from your cosmetics, skin care, household cleaners, etc. (These include: BPA from food can liners and receipt tapes; phalates in perfumes, fragrances &amp; skin care products; perfluorinated chemicals (PFCs) found in non-stick cookware; and more.)</li>\n<li>Optimal vitamin D levels reduce breast cancer risk. You want a serum 24(OH)D greater than 60 ng/ml.</li>\n</ul>\n<p>Â </p>\n<p>Most cancers appear in people 40 and older; simply aging increases cancer risk. It does so because of several factors that often occur with aging:</p>\n<ul>\n<li>Our microbiome diversity tends to decrease as we age. That can lead to a leaky gut, which causes inflammation. You can combat that trend by eating fermented foods, fiber and taking probiotics.</li>\n<li>Insulin resistance increases as we age, and insulin is a growth factor for all cancers. You can combat that by keeping a tight control on blood sugars and exercising regularly.</li>\n<li>Low oxygen in the tissue (hypoxia) increases your risk for cancer. Practice deep breathing and exercise regularly.</li>\n</ul>\n<p>Â </p>\n<p>Dr. Alschuler also suggested several supplements that can be helpful:</p>\n<ul>\n<li>â€œChemo brainâ€ starts with the oxidative stress of cancer, long before chemo treatment begins. She suggests the mushroom Lionâ€™s Mane, 1 gram twice daily. â€œLionâ€™s Mane improves cognition in the elderly. Period,â€ she said.</li>\n<li>Acetyl L-Carnitine improves cognition in the elderly. She recommends 2 grams daily.</li>\n<li>L-Theanine increases salience, that is it helps the brain focus and screen out extraneous input. She recommends 200-400 mg daily.</li>\n<li>Resveratrol improves hippocampal function, the part of the brain where you remember words. She recommends 200 mg. daily.</li>\n</ul>\n<p>Â </p>\n<p>Many studies have been done on curcumin from turmeric being beneficial in cancer prevention and treatment. Curcumin, however, is difficult to absorb. Products come in three main formulations aiming to improve absorption. Dr. Alschuler did not specify a preference for any of the supplements but did give dosage recommendations for each, whichever you choose.</p>\n<ul>\n<li>Meriva â€“ this is curcumin with a phospholipid coat. It bypasses the liver. She recommends 1,000-1,500 mg twice daily.</li>\n<li>Theracurmin â€“ this is curcumin broken down into tiny particles. She recommends 300-600 mg daily.</li>\n<li>BCM-95 â€“ this is curcumin surrounded by essential oils of turmeric. She recommends 750 mg twice daily.</li>\n<li>IN ADDITION, Dr. Alschuler recommended adding a whole turmeric, such as from Gaia Herbs, because it contains beneficial curcuminoids not found in the isolated curcumin products.</li>\n</ul>\n<p>Â </p>\n<p><em>Lise Alschuler is a naturopathic doctor with board certification in naturopathic oncology and has been practicing since 1994. She graduated from Brown University with an undergraduate degree in Medical Anthropology and received a doctoral degree in naturopathic medicine from Bastyr University. Dr. Alschuler is past-President of the American Association of Naturopathic Physicians and a founding board member and current immediate past-President of the Oncology Association of Naturopathic Physicians. </em><em>Dr. Alschuler is the co-author ofÂ The Definitive Guide to CancerÂ andÂ The Definitive Guide to Thriving After Cancer. She co-created the </em>I thrive plan<em> (see below</em>) <em>for cancer survivors.</em></p>\n<p><em>Â </em></p>\n<p>FOR MORE INFO:</p>\n<p><a href=\"https://www.ithriveplan.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Wellness plans for cancer survivors</a></p>\n<p><a href=\"https://www.ewg.org/research/dirty-dozen-list-endocrine-disruptors\" target=\"_blank\" rel=\"noopener noreferrer\">Endocrine Disruptors</a></p>\n<p><a href=\"https://www.botanicalmedicine.org/\" target=\"_blank\" rel=\"noopener noreferrer\">Medicines from the Earth Conference</a></p>','Cancer update','How to repair your leaky gut!','inherit','closed','closed','','1259-revision-v1','','','2019-06-26 11:47:51','2019-06-26 16:47:51','',1259,'https://ruthsnutrition.gsg-host.com/1259-revision-v1/',0,'revision','',0),(1262,2,'2019-06-26 11:49:35','2019-06-26 16:49:35','<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\n<h2>Tips from a naturopathic oncologist</h2>\n<p><img class=\"alignright wp-image-1260\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2019/06/cancer-600X-300x174.jpg\" alt=\"\" width=\"400\" height=\"231\" />By Sue Cummings</p>\n<p>I recently attended my annual Medicines from the Earth conference in Black Mountain, N.C., and Iâ€™ve got a lot of information to share. Iâ€™ll start with Lisa Alschuler, a naturopathic doctor board certified in naturopathic oncology, who presented several enlightening talks on cancer.</p>\n<p>By 2030 1 in 3 Americans will have a diagnosis of cancer. Most cancer starts years before it is found; breast cancer typically starts 20-30 years before diagnosis. That means thereâ€™s a lot of time to prevent or improve the tissue states in which cancer grows.</p>\n<p>Some key points from Dr. Alschulerâ€™s lectures:</p>\n<ul>\n<li>Breast cancer loves carbohydrates. Dr. Alschuler recommends a plant-based Mediterranean diet with very little processed food. In estrogen-sensitive cancers, increasing soluble fiber up to 25 grams a day can help remove excess estrogen.</li>\n<li>Keep blood sugar/insulin levels in check. Breast tissue is very sensitive to insulin, and insulin causes cells to divide.</li>\n<li>1 of every 5 breast cancer diagnosis is caused by obesity. Obesity increases inflammation, and chronic inflammation increases risks of cancer.</li>\n<li>1 in 5 cancers have inflammation as a cause.</li>\n<li>Being sedentary accounts for 1 in every 10 breast cancer diagnoses. Exercise helps reduce inflammation.</li>\n<li>Exercise 30 minutes, 5 days a week at a moderately brisk pace to reduce cancer risk. More is even better.</li>\n<li>Remove endocrine disruptors from your cosmetics, skin care, household cleaners, etc. (These include: BPA from food can liners and receipt tapes; phalates in perfumes, fragrances &amp; skin care products; perfluorinated chemicals (PFCs) found in non-stick cookware; and more.)</li>\n<li>Optimal vitamin D levels reduce breast cancer risk. You want a serum 24(OH)D greater than 60 ng/ml.</li>\n</ul>\n<p>Â </p>\n<p>Most cancers appear in people 40 and older; simply aging increases cancer risk. It does so because of several factors that often occur with aging:</p>\n<ul>\n<li>Our microbiome diversity tends to decrease as we age. That can lead to a leaky gut, which causes inflammation. You can combat that trend by eating fermented foods, fiber and taking probiotics.</li>\n<li>Insulin resistance increases as we age, and insulin is a growth factor for all cancers. You can combat that by keeping a tight control on blood sugars and exercising regularly.</li>\n<li>Low oxygen in the tissue (hypoxia) increases your risk for cancer. Practice deep breathing and exercise regularly.</li>\n</ul>\n<p>Â </p>\n<p>Dr. Alschuler also suggested several supplements that can be helpful:</p>\n<ul>\n<li>â€œChemo brainâ€ starts with the oxidative stress of cancer, long before chemo treatment begins. She suggests the mushroom Lionâ€™s Mane, 1 gram twice daily. â€œLionâ€™s Mane improves cognition in the elderly. Period,â€ she said.</li>\n<li>Acetyl L-Carnitine improves cognition in the elderly. She recommends 2 grams daily.</li>\n<li>L-Theanine increases salience, that is it helps the brain focus and screen out extraneous input. She recommends 200-400 mg daily.</li>\n<li>Resveratrol improves hippocampal function, the part of the brain where you remember words. She recommends 200 mg. daily.</li>\n</ul>\n<p>Â </p>\n<p>Many studies have been done on curcumin from turmeric being beneficial in cancer prevention and treatment. Curcumin, however, is difficult to absorb. Products come in three main formulations aiming to improve absorption. Dr. Alschuler did not specify a preference for any of the supplements but did give dosage recommendations for each, whichever you choose.</p>\n<ul>\n<li>Meriva â€“ this is curcumin with a phospholipid coat. It bypasses the liver. She recommends 1,000-1,500 mg twice daily.</li>\n<li>Theracurmin â€“ this is curcumin broken down into tiny particles. She recommends 300-600 mg daily.</li>\n<li>BCM-95 â€“ this is curcumin surrounded by essential oils of turmeric. She recommends 750 mg twice daily.</li>\n<li>IN ADDITION, Dr. Alschuler recommended adding a whole turmeric, such as from Gaia Herbs, because it contains beneficial curcuminoids not found in the isolated curcumin products.</li>\n</ul>\n<p>Â </p>\n<p><em>Lise Alschuler is a naturopathic doctor with board certification in naturopathic oncology and has been practicing since 1994. She graduated from Brown University with an undergraduate degree in Medical Anthropology and received a doctoral degree in naturopathic medicine from Bastyr University. Dr. Alschuler is past-President of the American Association of Naturopathic Physicians and a founding board member and current immediate past-President of the Oncology Association of Naturopathic Physicians. </em><em>Dr. Alschuler is the co-author ofÂ The Definitive Guide to CancerÂ andÂ The Definitive Guide to Thriving After Cancer. She co-created the </em>I thrive plan<em> (see below</em>) <em>for cancer survivors.</em></p>\n<p><em>Â </em></p>\n<p>FOR MORE INFO:</p>\n<p><a href=\"https://www.ithriveplan.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Wellness plans for cancer survivors</a></p>\n<p><a href=\"https://www.ewg.org/research/dirty-dozen-list-endocrine-disruptors\" target=\"_blank\" rel=\"noopener noreferrer\">Endocrine Disruptors</a></p>\n<p><a href=\"https://www.botanicalmedicine.org/\" target=\"_blank\" rel=\"noopener noreferrer\">Medicines from the Earth Conference</a></p>','Cancer update','Expert advise for diet, exercise, & supplements!','inherit','closed','closed','','1259-revision-v1','','','2019-06-26 11:49:35','2019-06-26 16:49:35','',1259,'https://ruthsnutrition.gsg-host.com/1259-revision-v1/',0,'revision','',0),(1263,2,'2019-06-26 15:15:15','2019-06-26 20:15:15','[vc_row][vc_column width=\"1/6\"][/vc_column][vc_column width=\"2/3\"][vc_empty_space][fancy_heading h1=\"0\" style=\"line\" title=\"Our Services\" slogan=\"HOW CAN WE BRING HEALTH TO YOU?\"][/fancy_heading][/vc_column][vc_column width=\"1/6\"][/vc_column][/vc_row][vc_row][vc_column width=\"1/2\"][our_team style=\"horizontal\" image=\"792\" title=\"Wellness Counseling\" subtitle=\"\n<h6>with Phyllis D. Light</h6>\n\" phone=\"256-931-0351\" email=\"phyllisdlight@hotmail.com \"][/our_team][vc_column_text]<img class=\"alignright wp-image-744 size-full\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/10/Herbal-Medicines-jpg.jpg\" width=\"123\" height=\"123\">Phyllis holds a masterâ€™s degree in health studies from the University of Alabama and is a professional member of the American Herbalists Guild, a member of the International Herb Association and the Herb Society of America.\n\nInitial consultations last about an hour and consist of a detailed medical history, pertinent questions concerning your condition, and a non-invasive assessment.\n\nPlease bring a list of medications, herbs or other supplements you are currently taking.[/vc_column_text][/vc_column][vc_column width=\"1/2\"][our_team style=\"horizontal\" image=\"789\" title=\"Bio Energetics Testing\" subtitle=\"\n<h6>with Gordon Slack</h6>\n\" phone=\"256-883-4127\" email=\"81eaglescout@bellsouth.net \"][/our_team][vc_column_text]<img class=\"alignright wp-image-814 size-full\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/bio-energetics-testing.jpg\" width=\"123\" height=\"123\">BioEnergetics Testing uses a computer to measure the electrical conductivity at responsive (meridian) points to assess which systems in the body have been compromised by environmental toxicity, nutritional deficiencies, emotional stress and energetic imbalances.\n\nOnce imbalances have been identified, the computer then recommends homeopathic and herbal remedies and/or nutritional supplementation to assist the body\'s healing process.\n\nGordon Slack earned his doctorate in bioenergetics with Zenia Richler, ND, NMD, of the Academy of BioEnergetics, Springfield, Mo. Gordon also is a certified lymphologist from the International Academy of Lymphology.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_separator][/vc_column][/vc_row][vc_row][vc_column width=\"1/3\"][vc_column_text]\n<h4>Therapeutic Massage &amp;\nCranio-Sacral Therapy</h4>\n<h6>with Gabriele Farrales</h6>\n<img class=\"alignright wp-image-452 size-thumbnail\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/10/neck-pain-150x150.jpg\" width=\"150\" height=\"150\">\n\nGabriele specializes in pain management and pain relief of muscles and soft tissue rehabilitation, including scar tissue release using myofascial release techniques and deep tissue massage.\n\nShe also does Upledger CranioSacral Therapy, which is a light touch, whole-body treatment technique that works with the bodyâ€™s craniosacral system to support and nourish the central nervous system, thereby improving overall health and well-being.\n\nGabriele Farrales is a massage therapist licensed in Alabama (Lic. #2426) and nationally board certified in Therapeutic Massage and Bodywork BCTMB.[/vc_column_text][vc_message icon_fontawesome=\"fa fa-phone\"]<span style=\"text-decoration: underline;\"><strong>Contact Gabriele:</strong></span>\n<a href=\"tel:256-652-6830\">256-652-6830</a>\n<a href=\"mailto:Gabriele.farrales@gmail.com\">Gabriele.farrales@gmail.com</a>[/vc_message][/vc_column][vc_column width=\"1/3\"][vc_column_text]\n<h4>Auricular\nTherapy</h4>\n<h6>with Gabriele Farrales</h6>\n<img class=\"alignright wp-image-815 size-thumbnail\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/auricular-150x150.jpg\" width=\"150\" height=\"150\">Auricular therapy can be used to help relieve and manage pain, including back pain, assist in overcoming addiction such as cigarette smoking, induce relaxation, and stimulate detoxification among an abundance of other benefits. Itâ€™s a non-invasive procedure that involves activating reflex points on the outside of the ear that correspond with parts of the body in order to stimulate, sedate, or balance those areas. Those reflex points are activated with a special tool that emits very mild electric impulses.\n\nGabriele Farrales is a certified Acupuncture Detoxification Specialist, and a Master in Auricular Therapy by Dr. LiChun Huang, who is the pioneer of modern Auricular Medicine from China. Sheâ€™s also a licensed massage therapist.[/vc_column_text][vc_message icon_fontawesome=\"fa fa-phone\"]<span style=\"text-decoration: underline;\"><strong>Contact Gabriele:</strong></span>\n<a href=\"tel:256-652-6830\">256-652-6830</a>\n<a href=\"mailto:Gabriele.farrales@gmail.com\">Gabriele.farrales@gmail.com</a>[/vc_message][/vc_column][vc_column width=\"1/3\"][vc_column_text]\n<h4>Reflexology\n&amp; Directional Healing</h4>\n<h6>with Barbara Musso</h6>\n<img class=\"alignright wp-image-816 size-thumbnail\" src=\"http://74.124.197.205/~ruthsnut/wp-content/uploads/2016/07/reflexology-feet_grande-150x150.jpg\" width=\"150\" height=\"150\">Foot reflexology is an ancient healing therapy that involves stimulating reflex points on the feet in order to activate the bodyâ€™s own natural healing powers. After experiencing her own health transformation by reflexology years ago, Barbara Musso felt called to the profession and became certified by the world renowned International Institute of Reflexology in 1996. Barbara also is certified in Directional Healing - energy work through resonance - by the Center for Directional Healing.\n\nAppointments are 30, 60, and 90 minutes. Make an appointment and let Barbara show you how relaxing and healing these practices can be!\n\n[/vc_column_text][vc_message icon_fontawesome=\"fa fa-phone\"]<span style=\"text-decoration: underline;\"><strong>Contact Barbara:</strong></span>\n<a href=\"tel:256-361-4297\">256-361-4297</a>[/vc_message][/vc_column][/vc_row][vc_row][vc_column width=\"1/4\"][/vc_column][vc_column width=\"1/2\"][vc_column_text][show-testimonials alias=\'Services\'][/vc_column_text][/vc_column][vc_column width=\"1/4\"][/vc_column][/vc_row][vc_row full_width=\"stretch_row\" css=\".vc_custom_1470328503897{background-color: #270639 !important;}\"][vc_column][vc_column_text]\n<p style=\"text-align: right; font-size: 20px; font-weight: 600;\"><span style=\"color: #ffffff;\">Questions?</span> <a style=\"font-size: 20px; font-weight: 600;\" href=\"http://74.124.197.205/~ruthsnut/contact\">Contact us!<i class=\"icon icon-right-circled\" style=\"margin-right: 7px;\"></i></a></p>\n[/vc_column_text][/vc_column][/vc_row]','Services','','inherit','closed','closed','','10-revision-v1','','','2019-06-26 15:15:15','2019-06-26 20:15:15','',10,'https://ruthsnutrition.gsg-host.com/10-revision-v1/',0,'revision','',0),(1266,2,'2019-07-24 13:39:06','2019-07-24 18:39:06','[vc_row][vc_column width=\"2/3\"][vc_column_text]\n<h2>Free Gabriel Cosmetics Demo!</h2>\n<img class=\"size-medium wp-image-980 alignright\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2017/07/Gabriel-cosmetics-brushes-600X600-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" />Weâ€™ve done it before, and it was so popular weâ€™re doing it again! Ruthâ€™s is hosting a <strong>Gabriel Cosmetics demo from 11 a.m. â€“ 1:30 p.m. Saturday, Aug. 17!</strong> Space is limited, so please call 256-883-4127 to reserve a session soon!\n\nLybrease Drake, professional makeup artist, esthetician and Xtreme Lash Stylist, will be helping each participant choose the most flattering colors for your complexion and showing you tips on how to look your best. Youâ€™ll get to experiment with powders, foundation, lipsticks, blushes, and more! Using Gabriel cosmetics means youâ€™re choosing clean products. The entire collection contains only 100% natural ingredients. That means no parabens, gluten, lead, coal tar derivatives, FD&amp; C coloring agents, mineral oil, talc, lanolin, propylene glycol, hydrogenated oils, carmine, nano- or micro-sized particles. This stuff is good for your skin!\n\nLybrease has worked with numerous clients on projects, including Editorial, Bridal, Print Ads, and TV/Film. Her passion is to create beautiful works of art through natural makeup application. She is knowledgeable about skin tones and providing the best makeup application including Airbrush. Donâ€™t miss her professionalism, positive attitude, and attention to detail.\n\nAnd weâ€™ve saved the best news for last: <strong>All participants will receive 20% off any Gabriel Cosmetics they buy that day!</strong>\n\nCâ€™mon! Spoil yourself! Call us (256-883-4127) for your appointment today!','Pamper Yourself','Come learn how to look your best!','publish','closed','open','','pamper-yourself','','','2019-07-31 12:33:49','2019-07-31 17:33:49','',0,'https://ruthsnutrition.gsg-host.com/?p=1266',0,'post','',0),(1267,2,'2019-07-24 13:33:47','2019-07-24 18:33:47','[vc_row][vc_column width=\"2/3\"][vc_column_text]\n<h2>Free Gabriel Cosmetics Demo!</h2>\n<img class=\"size-medium wp-image-980 alignright\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2017/07/Gabriel-cosmetics-brushes-600X600-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" />Weâ€™ve done it before, and it was so popular weâ€™re doing it again! Ruthâ€™s is hosting a <strong>Gabriel Cosmetics demo from 11 a.m. â€“ 1:30 p.m. Saturday, Aug. 17!</strong> Space is limited, so please call 256-883-4127 to reserve a session soon!\n\nLybrease Drake, professional makeup artist, esthetician and Xtreme Lash Stylist, will be helping each participant choose the most flattering colors for your complexion and showing you tips on how to look your best. Youâ€™ll get to experiment with powders, foundation, lipsticks, blushes, and more! Using Gabriel cosmetics means youâ€™re choosing clean products. The entire collection contains only 100% natural ingredients. That means no parabens, gluten, lead, coal tar derivatives, FD&amp; C coloring agents, mineral oil, talc, lanolin, propylene glycol, hydrogenated oils, carmine, nano- or micro-sized particles. This stuff is good for your skin!\n\nLybrease has worked with numerous clients on projects, including Editorial, Bridal, Print Ads, and TV/Film. Her passion is to create beautiful works of art through natural makeup application. She is knowledgeable about skin tones and providing the best makeup application including Airbrush. Donâ€™t miss her professionalism, positive attitude, and attention to detail.\n\nAnd weâ€™ve saved the best news for last: <strong>All participants will receive 20% off any Gabriel Cosmetics they buy!</strong>\n\nCâ€™mon! Spoil yourself! Call us (256-883-4127) for your appointment today!','Pamper Yourself','Come learn how to look your best!','inherit','closed','closed','','1266-revision-v1','','','2019-07-24 13:33:47','2019-07-24 18:33:47','',1266,'https://ruthsnutrition.gsg-host.com/1266-revision-v1/',0,'revision','',0),(1268,2,'2019-07-29 15:14:55','2019-07-29 20:14:55','<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\n<h2>How do we survive in a toxic soup?</h2>\n<p>By Sue Cummings</p>\n<p>My doctor says we live in a toxic soup. After listening to Leonardo Trasande, the keynote speaker at the recent Medicines from the Earth conference in Black Mountain, N.C., I agree. Toxins enter our bodies and alter our chemistry from a multitude of sources: plastic containers, fast-food wrappers, pesticides on food, phalates in cosmetics and skin care products, and even flame retardants in our furniture.</p>\n<p>Author of â€œSicker, Fatter, Poorer: The Urgent Threat of Hormone-Disrupting Chemicals To Our Health and Future â€¦ And What We Can Do About It,â€ Trasande is an internationally renowned leader in childrenâ€™s environmental health and the bearer of good and bad news. Toxins are everywhere, but there are ways we can protect ourselves.</p>\n<p><strong>The Toxins</strong></p>\n<p>First letâ€™s look at a list of just a few of the major endocrine disruptors most of us get exposed to on a regular basis.</p>\n<p><strong>Flame retardants â€“</strong> found in furniture foam inserts, synthetic fabrics, carpeting, and flooring. These incredibly persistent chemicals bind thyroid hormone receptors and disrupt thyroid metabolism, and that can lead to lowered IQs. Also linked to obesity.</p>\n<p><strong>Bisphenols (BPA, and more) â€“</strong> found in food and soda can liners as well as thermal paper receipts. Bisphenols mimic estrogen and have been linked to cancers, obesity, reproductive problems, and heart disease. Also linked to obesity.</p>\n<p><strong>Phalates â€“</strong> found in plastic food containers, plastic wrap made from PVC (#3), personal care products (fragrance stabilizers), dryer sheets, etc.&nbsp; Some of these chemicals block the effects of testosterone, while others act as estrogens, and some may affect thyroid functioning. Also linked to obesity.</p>\n<p><strong>Pesticides â€“</strong> found in lawn chemicals and on non-organic food. Childhood exposure is linked with lowered IQ. Atrazine, commonly sprayed on corn, has been linked with breast tumors, delayed puberty, and prostate inflammation. Many also linked with obesity.</p>\n<h6><strong>What Can We Do?</strong></h6>\n<p>Trasande has several recommendations for lowering our toxic exposure:</p>\n<p><strong>Avoid Canned Foods/Sodas</strong> to avoid bisphenols. Choose frozen food or food in Tetra-Paks, plastic-coated cardboard that doesnâ€™t use bisphenols.</p>\n<p><strong>Ask for an Electronic Receipt</strong> if possible to avoid bisphenol-laden thermal paper.</p>\n<p><strong>Reduce Exposure to Pesticides.</strong> Choose organic food when possible or at least avoid foods included in The Environmental Working Groupâ€™s Dirty Dozen list (see References).</p>\n<p><strong>Be Careful Choosing</strong> <strong>Cosmetics</strong> â€“ Look for cosmetics and skin care products that are free of phalates and parabens (another estrogen mimicker). Be aware that â€œphalatesâ€ will not appear on the label. In most cases youâ€™ll just see the word â€œfragrance.â€ (FYI, Ruthâ€™s carries several such clean products.)</p>\n<p><strong>Be Mindful When Using Plastic â€“</strong> Do not put plastics in the microwave or dishwasher. The high temperatures encourage microscopic leaching of plastics into food. If plastic containers are etched, throw them away; the barrier that keeps chemicals out of food has worn down. Avoid buying food in containers with the recycle label 3, 6 or 7. (#3 contains phalates, #6 contains styrene, a known carcinogen, and #7 may include bisphenols.)</p>\n<p><strong>Avoid Eating Fast Food â€“</strong> Studies have found those who eat fast food have higher amounts of phalates in their urine. Packaging materials and equipment used in food processing (conveyor belts, tubing, etc.) contain phalates and these chemicals can leach into food.</p>\n<p><strong>Be Aware of Flame Retardant Chemicals â€“</strong> Replace old furniture that has exposed foam or cover it with a slipcover. Open windows periodically to clear the air.</p>\n<p><strong>Mind Your Dust â€“</strong> Regularly use a vacuum with a HEPA dust filter and wet mop floors to prevent contaminated dust from indoor electronics, carpeting and furniture inside the home from accumulating.</p>\n<h6><strong>REFERENCES:</strong></h6>\n<p><a href=\"https://www.leotrasande.com/sicker-fatter-poorer\" target=\"_blank\" rel=\"noopener noreferrer\">Sicker Fatter Poorer</a></p>\n<p><a href=\"https://www.ewg.org/research/dirty-dozen-list-endocrine-disruptors\" target=\"_blank\" rel=\"noopener noreferrer\">Environmental Working Group</a></p>\n<p><a href=\"https://www.ewg.org/foodnews/\" target=\"_blank\" rel=\"noopener noreferrer\">Dirty Dozen Pesticides Guide</a></p>','Poisons Everywhere','Learn how to avoid toxins that wreck your hormones!','publish','closed','open','','poisons-everywhere','','','2019-07-29 15:41:22','2019-07-29 20:41:22','',0,'https://ruthsnutrition.gsg-host.com/?p=1268',0,'post','',0),(1269,2,'2019-07-29 15:00:26','2019-07-29 20:00:26','<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\n<h2>Tips from a naturopathic oncologist</h2>\n<p><img class=\"alignright wp-image-1260\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2019/06/cancer-600X-300x174.jpg\" alt=\"\" width=\"400\" height=\"231\" />By Sue Cummings</p>\n<p>I recently attended my annual Medicines from the Earth conference in Black Mountain, N.C., and Iâ€™ve got a lot of information to share. Iâ€™ll start with Lisa Alschuler, a naturopathic doctor board certified in naturopathic oncology, who presented several enlightening talks on cancer.</p>\n<p>By 2030 1 in 3 Americans will have a diagnosis of cancer. Most cancer starts years before it is found; breast cancer typically starts 20-30 years before diagnosis. That means thereâ€™s a lot of time to prevent or improve the tissue states in which cancer grows.</p>\n<p>Some key points from Dr. Alschulerâ€™s lectures:</p>\n<ul>\n<li>Breast cancer loves carbohydrates. Dr. Alschuler recommends a plant-based Mediterranean diet with very little processed food. In estrogen-sensitive cancers, increasing soluble fiber up to 25 grams a day can help remove excess estrogen.</li>\n<li>Keep blood sugar/insulin levels in check. Breast tissue is very sensitive to insulin, and insulin causes cells to divide.</li>\n<li>1 of every 5 breast cancer diagnosis is caused by obesity. Obesity increases inflammation, and chronic inflammation increases risks of cancer.</li>\n<li>1 in 5 cancers have inflammation as a cause.</li>\n<li>Being sedentary accounts for 1 in every 10 breast cancer diagnoses. Exercise helps reduce inflammation.</li>\n<li>Exercise 30 minutes, 5 days a week at a moderately brisk pace to reduce cancer risk. More is even better.</li>\n<li>Remove endocrine disruptors from your cosmetics, skin care, household cleaners, etc. (These include: BPA from food can liners and receipt tapes; phalates in perfumes, fragrances &amp; skin care products; perfluorinated chemicals (PFCs) found in non-stick cookware; and more.)</li>\n<li>Optimal vitamin D levels reduce breast cancer risk. You want a serum 24(OH)D greater than 60 ng/ml.</li>\n</ul>\n<p>Most cancers appear in people 40 and older; simply aging increases cancer risk. It does so because of several factors that often occur with aging:</p>\n<ul>\n<li>Our microbiome diversity tends to decrease as we age. That can lead to a leaky gut, which causes inflammation. You can combat that trend by eating fermented foods, fiber and taking probiotics.</li>\n<li>Insulin resistance increases as we age, and insulin is a growth factor for all cancers. You can combat that by keeping a tight control on blood sugars and exercising regularly.</li>\n<li>Low oxygen in the tissue (hypoxia) increases your risk for cancer. Practice deep breathing and exercise regularly.</li>\n</ul>\n<p>Dr. Alschuler also suggested several supplements that can be helpful:</p>\n<ul>\n<li>â€œChemo brainâ€ starts with the oxidative stress of cancer, long before chemo treatment begins. She suggests the mushroom Lionâ€™s Mane, 1 gram twice daily. â€œLionâ€™s Mane improves cognition in the elderly. Period,â€ she said.</li>\n<li>Acetyl L-Carnitine improves cognition in the elderly. She recommends 2 grams daily.</li>\n<li>L-Theanine increases salience, that is it helps the brain focus and screen out extraneous input. She recommends 200-400 mg daily.</li>\n<li>Resveratrol improves hippocampal function, the part of the brain where you remember words. She recommends 200 mg. daily.</li>\n</ul>\n<p>Many studies have been done on curcumin from turmeric being beneficial in cancer prevention and treatment. Curcumin, however, is difficult to absorb. Products come in three main formulations aiming to improve absorption. Dr. Alschuler did not specify a preference for any of the supplements but did give dosage recommendations for each, whichever you choose.</p>\n<ul>\n<li>Meriva â€“ this is curcumin with a phospholipid coat. It bypasses the liver. She recommends 1,000-1,500 mg twice daily.</li>\n<li>Theracurmin â€“ this is curcumin broken down into tiny particles. She recommends 300-600 mg daily.</li>\n<li>BCM-95 â€“ this is curcumin surrounded by essential oils of turmeric. She recommends 750 mg twice daily.</li>\n<li>IN ADDITION, Dr. Alschuler recommended adding a whole turmeric, such as from Gaia Herbs, because it contains beneficial curcuminoids not found in the isolated curcumin products.</li>\n</ul>\n<p><em>Lise Alschuler is a naturopathic doctor with board certification in naturopathic oncology and has been practicing since 1994. She graduated from Brown University with an undergraduate degree in Medical Anthropology and received a doctoral degree in naturopathic medicine from Bastyr University. Dr. Alschuler is past-President of the American Association of Naturopathic Physicians and a founding board member and current immediate past-President of the Oncology Association of Naturopathic Physicians. </em><em>Dr. Alschuler is the co-author ofÂ The Definitive Guide to CancerÂ andÂ The Definitive Guide to Thriving After Cancer. She co-created the </em>I thrive plan<em> (see below</em>) <em>for cancer survivors.</em></p>\n<p><em>Â </em></p>\n<p>FOR MORE INFO:</p>\n<p><a href=\"https://www.ithriveplan.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Wellness plans for cancer survivors</a></p>\n<p><a href=\"https://www.ewg.org/research/dirty-dozen-list-endocrine-disruptors\" target=\"_blank\" rel=\"noopener noreferrer\">Endocrine Disruptors</a></p>\n<p><a href=\"https://www.botanicalmedicine.org/\" target=\"_blank\" rel=\"noopener noreferrer\">Medicines from the Earth Conference</a></p>','Poisons Everywhere','Expert advise for diet, exercise, & supplements!','inherit','closed','closed','','1268-revision-v1','','','2019-07-29 15:00:26','2019-07-29 20:00:26','',1268,'https://ruthsnutrition.gsg-host.com/1268-revision-v1/',0,'revision','',0),(1270,2,'2019-07-29 15:07:37','2019-07-29 20:07:37','','Endocrine distruptors 603X','','inherit','open','closed','','endocrine-distruptors-603x','','','2019-07-29 15:07:37','2019-07-29 20:07:37','',1268,'https://ruthsnutrition.gsg-host.com/wp-content/uploads/2019/07/Endocrine-distruptors-603X.jpg',0,'attachment','image/jpeg',0),(1271,2,'2019-07-29 15:08:22','2019-07-29 20:08:22','<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\n<h2>How do we survive in a toxic soup?</h2>\n<p>By Sue Cummings</p>\n<p>My doctor says we live in a toxic soup. After listening to Leonardo Trasande, the keynote speaker at the recent Medicines from the Earth conference in Black Mountain, N.C., I agree. Toxins enter our bodies and alter our chemistry from a multitude of sources: plastic containers, fast-food wrappers, pesticides on food, phalates in cosmetics and skin care products, and even flame retardants in our furniture.</p>\n<p>Author of â€œSicker, Fatter, Poorer: The Urgent Threat of Hormone-Disrupting Chemicals To Our Health and Future â€¦ And What We Can Do About It,â€ Trasande is an internationally renowned leader in childrenâ€™s environmental health and the bearer of good and bad news. Toxins are everywhere, but there are ways we can protect ourselves.</p>\n<p><strong>The Toxins</strong></p>\n<p>First letâ€™s look at a list of just a few of the major endocrine disruptors most of us get exposed to on a regular basis.</p>\n<p><strong>Flame retardants â€“</strong> found in furniture foam inserts, synthetic fabrics, carpeting, and flooring. These incredibly persistent chemicals bind thyroid hormone receptors and disrupt thyroid metabolism, and that can lead to lowered IQs. Also linked to obesity.</p>\n<p><strong>Bisphenols (BPA, and more) â€“</strong> found in food and soda can liners as well as thermal paper receipts. Bisphenols mimic estrogen and have been linked to cancers, obesity, reproductive problems, and heart disease. Also linked to obesity.</p>\n<p><strong>Phalates â€“</strong> found in plastic food containers, plastic wrap made from PVC (#3), personal care products (fragrance stabilizers), dryer sheets, etc.Â  Some of these chemicals block the effects of testosterone, while others act as estrogens, and some may affect thyroid functioning. Also linked to obesity.</p>\n<p><strong>Pesticides â€“</strong> found in lawn chemicals and on non-organic food. Childhood exposure is linked with lowered IQ. Atrazine, commonly sprayed on corn, has been linked with breast tumors, delayed puberty, and prostate inflammation. Many also linked with obesity.</p>\n<h6><strong>What Can We Do?</strong></h6>\n<p>Trasande has several recommendations for lowering our toxic exposure:</p>\n<p><strong>Avoid Canned Foods/Sodas</strong> to avoid bisphenols. Choose frozen food or food in Tetra-Paks, plastic-coated cardboard that doesnâ€™t use bisphenols.</p>\n<p><strong>Ask for an Electronic Receipt</strong> if possible to avoid bisphenol-laden thermal paper.</p>\n<p><strong>Reduce Exposure to Pesticides.</strong> Choose organic food when possible or at least avoid foods included in The Environmental Working Groupâ€™s Dirty Dozen list (see References).</p>\n<p><strong>Be Careful Choosing</strong> <strong>Cosmetics</strong> â€“ Look for cosmetics and skin care products that are free of phalates and parabens (another estrogen mimicker). Be aware that â€œphalatesâ€ will not appear on the label. In most cases youâ€™ll just see the word â€œfragrance.â€ (FYI, Ruthâ€™s carries several such clean products.)</p>\n<p><strong>Be Mindful When Using Plastic â€“</strong> Do not put plastics in the microwave or dishwasher. The high temperatures encourage microscopic leaching of plastics into food. If plastic containers are etched, throw them away; the barrier that keeps chemicals out of food has worn down. Avoid buying food in containers with the recycle label 3, 6 or 7. (#3 contains phalates, #6 contains styrene, a known carcinogen, and #7 may include bisphenols.)</p>\n<p><strong>Avoid Eating Fast Food â€“</strong> Studies have found those who eat fast food have higher amounts of phalates in their urine. Packaging materials and equipment used in food processing (conveyor belts, tubing, etc.) contain phalates and these chemicals can leach into food.</p>\n<p><strong>Be Aware of Flame Retardant Chemicals â€“</strong> Replace old furniture that has exposed foam or cover it with a slipcover. Open windows periodically to clear the air.</p>\n<p><strong>Mind Your Dust â€“</strong> Regularly use a vacuum with a HEPA dust filter and wet mop floors to prevent contaminated dust from indoor electronics, carpeting and furniture inside the home from accumulating.</p>\n<h6><strong>REFERENCES:</strong></h6>\n<p><a href=\"https://www.leotrasande.com/sicker-fatter-poorer\" target=\"_blank\" rel=\"noopener noreferrer\">Sicker Fatter Poorer</a></p>\n<p><a href=\"https://www.ewg.org/research/dirty-dozen-list-endocrine-disruptors\" target=\"_blank\" rel=\"noopener noreferrer\">Environmental Working Group</a></p>\n<p><a href=\"https://www.ewg.org/foodnews/\" target=\"_blank\" rel=\"noopener noreferrer\">Dirty Dozen Pesticides Guide</a></p>','Poisons Everywhere','Protect yourself from toxins that can wreck your hormones!','inherit','closed','closed','','1268-revision-v1','','','2019-07-29 15:08:22','2019-07-29 20:08:22','',1268,'https://ruthsnutrition.gsg-host.com/1268-revision-v1/',0,'revision','',0),(1272,2,'2019-07-29 15:14:55','2019-07-29 20:14:55','<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\n<h2>How do we survive in a toxic soup?</h2>\n<p>By Sue Cummings</p>\n<p>My doctor says we live in a toxic soup. After listening to Leonardo Trasande, the keynote speaker at the recent Medicines from the Earth conference in Black Mountain, N.C., I agree. Toxins enter our bodies and alter our chemistry from a multitude of sources: plastic containers, fast-food wrappers, pesticides on food, phalates in cosmetics and skin care products, and even flame retardants in our furniture.</p>\n<p>Author of â€œSicker, Fatter, Poorer: The Urgent Threat of Hormone-Disrupting Chemicals To Our Health and Future â€¦ And What We Can Do About It,â€ Trasande is an internationally renowned leader in childrenâ€™s environmental health and the bearer of good and bad news. Toxins are everywhere, but there are ways we can protect ourselves.</p>\n<p><strong>The Toxins</strong></p>\n<p>First letâ€™s look at a list of just a few of the major endocrine disruptors most of us get exposed to on a regular basis.</p>\n<p><strong>Flame retardants â€“</strong> found in furniture foam inserts, synthetic fabrics, carpeting, and flooring. These incredibly persistent chemicals bind thyroid hormone receptors and disrupt thyroid metabolism, and that can lead to lowered IQs. Also linked to obesity.</p>\n<p><strong>Bisphenols (BPA, and more) â€“</strong> found in food and soda can liners as well as thermal paper receipts. Bisphenols mimic estrogen and have been linked to cancers, obesity, reproductive problems, and heart disease. Also linked to obesity.</p>\n<p><strong>Phalates â€“</strong> found in plastic food containers, plastic wrap made from PVC (#3), personal care products (fragrance stabilizers), dryer sheets, etc.Â  Some of these chemicals block the effects of testosterone, while others act as estrogens, and some may affect thyroid functioning. Also linked to obesity.</p>\n<p><strong>Pesticides â€“</strong> found in lawn chemicals and on non-organic food. Childhood exposure is linked with lowered IQ. Atrazine, commonly sprayed on corn, has been linked with breast tumors, delayed puberty, and prostate inflammation. Many also linked with obesity.</p>\n<h6><strong>What Can We Do?</strong></h6>\n<p>Trasande has several recommendations for lowering our toxic exposure:</p>\n<p><strong>Avoid Canned Foods/Sodas</strong> to avoid bisphenols. Choose frozen food or food in Tetra-Paks, plastic-coated cardboard that doesnâ€™t use bisphenols.</p>\n<p><strong>Ask for an Electronic Receipt</strong> if possible to avoid bisphenol-laden thermal paper.</p>\n<p><strong>Reduce Exposure to Pesticides.</strong> Choose organic food when possible or at least avoid foods included in The Environmental Working Groupâ€™s Dirty Dozen list (see References).</p>\n<p><strong>Be Careful Choosing</strong> <strong>Cosmetics</strong> â€“ Look for cosmetics and skin care products that are free of phalates and parabens (another estrogen mimicker). Be aware that â€œphalatesâ€ will not appear on the label. In most cases youâ€™ll just see the word â€œfragrance.â€ (FYI, Ruthâ€™s carries several such clean products.)</p>\n<p><strong>Be Mindful When Using Plastic â€“</strong> Do not put plastics in the microwave or dishwasher. The high temperatures encourage microscopic leaching of plastics into food. If plastic containers are etched, throw them away; the barrier that keeps chemicals out of food has worn down. Avoid buying food in containers with the recycle label 3, 6 or 7. (#3 contains phalates, #6 contains styrene, a known carcinogen, and #7 may include bisphenols.)</p>\n<p><strong>Avoid Eating Fast Food â€“</strong> Studies have found those who eat fast food have higher amounts of phalates in their urine. Packaging materials and equipment used in food processing (conveyor belts, tubing, etc.) contain phalates and these chemicals can leach into food.</p>\n<p><strong>Be Aware of Flame Retardant Chemicals â€“</strong> Replace old furniture that has exposed foam or cover it with a slipcover. Open windows periodically to clear the air.</p>\n<p><strong>Mind Your Dust â€“</strong> Regularly use a vacuum with a HEPA dust filter and wet mop floors to prevent contaminated dust from indoor electronics, carpeting and furniture inside the home from accumulating.</p>\n<h6><strong>REFERENCES:</strong></h6>\n<p><a href=\"https://www.leotrasande.com/sicker-fatter-poorer\" target=\"_blank\" rel=\"noopener noreferrer\">Sicker Fatter Poorer</a></p>\n<p><a href=\"https://www.ewg.org/research/dirty-dozen-list-endocrine-disruptors\" target=\"_blank\" rel=\"noopener noreferrer\">Environmental Working Group</a></p>\n<p><a href=\"https://www.ewg.org/foodnews/\" target=\"_blank\" rel=\"noopener noreferrer\">Dirty Dozen Pesticides Guide</a></p>','Poisons Everywhere','Expert advise for diet, exercise, & supplements!','inherit','closed','closed','','1268-revision-v1','','','2019-07-29 15:14:55','2019-07-29 20:14:55','',1268,'https://ruthsnutrition.gsg-host.com/1268-revision-v1/',0,'revision','',0),(1273,2,'2019-07-29 15:41:21','2019-07-29 20:41:21','<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\n<h2>How do we survive in a toxic soup?</h2>\n<p>By Sue Cummings</p>\n<p>My doctor says we live in a toxic soup. After listening to Leonardo Trasande, the keynote speaker at the recent Medicines from the Earth conference in Black Mountain, N.C., I agree. Toxins enter our bodies and alter our chemistry from a multitude of sources: plastic containers, fast-food wrappers, pesticides on food, phalates in cosmetics and skin care products, and even flame retardants in our furniture.</p>\n<p>Author of â€œSicker, Fatter, Poorer: The Urgent Threat of Hormone-Disrupting Chemicals To Our Health and Future â€¦ And What We Can Do About It,â€ Trasande is an internationally renowned leader in childrenâ€™s environmental health and the bearer of good and bad news. Toxins are everywhere, but there are ways we can protect ourselves.</p>\n<p><strong>The Toxins</strong></p>\n<p>First letâ€™s look at a list of just a few of the major endocrine disruptors most of us get exposed to on a regular basis.</p>\n<p><strong>Flame retardants â€“</strong> found in furniture foam inserts, synthetic fabrics, carpeting, and flooring. These incredibly persistent chemicals bind thyroid hormone receptors and disrupt thyroid metabolism, and that can lead to lowered IQs. Also linked to obesity.</p>\n<p><strong>Bisphenols (BPA, and more) â€“</strong> found in food and soda can liners as well as thermal paper receipts. Bisphenols mimic estrogen and have been linked to cancers, obesity, reproductive problems, and heart disease. Also linked to obesity.</p>\n<p><strong>Phalates â€“</strong> found in plastic food containers, plastic wrap made from PVC (#3), personal care products (fragrance stabilizers), dryer sheets, etc.&nbsp; Some of these chemicals block the effects of testosterone, while others act as estrogens, and some may affect thyroid functioning. Also linked to obesity.</p>\n<p><strong>Pesticides â€“</strong> found in lawn chemicals and on non-organic food. Childhood exposure is linked with lowered IQ. Atrazine, commonly sprayed on corn, has been linked with breast tumors, delayed puberty, and prostate inflammation. Many also linked with obesity.</p>\n<h6><strong>What Can We Do?</strong></h6>\n<p>Trasande has several recommendations for lowering our toxic exposure:</p>\n<p><strong>Avoid Canned Foods/Sodas</strong> to avoid bisphenols. Choose frozen food or food in Tetra-Paks, plastic-coated cardboard that doesnâ€™t use bisphenols.</p>\n<p><strong>Ask for an Electronic Receipt</strong> if possible to avoid bisphenol-laden thermal paper.</p>\n<p><strong>Reduce Exposure to Pesticides.</strong> Choose organic food when possible or at least avoid foods included in The Environmental Working Groupâ€™s Dirty Dozen list (see References).</p>\n<p><strong>Be Careful Choosing</strong> <strong>Cosmetics</strong> â€“ Look for cosmetics and skin care products that are free of phalates and parabens (another estrogen mimicker). Be aware that â€œphalatesâ€ will not appear on the label. In most cases youâ€™ll just see the word â€œfragrance.â€ (FYI, Ruthâ€™s carries several such clean products.)</p>\n<p><strong>Be Mindful When Using Plastic â€“</strong> Do not put plastics in the microwave or dishwasher. The high temperatures encourage microscopic leaching of plastics into food. If plastic containers are etched, throw them away; the barrier that keeps chemicals out of food has worn down. Avoid buying food in containers with the recycle label 3, 6 or 7. (#3 contains phalates, #6 contains styrene, a known carcinogen, and #7 may include bisphenols.)</p>\n<p><strong>Avoid Eating Fast Food â€“</strong> Studies have found those who eat fast food have higher amounts of phalates in their urine. Packaging materials and equipment used in food processing (conveyor belts, tubing, etc.) contain phalates and these chemicals can leach into food.</p>\n<p><strong>Be Aware of Flame Retardant Chemicals â€“</strong> Replace old furniture that has exposed foam or cover it with a slipcover. Open windows periodically to clear the air.</p>\n<p><strong>Mind Your Dust â€“</strong> Regularly use a vacuum with a HEPA dust filter and wet mop floors to prevent contaminated dust from indoor electronics, carpeting and furniture inside the home from accumulating.</p>\n<h6><strong>REFERENCES:</strong></h6>\n<p><a href=\"https://www.leotrasande.com/sicker-fatter-poorer\" target=\"_blank\" rel=\"noopener noreferrer\">Sicker Fatter Poorer</a></p>\n<p><a href=\"https://www.ewg.org/research/dirty-dozen-list-endocrine-disruptors\" target=\"_blank\" rel=\"noopener noreferrer\">Environmental Working Group</a></p>\n<p><a href=\"https://www.ewg.org/foodnews/\" target=\"_blank\" rel=\"noopener noreferrer\">Dirty Dozen Pesticides Guide</a></p>','Poisons Everywhere','Learn how to avoid toxins that wreck your hormones!','inherit','closed','closed','','1268-revision-v1','','','2019-07-29 15:41:21','2019-07-29 20:41:21','',1268,'https://ruthsnutrition.gsg-host.com/1268-revision-v1/',0,'revision','',0),(1274,2,'2019-07-31 12:33:48','2019-07-31 17:33:48','[vc_row][vc_column width=\"2/3\"][vc_column_text]\n<h2>Free Gabriel Cosmetics Demo!</h2>\n<img class=\"size-medium wp-image-980 alignright\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2017/07/Gabriel-cosmetics-brushes-600X600-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" />Weâ€™ve done it before, and it was so popular weâ€™re doing it again! Ruthâ€™s is hosting a <strong>Gabriel Cosmetics demo from 11 a.m. â€“ 1:30 p.m. Saturday, Aug. 17!</strong> Space is limited, so please call 256-883-4127 to reserve a session soon!\n\nLybrease Drake, professional makeup artist, esthetician and Xtreme Lash Stylist, will be helping each participant choose the most flattering colors for your complexion and showing you tips on how to look your best. Youâ€™ll get to experiment with powders, foundation, lipsticks, blushes, and more! Using Gabriel cosmetics means youâ€™re choosing clean products. The entire collection contains only 100% natural ingredients. That means no parabens, gluten, lead, coal tar derivatives, FD&amp; C coloring agents, mineral oil, talc, lanolin, propylene glycol, hydrogenated oils, carmine, nano- or micro-sized particles. This stuff is good for your skin!\n\nLybrease has worked with numerous clients on projects, including Editorial, Bridal, Print Ads, and TV/Film. Her passion is to create beautiful works of art through natural makeup application. She is knowledgeable about skin tones and providing the best makeup application including Airbrush. Donâ€™t miss her professionalism, positive attitude, and attention to detail.\n\nAnd weâ€™ve saved the best news for last: <strong>All participants will receive 20% off any Gabriel Cosmetics they buy that day!</strong>\n\nCâ€™mon! Spoil yourself! Call us (256-883-4127) for your appointment today!','Pamper Yourself','Come learn how to look your best!','inherit','closed','closed','','1266-revision-v1','','','2019-07-31 12:33:48','2019-07-31 17:33:48','',1266,'https://ruthsnutrition.gsg-host.com/1266-revision-v1/',0,'revision','',0),(1276,2,'2019-08-22 13:25:39','2019-08-22 18:25:39','[vc_row][vc_column width=\"2/3\"][vc_column_text]\n<h2>Has uncommon benefits!</h2>\n<img class=\"size-medium wp-image-1277 alignright\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2019/08/sage-602X602-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" />Itâ€™s time to revisit Garden Sage\n\nYou probably know this plant. It may be in your garden; you may have used it in turkey stuffing or homemade sausage. But sage is far more than a culinary herb. It has been considered a medicinal plant since ancient times.\n\nAncient Egyptians used it as a fertility drug, and today we know it contains phytoestrogens. Ancient Greek physician Dioscorides reported that sage tea stopped the bleeding of wounds and cleaned ulcers and sores. Today we know sage contains antibacterial phenolic acids. Roman author/naturalist Pliny the Elder reported that sage enhances memory functions, and today we know sage contains compounds that inhibit the breakdown of the neurotransmitter acetylcholine. For a plant so humble, itâ€™s amazingly powerful.\n\nA member of the mint family, sage is high in several vitamin and minerals, and itâ€™s loaded with antioxidants. In fact, it contains more than 160 polyphenols, plant-based antioxidant chemical compounds. At least one study found that drinking 1 cup of sage tea twice daily significantly increased antioxidant defenses and lowered total cholesterol while raising the beneficial HDL cholesterol.\n\nIn Germany, the Commission E (rather like our FDA) has reported sage has antibacterial, fungistatic, virustatic, astringent, and perspiration-inhibiting properties. The Commission has approved the internal use of sage leaf for indigestion and excessive perspiration. Used externally, itâ€™s approved for inflammation of mucous membranes of the nose and throat.\n\nSo how might sage help you?\n\nSage makes a great mouthwash because itâ€™s both astringent and antimicrobial. Itâ€™s helpful for both sore throats and mouth sores.\n\nSage really does help with excessive sweating, as several of our customers can attest.\nAdd that to the phytoestrogens sage contains, and youâ€™ve got a very helpful partner for the hot flashes and night sweats that often accompany menopause.\n\nThe presence of rosmarinic acid and carnosic acid in sage make it a great general antioxidant, free-radical scavenger, and anti-inflammatory.Â  Essential oils contained in sage inhibit the activity of acetyl cholinesterase, an enzyme that breaks down acetylcholine. Allowing that neurotransmitter to stay around longer is thought to be the reason studies show sage can improve memory and cognition. All of the above make sage a powerful but gentle tonic for anyone as they age.\n\nWow. Thatâ€™s a lot for a plant thatâ€™s so easy to grow. Even better, most benefits can be obtained by simply drinking 2 cups of tea daily.Â  Of course, alcohol extracts or capsules also are available and effective.\n\nREFERENCES:\n\n<a href=\"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4003706/\" target=\"_blank\" rel=\"noopener noreferrer\">Journal of Traditional &amp; Complementary Medicine</a>\n\n<a href=\"https://www.healthline.com/nutrition/sage\" target=\"_blank\" rel=\"noopener noreferrer\">Health Line</a>\n\n<a href=\"https://www.healwithfood.org/health-benefits/sage-medicinal-salvia.php\" target=\"_blank\" rel=\"noopener noreferrer\">Heal With Food</a>\n\n<a href=\"http://cms.herbalgram.org/expandedE/Sageleaf.html?ts=1565733288&amp;signature=6d96d920b77ac68fd1491a156cc1961f\" target=\"_blank\" rel=\"noopener noreferrer\">Herbal Gram</a>','Common Garden Sage','Sage is a great tonic as we age!','publish','closed','open','','pregnenolone-2','','','2019-08-22 13:25:40','2019-08-22 18:25:40','',0,'https://ruthsnutrition.gsg-host.com/?p=1276',0,'post','',0),(1277,2,'2019-08-22 13:22:23','2019-08-22 18:22:23','','sage 602X602','','inherit','open','closed','','sage-602x602','','','2019-08-22 13:22:23','2019-08-22 18:22:23','',1276,'https://ruthsnutrition.gsg-host.com/wp-content/uploads/2019/08/sage-602X602.jpg',0,'attachment','image/jpeg',0),(1278,2,'2019-08-22 13:23:20','2019-08-22 18:23:20','[vc_row][vc_column width=\"2/3\"][vc_column_text]\n<h2>Has uncommon benefits!</h2>\nItâ€™s time to revisit Garden Sage\n\nYou probably know this plant. It may be in your garden; you may have used it in turkey stuffing or homemade sausage. But sage is far more than a culinary herb. It has been considered a medicinal plant since ancient times.\n\nAncient Egyptians used it as a fertility drug, and today we know it contains phytoestrogens. Ancient Greek physician Dioscorides reported that sage tea stopped the bleeding of wounds and cleaned ulcers and sores. Today we know sage contains antibacterial phenolic acids. Roman author/naturalist Pliny the Elder reported that sage enhances memory functions, and today we know sage contains compounds that inhibit the breakdown of the neurotransmitter acetylcholine. For a plant so humble, itâ€™s amazingly powerful.\n\nA member of the mint family, sage is high in several vitamin and minerals, and itâ€™s loaded with antioxidants. In fact, it contains more than 160 polyphenols, plant-based antioxidant chemical compounds. At least one study found that drinking 1 cup of sage tea twice daily significantly increased antioxidant defenses and lowered total cholesterol while raising the beneficial HDL cholesterol.\n\nIn Germany, the Commission E (rather like our FDA) has reported sage has antibacterial, fungistatic, virustatic, astringent, and perspiration-inhibiting properties. The Commission has approved the internal use of sage leaf for indigestion and excessive perspiration. Used externally, itâ€™s approved for inflammation of mucous membranes of the nose and throat.\n\nSo how might sage help you?\n\nSage makes a great mouthwash because itâ€™s both astringent and antimicrobial. Itâ€™s helpful for both sore throats and mouth sores.\n\nSage really does help with excessive sweating, as several of our customers can attest.\nAdd that to the phytoestrogens sage contains, and youâ€™ve got a very helpful partner for the hot flashes and night sweats that often accompany menopause.\n\nThe presence of rosmarinic acid and carnosic acid in sage make it a great general antioxidant, free-radical scavenger, and anti-inflammatory.Â  Essential oils contained in sage inhibit the activity of acetyl cholinesterase, an enzyme that breaks down acetylcholine. Allowing that neurotransmitter to stay around longer is thought to be the reason studies show sage can improve memory and cognition. All of the above make sage a powerful but gentle tonic for anyone as they age.\n\nWow. Thatâ€™s a lot for a plant thatâ€™s so easy to grow. Even better, most benefits can be obtained by simply drinking 2 cups of tea daily.Â  Of course, alcohol extracts or capsules also are available and effective.\n\nREFERENCES:\n\n<a href=\"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4003706/\" target=\"_blank\" rel=\"noopener noreferrer\">Journal of Traditional &amp; Complementary Medicine</a>\n\n<a href=\"https://www.healthline.com/nutrition/sage\" target=\"_blank\" rel=\"noopener noreferrer\">Health Line</a>\n\n<a href=\"https://www.healwithfood.org/health-benefits/sage-medicinal-salvia.php\" target=\"_blank\" rel=\"noopener noreferrer\">Heal With Food</a>\n\n<a href=\"http://cms.herbalgram.org/expandedE/Sageleaf.html?ts=1565733288&amp;signature=6d96d920b77ac68fd1491a156cc1961f\" target=\"_blank\" rel=\"noopener noreferrer\">Herbal Gram</a>','Common Garden Sage','Sage is a great tonic as we age!','inherit','closed','closed','','1276-revision-v1','','','2019-08-22 13:23:20','2019-08-22 18:23:20','',1276,'https://ruthsnutrition.gsg-host.com/1276-revision-v1/',0,'revision','',0),(1279,2,'2019-08-22 13:24:26','2019-08-22 18:24:26','[vc_row][vc_column width=\"2/3\"][vc_column_text]\n<h2>Has uncommon benefits!</h2>\n<img class=\"size-medium wp-image-1277 alignright\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2019/08/sage-602X602-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" />Itâ€™s time to revisit Garden Sage\n\nYou probably know this plant. It may be in your garden; you may have used it in turkey stuffing or homemade sausage. But sage is far more than a culinary herb. It has been considered a medicinal plant since ancient times.\n\nAncient Egyptians used it as a fertility drug, and today we know it contains phytoestrogens. Ancient Greek physician Dioscorides reported that sage tea stopped the bleeding of wounds and cleaned ulcers and sores. Today we know sage contains antibacterial phenolic acids. Roman author/naturalist Pliny the Elder reported that sage enhances memory functions, and today we know sage contains compounds that inhibit the breakdown of the neurotransmitter acetylcholine. For a plant so humble, itâ€™s amazingly powerful.\n\nA member of the mint family, sage is high in several vitamin and minerals, and itâ€™s loaded with antioxidants. In fact, it contains more than 160 polyphenols, plant-based antioxidant chemical compounds. At least one study found that drinking 1 cup of sage tea twice daily significantly increased antioxidant defenses and lowered total cholesterol while raising the beneficial HDL cholesterol.\n\nIn Germany, the Commission E (rather like our FDA) has reported sage has antibacterial, fungistatic, virustatic, astringent, and perspiration-inhibiting properties. The Commission has approved the internal use of sage leaf for indigestion and excessive perspiration. Used externally, itâ€™s approved for inflammation of mucous membranes of the nose and throat.\n\nSo how might sage help you?\n\nSage makes a great mouthwash because itâ€™s both astringent and antimicrobial. Itâ€™s helpful for both sore throats and mouth sores.\n\nSage really does help with excessive sweating, as several of our customers can attest.\nAdd that to the phytoestrogens sage contains, and youâ€™ve got a very helpful partner for the hot flashes and night sweats that often accompany menopause.\n\nThe presence of rosmarinic acid and carnosic acid in sage make it a great general antioxidant, free-radical scavenger, and anti-inflammatory.Â  Essential oils contained in sage inhibit the activity of acetyl cholinesterase, an enzyme that breaks down acetylcholine. Allowing that neurotransmitter to stay around longer is thought to be the reason studies show sage can improve memory and cognition. All of the above make sage a powerful but gentle tonic for anyone as they age.\n\nWow. Thatâ€™s a lot for a plant thatâ€™s so easy to grow. Even better, most benefits can be obtained by simply drinking 2 cups of tea daily.Â  Of course, alcohol extracts or capsules also are available and effective.\n\nREFERENCES:\n\n<a href=\"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4003706/\" target=\"_blank\" rel=\"noopener noreferrer\">Journal of Traditional &amp; Complementary Medicine</a>\n\n<a href=\"https://www.healthline.com/nutrition/sage\" target=\"_blank\" rel=\"noopener noreferrer\">Health Line</a>\n\n<a href=\"https://www.healwithfood.org/health-benefits/sage-medicinal-salvia.php\" target=\"_blank\" rel=\"noopener noreferrer\">Heal With Food</a>\n\n<a href=\"http://cms.herbalgram.org/expandedE/Sageleaf.html?ts=1565733288&amp;signature=6d96d920b77ac68fd1491a156cc1961f\" target=\"_blank\" rel=\"noopener noreferrer\">Herbal Gram</a>','Common Garden Sage','Sage is a great tonic as we age!','inherit','closed','closed','','1276-revision-v1','','','2019-08-22 13:24:26','2019-08-22 18:24:26','',1276,'https://ruthsnutrition.gsg-host.com/1276-revision-v1/',0,'revision','',0),(1280,2,'2019-08-28 11:49:02','2019-08-28 16:49:02','<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\n<h2>Cure for chronic/recurring infections?</h2>\n<p><img class=\"size-medium wp-image-1281 alignright\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2019/08/Biofilms-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\">Ever wonder why you canâ€™t seem to get rid of your sinus infection? Or it goes away for a little while and then comes back again? Maybe for you itâ€™s not sinus infections but urinary tract infections? You take antibiotics for weeks on end and as soon as you stop them the infection comes back?</p>\n<p>Chances are good that pathogens creating your infection have coated themselves in a biofilm, making them extremely hard to treat. Whatâ€™s a biofilm? Itâ€™s a slimy, glue-like membrane composed of polysaccharides made by bacterial and fungi. Within that film one or more types of bacteria and/or fungi share nutrients and DNA and undergo changes to evade the immune system. Since it requires less oxygen and fewer nutrients and alters the pH at the core, the biofilm is a hostile community for most antibiotics. In addition, the biofilm forms a physical barrier that keeps most immune cells from detecting the pathogenic bacteria. (1)&nbsp;</p>\n<p>According to the National Institutes of Health, more than 80% of human bacterial infections are associated with bacterial biofilm. This problem has long been known to hospitals dealing with medical implants, vascular grafts, and severe dermal wounds. Biofilms often are involved in ear infections, sinus infections, chronic tonsillitis, dental plaque, endocarditis, lung infections in cystic fibrosis, kidney stones, biliary tract infections, urinary tract infections, bone infections, and chronic wounds. Biofilms also have been linked to both Crohnâ€™s disease and ulcerative colitis, and are thought to impede treatments involving infections, such as<em> E. coli </em>and<em> H. pylori</em>, in the digestive tract.</p>\n<p>Unfortunately, biofilms often are difficult to diagnose. They donâ€™t show up in swabs or stool samples, and they are not easily cultured.</p>\n<p>If you suspect a biofilm may be involved in a tough-to-treat infection, what can you do? Find a biofilm disruptor. It can be taken with antibiotics or antimicrobial herbal treatments.</p>\n<p>Interestingly, some of them are commonly found in health food stores.</p>\n<p>Nattokinase, an enzyme produced from fermented soybeans, breaks down fibrin and fibrin is part of the matrix of some biofilms. It has been used extensively as a coating on implants to help prevent biofilms from forming.</p>\n<p>N-acetylcysteine (NAC) occurs naturally in the body, being derived from the amino acid l-cysteine. It both increases glutathione (the bodyâ€™s most potent antioxidant) and breaks down mucus. Itâ€™s effective against biofilms on prosthetic devices. (1)&nbsp;</p>\n<p>Colloidal silver is effective in treating topical biofilms, though there is little to no research showing its effectiveness as a biofilm disruptor internally.</p>\n<p>There also are combination products designed to break down biofilms. Chris Kresser, founder of Kresser Institute and a widely known natural health practitioner/teacher, recommends Klaire Labs InterFase Plus or Kirkman Biofilm Defense. Both are either available or can be ordered at Ruthâ€™s.</p>\n<p>Kresser also recommends using antimicrobial treatments following, and along with, biofilm disruptors. That may be an antibiotic prescribed by your doctor or mixtures of potent herbs. For example: berberine, artemisinin, black walnut hulls, oregano oil, goldenseal, echinacea. Designs for Health G.I. Microb-X or Biocidin by Bio-Botanical Research are two such products that can be ordered at Ruthâ€™s.</p>\n<p>Be aware that when using antimicrobial treatments, patients may get a die-off reaction. When bacteria die, they release toxins that can leave you feeling tired, achy, sleepy. Using activated charcoal can help absorb the toxins and lessen the reaction.</p>\n<p></p>\n<p>REFERENCES:</p>\n<p>1. <a href=\"https://kresserinstitute.com/biofilm-what-it-is-and-how-to-treat-it/\" target=\"_blank\" rel=\"noopener noreferrer\">BioFilms</a></p>\n<p><a href=\"https://chriskresser.com/treat-and-prevent-utis-without-drugs/\" target=\"_blank\" rel=\"noopener noreferrer\">UTIs &amp; Biofilms</a></p>\n<p><a href=\"https://mmbr.asm.org/content/78/3/510\" target=\"_blank\" rel=\"noopener noreferrer\">Biofilm-Related Infections</a></p>\n<p><a href=\"https://drruscio.com/biofilms-can-cause-infections-with-dr-paul-anderson/\" target=\"_blank\" rel=\"noopener noreferrer\">Dr. Ruscio</a></p>','Battling Biofilms','Biofilms can inhibit your healing.','publish','closed','open','','battling-biofilms','','','2019-08-28 11:59:37','2019-08-28 16:59:37','',0,'https://ruthsnutrition.gsg-host.com/?p=1280',0,'post','',0),(1281,2,'2019-08-28 11:45:55','2019-08-28 16:45:55','','Biofilms','','inherit','open','closed','','biofilms','','','2019-08-28 11:45:55','2019-08-28 16:45:55','',1280,'https://ruthsnutrition.gsg-host.com/wp-content/uploads/2019/08/Biofilms.jpg',0,'attachment','image/jpeg',0),(1282,2,'2019-08-28 11:46:46','2019-08-28 16:46:46','<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\n<h2>Cure for chronic/recurring infections?</h2>\n<p>Ever wonder why you canâ€™t seem to get rid of your sinus infection? Or it goes away for a little while and then comes back again? Maybe for you itâ€™s not sinus infections but urinary tract infections? You take antibiotics for weeks on end and as soon as you stop them the infection comes back?</p>\n<p>Chances are good that pathogens creating your infection have coated themselves in a biofilm, making them extremely hard to treat. Whatâ€™s a biofilm? Itâ€™s a slimy, glue-like membrane composed of polysaccharides made by bacterial and fungi. Within that film one or more types of bacteria and/or fungi share nutrients and DNA and undergo changes to evade the immune system. Since it requires less oxygen and fewer nutrients and alters the pH at the core, the biofilm is a hostile community for most antibiotics. In addition, the biofilm forms a physical barrier that keeps most immune cells from detecting the pathogenic bacteria. (1)Â </p>\n<p>According to the National Institutes of Health, more than 80% of human bacterial infections are associated with bacterial biofilm. This problem has long been known to hospitals dealing with medical implants, vascular grafts, and severe dermal wounds. Biofilms often are involved in ear infections, sinus infections, chronic tonsillitis, dental plaque, endocarditis, lung infections in cystic fibrosis, kidney stones, biliary tract infections, urinary tract infections, bone infections, and chronic wounds. Biofilms also have been linked to both Crohnâ€™s disease and ulcerative colitis, and are thought to impede treatments involving infections, such as<em> E. coli </em>and<em> H. pylori</em>, in the digestive tract.</p>\n<p>Unfortunately, biofilms often are difficult to diagnose. They donâ€™t show up in swabs or stool samples, and they are not easily cultured.</p>\n<p>If you suspect a biofilm may be involved in a tough-to-treat infection, what can you do? Find a biofilm disruptor. It can be taken with antibiotics or antimicrobial herbal treatments.</p>\n<p>Interestingly, some of them are commonly found in health food stores.</p>\n<p>Nattokinase, an enzyme produced from fermented soybeans, breaks down fibrin and fibrin is part of the matrix of some biofilms. It has been used extensively as a coating on implants to help prevent biofilms from forming.</p>\n<p>N-acetylcysteine (NAC) occurs naturally in the body, being derived from the amino acid l-cysteine. It both increases glutathione (the bodyâ€™s most potent antioxidant) and breaks down mucus. Itâ€™s effective against biofilms on prosthetic devices. (1)Â </p>\n<p>Colloidal silver is effective in treating topical biofilms, though there is little to no research showing its effectiveness as a biofilm disruptor internally.</p>\n<p>There also are combination products designed to break down biofilms. Chris Kresser, founder of Kresser Institute and a widely known natural health practitioner/teacher, recommends Klaire Labs InterFase Plus or Kirkman Biofilm Defense. Both are either available or can be ordered at Ruthâ€™s.</p>\n<p>Kresser also recommends using antimicrobial treatments following, and along with, biofilm disruptors. That may be an antibiotic prescribed by your doctor or mixtures of potent herbs. For example: berberine, artemisinin, black walnut hulls, oregano oil, goldenseal, echinacea. Designs for Health G.I. Microb-X or Biocidin by Bio-Botanical Research are two such products that can be ordered at Ruthâ€™s.</p>\n<p>Be aware that when using antimicrobial treatments, patients may get a die-off reaction. When bacteria die, they release toxins that can leave you feeling tired, achy, sleepy. Using activated charcoal can help absorb the toxins and lessen the reaction.</p>\n<p>Â </p>\n<p>REFERENCES:</p>\n<p>1. <a href=\"https://kresserinstitute.com/biofilm-what-it-is-and-how-to-treat-it/\" target=\"_blank\" rel=\"noopener noreferrer\">BioFilms</a></p>\n<p><a href=\"https://chriskresser.com/treat-and-prevent-utis-without-drugs/\" target=\"_blank\" rel=\"noopener noreferrer\">UTIs &amp; Biofilms</a></p>\n<p><a href=\"https://mmbr.asm.org/content/78/3/510\" target=\"_blank\" rel=\"noopener noreferrer\">Biofilm-Related Infections</a></p>\n<p><a href=\"https://drruscio.com/biofilms-can-cause-infections-with-dr-paul-anderson/\" target=\"_blank\" rel=\"noopener noreferrer\">Dr. Ruscio</a></p>','Battling Biofilms','Biofilms can inhibit your healing.','inherit','closed','closed','','1280-revision-v1','','','2019-08-28 11:46:46','2019-08-28 16:46:46','',1280,'https://ruthsnutrition.gsg-host.com/1280-revision-v1/',0,'revision','',0),(1283,2,'2019-08-28 11:48:24','2019-08-28 16:48:24','<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\n<h2>Cure for chronic/recurring infections?</h2>\n<p><img class=\"size-medium wp-image-1281 alignright\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2019/08/Biofilms-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" />Ever wonder why you canâ€™t seem to get rid of your sinus infection? Or it goes away for a little while and then comes back again? Maybe for you itâ€™s not sinus infections but urinary tract infections? You take antibiotics for weeks on end and as soon as you stop them the infection comes back?</p>\n<p>Chances are good that pathogens creating your infection have coated themselves in a biofilm, making them extremely hard to treat. Whatâ€™s a biofilm? Itâ€™s a slimy, glue-like membrane composed of polysaccharides made by bacterial and fungi. Within that film one or more types of bacteria and/or fungi share nutrients and DNA and undergo changes to evade the immune system. Since it requires less oxygen and fewer nutrients and alters the pH at the core, the biofilm is a hostile community for most antibiotics. In addition, the biofilm forms a physical barrier that keeps most immune cells from detecting the pathogenic bacteria. (1)Â </p>\n<p>According to the National Institutes of Health, more than 80% of human bacterial infections are associated with bacterial biofilm. This problem has long been known to hospitals dealing with medical implants, vascular grafts, and severe dermal wounds. Biofilms often are involved in ear infections, sinus infections, chronic tonsillitis, dental plaque, endocarditis, lung infections in cystic fibrosis, kidney stones, biliary tract infections, urinary tract infections, bone infections, and chronic wounds. Biofilms also have been linked to both Crohnâ€™s disease and ulcerative colitis, and are thought to impede treatments involving infections, such as<em> E. coli </em>and<em> H. pylori</em>, in the digestive tract.</p>\n<p>Unfortunately, biofilms often are difficult to diagnose. They donâ€™t show up in swabs or stool samples, and they are not easily cultured.</p>\n<p>If you suspect a biofilm may be involved in a tough-to-treat infection, what can you do? Find a biofilm disruptor. It can be taken with antibiotics or antimicrobial herbal treatments.</p>\n<p>Interestingly, some of them are commonly found in health food stores.</p>\n<p>Nattokinase, an enzyme produced from fermented soybeans, breaks down fibrin and fibrin is part of the matrix of some biofilms. It has been used extensively as a coating on implants to help prevent biofilms from forming.</p>\n<p>N-acetylcysteine (NAC) occurs naturally in the body, being derived from the amino acid l-cysteine. It both increases glutathione (the bodyâ€™s most potent antioxidant) and breaks down mucus. Itâ€™s effective against biofilms on prosthetic devices. (1)Â </p>\n<p>Colloidal silver is effective in treating topical biofilms, though there is little to no research showing its effectiveness as a biofilm disruptor internally.</p>\n<p>There also are combination products designed to break down biofilms. Chris Kresser, founder of Kresser Institute and a widely known natural health practitioner/teacher, recommends Klaire Labs InterFase Plus or Kirkman Biofilm Defense. Both are either available or can be ordered at Ruthâ€™s.</p>\n<p>Kresser also recommends using antimicrobial treatments following, and along with, biofilm disruptors. That may be an antibiotic prescribed by your doctor or mixtures of potent herbs. For example: berberine, artemisinin, black walnut hulls, oregano oil, goldenseal, echinacea. Designs for Health G.I. Microb-X or Biocidin by Bio-Botanical Research are two such products that can be ordered at Ruthâ€™s.</p>\n<p>Be aware that when using antimicrobial treatments, patients may get a die-off reaction. When bacteria die, they release toxins that can leave you feeling tired, achy, sleepy. Using activated charcoal can help absorb the toxins and lessen the reaction.</p>\n<p>Â </p>\n<p>REFERENCES:</p>\n<p>1. <a href=\"https://kresserinstitute.com/biofilm-what-it-is-and-how-to-treat-it/\" target=\"_blank\" rel=\"noopener noreferrer\">BioFilms</a></p>\n<p><a href=\"https://chriskresser.com/treat-and-prevent-utis-without-drugs/\" target=\"_blank\" rel=\"noopener noreferrer\">UTIs &amp; Biofilms</a></p>\n<p><a href=\"https://mmbr.asm.org/content/78/3/510\" target=\"_blank\" rel=\"noopener noreferrer\">Biofilm-Related Infections</a></p>\n<p><a href=\"https://drruscio.com/biofilms-can-cause-infections-with-dr-paul-anderson/\" target=\"_blank\" rel=\"noopener noreferrer\">Dr. Ruscio</a></p>','Battling Biofilms','Biofilms can inhibit your healing.','inherit','closed','closed','','1280-revision-v1','','','2019-08-28 11:48:24','2019-08-28 16:48:24','',1280,'https://ruthsnutrition.gsg-host.com/1280-revision-v1/',0,'revision','',0),(1284,2,'2019-08-28 11:59:36','2019-08-28 16:59:36','<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\n<h2>Cure for chronic/recurring infections?</h2>\n<p><img class=\"size-medium wp-image-1281 alignright\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2019/08/Biofilms-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\">Ever wonder why you canâ€™t seem to get rid of your sinus infection? Or it goes away for a little while and then comes back again? Maybe for you itâ€™s not sinus infections but urinary tract infections? You take antibiotics for weeks on end and as soon as you stop them the infection comes back?</p>\n<p>Chances are good that pathogens creating your infection have coated themselves in a biofilm, making them extremely hard to treat. Whatâ€™s a biofilm? Itâ€™s a slimy, glue-like membrane composed of polysaccharides made by bacterial and fungi. Within that film one or more types of bacteria and/or fungi share nutrients and DNA and undergo changes to evade the immune system. Since it requires less oxygen and fewer nutrients and alters the pH at the core, the biofilm is a hostile community for most antibiotics. In addition, the biofilm forms a physical barrier that keeps most immune cells from detecting the pathogenic bacteria. (1)&nbsp;</p>\n<p>According to the National Institutes of Health, more than 80% of human bacterial infections are associated with bacterial biofilm. This problem has long been known to hospitals dealing with medical implants, vascular grafts, and severe dermal wounds. Biofilms often are involved in ear infections, sinus infections, chronic tonsillitis, dental plaque, endocarditis, lung infections in cystic fibrosis, kidney stones, biliary tract infections, urinary tract infections, bone infections, and chronic wounds. Biofilms also have been linked to both Crohnâ€™s disease and ulcerative colitis, and are thought to impede treatments involving infections, such as<em> E. coli </em>and<em> H. pylori</em>, in the digestive tract.</p>\n<p>Unfortunately, biofilms often are difficult to diagnose. They donâ€™t show up in swabs or stool samples, and they are not easily cultured.</p>\n<p>If you suspect a biofilm may be involved in a tough-to-treat infection, what can you do? Find a biofilm disruptor. It can be taken with antibiotics or antimicrobial herbal treatments.</p>\n<p>Interestingly, some of them are commonly found in health food stores.</p>\n<p>Nattokinase, an enzyme produced from fermented soybeans, breaks down fibrin and fibrin is part of the matrix of some biofilms. It has been used extensively as a coating on implants to help prevent biofilms from forming.</p>\n<p>N-acetylcysteine (NAC) occurs naturally in the body, being derived from the amino acid l-cysteine. It both increases glutathione (the bodyâ€™s most potent antioxidant) and breaks down mucus. Itâ€™s effective against biofilms on prosthetic devices. (1)&nbsp;</p>\n<p>Colloidal silver is effective in treating topical biofilms, though there is little to no research showing its effectiveness as a biofilm disruptor internally.</p>\n<p>There also are combination products designed to break down biofilms. Chris Kresser, founder of Kresser Institute and a widely known natural health practitioner/teacher, recommends Klaire Labs InterFase Plus or Kirkman Biofilm Defense. Both are either available or can be ordered at Ruthâ€™s.</p>\n<p>Kresser also recommends using antimicrobial treatments following, and along with, biofilm disruptors. That may be an antibiotic prescribed by your doctor or mixtures of potent herbs. For example: berberine, artemisinin, black walnut hulls, oregano oil, goldenseal, echinacea. Designs for Health G.I. Microb-X or Biocidin by Bio-Botanical Research are two such products that can be ordered at Ruthâ€™s.</p>\n<p>Be aware that when using antimicrobial treatments, patients may get a die-off reaction. When bacteria die, they release toxins that can leave you feeling tired, achy, sleepy. Using activated charcoal can help absorb the toxins and lessen the reaction.</p>\n<p></p>\n<p>REFERENCES:</p>\n<p>1. <a href=\"https://kresserinstitute.com/biofilm-what-it-is-and-how-to-treat-it/\" target=\"_blank\" rel=\"noopener noreferrer\">BioFilms</a></p>\n<p><a href=\"https://chriskresser.com/treat-and-prevent-utis-without-drugs/\" target=\"_blank\" rel=\"noopener noreferrer\">UTIs &amp; Biofilms</a></p>\n<p><a href=\"https://mmbr.asm.org/content/78/3/510\" target=\"_blank\" rel=\"noopener noreferrer\">Biofilm-Related Infections</a></p>\n<p><a href=\"https://drruscio.com/biofilms-can-cause-infections-with-dr-paul-anderson/\" target=\"_blank\" rel=\"noopener noreferrer\">Dr. Ruscio</a></p>','Battling Biofilms','Biofilms can inhibit your healing.','inherit','closed','closed','','1280-revision-v1','','','2019-08-28 11:59:36','2019-08-28 16:59:36','',1280,'https://ruthsnutrition.gsg-host.com/1280-revision-v1/',0,'revision','',0),(1286,2,'2019-09-11 09:32:33','2019-09-11 14:32:33','[vc_row][vc_column width=\"2/3\"][vc_column_text]\n<h3>Don\'t miss out!</h3>\n<img class=\"size-medium wp-image-922 alignright\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2017/02/SALE-balloons-2-604X604-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" />Check out the bargains this month!\n\n<strong>DERMA-E â€“Â </strong>Paraben-Free, Phalate-Free, Non-Toxic Skin Care. Choose from multiple formulas and find the best one for your skin!\n\n<strong>GAIA HERBS â€“Â </strong>Gaia\'sÂ organic farm in North Carolina offers customer favorites such as Adrenal Health, Holy Basil, Tumeric Supreme Pain, Tumeric Supreme Joint, and many more!\n\n<strong>GARDEN OF LIFE â€“ </strong><strong>All </strong><strong>CBD products</strong> (oils &amp; capsules)<strong>, </strong><strong>MyKind Herbals</strong> (elderberry, turmeric, etc.<strong>), </strong><strong>Keto products</strong> (shakes, MCT powder, etc.), an<strong>d </strong><strong>Collagen</strong> are on sale!\n\n<strong>RENEW LIFE â€“</strong>Â All probiotics, prebiotics, fiber, and cleanses. Great time to stock up!\n\n<strong>TERRY NATURALLY â€“</strong>Â This line includes some of our most popular products: Curamin, Curamed, SagaPro, Healthy Feet and Nerves &amp; many more!','September Sales!','Time to stock up!','publish','closed','open','','september-sales-4','','','2019-09-11 09:32:33','2019-09-11 14:32:33','',0,'https://ruthsnutrition.gsg-host.com/?p=1286',0,'post','',0),(1287,2,'2019-09-11 09:31:38','2019-09-11 14:31:38','[vc_row][vc_column width=\"2/3\"][vc_column_text]\n<h3>Don\'t miss out!</h3>\n<img class=\"size-medium wp-image-922 alignright\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2017/02/SALE-balloons-2-604X604-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" />Check out the bargains this month!\n\n<strong>DERMA-E â€“Â </strong>Paraben-Free, Phalate-Free, Non-Toxic Skin Care. Choose from multiple formulas and find the best one for your skin!\n\n<strong>GAIA HERBS â€“Â </strong>Gaia\'sÂ organic farm in North Carolina offers customer favorites such as Adrenal Health, Holy Basil, Tumeric Supreme Pain, Tumeric Supreme Joint, and many more!\n\n<strong>GARDEN OF LIFE â€“ </strong><strong>All </strong><strong>CBD products</strong> (oils &amp; capsules)<strong>, </strong><strong>MyKind Herbals</strong> (elderberry, turmeric, etc.<strong>), </strong><strong>Keto products</strong> (shakes, MCT powder, etc.), an<strong>d </strong><strong>Collagen</strong> are on sale!\n\n<strong>RENEW LIFE â€“</strong>Â All probiotics, prebiotics, fiber, and cleanses. Great time to stock up!\n\n<strong>TERRY NATURALLY â€“</strong>Â This line includes some of our most popular products: Curamin, Curamed, SagaPro, Healthy Feet and Nerves &amp; many more!','September Sales!','Time to stock up!','inherit','closed','closed','','1286-revision-v1','','','2019-09-11 09:31:38','2019-09-11 14:31:38','',1286,'https://ruthsnutrition.gsg-host.com/1286-revision-v1/',0,'revision','',0),(1289,2,'2019-09-16 16:39:57','2019-09-16 21:39:57','<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\n<h2>It\'s a multi-tasking master!</h2>\n<p><img class=\"size-medium wp-image-1290 alignright\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2019/09/magnesium-604X-300x215.jpg\" alt=\"\" width=\"300\" height=\"215\" /></p>\n<p>Do a little research on magnesium and itâ€™s hard not to be impressed. Itâ€™s involved in more than 600 enzymatic reactions in the body. Few dietary elements have more influence over how our bodies operate. To name a few of its responsibilities, magnesium:</p>\n<ul>\n<li>Plays a key role in energy production by activating ATP, the energy molecule that fuels our cells.</li>\n<li>Regulates transport of other minerals, helping our muscles and nerves function properly. That includes the heart muscle.</li>\n<li>Regulates blood pressure, cholesterol production, and blood glucose levels.</li>\n<li>Aids bone development and guards against bone loss.</li>\n<li>Helps maintain fluid levels in the body.</li>\n<li>Helps control stress response.</li>\n<li>Helps with healthy sleep by maintaining levels of GABA, a neurotransmitter that improves sleep and mood.</li>\n</ul>\n<p>Sad to say, the World Health Organization reports that as much as 75% of the U.S. population does not meet the FDAâ€™s recommended daily intake of 420 mg. Why? Part of the reason is poor nutrition intake and part can be attributed to lifestyle.</p>\n<p>Factors that inhibit our magnesium levels:</p>\n<ul>\n<li>Stress â€“ under conditions of mental or physical stress, magnesium is released from blood cells and goes into blood plasma. From there, itâ€™s excreted into urine.</li>\n<li>Caffeine â€“ can affect the intestinal lining, making it less able to absorb magnesium.</li>\n<li>Alcohol â€“ doubles the excretion rate of magnesium in both acute (one time) and chronic alcohol consumption.</li>\n<li>Diabetes mellitus â€“ both type 1 and type 2 diabetics have an increased rate of magnesium excretion due to general kidney dysfunction.</li>\n<li>Gastrointestinal problems â€“ Crohnâ€™s disease, irritable bowel disease, etc., increase magnesium secretion.</li>\n<li>Proton Pump Inhibitors â€“ can inhibit magnesium absorption.</li>\n<li>Diuretic medications â€“ increase magnesium excretion.</li>\n</ul>\n<p>How do you know if youâ€™re deficient?</p>\n<p>Unfortunately, blood tests are a poor marker of the bodyâ€™s magnesium levels. Only 1% of our magnesium is in the blood stream; most of it is in tissue. However, there are some general markers of low magnesium:</p>\n<ul>\n<li>Constipation</li>\n<li>Hyperexcitability</li>\n<li>Muscle cramps or spasms</li>\n<li>Fatigue</li>\n<li>Loss of appetite</li>\n<li>Confusion</li>\n<li>Irritability</li>\n<li>Poor memory</li>\n<li>Insomnia</li>\n</ul>\n<p>Severe magnesium deficiency might present as:</p>\n<ul>\n<li>Heart rhythm changes</li>\n<li>Tingling or numbness</li>\n<li>Nausea</li>\n<li>Personality changes</li>\n</ul>\n<p><strong>How should we increase our magnesium?</strong></p>\n<p>Choose foods high in magnesium, such as dark green leafy veggies, dark chocolate, pumpkin seeds, almonds, black beans or avocado. You also can supplement with magnesium citrate (if youâ€™re more prone to constipation), magnesium glycinate (if youâ€™re more prone to loose stool), or magnesium threonate (which crosses the blood-brain barrier and may be more helpful for migraines or mood impairments). And the good news most of the sources are inexpensive!</p>\n<p>Â </p>\n<p><strong>REFERENCES:</strong></p>\n<p><a href=\"http://www.mindbodygreen.com/0-27847/are-you-getting-enough-magnesium-13-signs-youre-deficient-and-how-to-fix-it.html?utm_source=mbg&amp;utm_medium=email&amp;utm_campaign=161221\" target=\"_blank\" rel=\"noopener noreferrer\">Magnesium deficiency</a></p>\n<p><a href=\"http://blog.wellnessfx.com/2013/07/31/three-main-causes-of-magnesium-deficiency-part-2/\" target=\"_blank\" rel=\"noopener noreferrer\">More on magnesium deficiency</a></p>\n<p><a href=\"https://www.washingtonpost.com/lifestyle/wellness/magnesium-does-a-body-good/2016/11/17/f90cedfa-ab4b-11e6-a31b-4b6397e625d0_story.html?tid=sm_tw&amp;utm_term=.911c2a439d96\" target=\"_blank\" rel=\"noopener noreferrer\">Magnesium benefits</a></p>\n<p><a href=\"http://drchristianson.com/9-reasons-magnesium-can-restore-your-energy-levels/\" target=\"_blank\" rel=\"noopener noreferrer\">Magnesium restores energy</a></p>\n<p><a href=\"https://www.psychologytoday.com/us/blog/sleep-newzzz/201805/what-you-need-know-about-magnesium-and-your-sleep\" target=\"_blank\" rel=\"noopener noreferrer\">Magnesium helps sleep</a></p>\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Magnificent Magnesium','This mineral helps with sleep, constipation, blood pressure and much, much more!','publish','closed','open','','magnificent-magnesium','','','2019-09-16 16:39:58','2019-09-16 21:39:58','',0,'https://ruthsnutrition.gsg-host.com/?p=1289',0,'post','',0),(1290,2,'2019-09-16 16:35:05','2019-09-16 21:35:05','','Magnesium (Chemical Element)','A close-up view of the periodic table focused on the chemical element Magnesium.','inherit','open','closed','','magnesium-chemical-element','','','2019-09-16 16:35:05','2019-09-16 21:35:05','',1289,'https://ruthsnutrition.gsg-host.com/wp-content/uploads/2019/09/magnesium-604X.jpg',0,'attachment','image/jpeg',0),(1291,2,'2019-09-16 16:37:09','2019-09-16 21:37:09','<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\n<h2>It\'s a multi-tasking master?</h2>\n<p><img class=\"size-medium wp-image-1290\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2019/09/magnesium-604X-300x215.jpg\" alt=\"\" width=\"300\" height=\"215\" /></p>\n<p>Do a little research on magnesium and itâ€™s hard not to be impressed. Itâ€™s involved in more than 600 enzymatic reactions in the body. Few dietary elements have more influence over how our bodies operate. To name a few of its responsibilities, magnesium:</p>\n<ul>\n<li>Plays a key role in energy production by activating ATP, the energy molecule that fuels our cells.</li>\n<li>Regulates transport of other minerals, helping our muscles and nerves function properly. That includes the heart muscle.</li>\n<li>Regulates blood pressure, cholesterol production, and blood glucose levels.</li>\n<li>Aids bone development and guards against bone loss.</li>\n<li>Helps maintain fluid levels in the body.</li>\n<li>Helps control stress response.</li>\n<li>Helps with healthy sleep by maintaining levels of GABA, a neurotransmitter that improves sleep and mood.</li>\n</ul>\n<p>Sad to say, the World Health Organization reports that as much as 75% of the U.S. population does not meet the FDAâ€™s recommended daily intake of 420 mg. Why? Part of the reason is poor nutrition intake and part can be attributed to lifestyle.</p>\n<p>Factors that inhibit our magnesium levels:</p>\n<ul>\n<li>Stress â€“ under conditions of mental or physical stress, magnesium is released from blood cells and goes into blood plasma. From there, itâ€™s excreted into urine.</li>\n<li>Caffeine â€“ can affect the intestinal lining, making it less able to absorb magnesium.</li>\n<li>Alcohol â€“ doubles the excretion rate of magnesium in both acute (one time) and chronic alcohol consumption.</li>\n<li>Diabetes mellitus â€“ both type 1 and type 2 diabetics have an increased rate of magnesium excretion due to general kidney dysfunction.</li>\n<li>Gastrointestinal problems â€“ Crohnâ€™s disease, irritable bowel disease, etc., increase magnesium secretion.</li>\n<li>Proton Pump Inhibitors â€“ can inhibit magnesium absorption.</li>\n<li>Diuretic medications â€“ increase magnesium excretion.</li>\n</ul>\n<p>How do you know if youâ€™re deficient?</p>\n<p>Unfortunately, blood tests are a poor marker of the bodyâ€™s magnesium levels. Only 1% of our magnesium is in the blood stream; most of it is in tissue. However, there are some general markers of low magnesium:</p>\n<ul>\n<li>Constipation</li>\n<li>Hyperexcitability</li>\n<li>Muscle cramps or spasms</li>\n<li>Fatigue</li>\n<li>Loss of appetite</li>\n<li>Confusion</li>\n<li>Irritability</li>\n<li>Poor memory</li>\n<li>Insomnia</li>\n</ul>\n<p>Severe magnesium deficiency might present as:</p>\n<ul>\n<li>Heart rhythm changes</li>\n<li>Tingling or numbness</li>\n<li>Nausea</li>\n<li>Personality changes</li>\n</ul>\n<p><strong>How should we increase our magnesium?</strong></p>\n<p>Choose foods high in magnesium, such as dark green leafy veggies, dark chocolate, pumpkin seeds, almonds, black beans or avocado. You also can supplement with magnesium citrate (if youâ€™re more prone to constipation), magnesium glycinate (if youâ€™re more prone to loose stool), or magnesium threonate (which crosses the blood-brain barrier and may be more helpful for migraines or mood impairments). And the good news most of the sources are inexpensive!</p>\n<p>Â </p>\n<p><strong>REFERENCES:</strong></p>\n<p><a href=\"http://www.mindbodygreen.com/0-27847/are-you-getting-enough-magnesium-13-signs-youre-deficient-and-how-to-fix-it.html?utm_source=mbg&amp;utm_medium=email&amp;utm_campaign=161221\" target=\"_blank\" rel=\"noopener noreferrer\">Magnesium deficiency</a></p>\n<p><a href=\"http://blog.wellnessfx.com/2013/07/31/three-main-causes-of-magnesium-deficiency-part-2/\" target=\"_blank\" rel=\"noopener noreferrer\">More on magnesium deficiency</a></p>\n<p><a href=\"https://www.washingtonpost.com/lifestyle/wellness/magnesium-does-a-body-good/2016/11/17/f90cedfa-ab4b-11e6-a31b-4b6397e625d0_story.html?tid=sm_tw&amp;utm_term=.911c2a439d96\" target=\"_blank\" rel=\"noopener noreferrer\">Magnesium benefits</a></p>\n<p><a href=\"http://drchristianson.com/9-reasons-magnesium-can-restore-your-energy-levels/\" target=\"_blank\" rel=\"noopener noreferrer\">Magnesium restores energy</a></p>\n<p><a href=\"https://www.psychologytoday.com/us/blog/sleep-newzzz/201805/what-you-need-know-about-magnesium-and-your-sleep\" target=\"_blank\" rel=\"noopener noreferrer\">Magnesium helps sleep</a></p>\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Magnesium','This mineral helps with sleep, constipation, blood pressure and much, much more!','inherit','closed','closed','','1289-revision-v1','','','2019-09-16 16:37:09','2019-09-16 21:37:09','',1289,'https://ruthsnutrition.gsg-host.com/1289-revision-v1/',0,'revision','',0),(1292,2,'2019-09-16 16:38:57','2019-09-16 21:38:57','<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\n<h2>It\'s a multi-tasking master!</h2>\n<p><img class=\"size-medium wp-image-1290\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2019/09/magnesium-604X-300x215.jpg\" alt=\"\" width=\"300\" height=\"215\" /></p>\n<p>Do a little research on magnesium and itâ€™s hard not to be impressed. Itâ€™s involved in more than 600 enzymatic reactions in the body. Few dietary elements have more influence over how our bodies operate. To name a few of its responsibilities, magnesium:</p>\n<ul>\n<li>Plays a key role in energy production by activating ATP, the energy molecule that fuels our cells.</li>\n<li>Regulates transport of other minerals, helping our muscles and nerves function properly. That includes the heart muscle.</li>\n<li>Regulates blood pressure, cholesterol production, and blood glucose levels.</li>\n<li>Aids bone development and guards against bone loss.</li>\n<li>Helps maintain fluid levels in the body.</li>\n<li>Helps control stress response.</li>\n<li>Helps with healthy sleep by maintaining levels of GABA, a neurotransmitter that improves sleep and mood.</li>\n</ul>\n<p>Sad to say, the World Health Organization reports that as much as 75% of the U.S. population does not meet the FDAâ€™s recommended daily intake of 420 mg. Why? Part of the reason is poor nutrition intake and part can be attributed to lifestyle.</p>\n<p>Factors that inhibit our magnesium levels:</p>\n<ul>\n<li>Stress â€“ under conditions of mental or physical stress, magnesium is released from blood cells and goes into blood plasma. From there, itâ€™s excreted into urine.</li>\n<li>Caffeine â€“ can affect the intestinal lining, making it less able to absorb magnesium.</li>\n<li>Alcohol â€“ doubles the excretion rate of magnesium in both acute (one time) and chronic alcohol consumption.</li>\n<li>Diabetes mellitus â€“ both type 1 and type 2 diabetics have an increased rate of magnesium excretion due to general kidney dysfunction.</li>\n<li>Gastrointestinal problems â€“ Crohnâ€™s disease, irritable bowel disease, etc., increase magnesium secretion.</li>\n<li>Proton Pump Inhibitors â€“ can inhibit magnesium absorption.</li>\n<li>Diuretic medications â€“ increase magnesium excretion.</li>\n</ul>\n<p>How do you know if youâ€™re deficient?</p>\n<p>Unfortunately, blood tests are a poor marker of the bodyâ€™s magnesium levels. Only 1% of our magnesium is in the blood stream; most of it is in tissue. However, there are some general markers of low magnesium:</p>\n<ul>\n<li>Constipation</li>\n<li>Hyperexcitability</li>\n<li>Muscle cramps or spasms</li>\n<li>Fatigue</li>\n<li>Loss of appetite</li>\n<li>Confusion</li>\n<li>Irritability</li>\n<li>Poor memory</li>\n<li>Insomnia</li>\n</ul>\n<p>Severe magnesium deficiency might present as:</p>\n<ul>\n<li>Heart rhythm changes</li>\n<li>Tingling or numbness</li>\n<li>Nausea</li>\n<li>Personality changes</li>\n</ul>\n<p><strong>How should we increase our magnesium?</strong></p>\n<p>Choose foods high in magnesium, such as dark green leafy veggies, dark chocolate, pumpkin seeds, almonds, black beans or avocado. You also can supplement with magnesium citrate (if youâ€™re more prone to constipation), magnesium glycinate (if youâ€™re more prone to loose stool), or magnesium threonate (which crosses the blood-brain barrier and may be more helpful for migraines or mood impairments). And the good news most of the sources are inexpensive!</p>\n<p>Â </p>\n<p><strong>REFERENCES:</strong></p>\n<p><a href=\"http://www.mindbodygreen.com/0-27847/are-you-getting-enough-magnesium-13-signs-youre-deficient-and-how-to-fix-it.html?utm_source=mbg&amp;utm_medium=email&amp;utm_campaign=161221\" target=\"_blank\" rel=\"noopener noreferrer\">Magnesium deficiency</a></p>\n<p><a href=\"http://blog.wellnessfx.com/2013/07/31/three-main-causes-of-magnesium-deficiency-part-2/\" target=\"_blank\" rel=\"noopener noreferrer\">More on magnesium deficiency</a></p>\n<p><a href=\"https://www.washingtonpost.com/lifestyle/wellness/magnesium-does-a-body-good/2016/11/17/f90cedfa-ab4b-11e6-a31b-4b6397e625d0_story.html?tid=sm_tw&amp;utm_term=.911c2a439d96\" target=\"_blank\" rel=\"noopener noreferrer\">Magnesium benefits</a></p>\n<p><a href=\"http://drchristianson.com/9-reasons-magnesium-can-restore-your-energy-levels/\" target=\"_blank\" rel=\"noopener noreferrer\">Magnesium restores energy</a></p>\n<p><a href=\"https://www.psychologytoday.com/us/blog/sleep-newzzz/201805/what-you-need-know-about-magnesium-and-your-sleep\" target=\"_blank\" rel=\"noopener noreferrer\">Magnesium helps sleep</a></p>\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Magnificent Magnesium','This mineral helps with sleep, constipation, blood pressure and much, much more!','inherit','closed','closed','','1289-revision-v1','','','2019-09-16 16:38:57','2019-09-16 21:38:57','',1289,'https://ruthsnutrition.gsg-host.com/1289-revision-v1/',0,'revision','',0),(1293,2,'2019-09-16 16:39:24','2019-09-16 21:39:24','<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\n<h2>It\'s a multi-tasking master!</h2>\n<p><img class=\"size-medium wp-image-1290 alignright\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2019/09/magnesium-604X-300x215.jpg\" alt=\"\" width=\"300\" height=\"215\" /></p>\n<p>Do a little research on magnesium and itâ€™s hard not to be impressed. Itâ€™s involved in more than 600 enzymatic reactions in the body. Few dietary elements have more influence over how our bodies operate. To name a few of its responsibilities, magnesium:</p>\n<ul>\n<li>Plays a key role in energy production by activating ATP, the energy molecule that fuels our cells.</li>\n<li>Regulates transport of other minerals, helping our muscles and nerves function properly. That includes the heart muscle.</li>\n<li>Regulates blood pressure, cholesterol production, and blood glucose levels.</li>\n<li>Aids bone development and guards against bone loss.</li>\n<li>Helps maintain fluid levels in the body.</li>\n<li>Helps control stress response.</li>\n<li>Helps with healthy sleep by maintaining levels of GABA, a neurotransmitter that improves sleep and mood.</li>\n</ul>\n<p>Sad to say, the World Health Organization reports that as much as 75% of the U.S. population does not meet the FDAâ€™s recommended daily intake of 420 mg. Why? Part of the reason is poor nutrition intake and part can be attributed to lifestyle.</p>\n<p>Factors that inhibit our magnesium levels:</p>\n<ul>\n<li>Stress â€“ under conditions of mental or physical stress, magnesium is released from blood cells and goes into blood plasma. From there, itâ€™s excreted into urine.</li>\n<li>Caffeine â€“ can affect the intestinal lining, making it less able to absorb magnesium.</li>\n<li>Alcohol â€“ doubles the excretion rate of magnesium in both acute (one time) and chronic alcohol consumption.</li>\n<li>Diabetes mellitus â€“ both type 1 and type 2 diabetics have an increased rate of magnesium excretion due to general kidney dysfunction.</li>\n<li>Gastrointestinal problems â€“ Crohnâ€™s disease, irritable bowel disease, etc., increase magnesium secretion.</li>\n<li>Proton Pump Inhibitors â€“ can inhibit magnesium absorption.</li>\n<li>Diuretic medications â€“ increase magnesium excretion.</li>\n</ul>\n<p>How do you know if youâ€™re deficient?</p>\n<p>Unfortunately, blood tests are a poor marker of the bodyâ€™s magnesium levels. Only 1% of our magnesium is in the blood stream; most of it is in tissue. However, there are some general markers of low magnesium:</p>\n<ul>\n<li>Constipation</li>\n<li>Hyperexcitability</li>\n<li>Muscle cramps or spasms</li>\n<li>Fatigue</li>\n<li>Loss of appetite</li>\n<li>Confusion</li>\n<li>Irritability</li>\n<li>Poor memory</li>\n<li>Insomnia</li>\n</ul>\n<p>Severe magnesium deficiency might present as:</p>\n<ul>\n<li>Heart rhythm changes</li>\n<li>Tingling or numbness</li>\n<li>Nausea</li>\n<li>Personality changes</li>\n</ul>\n<p><strong>How should we increase our magnesium?</strong></p>\n<p>Choose foods high in magnesium, such as dark green leafy veggies, dark chocolate, pumpkin seeds, almonds, black beans or avocado. You also can supplement with magnesium citrate (if youâ€™re more prone to constipation), magnesium glycinate (if youâ€™re more prone to loose stool), or magnesium threonate (which crosses the blood-brain barrier and may be more helpful for migraines or mood impairments). And the good news most of the sources are inexpensive!</p>\n<p>Â </p>\n<p><strong>REFERENCES:</strong></p>\n<p><a href=\"http://www.mindbodygreen.com/0-27847/are-you-getting-enough-magnesium-13-signs-youre-deficient-and-how-to-fix-it.html?utm_source=mbg&amp;utm_medium=email&amp;utm_campaign=161221\" target=\"_blank\" rel=\"noopener noreferrer\">Magnesium deficiency</a></p>\n<p><a href=\"http://blog.wellnessfx.com/2013/07/31/three-main-causes-of-magnesium-deficiency-part-2/\" target=\"_blank\" rel=\"noopener noreferrer\">More on magnesium deficiency</a></p>\n<p><a href=\"https://www.washingtonpost.com/lifestyle/wellness/magnesium-does-a-body-good/2016/11/17/f90cedfa-ab4b-11e6-a31b-4b6397e625d0_story.html?tid=sm_tw&amp;utm_term=.911c2a439d96\" target=\"_blank\" rel=\"noopener noreferrer\">Magnesium benefits</a></p>\n<p><a href=\"http://drchristianson.com/9-reasons-magnesium-can-restore-your-energy-levels/\" target=\"_blank\" rel=\"noopener noreferrer\">Magnesium restores energy</a></p>\n<p><a href=\"https://www.psychologytoday.com/us/blog/sleep-newzzz/201805/what-you-need-know-about-magnesium-and-your-sleep\" target=\"_blank\" rel=\"noopener noreferrer\">Magnesium helps sleep</a></p>\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Magnificent Magnesium','This mineral helps with sleep, constipation, blood pressure and much, much more!','inherit','closed','closed','','1289-revision-v1','','','2019-09-16 16:39:24','2019-09-16 21:39:24','',1289,'https://ruthsnutrition.gsg-host.com/1289-revision-v1/',0,'revision','',0),(1294,2,'2019-09-18 12:37:18','2019-09-18 17:37:18','<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\n<h2>Flu season has already arrived</h2>\n<p><img class=\"size-medium wp-image-1296 alignright\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2019/09/flu-2019-604X604-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\">It seems way too early, but weâ€™re hearing that there have been multiple cases of flu recently reported in Huntsville. Apparently, itâ€™s past time to prepare our immune systems.</p>\n<p>What should you do? Doctors, of course, recommend getting a flu shot. But depending on the vaccine composition and the flu strains that appear each year, a shot may not give you total protection. There are more things you can do to get your body in better shape to fight winterâ€™s viruses.</p>\n<p>Top of the list are always going to be lifestyle tips: get plenty of sleep, eat a balanced diet, minimize stress, wash your hands often. In addition, there are some key supplements well known for keeping bad bugs at bay:</p>\n<p><strong>Elderberry</strong></p>\n<p>Used medicinally since ancient times, elderberry is anti-viral, antioxidant, and immune boosting. Studies show elderberry is active against multiple pathogens, most notably influenza A &amp; B, <em>Streptococcus</em>, <em>Branhamella catarrhalis</em> (respiratory infections), <em>Herpes simplex</em> and even HIV.</p>\n<p>In clinical trials elderberry has shortened the duration and severity of cold and flu symptoms. Through its hemagglutinin protein, elderberry inhibits flu infection if taken preventively, and the same molecule inhibits virus reproduction if elderberry isnâ€™t started until flu symptoms take hold.</p>\n<p>Itâ€™s a pleasant-tasting fruit that can be taken as syrup, gummies, capsules or lozenges. Many take it preventively all winter long.</p>\n<p><strong>Andrographis</strong></p>\n<p>Another herb with a long history of medicinal use, <em>Andrographis</em> is antibacterial, antimicrobial, and anti-inflammatory. Known as the King of Bitters, this plant also improves digestion and liver function.</p>\n<p>Studies show <em>Andrographis </em>can reduce the duration and severity of symptoms, reduce frequency of infection, and provide noticeable improvements in just three days. Dr. Aviva Romm (medical doctor, herbalist &amp; midwife) mentions the herb as one of her top choices for choosing an antibiotic alternative. She says it is â€œeffective for the prevention and treatment of colds, bronchitis, viral sore throat, and sinus infections.â€</p>\n<p>Ruthâ€™s carries <em>Andrographis </em>capsules or <em>Andrographis</em> in formula with other immune-boosting herbs.</p>\n<p><strong>Medicinal Mushrooms</strong></p>\n<p>All mushrooms, even the grocery store variety, contain beta glucans, powerful fibers found in the cell walls that help fight inflammation and modulate the immune system. The most potent medicinal varieties include Reishi, Chaga, Maitake, Cordyceps, and Turkey Tail.</p>\n<p>These medicinal mushrooms enhance activity of natural killer cells, which attack virus-infected and cancer cells. They also increase the production of macrophages, a type of immune white blood cell that engulfs and digests, microbes, cancer cells and anything else that does not appear healthy to the immune system. Animal studies show shiitakes protect against the flu.</p>\n<p>Mushrooms tend to slowly build deep health, so itâ€™s best to start on them early in the season. Either individual mushroom supplements or combination products, such as Host Defense MyCommunity, work well.</p>\n<p><strong>REFERENCES:</strong></p>\n<p><a href=\"https://www.gaiaherbs.com/blogs/seeds-of-knowledge/influenza-and-elderberry\" target=\"_blank\" rel=\"noopener noreferrer\">Elderberry</a></p>\n<p><a href=\"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4032030/\" target=\"_blank\" rel=\"noopener noreferrer\">Andrographis</a></p>\n<p><a href=\"https://foodrevolution.org/blog/medicinal-mushrooms-benefits/\" target=\"_blank\" rel=\"noopener noreferrer\">Mushrooms</a></p>\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Time for immune boosters','Prepare your body for flu season!','publish','closed','open','','time-for-immune-boosters','','','2019-09-18 12:46:47','2019-09-18 17:46:47','',0,'https://ruthsnutrition.gsg-host.com/?p=1294',0,'post','',0),(1295,2,'2019-09-18 12:21:52','2019-09-18 17:21:52','','medicinal mushrooms','','inherit','open','closed','','medicinal-mushrooms','','','2019-09-18 12:21:52','2019-09-18 17:21:52','',1294,'https://ruthsnutrition.gsg-host.com/wp-content/uploads/2019/09/medicinal-mushrooms.jpg',0,'attachment','image/jpeg',0),(1296,2,'2019-09-18 12:23:38','2019-09-18 17:23:38','','flu 2019 604X604','','inherit','open','closed','','flu-2019-604x604','','','2019-09-18 12:23:38','2019-09-18 17:23:38','',1294,'https://ruthsnutrition.gsg-host.com/wp-content/uploads/2019/09/flu-2019-604X604.jpg',0,'attachment','image/jpeg',0),(1297,2,'2019-09-18 12:31:17','2019-09-18 17:31:17','<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\n<h2>Flu season has already arrived</h2>\n<p><img class=\"size-medium wp-image-1296 alignright\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2019/09/flu-2019-604X604-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" />It seems way too early, but weâ€™re hearing that there have been multiple cases of flu recently reported in Huntsville. Apparently, itâ€™s past time to prepare our immune systems.</p>\n<p>What should you do? Doctors, of course, recommend getting a flu shot. But depending on the vaccine composition and the flu strains that appear each year, a shot may not give you total protection. There are more things you can do to get your body in better shape to fight winterâ€™s viruses.</p>\n<p>Top of the list are always going to be lifestyle tips: get plenty of sleep, eat a balanced diet, minimize stress, wash your hands often. In addition, there are some key supplements well known for keeping bad bugs at bay:</p>\n<p><strong>Elderberry</strong></p>\n<p>Used medicinally since ancient times, elderberry is anti-viral, antioxidant, and immune boosting. Studies show elderberry is active against multiple pathogens, most notably influenza A &amp; B, <em>Streptococcus</em>, <em>Branhamella catarrhalis</em> (respiratory infections), <em>Herpes simplex</em> and even HIV.</p>\n<p>In clinical trials elderberry has shortened the duration and severity of cold and flu symptoms. Through its hemagglutinin protein, elderberry inhibits flu infection if taken preventively, and the same molecule inhibits virus reproduction if elderberry isnâ€™t started until flu symptoms take hold.</p>\n<p>Itâ€™s a pleasant-tasting fruit that can be taken as syrup, gummies, capsules or lozenges. Many take it preventively all winter long.</p>\n<p><strong>Andrographis</strong></p>\n<p>Another herb with a long history of medicinal use, <em>Andrographis</em> is antibacterial, antimicrobial, and anti-inflammatory. Known as the King of Bitters, this plant also improves digestion and liver function.</p>\n<p>Studies show <em>Andrographis </em>can reduce the duration and severity of symptoms, reduce frequency of infection, and provide noticeable improvements in just three days. Dr. Aviva Romm (medical doctor, herbalist &amp; midwife) mentions the herb as one of her top choices for choosing an antibiotic alternative. She says it is â€œeffective for the prevention and treatment of colds, bronchitis, viral sore throat, and sinus infections.â€</p>\n<p>Ruthâ€™s carries <em>Andrographis </em>capsules or <em>Andrographis</em> in formula with other immune-boosting herbs.</p>\n<p><strong>Medicinal Mushrooms</strong></p>\n<p>All mushrooms, even the grocery store variety, contain beta glucans, powerful fibers found in the cell walls that help fight inflammation and modulate the immune system. The most potent medicinal varieties include Reishi, Chaga, Maitake, Cordyceps, and Turkey Tail.</p>\n<p>These medicinal mushrooms enhance activity of natural killer cells, which attack virus-infected and cancer cells. They also increase the production of macrophages, a type of immune white blood cell that engulfs and digests, microbes, cancer cells and anything else that does not appear healthy to the immune system. Animal studies show shiitakes protect against the flu.</p>\n<p>Mushrooms tend to slowly build deep health, so itâ€™s best to start on them early in the season. Either individual mushroom supplements or combination products, such as Host Defense MyCommunity, work well.</p>\n<p>REFERENCES:</p>\n<p>Elderberry</p>\n<p><a href=\"https://www.gaiaherbs.com/blogs/seeds-of-knowledge/influenza-and-elderberry\">https://www.gaiaherbs.com/blogs/seeds-of-knowledge/influenza-and-elderberry</a></p>\n<p>Andrographis</p>\n<p><a href=\"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4032030/\">https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4032030/</a></p>\n<p>Mushrooms</p>\n<p><a href=\"https://foodrevolution.org/blog/medicinal-mushrooms-benefits/\">https://foodrevolution.org/blog/medicinal-mushrooms-benefits/</a></p>\n<p>Â </p>\n<p>Â </p>\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Time for immune boosters','Prepare your body for flu season!','inherit','closed','closed','','1294-revision-v1','','','2019-09-18 12:31:17','2019-09-18 17:31:17','',1294,'https://ruthsnutrition.gsg-host.com/1294-revision-v1/',0,'revision','',0),(1298,2,'2019-09-18 12:36:03','2019-09-18 17:36:03','<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\n<h2>Flu season has already arrived</h2>\n<p><img class=\"size-medium wp-image-1296 alignright\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2019/09/flu-2019-604X604-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" />It seems way too early, but weâ€™re hearing that there have been multiple cases of flu recently reported in Huntsville. Apparently, itâ€™s past time to prepare our immune systems.</p>\n<p>What should you do? Doctors, of course, recommend getting a flu shot. But depending on the vaccine composition and the flu strains that appear each year, a shot may not give you total protection. There are more things you can do to get your body in better shape to fight winterâ€™s viruses.</p>\n<p>Top of the list are always going to be lifestyle tips: get plenty of sleep, eat a balanced diet, minimize stress, wash your hands often. In addition, there are some key supplements well known for keeping bad bugs at bay:</p>\n<p><strong>Elderberry</strong></p>\n<p>Used medicinally since ancient times, elderberry is anti-viral, antioxidant, and immune boosting. Studies show elderberry is active against multiple pathogens, most notably influenza A &amp; B, <em>Streptococcus</em>, <em>Branhamella catarrhalis</em> (respiratory infections), <em>Herpes simplex</em> and even HIV.</p>\n<p>In clinical trials elderberry has shortened the duration and severity of cold and flu symptoms. Through its hemagglutinin protein, elderberry inhibits flu infection if taken preventively, and the same molecule inhibits virus reproduction if elderberry isnâ€™t started until flu symptoms take hold.</p>\n<p>Itâ€™s a pleasant-tasting fruit that can be taken as syrup, gummies, capsules or lozenges. Many take it preventively all winter long.</p>\n<p><strong>Andrographis</strong></p>\n<p>Another herb with a long history of medicinal use, <em>Andrographis</em> is antibacterial, antimicrobial, and anti-inflammatory. Known as the King of Bitters, this plant also improves digestion and liver function.</p>\n<p>Studies show <em>Andrographis </em>can reduce the duration and severity of symptoms, reduce frequency of infection, and provide noticeable improvements in just three days. Dr. Aviva Romm (medical doctor, herbalist &amp; midwife) mentions the herb as one of her top choices for choosing an antibiotic alternative. She says it is â€œeffective for the prevention and treatment of colds, bronchitis, viral sore throat, and sinus infections.â€</p>\n<p>Ruthâ€™s carries <em>Andrographis </em>capsules or <em>Andrographis</em> in formula with other immune-boosting herbs.</p>\n<p><strong>Medicinal Mushrooms</strong></p>\n<p>All mushrooms, even the grocery store variety, contain beta glucans, powerful fibers found in the cell walls that help fight inflammation and modulate the immune system. The most potent medicinal varieties include Reishi, Chaga, Maitake, Cordyceps, and Turkey Tail.</p>\n<p>These medicinal mushrooms enhance activity of natural killer cells, which attack virus-infected and cancer cells. They also increase the production of macrophages, a type of immune white blood cell that engulfs and digests, microbes, cancer cells and anything else that does not appear healthy to the immune system. Animal studies show shiitakes protect against the flu.</p>\n<p>Mushrooms tend to slowly build deep health, so itâ€™s best to start on them early in the season. Either individual mushroom supplements or combination products, such as Host Defense MyCommunity, work well.</p>\n<p>REFERENCES:</p>\n<p><a href=\"https://www.gaiaherbs.com/blogs/seeds-of-knowledge/influenza-and-elderberry\" target=\"_blank\" rel=\"noopener noreferrer\">Elderberry</a></p>\n<p><a href=\"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4032030/\" target=\"_blank\" rel=\"noopener noreferrer\">Andrographis</a></p>\n<p><a href=\"https://foodrevolution.org/blog/medicinal-mushrooms-benefits/\" target=\"_blank\" rel=\"noopener noreferrer\">Mushrooms</a></p>\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Time for immune boosters','Prepare your body for flu season!','inherit','closed','closed','','1294-revision-v1','','','2019-09-18 12:36:03','2019-09-18 17:36:03','',1294,'https://ruthsnutrition.gsg-host.com/1294-revision-v1/',0,'revision','',0),(1299,2,'2019-09-18 12:36:58','2019-09-18 17:36:58','<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\n<h2>Flu season has already arrived</h2>\n<p><img class=\"size-medium wp-image-1296 alignright\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2019/09/flu-2019-604X604-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" />It seems way too early, but weâ€™re hearing that there have been multiple cases of flu recently reported in Huntsville. Apparently, itâ€™s past time to prepare our immune systems.</p>\n<p>What should you do? Doctors, of course, recommend getting a flu shot. But depending on the vaccine composition and the flu strains that appear each year, a shot may not give you total protection. There are more things you can do to get your body in better shape to fight winterâ€™s viruses.</p>\n<p>Top of the list are always going to be lifestyle tips: get plenty of sleep, eat a balanced diet, minimize stress, wash your hands often. In addition, there are some key supplements well known for keeping bad bugs at bay:</p>\n<p><strong>Elderberry</strong></p>\n<p>Used medicinally since ancient times, elderberry is anti-viral, antioxidant, and immune boosting. Studies show elderberry is active against multiple pathogens, most notably influenza A &amp; B, <em>Streptococcus</em>, <em>Branhamella catarrhalis</em> (respiratory infections), <em>Herpes simplex</em> and even HIV.</p>\n<p>In clinical trials elderberry has shortened the duration and severity of cold and flu symptoms. Through its hemagglutinin protein, elderberry inhibits flu infection if taken preventively, and the same molecule inhibits virus reproduction if elderberry isnâ€™t started until flu symptoms take hold.</p>\n<p>Itâ€™s a pleasant-tasting fruit that can be taken as syrup, gummies, capsules or lozenges. Many take it preventively all winter long.</p>\n<p><strong>Andrographis</strong></p>\n<p>Another herb with a long history of medicinal use, <em>Andrographis</em> is antibacterial, antimicrobial, and anti-inflammatory. Known as the King of Bitters, this plant also improves digestion and liver function.</p>\n<p>Studies show <em>Andrographis </em>can reduce the duration and severity of symptoms, reduce frequency of infection, and provide noticeable improvements in just three days. Dr. Aviva Romm (medical doctor, herbalist &amp; midwife) mentions the herb as one of her top choices for choosing an antibiotic alternative. She says it is â€œeffective for the prevention and treatment of colds, bronchitis, viral sore throat, and sinus infections.â€</p>\n<p>Ruthâ€™s carries <em>Andrographis </em>capsules or <em>Andrographis</em> in formula with other immune-boosting herbs.</p>\n<p><strong>Medicinal Mushrooms</strong></p>\n<p>All mushrooms, even the grocery store variety, contain beta glucans, powerful fibers found in the cell walls that help fight inflammation and modulate the immune system. The most potent medicinal varieties include Reishi, Chaga, Maitake, Cordyceps, and Turkey Tail.</p>\n<p>These medicinal mushrooms enhance activity of natural killer cells, which attack virus-infected and cancer cells. They also increase the production of macrophages, a type of immune white blood cell that engulfs and digests, microbes, cancer cells and anything else that does not appear healthy to the immune system. Animal studies show shiitakes protect against the flu.</p>\n<p>Mushrooms tend to slowly build deep health, so itâ€™s best to start on them early in the season. Either individual mushroom supplements or combination products, such as Host Defense MyCommunity, work well.</p>\n<p><strong>REFERENCES:</strong></p>\n<p><a href=\"https://www.gaiaherbs.com/blogs/seeds-of-knowledge/influenza-and-elderberry\" target=\"_blank\" rel=\"noopener noreferrer\">Elderberry</a></p>\n<p><a href=\"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4032030/\" target=\"_blank\" rel=\"noopener noreferrer\">Andrographis</a></p>\n<p><a href=\"https://foodrevolution.org/blog/medicinal-mushrooms-benefits/\" target=\"_blank\" rel=\"noopener noreferrer\">Mushrooms</a></p>\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Time for immune boosters','Prepare your body for flu season!','inherit','closed','closed','','1294-revision-v1','','','2019-09-18 12:36:58','2019-09-18 17:36:58','',1294,'https://ruthsnutrition.gsg-host.com/1294-revision-v1/',0,'revision','',0),(1300,2,'2019-09-18 12:46:46','2019-09-18 17:46:46','<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\n<h2>Flu season has already arrived</h2>\n<p><img class=\"size-medium wp-image-1296 alignright\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2019/09/flu-2019-604X604-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\">It seems way too early, but weâ€™re hearing that there have been multiple cases of flu recently reported in Huntsville. Apparently, itâ€™s past time to prepare our immune systems.</p>\n<p>What should you do? Doctors, of course, recommend getting a flu shot. But depending on the vaccine composition and the flu strains that appear each year, a shot may not give you total protection. There are more things you can do to get your body in better shape to fight winterâ€™s viruses.</p>\n<p>Top of the list are always going to be lifestyle tips: get plenty of sleep, eat a balanced diet, minimize stress, wash your hands often. In addition, there are some key supplements well known for keeping bad bugs at bay:</p>\n<p><strong>Elderberry</strong></p>\n<p>Used medicinally since ancient times, elderberry is anti-viral, antioxidant, and immune boosting. Studies show elderberry is active against multiple pathogens, most notably influenza A &amp; B, <em>Streptococcus</em>, <em>Branhamella catarrhalis</em> (respiratory infections), <em>Herpes simplex</em> and even HIV.</p>\n<p>In clinical trials elderberry has shortened the duration and severity of cold and flu symptoms. Through its hemagglutinin protein, elderberry inhibits flu infection if taken preventively, and the same molecule inhibits virus reproduction if elderberry isnâ€™t started until flu symptoms take hold.</p>\n<p>Itâ€™s a pleasant-tasting fruit that can be taken as syrup, gummies, capsules or lozenges. Many take it preventively all winter long.</p>\n<p><strong>Andrographis</strong></p>\n<p>Another herb with a long history of medicinal use, <em>Andrographis</em> is antibacterial, antimicrobial, and anti-inflammatory. Known as the King of Bitters, this plant also improves digestion and liver function.</p>\n<p>Studies show <em>Andrographis </em>can reduce the duration and severity of symptoms, reduce frequency of infection, and provide noticeable improvements in just three days. Dr. Aviva Romm (medical doctor, herbalist &amp; midwife) mentions the herb as one of her top choices for choosing an antibiotic alternative. She says it is â€œeffective for the prevention and treatment of colds, bronchitis, viral sore throat, and sinus infections.â€</p>\n<p>Ruthâ€™s carries <em>Andrographis </em>capsules or <em>Andrographis</em> in formula with other immune-boosting herbs.</p>\n<p><strong>Medicinal Mushrooms</strong></p>\n<p>All mushrooms, even the grocery store variety, contain beta glucans, powerful fibers found in the cell walls that help fight inflammation and modulate the immune system. The most potent medicinal varieties include Reishi, Chaga, Maitake, Cordyceps, and Turkey Tail.</p>\n<p>These medicinal mushrooms enhance activity of natural killer cells, which attack virus-infected and cancer cells. They also increase the production of macrophages, a type of immune white blood cell that engulfs and digests, microbes, cancer cells and anything else that does not appear healthy to the immune system. Animal studies show shiitakes protect against the flu.</p>\n<p>Mushrooms tend to slowly build deep health, so itâ€™s best to start on them early in the season. Either individual mushroom supplements or combination products, such as Host Defense MyCommunity, work well.</p>\n<p><strong>REFERENCES:</strong></p>\n<p><a href=\"https://www.gaiaherbs.com/blogs/seeds-of-knowledge/influenza-and-elderberry\" target=\"_blank\" rel=\"noopener noreferrer\">Elderberry</a></p>\n<p><a href=\"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4032030/\" target=\"_blank\" rel=\"noopener noreferrer\">Andrographis</a></p>\n<p><a href=\"https://foodrevolution.org/blog/medicinal-mushrooms-benefits/\" target=\"_blank\" rel=\"noopener noreferrer\">Mushrooms</a></p>\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Time for immune boosters','Prepare your body for flu season!','inherit','closed','closed','','1294-revision-v1','','','2019-09-18 12:46:46','2019-09-18 17:46:46','',1294,'https://ruthsnutrition.gsg-host.com/1294-revision-v1/',0,'revision','',0),(1302,2,'2019-10-03 11:19:10','2019-10-03 16:19:10','<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\n<h2>FREE Gabriel Cosmetics Demo!</h2>\n<p><img class=\"size-medium wp-image-980 alignright\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2017/07/Gabriel-cosmetics-brushes-600X600-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" />Ruthâ€™s is hosting a Gabriel Cosmetics demo from <strong>11 a.m. â€“ 1:30 p.m. Saturday, Oct. 19</strong>! These demos are popular and space is limited, so please <strong>call 256-883-4127 to reserve a session soon!</strong></p>\n<p>Lybrease Drake, professional makeup artist, esthetician and Xtreme Lash Stylist, will be helping each participant choose the most flattering colors for your complexion and showing you tips on how to look your best. Youâ€™ll get to experiment with powders, foundation, lipsticks, blushes, and more! Using Gabriel cosmetics means youâ€™re choosing clean products. The entire collection contains only 100% natural ingredients. That means no parabens, gluten, lead, coal tar derivatives, FD&amp; C coloring agents, mineral oil, talc, lanolin, propylene glycol, hydrogenated oils, carmine, nano- or micro-sized particles. This stuff is good for your skin!</p>\n<p>Lybrease has worked with numerous clients on projects, including Editorial, Bridal, Print Ads, and TV/Film. Her passion is to create beautiful works of art through natural makeup application. She is knowledgeable about skin tones and providing the best makeup application including Airbrush. Donâ€™t miss her professionalism, positive attitude, and attention to detail.</p>\n<p>And weâ€™ve saved the best news for last: <strong>All participants will receive 20% off any Gabriel Cosmetics they buy!</strong></p>\n<p>Câ€™mon! Spoil yourself! Call us (256-883-4127) for your appointment today!</p>\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','TREAT YOURSELF!','Sign up soon!','publish','closed','open','','treat-yourself','','','2019-10-03 11:19:11','2019-10-03 16:19:11','',0,'https://ruthsnutrition.gsg-host.com/?p=1302',0,'post','',0),(1303,2,'2019-10-03 11:18:48','2019-10-03 16:18:48','<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\n<h2>FREE Gabriel Cosmetics Demo!</h2>\n<p><img class=\"size-medium wp-image-980 alignright\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2017/07/Gabriel-cosmetics-brushes-600X600-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" />Ruthâ€™s is hosting a Gabriel Cosmetics demo from <strong>11 a.m. â€“ 1:30 p.m. Saturday, Oct. 19</strong>! These demos are popular and space is limited, so please <strong>call 256-883-4127 to reserve a session soon!</strong></p>\n<p>Lybrease Drake, professional makeup artist, esthetician and Xtreme Lash Stylist, will be helping each participant choose the most flattering colors for your complexion and showing you tips on how to look your best. Youâ€™ll get to experiment with powders, foundation, lipsticks, blushes, and more! Using Gabriel cosmetics means youâ€™re choosing clean products. The entire collection contains only 100% natural ingredients. That means no parabens, gluten, lead, coal tar derivatives, FD&amp; C coloring agents, mineral oil, talc, lanolin, propylene glycol, hydrogenated oils, carmine, nano- or micro-sized particles. This stuff is good for your skin!</p>\n<p>Lybrease has worked with numerous clients on projects, including Editorial, Bridal, Print Ads, and TV/Film. Her passion is to create beautiful works of art through natural makeup application. She is knowledgeable about skin tones and providing the best makeup application including Airbrush. Donâ€™t miss her professionalism, positive attitude, and attention to detail.</p>\n<p>And weâ€™ve saved the best news for last: <strong>All participants will receive 20% off any Gabriel Cosmetics they buy!</strong></p>\n<p>Câ€™mon! Spoil yourself! Call us (256-883-4127) for your appointment today!</p>\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','TREAT YOURSELF!','Sign up soon!','inherit','closed','closed','','1302-revision-v1','','','2019-10-03 11:18:48','2019-10-03 16:18:48','',1302,'https://ruthsnutrition.gsg-host.com/1302-revision-v1/',0,'revision','',0),(1304,2,'2019-10-23 12:38:32','2019-10-23 17:38:32','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h2>Besides building bone, D fights flu &amp; asthma</h2>\r\n<p><img class=\"size-medium wp-image-1305 alignright\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2019/10/Vitamin-D-604X-300x187.jpg\" alt=\"\" width=\"300\" height=\"187\" />As we move into flu season many of us are thinking of ways to boost our immunity. As weâ€™ve discussed here before, people often choose a flu shot while also taking more elderberry, <em>Andrographis</em> and/or medicinal mushrooms.</p>\r\n<p>But thereâ€™s one very important vitamin you may have overlooked: Vitamin D. You probably associate Vitamin D with building strong bones, which is accurate, but it does so much more.</p>\r\n<p>Studies show that having low levels of vitamin D increases your risk of having poor upper respiratory function and getting upper respiratory infections. An Australian study of 5,000 baby boomers found that low levels of vitamin D were associated with respiratory conditions such as asthma, bronchitis, wheezing, and chest tightness. Higher levels of vitamin D were associated with better lung function overall. Another study showed giving children 1,200 IU of vitamin D a day for four months during winter reduced their risk of getting the flu by more than 40 percent. Meta-analysis of 11 placebo-controlled trials involving 5,660 subjects concluded that those taking a daily dose of vitamin D had half the risk of developing an upper respiratory infection.</p>\r\n<p>Clearly, taking vitamin D at this time of year can be a good idea. But protecting your lung function isnâ€™t the only thing vitamin D can do. Studies show it can:</p>\r\n<ul>\r\n<li>Reduce your risk of developing, and improve symptoms of, multiple sclerosis and other autoimmune disorders</li>\r\n<li>Decrease your risk of developing heart disease</li>\r\n<li>Improve symptoms of depression</li>\r\n<li>Reduce risk of developing Type 2 diabetes</li>\r\n<li>Reduce risk of developing cancer</li>\r\n</ul>\r\n<p>Thatâ€™s because vitamin D is really a hormone, a chemical messenger with wide effects on various parts of the body, including the immune system. There are vitamin D receptors in nearly every cell. Itâ€™s primarily known for being involved in mineral metabolism and bone growth, especially via its ability to facilitate intestinal absorption of calcium. But it also modulates cell growth, immune function, neuromuscular function, and it reduces inflammation, giving it body-wide effects.</p>\r\n<p>Little wonder then, that vitamin D deficiency is associated with:</p>\r\n<ul>\r\n<li>Fatigue</li>\r\n<li>Getting sick a lot</li>\r\n<li>Bone and back pain</li>\r\n<li>Depression</li>\r\n<li>Impaired wound healing</li>\r\n<li>Bone loss</li>\r\n<li>Hair loss</li>\r\n<li>Muscle pain</li>\r\n</ul>\r\n<p>Thereâ€™s really no way to know your vitamin D levels without getting a lab test. Thatâ€™s a good idea, because while low levels put you at risk for several unwanted health conditions, levels too high can cause adverse effects, too. Abnormally high levels of vitamin D are associated with a build-up of calcium in the blood, causing digestive upset, fatigue, dizziness, confusion, excessive thirst, and frequent urination. Vitamin D is fat soluble, so when you supplement it builds up over time.Â  Itâ€™s prudent to get a lab test before you supplement and again after youâ€™ve been taking it for awhile. Everyone absorbs differently, so thereâ€™s no one-size-fits-all appropriate dose. Test your blood levels, and supplement accordingly.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>REFERENCES:</strong></p>\r\n<p><a href=\"https://www.medicalnewstoday.com/articles/161618.php\" target=\"_blank\" rel=\"noopener noreferrer\">Medical News Today</a></p>\r\n<p><a href=\"https://www.healthline.com/health/food-nutrition/benefits-vitamin-d#food-sources\" target=\"_blank\" rel=\"noopener noreferrer\">Healthline</a></p>\r\n<p><a href=\"https://www.vitamindcouncil.org/health-conditions/influenza/#.XaXqOEZKiM8\" target=\"_blank\" rel=\"noopener noreferrer\">Vitamin D Council</a></p>\r\n<p><a href=\"https://www.vitamindcouncil.org/health-conditions/influenza/#.XaXqOEZKiM8\" target=\"_blank\" rel=\"noopener noreferrer\">Medical Express</a></p>\r\n<p><a href=\"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4235628/\" target=\"_blank\" rel=\"noopener noreferrer\">National Institutes of Health</a></p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Vitamin D: Multitasking Master','Vitamin D builds bones and fights flu!!','publish','closed','open','','vitamin-d-multitasking-master','','','2019-10-23 12:38:32','2019-10-23 17:38:32','',0,'https://ruthsnutrition.gsg-host.com/?p=1304',0,'post','',0),(1305,2,'2019-10-23 12:15:31','2019-10-23 17:15:31','','Vitamin D 604X','','inherit','open','closed','','vitamin-d-604x','','','2019-10-23 12:15:31','2019-10-23 17:15:31','',1304,'https://ruthsnutrition.gsg-host.com/wp-content/uploads/2019/10/Vitamin-D-604X.jpg',0,'attachment','image/jpeg',0),(1306,2,'2019-10-23 12:32:54','2019-10-23 17:32:54','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h2>Besides building bone, Vitamin D fights flu</h2>\r\n<p><img class=\"size-medium wp-image-1305 alignright\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2019/10/Vitamin-D-604X-300x187.jpg\" alt=\"\" width=\"300\" height=\"187\" />As we move into flu season many of us are thinking of ways to boost our immunity. As weâ€™ve discussed here before, people often choose a flu shot while also taking more elderberry, <em>Andrographis</em> and/or medicinal mushrooms.</p>\r\n<p>But thereâ€™s one very important vitamin you may have overlooked: Vitamin D. You probably associate Vitamin D with building strong bones, which is accurate, but it does so much more.</p>\r\n<p>Studies show that having low levels of vitamin D increases your risk of having poor upper respiratory function and getting upper respiratory infections. An Australian study of 5,000 baby boomers found that low levels of vitamin D were associated with respiratory conditions such as asthma, bronchitis, wheezing, and chest tightness. Higher levels of vitamin D were associated with better lung function overall. Another study showed giving children 1,200 IU of vitamin D a day for four months during winter reduced their risk of getting the flu by more than 40 percent. Meta-analysis of 11 placebo-controlled trials involving 5,660 subjects concluded that those taking a daily dose of vitamin D had half the risk of developing an upper respiratory infection.</p>\r\n<p>Clearly, taking vitamin D at this time of year can be a good idea. But protecting your lung function isnâ€™t the only thing vitamin D can do. Studies show it can:</p>\r\n<ul>\r\n<li>Reduce your risk of developing, and improve symptoms of, multiple sclerosis and other autoimmune disorders</li>\r\n<li>Decrease your risk of developing heart disease</li>\r\n<li>Improve symptoms of depression</li>\r\n<li>Reduce risk of developing Type 2 diabetes</li>\r\n<li>Reduce risk of developing cancer</li>\r\n</ul>\r\n<p>Thatâ€™s because vitamin D is really a hormone, a chemical messenger with wide effects on various parts of the body, including the immune system. There are vitamin D receptors in nearly every cell. Itâ€™s primarily known for being involved in mineral metabolism and bone growth, especially via its ability to facilitate intestinal absorption of calcium. But it also modulates cell growth, immune function, neuromuscular function, and it reduces inflammation, giving it body-wide effects.</p>\r\n<p>Little wonder then, that vitamin D deficiency is associated with:</p>\r\n<ul>\r\n<li>Fatigue</li>\r\n<li>Getting sick a lot</li>\r\n<li>Bone and back pain</li>\r\n<li>Depression</li>\r\n<li>Impaired wound healing</li>\r\n<li>Bone loss</li>\r\n<li>Hair loss</li>\r\n<li>Muscle pain</li>\r\n</ul>\r\n<p>Thereâ€™s really no way to know your vitamin D levels without getting a lab test. Thatâ€™s a good idea, because while low levels put you at risk for several unwanted health conditions, levels too high can cause adverse effects, too. Abnormally high levels of vitamin D are associated with a build-up of calcium in the blood, causing digestive upset, fatigue, dizziness, confusion, excessive thirst, and frequent urination. Vitamin D is fat soluble, so when you supplement it builds up over time.Â  Itâ€™s prudent to get a lab test before you supplement and again after youâ€™ve been taking it for awhile. Everyone absorbs differently, so thereâ€™s no one-size-fits-all appropriate dose. Test your blood levels, and supplement accordingly.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>REFERENCES:</strong></p>\r\n<p><a href=\"https://www.medicalnewstoday.com/articles/161618.php\" target=\"_blank\" rel=\"noopener noreferrer\">Medical News Today</a></p>\r\n<p><a href=\"https://www.healthline.com/health/food-nutrition/benefits-vitamin-d#food-sources\" target=\"_blank\" rel=\"noopener noreferrer\">Healthline</a></p>\r\n<p><a href=\"https://www.vitamindcouncil.org/health-conditions/influenza/#.XaXqOEZKiM8\" target=\"_blank\" rel=\"noopener noreferrer\">Vitamin D Council</a></p>\r\n<p><a href=\"https://www.vitamindcouncil.org/health-conditions/influenza/#.XaXqOEZKiM8\" target=\"_blank\" rel=\"noopener noreferrer\">Medical Express</a></p>\r\n<p>&nbsp;</p>\r\n<p><a href=\"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4235628/\" target=\"_blank\" rel=\"noopener noreferrer\">National Institutes of Health</a></p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','D: Multitasking Master','Prepare your body for flu season!','inherit','closed','closed','','1304-revision-v1','','','2019-10-23 12:32:54','2019-10-23 17:32:54','',1304,'https://ruthsnutrition.gsg-host.com/1304-revision-v1/',0,'revision','',0),(1307,2,'2019-10-23 12:34:27','2019-10-23 17:34:27','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h2>Besides building bone, Vitamin D fights flu</h2>\r\n<p><img class=\"size-medium wp-image-1305 alignright\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2019/10/Vitamin-D-604X-300x187.jpg\" alt=\"\" width=\"300\" height=\"187\" />As we move into flu season many of us are thinking of ways to boost our immunity. As weâ€™ve discussed here before, people often choose a flu shot while also taking more elderberry, <em>Andrographis</em> and/or medicinal mushrooms.</p>\r\n<p>But thereâ€™s one very important vitamin you may have overlooked: Vitamin D. You probably associate Vitamin D with building strong bones, which is accurate, but it does so much more.</p>\r\n<p>Studies show that having low levels of vitamin D increases your risk of having poor upper respiratory function and getting upper respiratory infections. An Australian study of 5,000 baby boomers found that low levels of vitamin D were associated with respiratory conditions such as asthma, bronchitis, wheezing, and chest tightness. Higher levels of vitamin D were associated with better lung function overall. Another study showed giving children 1,200 IU of vitamin D a day for four months during winter reduced their risk of getting the flu by more than 40 percent. Meta-analysis of 11 placebo-controlled trials involving 5,660 subjects concluded that those taking a daily dose of vitamin D had half the risk of developing an upper respiratory infection.</p>\r\n<p>Clearly, taking vitamin D at this time of year can be a good idea. But protecting your lung function isnâ€™t the only thing vitamin D can do. Studies show it can:</p>\r\n<ul>\r\n<li>Reduce your risk of developing, and improve symptoms of, multiple sclerosis and other autoimmune disorders</li>\r\n<li>Decrease your risk of developing heart disease</li>\r\n<li>Improve symptoms of depression</li>\r\n<li>Reduce risk of developing Type 2 diabetes</li>\r\n<li>Reduce risk of developing cancer</li>\r\n</ul>\r\n<p>Thatâ€™s because vitamin D is really a hormone, a chemical messenger with wide effects on various parts of the body, including the immune system. There are vitamin D receptors in nearly every cell. Itâ€™s primarily known for being involved in mineral metabolism and bone growth, especially via its ability to facilitate intestinal absorption of calcium. But it also modulates cell growth, immune function, neuromuscular function, and it reduces inflammation, giving it body-wide effects.</p>\r\n<p>Little wonder then, that vitamin D deficiency is associated with:</p>\r\n<ul>\r\n<li>Fatigue</li>\r\n<li>Getting sick a lot</li>\r\n<li>Bone and back pain</li>\r\n<li>Depression</li>\r\n<li>Impaired wound healing</li>\r\n<li>Bone loss</li>\r\n<li>Hair loss</li>\r\n<li>Muscle pain</li>\r\n</ul>\r\n<p>Thereâ€™s really no way to know your vitamin D levels without getting a lab test. Thatâ€™s a good idea, because while low levels put you at risk for several unwanted health conditions, levels too high can cause adverse effects, too. Abnormally high levels of vitamin D are associated with a build-up of calcium in the blood, causing digestive upset, fatigue, dizziness, confusion, excessive thirst, and frequent urination. Vitamin D is fat soluble, so when you supplement it builds up over time.Â  Itâ€™s prudent to get a lab test before you supplement and again after youâ€™ve been taking it for awhile. Everyone absorbs differently, so thereâ€™s no one-size-fits-all appropriate dose. Test your blood levels, and supplement accordingly.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>REFERENCES:</strong></p>\r\n<p><a href=\"https://www.medicalnewstoday.com/articles/161618.php\" target=\"_blank\" rel=\"noopener noreferrer\">Medical News Today</a></p>\r\n<p><a href=\"https://www.healthline.com/health/food-nutrition/benefits-vitamin-d#food-sources\" target=\"_blank\" rel=\"noopener noreferrer\">Healthline</a></p>\r\n<p><a href=\"https://www.vitamindcouncil.org/health-conditions/influenza/#.XaXqOEZKiM8\" target=\"_blank\" rel=\"noopener noreferrer\">Vitamin D Council</a></p>\r\n<p><a href=\"https://www.vitamindcouncil.org/health-conditions/influenza/#.XaXqOEZKiM8\" target=\"_blank\" rel=\"noopener noreferrer\">Medical Express</a></p>\r\n<p>&nbsp;</p>\r\n<p><a href=\"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4235628/\" target=\"_blank\" rel=\"noopener noreferrer\">National Institutes of Health</a></p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','D: Multitasking Master','Vitamin D builds bones and fights flu!!','inherit','closed','closed','','1304-revision-v1','','','2019-10-23 12:34:27','2019-10-23 17:34:27','',1304,'https://ruthsnutrition.gsg-host.com/1304-revision-v1/',0,'revision','',0),(1308,2,'2019-10-23 12:37:38','2019-10-23 17:37:38','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h2>Besides building bone, D fights flu &amp; asthma</h2>\r\n<p><img class=\"size-medium wp-image-1305 alignright\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2019/10/Vitamin-D-604X-300x187.jpg\" alt=\"\" width=\"300\" height=\"187\" />As we move into flu season many of us are thinking of ways to boost our immunity. As weâ€™ve discussed here before, people often choose a flu shot while also taking more elderberry, <em>Andrographis</em> and/or medicinal mushrooms.</p>\r\n<p>But thereâ€™s one very important vitamin you may have overlooked: Vitamin D. You probably associate Vitamin D with building strong bones, which is accurate, but it does so much more.</p>\r\n<p>Studies show that having low levels of vitamin D increases your risk of having poor upper respiratory function and getting upper respiratory infections. An Australian study of 5,000 baby boomers found that low levels of vitamin D were associated with respiratory conditions such as asthma, bronchitis, wheezing, and chest tightness. Higher levels of vitamin D were associated with better lung function overall. Another study showed giving children 1,200 IU of vitamin D a day for four months during winter reduced their risk of getting the flu by more than 40 percent. Meta-analysis of 11 placebo-controlled trials involving 5,660 subjects concluded that those taking a daily dose of vitamin D had half the risk of developing an upper respiratory infection.</p>\r\n<p>Clearly, taking vitamin D at this time of year can be a good idea. But protecting your lung function isnâ€™t the only thing vitamin D can do. Studies show it can:</p>\r\n<ul>\r\n<li>Reduce your risk of developing, and improve symptoms of, multiple sclerosis and other autoimmune disorders</li>\r\n<li>Decrease your risk of developing heart disease</li>\r\n<li>Improve symptoms of depression</li>\r\n<li>Reduce risk of developing Type 2 diabetes</li>\r\n<li>Reduce risk of developing cancer</li>\r\n</ul>\r\n<p>Thatâ€™s because vitamin D is really a hormone, a chemical messenger with wide effects on various parts of the body, including the immune system. There are vitamin D receptors in nearly every cell. Itâ€™s primarily known for being involved in mineral metabolism and bone growth, especially via its ability to facilitate intestinal absorption of calcium. But it also modulates cell growth, immune function, neuromuscular function, and it reduces inflammation, giving it body-wide effects.</p>\r\n<p>Little wonder then, that vitamin D deficiency is associated with:</p>\r\n<ul>\r\n<li>Fatigue</li>\r\n<li>Getting sick a lot</li>\r\n<li>Bone and back pain</li>\r\n<li>Depression</li>\r\n<li>Impaired wound healing</li>\r\n<li>Bone loss</li>\r\n<li>Hair loss</li>\r\n<li>Muscle pain</li>\r\n</ul>\r\n<p>Thereâ€™s really no way to know your vitamin D levels without getting a lab test. Thatâ€™s a good idea, because while low levels put you at risk for several unwanted health conditions, levels too high can cause adverse effects, too. Abnormally high levels of vitamin D are associated with a build-up of calcium in the blood, causing digestive upset, fatigue, dizziness, confusion, excessive thirst, and frequent urination. Vitamin D is fat soluble, so when you supplement it builds up over time.Â  Itâ€™s prudent to get a lab test before you supplement and again after youâ€™ve been taking it for awhile. Everyone absorbs differently, so thereâ€™s no one-size-fits-all appropriate dose. Test your blood levels, and supplement accordingly.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>REFERENCES:</strong></p>\r\n<p><a href=\"https://www.medicalnewstoday.com/articles/161618.php\" target=\"_blank\" rel=\"noopener noreferrer\">Medical News Today</a></p>\r\n<p><a href=\"https://www.healthline.com/health/food-nutrition/benefits-vitamin-d#food-sources\" target=\"_blank\" rel=\"noopener noreferrer\">Healthline</a></p>\r\n<p><a href=\"https://www.vitamindcouncil.org/health-conditions/influenza/#.XaXqOEZKiM8\" target=\"_blank\" rel=\"noopener noreferrer\">Vitamin D Council</a></p>\r\n<p><a href=\"https://www.vitamindcouncil.org/health-conditions/influenza/#.XaXqOEZKiM8\" target=\"_blank\" rel=\"noopener noreferrer\">Medical Express</a></p>\r\n<p><a href=\"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4235628/\" target=\"_blank\" rel=\"noopener noreferrer\">National Institutes of Health</a></p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Vitamin D: Multitasking Master','Vitamin D builds bones and fights flu!!','inherit','closed','closed','','1304-revision-v1','','','2019-10-23 12:37:38','2019-10-23 17:37:38','',1304,'https://ruthsnutrition.gsg-host.com/1304-revision-v1/',0,'revision','',0),(1309,2,'2019-10-30 12:08:21','2019-10-30 17:08:21','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h3>We appreciate our customers! November discounts everywhere!</h3>\r\n<img class=\"size-medium wp-image-1310 alignright\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2019/10/THANKful-for-you-sale-600X-300x215.jpg\" alt=\"\" width=\"300\" height=\"215\" />As we approach the Thanksgiving holiday, we at Ruthâ€™s have a lot to be thankful for. Most importantly, we are thankful for our excellent customers. Youâ€™ve supported us for 52 years in business!\r\n\r\nThat kind of loyalty makes us humble, and we want to give back. And we shall! In addition to this month\'s standard sales - Natural Factors, MyKind vitamins, Garden of Life CBD, Solaray Leaf Therapeutics CBD -Â  from November 1 through November 27 EVERYTHING IN THE STORE WILL BE ON SALE! That includes Charlotteâ€™s Web CBD, which has never been on sale before!\r\n\r\nSo come see us, stock up on what you need, and let us show you how thankful we are!','Gratitude Sale!','Time to stock up!','publish','closed','open','','gratitude-sale','','','2019-10-30 12:08:21','2019-10-30 17:08:21','',0,'https://ruthsnutrition.gsg-host.com/?p=1309',0,'post','',0),(1310,2,'2019-10-30 12:00:08','2019-10-30 17:00:08','','THANKful for you sale 600X','','inherit','open','closed','','thankful-for-you-sale-600x','','','2019-10-30 12:00:08','2019-10-30 17:00:08','',1309,'https://ruthsnutrition.gsg-host.com/wp-content/uploads/2019/10/THANKful-for-you-sale-600X.jpg',0,'attachment','image/jpeg',0),(1311,2,'2019-10-30 12:02:40','2019-10-30 17:02:40','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h3>We appreciate our customers! November discounts everywhere!</h3>\r\n<img class=\"size-medium wp-image-1310 alignright\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2019/10/THANKful-for-you-sale-600X-300x215.jpg\" alt=\"\" width=\"300\" height=\"215\" />As we approach the Thanksgiving holiday this month, we at Ruthâ€™s have a lot to be thankful for. Most importantly, we are thankful for our excellent customers. Youâ€™ve supported us for 52 years in business!\r\n\r\nThat kind of loyalty makes us humble, and we want to give back. And we shall! In addition to the sales you see listed in the article below, from Nov. 1 through Nov. 27 EVERYTHING IN THE STORE WILL BE ON SALE! That includes Charlotteâ€™s Web CBD, which has never been on sale before!\r\n\r\nSo come see us, stock up on what you need, and let us show you how thankful we are!','Gratitude Sale!','Time to stock up!','inherit','closed','closed','','1309-revision-v1','','','2019-10-30 12:02:40','2019-10-30 17:02:40','',1309,'https://ruthsnutrition.gsg-host.com/1309-revision-v1/',0,'revision','',0),(1312,2,'2019-10-30 12:06:49','2019-10-30 17:06:49','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h3>We appreciate our customers! November discounts everywhere!</h3>\r\n<img class=\"size-medium wp-image-1310 alignright\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2019/10/THANKful-for-you-sale-600X-300x215.jpg\" alt=\"\" width=\"300\" height=\"215\" />As we approach the Thanksgiving holiday this month, we at Ruthâ€™s have a lot to be thankful for. Most importantly, we are thankful for our excellent customers. Youâ€™ve supported us for 52 years in business!\r\n\r\nThat kind of loyalty makes us humble, and we want to give back. And we shall! In addition to this month\'s standard sales - Natural Factors, MyKind vitamins, Garden of Life CBD, Solaray Leaf Therapeutics CBD -Â  from November 1 through November 27 EVERYTHING IN THE STORE WILL BE ON SALE! That includes Charlotteâ€™s Web CBD, which has never been on sale before!\r\n\r\nSo come see us, stock up on what you need, and let us show you how thankful we are!','Gratitude Sale!','Time to stock up!','inherit','closed','closed','','1309-revision-v1','','','2019-10-30 12:06:49','2019-10-30 17:06:49','',1309,'https://ruthsnutrition.gsg-host.com/1309-revision-v1/',0,'revision','',0),(1313,2,'2019-10-30 12:08:10','2019-10-30 17:08:10','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h3>We appreciate our customers! November discounts everywhere!</h3>\r\n<img class=\"size-medium wp-image-1310 alignright\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2019/10/THANKful-for-you-sale-600X-300x215.jpg\" alt=\"\" width=\"300\" height=\"215\" />As we approach the Thanksgiving holiday, we at Ruthâ€™s have a lot to be thankful for. Most importantly, we are thankful for our excellent customers. Youâ€™ve supported us for 52 years in business!\r\n\r\nThat kind of loyalty makes us humble, and we want to give back. And we shall! In addition to this month\'s standard sales - Natural Factors, MyKind vitamins, Garden of Life CBD, Solaray Leaf Therapeutics CBD -Â  from November 1 through November 27 EVERYTHING IN THE STORE WILL BE ON SALE! That includes Charlotteâ€™s Web CBD, which has never been on sale before!\r\n\r\nSo come see us, stock up on what you need, and let us show you how thankful we are!','Gratitude Sale!','Time to stock up!','inherit','closed','closed','','1309-revision-v1','','','2019-10-30 12:08:10','2019-10-30 17:08:10','',1309,'https://ruthsnutrition.gsg-host.com/1309-revision-v1/',0,'revision','',0),(1314,2,'2019-11-20 12:25:40','2019-11-20 18:25:40','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h2>It\'s absolutely essential to good health</h2>\r\n<p><img class=\"size-medium wp-image-1315 alignright\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2019/11/Sleep-600X506-300x253.jpg\" alt=\"\" width=\"300\" height=\"253\" /></p>\r\n<p>By Sue Cummings</p>\r\n<p>Iâ€™ve been reading â€œWhy We Sleepâ€ by neuroscientist Matthew Walker, and itâ€™s completely changed how I think about health. Where once I would have said diet and exercise are the primary building blocks of good health, Walker has convinced me that getting good sleep is even more important. Itâ€™s the foundation on which the other two rest because without good sleep itâ€™s hard to stick to a healthy diet (you crave foods, have difficulty controlling blood sugar) and you exercise less efficiently (athletic performance decreases).</p>\r\n<p>Walker says getting good sleep is the single most important lifestyle change we can make to improve our health. He recommends getting eight hours a night, and documents the problems that occur when we get less.</p>\r\n<p>Sleeping well is not just about not feeling tired the next day. Every physiological system in the body and every operation of the mind is enhanced by sleep -- and demonstrably impaired by lack of sleep. Walker calls it our superpower.</p>\r\n<h3><strong>What does sleep do?</strong></h3>\r\n<p>When we sleep, we clear out brain toxins such as amyloid plaques, which are associated with Alzheimerâ€™s disease. Sleep is needed for learning new skills and remembering them, including motor skills like riding a bike. Itâ€™s necessary for a health immune system, and for proper body and brain function. Perhaps the easiest way to understand the importance of sleep is to consider what happens when we sleep less than eight hours a night:</p>\r\n<p>Short sleep is associated with developing cancer, especially bowel, prostate, and breast. The evidence is so strong that the World Health Organization has classified nighttime shift work, which disrupts natural sleep cycles, as a possible carcinogen.</p>\r\n<p>Lack of sleep is associated not only with cancer, but also with Alzheimerâ€™s, diabetes, cardiovascular disease, obesity, chronic pain, depression, anxiety â€“ the diseases of a modern Western society.</p>\r\n<p>Studies show that people who sleep 5 hours a night have a 65% increased likelihood of dying at any time. Shorter sleep equals shorter life.</p>\r\n<p>Men who sleep 4-5 hours a night will have testosterone levels equivalent to someone 10 years older than they are. Men who sleep 5 hours a night have significantly smaller testicles that men who sleep 7 hours or more. Women who routinely sleep less than 6 hours a night experience a 20% drop in follicular-releasing hormone, which is necessary for conception.</p>\r\n<p>Operating on less than 5 hours sleep increases risk of car crashes threefold. In the United States, 1.2 million vehicle crashes are caused by sleepiness each year.</p>\r\n<p>Humans need more than 7 hours of sleep each night to maintain cognitive performance. After 10 days of just 7 hours of sleep, the brain is as dysfunctional as it would be after going without sleep for 24 hours.</p>\r\n<p>Lack of sleep causes you to eat more (especially carbs and salty snacks) and your body manages blood sugars less effectively. Hence, people who sleep less than 7 or 8 hours a night will increase their probability of gaining weight, being overweight/obese, and significantly increase their risk of becoming diabetic.</p>\r\n<p>Just one night of sleeping only 4 hours drops natural killer (NK) cell activity 70%. Walker says that NK cells are the secret agents of the immune system, seeking out dangerous elements and eliminating them. Cancerous tumor cells are a prime target. No wonder lack of sleep is linked with developing cancer!</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>But I donâ€™t sleep that long!</strong></h3>\r\n<p>If you are like most Americans, you are not sleeping eight hours every night. In fact, in 1942 the average person slept 7.9 hours a night. Now we sleep on average 6.5 hours â€“ about a 20% drop. But for Walker, consistently getting a good nightâ€™s sleep is an absolute necessity. Sleeping well improves every system of your body.</p>\r\n<p>But what if you donâ€™t. What if you want to sleep eight hours but have difficulty?</p>\r\n<p>Walker does not recommend sleeping pills as they are sedative hypnotics that debilitate your frontal cortex, but do not encourage real restorative sleep. Itâ€™s rather like being knocked out by a two-by-four. And besides, Walker notes that sleeping pills are associated with a higher risk of death and cancer.</p>\r\n<p>Instead, he offers the following:</p>\r\n<h3><strong>5 steps to better sleep</strong></h3>\r\n<ul>\r\n<li><strong>Go to bed at the same time and get up at the same time weekdays and weekends. Set aside a non-negotiable eight-hour opportunity for sleep.</strong></li>\r\n</ul>\r\n<p>&nbsp;</p>\r\n<ul>\r\n<li><strong>Have a dark bedroom, but also dim or turn off half the lights in the house about an hour before bed. Avoid interacting with blue light devices such as cellphones, computers, or TV during that hour. Darkness, even semi-darkness, encourages your body to produce melatonin, a key hormone for regulating the sleep cycle.</strong></li>\r\n</ul>\r\n<p>&nbsp;</p>\r\n<ul>\r\n<li><strong>Keep your bedroom cool, about 65 degrees. The body needs to drop 2-3 degrees in temperature to initiate sleep. Thatâ€™s why itâ€™s so much easier to sleep in a cold room rather than a hot one. Another tip: Take a hot bath before bed. It causes vasodilation that leads a lot of blood to the surface of the body. When you leave the bath you rapidly lose a lot of temperature and the core of the body becomes cooler. Wear socks in bed if your feet are cold.</strong></li>\r\n</ul>\r\n<p>&nbsp;</p>\r\n<ul>\r\n<li><strong>If you canâ€™t sleep, donâ€™t lie in bed a long time. Do that too often and the brain associates the bed with lying awake. Get up, read, meditate, do something relaxing. Just stay away from the blue-light-emitting devices!</strong></li>\r\n</ul>\r\n<p>&nbsp;</p>\r\n<ul>\r\n<li><strong>Avoid alcohol before bed, and limit caffeine to early in the day. Alcohol is a sedative that knocks out your frontal cortex but does not encourage true sleep. In fact, alcohol fragments sleep, waking you up during the night. It also blocks dream sleep, which is essential for emotional and mental health. Caffeine, on the other hand, is a stimulant with a half-life of six hours and a one-quarter life of eight hours. That means that if you have caffeine in the afternoon, a good bit of it is still in your brain at bedtime. Know, too, that our ability to clear caffeine decreases with age.</strong></li>\r\n</ul>\r\n<p>Walker also mentioned there are two major types of insomnia: having trouble falling asleep and staying asleep. Both are believed to be caused primarily by anxiety.Â  Doing whatever you can to lower anxiety in general is a good idea. That could be exercise earlier in the day and/or mediation in the evening. Ruthâ€™s customers tell us supplements also can be helpful for lowering anxiety and encouraging relaxation: magnesium, L-theanine, Gaba, valerian, tryptophan, kava kava, passionflower, California poppy, and Holy Basil are just a few of the possibilities.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>REFERENCES:</strong></h3>\r\n<p>â€œWhy We Sleep: Unlocking the Power of Sleep and Dreamsâ€ by Matthew Walker</p>\r\n<p>If you want to learn more, google Matthew Walker on youtube.com and youâ€™ll find numerous enlightening podcasts, including a TEDtalk.</p>\r\n<!-- /wp:paragraph -->','Adequate Sleep','Five steps to getting a better night\'s sleep.','publish','closed','open','','adequate-sleep','','','2019-11-20 12:25:40','2019-11-20 18:25:40','',0,'https://ruthsnutrition.gsg-host.com/?p=1314',0,'post','',0),(1315,2,'2019-11-20 12:17:09','2019-11-20 18:17:09','','doc77q6ja4krfc1lb9zolx4','An illustration of counting sheep as a method to try and fall asleep.','inherit','open','closed','','doc77q6ja4krfc1lb9zolx4','','','2019-11-20 12:17:09','2019-11-20 18:17:09','',1314,'https://ruthsnutrition.gsg-host.com/wp-content/uploads/2019/11/Sleep-600X506.jpg',0,'attachment','image/jpeg',0),(1316,2,'2019-11-20 12:20:47','2019-11-20 18:20:47','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h2>It\'s absolutely essential to good health</h2>\r\n<p><img class=\"size-medium wp-image-1315\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2019/11/Sleep-600X506-300x253.jpg\" alt=\"\" width=\"300\" height=\"253\" /></p>\r\n<p>By Sue Cummings</p>\r\n<p>Iâ€™ve been reading â€œWhy We Sleepâ€ by neuroscientist Matthew Walker, and itâ€™s completely changed how I think about health. Where once I would have said diet and exercise are the primary building blocks of good health, Walker has convinced me that getting good sleep is even more important. Itâ€™s the foundation on which the other two rest because without good sleep itâ€™s hard to stick to a healthy diet (you crave foods, have difficulty controlling blood sugar) and you exercise less efficiently (athletic performance decreases).</p>\r\n<p>Walker says getting good sleep is the single most important lifestyle change we can make to improve our health. He recommends getting eight hours a night, and documents the problems that occur when we get less.</p>\r\n<p>Sleeping well is not just about not feeling tired the next day. Every physiological system in the body and every operation of the mind is enhanced by sleep -- and demonstrably impaired by lack of sleep. Walker calls it our superpower.</p>\r\n<h3><strong>What does sleep do?</strong></h3>\r\n<p>When we sleep, we clear out brain toxins such as amyloid plaques, which are associated with Alzheimerâ€™s disease. Sleep is needed for learning new skills and remembering them, including motor skills like riding a bike. Itâ€™s necessary for a health immune system, and for proper body and brain function. Perhaps the easiest way to understand the importance of sleep is to consider what happens when we sleep less than eight hours a night:</p>\r\n<p>Short sleep is associated with developing cancer, especially bowel, prostate, and breast. The evidence is so strong that the World Health Organization has classified nighttime shift work, which disrupts natural sleep cycles, as a possible carcinogen.</p>\r\n<p>Lack of sleep is associated not only with cancer, but also with Alzheimerâ€™s, diabetes, cardiovascular disease, obesity, chronic pain, depression, anxiety â€“ the diseases of a modern Western society.</p>\r\n<p>Studies show that people who sleep 5 hours a night have a 65% increased likelihood of dying at any time. Shorter sleep equals shorter life.</p>\r\n<p>Men who sleep 4-5 hours a night will have testosterone levels equivalent to someone 10 years older than they are. Men who sleep 5 hours a night have significantly smaller testicles that men who sleep 7 hours or more. Women who routinely sleep less than 6 hours a night experience a 20% drop in follicular-releasing hormone, which is necessary for conception.</p>\r\n<p>Operating on less than 5 hours sleep increases risk of car crashes threefold. In the United States, 1.2 million vehicle crashes are caused by sleepiness each year.</p>\r\n<p>Humans need more than 7 hours of sleep each night to maintain cognitive performance. After 10 days of just 7 hours of sleep, the brain is as dysfunctional as it would be after going without sleep for 24 hours.</p>\r\n<p>Lack of sleep causes you to eat more (especially carbs and salty snacks) and your body manages blood sugars less effectively. Hence, people who sleep less than 7 or 8 hours a night will increase their probability of gaining weight, being overweight/obese, and significantly increase their risk of becoming diabetic.</p>\r\n<p>Just one night of sleeping only 4 hours drops natural killer (NK) cell activity 70%. Walker says that NK cells are the secret agents of the immune system, seeking out dangerous elements and eliminating them. Cancerous tumor cells are a prime target. No wonder lack of sleep is linked with developing cancer!</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>But I Canâ€™t Sleep That Long!</strong></h3>\r\n<p>If you are like most Americans, you are not sleeping eight hours every night. In fact, in 1942 the average person slept 7.9 hours a night. Now we sleep on average 6.5 hours â€“ about a 20% drop. But for Walker, consistently getting a good nightâ€™s sleep is an absolute necessity. Sleeping well improves every system of your body.</p>\r\n<p>But what if you donâ€™t. What if you want to sleep eight hours but have difficulty?</p>\r\n<p>Walker does not recommend sleeping pills as they are sedative hypnotics that debilitate your frontal cortex, but do not encourage real restorative sleep. Itâ€™s rather like being knocked out by a two-by-four. And besides, Walker notes that sleeping pills are associated with a higher risk of death and cancer.</p>\r\n<p>Instead, he offers the following:</p>\r\n<h3><strong>5 Steps to better sleep</strong></h3>\r\n<ul>\r\n<li>Go to bed at the same time and get up at the same time weekdays and weekends. Set aside a non-negotiable eight-hour opportunity for sleep.</li>\r\n</ul>\r\n<p>&nbsp;</p>\r\n<ul>\r\n<li>Have a dark bedroom, but also dim or turn off half the lights in the house about an hour before bed. Avoid interacting with blue light devices such as cellphones, computers, or TV during that hour. Darkness, even semi-darkness, encourages your body to produce melatonin, a key hormone for regulating the sleep cycle.</li>\r\n</ul>\r\n<p>&nbsp;</p>\r\n<ul>\r\n<li>Keep your bedroom cool, about 65 degrees. The body needs to drop 2-3 degrees in temperature to initiate sleep. Thatâ€™s why itâ€™s so much easier to sleep in a cold room rather than a hot one. Another tip: Take a hot bath before bed. It causes vasodilation that leads a lot of blood to the surface of the body. When you leave the bath you rapidly lose a lot of temperature and the core of the body becomes cooler. Wear socks in bed if your feet are cold.</li>\r\n</ul>\r\n<p>&nbsp;</p>\r\n<ul>\r\n<li>If you canâ€™t sleep, donâ€™t lie in bed a long time. Do that too often and the brain associates the bed with lying awake. Get up, read, meditate, do something relaxing. Just stay away from the blue-light-emitting devices!</li>\r\n</ul>\r\n<p>&nbsp;</p>\r\n<ul>\r\n<li>Avoid alcohol before bed, and limit caffeine to early in the day. Alcohol is a sedative that knocks out your frontal cortex but does not encourage true sleep. In fact, alcohol fragments sleep, waking you up during the night. It also blocks dream sleep, which is essential for emotional and mental health. Caffeine, on the other hand, is a stimulant with a half-life of six hours and a one-quarter life of eight hours. That means that if you have caffeine in the afternoon, a good bit of it is still in your brain at bedtime. Know, too, that our ability to clear caffeine decreases with age.</li>\r\n</ul>\r\n<p>Walker also mentioned there are two major types of insomnia: having trouble falling asleep and staying asleep. Both are believed to be caused primarily by anxiety.Â  Doing whatever you can to lower anxiety in general is a good idea. That could be exercise earlier in the day and/or mediation in the evening. Ruthâ€™s customers tell us supplements also can be helpful for lowering anxiety and encouraging relaxation: magnesium, L-theanine, Gaba, valerian, tryptophan, kava kava, passionflower, California poppy, and Holy Basil are just a few of the possibilities.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>REFERENCES:</strong></h3>\r\n<p>â€œWhy We Sleep: Unlocking the Power of Sleep and Dreamsâ€ by Matthew Walker</p>\r\n<p>If you want to learn more, google Matthew Walker on youtube.com and youâ€™ll find numerous enlightening podcasts, including a TEDtalk.</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Adequate Sleep','Five steps to getting a better night\'s sleep.','inherit','closed','closed','','1314-revision-v1','','','2019-11-20 12:20:47','2019-11-20 18:20:47','',1314,'https://ruthsnutrition.gsg-host.com/1314-revision-v1/',0,'revision','',0),(1317,2,'2019-11-20 12:21:07','2019-11-20 18:21:07','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h2>It\'s absolutely essential to good health</h2>\r\n<p><img class=\"size-medium wp-image-1315 alignright\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2019/11/Sleep-600X506-300x253.jpg\" alt=\"\" width=\"300\" height=\"253\" /></p>\r\n<p>By Sue Cummings</p>\r\n<p>Iâ€™ve been reading â€œWhy We Sleepâ€ by neuroscientist Matthew Walker, and itâ€™s completely changed how I think about health. Where once I would have said diet and exercise are the primary building blocks of good health, Walker has convinced me that getting good sleep is even more important. Itâ€™s the foundation on which the other two rest because without good sleep itâ€™s hard to stick to a healthy diet (you crave foods, have difficulty controlling blood sugar) and you exercise less efficiently (athletic performance decreases).</p>\r\n<p>Walker says getting good sleep is the single most important lifestyle change we can make to improve our health. He recommends getting eight hours a night, and documents the problems that occur when we get less.</p>\r\n<p>Sleeping well is not just about not feeling tired the next day. Every physiological system in the body and every operation of the mind is enhanced by sleep -- and demonstrably impaired by lack of sleep. Walker calls it our superpower.</p>\r\n<h3><strong>What does sleep do?</strong></h3>\r\n<p>When we sleep, we clear out brain toxins such as amyloid plaques, which are associated with Alzheimerâ€™s disease. Sleep is needed for learning new skills and remembering them, including motor skills like riding a bike. Itâ€™s necessary for a health immune system, and for proper body and brain function. Perhaps the easiest way to understand the importance of sleep is to consider what happens when we sleep less than eight hours a night:</p>\r\n<p>Short sleep is associated with developing cancer, especially bowel, prostate, and breast. The evidence is so strong that the World Health Organization has classified nighttime shift work, which disrupts natural sleep cycles, as a possible carcinogen.</p>\r\n<p>Lack of sleep is associated not only with cancer, but also with Alzheimerâ€™s, diabetes, cardiovascular disease, obesity, chronic pain, depression, anxiety â€“ the diseases of a modern Western society.</p>\r\n<p>Studies show that people who sleep 5 hours a night have a 65% increased likelihood of dying at any time. Shorter sleep equals shorter life.</p>\r\n<p>Men who sleep 4-5 hours a night will have testosterone levels equivalent to someone 10 years older than they are. Men who sleep 5 hours a night have significantly smaller testicles that men who sleep 7 hours or more. Women who routinely sleep less than 6 hours a night experience a 20% drop in follicular-releasing hormone, which is necessary for conception.</p>\r\n<p>Operating on less than 5 hours sleep increases risk of car crashes threefold. In the United States, 1.2 million vehicle crashes are caused by sleepiness each year.</p>\r\n<p>Humans need more than 7 hours of sleep each night to maintain cognitive performance. After 10 days of just 7 hours of sleep, the brain is as dysfunctional as it would be after going without sleep for 24 hours.</p>\r\n<p>Lack of sleep causes you to eat more (especially carbs and salty snacks) and your body manages blood sugars less effectively. Hence, people who sleep less than 7 or 8 hours a night will increase their probability of gaining weight, being overweight/obese, and significantly increase their risk of becoming diabetic.</p>\r\n<p>Just one night of sleeping only 4 hours drops natural killer (NK) cell activity 70%. Walker says that NK cells are the secret agents of the immune system, seeking out dangerous elements and eliminating them. Cancerous tumor cells are a prime target. No wonder lack of sleep is linked with developing cancer!</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>But I Canâ€™t Sleep That Long!</strong></h3>\r\n<p>If you are like most Americans, you are not sleeping eight hours every night. In fact, in 1942 the average person slept 7.9 hours a night. Now we sleep on average 6.5 hours â€“ about a 20% drop. But for Walker, consistently getting a good nightâ€™s sleep is an absolute necessity. Sleeping well improves every system of your body.</p>\r\n<p>But what if you donâ€™t. What if you want to sleep eight hours but have difficulty?</p>\r\n<p>Walker does not recommend sleeping pills as they are sedative hypnotics that debilitate your frontal cortex, but do not encourage real restorative sleep. Itâ€™s rather like being knocked out by a two-by-four. And besides, Walker notes that sleeping pills are associated with a higher risk of death and cancer.</p>\r\n<p>Instead, he offers the following:</p>\r\n<h3><strong>5 Steps to better sleep</strong></h3>\r\n<ul>\r\n<li>Go to bed at the same time and get up at the same time weekdays and weekends. Set aside a non-negotiable eight-hour opportunity for sleep.</li>\r\n</ul>\r\n<p>&nbsp;</p>\r\n<ul>\r\n<li>Have a dark bedroom, but also dim or turn off half the lights in the house about an hour before bed. Avoid interacting with blue light devices such as cellphones, computers, or TV during that hour. Darkness, even semi-darkness, encourages your body to produce melatonin, a key hormone for regulating the sleep cycle.</li>\r\n</ul>\r\n<p>&nbsp;</p>\r\n<ul>\r\n<li>Keep your bedroom cool, about 65 degrees. The body needs to drop 2-3 degrees in temperature to initiate sleep. Thatâ€™s why itâ€™s so much easier to sleep in a cold room rather than a hot one. Another tip: Take a hot bath before bed. It causes vasodilation that leads a lot of blood to the surface of the body. When you leave the bath you rapidly lose a lot of temperature and the core of the body becomes cooler. Wear socks in bed if your feet are cold.</li>\r\n</ul>\r\n<p>&nbsp;</p>\r\n<ul>\r\n<li>If you canâ€™t sleep, donâ€™t lie in bed a long time. Do that too often and the brain associates the bed with lying awake. Get up, read, meditate, do something relaxing. Just stay away from the blue-light-emitting devices!</li>\r\n</ul>\r\n<p>&nbsp;</p>\r\n<ul>\r\n<li>Avoid alcohol before bed, and limit caffeine to early in the day. Alcohol is a sedative that knocks out your frontal cortex but does not encourage true sleep. In fact, alcohol fragments sleep, waking you up during the night. It also blocks dream sleep, which is essential for emotional and mental health. Caffeine, on the other hand, is a stimulant with a half-life of six hours and a one-quarter life of eight hours. That means that if you have caffeine in the afternoon, a good bit of it is still in your brain at bedtime. Know, too, that our ability to clear caffeine decreases with age.</li>\r\n</ul>\r\n<p>Walker also mentioned there are two major types of insomnia: having trouble falling asleep and staying asleep. Both are believed to be caused primarily by anxiety.Â  Doing whatever you can to lower anxiety in general is a good idea. That could be exercise earlier in the day and/or mediation in the evening. Ruthâ€™s customers tell us supplements also can be helpful for lowering anxiety and encouraging relaxation: magnesium, L-theanine, Gaba, valerian, tryptophan, kava kava, passionflower, California poppy, and Holy Basil are just a few of the possibilities.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>REFERENCES:</strong></h3>\r\n<p>â€œWhy We Sleep: Unlocking the Power of Sleep and Dreamsâ€ by Matthew Walker</p>\r\n<p>If you want to learn more, google Matthew Walker on youtube.com and youâ€™ll find numerous enlightening podcasts, including a TEDtalk.</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Adequate Sleep','Five steps to getting a better night\'s sleep.','inherit','closed','closed','','1314-revision-v1','','','2019-11-20 12:21:07','2019-11-20 18:21:07','',1314,'https://ruthsnutrition.gsg-host.com/1314-revision-v1/',0,'revision','',0),(1318,2,'2019-11-20 12:22:11','2019-11-20 18:22:11','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h2>It\'s absolutely essential to good health</h2>\r\n<p><img class=\"size-medium wp-image-1315 alignright\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2019/11/Sleep-600X506-300x253.jpg\" alt=\"\" width=\"300\" height=\"253\" /></p>\r\n<p>By Sue Cummings</p>\r\n<p>Iâ€™ve been reading â€œWhy We Sleepâ€ by neuroscientist Matthew Walker, and itâ€™s completely changed how I think about health. Where once I would have said diet and exercise are the primary building blocks of good health, Walker has convinced me that getting good sleep is even more important. Itâ€™s the foundation on which the other two rest because without good sleep itâ€™s hard to stick to a healthy diet (you crave foods, have difficulty controlling blood sugar) and you exercise less efficiently (athletic performance decreases).</p>\r\n<p>Walker says getting good sleep is the single most important lifestyle change we can make to improve our health. He recommends getting eight hours a night, and documents the problems that occur when we get less.</p>\r\n<p>Sleeping well is not just about not feeling tired the next day. Every physiological system in the body and every operation of the mind is enhanced by sleep -- and demonstrably impaired by lack of sleep. Walker calls it our superpower.</p>\r\n<h3><strong>What does sleep do?</strong></h3>\r\n<p>When we sleep, we clear out brain toxins such as amyloid plaques, which are associated with Alzheimerâ€™s disease. Sleep is needed for learning new skills and remembering them, including motor skills like riding a bike. Itâ€™s necessary for a health immune system, and for proper body and brain function. Perhaps the easiest way to understand the importance of sleep is to consider what happens when we sleep less than eight hours a night:</p>\r\n<p>Short sleep is associated with developing cancer, especially bowel, prostate, and breast. The evidence is so strong that the World Health Organization has classified nighttime shift work, which disrupts natural sleep cycles, as a possible carcinogen.</p>\r\n<p>Lack of sleep is associated not only with cancer, but also with Alzheimerâ€™s, diabetes, cardiovascular disease, obesity, chronic pain, depression, anxiety â€“ the diseases of a modern Western society.</p>\r\n<p>Studies show that people who sleep 5 hours a night have a 65% increased likelihood of dying at any time. Shorter sleep equals shorter life.</p>\r\n<p>Men who sleep 4-5 hours a night will have testosterone levels equivalent to someone 10 years older than they are. Men who sleep 5 hours a night have significantly smaller testicles that men who sleep 7 hours or more. Women who routinely sleep less than 6 hours a night experience a 20% drop in follicular-releasing hormone, which is necessary for conception.</p>\r\n<p>Operating on less than 5 hours sleep increases risk of car crashes threefold. In the United States, 1.2 million vehicle crashes are caused by sleepiness each year.</p>\r\n<p>Humans need more than 7 hours of sleep each night to maintain cognitive performance. After 10 days of just 7 hours of sleep, the brain is as dysfunctional as it would be after going without sleep for 24 hours.</p>\r\n<p>Lack of sleep causes you to eat more (especially carbs and salty snacks) and your body manages blood sugars less effectively. Hence, people who sleep less than 7 or 8 hours a night will increase their probability of gaining weight, being overweight/obese, and significantly increase their risk of becoming diabetic.</p>\r\n<p>Just one night of sleeping only 4 hours drops natural killer (NK) cell activity 70%. Walker says that NK cells are the secret agents of the immune system, seeking out dangerous elements and eliminating them. Cancerous tumor cells are a prime target. No wonder lack of sleep is linked with developing cancer!</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>But I Canâ€™t Sleep That Long!</strong></h3>\r\n<p>If you are like most Americans, you are not sleeping eight hours every night. In fact, in 1942 the average person slept 7.9 hours a night. Now we sleep on average 6.5 hours â€“ about a 20% drop. But for Walker, consistently getting a good nightâ€™s sleep is an absolute necessity. Sleeping well improves every system of your body.</p>\r\n<p>But what if you donâ€™t. What if you want to sleep eight hours but have difficulty?</p>\r\n<p>Walker does not recommend sleeping pills as they are sedative hypnotics that debilitate your frontal cortex, but do not encourage real restorative sleep. Itâ€™s rather like being knocked out by a two-by-four. And besides, Walker notes that sleeping pills are associated with a higher risk of death and cancer.</p>\r\n<p>Instead, he offers the following:</p>\r\n<h3><strong>5 Steps to better sleep</strong></h3>\r\n<ul>\r\n<li><strong>Go to bed at the same time and get up at the same time weekdays and weekends. Set aside a non-negotiable eight-hour opportunity for sleep.</strong></li>\r\n</ul>\r\n<p>&nbsp;</p>\r\n<ul>\r\n<li>Have a dark bedroom, but also dim or turn off half the lights in the house about an hour before bed. Avoid interacting with blue light devices such as cellphones, computers, or TV during that hour. Darkness, even semi-darkness, encourages your body to produce melatonin, a key hormone for regulating the sleep cycle.</li>\r\n</ul>\r\n<p>&nbsp;</p>\r\n<ul>\r\n<li>Keep your bedroom cool, about 65 degrees. The body needs to drop 2-3 degrees in temperature to initiate sleep. Thatâ€™s why itâ€™s so much easier to sleep in a cold room rather than a hot one. Another tip: Take a hot bath before bed. It causes vasodilation that leads a lot of blood to the surface of the body. When you leave the bath you rapidly lose a lot of temperature and the core of the body becomes cooler. Wear socks in bed if your feet are cold.</li>\r\n</ul>\r\n<p>&nbsp;</p>\r\n<ul>\r\n<li>If you canâ€™t sleep, donâ€™t lie in bed a long time. Do that too often and the brain associates the bed with lying awake. Get up, read, meditate, do something relaxing. Just stay away from the blue-light-emitting devices!</li>\r\n</ul>\r\n<p>&nbsp;</p>\r\n<ul>\r\n<li>Avoid alcohol before bed, and limit caffeine to early in the day. Alcohol is a sedative that knocks out your frontal cortex but does not encourage true sleep. In fact, alcohol fragments sleep, waking you up during the night. It also blocks dream sleep, which is essential for emotional and mental health. Caffeine, on the other hand, is a stimulant with a half-life of six hours and a one-quarter life of eight hours. That means that if you have caffeine in the afternoon, a good bit of it is still in your brain at bedtime. Know, too, that our ability to clear caffeine decreases with age.</li>\r\n</ul>\r\n<p>Walker also mentioned there are two major types of insomnia: having trouble falling asleep and staying asleep. Both are believed to be caused primarily by anxiety.Â  Doing whatever you can to lower anxiety in general is a good idea. That could be exercise earlier in the day and/or mediation in the evening. Ruthâ€™s customers tell us supplements also can be helpful for lowering anxiety and encouraging relaxation: magnesium, L-theanine, Gaba, valerian, tryptophan, kava kava, passionflower, California poppy, and Holy Basil are just a few of the possibilities.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>REFERENCES:</strong></h3>\r\n<p>â€œWhy We Sleep: Unlocking the Power of Sleep and Dreamsâ€ by Matthew Walker</p>\r\n<p>If you want to learn more, google Matthew Walker on youtube.com and youâ€™ll find numerous enlightening podcasts, including a TEDtalk.</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Adequate Sleep','Five steps to getting a better night\'s sleep.','inherit','closed','closed','','1314-revision-v1','','','2019-11-20 12:22:11','2019-11-20 18:22:11','',1314,'https://ruthsnutrition.gsg-host.com/1314-revision-v1/',0,'revision','',0),(1319,2,'2019-11-20 12:24:00','2019-11-20 18:24:00','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h2>It\'s absolutely essential to good health</h2>\r\n<p><img class=\"size-medium wp-image-1315 alignright\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2019/11/Sleep-600X506-300x253.jpg\" alt=\"\" width=\"300\" height=\"253\" /></p>\r\n<p>By Sue Cummings</p>\r\n<p>Iâ€™ve been reading â€œWhy We Sleepâ€ by neuroscientist Matthew Walker, and itâ€™s completely changed how I think about health. Where once I would have said diet and exercise are the primary building blocks of good health, Walker has convinced me that getting good sleep is even more important. Itâ€™s the foundation on which the other two rest because without good sleep itâ€™s hard to stick to a healthy diet (you crave foods, have difficulty controlling blood sugar) and you exercise less efficiently (athletic performance decreases).</p>\r\n<p>Walker says getting good sleep is the single most important lifestyle change we can make to improve our health. He recommends getting eight hours a night, and documents the problems that occur when we get less.</p>\r\n<p>Sleeping well is not just about not feeling tired the next day. Every physiological system in the body and every operation of the mind is enhanced by sleep -- and demonstrably impaired by lack of sleep. Walker calls it our superpower.</p>\r\n<h3><strong>What does sleep do?</strong></h3>\r\n<p>When we sleep, we clear out brain toxins such as amyloid plaques, which are associated with Alzheimerâ€™s disease. Sleep is needed for learning new skills and remembering them, including motor skills like riding a bike. Itâ€™s necessary for a health immune system, and for proper body and brain function. Perhaps the easiest way to understand the importance of sleep is to consider what happens when we sleep less than eight hours a night:</p>\r\n<p>Short sleep is associated with developing cancer, especially bowel, prostate, and breast. The evidence is so strong that the World Health Organization has classified nighttime shift work, which disrupts natural sleep cycles, as a possible carcinogen.</p>\r\n<p>Lack of sleep is associated not only with cancer, but also with Alzheimerâ€™s, diabetes, cardiovascular disease, obesity, chronic pain, depression, anxiety â€“ the diseases of a modern Western society.</p>\r\n<p>Studies show that people who sleep 5 hours a night have a 65% increased likelihood of dying at any time. Shorter sleep equals shorter life.</p>\r\n<p>Men who sleep 4-5 hours a night will have testosterone levels equivalent to someone 10 years older than they are. Men who sleep 5 hours a night have significantly smaller testicles that men who sleep 7 hours or more. Women who routinely sleep less than 6 hours a night experience a 20% drop in follicular-releasing hormone, which is necessary for conception.</p>\r\n<p>Operating on less than 5 hours sleep increases risk of car crashes threefold. In the United States, 1.2 million vehicle crashes are caused by sleepiness each year.</p>\r\n<p>Humans need more than 7 hours of sleep each night to maintain cognitive performance. After 10 days of just 7 hours of sleep, the brain is as dysfunctional as it would be after going without sleep for 24 hours.</p>\r\n<p>Lack of sleep causes you to eat more (especially carbs and salty snacks) and your body manages blood sugars less effectively. Hence, people who sleep less than 7 or 8 hours a night will increase their probability of gaining weight, being overweight/obese, and significantly increase their risk of becoming diabetic.</p>\r\n<p>Just one night of sleeping only 4 hours drops natural killer (NK) cell activity 70%. Walker says that NK cells are the secret agents of the immune system, seeking out dangerous elements and eliminating them. Cancerous tumor cells are a prime target. No wonder lack of sleep is linked with developing cancer!</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>But I canâ€™t sleep that long!</strong></h3>\r\n<p>If you are like most Americans, you are not sleeping eight hours every night. In fact, in 1942 the average person slept 7.9 hours a night. Now we sleep on average 6.5 hours â€“ about a 20% drop. But for Walker, consistently getting a good nightâ€™s sleep is an absolute necessity. Sleeping well improves every system of your body.</p>\r\n<p>But what if you donâ€™t. What if you want to sleep eight hours but have difficulty?</p>\r\n<p>Walker does not recommend sleeping pills as they are sedative hypnotics that debilitate your frontal cortex, but do not encourage real restorative sleep. Itâ€™s rather like being knocked out by a two-by-four. And besides, Walker notes that sleeping pills are associated with a higher risk of death and cancer.</p>\r\n<p>Instead, he offers the following:</p>\r\n<h3><strong>5 steps to better sleep</strong></h3>\r\n<ul>\r\n<li><strong>Go to bed at the same time and get up at the same time weekdays and weekends. Set aside a non-negotiable eight-hour opportunity for sleep.</strong></li>\r\n</ul>\r\n<p>&nbsp;</p>\r\n<ul>\r\n<li><strong>Have a dark bedroom, but also dim or turn off half the lights in the house about an hour before bed. Avoid interacting with blue light devices such as cellphones, computers, or TV during that hour. Darkness, even semi-darkness, encourages your body to produce melatonin, a key hormone for regulating the sleep cycle.</strong></li>\r\n</ul>\r\n<p>&nbsp;</p>\r\n<ul>\r\n<li><strong>Keep your bedroom cool, about 65 degrees. The body needs to drop 2-3 degrees in temperature to initiate sleep. Thatâ€™s why itâ€™s so much easier to sleep in a cold room rather than a hot one. Another tip: Take a hot bath before bed. It causes vasodilation that leads a lot of blood to the surface of the body. When you leave the bath you rapidly lose a lot of temperature and the core of the body becomes cooler. Wear socks in bed if your feet are cold.</strong></li>\r\n</ul>\r\n<p>&nbsp;</p>\r\n<ul>\r\n<li><strong>If you canâ€™t sleep, donâ€™t lie in bed a long time. Do that too often and the brain associates the bed with lying awake. Get up, read, meditate, do something relaxing. Just stay away from the blue-light-emitting devices!</strong></li>\r\n</ul>\r\n<p>&nbsp;</p>\r\n<ul>\r\n<li>Avoid alcohol before bed, and limit caffeine to early in the day. Alcohol is a sedative that knocks out your frontal cortex but does not encourage true sleep. In fact, alcohol fragments sleep, waking you up during the night. It also blocks dream sleep, which is essential for emotional and mental health. Caffeine, on the other hand, is a stimulant with a half-life of six hours and a one-quarter life of eight hours. That means that if you have caffeine in the afternoon, a good bit of it is still in your brain at bedtime. Know, too, that our ability to clear caffeine decreases with age.</li>\r\n</ul>\r\n<p>Walker also mentioned there are two major types of insomnia: having trouble falling asleep and staying asleep. Both are believed to be caused primarily by anxiety.Â  Doing whatever you can to lower anxiety in general is a good idea. That could be exercise earlier in the day and/or mediation in the evening. Ruthâ€™s customers tell us supplements also can be helpful for lowering anxiety and encouraging relaxation: magnesium, L-theanine, Gaba, valerian, tryptophan, kava kava, passionflower, California poppy, and Holy Basil are just a few of the possibilities.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>REFERENCES:</strong></h3>\r\n<p>â€œWhy We Sleep: Unlocking the Power of Sleep and Dreamsâ€ by Matthew Walker</p>\r\n<p>If you want to learn more, google Matthew Walker on youtube.com and youâ€™ll find numerous enlightening podcasts, including a TEDtalk.</p>\r\n<!-- /wp:paragraph -->','Adequate Sleep','Five steps to getting a better night\'s sleep.','inherit','closed','closed','','1314-revision-v1','','','2019-11-20 12:24:00','2019-11-20 18:24:00','',1314,'https://ruthsnutrition.gsg-host.com/1314-revision-v1/',0,'revision','',0),(1320,2,'2019-11-20 12:24:52','2019-11-20 18:24:52','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h2>It\'s absolutely essential to good health</h2>\r\n<p><img class=\"size-medium wp-image-1315 alignright\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2019/11/Sleep-600X506-300x253.jpg\" alt=\"\" width=\"300\" height=\"253\" /></p>\r\n<p>By Sue Cummings</p>\r\n<p>Iâ€™ve been reading â€œWhy We Sleepâ€ by neuroscientist Matthew Walker, and itâ€™s completely changed how I think about health. Where once I would have said diet and exercise are the primary building blocks of good health, Walker has convinced me that getting good sleep is even more important. Itâ€™s the foundation on which the other two rest because without good sleep itâ€™s hard to stick to a healthy diet (you crave foods, have difficulty controlling blood sugar) and you exercise less efficiently (athletic performance decreases).</p>\r\n<p>Walker says getting good sleep is the single most important lifestyle change we can make to improve our health. He recommends getting eight hours a night, and documents the problems that occur when we get less.</p>\r\n<p>Sleeping well is not just about not feeling tired the next day. Every physiological system in the body and every operation of the mind is enhanced by sleep -- and demonstrably impaired by lack of sleep. Walker calls it our superpower.</p>\r\n<h3><strong>What does sleep do?</strong></h3>\r\n<p>When we sleep, we clear out brain toxins such as amyloid plaques, which are associated with Alzheimerâ€™s disease. Sleep is needed for learning new skills and remembering them, including motor skills like riding a bike. Itâ€™s necessary for a health immune system, and for proper body and brain function. Perhaps the easiest way to understand the importance of sleep is to consider what happens when we sleep less than eight hours a night:</p>\r\n<p>Short sleep is associated with developing cancer, especially bowel, prostate, and breast. The evidence is so strong that the World Health Organization has classified nighttime shift work, which disrupts natural sleep cycles, as a possible carcinogen.</p>\r\n<p>Lack of sleep is associated not only with cancer, but also with Alzheimerâ€™s, diabetes, cardiovascular disease, obesity, chronic pain, depression, anxiety â€“ the diseases of a modern Western society.</p>\r\n<p>Studies show that people who sleep 5 hours a night have a 65% increased likelihood of dying at any time. Shorter sleep equals shorter life.</p>\r\n<p>Men who sleep 4-5 hours a night will have testosterone levels equivalent to someone 10 years older than they are. Men who sleep 5 hours a night have significantly smaller testicles that men who sleep 7 hours or more. Women who routinely sleep less than 6 hours a night experience a 20% drop in follicular-releasing hormone, which is necessary for conception.</p>\r\n<p>Operating on less than 5 hours sleep increases risk of car crashes threefold. In the United States, 1.2 million vehicle crashes are caused by sleepiness each year.</p>\r\n<p>Humans need more than 7 hours of sleep each night to maintain cognitive performance. After 10 days of just 7 hours of sleep, the brain is as dysfunctional as it would be after going without sleep for 24 hours.</p>\r\n<p>Lack of sleep causes you to eat more (especially carbs and salty snacks) and your body manages blood sugars less effectively. Hence, people who sleep less than 7 or 8 hours a night will increase their probability of gaining weight, being overweight/obese, and significantly increase their risk of becoming diabetic.</p>\r\n<p>Just one night of sleeping only 4 hours drops natural killer (NK) cell activity 70%. Walker says that NK cells are the secret agents of the immune system, seeking out dangerous elements and eliminating them. Cancerous tumor cells are a prime target. No wonder lack of sleep is linked with developing cancer!</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>But I donâ€™t sleep that long!</strong></h3>\r\n<p>If you are like most Americans, you are not sleeping eight hours every night. In fact, in 1942 the average person slept 7.9 hours a night. Now we sleep on average 6.5 hours â€“ about a 20% drop. But for Walker, consistently getting a good nightâ€™s sleep is an absolute necessity. Sleeping well improves every system of your body.</p>\r\n<p>But what if you donâ€™t. What if you want to sleep eight hours but have difficulty?</p>\r\n<p>Walker does not recommend sleeping pills as they are sedative hypnotics that debilitate your frontal cortex, but do not encourage real restorative sleep. Itâ€™s rather like being knocked out by a two-by-four. And besides, Walker notes that sleeping pills are associated with a higher risk of death and cancer.</p>\r\n<p>Instead, he offers the following:</p>\r\n<h3><strong>5 steps to better sleep</strong></h3>\r\n<ul>\r\n<li><strong>Go to bed at the same time and get up at the same time weekdays and weekends. Set aside a non-negotiable eight-hour opportunity for sleep.</strong></li>\r\n</ul>\r\n<p>&nbsp;</p>\r\n<ul>\r\n<li><strong>Have a dark bedroom, but also dim or turn off half the lights in the house about an hour before bed. Avoid interacting with blue light devices such as cellphones, computers, or TV during that hour. Darkness, even semi-darkness, encourages your body to produce melatonin, a key hormone for regulating the sleep cycle.</strong></li>\r\n</ul>\r\n<p>&nbsp;</p>\r\n<ul>\r\n<li><strong>Keep your bedroom cool, about 65 degrees. The body needs to drop 2-3 degrees in temperature to initiate sleep. Thatâ€™s why itâ€™s so much easier to sleep in a cold room rather than a hot one. Another tip: Take a hot bath before bed. It causes vasodilation that leads a lot of blood to the surface of the body. When you leave the bath you rapidly lose a lot of temperature and the core of the body becomes cooler. Wear socks in bed if your feet are cold.</strong></li>\r\n</ul>\r\n<p>&nbsp;</p>\r\n<ul>\r\n<li><strong>If you canâ€™t sleep, donâ€™t lie in bed a long time. Do that too often and the brain associates the bed with lying awake. Get up, read, meditate, do something relaxing. Just stay away from the blue-light-emitting devices!</strong></li>\r\n</ul>\r\n<p>&nbsp;</p>\r\n<ul>\r\n<li>Avoid alcohol before bed, and limit caffeine to early in the day. Alcohol is a sedative that knocks out your frontal cortex but does not encourage true sleep. In fact, alcohol fragments sleep, waking you up during the night. It also blocks dream sleep, which is essential for emotional and mental health. Caffeine, on the other hand, is a stimulant with a half-life of six hours and a one-quarter life of eight hours. That means that if you have caffeine in the afternoon, a good bit of it is still in your brain at bedtime. Know, too, that our ability to clear caffeine decreases with age.</li>\r\n</ul>\r\n<p>Walker also mentioned there are two major types of insomnia: having trouble falling asleep and staying asleep. Both are believed to be caused primarily by anxiety.Â  Doing whatever you can to lower anxiety in general is a good idea. That could be exercise earlier in the day and/or mediation in the evening. Ruthâ€™s customers tell us supplements also can be helpful for lowering anxiety and encouraging relaxation: magnesium, L-theanine, Gaba, valerian, tryptophan, kava kava, passionflower, California poppy, and Holy Basil are just a few of the possibilities.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>REFERENCES:</strong></h3>\r\n<p>â€œWhy We Sleep: Unlocking the Power of Sleep and Dreamsâ€ by Matthew Walker</p>\r\n<p>If you want to learn more, google Matthew Walker on youtube.com and youâ€™ll find numerous enlightening podcasts, including a TEDtalk.</p>\r\n<!-- /wp:paragraph -->','Adequate Sleep','Five steps to getting a better night\'s sleep.','inherit','closed','closed','','1314-revision-v1','','','2019-11-20 12:24:52','2019-11-20 18:24:52','',1314,'https://ruthsnutrition.gsg-host.com/1314-revision-v1/',0,'revision','',0),(1321,2,'2019-11-20 12:25:33','2019-11-20 18:25:33','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h2>It\'s absolutely essential to good health</h2>\r\n<p><img class=\"size-medium wp-image-1315 alignright\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2019/11/Sleep-600X506-300x253.jpg\" alt=\"\" width=\"300\" height=\"253\" /></p>\r\n<p>By Sue Cummings</p>\r\n<p>Iâ€™ve been reading â€œWhy We Sleepâ€ by neuroscientist Matthew Walker, and itâ€™s completely changed how I think about health. Where once I would have said diet and exercise are the primary building blocks of good health, Walker has convinced me that getting good sleep is even more important. Itâ€™s the foundation on which the other two rest because without good sleep itâ€™s hard to stick to a healthy diet (you crave foods, have difficulty controlling blood sugar) and you exercise less efficiently (athletic performance decreases).</p>\r\n<p>Walker says getting good sleep is the single most important lifestyle change we can make to improve our health. He recommends getting eight hours a night, and documents the problems that occur when we get less.</p>\r\n<p>Sleeping well is not just about not feeling tired the next day. Every physiological system in the body and every operation of the mind is enhanced by sleep -- and demonstrably impaired by lack of sleep. Walker calls it our superpower.</p>\r\n<h3><strong>What does sleep do?</strong></h3>\r\n<p>When we sleep, we clear out brain toxins such as amyloid plaques, which are associated with Alzheimerâ€™s disease. Sleep is needed for learning new skills and remembering them, including motor skills like riding a bike. Itâ€™s necessary for a health immune system, and for proper body and brain function. Perhaps the easiest way to understand the importance of sleep is to consider what happens when we sleep less than eight hours a night:</p>\r\n<p>Short sleep is associated with developing cancer, especially bowel, prostate, and breast. The evidence is so strong that the World Health Organization has classified nighttime shift work, which disrupts natural sleep cycles, as a possible carcinogen.</p>\r\n<p>Lack of sleep is associated not only with cancer, but also with Alzheimerâ€™s, diabetes, cardiovascular disease, obesity, chronic pain, depression, anxiety â€“ the diseases of a modern Western society.</p>\r\n<p>Studies show that people who sleep 5 hours a night have a 65% increased likelihood of dying at any time. Shorter sleep equals shorter life.</p>\r\n<p>Men who sleep 4-5 hours a night will have testosterone levels equivalent to someone 10 years older than they are. Men who sleep 5 hours a night have significantly smaller testicles that men who sleep 7 hours or more. Women who routinely sleep less than 6 hours a night experience a 20% drop in follicular-releasing hormone, which is necessary for conception.</p>\r\n<p>Operating on less than 5 hours sleep increases risk of car crashes threefold. In the United States, 1.2 million vehicle crashes are caused by sleepiness each year.</p>\r\n<p>Humans need more than 7 hours of sleep each night to maintain cognitive performance. After 10 days of just 7 hours of sleep, the brain is as dysfunctional as it would be after going without sleep for 24 hours.</p>\r\n<p>Lack of sleep causes you to eat more (especially carbs and salty snacks) and your body manages blood sugars less effectively. Hence, people who sleep less than 7 or 8 hours a night will increase their probability of gaining weight, being overweight/obese, and significantly increase their risk of becoming diabetic.</p>\r\n<p>Just one night of sleeping only 4 hours drops natural killer (NK) cell activity 70%. Walker says that NK cells are the secret agents of the immune system, seeking out dangerous elements and eliminating them. Cancerous tumor cells are a prime target. No wonder lack of sleep is linked with developing cancer!</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>But I donâ€™t sleep that long!</strong></h3>\r\n<p>If you are like most Americans, you are not sleeping eight hours every night. In fact, in 1942 the average person slept 7.9 hours a night. Now we sleep on average 6.5 hours â€“ about a 20% drop. But for Walker, consistently getting a good nightâ€™s sleep is an absolute necessity. Sleeping well improves every system of your body.</p>\r\n<p>But what if you donâ€™t. What if you want to sleep eight hours but have difficulty?</p>\r\n<p>Walker does not recommend sleeping pills as they are sedative hypnotics that debilitate your frontal cortex, but do not encourage real restorative sleep. Itâ€™s rather like being knocked out by a two-by-four. And besides, Walker notes that sleeping pills are associated with a higher risk of death and cancer.</p>\r\n<p>Instead, he offers the following:</p>\r\n<h3><strong>5 steps to better sleep</strong></h3>\r\n<ul>\r\n<li><strong>Go to bed at the same time and get up at the same time weekdays and weekends. Set aside a non-negotiable eight-hour opportunity for sleep.</strong></li>\r\n</ul>\r\n<p>&nbsp;</p>\r\n<ul>\r\n<li><strong>Have a dark bedroom, but also dim or turn off half the lights in the house about an hour before bed. Avoid interacting with blue light devices such as cellphones, computers, or TV during that hour. Darkness, even semi-darkness, encourages your body to produce melatonin, a key hormone for regulating the sleep cycle.</strong></li>\r\n</ul>\r\n<p>&nbsp;</p>\r\n<ul>\r\n<li><strong>Keep your bedroom cool, about 65 degrees. The body needs to drop 2-3 degrees in temperature to initiate sleep. Thatâ€™s why itâ€™s so much easier to sleep in a cold room rather than a hot one. Another tip: Take a hot bath before bed. It causes vasodilation that leads a lot of blood to the surface of the body. When you leave the bath you rapidly lose a lot of temperature and the core of the body becomes cooler. Wear socks in bed if your feet are cold.</strong></li>\r\n</ul>\r\n<p>&nbsp;</p>\r\n<ul>\r\n<li><strong>If you canâ€™t sleep, donâ€™t lie in bed a long time. Do that too often and the brain associates the bed with lying awake. Get up, read, meditate, do something relaxing. Just stay away from the blue-light-emitting devices!</strong></li>\r\n</ul>\r\n<p>&nbsp;</p>\r\n<ul>\r\n<li><strong>Avoid alcohol before bed, and limit caffeine to early in the day. Alcohol is a sedative that knocks out your frontal cortex but does not encourage true sleep. In fact, alcohol fragments sleep, waking you up during the night. It also blocks dream sleep, which is essential for emotional and mental health. Caffeine, on the other hand, is a stimulant with a half-life of six hours and a one-quarter life of eight hours. That means that if you have caffeine in the afternoon, a good bit of it is still in your brain at bedtime. Know, too, that our ability to clear caffeine decreases with age.</strong></li>\r\n</ul>\r\n<p>Walker also mentioned there are two major types of insomnia: having trouble falling asleep and staying asleep. Both are believed to be caused primarily by anxiety.Â  Doing whatever you can to lower anxiety in general is a good idea. That could be exercise earlier in the day and/or mediation in the evening. Ruthâ€™s customers tell us supplements also can be helpful for lowering anxiety and encouraging relaxation: magnesium, L-theanine, Gaba, valerian, tryptophan, kava kava, passionflower, California poppy, and Holy Basil are just a few of the possibilities.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>REFERENCES:</strong></h3>\r\n<p>â€œWhy We Sleep: Unlocking the Power of Sleep and Dreamsâ€ by Matthew Walker</p>\r\n<p>If you want to learn more, google Matthew Walker on youtube.com and youâ€™ll find numerous enlightening podcasts, including a TEDtalk.</p>\r\n<!-- /wp:paragraph -->','Adequate Sleep','Five steps to getting a better night\'s sleep.','inherit','closed','closed','','1314-revision-v1','','','2019-11-20 12:25:33','2019-11-20 18:25:33','',1314,'https://ruthsnutrition.gsg-host.com/1314-revision-v1/',0,'revision','',0),(1323,2,'2019-11-25 13:32:20','2019-11-25 19:32:20','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>We\'ve got some great gift ideas!</h2>\r\n<img class=\"size-medium wp-image-1324 alignright\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2019/11/Christmas-stockings-599X-283x300.jpg\" alt=\"\" width=\"283\" height=\"300\" />Christmas is just around the corner, and Ruthâ€™s has several gift ideas to help make your shopping easier!\r\n<ul>\r\n 	<li><strong>Essential Oil Diffuser â€“ Weâ€™ve got several styles in stock, anything from a small diffuser for your car to a large diffuser that will cover 1,000 square feet. Weâ€™ve even got a small diffuser traveling case that comes with some essential oils.</strong></li>\r\n</ul>\r\n<ul>\r\n 	<li><strong>Essential Oils â€“ If you know someone who dabbles in aromatherapy, weâ€™ve got a wide selection of essential oils that includes four fine product lines: Young Living, Simplers Botanicals (organic), Garden of Life (organic), and Aura Cacia.</strong></li>\r\n</ul>\r\n<ul>\r\n 	<li><strong>Aromatherapy supplies â€“ Weâ€™ve got glass jars of all sizes â€“ sprays, droppers, rollers, and salve jars. And weâ€™ve got aromatherapy books, perfect for the beginner or intermediate user.</strong></li>\r\n</ul>\r\n<ul>\r\n 	<li><strong>Aromatherapy jewelry â€“ Weâ€™ve got two sizes of lockets and aromatherapy bracelets.</strong></li>\r\n</ul>\r\n<ul>\r\n 	<li><strong>Pampering supplies â€“ Weâ€™ve got Anti-Stress Eye Pillows, back brushes, body scrubbers, E.O. bath soaks and shower gels in Juniper &amp; Cedarwood or Geranium &amp; Sweet Orange.</strong></li>\r\n</ul>\r\n<ul>\r\n 	<li><strong>Stocking Stuffers â€“ Choose Derma-E hand lotions â€“ Rosehip &amp; Almond, Jasmine &amp; Vanilla, Lavender &amp; Neroli, or Vitamin E Fragrance-Free. Or a box of GinGins ginger candy, Next Organics Dark Cholate Covered Ginger candies (Yum!), Buddha Teas (Japanese Cherry Blossom, Divine Immunity Blend, and more!), Reeds Crystalized Ginger in a decorative tin.</strong></li>\r\n</ul>\r\n<ul>\r\n 	<li><strong>Ruthâ€™s Gift Certificates â€“ Perfect for Ruthâ€™s Nutrition fans!</strong></li>\r\n</ul>','Christmas is coming','Ruth\'s great gift ideas!','publish','closed','open','','christmas-is-coming','','','2019-11-25 13:32:20','2019-11-25 19:32:20','',0,'https://ruthsnutrition.gsg-host.com/?p=1323',0,'post','',0),(1324,2,'2019-11-25 13:26:15','2019-11-25 19:26:15','','Christmas stockings 599X','','inherit','open','closed','','christmas-stockings-599x','','','2019-11-25 13:26:15','2019-11-25 19:26:15','',1323,'https://ruthsnutrition.gsg-host.com/wp-content/uploads/2019/11/Christmas-stockings-599X.jpg',0,'attachment','image/jpeg',0),(1325,2,'2019-11-25 13:28:00','2019-11-25 19:28:00','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h3>We\'ve got some great gift ideas!</h3>\r\nChristmas is just around the corner, and Ruthâ€™s has several gift ideas to help make your shopping easier!\r\n<ul>\r\n 	<li><strong>Essential Oil Diffuser â€“ Weâ€™ve got several styles in stock, anything from a small diffuser for your car to a large diffuser that will cover 1,000 square feet. Weâ€™ve even got a small diffuser traveling case that comes with some essential oils.</strong></li>\r\n</ul>\r\n&nbsp;\r\n<ul>\r\n 	<li><strong>Essential Oils â€“ If you know someone who dabbles in aromatherapy, weâ€™ve got a wide selection of essential oils that includes four fine product lines: Young Living, Simplers Botanicals (organic), Garden of Life (organic), and Aura Cacia.</strong></li>\r\n</ul>\r\n&nbsp;\r\n<ul>\r\n 	<li><strong>Aromatherapy supplies â€“ Weâ€™ve got glass jars of all sizes â€“ sprays, droppers, rollers, and salve jars. And weâ€™ve got aromatherapy books, perfect for the beginner or intermediate user.</strong></li>\r\n</ul>\r\n&nbsp;\r\n<ul>\r\n 	<li><strong>Aromatherapy jewelry â€“ Weâ€™ve got two sizes of lockets and aromatherapy bracelets.</strong></li>\r\n</ul>\r\n&nbsp;\r\n<ul>\r\n 	<li><strong>Pampering supplies â€“ Weâ€™ve got Anti-Stress Eye Pillows, back brushes, body scrubbers, E.O. bath soaks and shower gels in Juniper &amp; Cedarwood or Geranium &amp; Sweet Orange.</strong></li>\r\n</ul>\r\n&nbsp;\r\n<ul>\r\n 	<li><strong>Stocking Stuffers â€“ Choose Derma-E hand lotions â€“ Rosehip &amp; Almond, Jasmine &amp; Vanilla, Lavender &amp; Neroli, or Vitamin E Fragrance-Free. Or a box of GinGins ginger candy, Next Organics Dark Cholate Covered Ginger candies (Yum!), Buddha Teas (Japanese Cherry Blossom, Divine Immunity Blend, and more!), Reeds Crystalized Ginger in a decorative tin.</strong></li>\r\n</ul>\r\n&nbsp;\r\n<ul>\r\n 	<li><strong>Ruthâ€™s Gift Certificates â€“ Perfect for Ruthâ€™s Nutrition fans!</strong></li>\r\n</ul>','Christmas is coming','Ruth\'s great gift ideas!','inherit','closed','closed','','1323-revision-v1','','','2019-11-25 13:28:00','2019-11-25 19:28:00','',1323,'https://ruthsnutrition.gsg-host.com/1323-revision-v1/',0,'revision','',0),(1326,2,'2019-11-25 13:28:55','2019-11-25 19:28:55','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>We\'ve got some great gift ideas!</h2>\r\nChristmas is just around the corner, and Ruthâ€™s has several gift ideas to help make your shopping easier!\r\n<ul>\r\n 	<li><strong>Essential Oil Diffuser â€“ Weâ€™ve got several styles in stock, anything from a small diffuser for your car to a large diffuser that will cover 1,000 square feet. Weâ€™ve even got a small diffuser traveling case that comes with some essential oils.</strong></li>\r\n</ul>\r\n&nbsp;\r\n<ul>\r\n 	<li><strong>Essential Oils â€“ If you know someone who dabbles in aromatherapy, weâ€™ve got a wide selection of essential oils that includes four fine product lines: Young Living, Simplers Botanicals (organic), Garden of Life (organic), and Aura Cacia.</strong></li>\r\n</ul>\r\n&nbsp;\r\n<ul>\r\n 	<li><strong>Aromatherapy supplies â€“ Weâ€™ve got glass jars of all sizes â€“ sprays, droppers, rollers, and salve jars. And weâ€™ve got aromatherapy books, perfect for the beginner or intermediate user.</strong></li>\r\n</ul>\r\n&nbsp;\r\n<ul>\r\n 	<li><strong>Aromatherapy jewelry â€“ Weâ€™ve got two sizes of lockets and aromatherapy bracelets.</strong></li>\r\n</ul>\r\n&nbsp;\r\n<ul>\r\n 	<li><strong>Pampering supplies â€“ Weâ€™ve got Anti-Stress Eye Pillows, back brushes, body scrubbers, E.O. bath soaks and shower gels in Juniper &amp; Cedarwood or Geranium &amp; Sweet Orange.</strong></li>\r\n</ul>\r\n&nbsp;\r\n<ul>\r\n 	<li><strong>Stocking Stuffers â€“ Choose Derma-E hand lotions â€“ Rosehip &amp; Almond, Jasmine &amp; Vanilla, Lavender &amp; Neroli, or Vitamin E Fragrance-Free. Or a box of GinGins ginger candy, Next Organics Dark Cholate Covered Ginger candies (Yum!), Buddha Teas (Japanese Cherry Blossom, Divine Immunity Blend, and more!), Reeds Crystalized Ginger in a decorative tin.</strong></li>\r\n</ul>\r\n&nbsp;\r\n<ul>\r\n 	<li><strong>Ruthâ€™s Gift Certificates â€“ Perfect for Ruthâ€™s Nutrition fans!</strong></li>\r\n</ul>','Christmas is coming','Ruth\'s great gift ideas!','inherit','closed','closed','','1323-revision-v1','','','2019-11-25 13:28:55','2019-11-25 19:28:55','',1323,'https://ruthsnutrition.gsg-host.com/1323-revision-v1/',0,'revision','',0),(1327,2,'2019-11-25 13:31:04','2019-11-25 19:31:04','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>We\'ve got some great gift ideas!</h2>\r\nChristmas is just around the corner, and Ruthâ€™s has several gift ideas to help make your shopping easier!\r\n<ul>\r\n 	<li><strong>Essential Oil Diffuser â€“ Weâ€™ve got several styles in stock, anything from a small diffuser for your car to a large diffuser that will cover 1,000 square feet. Weâ€™ve even got a small diffuser traveling case that comes with some essential oils.</strong></li>\r\n</ul>\r\n<ul>\r\n 	<li><strong>Essential Oils â€“ If you know someone who dabbles in aromatherapy, weâ€™ve got a wide selection of essential oils that includes four fine product lines: Young Living, Simplers Botanicals (organic), Garden of Life (organic), and Aura Cacia.</strong></li>\r\n</ul>\r\n<ul>\r\n 	<li><strong>Aromatherapy supplies â€“ Weâ€™ve got glass jars of all sizes â€“ sprays, droppers, rollers, and salve jars. And weâ€™ve got aromatherapy books, perfect for the beginner or intermediate user.</strong></li>\r\n</ul>\r\n<ul>\r\n 	<li><strong>Aromatherapy jewelry â€“ Weâ€™ve got two sizes of lockets and aromatherapy bracelets.</strong></li>\r\n</ul>\r\n<ul>\r\n 	<li><strong>Pampering supplies â€“ Weâ€™ve got Anti-Stress Eye Pillows, back brushes, body scrubbers, E.O. bath soaks and shower gels in Juniper &amp; Cedarwood or Geranium &amp; Sweet Orange.</strong></li>\r\n</ul>\r\n<ul>\r\n 	<li><strong>Stocking Stuffers â€“ Choose Derma-E hand lotions â€“ Rosehip &amp; Almond, Jasmine &amp; Vanilla, Lavender &amp; Neroli, or Vitamin E Fragrance-Free. Or a box of GinGins ginger candy, Next Organics Dark Cholate Covered Ginger candies (Yum!), Buddha Teas (Japanese Cherry Blossom, Divine Immunity Blend, and more!), Reeds Crystalized Ginger in a decorative tin.</strong></li>\r\n</ul>\r\n<ul>\r\n 	<li><strong>Ruthâ€™s Gift Certificates â€“ Perfect for Ruthâ€™s Nutrition fans!</strong></li>\r\n</ul>','Christmas is coming','Ruth\'s great gift ideas!','inherit','closed','closed','','1323-revision-v1','','','2019-11-25 13:31:04','2019-11-25 19:31:04','',1323,'https://ruthsnutrition.gsg-host.com/1323-revision-v1/',0,'revision','',0),(1328,2,'2019-11-25 13:31:58','2019-11-25 19:31:58','[vc_row][vc_column width=\"2/3\"][vc_column_text]\r\n<h2>We\'ve got some great gift ideas!</h2>\r\n<img class=\"size-medium wp-image-1324 alignright\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2019/11/Christmas-stockings-599X-283x300.jpg\" alt=\"\" width=\"283\" height=\"300\" />Christmas is just around the corner, and Ruthâ€™s has several gift ideas to help make your shopping easier!\r\n<ul>\r\n 	<li><strong>Essential Oil Diffuser â€“ Weâ€™ve got several styles in stock, anything from a small diffuser for your car to a large diffuser that will cover 1,000 square feet. Weâ€™ve even got a small diffuser traveling case that comes with some essential oils.</strong></li>\r\n</ul>\r\n<ul>\r\n 	<li><strong>Essential Oils â€“ If you know someone who dabbles in aromatherapy, weâ€™ve got a wide selection of essential oils that includes four fine product lines: Young Living, Simplers Botanicals (organic), Garden of Life (organic), and Aura Cacia.</strong></li>\r\n</ul>\r\n<ul>\r\n 	<li><strong>Aromatherapy supplies â€“ Weâ€™ve got glass jars of all sizes â€“ sprays, droppers, rollers, and salve jars. And weâ€™ve got aromatherapy books, perfect for the beginner or intermediate user.</strong></li>\r\n</ul>\r\n<ul>\r\n 	<li><strong>Aromatherapy jewelry â€“ Weâ€™ve got two sizes of lockets and aromatherapy bracelets.</strong></li>\r\n</ul>\r\n<ul>\r\n 	<li><strong>Pampering supplies â€“ Weâ€™ve got Anti-Stress Eye Pillows, back brushes, body scrubbers, E.O. bath soaks and shower gels in Juniper &amp; Cedarwood or Geranium &amp; Sweet Orange.</strong></li>\r\n</ul>\r\n<ul>\r\n 	<li><strong>Stocking Stuffers â€“ Choose Derma-E hand lotions â€“ Rosehip &amp; Almond, Jasmine &amp; Vanilla, Lavender &amp; Neroli, or Vitamin E Fragrance-Free. Or a box of GinGins ginger candy, Next Organics Dark Cholate Covered Ginger candies (Yum!), Buddha Teas (Japanese Cherry Blossom, Divine Immunity Blend, and more!), Reeds Crystalized Ginger in a decorative tin.</strong></li>\r\n</ul>\r\n<ul>\r\n 	<li><strong>Ruthâ€™s Gift Certificates â€“ Perfect for Ruthâ€™s Nutrition fans!</strong></li>\r\n</ul>','Christmas is coming','Ruth\'s great gift ideas!','inherit','closed','closed','','1323-revision-v1','','','2019-11-25 13:31:58','2019-11-25 19:31:58','',1323,'https://ruthsnutrition.gsg-host.com/1323-revision-v1/',0,'revision','',0),(1331,2,'2019-12-30 10:53:39','2019-12-30 16:53:39','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h2><strong>A weight-loss plan that really works</strong></h2>\r\n<p><img class=\"wp-image-1332 size-medium alignright\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2019/12/intermittent-fasting-600X492-300x246.jpg\" alt=\"\" width=\"300\" height=\"246\" /></p>\r\n<p>Itâ€™s a new year, time for resolutions and the annual weight loss story. But this year weâ€™re excited to talk about a weight-loss strategy that really works â€“ intermittent fasting. Better yet, this practice offers a multitude of benefits.</p>\r\n<p>What is intermittent fasting? Basically put, itâ€™s narrowing the hours youâ€™re allowed to eat. But donâ€™t panic, it doesnâ€™t have to be all that long. Studies show health benefits happen with as little as a 10-hour fast. So, say you have breakfast at 8 a.m., youâ€™d stop eating by 6 p.m. and youâ€™d be sleeping during most of your 10-hour fast.</p>\r\n<p>Whatâ€™s amazing is that a study of overweight people doing that exact schedule for three months found participants lost 3% body weight and 4% in abdominal visceral fat (the most dangerous kind). They lost 4-7% of their waist circumference. These people also had improved blood pressure and cholesterol numbers. Some participants reported better sleep, and many reported more energy.</p>\r\n<p>If you do a quick check of the many Facebook groups of people who are practicing similar eating schedules, youâ€™ll find countless overweight people who have lost dozens of pounds. Some practice narrower feeding windows â€“ 8, 6, or even 4 hours â€“ depending on how much weight they want to lose or if they have Type II diabetes. Most of them proclaim they have more energy and they love the lifestyle.</p>\r\n<p>Itâ€™s easy to understand why. Hereâ€™s a quick list of benefits gained by intermittent fasting:</p>\r\n<ul>\r\n<li><strong>It burns fat, not sugar. That leads to fat loss, especially belly fat.</strong></li>\r\n<li><strong>It lowers insulin, blood sugar, and improves insulin sensitivity. Studies show fasting insulin has been reduced by 20-31%, while fasting blood sugar was reduced by 3-6%. Thatâ€™s a great benefit for weight loss and Type II diabetes. In fact, many report losing their diabetes diagnosis.</strong></li>\r\n<li><strong>It increases levels of human growth hormone. As we age, HGH tends to decrease, causing increased fat accumulation and loss of muscle mass. Increasing HGH can help subjects lose weight while minimizing muscle loss.</strong></li>\r\n<li><strong>It increases norepinephrine. This contributes to a boosted metabolism (by as much as 3.6-14%), weight loss, and increased energy.</strong></li>\r\n<li><strong>It improves cellular health. Fasting initiates a waste-removal process called autophagy. That helps the body clean house, removing dysfunctional or damaged cells while making room for healthy, new ones. People on the Facebook groups report wounds healing faster.</strong></li>\r\n<li><strong>It increases brain-derived neurotrophic factor (BDNF). This protein is important for learning, memory, and the generation of new nerves cells in the hippocampus. BDNF also makes neurons more resistant to stress.</strong></li>\r\n<li><strong>It can reduce inflammation in the body. Periodic fasting reprograms T-cell populations, tamping down autoimmunity while improving the bodyâ€™s ability to respond to infections. It also decreases inflammatory cytokines.</strong></li>\r\n</ul>\r\n<p>Wow! Thatâ€™s an impressive array of benefits just for limiting when you eat. For anyone who wants to start intermittent fasting, experts recommend starting with a larger feeding window, 12 to 10 hours, to make the transition easier. During the hours you are fasting, drink only water, sparkling water, black coffee or tea. Avoid any flavors or sweeteners, even stevia, as just tasting sweet even without ingesting calories can make your body produce insulin. The idea is to keep insulin production as low as possible during fasting. As you get used to regulating eating times, try narrowing your feeding window to 8 or 6 hours. Scientists say the greatest benefits happen after 18 hours of fasting (a 6-hour feeding window), but even with 10 hours of fasting (an 8-hour feeding window) benefits begin to occur.</p>\r\n<p>Those who have a lot of weight to lose, often combine intermittent fasting with a low-carb or ketogenic diet when they eat. Benefits can be even bigger when they do.</p>\r\n<p>Dr. Jason Fung, a kidney specialist who deals with many diabetic patients, is a huge advocate of intermittent fasting. He has many patients who have been able to get off their medications. That said, any diabetic considering intermittent fasting should consult a doctor first. The same holds true for pregnant women.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>REFERENCES</strong></p>\r\n<p><a href=\"https://www.healthline.com/nutrition/10-health-benefits-of-intermittent-fasting#section5\" target=\"_blank\" rel=\"noopener noreferrer\">IF Health Benefits</a></p>\r\n<p><a href=\"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4257368/#b13-ijhs-8-3-v\" target=\"_blank\" rel=\"noopener noreferrer\">IF Reducing Diseases</a></p>\r\n<p><a href=\"https://chriskresser.com/intermittent-fasting-the-science-behind-the-trend/\" target=\"_blank\" rel=\"noopener noreferrer\">IF Science Behind the Trend</a></p>\r\n<p><a href=\"https://www.npr.org/sections/thesalt/2019/12/08/785142534/eat-for-10-hours-fast-for-14-this-daily-habit-prompts-weight-loss-study-finds\" target=\"_blank\" rel=\"noopener noreferrer\">IF Study</a></p>\r\n<p><a href=\"https://www.the-scientist.com/features/running-on-empty-31436?utm_content=107870880&amp;utm_medium=social&amp;utm_source=facebook&amp;hss_channel=fbp-212009668822281&amp;fbclid=IwAR10R25aXBxJQtsdqLMk6EXNd4IQTJxqAXVml8TOxkwX1CR4UYw7dggJxuw\" target=\"_blank\" rel=\"noopener noreferrer\">IF Inflammation, Cancer</a></p>\r\n<p><a href=\"https://www.brainfacts.org/thinking-sensing-and-behaving/diet-and-lifestyle/2018/how-does-fasting-affect-the-brain-071318\" target=\"_blank\" rel=\"noopener noreferrer\">How IF Affects the Brain</a></p>\r\n<p><a href=\"https://dofasting.com/blog/\" target=\"_blank\" rel=\"noopener noreferrer\">Dr. Jason Fung on IF</a></p>\r\n<p><a href=\"https://www.facebook.com/groups/1813271035601148/\" target=\"_blank\" rel=\"noopener noreferrer\">Facebook group Delay, Donâ€™t Deny</a></p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Intermittent fasting','A plan with multiple benefits!','publish','closed','open','','intermittent-fasting','','','2019-12-30 10:53:39','2019-12-30 16:53:39','',0,'https://ruthsnutrition.gsg-host.com/?p=1331',0,'post','',0),(1332,2,'2019-12-30 10:21:47','2019-12-30 16:21:47','','Vegetables on round chopping board, symbol for intermittent  fasting','Vegetables on round chopping board, symbol for intermittent  fasting','inherit','open','closed','','vegetables-on-round-chopping-board-symbol-for-intermittent-fasting','','','2019-12-30 10:21:47','2019-12-30 16:21:47','',1331,'https://ruthsnutrition.gsg-host.com/wp-content/uploads/2019/12/intermittent-fasting-600X492.jpg',0,'attachment','image/jpeg',0),(1333,2,'2019-12-30 10:48:44','2019-12-30 16:48:44','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h2>The weight-loss plan that really works</h2>\r\n<p><img class=\"wp-image-1332 size-medium\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2019/12/intermittent-fasting-600X492-300x246.jpg\" alt=\"\" width=\"300\" height=\"246\" /></p>\r\n<p>Itâ€™s a new year, time for resolutions and the annual weight loss story. But this year weâ€™re excited to talk about a weight-loss strategy that really works â€“ intermittent fasting. Better yet, this practice offers a multitude of benefits.</p>\r\n<p>What is intermittent fasting? Basically put, itâ€™s narrowing the hours youâ€™re allowed to eat. But donâ€™t panic, it doesnâ€™t have to be all that long. Studies show health benefits happen with as little as a 10-hour fast. So, say you have breakfast at 8 a.m., youâ€™d stop eating by 6 p.m. and youâ€™d be sleeping during most of your 10-hour fast.</p>\r\n<p>Whatâ€™s amazing is that a study of overweight people doing that exact schedule for three months found participants lost 3% body weight and 4% in abdominal visceral fat (the most dangerous kind). They lost 4-7% of their waist circumference. These people also had improved blood pressure and cholesterol numbers. Some participants reported better sleep, and many reported more energy.</p>\r\n<p>If you do a quick check of the many Facebook groups of people who are practicing similar eating schedules, youâ€™ll find countless overweight people who have lost dozens of pounds. Some practice narrower feeding windows â€“ 8, 6, or even 4 hours â€“ depending on how much weight they want to lose or if they have Type II diabetes. Most of them proclaim they have more energy and they love the lifestyle.</p>\r\n<p>Itâ€™s easy to understand why. Hereâ€™s a quick list of benefits gained by intermittent fasting:</p>\r\n<ul>\r\n<li>It burns fat, not sugar. That leads to fat loss, especially belly fat.</li>\r\n<li>It lowers insulin, blood sugar, and improves insulin sensitivity. Studies show fasting insulin has been reduced by 20-31%, while fasting blood sugar was reduced by 3-6%. Thatâ€™s a great benefit for weight loss and Type II diabetes. In fact, many report losing their diabetes diagnosis.</li>\r\n<li>It increases levels of human growth hormone. As we age, HGH tends to decrease, causing increased fat accumulation and loss of muscle mass. Increasing HGH can help subjects lose weight while minimizing muscle loss.</li>\r\n<li>It increases norepinephrine. This contributes to a boosted metabolism (by as much as 3.6-14%), weight loss, and increased energy.</li>\r\n<li>It improves cellular health. Fasting initiates a waste-removal process called autophagy. That helps the body clean house, removing dysfunctional or damaged cells while making room for healthy, new ones. People on the Facebook groups report wounds healing faster.</li>\r\n<li>It increases brain-derived neurotrophic factor (BDNF). This protein is important for learning, memory, and the generation of new nerves cells in the hippocampus. BDNF also makes neurons more resistant to stress.</li>\r\n<li>It can reduce inflammation in the body. Periodic fasting reprograms T-cell populations, tamping down autoimmunity while improving the bodyâ€™s ability to respond to infections. It also decreases inflammatory cytokines.</li>\r\n</ul>\r\n<p>&nbsp;</p>\r\n<p>Wow! Thatâ€™s an impressive array of benefits just for limiting when you eat. For anyone who wants to start intermittent fasting, experts recommend starting with a larger feeding window, 12 to 10 hours, to make the transition easier. During the hours you are fasting, drink only water, sparkling water, black coffee or tea. Avoid any flavors or sweeteners, even stevia, as just tasting sweet even without ingesting calories can make your body produce insulin. The idea is to keep insulin production as low as possible during fasting. As you get used to regulating eating times, try narrowing your feeding window to 8 or 6 hours. Scientists say the greatest benefits happen after 18 hours of fasting (a 6-hour feeding window), but even with 10 hours of fasting (an 8-hour feeding window) benefits begin to occur.</p>\r\n<p>Those who have a lot of weight to lose, often combine intermittent fasting with a low-carb or ketogenic diet when they eat. Benefits can be even bigger when they do.</p>\r\n<p>Dr. Jason Fung, a kidney specialist who deals with many diabetic patients, is a huge advocate of intermittent fasting. He has many patients who have been able to get off their medications. That said, any diabetic considering intermittent fasting should consult a doctor first. The same holds true for pregnant women.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>REFERENCES</strong></p>\r\n<p><a href=\"https://www.healthline.com/nutrition/10-health-benefits-of-intermittent-fasting#section5\" target=\"_blank\" rel=\"noopener noreferrer\">IF Health Benefits</a></p>\r\n<p>&nbsp;</p>\r\n<p><a href=\"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4257368/#b13-ijhs-8-3-v\" target=\"_blank\" rel=\"noopener noreferrer\">IF Reducing Diseases</a></p>\r\n<p><a href=\"https://chriskresser.com/intermittent-fasting-the-science-behind-the-trend/\" target=\"_blank\" rel=\"noopener noreferrer\">IF Science Behind the Trend</a></p>\r\n<p><a href=\"https://www.npr.org/sections/thesalt/2019/12/08/785142534/eat-for-10-hours-fast-for-14-this-daily-habit-prompts-weight-loss-study-finds\" target=\"_blank\" rel=\"noopener noreferrer\">IF Study</a></p>\r\n<p><a href=\"https://www.the-scientist.com/features/running-on-empty-31436?utm_content=107870880&amp;utm_medium=social&amp;utm_source=facebook&amp;hss_channel=fbp-212009668822281&amp;fbclid=IwAR10R25aXBxJQtsdqLMk6EXNd4IQTJxqAXVml8TOxkwX1CR4UYw7dggJxuw\" target=\"_blank\" rel=\"noopener noreferrer\">IF Inflammation, Cancer</a></p>\r\n<p><a href=\"https://www.brainfacts.org/thinking-sensing-and-behaving/diet-and-lifestyle/2018/how-does-fasting-affect-the-brain-071318\" target=\"_blank\" rel=\"noopener noreferrer\">How IF Affects the Brain</a></p>\r\n<p><a href=\"https://dofasting.com/blog/\" target=\"_blank\" rel=\"noopener noreferrer\">Dr. Jason Fung on IF</a></p>\r\n<p><a href=\"https://www.facebook.com/groups/1813271035601148/\" target=\"_blank\" rel=\"noopener noreferrer\">Facebook group Delay, Donâ€™t Deny</a></p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Intermittent fasting','A plan with multiple benefits!','inherit','closed','closed','','1331-revision-v1','','','2019-12-30 10:48:44','2019-12-30 16:48:44','',1331,'https://ruthsnutrition.gsg-host.com/1331-revision-v1/',0,'revision','',0),(1334,2,'2019-12-30 10:49:03','2019-12-30 16:49:03','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h2>A weight-loss plan that really works</h2>\r\n<p><img class=\"wp-image-1332 size-medium\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2019/12/intermittent-fasting-600X492-300x246.jpg\" alt=\"\" width=\"300\" height=\"246\" /></p>\r\n<p>Itâ€™s a new year, time for resolutions and the annual weight loss story. But this year weâ€™re excited to talk about a weight-loss strategy that really works â€“ intermittent fasting. Better yet, this practice offers a multitude of benefits.</p>\r\n<p>What is intermittent fasting? Basically put, itâ€™s narrowing the hours youâ€™re allowed to eat. But donâ€™t panic, it doesnâ€™t have to be all that long. Studies show health benefits happen with as little as a 10-hour fast. So, say you have breakfast at 8 a.m., youâ€™d stop eating by 6 p.m. and youâ€™d be sleeping during most of your 10-hour fast.</p>\r\n<p>Whatâ€™s amazing is that a study of overweight people doing that exact schedule for three months found participants lost 3% body weight and 4% in abdominal visceral fat (the most dangerous kind). They lost 4-7% of their waist circumference. These people also had improved blood pressure and cholesterol numbers. Some participants reported better sleep, and many reported more energy.</p>\r\n<p>If you do a quick check of the many Facebook groups of people who are practicing similar eating schedules, youâ€™ll find countless overweight people who have lost dozens of pounds. Some practice narrower feeding windows â€“ 8, 6, or even 4 hours â€“ depending on how much weight they want to lose or if they have Type II diabetes. Most of them proclaim they have more energy and they love the lifestyle.</p>\r\n<p>Itâ€™s easy to understand why. Hereâ€™s a quick list of benefits gained by intermittent fasting:</p>\r\n<ul>\r\n<li>It burns fat, not sugar. That leads to fat loss, especially belly fat.</li>\r\n<li>It lowers insulin, blood sugar, and improves insulin sensitivity. Studies show fasting insulin has been reduced by 20-31%, while fasting blood sugar was reduced by 3-6%. Thatâ€™s a great benefit for weight loss and Type II diabetes. In fact, many report losing their diabetes diagnosis.</li>\r\n<li>It increases levels of human growth hormone. As we age, HGH tends to decrease, causing increased fat accumulation and loss of muscle mass. Increasing HGH can help subjects lose weight while minimizing muscle loss.</li>\r\n<li>It increases norepinephrine. This contributes to a boosted metabolism (by as much as 3.6-14%), weight loss, and increased energy.</li>\r\n<li>It improves cellular health. Fasting initiates a waste-removal process called autophagy. That helps the body clean house, removing dysfunctional or damaged cells while making room for healthy, new ones. People on the Facebook groups report wounds healing faster.</li>\r\n<li>It increases brain-derived neurotrophic factor (BDNF). This protein is important for learning, memory, and the generation of new nerves cells in the hippocampus. BDNF also makes neurons more resistant to stress.</li>\r\n<li>It can reduce inflammation in the body. Periodic fasting reprograms T-cell populations, tamping down autoimmunity while improving the bodyâ€™s ability to respond to infections. It also decreases inflammatory cytokines.</li>\r\n</ul>\r\n<p>&nbsp;</p>\r\n<p>Wow! Thatâ€™s an impressive array of benefits just for limiting when you eat. For anyone who wants to start intermittent fasting, experts recommend starting with a larger feeding window, 12 to 10 hours, to make the transition easier. During the hours you are fasting, drink only water, sparkling water, black coffee or tea. Avoid any flavors or sweeteners, even stevia, as just tasting sweet even without ingesting calories can make your body produce insulin. The idea is to keep insulin production as low as possible during fasting. As you get used to regulating eating times, try narrowing your feeding window to 8 or 6 hours. Scientists say the greatest benefits happen after 18 hours of fasting (a 6-hour feeding window), but even with 10 hours of fasting (an 8-hour feeding window) benefits begin to occur.</p>\r\n<p>Those who have a lot of weight to lose, often combine intermittent fasting with a low-carb or ketogenic diet when they eat. Benefits can be even bigger when they do.</p>\r\n<p>Dr. Jason Fung, a kidney specialist who deals with many diabetic patients, is a huge advocate of intermittent fasting. He has many patients who have been able to get off their medications. That said, any diabetic considering intermittent fasting should consult a doctor first. The same holds true for pregnant women.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>REFERENCES</strong></p>\r\n<p><a href=\"https://www.healthline.com/nutrition/10-health-benefits-of-intermittent-fasting#section5\" target=\"_blank\" rel=\"noopener noreferrer\">IF Health Benefits</a></p>\r\n<p>&nbsp;</p>\r\n<p><a href=\"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4257368/#b13-ijhs-8-3-v\" target=\"_blank\" rel=\"noopener noreferrer\">IF Reducing Diseases</a></p>\r\n<p><a href=\"https://chriskresser.com/intermittent-fasting-the-science-behind-the-trend/\" target=\"_blank\" rel=\"noopener noreferrer\">IF Science Behind the Trend</a></p>\r\n<p><a href=\"https://www.npr.org/sections/thesalt/2019/12/08/785142534/eat-for-10-hours-fast-for-14-this-daily-habit-prompts-weight-loss-study-finds\" target=\"_blank\" rel=\"noopener noreferrer\">IF Study</a></p>\r\n<p><a href=\"https://www.the-scientist.com/features/running-on-empty-31436?utm_content=107870880&amp;utm_medium=social&amp;utm_source=facebook&amp;hss_channel=fbp-212009668822281&amp;fbclid=IwAR10R25aXBxJQtsdqLMk6EXNd4IQTJxqAXVml8TOxkwX1CR4UYw7dggJxuw\" target=\"_blank\" rel=\"noopener noreferrer\">IF Inflammation, Cancer</a></p>\r\n<p><a href=\"https://www.brainfacts.org/thinking-sensing-and-behaving/diet-and-lifestyle/2018/how-does-fasting-affect-the-brain-071318\" target=\"_blank\" rel=\"noopener noreferrer\">How IF Affects the Brain</a></p>\r\n<p><a href=\"https://dofasting.com/blog/\" target=\"_blank\" rel=\"noopener noreferrer\">Dr. Jason Fung on IF</a></p>\r\n<p><a href=\"https://www.facebook.com/groups/1813271035601148/\" target=\"_blank\" rel=\"noopener noreferrer\">Facebook group Delay, Donâ€™t Deny</a></p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Intermittent fasting','A plan with multiple benefits!','inherit','closed','closed','','1331-revision-v1','','','2019-12-30 10:49:03','2019-12-30 16:49:03','',1331,'https://ruthsnutrition.gsg-host.com/1331-revision-v1/',0,'revision','',0),(1335,2,'2019-12-30 10:49:31','2019-12-30 16:49:31','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h2>A weight-loss plan that really works</h2>\r\n<p><img class=\"wp-image-1332 size-medium alignright\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2019/12/intermittent-fasting-600X492-300x246.jpg\" alt=\"\" width=\"300\" height=\"246\" /></p>\r\n<p>Itâ€™s a new year, time for resolutions and the annual weight loss story. But this year weâ€™re excited to talk about a weight-loss strategy that really works â€“ intermittent fasting. Better yet, this practice offers a multitude of benefits.</p>\r\n<p>What is intermittent fasting? Basically put, itâ€™s narrowing the hours youâ€™re allowed to eat. But donâ€™t panic, it doesnâ€™t have to be all that long. Studies show health benefits happen with as little as a 10-hour fast. So, say you have breakfast at 8 a.m., youâ€™d stop eating by 6 p.m. and youâ€™d be sleeping during most of your 10-hour fast.</p>\r\n<p>Whatâ€™s amazing is that a study of overweight people doing that exact schedule for three months found participants lost 3% body weight and 4% in abdominal visceral fat (the most dangerous kind). They lost 4-7% of their waist circumference. These people also had improved blood pressure and cholesterol numbers. Some participants reported better sleep, and many reported more energy.</p>\r\n<p>If you do a quick check of the many Facebook groups of people who are practicing similar eating schedules, youâ€™ll find countless overweight people who have lost dozens of pounds. Some practice narrower feeding windows â€“ 8, 6, or even 4 hours â€“ depending on how much weight they want to lose or if they have Type II diabetes. Most of them proclaim they have more energy and they love the lifestyle.</p>\r\n<p>Itâ€™s easy to understand why. Hereâ€™s a quick list of benefits gained by intermittent fasting:</p>\r\n<ul>\r\n<li>It burns fat, not sugar. That leads to fat loss, especially belly fat.</li>\r\n<li>It lowers insulin, blood sugar, and improves insulin sensitivity. Studies show fasting insulin has been reduced by 20-31%, while fasting blood sugar was reduced by 3-6%. Thatâ€™s a great benefit for weight loss and Type II diabetes. In fact, many report losing their diabetes diagnosis.</li>\r\n<li>It increases levels of human growth hormone. As we age, HGH tends to decrease, causing increased fat accumulation and loss of muscle mass. Increasing HGH can help subjects lose weight while minimizing muscle loss.</li>\r\n<li>It increases norepinephrine. This contributes to a boosted metabolism (by as much as 3.6-14%), weight loss, and increased energy.</li>\r\n<li>It improves cellular health. Fasting initiates a waste-removal process called autophagy. That helps the body clean house, removing dysfunctional or damaged cells while making room for healthy, new ones. People on the Facebook groups report wounds healing faster.</li>\r\n<li>It increases brain-derived neurotrophic factor (BDNF). This protein is important for learning, memory, and the generation of new nerves cells in the hippocampus. BDNF also makes neurons more resistant to stress.</li>\r\n<li>It can reduce inflammation in the body. Periodic fasting reprograms T-cell populations, tamping down autoimmunity while improving the bodyâ€™s ability to respond to infections. It also decreases inflammatory cytokines.</li>\r\n</ul>\r\n<p>&nbsp;</p>\r\n<p>Wow! Thatâ€™s an impressive array of benefits just for limiting when you eat. For anyone who wants to start intermittent fasting, experts recommend starting with a larger feeding window, 12 to 10 hours, to make the transition easier. During the hours you are fasting, drink only water, sparkling water, black coffee or tea. Avoid any flavors or sweeteners, even stevia, as just tasting sweet even without ingesting calories can make your body produce insulin. The idea is to keep insulin production as low as possible during fasting. As you get used to regulating eating times, try narrowing your feeding window to 8 or 6 hours. Scientists say the greatest benefits happen after 18 hours of fasting (a 6-hour feeding window), but even with 10 hours of fasting (an 8-hour feeding window) benefits begin to occur.</p>\r\n<p>Those who have a lot of weight to lose, often combine intermittent fasting with a low-carb or ketogenic diet when they eat. Benefits can be even bigger when they do.</p>\r\n<p>Dr. Jason Fung, a kidney specialist who deals with many diabetic patients, is a huge advocate of intermittent fasting. He has many patients who have been able to get off their medications. That said, any diabetic considering intermittent fasting should consult a doctor first. The same holds true for pregnant women.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>REFERENCES</strong></p>\r\n<p><a href=\"https://www.healthline.com/nutrition/10-health-benefits-of-intermittent-fasting#section5\" target=\"_blank\" rel=\"noopener noreferrer\">IF Health Benefits</a></p>\r\n<p>&nbsp;</p>\r\n<p><a href=\"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4257368/#b13-ijhs-8-3-v\" target=\"_blank\" rel=\"noopener noreferrer\">IF Reducing Diseases</a></p>\r\n<p><a href=\"https://chriskresser.com/intermittent-fasting-the-science-behind-the-trend/\" target=\"_blank\" rel=\"noopener noreferrer\">IF Science Behind the Trend</a></p>\r\n<p><a href=\"https://www.npr.org/sections/thesalt/2019/12/08/785142534/eat-for-10-hours-fast-for-14-this-daily-habit-prompts-weight-loss-study-finds\" target=\"_blank\" rel=\"noopener noreferrer\">IF Study</a></p>\r\n<p><a href=\"https://www.the-scientist.com/features/running-on-empty-31436?utm_content=107870880&amp;utm_medium=social&amp;utm_source=facebook&amp;hss_channel=fbp-212009668822281&amp;fbclid=IwAR10R25aXBxJQtsdqLMk6EXNd4IQTJxqAXVml8TOxkwX1CR4UYw7dggJxuw\" target=\"_blank\" rel=\"noopener noreferrer\">IF Inflammation, Cancer</a></p>\r\n<p><a href=\"https://www.brainfacts.org/thinking-sensing-and-behaving/diet-and-lifestyle/2018/how-does-fasting-affect-the-brain-071318\" target=\"_blank\" rel=\"noopener noreferrer\">How IF Affects the Brain</a></p>\r\n<p><a href=\"https://dofasting.com/blog/\" target=\"_blank\" rel=\"noopener noreferrer\">Dr. Jason Fung on IF</a></p>\r\n<p><a href=\"https://www.facebook.com/groups/1813271035601148/\" target=\"_blank\" rel=\"noopener noreferrer\">Facebook group Delay, Donâ€™t Deny</a></p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Intermittent fasting','A plan with multiple benefits!','inherit','closed','closed','','1331-revision-v1','','','2019-12-30 10:49:31','2019-12-30 16:49:31','',1331,'https://ruthsnutrition.gsg-host.com/1331-revision-v1/',0,'revision','',0);
INSERT INTO `wp3l_posts` VALUES (1336,2,'2019-12-30 10:51:50','2019-12-30 16:51:50','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h2>A weight-loss plan that really works</h2>\r\n<p><img class=\"wp-image-1332 size-medium alignright\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2019/12/intermittent-fasting-600X492-300x246.jpg\" alt=\"\" width=\"300\" height=\"246\" /></p>\r\n<p>Itâ€™s a new year, time for resolutions and the annual weight loss story. But this year weâ€™re excited to talk about a weight-loss strategy that really works â€“ intermittent fasting. Better yet, this practice offers a multitude of benefits.</p>\r\n<p>What is intermittent fasting? Basically put, itâ€™s narrowing the hours youâ€™re allowed to eat. But donâ€™t panic, it doesnâ€™t have to be all that long. Studies show health benefits happen with as little as a 10-hour fast. So, say you have breakfast at 8 a.m., youâ€™d stop eating by 6 p.m. and youâ€™d be sleeping during most of your 10-hour fast.</p>\r\n<p>Whatâ€™s amazing is that a study of overweight people doing that exact schedule for three months found participants lost 3% body weight and 4% in abdominal visceral fat (the most dangerous kind). They lost 4-7% of their waist circumference. These people also had improved blood pressure and cholesterol numbers. Some participants reported better sleep, and many reported more energy.</p>\r\n<p>If you do a quick check of the many Facebook groups of people who are practicing similar eating schedules, youâ€™ll find countless overweight people who have lost dozens of pounds. Some practice narrower feeding windows â€“ 8, 6, or even 4 hours â€“ depending on how much weight they want to lose or if they have Type II diabetes. Most of them proclaim they have more energy and they love the lifestyle.</p>\r\n<p>Itâ€™s easy to understand why. Hereâ€™s a quick list of benefits gained by intermittent fasting:</p>\r\n<ul>\r\n<li><strong>It burns fat, not sugar. That leads to fat loss, especially belly fat.</strong></li>\r\n<li><strong>It lowers insulin, blood sugar, and improves insulin sensitivity. Studies show fasting insulin has been reduced by 20-31%, while fasting blood sugar was reduced by 3-6%. Thatâ€™s a great benefit for weight loss and Type II diabetes. In fact, many report losing their diabetes diagnosis.</strong></li>\r\n<li><strong>It increases levels of human growth hormone. As we age, HGH tends to decrease, causing increased fat accumulation and loss of muscle mass. Increasing HGH can help subjects lose weight while minimizing muscle loss.</strong></li>\r\n<li><strong>It increases norepinephrine. This contributes to a boosted metabolism (by as much as 3.6-14%), weight loss, and increased energy.</strong></li>\r\n<li><strong>It improves cellular health. Fasting initiates a waste-removal process called autophagy. That helps the body clean house, removing dysfunctional or damaged cells while making room for healthy, new ones. People on the Facebook groups report wounds healing faster.</strong></li>\r\n<li><strong>It increases brain-derived neurotrophic factor (BDNF). This protein is important for learning, memory, and the generation of new nerves cells in the hippocampus. BDNF also makes neurons more resistant to stress.</strong></li>\r\n<li><strong>It can reduce inflammation in the body. Periodic fasting reprograms T-cell populations, tamping down autoimmunity while improving the bodyâ€™s ability to respond to infections. It also decreases inflammatory cytokines.</strong></li>\r\n</ul>\r\n<p>&nbsp;</p>\r\n<p>Wow! Thatâ€™s an impressive array of benefits just for limiting when you eat. For anyone who wants to start intermittent fasting, experts recommend starting with a larger feeding window, 12 to 10 hours, to make the transition easier. During the hours you are fasting, drink only water, sparkling water, black coffee or tea. Avoid any flavors or sweeteners, even stevia, as just tasting sweet even without ingesting calories can make your body produce insulin. The idea is to keep insulin production as low as possible during fasting. As you get used to regulating eating times, try narrowing your feeding window to 8 or 6 hours. Scientists say the greatest benefits happen after 18 hours of fasting (a 6-hour feeding window), but even with 10 hours of fasting (an 8-hour feeding window) benefits begin to occur.</p>\r\n<p>Those who have a lot of weight to lose, often combine intermittent fasting with a low-carb or ketogenic diet when they eat. Benefits can be even bigger when they do.</p>\r\n<p>Dr. Jason Fung, a kidney specialist who deals with many diabetic patients, is a huge advocate of intermittent fasting. He has many patients who have been able to get off their medications. That said, any diabetic considering intermittent fasting should consult a doctor first. The same holds true for pregnant women.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>REFERENCES</strong></p>\r\n<p><a href=\"https://www.healthline.com/nutrition/10-health-benefits-of-intermittent-fasting#section5\" target=\"_blank\" rel=\"noopener noreferrer\">IF Health Benefits</a></p>\r\n<p><a href=\"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4257368/#b13-ijhs-8-3-v\" target=\"_blank\" rel=\"noopener noreferrer\">IF Reducing Diseases</a></p>\r\n<p><a href=\"https://chriskresser.com/intermittent-fasting-the-science-behind-the-trend/\" target=\"_blank\" rel=\"noopener noreferrer\">IF Science Behind the Trend</a></p>\r\n<p><a href=\"https://www.npr.org/sections/thesalt/2019/12/08/785142534/eat-for-10-hours-fast-for-14-this-daily-habit-prompts-weight-loss-study-finds\" target=\"_blank\" rel=\"noopener noreferrer\">IF Study</a></p>\r\n<p><a href=\"https://www.the-scientist.com/features/running-on-empty-31436?utm_content=107870880&amp;utm_medium=social&amp;utm_source=facebook&amp;hss_channel=fbp-212009668822281&amp;fbclid=IwAR10R25aXBxJQtsdqLMk6EXNd4IQTJxqAXVml8TOxkwX1CR4UYw7dggJxuw\" target=\"_blank\" rel=\"noopener noreferrer\">IF Inflammation, Cancer</a></p>\r\n<p><a href=\"https://www.brainfacts.org/thinking-sensing-and-behaving/diet-and-lifestyle/2018/how-does-fasting-affect-the-brain-071318\" target=\"_blank\" rel=\"noopener noreferrer\">How IF Affects the Brain</a></p>\r\n<p><a href=\"https://dofasting.com/blog/\" target=\"_blank\" rel=\"noopener noreferrer\">Dr. Jason Fung on IF</a></p>\r\n<p><a href=\"https://www.facebook.com/groups/1813271035601148/\" target=\"_blank\" rel=\"noopener noreferrer\">Facebook group Delay, Donâ€™t Deny</a></p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Intermittent fasting','A plan with multiple benefits!','inherit','closed','closed','','1331-revision-v1','','','2019-12-30 10:51:50','2019-12-30 16:51:50','',1331,'https://ruthsnutrition.gsg-host.com/1331-revision-v1/',0,'revision','',0),(1337,2,'2019-12-30 10:52:23','2019-12-30 16:52:23','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h2>A weight-loss plan that really works</h2>\r\n<p><img class=\"wp-image-1332 size-medium alignright\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2019/12/intermittent-fasting-600X492-300x246.jpg\" alt=\"\" width=\"300\" height=\"246\" /></p>\r\n<p>Itâ€™s a new year, time for resolutions and the annual weight loss story. But this year weâ€™re excited to talk about a weight-loss strategy that really works â€“ intermittent fasting. Better yet, this practice offers a multitude of benefits.</p>\r\n<p>What is intermittent fasting? Basically put, itâ€™s narrowing the hours youâ€™re allowed to eat. But donâ€™t panic, it doesnâ€™t have to be all that long. Studies show health benefits happen with as little as a 10-hour fast. So, say you have breakfast at 8 a.m., youâ€™d stop eating by 6 p.m. and youâ€™d be sleeping during most of your 10-hour fast.</p>\r\n<p>Whatâ€™s amazing is that a study of overweight people doing that exact schedule for three months found participants lost 3% body weight and 4% in abdominal visceral fat (the most dangerous kind). They lost 4-7% of their waist circumference. These people also had improved blood pressure and cholesterol numbers. Some participants reported better sleep, and many reported more energy.</p>\r\n<p>If you do a quick check of the many Facebook groups of people who are practicing similar eating schedules, youâ€™ll find countless overweight people who have lost dozens of pounds. Some practice narrower feeding windows â€“ 8, 6, or even 4 hours â€“ depending on how much weight they want to lose or if they have Type II diabetes. Most of them proclaim they have more energy and they love the lifestyle.</p>\r\n<p>Itâ€™s easy to understand why. Hereâ€™s a quick list of benefits gained by intermittent fasting:</p>\r\n<ul>\r\n<li><strong>It burns fat, not sugar. That leads to fat loss, especially belly fat.</strong></li>\r\n<li><strong>It lowers insulin, blood sugar, and improves insulin sensitivity. Studies show fasting insulin has been reduced by 20-31%, while fasting blood sugar was reduced by 3-6%. Thatâ€™s a great benefit for weight loss and Type II diabetes. In fact, many report losing their diabetes diagnosis.</strong></li>\r\n<li><strong>It increases levels of human growth hormone. As we age, HGH tends to decrease, causing increased fat accumulation and loss of muscle mass. Increasing HGH can help subjects lose weight while minimizing muscle loss.</strong></li>\r\n<li><strong>It increases norepinephrine. This contributes to a boosted metabolism (by as much as 3.6-14%), weight loss, and increased energy.</strong></li>\r\n<li><strong>It improves cellular health. Fasting initiates a waste-removal process called autophagy. That helps the body clean house, removing dysfunctional or damaged cells while making room for healthy, new ones. People on the Facebook groups report wounds healing faster.</strong></li>\r\n<li><strong>It increases brain-derived neurotrophic factor (BDNF). This protein is important for learning, memory, and the generation of new nerves cells in the hippocampus. BDNF also makes neurons more resistant to stress.</strong></li>\r\n<li><strong>It can reduce inflammation in the body. Periodic fasting reprograms T-cell populations, tamping down autoimmunity while improving the bodyâ€™s ability to respond to infections. It also decreases inflammatory cytokines.</strong></li>\r\n</ul>\r\n<p>Wow! Thatâ€™s an impressive array of benefits just for limiting when you eat. For anyone who wants to start intermittent fasting, experts recommend starting with a larger feeding window, 12 to 10 hours, to make the transition easier. During the hours you are fasting, drink only water, sparkling water, black coffee or tea. Avoid any flavors or sweeteners, even stevia, as just tasting sweet even without ingesting calories can make your body produce insulin. The idea is to keep insulin production as low as possible during fasting. As you get used to regulating eating times, try narrowing your feeding window to 8 or 6 hours. Scientists say the greatest benefits happen after 18 hours of fasting (a 6-hour feeding window), but even with 10 hours of fasting (an 8-hour feeding window) benefits begin to occur.</p>\r\n<p>Those who have a lot of weight to lose, often combine intermittent fasting with a low-carb or ketogenic diet when they eat. Benefits can be even bigger when they do.</p>\r\n<p>Dr. Jason Fung, a kidney specialist who deals with many diabetic patients, is a huge advocate of intermittent fasting. He has many patients who have been able to get off their medications. That said, any diabetic considering intermittent fasting should consult a doctor first. The same holds true for pregnant women.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>REFERENCES</strong></p>\r\n<p><a href=\"https://www.healthline.com/nutrition/10-health-benefits-of-intermittent-fasting#section5\" target=\"_blank\" rel=\"noopener noreferrer\">IF Health Benefits</a></p>\r\n<p><a href=\"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4257368/#b13-ijhs-8-3-v\" target=\"_blank\" rel=\"noopener noreferrer\">IF Reducing Diseases</a></p>\r\n<p><a href=\"https://chriskresser.com/intermittent-fasting-the-science-behind-the-trend/\" target=\"_blank\" rel=\"noopener noreferrer\">IF Science Behind the Trend</a></p>\r\n<p><a href=\"https://www.npr.org/sections/thesalt/2019/12/08/785142534/eat-for-10-hours-fast-for-14-this-daily-habit-prompts-weight-loss-study-finds\" target=\"_blank\" rel=\"noopener noreferrer\">IF Study</a></p>\r\n<p><a href=\"https://www.the-scientist.com/features/running-on-empty-31436?utm_content=107870880&amp;utm_medium=social&amp;utm_source=facebook&amp;hss_channel=fbp-212009668822281&amp;fbclid=IwAR10R25aXBxJQtsdqLMk6EXNd4IQTJxqAXVml8TOxkwX1CR4UYw7dggJxuw\" target=\"_blank\" rel=\"noopener noreferrer\">IF Inflammation, Cancer</a></p>\r\n<p><a href=\"https://www.brainfacts.org/thinking-sensing-and-behaving/diet-and-lifestyle/2018/how-does-fasting-affect-the-brain-071318\" target=\"_blank\" rel=\"noopener noreferrer\">How IF Affects the Brain</a></p>\r\n<p><a href=\"https://dofasting.com/blog/\" target=\"_blank\" rel=\"noopener noreferrer\">Dr. Jason Fung on IF</a></p>\r\n<p><a href=\"https://www.facebook.com/groups/1813271035601148/\" target=\"_blank\" rel=\"noopener noreferrer\">Facebook group Delay, Donâ€™t Deny</a></p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Intermittent fasting','A plan with multiple benefits!','inherit','closed','closed','','1331-revision-v1','','','2019-12-30 10:52:23','2019-12-30 16:52:23','',1331,'https://ruthsnutrition.gsg-host.com/1331-revision-v1/',0,'revision','',0),(1338,2,'2019-12-30 10:52:49','2019-12-30 16:52:49','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h2><strong>A weight-loss plan that really works</strong></h2>\r\n<p><img class=\"wp-image-1332 size-medium alignright\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2019/12/intermittent-fasting-600X492-300x246.jpg\" alt=\"\" width=\"300\" height=\"246\" /></p>\r\n<p>Itâ€™s a new year, time for resolutions and the annual weight loss story. But this year weâ€™re excited to talk about a weight-loss strategy that really works â€“ intermittent fasting. Better yet, this practice offers a multitude of benefits.</p>\r\n<p>What is intermittent fasting? Basically put, itâ€™s narrowing the hours youâ€™re allowed to eat. But donâ€™t panic, it doesnâ€™t have to be all that long. Studies show health benefits happen with as little as a 10-hour fast. So, say you have breakfast at 8 a.m., youâ€™d stop eating by 6 p.m. and youâ€™d be sleeping during most of your 10-hour fast.</p>\r\n<p>Whatâ€™s amazing is that a study of overweight people doing that exact schedule for three months found participants lost 3% body weight and 4% in abdominal visceral fat (the most dangerous kind). They lost 4-7% of their waist circumference. These people also had improved blood pressure and cholesterol numbers. Some participants reported better sleep, and many reported more energy.</p>\r\n<p>If you do a quick check of the many Facebook groups of people who are practicing similar eating schedules, youâ€™ll find countless overweight people who have lost dozens of pounds. Some practice narrower feeding windows â€“ 8, 6, or even 4 hours â€“ depending on how much weight they want to lose or if they have Type II diabetes. Most of them proclaim they have more energy and they love the lifestyle.</p>\r\n<p>Itâ€™s easy to understand why. Hereâ€™s a quick list of benefits gained by intermittent fasting:</p>\r\n<ul>\r\n<li><strong>It burns fat, not sugar. That leads to fat loss, especially belly fat.</strong></li>\r\n<li><strong>It lowers insulin, blood sugar, and improves insulin sensitivity. Studies show fasting insulin has been reduced by 20-31%, while fasting blood sugar was reduced by 3-6%. Thatâ€™s a great benefit for weight loss and Type II diabetes. In fact, many report losing their diabetes diagnosis.</strong></li>\r\n<li><strong>It increases levels of human growth hormone. As we age, HGH tends to decrease, causing increased fat accumulation and loss of muscle mass. Increasing HGH can help subjects lose weight while minimizing muscle loss.</strong></li>\r\n<li><strong>It increases norepinephrine. This contributes to a boosted metabolism (by as much as 3.6-14%), weight loss, and increased energy.</strong></li>\r\n<li><strong>It improves cellular health. Fasting initiates a waste-removal process called autophagy. That helps the body clean house, removing dysfunctional or damaged cells while making room for healthy, new ones. People on the Facebook groups report wounds healing faster.</strong></li>\r\n<li><strong>It increases brain-derived neurotrophic factor (BDNF). This protein is important for learning, memory, and the generation of new nerves cells in the hippocampus. BDNF also makes neurons more resistant to stress.</strong></li>\r\n<li><strong>It can reduce inflammation in the body. Periodic fasting reprograms T-cell populations, tamping down autoimmunity while improving the bodyâ€™s ability to respond to infections. It also decreases inflammatory cytokines.</strong></li>\r\n</ul>\r\n<p>Wow! Thatâ€™s an impressive array of benefits just for limiting when you eat. For anyone who wants to start intermittent fasting, experts recommend starting with a larger feeding window, 12 to 10 hours, to make the transition easier. During the hours you are fasting, drink only water, sparkling water, black coffee or tea. Avoid any flavors or sweeteners, even stevia, as just tasting sweet even without ingesting calories can make your body produce insulin. The idea is to keep insulin production as low as possible during fasting. As you get used to regulating eating times, try narrowing your feeding window to 8 or 6 hours. Scientists say the greatest benefits happen after 18 hours of fasting (a 6-hour feeding window), but even with 10 hours of fasting (an 8-hour feeding window) benefits begin to occur.</p>\r\n<p>Those who have a lot of weight to lose, often combine intermittent fasting with a low-carb or ketogenic diet when they eat. Benefits can be even bigger when they do.</p>\r\n<p>Dr. Jason Fung, a kidney specialist who deals with many diabetic patients, is a huge advocate of intermittent fasting. He has many patients who have been able to get off their medications. That said, any diabetic considering intermittent fasting should consult a doctor first. The same holds true for pregnant women.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>REFERENCES</strong></p>\r\n<p><a href=\"https://www.healthline.com/nutrition/10-health-benefits-of-intermittent-fasting#section5\" target=\"_blank\" rel=\"noopener noreferrer\">IF Health Benefits</a></p>\r\n<p><a href=\"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4257368/#b13-ijhs-8-3-v\" target=\"_blank\" rel=\"noopener noreferrer\">IF Reducing Diseases</a></p>\r\n<p><a href=\"https://chriskresser.com/intermittent-fasting-the-science-behind-the-trend/\" target=\"_blank\" rel=\"noopener noreferrer\">IF Science Behind the Trend</a></p>\r\n<p><a href=\"https://www.npr.org/sections/thesalt/2019/12/08/785142534/eat-for-10-hours-fast-for-14-this-daily-habit-prompts-weight-loss-study-finds\" target=\"_blank\" rel=\"noopener noreferrer\">IF Study</a></p>\r\n<p><a href=\"https://www.the-scientist.com/features/running-on-empty-31436?utm_content=107870880&amp;utm_medium=social&amp;utm_source=facebook&amp;hss_channel=fbp-212009668822281&amp;fbclid=IwAR10R25aXBxJQtsdqLMk6EXNd4IQTJxqAXVml8TOxkwX1CR4UYw7dggJxuw\" target=\"_blank\" rel=\"noopener noreferrer\">IF Inflammation, Cancer</a></p>\r\n<p><a href=\"https://www.brainfacts.org/thinking-sensing-and-behaving/diet-and-lifestyle/2018/how-does-fasting-affect-the-brain-071318\" target=\"_blank\" rel=\"noopener noreferrer\">How IF Affects the Brain</a></p>\r\n<p><a href=\"https://dofasting.com/blog/\" target=\"_blank\" rel=\"noopener noreferrer\">Dr. Jason Fung on IF</a></p>\r\n<p><a href=\"https://www.facebook.com/groups/1813271035601148/\" target=\"_blank\" rel=\"noopener noreferrer\">Facebook group Delay, Donâ€™t Deny</a></p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Intermittent fasting','A plan with multiple benefits!','inherit','closed','closed','','1331-revision-v1','','','2019-12-30 10:52:49','2019-12-30 16:52:49','',1331,'https://ruthsnutrition.gsg-host.com/1331-revision-v1/',0,'revision','',0),(1340,2,'2020-02-03 10:08:11','2020-02-03 16:08:11','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h2>A little known cause of heart disease</h2>\r\n<p>&nbsp;</p>\r\n<p><img class=\"size-medium wp-image-1341 alignright\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2020/02/heart-disease-600X600-300x300.jpeg\" alt=\"\" width=\"300\" height=\"300\" />You know itâ€™s heart month, and you know many of the situations that can cause your heart to be unhappy: high blood pressure, obesity, diabetes, high triglycerides, smoking, lack of exercise. Doctors have been warning us about these for years.</p>\r\n<p>But thereâ€™s another key factor you may have overlooked. Stress.</p>\r\n<p>Yup, chronic stress can do a number on your heart. It does so through several avenues. Chronic stress can cause high blood pressure, irregular heart rhythms, chronic inflammation, and the formation of plaque in your arteries. But hereâ€™s the rub. You can be slim, fit, and have normal blood pressure, but still have plaque building up silently in your arteries. The first sign you have a problem may be a heart attack. Itâ€™s only with hindsight that chronic stress is uncovered as the root cause.</p>\r\n<p>So if you think you have too much stress in your life, what can you do?</p>\r\n<p><strong>Regular Exercise â€“</strong> Better than any single pill, exercise has multiple benefits. Studies show regular aerobic exercise decreases tension, elevates and stabilizes mood, improves sleep and self-esteem. Even five minutes of aerobic exercise can stimulate anti-anxiety effects.Â </p>\r\n<p><strong>Deep Breathing â€“</strong> This is one of the best ways to lower stress quickly. When you breathe deeply, it sends a message to your brain to calm down and relax. The brain sends the message to your whole body.</p>\r\n<p><strong>Good Sleep â€“</strong> Studies show that adults who sleep fewer than eight hours a night report higher stress levels than those who sleep at least eight hour a night. Stress/anxiety, however, can also negatively affect sleep. Follow the guidelines of Matthew Walker, setting aside eight hours of non-negotiable sleep opportunity on a consistent schedule. Sometimes relaxing herbs/amino acids/minerals also can help: L-theanine, magnesium, valerian, etc.</p>\r\n<p><strong>Forest Bathing â€“</strong> Studies show spending time in nature significantly lowers stress. This is especially true if youâ€™re in a forest because trees emit relaxing compounds called terpenes.</p>\r\n<p><strong>Meditation â€“</strong> Studies show mindful meditation can help ease psychological stresses like anxiety, depression, and pain. Should you be interested in learning how to meditate, Huntsville has a great resource in the <a href=\"http://alabamainstituteformindfulness.com/index.html\" target=\"_blank\" rel=\"noopener noreferrer\">Alabama Institute for Mindfulness</a>.Â </p>\r\n<p><strong>Yoga, Tai Chi or other calming exercise â€“</strong> These focus on slow, controlled breathing and gentle calming exercise poses. Studies show they lower stress and anxiety.</p>\r\n<p><strong>Work on changing your mind â€“</strong> Byron Katieâ€™s exercises are a big help here. If you find yourself often irritated, check out Katieâ€™s <a href=\"https://thework.com/\" target=\"_blank\" rel=\"noopener noreferrer\">The Work</a> to help you become more aware of stressful thoughts.Â Â </p>\r\n<p><strong>REFERENCES:</strong></p>\r\n<p><a href=\"https://my.clevelandclinic.org/health/articles/17514-stress--heart-disease\" target=\"_blank\" rel=\"noopener noreferrer\">Cleveland Clinic</a></p>\r\n<p><a href=\"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6460614/\" target=\"_blank\" rel=\"noopener noreferrer\">Journal of International Medical Research</a></p>\r\n<p><a href=\"https://adaa.org/understanding-anxiety/related-illnesses/other-related-conditions/stress/physical-activity-reduces-st\" target=\"_blank\" rel=\"noopener noreferrer\">Physical activity and stress</a></p>\r\n<p><a href=\"https://www.uofmhealth.org/health-library/uz2255\" target=\"_blank\" rel=\"noopener noreferrer\">Breathing Exercises</a></p>\r\n<p><a href=\"https://www.apa.org/news/press/releases/stress/2013/sleep\" target=\"_blank\" rel=\"noopener noreferrer\">American Psychological Association</a></p>\r\n<p><a href=\"https://fastlifehacks.com/matthew-walker-12-tips-for-good-sleep\" target=\"_blank\" rel=\"noopener noreferrer\">Matthew Walker Sleep Tips</a></p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Chronic Stress','Practices to help your heart.','publish','closed','open','','chronic_stress','','','2020-02-03 10:08:11','2020-02-03 16:08:11','',0,'https://ruthsnutrition.gsg-host.com/?p=1340',0,'post','',0),(1341,2,'2020-02-03 10:02:25','2020-02-03 16:02:25','','heart disease 600X600','','inherit','open','closed','','heart-disease-600x600','','','2020-02-03 10:02:25','2020-02-03 16:02:25','',1340,'https://ruthsnutrition.gsg-host.com/wp-content/uploads/2020/02/heart-disease-600X600.jpeg',0,'attachment','image/jpeg',0),(1342,2,'2020-02-03 10:05:10','2020-02-03 16:05:10','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h2>A little known cause of heart disease</h2>\r\n<p>&nbsp;</p>\r\n<p><img class=\"size-medium wp-image-1341 alignright\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2020/02/heart-disease-600X600-300x300.jpeg\" alt=\"\" width=\"300\" height=\"300\" />You know itâ€™s heart month, and you know many of the situations that can cause your heart to be unhappy: high blood pressure, obesity, diabetes, high triglycerides, smoking, lack of exercise. Doctors have been warning us about these for years.</p>\r\n<p>But thereâ€™s another key factor you may have overlooked. Stress.</p>\r\n<p>Yup, chronic stress can do a number on your heart. It does so through several avenues. Chronic stress can cause high blood pressure, irregular heart rhythms, chronic inflammation, and the formation of plaque in your arteries. But hereâ€™s the rub. You can be slim, fit, and have normal blood pressure, but still have plaque building up silently in your arteries. The first sign you have a problem may be a heart attack. Itâ€™s only with hindsight that chronic stress is uncovered as the root cause.</p>\r\n<p>So if you think you have too much stress in your life, what can you do?</p>\r\n<p><strong>Regular Exercise â€“</strong> Better than any single pill, exercise has multiple benefits. Studies show regular aerobic exercise decreases tension, elevates and stabilizes mood, improves sleep and self-esteem. Even five minutes of aerobic exercise can stimulate anti-anxiety effects.Â </p>\r\n<p><strong>Deep Breathing â€“</strong> This is one of the best ways to lower stress quickly. When you breathe deeply, it sends a message to your brain to calm down and relax. The brain sends the message to your whole body.</p>\r\n<p><strong>Good Sleep â€“</strong> Studies show that adults who sleep fewer than eight hours a night report higher stress levels than those who sleep at least eight hour a night. Stress/anxiety, however, can also negatively affect sleep. Follow the guidelines of Matthew Walker, setting aside eight hours of non-negotiable sleep opportunity on a consistent schedule. Sometimes relaxing herbs/amino acids/minerals also can help: L-theanine, magnesium, valerian, etc.</p>\r\n<p><strong>Forest Bathing â€“</strong> Studies show spending time in nature significantly lowers stress. This is especially true if youâ€™re in a forest because trees emit relaxing compounds called terpenes.</p>\r\n<p><strong>Meditation â€“</strong> Studies show mindful meditation can help ease psychological stresses like anxiety, depression, and pain. Should you be interested in learning how to meditate, Huntsville has a great resource in the <a href=\"http://alabamainstituteformindfulness.com/index.html\" target=\"_blank\" rel=\"noopener noreferrer\">Alabama Institute for Mindfulness</a>.Â </p>\r\n<p><strong>Yoga, Tai Chi or other calming exercise â€“</strong> These focus on slow, controlled breathing and gentle calming exercise poses. Studies show they lower stress and anxiety.</p>\r\n<p><strong>Work on changing your mind â€“</strong> Byron Katieâ€™s exercises are a big help here. If you find yourself often irritated, check out Katieâ€™s <a href=\"https://thework.com/\" target=\"_blank\" rel=\"noopener noreferrer\">The Work</a> to help you become more aware of stressful thoughts.Â Â </p>\r\n<p><strong>REFERENCES:</strong></p>\r\n<p><a href=\"https://my.clevelandclinic.org/health/articles/17514-stress--heart-disease\" target=\"_blank\" rel=\"noopener noreferrer\">Cleveland Clinic</a></p>\r\n<p><a href=\"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6460614/\" target=\"_blank\" rel=\"noopener noreferrer\">Journal of International Medical Research</a></p>\r\n<p><a href=\"https://adaa.org/understanding-anxiety/related-illnesses/other-related-conditions/stress/physical-activity-reduces-st\" target=\"_blank\" rel=\"noopener noreferrer\">Physical activity and stress</a></p>\r\n<p><a href=\"https://www.uofmhealth.org/health-library/uz2255\" target=\"_blank\" rel=\"noopener noreferrer\">Breathing Exercises</a></p>\r\n<p><a href=\"https://www.apa.org/news/press/releases/stress/2013/sleep\" target=\"_blank\" rel=\"noopener noreferrer\">American Psychological Association</a></p>\r\n<p><a href=\"https://fastlifehacks.com/matthew-walker-12-tips-for-good-sleep\" target=\"_blank\" rel=\"noopener noreferrer\">Matthew Walker Sleep Tips</a></p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Chronic Stress','Practices to help your heart.','inherit','closed','closed','','1340-revision-v1','','','2020-02-03 10:05:10','2020-02-03 16:05:10','',1340,'https://ruthsnutrition.gsg-host.com/1340-revision-v1/',0,'revision','',0),(1343,2,'2020-02-03 10:19:58','2020-02-03 16:19:58','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h2>Does it matter when you take them?</h2>\r\n<p><img class=\"size-medium wp-image-1344 alignright\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2020/02/probiotics-when-to-take-600X471-300x231.jpg\" alt=\"\" width=\"300\" height=\"231\" />Over the years weâ€™ve heard all kinds of advice on when and how to take probiotics: with food, without food, before a meal, after a meal, first thing in the morning, last thing before bed. Itâ€™s confusing at best, maddening at worst.</p>\r\n<p>Thatâ€™s why we were so glad to find a blog post on this topic by Dr. Michel Ruscio, doctor of natural medicine, doctor of chiropractic, clinical researcher, and author. Weâ€™ve found him to be generally a provider of sound information.</p>\r\n<p>Weâ€™ll provide a link to his post later, but the essence of his advice is this: Given how many studies show probiotic benefits no matter how you take them, it really doesnâ€™t matter. Some species will degrade in the presence of stomach acid, but some studies show those dead probiotics still offer benefit. Many other species arenâ€™t affected by stomach acid at all. His conclusion then, is to take probiotics when you can remember them. How sweet is that?!</p>\r\n<p>Ruscio did make one interesting recommendation. He divides probiotics into three categories:</p>\r\n<ol>\r\n<li><strong>Lactobacillus &amp; Bifidobacterium predominated blends (most products are these)</strong></li>\r\n<li><strong>Saccharomyces Boulardi (a beneficial yeast)</strong></li>\r\n<li><strong>Soil-based probiotics (Bacillus species)</strong></li>\r\n</ol>\r\n<p>Given the studies show probiotic diversity is good, he recommends people take probiotics from each category to maximize probiotic varieties.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>REFERENCE:</strong></p>\r\n<p><a href=\"https://drruscio.com/the-best-time-to-take-probiotics/\" target=\"_blank\" rel=\"noopener noreferrer\">Dr. Ruscio\'s recommendations</a></p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Probiotics','Great advice on when to take them!','publish','closed','open','','probiotics','','','2020-02-03 10:19:58','2020-02-03 16:19:58','',0,'https://ruthsnutrition.gsg-host.com/?p=1343',0,'post','',0),(1344,2,'2020-02-03 10:16:37','2020-02-03 16:16:37','','probiotics, when to take 600X471','','inherit','open','closed','','probiotics-when-to-take-600x471','','','2020-02-03 10:16:37','2020-02-03 16:16:37','',1343,'https://ruthsnutrition.gsg-host.com/wp-content/uploads/2020/02/probiotics-when-to-take-600X471.jpg',0,'attachment','image/jpeg',0),(1345,2,'2020-02-03 10:17:41','2020-02-03 16:17:41','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h2>Does it matter when you take them?</h2>\r\n<p><img class=\"size-medium wp-image-1344 alignright\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2020/02/probiotics-when-to-take-600X471-300x231.jpg\" alt=\"\" width=\"300\" height=\"231\" />Over the years weâ€™ve heard all kinds of advice on when and how to take probiotics: with food, without food, before a meal, after a meal, first thing in the morning, last thing before bed. Itâ€™s confusing at best, maddening at worst.</p>\r\n<p>Thatâ€™s why we were so glad to find a blog post on this topic by Dr. Michel Ruscio, doctor of natural medicine, doctor of chiropractic, clinical researcher, and author. Weâ€™ve found him to be generally a provider of sound information.</p>\r\n<p>Weâ€™ll provide a link to his post later, but the essence of his advice is this: Given how many studies show probiotic benefits no matter how you take them, it really doesnâ€™t matter. Some species will degrade in the presence of stomach acid, but some studies show those dead probiotics still offer benefit. Many other species arenâ€™t affected by stomach acid at all. His conclusion then, is to take probiotics when you can remember them. How sweet is that?!</p>\r\n<p>Ruscio did make one interesting recommendation. He divides probiotics into three categories:</p>\r\n<ol>\r\n<li>Lactobacillus &amp; Bifidobacterium predominated blends (most products are these)</li>\r\n<li>Saccharomyces Boulardi (a beneficial yeast)</li>\r\n<li>Soil-based probiotics (Bacillus species)</li>\r\n</ol>\r\n<p>Given the studies show probiotic diversity is good, he recommends people take probiotics from each category to maximize probiotic varieties.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>REFERENCE:</strong></p>\r\n<p><a href=\"https://drruscio.com/the-best-time-to-take-probiotics/\" target=\"_blank\" rel=\"noopener noreferrer\">Dr. Ruscio\'s recommendations</a></p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Probiotics','Great advice on when to take them!','inherit','closed','closed','','1343-revision-v1','','','2020-02-03 10:17:41','2020-02-03 16:17:41','',1343,'https://ruthsnutrition.gsg-host.com/1343-revision-v1/',0,'revision','',0),(1346,2,'2020-02-03 10:18:48','2020-02-03 16:18:48','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h2>Does it matter when you take them?</h2>\r\n<p><img class=\"size-medium wp-image-1344 alignright\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2020/02/probiotics-when-to-take-600X471-300x231.jpg\" alt=\"\" width=\"300\" height=\"231\" />Over the years weâ€™ve heard all kinds of advice on when and how to take probiotics: with food, without food, before a meal, after a meal, first thing in the morning, last thing before bed. Itâ€™s confusing at best, maddening at worst.</p>\r\n<p>Thatâ€™s why we were so glad to find a blog post on this topic by Dr. Michel Ruscio, doctor of natural medicine, doctor of chiropractic, clinical researcher, and author. Weâ€™ve found him to be generally a provider of sound information.</p>\r\n<p>Weâ€™ll provide a link to his post later, but the essence of his advice is this: Given how many studies show probiotic benefits no matter how you take them, it really doesnâ€™t matter. Some species will degrade in the presence of stomach acid, but some studies show those dead probiotics still offer benefit. Many other species arenâ€™t affected by stomach acid at all. His conclusion then, is to take probiotics when you can remember them. How sweet is that?!</p>\r\n<p>Ruscio did make one interesting recommendation. He divides probiotics into three categories:</p>\r\n<ol>\r\n<li><strong>Lactobacillus &amp; Bifidobacterium predominated blends (most products are these)</strong></li>\r\n<li><strong>Saccharomyces Boulardi (a beneficial yeast)</strong></li>\r\n<li><strong>Soil-based probiotics (Bacillus species)</strong></li>\r\n</ol>\r\n<p>Given the studies show probiotic diversity is good, he recommends people take probiotics from each category to maximize probiotic varieties.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>REFERENCE:</strong></p>\r\n<p><a href=\"https://drruscio.com/the-best-time-to-take-probiotics/\" target=\"_blank\" rel=\"noopener noreferrer\">Dr. Ruscio\'s recommendations</a></p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Probiotics','Great advice on when to take them!','inherit','closed','closed','','1343-revision-v1','','','2020-02-03 10:18:48','2020-02-03 16:18:48','',1343,'https://ruthsnutrition.gsg-host.com/1343-revision-v1/',0,'revision','',0),(1347,2,'2020-02-25 13:05:53','2020-02-25 19:05:53','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h2>Here\'s what\'s new in collagen products</h2>\r\n<p><img class=\"size-medium wp-image-1348 alignright\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2020/02/Collagen-face-powder-599X-300x169.jpg\" alt=\"\" width=\"300\" height=\"169\" />Unless youâ€™re living under a rock, you know that collagen is a hot topic right now. Has been for a while. But recently manufacturers are coming out with multiple variations in collagen products, and choosing what to buy can be downright confusing. We thought weâ€™d offer a little help.</p>\r\n<p>First the basics. Collagen is a protein with many benefits for our bodies. Studies have shown collagen can improve the health of skin, hair, nails, bone, joint pain, and maybe even help heal a leaky gut. Collagen generally comes in 3 types, though some products offer more. Most studies show that Type I and III are best for skin, hair, nails, and bone. Studies show Type II offers the best results for joint pain.</p>\r\n<p>One other point: some products are labeled \"hydrolyzed collagen\" while others are tagged as \"collagen peptides\". The terms mean the same thing: short chains of amino acids derived from collagen. All the products listed below fall into this category.</p>\r\n<p>That said, letâ€™s look at what manufacturers have been up to:</p>\r\n<p><strong>Great Lakes Gelatin Collagen Hydrolysate â€“</strong> This is the grand-daddy of collagen products, being the first to come out with a grass-fed and pasture-raised powdered collagen supplement. The product is made of Type I and III collagen.</p>\r\n<p><strong>Garden of Life Grass-Fed Collagen</strong> â€“ This company offers a multitude of products to choose from.</p>\r\n<ul>\r\n<li><strong>Collagen Peptides â€“ This is the basic model, an unflavored powder featuring Type I and III collagen along with 1.5 billion CFU of probiotics.</strong></li>\r\n<li><strong>Collagen Tumeric â€“ An apple-cinnamon flavored powder, this features grass-fed Type I and III collagen, along with chicken-sourced Type II collagen, and 1.5 billion CFU of probiotics.</strong></li>\r\n<li><strong>Collagen with 15 mg CBD â€“ This is the basic model, unflavored grass-fed Type I and III, along with the CBD and 500 million CFU of <em>Bacillus subtilis</em> (a soil organism probiotic).</strong></li>\r\n<li><strong>Collagen Creamer â€“ Available in chocolate or vanilla, this yummy creamer offers 10 grams of collagen per serving along with 8.5 grams of MCT, and 500 million CFUs of <em>Bacillus subtilis</em> Great in coffee or tea!</strong></li>\r\n<li><strong>Collagen Coconut MCT â€“ This comes in chocolate or vanilla and contains Type I and III grass-fed collagen, 3 grams per serving of MCT, and 500 million CFU of <em>Bacillus subtilis</em>.</strong></li>\r\n<li><strong>Collagen Protein â€“ Since collagen is an incomplete protein, this is designed to add in amino acids missing from most collagen supplements (protein from hemp, sunflower pumpkin seed, and watermelon are added). It comes in chocolate and vanilla, and contains 2.3 grams per serving of MCT, and 500 million CFU <em>Bacillus subtilis</em>.</strong></li>\r\n<li><strong>Collagen Super Beauty â€“ Blueberry-acai flavored, this product adds clinically studied ingredients for skin elasticity and resistance to aging. In addition to grass-fed collagen Type I and III, it contains Acai, French Cantaloupe Melon, astaxanthin, and 500 million CFU <em>Bacillus subtilis</em>.</strong></li>\r\n<li><strong>Collagen Greens Beauty â€“ Apple-flavored, this collagen powder contains Type I and III and has an added greens blend, along with 500 million CFU of <em>Bacillus subtilus</em>.</strong></li>\r\n</ul>\r\n<p><strong>Bluebonnet Grass-Fed Collagen â€“</strong> This unflavored powder contains Type I and III collagen.</p>\r\n<p><strong>Natureâ€™s Plus Collagen â€“</strong> This unflavored power contains Types I, II, III, IV, V, and X collagen. It is sourced from grass-fed beef, sustainably caught fish, cage-free chicken, and eggshell membrane.</p>\r\n<p><strong>Zhou Collagen Peptides â€“</strong> Derived from grass-fed and pasture-raised beef, this powder is unflavored.</p>\r\n<p><strong>Bluebonnet Collagen Caplets â€“</strong> Derived from grass-fed beef, this product contains 1,000 mg or 1 gram of collagen peptides Type I and III.</p>\r\n<p><strong>Youth Theory Collagen Tablets â€“</strong> Each tablet contains 1,000 mg or 1 gram of hydrolyzed collagen and 10 mg of vitamin C.</p>\r\n<p><strong>Jarrow Formulas Type II Bioavailable Collagen Capsules â€“</strong> Each capsule contains 500 mg of BioCell Collagen (from chicken). (Remember Type II has the best studies showing relief of joint pain.)</p>\r\n<!-- /wp:paragraph -->','Collagen Roundup','Find out what\'s new in collagen products!','publish','closed','open','','collagen_roundup','','','2020-02-25 13:05:53','2020-02-25 19:05:53','',0,'https://ruthsnutrition.gsg-host.com/?p=1347',0,'post','',0),(1348,2,'2020-02-25 13:01:40','2020-02-25 19:01:40','','Collagen face & powder 599X','','inherit','open','closed','','collagen-face-powder-599x','','','2020-02-25 13:01:40','2020-02-25 19:01:40','',1347,'https://ruthsnutrition.gsg-host.com/wp-content/uploads/2020/02/Collagen-face-powder-599X.jpg',0,'attachment','image/jpeg',0),(1349,2,'2020-02-25 13:03:54','2020-02-25 19:03:54','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h2>Here\'s what\'s new in collagen products</h2>\r\n<p><img class=\"size-medium wp-image-1348 alignright\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2020/02/Collagen-face-powder-599X-300x169.jpg\" alt=\"\" width=\"300\" height=\"169\" />Unless youâ€™re living under a rock, you know that collagen is a hot topic right now. Has been for a while. But recently manufacturers are coming out with multiple variations in collagen products, and choosing what to buy can be downright confusing. We thought weâ€™d offer a little help.</p>\r\n<p>First the basics. Collagen is a protein with many benefits for our bodies. Studies have shown collagen can improve the health of skin, hair, nails, bone, joint pain, and maybe even help heal a leaky gut. Collagen generally comes in 3 types, though some products offer more. Most studies show that Type I and III are best for skin, hair, nails, and bone. Studies show Type II offers the best results for joint pain.</p>\r\n<p>One other point: some products are labeled \"hydrolyzed collagen\" while others are tagged as \"collagen peptides\". The terms mean the same thing: short chains of amino acids derived from collagen. All the products listed below fall into this category.</p>\r\n<p>That said, letâ€™s look at what manufacturers have been up to:</p>\r\n<p><strong>Great Lakes Gelatin Collagen Hydrolysate â€“</strong> This is the grand-daddy of collagen products, being the first to come out with a grass-fed and pasture-raised powdered collagen supplement. The product is made of Type I and III collagen.</p>\r\n<p><strong>Garden of Life Grass-Fed Collagen</strong> â€“ This company offers a multitude of products to choose from.</p>\r\n<ul>\r\n<li><strong>Collagen Peptides â€“</strong> This is the basic model, an unflavored powder featuring Type I and III collagen along with 1.5 billion CFU of probiotics.</li>\r\n<li><strong>Collagen Tumeric â€“ </strong>An apple-cinnamon flavored powder, this features grass-fed Type I and III collagen, along with chicken-sourced Type II collagen, and 1.5 billion CFU of probiotics.</li>\r\n<li><strong>Collagen with 15 mg CBD â€“</strong> This is the basic model, unflavored grass-fed Type I and III, along with the CBD and 500 million CFU of <em>Bacillus subtilis</em> (a soil organism probiotic).</li>\r\n<li><strong>Collagen Creamer â€“</strong> Available in chocolate or vanilla, this yummy creamer offers 10 grams of collagen per serving along with 8.5 grams of MCT, and 500 million CFUs of <em>Bacillus subtilis</em> Great in coffee or tea!</li>\r\n<li><strong>Collagen Coconut MCT â€“</strong> This comes in chocolate or vanilla and contains Type I and III grass-fed collagen, 3 grams per serving of MCT, and 500 million CFU of <em>Bacillus subtilis</em>.</li>\r\n<li><strong>Collagen Protein â€“</strong> Since collagen is an incomplete protein, this is designed to add in amino acids missing from most collagen supplements (protein from hemp, sunflower pumpkin seed, and watermelon are added). It comes in chocolate and vanilla, and contains 2.3 grams per serving of MCT, and 500 million CFU <em>Bacillus subtilis</em>.</li>\r\n<li><strong>Collagen Super Beauty â€“</strong> Blueberry-acai flavored, this product adds clinically studied ingredients for skin elasticity and resistance to aging. In addition to grass-fed collagen Type I and III, it contains Acai, French Cantaloupe Melon, astaxanthin, and 500 million CFU <em>Bacillus subtilis</em>.</li>\r\n<li><strong>Collagen Greens Beauty â€“</strong> Apple-flavored, this collagen powder contains Type I and III and has an added greens blend, along with 500 million CFU of <em>Bacillus subtilus</em>.</li>\r\n</ul>\r\n<p><strong>Bluebonnet Grass-Fed Collagen â€“</strong> This unflavored powder contains Type I and III collagen.</p>\r\n<p><strong>Natureâ€™s Plus Collagen â€“</strong> This unflavored power contains Types I, II, III, IV, V, and X collagen. It is sourced from grass-fed beef, sustainably caught fish, cage-free chicken, and eggshell membrane.</p>\r\n<p><strong>Zhou Collagen Peptides â€“</strong> Derived from grass-fed and pasture-raised beef, this powder is unflavored.</p>\r\n<p><strong>Bluebonnet Collagen Caplets â€“</strong> Derived from grass-fed beef, this product contains 1,000 mg or 1 gram of collagen peptides Type I and III.</p>\r\n<p><strong>Youth Theory Collagen Tablets â€“</strong> Each tablet contains 1,000 mg or 1 gram of hydrolyzed collagen and 10 mg of vitamin C.</p>\r\n<p><strong>Jarrow Formulas Type II Bioavailable Collagen Capsules â€“</strong> Each capsule contains 500 mg of BioCell Collagen (from chicken). (Remember Type II has the best studies showing relief of joint pain.)</p>\r\n<!-- /wp:paragraph -->','Collagen Roundup','Find out what\'s new in collagen products!','inherit','closed','closed','','1347-revision-v1','','','2020-02-25 13:03:54','2020-02-25 19:03:54','',1347,'https://ruthsnutrition.gsg-host.com/1347-revision-v1/',0,'revision','',0),(1350,2,'2020-02-25 13:04:55','2020-02-25 19:04:55','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h2>Here\'s what\'s new in collagen products</h2>\r\n<p><img class=\"size-medium wp-image-1348 alignright\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2020/02/Collagen-face-powder-599X-300x169.jpg\" alt=\"\" width=\"300\" height=\"169\" />Unless youâ€™re living under a rock, you know that collagen is a hot topic right now. Has been for a while. But recently manufacturers are coming out with multiple variations in collagen products, and choosing what to buy can be downright confusing. We thought weâ€™d offer a little help.</p>\r\n<p>First the basics. Collagen is a protein with many benefits for our bodies. Studies have shown collagen can improve the health of skin, hair, nails, bone, joint pain, and maybe even help heal a leaky gut. Collagen generally comes in 3 types, though some products offer more. Most studies show that Type I and III are best for skin, hair, nails, and bone. Studies show Type II offers the best results for joint pain.</p>\r\n<p>One other point: some products are labeled \"hydrolyzed collagen\" while others are tagged as \"collagen peptides\". The terms mean the same thing: short chains of amino acids derived from collagen. All the products listed below fall into this category.</p>\r\n<p>That said, letâ€™s look at what manufacturers have been up to:</p>\r\n<p><strong>Great Lakes Gelatin Collagen Hydrolysate â€“</strong> This is the grand-daddy of collagen products, being the first to come out with a grass-fed and pasture-raised powdered collagen supplement. The product is made of Type I and III collagen.</p>\r\n<p><strong>Garden of Life Grass-Fed Collagen</strong> â€“ This company offers a multitude of products to choose from.</p>\r\n<ul>\r\n<li><strong>Collagen Peptides â€“ This is the basic model, an unflavored powder featuring Type I and III collagen along with 1.5 billion CFU of probiotics.</strong></li>\r\n<li><strong>Collagen Tumeric â€“ An apple-cinnamon flavored powder, this features grass-fed Type I and III collagen, along with chicken-sourced Type II collagen, and 1.5 billion CFU of probiotics.</strong></li>\r\n<li><strong>Collagen with 15 mg CBD â€“ This is the basic model, unflavored grass-fed Type I and III, along with the CBD and 500 million CFU of <em>Bacillus subtilis</em> (a soil organism probiotic).</strong></li>\r\n<li><strong>Collagen Creamer â€“ Available in chocolate or vanilla, this yummy creamer offers 10 grams of collagen per serving along with 8.5 grams of MCT, and 500 million CFUs of <em>Bacillus subtilis</em> Great in coffee or tea!</strong></li>\r\n<li><strong>Collagen Coconut MCT â€“ This comes in chocolate or vanilla and contains Type I and III grass-fed collagen, 3 grams per serving of MCT, and 500 million CFU of <em>Bacillus subtilis</em>.</strong></li>\r\n<li><strong>Collagen Protein â€“ Since collagen is an incomplete protein, this is designed to add in amino acids missing from most collagen supplements (protein from hemp, sunflower pumpkin seed, and watermelon are added). It comes in chocolate and vanilla, and contains 2.3 grams per serving of MCT, and 500 million CFU <em>Bacillus subtilis</em>.</strong></li>\r\n<li><strong>Collagen Super Beauty â€“ Blueberry-acai flavored, this product adds clinically studied ingredients for skin elasticity and resistance to aging. In addition to grass-fed collagen Type I and III, it contains Acai, French Cantaloupe Melon, astaxanthin, and 500 million CFU <em>Bacillus subtilis</em>.</strong></li>\r\n<li><strong>Collagen Greens Beauty â€“ Apple-flavored, this collagen powder contains Type I and III and has an added greens blend, along with 500 million CFU of <em>Bacillus subtilus</em>.</strong></li>\r\n</ul>\r\n<p><strong>Bluebonnet Grass-Fed Collagen â€“</strong> This unflavored powder contains Type I and III collagen.</p>\r\n<p><strong>Natureâ€™s Plus Collagen â€“</strong> This unflavored power contains Types I, II, III, IV, V, and X collagen. It is sourced from grass-fed beef, sustainably caught fish, cage-free chicken, and eggshell membrane.</p>\r\n<p><strong>Zhou Collagen Peptides â€“</strong> Derived from grass-fed and pasture-raised beef, this powder is unflavored.</p>\r\n<p><strong>Bluebonnet Collagen Caplets â€“</strong> Derived from grass-fed beef, this product contains 1,000 mg or 1 gram of collagen peptides Type I and III.</p>\r\n<p><strong>Youth Theory Collagen Tablets â€“</strong> Each tablet contains 1,000 mg or 1 gram of hydrolyzed collagen and 10 mg of vitamin C.</p>\r\n<p><strong>Jarrow Formulas Type II Bioavailable Collagen Capsules â€“</strong> Each capsule contains 500 mg of BioCell Collagen (from chicken). (Remember Type II has the best studies showing relief of joint pain.)</p>\r\n<!-- /wp:paragraph -->','Collagen Roundup','Find out what\'s new in collagen products!','inherit','closed','closed','','1347-revision-v1','','','2020-02-25 13:04:55','2020-02-25 19:04:55','',1347,'https://ruthsnutrition.gsg-host.com/1347-revision-v1/',0,'revision','',0),(1351,2,'2020-02-26 14:14:01','2020-02-26 20:14:01','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h1>How to prevent/mitigate that wicked pain</h1>\r\n<p><img class=\"size-medium wp-image-1352 alignright\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2020/02/gout-600X400-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\" />You wake up in the middle of the night with a sudden, sharp, fire-like pain. Yesterday you felt just fine. No way youâ€™re dreaming, but you feel like youâ€™re in some kind of horror movie. What can it be? Sad to say, as we get older this scenario gets more common. Itâ€™s called an attack of gout.</p>\r\n<p>That hot, swollen area â€“ often the big toe â€“ is caused by needle-like uric acid crystals that settle around often damaged or worn joints when blood levels get too high. Pain is likely to be most severe within the first four to 12 hours after the attack begins. It happens more often in men than women until women reach menopause, when uric acid levels increase. Itâ€™s also more common in families that have a history of gout.</p>\r\n<p>Other risk factors include obesity (these bodies produce more uric acid), certain medical conditions (high blood pressure, diabetes, metabolic syndrome, and heart or kidney diseases). Thiazide diuretics (often used to treat high blood pressure), anti-rejection drugs (for transplant patients), and even low-dose aspirin can increase uric acid levels.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>If youâ€™re at risk of getting gout, what can you do?</strong></h3>\r\n<p><strong>Drink plenty of fluids</strong></p>\r\n<p><strong>Limit or avoid alcohol, especially beer.</strong></p>\r\n<p><strong>Limit high-purine foods (which break down into uric acid):</strong> red meat, seafood, alcohol, drinks sweetened with high-fructose corn syrup (nearly all sodas).</p>\r\n<p><strong>Eat low-fat dairy.</strong> It appears to have some protective effect.</p>\r\n<p><strong>Drink coffee.</strong> It also appears to have some protective effect.</p>\r\n<p><strong>Eat cherries or drink cherry juice.</strong> Studies show cherries help both prevent and resolve gout, but the mechanism is still unclear. Scientist theorize that because cherries contain the anti-inflammatory compound of quercetin and anthocyanins. In any case, our customers attest it definitely helps.</p>\r\n<p><strong>Take vitamin C.</strong> Meta-analysis of several controlled trials found vitamin C significantly reduced uric acid levels in the blood.</p>\r\n<p><strong>Take bromelain.</strong> Dr. Andrew Weil recommends it for its anti-inflammatory properties.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>What if Iâ€™m in gout pain now?</strong></p>\r\n<p>Obviously, the first advice is to check with your doctor. There are medications available to treat gout.</p>\r\n<p>If you want a more natural method, several manufacturers make specially designed formulations:</p>\r\n<ul>\r\n<li><strong>Gouch by Redd Remedies â€“ Tart Cherry, Ginger, and Quercetin. <em>Currently on sale at Ruthâ€™s.</em></strong></li>\r\n<li><strong>Uric Acid Flush by KAL â€“ Tart Cherry, Quercetin, Celery Seed, Boswellia and Ginger.</strong></li>\r\n<li><strong>Total Cleanse Uric Acid by Solaray â€“ Tart Cherry, Bromelain, Quercetin, Tumeric, and Celery.</strong></li>\r\n<li><strong>Tart Cherry Complete by Dynamic Health â€“ Tart Cherry, Boswellia, Ginger, and Holy Basil.</strong></li>\r\n</ul>\r\n<p><strong>Â </strong></p>\r\n<p><strong>REFERENCES:</strong></p>\r\n<p><a href=\"https://www.medicalnewstoday.com/articles/325317#summary\" target=\"_blank\" rel=\"noopener noreferrer\">Medical News Today</a></p>\r\n<p><a href=\"https://www.mayoclinic.org/diseases-conditions/gout/symptoms-causes/syc-20372897?page=0&amp;citems=10\" target=\"_blank\" rel=\"noopener noreferrer\">Mayo Clinic</a></p>\r\n<p><a href=\"https://www.drweil.com/health-wellness/body-mind-spirit/bone-joint/gout-symptoms-and-treatment/\" target=\"_blank\" rel=\"noopener noreferrer\">Dr. Weil</a></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Gout','Prevent that wicked pain!','publish','closed','open','','gout','','','2020-02-26 14:14:01','2020-02-26 20:14:01','',0,'https://ruthsnutrition.gsg-host.com/?p=1351',0,'post','',0),(1352,2,'2020-02-26 14:07:58','2020-02-26 20:07:58','','gout 600X400','','inherit','open','closed','','gout-600x400','','','2020-02-26 14:07:58','2020-02-26 20:07:58','',1351,'https://ruthsnutrition.gsg-host.com/wp-content/uploads/2020/02/gout-600X400.jpg',0,'attachment','image/jpeg',0),(1353,2,'2020-02-26 14:11:57','2020-02-26 20:11:57','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h1>How to prevent/mitigate that wicked pain</h1>\r\n<p><img class=\"size-medium wp-image-1352 alignright\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2020/02/gout-600X400-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\" />You wake up in the middle of the night with a sudden, sharp, fire-like pain. Yesterday you felt just fine. No way youâ€™re dreaming, but you feel like youâ€™re in some kind of horror movie. What can it be? Sad to say, as we get older this scenario gets more common. Itâ€™s called an attack of gout.</p>\r\n<p>That hot, swollen area â€“ often the big toe â€“ is caused by needle-like uric acid crystals that settle around often damaged or worn joints when blood levels get too high. Pain is likely to be most severe within the first four to 12 hours after the attack begins. It happens more often in men than women until women reach menopause, when uric acid levels increase. Itâ€™s also more common in families that have a history of gout.</p>\r\n<p>Other risk factors include obesity (these bodies produce more uric acid), certain medical conditions (high blood pressure, diabetes, metabolic syndrome, and heart or kidney diseases). Thiazide diuretics (often used to treat high blood pressure), anti-rejection drugs (for transplant patients), and even low-dose aspirin can increase uric acid levels.</p>\r\n<p>&nbsp;</p>\r\n<h2><strong>If youâ€™re at risk of getting gout, what can you do?</strong></h2>\r\n<p>Drink plenty of fluids</p>\r\n<p>Limit or avoid alcohol, especially beer.</p>\r\n<p><strong>Limit high-purine foods (which break down into uric acid):</strong> red meat, seafood, alcohol, drinks sweetened with high-fructose corn syrup (nearly all sodas).</p>\r\n<p><strong>Eat low-fat dairy.</strong> It appears to have some protective effect.</p>\r\n<p><strong>Drink coffee.</strong> It also appears to have some protective effect.</p>\r\n<p><strong>Eat cherries or drink cherry juice.</strong> Studies show cherries help both prevent and resolve gout, but the mechanism is still unclear. Scientist theorize that because cherries contain the anti-inflammatory compound of quercetin and anthocyanins. In any case, our customers attest it definitely helps.</p>\r\n<p><strong>Take vitamin C.</strong> Meta-analysis of several controlled trials found vitamin C significantly reduced uric acid levels in the blood.</p>\r\n<p><strong>Take bromelain.</strong> Dr. Andrew Weil recommends it for its anti-inflammatory properties.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>What if Iâ€™m in gout pain now?</strong></p>\r\n<p>Obviously, the first advice is to check with your doctor. There are medications available to treat gout.</p>\r\n<p>If you want a more natural method, several manufacturers make specially designed formulations:</p>\r\n<ul>\r\n<li><strong>Gouch by Redd Remedies â€“ Tart Cherry, Ginger, and Quercetin. <em>Currently on sale at Ruthâ€™s.</em></strong></li>\r\n<li><strong>Uric Acid Flush by KAL â€“ Tart Cherry, Quercetin, Celery Seed, Boswellia and Ginger.</strong></li>\r\n<li><strong>Total Cleanse Uric Acid by Solaray â€“ Tart Cherry, Bromelain, Quercetin, Tumeric, and Celery.</strong></li>\r\n<li><strong>Tart Cherry Complete by Dynamic Health â€“ Tart Cherry, Boswellia, Ginger, and Holy Basil.</strong></li>\r\n</ul>\r\n<p><strong>Â </strong></p>\r\n<p><strong>REFERENCES:</strong></p>\r\n<p><a href=\"https://www.medicalnewstoday.com/articles/325317#summary\" target=\"_blank\" rel=\"noopener noreferrer\">Medical News Today</a></p>\r\n<p><a href=\"https://www.mayoclinic.org/diseases-conditions/gout/symptoms-causes/syc-20372897?page=0&amp;citems=10\" target=\"_blank\" rel=\"noopener noreferrer\">Mayo Clinic</a></p>\r\n<p><a href=\"https://www.drweil.com/health-wellness/body-mind-spirit/bone-joint/gout-symptoms-and-treatment/\" target=\"_blank\" rel=\"noopener noreferrer\">Dr. Weil</a></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Gout','Practices to help your heart.','inherit','closed','closed','','1351-revision-v1','','','2020-02-26 14:11:57','2020-02-26 20:11:57','',1351,'https://ruthsnutrition.gsg-host.com/1351-revision-v1/',0,'revision','',0),(1354,2,'2020-02-26 14:12:48','2020-02-26 20:12:48','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h1>How to prevent/mitigate that wicked pain</h1>\r\n<p><img class=\"size-medium wp-image-1352 alignright\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2020/02/gout-600X400-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\" />You wake up in the middle of the night with a sudden, sharp, fire-like pain. Yesterday you felt just fine. No way youâ€™re dreaming, but you feel like youâ€™re in some kind of horror movie. What can it be? Sad to say, as we get older this scenario gets more common. Itâ€™s called an attack of gout.</p>\r\n<p>That hot, swollen area â€“ often the big toe â€“ is caused by needle-like uric acid crystals that settle around often damaged or worn joints when blood levels get too high. Pain is likely to be most severe within the first four to 12 hours after the attack begins. It happens more often in men than women until women reach menopause, when uric acid levels increase. Itâ€™s also more common in families that have a history of gout.</p>\r\n<p>Other risk factors include obesity (these bodies produce more uric acid), certain medical conditions (high blood pressure, diabetes, metabolic syndrome, and heart or kidney diseases). Thiazide diuretics (often used to treat high blood pressure), anti-rejection drugs (for transplant patients), and even low-dose aspirin can increase uric acid levels.</p>\r\n<p>&nbsp;</p>\r\n<h2><strong>If youâ€™re at risk of getting gout, what can you do?</strong></h2>\r\n<p>Drink plenty of fluids</p>\r\n<p>Limit or avoid alcohol, especially beer.</p>\r\n<p><strong>Limit high-purine foods (which break down into uric acid):</strong> red meat, seafood, alcohol, drinks sweetened with high-fructose corn syrup (nearly all sodas).</p>\r\n<p><strong>Eat low-fat dairy.</strong> It appears to have some protective effect.</p>\r\n<p><strong>Drink coffee.</strong> It also appears to have some protective effect.</p>\r\n<p><strong>Eat cherries or drink cherry juice.</strong> Studies show cherries help both prevent and resolve gout, but the mechanism is still unclear. Scientist theorize that because cherries contain the anti-inflammatory compound of quercetin and anthocyanins. In any case, our customers attest it definitely helps.</p>\r\n<p><strong>Take vitamin C.</strong> Meta-analysis of several controlled trials found vitamin C significantly reduced uric acid levels in the blood.</p>\r\n<p><strong>Take bromelain.</strong> Dr. Andrew Weil recommends it for its anti-inflammatory properties.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>What if Iâ€™m in gout pain now?</strong></p>\r\n<p>Obviously, the first advice is to check with your doctor. There are medications available to treat gout.</p>\r\n<p>If you want a more natural method, several manufacturers make specially designed formulations:</p>\r\n<ul>\r\n<li><strong>Gouch by Redd Remedies â€“ Tart Cherry, Ginger, and Quercetin. <em>Currently on sale at Ruthâ€™s.</em></strong></li>\r\n<li><strong>Uric Acid Flush by KAL â€“ Tart Cherry, Quercetin, Celery Seed, Boswellia and Ginger.</strong></li>\r\n<li><strong>Total Cleanse Uric Acid by Solaray â€“ Tart Cherry, Bromelain, Quercetin, Tumeric, and Celery.</strong></li>\r\n<li><strong>Tart Cherry Complete by Dynamic Health â€“ Tart Cherry, Boswellia, Ginger, and Holy Basil.</strong></li>\r\n</ul>\r\n<p><strong>Â </strong></p>\r\n<p><strong>REFERENCES:</strong></p>\r\n<p><a href=\"https://www.medicalnewstoday.com/articles/325317#summary\" target=\"_blank\" rel=\"noopener noreferrer\">Medical News Today</a></p>\r\n<p><a href=\"https://www.mayoclinic.org/diseases-conditions/gout/symptoms-causes/syc-20372897?page=0&amp;citems=10\" target=\"_blank\" rel=\"noopener noreferrer\">Mayo Clinic</a></p>\r\n<p><a href=\"https://www.drweil.com/health-wellness/body-mind-spirit/bone-joint/gout-symptoms-and-treatment/\" target=\"_blank\" rel=\"noopener noreferrer\">Dr. Weil</a></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Gout','Prevent that wicked pain!','inherit','closed','closed','','1351-revision-v1','','','2020-02-26 14:12:48','2020-02-26 20:12:48','',1351,'https://ruthsnutrition.gsg-host.com/1351-revision-v1/',0,'revision','',0),(1355,2,'2020-02-26 14:13:55','2020-02-26 20:13:55','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h1>How to prevent/mitigate that wicked pain</h1>\r\n<p><img class=\"size-medium wp-image-1352 alignright\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2020/02/gout-600X400-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\" />You wake up in the middle of the night with a sudden, sharp, fire-like pain. Yesterday you felt just fine. No way youâ€™re dreaming, but you feel like youâ€™re in some kind of horror movie. What can it be? Sad to say, as we get older this scenario gets more common. Itâ€™s called an attack of gout.</p>\r\n<p>That hot, swollen area â€“ often the big toe â€“ is caused by needle-like uric acid crystals that settle around often damaged or worn joints when blood levels get too high. Pain is likely to be most severe within the first four to 12 hours after the attack begins. It happens more often in men than women until women reach menopause, when uric acid levels increase. Itâ€™s also more common in families that have a history of gout.</p>\r\n<p>Other risk factors include obesity (these bodies produce more uric acid), certain medical conditions (high blood pressure, diabetes, metabolic syndrome, and heart or kidney diseases). Thiazide diuretics (often used to treat high blood pressure), anti-rejection drugs (for transplant patients), and even low-dose aspirin can increase uric acid levels.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>If youâ€™re at risk of getting gout, what can you do?</strong></h3>\r\n<p><strong>Drink plenty of fluids</strong></p>\r\n<p><strong>Limit or avoid alcohol, especially beer.</strong></p>\r\n<p><strong>Limit high-purine foods (which break down into uric acid):</strong> red meat, seafood, alcohol, drinks sweetened with high-fructose corn syrup (nearly all sodas).</p>\r\n<p><strong>Eat low-fat dairy.</strong> It appears to have some protective effect.</p>\r\n<p><strong>Drink coffee.</strong> It also appears to have some protective effect.</p>\r\n<p><strong>Eat cherries or drink cherry juice.</strong> Studies show cherries help both prevent and resolve gout, but the mechanism is still unclear. Scientist theorize that because cherries contain the anti-inflammatory compound of quercetin and anthocyanins. In any case, our customers attest it definitely helps.</p>\r\n<p><strong>Take vitamin C.</strong> Meta-analysis of several controlled trials found vitamin C significantly reduced uric acid levels in the blood.</p>\r\n<p><strong>Take bromelain.</strong> Dr. Andrew Weil recommends it for its anti-inflammatory properties.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>What if Iâ€™m in gout pain now?</strong></p>\r\n<p>Obviously, the first advice is to check with your doctor. There are medications available to treat gout.</p>\r\n<p>If you want a more natural method, several manufacturers make specially designed formulations:</p>\r\n<ul>\r\n<li><strong>Gouch by Redd Remedies â€“ Tart Cherry, Ginger, and Quercetin. <em>Currently on sale at Ruthâ€™s.</em></strong></li>\r\n<li><strong>Uric Acid Flush by KAL â€“ Tart Cherry, Quercetin, Celery Seed, Boswellia and Ginger.</strong></li>\r\n<li><strong>Total Cleanse Uric Acid by Solaray â€“ Tart Cherry, Bromelain, Quercetin, Tumeric, and Celery.</strong></li>\r\n<li><strong>Tart Cherry Complete by Dynamic Health â€“ Tart Cherry, Boswellia, Ginger, and Holy Basil.</strong></li>\r\n</ul>\r\n<p><strong>Â </strong></p>\r\n<p><strong>REFERENCES:</strong></p>\r\n<p><a href=\"https://www.medicalnewstoday.com/articles/325317#summary\" target=\"_blank\" rel=\"noopener noreferrer\">Medical News Today</a></p>\r\n<p><a href=\"https://www.mayoclinic.org/diseases-conditions/gout/symptoms-causes/syc-20372897?page=0&amp;citems=10\" target=\"_blank\" rel=\"noopener noreferrer\">Mayo Clinic</a></p>\r\n<p><a href=\"https://www.drweil.com/health-wellness/body-mind-spirit/bone-joint/gout-symptoms-and-treatment/\" target=\"_blank\" rel=\"noopener noreferrer\">Dr. Weil</a></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Gout','Prevent that wicked pain!','inherit','closed','closed','','1351-revision-v1','','','2020-02-26 14:13:55','2020-02-26 20:13:55','',1351,'https://ruthsnutrition.gsg-host.com/1351-revision-v1/',0,'revision','',0),(1356,2,'2020-02-26 14:14:22','2020-02-26 20:14:22','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h1>How to prevent/mitigate that wicked pain</h1>\r\n<p><img class=\"size-medium wp-image-1352 alignright\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2020/02/gout-600X400-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\" />You wake up in the middle of the night with a sudden, sharp, fire-like pain. Yesterday you felt just fine. No way youâ€™re dreaming, but you feel like youâ€™re in some kind of horror movie. What can it be? Sad to say, as we get older this scenario gets more common. Itâ€™s called an attack of gout.</p>\r\n<p>That hot, swollen area â€“ often the big toe â€“ is caused by needle-like uric acid crystals that settle around often damaged or worn joints when blood levels get too high. Pain is likely to be most severe within the first four to 12 hours after the attack begins. It happens more often in men than women until women reach menopause, when uric acid levels increase. Itâ€™s also more common in families that have a history of gout.</p>\r\n<p>Other risk factors include obesity (these bodies produce more uric acid), certain medical conditions (high blood pressure, diabetes, metabolic syndrome, and heart or kidney diseases). Thiazide diuretics (often used to treat high blood pressure), anti-rejection drugs (for transplant patients), and even low-dose aspirin can increase uric acid levels.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>If youâ€™re at risk of getting gout, what can you do?</strong></h3>\r\n<p><strong>Drink plenty of fluids</strong></p>\r\n<p><strong>Limit or avoid alcohol, especially beer.</strong></p>\r\n<p><strong>Limit high-purine foods (which break down into uric acid):</strong> red meat, seafood, alcohol, drinks sweetened with high-fructose corn syrup (nearly all sodas).</p>\r\n<p><strong>Eat low-fat dairy.</strong> It appears to have some protective effect.</p>\r\n<p><strong>Drink coffee.</strong> It also appears to have some protective effect.</p>\r\n<p><strong>Eat cherries or drink cherry juice.</strong> Studies show cherries help both prevent and resolve gout, but the mechanism is still unclear. Scientist theorize that because cherries contain the anti-inflammatory compound of quercetin and anthocyanins. In any case, our customers attest it definitely helps.</p>\r\n<p><strong>Take vitamin C.</strong> Meta-analysis of several controlled trials found vitamin C significantly reduced uric acid levels in the blood.</p>\r\n<p><strong>Take bromelain.</strong> Dr. Andrew Weil recommends it for its anti-inflammatory properties.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>What if Iâ€™m in gout pain now?</strong></p>\r\n<p>Obviously, the first advice is to check with your doctor. There are medications available to treat gout.</p>\r\n<p>If you want a more natural method, several manufacturers make specially designed formulations:</p>\r\n<ul>\r\n<li><strong>Gouch by Redd Remedies â€“ Tart Cherry, Ginger, and Quercetin. <em>Currently on sale at Ruthâ€™s.</em></strong></li>\r\n<li><strong>Uric Acid Flush by KAL â€“ Tart Cherry, Quercetin, Celery Seed, Boswellia and Ginger.</strong></li>\r\n<li><strong>Total Cleanse Uric Acid by Solaray â€“ Tart Cherry, Bromelain, Quercetin, Tumeric, and Celery.</strong></li>\r\n<li><strong>Tart Cherry Complete by Dynamic Health â€“ Tart Cherry, Boswellia, Ginger, and Holy Basil.</strong></li>\r\n</ul>\r\n<p><strong>Â </strong></p>\r\n<p><strong>REFERENCES:</strong></p>\r\n<p><a href=\"https://www.medicalnewstoday.com/articles/325317#summary\" target=\"_blank\" rel=\"noopener noreferrer\">Medical News Today</a></p>\r\n<p><a href=\"https://www.mayoclinic.org/diseases-conditions/gout/symptoms-causes/syc-20372897?page=0&amp;citems=10\" target=\"_blank\" rel=\"noopener noreferrer\">Mayo Clinic</a></p>\r\n<p><a href=\"https://www.drweil.com/health-wellness/body-mind-spirit/bone-joint/gout-symptoms-and-treatment/\" target=\"_blank\" rel=\"noopener noreferrer\">Dr. Weil</a></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Gout','Prevent that wicked pain!','inherit','closed','closed','','1351-autosave-v1','','','2020-02-26 14:14:22','2020-02-26 20:14:22','',1351,'https://ruthsnutrition.gsg-host.com/1351-autosave-v1/',0,'revision','',0),(1357,2,'2020-03-18 11:02:24','2020-03-18 16:02:24','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h2>Boosting glutathione for lungs, liver, brain, &amp; heart</h2>\r\n<p><img class=\"size-medium wp-image-1358 alignright\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2020/03/NAC-609X-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" />With virus season lingering on and allergy season already underway, thereâ€™s a supplement we thought you ought to know more about. Thatâ€™s because it can be beneficial in both seasons and many more conditions.</p>\r\n<p>The product is N-acetyl cysteine (NAC). To better understand how it can offer so many benefits, first letâ€™s discuss how it works.</p>\r\n<p>First, NAC is a <strong>powerful antioxidant</strong>. A large part of that action comes from its ability to encourage glutathione production, the bodyâ€™s most potent antioxidant. Glutathione is important for proper brain function, lung function, and liver detoxification processes.</p>\r\n<p>Second, NAC <strong>breaks up mucus</strong>, especially in the lungs and respiratory tract.</p>\r\n<p>Last, NAC <strong>modulates levels of glutamate</strong>, the most prevalent excitatory neurotransmitter in the brain. Glutamate is involved in learning, behavior, and memory. But too much glutamate can cause toxic damage in brain disorders like schizophrenia and addiction.</p>\r\n<p><strong>What conditions can NAC benefit?</strong></p>\r\n<p><strong>Lung and Respiratory Diseases â€“</strong> Studies show that because it loosens mucus and acts as an anti-inflammatory, NAC improves symptoms and often duration of chronic bronchitis, asthma, chronic obstructive pulmonary disease (COPD), and pulmonary fibrosis. Some studies show taking NAC during winter resulted in decreased frequency of flu episodes, severity, and length of time in bed.</p>\r\n<p><strong>Nervous system and mood disorders â€“</strong> Key here is that NAC increases glutathione, and glutathione is the primary antioxidant in the brain. Low glutathione levels are associated with many mental health conditions, including bipolar disorder, schizophrenia, obsessive-compulsive disorder, pathological gambling, and cocaine dependence. Small studies have shown NAC benefits symptoms of autism (reduces irritability), depression, Alzheimerâ€™s, and Parkinsonâ€™s disease.</p>\r\n<p><strong>Cardiovascular disease â€“</strong> Oxidative damage to heart tissue can lead to heart disease, causing strokes, heart attacks, etc. NAC may reduce heart disease by reducing oxidative damage to your heart. It also has been shown to increase nitric oxide production, which helps dilate blood vessels and improves blood flow.</p>\r\n<p><strong>Liver disease â€“</strong> Chronic liver inflammation depletes your body of glutathione, and many researchers believe that depletion is why liver diseases progress. Taking 600 mg twice daily in patients with non-alcoholic fatty liver disease improved liver function.Â  In hospitals, NAC is used to minimize the liver damage caused by acetaminophen overdoses.</p>\r\n<p><strong>How much to take?</strong></p>\r\n<p>Dosing ranges from 500 mg -2400 mg daily, but at higher doses it can cause nausea, vomiting, or gastrointestinal disturbances. The most common dose is 600 mg twice daily. It can be purchased in regular or time-release tablets.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>REFERENCES:</strong></p>\r\n<p><a href=\"https://www.healthline.com/nutrition/nac-benefits#section4\" target=\"_blank\" rel=\"noopener noreferrer\">Healthline</a></p>\r\n<p><a href=\"https://universityhealthnews.com/daily/nutrition/nac-benefits-helps-lung-problems-addictions-autism-bipolar-and-more/\" target=\"_blank\" rel=\"noopener noreferrer\">University Health News</a></p>\r\n<p><a href=\"https://www.lifeextension.com/magazine/2010/5/n-acetyl-cysteine\" target=\"_blank\" rel=\"noopener noreferrer\">Life Extension</a></p>\r\n<p><a href=\"https://www.liverdoctor.com/n-acetyl-cysteine/\" target=\"_blank\" rel=\"noopener noreferrer\">Liver Doctor</a></p>\r\n<p><a href=\"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3270338/pdf/hepatmon-10-12.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Hepatitis Monthly</a></p>\r\n<!-- /wp:paragraph -->','N-Acetyl Cysteine','Anti-inflammatory for lungs, liver, brain, & heart!','publish','closed','open','','n-acetyl-cysteine','','','2020-03-18 11:02:24','2020-03-18 16:02:24','',0,'https://ruthsnutrition.gsg-host.com/?p=1357',0,'post','',0),(1358,2,'2020-03-18 10:52:34','2020-03-18 15:52:34','','NAC 609X','','inherit','open','closed','','nac-609x','','','2020-03-18 10:52:34','2020-03-18 15:52:34','',1357,'https://ruthsnutrition.gsg-host.com/wp-content/uploads/2020/03/NAC-609X.jpg',0,'attachment','image/jpeg',0),(1359,2,'2020-03-18 11:01:47','2020-03-18 16:01:47','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h2>Boosting glutathione for lungs, liver, brain, &amp; heart</h2>\r\n<p><img class=\"size-medium wp-image-1358 alignright\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2020/03/NAC-609X-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" />With virus season lingering on and allergy season already underway, thereâ€™s a supplement we thought you ought to know more about. Thatâ€™s because it can be beneficial in both seasons and many more conditions.</p>\r\n<p>The product is N-acetyl cysteine (NAC). To better understand how it can offer so many benefits, first letâ€™s discuss how it works.</p>\r\n<p>First, NAC is a <strong>powerful antioxidant</strong>. A large part of that action comes from its ability to encourage glutathione production, the bodyâ€™s most potent antioxidant. Glutathione is important for proper brain function, lung function, and liver detoxification processes.</p>\r\n<p>Second, NAC <strong>breaks up mucus</strong>, especially in the lungs and respiratory tract.</p>\r\n<p>Last, NAC <strong>modulates levels of glutamate</strong>, the most prevalent excitatory neurotransmitter in the brain. Glutamate is involved in learning, behavior, and memory. But too much glutamate can cause toxic damage in brain disorders like schizophrenia and addiction.</p>\r\n<p><strong>What conditions can NAC benefit?</strong></p>\r\n<p><strong>Lung and Respiratory Diseases â€“</strong> Studies show that because it loosens mucus and acts as an anti-inflammatory, NAC improves symptoms and often duration of chronic bronchitis, asthma, chronic obstructive pulmonary disease (COPD), and pulmonary fibrosis. Some studies show taking NAC during winter resulted in decreased frequency of flu episodes, severity, and length of time in bed.</p>\r\n<p><strong>Nervous system and mood disorders â€“</strong> Key here is that NAC increases glutathione, and glutathione is the primary antioxidant in the brain. Low glutathione levels are associated with many mental health conditions, including bipolar disorder, schizophrenia, obsessive-compulsive disorder, pathological gambling, and cocaine dependence. Small studies have shown NAC benefits symptoms of autism (reduces irritability), depression, Alzheimerâ€™s, and Parkinsonâ€™s disease.</p>\r\n<p><strong>Cardiovascular disease â€“</strong> Oxidative damage to heart tissue can lead to heart disease, causing strokes, heart attacks, etc. NAC may reduce heart disease by reducing oxidative damage to your heart. It also has been shown to increase nitric oxide production, which helps dilate blood vessels and improves blood flow.</p>\r\n<p><strong>Liver disease â€“</strong> Chronic liver inflammation depletes your body of glutathione, and many researchers believe that depletion is why liver diseases progress. Taking 600 mg twice daily in patients with non-alcoholic fatty liver disease improved liver function.Â  In hospitals, NAC is used to minimize the liver damage caused by acetaminophen overdoses.</p>\r\n<p><strong>How much to take?</strong></p>\r\n<p>Dosing ranges from 500 mg -2400 mg daily, but at higher doses it can cause nausea, vomiting, or gastrointestinal disturbances. The most common dose is 600 mg twice daily. It can be purchased in regular or time-release tablets.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>REFERENCES:</strong></p>\r\n<p><a href=\"https://www.healthline.com/nutrition/nac-benefits#section4\" target=\"_blank\" rel=\"noopener noreferrer\">Healthline</a></p>\r\n<p><a href=\"https://universityhealthnews.com/daily/nutrition/nac-benefits-helps-lung-problems-addictions-autism-bipolar-and-more/\" target=\"_blank\" rel=\"noopener noreferrer\">University Health News</a></p>\r\n<p><a href=\"https://www.lifeextension.com/magazine/2010/5/n-acetyl-cysteine\" target=\"_blank\" rel=\"noopener noreferrer\">Life Extension</a></p>\r\n<p><a href=\"https://www.liverdoctor.com/n-acetyl-cysteine/\" target=\"_blank\" rel=\"noopener noreferrer\">Liver Doctor</a></p>\r\n<p><a href=\"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3270338/pdf/hepatmon-10-12.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Hepatitis Monthly</a></p>\r\n<!-- /wp:paragraph -->','N-Acetyl Cysteine','Anti-inflammatory for lungs, liver, brain, & heart!','inherit','closed','closed','','1357-revision-v1','','','2020-03-18 11:01:47','2020-03-18 16:01:47','',1357,'https://ruthsnutrition.gsg-host.com/1357-revision-v1/',0,'revision','',0),(1360,2,'2020-03-24 11:26:38','2020-03-24 16:26:38','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h2>While we isolate, sites with good information</h2>\r\n<p><img class=\"size-medium wp-image-1362 alignright\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2020/03/COVID-19-604X-300x149.jpg\" alt=\"\" width=\"300\" height=\"149\" />With coronavirus still all over the news and on everyoneâ€™s mind, we thought weâ€™d put together a list of sites where you can find good information both about the virus and how to cope with our current situation. Weâ€™re wishing all of you stay well!</p>\r\n<p><a href=\"https://www.arcgis.com/apps/opsdashboard/index.html#/bda7594740fd40299423467b48e9ecf6\" target=\"_blank\" rel=\"noopener noreferrer\">Local and global spread from Johns Hopkins</a></p>\r\n<p><a href=\"https://alpublichealth.maps.arcgis.com/apps/opsdashboard/index.html?fbclid=IwAR2jgVGHhJye9a-dD2RIEKqkliCZFufuemkPdTNwTIoLeTBSTu0fm-Xooh4#/6d2771faa9da4a2786a509d82c8cf0f7\" target=\"_blank\" rel=\"noopener noreferrer\">Alabama\'s COVID-19 Data and Surveillance Dashboard</a></p>\r\n<p><a href=\"https://www.cdc.gov/coronavirus/2019-ncov/community/home/index.html\" target=\"_blank\" rel=\"noopener noreferrer\">CDC PreparednessÂ </a>Â Â Â </p>\r\n<p><a href=\"https://www.vox.com/future-perfect/2020/3/12/21172040/coronavirus-covid-19-virus-charts?fbclid=IwAR0A2PjhRPC3at1XCU2PNUsJSPjWQpi9DfwV8vGOkQJgSsMW0ilsQhHhBqc\" target=\"_blank\" rel=\"noopener noreferrer\">11 charts that explain the pandemic</a></p>\r\n<p><a href=\"//www.npr.org/sections/health-shots/2020/03/14/811609026/the-new-coronavirus-can-live-on-surfaces-for-2-3-days-heres-how-to-clean-them?utm_source=facebook.com&amp;utm_term=nprnews&amp;utm_campaign=npr&amp;utm_medium=social&amp;fbclid=IwAR2yXs7idX8-d_d8qWllVbuyOLEuPvSc_hZppEAh8teJ5nIzPJ4KyPVjZDU\" target=\"_blank\" rel=\"noopener noreferrer\">How to clean surfaces</a></p>\r\n<p><a href=\"https://www.foxbusiness.com/technology/clean-phone-coronavirus\" target=\"_blank\" rel=\"noopener noreferrer\">How to clean your phone</a></p>\r\n<p><a href=\"https://www.marketwatch.com/story/deadly-viruses-are-no-match-for-plain-old-soap-heres-the-science-behind-it-2020-03-08?fbclid=IwAR134pncjHEnAusO-ZPjCUvV79sXOl5W9ChqBX-6uCWPyj8yZQoncfLieq0\" target=\"_blank\" rel=\"noopener noreferrer\">The science explaining why soap works</a></p>\r\n<p><a href=\"https://www.cdc.gov/coronavirus/2019-ncov/index.html\" target=\"_blank\" rel=\"noopener noreferrer\">CDC - What you need to know (info on what to do when sick, risk assessment, etc.)</a></p>\r\n<p><a href=\"https://avivaromm.com/covid19-talking-to-kids/\" target=\"_blank\" rel=\"noopener noreferrer\">How to talk to kids about it</a></p>\r\n<p><a href=\"https://medium.com/@ariadnelabs/social-distancing-this-is-not-a-snow-day-ac21d7fa78b4\" target=\"_blank\" rel=\"noopener noreferrer\">Social Distancing</a></p>\r\n<p><a href=\"https://www.health.harvard.edu/staying-healthy/how-to-boost-your-immune-system\" target=\"_blank\" rel=\"noopener noreferrer\">How to boost your immune system</a></p>\r\n<p><a href=\"https://www.gaiaherbs.com/blogs/seeds-of-knowledge/5-herbs-for-immune-health\" target=\"_blank\" rel=\"noopener noreferrer\">5 Herbs for Immune Health</a></p>\r\n<p><a href=\"https://www.macleans.ca/news/canada/a-made-in-canada-solution-to-the-coronavirus-outbreak/\" target=\"_blank\" rel=\"noopener noreferrer\">Quercetin as possible benefit</a></p>\r\n<p><a href=\"https://www.yahoo.com/news/does-coronavirus-body-120916551.html\" target=\"_blank\" rel=\"noopener noreferrer\">What the virus does</a></p>\r\n<p><a href=\"https://www.yahoo.com/news/dont-panic-says-us-woman-recovered-coronavirus-055155667.html\" target=\"_blank\" rel=\"noopener noreferrer\">You can recover</a></p>\r\n<p><a href=\"https://www.consumerreports.org/food-shopping/how-to-protect-yourself-from-coronavirus-when-grocery-shopping/?EXTKEY=YSOCIAL_PAIDPROMO_FB&amp;fbclid=IwAR2NObHzgfg1f0aNGBGq4lTQvv52dtep4gWKqcfY2MOSMuKAVSKt9IGBVNg\" target=\"_blank\" rel=\"noopener noreferrer\">Protection in the grocery store</a></p>\r\n<p><a href=\"https://cityblog.huntsvilleal.gov/8-ways-you-can-help-your-neighbor-during-coronavirus-outbreak/?fbclid=IwAR2AGMPZ2bqPf4dA80pXzi8HcaUTKeyZA7gPXqDGk_Ed1Uqpr6DsjvSunEA\" target=\"_blank\" rel=\"noopener noreferrer\">Ways to help neighbors during coronavirus outbreak</a></p>\r\n<p><a href=\"https://labor.alabama.gov/news_feed/News_Page.aspx?id=201&amp;fbclid=IwAR3GWN9aR-iMURin6-FFolCUyoaI6KZDxBgTTDeX_X3ALYR0eUuJy2nwBN0\" target=\"_blank\" rel=\"noopener noreferrer\">AL Dept. of Labor Unemployment Benefits</a></p>\r\n<p><a href=\"https://www.nashvillescene.com/arts-culture/books/article/21125375/international-treasure-dolly-parton-will-now-read-us-bedtime-stories?fbclid=IwAR0V9hVoliAYN4mnr1nHWOiL478GsGsfApKDDIxV4ec-CaxZ8DqmFITWHP0\" target=\"_blank\" rel=\"noopener noreferrer\">Dolly Parton reads bedtime stories</a></p>\r\n<p><a href=\"https://www.southernliving.com/news/josh-gad-twitter-reading?utm_source=facebook.com&amp;utm_campaign=southernliving_southernliving&amp;utm_medium=social&amp;utm_term=1DC8DC18-67BD-11EA-8D56-7AE24F017A06&amp;fbclid=IwAR39jwdZCrdaKrnuPWMZVHdzQWXdthXISHf5-wvIFlmKHvqyieYKFVqQovk\" target=\"_blank\" rel=\"noopener noreferrer\">Josh Gad reads to kids</a></p>\r\n<p><a href=\"https://www.wfla.com/community/health/coronavirus/scholastic-releases-daily-learning-courses-for-kids-home-from-school-amid-coronavirus/?fbclid=IwAR2bYUnicoI7CWX9Y-I4SSruX6XdmDvYNRVsu2p2tTKbUifGTmn0a08eqTw\">Free classes online for kids</a></p>\r\n<p><a href=\"https://mymodernmet.com/google-arts-culture-national-parks/?fbclid=IwAR33f_tKDxGBE8KevSpMcIhQyy0hw7aMDmWk9V8fKXLVVSyAg6IVEvJ2n60\" target=\"_blank\" rel=\"noopener noreferrer\">Virtual Tour of Nat. Parks</a></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','COVID-19 Information Roundup','Great sites for COVID-19 info!','publish','closed','open','','covid-19_information_roundup','','','2020-03-31 18:28:38','2020-03-31 23:28:38','',0,'https://ruthsnutrition.gsg-host.com/?p=1360',0,'post','',0),(1361,2,'2020-03-24 11:17:33','2020-03-24 16:17:33','','COVID-19','','inherit','open','closed','','covid-19','','','2020-03-24 11:17:33','2020-03-24 16:17:33','',1360,'https://ruthsnutrition.gsg-host.com/wp-content/uploads/2020/03/COVID-19.jpg',0,'attachment','image/jpeg',0),(1362,2,'2020-03-24 11:19:01','2020-03-24 16:19:01','','COVID-19 604X','','inherit','open','closed','','covid-19-604x','','','2020-03-24 11:19:01','2020-03-24 16:19:01','',1360,'https://ruthsnutrition.gsg-host.com/wp-content/uploads/2020/03/COVID-19-604X.jpg',0,'attachment','image/jpeg',0),(1363,2,'2020-03-24 11:20:28','2020-03-24 16:20:28','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h2>While we isolate, sites with good information</h2>\r\n<p><img class=\"size-medium wp-image-1362 alignright\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2020/03/COVID-19-604X-300x149.jpg\" alt=\"\" width=\"300\" height=\"149\" />With coronavirus still all over the news and on everyoneâ€™s mind, we thought weâ€™d put together a list of sites where you can find good information both about the virus and how to cope with our current situation. Weâ€™re wishing all of you stay well!</p>\r\n<p><a href=\"https://www.arcgis.com/apps/opsdashboard/index.html#/bda7594740fd40299423467b48e9ecf6\" target=\"_blank\" rel=\"noopener noreferrer\">Local and global spread from Johns Hopkins</a></p>\r\n<p><a href=\"https://www.cdc.gov/coronavirus/2019-ncov/community/home/index.html\" target=\"_blank\" rel=\"noopener noreferrer\">CDC PreparednessÂ </a>Â Â Â </p>\r\n<p><a href=\"https://www.vox.com/future-perfect/2020/3/12/21172040/coronavirus-covid-19-virus-charts?fbclid=IwAR0A2PjhRPC3at1XCU2PNUsJSPjWQpi9DfwV8vGOkQJgSsMW0ilsQhHhBqc\" target=\"_blank\" rel=\"noopener noreferrer\">11 charts that explain the pandemic</a></p>\r\n<p><a href=\"//www.npr.org/sections/health-shots/2020/03/14/811609026/the-new-coronavirus-can-live-on-surfaces-for-2-3-days-heres-how-to-clean-them?utm_source=facebook.com&amp;utm_term=nprnews&amp;utm_campaign=npr&amp;utm_medium=social&amp;fbclid=IwAR2yXs7idX8-d_d8qWllVbuyOLEuPvSc_hZppEAh8teJ5nIzPJ4KyPVjZDU\" target=\"_blank\" rel=\"noopener noreferrer\">How to clean surfaces</a></p>\r\n<p><a href=\"https://www.foxbusiness.com/technology/clean-phone-coronavirus\" target=\"_blank\" rel=\"noopener noreferrer\">How to clean your phone</a></p>\r\n<p><a href=\"https://www.marketwatch.com/story/deadly-viruses-are-no-match-for-plain-old-soap-heres-the-science-behind-it-2020-03-08?fbclid=IwAR134pncjHEnAusO-ZPjCUvV79sXOl5W9ChqBX-6uCWPyj8yZQoncfLieq0\" target=\"_blank\" rel=\"noopener noreferrer\">The science explaining why soap works</a></p>\r\n<p><a href=\"https://www.cdc.gov/coronavirus/2019-ncov/index.html\" target=\"_blank\" rel=\"noopener noreferrer\">CDC - What you need to know (info on what to do when sick, risk assessment, etc.)</a></p>\r\n<p><a href=\"https://www.cdc.gov/coronavirus/2019-ncov/index.html\" target=\"_blank\" rel=\"noopener noreferrer\">How to talk to kids about it</a></p>\r\n<p><a href=\"https://medium.com/@ariadnelabs/social-distancing-this-is-not-a-snow-day-ac21d7fa78b4\" target=\"_blank\" rel=\"noopener noreferrer\">Social Distancing</a></p>\r\n<p><a href=\"https://www.health.harvard.edu/staying-healthy/how-to-boost-your-immune-system\" target=\"_blank\" rel=\"noopener noreferrer\">How to boost your immune system</a></p>\r\n<p><a href=\"https://www.gaiaherbs.com/blogs/seeds-of-knowledge/5-herbs-for-immune-health\" target=\"_blank\" rel=\"noopener noreferrer\">5 Herbs for Immune Health</a></p>\r\n<p><a href=\"https://www.macleans.ca/news/canada/a-made-in-canada-solution-to-the-coronavirus-outbreak/\" target=\"_blank\" rel=\"noopener noreferrer\">Quercetin as possible benefit</a></p>\r\n<p><a href=\"https://www.yahoo.com/news/does-coronavirus-body-120916551.html\" target=\"_blank\" rel=\"noopener noreferrer\">What the virus does</a></p>\r\n<p><a href=\"https://www.yahoo.com/news/dont-panic-says-us-woman-recovered-coronavirus-055155667.html\" target=\"_blank\" rel=\"noopener noreferrer\">You can recover</a></p>\r\n<p><a href=\"https://www.consumerreports.org/food-shopping/how-to-protect-yourself-from-coronavirus-when-grocery-shopping/?EXTKEY=YSOCIAL_PAIDPROMO_FB&amp;fbclid=IwAR2NObHzgfg1f0aNGBGq4lTQvv52dtep4gWKqcfY2MOSMuKAVSKt9IGBVNg\" target=\"_blank\" rel=\"noopener noreferrer\">Protection in the grocery store</a></p>\r\n<p><a href=\"https://cityblog.huntsvilleal.gov/8-ways-you-can-help-your-neighbor-during-coronavirus-outbreak/?fbclid=IwAR2AGMPZ2bqPf4dA80pXzi8HcaUTKeyZA7gPXqDGk_Ed1Uqpr6DsjvSunEA\" target=\"_blank\" rel=\"noopener noreferrer\">Ways to help neighbors during coronavirus outbreak</a></p>\r\n<p><a href=\"https://labor.alabama.gov/news_feed/News_Page.aspx?id=201&amp;fbclid=IwAR3GWN9aR-iMURin6-FFolCUyoaI6KZDxBgTTDeX_X3ALYR0eUuJy2nwBN0\" target=\"_blank\" rel=\"noopener noreferrer\">AL Dept. of Labor Unemployment Benefits</a></p>\r\n<p><a href=\"https://www.southernliving.com/news/josh-gad-twitter-reading?utm_source=facebook.com&amp;utm_campaign=southernliving_southernliving&amp;utm_medium=social&amp;utm_term=1DC8DC18-67BD-11EA-8D56-7AE24F017A06&amp;fbclid=IwAR39jwdZCrdaKrnuPWMZVHdzQWXdthXISHf5-wvIFlmKHvqyieYKFVqQovk\" target=\"_blank\" rel=\"noopener noreferrer\">Josh Gad reads to kids</a></p>\r\n<p><a href=\"https://www.wfla.com/community/health/coronavirus/scholastic-releases-daily-learning-courses-for-kids-home-from-school-amid-coronavirus/?fbclid=IwAR2bYUnicoI7CWX9Y-I4SSruX6XdmDvYNRVsu2p2tTKbUifGTmn0a08eqTw\">Free classes online for kids</a></p>\r\n<p>&nbsp;</p>\r\n<p><a href=\"https://mymodernmet.com/google-arts-culture-national-parks/?fbclid=IwAR33f_tKDxGBE8KevSpMcIhQyy0hw7aMDmWk9V8fKXLVVSyAg6IVEvJ2n60\" target=\"_blank\" rel=\"noopener noreferrer\">Virtual Tour of Nat. Parks</a></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','COVID-19 Information Roundup','Great sites for COVID-19 info!','inherit','closed','closed','','1360-revision-v1','','','2020-03-24 11:20:28','2020-03-24 16:20:28','',1360,'https://ruthsnutrition.gsg-host.com/1360-revision-v1/',0,'revision','',0),(1364,2,'2020-03-24 11:22:51','2020-03-24 16:22:51','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h2>While we isolate, sites with good information</h2>\r\n<p><img class=\"size-medium wp-image-1362 alignright\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2020/03/COVID-19-604X-300x149.jpg\" alt=\"\" width=\"300\" height=\"149\" />With coronavirus still all over the news and on everyoneâ€™s mind, we thought weâ€™d put together a list of sites where you can find good information both about the virus and how to cope with our current situation. Weâ€™re wishing all of you stay well!</p>\r\n<p><a href=\"https://www.arcgis.com/apps/opsdashboard/index.html#/bda7594740fd40299423467b48e9ecf6\" target=\"_blank\" rel=\"noopener noreferrer\">Local and global spread from Johns Hopkins</a></p>\r\n<p><a href=\"https://www.cdc.gov/coronavirus/2019-ncov/community/home/index.html\" target=\"_blank\" rel=\"noopener noreferrer\">CDC PreparednessÂ </a>Â Â Â </p>\r\n<p><a href=\"https://www.vox.com/future-perfect/2020/3/12/21172040/coronavirus-covid-19-virus-charts?fbclid=IwAR0A2PjhRPC3at1XCU2PNUsJSPjWQpi9DfwV8vGOkQJgSsMW0ilsQhHhBqc\" target=\"_blank\" rel=\"noopener noreferrer\">11 charts that explain the pandemic</a></p>\r\n<p><a href=\"//www.npr.org/sections/health-shots/2020/03/14/811609026/the-new-coronavirus-can-live-on-surfaces-for-2-3-days-heres-how-to-clean-them?utm_source=facebook.com&amp;utm_term=nprnews&amp;utm_campaign=npr&amp;utm_medium=social&amp;fbclid=IwAR2yXs7idX8-d_d8qWllVbuyOLEuPvSc_hZppEAh8teJ5nIzPJ4KyPVjZDU\" target=\"_blank\" rel=\"noopener noreferrer\">How to clean surfaces</a></p>\r\n<p><a href=\"https://www.foxbusiness.com/technology/clean-phone-coronavirus\" target=\"_blank\" rel=\"noopener noreferrer\">How to clean your phone</a></p>\r\n<p><a href=\"https://www.marketwatch.com/story/deadly-viruses-are-no-match-for-plain-old-soap-heres-the-science-behind-it-2020-03-08?fbclid=IwAR134pncjHEnAusO-ZPjCUvV79sXOl5W9ChqBX-6uCWPyj8yZQoncfLieq0\" target=\"_blank\" rel=\"noopener noreferrer\">The science explaining why soap works</a></p>\r\n<p><a href=\"https://www.cdc.gov/coronavirus/2019-ncov/index.html\" target=\"_blank\" rel=\"noopener noreferrer\">CDC - What you need to know (info on what to do when sick, risk assessment, etc.)</a></p>\r\n<p><a href=\"https://avivaromm.com/covid19-talking-to-kids/\" target=\"_blank\" rel=\"noopener noreferrer\">How to talk to kids about it</a></p>\r\n<p><a href=\"https://medium.com/@ariadnelabs/social-distancing-this-is-not-a-snow-day-ac21d7fa78b4\" target=\"_blank\" rel=\"noopener noreferrer\">Social Distancing</a></p>\r\n<p><a href=\"https://www.health.harvard.edu/staying-healthy/how-to-boost-your-immune-system\" target=\"_blank\" rel=\"noopener noreferrer\">How to boost your immune system</a></p>\r\n<p><a href=\"https://www.gaiaherbs.com/blogs/seeds-of-knowledge/5-herbs-for-immune-health\" target=\"_blank\" rel=\"noopener noreferrer\">5 Herbs for Immune Health</a></p>\r\n<p><a href=\"https://www.macleans.ca/news/canada/a-made-in-canada-solution-to-the-coronavirus-outbreak/\" target=\"_blank\" rel=\"noopener noreferrer\">Quercetin as possible benefit</a></p>\r\n<p><a href=\"https://www.yahoo.com/news/does-coronavirus-body-120916551.html\" target=\"_blank\" rel=\"noopener noreferrer\">What the virus does</a></p>\r\n<p><a href=\"https://www.yahoo.com/news/dont-panic-says-us-woman-recovered-coronavirus-055155667.html\" target=\"_blank\" rel=\"noopener noreferrer\">You can recover</a></p>\r\n<p><a href=\"https://www.consumerreports.org/food-shopping/how-to-protect-yourself-from-coronavirus-when-grocery-shopping/?EXTKEY=YSOCIAL_PAIDPROMO_FB&amp;fbclid=IwAR2NObHzgfg1f0aNGBGq4lTQvv52dtep4gWKqcfY2MOSMuKAVSKt9IGBVNg\" target=\"_blank\" rel=\"noopener noreferrer\">Protection in the grocery store</a></p>\r\n<p><a href=\"https://cityblog.huntsvilleal.gov/8-ways-you-can-help-your-neighbor-during-coronavirus-outbreak/?fbclid=IwAR2AGMPZ2bqPf4dA80pXzi8HcaUTKeyZA7gPXqDGk_Ed1Uqpr6DsjvSunEA\" target=\"_blank\" rel=\"noopener noreferrer\">Ways to help neighbors during coronavirus outbreak</a></p>\r\n<p><a href=\"https://labor.alabama.gov/news_feed/News_Page.aspx?id=201&amp;fbclid=IwAR3GWN9aR-iMURin6-FFolCUyoaI6KZDxBgTTDeX_X3ALYR0eUuJy2nwBN0\" target=\"_blank\" rel=\"noopener noreferrer\">AL Dept. of Labor Unemployment Benefits</a></p>\r\n<p><a href=\"https://www.southernliving.com/news/josh-gad-twitter-reading?utm_source=facebook.com&amp;utm_campaign=southernliving_southernliving&amp;utm_medium=social&amp;utm_term=1DC8DC18-67BD-11EA-8D56-7AE24F017A06&amp;fbclid=IwAR39jwdZCrdaKrnuPWMZVHdzQWXdthXISHf5-wvIFlmKHvqyieYKFVqQovk\" target=\"_blank\" rel=\"noopener noreferrer\">Josh Gad reads to kids</a></p>\r\n<p><a href=\"https://www.wfla.com/community/health/coronavirus/scholastic-releases-daily-learning-courses-for-kids-home-from-school-amid-coronavirus/?fbclid=IwAR2bYUnicoI7CWX9Y-I4SSruX6XdmDvYNRVsu2p2tTKbUifGTmn0a08eqTw\">Free classes online for kids</a></p>\r\n<p>&nbsp;</p>\r\n<p><a href=\"https://mymodernmet.com/google-arts-culture-national-parks/?fbclid=IwAR33f_tKDxGBE8KevSpMcIhQyy0hw7aMDmWk9V8fKXLVVSyAg6IVEvJ2n60\" target=\"_blank\" rel=\"noopener noreferrer\">Virtual Tour of Nat. Parks</a></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','COVID-19 Information Roundup','Great sites for COVID-19 info!','inherit','closed','closed','','1360-revision-v1','','','2020-03-24 11:22:51','2020-03-24 16:22:51','',1360,'https://ruthsnutrition.gsg-host.com/1360-revision-v1/',0,'revision','',0),(1365,2,'2020-03-24 11:26:32','2020-03-24 16:26:32','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h2>While we isolate, sites with good information</h2>\r\n<p><img class=\"size-medium wp-image-1362 alignright\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2020/03/COVID-19-604X-300x149.jpg\" alt=\"\" width=\"300\" height=\"149\" />With coronavirus still all over the news and on everyoneâ€™s mind, we thought weâ€™d put together a list of sites where you can find good information both about the virus and how to cope with our current situation. Weâ€™re wishing all of you stay well!</p>\r\n<p><a href=\"https://www.arcgis.com/apps/opsdashboard/index.html#/bda7594740fd40299423467b48e9ecf6\" target=\"_blank\" rel=\"noopener noreferrer\">Local and global spread from Johns Hopkins</a></p>\r\n<p><a href=\"https://www.cdc.gov/coronavirus/2019-ncov/community/home/index.html\" target=\"_blank\" rel=\"noopener noreferrer\">CDC PreparednessÂ </a>Â Â Â </p>\r\n<p><a href=\"https://www.vox.com/future-perfect/2020/3/12/21172040/coronavirus-covid-19-virus-charts?fbclid=IwAR0A2PjhRPC3at1XCU2PNUsJSPjWQpi9DfwV8vGOkQJgSsMW0ilsQhHhBqc\" target=\"_blank\" rel=\"noopener noreferrer\">11 charts that explain the pandemic</a></p>\r\n<p><a href=\"//www.npr.org/sections/health-shots/2020/03/14/811609026/the-new-coronavirus-can-live-on-surfaces-for-2-3-days-heres-how-to-clean-them?utm_source=facebook.com&amp;utm_term=nprnews&amp;utm_campaign=npr&amp;utm_medium=social&amp;fbclid=IwAR2yXs7idX8-d_d8qWllVbuyOLEuPvSc_hZppEAh8teJ5nIzPJ4KyPVjZDU\" target=\"_blank\" rel=\"noopener noreferrer\">How to clean surfaces</a></p>\r\n<p><a href=\"https://www.foxbusiness.com/technology/clean-phone-coronavirus\" target=\"_blank\" rel=\"noopener noreferrer\">How to clean your phone</a></p>\r\n<p><a href=\"https://www.marketwatch.com/story/deadly-viruses-are-no-match-for-plain-old-soap-heres-the-science-behind-it-2020-03-08?fbclid=IwAR134pncjHEnAusO-ZPjCUvV79sXOl5W9ChqBX-6uCWPyj8yZQoncfLieq0\" target=\"_blank\" rel=\"noopener noreferrer\">The science explaining why soap works</a></p>\r\n<p><a href=\"https://www.cdc.gov/coronavirus/2019-ncov/index.html\" target=\"_blank\" rel=\"noopener noreferrer\">CDC - What you need to know (info on what to do when sick, risk assessment, etc.)</a></p>\r\n<p><a href=\"https://avivaromm.com/covid19-talking-to-kids/\" target=\"_blank\" rel=\"noopener noreferrer\">How to talk to kids about it</a></p>\r\n<p><a href=\"https://medium.com/@ariadnelabs/social-distancing-this-is-not-a-snow-day-ac21d7fa78b4\" target=\"_blank\" rel=\"noopener noreferrer\">Social Distancing</a></p>\r\n<p><a href=\"https://www.health.harvard.edu/staying-healthy/how-to-boost-your-immune-system\" target=\"_blank\" rel=\"noopener noreferrer\">How to boost your immune system</a></p>\r\n<p><a href=\"https://www.gaiaherbs.com/blogs/seeds-of-knowledge/5-herbs-for-immune-health\" target=\"_blank\" rel=\"noopener noreferrer\">5 Herbs for Immune Health</a></p>\r\n<p><a href=\"https://www.macleans.ca/news/canada/a-made-in-canada-solution-to-the-coronavirus-outbreak/\" target=\"_blank\" rel=\"noopener noreferrer\">Quercetin as possible benefit</a></p>\r\n<p><a href=\"https://www.yahoo.com/news/does-coronavirus-body-120916551.html\" target=\"_blank\" rel=\"noopener noreferrer\">What the virus does</a></p>\r\n<p><a href=\"https://www.yahoo.com/news/dont-panic-says-us-woman-recovered-coronavirus-055155667.html\" target=\"_blank\" rel=\"noopener noreferrer\">You can recover</a></p>\r\n<p><a href=\"https://www.consumerreports.org/food-shopping/how-to-protect-yourself-from-coronavirus-when-grocery-shopping/?EXTKEY=YSOCIAL_PAIDPROMO_FB&amp;fbclid=IwAR2NObHzgfg1f0aNGBGq4lTQvv52dtep4gWKqcfY2MOSMuKAVSKt9IGBVNg\" target=\"_blank\" rel=\"noopener noreferrer\">Protection in the grocery store</a></p>\r\n<p><a href=\"https://cityblog.huntsvilleal.gov/8-ways-you-can-help-your-neighbor-during-coronavirus-outbreak/?fbclid=IwAR2AGMPZ2bqPf4dA80pXzi8HcaUTKeyZA7gPXqDGk_Ed1Uqpr6DsjvSunEA\" target=\"_blank\" rel=\"noopener noreferrer\">Ways to help neighbors during coronavirus outbreak</a></p>\r\n<p><a href=\"https://labor.alabama.gov/news_feed/News_Page.aspx?id=201&amp;fbclid=IwAR3GWN9aR-iMURin6-FFolCUyoaI6KZDxBgTTDeX_X3ALYR0eUuJy2nwBN0\" target=\"_blank\" rel=\"noopener noreferrer\">AL Dept. of Labor Unemployment Benefits</a></p>\r\n<p><a href=\"https://www.southernliving.com/news/josh-gad-twitter-reading?utm_source=facebook.com&amp;utm_campaign=southernliving_southernliving&amp;utm_medium=social&amp;utm_term=1DC8DC18-67BD-11EA-8D56-7AE24F017A06&amp;fbclid=IwAR39jwdZCrdaKrnuPWMZVHdzQWXdthXISHf5-wvIFlmKHvqyieYKFVqQovk\" target=\"_blank\" rel=\"noopener noreferrer\">Josh Gad reads to kids</a></p>\r\n<p><a href=\"https://www.wfla.com/community/health/coronavirus/scholastic-releases-daily-learning-courses-for-kids-home-from-school-amid-coronavirus/?fbclid=IwAR2bYUnicoI7CWX9Y-I4SSruX6XdmDvYNRVsu2p2tTKbUifGTmn0a08eqTw\">Free classes online for kids</a></p>\r\n<p><a href=\"https://mymodernmet.com/google-arts-culture-national-parks/?fbclid=IwAR33f_tKDxGBE8KevSpMcIhQyy0hw7aMDmWk9V8fKXLVVSyAg6IVEvJ2n60\" target=\"_blank\" rel=\"noopener noreferrer\">Virtual Tour of Nat. Parks</a></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','COVID-19 Information Roundup','Great sites for COVID-19 info!','inherit','closed','closed','','1360-revision-v1','','','2020-03-24 11:26:32','2020-03-24 16:26:32','',1360,'https://ruthsnutrition.gsg-host.com/1360-revision-v1/',0,'revision','',0),(1368,2,'2020-03-30 11:19:44','2020-03-30 16:19:44','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h2>While we isolate, sites with good information</h2>\r\n<p><img class=\"size-medium wp-image-1362 alignright\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2020/03/COVID-19-604X-300x149.jpg\" alt=\"\" width=\"300\" height=\"149\" />With coronavirus still all over the news and on everyoneâ€™s mind, we thought weâ€™d put together a list of sites where you can find good information both about the virus and how to cope with our current situation. Weâ€™re wishing all of you stay well!</p>\r\n<p><a href=\"https://www.arcgis.com/apps/opsdashboard/index.html#/bda7594740fd40299423467b48e9ecf6\" target=\"_blank\" rel=\"noopener noreferrer\">Local and global spread from Johns Hopkins</a></p>\r\n<p><a href=\"https://alpublichealth.maps.arcgis.com/apps/opsdashboard/index.html?fbclid=IwAR2jgVGHhJye9a-dD2RIEKqkliCZFufuemkPdTNwTIoLeTBSTu0fm-Xooh4#/6d2771faa9da4a2786a509d82c8cf0f7\" target=\"_blank\" rel=\"noopener noreferrer\">Alabama\'s COVID-19 Data and Surveillance Dashboard</a></p>\r\n<p><a href=\"https://www.cdc.gov/coronavirus/2019-ncov/community/home/index.html\" target=\"_blank\" rel=\"noopener noreferrer\">CDC PreparednessÂ </a>Â Â Â </p>\r\n<p><a href=\"https://www.vox.com/future-perfect/2020/3/12/21172040/coronavirus-covid-19-virus-charts?fbclid=IwAR0A2PjhRPC3at1XCU2PNUsJSPjWQpi9DfwV8vGOkQJgSsMW0ilsQhHhBqc\" target=\"_blank\" rel=\"noopener noreferrer\">11 charts that explain the pandemic</a></p>\r\n<p><a href=\"//www.npr.org/sections/health-shots/2020/03/14/811609026/the-new-coronavirus-can-live-on-surfaces-for-2-3-days-heres-how-to-clean-them?utm_source=facebook.com&amp;utm_term=nprnews&amp;utm_campaign=npr&amp;utm_medium=social&amp;fbclid=IwAR2yXs7idX8-d_d8qWllVbuyOLEuPvSc_hZppEAh8teJ5nIzPJ4KyPVjZDU\" target=\"_blank\" rel=\"noopener noreferrer\">How to clean surfaces</a></p>\r\n<p><a href=\"https://www.foxbusiness.com/technology/clean-phone-coronavirus\" target=\"_blank\" rel=\"noopener noreferrer\">How to clean your phone</a></p>\r\n<p><a href=\"https://www.marketwatch.com/story/deadly-viruses-are-no-match-for-plain-old-soap-heres-the-science-behind-it-2020-03-08?fbclid=IwAR134pncjHEnAusO-ZPjCUvV79sXOl5W9ChqBX-6uCWPyj8yZQoncfLieq0\" target=\"_blank\" rel=\"noopener noreferrer\">The science explaining why soap works</a></p>\r\n<p><a href=\"https://www.cdc.gov/coronavirus/2019-ncov/index.html\" target=\"_blank\" rel=\"noopener noreferrer\">CDC - What you need to know (info on what to do when sick, risk assessment, etc.)</a></p>\r\n<p><a href=\"https://avivaromm.com/covid19-talking-to-kids/\" target=\"_blank\" rel=\"noopener noreferrer\">How to talk to kids about it</a></p>\r\n<p><a href=\"https://medium.com/@ariadnelabs/social-distancing-this-is-not-a-snow-day-ac21d7fa78b4\" target=\"_blank\" rel=\"noopener noreferrer\">Social Distancing</a></p>\r\n<p><a href=\"https://www.health.harvard.edu/staying-healthy/how-to-boost-your-immune-system\" target=\"_blank\" rel=\"noopener noreferrer\">How to boost your immune system</a></p>\r\n<p><a href=\"https://www.gaiaherbs.com/blogs/seeds-of-knowledge/5-herbs-for-immune-health\" target=\"_blank\" rel=\"noopener noreferrer\">5 Herbs for Immune Health</a></p>\r\n<p><a href=\"https://www.macleans.ca/news/canada/a-made-in-canada-solution-to-the-coronavirus-outbreak/\" target=\"_blank\" rel=\"noopener noreferrer\">Quercetin as possible benefit</a></p>\r\n<p><a href=\"https://www.yahoo.com/news/does-coronavirus-body-120916551.html\" target=\"_blank\" rel=\"noopener noreferrer\">What the virus does</a></p>\r\n<p><a href=\"https://www.yahoo.com/news/dont-panic-says-us-woman-recovered-coronavirus-055155667.html\" target=\"_blank\" rel=\"noopener noreferrer\">You can recover</a></p>\r\n<p><a href=\"https://www.consumerreports.org/food-shopping/how-to-protect-yourself-from-coronavirus-when-grocery-shopping/?EXTKEY=YSOCIAL_PAIDPROMO_FB&amp;fbclid=IwAR2NObHzgfg1f0aNGBGq4lTQvv52dtep4gWKqcfY2MOSMuKAVSKt9IGBVNg\" target=\"_blank\" rel=\"noopener noreferrer\">Protection in the grocery store</a></p>\r\n<p><a href=\"https://cityblog.huntsvilleal.gov/8-ways-you-can-help-your-neighbor-during-coronavirus-outbreak/?fbclid=IwAR2AGMPZ2bqPf4dA80pXzi8HcaUTKeyZA7gPXqDGk_Ed1Uqpr6DsjvSunEA\" target=\"_blank\" rel=\"noopener noreferrer\">Ways to help neighbors during coronavirus outbreak</a></p>\r\n<p><a href=\"https://labor.alabama.gov/news_feed/News_Page.aspx?id=201&amp;fbclid=IwAR3GWN9aR-iMURin6-FFolCUyoaI6KZDxBgTTDeX_X3ALYR0eUuJy2nwBN0\" target=\"_blank\" rel=\"noopener noreferrer\">AL Dept. of Labor Unemployment Benefits</a></p>\r\n<p><a href=\"https://www.southernliving.com/news/josh-gad-twitter-reading?utm_source=facebook.com&amp;utm_campaign=southernliving_southernliving&amp;utm_medium=social&amp;utm_term=1DC8DC18-67BD-11EA-8D56-7AE24F017A06&amp;fbclid=IwAR39jwdZCrdaKrnuPWMZVHdzQWXdthXISHf5-wvIFlmKHvqyieYKFVqQovk\" target=\"_blank\" rel=\"noopener noreferrer\">Josh Gad reads to kids</a></p>\r\n<p><a href=\"https://www.wfla.com/community/health/coronavirus/scholastic-releases-daily-learning-courses-for-kids-home-from-school-amid-coronavirus/?fbclid=IwAR2bYUnicoI7CWX9Y-I4SSruX6XdmDvYNRVsu2p2tTKbUifGTmn0a08eqTw\">Free classes online for kids</a></p>\r\n<p><a href=\"https://mymodernmet.com/google-arts-culture-national-parks/?fbclid=IwAR33f_tKDxGBE8KevSpMcIhQyy0hw7aMDmWk9V8fKXLVVSyAg6IVEvJ2n60\" target=\"_blank\" rel=\"noopener noreferrer\">Virtual Tour of Nat. Parks</a></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','COVID-19 Information Roundup','Great sites for COVID-19 info!','inherit','closed','closed','','1360-revision-v1','','','2020-03-30 11:19:44','2020-03-30 16:19:44','',1360,'https://ruthsnutrition.gsg-host.com/1360-revision-v1/',0,'revision','',0),(1369,2,'2020-03-31 18:28:38','2020-03-31 23:28:38','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h2>While we isolate, sites with good information</h2>\r\n<p><img class=\"size-medium wp-image-1362 alignright\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2020/03/COVID-19-604X-300x149.jpg\" alt=\"\" width=\"300\" height=\"149\" />With coronavirus still all over the news and on everyoneâ€™s mind, we thought weâ€™d put together a list of sites where you can find good information both about the virus and how to cope with our current situation. Weâ€™re wishing all of you stay well!</p>\r\n<p><a href=\"https://www.arcgis.com/apps/opsdashboard/index.html#/bda7594740fd40299423467b48e9ecf6\" target=\"_blank\" rel=\"noopener noreferrer\">Local and global spread from Johns Hopkins</a></p>\r\n<p><a href=\"https://alpublichealth.maps.arcgis.com/apps/opsdashboard/index.html?fbclid=IwAR2jgVGHhJye9a-dD2RIEKqkliCZFufuemkPdTNwTIoLeTBSTu0fm-Xooh4#/6d2771faa9da4a2786a509d82c8cf0f7\" target=\"_blank\" rel=\"noopener noreferrer\">Alabama\'s COVID-19 Data and Surveillance Dashboard</a></p>\r\n<p><a href=\"https://www.cdc.gov/coronavirus/2019-ncov/community/home/index.html\" target=\"_blank\" rel=\"noopener noreferrer\">CDC PreparednessÂ </a>Â Â Â </p>\r\n<p><a href=\"https://www.vox.com/future-perfect/2020/3/12/21172040/coronavirus-covid-19-virus-charts?fbclid=IwAR0A2PjhRPC3at1XCU2PNUsJSPjWQpi9DfwV8vGOkQJgSsMW0ilsQhHhBqc\" target=\"_blank\" rel=\"noopener noreferrer\">11 charts that explain the pandemic</a></p>\r\n<p><a href=\"//www.npr.org/sections/health-shots/2020/03/14/811609026/the-new-coronavirus-can-live-on-surfaces-for-2-3-days-heres-how-to-clean-them?utm_source=facebook.com&amp;utm_term=nprnews&amp;utm_campaign=npr&amp;utm_medium=social&amp;fbclid=IwAR2yXs7idX8-d_d8qWllVbuyOLEuPvSc_hZppEAh8teJ5nIzPJ4KyPVjZDU\" target=\"_blank\" rel=\"noopener noreferrer\">How to clean surfaces</a></p>\r\n<p><a href=\"https://www.foxbusiness.com/technology/clean-phone-coronavirus\" target=\"_blank\" rel=\"noopener noreferrer\">How to clean your phone</a></p>\r\n<p><a href=\"https://www.marketwatch.com/story/deadly-viruses-are-no-match-for-plain-old-soap-heres-the-science-behind-it-2020-03-08?fbclid=IwAR134pncjHEnAusO-ZPjCUvV79sXOl5W9ChqBX-6uCWPyj8yZQoncfLieq0\" target=\"_blank\" rel=\"noopener noreferrer\">The science explaining why soap works</a></p>\r\n<p><a href=\"https://www.cdc.gov/coronavirus/2019-ncov/index.html\" target=\"_blank\" rel=\"noopener noreferrer\">CDC - What you need to know (info on what to do when sick, risk assessment, etc.)</a></p>\r\n<p><a href=\"https://avivaromm.com/covid19-talking-to-kids/\" target=\"_blank\" rel=\"noopener noreferrer\">How to talk to kids about it</a></p>\r\n<p><a href=\"https://medium.com/@ariadnelabs/social-distancing-this-is-not-a-snow-day-ac21d7fa78b4\" target=\"_blank\" rel=\"noopener noreferrer\">Social Distancing</a></p>\r\n<p><a href=\"https://www.health.harvard.edu/staying-healthy/how-to-boost-your-immune-system\" target=\"_blank\" rel=\"noopener noreferrer\">How to boost your immune system</a></p>\r\n<p><a href=\"https://www.gaiaherbs.com/blogs/seeds-of-knowledge/5-herbs-for-immune-health\" target=\"_blank\" rel=\"noopener noreferrer\">5 Herbs for Immune Health</a></p>\r\n<p><a href=\"https://www.macleans.ca/news/canada/a-made-in-canada-solution-to-the-coronavirus-outbreak/\" target=\"_blank\" rel=\"noopener noreferrer\">Quercetin as possible benefit</a></p>\r\n<p><a href=\"https://www.yahoo.com/news/does-coronavirus-body-120916551.html\" target=\"_blank\" rel=\"noopener noreferrer\">What the virus does</a></p>\r\n<p><a href=\"https://www.yahoo.com/news/dont-panic-says-us-woman-recovered-coronavirus-055155667.html\" target=\"_blank\" rel=\"noopener noreferrer\">You can recover</a></p>\r\n<p><a href=\"https://www.consumerreports.org/food-shopping/how-to-protect-yourself-from-coronavirus-when-grocery-shopping/?EXTKEY=YSOCIAL_PAIDPROMO_FB&amp;fbclid=IwAR2NObHzgfg1f0aNGBGq4lTQvv52dtep4gWKqcfY2MOSMuKAVSKt9IGBVNg\" target=\"_blank\" rel=\"noopener noreferrer\">Protection in the grocery store</a></p>\r\n<p><a href=\"https://cityblog.huntsvilleal.gov/8-ways-you-can-help-your-neighbor-during-coronavirus-outbreak/?fbclid=IwAR2AGMPZ2bqPf4dA80pXzi8HcaUTKeyZA7gPXqDGk_Ed1Uqpr6DsjvSunEA\" target=\"_blank\" rel=\"noopener noreferrer\">Ways to help neighbors during coronavirus outbreak</a></p>\r\n<p><a href=\"https://labor.alabama.gov/news_feed/News_Page.aspx?id=201&amp;fbclid=IwAR3GWN9aR-iMURin6-FFolCUyoaI6KZDxBgTTDeX_X3ALYR0eUuJy2nwBN0\" target=\"_blank\" rel=\"noopener noreferrer\">AL Dept. of Labor Unemployment Benefits</a></p>\r\n<p><a href=\"https://www.nashvillescene.com/arts-culture/books/article/21125375/international-treasure-dolly-parton-will-now-read-us-bedtime-stories?fbclid=IwAR0V9hVoliAYN4mnr1nHWOiL478GsGsfApKDDIxV4ec-CaxZ8DqmFITWHP0\" target=\"_blank\" rel=\"noopener noreferrer\">Dolly Parton reads bedtime stories</a></p>\r\n<p><a href=\"https://www.southernliving.com/news/josh-gad-twitter-reading?utm_source=facebook.com&amp;utm_campaign=southernliving_southernliving&amp;utm_medium=social&amp;utm_term=1DC8DC18-67BD-11EA-8D56-7AE24F017A06&amp;fbclid=IwAR39jwdZCrdaKrnuPWMZVHdzQWXdthXISHf5-wvIFlmKHvqyieYKFVqQovk\" target=\"_blank\" rel=\"noopener noreferrer\">Josh Gad reads to kids</a></p>\r\n<p><a href=\"https://www.wfla.com/community/health/coronavirus/scholastic-releases-daily-learning-courses-for-kids-home-from-school-amid-coronavirus/?fbclid=IwAR2bYUnicoI7CWX9Y-I4SSruX6XdmDvYNRVsu2p2tTKbUifGTmn0a08eqTw\">Free classes online for kids</a></p>\r\n<p><a href=\"https://mymodernmet.com/google-arts-culture-national-parks/?fbclid=IwAR33f_tKDxGBE8KevSpMcIhQyy0hw7aMDmWk9V8fKXLVVSyAg6IVEvJ2n60\" target=\"_blank\" rel=\"noopener noreferrer\">Virtual Tour of Nat. Parks</a></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','COVID-19 Information Roundup','Great sites for COVID-19 info!','inherit','closed','closed','','1360-revision-v1','','','2020-03-31 18:28:38','2020-03-31 23:28:38','',1360,'https://ruthsnutrition.gsg-host.com/1360-revision-v1/',0,'revision','',0),(1370,2,'2020-03-31 18:28:49','2020-03-31 23:28:49','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h2>While we isolate, sites with good information</h2>\r\n<p><img class=\"size-medium wp-image-1362 alignright\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2020/03/COVID-19-604X-300x149.jpg\" alt=\"\" width=\"300\" height=\"149\" />With coronavirus still all over the news and on everyoneâ€™s mind, we thought weâ€™d put together a list of sites where you can find good information both about the virus and how to cope with our current situation. Weâ€™re wishing all of you stay well!</p>\r\n<p><a href=\"https://www.arcgis.com/apps/opsdashboard/index.html#/bda7594740fd40299423467b48e9ecf6\" target=\"_blank\" rel=\"noopener noreferrer\">Local and global spread from Johns Hopkins</a></p>\r\n<p><a href=\"https://alpublichealth.maps.arcgis.com/apps/opsdashboard/index.html?fbclid=IwAR2jgVGHhJye9a-dD2RIEKqkliCZFufuemkPdTNwTIoLeTBSTu0fm-Xooh4#/6d2771faa9da4a2786a509d82c8cf0f7\" target=\"_blank\" rel=\"noopener noreferrer\">Alabama\'s COVID-19 Data and Surveillance Dashboard</a></p>\r\n<p><a href=\"https://www.cdc.gov/coronavirus/2019-ncov/community/home/index.html\" target=\"_blank\" rel=\"noopener noreferrer\">CDC PreparednessÂ </a>Â Â Â </p>\r\n<p><a href=\"https://www.vox.com/future-perfect/2020/3/12/21172040/coronavirus-covid-19-virus-charts?fbclid=IwAR0A2PjhRPC3at1XCU2PNUsJSPjWQpi9DfwV8vGOkQJgSsMW0ilsQhHhBqc\" target=\"_blank\" rel=\"noopener noreferrer\">11 charts that explain the pandemic</a></p>\r\n<p><a href=\"//www.npr.org/sections/health-shots/2020/03/14/811609026/the-new-coronavirus-can-live-on-surfaces-for-2-3-days-heres-how-to-clean-them?utm_source=facebook.com&amp;utm_term=nprnews&amp;utm_campaign=npr&amp;utm_medium=social&amp;fbclid=IwAR2yXs7idX8-d_d8qWllVbuyOLEuPvSc_hZppEAh8teJ5nIzPJ4KyPVjZDU\" target=\"_blank\" rel=\"noopener noreferrer\">How to clean surfaces</a></p>\r\n<p><a href=\"https://www.foxbusiness.com/technology/clean-phone-coronavirus\" target=\"_blank\" rel=\"noopener noreferrer\">How to clean your phone</a></p>\r\n<p><a href=\"https://www.marketwatch.com/story/deadly-viruses-are-no-match-for-plain-old-soap-heres-the-science-behind-it-2020-03-08?fbclid=IwAR134pncjHEnAusO-ZPjCUvV79sXOl5W9ChqBX-6uCWPyj8yZQoncfLieq0\" target=\"_blank\" rel=\"noopener noreferrer\">The science explaining why soap works</a></p>\r\n<p><a href=\"https://www.cdc.gov/coronavirus/2019-ncov/index.html\" target=\"_blank\" rel=\"noopener noreferrer\">CDC - What you need to know (info on what to do when sick, risk assessment, etc.)</a></p>\r\n<p><a href=\"https://avivaromm.com/covid19-talking-to-kids/\" target=\"_blank\" rel=\"noopener noreferrer\">How to talk to kids about it</a></p>\r\n<p><a href=\"https://medium.com/@ariadnelabs/social-distancing-this-is-not-a-snow-day-ac21d7fa78b4\" target=\"_blank\" rel=\"noopener noreferrer\">Social Distancing</a></p>\r\n<p><a href=\"https://www.health.harvard.edu/staying-healthy/how-to-boost-your-immune-system\" target=\"_blank\" rel=\"noopener noreferrer\">How to boost your immune system</a></p>\r\n<p><a href=\"https://www.gaiaherbs.com/blogs/seeds-of-knowledge/5-herbs-for-immune-health\" target=\"_blank\" rel=\"noopener noreferrer\">5 Herbs for Immune Health</a></p>\r\n<p><a href=\"https://www.macleans.ca/news/canada/a-made-in-canada-solution-to-the-coronavirus-outbreak/\" target=\"_blank\" rel=\"noopener noreferrer\">Quercetin as possible benefit</a></p>\r\n<p><a href=\"https://www.yahoo.com/news/does-coronavirus-body-120916551.html\" target=\"_blank\" rel=\"noopener noreferrer\">What the virus does</a></p>\r\n<p><a href=\"https://www.yahoo.com/news/dont-panic-says-us-woman-recovered-coronavirus-055155667.html\" target=\"_blank\" rel=\"noopener noreferrer\">You can recover</a></p>\r\n<p><a href=\"https://www.consumerreports.org/food-shopping/how-to-protect-yourself-from-coronavirus-when-grocery-shopping/?EXTKEY=YSOCIAL_PAIDPROMO_FB&amp;fbclid=IwAR2NObHzgfg1f0aNGBGq4lTQvv52dtep4gWKqcfY2MOSMuKAVSKt9IGBVNg\" target=\"_blank\" rel=\"noopener noreferrer\">Protection in the grocery store</a></p>\r\n<p><a href=\"https://cityblog.huntsvilleal.gov/8-ways-you-can-help-your-neighbor-during-coronavirus-outbreak/?fbclid=IwAR2AGMPZ2bqPf4dA80pXzi8HcaUTKeyZA7gPXqDGk_Ed1Uqpr6DsjvSunEA\" target=\"_blank\" rel=\"noopener noreferrer\">Ways to help neighbors during coronavirus outbreak</a></p>\r\n<p><a href=\"https://labor.alabama.gov/news_feed/News_Page.aspx?id=201&amp;fbclid=IwAR3GWN9aR-iMURin6-FFolCUyoaI6KZDxBgTTDeX_X3ALYR0eUuJy2nwBN0\" target=\"_blank\" rel=\"noopener noreferrer\">AL Dept. of Labor Unemployment Benefits</a></p>\r\n<p><a href=\"https://www.nashvillescene.com/arts-culture/books/article/21125375/international-treasure-dolly-parton-will-now-read-us-bedtime-stories?fbclid=IwAR0V9hVoliAYN4mnr1nHWOiL478GsGsfApKDDIxV4ec-CaxZ8DqmFITWHP0\" target=\"_blank\" rel=\"noopener noreferrer\">Dolly Parton reads bedtime stories</a></p>\r\n<p><a href=\"https://www.southernliving.com/news/josh-gad-twitter-reading?utm_source=facebook.com&amp;utm_campaign=southernliving_southernliving&amp;utm_medium=social&amp;utm_term=1DC8DC18-67BD-11EA-8D56-7AE24F017A06&amp;fbclid=IwAR39jwdZCrdaKrnuPWMZVHdzQWXdthXISHf5-wvIFlmKHvqyieYKFVqQovk\" target=\"_blank\" rel=\"noopener noreferrer\">Josh Gad reads to kids</a></p>\r\n<p><a href=\"https://www.wfla.com/community/health/coronavirus/scholastic-releases-daily-learning-courses-for-kids-home-from-school-amid-coronavirus/?fbclid=IwAR2bYUnicoI7CWX9Y-I4SSruX6XdmDvYNRVsu2p2tTKbUifGTmn0a08eqTw\">Free classes online for kids</a></p>\r\n<p><a href=\"https://mymodernmet.com/google-arts-culture-national-parks/?fbclid=IwAR33f_tKDxGBE8KevSpMcIhQyy0hw7aMDmWk9V8fKXLVVSyAg6IVEvJ2n60\" target=\"_blank\" rel=\"noopener noreferrer\">Virtual Tour of Nat. Parks</a></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','COVID-19 Information Roundup','Great sites for COVID-19 info!','inherit','closed','closed','','1360-autosave-v1','','','2020-03-31 18:28:49','2020-03-31 23:28:49','',1360,'https://ruthsnutrition.gsg-host.com/1360-autosave-v1/',0,'revision','',0),(1372,2,'2020-04-22 10:21:21','0000-00-00 00:00:00','','Home','','draft','closed','open','','home','','','2020-04-22 10:21:21','0000-00-00 00:00:00','',0,'https://ruthsnutrition.gsg-host.com/?page_id=1372',0,'page','',0),(1373,2,'2020-04-29 13:52:05','2020-04-29 18:52:05','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h2>Boosting your immune system for the long haul</h2>\r\n<p>&nbsp;</p>\r\n<p><img class=\"size-medium wp-image-1374 alignright\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2020/04/can-you-boost-your-immune-system-to-prevent-coronavirus-spread-722x406-1-300x169.jpg\" alt=\"\" width=\"300\" height=\"169\" />While Alabama slowly re-opens businesses, we all know the coronavirus that causes COVID-19 isnâ€™t going away completely anytime soon. A vaccine is at least 18 months away and may be years (to date the fastest development and approval of a vaccine was four years â€“ for mumps).</p>\r\n<p>Given that, itâ€™s important for all of us to practice physical distancing, wear masks, and maybe most important, keep our immune systems tuned-up and ready to meet any foe. Thank goodness, there are many ways to do that.</p>\r\n<p>The top lifestyle choices are getting good sleep, regular exercise, lowering anxiety/stress, and eating a diet high in fruits and vegetables while being low in sugar. When it comes to supplements, there are several to choose from.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Vitamin D</strong></p>\r\n<p>Having higher levels of vitamin D has long been known to lower the risk and severity of respiratory tract infections. Vitamin D enhances the ability of white blood cells (monocytes and macrophages) to fight pathogens, while simultaneously lowering inflammation.</p>\r\n<p>Experts generally recommend between 1,000 â€“ 5,000 I.U. daily. You can, however, get too much vitamin D with really high supplementation. Itâ€™s best to periodically ask your doctor to check your vitamin D levels.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Zinc</strong></p>\r\n<p>Zinc is needed for immune cell development and communication, and is commonly deficient, especially in older people. Low levels of zinc are associated with increased risk of infections, including pneumonia.</p>\r\n<p>Supplementing with zinc has been shown to decrease the durations of the common cold and other upper respiratory infections.</p>\r\n<p>Healthy adults can safely take up to 40 mg of zinc daily over time (higher for shorter duration). Be aware that zinc and copper can displace each other in the body, so itâ€™s best to take a zinc supplement that also contains copper or get additional copper from your multivitamin.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Vitamin C</strong></p>\r\n<p>Supplementing with Vitamin C has been shown to reduce the duration and severity of upper respiratory tract infections. Vitamin C supports the immune system in multiple ways: being an anti-oxidant, improving immune cellsâ€™ ability to attack pathogens, helping the immune system clear out spent cells, etc.</p>\r\n<p>Taking 1-2 grams daily reduces duration of colds. Vitamin C is water soluble and can be taken to bowel tolerance during illness.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Elderberry</strong></p>\r\n<p>Elderberry has potent anti-viral and anti-bacterial activity, especially in upper respiratory conditions and influenza. It also has been shown to shorten the duration of flu and common cold infections. In addition, elderberry is a potent anti-oxidant and anti-inflammatory.</p>\r\n<p>Safe even for children, elderberry can be taken in syrup, tincture, capsule or gummy forms.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Medicinal Mushrooms</strong></p>\r\n<p>Several types of mushrooms have medicinal value, and they have been used to improve health since ancient times. Many have been studied in connection with cancer, cardiovascular health, brain health, and energy production.</p>\r\n<p>Cordyceps, Lionâ€™s Mane, Maitake, Shitake, Reishi, and Turkey Tail are all varieties that have been studied and proven to have immune system benefit.</p>\r\n<p>Medicinal mushrooms can be taken as tinctures, capsules, or tea, either singly or in combination.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Andrographis</strong></p>\r\n<p>This herb has a long history of use for improving immune system function. Andrographis has anti-viral, anti-bacterial, anti-inflammatory, anti-cancer, and immune-stimulating properties.Â  It has been shown to reduce duration and severity of upper respiratory infections.</p>\r\n<p>It can be found in tincture or capsules. (Itâ€™s a very bitter plant and, therefore, unpleasant for tea.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Garlic</strong></p>\r\n<p>Garlic is a powerful anti-inflammatory with anti-viral properties. It enhances immune health by stimulating white blood cells (Natural Killer cells and macrophages). It can be taken as food, capsules, or liquid.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Selenium</strong></p>\r\n<p>This mineral is essential for immune health. Animal research shows selenium enhances anti-viral defense against influenza strains, including H1N1. Selenium deficiency is associated with higher risk of viral infections, including coxsackievirus and influenza.Â </p>\r\n<p>Selenium can have serious side effects if taken in high doses. It is generally recommended that people take no more than 200 mcg. daily.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Multivitamin</strong></p>\r\n<p>Donâ€™t forget that a simple daily multivitamin can take you a long way toward improved immune health. Most include vitamin D, vitamin C, selenium, and zinc. And the B vitamins they contain also are important for a healthy immune response.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>REFERENCES:</strong></p>\r\n<p><a href=\"https://www.healthline.com/nutrition/how-to-boost-immune-health#The-bottom-line\" target=\"_blank\" rel=\"noopener noreferrer\">Healthline</a></p>\r\n<p><a href=\"https://www.medicinenet.com/covid_19_supplements/article.htm\" target=\"_blank\" rel=\"noopener noreferrer\">Medicine Net</a></p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Super Supplements','Multiple ways to boost your immune system!','publish','closed','open','','super_supplements','','','2020-04-29 13:52:05','2020-04-29 18:52:05','',0,'https://ruthsnutrition.gsg-host.com/?p=1373',0,'post','',0),(1374,2,'2020-04-29 13:43:57','2020-04-29 18:43:57','','can-you-boost-your-immune-system-to-prevent-coronavirus-spread-722x406','','inherit','open','closed','','can-you-boost-your-immune-system-to-prevent-coronavirus-spread-722x406','','','2020-04-29 13:43:57','2020-04-29 18:43:57','',1373,'https://ruthsnutrition.gsg-host.com/wp-content/uploads/2020/04/can-you-boost-your-immune-system-to-prevent-coronavirus-spread-722x406-1.jpg',0,'attachment','image/jpeg',0),(1375,2,'2020-04-29 13:51:39','2020-04-29 18:51:39','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h2>Boosting your immune system for the long haul</h2>\r\n<p>&nbsp;</p>\r\n<p><img class=\"size-medium wp-image-1374 alignright\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2020/04/can-you-boost-your-immune-system-to-prevent-coronavirus-spread-722x406-1-300x169.jpg\" alt=\"\" width=\"300\" height=\"169\" />While Alabama slowly re-opens businesses, we all know the coronavirus that causes COVID-19 isnâ€™t going away completely anytime soon. A vaccine is at least 18 months away and may be years (to date the fastest development and approval of a vaccine was four years â€“ for mumps).</p>\r\n<p>Given that, itâ€™s important for all of us to practice physical distancing, wear masks, and maybe most important, keep our immune systems tuned-up and ready to meet any foe. Thank goodness, there are many ways to do that.</p>\r\n<p>The top lifestyle choices are getting good sleep, regular exercise, lowering anxiety/stress, and eating a diet high in fruits and vegetables while being low in sugar. When it comes to supplements, there are several to choose from.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Vitamin D</strong></p>\r\n<p>Having higher levels of vitamin D has long been known to lower the risk and severity of respiratory tract infections. Vitamin D enhances the ability of white blood cells (monocytes and macrophages) to fight pathogens, while simultaneously lowering inflammation.</p>\r\n<p>Experts generally recommend between 1,000 â€“ 5,000 I.U. daily. You can, however, get too much vitamin D with really high supplementation. Itâ€™s best to periodically ask your doctor to check your vitamin D levels.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Zinc</strong></p>\r\n<p>Zinc is needed for immune cell development and communication, and is commonly deficient, especially in older people. Low levels of zinc are associated with increased risk of infections, including pneumonia.</p>\r\n<p>Supplementing with zinc has been shown to decrease the durations of the common cold and other upper respiratory infections.</p>\r\n<p>Healthy adults can safely take up to 40 mg of zinc daily over time (higher for shorter duration). Be aware that zinc and copper can displace each other in the body, so itâ€™s best to take a zinc supplement that also contains copper or get additional copper from your multivitamin.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Vitamin C</strong></p>\r\n<p>Supplementing with Vitamin C has been shown to reduce the duration and severity of upper respiratory tract infections. Vitamin C supports the immune system in multiple ways: being an anti-oxidant, improving immune cellsâ€™ ability to attack pathogens, helping the immune system clear out spent cells, etc.</p>\r\n<p>Taking 1-2 grams daily reduces duration of colds. Vitamin C is water soluble and can be taken to bowel tolerance during illness.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Elderberry</strong></p>\r\n<p>Elderberry has potent anti-viral and anti-bacterial activity, especially in upper respiratory conditions and influenza. It also has been shown to shorten the duration of flu and common cold infections. In addition, elderberry is a potent anti-oxidant and anti-inflammatory.</p>\r\n<p>Safe even for children, elderberry can be taken in syrup, tincture, capsule or gummy forms.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Medicinal Mushrooms</strong></p>\r\n<p>Several types of mushrooms have medicinal value, and they have been used to improve health since ancient times. Many have been studied in connection with cancer, cardiovascular health, brain health, and energy production.</p>\r\n<p>Cordyceps, Lionâ€™s Mane, Maitake, Shitake, Reishi, and Turkey Tail are all varieties that have been studied and proven to have immune system benefit.</p>\r\n<p>Medicinal mushrooms can be taken as tinctures, capsules, or tea, either singly or in combination.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Andrographis</strong></p>\r\n<p>This herb has a long history of use for improving immune system function. Andrographis has anti-viral, anti-bacterial, anti-inflammatory, anti-cancer, and immune-stimulating properties.Â  It has been shown to reduce duration and severity of upper respiratory infections.</p>\r\n<p>It can be found in tincture or capsules. (Itâ€™s a very bitter plant and, therefore, unpleasant for tea.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Garlic</strong></p>\r\n<p>Garlic is a powerful anti-inflammatory with anti-viral properties. It enhances immune health by stimulating white blood cells (Natural Killer cells and macrophages). It can be taken as food, capsules, or liquid.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Selenium</strong></p>\r\n<p>This mineral is essential for immune health. Animal research shows selenium enhances anti-viral defense against influenza strains, including H1N1. Selenium deficiency is associated with higher risk of viral infections, including coxsackievirus and influenza.Â </p>\r\n<p>Selenium can have serious side effects if taken in high doses. It is generally recommended that people take no more than 200 mcg. daily.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Multivitamin</strong></p>\r\n<p>Donâ€™t forget that a simple daily multivitamin can take you a long way toward improved immune health. Most include vitamin D, vitamin C, selenium, and zinc. And the B vitamins they contain also are important for a healthy immune response.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>REFERENCES:</strong></p>\r\n<p><a href=\"https://www.healthline.com/nutrition/how-to-boost-immune-health#The-bottom-line\" target=\"_blank\" rel=\"noopener noreferrer\">Healthline</a></p>\r\n<p><a href=\"https://www.medicinenet.com/covid_19_supplements/article.htm\" target=\"_blank\" rel=\"noopener noreferrer\">Medicine Net</a></p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Super Supplements','Multiple ways to boost your immune system!','inherit','closed','closed','','1373-revision-v1','','','2020-04-29 13:51:39','2020-04-29 18:51:39','',1373,'https://ruthsnutrition.gsg-host.com/1373-revision-v1/',0,'revision','',0),(1378,2,'2020-04-30 17:56:44','2020-04-30 22:56:44','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text</p>\r\n<!-- wp:paragraph -->\r\n<h2>Resources for staying safe, sane, and well</h2>\r\n<p><img class=\"size-medium wp-image-1379 alignright\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2020/04/p086qbqx-300x169.jpg\" alt=\"\" width=\"300\" height=\"169\" />Alabama is slowly opening up, but the recommendation is that those with high-risk for catching COVID-19 continue to stay at home. And just because there will be more places we can visit, it doesnâ€™t mean the virus is gone. Like it or not, weâ€™re still going to be coping with a radically changed world for some time to come. A world that is changing day-by-day.</p>\r\n<p>Because weâ€™re feeling our way through this just like you are, we thought weâ€™d share some of the resources we found to help us better cope with the changed situation. We hope each of you stays safe, sane, and well!</p>\r\n<p>&nbsp;</p>\r\n<p><a href=\"https://www.consumerreports.org/food-shopping/how-to-protect-yourself-from-coronavirus-when-grocery-shopping/\" target=\"_blank\" rel=\"noopener noreferrer\">How to protect yourself in the grocery</a></p>\r\n<p><a href=\"https://www.nytimes.com/2020/04/17/well/live/coronavirus-contagion-spead-clothes-shoes-hair-newspaper-packages-mail-infectious.html?fbclid=IwAR2QVobJ9P7Jd9befjRY3dUMuhAVXHjokUXxKIDKbKtUJK0ShcaqBikvWIg\" target=\"_blank\" rel=\"noopener noreferrer\">Does the virus get on clothes? Shoes?</a></p>\r\n<p><a href=\"https://www.futurity.org/homeschooling-kids-during-covid-19-2327442/?fbclid=IwAR1sL9V0_GAzAX3PL2cAQmHvyjnasHTiMZgGFYmAch6_UWpu3h8Q2xpIxcQ\" target=\"_blank\" rel=\"noopener noreferrer\">Coping with bored kids</a></p>\r\n<p><a href=\"https://www.verywellmind.com/coping-with-coronavirus-covid-19-4800265\" target=\"_blank\" rel=\"noopener noreferrer\">Multiple articles on help with coping</a></p>\r\n<p><a href=\"https://www.forbes.com/sites/nazbeheshti/2020/04/28/how-to-build-resilience-and-adjust-to-our-new-normal-with-greater-clarity-motivation-and-wellbeing/#83f9383517f3\" target=\"_blank\" rel=\"noopener noreferrer\">How to build resilience</a></p>\r\n<p><a href=\"https://www.cdc.gov/coronavirus/2019-ncov/prevent-getting-sick/cloth-face-cover-faq.html?fbclid=IwAR1Zd3L_PIeSeoYZony3Qr-EaFvgp0KAvrHHSfzhWCsT7tAUye1HfsKj5wM\" target=\"_blank\" rel=\"noopener noreferrer\">CDC info on masks</a></p>\r\n<p><a href=\"http://www.flagpoledepot.com/index.php?p=home\" target=\"_blank\" rel=\"noopener noreferrer\">Huntsville source for masks</a></p>\r\n<p><a href=\"https://dreamfitfacemask.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Cullman source for masks</a></p>\r\n<p><a href=\"https://www.yahoo.com/lifestyle/cleaning-expert-explains-best-way-172700272.html\" target=\"_blank\" rel=\"noopener noreferrer\">How to wash masks</a></p>\r\n<p><a href=\"https://www.npr.org/sections/goatsandsoda/2020/04/22/840146830/adding-a-nylon-stocking-layer-could-boost-protection-from-cloth-masks-study-find?fbclid=IwAR1YbQJtrz8MpnfI9Dv5v2SpTBxvqtZyhzjpx9C03yU8k4ItTs0ZFZSvPt4\" target=\"_blank\" rel=\"noopener noreferrer\">Ways to increase mask protection</a></p>\r\n<p><a href=\"https://www.wbrc.com/2020/04/29/costco-requiring-customers-wear-face-masks-starting-monday/?fbclid=IwAR0_lwHm9XQKji28S8J03XvlPn5oBQzTjU-7E9axhDgZ7QzZxoIY3_plGLE\" target=\"_blank\" rel=\"noopener noreferrer\">Mandatory Masks in Costco</a></p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Coping with COVID-19','Tips for staying safe and sane!','publish','closed','open','','coping_with_covid-19','','','2020-04-30 17:56:44','2020-04-30 22:56:44','',0,'https://ruthsnutrition.gsg-host.com/?p=1378',0,'post','',0),(1379,2,'2020-04-30 17:38:20','2020-04-30 22:38:20','','p086qbqx','','inherit','open','closed','','p086qbqx','','','2020-04-30 17:38:20','2020-04-30 22:38:20','',1378,'https://ruthsnutrition.gsg-host.com/wp-content/uploads/2020/04/p086qbqx.jpg',0,'attachment','image/jpeg',0),(1380,2,'2020-04-30 17:50:30','2020-04-30 22:50:30','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text</p>\r\n<!-- wp:paragraph -->\r\n<h2>Resources for staying safe, sane, and well</h2>\r\n<p><img class=\"aligncenter size-medium wp-image-1379\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2020/04/p086qbqx-300x169.jpg\" alt=\"\" width=\"300\" height=\"169\" />Alabama is slowly opening up, but the recommendation is that those with high-risk for catching COVID-19 stay at home. And just because there will be more places we can visit, it doesnâ€™t mean the virus is gone. Like it or not, weâ€™re still going to be coping with a radically changed world. A world that is changing day-by-day.</p>\r\n<p>Because weâ€™re feeling our way just like you are, we thought weâ€™d share some of the resources we found for coping information. We hope each of you stays safe, sane, and well!</p>\r\n<p>&nbsp;</p>\r\n<p><a href=\"https://www.consumerreports.org/food-shopping/how-to-protect-yourself-from-coronavirus-when-grocery-shopping/\" target=\"_blank\" rel=\"noopener noreferrer\">How to protect yourself in the grocery</a></p>\r\n<p><a href=\"https://www.nytimes.com/2020/04/17/well/live/coronavirus-contagion-spead-clothes-shoes-hair-newspaper-packages-mail-infectious.html?fbclid=IwAR2QVobJ9P7Jd9befjRY3dUMuhAVXHjokUXxKIDKbKtUJK0ShcaqBikvWIg\" target=\"_blank\" rel=\"noopener noreferrer\">Does the virus get on clothes? Shoes?</a></p>\r\n<p><a href=\"https://www.futurity.org/homeschooling-kids-during-covid-19-2327442/?fbclid=IwAR1sL9V0_GAzAX3PL2cAQmHvyjnasHTiMZgGFYmAch6_UWpu3h8Q2xpIxcQ\" target=\"_blank\" rel=\"noopener noreferrer\">Coping with bored kids</a></p>\r\n<p><a href=\"https://www.verywellmind.com/coping-with-coronavirus-covid-19-4800265\" target=\"_blank\" rel=\"noopener noreferrer\">Multiple articles on help with coping</a></p>\r\n<p><a href=\"https://www.forbes.com/sites/nazbeheshti/2020/04/28/how-to-build-resilience-and-adjust-to-our-new-normal-with-greater-clarity-motivation-and-wellbeing/#83f9383517f3\" target=\"_blank\" rel=\"noopener noreferrer\">How to build resilience</a></p>\r\n<p><a href=\"https://www.cdc.gov/coronavirus/2019-ncov/prevent-getting-sick/cloth-face-cover-faq.html?fbclid=IwAR1Zd3L_PIeSeoYZony3Qr-EaFvgp0KAvrHHSfzhWCsT7tAUye1HfsKj5wM\" target=\"_blank\" rel=\"noopener noreferrer\">CDC info on masks</a></p>\r\n<p><a href=\"http://www.flagpoledepot.com/index.php?p=home\" target=\"_blank\" rel=\"noopener noreferrer\">Huntsville source for masks</a></p>\r\n<p><a href=\"https://dreamfitfacemask.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Cullman source for masks</a></p>\r\n<p><a href=\"https://www.yahoo.com/lifestyle/cleaning-expert-explains-best-way-172700272.html\" target=\"_blank\" rel=\"noopener noreferrer\">How to wash masks</a></p>\r\n<p><a href=\"https://www.npr.org/sections/goatsandsoda/2020/04/22/840146830/adding-a-nylon-stocking-layer-could-boost-protection-from-cloth-masks-study-find?fbclid=IwAR1YbQJtrz8MpnfI9Dv5v2SpTBxvqtZyhzjpx9C03yU8k4ItTs0ZFZSvPt4\" target=\"_blank\" rel=\"noopener noreferrer\">Ways to increase mask protection</a></p>\r\n<p><a href=\"https://www.wbrc.com/2020/04/29/costco-requiring-customers-wear-face-masks-starting-monday/?fbclid=IwAR0_lwHm9XQKji28S8J03XvlPn5oBQzTjU-7E9axhDgZ7QzZxoIY3_plGLE\" target=\"_blank\" rel=\"noopener noreferrer\">Mandatory Masks in Costco</a></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Coping with COVID-19','Tips for staying safe and sane!','inherit','closed','closed','','1378-revision-v1','','','2020-04-30 17:50:30','2020-04-30 22:50:30','',1378,'https://ruthsnutrition.gsg-host.com/1378-revision-v1/',0,'revision','',0),(1381,2,'2020-04-30 17:51:06','2020-04-30 22:51:06','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text</p>\r\n<!-- wp:paragraph -->\r\n<h2>Resources for staying safe, sane, and well</h2>\r\n<p><img class=\"size-medium wp-image-1379 alignright\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2020/04/p086qbqx-300x169.jpg\" alt=\"\" width=\"300\" height=\"169\" />Alabama is slowly opening up, but the recommendation is that those with high-risk for catching COVID-19 stay at home. And just because there will be more places we can visit, it doesnâ€™t mean the virus is gone. Like it or not, weâ€™re still going to be coping with a radically changed world. A world that is changing day-by-day.</p>\r\n<p>Because weâ€™re feeling our way just like you are, we thought weâ€™d share some of the resources we found for coping information. We hope each of you stays safe, sane, and well!</p>\r\n<p>&nbsp;</p>\r\n<p><a href=\"https://www.consumerreports.org/food-shopping/how-to-protect-yourself-from-coronavirus-when-grocery-shopping/\" target=\"_blank\" rel=\"noopener noreferrer\">How to protect yourself in the grocery</a></p>\r\n<p><a href=\"https://www.nytimes.com/2020/04/17/well/live/coronavirus-contagion-spead-clothes-shoes-hair-newspaper-packages-mail-infectious.html?fbclid=IwAR2QVobJ9P7Jd9befjRY3dUMuhAVXHjokUXxKIDKbKtUJK0ShcaqBikvWIg\" target=\"_blank\" rel=\"noopener noreferrer\">Does the virus get on clothes? Shoes?</a></p>\r\n<p><a href=\"https://www.futurity.org/homeschooling-kids-during-covid-19-2327442/?fbclid=IwAR1sL9V0_GAzAX3PL2cAQmHvyjnasHTiMZgGFYmAch6_UWpu3h8Q2xpIxcQ\" target=\"_blank\" rel=\"noopener noreferrer\">Coping with bored kids</a></p>\r\n<p><a href=\"https://www.verywellmind.com/coping-with-coronavirus-covid-19-4800265\" target=\"_blank\" rel=\"noopener noreferrer\">Multiple articles on help with coping</a></p>\r\n<p><a href=\"https://www.forbes.com/sites/nazbeheshti/2020/04/28/how-to-build-resilience-and-adjust-to-our-new-normal-with-greater-clarity-motivation-and-wellbeing/#83f9383517f3\" target=\"_blank\" rel=\"noopener noreferrer\">How to build resilience</a></p>\r\n<p><a href=\"https://www.cdc.gov/coronavirus/2019-ncov/prevent-getting-sick/cloth-face-cover-faq.html?fbclid=IwAR1Zd3L_PIeSeoYZony3Qr-EaFvgp0KAvrHHSfzhWCsT7tAUye1HfsKj5wM\" target=\"_blank\" rel=\"noopener noreferrer\">CDC info on masks</a></p>\r\n<p><a href=\"http://www.flagpoledepot.com/index.php?p=home\" target=\"_blank\" rel=\"noopener noreferrer\">Huntsville source for masks</a></p>\r\n<p><a href=\"https://dreamfitfacemask.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Cullman source for masks</a></p>\r\n<p><a href=\"https://www.yahoo.com/lifestyle/cleaning-expert-explains-best-way-172700272.html\" target=\"_blank\" rel=\"noopener noreferrer\">How to wash masks</a></p>\r\n<p><a href=\"https://www.npr.org/sections/goatsandsoda/2020/04/22/840146830/adding-a-nylon-stocking-layer-could-boost-protection-from-cloth-masks-study-find?fbclid=IwAR1YbQJtrz8MpnfI9Dv5v2SpTBxvqtZyhzjpx9C03yU8k4ItTs0ZFZSvPt4\" target=\"_blank\" rel=\"noopener noreferrer\">Ways to increase mask protection</a></p>\r\n<p><a href=\"https://www.wbrc.com/2020/04/29/costco-requiring-customers-wear-face-masks-starting-monday/?fbclid=IwAR0_lwHm9XQKji28S8J03XvlPn5oBQzTjU-7E9axhDgZ7QzZxoIY3_plGLE\" target=\"_blank\" rel=\"noopener noreferrer\">Mandatory Masks in Costco</a></p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Coping with COVID-19','Tips for staying safe and sane!','inherit','closed','closed','','1378-revision-v1','','','2020-04-30 17:51:06','2020-04-30 22:51:06','',1378,'https://ruthsnutrition.gsg-host.com/1378-revision-v1/',0,'revision','',0),(1382,2,'2020-04-30 17:54:59','2020-04-30 22:54:59','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text</p>\r\n<!-- wp:paragraph -->\r\n<h2>Resources for staying safe, sane, and well</h2>\r\n<p><img class=\"size-medium wp-image-1379 alignright\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2020/04/p086qbqx-300x169.jpg\" alt=\"\" width=\"300\" height=\"169\" />Alabama is slowly opening up, but the recommendation is that those with high-risk for catching COVID-19 continue to stay at home. And just because there will be more places we can visit, it doesnâ€™t mean the virus is gone. Like it or not, weâ€™re still going to be coping with a radically changed world for some time to come. A world that is changing day-by-day.</p>\r\n<p>Because weâ€™re feeling our way through this just like you are, we thought weâ€™d share some of the resources we found to help us better cope with the changed situation. We hope each of you stays safe, sane, and well!</p>\r\n<p>&nbsp;</p>\r\n<p><a href=\"https://www.consumerreports.org/food-shopping/how-to-protect-yourself-from-coronavirus-when-grocery-shopping/\" target=\"_blank\" rel=\"noopener noreferrer\">How to protect yourself in the grocery</a></p>\r\n<p><a href=\"https://www.nytimes.com/2020/04/17/well/live/coronavirus-contagion-spead-clothes-shoes-hair-newspaper-packages-mail-infectious.html?fbclid=IwAR2QVobJ9P7Jd9befjRY3dUMuhAVXHjokUXxKIDKbKtUJK0ShcaqBikvWIg\" target=\"_blank\" rel=\"noopener noreferrer\">Does the virus get on clothes? Shoes?</a></p>\r\n<p><a href=\"https://www.futurity.org/homeschooling-kids-during-covid-19-2327442/?fbclid=IwAR1sL9V0_GAzAX3PL2cAQmHvyjnasHTiMZgGFYmAch6_UWpu3h8Q2xpIxcQ\" target=\"_blank\" rel=\"noopener noreferrer\">Coping with bored kids</a></p>\r\n<p><a href=\"https://www.verywellmind.com/coping-with-coronavirus-covid-19-4800265\" target=\"_blank\" rel=\"noopener noreferrer\">Multiple articles on help with coping</a></p>\r\n<p><a href=\"https://www.forbes.com/sites/nazbeheshti/2020/04/28/how-to-build-resilience-and-adjust-to-our-new-normal-with-greater-clarity-motivation-and-wellbeing/#83f9383517f3\" target=\"_blank\" rel=\"noopener noreferrer\">How to build resilience</a></p>\r\n<p><a href=\"https://www.cdc.gov/coronavirus/2019-ncov/prevent-getting-sick/cloth-face-cover-faq.html?fbclid=IwAR1Zd3L_PIeSeoYZony3Qr-EaFvgp0KAvrHHSfzhWCsT7tAUye1HfsKj5wM\" target=\"_blank\" rel=\"noopener noreferrer\">CDC info on masks</a></p>\r\n<p><a href=\"http://www.flagpoledepot.com/index.php?p=home\" target=\"_blank\" rel=\"noopener noreferrer\">Huntsville source for masks</a></p>\r\n<p><a href=\"https://dreamfitfacemask.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Cullman source for masks</a></p>\r\n<p><a href=\"https://www.yahoo.com/lifestyle/cleaning-expert-explains-best-way-172700272.html\" target=\"_blank\" rel=\"noopener noreferrer\">How to wash masks</a></p>\r\n<p><a href=\"https://www.npr.org/sections/goatsandsoda/2020/04/22/840146830/adding-a-nylon-stocking-layer-could-boost-protection-from-cloth-masks-study-find?fbclid=IwAR1YbQJtrz8MpnfI9Dv5v2SpTBxvqtZyhzjpx9C03yU8k4ItTs0ZFZSvPt4\" target=\"_blank\" rel=\"noopener noreferrer\">Ways to increase mask protection</a></p>\r\n<p><a href=\"https://www.wbrc.com/2020/04/29/costco-requiring-customers-wear-face-masks-starting-monday/?fbclid=IwAR0_lwHm9XQKji28S8J03XvlPn5oBQzTjU-7E9axhDgZ7QzZxoIY3_plGLE\" target=\"_blank\" rel=\"noopener noreferrer\">Mandatory Masks in Costco</a></p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Coping with COVID-19','Tips for staying safe and sane!','inherit','closed','closed','','1378-revision-v1','','','2020-04-30 17:54:59','2020-04-30 22:54:59','',1378,'https://ruthsnutrition.gsg-host.com/1378-revision-v1/',0,'revision','',0),(1389,2,'2020-05-26 13:28:10','2020-05-26 18:28:10','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h2><strong>A little help for these troubled times</strong></h2>\r\n<p><img class=\"size-medium wp-image-1390 alignright\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2020/05/COVID-anxiety-600X-300x169.jpg\" alt=\"\" width=\"300\" height=\"169\" />Even before COVID-19 hit our shores, anxiety was probably the chief complaint we heard from our customers. Now people have been thrust into a whole new reality: jobs in jeopardy, isolating from others, learning online, fear of getting ill or dying. Itâ€™s enough to make anyone anxious. We thought weâ€™d offer some suggestions to support you in these difficult times.</p>\r\n<p>When it comes to handling anxiety, leading natural health professionals usually first recommend cleaning up your diet. That means reducing/removing processed foods, caffeine and alcohol, while choosing nutrient-dense and anti-inflammatory foods. Next professionals recommend plenty of exercise and adequate sleep.</p>\r\n<p>But we all know what quarantine has been like â€“ lots of comfort foods, minimal exercise, and who can sleep when weâ€™re so worried?</p>\r\n<p>So while weâ€™re working on improving the above, we all could use a little help. Here are some of our favorites for calming our anxious world.</p>\r\n<p><strong>Magnesium â€“</strong> Youâ€™ve heard this before. Itâ€™s been around forever, and it works. Magnesium calms both muscles and the mind, and itâ€™s a foundational supplement for relieving stress. That said, magnesium also is a laxative, and some people canâ€™t take it or canâ€™t take much without unwanted side effects. If you are prone to loose stool, try starting with low doses of magnesium glycinate or taurate, which are less laxative in effect. You also can try absorbing magnesium topically with a magnesium oil or lotion. Or move on to another supplement.</p>\r\n<p><strong>CBD â€“</strong> Cannabidiol from hemp will not get you high, but it can lower both inflammation and anxiety. Manufacturers recommend starting with a low dose, then slowly increasing until you reach the desired effect. Ruthâ€™s carries three reputable brands to choose from.</p>\r\n<p><strong>Theanine Serine â€“</strong> This is a supplement that contains several anti-anxiety ingredients: magnesium, GABA, Taurine, L-Theanine, and Holy Basil. L-Theanine and Taurine are calming amino acids, while GABA is a major inhibitory neurotransmitter. Many who experience anxiety are low in GABA. Holy Basil is a relaxing herb, shown to inhibit cortisol release. This product is one of our most popular when it comes helping people calm down.</p>\r\n<p><strong>Adaptogenic Herbs â€“</strong> These include Ashwagandha, Rhodiola, and Holy Basil. All have been clinically tested and proven to be calming while increasing the bodyâ€™s ability to withstand stress. They are best taken over a long-term period.</p>\r\n<p><strong>5-HTP â€“</strong> 5 hydroxytryptophan is a serotonin precursor used for carbohydrate cravings, anxiety, and depression. Studies show it to be as effective as Wellbutrin, without the side effects. Common dose is 50 mg, one to three times daily.</p>\r\n<p><strong>Other helpful supplements â€“</strong> <strong>B vitamins</strong> help support healthy nerve tissue. <strong>Lavender</strong> in the form of essential oil or oral supplement promotes relaxation. <strong>Kava </strong>is a powerfully relaxing herb that works well for panic attacks, though most recommend that you do not take it long-term.</p>\r\n<p><strong>If youâ€™re not sleeping â€“</strong> You can try dosing your <strong>magnesium </strong>at bedtime, or try a<strong> melatonin</strong> supplement. If you have trouble falling asleep, a fast-acting melatonin is best. If you have trouble staying asleep, try a time-release melatonin. If melatonin fails you, try <strong>L-tryptophan</strong> to encourage drowsiness.</p>\r\n<!-- /wp:paragraph -->','Calming Anxiety','A little help for these troubled times','publish','closed','open','','calming_anxiety','','','2020-05-26 13:28:10','2020-05-26 18:28:10','',0,'https://ruthsnutrition.gsg-host.com/?p=1389',0,'post','',0),(1390,2,'2020-05-26 13:22:22','2020-05-26 18:22:22','','COVID anxiety 600X','','inherit','open','closed','','covid-anxiety-600x','','','2020-05-26 13:22:22','2020-05-26 18:22:22','',1389,'https://ruthsnutrition.gsg-host.com/wp-content/uploads/2020/05/COVID-anxiety-600X.jpg',0,'attachment','image/jpeg',0),(1391,2,'2020-05-26 13:26:43','2020-05-26 18:26:43','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h2>A little help for these troubled times</h2>\r\n<p><img class=\"size-medium wp-image-1390 alignright\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2020/05/COVID-anxiety-600X-300x169.jpg\" alt=\"\" width=\"300\" height=\"169\" />Even before COVID-19 hit our shores, anxiety was probably the chief complaint we heard from our customers. Now people have been thrust into a whole new reality: jobs in jeopardy, isolating from others, learning online, fear of getting ill or dying. Itâ€™s enough to make anyone anxious. We thought weâ€™d offer some suggestions to support you in these difficult times.</p>\r\n<p>When it comes to handling anxiety, leading natural health professionals usually first recommend cleaning up your diet. That means reducing/removing processed foods, caffeine and alcohol, while choosing nutrient-dense and anti-inflammatory foods. Next professionals recommend plenty of exercise and adequate sleep.</p>\r\n<p>But we all know what quarantine has been like â€“ lots of comfort foods, minimal exercise, and who can sleep when weâ€™re so worried?</p>\r\n<p>So while weâ€™re working on improving the above, we all could use a little help. Here are some of our favorites for calming our anxious world.</p>\r\n<p><strong>Magnesium â€“</strong> Youâ€™ve heard this before. Itâ€™s been around forever, and it works. Magnesium calms both muscles and the mind, and itâ€™s a foundational supplement for relieving stress. That said, magnesium also is a laxative, and some people canâ€™t take it or canâ€™t take much without unwanted side effects. If you are prone to loose stool, try starting with low doses of magnesium glycinate or taurate, which are less laxative in effect. You also can try absorbing magnesium topically with a magnesium oil or lotion. Or move on to another supplement.</p>\r\n<p><strong>CBD â€“</strong> Cannabidiol from hemp will not get you high, but it can lower both inflammation and anxiety. Manufacturers recommend starting with a low dose, then slowly increasing until you reach the desired effect. Ruthâ€™s carries three reputable brands to choose from.</p>\r\n<p><strong>Theanine Serine â€“</strong> This is a supplement that contains several anti-anxiety ingredients: magnesium, GABA, Taurine, L-Theanine, and Holy Basil. L-Theanine and Taurine are calming amino acids, while GABA is a major inhibitory neurotransmitter. Many who experience anxiety are low in GABA. Holy Basil is a relaxing herb, shown to inhibit cortisol release. This product is one of our most popular when it comes helping people calm down.</p>\r\n<p><strong>Adaptogenic Herbs â€“</strong> These include Ashwagandha, Rhodiola, and Holy Basil. All have been clinically tested and proven to be calming while increasing the bodyâ€™s ability to withstand stress. They are best taken over a long-term period.</p>\r\n<p><strong>5-HTP â€“</strong> 5 hydroxytryptophan is a serotonin precursor used for carbohydrate cravings, anxiety, and depression. Studies show it to be as effective as Wellbutrin, without the side effects. Common dose is 50 mg, one to three times daily.</p>\r\n<p><strong>Other helpful supplements â€“</strong> <strong>B vitamins</strong> help support healthy nerve tissue. <strong>Lavender</strong> in the form of essential oil or oral supplement promotes relaxation. <strong>Kava </strong>is a powerfully relaxing herb that works well for panic attacks, though most recommend that you do not take it long-term.</p>\r\n<p><strong>If youâ€™re not sleeping â€“</strong> You can try dosing your <strong>magnesium </strong>at bedtime, or try a<strong> melatonin</strong> supplement. If you have trouble falling asleep, a fast-acting melatonin is best. If you have trouble staying asleep, try a time-release melatonin. If melatonin fails you, try <strong>L-tryptophan</strong> to encourage drowsiness.</p>\r\n<!-- /wp:paragraph -->','Calming Anxiety','A little help for these troubled times','inherit','closed','closed','','1389-revision-v1','','','2020-05-26 13:26:43','2020-05-26 18:26:43','',1389,'https://ruthsnutrition.gsg-host.com/1389-revision-v1/',0,'revision','',0),(1392,2,'2020-05-26 13:27:22','2020-05-26 18:27:22','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h2><strong>A little help for these troubled times</strong></h2>\r\n<p><img class=\"size-medium wp-image-1390 alignright\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2020/05/COVID-anxiety-600X-300x169.jpg\" alt=\"\" width=\"300\" height=\"169\" />Even before COVID-19 hit our shores, anxiety was probably the chief complaint we heard from our customers. Now people have been thrust into a whole new reality: jobs in jeopardy, isolating from others, learning online, fear of getting ill or dying. Itâ€™s enough to make anyone anxious. We thought weâ€™d offer some suggestions to support you in these difficult times.</p>\r\n<p>When it comes to handling anxiety, leading natural health professionals usually first recommend cleaning up your diet. That means reducing/removing processed foods, caffeine and alcohol, while choosing nutrient-dense and anti-inflammatory foods. Next professionals recommend plenty of exercise and adequate sleep.</p>\r\n<p>But we all know what quarantine has been like â€“ lots of comfort foods, minimal exercise, and who can sleep when weâ€™re so worried?</p>\r\n<p>So while weâ€™re working on improving the above, we all could use a little help. Here are some of our favorites for calming our anxious world.</p>\r\n<p><strong>Magnesium â€“</strong> Youâ€™ve heard this before. Itâ€™s been around forever, and it works. Magnesium calms both muscles and the mind, and itâ€™s a foundational supplement for relieving stress. That said, magnesium also is a laxative, and some people canâ€™t take it or canâ€™t take much without unwanted side effects. If you are prone to loose stool, try starting with low doses of magnesium glycinate or taurate, which are less laxative in effect. You also can try absorbing magnesium topically with a magnesium oil or lotion. Or move on to another supplement.</p>\r\n<p><strong>CBD â€“</strong> Cannabidiol from hemp will not get you high, but it can lower both inflammation and anxiety. Manufacturers recommend starting with a low dose, then slowly increasing until you reach the desired effect. Ruthâ€™s carries three reputable brands to choose from.</p>\r\n<p><strong>Theanine Serine â€“</strong> This is a supplement that contains several anti-anxiety ingredients: magnesium, GABA, Taurine, L-Theanine, and Holy Basil. L-Theanine and Taurine are calming amino acids, while GABA is a major inhibitory neurotransmitter. Many who experience anxiety are low in GABA. Holy Basil is a relaxing herb, shown to inhibit cortisol release. This product is one of our most popular when it comes helping people calm down.</p>\r\n<p><strong>Adaptogenic Herbs â€“</strong> These include Ashwagandha, Rhodiola, and Holy Basil. All have been clinically tested and proven to be calming while increasing the bodyâ€™s ability to withstand stress. They are best taken over a long-term period.</p>\r\n<p><strong>5-HTP â€“</strong> 5 hydroxytryptophan is a serotonin precursor used for carbohydrate cravings, anxiety, and depression. Studies show it to be as effective as Wellbutrin, without the side effects. Common dose is 50 mg, one to three times daily.</p>\r\n<p><strong>Other helpful supplements â€“</strong> <strong>B vitamins</strong> help support healthy nerve tissue. <strong>Lavender</strong> in the form of essential oil or oral supplement promotes relaxation. <strong>Kava </strong>is a powerfully relaxing herb that works well for panic attacks, though most recommend that you do not take it long-term.</p>\r\n<p><strong>If youâ€™re not sleeping â€“</strong> You can try dosing your <strong>magnesium </strong>at bedtime, or try a<strong> melatonin</strong> supplement. If you have trouble falling asleep, a fast-acting melatonin is best. If you have trouble staying asleep, try a time-release melatonin. If melatonin fails you, try <strong>L-tryptophan</strong> to encourage drowsiness.</p>\r\n<!-- /wp:paragraph -->','Calming Anxiety','A little help for these troubled times','inherit','closed','closed','','1389-revision-v1','','','2020-05-26 13:27:22','2020-05-26 18:27:22','',1389,'https://ruthsnutrition.gsg-host.com/1389-revision-v1/',0,'revision','',0),(1393,2,'2020-05-29 14:28:08','2020-05-29 19:28:08','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h2><strong>The sweetener with multiple benefits</strong></h2>\r\n<p><img class=\"size-medium wp-image-1394 alignright\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2020/05/Honey-600X-300x277.jpg\" alt=\"\" width=\"300\" height=\"277\" />Honey has been in the human diet since the time of Neanderthals. Why wouldnâ€™t it? Itâ€™s delicious by itself, and it makes anything from tea to toast taste so much better. But did you know this natural sweetener has multiple health benefits? Maybe youâ€™ve heard about it helping with seasonal allergies, but thatâ€™s just one of the ways it can improve our health.</p>\r\n<p><strong>Raw Honey is loaded with antioxidants</strong>. And antioxidants block free radicals that can cause disease. That includes cancer, cardiovascular conditions, neurological diseases, and diabetes.</p>\r\n<p><strong>Raw Honey decreases inflammation.</strong> Chronic inflammation sets the stage for nearly all modern diseases, including diabetes, Alzheimerâ€™s, autoimmune disorders, allergies, and even depression. Honey decreases blood levels of prostaglandins, which play a key role in inflammation. One study showed that ingesting honey lowered prostaglandin levels by as much as 63 percent after 15 days.</p>\r\n<p><strong>Raw Honey can lower LDL cholesterol and raise HDL cholesterol.</strong> A study with overweight and obese individuals who ate honey instead of table sugar experienced a significant reduction in LDL cholesterol (the â€œbadâ€ kind) while their LDL cholesterol (the â€œgoodâ€ kind) increased. Another study using healthy weight adults got the same results.</p>\r\n<p><strong>Raw Honey helps stabilize blood sugar.</strong> A study in the <em>Journal of Medicinal Food</em> found that natural honey lowers blood glucose levels in healthy, diabetic, and hyperlipidemic individuals. In the diabetic group, honey caused a significantly lower rise in blood sugar than table sugar.</p>\r\n<p><strong>Raw Honey has antibiotic and antiviral properties.</strong> Its antibacterial action makes it a good wound healer. Thatâ€™s likely due to several factors, including honeyâ€™s low acidity and hydrogen peroxide content. Honey inhibits the growth of <em>H. pylori,</em> a common cause of peptic ulcers, as well as <em>E. coli</em> and <em>Salmonella</em>, common in food poisoning. Raw honey has been found as effective in managing the herpes virus as prescription treatment.</p>\r\n<p><strong>Raw Honey provides seasonal allergy relief.</strong> Raw honey contains pollen, which is known to ward off infections. Consuming that small amount of pollen over time, acts to desensitize the immune reaction to such pollens.</p>\r\n<p><strong>Raw Honey offers prebiotic support.</strong> Honey contains oligosaccharides that can promote the growth of lactobacilli and bifidobacteria. In addition, the antimicrobial components of raw honey can act against pathogens in the gut.</p>\r\n<p>Ruthâ€™s is proud to carry raw honey from Billâ€™s Honey Farm, Meridianville, AL.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>REFERENCES:</strong></p>\r\n<p><a href=\"https://chriskresser.com/here-are-the-top-5-health-benefits-of-honey/\" target=\"_blank\" rel=\"noopener noreferrer\">Chris Kresser</a></p>\r\n<p><a href=\"https://draxe.com/nutrition/the-many-health-benefits-of-raw-honey/\" target=\"_blank\" rel=\"noopener noreferrer\">Dr. Axe</a></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Raw Honey','The sweetener with multiple benefits!','publish','closed','open','','raw_honey','','','2020-05-29 14:28:08','2020-05-29 19:28:08','',0,'https://ruthsnutrition.gsg-host.com/?p=1393',0,'post','',0),(1394,2,'2020-05-29 14:17:05','2020-05-29 19:17:05','','Honey 600X','','inherit','open','closed','','honey-600x','','','2020-05-29 14:17:05','2020-05-29 19:17:05','',1393,'https://ruthsnutrition.gsg-host.com/wp-content/uploads/2020/05/Honey-600X.jpg',0,'attachment','image/jpeg',0),(1395,2,'2020-05-29 14:24:56','2020-05-29 19:24:56','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h2>The sweetener with multiple benefits</h2>\r\n<p><img class=\"size-medium wp-image-1394 alignright\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2020/05/Honey-600X-300x277.jpg\" alt=\"\" width=\"300\" height=\"277\" />Honey has been in the human diet since the time of Neanderthals. Why wouldnâ€™t it? Itâ€™s delicious by itself, and it makes anything from tea to toast taste so much better. But did you know this natural sweetener has multiple health benefits? Maybe youâ€™ve heard about it helping with seasonal allergies, but thatâ€™s just one of the ways it can improve our health.</p>\r\n<p><strong>Raw Honey is loaded with antioxidants</strong>. And antioxidants block free radicals that can cause disease. That includes cancer, cardiovascular conditions, neurological diseases, and diabetes.</p>\r\n<p><strong>Raw Honey decreases inflammation.</strong> Chronic inflammation sets the stage for nearly all modern diseases, including diabetes, Alzheimerâ€™s, autoimmune disorders, allergies, and even depression. Honey decreases blood levels of prostaglandins, which play a key role in inflammation. One study showed that ingesting honey lowered prostaglandin levels by as much as 63 percent after 15 days.</p>\r\n<p><strong>Raw Honey can lower LDL cholesterol and raise HDL cholesterol.</strong> A study with overweight and obese individuals who ate honey instead of table sugar experienced a significant reduction in LDL cholesterol (the â€œbadâ€ kind) while their LDL cholesterol (the â€œgoodâ€ kind) increased. Another study using healthy weight adults got the same results.</p>\r\n<p><strong>Raw Honey helps stabilize blood sugar.</strong> A study in the <em>Journal of Medicinal Food</em> found that natural honey lowers blood glucose levels in healthy, diabetic, and hyperlipidemic individuals. In the diabetic group, honey caused a significantly lower rise in blood sugar than table sugar.</p>\r\n<p><strong>Raw Honey has antibiotic and antiviral properties.</strong> Its antibacterial action makes it a good wound healer. Thatâ€™s likely due to several factors, including honeyâ€™s low acidity and hydrogen peroxide content. Honey inhibits the growth of <em>H. pylori,</em> a common cause of peptic ulcers, as well as <em>E. coli</em> and <em>Salmonella</em>, common in food poisoning. Raw honey has been found as effective in managing the herpes virus as prescription treatment.</p>\r\n<p><strong>Raw Honey provides seasonal allergy relief.</strong> Raw honey contains pollen, which is known to ward off infections. Consuming that small amount of pollen over time, acts to desensitize the immune reaction to such pollens.</p>\r\n<p><strong>Raw Honey offers prebiotic support.</strong> Honey contains oligosaccharides that can promote the growth of lactobacilli and bifidobacteria. In addition, the antimicrobial components of raw honey can act against pathogens in the gut.</p>\r\n<p>Ruthâ€™s is proud to carry raw honey from Billâ€™s Honey Farm, Meridianville, AL.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>REFERENCES:</strong></p>\r\n<p><a href=\"https://chriskresser.com/here-are-the-top-5-health-benefits-of-honey/\" target=\"_blank\" rel=\"noopener noreferrer\">Chris Kresser</a></p>\r\n<p><a href=\"https://draxe.com/nutrition/the-many-health-benefits-of-raw-honey/\" target=\"_blank\" rel=\"noopener noreferrer\">Dr. Axe</a></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Raw Honey','The sweetener with multiple benefits!','inherit','closed','closed','','1393-revision-v1','','','2020-05-29 14:24:56','2020-05-29 19:24:56','',1393,'https://ruthsnutrition.gsg-host.com/1393-revision-v1/',0,'revision','',0),(1396,2,'2020-05-29 14:26:18','2020-05-29 19:26:18','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h2><strong>The sweetener with multiple benefits</strong></h2>\r\n<p><img class=\"size-medium wp-image-1394 alignright\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2020/05/Honey-600X-300x277.jpg\" alt=\"\" width=\"300\" height=\"277\" />Honey has been in the human diet since the time of Neanderthals. Why wouldnâ€™t it? Itâ€™s delicious by itself, and it makes anything from tea to toast taste so much better. But did you know this natural sweetener has multiple health benefits? Maybe youâ€™ve heard about it helping with seasonal allergies, but thatâ€™s just one of the ways it can improve our health.</p>\r\n<p><strong>Raw Honey is loaded with antioxidants</strong>. And antioxidants block free radicals that can cause disease. That includes cancer, cardiovascular conditions, neurological diseases, and diabetes.</p>\r\n<p><strong>Raw Honey decreases inflammation.</strong> Chronic inflammation sets the stage for nearly all modern diseases, including diabetes, Alzheimerâ€™s, autoimmune disorders, allergies, and even depression. Honey decreases blood levels of prostaglandins, which play a key role in inflammation. One study showed that ingesting honey lowered prostaglandin levels by as much as 63 percent after 15 days.</p>\r\n<p><strong>Raw Honey can lower LDL cholesterol and raise HDL cholesterol.</strong> A study with overweight and obese individuals who ate honey instead of table sugar experienced a significant reduction in LDL cholesterol (the â€œbadâ€ kind) while their LDL cholesterol (the â€œgoodâ€ kind) increased. Another study using healthy weight adults got the same results.</p>\r\n<p><strong>Raw Honey helps stabilize blood sugar.</strong> A study in the <em>Journal of Medicinal Food</em> found that natural honey lowers blood glucose levels in healthy, diabetic, and hyperlipidemic individuals. In the diabetic group, honey caused a significantly lower rise in blood sugar than table sugar.</p>\r\n<p><strong>Raw Honey has antibiotic and antiviral properties.</strong> Its antibacterial action makes it a good wound healer. Thatâ€™s likely due to several factors, including honeyâ€™s low acidity and hydrogen peroxide content. Honey inhibits the growth of <em>H. pylori,</em> a common cause of peptic ulcers, as well as <em>E. coli</em> and <em>Salmonella</em>, common in food poisoning. Raw honey has been found as effective in managing the herpes virus as prescription treatment.</p>\r\n<p><strong>Raw Honey provides seasonal allergy relief.</strong> Raw honey contains pollen, which is known to ward off infections. Consuming that small amount of pollen over time, acts to desensitize the immune reaction to such pollens.</p>\r\n<p><strong>Raw Honey offers prebiotic support.</strong> Honey contains oligosaccharides that can promote the growth of lactobacilli and bifidobacteria. In addition, the antimicrobial components of raw honey can act against pathogens in the gut.</p>\r\n<p>Ruthâ€™s is proud to carry raw honey from Billâ€™s Honey Farm, Meridianville, AL.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>REFERENCES:</strong></p>\r\n<p><a href=\"https://chriskresser.com/here-are-the-top-5-health-benefits-of-honey/\" target=\"_blank\" rel=\"noopener noreferrer\">Chris Kresser</a></p>\r\n<p><a href=\"https://draxe.com/nutrition/the-many-health-benefits-of-raw-honey/\" target=\"_blank\" rel=\"noopener noreferrer\">Dr. Axe</a></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Raw Honey','The sweetener with multiple benefits!','inherit','closed','closed','','1393-revision-v1','','','2020-05-29 14:26:18','2020-05-29 19:26:18','',1393,'https://ruthsnutrition.gsg-host.com/1393-revision-v1/',0,'revision','',0),(1398,2,'2020-06-26 14:52:04','2020-06-26 19:52:04','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h1><strong>Cruise into summer with this smart beach bike</strong></h1>\r\n<p><img class=\"size-full wp-image-1399 alignright\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2020/06/Bike-600X-blognewsletter.jpeg\" alt=\"\" width=\"600\" height=\"451\" /></p>\r\n<p><strong>You could win this terrific Huffy Holbrook Beach Cruiser! </strong></p>\r\n<p><strong>Sorry, the beach toys in this picture are not included, but this old school adult-sized bike comes with headlight, tail light, front basket, water bottle rack, cargo rack, and one very smart paint job. The seat and pedals are two-tone black and tan, and thereâ€™s fine detailing on the fenders. Whatâ€™s not to love!</strong></p>\r\n<p><strong>So come down to Ruthâ€™s Nutrition and sign up for your chance to win! If you personally donâ€™t ride, enter anyway. It would be a great gift for someone who does! Drawing will be held July 17, 2020, at 1 p.m.</strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Bike Giveaway!','Enter soon!','publish','closed','open','','bike_giveaway','','','2020-06-26 14:52:04','2020-06-26 19:52:04','',0,'https://ruthsnutrition.gsg-host.com/?p=1398',0,'post','',0),(1399,2,'2020-06-26 14:45:29','2020-06-26 19:45:29','','Bike - 600X blog&newsletter','','inherit','open','closed','','bike-600x-blognewsletter','','','2020-06-26 14:45:29','2020-06-26 19:45:29','',1398,'https://ruthsnutrition.gsg-host.com/wp-content/uploads/2020/06/Bike-600X-blognewsletter.jpeg',0,'attachment','image/jpeg',0),(1400,2,'2020-06-26 14:50:19','2020-06-26 19:50:19','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h1><strong>Cruise into summer with this smart beach bike</strong></h1>\r\n<p><img class=\"size-full wp-image-1399 alignright\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2020/06/Bike-600X-blognewsletter.jpeg\" alt=\"\" width=\"600\" height=\"451\" /></p>\r\n<p><strong>You could win this terrific Holbrook Huffy Beach Cruiser! </strong></p>\r\n<p><strong>Sorry, the beach toys in this picture are not included, but this old school adult-sized bike comes with headlight, tail light, front basket, water bottle rack, cargo rack, and one very smart paint job. The seat and pedals are two-tone black and tan, and thereâ€™s fine detailing on the fenders. Whatâ€™s not to love!</strong></p>\r\n<p><strong>So come down to Ruthâ€™s Nutrition and sign up for your chance to win! If you personally donâ€™t ride, enter anyway. It would be a great gift for someone who does! Drawing will be held July 17, 2020, at 1 p.m.</strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Bike Giveaway!','Enter soon!','inherit','closed','closed','','1398-revision-v1','','','2020-06-26 14:50:19','2020-06-26 19:50:19','',1398,'https://ruthsnutrition.gsg-host.com/1398-revision-v1/',0,'revision','',0),(1401,2,'2020-06-26 14:52:04','2020-06-26 19:52:04','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h1><strong>Cruise into summer with this smart beach bike</strong></h1>\r\n<p><img class=\"size-full wp-image-1399 alignright\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2020/06/Bike-600X-blognewsletter.jpeg\" alt=\"\" width=\"600\" height=\"451\" /></p>\r\n<p><strong>You could win this terrific Huffy Holbrook Beach Cruiser! </strong></p>\r\n<p><strong>Sorry, the beach toys in this picture are not included, but this old school adult-sized bike comes with headlight, tail light, front basket, water bottle rack, cargo rack, and one very smart paint job. The seat and pedals are two-tone black and tan, and thereâ€™s fine detailing on the fenders. Whatâ€™s not to love!</strong></p>\r\n<p><strong>So come down to Ruthâ€™s Nutrition and sign up for your chance to win! If you personally donâ€™t ride, enter anyway. It would be a great gift for someone who does! Drawing will be held July 17, 2020, at 1 p.m.</strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Bike Giveaway!','Enter soon!','inherit','closed','closed','','1398-revision-v1','','','2020-06-26 14:52:04','2020-06-26 19:52:04','',1398,'https://ruthsnutrition.gsg-host.com/1398-revision-v1/',0,'revision','',0),(1402,2,'2020-06-30 14:50:50','2020-06-30 19:50:50','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h2><strong>Plant flavonoid being studied as COVID-19 fighter</strong></h2>\r\n<p><img class=\"alignright size-full wp-image-1403\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2020/06/Quercetin-600X.jpeg\" alt=\"\" width=\"600\" height=\"600\" /></p>\r\n<p>By now most of you have heard of quercetin for allergies. Itâ€™s a plant compound that inhibits the release of histamine, the main culprit in seasonal sneezes, itchy eyes, and rashes. But did you know this anti-inflammatory/antioxidant pigment also shows benefits for a multitude of conditions? Including COVID-19?</p>\r\n<p>Found in the yellow pigment of fruits, vegetables and flowers, quercetin is one of the most common and well-researched flavonoids. Research shows it quells free-radical damage (think smoking, radiation, chemical toxins), and is a more powerful antioxidant than vitamin C, vitamin E, or beta carotene. Its antioxidant properties also make it helpful in preventing neurodegenerative diseases, such as Alzheimerâ€™s or Parkinsonâ€™s disease.</p>\r\n<p>A 2016 study by the American Heart and Stroke Association found quercetin supplements reduced blood pressure, and other studies found 150 mg daily could reduce cholesterol.</p>\r\n<p>Quercetin has anti-bacterial properties that can be helpful in treating infections of the skin, and G.I., respiratory, and urinary tracts.</p>\r\n<p>It also reduces inflammation, which is a foundational condition in nearly all diseases. Research shows quercetin can help prevent and even treat cancer. Â </p>\r\n<p>And last, quercetin has multiple antiviral properties. Given that we now live in the age of COVID-19, we want to talk about this in more detail.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Quercetin as an antiviral agent</strong></p>\r\n<p>Studies show quercetin is active against a variety of pathogens: upper respiratory infections (H1N1/H3N2 influenza viruses, etc.), Hepatitis B and C infections, rhinovirus, adenovirus, Epstein-Barr virus, streptococcus pneumonia, and more.</p>\r\n<p>Studies show that quercetin acts against viruses in a variety of ways:</p>\r\n<ol>\r\n<li><strong>Inhibiting the ability of the virus to infect cells</strong></li>\r\n<li><strong>Inhibiting replication of the already infected cells</strong></li>\r\n<li><strong>Reducing resistance of infected cells to treatment with antiviral medication (amantadine or oseltamivir against influenza A and B viruses)</strong></li>\r\n<li><strong>Reducing cytokine storm (hyperinflammatory immune response)</strong></li>\r\n</ol>\r\n<p>Given the above, itâ€™s no wonder quercetin is currently being studied in clinical trials as an adjunct treatment for COVID-19. One study is due to be completed in August 31, 2020. And considering the virusâ€™ continuing rapid spread, itâ€™s not surprising that many holistic physicians are already recommending quercetin as part of a COVID-19 prevention and treatment protocol. You can get more information about that in the Institute of Functional Medicine link below.</p>\r\n<p>One more thing. Itâ€™s worth noting that quercetin can be difficult to absorb. Most practitioners recommend you take a supplement that also contains bromelain, a proteolytic enzyme found in pineapple. The bromelain breaks down the quercetin, making it easier to absorb, and also has anti-inflammatory properties of its own. In addition, bromelain breaks up mucus, which is helpful in respiratory tract diseases.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>REFERENCES</strong></p>\r\n<p><a href=\"https://www.donnieyance.com/quercetins-remarkable-and-surprising-anti-viral-activity/\" target=\"_blank\" rel=\"noopener noreferrer\">Donnie Yance, MH, CN</a></p>\r\n<p><a href=\"https://www.medicalnewstoday.com/articles/324170\" target=\"_blank\" rel=\"noopener noreferrer\">Medical News Today</a></p>\r\n<p><a href=\"https://www.ifm.org/news-insights/the-functional-medicine-approach-to-covid-19-virus-specific-nutraceutical-and-botanical-agents/\" target=\"_blank\" rel=\"noopener noreferrer\">Institute for Functional Medicine</a></p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Quercetin','More ammo for your COVID-19 arsenal!','publish','closed','open','','quercetin','','','2020-06-30 14:50:50','2020-06-30 19:50:50','',0,'https://ruthsnutrition.gsg-host.com/?p=1402',0,'post','',0),(1403,2,'2020-06-30 14:37:48','2020-06-30 19:37:48','','Quercetin 600X','','inherit','open','closed','','quercetin-600x','','','2020-06-30 14:37:48','2020-06-30 19:37:48','',1402,'https://ruthsnutrition.gsg-host.com/wp-content/uploads/2020/06/Quercetin-600X.jpeg',0,'attachment','image/jpeg',0),(1404,2,'2020-06-30 14:45:08','2020-06-30 19:45:08','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h2><strong>Plant flavonoid being studied as COVID-19 fighter</strong></h2>\r\n<p><img class=\"alignright size-full wp-image-1403\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2020/06/Quercetin-600X.jpeg\" alt=\"\" width=\"600\" height=\"600\" /></p>\r\n<p>By now most of you have heard of quercetin for allergies. Itâ€™s a plant compound that inhibits the release of histamine, the main culprit in seasonal sneezes, itchy eyes, and rashes. But did you know this anti-inflammatory/antioxidant pigment also shows benefits for a multitude of conditions? Including COVID-19?</p>\r\n<p>Found in the yellow pigment of fruits, vegetables and flowers, quercetin is one of the most common and well-researched flavonoids. Research shows it quells free-radical damage (think smoking, radiation, chemical toxins), and is a more powerful antioxidant than vitamin C, vitamin E, or beta carotene. Its antioxidant properties also make it helpful in preventing neurodegenerative diseases, such as Alzheimerâ€™s or Parkinsonâ€™s disease.</p>\r\n<p>A 2016 study by the American Heart and Stroke Association found quercetin supplements reduced blood pressure, and other studies found 150 mg daily could reduce cholesterol.</p>\r\n<p>Quercetin has anti-bacterial properties that can be helpful in treating infections of the skin, and G.I., respiratory, and urinary tracts.</p>\r\n<p>It also reduces inflammation, which is a foundational condition in nearly all diseases. Research shows quercetin can help prevent and even treat cancer. Â </p>\r\n<p>And, last, quercetin has multiple anti-viral properties. Given that we now live in the age of COVID-19, we want to talk about this in more detail.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Quercetin as an antiviral agent</strong></p>\r\n<p>Studies show quercetin is active against a variety of pathogens: upper respiratory infections (H1N1/H3N2 influenza viruses, etc.), Hepatitis B and C infections, rhinovirus, adenovirus, Epstein-Barr virus, streptococcus pneumonia, and more.</p>\r\n<p>Studies show that quercetin acts against viruses in a variety of ways:</p>\r\n<ol>\r\n<li>Inhibiting the ability of the virus to infect cells</li>\r\n<li>Inhibiting replication of the already infected cells</li>\r\n<li>Reducing resistance of infected cells to treatment with antiviral medication (amantadine or oseltamivir against influenza A and B viruses)</li>\r\n<li>Reducing cytokine storm (hyperinflammatory immune response)</li>\r\n</ol>\r\n<p>&nbsp;</p>\r\n<p>Given the above, itâ€™s no wonder quercetin is currently being studied in clinical trials as an adjunct treatment for COVID-19. One study is due to be completed in August 31, 2020. And considering the virusâ€™ continuing rapid spread, itâ€™s not surprising that many holistic physicians are already recommending quercetin as part of a COVID-19 prevention and treatment protocol. You can get more information about that in the Institute of Functional Medicine link below.</p>\r\n<p>One more thing. Itâ€™s worth noting that quercetin can be difficult to absorb. Most practitioners recommend you take a supplement that also contains bromelain, a proteolytic enzyme found in pineapple. The bromelain breaks down the quercetin, making it easier to absorb, and also has anti-inflammatory properties of its own. In addition, bromelain breaks up mucus, which is helpful in respiratory tract diseases.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>REFERENCES</strong></p>\r\n<p><a href=\"https://www.donnieyance.com/quercetins-remarkable-and-surprising-anti-viral-activity/\" target=\"_blank\" rel=\"noopener noreferrer\">Donnie Yance, MH, CN</a></p>\r\n<p><a href=\"https://www.medicalnewstoday.com/articles/324170\" target=\"_blank\" rel=\"noopener noreferrer\">Medical News Today</a></p>\r\n<p><a href=\"https://www.ifm.org/news-insights/the-functional-medicine-approach-to-covid-19-virus-specific-nutraceutical-and-botanical-agents/\" target=\"_blank\" rel=\"noopener noreferrer\">Institute for Functional Medicine</a></p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Quercetin','More ammo for your COVID-19 arsenal!','inherit','closed','closed','','1402-revision-v1','','','2020-06-30 14:45:08','2020-06-30 19:45:08','',1402,'https://ruthsnutrition.gsg-host.com/1402-revision-v1/',0,'revision','',0),(1405,2,'2020-06-30 14:50:13','2020-06-30 19:50:13','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h2><strong>Plant flavonoid being studied as COVID-19 fighter</strong></h2>\r\n<p><img class=\"alignright size-full wp-image-1403\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2020/06/Quercetin-600X.jpeg\" alt=\"\" width=\"600\" height=\"600\" /></p>\r\n<p>By now most of you have heard of quercetin for allergies. Itâ€™s a plant compound that inhibits the release of histamine, the main culprit in seasonal sneezes, itchy eyes, and rashes. But did you know this anti-inflammatory/antioxidant pigment also shows benefits for a multitude of conditions? Including COVID-19?</p>\r\n<p>Found in the yellow pigment of fruits, vegetables and flowers, quercetin is one of the most common and well-researched flavonoids. Research shows it quells free-radical damage (think smoking, radiation, chemical toxins), and is a more powerful antioxidant than vitamin C, vitamin E, or beta carotene. Its antioxidant properties also make it helpful in preventing neurodegenerative diseases, such as Alzheimerâ€™s or Parkinsonâ€™s disease.</p>\r\n<p>A 2016 study by the American Heart and Stroke Association found quercetin supplements reduced blood pressure, and other studies found 150 mg daily could reduce cholesterol.</p>\r\n<p>Quercetin has anti-bacterial properties that can be helpful in treating infections of the skin, and G.I., respiratory, and urinary tracts.</p>\r\n<p>It also reduces inflammation, which is a foundational condition in nearly all diseases. Research shows quercetin can help prevent and even treat cancer. Â </p>\r\n<p>And last, quercetin has multiple antiviral properties. Given that we now live in the age of COVID-19, we want to talk about this in more detail.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Quercetin as an antiviral agent</strong></p>\r\n<p>Studies show quercetin is active against a variety of pathogens: upper respiratory infections (H1N1/H3N2 influenza viruses, etc.), Hepatitis B and C infections, rhinovirus, adenovirus, Epstein-Barr virus, streptococcus pneumonia, and more.</p>\r\n<p>Studies show that quercetin acts against viruses in a variety of ways:</p>\r\n<ol>\r\n<li><strong>Inhibiting the ability of the virus to infect cells</strong></li>\r\n<li><strong>Inhibiting replication of the already infected cells</strong></li>\r\n<li><strong>Reducing resistance of infected cells to treatment with antiviral medication (amantadine or oseltamivir against influenza A and B viruses)</strong></li>\r\n<li><strong>Reducing cytokine storm (hyperinflammatory immune response)</strong></li>\r\n</ol>\r\n<p>Given the above, itâ€™s no wonder quercetin is currently being studied in clinical trials as an adjunct treatment for COVID-19. One study is due to be completed in August 31, 2020. And considering the virusâ€™ continuing rapid spread, itâ€™s not surprising that many holistic physicians are already recommending quercetin as part of a COVID-19 prevention and treatment protocol. You can get more information about that in the Institute of Functional Medicine link below.</p>\r\n<p>One more thing. Itâ€™s worth noting that quercetin can be difficult to absorb. Most practitioners recommend you take a supplement that also contains bromelain, a proteolytic enzyme found in pineapple. The bromelain breaks down the quercetin, making it easier to absorb, and also has anti-inflammatory properties of its own. In addition, bromelain breaks up mucus, which is helpful in respiratory tract diseases.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>REFERENCES</strong></p>\r\n<p><a href=\"https://www.donnieyance.com/quercetins-remarkable-and-surprising-anti-viral-activity/\" target=\"_blank\" rel=\"noopener noreferrer\">Donnie Yance, MH, CN</a></p>\r\n<p><a href=\"https://www.medicalnewstoday.com/articles/324170\" target=\"_blank\" rel=\"noopener noreferrer\">Medical News Today</a></p>\r\n<p><a href=\"https://www.ifm.org/news-insights/the-functional-medicine-approach-to-covid-19-virus-specific-nutraceutical-and-botanical-agents/\" target=\"_blank\" rel=\"noopener noreferrer\">Institute for Functional Medicine</a></p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Quercetin','More ammo for your COVID-19 arsenal!','inherit','closed','closed','','1402-revision-v1','','','2020-06-30 14:50:13','2020-06-30 19:50:13','',1402,'https://ruthsnutrition.gsg-host.com/1402-revision-v1/',0,'revision','',0),(1408,2,'2020-07-24 14:42:50','2020-07-24 19:42:50','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h1><strong>Do you need a daily multivitamin/mineral supplement?</strong></h1>\r\n<p><img class=\"alignright size-full wp-image-1409\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2020/07/Multivitamin-600X.jpeg\" alt=\"\" width=\"600\" height=\"450\" />Prowl the internet and you can get all kinds of answers to that question. One that often comes up from heath experts is eat a perfect diet and you wonâ€™t need a multivitamin. But who eats a perfect diet, especially now in the age of COVID-19?</p>\r\n<p>We all know fruits and veggies are the powerhouses of beneficial vitamins and minerals. But long before COVID-19 hit, the Centers for Disease Control found 76% of adult Americans donâ€™t eat enough fruit, while 87% of adults donâ€™t eat enough vegetables. And thatâ€™s not including kids. So much for the perfect diet.</p>\r\n<p>Thatâ€™s probably why the Harvard School of Public Health declares that taking a daily multivitamin is a good nutrition insurance policy â€“ in other words, it helps replace needed vitamins and minerals that our mediocre diets lack.</p>\r\n<p>Vitamin deficiencies can contribute to multiple poor health conditions like weak immunity, fragile bones, cardiovascular disease, poor eyesight, mood swings, dementia-like symptoms, and more.</p>\r\n<p>Need more reasons to take a multivitamin? Here are a few.</p>\r\n<ul>\r\n<li><strong>Healthy aging â€“</strong> as we age our nutritional needs increase. The aging body has more difficulty absorbing nutrients from digestion, and medications can further deplete the body of vital nutrients. Something as a simple B12 deficiency can cause dementia-like symptoms.</li>\r\n<li><strong>Heart health â€“</strong> Heart disease is one of the leading causes of death in both women and men. B vitamins, CoQ10, and magnesium all play a role in cardiovascular health.</li>\r\n<li><strong>Boosts immunity â€“</strong> Vitamins C, D, and E all play a role in maintaining a robust immune system.</li>\r\n<li><strong>Eye health â€“</strong> Vitamins A, C, E, Niacin (B3), and selenium support eye health. Lutein and Zeaxanthin also protect eyes.</li>\r\n<li><strong>Healthy skin and hair â€“</strong> Vitamins A, E, E, and CoQ10 are needed for healthy skin, while Vitamins C, Niacin (B30, and biotin are needed for healthy hair.</li>\r\n</ul>\r\n<p>One thing to note. You can get too much of a good thing. The fat-soluble vitamins â€“ A, D, E, and K â€“ can build up in tissue and become harmful. Generally, you wonâ€™t get into trouble if you are taking only a multivitamin, but if you are taking other vitamin formulas in addition to that, be sure to check the amounts you are taking.</p>\r\n<p>In addition, itâ€™s a good idea to ask your doctor to check your levels of vitamin D periodically, to make sure youâ€™re not overdosing or deficient. Studies estimate that more than 40% of the U.S. population is deficient, and vitamin D is critical for healthy immunity, bone, and respiratory health.</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>REFERENCES:</strong></p>\r\n<p><a href=\"https://www.hsph.harvard.edu/nutritionsource/multivitamin/\" target=\"_blank\" rel=\"noopener noreferrer\">Harvard Health</a></p>\r\n<p><a href=\"https://draxe.com/nutrition/multivitamin/\" target=\"_blank\" rel=\"noopener noreferrer\">Dr. Axe</a></p>\r\n<p><a href=\"https://www.healthline.com/nutrition/do-multivitamins-work#other-benefits\" target=\"_blank\" rel=\"noopener noreferrer\">Healthline</a></p>\r\n<!-- /wp:paragraph -->','Multivitamins','Can a daily pill improve your health?','publish','closed','open','','multivitamins','','','2020-07-24 14:42:50','2020-07-24 19:42:50','',0,'https://ruthsnutrition.gsg-host.com/?p=1408',0,'post','',0),(1409,2,'2020-07-24 14:34:40','2020-07-24 19:34:40','','Multivitamin 600X','','inherit','open','closed','','multivitamin-600x','','','2020-07-24 14:34:40','2020-07-24 19:34:40','',1408,'https://ruthsnutrition.gsg-host.com/wp-content/uploads/2020/07/Multivitamin-600X.jpeg',0,'attachment','image/jpeg',0),(1410,2,'2020-07-24 14:35:50','2020-07-24 19:35:50','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h2><strong>Do you need to take one?</strong></h2>\r\n<p><img class=\"alignright size-full wp-image-1409\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2020/07/Multivitamin-600X.jpeg\" alt=\"\" width=\"600\" height=\"450\" />Prowl the internet and you can get all kinds of answers to that question. One that often comes up from heath experts is eat a perfect diet and you wonâ€™t need a multivitamin. But who eats a perfect diet, especially now in the age of COVID-19?</p>\r\n<p>We all know fruits and veggies are the powerhouses of beneficial vitamins and minerals. But long before COVID-19 hit, the Centers for Disease Control found 76% of adult Americans donâ€™t eat enough fruit, while 87% of adults donâ€™t eat enough vegetables. And thatâ€™s not including kids. So much for the perfect diet.</p>\r\n<p>Thatâ€™s probably why the Harvard School of Public Health declares that taking a daily multivitamin is a good nutrition insurance policy â€“ in other words, it helps replace needed vitamins and minerals that our mediocre diets lack.</p>\r\n<p>Vitamin deficiencies can contribute to multiple poor health conditions like weak immunity, fragile bones, cardiovascular disease, poor eyesight, mood swings, dementia-like symptoms, and more.</p>\r\n<p>Need more reasons to take a multivitamin? Here are a few.</p>\r\n<ul>\r\n<li><strong>Healthy aging â€“</strong> as we age our nutritional needs increase. The aging body has more difficulty absorbing nutrients from digestion, and medications can further deplete the body of vital nutrients. Something as a simple B12 deficiency can cause dementia-like symptoms.</li>\r\n<li><strong>Heart health â€“</strong> Heart disease is one of the leading causes of death in both women and men. B vitamins, CoQ10, and magnesium all play a role in cardiovascular health.</li>\r\n<li><strong>Boosts immunity â€“</strong> Vitamins C, D, and E all play a role in maintaining a robust immune system.</li>\r\n<li><strong>Eye health â€“</strong> Vitamins A, C, E, Niacin (B3), and selenium support eye health. Lutein and Zeaxanthin also protect eyes.</li>\r\n<li><strong>Healthy skin and hair â€“</strong> Vitamins A, E, E, and CoQ10 are needed for healthy skin, while Vitamins C, Niacin (B30, and biotin are needed for healthy hair.</li>\r\n</ul>\r\n<p>One thing to note. You can get too much of a good thing. The fat-soluble vitamins â€“ A, D, E, and K â€“ can build up in tissue and become harmful. Generally, you wonâ€™t get into trouble if you are taking only a multivitamin, but if you are taking other vitamin formulas in addition to that, be sure to check the amounts you are taking.</p>\r\n<p>In addition, itâ€™s a good idea to ask your doctor to check your levels of vitamin D periodically, to make sure youâ€™re not overdosing or deficient. Studies estimate that more than 40% of the U.S. population is deficient, and vitamin D is critical for healthy immunity, bone, and respiratory health.</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>REFERENCES:</strong></p>\r\n<p>&nbsp;</p>\r\n<p>Harvard Health</p>\r\n<p><a href=\"https://www.hsph.harvard.edu/nutritionsource/multivitamin/\">https://www.hsph.harvard.edu/nutritionsource/multivitamin/</a></p>\r\n<p>&nbsp;</p>\r\n<p>Dr. Axe</p>\r\n<p><a href=\"https://draxe.com/nutrition/multivitamin/\">https://draxe.com/nutrition/multivitamin/</a></p>\r\n<p>&nbsp;</p>\r\n<p>Healthline</p>\r\n<p><a href=\"https://www.healthline.com/nutrition/do-multivitamins-work#other-benefits\">https://www.healthline.com/nutrition/do-multivitamins-work#other-benefits</a></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Multivitamins','The sweetener with multiple benefits!','inherit','closed','closed','','1408-revision-v1','','','2020-07-24 14:35:50','2020-07-24 19:35:50','',1408,'https://ruthsnutrition.gsg-host.com/1408-revision-v1/',0,'revision','',0),(1411,2,'2020-07-24 14:37:27','2020-07-24 19:37:27','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h1><strong>Do you need a daily multivitamin/mineral supplement?</strong></h1>\r\n<p><img class=\"alignright size-full wp-image-1409\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2020/07/Multivitamin-600X.jpeg\" alt=\"\" width=\"600\" height=\"450\" />Prowl the internet and you can get all kinds of answers to that question. One that often comes up from heath experts is eat a perfect diet and you wonâ€™t need a multivitamin. But who eats a perfect diet, especially now in the age of COVID-19?</p>\r\n<p>We all know fruits and veggies are the powerhouses of beneficial vitamins and minerals. But long before COVID-19 hit, the Centers for Disease Control found 76% of adult Americans donâ€™t eat enough fruit, while 87% of adults donâ€™t eat enough vegetables. And thatâ€™s not including kids. So much for the perfect diet.</p>\r\n<p>Thatâ€™s probably why the Harvard School of Public Health declares that taking a daily multivitamin is a good nutrition insurance policy â€“ in other words, it helps replace needed vitamins and minerals that our mediocre diets lack.</p>\r\n<p>Vitamin deficiencies can contribute to multiple poor health conditions like weak immunity, fragile bones, cardiovascular disease, poor eyesight, mood swings, dementia-like symptoms, and more.</p>\r\n<p>Need more reasons to take a multivitamin? Here are a few.</p>\r\n<ul>\r\n<li><strong>Healthy aging â€“</strong> as we age our nutritional needs increase. The aging body has more difficulty absorbing nutrients from digestion, and medications can further deplete the body of vital nutrients. Something as a simple B12 deficiency can cause dementia-like symptoms.</li>\r\n<li><strong>Heart health â€“</strong> Heart disease is one of the leading causes of death in both women and men. B vitamins, CoQ10, and magnesium all play a role in cardiovascular health.</li>\r\n<li><strong>Boosts immunity â€“</strong> Vitamins C, D, and E all play a role in maintaining a robust immune system.</li>\r\n<li><strong>Eye health â€“</strong> Vitamins A, C, E, Niacin (B3), and selenium support eye health. Lutein and Zeaxanthin also protect eyes.</li>\r\n<li><strong>Healthy skin and hair â€“</strong> Vitamins A, E, E, and CoQ10 are needed for healthy skin, while Vitamins C, Niacin (B30, and biotin are needed for healthy hair.</li>\r\n</ul>\r\n<p>One thing to note. You can get too much of a good thing. The fat-soluble vitamins â€“ A, D, E, and K â€“ can build up in tissue and become harmful. Generally, you wonâ€™t get into trouble if you are taking only a multivitamin, but if you are taking other vitamin formulas in addition to that, be sure to check the amounts you are taking.</p>\r\n<p>In addition, itâ€™s a good idea to ask your doctor to check your levels of vitamin D periodically, to make sure youâ€™re not overdosing or deficient. Studies estimate that more than 40% of the U.S. population is deficient, and vitamin D is critical for healthy immunity, bone, and respiratory health.</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>REFERENCES:</strong></p>\r\n<p>&nbsp;</p>\r\n<p>Harvard Health</p>\r\n<p><a href=\"https://www.hsph.harvard.edu/nutritionsource/multivitamin/\">https://www.hsph.harvard.edu/nutritionsource/multivitamin/</a></p>\r\n<p>&nbsp;</p>\r\n<p>Dr. Axe</p>\r\n<p><a href=\"https://draxe.com/nutrition/multivitamin/\">https://draxe.com/nutrition/multivitamin/</a></p>\r\n<p>&nbsp;</p>\r\n<p>Healthline</p>\r\n<p><a href=\"https://www.healthline.com/nutrition/do-multivitamins-work#other-benefits\">https://www.healthline.com/nutrition/do-multivitamins-work#other-benefits</a></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Multivitamins','The sweetener with multiple benefits!','inherit','closed','closed','','1408-revision-v1','','','2020-07-24 14:37:27','2020-07-24 19:37:27','',1408,'https://ruthsnutrition.gsg-host.com/1408-revision-v1/',0,'revision','',0),(1412,2,'2020-07-24 14:39:58','2020-07-24 19:39:58','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h1><strong>Do you need a daily multivitamin/mineral supplement?</strong></h1>\r\n<p><img class=\"alignright size-full wp-image-1409\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2020/07/Multivitamin-600X.jpeg\" alt=\"\" width=\"600\" height=\"450\" />Prowl the internet and you can get all kinds of answers to that question. One that often comes up from heath experts is eat a perfect diet and you wonâ€™t need a multivitamin. But who eats a perfect diet, especially now in the age of COVID-19?</p>\r\n<p>We all know fruits and veggies are the powerhouses of beneficial vitamins and minerals. But long before COVID-19 hit, the Centers for Disease Control found 76% of adult Americans donâ€™t eat enough fruit, while 87% of adults donâ€™t eat enough vegetables. And thatâ€™s not including kids. So much for the perfect diet.</p>\r\n<p>Thatâ€™s probably why the Harvard School of Public Health declares that taking a daily multivitamin is a good nutrition insurance policy â€“ in other words, it helps replace needed vitamins and minerals that our mediocre diets lack.</p>\r\n<p>Vitamin deficiencies can contribute to multiple poor health conditions like weak immunity, fragile bones, cardiovascular disease, poor eyesight, mood swings, dementia-like symptoms, and more.</p>\r\n<p>Need more reasons to take a multivitamin? Here are a few.</p>\r\n<ul>\r\n<li><strong>Healthy aging â€“</strong> as we age our nutritional needs increase. The aging body has more difficulty absorbing nutrients from digestion, and medications can further deplete the body of vital nutrients. Something as a simple B12 deficiency can cause dementia-like symptoms.</li>\r\n<li><strong>Heart health â€“</strong> Heart disease is one of the leading causes of death in both women and men. B vitamins, CoQ10, and magnesium all play a role in cardiovascular health.</li>\r\n<li><strong>Boosts immunity â€“</strong> Vitamins C, D, and E all play a role in maintaining a robust immune system.</li>\r\n<li><strong>Eye health â€“</strong> Vitamins A, C, E, Niacin (B3), and selenium support eye health. Lutein and Zeaxanthin also protect eyes.</li>\r\n<li><strong>Healthy skin and hair â€“</strong> Vitamins A, E, E, and CoQ10 are needed for healthy skin, while Vitamins C, Niacin (B30, and biotin are needed for healthy hair.</li>\r\n</ul>\r\n<p>One thing to note. You can get too much of a good thing. The fat-soluble vitamins â€“ A, D, E, and K â€“ can build up in tissue and become harmful. Generally, you wonâ€™t get into trouble if you are taking only a multivitamin, but if you are taking other vitamin formulas in addition to that, be sure to check the amounts you are taking.</p>\r\n<p>In addition, itâ€™s a good idea to ask your doctor to check your levels of vitamin D periodically, to make sure youâ€™re not overdosing or deficient. Studies estimate that more than 40% of the U.S. population is deficient, and vitamin D is critical for healthy immunity, bone, and respiratory health.</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>REFERENCES:</strong></p>\r\n<p><a href=\"https://www.hsph.harvard.edu/nutritionsource/multivitamin/\" target=\"_blank\" rel=\"noopener noreferrer\">Harvard Health</a></p>\r\n<p><a href=\"https://draxe.com/nutrition/multivitamin/\" target=\"_blank\" rel=\"noopener noreferrer\">Dr. Axe</a></p>\r\n<p><a href=\"https://www.healthline.com/nutrition/do-multivitamins-work#other-benefits\" target=\"_blank\" rel=\"noopener noreferrer\">Healthline</a></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Multivitamins','The sweetener with multiple benefits!','inherit','closed','closed','','1408-revision-v1','','','2020-07-24 14:39:58','2020-07-24 19:39:58','',1408,'https://ruthsnutrition.gsg-host.com/1408-revision-v1/',0,'revision','',0),(1413,2,'2020-07-24 14:42:29','2020-07-24 19:42:29','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h1><strong>Do you need a daily multivitamin/mineral supplement?</strong></h1>\r\n<p><img class=\"alignright size-full wp-image-1409\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2020/07/Multivitamin-600X.jpeg\" alt=\"\" width=\"600\" height=\"450\" />Prowl the internet and you can get all kinds of answers to that question. One that often comes up from heath experts is eat a perfect diet and you wonâ€™t need a multivitamin. But who eats a perfect diet, especially now in the age of COVID-19?</p>\r\n<p>We all know fruits and veggies are the powerhouses of beneficial vitamins and minerals. But long before COVID-19 hit, the Centers for Disease Control found 76% of adult Americans donâ€™t eat enough fruit, while 87% of adults donâ€™t eat enough vegetables. And thatâ€™s not including kids. So much for the perfect diet.</p>\r\n<p>Thatâ€™s probably why the Harvard School of Public Health declares that taking a daily multivitamin is a good nutrition insurance policy â€“ in other words, it helps replace needed vitamins and minerals that our mediocre diets lack.</p>\r\n<p>Vitamin deficiencies can contribute to multiple poor health conditions like weak immunity, fragile bones, cardiovascular disease, poor eyesight, mood swings, dementia-like symptoms, and more.</p>\r\n<p>Need more reasons to take a multivitamin? Here are a few.</p>\r\n<ul>\r\n<li><strong>Healthy aging â€“</strong> as we age our nutritional needs increase. The aging body has more difficulty absorbing nutrients from digestion, and medications can further deplete the body of vital nutrients. Something as a simple B12 deficiency can cause dementia-like symptoms.</li>\r\n<li><strong>Heart health â€“</strong> Heart disease is one of the leading causes of death in both women and men. B vitamins, CoQ10, and magnesium all play a role in cardiovascular health.</li>\r\n<li><strong>Boosts immunity â€“</strong> Vitamins C, D, and E all play a role in maintaining a robust immune system.</li>\r\n<li><strong>Eye health â€“</strong> Vitamins A, C, E, Niacin (B3), and selenium support eye health. Lutein and Zeaxanthin also protect eyes.</li>\r\n<li><strong>Healthy skin and hair â€“</strong> Vitamins A, E, E, and CoQ10 are needed for healthy skin, while Vitamins C, Niacin (B30, and biotin are needed for healthy hair.</li>\r\n</ul>\r\n<p>One thing to note. You can get too much of a good thing. The fat-soluble vitamins â€“ A, D, E, and K â€“ can build up in tissue and become harmful. Generally, you wonâ€™t get into trouble if you are taking only a multivitamin, but if you are taking other vitamin formulas in addition to that, be sure to check the amounts you are taking.</p>\r\n<p>In addition, itâ€™s a good idea to ask your doctor to check your levels of vitamin D periodically, to make sure youâ€™re not overdosing or deficient. Studies estimate that more than 40% of the U.S. population is deficient, and vitamin D is critical for healthy immunity, bone, and respiratory health.</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>REFERENCES:</strong></p>\r\n<p><a href=\"https://www.hsph.harvard.edu/nutritionsource/multivitamin/\" target=\"_blank\" rel=\"noopener noreferrer\">Harvard Health</a></p>\r\n<p><a href=\"https://draxe.com/nutrition/multivitamin/\" target=\"_blank\" rel=\"noopener noreferrer\">Dr. Axe</a></p>\r\n<p><a href=\"https://www.healthline.com/nutrition/do-multivitamins-work#other-benefits\" target=\"_blank\" rel=\"noopener noreferrer\">Healthline</a></p>\r\n<!-- /wp:paragraph -->','Multivitamins','Can a daily pill improve your health?','inherit','closed','closed','','1408-revision-v1','','','2020-07-24 14:42:29','2020-07-24 19:42:29','',1408,'https://ruthsnutrition.gsg-host.com/1408-revision-v1/',0,'revision','',0),(1415,2,'2020-08-26 13:25:36','2020-08-26 18:25:36','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:heading {\"level\":1} -->\r\n<h1><strong>A few tips to keep student on top of their game</strong></h1>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:image {\"align\":\"right\"} -->\r\n<div class=\"wp-block-image\">\r\n<figure class=\"alignright\"><img src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2020/08/Back-to-school-600X.jpg\" alt=\"\" /></figure>\r\n</div>\r\n<!-- /wp:image -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>By now most students are back in school, either in the classroom or at home. Stress has understandably kicked up a notch, and cold and flu season is just around the corner. Itâ€™s definitely time to consider a little supplemental school support to keep studies going smoothly.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p><strong>The Basics</strong></p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>Itâ€™s a well-known consensus that busy brains need omega-3 oils, either from fish or algae. The EPA and DHA contained in those oils are anti-inflammatory and essential for a fully functioning nervous system. Some studies show that DHA can improve ADHD and even Alzheimerâ€™s</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>Probiotics have long been shown to have multiple benefits, improving immunity, gut health, mood, allergies, and skin conditions. Since many of those conditions worsen under stress, it makes sense for any student to have probiotics on board.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>Vitamin D not only helps build strong bones, it helps minimize respiratory infections and has been studied as an aid in fighting COVID-19. Because vitamin D can build up in the body, get your studentâ€™s levels checked by a doctor to know how much to supplement.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>Last, taking a multivitamin covers a lot of bases. It will contain vitamin C and zinc â€“ known immune boosters â€“ and multiple B vitamins that help with mood and nerve conduction.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p><strong>Anxiety</strong></p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>Studying for school can produce anxiety and having to do it under unusual circumstances can make it even worse. Consider offering a little magnesium at bedtime to calm frayed nerves and help induce sleep. Beware of taking too much, however, as magnesium can act as a laxative.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>If anxiety persists even after taking magnesium, consider the herb lemon balm or the amino acid L-theanine. Both work to calm the brain and encourage a little relaxation without affecting the ability to study.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p><strong>Immunity</strong></p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>Even if studying at home, students will still be exposed to cold, flu, and COVID-19 season anytime they are out of the house â€“ and maybe even in the house from a family member. Besides doing the Basics above, consider taking additional vitamin C (itâ€™s safe up to bowel tolerance) and zinc (check with your doctor about whatâ€™s too much), because multivitamins usually contain only a maintenance level of these substances.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>Consider adding a daily Elderberry supplement in the form of gummies, syrup, or capsules. Elderberry is immune modulating, anti-inflammatory, and anti-viral. It has studies showing reduced incidence and duration of colds and even flu.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p><strong>Focus</strong></p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>First in this category will always be the aforementioned DHA from omega-3 oils, but other herbs and supplements can help, too.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>Bacopa is an Ayurvedic herb that both reduces stress and boosts neurotransmitters that can help with anxiety and depression. In addition, studies show when given to ADHD students it significantly improved mental control, logical memory, and learning ability.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>Phosphatidylserine is a fatty substance that covers and protects the cells in your brain and carries messages between them. It plays an important role in keeping the mind and memory sharp. Studies show itâ€™s helpful with ADHD, memory, and depression.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p><strong>REFERENCES</strong></p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p><a href=\"https://www.newhope.com/supplements/back-school-supplements\" target=\"_blank\" rel=\"noopener noreferrer\">Back to school supplements</a></p>\r\n<!-- /wp:embed -->\r\n\r\n<!-- wp:paragraph -->\r\n<p><a href=\"https://sunflowershoppe.com/blogs/shoppe-talk/top-5-back-to-school-supplements/\" target=\"_blank\" rel=\"noopener noreferrer\">Targeted supplements</a></p>\r\n<!-- /wp:core-embed/wordpress -->','School support','Keep your kids on top of their game!','publish','closed','open','','school-support','','','2020-08-28 09:19:04','2020-08-28 14:19:04','',0,'https://ruthsnutrition.gsg-host.com/?p=1415',0,'post','',0),(1416,2,'2020-08-26 13:21:27','2020-08-26 18:21:27','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h1><strong>A few tips to keep student on top of their game</strong></h1>\r\n<p>By now most students are back in school, either in the classroom or at home. Stress has understandably kicked up a notch, and cold and flu season is just around the corner. Itâ€™s definitely time to consider a little supplemental school support to keep studies going smoothly.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>The Basics</strong></p>\r\n<p>Itâ€™s a well-known consensus that busy brains need omega-3 oils, either from fish or algae. The EPA and DHA contained in those oils are anti-inflammatory and essential for a fully functioning nervous system. Some studies show that DHA can improve ADHD and even Alzheimerâ€™s</p>\r\n<p>Probiotics have long been shown to have multiple benefits, improving immunity, gut health, mood, allergies, and skin conditions. Since many of those conditions worsen under stress, it makes sense for any student to have probiotics on board.</p>\r\n<p>Vitamin D not only helps build strong bones, it helps minimize respiratory infections and has been studied as an aid in fighting COVID-19. Because vitamin D can build up in the body, get your studentâ€™s levels checked by a doctor to know how much to supplement.</p>\r\n<p>Last, taking a multivitamin covers a lot of bases. It will contain vitamin C and zinc â€“ known immune boosters â€“ and multiple B vitamins that help with mood and nerve conduction.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Anxiety</strong></p>\r\n<p>Studying for school can produce anxiety and having to do it under unusual circumstances can make it even worse. Consider offering a little magnesium at bedtime to calm frayed nerves and help induce sleep. Beware of taking too much, however, as magnesium can act as a laxative.</p>\r\n<p>If anxiety persists even after taking magnesium, consider the herb lemon balm or the amino acid L-theanine. Both work to calm the brain and encourage a little relaxation without affecting the ability to study.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Immunity</strong></p>\r\n<p>Even if studying at home, students will still be exposed to cold, flu, and COVID-19 season anytime they are out of the house â€“ and maybe even in the house from a family member. Besides doing the Basics above, consider taking additional vitamin C (itâ€™s safe up to bowel tolerance) and zinc (check with your doctor about whatâ€™s too much), because multivitamins usually contain only a maintenance level of these substances.</p>\r\n<p>Consider adding a daily Elderberry supplement in the form of gummies, syrup, or capsules. Elderberry is immune modulating, anti-inflammatory, and anti-viral. It has studies showing reduced incidence and duration of colds and even flu.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Focus</strong></p>\r\n<p>First in this category will always be the aforementioned DHA from omega-3 oils, but other herbs and supplements can help, too.</p>\r\n<p>Bacopa is an Ayurvedic herb that both reduces stress and boosts neurotransmitters that can help with anxiety and depression. In addition, studies show when given to ADHD students it significantly improved mental control, logical memory, and learning ability.</p>\r\n<p>Phosphatidylserine is a fatty substance that covers and protects the cells in your brain and carries messages between them. It plays an important role in keeping the mind and memory sharp. Studies show itâ€™s helpful with ADHD, memory, and depression.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>REFERENCES</strong></p>\r\n<p>Back to school supplements</p>\r\n<p><a href=\"https://www.newhope.com/supplements/back-school-supplements\">https://www.newhope.com/supplements/back-school-supplements</a></p>\r\n<p>Targeted supplements</p>\r\n<p><a href=\"https://sunflowershoppe.com/blogs/shoppe-talk/top-5-back-to-school-supplements/\">https://sunflowershoppe.com/blogs/shoppe-talk/top-5-back-to-school-supplements/</a></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','School support','Can a daily pill improve your health?','inherit','closed','closed','','1415-revision-v1','','','2020-08-26 13:21:27','2020-08-26 18:21:27','',1415,'https://ruthsnutrition.gsg-host.com/1415-revision-v1/',0,'revision','',0),(1417,2,'2020-08-31 14:20:34','2020-08-31 19:20:34','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h1><strong>Antioxidant for the heart, brain, skin, muscles and more!</strong></h1>\r\n<p><img class=\"alignright size-full wp-image-1427\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2020/08/CoQ10-600X-copy.jpeg\" alt=\"\" width=\"600\" height=\"436\" />Since CoEnzyme Q10 (CoQ10) was first discovered in 1957, science has revealed this antioxidant is a powerhouse of protection for the human body. Best known for its ability to protect the heart, it has beneficial effects for multiple health conditions affecting the brain, lungs, kidneys, skin, and generally every cell in the body.</p>\r\n<p>Our bodies produce CoQ10 naturally, but production reduces as we age and deficiencies can be associated with several diseases. Its effects are so broad because CoQ10 helps the body produce energy in every cell as well as acting as an antioxidant, breaking down free radicals that can cause damage. Free radicals can damage DNA, leading to cancer. They also play roles in heart disease, stroke, arthritis, alcoholic liver damage, and even the aging process.</p>\r\n<p>&nbsp;</p>\r\n<h2><strong>CoQ10 to the rescue</strong></h2>\r\n<p>Here are some of the key areas where CoQ10 supplementation has proved beneficial.</p>\r\n<p><strong>Heart disease â€“</strong> Multiple studies show people with congestive heart failure have improved symptoms if taking CoQ10. In addition, their risk of dying from heart problems is reduced. Those who have had a heart attack have reduced risk of a recurrence if taking CoQ10. Studies show supplements also may help lower high cholesterol and high blood pressure.</p>\r\n<p><strong>Statin drugs â€“</strong> Statin drugs are designed to lower cholesterol, but in doing so they also lower levels of CoQ10. Since the heart needs large amounts of CoQ10, that can be a concern. Studies show that some of the side effects of statins â€“ muscle pain and weakness â€“ can be reduced by supplementing with CoQ10.</p>\r\n<p><strong>Brain health â€“</strong> Studies show that people with cognitive decline often have low levels of CoQ10. Some studies show CoQ10 supplementation can slow deterioration for people with Alzheimerâ€™s and Parkinsonâ€™s diseases. Some studies also show that CoQ10 can help prevent migraine headaches.</p>\r\n<p><strong>Gum disease â€“</strong> Studies show CoQ10 can help reduce periodontitis inflammation when used in conjunction with good dental habits.</p>\r\n<p><strong>Reproductive disorders â€“</strong> Studies show that the antioxidant properties of CoQ10 can help improve both sperm and egg quality and quantity.</p>\r\n<p><strong>Lung diseases â€“</strong> Because your lungs have the most contact with oxygen, they are very susceptible to oxidative damage. That damage is associated with asthma and chronic obstructive pulmonary disease (COPD). Studies show CoQ10 supplementation can improve symptoms, lowering the need for steroid medications and improving exercise performance.</p>\r\n<p><strong>Diabetes â€“</strong> CoQ10 has been shown to improve insulin sensitivity and regulate blood sugar levels.</p>\r\n<p><strong>Aging skin â€“</strong> CoQ10 applied directly to the skin can reduce sun damage, and may help decrease the risk of skin cancer.</p>\r\n<p>&nbsp;</p>\r\n<h2><strong>What form of CoQ10 to get?</strong></h2>\r\n<p>CoQ10 comes in two forms, ubiquinone and ubiquinol. Ubiquinone is the oldest form commercially available and has been involved in most of the medical studies, clearly proving its worth. Ubiquinol is a more recent product and is said by some studies to be more absorbable. Itâ€™s also more expensive.</p>\r\n<h2><strong>Dose</strong></h2>\r\n<p>Doses of CoQ10, no matter what form, generally range from 50 mg to 200 mg. According to the Linus Pauling Institute, there have been no reports of significant adverse side effects when taken orally at doses as high as 3,000 mg daily for up to eight months.</p>\r\n<p>&nbsp;</p>\r\n<h2><strong>Drug Interactions</strong></h2>\r\n<p>Use of Warfarin and CoQ10 has been reported to decrease the anticoagulant effect of Warfarin. Consult your doctor before taking.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>REFERENCES:</strong></h3>\r\n<p><a href=\"https://www.fxmedicine.com.au/blog-post/reaping-benefits-ubiquinol\" target=\"_blank\" rel=\"noopener noreferrer\">FX Medicine</a></p>\r\n<p><a href=\"https://www.clevelandheartlab.com/blog/horizons-coq10-what-are-the-heart-health-benefits/\" target=\"_blank\" rel=\"noopener noreferrer\">Cleveland Heart Lab</a></p>\r\n<p><a href=\"https://www.mayoclinic.org/drugs-supplements-coenzyme-q10/art-20362602\" target=\"_blank\" rel=\"noopener noreferrer\">Mayo Clinic</a></p>\r\n<p><a href=\"https://www.healthline.com/nutrition/coenzyme-q10#section9\" target=\"_blank\" rel=\"noopener noreferrer\">Healthline</a></p>\r\n<p><a href=\"https://www.mindbodygreen.com/articles/coq10-benefits-uses-side-effects-dosage-safety\" target=\"_blank\" rel=\"noopener noreferrer\">MindBodyGreen</a></p>\r\n<!-- /wp:paragraph -->','CoEnzyme Q10','Antioxidant for the whole body!','publish','closed','open','','coenzyme_q10','','','2020-08-31 14:20:34','2020-08-31 19:20:34','',0,'https://ruthsnutrition.gsg-host.com/?p=1417',0,'post','',0),(1418,2,'2020-08-26 13:31:34','2020-08-26 18:31:34','','Back to school 600X','','inherit','open','closed','','back-to-school-600x','','','2020-08-26 13:31:34','2020-08-26 18:31:34','',1415,'https://ruthsnutrition.gsg-host.com/wp-content/uploads/2020/08/Back-to-school-600X.jpg',0,'attachment','image/jpeg',0),(1420,3,'2020-08-26 14:29:14','2020-08-26 19:29:14','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h1><strong>A few tips to keep student on top of their game</strong></h1>\r\n<p>By now most students are back in school, either in the classroom or at home. Stress has understandably kicked up a notch, and cold and flu season is just around the corner. Itâ€™s definitely time to consider a little supplemental school support to keep studies going smoothly.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>The Basics</strong></p>\r\n<p>Itâ€™s a well-known consensus that busy brains need omega-3 oils, either from fish or algae. The EPA and DHA contained in those oils are anti-inflammatory and essential for a fully functioning nervous system. Some studies show that DHA can improve ADHD and even Alzheimerâ€™s</p>\r\n<p>Probiotics have long been shown to have multiple benefits, improving immunity, gut health, mood, allergies, and skin conditions. Since many of those conditions worsen under stress, it makes sense for any student to have probiotics on board.</p>\r\n<p>Vitamin D not only helps build strong bones, it helps minimize respiratory infections and has been studied as an aid in fighting COVID-19. Because vitamin D can build up in the body, get your studentâ€™s levels checked by a doctor to know how much to supplement.</p>\r\n<p>Last, taking a multivitamin covers a lot of bases. It will contain vitamin C and zinc â€“ known immune boosters â€“ and multiple B vitamins that help with mood and nerve conduction.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Anxiety</strong></p>\r\n<p>Studying for school can produce anxiety and having to do it under unusual circumstances can make it even worse. Consider offering a little magnesium at bedtime to calm frayed nerves and help induce sleep. Beware of taking too much, however, as magnesium can act as a laxative.</p>\r\n<p>If anxiety persists even after taking magnesium, consider the herb lemon balm or the amino acid L-theanine. Both work to calm the brain and encourage a little relaxation without affecting the ability to study.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Immunity</strong></p>\r\n<p>Even if studying at home, students will still be exposed to cold, flu, and COVID-19 season anytime they are out of the house â€“ and maybe even in the house from a family member. Besides doing the Basics above, consider taking additional vitamin C (itâ€™s safe up to bowel tolerance) and zinc (check with your doctor about whatâ€™s too much), because multivitamins usually contain only a maintenance level of these substances.</p>\r\n<p>Consider adding a daily Elderberry supplement in the form of gummies, syrup, or capsules. Elderberry is immune modulating, anti-inflammatory, and anti-viral. It has studies showing reduced incidence and duration of colds and even flu.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Focus</strong></p>\r\n<p>First in this category will always be the aforementioned DHA from omega-3 oils, but other herbs and supplements can help, too.</p>\r\n<p>Bacopa is an Ayurvedic herb that both reduces stress and boosts neurotransmitters that can help with anxiety and depression. In addition, studies show when given to ADHD students it significantly improved mental control, logical memory, and learning ability.</p>\r\n<p>Phosphatidylserine is a fatty substance that covers and protects the cells in your brain and carries messages between them. It plays an important role in keeping the mind and memory sharp. Studies show itâ€™s helpful with ADHD, memory, and depression.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>REFERENCES</strong></p>\r\n<p>Back to school supplements</p>\r\n<p><a href=\"https://www.newhope.com/supplements/back-school-supplements\">https://www.newhope.com/supplements/back-school-supplements</a></p>\r\n<p>Targeted supplements</p>\r\n<p><a href=\"https://sunflowershoppe.com/blogs/shoppe-talk/top-5-back-to-school-supplements/\">https://sunflowershoppe.com/blogs/shoppe-talk/top-5-back-to-school-supplements/</a></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','School support Test','Can a daily pill improve your health?','inherit','closed','closed','','1415-revision-v1','','','2020-08-26 14:29:14','2020-08-26 19:29:14','',1415,'https://ruthsnutrition.gsg-host.com/1415-revision-v1/',0,'revision','',0),(1421,2,'2020-08-26 14:33:52','2020-08-26 19:33:52','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h1><strong>A few tips to keep student on top of their game</strong></h1>\r\n<p>By now most students are back in school, either in the classroom or at home. Stress has understandably kicked up a notch, and cold and flu season is just around the corner. Itâ€™s definitely time to consider a little supplemental school support to keep studies going smoothly.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>The Basics</strong></p>\r\n<p>Itâ€™s a well-known consensus that busy brains need omega-3 oils, either from fish or algae. The EPA and DHA contained in those oils are anti-inflammatory and essential for a fully functioning nervous system. Some studies show that DHA can improve ADHD and even Alzheimerâ€™s</p>\r\n<p>Probiotics have long been shown to have multiple benefits, improving immunity, gut health, mood, allergies, and skin conditions. Since many of those conditions worsen under stress, it makes sense for any student to have probiotics on board.</p>\r\n<p>Vitamin D not only helps build strong bones, it helps minimize respiratory infections and has been studied as an aid in fighting COVID-19. Because vitamin D can build up in the body, get your studentâ€™s levels checked by a doctor to know how much to supplement.</p>\r\n<p>Last, taking a multivitamin covers a lot of bases. It will contain vitamin C and zinc â€“ known immune boosters â€“ and multiple B vitamins that help with mood and nerve conduction.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Anxiety</strong></p>\r\n<p>Studying for school can produce anxiety and having to do it under unusual circumstances can make it even worse. Consider offering a little magnesium at bedtime to calm frayed nerves and help induce sleep. Beware of taking too much, however, as magnesium can act as a laxative.</p>\r\n<p>If anxiety persists even after taking magnesium, consider the herb lemon balm or the amino acid L-theanine. Both work to calm the brain and encourage a little relaxation without affecting the ability to study.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Immunity</strong></p>\r\n<p>Even if studying at home, students will still be exposed to cold, flu, and COVID-19 season anytime they are out of the house â€“ and maybe even in the house from a family member. Besides doing the Basics above, consider taking additional vitamin C (itâ€™s safe up to bowel tolerance) and zinc (check with your doctor about whatâ€™s too much), because multivitamins usually contain only a maintenance level of these substances.</p>\r\n<p>Consider adding a daily Elderberry supplement in the form of gummies, syrup, or capsules. Elderberry is immune modulating, anti-inflammatory, and anti-viral. It has studies showing reduced incidence and duration of colds and even flu.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Focus</strong></p>\r\n<p>First in this category will always be the aforementioned DHA from omega-3 oils, but other herbs and supplements can help, too.</p>\r\n<p>Bacopa is an Ayurvedic herb that both reduces stress and boosts neurotransmitters that can help with anxiety and depression. In addition, studies show when given to ADHD students it significantly improved mental control, logical memory, and learning ability.</p>\r\n<p>Phosphatidylserine is a fatty substance that covers and protects the cells in your brain and carries messages between them. It plays an important role in keeping the mind and memory sharp. Studies show itâ€™s helpful with ADHD, memory, and depression.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>REFERENCES</strong></p>\r\n<p>Back to school supplements</p>\r\n<p><a href=\"https://www.newhope.com/supplements/back-school-supplements\">https://www.newhope.com/supplements/back-school-supplements</a></p>\r\n<p>Targeted supplements</p>\r\n<p><a href=\"https://sunflowershoppe.com/blogs/shoppe-talk/top-5-back-to-school-supplements/\">https://sunflowershoppe.com/blogs/shoppe-talk/top-5-back-to-school-supplements/</a></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','School support','Can a daily pill improve your health?','inherit','closed','closed','','1415-revision-v1','','','2020-08-26 14:33:52','2020-08-26 19:33:52','',1415,'https://ruthsnutrition.gsg-host.com/1415-revision-v1/',0,'revision','',0),(1422,3,'2020-08-27 15:14:49','2020-08-27 20:14:49','<!-- wp:paragraph -->\n<p>&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\n\n<!-- wp:heading {\"level\":1} -->\n<h1><strong>A few tips to keep student on top of their game</strong></h1>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"align\":\"right\"} -->\n<div class=\"wp-block-image\"><figure class=\"alignright\"><img src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2020/08/Back-to-school-600X.jpg\" alt=\"\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>By now most students are back in school, either in the classroom or at home. Stress has understandably kicked up a notch, and cold and flu season is just around the corner. Itâ€™s definitely time to consider a little supplemental school support to keep studies going smoothly.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>The Basics</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Itâ€™s a well-known consensus that busy brains need omega-3 oils, either from fish or algae. The EPA and DHA contained in those oils are anti-inflammatory and essential for a fully functioning nervous system. Some studies show that DHA can improve ADHD and even Alzheimerâ€™s</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Probiotics have long been shown to have multiple benefits, improving immunity, gut health, mood, allergies, and skin conditions. Since many of those conditions worsen under stress, it makes sense for any student to have probiotics on board.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Vitamin D not only helps build strong bones, it helps minimize respiratory infections and has been studied as an aid in fighting COVID-19. Because vitamin D can build up in the body, get your studentâ€™s levels checked by a doctor to know how much to supplement.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Last, taking a multivitamin covers a lot of bases. It will contain vitamin C and zinc â€“ known immune boosters â€“ and multiple B vitamins that help with mood and nerve conduction.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Anxiety</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Studying for school can produce anxiety and having to do it under unusual circumstances can make it even worse. Consider offering a little magnesium at bedtime to calm frayed nerves and help induce sleep. Beware of taking too much, however, as magnesium can act as a laxative.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If anxiety persists even after taking magnesium, consider the herb lemon balm or the amino acid L-theanine. Both work to calm the brain and encourage a little relaxation without affecting the ability to study.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Immunity</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Even if studying at home, students will still be exposed to cold, flu, and COVID-19 season anytime they are out of the house â€“ and maybe even in the house from a family member. Besides doing the Basics above, consider taking additional vitamin C (itâ€™s safe up to bowel tolerance) and zinc (check with your doctor about whatâ€™s too much), because multivitamins usually contain only a maintenance level of these substances.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Consider adding a daily Elderberry supplement in the form of gummies, syrup, or capsules. Elderberry is immune modulating, anti-inflammatory, and anti-viral. It has studies showing reduced incidence and duration of colds and even flu.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Focus</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>First in this category will always be the aforementioned DHA from omega-3 oils, but other herbs and supplements can help, too.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bacopa is an Ayurvedic herb that both reduces stress and boosts neurotransmitters that can help with anxiety and depression. In addition, studies show when given to ADHD students it significantly improved mental control, logical memory, and learning ability.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Phosphatidylserine is a fatty substance that covers and protects the cells in your brain and carries messages between them. It plays an important role in keeping the mind and memory sharp. Studies show itâ€™s helpful with ADHD, memory, and depression.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>REFERENCES</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Back to school supplements</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.newhope.com/supplements/back-school-supplements\"} -->\n<figure class=\"wp-block-embed\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.newhope.com/supplements/back-school-supplements\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>Targeted supplements</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:core-embed/wordpress {\"url\":\"https://sunflowershoppe.com/blogs/shoppe-talk/top-5-back-to-school-supplements/\",\"type\":\"wp-embed\",\"providerNameSlug\":\"sunflower-shoppe\",\"className\":\"\"} -->\n<figure class=\"wp-block-embed-wordpress wp-block-embed is-type-wp-embed is-provider-sunflower-shoppe\"><div class=\"wp-block-embed__wrapper\">\nhttps://sunflowershoppe.com/blogs/shoppe-talk/top-5-back-to-school-supplements/\n</div></figure>\n<!-- /wp:core-embed/wordpress -->','School support','Can a daily pill improve your health?','inherit','closed','closed','','1415-revision-v1','','','2020-08-27 15:14:49','2020-08-27 20:14:49','',1415,'https://ruthsnutrition.gsg-host.com/1415-revision-v1/',0,'revision','',0),(1424,2,'2020-08-28 08:24:29','2020-08-28 13:24:29','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:heading {\"level\":1} -->\r\n<h1><strong>A few tips to keep student on top of their game</strong></h1>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:image {\"align\":\"right\"} -->\r\n<div class=\"wp-block-image\">\r\n<figure class=\"alignright\"><img src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2020/08/Back-to-school-600X.jpg\" alt=\"\" /></figure>\r\n</div>\r\n<!-- /wp:image -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>By now most students are back in school, either in the classroom or at home. Stress has understandably kicked up a notch, and cold and flu season is just around the corner. Itâ€™s definitely time to consider a little supplemental school support to keep studies going smoothly.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p><strong>The Basics</strong></p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>Itâ€™s a well-known consensus that busy brains need omega-3 oils, either from fish or algae. The EPA and DHA contained in those oils are anti-inflammatory and essential for a fully functioning nervous system. Some studies show that DHA can improve ADHD and even Alzheimerâ€™s</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>Probiotics have long been shown to have multiple benefits, improving immunity, gut health, mood, allergies, and skin conditions. Since many of those conditions worsen under stress, it makes sense for any student to have probiotics on board.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>Vitamin D not only helps build strong bones, it helps minimize respiratory infections and has been studied as an aid in fighting COVID-19. Because vitamin D can build up in the body, get your studentâ€™s levels checked by a doctor to know how much to supplement.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>Last, taking a multivitamin covers a lot of bases. It will contain vitamin C and zinc â€“ known immune boosters â€“ and multiple B vitamins that help with mood and nerve conduction.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p><strong>Anxiety</strong></p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>Studying for school can produce anxiety and having to do it under unusual circumstances can make it even worse. Consider offering a little magnesium at bedtime to calm frayed nerves and help induce sleep. Beware of taking too much, however, as magnesium can act as a laxative.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>If anxiety persists even after taking magnesium, consider the herb lemon balm or the amino acid L-theanine. Both work to calm the brain and encourage a little relaxation without affecting the ability to study.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p><strong>Immunity</strong></p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>Even if studying at home, students will still be exposed to cold, flu, and COVID-19 season anytime they are out of the house â€“ and maybe even in the house from a family member. Besides doing the Basics above, consider taking additional vitamin C (itâ€™s safe up to bowel tolerance) and zinc (check with your doctor about whatâ€™s too much), because multivitamins usually contain only a maintenance level of these substances.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>Consider adding a daily Elderberry supplement in the form of gummies, syrup, or capsules. Elderberry is immune modulating, anti-inflammatory, and anti-viral. It has studies showing reduced incidence and duration of colds and even flu.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p><strong>Focus</strong></p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>First in this category will always be the aforementioned DHA from omega-3 oils, but other herbs and supplements can help, too.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>Bacopa is an Ayurvedic herb that both reduces stress and boosts neurotransmitters that can help with anxiety and depression. In addition, studies show when given to ADHD students it significantly improved mental control, logical memory, and learning ability.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>Phosphatidylserine is a fatty substance that covers and protects the cells in your brain and carries messages between them. It plays an important role in keeping the mind and memory sharp. Studies show itâ€™s helpful with ADHD, memory, and depression.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p><strong>REFERENCES</strong></p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>Back to school supplements</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:embed {\"url\":\"https://www.newhope.com/supplements/back-school-supplements\"} -->\r\n<figure class=\"wp-block-embed\">\r\n<div class=\"wp-block-embed__wrapper\">https://www.newhope.com/supplements/back-school-supplements</div>\r\n</figure>\r\n<!-- /wp:embed -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>Targeted supplements</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:core-embed/wordpress {\"url\":\"https://sunflowershoppe.com/blogs/shoppe-talk/top-5-back-to-school-supplements/\",\"type\":\"wp-embed\",\"providerNameSlug\":\"sunflower-shoppe\",\"className\":\"\"} -->\r\n<figure class=\"wp-block-embed-wordpress wp-block-embed is-type-wp-embed is-provider-sunflower-shoppe\">\r\n<div class=\"wp-block-embed__wrapper\">https://sunflowershoppe.com/blogs/shoppe-talk/top-5-back-to-school-supplements/</div>\r\n</figure>\r\n<!-- /wp:core-embed/wordpress -->','School support','Keep your kids on top of their game!','inherit','closed','closed','','1415-revision-v1','','','2020-08-28 08:24:29','2020-08-28 13:24:29','',1415,'https://ruthsnutrition.gsg-host.com/1415-revision-v1/',0,'revision','',0),(1425,2,'2020-08-28 09:16:46','2020-08-28 14:16:46','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:heading {\"level\":1} -->\r\n<h1><strong>A few tips to keep student on top of their game</strong></h1>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:image {\"align\":\"right\"} -->\r\n<div class=\"wp-block-image\">\r\n<figure class=\"alignright\"><img src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2020/08/Back-to-school-600X.jpg\" alt=\"\" /></figure>\r\n</div>\r\n<!-- /wp:image -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>By now most students are back in school, either in the classroom or at home. Stress has understandably kicked up a notch, and cold and flu season is just around the corner. Itâ€™s definitely time to consider a little supplemental school support to keep studies going smoothly.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p><strong>The Basics</strong></p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>Itâ€™s a well-known consensus that busy brains need omega-3 oils, either from fish or algae. The EPA and DHA contained in those oils are anti-inflammatory and essential for a fully functioning nervous system. Some studies show that DHA can improve ADHD and even Alzheimerâ€™s</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>Probiotics have long been shown to have multiple benefits, improving immunity, gut health, mood, allergies, and skin conditions. Since many of those conditions worsen under stress, it makes sense for any student to have probiotics on board.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>Vitamin D not only helps build strong bones, it helps minimize respiratory infections and has been studied as an aid in fighting COVID-19. Because vitamin D can build up in the body, get your studentâ€™s levels checked by a doctor to know how much to supplement.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>Last, taking a multivitamin covers a lot of bases. It will contain vitamin C and zinc â€“ known immune boosters â€“ and multiple B vitamins that help with mood and nerve conduction.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p><strong>Anxiety</strong></p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>Studying for school can produce anxiety and having to do it under unusual circumstances can make it even worse. Consider offering a little magnesium at bedtime to calm frayed nerves and help induce sleep. Beware of taking too much, however, as magnesium can act as a laxative.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>If anxiety persists even after taking magnesium, consider the herb lemon balm or the amino acid L-theanine. Both work to calm the brain and encourage a little relaxation without affecting the ability to study.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p><strong>Immunity</strong></p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>Even if studying at home, students will still be exposed to cold, flu, and COVID-19 season anytime they are out of the house â€“ and maybe even in the house from a family member. Besides doing the Basics above, consider taking additional vitamin C (itâ€™s safe up to bowel tolerance) and zinc (check with your doctor about whatâ€™s too much), because multivitamins usually contain only a maintenance level of these substances.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>Consider adding a daily Elderberry supplement in the form of gummies, syrup, or capsules. Elderberry is immune modulating, anti-inflammatory, and anti-viral. It has studies showing reduced incidence and duration of colds and even flu.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p><strong>Focus</strong></p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>First in this category will always be the aforementioned DHA from omega-3 oils, but other herbs and supplements can help, too.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>Bacopa is an Ayurvedic herb that both reduces stress and boosts neurotransmitters that can help with anxiety and depression. In addition, studies show when given to ADHD students it significantly improved mental control, logical memory, and learning ability.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>Phosphatidylserine is a fatty substance that covers and protects the cells in your brain and carries messages between them. It plays an important role in keeping the mind and memory sharp. Studies show itâ€™s helpful with ADHD, memory, and depression.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p><strong>REFERENCES</strong></p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p><a href=\"https://www.newhope.com/supplements/back-school-supplements\" target=\"_blank\" rel=\"noopener noreferrer\">Back to school supplements</a></p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:embed {\"url\":\"https://www.newhope.com/supplements/back-school-supplements\"} -->\r\n<figure class=\"wp-block-embed\">\r\n<div class=\"wp-block-embed__wrapper\">https://www.newhope.com/supplements/back-school-supplements</div>\r\n</figure>\r\n<!-- /wp:embed -->\r\n\r\n<!-- wp:paragraph -->\r\n<p><a href=\"https://sunflowershoppe.com/blogs/shoppe-talk/top-5-back-to-school-supplements/\" target=\"_blank\" rel=\"noopener noreferrer\">Targeted supplements</a></p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:core-embed/wordpress {\"url\":\"https://sunflowershoppe.com/blogs/shoppe-talk/top-5-back-to-school-supplements/\",\"type\":\"wp-embed\",\"providerNameSlug\":\"sunflower-shoppe\",\"className\":\"\"} -->\r\n<figure class=\"wp-block-embed-wordpress wp-block-embed is-type-wp-embed is-provider-sunflower-shoppe\">\r\n<div class=\"wp-block-embed__wrapper\">https://sunflowershoppe.com/blogs/shoppe-talk/top-5-back-to-school-supplements/</div>\r\n</figure>\r\n<!-- /wp:core-embed/wordpress -->','School support','Keep your kids on top of their game!','inherit','closed','closed','','1415-revision-v1','','','2020-08-28 09:16:46','2020-08-28 14:16:46','',1415,'https://ruthsnutrition.gsg-host.com/1415-revision-v1/',0,'revision','',0),(1426,2,'2020-08-28 09:18:05','2020-08-28 14:18:05','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:heading {\"level\":1} -->\r\n<h1><strong>A few tips to keep student on top of their game</strong></h1>\r\n<!-- /wp:heading -->\r\n\r\n<!-- wp:image {\"align\":\"right\"} -->\r\n<div class=\"wp-block-image\">\r\n<figure class=\"alignright\"><img src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2020/08/Back-to-school-600X.jpg\" alt=\"\" /></figure>\r\n</div>\r\n<!-- /wp:image -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>By now most students are back in school, either in the classroom or at home. Stress has understandably kicked up a notch, and cold and flu season is just around the corner. Itâ€™s definitely time to consider a little supplemental school support to keep studies going smoothly.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p><strong>The Basics</strong></p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>Itâ€™s a well-known consensus that busy brains need omega-3 oils, either from fish or algae. The EPA and DHA contained in those oils are anti-inflammatory and essential for a fully functioning nervous system. Some studies show that DHA can improve ADHD and even Alzheimerâ€™s</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>Probiotics have long been shown to have multiple benefits, improving immunity, gut health, mood, allergies, and skin conditions. Since many of those conditions worsen under stress, it makes sense for any student to have probiotics on board.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>Vitamin D not only helps build strong bones, it helps minimize respiratory infections and has been studied as an aid in fighting COVID-19. Because vitamin D can build up in the body, get your studentâ€™s levels checked by a doctor to know how much to supplement.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>Last, taking a multivitamin covers a lot of bases. It will contain vitamin C and zinc â€“ known immune boosters â€“ and multiple B vitamins that help with mood and nerve conduction.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p><strong>Anxiety</strong></p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>Studying for school can produce anxiety and having to do it under unusual circumstances can make it even worse. Consider offering a little magnesium at bedtime to calm frayed nerves and help induce sleep. Beware of taking too much, however, as magnesium can act as a laxative.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>If anxiety persists even after taking magnesium, consider the herb lemon balm or the amino acid L-theanine. Both work to calm the brain and encourage a little relaxation without affecting the ability to study.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p><strong>Immunity</strong></p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>Even if studying at home, students will still be exposed to cold, flu, and COVID-19 season anytime they are out of the house â€“ and maybe even in the house from a family member. Besides doing the Basics above, consider taking additional vitamin C (itâ€™s safe up to bowel tolerance) and zinc (check with your doctor about whatâ€™s too much), because multivitamins usually contain only a maintenance level of these substances.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>Consider adding a daily Elderberry supplement in the form of gummies, syrup, or capsules. Elderberry is immune modulating, anti-inflammatory, and anti-viral. It has studies showing reduced incidence and duration of colds and even flu.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p><strong>Focus</strong></p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>First in this category will always be the aforementioned DHA from omega-3 oils, but other herbs and supplements can help, too.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>Bacopa is an Ayurvedic herb that both reduces stress and boosts neurotransmitters that can help with anxiety and depression. In addition, studies show when given to ADHD students it significantly improved mental control, logical memory, and learning ability.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>Phosphatidylserine is a fatty substance that covers and protects the cells in your brain and carries messages between them. It plays an important role in keeping the mind and memory sharp. Studies show itâ€™s helpful with ADHD, memory, and depression.</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p><strong>REFERENCES</strong></p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:paragraph -->\r\n<p><a href=\"https://www.newhope.com/supplements/back-school-supplements\" target=\"_blank\" rel=\"noopener noreferrer\">Back to school supplements</a></p>\r\n<!-- /wp:embed -->\r\n\r\n<!-- wp:paragraph -->\r\n<p><a href=\"https://sunflowershoppe.com/blogs/shoppe-talk/top-5-back-to-school-supplements/\" target=\"_blank\" rel=\"noopener noreferrer\">Targeted supplements</a></p>\r\n<!-- /wp:core-embed/wordpress -->','School support','Keep your kids on top of their game!','inherit','closed','closed','','1415-revision-v1','','','2020-08-28 09:18:05','2020-08-28 14:18:05','',1415,'https://ruthsnutrition.gsg-host.com/1415-revision-v1/',0,'revision','',0),(1427,2,'2020-08-31 14:13:16','2020-08-31 19:13:16','','CoQ10 600X copy','','inherit','open','closed','','coq10-600x-copy','','','2020-08-31 14:13:16','2020-08-31 19:13:16','',1417,'https://ruthsnutrition.gsg-host.com/wp-content/uploads/2020/08/CoQ10-600X-copy.jpeg',0,'attachment','image/jpeg',0),(1428,2,'2020-08-31 14:17:02','2020-08-31 19:17:02','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h2><strong>Antioxidant for the heart, brain, skin, muscles and more!</strong></h2>\r\n<p><img class=\"alignright size-full wp-image-1427\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2020/08/CoQ10-600X-copy.jpeg\" alt=\"\" width=\"600\" height=\"436\" />Since CoEnzyme Q10 (CoQ10) was first discovered in 1957, science has revealed this antioxidant is a powerhouse of protection for the human body. Best known for its ability to protect the heart, it has beneficial effects for multiple health conditions affecting the brain, lungs, kidneys, skin, and generally every cell in the body.</p>\r\n<p>Our bodies produce CoQ10 naturally, but production reduces as we age and deficiencies can be associated with several diseases. Its effects are so broad because CoQ10 helps the body produce energy in every cell as well as acting as an antioxidant, breaking down free radicals that can cause damage. Free radicals can damage DNA, leading to cancer. They also play roles in heart disease, stroke, arthritis, alcoholic liver damage, and even the aging process.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>CoQ10 to the rescue</strong></p>\r\n<p>Here are some of the key areas where CoQ10 supplementation has proved beneficial.</p>\r\n<p><strong>Heart disease â€“</strong> Multiple studies show people with congestive heart failure have improved symptoms if taking CoQ10. In addition, their risk of dying from heart problems is reduced. Those who have had a heart attack have reduced risk of a recurrence if taking CoQ10. Studies show supplements also may help lower high cholesterol and high blood pressure.</p>\r\n<p><strong>Statin drugs â€“</strong> Statin drugs are designed to lower cholesterol, but in doing so they also lower levels of CoQ10. Since the heart needs large amounts of CoQ10, that can be a concern. Studies show that some of the side effects of statins â€“ muscle pain and weakness â€“ can be reduced by supplementing with CoQ10.</p>\r\n<p><strong>Brain health â€“</strong> Studies show that people with cognitive decline often have low levels of CoQ10. Some studies show CoQ10 supplementation can slow deterioration for people with Alzheimerâ€™s and Parkinsonâ€™s diseases. Some studies also show that CoQ10 can help prevent migraine headaches.</p>\r\n<p><strong>Gum disease â€“</strong> Studies show CoQ10 can help reduce periodontitis inflammation when used in conjunction with good dental habits.</p>\r\n<p><strong>Reproductive disorders â€“</strong> Studies show that the antioxidant properties of CoQ10 can help improve both sperm and egg quality and quantity.</p>\r\n<p><strong>Lung diseases â€“</strong> Because your lungs have the most contact with oxygen, they are very susceptible to oxidative damage. That damage is associated with asthma and chronic obstructive pulmonary disease (COPD). Studies show CoQ10 supplementation can improve symptoms, lowering the need for steroid medications and improving exercise performance.</p>\r\n<p><strong>Diabetes â€“</strong> CoQ10 has been shown to improve insulin sensitivity and regulate blood sugar levels.</p>\r\n<p><strong>Aging skin â€“</strong> CoQ10 applied directly to the skin can reduce sun damage, and may help decrease the risk of skin cancer.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>What form of CoQ10 to get?</strong></p>\r\n<p>CoQ10 comes in two forms, ubiquinone and ubiquinol. Ubiquinone is the oldest form commercially available and has been involved in most of the medical studies, clearly proving its worth. Ubiquinol is a more recent product and is said by some studies to be more absorbable. Itâ€™s also more expensive.</p>\r\n<p><strong>Dose</strong></p>\r\n<p>Doses of CoQ10, no matter what form, generally range from 50 mg to 200 mg. According to the Linus Pauling Institute, there have been no reports of significant adverse side effects when taken orally at doses as high as 3,000 mg daily for up to eight months.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Drug Interactions</strong></p>\r\n<p>Use of Warfarin and CoQ10 has been reported to decrease the anticoagulant effect of Warfarin. Consult your doctor before taking.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>REFERENCES:</strong></p>\r\n<p><a href=\"https://www.fxmedicine.com.au/blog-post/reaping-benefits-ubiquinol\" target=\"_blank\" rel=\"noopener noreferrer\">FX Medicine</a></p>\r\n<p><a href=\"https://www.clevelandheartlab.com/blog/horizons-coq10-what-are-the-heart-health-benefits/\" target=\"_blank\" rel=\"noopener noreferrer\">Cleveland Heart Lab</a></p>\r\n<p><a href=\"https://www.mayoclinic.org/drugs-supplements-coenzyme-q10/art-20362602\" target=\"_blank\" rel=\"noopener noreferrer\">Mayo Clinic</a></p>\r\n<p><a href=\"https://www.healthline.com/nutrition/coenzyme-q10#section9\" target=\"_blank\" rel=\"noopener noreferrer\">Healthline</a></p>\r\n<p><a href=\"https://www.mindbodygreen.com/articles/coq10-benefits-uses-side-effects-dosage-safety\" target=\"_blank\" rel=\"noopener noreferrer\">MindBodyGreen</a></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','CoEnzyme Q10','Antioxidant for the whole body!','inherit','closed','closed','','1417-revision-v1','','','2020-08-31 14:17:02','2020-08-31 19:17:02','',1417,'https://ruthsnutrition.gsg-host.com/1417-revision-v1/',0,'revision','',0),(1429,2,'2020-08-31 14:19:14','2020-08-31 19:19:14','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h1><strong>Antioxidant for the heart, brain, skin, muscles and more!</strong></h1>\r\n<p><img class=\"alignright size-full wp-image-1427\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2020/08/CoQ10-600X-copy.jpeg\" alt=\"\" width=\"600\" height=\"436\" />Since CoEnzyme Q10 (CoQ10) was first discovered in 1957, science has revealed this antioxidant is a powerhouse of protection for the human body. Best known for its ability to protect the heart, it has beneficial effects for multiple health conditions affecting the brain, lungs, kidneys, skin, and generally every cell in the body.</p>\r\n<p>Our bodies produce CoQ10 naturally, but production reduces as we age and deficiencies can be associated with several diseases. Its effects are so broad because CoQ10 helps the body produce energy in every cell as well as acting as an antioxidant, breaking down free radicals that can cause damage. Free radicals can damage DNA, leading to cancer. They also play roles in heart disease, stroke, arthritis, alcoholic liver damage, and even the aging process.</p>\r\n<p>&nbsp;</p>\r\n<h2><strong>CoQ10 to the rescue</strong></h2>\r\n<p>Here are some of the key areas where CoQ10 supplementation has proved beneficial.</p>\r\n<p><strong>Heart disease â€“</strong> Multiple studies show people with congestive heart failure have improved symptoms if taking CoQ10. In addition, their risk of dying from heart problems is reduced. Those who have had a heart attack have reduced risk of a recurrence if taking CoQ10. Studies show supplements also may help lower high cholesterol and high blood pressure.</p>\r\n<p><strong>Statin drugs â€“</strong> Statin drugs are designed to lower cholesterol, but in doing so they also lower levels of CoQ10. Since the heart needs large amounts of CoQ10, that can be a concern. Studies show that some of the side effects of statins â€“ muscle pain and weakness â€“ can be reduced by supplementing with CoQ10.</p>\r\n<p><strong>Brain health â€“</strong> Studies show that people with cognitive decline often have low levels of CoQ10. Some studies show CoQ10 supplementation can slow deterioration for people with Alzheimerâ€™s and Parkinsonâ€™s diseases. Some studies also show that CoQ10 can help prevent migraine headaches.</p>\r\n<p><strong>Gum disease â€“</strong> Studies show CoQ10 can help reduce periodontitis inflammation when used in conjunction with good dental habits.</p>\r\n<p><strong>Reproductive disorders â€“</strong> Studies show that the antioxidant properties of CoQ10 can help improve both sperm and egg quality and quantity.</p>\r\n<p><strong>Lung diseases â€“</strong> Because your lungs have the most contact with oxygen, they are very susceptible to oxidative damage. That damage is associated with asthma and chronic obstructive pulmonary disease (COPD). Studies show CoQ10 supplementation can improve symptoms, lowering the need for steroid medications and improving exercise performance.</p>\r\n<p><strong>Diabetes â€“</strong> CoQ10 has been shown to improve insulin sensitivity and regulate blood sugar levels.</p>\r\n<p><strong>Aging skin â€“</strong> CoQ10 applied directly to the skin can reduce sun damage, and may help decrease the risk of skin cancer.</p>\r\n<p>&nbsp;</p>\r\n<h2><strong>What form of CoQ10 to get?</strong></h2>\r\n<p>CoQ10 comes in two forms, ubiquinone and ubiquinol. Ubiquinone is the oldest form commercially available and has been involved in most of the medical studies, clearly proving its worth. Ubiquinol is a more recent product and is said by some studies to be more absorbable. Itâ€™s also more expensive.</p>\r\n<h2><strong>Dose</strong></h2>\r\n<p>Doses of CoQ10, no matter what form, generally range from 50 mg to 200 mg. According to the Linus Pauling Institute, there have been no reports of significant adverse side effects when taken orally at doses as high as 3,000 mg daily for up to eight months.</p>\r\n<p>&nbsp;</p>\r\n<h2><strong>Drug Interactions</strong></h2>\r\n<p>Use of Warfarin and CoQ10 has been reported to decrease the anticoagulant effect of Warfarin. Consult your doctor before taking.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>REFERENCES:</strong></h3>\r\n<p><a href=\"https://www.fxmedicine.com.au/blog-post/reaping-benefits-ubiquinol\" target=\"_blank\" rel=\"noopener noreferrer\">FX Medicine</a></p>\r\n<p><a href=\"https://www.clevelandheartlab.com/blog/horizons-coq10-what-are-the-heart-health-benefits/\" target=\"_blank\" rel=\"noopener noreferrer\">Cleveland Heart Lab</a></p>\r\n<p><a href=\"https://www.mayoclinic.org/drugs-supplements-coenzyme-q10/art-20362602\" target=\"_blank\" rel=\"noopener noreferrer\">Mayo Clinic</a></p>\r\n<p><a href=\"https://www.healthline.com/nutrition/coenzyme-q10#section9\" target=\"_blank\" rel=\"noopener noreferrer\">Healthline</a></p>\r\n<p><a href=\"https://www.mindbodygreen.com/articles/coq10-benefits-uses-side-effects-dosage-safety\" target=\"_blank\" rel=\"noopener noreferrer\">MindBodyGreen</a></p>\r\n<!-- /wp:paragraph -->','CoEnzyme Q10','Antioxidant for the whole body!','inherit','closed','closed','','1417-revision-v1','','','2020-08-31 14:19:14','2020-08-31 19:19:14','',1417,'https://ruthsnutrition.gsg-host.com/1417-revision-v1/',0,'revision','',0),(1431,2,'2020-09-25 14:19:53','2020-09-25 19:19:53','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text</p>\r\n<!-- wp:paragraph -->\r\n<h1><strong>Time to arm your immune system</strong></h1>\r\n<p><img class=\"alignright size-full wp-image-1432\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2020/04/Fight-Viruses-600X.jpeg\" alt=\"\" width=\"600\" height=\"354\" />The bad news is weâ€™re in for a whopper of an illness season this winter. In addition to our usual cold and flu viruses, weâ€™re going to face an upswing in COVID-19. The good news is the way we prepare our immune systems to fight each one has a lot of overlap because all of them affect the upper respiratory system. With a little tweaking, your arsenal of virus fighters can be ready to do battle against them all.</p>\r\n<p>Obviously, frequent hand-washing, not touching our face, keeping your distance, and wearing a mask offers protection from cold, flu, and COVID-19 viruses. Thatâ€™s the foundation. Good sleep is another foundational practice, without it your immune system suffers. After that, we get into specific supplements to add to your armory.</p>\r\n<p>At the bottom of this article youâ€™ll find links to specific protocols for this seasonâ€™s winter viruses. Â But for those who want shortcuts, here are the highlights.</p>\r\n<p>&nbsp;</p>\r\n<h2><strong>The Foundation â€“ Cold, Flu, COVID-19</strong></h2>\r\n<p><strong>Vitamin D â€“</strong> This steroid hormone is an immune system modulator that reduces inflammatory cytokines while increasing macrophage function. It activates immune system antimicrobials and suppresses superinfections. Studies show it reduces likelihood of upper respiratory infections.</p>\r\n<p>Functional medicine doctors recommend lab ranges of &gt;50 to &lt;80ng/mL serum 25-hydroxy. Ask your doctor to check your levels.</p>\r\n<p><strong>Vitamin A â€“</strong> This micronutrient is critical for protecting the integrity of mucus membranes. It is considered anti-inflammatory, as it modulates T helper cells and cytokine production. Functional medicine doctors recommend doses up to 10,000-25,000IU/daily. Your multivitamin probably has an appropriate dose.</p>\r\n<p><strong>Vitamin C â€“</strong> This vitamin supports the immune system through several mechanisms. Supplementing with Vitamin C appears to help both prevent and treat respiratory and systemic infections. Vitamin C has been used in hospital ICUs to treat COVID-19 infection. Functional medicine doctors recommend 1-3 grams daily.</p>\r\n<p><strong>Quercetin â€“</strong> This plant compound has been shown to have antiviral effects against both RNA (influenza and coronavirus) and DNA viruses (herpes). It is both antioxidant and anti-inflammatory, modulating viral replication and mast cell stabilization. Functional medicine doctors recommend 500mg 3-6 times daily.</p>\r\n<p><strong>Zinc â€“</strong> This mineral both supports the immune system and suppresses viral attachment and replication. Supplementing with zinc has been shown to reduce severity and duration of viral infections. It also reduces the risk of lower respiratory infections, which can be involved in COVID-19. Functional medicine doctors recommend 30-60 mg daily, taken in smaller divided doses.</p>\r\n<p><strong>Elderberry â€“</strong> This fruit has long been used as an anti-viral, and clinical studies show it is active against both influenza A and B viruses. Animal studies indicate it is most effective in the prevention and early infection of respiratory viruses. Earlier this year reports appeared warning against using elderberry in COVID cases because in test tubes the fruit can stimulate pro-inflammatory cytokines. Thatâ€™s true, but knowledgeable scientists point out that elderberry also promotes anti-inflammatory cytokines, with the net result being anti-inflammatory action. The consensus now is that elderberry is safe to use in COVID cases.</p>\r\n<p><strong>NAC â€“</strong> N-acetyl cysteine is an amino acid that promotes the production of glutathione, the bodyâ€™s most potent antioxidant. Studies show that those taking 600 mg NAC twice daily experienced significantly fewer influenza-like episodes. NAC also thins mucus.</p>\r\n<p><strong>Andrographis â€“</strong> This herb has long been used in traditional Indian and Chinese medicines as an immune system modulator. It supports the healthy function of natural killer cells, and studies show it reduces severity and duration of both colds and flu. Functional medicine doctors recommend 200 mg two to three times daily. The herb is currently being studied for its usefulness in COVID-19 infection.</p>\r\n<p>&nbsp;</p>\r\n<h2><strong>COVID-19 Specifics</strong></h2>\r\n<p>Since all of these viruses involve illnesses that promote inflammation, anti-inflammatories are beneficial no matter which you catch. That said, COVID-19 specifically activates the NLRP3 inflammasome system, which can lead to a hyperactivated immune system â€“ also called cytokine storm.</p>\r\n<p><strong>Curcumin â€“</strong> Derived from the spice turmeric, curcumin is a well-known potent anti-inflammatory. Recently studies show it modulates the NLRP3 inflammasome system, making it worthy of consideration when fighting a COVID-19 infection. Functional medicine doctors recommend 500 mg two to three times daily.</p>\r\n<p><strong>Melatonin â€“ </strong>You may know this supplement as a sleep aid, but it also has anti-inflammatory effects. It, too, inhibits the NLRP3 inflammasome system, inhibiting hyperactive inflammatory cytokine release. Research is proposing using this supplement as a therapeutic agent in COVID-19 patients. Functional medicine doctors recommend 5-20 mg at bedtime.<strong>Â </strong></p>\r\n<p><strong>Resveratrol â€“ </strong>This plant compound commonly found in grapes acts as an antioxidant. It also has been found to have antiviral properties and is active against the coronavirus that causes MERS <em>in vitro. </em>It also is active against the NLRP3 inflammasome system. Functional medicine doctors recommend 100-150 mg daily.</p>\r\n<p><strong>EGCG â€“</strong> Epigallocatechin gallate is a plant compound found in green tea. Like the others listed above, it has been shown to modulate the NLRP3 inflammasome, and preliminary evidence shows it may inhibit viral replication of the COVID-19 coronavirus. Functional medicine doctors recommend 4 cups of green tea or 225 mg daily.</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<h2><strong>REFERENCES</strong></h2>\r\n<p><a href=\"https://www.ifm.org/news-insights/the-functional-medicine-approach-to-covid-19-virus-specific-nutraceutical-and-botanical-agents/\" target=\"_blank\" rel=\"noopener noreferrer\">Functional Medicine</a></p>\r\n<p><a href=\"https://athmjournal.com/covid19/wp-content/uploads/sites/4/2020/05/imcj-19-08.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Integrative Medicine Journal</a></p>\r\n<p><a href=\"https://www.evms.edu/media/evms_public/departments/internal_medicine/Marik-Covid-Protocol-Summary.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Eastern Virginia Medical School</a></p>\r\n<p><a href=\"https://www.drkarafitzgerald.com/2014/12/30/the-2014-flu-epidemic-lets-do-what-works/\" target=\"_blank\" rel=\"noopener noreferrer\">Flu/colds supplements</a></p>\r\n<p><a href=\"https://www.ifm.org/news-insights/boosting-immunity-functional-medicine-tips-prevention-immunity-boosting-covid-19-coronavirus-outbreak/\" target=\"_blank\" rel=\"noopener noreferrer\">Functional Med Immune Support in COVID era</a></p>\r\n<p><a href=\"https://www.newhope.com/health-and-nutrition-research/should-retailers-recommend-elderberry-coronavirus\" target=\"_blank\" rel=\"noopener noreferrer\">Elderberry</a></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Â </strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Winter viruses','Arm your immune system for this cold, flu, & COVID-19 season!','inherit','closed','closed','','1378-autosave-v1','','','2020-09-25 14:19:53','2020-09-25 19:19:53','',1378,'https://ruthsnutrition.gsg-host.com/1378-autosave-v1/',0,'revision','',0),(1432,2,'2020-09-25 14:11:38','2020-09-25 19:11:38','','Fight Viruses 600X','','inherit','open','closed','','fight-viruses-600x','','','2020-09-25 14:11:38','2020-09-25 19:11:38','',1378,'https://ruthsnutrition.gsg-host.com/wp-content/uploads/2020/04/Fight-Viruses-600X.jpeg',0,'attachment','image/jpeg',0),(1433,2,'2020-09-25 14:38:14','2020-09-25 19:38:14','<!-- wp:paragraph -->\n<p>&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<p>&nbsp;</p>\n\n<!-- wp:paragraph -->\n<p><h1>Time to arm your immune system for the possible fights ahead</h1> <p><img width=\"600\" height=\"354\" class=\"alignright size-full wp-image-1432\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2020/04/Fight-Viruses-600X.jpeg\" alt=\"\">The bad news is weâ€™re in for a whopper of an illness season this winter. In addition to our usual cold and flu viruses, weâ€™re going to face an upswing in COVID-19. The good news is the way we prepare our immune system to fight each one has a lot of overlap because all of them affect the upper respiratory system. With a little tweaking, your arsenal of virus fighters can be ready to do battle against them all.</p> <p>Obviously, frequent hand-washing, not touching your face, keeping your distance, and wearing a mask offers protection from cold, flu, and COVID-19 viruses. Thatâ€™s the foundation. Good sleep is another foundational practice, without it your immune system suffers. After that, we get into specific supplements to add to your armory.</p> <p>At the bottom of this article youâ€™ll find links to specific protocols for this seasonâ€™s winter viruses. Â But for those who want shortcuts, here are the highlights.</p> <p>Â </p> <h4><strong>The Foundation â€“ Cold, Flu, COVID-19</strong></h4> <p><strong>Vitamin D â€“</strong> This steroid hormone is an immune system modulator that reduces inflammatory cytokines while increasing macrophage function. It activates immune system antimicrobials and suppresses superinfections. Studies show it reduces likelihood of upper respiratory infections.</p> <p>Functional medicine doctors recommend lab ranges of >50 to &lt;80ng/mL serum 25-hydroxy. Ask your doctor to check your levels.</p> <p><strong>Vitamin A â€“</strong> This micronutrient is critical for protecting the integrity of mucus membranes. It is considered anti-inflammatory, as it modulates T helper cells and cytokine production. Functional medicine doctors recommend doses up to 10,000-25,000IU/daily. Your multivitamin probably has an appropriate dose.</p> <p><strong>Vitamin C â€“</strong> This vitamin supports the immune system through several mechanisms. Supplementing with Vitamin C appears to help both prevent and treat respiratory and systemic infections. Vitamin C has been used in hospital ICUs to treat COVID-19 infection. Functional medicine doctors recommend 1-3 grams daily.</p> <p><strong>Quercetin â€“</strong> This plant compound has been shown to have antiviral effects against both RNA (influenza and coronavirus) and DNA viruses (herpes). It is both antioxidant and anti-inflammatory, modulating viral replication and mast cell stabilization. Functional medicine doctors recommend 500mg 3-6 times daily.</p> <p><strong>Zinc â€“</strong> This mineral both supports the immune system and suppresses viral attachment and replication. Supplementing with zinc has been shown to reduce severity and duration of viral infections. It also reduces the risk of lower respiratory infections, which can be involved in COVID-19. Functional medicine doctors recommend 30-60 mg daily, taken in smaller divided doses.</p> <p><strong>Elderberry â€“</strong> This fruit has long been used as an anti-viral, and clinical studies show it is active against both influenza A and B viruses. Animal studies indicate it is most effective in the prevention and early infection of respiratory viruses. Earlier this year reports appeared warning against using elderberry in COVID cases because in test tubes the fruit can stimulate pro-inflammatory cytokines. Thatâ€™s true, but knowledgeable scientists point out that elderberry also promotes anti-inflammatory cytokines, with the net result being anti-inflammatory action. The consensus now is that elderberry is safe to use in COVID cases.</p> <p><strong>NAC â€“</strong> N-acetyl cysteine is an amino acid that promotes the production of glutathione, the bodyâ€™s most potent antioxidant. Studies show that those taking 600 mg NAC twice daily experienced significantly fewer influenza-like episodes. NAC also thins mucus.</p> <p><strong>Andrographis â€“</strong> This herb has long been used in traditional Indian and Chinese medicines as an immune system modulator. It supports the healthy function of natural killer cells, and studies show it reduces severity and duration of both colds and flu. Functional medicine doctors recommend 200 mg two to three times daily. The herb is currently being studied for its usefulness in COVID-19 infection.</p> <p>Â </p> <h4><strong>COVID-19 Specifics</strong></h4> <p>Since all of these viruses involve illnesses that promote inflammation, anti-inflammatories are beneficial no matter which you catch. That said, COVID-19 specifically activates the NLRP3 inflammasome system, which can lead to a hyperactivated immune system â€“ also called cytokine storm.</p> <p><strong>Curcumin â€“</strong> Derived from the spice turmeric, curcumin is a well-known potent anti-inflammatory. Recently studies show it modulates the NLRP3 inflammasome system, making it worthy of consideration when fighting a COVID-19 infection. Functional medicine doctors recommend 500 mg two to three times daily.</p> <p><strong>Melatonin â€“ </strong>You may know this supplement as a sleep aid, but it also has anti-inflammatory effects. It, too, inhibits the NLRP3 inflammasome system, inhibiting hyperactive inflammatory cytokine release. Research is proposing using this supplement as a therapeutic agent in COVID-19 patients. Functional medicine doctors recommend 5-20 mg at bedtime.</p> <p><strong>Resveratrol â€“ </strong>This plant compound commonly found in grapes acts as an antioxidant. It also has been found to have antiviral properties and is active against the coronavirus that causes MERS <em>in vitro. </em>It also is active against the NLRP3 inflammasome system. Functional medicine doctors recommend 100-150 mg daily.</p> <p><strong>EGCG â€“</strong> Epigallocatechin gallate is a plant compound found in green tea. Like the others listed above, it has been shown to modulate the NLRP3 inflammasome, and preliminary evidence shows it may inhibit viral replication of the COVID-19 coronavirus. Functional medicine doctors recommend 4 cups of green tea or 225 mg daily.</p> <p>Â </p> <p>Â </p> <h5><strong>REFERENCES</strong></h5> <p><a rel=\"noopener noreferrer\" href=\"https://www.ifm.org/news-insights/the-functional-medicine-approach-to-covid-19-virus-specific-nutraceutical-and-botanical-agents/\" target=\"_blank\">Functional Medicine Approach to COVID-19</a></p> <p><a rel=\"noopener noreferrer\" href=\"https://athmjournal.com/covid19/wp-content/uploads/sites/4/2020/05/imcj-19-08.pdf\" target=\"_blank\">Integrative Medicine Journal</a></p> <p><a rel=\"noopener noreferrer\" href=\"https://www.evms.edu/media/evms_public/departments/internal_medicine/Marik-Covid-Protocol-Summary.pdf\" target=\"_blank\">Eastern Virginia Medical School</a></p> <p><a rel=\"noopener noreferrer\" href=\"https://www.drkarafitzgerald.com/2014/12/30/the-2014-flu-epidemic-lets-do-what-works/\" target=\"_blank\">Flu/colds supplements</a></p> <p><a rel=\"noopener noreferrer\" href=\"https://www.ifm.org/news-insights/boosting-immunity-functional-medicine-tips-prevention-immunity-boosting-covid-19-coronavirus-outbreak/\" target=\"_blank\">Functional Med Immune Support in COVID era</a></p> <p><a rel=\"noopener noreferrer\" href=\"https://www.newhope.com/health-and-nutrition-research/should-retailers-recommend-elderberry-coronavirus\" target=\"_blank\">Elderberry</a></p> <p>Â </p> <p>Â </p></p>\n<!-- /wp:paragraph -->','Winter viruses','Arm your immune system to fight cold, flu, and COVID-19.','publish','closed','open','','winter_viruses','','','2020-09-25 14:47:15','2020-09-25 19:47:15','',0,'https://ruthsnutrition.gsg-host.com/?p=1433',0,'post','',0),(1434,2,'2020-09-25 14:32:32','2020-09-25 19:32:32','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text</p>\r\n<!-- wp:paragraph -->\r\n<h1>Time to arm your immune system</h1>\r\n<p><img class=\"alignright size-full wp-image-1432\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2020/04/Fight-Viruses-600X.jpeg\" alt=\"\" width=\"600\" height=\"354\" />The bad news is weâ€™re in for a whopper of an illness season this winter. In addition to our usual cold and flu viruses, weâ€™re going to face an upswing in COVID-19. The good news is the way we prepare our immune systems to fight each one has a lot of overlap because all of them affect the upper respiratory system. With a little tweaking, your arsenal of virus fighters can be ready to do battle against them all.</p>\r\n<p>Obviously, frequent hand-washing, not touching our face, keeping your distance, and wearing a mask offers protection from cold, flu, and COVID-19 viruses. Thatâ€™s the foundation. Good sleep is another foundational practice, without it your immune system suffers. After that, we get into specific supplements to add to your armory.</p>\r\n<p>At the bottom of this article youâ€™ll find links to specific protocols for this seasonâ€™s winter viruses. Â But for those who want shortcuts, here are the highlights.</p>\r\n<p>&nbsp;</p>\r\n<h2><strong>The Foundation â€“ Cold, Flu, COVID-19</strong></h2>\r\n<p><strong>Vitamin D â€“</strong> This steroid hormone is an immune system modulator that reduces inflammatory cytokines while increasing macrophage function. It activates immune system antimicrobials and suppresses superinfections. Studies show it reduces likelihood of upper respiratory infections.</p>\r\n<p>Functional medicine doctors recommend lab ranges of &gt;50 to &lt;80ng/mL serum 25-hydroxy. Ask your doctor to check your levels.</p>\r\n<p><strong>Vitamin A â€“</strong> This micronutrient is critical for protecting the integrity of mucus membranes. It is considered anti-inflammatory, as it modulates T helper cells and cytokine production. Functional medicine doctors recommend doses up to 10,000-25,000IU/daily. Your multivitamin probably has an appropriate dose.</p>\r\n<p><strong>Vitamin C â€“</strong> This vitamin supports the immune system through several mechanisms. Supplementing with Vitamin C appears to help both prevent and treat respiratory and systemic infections. Vitamin C has been used in hospital ICUs to treat COVID-19 infection. Functional medicine doctors recommend 1-3 grams daily.</p>\r\n<p><strong>Quercetin â€“</strong> This plant compound has been shown to have antiviral effects against both RNA (influenza and coronavirus) and DNA viruses (herpes). It is both antioxidant and anti-inflammatory, modulating viral replication and mast cell stabilization. Functional medicine doctors recommend 500mg 3-6 times daily.</p>\r\n<p><strong>Zinc â€“</strong> This mineral both supports the immune system and suppresses viral attachment and replication. Supplementing with zinc has been shown to reduce severity and duration of viral infections. It also reduces the risk of lower respiratory infections, which can be involved in COVID-19. Functional medicine doctors recommend 30-60 mg daily, taken in smaller divided doses.</p>\r\n<p><strong>Elderberry â€“</strong> This fruit has long been used as an anti-viral, and clinical studies show it is active against both influenza A and B viruses. Animal studies indicate it is most effective in the prevention and early infection of respiratory viruses. Earlier this year reports appeared warning against using elderberry in COVID cases because in test tubes the fruit can stimulate pro-inflammatory cytokines. Thatâ€™s true, but knowledgeable scientists point out that elderberry also promotes anti-inflammatory cytokines, with the net result being anti-inflammatory action. The consensus now is that elderberry is safe to use in COVID cases.</p>\r\n<p><strong>NAC â€“</strong> N-acetyl cysteine is an amino acid that promotes the production of glutathione, the bodyâ€™s most potent antioxidant. Studies show that those taking 600 mg NAC twice daily experienced significantly fewer influenza-like episodes. NAC also thins mucus.</p>\r\n<p><strong>Andrographis â€“</strong> This herb has long been used in traditional Indian and Chinese medicines as an immune system modulator. It supports the healthy function of natural killer cells, and studies show it reduces severity and duration of both colds and flu. Functional medicine doctors recommend 200 mg two to three times daily. The herb is currently being studied for its usefulness in COVID-19 infection.</p>\r\n<p>&nbsp;</p>\r\n<h2><strong>COVID-19 Specifics</strong></h2>\r\n<p>Since all of these viruses involve illnesses that promote inflammation, anti-inflammatories are beneficial no matter which you catch. That said, COVID-19 specifically activates the NLRP3 inflammasome system, which can lead to a hyperactivated immune system â€“ also called cytokine storm.</p>\r\n<p><strong>Curcumin â€“</strong> Derived from the spice turmeric, curcumin is a well-known potent anti-inflammatory. Recently studies show it modulates the NLRP3 inflammasome system, making it worthy of consideration when fighting a COVID-19 infection. Functional medicine doctors recommend 500 mg two to three times daily.</p>\r\n<p><strong>Melatonin â€“ </strong>You may know this supplement as a sleep aid, but it also has anti-inflammatory effects. It, too, inhibits the NLRP3 inflammasome system, inhibiting hyperactive inflammatory cytokine release. Research is proposing using this supplement as a therapeutic agent in COVID-19 patients. Functional medicine doctors recommend 5-20 mg at bedtime.</p>\r\n<p><strong>Resveratrol â€“ </strong>This plant compound commonly found in grapes acts as an antioxidant. It also has been found to have antiviral properties and is active against the coronavirus that causes MERS <em>in vitro. </em>It also is active against the NLRP3 inflammasome system. Functional medicine doctors recommend 100-150 mg daily.</p>\r\n<p><strong>EGCG â€“</strong> Epigallocatechin gallate is a plant compound found in green tea. Like the others listed above, it has been shown to modulate the NLRP3 inflammasome, and preliminary evidence shows it may inhibit viral replication of the COVID-19 coronavirus. Functional medicine doctors recommend 4 cups of green tea or 225 mg daily.</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>REFERENCES</strong></h3>\r\n<p><a href=\"https://www.ifm.org/news-insights/the-functional-medicine-approach-to-covid-19-virus-specific-nutraceutical-and-botanical-agents/\" target=\"_blank\" rel=\"noopener noreferrer\">Functional Medicine</a></p>\r\n<p><a href=\"https://athmjournal.com/covid19/wp-content/uploads/sites/4/2020/05/imcj-19-08.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Integrative Medicine Journal</a></p>\r\n<p><a href=\"https://www.evms.edu/media/evms_public/departments/internal_medicine/Marik-Covid-Protocol-Summary.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Eastern Virginia Medical School</a></p>\r\n<p><a href=\"https://www.drkarafitzgerald.com/2014/12/30/the-2014-flu-epidemic-lets-do-what-works/\" target=\"_blank\" rel=\"noopener noreferrer\">Flu/colds supplements</a></p>\r\n<p><a href=\"https://www.ifm.org/news-insights/boosting-immunity-functional-medicine-tips-prevention-immunity-boosting-covid-19-coronavirus-outbreak/\" target=\"_blank\" rel=\"noopener noreferrer\">Functional Med Immune Support in COVID era</a></p>\r\n<p><a href=\"https://www.newhope.com/health-and-nutrition-research/should-retailers-recommend-elderberry-coronavirus\" target=\"_blank\" rel=\"noopener noreferrer\">Elderberry</a></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Â </strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Winter viruses','Arm your immune system to fight cold, flu, and COVID-19.','inherit','closed','closed','','1433-revision-v1','','','2020-09-25 14:32:32','2020-09-25 19:32:32','',1433,'https://ruthsnutrition.gsg-host.com/1433-revision-v1/',0,'revision','',0),(1435,2,'2020-09-25 14:33:22','2020-09-25 19:33:22','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- wp:paragraph -->\r\n<h1>Time to arm your immune system</h1>\r\n<p><img class=\"alignright size-full wp-image-1432\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2020/04/Fight-Viruses-600X.jpeg\" alt=\"\" width=\"600\" height=\"354\" />The bad news is weâ€™re in for a whopper of an illness season this winter. In addition to our usual cold and flu viruses, weâ€™re going to face an upswing in COVID-19. The good news is the way we prepare our immune systems to fight each one has a lot of overlap because all of them affect the upper respiratory system. With a little tweaking, your arsenal of virus fighters can be ready to do battle against them all.</p>\r\n<p>Obviously, frequent hand-washing, not touching our face, keeping your distance, and wearing a mask offers protection from cold, flu, and COVID-19 viruses. Thatâ€™s the foundation. Good sleep is another foundational practice, without it your immune system suffers. After that, we get into specific supplements to add to your armory.</p>\r\n<p>At the bottom of this article youâ€™ll find links to specific protocols for this seasonâ€™s winter viruses. Â But for those who want shortcuts, here are the highlights.</p>\r\n<p>&nbsp;</p>\r\n<h2><strong>The Foundation â€“ Cold, Flu, COVID-19</strong></h2>\r\n<p><strong>Vitamin D â€“</strong> This steroid hormone is an immune system modulator that reduces inflammatory cytokines while increasing macrophage function. It activates immune system antimicrobials and suppresses superinfections. Studies show it reduces likelihood of upper respiratory infections.</p>\r\n<p>Functional medicine doctors recommend lab ranges of &gt;50 to &lt;80ng/mL serum 25-hydroxy. Ask your doctor to check your levels.</p>\r\n<p><strong>Vitamin A â€“</strong> This micronutrient is critical for protecting the integrity of mucus membranes. It is considered anti-inflammatory, as it modulates T helper cells and cytokine production. Functional medicine doctors recommend doses up to 10,000-25,000IU/daily. Your multivitamin probably has an appropriate dose.</p>\r\n<p><strong>Vitamin C â€“</strong> This vitamin supports the immune system through several mechanisms. Supplementing with Vitamin C appears to help both prevent and treat respiratory and systemic infections. Vitamin C has been used in hospital ICUs to treat COVID-19 infection. Functional medicine doctors recommend 1-3 grams daily.</p>\r\n<p><strong>Quercetin â€“</strong> This plant compound has been shown to have antiviral effects against both RNA (influenza and coronavirus) and DNA viruses (herpes). It is both antioxidant and anti-inflammatory, modulating viral replication and mast cell stabilization. Functional medicine doctors recommend 500mg 3-6 times daily.</p>\r\n<p><strong>Zinc â€“</strong> This mineral both supports the immune system and suppresses viral attachment and replication. Supplementing with zinc has been shown to reduce severity and duration of viral infections. It also reduces the risk of lower respiratory infections, which can be involved in COVID-19. Functional medicine doctors recommend 30-60 mg daily, taken in smaller divided doses.</p>\r\n<p><strong>Elderberry â€“</strong> This fruit has long been used as an anti-viral, and clinical studies show it is active against both influenza A and B viruses. Animal studies indicate it is most effective in the prevention and early infection of respiratory viruses. Earlier this year reports appeared warning against using elderberry in COVID cases because in test tubes the fruit can stimulate pro-inflammatory cytokines. Thatâ€™s true, but knowledgeable scientists point out that elderberry also promotes anti-inflammatory cytokines, with the net result being anti-inflammatory action. The consensus now is that elderberry is safe to use in COVID cases.</p>\r\n<p><strong>NAC â€“</strong> N-acetyl cysteine is an amino acid that promotes the production of glutathione, the bodyâ€™s most potent antioxidant. Studies show that those taking 600 mg NAC twice daily experienced significantly fewer influenza-like episodes. NAC also thins mucus.</p>\r\n<p><strong>Andrographis â€“</strong> This herb has long been used in traditional Indian and Chinese medicines as an immune system modulator. It supports the healthy function of natural killer cells, and studies show it reduces severity and duration of both colds and flu. Functional medicine doctors recommend 200 mg two to three times daily. The herb is currently being studied for its usefulness in COVID-19 infection.</p>\r\n<p>&nbsp;</p>\r\n<h2><strong>COVID-19 Specifics</strong></h2>\r\n<p>Since all of these viruses involve illnesses that promote inflammation, anti-inflammatories are beneficial no matter which you catch. That said, COVID-19 specifically activates the NLRP3 inflammasome system, which can lead to a hyperactivated immune system â€“ also called cytokine storm.</p>\r\n<p><strong>Curcumin â€“</strong> Derived from the spice turmeric, curcumin is a well-known potent anti-inflammatory. Recently studies show it modulates the NLRP3 inflammasome system, making it worthy of consideration when fighting a COVID-19 infection. Functional medicine doctors recommend 500 mg two to three times daily.</p>\r\n<p><strong>Melatonin â€“ </strong>You may know this supplement as a sleep aid, but it also has anti-inflammatory effects. It, too, inhibits the NLRP3 inflammasome system, inhibiting hyperactive inflammatory cytokine release. Research is proposing using this supplement as a therapeutic agent in COVID-19 patients. Functional medicine doctors recommend 5-20 mg at bedtime.</p>\r\n<p><strong>Resveratrol â€“ </strong>This plant compound commonly found in grapes acts as an antioxidant. It also has been found to have antiviral properties and is active against the coronavirus that causes MERS <em>in vitro. </em>It also is active against the NLRP3 inflammasome system. Functional medicine doctors recommend 100-150 mg daily.</p>\r\n<p><strong>EGCG â€“</strong> Epigallocatechin gallate is a plant compound found in green tea. Like the others listed above, it has been shown to modulate the NLRP3 inflammasome, and preliminary evidence shows it may inhibit viral replication of the COVID-19 coronavirus. Functional medicine doctors recommend 4 cups of green tea or 225 mg daily.</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>REFERENCES</strong></h3>\r\n<p><a href=\"https://www.ifm.org/news-insights/the-functional-medicine-approach-to-covid-19-virus-specific-nutraceutical-and-botanical-agents/\" target=\"_blank\" rel=\"noopener noreferrer\">Functional Medicine</a></p>\r\n<p><a href=\"https://athmjournal.com/covid19/wp-content/uploads/sites/4/2020/05/imcj-19-08.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Integrative Medicine Journal</a></p>\r\n<p><a href=\"https://www.evms.edu/media/evms_public/departments/internal_medicine/Marik-Covid-Protocol-Summary.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Eastern Virginia Medical School</a></p>\r\n<p><a href=\"https://www.drkarafitzgerald.com/2014/12/30/the-2014-flu-epidemic-lets-do-what-works/\" target=\"_blank\" rel=\"noopener noreferrer\">Flu/colds supplements</a></p>\r\n<p><a href=\"https://www.ifm.org/news-insights/boosting-immunity-functional-medicine-tips-prevention-immunity-boosting-covid-19-coronavirus-outbreak/\" target=\"_blank\" rel=\"noopener noreferrer\">Functional Med Immune Support in COVID era</a></p>\r\n<p><a href=\"https://www.newhope.com/health-and-nutrition-research/should-retailers-recommend-elderberry-coronavirus\" target=\"_blank\" rel=\"noopener noreferrer\">Elderberry</a></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Â </strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Winter viruses','Arm your immune system to fight cold, flu, and COVID-19.','inherit','closed','closed','','1433-revision-v1','','','2020-09-25 14:33:22','2020-09-25 19:33:22','',1433,'https://ruthsnutrition.gsg-host.com/1433-revision-v1/',0,'revision','',0),(1436,2,'2020-09-25 14:34:49','2020-09-25 19:34:49','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- wp:paragraph -->\r\n<h1>Time to arm your immune system for the possible fights ahead</h1>\r\n<p><img class=\"alignright size-full wp-image-1432\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2020/04/Fight-Viruses-600X.jpeg\" alt=\"\" width=\"600\" height=\"354\" />The bad news is weâ€™re in for a whopper of an illness season this winter. In addition to our usual cold and flu viruses, weâ€™re going to face an upswing in COVID-19. The good news is the way we prepare our immune systems to fight each one has a lot of overlap because all of them affect the upper respiratory system. With a little tweaking, your arsenal of virus fighters can be ready to do battle against them all.</p>\r\n<p>Obviously, frequent hand-washing, not touching our face, keeping your distance, and wearing a mask offers protection from cold, flu, and COVID-19 viruses. Thatâ€™s the foundation. Good sleep is another foundational practice, without it your immune system suffers. After that, we get into specific supplements to add to your armory.</p>\r\n<p>At the bottom of this article youâ€™ll find links to specific protocols for this seasonâ€™s winter viruses. Â But for those who want shortcuts, here are the highlights.</p>\r\n<p>&nbsp;</p>\r\n<h4><strong>The Foundation â€“ Cold, Flu, COVID-19</strong></h4>\r\n<p><strong>Vitamin D â€“</strong> This steroid hormone is an immune system modulator that reduces inflammatory cytokines while increasing macrophage function. It activates immune system antimicrobials and suppresses superinfections. Studies show it reduces likelihood of upper respiratory infections.</p>\r\n<p>Functional medicine doctors recommend lab ranges of &gt;50 to &lt;80ng/mL serum 25-hydroxy. Ask your doctor to check your levels.</p>\r\n<p><strong>Vitamin A â€“</strong> This micronutrient is critical for protecting the integrity of mucus membranes. It is considered anti-inflammatory, as it modulates T helper cells and cytokine production. Functional medicine doctors recommend doses up to 10,000-25,000IU/daily. Your multivitamin probably has an appropriate dose.</p>\r\n<p><strong>Vitamin C â€“</strong> This vitamin supports the immune system through several mechanisms. Supplementing with Vitamin C appears to help both prevent and treat respiratory and systemic infections. Vitamin C has been used in hospital ICUs to treat COVID-19 infection. Functional medicine doctors recommend 1-3 grams daily.</p>\r\n<p><strong>Quercetin â€“</strong> This plant compound has been shown to have antiviral effects against both RNA (influenza and coronavirus) and DNA viruses (herpes). It is both antioxidant and anti-inflammatory, modulating viral replication and mast cell stabilization. Functional medicine doctors recommend 500mg 3-6 times daily.</p>\r\n<p><strong>Zinc â€“</strong> This mineral both supports the immune system and suppresses viral attachment and replication. Supplementing with zinc has been shown to reduce severity and duration of viral infections. It also reduces the risk of lower respiratory infections, which can be involved in COVID-19. Functional medicine doctors recommend 30-60 mg daily, taken in smaller divided doses.</p>\r\n<p><strong>Elderberry â€“</strong> This fruit has long been used as an anti-viral, and clinical studies show it is active against both influenza A and B viruses. Animal studies indicate it is most effective in the prevention and early infection of respiratory viruses. Earlier this year reports appeared warning against using elderberry in COVID cases because in test tubes the fruit can stimulate pro-inflammatory cytokines. Thatâ€™s true, but knowledgeable scientists point out that elderberry also promotes anti-inflammatory cytokines, with the net result being anti-inflammatory action. The consensus now is that elderberry is safe to use in COVID cases.</p>\r\n<p><strong>NAC â€“</strong> N-acetyl cysteine is an amino acid that promotes the production of glutathione, the bodyâ€™s most potent antioxidant. Studies show that those taking 600 mg NAC twice daily experienced significantly fewer influenza-like episodes. NAC also thins mucus.</p>\r\n<p><strong>Andrographis â€“</strong> This herb has long been used in traditional Indian and Chinese medicines as an immune system modulator. It supports the healthy function of natural killer cells, and studies show it reduces severity and duration of both colds and flu. Functional medicine doctors recommend 200 mg two to three times daily. The herb is currently being studied for its usefulness in COVID-19 infection.</p>\r\n<p>&nbsp;</p>\r\n<h4><strong>COVID-19 Specifics</strong></h4>\r\n<p>Since all of these viruses involve illnesses that promote inflammation, anti-inflammatories are beneficial no matter which you catch. That said, COVID-19 specifically activates the NLRP3 inflammasome system, which can lead to a hyperactivated immune system â€“ also called cytokine storm.</p>\r\n<p><strong>Curcumin â€“</strong> Derived from the spice turmeric, curcumin is a well-known potent anti-inflammatory. Recently studies show it modulates the NLRP3 inflammasome system, making it worthy of consideration when fighting a COVID-19 infection. Functional medicine doctors recommend 500 mg two to three times daily.</p>\r\n<p><strong>Melatonin â€“ </strong>You may know this supplement as a sleep aid, but it also has anti-inflammatory effects. It, too, inhibits the NLRP3 inflammasome system, inhibiting hyperactive inflammatory cytokine release. Research is proposing using this supplement as a therapeutic agent in COVID-19 patients. Functional medicine doctors recommend 5-20 mg at bedtime.</p>\r\n<p><strong>Resveratrol â€“ </strong>This plant compound commonly found in grapes acts as an antioxidant. It also has been found to have antiviral properties and is active against the coronavirus that causes MERS <em>in vitro. </em>It also is active against the NLRP3 inflammasome system. Functional medicine doctors recommend 100-150 mg daily.</p>\r\n<p><strong>EGCG â€“</strong> Epigallocatechin gallate is a plant compound found in green tea. Like the others listed above, it has been shown to modulate the NLRP3 inflammasome, and preliminary evidence shows it may inhibit viral replication of the COVID-19 coronavirus. Functional medicine doctors recommend 4 cups of green tea or 225 mg daily.</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<h5><strong>REFERENCES</strong></h5>\r\n<p><a href=\"https://www.ifm.org/news-insights/the-functional-medicine-approach-to-covid-19-virus-specific-nutraceutical-and-botanical-agents/\" target=\"_blank\" rel=\"noopener noreferrer\">Functional Medicine</a></p>\r\n<p><a href=\"https://athmjournal.com/covid19/wp-content/uploads/sites/4/2020/05/imcj-19-08.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Integrative Medicine Journal</a></p>\r\n<p><a href=\"https://www.evms.edu/media/evms_public/departments/internal_medicine/Marik-Covid-Protocol-Summary.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Eastern Virginia Medical School</a></p>\r\n<p><a href=\"https://www.drkarafitzgerald.com/2014/12/30/the-2014-flu-epidemic-lets-do-what-works/\" target=\"_blank\" rel=\"noopener noreferrer\">Flu/colds supplements</a></p>\r\n<p><a href=\"https://www.ifm.org/news-insights/boosting-immunity-functional-medicine-tips-prevention-immunity-boosting-covid-19-coronavirus-outbreak/\" target=\"_blank\" rel=\"noopener noreferrer\">Functional Med Immune Support in COVID era</a></p>\r\n<p><a href=\"https://www.newhope.com/health-and-nutrition-research/should-retailers-recommend-elderberry-coronavirus\" target=\"_blank\" rel=\"noopener noreferrer\">Elderberry</a></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Â </strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Winter viruses','Arm your immune system to fight cold, flu, and COVID-19.','inherit','closed','closed','','1433-revision-v1','','','2020-09-25 14:34:49','2020-09-25 19:34:49','',1433,'https://ruthsnutrition.gsg-host.com/1433-revision-v1/',0,'revision','',0),(1437,2,'2020-09-25 14:37:25','2020-09-25 19:37:25','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- wp:paragraph -->\r\n<h1>Time to arm your immune system for the possible fights ahead</h1>\r\n<p><img class=\"alignright size-full wp-image-1432\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2020/04/Fight-Viruses-600X.jpeg\" alt=\"\" width=\"600\" height=\"354\" />The bad news is weâ€™re in for a whopper of an illness season this winter. In addition to our usual cold and flu viruses, weâ€™re going to face an upswing in COVID-19. The good news is the way we prepare our immune systems to fight each one has a lot of overlap because all of them affect the upper respiratory system. With a little tweaking, your arsenal of virus fighters can be ready to do battle against them all.</p>\r\n<p>Obviously, frequent hand-washing, not touching our face, keeping your distance, and wearing a mask offers protection from cold, flu, and COVID-19 viruses. Thatâ€™s the foundation. Good sleep is another foundational practice, without it your immune system suffers. After that, we get into specific supplements to add to your armory.</p>\r\n<p>At the bottom of this article youâ€™ll find links to specific protocols for this seasonâ€™s winter viruses. Â But for those who want shortcuts, here are the highlights.</p>\r\n<p>&nbsp;</p>\r\n<h4><strong>The Foundation â€“ Cold, Flu, COVID-19</strong></h4>\r\n<p><strong>Vitamin D â€“</strong> This steroid hormone is an immune system modulator that reduces inflammatory cytokines while increasing macrophage function. It activates immune system antimicrobials and suppresses superinfections. Studies show it reduces likelihood of upper respiratory infections.</p>\r\n<p>Functional medicine doctors recommend lab ranges of &gt;50 to &lt;80ng/mL serum 25-hydroxy. Ask your doctor to check your levels.</p>\r\n<p><strong>Vitamin A â€“</strong> This micronutrient is critical for protecting the integrity of mucus membranes. It is considered anti-inflammatory, as it modulates T helper cells and cytokine production. Functional medicine doctors recommend doses up to 10,000-25,000IU/daily. Your multivitamin probably has an appropriate dose.</p>\r\n<p><strong>Vitamin C â€“</strong> This vitamin supports the immune system through several mechanisms. Supplementing with Vitamin C appears to help both prevent and treat respiratory and systemic infections. Vitamin C has been used in hospital ICUs to treat COVID-19 infection. Functional medicine doctors recommend 1-3 grams daily.</p>\r\n<p><strong>Quercetin â€“</strong> This plant compound has been shown to have antiviral effects against both RNA (influenza and coronavirus) and DNA viruses (herpes). It is both antioxidant and anti-inflammatory, modulating viral replication and mast cell stabilization. Functional medicine doctors recommend 500mg 3-6 times daily.</p>\r\n<p><strong>Zinc â€“</strong> This mineral both supports the immune system and suppresses viral attachment and replication. Supplementing with zinc has been shown to reduce severity and duration of viral infections. It also reduces the risk of lower respiratory infections, which can be involved in COVID-19. Functional medicine doctors recommend 30-60 mg daily, taken in smaller divided doses.</p>\r\n<p><strong>Elderberry â€“</strong> This fruit has long been used as an anti-viral, and clinical studies show it is active against both influenza A and B viruses. Animal studies indicate it is most effective in the prevention and early infection of respiratory viruses. Earlier this year reports appeared warning against using elderberry in COVID cases because in test tubes the fruit can stimulate pro-inflammatory cytokines. Thatâ€™s true, but knowledgeable scientists point out that elderberry also promotes anti-inflammatory cytokines, with the net result being anti-inflammatory action. The consensus now is that elderberry is safe to use in COVID cases.</p>\r\n<p><strong>NAC â€“</strong> N-acetyl cysteine is an amino acid that promotes the production of glutathione, the bodyâ€™s most potent antioxidant. Studies show that those taking 600 mg NAC twice daily experienced significantly fewer influenza-like episodes. NAC also thins mucus.</p>\r\n<p><strong>Andrographis â€“</strong> This herb has long been used in traditional Indian and Chinese medicines as an immune system modulator. It supports the healthy function of natural killer cells, and studies show it reduces severity and duration of both colds and flu. Functional medicine doctors recommend 200 mg two to three times daily. The herb is currently being studied for its usefulness in COVID-19 infection.</p>\r\n<p>&nbsp;</p>\r\n<h4><strong>COVID-19 Specifics</strong></h4>\r\n<p>Since all of these viruses involve illnesses that promote inflammation, anti-inflammatories are beneficial no matter which you catch. That said, COVID-19 specifically activates the NLRP3 inflammasome system, which can lead to a hyperactivated immune system â€“ also called cytokine storm.</p>\r\n<p><strong>Curcumin â€“</strong> Derived from the spice turmeric, curcumin is a well-known potent anti-inflammatory. Recently studies show it modulates the NLRP3 inflammasome system, making it worthy of consideration when fighting a COVID-19 infection. Functional medicine doctors recommend 500 mg two to three times daily.</p>\r\n<p><strong>Melatonin â€“ </strong>You may know this supplement as a sleep aid, but it also has anti-inflammatory effects. It, too, inhibits the NLRP3 inflammasome system, inhibiting hyperactive inflammatory cytokine release. Research is proposing using this supplement as a therapeutic agent in COVID-19 patients. Functional medicine doctors recommend 5-20 mg at bedtime.</p>\r\n<p><strong>Resveratrol â€“ </strong>This plant compound commonly found in grapes acts as an antioxidant. It also has been found to have antiviral properties and is active against the coronavirus that causes MERS <em>in vitro. </em>It also is active against the NLRP3 inflammasome system. Functional medicine doctors recommend 100-150 mg daily.</p>\r\n<p><strong>EGCG â€“</strong> Epigallocatechin gallate is a plant compound found in green tea. Like the others listed above, it has been shown to modulate the NLRP3 inflammasome, and preliminary evidence shows it may inhibit viral replication of the COVID-19 coronavirus. Functional medicine doctors recommend 4 cups of green tea or 225 mg daily.</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<h5><strong>REFERENCES</strong></h5>\r\n<p><a href=\"https://www.ifm.org/news-insights/the-functional-medicine-approach-to-covid-19-virus-specific-nutraceutical-and-botanical-agents/\" target=\"_blank\" rel=\"noopener noreferrer\">Functional Medicine Approach to COVID-19</a></p>\r\n<p><a href=\"https://athmjournal.com/covid19/wp-content/uploads/sites/4/2020/05/imcj-19-08.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Integrative Medicine Journal</a></p>\r\n<p><a href=\"https://www.evms.edu/media/evms_public/departments/internal_medicine/Marik-Covid-Protocol-Summary.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Eastern Virginia Medical School</a></p>\r\n<p><a href=\"https://www.drkarafitzgerald.com/2014/12/30/the-2014-flu-epidemic-lets-do-what-works/\" target=\"_blank\" rel=\"noopener noreferrer\">Flu/colds supplements</a></p>\r\n<p><a href=\"https://www.ifm.org/news-insights/boosting-immunity-functional-medicine-tips-prevention-immunity-boosting-covid-19-coronavirus-outbreak/\" target=\"_blank\" rel=\"noopener noreferrer\">Functional Med Immune Support in COVID era</a></p>\r\n<p><a href=\"https://www.newhope.com/health-and-nutrition-research/should-retailers-recommend-elderberry-coronavirus\" target=\"_blank\" rel=\"noopener noreferrer\">Elderberry</a></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Winter viruses','Arm your immune system to fight cold, flu, and COVID-19.','inherit','closed','closed','','1433-revision-v1','','','2020-09-25 14:37:25','2020-09-25 19:37:25','',1433,'https://ruthsnutrition.gsg-host.com/1433-revision-v1/',0,'revision','',0),(1438,2,'2020-09-25 14:47:13','2020-09-25 19:47:13','<!-- wp:paragraph -->\n<p>&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<p>&nbsp;</p>\n\n<!-- wp:paragraph -->\n<p><h1>Time to arm your immune system for the possible fights ahead</h1> <p><img width=\"600\" height=\"354\" class=\"alignright size-full wp-image-1432\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2020/04/Fight-Viruses-600X.jpeg\" alt=\"\">The bad news is weâ€™re in for a whopper of an illness season this winter. In addition to our usual cold and flu viruses, weâ€™re going to face an upswing in COVID-19. The good news is the way we prepare our immune system to fight each one has a lot of overlap because all of them affect the upper respiratory system. With a little tweaking, your arsenal of virus fighters can be ready to do battle against them all.</p> <p>Obviously, frequent hand-washing, not touching your face, keeping your distance, and wearing a mask offers protection from cold, flu, and COVID-19 viruses. Thatâ€™s the foundation. Good sleep is another foundational practice, without it your immune system suffers. After that, we get into specific supplements to add to your armory.</p> <p>At the bottom of this article youâ€™ll find links to specific protocols for this seasonâ€™s winter viruses. Â But for those who want shortcuts, here are the highlights.</p> <p>Â </p> <h4><strong>The Foundation â€“ Cold, Flu, COVID-19</strong></h4> <p><strong>Vitamin D â€“</strong> This steroid hormone is an immune system modulator that reduces inflammatory cytokines while increasing macrophage function. It activates immune system antimicrobials and suppresses superinfections. Studies show it reduces likelihood of upper respiratory infections.</p> <p>Functional medicine doctors recommend lab ranges of >50 to &lt;80ng/mL serum 25-hydroxy. Ask your doctor to check your levels.</p> <p><strong>Vitamin A â€“</strong> This micronutrient is critical for protecting the integrity of mucus membranes. It is considered anti-inflammatory, as it modulates T helper cells and cytokine production. Functional medicine doctors recommend doses up to 10,000-25,000IU/daily. Your multivitamin probably has an appropriate dose.</p> <p><strong>Vitamin C â€“</strong> This vitamin supports the immune system through several mechanisms. Supplementing with Vitamin C appears to help both prevent and treat respiratory and systemic infections. Vitamin C has been used in hospital ICUs to treat COVID-19 infection. Functional medicine doctors recommend 1-3 grams daily.</p> <p><strong>Quercetin â€“</strong> This plant compound has been shown to have antiviral effects against both RNA (influenza and coronavirus) and DNA viruses (herpes). It is both antioxidant and anti-inflammatory, modulating viral replication and mast cell stabilization. Functional medicine doctors recommend 500mg 3-6 times daily.</p> <p><strong>Zinc â€“</strong> This mineral both supports the immune system and suppresses viral attachment and replication. Supplementing with zinc has been shown to reduce severity and duration of viral infections. It also reduces the risk of lower respiratory infections, which can be involved in COVID-19. Functional medicine doctors recommend 30-60 mg daily, taken in smaller divided doses.</p> <p><strong>Elderberry â€“</strong> This fruit has long been used as an anti-viral, and clinical studies show it is active against both influenza A and B viruses. Animal studies indicate it is most effective in the prevention and early infection of respiratory viruses. Earlier this year reports appeared warning against using elderberry in COVID cases because in test tubes the fruit can stimulate pro-inflammatory cytokines. Thatâ€™s true, but knowledgeable scientists point out that elderberry also promotes anti-inflammatory cytokines, with the net result being anti-inflammatory action. The consensus now is that elderberry is safe to use in COVID cases.</p> <p><strong>NAC â€“</strong> N-acetyl cysteine is an amino acid that promotes the production of glutathione, the bodyâ€™s most potent antioxidant. Studies show that those taking 600 mg NAC twice daily experienced significantly fewer influenza-like episodes. NAC also thins mucus.</p> <p><strong>Andrographis â€“</strong> This herb has long been used in traditional Indian and Chinese medicines as an immune system modulator. It supports the healthy function of natural killer cells, and studies show it reduces severity and duration of both colds and flu. Functional medicine doctors recommend 200 mg two to three times daily. The herb is currently being studied for its usefulness in COVID-19 infection.</p> <p>Â </p> <h4><strong>COVID-19 Specifics</strong></h4> <p>Since all of these viruses involve illnesses that promote inflammation, anti-inflammatories are beneficial no matter which you catch. That said, COVID-19 specifically activates the NLRP3 inflammasome system, which can lead to a hyperactivated immune system â€“ also called cytokine storm.</p> <p><strong>Curcumin â€“</strong> Derived from the spice turmeric, curcumin is a well-known potent anti-inflammatory. Recently studies show it modulates the NLRP3 inflammasome system, making it worthy of consideration when fighting a COVID-19 infection. Functional medicine doctors recommend 500 mg two to three times daily.</p> <p><strong>Melatonin â€“ </strong>You may know this supplement as a sleep aid, but it also has anti-inflammatory effects. It, too, inhibits the NLRP3 inflammasome system, inhibiting hyperactive inflammatory cytokine release. Research is proposing using this supplement as a therapeutic agent in COVID-19 patients. Functional medicine doctors recommend 5-20 mg at bedtime.</p> <p><strong>Resveratrol â€“ </strong>This plant compound commonly found in grapes acts as an antioxidant. It also has been found to have antiviral properties and is active against the coronavirus that causes MERS <em>in vitro. </em>It also is active against the NLRP3 inflammasome system. Functional medicine doctors recommend 100-150 mg daily.</p> <p><strong>EGCG â€“</strong> Epigallocatechin gallate is a plant compound found in green tea. Like the others listed above, it has been shown to modulate the NLRP3 inflammasome, and preliminary evidence shows it may inhibit viral replication of the COVID-19 coronavirus. Functional medicine doctors recommend 4 cups of green tea or 225 mg daily.</p> <p>Â </p> <p>Â </p> <h5><strong>REFERENCES</strong></h5> <p><a rel=\"noopener noreferrer\" href=\"https://www.ifm.org/news-insights/the-functional-medicine-approach-to-covid-19-virus-specific-nutraceutical-and-botanical-agents/\" target=\"_blank\">Functional Medicine Approach to COVID-19</a></p> <p><a rel=\"noopener noreferrer\" href=\"https://athmjournal.com/covid19/wp-content/uploads/sites/4/2020/05/imcj-19-08.pdf\" target=\"_blank\">Integrative Medicine Journal</a></p> <p><a rel=\"noopener noreferrer\" href=\"https://www.evms.edu/media/evms_public/departments/internal_medicine/Marik-Covid-Protocol-Summary.pdf\" target=\"_blank\">Eastern Virginia Medical School</a></p> <p><a rel=\"noopener noreferrer\" href=\"https://www.drkarafitzgerald.com/2014/12/30/the-2014-flu-epidemic-lets-do-what-works/\" target=\"_blank\">Flu/colds supplements</a></p> <p><a rel=\"noopener noreferrer\" href=\"https://www.ifm.org/news-insights/boosting-immunity-functional-medicine-tips-prevention-immunity-boosting-covid-19-coronavirus-outbreak/\" target=\"_blank\">Functional Med Immune Support in COVID era</a></p> <p><a rel=\"noopener noreferrer\" href=\"https://www.newhope.com/health-and-nutrition-research/should-retailers-recommend-elderberry-coronavirus\" target=\"_blank\">Elderberry</a></p> <p>Â </p> <p>Â </p></p>\n<!-- /wp:paragraph -->','Winter viruses','Arm your immune system to fight cold, flu, and COVID-19.','inherit','closed','closed','','1433-revision-v1','','','2020-09-25 14:47:13','2020-09-25 19:47:13','',1433,'https://ruthsnutrition.gsg-host.com/1433-revision-v1/',0,'revision','',0),(1439,2,'2020-09-28 14:25:48','2020-09-28 19:25:48','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h1><strong>The neuroprotective, cardioprotective, anti-aging antioxidant</strong></h1>\r\n<p><img class=\"alignright size-full wp-image-1440\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2020/09/Resveratrol-600X.jpeg\" alt=\"\" width=\"600\" height=\"417\" /></p>\r\n<p>You may remember talk of resveratrolâ€™s benefits when hit the news a few years back. It was a hot topic because studies showed resveratrol prolonged the life of mice, and it became associated with promoting longevity in general.</p>\r\n<p>Since then, this plant compound found in grapes and other fruits has been studied almost continuously with the results offering up a bounty of benefits. Studies show it has anti-inflammatory, neuroprotective, antioxidant, anticancer, and cardioprotective effects.</p>\r\n<p>The most recent focus is on using resveratrol as an <a href=\"https://ruthsnutrition.gsg-host.com/winter_viruses/\" target=\"_blank\" rel=\"noopener noreferrer\">adjunct treatment for COVID-19 infection</a>, as it can lower the risk that the infection will cause hyperactivate inflammation. Another recent study found giving postmenopausal women 75 mg twice daily for 12 months showed a 33% improvement in cognitive performance.</p>\r\n<p>&nbsp;</p>\r\n<h3>Matters of the heart &amp; brain</h3>\r\n<p>Resveratrol has the ability to lower blood pressure, probably through helping produce more nitric oxide, a naturally occurring vasodilator. This is especially helpful with age as arteries tend to stiffen as we get older.</p>\r\n<p>Animal studies show resveratrol can lower total cholesterol and increase levels of HDL, the so-called â€œgoodâ€ cholesterol. As an antioxidant, it also may decrease the oxidation of LDL cholesterol, a process that contributes to plaque build-up on artery walls.</p>\r\n<p>Reservatrol increases blood flow to the brain, and, unlike many supplements, its antioxidants can cross the blood-brain barrier. Studies show it can interfere with the formation of beta-amyloids, protein fragments involved in the plaques that indicate Alzheimerâ€™s disease.</p>\r\n<p>&nbsp;</p>\r\n<h3>Diabetes</h3>\r\n<p>Resveratrol improves insulin sensitivity, lowers inflammation, and helps lessen oxidative damage â€“ all three are serious issues for diabetics and prediabetics. Resveratrol activates AMPK, a protein that helps the body metabolize glucose. Its antioxidant actions may help prevent complications of diabetes.</p>\r\n<p>&nbsp;</p>\r\n<h3>Cancer</h3>\r\n<p>Again because of its antioxidant and anti-inflammatory effects, resveratrol has been shown to have anti-cancer effects in animals and test tube studies. Specifically, it appears to block the multistep process of carcinogenesis at various stages: tumor initiation, promotion, and progression. Studies show it may prevent cancer cells from replicating and spreading, it may change gene expression to inhibit cancer cell growth, and it may have positive hormonal effects.</p>\r\n<p>&nbsp;</p>\r\n<h3>Risks &amp; dosing</h3>\r\n<p>At this time studies show no major risks to taking resveratrol supplements. Common dosing is between 250-500 mg daily.</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<h4>REFERENCES</h4>\r\n<p><a href=\"https://www.nutraingredients-usa.com/Article/2020/09/10/Resveratrol-improves-cognitive-performance-in-menopausal-women-Study#\" target=\"_blank\" rel=\"noopener noreferrer\">Cognition</a></p>\r\n<p><a href=\"https://www.healthline.com/nutrition/resveratrol\" target=\"_blank\" rel=\"noopener noreferrer\">Healthline overview</a></p>\r\n<p><a href=\"https://draxe.com/nutrition/all-about-resveratrol/\" target=\"_blank\" rel=\"noopener noreferrer\">Dr. Axe</a></p>\r\n<p><a href=\"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6317057/\" target=\"_blank\" rel=\"noopener noreferrer\">Nutrients magazine</a></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','RESVERATROL','The anti-aging antioxidant!','publish','closed','open','','resveratrol','','','2020-09-28 18:56:17','2020-09-28 23:56:17','',0,'https://ruthsnutrition.gsg-host.com/?p=1439',0,'post','',0),(1440,2,'2020-09-28 14:09:52','2020-09-28 19:09:52','','food rich with resveratrol, grapes, plums, goji, peanuts, cranberry,raspberrys, dark chocolate,red wine','','inherit','open','closed','','food-rich-with-resveratrol-grapes-plums-goji-peanuts-cranberryraspberrys-dark-chocolatered-wine','','','2020-09-28 14:09:52','2020-09-28 19:09:52','',1439,'https://ruthsnutrition.gsg-host.com/wp-content/uploads/2020/09/Resveratrol-600X.jpeg',0,'attachment','image/jpeg',0),(1441,2,'2020-09-28 14:16:54','2020-09-28 19:16:54','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h1><strong>The neuroprotective, cardioprotective, anti-aging antioxidant</strong></h1>\r\n<p><img class=\"alignright size-full wp-image-1440\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2020/09/Resveratrol-600X.jpeg\" alt=\"\" width=\"600\" height=\"417\" />You may remember talk of resveratrolâ€™s benefits when hit the news a few years back. It was a hot topic because studies showed resveratrol prolonged the life of mice, and it became associated with promoting longevity in general.</p>\r\n<p>Since then, this plant compound found in grapes and other fruits has been studied almost continuously with the results offering up a bounty of benefits. Studies show it has anti-inflammatory, neuroprotective, antioxidant, anticancer, and cardioprotective effects.</p>\r\n<p>The most recent focus is on using resveratrol as an adjunct treatment for COVID-19 infection ( link to blog), as it can lower the risk that the infection will cause hyperactivate inflammation. Another recent study found giving postmenopausal women 75 mg twice daily for 12 months showed a 33% improvement in cognitive performance.</p>\r\n<p>&nbsp;</p>\r\n<h3>Matters of the heart &amp; brain</h3>\r\n<p>Resveratrol has the ability to lower blood pressure, probably through helping produce more nitric oxide, a naturally occurring vasodilator. This is especially helpful with age as arteries tend to stiffen as we get older.</p>\r\n<p>Animal studies show resveratrol can lower total cholesterol and increase levels of HDL, the so-called â€œgoodâ€ cholesterol. As an antioxidant, it also may decrease the oxidation of LDL cholesterol, a process that contributes to plaque build-up on artery walls.</p>\r\n<p>Reservatrol increases blood flow to the brain, and, unlike many supplements, its antioxidants can cross the blood-brain barrier. Studies show it can interfere with the formation of beta-amyloids, protein fragments involved in the plaques that indicate Alzheimerâ€™s disease.</p>\r\n<p>&nbsp;</p>\r\n<h3>Diabetes</h3>\r\n<p>Resveratrol improves insulin sensitivity, lowers inflammation, and helps lessen oxidative damage â€“ all three are serious issues for diabetics and prediabetics. Resveratrol activates AMPK, a protein that helps the body metabolize glucose. Its antioxidant actions may help prevent complications of diabetes.</p>\r\n<p>&nbsp;</p>\r\n<h3>Cancer</h3>\r\n<p>Again because of its antioxidant and anti-inflammatory effects, resveratrol has been shown to have anti-cancer effects in animals and test tube studies. Specifically, it appears to block the multistep process of carcinogenesis at various stages: tumor initiation, promotion, and progression. Studies show it may prevent cancer cells from replicating and spreading, it may change gene expression to inhibit cancer cell growth, and it may have positive hormonal effects.</p>\r\n<p>&nbsp;</p>\r\n<p>At this time studies show no major risks to taking resveratrol supplements. Common dosing is between 250-500 mg daily.</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<h4>REFERENCES</h4>\r\n<p><a href=\"https://www.nutraingredients-usa.com/Article/2020/09/10/Resveratrol-improves-cognitive-performance-in-menopausal-women-Study#\" target=\"_blank\" rel=\"noopener noreferrer\">Cognition</a></p>\r\n<p><a href=\"https://www.healthline.com/nutrition/resveratrol\" target=\"_blank\" rel=\"noopener noreferrer\">Healthline overview</a></p>\r\n<p><a href=\"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6164842/\" target=\"_blank\" rel=\"noopener noreferrer\">Biomedicines overview</a></p>\r\n<p><a href=\"https://draxe.com/nutrition/all-about-resveratrol/\" target=\"_blank\" rel=\"noopener noreferrer\">Dr. Axe</a></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Resveratrol','Antioxidant for the whole body!','inherit','closed','closed','','1439-revision-v1','','','2020-09-28 14:16:54','2020-09-28 19:16:54','',1439,'https://ruthsnutrition.gsg-host.com/1439-revision-v1/',0,'revision','',0),(1442,2,'2020-09-28 14:18:34','2020-09-28 19:18:34','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h1><strong>The neuroprotective, cardioprotective, anti-aging antioxidant</strong></h1>\r\n<p><img class=\"alignright size-full wp-image-1440\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2020/09/Resveratrol-600X.jpeg\" alt=\"\" width=\"600\" height=\"417\" /></p>\r\n<p>You may remember talk of resveratrolâ€™s benefits when hit the news a few years back. It was a hot topic because studies showed resveratrol prolonged the life of mice, and it became associated with promoting longevity in general.</p>\r\n<p>Since then, this plant compound found in grapes and other fruits has been studied almost continuously with the results offering up a bounty of benefits. Studies show it has anti-inflammatory, neuroprotective, antioxidant, anticancer, and cardioprotective effects.</p>\r\n<p>The most recent focus is on using resveratrol as an adjunct treatment for COVID-19 infection ( link to blog), as it can lower the risk that the infection will cause hyperactivate inflammation. Another recent study found giving postmenopausal women 75 mg twice daily for 12 months showed a 33% improvement in cognitive performance.</p>\r\n<p>&nbsp;</p>\r\n<h3>Matters of the heart &amp; brain</h3>\r\n<p>Resveratrol has the ability to lower blood pressure, probably through helping produce more nitric oxide, a naturally occurring vasodilator. This is especially helpful with age as arteries tend to stiffen as we get older.</p>\r\n<p>Animal studies show resveratrol can lower total cholesterol and increase levels of HDL, the so-called â€œgoodâ€ cholesterol. As an antioxidant, it also may decrease the oxidation of LDL cholesterol, a process that contributes to plaque build-up on artery walls.</p>\r\n<p>Reservatrol increases blood flow to the brain, and, unlike many supplements, its antioxidants can cross the blood-brain barrier. Studies show it can interfere with the formation of beta-amyloids, protein fragments involved in the plaques that indicate Alzheimerâ€™s disease.</p>\r\n<p>&nbsp;</p>\r\n<h3>Diabetes</h3>\r\n<p>Resveratrol improves insulin sensitivity, lowers inflammation, and helps lessen oxidative damage â€“ all three are serious issues for diabetics and prediabetics. Resveratrol activates AMPK, a protein that helps the body metabolize glucose. Its antioxidant actions may help prevent complications of diabetes.</p>\r\n<p>&nbsp;</p>\r\n<h3>Cancer</h3>\r\n<p>Again because of its antioxidant and anti-inflammatory effects, resveratrol has been shown to have anti-cancer effects in animals and test tube studies. Specifically, it appears to block the multistep process of carcinogenesis at various stages: tumor initiation, promotion, and progression. Studies show it may prevent cancer cells from replicating and spreading, it may change gene expression to inhibit cancer cell growth, and it may have positive hormonal effects.</p>\r\n<p>&nbsp;</p>\r\n<p>At this time studies show no major risks to taking resveratrol supplements. Common dosing is between 250-500 mg daily.</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<h4>REFERENCES</h4>\r\n<p><a href=\"https://www.nutraingredients-usa.com/Article/2020/09/10/Resveratrol-improves-cognitive-performance-in-menopausal-women-Study#\" target=\"_blank\" rel=\"noopener noreferrer\">Cognition</a></p>\r\n<p><a href=\"https://www.healthline.com/nutrition/resveratrol\" target=\"_blank\" rel=\"noopener noreferrer\">Healthline overview</a></p>\r\n<p><a href=\"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6164842/\" target=\"_blank\" rel=\"noopener noreferrer\">Biomedicines overview</a></p>\r\n<p><a href=\"https://draxe.com/nutrition/all-about-resveratrol/\" target=\"_blank\" rel=\"noopener noreferrer\">Dr. Axe</a></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Resveratrol','Antioxidant for the whole body!','inherit','closed','closed','','1439-revision-v1','','','2020-09-28 14:18:34','2020-09-28 19:18:34','',1439,'https://ruthsnutrition.gsg-host.com/1439-revision-v1/',0,'revision','',0),(1443,2,'2020-09-28 14:19:25','2020-09-28 19:19:25','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h1><strong>The neuroprotective, cardioprotective, anti-aging antioxidant</strong></h1>\r\n<p><img class=\"alignright size-full wp-image-1440\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2020/09/Resveratrol-600X.jpeg\" alt=\"\" width=\"600\" height=\"417\" /></p>\r\n<p>&nbsp;</p>\r\n<p>You may remember talk of resveratrolâ€™s benefits when hit the news a few years back. It was a hot topic because studies showed resveratrol prolonged the life of mice, and it became associated with promoting longevity in general.</p>\r\n<p>Since then, this plant compound found in grapes and other fruits has been studied almost continuously with the results offering up a bounty of benefits. Studies show it has anti-inflammatory, neuroprotective, antioxidant, anticancer, and cardioprotective effects.</p>\r\n<p>The most recent focus is on using resveratrol as an adjunct treatment for COVID-19 infection ( link to blog), as it can lower the risk that the infection will cause hyperactivate inflammation. Another recent study found giving postmenopausal women 75 mg twice daily for 12 months showed a 33% improvement in cognitive performance.</p>\r\n<p>&nbsp;</p>\r\n<h3>Matters of the heart &amp; brain</h3>\r\n<p>Resveratrol has the ability to lower blood pressure, probably through helping produce more nitric oxide, a naturally occurring vasodilator. This is especially helpful with age as arteries tend to stiffen as we get older.</p>\r\n<p>Animal studies show resveratrol can lower total cholesterol and increase levels of HDL, the so-called â€œgoodâ€ cholesterol. As an antioxidant, it also may decrease the oxidation of LDL cholesterol, a process that contributes to plaque build-up on artery walls.</p>\r\n<p>Reservatrol increases blood flow to the brain, and, unlike many supplements, its antioxidants can cross the blood-brain barrier. Studies show it can interfere with the formation of beta-amyloids, protein fragments involved in the plaques that indicate Alzheimerâ€™s disease.</p>\r\n<p>&nbsp;</p>\r\n<h3>Diabetes</h3>\r\n<p>Resveratrol improves insulin sensitivity, lowers inflammation, and helps lessen oxidative damage â€“ all three are serious issues for diabetics and prediabetics. Resveratrol activates AMPK, a protein that helps the body metabolize glucose. Its antioxidant actions may help prevent complications of diabetes.</p>\r\n<p>&nbsp;</p>\r\n<h3>Cancer</h3>\r\n<p>Again because of its antioxidant and anti-inflammatory effects, resveratrol has been shown to have anti-cancer effects in animals and test tube studies. Specifically, it appears to block the multistep process of carcinogenesis at various stages: tumor initiation, promotion, and progression. Studies show it may prevent cancer cells from replicating and spreading, it may change gene expression to inhibit cancer cell growth, and it may have positive hormonal effects.</p>\r\n<p>&nbsp;</p>\r\n<p>At this time studies show no major risks to taking resveratrol supplements. Common dosing is between 250-500 mg daily.</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<h4>REFERENCES</h4>\r\n<p><a href=\"https://www.nutraingredients-usa.com/Article/2020/09/10/Resveratrol-improves-cognitive-performance-in-menopausal-women-Study#\" target=\"_blank\" rel=\"noopener noreferrer\">Cognition</a></p>\r\n<p><a href=\"https://www.healthline.com/nutrition/resveratrol\" target=\"_blank\" rel=\"noopener noreferrer\">Healthline overview</a></p>\r\n<p><a href=\"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6164842/\" target=\"_blank\" rel=\"noopener noreferrer\">Biomedicines overview</a></p>\r\n<p><a href=\"https://draxe.com/nutrition/all-about-resveratrol/\" target=\"_blank\" rel=\"noopener noreferrer\">Dr. Axe</a></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Resveratrol','Antioxidant for the whole body!','inherit','closed','closed','','1439-revision-v1','','','2020-09-28 14:19:25','2020-09-28 19:19:25','',1439,'https://ruthsnutrition.gsg-host.com/1439-revision-v1/',0,'revision','',0),(1444,2,'2020-09-28 14:20:00','2020-09-28 19:20:00','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h1><strong>The neuroprotective, cardioprotective, anti-aging antioxidant</strong></h1>\r\n<p><img class=\"alignright size-full wp-image-1440\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2020/09/Resveratrol-600X.jpeg\" alt=\"\" width=\"600\" height=\"417\" /></p>\r\n<p>You may remember talk of resveratrolâ€™s benefits when hit the news a few years back. It was a hot topic because studies showed resveratrol prolonged the life of mice, and it became associated with promoting longevity in general.</p>\r\n<p>Since then, this plant compound found in grapes and other fruits has been studied almost continuously with the results offering up a bounty of benefits. Studies show it has anti-inflammatory, neuroprotective, antioxidant, anticancer, and cardioprotective effects.</p>\r\n<p>The most recent focus is on using resveratrol as an adjunct treatment for COVID-19 infection ( link to blog), as it can lower the risk that the infection will cause hyperactivate inflammation. Another recent study found giving postmenopausal women 75 mg twice daily for 12 months showed a 33% improvement in cognitive performance.</p>\r\n<p>&nbsp;</p>\r\n<h3>Matters of the heart &amp; brain</h3>\r\n<p>Resveratrol has the ability to lower blood pressure, probably through helping produce more nitric oxide, a naturally occurring vasodilator. This is especially helpful with age as arteries tend to stiffen as we get older.</p>\r\n<p>Animal studies show resveratrol can lower total cholesterol and increase levels of HDL, the so-called â€œgoodâ€ cholesterol. As an antioxidant, it also may decrease the oxidation of LDL cholesterol, a process that contributes to plaque build-up on artery walls.</p>\r\n<p>Reservatrol increases blood flow to the brain, and, unlike many supplements, its antioxidants can cross the blood-brain barrier. Studies show it can interfere with the formation of beta-amyloids, protein fragments involved in the plaques that indicate Alzheimerâ€™s disease.</p>\r\n<p>&nbsp;</p>\r\n<h3>Diabetes</h3>\r\n<p>Resveratrol improves insulin sensitivity, lowers inflammation, and helps lessen oxidative damage â€“ all three are serious issues for diabetics and prediabetics. Resveratrol activates AMPK, a protein that helps the body metabolize glucose. Its antioxidant actions may help prevent complications of diabetes.</p>\r\n<p>&nbsp;</p>\r\n<h3>Cancer</h3>\r\n<p>Again because of its antioxidant and anti-inflammatory effects, resveratrol has been shown to have anti-cancer effects in animals and test tube studies. Specifically, it appears to block the multistep process of carcinogenesis at various stages: tumor initiation, promotion, and progression. Studies show it may prevent cancer cells from replicating and spreading, it may change gene expression to inhibit cancer cell growth, and it may have positive hormonal effects.</p>\r\n<p>&nbsp;</p>\r\n<p>At this time studies show no major risks to taking resveratrol supplements. Common dosing is between 250-500 mg daily.</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<h4>REFERENCES</h4>\r\n<p><a href=\"https://www.nutraingredients-usa.com/Article/2020/09/10/Resveratrol-improves-cognitive-performance-in-menopausal-women-Study#\" target=\"_blank\" rel=\"noopener noreferrer\">Cognition</a></p>\r\n<p><a href=\"https://www.healthline.com/nutrition/resveratrol\" target=\"_blank\" rel=\"noopener noreferrer\">Healthline overview</a></p>\r\n<p><a href=\"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6164842/\" target=\"_blank\" rel=\"noopener noreferrer\">Biomedicines overview</a></p>\r\n<p><a href=\"https://draxe.com/nutrition/all-about-resveratrol/\" target=\"_blank\" rel=\"noopener noreferrer\">Dr. Axe</a></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Resveratrol','Antioxidant for the whole body!','inherit','closed','closed','','1439-revision-v1','','','2020-09-28 14:20:00','2020-09-28 19:20:00','',1439,'https://ruthsnutrition.gsg-host.com/1439-revision-v1/',0,'revision','',0),(1445,2,'2020-09-28 14:21:25','2020-09-28 19:21:25','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h1><strong>The neuroprotective, cardioprotective, anti-aging antioxidant</strong></h1>\r\n<p><img class=\"alignright size-full wp-image-1440\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2020/09/Resveratrol-600X.jpeg\" alt=\"\" width=\"600\" height=\"417\" /></p>\r\n<p>You may remember talk of resveratrolâ€™s benefits when hit the news a few years back. It was a hot topic because studies showed resveratrol prolonged the life of mice, and it became associated with promoting longevity in general.</p>\r\n<p>Since then, this plant compound found in grapes and other fruits has been studied almost continuously with the results offering up a bounty of benefits. Studies show it has anti-inflammatory, neuroprotective, antioxidant, anticancer, and cardioprotective effects.</p>\r\n<p>The most recent focus is on using resveratrol as an adjunct treatment for COVID-19 infection ( link to blog), as it can lower the risk that the infection will cause hyperactivate inflammation. Another recent study found giving postmenopausal women 75 mg twice daily for 12 months showed a 33% improvement in cognitive performance.</p>\r\n<p>&nbsp;</p>\r\n<h3>Matters of the heart &amp; brain</h3>\r\n<p>Resveratrol has the ability to lower blood pressure, probably through helping produce more nitric oxide, a naturally occurring vasodilator. This is especially helpful with age as arteries tend to stiffen as we get older.</p>\r\n<p>Animal studies show resveratrol can lower total cholesterol and increase levels of HDL, the so-called â€œgoodâ€ cholesterol. As an antioxidant, it also may decrease the oxidation of LDL cholesterol, a process that contributes to plaque build-up on artery walls.</p>\r\n<p>Reservatrol increases blood flow to the brain, and, unlike many supplements, its antioxidants can cross the blood-brain barrier. Studies show it can interfere with the formation of beta-amyloids, protein fragments involved in the plaques that indicate Alzheimerâ€™s disease.</p>\r\n<p>&nbsp;</p>\r\n<h3>Diabetes</h3>\r\n<p>Resveratrol improves insulin sensitivity, lowers inflammation, and helps lessen oxidative damage â€“ all three are serious issues for diabetics and prediabetics. Resveratrol activates AMPK, a protein that helps the body metabolize glucose. Its antioxidant actions may help prevent complications of diabetes.</p>\r\n<p>&nbsp;</p>\r\n<h3>Cancer</h3>\r\n<p>Again because of its antioxidant and anti-inflammatory effects, resveratrol has been shown to have anti-cancer effects in animals and test tube studies. Specifically, it appears to block the multistep process of carcinogenesis at various stages: tumor initiation, promotion, and progression. Studies show it may prevent cancer cells from replicating and spreading, it may change gene expression to inhibit cancer cell growth, and it may have positive hormonal effects.</p>\r\n<p>&nbsp;</p>\r\n<h3>Risks &amp; dosing</h3>\r\n<p>At this time studies show no major risks to taking resveratrol supplements. Common dosing is between 250-500 mg daily.</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<h4>REFERENCES</h4>\r\n<p><a href=\"https://www.nutraingredients-usa.com/Article/2020/09/10/Resveratrol-improves-cognitive-performance-in-menopausal-women-Study#\" target=\"_blank\" rel=\"noopener noreferrer\">Cognition</a></p>\r\n<p><a href=\"https://www.healthline.com/nutrition/resveratrol\" target=\"_blank\" rel=\"noopener noreferrer\">Healthline overview</a></p>\r\n<p><a href=\"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6164842/\" target=\"_blank\" rel=\"noopener noreferrer\">Biomedicines overview</a></p>\r\n<p><a href=\"https://draxe.com/nutrition/all-about-resveratrol/\" target=\"_blank\" rel=\"noopener noreferrer\">Dr. Axe</a></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Resveratrol','Antioxidant for the whole body!','inherit','closed','closed','','1439-revision-v1','','','2020-09-28 14:21:25','2020-09-28 19:21:25','',1439,'https://ruthsnutrition.gsg-host.com/1439-revision-v1/',0,'revision','',0),(1446,2,'2020-09-28 14:22:59','2020-09-28 19:22:59','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h1><strong>The neuroprotective, cardioprotective, anti-aging antioxidant</strong></h1>\r\n<p><img class=\"alignright size-full wp-image-1440\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2020/09/Resveratrol-600X.jpeg\" alt=\"\" width=\"600\" height=\"417\" /></p>\r\n<p>You may remember talk of resveratrolâ€™s benefits when hit the news a few years back. It was a hot topic because studies showed resveratrol prolonged the life of mice, and it became associated with promoting longevity in general.</p>\r\n<p>Since then, this plant compound found in grapes and other fruits has been studied almost continuously with the results offering up a bounty of benefits. Studies show it has anti-inflammatory, neuroprotective, antioxidant, anticancer, and cardioprotective effects.</p>\r\n<p>The most recent focus is on using resveratrol as an adjunct treatment for COVID-19 infection ( link to blog), as it can lower the risk that the infection will cause hyperactivate inflammation. Another recent study found giving postmenopausal women 75 mg twice daily for 12 months showed a 33% improvement in cognitive performance.</p>\r\n<p>&nbsp;</p>\r\n<h3>Matters of the heart &amp; brain</h3>\r\n<p>Resveratrol has the ability to lower blood pressure, probably through helping produce more nitric oxide, a naturally occurring vasodilator. This is especially helpful with age as arteries tend to stiffen as we get older.</p>\r\n<p>Animal studies show resveratrol can lower total cholesterol and increase levels of HDL, the so-called â€œgoodâ€ cholesterol. As an antioxidant, it also may decrease the oxidation of LDL cholesterol, a process that contributes to plaque build-up on artery walls.</p>\r\n<p>Reservatrol increases blood flow to the brain, and, unlike many supplements, its antioxidants can cross the blood-brain barrier. Studies show it can interfere with the formation of beta-amyloids, protein fragments involved in the plaques that indicate Alzheimerâ€™s disease.</p>\r\n<p>&nbsp;</p>\r\n<h3>Diabetes</h3>\r\n<p>Resveratrol improves insulin sensitivity, lowers inflammation, and helps lessen oxidative damage â€“ all three are serious issues for diabetics and prediabetics. Resveratrol activates AMPK, a protein that helps the body metabolize glucose. Its antioxidant actions may help prevent complications of diabetes.</p>\r\n<p>&nbsp;</p>\r\n<h3>Cancer</h3>\r\n<p>Again because of its antioxidant and anti-inflammatory effects, resveratrol has been shown to have anti-cancer effects in animals and test tube studies. Specifically, it appears to block the multistep process of carcinogenesis at various stages: tumor initiation, promotion, and progression. Studies show it may prevent cancer cells from replicating and spreading, it may change gene expression to inhibit cancer cell growth, and it may have positive hormonal effects.</p>\r\n<p>&nbsp;</p>\r\n<h3>Risks &amp; dosing</h3>\r\n<p>At this time studies show no major risks to taking resveratrol supplements. Common dosing is between 250-500 mg daily.</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<h4>REFERENCES</h4>\r\n<p><a href=\"https://www.nutraingredients-usa.com/Article/2020/09/10/Resveratrol-improves-cognitive-performance-in-menopausal-women-Study#\" target=\"_blank\" rel=\"noopener noreferrer\">Cognition</a></p>\r\n<p><a href=\"https://www.healthline.com/nutrition/resveratrol\" target=\"_blank\" rel=\"noopener noreferrer\">Healthline overview</a></p>\r\n<p><a href=\"https://draxe.com/nutrition/all-about-resveratrol/\" target=\"_blank\" rel=\"noopener noreferrer\">Dr. Axe</a></p>\r\n<p><a href=\"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6164842/\" target=\"_blank\" rel=\"noopener noreferrer\">Biomedicines overview</a></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','RESVERATROL','Antioxidant for the whole body!','inherit','closed','closed','','1439-revision-v1','','','2020-09-28 14:22:59','2020-09-28 19:22:59','',1439,'https://ruthsnutrition.gsg-host.com/1439-revision-v1/',0,'revision','',0),(1447,2,'2020-09-28 14:25:48','2020-09-28 19:25:48','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h1><strong>The neuroprotective, cardioprotective, anti-aging antioxidant</strong></h1>\r\n<p><img class=\"alignright size-full wp-image-1440\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2020/09/Resveratrol-600X.jpeg\" alt=\"\" width=\"600\" height=\"417\" /></p>\r\n<p>You may remember talk of resveratrolâ€™s benefits when hit the news a few years back. It was a hot topic because studies showed resveratrol prolonged the life of mice, and it became associated with promoting longevity in general.</p>\r\n<p>Since then, this plant compound found in grapes and other fruits has been studied almost continuously with the results offering up a bounty of benefits. Studies show it has anti-inflammatory, neuroprotective, antioxidant, anticancer, and cardioprotective effects.</p>\r\n<p>The most recent focus is on using resveratrol as an adjunct treatment for COVID-19 infection ( link to blog), as it can lower the risk that the infection will cause hyperactivate inflammation. Another recent study found giving postmenopausal women 75 mg twice daily for 12 months showed a 33% improvement in cognitive performance.</p>\r\n<p>&nbsp;</p>\r\n<h3>Matters of the heart &amp; brain</h3>\r\n<p>Resveratrol has the ability to lower blood pressure, probably through helping produce more nitric oxide, a naturally occurring vasodilator. This is especially helpful with age as arteries tend to stiffen as we get older.</p>\r\n<p>Animal studies show resveratrol can lower total cholesterol and increase levels of HDL, the so-called â€œgoodâ€ cholesterol. As an antioxidant, it also may decrease the oxidation of LDL cholesterol, a process that contributes to plaque build-up on artery walls.</p>\r\n<p>Reservatrol increases blood flow to the brain, and, unlike many supplements, its antioxidants can cross the blood-brain barrier. Studies show it can interfere with the formation of beta-amyloids, protein fragments involved in the plaques that indicate Alzheimerâ€™s disease.</p>\r\n<p>&nbsp;</p>\r\n<h3>Diabetes</h3>\r\n<p>Resveratrol improves insulin sensitivity, lowers inflammation, and helps lessen oxidative damage â€“ all three are serious issues for diabetics and prediabetics. Resveratrol activates AMPK, a protein that helps the body metabolize glucose. Its antioxidant actions may help prevent complications of diabetes.</p>\r\n<p>&nbsp;</p>\r\n<h3>Cancer</h3>\r\n<p>Again because of its antioxidant and anti-inflammatory effects, resveratrol has been shown to have anti-cancer effects in animals and test tube studies. Specifically, it appears to block the multistep process of carcinogenesis at various stages: tumor initiation, promotion, and progression. Studies show it may prevent cancer cells from replicating and spreading, it may change gene expression to inhibit cancer cell growth, and it may have positive hormonal effects.</p>\r\n<p>&nbsp;</p>\r\n<h3>Risks &amp; dosing</h3>\r\n<p>At this time studies show no major risks to taking resveratrol supplements. Common dosing is between 250-500 mg daily.</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<h4>REFERENCES</h4>\r\n<p><a href=\"https://www.nutraingredients-usa.com/Article/2020/09/10/Resveratrol-improves-cognitive-performance-in-menopausal-women-Study#\" target=\"_blank\" rel=\"noopener noreferrer\">Cognition</a></p>\r\n<p><a href=\"https://www.healthline.com/nutrition/resveratrol\" target=\"_blank\" rel=\"noopener noreferrer\">Healthline overview</a></p>\r\n<p><a href=\"https://draxe.com/nutrition/all-about-resveratrol/\" target=\"_blank\" rel=\"noopener noreferrer\">Dr. Axe</a></p>\r\n<p><a href=\"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6164842/\" target=\"_blank\" rel=\"noopener noreferrer\">Biomedicines overview</a></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','RESVERATROL','The anti-aging antioxidant!','inherit','closed','closed','','1439-revision-v1','','','2020-09-28 14:25:48','2020-09-28 19:25:48','',1439,'https://ruthsnutrition.gsg-host.com/1439-revision-v1/',0,'revision','',0),(1449,2,'2020-09-28 14:41:47','2020-09-28 19:41:47','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h1><strong>The neuroprotective, cardioprotective, anti-aging antioxidant</strong></h1>\r\n<p><img class=\"alignright size-full wp-image-1440\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2020/09/Resveratrol-600X.jpeg\" alt=\"\" width=\"600\" height=\"417\" /></p>\r\n<p>You may remember talk of resveratrolâ€™s benefits when hit the news a few years back. It was a hot topic because studies showed resveratrol prolonged the life of mice, and it became associated with promoting longevity in general.</p>\r\n<p>Since then, this plant compound found in grapes and other fruits has been studied almost continuously with the results offering up a bounty of benefits. Studies show it has anti-inflammatory, neuroprotective, antioxidant, anticancer, and cardioprotective effects.</p>\r\n<p>The most recent focus is on using resveratrol as an <a href=\"https://ruthsnutrition.gsg-host.com/winter_viruses/\" target=\"_blank\" rel=\"noopener noreferrer\">adjunct treatment for COVID-19 infection</a>, as it can lower the risk that the infection will cause hyperactivate inflammation. Another recent study found giving postmenopausal women 75 mg twice daily for 12 months showed a 33% improvement in cognitive performance.</p>\r\n<p>&nbsp;</p>\r\n<h3>Matters of the heart &amp; brain</h3>\r\n<p>Resveratrol has the ability to lower blood pressure, probably through helping produce more nitric oxide, a naturally occurring vasodilator. This is especially helpful with age as arteries tend to stiffen as we get older.</p>\r\n<p>Animal studies show resveratrol can lower total cholesterol and increase levels of HDL, the so-called â€œgoodâ€ cholesterol. As an antioxidant, it also may decrease the oxidation of LDL cholesterol, a process that contributes to plaque build-up on artery walls.</p>\r\n<p>Reservatrol increases blood flow to the brain, and, unlike many supplements, its antioxidants can cross the blood-brain barrier. Studies show it can interfere with the formation of beta-amyloids, protein fragments involved in the plaques that indicate Alzheimerâ€™s disease.</p>\r\n<p>&nbsp;</p>\r\n<h3>Diabetes</h3>\r\n<p>Resveratrol improves insulin sensitivity, lowers inflammation, and helps lessen oxidative damage â€“ all three are serious issues for diabetics and prediabetics. Resveratrol activates AMPK, a protein that helps the body metabolize glucose. Its antioxidant actions may help prevent complications of diabetes.</p>\r\n<p>&nbsp;</p>\r\n<h3>Cancer</h3>\r\n<p>Again because of its antioxidant and anti-inflammatory effects, resveratrol has been shown to have anti-cancer effects in animals and test tube studies. Specifically, it appears to block the multistep process of carcinogenesis at various stages: tumor initiation, promotion, and progression. Studies show it may prevent cancer cells from replicating and spreading, it may change gene expression to inhibit cancer cell growth, and it may have positive hormonal effects.</p>\r\n<p>&nbsp;</p>\r\n<h3>Risks &amp; dosing</h3>\r\n<p>At this time studies show no major risks to taking resveratrol supplements. Common dosing is between 250-500 mg daily.</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<h4>REFERENCES</h4>\r\n<p><a href=\"https://www.nutraingredients-usa.com/Article/2020/09/10/Resveratrol-improves-cognitive-performance-in-menopausal-women-Study#\" target=\"_blank\" rel=\"noopener noreferrer\">Cognition</a></p>\r\n<p><a href=\"https://www.healthline.com/nutrition/resveratrol\" target=\"_blank\" rel=\"noopener noreferrer\">Healthline overview</a></p>\r\n<p><a href=\"https://draxe.com/nutrition/all-about-resveratrol/\" target=\"_blank\" rel=\"noopener noreferrer\">Dr. Axe</a></p>\r\n<p><a href=\"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6164842/\" target=\"_blank\" rel=\"noopener noreferrer\">Biomedicines overview</a></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','RESVERATROL','The anti-aging antioxidant!','inherit','closed','closed','','1439-revision-v1','','','2020-09-28 14:41:47','2020-09-28 19:41:47','',1439,'https://ruthsnutrition.gsg-host.com/1439-revision-v1/',0,'revision','',0),(1450,2,'2020-09-28 14:53:37','2020-09-28 19:53:37','<!-- wp:paragraph -->\n<p>&nbsp;</p>\n<!-- /wp:paragraph -->\n\n\n\n<!-- wp:paragraph -->\n<p><h1>Time to arm your immune system for the possible fights ahead</h1> <p><img width=\"600\" height=\"354\" class=\"alignright size-full wp-image-1432\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2020/04/Fight-Viruses-600X.jpeg\" alt=\"\">The bad news is weâ€™re in for a whopper of an illness season this winter. In addition to our usual cold and flu viruses, weâ€™re going to face an upswing in COVID-19. The good news is the way we prepare our immune system to fight each one has a lot of overlap because all of them affect the upper respiratory system. With a little tweaking, your arsenal of virus fighters can be ready to do battle against them all.</p> <p>Obviously, frequent hand-washing, not touching your face, keeping your distance, and wearing a mask offers protection from cold, flu, and COVID-19 viruses. Thatâ€™s the foundation. Good sleep is another foundational practice, without it your immune system suffers. After that, we get into specific supplements to add to your armory.</p> <p>At the bottom of this article youâ€™ll find links to specific protocols for this seasonâ€™s winter viruses. Â But for those who want shortcuts, here are the highlights.</p> <p>Â </p> <h4><strong>The Foundation â€“ Cold, Flu, COVID-19</strong></h4> <p><strong>Vitamin D â€“</strong> This steroid hormone is an immune system modulator that reduces inflammatory cytokines while increasing macrophage function. It activates immune system antimicrobials and suppresses superinfections. Studies show it reduces likelihood of upper respiratory infections.</p> <p>Functional medicine doctors recommend lab ranges of >50 to &lt;80ng/mL serum 25-hydroxy. Ask your doctor to check your levels.</p> <p><strong>Vitamin A â€“</strong> This micronutrient is critical for protecting the integrity of mucus membranes. It is considered anti-inflammatory, as it modulates T helper cells and cytokine production. Functional medicine doctors recommend doses up to 10,000-25,000IU/daily. Your multivitamin probably has an appropriate dose.</p> <p><strong>Vitamin C â€“</strong> This vitamin supports the immune system through several mechanisms. Supplementing with Vitamin C appears to help both prevent and treat respiratory and systemic infections. Vitamin C has been used in hospital ICUs to treat COVID-19 infection. Functional medicine doctors recommend 1-3 grams daily.</p> <p><strong>Quercetin â€“</strong> This plant compound has been shown to have antiviral effects against both RNA (influenza and coronavirus) and DNA viruses (herpes). It is both antioxidant and anti-inflammatory, modulating viral replication and mast cell stabilization. Functional medicine doctors recommend 500mg 3-6 times daily.</p> <p><strong>Zinc â€“</strong> This mineral both supports the immune system and suppresses viral attachment and replication. Supplementing with zinc has been shown to reduce severity and duration of viral infections. It also reduces the risk of lower respiratory infections, which can be involved in COVID-19. Functional medicine doctors recommend 30-60 mg daily, taken in smaller divided doses.</p> <p><strong>Elderberry â€“</strong> This fruit has long been used as an anti-viral, and clinical studies show it is active against both influenza A and B viruses. Animal studies indicate it is most effective in the prevention and early infection of respiratory viruses. Earlier this year reports appeared warning against using elderberry in COVID cases because in test tubes the fruit can stimulate pro-inflammatory cytokines. Thatâ€™s true, but knowledgeable scientists point out that elderberry also promotes anti-inflammatory cytokines, with the net result being anti-inflammatory action. The consensus now is that elderberry is safe to use in COVID cases.</p> <p><strong>NAC â€“</strong> N-acetyl cysteine is an amino acid that promotes the production of glutathione, the bodyâ€™s most potent antioxidant. Studies show that those taking 600 mg NAC twice daily experienced significantly fewer influenza-like episodes. NAC also thins mucus.</p> <p><strong>Andrographis â€“</strong> This herb has long been used in traditional Indian and Chinese medicines as an immune system modulator. It supports the healthy function of natural killer cells, and studies show it reduces severity and duration of both colds and flu. Functional medicine doctors recommend 200 mg two to three times daily. The herb is currently being studied for its usefulness in COVID-19 infection.</p> <p>Â </p> <h4><strong>COVID-19 Specifics</strong></h4> <p>Since all of these viruses involve illnesses that promote inflammation, anti-inflammatories are beneficial no matter which you catch. That said, COVID-19 specifically activates the NLRP3 inflammasome system, which can lead to a hyperactivated immune system â€“ also called cytokine storm.</p> <p><strong>Curcumin â€“</strong> Derived from the spice turmeric, curcumin is a well-known potent anti-inflammatory. Recently studies show it modulates the NLRP3 inflammasome system, making it worthy of consideration when fighting a COVID-19 infection. Functional medicine doctors recommend 500 mg two to three times daily.</p> <p><strong>Melatonin â€“ </strong>You may know this supplement as a sleep aid, but it also has anti-inflammatory effects. It, too, inhibits the NLRP3 inflammasome system, inhibiting hyperactive inflammatory cytokine release. Research is proposing using this supplement as a therapeutic agent in COVID-19 patients. Functional medicine doctors recommend 5-20 mg at bedtime.</p> <p><strong>Resveratrol â€“ </strong>This plant compound commonly found in grapes acts as an antioxidant. It also has been found to have antiviral properties and is active against the coronavirus that causes MERS <em>in vitro. </em>It also is active against the NLRP3 inflammasome system. Functional medicine doctors recommend 100-150 mg daily.</p> <p><strong>EGCG â€“</strong> Epigallocatechin gallate is a plant compound found in green tea. Like the others listed above, it has been shown to modulate the NLRP3 inflammasome, and preliminary evidence shows it may inhibit viral replication of the COVID-19 coronavirus. Functional medicine doctors recommend 4 cups of green tea or 225 mg daily.</p> <p>Â </p> <p>Â </p> <h5><strong>REFERENCES</strong></h5> <p><a rel=\"noopener noreferrer\" href=\"https://www.ifm.org/news-insights/the-functional-medicine-approach-to-covid-19-virus-specific-nutraceutical-and-botanical-agents/\" target=\"_blank\">Functional Medicine Approach to COVID-19</a></p> <p><a rel=\"noopener noreferrer\" href=\"https://athmjournal.com/covid19/wp-content/uploads/sites/4/2020/05/imcj-19-08.pdf\" target=\"_blank\">Integrative Medicine Journal</a></p> <p><a rel=\"noopener noreferrer\" href=\"https://www.evms.edu/media/evms_public/departments/internal_medicine/Marik-Covid-Protocol-Summary.pdf\" target=\"_blank\">Eastern Virginia Medical School</a></p> <p><a rel=\"noopener noreferrer\" href=\"https://www.drkarafitzgerald.com/2014/12/30/the-2014-flu-epidemic-lets-do-what-works/\" target=\"_blank\">Flu/colds supplements</a></p> <p><a rel=\"noopener noreferrer\" href=\"https://www.ifm.org/news-insights/boosting-immunity-functional-medicine-tips-prevention-immunity-boosting-covid-19-coronavirus-outbreak/\" target=\"_blank\">Functional Med Immune Support in COVID era</a></p> <p><a rel=\"noopener noreferrer\" href=\"https://www.newhope.com/health-and-nutrition-research/should-retailers-recommend-elderberry-coronavirus\" target=\"_blank\">Elderberry</a></p> <p>Â </p> <p>Â </p></p>\n<!-- /wp:paragraph -->','Winter viruses','Arm your immune system to fight cold, flu, and COVID-19.','inherit','closed','closed','','1433-autosave-v1','','','2020-09-28 14:53:37','2020-09-28 19:53:37','',1433,'https://ruthsnutrition.gsg-host.com/1433-autosave-v1/',0,'revision','',0),(1451,2,'2020-10-28 15:37:09','2020-10-28 20:37:09','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h1><strong>Your skin needs special treatment inside &amp; out this season</strong></h1>\r\n<p><img class=\"alignright size-full wp-image-1456\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2020/10/Winter-Skin-Care-600X.jpeg\" alt=\"\" width=\"600\" height=\"543\" />Weâ€™re heading into winter now, well into the season of colds, flu, COVID, and dry, itchy skin. By now we hope youâ€™ve prepared your immune system for the season, and if you havenâ€™t already, itâ€™s definitely time to protect your skin â€“ from the outside with clean topical products and from the inside with key supplements.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>From the Outside â€“ Topical Methods</strong></h3>\r\n<p><strong>Use a humidifier â€“</strong> The drier the air, the drier the skin. Humidifiers really help, especially when running heaters in winter. At minimum, run a humidifier in the room you spend the most time in.</p>\r\n<p><strong>Switch to a heavier face cream â€“</strong> Traditional night creams work well here, for both night and daytime. Derma-e makes several excellent products to choose from.</p>\r\n<p><strong>Use antioxidant serums â€“</strong> These are perfect for protecting the skin year-round, as UV damage can come in any season. Choose a product with vitamin C and an SPF of 30 if possible.</p>\r\n<p><strong>Avoid harsh cleansers â€“</strong> Many face washes contain drying ingredients like commercial fragrances or additives. Choose a product that wonâ€™t strip your skin of essential oils.</p>\r\n<p><strong>Buff your skin â€“</strong> Choose a gentle face scrub to encourage exfoliation unless your skin is extremely dry, then just use a wet washcloth. Buffed skin looks and feels younger.</p>\r\n<p><strong>Avoid hot showers or baths â€“</strong> These can cause the skin surface to create tiny cracks and feel itchy. If you must indulge, be sure to use a full body moisturizer afterwards.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>From the Inside â€“ Nutritional Methods</strong></h3>\r\n<p><strong>Tweak your diet â€“ </strong>Eating more healthy fats can help with dry skin. Be sure to get a high-potency omega-3 supplement, and add avocados, walnuts, and olive oil to your meals.</p>\r\n<h4><strong>Get key vitamins from food or supplements -</strong></h4>\r\n<p><strong>Â  Â  Â Vitamin A</strong> in the form of retinol has long been used to treat numerous skin problems, including psoriasis and severe acne. Rough, dry skin is a common sign of vitamin A deficiency.</p>\r\n<p><strong>Â  Â  Â Vitamin C</strong> plays a crucial role in the regulation of collagen, necessary for the stability of skin. Observational studies show diets high in vitamin C are associated with better skin appearance and less wrinkling.</p>\r\n<p><strong>Â  Â  Â Vitamin E</strong> is a potent anti-inflammatory agent, defending the skin against free radical damage, including sun/UV exposure.</p>\r\n<p><strong>Â  Â  Â  </strong><strong>Vitamin B5 (pantothenic acid)</strong> is needed by skin cells for proper regeneration and growth, and is necessary for maintaining the healthy barrier function of the skin.</p>\r\n<p><strong>Â  Â  Â Vitamin K2</strong> prevents calcification of our skinâ€™s elastin, the protein that gives skin the ability to spring back, smoothing out lines and wrinkles.</p>\r\n<p>&nbsp;</p>\r\n<h4><strong>Get key minerals from food or supplements â€“ </strong></h4>\r\n<p><strong>Â  Â  Â Zinc</strong> assists proper structure of proteins and cell membranes, improves wound healing, has anti-inflammatory effects, and protects against UV radiation.</p>\r\n<p><strong>Â  Â  Â Selenium</strong> is necessary for the functioning of glutathione, the bodyâ€™s most powerful antioxidant. Glutathione helps protect against cellular damage from free radicals that cause inflammation, aging, and promote skin cancer.</p>\r\n<p><strong>Â  Â  Â Silica</strong> is essential for maintaining the health of connective tissue and skin elasticity.</p>\r\n<p><strong>Â  Â  Â Sulfur</strong> is necessary for collagen production, which gives skin its structure and strength, and also is necessary for glutathione production, which protects skin against free radical damage.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Consider taking probiotics â€“</strong> Studies show probiotics can reduce inflammation and oxidative stress across the body and may have important implications in several skin conditions, including rosacea and psoriasis.</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>REFERENCES</strong></h3>\r\n<p><a href=\"https://www.huffpost.com/entry/winter-skin-tips_n_5a53e784e4b003133ecb658c\" target=\"_blank\" rel=\"noopener noreferrer\">Huffington Post</a></p>\r\n<p><a href=\"https://www.vogue.com/article/how-to-get-rid-of-dry-skin-winter-eye-cream-face-serum-mask-scrub\" target=\"_blank\" rel=\"noopener noreferrer\">Vogue magazine</a></p>\r\n<p><a href=\"https://chriskresser.com/skin-health/\" target=\"_blank\" rel=\"noopener noreferrer\">Chris Kresser</a></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Â </strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Winter Skin Care','Support your skin inside and out!','publish','closed','open','','winter_skin_care-2','','','2020-10-28 15:53:59','2020-10-28 20:53:59','',0,'https://ruthsnutrition.gsg-host.com/?p=1451',0,'post','',0),(1452,2,'2020-09-28 18:56:17','2020-09-28 23:56:17','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h1><strong>The neuroprotective, cardioprotective, anti-aging antioxidant</strong></h1>\r\n<p><img class=\"alignright size-full wp-image-1440\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2020/09/Resveratrol-600X.jpeg\" alt=\"\" width=\"600\" height=\"417\" /></p>\r\n<p>You may remember talk of resveratrolâ€™s benefits when hit the news a few years back. It was a hot topic because studies showed resveratrol prolonged the life of mice, and it became associated with promoting longevity in general.</p>\r\n<p>Since then, this plant compound found in grapes and other fruits has been studied almost continuously with the results offering up a bounty of benefits. Studies show it has anti-inflammatory, neuroprotective, antioxidant, anticancer, and cardioprotective effects.</p>\r\n<p>The most recent focus is on using resveratrol as an <a href=\"https://ruthsnutrition.gsg-host.com/winter_viruses/\" target=\"_blank\" rel=\"noopener noreferrer\">adjunct treatment for COVID-19 infection</a>, as it can lower the risk that the infection will cause hyperactivate inflammation. Another recent study found giving postmenopausal women 75 mg twice daily for 12 months showed a 33% improvement in cognitive performance.</p>\r\n<p>&nbsp;</p>\r\n<h3>Matters of the heart &amp; brain</h3>\r\n<p>Resveratrol has the ability to lower blood pressure, probably through helping produce more nitric oxide, a naturally occurring vasodilator. This is especially helpful with age as arteries tend to stiffen as we get older.</p>\r\n<p>Animal studies show resveratrol can lower total cholesterol and increase levels of HDL, the so-called â€œgoodâ€ cholesterol. As an antioxidant, it also may decrease the oxidation of LDL cholesterol, a process that contributes to plaque build-up on artery walls.</p>\r\n<p>Reservatrol increases blood flow to the brain, and, unlike many supplements, its antioxidants can cross the blood-brain barrier. Studies show it can interfere with the formation of beta-amyloids, protein fragments involved in the plaques that indicate Alzheimerâ€™s disease.</p>\r\n<p>&nbsp;</p>\r\n<h3>Diabetes</h3>\r\n<p>Resveratrol improves insulin sensitivity, lowers inflammation, and helps lessen oxidative damage â€“ all three are serious issues for diabetics and prediabetics. Resveratrol activates AMPK, a protein that helps the body metabolize glucose. Its antioxidant actions may help prevent complications of diabetes.</p>\r\n<p>&nbsp;</p>\r\n<h3>Cancer</h3>\r\n<p>Again because of its antioxidant and anti-inflammatory effects, resveratrol has been shown to have anti-cancer effects in animals and test tube studies. Specifically, it appears to block the multistep process of carcinogenesis at various stages: tumor initiation, promotion, and progression. Studies show it may prevent cancer cells from replicating and spreading, it may change gene expression to inhibit cancer cell growth, and it may have positive hormonal effects.</p>\r\n<p>&nbsp;</p>\r\n<h3>Risks &amp; dosing</h3>\r\n<p>At this time studies show no major risks to taking resveratrol supplements. Common dosing is between 250-500 mg daily.</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<h4>REFERENCES</h4>\r\n<p><a href=\"https://www.nutraingredients-usa.com/Article/2020/09/10/Resveratrol-improves-cognitive-performance-in-menopausal-women-Study#\" target=\"_blank\" rel=\"noopener noreferrer\">Cognition</a></p>\r\n<p><a href=\"https://www.healthline.com/nutrition/resveratrol\" target=\"_blank\" rel=\"noopener noreferrer\">Healthline overview</a></p>\r\n<p><a href=\"https://draxe.com/nutrition/all-about-resveratrol/\" target=\"_blank\" rel=\"noopener noreferrer\">Dr. Axe</a></p>\r\n<p><a href=\"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6317057/\" target=\"_blank\" rel=\"noopener noreferrer\">Nutrients magazine</a></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','RESVERATROL','The anti-aging antioxidant!','inherit','closed','closed','','1439-revision-v1','','','2020-09-28 18:56:17','2020-09-28 23:56:17','',1439,'https://ruthsnutrition.gsg-host.com/1439-revision-v1/',0,'revision','',0),(1453,2,'2020-09-28 18:56:36','2020-09-28 23:56:36','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h1><strong>The neuroprotective, cardioprotective, anti-aging antioxidant</strong></h1>\r\n<p><img class=\"alignright size-full wp-image-1440\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2020/09/Resveratrol-600X.jpeg\" alt=\"\" width=\"600\" height=\"417\" /></p>\r\n<p>You may remember talk of resveratrolâ€™s benefits when hit the news a few years back. It was a hot topic because studies showed resveratrol prolonged the life of mice, and it became associated with promoting longevity in general.</p>\r\n<p>Since then, this plant compound found in grapes and other fruits has been studied almost continuously with the results offering up a bounty of benefits. Studies show it has anti-inflammatory, neuroprotective, antioxidant, anticancer, and cardioprotective effects.</p>\r\n<p>The most recent focus is on using resveratrol as an <a href=\"https://ruthsnutrition.gsg-host.com/winter_viruses/\" target=\"_blank\" rel=\"noopener noreferrer\">adjunct treatment for COVID-19 infection</a>, as it can lower the risk that the infection will cause hyperactivate inflammation. Another recent study found giving postmenopausal women 75 mg twice daily for 12 months showed a 33% improvement in cognitive performance.</p>\r\n<p>&nbsp;</p>\r\n<h3>Matters of the heart &amp; brain</h3>\r\n<p>Resveratrol has the ability to lower blood pressure, probably through helping produce more nitric oxide, a naturally occurring vasodilator. This is especially helpful with age as arteries tend to stiffen as we get older.</p>\r\n<p>Animal studies show resveratrol can lower total cholesterol and increase levels of HDL, the so-called â€œgoodâ€ cholesterol. As an antioxidant, it also may decrease the oxidation of LDL cholesterol, a process that contributes to plaque build-up on artery walls.</p>\r\n<p>Reservatrol increases blood flow to the brain, and, unlike many supplements, its antioxidants can cross the blood-brain barrier. Studies show it can interfere with the formation of beta-amyloids, protein fragments involved in the plaques that indicate Alzheimerâ€™s disease.</p>\r\n<p>&nbsp;</p>\r\n<h3>Diabetes</h3>\r\n<p>Resveratrol improves insulin sensitivity, lowers inflammation, and helps lessen oxidative damage â€“ all three are serious issues for diabetics and prediabetics. Resveratrol activates AMPK, a protein that helps the body metabolize glucose. Its antioxidant actions may help prevent complications of diabetes.</p>\r\n<p>&nbsp;</p>\r\n<h3>Cancer</h3>\r\n<p>Again because of its antioxidant and anti-inflammatory effects, resveratrol has been shown to have anti-cancer effects in animals and test tube studies. Specifically, it appears to block the multistep process of carcinogenesis at various stages: tumor initiation, promotion, and progression. Studies show it may prevent cancer cells from replicating and spreading, it may change gene expression to inhibit cancer cell growth, and it may have positive hormonal effects.</p>\r\n<p>&nbsp;</p>\r\n<h3>Risks &amp; dosing</h3>\r\n<p>At this time studies show no major risks to taking resveratrol supplements. Common dosing is between 250-500 mg daily.</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<h4>REFERENCES</h4>\r\n<p><a href=\"https://www.nutraingredients-usa.com/Article/2020/09/10/Resveratrol-improves-cognitive-performance-in-menopausal-women-Study#\" target=\"_blank\" rel=\"noopener noreferrer\">Cognition</a></p>\r\n<p><a href=\"https://www.healthline.com/nutrition/resveratrol\" target=\"_blank\" rel=\"noopener noreferrer\">Healthline overview</a></p>\r\n<p><a href=\"https://draxe.com/nutrition/all-about-resveratrol/\" target=\"_blank\" rel=\"noopener noreferrer\">Dr. Axe</a></p>\r\n<p><a href=\"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6317057/\" target=\"_blank\" rel=\"noopener noreferrer\">Nutrients magazine</a></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','RESVERATROL','The anti-aging antioxidant!','inherit','closed','closed','','1439-autosave-v1','','','2020-09-28 18:56:36','2020-09-28 23:56:36','',1439,'https://ruthsnutrition.gsg-host.com/1439-autosave-v1/',0,'revision','',0),(1455,2,'2020-10-28 15:21:17','0000-00-00 00:00:00','<!-- wp:paragraph -->\n<p>&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<p>&nbsp;</p>\n\n<!-- wp:paragraph -->\n<p><h1>Time to arm your immune system for the possible fights ahead</h1> <p><img width=\"600\" height=\"354\" class=\"alignright size-full wp-image-1432\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2020/04/Fight-Viruses-600X.jpeg\" alt=\"\">The bad news is weâ€™re in for a whopper of an illness season this winter. In addition to our usual cold and flu viruses, weâ€™re going to face an upswing in COVID-19. The good news is the way we prepare our immune system to fight each one has a lot of overlap because all of them affect the upper respiratory system. With a little tweaking, your arsenal of virus fighters can be ready to do battle against them all.</p> <p>Obviously, frequent hand-washing, not touching your face, keeping your distance, and wearing a mask offers protection from cold, flu, and COVID-19 viruses. Thatâ€™s the foundation. Good sleep is another foundational practice, without it your immune system suffers. After that, we get into specific supplements to add to your armory.</p> <p>At the bottom of this article youâ€™ll find links to specific protocols for this seasonâ€™s winter viruses. Â But for those who want shortcuts, here are the highlights.</p> <p>Â </p> <h4><strong>The Foundation â€“ Cold, Flu, COVID-19</strong></h4> <p><strong>Vitamin D â€“</strong> This steroid hormone is an immune system modulator that reduces inflammatory cytokines while increasing macrophage function. It activates immune system antimicrobials and suppresses superinfections. Studies show it reduces likelihood of upper respiratory infections.</p> <p>Functional medicine doctors recommend lab ranges of >50 to &lt;80ng/mL serum 25-hydroxy. Ask your doctor to check your levels.</p> <p><strong>Vitamin A â€“</strong> This micronutrient is critical for protecting the integrity of mucus membranes. It is considered anti-inflammatory, as it modulates T helper cells and cytokine production. Functional medicine doctors recommend doses up to 10,000-25,000IU/daily. Your multivitamin probably has an appropriate dose.</p> <p><strong>Vitamin C â€“</strong> This vitamin supports the immune system through several mechanisms. Supplementing with Vitamin C appears to help both prevent and treat respiratory and systemic infections. Vitamin C has been used in hospital ICUs to treat COVID-19 infection. Functional medicine doctors recommend 1-3 grams daily.</p> <p><strong>Quercetin â€“</strong> This plant compound has been shown to have antiviral effects against both RNA (influenza and coronavirus) and DNA viruses (herpes). It is both antioxidant and anti-inflammatory, modulating viral replication and mast cell stabilization. Functional medicine doctors recommend 500mg 3-6 times daily.</p> <p><strong>Zinc â€“</strong> This mineral both supports the immune system and suppresses viral attachment and replication. Supplementing with zinc has been shown to reduce severity and duration of viral infections. It also reduces the risk of lower respiratory infections, which can be involved in COVID-19. Functional medicine doctors recommend 30-60 mg daily, taken in smaller divided doses.</p> <p><strong>Elderberry â€“</strong> This fruit has long been used as an anti-viral, and clinical studies show it is active against both influenza A and B viruses. Animal studies indicate it is most effective in the prevention and early infection of respiratory viruses. Earlier this year reports appeared warning against using elderberry in COVID cases because in test tubes the fruit can stimulate pro-inflammatory cytokines. Thatâ€™s true, but knowledgeable scientists point out that elderberry also promotes anti-inflammatory cytokines, with the net result being anti-inflammatory action. The consensus now is that elderberry is safe to use in COVID cases.</p> <p><strong>NAC â€“</strong> N-acetyl cysteine is an amino acid that promotes the production of glutathione, the bodyâ€™s most potent antioxidant. Studies show that those taking 600 mg NAC twice daily experienced significantly fewer influenza-like episodes. NAC also thins mucus.</p> <p><strong>Andrographis â€“</strong> This herb has long been used in traditional Indian and Chinese medicines as an immune system modulator. It supports the healthy function of natural killer cells, and studies show it reduces severity and duration of both colds and flu. Functional medicine doctors recommend 200 mg two to three times daily. The herb is currently being studied for its usefulness in COVID-19 infection.</p> <p>Â </p> <h4><strong>COVID-19 Specifics</strong></h4> <p>Since all of these viruses involve illnesses that promote inflammation, anti-inflammatories are beneficial no matter which you catch. That said, COVID-19 specifically activates the NLRP3 inflammasome system, which can lead to a hyperactivated immune system â€“ also called cytokine storm.</p> <p><strong>Curcumin â€“</strong> Derived from the spice turmeric, curcumin is a well-known potent anti-inflammatory. Recently studies show it modulates the NLRP3 inflammasome system, making it worthy of consideration when fighting a COVID-19 infection. Functional medicine doctors recommend 500 mg two to three times daily.</p> <p><strong>Melatonin â€“ </strong>You may know this supplement as a sleep aid, but it also has anti-inflammatory effects. It, too, inhibits the NLRP3 inflammasome system, inhibiting hyperactive inflammatory cytokine release. Research is proposing using this supplement as a therapeutic agent in COVID-19 patients. Functional medicine doctors recommend 5-20 mg at bedtime.</p> <p><strong>Resveratrol â€“ </strong>This plant compound commonly found in grapes acts as an antioxidant. It also has been found to have antiviral properties and is active against the coronavirus that causes MERS <em>in vitro. </em>It also is active against the NLRP3 inflammasome system. Functional medicine doctors recommend 100-150 mg daily.</p> <p><strong>EGCG â€“</strong> Epigallocatechin gallate is a plant compound found in green tea. Like the others listed above, it has been shown to modulate the NLRP3 inflammasome, and preliminary evidence shows it may inhibit viral replication of the COVID-19 coronavirus. Functional medicine doctors recommend 4 cups of green tea or 225 mg daily.</p> <p>Â </p> <p>Â </p> <h5><strong>REFERENCES</strong></h5> <p><a rel=\"noopener noreferrer\" href=\"https://www.ifm.org/news-insights/the-functional-medicine-approach-to-covid-19-virus-specific-nutraceutical-and-botanical-agents/\" target=\"_blank\">Functional Medicine Approach to COVID-19</a></p> <p><a rel=\"noopener noreferrer\" href=\"https://athmjournal.com/covid19/wp-content/uploads/sites/4/2020/05/imcj-19-08.pdf\" target=\"_blank\">Integrative Medicine Journal</a></p> <p><a rel=\"noopener noreferrer\" href=\"https://www.evms.edu/media/evms_public/departments/internal_medicine/Marik-Covid-Protocol-Summary.pdf\" target=\"_blank\">Eastern Virginia Medical School</a></p> <p><a rel=\"noopener noreferrer\" href=\"https://www.drkarafitzgerald.com/2014/12/30/the-2014-flu-epidemic-lets-do-what-works/\" target=\"_blank\">Flu/colds supplements</a></p> <p><a rel=\"noopener noreferrer\" href=\"https://www.ifm.org/news-insights/boosting-immunity-functional-medicine-tips-prevention-immunity-boosting-covid-19-coronavirus-outbreak/\" target=\"_blank\">Functional Med Immune Support in COVID era</a></p> <p><a rel=\"noopener noreferrer\" href=\"https://www.newhope.com/health-and-nutrition-research/should-retailers-recommend-elderberry-coronavirus\" target=\"_blank\">Elderberry</a></p> <p>Â </p> <p>Â </p></p>\n<!-- /wp:paragraph -->','Winter viruses','Arm your immune system to fight cold, flu, and COVID-19.','draft','closed','open','','winter_viruses','','','2020-10-28 15:21:17','0000-00-00 00:00:00','',0,'https://ruthsnutrition.gsg-host.com/?p=1455',0,'post','',0),(1456,2,'2020-10-28 15:24:46','2020-10-28 20:24:46','','Winter Skin Care 600X','','inherit','open','closed','','winter-skin-care-600x','','','2020-10-28 15:24:46','2020-10-28 20:24:46','',1451,'https://ruthsnutrition.gsg-host.com/wp-content/uploads/2020/10/Winter-Skin-Care-600X.jpeg',0,'attachment','image/jpeg',0),(1457,2,'2020-10-28 15:32:40','2020-10-28 20:32:40','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h1><strong>Your skin needs special treatment inside &amp; out</strong></h1>\r\n<p><img class=\"alignright size-full wp-image-1456\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2020/10/Winter-Skin-Care-600X.jpeg\" alt=\"\" width=\"600\" height=\"543\" />Weâ€™re well into winter now, well into the season of colds, flu, COVID, and dry, itchy skin. By now we hope youâ€™ve prepared your immune system for the season, and if you havenâ€™t already, itâ€™s definitely time to protect your skin â€“ from inside and out.</p>\r\n<p>&nbsp;</p>\r\n<h2><strong>From the Outside â€“ Topical Methods</strong></h2>\r\n<p><strong>Use a humidifier â€“</strong> The drier the air, the drier the skin. Humidifiers really help, especially when running heaters in winter. At minimum, run a humidifier in the room you spend the most time in.</p>\r\n<p><strong>Switch to a heavier face cream â€“</strong> Traditional night creams work well here, for both night and daytime. Derma-e makes several excellent products to choose from.</p>\r\n<p><strong>Use antioxidant serums â€“</strong> These are perfect for protecting the skin year-round, as UV damage can come in any season. Choose a product with vitamin C and an SPF of 30 if possible.</p>\r\n<p><strong>Avoid harsh cleansers â€“</strong> Many face washes contain drying ingredients like commercial fragrances or additives. Choose a product that wonâ€™t strip your skin of essential oils.</p>\r\n<p><strong>Buff your skin â€“</strong> Choose a gentle face scrub to encourage exfoliation unless your skin is extremely dry, then just use a wet washcloth. Buffed skin looks and feels younger.</p>\r\n<p><strong>Avoid hot showers or baths â€“</strong> These can cause the skin surface to create tiny cracks and feel itchy. If you must indulge, be sure to use a full body moisturizer afterwards.</p>\r\n<p>&nbsp;</p>\r\n<h2><strong>From the Inside â€“ Nutritional Methods</strong></h2>\r\n<p><strong>Tweak your diet â€“ </strong>Eating more healthy fats can help with dry skin. Be sure to get a high-potency omega-3 supplement, and add avocados, walnuts, and olive oil to your meals.</p>\r\n<h3><strong>Get key vitamins from food or supplements -</strong></h3>\r\n<p><strong>Â  Â  Â Vitamin A</strong> in the form of retinol has long been used to treat numerous skin problems, including psoriasis and severe acne. Rough, dry skin is a common sign of vitamin A deficiency.</p>\r\n<p><strong>Â  Â  Â Vitamin C</strong> plays a crucial role in the regulation of collagen, necessary for the stability of skin. Observational studies show diets high in vitamin C are associated with better skin appearance and less wrinkling.</p>\r\n<p><strong>Â  Â  Â Vitamin E</strong> is a potent anti-inflammatory agent, defending the skin against free radical damage, including sun/UV exposure.</p>\r\n<p><strong>Â  Â  Â  </strong><strong>Vitamin B5 (pantothenic acid)</strong> is needed by skin cells for proper regeneration and growth, and is necessary for maintaining the healthy barrier function of the skin.</p>\r\n<p><strong>Â  Â  Â Vitamin K2</strong> prevents calcification of our skinâ€™s elastin, the protein that gives skin the ability to spring back, smoothing out lines and wrinkles.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Get key minerals from food or supplements â€“ </strong></h3>\r\n<p><strong>Â  Â  Â Zinc</strong> assists proper structure of proteins and cell membranes, improves wound healing, has anti-inflammatory effects, and protects against UV radiation.</p>\r\n<p><strong>Â  Â  Â Selenium</strong> is necessary for the functioning of glutathione, the bodyâ€™s most powerful antioxidant. Glutathione helps protect against cellular damage from free radicals that cause inflammation, aging, and promote skin cancer.</p>\r\n<p><strong>Â  Â  Â Silica</strong> is essential for maintaining the health of connective tissue and skin elasticity.</p>\r\n<p><strong>Â  Â  Â Sulfur</strong> is necessary for collagen production, which gives skin its structure and strength, and also is necessary for glutathione production, which protects skin against free radical damage.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Consider taking probiotics â€“</strong> Studies show probiotics can reduce inflammation and oxidative stress across the body and may have important implications in several skin conditions, including rosacea and psoriasis.</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>REFERENCES</strong></h3>\r\n<p><a href=\"https://www.huffpost.com/entry/winter-skin-tips_n_5a53e784e4b003133ecb658c\" target=\"_blank\" rel=\"noopener noreferrer\">Huffington Post</a></p>\r\n<p><a href=\"https://www.vogue.com/article/how-to-get-rid-of-dry-skin-winter-eye-cream-face-serum-mask-scrub\" target=\"_blank\" rel=\"noopener noreferrer\">Vogue magazine</a></p>\r\n<p><a href=\"https://chriskresser.com/skin-health/\" target=\"_blank\" rel=\"noopener noreferrer\">Chris Kresser</a></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Â </strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Winter Skin Care','Can a daily pill improve your health?','inherit','closed','closed','','1451-revision-v1','','','2020-10-28 15:32:40','2020-10-28 20:32:40','',1451,'https://ruthsnutrition.gsg-host.com/1451-revision-v1/',0,'revision','',0),(1458,2,'2020-10-28 15:35:17','2020-10-28 20:35:17','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h1><strong>Your skin needs special treatment inside &amp; out</strong></h1>\r\n<p><img class=\"alignright size-full wp-image-1456\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2020/10/Winter-Skin-Care-600X.jpeg\" alt=\"\" width=\"600\" height=\"543\" />Weâ€™re well into winter now, well into the season of colds, flu, COVID, and dry, itchy skin. By now we hope youâ€™ve prepared your immune system for the season, and if you havenâ€™t already, itâ€™s definitely time to protect your skin â€“ from inside and out.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>From the Outside â€“ Topical Methods</strong></h3>\r\n<p><strong>Use a humidifier â€“</strong> The drier the air, the drier the skin. Humidifiers really help, especially when running heaters in winter. At minimum, run a humidifier in the room you spend the most time in.</p>\r\n<p><strong>Switch to a heavier face cream â€“</strong> Traditional night creams work well here, for both night and daytime. Derma-e makes several excellent products to choose from.</p>\r\n<p><strong>Use antioxidant serums â€“</strong> These are perfect for protecting the skin year-round, as UV damage can come in any season. Choose a product with vitamin C and an SPF of 30 if possible.</p>\r\n<p><strong>Avoid harsh cleansers â€“</strong> Many face washes contain drying ingredients like commercial fragrances or additives. Choose a product that wonâ€™t strip your skin of essential oils.</p>\r\n<p><strong>Buff your skin â€“</strong> Choose a gentle face scrub to encourage exfoliation unless your skin is extremely dry, then just use a wet washcloth. Buffed skin looks and feels younger.</p>\r\n<p><strong>Avoid hot showers or baths â€“</strong> These can cause the skin surface to create tiny cracks and feel itchy. If you must indulge, be sure to use a full body moisturizer afterwards.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>From the Inside â€“ Nutritional Methods</strong></h3>\r\n<p><strong>Tweak your diet â€“ </strong>Eating more healthy fats can help with dry skin. Be sure to get a high-potency omega-3 supplement, and add avocados, walnuts, and olive oil to your meals.</p>\r\n<h4><strong>Get key vitamins from food or supplements -</strong></h4>\r\n<p><strong>Â  Â  Â Vitamin A</strong> in the form of retinol has long been used to treat numerous skin problems, including psoriasis and severe acne. Rough, dry skin is a common sign of vitamin A deficiency.</p>\r\n<p><strong>Â  Â  Â Vitamin C</strong> plays a crucial role in the regulation of collagen, necessary for the stability of skin. Observational studies show diets high in vitamin C are associated with better skin appearance and less wrinkling.</p>\r\n<p><strong>Â  Â  Â Vitamin E</strong> is a potent anti-inflammatory agent, defending the skin against free radical damage, including sun/UV exposure.</p>\r\n<p><strong>Â  Â  Â  </strong><strong>Vitamin B5 (pantothenic acid)</strong> is needed by skin cells for proper regeneration and growth, and is necessary for maintaining the healthy barrier function of the skin.</p>\r\n<p><strong>Â  Â  Â Vitamin K2</strong> prevents calcification of our skinâ€™s elastin, the protein that gives skin the ability to spring back, smoothing out lines and wrinkles.</p>\r\n<p>&nbsp;</p>\r\n<h4><strong>Get key minerals from food or supplements â€“ </strong></h4>\r\n<p><strong>Â  Â  Â Zinc</strong> assists proper structure of proteins and cell membranes, improves wound healing, has anti-inflammatory effects, and protects against UV radiation.</p>\r\n<p><strong>Â  Â  Â Selenium</strong> is necessary for the functioning of glutathione, the bodyâ€™s most powerful antioxidant. Glutathione helps protect against cellular damage from free radicals that cause inflammation, aging, and promote skin cancer.</p>\r\n<p><strong>Â  Â  Â Silica</strong> is essential for maintaining the health of connective tissue and skin elasticity.</p>\r\n<p><strong>Â  Â  Â Sulfur</strong> is necessary for collagen production, which gives skin its structure and strength, and also is necessary for glutathione production, which protects skin against free radical damage.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Consider taking probiotics â€“</strong> Studies show probiotics can reduce inflammation and oxidative stress across the body and may have important implications in several skin conditions, including rosacea and psoriasis.</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>REFERENCES</strong></h3>\r\n<p><a href=\"https://www.huffpost.com/entry/winter-skin-tips_n_5a53e784e4b003133ecb658c\" target=\"_blank\" rel=\"noopener noreferrer\">Huffington Post</a></p>\r\n<p><a href=\"https://www.vogue.com/article/how-to-get-rid-of-dry-skin-winter-eye-cream-face-serum-mask-scrub\" target=\"_blank\" rel=\"noopener noreferrer\">Vogue magazine</a></p>\r\n<p><a href=\"https://chriskresser.com/skin-health/\" target=\"_blank\" rel=\"noopener noreferrer\">Chris Kresser</a></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Â </strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Winter Skin Care','Can a daily pill improve your health?','inherit','closed','closed','','1451-revision-v1','','','2020-10-28 15:35:17','2020-10-28 20:35:17','',1451,'https://ruthsnutrition.gsg-host.com/1451-revision-v1/',0,'revision','',0),(1459,2,'2020-10-28 15:36:14','2020-10-28 20:36:14','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h1><strong>Your skin needs special treatment inside &amp; out this season</strong></h1>\r\n<p><img class=\"alignright size-full wp-image-1456\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2020/10/Winter-Skin-Care-600X.jpeg\" alt=\"\" width=\"600\" height=\"543\" />Weâ€™re well into winter now, well into the season of colds, flu, COVID, and dry, itchy skin. By now we hope youâ€™ve prepared your immune system for the season, and if you havenâ€™t already, itâ€™s definitely time to protect your skin â€“ from inside and out.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>From the Outside â€“ Topical Methods</strong></h3>\r\n<p><strong>Use a humidifier â€“</strong> The drier the air, the drier the skin. Humidifiers really help, especially when running heaters in winter. At minimum, run a humidifier in the room you spend the most time in.</p>\r\n<p><strong>Switch to a heavier face cream â€“</strong> Traditional night creams work well here, for both night and daytime. Derma-e makes several excellent products to choose from.</p>\r\n<p><strong>Use antioxidant serums â€“</strong> These are perfect for protecting the skin year-round, as UV damage can come in any season. Choose a product with vitamin C and an SPF of 30 if possible.</p>\r\n<p><strong>Avoid harsh cleansers â€“</strong> Many face washes contain drying ingredients like commercial fragrances or additives. Choose a product that wonâ€™t strip your skin of essential oils.</p>\r\n<p><strong>Buff your skin â€“</strong> Choose a gentle face scrub to encourage exfoliation unless your skin is extremely dry, then just use a wet washcloth. Buffed skin looks and feels younger.</p>\r\n<p><strong>Avoid hot showers or baths â€“</strong> These can cause the skin surface to create tiny cracks and feel itchy. If you must indulge, be sure to use a full body moisturizer afterwards.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>From the Inside â€“ Nutritional Methods</strong></h3>\r\n<p><strong>Tweak your diet â€“ </strong>Eating more healthy fats can help with dry skin. Be sure to get a high-potency omega-3 supplement, and add avocados, walnuts, and olive oil to your meals.</p>\r\n<h4><strong>Get key vitamins from food or supplements -</strong></h4>\r\n<p><strong>Â  Â  Â Vitamin A</strong> in the form of retinol has long been used to treat numerous skin problems, including psoriasis and severe acne. Rough, dry skin is a common sign of vitamin A deficiency.</p>\r\n<p><strong>Â  Â  Â Vitamin C</strong> plays a crucial role in the regulation of collagen, necessary for the stability of skin. Observational studies show diets high in vitamin C are associated with better skin appearance and less wrinkling.</p>\r\n<p><strong>Â  Â  Â Vitamin E</strong> is a potent anti-inflammatory agent, defending the skin against free radical damage, including sun/UV exposure.</p>\r\n<p><strong>Â  Â  Â  </strong><strong>Vitamin B5 (pantothenic acid)</strong> is needed by skin cells for proper regeneration and growth, and is necessary for maintaining the healthy barrier function of the skin.</p>\r\n<p><strong>Â  Â  Â Vitamin K2</strong> prevents calcification of our skinâ€™s elastin, the protein that gives skin the ability to spring back, smoothing out lines and wrinkles.</p>\r\n<p>&nbsp;</p>\r\n<h4><strong>Get key minerals from food or supplements â€“ </strong></h4>\r\n<p><strong>Â  Â  Â Zinc</strong> assists proper structure of proteins and cell membranes, improves wound healing, has anti-inflammatory effects, and protects against UV radiation.</p>\r\n<p><strong>Â  Â  Â Selenium</strong> is necessary for the functioning of glutathione, the bodyâ€™s most powerful antioxidant. Glutathione helps protect against cellular damage from free radicals that cause inflammation, aging, and promote skin cancer.</p>\r\n<p><strong>Â  Â  Â Silica</strong> is essential for maintaining the health of connective tissue and skin elasticity.</p>\r\n<p><strong>Â  Â  Â Sulfur</strong> is necessary for collagen production, which gives skin its structure and strength, and also is necessary for glutathione production, which protects skin against free radical damage.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Consider taking probiotics â€“</strong> Studies show probiotics can reduce inflammation and oxidative stress across the body and may have important implications in several skin conditions, including rosacea and psoriasis.</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>REFERENCES</strong></h3>\r\n<p><a href=\"https://www.huffpost.com/entry/winter-skin-tips_n_5a53e784e4b003133ecb658c\" target=\"_blank\" rel=\"noopener noreferrer\">Huffington Post</a></p>\r\n<p><a href=\"https://www.vogue.com/article/how-to-get-rid-of-dry-skin-winter-eye-cream-face-serum-mask-scrub\" target=\"_blank\" rel=\"noopener noreferrer\">Vogue magazine</a></p>\r\n<p><a href=\"https://chriskresser.com/skin-health/\" target=\"_blank\" rel=\"noopener noreferrer\">Chris Kresser</a></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Â </strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Winter Skin Care','Can a daily pill improve your health?','inherit','closed','closed','','1451-revision-v1','','','2020-10-28 15:36:14','2020-10-28 20:36:14','',1451,'https://ruthsnutrition.gsg-host.com/1451-revision-v1/',0,'revision','',0),(1460,2,'2020-10-30 14:22:24','2020-10-30 19:22:24','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h1><strong>Supplement for a better brain, better aging, and better energy</strong></h1>\r\n<p><img class=\"alignright size-full wp-image-1467\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2020/10/PQQ-brain-600X.jpeg\" alt=\"\" width=\"600\" height=\"451\" />Who doesnâ€™t want a better brain? Who doesnâ€™t want to age better? No one here, thatâ€™s for sure. So let us tell you about a relatively new and awesome supplement.</p>\r\n<p>Pyrroloquinoline quinone, also known as PQQ, is a naturally occurring compound found in soil, certain foods, and human breast milk. Humans are able to synthesize small amounts from amino acids.</p>\r\n<p>OK, so what does it do? Most importantly, it protects the mitochondria, the little energy centers in every cell of the body. Why is that so important? Because healthy mitochondria are necessary for every cell to function. Having mitochondria that donâ€™t perform well is associated with decreased growth, muscle weakness, gastrointestinal issues, increased risk of infection, and neurological problems â€“ seizures, migraines, strokes, Parkinsonâ€™s Disease, Alzheimerâ€™s Disease, movement disorders, and dementia.</p>\r\n<p>Thatâ€™s a lot. Clearly, we donâ€™t want to be low in PQQ. But specifically, what can adding PQQ into your regimen do?</p>\r\n<p><strong>Relieve inflammation â€“</strong> PQQ has antioxidant properties that minimize free radical damage to cells and tissue. Studies show supplementation of 20 mg for just three days lowered the inflammatory markers C-reactive protein (CRP) and interleukin-6 (IL-6). A high CRP is associated with a higher risk of heart attacks, and high IL-6 is associated with chronic inflammatory disease.</p>\r\n<p><strong>Protect neurons â€“</strong> PQQ has been shown to help protect the brain from neurodegenerative diseases, stroke damage, and even the effects of traumatic brain injury. In addition, PQQ encourages the growth of new nerve cells, adding to brain plasticity and helping to improve memory, cognition, and learning. A 2016 study shows PQQ increases blood flow to the brain in the elderly, again helping improve cognition, memory, and learning.</p>\r\n<p><strong>May extend life span â€“</strong> We know mitochondrial function decreases as we age. Many scientists theorize that PQQ might help slow down this process, though more human studies are needed.</p>\r\n<p><strong>May lower cholesterol â€“</strong> A 2015 study gave participants 20 mg daily for 12 weeks and found significant lowering of LDL cholesterol.</p>\r\n<p><strong>May improve sleep â€“</strong> A 2012 Japanese study gave participants 20 mg daily for 8 weeks and found sleep improved significantly. A similar Japanese study done earlier found significant improvement in sleepiness at awakening, sleep onset and maintenance, and sleep duration.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Dose and side effects</strong></h3>\r\n<p>Recommended dose is anywhere from 5-20 mg daily. Side effects tend to occur only at higher levels and include headaches, drowsiness, and fatigue. For greatest beneficial effects, most practitioners recommend taking PQQ along with CoQ10, another supplement that benefits mitochondria and energy production.</p>\r\n<p>&nbsp;</p>\r\n<h3>REFERENCES</h3>\r\n<p><a href=\"https://www.healthline.com/nutrition/pqq-supplement?c=732684250038\" target=\"_blank\" rel=\"noopener noreferrer\">Healthline</a></p>\r\n<p><a href=\"https://www.lifeextension.com/magazine/2016/4/how-pqq-protects-the-brain\" target=\"_blank\" rel=\"noopener noreferrer\">Life Extension Research</a></p>\r\n<p><a href=\"https://draxe.com/nutrition/pqq-supplement/\" target=\"_blank\" rel=\"noopener noreferrer\">Dr. Axe</a></p>\r\n<p><a href=\"http://doctormurray.com/pqq-lowers-ldl-cholesterol-levels/\" target=\"_blank\" rel=\"noopener noreferrer\">Dr. Murray</a></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Â </strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','PQQ','Protect your brain, boost your energy!','publish','closed','open','','pqq','','','2020-10-30 14:22:24','2020-10-30 19:22:24','',0,'https://ruthsnutrition.gsg-host.com/?p=1460',0,'post','',0),(1461,2,'2020-10-28 15:41:49','2020-10-28 20:41:49','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h1><strong>Your skin needs special treatment inside &amp; out this season</strong></h1>\r\n<p><img class=\"alignright size-full wp-image-1456\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2020/10/Winter-Skin-Care-600X.jpeg\" alt=\"\" width=\"600\" height=\"543\" />Weâ€™re heading into winter now, well into the season of colds, flu, COVID, and dry, itchy skin. By now we hope youâ€™ve prepared your immune system for the season, and if you havenâ€™t already, itâ€™s definitely time to protect your skin â€“ from inside and out.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>From the Outside â€“ Topical Methods</strong></h3>\r\n<p><strong>Use a humidifier â€“</strong> The drier the air, the drier the skin. Humidifiers really help, especially when running heaters in winter. At minimum, run a humidifier in the room you spend the most time in.</p>\r\n<p><strong>Switch to a heavier face cream â€“</strong> Traditional night creams work well here, for both night and daytime. Derma-e makes several excellent products to choose from.</p>\r\n<p><strong>Use antioxidant serums â€“</strong> These are perfect for protecting the skin year-round, as UV damage can come in any season. Choose a product with vitamin C and an SPF of 30 if possible.</p>\r\n<p><strong>Avoid harsh cleansers â€“</strong> Many face washes contain drying ingredients like commercial fragrances or additives. Choose a product that wonâ€™t strip your skin of essential oils.</p>\r\n<p><strong>Buff your skin â€“</strong> Choose a gentle face scrub to encourage exfoliation unless your skin is extremely dry, then just use a wet washcloth. Buffed skin looks and feels younger.</p>\r\n<p><strong>Avoid hot showers or baths â€“</strong> These can cause the skin surface to create tiny cracks and feel itchy. If you must indulge, be sure to use a full body moisturizer afterwards.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>From the Inside â€“ Nutritional Methods</strong></h3>\r\n<p><strong>Tweak your diet â€“ </strong>Eating more healthy fats can help with dry skin. Be sure to get a high-potency omega-3 supplement, and add avocados, walnuts, and olive oil to your meals.</p>\r\n<h4><strong>Get key vitamins from food or supplements -</strong></h4>\r\n<p><strong>Â  Â  Â Vitamin A</strong> in the form of retinol has long been used to treat numerous skin problems, including psoriasis and severe acne. Rough, dry skin is a common sign of vitamin A deficiency.</p>\r\n<p><strong>Â  Â  Â Vitamin C</strong> plays a crucial role in the regulation of collagen, necessary for the stability of skin. Observational studies show diets high in vitamin C are associated with better skin appearance and less wrinkling.</p>\r\n<p><strong>Â  Â  Â Vitamin E</strong> is a potent anti-inflammatory agent, defending the skin against free radical damage, including sun/UV exposure.</p>\r\n<p><strong>Â  Â  Â  </strong><strong>Vitamin B5 (pantothenic acid)</strong> is needed by skin cells for proper regeneration and growth, and is necessary for maintaining the healthy barrier function of the skin.</p>\r\n<p><strong>Â  Â  Â Vitamin K2</strong> prevents calcification of our skinâ€™s elastin, the protein that gives skin the ability to spring back, smoothing out lines and wrinkles.</p>\r\n<p>&nbsp;</p>\r\n<h4><strong>Get key minerals from food or supplements â€“ </strong></h4>\r\n<p><strong>Â  Â  Â Zinc</strong> assists proper structure of proteins and cell membranes, improves wound healing, has anti-inflammatory effects, and protects against UV radiation.</p>\r\n<p><strong>Â  Â  Â Selenium</strong> is necessary for the functioning of glutathione, the bodyâ€™s most powerful antioxidant. Glutathione helps protect against cellular damage from free radicals that cause inflammation, aging, and promote skin cancer.</p>\r\n<p><strong>Â  Â  Â Silica</strong> is essential for maintaining the health of connective tissue and skin elasticity.</p>\r\n<p><strong>Â  Â  Â Sulfur</strong> is necessary for collagen production, which gives skin its structure and strength, and also is necessary for glutathione production, which protects skin against free radical damage.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Consider taking probiotics â€“</strong> Studies show probiotics can reduce inflammation and oxidative stress across the body and may have important implications in several skin conditions, including rosacea and psoriasis.</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>REFERENCES</strong></h3>\r\n<p><a href=\"https://www.huffpost.com/entry/winter-skin-tips_n_5a53e784e4b003133ecb658c\" target=\"_blank\" rel=\"noopener noreferrer\">Huffington Post</a></p>\r\n<p><a href=\"https://www.vogue.com/article/how-to-get-rid-of-dry-skin-winter-eye-cream-face-serum-mask-scrub\" target=\"_blank\" rel=\"noopener noreferrer\">Vogue magazine</a></p>\r\n<p><a href=\"https://chriskresser.com/skin-health/\" target=\"_blank\" rel=\"noopener noreferrer\">Chris Kresser</a></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Â </strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Winter Skin Care','Can a daily pill improve your health?','inherit','closed','closed','','1451-revision-v1','','','2020-10-28 15:41:49','2020-10-28 20:41:49','',1451,'https://ruthsnutrition.gsg-host.com/1451-revision-v1/',0,'revision','',0),(1463,2,'2020-10-28 15:43:53','2020-10-28 20:43:53','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h1><strong>Your skin needs special treatment inside &amp; out this season</strong></h1>\r\n<p><img class=\"alignright size-full wp-image-1456\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2020/10/Winter-Skin-Care-600X.jpeg\" alt=\"\" width=\"600\" height=\"543\" />Weâ€™re heading into winter now, well into the season of colds, flu, COVID, and dry, itchy skin. By now we hope youâ€™ve prepared your immune system for the season, and if you havenâ€™t already, itâ€™s definitely time to protect your skin â€“ from inside and out.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>From the Outside â€“ Topical Methods</strong></h3>\r\n<p><strong>Use a humidifier â€“</strong> The drier the air, the drier the skin. Humidifiers really help, especially when running heaters in winter. At minimum, run a humidifier in the room you spend the most time in.</p>\r\n<p><strong>Switch to a heavier face cream â€“</strong> Traditional night creams work well here, for both night and daytime. Derma-e makes several excellent products to choose from.</p>\r\n<p><strong>Use antioxidant serums â€“</strong> These are perfect for protecting the skin year-round, as UV damage can come in any season. Choose a product with vitamin C and an SPF of 30 if possible.</p>\r\n<p><strong>Avoid harsh cleansers â€“</strong> Many face washes contain drying ingredients like commercial fragrances or additives. Choose a product that wonâ€™t strip your skin of essential oils.</p>\r\n<p><strong>Buff your skin â€“</strong> Choose a gentle face scrub to encourage exfoliation unless your skin is extremely dry, then just use a wet washcloth. Buffed skin looks and feels younger.</p>\r\n<p><strong>Avoid hot showers or baths â€“</strong> These can cause the skin surface to create tiny cracks and feel itchy. If you must indulge, be sure to use a full body moisturizer afterwards.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>From the Inside â€“ Nutritional Methods</strong></h3>\r\n<p><strong>Tweak your diet â€“ </strong>Eating more healthy fats can help with dry skin. Be sure to get a high-potency omega-3 supplement, and add avocados, walnuts, and olive oil to your meals.</p>\r\n<h4><strong>Get key vitamins from food or supplements -</strong></h4>\r\n<p><strong>Â  Â  Â Vitamin A</strong> in the form of retinol has long been used to treat numerous skin problems, including psoriasis and severe acne. Rough, dry skin is a common sign of vitamin A deficiency.</p>\r\n<p><strong>Â  Â  Â Vitamin C</strong> plays a crucial role in the regulation of collagen, necessary for the stability of skin. Observational studies show diets high in vitamin C are associated with better skin appearance and less wrinkling.</p>\r\n<p><strong>Â  Â  Â Vitamin E</strong> is a potent anti-inflammatory agent, defending the skin against free radical damage, including sun/UV exposure.</p>\r\n<p><strong>Â  Â  Â  </strong><strong>Vitamin B5 (pantothenic acid)</strong> is needed by skin cells for proper regeneration and growth, and is necessary for maintaining the healthy barrier function of the skin.</p>\r\n<p><strong>Â  Â  Â Vitamin K2</strong> prevents calcification of our skinâ€™s elastin, the protein that gives skin the ability to spring back, smoothing out lines and wrinkles.</p>\r\n<p>&nbsp;</p>\r\n<h4><strong>Get key minerals from food or supplements â€“ </strong></h4>\r\n<p><strong>Â  Â  Â Zinc</strong> assists proper structure of proteins and cell membranes, improves wound healing, has anti-inflammatory effects, and protects against UV radiation.</p>\r\n<p><strong>Â  Â  Â Selenium</strong> is necessary for the functioning of glutathione, the bodyâ€™s most powerful antioxidant. Glutathione helps protect against cellular damage from free radicals that cause inflammation, aging, and promote skin cancer.</p>\r\n<p><strong>Â  Â  Â Silica</strong> is essential for maintaining the health of connective tissue and skin elasticity.</p>\r\n<p><strong>Â  Â  Â Sulfur</strong> is necessary for collagen production, which gives skin its structure and strength, and also is necessary for glutathione production, which protects skin against free radical damage.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Consider taking probiotics â€“</strong> Studies show probiotics can reduce inflammation and oxidative stress across the body and may have important implications in several skin conditions, including rosacea and psoriasis.</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>REFERENCES</strong></h3>\r\n<p><a href=\"https://www.huffpost.com/entry/winter-skin-tips_n_5a53e784e4b003133ecb658c\" target=\"_blank\" rel=\"noopener noreferrer\">Huffington Post</a></p>\r\n<p><a href=\"https://www.vogue.com/article/how-to-get-rid-of-dry-skin-winter-eye-cream-face-serum-mask-scrub\" target=\"_blank\" rel=\"noopener noreferrer\">Vogue magazine</a></p>\r\n<p><a href=\"https://chriskresser.com/skin-health/\" target=\"_blank\" rel=\"noopener noreferrer\">Chris Kresser</a></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Â </strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Winter Skin Care','Support your skin inside and out!','inherit','closed','closed','','1451-revision-v1','','','2020-10-28 15:43:53','2020-10-28 20:43:53','',1451,'https://ruthsnutrition.gsg-host.com/1451-revision-v1/',0,'revision','',0),(1464,2,'2020-10-28 15:53:59','2020-10-28 20:53:59','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h1><strong>Your skin needs special treatment inside &amp; out this season</strong></h1>\r\n<p><img class=\"alignright size-full wp-image-1456\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2020/10/Winter-Skin-Care-600X.jpeg\" alt=\"\" width=\"600\" height=\"543\" />Weâ€™re heading into winter now, well into the season of colds, flu, COVID, and dry, itchy skin. By now we hope youâ€™ve prepared your immune system for the season, and if you havenâ€™t already, itâ€™s definitely time to protect your skin â€“ from the outside with clean topical products and from the inside with key supplements.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>From the Outside â€“ Topical Methods</strong></h3>\r\n<p><strong>Use a humidifier â€“</strong> The drier the air, the drier the skin. Humidifiers really help, especially when running heaters in winter. At minimum, run a humidifier in the room you spend the most time in.</p>\r\n<p><strong>Switch to a heavier face cream â€“</strong> Traditional night creams work well here, for both night and daytime. Derma-e makes several excellent products to choose from.</p>\r\n<p><strong>Use antioxidant serums â€“</strong> These are perfect for protecting the skin year-round, as UV damage can come in any season. Choose a product with vitamin C and an SPF of 30 if possible.</p>\r\n<p><strong>Avoid harsh cleansers â€“</strong> Many face washes contain drying ingredients like commercial fragrances or additives. Choose a product that wonâ€™t strip your skin of essential oils.</p>\r\n<p><strong>Buff your skin â€“</strong> Choose a gentle face scrub to encourage exfoliation unless your skin is extremely dry, then just use a wet washcloth. Buffed skin looks and feels younger.</p>\r\n<p><strong>Avoid hot showers or baths â€“</strong> These can cause the skin surface to create tiny cracks and feel itchy. If you must indulge, be sure to use a full body moisturizer afterwards.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>From the Inside â€“ Nutritional Methods</strong></h3>\r\n<p><strong>Tweak your diet â€“ </strong>Eating more healthy fats can help with dry skin. Be sure to get a high-potency omega-3 supplement, and add avocados, walnuts, and olive oil to your meals.</p>\r\n<h4><strong>Get key vitamins from food or supplements -</strong></h4>\r\n<p><strong>Â  Â  Â Vitamin A</strong> in the form of retinol has long been used to treat numerous skin problems, including psoriasis and severe acne. Rough, dry skin is a common sign of vitamin A deficiency.</p>\r\n<p><strong>Â  Â  Â Vitamin C</strong> plays a crucial role in the regulation of collagen, necessary for the stability of skin. Observational studies show diets high in vitamin C are associated with better skin appearance and less wrinkling.</p>\r\n<p><strong>Â  Â  Â Vitamin E</strong> is a potent anti-inflammatory agent, defending the skin against free radical damage, including sun/UV exposure.</p>\r\n<p><strong>Â  Â  Â  </strong><strong>Vitamin B5 (pantothenic acid)</strong> is needed by skin cells for proper regeneration and growth, and is necessary for maintaining the healthy barrier function of the skin.</p>\r\n<p><strong>Â  Â  Â Vitamin K2</strong> prevents calcification of our skinâ€™s elastin, the protein that gives skin the ability to spring back, smoothing out lines and wrinkles.</p>\r\n<p>&nbsp;</p>\r\n<h4><strong>Get key minerals from food or supplements â€“ </strong></h4>\r\n<p><strong>Â  Â  Â Zinc</strong> assists proper structure of proteins and cell membranes, improves wound healing, has anti-inflammatory effects, and protects against UV radiation.</p>\r\n<p><strong>Â  Â  Â Selenium</strong> is necessary for the functioning of glutathione, the bodyâ€™s most powerful antioxidant. Glutathione helps protect against cellular damage from free radicals that cause inflammation, aging, and promote skin cancer.</p>\r\n<p><strong>Â  Â  Â Silica</strong> is essential for maintaining the health of connective tissue and skin elasticity.</p>\r\n<p><strong>Â  Â  Â Sulfur</strong> is necessary for collagen production, which gives skin its structure and strength, and also is necessary for glutathione production, which protects skin against free radical damage.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Consider taking probiotics â€“</strong> Studies show probiotics can reduce inflammation and oxidative stress across the body and may have important implications in several skin conditions, including rosacea and psoriasis.</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>REFERENCES</strong></h3>\r\n<p><a href=\"https://www.huffpost.com/entry/winter-skin-tips_n_5a53e784e4b003133ecb658c\" target=\"_blank\" rel=\"noopener noreferrer\">Huffington Post</a></p>\r\n<p><a href=\"https://www.vogue.com/article/how-to-get-rid-of-dry-skin-winter-eye-cream-face-serum-mask-scrub\" target=\"_blank\" rel=\"noopener noreferrer\">Vogue magazine</a></p>\r\n<p><a href=\"https://chriskresser.com/skin-health/\" target=\"_blank\" rel=\"noopener noreferrer\">Chris Kresser</a></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Â </strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Winter Skin Care','Support your skin inside and out!','inherit','closed','closed','','1451-revision-v1','','','2020-10-28 15:53:59','2020-10-28 20:53:59','',1451,'https://ruthsnutrition.gsg-host.com/1451-revision-v1/',0,'revision','',0),(1465,2,'2020-10-28 15:54:12','2020-10-28 20:54:12','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h1><strong>Your skin needs special treatment inside &amp; out this season</strong></h1>\r\n<p><img class=\"alignright size-full wp-image-1456\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2020/10/Winter-Skin-Care-600X.jpeg\" alt=\"\" width=\"600\" height=\"543\" />Weâ€™re heading into winter now, well into the season of colds, flu, COVID, and dry, itchy skin. By now we hope youâ€™ve prepared your immune system for the season, and if you havenâ€™t already, itâ€™s definitely time to protect your skin â€“ from the outside with clean topical products and from the inside with key supplements.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>From the Outside â€“ Topical Methods</strong></h3>\r\n<p><strong>Use a humidifier â€“</strong> The drier the air, the drier the skin. Humidifiers really help, especially when running heaters in winter. At minimum, run a humidifier in the room you spend the most time in.</p>\r\n<p><strong>Switch to a heavier face cream â€“</strong> Traditional night creams work well here, for both night and daytime. Derma-e makes several excellent products to choose from.</p>\r\n<p><strong>Use antioxidant serums â€“</strong> These are perfect for protecting the skin year-round, as UV damage can come in any season. Choose a product with vitamin C and an SPF of 30 if possible.</p>\r\n<p><strong>Avoid harsh cleansers â€“</strong> Many face washes contain drying ingredients like commercial fragrances or additives. Choose a product that wonâ€™t strip your skin of essential oils.</p>\r\n<p><strong>Buff your skin â€“</strong> Choose a gentle face scrub to encourage exfoliation unless your skin is extremely dry, then just use a wet washcloth. Buffed skin looks and feels younger.</p>\r\n<p><strong>Avoid hot showers or baths â€“</strong> These can cause the skin surface to create tiny cracks and feel itchy. If you must indulge, be sure to use a full body moisturizer afterwards.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>From the Inside â€“ Nutritional Methods</strong></h3>\r\n<p><strong>Tweak your diet â€“ </strong>Eating more healthy fats can help with dry skin. Be sure to get a high-potency omega-3 supplement, and add avocados, walnuts, and olive oil to your meals.</p>\r\n<h4><strong>Get key vitamins from food or supplements -</strong></h4>\r\n<p><strong>Â  Â  Â Vitamin A</strong> in the form of retinol has long been used to treat numerous skin problems, including psoriasis and severe acne. Rough, dry skin is a common sign of vitamin A deficiency.</p>\r\n<p><strong>Â  Â  Â Vitamin C</strong> plays a crucial role in the regulation of collagen, necessary for the stability of skin. Observational studies show diets high in vitamin C are associated with better skin appearance and less wrinkling.</p>\r\n<p><strong>Â  Â  Â Vitamin E</strong> is a potent anti-inflammatory agent, defending the skin against free radical damage, including sun/UV exposure.</p>\r\n<p><strong>Â  Â  Â  </strong><strong>Vitamin B5 (pantothenic acid)</strong> is needed by skin cells for proper regeneration and growth, and is necessary for maintaining the healthy barrier function of the skin.</p>\r\n<p><strong>Â  Â  Â Vitamin K2</strong> prevents calcification of our skinâ€™s elastin, the protein that gives skin the ability to spring back, smoothing out lines and wrinkles.</p>\r\n<p>&nbsp;</p>\r\n<h4><strong>Get key minerals from food or supplements â€“ </strong></h4>\r\n<p><strong>Â  Â  Â Zinc</strong> assists proper structure of proteins and cell membranes, improves wound healing, has anti-inflammatory effects, and protects against UV radiation.</p>\r\n<p><strong>Â  Â  Â Selenium</strong> is necessary for the functioning of glutathione, the bodyâ€™s most powerful antioxidant. Glutathione helps protect against cellular damage from free radicals that cause inflammation, aging, and promote skin cancer.</p>\r\n<p><strong>Â  Â  Â Silica</strong> is essential for maintaining the health of connective tissue and skin elasticity.</p>\r\n<p><strong>Â  Â  Â Sulfur</strong> is necessary for collagen production, which gives skin its structure and strength, and also is necessary for glutathione production, which protects skin against free radical damage.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Consider taking probiotics â€“</strong> Studies show probiotics can reduce inflammation and oxidative stress across the body and may have important implications in several skin conditions, including rosacea and psoriasis.</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>REFERENCES</strong></h3>\r\n<p><a href=\"https://www.huffpost.com/entry/winter-skin-tips_n_5a53e784e4b003133ecb658c\" target=\"_blank\" rel=\"noopener noreferrer\">Huffington Post</a></p>\r\n<p><a href=\"https://www.vogue.com/article/how-to-get-rid-of-dry-skin-winter-eye-cream-face-serum-mask-scrub\" target=\"_blank\" rel=\"noopener noreferrer\">Vogue magazine</a></p>\r\n<p><a href=\"https://chriskresser.com/skin-health/\" target=\"_blank\" rel=\"noopener noreferrer\">Chris Kresser</a></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Â </strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Winter Skin Care','Support your skin inside and out!','inherit','closed','closed','','1451-autosave-v1','','','2020-10-28 15:54:12','2020-10-28 20:54:12','',1451,'https://ruthsnutrition.gsg-host.com/1451-autosave-v1/',0,'revision','',0),(1466,2,'2020-11-23 14:44:07','2020-11-23 20:44:07','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h1><strong>Lifestyle choices &amp; supplements to protect your eyes as you age</strong></h1>\r\n<p><img class=\"alignright size-full wp-image-1472\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2020/11/Eye-600X.png\" alt=\"\" width=\"600\" height=\"453\" />When it comes to our eyes, we often take them for granted. But as we age serious conditions can develop that inhibit our ability to see or can even cause blindness. The good news is that lifestyle changes and several over-the-counter supplements can help lower the risks of having the conditions or improve the outcome.</p>\r\n<p>Two of the most common eye maladies to strike as we age are cataracts and age-related macular degeneration (AMD). Cataracts are a clouding of the lens of the eye, and are extremely common in older adults. AMD is the leading cause of vision loss in the United States. It occurs when there is deterioration of light-sensitive cells in the macula area of the retina.</p>\r\n<p>In 2001 and again in 2013 the National Eye Institute performed studies called the Age-Related Eye Disease Study 1 &amp; 2 that tested supplements for the eyes. Taken together, the studies recommended the following for lowering risk and improving outcomes of both cataracts and AMD.</p>\r\n<p><strong>Vitamin C, 500 mg â€“</strong> This vitamin supports blood vessels, and can lower risk of cataracts by as much as 64 percent.</p>\r\n<p><strong>Vitamin E, 400 IU â€“</strong> This antioxidant vitamin may help prevent or delay the onset of AMD and cataracts.</p>\r\n<p><strong>Zinc, 80 mg</strong> â€“ This mineral helps your body better absorb and use Vitamin A, long known to reduce inflammation and improve eye health. Zinc also is a powerful antioxidant that protects against cell damage.</p>\r\n<p><strong>Copper, 2 mg â€“</strong> (to prevent a copper deficiency caused by zinc supplementation).</p>\r\n<p><strong>Lutein, 10 mg &amp; Zeaxanthin, 2 mg â€“</strong> These are both antioxidant carotenoids found in plants. They help filter out blue wavelengths of light that can be harmful to the eyes.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Other supplements</strong></h3>\r\n<p>Other supplements that may be helpful for eye health include:</p>\r\n<p><strong>Vitamin A â€“</strong> It can reduce inflammation, protect the eyeâ€™s surface, and improve night vision.</p>\r\n<p><strong>B Vitamins â€“</strong> They can help lower inflammation in the eye and therefore reduce vascular problems in the eye retina.</p>\r\n<p><strong>Omega 3 fatty acids â€“</strong> Both DHA and EPA improve retinal function and visual development. They also help with dry eye degradation of the retina.</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Lifestyle changes</strong></h3>\r\n<p>Some of these you may already know, but if you donâ€™t here goes:</p>\r\n<p>Donâ€™t smoke. Smoking damages blood vessels.</p>\r\n<p>Protect your eyes from ultraviolet light by wearing sunglasses when outdoors and avoid staring directly into bright lights.</p>\r\n<p>Maintain a healthy weight and lifestyle, preventing diabetes.</p>\r\n<p>Use a humidifier at home if your house is dry, especially in winter.</p>\r\n<p>Drink plenty of water.</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>REFERENCES</strong></p>\r\n<p><a href=\"https://www.healthline.com/health/eye-health/eye-health-supplements\" target=\"_blank\" rel=\"noopener noreferrer\">Healthline</a></p>\r\n<p><a href=\"https://www.nvisioncenters.com/diet-and-eye-health/vitamins-supplements/\" target=\"_blank\" rel=\"noopener noreferrer\">Vision Centers</a></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Â </strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Eye Care','Protect your eyes as you age!','publish','closed','open','','eye-care','','','2020-11-23 14:44:07','2020-11-23 20:44:07','',0,'https://ruthsnutrition.gsg-host.com/?p=1466',0,'post','',0),(1467,2,'2020-10-30 14:12:08','2020-10-30 19:12:08','','PQQ brain 600X','','inherit','open','closed','','pqq-brain-600x','','','2020-10-30 14:12:08','2020-10-30 19:12:08','',1460,'https://ruthsnutrition.gsg-host.com/wp-content/uploads/2020/10/PQQ-brain-600X.jpeg',0,'attachment','image/jpeg',0),(1468,2,'2020-10-30 14:19:17','2020-10-30 19:19:17','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h1><strong>Supplement for a better brain, better aging</strong></h1>\r\n<p><img class=\"alignright size-full wp-image-1467\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2020/10/PQQ-brain-600X.jpeg\" alt=\"\" width=\"600\" height=\"451\" />Who doesnâ€™t want a better brain? Who doesnâ€™t want to age better? No one here, thatâ€™s for sure. So let us tell you about a relatively new and awesome supplement.</p>\r\n<p>Pyrroloquinoline quinone, also known as PQQ, is a naturally occurring compound found in soil, certain foods, and human breast milk. Humans are able to synthesize small amounts from amino acids.</p>\r\n<p>OK, so what does it do? Most importantly, it protects the mitochondria, the little energy centers in every cell of the body. Why is that so important? Because healthy mitochondria are necessary for every cell to function. Having mitochondria that donâ€™t perform well is associated with decreased growth, muscle weakness, gastrointestinal issues, increased risk of infection, and neurological problems â€“ seizures, migraines, strokes, Parkinsonâ€™s Disease, Alzheimerâ€™s Disease, movement disorders, and dementia.</p>\r\n<p>Thatâ€™s a lot. Clearly, we donâ€™t want to be low in PQQ. But specifically, what can adding PQQ into your regimen do?</p>\r\n<p><strong>Relieve inflammation â€“</strong> PQQ has antioxidant properties that minimize free radical damage to cells and tissue. Studies show supplementation of 20 mg for just three days lowered the inflammatory markers C-reactive protein (CRP) and interleukin-6 (IL-6). A high CRP is associated with a higher risk of heart attacks, and high IL-6 is associated with chronic inflammatory disease.</p>\r\n<p><strong>Protect neurons â€“</strong> PQQ has been shown to help protect the brain from neurodegenerative diseases, stroke damage, and even the effects of traumatic brain injury. In addition, PQQ encourages the growth of new nerve cells, adding to brain plasticity and helping to improve memory, cognition, and learning. A 2016 study shows PQQ increases blood flow to the brain in the elderly, again helping improve cognition, memory, and learning.</p>\r\n<p><strong>May extend life span â€“</strong> We know mitochondrial function decreases as we age. Many scientists theorize that PQQ might help slow down this process, though more human studies are needed.</p>\r\n<p><strong>May lower cholesterol â€“</strong> A 2015 study gave participants 20 mg daily for 12 weeks and found significant lowering of LDL cholesterol.</p>\r\n<p><strong>May improve sleep â€“</strong> A 2012 Japanese study gave participants 20 mg daily for 8 weeks and found sleep improved significantly. A similar Japanese study done earlier found significant improvement in sleepiness at awakening, sleep onset and maintenance, and sleep duration.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Dose and side effects</strong></h3>\r\n<p>Recommended dose is anywhere from 5-20 mg daily. Side effects tend to occur only at higher levels and include headaches, drowsiness, and fatigue. For greatest beneficial effects, most practitioners recommend taking PQQ along with CoQ10, another supplement that benefits mitochondria and energy production.</p>\r\n<p>&nbsp;</p>\r\n<h3>REFERENCES</h3>\r\n<p><a href=\"https://www.healthline.com/nutrition/pqq-supplement?c=732684250038\" target=\"_blank\" rel=\"noopener noreferrer\">Healthline</a></p>\r\n<p><a href=\"https://www.lifeextension.com/magazine/2016/4/how-pqq-protects-the-brain\" target=\"_blank\" rel=\"noopener noreferrer\">Life Extension Research</a></p>\r\n<p><a href=\"https://draxe.com/nutrition/pqq-supplement/\" target=\"_blank\" rel=\"noopener noreferrer\">Dr. Axe</a></p>\r\n<p><a href=\"http://doctormurray.com/pqq-lowers-ldl-cholesterol-levels/\" target=\"_blank\" rel=\"noopener noreferrer\">Dr. Murray</a></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Â </strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','PQQ','Protect your brain, boost your energy!','inherit','closed','closed','','1460-revision-v1','','','2020-10-30 14:19:17','2020-10-30 19:19:17','',1460,'https://ruthsnutrition.gsg-host.com/1460-revision-v1/',0,'revision','',0),(1469,2,'2020-10-30 14:20:50','2020-10-30 19:20:50','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h1><strong>Supplement for a better brain, better aging, better energy</strong></h1>\r\n<p><img class=\"alignright size-full wp-image-1467\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2020/10/PQQ-brain-600X.jpeg\" alt=\"\" width=\"600\" height=\"451\" />Who doesnâ€™t want a better brain? Who doesnâ€™t want to age better? No one here, thatâ€™s for sure. So let us tell you about a relatively new and awesome supplement.</p>\r\n<p>Pyrroloquinoline quinone, also known as PQQ, is a naturally occurring compound found in soil, certain foods, and human breast milk. Humans are able to synthesize small amounts from amino acids.</p>\r\n<p>OK, so what does it do? Most importantly, it protects the mitochondria, the little energy centers in every cell of the body. Why is that so important? Because healthy mitochondria are necessary for every cell to function. Having mitochondria that donâ€™t perform well is associated with decreased growth, muscle weakness, gastrointestinal issues, increased risk of infection, and neurological problems â€“ seizures, migraines, strokes, Parkinsonâ€™s Disease, Alzheimerâ€™s Disease, movement disorders, and dementia.</p>\r\n<p>Thatâ€™s a lot. Clearly, we donâ€™t want to be low in PQQ. But specifically, what can adding PQQ into your regimen do?</p>\r\n<p><strong>Relieve inflammation â€“</strong> PQQ has antioxidant properties that minimize free radical damage to cells and tissue. Studies show supplementation of 20 mg for just three days lowered the inflammatory markers C-reactive protein (CRP) and interleukin-6 (IL-6). A high CRP is associated with a higher risk of heart attacks, and high IL-6 is associated with chronic inflammatory disease.</p>\r\n<p><strong>Protect neurons â€“</strong> PQQ has been shown to help protect the brain from neurodegenerative diseases, stroke damage, and even the effects of traumatic brain injury. In addition, PQQ encourages the growth of new nerve cells, adding to brain plasticity and helping to improve memory, cognition, and learning. A 2016 study shows PQQ increases blood flow to the brain in the elderly, again helping improve cognition, memory, and learning.</p>\r\n<p><strong>May extend life span â€“</strong> We know mitochondrial function decreases as we age. Many scientists theorize that PQQ might help slow down this process, though more human studies are needed.</p>\r\n<p><strong>May lower cholesterol â€“</strong> A 2015 study gave participants 20 mg daily for 12 weeks and found significant lowering of LDL cholesterol.</p>\r\n<p><strong>May improve sleep â€“</strong> A 2012 Japanese study gave participants 20 mg daily for 8 weeks and found sleep improved significantly. A similar Japanese study done earlier found significant improvement in sleepiness at awakening, sleep onset and maintenance, and sleep duration.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Dose and side effects</strong></h3>\r\n<p>Recommended dose is anywhere from 5-20 mg daily. Side effects tend to occur only at higher levels and include headaches, drowsiness, and fatigue. For greatest beneficial effects, most practitioners recommend taking PQQ along with CoQ10, another supplement that benefits mitochondria and energy production.</p>\r\n<p>&nbsp;</p>\r\n<h3>REFERENCES</h3>\r\n<p><a href=\"https://www.healthline.com/nutrition/pqq-supplement?c=732684250038\" target=\"_blank\" rel=\"noopener noreferrer\">Healthline</a></p>\r\n<p><a href=\"https://www.lifeextension.com/magazine/2016/4/how-pqq-protects-the-brain\" target=\"_blank\" rel=\"noopener noreferrer\">Life Extension Research</a></p>\r\n<p><a href=\"https://draxe.com/nutrition/pqq-supplement/\" target=\"_blank\" rel=\"noopener noreferrer\">Dr. Axe</a></p>\r\n<p><a href=\"http://doctormurray.com/pqq-lowers-ldl-cholesterol-levels/\" target=\"_blank\" rel=\"noopener noreferrer\">Dr. Murray</a></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Â </strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','PQQ','Protect your brain, boost your energy!','inherit','closed','closed','','1460-revision-v1','','','2020-10-30 14:20:50','2020-10-30 19:20:50','',1460,'https://ruthsnutrition.gsg-host.com/1460-revision-v1/',0,'revision','',0),(1470,2,'2020-10-30 14:21:30','2020-10-30 19:21:30','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h1><strong>Supplement for a better brain, better aging, and better energy</strong></h1>\r\n<p><img class=\"alignright size-full wp-image-1467\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2020/10/PQQ-brain-600X.jpeg\" alt=\"\" width=\"600\" height=\"451\" />Who doesnâ€™t want a better brain? Who doesnâ€™t want to age better? No one here, thatâ€™s for sure. So let us tell you about a relatively new and awesome supplement.</p>\r\n<p>Pyrroloquinoline quinone, also known as PQQ, is a naturally occurring compound found in soil, certain foods, and human breast milk. Humans are able to synthesize small amounts from amino acids.</p>\r\n<p>OK, so what does it do? Most importantly, it protects the mitochondria, the little energy centers in every cell of the body. Why is that so important? Because healthy mitochondria are necessary for every cell to function. Having mitochondria that donâ€™t perform well is associated with decreased growth, muscle weakness, gastrointestinal issues, increased risk of infection, and neurological problems â€“ seizures, migraines, strokes, Parkinsonâ€™s Disease, Alzheimerâ€™s Disease, movement disorders, and dementia.</p>\r\n<p>Thatâ€™s a lot. Clearly, we donâ€™t want to be low in PQQ. But specifically, what can adding PQQ into your regimen do?</p>\r\n<p><strong>Relieve inflammation â€“</strong> PQQ has antioxidant properties that minimize free radical damage to cells and tissue. Studies show supplementation of 20 mg for just three days lowered the inflammatory markers C-reactive protein (CRP) and interleukin-6 (IL-6). A high CRP is associated with a higher risk of heart attacks, and high IL-6 is associated with chronic inflammatory disease.</p>\r\n<p><strong>Protect neurons â€“</strong> PQQ has been shown to help protect the brain from neurodegenerative diseases, stroke damage, and even the effects of traumatic brain injury. In addition, PQQ encourages the growth of new nerve cells, adding to brain plasticity and helping to improve memory, cognition, and learning. A 2016 study shows PQQ increases blood flow to the brain in the elderly, again helping improve cognition, memory, and learning.</p>\r\n<p><strong>May extend life span â€“</strong> We know mitochondrial function decreases as we age. Many scientists theorize that PQQ might help slow down this process, though more human studies are needed.</p>\r\n<p><strong>May lower cholesterol â€“</strong> A 2015 study gave participants 20 mg daily for 12 weeks and found significant lowering of LDL cholesterol.</p>\r\n<p><strong>May improve sleep â€“</strong> A 2012 Japanese study gave participants 20 mg daily for 8 weeks and found sleep improved significantly. A similar Japanese study done earlier found significant improvement in sleepiness at awakening, sleep onset and maintenance, and sleep duration.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Dose and side effects</strong></h3>\r\n<p>Recommended dose is anywhere from 5-20 mg daily. Side effects tend to occur only at higher levels and include headaches, drowsiness, and fatigue. For greatest beneficial effects, most practitioners recommend taking PQQ along with CoQ10, another supplement that benefits mitochondria and energy production.</p>\r\n<p>&nbsp;</p>\r\n<h3>REFERENCES</h3>\r\n<p><a href=\"https://www.healthline.com/nutrition/pqq-supplement?c=732684250038\" target=\"_blank\" rel=\"noopener noreferrer\">Healthline</a></p>\r\n<p><a href=\"https://www.lifeextension.com/magazine/2016/4/how-pqq-protects-the-brain\" target=\"_blank\" rel=\"noopener noreferrer\">Life Extension Research</a></p>\r\n<p><a href=\"https://draxe.com/nutrition/pqq-supplement/\" target=\"_blank\" rel=\"noopener noreferrer\">Dr. Axe</a></p>\r\n<p><a href=\"http://doctormurray.com/pqq-lowers-ldl-cholesterol-levels/\" target=\"_blank\" rel=\"noopener noreferrer\">Dr. Murray</a></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Â </strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','PQQ','Protect your brain, boost your energy!','inherit','closed','closed','','1460-revision-v1','','','2020-10-30 14:21:30','2020-10-30 19:21:30','',1460,'https://ruthsnutrition.gsg-host.com/1460-revision-v1/',0,'revision','',0),(1472,2,'2020-11-23 14:36:11','2020-11-23 20:36:11','','Eye 600X','','inherit','open','closed','','eye-600x','','','2020-11-23 14:36:11','2020-11-23 20:36:11','',1466,'https://ruthsnutrition.gsg-host.com/wp-content/uploads/2020/11/Eye-600X.png',0,'attachment','image/png',0),(1473,2,'2020-11-23 14:41:17','2020-11-23 20:41:17','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h1><strong>Lifestyle choices &amp; supplements to protect your eyes as you age</strong></h1>\r\n<p><img class=\"alignright size-full wp-image-1472\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2020/11/Eye-600X.png\" alt=\"\" width=\"600\" height=\"453\" />When it comes to our eyes, we often take them for granted. But as we age serious conditions can develop that inhibit our ability to see or can even cause blindness. The good news is that lifestyle changes and several over-the-counter supplements can help lower the risks of having the conditions or improve the outcome.</p>\r\n<p>Two of the most common eye maladies to strike as we age are cataracts and age-related macular degeneration (AMD). Cataracts are a clouding of the lens of the eye, and are extremely common in older adults. AMD is the leading cause of vision loss in the United States. It occurs when there is deterioration of light-sensitive cells in the macula area of the retina.</p>\r\n<p>In 2001 and again in 2013 the National Eye Institute performed studies called the Age-Related Eye Disease Study 1 &amp; 2 that tested supplements for the eyes. Taken together, the studies recommended the following for lowering risk and improving outcomes of both cataracts and AMD.</p>\r\n<p><strong>Vitamin C, 500 mg â€“</strong> This vitamin supports blood vessels, and can lower risk of cataracts by as much as 64 percent.</p>\r\n<p><strong>Vitamin E, 400 IU â€“</strong> This antioxidant vitamin may help prevent or delay the onset of AMD and cataracts.</p>\r\n<p><strong>Zinc, 80 mg</strong> â€“ This mineral helps your body better absorb and use Vitamin A, long known to reduce inflammation and improve eye health. Zinc also is a powerful antioxidant that protects against cell damage.</p>\r\n<p><strong>Copper, 2 mg â€“</strong> (to prevent a copper deficiency caused by zinc supplementation).</p>\r\n<p><strong>Lutein, 10 mg &amp; Zeaxanthin, 2 mg â€“</strong> These are both antioxidant carotenoids found in plants. They help filter out blue wavelengths of light that can be harmful to the eyes.</p>\r\n<p>&nbsp;</p>\r\n<h2><strong>Other supplements</strong></h2>\r\n<p>Other supplements that may be helpful for eye health include:</p>\r\n<p><strong>Vitamin A â€“</strong> It can reduce inflammation, protect the eyeâ€™s surface, and improve night vision.</p>\r\n<p><strong>B Vitamins â€“</strong> They can help lower inflammation in the eye and therefore reduce vascular problems in the eye retina.</p>\r\n<p><strong>Omega 3 fatty acids â€“</strong> Both DHA and EPA improve retinal function and visual development. They also help with dry eye degradation of the retina.</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<h2><strong>Lifestyle changes</strong></h2>\r\n<p>Some of these you may already know, but if you donâ€™t here goes:</p>\r\n<p>Donâ€™t smoke. Smoking damages blood vessels.</p>\r\n<p>Protect your eyes from ultraviolet light by wearing sunglasses when outdoors and avoid staring directly into bright lights.</p>\r\n<p>Maintain a healthy weight and lifestyle, preventing diabetes.</p>\r\n<p>Use a humidifier at home if your house is dry, especially in winter.</p>\r\n<p>Drink plenty of water.</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>REFERENCES</strong></h3>\r\n<p><a href=\"https://www.healthline.com/health/eye-health/eye-health-supplements\" target=\"_blank\" rel=\"noopener noreferrer\">Healthline</a></p>\r\n<p><a href=\"https://www.nvisioncenters.com/diet-and-eye-health/vitamins-supplements/\" target=\"_blank\" rel=\"noopener noreferrer\">Vision Centers</a></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Â </strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Eye Care','Protect your eyes as you age!','inherit','closed','closed','','1466-revision-v1','','','2020-11-23 14:41:17','2020-11-23 20:41:17','',1466,'https://ruthsnutrition.gsg-host.com/1466-revision-v1/',0,'revision','',0),(1474,2,'2020-11-23 14:42:48','2020-11-23 20:42:48','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h1><strong>Lifestyle choices &amp; supplements to protect your eyes as you age</strong></h1>\r\n<p><img class=\"alignright size-full wp-image-1472\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2020/11/Eye-600X.png\" alt=\"\" width=\"600\" height=\"453\" />When it comes to our eyes, we often take them for granted. But as we age serious conditions can develop that inhibit our ability to see or can even cause blindness. The good news is that lifestyle changes and several over-the-counter supplements can help lower the risks of having the conditions or improve the outcome.</p>\r\n<p>Two of the most common eye maladies to strike as we age are cataracts and age-related macular degeneration (AMD). Cataracts are a clouding of the lens of the eye, and are extremely common in older adults. AMD is the leading cause of vision loss in the United States. It occurs when there is deterioration of light-sensitive cells in the macula area of the retina.</p>\r\n<p>In 2001 and again in 2013 the National Eye Institute performed studies called the Age-Related Eye Disease Study 1 &amp; 2 that tested supplements for the eyes. Taken together, the studies recommended the following for lowering risk and improving outcomes of both cataracts and AMD.</p>\r\n<p><strong>Vitamin C, 500 mg â€“</strong> This vitamin supports blood vessels, and can lower risk of cataracts by as much as 64 percent.</p>\r\n<p><strong>Vitamin E, 400 IU â€“</strong> This antioxidant vitamin may help prevent or delay the onset of AMD and cataracts.</p>\r\n<p><strong>Zinc, 80 mg</strong> â€“ This mineral helps your body better absorb and use Vitamin A, long known to reduce inflammation and improve eye health. Zinc also is a powerful antioxidant that protects against cell damage.</p>\r\n<p><strong>Copper, 2 mg â€“</strong> (to prevent a copper deficiency caused by zinc supplementation).</p>\r\n<p><strong>Lutein, 10 mg &amp; Zeaxanthin, 2 mg â€“</strong> These are both antioxidant carotenoids found in plants. They help filter out blue wavelengths of light that can be harmful to the eyes.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Other supplements</strong></h3>\r\n<p>Other supplements that may be helpful for eye health include:</p>\r\n<p><strong>Vitamin A â€“</strong> It can reduce inflammation, protect the eyeâ€™s surface, and improve night vision.</p>\r\n<p><strong>B Vitamins â€“</strong> They can help lower inflammation in the eye and therefore reduce vascular problems in the eye retina.</p>\r\n<p><strong>Omega 3 fatty acids â€“</strong> Both DHA and EPA improve retinal function and visual development. They also help with dry eye degradation of the retina.</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Lifestyle changes</strong></h3>\r\n<p>Some of these you may already know, but if you donâ€™t here goes:</p>\r\n<p>Donâ€™t smoke. Smoking damages blood vessels.</p>\r\n<p>Protect your eyes from ultraviolet light by wearing sunglasses when outdoors and avoid staring directly into bright lights.</p>\r\n<p>Maintain a healthy weight and lifestyle, preventing diabetes.</p>\r\n<p>Use a humidifier at home if your house is dry, especially in winter.</p>\r\n<p>Drink plenty of water.</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>REFERENCES</strong></p>\r\n<p><a href=\"https://www.healthline.com/health/eye-health/eye-health-supplements\" target=\"_blank\" rel=\"noopener noreferrer\">Healthline</a></p>\r\n<p><a href=\"https://www.nvisioncenters.com/diet-and-eye-health/vitamins-supplements/\" target=\"_blank\" rel=\"noopener noreferrer\">Vision Centers</a></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Â </strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Eye Care','Protect your eyes as you age!','inherit','closed','closed','','1466-revision-v1','','','2020-11-23 14:42:48','2020-11-23 20:42:48','',1466,'https://ruthsnutrition.gsg-host.com/1466-revision-v1/',0,'revision','',0),(1477,2,'2020-12-21 11:55:17','2020-12-21 17:55:17','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h1><strong>Smart choices to help lighten winter blues</strong></h1>\r\n<p><img class=\"alignright size-full wp-image-1478\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2020/12/winter-depression-600X.jpg\" alt=\"\" width=\"600\" height=\"400\" />As if things were already crazy enough with COVID-19, colds, flu, and isolation in the air, winter also is the season of SAD Syndrome, more commonly known as the winter blues.</p>\r\n<p>Because this season has shorter days, all of us are exposed to less sunlight. That affects our circadian rhythms, and our production of both serotonin and melatonin. For some of us, that means depression, more irritability, lethargy, apathy, changes in sleep patterns, and/or changes in eating patterns and weight. For whatever reason, SAD syndrome affects more women than men, but men can have worse symptoms.</p>\r\n<p>The good news is there is a lot available to mitigate those symptoms. Obviously, if depression is severe you should contact your doctor. But if symptoms are mild, you might try some at-home remedies first.</p>\r\n<p>&nbsp;</p>\r\n<h2>Exercise</h2>\r\n<p>Hands down all research says exercise can improve mood and adjust your circadian clock, especially if you do it outside. Research shows that even a 15-minute walk at mid-day can increase neurotransmitters (serotonin, dopamine, norepinephrine) that help energize the brain and reset your clock. Â </p>\r\n<p>That said if you can exercise earlier in the day â€“ within two hours of waking up â€“ it will be even more beneficial.</p>\r\n<p>&nbsp;</p>\r\n<h2>Let there be light</h2>\r\n<p>Since limited sunlight is a cause of the problem, increasing light helps right the problem. If at all possible, get some sunlight shortly after waking. You might try drinking your coffee outside, if itâ€™s warm enough. Get outside during the day, too, whenever possible.</p>\r\n<p>You could also try light therapy. You can buy a light therapy box or even lights that attach to caps to get the equivalent of morning sun. Use for 30 minutes (up to two hours) daily in the morning.</p>\r\n<p>Another method using light that helps is to get a dawn simulator or wake-up light. These can be set like an alarm clock and will slowing increase the light in your bedroom to help you wake up more naturally. Again, it helps reset your circadian rhythm and improve your mood.</p>\r\n<p>&nbsp;</p>\r\n<h2>Supplements</h2>\r\n<p><strong>Vitamin D â€“</strong> Those low in vitamin D are more susceptible to depression, and itâ€™s easy for levels to get low in times of less sunlight. Â Get your levels checked by your doctor, then supplement if warranted.</p>\r\n<p><strong>Omega 3 oils â€“</strong> Studies show omega-3 oils improve depression, possibly by improving the functioning of cells in the brain and blood.</p>\r\n<p><strong>Melatonin â€“</strong> If you are having trouble sleeping, supplementing with melatonin may help reset your circadian rhythm and sleep more soundly.</p>\r\n<p><strong>Tryptophan â€“</strong> The effectiveness of light therapy can be enhanced by also taking an L-tryptophan supplement, an amino acid that is converted to serotonin by the body. Studies show L-tryptophan an effective therapy for some forms of depression.</p>\r\n<p><strong>B vitamins â€“</strong> These have long been associated with improving the nervous system overall, and may be helpful.</p>\r\n<p>&nbsp;</p>\r\n<h3>REFERENCES</h3>\r\n<p><a href=\"https://www.theguardian.com/lifeandstyle/2018/feb/05/seven-ways-to-beat-the-winter-blues-without-medication\" target=\"_blank\" rel=\"noopener\">Beating Winter Blues</a></p>\r\n<p><a href=\"https://tasteforlife.com/conditions-wellness/mood/seasonal-affective-disorder\" target=\"_blank\" rel=\"noopener\">Seasonal Affective Disorder</a></p>\r\n<p><a href=\"https://www.helpguide.org/articles/depression/seasonal-affective-disorder-sad.htm\" target=\"_blank\" rel=\"noopener\">Seasonal Depression</a></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Â </strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','SAD Syndrome','Tools to fight winter blues!','publish','closed','open','','sad_syndrome','','','2020-12-21 11:55:17','2020-12-21 17:55:17','',0,'https://ruthsnutrition.gsg-host.com/?p=1477',0,'post','',0),(1478,2,'2020-12-21 11:46:13','2020-12-21 17:46:13','','winter-depression-600X','','inherit','open','closed','','winter-depression-600x','','','2020-12-21 11:46:13','2020-12-21 17:46:13','',1477,'https://ruthsnutrition.gsg-host.com/wp-content/uploads/2020/12/winter-depression-600X.jpg',0,'attachment','image/jpeg',0),(1479,2,'2020-12-21 11:53:18','2020-12-21 17:53:18','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h1><strong>Smart choices to help lighten winter blues</strong></h1>\r\n<p>As if things were already crazy enough with COVID-19, colds, flu, and isolation in the air, winter also is the season of SAD Syndrome, more commonly known as the winter blues.</p>\r\n<p>Because this season has shorter days, all of us are exposed to less sunlight. That affects our circadian rhythms, and our production of both serotonin and melatonin. For some of us, that means depression, more irritability, lethargy, apathy, changes in sleep patterns, and/or changes in eating patterns and weight. For whatever reason, SAD syndrome affects more women than men, but men can have worse symptoms.</p>\r\n<p>The good news is there is a lot available to mitigate those symptoms. Obviously, if depression is severe you should contact your doctor. But if symptoms are mild, you might try some at-home remedies first.</p>\r\n<p>&nbsp;</p>\r\n<h2>Exercise</h2>\r\n<p>Hands down all research says exercise can improve mood and adjust your circadian clock, especially if you do it outside. Research shows that even a 15-minute walk at mid-day can increase neurotransmitters (serotonin, dopamine, norepinephrine) that help energize the brain and reset your clock. Â </p>\r\n<p>That said if you can exercise earlier in the day â€“ within two hours of waking up â€“ it will be even more beneficial.</p>\r\n<p>&nbsp;</p>\r\n<h2>Let there be light</h2>\r\n<p>Since limited sunlight is a cause of the problem, increasing light helps right the problem. If at all possible, get some sunlight shortly after waking. You might try drinking your coffee outside, if itâ€™s warm enough. Get outside during the day, too, whenever possible.</p>\r\n<p>You could also try light therapy. You can buy a light therapy box or even lights that attach to caps to get the equivalent of morning sun. Use for 30 minutes (up to two hours) daily in the morning.</p>\r\n<p>Another method using light that helps is to get a dawn simulator or wake-up light. These can be set like an alarm clock and will slowing increase the light in your bedroom to help you wake up more naturally. Again, it helps reset your circadian rhythm and improve your mood.</p>\r\n<p>&nbsp;</p>\r\n<h2>Supplements</h2>\r\n<p><strong>Vitamin D â€“</strong> Those low in vitamin D are more susceptible to depression, and itâ€™s easy for levels to get low in times of less sunlight. Â Get your levels checked by your doctor, then supplement if warranted.</p>\r\n<p><strong>Omega 3 oils â€“</strong> Studies show omega-3 oils improve depression, possibly by improving the functioning of cells in the brain and blood.</p>\r\n<p><strong>Melatonin â€“</strong> If you are having trouble sleeping, supplementing with melatonin may help reset your circadian rhythm and sleep more soundly.</p>\r\n<p><strong>Tryptophan â€“</strong> The effectiveness of light therapy can be enhanced by also taking an L-tryptophan supplement, an amino acid that is converted to serotonin by the body. Studies show L-tryptophan an effective therapy for some forms of depression.</p>\r\n<p><strong>B vitamins â€“</strong> These have long been associated with improving the nervous system overall, and may be helpful.</p>\r\n<p>&nbsp;</p>\r\n<h3>REFERENCES</h3>\r\n<p><a href=\"https://www.theguardian.com/lifeandstyle/2018/feb/05/seven-ways-to-beat-the-winter-blues-without-medication\" target=\"_blank\" rel=\"noopener\">Beating Winter Blues</a></p>\r\n<p><a href=\"https://tasteforlife.com/conditions-wellness/mood/seasonal-affective-disorder\" target=\"_blank\" rel=\"noopener\">Seasonal Affective Disorder</a></p>\r\n<p><a href=\"https://www.helpguide.org/articles/depression/seasonal-affective-disorder-sad.htm\" target=\"_blank\" rel=\"noopener\">Seasonal Depression</a></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Â </strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','SAD Syndrome','Tools to fight winter blues!','inherit','closed','closed','','1477-revision-v1','','','2020-12-21 11:53:18','2020-12-21 17:53:18','',1477,'https://ruthsnutrition.gsg-host.com/1477-revision-v1/',0,'revision','',0),(1480,2,'2020-12-21 11:53:51','2020-12-21 17:53:51','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h1><strong>Smart choices to help lighten winter blues</strong></h1>\r\n<p><img class=\"alignright size-full wp-image-1478\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2020/12/winter-depression-600X.jpg\" alt=\"\" width=\"600\" height=\"400\" />As if things were already crazy enough with COVID-19, colds, flu, and isolation in the air, winter also is the season of SAD Syndrome, more commonly known as the winter blues.</p>\r\n<p>Because this season has shorter days, all of us are exposed to less sunlight. That affects our circadian rhythms, and our production of both serotonin and melatonin. For some of us, that means depression, more irritability, lethargy, apathy, changes in sleep patterns, and/or changes in eating patterns and weight. For whatever reason, SAD syndrome affects more women than men, but men can have worse symptoms.</p>\r\n<p>The good news is there is a lot available to mitigate those symptoms. Obviously, if depression is severe you should contact your doctor. But if symptoms are mild, you might try some at-home remedies first.</p>\r\n<p>&nbsp;</p>\r\n<h2>Exercise</h2>\r\n<p>Hands down all research says exercise can improve mood and adjust your circadian clock, especially if you do it outside. Research shows that even a 15-minute walk at mid-day can increase neurotransmitters (serotonin, dopamine, norepinephrine) that help energize the brain and reset your clock. Â </p>\r\n<p>That said if you can exercise earlier in the day â€“ within two hours of waking up â€“ it will be even more beneficial.</p>\r\n<p>&nbsp;</p>\r\n<h2>Let there be light</h2>\r\n<p>Since limited sunlight is a cause of the problem, increasing light helps right the problem. If at all possible, get some sunlight shortly after waking. You might try drinking your coffee outside, if itâ€™s warm enough. Get outside during the day, too, whenever possible.</p>\r\n<p>You could also try light therapy. You can buy a light therapy box or even lights that attach to caps to get the equivalent of morning sun. Use for 30 minutes (up to two hours) daily in the morning.</p>\r\n<p>Another method using light that helps is to get a dawn simulator or wake-up light. These can be set like an alarm clock and will slowing increase the light in your bedroom to help you wake up more naturally. Again, it helps reset your circadian rhythm and improve your mood.</p>\r\n<p>&nbsp;</p>\r\n<h2>Supplements</h2>\r\n<p><strong>Vitamin D â€“</strong> Those low in vitamin D are more susceptible to depression, and itâ€™s easy for levels to get low in times of less sunlight. Â Get your levels checked by your doctor, then supplement if warranted.</p>\r\n<p><strong>Omega 3 oils â€“</strong> Studies show omega-3 oils improve depression, possibly by improving the functioning of cells in the brain and blood.</p>\r\n<p><strong>Melatonin â€“</strong> If you are having trouble sleeping, supplementing with melatonin may help reset your circadian rhythm and sleep more soundly.</p>\r\n<p><strong>Tryptophan â€“</strong> The effectiveness of light therapy can be enhanced by also taking an L-tryptophan supplement, an amino acid that is converted to serotonin by the body. Studies show L-tryptophan an effective therapy for some forms of depression.</p>\r\n<p><strong>B vitamins â€“</strong> These have long been associated with improving the nervous system overall, and may be helpful.</p>\r\n<p>&nbsp;</p>\r\n<h3>REFERENCES</h3>\r\n<p><a href=\"https://www.theguardian.com/lifeandstyle/2018/feb/05/seven-ways-to-beat-the-winter-blues-without-medication\" target=\"_blank\" rel=\"noopener\">Beating Winter Blues</a></p>\r\n<p><a href=\"https://tasteforlife.com/conditions-wellness/mood/seasonal-affective-disorder\" target=\"_blank\" rel=\"noopener\">Seasonal Affective Disorder</a></p>\r\n<p><a href=\"https://www.helpguide.org/articles/depression/seasonal-affective-disorder-sad.htm\" target=\"_blank\" rel=\"noopener\">Seasonal Depression</a></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Â </strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','SAD Syndrome','Tools to fight winter blues!','inherit','closed','closed','','1477-revision-v1','','','2020-12-21 11:53:51','2020-12-21 17:53:51','',1477,'https://ruthsnutrition.gsg-host.com/1477-revision-v1/',0,'revision','',0),(1481,2,'2020-12-29 13:35:49','2020-12-29 19:35:49','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h1><strong>New Zealand bees make powerful medicine</strong></h1>\r\n<p><img class=\"alignright size-full wp-image-1483\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2020/12/Manuka-honey-600X.jpg\" alt=\"\" width=\"600\" height=\"400\" />Humans have long used honey for medicinal purposes, especially wound healing, though it fell out of favor in the 1930s and â€˜40s when antibiotics became available. But now we have antibiotic-resistant bacteria entering wounds, and ironically it may be honey â€“ specifically manuka honey â€“ that comes to our rescue.</p>\r\n<p>In fact, manuka honey is being studied in the treatment of eczema, acne, burns, ulcers, allergies, urinary tract infections, and MRSA (methicillin-resistant Staphylococcus aureus).</p>\r\n<p>Manuka honey is native to New Zealand where honey bees pollinate and produce honey from the manuka bush (<em>Leptospermum scoparium</em>). While all honey has anti-bacterial properties because of its high sugar content, low pH, and generation of hydrogen peroxide, manuka honey contains additional antimicrobial properties derived from the plant (methylgloyoxal and methyl syringate).</p>\r\n<p>So where might manuka honey be of some benefit?</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Wound Healing</strong></h3>\r\n<p>In 2007 the FDA approved manuka honey as a wound treatment. Multiple studies show it can amplify the regeneration of tissue, and even decrease pain in burn patients. Other studies have shown manuka honey speeds healing of diabetic ulcers and eyelid wounds after surgery. Perhaps most important, studies show manuka honey is effective in killing at least three types of bacteria that can cause lethal infections: Â MRSA, MSSA (methicillin-susceptible <em>Staphylococcus aureus</em>), and PA (<em>Pseudomonas aeriginosa</em>).</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Oral Health</strong></h3>\r\n<p>The CDC estimates that some 50% of Americans have some form of periodontal disease. Studies show that manuka honey attacks harmful oral bacteria associated with plaque formation, gum inflammation and tooth decay.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Sore Throats</strong></h3>\r\n<p>Manuka honeyâ€™s antiviral and antimicrobial properties can reduce inflammation and attack bacteria that cause pain. Like all honeys, it also coats the inner lining of the throat for a soothing effect. These properties can be especially helpful for those undergoing chemotherapy.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Irritable Bowel</strong></h3>\r\n<p>Studies show regularly ingesting manuka honey can decrease symptoms of irritable bowel syndrome. Animal studies show manuka honey reduces inflammation in IBS and ulcerative colitis, and even attacks the severe diarrhea causing pathogen <em>Clostridium difficile</em> (commonly called <em>C. diff.)</em></p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Grading system</strong></h3>\r\n<p>There are two different notations for grading manuka honey, both indicating the level of its bioactive compounds methyglyoxal and leptosperin. Companies display grades as either UMF5+ to UMF20+, or MGO 83 to MGO 839.Â  Grades of UMF 10+ and MGO 263 or higher are considered medicinal.Â  Basically, the higher the number the more potent the product.Â </p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Safety</strong></h3>\r\n<p>Manuka honey should not be used by people allergic to honey or bees. Honey should not be taken orally by children younger than one. Diabetics should be aware ingesting honey can affect blood sugar.</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<h4><strong>REFERENCES</strong></h4>\r\n<p><a href=\"https://www.drkarafitzgerald.com/2017/07/10/manuka-honey-skin-ailments-wounds/\" target=\"_blank\" rel=\"noopener\">Functional Medicine</a></p>\r\n<p><a href=\"https://www.healthline.com/nutrition/manuka-honey-uses-benefits\" target=\"_blank\" rel=\"noopener\">Healthline</a></p>\r\n<p><a href=\"https://www.webmd.com/cold-and-flu/news/20080922/humble-honey-kills-bacteria\" target=\"_blank\" rel=\"noopener\">WebMD</a></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Â </strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Manuka honey','Powerful wound healer and more!','publish','closed','open','','manuka_honey','','','2020-12-30 08:13:31','2020-12-30 14:13:31','',0,'https://ruthsnutrition.gsg-host.com/?p=1481',0,'post','',0),(1483,2,'2020-12-29 13:26:58','2020-12-29 19:26:58','','Manuka honey 600X','','inherit','open','closed','','manuka-honey-600x','','','2020-12-29 13:26:58','2020-12-29 19:26:58','',1481,'https://ruthsnutrition.gsg-host.com/wp-content/uploads/2020/12/Manuka-honey-600X.jpg',0,'attachment','image/jpeg',0),(1484,2,'2020-12-29 13:31:58','2020-12-29 19:31:58','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h1><strong>New Zealand bees make powerful medicine</strong></h1>\r\n<p><img class=\"alignright size-full wp-image-1483\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2020/12/Manuka-honey-600X.jpg\" alt=\"\" width=\"600\" height=\"400\" />Humans have long used honey for medicinal purposes, especially wound healing, though it fell out of favor in the 1930s and â€˜40s when antibiotics became available. But now we have antibiotic-resistant bacteria entering wounds, and ironically it may be honey â€“ specifically manuka honey â€“ that comes to our rescue.</p>\r\n<p>In fact, manuka honey is being studied in the treatment of eczema, acne, burns, ulcers, allergies, urinary tract infections, and MRSA (methicillin-resistant Staphylococcus aureus).</p>\r\n<p>Manuka honey is native to New Zealand where honey bees pollinate and produce honey from the manuka bush (<em>Leptospermum scoparium</em>). While all honey has anti-bacterial properties because of its high sugar content, low pH, and generation of hydrogen peroxide, manuka honey contains additional antimicrobial properties derived from the plant (methylgloyoxal and methyl syringate).</p>\r\n<p>So where might manuka honey be of some benefit?</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Wound Healing</strong></p>\r\n<p>In 2007 the FDA approved manuka honey as a wound treatment. Multiple studies show it can amplify the regeneration of tissue, and even decrease pain in burn patients. Other studies have shown manuka honey speeds healing of diabetic ulcers and eyelid wounds after surgery. Perhaps most important, studies show manuka honey is effective in killing at least three types of bacteria that can cause lethal infections: Â MRSA, MSSA (methicillin-susceptible <em>Staphylococcus aureus</em>), and PA (<em>Pseudomonas aeriginosa</em>).</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Oral Health</strong></p>\r\n<p>The CDC estimates that some 50% of Americans have some form of periodontal disease. Studies show that manuka honey attacks harmful oral bacteria associated with plaque formation, gum inflammation and tooth decay.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Sore Throats</strong></p>\r\n<p>Manuka honeyâ€™s antiviral and antimicrobial properties can reduce inflammation and attack bacteria that cause pain. Like all honeys, it also coats the inner lining of the throat for a soothing effect. These properties can be especially helpful for those undergoing chemotherapy.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Irritable Bowel</strong></p>\r\n<p>Studies show regularly ingesting manuka honey can decrease symptoms of irritable bowel syndrome. Animal studies show manuka honey reduces inflammation in IBS and ulcerative colitis, and even attacks the severe diarrhea causing pathogen <em>Clostridium difficile</em> (commonly called <em>C. diff.)</em></p>\r\n<p>&nbsp;</p>\r\n<p><strong>Grading</strong></p>\r\n<p>The UMF Honey Association, New Zealandâ€™s leading authority on manuka honey, has established a grading system for the honey based on its content of the bioactive compounds methyglyoxal and leptosperin. The grades range from UMF5+ to UMF20+. Grades 10+ and higher are considered medicinal. Â </p>\r\n<p>&nbsp;</p>\r\n<p><strong>Safety</strong></p>\r\n<p>Manuka honey should not be used by people allergic to honey or bees. Honey should not be taken orally by children younger than one. Diabetics should be aware ingesting honey can affect blood sugar.</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>REFERENCES</strong></p>\r\n<p><a href=\"https://www.drkarafitzgerald.com/2017/07/10/manuka-honey-skin-ailments-wounds/\" target=\"_blank\" rel=\"noopener\">Functional Medicine</a></p>\r\n<p><a href=\"https://www.healthline.com/nutrition/manuka-honey-uses-benefits\" target=\"_blank\" rel=\"noopener\">Healthline</a></p>\r\n<p><a href=\"https://www.webmd.com/cold-and-flu/news/20080922/humble-honey-kills-bacteria\" target=\"_blank\" rel=\"noopener\">WebMD</a></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Â </strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Manuka honey','Support your skin inside and out!','inherit','closed','closed','','1481-revision-v1','','','2020-12-29 13:31:58','2020-12-29 19:31:58','',1481,'https://ruthsnutrition.gsg-host.com/1481-revision-v1/',0,'revision','',0),(1485,2,'2020-12-29 13:34:26','2020-12-29 19:34:26','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h1><strong>New Zealand bees make powerful medicine</strong></h1>\r\n<p><img class=\"alignright size-full wp-image-1483\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2020/12/Manuka-honey-600X.jpg\" alt=\"\" width=\"600\" height=\"400\" />Humans have long used honey for medicinal purposes, especially wound healing, though it fell out of favor in the 1930s and â€˜40s when antibiotics became available. But now we have antibiotic-resistant bacteria entering wounds, and ironically it may be honey â€“ specifically manuka honey â€“ that comes to our rescue.</p>\r\n<p>In fact, manuka honey is being studied in the treatment of eczema, acne, burns, ulcers, allergies, urinary tract infections, and MRSA (methicillin-resistant Staphylococcus aureus).</p>\r\n<p>Manuka honey is native to New Zealand where honey bees pollinate and produce honey from the manuka bush (<em>Leptospermum scoparium</em>). While all honey has anti-bacterial properties because of its high sugar content, low pH, and generation of hydrogen peroxide, manuka honey contains additional antimicrobial properties derived from the plant (methylgloyoxal and methyl syringate).</p>\r\n<p>So where might manuka honey be of some benefit?</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Wound Healing</strong></h3>\r\n<p>In 2007 the FDA approved manuka honey as a wound treatment. Multiple studies show it can amplify the regeneration of tissue, and even decrease pain in burn patients. Other studies have shown manuka honey speeds healing of diabetic ulcers and eyelid wounds after surgery. Perhaps most important, studies show manuka honey is effective in killing at least three types of bacteria that can cause lethal infections: Â MRSA, MSSA (methicillin-susceptible <em>Staphylococcus aureus</em>), and PA (<em>Pseudomonas aeriginosa</em>).</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Oral Health</strong></h3>\r\n<p>The CDC estimates that some 50% of Americans have some form of periodontal disease. Studies show that manuka honey attacks harmful oral bacteria associated with plaque formation, gum inflammation and tooth decay.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Sore Throats</strong></h3>\r\n<p>Manuka honeyâ€™s antiviral and antimicrobial properties can reduce inflammation and attack bacteria that cause pain. Like all honeys, it also coats the inner lining of the throat for a soothing effect. These properties can be especially helpful for those undergoing chemotherapy.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Irritable Bowel</strong></h3>\r\n<p>Studies show regularly ingesting manuka honey can decrease symptoms of irritable bowel syndrome. Animal studies show manuka honey reduces inflammation in IBS and ulcerative colitis, and even attacks the severe diarrhea causing pathogen <em>Clostridium difficile</em> (commonly called <em>C. diff.)</em></p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Grading</strong></h3>\r\n<p>The UMF Honey Association, New Zealandâ€™s leading authority on manuka honey, has established a grading system for the honey based on its content of the bioactive compounds methyglyoxal and leptosperin. The grades range from UMF5+ to UMF20+. Grades 10+ and higher are considered medicinal. Â </p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Safety</strong></h3>\r\n<p>Manuka honey should not be used by people allergic to honey or bees. Honey should not be taken orally by children younger than one. Diabetics should be aware ingesting honey can affect blood sugar.</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<h4><strong>REFERENCES</strong></h4>\r\n<p><a href=\"https://www.drkarafitzgerald.com/2017/07/10/manuka-honey-skin-ailments-wounds/\" target=\"_blank\" rel=\"noopener\">Functional Medicine</a></p>\r\n<p><a href=\"https://www.healthline.com/nutrition/manuka-honey-uses-benefits\" target=\"_blank\" rel=\"noopener\">Healthline</a></p>\r\n<p><a href=\"https://www.webmd.com/cold-and-flu/news/20080922/humble-honey-kills-bacteria\" target=\"_blank\" rel=\"noopener\">WebMD</a></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Â </strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Manuka honey','Support your skin inside and out!','inherit','closed','closed','','1481-revision-v1','','','2020-12-29 13:34:26','2020-12-29 19:34:26','',1481,'https://ruthsnutrition.gsg-host.com/1481-revision-v1/',0,'revision','',0),(1486,2,'2020-12-29 13:35:49','2020-12-29 19:35:49','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h1><strong>New Zealand bees make powerful medicine</strong></h1>\r\n<p><img class=\"alignright size-full wp-image-1483\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2020/12/Manuka-honey-600X.jpg\" alt=\"\" width=\"600\" height=\"400\" />Humans have long used honey for medicinal purposes, especially wound healing, though it fell out of favor in the 1930s and â€˜40s when antibiotics became available. But now we have antibiotic-resistant bacteria entering wounds, and ironically it may be honey â€“ specifically manuka honey â€“ that comes to our rescue.</p>\r\n<p>In fact, manuka honey is being studied in the treatment of eczema, acne, burns, ulcers, allergies, urinary tract infections, and MRSA (methicillin-resistant Staphylococcus aureus).</p>\r\n<p>Manuka honey is native to New Zealand where honey bees pollinate and produce honey from the manuka bush (<em>Leptospermum scoparium</em>). While all honey has anti-bacterial properties because of its high sugar content, low pH, and generation of hydrogen peroxide, manuka honey contains additional antimicrobial properties derived from the plant (methylgloyoxal and methyl syringate).</p>\r\n<p>So where might manuka honey be of some benefit?</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Wound Healing</strong></h3>\r\n<p>In 2007 the FDA approved manuka honey as a wound treatment. Multiple studies show it can amplify the regeneration of tissue, and even decrease pain in burn patients. Other studies have shown manuka honey speeds healing of diabetic ulcers and eyelid wounds after surgery. Perhaps most important, studies show manuka honey is effective in killing at least three types of bacteria that can cause lethal infections: Â MRSA, MSSA (methicillin-susceptible <em>Staphylococcus aureus</em>), and PA (<em>Pseudomonas aeriginosa</em>).</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Oral Health</strong></h3>\r\n<p>The CDC estimates that some 50% of Americans have some form of periodontal disease. Studies show that manuka honey attacks harmful oral bacteria associated with plaque formation, gum inflammation and tooth decay.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Sore Throats</strong></h3>\r\n<p>Manuka honeyâ€™s antiviral and antimicrobial properties can reduce inflammation and attack bacteria that cause pain. Like all honeys, it also coats the inner lining of the throat for a soothing effect. These properties can be especially helpful for those undergoing chemotherapy.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Irritable Bowel</strong></h3>\r\n<p>Studies show regularly ingesting manuka honey can decrease symptoms of irritable bowel syndrome. Animal studies show manuka honey reduces inflammation in IBS and ulcerative colitis, and even attacks the severe diarrhea causing pathogen <em>Clostridium difficile</em> (commonly called <em>C. diff.)</em></p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Grading</strong></h3>\r\n<p>The UMF Honey Association, New Zealandâ€™s leading authority on manuka honey, has established a grading system for the honey based on its content of the bioactive compounds methyglyoxal and leptosperin. The grades range from UMF5+ to UMF20+. Grades 10+ and higher are considered medicinal. Â </p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Safety</strong></h3>\r\n<p>Manuka honey should not be used by people allergic to honey or bees. Honey should not be taken orally by children younger than one. Diabetics should be aware ingesting honey can affect blood sugar.</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<h4><strong>REFERENCES</strong></h4>\r\n<p><a href=\"https://www.drkarafitzgerald.com/2017/07/10/manuka-honey-skin-ailments-wounds/\" target=\"_blank\" rel=\"noopener\">Functional Medicine</a></p>\r\n<p><a href=\"https://www.healthline.com/nutrition/manuka-honey-uses-benefits\" target=\"_blank\" rel=\"noopener\">Healthline</a></p>\r\n<p><a href=\"https://www.webmd.com/cold-and-flu/news/20080922/humble-honey-kills-bacteria\" target=\"_blank\" rel=\"noopener\">WebMD</a></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Â </strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Manuka honey','Powerful wound healer and more!','inherit','closed','closed','','1481-revision-v1','','','2020-12-29 13:35:49','2020-12-29 19:35:49','',1481,'https://ruthsnutrition.gsg-host.com/1481-revision-v1/',0,'revision','',0),(1487,2,'2020-12-30 08:13:44','2020-12-30 14:13:44','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h1><strong>New Zealand bees make powerful medicine</strong></h1>\r\n<p><img class=\"alignright size-full wp-image-1483\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2020/12/Manuka-honey-600X.jpg\" alt=\"\" width=\"600\" height=\"400\" />Humans have long used honey for medicinal purposes, especially wound healing, though it fell out of favor in the 1930s and â€˜40s when antibiotics became available. But now we have antibiotic-resistant bacteria entering wounds, and ironically it may be honey â€“ specifically manuka honey â€“ that comes to our rescue.</p>\r\n<p>In fact, manuka honey is being studied in the treatment of eczema, acne, burns, ulcers, allergies, urinary tract infections, and MRSA (methicillin-resistant Staphylococcus aureus).</p>\r\n<p>Manuka honey is native to New Zealand where honey bees pollinate and produce honey from the manuka bush (<em>Leptospermum scoparium</em>). While all honey has anti-bacterial properties because of its high sugar content, low pH, and generation of hydrogen peroxide, manuka honey contains additional antimicrobial properties derived from the plant (methylgloyoxal and methyl syringate).</p>\r\n<p>So where might manuka honey be of some benefit?</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Wound Healing</strong></h3>\r\n<p>In 2007 the FDA approved manuka honey as a wound treatment. Multiple studies show it can amplify the regeneration of tissue, and even decrease pain in burn patients. Other studies have shown manuka honey speeds healing of diabetic ulcers and eyelid wounds after surgery. Perhaps most important, studies show manuka honey is effective in killing at least three types of bacteria that can cause lethal infections: Â MRSA, MSSA (methicillin-susceptible <em>Staphylococcus aureus</em>), and PA (<em>Pseudomonas aeriginosa</em>).</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Oral Health</strong></h3>\r\n<p>The CDC estimates that some 50% of Americans have some form of periodontal disease. Studies show that manuka honey attacks harmful oral bacteria associated with plaque formation, gum inflammation and tooth decay.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Sore Throats</strong></h3>\r\n<p>Manuka honeyâ€™s antiviral and antimicrobial properties can reduce inflammation and attack bacteria that cause pain. Like all honeys, it also coats the inner lining of the throat for a soothing effect. These properties can be especially helpful for those undergoing chemotherapy.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Irritable Bowel</strong></h3>\r\n<p>Studies show regularly ingesting manuka honey can decrease symptoms of irritable bowel syndrome. Animal studies show manuka honey reduces inflammation in IBS and ulcerative colitis, and even attacks the severe diarrhea causing pathogen <em>Clostridium difficile</em> (commonly called <em>C. diff.)</em></p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Grading system</strong></h3>\r\n<p>There are two different notations for grading manuka honey, both indicating the level of its bioactive compounds methyglyoxal and leptosperin. Companies display grades as either UMF5+ to UMF20+, or MGO 83 to MGO 839.Â  Grades of UMF 10+ and MGO 263 or higher are considered medicinal.Â  Basically, the higher the number the more potent the product.Â </p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Safety</strong></h3>\r\n<p>Manuka honey should not be used by people allergic to honey or bees. Honey should not be taken orally by children younger than one. Diabetics should be aware ingesting honey can affect blood sugar.</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<h4><strong>REFERENCES</strong></h4>\r\n<p><a href=\"https://www.drkarafitzgerald.com/2017/07/10/manuka-honey-skin-ailments-wounds/\" target=\"_blank\" rel=\"noopener\">Functional Medicine</a></p>\r\n<p><a href=\"https://www.healthline.com/nutrition/manuka-honey-uses-benefits\" target=\"_blank\" rel=\"noopener\">Healthline</a></p>\r\n<p><a href=\"https://www.webmd.com/cold-and-flu/news/20080922/humble-honey-kills-bacteria\" target=\"_blank\" rel=\"noopener\">WebMD</a></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Â </strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Manuka honey','Powerful wound healer and more!','inherit','closed','closed','','1481-autosave-v1','','','2020-12-30 08:13:44','2020-12-30 14:13:44','',1481,'https://ruthsnutrition.gsg-host.com/1481-autosave-v1/',0,'revision','',0),(1488,2,'2020-12-30 08:13:31','2020-12-30 14:13:31','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h1><strong>New Zealand bees make powerful medicine</strong></h1>\r\n<p><img class=\"alignright size-full wp-image-1483\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2020/12/Manuka-honey-600X.jpg\" alt=\"\" width=\"600\" height=\"400\" />Humans have long used honey for medicinal purposes, especially wound healing, though it fell out of favor in the 1930s and â€˜40s when antibiotics became available. But now we have antibiotic-resistant bacteria entering wounds, and ironically it may be honey â€“ specifically manuka honey â€“ that comes to our rescue.</p>\r\n<p>In fact, manuka honey is being studied in the treatment of eczema, acne, burns, ulcers, allergies, urinary tract infections, and MRSA (methicillin-resistant Staphylococcus aureus).</p>\r\n<p>Manuka honey is native to New Zealand where honey bees pollinate and produce honey from the manuka bush (<em>Leptospermum scoparium</em>). While all honey has anti-bacterial properties because of its high sugar content, low pH, and generation of hydrogen peroxide, manuka honey contains additional antimicrobial properties derived from the plant (methylgloyoxal and methyl syringate).</p>\r\n<p>So where might manuka honey be of some benefit?</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Wound Healing</strong></h3>\r\n<p>In 2007 the FDA approved manuka honey as a wound treatment. Multiple studies show it can amplify the regeneration of tissue, and even decrease pain in burn patients. Other studies have shown manuka honey speeds healing of diabetic ulcers and eyelid wounds after surgery. Perhaps most important, studies show manuka honey is effective in killing at least three types of bacteria that can cause lethal infections: Â MRSA, MSSA (methicillin-susceptible <em>Staphylococcus aureus</em>), and PA (<em>Pseudomonas aeriginosa</em>).</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Oral Health</strong></h3>\r\n<p>The CDC estimates that some 50% of Americans have some form of periodontal disease. Studies show that manuka honey attacks harmful oral bacteria associated with plaque formation, gum inflammation and tooth decay.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Sore Throats</strong></h3>\r\n<p>Manuka honeyâ€™s antiviral and antimicrobial properties can reduce inflammation and attack bacteria that cause pain. Like all honeys, it also coats the inner lining of the throat for a soothing effect. These properties can be especially helpful for those undergoing chemotherapy.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Irritable Bowel</strong></h3>\r\n<p>Studies show regularly ingesting manuka honey can decrease symptoms of irritable bowel syndrome. Animal studies show manuka honey reduces inflammation in IBS and ulcerative colitis, and even attacks the severe diarrhea causing pathogen <em>Clostridium difficile</em> (commonly called <em>C. diff.)</em></p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Grading system</strong></h3>\r\n<p>There are two different notations for grading manuka honey, both indicating the level of its bioactive compounds methyglyoxal and leptosperin. Companies display grades as either UMF5+ to UMF20+, or MGO 83 to MGO 839.Â  Grades of UMF 10+ and MGO 263 or higher are considered medicinal.Â  Basically, the higher the number the more potent the product.Â </p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Safety</strong></h3>\r\n<p>Manuka honey should not be used by people allergic to honey or bees. Honey should not be taken orally by children younger than one. Diabetics should be aware ingesting honey can affect blood sugar.</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<h4><strong>REFERENCES</strong></h4>\r\n<p><a href=\"https://www.drkarafitzgerald.com/2017/07/10/manuka-honey-skin-ailments-wounds/\" target=\"_blank\" rel=\"noopener\">Functional Medicine</a></p>\r\n<p><a href=\"https://www.healthline.com/nutrition/manuka-honey-uses-benefits\" target=\"_blank\" rel=\"noopener\">Healthline</a></p>\r\n<p><a href=\"https://www.webmd.com/cold-and-flu/news/20080922/humble-honey-kills-bacteria\" target=\"_blank\" rel=\"noopener\">WebMD</a></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Â </strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Manuka honey','Powerful wound healer and more!','inherit','closed','closed','','1481-revision-v1','','','2020-12-30 08:13:31','2020-12-30 14:13:31','',1481,'https://ruthsnutrition.gsg-host.com/1481-revision-v1/',0,'revision','',0),(1491,2,'2021-01-29 14:37:29','2021-01-29 20:37:29','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h1><strong>How can something that smells so bad do so much good?</strong></h1>\r\n<p><img class=\"alignright wp-image-1500 size-full\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2021/01/Garlic-600X.jpeg\" alt=\"\" width=\"600\" height=\"448\" /></p>\r\n<p>If youâ€™re any kind of cook at all, youâ€™ve got fresh garlic in the kitchen. If youâ€™re prone to high cholesterol or hypertension, you might have garlic caps in your supplement stash. But transforming food flavors and protecting your heart are just two of the wonders of what this ancient herb can do.</p>\r\n<p>Humans have used garlic as medicine since our early history. Its use is well documented by ancient Egyptians, Babylonians, Greeks, Romans, and Chinese. Greek physician Hippocrates prescribed garlic for infections, respiratory problems, poor digestion, fatigue, and parasites. The original Olympic athletes were given garlic to enhance performance.</p>\r\n<p>Eating garlic provides a surprising amount of nutrition. It contains considerable amounts of manganese, Vitamin C, Vitamin B6, selenium, fiber, and decent amounts of calcium, copper, potassium, phosphorus, iron, and Vitamin B1.</p>\r\n<p>But perhaps the greatest benefits come from its thirty-three sulfur compounds that enter the digestive tract and travel all over the body. These compounds have been proven to have expectorant, antispasmodic, antiseptic, bacteriostatic, antiviral, antiparasitic, and hypotensive effects.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Garlic as modern medicine</strong></h3>\r\n<p>Garlic turns out to be one of the most studied medicinal plants, and research shows it has proven results.</p>\r\n<p><strong>Garlic combats the common cold.</strong> Studies show a daily garlic supplement can cut the incidence of colds by 63%, and reduce the number of days sick with colds by 70% and flu by 61%. If youâ€™re prone to respiratory illness in winter, a daily garlic supplement might not be a bad idea.</p>\r\n<p><strong>Garlic can reduce high blood pressure.</strong> In one study, taking 600-1,500 mg of aged garlic daily was just as effective as the drug Atenolol at reducing blood pressure over 24 weeks.</p>\r\n<p><strong>Garlic can lower high cholesterol.</strong> Studies show garlic taken daily can reduce total cholesterol and LDL by 10-15%.</p>\r\n<p><strong>Garlic is a potent antimicrobial</strong>. Numerous modern studies confirm that garlic has definite antibiotic properties and is effective against a wide spectrum of bacteria, fungi and viruses.Â  Fresh garlic extract inhibitsÂ <em>C. albicans</em>Â and MRSA. Because many of garlicâ€™s compounds are released through the lungs, it can be a potent ally in fighting bacterial respiratory infections. (Not to mention, itâ€™s an expectorant.)</p>\r\n<p>One of garlicâ€™s compounds, diallyl sulfide, was found to be 100 times more effective than two popular antibiotics in fighting <em>Campylobacter bacterium</em>, one of the most common causes of intestinal infection.</p>\r\n<p><strong>Garlic can detoxify heavy metals.</strong> A four-week study of employees at a car battery plant who were exposed to lead found that daily high doses of garlic reduced lead levels in the body by 19%. It also reduced clinical signs of lead toxicity, such as headaches and high blood pressure.</p>\r\n<p><strong>Garlic can reduce inflammation.</strong> Research shows daily garlic supplementation can reduce arthritis pain. It also can be applied as garlic oil or a garlic poultice onto painful, inflamed joints to reduce pain.</p>\r\n<p>&nbsp;</p>\r\n<h4><strong>REFERENCES</strong></h4>\r\n<p><a href=\"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4458355/#:~:text=Numerous%20modern%20studies%20confirm%20that,some%20bioactive%20compounds%20(11).\" target=\"_blank\" rel=\"noopener\">PubMed</a></p>\r\n<p><a href=\"https://www.healthline.com/nutrition/11-proven-health-benefits-of-garlic#TOC_TITLE_HDR_8\" target=\"_blank\" rel=\"noopener\">Healthline</a></p>\r\n<p><a href=\"https://www.medicalnewstoday.com/articles/265853#benefits\" target=\"_blank\" rel=\"noopener\">Medical News Today</a></p>\r\n<p><a href=\"https://health.clevelandclinic.org/6-surprising-ways-garlic-boosts-your-health/\" target=\"_blank\" rel=\"noopener\">Cleveland Clinic</a></p>\r\n<p><a href=\"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3731019/\" target=\"_blank\" rel=\"noopener\">Garlic mechanisms</a></p>\r\n<p><a href=\"https://www.hcplive.com/view/compound-found-in-garlic-can-fight-lung-infections\" target=\"_blank\" rel=\"noopener\">HPC Live</a></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Â </strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Garlic','It benefits your heart, digestion, immunity and more!','publish','closed','open','','garlic','','','2021-01-29 14:37:29','2021-01-29 20:37:29','',0,'https://ruthsnutrition.gsg-host.com/?p=1491',0,'post','',0),(1492,2,'2021-01-25 11:34:12','2021-01-25 17:34:12','','healthy heart 600X','','inherit','open','closed','','healthy-heart-600x','','','2021-01-25 11:34:12','2021-01-25 17:34:12','',1491,'https://ruthsnutrition.gsg-host.com/wp-content/uploads/2021/01/healthy-heart-600X.jpeg',0,'attachment','image/jpeg',0),(1493,2,'2021-01-25 13:56:16','2021-01-25 19:56:16','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h1><strong>A collection of fun ways to protect your heart</strong></h1>\r\n<p><img class=\"alignright wp-image-1492 size-full\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2021/01/healthy-heart-600X.jpeg\" alt=\"\" width=\"600\" height=\"400\" /></p>\r\n<p>Itâ€™s long been known that heart disease is the No. 1 killer in the United States (though for some short periods in 2020 COVID-19 led the list), and chances are good that you know at least a few of the things you can do to prevent heart disease. But weâ€™re wondering if you know about the many more fun things you can do to protect your heart.</p>\r\n<p>&nbsp;</p>\r\n<h3>First, The Basics</h3>\r\n<p>To be sure weâ€™re all well informed, letâ€™s first review the major avenues the Mayo Clinic recommends you take for heart disease prevention.</p>\r\n<p>Donâ€™t smoke, vape, or use tobacco. If you do, quit.</p>\r\n<p>Move! Aim for 30 to 60 minutes of activity daily.</p>\r\n<p>Eat a heart-healthy diet. Lots of veggies, high fiber, healthy fats, limited refined carbohydrates.</p>\r\n<p>Maintain a healthy weight. A BMI of 25 or higher is considered overweight.</p>\r\n<p>Make sleep a priority. Aim for 7-9 hours a night.</p>\r\n<p>Find ways to manage stress.</p>\r\n<p>Get regular health check-ups. You need these to monitor blood pressure, cholesterol levels, and Type 2 diabetes screening.</p>\r\n<p>&nbsp;</p>\r\n<h3>More Fun Things You Can Do</h3>\r\n<p><strong>Eat dark chocolate.</strong> Dark chocolate is high in flavonoids, specifically flavanol, and eating dark chocolate is associated with lower risk of heart disease and stroke. Obviously, eat it in moderation.</p>\r\n<p><strong>Listen to classical music.</strong> Studies show it can lower blood pressure and slow your heartbeat. Provided you like classical music, of course.</p>\r\n<p><strong>Move out of the city</strong>. Lots of noise, nerve-wracking heavy traffic, poor air quality â€“ these donâ€™t contribute to a zen mind or a healthy heart. They call it escape to the country for a reason.</p>\r\n<p><strong>Work for a good boss.</strong> Most of us donâ€™t get to control this, but if you are fortunate enough to have a good relationship with your boss your body thanks you. Having a poor relationship with your supervisor has been shown to increase your risk of heart disease.</p>\r\n<p><strong>Live with others.</strong> If youâ€™re not already doing it, this may be difficult in the time of COVID, but this pandemic wonâ€™t last forever. Studies have found that for those with heart disease, living alone increases their chance of dying from the disease.</p>\r\n<p><strong>Eat more flavanols.</strong> These are found in more than just chocolate. Eat berries, apples, and drink tea.</p>\r\n<p><strong>Snuggle more.</strong> Research shows that snuggling with a loved one releases oxytocin, which can help lower blood pressure.</p>\r\n<p><strong>Laugh more.</strong> Laughing dilates blood vessels which increases blood flow and reduces blood pressure.</p>\r\n<p><strong>Get a pet.</strong> People with pets have lower blood pressure and are at lower risk of heart disease than those who donâ€™t.</p>\r\n<p><strong>Get your daily B vitamins.</strong> A Cleveland Clinic study found men with diets low in B vitamins were more than twice as likely to develop heart disease as men with higher levels in their systems.</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>REFERENCES</strong></p>\r\n<p><a href=\"https://www.mayoclinic.org/diseases-conditions/heart-disease/in-depth/heart-disease-prevention/art-20046502\" target=\"_blank\" rel=\"noopener\">Mayo Clinic</a></p>\r\n<p><a href=\"https://www.diabetes.co.uk/blog/2015/06/six-bizarre-ways-to-reduce-your-risk-of-heart-disease/\" target=\"_blank\" rel=\"noopener\">Diabetes Community</a></p>\r\n<p><a href=\"https://www.intelligentliving.co/11-heart-health/\" target=\"_blank\" rel=\"noopener\">Intelligent Living</a></p>\r\n<p><a href=\"https://www.menshealth.com/health/a19540964/heart-protection/\" target=\"_blank\" rel=\"noopener\">Menâ€™s Health</a></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Â </strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Preventing heart disease','Have fun while protecting your heart!','publish','closed','open','','preventing_heart_disease','','','2021-01-25 14:02:07','2021-01-25 20:02:07','',0,'https://ruthsnutrition.gsg-host.com/?p=1493',0,'post','',0),(1494,2,'2021-01-25 13:53:43','2021-01-25 19:53:43','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h1><strong>A collection of fun ways to protect your heart</strong></h1>\r\n<p><img class=\"alignright wp-image-1492 size-full\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2021/01/healthy-heart-600X.jpeg\" alt=\"\" width=\"600\" height=\"400\" /></p>\r\n<p>Some fun ways to protect your heart</p>\r\n<p>Itâ€™s long been known that heart disease is the No. 1 killer in the United States (though for some short periods in 2020 COVID-19 led the list), and chances are good that you know at least a few of the things you can do to prevent heart disease. But weâ€™re wondering if you know about the many more fun things you can do to protect your heart.</p>\r\n<p>&nbsp;</p>\r\n<h3>First, The Basics</h3>\r\n<p>To be sure weâ€™re all well informed, letâ€™s first review the major avenues the Mayo Clinic recommends you take for heart disease prevention.</p>\r\n<ol>\r\n<li>Donâ€™t smoke, vape, or use tobacco. If you do, quit.</li>\r\n<li>Move! Aim for 30 to 60 minutes of activity daily.</li>\r\n<li>Eat a heart-healthy diet. Lots of veggies, high fiber, healthy fats, limited refined carbohydrates.</li>\r\n<li>Maintain a healthy weight. A BMI of 25 or higher is considered overweight.</li>\r\n<li>Make sleep a priority. Aim for 7-9 hours a night.</li>\r\n<li>Find ways to manage stress.</li>\r\n<li>Get regular health check-ups. You need these to monitor blood pressure, cholesterol levels, and Type 2 diabetes screening.</li>\r\n</ol>\r\n<p>&nbsp;</p>\r\n<h3>More Fun Things You Can Do</h3>\r\n<p><strong>Eat dark chocolate.</strong> Dark chocolate is high in flavonoids, specifically flavanol, and eating dark chocolate is associated with lower risk of heart disease and stroke. Obviously, eat it in moderation.</p>\r\n<p><strong>Listen to classical music.</strong> Studies show it can lower blood pressure and slow your heartbeat. Provided you like classical music, of course.</p>\r\n<p><strong>Move out of the city</strong>. Lots of noise, nerve-wracking heavy traffic, poor air quality â€“ these donâ€™t contribute to a zen mind or a healthy heart. They call it escape to the country for a reason.</p>\r\n<p><strong>Work for a good boss.</strong> Most of us donâ€™t get to control this, but if you are fortunate enough to have a good relationship with your boss your body thanks you. Having a poor relationship with your supervisor has been shown to increase your risk of heart disease.</p>\r\n<p><strong>Live with others.</strong> If youâ€™re not already doing it, this may be difficult in the time of COVID, but this pandemic wonâ€™t last forever. Studies have found that for those with heart disease, living alone increases their chance of dying from the disease.</p>\r\n<p><strong>Eat more flavanols.</strong> These are found in more than just chocolate. Eat berries, apples, and drink tea.</p>\r\n<p><strong>Snuggle more.</strong> Research shows that snuggling with a loved one releases oxytocin, which can help lower blood pressure.</p>\r\n<p><strong>Laugh more.</strong> Laughing dilates blood vessels which increases blood flow and reduces blood pressure.</p>\r\n<p><strong>Get a pet.</strong> People with pets have lower blood pressure and are at lower risk of heart disease than those who donâ€™t.</p>\r\n<p><strong>Get your daily B vitamins.</strong> A Cleveland Clinic study found men with diets low in B vitamins were more than twice as likely to develop heart disease as men with higher levels in their systems.</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>REFERENCES</strong></p>\r\n<p><strong>Â </strong></p>\r\n<p><a href=\"https://www.mayoclinic.org/diseases-conditions/heart-disease/in-depth/heart-disease-prevention/art-20046502\" target=\"_blank\" rel=\"noopener\">Mayo Clinic</a></p>\r\n<p><a href=\"https://www.diabetes.co.uk/blog/2015/06/six-bizarre-ways-to-reduce-your-risk-of-heart-disease/\" target=\"_blank\" rel=\"noopener\">Diabetes Community</a></p>\r\n<p><a href=\"https://www.intelligentliving.co/11-heart-health/\" target=\"_blank\" rel=\"noopener\">Intelligent Living</a></p>\r\n<p><a href=\"https://www.menshealth.com/health/a19540964/heart-protection/\" target=\"_blank\" rel=\"noopener\">Menâ€™s Health</a></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Â </strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Preventing heart disease','Have fun while protecting your heart!','inherit','closed','closed','','1493-revision-v1','','','2021-01-25 13:53:43','2021-01-25 19:53:43','',1493,'https://ruthsnutrition.gsg-host.com/1493-revision-v1/',0,'revision','',0),(1495,2,'2021-01-25 13:54:49','2021-01-25 19:54:49','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h1><strong>A collection of fun ways to protect your heart</strong></h1>\r\n<p><img class=\"alignright wp-image-1492 size-full\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2021/01/healthy-heart-600X.jpeg\" alt=\"\" width=\"600\" height=\"400\" /></p>\r\n<p>Some fun ways to protect your heart</p>\r\n<p>Itâ€™s long been known that heart disease is the No. 1 killer in the United States (though for some short periods in 2020 COVID-19 led the list), and chances are good that you know at least a few of the things you can do to prevent heart disease. But weâ€™re wondering if you know about the many more fun things you can do to protect your heart.</p>\r\n<p>&nbsp;</p>\r\n<h3>First, The Basics</h3>\r\n<p>To be sure weâ€™re all well informed, letâ€™s first review the major avenues the Mayo Clinic recommends you take for heart disease prevention.</p>\r\n<p>Donâ€™t smoke, vape, or use tobacco. If you do, quit.</p>\r\n<p>Love! Aim for 30 to 60 minutes of activity daily.</p>\r\n<p>Eat a heart-healthy diet. Lots of veggies, high fiber, healthy fats, limited refined carbohydrates.</p>\r\n<p>Maintain a healthy weight. A BMI of 25 or higher is considered overweight.</p>\r\n<p>Make sleep a priority. Aim for 7-9 hours a night.</p>\r\n<p>Find ways to manage stress.</p>\r\n<p>Let regular health check-ups. You need these to monitor blood pressure, cholesterol levels, and Type 2 diabetes screening.</p>\r\n<p>&nbsp;</p>\r\n<h3>More Fun Things You Can Do</h3>\r\n<p><strong>Eat dark chocolate.</strong> Dark chocolate is high in flavonoids, specifically flavanol, and eating dark chocolate is associated with lower risk of heart disease and stroke. Obviously, eat it in moderation.</p>\r\n<p><strong>Listen to classical music.</strong> Studies show it can lower blood pressure and slow your heartbeat. Provided you like classical music, of course.</p>\r\n<p><strong>Move out of the city</strong>. Lots of noise, nerve-wracking heavy traffic, poor air quality â€“ these donâ€™t contribute to a zen mind or a healthy heart. They call it escape to the country for a reason.</p>\r\n<p><strong>Work for a good boss.</strong> Most of us donâ€™t get to control this, but if you are fortunate enough to have a good relationship with your boss your body thanks you. Having a poor relationship with your supervisor has been shown to increase your risk of heart disease.</p>\r\n<p><strong>Live with others.</strong> If youâ€™re not already doing it, this may be difficult in the time of COVID, but this pandemic wonâ€™t last forever. Studies have found that for those with heart disease, living alone increases their chance of dying from the disease.</p>\r\n<p><strong>Eat more flavanols.</strong> These are found in more than just chocolate. Eat berries, apples, and drink tea.</p>\r\n<p><strong>Snuggle more.</strong> Research shows that snuggling with a loved one releases oxytocin, which can help lower blood pressure.</p>\r\n<p><strong>Laugh more.</strong> Laughing dilates blood vessels which increases blood flow and reduces blood pressure.</p>\r\n<p><strong>Get a pet.</strong> People with pets have lower blood pressure and are at lower risk of heart disease than those who donâ€™t.</p>\r\n<p><strong>Get your daily B vitamins.</strong> A Cleveland Clinic study found men with diets low in B vitamins were more than twice as likely to develop heart disease as men with higher levels in their systems.</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>REFERENCES</strong></p>\r\n<p><strong>Â </strong></p>\r\n<p><a href=\"https://www.mayoclinic.org/diseases-conditions/heart-disease/in-depth/heart-disease-prevention/art-20046502\" target=\"_blank\" rel=\"noopener\">Mayo Clinic</a></p>\r\n<p><a href=\"https://www.diabetes.co.uk/blog/2015/06/six-bizarre-ways-to-reduce-your-risk-of-heart-disease/\" target=\"_blank\" rel=\"noopener\">Diabetes Community</a></p>\r\n<p><a href=\"https://www.intelligentliving.co/11-heart-health/\" target=\"_blank\" rel=\"noopener\">Intelligent Living</a></p>\r\n<p><a href=\"https://www.menshealth.com/health/a19540964/heart-protection/\" target=\"_blank\" rel=\"noopener\">Menâ€™s Health</a></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Â </strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Preventing heart disease','Have fun while protecting your heart!','inherit','closed','closed','','1493-revision-v1','','','2021-01-25 13:54:49','2021-01-25 19:54:49','',1493,'https://ruthsnutrition.gsg-host.com/1493-revision-v1/',0,'revision','',0),(1496,2,'2021-01-25 13:56:16','2021-01-25 19:56:16','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h1><strong>A collection of fun ways to protect your heart</strong></h1>\r\n<p><img class=\"alignright wp-image-1492 size-full\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2021/01/healthy-heart-600X.jpeg\" alt=\"\" width=\"600\" height=\"400\" /></p>\r\n<p>Some fun ways to protect your heart</p>\r\n<p>Itâ€™s long been known that heart disease is the No. 1 killer in the United States (though for some short periods in 2020 COVID-19 led the list), and chances are good that you know at least a few of the things you can do to prevent heart disease. But weâ€™re wondering if you know about the many more fun things you can do to protect your heart.</p>\r\n<p>&nbsp;</p>\r\n<h3>First, The Basics</h3>\r\n<p>To be sure weâ€™re all well informed, letâ€™s first review the major avenues the Mayo Clinic recommends you take for heart disease prevention.</p>\r\n<p>Donâ€™t smoke, vape, or use tobacco. If you do, quit.</p>\r\n<p>Love! Aim for 30 to 60 minutes of activity daily.</p>\r\n<p>Eat a heart-healthy diet. Lots of veggies, high fiber, healthy fats, limited refined carbohydrates.</p>\r\n<p>Maintain a healthy weight. A BMI of 25 or higher is considered overweight.</p>\r\n<p>Make sleep a priority. Aim for 7-9 hours a night.</p>\r\n<p>Find ways to manage stress.</p>\r\n<p>Let regular health check-ups. You need these to monitor blood pressure, cholesterol levels, and Type 2 diabetes screening.</p>\r\n<p>&nbsp;</p>\r\n<h3>More Fun Things You Can Do</h3>\r\n<p><strong>Eat dark chocolate.</strong> Dark chocolate is high in flavonoids, specifically flavanol, and eating dark chocolate is associated with lower risk of heart disease and stroke. Obviously, eat it in moderation.</p>\r\n<p><strong>Listen to classical music.</strong> Studies show it can lower blood pressure and slow your heartbeat. Provided you like classical music, of course.</p>\r\n<p><strong>Move out of the city</strong>. Lots of noise, nerve-wracking heavy traffic, poor air quality â€“ these donâ€™t contribute to a zen mind or a healthy heart. They call it escape to the country for a reason.</p>\r\n<p><strong>Work for a good boss.</strong> Most of us donâ€™t get to control this, but if you are fortunate enough to have a good relationship with your boss your body thanks you. Having a poor relationship with your supervisor has been shown to increase your risk of heart disease.</p>\r\n<p><strong>Live with others.</strong> If youâ€™re not already doing it, this may be difficult in the time of COVID, but this pandemic wonâ€™t last forever. Studies have found that for those with heart disease, living alone increases their chance of dying from the disease.</p>\r\n<p><strong>Eat more flavanols.</strong> These are found in more than just chocolate. Eat berries, apples, and drink tea.</p>\r\n<p><strong>Snuggle more.</strong> Research shows that snuggling with a loved one releases oxytocin, which can help lower blood pressure.</p>\r\n<p><strong>Laugh more.</strong> Laughing dilates blood vessels which increases blood flow and reduces blood pressure.</p>\r\n<p><strong>Get a pet.</strong> People with pets have lower blood pressure and are at lower risk of heart disease than those who donâ€™t.</p>\r\n<p><strong>Get your daily B vitamins.</strong> A Cleveland Clinic study found men with diets low in B vitamins were more than twice as likely to develop heart disease as men with higher levels in their systems.</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>REFERENCES</strong></p>\r\n<p><a href=\"https://www.mayoclinic.org/diseases-conditions/heart-disease/in-depth/heart-disease-prevention/art-20046502\" target=\"_blank\" rel=\"noopener\">Mayo Clinic</a></p>\r\n<p><a href=\"https://www.diabetes.co.uk/blog/2015/06/six-bizarre-ways-to-reduce-your-risk-of-heart-disease/\" target=\"_blank\" rel=\"noopener\">Diabetes Community</a></p>\r\n<p><a href=\"https://www.intelligentliving.co/11-heart-health/\" target=\"_blank\" rel=\"noopener\">Intelligent Living</a></p>\r\n<p><a href=\"https://www.menshealth.com/health/a19540964/heart-protection/\" target=\"_blank\" rel=\"noopener\">Menâ€™s Health</a></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Â </strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Preventing heart disease','Have fun while protecting your heart!','inherit','closed','closed','','1493-revision-v1','','','2021-01-25 13:56:16','2021-01-25 19:56:16','',1493,'https://ruthsnutrition.gsg-host.com/1493-revision-v1/',0,'revision','',0),(1497,2,'2021-01-25 14:01:15','2021-01-25 20:01:15','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h1><strong>A collection of fun ways to protect your heart</strong></h1>\r\n<p><img class=\"alignright wp-image-1492 size-full\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2021/01/healthy-heart-600X.jpeg\" alt=\"\" width=\"600\" height=\"400\" /></p>\r\n<p>Some fun ways to protect your heart</p>\r\n<p>Itâ€™s long been known that heart disease is the No. 1 killer in the United States (though for some short periods in 2020 COVID-19 led the list), and chances are good that you know at least a few of the things you can do to prevent heart disease. But weâ€™re wondering if you know about the many more fun things you can do to protect your heart.</p>\r\n<p>&nbsp;</p>\r\n<h3>First, The Basics</h3>\r\n<p>To be sure weâ€™re all well informed, letâ€™s first review the major avenues the Mayo Clinic recommends you take for heart disease prevention.</p>\r\n<p>Donâ€™t smoke, vape, or use tobacco. If you do, quit.</p>\r\n<p>Move! Aim for 30 to 60 minutes of activity daily.</p>\r\n<p>Eat a heart-healthy diet. Lots of veggies, high fiber, healthy fats, limited refined carbohydrates.</p>\r\n<p>Maintain a healthy weight. A BMI of 25 or higher is considered overweight.</p>\r\n<p>Make sleep a priority. Aim for 7-9 hours a night.</p>\r\n<p>Find ways to manage stress.</p>\r\n<p>Let regular health check-ups. You need these to monitor blood pressure, cholesterol levels, and Type 2 diabetes screening.</p>\r\n<p>&nbsp;</p>\r\n<h3>More Fun Things You Can Do</h3>\r\n<p><strong>Eat dark chocolate.</strong> Dark chocolate is high in flavonoids, specifically flavanol, and eating dark chocolate is associated with lower risk of heart disease and stroke. Obviously, eat it in moderation.</p>\r\n<p><strong>Listen to classical music.</strong> Studies show it can lower blood pressure and slow your heartbeat. Provided you like classical music, of course.</p>\r\n<p><strong>Move out of the city</strong>. Lots of noise, nerve-wracking heavy traffic, poor air quality â€“ these donâ€™t contribute to a zen mind or a healthy heart. They call it escape to the country for a reason.</p>\r\n<p><strong>Work for a good boss.</strong> Most of us donâ€™t get to control this, but if you are fortunate enough to have a good relationship with your boss your body thanks you. Having a poor relationship with your supervisor has been shown to increase your risk of heart disease.</p>\r\n<p><strong>Live with others.</strong> If youâ€™re not already doing it, this may be difficult in the time of COVID, but this pandemic wonâ€™t last forever. Studies have found that for those with heart disease, living alone increases their chance of dying from the disease.</p>\r\n<p><strong>Eat more flavanols.</strong> These are found in more than just chocolate. Eat berries, apples, and drink tea.</p>\r\n<p><strong>Snuggle more.</strong> Research shows that snuggling with a loved one releases oxytocin, which can help lower blood pressure.</p>\r\n<p><strong>Laugh more.</strong> Laughing dilates blood vessels which increases blood flow and reduces blood pressure.</p>\r\n<p><strong>Get a pet.</strong> People with pets have lower blood pressure and are at lower risk of heart disease than those who donâ€™t.</p>\r\n<p><strong>Get your daily B vitamins.</strong> A Cleveland Clinic study found men with diets low in B vitamins were more than twice as likely to develop heart disease as men with higher levels in their systems.</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>REFERENCES</strong></p>\r\n<p><a href=\"https://www.mayoclinic.org/diseases-conditions/heart-disease/in-depth/heart-disease-prevention/art-20046502\" target=\"_blank\" rel=\"noopener\">Mayo Clinic</a></p>\r\n<p><a href=\"https://www.diabetes.co.uk/blog/2015/06/six-bizarre-ways-to-reduce-your-risk-of-heart-disease/\" target=\"_blank\" rel=\"noopener\">Diabetes Community</a></p>\r\n<p><a href=\"https://www.intelligentliving.co/11-heart-health/\" target=\"_blank\" rel=\"noopener\">Intelligent Living</a></p>\r\n<p><a href=\"https://www.menshealth.com/health/a19540964/heart-protection/\" target=\"_blank\" rel=\"noopener\">Menâ€™s Health</a></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Â </strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Preventing heart disease','Have fun while protecting your heart!','inherit','closed','closed','','1493-revision-v1','','','2021-01-25 14:01:15','2021-01-25 20:01:15','',1493,'https://ruthsnutrition.gsg-host.com/1493-revision-v1/',0,'revision','',0),(1498,2,'2021-01-25 14:01:33','2021-01-25 20:01:33','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h1><strong>A collection of fun ways to protect your heart</strong></h1>\r\n<p><img class=\"alignright wp-image-1492 size-full\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2021/01/healthy-heart-600X.jpeg\" alt=\"\" width=\"600\" height=\"400\" /></p>\r\n<p>Itâ€™s long been known that heart disease is the No. 1 killer in the United States (though for some short periods in 2020 COVID-19 led the list), and chances are good that you know at least a few of the things you can do to prevent heart disease. But weâ€™re wondering if you know about the many more fun things you can do to protect your heart.</p>\r\n<p>&nbsp;</p>\r\n<h3>First, The Basics</h3>\r\n<p>To be sure weâ€™re all well informed, letâ€™s first review the major avenues the Mayo Clinic recommends you take for heart disease prevention.</p>\r\n<p>Donâ€™t smoke, vape, or use tobacco. If you do, quit.</p>\r\n<p>Move! Aim for 30 to 60 minutes of activity daily.</p>\r\n<p>Eat a heart-healthy diet. Lots of veggies, high fiber, healthy fats, limited refined carbohydrates.</p>\r\n<p>Maintain a healthy weight. A BMI of 25 or higher is considered overweight.</p>\r\n<p>Make sleep a priority. Aim for 7-9 hours a night.</p>\r\n<p>Find ways to manage stress.</p>\r\n<p>Let regular health check-ups. You need these to monitor blood pressure, cholesterol levels, and Type 2 diabetes screening.</p>\r\n<p>&nbsp;</p>\r\n<h3>More Fun Things You Can Do</h3>\r\n<p><strong>Eat dark chocolate.</strong> Dark chocolate is high in flavonoids, specifically flavanol, and eating dark chocolate is associated with lower risk of heart disease and stroke. Obviously, eat it in moderation.</p>\r\n<p><strong>Listen to classical music.</strong> Studies show it can lower blood pressure and slow your heartbeat. Provided you like classical music, of course.</p>\r\n<p><strong>Move out of the city</strong>. Lots of noise, nerve-wracking heavy traffic, poor air quality â€“ these donâ€™t contribute to a zen mind or a healthy heart. They call it escape to the country for a reason.</p>\r\n<p><strong>Work for a good boss.</strong> Most of us donâ€™t get to control this, but if you are fortunate enough to have a good relationship with your boss your body thanks you. Having a poor relationship with your supervisor has been shown to increase your risk of heart disease.</p>\r\n<p><strong>Live with others.</strong> If youâ€™re not already doing it, this may be difficult in the time of COVID, but this pandemic wonâ€™t last forever. Studies have found that for those with heart disease, living alone increases their chance of dying from the disease.</p>\r\n<p><strong>Eat more flavanols.</strong> These are found in more than just chocolate. Eat berries, apples, and drink tea.</p>\r\n<p><strong>Snuggle more.</strong> Research shows that snuggling with a loved one releases oxytocin, which can help lower blood pressure.</p>\r\n<p><strong>Laugh more.</strong> Laughing dilates blood vessels which increases blood flow and reduces blood pressure.</p>\r\n<p><strong>Get a pet.</strong> People with pets have lower blood pressure and are at lower risk of heart disease than those who donâ€™t.</p>\r\n<p><strong>Get your daily B vitamins.</strong> A Cleveland Clinic study found men with diets low in B vitamins were more than twice as likely to develop heart disease as men with higher levels in their systems.</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>REFERENCES</strong></p>\r\n<p><a href=\"https://www.mayoclinic.org/diseases-conditions/heart-disease/in-depth/heart-disease-prevention/art-20046502\" target=\"_blank\" rel=\"noopener\">Mayo Clinic</a></p>\r\n<p><a href=\"https://www.diabetes.co.uk/blog/2015/06/six-bizarre-ways-to-reduce-your-risk-of-heart-disease/\" target=\"_blank\" rel=\"noopener\">Diabetes Community</a></p>\r\n<p><a href=\"https://www.intelligentliving.co/11-heart-health/\" target=\"_blank\" rel=\"noopener\">Intelligent Living</a></p>\r\n<p><a href=\"https://www.menshealth.com/health/a19540964/heart-protection/\" target=\"_blank\" rel=\"noopener\">Menâ€™s Health</a></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Â </strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Preventing heart disease','Have fun while protecting your heart!','inherit','closed','closed','','1493-revision-v1','','','2021-01-25 14:01:33','2021-01-25 20:01:33','',1493,'https://ruthsnutrition.gsg-host.com/1493-revision-v1/',0,'revision','',0),(1499,2,'2021-01-25 14:02:07','2021-01-25 20:02:07','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h1><strong>A collection of fun ways to protect your heart</strong></h1>\r\n<p><img class=\"alignright wp-image-1492 size-full\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2021/01/healthy-heart-600X.jpeg\" alt=\"\" width=\"600\" height=\"400\" /></p>\r\n<p>Itâ€™s long been known that heart disease is the No. 1 killer in the United States (though for some short periods in 2020 COVID-19 led the list), and chances are good that you know at least a few of the things you can do to prevent heart disease. But weâ€™re wondering if you know about the many more fun things you can do to protect your heart.</p>\r\n<p>&nbsp;</p>\r\n<h3>First, The Basics</h3>\r\n<p>To be sure weâ€™re all well informed, letâ€™s first review the major avenues the Mayo Clinic recommends you take for heart disease prevention.</p>\r\n<p>Donâ€™t smoke, vape, or use tobacco. If you do, quit.</p>\r\n<p>Move! Aim for 30 to 60 minutes of activity daily.</p>\r\n<p>Eat a heart-healthy diet. Lots of veggies, high fiber, healthy fats, limited refined carbohydrates.</p>\r\n<p>Maintain a healthy weight. A BMI of 25 or higher is considered overweight.</p>\r\n<p>Make sleep a priority. Aim for 7-9 hours a night.</p>\r\n<p>Find ways to manage stress.</p>\r\n<p>Get regular health check-ups. You need these to monitor blood pressure, cholesterol levels, and Type 2 diabetes screening.</p>\r\n<p>&nbsp;</p>\r\n<h3>More Fun Things You Can Do</h3>\r\n<p><strong>Eat dark chocolate.</strong> Dark chocolate is high in flavonoids, specifically flavanol, and eating dark chocolate is associated with lower risk of heart disease and stroke. Obviously, eat it in moderation.</p>\r\n<p><strong>Listen to classical music.</strong> Studies show it can lower blood pressure and slow your heartbeat. Provided you like classical music, of course.</p>\r\n<p><strong>Move out of the city</strong>. Lots of noise, nerve-wracking heavy traffic, poor air quality â€“ these donâ€™t contribute to a zen mind or a healthy heart. They call it escape to the country for a reason.</p>\r\n<p><strong>Work for a good boss.</strong> Most of us donâ€™t get to control this, but if you are fortunate enough to have a good relationship with your boss your body thanks you. Having a poor relationship with your supervisor has been shown to increase your risk of heart disease.</p>\r\n<p><strong>Live with others.</strong> If youâ€™re not already doing it, this may be difficult in the time of COVID, but this pandemic wonâ€™t last forever. Studies have found that for those with heart disease, living alone increases their chance of dying from the disease.</p>\r\n<p><strong>Eat more flavanols.</strong> These are found in more than just chocolate. Eat berries, apples, and drink tea.</p>\r\n<p><strong>Snuggle more.</strong> Research shows that snuggling with a loved one releases oxytocin, which can help lower blood pressure.</p>\r\n<p><strong>Laugh more.</strong> Laughing dilates blood vessels which increases blood flow and reduces blood pressure.</p>\r\n<p><strong>Get a pet.</strong> People with pets have lower blood pressure and are at lower risk of heart disease than those who donâ€™t.</p>\r\n<p><strong>Get your daily B vitamins.</strong> A Cleveland Clinic study found men with diets low in B vitamins were more than twice as likely to develop heart disease as men with higher levels in their systems.</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>REFERENCES</strong></p>\r\n<p><a href=\"https://www.mayoclinic.org/diseases-conditions/heart-disease/in-depth/heart-disease-prevention/art-20046502\" target=\"_blank\" rel=\"noopener\">Mayo Clinic</a></p>\r\n<p><a href=\"https://www.diabetes.co.uk/blog/2015/06/six-bizarre-ways-to-reduce-your-risk-of-heart-disease/\" target=\"_blank\" rel=\"noopener\">Diabetes Community</a></p>\r\n<p><a href=\"https://www.intelligentliving.co/11-heart-health/\" target=\"_blank\" rel=\"noopener\">Intelligent Living</a></p>\r\n<p><a href=\"https://www.menshealth.com/health/a19540964/heart-protection/\" target=\"_blank\" rel=\"noopener\">Menâ€™s Health</a></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Â </strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Preventing heart disease','Have fun while protecting your heart!','inherit','closed','closed','','1493-revision-v1','','','2021-01-25 14:02:07','2021-01-25 20:02:07','',1493,'https://ruthsnutrition.gsg-host.com/1493-revision-v1/',0,'revision','',0),(1500,2,'2021-01-29 14:15:21','2021-01-29 20:15:21','','Garlic 600X','','inherit','open','closed','','garlic-600x','','','2021-01-29 14:15:21','2021-01-29 20:15:21','',1491,'https://ruthsnutrition.gsg-host.com/wp-content/uploads/2021/01/Garlic-600X.jpeg',0,'attachment','image/jpeg',0),(1501,2,'2021-01-29 14:32:55','2021-01-29 20:32:55','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h1><strong>How can something that smells so bad do so much good?</strong></h1>\r\n<p><img class=\"alignright wp-image-1500 size-full\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2021/01/Garlic-600X.jpeg\" alt=\"\" width=\"600\" height=\"448\" /></p>\r\n<p>If youâ€™re any kind of cook at all, youâ€™ve got fresh garlic in the kitchen. If youâ€™re prone to high cholesterol or hypertension, you might have garlic caps in your supplement stash. But transforming food flavors and protecting your heart are just two of the wonders of what this ancient herb can do.</p>\r\n<p>Humans have used garlic as medicine since our early history. Its use is well documented by ancient Egyptians, Babylonians, Greeks, Romans, and Chinese. Greek physician Hippocrates prescribed garlic for infections, respiratory problems, poor digestion, fatigue, and parasites. The original Olympic athletes were given garlic to enhance performance.</p>\r\n<p>Eating garlic provides a surprising amount of nutrition. It contains considerable amounts of manganese, Vitamin C, Vitamin B6, selenium, fiber, and decent amounts of calcium, copper, potassium, phosphorus, iron, and Vitamin B1.</p>\r\n<p>But perhaps the greatest benefits come from its thirty-three sulfur compounds that enter the digestive tract and travel all over the body. These compounds have been proven to have expectorant, antispasmodic, antiseptic, bacteriostatic, antiviral, antiparasitic, and hypotensive effects.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Garlic as modern medicine</strong></h3>\r\n<p>Garlic turns out to be one of the most studied medicinal plants, and research shows it has proven results.</p>\r\n<p><strong>Garlic combats the common cold.</strong> Studies show a daily garlic supplement can cut the incidence of colds by 63%, and reduce the number of days sick with colds by 70% and flu by 61%. If youâ€™re prone to respiratory illness in winter, a daily garlic supplement might not be a bad idea.</p>\r\n<p><strong>Garlic can reduce high blood pressure.</strong> In one study, taking 600-1,500 mg of aged garlic daily was just as effective as the drug Atenolol at reducing blood pressure over 24 weeks.</p>\r\n<p><strong>Garlic can lower high cholesterol.</strong> Studies show garlic taken daily can reduce total cholesterol and LDL by 10-15%.</p>\r\n<p><strong>Garlic is a potent antimicrobial</strong>. Numerous modern studies confirm that garlic has definite antibiotic properties and is effective against a wide spectrum of bacteria, fungi and viruses.Â  Fresh garlic extract inhibitsÂ <em>C. albicans</em>Â and MRSA. Because many of garlicâ€™s compounds are released through the lungs, it can be a potent ally in fighting bacterial respiratory infections. (Not to mention, itâ€™s an expectorant.)</p>\r\n<p>One of garlicâ€™s compounds, diallyl sulfide, was found to be 100 times more effective than two popular antibiotics in fighting <em>Campylobacter bacterium</em>, one of the most common causes of intestinal infection.</p>\r\n<p><strong>Garlic can detoxify heavy metals.</strong> A four-week study of employees at a car battery plant who were exposed to lead found that daily high doses of garlic reduced lead levels in the body by 19%. It also reduced clinical signs of lead toxicity, such as headaches and high blood pressure.</p>\r\n<p><strong>Garlic can reduce inflammation.</strong> Research shows daily garlic supplementation can reduce arthritis pain. It also can be applied as garlic oil or a garlic poultice onto painful, inflamed joints to reduce pain.</p>\r\n<p>&nbsp;</p>\r\n<h4>REFERENCES</h4>\r\n<p><a href=\"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4458355/#:~:text=Numerous%20modern%20studies%20confirm%20that,some%20bioactive%20compounds%20(11).\" target=\"_blank\" rel=\"noopener\">PubMed</a></p>\r\n<p><a href=\"https://www.healthline.com/nutrition/11-proven-health-benefits-of-garlic#TOC_TITLE_HDR_8\" target=\"_blank\" rel=\"noopener\">Healthline</a></p>\r\n<p><a href=\"https://www.medicalnewstoday.com/articles/265853#benefits\" target=\"_blank\" rel=\"noopener\">Medical News Today</a></p>\r\n<p><a href=\"https://health.clevelandclinic.org/6-surprising-ways-garlic-boosts-your-health/\" target=\"_blank\" rel=\"noopener\">Cleveland Clinic</a></p>\r\n<p><a href=\"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3731019/\" target=\"_blank\" rel=\"noopener\">Garlic mechanisms</a></p>\r\n<p><a href=\"https://www.hcplive.com/view/compound-found-in-garlic-can-fight-lung-infections\" target=\"_blank\" rel=\"noopener\">HPC Live</a></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Â </strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Garlic','Powerful wound healer and more!','inherit','closed','closed','','1491-revision-v1','','','2021-01-29 14:32:55','2021-01-29 20:32:55','',1491,'https://ruthsnutrition.gsg-host.com/1491-revision-v1/',0,'revision','',0),(1502,2,'2021-01-29 14:33:59','2021-01-29 20:33:59','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h1><strong>How can something that smells so bad do so much good?</strong></h1>\r\n<p><img class=\"alignright wp-image-1500 size-full\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2021/01/Garlic-600X.jpeg\" alt=\"\" width=\"600\" height=\"448\" /></p>\r\n<p>If youâ€™re any kind of cook at all, youâ€™ve got fresh garlic in the kitchen. If youâ€™re prone to high cholesterol or hypertension, you might have garlic caps in your supplement stash. But transforming food flavors and protecting your heart are just two of the wonders of what this ancient herb can do.</p>\r\n<p>Humans have used garlic as medicine since our early history. Its use is well documented by ancient Egyptians, Babylonians, Greeks, Romans, and Chinese. Greek physician Hippocrates prescribed garlic for infections, respiratory problems, poor digestion, fatigue, and parasites. The original Olympic athletes were given garlic to enhance performance.</p>\r\n<p>Eating garlic provides a surprising amount of nutrition. It contains considerable amounts of manganese, Vitamin C, Vitamin B6, selenium, fiber, and decent amounts of calcium, copper, potassium, phosphorus, iron, and Vitamin B1.</p>\r\n<p>But perhaps the greatest benefits come from its thirty-three sulfur compounds that enter the digestive tract and travel all over the body. These compounds have been proven to have expectorant, antispasmodic, antiseptic, bacteriostatic, antiviral, antiparasitic, and hypotensive effects.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Garlic as modern medicine</strong></h3>\r\n<p>Garlic turns out to be one of the most studied medicinal plants, and research shows it has proven results.</p>\r\n<p><strong>Garlic combats the common cold.</strong> Studies show a daily garlic supplement can cut the incidence of colds by 63%, and reduce the number of days sick with colds by 70% and flu by 61%. If youâ€™re prone to respiratory illness in winter, a daily garlic supplement might not be a bad idea.</p>\r\n<p><strong>Garlic can reduce high blood pressure.</strong> In one study, taking 600-1,500 mg of aged garlic daily was just as effective as the drug Atenolol at reducing blood pressure over 24 weeks.</p>\r\n<p><strong>Garlic can lower high cholesterol.</strong> Studies show garlic taken daily can reduce total cholesterol and LDL by 10-15%.</p>\r\n<p><strong>Garlic is a potent antimicrobial</strong>. Numerous modern studies confirm that garlic has definite antibiotic properties and is effective against a wide spectrum of bacteria, fungi and viruses.Â  Fresh garlic extract inhibitsÂ <em>C. albicans</em>Â and MRSA. Because many of garlicâ€™s compounds are released through the lungs, it can be a potent ally in fighting bacterial respiratory infections. (Not to mention, itâ€™s an expectorant.)</p>\r\n<p>One of garlicâ€™s compounds, diallyl sulfide, was found to be 100 times more effective than two popular antibiotics in fighting <em>Campylobacter bacterium</em>, one of the most common causes of intestinal infection.</p>\r\n<p><strong>Garlic can detoxify heavy metals.</strong> A four-week study of employees at a car battery plant who were exposed to lead found that daily high doses of garlic reduced lead levels in the body by 19%. It also reduced clinical signs of lead toxicity, such as headaches and high blood pressure.</p>\r\n<p><strong>Garlic can reduce inflammation.</strong> Research shows daily garlic supplementation can reduce arthritis pain. It also can be applied as garlic oil or a garlic poultice onto painful, inflamed joints to reduce pain.</p>\r\n<p>&nbsp;</p>\r\n<h4>REFERENCES</h4>\r\n<p><a href=\"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4458355/#:~:text=Numerous%20modern%20studies%20confirm%20that,some%20bioactive%20compounds%20(11).\" target=\"_blank\" rel=\"noopener\">PubMed</a></p>\r\n<p><a href=\"https://www.healthline.com/nutrition/11-proven-health-benefits-of-garlic#TOC_TITLE_HDR_8\" target=\"_blank\" rel=\"noopener\">Healthline</a></p>\r\n<p><a href=\"https://www.medicalnewstoday.com/articles/265853#benefits\" target=\"_blank\" rel=\"noopener\">Medical News Today</a></p>\r\n<p><a href=\"https://health.clevelandclinic.org/6-surprising-ways-garlic-boosts-your-health/\" target=\"_blank\" rel=\"noopener\">Cleveland Clinic</a></p>\r\n<p><a href=\"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3731019/\" target=\"_blank\" rel=\"noopener\">Garlic mechanisms</a></p>\r\n<p><a href=\"https://www.hcplive.com/view/compound-found-in-garlic-can-fight-lung-infections\" target=\"_blank\" rel=\"noopener\">HPC Live</a></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Â </strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Garlic','It benefits your heart, digestion, immunity and more!','inherit','closed','closed','','1491-revision-v1','','','2021-01-29 14:33:59','2021-01-29 20:33:59','',1491,'https://ruthsnutrition.gsg-host.com/1491-revision-v1/',0,'revision','',0),(1503,2,'2021-01-29 14:37:10','2021-01-29 20:37:10','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h1><strong>How can something that smells so bad do so much good?</strong></h1>\r\n<p><img class=\"alignright wp-image-1500 size-full\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2021/01/Garlic-600X.jpeg\" alt=\"\" width=\"600\" height=\"448\" /></p>\r\n<p>If youâ€™re any kind of cook at all, youâ€™ve got fresh garlic in the kitchen. If youâ€™re prone to high cholesterol or hypertension, you might have garlic caps in your supplement stash. But transforming food flavors and protecting your heart are just two of the wonders of what this ancient herb can do.</p>\r\n<p>Humans have used garlic as medicine since our early history. Its use is well documented by ancient Egyptians, Babylonians, Greeks, Romans, and Chinese. Greek physician Hippocrates prescribed garlic for infections, respiratory problems, poor digestion, fatigue, and parasites. The original Olympic athletes were given garlic to enhance performance.</p>\r\n<p>Eating garlic provides a surprising amount of nutrition. It contains considerable amounts of manganese, Vitamin C, Vitamin B6, selenium, fiber, and decent amounts of calcium, copper, potassium, phosphorus, iron, and Vitamin B1.</p>\r\n<p>But perhaps the greatest benefits come from its thirty-three sulfur compounds that enter the digestive tract and travel all over the body. These compounds have been proven to have expectorant, antispasmodic, antiseptic, bacteriostatic, antiviral, antiparasitic, and hypotensive effects.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Garlic as modern medicine</strong></h3>\r\n<p>Garlic turns out to be one of the most studied medicinal plants, and research shows it has proven results.</p>\r\n<p><strong>Garlic combats the common cold.</strong> Studies show a daily garlic supplement can cut the incidence of colds by 63%, and reduce the number of days sick with colds by 70% and flu by 61%. If youâ€™re prone to respiratory illness in winter, a daily garlic supplement might not be a bad idea.</p>\r\n<p><strong>Garlic can reduce high blood pressure.</strong> In one study, taking 600-1,500 mg of aged garlic daily was just as effective as the drug Atenolol at reducing blood pressure over 24 weeks.</p>\r\n<p><strong>Garlic can lower high cholesterol.</strong> Studies show garlic taken daily can reduce total cholesterol and LDL by 10-15%.</p>\r\n<p><strong>Garlic is a potent antimicrobial</strong>. Numerous modern studies confirm that garlic has definite antibiotic properties and is effective against a wide spectrum of bacteria, fungi and viruses.Â  Fresh garlic extract inhibitsÂ <em>C. albicans</em>Â and MRSA. Because many of garlicâ€™s compounds are released through the lungs, it can be a potent ally in fighting bacterial respiratory infections. (Not to mention, itâ€™s an expectorant.)</p>\r\n<p>One of garlicâ€™s compounds, diallyl sulfide, was found to be 100 times more effective than two popular antibiotics in fighting <em>Campylobacter bacterium</em>, one of the most common causes of intestinal infection.</p>\r\n<p><strong>Garlic can detoxify heavy metals.</strong> A four-week study of employees at a car battery plant who were exposed to lead found that daily high doses of garlic reduced lead levels in the body by 19%. It also reduced clinical signs of lead toxicity, such as headaches and high blood pressure.</p>\r\n<p><strong>Garlic can reduce inflammation.</strong> Research shows daily garlic supplementation can reduce arthritis pain. It also can be applied as garlic oil or a garlic poultice onto painful, inflamed joints to reduce pain.</p>\r\n<p>&nbsp;</p>\r\n<h4><strong>REFERENCES</strong></h4>\r\n<p><a href=\"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4458355/#:~:text=Numerous%20modern%20studies%20confirm%20that,some%20bioactive%20compounds%20(11).\" target=\"_blank\" rel=\"noopener\">PubMed</a></p>\r\n<p><a href=\"https://www.healthline.com/nutrition/11-proven-health-benefits-of-garlic#TOC_TITLE_HDR_8\" target=\"_blank\" rel=\"noopener\">Healthline</a></p>\r\n<p><a href=\"https://www.medicalnewstoday.com/articles/265853#benefits\" target=\"_blank\" rel=\"noopener\">Medical News Today</a></p>\r\n<p><a href=\"https://health.clevelandclinic.org/6-surprising-ways-garlic-boosts-your-health/\" target=\"_blank\" rel=\"noopener\">Cleveland Clinic</a></p>\r\n<p><a href=\"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3731019/\" target=\"_blank\" rel=\"noopener\">Garlic mechanisms</a></p>\r\n<p><a href=\"https://www.hcplive.com/view/compound-found-in-garlic-can-fight-lung-infections\" target=\"_blank\" rel=\"noopener\">HPC Live</a></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Â </strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Garlic','It benefits your heart, digestion, immunity and more!','inherit','closed','closed','','1491-revision-v1','','','2021-01-29 14:37:10','2021-01-29 20:37:10','',1491,'https://ruthsnutrition.gsg-host.com/1491-revision-v1/',0,'revision','',0),(1505,2,'2021-02-19 15:53:46','2021-02-19 21:53:46','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h1><strong>This Superfood contains fiber, protein, and omega-3 oils</strong></h1>\r\n<p><img class=\"alignright wp-image-1506 size-full\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2021/02/Chia-X600.jpg\" alt=\"\" width=\"600\" height=\"319\" /></p>\r\n<p>Years ago chia seeds were best known for the creation of chia pets, a clay form animal that sprouted chia seeds into little green chia plant â€œfurâ€. Today theyâ€™re known as a hard-working superfood that can help improve your health.</p>\r\n<p>The tiny seeds come from the plant <em>Salvia hispanica,</em> related to mint. Seeds can be black or white; both contain the same benefits. They were once a major food crop for Aztecs and Mayans in Mexico and Guatemala, cultivated as early as 3500 BC.</p>\r\n<p>Itâ€™s no wonder, these tiny seeds pack powerful nutrition. Just two tablespoons contains:</p>\r\n<p>11 grams of fiber</p>\r\n<p>4 grams of complete protein</p>\r\n<p>5 grams of omega-3 fats</p>\r\n<p>18% of RDI of calcium</p>\r\n<p>30% of RDI of manganese</p>\r\n<p>30% of RDI of magnesium</p>\r\n<p>27% of RDI of phosphorus</p>\r\n<p>They also contain ample amounts of zinc, vitamin B3 (niacin), potassium, vitamin B1 (thiamine), and vitamin B2. And they do all this in only 137 calories.</p>\r\n<h3>Â </h3>\r\n<h3><strong>Cardioprotective effects</strong></h3>\r\n<p>Chia is packed with antioxidants, which quell free radicals that can cause cell damage. Chia contains chlorogenic acid, caffeic acid, myricetin, quercetin, and kaempferol which are believed to have cardiac &amp; hepatic protective effects, anti-ageing and anti-carcinogenic characteristics.</p>\r\n<p>Because it also contains omega-3 oils in the form of alpha-linolenic acid (ALA), chia can help reduce the risk of heart disease. The Nurses Health Study found a 40% reduced risk of sudden cardiac death in women who ate the highest amounts of ALA. The Cardiovascular Health Study, which included more than 5,000 men and women age 65 and over, found a 50% lower risk of fatal ischemic heart disease with higher intakes of ALA.</p>\r\n<p>The fiber in chia is largely soluble and mucilage, hence it turns gluey when wet. These fibers may help lower LDL cholesterol and slow digestion, preventing blood sugar spikes after eating and promoting a feeling of fullness. Animal studies show chia can lower triglycerides, inflammation, insulin resistance, and belly fat.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Reducing chronic inflammation</strong></h3>\r\n<p>The antioxidants and omega-3 oils found in chia all contribute to an anti-inflammatory effect. One small three-month study in people with diabetes showed that eating 37 grams of chia seeds daily reduced the inflammatory marker hs-CRP by 40%.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Weight loss aid</strong></h3>\r\n<p>Because chia is high in fiber and protein, it constitutes a low-carb food. Because its fiber absorbs up to 10-12 times its weight in water, it becomes gel-like and expands in your stomach. This can contribute to a feeling of fullness, slowing digestion, and eating less.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Bone building aid</strong></h3>\r\n<p>Chia contains high amounts of bone building nutrients: calcium, phosphorus, magnesium, and protein. With two tablespoons containing 18% of RDA of calcium, chia offers more calcium gram for gram than most dairy products.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Easy to use</strong></h3>\r\n<p>Chia seeds donâ€™t need to be ground, as the shells break down easily in liquid. Their flavor is mild, so they can be eaten sprinkled on salads, cereal, yogurt, vegetables, or rice. They can be added to juice, puddings, smoothies, or even baked goods</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<h4><strong>REFERENCES</strong></h4>\r\n<p><a href=\"https://www.healthline.com/nutrition/11-proven-health-benefits-of-chia-seeds#TOC_TITLE_HDR_9\" target=\"_blank\" rel=\"noopener\">Healthline</a></p>\r\n<p><a href=\"https://www.hsph.harvard.edu/nutritionsource/food-features/chia-seeds/\" target=\"_blank\" rel=\"noopener\">Harvard School of Public Health</a></p>\r\n<p><a href=\"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4926888/#:~:text=Chia%20seed%20is%20a%20potential,ageing%20and%20anti%2Dcarcinogenic%20characteristics.\" target=\"_blank\" rel=\"noopener\">PubMed</a></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Â </strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Chia Seeds','No longer just a pet, Chia is now a Superfood!','publish','closed','open','','chia_seeds','','','2021-02-19 15:53:46','2021-02-19 21:53:46','',0,'https://ruthsnutrition.gsg-host.com/?p=1505',0,'post','',0),(1506,2,'2021-02-19 15:46:50','2021-02-19 21:46:50','','Chia X600','','inherit','open','closed','','chia-x600','','','2021-02-19 15:46:50','2021-02-19 21:46:50','',1505,'https://ruthsnutrition.gsg-host.com/wp-content/uploads/2021/02/Chia-X600.jpg',0,'attachment','image/jpeg',0),(1507,2,'2021-02-19 15:52:46','2021-02-19 21:52:46','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h1><strong>This Superfood contains fiber, protein, and omega-3 oils</strong></h1>\r\n<p><img class=\"alignright wp-image-1506 size-full\" src=\"https://ruthsnutrition.gsg-host.com/wp-content/uploads/2021/02/Chia-X600.jpg\" alt=\"\" width=\"600\" height=\"319\" /></p>\r\n<p>Years ago chia seeds were best known for the creation of chia pets, a clay form animal that sprouted chia seeds into little green chia plant â€œfurâ€. Today theyâ€™re known as a hard-working superfood that can help improve your health.</p>\r\n<p>The tiny seeds come from the plant <em>Salvia hispanica,</em> related to mint. Seeds can be black or white; both contain the same benefits. They were once a major food crop for Aztecs and Mayans in Mexico and Guatemala, cultivated as early as 3500 BC.</p>\r\n<p>Itâ€™s no wonder, these tiny seeds pack powerful nutrition. Just two tablespoons contains:</p>\r\n<p>11 grams of fiber</p>\r\n<p>4 grams of complete protein</p>\r\n<p>5 grams of omega-3 fats</p>\r\n<p>18% of RDI of calcium</p>\r\n<p>30% of RDI of manganese</p>\r\n<p>30% of RDI of magnesium</p>\r\n<p>27% of RDI of phosphorus</p>\r\n<p>They also contain ample amounts of zinc, vitamin B3 (niacin), potassium, vitamin B1 (thiamine), and vitamin B2. And they do all this in only 137 calories.</p>\r\n<h3>Â </h3>\r\n<h3><strong>Cardioprotective effects</strong></h3>\r\n<p>Chia is packed with antioxidants, which quell free radicals that can cause cell damage. Chia contains chlorogenic acid, caffeic acid, myricetin, quercetin, and kaempferol which are believed to have cardiac &amp; hepatic protective effects, anti-ageing and anti-carcinogenic characteristics.</p>\r\n<p>Because it also contains omega-3 oils in the form of alpha-linolenic acid (ALA), chia can help reduce the risk of heart disease. The Nurses Health Study found a 40% reduced risk of sudden cardiac death in women who ate the highest amounts of ALA. The Cardiovascular Health Study, which included more than 5,000 men and women age 65 and over, found a 50% lower risk of fatal ischemic heart disease with higher intakes of ALA.</p>\r\n<p>The fiber in chia is largely soluble and mucilage, hence it turns gluey when wet. These fibers may help lower LDL cholesterol and slow digestion, preventing blood sugar spikes after eating and promoting a feeling of fullness. Animal studies show chia can lower triglycerides, inflammation, insulin resistance, and belly fat.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Reducing chronic inflammation</strong></h3>\r\n<p>The antioxidants and omega-3 oils found in chia all contribute to an anti-inflammatory effect. One small three-month study in people with diabetes showed that eating 37 grams of chia seeds daily reduced the inflammatory marker hs-CRP by 40%.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Weight loss aid</strong></h3>\r\n<p>Because chia is high in fiber and protein, it constitutes a low-carb food. Because its fiber absorbs up to 10-12 times its weight in water, it becomes gel-like and expands in your stomach. This can contribute to a feeling of fullness, slowing digestion, and eating less.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Bone building aid</strong></h3>\r\n<p>Chia contains high amounts of bone building nutrients: calcium, phosphorus, magnesium, and protein. With two tablespoons containing 18% of RDA of calcium, chia offers more calcium gram for gram than most dairy products.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Easy to use</strong></h3>\r\n<p>Chia seeds donâ€™t need to be ground, as the shells break down easily in liquid. Their flavor is mild, so they can be eaten sprinkled on salads, cereal, yogurt, vegetables, or rice. They can be added to juice, puddings, smoothies, or even baked goods</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<h4><strong>REFERENCES</strong></h4>\r\n<p><a href=\"https://www.healthline.com/nutrition/11-proven-health-benefits-of-chia-seeds#TOC_TITLE_HDR_9\" target=\"_blank\" rel=\"noopener\">Healthline</a></p>\r\n<p><a href=\"https://www.hsph.harvard.edu/nutritionsource/food-features/chia-seeds/\" target=\"_blank\" rel=\"noopener\">Harvard School of Public Health</a></p>\r\n<p><a href=\"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4926888/#:~:text=Chia%20seed%20is%20a%20potential,ageing%20and%20anti%2Dcarcinogenic%20characteristics.\" target=\"_blank\" rel=\"noopener\">PubMed</a></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Â </strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Chia Seeds','No longer just a pet, Chia is now a Superfood!','inherit','closed','closed','','1505-revision-v1','','','2021-02-19 15:52:46','2021-02-19 21:52:46','',1505,'https://ruthsnutrition.gsg-host.com/1505-revision-v1/',0,'revision','',0),(1508,2,'2021-02-25 11:19:12','2021-02-25 17:19:12','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h1><strong>Gained the Quarantine 15? Herbs can help speed your lossÂ </strong></h1>\r\n<p><img class=\"alignright wp-image-1512 size-full\" src=\"https://ruthsnutrition.com/wp-content/uploads/2021/02/fat-herbs-X600.jpeg\" alt=\"\" width=\"600\" height=\"366\" /></p>\r\n<p>If youâ€™re one of us who has gained the proverbial Quarantine 15 (pounds), you are not alone. Studies show as we were confined to home a lot of the time, we snacked more, we moved less, we got anxious â€“ all things that contribute to gaining weight.</p>\r\n<p>As vaccinations become more widespread and people start to get about more, you might be looking for any avenue that will help you lose weight. You know the tried and true methods: exercise more, eat fewer carbs, maybe even try intermittent fasting. But while you are trying those, you might also try a few key herbs to help speed up your process. The list of possible helpers is considerable.</p>\r\n<p><strong>Green Tea â€“</strong> Clinical trials show green tea boosts weight loss, both through its caffeine content and an antioxidant flavonoid called catechin (sometimes known as epigallocatechin gallate or EGCG). Be aware that most studies used supplements containing a higher amount of ECGC than found in cups of tea, so finding a quality capsule or tablet is probably your best choice. (Interesting to note that green tea also has been found to be beneficial for nonalcoholic fatty liver disease.)</p>\r\n<p><strong>Oolong Tea â€“</strong> A Japanese study found drinking two cups of strong oolong tea daily increased fat breakdown by about 20% in healthy volunteers, and that the effect continued while participants slept. Researchers suspect the effect comes not just from the caffeine (participants had 100 mg. daily), but also from the teaâ€™s catechins.</p>\r\n<p><strong>Green Coffee Bean Extract â€“</strong> Found in many weight-loss supplements, this extract comes from coffee beans that have not been roasted. High in chlorogenic acid, which may account for its weight-loss properties, studies found it reduces body mass index and belly fat.</p>\r\n<p><strong>Ginger â€“</strong> This common spice has several human studies showing significant weight loss and decreased belly fat. Researchers believe it may do so by increasing metabolism and fat burning, while decreasing fat absorption and appetite.</p>\r\n<p><strong>Cayenne â€“</strong> This chili pepper contains capsaicin, which delivers both heat and human health benefits.Â  Capsaicin slightly boost metabolism, increasing the calories you burn. Other studies show it can increase feelings of fullness and decrease levels of ghrelin, the hormone responsible for stimulating hunger.</p>\r\n<p><strong>Cinnamon â€“</strong> Rich in antioxidants, this spice is now well known for its ability to stabilize blood sugar and slow food absorption. It may also reduce appetite and hunger. In addition, cinnamon improves insulin sensitivity. Studies used a 3-6 grams daily dose, so it might be easier to use supplements instead of powder.</p>\r\n<p><strong>Cumin â€“ </strong>A member of the parsley family, cumin has human trials showing it contributes to weight loss. In a study of overweight women, just one teaspoon of cumin added to one meal daily increased fat-burning by three times the normal rate. In an another study, overweight subjects were fed a cumin capsule three times daily for eight weeks and lost 2.2 pounds more than those who took placebo.</p>\r\n<p><strong>Garcina â€“</strong> Usually found in weight-loss supplements, this berry works as an appetite suppressant and may inhibit the body from storing fats. Garcinia contains hydroxycitric acid (HCA), which blocks an enzyme that converts carbohydrates into body fat.</p>\r\n<p><strong>Gymnema Sylvestre â€“</strong> This herb is well known for its ability to reduce blood sugar levels. It contains gymnemic acid, which can help reduce perceived sweetness of foods and help minimize sugar cravings. Human studies show it can reduce appetite and food intake. Animal studies show it helped maintain normal weight in participants fed a high-fat diet.</p>\r\n<p><strong>Black Pepper â€“</strong> This common spice contains piperine, the compound that delivers heat and health benefits. Animal studies show piperine inhibits fat cell formation.</p>\r\n<p><strong>Cardamom â€“</strong> A member of the ginger family, cardamom is another spice that may help with weight loss. Animal studies show it can reduce belly fat in those fed a high-fat, high-carb diets.</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<h3>REFERENCES</h3>\r\n<p><a href=\"https://www.medicalnewstoday.com/articles/320540#takeaway\" target=\"_blank\" rel=\"noopener\">Medical News Today</a></p>\r\n<p><a href=\"https://www.news-medical.net/news/20210107/Drinking-two-cups-of-oolong-tea-a-day-can-stimulate-fat-breakdown-during-sleep.aspx\" target=\"_blank\" rel=\"noopener\">Medical News Net</a></p>\r\n<p><a href=\"https://www.prevention.com/weight-loss/a20493821/herbs-and-spices-for-weight-loss/\" target=\"_blank\" rel=\"noopener\">Prevention</a></p>\r\n<p><a href=\"https://www.healthline.com/nutrition/weight-loss-herbs#TOC_TITLE_HDR_2\" target=\"_blank\" rel=\"noopener\">Healthline</a></p>\r\n<p><a href=\"https://www.mindbodygreen.com/0-4866/3-Herbs-for-Weight-Loss-Support.html\" target=\"_blank\" rel=\"noopener\">MindBodyGreen</a></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Â </strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Herbs for Weight Loss','Drop more pounds with tea & spices!','publish','closed','open','','herbs_for_weight_loss','','','2021-02-25 11:22:54','2021-02-25 17:22:54','',0,'https://ruthsnutrition.com/?p=1508',0,'post','',0),(1509,2,'2021-02-25 11:08:13','2021-02-25 17:08:13','','Weight loss herbs 600X','','inherit','open','closed','','weight-loss-herbs-600x','','','2021-02-25 11:08:13','2021-02-25 17:08:13','',1508,'https://ruthsnutrition.com/wp-content/uploads/2021/02/Weight-loss-herbs-600X.jpeg',0,'attachment','image/jpeg',0),(1510,2,'2021-02-25 11:17:39','2021-02-25 17:17:39','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h1><strong>Gained the Quarantine 15? Herbs can help speed your lossÂ </strong></h1>\r\n<p><img class=\"alignright wp-image-1509 size-full\" src=\"https://ruthsnutrition.com/wp-content/uploads/2021/02/Weight-loss-herbs-600X.jpeg\" alt=\"\" width=\"600\" height=\"462\" /></p>\r\n<p>If youâ€™re one of us who has gained the proverbial Quarantine 15 (pounds), you are not alone. Studies show as we were confined to home a lot of the time, we snacked more, we moved less, we got anxious â€“ all things that contribute to gaining weight.</p>\r\n<p>As vaccinations become more widespread and people start to get about more, you might be looking for any avenue that will help you lose weight. You know the tried and true methods: exercise more, eat fewer carbs, maybe even try intermittent fasting. But while you are trying those, you might also try a few key herbs to help speed up your process. The list of possible helpers is considerable.</p>\r\n<p><strong>Green Tea â€“</strong> Clinical trials show green tea boosts weight loss, both through its caffeine content and an antioxidant flavonoid called catechin (sometimes known as epigallocatechin gallate or EGCG). Be aware that most studies used supplements containing a higher amount of ECGC than found in cups of tea, so finding a quality capsule or tablet is probably your best choice. (Interesting to note that green tea also has been found to be beneficial for nonalcoholic fatty liver disease.)</p>\r\n<p><strong>Oolong Tea â€“</strong> A Japanese study found drinking two cups of strong oolong tea daily increased fat breakdown by about 20% in healthy volunteers, and that the effect continued while participants slept. Researchers suspect the effect comes not just from the caffeine (participants had 100 mg. daily), but also from the teaâ€™s catechins.</p>\r\n<p><strong>Green Coffee Bean Extract â€“</strong> Found in many weight-loss supplements, this extract comes from coffee beans that have not been roasted. High in chlorogenic acid, which may account for its weight-loss properties, studies found it reduces body mass index and belly fat.</p>\r\n<p><strong>Ginger â€“</strong> This common spice has several human studies showing significant weight loss and decreased belly fat. Researchers believe it may do so by increasing metabolism and fat burning, while decreasing fat absorption and appetite.</p>\r\n<p><strong>Cayenne â€“</strong> This chili pepper contains capsaicin, which delivers both heat and human health benefits.Â  Capsaicin slightly boost metabolism, increasing the calories you burn. Other studies show it can increase feelings of fullness and decrease levels of ghrelin, the hormone responsible for stimulating hunger.</p>\r\n<p><strong>Cinnamon â€“</strong> Rich in antioxidants, this spice is now well known for its ability to stabilize blood sugar and slow food absorption. It may also reduce appetite and hunger. In addition, cinnamon improves insulin sensitivity. Studies used a 3-6 grams daily dose, so it might be easier to use supplements instead of powder.</p>\r\n<p><strong>Cumin â€“ </strong>A member of the parsley family, cumin has human trials showing it contributes to weight loss. In a study of overweight women, just one teaspoon of cumin added to one meal daily increased fat-burning by three times the normal rate. In an another study, overweight subjects were fed a cumin capsule three times daily for eight weeks and lost 2.2 pounds more than those who took placebo.</p>\r\n<p><strong>Garcina â€“</strong> Usually found in weight-loss supplements, this berry works as an appetite suppressant and may inhibit the body from storing fats. Garcinia contains hydroxycitric acid (HCA), which blocks an enzyme that converts carbohydrates into body fat.</p>\r\n<p><strong>Gymnema Sylvestre â€“</strong> This herb is well known for its ability to reduce blood sugar levels. It contains gymnemic acid, which can help reduce perceived sweetness of foods and help minimize sugar cravings. Human studies show it can reduce appetite and food intake. Animal studies show it helped maintain normal weight in participants fed a high-fat diet.</p>\r\n<p><strong>Black Pepper â€“</strong> This common spice contains piperine, the compound that delivers heat and health benefits. Animal studies show piperine inhibits fat cell formation.</p>\r\n<p><strong>Cardamom â€“</strong> A member of the ginger family, cardamom is another spice that may help with weight loss. Animal studies show it can reduce belly fat in those fed a high-fat, high-carb diets.</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<h3>REFERENCES</h3>\r\n<p><a href=\"https://www.medicalnewstoday.com/articles/320540#takeaway\" target=\"_blank\" rel=\"noopener\">Medical News Today</a></p>\r\n<p><a href=\"https://www.news-medical.net/news/20210107/Drinking-two-cups-of-oolong-tea-a-day-can-stimulate-fat-breakdown-during-sleep.aspx\" target=\"_blank\" rel=\"noopener\">Medical News Net</a></p>\r\n<p><a href=\"https://www.prevention.com/weight-loss/a20493821/herbs-and-spices-for-weight-loss/\" target=\"_blank\" rel=\"noopener\">Prevention</a></p>\r\n<p><a href=\"https://www.healthline.com/nutrition/weight-loss-herbs#TOC_TITLE_HDR_2\" target=\"_blank\" rel=\"noopener\">Healthline</a></p>\r\n<p><a href=\"https://www.mindbodygreen.com/0-4866/3-Herbs-for-Weight-Loss-Support.html\" target=\"_blank\" rel=\"noopener\">MindBodyGreen</a></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Â </strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Herbs for Weight Loss','Drop more pounds with tea & spices!','inherit','closed','closed','','1508-revision-v1','','','2021-02-25 11:17:39','2021-02-25 17:17:39','',1508,'https://ruthsnutrition.com/1508-revision-v1/',0,'revision','',0),(1511,2,'2021-02-25 11:23:03','2021-02-25 17:23:03','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h1><strong>Gained the Quarantine 15? Herbs can help speed your lossÂ </strong></h1>\r\n<p><img class=\"alignright wp-image-1512 size-full\" src=\"https://ruthsnutrition.com/wp-content/uploads/2021/02/fat-herbs-X600.jpeg\" alt=\"\" width=\"600\" height=\"366\" /></p>\r\n<p>If youâ€™re one of us who has gained the proverbial Quarantine 15 (pounds), you are not alone. Studies show as we were confined to home a lot of the time, we snacked more, we moved less, we got anxious â€“ all things that contribute to gaining weight.</p>\r\n<p>As vaccinations become more widespread and people start to get about more, you might be looking for any avenue that will help you lose weight. You know the tried and true methods: exercise more, eat fewer carbs, maybe even try intermittent fasting. But while you are trying those, you might also try a few key herbs to help speed up your process. The list of possible helpers is considerable.</p>\r\n<p><strong>Green Tea â€“</strong> Clinical trials show green tea boosts weight loss, both through its caffeine content and an antioxidant flavonoid called catechin (sometimes known as epigallocatechin gallate or EGCG). Be aware that most studies used supplements containing a higher amount of ECGC than found in cups of tea, so finding a quality capsule or tablet is probably your best choice. (Interesting to note that green tea also has been found to be beneficial for nonalcoholic fatty liver disease.)</p>\r\n<p><strong>Oolong Tea â€“</strong> A Japanese study found drinking two cups of strong oolong tea daily increased fat breakdown by about 20% in healthy volunteers, and that the effect continued while participants slept. Researchers suspect the effect comes not just from the caffeine (participants had 100 mg. daily), but also from the teaâ€™s catechins.</p>\r\n<p><strong>Green Coffee Bean Extract â€“</strong> Found in many weight-loss supplements, this extract comes from coffee beans that have not been roasted. High in chlorogenic acid, which may account for its weight-loss properties, studies found it reduces body mass index and belly fat.</p>\r\n<p><strong>Ginger â€“</strong> This common spice has several human studies showing significant weight loss and decreased belly fat. Researchers believe it may do so by increasing metabolism and fat burning, while decreasing fat absorption and appetite.</p>\r\n<p><strong>Cayenne â€“</strong> This chili pepper contains capsaicin, which delivers both heat and human health benefits.Â  Capsaicin slightly boost metabolism, increasing the calories you burn. Other studies show it can increase feelings of fullness and decrease levels of ghrelin, the hormone responsible for stimulating hunger.</p>\r\n<p><strong>Cinnamon â€“</strong> Rich in antioxidants, this spice is now well known for its ability to stabilize blood sugar and slow food absorption. It may also reduce appetite and hunger. In addition, cinnamon improves insulin sensitivity. Studies used a 3-6 grams daily dose, so it might be easier to use supplements instead of powder.</p>\r\n<p><strong>Cumin â€“ </strong>A member of the parsley family, cumin has human trials showing it contributes to weight loss. In a study of overweight women, just one teaspoon of cumin added to one meal daily increased fat-burning by three times the normal rate. In an another study, overweight subjects were fed a cumin capsule three times daily for eight weeks and lost 2.2 pounds more than those who took placebo.</p>\r\n<p><strong>Garcina â€“</strong> Usually found in weight-loss supplements, this berry works as an appetite suppressant and may inhibit the body from storing fats. Garcinia contains hydroxycitric acid (HCA), which blocks an enzyme that converts carbohydrates into body fat.</p>\r\n<p><strong>Gymnema Sylvestre â€“</strong> This herb is well known for its ability to reduce blood sugar levels. It contains gymnemic acid, which can help reduce perceived sweetness of foods and help minimize sugar cravings. Human studies show it can reduce appetite and food intake. Animal studies show it helped maintain normal weight in participants fed a high-fat diet.</p>\r\n<p><strong>Black Pepper â€“</strong> This common spice contains piperine, the compound that delivers heat and health benefits. Animal studies show piperine inhibits fat cell formation.</p>\r\n<p><strong>Cardamom â€“</strong> A member of the ginger family, cardamom is another spice that may help with weight loss. Animal studies show it can reduce belly fat in those fed a high-fat, high-carb diets.</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<h3>REFERENCES</h3>\r\n<p><a href=\"https://www.medicalnewstoday.com/articles/320540#takeaway\" target=\"_blank\" rel=\"noopener\">Medical News Today</a></p>\r\n<p><a href=\"https://www.news-medical.net/news/20210107/Drinking-two-cups-of-oolong-tea-a-day-can-stimulate-fat-breakdown-during-sleep.aspx\" target=\"_blank\" rel=\"noopener\">Medical News Net</a></p>\r\n<p><a href=\"https://www.prevention.com/weight-loss/a20493821/herbs-and-spices-for-weight-loss/\" target=\"_blank\" rel=\"noopener\">Prevention</a></p>\r\n<p><a href=\"https://www.healthline.com/nutrition/weight-loss-herbs#TOC_TITLE_HDR_2\" target=\"_blank\" rel=\"noopener\">Healthline</a></p>\r\n<p><a href=\"https://www.mindbodygreen.com/0-4866/3-Herbs-for-Weight-Loss-Support.html\" target=\"_blank\" rel=\"noopener\">MindBodyGreen</a></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Â </strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Herbs for Weight Loss','Drop more pounds with tea & spices!','inherit','closed','closed','','1508-autosave-v1','','','2021-02-25 11:23:03','2021-02-25 17:23:03','',1508,'https://ruthsnutrition.com/1508-autosave-v1/',0,'revision','',0),(1512,2,'2021-02-25 11:22:26','2021-02-25 17:22:26','','fat herbs X600','','inherit','open','closed','','fat-herbs-x600','','','2021-02-25 11:22:26','2021-02-25 17:22:26','',1508,'https://ruthsnutrition.com/wp-content/uploads/2021/02/fat-herbs-X600.jpeg',0,'attachment','image/jpeg',0),(1513,2,'2021-02-25 11:22:54','2021-02-25 17:22:54','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h1><strong>Gained the Quarantine 15? Herbs can help speed your lossÂ </strong></h1>\r\n<p><img class=\"alignright wp-image-1512 size-full\" src=\"https://ruthsnutrition.com/wp-content/uploads/2021/02/fat-herbs-X600.jpeg\" alt=\"\" width=\"600\" height=\"366\" /></p>\r\n<p>If youâ€™re one of us who has gained the proverbial Quarantine 15 (pounds), you are not alone. Studies show as we were confined to home a lot of the time, we snacked more, we moved less, we got anxious â€“ all things that contribute to gaining weight.</p>\r\n<p>As vaccinations become more widespread and people start to get about more, you might be looking for any avenue that will help you lose weight. You know the tried and true methods: exercise more, eat fewer carbs, maybe even try intermittent fasting. But while you are trying those, you might also try a few key herbs to help speed up your process. The list of possible helpers is considerable.</p>\r\n<p><strong>Green Tea â€“</strong> Clinical trials show green tea boosts weight loss, both through its caffeine content and an antioxidant flavonoid called catechin (sometimes known as epigallocatechin gallate or EGCG). Be aware that most studies used supplements containing a higher amount of ECGC than found in cups of tea, so finding a quality capsule or tablet is probably your best choice. (Interesting to note that green tea also has been found to be beneficial for nonalcoholic fatty liver disease.)</p>\r\n<p><strong>Oolong Tea â€“</strong> A Japanese study found drinking two cups of strong oolong tea daily increased fat breakdown by about 20% in healthy volunteers, and that the effect continued while participants slept. Researchers suspect the effect comes not just from the caffeine (participants had 100 mg. daily), but also from the teaâ€™s catechins.</p>\r\n<p><strong>Green Coffee Bean Extract â€“</strong> Found in many weight-loss supplements, this extract comes from coffee beans that have not been roasted. High in chlorogenic acid, which may account for its weight-loss properties, studies found it reduces body mass index and belly fat.</p>\r\n<p><strong>Ginger â€“</strong> This common spice has several human studies showing significant weight loss and decreased belly fat. Researchers believe it may do so by increasing metabolism and fat burning, while decreasing fat absorption and appetite.</p>\r\n<p><strong>Cayenne â€“</strong> This chili pepper contains capsaicin, which delivers both heat and human health benefits.Â  Capsaicin slightly boost metabolism, increasing the calories you burn. Other studies show it can increase feelings of fullness and decrease levels of ghrelin, the hormone responsible for stimulating hunger.</p>\r\n<p><strong>Cinnamon â€“</strong> Rich in antioxidants, this spice is now well known for its ability to stabilize blood sugar and slow food absorption. It may also reduce appetite and hunger. In addition, cinnamon improves insulin sensitivity. Studies used a 3-6 grams daily dose, so it might be easier to use supplements instead of powder.</p>\r\n<p><strong>Cumin â€“ </strong>A member of the parsley family, cumin has human trials showing it contributes to weight loss. In a study of overweight women, just one teaspoon of cumin added to one meal daily increased fat-burning by three times the normal rate. In an another study, overweight subjects were fed a cumin capsule three times daily for eight weeks and lost 2.2 pounds more than those who took placebo.</p>\r\n<p><strong>Garcina â€“</strong> Usually found in weight-loss supplements, this berry works as an appetite suppressant and may inhibit the body from storing fats. Garcinia contains hydroxycitric acid (HCA), which blocks an enzyme that converts carbohydrates into body fat.</p>\r\n<p><strong>Gymnema Sylvestre â€“</strong> This herb is well known for its ability to reduce blood sugar levels. It contains gymnemic acid, which can help reduce perceived sweetness of foods and help minimize sugar cravings. Human studies show it can reduce appetite and food intake. Animal studies show it helped maintain normal weight in participants fed a high-fat diet.</p>\r\n<p><strong>Black Pepper â€“</strong> This common spice contains piperine, the compound that delivers heat and health benefits. Animal studies show piperine inhibits fat cell formation.</p>\r\n<p><strong>Cardamom â€“</strong> A member of the ginger family, cardamom is another spice that may help with weight loss. Animal studies show it can reduce belly fat in those fed a high-fat, high-carb diets.</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<h3>REFERENCES</h3>\r\n<p><a href=\"https://www.medicalnewstoday.com/articles/320540#takeaway\" target=\"_blank\" rel=\"noopener\">Medical News Today</a></p>\r\n<p><a href=\"https://www.news-medical.net/news/20210107/Drinking-two-cups-of-oolong-tea-a-day-can-stimulate-fat-breakdown-during-sleep.aspx\" target=\"_blank\" rel=\"noopener\">Medical News Net</a></p>\r\n<p><a href=\"https://www.prevention.com/weight-loss/a20493821/herbs-and-spices-for-weight-loss/\" target=\"_blank\" rel=\"noopener\">Prevention</a></p>\r\n<p><a href=\"https://www.healthline.com/nutrition/weight-loss-herbs#TOC_TITLE_HDR_2\" target=\"_blank\" rel=\"noopener\">Healthline</a></p>\r\n<p><a href=\"https://www.mindbodygreen.com/0-4866/3-Herbs-for-Weight-Loss-Support.html\" target=\"_blank\" rel=\"noopener\">MindBodyGreen</a></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Â </strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Herbs for Weight Loss','Drop more pounds with tea & spices!','inherit','closed','closed','','1508-revision-v1','','','2021-02-25 11:22:54','2021-02-25 17:22:54','',1508,'https://ruthsnutrition.com/1508-revision-v1/',0,'revision','',0),(1514,2,'2021-03-26 11:12:56','2021-03-26 16:12:56','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h1><strong>The exotic red spice with multiple health benefits</strong></h1>\r\n<p><img class=\"alignright size-full wp-image-1515\" src=\"https://ruthsnutrition.com/wp-content/uploads/2021/03/Saffron-X600.jpg\" alt=\"\" width=\"600\" height=\"450\" /></p>\r\n<p>Saffron, the threads from the purple crocus (<em>Crocus sativus</em>), is a spice that has been found in kitchen and medicinal cabinets for more than 3,000 years. Native to Southwest Asia, it was first cultivated in Greece, then made its way around the world. It landed in North America in the 1700s, packed in trunks by the Pennsylvania Dutch who were fleeing religious persecution in Europe.</p>\r\n<p>Today saffron is commercially cultivated primarily in Spain, France, Italy, and Iran. Farmers can hardly keep up with demand for its use in cooking, cosmetics, dyes, perfumes, and for its medicinal properties.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Saffronâ€™s Health Benefits</strong></h3>\r\n<p>Used as a medicine since ancient times, saffron now has studies to document its many beneficial actions.</p>\r\n<p><strong>Powerful Antioxidant and Anti-Inflammatory â€“</strong> Saffron contains several anti-inflammatory antioxidants: crocin, picrocrocin, safranal, kaempferol, and crocetin. They fight against oxidative stress and free radical damage, which play a role in the development of many health conditions, including cancer, heart disease, and skin damage.</p>\r\n<p><strong>Mood Booster and Antidepressant â€“</strong> Several studies attest to saffronâ€™s mood lifting ability. A study in the <em>Journal of Behavioral and Brain Science</em> found saffron extract increased dopamine levels in the brain without changing levels of other brain hormones, such as serotonin. Other studies found taking 30 mg of saffron daily was just as effective as the antidepressant drugs fluoxetine (Prozac), imipramine (Tofranil), and citalopram (Celexa). People also experienced fewer side effects than while using the drugs.</p>\r\n<p><strong>Brain Protector â€“</strong> The antioxidants in saffron reduce inflammation and can help protect the body from disorders affecting the nervous system. In a study in the journal <em>Antioxidants</em>, people with mild to moderate Alzheimerâ€™s who took saffron for 22 weeks had cognitive improvements that were comparable to those taking the drug donepezil (Aricept), and they had fewer side effects.</p>\r\n<p><strong>Weight Loss Aid â€“</strong> In one eight-week study women taking saffron supplements felt significantly fuller, snacked less frequently, and lost significantly more weight than women taking a placebo. In another eight-week study, taking a daily saffron supplement significantly reduced appetite, body mass index, waist circumference, and total fat mass.</p>\r\n<p><strong>Aphrodisiac for those taking Antidepressants â€“</strong> Taking 30 mg of saffron daily for four weeks significantly improved erectile dysfunction, libido, and overall satisfaction for men taking antidepressants. In another study, women on antidepressants took 30 mg of saffron daily for four weeks and had increased sexual desire and lubrication, and reduced sex-related pain compared to those taking a placebo.</p>\r\n<p><strong>PMS Symptom Reducer â€“</strong> In women 20-45 years of age, taking 30 mg of saffron daily was more effective than placebo in treating PMS (premenstrual syndrome) symptoms, such as irritability, headaches, cravings, and pain. Another study found that merely smelling saffron for 20 minutes helped reduce PMS symptoms like anxiety, and lowered cortisol levels. (Cortisol may contribute to PMS pain.)</p>\r\n<p><strong>Skin Protector â€“</strong> UV radiation promotes oxidative damage to skin cells and accelerates skin aging. Studies show crocin, an antioxidant in saffron, protects against both UVA and UVB rays.Â Animal studies show saffron improves atopic dermatitis, and saffron cream improves wound healing.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Potential Side Effects</strong></h3>\r\n<p>Saffron is generally considered safe with reasonable use. Taking up to 1.5 grams daily is considered safe, but researchers consider 5 grams daily to be a toxic dose.</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>REFERENCES</strong><strong>Â </strong></h3>\r\n<p><a href=\"https://www.healthline.com/nutrition/saffron#TOC_TITLE_HDR_11\" target=\"_blank\" rel=\"noopener\">Healthline</a></p>\r\n<p><a href=\"https://www.medicalnewstoday.com/articles/327017#side-effects\" target=\"_blank\" rel=\"noopener\">Medical News Today</a></p>\r\n<p><a href=\"https://www.healthline.com/health/beauty-skin-care/benefits-of-saffron-for-skin#benefits\" target=\"_blank\" rel=\"noopener\">Skin Care</a></p>\r\n<p><a href=\"https://en.wikipedia.org/wiki/History_of_saffron\" target=\"_blank\" rel=\"noopener\">History</a></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Â </strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Saffron','Brain protector, weight loss aid, and more!','publish','closed','open','','saffron','','','2021-03-26 11:12:56','2021-03-26 16:12:56','',0,'https://ruthsnutrition.com/?p=1514',0,'post','',0),(1515,2,'2021-03-26 11:02:45','2021-03-26 16:02:45','','Saffron X600','','inherit','open','closed','','saffron-x600','','','2021-03-26 11:02:45','2021-03-26 16:02:45','',1514,'https://ruthsnutrition.com/wp-content/uploads/2021/03/Saffron-X600.jpg',0,'attachment','image/jpeg',0),(1516,2,'2021-03-26 11:09:45','2021-03-26 16:09:45','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h1><strong>The exotic red spice with multiple health benefits</strong></h1>\r\n<p><img class=\"alignright size-full wp-image-1515\" src=\"https://ruthsnutrition.com/wp-content/uploads/2021/03/Saffron-X600.jpg\" alt=\"\" width=\"600\" height=\"450\" /></p>\r\n<p>Saffron, the threads from the purple crocus (<em>Crocus sativus</em>), is a spice that has been found in kitchen and medicinal cabinets for more than 3,000 years. Native to Southwest Asia, it was first cultivated in Greece, then made its way around the world. It landed in North America in the 1700s, packed in trunks by the Pennsylvania Dutch who were fleeing religious persecution in Europe.</p>\r\n<p>Today saffron is commercially cultivated primarily in Spain, France, Italy, and Iran. Farmers can hardly keep up with demand for its use in cooking, cosmetics, dyes, perfumes, and for its medicinal properties.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Saffronâ€™s Health Benefits</strong></h3>\r\n<p>Used as a medicine since ancient times, saffron now has studies to document its many beneficial actions.</p>\r\n<p><strong>Powerful Antioxidant and Anti-Inflammatory â€“</strong> Saffron contains several anti-inflammatory antioxidants: crocin, picrocrocin, safranal, kaempferol, and crocetin. They fight against oxidative stress and free radical damage, which play a role in the development of many health conditions, including cancer, heart disease, and skin damage.</p>\r\n<p><strong>Mood Booster and Antidepressant â€“</strong> Several studies attest to saffronâ€™s mood lifting ability. A study in the <em>Journal of Behavioral and Brain Science</em> found saffron extract increased dopamine levels in the brain without changing levels of other brain hormones, such as serotonin. Other studies found taking 30 mg of saffron daily was just as effective as the antidepressant drugs fluoxetine (Prozac), imipramine (Tofranil), and citalopram (Celexa). People also experienced fewer side effects than while using the drugs.</p>\r\n<p><strong>Brain Protector â€“</strong> The antioxidants in saffron reduce inflammation and can help protect the body from disorders affecting the nervous system. In a study in the journal <em>Antioxidants</em>, people with mild to moderate Alzheimerâ€™s who took saffron for 22 weeks had cognitive improvements that were comparable to those taking the drug donepezil (Aricept), and they had fewer side effects.</p>\r\n<p><strong>Weight Loss Aid â€“</strong> In one eight-week study women taking saffron supplements felt significantly fuller, snacked less frequently, and lost significantly more weight than women taking a placebo. In another eight-week study, taking a daily saffron supplement significantly reduced appetite, body mass index, waist circumference, and total fat mass.</p>\r\n<p><strong>Aphrodisiac for those taking Antidepressants â€“</strong> Taking 30 mg of saffron daily for four weeks significantly improved erectile dysfunction, libido, and overall satisfaction for men taking antidepressants. In another study, women on antidepressants took 30 mg of saffron daily for four weeks and had increased sexual desire and lubrication, and reduced sex-related pain compared to those taking a placebo.</p>\r\n<p><strong>PMS Symptom Reducer â€“</strong> In women 20-45 years of age, taking 30 mg of saffron daily was more effective than placebo in treating PMS (premenstrual syndrome) symptoms, such as irritability, headaches, cravings, and pain. Another study found that merely smelling saffron for 20 minutes helped reduce PMS symptoms like anxiety, and lowered cortisol levels. (Cortisol may contribute to PMS pain.)</p>\r\n<p><strong>Skin Protector â€“</strong> UV radiation promotes oxidative damage to skin cells and accelerates skin aging. Studies show crocin, an antioxidant in saffron, protects against both UVA and UVB rays.Â Animal studies show saffron improves atopic dermatitis, and saffron cream improves wound healing.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Potential Side Effects</strong></h3>\r\n<p>Saffron is generally considered safe with little risk of use. Taking up to 1.5 grams daily is considered safe, but researchers consider 5 grams daily to be a toxic dose.</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>REFERENCES</strong><strong>Â </strong></h3>\r\n<p><a href=\"https://www.healthline.com/nutrition/saffron#TOC_TITLE_HDR_11\" target=\"_blank\" rel=\"noopener\">Healthline</a></p>\r\n<p><a href=\"https://www.medicalnewstoday.com/articles/327017#side-effects\" target=\"_blank\" rel=\"noopener\">Medical News Today</a></p>\r\n<p>Skin Care</p>\r\n<p><a href=\"https://en.wikipedia.org/wiki/History_of_saffron\" target=\"_blank\" rel=\"noopener\">History</a></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Â </strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Saffron','Brain protector, weight loss aid, and more!','inherit','closed','closed','','1514-revision-v1','','','2021-03-26 11:09:45','2021-03-26 16:09:45','',1514,'https://ruthsnutrition.com/1514-revision-v1/',0,'revision','',0),(1517,2,'2021-03-26 11:11:28','2021-03-26 16:11:28','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h1><strong>The exotic red spice with multiple health benefits</strong></h1>\r\n<p><img class=\"alignright size-full wp-image-1515\" src=\"https://ruthsnutrition.com/wp-content/uploads/2021/03/Saffron-X600.jpg\" alt=\"\" width=\"600\" height=\"450\" /></p>\r\n<p>Saffron, the threads from the purple crocus (<em>Crocus sativus</em>), is a spice that has been found in kitchen and medicinal cabinets for more than 3,000 years. Native to Southwest Asia, it was first cultivated in Greece, then made its way around the world. It landed in North America in the 1700s, packed in trunks by the Pennsylvania Dutch who were fleeing religious persecution in Europe.</p>\r\n<p>Today saffron is commercially cultivated primarily in Spain, France, Italy, and Iran. Farmers can hardly keep up with demand for its use in cooking, cosmetics, dyes, perfumes, and for its medicinal properties.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Saffronâ€™s Health Benefits</strong></h3>\r\n<p>Used as a medicine since ancient times, saffron now has studies to document its many beneficial actions.</p>\r\n<p><strong>Powerful Antioxidant and Anti-Inflammatory â€“</strong> Saffron contains several anti-inflammatory antioxidants: crocin, picrocrocin, safranal, kaempferol, and crocetin. They fight against oxidative stress and free radical damage, which play a role in the development of many health conditions, including cancer, heart disease, and skin damage.</p>\r\n<p><strong>Mood Booster and Antidepressant â€“</strong> Several studies attest to saffronâ€™s mood lifting ability. A study in the <em>Journal of Behavioral and Brain Science</em> found saffron extract increased dopamine levels in the brain without changing levels of other brain hormones, such as serotonin. Other studies found taking 30 mg of saffron daily was just as effective as the antidepressant drugs fluoxetine (Prozac), imipramine (Tofranil), and citalopram (Celexa). People also experienced fewer side effects than while using the drugs.</p>\r\n<p><strong>Brain Protector â€“</strong> The antioxidants in saffron reduce inflammation and can help protect the body from disorders affecting the nervous system. In a study in the journal <em>Antioxidants</em>, people with mild to moderate Alzheimerâ€™s who took saffron for 22 weeks had cognitive improvements that were comparable to those taking the drug donepezil (Aricept), and they had fewer side effects.</p>\r\n<p><strong>Weight Loss Aid â€“</strong> In one eight-week study women taking saffron supplements felt significantly fuller, snacked less frequently, and lost significantly more weight than women taking a placebo. In another eight-week study, taking a daily saffron supplement significantly reduced appetite, body mass index, waist circumference, and total fat mass.</p>\r\n<p><strong>Aphrodisiac for those taking Antidepressants â€“</strong> Taking 30 mg of saffron daily for four weeks significantly improved erectile dysfunction, libido, and overall satisfaction for men taking antidepressants. In another study, women on antidepressants took 30 mg of saffron daily for four weeks and had increased sexual desire and lubrication, and reduced sex-related pain compared to those taking a placebo.</p>\r\n<p><strong>PMS Symptom Reducer â€“</strong> In women 20-45 years of age, taking 30 mg of saffron daily was more effective than placebo in treating PMS (premenstrual syndrome) symptoms, such as irritability, headaches, cravings, and pain. Another study found that merely smelling saffron for 20 minutes helped reduce PMS symptoms like anxiety, and lowered cortisol levels. (Cortisol may contribute to PMS pain.)</p>\r\n<p><strong>Skin Protector â€“</strong> UV radiation promotes oxidative damage to skin cells and accelerates skin aging. Studies show crocin, an antioxidant in saffron, protects against both UVA and UVB rays.Â Animal studies show saffron improves atopic dermatitis, and saffron cream improves wound healing.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Potential Side Effects</strong></h3>\r\n<p>Saffron is generally considered safe with little risk of use. Taking up to 1.5 grams daily is considered safe, but researchers consider 5 grams daily to be a toxic dose.</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>REFERENCES</strong><strong>Â </strong></h3>\r\n<p><a href=\"https://www.healthline.com/nutrition/saffron#TOC_TITLE_HDR_11\" target=\"_blank\" rel=\"noopener\">Healthline</a></p>\r\n<p><a href=\"https://www.medicalnewstoday.com/articles/327017#side-effects\" target=\"_blank\" rel=\"noopener\">Medical News Today</a></p>\r\n<p><a href=\"https://www.healthline.com/health/beauty-skin-care/benefits-of-saffron-for-skin#benefits\" target=\"_blank\" rel=\"noopener\">Skin Care</a></p>\r\n<p><a href=\"https://en.wikipedia.org/wiki/History_of_saffron\" target=\"_blank\" rel=\"noopener\">History</a></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Â </strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Saffron','Brain protector, weight loss aid, and more!','inherit','closed','closed','','1514-revision-v1','','','2021-03-26 11:11:28','2021-03-26 16:11:28','',1514,'https://ruthsnutrition.com/1514-revision-v1/',0,'revision','',0),(1518,2,'2021-03-26 11:12:46','2021-03-26 16:12:46','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h1><strong>The exotic red spice with multiple health benefits</strong></h1>\r\n<p><img class=\"alignright size-full wp-image-1515\" src=\"https://ruthsnutrition.com/wp-content/uploads/2021/03/Saffron-X600.jpg\" alt=\"\" width=\"600\" height=\"450\" /></p>\r\n<p>Saffron, the threads from the purple crocus (<em>Crocus sativus</em>), is a spice that has been found in kitchen and medicinal cabinets for more than 3,000 years. Native to Southwest Asia, it was first cultivated in Greece, then made its way around the world. It landed in North America in the 1700s, packed in trunks by the Pennsylvania Dutch who were fleeing religious persecution in Europe.</p>\r\n<p>Today saffron is commercially cultivated primarily in Spain, France, Italy, and Iran. Farmers can hardly keep up with demand for its use in cooking, cosmetics, dyes, perfumes, and for its medicinal properties.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Saffronâ€™s Health Benefits</strong></h3>\r\n<p>Used as a medicine since ancient times, saffron now has studies to document its many beneficial actions.</p>\r\n<p><strong>Powerful Antioxidant and Anti-Inflammatory â€“</strong> Saffron contains several anti-inflammatory antioxidants: crocin, picrocrocin, safranal, kaempferol, and crocetin. They fight against oxidative stress and free radical damage, which play a role in the development of many health conditions, including cancer, heart disease, and skin damage.</p>\r\n<p><strong>Mood Booster and Antidepressant â€“</strong> Several studies attest to saffronâ€™s mood lifting ability. A study in the <em>Journal of Behavioral and Brain Science</em> found saffron extract increased dopamine levels in the brain without changing levels of other brain hormones, such as serotonin. Other studies found taking 30 mg of saffron daily was just as effective as the antidepressant drugs fluoxetine (Prozac), imipramine (Tofranil), and citalopram (Celexa). People also experienced fewer side effects than while using the drugs.</p>\r\n<p><strong>Brain Protector â€“</strong> The antioxidants in saffron reduce inflammation and can help protect the body from disorders affecting the nervous system. In a study in the journal <em>Antioxidants</em>, people with mild to moderate Alzheimerâ€™s who took saffron for 22 weeks had cognitive improvements that were comparable to those taking the drug donepezil (Aricept), and they had fewer side effects.</p>\r\n<p><strong>Weight Loss Aid â€“</strong> In one eight-week study women taking saffron supplements felt significantly fuller, snacked less frequently, and lost significantly more weight than women taking a placebo. In another eight-week study, taking a daily saffron supplement significantly reduced appetite, body mass index, waist circumference, and total fat mass.</p>\r\n<p><strong>Aphrodisiac for those taking Antidepressants â€“</strong> Taking 30 mg of saffron daily for four weeks significantly improved erectile dysfunction, libido, and overall satisfaction for men taking antidepressants. In another study, women on antidepressants took 30 mg of saffron daily for four weeks and had increased sexual desire and lubrication, and reduced sex-related pain compared to those taking a placebo.</p>\r\n<p><strong>PMS Symptom Reducer â€“</strong> In women 20-45 years of age, taking 30 mg of saffron daily was more effective than placebo in treating PMS (premenstrual syndrome) symptoms, such as irritability, headaches, cravings, and pain. Another study found that merely smelling saffron for 20 minutes helped reduce PMS symptoms like anxiety, and lowered cortisol levels. (Cortisol may contribute to PMS pain.)</p>\r\n<p><strong>Skin Protector â€“</strong> UV radiation promotes oxidative damage to skin cells and accelerates skin aging. Studies show crocin, an antioxidant in saffron, protects against both UVA and UVB rays.Â Animal studies show saffron improves atopic dermatitis, and saffron cream improves wound healing.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Potential Side Effects</strong></h3>\r\n<p>Saffron is generally considered safe with reasonable use. Taking up to 1.5 grams daily is considered safe, but researchers consider 5 grams daily to be a toxic dose.</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>REFERENCES</strong><strong>Â </strong></h3>\r\n<p><a href=\"https://www.healthline.com/nutrition/saffron#TOC_TITLE_HDR_11\" target=\"_blank\" rel=\"noopener\">Healthline</a></p>\r\n<p><a href=\"https://www.medicalnewstoday.com/articles/327017#side-effects\" target=\"_blank\" rel=\"noopener\">Medical News Today</a></p>\r\n<p><a href=\"https://www.healthline.com/health/beauty-skin-care/benefits-of-saffron-for-skin#benefits\" target=\"_blank\" rel=\"noopener\">Skin Care</a></p>\r\n<p><a href=\"https://en.wikipedia.org/wiki/History_of_saffron\" target=\"_blank\" rel=\"noopener\">History</a></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Â </strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Saffron','Brain protector, weight loss aid, and more!','inherit','closed','closed','','1514-revision-v1','','','2021-03-26 11:12:46','2021-03-26 16:12:46','',1514,'https://ruthsnutrition.com/1514-revision-v1/',0,'revision','',0),(1519,2,'2021-03-30 11:34:24','2021-03-30 16:34:24','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h1><strong>Allergy meds have side effects: How to avoid overusing them</strong></h1>\r\n<p><img class=\"alignright wp-image-1523 size-full\" src=\"https://ruthsnutrition.com/wp-content/uploads/2021/03/Allergies-clothespin-X600.jpg\" alt=\"\" width=\"600\" height=\"396\" /></p>\r\n<p>Itâ€™s allergy season again. Lots of itchy eyes, runny noses, and congested heads. Not fun. And we know that because of climate change allergy season is getting even longer. Sales of allergy medications continues to grow at an alarming rate.</p>\r\n<p>Why alarming? Because allergy meds donâ€™t come without side effects: drowsiness, high blood pressure, constipation, nasal irritation, dry mouth, etc. That means the healthiest goal is to use allergy medications as sparingly as possible. Thatâ€™s where natural remedies come in. They are safer and some are as effective as over the counter antihistamines.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>The Herbs</strong></h3>\r\n<p>Keep in mind that many of these herbs can be found in combination in current natural allergy remedies, making them even more effective</p>\r\n<p><strong>Butterbur â€“</strong> A study published in the <em>British Medical Journal</em> found supplementing with Butterbur (<em>Petasides hybridus</em>) was as effective for allergies as Zyrtec (cetirizine). And it does not cause drowsiness.</p>\r\n<p><strong>Black Oil Seed â€“</strong> The seeds of <em>Nigella sativa</em> contain several fatty acids, one of which â€“ thymoquinone â€“ makes it possess anti-inflammatory and potent antihistamine effects. It prevents the release of histamine from mast cells and reduces the inflammation that causes nasal swelling. The oil can be taken orally as oil or in capsule form, or used topically in nasal passages.</p>\r\n<p><strong>Quercetin â€“</strong> Found in many plants, quercetin is a flavonoid that is anti-inflammatory and an antioxidant. It inhibits the release of histamine from mast cells, working a step sooner than antihistamines. It has a huge safety profile and is safe for children.</p>\r\n<p><strong>Stinging Nettle â€“</strong> This plant is high in quercetin, so itâ€™s little wonder that it has long been used as an anti-allergy remedy.</p>\r\n<p><strong>Vitamin C â€“</strong> Many natural practitioners recommend taking 2,000 mg of vitamin C daily during allergy season. Thatâ€™s because higher levels of vitamin C can lower blood levels of histamine by inhibiting histamine production and release, as well as increasing the enzyme that breaks down histamine allowing it to be cleared from your body faster.</p>\r\n<p><strong>Spirulina â€“</strong> Studies have found daily consumption of this blue-green algae improves symptoms of allergic rhinitis, specifically nasal discharge, sneezing, nasal congestion, and itching.</p>\r\n<p><strong>Bromelain â€“</strong> This enzyme found in papaya and pineapple can reduce the swelling that comes with allergies and thereby improve breathing.</p>\r\n<p><strong>Sea Buckthorn â€“</strong> The oil from this plant (<em>Hippophae rhamnoides</em>) is high in vitamins E, A, and C, as well as quercetin. In addition, it contains large amounts of SOD (superoxide dismutase), an enzyme that is critical to respiratory health. Sea Buckthorn supplementation helps maintain healthy mucus membranes.</p>\r\n<p><strong>Tumeric â€“</strong> This well-known spice (<em>Curcuma longa</em>) is a potent anti-inflammatory. A study published in the <em>American College of Allergy, Asthma &amp; Immunology</em> found that people with allergic rhinitis who took curcumin (an active ingredient in turmeric) for two months had reduced sneezing and congestion and improved nasal airflow compared to those who took placebo.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Lifestyle Choices</strong></h3>\r\n<p><strong>Nasal irrigation â€“ </strong>Several studies have shown using a Neti Pot or other device to rinse nasal passages with salt water is beneficial for children and adults in lessening symptoms of allergic rhinitis.</p>\r\n<p><strong>HEPA filters â€“</strong> Using high-efficiency particulate air (HEPA) filters can remove airborne irritants such as pollen, animal dander and mold spores that may be in your home.</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>REFERENCES</strong></h3>\r\n<p><a href=\"https://www.sinusandallergywellnesscenter.com/blog/allergic-rhinitis-6-herbal-remedies-to-try-sinus-allergy-wellness-clinic\" target=\"_blank\" rel=\"noopener\">Wellness Center</a></p>\r\n<p><a href=\"https://health.usnews.com/health-news/blogs/eat-run/articles/2017-05-19/the-5-best-herbs-for-spring-allergy-relief\" target=\"_blank\" rel=\"noopener\">Health News</a></p>\r\n<p><a href=\"https://www.healthline.com/health/home-remedies-for-allergies\" target=\"_blank\" rel=\"noopener\">Health Line</a></p>\r\n<p><a href=\"https://www.drkarafitzgerald.com/2018/06/05/consider-nigella-sativa-for-asthma-and-allergies/\" target=\"_blank\" rel=\"noopener\">Dr. Kara Fitzgerald</a></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Â </strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Seasonal allergies','Herbs & lifestyle choices improve symptoms!','publish','closed','open','','seasonal_allergies','','','2021-03-30 11:55:06','2021-03-30 16:55:06','',0,'https://ruthsnutrition.com/?p=1519',0,'post','',0),(1520,2,'2021-03-30 11:24:46','2021-03-30 16:24:46','','Allergies-clothespin X600','','inherit','open','closed','','allergies-clothespin-x600','','','2021-03-30 11:24:46','2021-03-30 16:24:46','',1519,'https://ruthsnutrition.com/wp-content/uploads/2021/03/Allergies-clothespin-X600.jpeg',0,'attachment','image/jpeg',0),(1521,2,'2021-03-30 11:32:06','2021-03-30 16:32:06','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h1>Allergy meds have side effects: How to avoid overusing them</h1>\r\n<p><img class=\"alignright wp-image-1520 size-full\" src=\"https://ruthsnutrition.com/wp-content/uploads/2021/03/Allergies-clothespin-X600.jpeg\" alt=\"\" width=\"600\" height=\"319\" /></p>\r\n<p>Itâ€™s allergy season again. Lots of itchy eyes, runny noses, and congested heads. Not fun. And we know that because of climate change allergy season is getting even longer. Sales of allergy medications continues to grow at an alarming rate.</p>\r\n<p>Why alarming? Because allergy meds donâ€™t come without side effects: drowsiness, high blood pressure, constipation, nasal irritation, dry mouth, etc. That means the healthiest goal is to use allergy medications as sparingly as possible. Thatâ€™s where natural remedies come in. They are safer and some are as effective as over the counter antihistamines.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>The Herbs</strong></h3>\r\n<p>Keep in mind that many of these herbs can be found in combination in current natural allergy remedies, making them even more effective</p>\r\n<p><strong>Butterbur â€“</strong> A study published in the <em>British Medical Journal</em> found supplementing with Butterbur (<em>Petasides hybridus</em>) was as effective for allergies as Zyrtec (cetirizine). And it does not cause drowsiness.</p>\r\n<p><strong>Black Oil Seed â€“</strong> The seeds of <em>Nigella sativa</em> contain several fatty acids, one of which â€“ thymoquinone â€“ makes it possess anti-inflammatory and potent antihistamine effects. It prevents the release of histamine from mast cells and reduces the inflammation that causes nasal swelling. The oil can be taken orally as oil or in capsule form, or used topically in nasal passages.</p>\r\n<p><strong>Quercetin â€“</strong> Found in many plants, quercetin is a flavonoid that is anti-inflammatory and an antioxidant. It inhibits the release of histamine from mast cells, working a step sooner than antihistamines. It has a huge safety profile and is safe for children.</p>\r\n<p><strong>Stinging Nettle â€“</strong> This plant is high in quercetin, so itâ€™s little wonder that it has long been used as an anti-allergy remedy.</p>\r\n<p><strong>Vitamin C â€“</strong> Many natural practitioners recommend taking 2,000 mg of vitamin C daily during allergy season. Thatâ€™s because higher levels of vitamin C can lower blood levels of histamine by inhibiting histamine production and release, as well as increasing the enzyme that breaks down histamine allowing it to be cleared from your body faster.</p>\r\n<p><strong>Spirulina â€“</strong> Studies have found daily consumption of this blue-green algae improves symptoms of allergic rhinitis, specifically nasal discharge, sneezing, nasal congestion, and itching.</p>\r\n<p><strong>Bromelain â€“</strong> This enzyme found in papaya and pineapple can reduce the swelling that comes with allergies and thereby improve breathing.</p>\r\n<p><strong>Sea Buckthorn â€“</strong> The oil from this plant (<em>Hippophae rhamnoides</em>) is high in vitamins E, A, and C, as well as quercetin. In addition, it contains large amounts of SOD (superoxide dismutase), an enzyme that is critical to respiratory health. Sea Buckthorn supplementation helps maintain healthy mucus membranes.</p>\r\n<p><strong>Tumeric â€“</strong> This well-known spice (<em>Curcuma longa</em>) is a potent anti-inflammatory. A study published in the <em>American College of Allergy, Asthma &amp; Immunology</em> found that people with allergic rhinitis who took curcumin (an active ingredient in turmeric) for two months had reduced sneezing and congestion and improved nasal airflow compared to those who took placebo.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Lifestyle Choices</strong></h3>\r\n<p><strong>Nasal irrigation â€“ </strong>Several studies have shown using a Neti Pot or other device to rinse nasal passages with salt water is beneficial for children and adults in lessening symptoms of allergic rhinitis.</p>\r\n<p><strong>HEPA filters â€“</strong> Using high-efficiency particulate air (HEPA) filters can remove airborne irritants such as pollen, animal dander and mold spores that may be in your home.</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>REFERENCES</strong></h3>\r\n<p><a href=\"https://www.sinusandallergywellnesscenter.com/blog/allergic-rhinitis-6-herbal-remedies-to-try-sinus-allergy-wellness-clinic\" target=\"_blank\" rel=\"noopener\">Wellness Center</a></p>\r\n<p><a href=\"https://health.usnews.com/health-news/blogs/eat-run/articles/2017-05-19/the-5-best-herbs-for-spring-allergy-relief\" target=\"_blank\" rel=\"noopener\">Health News</a></p>\r\n<p><a href=\"https://www.healthline.com/health/home-remedies-for-allergies\" target=\"_blank\" rel=\"noopener\">Health Line</a></p>\r\n<p><a href=\"https://www.drkarafitzgerald.com/2018/06/05/consider-nigella-sativa-for-asthma-and-allergies/\" target=\"_blank\" rel=\"noopener\">Dr. Kara Fitzgerald</a></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Â </strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Seasonal allergies','Herbs & lifestyle choices improve symptoms!','inherit','closed','closed','','1519-revision-v1','','','2021-03-30 11:32:06','2021-03-30 16:32:06','',1519,'https://ruthsnutrition.com/?p=1521',0,'revision','',0),(1522,2,'2021-03-30 11:32:44','2021-03-30 16:32:44','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h1><strong>Allergy meds have side effects: How to avoid overusing them</strong></h1>\r\n<p><img class=\"alignright wp-image-1520 size-full\" src=\"https://ruthsnutrition.com/wp-content/uploads/2021/03/Allergies-clothespin-X600.jpeg\" alt=\"\" width=\"600\" height=\"319\" /></p>\r\n<p>Itâ€™s allergy season again. Lots of itchy eyes, runny noses, and congested heads. Not fun. And we know that because of climate change allergy season is getting even longer. Sales of allergy medications continues to grow at an alarming rate.</p>\r\n<p>Why alarming? Because allergy meds donâ€™t come without side effects: drowsiness, high blood pressure, constipation, nasal irritation, dry mouth, etc. That means the healthiest goal is to use allergy medications as sparingly as possible. Thatâ€™s where natural remedies come in. They are safer and some are as effective as over the counter antihistamines.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>The Herbs</strong></h3>\r\n<p>Keep in mind that many of these herbs can be found in combination in current natural allergy remedies, making them even more effective</p>\r\n<p><strong>Butterbur â€“</strong> A study published in the <em>British Medical Journal</em> found supplementing with Butterbur (<em>Petasides hybridus</em>) was as effective for allergies as Zyrtec (cetirizine). And it does not cause drowsiness.</p>\r\n<p><strong>Black Oil Seed â€“</strong> The seeds of <em>Nigella sativa</em> contain several fatty acids, one of which â€“ thymoquinone â€“ makes it possess anti-inflammatory and potent antihistamine effects. It prevents the release of histamine from mast cells and reduces the inflammation that causes nasal swelling. The oil can be taken orally as oil or in capsule form, or used topically in nasal passages.</p>\r\n<p><strong>Quercetin â€“</strong> Found in many plants, quercetin is a flavonoid that is anti-inflammatory and an antioxidant. It inhibits the release of histamine from mast cells, working a step sooner than antihistamines. It has a huge safety profile and is safe for children.</p>\r\n<p><strong>Stinging Nettle â€“</strong> This plant is high in quercetin, so itâ€™s little wonder that it has long been used as an anti-allergy remedy.</p>\r\n<p><strong>Vitamin C â€“</strong> Many natural practitioners recommend taking 2,000 mg of vitamin C daily during allergy season. Thatâ€™s because higher levels of vitamin C can lower blood levels of histamine by inhibiting histamine production and release, as well as increasing the enzyme that breaks down histamine allowing it to be cleared from your body faster.</p>\r\n<p><strong>Spirulina â€“</strong> Studies have found daily consumption of this blue-green algae improves symptoms of allergic rhinitis, specifically nasal discharge, sneezing, nasal congestion, and itching.</p>\r\n<p><strong>Bromelain â€“</strong> This enzyme found in papaya and pineapple can reduce the swelling that comes with allergies and thereby improve breathing.</p>\r\n<p><strong>Sea Buckthorn â€“</strong> The oil from this plant (<em>Hippophae rhamnoides</em>) is high in vitamins E, A, and C, as well as quercetin. In addition, it contains large amounts of SOD (superoxide dismutase), an enzyme that is critical to respiratory health. Sea Buckthorn supplementation helps maintain healthy mucus membranes.</p>\r\n<p><strong>Tumeric â€“</strong> This well-known spice (<em>Curcuma longa</em>) is a potent anti-inflammatory. A study published in the <em>American College of Allergy, Asthma &amp; Immunology</em> found that people with allergic rhinitis who took curcumin (an active ingredient in turmeric) for two months had reduced sneezing and congestion and improved nasal airflow compared to those who took placebo.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Lifestyle Choices</strong></h3>\r\n<p><strong>Nasal irrigation â€“ </strong>Several studies have shown using a Neti Pot or other device to rinse nasal passages with salt water is beneficial for children and adults in lessening symptoms of allergic rhinitis.</p>\r\n<p><strong>HEPA filters â€“</strong> Using high-efficiency particulate air (HEPA) filters can remove airborne irritants such as pollen, animal dander and mold spores that may be in your home.</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>REFERENCES</strong></h3>\r\n<p><a href=\"https://www.sinusandallergywellnesscenter.com/blog/allergic-rhinitis-6-herbal-remedies-to-try-sinus-allergy-wellness-clinic\" target=\"_blank\" rel=\"noopener\">Wellness Center</a></p>\r\n<p><a href=\"https://health.usnews.com/health-news/blogs/eat-run/articles/2017-05-19/the-5-best-herbs-for-spring-allergy-relief\" target=\"_blank\" rel=\"noopener\">Health News</a></p>\r\n<p><a href=\"https://www.healthline.com/health/home-remedies-for-allergies\" target=\"_blank\" rel=\"noopener\">Health Line</a></p>\r\n<p><a href=\"https://www.drkarafitzgerald.com/2018/06/05/consider-nigella-sativa-for-asthma-and-allergies/\" target=\"_blank\" rel=\"noopener\">Dr. Kara Fitzgerald</a></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Â </strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Seasonal allergies','Herbs & lifestyle choices improve symptoms!','inherit','closed','closed','','1519-revision-v1','','','2021-03-30 11:32:44','2021-03-30 16:32:44','',1519,'https://ruthsnutrition.com/?p=1522',0,'revision','',0),(1523,2,'2021-03-30 11:54:32','2021-03-30 16:54:32','','Allergies-clothespin X600','','inherit','open','closed','','allergies-clothespin-x600-2','','','2021-03-30 11:54:32','2021-03-30 16:54:32','',1519,'https://ruthsnutrition.com/wp-content/uploads/2021/03/Allergies-clothespin-X600.jpg',0,'attachment','image/jpeg',0),(1524,2,'2021-03-30 11:55:06','2021-03-30 16:55:06','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h1><strong>Allergy meds have side effects: How to avoid overusing them</strong></h1>\r\n<p><img class=\"alignright wp-image-1523 size-full\" src=\"https://ruthsnutrition.com/wp-content/uploads/2021/03/Allergies-clothespin-X600.jpg\" alt=\"\" width=\"600\" height=\"396\" /></p>\r\n<p>Itâ€™s allergy season again. Lots of itchy eyes, runny noses, and congested heads. Not fun. And we know that because of climate change allergy season is getting even longer. Sales of allergy medications continues to grow at an alarming rate.</p>\r\n<p>Why alarming? Because allergy meds donâ€™t come without side effects: drowsiness, high blood pressure, constipation, nasal irritation, dry mouth, etc. That means the healthiest goal is to use allergy medications as sparingly as possible. Thatâ€™s where natural remedies come in. They are safer and some are as effective as over the counter antihistamines.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>The Herbs</strong></h3>\r\n<p>Keep in mind that many of these herbs can be found in combination in current natural allergy remedies, making them even more effective</p>\r\n<p><strong>Butterbur â€“</strong> A study published in the <em>British Medical Journal</em> found supplementing with Butterbur (<em>Petasides hybridus</em>) was as effective for allergies as Zyrtec (cetirizine). And it does not cause drowsiness.</p>\r\n<p><strong>Black Oil Seed â€“</strong> The seeds of <em>Nigella sativa</em> contain several fatty acids, one of which â€“ thymoquinone â€“ makes it possess anti-inflammatory and potent antihistamine effects. It prevents the release of histamine from mast cells and reduces the inflammation that causes nasal swelling. The oil can be taken orally as oil or in capsule form, or used topically in nasal passages.</p>\r\n<p><strong>Quercetin â€“</strong> Found in many plants, quercetin is a flavonoid that is anti-inflammatory and an antioxidant. It inhibits the release of histamine from mast cells, working a step sooner than antihistamines. It has a huge safety profile and is safe for children.</p>\r\n<p><strong>Stinging Nettle â€“</strong> This plant is high in quercetin, so itâ€™s little wonder that it has long been used as an anti-allergy remedy.</p>\r\n<p><strong>Vitamin C â€“</strong> Many natural practitioners recommend taking 2,000 mg of vitamin C daily during allergy season. Thatâ€™s because higher levels of vitamin C can lower blood levels of histamine by inhibiting histamine production and release, as well as increasing the enzyme that breaks down histamine allowing it to be cleared from your body faster.</p>\r\n<p><strong>Spirulina â€“</strong> Studies have found daily consumption of this blue-green algae improves symptoms of allergic rhinitis, specifically nasal discharge, sneezing, nasal congestion, and itching.</p>\r\n<p><strong>Bromelain â€“</strong> This enzyme found in papaya and pineapple can reduce the swelling that comes with allergies and thereby improve breathing.</p>\r\n<p><strong>Sea Buckthorn â€“</strong> The oil from this plant (<em>Hippophae rhamnoides</em>) is high in vitamins E, A, and C, as well as quercetin. In addition, it contains large amounts of SOD (superoxide dismutase), an enzyme that is critical to respiratory health. Sea Buckthorn supplementation helps maintain healthy mucus membranes.</p>\r\n<p><strong>Tumeric â€“</strong> This well-known spice (<em>Curcuma longa</em>) is a potent anti-inflammatory. A study published in the <em>American College of Allergy, Asthma &amp; Immunology</em> found that people with allergic rhinitis who took curcumin (an active ingredient in turmeric) for two months had reduced sneezing and congestion and improved nasal airflow compared to those who took placebo.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Lifestyle Choices</strong></h3>\r\n<p><strong>Nasal irrigation â€“ </strong>Several studies have shown using a Neti Pot or other device to rinse nasal passages with salt water is beneficial for children and adults in lessening symptoms of allergic rhinitis.</p>\r\n<p><strong>HEPA filters â€“</strong> Using high-efficiency particulate air (HEPA) filters can remove airborne irritants such as pollen, animal dander and mold spores that may be in your home.</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>REFERENCES</strong></h3>\r\n<p><a href=\"https://www.sinusandallergywellnesscenter.com/blog/allergic-rhinitis-6-herbal-remedies-to-try-sinus-allergy-wellness-clinic\" target=\"_blank\" rel=\"noopener\">Wellness Center</a></p>\r\n<p><a href=\"https://health.usnews.com/health-news/blogs/eat-run/articles/2017-05-19/the-5-best-herbs-for-spring-allergy-relief\" target=\"_blank\" rel=\"noopener\">Health News</a></p>\r\n<p><a href=\"https://www.healthline.com/health/home-remedies-for-allergies\" target=\"_blank\" rel=\"noopener\">Health Line</a></p>\r\n<p><a href=\"https://www.drkarafitzgerald.com/2018/06/05/consider-nigella-sativa-for-asthma-and-allergies/\" target=\"_blank\" rel=\"noopener\">Dr. Kara Fitzgerald</a></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Â </strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Seasonal allergies','Herbs & lifestyle choices improve symptoms!','inherit','closed','closed','','1519-revision-v1','','','2021-03-30 11:55:06','2021-03-30 16:55:06','',1519,'https://ruthsnutrition.com/?p=1524',0,'revision','',0),(1525,2,'2021-03-30 11:55:11','2021-03-30 16:55:11','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h1><strong>Allergy meds have side effects: How to avoid overusing them</strong></h1>\r\n<p><img class=\"alignright wp-image-1523 size-full\" src=\"https://ruthsnutrition.com/wp-content/uploads/2021/03/Allergies-clothespin-X600.jpg\" alt=\"\" width=\"600\" height=\"396\" /></p>\r\n<p>Itâ€™s allergy season again. Lots of itchy eyes, runny noses, and congested heads. Not fun. And we know that because of climate change allergy season is getting even longer. Sales of allergy medications continues to grow at an alarming rate.</p>\r\n<p>Why alarming? Because allergy meds donâ€™t come without side effects: drowsiness, high blood pressure, constipation, nasal irritation, dry mouth, etc. That means the healthiest goal is to use allergy medications as sparingly as possible. Thatâ€™s where natural remedies come in. They are safer and some are as effective as over the counter antihistamines.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>The Herbs</strong></h3>\r\n<p>Keep in mind that many of these herbs can be found in combination in current natural allergy remedies, making them even more effective</p>\r\n<p><strong>Butterbur â€“</strong> A study published in the <em>British Medical Journal</em> found supplementing with Butterbur (<em>Petasides hybridus</em>) was as effective for allergies as Zyrtec (cetirizine). And it does not cause drowsiness.</p>\r\n<p><strong>Black Oil Seed â€“</strong> The seeds of <em>Nigella sativa</em> contain several fatty acids, one of which â€“ thymoquinone â€“ makes it possess anti-inflammatory and potent antihistamine effects. It prevents the release of histamine from mast cells and reduces the inflammation that causes nasal swelling. The oil can be taken orally as oil or in capsule form, or used topically in nasal passages.</p>\r\n<p><strong>Quercetin â€“</strong> Found in many plants, quercetin is a flavonoid that is anti-inflammatory and an antioxidant. It inhibits the release of histamine from mast cells, working a step sooner than antihistamines. It has a huge safety profile and is safe for children.</p>\r\n<p><strong>Stinging Nettle â€“</strong> This plant is high in quercetin, so itâ€™s little wonder that it has long been used as an anti-allergy remedy.</p>\r\n<p><strong>Vitamin C â€“</strong> Many natural practitioners recommend taking 2,000 mg of vitamin C daily during allergy season. Thatâ€™s because higher levels of vitamin C can lower blood levels of histamine by inhibiting histamine production and release, as well as increasing the enzyme that breaks down histamine allowing it to be cleared from your body faster.</p>\r\n<p><strong>Spirulina â€“</strong> Studies have found daily consumption of this blue-green algae improves symptoms of allergic rhinitis, specifically nasal discharge, sneezing, nasal congestion, and itching.</p>\r\n<p><strong>Bromelain â€“</strong> This enzyme found in papaya and pineapple can reduce the swelling that comes with allergies and thereby improve breathing.</p>\r\n<p><strong>Sea Buckthorn â€“</strong> The oil from this plant (<em>Hippophae rhamnoides</em>) is high in vitamins E, A, and C, as well as quercetin. In addition, it contains large amounts of SOD (superoxide dismutase), an enzyme that is critical to respiratory health. Sea Buckthorn supplementation helps maintain healthy mucus membranes.</p>\r\n<p><strong>Tumeric â€“</strong> This well-known spice (<em>Curcuma longa</em>) is a potent anti-inflammatory. A study published in the <em>American College of Allergy, Asthma &amp; Immunology</em> found that people with allergic rhinitis who took curcumin (an active ingredient in turmeric) for two months had reduced sneezing and congestion and improved nasal airflow compared to those who took placebo.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Lifestyle Choices</strong></h3>\r\n<p><strong>Nasal irrigation â€“ </strong>Several studies have shown using a Neti Pot or other device to rinse nasal passages with salt water is beneficial for children and adults in lessening symptoms of allergic rhinitis.</p>\r\n<p><strong>HEPA filters â€“</strong> Using high-efficiency particulate air (HEPA) filters can remove airborne irritants such as pollen, animal dander and mold spores that may be in your home.</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>REFERENCES</strong></h3>\r\n<p><a href=\"https://www.sinusandallergywellnesscenter.com/blog/allergic-rhinitis-6-herbal-remedies-to-try-sinus-allergy-wellness-clinic\" target=\"_blank\" rel=\"noopener\">Wellness Center</a></p>\r\n<p><a href=\"https://health.usnews.com/health-news/blogs/eat-run/articles/2017-05-19/the-5-best-herbs-for-spring-allergy-relief\" target=\"_blank\" rel=\"noopener\">Health News</a></p>\r\n<p><a href=\"https://www.healthline.com/health/home-remedies-for-allergies\" target=\"_blank\" rel=\"noopener\">Health Line</a></p>\r\n<p><a href=\"https://www.drkarafitzgerald.com/2018/06/05/consider-nigella-sativa-for-asthma-and-allergies/\" target=\"_blank\" rel=\"noopener\">Dr. Kara Fitzgerald</a></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Â </strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Seasonal allergies','Herbs & lifestyle choices improve symptoms!','inherit','closed','closed','','1519-autosave-v1','','','2021-03-30 11:55:11','2021-03-30 16:55:11','',1519,'https://ruthsnutrition.com/?p=1525',0,'revision','',0),(1526,2,'2021-04-21 11:58:11','2021-04-21 16:58:11','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h1><strong>Stop by Ruth\'s and register to win this great gift basket worth $138!</strong></h1>\r\n<p><img class=\"alignright wp-image-1528 size-full\" src=\"https://ruthsnutrition.com/wp-content/uploads/2021/04/Mothers-Day-basket-X600.-jpg-1-1.jpeg\" alt=\"\" width=\"600\" height=\"800\" /></p>\r\n<p>Motherâ€™s Day is fast approaching and you can win a fantastic gift basket for your mom â€“ or you!</p>\r\n<p>Stop by Ruthâ€™s today and register to win our luxurious Motherâ€™s Day Basket. <strong>Valued at $138, it contains:</strong></p>\r\n<p>&nbsp;</p>\r\n<p><strong>$50 Ruthâ€™s gift certificate</strong></p>\r\n<p><strong>Derma E Hydrating Eye Gel</strong></p>\r\n<p><strong>Derma E Hydrating Wipes</strong></p>\r\n<p><strong>Derma E Hydrating Travel Kit</strong></p>\r\n<p><strong>Calm Mood Enhancing Mist</strong></p>\r\n<p><strong>Trace Minerals Magnesium Lotion</strong></p>\r\n<p><strong>Functional Chocolate Calm Bar</strong></p>\r\n<p><strong>Torie &amp; Howard Lemon Raspberry Hard Candy Tin</strong></p>\r\n<p>&nbsp;</p>\r\n<p>The drawing will be held at 11 a.m., Friday, May 7 so the winner can pick it up before Motherâ€™s Day! No need to be present to win.</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Â </strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Mother\'s Day Basket','Register to win our luxurious basket valued at $138!','publish','closed','open','','mothers_day_basket','','','2021-04-21 11:58:11','2021-04-21 16:58:11','',0,'https://ruthsnutrition.com/?p=1526',0,'post','',0),(1527,2,'2021-04-21 11:49:19','2021-04-21 16:49:19','','Mother\'s Day basket X600. jpg','','inherit','open','closed','','mothers-day-basket-x600-jpg','','','2021-04-21 11:49:19','2021-04-21 16:49:19','',1526,'https://ruthsnutrition.com/wp-content/uploads/2021/04/Mothers-Day-basket-X600.-jpg-.jpeg',0,'attachment','image/jpeg',0),(1528,2,'2021-04-21 11:50:29','2021-04-21 16:50:29','','Mother\'s Day basket X600. jpg','','inherit','open','closed','','mothers-day-basket-x600-jpg-2','','','2021-04-21 11:50:29','2021-04-21 16:50:29','',1526,'https://ruthsnutrition.com/wp-content/uploads/2021/04/Mothers-Day-basket-X600.-jpg-1-1.jpeg',0,'attachment','image/jpeg',0),(1529,2,'2021-04-21 11:56:41','2021-04-21 16:56:41','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h1><strong>Stop by Ruth\'s and register to win this basket worth $138!</strong></h1>\r\n<p><img class=\"alignright wp-image-1528 size-full\" src=\"https://ruthsnutrition.com/wp-content/uploads/2021/04/Mothers-Day-basket-X600.-jpg-1-1.jpeg\" alt=\"\" width=\"600\" height=\"800\" /></p>\r\n<p>Motherâ€™s Day is fast approaching and you can win a fantastic gift basket for your mom â€“ or you!</p>\r\n<p>Stop by Ruthâ€™s today and register to win our luxurious Motherâ€™s Day Basket. <strong>Valued at $138, it contains:</strong></p>\r\n<p>&nbsp;</p>\r\n<p><strong>$50 Ruthâ€™s gift certificate</strong></p>\r\n<p><strong>Derma E Hydrating Eye Gel</strong></p>\r\n<p><strong>Derma E Hydrating Wipes</strong></p>\r\n<p><strong>Derma E Hydrating Travel Kit</strong></p>\r\n<p><strong>Calm Mood Enhancing Mist</strong></p>\r\n<p><strong>Trace Minerals Magnesium Lotion</strong></p>\r\n<p><strong>Functional Chocolate Calm Bar</strong></p>\r\n<p><strong>Torie &amp; Howard Lemon Raspberry Hard Candy Tin</strong></p>\r\n<p>&nbsp;</p>\r\n<p>The drawing will be held at 11 a.m., Friday, May 7 so the winner can pick it up before Motherâ€™s Day! No need to be present to win.</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Â </strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Mother\'s Day Basket','Register to win our luxurious basket valued at $138!','inherit','closed','closed','','1526-revision-v1','','','2021-04-21 11:56:41','2021-04-21 16:56:41','',1526,'https://ruthsnutrition.com/?p=1529',0,'revision','',0),(1530,2,'2021-04-21 11:57:23','2021-04-21 16:57:23','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h1><strong>Stop by Ruth\'s and register to win this great gift basket worth $138!</strong></h1>\r\n<p><img class=\"alignright wp-image-1528 size-full\" src=\"https://ruthsnutrition.com/wp-content/uploads/2021/04/Mothers-Day-basket-X600.-jpg-1-1.jpeg\" alt=\"\" width=\"600\" height=\"800\" /></p>\r\n<p>Motherâ€™s Day is fast approaching and you can win a fantastic gift basket for your mom â€“ or you!</p>\r\n<p>Stop by Ruthâ€™s today and register to win our luxurious Motherâ€™s Day Basket. <strong>Valued at $138, it contains:</strong></p>\r\n<p>&nbsp;</p>\r\n<p><strong>$50 Ruthâ€™s gift certificate</strong></p>\r\n<p><strong>Derma E Hydrating Eye Gel</strong></p>\r\n<p><strong>Derma E Hydrating Wipes</strong></p>\r\n<p><strong>Derma E Hydrating Travel Kit</strong></p>\r\n<p><strong>Calm Mood Enhancing Mist</strong></p>\r\n<p><strong>Trace Minerals Magnesium Lotion</strong></p>\r\n<p><strong>Functional Chocolate Calm Bar</strong></p>\r\n<p><strong>Torie &amp; Howard Lemon Raspberry Hard Candy Tin</strong></p>\r\n<p>&nbsp;</p>\r\n<p>The drawing will be held at 11 a.m., Friday, May 7 so the winner can pick it up before Motherâ€™s Day! No need to be present to win.</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Â </strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Mother\'s Day Basket','Register to win our luxurious basket valued at $138!','inherit','closed','closed','','1526-revision-v1','','','2021-04-21 11:57:23','2021-04-21 16:57:23','',1526,'https://ruthsnutrition.com/?p=1530',0,'revision','',0),(1531,2,'2021-04-29 12:41:57','2021-04-29 17:41:57','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h1><strong>The amino acid that can help with stress, weight loss, cognition, &amp; sunburn</strong></h1>\r\n<p><img class=\"alignright wp-image-1533 size-full\" src=\"https://ruthsnutrition.com/wp-content/uploads/2021/04/l-tyrosine-reviews.jpg\" alt=\"\" width=\"600\" height=\"397\" /></p>\r\n<p>L-tyrosine is one of 20 amino acids that help build necessary proteins in the body. When supplemented therapeutically, it can help fight fatigue, depression, poor cognitive function, sunburn, and potentially weight gain.</p>\r\n<p>Found in several protein-containing foods, L-tyrosine offers multiple benefits probably because it is a precursor to several powerful substances, including dopamine, adrenaline and noradrenaline, thyroid hormones, and melanin.</p>\r\n<p><strong>Dopamine â€“</strong> This hormone regulates your reward and pleasure centers. Itâ€™s also important for memory, motor skills, and mood.</p>\r\n<p><strong>Adrenaline and noradrenalin â€“</strong> These hormones are responsible for your fight or flight response to stress.</p>\r\n<p><strong>Thyroid hormones â€“</strong> These are produced by the thyroid gland and are primarily responsible for regulating metabolism.</p>\r\n<p><strong>Melanin â€“</strong> This pigment gives your skin, hair, and eyes their color. This is the pigment that helps you tan.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Benefits of supplementing with L-tyrosine</strong></h3>\r\n<p>Because it helps produce the substances mentioned above, L-tyrosine has several potential benefits.</p>\r\n<p><strong>Protects against stress-induced depression/irritability/fatigue â€“</strong> Stress increases levels of catecholamines, which can deplete your reserve of â€œfeel goodâ€ neurotransmitters such as dopamine and adrenalin. L-tyrosine can return those neurotransmitters to normal levels.</p>\r\n<p><strong>Protects against stress-induced cognitive dysfunction â€“</strong> Under stress many people complain of fuzzy thinking or a reduced ability to make decisions. Studies have found having higher levels of L-tyrosine in your system can improve mood and general alertness. Another study found supplementing with L-tyrosine before taking a test improved cognitive flexibility, the ability to switch between tasks or thoughts.</p>\r\n<p><strong>Improves energy and alertness â€“</strong> Because L-tyrosine encourages the production of adrenalin and thyroid hormone, it can increase energy and mental alertness. It has been used to improve alertness during times of sleep deprivation.</p>\r\n<p><strong>May help with weight loss â€“</strong> Small studies indicate L-tyrosine may be helpful with weight loss, again because it can increase production of thyroid hormone and adrenalin.</p>\r\n<p><strong>May help prevent sunburn â€“</strong> Because L-tyrosine encourages melanin production, supplementing with it can help the body produce more melanin for tanning. During summer months, experts recommend taking 1,000-1,500 mg L-tyrosine daily, along with 1,000-1,500 vitamin C, 50 mg vitamin B6, and 4mg copper balanced with 30 mg of zinc to help prevent sunburn.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Safety and Possible Interactions</strong></h3>\r\n<p><strong>Â </strong>L-tyrosine is generally regarded as safe, with few side effects reported. Military studies have used doses as high as 20 mg daily safely. That said, there are few studies taking high doses over a long period of time. Most experts caution not using amounts over 1,000 mg daily for periods longer than a few months.</p>\r\n<p>L-tyrosine should not be taken by anyone with hyperactive thyroid conditions as it can increase thyroid hormone production.</p>\r\n<p>Anyone taking Levodopa should consult their doctor before experimenting with L-tyrosine. The amino acid might decrease how much levodopa the body absorbs.</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>REFERENCES</strong></h3>\r\n<p><a href=\"https://www.healthline.com/nutrition/tyrosine#TOC_TITLE_HDR_8\" target=\"_blank\" rel=\"noopener\">Healthline</a></p>\r\n<p><a href=\"https://www.bodybuilding.com/fun/md1.htm\" target=\"_blank\" rel=\"noopener\">Bodybuilding</a></p>\r\n<p><a href=\"https://life-enhancement.com/pages/now-you-can-be-safer-in-the-sun\" target=\"_blank\" rel=\"noopener\">Life Enhancement</a></p>\r\n<p><a href=\"https://draxe.com/nutrition/tyrosine-benefits/\" target=\"_blank\" rel=\"noopener\">Dr. Axe</a></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Â </strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','L-tyrosine','Combats stress, fatigue, sunburn, & more!','publish','closed','open','','l-tyrosine','','','2021-04-29 12:49:37','2021-04-29 17:49:37','',0,'https://ruthsnutrition.com/?p=1531',0,'post','',0),(1532,2,'2021-04-29 12:23:45','2021-04-29 17:23:45','','600px-L-Tyrosin_-_L-Tyrosine.svg copy','','inherit','open','closed','','600px-l-tyrosin_-_l-tyrosine-svg-copy','','','2021-04-29 12:23:45','2021-04-29 17:23:45','',1531,'https://ruthsnutrition.com/wp-content/uploads/2021/04/600px-L-Tyrosin_-_L-Tyrosine.svg-copy.png',0,'attachment','image/png',0),(1533,2,'2021-04-29 12:30:38','2021-04-29 17:30:38','','l-tyrosine-reviews','','inherit','open','closed','','l-tyrosine-reviews','','','2021-04-29 12:30:38','2021-04-29 17:30:38','',1531,'https://ruthsnutrition.com/wp-content/uploads/2021/04/l-tyrosine-reviews.jpg',0,'attachment','image/jpeg',0),(1534,2,'2021-04-29 12:38:30','2021-04-29 17:38:30','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h1><strong>The amino acid that can help with stress, weight loss, &amp; sunburn</strong></h1>\r\n<p><img class=\"alignright wp-image-1533 size-full\" src=\"https://ruthsnutrition.com/wp-content/uploads/2021/04/l-tyrosine-reviews.jpg\" alt=\"\" width=\"600\" height=\"397\" /></p>\r\n<p>L-tyrosine is one of 20 amino acids that help build necessary proteins in the body. When supplemented therapeutically, it can help fight fatigue, depression, poor cognitive function, and potentially weight gain.</p>\r\n<p>Found in several protein-containing foods, L-tyrosine offers multiple benefits probably because it is a precursor to several powerful substances, including dopamine, adrenaline and noradrenaline, thyroid hormones, and melanin.</p>\r\n<p><strong>Dopamine â€“</strong> This hormone regulates your reward and pleasure centers. Itâ€™s also important for memory, motor skills, and mood.</p>\r\n<p><strong>Adrenaline and noradrenalin â€“</strong> These hormones are responsible for your fight or flight response to stress.</p>\r\n<p><strong>Thyroid hormones â€“</strong> These are produced by the thyroid gland and are primarily responsible for regulating metabolism.</p>\r\n<p><strong>Melanin â€“</strong> This pigment gives your skin, hair, and eyes their color. This is the pigment that helps you tan.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Benefits of supplementing with L-tyrosine</strong></h3>\r\n<p>Because it helps produce the substances mentioned above, L-tyrosine has several potential benefits.</p>\r\n<p><strong>Protects against stress-induced depression/irritability/fatigue â€“</strong> Stress increases levels of catecholamines, which can deplete your reserve of â€œfeel goodâ€ neurotransmitters such as dopamine and adrenalin. L-tyrosine can return those neurotransmitters to normal levels.</p>\r\n<p><strong>Protects against stress-induced cognitive dysfunction â€“</strong> Under stress many people complain of fuzzy thinking or a reduced ability to make decisions. Studies have found having higher levels of L-tyrosine in your system can improve mood and general alertness. Another study found supplementing with L-tyrosine before taking a test improved cognitive flexibility, the ability to switch between tasks or thoughts.</p>\r\n<p><strong>Improves energy and alertness â€“</strong> Because L-tyrosine encourages the production of adrenalin and thyroid hormone, it can increase energy and mental alertness. It has been used to improve alertness during times of sleep deprivation.</p>\r\n<p><strong>May help with weight loss â€“</strong> Small studies indicate L-tyrosine may be helpful with weight loss, again because it can increase production of thyroid hormone and adrenalin.</p>\r\n<p><strong>May help prevent sunburn â€“</strong> Because L-tyrosine encourages melanin production, supplementing with it can help the body produce more melanin for tanning. During summer months, experts recommend taking 1,000-1,500 mg L-tyrosine daily, along with 1,000-1,500 vitamin C, 50 mg vitamin B6, and 4mg copper balanced with 30 mg of zinc to help prevent sunburn.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Safety and Possible Interactions</strong></h3>\r\n<p><strong>Â </strong>L-tyrosine is generally regarded as safe, with few side effects reported. Military studies have used doses as high as 20 mg daily safely. That said, there are few studies taking high doses over a long period of time. Most experts caution not using amounts over 1,000 mg daily for periods longer than a few months.</p>\r\n<p>L-tyrosine should not be taken by anyone with hyperactive thyroid conditions as it can increase thyroid hormone production.</p>\r\n<p>Anyone taking Levodopa should consult their doctor before experimenting with L-tyrosine. The amino acid might decrease how much levodopa the body absorbs.</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>REFERENCES</strong></h3>\r\n<p><a href=\"https://www.healthline.com/nutrition/tyrosine#TOC_TITLE_HDR_8\" target=\"_blank\" rel=\"noopener\">Healthline</a></p>\r\n<p><a href=\"https://www.bodybuilding.com/fun/md1.htm\" target=\"_blank\" rel=\"noopener\">Bodybuilding</a></p>\r\n<p><a href=\"https://life-enhancement.com/pages/now-you-can-be-safer-in-the-sun\" target=\"_blank\" rel=\"noopener\">Life Enhancement</a></p>\r\n<p><a href=\"https://draxe.com/nutrition/tyrosine-benefits/\" target=\"_blank\" rel=\"noopener\">Dr. Axe</a></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Â </strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','L-tyrosine','Brain protector, weight loss aid, and more!','inherit','closed','closed','','1531-revision-v1','','','2021-04-29 12:38:30','2021-04-29 17:38:30','',1531,'https://ruthsnutrition.com/?p=1534',0,'revision','',0),(1535,2,'2021-04-29 12:39:16','2021-04-29 17:39:16','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h1><strong>The amino acid that can help with stress, weight loss, cognition, &amp; sunburn</strong></h1>\r\n<p><img class=\"alignright wp-image-1533 size-full\" src=\"https://ruthsnutrition.com/wp-content/uploads/2021/04/l-tyrosine-reviews.jpg\" alt=\"\" width=\"600\" height=\"397\" /></p>\r\n<p>L-tyrosine is one of 20 amino acids that help build necessary proteins in the body. When supplemented therapeutically, it can help fight fatigue, depression, poor cognitive function, and potentially weight gain.</p>\r\n<p>Found in several protein-containing foods, L-tyrosine offers multiple benefits probably because it is a precursor to several powerful substances, including dopamine, adrenaline and noradrenaline, thyroid hormones, and melanin.</p>\r\n<p><strong>Dopamine â€“</strong> This hormone regulates your reward and pleasure centers. Itâ€™s also important for memory, motor skills, and mood.</p>\r\n<p><strong>Adrenaline and noradrenalin â€“</strong> These hormones are responsible for your fight or flight response to stress.</p>\r\n<p><strong>Thyroid hormones â€“</strong> These are produced by the thyroid gland and are primarily responsible for regulating metabolism.</p>\r\n<p><strong>Melanin â€“</strong> This pigment gives your skin, hair, and eyes their color. This is the pigment that helps you tan.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Benefits of supplementing with L-tyrosine</strong></h3>\r\n<p>Because it helps produce the substances mentioned above, L-tyrosine has several potential benefits.</p>\r\n<p><strong>Protects against stress-induced depression/irritability/fatigue â€“</strong> Stress increases levels of catecholamines, which can deplete your reserve of â€œfeel goodâ€ neurotransmitters such as dopamine and adrenalin. L-tyrosine can return those neurotransmitters to normal levels.</p>\r\n<p><strong>Protects against stress-induced cognitive dysfunction â€“</strong> Under stress many people complain of fuzzy thinking or a reduced ability to make decisions. Studies have found having higher levels of L-tyrosine in your system can improve mood and general alertness. Another study found supplementing with L-tyrosine before taking a test improved cognitive flexibility, the ability to switch between tasks or thoughts.</p>\r\n<p><strong>Improves energy and alertness â€“</strong> Because L-tyrosine encourages the production of adrenalin and thyroid hormone, it can increase energy and mental alertness. It has been used to improve alertness during times of sleep deprivation.</p>\r\n<p><strong>May help with weight loss â€“</strong> Small studies indicate L-tyrosine may be helpful with weight loss, again because it can increase production of thyroid hormone and adrenalin.</p>\r\n<p><strong>May help prevent sunburn â€“</strong> Because L-tyrosine encourages melanin production, supplementing with it can help the body produce more melanin for tanning. During summer months, experts recommend taking 1,000-1,500 mg L-tyrosine daily, along with 1,000-1,500 vitamin C, 50 mg vitamin B6, and 4mg copper balanced with 30 mg of zinc to help prevent sunburn.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Safety and Possible Interactions</strong></h3>\r\n<p><strong>Â </strong>L-tyrosine is generally regarded as safe, with few side effects reported. Military studies have used doses as high as 20 mg daily safely. That said, there are few studies taking high doses over a long period of time. Most experts caution not using amounts over 1,000 mg daily for periods longer than a few months.</p>\r\n<p>L-tyrosine should not be taken by anyone with hyperactive thyroid conditions as it can increase thyroid hormone production.</p>\r\n<p>Anyone taking Levodopa should consult their doctor before experimenting with L-tyrosine. The amino acid might decrease how much levodopa the body absorbs.</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>REFERENCES</strong></h3>\r\n<p><a href=\"https://www.healthline.com/nutrition/tyrosine#TOC_TITLE_HDR_8\" target=\"_blank\" rel=\"noopener\">Healthline</a></p>\r\n<p><a href=\"https://www.bodybuilding.com/fun/md1.htm\" target=\"_blank\" rel=\"noopener\">Bodybuilding</a></p>\r\n<p><a href=\"https://life-enhancement.com/pages/now-you-can-be-safer-in-the-sun\" target=\"_blank\" rel=\"noopener\">Life Enhancement</a></p>\r\n<p><a href=\"https://draxe.com/nutrition/tyrosine-benefits/\" target=\"_blank\" rel=\"noopener\">Dr. Axe</a></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Â </strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','L-tyrosine','Brain protector, weight loss aid, and more!','inherit','closed','closed','','1531-revision-v1','','','2021-04-29 12:39:16','2021-04-29 17:39:16','',1531,'https://ruthsnutrition.com/?p=1535',0,'revision','',0),(1536,2,'2021-04-29 12:41:51','2021-04-29 17:41:51','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h1><strong>The amino acid that can help with stress, weight loss, cognition, &amp; sunburn</strong></h1>\r\n<p><img class=\"alignright wp-image-1533 size-full\" src=\"https://ruthsnutrition.com/wp-content/uploads/2021/04/l-tyrosine-reviews.jpg\" alt=\"\" width=\"600\" height=\"397\" /></p>\r\n<p>L-tyrosine is one of 20 amino acids that help build necessary proteins in the body. When supplemented therapeutically, it can help fight fatigue, depression, poor cognitive function, and potentially weight gain.</p>\r\n<p>Found in several protein-containing foods, L-tyrosine offers multiple benefits probably because it is a precursor to several powerful substances, including dopamine, adrenaline and noradrenaline, thyroid hormones, and melanin.</p>\r\n<p><strong>Dopamine â€“</strong> This hormone regulates your reward and pleasure centers. Itâ€™s also important for memory, motor skills, and mood.</p>\r\n<p><strong>Adrenaline and noradrenalin â€“</strong> These hormones are responsible for your fight or flight response to stress.</p>\r\n<p><strong>Thyroid hormones â€“</strong> These are produced by the thyroid gland and are primarily responsible for regulating metabolism.</p>\r\n<p><strong>Melanin â€“</strong> This pigment gives your skin, hair, and eyes their color. This is the pigment that helps you tan.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Benefits of supplementing with L-tyrosine</strong></h3>\r\n<p>Because it helps produce the substances mentioned above, L-tyrosine has several potential benefits.</p>\r\n<p><strong>Protects against stress-induced depression/irritability/fatigue â€“</strong> Stress increases levels of catecholamines, which can deplete your reserve of â€œfeel goodâ€ neurotransmitters such as dopamine and adrenalin. L-tyrosine can return those neurotransmitters to normal levels.</p>\r\n<p><strong>Protects against stress-induced cognitive dysfunction â€“</strong> Under stress many people complain of fuzzy thinking or a reduced ability to make decisions. Studies have found having higher levels of L-tyrosine in your system can improve mood and general alertness. Another study found supplementing with L-tyrosine before taking a test improved cognitive flexibility, the ability to switch between tasks or thoughts.</p>\r\n<p><strong>Improves energy and alertness â€“</strong> Because L-tyrosine encourages the production of adrenalin and thyroid hormone, it can increase energy and mental alertness. It has been used to improve alertness during times of sleep deprivation.</p>\r\n<p><strong>May help with weight loss â€“</strong> Small studies indicate L-tyrosine may be helpful with weight loss, again because it can increase production of thyroid hormone and adrenalin.</p>\r\n<p><strong>May help prevent sunburn â€“</strong> Because L-tyrosine encourages melanin production, supplementing with it can help the body produce more melanin for tanning. During summer months, experts recommend taking 1,000-1,500 mg L-tyrosine daily, along with 1,000-1,500 vitamin C, 50 mg vitamin B6, and 4mg copper balanced with 30 mg of zinc to help prevent sunburn.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Safety and Possible Interactions</strong></h3>\r\n<p><strong>Â </strong>L-tyrosine is generally regarded as safe, with few side effects reported. Military studies have used doses as high as 20 mg daily safely. That said, there are few studies taking high doses over a long period of time. Most experts caution not using amounts over 1,000 mg daily for periods longer than a few months.</p>\r\n<p>L-tyrosine should not be taken by anyone with hyperactive thyroid conditions as it can increase thyroid hormone production.</p>\r\n<p>Anyone taking Levodopa should consult their doctor before experimenting with L-tyrosine. The amino acid might decrease how much levodopa the body absorbs.</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>REFERENCES</strong></h3>\r\n<p><a href=\"https://www.healthline.com/nutrition/tyrosine#TOC_TITLE_HDR_8\" target=\"_blank\" rel=\"noopener\">Healthline</a></p>\r\n<p><a href=\"https://www.bodybuilding.com/fun/md1.htm\" target=\"_blank\" rel=\"noopener\">Bodybuilding</a></p>\r\n<p><a href=\"https://life-enhancement.com/pages/now-you-can-be-safer-in-the-sun\" target=\"_blank\" rel=\"noopener\">Life Enhancement</a></p>\r\n<p><a href=\"https://draxe.com/nutrition/tyrosine-benefits/\" target=\"_blank\" rel=\"noopener\">Dr. Axe</a></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Â </strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','L-tyrosine','Combats stress, fatigue, sunburn, & more!','inherit','closed','closed','','1531-revision-v1','','','2021-04-29 12:41:51','2021-04-29 17:41:51','',1531,'https://ruthsnutrition.com/?p=1536',0,'revision','',0),(1537,2,'2021-04-29 12:49:37','2021-04-29 17:49:37','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h1><strong>The amino acid that can help with stress, weight loss, cognition, &amp; sunburn</strong></h1>\r\n<p><img class=\"alignright wp-image-1533 size-full\" src=\"https://ruthsnutrition.com/wp-content/uploads/2021/04/l-tyrosine-reviews.jpg\" alt=\"\" width=\"600\" height=\"397\" /></p>\r\n<p>L-tyrosine is one of 20 amino acids that help build necessary proteins in the body. When supplemented therapeutically, it can help fight fatigue, depression, poor cognitive function, sunburn, and potentially weight gain.</p>\r\n<p>Found in several protein-containing foods, L-tyrosine offers multiple benefits probably because it is a precursor to several powerful substances, including dopamine, adrenaline and noradrenaline, thyroid hormones, and melanin.</p>\r\n<p><strong>Dopamine â€“</strong> This hormone regulates your reward and pleasure centers. Itâ€™s also important for memory, motor skills, and mood.</p>\r\n<p><strong>Adrenaline and noradrenalin â€“</strong> These hormones are responsible for your fight or flight response to stress.</p>\r\n<p><strong>Thyroid hormones â€“</strong> These are produced by the thyroid gland and are primarily responsible for regulating metabolism.</p>\r\n<p><strong>Melanin â€“</strong> This pigment gives your skin, hair, and eyes their color. This is the pigment that helps you tan.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Benefits of supplementing with L-tyrosine</strong></h3>\r\n<p>Because it helps produce the substances mentioned above, L-tyrosine has several potential benefits.</p>\r\n<p><strong>Protects against stress-induced depression/irritability/fatigue â€“</strong> Stress increases levels of catecholamines, which can deplete your reserve of â€œfeel goodâ€ neurotransmitters such as dopamine and adrenalin. L-tyrosine can return those neurotransmitters to normal levels.</p>\r\n<p><strong>Protects against stress-induced cognitive dysfunction â€“</strong> Under stress many people complain of fuzzy thinking or a reduced ability to make decisions. Studies have found having higher levels of L-tyrosine in your system can improve mood and general alertness. Another study found supplementing with L-tyrosine before taking a test improved cognitive flexibility, the ability to switch between tasks or thoughts.</p>\r\n<p><strong>Improves energy and alertness â€“</strong> Because L-tyrosine encourages the production of adrenalin and thyroid hormone, it can increase energy and mental alertness. It has been used to improve alertness during times of sleep deprivation.</p>\r\n<p><strong>May help with weight loss â€“</strong> Small studies indicate L-tyrosine may be helpful with weight loss, again because it can increase production of thyroid hormone and adrenalin.</p>\r\n<p><strong>May help prevent sunburn â€“</strong> Because L-tyrosine encourages melanin production, supplementing with it can help the body produce more melanin for tanning. During summer months, experts recommend taking 1,000-1,500 mg L-tyrosine daily, along with 1,000-1,500 vitamin C, 50 mg vitamin B6, and 4mg copper balanced with 30 mg of zinc to help prevent sunburn.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Safety and Possible Interactions</strong></h3>\r\n<p><strong>Â </strong>L-tyrosine is generally regarded as safe, with few side effects reported. Military studies have used doses as high as 20 mg daily safely. That said, there are few studies taking high doses over a long period of time. Most experts caution not using amounts over 1,000 mg daily for periods longer than a few months.</p>\r\n<p>L-tyrosine should not be taken by anyone with hyperactive thyroid conditions as it can increase thyroid hormone production.</p>\r\n<p>Anyone taking Levodopa should consult their doctor before experimenting with L-tyrosine. The amino acid might decrease how much levodopa the body absorbs.</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>REFERENCES</strong></h3>\r\n<p><a href=\"https://www.healthline.com/nutrition/tyrosine#TOC_TITLE_HDR_8\" target=\"_blank\" rel=\"noopener\">Healthline</a></p>\r\n<p><a href=\"https://www.bodybuilding.com/fun/md1.htm\" target=\"_blank\" rel=\"noopener\">Bodybuilding</a></p>\r\n<p><a href=\"https://life-enhancement.com/pages/now-you-can-be-safer-in-the-sun\" target=\"_blank\" rel=\"noopener\">Life Enhancement</a></p>\r\n<p><a href=\"https://draxe.com/nutrition/tyrosine-benefits/\" target=\"_blank\" rel=\"noopener\">Dr. Axe</a></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Â </strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','L-tyrosine','Combats stress, fatigue, sunburn, & more!','inherit','closed','closed','','1531-revision-v1','','','2021-04-29 12:49:37','2021-04-29 17:49:37','',1531,'https://ruthsnutrition.com/?p=1537',0,'revision','',0),(1538,2,'2021-04-29 12:49:42','2021-04-29 17:49:42','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h1><strong>The amino acid that can help with stress, weight loss, cognition, &amp; sunburn</strong></h1>\r\n<p><img class=\"alignright wp-image-1533 size-full\" src=\"https://ruthsnutrition.com/wp-content/uploads/2021/04/l-tyrosine-reviews.jpg\" alt=\"\" width=\"600\" height=\"397\" /></p>\r\n<p>L-tyrosine is one of 20 amino acids that help build necessary proteins in the body. When supplemented therapeutically, it can help fight fatigue, depression, poor cognitive function, sunburn, and potentially weight gain.</p>\r\n<p>Found in several protein-containing foods, L-tyrosine offers multiple benefits probably because it is a precursor to several powerful substances, including dopamine, adrenaline and noradrenaline, thyroid hormones, and melanin.</p>\r\n<p><strong>Dopamine â€“</strong> This hormone regulates your reward and pleasure centers. Itâ€™s also important for memory, motor skills, and mood.</p>\r\n<p><strong>Adrenaline and noradrenalin â€“</strong> These hormones are responsible for your fight or flight response to stress.</p>\r\n<p><strong>Thyroid hormones â€“</strong> These are produced by the thyroid gland and are primarily responsible for regulating metabolism.</p>\r\n<p><strong>Melanin â€“</strong> This pigment gives your skin, hair, and eyes their color. This is the pigment that helps you tan.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Benefits of supplementing with L-tyrosine</strong></h3>\r\n<p>Because it helps produce the substances mentioned above, L-tyrosine has several potential benefits.</p>\r\n<p><strong>Protects against stress-induced depression/irritability/fatigue â€“</strong> Stress increases levels of catecholamines, which can deplete your reserve of â€œfeel goodâ€ neurotransmitters such as dopamine and adrenalin. L-tyrosine can return those neurotransmitters to normal levels.</p>\r\n<p><strong>Protects against stress-induced cognitive dysfunction â€“</strong> Under stress many people complain of fuzzy thinking or a reduced ability to make decisions. Studies have found having higher levels of L-tyrosine in your system can improve mood and general alertness. Another study found supplementing with L-tyrosine before taking a test improved cognitive flexibility, the ability to switch between tasks or thoughts.</p>\r\n<p><strong>Improves energy and alertness â€“</strong> Because L-tyrosine encourages the production of adrenalin and thyroid hormone, it can increase energy and mental alertness. It has been used to improve alertness during times of sleep deprivation.</p>\r\n<p><strong>May help with weight loss â€“</strong> Small studies indicate L-tyrosine may be helpful with weight loss, again because it can increase production of thyroid hormone and adrenalin.</p>\r\n<p><strong>May help prevent sunburn â€“</strong> Because L-tyrosine encourages melanin production, supplementing with it can help the body produce more melanin for tanning. During summer months, experts recommend taking 1,000-1,500 mg L-tyrosine daily, along with 1,000-1,500 vitamin C, 50 mg vitamin B6, and 4mg copper balanced with 30 mg of zinc to help prevent sunburn.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Safety and Possible Interactions</strong></h3>\r\n<p><strong>Â </strong>L-tyrosine is generally regarded as safe, with few side effects reported. Military studies have used doses as high as 20 mg daily safely. That said, there are few studies taking high doses over a long period of time. Most experts caution not using amounts over 1,000 mg daily for periods longer than a few months.</p>\r\n<p>L-tyrosine should not be taken by anyone with hyperactive thyroid conditions as it can increase thyroid hormone production.</p>\r\n<p>Anyone taking Levodopa should consult their doctor before experimenting with L-tyrosine. The amino acid might decrease how much levodopa the body absorbs.</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>REFERENCES</strong></h3>\r\n<p><a href=\"https://www.healthline.com/nutrition/tyrosine#TOC_TITLE_HDR_8\" target=\"_blank\" rel=\"noopener\">Healthline</a></p>\r\n<p><a href=\"https://www.bodybuilding.com/fun/md1.htm\" target=\"_blank\" rel=\"noopener\">Bodybuilding</a></p>\r\n<p><a href=\"https://life-enhancement.com/pages/now-you-can-be-safer-in-the-sun\" target=\"_blank\" rel=\"noopener\">Life Enhancement</a></p>\r\n<p><a href=\"https://draxe.com/nutrition/tyrosine-benefits/\" target=\"_blank\" rel=\"noopener\">Dr. Axe</a></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Â </strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','L-tyrosine','Combats stress, fatigue, sunburn, & more!','inherit','closed','closed','','1531-autosave-v1','','','2021-04-29 12:49:42','2021-04-29 17:49:42','',1531,'https://ruthsnutrition.com/?p=1538',0,'revision','',0),(1540,2,'2021-05-27 11:26:08','2021-05-27 16:26:08','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h1><strong>Win this classy camping combo - cooler, tent, &amp; more - for Father\'s Day!</strong></h1>\r\n<p><img class=\"alignright wp-image-1541 size-full\" src=\"https://ruthsnutrition.com/wp-content/uploads/2021/05/Fathers-Day-display-600X.jpg\" alt=\"\" width=\"600\" height=\"606\" /></p>\r\n<h3>Itâ€™s June, time for vacations, Fatherâ€™s Day, and a very special offer from Ruthâ€™s Nutrition. Weâ€™re having a Fatherâ€™s Day drawing that will please dad and could have you both playing around the campfire this summer in style!</h3>\r\n<p>&nbsp;</p>\r\n<h3>All you have to do is come to Ruthâ€™s and register for the chance to win:</h3>\r\n<h3>Â  Â  Â *Â  A classy Coleman Cooler thatâ€™s 11 inches wide by 17 inches tall.</h3>\r\n<h3>Â  Â  Â *Â  An easy-to-assemble Coleman Go! Tent thatâ€™s 7 feet X 5 feet X 3 feet.</h3>\r\n<h3>Â  Â  Â *Â  Two adult-sized black foldable chairs with drink holders.</h3>\r\n<h3>Â  Â  Â *Â  Two white thermo mugs to keep your morning camp coffee warm.</h3>\r\n<p>&nbsp;</p>\r\n<h3>The drawing will be held before Fatherâ€™s Day on Thursday, June 17, at 11 a.m. Come fill out your chance to win soon!</h3>\r\n<h2>Â </h2>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Â </strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Father\'s Day Drawing!','Register to win this classy camping combo for Dad!','publish','closed','open','','fathers_day_drawing','','','2021-05-27 11:38:04','2021-05-27 16:38:04','',0,'https://ruthsnutrition.com/?p=1540',0,'post','',0),(1541,2,'2021-05-27 11:14:17','2021-05-27 16:14:17','','Father\'s Day display 600X','','inherit','open','closed','','fathers-day-display-600x','','','2021-05-27 11:14:17','2021-05-27 16:14:17','',1540,'https://ruthsnutrition.com/wp-content/uploads/2021/05/Fathers-Day-display-600X.jpg',0,'attachment','image/jpeg',0),(1542,2,'2021-05-27 11:19:00','2021-05-27 16:19:00','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h1><strong>Register to win this classy camping combo for Father\'s Day!</strong></h1>\r\n<p><img class=\"alignright wp-image-1541 size-full\" src=\"https://ruthsnutrition.com/wp-content/uploads/2021/05/Fathers-Day-display-600X.jpg\" alt=\"\" width=\"600\" height=\"606\" /></p>\r\n<p>Itâ€™s June, time for vacations, Fatherâ€™s Day, and a very special offer from Ruthâ€™s Nutrition. Weâ€™re having a Fatherâ€™s Day drawing that will please dad and could have him playing around the campfire this summer in style.</p>\r\n<p>All you have to do is come to Ruthâ€™s and register for the chance to win:</p>\r\n<ul>\r\n<li>A classy Coleman Cooler thatâ€™s 11 inches wide by 17 inches tall.</li>\r\n<li>An easy-to-assemble Coleman Go! Tent thatâ€™s 7 feet X 5 feet X 3 feet.</li>\r\n<li>Two adult-sized black foldable chairs with drink holders.</li>\r\n<li>Two white thermo mugs to keep your morning camp coffee warm.</li>\r\n</ul>\r\n<p>The drawing will be held before Fatherâ€™s Day on Thursday, June 17, at 11 a.m. Come fill out your chance to win soon!</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Â </strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Father\'s Day Drawing!','Register to win this classy camping combo for Dad!','inherit','closed','closed','','1540-revision-v1','','','2021-05-27 11:19:00','2021-05-27 16:19:00','',1540,'https://ruthsnutrition.com/?p=1542',0,'revision','',0),(1543,2,'2021-05-27 11:20:52','2021-05-27 16:20:52','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h1><strong>Register to win this classy camping combo for Father\'s Day!</strong></h1>\r\n<p><img class=\"alignright wp-image-1541 size-full\" src=\"https://ruthsnutrition.com/wp-content/uploads/2021/05/Fathers-Day-display-600X.jpg\" alt=\"\" width=\"600\" height=\"606\" /></p>\r\n<p>Itâ€™s June, time for vacations, Fatherâ€™s Day, and a very special offer from Ruthâ€™s Nutrition. Weâ€™re having a Fatherâ€™s Day drawing that will please dad and could have him playing around the campfire this summer in style.</p>\r\n<p>All you have to do is come to Ruthâ€™s and register for the chance to win:</p>\r\n<p>Â  Â  Â *Â  A classy Coleman Cooler thatâ€™s 11 inches wide by 17 inches tall.</p>\r\n<p>Â  Â  Â *Â  An easy-to-assemble Coleman Go! Tent thatâ€™s 7 feet X 5 feet X 3 feet.</p>\r\n<p>Â  Â  Â *Â  Two adult-sized black foldable chairs with drink holders.</p>\r\n<p>Â  Â  Â *Â  Two white thermo mugs to keep your morning camp coffee warm.</p>\r\n<p>The drawing will be held before Fatherâ€™s Day on Thursday, June 17, at 11 a.m. Come fill out your chance to win soon!</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Â </strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Father\'s Day Drawing!','Register to win this classy camping combo for Dad!','inherit','closed','closed','','1540-revision-v1','','','2021-05-27 11:20:52','2021-05-27 16:20:52','',1540,'https://ruthsnutrition.com/?p=1543',0,'revision','',0),(1544,2,'2021-05-27 11:22:18','2021-05-27 16:22:18','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h1><strong>Register to win this classy camping combo for Father\'s Day!</strong></h1>\r\n<p><img class=\"alignright wp-image-1541 size-full\" src=\"https://ruthsnutrition.com/wp-content/uploads/2021/05/Fathers-Day-display-600X.jpg\" alt=\"\" width=\"600\" height=\"606\" /></p>\r\n<h3>Itâ€™s June, time for vacations, Fatherâ€™s Day, and a very special offer from Ruthâ€™s Nutrition. Weâ€™re having a Fatherâ€™s Day drawing that will please dad and could have him playing around the campfire this summer in style.</h3>\r\n<h3>All you have to do is come to Ruthâ€™s and register for the chance to win:</h3>\r\n<h2>Â  Â  Â *Â  A classy Coleman Cooler thatâ€™s 11 inches wide by 17 inches tall.</h2>\r\n<h2>Â  Â  Â *Â  An easy-to-assemble Coleman Go! Tent thatâ€™s 7 feet X 5 feet X 3 feet.</h2>\r\n<h2>Â  Â  Â *Â  Two adult-sized black foldable chairs with drink holders.</h2>\r\n<h2>Â  Â  Â *Â  Two white thermo mugs to keep your morning camp coffee warm.</h2>\r\n<h3>The drawing will be held before Fatherâ€™s Day on Thursday, June 17, at 11 a.m. Come fill out your chance to win soon!</h3>\r\n<h2>Â </h2>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Â </strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Father\'s Day Drawing!','Register to win this classy camping combo for Dad!','inherit','closed','closed','','1540-revision-v1','','','2021-05-27 11:22:18','2021-05-27 16:22:18','',1540,'https://ruthsnutrition.com/?p=1544',0,'revision','',0),(1545,2,'2021-05-27 11:22:56','2021-05-27 16:22:56','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h1><strong>Register to win this classy camping combo for Father\'s Day!</strong></h1>\r\n<p><img class=\"alignright wp-image-1541 size-full\" src=\"https://ruthsnutrition.com/wp-content/uploads/2021/05/Fathers-Day-display-600X.jpg\" alt=\"\" width=\"600\" height=\"606\" /></p>\r\n<h3>Itâ€™s June, time for vacations, Fatherâ€™s Day, and a very special offer from Ruthâ€™s Nutrition. Weâ€™re having a Fatherâ€™s Day drawing that will please dad and could have him playing around the campfire this summer in style.</h3>\r\n<h3>All you have to do is come to Ruthâ€™s and register for the chance to win:</h3>\r\n<h3>Â  Â  Â *Â  A classy Coleman Cooler thatâ€™s 11 inches wide by 17 inches tall.</h3>\r\n<h3>Â  Â  Â *Â  An easy-to-assemble Coleman Go! Tent thatâ€™s 7 feet X 5 feet X 3 feet.</h3>\r\n<h3>Â  Â  Â *Â  Two adult-sized black foldable chairs with drink holders.</h3>\r\n<h3>Â  Â  Â *Â  Two white thermo mugs to keep your morning camp coffee warm.</h3>\r\n<h3>The drawing will be held before Fatherâ€™s Day on Thursday, June 17, at 11 a.m. Come fill out your chance to win soon!</h3>\r\n<h2>Â </h2>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Â </strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Father\'s Day Drawing!','Register to win this classy camping combo for Dad!','inherit','closed','closed','','1540-revision-v1','','','2021-05-27 11:22:56','2021-05-27 16:22:56','',1540,'https://ruthsnutrition.com/?p=1545',0,'revision','',0),(1546,2,'2021-05-27 11:23:40','2021-05-27 16:23:40','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h1>Register to win this classy camping combo for Father\'s Day!</h1>\r\n<p><img class=\"alignright wp-image-1541 size-full\" src=\"https://ruthsnutrition.com/wp-content/uploads/2021/05/Fathers-Day-display-600X.jpg\" alt=\"\" width=\"600\" height=\"606\" /></p>\r\n<h3>Itâ€™s June, time for vacations, Fatherâ€™s Day, and a very special offer from Ruthâ€™s Nutrition. Weâ€™re having a Fatherâ€™s Day drawing that will please dad and could have him playing around the campfire this summer in style.</h3>\r\n<h3>All you have to do is come to Ruthâ€™s and register for the chance to win:</h3>\r\n<h3>Â  Â  Â *Â  A classy Coleman Cooler thatâ€™s 11 inches wide by 17 inches tall.</h3>\r\n<h3>Â  Â  Â *Â  An easy-to-assemble Coleman Go! Tent thatâ€™s 7 feet X 5 feet X 3 feet.</h3>\r\n<h3>Â  Â  Â *Â  Two adult-sized black foldable chairs with drink holders.</h3>\r\n<h3>Â  Â  Â *Â  Two white thermo mugs to keep your morning camp coffee warm.</h3>\r\n<h3>The drawing will be held before Fatherâ€™s Day on Thursday, June 17, at 11 a.m. Come fill out your chance to win soon!</h3>\r\n<h2>Â </h2>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Â </strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Father\'s Day Drawing!','Register to win this classy camping combo for Dad!','inherit','closed','closed','','1540-revision-v1','','','2021-05-27 11:23:40','2021-05-27 16:23:40','',1540,'https://ruthsnutrition.com/?p=1546',0,'revision','',0),(1547,2,'2021-05-27 11:25:19','2021-05-27 16:25:19','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h1><strong>Win this classy camping combo - cooler, tent, &amp; more - for Father\'s Day!</strong></h1>\r\n<p><img class=\"alignright wp-image-1541 size-full\" src=\"https://ruthsnutrition.com/wp-content/uploads/2021/05/Fathers-Day-display-600X.jpg\" alt=\"\" width=\"600\" height=\"606\" /></p>\r\n<h3>Itâ€™s June, time for vacations, Fatherâ€™s Day, and a very special offer from Ruthâ€™s Nutrition. Weâ€™re having a Fatherâ€™s Day drawing that will please dad and could have him playing around the campfire this summer in style.</h3>\r\n<h3>All you have to do is come to Ruthâ€™s and register for the chance to win:</h3>\r\n<h3>Â  Â  Â *Â  A classy Coleman Cooler thatâ€™s 11 inches wide by 17 inches tall.</h3>\r\n<h3>Â  Â  Â *Â  An easy-to-assemble Coleman Go! Tent thatâ€™s 7 feet X 5 feet X 3 feet.</h3>\r\n<h3>Â  Â  Â *Â  Two adult-sized black foldable chairs with drink holders.</h3>\r\n<h3>Â  Â  Â *Â  Two white thermo mugs to keep your morning camp coffee warm.</h3>\r\n<h3>The drawing will be held before Fatherâ€™s Day on Thursday, June 17, at 11 a.m. Come fill out your chance to win soon!</h3>\r\n<h2>Â </h2>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Â </strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Father\'s Day Drawing!','Register to win this classy camping combo for Dad!','inherit','closed','closed','','1540-revision-v1','','','2021-05-27 11:25:19','2021-05-27 16:25:19','',1540,'https://ruthsnutrition.com/?p=1547',0,'revision','',0),(1548,2,'2021-05-27 11:25:47','2021-05-27 16:25:47','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h1><strong>Win this classy camping combo - cooler, tent, &amp; more - for Father\'s Day!</strong></h1>\r\n<p><img class=\"alignright wp-image-1541 size-full\" src=\"https://ruthsnutrition.com/wp-content/uploads/2021/05/Fathers-Day-display-600X.jpg\" alt=\"\" width=\"600\" height=\"606\" /></p>\r\n<h3>Itâ€™s June, time for vacations, Fatherâ€™s Day, and a very special offer from Ruthâ€™s Nutrition. Weâ€™re having a Fatherâ€™s Day drawing that will please dad and could have him playing around the campfire this summer in style.</h3>\r\n<p>&nbsp;</p>\r\n<h3>All you have to do is come to Ruthâ€™s and register for the chance to win:</h3>\r\n<h3>Â  Â  Â *Â  A classy Coleman Cooler thatâ€™s 11 inches wide by 17 inches tall.</h3>\r\n<h3>Â  Â  Â *Â  An easy-to-assemble Coleman Go! Tent thatâ€™s 7 feet X 5 feet X 3 feet.</h3>\r\n<h3>Â  Â  Â *Â  Two adult-sized black foldable chairs with drink holders.</h3>\r\n<h3>Â  Â  Â *Â  Two white thermo mugs to keep your morning camp coffee warm.</h3>\r\n<p>&nbsp;</p>\r\n<h3>The drawing will be held before Fatherâ€™s Day on Thursday, June 17, at 11 a.m. Come fill out your chance to win soon!</h3>\r\n<h2>Â </h2>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Â </strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Father\'s Day Drawing!','Register to win this classy camping combo for Dad!','inherit','closed','closed','','1540-revision-v1','','','2021-05-27 11:25:47','2021-05-27 16:25:47','',1540,'https://ruthsnutrition.com/?p=1548',0,'revision','',0),(1549,2,'2021-05-27 11:38:04','2021-05-27 16:38:04','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h1><strong>Win this classy camping combo - cooler, tent, &amp; more - for Father\'s Day!</strong></h1>\r\n<p><img class=\"alignright wp-image-1541 size-full\" src=\"https://ruthsnutrition.com/wp-content/uploads/2021/05/Fathers-Day-display-600X.jpg\" alt=\"\" width=\"600\" height=\"606\" /></p>\r\n<h3>Itâ€™s June, time for vacations, Fatherâ€™s Day, and a very special offer from Ruthâ€™s Nutrition. Weâ€™re having a Fatherâ€™s Day drawing that will please dad and could have you both playing around the campfire this summer in style!</h3>\r\n<p>&nbsp;</p>\r\n<h3>All you have to do is come to Ruthâ€™s and register for the chance to win:</h3>\r\n<h3>Â  Â  Â *Â  A classy Coleman Cooler thatâ€™s 11 inches wide by 17 inches tall.</h3>\r\n<h3>Â  Â  Â *Â  An easy-to-assemble Coleman Go! Tent thatâ€™s 7 feet X 5 feet X 3 feet.</h3>\r\n<h3>Â  Â  Â *Â  Two adult-sized black foldable chairs with drink holders.</h3>\r\n<h3>Â  Â  Â *Â  Two white thermo mugs to keep your morning camp coffee warm.</h3>\r\n<p>&nbsp;</p>\r\n<h3>The drawing will be held before Fatherâ€™s Day on Thursday, June 17, at 11 a.m. Come fill out your chance to win soon!</h3>\r\n<h2>Â </h2>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Â </strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Father\'s Day Drawing!','Register to win this classy camping combo for Dad!','inherit','closed','closed','','1540-revision-v1','','','2021-05-27 11:38:04','2021-05-27 16:38:04','',1540,'https://ruthsnutrition.com/?p=1549',0,'revision','',0),(1550,2,'2021-05-27 11:38:09','2021-05-27 16:38:09','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h1><strong>Win this classy camping combo - cooler, tent, &amp; more - for Father\'s Day!</strong></h1>\r\n<p><img class=\"alignright wp-image-1541 size-full\" src=\"https://ruthsnutrition.com/wp-content/uploads/2021/05/Fathers-Day-display-600X.jpg\" alt=\"\" width=\"600\" height=\"606\" /></p>\r\n<h3>Itâ€™s June, time for vacations, Fatherâ€™s Day, and a very special offer from Ruthâ€™s Nutrition. Weâ€™re having a Fatherâ€™s Day drawing that will please dad and could have you both playing around the campfire this summer in style!</h3>\r\n<p>&nbsp;</p>\r\n<h3>All you have to do is come to Ruthâ€™s and register for the chance to win:</h3>\r\n<h3>Â  Â  Â *Â  A classy Coleman Cooler thatâ€™s 11 inches wide by 17 inches tall.</h3>\r\n<h3>Â  Â  Â *Â  An easy-to-assemble Coleman Go! Tent thatâ€™s 7 feet X 5 feet X 3 feet.</h3>\r\n<h3>Â  Â  Â *Â  Two adult-sized black foldable chairs with drink holders.</h3>\r\n<h3>Â  Â  Â *Â  Two white thermo mugs to keep your morning camp coffee warm.</h3>\r\n<p>&nbsp;</p>\r\n<h3>The drawing will be held before Fatherâ€™s Day on Thursday, June 17, at 11 a.m. Come fill out your chance to win soon!</h3>\r\n<h2>Â </h2>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Â </strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Father\'s Day Drawing!','Register to win this classy camping combo for Dad!','inherit','closed','closed','','1540-autosave-v1','','','2021-05-27 11:38:09','2021-05-27 16:38:09','',1540,'https://ruthsnutrition.com/?p=1550',0,'revision','',0),(1551,2,'2021-05-29 17:56:44','2021-05-29 22:56:44','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h1><strong>Aids in gut health, muscle recovery, chemotherapy recovery, &amp; more!</strong></h1>\r\n<p><img class=\"alignright wp-image-1552 size-full\" src=\"https://ruthsnutrition.com/wp-content/uploads/2021/05/L-glutamine-600X.jpeg.png\" alt=\"\" width=\"600\" height=\"400\" /></p>\r\n<p>If youâ€™ve heard of the amino acid L-glutamine, you probably associate it with improved gut health, especially for people with irritable bowel syndrome. But this semi-essential amino acid has many other practical uses, especially as we age.</p>\r\n<p>WebMd reports: â€œGlutamine is taken by mouth forÂ sickle cell disease, to improveÂ nutritionÂ and help people recover from surgery, injuries, burns,Â bone marrow transplant, complications ofÂ HIV/AIDS,Â radiation, and cancer chemotherapy, and for many other uses. Glutamine is given intravenously (by IV) for improving recovery after surgery and other conditions.â€</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Gut Health</strong></p>\r\n<p>L-glutamine is found all over the body, but about 30% of it is used in the intestines, because itâ€™s a vital nutrient for gut tissue to rebuild and repair. L-glutamine depletion can be a marker for poor gut health. Studies show it can reduce intestinal inflammation and help people recover from food sensitivities. It also has been shown to decrease intestinal permeability (leaky gut), while also helping to heal ulcers. It can be helpful for not only IBS and ulcers, but also Crohnâ€™s disease, ulcerative colitis, and diverticulitis. In a study of obese patients, supplementing with L-glutamine for two weeks shifted gut microbiota to increase counts of beneficial bacteria while lowering counts of pathogenic bacteria.</p>\r\n<p>All of the above actions are particularly helpful for the elderly, when gut function tends to deteriorate, or for cancer patients receiving chemotherapy that can damage the gut lining. Taking L-glutamine on a regular basis can improve conditions for both.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Muscle Recovery</strong></p>\r\n<p>In addition to improving gut health, L-glutamine also can speed muscle recovery. This is obviously beneficial for athletes, but itâ€™s especially helpful as we age and muscle stamina declines.</p>\r\n<p>Studies show that it both reduces fatigue and muscle soreness following exercise. Again, keep in mind this applies to both athletes and ordinary people. If youâ€™re older and you spend a day working hard in the garden, the next day can be brutal with aches and pains and stiffness. Taking a dose of L-glutamine before and after you stop activities, can make a world of difference in mobility and pain the next day.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Blood Glucose &amp; Weight Loss</strong></p>\r\n<p>L-glutamine helps suppress insulin levels and stabilize blood glucose, making it helpful for improving insulin resistance and diabetes. In a small 2015 study, 66 patients with type II diabetes were given 10 grams of L-glutamine powder three times a day. After six weeks, patients had markedly improved cardiovascular risk factors and improved body condition, reducing both belly and body fat.</p>\r\n<p>Research shows L-glutamine supplementation can increase HGH (human growth hormone) by 400 percent, which leads to an increased resting metabolic rate. Several small studies in people and animals show taking L-glutamine daily in obese individuals leads to significant weight loss and decreased waist circumference. Researchers speculate that in addition to blood sugar regulation, L-glutamineâ€™s ability to improve the mix of beneficial bacteria in the gut plays a role in weight loss.</p>\r\n<p>Animal studies also show L-glutamine can stop the progression of NAFLD (non-alcoholic fatty liver disease), again, probably through its anti-inflammatory and blood sugar regulating abilities.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Sickle Cell Disease</strong></p>\r\n<p>Sickle Cell Disease is the most common inherited blood disorder, affecting African Americans more than any other race in the United States. It also can affect people from Hispanic, southern European, Middle Eastern, and Asian Indian backgrounds. Studies conclude L-glutamine may reduce the frequency of pain crises and related hospitalizations.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Dosing</strong></p>\r\n<p>L-glutamine can be purchased in both powder and capsule form. Doses range from 1-40 grams daily, depending on the situation. It is best taken on an empty stomach. The powder is relatively tasteless.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>REFERENCES</strong></p>\r\n<p><a href=\"https://www.lifeextension.com/magazine/2021/5/what-is-glutamine?utm_source=facebook&amp;utm_medium=social&amp;utm_campaign=MayMag-Glutamine&amp;sourcecode=SOCIALMAG&amp;fbclid=IwAR3uD8U6l0ot6e_dKr-hmp_6m01dveikLMYZHDufThFqA-uHvlP1Z1BPNJ4\" target=\"_blank\" rel=\"noopener\">Life Extension</a></p>\r\n<p><a href=\"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4892310/#:~:text=Glutamine%20added%20to%20classical%20amino,health%20of%20very%20old%20individuals.\" target=\"_blank\" rel=\"noopener\">PubMed</a></p>\r\n<p><a href=\"https://www.healthline.com/nutrition/glutamine#TOC_TITLE_HDR_5\" target=\"_blank\" rel=\"noopener\">Healthline</a></p>\r\n<p><a href=\"https://draxe.com/nutrition/l-glutamine-benefits-side-effects-dosage/\" target=\"_blank\" rel=\"noopener\">Dr. Axe</a></p>\r\n<p><a href=\"https://www.healthline.com/nutrition/l-glutamine-weight-loss#effectiveness\" target=\"_blank\" rel=\"noopener\">Weight Loss</a></p>\r\n<p><a href=\"https://www.practicalpainmanagement.com/resources/news-and-research/using-l-glutamine-sickle-cell-disease-crises\" target=\"_blank\" rel=\"noopener\">Sickle Cell Disease</a></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Â </strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','L-glutamine','Speeds muscle recovery, surgery recovery, chemotherapy recovery & more!','publish','closed','open','','l-glutamine','','','2021-05-29 17:56:44','2021-05-29 22:56:44','',0,'https://ruthsnutrition.com/?p=1551',0,'post','',0),(1552,2,'2021-05-29 17:45:26','2021-05-29 22:45:26','','L-glutamine 600X.jpeg','','inherit','open','closed','','l-glutamine-600x-jpeg','','','2021-05-29 17:45:26','2021-05-29 22:45:26','',1551,'https://ruthsnutrition.com/wp-content/uploads/2021/05/L-glutamine-600X.jpeg.png',0,'attachment','image/png',0),(1553,2,'2021-05-29 17:54:34','2021-05-29 22:54:34','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h1><strong>Aids in gut health, muscle recovery, chemotherapy recover &amp; more!</strong></h1>\r\n<p><img class=\"alignright wp-image-1552 size-full\" src=\"https://ruthsnutrition.com/wp-content/uploads/2021/05/L-glutamine-600X.jpeg.png\" alt=\"\" width=\"600\" height=\"400\" /></p>\r\n<p>If youâ€™ve heard of the amino acid L-glutamine, you probably associate it with improved gut health, especially for people with irritable bowel syndrome. But this semi-essential amino acid has many other practical uses, especially as we age.</p>\r\n<p>WebMd reports: â€œGlutamine is taken by mouth forÂ sickle cell disease, to improveÂ nutritionÂ and help people recover from surgery, injuries, burns,Â bone marrow transplant, complications ofÂ HIV/AIDS,Â radiation, and cancer chemotherapy, and for many other uses. Glutamine is given intravenously (by IV) for improving recovery after surgery and other conditions.â€</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Gut Health</strong></p>\r\n<p>L-glutamine is found all over the body, but about 30% of it is used in the intestines, because itâ€™s a vital nutrient for gut tissue to rebuild and repair. L-glutamine depletion can be a marker for poor gut health. Studies show it can reduce intestinal inflammation and help people recover from food sensitivities. It also has been shown to decrease intestinal permeability (leaky gut), while also helping to heal ulcers. It can be helpful for not only IBS and ulcers, but also Crohnâ€™s disease, ulcerative colitis, and diverticulitis. In a study of obese patients, supplementing with L-glutamine for two weeks shifted gut microbiota to increase counts of beneficial bacteria while lowering counts of pathogenic bacteria.</p>\r\n<p>All of the above actions are particularly helpful for the elderly, when gut function tends to deteriorate, or for cancer patients receiving chemotherapy that can damage the gut lining. Taking L-glutamine on a regular basis can improve conditions for both.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Muscle Recovery</strong></p>\r\n<p>In addition to improving gut health, L-glutamine also can speed muscle recovery. This is obviously beneficial for athletes, but itâ€™s especially helpful as we age and muscle stamina declines.</p>\r\n<p>Studies show that it both reduces fatigue and muscle soreness following exercise. Again, keep in mind this applies to both athletes and ordinary people. If youâ€™re older and you spend a day working hard in the garden, the next day can be brutal with aches and pains and stiffness. Taking a dose of L-glutamine before and after you stop activities, can make a world of difference in mobility and pain the next day.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Blood Glucose &amp; Weight Loss</strong></p>\r\n<p>L-glutamine helps suppress insulin levels and stabilize blood glucose, making it helpful for improving insulin resistance and diabetes. In a small 2015 study, 66 patients with type II diabetes were given 10 grams of L-glutamine powder three times a day. After six weeks, patients had markedly improved cardiovascular risk factors and improved body condition, reducing both belly and body fat.</p>\r\n<p>Research shows L-glutamine supplementation can increase HGH (human growth hormone) by 400 percent, which leads to an increased resting metabolic rate. Several small studies in people and animals show taking L-glutamine daily in obese individuals leads to significant weight loss and decreased waist circumference. Researchers speculate that in addition to blood sugar regulation, L-glutamineâ€™s ability to improve the mix of beneficial bacteria in the gut plays a role in weight loss.</p>\r\n<p>Animal studies also show L-glutamine can stop the progression of NAFLD (non-alcoholic fatty liver disease), again, probably through its anti-inflammatory and blood sugar regulating abilities.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Sickle Cell Disease</strong></p>\r\n<p>Sickle Cell Disease is the most common inherited blood disorder, affecting African Americans more than any other race in the United States. It also can affect people from Hispanic, southern European, Middle Eastern, and Asian Indian backgrounds. Studies conclude L-glutamine may reduce the frequency of pain crises and related hospitalizations.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Dosing</strong></p>\r\n<p>L-glutamine can be purchased in both powder and capsule form. Doses range from 1-40 grams daily, depending on the situation. It is best taken on an empty stomach. The powder is relatively tasteless.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>REFERENCES</strong></p>\r\n<p><a href=\"https://www.lifeextension.com/magazine/2021/5/what-is-glutamine?utm_source=facebook&amp;utm_medium=social&amp;utm_campaign=MayMag-Glutamine&amp;sourcecode=SOCIALMAG&amp;fbclid=IwAR3uD8U6l0ot6e_dKr-hmp_6m01dveikLMYZHDufThFqA-uHvlP1Z1BPNJ4\" target=\"_blank\" rel=\"noopener\">Life Extension</a></p>\r\n<p><a href=\"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4892310/#:~:text=Glutamine%20added%20to%20classical%20amino,health%20of%20very%20old%20individuals.\" target=\"_blank\" rel=\"noopener\">PubMed</a></p>\r\n<p><a href=\"https://www.healthline.com/nutrition/glutamine#TOC_TITLE_HDR_5\" target=\"_blank\" rel=\"noopener\">Healthline</a></p>\r\n<p><a href=\"https://draxe.com/nutrition/l-glutamine-benefits-side-effects-dosage/\" target=\"_blank\" rel=\"noopener\">Dr. Axe</a></p>\r\n<p><a href=\"https://www.healthline.com/nutrition/l-glutamine-weight-loss#effectiveness\" target=\"_blank\" rel=\"noopener\">Weight Loss</a></p>\r\n<p><a href=\"https://www.practicalpainmanagement.com/resources/news-and-research/using-l-glutamine-sickle-cell-disease-crises\" target=\"_blank\" rel=\"noopener\">Sickle Cell Disease</a></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Â </strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','L-glutamine','Speeds muscle recovery, surgery recover, chemotherapy recovery & more!','inherit','closed','closed','','1551-revision-v1','','','2021-05-29 17:54:34','2021-05-29 22:54:34','',1551,'https://ruthsnutrition.com/?p=1553',0,'revision','',0),(1554,2,'2021-05-29 17:54:50','2021-05-29 22:54:50','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h1><strong>Aids in gut health, muscle recovery, chemotherapy recovery, &amp; more!</strong></h1>\r\n<p><img class=\"alignright wp-image-1552 size-full\" src=\"https://ruthsnutrition.com/wp-content/uploads/2021/05/L-glutamine-600X.jpeg.png\" alt=\"\" width=\"600\" height=\"400\" /></p>\r\n<p>If youâ€™ve heard of the amino acid L-glutamine, you probably associate it with improved gut health, especially for people with irritable bowel syndrome. But this semi-essential amino acid has many other practical uses, especially as we age.</p>\r\n<p>WebMd reports: â€œGlutamine is taken by mouth forÂ sickle cell disease, to improveÂ nutritionÂ and help people recover from surgery, injuries, burns,Â bone marrow transplant, complications ofÂ HIV/AIDS,Â radiation, and cancer chemotherapy, and for many other uses. Glutamine is given intravenously (by IV) for improving recovery after surgery and other conditions.â€</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Gut Health</strong></p>\r\n<p>L-glutamine is found all over the body, but about 30% of it is used in the intestines, because itâ€™s a vital nutrient for gut tissue to rebuild and repair. L-glutamine depletion can be a marker for poor gut health. Studies show it can reduce intestinal inflammation and help people recover from food sensitivities. It also has been shown to decrease intestinal permeability (leaky gut), while also helping to heal ulcers. It can be helpful for not only IBS and ulcers, but also Crohnâ€™s disease, ulcerative colitis, and diverticulitis. In a study of obese patients, supplementing with L-glutamine for two weeks shifted gut microbiota to increase counts of beneficial bacteria while lowering counts of pathogenic bacteria.</p>\r\n<p>All of the above actions are particularly helpful for the elderly, when gut function tends to deteriorate, or for cancer patients receiving chemotherapy that can damage the gut lining. Taking L-glutamine on a regular basis can improve conditions for both.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Muscle Recovery</strong></p>\r\n<p>In addition to improving gut health, L-glutamine also can speed muscle recovery. This is obviously beneficial for athletes, but itâ€™s especially helpful as we age and muscle stamina declines.</p>\r\n<p>Studies show that it both reduces fatigue and muscle soreness following exercise. Again, keep in mind this applies to both athletes and ordinary people. If youâ€™re older and you spend a day working hard in the garden, the next day can be brutal with aches and pains and stiffness. Taking a dose of L-glutamine before and after you stop activities, can make a world of difference in mobility and pain the next day.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Blood Glucose &amp; Weight Loss</strong></p>\r\n<p>L-glutamine helps suppress insulin levels and stabilize blood glucose, making it helpful for improving insulin resistance and diabetes. In a small 2015 study, 66 patients with type II diabetes were given 10 grams of L-glutamine powder three times a day. After six weeks, patients had markedly improved cardiovascular risk factors and improved body condition, reducing both belly and body fat.</p>\r\n<p>Research shows L-glutamine supplementation can increase HGH (human growth hormone) by 400 percent, which leads to an increased resting metabolic rate. Several small studies in people and animals show taking L-glutamine daily in obese individuals leads to significant weight loss and decreased waist circumference. Researchers speculate that in addition to blood sugar regulation, L-glutamineâ€™s ability to improve the mix of beneficial bacteria in the gut plays a role in weight loss.</p>\r\n<p>Animal studies also show L-glutamine can stop the progression of NAFLD (non-alcoholic fatty liver disease), again, probably through its anti-inflammatory and blood sugar regulating abilities.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Sickle Cell Disease</strong></p>\r\n<p>Sickle Cell Disease is the most common inherited blood disorder, affecting African Americans more than any other race in the United States. It also can affect people from Hispanic, southern European, Middle Eastern, and Asian Indian backgrounds. Studies conclude L-glutamine may reduce the frequency of pain crises and related hospitalizations.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Dosing</strong></p>\r\n<p>L-glutamine can be purchased in both powder and capsule form. Doses range from 1-40 grams daily, depending on the situation. It is best taken on an empty stomach. The powder is relatively tasteless.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>REFERENCES</strong></p>\r\n<p><a href=\"https://www.lifeextension.com/magazine/2021/5/what-is-glutamine?utm_source=facebook&amp;utm_medium=social&amp;utm_campaign=MayMag-Glutamine&amp;sourcecode=SOCIALMAG&amp;fbclid=IwAR3uD8U6l0ot6e_dKr-hmp_6m01dveikLMYZHDufThFqA-uHvlP1Z1BPNJ4\" target=\"_blank\" rel=\"noopener\">Life Extension</a></p>\r\n<p><a href=\"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4892310/#:~:text=Glutamine%20added%20to%20classical%20amino,health%20of%20very%20old%20individuals.\" target=\"_blank\" rel=\"noopener\">PubMed</a></p>\r\n<p><a href=\"https://www.healthline.com/nutrition/glutamine#TOC_TITLE_HDR_5\" target=\"_blank\" rel=\"noopener\">Healthline</a></p>\r\n<p><a href=\"https://draxe.com/nutrition/l-glutamine-benefits-side-effects-dosage/\" target=\"_blank\" rel=\"noopener\">Dr. Axe</a></p>\r\n<p><a href=\"https://www.healthline.com/nutrition/l-glutamine-weight-loss#effectiveness\" target=\"_blank\" rel=\"noopener\">Weight Loss</a></p>\r\n<p><a href=\"https://www.practicalpainmanagement.com/resources/news-and-research/using-l-glutamine-sickle-cell-disease-crises\" target=\"_blank\" rel=\"noopener\">Sickle Cell Disease</a></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Â </strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','L-glutamine','Speeds muscle recovery, surgery recover, chemotherapy recovery & more!','inherit','closed','closed','','1551-revision-v1','','','2021-05-29 17:54:50','2021-05-29 22:54:50','',1551,'https://ruthsnutrition.com/?p=1554',0,'revision','',0),(1555,2,'2021-05-29 17:55:10','2021-05-29 22:55:10','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h1><strong>Aids in gut health, muscle recovery, chemotherapy recovery, &amp; more!</strong></h1>\r\n<p><img class=\"alignright wp-image-1552 size-full\" src=\"https://ruthsnutrition.com/wp-content/uploads/2021/05/L-glutamine-600X.jpeg.png\" alt=\"\" width=\"600\" height=\"400\" /></p>\r\n<p>If youâ€™ve heard of the amino acid L-glutamine, you probably associate it with improved gut health, especially for people with irritable bowel syndrome. But this semi-essential amino acid has many other practical uses, especially as we age.</p>\r\n<p>WebMd reports: â€œGlutamine is taken by mouth forÂ sickle cell disease, to improveÂ nutritionÂ and help people recover from surgery, injuries, burns,Â bone marrow transplant, complications ofÂ HIV/AIDS,Â radiation, and cancer chemotherapy, and for many other uses. Glutamine is given intravenously (by IV) for improving recovery after surgery and other conditions.â€</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Gut Health</strong></p>\r\n<p>L-glutamine is found all over the body, but about 30% of it is used in the intestines, because itâ€™s a vital nutrient for gut tissue to rebuild and repair. L-glutamine depletion can be a marker for poor gut health. Studies show it can reduce intestinal inflammation and help people recover from food sensitivities. It also has been shown to decrease intestinal permeability (leaky gut), while also helping to heal ulcers. It can be helpful for not only IBS and ulcers, but also Crohnâ€™s disease, ulcerative colitis, and diverticulitis. In a study of obese patients, supplementing with L-glutamine for two weeks shifted gut microbiota to increase counts of beneficial bacteria while lowering counts of pathogenic bacteria.</p>\r\n<p>All of the above actions are particularly helpful for the elderly, when gut function tends to deteriorate, or for cancer patients receiving chemotherapy that can damage the gut lining. Taking L-glutamine on a regular basis can improve conditions for both.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Muscle Recovery</strong></p>\r\n<p>In addition to improving gut health, L-glutamine also can speed muscle recovery. This is obviously beneficial for athletes, but itâ€™s especially helpful as we age and muscle stamina declines.</p>\r\n<p>Studies show that it both reduces fatigue and muscle soreness following exercise. Again, keep in mind this applies to both athletes and ordinary people. If youâ€™re older and you spend a day working hard in the garden, the next day can be brutal with aches and pains and stiffness. Taking a dose of L-glutamine before and after you stop activities, can make a world of difference in mobility and pain the next day.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Blood Glucose &amp; Weight Loss</strong></p>\r\n<p>L-glutamine helps suppress insulin levels and stabilize blood glucose, making it helpful for improving insulin resistance and diabetes. In a small 2015 study, 66 patients with type II diabetes were given 10 grams of L-glutamine powder three times a day. After six weeks, patients had markedly improved cardiovascular risk factors and improved body condition, reducing both belly and body fat.</p>\r\n<p>Research shows L-glutamine supplementation can increase HGH (human growth hormone) by 400 percent, which leads to an increased resting metabolic rate. Several small studies in people and animals show taking L-glutamine daily in obese individuals leads to significant weight loss and decreased waist circumference. Researchers speculate that in addition to blood sugar regulation, L-glutamineâ€™s ability to improve the mix of beneficial bacteria in the gut plays a role in weight loss.</p>\r\n<p>Animal studies also show L-glutamine can stop the progression of NAFLD (non-alcoholic fatty liver disease), again, probably through its anti-inflammatory and blood sugar regulating abilities.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Sickle Cell Disease</strong></p>\r\n<p>Sickle Cell Disease is the most common inherited blood disorder, affecting African Americans more than any other race in the United States. It also can affect people from Hispanic, southern European, Middle Eastern, and Asian Indian backgrounds. Studies conclude L-glutamine may reduce the frequency of pain crises and related hospitalizations.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Dosing</strong></p>\r\n<p>L-glutamine can be purchased in both powder and capsule form. Doses range from 1-40 grams daily, depending on the situation. It is best taken on an empty stomach. The powder is relatively tasteless.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>REFERENCES</strong></p>\r\n<p><a href=\"https://www.lifeextension.com/magazine/2021/5/what-is-glutamine?utm_source=facebook&amp;utm_medium=social&amp;utm_campaign=MayMag-Glutamine&amp;sourcecode=SOCIALMAG&amp;fbclid=IwAR3uD8U6l0ot6e_dKr-hmp_6m01dveikLMYZHDufThFqA-uHvlP1Z1BPNJ4\" target=\"_blank\" rel=\"noopener\">Life Extension</a></p>\r\n<p><a href=\"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4892310/#:~:text=Glutamine%20added%20to%20classical%20amino,health%20of%20very%20old%20individuals.\" target=\"_blank\" rel=\"noopener\">PubMed</a></p>\r\n<p><a href=\"https://www.healthline.com/nutrition/glutamine#TOC_TITLE_HDR_5\" target=\"_blank\" rel=\"noopener\">Healthline</a></p>\r\n<p><a href=\"https://draxe.com/nutrition/l-glutamine-benefits-side-effects-dosage/\" target=\"_blank\" rel=\"noopener\">Dr. Axe</a></p>\r\n<p><a href=\"https://www.healthline.com/nutrition/l-glutamine-weight-loss#effectiveness\" target=\"_blank\" rel=\"noopener\">Weight Loss</a></p>\r\n<p><a href=\"https://www.practicalpainmanagement.com/resources/news-and-research/using-l-glutamine-sickle-cell-disease-crises\" target=\"_blank\" rel=\"noopener\">Sickle Cell Disease</a></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Â </strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','L-glutamine','Speeds muscle recovery, surgery recovery, chemotherapy recovery & more!','inherit','closed','closed','','1551-revision-v1','','','2021-05-29 17:55:10','2021-05-29 22:55:10','',1551,'https://ruthsnutrition.com/?p=1555',0,'revision','',0),(1556,2,'2021-06-25 17:30:45','2021-06-25 22:30:45','<!-- wp:paragraph -->\n<p><h1>Avoid nasty chemicals by making your own safe, effective bug spray</h1> <p><img width=\"600\" height=\"600\" class=\"alignright size-full wp-image-1557\" src=\"https://ruthsnutrition.com/wp-content/uploads/2021/06/DIY-Bug-Spray-600X.jpeg\" alt=\"\">Summerâ€™s here and itâ€™s definitely time for cold drinks, suntan lotion, and bug spray. If youâ€™re not a fan of the sticky, icky-smelling commercial products containing the chemical DEET, you might want to make your own. Itâ€™s neither difficult nor expensive to do.</p> <p>Â </p> <h3><strong>The Basics</strong></h3> <p>Youâ€™ll need just a few things to start your project. A glass or plastic spray bottle, water (distilled or not), Witch Hazel or vinegar, and one or more essential oils. You might also want to add a little vegetable glycerin to help moisturize your skin. The good news is that most of these supplies are available at Ruthâ€™s!</p> <p>Â </p> <h3><strong>The Essential Oils</strong></h3> <p>Several essential oils repel insects, especially lemon eucalyptus oil, which studies show is 95% as effective as DEET (and it smells MUCH better!) Other oils to choose from include cedarwood, lavender, citronella, eucalyptus, rosemary, peppermint, geranium, lemongrass and many more.</p> <p>Since ticks tend to be more bothersome than mosquitos, studies show these oils make especially effective combos for repelling ticks: thyme and citronella; geranium, lavender, and lemon eucalyptus.</p> <p><strong>Â </strong></p> <h3><strong>Consider the Children</strong></h3> <p>When it comes to essential oils and little children, greater care is needed. Itâ€™s often best to avoid some oils and generally spray their clothes, not their skin. In children under two years of age, avoid basil, cinnamon bark, clove, eucalyptus, lemon eucalyptus, lemongrass, peppermint, rosemary, sage, tea tree, and thyme.</p> <p>Â </p> <h3><strong>The Recipes</strong></h3> <p>We all know this is really why you are reading this article. Letâ€™s get on with it!</p> <p>Â </p> <strong>Recipe No. 1 - from Art of Manliness (imagine a smile emoji here!)</strong> <p>Â½ cup water</p> <p>Â½ cup witch hazel</p> <p>1 tsp. vegetable glycerin</p> <p>20 drops geranium oil</p> <p>20 drops lemon eucalyptus</p> <p>10 drops cedarwood</p> <p>10 drops vanilla</p> <p>10 drops rosemary</p> <p>Add all ingredients to an 8 oz spray bottle and shake well to combine.</p> <p>Â </p> <p><strong>Recipe No. 2 â€“ from Art of Manliness</strong></p> <p>Â½ cup water</p> <p>Â½ cup apple cider vinegar</p> <p>1 tsp. vegetable glycerin</p> <p>20 drops lemon eucalyptus</p> <p>10 drops cedarwood</p> <p>10 drops rosemary</p> <p>Add all ingredients to an 8 oz spray bottle and shake well to combine.</p> <p>Â </p> <p><strong>Recipes for Adults &amp; Kids 10 and up â€“ from One Essential Community</strong></p> <p>Into a 4 oz spray bottle, pour:</p> <p>2 oz. witch hazel</p> <p>2 oz. water</p> <p>Then add one of the combos of essential oils below:</p> <p>~10 drops geranium, 15 drops lavender, 5 drops patchouli, 10 drops lemongrass, 10 drops citronella</p> <p>~15 drops lemongrass, 15 drops eucalyptus, 20 drops citronella</p> <p>~20 drops rosemary, 20 drops cedarwood, 10 drops peppermint</p> <p>Â </p> <p><strong>Recipes for Kids 3 and up â€“ from One Essential Community</strong></p> <p>Into a 4 oz spray bottle, pour:</p> <p>2 oz. witch hazel</p> <p>2 oz. water</p> <p>Then add one of the combos of essential oils below:</p> <p>~10 drops lavender, 10 drops citronella</p> <p>~8 drops lavender, 5 drops geranium, 7 drops cedarwood</p> <p>~5 drops lavender, 5 drops geranium, 2 drops patchouli, 8 drops spearmint</p> <p><strong>Â </strong></p> <p><strong>Just a reminderâ€¦</strong></p> <p>Just remember that oil and water donâ€™t mix well, so with all recipes, youâ€™ll need to shake the bottle before spraying. Happy mixing!</p> <p>Â </p> <p>Â </p> <p><strong>REFERENCES</strong></p> <p><a rel=\"noopener\" href=\"https://control-mosquitoes.com/essential-oils-as-tick-repellents/\" target=\"_blank\">Tick &amp; Mosquito Project</a></p> <p><a rel=\"noopener\" href=\"https://www.healthline.com/health/essential-oils-for-repelling-ticks#:~:text=Oil%20of%20citronella%20is%20a,the%20most%20effective%20against%20ticks.\" target=\"_blank\">Thyme &amp; Citronella</a></p> <p><a rel=\"noopener\" href=\"https://oneessentialcommunity.com/diy-bug-spray-works-kid-safe-options/\" target=\"_blank\">One Essential Community</a></p> <p><a rel=\"noopener\" href=\"https://www.artofmanliness.com/articles/how-to-make-your-own-natural-bug-spray/\" target=\"_blank\">Art of Manliness</a></p> <p>Â </p> <p>Â </p> <p>Â </p> <p>Â </p> <p>Â </p> <p>Â </p> <p>Â </p> <p>Â </p> <p>Â </p> <p>Â </p> <p>Â </p> <p>Â </p> <p>Â </p> <p>Â </p> <p>Â </p> <p>Â </p> <p>Â </p> <p>Â </p> <p>Â </p> <p>Â </p> <p>Â </p> <p>Â </p> <p>Â </p> <p>Â </p> <p>Â </p> <p>Â </p> <p>Â </p> <p>Â </p> <p>Â </p> <p>Â </p> <p>Â </p> <p><strong>Â </strong></p> <p><strong>Â </strong></p> <p>Â </p> <p>Â </p> <p>Â </p> <p>Â </p> <p>Â </p> <p>Â </p> <p>Â </p> <p>Â </p> <p>Â </p> <p>Â </p> <p>Â </p> <p>Â </p> <p>Â </p></p>\n<!-- /wp:paragraph -->','DIY Bug Sprays','Recipes for your own natural bug spray!','publish','closed','open','','diy-bug-sprays','','','2021-06-25 17:30:46','2021-06-25 22:30:46','',0,'https://ruthsnutrition.com/?p=1556',0,'post','',0),(1557,2,'2021-06-25 17:11:20','2021-06-25 22:11:20','','DIY Bug Spray 600X','','inherit','open','closed','','diy-bug-spray-600x','','','2021-06-25 17:11:20','2021-06-25 22:11:20','',1556,'https://ruthsnutrition.com/wp-content/uploads/2021/06/DIY-Bug-Spray-600X.jpeg',0,'attachment','image/jpeg',0),(1558,2,'2021-06-25 17:25:16','2021-06-25 22:25:16','<!-- wp:paragraph -->\r\n<h1>Avoid nasty chemicals by making your own safe, effective bug spray</h1>\r\n<p><img class=\"alignright size-full wp-image-1557\" src=\"https://ruthsnutrition.com/wp-content/uploads/2021/06/DIY-Bug-Spray-600X.jpeg\" alt=\"\" width=\"600\" height=\"600\" />Summerâ€™s here and itâ€™s definitely time for cold drinks, suntan lotion, and bug spray. If youâ€™re not a fan of the sticky, icky-smelling commercial products containing the chemical DEET, you might want to make your own. Itâ€™s neither difficult nor expensive to do.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>The Basics</strong></h3>\r\n<p>Youâ€™ll need just a few things to start your project. A glass or plastic spray bottle, water (distilled or not), Witch Hazel or vinegar, and one or more essential oils. You might also want to add a little vegetable glycerin to help moisturize your skin. The good news is that most of these supplies are available at Ruthâ€™s!</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>The Essential Oils</strong></h3>\r\n<p>Several essential oils repel insects, especially lemon eucalyptus oil, which studies show is 95% as effective as DEET (and it smells MUCH better!) Other oils to choose from include cedarwood, lavender, citronella, eucalyptus, rosemary, peppermint, geranium, lemongrass and many more.</p>\r\n<p>Since ticks tend to be more bothersome than mosquitos, studies show these oils make especially effective combos for repelling ticks: thyme and citronella; geranium, lavender, and lemon eucalyptus.</p>\r\n<p><strong>Â </strong></p>\r\n<h3><strong>Consider the Children</strong></h3>\r\n<p>When it comes to essential oils and little children, greater care is needed. Itâ€™s often best to avoid some oils and generally spray their clothes, not their skin. In children under two years of age, avoid basil, cinnamon bark, clove, eucalyptus, lemon eucalyptus, lemongrass, peppermint, rosemary, sage, tea tree, and thyme.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>The Recipes</strong></h3>\r\n<p>We all know this is really why you are reading this article. Letâ€™s get on with it!</p>\r\n<p>&nbsp;</p>\r\n<h4><strong>Recipe No. 1 â€“ from Art of Manliness (imagine a smile emoji here!)</strong></h4>\r\n<p>Â½ cup water</p>\r\n<p>Â½ cup witch hazel</p>\r\n<p>1 tsp. vegetable glycerin</p>\r\n<p>20 drops geranium oil</p>\r\n<p>20 drops lemon eucalyptus</p>\r\n<p>10 drops cedarwood</p>\r\n<p>10 drops vanilla</p>\r\n<p>10 drops rosemary</p>\r\n<p>Add all ingredients to an 8 oz spray bottle and shake well to combine.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Recipe No. 2 â€“ from Art of Manliness</strong></p>\r\n<p>Â½ cup water</p>\r\n<p>Â½ cup apple cider vinegar</p>\r\n<p>1 tsp. vegetable glycerin</p>\r\n<p>20 drops lemon eucalyptus</p>\r\n<p>10 drops cedarwood</p>\r\n<p>10 drops rosemary</p>\r\n<p>Add all ingredients to an 8 oz spray bottle and shake well to combine.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Recipes for Adults &amp; Kids 10 and up â€“ from One Essential Community</strong></p>\r\n<p>Into a 4 oz spray bottle, pour:</p>\r\n<p>2 oz. witch hazel</p>\r\n<p>2 oz. water</p>\r\n<p>Then add one of the combos of essential oils below:</p>\r\n<p>~10 drops geranium, 15 drops lavender, 5 drops patchouli, 10 drops lemongrass, 10 drops citronella</p>\r\n<p>~15 drops lemongrass, 15 drops eucalyptus, 20 drops citronella</p>\r\n<p>~20 drops rosemary, 20 drops cedarwood, 10 drops peppermint</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Recipes for Kids 3 and up â€“ from One Essential Community</strong></p>\r\n<p>Into a 4 oz spray bottle, pour:</p>\r\n<p>2 oz. witch hazel</p>\r\n<p>2 oz. water</p>\r\n<p>Then add one of the combos of essential oils below:</p>\r\n<p>~10 drops lavender, 10 drops citronella</p>\r\n<p>~8 drops lavender, 5 drops geranium, 7 drops cedarwood</p>\r\n<p>~5 drops lavender, 5 drops geranium, 2 drops patchouli, 8 drops spearmint</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Just a reminderâ€¦</strong></p>\r\n<p>Just remember that oil and water donâ€™t mix well, so with all recipes, youâ€™ll need to shake the bottle before spraying. Happy mixing!</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>REFERENCES</strong></p>\r\n<p><a href=\"https://control-mosquitoes.com/essential-oils-as-tick-repellents/\" target=\"_blank\" rel=\"noopener\">Tick &amp; Mosquito Project</a></p>\r\n<p><a href=\"https://www.healthline.com/health/essential-oils-for-repelling-ticks#:~:text=Oil%20of%20citronella%20is%20a,the%20most%20effective%20against%20ticks.\" target=\"_blank\" rel=\"noopener\">Thyme &amp; Citronella</a></p>\r\n<p><a href=\"https://oneessentialcommunity.com/diy-bug-spray-works-kid-safe-options/\" target=\"_blank\" rel=\"noopener\">One Essential Community</a></p>\r\n<p><a href=\"https://www.artofmanliness.com/articles/how-to-make-your-own-natural-bug-spray/\" target=\"_blank\" rel=\"noopener\">Art of Manliness</a></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Â </strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','DIY Bug Sprays','Herbs & lifestyle choices improve symptoms!','inherit','closed','closed','','1556-revision-v1','','','2021-06-25 17:25:16','2021-06-25 22:25:16','',1556,'https://ruthsnutrition.com/?p=1558',0,'revision','',0),(1559,2,'2021-06-25 17:25:51','2021-06-25 22:25:51','<!-- wp:paragraph -->\n<p><h1>Avoid nasty chemicals by making your own safe, effective bug spray</h1>\n<p><img class=\"alignright size-full wp-image-1557\" src=\"https://ruthsnutrition.com/wp-content/uploads/2021/06/DIY-Bug-Spray-600X.jpeg\" alt=\"\" width=\"600\" height=\"600\">Summerâ€™s here and itâ€™s definitely time for cold drinks, suntan lotion, and bug spray. If youâ€™re not a fan of the sticky, icky-smelling commercial products containing the chemical DEET, you might want to make your own. Itâ€™s neither difficult nor expensive to do.</p>\n<p>&nbsp;</p>\n<h3><strong>The Basics</strong></h3>\n<p>Youâ€™ll need just a few things to start your project. A glass or plastic spray bottle, water (distilled or not), Witch Hazel or vinegar, and one or more essential oils. You might also want to add a little vegetable glycerin to help moisturize your skin. The good news is that most of these supplies are available at Ruthâ€™s!</p>\n<p>&nbsp;</p>\n<h3><strong>The Essential Oils</strong></h3>\n<p>Several essential oils repel insects, especially lemon eucalyptus oil, which studies show is 95% as effective as DEET (and it smells MUCH better!) Other oils to choose from include cedarwood, lavender, citronella, eucalyptus, rosemary, peppermint, geranium, lemongrass and many more.</p>\n<p>Since ticks tend to be more bothersome than mosquitos, studies show these oils make especially effective combos for repelling ticks: thyme and citronella; geranium, lavender, and lemon eucalyptus.</p>\n<p><strong>&nbsp;</strong></p>\n<h3><strong>Consider the Children</strong></h3>\n<p>When it comes to essential oils and little children, greater care is needed. Itâ€™s often best to avoid some oils and generally spray their clothes, not their skin. In children under two years of age, avoid basil, cinnamon bark, clove, eucalyptus, lemon eucalyptus, lemongrass, peppermint, rosemary, sage, tea tree, and thyme.</p>\n<p>&nbsp;</p>\n<h3><strong>The Recipes</strong></h3>\n<p>We all know this is really why you are reading this article. Letâ€™s get on with it!</p>\n<p>&nbsp;</p>\n<h4><strong>Recipe No. 1 â€“ from Art of Manliness (imagine a smile emoji here!)</strong></h4>\n<p>Â½ cup water</p>\n<p>Â½ cup witch hazel</p>\n<p>1 tsp. vegetable glycerin</p>\n<p>20 drops geranium oil</p>\n<p>20 drops lemon eucalyptus</p>\n<p>10 drops cedarwood</p>\n<p>10 drops vanilla</p>\n<p>10 drops rosemary</p>\n<p>Add all ingredients to an 8 oz spray bottle and shake well to combine.</p>\n<p>&nbsp;</p>\n<p><strong>Recipe No. 2 â€“ from Art of Manliness</strong></p>\n<p>Â½ cup water</p>\n<p>Â½ cup apple cider vinegar</p>\n<p>1 tsp. vegetable glycerin</p>\n<p>20 drops lemon eucalyptus</p>\n<p>10 drops cedarwood</p>\n<p>10 drops rosemary</p>\n<p>Add all ingredients to an 8 oz spray bottle and shake well to combine.</p>\n<p>&nbsp;</p>\n<p><strong>Recipes for Adults &amp; Kids 10 and up â€“ from One Essential Community</strong></p>\n<p>Into a 4 oz spray bottle, pour:</p>\n<p>2 oz. witch hazel</p>\n<p>2 oz. water</p>\n<p>Then add one of the combos of essential oils below:</p>\n<p>~10 drops geranium, 15 drops lavender, 5 drops patchouli, 10 drops lemongrass, 10 drops citronella</p>\n<p>~15 drops lemongrass, 15 drops eucalyptus, 20 drops citronella</p>\n<p>~20 drops rosemary, 20 drops cedarwood, 10 drops peppermint</p>\n<p>&nbsp;</p>\n<p><strong>Recipes for Kids 3 and up â€“ from One Essential Community</strong></p>\n<p>Into a 4 oz spray bottle, pour:</p>\n<p>2 oz. witch hazel</p>\n<p>2 oz. water</p>\n<p>Then add one of the combos of essential oils below:</p>\n<p>~10 drops lavender, 10 drops citronella</p>\n<p>~8 drops lavender, 5 drops geranium, 7 drops cedarwood</p>\n<p>~5 drops lavender, 5 drops geranium, 2 drops patchouli, 8 drops spearmint</p>\n<p><strong>&nbsp;</strong></p>\n<p><strong>Just a reminderâ€¦</strong></p>\n<p>Just remember that oil and water donâ€™t mix well, so with all recipes, youâ€™ll need to shake the bottle before spraying. Happy mixing!</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p><strong>REFERENCES</strong></p>\n<p><a href=\"https://control-mosquitoes.com/essential-oils-as-tick-repellents/\" target=\"_blank\" rel=\"noopener\">Tick &amp; Mosquito Project</a></p>\n<p><a href=\"https://www.healthline.com/health/essential-oils-for-repelling-ticks#:~:text=Oil%20of%20citronella%20is%20a,the%20most%20effective%20against%20ticks.\" target=\"_blank\" rel=\"noopener\">Thyme &amp; Citronella</a></p>\n<p><a href=\"https://oneessentialcommunity.com/diy-bug-spray-works-kid-safe-options/\" target=\"_blank\" rel=\"noopener\">One Essential Community</a></p>\n<p><a href=\"https://www.artofmanliness.com/articles/how-to-make-your-own-natural-bug-spray/\" target=\"_blank\" rel=\"noopener\">Art of Manliness</a></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p><strong>&nbsp;</strong></p>\n<p><strong>&nbsp;</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p></p>\n<!-- /wp:paragraph -->','DIY Bug Sprays','Herbs & lifestyle choices improve symptoms!','inherit','closed','closed','','1556-revision-v1','','','2021-06-25 17:25:51','2021-06-25 22:25:51','',1556,'https://ruthsnutrition.com/?p=1559',0,'revision','',0),(1560,2,'2021-06-25 17:27:28','2021-06-25 22:27:28','<!-- wp:paragraph -->\n<p><h1>Avoid nasty chemicals by making your own safe, effective bug spray</h1>\n<p><img class=\"alignright size-full wp-image-1557\" src=\"https://ruthsnutrition.com/wp-content/uploads/2021/06/DIY-Bug-Spray-600X.jpeg\" alt=\"\" width=\"600\" height=\"600\">Summerâ€™s here and itâ€™s definitely time for cold drinks, suntan lotion, and bug spray. If youâ€™re not a fan of the sticky, icky-smelling commercial products containing the chemical DEET, you might want to make your own. Itâ€™s neither difficult nor expensive to do.</p>\n<p>&nbsp;</p>\n<h3><strong>The Basics</strong></h3>\n<p>Youâ€™ll need just a few things to start your project. A glass or plastic spray bottle, water (distilled or not), Witch Hazel or vinegar, and one or more essential oils. You might also want to add a little vegetable glycerin to help moisturize your skin. The good news is that most of these supplies are available at Ruthâ€™s!</p>\n<p>&nbsp;</p>\n<h3><strong>The Essential Oils</strong></h3>\n<p>Several essential oils repel insects, especially lemon eucalyptus oil, which studies show is 95% as effective as DEET (and it smells MUCH better!) Other oils to choose from include cedarwood, lavender, citronella, eucalyptus, rosemary, peppermint, geranium, lemongrass and many more.</p>\n<p>Since ticks tend to be more bothersome than mosquitos, studies show these oils make especially effective combos for repelling ticks: thyme and citronella; geranium, lavender, and lemon eucalyptus.</p>\n<p><strong>&nbsp;</strong></p>\n<h3><strong>Consider the Children</strong></h3>\n<p>When it comes to essential oils and little children, greater care is needed. Itâ€™s often best to avoid some oils and generally spray their clothes, not their skin. In children under two years of age, avoid basil, cinnamon bark, clove, eucalyptus, lemon eucalyptus, lemongrass, peppermint, rosemary, sage, tea tree, and thyme.</p>\n<p>&nbsp;</p>\n<h3><strong>The Recipes</strong></h3>\n<p>We all know this is really why you are reading this article. Letâ€™s get on with it!</p>\n<p>&nbsp;</p>\n<h4><strong>Recipe No. 1 â€“ from Art of Manliness (imagine a smile emoji here!)</strong></h4>\n<p>Â½ cup water</p>\n<p>Â½ cup witch hazel</p>\n<p>1 tsp. vegetable glycerin</p>\n<p>20 drops geranium oil</p>\n<p>20 drops lemon eucalyptus</p>\n<p>10 drops cedarwood</p>\n<p>10 drops vanilla</p>\n<p>10 drops rosemary</p>\n<p>Add all ingredients to an 8 oz spray bottle and shake well to combine.</p>\n<p>&nbsp;</p>\n<p><strong>Recipe No. 2 â€“ from Art of Manliness</strong></p>\n<p>Â½ cup water</p>\n<p>Â½ cup apple cider vinegar</p>\n<p>1 tsp. vegetable glycerin</p>\n<p>20 drops lemon eucalyptus</p>\n<p>10 drops cedarwood</p>\n<p>10 drops rosemary</p>\n<p>Add all ingredients to an 8 oz spray bottle and shake well to combine.</p>\n<p>&nbsp;</p>\n<p><strong>Recipes for Adults &amp; Kids 10 and up â€“ from One Essential Community</strong></p>\n<p>Into a 4 oz spray bottle, pour:</p>\n<p>2 oz. witch hazel</p>\n<p>2 oz. water</p>\n<p>Then add one of the combos of essential oils below:</p>\n<p>~10 drops geranium, 15 drops lavender, 5 drops patchouli, 10 drops lemongrass, 10 drops citronella</p>\n<p>~15 drops lemongrass, 15 drops eucalyptus, 20 drops citronella</p>\n<p>~20 drops rosemary, 20 drops cedarwood, 10 drops peppermint</p>\n<p>&nbsp;</p>\n<p><strong>Recipes for Kids 3 and up â€“ from One Essential Community</strong></p>\n<p>Into a 4 oz spray bottle, pour:</p>\n<p>2 oz. witch hazel</p>\n<p>2 oz. water</p>\n<p>Then add one of the combos of essential oils below:</p>\n<p>~10 drops lavender, 10 drops citronella</p>\n<p>~8 drops lavender, 5 drops geranium, 7 drops cedarwood</p>\n<p>~5 drops lavender, 5 drops geranium, 2 drops patchouli, 8 drops spearmint</p>\n<p><strong>&nbsp;</strong></p>\n<p><strong>Just a reminderâ€¦</strong></p>\n<p>Just remember that oil and water donâ€™t mix well, so with all recipes, youâ€™ll need to shake the bottle before spraying. Happy mixing!</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p><strong>REFERENCES</strong></p>\n<p><a href=\"https://control-mosquitoes.com/essential-oils-as-tick-repellents/\" target=\"_blank\" rel=\"noopener\">Tick &amp; Mosquito Project</a></p>\n<p><a href=\"https://www.healthline.com/health/essential-oils-for-repelling-ticks#:~:text=Oil%20of%20citronella%20is%20a,the%20most%20effective%20against%20ticks.\" target=\"_blank\" rel=\"noopener\">Thyme &amp; Citronella</a></p>\n<p><a href=\"https://oneessentialcommunity.com/diy-bug-spray-works-kid-safe-options/\" target=\"_blank\" rel=\"noopener\">One Essential Community</a></p>\n<p><a href=\"https://www.artofmanliness.com/articles/how-to-make-your-own-natural-bug-spray/\" target=\"_blank\" rel=\"noopener\">Art of Manliness</a></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p><strong>&nbsp;</strong></p>\n<p><strong>&nbsp;</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p></p>\n<!-- /wp:paragraph -->','DIY Bug Sprays','Recipes for your own natural bug spray!','inherit','closed','closed','','1556-revision-v1','','','2021-06-25 17:27:28','2021-06-25 22:27:28','',1556,'https://ruthsnutrition.com/?p=1560',0,'revision','',0),(1561,2,'2021-06-25 17:29:44','2021-06-25 22:29:44','<!-- wp:paragraph -->\n<p><h1>Avoid nasty chemicals by making your own safe, effective bug spray</h1> <p><img width=\"600\" height=\"600\" class=\"alignright size-full wp-image-1557\" src=\"https://ruthsnutrition.com/wp-content/uploads/2021/06/DIY-Bug-Spray-600X.jpeg\" alt=\"\">Summerâ€™s here and itâ€™s definitely time for cold drinks, suntan lotion, and bug spray. If youâ€™re not a fan of the sticky, icky-smelling commercial products containing the chemical DEET, you might want to make your own. Itâ€™s neither difficult nor expensive to do.</p> <p>Â </p> <h3><strong>The Basics</strong></h3> <p>Youâ€™ll need just a few things to start your project. A glass or plastic spray bottle, water (distilled or not), Witch Hazel or vinegar, and one or more essential oils. You might also want to add a little vegetable glycerin to help moisturize your skin. The good news is that most of these supplies are available at Ruthâ€™s!</p> <p>Â </p> <h3><strong>The Essential Oils</strong></h3> <p>Several essential oils repel insects, especially lemon eucalyptus oil, which studies show is 95% as effective as DEET (and it smells MUCH better!) Other oils to choose from include cedarwood, lavender, citronella, eucalyptus, rosemary, peppermint, geranium, lemongrass and many more.</p> <p>Since ticks tend to be more bothersome than mosquitos, studies show these oils make especially effective combos for repelling ticks: thyme and citronella; geranium, lavender, and lemon eucalyptus.</p> <p><strong>Â </strong></p> <h3><strong>Consider the Children</strong></h3> <p>When it comes to essential oils and little children, greater care is needed. Itâ€™s often best to avoid some oils and generally spray their clothes, not their skin. In children under two years of age, avoid basil, cinnamon bark, clove, eucalyptus, lemon eucalyptus, lemongrass, peppermint, rosemary, sage, tea tree, and thyme.</p> <p>Â </p> <h3><strong>The Recipes</strong></h3> <p>We all know this is really why you are reading this article. Letâ€™s get on with it!</p> <p>Â </p> <strong>Recipe No. 1 - from Art of Manliness (imagine a smile emoji here!)</strong> <p>Â½ cup water</p> <p>Â½ cup witch hazel</p> <p>1 tsp. vegetable glycerin</p> <p>20 drops geranium oil</p> <p>20 drops lemon eucalyptus</p> <p>10 drops cedarwood</p> <p>10 drops vanilla</p> <p>10 drops rosemary</p> <p>Add all ingredients to an 8 oz spray bottle and shake well to combine.</p> <p>Â </p> <p><strong>Recipe No. 2 â€“ from Art of Manliness</strong></p> <p>Â½ cup water</p> <p>Â½ cup apple cider vinegar</p> <p>1 tsp. vegetable glycerin</p> <p>20 drops lemon eucalyptus</p> <p>10 drops cedarwood</p> <p>10 drops rosemary</p> <p>Add all ingredients to an 8 oz spray bottle and shake well to combine.</p> <p>Â </p> <p><strong>Recipes for Adults &amp; Kids 10 and up â€“ from One Essential Community</strong></p> <p>Into a 4 oz spray bottle, pour:</p> <p>2 oz. witch hazel</p> <p>2 oz. water</p> <p>Then add one of the combos of essential oils below:</p> <p>~10 drops geranium, 15 drops lavender, 5 drops patchouli, 10 drops lemongrass, 10 drops citronella</p> <p>~15 drops lemongrass, 15 drops eucalyptus, 20 drops citronella</p> <p>~20 drops rosemary, 20 drops cedarwood, 10 drops peppermint</p> <p>Â </p> <p><strong>Recipes for Kids 3 and up â€“ from One Essential Community</strong></p> <p>Into a 4 oz spray bottle, pour:</p> <p>2 oz. witch hazel</p> <p>2 oz. water</p> <p>Then add one of the combos of essential oils below:</p> <p>~10 drops lavender, 10 drops citronella</p> <p>~8 drops lavender, 5 drops geranium, 7 drops cedarwood</p> <p>~5 drops lavender, 5 drops geranium, 2 drops patchouli, 8 drops spearmint</p> <p><strong>Â </strong></p> <p><strong>Just a reminderâ€¦</strong></p> <p>Just remember that oil and water donâ€™t mix well, so with all recipes, youâ€™ll need to shake the bottle before spraying. Happy mixing!</p> <p>Â </p> <p>Â </p> <p><strong>REFERENCES</strong></p> <p><a rel=\"noopener\" href=\"https://control-mosquitoes.com/essential-oils-as-tick-repellents/\" target=\"_blank\">Tick &amp; Mosquito Project</a></p> <p><a rel=\"noopener\" href=\"https://www.healthline.com/health/essential-oils-for-repelling-ticks#:~:text=Oil%20of%20citronella%20is%20a,the%20most%20effective%20against%20ticks.\" target=\"_blank\">Thyme &amp; Citronella</a></p> <p><a rel=\"noopener\" href=\"https://oneessentialcommunity.com/diy-bug-spray-works-kid-safe-options/\" target=\"_blank\">One Essential Community</a></p> <p><a rel=\"noopener\" href=\"https://www.artofmanliness.com/articles/how-to-make-your-own-natural-bug-spray/\" target=\"_blank\">Art of Manliness</a></p> <p>Â </p> <p>Â </p> <p>Â </p> <p>Â </p> <p>Â </p> <p>Â </p> <p>Â </p> <p>Â </p> <p>Â </p> <p>Â </p> <p>Â </p> <p>Â </p> <p>Â </p> <p>Â </p> <p>Â </p> <p>Â </p> <p>Â </p> <p>Â </p> <p>Â </p> <p>Â </p> <p>Â </p> <p>Â </p> <p>Â </p> <p>Â </p> <p>Â </p> <p>Â </p> <p>Â </p> <p>Â </p> <p>Â </p> <p>Â </p> <p>Â </p> <p><strong>Â </strong></p> <p><strong>Â </strong></p> <p>Â </p> <p>Â </p> <p>Â </p> <p>Â </p> <p>Â </p> <p>Â </p> <p>Â </p> <p>Â </p> <p>Â </p> <p>Â </p> <p>Â </p> <p>Â </p> <p>Â </p></p>\n<!-- /wp:paragraph -->','DIY Bug Sprays','Recipes for your own natural bug spray!','inherit','closed','closed','','1556-revision-v1','','','2021-06-25 17:29:44','2021-06-25 22:29:44','',1556,'https://ruthsnutrition.com/?p=1561',0,'revision','',0),(1562,2,'2021-06-28 15:17:22','2021-06-28 20:17:22','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h1><strong>Ancient remedy with modern results for arthritis, colitis, asthma &amp; more!</strong></h1>\r\n<p><img class=\"alignright size-full wp-image-1563\" src=\"https://ruthsnutrition.com/wp-content/uploads/2021/06/Boswellia-600X.jpeg\" alt=\"\" width=\"600\" height=\"600\" /></p>\r\n<p>As a medicine, Boswellia has been used since ancient times in both India and China. Boswellia trees are tapped for their fragrant resin, which then hardens a bit into orange brown â€œrocks.â€ You might be familiar with these as Frankincense incense. It all comes from the same tree.</p>\r\n<p>Boswellia resin contains many active compounds, most of which are anti-inflammatory. The most potent compound studied so far is KBA (11-keto-B-boswellic acid), which inhibits the release of leukotrienes that are involved in asthma and many other inflammatory conditions. Another compound is AKBA (3-O-acetyl-11-keto-B-boswellic acid), which has been studied in arthritis, bronchial asthma, chronic colitis, ulcerative colitis, Crohnâ€™s disease, and even cancer.</p>\r\n<p>Because Boswelliaâ€™s main anti-inflammatory pathway is to block leukotrienes, it combines well with turmeric or ginger, which reduce inflammation by different pathways. Together they can pack a powerful anti-inflammatory punch.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Potential Health Benefits</strong></h3>\r\n<p><strong>Rheumatoid Arthritis &amp; Osteoarthritis â€“</strong> The Arthritis Foundation recommends Boswellia because it has â€œanti-inflammatory and analgesic or pain-relieving properties. It also may help prevent cartilage loss and inhibit the autoimmune process.â€</p>\r\n<p>Clinical trials on OA patients using Boswellia extract for three months resulted in significantly improved joint pain and functionality. Patients began feeling significant improvement after just seven days. An Indian study also showed it slowed cartilage damage after three months of use.</p>\r\n<p><strong>Chronic &amp; Ulcerative Colitis â€“</strong> Boswellia traditionally has been used for its wound-healing, anti-ulcer, and anti-diarrhea properties. Modern studies show Boswellia has antioxidant activity and protects the intestinal epithelial barrier from inflammatory damage. In clinical trials, patients with chronic colitis and ulcerative colitis were effectively treated with minimal side effects.</p>\r\n<p><strong>Asthma â€“</strong> Boswellia traditionally has been known for its beneficial effect on the respiratory system and has been used in steam inhalations, baths, and massages for cough, catarrh, bronchitis, and asthma. Modern studies show it blocks leukotriene production, which is a key player in asthma. Small studies show Boswellia improves symptoms of asthma, such as difficulty breathing, wheezing, and the frequency of attacks.</p>\r\n<p><strong>Skin Protection â€“</strong> Creams made with Boswellic acids on facial skin led to significant improvements in photoaging, tactile roughness, fine lines, and elasticity in a small study of women. In another study, a 2% Boswellia extract cream used twice daily for five weeks significantly reduced skin redness and irritation caused by radiotherapy. It decreased the need for cortisone cream by 60%. In another study of patients with psoriasis, scales, or skin irritation, a 2% Boswellic acid cream soothed the skin and improved symptoms 50-70%.</p>\r\n<p><strong>Anticancer Effects â€“</strong> Several animal studies show promising results, though much more study is needed. In vitro, Boswellic acids have anticancer effects, without affecting healthy cells. In animal studies, Boswellia inhibited the growth and metastasis of colorectal, stomach, and breast cancers.</p>\r\n<p>&nbsp;</p>\r\n<h3>Potential Side Effects</h3>\r\n<p>Boswellia has remarkably low toxicity, and is generally considered safe by the FDA. Possible side effects are mild and rare: nausea, heartburn, itching.</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>REFERENCES</strong></p>\r\n<p><strong><a href=\"https://www.sciencedirect.com/science/article/pii/S2221169117304914\" target=\"_blank\" rel=\"noopener\">Science Direct</a></strong></p>\r\n<p><a href=\"https://www.medicalnewstoday.com/articles/326599#side-effects\" target=\"_blank\" rel=\"noopener\"><strong>Medical News Today</strong></a></p>\r\n<p><a href=\"https://www.mskcc.org/cancer-care/integrative-medicine/herbs/boswellia\" target=\"_blank\" rel=\"noopener\"><strong>Sloan Kettering Cancer Center</strong></a><strong>Â </strong></p>\r\n<p><a href=\"https://selfhacked.com/blog/boswellia/\" target=\"_blank\" rel=\"noopener\"><strong>Self-Hacked</strong></a></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Â </strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Boswelllia','Help for arthritis, colitis, asthma, & more!','publish','closed','open','','boswellia','','','2021-06-28 15:17:22','2021-06-28 20:17:22','',0,'https://ruthsnutrition.com/?p=1562',0,'post','',0),(1563,2,'2021-06-28 15:02:35','2021-06-28 20:02:35','','Boswellia 600X','','inherit','open','closed','','boswellia-600x','','','2021-06-28 15:02:35','2021-06-28 20:02:35','',1562,'https://ruthsnutrition.com/wp-content/uploads/2021/06/Boswellia-600X.jpeg',0,'attachment','image/jpeg',0),(1564,2,'2021-06-28 15:15:51','2021-06-28 20:15:51','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h1><strong>Ancient remedy with modern results for arthritis, colitis, asthma &amp; more!</strong></h1>\r\n<p><img class=\"alignright size-full wp-image-1563\" src=\"https://ruthsnutrition.com/wp-content/uploads/2021/06/Boswellia-600X.jpeg\" alt=\"\" width=\"600\" height=\"600\" /></p>\r\n<p>As a medicine, Boswellia has been used since ancient times in both India and China. Boswellia trees are tapped for their fragrant resin, which then hardens a bit into orange brown â€œrocks.â€ You might be familiar with these as Frankincense incense. It all comes from the same tree.</p>\r\n<p>Boswellia resin contains many active compounds, most of which are anti-inflammatory. The most potent compound studied so far is KBA (11-keto-B-boswellic acid), which inhibits the release of leukotrienes that are involved in asthma and many other inflammatory conditions. Another compound is AKBA (3-O-acetyl-11-keto-B-boswellic acid), which has been studied in arthritis, bronchial asthma, chronic colitis, ulcerative colitis, Crohnâ€™s disease, and even cancer.</p>\r\n<p>Because Boswelliaâ€™s main anti-inflammatory pathway is to block leukotrienes, it combines well with turmeric or ginger, which reduce inflammation by different pathways. Together they can pack a powerful anti-inflammatory punch.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Potential Health Benefits</strong></h3>\r\n<p><strong>Rheumatoid Arthritis &amp; Osteoarthritis â€“</strong> The Arthritis Foundation recommends Boswellia because it has â€œanti-inflammatory and analgesic or pain-relieving properties. It also may help prevent cartilage loss and inhibit the autoimmune process.â€</p>\r\n<p>Clinical trials on OA patients using Boswellia extract for three months resulted in significantly improved joint pain and functionality. Patients began feeling significant improvement after just seven days. An Indian study also showed it slowed cartilage damage after three months of use.</p>\r\n<p><strong>Chronic &amp; Ulcerative Colitis â€“</strong> Boswellia traditionally has been used for its wound-healing, anti-ulcer, and anti-diarrhea properties. Modern studies show Boswellia has antioxidant activity and protects the intestinal epithelial barrier from inflammatory damage. In clinical trials, patients with chronic colitis and ulcerative colitis were effectively treated with minimal side effects.</p>\r\n<p><strong>Asthma â€“</strong> Boswellia traditionally has been known for its beneficial effect on the respiratory system and has been used in steam inhalations, baths, and massages for cough, catarrh, bronchitis, and asthma. Modern studies show it blocks leukotriene production, which is a key player in asthma. Small studies show Boswellia improves symptoms of asthma, such as difficulty breathing, wheezing, and the frequency of attacks.</p>\r\n<p><strong>Skin Protection â€“</strong> Creams made with Boswellic acids on facial skin led to significant improvements in photoaging, tactile roughness, fine lines, and elasticity in a small study of women. In another study, a 2% Boswellia extract cream used twice daily for five weeks significantly reduced skin redness and irritation caused by radiotherapy. It decreased the need for cortisone cream by 60%. In another study of patients with psoriasis, scales, or skin irritation, a 2% Boswellic acid cream soothed the skin and improved symptoms 50-70%.</p>\r\n<p><strong>Anticancer Effects â€“</strong> Several animal studies show promising results, though much more study is needed. In vitro, Boswellic acids have anticancer effects, without affecting healthy cells. In animal studies, Boswellia inhibited the growth and metastasis of colorectal, stomach, and breast cancers.</p>\r\n<p>&nbsp;</p>\r\n<h3>Potential Side Effects</h3>\r\n<p>Boswellia has remarkably low toxicity, and is generally considered safe by the FDA. Possible side effects are mild and rare: nausea, heartburn, itching.</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>REFERENCES</strong></p>\r\n<p><strong><a href=\"https://www.sciencedirect.com/science/article/pii/S2221169117304914\" target=\"_blank\" rel=\"noopener\">Science Direct</a></strong></p>\r\n<p><a href=\"https://www.medicalnewstoday.com/articles/326599#side-effects\" target=\"_blank\" rel=\"noopener\"><strong>Medical News Today</strong></a></p>\r\n<p><a href=\"https://www.mskcc.org/cancer-care/integrative-medicine/herbs/boswellia\" target=\"_blank\" rel=\"noopener\"><strong>Sloan Kettering Cancer Center</strong></a><strong>Â </strong></p>\r\n<p><a href=\"https://selfhacked.com/blog/boswellia/\" target=\"_blank\" rel=\"noopener\"><strong>Self-Hacked</strong></a></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Â </strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Boswelllia','Help for arthritis, colitis, asthma, & more!','inherit','closed','closed','','1562-revision-v1','','','2021-06-28 15:15:51','2021-06-28 20:15:51','',1562,'https://ruthsnutrition.com/?p=1564',0,'revision','',0),(1566,2,'2021-07-29 10:36:02','2021-07-29 15:36:02','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h1><strong>Register to win this POLAROID NOW i-Type Camera, film &amp; case!</strong></h1>\r\n<p><img class=\"alignright wp-image-1567 size-full\" src=\"https://ruthsnutrition.com/wp-content/uploads/2021/07/CameraPromo-600X.jpeg\" alt=\"\" width=\"600\" height=\"450\" /></p>\r\n<h3>Ruth\'s is taking photography Old School this month with our latest major prize drawing. Just for registering you could win a new Polaroid NOW i-Type Camera, complete with film and carrying case!<br /><br />Point, shoot, and keep: itâ€™s that simple with the Polaroid Now. This series is an evolution of the original Polaroid OneStep cameras from the â€˜70s that made photography effortless for everyone. The Now takes that simplicity and adds greater creative control,Â clean design and vibrant color to make it more than a moment maker â€” but a life accessory.<br /><br />Not only that but you canÂ increase your chances of winning by following us on Instagram. Do that, and we\'ll give you anÂ additional entry! How easyÂ is that?!Â <br /><br />Capture the beauty of your loved ones, and make it a year to remember! So come see us and register soon! Drawing is Tuesday, August 31.</h3>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Â </strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Camera contest!','Register to win a new POLAROID NOW i-TYPE Camera!','publish','closed','open','','camera-contest','','','2021-07-29 10:36:02','2021-07-29 15:36:02','',0,'https://ruthsnutrition.com/?p=1566',0,'post','',0),(1567,2,'2021-07-29 10:31:22','2021-07-29 15:31:22','','CameraPromo 600X','','inherit','open','closed','','camerapromo-600x','','','2021-07-29 10:31:22','2021-07-29 15:31:22','',1566,'https://ruthsnutrition.com/wp-content/uploads/2021/07/CameraPromo-600X.jpeg',0,'attachment','image/jpeg',0),(1568,2,'2021-07-29 10:35:14','2021-07-29 15:35:14','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h1><strong>Register to win this POLAROID NOW i-Type Camera, film &amp; case!</strong></h1>\r\n<p><img class=\"alignright wp-image-1567 size-full\" src=\"https://ruthsnutrition.com/wp-content/uploads/2021/07/CameraPromo-600X.jpeg\" alt=\"\" width=\"600\" height=\"450\" /></p>\r\n<h3>Ruth\'s is taking photography Old School this month with our latest major prize drawing. Just for registering you could win a new Polaroid NOW i-Type Camera, complete with film and carrying case!<br /><br />Point, shoot, and keep: itâ€™s that simple with the Polaroid Now. This series is an evolution of the original Polaroid OneStep cameras from the â€˜70s that made photography effortless for everyone. The Now takes that simplicity and adds greater creative control,Â clean design and vibrant color to make it more than a moment maker â€” but a life accessory.<br /><br />Not only that but you canÂ increase your chances of winning by following us on Instagram. Do that, and we\'ll give you anÂ additional entry! How easyÂ is that?!Â <br /><br />Capture the beauty of your loved ones, and make it a year to remember! So come see us and register soon! Drawing is Tuesday, August 31.</h3>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Â </strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Camera contest!','Register to win a new POLAROID NOW i-TYPE Camera!','inherit','closed','closed','','1566-revision-v1','','','2021-07-29 10:35:14','2021-07-29 15:35:14','',1566,'https://ruthsnutrition.com/?p=1568',0,'revision','',0),(1569,2,'2021-07-29 11:08:35','2021-07-29 16:08:35','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h1><strong>Please welcome Ruth\'s newest employee, Alana Sereno!</strong></h1>\r\n<h3><img class=\"alignright wp-image-1570 size-full\" src=\"https://ruthsnutrition.com/wp-content/uploads/2021/07/Alana-Sereno-600X.jpeg\" alt=\"\" width=\"600\" height=\"626\" /><strong>Alana recently moved to Alabama to begin her studies in Herbalism at the Appalachian Center for Natural Health with Phyllis Light. She enjoys connecting with clients and looks forward to growing her knowledge of holistic health! Please come say hello!</strong></h3>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Â </strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Welcome, Alana!','Please welcome Ruth\'s newest employee!','publish','closed','open','','welcome-alana','','','2021-07-29 11:09:52','2021-07-29 16:09:52','',0,'https://ruthsnutrition.com/?p=1569',0,'post','',0),(1570,2,'2021-07-29 11:05:23','2021-07-29 16:05:23','','Alana Sereno 600X','','inherit','open','closed','','alana-sereno-600x','','','2021-07-29 11:05:23','2021-07-29 16:05:23','',1569,'https://ruthsnutrition.com/wp-content/uploads/2021/07/Alana-Sereno-600X.jpeg',0,'attachment','image/jpeg',0),(1571,2,'2021-07-29 11:08:10','2021-07-29 16:08:10','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h1><strong>Please welcome Ruth\'s newest employee, Alana Sereno!</strong></h1>\r\n<h3><img class=\"alignright wp-image-1570 size-full\" src=\"https://ruthsnutrition.com/wp-content/uploads/2021/07/Alana-Sereno-600X.jpeg\" alt=\"\" width=\"600\" height=\"626\" /><strong>Alana recently moved to Alabama to begin her studies in Herbalism at the Appalachian Center for Natural Health with Phyllis Light. She enjoys connecting with clients and looks forward to growing her knowledge of holistic health! Please come say hello!</strong></h3>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Â </strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Welcome, Alana!','Please welcome Ruth\'s newest employee!','inherit','closed','closed','','1569-revision-v1','','','2021-07-29 11:08:10','2021-07-29 16:08:10','',1569,'https://ruthsnutrition.com/?p=1571',0,'revision','',0),(1573,2,'2021-07-30 13:10:27','2021-07-30 18:10:27','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h1><strong>We\'ve got a guide to help you and your family hit the books with ease!</strong></h1>\r\n[caption id=\"attachment_1574\" align=\"alignright\" width=\"600\"]<img class=\"wp-image-1574 size-full\" src=\"https://ruthsnutrition.com/wp-content/uploads/2021/07/BacktoSchool-600X.jpeg\" alt=\"\" width=\"600\" height=\"450\" /> Back to school supplies. Isolated.[/caption]\r\n<p>School starts in the blink of an eye, ready or not. With it comes a faster pace for teacher, parent and child, along with more stress, more mental demands, more challenges to everyoneâ€™s immunity. Just to make this hectic time a bit easier, weâ€™ve put together a little guide to supplements that can help make this transition time go more smoothly.</p>\r\n<h3>Â </h3>\r\n<h2><strong>Toning Immunity</strong></h2>\r\n<p>With the Delta variant of COVID-19 still lingering about and cases on the rise â€“ not to mention the coming cold and flu season â€“ keeping your immune system prepped and ready is a life-saver.</p>\r\n<h4>Â </h4>\r\n<h3><strong>Daycare Defense for Babes</strong></h3>\r\n<p>Babyâ€™s special needs are in a category all of their own.</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Garden of Life Baby Multivitamin Liquid â€“ </strong>13 essential vitamins and minerals from certified organic real food.</p>\r\n<p><strong>Garden of Life Baby Probiotic Liquid â€“ </strong>4 billion CFU from 7 probiotic strains for babyâ€™s colic, digestion, and immunity. Certified USDA organic.</p>\r\n<p><strong>Garden of Life Baby Vitamin C Liquid â€“ </strong>From certified organic real food, and free from artificial flavors, sweeteners, dyes, and chemicals.</p>\r\n<p><strong>Garden of Life Baby Vitamin D3 Liquid â€“ </strong>600 IU vitamin D3 for babyâ€™s bones and immune system. Certified USDA organic.</p>\r\n<p><strong>Garden of Life Baby Plant DHA Liquid â€“ </strong>600 mg DHA for babyâ€™s brain and eyes. Certified USDA organic.</p>\r\n<p><strong>Garden of Life Baby Gripe Water â€“ </strong>For Babyâ€™s colic, gas, and stomach discomfort. Certified USDA organic.</p>\r\n<p><strong>Â </strong></p>\r\n<h3><strong>Kids</strong></h3>\r\n<p><strong>Nordic Naturals Zero Sugar Multi Gummies â€“ </strong>Delicious orange-lemon gummy multivitamin with zero grams of sugar. For ages 4 +.</p>\r\n<p><strong>KAL Multisaurus Organic Multivitamin Gummies â€“ </strong>With 11 essential vitamins and minerals in a very tasty serving. Lemon, Orange, and Strawberry flavors.</p>\r\n<p><strong>Garden of Life Elderberry Gummies or Syrup â€“ </strong>Made from Black Elderberry, Aronia Berry, and Acerola Cherry. Certified USDA Organic.</p>\r\n<p><strong>KAL Vitamin C Rex Gummies â€“ </strong>250 mg of vitamin C in each delicious orange flavored gummy.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Adults</strong></h3>\r\n<p><strong>Pure Encapsulations O.N.E. Multivitamin â€“ </strong>Provides vitamins A, B, C, D (2000 IU), and E in highly available forms; antioxidant complex that includes alpha lipoic acid and CoQ10. Choline and inositol for healthy cognitive function. All in just one capsule.</p>\r\n<p><strong>Nordic Natural Immune Daily Defense â€“ </strong>Delivers product convenience and immune support with significant doses of European Black Elderberry, vitamins C and D, and zinc glycinate, in every serving.</p>\r\n<p><strong>Gaia Herbs Black Elderberry Syrup â€“ </strong>This USDA Certified Organic syrup is made with only organic Elderberries, fresh-pressed shortly after harvest, and it concentrates the juice from 14.5 grams of Elderberries into a single, tasty teaspoon.</p>\r\n<p><strong>Solaray ImmuFight Respiratory Support â€“</strong> This comprehensive respiratory formula is formulated with prebiotics, probiotics, vitamins, minerals, and herbal extracts to provide bronchial and lung support when needed.</p>\r\n<p><strong>Xlear Nasal Spray â€“ </strong>Safely and effectively alleviate congestion, dry sinuses, and irritated nasal tissues. (<a href=\"https://www.pharmacytimes.com/view/review-confirms-nasal-hygiene-measures-are-effective-to-protect-against-covid-19\" target=\"_blank\" rel=\"noopener\">A small study</a> found nasal sprays with xylitol and grapeseed extract helpful for reducing symptoms of COVID-19.)Â </p>\r\n<p><strong>Bluebonnet Zinc Lozenges â€“ </strong>Orange flavored and sweetened with EarthSweetâ„¢, an all-natural sweetening mix of juice concentrates and cane crystals. Each lozenge contains 15 mg of Zinc from Zinc Gluconate and Zinc Citrate, plus 100 mg of Vitamin C.</p>\r\n<p><strong>Bluebonnet Super Quercetin â€“ </strong>Contains a combination of Quercetin, Vitamin C, Rose Hips, Acerola, Citrus Bioflavinoids, Hesperidin, Rutin, and Pineapple Bromelain for better absorption. <a href=\"https://www.medrxiv.org/content/10.1101/2020.12.22.20245993v1.full\" target=\"_blank\" rel=\"noopener\">Quercetin is being studied</a> as a beneficial agent when treating COVID-19.</p>\r\n<p>&nbsp;</p>\r\n<h2><strong>Honing Focus</strong></h2>\r\n<p>Getting ready to take in a boatload of new information requires a brain able to concentrate and focus. By adding a few key supplements, you can up your game.</p>\r\n<h3>Â </h3>\r\n<h3><strong>Kids</strong></h3>\r\n<p><strong>Solaray Focus for Children â€“ </strong>Grape chewable packed with brain support such as, phosphatidylserine, grape seed extract, L-tyrosine, 5-HTP, and DMAE.</p>\r\n<p><strong>Newton Homeopathic Kids Mental Focus â€“</strong> This ingredient-packed liquid formula is safe for any age.</p>\r\n<p><strong>Bach Remedies Clematis Have Focus Liquid â€“ </strong>Safe for any age, Clematis encourages the positive potential to find concentration, and stay focused on the task at hand.<strong>Â </strong></p>\r\n<p><strong>Bach Remedies Scleranthus Be Decisive Liquid â€“</strong> Scleranthus encourages the positive potential of certainty and decisiveness. For those who are viewed as unreliable, moody, and often change their mind when making decisions between two possibilities. Safe for any age.</p>\r\n<h3>Â </h3>\r\n<h3><strong>Adults </strong></h3>\r\n<p><strong>Blue Bonnet Power Thought â€“ </strong>These caplets contain a combination of vitamins, minerals, and specialty nutrients for the brain, including phosphatidylserine, phosphatidylcholine, DMAE, Ginkgo Biloba, and L-tyrosine.</p>\r\n<p><strong>Solaray Focus for Adults â€“ </strong>This potent formula contains L-tyrosine, grape seed extract, GABA, phosphatidylserine, 5-HTP, and more.</p>\r\n<p><strong>Solary Sharp Mind â€“ </strong>These Vegcaps contain a powerful blend of Ginkgo leaf, L-dopa, huperzine A, Catâ€™s Claw, Horse Chestnut, and phosphatidylserine.</p>\r\n<p><strong>Gaia Herbs Nootropic Focus â€“ </strong>Support healthy concentration with these vegan liquid phyto-caps. Made with a revitalizing blend of Saffron, Ginkgo, Lemon Balm, and Spearmint.</p>\r\n<p>&nbsp;</p>\r\n<h2><strong>Calming Stress</strong></h2>\r\n<p>Letâ€™s face it, ALL of us have had a very stressful year, and starting school again only compounds the angst. Thank goodness herbs, minerals, and supplements can combine for some highly effective â€œchill pills.â€</p>\r\n<h3>Â </h3>\r\n<h3><strong>Kids</strong></h3>\r\n<p><strong>Gaia Kids Calm Support Liquid â€“</strong> Doctor-formulated, Calm Support blends great taste with California Poppy, Lavender, Passionflower, Vervain, and Lemon Balm.</p>\r\n<p><strong>Natureâ€™s Plus Animal Parade Mag Kids â€“ </strong>Available in yummy cherry powder or cherry chewables, the magnesium in Mag Kids calms while supporting healthy bones and minimizing muscle cramps. Sweetened with xylitol.</p>\r\n<p><strong>Bach Rescue Pastilles â€“ </strong>For days when you feel you are always two steps behind and need a little help to decompress. Black cherry current flavor, each calming pastille contains one dose of Rescue Remedy. Consider if age-appropriate before use.</p>\r\n<p><strong>Â </strong></p>\r\n<h3><strong>Adults</strong></h3>\r\n<p><strong>Natural Vitality Calm â€“ </strong>Available in gummies or powder, Calm magnesium has been aiding relaxation since 1982. Choose from orange or raspberry/lemon flavors.</p>\r\n<p><strong>Solaray Magnesium â€“ </strong>Choose from 400 mg magnesium glycinate Vegcaps (less laxative) or 400 mg magnesium citrate Vegcaps (more laxative). Calming magnesium provides nutritive support for a healthy heart, muscle, nerve, and circulatory function.</p>\r\n<p><strong>KAL Gaba ActivMelt â€“ </strong>This natural cherry flavored micro tablet melts quickly in the mouth and is designed for optimal absorption in the body. GABA is intended to provide nutritive support for relaxation.</p>\r\n<p><strong>KAL L-theanine â€“ </strong>This pineapple dream flavored micro tablet melts quickly in the mouth and is designed for optimal absorption in the body. L-theanine is a water-soluble amino acid studied for its reputed role in providing nutritive support during times of stress.</p>\r\n<p><strong>Source Naturals Theanine Serine â€“ </strong>This tablet is a broad formula that is one of our most popular products for anxiety. It contains L-theanine to support relaxation and focused attention, and the calming neurotransmitter GABA. Taurine can support the movement of potassium out of neurons, which may help prevent overexcitation of neurons. It also features magnesium to support muscle and nerve relaxation, and calming Holy Basil Leaf extract to gently soothe away the tension in your body.</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Â </strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Ready for school?','Our guide will help you hit the books with ease!','publish','closed','open','','ready-for-school','','','2021-07-30 13:10:27','2021-07-30 18:10:27','',0,'https://ruthsnutrition.com/?p=1573',0,'post','',0),(1574,2,'2021-07-30 12:42:28','2021-07-30 17:42:28','','Back to school supplies.','Back to school supplies. Isolated.','inherit','open','closed','','back-to-school-supplies','','','2021-07-30 12:42:28','2021-07-30 17:42:28','',1573,'https://ruthsnutrition.com/wp-content/uploads/2021/07/BacktoSchool-600X.jpeg',0,'attachment','image/jpeg',0),(1575,2,'2021-07-30 12:47:44','2021-07-30 17:47:44','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h1><strong>We\'ve got a guide to help you hit the books with ease!</strong></h1>\r\n[caption id=\"attachment_1574\" align=\"alignright\" width=\"600\"]<img class=\"wp-image-1574 size-full\" src=\"https://ruthsnutrition.com/wp-content/uploads/2021/07/BacktoSchool-600X.jpeg\" alt=\"\" width=\"600\" height=\"450\" /> Back to school supplies. Isolated.[/caption]\r\n<p>School starts in the blink of an eye, ready or not. With it comes a faster pace for teacher, parent and child, along with more stress, more mental demands, more challenges to everyoneâ€™s immunity. Just to make this hectic time a bit easier, weâ€™ve put together a little guide to supplements that can help make this transition time go more smoothly.</p>\r\n<h3>Â </h3>\r\n<h3><strong>Toning Immunity</strong></h3>\r\n<p>With the Delta variant of COVID-19 still lingering about and cases on the rise â€“ not to mention the coming cold and flu season â€“ keeping your immune system prepped and ready is a life-saver.</p>\r\n<h4>Â </h4>\r\n<h4><strong>Daycare Defense</strong></h4>\r\n<p>Babyâ€™s special needs are in a category all of their own.</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Garden of Life Baby Multivitamin Liquid â€“ </strong>13 essential vitamins and mineral from certified organic real food.</p>\r\n<p><strong>Garden of Life Baby Probiotic Liquid â€“ </strong>4 billion CFU from 7 probiotic strains for babyâ€™s colic, digestion, and immunity. Certified USDA organic.</p>\r\n<p><strong>Garden of Life Baby Vitamin C Liquid â€“ </strong>From certified organic real food, and free from artificial flavors, sweeteners, dyes, and chemicals.</p>\r\n<p><strong>Garden of Life Baby Vitamin D3 Liquid â€“ </strong>600 IU vitamin D3 for babyâ€™s bones and immune system. Certified USDA organic.</p>\r\n<p><strong>Garden of Life Baby Plant DHA Liquid â€“ </strong>600 mg DHA for babyâ€™s brain and eyes. Certified USDA organic.</p>\r\n<p><strong>Garden of Life Baby Gripe Water â€“ </strong>For Babyâ€™s colic, gas, and stomach discomfort. Certified USDA organic.</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Kids</strong></p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Nordic Naturals Zero Sugar Multi Gummies â€“ </strong>Delicious orange-lemon gummy multivitamin with zero grams of sugar. For ages 4 +.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>KAL Multisaurus Multivitamins â€“ </strong>With 11 essential vitamins and minerals in very tasty serving. Lemon, Orange, and Strawberry flavors.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Garden of Life Elderberry Gummies or Syrup â€“ </strong>Made from Black Elderberry, Aronia Berry, and Acerola Cherry. Certified USDA Organic.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>KAL Vitamin C Rex Gummies â€“ </strong>250 mg of vitamin C in each delicious orange flavored gummy.</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Adults</strong></p>\r\n<p><strong>Pure Encapsulations O.N.E. Multivitamin â€“ </strong>Provides vitamins A, B, C, D (2000 IU), and E in highly available forms; antioxidant complex that includes alpha lipoic acid and CoQ10. Choline and inositol for healthy cognitive function.</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Nordic Natural Immune Daily Defense â€“ </strong>Delivers product convenience and immune support with significant doses of European Black Elderberry, vitamins C and D, and zinc glycinate, in every serving.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Gaia Herbs Black Elderberry Syrup â€“ </strong>This Certified Organic syrup is made with only organic Elderberries, fresh-pressed shortly after harvest, and it concentrates the juice from 14.5 grams of Elderberries into a single, tasty teaspoon.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Solaray ImmuFight Respiratory Support â€“</strong> This comprehensive respiratory formula is formulated with prebiotics, probiotics, vitamins, minerals, and herbal extracts to provide bronchial and lung support when needed.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Xlear Nasal Spray â€“ </strong>Safely and effectively alleviate congestion, dry sinuses, and irritated nasal tissues. A small study found nasal sprays with xylitol and grapeseed extract helpful for reducing symptoms of COVID-19 (link to: https://www.pharmacytimes.com/view/review-confirms-nasal-hygiene-measures-are-effective-to-protect-against-covid-19)</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Bluebonnet Zinc Lozenges â€“ </strong>Orange flavored and sweetened with EarthSweetâ„¢, an all-natural sweetening mix of juice concentrates and cane crystals. Each lozenge contains 15 mg of Zinc from Zinc Gluconate and Zinc Citrate, plus 100 mg of Vitamin C.</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Bluebonnet Super Quercetin â€“ </strong>Contains a combination of Quercetin, Vitamin C, Rose Hips, Acerola, Citrus Bioflavinoids, Hesperidin, Rutin, and Pineapple Bromelain for better absorption. Quercetin is being studied as a beneficial agent when treating COVID-19 (link to: https://www.medrxiv.org/content/10.1101/2020.12.22.20245993v1.full)</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Honing Focus</strong></p>\r\n<p>Getting ready to take in a boatload of new information requires a brain able to concentrate and focus. By adding a few key supplements, you can up your game.</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Kids</strong></p>\r\n<p><strong>Solaray Focus for Children â€“ </strong>Grape chewable packed with brain support such as, phosphatidylserine, grape seed extract, L-tyrosine, 5-HTP, and DMAE.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Newton Homeopathic Kids Mental Focus â€“</strong> This ingredient-packed liquid formula is safe for any age.</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Bach Remedy Clematis Have Focus Liquid â€“ </strong>Safe for any age, Clematis encourages the positive potential to find concentration, and stay focused on the task at hand.</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Bach Remedy Scleranthus Be Decisive Liquid â€“</strong> Scleranthus encourages the positive potential of certainty and decisiveness. For those who are viewed as unreliable, moody, and often change their mind when making decisions between two possibilities. Safe for any age.</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Adults </strong></p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Blue Bonnet Power Thought â€“ </strong>These caplets contain a combination of vitamins, minerals, and specialty nutrients for the brain, including phosphatidylserine, phosphatidylcholine, DMAE, Ginkgo Biloba, and L-tyrosine.</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Solaray Focus for Adults â€“ </strong>This potent formula contains L-tyrosine, grape seed extract, GABA, phosphatidylserine, 5-HTP, and more.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Solary Sharp Mind â€“ </strong>These Vegcaps contain a powerful blend of Ginkgo lea, L-dopa, huperzine A, Catâ€™s Claw, Horse Chestnut, and phosphatidylserine.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Gaia Herbs Nootropic Focus â€“ </strong>Support healthy concentration with these vegan liquid phyto-caps. Made with a revitalizing blend of Saffron, Ginkgo, Lemon Balm, and Spearmint.</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Calming Stress</strong></p>\r\n<p>Letâ€™s face it, ALL of us have had a very stressful year, and starting school again only compounds the angst. Thank goodness herbs, minerals, and supplements can combine for some highly effective â€œchill pills.â€</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Kids</strong></p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Gaia Kids Calm Support Liquid â€“</strong> Doctor-formulated, Calm Support blends great taste with California Poppy, Lavender, Passionflower, Vervain, and Lemon Balm.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Natureâ€™s Plus Animal Parade Mag Kids â€“ </strong>Available in yummy cherry powder or cherry chewables, the magnesium in Mag Kids calms while supporting healthy bones and minimizing muscle cramps. Sweetened with xylitol.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Bach Rescue Pastilles â€“ </strong>For days when you feel you are always two steps behind and need a little help to decompress. Black cherry current flavor, each calming pastille contains one dose of Rescue Remedy. Consider if age-appropriate before use.</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Adult</strong></p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Natural Vitality Calm â€“ </strong>Available in gummies or powder, Calm magnesium has been aiding relaxation since 1982. Choose from orange or raspberry/lemon flavors.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Solaray Magnesium â€“ </strong>Choose from 400 mg magnesium glycinate Vegcaps (less laxative) or 400 mg magnesium citrate Vegcaps (more laxative). Calming magnesium provides nutritive support for a healthy heart, muscle, nerve, and circulatory function.</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>KAL Gaba ActivMelt â€“ </strong>This natural cherry flavored micro tablet melts quickly in the mouth and is designed for optimal absorption in the body. GABA is intended to provide nutritive support for relaxation.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>KAL L-Theanine â€“ </strong>This pineapple dream flavored micro tablet melts quickly in the mouth and is designed for optimal absorption in the body. L-theanine is a water-soluble amino acid studied for its reputed role in providing nutritive support during times of stress.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Source Naturals Theanine Serine â€“ </strong>This tablet is a broad formula that is one of our most popular products for anxiety. It contains L-theanine to support relaxation and focused attention, and the calming neurotransmitter GABA. Taurine can support the movement of potassium out of neurons, which may help prevent overexcitation of neurons. It also features magnesium to support muscle and nerve relaxation, and calming Holy Basil Leaf extract to gently soothe away the tension in your body.</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Â </strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Ready for school?','Our guide will help you hit the books with ease!','inherit','closed','closed','','1573-revision-v1','','','2021-07-30 12:47:44','2021-07-30 17:47:44','',1573,'https://ruthsnutrition.com/?p=1575',0,'revision','',0),(1576,2,'2021-07-30 12:48:23','2021-07-30 17:48:23','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h1><strong>We\'ve got a guide to help you and your family hit the books with ease!</strong></h1>\r\n[caption id=\"attachment_1574\" align=\"alignright\" width=\"600\"]<img class=\"wp-image-1574 size-full\" src=\"https://ruthsnutrition.com/wp-content/uploads/2021/07/BacktoSchool-600X.jpeg\" alt=\"\" width=\"600\" height=\"450\" /> Back to school supplies. Isolated.[/caption]\r\n<p>School starts in the blink of an eye, ready or not. With it comes a faster pace for teacher, parent and child, along with more stress, more mental demands, more challenges to everyoneâ€™s immunity. Just to make this hectic time a bit easier, weâ€™ve put together a little guide to supplements that can help make this transition time go more smoothly.</p>\r\n<h3>Â </h3>\r\n<h3><strong>Toning Immunity</strong></h3>\r\n<p>With the Delta variant of COVID-19 still lingering about and cases on the rise â€“ not to mention the coming cold and flu season â€“ keeping your immune system prepped and ready is a life-saver.</p>\r\n<h4>Â </h4>\r\n<h4><strong>Daycare Defense</strong></h4>\r\n<p>Babyâ€™s special needs are in a category all of their own.</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Garden of Life Baby Multivitamin Liquid â€“ </strong>13 essential vitamins and mineral from certified organic real food.</p>\r\n<p><strong>Garden of Life Baby Probiotic Liquid â€“ </strong>4 billion CFU from 7 probiotic strains for babyâ€™s colic, digestion, and immunity. Certified USDA organic.</p>\r\n<p><strong>Garden of Life Baby Vitamin C Liquid â€“ </strong>From certified organic real food, and free from artificial flavors, sweeteners, dyes, and chemicals.</p>\r\n<p><strong>Garden of Life Baby Vitamin D3 Liquid â€“ </strong>600 IU vitamin D3 for babyâ€™s bones and immune system. Certified USDA organic.</p>\r\n<p><strong>Garden of Life Baby Plant DHA Liquid â€“ </strong>600 mg DHA for babyâ€™s brain and eyes. Certified USDA organic.</p>\r\n<p><strong>Garden of Life Baby Gripe Water â€“ </strong>For Babyâ€™s colic, gas, and stomach discomfort. Certified USDA organic.</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Kids</strong></p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Nordic Naturals Zero Sugar Multi Gummies â€“ </strong>Delicious orange-lemon gummy multivitamin with zero grams of sugar. For ages 4 +.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>KAL Multisaurus Multivitamins â€“ </strong>With 11 essential vitamins and minerals in very tasty serving. Lemon, Orange, and Strawberry flavors.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Garden of Life Elderberry Gummies or Syrup â€“ </strong>Made from Black Elderberry, Aronia Berry, and Acerola Cherry. Certified USDA Organic.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>KAL Vitamin C Rex Gummies â€“ </strong>250 mg of vitamin C in each delicious orange flavored gummy.</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Adults</strong></p>\r\n<p><strong>Pure Encapsulations O.N.E. Multivitamin â€“ </strong>Provides vitamins A, B, C, D (2000 IU), and E in highly available forms; antioxidant complex that includes alpha lipoic acid and CoQ10. Choline and inositol for healthy cognitive function.</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Nordic Natural Immune Daily Defense â€“ </strong>Delivers product convenience and immune support with significant doses of European Black Elderberry, vitamins C and D, and zinc glycinate, in every serving.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Gaia Herbs Black Elderberry Syrup â€“ </strong>This Certified Organic syrup is made with only organic Elderberries, fresh-pressed shortly after harvest, and it concentrates the juice from 14.5 grams of Elderberries into a single, tasty teaspoon.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Solaray ImmuFight Respiratory Support â€“</strong> This comprehensive respiratory formula is formulated with prebiotics, probiotics, vitamins, minerals, and herbal extracts to provide bronchial and lung support when needed.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Xlear Nasal Spray â€“ </strong>Safely and effectively alleviate congestion, dry sinuses, and irritated nasal tissues. A small study found nasal sprays with xylitol and grapeseed extract helpful for reducing symptoms of COVID-19 (link to: https://www.pharmacytimes.com/view/review-confirms-nasal-hygiene-measures-are-effective-to-protect-against-covid-19)</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Bluebonnet Zinc Lozenges â€“ </strong>Orange flavored and sweetened with EarthSweetâ„¢, an all-natural sweetening mix of juice concentrates and cane crystals. Each lozenge contains 15 mg of Zinc from Zinc Gluconate and Zinc Citrate, plus 100 mg of Vitamin C.</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Bluebonnet Super Quercetin â€“ </strong>Contains a combination of Quercetin, Vitamin C, Rose Hips, Acerola, Citrus Bioflavinoids, Hesperidin, Rutin, and Pineapple Bromelain for better absorption. Quercetin is being studied as a beneficial agent when treating COVID-19 (link to: https://www.medrxiv.org/content/10.1101/2020.12.22.20245993v1.full)</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Honing Focus</strong></p>\r\n<p>Getting ready to take in a boatload of new information requires a brain able to concentrate and focus. By adding a few key supplements, you can up your game.</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Kids</strong></p>\r\n<p><strong>Solaray Focus for Children â€“ </strong>Grape chewable packed with brain support such as, phosphatidylserine, grape seed extract, L-tyrosine, 5-HTP, and DMAE.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Newton Homeopathic Kids Mental Focus â€“</strong> This ingredient-packed liquid formula is safe for any age.</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Bach Remedy Clematis Have Focus Liquid â€“ </strong>Safe for any age, Clematis encourages the positive potential to find concentration, and stay focused on the task at hand.</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Bach Remedy Scleranthus Be Decisive Liquid â€“</strong> Scleranthus encourages the positive potential of certainty and decisiveness. For those who are viewed as unreliable, moody, and often change their mind when making decisions between two possibilities. Safe for any age.</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Adults </strong></p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Blue Bonnet Power Thought â€“ </strong>These caplets contain a combination of vitamins, minerals, and specialty nutrients for the brain, including phosphatidylserine, phosphatidylcholine, DMAE, Ginkgo Biloba, and L-tyrosine.</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Solaray Focus for Adults â€“ </strong>This potent formula contains L-tyrosine, grape seed extract, GABA, phosphatidylserine, 5-HTP, and more.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Solary Sharp Mind â€“ </strong>These Vegcaps contain a powerful blend of Ginkgo lea, L-dopa, huperzine A, Catâ€™s Claw, Horse Chestnut, and phosphatidylserine.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Gaia Herbs Nootropic Focus â€“ </strong>Support healthy concentration with these vegan liquid phyto-caps. Made with a revitalizing blend of Saffron, Ginkgo, Lemon Balm, and Spearmint.</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Calming Stress</strong></p>\r\n<p>Letâ€™s face it, ALL of us have had a very stressful year, and starting school again only compounds the angst. Thank goodness herbs, minerals, and supplements can combine for some highly effective â€œchill pills.â€</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Kids</strong></p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Gaia Kids Calm Support Liquid â€“</strong> Doctor-formulated, Calm Support blends great taste with California Poppy, Lavender, Passionflower, Vervain, and Lemon Balm.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Natureâ€™s Plus Animal Parade Mag Kids â€“ </strong>Available in yummy cherry powder or cherry chewables, the magnesium in Mag Kids calms while supporting healthy bones and minimizing muscle cramps. Sweetened with xylitol.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Bach Rescue Pastilles â€“ </strong>For days when you feel you are always two steps behind and need a little help to decompress. Black cherry current flavor, each calming pastille contains one dose of Rescue Remedy. Consider if age-appropriate before use.</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Adult</strong></p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Natural Vitality Calm â€“ </strong>Available in gummies or powder, Calm magnesium has been aiding relaxation since 1982. Choose from orange or raspberry/lemon flavors.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Solaray Magnesium â€“ </strong>Choose from 400 mg magnesium glycinate Vegcaps (less laxative) or 400 mg magnesium citrate Vegcaps (more laxative). Calming magnesium provides nutritive support for a healthy heart, muscle, nerve, and circulatory function.</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>KAL Gaba ActivMelt â€“ </strong>This natural cherry flavored micro tablet melts quickly in the mouth and is designed for optimal absorption in the body. GABA is intended to provide nutritive support for relaxation.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>KAL L-Theanine â€“ </strong>This pineapple dream flavored micro tablet melts quickly in the mouth and is designed for optimal absorption in the body. L-theanine is a water-soluble amino acid studied for its reputed role in providing nutritive support during times of stress.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Source Naturals Theanine Serine â€“ </strong>This tablet is a broad formula that is one of our most popular products for anxiety. It contains L-theanine to support relaxation and focused attention, and the calming neurotransmitter GABA. Taurine can support the movement of potassium out of neurons, which may help prevent overexcitation of neurons. It also features magnesium to support muscle and nerve relaxation, and calming Holy Basil Leaf extract to gently soothe away the tension in your body.</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Â </strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Ready for school?','Our guide will help you hit the books with ease!','inherit','closed','closed','','1573-revision-v1','','','2021-07-30 12:48:23','2021-07-30 17:48:23','',1573,'https://ruthsnutrition.com/?p=1576',0,'revision','',0),(1577,2,'2021-07-30 12:51:57','2021-07-30 17:51:57','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h1><strong>We\'ve got a guide to help you and your family hit the books with ease!</strong></h1>\r\n[caption id=\"attachment_1574\" align=\"alignright\" width=\"600\"]<img class=\"wp-image-1574 size-full\" src=\"https://ruthsnutrition.com/wp-content/uploads/2021/07/BacktoSchool-600X.jpeg\" alt=\"\" width=\"600\" height=\"450\" /> Back to school supplies. Isolated.[/caption]\r\n<p>School starts in the blink of an eye, ready or not. With it comes a faster pace for teacher, parent and child, along with more stress, more mental demands, more challenges to everyoneâ€™s immunity. Just to make this hectic time a bit easier, weâ€™ve put together a little guide to supplements that can help make this transition time go more smoothly.</p>\r\n<h3>Â </h3>\r\n<h2><strong>Toning Immunity</strong></h2>\r\n<p>With the Delta variant of COVID-19 still lingering about and cases on the rise â€“ not to mention the coming cold and flu season â€“ keeping your immune system prepped and ready is a life-saver.</p>\r\n<h4>Â </h4>\r\n<h3><strong>Daycare Defense</strong></h3>\r\n<p>Babyâ€™s special needs are in a category all of their own.</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Garden of Life Baby Multivitamin Liquid â€“ </strong>13 essential vitamins and mineral from certified organic real food.</p>\r\n<p><strong>Garden of Life Baby Probiotic Liquid â€“ </strong>4 billion CFU from 7 probiotic strains for babyâ€™s colic, digestion, and immunity. Certified USDA organic.</p>\r\n<p><strong>Garden of Life Baby Vitamin C Liquid â€“ </strong>From certified organic real food, and free from artificial flavors, sweeteners, dyes, and chemicals.</p>\r\n<p><strong>Garden of Life Baby Vitamin D3 Liquid â€“ </strong>600 IU vitamin D3 for babyâ€™s bones and immune system. Certified USDA organic.</p>\r\n<p><strong>Garden of Life Baby Plant DHA Liquid â€“ </strong>600 mg DHA for babyâ€™s brain and eyes. Certified USDA organic.</p>\r\n<p><strong>Garden of Life Baby Gripe Water â€“ </strong>For Babyâ€™s colic, gas, and stomach discomfort. Certified USDA organic.</p>\r\n<p><strong>Â </strong></p>\r\n<h3><strong>Kids</strong></h3>\r\n<p><strong>Â </strong><strong>Nordic Naturals Zero Sugar Multi Gummies â€“ </strong>Delicious orange-lemon gummy multivitamin with zero grams of sugar. For ages 4 +.</p>\r\n<p><strong>KAL Multisaurus Multivitamins â€“ </strong>With 11 essential vitamins and minerals in very tasty serving. Lemon, Orange, and Strawberry flavors.</p>\r\n<p><strong>Garden of Life Elderberry Gummies or Syrup â€“ </strong>Made from Black Elderberry, Aronia Berry, and Acerola Cherry. Certified USDA Organic.</p>\r\n<p><strong>KAL Vitamin C Rex Gummies â€“ </strong>250 mg of vitamin C in each delicious orange flavored gummy.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Adults</strong></h3>\r\n<p><strong>Pure Encapsulations O.N.E. Multivitamin â€“ </strong>Provides vitamins A, B, C, D (2000 IU), and E in highly available forms; antioxidant complex that includes alpha lipoic acid and CoQ10. Choline and inositol for healthy cognitive function.</p>\r\n<p><strong>Nordic Natural Immune Daily Defense â€“ </strong>Delivers product convenience and immune support with significant doses of European Black Elderberry, vitamins C and D, and zinc glycinate, in every serving.</p>\r\n<p><strong>Gaia Herbs Black Elderberry Syrup â€“ </strong>This Certified Organic syrup is made with only organic Elderberries, fresh-pressed shortly after harvest, and it concentrates the juice from 14.5 grams of Elderberries into a single, tasty teaspoon.</p>\r\n<p><strong>Solaray ImmuFight Respiratory Support â€“</strong> This comprehensive respiratory formula is formulated with prebiotics, probiotics, vitamins, minerals, and herbal extracts to provide bronchial and lung support when needed.</p>\r\n<p><strong>Xlear Nasal Spray â€“ </strong>Safely and effectively alleviate congestion, dry sinuses, and irritated nasal tissues. A small study found nasal sprays with xylitol and grapeseed extract helpful for reducing symptoms of COVID-19 (link to: https://www.pharmacytimes.com/view/review-confirms-nasal-hygiene-measures-are-effective-to-protect-against-covid-19)</p>\r\n<p><strong>Bluebonnet Zinc Lozenges â€“ </strong>Orange flavored and sweetened with EarthSweetâ„¢, an all-natural sweetening mix of juice concentrates and cane crystals. Each lozenge contains 15 mg of Zinc from Zinc Gluconate and Zinc Citrate, plus 100 mg of Vitamin C.</p>\r\n<p><strong>Â </strong><strong>Bluebonnet Super Quercetin â€“ </strong>Contains a combination of Quercetin, Vitamin C, Rose Hips, Acerola, Citrus Bioflavinoids, Hesperidin, Rutin, and Pineapple Bromelain for better absorption. Quercetin is being studied as a beneficial agent when treating COVID-19 (link to: https://www.medrxiv.org/content/10.1101/2020.12.22.20245993v1.full)</p>\r\n<p>&nbsp;</p>\r\n<h2><strong>Honing Focus</strong></h2>\r\n<p>Getting ready to take in a boatload of new information requires a brain able to concentrate and focus. By adding a few key supplements, you can up your game.</p>\r\n<h3><strong>Kids</strong></h3>\r\n<p><strong>Solaray Focus for Children â€“ </strong>Grape chewable packed with brain support such as, phosphatidylserine, grape seed extract, L-tyrosine, 5-HTP, and DMAE.</p>\r\n<p><strong>Newton Homeopathic Kids Mental Focus â€“</strong> This ingredient-packed liquid formula is safe for any age.</p>\r\n<p><strong>Bach Remedy Clematis Have Focus Liquid â€“ </strong>Safe for any age, Clematis encourages the positive potential to find concentration, and stay focused on the task at hand.<strong>Â </strong></p>\r\n<p><strong>Bach Remedy Scleranthus Be Decisive Liquid â€“</strong> Scleranthus encourages the positive potential of certainty and decisiveness. For those who are viewed as unreliable, moody, and often change their mind when making decisions between two possibilities. Safe for any age.</p>\r\n<h3>Â </h3>\r\n<h3><strong>Adults </strong></h3>\r\n<p><strong>Blue Bonnet Power Thought â€“ </strong>These caplets contain a combination of vitamins, minerals, and specialty nutrients for the brain, including phosphatidylserine, phosphatidylcholine, DMAE, Ginkgo Biloba, and L-tyrosine.</p>\r\n<p><strong>Â </strong><strong>Solaray Focus for Adults â€“ </strong>This potent formula contains L-tyrosine, grape seed extract, GABA, phosphatidylserine, 5-HTP, and more.</p>\r\n<p><strong>Solary Sharp Mind â€“ </strong>These Vegcaps contain a powerful blend of Ginkgo lea, L-dopa, huperzine A, Catâ€™s Claw, Horse Chestnut, and phosphatidylserine.</p>\r\n<p><strong>Gaia Herbs Nootropic Focus â€“ </strong>Support healthy concentration with these vegan liquid phyto-caps. Made with a revitalizing blend of Saffron, Ginkgo, Lemon Balm, and Spearmint.</p>\r\n<p>&nbsp;</p>\r\n<h2><strong>Calming Stress</strong></h2>\r\n<p>Letâ€™s face it, ALL of us have had a very stressful year, and starting school again only compounds the angst. Thank goodness herbs, minerals, and supplements can combine for some highly effective â€œchill pills.â€</p>\r\n<h3><strong>Kids</strong></h3>\r\n<p><strong>Gaia Kids Calm Support Liquid â€“</strong> Doctor-formulated, Calm Support blends great taste with California Poppy, Lavender, Passionflower, Vervain, and Lemon Balm.</p>\r\n<p><strong>Natureâ€™s Plus Animal Parade Mag Kids â€“ </strong>Available in yummy cherry powder or cherry chewables, the magnesium in Mag Kids calms while supporting healthy bones and minimizing muscle cramps. Sweetened with xylitol.</p>\r\n<p><strong>Bach Rescue Pastilles â€“ </strong>For days when you feel you are always two steps behind and need a little help to decompress. Black cherry current flavor, each calming pastille contains one dose of Rescue Remedy. Consider if age-appropriate before use.</p>\r\n<p><strong>Â </strong></p>\r\n<h3><strong>Adult</strong></h3>\r\n<p><strong>Â </strong><strong>Natural Vitality Calm â€“ </strong>Available in gummies or powder, Calm magnesium has been aiding relaxation since 1982. Choose from orange or raspberry/lemon flavors.</p>\r\n<p><strong>Solaray Magnesium â€“ </strong>Choose from 400 mg magnesium glycinate Vegcaps (less laxative) or 400 mg magnesium citrate Vegcaps (more laxative). Calming magnesium provides nutritive support for a healthy heart, muscle, nerve, and circulatory function.</p>\r\n<p><strong>Â </strong><strong>KAL Gaba ActivMelt â€“ </strong>This natural cherry flavored micro tablet melts quickly in the mouth and is designed for optimal absorption in the body. GABA is intended to provide nutritive support for relaxation.</p>\r\n<p><strong>KAL L-Theanine â€“ </strong>This pineapple dream flavored micro tablet melts quickly in the mouth and is designed for optimal absorption in the body. L-theanine is a water-soluble amino acid studied for its reputed role in providing nutritive support during times of stress.</p>\r\n<p><strong>Source Naturals Theanine Serine â€“ </strong>This tablet is a broad formula that is one of our most popular products for anxiety. It contains L-theanine to support relaxation and focused attention, and the calming neurotransmitter GABA. Taurine can support the movement of potassium out of neurons, which may help prevent overexcitation of neurons. It also features magnesium to support muscle and nerve relaxation, and calming Holy Basil Leaf extract to gently soothe away the tension in your body.</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Â </strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Ready for school?','Our guide will help you hit the books with ease!','inherit','closed','closed','','1573-revision-v1','','','2021-07-30 12:51:57','2021-07-30 17:51:57','',1573,'https://ruthsnutrition.com/?p=1577',0,'revision','',0),(1578,2,'2021-07-30 12:53:07','2021-07-30 17:53:07','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h1><strong>We\'ve got a guide to help you and your family hit the books with ease!</strong></h1>\r\n[caption id=\"attachment_1574\" align=\"alignright\" width=\"600\"]<img class=\"wp-image-1574 size-full\" src=\"https://ruthsnutrition.com/wp-content/uploads/2021/07/BacktoSchool-600X.jpeg\" alt=\"\" width=\"600\" height=\"450\" /> Back to school supplies. Isolated.[/caption]\r\n<p>School starts in the blink of an eye, ready or not. With it comes a faster pace for teacher, parent and child, along with more stress, more mental demands, more challenges to everyoneâ€™s immunity. Just to make this hectic time a bit easier, weâ€™ve put together a little guide to supplements that can help make this transition time go more smoothly.</p>\r\n<h3>Â </h3>\r\n<h2><strong>Toning Immunity</strong></h2>\r\n<p>With the Delta variant of COVID-19 still lingering about and cases on the rise â€“ not to mention the coming cold and flu season â€“ keeping your immune system prepped and ready is a life-saver.</p>\r\n<h4>Â </h4>\r\n<h3><strong>Daycare Defense</strong></h3>\r\n<p>Babyâ€™s special needs are in a category all of their own.</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Garden of Life Baby Multivitamin Liquid â€“ </strong>13 essential vitamins and mineral from certified organic real food.</p>\r\n<p><strong>Garden of Life Baby Probiotic Liquid â€“ </strong>4 billion CFU from 7 probiotic strains for babyâ€™s colic, digestion, and immunity. Certified USDA organic.</p>\r\n<p><strong>Garden of Life Baby Vitamin C Liquid â€“ </strong>From certified organic real food, and free from artificial flavors, sweeteners, dyes, and chemicals.</p>\r\n<p><strong>Garden of Life Baby Vitamin D3 Liquid â€“ </strong>600 IU vitamin D3 for babyâ€™s bones and immune system. Certified USDA organic.</p>\r\n<p><strong>Garden of Life Baby Plant DHA Liquid â€“ </strong>600 mg DHA for babyâ€™s brain and eyes. Certified USDA organic.</p>\r\n<p><strong>Garden of Life Baby Gripe Water â€“ </strong>For Babyâ€™s colic, gas, and stomach discomfort. Certified USDA organic.</p>\r\n<p><strong>Â </strong></p>\r\n<h3><strong>Kids</strong></h3>\r\n<p><strong>Nordic Naturals Zero Sugar Multi Gummies â€“ </strong>Delicious orange-lemon gummy multivitamin with zero grams of sugar. For ages 4 +.</p>\r\n<p><strong>KAL Multisaurus Multivitamins â€“ </strong>With 11 essential vitamins and minerals in very tasty serving. Lemon, Orange, and Strawberry flavors.</p>\r\n<p><strong>Garden of Life Elderberry Gummies or Syrup â€“ </strong>Made from Black Elderberry, Aronia Berry, and Acerola Cherry. Certified USDA Organic.</p>\r\n<p><strong>KAL Vitamin C Rex Gummies â€“ </strong>250 mg of vitamin C in each delicious orange flavored gummy.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Adults</strong></h3>\r\n<p><strong>Pure Encapsulations O.N.E. Multivitamin â€“ </strong>Provides vitamins A, B, C, D (2000 IU), and E in highly available forms; antioxidant complex that includes alpha lipoic acid and CoQ10. Choline and inositol for healthy cognitive function.</p>\r\n<p><strong>Nordic Natural Immune Daily Defense â€“ </strong>Delivers product convenience and immune support with significant doses of European Black Elderberry, vitamins C and D, and zinc glycinate, in every serving.</p>\r\n<p><strong>Gaia Herbs Black Elderberry Syrup â€“ </strong>This Certified Organic syrup is made with only organic Elderberries, fresh-pressed shortly after harvest, and it concentrates the juice from 14.5 grams of Elderberries into a single, tasty teaspoon.</p>\r\n<p><strong>Solaray ImmuFight Respiratory Support â€“</strong> This comprehensive respiratory formula is formulated with prebiotics, probiotics, vitamins, minerals, and herbal extracts to provide bronchial and lung support when needed.</p>\r\n<p><strong>Xlear Nasal Spray â€“ </strong>Safely and effectively alleviate congestion, dry sinuses, and irritated nasal tissues. A small study found nasal sprays with xylitol and grapeseed extract helpful for reducing symptoms of COVID-19 (link to: https://www.pharmacytimes.com/view/review-confirms-nasal-hygiene-measures-are-effective-to-protect-against-covid-19)</p>\r\n<p><strong>Bluebonnet Zinc Lozenges â€“ </strong>Orange flavored and sweetened with EarthSweetâ„¢, an all-natural sweetening mix of juice concentrates and cane crystals. Each lozenge contains 15 mg of Zinc from Zinc Gluconate and Zinc Citrate, plus 100 mg of Vitamin C.</p>\r\n<p><strong>Â </strong><strong>Bluebonnet Super Quercetin â€“ </strong>Contains a combination of Quercetin, Vitamin C, Rose Hips, Acerola, Citrus Bioflavinoids, Hesperidin, Rutin, and Pineapple Bromelain for better absorption. Quercetin is being studied as a beneficial agent when treating COVID-19 (link to: https://www.medrxiv.org/content/10.1101/2020.12.22.20245993v1.full)</p>\r\n<p>&nbsp;</p>\r\n<h2><strong>Honing Focus</strong></h2>\r\n<p>Getting ready to take in a boatload of new information requires a brain able to concentrate and focus. By adding a few key supplements, you can up your game.</p>\r\n<h3><strong>Kids</strong></h3>\r\n<p><strong>Solaray Focus for Children â€“ </strong>Grape chewable packed with brain support such as, phosphatidylserine, grape seed extract, L-tyrosine, 5-HTP, and DMAE.</p>\r\n<p><strong>Newton Homeopathic Kids Mental Focus â€“</strong> This ingredient-packed liquid formula is safe for any age.</p>\r\n<p><strong>Bach Remedy Clematis Have Focus Liquid â€“ </strong>Safe for any age, Clematis encourages the positive potential to find concentration, and stay focused on the task at hand.<strong>Â </strong></p>\r\n<p><strong>Bach Remedy Scleranthus Be Decisive Liquid â€“</strong> Scleranthus encourages the positive potential of certainty and decisiveness. For those who are viewed as unreliable, moody, and often change their mind when making decisions between two possibilities. Safe for any age.</p>\r\n<h3>Â </h3>\r\n<h3><strong>Adults </strong></h3>\r\n<p><strong>Blue Bonnet Power Thought â€“ </strong>These caplets contain a combination of vitamins, minerals, and specialty nutrients for the brain, including phosphatidylserine, phosphatidylcholine, DMAE, Ginkgo Biloba, and L-tyrosine.</p>\r\n<p><strong>Â </strong><strong>Solaray Focus for Adults â€“ </strong>This potent formula contains L-tyrosine, grape seed extract, GABA, phosphatidylserine, 5-HTP, and more.</p>\r\n<p><strong>Solary Sharp Mind â€“ </strong>These Vegcaps contain a powerful blend of Ginkgo lea, L-dopa, huperzine A, Catâ€™s Claw, Horse Chestnut, and phosphatidylserine.</p>\r\n<p><strong>Gaia Herbs Nootropic Focus â€“ </strong>Support healthy concentration with these vegan liquid phyto-caps. Made with a revitalizing blend of Saffron, Ginkgo, Lemon Balm, and Spearmint.</p>\r\n<p>&nbsp;</p>\r\n<h2><strong>Calming Stress</strong></h2>\r\n<p>Letâ€™s face it, ALL of us have had a very stressful year, and starting school again only compounds the angst. Thank goodness herbs, minerals, and supplements can combine for some highly effective â€œchill pills.â€</p>\r\n<h3><strong>Kids</strong></h3>\r\n<p><strong>Gaia Kids Calm Support Liquid â€“</strong> Doctor-formulated, Calm Support blends great taste with California Poppy, Lavender, Passionflower, Vervain, and Lemon Balm.</p>\r\n<p><strong>Natureâ€™s Plus Animal Parade Mag Kids â€“ </strong>Available in yummy cherry powder or cherry chewables, the magnesium in Mag Kids calms while supporting healthy bones and minimizing muscle cramps. Sweetened with xylitol.</p>\r\n<p><strong>Bach Rescue Pastilles â€“ </strong>For days when you feel you are always two steps behind and need a little help to decompress. Black cherry current flavor, each calming pastille contains one dose of Rescue Remedy. Consider if age-appropriate before use.</p>\r\n<p><strong>Â </strong></p>\r\n<h3><strong>Adults</strong></h3>\r\n<p><strong>Â </strong><strong>Natural Vitality Calm â€“ </strong>Available in gummies or powder, Calm magnesium has been aiding relaxation since 1982. Choose from orange or raspberry/lemon flavors.</p>\r\n<p><strong>Solaray Magnesium â€“ </strong>Choose from 400 mg magnesium glycinate Vegcaps (less laxative) or 400 mg magnesium citrate Vegcaps (more laxative). Calming magnesium provides nutritive support for a healthy heart, muscle, nerve, and circulatory function.</p>\r\n<p><strong>Â </strong><strong>KAL Gaba ActivMelt â€“ </strong>This natural cherry flavored micro tablet melts quickly in the mouth and is designed for optimal absorption in the body. GABA is intended to provide nutritive support for relaxation.</p>\r\n<p><strong>KAL L-Theanine â€“ </strong>This pineapple dream flavored micro tablet melts quickly in the mouth and is designed for optimal absorption in the body. L-theanine is a water-soluble amino acid studied for its reputed role in providing nutritive support during times of stress.</p>\r\n<p><strong>Source Naturals Theanine Serine â€“ </strong>This tablet is a broad formula that is one of our most popular products for anxiety. It contains L-theanine to support relaxation and focused attention, and the calming neurotransmitter GABA. Taurine can support the movement of potassium out of neurons, which may help prevent overexcitation of neurons. It also features magnesium to support muscle and nerve relaxation, and calming Holy Basil Leaf extract to gently soothe away the tension in your body.</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Â </strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Ready for school?','Our guide will help you hit the books with ease!','inherit','closed','closed','','1573-revision-v1','','','2021-07-30 12:53:07','2021-07-30 17:53:07','',1573,'https://ruthsnutrition.com/?p=1578',0,'revision','',0),(1579,2,'2021-07-30 13:07:12','2021-07-30 18:07:12','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h1><strong>We\'ve got a guide to help you and your family hit the books with ease!</strong></h1>\r\n[caption id=\"attachment_1574\" align=\"alignright\" width=\"600\"]<img class=\"wp-image-1574 size-full\" src=\"https://ruthsnutrition.com/wp-content/uploads/2021/07/BacktoSchool-600X.jpeg\" alt=\"\" width=\"600\" height=\"450\" /> Back to school supplies. Isolated.[/caption]\r\n<p>School starts in the blink of an eye, ready or not. With it comes a faster pace for teacher, parent and child, along with more stress, more mental demands, more challenges to everyoneâ€™s immunity. Just to make this hectic time a bit easier, weâ€™ve put together a little guide to supplements that can help make this transition time go more smoothly.</p>\r\n<h3>Â </h3>\r\n<h2><strong>Toning Immunity</strong></h2>\r\n<p>With the Delta variant of COVID-19 still lingering about and cases on the rise â€“ not to mention the coming cold and flu season â€“ keeping your immune system prepped and ready is a life-saver.</p>\r\n<h4>Â </h4>\r\n<h3><strong>Daycare Defense for Babes</strong></h3>\r\n<p>Babyâ€™s special needs are in a category all of their own.</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Garden of Life Baby Multivitamin Liquid â€“ </strong>13 essential vitamins and minerals from certified organic real food.</p>\r\n<p><strong>Garden of Life Baby Probiotic Liquid â€“ </strong>4 billion CFU from 7 probiotic strains for babyâ€™s colic, digestion, and immunity. Certified USDA organic.</p>\r\n<p><strong>Garden of Life Baby Vitamin C Liquid â€“ </strong>From certified organic real food, and free from artificial flavors, sweeteners, dyes, and chemicals.</p>\r\n<p><strong>Garden of Life Baby Vitamin D3 Liquid â€“ </strong>600 IU vitamin D3 for babyâ€™s bones and immune system. Certified USDA organic.</p>\r\n<p><strong>Garden of Life Baby Plant DHA Liquid â€“ </strong>600 mg DHA for babyâ€™s brain and eyes. Certified USDA organic.</p>\r\n<p><strong>Garden of Life Baby Gripe Water â€“ </strong>For Babyâ€™s colic, gas, and stomach discomfort. Certified USDA organic.</p>\r\n<p><strong>Â </strong></p>\r\n<h3><strong>Kids</strong></h3>\r\n<p><strong>Nordic Naturals Zero Sugar Multi Gummies â€“ </strong>Delicious orange-lemon gummy multivitamin with zero grams of sugar. For ages 4 +.</p>\r\n<p><strong>KAL Multisaurus Organic Multivitamin Gummies â€“ </strong>With 11 essential vitamins and minerals in a very tasty serving. Lemon, Orange, and Strawberry flavors.</p>\r\n<p><strong>Garden of Life Elderberry Gummies or Syrup â€“ </strong>Made from Black Elderberry, Aronia Berry, and Acerola Cherry. Certified USDA Organic.</p>\r\n<p><strong>KAL Vitamin C Rex Gummies â€“ </strong>250 mg of vitamin C in each delicious orange flavored gummy.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Adults</strong></h3>\r\n<p><strong>Pure Encapsulations O.N.E. Multivitamin â€“ </strong>Provides vitamins A, B, C, D (2000 IU), and E in highly available forms; antioxidant complex that includes alpha lipoic acid and CoQ10. Choline and inositol for healthy cognitive function. All in just one capsule.</p>\r\n<p><strong>Nordic Natural Immune Daily Defense â€“ </strong>Delivers product convenience and immune support with significant doses of European Black Elderberry, vitamins C and D, and zinc glycinate, in every serving.</p>\r\n<p><strong>Gaia Herbs Black Elderberry Syrup â€“ </strong>This USDA Certified Organic syrup is made with only organic Elderberries, fresh-pressed shortly after harvest, and it concentrates the juice from 14.5 grams of Elderberries into a single, tasty teaspoon.</p>\r\n<p><strong>Solaray ImmuFight Respiratory Support â€“</strong> This comprehensive respiratory formula is formulated with prebiotics, probiotics, vitamins, minerals, and herbal extracts to provide bronchial and lung support when needed.</p>\r\n<p><strong>Xlear Nasal Spray â€“ </strong>Safely and effectively alleviate congestion, dry sinuses, and irritated nasal tissues. (<a href=\"https://www.pharmacytimes.com/view/review-confirms-nasal-hygiene-measures-are-effective-to-protect-against-covid-19\" target=\"_blank\" rel=\"noopener\">A small study</a> found nasal sprays with xylitol and grapeseed extract helpful for reducing symptoms of COVID-19.)Â </p>\r\n<p><strong>Bluebonnet Zinc Lozenges â€“ </strong>Orange flavored and sweetened with EarthSweetâ„¢, an all-natural sweetening mix of juice concentrates and cane crystals. Each lozenge contains 15 mg of Zinc from Zinc Gluconate and Zinc Citrate, plus 100 mg of Vitamin C.</p>\r\n<p><strong>Â </strong><strong>Bluebonnet Super Quercetin â€“ </strong>Contains a combination of Quercetin, Vitamin C, Rose Hips, Acerola, Citrus Bioflavinoids, Hesperidin, Rutin, and Pineapple Bromelain for better absorption. <a href=\"https://www.medrxiv.org/content/10.1101/2020.12.22.20245993v1.full\" target=\"_blank\" rel=\"noopener\">Quercetin is being studied</a> as a beneficial agent when treating COVID-19.</p>\r\n<p>&nbsp;</p>\r\n<h2><strong>Honing Focus</strong></h2>\r\n<p>Getting ready to take in a boatload of new information requires a brain able to concentrate and focus. By adding a few key supplements, you can up your game.</p>\r\n<h3>Â </h3>\r\n<h3><strong>Kids</strong></h3>\r\n<p><strong>Solaray Focus for Children â€“ </strong>Grape chewable packed with brain support such as, phosphatidylserine, grape seed extract, L-tyrosine, 5-HTP, and DMAE.</p>\r\n<p><strong>Newton Homeopathic Kids Mental Focus â€“</strong> This ingredient-packed liquid formula is safe for any age.</p>\r\n<p><strong>Bach Remedies Clematis Have Focus Liquid â€“ </strong>Safe for any age, Clematis encourages the positive potential to find concentration, and stay focused on the task at hand.<strong>Â </strong></p>\r\n<p><strong>Bach Remedies Scleranthus Be Decisive Liquid â€“</strong> Scleranthus encourages the positive potential of certainty and decisiveness. For those who are viewed as unreliable, moody, and often change their mind when making decisions between two possibilities. Safe for any age.</p>\r\n<h3>Â </h3>\r\n<h3><strong>Adults </strong></h3>\r\n<p><strong>Blue Bonnet Power Thought â€“ </strong>These caplets contain a combination of vitamins, minerals, and specialty nutrients for the brain, including phosphatidylserine, phosphatidylcholine, DMAE, Ginkgo Biloba, and L-tyrosine.</p>\r\n<p><strong>Â </strong><strong>Solaray Focus for Adults â€“ </strong>This potent formula contains L-tyrosine, grape seed extract, GABA, phosphatidylserine, 5-HTP, and more.</p>\r\n<p><strong>Solary Sharp Mind â€“ </strong>These Vegcaps contain a powerful blend of Ginkgo leaf, L-dopa, huperzine A, Catâ€™s Claw, Horse Chestnut, and phosphatidylserine.</p>\r\n<p><strong>Gaia Herbs Nootropic Focus â€“ </strong>Support healthy concentration with these vegan liquid phyto-caps. Made with a revitalizing blend of Saffron, Ginkgo, Lemon Balm, and Spearmint.</p>\r\n<p>&nbsp;</p>\r\n<h2><strong>Calming Stress</strong></h2>\r\n<p>Letâ€™s face it, ALL of us have had a very stressful year, and starting school again only compounds the angst. Thank goodness herbs, minerals, and supplements can combine for some highly effective â€œchill pills.â€</p>\r\n<h3>Â </h3>\r\n<h3><strong>Kids</strong></h3>\r\n<p><strong>Gaia Kids Calm Support Liquid â€“</strong> Doctor-formulated, Calm Support blends great taste with California Poppy, Lavender, Passionflower, Vervain, and Lemon Balm.</p>\r\n<p><strong>Natureâ€™s Plus Animal Parade Mag Kids â€“ </strong>Available in yummy cherry powder or cherry chewables, the magnesium in Mag Kids calms while supporting healthy bones and minimizing muscle cramps. Sweetened with xylitol.</p>\r\n<p><strong>Bach Rescue Pastilles â€“ </strong>For days when you feel you are always two steps behind and need a little help to decompress. Black cherry current flavor, each calming pastille contains one dose of Rescue Remedy. Consider if age-appropriate before use.</p>\r\n<p><strong>Â </strong></p>\r\n<h3><strong>Adults</strong></h3>\r\n<p><strong>Natural Vitality Calm â€“ </strong>Available in gummies or powder, Calm magnesium has been aiding relaxation since 1982. Choose from orange or raspberry/lemon flavors.</p>\r\n<p><strong>Solaray Magnesium â€“ </strong>Choose from 400 mg magnesium glycinate Vegcaps (less laxative) or 400 mg magnesium citrate Vegcaps (more laxative). Calming magnesium provides nutritive support for a healthy heart, muscle, nerve, and circulatory function.</p>\r\n<p><strong>KAL Gaba ActivMelt â€“ </strong>This natural cherry flavored micro tablet melts quickly in the mouth and is designed for optimal absorption in the body. GABA is intended to provide nutritive support for relaxation.</p>\r\n<p><strong>KAL L-theanine â€“ </strong>This pineapple dream flavored micro tablet melts quickly in the mouth and is designed for optimal absorption in the body. L-theanine is a water-soluble amino acid studied for its reputed role in providing nutritive support during times of stress.</p>\r\n<p><strong>Source Naturals Theanine Serine â€“ </strong>This tablet is a broad formula that is one of our most popular products for anxiety. It contains L-theanine to support relaxation and focused attention, and the calming neurotransmitter GABA. Taurine can support the movement of potassium out of neurons, which may help prevent overexcitation of neurons. It also features magnesium to support muscle and nerve relaxation, and calming Holy Basil Leaf extract to gently soothe away the tension in your body.</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Â </strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Ready for school?','Our guide will help you hit the books with ease!','inherit','closed','closed','','1573-revision-v1','','','2021-07-30 13:07:12','2021-07-30 18:07:12','',1573,'https://ruthsnutrition.com/?p=1579',0,'revision','',0),(1580,2,'2021-07-30 13:10:27','2021-07-30 18:10:27','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<!-- wp:paragraph -->\r\n<h1><strong>We\'ve got a guide to help you and your family hit the books with ease!</strong></h1>\r\n[caption id=\"attachment_1574\" align=\"alignright\" width=\"600\"]<img class=\"wp-image-1574 size-full\" src=\"https://ruthsnutrition.com/wp-content/uploads/2021/07/BacktoSchool-600X.jpeg\" alt=\"\" width=\"600\" height=\"450\" /> Back to school supplies. Isolated.[/caption]\r\n<p>School starts in the blink of an eye, ready or not. With it comes a faster pace for teacher, parent and child, along with more stress, more mental demands, more challenges to everyoneâ€™s immunity. Just to make this hectic time a bit easier, weâ€™ve put together a little guide to supplements that can help make this transition time go more smoothly.</p>\r\n<h3>Â </h3>\r\n<h2><strong>Toning Immunity</strong></h2>\r\n<p>With the Delta variant of COVID-19 still lingering about and cases on the rise â€“ not to mention the coming cold and flu season â€“ keeping your immune system prepped and ready is a life-saver.</p>\r\n<h4>Â </h4>\r\n<h3><strong>Daycare Defense for Babes</strong></h3>\r\n<p>Babyâ€™s special needs are in a category all of their own.</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Garden of Life Baby Multivitamin Liquid â€“ </strong>13 essential vitamins and minerals from certified organic real food.</p>\r\n<p><strong>Garden of Life Baby Probiotic Liquid â€“ </strong>4 billion CFU from 7 probiotic strains for babyâ€™s colic, digestion, and immunity. Certified USDA organic.</p>\r\n<p><strong>Garden of Life Baby Vitamin C Liquid â€“ </strong>From certified organic real food, and free from artificial flavors, sweeteners, dyes, and chemicals.</p>\r\n<p><strong>Garden of Life Baby Vitamin D3 Liquid â€“ </strong>600 IU vitamin D3 for babyâ€™s bones and immune system. Certified USDA organic.</p>\r\n<p><strong>Garden of Life Baby Plant DHA Liquid â€“ </strong>600 mg DHA for babyâ€™s brain and eyes. Certified USDA organic.</p>\r\n<p><strong>Garden of Life Baby Gripe Water â€“ </strong>For Babyâ€™s colic, gas, and stomach discomfort. Certified USDA organic.</p>\r\n<p><strong>Â </strong></p>\r\n<h3><strong>Kids</strong></h3>\r\n<p><strong>Nordic Naturals Zero Sugar Multi Gummies â€“ </strong>Delicious orange-lemon gummy multivitamin with zero grams of sugar. For ages 4 +.</p>\r\n<p><strong>KAL Multisaurus Organic Multivitamin Gummies â€“ </strong>With 11 essential vitamins and minerals in a very tasty serving. Lemon, Orange, and Strawberry flavors.</p>\r\n<p><strong>Garden of Life Elderberry Gummies or Syrup â€“ </strong>Made from Black Elderberry, Aronia Berry, and Acerola Cherry. Certified USDA Organic.</p>\r\n<p><strong>KAL Vitamin C Rex Gummies â€“ </strong>250 mg of vitamin C in each delicious orange flavored gummy.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Adults</strong></h3>\r\n<p><strong>Pure Encapsulations O.N.E. Multivitamin â€“ </strong>Provides vitamins A, B, C, D (2000 IU), and E in highly available forms; antioxidant complex that includes alpha lipoic acid and CoQ10. Choline and inositol for healthy cognitive function. All in just one capsule.</p>\r\n<p><strong>Nordic Natural Immune Daily Defense â€“ </strong>Delivers product convenience and immune support with significant doses of European Black Elderberry, vitamins C and D, and zinc glycinate, in every serving.</p>\r\n<p><strong>Gaia Herbs Black Elderberry Syrup â€“ </strong>This USDA Certified Organic syrup is made with only organic Elderberries, fresh-pressed shortly after harvest, and it concentrates the juice from 14.5 grams of Elderberries into a single, tasty teaspoon.</p>\r\n<p><strong>Solaray ImmuFight Respiratory Support â€“</strong> This comprehensive respiratory formula is formulated with prebiotics, probiotics, vitamins, minerals, and herbal extracts to provide bronchial and lung support when needed.</p>\r\n<p><strong>Xlear Nasal Spray â€“ </strong>Safely and effectively alleviate congestion, dry sinuses, and irritated nasal tissues. (<a href=\"https://www.pharmacytimes.com/view/review-confirms-nasal-hygiene-measures-are-effective-to-protect-against-covid-19\" target=\"_blank\" rel=\"noopener\">A small study</a> found nasal sprays with xylitol and grapeseed extract helpful for reducing symptoms of COVID-19.)Â </p>\r\n<p><strong>Bluebonnet Zinc Lozenges â€“ </strong>Orange flavored and sweetened with EarthSweetâ„¢, an all-natural sweetening mix of juice concentrates and cane crystals. Each lozenge contains 15 mg of Zinc from Zinc Gluconate and Zinc Citrate, plus 100 mg of Vitamin C.</p>\r\n<p><strong>Bluebonnet Super Quercetin â€“ </strong>Contains a combination of Quercetin, Vitamin C, Rose Hips, Acerola, Citrus Bioflavinoids, Hesperidin, Rutin, and Pineapple Bromelain for better absorption. <a href=\"https://www.medrxiv.org/content/10.1101/2020.12.22.20245993v1.full\" target=\"_blank\" rel=\"noopener\">Quercetin is being studied</a> as a beneficial agent when treating COVID-19.</p>\r\n<p>&nbsp;</p>\r\n<h2><strong>Honing Focus</strong></h2>\r\n<p>Getting ready to take in a boatload of new information requires a brain able to concentrate and focus. By adding a few key supplements, you can up your game.</p>\r\n<h3>Â </h3>\r\n<h3><strong>Kids</strong></h3>\r\n<p><strong>Solaray Focus for Children â€“ </strong>Grape chewable packed with brain support such as, phosphatidylserine, grape seed extract, L-tyrosine, 5-HTP, and DMAE.</p>\r\n<p><strong>Newton Homeopathic Kids Mental Focus â€“</strong> This ingredient-packed liquid formula is safe for any age.</p>\r\n<p><strong>Bach Remedies Clematis Have Focus Liquid â€“ </strong>Safe for any age, Clematis encourages the positive potential to find concentration, and stay focused on the task at hand.<strong>Â </strong></p>\r\n<p><strong>Bach Remedies Scleranthus Be Decisive Liquid â€“</strong> Scleranthus encourages the positive potential of certainty and decisiveness. For those who are viewed as unreliable, moody, and often change their mind when making decisions between two possibilities. Safe for any age.</p>\r\n<h3>Â </h3>\r\n<h3><strong>Adults </strong></h3>\r\n<p><strong>Blue Bonnet Power Thought â€“ </strong>These caplets contain a combination of vitamins, minerals, and specialty nutrients for the brain, including phosphatidylserine, phosphatidylcholine, DMAE, Ginkgo Biloba, and L-tyrosine.</p>\r\n<p><strong>Solaray Focus for Adults â€“ </strong>This potent formula contains L-tyrosine, grape seed extract, GABA, phosphatidylserine, 5-HTP, and more.</p>\r\n<p><strong>Solary Sharp Mind â€“ </strong>These Vegcaps contain a powerful blend of Ginkgo leaf, L-dopa, huperzine A, Catâ€™s Claw, Horse Chestnut, and phosphatidylserine.</p>\r\n<p><strong>Gaia Herbs Nootropic Focus â€“ </strong>Support healthy concentration with these vegan liquid phyto-caps. Made with a revitalizing blend of Saffron, Ginkgo, Lemon Balm, and Spearmint.</p>\r\n<p>&nbsp;</p>\r\n<h2><strong>Calming Stress</strong></h2>\r\n<p>Letâ€™s face it, ALL of us have had a very stressful year, and starting school again only compounds the angst. Thank goodness herbs, minerals, and supplements can combine for some highly effective â€œchill pills.â€</p>\r\n<h3>Â </h3>\r\n<h3><strong>Kids</strong></h3>\r\n<p><strong>Gaia Kids Calm Support Liquid â€“</strong> Doctor-formulated, Calm Support blends great taste with California Poppy, Lavender, Passionflower, Vervain, and Lemon Balm.</p>\r\n<p><strong>Natureâ€™s Plus Animal Parade Mag Kids â€“ </strong>Available in yummy cherry powder or cherry chewables, the magnesium in Mag Kids calms while supporting healthy bones and minimizing muscle cramps. Sweetened with xylitol.</p>\r\n<p><strong>Bach Rescue Pastilles â€“ </strong>For days when you feel you are always two steps behind and need a little help to decompress. Black cherry current flavor, each calming pastille contains one dose of Rescue Remedy. Consider if age-appropriate before use.</p>\r\n<p><strong>Â </strong></p>\r\n<h3><strong>Adults</strong></h3>\r\n<p><strong>Natural Vitality Calm â€“ </strong>Available in gummies or powder, Calm magnesium has been aiding relaxation since 1982. Choose from orange or raspberry/lemon flavors.</p>\r\n<p><strong>Solaray Magnesium â€“ </strong>Choose from 400 mg magnesium glycinate Vegcaps (less laxative) or 400 mg magnesium citrate Vegcaps (more laxative). Calming magnesium provides nutritive support for a healthy heart, muscle, nerve, and circulatory function.</p>\r\n<p><strong>KAL Gaba ActivMelt â€“ </strong>This natural cherry flavored micro tablet melts quickly in the mouth and is designed for optimal absorption in the body. GABA is intended to provide nutritive support for relaxation.</p>\r\n<p><strong>KAL L-theanine â€“ </strong>This pineapple dream flavored micro tablet melts quickly in the mouth and is designed for optimal absorption in the body. L-theanine is a water-soluble amino acid studied for its reputed role in providing nutritive support during times of stress.</p>\r\n<p><strong>Source Naturals Theanine Serine â€“ </strong>This tablet is a broad formula that is one of our most popular products for anxiety. It contains L-theanine to support relaxation and focused attention, and the calming neurotransmitter GABA. Taurine can support the movement of potassium out of neurons, which may help prevent overexcitation of neurons. It also features magnesium to support muscle and nerve relaxation, and calming Holy Basil Leaf extract to gently soothe away the tension in your body.</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Â </strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Ready for school?','Our guide will help you hit the books with ease!','inherit','closed','closed','','1573-revision-v1','','','2021-07-30 13:10:27','2021-07-30 18:10:27','',1573,'https://ruthsnutrition.com/?p=1580',0,'revision','',0),(1585,3,'2021-08-07 06:29:44','2021-08-07 11:29:44','<p>[vc_row][vc_column][vc_icon icon_fontawesome=\"fab fa-instagram\" link=\"url:https%3A%2F%2Fwww.instagram.com%2Fruths_nutritionhsv%2F\"][/vc_column][/vc_row]</p>\n','Contact','','inherit','closed','closed','','14-revision-v1','','','2021-08-07 06:29:44','2021-08-07 11:29:44','',14,'https://ruthsnutrition.com/?p=1585',0,'revision','',0),(1586,3,'2021-08-07 06:31:12','2021-08-07 11:31:12','[vc_row][vc_column][vc_icon icon_fontawesome=\"fab fa-instagram\" link=\"url:https%3A%2F%2Fwww.instagram.com%2Fruths_nutritionhsv%2F\"][/vc_column][/vc_row]','Contact','','inherit','closed','closed','','14-revision-v1','','','2021-08-07 06:31:12','2021-08-07 11:31:12','',14,'https://ruthsnutrition.com/?p=1586',0,'revision','',0),(1587,3,'2021-08-07 06:34:58','2021-08-07 11:34:58','<p>[vc_row css=\".vc_custom_1628336213192{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"][vc_column][vc_icon icon_fontawesome=\"fab fa-instagram\" link=\"url:https%3A%2F%2Fwww.instagram.com%2Fruths_nutritionhsv%2F\" css=\".vc_custom_1628336191976{margin-bottom: 0px !important;border-bottom-width: 0px !important;padding-bottom: 0px !important;}\"][/vc_column][/vc_row][vc_row][vc_column][vc_wp_text]Follow Us on Instagram[/vc_wp_text][/vc_column][/vc_row]</p>\n','Contact','','inherit','closed','closed','','14-revision-v1','','','2021-08-07 06:34:58','2021-08-07 11:34:58','',14,'https://ruthsnutrition.com/?p=1587',0,'revision','',0),(1588,3,'2021-08-07 06:35:53','2021-08-07 11:35:53','<br />\n','Contact','','inherit','closed','closed','','14-revision-v1','','','2021-08-07 06:35:53','2021-08-07 11:35:53','',14,'https://ruthsnutrition.com/?p=1588',0,'revision','',0),(1590,2,'2021-08-23 15:02:57','2021-08-23 20:02:57','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<p>&nbsp;</p>\r\n<h1><strong>Lower this marker of heart disease risk without using medication!</strong></h1>\r\n<p><img class=\"alignright wp-image-1593 size-full\" src=\"https://ruthsnutrition.com/wp-content/uploads/2021/08/Triglycerides-600X-1.jpeg\" alt=\"\" width=\"600\" height=\"370\" /></p>\r\n<p>Have you found yourself eating more comfort foods during the pandemic - carbs, sweeties or alcohol? If so, youâ€™re not alone, but the bad news is you might also find a big boost in your triglycerides at your next doctorâ€™s visit. Sadly, high triglycerides can increase our risk of heart disease, including a build-up of plaque in the arteries, stroke, angina, arrhythmia, heart attack, and heart failure.</p>\r\n<p>Triglycerides are a type of cholesterol, a fat thatâ€™s found in the blood after you eat. They provide your body with energy, and if itâ€™s not quickly needed, they store that energy as fat. Problems arise when we eat too much, or eat to many of the wrong things.</p>\r\n<p>About 25% of American adults have elevated triglyceride levels. Anything from 150-199 mg/dL is considered borderline high, while 200-499 mg/dL is classed as high. Levels more than that are very high.</p>\r\n<p>The good news is triglycerides usually can be lowered without drugs. Hereâ€™s how:</p>\r\n<h3><strong>Limit your sugar intake</strong></h3>\r\n<p>The average American eats about 14-17% of daily calories from sugar, while the American Heart Association recommends consuming no more than 10% daily. Sweets, soft drinks, and fruit juice often are the culprit.</p>\r\n<p>One 15-year study found those who ate at least 25% of their calories from sugar were twice as likely to die from heart disease as those who consumed less than 10%. Even simply replacing sugary drinks with water can reduce triglycerides in many people.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Eat more fiber</strong></h3>\r\n<p>Getting more fiber in your diet can slow absorption of fat and sugar in the small intestine, helping to reduce triglyceride levels in your blood.</p>\r\n<p>A small study in teens found that eating a high-fiber cereal along with a high-fat breakfast reduced the level of triglycerides by 50%. Besides certain cereals, fiber can be found in fruits, vegetables, whole grains, nuts, seeds, beans, and supplements.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Reduce your carb intake</strong></h3>\r\n<p>Because carbohydrates, especially refined carbs, basically turn to sugar in your digestive system, it stands to reason that lowering your carb intake can lower your triglyceride levels.</p>\r\n<p>Several studies bear this out, with one 6-month study finding that those on a low-carb diet had greater decreases in triglycerides than those on a low-fat diet.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Exercise regularly</strong></h3>\r\n<p>Aerobic exercise is your superpower against high triglycerides. It can increase HDL (the â€œgoodâ€ cholesterol), while lowering triglycerides. The American Heart Association recommends getting 30 minutes of aerobic exercise 5 days a week. That can be brisk walking, jogging, bicycling, or swimming.</p>\r\n<p>Studies show that higher intensity exercise for a shorter amount of time is more effective in this endeavor than exercising at moderate levels for longer periods. But any exercise is better than being sedentary.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Limit alcohol intake</strong></h3>\r\n<p>Alcoholic beverages often are high in sugar and carbs. If the calories they deliver go unused, high triglycerides can result.Â  Some studies show even moderate alcohol consumption can increase blood triglycerides by up to 53%.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Consume omega-3 oils</strong></h3>\r\n<p>You can do this by eating fatty fish at least twice a week or taking fish oil supplements. Omega-3 oils are a proven superpower against high triglycerides. Numerous studies show regular consumption can decrease triglyceride levels and several other risk factors of heart disease.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Aim for a healthy weight</strong></h3>\r\n<p>When you eat more than your body really needs, you gain weight. Studies show losing just 5-10% of your body weight significantly reduces triglycerides.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Supplements to consider</strong></h3>\r\n<p>In addition to omega-3 oils, several supplements have been studied for lowering triglyceride levels with good result.</p>\r\n<p>Â Â Â Â  <strong>Fenugreek â€“</strong> Small studies show fenugreek seeds lower total cholesterol, LDL, and triglycerides. They also may help improve blood sugar levels.</p>\r\n<p>Â Â Â Â  <strong>Guggul â€“</strong> Found in many cholesterol-lowering formulas, this herb proved as effective as prescription drugs at reducing triglycerides and cholesterol in animal studies.</p>\r\n<p>Â Â Â Â  <strong>Curcumin â€“</strong> A review of seven studies found curcumin supplementation caused a significant drop in both triglyceride and LDL cholesterol levels.</p>\r\n<p>Â Â Â Â  <strong>Garlic â€“</strong> Several animal studies prove that garlic supplementation can reduce triglyceride levels.</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>REFERENCES</strong></h3>\r\n<p><a href=\"https://www.healthline.com/nutrition/13-ways-to-lower-triglycerides\" target=\"_blank\" rel=\"noopener\">Healthline</a></p>\r\n<p><a href=\"https://www.everydayhealth.com/high-cholesterol/how-do-doctors-treat-high-triglycerides-and-why-is-it-important/\" target=\"_blank\" rel=\"noopener\">Everyday Health</a></p>\r\n<p><a href=\"https://www.webmd.com/cholesterol-management/supplements\" target=\"_blank\" rel=\"noopener\">WebMD</a></p>\r\n<p><a href=\"https://www.mayoclinic.org/diseases-conditions/high-blood-cholesterol/in-depth/cholesterol-lowering-supplements/art-20050980\" target=\"_blank\" rel=\"noopener\">MayoClinic</a></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Â </strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Triglycerides','Improve heart health without meds!','publish','closed','open','','triglycerides','','','2021-08-23 15:02:57','2021-08-23 20:02:57','',0,'https://ruthsnutrition.com/?p=1590',0,'post','',0),(1591,2,'2021-08-23 14:34:31','2021-08-23 19:34:31','','Triglycerides 600X','','inherit','open','closed','','triglycerides-600x','','','2021-08-23 14:34:31','2021-08-23 19:34:31','',1590,'https://ruthsnutrition.com/wp-content/uploads/2021/08/Triglycerides-600X.jpeg',0,'attachment','image/jpeg',0),(1593,2,'2021-08-23 14:45:44','2021-08-23 19:45:44','','Insulin sensitivity 600X','','inherit','open','closed','','triglycerides-600x-2','','','2021-09-24 10:03:18','2021-09-24 15:03:18','',1590,'https://ruthsnutrition.com/wp-content/uploads/2021/08/Triglycerides-600X-1.jpeg',0,'attachment','image/jpeg',0),(1594,2,'2021-08-23 15:00:44','2021-08-23 20:00:44','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<p>&nbsp;</p>\r\n<h1><strong>Lower this marker of heart disease risk without medication!</strong></h1>\r\n<p><img class=\"alignright wp-image-1593 size-full\" src=\"https://ruthsnutrition.com/wp-content/uploads/2021/08/Triglycerides-600X-1.jpeg\" alt=\"\" width=\"600\" height=\"370\" /></p>\r\n<p>Have you found yourself eating more comfort foods during the pandemic - carbs, sweeties or alcohol? If so, youâ€™re not alone, but the bad news is you might also find a big boost in your triglycerides at your next doctorâ€™s visit. Sadly, high triglycerides can increase our risk of heart disease, including a build-up of plaque in the arteries, stroke, angina, arrhythmia, heart attack, and heart failure.</p>\r\n<p>Triglycerides are a type of cholesterol, a fat thatâ€™s found in the blood after you eat. They provide your body with energy, and if itâ€™s not quickly needed, they store that energy as fat. Problems arise when we eat too much, or eat to many of the wrong things.</p>\r\n<p>About 25% of American adults have elevated triglyceride levels. Anything from 150-199 mg/dL is considered borderline high, while 200-499 mg/dL is classed as high. Levels more than that are very high.</p>\r\n<p>The good news is triglycerides usually can be lowered without drugs. Hereâ€™s how:</p>\r\n<h3><strong>Limit your sugar intake</strong></h3>\r\n<p>The average American eats about 14-17% of daily calories from sugar, while the American Heart Association recommends consuming no more than 10% daily. Sweets, soft drinks, and fruit juice often are the culprit.</p>\r\n<p>One 15-year study found those who ate at least 25% of their calories from sugar were twice as likely to die from heart disease as those who consumed less than 10%. Even simply replacing sugary drinks with water can reduce triglycerides in many people.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Eat more fiber</strong></h3>\r\n<p>Getting more fiber in your diet can slow absorption of fat and sugar in the small intestine, helping to reduce triglyceride levels in your blood.</p>\r\n<p>A small study in teens found that eating a high-fiber cereal along with a high-fat breakfast reduced the level of triglycerides by 50%. Besides certain cereals, fiber can be found in fruits, vegetables, whole grains, nuts, seeds, beans, and supplements.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Reduce your carb intake</strong></h3>\r\n<p>Because carbohydrates, especially refined carbs, basically turn to sugar in your digestive system, it stands to reason that lowering your carb intake can lower your triglyceride levels.</p>\r\n<p>Several studies bear this out, with one 6-month study finding that those on a low-carb diet had greater decreases in triglycerides than those on a low-fat diet.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Exercise regularly</strong></h3>\r\n<p>Aerobic exercise is your superpower against high triglycerides. It can increase HDL (the â€œgoodâ€ cholesterol), while lowering triglycerides. The American Heart Association recommends getting 30 minutes of aerobic exercise 5 days a week. That can be brisk walking, jogging, bicycling, or swimming.</p>\r\n<p>Studies show that higher intensity exercise for a shorter amount of time is more effective in this endeavor than exercising at moderate levels for longer periods. But any exercise is better than being sedentary.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Limit alcohol intake</strong></h3>\r\n<p>Alcoholic beverages often are high in sugar and carbs. If the calories they deliver go unused, high triglycerides can result.Â  Some studies show even moderate alcohol consumption can increase blood triglycerides by up to 53%.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Consume omega-3 oils</strong></h3>\r\n<p>You can do this by eating fatty fish at least twice a week or taking fish oil supplements. Omega-3 oils are a proven superpower against high triglycerides. Numerous studies show regular consumption can decrease triglyceride levels and several other risk factors of heart disease.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Aim for a healthy weight</strong></h3>\r\n<p>When you eat more than your body really needs, you gain weight. Studies show losing just 5-10% of your body weight significantly reduces triglycerides.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Supplements to consider</strong></h3>\r\n<p>In addition to omega-3 oils, several supplements have been studied for lowering triglyceride levels with good result.</p>\r\n<p>Â Â Â Â  <strong>Fenugreek â€“</strong> Small studies show fenugreek seeds lower total cholesterol, LDL, and triglycerides. They also may help improve blood sugar levels.</p>\r\n<p>Â Â Â Â  <strong>Guggul â€“</strong> Found in many cholesterol-lowering formulas, this herb proved as effective as prescription drugs at reducing triglycerides and cholesterol in animal studies.</p>\r\n<p>Â Â Â Â  <strong>Curcumin â€“</strong> A review of seven studies found curcumin supplementation caused a significant drop in both triglyceride and LDL cholesterol levels.</p>\r\n<p>Â Â Â Â  <strong>Garlic â€“</strong> Several animal studies prove that garlic supplementation can reduce triglyceride levels.</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>REFERENCES</strong></h3>\r\n<p><a href=\"https://www.healthline.com/nutrition/13-ways-to-lower-triglycerides\" target=\"_blank\" rel=\"noopener\">Healthline</a></p>\r\n<p><a href=\"https://www.everydayhealth.com/high-cholesterol/how-do-doctors-treat-high-triglycerides-and-why-is-it-important/\" target=\"_blank\" rel=\"noopener\">Everyday Health</a></p>\r\n<p><a href=\"https://www.webmd.com/cholesterol-management/supplements\" target=\"_blank\" rel=\"noopener\">WebMD</a></p>\r\n<p><a href=\"https://www.mayoclinic.org/diseases-conditions/high-blood-cholesterol/in-depth/cholesterol-lowering-supplements/art-20050980\" target=\"_blank\" rel=\"noopener\">MayoClinic</a></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Â </strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Triglycerides','Our guide will help you hit the books with ease!','inherit','closed','closed','','1590-revision-v1','','','2021-08-23 15:00:44','2021-08-23 20:00:44','',1590,'https://ruthsnutrition.com/?p=1594',0,'revision','',0),(1595,2,'2021-08-23 15:02:48','2021-08-23 20:02:48','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<p>&nbsp;</p>\r\n<h1><strong>Lower this marker of heart disease risk without using medication!</strong></h1>\r\n<p><img class=\"alignright wp-image-1593 size-full\" src=\"https://ruthsnutrition.com/wp-content/uploads/2021/08/Triglycerides-600X-1.jpeg\" alt=\"\" width=\"600\" height=\"370\" /></p>\r\n<p>Have you found yourself eating more comfort foods during the pandemic - carbs, sweeties or alcohol? If so, youâ€™re not alone, but the bad news is you might also find a big boost in your triglycerides at your next doctorâ€™s visit. Sadly, high triglycerides can increase our risk of heart disease, including a build-up of plaque in the arteries, stroke, angina, arrhythmia, heart attack, and heart failure.</p>\r\n<p>Triglycerides are a type of cholesterol, a fat thatâ€™s found in the blood after you eat. They provide your body with energy, and if itâ€™s not quickly needed, they store that energy as fat. Problems arise when we eat too much, or eat to many of the wrong things.</p>\r\n<p>About 25% of American adults have elevated triglyceride levels. Anything from 150-199 mg/dL is considered borderline high, while 200-499 mg/dL is classed as high. Levels more than that are very high.</p>\r\n<p>The good news is triglycerides usually can be lowered without drugs. Hereâ€™s how:</p>\r\n<h3><strong>Limit your sugar intake</strong></h3>\r\n<p>The average American eats about 14-17% of daily calories from sugar, while the American Heart Association recommends consuming no more than 10% daily. Sweets, soft drinks, and fruit juice often are the culprit.</p>\r\n<p>One 15-year study found those who ate at least 25% of their calories from sugar were twice as likely to die from heart disease as those who consumed less than 10%. Even simply replacing sugary drinks with water can reduce triglycerides in many people.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Eat more fiber</strong></h3>\r\n<p>Getting more fiber in your diet can slow absorption of fat and sugar in the small intestine, helping to reduce triglyceride levels in your blood.</p>\r\n<p>A small study in teens found that eating a high-fiber cereal along with a high-fat breakfast reduced the level of triglycerides by 50%. Besides certain cereals, fiber can be found in fruits, vegetables, whole grains, nuts, seeds, beans, and supplements.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Reduce your carb intake</strong></h3>\r\n<p>Because carbohydrates, especially refined carbs, basically turn to sugar in your digestive system, it stands to reason that lowering your carb intake can lower your triglyceride levels.</p>\r\n<p>Several studies bear this out, with one 6-month study finding that those on a low-carb diet had greater decreases in triglycerides than those on a low-fat diet.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Exercise regularly</strong></h3>\r\n<p>Aerobic exercise is your superpower against high triglycerides. It can increase HDL (the â€œgoodâ€ cholesterol), while lowering triglycerides. The American Heart Association recommends getting 30 minutes of aerobic exercise 5 days a week. That can be brisk walking, jogging, bicycling, or swimming.</p>\r\n<p>Studies show that higher intensity exercise for a shorter amount of time is more effective in this endeavor than exercising at moderate levels for longer periods. But any exercise is better than being sedentary.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Limit alcohol intake</strong></h3>\r\n<p>Alcoholic beverages often are high in sugar and carbs. If the calories they deliver go unused, high triglycerides can result.Â  Some studies show even moderate alcohol consumption can increase blood triglycerides by up to 53%.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Consume omega-3 oils</strong></h3>\r\n<p>You can do this by eating fatty fish at least twice a week or taking fish oil supplements. Omega-3 oils are a proven superpower against high triglycerides. Numerous studies show regular consumption can decrease triglyceride levels and several other risk factors of heart disease.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Aim for a healthy weight</strong></h3>\r\n<p>When you eat more than your body really needs, you gain weight. Studies show losing just 5-10% of your body weight significantly reduces triglycerides.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Supplements to consider</strong></h3>\r\n<p>In addition to omega-3 oils, several supplements have been studied for lowering triglyceride levels with good result.</p>\r\n<p>Â Â Â Â  <strong>Fenugreek â€“</strong> Small studies show fenugreek seeds lower total cholesterol, LDL, and triglycerides. They also may help improve blood sugar levels.</p>\r\n<p>Â Â Â Â  <strong>Guggul â€“</strong> Found in many cholesterol-lowering formulas, this herb proved as effective as prescription drugs at reducing triglycerides and cholesterol in animal studies.</p>\r\n<p>Â Â Â Â  <strong>Curcumin â€“</strong> A review of seven studies found curcumin supplementation caused a significant drop in both triglyceride and LDL cholesterol levels.</p>\r\n<p>Â Â Â Â  <strong>Garlic â€“</strong> Several animal studies prove that garlic supplementation can reduce triglyceride levels.</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>REFERENCES</strong></h3>\r\n<p><a href=\"https://www.healthline.com/nutrition/13-ways-to-lower-triglycerides\" target=\"_blank\" rel=\"noopener\">Healthline</a></p>\r\n<p><a href=\"https://www.everydayhealth.com/high-cholesterol/how-do-doctors-treat-high-triglycerides-and-why-is-it-important/\" target=\"_blank\" rel=\"noopener\">Everyday Health</a></p>\r\n<p><a href=\"https://www.webmd.com/cholesterol-management/supplements\" target=\"_blank\" rel=\"noopener\">WebMD</a></p>\r\n<p><a href=\"https://www.mayoclinic.org/diseases-conditions/high-blood-cholesterol/in-depth/cholesterol-lowering-supplements/art-20050980\" target=\"_blank\" rel=\"noopener\">MayoClinic</a></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Â </strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Triglycerides','Improve heart health without meds!','inherit','closed','closed','','1590-revision-v1','','','2021-08-23 15:02:48','2021-08-23 20:02:48','',1590,'https://ruthsnutrition.com/?p=1595',0,'revision','',0),(1598,2,'2021-08-28 13:00:53','2021-08-28 18:00:53','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<p>&nbsp;</p>\r\n<h1><strong>The golden supplement as potent as multiple modern medicines</strong></h1>\r\n<p><img class=\"alignright wp-image-1599 size-full\" src=\"https://ruthsnutrition.com/wp-content/uploads/2021/08/Berberine-600X.jpeg\" alt=\"\" width=\"600\" height=\"399\" /></p>\r\n<p>Berberine is one of those medicines from plants that has stood the test of time â€“ and clinical trials. Used in both ancient Chinese and Ayurvedic medicine, berberine is a yellow alkaloid found in the roots, rhizomes and stem barks of several plants including, goldenseal, barberry, and Oregon grape root.</p>\r\n<p>Traditionally used for inflammatory disorders, skin diseases, and wound healing, berberine has been studied in modern labs and found to be effective in lowering high blood sugar, improving cholesterol, treating digestive disorders, improving symptoms of PCOS, and aiding in weight loss. Tests show is it as effective as several medications.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Lowering high blood sugar levels</strong></h3>\r\n<p>We all know the risks of prolonged high blood sugar: Type II diabetes, damage to body tissues and organs, and shortened lifespan. Berberine activates an enzyme inside cells called AMP-activated protein kinase. This enzyme is sometimes called a â€œmetabolic master switch,â€ and is found in the brain, muscle, kidney, heart, and liver.</p>\r\n<p>When tested for its ability to lower high blood sugar, berberine was as effective as metformin (Glucophage), glipizide (Glucotrol), and rosiglitazone (Avandia).</p>\r\n<p>It is so effective probably because it works via multiple mechanisms:</p>\r\n<p>Â  Â  Â *Â  Decreases insulin resistance, making insulin more effective.</p>\r\n<p>Â  Â  Â *Â  Increases glycolysis, helping the body break down sugars inside cells.</p>\r\n<p>Â  Â  Â *Â  Decreases sugar production in the liver.</p>\r\n<p>Â  Â  Â *Â  Slows breakdown of carbohydrates in the gut.</p>\r\n<p>Â  Â  Â *Â  Increases the number of beneficial bacteria in the gut.</p>\r\n<p>Studies show taking 1 gram of berberine daily lowered fasting blood sugar by 20%, from diabetic to normal levels. It also lowered hemoglobin A1C by 12%.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Lowering body weight</strong></h3>\r\n<p>Probably because it takes all the actions above, berberine also can help with weight loss. In a 12-week study of obese individuals, participants were given 500 mg of berberine three times daily. They lost about 5 pound or 3.6% of their body fat.</p>\r\n<p>In another 3-month study of men and women with metabolic syndrome, participants took 300 mg of berberine three times daily. Participants lost belly fat, improved heart health markers, and dropped their BMIs from obese to overweight (31.5 to 27.4).</p>\r\n<p>Researchers in another study observed that berberine may activate brown adipose tissue. This tissue helps the body turn food into body heat.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Improve symptoms of PCOS</strong></h3>\r\n<p>Polycystic Ovary Syndrome (PCOS) occurs when a female has high levels of certain male hormones and often is associated with infertility, diabetes, insulin resistance, high cholesterol, and higher body weight.</p>\r\n<p>Studies show berberine can improve insulin resistance, high cholesterol, and infertility in women with PCOS. In a 3-month study, women with PCOS who took berberine saw greater reductions in body fat loss than those who took metformin. It also lowered insulin and glucose levels similar to metformin.</p>\r\n<p>Small studies have shown that women with PCOS who took berberine had improved ovulation and greater pregnancy rates than those taking metformin.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Improving cholesterol and heart disease risk</strong></h3>\r\n<p>Berberine is a potent fighter against a poor lipid profile as it attacks so many players.</p>\r\n<p>Studies show berberine:</p>\r\n<p>Â  Â  Â *Â  Lowers total cholesterol</p>\r\n<p>Â  Â  Â *Â  Lowers LDL</p>\r\n<p>Â  Â  Â *Â  Lowers triglycerides</p>\r\n<p>Â  Â  Â *Â  Raises HDL, the â€œgoodâ€ cholesterol</p>\r\n<p>Â  Â  Â *Â  Lowers apolipoprotein B, an important heart disease risk factor</p>\r\n<p>Given these actions and its blood sugar regulating ability, berberine clearly can improve many markers of heart disease.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Other possible areas of benefit</strong></h3>\r\n<p><strong>Fatty Liver:</strong> Studies show it reduces fat build-up in the liver.</p>\r\n<p><strong>Infections:</strong> Studies show berberine can fight harmful microorganisms, including bacteria, viruses, fungi, and parasites.</p>\r\n<p><strong>Cancer:</strong> In vitro and animal studies have shown berberine can reduce the growth and spread of various types of cancer. In a study of nearly 900 people who had colorectal polyps removed, participants were given 300 mg of berberine twice daily or placebo and followed up one or two years later. Those taking berberine had fewer recurrent polyps (36%) compared to those taking placebo (47%).</p>\r\n<p><strong>Recurring UTIs and cystitis:</strong> The American Association of Naturopathic Physicians notes that many naturopaths find berberineâ€™s antimicrobial properties helpful in treating these conditions.</p>\r\n<p><strong>Anxiety and Depression:</strong> Animal studies show it can improve symptoms.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Dosing and side effects</strong></h3>\r\n<p>Berberine is usually given in 500 mg doses, three times daily. It is generally well tolerated, but some may get digestive upset. Because of that, some naturopaths recommend titrating the dose, starting at 500 mg for the first week. Then add another 500 mg the next week, and by the third week take the full dose.</p>\r\n<p>Do not take berberine if you are pregnant. There are not enough studies with pregnant women to prove its safety.</p>\r\n<p>Obviously, before starting berberine consult with your doctor.</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>REFERENCES:</strong></p>\r\n<p><strong><a href=\"https://naturopathic.org/news/565580/6-Potential-Benefits-of-Berberine-You-Should-Know-About.htm\" target=\"_blank\" rel=\"noopener\">Naturopathic News</a></strong></p>\r\n<p><a href=\"https://www.verywellhealth.com/pcos-and-berberine-4136324\" target=\"_blank\" rel=\"noopener\"><strong>VeryWellHealth</strong></a></p>\r\n<p><a href=\"https://altmedrev.com/wp-content/uploads/2019/02/v5-2-175.pdf\" target=\"_blank\" rel=\"noopener\"><strong>Alternative Medicine Review</strong></a></p>\r\n<p><a href=\"https://www.medicalnewstoday.com/articles/325798\" target=\"_blank\" rel=\"noopener\"><strong>Medical News Today</strong></a></p>\r\n<p><a href=\"https://www.healthline.com/nutrition/berberine-powerful-supplement#TOC_TITLE_HDR_9\" target=\"_blank\" rel=\"noopener\"><strong>Healthline</strong></a></p>\r\n<p><a href=\"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4947506/\" target=\"_blank\" rel=\"noopener\"><strong>PubMed</strong></a></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Â </strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Berberine','As potent as modern medicines!','publish','closed','open','','berberine','','','2021-08-28 13:00:53','2021-08-28 18:00:53','',0,'https://ruthsnutrition.com/?p=1598',0,'post','',0),(1599,2,'2021-08-28 12:45:22','2021-08-28 17:45:22','','Berberine 600X','','inherit','open','closed','','berberine-600x','','','2021-08-28 12:45:22','2021-08-28 17:45:22','',1598,'https://ruthsnutrition.com/wp-content/uploads/2021/08/Berberine-600X.jpeg',0,'attachment','image/jpeg',0),(1600,2,'2021-08-28 12:49:59','2021-08-28 17:49:59','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<p>&nbsp;</p>\r\n<h1><strong>The golden supplement as potent as modern medicines</strong></h1>\r\n<p><img class=\"alignright wp-image-1599 size-full\" src=\"https://ruthsnutrition.com/wp-content/uploads/2021/08/Berberine-600X.jpeg\" alt=\"\" width=\"600\" height=\"399\" /></p>\r\n<p>Berberine is one of those medicines from plants that has stood the test of time â€“ and clinical trials. Used in both ancient Chinese and Ayurvedic medicine, berberine is a yellow alkaloid found in the roots, rhizomes and stem barks of several plants including, goldenseal, barberry, and Oregon grape root.</p>\r\n<p>Traditionally used for inflammatory disorders, skin diseases, and wound healing, berberine has been studied in modern labs and found to be effective in lowering high blood sugar, improving cholesterol, treating digestive disorders, improving symptoms of PCOS, and aiding in weight loss. Tests show is it as effective as several medications.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Lowering high blood sugar levels</strong></p>\r\n<p>We all know the risks of prolonged high blood sugar: Type II diabetes, damage to body tissues and organs, and shortened lifespan. Berberine activates an enzyme inside cells called AMP-activated protein kinase. This enzyme is sometimes called a â€œmetabolic master switch,â€ and is found in the brain, muscle, kidney, heart, and liver.</p>\r\n<p>When tested for its ability to lower high blood sugar, berberine was as effective as metformin (Glucophage), glipizide (Glucotrol), and rosiglitazone (Avandia).</p>\r\n<p>It is so effective probably because it works via multiple mechanisms:</p>\r\n<p>Decreases insulin resistance, making insulin more effective.</p>\r\n<p>Increases glycolysis, helping the body break down sugars inside cells.</p>\r\n<p>Decreases sugar production in the liver.</p>\r\n<p>Slows breakdown of carbohydrates in the gut.</p>\r\n<p>Increases the number of beneficial bacteria in the gut.</p>\r\n<p>Studies show taking 1 gram of berberine daily lowered fasting blood sugar by 20%, from diabetic to normal levels. It also lowered hemoglobin A1C by 12%.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Lowering body weight</strong></p>\r\n<p>Probably because it takes all the actions above, berberine also can help with weight loss. In a 12-week study of obese individuals, participants were given 500 mg of berberine three times daily. They lost about 5 pound or 3.6% of their body fat.</p>\r\n<p>In another 3-month study of men and women with metabolic syndrome, participants took 300 mg of berberine three times daily. Participants lost belly fat, improved heart health markers, and dropped their BMIs from obese to overweight (31.5 to 27.4).</p>\r\n<p>Researchers in another study observed that berberine may activate brown adipose tissue. This tissue helps the body turn food into body heat.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Improve symptoms of PCOS</strong></p>\r\n<p>Polycystic Ovary Syndrome (PCOS) occurs when a female has high levels of certain male hormones and often is associated with infertility, diabetes, insulin resistance, high cholesterol, and higher body weight.</p>\r\n<p>Studies show berberine can improve insulin resistance, high cholesterol, and infertility in women with PCOS. In a 3-month study, women with PCOS who took berberine saw greater reductions in body fat loss than those who took metformin. It also lowered insulin and glucose levels similar to metformin.</p>\r\n<p>Small studies have shown that women with PCOS who took berberine had improved ovulation and greater pregnancy rates than those taking metformin.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Improving cholesterol and heart disease risk</strong></p>\r\n<p>Berberine is a potent fighter against a poor lipid profile as it attacks so many players.</p>\r\n<p>Studies show berberine:</p>\r\n<p>Lowers total cholesterol</p>\r\n<p>Lowers LDL</p>\r\n<p>Lowers triglycerides</p>\r\n<p>Raises HDL, the â€œgoodâ€ cholesterol</p>\r\n<p>Lowers apolipoprotein B, an important heart disease risk factor</p>\r\n<p>Given these actions and its blood sugar regulating ability, berberine clearly can improve many markers of heart disease.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Other possible areas of benefit</strong></p>\r\n<p><strong>Fatty Liver:</strong> Studies show it reduces fat build-up in the liver.</p>\r\n<p><strong>Infections:</strong> Studies show berberine can fight harmful microorganisms, including bacteria, viruses, fungi, and parasites.</p>\r\n<p><strong>Cancer:</strong> In vitro and animal studies have shown berberine can reduce the growth and spread of various types of cancer. In a study of nearly 900 people who had colorectal polyps removed, participants were given 300 mg of berberine twice daily or placebo and followed up one or two years later. Those taking berberine had fewer recurrent polyps (36%) compared to those taking placebo (47%).</p>\r\n<p><strong>Recurring UTIs and cystitis:</strong> The American Association of Naturopathic Physicians notes that many naturopaths find berberineâ€™s antimicrobial properties helpful in treating these conditions.</p>\r\n<p><strong>Anxiety and Depression:</strong> Animal studies show it can improve symptoms.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Dosing and side effects</strong></p>\r\n<p>Berberine is usually given in 500 mg doses, three times daily. It is generally well tolerated, but some may get digestive upset. Because of that, some naturopaths recommend titrating the dose, starting at 500 mg for the first week. Then add another 500 mg the next week, and by the third week take the full dose.</p>\r\n<p>Do not take berberine if you are pregnant. There are not enough studies with pregnant women to prove its safety.</p>\r\n<p>Obviously, before starting berberine consult with your doctor.</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>REFERENCES:</strong></p>\r\n<p><a href=\"https://naturopathic.org/news/565580/6-Potential-Benefits-of-Berberine-You-Should-Know-About.htm\" target=\"_blank\" rel=\"noopener\">Naturopathic News</a></p>\r\n<p>&nbsp;</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>VeryWellHealth</strong></p>\r\n<p><strong><a href=\"https://www.verywellhealth.com/pcos-and-berberine-4136324\">https://www.verywellhealth.com/pcos-and-berberine-4136324</a></strong></p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Alternative Medicine Review</strong></p>\r\n<p><strong><a href=\"https://altmedrev.com/wp-content/uploads/2019/02/v5-2-175.pdf\">https://altmedrev.com/wp-content/uploads/2019/02/v5-2-175.pdf</a></strong></p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Medical News Today</strong></p>\r\n<p><strong><a href=\"https://www.medicalnewstoday.com/articles/325798\">https://www.medicalnewstoday.com/articles/325798</a></strong></p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Healthline</strong></p>\r\n<p><strong><a href=\"https://www.healthline.com/nutrition/berberine-powerful-supplement#TOC_TITLE_HDR_9\">https://www.healthline.com/nutrition/berberine-powerful-supplement#TOC_TITLE_HDR_9</a></strong></p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>PubMed</strong></p>\r\n<p><strong><a href=\"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4947506/\">https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4947506/</a></strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Â </strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Berberine','As potent as modern medicines!','inherit','closed','closed','','1598-revision-v1','','','2021-08-28 12:49:59','2021-08-28 17:49:59','',1598,'https://ruthsnutrition.com/?p=1600',0,'revision','',0),(1601,2,'2021-08-28 12:52:29','2021-08-28 17:52:29','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<p>&nbsp;</p>\r\n<h1><strong>The golden supplement as potent as modern medicines</strong></h1>\r\n<p><img class=\"alignright wp-image-1599 size-full\" src=\"https://ruthsnutrition.com/wp-content/uploads/2021/08/Berberine-600X.jpeg\" alt=\"\" width=\"600\" height=\"399\" /></p>\r\n<p>Berberine is one of those medicines from plants that has stood the test of time â€“ and clinical trials. Used in both ancient Chinese and Ayurvedic medicine, berberine is a yellow alkaloid found in the roots, rhizomes and stem barks of several plants including, goldenseal, barberry, and Oregon grape root.</p>\r\n<p>Traditionally used for inflammatory disorders, skin diseases, and wound healing, berberine has been studied in modern labs and found to be effective in lowering high blood sugar, improving cholesterol, treating digestive disorders, improving symptoms of PCOS, and aiding in weight loss. Tests show is it as effective as several medications.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Lowering high blood sugar levels</strong></p>\r\n<p>We all know the risks of prolonged high blood sugar: Type II diabetes, damage to body tissues and organs, and shortened lifespan. Berberine activates an enzyme inside cells called AMP-activated protein kinase. This enzyme is sometimes called a â€œmetabolic master switch,â€ and is found in the brain, muscle, kidney, heart, and liver.</p>\r\n<p>When tested for its ability to lower high blood sugar, berberine was as effective as metformin (Glucophage), glipizide (Glucotrol), and rosiglitazone (Avandia).</p>\r\n<p>It is so effective probably because it works via multiple mechanisms:</p>\r\n<p>Decreases insulin resistance, making insulin more effective.</p>\r\n<p>Increases glycolysis, helping the body break down sugars inside cells.</p>\r\n<p>Decreases sugar production in the liver.</p>\r\n<p>Slows breakdown of carbohydrates in the gut.</p>\r\n<p>Increases the number of beneficial bacteria in the gut.</p>\r\n<p>Studies show taking 1 gram of berberine daily lowered fasting blood sugar by 20%, from diabetic to normal levels. It also lowered hemoglobin A1C by 12%.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Lowering body weight</strong></p>\r\n<p>Probably because it takes all the actions above, berberine also can help with weight loss. In a 12-week study of obese individuals, participants were given 500 mg of berberine three times daily. They lost about 5 pound or 3.6% of their body fat.</p>\r\n<p>In another 3-month study of men and women with metabolic syndrome, participants took 300 mg of berberine three times daily. Participants lost belly fat, improved heart health markers, and dropped their BMIs from obese to overweight (31.5 to 27.4).</p>\r\n<p>Researchers in another study observed that berberine may activate brown adipose tissue. This tissue helps the body turn food into body heat.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Improve symptoms of PCOS</strong></p>\r\n<p>Polycystic Ovary Syndrome (PCOS) occurs when a female has high levels of certain male hormones and often is associated with infertility, diabetes, insulin resistance, high cholesterol, and higher body weight.</p>\r\n<p>Studies show berberine can improve insulin resistance, high cholesterol, and infertility in women with PCOS. In a 3-month study, women with PCOS who took berberine saw greater reductions in body fat loss than those who took metformin. It also lowered insulin and glucose levels similar to metformin.</p>\r\n<p>Small studies have shown that women with PCOS who took berberine had improved ovulation and greater pregnancy rates than those taking metformin.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Improving cholesterol and heart disease risk</strong></p>\r\n<p>Berberine is a potent fighter against a poor lipid profile as it attacks so many players.</p>\r\n<p>Studies show berberine:</p>\r\n<p>Lowers total cholesterol</p>\r\n<p>Lowers LDL</p>\r\n<p>Lowers triglycerides</p>\r\n<p>Raises HDL, the â€œgoodâ€ cholesterol</p>\r\n<p>Lowers apolipoprotein B, an important heart disease risk factor</p>\r\n<p>Given these actions and its blood sugar regulating ability, berberine clearly can improve many markers of heart disease.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Other possible areas of benefit</strong></p>\r\n<p><strong>Fatty Liver:</strong> Studies show it reduces fat build-up in the liver.</p>\r\n<p><strong>Infections:</strong> Studies show berberine can fight harmful microorganisms, including bacteria, viruses, fungi, and parasites.</p>\r\n<p><strong>Cancer:</strong> In vitro and animal studies have shown berberine can reduce the growth and spread of various types of cancer. In a study of nearly 900 people who had colorectal polyps removed, participants were given 300 mg of berberine twice daily or placebo and followed up one or two years later. Those taking berberine had fewer recurrent polyps (36%) compared to those taking placebo (47%).</p>\r\n<p><strong>Recurring UTIs and cystitis:</strong> The American Association of Naturopathic Physicians notes that many naturopaths find berberineâ€™s antimicrobial properties helpful in treating these conditions.</p>\r\n<p><strong>Anxiety and Depression:</strong> Animal studies show it can improve symptoms.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Dosing and side effects</strong></p>\r\n<p>Berberine is usually given in 500 mg doses, three times daily. It is generally well tolerated, but some may get digestive upset. Because of that, some naturopaths recommend titrating the dose, starting at 500 mg for the first week. Then add another 500 mg the next week, and by the third week take the full dose.</p>\r\n<p>Do not take berberine if you are pregnant. There are not enough studies with pregnant women to prove its safety.</p>\r\n<p>Obviously, before starting berberine consult with your doctor.</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>REFERENCES:</strong></p>\r\n<p><strong><a href=\"https://naturopathic.org/news/565580/6-Potential-Benefits-of-Berberine-You-Should-Know-About.htm\" target=\"_blank\" rel=\"noopener\">Naturopathic News</a></strong></p>\r\n<p><a href=\"https://www.verywellhealth.com/pcos-and-berberine-4136324\" target=\"_blank\" rel=\"noopener\"><strong>VeryWellHealth</strong></a></p>\r\n<p><a href=\"https://altmedrev.com/wp-content/uploads/2019/02/v5-2-175.pdf\" target=\"_blank\" rel=\"noopener\"><strong>Alternative Medicine Review</strong></a></p>\r\n<p><strong>Â </strong><a href=\"https://www.medicalnewstoday.com/articles/325798\" target=\"_blank\" rel=\"noopener\"><strong>Medical News Today</strong></a></p>\r\n<p><strong>Â </strong><a href=\"https://www.healthline.com/nutrition/berberine-powerful-supplement#TOC_TITLE_HDR_9\" target=\"_blank\" rel=\"noopener\"><strong>Healthline</strong></a></p>\r\n<p>&nbsp;</p>\r\n<p><a href=\"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4947506/\" target=\"_blank\" rel=\"noopener\"><strong>PubMed</strong></a></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Â </strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Berberine','As potent as modern medicines!','inherit','closed','closed','','1598-revision-v1','','','2021-08-28 12:52:29','2021-08-28 17:52:29','',1598,'https://ruthsnutrition.com/?p=1601',0,'revision','',0),(1602,2,'2021-08-28 12:52:57','2021-08-28 17:52:57','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<p>&nbsp;</p>\r\n<h1><strong>The golden supplement as potent as multiple modern medicines</strong></h1>\r\n<p><img class=\"alignright wp-image-1599 size-full\" src=\"https://ruthsnutrition.com/wp-content/uploads/2021/08/Berberine-600X.jpeg\" alt=\"\" width=\"600\" height=\"399\" /></p>\r\n<p>Berberine is one of those medicines from plants that has stood the test of time â€“ and clinical trials. Used in both ancient Chinese and Ayurvedic medicine, berberine is a yellow alkaloid found in the roots, rhizomes and stem barks of several plants including, goldenseal, barberry, and Oregon grape root.</p>\r\n<p>Traditionally used for inflammatory disorders, skin diseases, and wound healing, berberine has been studied in modern labs and found to be effective in lowering high blood sugar, improving cholesterol, treating digestive disorders, improving symptoms of PCOS, and aiding in weight loss. Tests show is it as effective as several medications.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Lowering high blood sugar levels</strong></p>\r\n<p>We all know the risks of prolonged high blood sugar: Type II diabetes, damage to body tissues and organs, and shortened lifespan. Berberine activates an enzyme inside cells called AMP-activated protein kinase. This enzyme is sometimes called a â€œmetabolic master switch,â€ and is found in the brain, muscle, kidney, heart, and liver.</p>\r\n<p>When tested for its ability to lower high blood sugar, berberine was as effective as metformin (Glucophage), glipizide (Glucotrol), and rosiglitazone (Avandia).</p>\r\n<p>It is so effective probably because it works via multiple mechanisms:</p>\r\n<p>Decreases insulin resistance, making insulin more effective.</p>\r\n<p>Increases glycolysis, helping the body break down sugars inside cells.</p>\r\n<p>Decreases sugar production in the liver.</p>\r\n<p>Slows breakdown of carbohydrates in the gut.</p>\r\n<p>Increases the number of beneficial bacteria in the gut.</p>\r\n<p>Studies show taking 1 gram of berberine daily lowered fasting blood sugar by 20%, from diabetic to normal levels. It also lowered hemoglobin A1C by 12%.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Lowering body weight</strong></p>\r\n<p>Probably because it takes all the actions above, berberine also can help with weight loss. In a 12-week study of obese individuals, participants were given 500 mg of berberine three times daily. They lost about 5 pound or 3.6% of their body fat.</p>\r\n<p>In another 3-month study of men and women with metabolic syndrome, participants took 300 mg of berberine three times daily. Participants lost belly fat, improved heart health markers, and dropped their BMIs from obese to overweight (31.5 to 27.4).</p>\r\n<p>Researchers in another study observed that berberine may activate brown adipose tissue. This tissue helps the body turn food into body heat.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Improve symptoms of PCOS</strong></p>\r\n<p>Polycystic Ovary Syndrome (PCOS) occurs when a female has high levels of certain male hormones and often is associated with infertility, diabetes, insulin resistance, high cholesterol, and higher body weight.</p>\r\n<p>Studies show berberine can improve insulin resistance, high cholesterol, and infertility in women with PCOS. In a 3-month study, women with PCOS who took berberine saw greater reductions in body fat loss than those who took metformin. It also lowered insulin and glucose levels similar to metformin.</p>\r\n<p>Small studies have shown that women with PCOS who took berberine had improved ovulation and greater pregnancy rates than those taking metformin.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Improving cholesterol and heart disease risk</strong></p>\r\n<p>Berberine is a potent fighter against a poor lipid profile as it attacks so many players.</p>\r\n<p>Studies show berberine:</p>\r\n<p>Lowers total cholesterol</p>\r\n<p>Lowers LDL</p>\r\n<p>Lowers triglycerides</p>\r\n<p>Raises HDL, the â€œgoodâ€ cholesterol</p>\r\n<p>Lowers apolipoprotein B, an important heart disease risk factor</p>\r\n<p>Given these actions and its blood sugar regulating ability, berberine clearly can improve many markers of heart disease.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Other possible areas of benefit</strong></p>\r\n<p><strong>Fatty Liver:</strong> Studies show it reduces fat build-up in the liver.</p>\r\n<p><strong>Infections:</strong> Studies show berberine can fight harmful microorganisms, including bacteria, viruses, fungi, and parasites.</p>\r\n<p><strong>Cancer:</strong> In vitro and animal studies have shown berberine can reduce the growth and spread of various types of cancer. In a study of nearly 900 people who had colorectal polyps removed, participants were given 300 mg of berberine twice daily or placebo and followed up one or two years later. Those taking berberine had fewer recurrent polyps (36%) compared to those taking placebo (47%).</p>\r\n<p><strong>Recurring UTIs and cystitis:</strong> The American Association of Naturopathic Physicians notes that many naturopaths find berberineâ€™s antimicrobial properties helpful in treating these conditions.</p>\r\n<p><strong>Anxiety and Depression:</strong> Animal studies show it can improve symptoms.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Dosing and side effects</strong></p>\r\n<p>Berberine is usually given in 500 mg doses, three times daily. It is generally well tolerated, but some may get digestive upset. Because of that, some naturopaths recommend titrating the dose, starting at 500 mg for the first week. Then add another 500 mg the next week, and by the third week take the full dose.</p>\r\n<p>Do not take berberine if you are pregnant. There are not enough studies with pregnant women to prove its safety.</p>\r\n<p>Obviously, before starting berberine consult with your doctor.</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>REFERENCES:</strong></p>\r\n<p><strong><a href=\"https://naturopathic.org/news/565580/6-Potential-Benefits-of-Berberine-You-Should-Know-About.htm\" target=\"_blank\" rel=\"noopener\">Naturopathic News</a></strong></p>\r\n<p><a href=\"https://www.verywellhealth.com/pcos-and-berberine-4136324\" target=\"_blank\" rel=\"noopener\"><strong>VeryWellHealth</strong></a></p>\r\n<p><a href=\"https://altmedrev.com/wp-content/uploads/2019/02/v5-2-175.pdf\" target=\"_blank\" rel=\"noopener\"><strong>Alternative Medicine Review</strong></a></p>\r\n<p><strong>Â </strong><a href=\"https://www.medicalnewstoday.com/articles/325798\" target=\"_blank\" rel=\"noopener\"><strong>Medical News Today</strong></a></p>\r\n<p><strong>Â </strong><a href=\"https://www.healthline.com/nutrition/berberine-powerful-supplement#TOC_TITLE_HDR_9\" target=\"_blank\" rel=\"noopener\"><strong>Healthline</strong></a></p>\r\n<p>&nbsp;</p>\r\n<p><a href=\"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4947506/\" target=\"_blank\" rel=\"noopener\"><strong>PubMed</strong></a></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Â </strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Berberine','As potent as modern medicines!','inherit','closed','closed','','1598-revision-v1','','','2021-08-28 12:52:57','2021-08-28 17:52:57','',1598,'https://ruthsnutrition.com/?p=1602',0,'revision','',0),(1603,2,'2021-08-28 12:54:21','2021-08-28 17:54:21','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<p>&nbsp;</p>\r\n<h1><strong>The golden supplement as potent as multiple modern medicines</strong></h1>\r\n<p><img class=\"alignright wp-image-1599 size-full\" src=\"https://ruthsnutrition.com/wp-content/uploads/2021/08/Berberine-600X.jpeg\" alt=\"\" width=\"600\" height=\"399\" /></p>\r\n<p>Berberine is one of those medicines from plants that has stood the test of time â€“ and clinical trials. Used in both ancient Chinese and Ayurvedic medicine, berberine is a yellow alkaloid found in the roots, rhizomes and stem barks of several plants including, goldenseal, barberry, and Oregon grape root.</p>\r\n<p>Traditionally used for inflammatory disorders, skin diseases, and wound healing, berberine has been studied in modern labs and found to be effective in lowering high blood sugar, improving cholesterol, treating digestive disorders, improving symptoms of PCOS, and aiding in weight loss. Tests show is it as effective as several medications.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Lowering high blood sugar levels</strong></h3>\r\n<p>We all know the risks of prolonged high blood sugar: Type II diabetes, damage to body tissues and organs, and shortened lifespan. Berberine activates an enzyme inside cells called AMP-activated protein kinase. This enzyme is sometimes called a â€œmetabolic master switch,â€ and is found in the brain, muscle, kidney, heart, and liver.</p>\r\n<p>When tested for its ability to lower high blood sugar, berberine was as effective as metformin (Glucophage), glipizide (Glucotrol), and rosiglitazone (Avandia).</p>\r\n<p>It is so effective probably because it works via multiple mechanisms:</p>\r\n<p>Decreases insulin resistance, making insulin more effective.</p>\r\n<p>Increases glycolysis, helping the body break down sugars inside cells.</p>\r\n<p>Decreases sugar production in the liver.</p>\r\n<p>Slows breakdown of carbohydrates in the gut.</p>\r\n<p>Increases the number of beneficial bacteria in the gut.</p>\r\n<p>Studies show taking 1 gram of berberine daily lowered fasting blood sugar by 20%, from diabetic to normal levels. It also lowered hemoglobin A1C by 12%.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Lowering body weight</strong></h3>\r\n<p>Probably because it takes all the actions above, berberine also can help with weight loss. In a 12-week study of obese individuals, participants were given 500 mg of berberine three times daily. They lost about 5 pound or 3.6% of their body fat.</p>\r\n<p>In another 3-month study of men and women with metabolic syndrome, participants took 300 mg of berberine three times daily. Participants lost belly fat, improved heart health markers, and dropped their BMIs from obese to overweight (31.5 to 27.4).</p>\r\n<p>Researchers in another study observed that berberine may activate brown adipose tissue. This tissue helps the body turn food into body heat.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Improve symptoms of PCOS</strong></h3>\r\n<p>Polycystic Ovary Syndrome (PCOS) occurs when a female has high levels of certain male hormones and often is associated with infertility, diabetes, insulin resistance, high cholesterol, and higher body weight.</p>\r\n<p>Studies show berberine can improve insulin resistance, high cholesterol, and infertility in women with PCOS. In a 3-month study, women with PCOS who took berberine saw greater reductions in body fat loss than those who took metformin. It also lowered insulin and glucose levels similar to metformin.</p>\r\n<p>Small studies have shown that women with PCOS who took berberine had improved ovulation and greater pregnancy rates than those taking metformin.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Improving cholesterol and heart disease risk</strong></h3>\r\n<p>Berberine is a potent fighter against a poor lipid profile as it attacks so many players.</p>\r\n<p>Studies show berberine:</p>\r\n<p>Lowers total cholesterol</p>\r\n<p>Lowers LDL</p>\r\n<p>Lowers triglycerides</p>\r\n<p>Raises HDL, the â€œgoodâ€ cholesterol</p>\r\n<p>Lowers apolipoprotein B, an important heart disease risk factor</p>\r\n<p>Given these actions and its blood sugar regulating ability, berberine clearly can improve many markers of heart disease.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Other possible areas of benefit</strong></h3>\r\n<p><strong>Fatty Liver:</strong> Studies show it reduces fat build-up in the liver.</p>\r\n<p><strong>Infections:</strong> Studies show berberine can fight harmful microorganisms, including bacteria, viruses, fungi, and parasites.</p>\r\n<p><strong>Cancer:</strong> In vitro and animal studies have shown berberine can reduce the growth and spread of various types of cancer. In a study of nearly 900 people who had colorectal polyps removed, participants were given 300 mg of berberine twice daily or placebo and followed up one or two years later. Those taking berberine had fewer recurrent polyps (36%) compared to those taking placebo (47%).</p>\r\n<p><strong>Recurring UTIs and cystitis:</strong> The American Association of Naturopathic Physicians notes that many naturopaths find berberineâ€™s antimicrobial properties helpful in treating these conditions.</p>\r\n<p><strong>Anxiety and Depression:</strong> Animal studies show it can improve symptoms.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Dosing and side effects</strong></h3>\r\n<p>Berberine is usually given in 500 mg doses, three times daily. It is generally well tolerated, but some may get digestive upset. Because of that, some naturopaths recommend titrating the dose, starting at 500 mg for the first week. Then add another 500 mg the next week, and by the third week take the full dose.</p>\r\n<p>Do not take berberine if you are pregnant. There are not enough studies with pregnant women to prove its safety.</p>\r\n<p>Obviously, before starting berberine consult with your doctor.</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>REFERENCES:</strong></p>\r\n<p><strong><a href=\"https://naturopathic.org/news/565580/6-Potential-Benefits-of-Berberine-You-Should-Know-About.htm\" target=\"_blank\" rel=\"noopener\">Naturopathic News</a></strong></p>\r\n<p><a href=\"https://www.verywellhealth.com/pcos-and-berberine-4136324\" target=\"_blank\" rel=\"noopener\"><strong>VeryWellHealth</strong></a></p>\r\n<p><a href=\"https://altmedrev.com/wp-content/uploads/2019/02/v5-2-175.pdf\" target=\"_blank\" rel=\"noopener\"><strong>Alternative Medicine Review</strong></a></p>\r\n<p><strong>Â </strong><a href=\"https://www.medicalnewstoday.com/articles/325798\" target=\"_blank\" rel=\"noopener\"><strong>Medical News Today</strong></a></p>\r\n<p><strong>Â </strong><a href=\"https://www.healthline.com/nutrition/berberine-powerful-supplement#TOC_TITLE_HDR_9\" target=\"_blank\" rel=\"noopener\"><strong>Healthline</strong></a></p>\r\n<p>&nbsp;</p>\r\n<p><a href=\"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4947506/\" target=\"_blank\" rel=\"noopener\"><strong>PubMed</strong></a></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Â </strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Berberine','As potent as modern medicines!','inherit','closed','closed','','1598-revision-v1','','','2021-08-28 12:54:21','2021-08-28 17:54:21','',1598,'https://ruthsnutrition.com/?p=1603',0,'revision','',0),(1604,2,'2021-08-28 12:55:43','2021-08-28 17:55:43','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<p>&nbsp;</p>\r\n<h1><strong>The golden supplement as potent as multiple modern medicines</strong></h1>\r\n<p><img class=\"alignright wp-image-1599 size-full\" src=\"https://ruthsnutrition.com/wp-content/uploads/2021/08/Berberine-600X.jpeg\" alt=\"\" width=\"600\" height=\"399\" /></p>\r\n<p>Berberine is one of those medicines from plants that has stood the test of time â€“ and clinical trials. Used in both ancient Chinese and Ayurvedic medicine, berberine is a yellow alkaloid found in the roots, rhizomes and stem barks of several plants including, goldenseal, barberry, and Oregon grape root.</p>\r\n<p>Traditionally used for inflammatory disorders, skin diseases, and wound healing, berberine has been studied in modern labs and found to be effective in lowering high blood sugar, improving cholesterol, treating digestive disorders, improving symptoms of PCOS, and aiding in weight loss. Tests show is it as effective as several medications.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Lowering high blood sugar levels</strong></h3>\r\n<p>We all know the risks of prolonged high blood sugar: Type II diabetes, damage to body tissues and organs, and shortened lifespan. Berberine activates an enzyme inside cells called AMP-activated protein kinase. This enzyme is sometimes called a â€œmetabolic master switch,â€ and is found in the brain, muscle, kidney, heart, and liver.</p>\r\n<p>When tested for its ability to lower high blood sugar, berberine was as effective as metformin (Glucophage), glipizide (Glucotrol), and rosiglitazone (Avandia).</p>\r\n<p>It is so effective probably because it works via multiple mechanisms:</p>\r\n<p>Â  Â  Â Decreases insulin resistance, making insulin more effective.</p>\r\n<p>Â  Â  Â Increases glycolysis, helping the body break down sugars inside cells.</p>\r\n<p>Â  Â  Â Decreases sugar production in the liver.</p>\r\n<p>Â  Â  Â Slows breakdown of carbohydrates in the gut.</p>\r\n<p>Â  Â  Â Increases the number of beneficial bacteria in the gut.</p>\r\n<p>Studies show taking 1 gram of berberine daily lowered fasting blood sugar by 20%, from diabetic to normal levels. It also lowered hemoglobin A1C by 12%.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Lowering body weight</strong></h3>\r\n<p>Probably because it takes all the actions above, berberine also can help with weight loss. In a 12-week study of obese individuals, participants were given 500 mg of berberine three times daily. They lost about 5 pound or 3.6% of their body fat.</p>\r\n<p>In another 3-month study of men and women with metabolic syndrome, participants took 300 mg of berberine three times daily. Participants lost belly fat, improved heart health markers, and dropped their BMIs from obese to overweight (31.5 to 27.4).</p>\r\n<p>Researchers in another study observed that berberine may activate brown adipose tissue. This tissue helps the body turn food into body heat.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Improve symptoms of PCOS</strong></h3>\r\n<p>Polycystic Ovary Syndrome (PCOS) occurs when a female has high levels of certain male hormones and often is associated with infertility, diabetes, insulin resistance, high cholesterol, and higher body weight.</p>\r\n<p>Studies show berberine can improve insulin resistance, high cholesterol, and infertility in women with PCOS. In a 3-month study, women with PCOS who took berberine saw greater reductions in body fat loss than those who took metformin. It also lowered insulin and glucose levels similar to metformin.</p>\r\n<p>Small studies have shown that women with PCOS who took berberine had improved ovulation and greater pregnancy rates than those taking metformin.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Improving cholesterol and heart disease risk</strong></h3>\r\n<p>Berberine is a potent fighter against a poor lipid profile as it attacks so many players.</p>\r\n<p>Studies show berberine:</p>\r\n<p>Â  Â  Â Lowers total cholesterol</p>\r\n<p>Â  Â  Â Lowers LDL</p>\r\n<p>Â  Â  Â Lowers triglycerides</p>\r\n<p>Â  Â  Â Raises HDL, the â€œgoodâ€ cholesterol</p>\r\n<p>Â  Â  Â Lowers apolipoprotein B, an important heart disease risk factor</p>\r\n<p>Given these actions and its blood sugar regulating ability, berberine clearly can improve many markers of heart disease.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Other possible areas of benefit</strong></h3>\r\n<p><strong>Fatty Liver:</strong> Studies show it reduces fat build-up in the liver.</p>\r\n<p><strong>Infections:</strong> Studies show berberine can fight harmful microorganisms, including bacteria, viruses, fungi, and parasites.</p>\r\n<p><strong>Cancer:</strong> In vitro and animal studies have shown berberine can reduce the growth and spread of various types of cancer. In a study of nearly 900 people who had colorectal polyps removed, participants were given 300 mg of berberine twice daily or placebo and followed up one or two years later. Those taking berberine had fewer recurrent polyps (36%) compared to those taking placebo (47%).</p>\r\n<p><strong>Recurring UTIs and cystitis:</strong> The American Association of Naturopathic Physicians notes that many naturopaths find berberineâ€™s antimicrobial properties helpful in treating these conditions.</p>\r\n<p><strong>Anxiety and Depression:</strong> Animal studies show it can improve symptoms.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Dosing and side effects</strong></h3>\r\n<p>Berberine is usually given in 500 mg doses, three times daily. It is generally well tolerated, but some may get digestive upset. Because of that, some naturopaths recommend titrating the dose, starting at 500 mg for the first week. Then add another 500 mg the next week, and by the third week take the full dose.</p>\r\n<p>Do not take berberine if you are pregnant. There are not enough studies with pregnant women to prove its safety.</p>\r\n<p>Obviously, before starting berberine consult with your doctor.</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>REFERENCES:</strong></p>\r\n<p><strong><a href=\"https://naturopathic.org/news/565580/6-Potential-Benefits-of-Berberine-You-Should-Know-About.htm\" target=\"_blank\" rel=\"noopener\">Naturopathic News</a></strong></p>\r\n<p><a href=\"https://www.verywellhealth.com/pcos-and-berberine-4136324\" target=\"_blank\" rel=\"noopener\"><strong>VeryWellHealth</strong></a></p>\r\n<p><a href=\"https://altmedrev.com/wp-content/uploads/2019/02/v5-2-175.pdf\" target=\"_blank\" rel=\"noopener\"><strong>Alternative Medicine Review</strong></a></p>\r\n<p><strong>Â </strong><a href=\"https://www.medicalnewstoday.com/articles/325798\" target=\"_blank\" rel=\"noopener\"><strong>Medical News Today</strong></a></p>\r\n<p><strong>Â </strong><a href=\"https://www.healthline.com/nutrition/berberine-powerful-supplement#TOC_TITLE_HDR_9\" target=\"_blank\" rel=\"noopener\"><strong>Healthline</strong></a></p>\r\n<p>&nbsp;</p>\r\n<p><a href=\"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4947506/\" target=\"_blank\" rel=\"noopener\"><strong>PubMed</strong></a></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Â </strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Berberine','As potent as modern medicines!','inherit','closed','closed','','1598-revision-v1','','','2021-08-28 12:55:43','2021-08-28 17:55:43','',1598,'https://ruthsnutrition.com/?p=1604',0,'revision','',0),(1605,2,'2021-08-28 12:56:43','2021-08-28 17:56:43','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<p>&nbsp;</p>\r\n<h1><strong>The golden supplement as potent as multiple modern medicines</strong></h1>\r\n<p><img class=\"alignright wp-image-1599 size-full\" src=\"https://ruthsnutrition.com/wp-content/uploads/2021/08/Berberine-600X.jpeg\" alt=\"\" width=\"600\" height=\"399\" /></p>\r\n<p>Berberine is one of those medicines from plants that has stood the test of time â€“ and clinical trials. Used in both ancient Chinese and Ayurvedic medicine, berberine is a yellow alkaloid found in the roots, rhizomes and stem barks of several plants including, goldenseal, barberry, and Oregon grape root.</p>\r\n<p>Traditionally used for inflammatory disorders, skin diseases, and wound healing, berberine has been studied in modern labs and found to be effective in lowering high blood sugar, improving cholesterol, treating digestive disorders, improving symptoms of PCOS, and aiding in weight loss. Tests show is it as effective as several medications.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Lowering high blood sugar levels</strong></h3>\r\n<p>We all know the risks of prolonged high blood sugar: Type II diabetes, damage to body tissues and organs, and shortened lifespan. Berberine activates an enzyme inside cells called AMP-activated protein kinase. This enzyme is sometimes called a â€œmetabolic master switch,â€ and is found in the brain, muscle, kidney, heart, and liver.</p>\r\n<p>When tested for its ability to lower high blood sugar, berberine was as effective as metformin (Glucophage), glipizide (Glucotrol), and rosiglitazone (Avandia).</p>\r\n<p>It is so effective probably because it works via multiple mechanisms:</p>\r\n<ul>\r\n<li>Â  Â  Decreases insulin resistance, making insulin more effective.</li>\r\n<li>Â  Â  Â Increases glycolysis, helping the body break down sugars inside cells.</li>\r\n<li>Â  Â  Â Decreases sugar production in the liver.</li>\r\n<li>Â  Â  Â Slows breakdown of carbohydrates in the gut.</li>\r\n<li>Â  Â  Â Increases the number of beneficial bacteria in the gut.</li>\r\n</ul>\r\n<p>Studies show taking 1 gram of berberine daily lowered fasting blood sugar by 20%, from diabetic to normal levels. It also lowered hemoglobin A1C by 12%.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Lowering body weight</strong></h3>\r\n<p>Probably because it takes all the actions above, berberine also can help with weight loss. In a 12-week study of obese individuals, participants were given 500 mg of berberine three times daily. They lost about 5 pound or 3.6% of their body fat.</p>\r\n<p>In another 3-month study of men and women with metabolic syndrome, participants took 300 mg of berberine three times daily. Participants lost belly fat, improved heart health markers, and dropped their BMIs from obese to overweight (31.5 to 27.4).</p>\r\n<p>Researchers in another study observed that berberine may activate brown adipose tissue. This tissue helps the body turn food into body heat.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Improve symptoms of PCOS</strong></h3>\r\n<p>Polycystic Ovary Syndrome (PCOS) occurs when a female has high levels of certain male hormones and often is associated with infertility, diabetes, insulin resistance, high cholesterol, and higher body weight.</p>\r\n<p>Studies show berberine can improve insulin resistance, high cholesterol, and infertility in women with PCOS. In a 3-month study, women with PCOS who took berberine saw greater reductions in body fat loss than those who took metformin. It also lowered insulin and glucose levels similar to metformin.</p>\r\n<p>Small studies have shown that women with PCOS who took berberine had improved ovulation and greater pregnancy rates than those taking metformin.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Improving cholesterol and heart disease risk</strong></h3>\r\n<p>Berberine is a potent fighter against a poor lipid profile as it attacks so many players.</p>\r\n<p>Studies show berberine:</p>\r\n<ul>\r\n<li>Â  Â  Â Lowers total cholesterol</li>\r\n<li>Â  Â  Â Lowers LDL</li>\r\n<li>Â  Â  Â Lowers triglycerides</li>\r\n<li>Â  Â  Â Raises HDL, the â€œgoodâ€ cholesterol</li>\r\n<li>Â  Â  Â Lowers apolipoprotein B, an important heart disease risk factor</li>\r\n</ul>\r\n<p>Given these actions and its blood sugar regulating ability, berberine clearly can improve many markers of heart disease.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Other possible areas of benefit</strong></h3>\r\n<p><strong>Fatty Liver:</strong> Studies show it reduces fat build-up in the liver.</p>\r\n<p><strong>Infections:</strong> Studies show berberine can fight harmful microorganisms, including bacteria, viruses, fungi, and parasites.</p>\r\n<p><strong>Cancer:</strong> In vitro and animal studies have shown berberine can reduce the growth and spread of various types of cancer. In a study of nearly 900 people who had colorectal polyps removed, participants were given 300 mg of berberine twice daily or placebo and followed up one or two years later. Those taking berberine had fewer recurrent polyps (36%) compared to those taking placebo (47%).</p>\r\n<p><strong>Recurring UTIs and cystitis:</strong> The American Association of Naturopathic Physicians notes that many naturopaths find berberineâ€™s antimicrobial properties helpful in treating these conditions.</p>\r\n<p><strong>Anxiety and Depression:</strong> Animal studies show it can improve symptoms.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Dosing and side effects</strong></h3>\r\n<p>Berberine is usually given in 500 mg doses, three times daily. It is generally well tolerated, but some may get digestive upset. Because of that, some naturopaths recommend titrating the dose, starting at 500 mg for the first week. Then add another 500 mg the next week, and by the third week take the full dose.</p>\r\n<p>Do not take berberine if you are pregnant. There are not enough studies with pregnant women to prove its safety.</p>\r\n<p>Obviously, before starting berberine consult with your doctor.</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>REFERENCES:</strong></p>\r\n<p><strong><a href=\"https://naturopathic.org/news/565580/6-Potential-Benefits-of-Berberine-You-Should-Know-About.htm\" target=\"_blank\" rel=\"noopener\">Naturopathic News</a></strong></p>\r\n<p><a href=\"https://www.verywellhealth.com/pcos-and-berberine-4136324\" target=\"_blank\" rel=\"noopener\"><strong>VeryWellHealth</strong></a></p>\r\n<p><a href=\"https://altmedrev.com/wp-content/uploads/2019/02/v5-2-175.pdf\" target=\"_blank\" rel=\"noopener\"><strong>Alternative Medicine Review</strong></a></p>\r\n<p><strong>Â </strong><a href=\"https://www.medicalnewstoday.com/articles/325798\" target=\"_blank\" rel=\"noopener\"><strong>Medical News Today</strong></a></p>\r\n<p><strong>Â </strong><a href=\"https://www.healthline.com/nutrition/berberine-powerful-supplement#TOC_TITLE_HDR_9\" target=\"_blank\" rel=\"noopener\"><strong>Healthline</strong></a></p>\r\n<p>&nbsp;</p>\r\n<p><a href=\"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4947506/\" target=\"_blank\" rel=\"noopener\"><strong>PubMed</strong></a></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Â </strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Berberine','As potent as modern medicines!','inherit','closed','closed','','1598-revision-v1','','','2021-08-28 12:56:43','2021-08-28 17:56:43','',1598,'https://ruthsnutrition.com/?p=1605',0,'revision','',0),(1606,2,'2021-08-28 12:59:23','2021-08-28 17:59:23','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<p>&nbsp;</p>\r\n<h1><strong>The golden supplement as potent as multiple modern medicines</strong></h1>\r\n<p><img class=\"alignright wp-image-1599 size-full\" src=\"https://ruthsnutrition.com/wp-content/uploads/2021/08/Berberine-600X.jpeg\" alt=\"\" width=\"600\" height=\"399\" /></p>\r\n<p>Berberine is one of those medicines from plants that has stood the test of time â€“ and clinical trials. Used in both ancient Chinese and Ayurvedic medicine, berberine is a yellow alkaloid found in the roots, rhizomes and stem barks of several plants including, goldenseal, barberry, and Oregon grape root.</p>\r\n<p>Traditionally used for inflammatory disorders, skin diseases, and wound healing, berberine has been studied in modern labs and found to be effective in lowering high blood sugar, improving cholesterol, treating digestive disorders, improving symptoms of PCOS, and aiding in weight loss. Tests show is it as effective as several medications.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Lowering high blood sugar levels</strong></h3>\r\n<p>We all know the risks of prolonged high blood sugar: Type II diabetes, damage to body tissues and organs, and shortened lifespan. Berberine activates an enzyme inside cells called AMP-activated protein kinase. This enzyme is sometimes called a â€œmetabolic master switch,â€ and is found in the brain, muscle, kidney, heart, and liver.</p>\r\n<p>When tested for its ability to lower high blood sugar, berberine was as effective as metformin (Glucophage), glipizide (Glucotrol), and rosiglitazone (Avandia).</p>\r\n<p>It is so effective probably because it works via multiple mechanisms:</p>\r\n<p>Â  Â  Â *Â  Decreases insulin resistance, making insulin more effective.</p>\r\n<p>Â  Â  Â *Â  Increases glycolysis, helping the body break down sugars inside cells.</p>\r\n<p>Â  Â  Â *Â  Decreases sugar production in the liver.</p>\r\n<p>Â  Â  Â *Â  Slows breakdown of carbohydrates in the gut.</p>\r\n<p>Â  Â  Â *Â  Increases the number of beneficial bacteria in the gut.</p>\r\n<p>Studies show taking 1 gram of berberine daily lowered fasting blood sugar by 20%, from diabetic to normal levels. It also lowered hemoglobin A1C by 12%.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Lowering body weight</strong></h3>\r\n<p>Probably because it takes all the actions above, berberine also can help with weight loss. In a 12-week study of obese individuals, participants were given 500 mg of berberine three times daily. They lost about 5 pound or 3.6% of their body fat.</p>\r\n<p>In another 3-month study of men and women with metabolic syndrome, participants took 300 mg of berberine three times daily. Participants lost belly fat, improved heart health markers, and dropped their BMIs from obese to overweight (31.5 to 27.4).</p>\r\n<p>Researchers in another study observed that berberine may activate brown adipose tissue. This tissue helps the body turn food into body heat.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Improve symptoms of PCOS</strong></h3>\r\n<p>Polycystic Ovary Syndrome (PCOS) occurs when a female has high levels of certain male hormones and often is associated with infertility, diabetes, insulin resistance, high cholesterol, and higher body weight.</p>\r\n<p>Studies show berberine can improve insulin resistance, high cholesterol, and infertility in women with PCOS. In a 3-month study, women with PCOS who took berberine saw greater reductions in body fat loss than those who took metformin. It also lowered insulin and glucose levels similar to metformin.</p>\r\n<p>Small studies have shown that women with PCOS who took berberine had improved ovulation and greater pregnancy rates than those taking metformin.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Improving cholesterol and heart disease risk</strong></h3>\r\n<p>Berberine is a potent fighter against a poor lipid profile as it attacks so many players.</p>\r\n<p>Studies show berberine:</p>\r\n<p>Â  Â  Â *Â  Lowers total cholesterol</p>\r\n<p>Â  Â  Â *Â  Lowers LDL</p>\r\n<p>Â  Â  Â *Â  Lowers triglycerides</p>\r\n<p>Â  Â  Â *Â  Raises HDL, the â€œgoodâ€ cholesterol</p>\r\n<p>Â  Â  Â *Â  Lowers apolipoprotein B, an important heart disease risk factor</p>\r\n<p>Given these actions and its blood sugar regulating ability, berberine clearly can improve many markers of heart disease.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Other possible areas of benefit</strong></h3>\r\n<p><strong>Fatty Liver:</strong> Studies show it reduces fat build-up in the liver.</p>\r\n<p><strong>Infections:</strong> Studies show berberine can fight harmful microorganisms, including bacteria, viruses, fungi, and parasites.</p>\r\n<p><strong>Cancer:</strong> In vitro and animal studies have shown berberine can reduce the growth and spread of various types of cancer. In a study of nearly 900 people who had colorectal polyps removed, participants were given 300 mg of berberine twice daily or placebo and followed up one or two years later. Those taking berberine had fewer recurrent polyps (36%) compared to those taking placebo (47%).</p>\r\n<p><strong>Recurring UTIs and cystitis:</strong> The American Association of Naturopathic Physicians notes that many naturopaths find berberineâ€™s antimicrobial properties helpful in treating these conditions.</p>\r\n<p><strong>Anxiety and Depression:</strong> Animal studies show it can improve symptoms.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Dosing and side effects</strong></h3>\r\n<p>Berberine is usually given in 500 mg doses, three times daily. It is generally well tolerated, but some may get digestive upset. Because of that, some naturopaths recommend titrating the dose, starting at 500 mg for the first week. Then add another 500 mg the next week, and by the third week take the full dose.</p>\r\n<p>Do not take berberine if you are pregnant. There are not enough studies with pregnant women to prove its safety.</p>\r\n<p>Obviously, before starting berberine consult with your doctor.</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>REFERENCES:</strong></p>\r\n<p><strong><a href=\"https://naturopathic.org/news/565580/6-Potential-Benefits-of-Berberine-You-Should-Know-About.htm\" target=\"_blank\" rel=\"noopener\">Naturopathic News</a></strong></p>\r\n<p><a href=\"https://www.verywellhealth.com/pcos-and-berberine-4136324\" target=\"_blank\" rel=\"noopener\"><strong>VeryWellHealth</strong></a></p>\r\n<p><a href=\"https://altmedrev.com/wp-content/uploads/2019/02/v5-2-175.pdf\" target=\"_blank\" rel=\"noopener\"><strong>Alternative Medicine Review</strong></a></p>\r\n<p><strong>Â </strong><a href=\"https://www.medicalnewstoday.com/articles/325798\" target=\"_blank\" rel=\"noopener\"><strong>Medical News Today</strong></a></p>\r\n<p><strong>Â </strong><a href=\"https://www.healthline.com/nutrition/berberine-powerful-supplement#TOC_TITLE_HDR_9\" target=\"_blank\" rel=\"noopener\"><strong>Healthline</strong></a></p>\r\n<p><a href=\"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4947506/\" target=\"_blank\" rel=\"noopener\"><strong>PubMed</strong></a></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Â </strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Berberine','As potent as modern medicines!','inherit','closed','closed','','1598-revision-v1','','','2021-08-28 12:59:23','2021-08-28 17:59:23','',1598,'https://ruthsnutrition.com/?p=1606',0,'revision','',0),(1607,2,'2021-08-28 12:59:58','2021-08-28 17:59:58','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<p>&nbsp;</p>\r\n<h1><strong>The golden supplement as potent as multiple modern medicines</strong></h1>\r\n<p><img class=\"alignright wp-image-1599 size-full\" src=\"https://ruthsnutrition.com/wp-content/uploads/2021/08/Berberine-600X.jpeg\" alt=\"\" width=\"600\" height=\"399\" /></p>\r\n<p>Berberine is one of those medicines from plants that has stood the test of time â€“ and clinical trials. Used in both ancient Chinese and Ayurvedic medicine, berberine is a yellow alkaloid found in the roots, rhizomes and stem barks of several plants including, goldenseal, barberry, and Oregon grape root.</p>\r\n<p>Traditionally used for inflammatory disorders, skin diseases, and wound healing, berberine has been studied in modern labs and found to be effective in lowering high blood sugar, improving cholesterol, treating digestive disorders, improving symptoms of PCOS, and aiding in weight loss. Tests show is it as effective as several medications.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Lowering high blood sugar levels</strong></h3>\r\n<p>We all know the risks of prolonged high blood sugar: Type II diabetes, damage to body tissues and organs, and shortened lifespan. Berberine activates an enzyme inside cells called AMP-activated protein kinase. This enzyme is sometimes called a â€œmetabolic master switch,â€ and is found in the brain, muscle, kidney, heart, and liver.</p>\r\n<p>When tested for its ability to lower high blood sugar, berberine was as effective as metformin (Glucophage), glipizide (Glucotrol), and rosiglitazone (Avandia).</p>\r\n<p>It is so effective probably because it works via multiple mechanisms:</p>\r\n<p>Â  Â  Â *Â  Decreases insulin resistance, making insulin more effective.</p>\r\n<p>Â  Â  Â *Â  Increases glycolysis, helping the body break down sugars inside cells.</p>\r\n<p>Â  Â  Â *Â  Decreases sugar production in the liver.</p>\r\n<p>Â  Â  Â *Â  Slows breakdown of carbohydrates in the gut.</p>\r\n<p>Â  Â  Â *Â  Increases the number of beneficial bacteria in the gut.</p>\r\n<p>Studies show taking 1 gram of berberine daily lowered fasting blood sugar by 20%, from diabetic to normal levels. It also lowered hemoglobin A1C by 12%.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Lowering body weight</strong></h3>\r\n<p>Probably because it takes all the actions above, berberine also can help with weight loss. In a 12-week study of obese individuals, participants were given 500 mg of berberine three times daily. They lost about 5 pound or 3.6% of their body fat.</p>\r\n<p>In another 3-month study of men and women with metabolic syndrome, participants took 300 mg of berberine three times daily. Participants lost belly fat, improved heart health markers, and dropped their BMIs from obese to overweight (31.5 to 27.4).</p>\r\n<p>Researchers in another study observed that berberine may activate brown adipose tissue. This tissue helps the body turn food into body heat.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Improve symptoms of PCOS</strong></h3>\r\n<p>Polycystic Ovary Syndrome (PCOS) occurs when a female has high levels of certain male hormones and often is associated with infertility, diabetes, insulin resistance, high cholesterol, and higher body weight.</p>\r\n<p>Studies show berberine can improve insulin resistance, high cholesterol, and infertility in women with PCOS. In a 3-month study, women with PCOS who took berberine saw greater reductions in body fat loss than those who took metformin. It also lowered insulin and glucose levels similar to metformin.</p>\r\n<p>Small studies have shown that women with PCOS who took berberine had improved ovulation and greater pregnancy rates than those taking metformin.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Improving cholesterol and heart disease risk</strong></h3>\r\n<p>Berberine is a potent fighter against a poor lipid profile as it attacks so many players.</p>\r\n<p>Studies show berberine:</p>\r\n<p>Â  Â  Â *Â  Lowers total cholesterol</p>\r\n<p>Â  Â  Â *Â  Lowers LDL</p>\r\n<p>Â  Â  Â *Â  Lowers triglycerides</p>\r\n<p>Â  Â  Â *Â  Raises HDL, the â€œgoodâ€ cholesterol</p>\r\n<p>Â  Â  Â *Â  Lowers apolipoprotein B, an important heart disease risk factor</p>\r\n<p>Given these actions and its blood sugar regulating ability, berberine clearly can improve many markers of heart disease.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Other possible areas of benefit</strong></h3>\r\n<p><strong>Fatty Liver:</strong> Studies show it reduces fat build-up in the liver.</p>\r\n<p><strong>Infections:</strong> Studies show berberine can fight harmful microorganisms, including bacteria, viruses, fungi, and parasites.</p>\r\n<p><strong>Cancer:</strong> In vitro and animal studies have shown berberine can reduce the growth and spread of various types of cancer. In a study of nearly 900 people who had colorectal polyps removed, participants were given 300 mg of berberine twice daily or placebo and followed up one or two years later. Those taking berberine had fewer recurrent polyps (36%) compared to those taking placebo (47%).</p>\r\n<p><strong>Recurring UTIs and cystitis:</strong> The American Association of Naturopathic Physicians notes that many naturopaths find berberineâ€™s antimicrobial properties helpful in treating these conditions.</p>\r\n<p><strong>Anxiety and Depression:</strong> Animal studies show it can improve symptoms.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Dosing and side effects</strong></h3>\r\n<p>Berberine is usually given in 500 mg doses, three times daily. It is generally well tolerated, but some may get digestive upset. Because of that, some naturopaths recommend titrating the dose, starting at 500 mg for the first week. Then add another 500 mg the next week, and by the third week take the full dose.</p>\r\n<p>Do not take berberine if you are pregnant. There are not enough studies with pregnant women to prove its safety.</p>\r\n<p>Obviously, before starting berberine consult with your doctor.</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>REFERENCES:</strong></p>\r\n<p><strong><a href=\"https://naturopathic.org/news/565580/6-Potential-Benefits-of-Berberine-You-Should-Know-About.htm\" target=\"_blank\" rel=\"noopener\">Naturopathic News</a></strong></p>\r\n<p><a href=\"https://www.verywellhealth.com/pcos-and-berberine-4136324\" target=\"_blank\" rel=\"noopener\"><strong>VeryWellHealth</strong></a></p>\r\n<p><a href=\"https://altmedrev.com/wp-content/uploads/2019/02/v5-2-175.pdf\" target=\"_blank\" rel=\"noopener\"><strong>Alternative Medicine Review</strong></a></p>\r\n<p><a href=\"https://www.medicalnewstoday.com/articles/325798\" target=\"_blank\" rel=\"noopener\"><strong>Medical News Today</strong></a></p>\r\n<p><a href=\"https://www.healthline.com/nutrition/berberine-powerful-supplement#TOC_TITLE_HDR_9\" target=\"_blank\" rel=\"noopener\"><strong>Healthline</strong></a></p>\r\n<p><a href=\"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4947506/\" target=\"_blank\" rel=\"noopener\"><strong>PubMed</strong></a></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Â </strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Berberine','As potent as modern medicines!','inherit','closed','closed','','1598-revision-v1','','','2021-08-28 12:59:58','2021-08-28 17:59:58','',1598,'https://ruthsnutrition.com/?p=1607',0,'revision','',0),(1610,2,'2021-09-24 09:26:59','2021-09-24 14:26:59','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<p>&nbsp;</p>\r\n<h1><strong>The golden flakes packed with protein, fiber, trace minerals, and B vitamins</strong></h1>\r\n<p><img class=\"alignright wp-image-1611 size-full\" src=\"https://ruthsnutrition.com/wp-content/uploads/2021/09/nutritional-yeast-600X.jpeg\" alt=\"\" width=\"600\" height=\"450\" /></p>\r\n<p>Nutritional yeast is an unusual food product probably best known to vegans, but it offers multiple benefits to anyone who chooses to use it. The yellow powder or flakes are packed with easy-to-digest protein, fiber, trace minerals, and B vitamins.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>The Basics</strong></h3>\r\n<p>First, the basics about yeasts. There are three types of yeast products made from <em>Saccharomyces cerevisiae</em>, and they definitely are not the same.</p>\r\n<p><strong>Bakerâ€™s yeast:</strong> This product is alive and used to leaven bread. It gets killed during baking, but it adds an earthy, yeasty flavor.</p>\r\n<p><strong>Brewerâ€™s yeast:</strong> Purchased alive, itâ€™s used to brew beer. The dead yeast cells left over from the brewing process are sold as a nutritional supplement, but the taste can be very bitter.</p>\r\n<p><strong>Nutritional yeast:</strong> This yeast is grown specifically as a food product. The yeast is killed during manufacturing. The final product â€“ sold as powder or flakes â€“ adds a cheesy, nutty, savory flavor to cooking.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Nutritional Powerhouse</strong></h3>\r\n<p>While 2 tablespoons of nutritional yeast naturally contains only 50 calories, it supplies 8 grams of protein, 4 grams of fiber, 1 gram of fat, 5 grams of carbohydrate, and no sugar or gluten. Itâ€™s also a significant source of thiamine (B1), riboflavin (B2), Pyridoxine (B6), potassium, and zinc. If itâ€™s fortified, as most retail products are, it also offers up high levels of vitamin B12 and folic acid, both of which help your body make and maintain DNA and red blood cells.</p>\r\n<p>Keep in mind that nutritional yeast is a complete protein, containing all nine essential amino acids just like animal protein. This makes it a great choice for vegans.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Antioxidant Powerhouse</strong></h3>\r\n<p>Free radicals - uncharged particles that can cause cell damage â€“ assault us daily. Antioxidants from the diet help minimize this damage by binding to the free radicals and essentially disarming them.</p>\r\n<p>Nutritional yeast contains two potent antioxidants: glutathione (the bodyâ€™s master anti-inflammatory) and selenomethionine. These powerhouses protect your cells from free radicals, heavy metals, and help your body eliminate environmental toxins.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Immune Fortifier</strong></h3>\r\n<p>The two main carbohydrates in nutritional yeast â€“ alpha-mannan and beta-glucan â€“Â  protect against infection. They stop pathogenic bacteria from attaching to the intestinal lining, and they stimulate immune cells to be more effective in fighting infection. They also can attach to certain toxins and help remove them from the body.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Cholesterol Fighter</strong></h3>\r\n<p>The fiber in nutritional yeast, beta-glucan, has been shown to reduce cholesterol levels. In one study, men with high cholesterol ate 15 grams of beta-glucan from yeast daily for eight weeks. It lowered their cholesterol by 6%.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Risk Factors</strong></h3>\r\n<p>While nutritional yeast is considered safe for most people, anyone who is sensitive to yeast products may react. Because nutritional yeast contains tyramine, it may interact with monoamine oxidase inhibitors, some narcotics, and anti-fungal drugs.</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>REFERENCES</strong></h3>\r\n<p><a href=\"https://www.healthline.com/nutrition/nutritional-yeast\" target=\"_blank\" rel=\"noopener\"><strong>Healthline</strong></a></p>\r\n<p><a href=\"https://www.webmd.com/diet/nutritional-yeast-good-for-you#1\" target=\"_blank\" rel=\"noopener\"><strong>WebMDÂ </strong></a></p>\r\n<p><a href=\"https://www.medicalnewstoday.com/articles/323245\" target=\"_blank\" rel=\"noopener\"><strong>MedicalNewsToday</strong></a></p>\r\n<p><a href=\"https://draxe.com/nutrition/nutritional-yeast/\" target=\"_blank\" rel=\"noopener\"><strong>Dr.Axe</strong></a></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Â </strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Nutritional Yeast','Packed with protein, fiber, & B vitamins!','publish','closed','open','','nutritional-yeast','','','2021-09-24 09:34:28','2021-09-24 14:34:28','',0,'https://ruthsnutrition.com/?p=1610',0,'post','',0),(1611,2,'2021-09-24 09:11:26','2021-09-24 14:11:26','','nutritional yeast 600X','','inherit','open','closed','','nutritional-yeast-600x','','','2021-09-24 09:11:26','2021-09-24 14:11:26','',1610,'https://ruthsnutrition.com/wp-content/uploads/2021/09/nutritional-yeast-600X.jpeg',0,'attachment','image/jpeg',0),(1612,2,'2021-09-24 09:17:51','2021-09-24 14:17:51','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<p>&nbsp;</p>\r\n<h1><strong>The golden flakes packed with protein, fiber, trace minerals, and B vitamins</strong></h1>\r\n<p><img class=\"alignright wp-image-1611 size-full\" src=\"https://ruthsnutrition.com/wp-content/uploads/2021/09/nutritional-yeast-600X.jpeg\" alt=\"\" width=\"600\" height=\"450\" /></p>\r\n<p>Nutritional yeast is an unusual food product probably best known to vegans, but it offers multiple benefits to anyone who chooses to use it. The yellow powder or flakes are packed with easy-to-digest protein, fiber, trace minerals, and B vitamins.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>The Basics</strong></p>\r\n<p>First, the basics. There are three types of yeast products made from <em>Saccharomyces cerevisiae</em>, and they definitely are not the same.</p>\r\n<p><strong>Bakerâ€™s yeast:</strong> This product is alive and used to leaven bread. It gets killed during baking, but it adds and earthy, yeasty flavor.</p>\r\n<p><strong>Brewerâ€™s yeast:</strong> Purchased alive, itâ€™s used to brew beer. The dead yeast cells left over from the brewing process are sold as a nutritional supplement, but the taste can be very bitter.</p>\r\n<p><strong>Nutritional yeast:</strong> This yeast is grown specifically as a food product. The yeast is killed during manufacturing. The final product â€“ sold in powder or flakes â€“ adds a cheesy, nutty, savory flavor to cooking.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Nutritional Powerhouse</strong></p>\r\n<p>While 2 tablespoons of nutritional yeast naturally contains only 50 calories, it supplies 8 grams of protein, 4 grams of fiber, 1 gram of fat, 5 grams of carbohydrate and no sugar or gluten. Itâ€™s also a significant source of thiamine (B1), riboflavin (B2), Pyridoxine (B6), potassium, and zinc. If itâ€™s fortified, as most retail products are, it also offers up high levels of vitamin B12 and folic acid, both of which help your body make and maintain DNA and red blood cells.</p>\r\n<p>Keep in mind that nutritional yeast is a complete protein, containing all nine essential amino acids just like animal protein. This makes it a great choice for vegans.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Antioxidant Powerhouse</strong></p>\r\n<p>Free radicals - uncharged particles that can cause cell damage â€“ assault use daily. Antioxidants from the diet help minimize this damage by binding to the free radicals and essentially disarming them.</p>\r\n<p>Nutritional yeast contains two potent antioxidants: glutathione (the bodyâ€™s master anti-inflammatory) and selenomethionine. These powerhouses protect your cells from free radicals, heavy metals and help your body eliminate environmental toxins.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Immune Fortifier</strong></p>\r\n<p>The two main carbohydrates in nutritional yeast â€“ alpha-mannan and beta-glucan â€“Â  protect against infection. They stop pathogenic bacteria from attaching to the intestinal lining, and they stimulate immune cells to be more effective in fighting infection. They also can attach to certain toxins and help remove them from the body.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Cholesterol Fighter</strong></p>\r\n<p>The fiber in nutritional yeast, beta-glucan, has been shown to reduce cholesterol levels. In one study, men with high cholesterol ate 15 grams of beta-glucan from yeast daily for eight weeks. It lowered their cholesterol by 6%.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Risk Factors</strong></p>\r\n<p>While nutritional yeast is considered safe for most people, anyone who is sensitive to yeast products may react. Because nutritional yeast contains tyramine, it may interact with monoamine oxidase inhibitors, some narcotics, and antifungal drugs.</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>REFERENCES</strong></p>\r\n<p><a href=\"https://www.healthline.com/nutrition/nutritional-yeast\" target=\"_blank\" rel=\"noopener\"><strong>Healthline</strong></a></p>\r\n<p>&nbsp;</p>\r\n<p><a href=\"https://www.webmd.com/diet/nutritional-yeast-good-for-you#1\" target=\"_blank\" rel=\"noopener\"><strong>WebMDÂ </strong></a></p>\r\n<p><a href=\"https://www.medicalnewstoday.com/articles/323245\" target=\"_blank\" rel=\"noopener\"><strong>MedicalNewsToday</strong></a></p>\r\n<p><a href=\"https://draxe.com/nutrition/nutritional-yeast/\" target=\"_blank\" rel=\"noopener\"><strong>Dr.Axe</strong></a></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Â </strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Nutritional Yeast','Packed with protein, fiber, & B vitamins!','inherit','closed','closed','','1610-revision-v1','','','2021-09-24 09:17:51','2021-09-24 14:17:51','',1610,'https://ruthsnutrition.com/?p=1612',0,'revision','',0),(1613,2,'2021-09-24 09:18:45','2021-09-24 14:18:45','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<p>&nbsp;</p>\r\n<h1><strong>The golden flakes packed with protein, fiber, trace minerals, and B vitamins</strong></h1>\r\n<p><img class=\"alignright wp-image-1611 size-full\" src=\"https://ruthsnutrition.com/wp-content/uploads/2021/09/nutritional-yeast-600X.jpeg\" alt=\"\" width=\"600\" height=\"450\" /></p>\r\n<p>Nutritional yeast is an unusual food product probably best known to vegans, but it offers multiple benefits to anyone who chooses to use it. The yellow powder or flakes are packed with easy-to-digest protein, fiber, trace minerals, and B vitamins.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>The Basics</strong></p>\r\n<p>First, the basics about yeasts. There are three types of yeast products made from <em>Saccharomyces cerevisiae</em>, and they definitely are not the same.</p>\r\n<p><strong>Bakerâ€™s yeast:</strong> This product is alive and used to leaven bread. It gets killed during baking, but it adds and earthy, yeasty flavor.</p>\r\n<p><strong>Brewerâ€™s yeast:</strong> Purchased alive, itâ€™s used to brew beer. The dead yeast cells left over from the brewing process are sold as a nutritional supplement, but the taste can be very bitter.</p>\r\n<p><strong>Nutritional yeast:</strong> This yeast is grown specifically as a food product. The yeast is killed during manufacturing. The final product â€“ sold in powder or flakes â€“ adds a cheesy, nutty, savory flavor to cooking.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Nutritional Powerhouse</strong></p>\r\n<p>While 2 tablespoons of nutritional yeast naturally contains only 50 calories, it supplies 8 grams of protein, 4 grams of fiber, 1 gram of fat, 5 grams of carbohydrate and no sugar or gluten. Itâ€™s also a significant source of thiamine (B1), riboflavin (B2), Pyridoxine (B6), potassium, and zinc. If itâ€™s fortified, as most retail products are, it also offers up high levels of vitamin B12 and folic acid, both of which help your body make and maintain DNA and red blood cells.</p>\r\n<p>Keep in mind that nutritional yeast is a complete protein, containing all nine essential amino acids just like animal protein. This makes it a great choice for vegans.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Antioxidant Powerhouse</strong></p>\r\n<p>Free radicals - uncharged particles that can cause cell damage â€“ assault use daily. Antioxidants from the diet help minimize this damage by binding to the free radicals and essentially disarming them.</p>\r\n<p>Nutritional yeast contains two potent antioxidants: glutathione (the bodyâ€™s master anti-inflammatory) and selenomethionine. These powerhouses protect your cells from free radicals, heavy metals and help your body eliminate environmental toxins.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Immune Fortifier</strong></p>\r\n<p>The two main carbohydrates in nutritional yeast â€“ alpha-mannan and beta-glucan â€“Â  protect against infection. They stop pathogenic bacteria from attaching to the intestinal lining, and they stimulate immune cells to be more effective in fighting infection. They also can attach to certain toxins and help remove them from the body.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Cholesterol Fighter</strong></p>\r\n<p>The fiber in nutritional yeast, beta-glucan, has been shown to reduce cholesterol levels. In one study, men with high cholesterol ate 15 grams of beta-glucan from yeast daily for eight weeks. It lowered their cholesterol by 6%.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Risk Factors</strong></p>\r\n<p>While nutritional yeast is considered safe for most people, anyone who is sensitive to yeast products may react. Because nutritional yeast contains tyramine, it may interact with monoamine oxidase inhibitors, some narcotics, and antifungal drugs.</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>REFERENCES</strong></p>\r\n<p><a href=\"https://www.healthline.com/nutrition/nutritional-yeast\" target=\"_blank\" rel=\"noopener\"><strong>Healthline</strong></a></p>\r\n<p>&nbsp;</p>\r\n<p><a href=\"https://www.webmd.com/diet/nutritional-yeast-good-for-you#1\" target=\"_blank\" rel=\"noopener\"><strong>WebMDÂ </strong></a></p>\r\n<p><a href=\"https://www.medicalnewstoday.com/articles/323245\" target=\"_blank\" rel=\"noopener\"><strong>MedicalNewsToday</strong></a></p>\r\n<p><a href=\"https://draxe.com/nutrition/nutritional-yeast/\" target=\"_blank\" rel=\"noopener\"><strong>Dr.Axe</strong></a></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Â </strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Nutritional Yeast','Packed with protein, fiber, & B vitamins!','inherit','closed','closed','','1610-revision-v1','','','2021-09-24 09:18:45','2021-09-24 14:18:45','',1610,'https://ruthsnutrition.com/?p=1613',0,'revision','',0),(1614,2,'2021-09-24 09:19:24','2021-09-24 14:19:24','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<p>&nbsp;</p>\r\n<h1><strong>The golden flakes packed with protein, fiber, trace minerals, and B vitamins</strong></h1>\r\n<p><img class=\"alignright wp-image-1611 size-full\" src=\"https://ruthsnutrition.com/wp-content/uploads/2021/09/nutritional-yeast-600X.jpeg\" alt=\"\" width=\"600\" height=\"450\" /></p>\r\n<p>Nutritional yeast is an unusual food product probably best known to vegans, but it offers multiple benefits to anyone who chooses to use it. The yellow powder or flakes are packed with easy-to-digest protein, fiber, trace minerals, and B vitamins.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>The Basics</strong></p>\r\n<p>First, the basics about yeasts. There are three types of yeast products made from <em>Saccharomyces cerevisiae</em>, andthey definitely are not the same.</p>\r\n<p><strong>Bakerâ€™s yeast:</strong> This product is alive and used to leaven bread. It gets killed during baking, but it adds an earthy, yeasty flavor.</p>\r\n<p><strong>Brewerâ€™s yeast:</strong> Purchased alive, itâ€™s used to brew beer. The dead yeast cells left over from the brewing process are sold as a nutritional supplement, but the taste can be very bitter.</p>\r\n<p><strong>Nutritional yeast:</strong> This yeast is grown specifically as a food product. The yeast is killed during manufacturing. The final product â€“ sold in powder or flakes â€“ adds a cheesy, nutty, savory flavor to cooking.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Nutritional Powerhouse</strong></p>\r\n<p>While 2 tablespoons of nutritional yeast naturally contains only 50 calories, it supplies 8 grams of protein, 4 grams of fiber, 1 gram of fat, 5 grams of carbohydrate and no sugar or gluten. Itâ€™s also a significant source of thiamine (B1), riboflavin (B2), Pyridoxine (B6), potassium, and zinc. If itâ€™s fortified, as most retail products are, it also offers up high levels of vitamin B12 and folic acid, both of which help your body make and maintain DNA and red blood cells.</p>\r\n<p>Keep in mind that nutritional yeast is a complete protein, containing all nine essential amino acids just like animal protein. This makes it a great choice for vegans.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Antioxidant Powerhouse</strong></p>\r\n<p>Free radicals - uncharged particles that can cause cell damage â€“ assault use daily. Antioxidants from the diet help minimize this damage by binding to the free radicals and essentially disarming them.</p>\r\n<p>Nutritional yeast contains two potent antioxidants: glutathione (the bodyâ€™s master anti-inflammatory) and selenomethionine. These powerhouses protect your cells from free radicals, heavy metals and help your body eliminate environmental toxins.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Immune Fortifier</strong></p>\r\n<p>The two main carbohydrates in nutritional yeast â€“ alpha-mannan and beta-glucan â€“Â  protect against infection. They stop pathogenic bacteria from attaching to the intestinal lining, and they stimulate immune cells to be more effective in fighting infection. They also can attach to certain toxins and help remove them from the body.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Cholesterol Fighter</strong></p>\r\n<p>The fiber in nutritional yeast, beta-glucan, has been shown to reduce cholesterol levels. In one study, men with high cholesterol ate 15 grams of beta-glucan from yeast daily for eight weeks. It lowered their cholesterol by 6%.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Risk Factors</strong></p>\r\n<p>While nutritional yeast is considered safe for most people, anyone who is sensitive to yeast products may react. Because nutritional yeast contains tyramine, it may interact with monoamine oxidase inhibitors, some narcotics, and antifungal drugs.</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>REFERENCES</strong></p>\r\n<p><a href=\"https://www.healthline.com/nutrition/nutritional-yeast\" target=\"_blank\" rel=\"noopener\"><strong>Healthline</strong></a></p>\r\n<p>&nbsp;</p>\r\n<p><a href=\"https://www.webmd.com/diet/nutritional-yeast-good-for-you#1\" target=\"_blank\" rel=\"noopener\"><strong>WebMDÂ </strong></a></p>\r\n<p><a href=\"https://www.medicalnewstoday.com/articles/323245\" target=\"_blank\" rel=\"noopener\"><strong>MedicalNewsToday</strong></a></p>\r\n<p><a href=\"https://draxe.com/nutrition/nutritional-yeast/\" target=\"_blank\" rel=\"noopener\"><strong>Dr.Axe</strong></a></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Â </strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Nutritional Yeast','Packed with protein, fiber, & B vitamins!','inherit','closed','closed','','1610-revision-v1','','','2021-09-24 09:19:24','2021-09-24 14:19:24','',1610,'https://ruthsnutrition.com/?p=1614',0,'revision','',0),(1615,2,'2021-09-24 09:23:05','2021-09-24 14:23:05','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<p>&nbsp;</p>\r\n<h1><strong>The golden flakes packed with protein, fiber, trace minerals, and B vitamins</strong></h1>\r\n<p><img class=\"alignright wp-image-1611 size-full\" src=\"https://ruthsnutrition.com/wp-content/uploads/2021/09/nutritional-yeast-600X.jpeg\" alt=\"\" width=\"600\" height=\"450\" /></p>\r\n<p>Nutritional yeast is an unusual food product probably best known to vegans, but it offers multiple benefits to anyone who chooses to use it. The yellow powder or flakes are packed with easy-to-digest protein, fiber, trace minerals, and B vitamins.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>The Basics</strong></p>\r\n<p>First, the basics about yeasts. There are three types of yeast products made from <em>Saccharomyces cerevisiae</em>, andthey definitely are not the same.</p>\r\n<p><strong>Bakerâ€™s yeast:</strong> This product is alive and used to leaven bread. It gets killed during baking, but it adds an earthy, yeasty flavor.</p>\r\n<p><strong>Brewerâ€™s yeast:</strong> Purchased alive, itâ€™s used to brew beer. The dead yeast cells left over from the brewing process are sold as a nutritional supplement, but the taste can be very bitter.</p>\r\n<p><strong>Nutritional yeast:</strong> This yeast is grown specifically as a food product. The yeast is killed during manufacturing. The final product â€“ sold as powder or flakes â€“ adds a cheesy, nutty, savory flavor to cooking.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Nutritional Powerhouse</strong></p>\r\n<p>While 2 tablespoons of nutritional yeast naturally contains only 50 calories, it supplies 8 grams of protein, 4 grams of fiber, 1 gram of fat, 5 grams of carbohydrate, and no sugar or gluten. Itâ€™s also a significant source of thiamine (B1), riboflavin (B2), Pyridoxine (B6), potassium, and zinc. If itâ€™s fortified, as most retail products are, it also offers up high levels of vitamin B12 and folic acid, both of which help your body make and maintain DNA and red blood cells.</p>\r\n<p>Keep in mind that nutritional yeast is a complete protein, containing all nine essential amino acids just like animal protein. This makes it a great choice for vegans.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Antioxidant Powerhouse</strong></p>\r\n<p>Free radicals - uncharged particles that can cause cell damage â€“ assault us daily. Antioxidants from the diet help minimize this damage by binding to the free radicals and essentially disarming them.</p>\r\n<p>Nutritional yeast contains two potent antioxidants: glutathione (the bodyâ€™s master anti-inflammatory) and selenomethionine. These powerhouses protect your cells from free radicals, heavy metals, and help your body eliminate environmental toxins.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Immune Fortifier</strong></p>\r\n<p>The two main carbohydrates in nutritional yeast â€“ alpha-mannan and beta-glucan â€“Â  protect against infection. They stop pathogenic bacteria from attaching to the intestinal lining, and they stimulate immune cells to be more effective in fighting infection. They also can attach to certain toxins and help remove them from the body.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Cholesterol Fighter</strong></p>\r\n<p>The fiber in nutritional yeast, beta-glucan, has been shown to reduce cholesterol levels. In one study, men with high cholesterol ate 15 grams of beta-glucan from yeast daily for eight weeks. It lowered their cholesterol by 6%.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Risk Factors</strong></p>\r\n<p>While nutritional yeast is considered safe for most people, anyone who is sensitive to yeast products may react. Because nutritional yeast contains tyramine, it may interact with monoamine oxidase inhibitors, some narcotics, and anti-fungal drugs.</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>REFERENCES</strong></p>\r\n<p><a href=\"https://www.healthline.com/nutrition/nutritional-yeast\" target=\"_blank\" rel=\"noopener\"><strong>Healthline</strong></a></p>\r\n<p>&nbsp;</p>\r\n<p><a href=\"https://www.webmd.com/diet/nutritional-yeast-good-for-you#1\" target=\"_blank\" rel=\"noopener\"><strong>WebMDÂ </strong></a></p>\r\n<p><a href=\"https://www.medicalnewstoday.com/articles/323245\" target=\"_blank\" rel=\"noopener\"><strong>MedicalNewsToday</strong></a></p>\r\n<p><a href=\"https://draxe.com/nutrition/nutritional-yeast/\" target=\"_blank\" rel=\"noopener\"><strong>Dr.Axe</strong></a></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Â </strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Nutritional Yeast','Packed with protein, fiber, & B vitamins!','inherit','closed','closed','','1610-revision-v1','','','2021-09-24 09:23:05','2021-09-24 14:23:05','',1610,'https://ruthsnutrition.com/?p=1615',0,'revision','',0),(1616,2,'2021-09-24 09:24:49','2021-09-24 14:24:49','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<p>&nbsp;</p>\r\n<h1><strong>The golden flakes packed with protein, fiber, trace minerals, and B vitamins</strong></h1>\r\n<p><img class=\"alignright wp-image-1611 size-full\" src=\"https://ruthsnutrition.com/wp-content/uploads/2021/09/nutritional-yeast-600X.jpeg\" alt=\"\" width=\"600\" height=\"450\" /></p>\r\n<p>Nutritional yeast is an unusual food product probably best known to vegans, but it offers multiple benefits to anyone who chooses to use it. The yellow powder or flakes are packed with easy-to-digest protein, fiber, trace minerals, and B vitamins.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>The Basics</strong></p>\r\n<p>First, the basics about yeasts. There are three types of yeast products made from <em>Saccharomyces cerevisiae</em>, andthey definitely are not the same.</p>\r\n<p><strong>Bakerâ€™s yeast:</strong> This product is alive and used to leaven bread. It gets killed during baking, but it adds an earthy, yeasty flavor.</p>\r\n<p><strong>Brewerâ€™s yeast:</strong> Purchased alive, itâ€™s used to brew beer. The dead yeast cells left over from the brewing process are sold as a nutritional supplement, but the taste can be very bitter.</p>\r\n<p><strong>Nutritional yeast:</strong> This yeast is grown specifically as a food product. The yeast is killed during manufacturing. The final product â€“ sold as powder or flakes â€“ adds a cheesy, nutty, savory flavor to cooking.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Nutritional Powerhouse</strong></p>\r\n<p>While 2 tablespoons of nutritional yeast naturally contains only 50 calories, it supplies 8 grams of protein, 4 grams of fiber, 1 gram of fat, 5 grams of carbohydrate, and no sugar or gluten. Itâ€™s also a significant source of thiamine (B1), riboflavin (B2), Pyridoxine (B6), potassium, and zinc. If itâ€™s fortified, as most retail products are, it also offers up high levels of vitamin B12 and folic acid, both of which help your body make and maintain DNA and red blood cells.</p>\r\n<p>Keep in mind that nutritional yeast is a complete protein, containing all nine essential amino acids just like animal protein. This makes it a great choice for vegans.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Antioxidant Powerhouse</strong></p>\r\n<p>Free radicals - uncharged particles that can cause cell damage â€“ assault us daily. Antioxidants from the diet help minimize this damage by binding to the free radicals and essentially disarming them.</p>\r\n<p>Nutritional yeast contains two potent antioxidants: glutathione (the bodyâ€™s master anti-inflammatory) and selenomethionine. These powerhouses protect your cells from free radicals, heavy metals, and help your body eliminate environmental toxins.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Immune Fortifier</strong></p>\r\n<p>The two main carbohydrates in nutritional yeast â€“ alpha-mannan and beta-glucan â€“Â  protect against infection. They stop pathogenic bacteria from attaching to the intestinal lining, and they stimulate immune cells to be more effective in fighting infection. They also can attach to certain toxins and help remove them from the body.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Cholesterol Fighter</strong></p>\r\n<p>The fiber in nutritional yeast, beta-glucan, has been shown to reduce cholesterol levels. In one study, men with high cholesterol ate 15 grams of beta-glucan from yeast daily for eight weeks. It lowered their cholesterol by 6%.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Risk Factors</strong></p>\r\n<p>While nutritional yeast is considered safe for most people, anyone who is sensitive to yeast products may react. Because nutritional yeast contains tyramine, it may interact with monoamine oxidase inhibitors, some narcotics, and anti-fungal drugs.</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>REFERENCES</strong></p>\r\n<p><a href=\"https://www.healthline.com/nutrition/nutritional-yeast\" target=\"_blank\" rel=\"noopener\"><strong>Healthline</strong></a><a href=\"https://www.webmd.com/diet/nutritional-yeast-good-for-you#1\" target=\"_blank\" rel=\"noopener\"><strong>WebMDÂ </strong></a></p>\r\n<p>&nbsp;</p>\r\n<p><a href=\"https://www.medicalnewstoday.com/articles/323245\" target=\"_blank\" rel=\"noopener\"><strong>MedicalNewsToday</strong></a></p>\r\n<p><a href=\"https://draxe.com/nutrition/nutritional-yeast/\" target=\"_blank\" rel=\"noopener\"><strong>Dr.Axe</strong></a></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Â </strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Nutritional Yeast','Packed with protein, fiber, & B vitamins!','inherit','closed','closed','','1610-revision-v1','','','2021-09-24 09:24:49','2021-09-24 14:24:49','',1610,'https://ruthsnutrition.com/?p=1616',0,'revision','',0),(1617,2,'2021-09-24 09:25:08','2021-09-24 14:25:08','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<p>&nbsp;</p>\r\n<h1><strong>The golden flakes packed with protein, fiber, trace minerals, and B vitamins</strong></h1>\r\n<p><img class=\"alignright wp-image-1611 size-full\" src=\"https://ruthsnutrition.com/wp-content/uploads/2021/09/nutritional-yeast-600X.jpeg\" alt=\"\" width=\"600\" height=\"450\" /></p>\r\n<p>Nutritional yeast is an unusual food product probably best known to vegans, but it offers multiple benefits to anyone who chooses to use it. The yellow powder or flakes are packed with easy-to-digest protein, fiber, trace minerals, and B vitamins.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>The Basics</strong></p>\r\n<p>First, the basics about yeasts. There are three types of yeast products made from <em>Saccharomyces cerevisiae</em>, andthey definitely are not the same.</p>\r\n<p><strong>Bakerâ€™s yeast:</strong> This product is alive and used to leaven bread. It gets killed during baking, but it adds an earthy, yeasty flavor.</p>\r\n<p><strong>Brewerâ€™s yeast:</strong> Purchased alive, itâ€™s used to brew beer. The dead yeast cells left over from the brewing process are sold as a nutritional supplement, but the taste can be very bitter.</p>\r\n<p><strong>Nutritional yeast:</strong> This yeast is grown specifically as a food product. The yeast is killed during manufacturing. The final product â€“ sold as powder or flakes â€“ adds a cheesy, nutty, savory flavor to cooking.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Nutritional Powerhouse</strong></p>\r\n<p>While 2 tablespoons of nutritional yeast naturally contains only 50 calories, it supplies 8 grams of protein, 4 grams of fiber, 1 gram of fat, 5 grams of carbohydrate, and no sugar or gluten. Itâ€™s also a significant source of thiamine (B1), riboflavin (B2), Pyridoxine (B6), potassium, and zinc. If itâ€™s fortified, as most retail products are, it also offers up high levels of vitamin B12 and folic acid, both of which help your body make and maintain DNA and red blood cells.</p>\r\n<p>Keep in mind that nutritional yeast is a complete protein, containing all nine essential amino acids just like animal protein. This makes it a great choice for vegans.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Antioxidant Powerhouse</strong></p>\r\n<p>Free radicals - uncharged particles that can cause cell damage â€“ assault us daily. Antioxidants from the diet help minimize this damage by binding to the free radicals and essentially disarming them.</p>\r\n<p>Nutritional yeast contains two potent antioxidants: glutathione (the bodyâ€™s master anti-inflammatory) and selenomethionine. These powerhouses protect your cells from free radicals, heavy metals, and help your body eliminate environmental toxins.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Immune Fortifier</strong></p>\r\n<p>The two main carbohydrates in nutritional yeast â€“ alpha-mannan and beta-glucan â€“Â  protect against infection. They stop pathogenic bacteria from attaching to the intestinal lining, and they stimulate immune cells to be more effective in fighting infection. They also can attach to certain toxins and help remove them from the body.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Cholesterol Fighter</strong></p>\r\n<p>The fiber in nutritional yeast, beta-glucan, has been shown to reduce cholesterol levels. In one study, men with high cholesterol ate 15 grams of beta-glucan from yeast daily for eight weeks. It lowered their cholesterol by 6%.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Risk Factors</strong></p>\r\n<p>While nutritional yeast is considered safe for most people, anyone who is sensitive to yeast products may react. Because nutritional yeast contains tyramine, it may interact with monoamine oxidase inhibitors, some narcotics, and anti-fungal drugs.</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>REFERENCES</strong></p>\r\n<p><a href=\"https://www.healthline.com/nutrition/nutritional-yeast\" target=\"_blank\" rel=\"noopener\"><strong>Healthline</strong></a></p>\r\n<p><a href=\"https://www.webmd.com/diet/nutritional-yeast-good-for-you#1\" target=\"_blank\" rel=\"noopener\"><strong>WebMDÂ </strong></a></p>\r\n<p>&nbsp;</p>\r\n<p><a href=\"https://www.medicalnewstoday.com/articles/323245\" target=\"_blank\" rel=\"noopener\"><strong>MedicalNewsToday</strong></a></p>\r\n<p><a href=\"https://draxe.com/nutrition/nutritional-yeast/\" target=\"_blank\" rel=\"noopener\"><strong>Dr.Axe</strong></a></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Â </strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Nutritional Yeast','Packed with protein, fiber, & B vitamins!','inherit','closed','closed','','1610-revision-v1','','','2021-09-24 09:25:08','2021-09-24 14:25:08','',1610,'https://ruthsnutrition.com/?p=1617',0,'revision','',0),(1618,2,'2021-09-24 09:25:37','2021-09-24 14:25:37','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<p>&nbsp;</p>\r\n<h1><strong>The golden flakes packed with protein, fiber, trace minerals, and B vitamins</strong></h1>\r\n<p><img class=\"alignright wp-image-1611 size-full\" src=\"https://ruthsnutrition.com/wp-content/uploads/2021/09/nutritional-yeast-600X.jpeg\" alt=\"\" width=\"600\" height=\"450\" /></p>\r\n<p>Nutritional yeast is an unusual food product probably best known to vegans, but it offers multiple benefits to anyone who chooses to use it. The yellow powder or flakes are packed with easy-to-digest protein, fiber, trace minerals, and B vitamins.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>The Basics</strong></p>\r\n<p>First, the basics about yeasts. There are three types of yeast products made from <em>Saccharomyces cerevisiae</em>, andthey definitely are not the same.</p>\r\n<p><strong>Bakerâ€™s yeast:</strong> This product is alive and used to leaven bread. It gets killed during baking, but it adds an earthy, yeasty flavor.</p>\r\n<p><strong>Brewerâ€™s yeast:</strong> Purchased alive, itâ€™s used to brew beer. The dead yeast cells left over from the brewing process are sold as a nutritional supplement, but the taste can be very bitter.</p>\r\n<p><strong>Nutritional yeast:</strong> This yeast is grown specifically as a food product. The yeast is killed during manufacturing. The final product â€“ sold as powder or flakes â€“ adds a cheesy, nutty, savory flavor to cooking.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Nutritional Powerhouse</strong></p>\r\n<p>While 2 tablespoons of nutritional yeast naturally contains only 50 calories, it supplies 8 grams of protein, 4 grams of fiber, 1 gram of fat, 5 grams of carbohydrate, and no sugar or gluten. Itâ€™s also a significant source of thiamine (B1), riboflavin (B2), Pyridoxine (B6), potassium, and zinc. If itâ€™s fortified, as most retail products are, it also offers up high levels of vitamin B12 and folic acid, both of which help your body make and maintain DNA and red blood cells.</p>\r\n<p>Keep in mind that nutritional yeast is a complete protein, containing all nine essential amino acids just like animal protein. This makes it a great choice for vegans.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Antioxidant Powerhouse</strong></p>\r\n<p>Free radicals - uncharged particles that can cause cell damage â€“ assault us daily. Antioxidants from the diet help minimize this damage by binding to the free radicals and essentially disarming them.</p>\r\n<p>Nutritional yeast contains two potent antioxidants: glutathione (the bodyâ€™s master anti-inflammatory) and selenomethionine. These powerhouses protect your cells from free radicals, heavy metals, and help your body eliminate environmental toxins.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Immune Fortifier</strong></p>\r\n<p>The two main carbohydrates in nutritional yeast â€“ alpha-mannan and beta-glucan â€“Â  protect against infection. They stop pathogenic bacteria from attaching to the intestinal lining, and they stimulate immune cells to be more effective in fighting infection. They also can attach to certain toxins and help remove them from the body.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Cholesterol Fighter</strong></p>\r\n<p>The fiber in nutritional yeast, beta-glucan, has been shown to reduce cholesterol levels. In one study, men with high cholesterol ate 15 grams of beta-glucan from yeast daily for eight weeks. It lowered their cholesterol by 6%.</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Risk Factors</strong></p>\r\n<p>While nutritional yeast is considered safe for most people, anyone who is sensitive to yeast products may react. Because nutritional yeast contains tyramine, it may interact with monoamine oxidase inhibitors, some narcotics, and anti-fungal drugs.</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>REFERENCES</strong></p>\r\n<p><a href=\"https://www.healthline.com/nutrition/nutritional-yeast\" target=\"_blank\" rel=\"noopener\"><strong>Healthline</strong></a></p>\r\n<p><a href=\"https://www.webmd.com/diet/nutritional-yeast-good-for-you#1\" target=\"_blank\" rel=\"noopener\"><strong>WebMDÂ </strong></a></p>\r\n<p><a href=\"https://www.medicalnewstoday.com/articles/323245\" target=\"_blank\" rel=\"noopener\"><strong>MedicalNewsToday</strong></a></p>\r\n<p><a href=\"https://draxe.com/nutrition/nutritional-yeast/\" target=\"_blank\" rel=\"noopener\"><strong>Dr.Axe</strong></a></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Â </strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Nutritional Yeast','Packed with protein, fiber, & B vitamins!','inherit','closed','closed','','1610-revision-v1','','','2021-09-24 09:25:37','2021-09-24 14:25:37','',1610,'https://ruthsnutrition.com/?p=1618',0,'revision','',0);
INSERT INTO `wp3l_posts` VALUES (1619,2,'2021-09-24 09:26:40','2021-09-24 14:26:40','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<p>&nbsp;</p>\r\n<h1><strong>The golden flakes packed with protein, fiber, trace minerals, and B vitamins</strong></h1>\r\n<p><img class=\"alignright wp-image-1611 size-full\" src=\"https://ruthsnutrition.com/wp-content/uploads/2021/09/nutritional-yeast-600X.jpeg\" alt=\"\" width=\"600\" height=\"450\" /></p>\r\n<p>Nutritional yeast is an unusual food product probably best known to vegans, but it offers multiple benefits to anyone who chooses to use it. The yellow powder or flakes are packed with easy-to-digest protein, fiber, trace minerals, and B vitamins.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>The Basics</strong></h3>\r\n<p>First, the basics about yeasts. There are three types of yeast products made from <em>Saccharomyces cerevisiae</em>, andthey definitely are not the same.</p>\r\n<p><strong>Bakerâ€™s yeast:</strong> This product is alive and used to leaven bread. It gets killed during baking, but it adds an earthy, yeasty flavor.</p>\r\n<p><strong>Brewerâ€™s yeast:</strong> Purchased alive, itâ€™s used to brew beer. The dead yeast cells left over from the brewing process are sold as a nutritional supplement, but the taste can be very bitter.</p>\r\n<p><strong>Nutritional yeast:</strong> This yeast is grown specifically as a food product. The yeast is killed during manufacturing. The final product â€“ sold as powder or flakes â€“ adds a cheesy, nutty, savory flavor to cooking.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Nutritional Powerhouse</strong></h3>\r\n<p>While 2 tablespoons of nutritional yeast naturally contains only 50 calories, it supplies 8 grams of protein, 4 grams of fiber, 1 gram of fat, 5 grams of carbohydrate, and no sugar or gluten. Itâ€™s also a significant source of thiamine (B1), riboflavin (B2), Pyridoxine (B6), potassium, and zinc. If itâ€™s fortified, as most retail products are, it also offers up high levels of vitamin B12 and folic acid, both of which help your body make and maintain DNA and red blood cells.</p>\r\n<p>Keep in mind that nutritional yeast is a complete protein, containing all nine essential amino acids just like animal protein. This makes it a great choice for vegans.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Antioxidant Powerhouse</strong></h3>\r\n<p>Free radicals - uncharged particles that can cause cell damage â€“ assault us daily. Antioxidants from the diet help minimize this damage by binding to the free radicals and essentially disarming them.</p>\r\n<p>Nutritional yeast contains two potent antioxidants: glutathione (the bodyâ€™s master anti-inflammatory) and selenomethionine. These powerhouses protect your cells from free radicals, heavy metals, and help your body eliminate environmental toxins.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Immune Fortifier</strong></h3>\r\n<p>The two main carbohydrates in nutritional yeast â€“ alpha-mannan and beta-glucan â€“Â  protect against infection. They stop pathogenic bacteria from attaching to the intestinal lining, and they stimulate immune cells to be more effective in fighting infection. They also can attach to certain toxins and help remove them from the body.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Cholesterol Fighter</strong></h3>\r\n<p>The fiber in nutritional yeast, beta-glucan, has been shown to reduce cholesterol levels. In one study, men with high cholesterol ate 15 grams of beta-glucan from yeast daily for eight weeks. It lowered their cholesterol by 6%.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Risk Factors</strong></h3>\r\n<p>While nutritional yeast is considered safe for most people, anyone who is sensitive to yeast products may react. Because nutritional yeast contains tyramine, it may interact with monoamine oxidase inhibitors, some narcotics, and anti-fungal drugs.</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>REFERENCES</strong></h3>\r\n<p><a href=\"https://www.healthline.com/nutrition/nutritional-yeast\" target=\"_blank\" rel=\"noopener\"><strong>Healthline</strong></a></p>\r\n<p><a href=\"https://www.webmd.com/diet/nutritional-yeast-good-for-you#1\" target=\"_blank\" rel=\"noopener\"><strong>WebMDÂ </strong></a></p>\r\n<p><a href=\"https://www.medicalnewstoday.com/articles/323245\" target=\"_blank\" rel=\"noopener\"><strong>MedicalNewsToday</strong></a></p>\r\n<p><a href=\"https://draxe.com/nutrition/nutritional-yeast/\" target=\"_blank\" rel=\"noopener\"><strong>Dr.Axe</strong></a></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Â </strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Nutritional Yeast','Packed with protein, fiber, & B vitamins!','inherit','closed','closed','','1610-revision-v1','','','2021-09-24 09:26:40','2021-09-24 14:26:40','',1610,'https://ruthsnutrition.com/?p=1619',0,'revision','',0),(1620,2,'2021-09-24 09:34:28','2021-09-24 14:34:28','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<p>&nbsp;</p>\r\n<h1><strong>The golden flakes packed with protein, fiber, trace minerals, and B vitamins</strong></h1>\r\n<p><img class=\"alignright wp-image-1611 size-full\" src=\"https://ruthsnutrition.com/wp-content/uploads/2021/09/nutritional-yeast-600X.jpeg\" alt=\"\" width=\"600\" height=\"450\" /></p>\r\n<p>Nutritional yeast is an unusual food product probably best known to vegans, but it offers multiple benefits to anyone who chooses to use it. The yellow powder or flakes are packed with easy-to-digest protein, fiber, trace minerals, and B vitamins.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>The Basics</strong></h3>\r\n<p>First, the basics about yeasts. There are three types of yeast products made from <em>Saccharomyces cerevisiae</em>, and they definitely are not the same.</p>\r\n<p><strong>Bakerâ€™s yeast:</strong> This product is alive and used to leaven bread. It gets killed during baking, but it adds an earthy, yeasty flavor.</p>\r\n<p><strong>Brewerâ€™s yeast:</strong> Purchased alive, itâ€™s used to brew beer. The dead yeast cells left over from the brewing process are sold as a nutritional supplement, but the taste can be very bitter.</p>\r\n<p><strong>Nutritional yeast:</strong> This yeast is grown specifically as a food product. The yeast is killed during manufacturing. The final product â€“ sold as powder or flakes â€“ adds a cheesy, nutty, savory flavor to cooking.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Nutritional Powerhouse</strong></h3>\r\n<p>While 2 tablespoons of nutritional yeast naturally contains only 50 calories, it supplies 8 grams of protein, 4 grams of fiber, 1 gram of fat, 5 grams of carbohydrate, and no sugar or gluten. Itâ€™s also a significant source of thiamine (B1), riboflavin (B2), Pyridoxine (B6), potassium, and zinc. If itâ€™s fortified, as most retail products are, it also offers up high levels of vitamin B12 and folic acid, both of which help your body make and maintain DNA and red blood cells.</p>\r\n<p>Keep in mind that nutritional yeast is a complete protein, containing all nine essential amino acids just like animal protein. This makes it a great choice for vegans.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Antioxidant Powerhouse</strong></h3>\r\n<p>Free radicals - uncharged particles that can cause cell damage â€“ assault us daily. Antioxidants from the diet help minimize this damage by binding to the free radicals and essentially disarming them.</p>\r\n<p>Nutritional yeast contains two potent antioxidants: glutathione (the bodyâ€™s master anti-inflammatory) and selenomethionine. These powerhouses protect your cells from free radicals, heavy metals, and help your body eliminate environmental toxins.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Immune Fortifier</strong></h3>\r\n<p>The two main carbohydrates in nutritional yeast â€“ alpha-mannan and beta-glucan â€“Â  protect against infection. They stop pathogenic bacteria from attaching to the intestinal lining, and they stimulate immune cells to be more effective in fighting infection. They also can attach to certain toxins and help remove them from the body.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Cholesterol Fighter</strong></h3>\r\n<p>The fiber in nutritional yeast, beta-glucan, has been shown to reduce cholesterol levels. In one study, men with high cholesterol ate 15 grams of beta-glucan from yeast daily for eight weeks. It lowered their cholesterol by 6%.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Risk Factors</strong></h3>\r\n<p>While nutritional yeast is considered safe for most people, anyone who is sensitive to yeast products may react. Because nutritional yeast contains tyramine, it may interact with monoamine oxidase inhibitors, some narcotics, and anti-fungal drugs.</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>REFERENCES</strong></h3>\r\n<p><a href=\"https://www.healthline.com/nutrition/nutritional-yeast\" target=\"_blank\" rel=\"noopener\"><strong>Healthline</strong></a></p>\r\n<p><a href=\"https://www.webmd.com/diet/nutritional-yeast-good-for-you#1\" target=\"_blank\" rel=\"noopener\"><strong>WebMDÂ </strong></a></p>\r\n<p><a href=\"https://www.medicalnewstoday.com/articles/323245\" target=\"_blank\" rel=\"noopener\"><strong>MedicalNewsToday</strong></a></p>\r\n<p><a href=\"https://draxe.com/nutrition/nutritional-yeast/\" target=\"_blank\" rel=\"noopener\"><strong>Dr.Axe</strong></a></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Â </strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Nutritional Yeast','Packed with protein, fiber, & B vitamins!','inherit','closed','closed','','1610-revision-v1','','','2021-09-24 09:34:28','2021-09-24 14:34:28','',1610,'https://ruthsnutrition.com/?p=1620',0,'revision','',0),(1621,2,'2021-09-24 10:01:43','2021-09-24 15:01:43','<!-- wp:paragraph -->\n<p>&nbsp;</p>\n<p><strong>Â </strong></p>\n<p><strong>Diabetes Strong</strong></p>\n<p><a href=\"https://diabetesstrong.com/improve-insulin-sensitivity/\"><strong>https://diabetesstrong.com/improve-insulin-sensitivity/</strong></a></p>\n<p><strong>Â </strong></p>\n<p><strong>Diabetes Journals</strong></p>\n<p><a href=\"https://care.diabetesjournals.org/content/27/1/281\"><strong>https://care.diabetesjournals.org/content/27/1/281</strong></a></p>\n<p><strong>Â </strong></p>\n<p><strong>Prescription Hope</strong></p>\n<p><a href=\"https://prescriptionhope.com/blog-the-best-ways-to-increase-insulin-sensitivity/\"><strong>https://prescriptionhope.com/blog-the-best-ways-to-increase-insulin-sensitivity/</strong></a></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p><strong>Â </strong></p>\n<p><strong>Â </strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /wp:paragraph -->','Insulin sensitivity','As potent as modern medicines!','trash','closed','open','','insulin-sensitivity__trashed','','','2021-09-24 10:01:43','2021-09-24 15:01:43','',0,'https://ruthsnutrition.com/?p=1621',0,'post','',0),(1622,2,'2021-09-24 09:44:11','2021-09-24 14:44:11','','Insulin Sensitivity 600X','','inherit','open','closed','','insulin-sensitivity-600x','','','2021-09-24 09:44:11','2021-09-24 14:44:11','',1621,'https://ruthsnutrition.com/wp-content/uploads/2021/09/Insulin-Sensitivity-600X.jpg',0,'attachment','image/jpeg',0),(1623,2,'2021-09-24 10:01:43','2021-09-24 15:01:43','<!-- wp:paragraph -->\n<p>&nbsp;</p>\n<p><strong>Â </strong></p>\n<p><strong>Diabetes Strong</strong></p>\n<p><a href=\"https://diabetesstrong.com/improve-insulin-sensitivity/\"><strong>https://diabetesstrong.com/improve-insulin-sensitivity/</strong></a></p>\n<p><strong>Â </strong></p>\n<p><strong>Diabetes Journals</strong></p>\n<p><a href=\"https://care.diabetesjournals.org/content/27/1/281\"><strong>https://care.diabetesjournals.org/content/27/1/281</strong></a></p>\n<p><strong>Â </strong></p>\n<p><strong>Prescription Hope</strong></p>\n<p><a href=\"https://prescriptionhope.com/blog-the-best-ways-to-increase-insulin-sensitivity/\"><strong>https://prescriptionhope.com/blog-the-best-ways-to-increase-insulin-sensitivity/</strong></a></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p><strong>Â </strong></p>\n<p><strong>Â </strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /wp:paragraph -->','Insulin sensitivity','As potent as modern medicines!','inherit','closed','closed','','1621-revision-v1','','','2021-09-24 10:01:43','2021-09-24 15:01:43','',1621,'https://ruthsnutrition.com/?p=1623',0,'revision','',0),(1624,2,'2021-09-24 10:08:47','2021-09-24 15:08:47','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<p>&nbsp;</p>\r\n<h1>Improve it naturally and lower your risk of type 2 diabetes</h1>\r\n<p><img class=\"alignright wp-image-1622 size-full\" src=\"https://ruthsnutrition.com/wp-content/uploads/2021/09/Insulin-Sensitivity-600X.jpg\" alt=\"\" width=\"600\" height=\"400\" /></p>\r\n<p>No doubt about it, weâ€™ve all been under more stress recently. The pandemic has added a whole new layer to lives that contained enough stress already. While a little stress is actually good for us, long-term stress is not. It increases our stress hormones â€“ cortisol, adrenaline, and norepinephrine â€“ and they increase blood sugar. That increases insulin output. Over time, that whole process can lead to poor insulin sensitivity and increase your risk for type 2 diabetes.</p>\r\n<p>Simply put, insulin sensitivity is how responsive your cells are to insulin, the hormone that helps put glucose into cells and lower overall blood sugar levels. If your blood sugars are high for long periods of time, your insulin levels are high for long periods of time, stressing the pancreas which makes insulin. Eventually, your cells become unresponsive to so much insulin exposure (they become insulin resistant), and your pancreas can become overwhelmed and unable to make enough insulin to regulate blood sugar properly.</p>\r\n<p>The good news is you can improve insulin sensitivity, and lower your risk for developing diabetes with a few simple lifestyle changes.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Get moving</strong></h3>\r\n<p>How many times do we get this advice? So many health factors are improved with regular exercise, including insulin sensitivity. Regular exercise helps move sugar into the muscles for storage and promotes an immediate increase in insulin sensitivity, which last from 2-48 hours <em>after youâ€™ve stopped moving! </em></p>\r\n<p>Generally speaking, the more intense the exercise the more lasting the after effects, but any exercise can help. Studies show both aerobic exercise and resistance training improve insulin sensitivity, and combining them both in your routine works the best.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Sleep more</strong></h3>\r\n<p>Few Americans get the recommended eight hours of sleep a night, so anything you can do to add some snooze time is helpful. When you donâ€™t get the rest you need, your body produces more cortisol, which starts the increased blood sugar cascade.</p>\r\n<p>A long-term pattern of too little sleep leads to chronically high levels of cortisol production, which leads to tremendous insulin resistance. Work toward scheduling eight hours of sleep if at all possible.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Lower stress</strong></h3>\r\n<p>Stress is another catalyst for increasing blood sugar levels. Chronic stress equals chronic cortisol production equals insulin resistance.</p>\r\n<p>We often donâ€™t have control over stressful events, but we can learn control over how we react to them. Regular exercise and ample sleep are too great ways to lower stress, but you might also consider meditation or regular time in nature.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Lose a few pounds</strong></h3>\r\n<p>Excess weight, especially in the belly, reduces insulin sensitivity and increases the risk of type 2 diabetes. Belly fat acts like an endocrine organ secreting hormones and chemicals that increase the risk of not only diabetes, but also heart disease, cancers, and metabolic syndrome.</p>\r\n<p>Yet losing only five pounds can significantly reduce blood sugar levels. A Johns Hopkins study found that people with prediabetes who lost 5-7% of their body weight over six months reduced their risk of type 2 diabetes by 54% for the next three years.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Cut down on carbs</strong></h3>\r\n<p>Carbs are the main dietary stimulus that causes blood sugar to rise. If you lower your carb intake, you lower blood sugar/insulin spikes.</p>\r\n<p>Choosing lower glycemic index carbs also is a good idea. They include sweet potatoes, brown rice, quinoa, and some varieties of oatmeal.</p>\r\n<p>Obviously, lowering carbs means lowering your intake of sugars. Be wary of processed foods where excess sugars are often added.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Drink less alcohol</strong></h3>\r\n<p>As much as we might like a glass of wine, any alcohol is a toxin that taxes the liver. Studies show even just 30 days of avoiding all alcohol significantly improves insulin sensitivity. Binge drinking even once per month is associated with a greater risk of type 2 diabetes and higher levels of insulin resistance.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Eat more soluble fiber</strong></h3>\r\n<p>Soluble fiber is a carbohydrate but body cannot break it down fully. That means it does not contribute to blood sugar spikes.</p>\r\n<p>Soluble fiber also slows gastric emptying, and that may help bring down blood sugar levels after a meal as well. And it helps feed friendly bacteria in the gut that are linked to increased insulin sensitivity.Â </p>\r\n<p>You can find soluble fiber in beans, oatmeal, flaxseeds, certain vegetables and fruit, and supplements like acacia.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Avoid trans fats</strong></h3>\r\n<p>Trans fats are a risk factor for diabetes and other diseases. Animal studies have found a strong link between high trans-fat diets and poor blood sugar management and insulin resistance, though results in human studies are mixed.</p>\r\n<p>While federal regulation has largely cut down on trans fats found in foods, it can still be found in some grocery store items. Be sure to check the label on non-dairy creamers, baked goods, and fried foods.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Try supplements</strong></h3>\r\n<p>Many supplements show benefit in lowering blood sugars and/or improving insulin sensitivity. The following ingredients can be found singly or often together in formulas.</p>\r\n<p><strong>Probiotics and Omega-3 Oils â€“</strong> Research shows that taking either supplement for at least six weeks improves insulin sensitivity. Taking both increases it even more.</p>\r\n<p><strong>Cinnamon â€“ </strong>Studies indicate cinnamon increases insulin sensitivity by helping receptors for glucose on muscle cells become more available and efficient at transporting sugar into cells.</p>\r\n<p><strong>Berberine â€“ </strong>A compound found in several plants (goldenseal, barberry, Oregon grape), berberine increases insulin sensitivity and lowers blood sugar.</p>\r\n<p><strong>Fenugreek seeds â€“</strong> Being high in soluble fiber, these seeds help make insulin more effective.</p>\r\n<p><strong>Tumeric â€“</strong> The active compound curcumin found in turmeric is a powerful antioxidant and anti-inflammatory. Studies show it seems to increase insulin sensitivity by reducing free fatty acids and sugar in the blood.</p>\r\n<p><strong>Green tea â€“</strong> Several studies show it significantly reduces fasting blood sugar and increases insulin sensitivity. Researchers suspect its actions are linked to its powerful antioxidant compound epigallocatechin gallate (EGCG).</p>\r\n<p><strong>Apple cider vinegar â€“</strong> Long used as a weight-loss remedy, apple cider vinegar has been shown to increase insulin sensitivity by 34% when taken with a high carb meal by people who were insulin resistant and by 19% in people with type 2 diabetes. It also appears to delay gastric emptying, giving the body more time to absorb sugar.</p>\r\n<p><strong>Ginger â€“</strong> Studies have found its component gingerol makes sugar receptors on muscle cells more available, increasing sugar uptake.</p>\r\n<p><strong>Garlic â€“</strong> In animal studies, garlic has improved insulin secretion and sensitivity.</p>\r\n<p><strong>Chromium â€“</strong> When taken in doses of 200-1,000 mcg, this mineralÂ  improved the ability of insulin receptors to reduce blood sugar.</p>\r\n<p><strong>Magnesium â€“</strong> This mineral works with insulin receptors to store blood sugar. Low levels of magnesium has been linked with insulin resistance.</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>REFERENCES</strong></h3>\r\n<p><strong>Â </strong></p>\r\n<p><a href=\"https://www.healthline.com/nutrition/improve-insulin-sensitivity\" target=\"_blank\" rel=\"noopener\"><strong>Healthline</strong></a></p>\r\n<p>&nbsp;</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Medical News Today</strong></p>\r\n<p><a href=\"https://www.medicalnewstoday.com/articles/323027#dietary-supplements\"><strong>https://www.medicalnewstoday.com/articles/323027#dietary-supplements</strong></a></p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Diabetes Strong</strong></p>\r\n<p><a href=\"https://diabetesstrong.com/improve-insulin-sensitivity/\"><strong>https://diabetesstrong.com/improve-insulin-sensitivity/</strong></a></p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Diabetes Journals</strong></p>\r\n<p><a href=\"https://care.diabetesjournals.org/content/27/1/281\"><strong>https://care.diabetesjournals.org/content/27/1/281</strong></a></p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Prescription Hope</strong></p>\r\n<p><a href=\"https://prescriptionhope.com/blog-the-best-ways-to-increase-insulin-sensitivity/\"><strong>https://prescriptionhope.com/blog-the-best-ways-to-increase-insulin-sensitivity/</strong></a></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Â </strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Insulin sensitivity','Improve heart health without meds!','trash','closed','open','','insuline-sensitivity__trashed','','','2021-09-24 10:08:47','2021-09-24 15:08:47','',0,'https://ruthsnutrition.com/?p=1624',0,'post','',0),(1625,2,'2021-09-24 10:08:09','2021-09-24 15:08:09','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<p>&nbsp;</p>\r\n<h1>Improve it naturally and lower your risk of type 2 diabetes</h1>\r\n<p><img class=\"alignright wp-image-1622 size-full\" src=\"https://ruthsnutrition.com/wp-content/uploads/2021/09/Insulin-Sensitivity-600X.jpg\" alt=\"\" width=\"600\" height=\"400\" /></p>\r\n<p>No doubt about it, weâ€™ve all been under more stress recently. The pandemic has added a whole new layer to lives that contained enough stress already. While a little stress is actually good for us, long-term stress is not. It increases our stress hormones â€“ cortisol, adrenaline, and norepinephrine â€“ and they increase blood sugar. That increases insulin output. Over time, that whole process can lead to poor insulin sensitivity and increase your risk for type 2 diabetes.</p>\r\n<p>Simply put, insulin sensitivity is how responsive your cells are to insulin, the hormone that helps put glucose into cells and lower overall blood sugar levels. If your blood sugars are high for long periods of time, your insulin levels are high for long periods of time, stressing the pancreas which makes insulin. Eventually, your cells become unresponsive to so much insulin exposure (they become insulin resistant), and your pancreas can become overwhelmed and unable to make enough insulin to regulate blood sugar properly.</p>\r\n<p>The good news is you can improve insulin sensitivity, and lower your risk for developing diabetes with a few simple lifestyle changes.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Get moving</strong></h3>\r\n<p>How many times do we get this advice? So many health factors are improved with regular exercise, including insulin sensitivity. Regular exercise helps move sugar into the muscles for storage and promotes an immediate increase in insulin sensitivity, which last from 2-48 hours <em>after youâ€™ve stopped moving! </em></p>\r\n<p>Generally speaking, the more intense the exercise the more lasting the after effects, but any exercise can help. Studies show both aerobic exercise and resistance training improve insulin sensitivity, and combining them both in your routine works the best.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Sleep more</strong></h3>\r\n<p>Few Americans get the recommended eight hours of sleep a night, so anything you can do to add some snooze time is helpful. When you donâ€™t get the rest you need, your body produces more cortisol, which starts the increased blood sugar cascade.</p>\r\n<p>A long-term pattern of too little sleep leads to chronically high levels of cortisol production, which leads to tremendous insulin resistance. Work toward scheduling eight hours of sleep if at all possible.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Lower stress</strong></h3>\r\n<p>Stress is another catalyst for increasing blood sugar levels. Chronic stress equals chronic cortisol production equals insulin resistance.</p>\r\n<p>We often donâ€™t have control over stressful events, but we can learn control over how we react to them. Regular exercise and ample sleep are too great ways to lower stress, but you might also consider meditation or regular time in nature.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Lose a few pounds</strong></h3>\r\n<p>Excess weight, especially in the belly, reduces insulin sensitivity and increases the risk of type 2 diabetes. Belly fat acts like an endocrine organ secreting hormones and chemicals that increase the risk of not only diabetes, but also heart disease, cancers, and metabolic syndrome.</p>\r\n<p>Yet losing only five pounds can significantly reduce blood sugar levels. A Johns Hopkins study found that people with prediabetes who lost 5-7% of their body weight over six months reduced their risk of type 2 diabetes by 54% for the next three years.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Cut down on carbs</strong></h3>\r\n<p>Carbs are the main dietary stimulus that causes blood sugar to rise. If you lower your carb intake, you lower blood sugar/insulin spikes.</p>\r\n<p>Choosing lower glycemic index carbs also is a good idea. They include sweet potatoes, brown rice, quinoa, and some varieties of oatmeal.</p>\r\n<p>Obviously, lowering carbs means lowering your intake of sugars. Be wary of processed foods where excess sugars are often added.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Drink less alcohol</strong></h3>\r\n<p>As much as we might like a glass of wine, any alcohol is a toxin that taxes the liver. Studies show even just 30 days of avoiding all alcohol significantly improves insulin sensitivity. Binge drinking even once per month is associated with a greater risk of type 2 diabetes and higher levels of insulin resistance.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Eat more soluble fiber</strong></h3>\r\n<p>Soluble fiber is a carbohydrate but body cannot break it down fully. That means it does not contribute to blood sugar spikes.</p>\r\n<p>Soluble fiber also slows gastric emptying, and that may help bring down blood sugar levels after a meal as well. And it helps feed friendly bacteria in the gut that are linked to increased insulin sensitivity.Â </p>\r\n<p>You can find soluble fiber in beans, oatmeal, flaxseeds, certain vegetables and fruit, and supplements like acacia.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Avoid trans fats</strong></h3>\r\n<p>Trans fats are a risk factor for diabetes and other diseases. Animal studies have found a strong link between high trans-fat diets and poor blood sugar management and insulin resistance, though results in human studies are mixed.</p>\r\n<p>While federal regulation has largely cut down on trans fats found in foods, it can still be found in some grocery store items. Be sure to check the label on non-dairy creamers, baked goods, and fried foods.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Try supplements</strong></h3>\r\n<p>Many supplements show benefit in lowering blood sugars and/or improving insulin sensitivity. The following ingredients can be found singly or often together in formulas.</p>\r\n<p><strong>Probiotics and Omega-3 Oils â€“</strong> Research shows that taking either supplement for at least six weeks improves insulin sensitivity. Taking both increases it even more.</p>\r\n<p><strong>Cinnamon â€“ </strong>Studies indicate cinnamon increases insulin sensitivity by helping receptors for glucose on muscle cells become more available and efficient at transporting sugar into cells.</p>\r\n<p><strong>Berberine â€“ </strong>A compound found in several plants (goldenseal, barberry, Oregon grape), berberine increases insulin sensitivity and lowers blood sugar.</p>\r\n<p><strong>Fenugreek seeds â€“</strong> Being high in soluble fiber, these seeds help make insulin more effective.</p>\r\n<p><strong>Tumeric â€“</strong> The active compound curcumin found in turmeric is a powerful antioxidant and anti-inflammatory. Studies show it seems to increase insulin sensitivity by reducing free fatty acids and sugar in the blood.</p>\r\n<p><strong>Green tea â€“</strong> Several studies show it significantly reduces fasting blood sugar and increases insulin sensitivity. Researchers suspect its actions are linked to its powerful antioxidant compound epigallocatechin gallate (EGCG).</p>\r\n<p><strong>Apple cider vinegar â€“</strong> Long used as a weight-loss remedy, apple cider vinegar has been shown to increase insulin sensitivity by 34% when taken with a high carb meal by people who were insulin resistant and by 19% in people with type 2 diabetes. It also appears to delay gastric emptying, giving the body more time to absorb sugar.</p>\r\n<p><strong>Ginger â€“</strong> Studies have found its component gingerol makes sugar receptors on muscle cells more available, increasing sugar uptake.</p>\r\n<p><strong>Garlic â€“</strong> In animal studies, garlic has improved insulin secretion and sensitivity.</p>\r\n<p><strong>Chromium â€“</strong> When taken in doses of 200-1,000 mcg, this mineralÂ  improved the ability of insulin receptors to reduce blood sugar.</p>\r\n<p><strong>Magnesium â€“</strong> This mineral works with insulin receptors to store blood sugar. Low levels of magnesium has been linked with insulin resistance.</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>REFERENCES</strong></h3>\r\n<p><strong>Â </strong></p>\r\n<p><a href=\"https://www.healthline.com/nutrition/improve-insulin-sensitivity\" target=\"_blank\" rel=\"noopener\"><strong>Healthline</strong></a></p>\r\n<p>&nbsp;</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Medical News Today</strong></p>\r\n<p><a href=\"https://www.medicalnewstoday.com/articles/323027#dietary-supplements\"><strong>https://www.medicalnewstoday.com/articles/323027#dietary-supplements</strong></a></p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Diabetes Strong</strong></p>\r\n<p><a href=\"https://diabetesstrong.com/improve-insulin-sensitivity/\"><strong>https://diabetesstrong.com/improve-insulin-sensitivity/</strong></a></p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Diabetes Journals</strong></p>\r\n<p><a href=\"https://care.diabetesjournals.org/content/27/1/281\"><strong>https://care.diabetesjournals.org/content/27/1/281</strong></a></p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Prescription Hope</strong></p>\r\n<p><a href=\"https://prescriptionhope.com/blog-the-best-ways-to-increase-insulin-sensitivity/\"><strong>https://prescriptionhope.com/blog-the-best-ways-to-increase-insulin-sensitivity/</strong></a></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Â </strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Insulin sensitivity','Improve heart health without meds!','inherit','closed','closed','','1624-revision-v1','','','2021-09-24 10:08:09','2021-09-24 15:08:09','',1624,'https://ruthsnutrition.com/?p=1625',0,'revision','',0),(1626,2,'2021-09-24 10:30:25','2021-09-24 15:30:25','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<p>&nbsp;</p>\r\n<h1><strong>Improve it naturally and lower your risk of type 2 diabetes</strong></h1>\r\n<p><img class=\"alignright wp-image-1622 size-full\" src=\"https://ruthsnutrition.com/wp-content/uploads/2021/09/Insulin-Sensitivity-600X.jpg\" alt=\"\" width=\"600\" height=\"400\" /></p>\r\n<p>No doubt about it, weâ€™ve all been under more stress recently. The pandemic has added a whole new layer to lives that contained enough stress already. While a little stress is actually good for us, long-term stress is not. It increases our stress hormones â€“ cortisol, adrenaline, and norepinephrine â€“ and they increase blood sugar. That increases insulin output. Over time, that whole process can lead to poor insulin sensitivity and increase your risk for type 2 diabetes.</p>\r\n<p>Simply put, insulin sensitivity is how responsive your cells are to insulin, the hormone that helps put glucose into cells and lower overall blood sugar levels. If your blood sugars are high for long periods of time, your insulin levels are high for long periods of time, stressing the pancreas which makes insulin. Eventually, your cells become unresponsive to so much insulin exposure (they become insulin resistant), and your pancreas can become overwhelmed and unable to make enough insulin to regulate blood sugar properly.</p>\r\n<p>The good news is you can improve insulin sensitivity, and lower your risk for developing diabetes with a few simple lifestyle changes.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Get moving</strong></h3>\r\n<p>How many times do we get this advice? So many health factors are improved with regular exercise, including insulin sensitivity. Regular exercise helps move sugar into the muscles for storage and promotes an immediate increase in insulin sensitivity, which last from 2-48 hours <em>after youâ€™ve stopped moving! </em></p>\r\n<p>Generally speaking, the more intense the exercise the more lasting the after effects, but any exercise can help. Studies show both aerobic exercise and resistance training improve insulin sensitivity, and combining them both in your routine works the best. The key point is to exercise on a regular basis.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Sleep more</strong></h3>\r\n<p>Few Americans get the recommended eight hours of sleep a night, so anything you can do to add some snooze time is helpful. When you donâ€™t get the rest you need, your body produces more cortisol, which starts the increased blood sugar cascade.</p>\r\n<p>A long-term pattern of too little sleep leads to chronically high levels of cortisol production, which leads to tremendous insulin resistance. Work toward scheduling eight hours of sleep if at all possible.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Lower stress</strong></h3>\r\n<p>Stress is another catalyst for increasing blood sugar levels. Chronic stress equals chronic cortisol production equals insulin resistance.</p>\r\n<p>We often donâ€™t have control over stressful events, but we can learn control over how we react to them. Regular exercise and ample sleep are too great ways to lower stress, but you might also consider meditation or regular time in nature.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Lose a few pounds</strong></h3>\r\n<p>Excess weight, especially in the belly, reduces insulin sensitivity and increases the risk of type 2 diabetes. Belly fat acts like an endocrine organ secreting hormones and chemicals that increase the risk of not only diabetes, but also heart disease, cancers, and metabolic syndrome.</p>\r\n<p>Yet losing as little as five pounds can significantly reduce blood sugar levels. A Johns Hopkins study found that people with prediabetes who lost 5-7% of their body weight over six months reduced their risk of type 2 diabetes by 54% for the next three years.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Cut down on carbs</strong></h3>\r\n<p>Carbs are the main dietary stimulus that causes blood sugar to rise. If you lower your carb intake, you lower blood sugar/insulin spikes.Â Choosing lower glycemic index carbs also is a good idea. They include sweet potatoes, brown rice, quinoa, and some varieties of oatmeal.</p>\r\n<p>Obviously, lowering carbs means lowering your intake of sugars. Be wary of processed foods where excess sugars often are added.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Drink less alcohol</strong></h3>\r\n<p>As much as we might like a glass of wine, any alcohol is a toxin that taxes the liver. Studies show even just 30 days of avoiding all alcohol significantly improves insulin sensitivity. Binge drinking even once per month is associated with a greater risk of type 2 diabetes and higher levels of insulin resistance.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Eat more soluble fiber</strong></h3>\r\n<p>Soluble fiber is a carbohydrate, but the body cannot break it down fully. That means it does not contribute to blood sugar spikes.</p>\r\n<p>Soluble fiber also slows gastric emptying, and that reduces blood sugar spikes after a meal. Not only that, soluble fiber helps feed friendly bacteria in the gut that are linked to increased insulin sensitivity.Â </p>\r\n<p>You can find soluble fiber in beans, oatmeal, flaxseeds, certain vegetables and fruit, and supplements like acacia.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Avoid trans fats</strong></h3>\r\n<p>Trans fats are a risk factor for diabetes and other diseases. Animal studies have found a strong link between high trans-fat diets and poor blood sugar management and insulin resistance, though results in human studies are mixed.</p>\r\n<p>While federal regulation has largely cut down on trans fats found in commercial foods, it can still be found in some grocery store items. Be sure to check the label on non-dairy creamers, baked goods, and fried foods.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Try supplements</strong></h3>\r\n<p>Many supplements show benefit in lowering blood sugars and/or improving insulin sensitivity. The following ingredients can be found singly or together in formulas.</p>\r\n<p><strong>Probiotics and Omega-3 Oils â€“</strong> Research shows that taking either supplement for at least six weeks improves insulin sensitivity. Taking both increases it even more.</p>\r\n<p><strong>Cinnamon â€“ </strong>Studies indicate cinnamon increases insulin sensitivity by helping receptors for glucose on muscle cells become more available and efficient at transporting sugar into cells.</p>\r\n<p><strong>Berberine â€“ </strong>A compound found in several plants (goldenseal, barberry, Oregon grape), berberine increases insulin sensitivity and lowers blood sugar.</p>\r\n<p><strong>Fenugreek seeds â€“</strong> Being high in soluble fiber, these seeds help make insulin more effective.</p>\r\n<p><strong>Tumeric â€“</strong> Its active compound curcumin is a powerful antioxidant and anti-inflammatory. Studies indicate it increases insulin sensitivity by reducing free fatty acids and sugar in the blood.</p>\r\n<p><strong>Green tea â€“</strong> Several studies show it significantly reduces fasting blood sugar and increases insulin sensitivity. Researchers suspect its actions are linked to its powerful antioxidant compound epigallocatechin gallate (EGCG).</p>\r\n<p><strong>Apple cider vinegar â€“</strong> Long used as a weight-loss remedy, apple cider vinegar has been shown to increase insulin sensitivity by 34% when taken with a high carb meal by people who were insulin resistant and by 19% in people with type 2 diabetes. It also appears to delay gastric emptying, giving the body more time to absorb sugar.</p>\r\n<p><strong>Ginger â€“</strong> Studies have found its component gingerol makes sugar receptors on muscle cells more available, increasing sugar uptake.</p>\r\n<p><strong>Garlic â€“</strong> In animal studies, garlic has improved insulin secretion and sensitivity.</p>\r\n<p><strong>Chromium â€“</strong> When taken in doses of 200-1,000 mcg, this mineralÂ  improved the ability of insulin receptors to reduce blood sugar.</p>\r\n<p><strong>Magnesium â€“</strong> This mineral works with insulin receptors to store blood sugar. Low levels of magnesium have been linked with insulin resistance.</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>REFERENCES</strong></h3>\r\n<p><a href=\"https://www.healthline.com/nutrition/improve-insulin-sensitivity\" target=\"_blank\" rel=\"noopener\"><strong>Healthline</strong></a></p>\r\n<p><a href=\"https://www.medicalnewstoday.com/articles/323027#dietary-supplements\" target=\"_blank\" rel=\"noopener\"><strong>Medical News Today</strong></a></p>\r\n<p><a href=\"https://diabetesstrong.com/improve-insulin-sensitivity/\" target=\"_blank\" rel=\"noopener\"><strong>Diabetes Strong</strong></a></p>\r\n<p><a href=\"https://care.diabetesjournals.org/content/27/1/281\" target=\"_blank\" rel=\"noopener\"><strong>Diabetes Journals</strong></a><strong>Â </strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Â </strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Insulin sensitivity','Improve heart health without meds!','publish','closed','open','','insulin-sensitivity','','','2021-09-24 10:30:25','2021-09-24 15:30:25','',0,'https://ruthsnutrition.com/?p=1626',0,'post','',0),(1627,2,'2021-09-24 10:27:15','2021-09-24 15:27:15','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<p>&nbsp;</p>\r\n<h1><strong>Improve it naturally and lower your risk of type 2 diabetes</strong></h1>\r\n<p><img class=\"alignright wp-image-1622 size-full\" src=\"https://ruthsnutrition.com/wp-content/uploads/2021/09/Insulin-Sensitivity-600X.jpg\" alt=\"\" width=\"600\" height=\"400\" /></p>\r\n<p>No doubt about it, weâ€™ve all been under more stress recently. The pandemic has added a whole new layer to lives that contained enough stress already. While a little stress is actually good for us, long-term stress is not. It increases our stress hormones â€“ cortisol, adrenaline, and norepinephrine â€“ and they increase blood sugar. That increases insulin output. Over time, that whole process can lead to poor insulin sensitivity and increase your risk for type 2 diabetes.</p>\r\n<p>Simply put, insulin sensitivity is how responsive your cells are to insulin, the hormone that helps put glucose into cells and lower overall blood sugar levels. If your blood sugars are high for long periods of time, your insulin levels are high for long periods of time, stressing the pancreas which makes insulin. Eventually, your cells become unresponsive to so much insulin exposure (they become insulin resistant), and your pancreas can become overwhelmed and unable to make enough insulin to regulate blood sugar properly.</p>\r\n<p>The good news is you can improve insulin sensitivity, and lower your risk for developing diabetes with a few simple lifestyle changes.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Get moving</strong></h3>\r\n<p>How many times do we get this advice? So many health factors are improved with regular exercise, including insulin sensitivity. Regular exercise helps move sugar into the muscles for storage and promotes an immediate increase in insulin sensitivity, which last from 2-48 hours <em>after youâ€™ve stopped moving! </em></p>\r\n<p>Generally speaking, the more intense the exercise the more lasting the after effects, but any exercise can help. Studies show both aerobic exercise and resistance training improve insulin sensitivity, and combining them both in your routine works the best. The key point is to exercise on a regular basis.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Sleep more</strong></h3>\r\n<p>Few Americans get the recommended eight hours of sleep a night, so anything you can do to add some snooze time is helpful. When you donâ€™t get the rest you need, your body produces more cortisol, which starts the increased blood sugar cascade.</p>\r\n<p>A long-term pattern of too little sleep leads to chronically high levels of cortisol production, which leads to tremendous insulin resistance. Work toward scheduling eight hours of sleep if at all possible.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Lower stress</strong></h3>\r\n<p>Stress is another catalyst for increasing blood sugar levels. Chronic stress equals chronic cortisol production equals insulin resistance.</p>\r\n<p>We often donâ€™t have control over stressful events, but we can learn control over how we react to them. Regular exercise and ample sleep are too great ways to lower stress, but you might also consider meditation or regular time in nature.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Lose a few pounds</strong></h3>\r\n<p>Excess weight, especially in the belly, reduces insulin sensitivity and increases the risk of type 2 diabetes. Belly fat acts like an endocrine organ secreting hormones and chemicals that increase the risk of not only diabetes, but also heart disease, cancers, and metabolic syndrome.</p>\r\n<p>Yet losing as little as five pounds can significantly reduce blood sugar levels. A Johns Hopkins study found that people with prediabetes who lost 5-7% of their body weight over six months reduced their risk of type 2 diabetes by 54% for the next three years.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Cut down on carbs</strong></h3>\r\n<p>Carbs are the main dietary stimulus that causes blood sugar to rise. If you lower your carb intake, you lower blood sugar/insulin spikes.Â Choosing lower glycemic index carbs also is a good idea. They include sweet potatoes, brown rice, quinoa, and some varieties of oatmeal.</p>\r\n<p>Obviously, lowering carbs means lowering your intake of sugars. Be wary of processed foods where excess sugars often are added.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Drink less alcohol</strong></h3>\r\n<p>As much as we might like a glass of wine, any alcohol is a toxin that taxes the liver. Studies show even just 30 days of avoiding all alcohol significantly improves insulin sensitivity. Binge drinking even once per month is associated with a greater risk of type 2 diabetes and higher levels of insulin resistance.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Eat more soluble fiber</strong></h3>\r\n<p>Soluble fiber is a carbohydrate, but the body cannot break it down fully. That means it does not contribute to blood sugar spikes.</p>\r\n<p>Soluble fiber also slows gastric emptying, and that reduces blood sugar spikes after a meal. Not only that, soluble fiber helps feed friendly bacteria in the gut that are linked to increased insulin sensitivity.Â </p>\r\n<p>You can find soluble fiber in beans, oatmeal, flaxseeds, certain vegetables and fruit, and supplements like acacia.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Avoid trans fats</strong></h3>\r\n<p>Trans fats are a risk factor for diabetes and other diseases. Animal studies have found a strong link between high trans-fat diets and poor blood sugar management and insulin resistance, though results in human studies are mixed.</p>\r\n<p>While federal regulation has largely cut down on trans fats found in commercial foods, it can still be found in some grocery store items. Be sure to check the label on non-dairy creamers, baked goods, and fried foods.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Try supplements</strong></h3>\r\n<p>Many supplements show benefit in lowering blood sugars and/or improving insulin sensitivity. The following ingredients can be found singly or together in formulas.</p>\r\n<p><strong>Probiotics and Omega-3 Oils â€“</strong> Research shows that taking either supplement for at least six weeks improves insulin sensitivity. Taking both increases it even more.</p>\r\n<p><strong>Cinnamon â€“ </strong>Studies indicate cinnamon increases insulin sensitivity by helping receptors for glucose on muscle cells become more available and efficient at transporting sugar into cells.</p>\r\n<p><strong>Berberine â€“ </strong>A compound found in several plants (goldenseal, barberry, Oregon grape), berberine increases insulin sensitivity and lowers blood sugar.</p>\r\n<p><strong>Fenugreek seeds â€“</strong> Being high in soluble fiber, these seeds help make insulin more effective.</p>\r\n<p><strong>Tumeric â€“</strong> Its active compound curcumin is a powerful antioxidant and anti-inflammatory. Studies indicate it increases insulin sensitivity by reducing free fatty acids and sugar in the blood.</p>\r\n<p><strong>Green tea â€“</strong> Several studies show it significantly reduces fasting blood sugar and increases insulin sensitivity. Researchers suspect its actions are linked to its powerful antioxidant compound epigallocatechin gallate (EGCG).</p>\r\n<p><strong>Apple cider vinegar â€“</strong> Long used as a weight-loss remedy, apple cider vinegar has been shown to increase insulin sensitivity by 34% when taken with a high carb meal by people who were insulin resistant and by 19% in people with type 2 diabetes. It also appears to delay gastric emptying, giving the body more time to absorb sugar.</p>\r\n<p><strong>Ginger â€“</strong> Studies have found its component gingerol makes sugar receptors on muscle cells more available, increasing sugar uptake.</p>\r\n<p><strong>Garlic â€“</strong> In animal studies, garlic has improved insulin secretion and sensitivity.</p>\r\n<p><strong>Chromium â€“</strong> When taken in doses of 200-1,000 mcg, this mineralÂ  improved the ability of insulin receptors to reduce blood sugar.</p>\r\n<p><strong>Magnesium â€“</strong> This mineral works with insulin receptors to store blood sugar. Low levels of magnesium have been linked with insulin resistance.</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>REFERENCES</strong></h3>\r\n<p><a href=\"https://www.healthline.com/nutrition/improve-insulin-sensitivity\" target=\"_blank\" rel=\"noopener\"><strong>Healthline</strong></a></p>\r\n<p><a href=\"https://www.medicalnewstoday.com/articles/323027#dietary-supplements\" target=\"_blank\" rel=\"noopener\"><strong>Medical News Today</strong></a></p>\r\n<p><a href=\"https://diabetesstrong.com/improve-insulin-sensitivity/\" target=\"_blank\" rel=\"noopener\"><strong>Diabetes Strong</strong></a></p>\r\n<p><a href=\"https://care.diabetesjournals.org/content/27/1/281\" target=\"_blank\" rel=\"noopener\"><strong>Diabetes Journals</strong></a><strong>Â </strong></p>\r\n<p><a href=\"https://prescriptionhope.com/blog-the-best-ways-to-increase-insulin-sensitivity/\" target=\"_blank\" rel=\"noopener\"><strong>Prescription Hope</strong></a></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Â </strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Insulin sensitivity','Improve heart health without meds!','inherit','closed','closed','','1626-revision-v1','','','2021-09-24 10:27:15','2021-09-24 15:27:15','',1626,'https://ruthsnutrition.com/?p=1627',0,'revision','',0),(1628,2,'2021-09-24 10:29:58','2021-09-24 15:29:58','<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->\r\n<p>[vc_row][vc_column width=\"2/3\"][vc_column_text]</p>\r\n<p>&nbsp;</p>\r\n<h1><strong>Improve it naturally and lower your risk of type 2 diabetes</strong></h1>\r\n<p><img class=\"alignright wp-image-1622 size-full\" src=\"https://ruthsnutrition.com/wp-content/uploads/2021/09/Insulin-Sensitivity-600X.jpg\" alt=\"\" width=\"600\" height=\"400\" /></p>\r\n<p>No doubt about it, weâ€™ve all been under more stress recently. The pandemic has added a whole new layer to lives that contained enough stress already. While a little stress is actually good for us, long-term stress is not. It increases our stress hormones â€“ cortisol, adrenaline, and norepinephrine â€“ and they increase blood sugar. That increases insulin output. Over time, that whole process can lead to poor insulin sensitivity and increase your risk for type 2 diabetes.</p>\r\n<p>Simply put, insulin sensitivity is how responsive your cells are to insulin, the hormone that helps put glucose into cells and lower overall blood sugar levels. If your blood sugars are high for long periods of time, your insulin levels are high for long periods of time, stressing the pancreas which makes insulin. Eventually, your cells become unresponsive to so much insulin exposure (they become insulin resistant), and your pancreas can become overwhelmed and unable to make enough insulin to regulate blood sugar properly.</p>\r\n<p>The good news is you can improve insulin sensitivity, and lower your risk for developing diabetes with a few simple lifestyle changes.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Get moving</strong></h3>\r\n<p>How many times do we get this advice? So many health factors are improved with regular exercise, including insulin sensitivity. Regular exercise helps move sugar into the muscles for storage and promotes an immediate increase in insulin sensitivity, which last from 2-48 hours <em>after youâ€™ve stopped moving! </em></p>\r\n<p>Generally speaking, the more intense the exercise the more lasting the after effects, but any exercise can help. Studies show both aerobic exercise and resistance training improve insulin sensitivity, and combining them both in your routine works the best. The key point is to exercise on a regular basis.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Sleep more</strong></h3>\r\n<p>Few Americans get the recommended eight hours of sleep a night, so anything you can do to add some snooze time is helpful. When you donâ€™t get the rest you need, your body produces more cortisol, which starts the increased blood sugar cascade.</p>\r\n<p>A long-term pattern of too little sleep leads to chronically high levels of cortisol production, which leads to tremendous insulin resistance. Work toward scheduling eight hours of sleep if at all possible.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Lower stress</strong></h3>\r\n<p>Stress is another catalyst for increasing blood sugar levels. Chronic stress equals chronic cortisol production equals insulin resistance.</p>\r\n<p>We often donâ€™t have control over stressful events, but we can learn control over how we react to them. Regular exercise and ample sleep are too great ways to lower stress, but you might also consider meditation or regular time in nature.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Lose a few pounds</strong></h3>\r\n<p>Excess weight, especially in the belly, reduces insulin sensitivity and increases the risk of type 2 diabetes. Belly fat acts like an endocrine organ secreting hormones and chemicals that increase the risk of not only diabetes, but also heart disease, cancers, and metabolic syndrome.</p>\r\n<p>Yet losing as little as five pounds can significantly reduce blood sugar levels. A Johns Hopkins study found that people with prediabetes who lost 5-7% of their body weight over six months reduced their risk of type 2 diabetes by 54% for the next three years.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Cut down on carbs</strong></h3>\r\n<p>Carbs are the main dietary stimulus that causes blood sugar to rise. If you lower your carb intake, you lower blood sugar/insulin spikes.Â Choosing lower glycemic index carbs also is a good idea. They include sweet potatoes, brown rice, quinoa, and some varieties of oatmeal.</p>\r\n<p>Obviously, lowering carbs means lowering your intake of sugars. Be wary of processed foods where excess sugars often are added.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Drink less alcohol</strong></h3>\r\n<p>As much as we might like a glass of wine, any alcohol is a toxin that taxes the liver. Studies show even just 30 days of avoiding all alcohol significantly improves insulin sensitivity. Binge drinking even once per month is associated with a greater risk of type 2 diabetes and higher levels of insulin resistance.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Eat more soluble fiber</strong></h3>\r\n<p>Soluble fiber is a carbohydrate, but the body cannot break it down fully. That means it does not contribute to blood sugar spikes.</p>\r\n<p>Soluble fiber also slows gastric emptying, and that reduces blood sugar spikes after a meal. Not only that, soluble fiber helps feed friendly bacteria in the gut that are linked to increased insulin sensitivity.Â </p>\r\n<p>You can find soluble fiber in beans, oatmeal, flaxseeds, certain vegetables and fruit, and supplements like acacia.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Avoid trans fats</strong></h3>\r\n<p>Trans fats are a risk factor for diabetes and other diseases. Animal studies have found a strong link between high trans-fat diets and poor blood sugar management and insulin resistance, though results in human studies are mixed.</p>\r\n<p>While federal regulation has largely cut down on trans fats found in commercial foods, it can still be found in some grocery store items. Be sure to check the label on non-dairy creamers, baked goods, and fried foods.</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>Try supplements</strong></h3>\r\n<p>Many supplements show benefit in lowering blood sugars and/or improving insulin sensitivity. The following ingredients can be found singly or together in formulas.</p>\r\n<p><strong>Probiotics and Omega-3 Oils â€“</strong> Research shows that taking either supplement for at least six weeks improves insulin sensitivity. Taking both increases it even more.</p>\r\n<p><strong>Cinnamon â€“ </strong>Studies indicate cinnamon increases insulin sensitivity by helping receptors for glucose on muscle cells become more available and efficient at transporting sugar into cells.</p>\r\n<p><strong>Berberine â€“ </strong>A compound found in several plants (goldenseal, barberry, Oregon grape), berberine increases insulin sensitivity and lowers blood sugar.</p>\r\n<p><strong>Fenugreek seeds â€“</strong> Being high in soluble fiber, these seeds help make insulin more effective.</p>\r\n<p><strong>Tumeric â€“</strong> Its active compound curcumin is a powerful antioxidant and anti-inflammatory. Studies indicate it increases insulin sensitivity by reducing free fatty acids and sugar in the blood.</p>\r\n<p><strong>Green tea â€“</strong> Several studies show it significantly reduces fasting blood sugar and increases insulin sensitivity. Researchers suspect its actions are linked to its powerful antioxidant compound epigallocatechin gallate (EGCG).</p>\r\n<p><strong>Apple cider vinegar â€“</strong> Long used as a weight-loss remedy, apple cider vinegar has been shown to increase insulin sensitivity by 34% when taken with a high carb meal by people who were insulin resistant and by 19% in people with type 2 diabetes. It also appears to delay gastric emptying, giving the body more time to absorb sugar.</p>\r\n<p><strong>Ginger â€“</strong> Studies have found its component gingerol makes sugar receptors on muscle cells more available, increasing sugar uptake.</p>\r\n<p><strong>Garlic â€“</strong> In animal studies, garlic has improved insulin secretion and sensitivity.</p>\r\n<p><strong>Chromium â€“</strong> When taken in doses of 200-1,000 mcg, this mineralÂ  improved the ability of insulin receptors to reduce blood sugar.</p>\r\n<p><strong>Magnesium â€“</strong> This mineral works with insulin receptors to store blood sugar. Low levels of magnesium have been linked with insulin resistance.</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<h3><strong>REFERENCES</strong></h3>\r\n<p><a href=\"https://www.healthline.com/nutrition/improve-insulin-sensitivity\" target=\"_blank\" rel=\"noopener\"><strong>Healthline</strong></a></p>\r\n<p><a href=\"https://www.medicalnewstoday.com/articles/323027#dietary-supplements\" target=\"_blank\" rel=\"noopener\"><strong>Medical News Today</strong></a></p>\r\n<p><a href=\"https://diabetesstrong.com/improve-insulin-sensitivity/\" target=\"_blank\" rel=\"noopener\"><strong>Diabetes Strong</strong></a></p>\r\n<p><a href=\"https://care.diabetesjournals.org/content/27/1/281\" target=\"_blank\" rel=\"noopener\"><strong>Diabetes Journals</strong></a><strong>Â </strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p><strong>Â </strong></p>\r\n<p><strong>Â </strong></p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->','Insulin sensitivity','Improve heart health without meds!','inherit','closed','closed','','1626-revision-v1','','','2021-09-24 10:29:58','2021-09-24 15:29:58','',1626,'https://ruthsnutrition.com/?p=1628',0,'revision','',0),(1630,3,'2021-10-13 14:53:01','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2021-10-13 14:53:01','0000-00-00 00:00:00','',0,'https://ruthsnutrition.com/?p=1630',0,'post','',0);
/*!40000 ALTER TABLE `wp3l_posts` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp3l_revslider_css`
--

DROP TABLE IF EXISTS `wp3l_revslider_css`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp3l_revslider_css` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `handle` text NOT NULL,
  `settings` longtext DEFAULT NULL,
  `hover` longtext DEFAULT NULL,
  `params` longtext NOT NULL,
  `advanced` longtext DEFAULT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=112 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp3l_revslider_css`
--

LOCK TABLES `wp3l_revslider_css` WRITE;
/*!40000 ALTER TABLE `wp3l_revslider_css` DISABLE KEYS */;
INSERT INTO `wp3l_revslider_css` VALUES (1,'.tp-caption.medium_grey','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','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\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"margin\":\"0px\",\"white-space\":\"nowrap\"},\"hover\":\"\"}'),(2,'.tp-caption.small_text','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','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\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"margin\":\"0px\",\"white-space\":\"nowrap\"},\"hover\":\"\"}'),(3,'.tp-caption.medium_text','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','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\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"margin\":\"0px\",\"white-space\":\"nowrap\"},\"hover\":\"\"}'),(4,'.tp-caption.large_text','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','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\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"margin\":\"0px\",\"white-space\":\"nowrap\"},\"hover\":\"\"}'),(5,'.tp-caption.very_large_text','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','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\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"margin\":\"0px\",\"white-space\":\"nowrap\",\"letter-spacing\":\"-2px\"},\"hover\":\"\"}'),(6,'.tp-caption.very_big_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','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\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"white-space\":\"nowrap\",\"padding-top\":\"1px\"},\"hover\":\"\"}'),(7,'.tp-caption.very_big_black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','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\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"white-space\":\"nowrap\",\"padding-top\":\"1px\"},\"hover\":\"\"}'),(8,'.tp-caption.modern_medium_fat','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','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\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"white-space\":\"nowrap\"},\"hover\":\"\"}'),(9,'.tp-caption.modern_medium_fat_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','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\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"white-space\":\"nowrap\"},\"hover\":\"\"}'),(10,'.tp-caption.modern_medium_light','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','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\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"white-space\":\"nowrap\"},\"hover\":\"\"}'),(11,'.tp-caption.modern_big_bluebg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','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\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"letter-spacing\":\"0\"},\"hover\":\"\"}'),(12,'.tp-caption.modern_big_redbg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','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\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"padding-top\":\"1px\",\"margin\":\"0px\",\"letter-spacing\":\"0\"},\"hover\":\"\"}'),(13,'.tp-caption.modern_small_text_dark','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','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\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"white-space\":\"nowrap\"},\"hover\":\"\"}'),(14,'.tp-caption.boxshadow','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','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)\"}','{\"idle\":{\"-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)\"},\"hover\":\"\"}'),(15,'.tp-caption.black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#000\",\"text-shadow\":\"none\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(16,'.tp-caption.noshadow','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"text-shadow\":\"none\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(17,'.tp-caption.thinheadline_dark','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','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\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\"},\"hover\":\"\"}'),(18,'.tp-caption.thintext_dark','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','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\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\"},\"hover\":\"\"}'),(19,'.tp-caption.largeblackbg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','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\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}'),(20,'.tp-caption.largepinkbg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','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\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}'),(21,'.tp-caption.largewhitebg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','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\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}'),(22,'.tp-caption.largegreenbg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','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\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}'),(23,'.tp-caption.excerpt','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','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\"}','{\"idle\":{\"text-shadow\":\"none\",\"margin\":\"0px\",\"letter-spacing\":\"-1.5px\",\"width\":\"150px\",\"white-space\":\"normal !important\",\"height\":\"auto\"},\"hover\":\"\"}'),(24,'.tp-caption.large_bold_grey','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','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\"}','{\"idle\":{\"text-shadow\":\"none\",\"margin\":\"0px\"},\"hover\":\"\"}'),(25,'.tp-caption.medium_thin_grey','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','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\"}','{\"idle\":{\"text-shadow\":\"none\",\"margin\":\"0px\"},\"hover\":\"\"}'),(26,'.tp-caption.small_thin_grey','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','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\"}','{\"idle\":{\"text-shadow\":\"none\",\"margin\":\"0px\"},\"hover\":\"\"}'),(27,'.tp-caption.lightgrey_divider','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','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\"}','{\"idle\":{\"width\":\"370px\",\"height\":\"3px\",\"background-position\":\"initial initial\",\"background-repeat\":\"initial initial\"},\"hover\":\"\"}'),(28,'.tp-caption.large_bold_darkblue','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','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\"}','{\"idle\":[],\"hover\":\"\"}'),(29,'.tp-caption.medium_bg_darkblue','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','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\"}','{\"idle\":[],\"hover\":\"\"}'),(30,'.tp-caption.medium_bold_red','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','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\"}','{\"idle\":[],\"hover\":\"\"}'),(31,'.tp-caption.medium_light_red','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','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\"}','{\"idle\":[],\"hover\":\"\"}'),(32,'.tp-caption.medium_bg_red','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','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\"}','{\"idle\":[],\"hover\":\"\"}'),(33,'.tp-caption.medium_bold_orange','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','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\"}','{\"idle\":[],\"hover\":\"\"}'),(34,'.tp-caption.medium_bg_orange','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','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\"}','{\"idle\":[],\"hover\":\"\"}'),(35,'.tp-caption.grassfloor','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','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\"}','{\"idle\":{\"width\":\"4000px\",\"height\":\"150px\"},\"hover\":\"\"}'),(36,'.tp-caption.large_bold_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','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\"}','{\"idle\":[],\"hover\":\"\"}'),(37,'.tp-caption.medium_light_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','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\"}','{\"idle\":[],\"hover\":\"\"}'),(38,'.tp-caption.mediumlarge_light_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','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\"}','{\"idle\":[],\"hover\":\"\"}'),(39,'.tp-caption.mediumlarge_light_white_center','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','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\"}','{\"idle\":[],\"hover\":\"\"}'),(40,'.tp-caption.medium_bg_asbestos','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','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\"}','{\"idle\":[],\"hover\":\"\"}'),(41,'.tp-caption.medium_light_black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','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\"}','{\"idle\":[],\"hover\":\"\"}'),(42,'.tp-caption.large_bold_black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','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\"}','{\"idle\":[],\"hover\":\"\"}'),(43,'.tp-caption.mediumlarge_light_darkblue','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','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\"}','{\"idle\":[],\"hover\":\"\"}'),(44,'.tp-caption.small_light_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','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\"}','{\"idle\":[],\"hover\":\"\"}'),(45,'.tp-caption.roundedimage','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(46,'.tp-caption.large_bg_black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','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\"}','{\"idle\":[],\"hover\":\"\"}'),(47,'.tp-caption.mediumwhitebg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','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\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(48,'.tp-caption.MarkerDisplay','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ff0000\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"font-style\":\"normal\",\"font-family\":\"Permanent Marker\",\"padding\":\"0px 0px 0px 0px\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(49,'.tp-caption.Restaurant-Display','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"color\":\"#ffffff\",\"font-size\":\"120px\",\"line-height\":\"120px\",\"font-weight\":\"700\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(50,'.tp-caption.Restaurant-Cursive','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"color\":\"#ffffff\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Nothing you could do\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(51,'.tp-caption.Restaurant-ScrollDownText','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"color\":\"#ffffff\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(52,'.tp-caption.Restaurant-Description','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"color\":\"#ffffff\",\"font-size\":\"20px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),(53,'.tp-caption.Restaurant-Price','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"color\":\"#ffffff\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),(54,'.tp-caption.Restaurant-Menuitem','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"500\",\"easing\":\"Power2.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(55,'.tp-caption.Furniture-LogoText','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#e6cfa3\",\"color-transparency\":\"1\",\"font-size\":\"160px\",\"line-height\":\"150px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(56,'.tp-caption.Furniture-Plus','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0.5\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#e6cfa3\",\"color-transparency\":\"1\",\"font-size\":\"20\",\"line-height\":\"20px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"6px\",\"7px\",\"4px\",\"7px\"],\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"text-shadow\":\"none\",\"box-shadow\":\"rgba(0,0,0,0.1) 0 1px 3px\"},\"hover\":\"\"}'),(57,'.tp-caption.Furniture-Title','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"700\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"text-shadow\":\"none\",\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),(58,'.tp-caption.Furniture-Subtitle','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"20px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(59,'.tp-caption.Gym-Display','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"80px\",\"line-height\":\"70px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(60,'.tp-caption.Gym-Subline','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"5px\"},\"hover\":\"\"}'),(61,'.tp-caption.Gym-SmallText','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"22\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(62,'.tp-caption.Fashion-SmallText','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"12px\",\"line-height\":\"20px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(63,'.tp-caption.Fashion-BigDisplay','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(64,'.tp-caption.Fashion-TextBlock','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"40px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(65,'.tp-caption.Sports-Display','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"130px\",\"line-height\":\"130px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"13px\"},\"hover\":\"\"}'),(66,'.tp-caption.Sports-DisplayFat','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"130px\",\"line-height\":\"130px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":[\"\"],\"hover\":\"\"}'),(67,'.tp-caption.Sports-Subline','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"32px\",\"line-height\":\"32px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"4px\"},\"hover\":\"\"}'),(68,'.tp-caption.Instagram-Caption','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(69,'.tp-caption.News-Title','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"70px\",\"line-height\":\"60px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Roboto Slab\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(70,'.tp-caption.News-Subtitle','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"0.65\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"0px\",\"border-radius\":[\"0\",\"0\",\"0px\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"300\",\"easing\":\"Power3.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"24px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Roboto Slab\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(71,'.tp-caption.Photography-Display','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"80px\",\"line-height\":\"70px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"5px\"},\"hover\":\"\"}'),(72,'.tp-caption.Photography-Subline','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#777777\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),(73,'.tp-caption.Photography-ImageHover','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"0.5\",\"scalex\":\"0.8\",\"scaley\":\"0.8\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"1000\",\"easing\":\"Power3.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20\",\"line-height\":\"22\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(74,'.tp-caption.Photography-Menuitem','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#00ffde\",\"background-transparency\":\"0.65\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"200\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"3px\",\"5px\",\"3px\",\"8px\"],\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0.65\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(75,'.tp-caption.Photography-Textblock','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(76,'.tp-caption.Photography-Subline-2','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"0.35\",\"font-size\":\"20px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),(77,'.tp-caption.Photography-ImageHover2','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"0.5\",\"scalex\":\"0.8\",\"scaley\":\"0.8\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"500\",\"easing\":\"Back.easeOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20\",\"line-height\":\"22\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Arial\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(78,'.tp-caption.WebProduct-Title','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#333333\",\"color-transparency\":\"1\",\"font-size\":\"90px\",\"line-height\":\"90px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(79,'.tp-caption.WebProduct-SubTitle','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#999999\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(80,'.tp-caption.WebProduct-Content','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#999999\",\"color-transparency\":\"1\",\"font-size\":\"16px\",\"line-height\":\"24px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(81,'.tp-caption.WebProduct-Menuitem','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#999999\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"200\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"3px\",\"5px\",\"3px\",\"8px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#333333\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(82,'.tp-caption.WebProduct-Title-Light','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"90px\",\"line-height\":\"90px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'),(83,'.tp-caption.WebProduct-SubTitle-Light','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"0.35\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'),(84,'.tp-caption.WebProduct-Content-Light','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"0.65\",\"font-size\":\"16px\",\"line-height\":\"24px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'),(85,'.tp-caption.FatRounded','{\"hover\":\"true\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#d3d3d3\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"50px\",\"50px\",\"50px\",\"50px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"20px\",\"22px\",\"20px\",\"25px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0.5\",\"border-color\":\"#d3d3d3\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"50px\",\"50px\",\"50px\",\"50px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(86,'.tp-caption.NotGeneric-Title','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"70px\",\"line-height\":\"70px\",\"font-weight\":\"800\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"10px 0px 10px 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"[object Object]\",\"hover\":\"\"}'),(87,'.tp-caption.NotGeneric-SubTitle','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"13px\",\"line-height\":\"20px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"4px\",\"text-align\":\"left\"},\"hover\":\"\"}'),(88,'.tp-caption.NotGeneric-CallToAction','{\"hover\":\"true\",\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":\"0px 0px 0px 0px\",\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power3.easeOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"10px 30px 10px 30px\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}'),(89,'.tp-caption.NotGeneric-Icon','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"default\",\"speed\":\"300\",\"easing\":\"Power3.easeOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"0px 0px 0px 0px\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"0px\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}'),(90,'.tp-caption.NotGeneric-Menuitem','{\"hover\":\"true\",\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":\"0px 0px 0px 0px\",\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"27px 30px 27px 30px\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.15\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}'),(91,'.tp-caption.MarkerStyle','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"30px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"\\\"Permanent Marker\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"text-align\":\"left\",\"0\":\"\"},\"hover\":\"\"}'),(92,'.tp-caption.Gym-Menuitem','{\"hover\":\"true\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"200\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"3px\",\"5px\",\"3px\",\"8px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(93,'.tp-caption.Newspaper-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#FFFFFF\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"13px\",\"line-height\":\"17px\",\"font-weight\":\"700\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(94,'.tp-caption.Newspaper-Subtitle','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#a8d8ee\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'),(95,'.tp-caption.Newspaper-Title','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"50px\",\"line-height\":\"55px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Roboto Slab\\\"\",\"padding\":[\"0\",\"0\",\"10px\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'),(96,'.tp-caption.Newspaper-Title-Centered','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"50px\",\"line-height\":\"55px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Roboto Slab\\\"\",\"padding\":[\"0\",\"0\",\"10px\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"center\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'),(97,'.tp-caption.Hero-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),(98,'.tp-caption.Video-Title','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"5px\",\"5px\",\"5px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"-20%\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'),(99,'.tp-caption.Video-SubTitle','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"12px\",\"line-height\":\"12px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"5px\",\"5px\",\"5px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0.35\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"-20%\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(100,'.tp-caption.NotGeneric-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}'),(101,'.tp-caption.NotGeneric-BigButton','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"27px\",\"30px\",\"27px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.15\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),(102,'.tp-caption.WebProduct-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#333333\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"2\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"16px\",\"line-height\":\"48px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0px\",\"40px\",\"0px\",\"40px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#333333\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"2\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}'),(103,'.tp-caption.Restaurant-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffe081\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#0a0a0a\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),(104,'.tp-caption.Gym-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#72a800\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"13px\",\"35px\",\"13px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#8bc027\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}'),(105,'.tp-caption.Gym-Button-Light','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#72a800\",\"background-transparency\":\"0\",\"border-color\":\"#8bc027\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power2.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'),(106,'.tp-caption.Sports-Button-Light','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"500\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(107,'.tp-caption.Sports-Button-Red','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"500\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#db1c22\",\"background-transparency\":\"1\",\"border-color\":\"#db1c22\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(108,'.tp-caption.Photography-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"300\",\"easing\":\"Power3.easeOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"13px\",\"35px\",\"13px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}'),(109,'.tp-caption.Newspaper-Button-2','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'),(110,'.tp-caption.mfnrs_tailor_large_light','{\"translated\":5,\"type\":\"text\",\"version\":\"custom\"}','null','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-weight\":\"700\",\"font-style\":\"normal\",\"font-family\":\"Montserrat\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"text-align\":\"center\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"type\":\"text\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),(111,'.tp-caption.mfnrs_tailor_medium_light','{\"translated\":5,\"type\":\"text\",\"version\":\"custom\"}','null','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"18px\",\"line-height\":\"22\",\"font-weight\":\"400\",\"font-style\":\"italic\",\"font-family\":\"Merriweather\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"type\":\"text\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}');
/*!40000 ALTER TABLE `wp3l_revslider_css` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp3l_revslider_css_bkp`
--

DROP TABLE IF EXISTS `wp3l_revslider_css_bkp`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp3l_revslider_css_bkp` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `handle` text NOT NULL,
  `settings` longtext DEFAULT NULL,
  `hover` longtext DEFAULT NULL,
  `params` longtext NOT NULL,
  `advanced` longtext DEFAULT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=112 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp3l_revslider_css_bkp`
--

LOCK TABLES `wp3l_revslider_css_bkp` WRITE;
/*!40000 ALTER TABLE `wp3l_revslider_css_bkp` DISABLE KEYS */;
INSERT INTO `wp3l_revslider_css_bkp` VALUES (1,'.tp-caption.medium_grey','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','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\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"margin\":\"0px\",\"white-space\":\"nowrap\"},\"hover\":\"\"}'),(2,'.tp-caption.small_text','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','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\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"margin\":\"0px\",\"white-space\":\"nowrap\"},\"hover\":\"\"}'),(3,'.tp-caption.medium_text','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','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\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"margin\":\"0px\",\"white-space\":\"nowrap\"},\"hover\":\"\"}'),(4,'.tp-caption.large_text','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','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\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"margin\":\"0px\",\"white-space\":\"nowrap\"},\"hover\":\"\"}'),(5,'.tp-caption.very_large_text','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','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\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"margin\":\"0px\",\"white-space\":\"nowrap\",\"letter-spacing\":\"-2px\"},\"hover\":\"\"}'),(6,'.tp-caption.very_big_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','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\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"white-space\":\"nowrap\",\"padding-top\":\"1px\"},\"hover\":\"\"}'),(7,'.tp-caption.very_big_black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','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\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"white-space\":\"nowrap\",\"padding-top\":\"1px\"},\"hover\":\"\"}'),(8,'.tp-caption.modern_medium_fat','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','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\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"white-space\":\"nowrap\"},\"hover\":\"\"}'),(9,'.tp-caption.modern_medium_fat_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','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\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"white-space\":\"nowrap\"},\"hover\":\"\"}'),(10,'.tp-caption.modern_medium_light','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','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\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"white-space\":\"nowrap\"},\"hover\":\"\"}'),(11,'.tp-caption.modern_big_bluebg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','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\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"letter-spacing\":\"0\"},\"hover\":\"\"}'),(12,'.tp-caption.modern_big_redbg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','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\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"padding-top\":\"1px\",\"margin\":\"0px\",\"letter-spacing\":\"0\"},\"hover\":\"\"}'),(13,'.tp-caption.modern_small_text_dark','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','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\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"white-space\":\"nowrap\"},\"hover\":\"\"}'),(14,'.tp-caption.boxshadow','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','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)\"}','{\"idle\":{\"-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)\"},\"hover\":\"\"}'),(15,'.tp-caption.black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"color\":\"#000\",\"text-shadow\":\"none\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(16,'.tp-caption.noshadow','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"text-shadow\":\"none\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(17,'.tp-caption.thinheadline_dark','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','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\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\"},\"hover\":\"\"}'),(18,'.tp-caption.thintext_dark','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','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\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\"},\"hover\":\"\"}'),(19,'.tp-caption.largeblackbg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','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\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}'),(20,'.tp-caption.largepinkbg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','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\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}'),(21,'.tp-caption.largewhitebg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','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\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}'),(22,'.tp-caption.largegreenbg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','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\"}','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}'),(23,'.tp-caption.excerpt','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','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\"}','{\"idle\":{\"text-shadow\":\"none\",\"margin\":\"0px\",\"letter-spacing\":\"-1.5px\",\"width\":\"150px\",\"white-space\":\"normal !important\",\"height\":\"auto\"},\"hover\":\"\"}'),(24,'.tp-caption.large_bold_grey','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','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\"}','{\"idle\":{\"text-shadow\":\"none\",\"margin\":\"0px\"},\"hover\":\"\"}'),(25,'.tp-caption.medium_thin_grey','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','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\"}','{\"idle\":{\"text-shadow\":\"none\",\"margin\":\"0px\"},\"hover\":\"\"}'),(26,'.tp-caption.small_thin_grey','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','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\"}','{\"idle\":{\"text-shadow\":\"none\",\"margin\":\"0px\"},\"hover\":\"\"}'),(27,'.tp-caption.lightgrey_divider','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','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\"}','{\"idle\":{\"width\":\"370px\",\"height\":\"3px\",\"background-position\":\"initial initial\",\"background-repeat\":\"initial initial\"},\"hover\":\"\"}'),(28,'.tp-caption.large_bold_darkblue','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','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\"}','{\"idle\":[],\"hover\":\"\"}'),(29,'.tp-caption.medium_bg_darkblue','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','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\"}','{\"idle\":[],\"hover\":\"\"}'),(30,'.tp-caption.medium_bold_red','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','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\"}','{\"idle\":[],\"hover\":\"\"}'),(31,'.tp-caption.medium_light_red','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','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\"}','{\"idle\":[],\"hover\":\"\"}'),(32,'.tp-caption.medium_bg_red','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','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\"}','{\"idle\":[],\"hover\":\"\"}'),(33,'.tp-caption.medium_bold_orange','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','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\"}','{\"idle\":[],\"hover\":\"\"}'),(34,'.tp-caption.medium_bg_orange','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','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\"}','{\"idle\":[],\"hover\":\"\"}'),(35,'.tp-caption.grassfloor','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','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\"}','{\"idle\":{\"width\":\"4000px\",\"height\":\"150px\"},\"hover\":\"\"}'),(36,'.tp-caption.large_bold_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','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\"}','{\"idle\":[],\"hover\":\"\"}'),(37,'.tp-caption.medium_light_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','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\"}','{\"idle\":[],\"hover\":\"\"}'),(38,'.tp-caption.mediumlarge_light_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','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\"}','{\"idle\":[],\"hover\":\"\"}'),(39,'.tp-caption.mediumlarge_light_white_center','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','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\"}','{\"idle\":[],\"hover\":\"\"}'),(40,'.tp-caption.medium_bg_asbestos','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','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\"}','{\"idle\":[],\"hover\":\"\"}'),(41,'.tp-caption.medium_light_black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','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\"}','{\"idle\":[],\"hover\":\"\"}'),(42,'.tp-caption.large_bold_black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','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\"}','{\"idle\":[],\"hover\":\"\"}'),(43,'.tp-caption.mediumlarge_light_darkblue','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','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\"}','{\"idle\":[],\"hover\":\"\"}'),(44,'.tp-caption.small_light_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','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\"}','{\"idle\":[],\"hover\":\"\"}'),(45,'.tp-caption.roundedimage','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}','{\"idle\":[],\"hover\":\"\"}'),(46,'.tp-caption.large_bg_black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','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\"}','{\"idle\":[],\"hover\":\"\"}'),(47,'.tp-caption.mediumwhitebg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','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\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(48,'.tp-caption.MarkerDisplay','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ff0000\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"font-style\":\"normal\",\"font-family\":\"Permanent Marker\",\"padding\":\"0px 0px 0px 0px\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(49,'.tp-caption.Restaurant-Display','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"color\":\"#ffffff\",\"font-size\":\"120px\",\"line-height\":\"120px\",\"font-weight\":\"700\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(50,'.tp-caption.Restaurant-Cursive','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"color\":\"#ffffff\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Nothing you could do\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(51,'.tp-caption.Restaurant-ScrollDownText','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"color\":\"#ffffff\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(52,'.tp-caption.Restaurant-Description','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"color\":\"#ffffff\",\"font-size\":\"20px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),(53,'.tp-caption.Restaurant-Price','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"color\":\"#ffffff\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),(54,'.tp-caption.Restaurant-Menuitem','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"500\",\"easing\":\"Power2.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(55,'.tp-caption.Furniture-LogoText','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#e6cfa3\",\"color-transparency\":\"1\",\"font-size\":\"160px\",\"line-height\":\"150px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(56,'.tp-caption.Furniture-Plus','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0.5\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#e6cfa3\",\"color-transparency\":\"1\",\"font-size\":\"20\",\"line-height\":\"20px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"6px\",\"7px\",\"4px\",\"7px\"],\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"text-shadow\":\"none\",\"box-shadow\":\"rgba(0,0,0,0.1) 0 1px 3px\"},\"hover\":\"\"}'),(57,'.tp-caption.Furniture-Title','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"700\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"text-shadow\":\"none\",\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),(58,'.tp-caption.Furniture-Subtitle','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"20px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(59,'.tp-caption.Gym-Display','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"80px\",\"line-height\":\"70px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(60,'.tp-caption.Gym-Subline','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"5px\"},\"hover\":\"\"}'),(61,'.tp-caption.Gym-SmallText','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"22\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(62,'.tp-caption.Fashion-SmallText','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"12px\",\"line-height\":\"20px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(63,'.tp-caption.Fashion-BigDisplay','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(64,'.tp-caption.Fashion-TextBlock','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"40px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(65,'.tp-caption.Sports-Display','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"130px\",\"line-height\":\"130px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"13px\"},\"hover\":\"\"}'),(66,'.tp-caption.Sports-DisplayFat','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"130px\",\"line-height\":\"130px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":[\"\"],\"hover\":\"\"}'),(67,'.tp-caption.Sports-Subline','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"32px\",\"line-height\":\"32px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"4px\"},\"hover\":\"\"}'),(68,'.tp-caption.Instagram-Caption','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(69,'.tp-caption.News-Title','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"70px\",\"line-height\":\"60px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Roboto Slab\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(70,'.tp-caption.News-Subtitle','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"0.65\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"0px\",\"border-radius\":[\"0\",\"0\",\"0px\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"300\",\"easing\":\"Power3.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"24px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Roboto Slab\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(71,'.tp-caption.Photography-Display','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"80px\",\"line-height\":\"70px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"5px\"},\"hover\":\"\"}'),(72,'.tp-caption.Photography-Subline','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#777777\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),(73,'.tp-caption.Photography-ImageHover','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"0.5\",\"scalex\":\"0.8\",\"scaley\":\"0.8\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"1000\",\"easing\":\"Power3.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20\",\"line-height\":\"22\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(74,'.tp-caption.Photography-Menuitem','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#00ffde\",\"background-transparency\":\"0.65\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"200\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"3px\",\"5px\",\"3px\",\"8px\"],\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0.65\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(75,'.tp-caption.Photography-Textblock','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(76,'.tp-caption.Photography-Subline-2','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"0.35\",\"font-size\":\"20px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),(77,'.tp-caption.Photography-ImageHover2','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"0.5\",\"scalex\":\"0.8\",\"scaley\":\"0.8\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"500\",\"easing\":\"Back.easeOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20\",\"line-height\":\"22\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Arial\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(78,'.tp-caption.WebProduct-Title','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#333333\",\"color-transparency\":\"1\",\"font-size\":\"90px\",\"line-height\":\"90px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(79,'.tp-caption.WebProduct-SubTitle','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#999999\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(80,'.tp-caption.WebProduct-Content','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#999999\",\"color-transparency\":\"1\",\"font-size\":\"16px\",\"line-height\":\"24px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}','{\"idle\":\"\",\"hover\":\"\"}'),(81,'.tp-caption.WebProduct-Menuitem','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#999999\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"200\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"3px\",\"5px\",\"3px\",\"8px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#333333\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(82,'.tp-caption.WebProduct-Title-Light','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"90px\",\"line-height\":\"90px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'),(83,'.tp-caption.WebProduct-SubTitle-Light','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"0.35\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'),(84,'.tp-caption.WebProduct-Content-Light','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"0.65\",\"font-size\":\"16px\",\"line-height\":\"24px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'),(85,'.tp-caption.FatRounded','{\"hover\":\"true\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#d3d3d3\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"50px\",\"50px\",\"50px\",\"50px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"20px\",\"22px\",\"20px\",\"25px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0.5\",\"border-color\":\"#d3d3d3\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"50px\",\"50px\",\"50px\",\"50px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}'),(86,'.tp-caption.NotGeneric-Title','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"70px\",\"line-height\":\"70px\",\"font-weight\":\"800\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"10px 0px 10px 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"[object Object]\",\"hover\":\"\"}'),(87,'.tp-caption.NotGeneric-SubTitle','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"13px\",\"line-height\":\"20px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"4px\",\"text-align\":\"left\"},\"hover\":\"\"}'),(88,'.tp-caption.NotGeneric-CallToAction','{\"hover\":\"true\",\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":\"0px 0px 0px 0px\",\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power3.easeOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"10px 30px 10px 30px\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}'),(89,'.tp-caption.NotGeneric-Icon','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"default\",\"speed\":\"300\",\"easing\":\"Power3.easeOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"0px 0px 0px 0px\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"0px\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}'),(90,'.tp-caption.NotGeneric-Menuitem','{\"hover\":\"true\",\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":\"0px 0px 0px 0px\",\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"27px 30px 27px 30px\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.15\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}'),(91,'.tp-caption.MarkerStyle','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"30px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"\\\"Permanent Marker\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"text-align\":\"left\",\"0\":\"\"},\"hover\":\"\"}'),(92,'.tp-caption.Gym-Menuitem','{\"hover\":\"true\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"200\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"3px\",\"5px\",\"3px\",\"8px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(93,'.tp-caption.Newspaper-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#FFFFFF\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"13px\",\"line-height\":\"17px\",\"font-weight\":\"700\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(94,'.tp-caption.Newspaper-Subtitle','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#a8d8ee\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'),(95,'.tp-caption.Newspaper-Title','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"50px\",\"line-height\":\"55px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Roboto Slab\\\"\",\"padding\":[\"0\",\"0\",\"10px\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'),(96,'.tp-caption.Newspaper-Title-Centered','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"50px\",\"line-height\":\"55px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Roboto Slab\\\"\",\"padding\":[\"0\",\"0\",\"10px\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"center\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'),(97,'.tp-caption.Hero-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),(98,'.tp-caption.Video-Title','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"5px\",\"5px\",\"5px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"-20%\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'),(99,'.tp-caption.Video-SubTitle','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"12px\",\"line-height\":\"12px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"5px\",\"5px\",\"5px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0.35\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"-20%\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(100,'.tp-caption.NotGeneric-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}'),(101,'.tp-caption.NotGeneric-BigButton','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"27px\",\"30px\",\"27px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.15\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),(102,'.tp-caption.WebProduct-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#333333\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"2\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"16px\",\"line-height\":\"48px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0px\",\"40px\",\"0px\",\"40px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#333333\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"2\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}'),(103,'.tp-caption.Restaurant-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffe081\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#0a0a0a\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),(104,'.tp-caption.Gym-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#72a800\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"13px\",\"35px\",\"13px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#8bc027\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}'),(105,'.tp-caption.Gym-Button-Light','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#72a800\",\"background-transparency\":\"0\",\"border-color\":\"#8bc027\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power2.easeInOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'),(106,'.tp-caption.Sports-Button-Light','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"500\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(107,'.tp-caption.Sports-Button-Red','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"500\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#db1c22\",\"background-transparency\":\"1\",\"border-color\":\"#db1c22\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}'),(108,'.tp-caption.Photography-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"auto\",\"speed\":\"300\",\"easing\":\"Power3.easeOut\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"13px\",\"35px\",\"13px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}'),(109,'.tp-caption.Newspaper-Button-2','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}','{\"idle\":\"\",\"hover\":\"\"}'),(110,'.tp-caption.mfnrs_tailor_large_light','{\"translated\":5,\"type\":\"text\",\"version\":\"custom\"}','null','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-weight\":\"700\",\"font-style\":\"normal\",\"font-family\":\"Montserrat\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"text-align\":\"center\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"type\":\"text\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}'),(111,'.tp-caption.mfnrs_tailor_medium_light','{\"translated\":5,\"type\":\"text\",\"version\":\"custom\"}','null','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"18px\",\"line-height\":\"22\",\"font-weight\":\"400\",\"font-style\":\"italic\",\"font-family\":\"Merriweather\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"type\":\"text\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}');
/*!40000 ALTER TABLE `wp3l_revslider_css_bkp` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp3l_revslider_layer_animations`
--

DROP TABLE IF EXISTS `wp3l_revslider_layer_animations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp3l_revslider_layer_animations` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `handle` text NOT NULL,
  `params` text NOT NULL,
  `settings` text DEFAULT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp3l_revslider_layer_animations`
--

LOCK TABLES `wp3l_revslider_layer_animations` WRITE;
/*!40000 ALTER TABLE `wp3l_revslider_layer_animations` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp3l_revslider_layer_animations` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp3l_revslider_layer_animations_bkp`
--

DROP TABLE IF EXISTS `wp3l_revslider_layer_animations_bkp`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp3l_revslider_layer_animations_bkp` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `handle` text NOT NULL,
  `params` text NOT NULL,
  `settings` text DEFAULT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp3l_revslider_layer_animations_bkp`
--

LOCK TABLES `wp3l_revslider_layer_animations_bkp` WRITE;
/*!40000 ALTER TABLE `wp3l_revslider_layer_animations_bkp` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp3l_revslider_layer_animations_bkp` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp3l_revslider_navigations`
--

DROP TABLE IF EXISTS `wp3l_revslider_navigations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp3l_revslider_navigations` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `name` varchar(191) NOT NULL,
  `handle` varchar(191) NOT NULL,
  `css` longtext NOT NULL,
  `markup` longtext NOT NULL,
  `settings` longtext DEFAULT NULL,
  `type` varchar(191) NOT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp3l_revslider_navigations`
--

LOCK TABLES `wp3l_revslider_navigations` WRITE;
/*!40000 ALTER TABLE `wp3l_revslider_navigations` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp3l_revslider_navigations` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp3l_revslider_navigations_bkp`
--

DROP TABLE IF EXISTS `wp3l_revslider_navigations_bkp`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp3l_revslider_navigations_bkp` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `name` varchar(191) NOT NULL,
  `handle` varchar(191) NOT NULL,
  `css` longtext NOT NULL,
  `markup` longtext NOT NULL,
  `settings` longtext DEFAULT NULL,
  `type` varchar(191) NOT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp3l_revslider_navigations_bkp`
--

LOCK TABLES `wp3l_revslider_navigations_bkp` WRITE;
/*!40000 ALTER TABLE `wp3l_revslider_navigations_bkp` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp3l_revslider_navigations_bkp` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp3l_revslider_sliders`
--

DROP TABLE IF EXISTS `wp3l_revslider_sliders`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp3l_revslider_sliders` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `title` tinytext NOT NULL,
  `alias` tinytext DEFAULT NULL,
  `params` longtext NOT NULL,
  `settings` text DEFAULT NULL,
  `type` varchar(191) NOT NULL DEFAULT '',
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp3l_revslider_sliders`
--

LOCK TABLES `wp3l_revslider_sliders` WRITE;
/*!40000 ALTER TABLE `wp3l_revslider_sliders` DISABLE KEYS */;
INSERT INTO `wp3l_revslider_sliders` VALUES (1,'Home Tailor','tailor','{\"hero_active\":\"-1\",\"source_type\":\"gallery\",\"instagram-count\":\"\",\"instagram-transient\":\"1200\",\"instagram-type\":\"user\",\"instagram-user-id\":\"\",\"flickr-count\":\"\",\"flickr-transient\":\"1200\",\"flickr-api-key\":\"\",\"flickr-type\":\"publicphotos\",\"flickr-user-url\":\"\",\"flickr-photoset\":\"\",\"flickr-photoset-select\":\"\",\"flickr-gallery-url\":\"\",\"flickr-group-url\":\"\",\"facebook-count\":\"\",\"facebook-transient\":\"1200\",\"facebook-page-url\":\"\",\"facebook-type-source\":\"album\",\"facebook-album\":\"\",\"facebook-album-select\":\"\",\"facebook-app-id\":\"\",\"facebook-app-secret\":\"\",\"twitter-count\":\"\",\"twitter-transient\":\"1200\",\"twitter-user-id\":\"\",\"twitter-image-only\":\"off\",\"twitter-include-retweets\":\"off\",\"twitter-exclude-replies\":\"off\",\"twitter-consumer-key\":\"\",\"twitter-consumer-secret\":\"\",\"twitter-access-token\":\"\",\"twitter-access-secret\":\"\",\"youtube-count\":\"\",\"youtube-transient\":\"1200\",\"youtube-api\":\"\",\"youtube-channel-id\":\"\",\"youtube-type-source\":\"channel\",\"youtube-playlist\":\"\",\"youtube-playlist-select\":\"\",\"vimeo-count\":\"\",\"vimeo-transient\":\"1200\",\"vimeo-type-source\":\"user\",\"vimeo-username\":\"\",\"vimeo-groupname\":\"\",\"vimeo-albumid\":\"\",\"vimeo-channelname\":\"\",\"product_types\":\"product\",\"product_category\":\"\",\"posts_list\":\"\",\"fetch_type\":\"cat_tag\",\"post_types\":\"post\",\"post_category\":\"\",\"product_sortby\":\"ID\",\"product_sort_direction\":\"DESC\",\"max_slider_products\":\"30\",\"excerpt_limit_product\":\"55\",\"reg_price_from\":\"\",\"reg_price_to\":\"\",\"sale_price_from\":\"\",\"sale_price_to\":\"\",\"instock_only\":\"off\",\"featured_only\":\"off\",\"post_sortby\":\"ID\",\"posts_sort_direction\":\"DESC\",\"max_slider_posts\":\"30\",\"excerpt_limit\":\"55\",\"title\":\"Home Tailor\",\"alias\":\"tailor\",\"shortcode\":\"[rev_slider alias=\\\\\\\"tailor\\\\\\\"]\",\"slider-type\":\"hero\",\"slider_type\":\"auto\",\"width\":\"1121\",\"height\":\"600\",\"width_notebook\":\"1024\",\"height_notebook\":\"768\",\"enable_custom_size_notebook\":\"off\",\"width_tablet\":\"778\",\"height_tablet\":\"960\",\"enable_custom_size_tablet\":\"off\",\"width_mobile\":\"480\",\"height_mobile\":\"720\",\"enable_custom_size_iphone\":\"off\",\"full_screen_align_force\":\"off\",\"fullscreen_min_height\":\"\",\"autowidth_force\":\"off\",\"fullscreen_offset_container\":\"\",\"fullscreen_offset_size\":\"\",\"main_overflow_hidden\":\"off\",\"auto_height\":\"off\",\"min_height\":\"\",\"max_width\":\"\",\"force_full_width\":\"off\",\"next_slide_on_window_focus\":\"off\",\"disable_focus_listener\":\"off\",\"def-layer_selection\":\"off\",\"slider_id\":\"\",\"delay\":\"9000\",\"start_js_after_delay\":\"0\",\"def-slide_transition\":\"fade\",\"def-transition_duration\":\"300\",\"def-image_source_type\":\"full\",\"def-background_fit\":\"cover\",\"def-bg_fit_x\":\"100\",\"def-bg_fit_y\":\"100\",\"def-bg_position\":\"center center\",\"def-bg_position_x\":\"0\",\"def-bg_position_y\":\"0\",\"def-bg_repeat\":\"no-repeat\",\"def-kenburn_effect\":\"off\",\"def-kb_start_fit\":\"100\",\"def-kb_easing\":\"Linear.easeNone\",\"def-kb_end_fit\":\"100\",\"def-kb_start_offset_x\":\"0\",\"def-kb_start_offset_y\":\"0\",\"def-kb_end_offset_x\":\"0\",\"def-kb_end_offset_y\":\"0\",\"def-kb_start_rotate\":\"0\",\"def-kb_end_rotate\":\"0\",\"def-kb_duration\":\"10000\",\"0\":\"blank\",\"start_with_slide_enable\":\"off\",\"start_with_slide\":\"1\",\"first_transition_active\":\"off\",\"first_transition_type\":\"fade\",\"first_transition_duration\":\"300\",\"first_transition_slot_amount\":\"7\",\"stop_on_hover\":\"off\",\"stop_slider\":\"off\",\"stop_after_loops\":\"0\",\"stop_at_slide\":\"2\",\"shuffle\":\"off\",\"loop_slide\":\"off\",\"label_viewport\":\"off\",\"viewport_start\":\"wait\",\"viewport_area\":\"80\",\"waitforinit\":\"off\",\"enable_progressbar\":\"off\",\"show_timerbar\":\"top\",\"progress_height\":\"5\",\"progress_opa\":\"15\",\"progressbar_color\":\"#000000\",\"disable_on_mobile\":\"off\",\"disable_kenburns_on_mobile\":\"off\",\"hide_slider_under\":\"0\",\"hide_defined_layers_under\":\"0\",\"hide_all_layers_under\":\"0\",\"shadow_type\":\"0\",\"background_dotted_overlay\":\"none\",\"background_color\":\"transparent\",\"padding\":\"0\",\"show_background_image\":\"off\",\"background_image\":\"http:\\/\\/74.124.197.205\\/~ruthsnut\\/wp-content\\/\",\"bg_fit\":\"cover\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center center\",\"position\":\"center\",\"margin_top\":\"0\",\"margin_bottom\":\"0\",\"margin_left\":\"0\",\"margin_right\":\"0\",\"use_spinner\":\"3\",\"spinner_color\":\"#FFFFFF\",\"enable_arrows\":\"off\",\"rtl_arrows\":\"off\",\"navigation_arrow_style\":\"round\",\"navigation_arrows_preset\":\"default\",\"ph-round-arrows-hover-bg-color-color-rgba-def\":\"off\",\"ph-round-arrows-hover-bg-color-color-rgba\":\"#000000\",\"ph-round-arrows-arrow-size-custom-def\":\"off\",\"ph-round-arrows-arrow-size-custom\":\"20\",\"ph-round-arrows-arrow-color-color-def\":\"off\",\"ph-round-arrows-arrow-color-color\":\"#ffffff\",\"ph-round-arrows-bg-size-custom-def\":\"off\",\"ph-round-arrows-bg-size-custom\":\"40\",\"ph-round-arrows-bg-color-custom-def\":\"off\",\"ph-round-arrows-bg-color-custom\":\"0,0,0,0.5\",\"arrows_always_on\":\"false\",\"hide_arrows\":\"200\",\"hide_arrows_mobile\":\"1200\",\"hide_arrows_on_mobile\":\"off\",\"arrows_under_hidden\":\"0\",\"hide_arrows_over\":\"off\",\"arrows_over_hidden\":\"0\",\"leftarrow_align_hor\":\"left\",\"leftarrow_align_vert\":\"center\",\"leftarrow_offset_hor\":\"20\",\"leftarrow_offset_vert\":\"0\",\"leftarrow_position\":\"slider\",\"rightarrow_align_hor\":\"right\",\"rightarrow_align_vert\":\"center\",\"rightarrow_offset_hor\":\"20\",\"rightarrow_offset_vert\":\"0\",\"rightarrow_position\":\"slider\",\"enable_bullets\":\"off\",\"rtl_bullets\":\"off\",\"navigation_bullets_style\":\"round\",\"navigation_bullets_preset\":\"default\",\"ph-round-bullets-hover-bullet-bg-color-def\":\"off\",\"ph-round-bullets-hover-bullet-bg-color\":\"#666666\",\"ph-round-bullets-border-size-custom-def\":\"off\",\"ph-round-bullets-border-size-custom\":\"3\",\"ph-round-bullets-border-color-color-def\":\"off\",\"ph-round-bullets-border-color-color\":\"#e5e5e5\",\"ph-round-bullets-bullet-bg-bottom-color-def\":\"off\",\"ph-round-bullets-bullet-bg-bottom-color\":\"#e1e1e1\",\"ph-round-bullets-bullet-bg-top-color-def\":\"off\",\"ph-round-bullets-bullet-bg-top-color\":\"#999999\",\"ph-round-bullets-bullet-size-custom-def\":\"off\",\"ph-round-bullets-bullet-size-custom\":\"12\",\"bullets_space\":\"5\",\"bullets_direction\":\"horizontal\",\"bullets_always_on\":\"false\",\"hide_bullets\":\"200\",\"hide_bullets_mobile\":\"1200\",\"hide_bullets_on_mobile\":\"off\",\"bullets_under_hidden\":\"0\",\"hide_bullets_over\":\"off\",\"bullets_over_hidden\":\"0\",\"bullets_align_hor\":\"center\",\"bullets_align_vert\":\"bottom\",\"bullets_offset_hor\":\"0\",\"bullets_offset_vert\":\"20\",\"bullets_position\":\"slider\",\"enable_thumbnails\":\"off\",\"rtl_thumbnails\":\"off\",\"thumbnails_padding\":\"5\",\"span_thumbnails_wrapper\":\"off\",\"thumbnails_wrapper_color\":\"transparent\",\"thumbnails_wrapper_opacity\":\"100\",\"thumbnails_style\":\"round\",\"navigation_thumbs_preset\":\"default\",\"ph-round-thumbs-title-font-size-custom-def\":\"off\",\"ph-round-thumbs-title-font-size-custom\":\"12\",\"ph-round-thumbs-title-color-color-rgba-def\":\"off\",\"ph-round-thumbs-title-color-color-rgba\":\"#ffffff\",\"ph-round-thumbs-title-bg-color-rgba-def\":\"off\",\"ph-round-thumbs-title-bg-color-rgba\":\"rgba(0,0,0,0.85)\",\"thumb_amount\":\"5\",\"thumbnails_space\":\"5\",\"thumbnail_direction\":\"horizontal\",\"thumb_width\":\"100\",\"thumb_height\":\"50\",\"thumb_width_min\":\"100\",\"thumbs_always_on\":\"false\",\"hide_thumbs\":\"200\",\"hide_thumbs_mobile\":\"1200\",\"hide_thumbs_on_mobile\":\"off\",\"thumbs_under_hidden\":\"0\",\"hide_thumbs_over\":\"off\",\"thumbs_over_hidden\":\"0\",\"thumbnails_inner_outer\":\"inner\",\"thumbnails_align_hor\":\"center\",\"thumbnails_align_vert\":\"bottom\",\"thumbnails_offset_hor\":\"0\",\"thumbnails_offset_vert\":\"20\",\"thumbnails_position\":\"slider\",\"enable_tabs\":\"off\",\"rtl_tabs\":\"off\",\"tabs_padding\":\"5\",\"span_tabs_wrapper\":\"off\",\"tabs_wrapper_color\":\"transparent\",\"tabs_wrapper_opacity\":\"5\",\"tabs_style\":\"round\",\"navigation_tabs_preset\":\"default\",\"ph-round-tabs-param2-size-custom-def\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"ph-round-tabs-param2-color-color-rgba-def\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"0,0,0,0\",\"ph-round-tabs-contentcolor-color-rgba-def\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-bgcolor-color-rgba-def\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-hover-bg-color-color-rgba-def\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-param1-size-custom-def\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-param1-color-color-rgba-def\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-image-size-custom-def\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-border-size-custom-def\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-border-color-color-rgba-def\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-font-family-font_family-def\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"tabs_amount\":\"5\",\"tabs_space\":\"5\",\"tabs_direction\":\"horizontal\",\"tabs_width\":\"100\",\"tabs_height\":\"50\",\"tabs_width_min\":\"100\",\"tabs_always_on\":\"false\",\"hide_tabs\":\"200\",\"hide_tabs_mobile\":\"1200\",\"hide_tabs_on_mobile\":\"off\",\"tabs_under_hidden\":\"0\",\"hide_tabs_over\":\"off\",\"tabs_over_hidden\":\"0\",\"tabs_inner_outer\":\"inner\",\"tabs_align_hor\":\"center\",\"tabs_align_vert\":\"bottom\",\"tabs_offset_hor\":\"0\",\"tabs_offset_vert\":\"20\",\"tabs_position\":\"slider\",\"touchenabled\":\"off\",\"drag_block_vertical\":\"off\",\"swipe_velocity\":\"75\",\"swipe_min_touches\":\"1\",\"swipe_direction\":\"horizontal\",\"keyboard_navigation\":\"off\",\"keyboard_direction\":\"horizontal\",\"mousescroll_navigation\":\"off\",\"mousescroll_navigation_reverse\":\"default\",\"previewimage_width\":\"100\",\"previewimage_height\":\"50\",\"carousel_infinity\":\"off\",\"carousel_space\":\"0\",\"carousel_borderr\":\"0\",\"carousel_borderr_unit\":\"px\",\"carousel_padding_top\":\"0\",\"carousel_padding_bottom\":\"0\",\"carousel_maxitems\":\"3\",\"carousel_stretch\":\"off\",\"carousel_fadeout\":\"on\",\"carousel_varyfade\":\"off\",\"carousel_rotation\":\"off\",\"carousel_varyrotate\":\"off\",\"carousel_maxrotation\":\"0\",\"carousel_scale\":\"off\",\"carousel_varyscale\":\"off\",\"carousel_scaledown\":\"50\",\"carousel_hposition\":\"center\",\"carousel_vposition\":\"center\",\"use_parallax\":\"off\",\"disable_parallax_mobile\":\"off\",\"ddd_parallax\":\"off\",\"ddd_parallax_shadow\":\"off\",\"ddd_parallax_bgfreeze\":\"off\",\"ddd_parallax_overflow\":\"off\",\"ddd_parallax_layer_overflow\":\"off\",\"ddd_parallax_zcorrection\":\"65\",\"parallax_type\":\"mouse\",\"parallax_origo\":\"enterpoint\",\"parallax_speed\":\"400\",\"parallax_level_16\":\"55\",\"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\":\"46\",\"parallax_level_11\":\"47\",\"parallax_level_12\":\"48\",\"parallax_level_13\":\"49\",\"parallax_level_14\":\"50\",\"parallax_level_15\":\"51\",\"lazy_load_type\":\"none\",\"simplify_ie8_ios4\":\"off\",\"show_alternative_type\":\"off\",\"show_alternate_image\":\"\",\"ignore_height_changes\":\"off\",\"ignore_height_changes_px\":\"0\",\"jquery_noconflict\":\"off\",\"js_to_body\":\"false\",\"output_type\":\"none\",\"jquery_debugmode\":\"off\",\"custom_css\":\"\",\"custom_javascript\":\"\",\"version\":\"\",\"google_font\":[\"Open+Sans:300,400,600,700,800\",\"Raleway:100,200,300,400,500,600,700,800,900\",\"Droid+Serif:400,700\"]}','{\"version\":\"5.0.7\"}',''),(2,'Ruths Homepage','ruths-homepage','{\"hero_active\":\"-1\",\"source_type\":\"gallery\",\"instagram-count\":\"\",\"instagram-transient\":\"1200\",\"instagram-type\":\"user\",\"instagram-user-id\":\"\",\"flickr-count\":\"\",\"flickr-transient\":\"1200\",\"flickr-api-key\":\"\",\"flickr-type\":\"publicphotos\",\"flickr-user-url\":\"\",\"flickr-photoset\":\"\",\"flickr-photoset-select\":\"\",\"flickr-gallery-url\":\"\",\"flickr-group-url\":\"\",\"facebook-count\":\"\",\"facebook-transient\":\"1200\",\"facebook-page-url\":\"\",\"facebook-type-source\":\"album\",\"facebook-album\":\"\",\"facebook-album-select\":\"\",\"facebook-app-id\":\"\",\"facebook-app-secret\":\"\",\"twitter-count\":\"\",\"twitter-transient\":\"1200\",\"twitter-user-id\":\"\",\"twitter-image-only\":\"off\",\"twitter-include-retweets\":\"off\",\"twitter-exclude-replies\":\"off\",\"twitter-consumer-key\":\"\",\"twitter-consumer-secret\":\"\",\"twitter-access-token\":\"\",\"twitter-access-secret\":\"\",\"youtube-count\":\"\",\"youtube-transient\":\"1200\",\"youtube-api\":\"\",\"youtube-channel-id\":\"\",\"youtube-type-source\":\"channel\",\"youtube-playlist\":\"\",\"youtube-playlist-select\":\"\",\"vimeo-count\":\"\",\"vimeo-transient\":\"1200\",\"vimeo-type-source\":\"user\",\"vimeo-username\":\"\",\"vimeo-groupname\":\"\",\"vimeo-albumid\":\"\",\"vimeo-channelname\":\"\",\"product_types\":\"product\",\"product_category\":\"\",\"posts_list\":\"\",\"fetch_type\":\"cat_tag\",\"post_types\":\"post\",\"post_category\":\"\",\"product_sortby\":\"ID\",\"product_sort_direction\":\"DESC\",\"max_slider_products\":\"30\",\"excerpt_limit_product\":\"55\",\"reg_price_from\":\"\",\"reg_price_to\":\"\",\"sale_price_from\":\"\",\"sale_price_to\":\"\",\"instock_only\":\"off\",\"featured_only\":\"off\",\"post_sortby\":\"ID\",\"posts_sort_direction\":\"DESC\",\"max_slider_posts\":\"30\",\"excerpt_limit\":\"55\",\"title\":\"Ruths Homepage\",\"alias\":\"ruths-homepage\",\"shortcode\":\"[rev_slider alias=\\\"ruths-homepage\\\"]\",\"slider-type\":\"hero\",\"slider_type\":\"auto\",\"width\":\"1121\",\"height\":\"600\",\"width_notebook\":\"1024\",\"height_notebook\":\"768\",\"enable_custom_size_notebook\":\"off\",\"width_tablet\":\"778\",\"height_tablet\":\"960\",\"enable_custom_size_tablet\":\"off\",\"width_mobile\":\"480\",\"height_mobile\":\"720\",\"enable_custom_size_iphone\":\"off\",\"full_screen_align_force\":\"off\",\"fullscreen_min_height\":\"\",\"autowidth_force\":\"off\",\"fullscreen_offset_container\":\"\",\"fullscreen_offset_size\":\"\",\"main_overflow_hidden\":\"off\",\"auto_height\":\"off\",\"min_height\":\"\",\"max_width\":\"\",\"force_full_width\":\"off\",\"next_slide_on_window_focus\":\"off\",\"disable_focus_listener\":\"off\",\"def-layer_selection\":\"off\",\"slider_id\":\"\",\"delay\":\"9000\",\"start_js_after_delay\":\"0\",\"def-slide_transition\":\"fade\",\"def-transition_duration\":\"300\",\"def-image_source_type\":\"full\",\"def-background_fit\":\"cover\",\"def-bg_fit_x\":\"100\",\"def-bg_fit_y\":\"100\",\"def-bg_position\":\"center center\",\"def-bg_position_x\":\"0\",\"def-bg_position_y\":\"0\",\"def-bg_repeat\":\"no-repeat\",\"def-kenburn_effect\":\"off\",\"def-kb_start_fit\":\"100\",\"def-kb_easing\":\"Linear.easeNone\",\"def-kb_end_fit\":\"100\",\"def-kb_start_offset_x\":\"0\",\"def-kb_start_offset_y\":\"0\",\"def-kb_end_offset_x\":\"0\",\"def-kb_end_offset_y\":\"0\",\"def-kb_start_rotate\":\"0\",\"def-kb_end_rotate\":\"0\",\"def-kb_duration\":\"10000\",\"0\":\"blank\",\"start_with_slide_enable\":\"off\",\"start_with_slide\":\"1\",\"first_transition_active\":\"off\",\"first_transition_type\":\"fade\",\"first_transition_duration\":\"300\",\"first_transition_slot_amount\":\"7\",\"stop_on_hover\":\"off\",\"stop_slider\":\"off\",\"stop_after_loops\":\"0\",\"stop_at_slide\":\"2\",\"shuffle\":\"off\",\"loop_slide\":\"off\",\"label_viewport\":\"off\",\"viewport_start\":\"wait\",\"viewport_area\":\"80\",\"waitforinit\":\"off\",\"enable_progressbar\":\"off\",\"show_timerbar\":\"top\",\"progress_height\":\"5\",\"progress_opa\":\"15\",\"progressbar_color\":\"#000000\",\"disable_on_mobile\":\"off\",\"disable_kenburns_on_mobile\":\"off\",\"hide_slider_under\":\"0\",\"hide_defined_layers_under\":\"0\",\"hide_all_layers_under\":\"0\",\"shadow_type\":\"0\",\"background_dotted_overlay\":\"none\",\"background_color\":\"transparent\",\"padding\":\"0\",\"show_background_image\":\"off\",\"background_image\":\"http:\\/\\/74.124.197.205\\/~ruthsnut\\/wp-content\\/\",\"bg_fit\":\"cover\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center center\",\"position\":\"center\",\"margin_top\":\"0\",\"margin_bottom\":\"0\",\"margin_left\":\"0\",\"margin_right\":\"0\",\"use_spinner\":\"3\",\"spinner_color\":\"#FFFFFF\",\"enable_arrows\":\"off\",\"rtl_arrows\":\"off\",\"navigation_arrow_style\":\"round\",\"navigation_arrows_preset\":\"default\",\"ph-round-arrows-hover-bg-color-color-rgba-def\":\"off\",\"ph-round-arrows-hover-bg-color-color-rgba\":\"#000000\",\"ph-round-arrows-arrow-size-custom-def\":\"off\",\"ph-round-arrows-arrow-size-custom\":\"20\",\"ph-round-arrows-arrow-color-color-def\":\"off\",\"ph-round-arrows-arrow-color-color\":\"#ffffff\",\"ph-round-arrows-bg-size-custom-def\":\"off\",\"ph-round-arrows-bg-size-custom\":\"40\",\"ph-round-arrows-bg-color-custom-def\":\"off\",\"ph-round-arrows-bg-color-custom\":\"0,0,0,0.5\",\"arrows_always_on\":\"false\",\"hide_arrows\":\"200\",\"hide_arrows_mobile\":\"1200\",\"hide_arrows_on_mobile\":\"off\",\"arrows_under_hidden\":\"0\",\"hide_arrows_over\":\"off\",\"arrows_over_hidden\":\"0\",\"leftarrow_align_hor\":\"left\",\"leftarrow_align_vert\":\"center\",\"leftarrow_offset_hor\":\"20\",\"leftarrow_offset_vert\":\"0\",\"leftarrow_position\":\"slider\",\"rightarrow_align_hor\":\"right\",\"rightarrow_align_vert\":\"center\",\"rightarrow_offset_hor\":\"20\",\"rightarrow_offset_vert\":\"0\",\"rightarrow_position\":\"slider\",\"enable_bullets\":\"off\",\"rtl_bullets\":\"off\",\"navigation_bullets_style\":\"round\",\"navigation_bullets_preset\":\"default\",\"ph-round-bullets-hover-bullet-bg-color-def\":\"off\",\"ph-round-bullets-hover-bullet-bg-color\":\"#666666\",\"ph-round-bullets-border-size-custom-def\":\"off\",\"ph-round-bullets-border-size-custom\":\"3\",\"ph-round-bullets-border-color-color-def\":\"off\",\"ph-round-bullets-border-color-color\":\"#e5e5e5\",\"ph-round-bullets-bullet-bg-bottom-color-def\":\"off\",\"ph-round-bullets-bullet-bg-bottom-color\":\"#e1e1e1\",\"ph-round-bullets-bullet-bg-top-color-def\":\"off\",\"ph-round-bullets-bullet-bg-top-color\":\"#999999\",\"ph-round-bullets-bullet-size-custom-def\":\"off\",\"ph-round-bullets-bullet-size-custom\":\"12\",\"bullets_space\":\"5\",\"bullets_direction\":\"horizontal\",\"bullets_always_on\":\"false\",\"hide_bullets\":\"200\",\"hide_bullets_mobile\":\"1200\",\"hide_bullets_on_mobile\":\"off\",\"bullets_under_hidden\":\"0\",\"hide_bullets_over\":\"off\",\"bullets_over_hidden\":\"0\",\"bullets_align_hor\":\"center\",\"bullets_align_vert\":\"bottom\",\"bullets_offset_hor\":\"0\",\"bullets_offset_vert\":\"20\",\"bullets_position\":\"slider\",\"enable_thumbnails\":\"off\",\"rtl_thumbnails\":\"off\",\"thumbnails_padding\":\"5\",\"span_thumbnails_wrapper\":\"off\",\"thumbnails_wrapper_color\":\"transparent\",\"thumbnails_wrapper_opacity\":\"100\",\"thumbnails_style\":\"round\",\"navigation_thumbs_preset\":\"default\",\"ph-round-thumbs-title-font-size-custom-def\":\"off\",\"ph-round-thumbs-title-font-size-custom\":\"12\",\"ph-round-thumbs-title-color-color-rgba-def\":\"off\",\"ph-round-thumbs-title-color-color-rgba\":\"#ffffff\",\"ph-round-thumbs-title-bg-color-rgba-def\":\"off\",\"ph-round-thumbs-title-bg-color-rgba\":\"rgba(0,0,0,0.85)\",\"thumb_amount\":\"5\",\"thumbnails_space\":\"5\",\"thumbnail_direction\":\"horizontal\",\"thumb_width\":\"100\",\"thumb_height\":\"50\",\"thumb_width_min\":\"100\",\"thumbs_always_on\":\"false\",\"hide_thumbs\":\"200\",\"hide_thumbs_mobile\":\"1200\",\"hide_thumbs_on_mobile\":\"off\",\"thumbs_under_hidden\":\"0\",\"hide_thumbs_over\":\"off\",\"thumbs_over_hidden\":\"0\",\"thumbnails_inner_outer\":\"inner\",\"thumbnails_align_hor\":\"center\",\"thumbnails_align_vert\":\"bottom\",\"thumbnails_offset_hor\":\"0\",\"thumbnails_offset_vert\":\"20\",\"thumbnails_position\":\"slider\",\"enable_tabs\":\"off\",\"rtl_tabs\":\"off\",\"tabs_padding\":\"5\",\"span_tabs_wrapper\":\"off\",\"tabs_wrapper_color\":\"transparent\",\"tabs_wrapper_opacity\":\"5\",\"tabs_style\":\"round\",\"navigation_tabs_preset\":\"default\",\"ph-round-tabs-param2-size-custom-def\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"ph-round-tabs-param2-color-color-rgba-def\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"0,0,0,0\",\"ph-round-tabs-contentcolor-color-rgba-def\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-bgcolor-color-rgba-def\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-hover-bg-color-color-rgba-def\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-param1-size-custom-def\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-param1-color-color-rgba-def\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-image-size-custom-def\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-border-size-custom-def\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-border-color-color-rgba-def\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-font-family-font_family-def\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"tabs_amount\":\"5\",\"tabs_space\":\"5\",\"tabs_direction\":\"horizontal\",\"tabs_width\":\"100\",\"tabs_height\":\"50\",\"tabs_width_min\":\"100\",\"tabs_always_on\":\"false\",\"hide_tabs\":\"200\",\"hide_tabs_mobile\":\"1200\",\"hide_tabs_on_mobile\":\"off\",\"tabs_under_hidden\":\"0\",\"hide_tabs_over\":\"off\",\"tabs_over_hidden\":\"0\",\"tabs_inner_outer\":\"inner\",\"tabs_align_hor\":\"center\",\"tabs_align_vert\":\"bottom\",\"tabs_offset_hor\":\"0\",\"tabs_offset_vert\":\"20\",\"tabs_position\":\"slider\",\"touchenabled\":\"off\",\"drag_block_vertical\":\"off\",\"swipe_velocity\":\"75\",\"swipe_min_touches\":\"1\",\"swipe_direction\":\"horizontal\",\"keyboard_navigation\":\"off\",\"keyboard_direction\":\"horizontal\",\"mousescroll_navigation\":\"off\",\"mousescroll_navigation_reverse\":\"default\",\"previewimage_width\":\"100\",\"previewimage_height\":\"50\",\"carousel_infinity\":\"off\",\"carousel_space\":\"0\",\"carousel_borderr\":\"0\",\"carousel_borderr_unit\":\"px\",\"carousel_padding_top\":\"0\",\"carousel_padding_bottom\":\"0\",\"carousel_maxitems\":\"3\",\"carousel_stretch\":\"off\",\"carousel_fadeout\":\"on\",\"carousel_varyfade\":\"off\",\"carousel_rotation\":\"off\",\"carousel_varyrotate\":\"off\",\"carousel_maxrotation\":\"0\",\"carousel_scale\":\"off\",\"carousel_varyscale\":\"off\",\"carousel_scaledown\":\"50\",\"carousel_hposition\":\"center\",\"carousel_vposition\":\"center\",\"use_parallax\":\"off\",\"disable_parallax_mobile\":\"off\",\"ddd_parallax\":\"off\",\"ddd_parallax_shadow\":\"off\",\"ddd_parallax_bgfreeze\":\"off\",\"ddd_parallax_overflow\":\"off\",\"ddd_parallax_layer_overflow\":\"off\",\"ddd_parallax_zcorrection\":\"65\",\"parallax_type\":\"mouse\",\"parallax_origo\":\"enterpoint\",\"parallax_speed\":\"400\",\"parallax_level_16\":\"55\",\"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\":\"46\",\"parallax_level_11\":\"47\",\"parallax_level_12\":\"48\",\"parallax_level_13\":\"49\",\"parallax_level_14\":\"50\",\"parallax_level_15\":\"51\",\"lazy_load_type\":\"none\",\"simplify_ie8_ios4\":\"off\",\"show_alternative_type\":\"off\",\"show_alternate_image\":\"\",\"ignore_height_changes\":\"off\",\"ignore_height_changes_px\":\"0\",\"jquery_noconflict\":\"off\",\"js_to_body\":\"false\",\"output_type\":\"none\",\"jquery_debugmode\":\"off\",\"custom_css\":\"\",\"custom_javascript\":\"\",\"version\":\"\",\"google_font\":[\"Open+Sans:300,400,600,700,800\",\"Raleway:100,200,300,400,500,600,700,800,900\",\"Droid+Serif:400,700\"]}',NULL,''),(3,'ruths-homepage1','ruths-homepage1','{\"id\":\"\",\"shortcode\":\"[rev_slider alias=\\\"ruths-homepage\\\"]\",\"layouttype\":\"auto\",\"type\":\"hero\",\"sourcetype\":\"gallery\",\"googleFont\":[\"Open+Sans:300,400,600,700,800\",\"Raleway:100,200,300,400,500,600,700,800,900\",\"Droid+Serif:400,700\"],\"addOns\":[],\"source\":{\"gallery\":[],\"post\":{\"excerptLimit\":\"55\",\"maxPosts\":\"30\",\"fetchType\":\"cat_tag\",\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"post\",\"list\":\"\",\"sortDirection\":\"DESC\",\"subType\":\"post\"},\"woo\":{\"excerptLimit\":\"55\",\"maxProducts\":\"30\",\"featuredOnly\":false,\"inStockOnly\":false,\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"product\",\"sortDirection\":\"DESC\",\"regPriceFrom\":\"\",\"regPriceTo\":\"\",\"salePriceFrom\":\"\",\"salePriceTo\":\"\"},\"instagram\":{\"count\":\"\",\"hashTag\":\"\",\"transient\":\"1200\",\"type\":\"user\",\"userId\":\"\"},\"facebook\":{\"album\":\"\",\"appId\":\"\",\"appSecret\":\"\",\"count\":\"\",\"pageURL\":\"\",\"transient\":\"1200\",\"typeSource\":\"album\"},\"flickr\":{\"apiKey\":\"\",\"count\":\"\",\"galleryURL\":\"\",\"groupURL\":\"\",\"photoSet\":\"\",\"transient\":\"1200\",\"type\":\"publicphotos\",\"userURL\":\"\"},\"twitter\":{\"accessSecret\":\"\",\"accessToken\":\"\",\"consumerKey\":\"\",\"consumerSecret\":\"\",\"count\":\"\",\"excludeReplies\":false,\"imageOnly\":false,\"includeRetweets\":false,\"transient\":\"1200\",\"userId\":\"\"},\"vimeo\":{\"albumId\":\"\",\"channelName\":\"\",\"count\":\"\",\"transient\":\"1200\",\"groupName\":\"\",\"typeSource\":\"user\",\"userName\":\"\"},\"youtube\":{\"api\":\"\",\"channelId\":\"\",\"count\":\"\",\"playList\":\"\",\"transient\":\"1200\",\"typeSource\":\"channel\"}},\"def\":{\"transition\":\"fade\",\"transitionDuration\":\"300\",\"delay\":\"9000\",\"background\":{\"fit\":\"cover\",\"fitX\":\"100\",\"fitY\":\"100\",\"position\":\"center center\",\"positionX\":\"0\",\"positionY\":\"0\",\"repeat\":\"no-repeat\",\"imageSourceType\":\"full\"},\"panZoom\":{\"set\":false,\"blurStart\":0,\"blurEnd\":0,\"duration\":\"\",\"ease\":\"none\",\"fitEnd\":\"100\",\"fitStart\":\"100\",\"xEnd\":\"0\",\"yEnd\":\"0\",\"xStart\":\"0\",\"yStart\":\"0\",\"rotateStart\":\"0\",\"rotateEnd\":\"0\"}},\"size\":{\"respectAspectRatio\":false,\"disableForceFullWidth\":false,\"gridEQModule\":false,\"custom\":{\"d\":true,\"n\":false,\"t\":false,\"m\":false},\"minHeightFullScreen\":\"\",\"minHeight\":\"\",\"fullScreenOffsetContainer\":\"\",\"fullScreenOffset\":\"\",\"width\":{\"d\":1121,\"n\":1024,\"t\":778,\"m\":480},\"height\":{\"d\":600,\"n\":768,\"t\":960,\"m\":720},\"overflow\":false,\"maxWidth\":\"\"},\"codes\":{\"css\":\"\",\"javascript\":\"\"},\"carousel\":{\"borderRadius\":\"0\",\"borderRadiusUnit\":\"px\",\"ease\":\"power3.inOut\",\"fadeOut\":true,\"scale\":false,\"horizontal\":\"center\",\"vertical\":\"center\",\"infinity\":false,\"maxItems\":\"3\",\"maxRotation\":\"0\",\"paddingTop\":\"0\",\"paddingBottom\":\"0\",\"rotation\":false,\"scaleDown\":50,\"space\":\"0\",\"speed\":800,\"stretch\":false,\"varyFade\":false,\"varyRotate\":false,\"varyScale\":false,\"showAllLayers\":false},\"hero\":{\"activeSlide\":\"-1\"},\"layout\":{\"bg\":{\"color\":\"transparent\",\"padding\":\"0\",\"dottedOverlay\":\"none\",\"shadow\":\"0\",\"useImage\":false,\"image\":\"http:\\/\\/mitziconnell.com\\/demo18\\/wp-content\\/\",\"fit\":\"cover\",\"position\":\"center center\",\"repeat\":\"no-repeat\"},\"spinner\":{\"color\":\"#FFFFFF\",\"type\":\"3\"},\"position\":{\"marginTop\":\"0\",\"marginBottom\":\"0\",\"marginLeft\":\"0\",\"marginRight\":\"0\",\"align\":\"center\"}},\"visibility\":{\"hideSelectedLayersUnderLimit\":\"0\",\"hideAllLayersUnderLimit\":\"0\",\"hideSliderUnderLimit\":\"0\"},\"general\":{\"slideshow\":{\"stopOnHover\":false,\"stopSlider\":false,\"stopAfterLoops\":\"0\",\"stopAtSlide\":\"2\",\"shuffle\":false,\"loopSingle\":false,\"viewPort\":false,\"viewPortStart\":\"wait\",\"viewPortArea\":\"20%\",\"presetSliderHeight\":false,\"initDelay\":\"0\",\"waitForInit\":false,\"slideShow\":true},\"progressbar\":{\"set\":false,\"height\":\"5\",\"position\":\"top\",\"color\":\"rgba(0,0,0,0.15)\"},\"firstSlide\":{\"set\":false,\"duration\":\"300\",\"slotAmount\":\"7\",\"type\":\"fade\",\"alternativeFirstSlideSet\":false,\"alternativeFirstSlide\":\"1\"},\"layerSelection\":false,\"lazyLoad\":\"none\",\"nextSlideOnFocus\":false,\"disableFocusListener\":false,\"disableOnMobile\":false,\"autoPlayVideoOnMobile\":true,\"disablePanZoomMobile\":false,\"useWPML\":false},\"nav\":{\"preview\":{\"width\":\"100\",\"height\":\"50\"},\"swipe\":{\"set\":false,\"setOnDesktop\":false,\"blockDragVertical\":false,\"direction\":\"horizontal\",\"minTouch\":\"1\",\"velocity\":\"75\"},\"keyboard\":{\"set\":false,\"direction\":\"horizontal\"},\"mouse\":{\"set\":false,\"reverse\":\"default\"},\"arrows\":{\"set\":false,\"rtl\":false,\"style\":1000,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"left\":{\"horizontal\":\"left\",\"vertical\":\"center\",\"offsetX\":\"20\",\"offsetY\":\"0\",\"align\":\"slider\"},\"right\":{\"horizontal\":\"right\",\"vertical\":\"center\",\"offsetX\":\"20\",\"offsetY\":\"0\",\"align\":\"slider\"}},\"thumbs\":{\"set\":false,\"rtl\":false,\"style\":2000,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":\"5\",\"direction\":\"horizontal\",\"height\":\"50\",\"width\":\"100\",\"widthMin\":\"100\",\"innerOuter\":\"inner\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"space\":\"5\",\"align\":\"slider\",\"padding\":\"5\",\"wrapperColor\":\"transparent\"},\"tabs\":{\"set\":false,\"rtl\":false,\"style\":4000,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":\"5\",\"direction\":\"horizontal\",\"height\":\"50\",\"width\":\"100\",\"widthMin\":\"100\",\"innerOuter\":\"inner\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"space\":\"5\",\"align\":\"slider\",\"padding\":\"5\",\"wrapperColor\":\"transparent\"},\"bullets\":{\"set\":false,\"rtl\":false,\"style\":3000,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"direction\":\"horizontal\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"align\":\"slider\",\"space\":\"5\",\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\"}},\"troubleshooting\":{\"ignoreHeightChanges\":false,\"ignoreHeightChangesUnderLimit\":\"0\",\"alternateImageType\":\"off\",\"alternateURL\":\"\",\"alternateURLId\":false,\"jsNoConflict\":false,\"jsInBody\":false,\"outPutFilter\":\"none\",\"debugMode\":false,\"simplify_ie8_ios4\":false},\"parallax\":{\"set\":false,\"setDDD\":false,\"disableOnMobile\":false,\"levels\":[\"5\",\"10\",\"15\",\"20\",\"25\",\"30\",\"35\",\"40\",\"45\",\"46\",\"47\",\"48\",\"49\",\"50\",\"51\",\"55\"],\"ddd\":{\"BGFreeze\":false,\"layerOverflow\":false,\"overflow\":false,\"shadow\":false,\"zCorrection\":\"65\"},\"mouse\":{\"speed\":\"400\",\"bgSpeed\":0,\"layersSpeed\":0,\"origo\":\"enterpoint\",\"type\":\"mouse\"}},\"scrolleffects\":{\"set\":false,\"setBlur\":false,\"setFade\":false,\"setGrayScale\":false,\"bg\":false,\"direction\":\"both\",\"maxBlur\":10,\"multiplicator\":\"1.35\",\"multiplicatorLayers\":\"1.3\",\"disableOnMobile\":false,\"tilt\":\"30\",\"layers\":false},\"version\":\"6.2.0\"}','{\"version\":\"6.2.0\"}','');
/*!40000 ALTER TABLE `wp3l_revslider_sliders` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp3l_revslider_sliders_bkp`
--

DROP TABLE IF EXISTS `wp3l_revslider_sliders_bkp`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp3l_revslider_sliders_bkp` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `title` tinytext NOT NULL,
  `alias` tinytext DEFAULT NULL,
  `params` longtext NOT NULL,
  `settings` text DEFAULT NULL,
  `type` varchar(191) NOT NULL DEFAULT '',
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp3l_revslider_sliders_bkp`
--

LOCK TABLES `wp3l_revslider_sliders_bkp` WRITE;
/*!40000 ALTER TABLE `wp3l_revslider_sliders_bkp` DISABLE KEYS */;
INSERT INTO `wp3l_revslider_sliders_bkp` VALUES (1,'Home Tailor','tailor','{\"hero_active\":\"-1\",\"source_type\":\"gallery\",\"instagram-count\":\"\",\"instagram-transient\":\"1200\",\"instagram-type\":\"user\",\"instagram-user-id\":\"\",\"flickr-count\":\"\",\"flickr-transient\":\"1200\",\"flickr-api-key\":\"\",\"flickr-type\":\"publicphotos\",\"flickr-user-url\":\"\",\"flickr-photoset\":\"\",\"flickr-photoset-select\":\"\",\"flickr-gallery-url\":\"\",\"flickr-group-url\":\"\",\"facebook-count\":\"\",\"facebook-transient\":\"1200\",\"facebook-page-url\":\"\",\"facebook-type-source\":\"album\",\"facebook-album\":\"\",\"facebook-album-select\":\"\",\"facebook-app-id\":\"\",\"facebook-app-secret\":\"\",\"twitter-count\":\"\",\"twitter-transient\":\"1200\",\"twitter-user-id\":\"\",\"twitter-image-only\":\"off\",\"twitter-include-retweets\":\"off\",\"twitter-exclude-replies\":\"off\",\"twitter-consumer-key\":\"\",\"twitter-consumer-secret\":\"\",\"twitter-access-token\":\"\",\"twitter-access-secret\":\"\",\"youtube-count\":\"\",\"youtube-transient\":\"1200\",\"youtube-api\":\"\",\"youtube-channel-id\":\"\",\"youtube-type-source\":\"channel\",\"youtube-playlist\":\"\",\"youtube-playlist-select\":\"\",\"vimeo-count\":\"\",\"vimeo-transient\":\"1200\",\"vimeo-type-source\":\"user\",\"vimeo-username\":\"\",\"vimeo-groupname\":\"\",\"vimeo-albumid\":\"\",\"vimeo-channelname\":\"\",\"product_types\":\"product\",\"product_category\":\"\",\"posts_list\":\"\",\"fetch_type\":\"cat_tag\",\"post_types\":\"post\",\"post_category\":\"\",\"product_sortby\":\"ID\",\"product_sort_direction\":\"DESC\",\"max_slider_products\":\"30\",\"excerpt_limit_product\":\"55\",\"reg_price_from\":\"\",\"reg_price_to\":\"\",\"sale_price_from\":\"\",\"sale_price_to\":\"\",\"instock_only\":\"off\",\"featured_only\":\"off\",\"post_sortby\":\"ID\",\"posts_sort_direction\":\"DESC\",\"max_slider_posts\":\"30\",\"excerpt_limit\":\"55\",\"title\":\"Home Tailor\",\"alias\":\"tailor\",\"shortcode\":\"[rev_slider alias=\\\\\\\"tailor\\\\\\\"]\",\"slider-type\":\"hero\",\"slider_type\":\"auto\",\"width\":\"1121\",\"height\":\"600\",\"width_notebook\":\"1024\",\"height_notebook\":\"768\",\"enable_custom_size_notebook\":\"off\",\"width_tablet\":\"778\",\"height_tablet\":\"960\",\"enable_custom_size_tablet\":\"off\",\"width_mobile\":\"480\",\"height_mobile\":\"720\",\"enable_custom_size_iphone\":\"off\",\"full_screen_align_force\":\"off\",\"fullscreen_min_height\":\"\",\"autowidth_force\":\"off\",\"fullscreen_offset_container\":\"\",\"fullscreen_offset_size\":\"\",\"main_overflow_hidden\":\"off\",\"auto_height\":\"off\",\"min_height\":\"\",\"max_width\":\"\",\"force_full_width\":\"off\",\"next_slide_on_window_focus\":\"off\",\"disable_focus_listener\":\"off\",\"def-layer_selection\":\"off\",\"slider_id\":\"\",\"delay\":\"9000\",\"start_js_after_delay\":\"0\",\"def-slide_transition\":\"fade\",\"def-transition_duration\":\"300\",\"def-image_source_type\":\"full\",\"def-background_fit\":\"cover\",\"def-bg_fit_x\":\"100\",\"def-bg_fit_y\":\"100\",\"def-bg_position\":\"center center\",\"def-bg_position_x\":\"0\",\"def-bg_position_y\":\"0\",\"def-bg_repeat\":\"no-repeat\",\"def-kenburn_effect\":\"off\",\"def-kb_start_fit\":\"100\",\"def-kb_easing\":\"Linear.easeNone\",\"def-kb_end_fit\":\"100\",\"def-kb_start_offset_x\":\"0\",\"def-kb_start_offset_y\":\"0\",\"def-kb_end_offset_x\":\"0\",\"def-kb_end_offset_y\":\"0\",\"def-kb_start_rotate\":\"0\",\"def-kb_end_rotate\":\"0\",\"def-kb_duration\":\"10000\",\"0\":\"blank\",\"start_with_slide_enable\":\"off\",\"start_with_slide\":\"1\",\"first_transition_active\":\"off\",\"first_transition_type\":\"fade\",\"first_transition_duration\":\"300\",\"first_transition_slot_amount\":\"7\",\"stop_on_hover\":\"off\",\"stop_slider\":\"off\",\"stop_after_loops\":\"0\",\"stop_at_slide\":\"2\",\"shuffle\":\"off\",\"loop_slide\":\"off\",\"label_viewport\":\"off\",\"viewport_start\":\"wait\",\"viewport_area\":\"80\",\"waitforinit\":\"off\",\"enable_progressbar\":\"off\",\"show_timerbar\":\"top\",\"progress_height\":\"5\",\"progress_opa\":\"15\",\"progressbar_color\":\"#000000\",\"disable_on_mobile\":\"off\",\"disable_kenburns_on_mobile\":\"off\",\"hide_slider_under\":\"0\",\"hide_defined_layers_under\":\"0\",\"hide_all_layers_under\":\"0\",\"shadow_type\":\"0\",\"background_dotted_overlay\":\"none\",\"background_color\":\"transparent\",\"padding\":\"0\",\"show_background_image\":\"off\",\"background_image\":\"http:\\/\\/74.124.197.205\\/~ruthsnut\\/wp-content\\/\",\"bg_fit\":\"cover\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center center\",\"position\":\"center\",\"margin_top\":\"0\",\"margin_bottom\":\"0\",\"margin_left\":\"0\",\"margin_right\":\"0\",\"use_spinner\":\"3\",\"spinner_color\":\"#FFFFFF\",\"enable_arrows\":\"off\",\"rtl_arrows\":\"off\",\"navigation_arrow_style\":\"round\",\"navigation_arrows_preset\":\"default\",\"ph-round-arrows-hover-bg-color-color-rgba-def\":\"off\",\"ph-round-arrows-hover-bg-color-color-rgba\":\"#000000\",\"ph-round-arrows-arrow-size-custom-def\":\"off\",\"ph-round-arrows-arrow-size-custom\":\"20\",\"ph-round-arrows-arrow-color-color-def\":\"off\",\"ph-round-arrows-arrow-color-color\":\"#ffffff\",\"ph-round-arrows-bg-size-custom-def\":\"off\",\"ph-round-arrows-bg-size-custom\":\"40\",\"ph-round-arrows-bg-color-custom-def\":\"off\",\"ph-round-arrows-bg-color-custom\":\"0,0,0,0.5\",\"arrows_always_on\":\"false\",\"hide_arrows\":\"200\",\"hide_arrows_mobile\":\"1200\",\"hide_arrows_on_mobile\":\"off\",\"arrows_under_hidden\":\"0\",\"hide_arrows_over\":\"off\",\"arrows_over_hidden\":\"0\",\"leftarrow_align_hor\":\"left\",\"leftarrow_align_vert\":\"center\",\"leftarrow_offset_hor\":\"20\",\"leftarrow_offset_vert\":\"0\",\"leftarrow_position\":\"slider\",\"rightarrow_align_hor\":\"right\",\"rightarrow_align_vert\":\"center\",\"rightarrow_offset_hor\":\"20\",\"rightarrow_offset_vert\":\"0\",\"rightarrow_position\":\"slider\",\"enable_bullets\":\"off\",\"rtl_bullets\":\"off\",\"navigation_bullets_style\":\"round\",\"navigation_bullets_preset\":\"default\",\"ph-round-bullets-hover-bullet-bg-color-def\":\"off\",\"ph-round-bullets-hover-bullet-bg-color\":\"#666666\",\"ph-round-bullets-border-size-custom-def\":\"off\",\"ph-round-bullets-border-size-custom\":\"3\",\"ph-round-bullets-border-color-color-def\":\"off\",\"ph-round-bullets-border-color-color\":\"#e5e5e5\",\"ph-round-bullets-bullet-bg-bottom-color-def\":\"off\",\"ph-round-bullets-bullet-bg-bottom-color\":\"#e1e1e1\",\"ph-round-bullets-bullet-bg-top-color-def\":\"off\",\"ph-round-bullets-bullet-bg-top-color\":\"#999999\",\"ph-round-bullets-bullet-size-custom-def\":\"off\",\"ph-round-bullets-bullet-size-custom\":\"12\",\"bullets_space\":\"5\",\"bullets_direction\":\"horizontal\",\"bullets_always_on\":\"false\",\"hide_bullets\":\"200\",\"hide_bullets_mobile\":\"1200\",\"hide_bullets_on_mobile\":\"off\",\"bullets_under_hidden\":\"0\",\"hide_bullets_over\":\"off\",\"bullets_over_hidden\":\"0\",\"bullets_align_hor\":\"center\",\"bullets_align_vert\":\"bottom\",\"bullets_offset_hor\":\"0\",\"bullets_offset_vert\":\"20\",\"bullets_position\":\"slider\",\"enable_thumbnails\":\"off\",\"rtl_thumbnails\":\"off\",\"thumbnails_padding\":\"5\",\"span_thumbnails_wrapper\":\"off\",\"thumbnails_wrapper_color\":\"transparent\",\"thumbnails_wrapper_opacity\":\"100\",\"thumbnails_style\":\"round\",\"navigation_thumbs_preset\":\"default\",\"ph-round-thumbs-title-font-size-custom-def\":\"off\",\"ph-round-thumbs-title-font-size-custom\":\"12\",\"ph-round-thumbs-title-color-color-rgba-def\":\"off\",\"ph-round-thumbs-title-color-color-rgba\":\"#ffffff\",\"ph-round-thumbs-title-bg-color-rgba-def\":\"off\",\"ph-round-thumbs-title-bg-color-rgba\":\"rgba(0,0,0,0.85)\",\"thumb_amount\":\"5\",\"thumbnails_space\":\"5\",\"thumbnail_direction\":\"horizontal\",\"thumb_width\":\"100\",\"thumb_height\":\"50\",\"thumb_width_min\":\"100\",\"thumbs_always_on\":\"false\",\"hide_thumbs\":\"200\",\"hide_thumbs_mobile\":\"1200\",\"hide_thumbs_on_mobile\":\"off\",\"thumbs_under_hidden\":\"0\",\"hide_thumbs_over\":\"off\",\"thumbs_over_hidden\":\"0\",\"thumbnails_inner_outer\":\"inner\",\"thumbnails_align_hor\":\"center\",\"thumbnails_align_vert\":\"bottom\",\"thumbnails_offset_hor\":\"0\",\"thumbnails_offset_vert\":\"20\",\"thumbnails_position\":\"slider\",\"enable_tabs\":\"off\",\"rtl_tabs\":\"off\",\"tabs_padding\":\"5\",\"span_tabs_wrapper\":\"off\",\"tabs_wrapper_color\":\"transparent\",\"tabs_wrapper_opacity\":\"5\",\"tabs_style\":\"round\",\"navigation_tabs_preset\":\"default\",\"ph-round-tabs-param2-size-custom-def\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"ph-round-tabs-param2-color-color-rgba-def\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"0,0,0,0\",\"ph-round-tabs-contentcolor-color-rgba-def\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-bgcolor-color-rgba-def\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-hover-bg-color-color-rgba-def\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-param1-size-custom-def\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-param1-color-color-rgba-def\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-image-size-custom-def\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-border-size-custom-def\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-border-color-color-rgba-def\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-font-family-font_family-def\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"tabs_amount\":\"5\",\"tabs_space\":\"5\",\"tabs_direction\":\"horizontal\",\"tabs_width\":\"100\",\"tabs_height\":\"50\",\"tabs_width_min\":\"100\",\"tabs_always_on\":\"false\",\"hide_tabs\":\"200\",\"hide_tabs_mobile\":\"1200\",\"hide_tabs_on_mobile\":\"off\",\"tabs_under_hidden\":\"0\",\"hide_tabs_over\":\"off\",\"tabs_over_hidden\":\"0\",\"tabs_inner_outer\":\"inner\",\"tabs_align_hor\":\"center\",\"tabs_align_vert\":\"bottom\",\"tabs_offset_hor\":\"0\",\"tabs_offset_vert\":\"20\",\"tabs_position\":\"slider\",\"touchenabled\":\"off\",\"drag_block_vertical\":\"off\",\"swipe_velocity\":\"75\",\"swipe_min_touches\":\"1\",\"swipe_direction\":\"horizontal\",\"keyboard_navigation\":\"off\",\"keyboard_direction\":\"horizontal\",\"mousescroll_navigation\":\"off\",\"mousescroll_navigation_reverse\":\"default\",\"previewimage_width\":\"100\",\"previewimage_height\":\"50\",\"carousel_infinity\":\"off\",\"carousel_space\":\"0\",\"carousel_borderr\":\"0\",\"carousel_borderr_unit\":\"px\",\"carousel_padding_top\":\"0\",\"carousel_padding_bottom\":\"0\",\"carousel_maxitems\":\"3\",\"carousel_stretch\":\"off\",\"carousel_fadeout\":\"on\",\"carousel_varyfade\":\"off\",\"carousel_rotation\":\"off\",\"carousel_varyrotate\":\"off\",\"carousel_maxrotation\":\"0\",\"carousel_scale\":\"off\",\"carousel_varyscale\":\"off\",\"carousel_scaledown\":\"50\",\"carousel_hposition\":\"center\",\"carousel_vposition\":\"center\",\"use_parallax\":\"off\",\"disable_parallax_mobile\":\"off\",\"ddd_parallax\":\"off\",\"ddd_parallax_shadow\":\"off\",\"ddd_parallax_bgfreeze\":\"off\",\"ddd_parallax_overflow\":\"off\",\"ddd_parallax_layer_overflow\":\"off\",\"ddd_parallax_zcorrection\":\"65\",\"parallax_type\":\"mouse\",\"parallax_origo\":\"enterpoint\",\"parallax_speed\":\"400\",\"parallax_level_16\":\"55\",\"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\":\"46\",\"parallax_level_11\":\"47\",\"parallax_level_12\":\"48\",\"parallax_level_13\":\"49\",\"parallax_level_14\":\"50\",\"parallax_level_15\":\"51\",\"lazy_load_type\":\"none\",\"simplify_ie8_ios4\":\"off\",\"show_alternative_type\":\"off\",\"show_alternate_image\":\"\",\"ignore_height_changes\":\"off\",\"ignore_height_changes_px\":\"0\",\"jquery_noconflict\":\"off\",\"js_to_body\":\"false\",\"output_type\":\"none\",\"jquery_debugmode\":\"off\",\"custom_css\":\"\",\"custom_javascript\":\"\",\"version\":\"\",\"google_font\":[\"Open+Sans:300,400,600,700,800\",\"Raleway:100,200,300,400,500,600,700,800,900\",\"Droid+Serif:400,700\"]}','{\"version\":\"5.0.7\"}',''),(2,'Ruths Homepage','ruths-homepage','{\"hero_active\":\"-1\",\"source_type\":\"gallery\",\"instagram-count\":\"\",\"instagram-transient\":\"1200\",\"instagram-type\":\"user\",\"instagram-user-id\":\"\",\"flickr-count\":\"\",\"flickr-transient\":\"1200\",\"flickr-api-key\":\"\",\"flickr-type\":\"publicphotos\",\"flickr-user-url\":\"\",\"flickr-photoset\":\"\",\"flickr-photoset-select\":\"\",\"flickr-gallery-url\":\"\",\"flickr-group-url\":\"\",\"facebook-count\":\"\",\"facebook-transient\":\"1200\",\"facebook-page-url\":\"\",\"facebook-type-source\":\"album\",\"facebook-album\":\"\",\"facebook-album-select\":\"\",\"facebook-app-id\":\"\",\"facebook-app-secret\":\"\",\"twitter-count\":\"\",\"twitter-transient\":\"1200\",\"twitter-user-id\":\"\",\"twitter-image-only\":\"off\",\"twitter-include-retweets\":\"off\",\"twitter-exclude-replies\":\"off\",\"twitter-consumer-key\":\"\",\"twitter-consumer-secret\":\"\",\"twitter-access-token\":\"\",\"twitter-access-secret\":\"\",\"youtube-count\":\"\",\"youtube-transient\":\"1200\",\"youtube-api\":\"\",\"youtube-channel-id\":\"\",\"youtube-type-source\":\"channel\",\"youtube-playlist\":\"\",\"youtube-playlist-select\":\"\",\"vimeo-count\":\"\",\"vimeo-transient\":\"1200\",\"vimeo-type-source\":\"user\",\"vimeo-username\":\"\",\"vimeo-groupname\":\"\",\"vimeo-albumid\":\"\",\"vimeo-channelname\":\"\",\"product_types\":\"product\",\"product_category\":\"\",\"posts_list\":\"\",\"fetch_type\":\"cat_tag\",\"post_types\":\"post\",\"post_category\":\"\",\"product_sortby\":\"ID\",\"product_sort_direction\":\"DESC\",\"max_slider_products\":\"30\",\"excerpt_limit_product\":\"55\",\"reg_price_from\":\"\",\"reg_price_to\":\"\",\"sale_price_from\":\"\",\"sale_price_to\":\"\",\"instock_only\":\"off\",\"featured_only\":\"off\",\"post_sortby\":\"ID\",\"posts_sort_direction\":\"DESC\",\"max_slider_posts\":\"30\",\"excerpt_limit\":\"55\",\"title\":\"Ruths Homepage\",\"alias\":\"ruths-homepage\",\"shortcode\":\"[rev_slider alias=\\\"ruths-homepage\\\"]\",\"slider-type\":\"hero\",\"slider_type\":\"auto\",\"width\":\"1121\",\"height\":\"600\",\"width_notebook\":\"1024\",\"height_notebook\":\"768\",\"enable_custom_size_notebook\":\"off\",\"width_tablet\":\"778\",\"height_tablet\":\"960\",\"enable_custom_size_tablet\":\"off\",\"width_mobile\":\"480\",\"height_mobile\":\"720\",\"enable_custom_size_iphone\":\"off\",\"full_screen_align_force\":\"off\",\"fullscreen_min_height\":\"\",\"autowidth_force\":\"off\",\"fullscreen_offset_container\":\"\",\"fullscreen_offset_size\":\"\",\"main_overflow_hidden\":\"off\",\"auto_height\":\"off\",\"min_height\":\"\",\"max_width\":\"\",\"force_full_width\":\"off\",\"next_slide_on_window_focus\":\"off\",\"disable_focus_listener\":\"off\",\"def-layer_selection\":\"off\",\"slider_id\":\"\",\"delay\":\"9000\",\"start_js_after_delay\":\"0\",\"def-slide_transition\":\"fade\",\"def-transition_duration\":\"300\",\"def-image_source_type\":\"full\",\"def-background_fit\":\"cover\",\"def-bg_fit_x\":\"100\",\"def-bg_fit_y\":\"100\",\"def-bg_position\":\"center center\",\"def-bg_position_x\":\"0\",\"def-bg_position_y\":\"0\",\"def-bg_repeat\":\"no-repeat\",\"def-kenburn_effect\":\"off\",\"def-kb_start_fit\":\"100\",\"def-kb_easing\":\"Linear.easeNone\",\"def-kb_end_fit\":\"100\",\"def-kb_start_offset_x\":\"0\",\"def-kb_start_offset_y\":\"0\",\"def-kb_end_offset_x\":\"0\",\"def-kb_end_offset_y\":\"0\",\"def-kb_start_rotate\":\"0\",\"def-kb_end_rotate\":\"0\",\"def-kb_duration\":\"10000\",\"0\":\"blank\",\"start_with_slide_enable\":\"off\",\"start_with_slide\":\"1\",\"first_transition_active\":\"off\",\"first_transition_type\":\"fade\",\"first_transition_duration\":\"300\",\"first_transition_slot_amount\":\"7\",\"stop_on_hover\":\"off\",\"stop_slider\":\"off\",\"stop_after_loops\":\"0\",\"stop_at_slide\":\"2\",\"shuffle\":\"off\",\"loop_slide\":\"off\",\"label_viewport\":\"off\",\"viewport_start\":\"wait\",\"viewport_area\":\"80\",\"waitforinit\":\"off\",\"enable_progressbar\":\"off\",\"show_timerbar\":\"top\",\"progress_height\":\"5\",\"progress_opa\":\"15\",\"progressbar_color\":\"#000000\",\"disable_on_mobile\":\"off\",\"disable_kenburns_on_mobile\":\"off\",\"hide_slider_under\":\"0\",\"hide_defined_layers_under\":\"0\",\"hide_all_layers_under\":\"0\",\"shadow_type\":\"0\",\"background_dotted_overlay\":\"none\",\"background_color\":\"transparent\",\"padding\":\"0\",\"show_background_image\":\"off\",\"background_image\":\"http:\\/\\/74.124.197.205\\/~ruthsnut\\/wp-content\\/\",\"bg_fit\":\"cover\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center center\",\"position\":\"center\",\"margin_top\":\"0\",\"margin_bottom\":\"0\",\"margin_left\":\"0\",\"margin_right\":\"0\",\"use_spinner\":\"3\",\"spinner_color\":\"#FFFFFF\",\"enable_arrows\":\"off\",\"rtl_arrows\":\"off\",\"navigation_arrow_style\":\"round\",\"navigation_arrows_preset\":\"default\",\"ph-round-arrows-hover-bg-color-color-rgba-def\":\"off\",\"ph-round-arrows-hover-bg-color-color-rgba\":\"#000000\",\"ph-round-arrows-arrow-size-custom-def\":\"off\",\"ph-round-arrows-arrow-size-custom\":\"20\",\"ph-round-arrows-arrow-color-color-def\":\"off\",\"ph-round-arrows-arrow-color-color\":\"#ffffff\",\"ph-round-arrows-bg-size-custom-def\":\"off\",\"ph-round-arrows-bg-size-custom\":\"40\",\"ph-round-arrows-bg-color-custom-def\":\"off\",\"ph-round-arrows-bg-color-custom\":\"0,0,0,0.5\",\"arrows_always_on\":\"false\",\"hide_arrows\":\"200\",\"hide_arrows_mobile\":\"1200\",\"hide_arrows_on_mobile\":\"off\",\"arrows_under_hidden\":\"0\",\"hide_arrows_over\":\"off\",\"arrows_over_hidden\":\"0\",\"leftarrow_align_hor\":\"left\",\"leftarrow_align_vert\":\"center\",\"leftarrow_offset_hor\":\"20\",\"leftarrow_offset_vert\":\"0\",\"leftarrow_position\":\"slider\",\"rightarrow_align_hor\":\"right\",\"rightarrow_align_vert\":\"center\",\"rightarrow_offset_hor\":\"20\",\"rightarrow_offset_vert\":\"0\",\"rightarrow_position\":\"slider\",\"enable_bullets\":\"off\",\"rtl_bullets\":\"off\",\"navigation_bullets_style\":\"round\",\"navigation_bullets_preset\":\"default\",\"ph-round-bullets-hover-bullet-bg-color-def\":\"off\",\"ph-round-bullets-hover-bullet-bg-color\":\"#666666\",\"ph-round-bullets-border-size-custom-def\":\"off\",\"ph-round-bullets-border-size-custom\":\"3\",\"ph-round-bullets-border-color-color-def\":\"off\",\"ph-round-bullets-border-color-color\":\"#e5e5e5\",\"ph-round-bullets-bullet-bg-bottom-color-def\":\"off\",\"ph-round-bullets-bullet-bg-bottom-color\":\"#e1e1e1\",\"ph-round-bullets-bullet-bg-top-color-def\":\"off\",\"ph-round-bullets-bullet-bg-top-color\":\"#999999\",\"ph-round-bullets-bullet-size-custom-def\":\"off\",\"ph-round-bullets-bullet-size-custom\":\"12\",\"bullets_space\":\"5\",\"bullets_direction\":\"horizontal\",\"bullets_always_on\":\"false\",\"hide_bullets\":\"200\",\"hide_bullets_mobile\":\"1200\",\"hide_bullets_on_mobile\":\"off\",\"bullets_under_hidden\":\"0\",\"hide_bullets_over\":\"off\",\"bullets_over_hidden\":\"0\",\"bullets_align_hor\":\"center\",\"bullets_align_vert\":\"bottom\",\"bullets_offset_hor\":\"0\",\"bullets_offset_vert\":\"20\",\"bullets_position\":\"slider\",\"enable_thumbnails\":\"off\",\"rtl_thumbnails\":\"off\",\"thumbnails_padding\":\"5\",\"span_thumbnails_wrapper\":\"off\",\"thumbnails_wrapper_color\":\"transparent\",\"thumbnails_wrapper_opacity\":\"100\",\"thumbnails_style\":\"round\",\"navigation_thumbs_preset\":\"default\",\"ph-round-thumbs-title-font-size-custom-def\":\"off\",\"ph-round-thumbs-title-font-size-custom\":\"12\",\"ph-round-thumbs-title-color-color-rgba-def\":\"off\",\"ph-round-thumbs-title-color-color-rgba\":\"#ffffff\",\"ph-round-thumbs-title-bg-color-rgba-def\":\"off\",\"ph-round-thumbs-title-bg-color-rgba\":\"rgba(0,0,0,0.85)\",\"thumb_amount\":\"5\",\"thumbnails_space\":\"5\",\"thumbnail_direction\":\"horizontal\",\"thumb_width\":\"100\",\"thumb_height\":\"50\",\"thumb_width_min\":\"100\",\"thumbs_always_on\":\"false\",\"hide_thumbs\":\"200\",\"hide_thumbs_mobile\":\"1200\",\"hide_thumbs_on_mobile\":\"off\",\"thumbs_under_hidden\":\"0\",\"hide_thumbs_over\":\"off\",\"thumbs_over_hidden\":\"0\",\"thumbnails_inner_outer\":\"inner\",\"thumbnails_align_hor\":\"center\",\"thumbnails_align_vert\":\"bottom\",\"thumbnails_offset_hor\":\"0\",\"thumbnails_offset_vert\":\"20\",\"thumbnails_position\":\"slider\",\"enable_tabs\":\"off\",\"rtl_tabs\":\"off\",\"tabs_padding\":\"5\",\"span_tabs_wrapper\":\"off\",\"tabs_wrapper_color\":\"transparent\",\"tabs_wrapper_opacity\":\"5\",\"tabs_style\":\"round\",\"navigation_tabs_preset\":\"default\",\"ph-round-tabs-param2-size-custom-def\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"ph-round-tabs-param2-color-color-rgba-def\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"0,0,0,0\",\"ph-round-tabs-contentcolor-color-rgba-def\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-bgcolor-color-rgba-def\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-hover-bg-color-color-rgba-def\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-param1-size-custom-def\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-param1-color-color-rgba-def\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-image-size-custom-def\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-border-size-custom-def\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-border-color-color-rgba-def\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-font-family-font_family-def\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"tabs_amount\":\"5\",\"tabs_space\":\"5\",\"tabs_direction\":\"horizontal\",\"tabs_width\":\"100\",\"tabs_height\":\"50\",\"tabs_width_min\":\"100\",\"tabs_always_on\":\"false\",\"hide_tabs\":\"200\",\"hide_tabs_mobile\":\"1200\",\"hide_tabs_on_mobile\":\"off\",\"tabs_under_hidden\":\"0\",\"hide_tabs_over\":\"off\",\"tabs_over_hidden\":\"0\",\"tabs_inner_outer\":\"inner\",\"tabs_align_hor\":\"center\",\"tabs_align_vert\":\"bottom\",\"tabs_offset_hor\":\"0\",\"tabs_offset_vert\":\"20\",\"tabs_position\":\"slider\",\"touchenabled\":\"off\",\"drag_block_vertical\":\"off\",\"swipe_velocity\":\"75\",\"swipe_min_touches\":\"1\",\"swipe_direction\":\"horizontal\",\"keyboard_navigation\":\"off\",\"keyboard_direction\":\"horizontal\",\"mousescroll_navigation\":\"off\",\"mousescroll_navigation_reverse\":\"default\",\"previewimage_width\":\"100\",\"previewimage_height\":\"50\",\"carousel_infinity\":\"off\",\"carousel_space\":\"0\",\"carousel_borderr\":\"0\",\"carousel_borderr_unit\":\"px\",\"carousel_padding_top\":\"0\",\"carousel_padding_bottom\":\"0\",\"carousel_maxitems\":\"3\",\"carousel_stretch\":\"off\",\"carousel_fadeout\":\"on\",\"carousel_varyfade\":\"off\",\"carousel_rotation\":\"off\",\"carousel_varyrotate\":\"off\",\"carousel_maxrotation\":\"0\",\"carousel_scale\":\"off\",\"carousel_varyscale\":\"off\",\"carousel_scaledown\":\"50\",\"carousel_hposition\":\"center\",\"carousel_vposition\":\"center\",\"use_parallax\":\"off\",\"disable_parallax_mobile\":\"off\",\"ddd_parallax\":\"off\",\"ddd_parallax_shadow\":\"off\",\"ddd_parallax_bgfreeze\":\"off\",\"ddd_parallax_overflow\":\"off\",\"ddd_parallax_layer_overflow\":\"off\",\"ddd_parallax_zcorrection\":\"65\",\"parallax_type\":\"mouse\",\"parallax_origo\":\"enterpoint\",\"parallax_speed\":\"400\",\"parallax_level_16\":\"55\",\"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\":\"46\",\"parallax_level_11\":\"47\",\"parallax_level_12\":\"48\",\"parallax_level_13\":\"49\",\"parallax_level_14\":\"50\",\"parallax_level_15\":\"51\",\"lazy_load_type\":\"none\",\"simplify_ie8_ios4\":\"off\",\"show_alternative_type\":\"off\",\"show_alternate_image\":\"\",\"ignore_height_changes\":\"off\",\"ignore_height_changes_px\":\"0\",\"jquery_noconflict\":\"off\",\"js_to_body\":\"false\",\"output_type\":\"none\",\"jquery_debugmode\":\"off\",\"custom_css\":\"\",\"custom_javascript\":\"\",\"version\":\"\",\"google_font\":[\"Open+Sans:300,400,600,700,800\",\"Raleway:100,200,300,400,500,600,700,800,900\",\"Droid+Serif:400,700\"]}',NULL,''),(3,'ruths-homepage1','ruths-homepage1','{\"hero_active\":\"-1\",\"source_type\":\"gallery\",\"instagram-count\":\"\",\"instagram-transient\":\"1200\",\"instagram-type\":\"user\",\"instagram-user-id\":\"\",\"flickr-count\":\"\",\"flickr-transient\":\"1200\",\"flickr-api-key\":\"\",\"flickr-type\":\"publicphotos\",\"flickr-user-url\":\"\",\"flickr-photoset\":\"\",\"flickr-photoset-select\":\"\",\"flickr-gallery-url\":\"\",\"flickr-group-url\":\"\",\"facebook-count\":\"\",\"facebook-transient\":\"1200\",\"facebook-page-url\":\"\",\"facebook-type-source\":\"album\",\"facebook-album\":\"\",\"facebook-album-select\":\"\",\"facebook-app-id\":\"\",\"facebook-app-secret\":\"\",\"twitter-count\":\"\",\"twitter-transient\":\"1200\",\"twitter-user-id\":\"\",\"twitter-image-only\":\"off\",\"twitter-include-retweets\":\"off\",\"twitter-exclude-replies\":\"off\",\"twitter-consumer-key\":\"\",\"twitter-consumer-secret\":\"\",\"twitter-access-token\":\"\",\"twitter-access-secret\":\"\",\"youtube-count\":\"\",\"youtube-transient\":\"1200\",\"youtube-api\":\"\",\"youtube-channel-id\":\"\",\"youtube-type-source\":\"channel\",\"youtube-playlist\":\"\",\"youtube-playlist-select\":\"\",\"vimeo-count\":\"\",\"vimeo-transient\":\"1200\",\"vimeo-type-source\":\"user\",\"vimeo-username\":\"\",\"vimeo-groupname\":\"\",\"vimeo-albumid\":\"\",\"vimeo-channelname\":\"\",\"product_types\":\"product\",\"product_category\":\"\",\"posts_list\":\"\",\"fetch_type\":\"cat_tag\",\"post_types\":\"post\",\"post_category\":\"\",\"product_sortby\":\"ID\",\"product_sort_direction\":\"DESC\",\"max_slider_products\":\"30\",\"excerpt_limit_product\":\"55\",\"reg_price_from\":\"\",\"reg_price_to\":\"\",\"sale_price_from\":\"\",\"sale_price_to\":\"\",\"instock_only\":\"off\",\"featured_only\":\"off\",\"post_sortby\":\"ID\",\"posts_sort_direction\":\"DESC\",\"max_slider_posts\":\"30\",\"excerpt_limit\":\"55\",\"title\":\"ruths-homepage1\",\"alias\":\"ruths-homepage1\",\"shortcode\":\"[rev_slider alias=\\\"ruths-homepage\\\"]\",\"slider-type\":\"hero\",\"slider_type\":\"auto\",\"width\":\"1121\",\"height\":\"600\",\"width_notebook\":\"1024\",\"height_notebook\":\"768\",\"enable_custom_size_notebook\":\"off\",\"width_tablet\":\"778\",\"height_tablet\":\"960\",\"enable_custom_size_tablet\":\"off\",\"width_mobile\":\"480\",\"height_mobile\":\"720\",\"enable_custom_size_iphone\":\"off\",\"full_screen_align_force\":\"off\",\"fullscreen_min_height\":\"\",\"autowidth_force\":\"off\",\"fullscreen_offset_container\":\"\",\"fullscreen_offset_size\":\"\",\"main_overflow_hidden\":\"off\",\"auto_height\":\"off\",\"min_height\":\"\",\"max_width\":\"\",\"force_full_width\":\"off\",\"next_slide_on_window_focus\":\"off\",\"disable_focus_listener\":\"off\",\"def-layer_selection\":\"off\",\"slider_id\":\"\",\"delay\":\"9000\",\"start_js_after_delay\":\"0\",\"def-slide_transition\":\"fade\",\"def-transition_duration\":\"300\",\"def-image_source_type\":\"full\",\"def-background_fit\":\"cover\",\"def-bg_fit_x\":\"100\",\"def-bg_fit_y\":\"100\",\"def-bg_position\":\"center center\",\"def-bg_position_x\":\"0\",\"def-bg_position_y\":\"0\",\"def-bg_repeat\":\"no-repeat\",\"def-kenburn_effect\":\"off\",\"def-kb_start_fit\":\"100\",\"def-kb_easing\":\"Linear.easeNone\",\"def-kb_end_fit\":\"100\",\"def-kb_start_offset_x\":\"0\",\"def-kb_start_offset_y\":\"0\",\"def-kb_end_offset_x\":\"0\",\"def-kb_end_offset_y\":\"0\",\"def-kb_start_rotate\":\"0\",\"def-kb_end_rotate\":\"0\",\"def-kb_duration\":\"10000\",\"0\":\"blank\",\"start_with_slide_enable\":\"off\",\"start_with_slide\":\"1\",\"first_transition_active\":\"off\",\"first_transition_type\":\"fade\",\"first_transition_duration\":\"300\",\"first_transition_slot_amount\":\"7\",\"stop_on_hover\":\"off\",\"stop_slider\":\"off\",\"stop_after_loops\":\"0\",\"stop_at_slide\":\"2\",\"shuffle\":\"off\",\"loop_slide\":\"off\",\"label_viewport\":\"off\",\"viewport_start\":\"wait\",\"viewport_area\":\"80\",\"waitforinit\":\"off\",\"enable_progressbar\":\"off\",\"show_timerbar\":\"top\",\"progress_height\":\"5\",\"progress_opa\":\"15\",\"progressbar_color\":\"#000000\",\"disable_on_mobile\":\"off\",\"disable_kenburns_on_mobile\":\"off\",\"hide_slider_under\":\"0\",\"hide_defined_layers_under\":\"0\",\"hide_all_layers_under\":\"0\",\"shadow_type\":\"0\",\"background_dotted_overlay\":\"none\",\"background_color\":\"transparent\",\"padding\":\"0\",\"show_background_image\":\"off\",\"background_image\":\"http:\\/\\/mitziconnell.com\\/demo18\\/wp-content\\/\",\"bg_fit\":\"cover\",\"bg_repeat\":\"no-repeat\",\"bg_position\":\"center center\",\"position\":\"center\",\"margin_top\":\"0\",\"margin_bottom\":\"0\",\"margin_left\":\"0\",\"margin_right\":\"0\",\"use_spinner\":\"3\",\"spinner_color\":\"#FFFFFF\",\"enable_arrows\":\"off\",\"rtl_arrows\":\"off\",\"navigation_arrow_style\":\"round\",\"navigation_arrows_preset\":\"default\",\"ph-round-arrows-hover-bg-color-color-rgba-def\":\"off\",\"ph-round-arrows-hover-bg-color-color-rgba\":\"#000000\",\"ph-round-arrows-arrow-size-custom-def\":\"off\",\"ph-round-arrows-arrow-size-custom\":\"20\",\"ph-round-arrows-arrow-color-color-def\":\"off\",\"ph-round-arrows-arrow-color-color\":\"#ffffff\",\"ph-round-arrows-bg-size-custom-def\":\"off\",\"ph-round-arrows-bg-size-custom\":\"40\",\"ph-round-arrows-bg-color-custom-def\":\"off\",\"ph-round-arrows-bg-color-custom\":\"0,0,0,0.5\",\"arrows_always_on\":\"false\",\"hide_arrows\":\"200\",\"hide_arrows_mobile\":\"1200\",\"hide_arrows_on_mobile\":\"off\",\"arrows_under_hidden\":\"0\",\"hide_arrows_over\":\"off\",\"arrows_over_hidden\":\"0\",\"leftarrow_align_hor\":\"left\",\"leftarrow_align_vert\":\"center\",\"leftarrow_offset_hor\":\"20\",\"leftarrow_offset_vert\":\"0\",\"leftarrow_position\":\"slider\",\"rightarrow_align_hor\":\"right\",\"rightarrow_align_vert\":\"center\",\"rightarrow_offset_hor\":\"20\",\"rightarrow_offset_vert\":\"0\",\"rightarrow_position\":\"slider\",\"enable_bullets\":\"off\",\"rtl_bullets\":\"off\",\"navigation_bullets_style\":\"round\",\"navigation_bullets_preset\":\"default\",\"ph-round-bullets-hover-bullet-bg-color-def\":\"off\",\"ph-round-bullets-hover-bullet-bg-color\":\"#666666\",\"ph-round-bullets-border-size-custom-def\":\"off\",\"ph-round-bullets-border-size-custom\":\"3\",\"ph-round-bullets-border-color-color-def\":\"off\",\"ph-round-bullets-border-color-color\":\"#e5e5e5\",\"ph-round-bullets-bullet-bg-bottom-color-def\":\"off\",\"ph-round-bullets-bullet-bg-bottom-color\":\"#e1e1e1\",\"ph-round-bullets-bullet-bg-top-color-def\":\"off\",\"ph-round-bullets-bullet-bg-top-color\":\"#999999\",\"ph-round-bullets-bullet-size-custom-def\":\"off\",\"ph-round-bullets-bullet-size-custom\":\"12\",\"bullets_space\":\"5\",\"bullets_direction\":\"horizontal\",\"bullets_always_on\":\"false\",\"hide_bullets\":\"200\",\"hide_bullets_mobile\":\"1200\",\"hide_bullets_on_mobile\":\"off\",\"bullets_under_hidden\":\"0\",\"hide_bullets_over\":\"off\",\"bullets_over_hidden\":\"0\",\"bullets_align_hor\":\"center\",\"bullets_align_vert\":\"bottom\",\"bullets_offset_hor\":\"0\",\"bullets_offset_vert\":\"20\",\"bullets_position\":\"slider\",\"enable_thumbnails\":\"off\",\"rtl_thumbnails\":\"off\",\"thumbnails_padding\":\"5\",\"span_thumbnails_wrapper\":\"off\",\"thumbnails_wrapper_color\":\"transparent\",\"thumbnails_wrapper_opacity\":\"100\",\"thumbnails_style\":\"round\",\"navigation_thumbs_preset\":\"default\",\"ph-round-thumbs-title-font-size-custom-def\":\"off\",\"ph-round-thumbs-title-font-size-custom\":\"12\",\"ph-round-thumbs-title-color-color-rgba-def\":\"off\",\"ph-round-thumbs-title-color-color-rgba\":\"#ffffff\",\"ph-round-thumbs-title-bg-color-rgba-def\":\"off\",\"ph-round-thumbs-title-bg-color-rgba\":\"rgba(0,0,0,0.85)\",\"thumb_amount\":\"5\",\"thumbnails_space\":\"5\",\"thumbnail_direction\":\"horizontal\",\"thumb_width\":\"100\",\"thumb_height\":\"50\",\"thumb_width_min\":\"100\",\"thumbs_always_on\":\"false\",\"hide_thumbs\":\"200\",\"hide_thumbs_mobile\":\"1200\",\"hide_thumbs_on_mobile\":\"off\",\"thumbs_under_hidden\":\"0\",\"hide_thumbs_over\":\"off\",\"thumbs_over_hidden\":\"0\",\"thumbnails_inner_outer\":\"inner\",\"thumbnails_align_hor\":\"center\",\"thumbnails_align_vert\":\"bottom\",\"thumbnails_offset_hor\":\"0\",\"thumbnails_offset_vert\":\"20\",\"thumbnails_position\":\"slider\",\"enable_tabs\":\"off\",\"rtl_tabs\":\"off\",\"tabs_padding\":\"5\",\"span_tabs_wrapper\":\"off\",\"tabs_wrapper_color\":\"transparent\",\"tabs_wrapper_opacity\":\"5\",\"tabs_style\":\"round\",\"navigation_tabs_preset\":\"default\",\"ph-round-tabs-param2-size-custom-def\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"ph-round-tabs-param2-color-color-rgba-def\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"0,0,0,0\",\"ph-round-tabs-contentcolor-color-rgba-def\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-bgcolor-color-rgba-def\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-hover-bg-color-color-rgba-def\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-param1-size-custom-def\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-param1-color-color-rgba-def\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-image-size-custom-def\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-border-size-custom-def\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-border-color-color-rgba-def\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-font-family-font_family-def\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"tabs_amount\":\"5\",\"tabs_space\":\"5\",\"tabs_direction\":\"horizontal\",\"tabs_width\":\"100\",\"tabs_height\":\"50\",\"tabs_width_min\":\"100\",\"tabs_always_on\":\"false\",\"hide_tabs\":\"200\",\"hide_tabs_mobile\":\"1200\",\"hide_tabs_on_mobile\":\"off\",\"tabs_under_hidden\":\"0\",\"hide_tabs_over\":\"off\",\"tabs_over_hidden\":\"0\",\"tabs_inner_outer\":\"inner\",\"tabs_align_hor\":\"center\",\"tabs_align_vert\":\"bottom\",\"tabs_offset_hor\":\"0\",\"tabs_offset_vert\":\"20\",\"tabs_position\":\"slider\",\"touchenabled\":\"off\",\"drag_block_vertical\":\"off\",\"swipe_velocity\":\"75\",\"swipe_min_touches\":\"1\",\"swipe_direction\":\"horizontal\",\"keyboard_navigation\":\"off\",\"keyboard_direction\":\"horizontal\",\"mousescroll_navigation\":\"off\",\"mousescroll_navigation_reverse\":\"default\",\"previewimage_width\":\"100\",\"previewimage_height\":\"50\",\"carousel_infinity\":\"off\",\"carousel_space\":\"0\",\"carousel_borderr\":\"0\",\"carousel_borderr_unit\":\"px\",\"carousel_padding_top\":\"0\",\"carousel_padding_bottom\":\"0\",\"carousel_maxitems\":\"3\",\"carousel_stretch\":\"off\",\"carousel_fadeout\":\"on\",\"carousel_varyfade\":\"off\",\"carousel_rotation\":\"off\",\"carousel_varyrotate\":\"off\",\"carousel_maxrotation\":\"0\",\"carousel_scale\":\"off\",\"carousel_varyscale\":\"off\",\"carousel_scaledown\":\"50\",\"carousel_hposition\":\"center\",\"carousel_vposition\":\"center\",\"use_parallax\":\"off\",\"disable_parallax_mobile\":\"off\",\"ddd_parallax\":\"off\",\"ddd_parallax_shadow\":\"off\",\"ddd_parallax_bgfreeze\":\"off\",\"ddd_parallax_overflow\":\"off\",\"ddd_parallax_layer_overflow\":\"off\",\"ddd_parallax_zcorrection\":\"65\",\"parallax_type\":\"mouse\",\"parallax_origo\":\"enterpoint\",\"parallax_speed\":\"400\",\"parallax_level_16\":\"55\",\"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\":\"46\",\"parallax_level_11\":\"47\",\"parallax_level_12\":\"48\",\"parallax_level_13\":\"49\",\"parallax_level_14\":\"50\",\"parallax_level_15\":\"51\",\"lazy_load_type\":\"none\",\"simplify_ie8_ios4\":\"off\",\"show_alternative_type\":\"off\",\"show_alternate_image\":\"\",\"ignore_height_changes\":\"off\",\"ignore_height_changes_px\":\"0\",\"jquery_noconflict\":\"off\",\"js_to_body\":\"false\",\"output_type\":\"none\",\"jquery_debugmode\":\"off\",\"custom_css\":\"\",\"custom_javascript\":\"\",\"version\":\"\",\"google_font\":[\"Open+Sans:300,400,600,700,800\",\"Raleway:100,200,300,400,500,600,700,800,900\",\"Droid+Serif:400,700\"]}','{\"version\":\"5.0.7\"}','');
/*!40000 ALTER TABLE `wp3l_revslider_sliders_bkp` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp3l_revslider_slides`
--

DROP TABLE IF EXISTS `wp3l_revslider_slides`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp3l_revslider_slides` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `slider_id` int(9) NOT NULL,
  `slide_order` int(11) NOT NULL,
  `params` longtext NOT NULL,
  `layers` longtext NOT NULL,
  `settings` text NOT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp3l_revslider_slides`
--

LOCK TABLES `wp3l_revslider_slides` WRITE;
/*!40000 ALTER TABLE `wp3l_revslider_slides` DISABLE KEYS */;
INSERT INTO `wp3l_revslider_slides` VALUES (1,1,1,'{\"background_type\":\"html5\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#4f4f4f\",\"0\":\"Clear\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"http:\\/\\/74.124.197.205\\/~ruthsnut\\/wp-content\\/uploads\\/revslider\\/tailor\\/home_tailor_video.mp4\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"http:\\/\\/74.124.197.205\\/~ruthsnut\\/wp-content\\/uploads\\/revslider\\/tailor\\/home_tailor_video.ogv\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"title_option\":\"media_library\",\"title_attr\":\"\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"loop\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"title\":\"Slide\",\"delay\":\"\",\"stoponpurpose\":\"false\",\"invisibleslide\":\"false\",\"state\":\"published\",\"hideslideafter\":\"0\",\"hideslideonmobile\":\"off\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"http:\\/\\/74.124.197.205\\/~ruthsnut\\/wp-content\\/\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"300\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"ph-round-arrows-bg-color-custom-slide\":\"off\",\"ph-round-arrows-bg-color-custom\":\"0,0,0,0.5\",\"ph-round-arrows-bg-size-custom-slide\":\"off\",\"ph-round-arrows-bg-size-custom\":\"40\",\"ph-round-arrows-arrow-color-color-slide\":\"off\",\"ph-round-arrows-arrow-color-color\":\"#ffffff\",\"ph-round-arrows-arrow-size-custom-slide\":\"off\",\"ph-round-arrows-arrow-size-custom\":\"20\",\"ph-round-arrows-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-arrows-hover-bg-color-color-rgba\":\"#000000\",\"ph-round-bullets-bullet-size-custom-slide\":\"off\",\"ph-round-bullets-bullet-size-custom\":\"12\",\"ph-round-bullets-bullet-bg-top-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-top-color\":\"#999999\",\"ph-round-bullets-bullet-bg-bottom-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-bottom-color\":\"#e1e1e1\",\"ph-round-bullets-border-color-color-slide\":\"off\",\"ph-round-bullets-border-color-color\":\"#e5e5e5\",\"ph-round-bullets-border-size-custom-slide\":\"off\",\"ph-round-bullets-border-size-custom\":\"3\",\"ph-round-bullets-hover-bullet-bg-color-slide\":\"off\",\"ph-round-bullets-hover-bullet-bg-color\":\"#666666\",\"ph-round-tabs-font-family-font_family-slide\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"ph-round-tabs-border-color-color-rgba-slide\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-border-size-custom-slide\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-image-size-custom-slide\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-param1-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-param1-size-custom-slide\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-bgcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-contentcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-param2-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"0,0,0,0\",\"ph-round-tabs-param2-size-custom-slide\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"ph-round-thumbs-title-bg-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-bg-color-rgba\":\"rgba(0,0,0,0.85)\",\"ph-round-thumbs-title-color-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-color-color-rgba\":\"#ffffff\",\"ph-round-thumbs-title-font-size-custom-slide\":\"off\",\"ph-round-thumbs-title-font-size-custom\":\"12\",\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#4f4f4f\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/74.124.197.205\\/~ruthsnut\\/wp-content\\/uploads\\/revslider\\/tailor\\/home_tailor_video.png\"}','[{\"style\":\"\",\"text\":\"Image 1\",\"type\":\"image\",\"image_url\":\"http:\\/\\/74.124.197.205\\/~ruthsnut\\/wp-content\\/uploads\\/revslider\\/tailor\\/home_tailor_slider_icon.png\",\"scaleX\":{\"desktop\":\"44px\"},\"scaleY\":{\"desktop\":\"47px\"},\"originalWidth\":44,\"originalHeight\":47,\"special_type\":null,\"subtype\":\"\",\"specialsettings\":[],\"unique_id\":1,\"left\":{\"desktop\":0},\"top\":{\"desktop\":-140},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Pic\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"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\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0px\",\"mask_y_start\":\"top\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"SmoothPopUp_Two\",\"easing\":\"Power2.easeOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_end\":\"last\",\"speed\":1000,\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":44,\"height\":47,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"0\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"0\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"0.9\",\"scale_y_start\":\"0.9\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":\"1\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":\"1\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"split_in_extratime\":-10,\"split_out_extratime\":-10,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}},{\"text\":\"CLOTHES THAT<br \\/>\\nSUITS YOU\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":[],\"unique_id\":2,\"left\":{\"desktop\":0},\"top\":{\"desktop\":-30},\"internal_class\":\"\",\"hover\":false,\"alias\":\"CLOTHES THATSUITS YO...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"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\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_end\":\"last\",\"speed\":1000,\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"mfnrs_tailor_large_light\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":700,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":-1,\"height\":-1,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"60px\"},\"line-height\":{\"desktop\":\"60px\"},\"font-weight\":{\"desktop\":\"700\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"deformation\":{\"font-family\":\"Montserrat\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"center\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":\"1\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":\"1\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"split_in_extratime\":-10,\"split_out_extratime\":-10,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}},{\"style\":\"\",\"text\":\"Image 3\",\"type\":\"image\",\"image_url\":\"http:\\/\\/74.124.197.205\\/~ruthsnut\\/wp-content\\/uploads\\/revslider\\/tailor\\/home_tailor_slider_sep.png\",\"scaleX\":{\"desktop\":\"481px\"},\"scaleY\":{\"desktop\":\"1px\"},\"originalWidth\":481,\"originalHeight\":1,\"special_type\":null,\"subtype\":\"\",\"specialsettings\":[],\"unique_id\":3,\"left\":{\"desktop\":0},\"top\":{\"desktop\":58},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Line\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"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\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0px\",\"mask_y_start\":\"[100%]\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"SmoothSlideFromBottom\",\"easing\":\"Power4.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"5\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_end\":\"last\",\"speed\":2000,\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":900,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":481,\"height\":1,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"[100%]\",\"z_start\":\"0\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"0deg\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"1\",\"scale_y_start\":\"1\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":\"1\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":\"1\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":2,\"split_in_extratime\":-5,\"split_out_extratime\":-10,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}},{\"text\":\"Lorem ipsum dolor mit samet\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":[],\"unique_id\":4,\"left\":{\"desktop\":0},\"top\":{\"desktop\":100},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Lorem ipsum dolor mi...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"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\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_end\":\"last\",\"speed\":1000,\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"mfnrs_tailor_medium_light\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":1100,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":-1,\"height\":-1,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"18px\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"deformation\":{\"font-family\":\"PT Serif\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"italic\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":\"1\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":\"1\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":3,\"split_in_extratime\":-10,\"split_out_extratime\":-10,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}}]','[\"\"]'),(2,2,1,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#4f4f4f\",\"0\":\"Clear\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"http:\\/\\/74.124.197.205\\/~ruthsnut\\/wp-content\\/uploads\\/revslider\\/tailor\\/home_tailor_video.mp4\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"http:\\/\\/74.124.197.205\\/~ruthsnut\\/wp-content\\/uploads\\/revslider\\/tailor\\/home_tailor_video.ogv\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"title_option\":\"media_library\",\"title_attr\":\"\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"loop\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"title\":\"Slide\",\"delay\":\"\",\"stoponpurpose\":\"false\",\"invisibleslide\":\"false\",\"state\":\"published\",\"hideslideafter\":\"0\",\"hideslideonmobile\":\"off\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"http:\\/\\/74.124.197.205\\/~ruthsnut\\/wp-content\\/\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"300\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"ph-round-arrows-bg-color-custom-slide\":\"off\",\"ph-round-arrows-bg-color-custom\":\"0,0,0,0.5\",\"ph-round-arrows-bg-size-custom-slide\":\"off\",\"ph-round-arrows-bg-size-custom\":\"40\",\"ph-round-arrows-arrow-color-color-slide\":\"off\",\"ph-round-arrows-arrow-color-color\":\"#ffffff\",\"ph-round-arrows-arrow-size-custom-slide\":\"off\",\"ph-round-arrows-arrow-size-custom\":\"20\",\"ph-round-arrows-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-arrows-hover-bg-color-color-rgba\":\"#000000\",\"ph-round-bullets-bullet-size-custom-slide\":\"off\",\"ph-round-bullets-bullet-size-custom\":\"12\",\"ph-round-bullets-bullet-bg-top-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-top-color\":\"#999999\",\"ph-round-bullets-bullet-bg-bottom-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-bottom-color\":\"#e1e1e1\",\"ph-round-bullets-border-color-color-slide\":\"off\",\"ph-round-bullets-border-color-color\":\"#e5e5e5\",\"ph-round-bullets-border-size-custom-slide\":\"off\",\"ph-round-bullets-border-size-custom\":\"3\",\"ph-round-bullets-hover-bullet-bg-color-slide\":\"off\",\"ph-round-bullets-hover-bullet-bg-color\":\"#666666\",\"ph-round-tabs-font-family-font_family-slide\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"ph-round-tabs-border-color-color-rgba-slide\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-border-size-custom-slide\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-image-size-custom-slide\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-param1-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-param1-size-custom-slide\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-bgcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-contentcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-param2-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"0,0,0,0\",\"ph-round-tabs-param2-size-custom-slide\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"ph-round-thumbs-title-bg-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-bg-color-rgba\":\"rgba(0,0,0,0.85)\",\"ph-round-thumbs-title-color-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-color-color-rgba\":\"#ffffff\",\"ph-round-thumbs-title-font-size-custom-slide\":\"off\",\"ph-round-thumbs-title-font-size-custom\":\"12\",\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#4f4f4f\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/74.124.197.205\\/~ruthsnut\\/wp-content\\/uploads\\/2016\\/07\\/Health-Journey-01-cropped.jpg\",\"image_id\":\"195\"}','[{\"text\":\"RUTH\'S <br>\\nNUTRITION\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":[],\"unique_id\":2,\"left\":{\"desktop\":53},\"top\":{\"desktop\":-139},\"internal_class\":\"\",\"hover\":false,\"alias\":\"CLOTHES THATSUITS YO...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"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\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_end\":\"last\",\"speed\":1000,\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"very_large_text\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":700,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":489,\"height\":160,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"80px\"},\"line-height\":{\"desktop\":\"80px\"},\"font-weight\":{\"desktop\":\"700\"},\"color\":{\"desktop\":\"#fff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"deformation\":{\"font-family\":\"Arial\",\"padding\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"center\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":\"1\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":\"1\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"split_in_extratime\":-10,\"split_out_extratime\":-10,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"inline\":{\"idle\":{\"color\":\"#FFF\",\"font-size\":\"80px\",\"line-height\":\"80px\",\"font-weight\":\"800\",\"text-shadow\":\"4px 4px 8px rgba(0, 0, 0, 0.8)\"}}},{\"style\":\"\",\"text\":\"Image 3\",\"type\":\"image\",\"image_url\":\"http:\\/\\/74.124.197.205\\/~ruthsnut\\/wp-content\\/uploads\\/revslider\\/tailor\\/home_tailor_slider_sep.png\",\"scaleX\":{\"desktop\":\"481px\"},\"scaleY\":{\"desktop\":\"1px\"},\"originalWidth\":481,\"originalHeight\":1,\"special_type\":null,\"subtype\":\"\",\"specialsettings\":[],\"unique_id\":3,\"left\":{\"desktop\":12},\"top\":{\"desktop\":-55},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Line\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"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\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0px\",\"mask_y_start\":\"[100%]\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"SmoothSlideFromBottom\",\"easing\":\"Power4.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"5\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_end\":\"last\",\"speed\":2000,\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":900,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":481,\"height\":1,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"[100%]\",\"z_start\":\"0\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"0deg\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"1\",\"scale_y_start\":\"1\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"center\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":\"1\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":\"1\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"split_in_extratime\":-5,\"split_out_extratime\":-10,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"text\":\"Your journey to health starts here\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":[],\"unique_id\":4,\"left\":{\"desktop\":61},\"top\":{\"desktop\":-24},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Lorem ipsum dolor mi...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"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\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_end\":\"last\",\"speed\":1000,\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"mfnrs_tailor_medium_light\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":1100,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":706,\"height\":22,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"45px\"},\"line-height\":{\"desktop\":\"22px\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"deformation\":{\"font-family\":\"PT Serif\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"italic\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"center\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":\"1\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":\"1\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":2,\"split_in_extratime\":-10,\"split_out_extratime\":-10,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"inline\":{\"idle\":{\"color\":\"#FFF\",\"font-size\":\"45px\",\"line-height\":\"45px\",\"font-weight\":\"400\",\"text-shadow\":\"4px 4px 8px rgba(0, 0, 0, 0.8)\"}}}]','\"\"'),(3,3,1,'{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#4f4f4f\",\"image\":\"https:\\/\\/ruthsnutrition.gsg-host.com\\/wp-content\\/uploads\\/revslider\\/ruths-homepage1\\/Health-Journey-01-cropped.jpg\",\"mpeg\":\"http:\\/\\/mitziconnell.com\\/demo18\\/wp-content\\/uploads\\/revslider\\/tailor\\/home_tailor_video.mp4\",\"ogv\":\"http:\\/\\/mitziconnell.com\\/demo18\\/wp-content\\/uploads\\/revslider\\/tailor\\/home_tailor_video.ogv\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"loop\":\"loop\",\"volume\":\"\"}},\"thumb\":{\"customThumbSrc\":\"http:\\/\\/mitziconnell.com\\/demo18\\/wp-content\\/\",\"dimension\":\"slider\"},\"timeline\":{\"delay\":\"\",\"slots\":[\"default\"],\"duration\":[600]},\"panzoom\":{\"ease\":\"none\"},\"version\":\"6.2.0\"}','{\"2\":{\"text\":\"RUTH\'S <br>\\nNUTRITION\",\"alias\":\"CLOTHES THATSUITS YO...\",\"uid\":2,\"size\":{\"width\":{\"d\":{\"e\":true}},\"height\":{\"d\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"53px\",\"e\":true},\"n\":{\"v\":\"53px\"},\"t\":{\"v\":\"53px\"},\"m\":{\"v\":\"53px\"}},\"y\":{\"d\":{\"v\":\"-139px\",\"e\":true},\"n\":{\"v\":\"-139px\"},\"t\":{\"v\":\"-139px\"},\"m\":{\"v\":\"-139px\"}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\"},\"t\":{\"v\":\"middle\"},\"m\":{\"v\":\"middle\"}},\"zIndex\":5},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":0},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":700},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"power2.inOut\",\"speed\":1000,\"start\":700},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"power2.inOut\",\"speed\":1000,\"start\":700},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"style\":\"very_large_text\",\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"]},\"n\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"]},\"t\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"]},\"m\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"]}},\"autolinebreak\":false,\"fontFamily\":\"Arial\",\"fontSize\":{\"d\":{\"v\":\"80px\",\"e\":true},\"n\":{\"v\":\"80px\"},\"t\":{\"v\":\"80px\"},\"m\":{\"v\":\"80px\"}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\"},\"t\":{\"v\":\"700\"},\"m\":{\"v\":\"700\"}},\"letterSpacing\":{\"d\":{\"v\":\"-2px\"},\"n\":{\"v\":\"-2px\"},\"t\":{\"v\":\"-2px\"},\"m\":{\"v\":\"-2px\"}},\"lineHeight\":{\"d\":{\"v\":\"80px\",\"e\":true},\"n\":{\"v\":\"80px\"},\"t\":{\"v\":\"80px\"},\"m\":{\"v\":\"80px\"}},\"textAlign\":{\"d\":{\"v\":\"center\"},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"ease\":\"none\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"customCSS\":\"color:#FFF;\\nfont-size:80px;\\nline-height:80px;\\nfont-weight:800;\\ntext-shadow:4px 4px 8px rgba(0, 0, 0, 0.8);\\nposition:absolute;\\ntext-shadow:0px 2px 5px rgba(0, 0, 0, 0.5);\\nmargin:0px;\\nwhite-space:nowrap;\\nletter-spacing:-2px;\\n\",\"type\":\"text\",\"version\":\"6.2.0\"},\"3\":{\"text\":\"Image 3\",\"alias\":\"Line\",\"uid\":3,\"media\":{\"imageUrl\":\"http:\\/\\/74.124.197.205\\/~ruthsnut\\/wp-content\\/uploads\\/revslider\\/ruths-homepage1\\/home_tailor_slider_sep.png\"},\"size\":{\"width\":{\"d\":{\"v\":\"481px\",\"e\":true},\"n\":{\"v\":\"481px\"},\"t\":{\"v\":\"481px\"},\"m\":{\"v\":\"481px\"}},\"height\":{\"d\":{\"v\":\"1px\",\"e\":true},\"n\":{\"v\":\"1px\"},\"t\":{\"v\":\"1px\"},\"m\":{\"v\":\"1px\"}},\"originalWidth\":481,\"originalHeight\":1,\"scaleProportional\":false,\"aspectRatio\":{\"d\":{\"v\":481},\"n\":{\"v\":481},\"t\":{\"v\":481},\"m\":{\"v\":481}}},\"position\":{\"x\":{\"d\":{\"v\":\"12px\",\"e\":true},\"n\":{\"v\":\"12px\"},\"t\":{\"v\":\"12px\"},\"m\":{\"v\":\"12px\"}},\"y\":{\"d\":{\"v\":\"-55px\",\"e\":true},\"n\":{\"v\":\"-55px\"},\"t\":{\"v\":\"-55px\"},\"m\":{\"v\":\"-55px\"}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\"},\"t\":{\"v\":\"middle\"},\"m\":{\"v\":\"middle\"}},\"zIndex\":6},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":1},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":900},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"100%\"},\"n\":{\"v\":\"100%\"},\"t\":{\"v\":\"100%\"},\"m\":{\"v\":\"100%\"}},\"z\":\"0\",\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":\"0deg\",\"rotationY\":\"0\",\"rotationZ\":\"0\",\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"mask\":{\"x\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"100%\"},\"n\":{\"v\":\"100%\"},\"t\":{\"v\":\"100%\"},\"m\":{\"v\":\"100%\"}}},\"timeline\":{\"ease\":\"power4.inOut\",\"speed\":2000,\"start\":900}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"power4.inOut\",\"speed\":2000,\"start\":900}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"textAlign\":{\"d\":{\"v\":\"center\"},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(255,255,255,1)\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"ease\":\"none\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\",\"version\":\"6.2.0\"},\"4\":{\"text\":\"Your journey to health starts here\",\"alias\":\"Lorem ipsum dolor mi...\",\"uid\":4,\"size\":{\"width\":{\"d\":{\"e\":true}},\"height\":{\"d\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"61px\",\"e\":true},\"n\":{\"v\":\"61px\"},\"t\":{\"v\":\"61px\"},\"m\":{\"v\":\"61px\"}},\"y\":{\"d\":{\"v\":\"-24px\",\"e\":true},\"n\":{\"v\":\"-24px\"},\"t\":{\"v\":\"-24px\"},\"m\":{\"v\":\"-24px\"}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\"},\"t\":{\"v\":\"middle\"},\"m\":{\"v\":\"middle\"}},\"zIndex\":7},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":2},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":1100},{\"id\":\"frame_999\",\"start\":9300}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"power2.inOut\",\"speed\":1000,\"start\":1100},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"power2.inOut\",\"speed\":1000,\"start\":1100},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"nothing\",\"start\":9000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"style\":\"mfnrs_tailor_medium_light\",\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"PT Serif\",\"fontStyle\":true,\"fontSize\":{\"d\":{\"v\":\"45px\",\"e\":true},\"n\":{\"v\":\"45px\"},\"t\":{\"v\":\"45px\"},\"m\":{\"v\":\"45px\"}},\"fontWeight\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22px\",\"e\":true},\"n\":{\"v\":\"22px\"},\"t\":{\"v\":\"22px\"},\"m\":{\"v\":\"22px\"}},\"textAlign\":{\"d\":{\"v\":\"center\"},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"rgba(255,255,255,1)\",\"e\":true},\"n\":{\"v\":\"rgba(255,255,255,1)\"},\"t\":{\"v\":\"rgba(255,255,255,1)\"},\"m\":{\"v\":\"rgba(255,255,255,1)\"}}}},\"hover\":{\"color\":\"rgba(0,0,0,1)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"ease\":\"none\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"customCSS\":\"color:#FFF;\\nfont-size:45px;\\nline-height:45px;\\nfont-weight:400;\\ntext-shadow:4px 4px 8px rgba(0, 0, 0, 0.8);\\nletter-spacing:2px;\\n\",\"type\":\"text\",\"version\":\"6.2.0\"}}','{\"0\":\"\",\"version\":\"6.2.0\"}');
/*!40000 ALTER TABLE `wp3l_revslider_slides` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp3l_revslider_slides_bkp`
--

DROP TABLE IF EXISTS `wp3l_revslider_slides_bkp`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp3l_revslider_slides_bkp` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `slider_id` int(9) NOT NULL,
  `slide_order` int(11) NOT NULL,
  `params` longtext NOT NULL,
  `layers` longtext NOT NULL,
  `settings` text NOT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp3l_revslider_slides_bkp`
--

LOCK TABLES `wp3l_revslider_slides_bkp` WRITE;
/*!40000 ALTER TABLE `wp3l_revslider_slides_bkp` DISABLE KEYS */;
INSERT INTO `wp3l_revslider_slides_bkp` VALUES (1,1,1,'{\"background_type\":\"html5\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#4f4f4f\",\"0\":\"Clear\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"http:\\/\\/74.124.197.205\\/~ruthsnut\\/wp-content\\/uploads\\/revslider\\/tailor\\/home_tailor_video.mp4\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"http:\\/\\/74.124.197.205\\/~ruthsnut\\/wp-content\\/uploads\\/revslider\\/tailor\\/home_tailor_video.ogv\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"title_option\":\"media_library\",\"title_attr\":\"\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"loop\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"title\":\"Slide\",\"delay\":\"\",\"stoponpurpose\":\"false\",\"invisibleslide\":\"false\",\"state\":\"published\",\"hideslideafter\":\"0\",\"hideslideonmobile\":\"off\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"http:\\/\\/74.124.197.205\\/~ruthsnut\\/wp-content\\/\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"300\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"ph-round-arrows-bg-color-custom-slide\":\"off\",\"ph-round-arrows-bg-color-custom\":\"0,0,0,0.5\",\"ph-round-arrows-bg-size-custom-slide\":\"off\",\"ph-round-arrows-bg-size-custom\":\"40\",\"ph-round-arrows-arrow-color-color-slide\":\"off\",\"ph-round-arrows-arrow-color-color\":\"#ffffff\",\"ph-round-arrows-arrow-size-custom-slide\":\"off\",\"ph-round-arrows-arrow-size-custom\":\"20\",\"ph-round-arrows-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-arrows-hover-bg-color-color-rgba\":\"#000000\",\"ph-round-bullets-bullet-size-custom-slide\":\"off\",\"ph-round-bullets-bullet-size-custom\":\"12\",\"ph-round-bullets-bullet-bg-top-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-top-color\":\"#999999\",\"ph-round-bullets-bullet-bg-bottom-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-bottom-color\":\"#e1e1e1\",\"ph-round-bullets-border-color-color-slide\":\"off\",\"ph-round-bullets-border-color-color\":\"#e5e5e5\",\"ph-round-bullets-border-size-custom-slide\":\"off\",\"ph-round-bullets-border-size-custom\":\"3\",\"ph-round-bullets-hover-bullet-bg-color-slide\":\"off\",\"ph-round-bullets-hover-bullet-bg-color\":\"#666666\",\"ph-round-tabs-font-family-font_family-slide\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"ph-round-tabs-border-color-color-rgba-slide\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-border-size-custom-slide\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-image-size-custom-slide\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-param1-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-param1-size-custom-slide\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-bgcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-contentcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-param2-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"0,0,0,0\",\"ph-round-tabs-param2-size-custom-slide\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"ph-round-thumbs-title-bg-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-bg-color-rgba\":\"rgba(0,0,0,0.85)\",\"ph-round-thumbs-title-color-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-color-color-rgba\":\"#ffffff\",\"ph-round-thumbs-title-font-size-custom-slide\":\"off\",\"ph-round-thumbs-title-font-size-custom\":\"12\",\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#4f4f4f\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/74.124.197.205\\/~ruthsnut\\/wp-content\\/uploads\\/revslider\\/tailor\\/home_tailor_video.png\"}','[{\"style\":\"\",\"text\":\"Image 1\",\"type\":\"image\",\"image_url\":\"http:\\/\\/74.124.197.205\\/~ruthsnut\\/wp-content\\/uploads\\/revslider\\/tailor\\/home_tailor_slider_icon.png\",\"scaleX\":{\"desktop\":\"44px\"},\"scaleY\":{\"desktop\":\"47px\"},\"originalWidth\":44,\"originalHeight\":47,\"special_type\":null,\"subtype\":\"\",\"specialsettings\":[],\"unique_id\":1,\"left\":{\"desktop\":0},\"top\":{\"desktop\":-140},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Pic\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"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\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0px\",\"mask_y_start\":\"top\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"SmoothPopUp_Two\",\"easing\":\"Power2.easeOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_end\":\"last\",\"speed\":1000,\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":500,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":44,\"height\":47,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"0\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"0\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"0.9\",\"scale_y_start\":\"0.9\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":\"1\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":\"1\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"split_in_extratime\":-10,\"split_out_extratime\":-10,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}},{\"text\":\"CLOTHES THAT<br \\/>\\nSUITS YOU\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":[],\"unique_id\":2,\"left\":{\"desktop\":0},\"top\":{\"desktop\":-30},\"internal_class\":\"\",\"hover\":false,\"alias\":\"CLOTHES THATSUITS YO...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"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\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_end\":\"last\",\"speed\":1000,\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"mfnrs_tailor_large_light\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":700,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":-1,\"height\":-1,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"60px\"},\"line-height\":{\"desktop\":\"60px\"},\"font-weight\":{\"desktop\":\"700\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"deformation\":{\"font-family\":\"Montserrat\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"center\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":\"1\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":\"1\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"split_in_extratime\":-10,\"split_out_extratime\":-10,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}},{\"style\":\"\",\"text\":\"Image 3\",\"type\":\"image\",\"image_url\":\"http:\\/\\/74.124.197.205\\/~ruthsnut\\/wp-content\\/uploads\\/revslider\\/tailor\\/home_tailor_slider_sep.png\",\"scaleX\":{\"desktop\":\"481px\"},\"scaleY\":{\"desktop\":\"1px\"},\"originalWidth\":481,\"originalHeight\":1,\"special_type\":null,\"subtype\":\"\",\"specialsettings\":[],\"unique_id\":3,\"left\":{\"desktop\":0},\"top\":{\"desktop\":58},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Line\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"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\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0px\",\"mask_y_start\":\"[100%]\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"SmoothSlideFromBottom\",\"easing\":\"Power4.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"5\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_end\":\"last\",\"speed\":2000,\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":900,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":481,\"height\":1,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"[100%]\",\"z_start\":\"0\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"0deg\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"1\",\"scale_y_start\":\"1\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":\"1\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":\"1\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":2,\"split_in_extratime\":-5,\"split_out_extratime\":-10,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}},{\"text\":\"Lorem ipsum dolor mit samet\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":[],\"unique_id\":4,\"left\":{\"desktop\":0},\"top\":{\"desktop\":100},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Lorem ipsum dolor mi...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"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\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_end\":\"last\",\"speed\":1000,\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"mfnrs_tailor_medium_light\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":1100,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":-1,\"height\":-1,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"18px\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"deformation\":{\"font-family\":\"PT Serif\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"italic\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"left\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":\"1\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":\"1\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":3,\"split_in_extratime\":-10,\"split_out_extratime\":-10,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]}}]','[\"\"]'),(2,2,1,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#4f4f4f\",\"0\":\"Clear\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"http:\\/\\/74.124.197.205\\/~ruthsnut\\/wp-content\\/uploads\\/revslider\\/tailor\\/home_tailor_video.mp4\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"http:\\/\\/74.124.197.205\\/~ruthsnut\\/wp-content\\/uploads\\/revslider\\/tailor\\/home_tailor_video.ogv\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"title_option\":\"media_library\",\"title_attr\":\"\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"loop\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"title\":\"Slide\",\"delay\":\"\",\"stoponpurpose\":\"false\",\"invisibleslide\":\"false\",\"state\":\"published\",\"hideslideafter\":\"0\",\"hideslideonmobile\":\"off\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"http:\\/\\/74.124.197.205\\/~ruthsnut\\/wp-content\\/\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"300\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"ph-round-arrows-bg-color-custom-slide\":\"off\",\"ph-round-arrows-bg-color-custom\":\"0,0,0,0.5\",\"ph-round-arrows-bg-size-custom-slide\":\"off\",\"ph-round-arrows-bg-size-custom\":\"40\",\"ph-round-arrows-arrow-color-color-slide\":\"off\",\"ph-round-arrows-arrow-color-color\":\"#ffffff\",\"ph-round-arrows-arrow-size-custom-slide\":\"off\",\"ph-round-arrows-arrow-size-custom\":\"20\",\"ph-round-arrows-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-arrows-hover-bg-color-color-rgba\":\"#000000\",\"ph-round-bullets-bullet-size-custom-slide\":\"off\",\"ph-round-bullets-bullet-size-custom\":\"12\",\"ph-round-bullets-bullet-bg-top-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-top-color\":\"#999999\",\"ph-round-bullets-bullet-bg-bottom-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-bottom-color\":\"#e1e1e1\",\"ph-round-bullets-border-color-color-slide\":\"off\",\"ph-round-bullets-border-color-color\":\"#e5e5e5\",\"ph-round-bullets-border-size-custom-slide\":\"off\",\"ph-round-bullets-border-size-custom\":\"3\",\"ph-round-bullets-hover-bullet-bg-color-slide\":\"off\",\"ph-round-bullets-hover-bullet-bg-color\":\"#666666\",\"ph-round-tabs-font-family-font_family-slide\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"ph-round-tabs-border-color-color-rgba-slide\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-border-size-custom-slide\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-image-size-custom-slide\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-param1-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-param1-size-custom-slide\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-bgcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-contentcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-param2-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"0,0,0,0\",\"ph-round-tabs-param2-size-custom-slide\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"ph-round-thumbs-title-bg-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-bg-color-rgba\":\"rgba(0,0,0,0.85)\",\"ph-round-thumbs-title-color-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-color-color-rgba\":\"#ffffff\",\"ph-round-thumbs-title-font-size-custom-slide\":\"off\",\"ph-round-thumbs-title-font-size-custom\":\"12\",\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#4f4f4f\",\"slide_bg_external\":\"\",\"image\":\"http:\\/\\/74.124.197.205\\/~ruthsnut\\/wp-content\\/uploads\\/2016\\/07\\/Health-Journey-01-cropped.jpg\",\"image_id\":\"195\"}','[{\"text\":\"RUTH\'S <br>\\nNUTRITION\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":[],\"unique_id\":2,\"left\":{\"desktop\":53},\"top\":{\"desktop\":-139},\"internal_class\":\"\",\"hover\":false,\"alias\":\"CLOTHES THATSUITS YO...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"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\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_end\":\"last\",\"speed\":1000,\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"very_large_text\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":700,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":489,\"height\":160,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"80px\"},\"line-height\":{\"desktop\":\"80px\"},\"font-weight\":{\"desktop\":\"700\"},\"color\":{\"desktop\":\"#fff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"deformation\":{\"font-family\":\"Arial\",\"padding\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"center\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":\"1\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":\"1\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"split_in_extratime\":-10,\"split_out_extratime\":-10,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"inline\":{\"idle\":{\"color\":\"#FFF\",\"font-size\":\"80px\",\"line-height\":\"80px\",\"font-weight\":\"800\",\"text-shadow\":\"4px 4px 8px rgba(0, 0, 0, 0.8)\"}}},{\"style\":\"\",\"text\":\"Image 3\",\"type\":\"image\",\"image_url\":\"http:\\/\\/74.124.197.205\\/~ruthsnut\\/wp-content\\/uploads\\/revslider\\/tailor\\/home_tailor_slider_sep.png\",\"scaleX\":{\"desktop\":\"481px\"},\"scaleY\":{\"desktop\":\"1px\"},\"originalWidth\":481,\"originalHeight\":1,\"special_type\":null,\"subtype\":\"\",\"specialsettings\":[],\"unique_id\":3,\"left\":{\"desktop\":12},\"top\":{\"desktop\":-55},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Line\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"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\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0px\",\"mask_y_start\":\"[100%]\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"SmoothSlideFromBottom\",\"easing\":\"Power4.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"5\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_end\":\"last\",\"speed\":2000,\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":900,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":481,\"height\":1,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"[100%]\",\"z_start\":\"0\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"0deg\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"1\",\"scale_y_start\":\"1\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"center\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":\"1\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":\"1\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"split_in_extratime\":-5,\"split_out_extratime\":-10,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"text\":\"Your journey to health starts here\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":[],\"unique_id\":4,\"left\":{\"desktop\":61},\"top\":{\"desktop\":-24},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Lorem ipsum dolor mi...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"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\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_end\":\"last\",\"speed\":1000,\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"mfnrs_tailor_medium_light\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":1100,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":706,\"height\":22,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"45px\"},\"line-height\":{\"desktop\":\"22px\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"deformation\":{\"font-family\":\"PT Serif\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"italic\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"center\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":\"1\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":\"1\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":2,\"split_in_extratime\":-10,\"split_out_extratime\":-10,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"inline\":{\"idle\":{\"color\":\"#FFF\",\"font-size\":\"45px\",\"line-height\":\"45px\",\"font-weight\":\"400\",\"text-shadow\":\"4px 4px 8px rgba(0, 0, 0, 0.8)\"}}}]','\"\"'),(3,3,1,'{\"background_type\":\"image\",\"rs-gallery-type\":\"gallery\",\"bg_external\":\"\",\"bg_color\":\"#4f4f4f\",\"0\":\"Clear\",\"slide_bg_youtube\":\"\",\"slide_bg_vimeo\":\"\",\"slide_bg_html_mpeg\":\"http:\\/\\/mitziconnell.com\\/demo18\\/wp-content\\/uploads\\/revslider\\/tailor\\/home_tailor_video.mp4\",\"slide_bg_html_webm\":\"\",\"slide_bg_html_ogv\":\"http:\\/\\/mitziconnell.com\\/demo18\\/wp-content\\/uploads\\/revslider\\/tailor\\/home_tailor_video.ogv\",\"image_source_type\":\"full\",\"alt_option\":\"media_library\",\"alt_attr\":\"\",\"ext_width\":\"1920\",\"ext_height\":\"1080\",\"title_option\":\"media_library\",\"title_attr\":\"\",\"video_force_cover\":\"on\",\"video_dotted_overlay\":\"none\",\"video_ratio\":\"16:9\",\"video_start_at\":\"\",\"video_end_at\":\"\",\"video_loop\":\"loop\",\"video_nextslide\":\"off\",\"video_force_rewind\":\"on\",\"video_mute\":\"on\",\"video_volume\":\"\",\"video_speed\":\"1\",\"video_arguments\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"video_arguments_vim\":\"title=0&byline=0&portrait=0&api=1\",\"bg_fit\":\"cover\",\"bg_fit_x\":\"100\",\"bg_fit_y\":\"100\",\"bg_position\":\"center center\",\"bg_position_x\":\"0\",\"bg_position_y\":\"0\",\"bg_repeat\":\"no-repeat\",\"kenburn_effect\":\"off\",\"kb_start_fit\":\"100\",\"kb_end_fit\":\"100\",\"kb_start_offset_x\":\"0\",\"kb_end_offset_x\":\"0\",\"kb_start_offset_y\":\"0\",\"kb_end_offset_y\":\"0\",\"kb_start_rotate\":\"0\",\"kb_end_rotate\":\"0\",\"kb_easing\":\"Linear.easeNone\",\"kb_duration\":\"10000\",\"title\":\"Slide\",\"delay\":\"\",\"stoponpurpose\":\"false\",\"invisibleslide\":\"false\",\"state\":\"published\",\"hideslideafter\":\"0\",\"hideslideonmobile\":\"off\",\"date_from\":\"\",\"date_to\":\"\",\"save_performance\":\"off\",\"slide_thumb\":\"http:\\/\\/mitziconnell.com\\/demo18\\/wp-content\\/\",\"thumb_dimension\":\"slider\",\"thumb_for_admin\":\"off\",\"slide_transition\":[\"fade\"],\"slot_amount\":[\"default\"],\"transition_rotation\":[\"0\"],\"transition_duration\":[\"300\"],\"transition_ease_in\":[\"default\"],\"transition_ease_out\":[\"default\"],\"ph-round-arrows-bg-color-custom-slide\":\"off\",\"ph-round-arrows-bg-color-custom\":\"0,0,0,0.5\",\"ph-round-arrows-bg-size-custom-slide\":\"off\",\"ph-round-arrows-bg-size-custom\":\"40\",\"ph-round-arrows-arrow-color-color-slide\":\"off\",\"ph-round-arrows-arrow-color-color\":\"#ffffff\",\"ph-round-arrows-arrow-size-custom-slide\":\"off\",\"ph-round-arrows-arrow-size-custom\":\"20\",\"ph-round-arrows-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-arrows-hover-bg-color-color-rgba\":\"#000000\",\"ph-round-bullets-bullet-size-custom-slide\":\"off\",\"ph-round-bullets-bullet-size-custom\":\"12\",\"ph-round-bullets-bullet-bg-top-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-top-color\":\"#999999\",\"ph-round-bullets-bullet-bg-bottom-color-slide\":\"off\",\"ph-round-bullets-bullet-bg-bottom-color\":\"#e1e1e1\",\"ph-round-bullets-border-color-color-slide\":\"off\",\"ph-round-bullets-border-color-color\":\"#e5e5e5\",\"ph-round-bullets-border-size-custom-slide\":\"off\",\"ph-round-bullets-border-size-custom\":\"3\",\"ph-round-bullets-hover-bullet-bg-color-slide\":\"off\",\"ph-round-bullets-hover-bullet-bg-color\":\"#666666\",\"ph-round-tabs-font-family-font_family-slide\":\"off\",\"ph-round-tabs-font-family-font_family\":\"Roboto\",\"ph-round-tabs-border-color-color-rgba-slide\":\"off\",\"ph-round-tabs-border-color-color-rgba\":\"#e5e5e5\",\"ph-round-tabs-border-size-custom-slide\":\"off\",\"ph-round-tabs-border-size-custom\":\"1\",\"ph-round-tabs-image-size-custom-slide\":\"off\",\"ph-round-tabs-image-size-custom\":\"60\",\"ph-round-tabs-param1-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param1-color-color-rgba\":\"rgba(51,51,51,0.5)\",\"ph-round-tabs-param1-size-custom-slide\":\"off\",\"ph-round-tabs-param1-size-custom\":\"12\",\"ph-round-tabs-hover-bg-color-color-rgba-slide\":\"off\",\"ph-round-tabs-hover-bg-color-color-rgba\":\"#eeeeee\",\"ph-round-tabs-bgcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-bgcolor-color-rgba\":\"rgba(0,0,0,0)\",\"ph-round-tabs-contentcolor-color-rgba-slide\":\"off\",\"ph-round-tabs-contentcolor-color-rgba\":\"#333333\",\"ph-round-tabs-param2-color-color-rgba-slide\":\"off\",\"ph-round-tabs-param2-color-color-rgba\":\"0,0,0,0\",\"ph-round-tabs-param2-size-custom-slide\":\"off\",\"ph-round-tabs-param2-size-custom\":\"14\",\"ph-round-thumbs-title-bg-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-bg-color-rgba\":\"rgba(0,0,0,0.85)\",\"ph-round-thumbs-title-color-color-rgba-slide\":\"off\",\"ph-round-thumbs-title-color-color-rgba\":\"#ffffff\",\"ph-round-thumbs-title-font-size-custom-slide\":\"off\",\"ph-round-thumbs-title-font-size-custom\":\"12\",\"params_1\":\"\",\"params_1_chars\":\"10\",\"params_2\":\"\",\"params_2_chars\":\"10\",\"params_3\":\"\",\"params_3_chars\":\"10\",\"params_4\":\"\",\"params_4_chars\":\"10\",\"params_5\":\"\",\"params_5_chars\":\"10\",\"params_6\":\"\",\"params_6_chars\":\"10\",\"params_7\":\"\",\"params_7_chars\":\"10\",\"params_8\":\"\",\"params_8_chars\":\"10\",\"params_9\":\"\",\"params_9_chars\":\"10\",\"params_10\":\"\",\"params_10_chars\":\"10\",\"slide_description\":\"\",\"class_attr\":\"\",\"id_attr\":\"\",\"data_attr\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_bg_color\":\"#4f4f4f\",\"slide_bg_external\":\"\",\"image\":\"https:\\/\\/ruthsnutrition.gsg-host.com\\/wp-content\\/uploads\\/revslider\\/ruths-homepage1\\/Health-Journey-01-cropped.jpg\",\"0\":\"Clear\",\"image_id\":\"717\"}','[{\"text\":\"RUTH\'S <br>\\nNUTRITION\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":2,\"left\":{\"desktop\":53},\"top\":{\"desktop\":-139},\"internal_class\":\"\",\"hover\":false,\"alias\":\"CLOTHES THATSUITS YO...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"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\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_end\":\"last\",\"speed\":1000,\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"very_large_text\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":700,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":489,\"height\":160,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"80px\"},\"line-height\":{\"desktop\":\"80px\"},\"font-weight\":{\"desktop\":\"700\"},\"color\":{\"desktop\":\"#fff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"deformation\":{\"font-family\":\"Arial\",\"padding\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"center\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":\"1\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":\"1\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":0,\"split_in_extratime\":-10,\"split_out_extratime\":-10,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"inline\":{\"idle\":{\"color\":\"#FFF\",\"font-size\":\"80px\",\"line-height\":\"80px\",\"font-weight\":\"800\",\"text-shadow\":\"4px 4px 8px rgba(0, 0, 0, 0.8)\"}},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"style\":\"\",\"text\":\"Image 3\",\"type\":\"image\",\"image_url\":\"http:\\/\\/74.124.197.205\\/~ruthsnut\\/wp-content\\/uploads\\/revslider\\/ruths-homepage1\\/home_tailor_slider_sep.png\",\"scaleX\":{\"desktop\":\"481px\"},\"scaleY\":{\"desktop\":\"1px\"},\"originalWidth\":481,\"originalHeight\":1,\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":3,\"left\":{\"desktop\":12},\"top\":{\"desktop\":-55},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Line\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"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\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0px\",\"mask_y_start\":\"[100%]\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"SmoothSlideFromBottom\",\"easing\":\"Power4.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"5\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_end\":\"last\",\"speed\":2000,\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":900,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":481,\"height\":1,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"20\"},\"line-height\":{\"desktop\":\"22\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"[100%]\",\"z_start\":\"0\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"0deg\",\"y_rotate_start\":\"0\",\"z_rotate_start\":\"0\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"1\",\"scale_y_start\":\"1\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"0\",\"skew_y_start\":\"0\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"deformation\":{\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"normal\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"center\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":\"1\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":\"1\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":1,\"split_in_extratime\":-5,\"split_out_extratime\":-10,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"},{\"text\":\"Your journey to health starts here\",\"type\":\"text\",\"special_type\":null,\"subtype\":\"\",\"specialsettings\":{},\"unique_id\":4,\"left\":{\"desktop\":61},\"top\":{\"desktop\":-24},\"internal_class\":\"\",\"hover\":false,\"alias\":\"Lorem ipsum dolor mi...\",\"loop_animation\":\"none\",\"loop_easing\":\"linearEaseNone\",\"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\",\"html_tag\":\"div\",\"mask_start\":false,\"mask_end\":false,\"x_start_reverse\":false,\"y_start_reverse\":false,\"x_end_reverse\":false,\"y_end_reverse\":false,\"x_rotate_start_reverse\":false,\"y_rotate_start_reverse\":false,\"z_rotate_start_reverse\":false,\"x_rotate_end_reverse\":false,\"y_rotate_end_reverse\":false,\"z_rotate_end_reverse\":false,\"scale_x_start_reverse\":false,\"scale_y_start_reverse\":false,\"scale_x_end_reverse\":false,\"scale_y_end_reverse\":false,\"skew_x_start_reverse\":false,\"skew_y_start_reverse\":false,\"skew_x_end_reverse\":false,\"skew_y_end_reverse\":false,\"mask_x_start_reverse\":false,\"mask_y_start_reverse\":false,\"mask_x_end_reverse\":false,\"mask_y_end_reverse\":false,\"mask_x_start\":\"0\",\"mask_y_start\":\"0\",\"mask_x_end\":\"0\",\"mask_y_end\":\"0\",\"mask_speed_end\":\"inherit\",\"mask_ease_end\":\"inherit\",\"alt_option\":\"media_library\",\"alt\":\"\",\"animation\":\"tp-fade\",\"easing\":\"Power2.easeInOut\",\"split\":\"none\",\"endsplit\":\"none\",\"splitdelay\":\"10\",\"endsplitdelay\":\"10\",\"max_height\":{\"desktop\":\"auto\"},\"max_width\":{\"desktop\":\"auto\"},\"video_width\":{\"desktop\":\"480\"},\"video_height\":{\"desktop\":\"360\"},\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"whitespace\":{\"desktop\":\"nowrap\"},\"static_end\":\"last\",\"speed\":1000,\"align_hor\":{\"desktop\":\"center\"},\"align_vert\":{\"desktop\":\"middle\"},\"hiddenunder\":false,\"resizeme\":true,\"seo-optimized\":false,\"link_slide\":\"nothing\",\"scrollunder_offset\":\"\",\"style\":\"mfnrs_tailor_medium_light\",\"visible-desktop\":true,\"visible-notebook\":true,\"visible-tablet\":true,\"visible-mobile\":true,\"resize-full\":true,\"show-on-hover\":false,\"basealign\":\"grid\",\"responsive_offset\":true,\"lazy-load\":\"auto\",\"image-size\":\"auto\",\"time\":1100,\"endspeed\":300,\"endtime\":9300,\"endanimation\":\"fadeout\",\"endeasing\":\"nothing\",\"width\":706,\"height\":22,\"cover_mode\":\"custom\",\"static_styles\":{\"font-size\":{\"desktop\":\"45px\"},\"line-height\":{\"desktop\":\"22px\"},\"font-weight\":{\"desktop\":\"400\"},\"color\":{\"desktop\":\"#ffffff\"}},\"x_start\":\"inherit\",\"y_start\":\"inherit\",\"z_start\":\"inherit\",\"x_end\":\"inherit\",\"y_end\":\"inherit\",\"z_end\":\"inherit\",\"opacity_start\":\"0\",\"opacity_end\":\"0\",\"x_rotate_start\":\"inherit\",\"y_rotate_start\":\"inherit\",\"z_rotate_start\":\"inherit\",\"x_rotate_end\":\"inherit\",\"y_rotate_end\":\"inherit\",\"z_rotate_end\":\"inherit\",\"scale_x_start\":\"inherit\",\"scale_y_start\":\"inherit\",\"scale_x_end\":\"inherit\",\"scale_y_end\":\"inherit\",\"skew_x_start\":\"inherit\",\"skew_y_start\":\"inherit\",\"skew_x_end\":\"inherit\",\"skew_y_end\":\"inherit\",\"deformation\":{\"font-family\":\"PT Serif\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"font-style\":\"italic\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"text-align\":\"center\",\"text-transform\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"},\"svg\":{\"svgstroke-color\":\"transparent\",\"svgstroke-transparency\":\"1\",\"svgstroke-dasharray\":\"0\",\"svgstroke-dashoffset\":\"0\",\"svgstroke-width\":\"0\",\"svgstroke-hover-color\":\"transparent\",\"svgstroke-hover-transparency\":\"1\",\"svgstroke-hover-dasharray\":\"0\",\"svgstroke-hover-dashoffset\":\"0\",\"svgstroke-hover-width\":\"0\"},\"deformation-hover\":{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"x\":0,\"y\":0,\"z\":0,\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":0,\"yrotate\":0,\"2d_rotation\":0,\"2d_origin_x\":50,\"2d_origin_y\":50,\"speed\":\"0\",\"zindex\":\"auto\",\"easing\":\"Linear.easeNone\",\"css_cursor\":\"auto\"},\"visible\":true,\"animation_overwrite\":\"wait\",\"trigger_memory\":\"keep\",\"serial\":2,\"split_in_extratime\":-10,\"split_out_extratime\":-10,\"endWithSlide\":true,\"toggle\":false,\"toggle_use_hover\":false,\"texttoggle\":\"\",\"scaleX\":{\"desktop\":\"\"},\"scaleY\":{\"desktop\":\"\"},\"autolinebreak\":false,\"scaleProportional\":false,\"attrID\":\"\",\"attrClasses\":\"\",\"attrTitle\":\"\",\"attrRel\":\"\",\"layer-selectable\":\"default\",\"layer_action\":{\"tooltip_event\":[],\"action\":[],\"image_link\":[],\"link_open_in\":[],\"jump_to_slide\":[],\"scrollunder_offset\":[],\"actioncallback\":[],\"layer_target\":[],\"link_type\":[],\"action_delay\":[],\"toggle_layer_type\":[],\"toggle_class\":[]},\"inline\":{\"idle\":{\"color\":\"#FFF\",\"font-size\":\"45px\",\"line-height\":\"45px\",\"font-weight\":\"400\",\"text-shadow\":\"4px 4px 8px rgba(0, 0, 0, 0.8)\"}},\"parallax_layer_ddd_zlevel\":\"front\",\"mask_speed_start\":\"inherit\",\"mask_ease_start\":\"inherit\",\"link\":\"\",\"link_open_in\":\"same\",\"pers_start\":\"inherit\",\"pers_end\":\"inherit\"}]','\"\"');
/*!40000 ALTER TABLE `wp3l_revslider_slides_bkp` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp3l_revslider_static_slides`
--

DROP TABLE IF EXISTS `wp3l_revslider_static_slides`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp3l_revslider_static_slides` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `slider_id` int(9) NOT NULL,
  `params` longtext NOT NULL,
  `layers` longtext NOT NULL,
  `settings` text NOT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp3l_revslider_static_slides`
--

LOCK TABLES `wp3l_revslider_static_slides` WRITE;
/*!40000 ALTER TABLE `wp3l_revslider_static_slides` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp3l_revslider_static_slides` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp3l_revslider_static_slides_bkp`
--

DROP TABLE IF EXISTS `wp3l_revslider_static_slides_bkp`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp3l_revslider_static_slides_bkp` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `slider_id` int(9) NOT NULL,
  `params` longtext NOT NULL,
  `layers` longtext NOT NULL,
  `settings` text NOT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp3l_revslider_static_slides_bkp`
--

LOCK TABLES `wp3l_revslider_static_slides_bkp` WRITE;
/*!40000 ALTER TABLE `wp3l_revslider_static_slides_bkp` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp3l_revslider_static_slides_bkp` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp3l_term_relationships`
--

DROP TABLE IF EXISTS `wp3l_term_relationships`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp3l_term_relationships` (
  `object_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `term_order` int(11) NOT NULL DEFAULT 0,
  PRIMARY KEY (`object_id`,`term_taxonomy_id`),
  KEY `term_taxonomy_id` (`term_taxonomy_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp3l_term_relationships`
--

LOCK TABLES `wp3l_term_relationships` WRITE;
/*!40000 ALTER TABLE `wp3l_term_relationships` DISABLE KEYS */;
INSERT INTO `wp3l_term_relationships` VALUES (1,1,0),(86,2,0),(89,2,0),(93,2,0),(95,2,0),(103,2,0),(145,3,0),(145,4,0),(145,5,0),(145,6,0),(150,3,0),(150,4,0),(150,5,0),(150,6,0),(150,12,0),(152,6,0),(154,6,0),(221,17,0),(222,7,0),(223,7,0),(421,10,0),(424,10,0),(425,10,0),(463,11,0),(470,11,0),(471,11,0),(472,11,0),(473,11,0),(474,11,0),(475,11,0),(476,11,0),(531,2,0),(532,2,0),(533,2,0),(534,2,0),(535,2,0),(536,2,0),(537,2,0),(538,2,0),(539,2,0),(540,2,0),(683,13,0),(690,14,0),(692,16,0),(695,15,0),(825,3,0),(825,5,0),(825,18,0),(833,3,0),(833,6,0),(833,12,0),(838,3,0),(838,4,0),(838,12,0),(838,18,0),(844,19,0),(844,20,0),(851,3,0),(851,4,0),(856,19,0),(856,20,0),(858,3,0),(858,4,0),(858,21,0),(865,3,0),(865,4,0),(865,18,0),(865,21,0),(878,3,0),(878,6,0),(878,18,0),(878,21,0),(884,3,0),(884,4,0),(884,6,0),(884,18,0),(884,22,0),(900,3,0),(900,4,0),(900,6,0),(900,21,0),(900,23,0),(906,3,0),(906,4,0),(906,6,0),(906,18,0),(906,21,0),(906,23,0),(906,24,0),(914,3,0),(914,4,0),(914,6,0),(914,12,0),(914,19,0),(914,21,0),(914,23,0),(925,3,0),(925,6,0),(925,25,0),(930,3,0),(930,4,0),(930,6,0),(930,23,0),(933,3,0),(933,6,0),(933,12,0),(933,20,0),(933,24,0),(933,25,0),(933,26,0),(937,3,0),(937,4,0),(937,6,0),(937,21,0),(937,23,0),(937,27,0),(940,12,0),(940,18,0),(940,19,0),(940,20,0),(943,3,0),(943,6,0),(943,12,0),(943,24,0),(947,6,0),(947,12,0),(947,19,0),(947,20,0),(947,25,0),(947,28,0),(951,3,0),(951,20,0),(951,25,0),(951,27,0),(951,29,0),(956,3,0),(956,6,0),(956,18,0),(956,25,0),(956,26,0),(956,28,0),(956,30,0),(956,31,0),(965,3,0),(965,21,0),(965,22,0),(965,24,0),(965,25,0),(965,27,0),(965,32,0),(968,3,0),(968,6,0),(968,12,0),(968,19,0),(968,20,0),(968,24,0),(972,3,0),(972,21,0),(972,22,0),(972,24,0),(972,32,0),(979,6,0),(979,12,0),(979,19,0),(979,20,0),(979,25,0),(979,28,0),(979,30,0),(984,3,0),(984,6,0),(984,12,0),(984,19,0),(984,20,0),(984,24,0),(984,26,0),(984,27,0),(984,28,0),(988,3,0),(988,6,0),(988,20,0),(988,24,0),(988,25,0),(988,26,0),(988,27,0),(988,33,0),(997,3,0),(997,5,0),(997,12,0),(997,19,0),(997,21,0),(997,24,0),(997,25,0),(997,26,0),(997,33,0),(997,34,0),(997,36,0),(997,37,0),(999,3,0),(999,5,0),(999,12,0),(999,19,0),(999,20,0),(999,24,0),(999,29,0),(999,35,0),(999,36,0),(999,37,0),(1002,3,0),(1002,24,0),(1002,25,0),(1002,27,0),(1002,35,0),(1002,38,0),(1008,3,0),(1008,4,0),(1008,12,0),(1008,19,0),(1008,20,0),(1008,24,0),(1008,25,0),(1008,28,0),(1008,34,0),(1008,36,0),(1008,37,0),(1011,3,0),(1011,5,0),(1011,21,0),(1011,24,0),(1011,33,0),(1011,35,0),(1011,37,0),(1011,38,0),(1011,39,0),(1016,3,0),(1016,4,0),(1016,6,0),(1016,12,0),(1016,19,0),(1016,20,0),(1016,24,0),(1016,26,0),(1016,33,0),(1016,36,0),(1016,37,0),(1016,38,0),(1019,3,0),(1019,24,0),(1019,29,0),(1019,35,0),(1019,37,0),(1019,38,0),(1024,3,0),(1024,21,0),(1024,24,0),(1024,32,0),(1033,3,0),(1033,24,0),(1033,35,0),(1033,37,0),(1033,38,0),(1033,40,0),(1040,3,0),(1040,4,0),(1040,5,0),(1040,21,0),(1040,23,0),(1040,24,0),(1040,32,0),(1040,41,0),(1051,6,0),(1051,12,0),(1051,19,0),(1051,20,0),(1051,25,0),(1051,28,0),(1051,30,0),(1060,3,0),(1060,4,0),(1060,6,0),(1060,23,0),(1060,24,0),(1060,37,0),(1060,38,0),(1060,39,0),(1069,3,0),(1069,4,0),(1069,6,0),(1069,12,0),(1069,19,0),(1069,20,0),(1069,23,0),(1069,24,0),(1069,25,0),(1069,26,0),(1069,28,0),(1069,33,0),(1069,36,0),(1069,37,0),(1069,38,0),(1071,3,0),(1071,4,0),(1071,22,0),(1071,24,0),(1071,39,0),(1071,42,0),(1075,3,0),(1075,4,0),(1075,21,0),(1075,32,0),(1075,33,0),(1075,41,0),(1075,42,0),(1088,3,0),(1088,4,0),(1088,6,0),(1088,12,0),(1088,19,0),(1088,20,0),(1088,22,0),(1088,23,0),(1088,24,0),(1088,25,0),(1088,36,0),(1088,37,0),(1088,38,0),(1091,3,0),(1091,5,0),(1091,12,0),(1091,19,0),(1091,20,0),(1091,24,0),(1091,27,0),(1091,29,0),(1091,36,0),(1091,37,0),(1095,3,0),(1095,21,0),(1095,24,0),(1095,32,0),(1095,34,0),(1098,3,0),(1098,12,0),(1098,19,0),(1098,20,0),(1098,21,0),(1098,24,0),(1098,25,0),(1098,28,0),(1098,32,0),(1098,34,0),(1101,3,0),(1101,4,0),(1101,24,0),(1101,26,0),(1101,34,0),(1101,43,0),(1108,19,0),(1108,20,0),(1111,3,0),(1111,4,0),(1111,24,0),(1111,32,0),(1111,34,0),(1111,39,0),(1114,3,0),(1114,21,0),(1114,24,0),(1114,27,0),(1114,39,0),(1118,3,0),(1118,4,0),(1118,12,0),(1118,18,0),(1118,19,0),(1118,20,0),(1118,21,0),(1118,24,0),(1118,25,0),(1118,28,0),(1118,29,0),(1118,32,0),(1118,34,0),(1118,42,0),(1118,43,0),(1120,3,0),(1120,4,0),(1120,21,0),(1120,23,0),(1120,24,0),(1120,25,0),(1120,27,0),(1120,32,0),(1120,41,0),(1125,3,0),(1125,4,0),(1125,5,0),(1125,21,0),(1125,24,0),(1125,32,0),(1125,34,0),(1125,39,0),(1125,44,0),(1129,3,0),(1129,4,0),(1129,12,0),(1129,19,0),(1129,20,0),(1129,21,0),(1129,24,0),(1129,25,0),(1129,26,0),(1129,28,0),(1129,29,0),(1129,32,0),(1129,34,0),(1129,38,0),(1129,40,0),(1129,42,0),(1129,43,0),(1132,3,0),(1132,4,0),(1132,6,0),(1132,21,0),(1132,23,0),(1132,24,0),(1132,25,0),(1132,27,0),(1132,32,0),(1132,34,0),(1132,40,0),(1132,41,0),(1132,42,0),(1138,3,0),(1138,4,0),(1138,21,0),(1138,24,0),(1138,32,0),(1138,38,0),(1138,42,0),(1145,3,0),(1145,4,0),(1145,12,0),(1145,19,0),(1145,20,0),(1145,21,0),(1145,24,0),(1145,25,0),(1145,28,0),(1145,32,0),(1145,33,0),(1145,38,0),(1145,39,0),(1145,40,0),(1145,42,0),(1145,43,0),(1147,3,0),(1147,4,0),(1147,21,0),(1147,24,0),(1147,33,0),(1147,38,0),(1147,39,0),(1147,42,0),(1152,3,0),(1152,4,0),(1152,21,0),(1152,24,0),(1152,39,0),(1155,3,0),(1155,4,0),(1155,6,0),(1155,12,0),(1155,19,0),(1155,20,0),(1155,21,0),(1155,24,0),(1155,25,0),(1155,29,0),(1155,30,0),(1155,32,0),(1155,33,0),(1155,35,0),(1155,37,0),(1155,38,0),(1155,39,0),(1155,40,0),(1155,42,0),(1155,43,0),(1158,3,0),(1158,4,0),(1158,20,0),(1158,24,0),(1158,28,0),(1158,29,0),(1162,3,0),(1162,4,0),(1162,18,0),(1162,24,0),(1162,35,0),(1162,37,0),(1162,38,0),(1162,39,0),(1162,41,0),(1162,42,0),(1166,3,0),(1166,4,0),(1166,5,0),(1166,20,0),(1166,21,0),(1166,24,0),(1166,32,0),(1166,34,0),(1166,35,0),(1166,37,0),(1166,38,0),(1166,39,0),(1166,40,0),(1166,42,0),(1166,44,0),(1169,3,0),(1169,4,0),(1169,12,0),(1169,19,0),(1169,20,0),(1169,24,0),(1169,25,0),(1169,28,0),(1169,29,0),(1169,33,0),(1169,34,0),(1169,35,0),(1169,37,0),(1169,38,0),(1169,39,0),(1169,41,0),(1169,42,0),(1172,3,0),(1172,4,0),(1172,6,0),(1172,12,0),(1172,19,0),(1172,20,0),(1172,21,0),(1172,24,0),(1172,25,0),(1172,29,0),(1172,30,0),(1172,32,0),(1172,33,0),(1172,34,0),(1172,35,0),(1172,37,0),(1172,38,0),(1172,39,0),(1172,40,0),(1172,41,0),(1172,42,0),(1172,43,0),(1175,3,0),(1175,21,0),(1175,24,0),(1175,34,0),(1175,35,0),(1175,36,0),(1176,3,0),(1176,4,0),(1176,5,0),(1176,20,0),(1176,21,0),(1176,24,0),(1176,32,0),(1176,37,0),(1176,38,0),(1176,39,0),(1176,40,0),(1181,3,0),(1181,20,0),(1181,25,0),(1181,29,0),(1181,37,0),(1186,3,0),(1186,4,0),(1186,19,0),(1186,20,0),(1186,22,0),(1186,24,0),(1186,39,0),(1186,41,0),(1192,3,0),(1192,4,0),(1192,18,0),(1192,21,0),(1192,22,0),(1192,24,0),(1192,31,0),(1192,37,0),(1192,39,0),(1192,45,0),(1196,3,0),(1196,4,0),(1196,5,0),(1196,21,0),(1196,23,0),(1196,24,0),(1196,37,0),(1196,38,0),(1196,42,0),(1201,3,0),(1201,4,0),(1201,5,0),(1201,20,0),(1201,24,0),(1201,32,0),(1201,35,0),(1201,37,0),(1201,38,0),(1201,39,0),(1201,40,0),(1201,41,0),(1205,3,0),(1205,4,0),(1205,6,0),(1205,24,0),(1205,25,0),(1205,32,0),(1205,34,0),(1205,43,0),(1209,3,0),(1209,4,0),(1209,5,0),(1209,20,0),(1209,24,0),(1209,25,0),(1209,27,0),(1209,30,0),(1209,32,0),(1209,34,0),(1209,35,0),(1209,37,0),(1209,38,0),(1209,39,0),(1209,40,0),(1214,3,0),(1214,4,0),(1214,5,0),(1214,6,0),(1214,21,0),(1214,24,0),(1214,34,0),(1214,38,0),(1214,39,0),(1214,40,0),(1220,3,0),(1220,4,0),(1220,5,0),(1220,6,0),(1220,21,0),(1220,24,0),(1220,34,0),(1220,38,0),(1220,39,0),(1220,40,0),(1223,3,0),(1223,4,0),(1223,5,0),(1223,6,0),(1223,21,0),(1223,24,0),(1223,34,0),(1223,38,0),(1223,39,0),(1223,40,0),(1236,3,0),(1236,5,0),(1236,24,0),(1236,34,0),(1236,35,0),(1236,37,0),(1236,38,0),(1236,39,0),(1236,40,0),(1236,44,0),(1249,3,0),(1249,4,0),(1249,6,0),(1249,24,0),(1249,25,0),(1249,26,0),(1249,35,0),(1249,38,0),(1249,39,0),(1249,40,0),(1249,42,0),(1259,3,0),(1259,4,0),(1259,5,0),(1259,18,0),(1259,20,0),(1259,24,0),(1259,26,0),(1259,32,0),(1259,34,0),(1259,38,0),(1259,39,0),(1259,40,0),(1259,42,0),(1266,6,0),(1266,12,0),(1266,20,0),(1266,25,0),(1266,28,0),(1268,3,0),(1268,4,0),(1268,5,0),(1268,18,0),(1268,25,0),(1268,26,0),(1268,28,0),(1268,30,0),(1268,31,0),(1268,32,0),(1268,34,0),(1268,35,0),(1268,38,0),(1268,39,0),(1268,40,0),(1268,41,0),(1268,42,0),(1276,3,0),(1276,4,0),(1276,6,0),(1276,20,0),(1276,24,0),(1276,26,0),(1276,32,0),(1276,38,0),(1276,40,0),(1276,42,0),(1280,3,0),(1280,4,0),(1280,5,0),(1280,21,0),(1280,24,0),(1280,30,0),(1280,31,0),(1280,32,0),(1280,38,0),(1280,39,0),(1280,40,0),(1286,3,0),(1286,4,0),(1286,6,0),(1286,12,0),(1286,19,0),(1286,20,0),(1286,21,0),(1286,24,0),(1286,25,0),(1286,32,0),(1286,33,0),(1286,34,0),(1286,38,0),(1286,39,0),(1286,40,0),(1286,42,0),(1286,43,0),(1289,3,0),(1289,4,0),(1289,5,0),(1289,23,0),(1289,24,0),(1289,31,0),(1289,32,0),(1289,34,0),(1289,35,0),(1289,37,0),(1289,38,0),(1289,39,0),(1289,40,0),(1289,41,0),(1289,42,0),(1289,43,0),(1294,3,0),(1294,4,0),(1294,5,0),(1294,21,0),(1294,24,0),(1294,39,0),(1302,6,0),(1302,12,0),(1302,20,0),(1302,25,0),(1302,28,0),(1304,3,0),(1304,4,0),(1304,5,0),(1304,21,0),(1304,24,0),(1304,26,0),(1304,38,0),(1304,39,0),(1304,40,0),(1304,43,0),(1309,3,0),(1309,4,0),(1309,6,0),(1309,12,0),(1309,19,0),(1309,20,0),(1309,21,0),(1309,24,0),(1309,25,0),(1309,32,0),(1309,33,0),(1309,34,0),(1309,38,0),(1309,39,0),(1309,40,0),(1309,42,0),(1309,43,0),(1314,3,0),(1314,4,0),(1314,5,0),(1314,6,0),(1314,21,0),(1314,22,0),(1314,23,0),(1314,24,0),(1314,26,0),(1314,31,0),(1314,32,0),(1314,34,0),(1314,35,0),(1314,37,0),(1314,38,0),(1314,39,0),(1314,40,0),(1314,41,0),(1314,42,0),(1314,43,0),(1314,44,0),(1314,45,0),(1323,20,0),(1323,29,0),(1323,35,0),(1323,38,0),(1331,3,0),(1331,4,0),(1331,5,0),(1331,6,0),(1331,21,0),(1331,22,0),(1331,23,0),(1331,24,0),(1331,26,0),(1331,31,0),(1331,32,0),(1331,34,0),(1331,35,0),(1331,37,0),(1331,38,0),(1331,39,0),(1331,40,0),(1331,41,0),(1331,42,0),(1331,43,0),(1331,44,0),(1331,45,0),(1340,3,0),(1340,5,0),(1340,6,0),(1340,18,0),(1340,23,0),(1340,24,0),(1340,34,0),(1340,35,0),(1340,37,0),(1340,38,0),(1340,39,0),(1340,40,0),(1343,3,0),(1343,4,0),(1343,5,0),(1343,21,0),(1343,24,0),(1343,26,0),(1343,38,0),(1343,39,0),(1343,40,0),(1343,43,0),(1347,3,0),(1347,4,0),(1347,5,0),(1347,6,0),(1347,24,0),(1347,25,0),(1347,28,0),(1347,32,0),(1347,43,0),(1351,3,0),(1351,5,0),(1351,24,0),(1351,31,0),(1351,34,0),(1351,37,0),(1357,3,0),(1357,4,0),(1357,5,0),(1357,21,0),(1357,24,0),(1357,26,0),(1357,38,0),(1357,39,0),(1357,40,0),(1357,43,0),(1360,3,0),(1360,4,0),(1360,5,0),(1360,6,0),(1360,24,0),(1360,25,0),(1360,28,0),(1360,32,0),(1360,43,0),(1373,3,0),(1373,4,0),(1373,5,0),(1373,24,0),(1373,46,0),(1378,3,0),(1378,5,0),(1378,35,0),(1378,37,0),(1378,40,0),(1389,3,0),(1389,4,0),(1389,5,0),(1389,24,0),(1389,35,0),(1393,3,0),(1393,4,0),(1393,5,0),(1393,20,0),(1393,21,0),(1393,25,0),(1393,32,0),(1393,38,0),(1393,39,0),(1393,41,0),(1393,47,0),(1398,3,0),(1398,5,0),(1398,18,0),(1398,19,0),(1398,20,0),(1402,3,0),(1402,4,0),(1402,5,0),(1402,21,0),(1402,23,0),(1402,24,0),(1402,27,0),(1402,44,0),(1402,46,0),(1402,47,0),(1408,3,0),(1408,4,0),(1408,5,0),(1408,20,0),(1408,21,0),(1408,25,0),(1408,32,0),(1408,38,0),(1408,39,0),(1408,41,0),(1408,47,0),(1415,3,0),(1415,4,0),(1415,5,0),(1415,20,0),(1415,21,0),(1415,25,0),(1415,32,0),(1415,38,0),(1415,39,0),(1415,41,0),(1415,47,0),(1417,3,0),(1417,4,0),(1417,5,0),(1417,21,0),(1417,23,0),(1417,24,0),(1417,25,0),(1417,39,0),(1417,41,0),(1417,42,0),(1433,3,0),(1433,5,0),(1433,21,0),(1433,46,0),(1439,3,0),(1439,4,0),(1439,5,0),(1439,6,0),(1439,21,0),(1439,23,0),(1439,24,0),(1439,39,0),(1439,41,0),(1439,42,0),(1439,44,0),(1439,47,0),(1451,3,0),(1451,4,0),(1451,5,0),(1451,20,0),(1451,24,0),(1451,25,0),(1455,3,0),(1455,5,0),(1455,21,0),(1455,46,0),(1460,3,0),(1460,4,0),(1460,5,0),(1460,6,0),(1460,23,0),(1460,24,0),(1460,42,0),(1460,44,0),(1460,47,0),(1466,3,0),(1466,4,0),(1466,5,0),(1466,6,0),(1466,24,0),(1466,48,0),(1477,3,0),(1477,4,0),(1477,5,0),(1477,21,0),(1477,24,0),(1477,35,0),(1477,37,0),(1477,38,0),(1477,39,0),(1477,40,0),(1481,3,0),(1481,5,0),(1481,21,0),(1481,24,0),(1481,25,0),(1481,27,0),(1481,34,0),(1481,41,0),(1481,46,0),(1491,3,0),(1491,5,0),(1491,21,0),(1491,24,0),(1491,30,0),(1491,31,0),(1491,32,0),(1491,34,0),(1491,39,0),(1491,46,0),(1491,47,0),(1493,3,0),(1493,5,0),(1493,23,0),(1493,24,0),(1505,3,0),(1505,4,0),(1505,5,0),(1505,23,0),(1505,24,0),(1505,30,0),(1505,32,0),(1505,41,0),(1505,43,0),(1505,47,0),(1508,3,0),(1508,5,0),(1508,22,0),(1508,24,0),(1508,41,0),(1508,47,0),(1514,3,0),(1514,4,0),(1514,5,0),(1514,6,0),(1514,22,0),(1514,24,0),(1514,25,0),(1514,34,0),(1514,40,0),(1514,44,0),(1519,3,0),(1519,5,0),(1519,24,0),(1519,27,0),(1519,48,0),(1526,3,0),(1526,5,0),(1526,6,0),(1526,12,0),(1526,19,0),(1526,20,0),(1526,24,0),(1526,25,0),(1526,35,0),(1526,38,0),(1526,48,0),(1531,3,0),(1531,4,0),(1531,5,0),(1531,22,0),(1531,24,0),(1531,25,0),(1531,26,0),(1531,33,0),(1531,37,0),(1531,38,0),(1531,39,0),(1531,40,0),(1540,18,0),(1540,19,0),(1540,20,0),(1540,38,0),(1551,3,0),(1551,4,0),(1551,5,0),(1551,18,0),(1551,22,0),(1551,24,0),(1551,26,0),(1551,34,0),(1551,41,0),(1556,3,0),(1556,5,0),(1556,20,0),(1556,24,0),(1556,25,0),(1556,27,0),(1556,29,0),(1562,3,0),(1562,5,0),(1562,22,0),(1562,24,0),(1562,25,0),(1562,32,0),(1562,34,0),(1562,46,0),(1566,19,0),(1566,20,0),(1569,19,0),(1569,20,0),(1573,3,0),(1573,5,0),(1573,20,0),(1573,24,0),(1573,37,0),(1573,38,0),(1573,42,0),(1573,46,0),(1590,3,0),(1590,5,0),(1590,23,0),(1590,24,0),(1590,37,0),(1590,38,0),(1590,41,0),(1590,47,0),(1598,3,0),(1598,5,0),(1598,23,0),(1598,24,0),(1598,26,0),(1598,32,0),(1598,35,0),(1598,38,0),(1598,40,0),(1598,41,0),(1598,45,0),(1598,47,0),(1610,3,0),(1610,4,0),(1610,5,0),(1610,23,0),(1610,24,0),(1610,38,0),(1610,46,0),(1610,47,0),(1621,3,0),(1621,5,0),(1621,18,0),(1621,23,0),(1621,24,0),(1621,26,0),(1621,38,0),(1621,41,0),(1621,44,0),(1621,45,0),(1624,3,0),(1624,5,0),(1624,23,0),(1624,24,0),(1624,37,0),(1624,38,0),(1624,41,0),(1624,47,0),(1626,3,0),(1626,4,0),(1626,5,0),(1626,18,0),(1626,23,0),(1626,24,0),(1626,26,0),(1626,37,0),(1626,38,0),(1626,41,0),(1626,44,0);
/*!40000 ALTER TABLE `wp3l_term_relationships` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp3l_term_taxonomy`
--

DROP TABLE IF EXISTS `wp3l_term_taxonomy`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp3l_term_taxonomy` (
  `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `taxonomy` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `description` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `parent` bigint(20) unsigned NOT NULL DEFAULT 0,
  `count` bigint(20) NOT NULL DEFAULT 0,
  PRIMARY KEY (`term_taxonomy_id`),
  UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  KEY `taxonomy` (`taxonomy`)
) ENGINE=InnoDB AUTO_INCREMENT=49 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp3l_term_taxonomy`
--

LOCK TABLES `wp3l_term_taxonomy` WRITE;
/*!40000 ALTER TABLE `wp3l_term_taxonomy` DISABLE KEYS */;
INSERT INTO `wp3l_term_taxonomy` VALUES (1,1,'category','',0,0),(2,2,'nav_menu','',0,15),(3,3,'category','',0,122),(4,4,'category','',0,81),(5,5,'category','',0,63),(6,6,'category','',0,48),(7,7,'testimonial-types','',0,2),(8,8,'offer-types','',0,0),(9,9,'offer-types','',0,0),(10,10,'slide-types','',0,3),(11,11,'portfolio-types','',0,8),(12,12,'category','',0,31),(13,13,'ttshowcase_groups','',0,1),(14,14,'ttshowcase_groups','',0,1),(15,15,'ttshowcase_groups','',0,1),(16,16,'ttshowcase_groups','',0,1),(17,17,'testimonial-types','',0,1),(18,18,'category','',0,17),(19,19,'category','',0,32),(20,20,'category','',0,50),(21,21,'category','',0,54),(22,22,'category','',0,14),(23,23,'category','',0,26),(24,24,'category','',0,97),(25,25,'category','',0,45),(26,26,'category','',0,22),(27,27,'category','',0,15),(28,28,'category','',0,18),(29,29,'category','',0,13),(30,30,'category','',0,10),(31,31,'category','',0,9),(32,32,'category','',0,40),(33,33,'category','',0,14),(34,34,'category','',0,33),(35,35,'category','',0,25),(36,36,'post_tag','',0,7),(37,37,'category','',0,34),(38,38,'category','',0,52),(39,39,'category','',0,45),(40,40,'category','',0,33),(41,41,'category','',0,25),(42,42,'category','',0,27),(43,43,'category','',0,18),(44,44,'category','',0,10),(45,45,'category','',0,4),(46,46,'category','',0,8),(47,47,'category','',0,12),(48,48,'category','',0,3);
/*!40000 ALTER TABLE `wp3l_term_taxonomy` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp3l_termmeta`
--

DROP TABLE IF EXISTS `wp3l_termmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp3l_termmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `term_id` (`term_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp3l_termmeta`
--

LOCK TABLES `wp3l_termmeta` WRITE;
/*!40000 ALTER TABLE `wp3l_termmeta` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp3l_termmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp3l_terms`
--

DROP TABLE IF EXISTS `wp3l_terms`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp3l_terms` (
  `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `slug` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `term_group` bigint(10) NOT NULL DEFAULT 0,
  PRIMARY KEY (`term_id`),
  KEY `slug` (`slug`(191)),
  KEY `name` (`name`(191))
) ENGINE=InnoDB AUTO_INCREMENT=49 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp3l_terms`
--

LOCK TABLES `wp3l_terms` WRITE;
/*!40000 ALTER TABLE `wp3l_terms` DISABLE KEYS */;
INSERT INTO `wp3l_terms` VALUES (1,'Uncategorized','uncategorized',0),(2,'Main Menu','main-menu',0),(3,'Wellness','wellness',0),(4,'Nutrition','nutrition',0),(5,'Balance','balance',0),(6,'Anti-Aging','anti-aging',0),(7,'Clients','clients',0),(8,'Store','store',0),(9,'Services','services',0),(10,'Homepage','homepage',0),(11,'Solutions','solutions',0),(12,'Sales','sales',0),(13,'Home','home',0),(14,'About','about',0),(15,'Services','services',0),(16,'Solutions','solutions',0),(17,'Home page','home-page',0),(18,'Exercise','exercise',0),(19,'Promotions','promotions',0),(20,'Fun','fun',0),(21,'Illness','illness',0),(22,'Weight loss','weight-loss',0),(23,'Heart Health','heart-health',0),(24,'Beneficial Supplements','beneficial-supplements',0),(25,'Skin care','skin-care',0),(26,'Hormones','hormones',0),(27,'Allergies','allergies',0),(28,'Cosmetics','cosmetics',0),(29,'Essential Oils','essential-oils',0),(30,'Toxins','toxins',0),(31,'Detox','detox',0),(32,'Gut Health','gut-health',0),(33,'Thyroid','thyroid',0),(34,'Pain','pain',0),(35,'Anxiety','anxiety',0),(36,'Anxiety','anxiety',0),(37,'Stress','stress',0),(38,'Mood','mood',0),(39,'Fatigue','fatigue',0),(40,'Depression','depression',0),(41,'Blood sugar','blood-sugar',0),(42,'Brain health','brain-health',0),(43,'Bone Health','bone-health',0),(44,'Neuropathy','neuropathy',0),(45,'Liver health','liver-health',0),(46,'Immune system','immune-system',0),(47,'Cholesterol','cholesterol',0),(48,'Eye care','eye-care',0);
/*!40000 ALTER TABLE `wp3l_terms` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp3l_usermeta`
--

DROP TABLE IF EXISTS `wp3l_usermeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp3l_usermeta` (
  `umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  PRIMARY KEY (`umeta_id`),
  KEY `user_id` (`user_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=153 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp3l_usermeta`
--

LOCK TABLES `wp3l_usermeta` WRITE;
/*!40000 ALTER TABLE `wp3l_usermeta` DISABLE KEYS */;
INSERT INTO `wp3l_usermeta` VALUES (31,2,'nickname','ruthsnutrition'),(32,2,'first_name','Sue'),(33,2,'last_name','Cummings'),(34,2,'description',''),(35,2,'rich_editing','true'),(36,2,'comment_shortcuts','false'),(37,2,'admin_color','fresh'),(38,2,'use_ssl','0'),(39,2,'show_admin_bar_front','true'),(40,2,'wp3l_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(41,2,'wp3l_user_level','10'),(42,2,'dismissed_wp_pointers','vc_pointers_backend_editor'),(44,2,'wp3l_dashboard_quick_press_last_post_id','1609'),(59,2,'closedpostboxes_post','a:1:{i:0;s:19:\"wpb_visual_composer\";}'),(60,2,'metaboxhidden_post','a:1:{i:0;s:19:\"wpb_visual_composer\";}'),(61,2,'wp3l_user-settings','edit_element_vcUIPanelWidth=1287&edit_element_vcUIPanelLeft=minus12px&edit_element_vcUIPanelTop=16px&libraryContent=browse&editor=tinymce&align=right&imgsize=full'),(62,2,'wp3l_user-settings-time','1593546305'),(67,2,'community-events-location','a:1:{s:2:\"ip\";s:13:\"104.171.214.0\";}'),(69,2,'tgmpa_dismissed_notice_mfn-be','1'),(72,3,'nickname','studiogreen'),(73,3,'first_name','Studio'),(74,3,'last_name','Green'),(75,3,'description',''),(76,3,'rich_editing','true'),(77,3,'comment_shortcuts','false'),(78,3,'admin_color','fresh'),(79,3,'use_ssl','0'),(80,3,'show_admin_bar_front','true'),(81,3,'locale',''),(82,3,'wp3l_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(83,3,'wp3l_user_level','10'),(84,3,'dismissed_wp_pointers','vc_pointers_frontend_editor,vc_pointers_backend_editor,theme_editor_notice'),(89,3,'wp3l_dashboard_quick_press_last_post_id','1630'),(90,3,'community-events-location','a:1:{s:2:\"ip\";s:12:\"172.58.158.0\";}'),(91,3,'meta-box-order_page','a:3:{s:4:\"side\";s:36:\"submitdiv,pageparentdiv,postimagediv\";s:6:\"normal\";s:125:\"eg-meta-box,wpb_visual_composer,postcustom,commentstatusdiv,mfn-meta-page,commentsdiv,slugdiv,authordiv,mymetabox_revslider_0\";s:8:\"advanced\";s:0:\"\";}'),(92,3,'screen_layout_page','2'),(103,2,'wfls-last-captcha-score',''),(104,2,'wfls-last-login','1609337123'),(107,3,'tgmpa_dismissed_notice_mfn-be','1'),(112,3,'wfls-last-login','1598623393'),(122,2,'meta-box-order_post','a:3:{s:4:\"side\";s:101:\"submitdiv,categorydiv,postimagediv,formatdiv,tagsdiv-post_tag,pageparentdiv,slider_revolution_metabox\";s:6:\"normal\";s:117:\"mfn-meta-post,eg-meta-box,wpb_visual_composer,postexcerpt,trackbacksdiv,postcustom,commentstatusdiv,slugdiv,authordiv\";s:8:\"advanced\";s:0:\"\";}'),(123,2,'screen_layout_post','2'),(147,3,'wp3l_user-settings','edit_element_vcUIPanelWidth=650&edit_element_vcUIPanelLeft=672px&edit_element_vcUIPanelTop=74px&editor=tinymce'),(148,3,'wp3l_user-settings-time','1628336183'),(152,3,'session_tokens','a:1:{s:64:\"013f2a39d9c54ae5e2ae42239222f33a962171e7bba32522b98b8fa950ba0548\";a:4:{s:10:\"expiration\";i:1634327580;s:2:\"ip\";s:14:\"172.58.158.184\";s:2:\"ua\";s:120:\"Mozilla/5.0 (Linux; Android 9; SM-N950U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Mobile Safari/537.36\";s:5:\"login\";i:1634154780;}}');
/*!40000 ALTER TABLE `wp3l_usermeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp3l_users`
--

DROP TABLE IF EXISTS `wp3l_users`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp3l_users` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_login` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_pass` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_nicename` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_url` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `user_activation_key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_status` int(11) NOT NULL DEFAULT 0,
  `display_name` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  PRIMARY KEY (`ID`),
  KEY `user_login_key` (`user_login`),
  KEY `user_nicename` (`user_nicename`),
  KEY `user_email` (`user_email`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp3l_users`
--

LOCK TABLES `wp3l_users` WRITE;
/*!40000 ALTER TABLE `wp3l_users` DISABLE KEYS */;
INSERT INTO `wp3l_users` VALUES (2,'ruthsnutrition','$P$BsB7UpxP17PGeS5V6wYOzneQ3.LVS5.','ruthsnutrition','ruthsnutrition@gmail.com','','2016-08-08 05:14:21','',0,'Sue Cummings'),(3,'studiogreen','$P$BZVDDM66AcbrM.pOsChpoeYh1JNOhn.','studiogreen','mathis@gostudiogreen.com','','2017-09-13 22:29:13','',0,'Studio Green');
/*!40000 ALTER TABLE `wp3l_users` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp3l_wfblockediplog`
--

DROP TABLE IF EXISTS `wp3l_wfblockediplog`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp3l_wfblockediplog` (
  `IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
  `countryCode` varchar(2) NOT NULL,
  `blockCount` int(10) unsigned NOT NULL DEFAULT 0,
  `unixday` int(10) unsigned NOT NULL,
  `blockType` varchar(50) NOT NULL DEFAULT 'generic',
  PRIMARY KEY (`IP`,`unixday`,`blockType`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp3l_wfblockediplog`
--

LOCK TABLES `wp3l_wfblockediplog` WRITE;
/*!40000 ALTER TABLE `wp3l_wfblockediplog` DISABLE KEYS */;
INSERT INTO `wp3l_wfblockediplog` VALUES ('\0\0\0\0\0\0\0\0\0\0ÿÿ;w','TR',2,18649,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿø˜','DE',1,18639,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ	î','DE',1,18642,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿeœ','RU',1,18639,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿe®Ä','GB',1,18649,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ´>4','DE',1,18635,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ´>^','DE',1,18639,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ´>v','DE',1,18647,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ¶ÑB','NL',1,18644,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ¼>L','RU',1,18649,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ½™×','DE',1,18643,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ½ï','RU',1,18649,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿÅ}µ','DE',1,18648,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿÝÎ÷','US',1,18648,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿç^¢','BR',50,18642,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿzÂ','US',1,18640,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ^','US',1,18649,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ^²','US',1,18648,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿåB','US',2,18640,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ\r¼l','ES',1,18636,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ\"Z¯L','NL',1,18639,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ\"ìÊÏ','US',179,18636,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ#ÎaÆ','US',1,18647,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ#Îxa','US',1,18643,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ#ÐAÃ','US',1,18648,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ#ÐY+','US',1,18641,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ#Ðô','US',1,18643,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ#Ð„','US',1,18638,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ#Ð•_','US',1,18648,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ#ÐÑž','US',1,18648,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ#Ñj','US',1,18643,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ#Ñk`','US',1,18639,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ#Ñk`','US',1,18649,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ#Ñ¤^','US',1,18638,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ#Ñæî','US',1,18639,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ#ÑðÚ','US',1,18638,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ#Ñö8','US',1,18648,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ#ÕT','SG',1,18646,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ#ÕŒR','SG',1,18638,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ#Õr','SG',1,18649,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ#Õ³î','SG',1,18646,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ#Õ¹½','SG',1,18643,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ#Öæ','GB',1,18647,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ#ÖBù','GB',1,18641,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ#Ö„×','NL',1,18639,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ#Öžé','NL',1,18644,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ#ÖÌŒ','NL',1,18641,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ#Öá€','NL',1,18639,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ#Öí','NL',1,18647,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ#æ…m','GB',1,18648,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ%xÂ´','DK',1,18640,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ%xÂ´','DK',1,18646,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ%xÇü','ES',1,18642,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ%xÌ´','FR',1,18638,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ%xÓä','PL',1,18649,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ(y’¸','US',2,18642,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ+äõ—','MY',2,18639,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ+úŒ','AU',1,18646,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ+úŒ','AU',1,18640,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ+úŒ+','AU',1,18644,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ-ÜD','SE',1,18635,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ-ßä','NO',2,18643,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ-(œ%','US',2,18638,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ-S[¼','SE',1,18638,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ-WPÂ','LT',1,18649,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ-WS\'','LT',1,18648,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ-„ó4','DE',1,18646,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ-—øA','TR',1,18648,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ-˜µÌ','FR',1,18642,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ-˜µÔ','FR',1,18640,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ-˜µÔ','FR',1,18648,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ.¯','DE',1,18648,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ.w~õ','UA',1,18649,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ.¶w','FR',2,18649,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ1¥@','DE',1,18648,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu','PH',294,18649,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ1–w-','PH',40,18648,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ1Á”y','AU',2,18637,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ2>¡Ž','US',1,18638,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ2>±z','US',2,18640,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ2>ÐV','US',1,18640,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ2?Å§','US',1,18638,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ2W','US',1,18646,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ2W¹','US',1,18646,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ2Wãð','US',1,18642,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ2WýD','US',1,18643,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ3[bù','FR',1,18647,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ3že','FR',1,18643,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ4¼','IE',73,18642,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s','CA',64,18645,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s','CA',73,18647,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ4Õ±ø','IE',1,18642,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ>Ò¹','FR',1,18643,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ>Ò&¨','FR',1,18635,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ>Ò²;','FR',1,18638,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ>Ò²¿','FR',2,18638,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ>Ò´£','FR',1,18635,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ>Ò¹','FR',2,18638,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ>Ò¹','FR',2,18642,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ>ÒÍ','FR',1,18647,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ>ÒÖ','FR',3,18636,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ>ÒÖ','FR',3,18637,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ?ú&Ø','US',1,18647,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ@G‡','US',1,18648,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ@Z0Ú','US',1,18647,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ@o~P','US',2,18643,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿCÞ™÷','US',1,18638,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿDAy•','US',1,18646,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿDAz›','US',1,18638,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿDAz›','US',1,18641,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿDAz›','US',1,18644,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿDAz›','US',2,18645,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿDAz›','US',1,18646,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿE£áp','US',1,18645,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿF ','US',1,18639,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿF?P´','US',2,18637,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿH	Ÿ$','US',1,18648,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿHG»','US',1,18638,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿH\"%J','US',1,18647,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿH§¾3','US',1,18638,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿH§¾ê','US',2,18640,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿJÐ;?','US',1,18647,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿJÜÛÆ','US',1,18647,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿJÜÛö','US',1,18649,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿN.K‹','DE',1,18646,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿNŽÒÒ','TR',1,18638,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿO`ÄÅ','PL',1,18642,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿPXX~','IT',1,18644,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿPñÚ½','DE',1,18649,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿQF','DE',1,18649,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿQÓ\'','GB',1,18648,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿQ×','GB',2,18649,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿQ›®','IT',1,18649,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿQX4','IT',1,18648,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿQX44','IT',1,18640,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿQX4<','IT',2,18649,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿQX4M','IT',1,18639,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿQX4N','IT',1,18648,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿQX4Q','IT',1,18649,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿQX4S','IT',1,18638,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿQX4S','IT',1,18646,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿQX4S','IT',1,18647,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿQX4b','IT',1,18639,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿQX4u','IT',1,18647,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿQX4w','IT',1,18648,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿQX4z','IT',1,18640,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿRfL','IT',1,18637,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿR¥L½','DE',1,18638,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿRÄ\"','NL',1,18639,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿT$—','SE',1,18635,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿT;œ','IT',1,18638,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿToK','NL',1,18641,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿU€Ž%','PL',1,18645,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿVk+','RO',1,18648,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿXc•','DE',1,18637,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿXc•','DE',1,18640,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿX‡%†','IR',1,18639,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿXÆ:','DE',1,18648,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿY%ù','RO',1,18647,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿY(·ˆ','FR',1,18649,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿY(·Ó','FR',1,18640,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿY(·Ó','FR',1,18647,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿY(·Þ','FR',1,18640,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿY*Úû','RO',1,18645,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿY.h¾','IT',1,18641,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿY.i¯','IT',1,18644,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿY.j`','IT',1,18641,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿY.j‘','IT',1,18643,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿY.jä','IT',1,18640,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿY.jä','IT',1,18643,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿY.k','IT',2,18642,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿY.l','IT',1,18647,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿY.lŠ','IT',1,18639,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿY.l‘','IT',1,18641,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿY.mZ','IT',1,18649,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿY.mo','IT',1,18641,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿY.mo','IT',1,18642,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿY.mq','IT',1,18642,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿY.nÞ','IT',1,18643,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿY.nã','IT',2,18642,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿYk¸7','DE',1,18639,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿYî²Ô','ES',1,18641,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿYî¹t','NL',1,18638,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ[†øæ','FR',1,18640,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ[†øù','FR',1,18641,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ[Åçe','GB',1,18649,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ[Ðc','GB',1,18641,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ[êÂq','FR',1,18642,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ[êÂ~','FR',1,18648,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ[êÃ(','FR',1,18641,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ[êÃ{','FR',1,18637,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ[êÃ{','FR',2,18647,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ[êÃ³','FR',1,18648,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ[êÃµ','FR',1,18638,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ[êÃ¶','FR',1,18642,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ[êÃ¶','FR',1,18645,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ[êÃ¶','FR',1,18646,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ[ïê','UA',1,18640,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ\\5`','RU',1,18640,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ]ZÁF','GB',1,18644,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ]_ØF','IT',1,18647,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ]¼ ','LT',1,18649,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ^˜Âò','PL',2,18640,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ^åKT','GB',1,18642,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ^åKT','GB',1,18647,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ^÷±\n','FR',1,18644,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ_oï','DE',1,18649,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ_€J','FR',1,18642,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ_µÈ','RU',1,18641,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ_ÙË»','FI',1,18649,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿaJe','US',2,18642,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿaJ¶','US',2,18640,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿaJÝ','US',1,18638,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿaJÞ','US',1,18645,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿgÆ0','MY',1,18644,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿg\"','AU',1,18639,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿg\"','AU',1,18640,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿg\".','AU',1,18647,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿg<Þ','VN',3,18638,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿg*n','AU',1,18641,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿgBOP','IN',351,18639,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿgBOf','IN',40,18639,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿgCë	','AU',1,18647,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿgYú','ID',403,18642,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿglÜ~','IN',1,18649,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿgao','IN',1,18648,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿgÃ¹•','IN',1,18647,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿgÓØ‰','IN',1,18642,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿgÿí','VN',1,18647,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿhÂ	¥','US',1,18638,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿhì…M','US',2,18642,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿië‰','DZ',28,18635,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿië‰#','DZ',128,18636,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿië‰q','DZ',283,18635,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿië‰q','DZ',46,18636,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿië‰˜','DZ',2,18635,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿië‰™','DZ',126,18635,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿië‰ž','DZ',18,18636,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿië‰ß','DZ',4,18635,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿk´l','US',1,18641,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿk´m\n','US',1,18640,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿk´m','US',1,18638,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿk´xC','US',2,18638,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿk´y','US',1,18649,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿk´y','US',1,18639,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿl§½','US',1,18640,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿlªš','US',1,18638,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿlªš','US',1,18647,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿmÊoÓ','NL',1,18641,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿnè','AU',1,18649,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿoZ…\n','MY',2,18638,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿyÄ½(','CN',1,18642,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿzÉ|D','AU',1,18647,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿÕ¥ÿ','US',1,18645,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿƒHì','CL',1,18639,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿƒHì','CL',2,18643,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿƒÿ\n','AR',1,18640,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ„”h…','US',2,18637,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿˆó\\\\','DE',1,18644,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿˆó\\\\','DE',1,18646,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿŠÉüÖ','DE',1,18642,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ‹;”ò','DE',1,18640,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿbgä','RS',1,18649,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿbgô','RS',1,18637,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿâS','IL',48,18644,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿâS','IL',310,18645,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ[J±','DE',1,18644,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ[i(','DE',2,18639,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ[i(','DE',1,18640,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ”B“','SG',2,18639,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ”H7 ','US',1,18640,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ”HlÚ','US',1,18646,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ”H|^','US',1,18647,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ”H—Ä','US',1,18648,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ”Hè$','SG',1,18639,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ”Hè9','SG',1,18638,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ”Hèn','SG',1,18638,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ”Hèu','SG',1,18640,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ”Hèv','SG',1,18641,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ”Hè€','SG',1,18643,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ”Hè“','SG',1,18640,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ”Hèš','SG',1,18639,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ”û™r','DE',1,18643,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ”û™r','DE',2,18647,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ•¦L','AU',3,18648,'waf'),('\0\0\0\0\0\0\0\0\0\0ÿÿ–_7†','JP',1,18647,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ—þ¢ë','SA',58,18637,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ—þ¢ë','SA',354,18638,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿš	','US',408,18635,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿœCÞY','CY',1,18646,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿæc','DE',1,18646,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿžŒ…^','SG',1,18649,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ ™“','NL',1,18649,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ ™“','NL',2,18640,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ ™“¡','NL',2,18640,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ ™™','NL',2,18642,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ ™™','NL',2,18638,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ ™™”','NL',1,18639,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ ™™”','NL',1,18644,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ ™™£','NL',1,18645,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ ™š','NL',1,18640,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ ™š','NL',2,18642,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ ™š','NL',2,18642,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ ™š','NL',2,18637,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ ™š\Z','NL',2,18638,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ ™š','NL',2,18639,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ ™šƒ','NL',1,18648,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ ™š‘','NL',1,18638,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ ™š‘','NL',1,18643,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ ™›)','NL',1,18646,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ ™œ+','NL',1,18639,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ ™œˆ','NL',1,18642,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ ™œ','NL',2,18639,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ¢\0åz','US',1,18647,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ¢\0è','US',1,18640,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ¢\0è\"','US',1,18647,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ¢\0ëÍ','US',1,18647,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ¢\0ëß','US',1,18647,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ¢Õû(','US',1,18646,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ¢Ö¬É','US',1,18644,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ¢Ö¬É','US',1,18647,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ¢ñJ','US',1,18644,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ¢ñ”','US',1,18642,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ¢ñ”','US',1,18648,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ¢ñÂ#','US',1,18648,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ¢ñá','US',1,18641,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ¢ñá','US',1,18641,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ§¬s½','US',1,18639,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ¬h?','US',1,18647,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ¬i/*','IN',1,18648,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ­ÉÄ','US',2,18637,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ­ÉÄa','US',2,18642,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ­ìó–','US',1,18643,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ­÷ÿ#','US',1,18641,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ­ùV','DE',1,18645,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ®Š²Â','US',1,18648,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ°Jg','GB',1,18647,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ°Jp','GB',1,18647,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ°Jp','GB',1,18649,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ²§¬','MD',1,18642,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ²€','SG',2,18648,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ²€&”','GB',1,18646,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿµÝì','CO',2,18638,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿµÝì','CO',2,18639,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ¶2‚’','SG',2,18638,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ¸šÎ','US',1,18648,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ¸¨.T','US',2,18640,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ¸¨.Ê','US',2,18642,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ¸¨˜a','US',2,18638,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ¸¨˜¨','US',1,18642,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ¸¨˜Ô','US',2,18642,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ¸¨Áw','US',2,18640,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ¸¨ÁÃ','US',2,18638,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ¸¨ÁÉ','US',2,18638,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ¹(','IT',1,18649,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ¹n','IT',1,18649,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ¹v','IT',1,18649,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ¹0','IT',1,18648,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ¹?','IT',1,18642,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ¹R','IT',1,18639,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ¹`','IT',1,18648,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ¹ÎT','GB',1,18635,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ¹=š','GB',1,18649,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ¹Aî²','GB',1,18647,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ¹](','FR',1,18638,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ¹](','FR',1,18643,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ¹](','FR',2,18648,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ¹oYà','HU',1,18647,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ¹rõ|','RU',2,18638,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ¹}Ïô','GB',1,18639,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ¹€4','FR',1,18637,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ¹€\Z¬','HU',2,18635,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ¹€ä','IT',1,18636,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ¹ˆÃò','IR',1,18642,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ¹Ž\ZÃ','DE',1,18642,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ¹°(’','BG',1,18641,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ¹¶9É','NL',1,18639,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ¹¹~=','GB',1,18648,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ¹É','DE',1,18648,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ¹Î¢ç','DE',1,18646,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ¹Ô©d','DK',1,18649,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ¹Ô«Ä','NL',1,18646,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ¹Ö|í','DE',1,18647,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ¹Ö~	','DE',1,18649,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ¹Ö~—','DE',1,18646,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ¹Ö+','DE',1,18646,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ¹Ø#y','CZ',1,18648,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ¹ÜFD','DE',1,18648,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ¹Üdý','DE',1,18641,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ¹ÜeŠ','DE',1,18641,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ¹à‰¦','DE',1,18647,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ¹à‰¦','DE',1,18648,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ¹àŠ{','DE',1,18649,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ¹åqQ','DE',1,18648,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ¹årœ','DE',1,18649,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ¹ì*G','SE',1,18636,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ¹ì*O','SE',1,18646,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ¹ôÖ','PL',1,18635,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ¹õU¬','SK',1,18636,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ¹õU¬','SK',1,18642,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ¹öÐz','PL',1,18645,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ¹þD\\','NL',1,18647,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿº@u‘','CL',1,18639,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿº@wõ','CL',1,18638,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿº@wõ','CL',1,18640,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ¼¦á','SG',1,18639,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ¼Õ§','IT',1,18641,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ¼ð¿¡','GB',1,18641,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ½q®','BR',1,18643,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ¾k±î','CL',1,18640,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿ¾k±ð','CL',1,18646,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿÀ‰Â','US',1,18647,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿÀ‰Â','US',1,18649,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿÀc\0b','CA',1,18641,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿÀc?','CA',1,18648,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿÀw\nê','US',1,18639,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿÀw\nê','US',1,18640,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿÀ‘|l','ES',1,18639,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿÀ‘ï/','US',1,18648,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿÀ¹U','US',1,18644,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿÀ¹²','US',1,18642,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿÀ¹f','US',1,18642,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿÀ¹p','US',1,18645,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿÀ¹R','US',1,18642,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿÀ¹ ','US',1,18649,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿÀ¹Ó','US',1,18645,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿÀÆÀ\Z','US',1,18646,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿÁ @','DE',1,18648,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿÁ @','DE',1,18649,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿÂ#é','GB',1,18643,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿÂ#é','GB',1,18637,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿÂ#é4','GB',1,18641,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿÂ$lL','DE',1,18641,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿÂ$nö','GB',1,18637,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿÂ;¤','DE',1,18649,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿÂnTy','FI',1,18646,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿÂnT‰','FI',1,18642,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿÂnT‘','FI',1,18635,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿÂnT‘','FI',1,18640,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿÂnT‘','FI',1,18641,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿÂnT‘','FI',1,18645,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿÂnT‘','FI',1,18647,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿÂnT‘','FI',1,18648,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿÂnT“','FI',1,18636,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿÂ¬M','NL',1,18641,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿÃš/•','FR',1,18636,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿÃš/•','FR',1,18637,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿÃš/•','FR',1,18639,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿÃš30','FR',1,18635,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿÃš30','FR',1,18639,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿÃš30','FR',1,18645,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿÃšÇ ','FR',1,18635,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿÃšÈ5','FR',3,18635,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿÃÎ·9','GB',1,18639,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿÃÎ·9','GB',1,18647,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿÃÎ·W','GB',1,18641,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿÃÎ·±','GB',1,18638,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿÄÄË|','FI',1,18639,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿÄð9Ü','DE',1,18640,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿÆ{²','US',1,18647,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿÆÐÖ','US',2,18649,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿÆnj','NL',1,18649,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿÆ6r','US',1,18647,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿÆ6ro','US',1,18648,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿÆ9÷‘','US',1,18641,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿÆ9÷÷','US',1,18641,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿÆ9÷û','US',1,18643,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿÆGàY','US',1,18645,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿÆGáˆ','US',1,18646,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿÆGâ(','US',1,18644,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿÆGä','US',1,18639,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿÆGç9','US',1,18643,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿÆGçL','US',2,18637,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿÆGçL','US',1,18638,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿÆGì','US',1,18643,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿÆGí','US',2,18644,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿÆGî','US',4,18642,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿÆGî','US',2,18637,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿÆGî','US',2,18639,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿÆGï','US',2,18639,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿÆGð','US',1,18638,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿÆGð','US',1,18642,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿÆGð','US',1,18644,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿÆGð','US',1,18640,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿÆGð','US',1,18641,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿÆGð','US',1,18642,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿÆGñ','US',1,18644,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿÆGñ3','US',1,18639,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿÆˆ=µ','US',1,18647,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿÊ½µ','JP',1,18642,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿÊ½µ','JP',1,18645,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿÊ½µ','JP',1,18646,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿËªS','HK',1,18648,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿËÍŸ','VN',2,18637,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿËÍŸ','VN',1,18638,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿÎ½Å','GB',1,18641,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿÏ ²','US',1,18642,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿÐq™Õ','US',1,18641,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿÐqÆg','US',1,18644,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿÐƒ‡','US',1,18642,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿÑÍÑ\"','US',1,18643,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿÑÍÝú','US',1,18639,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿÓ/J%','KR',1,18643,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿÓsI:','KR',1,18647,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿÔf0L','ES',1,18636,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿÔf0L','ES',1,18647,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿÔf6h','IT',1,18638,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿÔf6h','IT',1,18641,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿÕ¾™','DE',1,18649,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿÕ¾K','DE',1,18649,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿÕèWz','NL',1,18647,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿØ\nð<','IN',1,18649,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿØ7’2','US',1,18646,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿÙŠÇ,','CZ',1,18647,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿÙŠÏÄ','FR',1,18643,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿÙ’RÊ','GB',1,18638,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿÙ’Rï','GB',1,18638,'brute'),('\0\0\0\0\0\0\0\0\0\0ÿÿÙ¶ÀÙ','FR',1,18641,'brute');
/*!40000 ALTER TABLE `wp3l_wfblockediplog` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp3l_wfblocks7`
--

DROP TABLE IF EXISTS `wp3l_wfblocks7`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp3l_wfblocks7` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `type` int(10) unsigned NOT NULL DEFAULT 0,
  `IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
  `blockedTime` bigint(20) NOT NULL,
  `reason` varchar(255) NOT NULL,
  `lastAttempt` int(10) unsigned DEFAULT 0,
  `blockedHits` int(10) unsigned DEFAULT 0,
  `expiration` bigint(20) unsigned NOT NULL DEFAULT 0,
  `parameters` text DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `type` (`type`),
  KEY `IP` (`IP`),
  KEY `expiration` (`expiration`)
) ENGINE=MyISAM AUTO_INCREMENT=11563 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp3l_wfblocks7`
--

LOCK TABLES `wp3l_wfblocks7` WRITE;
/*!40000 ALTER TABLE `wp3l_wfblocks7` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp3l_wfblocks7` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp3l_wfconfig`
--

DROP TABLE IF EXISTS `wp3l_wfconfig`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp3l_wfconfig` (
  `name` varchar(100) NOT NULL,
  `val` longblob DEFAULT NULL,
  `autoload` enum('no','yes') NOT NULL DEFAULT 'yes',
  PRIMARY KEY (`name`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp3l_wfconfig`
--

LOCK TABLES `wp3l_wfconfig` WRITE;
/*!40000 ALTER TABLE `wp3l_wfconfig` DISABLE KEYS */;
INSERT INTO `wp3l_wfconfig` VALUES ('activatingIP','151.139.1.32','yes'),('actUpdateInterval','2','yes'),('addCacheComment','0','yes'),('adminNoticeQueue','a:0:{}','yes'),('adminUserList','b:0;','yes'),('advancedCommentScanning','1','yes'),('ajaxWatcherDisabled_admin','0','yes'),('ajaxWatcherDisabled_front','0','yes'),('alertEmails','mathis@gostudiogreen.com','yes'),('alertOn_adminLogin','1','yes'),('alertOn_block','1','yes'),('alertOn_breachLogin','1','yes'),('alertOn_firstAdminLoginOnly','0','yes'),('alertOn_firstNonAdminLoginOnly','0','yes'),('alertOn_loginLockout','1','yes'),('alertOn_lostPasswdForm','1','yes'),('alertOn_nonAdminLogin','0','yes'),('alertOn_scanIssues','1','yes'),('alertOn_severityLevel','25','yes'),('alertOn_throttle','0','yes'),('alertOn_update','0','yes'),('alertOn_wafDeactivated','1','yes'),('alertOn_wordfenceDeactivated','1','yes'),('alert_maxHourly','0','yes'),('allowed404s','/favicon.ico\n/apple-touch-icon*.png\n/*@2x.png\n/browserconfig.xml','yes'),('allowed404s6116Migration','1','yes'),('allowHTTPSCaching','0','yes'),('allowLegacy2FA','0','yes'),('allowMySQLi','1','yes'),('allScansScheduled','a:0:{}','yes'),('apiKey','1437f2bcb89c5a4780c0b3e320f388cf824e4460cc570de2b5f2a9a8a5f267a03f49dd7c260b979f9870ac35283e7d1e782b5192b31c69951515cff0a65fb48e37f7937baa81fb7f8582386f7af4211d','yes'),('autoBlockScanners','1','yes'),('autoUpdate','0','yes'),('autoUpdateAttempts','0','yes'),('autoUpdateChoice','1','yes'),('bannedURLs','','yes'),('betaThreatDefenseFeed','0','yes'),('blockCustomText','','yes'),('blockedTime','300','yes'),('blockFakeBots','0','yes'),('blocks702Migration','1','yes'),('cacheType','disabled','yes'),('cbl_action','block','yes'),('cbl_bypassRedirDest','','yes'),('cbl_bypassRedirURL','','yes'),('cbl_bypassViewURL','','yes'),('cbl_cookieVal','5d04e3ca64309','yes'),('cbl_loggedInBlocked','','yes'),('cbl_redirURL','','yes'),('cbl_restOfSiteBlocked','1','yes'),('checkSpamIP','1','yes'),('config701Migration','1','yes'),('config720Migration','1','yes'),('coreHashes','‹\0\0\0\0\0\0\0\Z€åa:2:{s:4:\"hash\";s:64:\"4b051000385f9e85a79faec9de20abdf499d6e4233312c8295eda6773e0aea13\";s:6:\"hashes\";s:131168:\"\0­ˆëW7‡Ž±ht#“	²šq¡»)¤ºdÅèú$\0ÐÉ\0(Æë°xJ{ìh¢Ï®%§\r^²×:€û(ã5Á—\0(Ðœ˜úZúY÷Y˜@àIq©î›È—#áÑT»áù@\04ß—¼t‚\\v¦QçüÞ¹¾ô\'_ËáÂajxÊÒ¦Û\0E=j¶ƒËÈ‹|p8.æÂ½ÿ÷ËÖ¤ñóSGpåƒ\0Eq­x¿ƒ”ÃPa§ˆ÷>bváDª¿o4VŠG;a<±Þ\0^NÙå¼˜aðe|K ·-àÆÜ°ÒÍÉœ=ç„\0bœ&Fžö˜³ÿ%|w›í*Qr;|/Š=(A§óä<ü\0…‘¥#æBí5à¿j†ó$#õàj!ŸµþÐbN€ôjö\0Û§ÿå4(ÊK I|Š„¯0ºìµqD.^¾v¯\0>|æ;(ß¯\\W*œ7?Œö\nØNªÁ2=Ã7[Uo\0µëiäÓÖ„\"ÞûãÆ]Ñ^è°þXDþ“2](\0¹‡ö/Œ¡o)öô:4]±ã_Çøß+Ì”ëŽc½þ×\0Ôeµ*ë@’t„À±\"éáƒq	ÈNþ’5÷„H¥\0ëüZÌˆ»~í0±=ïèG‡#´C÷ÿZ}Å* †p\0íT|Ì…_¬ÕSò8­´O0Î¼ªÂ¸0ªÃª‰6•\0÷ù-bsèG¨\n(hr\Z.ónåõù!eÈ×z.Yx€×UÏiÍ5G èÜ$PÂüuÍvAT‰‘À´pŸlçJ¢›}¢‚¶a\ZÈ\0VX=:ˆ‚8~\"2ýÊ¦D¶IèXVªf¸EW£Ïe“€ßG§]¸ñ´q)6—í	ÅjÜí”õnNØ¤^}0[PœKXs“¤+È‰a±w©S‚¶à[óU`|WS³PDæ°ç¾ŸNh¬Èb!•Æò­#§8iß>kq6¿R„Eÿ5ž”:—\"ü…;B­Ži.qXõàA4û­äuUœˆ+×±Ë…´Ï±„ç·Tª_^gyªzG‚L\"1°û³U}6:ŸŸl|‡ì(ãœ¦Á–q{ÆðVÀ~uê<¢Dh¦o*¿¯ŒcÏ¬0ßñÎÁx¢cl$‡	™4ÚÝm•·äÉøo¾¿`vA:§ø™ìˆ`{rfËÁï_ûS3/sÙmÚ?dš^Í”0ßX0ã#q–Â-mlÏ*€Ï#TñŒc™ÁxðEµÇÂƒyîˆÅ©œâHœà÷î>Ìã$É2þäŽ]â’%Æì*œ6Þ\\þdpùÛ›!½s%Ÿà]Z×YÇoåŠÝ¿ŸþŸ¥„©‘ôÉr;GÐ÷\"Š¥Gu÷Éß&Ãw]ê-H€\rRWý½\\Ì5õ¦õò\'³Œ=ÃP–Å¹ÜÊsZFˆÔ¤oD-x?ì< u¶ü„qýXQ€7aiÌ\rICÒpE–KáÈÌð‡y½€kŠÑ©}Ë£œ\\$­p\"·&Ìp+^„ºÕ\Zõ{©¯ŽÛÌÂ˜¹5ÿ|™f¢ãµ…SÍLšo3EýxÀºýÑ¥Uãÿ°q¨`Žq4uí¶øZ¢®¹ð°¯[nù8”O£ìr7‡Í0H01YL$RRAhJ6´çM¦w:/ð7š.ÊÚP”Áƒh.BÂU-Ñ—ò\'TsÁªz+p¿¤p8$—hûÂ\"dö3ÿ¬ \\•£pY•Qëá£Ž›K4ßMúË»yUL¤…ÁK«ùCËWaå\\°èËÄ\nƒ;è¥0åÄ \"f«ÐÎŸïÒ\'\rÍ¤ýDÄdMÅ×ÙùÃ÷§sËÇ¿‰ØÚ´ø$2ôj)Ã,\n²\' #6ä§9\nü‡ÏÚ–©õmKØ2†e²féte¾4ùœš\ZðGG.Àf­±Vy`¸Éÿ)\".o[`×ÏÝ\rÉn”óçjn¼viU\n@,›+!%u	re4Ù+JuP$,–WNÙPÙ2Ò\"Åž˜,|^âå€yÞ²ðñò/\Z(A°1]ü/Æ…­B‘Mój:­å@Ñ«ÈG+SÛf¶º«ÿ¹dVži‰\n°6W·úÔ‘\\<çOÌEj2¬QòŠ×Ö”\rÀ|þX6ÂìÔîÒ/46¤JòÕÉ?ÔÕæX’GX†~†–u™Ÿúic\râpª«õ´ûQÖÇí™œ½÷\r?c˜LÙTÓŠ•ùîqg¦È«?c—r‡È¸¦t­d®¬æB\rTJÂ,Q“Ó$šTDh×ñÐ((Zdz¶¹vOÿ¯¯Â_•Ÿ;Æ€›³EŒpYö.Õ&}öº_º	ÔQ¿Æ‰ãoSânnûÌµvêø\0)°öÌÓ¿–ÝÓ¤å:DILV­\0yÅZþˆ)›¾K‰\nã…ËÜ˜D‹~™‰%Roøïc‰Ö7®\r¦ºL»æ>1ŠÝˆ]š^]¬RÉ¢NF™MôâJÌ,˜ï÷iêI.2 š»>1·ZØ;×¨¾‚1Ô$š!¡‡W:	¨SxïDq5ºà/wºÛ_W:œØ+fð1zù¸g¢¦‹\\Yòúâmõx³GO0ÇÎâjo].ã–½®Bœ=½f~:N¾Ì¤Fa6¢Õ¡Ù\nY ØÓ\'ºèiûÂç+­`­ÂfGYbmŸïUP©™M™JéÚ¡0€&CvÂèM“$…Ûèú¶O½·4-K¸	o6Ûlbö1Eå;±7xù?ð-™Ç±Œ¨ZÞzE»Ÿ‰*†nk±»‰E×m@ìžãéöŽéð1s®­Y•#1$Ðé\Z£=I˜ˆŠ¿b£ŽXBr½?Š·ìÍ¥-ô‚!Çiº>¡[¿²eøV{ÐW¢!FµPþb<&Â„AŠàÐüÕ8Ó`Éå]wBËùÎºõ@kp&»›¹h4Ô›µ2¶™ºf\'öGÑÓÏIS•æ} }Râ¥…ýJÐ›Z[`Æöm¦ÿI”$=„­ù¼¹D“‹Ö›&ÄÇ¾@+Õ¢ËÐz=¬i»êîÒ Sò¨°ÔÀý\Z\Z4Ú¶1é5ÁªÇ2’3\r#?EÉQ·ËØL¶ÕIm$ÏZÊåªB\Zï!„ãœ&šÍ–Ž—Ck†`7‹Ï×\'/¹½]äiª²5 \0¼ÒÖÎ%%Öì-ÓÕ)^\\‰¢\0«t`–kà²@§ƒ›UæOÅ”¤cp¦Ï>ã!8HB6¥Ïàãìâ=“bñÂ‰!§ônŠz\0§OS~Kêøç|$Øëö°T¡ìïÁ…ælJÆøbÿOwŸàÐáÍf\nTÀþ²­Eg\ZUê\røŸ£l{à²SYD7IÕ.`èäµÃ}#Ù§þžôJKN¢eéÓŒ»ð&ÂÐŽuÑ¡Iq™t¼·‹n~T	_j×-˜›†É%³¦?ž7¡0i–»Ë}ÍeÝiZÖO™&E+rXŽe{eª½mXÎÈö<¼:¦KSz_oeïÕýÅ­y§^/?h;@râK%àáLP…Çf¨àcË(|Õ_] ÛUÌÍ’o~MEÿèï×†Ý´sèƒò@Z2]¦óºi¾¨¨](J~nø3ìàÏ¿Ù€hjóqÚoÑ2±†kLý›JQ§c\0Ï8|VÜËA‘üýŠŽNÚº¶)\rÂmäMA¼ÌæD¾°os,–Õðê$»‹ôgJ	áÅ–Ø7l}Øa¡ñ¾ÔÈÁŠ¯Ãw|ÛgRLh!ö°1ÒRóþ&\'˜ýk±D\':8YÞ¨KAa¬-¿RHöTÒÿýÿ¥ÕýŠª»(:ó=ß¤\'\\Õ\0¨¶¯|Ç8Í(´ˆ]x’Zä´ÏvJ+è~†S‰$Ù‹6ÏîvgAÑœÀÊ‹Q?­j¬`J“ñ©Nõ]î0&–ñb›\0ëV?9´Áº¶Ñ\"­.÷I3ô‘2r)rk’+`½NiMçñ2]<¾	¾h\nÚË¥—þOí€3Œ5FžÐÈ\\Ì\0÷žð“,vSçç+p\ný.‡§™é´\rÄJ*RT	ü!ŒæA&–ÕUóBÍtG=_:\\ê]>iŸ£?Î·@Ú¹ÜaKÕºÚ*¿ Ô½+]²€µÒ®gÆ‰^62óG¦ž\rƒS …|±;)¥$=XÁn!Ãº®‚l=Ø@õAÍ°Óñ:ÞV56UÆþx5ôPx››Í&ó¿:V“VæûÚ-qX¹êA9ÀMç4Þà†-²°©t\n{ëÑõ†}ÿMI	AE0NãöÜÊûµ„Å.T0b([Î²Üžª£õíoYdÔÎ%Ü å+£[»Bº•ð f¶<3)|•žŸy-¯d‚°´Êô]`,5†ïl9„oÈ¹¤x«œ;‘ˆõ¾xZŸ Õq@Éõ¶ä51a¥Ixˆ»¼MOYÀUò\r‹ZêtŠKÏ­éuJOyÅ¹¢&Ò¸øÄ*ë‘Ü²Æus#‘žt1ð²#4çÍö´Ãä‚¹\Z€Á\'&Ý8Ñ\0Ãª”¿õ›m9;:áÄÍ¼„fÂÆf„)“™¤Iïœ³Í;ÁþPoiÃã§Ú=DáŽ¯ä¤0SlíhsgÜº{”,˜ó–ÕÉ`™€hˆÿ`“P¡*Í¤¹!j1m!–~J­Ž\r¦OÓ]ŽY<yŒ}ƒ\Z»>ÉºH¨¯ðI|ÜÇPôè±ßè®àBb¥½eÔ^üšÎˆ;VT1¨Îcj¨] k^§O×ê¤9«A9/Ø\ZóŒ%˜@b¤.Œ`»ð•š poÖÀïdf¹Æ?»jr£äYåe|ÕHŒ÷h>Ý,‹ecÞ¡–Rúes5-“šàD=ÇÄû<óÚ:3ãÍÏ©‘MçñÔ>»‹ÿrî6ËÔ¤Ðô%z‹uÛ‡7þ}»FËð˜Ä[yx±¯]káÆÝ­÷Yrƒ‡Ö¼9£IV,C2\"“•ÉVÑl·—pˆ]l2¢Pïøf>ìõKpÔÇÖšJ”¾™bvw°`î©ªµ*»wé ó}±Ëø©¶*Ê˜ñ˜)>2ƒq¤–e¥€^ÕÀ)ŒP’¦ÇnûGfRô@Ol,>ivÄ:°`ÄtQÆ*·8\'¥<“ó\nã‹Á’¼ Jò·;“H`÷QØ6pq¾ÿØaó%ë®ñ\r†Ø	üì\"…Anˆ3HØIsÌ:Y¥¤aÁe0BÒ²yõPp\nï­¾¯¨™òÆ!Î›Íÿ»Ù&°ÖÉ…\'MºÐ4ãšBŸSøßÉ+\'¥4&¼$Ø¡¡óVgg¤áoÎüg~Ùëm/à¡/&t+äùâs×ì¾äÔ\"#:Z«Ü¯4ã“‰&_&ÛÇÇ6\"xFð|w`AZ_+vL\r}°ŽNßPåÉæ6ƒ«¸Š½¢_ëðÒ°æÝ¾”ýl2¡bž©¹qÃœ$U„v¡ñ	l,s¨ÅÙ\"\rûmžè`»áY×“¯U”¶X^žMs÷—6RŸH@ñ	&‰å†¾¤BÇxžö@dÆR#U³ôOþPg›žsHüoè)nÕÎÿWréÎtZìMªÒþè?%†ï¹ˆVúÜÀ¢D±°Fvà@¯ˆÁüÜ*9V›»ŒÎ¼ó[E£¶Bu}<¨î„±\Z#¶d¸4*û?˜œå¸dªQ]Bx.|9Døö:h@ÖÂQÿÏ/U\0-|_Û¢1ùg-ñ+´­·Þ}üÔ˜!^iB³ÐòJüÕ\\W¤]f§œ@@…w£=	.]¶íkZ1Ñ™mÒGõ‚ý]Ôxà0øê•É	14\"1œIxªõGL¦[	•‚±>(GáA:ŒýÇ	64µ®ˆç ¹2DMÈMâ$Ë\ræ¾i“\0Ô¬‹	8\\Å¬ç®jùA’Ê”5Ñ+X­œoˆTùm°_|	Më°ìyu$œ1¼ck_‘KÿoÝfÛÏm³…¹%û	g)[.‰r\nào”i×{4Š›Q\n\r8HŒ\rfXðÀè	v¶l»´õÙ®ß÷!ÿð¹ÿP€²mýø•\n6|Ï”K	~ÐõCèÈ«™¯7¤àÃ:À£s&uËäÙìjÔËt	©+ö{RôƒäÓÙ„åÔËnýt,´Çž¦`µ•Î|Uî–	­	½œ#t‰Ì¹»ê«p=¬I\"¼¦˜)F	Ö“ÅÜñ-Œ\nqU‰Ëiº×Í-›$àh*íØm™l	æVh˜ÐðLC‰Â»>UÆ8.Å`Æ@<Kéãh	üÍ¿¸ÊU%ÅO¨HÞ¡ñŸ…@¿~x\\6ÎÄ~â\n<º:˜X†hÇQATºÀïì·oŽáp2õ¶¹8>ø\n*„²<×÷ºÓ³³?HM²\'VÕéèLî¼\'[RÛ\nð@&Øê[DqSÞÁÊÓðìàB—×N#F‰B…ä\n*An•„¸.]éBéÄtúvƒ!‰WÒ§Mw’9ÝûF\n+P_tQÿVoêú©²ª7nÿ\nz#ù8ÍúºÒÛßJ\nGkù ~ng˜–m.ë3\\–\nðæ°1i‚ÔjgÖ¸Ó\nv­?Ìuì	ÒÈÈfßh6Ú2Bþƒè?ñ2\03”}¦\nx‰çm¯«…nV=OD¼“\0T­ÚÞ)‰ÏUÜã©\n}.¢’†å×÷væ–e¯\nµ?æ°.zŸªE…ð»ÚÐ+É¡\n‹\\_9(ô)7‚\n—Ö/õSæà\'ägßƒ†v•£Ã\n¡9d£Çìgð~@–¤®|ëB-ŸÁ°²œÚý6=£\n¤TÂ[Cp¹±§â(,¬_V+äL\rÛ¨I¹ü(.ˆ„\n¥súH×µÑ‡c ë-y//ý?‡\r®$MÌ¤j3\n§aqYK´JÒ”Î€pù\ZJüj¯\\PÇ˜È\nÔ\n¶¯Ú·›tnŒ\r‰EanòŽJ;}(ïÒÒ™©ñÂ.°Ä9\n¸X:€¼QØ}×+öO—\\ß_“	{¼Ü“C\'a×y:¤ß\nÁû ÅW\"íˆúëw†\05ÑS NrËý©Š¼šh\n×CãÙ0ÄpFdù°‡l•\0¿ž\"uê™~2\"õT¯½p\Z\nèvÉ[\0Çõ‡XZppiý.Ì¡c¹;~&Œ†Ýø\nî·Î&ª)h4Ð_`ÕFãL“<—ã:`#pf¢ìò\nù˜˜ÛRW#Þˆ´ å¦Q¥ÆÄ“4E[£\'Äz“61k‡K(£á]1Èz¯ukpR¶!¢‰³Œ—YC8»³Õ`dfh–.^8¦äôÊ!{ÊÀÝFüN‘L{ÎçzÅ)ªú,­\"§wÍWÏýS²ŒJÇ²þžÕÁK­SÁª´Àuá¾’¹MˆÂccÖÍÞcdD™(‹Q±Ì\\™\raò•[„J?TÓÐð?ÑÿúG¼d¡æ(s†©ª¢Ôîtô¦BUI+u›˜ÀC¯ãÅ¶…R‘ŸãSF2>Â3`¥ûvÉþ\'˜:js(-Nê§²šÖ ¸ï–çNç3ƒì•ô:âVS;ÛÅáCT\n€»] þ¥C‡rJ¾2ŽªËÉm5CZ‡\0Ù/@@1ß1ÝÆSîð.>õU‘B|2›üÓœOU}¿Ú(Ô°¡tcç2Á¬Ä’ZV†Rêé¡ƒ[§‚l#4ÿË»>1Îµ¢´Eþ€Âl|lh¬®£ÙÊ]ýŒä:ÔYÅˆõ3	š§Óì\\gmÌ»ñ1)q+#ã˜òÙbæ^0rR_Ò²¿ˆYn,ªJš©©½ÎÍ“TÈNBº(Ù-±§gõê\\ICÚž×:rÃn…Ì¿†>TwØD\n®Q¼!˜@iDäøÃr‚è´È­!wz÷L{©ïJÑy7-Ñmé×á“Gé´žYâŠ[¨ÍôãkÊÈEn#XvÕi‡w÷R»:žM7K¬kRŠ¢D·•¬‘.„ó²© L9Œô%±S÷¨³J*˜À–…n\'Íªt^ÀÎÐVÉ¹ÅO‡œÆÇì*ó(œ˜„·Š7Y‹î(VÝz|%\0\'j·Õ­lø÷Øµ®$hçTCîôßÕžNû8köÈºÉ™y¸mœ-Bî©Ëóì›ìYVAlÍ¼2¾VSü#nÛØòX¼–‹Õ6÷ÃXî”›âñDUÈTö=õ–1O¿@ø,xÔÏý’ˆÝ³Ù Ø)®¼\r&Üd5·s/,—\"ìd·ùw22³š¹\r»³Þ‰#<*QÐfûš(¥„õ­™\r%¶P¨–˜ÓùcWé-:\'2„Uá\'FtàÝ©z\r1?–;IBœ=S±÷\Z“2ÍÖ¥‘&þ×†Z¤B®¬»\r5CÝÙ–˜òªNËùsÅØkú×úl›\'t35¿¶°ª\rNÓæI†Y›·½ø™Ô¯!”Çê6)¬ñI£Y\rQiü^š\ZB|­äf²‘C‘¿è-/r±ÞUÇYÙ¢ÅB\rX·[cdpSs3Ó%.Xóå|AˆºÄwü˜#(JL\ra‚{pë9ÑÙåó(A–)Ë¡…Ì®SPV†Ìsë6ì#i\rnuŠî:Ft\Z±¤\"P9ÿµ¸qP¾‰œR¸®PA \r‡¼Ëk•<vWàPäÀœvªãg(HÑ‚µ¢cŽ+d7\r”YÓøtÚW^¤ü¬}rIxÛ¯óºu†$ç/dMkØ\r Uÿò‡:ïwöçëÔ,ÈËß&çK…p&á\ZšÑ\rª7GÙ› ríXylÖï³ <U5p8â­nŽèš\rÂ›Ø×Xd	D\nè£ìñŽ¬q¼bc÷\Zu—íÀ\rÙ“£ÒC7,š¾<ÜúÜp­,ÏLùâµ~rYús#€\rç\"¾(qqš6çZN†è´Ïæ–Éû–ÕÅŸ&åh©Ï\rò\nÝîÌ*J–Ô6´¤©¾û”V^±Ï%W\\Ày¬\'íh?IÆÏIëÂ3z(BŸGQ#‰—`päS:eJÇ&„/–ÊáaÉ‹¨“`ï÷þ\nŒ}ûç\Z\\xÕ+ÃG\\%R£µÍO¢¤6³àûí}î°ã•“æ‚«Ä-ªFúkRVËð£6š·ƒG_e\r­¦\"ä}ÕQ^uâÕøÀ¿£YtY®‰sNlÉdU|ß7™‘tìUàFY€›ÈnˆaÔIWRHÛj°wHBBÇí•Îíu¤Xp\0bäUeÒ$OrÎ°Ye¼JX¥pºW	!ëL«	o÷Ñ¦Ÿ?Á11Êæ¨]ûQ[¯Ú7*ûa3ÞÇ¾Úh‰‰,¡UúŽªc\\ë¯kiš² »6uøàJ\n3*¬“KvÊi„åA&à4’ú«=‡DéÖq!è“¸Ö§f;4“™PäZµøeµO!˜vx.eèÓ8—jY¦»ûçß0\Z¢´€èP…P1¯ÔS/ÀÞ0?ëU!õÍˆ¾ß½¸õò6°??ÏÏöZž‘vˆw=2H:õ)x.°ô®‡³Éo\\ÅÔJ†Ât®LUËÕoíõßñ­L¶¿~ŸÐ)6ÓKÏ5S$Ê‚8—ÇÝ×â¡§5gg7ƒ3lsuØ¾«yˆÝà‹Z¢wÚ ›0YE\0éåÏ£èº«i\\ùÂÞ|’¼”˜Í7‰Ùwq‰Ò;,r’íäLXâü†±çÈ\\35qv.Rß¼h<<êï«‘t÷hDŠ$ŒÂ\\1l$yˆ,´ï`p—M¥Çj]#ÚW­B‘TmŸþ½¹FâM…(ñb;ËôKáóæ«g«&\nõ-“ûnzEja ¶#‚[ÕYdIdf@\\‚K2o—–Ø‚/*Ò~ÛHwèÿc@Û2Ží,éòÓù´¶P±0ëíÁºé¦Îãîx`ÕžˆÚdZvsþ.ÔÄk‹’º…Þ\Z¦5Å\0«ºyX“§$Èõjë¤‹ˆÖIˆÂö8¢ÏÌ@t=Þä{9vÔÆ>:Ì·M\ZÔÏµ‘”±¸\rBt\rðÏ×ÌÏ3û˜½å­±‚öš„tõC ÿY£\n™ÜHßú$$ŸTƒÌž}^ñpfO]ÅÇ­N3­%\r\\Šà-ØA¹J²KÝªK—àƒý7P¯xeæ\'£PHøÿåHýP=,¼L‹‹ëNÁ·}ïœ\ZøEåùO\\0¸uÅÊFOR\Z)Ä§è„;S \'bN<vÙwúLSÚ»«sT³Å|Ï>QëÎ°Ïi}ÚGåD…£Ž7á OF5ì¢B×NovÙßÈ:A_-3£ûx\ZJ¼B“@k‡y50é“ÏÉ\n­×Qã(çð¯;®4ôÁ.ó¸ò`R‡Åwÿ|lSÉPpÜkÔGÆMÑ8Çüƒ•¡ÝÔ¹ÍÜöfòEËx;Ë±£ÉOØ[À÷óÌJ`uOâv&_ÜÙÜ-]ª›ƒÆE–ç;|¯µx$ åí(˜t`\"òíð/\Z=á`>&î‡oRŠÖ«Ùúª	æÚ²îç}ÆZ	wé%þö(ð4)¶;\råí;¢)6qi9CôÜ2éÜtÖd64KÕ®ÚAØU)Û³! ž¡Pdlwä+´þ¯>Æ;ç ßO¬±-dÒG¢;žÏ·ð6Á<³á°òúº wj›;ÔV½Û4dkÏÔ·Ü>·D‰ŒjÃ,p„Æþk~*Šº®Ýd}ç¯[¼ÔíçHù?âiK¶[¼i¾ú/Û(õ¯‹â^ž\\‚Œö4¢žc-¡ÃÈœ¡þ)öÍ—ÊÛ·õ¢Ò@c.ìV_;qö¦ª:uMø­ÛX®ýœbW…ìZ`ïÄE²Ø¶\rÇSèñkyíì%„/þ-‘Žu_EC©?oÍTgûNLC\"Mï61É¿ä\\ˆ)®ji®÷êÁñ]ãm¥†bŠ#¯™«6ˆ§C2 —Îaoß2á¨FýÃäËLØW¡”®%\rVJ~øpŒí$¡Á–P(‹ñqŠÇú\0„RSé;\rsò}¼ºo%Š©XOwR	É\\˜óBÐ;zÜÀÒõùñb#Êqš¾l¦¼EôˆSŒWDò€æLexìÝéª´@m!Ñþ~¶î§Ñ|dûET9v,´WÑ‹‚‡ÜÊ€KKì˜Ñ#\0ªÊf›ç¾€PP¼\0A¢wƒ:oHðRRˆESÌG‰ÂÊT-ëa*Qf±,S»7ôÏqÔÌ“<¦U*\";b¾r’êÛ^°&Â7jùFÅ‘øú‡ÀÒ±yÐZA\"ÊYŒ!•	=¬šxö`Jß©i.¬?w~ë/\"w¾U{«’ÒLf×1:Õ¤y;¨&Û†Þ¹[rD«ÞbóNv•Œã¤„¢Õ\nÿ\Zwr‰ÄkHuE¤ììôNÁ/ïJY·’þgöSi÷–)”N]oòëÕ}ß0<Á,ÄíëeS</öÜ“8CÒ©T2I†UXÐjFê¾\rPJ6¬\\íd$Se=gÁ®˜øÛJÞ°S·0¼£il‰ww®4‹:™øÔÚ\"D½‹¥€=[•¸ZÌï\r‹‹ç#¦A@Èf3¨1_<ÈÑîv£ÏËü(QNÐÜYCwoéÍÀÛô}zïö/+xÙ±—®\Z8Õîû3¤•¯óóÛ€TÁÑ‘/ºÇ*¨2^ÂoÜ°ì\n­0üþ\0ÓÏ1îx?F(É8Ž¯ÜVíéÅÙ/`8ÜùÐ†ÀÂŒã×t¬2Ô:²]XK%×	EL­Øå„ŸíŽté°~¨nFç^mºÜÄKYÄN§Æ\"ãè €tÛhRÏDé†PÂ>(ÕF-Ñ$>Q°ŽA*0l[U[”±µÚA7­EÎOxÆŸ±:Y§Ã{¡ñ ”2gûZÁ“+j{Üh“øöNž.m·Û©+Ë6™œr0Á…±q´ãXÅ{4¦a›û©Ëç4½•¿…=PÔÒž%^\\$¶ürfš’z˜;@h§¢è¬¬&§f{»Š2ðTˆ€,Jg~ÄKOb¿‚HÖ$(ûÀþ\r_®\nt¤lì	ó6±àAx	70)P;ç¤\01¼«œM{}iÕ®’õ)æ-[\0ª·=Ö¹?¤+;Q¦…/×¬W/{º˜ßšlDA£„UÉêRp½rmm\rF6í©ãúŒØ·ˆ¡iŽ(\":ž@Ÿcà‹·: <R)‚¥%+:Á¼ø¨ÉG%Cy*àm?Û´¶/Ä\r!ÑÿÌ…æiªAHK2°ïÄw:Û%.ó;j@Û´£)H&î—R‘×°£ÄíRÖãÿwci”Fôìz›þ\r_c;âQAÞÐèJR·Q6}®Œ%™\0ã’w˜…Q1¦h~ÇB¸§×ºÊŒˆ„¸Ê¤!ígÀy£¥È{å8ãÄÙ¢÷à7\n•¢gT1üÛ^0>ìˆ\rŽœŒñåŠ¸Ö¬+)Þ×7X[_§uÒÛ±HÐØ]\"¼ª´Â¡`Änr‹XaÕ;ã?~‘ŠR¹žq3ü¸Ù½¸R ±©Úaår\0Òþ©B<c™=OR“ðÂŠÌv³B¢n|J¼±In²;51VöSKÂ6ÇH°òiÔI¥Ÿ (.fO‹Ódx,¾0Xl¿€ÜJëú.Ó*ÄJsŸ9ÇË&ž$ƒŸñÀÈ\rNÖZ/®aU‰Æ`³dLŒ?ì>C|É®Ê‹^vò…‰s‚_%„WÝ¸ï\rJ–èó*Äf’zKà˜Hv®¤M,¿ËÄ,õÛz»¦ã¡«ì?jkÁºÏ[×0}ŒÑFW@ñU0ÍÇWÕgSÀ¬2cÅêFFˆ|Õ2`85’SbêG?e?q7ƒ¸¢œ#pjÚ¥|É¨\0Yåï‚Ü°O|øaV3E‡FW^@l“2þ4KÂÌ<\\Ø/#\Z¾¸²Ðjp‡ñ!C——B¨ÎÚ‹TLåXÝ6­jîáyÂ\Z\nê˜Ñ‘Ö4ºWÁ\\\ZÓTàð¨´ÓM\\ÐVûdEêÒà¶¶|@Ý]Œ)2Ô•iqÇj¢ì\'—Vpý,äßÿœèÕKºÞzMr#»ëÜ6hæôq	:·@Äß®›\rÏßÊ0lÒž„·ÿáÇáŠ6Îj¥¤ñÌøZmŠcúƒÁþ-«“kÅÑè­Y£ÆÛxJÝÓ5í½ü_Ö*Þý–]O\\“”s—M†Ö\nÕTœ”27Œ«éoÚ CÞg`cŸ™ÞË°mÕupa \\˜|/Jîy§2åfy2qýtÏ@WŸkàmxÙGÊÄð°VÍ’´×µ¨Îpzkðè¨în!Šãò>x›\\½ðh|À,e´0?ˆ†s4n÷,äLmu™Œ\ZÜ^Î…hU}1}=Ùz£èiÁñy\'\'|K¯²W?[ r(\râ\Z3ƒ·Ìz©Ø»×fW^Pƒ1YØ2&ÔÐÛ‘pAµUØÞ¢%šõ§â˜fÜ¤G<‚+HH4ûywyéª\'hz²xáú\"¶v‰\\òpÒ$»¸boÀ™)cHúvSÜµn_ã™ˆ¥(a¤§WcÍ´AœüÏ`kÔ­BÊœÑ®,2£Ž×÷SˆØ^ÃºôDñ±ïõ\ZÑ£0?ËÞ–¿fót¶ª&Ý!-U8ö†<’´Gzï<3\0RÓ-kÐ,šuø×¼)³†æž\0­²\nk?—R³0©ž}<ÝÌ¤¡ÜÁ÷ø. ¹¶$^$¾ŠmÛæwÞ»`.AÃ_[ò¦rE£å]þJ®#é¼Ù+ß˜£4ÿD½¶,Eã¹ëÇ¡Gfóy5ÜŸ@‰ˆnNñ„¡á«	Ý36ÄM‘¬ï[ÏyéFRDÓmÖß:„mâ\\ßûØì,Tê3yÈÍÒ?ÌP¼þ¹Ôˆ+o˜óŠKqra•àU“Wj÷jˆ:M±ÚÉSìóïC\0¨ÇÐ™EšºpÚŽŒU=\\Ù«2%±ýüÊ72B¯•9º¾Ôä9kÑñÏ\r?rÊÇþqQe™-µ=‚ù¿õæûÇÓOzÎ³Â2z!•—­.‡wàì\ZFPAÀ¦¹SÓƒP‡l–ZÅNÀéÓ!&€›Qwô|¾c;\0,2ˆaÚ¢Uøè§P»ížrYÔo:Wš3§–\"6¬uxhêÞøÛSÛØ¦®«3)]T•CÁ­ËŽ1B¶‚\"$Ï¤_öY[^¡e\n‡Þ41¥­L§òHÝ©âÌ¨ò<úàÒW`’‚eíâ½Ûö	ŽU°&œzøÕ¿RýÿB=P‡KqF–uß~•ãŠ\Z8ˆŒÉöíÜÞW¦2\0èþ	Òeü½`h‹àpÃ,åë-nƒù}“;F›õ¥ \Z/qè@ûÆQ!XŸw>ã‹€Æ7¾.„lû8³èµòle¹Q,…ÀžÅ×í	nïÒa‚²TßŒCÄÓ€#ÆÉÜ¦ôYUš¬\"V1Ä	Ç]®98}´.ú@ñ\rf[É–&þ»óÖ1^¿¢™õgÂž+fVèü`6)	ð­5ú½EÎÙSýj–ÍÉÿ…ÚrôKÅìñåujÆ÷Ø%‰öpØÖA“õˆŒ 9Xc<_:Ñ÷l#¦(åÇ€v)É£˜,•‚Ä¹¸†vÊ÷V-¤núžzâWó¬è“EÒ2âDû½ßûþ Hþ!~\\ê© FÁgë™J\Zop\'ö]Mi@’‚øó÷P;µ›ÈVKiüùV(Ô~n’ˆ&^VTâSnØÇ×^óàE§½y	Øuû\0ciñ^SuË%™Dª{oäxÕ\\4\'1–0péÉúG&û¼ÆoÊËù¼ÀAMãqÉÛ5Ï@ì=ˆÅ øPâxÇN^Ô+‡5H9_r ©²è?ïMÎ©—Ô´ÃYµº5D`$BfyÀIÓSŸWqØ›Çë¾rÞcùW£ò¢VòÔC6À•ï\r³Ÿdþ\n3[@ï\rÖ©œÜ„\'Q²\nÅ’©+ NÁAÎ¢¢ê¤:Wˆ¨¿éàöùì <\'¦Öãdÿôýæ¸’SB³4,ää¿÷hÒÉÜŸ+­ßÈ{Ì—r…~aöAÄcŸÅKAj¡TG”•/6èÕìþ\n€]Å<E&@Ç·ò(\0¾Ëað{|ï,é¥@êhaƒZÇÝ»Œ¹‰”°N/F]\0cOJhäÃ™LÏC„	ù8×«hlÄ2ê\"i\r2Ó£-à­ÂX¡C +›R¾a,¦æ©f6‡Ê—!\\©I&Cú#2MÎ8_6wsÜEŠûUí¸øP¢[ØWÒ‘´Ï4Lº{4‰Å\Z ØUú˜uw—ÀŽ\'çžŸºh¢QîiÿŸ³5z\rÃ&‡Ð‚`~ó­\'\rìQ l;4Û•¬±ç—×eóc1bÿ0‘wß~Ÿ{÷±wcj¾|m]a_šö¹òdƒ¯õ«¸4Nýœ^÷\\~”¯Ê˜™×óí’ 7q/\"]ºÔå$îù&<Ô¼	¡QÛáYíž)¶°\ri\0\"4ß•mlíÉ\"W±K‘x§šI0$\rØ!L7³®Šï›K3@š™\"[qŸâïË¯vè1 ©ÎK&.ÍîD,Äðpþ	Ú±4zÎ®)”ˆäúõF’Î\r8xÙÕÏNz$¢wFší¼m¯º$\"˜›§®’”»]X°¬¬Öeõý\"ø?ª|2þY	ÅŒ‘ø¢Èt¬-	ù¹úæà£Ÿv¯TÑÕ¨¢æƒ2H`oÞHPOn­uDpRÖ½€ã’R† nOÈÆk2Î©@7 \'y·UÙ™K;ø@IôªùÈ:7}íº.£aò	Ì‘HMÏ©:	qFçCO´‹„×úüå÷ªc#Š²Šæý y\rÝÅìÆéš<Õ¥†l½4à˜™¤˜Ö¬á(»Öïóšw	½]áïå5åõ‹Fn?•`æb8¾)½òk¸ö‡¢ÛÍš(S;’wàAqÖ^È;ñõTÈÎ¹Ø[—cÂöºJD_´–=$xÓBó2ëƒ™$5)ÁS¸ž²jrx…VŸæIR-[„ÒŸé1¹ð.;\"»é=1Ü(C]e(½d-|5QCØÉv®œ,Ñ?ÉaŠdßÓöækVŠlÙEWšä¶±R*9Â¸)7”‰ëmûvÁX­òbÚ·\'†p	Z9@³·S\r0,t`2±plêós™÷­WÓœ¯¼î)ª0Š8aIpop„AþˆB«ÙHß7¢M™¬¼´)™Íû ŸáJÿ†Obî\0ê!ØX£+cÍŽª±º¸òÇ®ô†„Ô‘8Ð@ÿøœGÄh…šar6 ÊÈrÜVB:ç\'® 4-²µ°ÈÀI9»íˆ#í\"‘ÄàiÝ”[«ú-¿l”—À+‹“ã\'2YíÉóU‚~nZ™á„õ¬cÀtÄtŠM›h?šØDmÙ%¹ÁÊ‹dê]ÄÍ\Z´ÈÕ	MØµB\Z¾°r»/Ošˆ5’¦†%±NÌ¶æÀ\Z\n²Å¬þª¾W±´O–Oõ€¿,ÔºN‹ßÆEÌ\Z\r7ÄhZ›¹ËîBLG¿Ë+‹ðüîvòS¨dÙÍ2Ø\Ziç˜\r¿°ë/ŽqÅ¡»¢uVcçx“-läl®8\Z˜ÉìÃšóZÃ¾–üÞ¨6£®¦W2ÌlIæ96G\Z¢BúXf\"ÆÔ­®ŸÉëœOÝ –%â¨K3Ñ“93h\ZÜ4þ2o^iªÈÔwß$Se(Iª’}P’((ôö\ZQ\n…S›µ³^M\0–Ã™]M\Z”‰`:£˜áûc\ZTcÏ‚¿6[æ¡L‰BÅc¸lÝÎ\rx‰çR()éÄa?\Z[Iž¿ÎÊ™`:—}ž§›V\Z¼‰TÕDn¹ý+á/`{\Z^\\%íÛk÷‡OŠ¯™€­eÄiø©: i‹çñ‹Êo\ZqRâT‡=—\0ê´Ý,×\ZXDí”šÔ\Z´h‡÷ÄÌK8h\Zxy7{³è ²èá¦ÅzQ1+5:#Mu<â¯\Z…dhˆÆ¨,ÈŠ ™aþìÃúÜ‘…†iK¦±#‰A\ZˆtùÖY-{RV Û·FRù¹!ê%8·»`û?O\Z“Iaú^à’°ñëiJ‹žHŠ:žjê:•ºÀbÂÂŠ«\Z³ð;4JpRÓ—šõ®ÚŽXÄV\\2p&àÒÙß\n\ZºÍmÒ´`Sýè|û‡•Ø0	S®sŸŸEA‘Lçö³\Zäœ«ãÈ:ûÉH2f×[ÝJm<Œ”ýxÃ<œ0”\Zé7¾›àÛ´½Ã>Û0ÊXõš…‹Ï˜ôØ\ZþšK ÚG“Umþ0Š;Aßò³¡†ˆ’-v…nâ\0]‡Ð†´¤{lÍûCMvãøÉ¾@¨Æ‘Tï97C¤=y¬Zùÿ„è3¿óÎ‰¤c3mŽ”!®pr­ƒûðû&,ñÖûY*žÉl}Jæpx5K²5&\0CRdR5P,Ba#1ƒQf\Z\rØÝŠžP[ŠÙYØøfdŠ£fsRt\'/i¯Qf7êœ®Ú&\'d°W–zÒ“|¶Ý1òÙÉŽz\"z|õ¦²sâeÐÝQ¸gšêJÑÐ­z-øûX—+¸|¦ó@ÎV¦ÎcÎxñÉïª¤÷‹s|˜0–üàœvÉ¶P§5Tñâ !wãRL›Äj¥Z‡^\'{Ÿ‹»  õ)8m}.\r¢d™¸_®n¼5±i?øW)œ°:\\`´^«V›½=Ìw=\"Ë[<òÏUÜ€©œÄµ²ê9ùYCW£òÇ-µâ™üžGMóŽdz[½Šg½ÊbîÏåê¤¼ì&Ü{7º¿§³37kiÖàÖ5Ñ”3‚¬N0P™®5yŒ}@Ùªåûºáb1¯po4ÉÂAÖ{†õ/\"ÞñrËu•´0yL³i·(ÀâòH¹\'ˆvØ-3 *3¼„“™^üÓc(^U#µ–ÃÿgÉphÚÛz{:ŽÛ7bc/ÉL•V9½ãb»˜ëa³ò”rñä~D–à¸,éú?Ñ ÞGd)FA‚ç’uçí`‡`çÚ¿o±èÿ¼Û­rÁ•a±ÐõóâÞ×Ú†c»,=ísK¤>P×¡®®eÚ›)9R­ ÚB£°ž[·ÎÅ|ñÙõÓÃüö-s§Œÿ˜1“ÊŽSP¬þÒ†ÔEÈGIê45ÕMCïgYÿù<¨-b²êOî,°‚w[Æù6eJ¶²G7U]\\™Jæ5\\ÐN•(-ð\rÉXö_Ïj\r15-QäÁ›_ÆY\ng^ýÊ¸\"|üµ.Y|Ûb‚ÒþåO-ìb$×t+¤8jêK×¹\Z«×ÏX#ì[ÓàªwÀš¼Íwûqüª51¸èDjã‹è…LH^é½Ÿt+Ä?ˆŒ‹–\ZcÃiñÎ{ÙÃ­®q@:Ï[¯bédl9ÖÖ€,³Ü±îƒMS,eÆlNrœ}í6¥ÞnôŽ\0O!\"¯j¦:(££!b*C\r‡zÒ\"{ëºt\r —=ÇI)é ^«sb\Z§¦¡ŒZŽ\nS­\ra‚ô¢LÛ&¥´ â­vî3+kCJ‚ÅIò\Z< \0øP>± ¬%@5êvñ%â(Ò äô™òJøù§¯…aIÓ¸\\Ñ“ˆHŒ¿O\'\nð×(PùÓ³¤¾\nÈrÕä	Ès°ÈñJæªúbómLhç¬‡û[´£Œ¶±\'{0ˆþÑlÖuÏæÊ’hk¡‹õ­FNÊ¨\nÉ,U|Ãë¡â§XæÞ5Ù)ÙaTØÝðåÔ© %2•ûýûRyÂè‚êÅ«i*Ø%h%æÕÆÕáç¶$)`v:#f“ª«˜Ÿþ.x÷d\nœ˜¹Ž:ÌxAìÿ-à¦H>ø¸JìÂy;îáõÅÓ<žðI8w2AÊ	Å‡ƒøÚ¸Øž°0À¿‰2ü–yK°|ï_’˜Ñâå%dßÒ`2ö9ª…xmÂñl’Q€W¯žè–•U=d™¹£Z¡è¸	«éÊ’c‘WZ:ÁwP×ó{6Ly«?Ø·cûâÒäìÜI\nþ¨õ•£ß¾°B2ßµ±»¸zÕ evÈz†Œ¶3ñŽÆ˜U€{î^qa%I™BÝÐ›ÍWíãý<VŸA=Þl¸ëL—Æ^Ÿ<kL¤‹ sjÝÒ¥?íbÞÉ–ðÈ’|è„Bí?-(…ú+xdú6SPÑIj‹Ò—©:K­ÏöÑ-œ`UžMâ°Åu¯nÖ§œ]BeI×ðY\rfþ6éýþ·yÍ;Ÿµµ6\r)ÐÌ„,ìñP 6;\'—6˜•\"ýÖ ds´\rã=‹ÊVà˜’\"n*áR-ª!ÎÞ`ÎCGÖ‹¹Ù…\"¶^Ýe¤\n|5ïÏ.Þ°Šã—ÉúÎ8¹!¢9:Ÿ%îÉ±„…¤ö\'&;¶úC¿×rÂAL‹*3q˜ž8“ºì$Ç\"ïnú³ý™$åFo¤ef$•ãîS…4Cê×\0}UJ5}¼Þ&ÜJmyÄâNL5¨ØÎ\r\Z˜¶0s3çûu³6!$¾0œKJŽ‚Á¨\r22ñÌß–]ôö€Ã“\'L\0ÆÛÑñI˜MÉqß2ØËªã½\Zç‡§»¸Ûi(áÀo‡‚ì)ÝNÞ¢ãVB‡Ò ÁnúLíâcãˆ\rÝàÊ¿5—»…œÊ2ñBÖG“3…u‡«²²Í*Ó0oýBÇ¯þÚÖÙhÏûäâ Î}C‡Êëºo€GØ}BdÞg»DØ‰$êŸO<L#1£OØF14.+ê¿kcù*‹ø9\'q•.ÂÜÝ;‘F¦ç›×Ãr€P\'óú­Ýlø—â1´e^>b6ØchNÊìí¼E4#\\’G¦YúZ>ÃAQ‡³Žb&µ˜Á‹YZoáœ>QrŸÍ¡’°˜íi9\0T9\\>$ˆ2ÏÂ‚œÏÝ²ØæjËÔórþ³whq­¢ÃMëÀTUòúÐ©w‡”Í™CHN\0ÉI”<æ—ŒŒ½÷.ÍO¬˜÷¢žößÆÂ†Í§²íìÂÜfh_2E²§_Tþ.ZuiÏÕYþÆûçk.\\{gá:í­Ñô­—«F„hdóòµañ¤ñGóI‘›\0q­×¹a\ZÑ}Õ*ÖÍ3»yXóZ‰×æjoy¸Æ\\oCØÕw=°€€usªn@«èÎ=]N1õ%P0™„ÞË.\"‰p†¯ŸŽT¥Óœ÷q(%7N¦ª…ò¤˜Oê2\"hªkUùv¦ˆróÞ´¬°°Õ\'ré-…AÛDƒ„^EõcZWq”ù8…ˆ5ãýqé†rÆÌã@Îü7VRÅÛ˜]¯7Nƒi’åÔjR\"~RÚØÿO|âº¥fÂ`ôS:Äö\rŽ×åÛb-\\³|ÊÛƒ£ø”9E´éøg±èÒƒf’Ž±]¹Hh~Ùw†åéwÛO\0LhD:m	†Ã3(TN€—ÚíÅí,ñ·Åî‚ÂøŒj¶p¬JµÚÁÌºÓÞÓèÈÎ³˜Syï®9s…68r¸MÞôÚ ¨cää‹ÛÀÑ4b¬oT“‡Œ¼,ÿ>£\nu‚¯	ÍU`.9>Y3`yk òŸÎš·À6d?j¬¥™/£&bÓ\"¡ó\nã<5.B‹ñz™ÒnÈó€1YY]}àì{6Û^œ\rßåoñþÊ aXÜ–^ôÛ	’¤…æ„s0ŸÄ×É»s¢y0‚ì1‘É)f¨x¤Ÿ– ø¾û¤Xà`øÙ[Z76ê×‘.Ÿ-*ØP«Ç—Uî-8m@eù0ðŒ5¤\\¸«wMvÔ1.²ÄÊžRûªfq\"^ähSÛ;Xö¥–~øYííYœ§š^å«üÏ»›jc¹Tî˜xàFw7¢?D?ô½¬Fa\0Ó°ª-Å@çh1èÔ+þþK(ñÑãÑa¼ãÙ]ñ´DRñß:[‰_I3y€µâ”Êwt×Ÿ»#F3÷»µ=2ç´Õ2I‹8ÊÛJpLþ] ]}²õà0nŽ£¼P\rQ¬¥ËßÒÔcJ‹ÓYBñµ=niQÒ=NeðÙÕ±unS,ŠÕåhÊÝÜËXòÍ:ª_ÙùUŸÇ-¸áJÄrSý5´””¶ãü¶…ý‘btû½LÈ’¸|Äð›n 4\0ºÙ’ó\'Ä/XMK,f\"*Z$ïí¼„4¸‚» ›%¯-æb#Û6u|‘¾Ä–}¡bæŒJsò6É .¥,2F*›ÏÑz&@¤ô;Ä`x^Â#.ñ„W(–` :…kýY„Š¥MjxRÖÖ´–P=ãTÂ_U~ÞQÊ HÕÊ±àyêÞ4ÿBW”@c”\\§¦ØÈJßŠqã×GC W¡aQÖ×x«õ‚DÙ2-q%µolþ(Ñî]?Aá kuPŽ–½t¤ÍÌŠÃÆz¨\"qgÃüÆÔâÀ=…(0× lÚ\nÂ°&|¥\"äwK~›€30,Šàø>³P­¾é&w ‰¤žÙüí°\'Æ © $nÞX±€´37ÚN²–<¸g ‰ÜYL«§&‘¯>â­Î G\ZuÛ%X‚ö-)Á—Ò š)—•ü>üÀ×Q—õ|Ûú	]v‰ŸCê ,ýÿ ›7êÊÄ‡êKý4ôýsNsÓ	QŸ<þsŒð|—á¥ïá ®\n	ç\Z?`%T€pñ6ôØÁ#IRë«ù÷lœR„Ú ÓŒ[*šktåC¬‘`x¶{cÔ!Õ™\ZVWîSÙÔsètŒ ÔîÄ@W4nþ‚·ï*˜tù˜Q`EJ Ý)È)e%C!³BwÎí”´‡Q€\r\Zô-……èý1ðËþO²!«ï—ÄT¤á¯õ—v†­ìÛÀ‹‰Î±ûõè!ðÄ)uÇ^ŸÖ)òh\r¿äÈ±>uOKŽ,hc$œ¸!,“elÈsíð\\Ø÷ù055ì.fOtÁó³÷ûe¸}!5ARü/œÏ{Ca€F9ÿZº_ît«Œ%8ª,=Û«!?ÓU!îÍ)lnßUnö(\ZÇ…‰F€Z‡æéÿn!ZÜmNxIŽ>W>%ü*ïr˜ô“^ð±#\\µQD!]Í¯%uO®bû²Œ;í¦Í°(2[\nÂ—½_!iîÝ\\ ²×ŒeQ\0˜rºz.+;\0\Z)‰ªoË5£3¨!ˆÞúù\'”¨oê]ºßï±ò³tèJ¯Æ:soTßÃ!™x¤Ð6æ^q»®Ä>F70žVÖµV–>¯>²áµë°!ž®¡$ªæ1Å­9†¼†5\n2d\\aÙW—•\Zq°3x !¤:¯qÉ´&¢ôg™zž68Ö›üdåÉÇÏ;tV;U!©&ÐxÝù”[w¤Àû)¤ÆÈƒcüN–SýaÎ!´¥î>$wÄœ¦ö¡¢Fÿ\n%“`IJ×M6—o(Ò–!»bƒ™FæÞ‰g2oÃi\nNl+\ný–™ßµ£îb!Îÿ‹5AÃ ÇÀ¯Ð~ùIºüô¿î \\€ƒv(öcÔF!Üÿ(\'eÐŽ¶\r804@§šd•DÉ4þˆKS„kV!àaÀ”ZU£žï‰/<rg$½R4gÍZÂ0´÷l‘!ãå\r;˜m1Ï¼€.è{r°€6@¶C´äHc^\"A÷!ëÄ©tXóÅQ™Îî\"úÞ¾ÜÑ’m]Àà™ä2J\"TâYK‹„ý ±Á°JÖô,/þ¼Ô\\/ ûd\"ºh>:ÄêáQ ùê±Ësik¡ZµØßèEw}b\"Ò:¼+á@Êbê$¾ÏT¯AtË6ŒrÎ£\":fnùJ\"²-vS ›´X¾ï÷¾ÀõÙ^­\rË #\"JRIxý¬ï9õŽWÀnÎ\"µð¦‚aä¦öÔ™¾†ö§é\"L0]€˜“û¾Ó†õÙ¥y)UePÆÂ^÷›AØÎ\"Sã¸.87~96sÂ³yjr\'Œå]s\0 “\"\\€¨Òüêß&S§–¼¹„“‰^‚Ò\r xQŒÚìfµ\"nN½ñv?îKƒ¶¸‹g^å:m¸¶™óBlbðZ\"•’„$l˜}Öeé³æÉëXÁ\\Œ%È’\'AåÌJ\"•ø	®¿.FÍ¢ÖY\\õžgFy—Ž2\n\rM†Z’´\"šøGÙ$@€ÌùPÄ¹\Z7~Ô§OÆ¦pãdb ü\"):ze…0E¹Ž8ý†=!þ–7¡ÓºÖl<“Z½P\" /¸JK»Õ}µ´uÆÑvèaàHú¦Q˜LEÈÁ\"¸½Í!°zFÛº6ŒÆþð½‰üë&ß\n¤§s®|î\"ÊŠîÇ5‰¢\".Mãp•´¢-zx)Rš.%Ô.™Á8\"ØŒV2M.é\\ë™ûe#øNØíÈ¡Ï>Û.¤ý:¦àIø\"Þ_¤íórª¤ÐüÓMüDZNÉaŸŠ­\"ëL›p¨6-@³”!#·^kYÚ®XV£FÂ€XÜ65´\"ì=óš\rÅBŽ¸>ü’\"ÎHá÷@Zæ#X°V¿WÎ«\"õè8¿0#>ünåàyl¦Ìvþ´Æ©rK~„8\"ý;zÃ`‚~gå¼^¾_ÖÜÜR›ö¢5„úÑ‚(öÓ#ÄŸ_Üµ?ÍWÈÖ/­žC+¹‚ƒ÷ºUÒ¼KG#…2±èsåÑ\'|xš—ò,q³™Â´ÛÚÞ£¿\\\"\\*dq#ýLj@P\\–EÈ¼õé¸nýxË$WÒ«r1Ù¾6}#2;#Á/7\n QrsE&]ÀðÑÁIe‹Yëcçg#Oyw;p…¹”Ó¿zŸw,!€:;umjõÍŠ¸)#SøRïm-ÎzÅŸQ¶¬\rØÇä¡: QêVÀ¦×Ê#fl˜æ~FƒØcAmÄ½¦b\rVÖ¯qP9iÃÏ¯»#f†èöW*o–Ø_æ\nŸãæ­ÇÖU8¯_ª¢\rÖ£z#m•«þbŒT¥á®É¸Ö=’ø©Vê“187–>ƒ#ƒµ_Ós(··Ësxña{ËÛ{A-åøô‡##°Ì¨wAÌ/còÒ[áâ&Ge\Zx%%çÓ=’C[a#±™góÇïCÃY›<Šåüb´IóV?¾¿Ji^·aU´B#³®yÄ½ùTf»‡Ü<½¾,ï9zÕ,îž;ÀPÐ›¦#Ó™>ho/Á>¦,¾F±±äªmèùƒ@`ƒ0šï#g#Ö\06¦”ù|Ð “ÕYDŠŽ…ÅÀ›Ì°Ø£wty#ç¯ÊM°°+—¶ŒBø*TvÍGÇ’?ªoLJªsù#èBðoKm±×ÄuóÌïq÷³GØKLïŠ…Ò5¦=Oß#úV}€é©›F\'y½¥#Åv	×¼\"Ã™’æ6ðÒGÎJü#ÿþ¯°ËòÚ]§=Ùð0ù¬’\n\ršÄž’^æ\'ë<$_üéÙ-»\'ò8uÐPüÒcäÀ6Ù#	KEumçÙ$\r˜ÓÇÜ·2¢Ý“ÚÏ¼Õ+‚BîÃû©É¡Q(-$³Ÿ´F:6~QQ\'×¦:ä3~¤Èó»ÊÁ§¤U$#\'òÀîbÈ}Ô$X:¶cÄ¾úmý]ˆ\"´V¤$2¯†	½•ªJ8ËÝ+¦n\nbO+9º¬ü2˜àªËq$?Â\ZWë7âmß(w{K•„¡\\Û¶Ž×®Ž–Äj„t$Cþ¤rá{3õ¼;LnŸ,uÊw`¬°Â‹á7úùpùE$Iál;¿ûÆüû_W\ZdÛ©°À§Îˆ\0fm¥Ö$XA¦8­’8ðÊÌÞÁ3žk.b½4ˆñDZºì¥½$^õW+NˆÇN§	´¨Ò»@ÎyA$­ÏôGì¥ß+Z[($h/Ûì*Ã…ZçOòx+¿ˆ-ë¡–éHØ©TEÀá¿$jš^2	ŒÜ½“4`‚ÔQüî•Qœët²yTrŽ\'$l¾°Ûµ	ˆ¬¤n¤ˆs}ÚZåÆ×ò¡‡?˜|¼:í$‡V&´<î% æ—….ÃÚßl‰³äöøã¹¯ûæž$¨¸E,©_§²wþù¬ÄMJI:º·”žŽW«~À¶¯$¾…¤š` £òå5ì~VWClZ¾¶‡ÿ–í²	¡|GN$ÂÛ±¼çlÐ¯s†F,žÅ³eIxÖ\Z:Áå>ú;à3$ÒÛæ]ä:)„~K×F,B4w÷Ÿ¼•Ù¨/cØ,™ºH$Ô‘œÉî´<ñÈ*Y»+ºäú`pÛ_—/ãÈž)Od$ãö‰„±`¯MHnª#†<K£¶Þßè*\r½ÁÁe%%Žák¶Älf‡;{Ý…T¥_ÀÏ<{x%¥[4dá%S3BG\n9K¡½\"àUãfºq×*A›j5ã\'ÁÏ±%Yžy\ZŠª@äÚ¤ý~&Ç¨1¯#†2QÀi×®%nMÇ®èºiñ’D7“@qŠVâÒ#vÏE©>TCdW%v+ï”4)©%îOiÿ+aàdg˜F2!ˆT+É%„žkñžœr _”›‰ÐS’µpÂïEµ°†”3±æ%°›f3´qEÞb™Ä<êórëØ]B[µþS@k1\'b%¾’>²f“ýè¹ã†XJÔ&áÐ–¤Õ>Z•y2p#ï%Æ07¸s‰\0\'zM|Ë:9#âh7ÀdÂJa6÷×!\\%Æ²öçÜaëU>ÈÍîZæZÓ	YD^@NÄÚøN%š%â8X_‘Ò²×§§%$9Ù”…*„_¸ÀêÛùó›©ô[%û»îÜ‰±ù`þú•»³nÇÜ››TKéxCt•¾&íXÝây&Ì·-;×‘Œu¿Hîïîä\\s!Ïù5š\0&\n¤ÈÈÀµu’Ob&»\"õM¬ùf?û+ATè±(¤M&ïp©›ØÕñj—+õÒŠþ%šs<­\\±$&am{[ó>ÛBv\\`šÎ :nwÕc)Èß—%Z0ä&|º€O	gñ)ö2»«*€×«7Ôo-¸Ýžró?øâÄ&„[on¹§Çñ šl–úíaÏ³‰tâWLŠQO²QÂcó&Ù–œ`Ê“Ôþ¦äðò#tÞ™,—QµŽ)DŒ9&žÄt€ïæ*–2Ž¨¤~’|ú1/ÈUÞ8ÿVY}$&­¾øÈm“4tXûF†þŒ¡@¸Rµ®ØÊº¹bL&Ó¥Ykâý\Z nß°X»ÎOêõã£Ú±é¾hÛØb)&ñõÚý!„ÿâGðêÛË!¶C›ÊoFûQ`ŸBºÉîQŸ\'™×l_JÓÿVÄìSu8VHJ„¦’£ÙÒ÷yC\'¼ªDÄ‚áD1•§ú`Ú¯ ç/5)òÌÍüF1©¸\'»¶®+F».à}M>W\nwJ½]}&Æ#V\nÓÜ\'(Ç\0*òÑPg\Z$—\"PHG!ù»ú‡ŽýÔ‰5ŒjN\'@ðúõ½?B’{´uBtÐÍi¡\'Sß?\n¶=ãÎPCÎ\'F.¯1ìEÏ)•ÁHŽ;âl”/.nø7ÓÇÇ|Wç*\'G¿¦LàªÊÏs\rŽŸÙÖ+áQ·N*õ+r;_1…ÃYö\'S{<—?’þË*ãf”;°²/Ã{’\'êœìv\'k7^¯Y«ÞêÐ6Ö¨{Jïä/ÎÕš‚ÉºÏdN©ó\'ŒÙQñ_žÃ+g®à*d©œírVÇ ·ÁûÅ\'*\'«pîGgÛ_P@EuE-ïjbc=çHè •\\M¤ÞWŠ\'°¡æ$ƒ1,;ÔbãLë(Ë“ÑÌ°OÄ\rM•gÐ´Ð\'ÃiZ\"Æ®Óf=ùD×F•ÈG¼ïéó\n_ÁB>âqYÞ´\'Æ*Ç‹w)M¡Û>êSY\nöŠSšš4ÏvnÚaÞÿé\'ÈÈ9_eÅZ÷å·ðhZìVaé‡¦Œ¼vuê[*S\'ÏNà9áÉì¡r¸g_TÆÈ»kù‚Îø–›®BºÑy\'Õq·ù&1Ðç,žÝS÷Nj64cìGÍ&Z_âá3j\'Û^Êù°²¤5j%ÑV–lÖç{ç=ŠéÊ{Ám·@ÙÞÁá\'ßm/¹–lrÀ¿éÉ8êÆ*l	=$æž’Ó=£h79a\'æj*ì,¦A†.ƒÉû+…-÷T·¨ï¬²ˆ*\'íãÁä¢ÙN‹fÚî[óOŽgæ¶îŸ|\Zè	ÿ+\'î´xör²X¸kãÉ.Úñ~âÅb5·ÇŸ¨<ÒMÂåÒ(:«ýMQìß =ýë©ªßªyyL»•Þ¢çŒÚ(Cd?hv“¾ÝÒºn*Œ÷1ÔîZƒˆV„(=X•twìÉ¬DÙ .=H\ZSñÒø¡µ\Zá»5wá(?ß¾ÛnáT ¤Z«ð¦†½ý \\9ñå8vW¹øÈ\Z¥(E\0ù	ö73Ñ/>ˆu0§·¹ÂðAH*$\\¡þÈõ(\\Ã°w0#r‹Fß¼Ù¥^G‚Acwð¨,t´”Ž©´(a8°ÜÄò)€è~%ïcGÝÔ:~»\\\0p#t¢‘F?Å(fp\\3{¬?\"Ò];>W–¯Ší·qBèÝì5©mo(nÙéÐs¿¼sTòj+<$Ÿ|rE÷Î~âŒéÚ(y:wj5ƒŒ1ùº»\Zç!Êð`³®<ž¢!_‹(€wy‘•e\r…63TñÁQÑ-¾ˆƒY’Tœ=G(•Î˜\\õ‰Þn Ülpu¹ê‘&]š°y˜i›J)(®f¤¦–¢qièIÔpÞÜ²ã,÷úíK˜ãñ(Ã­ÑÄ¼\rC	¡üv…™±¡SæìKO]l]¬t²¿(Çmÿ}Â:Öƒ¹{™®Fi\r~^‡ü–ª`·@€2$Œ(Ú®å­wS4ÕûB¨l…q`8Ïz»áW:5HI)z4ó¸Éphzi‰þT±vÉÐ/¡Ô°x¢”³¸)!¤/¿­P²dÇÃêtòOÂ;DCá¤‰ú7P5)%^¢–VòtÀ_î\"L&x?Ð.à›¥Îò«ÒªÑ*|2OQ)JJQ¸%˜æ„x\Z•ð‡¬ø	€»rì]¤(R`Á)NÎ\\nÁËmEÁ\Zk“cúöÖQ÷¤¿­(aÖïô)QFÀÞ¶úéÙÐcŽóµBWÅk¢Å÷!—ñ)Zô!Y”ÙÚì¯PAä;¾®®šð]nû”‘••)a¡ÐQOhÐ¡/zÃ æS\06ñÎþ`ÚŒÊ)}´VÆOÇg§-w/¢^°w6!EãýˆèèÐò~ƒ5OnÇ)Ä!e¡ƒ±£Ð¤RÝ€zg†g6‘Ñlñ¬[²{)ÔQ1˜Ùªèp”$«2Ën#[z*/	*?¤|¬)ôX.\rˆ•¹½j…cÄËT[q’1Ç¿Ü]MÈ:ô½‰«*ÅùýÝ&—„¿ÍØS¤¤‰ÒÆ½tŽÔ0îž¾™¨õî*%Ò¹-ñËm\\ûÍÛ(«<ø`}yœ åx‚	ˆ[l* µÞjùóÏY£„6XAS‚ìÍ\0t_¦ášB*0Ì?¢“\rÅØYoXdø	Þ:í¾©¥Ž@²ÎMFIæ)*Néª±w¸ŒàjŽ‡u\ràø§3Ëâû¥ô£ðô*P¼|Ë¿(W¯åa—OB¨§…A€e×À¾þ¥ÿ:£Õ+ë*RNÚ”%>•+£ß®6ÙÒ×èn^wjþÈ9ý²8Ü*enŒ©|Ó—ÛQ›¿DU[M!B\Z×Xó2ŸUgy¬*j4£œm3: PËà0ˆ\0å\0ïO÷¬Ë9ÜÁ`*k /ÙYlò§IÝ>CK:îxëÚßÝA§ní6[*¹çmáÒ°ÑÇ•(ÖySl™“SÇXL£	ý3QnœÙT*ÁYÇ×D>)‘ûk¾\'äYÜO+›j*üßUYâ2µFµ*Â×áÕ(Ž‡¢9ñ¾ÍŒvå&5d2|³Ñœo<¯v8*â®ñnT÷HSaQƒÀÊÌp¤þGÙeöõë£Õõ˜gz*å.CÜ®ñá)Üi˜±XÇêöÖF8Ž9ÑŽ,¯Úä£*îÂ‡àjlµJƒ[Ä¸Ø¯‘i•u*_ÿ	çžù·´Ê*ðwVS°1™Y«‹ƒ¸°\'õ;În_Žb¿ãåíŸ6ñ+‰äÕ%Û<©“æÒòhò´ýÌaæòt¦>Õä¼++ð€­BPxP\'\"àÓâXˆpóÐT©ì‘hw\"e +(Oi~”.I%·Æ¥î?\"~Yä¹‹öïbüoQ\\ÜYÕ+EÐËŽþ÷R‡‰ñ9KB‘ÂâñÅ$þ\ZÊ5Þ§°Wd+I°Ø*¬’¿›› Ã\"2’ïä­æ:Gfl”Œpà=æ¸+^ˆßH®ÿuß²ÎÖ¨ç¼n¢Të˜æçZØï7œÈ+œˆ¢òk d\Z\'Èê,¸G·ww‚ÞÖÂqNÞ+¹ùZP›ýÜÖÜ2ôÑlv,,í2ÍÀR¿Vê~’I+àëáÓÖÝê±Zr\\aËïzäîãkÖÌ§Î±k+èéèþû±£ï WqzŽ\"§[× Ë½_Å{ÀÊ,\rNMì˜âd°_“•z_T3$7Xc.ð5A˜X‰×ý,–þX‰Ù…WvY9ÉbÔ\'ùò7 …}\nÜ,#â|¶xËIh‹ÜˆÛGò:â`3Ð¢{_^ñÿcá,mƒþ\ZrßbëÕÉÈÌÀJ|&\\ú¦\"C8)ˆOžæÓ},ŸŸÏ~8ù×¿K3k.FP?R()ÔoòÈjrt,®äó1†¦­^®ê7\rÕx6$\'Ö.ÑÍáò„SáWFà,²ðlTÑ•™½%ïPê~Èœxq\rÆÚÓÆÞ¶®‚fçÇ,·g£åEä®^\"Ç¤5ƒÂ¸ª±Ú6¦ä—FO•‡,ÉÚ€1f,Ms]B„é#^ÜÚX¬¼«†=ƒd`ã,Ô€ºJ`Ôj0¿Að\nüÁ*®L¡ÛzG,ÛiÚS~?:5^:øb\\BGãQËo—z!‹bvéßE|,ã¯¢ò/z]ö‹Åò_ù—¼¼›W­˜Øpd¼´©.f-7bkÙšA53¾gFEk|¸^Ú’‘n»^ê)¹-#;Å¹D ¦êÆÃä§oþ¶žIYÃMÿAôu»-4aˆkOÒý67½åZÞ¡R•)øûÒÔ&¹ð~	Ù-;i\\3ý .¡Ï\'=ÏÅrs\'ó1•\0„<ª-FP“¹Å9N†¤fš›« ;ª¼î·–hçíl—4E-½HÆP{cÜ»:£n{2ùsZ°q:³7ÊA)l-ÓŒl‡^ç.Ô«êÐÈ;	>¼½Í<äû;ŸènC\\ñ´-×ª1ý:¿ÆùcÂ„&hÉÍ	ÝÖ³±ë4V°§F½-é±,hå8–f»aP¶jgW‚>³qŒþ½Õ\\œq0­-íßàk„Çðyn:ô’ŠQ±2Û €Š´š—ô?ÃxÝ-ðÜv‰w—\\yèUô+.$aWˆÝ•2.ÍFÍÞ-÷{­=mMòzØÚÊ¶¡KÆzŒ¼gR*ƒâ›(.Ýë(2çGKzj\"õÊ,è5ê5+ö%Ê{	ÂW.Çç~\rßB|\\èÕ­}î­:tJ‹ÑîsfÉZþüì.«ßÉ\"ÙwÂŠ¸k~?š\'¨Lž-ÞÊ…+æ?.%%­ØŒŒ÷kÉT³aßÀE¾ŒQdu°8¢Ù~Ö3ð.)¯y\ZôJ\nö*F¼£h,¶†T›TíuÔƒ× N.Kð×n‹G\'¢zäô=_å™ðäÄ¨ë©K\nÍ¯áO`r9.d-vŽŠœÛº²Å’È#uÑ7š‘)¸Ò“{µ¦.{¦fZÄ%Ÿù{þ34ñÌí‚`zo<²\":qe5Ab..õ‡IÇ÷ËÎ)6Z©n)ÿ\"6\Z]\r3ÎCFZžW½.)G]CŒâà{ð”.®=½Cõ+ã[p×Õ-¾R·.šBºøxœ‡~Cd”Æ\r(olvôÁ½úà°+×Á£k\n.Ü¢ãSP*šî¡ƒ6;§]XRCÑÉ†\re‰g–fò.òÇÄ:ä•%q/“}!’*«â:r\Z^ÁEÝÇÿ¢¼/¿uÀ¢C;ˆüÅ,!0ÍAŽA+¦CÇŸg23/Ìsæs³¯Z*ºj)ißÐ±®e« ôQ¹3>s<ñ/^âW)H×ç\\yÁ=Z3%·1q^QdÒaé¯H/&dx‘G:IVt¤Í†ŸØËY¶jáÇÏM?RŠÅ\"/#å×„Ëö×–ú4û$ŸÇ½ª»Øï~r>-h%8•X×/,±b£ÿ•Õ2Hþèøã=XÓ²\0ÀºóõÔDÄNíb1/.Ù˜š½˜ÓîÃ‡ùàKvý\\–æ)×÷w½ÛS¹/7ýÚô0/!B¸§sƒéêìÝ’oBÜÍ»¥e±}y^/>£Úwi`ÞSƒ¾Ó{¡oF’¡’ïý†:­£i8/M¶„œ°4ªêH&¤úo²l=¨|@ÕuQñD}‚W§p/_¾9^Š`5J—Ò¼,ŒËÖÚßY´âaj€KÙEÝålí/v ú\'I5ßR/^\nBR7¯0Ž1nQ=‰*Q/„™|…wÎ…•±jˆR×Ãz·ZHcxS ÊJbËÍŒ¦/…YêleŸzIGz¬Üëzsˆ«¥s=\\ƒ}æ/ŽÍÔ£÷šZµ¡g\0cVðž×¥vçáð¹d›Z¶/™	43s×ýÎxÊñð¯|\"¢@Æ-8ã,^F¶/œ–GO%<Ž\"âàŠ!5Ä¨®Ç`0<¹hCJ²¸”±/´É\0¶‰NáKoƒ˜Ê©Û­è©¡{¢nggÝê/Ÿû|`ýÅzÁªZö\0^\n°ˆÍŽ#0÷‡\"”ô\0@žµæ/§çXžŽÅƒ½âñàY]¿– ”øIç÷ØOÇ/½)ø§ñäË²ËøàjtS°+KUVÝSƒxšï‡\\/¾¼?œ€<@qùŸvê¡ö4ù?„rÕcm‹5õ/ËFA@T½ïZ5Ça¡ )ðLOfÐW”»Rl!¶\"tˆš/ÛÏJ»tR8·èÔÖ“†9ÐHòµd³øFØ£8­‘/é7\0Øq©e\nO^0£sÔ@î7ÀÒÿTªŒøy0“!§ÔQ+7¯ãó`Gó#ô\rþ)ÕÇS<\Zÿ{bÐ0úˆ½–C?ãBÅkÕ\0\'Í®<ÿ×’+F/&\ZCèÜõ0ó­’o ¤7Ô‚ØÀ^²‘\ZtÙU×:+ê¡Ò0ìCOªÜ¢6Yöy—´þ¸ K8†<”G÷žT¼J‡0)¬…5¶üÖiKeÚåô£’jÕˆ’ÊÔüTö|¾F$Ë4t0F€6^Ê¤pƒ	,Ûw§R}nlD‡oïYDÈŒ\Z•0J;;æQëˆx*„©,U»ŠÓÄ¾ì<gþ_;§o-H0X!Þ\nB\"`Ã6öèÿ D© ûÏKP?±ï°ä_Š0X¹73S;ø Ç\03mä&)Ù$K>7wtT´\"µ0[nÓÚ•rµwëýe&³ýîE_ÇJãCè¡Ùä’ˆ0iÏG/þ+Uî‘W3Iœi\r¨Â·8ˆ”ØµS ¸§8•0sÈaÁ±¥…°¦`\"*ºm(|-=©9¿Æ„ú ¤A@0À(ÂËÜ<é~UÏ-t.™&]%/wˆ1…©ŠR¨o0ŒòQ9\'«—j\rÜäp‰WC‚mög0b¨¡õu+ö<0 ¿Ïáö¨èSbŽ€º]‹^ŒìD«ì¤ÑŸd«Ü0¥…g¾†ÒÐºÊå²«}ÿbIYwe–.êGžÑ0©pÊŠRâ^=©úY› ø¼o(áä‡a*¢7Á`Á0¯Ü,d9É˜ðó„·Gõ\n6úêPÒÇ$JC97,néHç0èqeRŠ1:\'°“ÂãQD‡uÈãhVãÐÂwÏ‡0óÌ÷ ‚\rXyqÞ\\d‰ø‚]jÅ‰: +R„(ÿ7Î—0øº?@Ý\nQ¢›ÆŸ¤¢q0	2¼ˆzúRö•ÑËo@0øÉøY–ìiËÑ¾ëäc1ËýÊ\Z±²³[‡^r0ü\rÁHCxŽ^\nêë”#öçQíÌëY¶4NX…1„!3Q*„\nÏôXÚ}³(ÄbÇz¥=¥œ.Åù/1&ZVº0Ñc;÷»dÇClšÞÙÎ¾P`…–ùŸcý1/pªÎJVQƒ§ì2v…Žþì•€ž]L9çðe?4J15VƒâÆ^,û¹‹ŽgK×äÿé|#¿0£Idµláo1E(Ó|Tæ€Vc»-NÂ¿-ìíÞ¾„~znòì}µ.µ1\\ó^¡œã8ˆ¬òÄ.Òl›·jåÐ…Œ¨Í4x²]›|1]›TÇÂ’ì2J\\+	äi¦6SŽv©®S,Eï€´‰1eêñä…­8o£NØTÜ:ûw8Ä<¥:ÚÕ¨î1h\n@ú”ÞóEA:ò\"H9¡ú8‚G—×E¿1‡ÔËu¾\'ŽY	£òÃÊ/%ùÇ¼\0›ˆç¥ñB¸Â\01Œ-#öó$½ü²„p÷&ºh5híJ‰m9³ÿƒm.‚1’Ê7’õH™}·®­hŸtqŒEÁŠu6ÛÇx]º1”SP^&!é £!\r\nOñ¬6\'R˜ €ú6¡a\nµ-1œHŒüìÑ\"ØgyßüÑ†*Ù&\Z±ÎÏb&fKþ1¡¢¿_¬»«X‡#/I*D¹NÅ|æqx À]\n±\\t1³ó¢¨f¸@g˜øì<ø÷g—-vI„›Péà8îá³1ï6sè4Ú>gŠøHTÂúµs„*ŸNV‰BªßÓ1ò\n	Tk5tí×{j°´.\Z éB½5$ºV¬ò{ò26?Ã´%I8#ƒAaŸ§W‚¼=ñªÝûÒ€VONhEÏ2AñþWB]±¶bž}÷¿cÞ¯B™Äè÷#É2B·Qb9ñL‚ò†\'ŠÄÈÍ›¢ä¸ýB¨BTŽ2Dl±yì¤O_!€DåFjF^¸=Î-ïv¨Q\"T2v´2Hš˜‡s|kÃ-ðD`ÂŠñ]^9Ü÷âªÁÍÄcõ,2SLËÃbˆì{¼³äšÄÑXsÓÇ…*ðž@)Q˜2vziòÛM%\\ÔíXtâ#Ýîž‡$­žeµ*ƒ¾‹2{yC$%BÒE;ù•¨¦ø‹4>©ê«f–Ý&b=ôâr2}©À)vD$t2ù.Pì—³÷·‡2ŒA‡üÚGô½þ8Q2˜ñÓ†JáJ™/CC7NÖ×Œ\rªÈjÈÿ‹Ìi2ÌMm¡ÊQ´fÍ!áž=sö*”û™˜2Óúç\"!-Ò2Ø—§ÄŒ„ÍÏ_g[)@ææ‰û23>²ŒÇ,ñ.¼¦2óÙ¹Ô<­ædI=¥@M8­Ó>ª4‡c!^i N3fKÆfYÓ8~Dh_ÖÜé©ª”Ç%*&zçF¸0-ä3(„îJÊ{´*™€â\r[óŸÉÚÜ½’}†W33)\"ÆK\\,ÜÜöh+–î\\\")û`°“/W²Ú33ˆ9DkÇNd\rìF‡›$±O‡2í>ac™c;™Sö3E”!”›Ö†ÞƒXO+ó¦–ó¼)ˆ\r^gPÇJ3O¢™€jü}.£óÓãÃøj	^W/Q(Ï¿Ð¸hBC3Z:×2$¾FyÓPâ7bØ¡ü: —äy‡MúÝïí3r­ù=…«	aÔ…šñç6˜~1…´tŸùÁ}‚k3‹i°ŠåˆZ+²+<A&±ÏëÜnéã?«¼‚%Á3¢J~wUV.gD”¯š%Þ £ó.÷¿P	‚<Qï3Ï7H0Ï0ÚÁÚÔ­*:ÞÓ>âñaž_Úî·r`g3Õ¬ÚKY…CäX–-¸îkÿ“íg9[ÅëÛ³µÒ„š4Pë¢¢\ZÚÐ+KibÇE±WÐ’q`r¹\nQÏL¸4\ržÁÅ(HO_)‘µyÖJ–ñƒwàLãÅÿ†ó†Áö4¨K\0¬$ÍÚÃ|%Ü°^ñqï÷BÛ±&‚¥ÏK…ô¼4,Êj´­òÂE6©†Îþ¢Üú“æ@µúË9&–YPdü4-”;*B_|Tç•Bˆõ Ù!°Öþ\'÷o\nëQÓn4We›.ßeÙûþ>uÉ‘±ÎðyƒÃVcÉýÒ@ˆ4gÑ“7’¼öG>…\\“óJ¹ÜÖZl®Ì2ü°Æ4‘‹ŽõÞH}AC{ÒHh/ù}sùfÞÑYÃáˆ£4£%ÞC]îÄq@²à¨ôm7kêDèñû¥–W¯Ü*_4±¶]¯ôŽ]@w:üyÙºX)%Ç€[b›tbs­m/Ý94»%_^^å[¾ðì£2¶ÉâûÂi¯Ós.·Çª-‡4ËYÞ2õéË½5MŒ€fÕžv2,Ë.¼à‡¶\\~†ý¨4ÒÄ\Zr}ÃM‡ÈcPÏ\\ÃGÏ¢l8Ôæ¢ïEý¥5½cíÄ[—/8àÁí>ô8g1Zàn‡àóBÈ¥gx5IwýNÒüeó¿zýÕ¾E®s-ÊM$£èg$úŽ5#_»÷DØž;}6]þ&ƒÓþ]Ì¶Žü&‰igæ>W5$;˜«/¿ÊmÑk«íØz —ð³ð™ “pƒþA5*Â¨ÁPÄÙo;è,«†£XÈ‹èyÖE[~‰ÐÃ5BÊ`íú­¿¾DÚ×ð’ÇSx|ð4øq|Ò­^’í]…5YÝY+þØWýï—4ò¹ž~û:j£/:ÎÙ‘,¦Š–j5o€ƒŠxØßùˆÒ~ì,ÓÒÊ\Zå±F<”‡H5‹Í±ð°hš×çôYó‘IË&ÛB•ëiUI­?ÄÒ‘5™	®XxtÅB\ZæÆ}O¥ž²ã‡ûLŸ =\ró6·µI5¤·<â£Ü8SIœóR\rAÙsëï¤Æsf[HœD£35îf`dP&ør:ã]û‚üÕÚï°»½ÓzØóW#[Ä5ó`œ©ßHºê•ÀÚç¾Üø¡Öº>ÑR5ÁEOI6,:}u4!Z{ÐŠšìòw1³&äv1Æ¯?ÚN@ÙÕ6= ´G!J|Glœ¿ï¥Ì£¶8(êxHï,åQ66Gñ\rékH:’\r,6œ¡YÕ§j€h½=Q’$rF÷—a6XþWÒÛ\r2Ya\n—ÛNàƒ‚D;3¿>¡?ÿ)?VÖ6k>×º£Ý	QÚêÚÑHa[×‘é]{°9·ÀÙF¼¢6tªY~\'I…Y+6ïõ5}’j²gØñÎh®yÓ:6ƒRàÃPJÃ’2]bîD\rµ\0JóÃnòRi’ÐãæZè6Š}Ÿ‘àñå¦åo\ZƒSu¿ìS§õ4Ì€n\rhþ6Š½\\Òæ¥…Tbñ{)p2¡u,®¼Ö…É¥£!wl˜Öb—6œ]Ñpåt=VËÙýïÈXˆÚ¦õá­ò¿âfYë6É•I•Ò£MkÕa_ùëßGÕ#é1Ïà²Ñm6êò´ÎÏÕ¼|d5lÂ¼g4„0æ\'ŸB`VãŽŽ‡6ð\\Õ\ntÃ\0€`6Í‹&)ªánâ—Äek\"Sü¸h7ÙISØXŠóîei¸NØî‘n˜&Ëå½¹³þdœayÑ7\nŠ@3çl,íUl‚ÄLÔ°XfRuDÖYRsíöm‚7çMªIî¾Š.çœôÚñ›-*“œ\rÆ‘æ7È§’å\\éÝ±Ñ”@Í°büÖdàxì?…¡ê7‘—)J2·,\"ÿ\ZÅV#¾µb‚¨Õ{°Î7€ðõÁ®\Z©ãÆÀð>©Qã©;£~oûàgYF½7]UP®ÿ*2©ˆ ÒªŽ#bò‚ËV ¨•ÎEÜXj7bŽ1œ€§8ß!´ÛU=…¢É€mš¾¨Ö{YQ‡7m«›¿0ç äž¤–3Å£›K7–ùò\nFg0íŒbÝ•W 7nœvŽæhÍ–ØXýd¸\"ƒôéÍ‰JèŒñÚˆ7qpÀ.Ñ}”a \rÀð`7Ñnšš’sñBÜúŒ}@Ó…v7|\n6º3«üÀ«Ò6¿#6ÑIÞ×æ?´Èà ˜7}áÍÉÙó>«³ž¼²æ`õJ+iV­ò]£Ë6¾ª7™Ù‚®·ò\ZEš¬.E{(ËYÑÒKhd`zŒk¶7¼I˜Öc÷Hƒì<=þü=\"óøF)\0Í[!Xâ\\æ7å­ü#q­$‰öTçT)Foe\'&?Prj%o7û@lDÝéÞìI¤R*)U†Òµ‘—¥èRä¶&\0e£¨7û|ì&,SÉWÄ¦l~Š°¡ e|T¾5‹—–‚oÞß8\0ªxqû± ù‹ªrgk*\"@TCRZ=òf’‘¤8K*}\"}u¾a¥Ú©ßîþÕßÈï}›#V^¡Íä}^g8KÇ–Ú´\"-?Â?,[‹À{/´Ou|ðEÕæpóâ‹8`Ñ°ÄM‹U8?˜‚i$ßîÅëî›\"³O„{˜Â8o0êË;ìà§—œ·Pjñë‘ª9I(–ÝÔhm~ÿŸÏ8~/ó°Sõï¥ù#WUD~c9u©uTÑv8Ú“1Ÿ‹­b;÷ü0eRÚ ñjìuU`ß` isÂ92g¢àÂæ­ìÆÐýÁþK:ûraÜW;\'ÓŽÞÌÞ19fG3óCësw[<ÝØhÇû\\ÃŠ¾°;;OA(Ks°9>|€ßžõyÉ®üŽö¡,Šn¸³a–S­Ý>\\S9IªÜ<Rîa§~ÒTªeð8JG,dèòÌ[…Js29P6’ATa~R,~F\rÖ‰«+Ìo‡)¢¥\Za0êp9PÅ `8_æK#õ£îç,ÖlS³Vd*6T3-`~9T-¤¢HÈž :9…¦¥˜1ÜS»\\\rb?FC©Óä½9Wmˆº\Z X —¨·Q?uM\0GuÌë‹7’ÉnOŽ¥9eí9‘Dõúg2[Oe‰¥ÑùÄÓ-ï„¼”DqT†noK-9f`Ewo„œ¼ß{õš)Q1W¦•<™ØÌ¶É‹9p’mÃÔRz®ÖmÀ˜Aq*èÓZƒ3ôŽŽV·\nŸ-9Š1»ÄY±z=&†3–‹.T°Ôö QâA[$…É¤”Zq9™7ŠTñµ™èÛÅBìRœÌ#[\rO:„K)÷ŸÅXý9œ5ÆV]‡*¦sêˆ»µjòq7«õË¨ð¡È3ìÒ9Ã¦âÀ%à!©ºbdV@ÎO GÔaMÛÃã¾¨\nµ{d9În¥‘Û~‚A ƒbÙHc†åx;‹åB®®o>1<9ÞJœ|UA6@Š)YºÒ>$UÅÙšâé§¥6b\"9áó~%qö¥2^J²ñD3]ZÃÍÀû4qôƒTõë9ò²ÄÆ·]6¤z*6u„jLñ\0ƒ<)¾+îô\0å9÷«ÙÔ$2©ã!èº…Ìu²“ÄÛéÎ™)…\0Ð¯»ð9þàžqBYaÙ‡sd¤yþPÃ¹(¹ClŸ;]«¸%É:Z‚?SjM¥aŒ\0ðùyJ†c/¸Eø#Î8Ðè s:\nå1Ñ.¢ÃÕVÄ\\ÉÁÇd†S=œ\"E,vv0²|“:$€÷UÒy\Z\n*â+–éÿÅ¾+cyª53‰3eê3:i\"R\"w`œ›ÌRÑIñœ„XÞL‘Í–šÌ7Û‰†Y¶:k6çZJ™£Wj?ËvëA‰¶ˆ^aŸ€-YêEçÏ8.,%:k¼\n<(QÇ ¦-g¨Üvv]èš¢áÔi³ýÈeU—N:‹ÛÅOñŒª3Ö›KÍiDé‰›˜‚é-‚-Ì*¯3K/: ¡ˆj\'²}’!ž „}DD·%Xï×á6âD:¡\'º¢¸Ž\ZÝ?ðçDßæ-Sp\'LíoÝ\"u¤…ä`pÏ:¬›Ùy8…–{#ÍÕ¿…mçúöÖ6mzø6Y(9:´¶ÿÝÁ‰Êmèÿ÷e0i7Y€§,<YÞˆ-|€Áž½:Ì÷ÈdŽÑ ÿeU€êï&¨\0 ÖWåÅC}>a4§È:Ï_ƒllß|Sê\nvÆ\"›2´ ÜÕçÂÁ$¯‘¯r):Ïi=£\ZYäeuÍóÂ)Óªmëƒ­}¸Ús?ù¤:ÿ\n[³v’Ég%Gpäa?>ŸˆÑm“_kÁ„ÿ5:ÿU¥#¹?‡™_jL§2S2Ôö½ü‰ñãU·ª£H^;RÀ‰îÏ^ºy]ëò¸ä%a3_)Î;teâé®;JªEÅ]N”ØjÂÌ.‡Ìæ1¥*E–—‰ígWM„‚;WÍ­ÿ ª±%H)wš<~ÐD|Ÿ7VÈ<ÌÈJÜ;d÷ ß©„,Z­zñ^u–¦XðÑ˜8ˆ}¶÷l$£Y;g½ŽÁlSÉ¹Á\0G,i8MÂŒ‚\0çý¹©ñóœ;rïñšâãtïýÇãh¡šï­Ø’ŒVg(egÙ1A‰Hâ;z¾—mÊpúKm\0\']s\Zø)³MR!\\£U<ýè¿í;Š\r\0osoþ™B>Ã”]ÍØ÷âuc“ºò rÕ¢T‹;Ã\Zm}§gÏåêêùO†_tÄ%n¡È…Û¯‡w®?;¡è0õNU”-û\n°ÈÄûò$Î¡¾œëJäãŒ;ª·Ñ‡áQ‘ §¹¨ZÍ[ê•ƒªíÆÛh^2u£*;»7ÕD–nRÑWÝN4@“´JþsÁ`ÖIºö¨ä;ÈPÇþÎÖºîˆv}M¥ZÖµ&•V½¹ÕÊ<JS;ÏŸµ›§j\\Øù%z™všò©”ƒ}dóÿ83eª_;ê@ïŠ_–MÊ-çàÕ…‰Çï÷Ý,(gŠBàÞCÌ\'4/;ë]A(‚1Œçƒx&¢äšÌ®^»Øl_Ük8c<FÅà ´\0DÉ;Pw—Q¸œÐtøÖsÝÏ¯<·5œê©ºäõ½Õºˆ·v€€Ëñ\"ðÈ˜ÚªœåÂ<é¯:GÚß&D]Ôƒ«ÍE3 	uæÝœßtŸž³< `2!l~òsø‘òªDU¬=™¤¤ÚÏTšRýåœ@I<!{]Ëwf›ïô¤ŸÖ°„z=~îSþôAð>nJê<\' óŽ<à±\'[Oe€÷ù0ÕãÊüuÜ!ôX	‹g<7è…SÊdTï	{~ÐÓ}&(94ÍY—_¢S#+TË\Z¶<?ni6~’ŽÏŠÕzù£›ûÞîÓ­Dzm\'={?63T<m†2€Áèõå[ÈôgŠôØCƒ|ŸÜ0™´øÚŒ<qÍ#;•&„p6fÄ‚^½¾ø¯8+Ô:÷¬é¡âÑHñ<x:Èwì©âóîƒLdìdÎ|G%N†é=©s©<›\0Í  ÑÉ$Ú±Ó5Åµ‹Ç™![•ÄG7]5+<¨’H.<û1zôff:©/|Ö5¡FŸ\"©<^õ÷}úÝ<ªÿãþ°P,vuSÃákÈÖ5ø3lšD ðTZç~O<¸.xnEe×¿ªj?\'o2•†œÒ\Zh<’:-Rr{<Ô«ú!qÀœòŠÕ2{Ÿö»Q:œÎ…¹€¥2U†?=A@5Ó¾Á²Í¾\"ÍvÉkkaÏ›aâµ´.kògçæE=%x§,Ç\'}”<ì*ép¸öãuX„pÐsìýˆH#r=Mbþgž`<ÁCó˜ÁòX6¡ûúØ.4xÂ§Ì{=QÈs÷fÐø#Í“”1\"C¨–+3bî“5¥|<PàC=]óóùm·\'ÂO¨ÊP«0;&x\"Î¦•šƒÃÚeÓ=šãóêÚ¹¦ýÈô\\ë0äð$ÖìäÓ[¾#üb=Ÿ¯í±$ëÄHÓ3•Ôf4ñDåü±¡V­rjÑ!?öÑ=Îø—¬.	Û• &ÔIgCq [OÙØS„=Ñdtz\\àIgNì\n´d%­?8­³®e%`s2ûôI>\"8²ùâ¹*S@-‚öbH°ˆÛ\"ËaiŠº›žEx‹>\"eY×-¦:0¨°ýÆ37ðùžþ,jÀ³ÝOâ¬>rfÆ	/¦lùÙ¸$\ny+b+0ZHª0wbêVÇ>‡@Z‹HƒÓÇ“’§º9 Ÿ)ŸWî|„9ê¤^~ >‘	tNí}¿ú%åÂÛÇíó¯ÍÚâ˜7â µÂ6É>ÐŽ¤º<è©gÍ\\^_·¥ù½9ŸKýåö¥:>ÒµPíTÏ»ûŸ±§7rï`“üˆKÂùË’#žF>×EoG‡¬ø0W^“ªÚ­>&i®nö\0½†úÎóY9>àxßÈf?)ÃÏSû‹vRK‡Z¹›ø‰ð„n½ñR>îÔ¹£îãËîWß^;žïÞèáâa*qâoÿáicý½³>ÿ¸Gãºæ+›G‰Y/„C­ê•»Ü€6ÛrÉ&¶» ?O>uÉz·/AõÇš	n5E-ù‘I„ÆGUhß³?	]„M.Š¦nŠ¸ä±b4sÞÁTô+ÏHˆ¦?ÚŸ>!©dïÙùâÀE_5ì;$~$¨„§ñ&Æ \rµ?)ã˜ ŠåwYÓx†mN#¢\"( 0wiúIÙ¹2Àñi?!a0?+m£!©ZŒ¼½uC¨<:°ÓÑÍþÍä>íGq÷?\'¬Ð€|8§iÇ{_Ðz_)-©2®=wmo½wÜÐ¡?,gu§Và¢ÉÂ”-UbëâÔÄ<eAÑÇ©KN¡þ?3Í³¦’ ¥Š´ÓóD[çqJ•‡ÅŽ‚•g*h¤Y?5KÏ¶®ñjB *Dº¹ÜäP¥ú?4žñ^‡”¼?>ºÐe©Ñàþñ¼cºý2u“ð¯ÕóužööÐ?H\'ÍSüD>í<56©Ì§5cá¨#_{8ù‰cf?Q¨O¸Éx™R”\"íÌ&À¨Z-²C¢¦í¸j\r?_±Þ6bÙ%Ÿ£¶ã»§›«èÖªKÕçÇ¯xLžÀbÍŸ? “ú—ªh]ž0\0Ú	B¢¦™É‚ˆàL¡ JÖ¿?ÓÏ\rÛ´à<—èÙãë~÷²ŸëS×1.¯ÞQ±E¾m?ëõYê¤²¸;Ü®ÂáS{Bvº,J”{9š±?õ‰W^Ëz\0¸ÓY*`\\ÁP·+’É-Zœ¾Æ ªlo@®$†þyZÎ¤T±Õ+‚¸Iéf¯Ø’c#p Cø@vP…áÍèÔoêå4Oëuº¸öº¦“ŽY7jÑ¤@sÑ\'”b ÓN9E=Ð¾±ÝSÑ0¤V‰Ì{ÈK@ˆëk÷„ô¾¤¾äX$Î©PB	´òæ²=PÐS@*5­]ýðG¿‹€ô²Ýû¼ÄÖ€«Ü3)A{—Aq@:xÿcŠÃ†PV‹àïqtŠ´(„×*¤Ë@CA°RA³5³¯Pü}”§ó%šbI^½C3·®úÿ@Lo˜ÖŸG”²×j§_x0`æý8CŸê{Ïp@`@Z=¹žsXî/Ø$Xvó\0¸ÿ¶uy³8=7œ†ì@^<Û¬\'=âf©õn+Á~½äw‚;òü™\0®Ò@`±7°…ZÇ›ùbvP©‰õ2øtï@hlÈq¸ÞÒ€@qb®juªO «;…x…Ùí¬æ\Z{%y	Ì*„ð›]@v³KÞ¨kêÃ%~†|`¼Ø`„<5PëÛíŠê.@|IªNÀA½åY®˜:_Iâ¡¤Îüa±*„)õgÂF@‰~ÞbR…é’¤ìZÜ^¨Æg¹£õ4œt\\E[]Îx.¸@l×lü4ÒôwÀ2¿³lªÎq¦Î3P±äà\"Ÿñ¾@ž•F3ª¿ò\\;ôeåˆ0ÛšÊëNÍQP£©\Z@«;„®ÊEí îxS§\rÖ=ÎK¦A-ëõpž×y@µ@É¦¡  =ôKw€Ù¸\rk¦)\\XsÊ‘•]Ú Üˆ@¼Q4Ä¦P¢ñîª±Àl¹NØŒÏïF!ÂÛK»³¢å‘A$ß0©jðºg\0É3dhfGTÝíGü)Ì·³!A92Ð!Z9œý^\0€îv*¹\0D8\Z=Qµy‚ô\ZAbôAv¡{/Gªgö^6Æ~FÔ\nÄ–ÃÞSA	“½‚»Az#êøôëRHˆÕÕéŸ[¨`Y|Ò–„\rxÒ¬”A€¼è®5ÞÄùNök…j(WÜ{lüÈÂ9ŽXIk.Q\"#A†²«’‰c¡¼7€î6ßQN^ò\"BÔz´ïÍNA«2,™0F\rv< qbš9×&Ç°îsÛ&Á/ãA—´©„Z%ä†6PãÃ™Hç—û®[h\n@ï <¦¼A /úõeÈÊ£Pêš3ÁsEä‚bzáÌï%xKÄ#Tô«AÀjŠÚ±ÿ]½UæúfÝ89b•yFvw1¾„Ì$ˆeôAÅN~šúômDD*ØW Ž\n´e©\Z×ö^¿Dhuß]AÓ@z¢$zYâÏ­umÙp¹Ü”õ^¶£6Â/£bÞAÕ‚¡Ô8OæÐ²ä€í¼ŽœOzœ»yÅK\Zt®\\AÕÜîª‹iß¤^ñÏôÛfßWÍŠÃŸvº¢#Ÿ\Zg¬aAÜíë•Ùåã)ú6Ï.k#Õa\rU¸ˆ²AÞe[	ŽºŠvÌ›3ø¾¯kçg\n\"…¥¹®ïàÝŒèAì°tx‰</YâùÆDÛÎá–:=Ñóo«Ê›˜	u…AÿýÊR<KÉå!tïD¶JáýNðû½]F!Æš|\rjB\0ˆž7rï”\n–75š¬ƒ³HŸÏ„K~‹+‚ÜDBo‡B–ù5¸}\r}dT ýä/´Ð¨îÈØŽÀé,BBI\\c±cx|Ÿ¦³c\rì”wHN,4ˆß?ØÒB&ˆÅJÿP:o†¤ûlÊG|PÄ:qÕ_pŠ!Î~¤B*œ/zâén¦äë-‹ðTýfY£ÂÄzO|…EìVöBÞF$bßé²øÔ$.…-zFneƒMÔ*/„èšç¢ë|B•VÕÅþ\n,°¶Äî¾£O{Æ‚9õÒ¢™°ýó,ó–BŸMZÜÿrDžgKÙ÷Z”y³ð{¶!Èd÷ÍÄüÐVBÊ<ž= P\'\r³¯ŠlÝû5hhH@ñCp3Ï2É­vCcBÖR»Ä*8Å˜¡ÓïTåðö/]s·.9T(Èê¿ÔBÛ¥D~Ç–Ü¬ßB>\\_E”ˆq€ÉÒçlØOxy\naÅBÜ\nç™¨Ä¡?}Vx¢¼qAÛÐ½a˜³IÕwA\'6Bã¢I˜èqƒš0úq\ZÏ* ªéZ>ÃÇ%CØ!lC6må©è›¥í×mlÉ ýõ‘ÆÚ2‡}$\\A/C>0íÚ,cïÜÏJÁvy˜Èìš“(TÝ„çžI•CN6ïÔZ:™czç15êùÁ(Esë{(’ùM×½Cjá¥¥-«DX\rHKÿ®„«ëÕq¾MÊ`o»’ˆCnâUcœ]üÀ¯ÊüLêá˜]Ä¢6½ÀC1rþCt‘…¹[–ÓP9oŽ&Ñ–·cvÑCÇ¡â‚b™²;C‡]ƒóÉU½:3µ<Éøv=\rˆ\\ŠåGã)¸ÍC‰âv¹m9)Á¶“ÛæwÌlçÜNdü?¹>o¬C—å4)Öø’’“½‚iÇŒŽ<1ÏuÔÐŽ¸Ï\"CœO‚5‡X”þWÏ	ÃÎNùî¢áJ”½Í6ûåC«]ó×ª.7íˆÚfbíÊ¹¦šoÑ	$»Lá™ÍæpDCµíø3¨ð(`¡èe#¥½bö3Õ~;o¬‡ÒÂ4TCÒ÷ŒjšU#HL¾\\Y%úðý\"ÜrSì{¨õtÑÊªCÜ½=#\\‰4Cø.ûðfÔä>)!ãßÊ\"ÖgÛkCÝyÔŠÃJDo H¼yþê¸$õÑÜ+ñ|°Cô9–~®‡f~&ê’ò%{	7ñÈ¡[¿{aOyíÝDg9‹Õ¥Ô+‹ ›½Çwèw\'ÞßYJÄEÕD2Pwr8ÕI—þeW’}þ)ŠsßnÑà°ö³\0þÿD?–j^*¾Î¥{2¹	WÀc|§ ÿ]‹ÔyütDC…ˆ\\N\ZK`aõ—o¨¡ì2õL·JÄSw5:L»TDHoBäT\"—Áª/¹T[‚h‡N;ãÖ*w´o´©^´°®DLSgÑÍg¾Ý¨»Ü? çŒ‘åÍÏž«Y1Ñ› hDWè¥únÒL°4É+¤X’«_Š;­¦‚‡Å¥ÂDkäÊ5ö2øñÖüÒoÝâïô…«èä‡+¥×¤I0ð¦Dp\"Šb›PÖmEN÷}^¯¹³[ÜúÚ:¨qþf¾¤D‚T×E™)$GòÊetæsÌ®EÙ¹¬ª\n­¢æãDß\"ŠKê–ŒT„œ¥+qrË9 šütJ£v!!D£%}³IƒÚîm‹ãF2ï=(ˆ\'+¥äA’‘XÓD§˜ù\"eÏ9‹VÖýI••m‰425CÚ¬AóP½%_D´ÆŽ­6Æ¹S´xä«hjï°ŒG­]iÏÒi°‘Ì_D¶U¼;F=£¹è½d¦øZŸK/ì³h-$»ÝçX#DÇä\0w‘ìÄV—ìvRwo‰–«‰ï×~èMRùDÞTÕX6•_8T&\ZUc\Z~®Àœ@ªQ’ÂßÓ3góTDêzý\nrÆÅÒÖä#o8¶­]ÔqñË©8g¿Úw–ÔDù\nDKbuç4iQ\'’:é©-!êš:	¯ú2ÎWi\\ÝDùœ¦N¹™-I0–ÿÌ0?‡4àzfÁ€<áHníE(ÄçÚÀÂK\"Ây¤Œù69=aÞ1c“3øú0˜mE*Èñh5|ðy;f\r±kÀ€Ôa‡í“¤~NËrðE0À8ÖµLó«ý}qe%v·BÀ|:±h¦w†E7·3~ã¡Kµ\02³ˆòÓ7r\"Uª%¼-ò_:²E:ú™kfèdœtps*H@ëœ+IÊ35_\ZrŒ3´EG-=ÀŠ¥|èð†6W ”+xA0õ†Icq_–+EJúVU÷2b7jMy¢ð8]×nF}°ÞZ‡²?4íêËE`ƒÁf;¿uí³\'wI÷$Ž0Vžo0H3ûö]E}¢¡œZnÕ.G„¸–{$‹XÕêº(jyqê£o=E’ª‡î6Üx7à”›ånÖ÷oj a¸úh.¹eŽë5½Eš õ\'Þ%Xmš-ÿQ»sØûáÄŠKeb«øb©XpbE¨-8\n‘u‡ÚT/ÀÂ§ÎÎiâ¿xäúr&¤ æ3E¨Qé¶ÎÖd¤§8’LÜ®Å¹@ñüª ì#]sï­EÐˆ›Äø\ZëT”•Ý›¯Ÿý¤×µ„Ë$çé;±QEé!¶!‰¾Í¥ü‰ƒ)r;Ûn6ê®EkêS1þ$`^F Í¥Z©Z(5JC©Âåû¡kù¨\"ü«óó|dwqF´kfSÈGK#:ÈÀ·³Ý’m¸SkÜÂÅ%ëF­hëÞ™øºï«HmÎð‘k™ÈÜ²=æ¢¯™F÷w•Ø³YÀã=çõœ!îB´\rØJœÅ9´F!	úP™ö\r\'ów“¸:(”Q\n’=jlõèhj¶¬F+\"º£àù2|+öFUšÃŠØ;Y¶Iá”}f}|FCöAÑý>=²šóh1­ðXJWDX˜4Ô\"Š=TXFV›Ñ—±aè6y±p\'î3®¥]µ\'†´îÓþ,F}&w=4qu®\Z¬Ûù­X?·F{û©W¥B!½F§¯Š{KØP:†iòªgF´\\öÜZ	(\0GpF¨ûø¸Éþžy½½€Åý™ßéíâ3núÅàóÓ#Ü;F©§ôÀR´<`¿=#iâ¶zAg³Dd)ÌÀ‹qF¼ÛzÎg­Ùsfý7˜B»÷¹X²ñÐ·Iw±EñÉFã˜tö¢Ç£vûÖ\Z¥:ë;„þ`ÖjµÊ ÔB¡G‚›ð^Ð—Î±ñ”›tG¹eøåšÍ)×Ùí²ú\\G½nŽ“¨U¯ó>)_\Z1¿d†/ÚÅ2¡’Ò>\ZÚJG\'AQhîMÍÔVí§¶v‰S(˜G¼¬l^~@yÝGBÇT•‚g‡×{–yÃˆ·ª¢†C‡”–ÙÎÙIéÒ‚ÙGBðìàÒ#”(ö>”·‡+:ËáùÔ¾\ZþähþÞ/T‚GI}¯‰?\ZÜ)[>\"nå`ºÎ÷ÙC’Ñå cfã”G]€Ë½{0nÙ‘)mæwhní¸m­«TCñÎ&G^˜Pÿ[òÙÖ°a+Ëä‚“ÞöÝˆm—gÏ ¢?÷Gsq\"¡÷qk•¶,Ù&ðu{nºŠi>Ÿ¨ámÓGs}ê£©²¥~V/	Ý­æÙ¤[öëí:ñY£×\\Gt_!ó§HXÍû­«Ð«wc¯qÏìeäúþ6Å>îTkðG~x%í¾ƒË³ñâó>)žµ¾d(Å\ZBNJ!G…ë+§Ú8“v³Í®1g*=^5ŽVøô¿é€…·\nÈ\'GŠ@‡PÈƒÃUˆ! 9ï1XYM“ÉÿQeˆ \0×`ÆG´?}ço>ÈÇUÎŒÿ5®O*qú&+v‚3\ZRmh@G‘™gr8É,ïBÌÞc]u_·a\rÌŠ²ÐÊ;˜~ËG½¦W\rð\Z‡äG$é7iD>Éb‹¤á^Ï®Èï4öGÄ³Ë—»YqUé„¦´¨´lâ\"	ìÈ,]âûf§C\"sGÆö\'”½Y¡¾½7Ëÿé5T¹jçd5:Â€“ÙX}{üGØH{²p•<Z¼ßtM¨‡h`áKÐÄÇAL–¿ÅGð±¦ŸcëÈ`B+91l%SÂ;à8B!¶ÖºÆG÷Øí:—³}ò«›ç¤ï\\¯\r¬Ë÷#}gàÁÀóuëHóAfº%Ö³1h°*#ëë\Z·UEUhŽ>B=r‡Hp\r³\0VÜQÎ]µ¹%<‹ Ùÿ	Ð&si\Z­[•H…ßHeùQÎÎe	=:¬æ2sOÅ8×Oõ½rÈœÅ–ÒH,Ïo‹ý¸1ô@O> ã•ÍR{õÆâ’5k©e•ËÄH69ìó—ÃŸÀ$K²¯&úó‰k³­ÚáÑ•‘\0ðy}H9méPÈ¥ß\"¦T€žŠ¶ËùÆÕ©þÖ/5Ê{!ß#Ïû^HBÁŸú˜]=|\rÓUJÂ¢ ÑèI±Á‰¨­wÖj ~HNÏ>ÙÙ+föãòVQÑ‰ž2§žåð½çË^ÍÐHYƒ˜fAp²0]ý™OcÂ‹—B §/¢ï¡±$‘g:H`kfN–°Lôäõh×`ûˆoíè[agvEHaÇ÷”÷ÒÀYB¦3GD†«ÛŠìõY¸|åå_â]ÀH{Ã8;sP‚%;£q‘Ð9\\š×}óI€“W—ªH™Ù¤]Ãªù\0Øë•{/|È öodl€J/1±H¥©Qïƒ‘¨0zí/ÀtÓ$ÆéÚÈ7È)æÌIH¯ˆ Àÿ{ÿä\"!b(ÂïëArõìD´]ìÉßR;•­H·ãËJá²Ÿ¢Ã ` ¨÷ò…ût¯HV¬{H¿¶è¹5±\"wqnG8ÊxC·ˆZš(Žî÷«\07ÿ¢Hä3–:Bk[e<KRƒT6ë¬uLÁö‘b€ŽhÎñùËI‡¥­10—%óV`Þ®f¬aúö¦²8~(×õ§‹I;BŠô»S¥ó»©âG¬l¿º”D‰kÙl,\0‰åä)IGQp¸œÍ5u½òŒ\0cÀ{Â}­çAìðÂ>INÒä®ÿE™ç¯j‹4“G\Z\Z}”®«C¿JÅC¾IZ¾“4¹ÿÜÖ»{Ò—×7taÙxÐ’H­1–¢ÆÖðIyñÏ\r|­qª›–SAý*†	çÄ}H¿àPÁ”æI‰|á™µ0ÇÝá¾7aÒn¹Òe;\\Uôœ÷ÚI£>Ù½âï^iliA®$UMÂ™>œ¸ªl¨)£¹$iI¤Àg-¿ÓÓ®¶P?{ÞuâORìRr%‹ë“~ÞÐI®Ô?Š¾ÔRñ`#¥àC\'\'\"·®Ó\\j\0aR²_îôIÏ3d7°Z4ŠUØ®!VÒRü™\"Æß†Koœd(â²IøB¾qM 5{s6 liæYÐ,žÉ¦dÓÃÙeÃ\reUIûÜ?«5j¹Ín7à¿+#Ik¥ÄS¦Úïð›c‰ˆJR2ï›Îîñ_¹s{\n/úvgLiòœ›:%¡ìJˆ¦§œe©N2\0íY ¥¯by¨_·B‡šÔýéQñJ(|\"ŠDçÖw@Î¢ð–˜wîï§;`®Sþ ¡Eá\'É]J0^iæN™Õé¤¸®yÅLéÂm¯¿¾øës{ˆá(J;?[(Óæ*Qý‚{¥84á…¶AfùU±ùý†ÿ5f;¨JWóæÜeüjù ¯JA¨£ËU]1‚Ž^s?Z‚Æ\0JX#jÕÀÇwöÔÓšYûùæUZ+òõvä *+Œî·J]²Æ <SMvðidz„å«×ý>€à¦…&<d“˜CJj°;þÖãKžã;s¼\\¢•2Ç~€Ú‹4½J~ÃÄ=¡;ë…žü”#– á	\"K\ZE+‡í½Æ13°˜J‰3õAZ[‡§;‰`“›´Ÿ³ ¾ƒ3Ë¦ÄoŸ×J“4Ç+`b	ïˆÑ\0YŸ‘yØ¬6WqDÃ…Jš „ËÃV¡sf™^·”³¥Ìªôüçó0G\\Š“J¨Š¬Y™ŽF Á >%•PMFê? iºO—êJ¬‰	p5v…ã”„v½õÞô´ð8Š‰œƒ€( °­ÁïJ·bjbî‰4Djw*4ž¾Ôé±‹p÷-:Vx@óŸ~J¼•÷N¬@—`Ù¨ý¹P)@-8Y°Xì-ØÑJßÆ}0òÀË.ÔäûpƒÎe	GÎÜ^—ð~•»QyJã”$§ñEæ¾!\Z€ó\"ÔÆówŒONÕÐ‡Ž«^mJìíP°Õ#d	Të¨Ž=ì†v*Qf§¦tz\n“½±KI³å1ZÄ. |¿Å=ƒ3÷S0\rž÷8]„+K3¹SÎãxF¸Hn¶¹ZDa‹ÝÛ³Üðwïs)*xK;PÈasz‘nZ‰ú‹ˆ—£*dWÄ‘í«j‰]rKPð‡”F1)oÑô47æâ–@VÿOäçfU5gÌìKa;¨×¾ð$ù(Uiéò{i­N)hi\'…ó¶TÍŒY01Kb¡C\rÊöü·it¥ê…£Ü\r?Ö\ZŠä½áÓ6·Ke«]éoãüï¢ˆ‰?>ñMŒ‘¢3ö<¯—îð€XKxd]pÀì”Ÿì6rîñ€7qŸù7nh»àXJ!K€Ô´Ë‘‡kéHVÛýà†×AZ!Úš¡¿ÓÐÐ÷\\ïÎKŠ’šht÷£öµ€Ã¢ÁÂª–xšºä\0,\nywÊÂKžz­Í¼3cÖ×Þ–22Ž?Cô· ®Æ@äb_LK¢;¼ztå¬uµî‘,1}½·V\Z&!…ü5W«ü,(K³O™ÿE®ênÛAFò>®š£Ú’d3ø’\Z_»0D)\'KûÏ\naÚ„h)Äˆ#å·†BÝPå¡$û;¦ÀL$QÐöA\Zÿ3­oTÐÖŸñxåp\\‰Cˆ™ñÐi­5L&üýz¾ÁŠ„ÏÖ›Í­+Õ	Â*&X»¥ö&R&ßeL>ËçìS\0ÔÑ}ß”¿â¹\"².jônÈ¡z%ža |LE\'“²Ž—J€nEý@”»lÑr!3Î†”Âé·Ív\rLOHTcõ¬þKã6®„æ.…e£;ø]ÀAesË¿S ©FLSÀ© #Vˆo€8ki.£e\"k©™«û’£ß¦ÒêòpLz7\ZUÛ¼x{UW?EQäK‚0à†\Z÷§ù`hlÉL(pypÜ]Éó&Ê8å¿,\"6»Í$cM×³Z}uòÅL´f6˜Ñë=¦([Ñ…€Åó•`•õ#7~µ(aLÈêO<«e7¼j}ó;Üh¯—&KÐ9ôø<• ‹¨ÂLÉÅÁ&}³†PÏðïÜ›Ø¤Ê|b31ÔÒÎ³LÌCí•´1%ÌPÇ­Vîç©«q{¤•{r\"H¤.«QÇLÓvQ4Ôä±ÀxŒƒ™¡¬ßA>‡—krík-§\0àLÜ:}øŒ%,¤âƒ\\}£~8\\Âþ»Oa’ 8ÊDsX‹LÜ¨\\H»ø=cÎ\ZïâIƒp‹b€xÆn5¥À¼ÿILä*~Î à¨E‰x¾¤®ÊI<¥\'ÕULhk_‹fÿBLö›å]EÔ;B–/y/k]ý®r¯\"›û< H$ÉçLúí¿¯™˜òRHâxßýsÄqÓ5]þÖíMÛf9M\nA\'J@c¤VëM|)®ª=þü5â»c[ØÙÿ™!M\0(¥ÿ@hF(Â¨o\ZB°FœA\r™w•7™–M„ÇÂ±MÞCÒ×Ð-”ù”8Vò]\"®?FÏ/Ð»‡MV‹€s¥ºõhìÉ$ôCÚr+B·wÞ&Êu&k Mk_!:°Ã³“a‰»‹¿#“ªËþÚø\\	^1³ãM9³9Á„7«ÎV%lÜz‰[B6è\nÔq‚Ê•çÃðÌMY~q’¸_$ø19±wÙåÞ`Œ¯ÁñÍþ¦\ZîÓM[Øiö¿%MªáAD½.ñ¯l.\ZnÍ ýp´T‹tƒMyL;-˜Ú›%I¶u\\‰K|,ÌžâÃfíû] ›M;*j‡®hÒ\04\'×u\r_–Ð`ìt\"ùOÍ–þ4M˜Ä®ü.4jW[áäa`Aù¥ù>œ?6eXÁMÀ«q¼\0qÝ.ˆž2Ý¾šA/^GÌÙ/Qû¾trªœêMÓ¬ïP×èð–=ÈM‚Ó>lw¯ìÀ›É—ov†\0Mì€~ÐÅËY¡‡kø@Lÿ\"#\"/;c®†vj~\0ìdßMòøôßÏ¸\ZP‹\\xÒÕç\09‰Fæ\'?Õ‡·÷í=MöSpØá}Tƒ÷.!ÿ©û$|Nê¿\\µ¸Å×Äü»YNÄâÝEhÞÆÍÞ’\ZâÃÝ¯¤,P.gÜKNmö¢†Šgl‘)¼´¥A“ó¢½„ˆÁ?–‡ üN‚N9Ø“]`ÈT¥Þ*Læ)wæò\0—…+øÄÃƒ-r]çËNA;Ö·o•‹ã5¿9‹Ž0„Ö6ÇîlúÃ†lyz£ÏNL2¼¤hÚ«F¥$H[=NÊRµž2\rQ$ß{üù„)NU–Ðïš{ö¸‡Wçkz\\ºðm‚˜™½lfÇëÎ#7N`?g¨\ZÓØ‚žË€Æèz±írz…e=×s¥à%Œ>éNp.jªìƒ£f´7F¥,DÅÆÛ2Ù­:Ä¤2ð­+,¥Nzâ€—Ò¡r´¹9;Óô´›,=Äèõä—ˆd†¢GyNÈ©Ÿxƒ=â.åŸÛ’¸G¸¤—nøÎca(N€\"Â?ßÝX¨ÑhÉLúæf?e!#+¿ovŽÌ`ˆÐn¶N¨×:ÖûÆŽ°ê>Ý%ç,7è	çgâŽ`eézš,N­v²ÐêÞçLTgwRöö€–\\˜ÐGïh,–´N´€‡Ñe>h¦Ì@ÜJ|jôÎl÷Å·p>U¸ÐNµjß$ÈÈ-ñGE)€¹ˆ³&J©Ç4ðÑG¿âêTNºÅkŽûÓ²ÙØG\'ƒ:‹¯±˜2]¿üFÃ+”‹‹ÞNîYÄGDbþiÂ\\iRL<Ø&\'?ÍÿÀã<·þ³U3XNÿ§«WNlN4~˜Œ J& R—\\xdœ×¾tR_é¢ã O©	Yÿ@²9ŸP®·-¾¸íÁÅË>ú5ªÎUw\n\'ORÖkÔg)¶eFÃ¨°Á¼lõ,Œ›Ú@Êô«’OÙ¨›|áe]|mK¿~éF¨Ó‚Ë;‹J\"´ª¤ºO(µî{\\¯Ç¨UÞ^DÁ%þ!ä¶£ª†¡XÞÑXJO:X…ZÉ%”ç§M;Ž—‹‹	;?®™¤Õ—læ%¼OCdo^žù¼r²õ•”?žÓ²ždºùôÎ8ú&V®OG¾Þ£Y8+]Ú^wâtæºÔåX]Ý¯“s6QzOVÖçø/Ÿ«½~ZÒÊ<Ý)Ïr!h=›þXÍ4´XOeIßVi\\q<º:ûmé´W³DlK‡Í„ÞÚ\'BÐI„Opbå6å<FÏ»«iÖÆä²¯Hp†\08•2¾û£Cî*O„e„/¿<‘ìêHÄ}	ÊJ¾ƒ¶¨t‹†J‚ý3KÃO…ì%zŽ¸³¾½÷wvœãW8X¯F­ˆ]úÁ¨lUOˆgû6r\rþ\nôp¢»H¼Ì–Ö·Ž—|ÄO”AR°„`qL®?¯×¬ËOÈ3våv\0UowË\0Kœ½O˜Åóâq%s5zût†ëgùµ’™UUöîîÇÇi~~ïO§W\Z‚9Åa¸q(”Ž: 3¹Þ+¢*+¾›£ˆÒm;êOä~xwU.] bfWÕ`³h‰šWòƒ\\Ü­¸mP\nkHºžâ6w#rüv{0…õ£=ï«Œ\0ãi.PzºZ¨¤û©bØoBL¹]Æî+n¬@$Gã*ŸQÑhtP€ü\n„O#~íõ#•Šü |öäŽF:Q>Ý„äGÃPkSþZëz´ƒ½–0«D“ÖÏ«¡I¹,1hÆáÇ]jP=ÂÙqÎúá˜Î\"\\&É4Äî¶òoè“0š©iPBÿ1BÊ8‰aSßh@<í ^!›©”|\nã¿àPB™HŸÑ<þ}ÿFÃÅJç›âˆg„­=rv×ŠúûqPD+Ë¢³RÆ†ÅÜÅƒõÄ5BhþX¹â]lÞWP_ÀºMŸ4˜µWûM$\r]¾\n¬Öý]’”³|°øa*Pk:ES¯ïv\Z˜LÖÁ‚³a¶©ÞÞ\"i\0SO2sá‘=äP~¹ÛåØ¤‘X7L¶G¶0©»°†ÊQËûdkL;å}P¦¹ØV\nB§^~ýˆ«Uh ÿy»rî.FÇ>6pN›Pps%½Ã\\*ûáóÒ #Q=ƒ¼£QCg8ôPƒ1mK¯=ÊY4à$Ì	’r‚Ö¨Ø\r(|/gË¥$¡P—j\n\n¹hbZïW²>}øùnö»“oFb*Rˆê…P¤Ä½¼7_c¿ZþêÑsÌ82Fù®%ìª\ZFJ:7PÀP°í*HÆ²ƒÁŠB?ÂBÅðn´ôÆ¤1K ]ßsgP·‡õ3—îJFúÃ‘mÅèß\0‰[l%©ž£Ö$ÿ\rP¿ÄK&O˜«Ú5®\'‚RTË¢Ï\"L¦rÁ<Ï‘6ÛÚPÇ,–\\§ïÃ×óÁ­áÞZ·ó`áä !þs­º£†3PÎW±à³ÕJî\0w~¡®\ry!R\Z‹[BE&@Ãù$\rãPåOÍ\r\0ÐÝ‰Öð U}$ïaúÜ)S~\'ÃA\\ŽKP÷”©%þ¹?çkN&Ñ{(ŽÍbGŽ!ã¨œ”¬Q\rLdž^×!DG4ÚøgŽt×µíÊš¾Hÿ·\"£»QˆAYZb½DeO×®0Ÿ{òóY›0èŽéXvQ&·»göë“£a¨ƒ©œI¥\Z5ŠEc&#ŽM/Q8¨ƒ.àf\Z`š>Ûû”ªËz;öƒ¶™+¢8$3ÿQ>+]Œ«6\'ŸGq™*r-­U¶Z\\±>ö#)âµMQJrýZ#6\Zíëd&!;]ÔþsZú¿\neÃÙèê7 ûQKP¦;ËXÓ¦_f)ÓŠüàìCœ?«*ž£®Qj¹éÛ4bº$V7UÄô„ƒäŒ¨M|RbBthÕQtAFB;<b|³»OPó£tèÛgyWŸZ‹Ïî‹Q‡ÐœhE»cžN0ÂëGÇ	–7ª=ƒµµm0é;Õ]QŠú]ÙÝBá¼ƒ¯àr4°?N&Øu°Zs¿”Q¨ ^Q‡JC£˜}f½·ÀLª¢[`%%™¦ËšÅ¿b¹ƒiG¨Qzz·³·u}”Ï˜þÕ¿¹¸ùò¿±>g¸™&9ä8ÑQ›ªöH\'èô<Å~dhÃ§–øªÍrú$âuÃ­0Q¡÷!¹ßt±©L7	Ž\n,N¤§±{Nÿ’Íw9Q¢à•Ÿµ[»#³¶T¤Ó¯Ò`ì¯0õŽ”QÔŽRŽŽIQ¤N´\\ÇÀŸsžmG«iß&½¸!0‘\'„ï2òQ¤T¸Ÿ\Z\"™sÔ­Z\'@µÔÂ‘›>=;FÆsõÇP[QË®5w=ÛCzË?\r.hÍ+ p‚\rWý4U…Fë0ÖQÓ~­uRðkH%ö6â³t–uÓYÐ0¼Š9¤|÷*/ •ÜRñ|7¿ªå5˜÷¢I‚|fš(¼ï‡ÿØj\0R(ß³\\úß¥H‰£3âõßð±ùÜU= ùNÙKóRe£ Ã{(¿TFâáÏ²Q”…þAðÛÅ	ïÇ´ÁÈNRrú¢ù‡2+P¸•;Ê…r{\0ÔêÌL]ã˜Û‡¯Õv+ðRu8¯ip=¼J£Žõù”]¼õó”âwBÎàÏÂ‚è¾RÍªÕ›†›2˜ñ—Á$‰!äˆºF~eÞH‰`ÉURòñÅÞáŸ„éóa:hx¸–E	ŸgkAùÜ	+ ÏSÏÖ ÇƒnðD×JŠH0Ûh@õëÛ*Nt`¼ÑJS¼ìÅtBmÛ„4t›å‘\\ÊN9¡†Hð„6ÿ§ýÛÃ‘SBdžÿq…RV+?ßå£ÇóòŽ»¯¥õ0éÿâ®SKÃI­r)ƒ},2§äxqÔãj¤ø6+­‘ˆÄi©D­S^[m‡¯_ØÂïÂ,YÆùá%qº[Gà¨êDýç=oS_ÐR“v­F·¨™Fì5¼ß³7så\"O’Ùõ\'ãGShÃçá`.Ç!‹1eîÓUG19rj<bÝ4$×US›,µþo¨5È‹\0øÛ\'–Y¡Ãb-XjQæÈ(,FàSµéßÐ-Âyâïq.´/v5ðAªÕÌó”üt*·S½õ1VÖD†›†FEÑT4fÈÊÛÐó¹ŽN‹§ŽáSäþˆé„Î\n@GÝÃãfì_`IF¸aQm]-÷<Só­°íÂÂ|·ï ƒŸà|ŠI––2¤!Viè¶¦ASõÌŽ²[;¸c¹ŽÆÃCð\Z•EÌÒÄ4­?6óÐT	y^â\nÎÃ\\Çew\ZÐKÈWÜårN©e/ð{ßÆTƒ³Xù%°—¸ïNuØ©§z~cÆ¢ä¨C	W[Tz¶º1PW÷j=Üb·×Y\'ÇªtNT)è¨“{\'TTš«2·Ÿ?%ÉiËIØ	ø`ÃV-½  ÕŠ˜¬tTV¹‰¶\\æ-ðOKXÇ¯›É.Å¹NÃÝÐ™Žu¡¦1^TY¨ºô£;ŠGVƒÎ\\7´åhW~àO\\Q{¶\"T_þ Õþ GŽÜôlöyºNç2Niæ3¥ªËù¤Tge‚\\PMåŸüø¯wûQ{ki}‹‰\r¶iÂT“uõsÉò)¾më·è[|l¦ôÅIÿÞ\\Â³\ZÉ¡mUT¥€Q¤<Jhwøö²ˆ)àŒþ\n\\ö7<®Ì½¿óêG\\TÃñÿF´ÓH‰QX@fSá…õBŠ©ÊDh8V÷I?Tí†w¸_±`zzÎvŽù5`rP®[ý}~3Àô´UËTîÏ“©ÆÆ0.ºÃ°‘!ô’î÷hËPŸ1s0ƒd¬Tñm9Áè‹âëŸùÂ¹­†åv•·Ý.x¸™•§¯Ñ9Uä9óŒîƒÁÕÈ›\ZAÓ=Cm„Y¡u\Z¯n§ÍîÎU‚í‘V«Î™õ­pWxÔÂ$”õ?»Ìäâ‡¼Pð½Uƒ€ôcZ’al(Û+;ý¯\Z&¸E\"¤H³yµùLU04+@qj?™35ÂÑS£rÝ{õÛˆR×ú;ÍŽU;S´È´ìTS2.Ë}¸Æ1X“SH…&ñê¼XÿE6™UKCWéÂÍ¢/‘Z3ŒÇ\ZÓ¶I²–qœî£îÿÊú¿UW&k?u­nù.N±oÁ³è^ìÓñX®£ÖÛ…5PUi<¶À§”òT	,sT¸à¢Øáaí»6ÂÊ÷¡VUlÒ6>8ÑâSÔá’»fu8‰ºÉ	q~À$rÃé‡UmØPÞãå¬g[6˜m†	e·cÛY;èâæU}8æŸ:lãÖ‘‘õ¶Å—™[³ÎJÒƒäƒÞ\'™žgU”y‹Bºôç\'l;FÑâ‡VÓ¸‰z©`|\nþ¾C1BmU•kÚ\Z¨\"Ö4™i`FVm†¹Â¬GXƒÿ˜‘i•EU¡áÖÛ¶B—©?âwN€ ˆ-ñŸôÄŒóm\ZÕ§•U¿ÉËÐÈò•s(»4>\0ƒxŠ}ñŠv‘Xú*WR\0>UÞÑúéW¶¾qPu¸U—T‡=?V#í20Âfâ~\\Uáˆòêš¬²7žé²E™§²EÔ¢n;é­º‡©9Úô¢kUéæ­É§†kñ€)‰©€I)Gé¸55	©‡féR7Uð’ƒ”œ`Î›)Í½HEÚl²#„ez‚Ç†í@‘DÔUñeDœÞòDkáX¤5\\h=,è™U\Z˜ˆ8Zÿ\0íUýÞ.‹Š¤Xýå}Çb£Á,W²sfyyE•QØF_¸Š[Vn.v&Îãa+’“¯ý8î³	™ŸÏÛš²u¯ðA<WV,©{+ä¹â¥x}-ø½\n uM8gý>,l»Ûœ{TVA™\0×“ðÁDN`\n‘)PÄk9ôWQµ±ŸóÒŒ·Å»>VK¼‰ˆ¸„a¬FÕq©kùN÷ÆiÁÊ7Îº¨å”PîVX×òWãÔ–Þx€@*ký‹U?P•Â6¼Ñ¢\"Œ­5V_Q•Z®ñHÎØ›¼N\\èè&IU±bóš‚‡\Z|ã÷} V†¾¦éxGÙ˜‹o)yõé†0ã¿`cÔV‹à¡›ê›ËóJ[lu°¿“³Xkûà·éUv½\"PV¤¦™XøÌÏÑQ”3ÊÔåâÇL!h¼\"i‘â#:@V¬žÌ²D3Ä3Ê˜>/å×ÆQu`Ê¤·R@@V»\nŽÍ³wÿµˆÅ“ga\\×ï€ˆ~J8wàú…N:m½N+VÁöíýEóâI0uÀXÏÈ÷­^Ù@&Ý2*ÖXÑVÇbqPJëÕÞ\0ô´¯?ÕHý÷ð…ÏYÖî¦ððzVÎª\Z\0¨G7h\"±] cÂ.¿±°µ.Ì­I¶kXßVÔq]Ž5Ô ð.]¡@MùÄ*ÒuóÇ°bÊ¶DLJ7Vú>ÖE¬€fw)\\‡ÀúÔQQ.óH¼º¦zØÀ«†\rÉVüòk•8vä>KP€3‰X{òÖ:žlc@W”E&TVþU¸\\O ¡Âë8°NOy¶!b‡¼´yïAvÇZW\r5’|”±a‚±U‰›‚ÍˆÊú3(|¯‡ßÉ“»kŽƒWÖªšøØß2×|Ï0óN¨ÒµxÇ£YO24pW;ˆ&Žc6ÇpDÂX]`à¬gˆ—ŒPÐã×ŒU]!íWeÅ½§_õÖÝ²:É}ú—@Råé×W›Ð¸EXúWfC3®ÐæKu!Ô7J!l7Ë¾ã‹ÄbêþÈÔ¿£Whø?áCexl}Þ$ÊÓˆOJù›cÞ ®†_ÈWsyWh‡aÏµºµ¨:[\"5a‚¸cQQt	€EõWw«£¢•R%ÇGÃ`{¹ì¦\\]†3+ûG]l»-`W„y€Ó€Vª]@ŒaMËò°xezE®hÛsQ¾ågmgW†xï¤/4®¬êŸ÷/Ñ\'x/ÇÖ‘ù-©°Ø\Zzs¹ÕyWŸÈoý5ÒRjÏ?š˜U·˜£µZ×(ìOñ%“zW¦÷x…²·OãŠ`5ÇÜç$=áÞU>oú´‰„WÑ¾\rÀ%,½Z	A+”»uÿ‚8ÊÕ×ç2,gLÄ\Z_ÝWÙÚw~¸s¨Ró8Q,Ìq!´èû\\s†Ÿ÷kMåWõ9ï,ïÐP2eë!Xµ:™^uIµôVn›íNY«³´Wû„}ü¿¤‘ 8.t¢f·ØôòÐÄ˜í0\'‡é	±WûÅêÓÁO}¢l‚eVd±ç“Á`”Š¹1Ê0bñ¿W@XXâPÚ¯Ÿ HÆ_Ž÷0¾ãNc\nZâ¼þ`OÜàðX\Z’¢?yvÚ}ûÿ•ÿŠ‚hD¤.Éå¬›M¡v)X\Z›p/}âÿâÕºà \r_ÂÈ<\"ù½Ÿ\ZÒ!ý}Ë¥X(è¦”þ˜úù7¯‹™+NìbÙ&1¹Y[; £á‚X(ó¶fÿ»âë˜\0–¾ 3JÛËËmÝ<\n%làr½ÉXHíPïpEè%øÐ*ƒ+%‰…¼¾Œ¹tÔÐ×f`ÆXb²}”Ì¿L‘Š,ÙgCÓî‘îy~ý™eb\'ý\n41íXc\"Œ«hª.½Aõ‹bªq‚œëK¬Ó¹w‘_U@9Xp*-[ÚDP<—V8±A#¯ñsAgS«»Ïn‹cÆ½XˆÈÈÅº=ÿ )e×Ž¾Œ“.ëx–’¤ipXžL]O}FùÈw	Vy\"§žç#aqÄ\"=ºËÇûrX¤ÅÃ–e™$ž<qŽÅ>”j…M÷ã˜5Ì¸z>6çX¶!¿wñ4öÔð-<[áÏEÈùÑAÝb¥¤´Çg×z­XºÈ“PñŒIäJµøpe8ç ,cm‡éÿË[›XÒ}wÉ—ÜþR6©7ÛuM·T‚!÷¾ÜŸÊ· ð\r2ö©XåxE‰¾KÆª.ÖÇ,lX>w{oyìßi‹%UHqAcXìÁrƒŒ5…y™…•¥w]jªÎ³Ú¯zÐ¶ƒ\Zô±Y£Eü»4¥˜¥³eð†V·LÊF/”Uk,¡Æ~¢Y?cÀ*«_×aµ)‹À\0|Ùñ4S²tŠƒˆ}¹-âÊYBŽéRbØ-tsxŸcÿo®@ÒÔ¾PüÈÉ«YCÏ©ÏŸ¡$ëpË¯=Ÿqj=hs\"æø(\ZNî)äòYð“%øFš„V­O«åÁ‘‡cþ´ª$ûmÿ3½\rY›l5½pY=·«è!í\\^ox™>œSÑÉ8äY¦-Y¢µ`x¦^.¹ÝH#Æ¹/‚2 öÿèÌ×Ý4üÄ“ÊcY¦@µe£?ÚW\\\'øl¤mç^‹9°¯ÄÞ®-›+ÔYà7É¡Ü¼a/c$Û®Š7\rDr\\½š.˜ì¦öæFEÑÎYó1n¥8£ÆDo³Xäa0É«Á£Ôqèžp&E–Z£4r—ƒ½“BÖŽ“Ùzn—Õ¢>é \'údRíÎZª›G‹\n+:På|>s°Pc^™M\"qÇêÁ¤…ÇZ%¤·4ù\'“\nÔCôî`ÅÚZÃ³Ëå4Ðcj¶/lZ6žråU—B÷!³téR³ytJû—I0+dI\"î1ëZWjÕI\ZÂg*(¨TØ\n\\L´€br7tÉ€²\nÏEAæZWr…ó\\#¹Í•	þ!¹^ltœû”ËÝð|oÇCØ ÉlZ^¡ìx ª «ê„-–}©:É\\ƒár¶þÝòNZb)ÎVlJ½…fd¦¾„¡XòÒ#lW @ W Z‘ìS-ù`óØ~­çnVë•ž\"Ò\ZUM‡T;¿Âô?ZÓ¦8yéiëŒÃîkP\Z3ÎÊÂ‘è‘Šï]›è¿ZÐÖªÁmë–•—\"|O§íÈºJ×}^·ê@“Æ»åZÕ…‰ ú ëÝZ/.ë)üþàw¦Î}¥·é†¶Öè[\nx…SØSYPåž«BñÏ_XƒÞÇK8SÛþa#æê[\nÈ*k0æ5Dëa˜4Ì´‰Öü±á;Ð\0/_–7ãa[•&(Ü‡\0‘ÒÉÎ•l„jüø¬GÓúùñ·n[\Z$ÝkË¹þ±éŒd?‡\\{\Z¿ÄÝ³g/ã_,ip<[$ºr(Àë´Ú›€·îœ8¦tbMq\0>¦5ðF[5—µ4(KL9Æ&-k‰ÀGRK$ÃÅz,üb6Fpùâ[8sþiõ!ŽµÈ@¯ë®{ÍBŽu$fþ¼‘ò<[B¥ÿ©ÝÉû<»s™©*Ëù;ÑÕ¹CÆ]+áƒÆÌSŽs[Dþæð\npðhÙSîu¸o9†a`Ô\0B,\rûi[e2·<þwöt5¯HÒø®ämù|ö×Û¯x#FëÉ)=h[e¹‡¾6ÓS»äë\"„»“Ã±¦xakAyR[t;}Ìn[¹¶Z¦VL¬Ÿ[¦¾qTÃu!ÍïË-.üæ[uŽ#ºÒ\'þKF}ˆa~\ZY·	1áÛóžL.¨Ñpû[[8ŒæœìaýkI©€¸ìé%\'žn©€&Ôù éG³[€)ß‹ìT0èuDWP\",L”Ç«[­I,Þ²Z²F[–”%y¼KR¨Ñãb6Æ=F\\ºÃÆadÂûï¿á[¼~œKÆXé€‚[\r\"\Z,À3zÂ.ï‡SÌ\"¦;r[£êÀ\n)Ð>l=ÑlºøVƒË;O—w——~ €º[©žó¾f\'TOT¦ÝÌeó¨¦f==ºãœ&Ói[Å6àäÒ;]‚ÉÙqd¦äÝJô\n}Ê‚¸É¥¤D[ÖàäyüV…´ |‹t\r\ZÐö/]X\\m$ý’®äÛ[ìÈŠD1V•yEˆM	š¯âeÌÈ\n~%Uà,¦+ž\\É­G½Í«…¢FøV6BZµå²ß@Ûª2XŠ4Mw\\Jt.¾NûáØ4\0ƒ8Ú\"†ØÌ¥A;(R[Š“l6\\^;×ªh±z{‡»ÅaT¯‹B†©™ó{í`Èµ\\sÌqƒ)“|Ñ½ÖIJ<Í§,xLI2[Kö£Þ0äPd\\x¶c,ûÄkŒWbžŸaÌŽß2©\n‘•[e]\rÊsJ\\|æß¯ìT(tÿ2ý±Âˆ…Dn\\£‘ýÆà3 \Z# \\ˆ#G7€›‘ø1¥°ð\0nXs°d÷ÆïÉÇÁõ¶\\”ô?¾§œ•BÚ:ì{Ó–73ÂšÅL·Î”Jðß\\•283=}f.ÙÎp{Ûç£¨Æ­:½¼Ómd\\ŸA‚RZnÆ9îìlr(Xùu”O™šæmCÉÙàœ„C\\«_{ð”ã[Á‘GÛDÙ%”†¨@Xºo[tOx1¥\\±”ÁHODÄ¨{Ïd}d2ësÃIƒô1eO:´yÑª€±\\Öµ$ƒÙm]Iù„EÿÊ#¶Å(\"€Ôsc­1„.\\âlCøþv!ÛÂ÷BŠ§wnsîÛ˜%y\Z·©Y(\\èó±úÚ˜=‚0ƒbÞòœ©²‘2Öšÿ½ ”`sTR<\\óðŠÿ3í“Sî„Rã\0»Nò´ØE‹u=ß˜oïí\\ô®y›T{†Ìâ³ñ›ßMÚåP“u|)?Û\0@\\ÝÑ1B\\ùžU6ÎÓ¡jÝ€]bzÜŽ6éx+}\'rìËéÒ™] ÂË|$ä,bEw³¬¯`&uI\"¹5…à`a]ÑF’Í5&ôŠÙ-]Ÿ´¿V4âÉdB@Fõç£])…S¨wäãÝÝMëUÕX…ú¢QÔ=‰X—|ú¸]<r£ºÖ½¯ÿ¼Î4Çj\n½¨çãhNR‹z/ž>ÀúÕ]A.÷É¤…ýô‚ízâ.ãÒjŽ¸/z»¶µÆþ©ù]H½¾BÚÒÜ	Ím3ÍÝüùÑh¢ªÜ¯0x!ek¢´-]JýÆÄøŒebU«§fÈ7bÄ^p3KOFÜâ¼¶–•ç]NqýCðN­¥öÚÙ“ÑÔ}~î<aõ¢«Áûð¥Û]`~$‰¯˜ã¨mg[ØKã5ÈNœdÃjsišRÍF]fÃÝCŠø¦-\\Oa+ë°Ž#i4þ²xš$jK]®£ðFHrPç-s“òen|‹¸Xq\r¦mfÙ`áyù]ÄÚC˜¡Å€ù¹ÐPy£É(ÔòìcÔ:C#òŠ8ö·]öàâvYÓ\n‚uŽ)ŸÌSEEõ\\ô>A˜?]L”V]ûµšè•r¿¿6|©ÛW©äèŒ„€ùw\'ÎY]ýÐÀ¡øV0¸Ç5,ùMÎŒ9Ïn·rDUuç7]ÿ%hqO‰¿ÐšÝ¦úì tÞqÀ;+sV1B„åÕ]ÿÀØ•¨ÃYñ\'¾TƒùãÒ¹0­ “P¬=<ûû qš^ÔÁTàÈº^ï†‡Ä·>`}jÊNGÑ\\\'Ì…^Í>\"Š5éJ+f´¯iª7h&CöÏ­X»±2þ\Z¯K^7qü²ô°Ud>©V¹N³ õc§ÓhaÀ‘p9k<^>Õör=`œ¾”³·7«Ê\Zë–å·è)¥xÍå^AG“œÈ^ÝÀ7 Í¾«Í6`Ñü*þ$^¹v„Ïé”_^Jãåp!ùÉ<“ÁÊ›YÇ÷–©w²½\nþø)l^Nbu\ZxÀ\'!T¶èþ¡8Êo½Ì	y›Y|‘~•C\'^W;s]Ø-4§¯àV€Þ8´4¦Æ^ƒÍ¼ºå€,i•Ñ^g öK‹Ïc¡ZÝ0ì(Ú!ÿ¹~¾zWê\":Nž^mþÜm[Ø(˜²Cí«,m.^ü—v‚DÝÒG=ms¨vã^« úçªq (j— åª\0Iù–f}ÑþÅ\"l×ü\Zm^·:–U·›Ûr¯UìÐ¬ËD¿UA6Yf¿ô€Cb^¸•U§jx”·{–Ÿ+\"&?5¹Y‹pÑµÿD?¼ÎåT^ÀÜ€×\n¯0{zsŒ„>Nzéœ/Ù@ó6×R^ÌŸø¯LG›µZÜ¯Qñ8VŒW—…9ç\n¡Hb2^ÍHR7Ô-ŽIAœÄÃ¿L#ç~{¼Ú†•øÉUÄÚ~ÙÉ^ÝŒ)®n¶Táh):3\"WjEv9ˆ÷ÆNnZ-mÑµËK^äPºK:¹`X‚¾÷ÂYÖqpËËI»ûÑ~µ^éªíe2¾Œ2eDÂÂú\r®ˆÅú/Vøñ½q^<,×Ù^ú½Ãîø.ß:®%5)4N¨€’c¶j,Ö¨6|^ý×‹Ü„úyiT­™Wé¬ažŠóD#¶ÌFu–å†æ2_2öÞf\nw/Þ©¹} \r¼<ºàÞ8Zûµœ$„_ã¯M7°ÆÄ˜Tf&%Z”©€1€ŸàÎSÅ/ð-þv_|BØO\Zß­/Bã‘úlk|™S|dÇˆhe³ÝPà_,îçÎaLOÊ0lÓ”B\\ƒU²{üïE¹r§ó‡¹@4_-nÜ2zYfy…#†à¡–VP· MÈ\"~ý_^¦›_=>7bá™\n’¼6ˆhé¶¨Pj|õ\"ˆx»hÈy_?¸,êþÀIàˆbe}éé8Æ\\Lì£asŒã·/_T_:r‚cÐöß˜ÒsÌNÌ/Ý]é\nð¬{ìz–J_duÜ÷A›#fE£*„.\nn9í§žT\ZèÁ9pYbXˆ_lbò®¥R¸,Ë\'«´ôI°hže‘œRƒâêD8}H_o½µ°YÙ±ÉÔRQ™¬_}ÇGJ1m„ö]à~ø_8ó»@ô«zdf0p`oÖqqÍ×U:¤Ç_˜È7Q¿»«0²W“éƒA‘-@\ZC½§T•M2‘G_žØ½™•37~…œq/j¤ž\nï„ï9»SÞ#s©_±«Õ”J´å¨\nüÙZ“Dü¾.ªs½A	1ªd Í²_·å6“4	šƒÔPí¬K_ß`¿ÖIË¨Ü1?ä§ÅL_¸ùû±%M€SK¦9À$yˆï«Ã¶îgŠ€„‘_Gÿ_É$@\"¡4](ãê¥XU¸jÄ³f«´Is¡òŒÒƒ_ÕYÕUsEÆ¹TÐ4qP˜îåŸM¾áDSÚF>ŸÊC6_Û×›?&mž½H[¹JðR“¨c#ý ¦Ùœ¬M6E‚à_î,@Ä\\Sµù7äl¼oÑêFÏPÛþTŽëßÞ¨G9_ö3Ì¥Èþ3ýê*m	¡h\Z¾nM·¯² ñÑüìñkXì`Œž>:‰ª6Ô©fï‘™±	øÂµê(õr£áP`·>PÍˆË™À$I+=¡Æ›0úµt‘W26Sþ_¦<pH`>´ÁNgñ¾–K)ÒËã–Âžˆ¡p&0L@eë\Z¬`T¹°.õ|	ÛžÄ‰©[bTœÚçI¬ùŠŒœ©¥ˆ†÷‚``íõtD;ÓÐùµ?^+Ê“5mèÑPþ|ó&`{óYÆñ¤hÕuA²lT­ÈN¥-çoÂrgêÌìþ’`‚\nÁÿÆÍäùR ]­›sÂ?šI“di#®8Gp`ˆ¦ºhsþ€4DœUëž.f«ˆ$™»E¥aæ<p[Ò`’í§\Z»¢Ó>f”>à-\n})€ÙÞž‡®ÅgGKÖ!`ŸË!\r;^w°®³ÄjMRU\"&Ý»IžÊií<l^Hï`«=Ø÷ÝI xŠü\'àuÿàÐ|¤àÎ™K«ˆ!`±dIUgQ|X™!áfÀ¹~jŸm%‚ZöªÐÄp–`¶r±½{R©.1çB•iKk)Žß¦5M”²µ®Õ`ñüS,ÀÐ«…=êÊ3î R=àhR1Â\ZöMâ„$¾a\\C…›äÒ‚–LÏÉnôUË[þÜ ý{\'‡Ua\n‰U”Ø~®šžX‡s˜Ç\\\r>ßcf\"òó®a£2>îÕbçÀ[º/Wó‰–tz\rl´yÁoùU€da\'ŒÂÉŽ¯DÚu9MJµúÙ5u|Cõm¤FhS¤¢00•aC¸Õ$å¢qas©²6[`œšuŠËÖ“À@W]-Í§awÌAVÈ Ø>[÷‹GA•§I\Zì Öâêcr\\lèaœfê˜K¿¤†ZX~ºÁýÍº¡¾3ûbŠ]L¸<7a Ç+J#àÿ\r/_ÌìT±QP×ó‰OŒÙl‘é½Žl?a¿²E<2`\rµ_ˆñra€\n²ä·{!¯’{‘½™QØ¯aÁ²¾µ~Í§•žZBvû˜LjÚ*Ahó* ƒbÀaàè³Øó zCå±…ZÝ€œ ¼;ë4ˆr=“Î˜|­aîuùYò•]ò˜äiZÜ¤O”ç	ò®UÇh$»\'©aö®âÝDˆ¦Ž¬ÃmE–˜©RÁBtÔ\rÓ?fQb\rÀ“C?ùD†¿÷K}Òú¿—y¥/„å;|MñT$è?ñb-é“a?Œ<óé\Z-·®Ììr\r$úø¤Zî…|Y¾\nbGŒ03âŠ¼šÒ\rQºQÁQ@„vIƒF.3íMÜ²%UábJ’m-ý¬Ê§èýÕ5Ú53P#ÍA{¸ŽáÖ6ýù\r54bgB—xŸËÍÉ–)#éB•„_ùu®ñõ©¨rÝß®+b¹ýWÌæ·(öŽ›: Œ|ã±×[ÚKñ0°bºKçõsÉm„FdåAÁëÛŒ‹­›R•$¦	ü³b»bµÙ²¥J®4k&rÿ¢hXÎ+Äv×ýOtß$ôìbÀ²0#Ï¦í–¤˜A*>¸pjqœL*LN*\Z4ÔbÏÌé;•±Ø½Þìw\"ŸƒS§8\\z‘æð£©}ÒN0bÛQ†\Z‘êB£×ZQXNT‹6ÉÏÞ{’¥hBÜq‰bé²‹ôˆ€®9©Ü!½ÅX±ø€:\r3_:ÆÉãmcbõ’çq²áqú[˜°¦çÓJsæØ¢_~Å4/ É`qÊb÷püÑdî^R\n§`	¿=dA«c4´eóçñs,c#Æˆ|Fúw¡J\0¯`w~Á^vEpÙûLÁ••Lcð¾KÍ˜÷GÙñ| á÷ù÷\0×wO>ÓW!’¾ c¿Ùú²Œ‰:¸ÎåUe¨ÓH CÁB\")SƒÎµ{èc&ÿç~L‰Rt j>Ú¯¼¤ÇöãñE@>êðÇ¢`ÂcIH1Å¨’¥?ª‚ÊÝ\"Šû= ãü\n·³w\"à{°¢ÒxcS¦g¡î±úy(ÎÅ0^£îðxŸað&[ò5 fc`G¬‚Ãè¶òÙ¥çTÜüó­~z¢™FÉ+ÒUÈYÚ,c­´OÿŒº`H¸‡Ä;üÐ³ÃÄÒCeìß]Ï™²T¹c»9®×›ŒaIâøaX8\rr,Fü\"Ï¦×C2Sy‡cÑÅÐ^\"†ì¾“ÏUŸäÛa‹?ø»ªWSQgb»É¡Ò‡cÕHo¦›Ô“Ä±ðÀRUó~ošÂÏ³,ÚPÁ)RWF÷céª®jÞ¾¨‘?ûl\'ò84ïçF=/3;6ª)_qÛØcï.sH³á*Ù-Ø¨ö_ê:Õä€À%–;R\'‹KŽ„ÑcûÃÊ—úÏ’ BZé†Ü7Ã²ß;_ÌZ–ev‹²d$G¼™ûjw}XX‰yu2íZ=ù²Io*Û6d/eÜ\\sýÃSø:ì§†Ñø„$fl©²mÂoéjd1ú3ù\'mœzìU=&Ùª$ÔÙ?tõØó×‰$ûh\"wd5[æ&*%ô×\ràÛG²Œê8	òpSÓ-ì©Ÿq`97dBÝ‘É\\ÙE©ÕÛgEÿ8\n–·ò¤ŒÆ±z\\\rxñ/§dPâ±±ºø¾©X.]âÌó9ÉFÚPžáö+‹„zdWŒ\'MJ¹eÉ~vxÎh{Ès_ª|qúa‘Ý´ºÆeÍ¬dcÞ3b½[·]	€¤~?;\\[ÑXk•™Ð—ºŠ`sdf/–ÈdBl›ÑâçÙ‡òPú›QØ=€Â#djq’ùe^Â1wK4IðntåfVC2÷¦çþ2@qòdr\\ïƒû=Þy‹ZÐÄ]›‹¯¶ù.×É±ÆúË d€|I¢m¡ÕÛtåPžòç€¨þº9‹Ø6ã£|dƒ¿	Y——ïƒ@@›“+¡ÏŒÒ“gèÊ>$/’âd‘ÌƒÎðæ‚qx?’\'?lí¹JÞkúSÐ#ßî­ßd¨”ð¾IX&Üšîs½!µ,ãËç,\ZVwYLìdÒ0èÀ±(žî¸œ…Xð}v–ï·`ñÞ\"dä«ôWîiÛö^$À£ŸåÌŠ_òµfædòri¤\"—fvxœòÊ…Áe¶K­A?Ž²¨Sí2ÿdóNûWN½VSCÆ¨!­\\K;e!£…×Ù*T¥âdüœ·9¬¦œÓ0€2‡ÓËÿh,A*ÿ¦;3OŽA¿e4¤¤ÿcÒr}šcÙ¸eK¿WC÷s$äXgŸàˆ-e5ˆkyHµ~¢„¥­^}ýô\\ ˆf”‡#´¸6Õ×ôe:iKû p[“óÑ×Æ8ñqBåQñÄ›(3”–eTm´?˜Uy7,’Ké\r“ˆpSUÈÀ¯n¢8Í·@en±R.	OFæœOXï™Púíh“¡ÜYC>¿Wêe›YöÌ»LýÇþ¶s{T¾ªí=BêrvIFUK×:eÌEB	ª¥¦Lz®t›¾=ãFœ,ìfa§‡ZÄà{­’Ô²eÖßJ*ÙÌbV†,Cv¬b¢Êƒû™Pµ~…ú‹$eØ“î»¼„Ôr¯JQ×(¶O@_Öy\'§+Û*&w²Ð\".e÷÷Ób|(G½Æòªï\ZìªrKÃÍ<ºœ›7ñÉÇ˜f=EÄÜ¨Yñð\nò2ƒÕfìVšLˆ$/DE±Ý×fl/ÈioÖÃVÛL5ärp¸HÍ…Ñœ5!Ùfpü0UÇ~¿‘½Æ‘Úïœ]ãf›O#•iUÌ|dpf1\'¤ó)UŽÉº‹OÊ+×pñâæ‚ú‹P\rëkšÎ¶èf?ä‡sÓŠÂ1˜˜‰@cd`¹åûè‹²Ó÷6üÄfS¾~¯\'h‚,û’P.E1Jþ>3&œú`Bù(ú¬Lfb\"=üÂg½.›ïê>ð{aÛ‡aN‡¸l;)êO&a,Wfh ÅP1ÂŽ8‘jIUúØ?7zÎ“Æjþuº­+j(>fµ9ºªâÈÈ†y‡7”æè,W2ƒ)ú©[ìÅ*ÊogäÓ¦\rúW:íPžyåÈ}p!î;•\r‚žc	%¸,g-ïÐ„Æè#h;>–Þ	Œ|¡„£3ÍzB×ËVøþçûg6¤BÂNpüúý£&áÇþ\Zg¬q:æs¸dÑÚÕüÞg;74Ù£·eZÆÉ=`7yÈþœ®´!üuTé9V\Z…gV¶|ÓºgaWoÄE½žÿ\"÷{QùTÊêS{>giI?F]	®{¨°Õ[¿Î•ù$¹^#Š”ÍžÕd	g…AôkÐèD·«	€dB§(9òÑÝæÂÔ½âÉ&·g‰aóaq®$‚œ+q«0k+&”´î€;\Z\nl$–hgŽ%b]Zjùd)²¹-³ŸpœFÏþú–jŸ 9g›ÔÅ >º›À0®n)³á´X2´)‚—Ê0?8óòyígŸ¤ÎêÆ>”º Ù—€×Y‰— lÁ\rï—\n	Pm¶Ag =‡{wu2©œáªx„’šµjä5ëˆ?þ¡›üÏg²;aÚÂ¿]†X±rÆ~·îö\n“tÑÂ¹ nø¿29Ž“gÆ.Å$óo8qµ§;Z7tz?À‹ÝÎÇ°æ»¬Ú¢ê+gÎªî#ÛØK„’Q]ˆ¸÷•\ní44w“ñK£ƒägÒÑHê7ÝI€ÊŠ—|¯HiÑÅ³lCÞ²ä¨»gÛgñdv|U=ŽD²FBæ;³~ìjZ¬fîœgàÓ•W–…šíÑ¦ðÆ\n[Tù\nuA[z­âƒGzah\rÉÊ’Û©#j¶EÀ;Õ«åèíû}Qe-‚6Ä€ôCh\"“n¿§9ü(aà›h‡Þ¿ÇçŠ[ŠGQúˆ<\"‚h\'€+•:êèu°gƒcYcÜÙgÞÜ=ÂÒhh0zN¢™åW:Õä\\jëæX½%õ…@Ìf‰;ÄhBkD]{•8‹ÃÇhªºá~-2q ®ï¼ÁàaZ›zh\\´¢¦|qA\"÷®_;^þ¯g‹à•cwÌÎä›\r{Ph‰…íãÁ•¬÷Z}›‡Û‡ßb¢„ú¾äÎ”ärÓ>×hºh<gÔÌs).ª×–¡ª¾ŠWËð0¯xZHCDÇh¼]3æÀ…l%Yæ+¿‰!¨‹†F«o^Œ=•ähÕ¼oÌ8u\Zð:É8úNäî7 IM!ì\Z·lÔjô#7hùp­S€=T_k. æ>òUÕCÖmÞiV½ïhû–1Ÿçp¶îFº)y­dÊ±¨vNyN/¹¨>Éu‚iÔrõ«Ù	§!8¥»´©@žDîa¾E„Î{i+;Nªà3ÈÇÌ–± E†âÝ¶—Aä¹´¿Ê½£+i:ˆ¡™;ÆŽ0™$Pvû‹œúÎF\nSpô2×Ö¹i[-Rÿ[½¬4œàœÌ ¸/IwF§ÑE	UãUx«Êi`W’‰VdšüÌägz\0• *Âœ˜¨Ná·Œ^àâeipZ&ÏÐû`UnÌ$Pé9½xA	‹Ó‰Ä½üÕ\0±iyHˆEùÑµ3EŒ\"“÷:ÞLï\rXŠÛ€,$|uÄWpi~÷·ô­†::lœÓwÅË‰Î¤Õ«â8QðiÛ(½wAi}eP³.P|S§[wˆÊë ÈW¥&w€4ƒŽxi’æìMÆW@žUû}ßP—O¼õÒO„Jjƒr4çßM_E{i“Ô0“yN›¸G\\8á9ƒ\'¶¯1+8*Hdi£ê¼iYS’Ê\'’ëŒµ`Rë^˜„¸yœg4i±n\"}„VŽ»u©3)!Æ«èÈúZÏ¼~Õ\\C^&Î$i²Ê±L.1©jÉužÀ‹ÇìéÑ0šuýå/Â&ñS0i¸ý¨áðvÍ*+¸ü&Ê&@kM&Q„ÊÏÍ’iÒ›o¾âÃõH÷ÓŽ¾J1ü¥½Ž¢À„ßpµ@tiãt.%´-Åx;\n—>rý#,œìKñ+È·iäcõíÃ\'Í”Òž»>™Ï:‚”2n²Q š§n‡^Siøh0=ú£Ú]8Y«E\n*õÓ½ž¶ºÀnsÑÜˆjh\nÑ˜ ä(€á&ƒ„£E¤¸¨eªI\\Üs`|j¼ÝÎS“×Ì=£sÊòï¼•Ì¼*÷¯aâ	Šñj!þi‡¯H4ÒÁ]ýeLÂ8žð\r«ÑS™l±Ècbj0¦‘4à1@E»ä©X»<Ù\0µÒ+&ŸYj$6g¶Cj6vtˆ5år#gAWFÙžÚÅÏ#ñúYë¶Å …¯~j<öð©	Ñ©*$Ü°*s£r‡M`¬ôeÒ‹!ƒþj=åë8Pã™NØä˜T\r˜†]L®®éÆÙTÝC\0\nòjGË\'æC1´Kðhû‰b¼õ*|¬øü¦YF¹¸jI\n£&U@š—”ýÂæ4o=±Ÿ¹ñw|x“Ó¡¨ý^ÏjPV¢Ÿü]Õg„Žü2LûRSlwµBqÑK¶¢’je+=ËµhOêd\n:t÷˜©(Ùþ³„ŽÒt¤Æ%¼1¿j|TT˜ *™·ðÝ/#[¶ý;ÔU[©B?,žÜ¢`5j‚Ììá4ûCu\"ØB(ò³7Ùã\rX ÄF4ŸušNcÒÃˆj†áÕP©.ƒcHqóI<Î;wœhB‹Nb8\\8côéj›­	Ö¶ÎÐ÷-òŠó%Z²L9I~xmHŒÕƒ×jo‚9\nÕ ›Î’yê‰[²Ž1	é—ôIÉÅª€¯jŸ\Z¢p‡£ûISñÅbÊŸÇS}Â_ÆVšÂ•Ã¤†j£œ&Z“y\nær[¦„!ÌÄ‘Ö‘IöÂî}	ÛI+§j¨~Ë´nBA¿Ã-¢ÒÔ˜FüOÚZ*ÐÔÕ3yA»^jÖ¯cÁ’Q1\0Fo› fyHŸDö0@)á„CÒêjà–]I\Z–âKxzÕª^«ˆê©!bu™ñ°jûö‘A´\0ì.ÆSøhNê}×•FŠ|YÌE\Z>ÑÅN¦ÈjýSwôK–a^Ã&œŸÒ4	®ú‘ÜîtB»Û¬ik¾i8½5{ñ¨?}©Õù’\"!¼‹AW,@zàˆUk¹lqÇUsþn¶…3\\}%2¶?rzÅB‡Ì²ú¡ÜÓk2©{zå…×Ð$µ\0+3´›éQÓ‰XÞË¼£ PþüïkH%|¤QeÔH¢z\rY‡o•6Fp“¤i0[²½ç¯€kN¨IPóõ”Èõ-\Z7}H ‚ŽDCú;®Î®>£EˆÄkUMà,¹k–EH+‘±yëÏJvöyöPKÓ¨óËÀ­ƒe*k]°^‰‚=®Þu\Zí¶;¾dªê2·ŽúÅkøXÍóµçD\'wâ£÷â…MõÿCÞ\náŽº\'k¶3/BþžÜó	ßª\Z”pó\"ÖJ¥gžh³•»kÓä É·dZ¶qNÐ›¯\Zç,²F\\åÈ\ZíD+ïÓkÛUËÛœ[9Ø€jóLËÀ2u¦Á9ì?u»ñ‡£kÜ]úë70TÎÞ­q§½•#¯CÂÃÖ ™Ò²0äj‘kâ¬Zu”ÐÒð¿‘Í,†¹=\'žÈôö®Ð¡Ç—:Ì¨kïŒ›P–;åòÁ‘’N3pìãê\Zxq‰ÏRWö¯Æl„šåÖ»qS)ö?¦ôç¬ëË\\ZÔ­„”Œ!†?lÚ¦­”Ýøñ=•Q¨>|ZØÎüÉŠ»ôô>F5YƒÑl!‹ƒª}[z£móª§¥çÚü£W†Ö#	±Úê\ZlLU[«d¿g.\r•ÄÍ5Âîp\rQ±‘€<ø[«vr0l_](7e†/ªèÑ6ü¿déÚÎÝpëÁšk#»lšßH¿€âìñÝ‡\r]0×$õ{øå	%O!ÑØÚl­­K$Çs0FP|PêÇ\\ÛV¥SÍ&6B«=·úÑ²ŽRlÆi4ì¿¦¡rnµž±Âîu³)K€jð¦5€æƒW	lãîˆ-¥ùCüÜj–·Ø’¢gÉ\\°rÄ¾Ï¸CIËClùaŽ{!hÉPw{æ%&ÞÖÊY0ÆŠÒ’ƒ±|tm\0‚\r>œÈ‘ÕOv<ÈÚk¡a£eéCñƒÈÔù@mòÛÏO›]^Ë-,¥qsr°¤6µVø%F²Ú»è£ãmeÑ‡_îúTG\"^çjU@üÙs=FÑ†ú5|¦›m\rXCÐ9SÉguhö¦~¶ÞRkYmeèâý¯mN ŒÂÐÕ\nTmÔßéG#Ð˜·ã}‹ZšYÕ€\"m9¶­(Ô¼ü“±y[³EA½”óš§IÁ\"Be]ñm;Aý\rdÔ+ìõ¹é„j¨7áËÕýqNýÓy	Àv\"P÷m`§Ã6ë½©©Ï³¼ú®%ôÚHj®äl“Ì¬?™–.ml´’›ò|à,Cº+èIbI$Ó¨é¬\ZH„Î£^\"lQAëmlã§ÔŸÄB:»ú‡,¼%c5iN÷›€9¯Àmnm>ÞŽÙQQ0Þ504|$8÷Ò]W¶p_ÙÆLtsm|i)m`mðI}IdKj+ƒ9›VöõÍ€jÁ|,òÄ¥m~<]ŒxLñò´1±‹äA8•z˜\0†-)@Ê…øm‚£bO-æ7Â°™O¿a$üLÁw?þJEQU8m–oyfrGÝÞÚT^5Þ”ó\\kpðÐ0ˆ[*!×èm˜v<íô.K®“	1\\¸ö§ WPµÏLùˆŒŽ`Ämš×©Ùs]S7LAZ&<ìì„–³vß‚ÈífP¿F¤mm£G Õê ËÂ‹=·ŠÅâò~Í5OURD\\Wq–áeâm¦ØŠ—„}—ÀùŸ¶àBP\'|{M2ñ÷gê×‘YØm¾­M ÈÚ½ñÝ©=F§VÛ7­RîÍ¶}9½dg=mÚÓ¥\'“éº™RÒ€ÒŒú*zú#:³×ö,û`$âcmãú`ek}Ã¢ôˆyF¾[­ÿöuÎ\n€e›˜²²³Å^mçÿ¥<F¼hävú%EÏ‘1Ò^A›Ô»\r¡”mö“%å™Ê„\\ûˆË[<˜-N¥Ž–2ûà´ER0mý¯¸ƒÉÀè»jšÑö8tÉ—ÓíKü\r±¶»?×G*¤znDs&UñC”Ôƒùn},­íií\0võ•_¿l\r³än4cyp¶¿}´í´%4ø¹m‹b&+uvBÂ‰¨n5ÚÐjÂ†Ax3fL•{ÐÃÁ“÷éiÆŽ9¡nB „%EÂ¶>é9d[[}·3ä¹+…hl_›nLÿzí<æßkÞÉ…7€k-—\ZAåAD×¤Ñ`(2nZŠ\rc÷ %èmGÔòâV–@mâ@vTàûIJæKn\\ ù¸§ä/JßÚ-+ÔÑ\rÎX*JŸ¥„iúHndkè.ëCz]É9fi0ÚñÞjÏ\'Y¦G¯úg>npgœgðûzó gº5Ìs.n5¢†µLŒWÂ4œ³±nqÊ0Ç#†O‚}À\"Š´EŠN„t²ž!ª®©CénuàúÐ¹ÖoìLÏ³¢óSoïcoUFaë÷[‰×±Þe\0\\nð£TÄ‰IÂè˜êïv’ÜêyOiÇ’4‰ªMx£Ÿn€èÅè-­ÇQ1H.x(jÕ«8ï¯ÇXßÊD Ánˆ!¸5]òÐXö¬ë­›ó¾èSã;Úu<}3U8Þ\' n”-‡yu_´¾\":~I•8õÏ*2«ùY‹rƒüã5än¨ì;àNæ9€@I-Åz®Ì¹‘¤>á™ØôGqÅü° –n¶0í¼oF!ÄV_1\'Ÿ¥”x¨Ähs<z=n¼¯ƒj¸wÛcÃ=ØÑ˜þZ®7×Vƒ=urýËhnÓG0’%E(G&ÜWX†Ÿ1tüF!°£ÐÝäÐnü¤iÉL&MÙ˜x=²ØN“ãf[¿y=ñ/´So+UâYûÝµß›r0~x†¹Os¤,2Ìwo‚°”šhæõQd¢MÂ\0…Ž;HÕ†úpïÔ7ðCo\0ˆE”ÏÅ¤üCwÊÊh#9\\é“½¯¯|öËõÝo2á‘q÷\"ë,Hf”!O›þ×¦œæwZ=P¢Lo5rášÊð à+£®öÒ}¾ô£Šo–38€øJÌo:G$ .¬\Z%è©Ð‘ËF›’Fªh‚SÁ§u”<¬oKSñÛc3çÖ÷¿úY¯Wö$ÛÇyæ6Vl21@˜á9Á>ovQ\"û˜„Œ“c4¡…’ìyI½ARÝéªKSUo‘QòÖt\'„ØFæOS’Ú˜Û‹¹Uâ.Rúo³›}\nd‰ÆÖ‘«%?„ÃþM€ì›ªõ¤ÿÊ;”·oË×…¿CHË÷œ€laèºÕ˜úqÞn‹F}Òúuoë£Ö‘çRà`#Â:ÙÖ¥6dÇˆ›8ïú‚ÐðÈ\ZoîóxõÔ6úÛ}DPÿ\rM˜bèÂ1aõ¦»Ú|iáN™p W|±b†O…<fÕcÊë#_V´È|ç\\;ùZ½óp\n}\0ª]tt!ù…x° L\'m¾µ,iÎñÇfÐK#$sppmµ+Ú>ã\\#J2=”)ôÁ\ZØÕXÓÓ®=P	~rp“%h¬›ä¤Ô7¨=×APºÍÁÃc(@Æ¼›p%{ŽerBÝëÚ	¼Â…Ðd>HÞK5œÍû¬-c1>}p(%Ýx5IYéKüƒfM¤Q	÷Ú­£L_:Ì÷Gp+Â4éÓN¤d–ÜJºu\0’5H{Õ7`S_FvÙèÚp7RVŠÄŠ:Û^Lî©~ôòŠÒ»:äˆØTW—ŽWp<D¤Ê9‘ÙŒÇ	 Dp›ëH2†¡•LReGþM«pLdvïX3\">ÎbÇ„„Yó‚_[M€Ïµ\'pó0ð„ŽpTc ŒOj-åÎ¢	suj®”4û¯IýTï×#°Á‚pkºæxèƒÑ¥LÒ—©í”)òDîÌA‚z‹Y€n±Vî8Öp‡~žçˆÃäŒ$\ZûtBÝ@g™Zz^L¦éÍ¥pšˆyüÁ²ÊÿJz\\ŠEµòŒHÕ ëT`\n“ˆ—Ç\\7p¡£í½Ò%‚Ñ˜È®WÔzìîÌ€+QSrë=«·:À5p©Y˜Ñ¹!eóu0vûß?.jú¹Æ[‚ˆ,Ä¨†!•pÁÈm£Ó˜´DäÖåÞ.už“IdnÀ·‚¹ú1wpÊ=DY\'cq‹Œà·Å­gawð OÁa<¤;Ö9ÿ–pÙuæ-iŽì,Úð€’pŸñWÃç¿c}hÊøpŒpèñëâ2ÜWÒ|Ô[MQßÍÒõ‘Ww‘v$|­CpýÞó+ü¸ˆLÒúÏë¼à,þWyü4mâŸ|Cü¨qÇ,–\0É:ã>|¡«˜ÎAC˜zßÂ½Ìlq(˜—FlÌè‹—njp¡Er-R~ÂOà¿¾SN+Kq*ˆO×DžšlªW2aëÞ\\ð,Dû%1<Âè–Ü­ï¥qq.\Z‰kó‘Ø€E…á¸Û#æÉôàq‚ŠÙ£\"š§q=ë1®‘#ÿ;°¡¹+”²Ù\\^ƒ‘‰”p°$ÆùºqYŠ3i\'ÓÚG›±ã¢C–?o(÷™˜€\0\"+I}lq[8×òdõƒ¸èwŒû‰ßs˜›#­bþj:75Êqi´´j³jÖe*Z…µœHG[Ä?=–?jìzÔ„FaFqzLòkÃ\">àÙEÆ°zºx»áQçe6ú´ç¹éqzþ+£k×‰Fzø3“Ó7-¸R6>‹³é‘ÃÔ#n&q}¤bN‡Š°OÂnœžYV8èYõ¥R3SH‰C\rjq‘¼Ï‘ùþ\0dÔ@Ð›íˆ0l»,çëÿ‘¢Ö¦ètDq™CP Î!Ü3‹Óü×ëÐ°_ d‹	Ç¸uu–…iŠGq» YŒÆ±ñe$ï£irhNF¶I¥lóŠ´,ùoiqÁíÊ£uG(ëŠaVè…7fÌézà£îñžL¸mÄ³qÃº·Ù«&½õÕUzHk‹o‡–VßÈ!+lVŒOª–Ÿqèþ$ÍÑ1WÖ‘û·=–J=<¨À‘Êùí-\\#ÆÁ¯r\ZWèå	Ü¿d,ÖˆÿðL_@¼àJ£JA¨pb\\·©r±<ÌK§ŠêeûŽí2K¿­{EÃ…˜ºóôƒOòr,	RúB—¹“fæ0ÿz^ðŠ*H§a*âˆ:r4(^0ò¿ÍÿFÄ1°´È¶s¥tÑ\nr´4¹Îó¶rKX?¢kz^C…Ìˆ9X\Ze×ýF»YŽ38‡_ýrVÛj•-­jnÎÃ[MÍñw\n=pÉ²²d€4¶æcÚÏr_!Ûá¥LPpÇf<vsåß$â\'âú”â¤ôèorl[MÃ‡\'’‹…Á³H«$•ÅÝ¹§>ÅQŸ_ä¹rŒàÀ	ŠL\r¸-°\n}^×\n)÷*ã´ã€†Ð®\0í¼¼r®åbðSä¢ˆšÃ%VŽÈŸV[9šn½®!ž„Ïr¸„ÕÃYÇòè\0˜jå‰ùo;ËÙq>wÐ,Üuž™rÌûÂùoZ•æž`°ïa%Ò,ü@°¶ûH\"J7¯xrÓm„\"•]=aàn$áà±7-j\"ÅÝ\"Ð4)NMrrÙNP_;æ bˆ»0ÛfÈL\"9u¡éS‡ÅåÇ,ræ§;´íÍ/n#í~Ø†®›—üªæp…$`Íš¼W}>rõQ[¡ãûŠOð½ßßGOÐ€\'Ô˜L‘—®±Ë‡îrõ]À`²8b«ý@¼é#T€ãŽFè\'w?Ý’6rø´ß‚ÎCZöÜÄèóîðZ{ÁÊL†¼!¶(Ûî’€Å;säµ#a\\±”’ïûž8Qƒù0²súlÊ}ß¯]Ñ6s\Zrµ:³<[×Rd™}:ÅYd±y²(‹Ñ©P€\"°äPs\'ý†j{õFCäºh™¨Ì\'GåìM˜g0À®fžs( Ç8¡(›äƒ\ZÎ>e6¡Aˆ¨RŸQ!3´¾>Ï†Ïös+ˆ\rU\02äå³#×\Z~¼zÝÝ€hèsî˜Ì«s.CU¨±Û õ½MË^³ðoSÌF8à6Eï¤ò»ûsNÐlD\Z5Ì‚Â2¿G†êW©ÏR½¥«»”FÄÕ–sP¶‡Ô3ã4«	5©²>Û²#Ãv×ñÙGÔp”sPûÔ4ŒÍ®4¥­¼qoÍ\"öF\\	^:QÙ·šÑs‡ý#XÛ–+pFXT%?œ?¥¬crS¡yNÎº&Iþ\\’–s ˆ”_£d´Ye‰kžP¶(¬HPÝ6P´Oûs¨DV‹iæšß¾ý[žbÓ*ûa—VaŽý	½ ¬ëøs²¿U”Œ$$ñÞæìVËògþÏÑÈb\"lx°mÊâsâ¬8N\Zç0å‚ë-ºÍÎ1ö¸ÉÂ¶Mä=ü‰1±ú¢©sü2—il)1äy¼þÝj¤uõHuMÔt5(Iñ:ÑE[t¯*Ì½vdWã;1!lH²ÇÐì9ƒþ\'<«	CÃft›lT›^´âû7Çå‡?1Ü	[à‹]¨øƒ¨#TÍ#t:srã¶9øÕë¼caË>ýS|0õàø+/\\3•j@tB»ËyüûÆiC8Í¿ªžL4›D£QþÌî\0½oz¦tG=9’\0»“a·Ê®œéb>\Z€O™zò˜cŒÏõ1Å}tIqóÚ|\ZG¡wPÕ8±^6Âõe…NÙc“f	Ít‰rX#\'…ùXlmRq{ô¿8·Û8FùÜñ€Œ‹tÀ­Š2zèv´fû#´ ÛÆ:M´Ýâ³‘{%tÐ•ºsÇ)W­j³Dr¼™Dðiº¥<¤Ÿ6ÉN§ÃùFtÖá¸¹ÚÁ–]Þ¸º®á«H€ù™ZMm¡ØÜõ‹Úmu\r}[’µ-·È™×BÐúU`BEÜrZ‚nˆÈZð?*šu«…œÈf®KìÏóM· ]¶å=_mA98¿\0©u Nr8Äãö³\r1íæ\'„p{ñqbs/þ“¾†¥u#gTdý.C—ü¬­ØùæYg Ð‹±UWžæa{õu)Ör×Bæ.Îp÷óc“=ÃÑt\'Ù×s)¹‘Ó<Iu-Ñ£‘¼ŽAH‡´Z·64Š?²ðÑ§:á â¢}u6,]å³gÂ8M÷ÄU†dÍ]8µ7ÌNXÊ¢©‰}Mnu?|ŽPÙ4¦™TVìm+óìsÏü¨ù”q‡dm~)u@?î›Ô’$pû*½%ÇËãºër(b=ÏAéê—iòÔuƒ€¥Ã=Û¦µ´„íRnJ+^íãZâš\'=ÀÝíU\'Œu‰Ÿ‚¹@ÒüÝjñh´0/å \'0O¯MuŒDÎœÊÃ§‰1ùÌ1{ƒ‚i›\Z¤-ûj»¿ø˜Ð’u›;rõŠjùÿJ%©ÊÆ0$½«ŸU•CÌ:õ\ZY!uœè˜#eo^3÷“|xˆ¡„ê½˜ÄïžËPœªu	„üx¥ÓÁÐ{	_Eà•Ûd(^äš6uûõ™HßâU?/:êº¨äAw\0­¦x2Úš÷pÆ>Bv\0WbmA¡[¶ë8i¡EâäR¿S0E¬`7dà~›v\0Çá¹k‘ÉETvÒ3dx“eÊ™…–\0z?`•¼œv7cš\0|¼q[jëQ‰[&LûÆ—¿PÌNú¢lvË9ù\ZR\r…2ôó@¢ä]3‹˜z#\nòï¿q\r3¾vÐ\'æ2ÐY./T¡}™t b³HŠ<6ÚPy-ÜvÈÏxggïgy)Î¦ÿÒ¸s!ï@XQ¢Rc1ŠFv.”Î¡W¨Ô»lq¿HÑÓo‹¬r\'«Jm7Ïbåóv26†}Ûžèâ‡\Zâ\no‹¯g$ä$¥@[¡C—\\Vv3)<ª‰>÷‘ró¶y(L¼1üyUé»\n©vâfãav4Zß}k¯ ÈjÅø>XÒÔËš¹WR/%jð†5t Äv6œ\\ãÍyvT\\MÁŒò	FQKG€u0ùíÿÜv?Hmˆ®rÐq¿\0þLš‘¤Ü>=e\nS¨óŒòR‹v@nÂL†Öî¢!rëìoóî\nå»îòµÚ·¹¦ÄºvY¢<•\räÂð4eš6ño™Ž§R¤ù;Õ¯C;×vŸïŽô!ž³ºþ¥zÉß¨ÆA1Ä ÃüÔ`©[Šñ³-v°;aÿ\'\"Ís Ü{„Ct±(~å+ò~muÞÂÊ@v¶|ËPu<>›n4päR.þãõsI<ÃÜü›¯Àúv»Û2áÏ‚¦¾Zû»ª7»“ºQóù÷¿½XwF€u}vÞ{_5Öô[átËZ;a+Ì¤X•\nx\\€õò&vëÃÿa-iQY½ÐhJt«	ðÏHiƒô”ç–2&ƒi~vòë1RÊCÖ…m²Ú×žRÈeV98¤¬ÌxýÞ§w× `g0O›õù±…!’·£+ÙU\Z4ÍÿjV½9woHpõ®¬åùÝÃŽ’ \"M^­Y\"ÎÿƒùSÞïˆÕ“§w¸A!Õ(vé.Bc?ð[àËD\Z;v…ßE”U¥¨w&C}5QÙ’×¢ÿuÉ<Ø4Uw Õ+hñÖÝÞLËOŒw0?±pºn~(§3e4«þþB¦!QwÆ»Lb®¸w<[ËSö%l†n,ó-SÀ~ê¼]MD¹pÂÇŒÃˆµ¨ðw=c^©:Â^N¾[°Ž äX“%Ê%NÏ,ôwDiÿgÅk\Z#¼ïVçJ PN]¼»	Y\\8ˆdÊœwHoôÕŒ7ëÿ9lí\n!˜{î´ŠO[OÿZøjwM.ëç…#SÖ{Ð.¡›íœœ½¡D£G8óq(µFÏÀ¦wP±˜:B²!›‹nƒ¨$dÎ2e¸ã|6Ó¹Ñ®:0²ÊwSÄt+°\Zï¬®HH±ÇÜ·z H„–oËõ\'3{”¢öw]<½	^ÙJúdOh„¬þYþHª×žñ£t.ä¬(@,wfÆÆ¿toÛæÓ‚XXGö‘ì\nFÄœcIsÞ*ß¤£wl™E\'~ÜN‘\r4dAËŽ¯@¸7j;í.¡šW[ðg½‚w„»àG´’TÄˆãÑ‡_¤|\'K¿\r,½ã#scw…qï•X¦9ß\0¨¢ª§ýV\\äÀ•½éÓ%ÇÓtwŽ~B¥Í£aÂÕ¨1ÑÔ¡u?n·‘ \ZÞùöÆÊodw·c4y¡ªÍOù.ÌüÈ~H—½{æ_Ê—†VÐ“¿wÉ>Sa¾ÎÝð	Â?½œÌœ™Õszœ°§¾‰ðiÃ¾wÏÆ\nŒˆí~;H4ÔÇœã/tÔê«ÿ²_vîŽi%]ÓwÖ^q¹ˆ92:èâ§×_kÞæÃ_]¤z`Šž=*1wß¹x¬€o\0øÙ(üü¿+%õ5ëBœ¶BSrl?!Gwå/bÝ±\n]Â\nANŠAº\0¹ÛÎvLÌƒ¡GwçºÃ¼}\ZÑO·gïÇ f#ÜE¹1g=gÍRz‹–Fx#oC:[ÒL6lˆr€z|w´Ç3â:«B‚=½¥™x\ZÛ“E…ž¡\\kª!\n\\D‰º6°RˆÍÜ~—xwØ^˜ÓtFx{·ç™Ö¦óê7ç`­-Üã¼È†Žíx3z	lÇrgRMqÀè;çÃ¢¼h»À¤0ü:Ó¶x3‘Mé1«Ÿýw:Ìª‘xÐðM(òyð/2ð®Ë,x5¨Ÿr#Ð‡XtÆ%JFCD‡£±û\rÎœØ\0ŸÉÑxKPƒÓéØù%ÝL“aÚ¡ÚëUÌxÿÆ\n¼GŽUÄTäxP1v“£ÜÕË›o©Ô0{ÏWÃO†I- z²ïwCEâxh@j†±AšÎ­‚®Î°ÜhÕYò*~itÍ\nŒwé±\0%x‘Qn¹g¿ìgW.6£Yšäõ·z#ÖIÄ²«x§Õ$‡ä•P&Õ}ô‘`\\QyGpr¥Ì*}9Y‚xÅ·(í²µïG*&ýÈIAvœÑ„_¡R!‡?ˆxÈˆ\'eöîÅŽª4m#ÅÛ8âÕu¨ÆV‘hþ•û©xÍoÛ?‘!lN;8gÜ_€¹[j×œ3&Î‚q°3È¦QxÝTÀßÈ±Ñn¯^ÇÀJn\rC@ùëÔ Gú«\\xèö•»ÂS†½ï‡Âùn]±ÞBƒóræ½/óÝu<\rxô—…âYãÛ\Z†>kªŽEº¯­M—R6.‰™ä\r[¼îxöl,Bê³%æ\\°‡O!šó¾®S<æ³yð¼¿ÐRÅÀúxùÔ´W%\'7&\\az<’ AK×oÐ% |7ë¯ýKy Ý£¸x#\röëôjÙÛ¤£âEäTæCœIfà›nZy-ó8Å¼‹<Ûá¦@<]Je<¿w^Û„à½CY¢0æB­y8‹Vüx^„î·¡ˆîkúåj“¶ONlì\"3`‡y9èÖt­û½º$ßJˆf³¥ÆŸ»×çÅúÑ\n[d‡wîyK6³¨hà„®+>Aî”ÁW[­ñ¡úÜ×,ï1/ÏÁy^&	†ä\r&HÚ3÷»›Ô\\ F¸£[5²\0ê¶/ycÆ++S&êa¤1gÛÕ­óˆ[yá—ƒÄ©¥Ÿ·nyd-fÑr\\áœ•>X­1¯Ê -Q¨ÿNÒyr:\'Ý?eÑO–¼ŠF¨Z»©«ÞÆô¤è¯®\0ž3¥y—8e„—ûöÔÞÝÖæ(Š´™—¢@ß$ÿòáÞk(\Zõy—ãˆ”‹4Ét¬F´Kò ö¤ï¤v9ßgö>M@€ÒÇyž¬„‰Ç§•8=Úuï˜<³&(3‹eŒ¬_Ü`\0„¶y«Uñb‰\'d04Àêt‰‹o¹/\Z+ˆñ]!Îóèd‹:y®\r!²’\r´s|Ü°k¿FÍËÿ»a2Ú¼@Åî\Zy¼Wÿ@•ãÞçÃïõ]ûaíÁù¶õXÇ%©T†yÉÜu¼~ìû61ò«ZÉ\\ÿ/[çl‡ýÙü(yÞÊL$L	rj™küàKƒô÷‡ìôÚjVx\0IÑsßzFÍ+Š1¦@‹Æ,¦ã›Œë0ŠCÎJ£Oà!Ôz‹Žñbö¯ªÛèø­¯Ö¬Û³yg¾FbçeEÝ=º¼èzLj³˜äR3Z\n†\ZÈÏÓæÐ“(ánfÒ\rô÷¸z$p~ñ»=PÛp\'’»áÿey¹èK!v^kzP¿*$	ÿõe²(WI!–[(„ôŽÜš>< º‰òzUm{‰Ú¿Y>pŽÀÖ¥x³w\nTÏmwë\Zõ~äìIŠz‚÷eˆe `ä~Žöw€úýã‹ò¼G$us4oÅ8z’Çó$²E†ðgÒã¶gŠ9šK93)Uó˜¹:ÔSz¢_ÒJ¯?Qõ)º”áÐÏÐð¾aL^ã;V½ðúæzªr…ÏOU]¤LÝWq$¿»NÐôAw¤ ½ÎÝN—zÉ\"Àö|‚5Ü—§î:lW8]òPübNþC~zé-6‚ŸŽ©i	F<>£Á’LO<kÔ¨1\n˜r\\Äzí™kùÏ¤c¾Qò=’ÔoJ)ç¡Ö\0.¥e©»2 Ò,zôHm¬aøµä~BÊ;@«ûlõ‰\'eÍðÛ¼sDÅ‘;{¾3ø™löŽpª^÷3ÄÚkºà;ÐØ\nìkÀúè{÷ 2žwø\rOHÜS‚uÜŸn¡±ÓŸÜ¢²»›¥‘{u)˜£x!âD@Ÿ|ˆHÇFÑ9ÝBu2Í\r<Õ[?{5úyÈ†dj2&«î =IàâU,qC”<ÂmËóU˜œ{@šà¤¨ð$g+ö•E’‹Àäôèg[r3òüŽÖ{MÏ3±#ãô_B?nÎýg²ìÑ<Ûvw-i{\n‘í©{iŠ;|-#qYædð_;¦üQHª\\©µù‘ª§B%ºÕ{saˆÀ¼VmHº»•¢û	Ù±+ôr§<Ä¸T;ä[‹{™“\rÅ›¢9°Å11ªT_P,[DÒçý:ó¿Æùwž{¢n]Ö\0Öˆ˜Ýn»\rÏµôÉ<§wË·X)ƒàÚ:{³„,‚tã4S)hùdŽŒ÷Â;›}KáƒÑ1á{Àg/èÏ\\ÌEÇ°\ZèI|\'á„›D·iûê…!H{ÄO”Wì=!ÌÐW\\\0vRý¿ª&ÿÙ~GÊ½ÍÐ#{Ð©NïäÀ±7¢!QZÃ\0EÝ1ØÍ¦ÑûÔÚ¤!gÔ|‚…˜mÞÉ{öcDà1Ò×\"D]]=ØÉô-c\\ƒ|]Ðo”›(jF\'þÀ*À¶´áÙ¡Æ—îEF$K#|åh‚ÐPìœiÅô>è‹ì@ñJæ6³ÐlQŽMãž‚|#•¾˜¡vœ”€¯h`JO™Ax®ÿ\'¼^Æ|(\\‰¼QÐ&j™‹\"†ˆ’·n	ô\nuÕÛÜÁÑ |4rc¦ÈËDV*Àµÿ¾¸{’3Fø|E¯d™Ë\rºqÐÈ®#ü9¶žÏð\n®Jìêtï|F¸Y÷c~\'¿B Ž_ïõ-dlè¼0h|QìhÅ[s†ob\"ý¶þA ºf/Ö$÷å|ýœ|U6çs\ZJZýÅ\rà~5ßÜÆª\Z|ºßæ$Øù¡Ýš|Y\ré¨:l_žÆ™=§¹Ý¤.M\nðÇ×º‘*¼|bà)MGA\0ÌÊ3Y\0Žï«öÏQª§ÿ°½yLœ=|m!“5Ã¢zdlöÚ¯4uOln{+ÆPÈ;©\r|qÜ7r’œ®ßŸ÷{Ç,À\'‡ÌŒÎ\n¾À_ÛÅ|‚&ë•þ1´`À	••Bò	ßNt-s¡ó e[|•™\Z$Ò\"«_wæB°&iØòt\Z|ª³†|›@&o•|ÇX4Pûu@¦C¬oÕÙ9›RŒËd³|£zp-€v¼ˆÊdüÝÕ.Š,[\ZÈÂ|Qëb•F|±ÒuˆßÌôÄ_íNacýÿ˜µ:-·Ÿ•;|»üpÑ¨²º¹7{Í+¥ÃôFí;Óé}ÊU¤|Êƒ[ÃÂ„^BcxÍ‚ÅÊ^ˆ @<=ð·£FòDÏ|Ë†ðÓ°P—À<Õµ>ºÔDdA.ÒG}ÉÊ}­_|Ï…z’á,Ðj=g§È·ô	ŽŸÙðê²úTF!w¨d|ÓN!x¨äV$”W8qIA©öC]1!Ó’	­±}^ä¼\Z¥%EòÝ·2=¦›cûìÌƒP÷FÙ«ÅÖ}ßÊ_‚ã˜þçÜØ¦b¿qÛŒ(h=æFïÄ¼}CYÒ…³8Ö#j<¯ÁÙëQ\0Æ˜:Ü/¸DÊ}DË	4?¬¼Žþs¼·.M¹ç*‹£î{TªÈ‡¸Fd\r‡}c‹ú±[–/ÒNHÊjüûnò‘‚Ã¾ëL•\ZXm}eExÀêíI‹Å<°»gB\Zù9÷skfÿ·þ(hº}yŽì#Å©¢Mßss˜‘ø®áðD£°j\"Ù}{þ€q}•”P•d,Ø_PšÒ9¤1·+Bw•†ÆFŸ™~M§ù}Êž¯Õ4!ÏìÊ¨Yô6Y%ûdX‚SÙ»¬\0Gµ‘}ÛÂ-6×\'°f¦nT Y@©¡y_{|nŽ<ÇèÈ	}åm™-Ö+‘Ñvi 1¾ûŸs„\nŒª›U¢÷¥‘8u}è)H@ÇßŸVbR\"\"Í¥Ø0×¹ãöoüµk’¨¸}úŒÞ	W€¸úb‰2ácf©HBŽ£y‡ïuù©P~eý2èƒÒçý4x¹`›ßéâQ¦x<C­4ÆÜ_¦~\n-5ÂRT½¥ú¥ø×w4Ìê„}3“}w3&Ïy7~ÃCp†¾V_<r‡Z¢þJ†ý‡GÔ¹?Î¿œ\\~\"=ŽêBåê»À«Žêc¦ °\Zì‘\r®z™Œn3^ý~5:ŸÜ™ŽµäFšìÿ“LWÞÿ¹s@ë†˜ÓN§é7‚~>,äO0FçÜÿ2vÆF\r}ª÷Éž“êÀkTZ;›ªÓ¢~DZS¦TÌµöp-7êEev_ñQyšm˜K\\¶Œ”)p‹~G¢6œ86ê*“Ùç£ü\" â§Œžf\Z¦=^×\r¬‘~PjgkÎ–	üöf:§‹\"ÙvEî¹Áy0ÑsÕß¤£d~QoEÙ3RoJ¨9>æX£•èçÎµÇ\"Ø\0€î‡Ü1ƒ~vÝ~Ðz´S5„ÞÈ¢«Œi½yˆ®ŒXñpÖðdH~x«\"&/íÐâÛV¤ò¢!¸ c»aÝ6Ê¶ftÉ^‡Ø~r §‡ˆ‘Ÿd †KHqŸá•#ê%´Y¿Zê—‰~£±^4‘Ç*º*®Õ:±r´ÉCísÌþ%uKhdç~¹ÜE»UaáŽqRh}Ÿóìä?£B@Ù:¬‘ä°§†~ÆGl*h$*V«{M¹&UlÄI¾\Z\\Þz’¨™~Ô;ÂYì¤›±N³PŒÇ¢±lôÅ&©4çœ%\0~àÉ)+:ñí ™1Å¬Øˆ\"la@M¹¢ŒSÓ½kÐÃá~á·Õ„¦:ˆ×Ù«ÒÚ\r…rq03aÍ½¶íÿä!{â-ð~á¸v—œÔ<¹gz_¦çßÝ‘á	RC	~ž5B[1E¸É_õ®ï\'ƒìÀ¥&xmóò øfí•R2Ih+Nq$,!%‰>o•5ô&qœÚëZ—q-Sœoˆ4¦PÒÇ9ëu›,›ˆ£ù*á3‰æR®“ W®IÀD[1hÑ’Õ3ì˜X?ÓÁ?$ÆgÆ`ÄÞÀä¶`£ L\r9;`\\tMQþ¬Dj7iÀ®D–ÂfbaêÞ9SžÁ%â,#ìÌ”¾¤Ïñëc£~ðrƒÈÀÇrÈw´CpMñÅ\0©w™º‡dÄJª•]@øÆÈÝÜ¶¤eu©¶_³¯öŸ(ŸÜ¨ujçÿø«››³éÐÇp½PÏóœŒå5\\†–ðÖŒþ(×DÊÖrüˆñ‡‡ÅÒ3ñf!UHžŽåQà^3þì\n“µACª“’«Äásÿ¤u–<œf•8sÒó®l‹pÝZþ®(Fc1÷\'•æ¿‰Çã“jò$cFƒePna¼³Þ¦†@ô#‰€\0$6i2ÔnìÉt™òö_‘oÃßÃvÍß‰pjâ›ÞOYv€qQß,|äa6¸Êíè-=SÖ¾I‘ªpdÖí€%_#µûÎåŸêïkCÓ ! …!òns`»)^a€LîikýÐ8>:Gõs ­à^êu`ïJÅ=TÙN¡`äÂ€Q5cU±¢ÐFa=åOÈòœÅŒèÜ°ÁTõ®\\h€X…8ÝÓçºGR\0§z_BÃ?<(ôÐŒeo·€uÉ:Û@Goë5 í¼—{`ñåºdQðz]À‡<€{#¹G®Œçææ	;€c¦¦ÂÆ\\73!Ò}Ö\0´20€‡ÍŒšã¯B“¤i¿\\5,¦k?øL‰ÇŠ*_È„çú€‰àbÇu%dNà¬âv3Û tp>?X?æl:\"€œxÍ9®à‚lPîyf¸Iu”‡™&¹pË3œ¡2‡¾Æ€¸ñOkÑh£WSŽbÜÞ^S\r )ï[Çe÷D<Ý€¿îg/{>Ì\\Iš„6×R÷à§5.vþß‹º° €Êf6ˆ¯‘¾*Ÿ#6“á—ÚÔ:ÄcKx:1#Ù¨ä³€Ý†=$ñ¼Oè/KfÔºÅå–„>·8~3>×‘ÃÞ€ù©Æ\rY3¾¡5é)×ôæØ>FS¾‡Ë=ˆ(ª€ûk)¹Yt×•ä©‹Å¼8¹]c’>%Ú9\r’ËÏ¤Ýç€þ–fz»››Uç¢âÏ<éMhª&E•NŠ+Ñ€Û÷‹ôÐ“Hü O>ß06}ÿ#¬ù<Q“¡ýðnºúàwßÐöÄköVYÔ‡/ @ƒœ‚¦Ñëò|Û€²ž\'&ZË¥~oÆ—ZÚ–‡ñ\'ïú6g‚ºi0B±<a 0Ä²[«™ÿ\0=ÉÆòUðª0½ Ó-TK#¥ i¶>×l¶.¢Z0øKªá]Œ<Š’l>æ&Þ‡Cy\Z|W°¢®	Y|z>6ˆÛ}½¿\\ Õyñ‘«\\–FeÔS#lt^5:~ˆ/®b]¦©Š{ô©Êý.\\+úBá À ¨B„°ZåÇ3¨#f4.xÍi:ˆpY´AdàŒBÍKÒŸ\r!U3JÝwñÔ×y—‰‰pÃ¸º\0EIntUæ]×°h‹yRï^£ó2Ìv *§èPL<î‹ÿßÅ§éSÒ™™w8Ø«Ü‡Si.=$#	Åb»/ð:ÝLV“¸çäœ{l©´_§í3t ï¯Ány @ã8\Z½fU¼Œé[º%ªµ M‰Æâíœ;\ZLÒ á¹j·\n_‚š0ÇßäYà<¦™Tý®iì¼Ö´	ðJ¾]ìÚ8´NøØ»Ôçÿ4mTýëñ“d‹6„Wo›kµë,Ó®?aËGü£æËŠ¹BÇ7J?°­Únñ)ép)¤=jk\"/%>‚Ë;û¹×ÚÛ’g%@tÞlˆsÅÝÀîËjêj…rÆ‚r6yZ¹±û.÷\\þëÎžú\0¯õÀ?©`ðb{C‚\"$—v¢¶R‹âø9ãyæ©ÛÉìo4óh:	\n¡*‚fÆŠ2•×gnî…2Ià {C“[HrA\Zb‚‚ýÑÛ–÷Ü†lWÏGŸñ·UaòÔú¶ßGþòèb{\n‚ˆiáòkTðvQ4Õ‡¬úÈéE\r0E…)l‚Œ`êŸ&@ò©šºº`ü\'a1Š‰kÌ–VS+\nWy‚öîÔM‰öå9>üþ±Uð:¾\n’´ÆÕ¢\06‚‘¾×\r»Q\\¡lz?9y¥˜˜N¹q©ñJf0Ûî£‚—[ÜÃÔ;P\0º½¥X-\'*›˜õ\0Ie#Þü¨‚µÒCÑïø¥Á/ÐMÁ´þ„Óè;ÛK\nAt/†c‚åC\n˜]Ç\\ëJÃÞê½ìÞà=¯°\\\rRqñ¥L ‚è…ªpç/ˆÙÄ¤üDQ.¹žG¶ÒÈ—{õ<)¤ìMÁP‚éÑ|ëÄúyEÔ^8²Û}“îßØšn÷Š¶t²&O˜‚ôø8(dœó56GJ\'CÛ:R,;ˆZ,œ\ZFÇB>‚ôÉ,\\¤	XwêÍl4ÿ¥>‘Ío¬…à\ZÈ[_‚þ6‹.$Kyo_3Dë&QB²¥¥éÛ2ÞÏ\0Tý\\\'_ƒ©MEÃw^¡TŸw[X«j4—™¢s··®ëGÚƒ5±h˜)èp\"K¼4cí!\ZÄÉ­á¸>Æ÷Å$îƒ<\\Ø&eûï¬\nPÏÂ\\¥*ûFy´?¡š|áI‘hƒFIXÌF¯‹Hå¿E\Z*9Ý¶×£/B¡‹‰€Fú	Â>&ÑƒJÚ5›4ÇÉÇØA6•“#\"b2SévJ¼á@Ëä’ò{ƒU­1ØÚ¸>)T}Â…°4¦ù:¶Øî4ûSmÅþåƒVˆí½YWØÊ>\0\0qM[Ol\"o èˆ²3S¥±\r(7ƒ_ è»Y£o¦$šbµô°Ü¤ì™rÞ9‡«2é4ÕÑ?yæƒ€i‚¿>~Åf±½KJú…ƒ` õéôÚ3èÔuxñ”Eƒ…æ¢–^Õ—ÈcË|§üÜÙž4ä|c8¬\\Ãž9YƒÛ³%ˆL`N/~sÜ†4ž}?\\Qî†°CãþîÛ`®ƒéÕ¯—&m&=ÐC}ÖÎc¢”S<%ø•`øý	ƒ ¦&ýÆI¯›EibÜ±ºlª“@!´ÛÜC¦ƒ©×\'0:¢IéWU„sA«@;éÿJ/8ÔqÚªígÃƒ¶›lDAÄ×‘A“=òþ<ðž¬ñh9)¼Al¾…ÏtƒÂ©±‚|yg8T:5,uÚ„F…œjðX4Ž\rW<0Y°ƒÞ{V9‹\\.ÌIp?¥H[™sBÍHöxGq¤ZØ8/Zƒß%¹Fw<Êè+-;åQn¹gpŠŽ®þÕŒplñVöNƒèç«f–›VV.|ÄvXÓþ•N´°8D×‰ÇDáŠG„g•B@¸]B ÌyòÊq +6Æ€=¦’’_€›ñ7„kÔÃyÂ~»ÓmèÈåÁGú|F©Á¢¦:†9Ÿ4„uZ7>fà Ø«D„†—ÞiÔÇUgpþÙ©väª„Ò{ë\0÷¿/¦´9\'™™œx~¶ÅÑ°fú7ìë®Q„–ËŠÏo„ ,«|ê$ùAßŒÍü`¤ØÉsÕÝ„¦W_øwÃ\rz]Þ·vÁXÖ„#»b£ÛxNÎí„¦£Öq‰FLþÓg~~ì4øUÚŸ+û\r¦ù  °•„¬™?Î¾zÜ2lãŒÊñ=ó€!öß¤$¡x¡”}„ºÜÜ…öºe(86 6g½PE¦¶tµÃŒ	ús«Yk„¿÷ýœþMcÇÇ³o1+Yœðlç’»©V#¼º„õ„ÏqÏ«ïp_§j§›fÓ?8omc5Ö’ü\\PM%½ÅÓÕª„ß	T0Jñ\0ç™ôÍ(=ìDÅ*ÁÛ˜ååÓµ>ú‰„ö\0âµZÌë(×¯¤Î‚ö| îÆ\0‚·#…•Š…àø‡×ý§~^y2òcótè‰Hü&¿DO\rù´ZÏŠ…Å¸ÚlÕsƒ@0jd2S*\rç¬Kƒ§™²³Œˆ¥‰…ŒT(¦³g’.´Ùƒ§óýt¬}	ŒzCSø0Êj¹…)wÖd‰ÏâéVßåœ¥¶¦1ËÓJ{ôôhV æ‚ð\'…JÓb´-i.9ÖEAù~Ÿ+|%\0ö…ÂìùŠ@Êm…V‘wäç%©%È: 3CQ#+gÖô›	•–e¹}×…Îì@%s5FÅ’j¬fpvñÁÄG°¸ñVýÛü…ŒMvxÂêÐ!!ªˆàîì90MÖ—‚¥yµ‹-t3o…ŒXD±Èwå‘XÁâ² ¼ ï‡xTüéñA]W…¦¾eZ\0—p›ô¡õ7¸ãßg KëzðXF¢êD¢Èk…©5pB÷Ž€#íŽƒä:N¿þÓp[·ÏÈFd›*n…Á¦7Ãdë·1\Zh6x:i6“žLf ¤`O÷z…Õ~¿Ó\\Œ‰Aj!ž^E¥h©†Ü×ú{´RP¢…á‡hOì‹ð	ögÖpª3°²X|)F}h¾9P¤á*…ú‰K_	Ë÷ý&Z2J”i;és±Àb¸š…~~:¢†~UwÏiÛ«uE™fµIrqæÒæp“EæW?œ†ëÊ#ƒÜˆ³*Ò\\ «ý©f«}·ÕªÌ±mÛ½œ†24ójºi´Ý(S3ð„¤\r25y\0²2ySÐ¡ŽfU²†N”É¼JA1\0sPÔ+?§>°~y\ZYmÂøžpà5†^xƒ>ÿÔëp$Ö!¿péŠ[ör\rf^ãnœ×E†i±\0©ÂûFs«\ZN–ÀþÌÜaFRÈ«‰?|Z=«çp†ƒµþ¹U)®\Z±¯Ëÿ¼É!ø›Œ:¾y®4†„ñDY\0ý6È)°Ãâ|šÕ)õ0¸x†;Q[5æãS†ÉÊèÈ·¦dTKˆ:o‹ë¥VÓL‹§•E‚ì”2Ÿ†Üë¤yé¡Eùþ6Á_À‚%Xc_Øñ+˜|V7òT†ì=ðÕ¸NÉ69Øõ\núpÿ«¦=x/NîÓ³Fs†ï/È—Ü\ZCªþŽeÜ»´Œ½iL$µ@¿V¯_%ÁÅ†þÇörÈ(\rnðç¤b|8íÖäöŠÒš¢b²‡ú^+Æò­‘MrVŠ5ÑÈ-\rñ¤×\r öJÜ<‡$ÚjŸ¡§Ab×¹¾W\"0AEßÿšÉà=câÝ¶•G¶‡/twv„7©ìKã›´ÓoGÇ§„vçÓæt™ä¯aAX‡X“”ö²	¶Þx6R\n‡”aXü‚Ö«5ÇFÝæ\'ñúÔ‡m¦4Î@ßxœ5ÔgÇ@ÅOƒÃs¬t7—z½¿”‹Qæw‡€Š™¯·\0ýå,ƒ7‡ x/Ë@69	­ÐŠÜE¸*#Š‡‡†óÝ/p?iëQ¿ýkÒgÆ±y™ÛÅ {ßÛ#‡\\o%E9ÁñPÊËŽs„¾]¤ÙhÍ‚R;b¦E:\0‡µÖ7Û&[ˆ/=sšøcÒ´ÅÀìLúøHòDòl±‡Àœ_«÷úŸdþ+¸²%nþÐG#HÐ´%Ü˜r„ŸÏÜ‡ÊJ<¥\nÓ”—w2´§öÃÂñç¬{SU%ö’	N3y‡êÖœÎåƒð#ø](®Q\'nÞ¢¸y—z¶Ma¿Í|¢®‡ðÏ×ÿZ„83P#êèWÑ(P)ö‹Óç\n¤ÙôÕœ‡ðã£7|š‡#ü«|˜¤‚igû˜Šª™Åå´‘‡ùØ>³=ƒthº@~1²J³ÑÀµ#x9QªbvL\nê‡ú\'¬×bþ•rL¼\r8øÖ’ØÒ\\„êÃì’8˜¯c…Iˆ…~(0Ò; ZÅ³‡…4öÇ81‚O ikù™ÿž’ˆ(réô.PÆŒØ¤öÆxºîn±®GAhÍYÞIå£ˆ0ãvü¸ž6³°¬-ù€ô£Wk)(yó–jRvˆ5Ó“UþÄ“*\Z™°˜\"ÂLvÑ::	ÿÆÈ”jÊF»¯ˆ@V:™2GÛˆÍ~OÉÜ_iS\nJ£ìI>)õD3j\nˆEòšI5xpÒ*I£\r!£	Pif«Vqî‹×lFäDˆVS³><ïûÉ§X[\"v-V€¸ö!º¥vŠ[è8ˆeEÀ:BÉäÇ‰ñŒê”8!Þ>E™ÂšaCÜtïˆe©Q‰s›Ç,Mz™ÖX{ð®\\[º(HfCP”A´»vˆy5åªéÿÒF·Âàµ­Y^´ªÒìã4}ù!?ˆƒýøøè‚Ú\n—\0÷­È<–Â8h,O\Z_°©SâAáˆ›~nD¸m ÎnC!Öºù4åK…™ã¸)Ý…Œ3€_Êˆ´àö_¬1å[“”ÍÀFŽ*›J‹Œ¾@-©$¥ÞˆÃT˜‡€$ïTD£MR¬ë…¹£~ÈF-¡š5®é™‚{ˆØª\0†÷Wx&¯_‡	3g_`ÆBÆw½iÁ[úß\'ˆÛ\nTèT\0¼Œ\"½«-Þžv	¿žô±‰kþ°ˆè¶Y›d4 ‰wº£ñª°‹½ý;/u‹)Ù¢X´àÀ\rˆìû¤/_oË¡[’¤‰BÛÇÓó\nKKxm¶|¾çT*Hˆõ9K@k‘„df«ÇÿdQ0?ÐW*ªæ­˜fa9ˆøÙž¤Ú‡š·]îS³Î…HDWIôîFã~¦ç„°‰<X1g9]=-ãÒŒé‹ýý>èÅ¡0Á8(ô¥š‰\r4hþHÅ”ÕÓHøblƒœþ¨X¶T»\n«\0y\"‰aRTf‘þÅB-.ÄRc/“nµÔMœÀ—,=g‰$§(}óBâÝ®D–9i¤¤@¡”‚×]dEÁÍ^‰CAm”Ë7ùtb¡vùá[5êÔS{GåR™i®6‰K7ø¡3!˜Úþsºtˆi‹q)Õ¸JÎ\\(\'UÆ‰RÇÂ/¯\nfJ„Ãh”vi5ürr¹–\\z\"6¥q%	!‰k˜—ýQ*ú;MŠžèÁ£°uO*¼§á-\\jµ‰mkeŽw[pÔ¥1ãÌ%œ õ¸7c©p!L—7wg‰~ë]\' Î=,7þ9‡v…•Ü/ü_—¾œ!ß€P‰°wS5˜ íb#fJîW¾neoRÞ¬´«ôA¤ïW_fE‰Â}š÷*B+¼ä®vÏ˜D-á@Atw‘›r³¤ôF‹N‰ÒR_éþ\\e+›Å!¿ hoæ¬Ê%9Ó­Ï¬‰ÙƒÌ	’–§KW¤e2ÔP¯î¾‚–[ç, Gì‰Þ7oˆ\\;›ÝïÆ’CÁ(Û”ªH\\Ý˜9™Èfõÿ/‰å‰V©ú•Ó|Ù³çøiöˆ¥¨3<Pin\Z¾E«O‰ï¥Vo”Cu	Œ†ìš17,så·u¥Í‰v,±¿²ü‰õKóyJc¹eòÅFÂGÉÕîÕü2Ÿu™«]\"\\¤‰ù#3î\nVÜdH-SLö86Ý¶ÒÀ;¡›6ß	‰þæyOÂÏêÏ=ÃPÏåoŽ½ßÐ£?¾”§ŠÛbu—êùùÈ×”®”­®\0ÿ‘G¨\\%´AÌÇèòïŠ\"õóû¸^õÐcÎ¯ãûk™ÛÜŽoÎTŠ+%§Å$çÃ[Š[ß/tH/ŒÄ(ÝŽ2‡Š–°ËeqÇ3ÛžHë-X‡Št? ÿL›ÑA±ý$G¢í?Cž¤¿Œqêœ†GGÚTŠ|æPÂ:6«¦hL6^‰E„zPu ²–KÃ;lù)Š™„‰ª¸cÿë<S\"²ÍUÎBIï“—D\nm?‰5øfƒŠ¯ð¥‹¤\"M¶£,áO=Ÿî:“ Gà>êŠ´þ‘¿m‚`!ºl{_,D”‘L–Î+Õ2€iþ4Ç„ÊŠÅ…´ôë.z;£ý& ¨»Þqé±ç¢Ã»ˆ¯9ŠÍýÔ€ÙjÖƒ7\nT¬ÔtiCÜbÐ‰ÎOKñÌŠã¯¦0NV‰¶É€kÅØbˆX9¡ý´¥åQ\\ª\\ŠìmˆÝ,z¦oôºFÄSI‚aÁ)~óaÔFí=Àö2åçŠû\nð)©¾œÐòá}$îþ¦ì‰Á$÷•¹NÜ)‚”aãûŠþd*\'äI<Þ}‚ª)Ø»Pª*l¥—Âw‰ˆKB‹}ÞœõúÁÃs2C`»ÁŸÝh`Wâ>¬®‹!•í\"8zH›0Ñi¡ žÄV(‰+Àûk§a–Pµ‹)ºø²2\0äÕ’Î\0‹¾ý¬á·UøÒä(ríbwÇ‹9k\"m{ïRØ7èa%,qºJM0è˜Ïwé)å^¨¢‹_Î +£\"g%ç”–O0û®[!·<I9ãÃ\"¯žN‡E‹hÜ•AOk> f5ÊÆ9%,ÿ<±×îš9;]9Ë²™‹i©í0ÕøÌIcÓ;ÆåÆŠëß@ŸpÐ¥P\r{I\0‰‹‘ÿ(<C„£¿y…µ¡Ï¦]1Ô£§Ë¿D¥Grcò\nË‹ÏÊpC3Q3®Æ#9\\\n#IÕhq24›>šM{‹Þušs½Š’¹!Rd/ýhZSóC	î›“ç]_¯‹ûW¯-{ÙWFùvòv4[åi?irËzGÜöa×Œ/¸\nÙ‰Ÿp ±®RÆ?61».x¡‡l‘ö\"²>£Œ¼ŽÜ%|o¢Ê®o3ƒú®–dÝÜlÝˆàs9Œ?9§Ü:PŸkZœ‡À¤I%-öÚäûU¥?œ·÷Mü$ŒL¹eŸâ¢’U_F=Ðç`o^™FpiO@²·^/¦ŒX\røñûÑ!ï¹Ðh“æÚ6KÄw?®¡o=—7Œoƒ|<ÙÕÔ›RéSªÊKVQLn­„wŽ—ø©÷ÎrŒzdóÖêä^ŸÐ§GÂÙDC.%ÌÍ{?_ïÎÿ±zñ¹Œ}+êiU&4cü?=Ý½“òKèD`‚(ì$Œ‚(Î[Öä… @h9<}ÖRù=Â-ôï+K…[ã;E¨xŒå¥,kÝ x”÷°¸É~6uz°`ØŠii–7òRµŒú»¡§qøÛ3@ÍónMÜà©5Ýˆë7¥-7¤Œÿ”#“K…èT7¹n.…=Å$·£ÎqYõ¸\0þ\"M‚úå(\nOraŒHQ°ùè61…¬%ÙºxŒO[AÍ¸úëña\Zð\"`ÒƒÝ=È±RvH‚m†…‰f`´ü±l¼sžW¿:’ùÛuù#£†`Ì·O¼Ã“z,ö£ûÐn_­©BBÔÐåÂ\nµSd3•–“WºçLš+&ùìŒ‘cD`§_«eßöd£vJNá•ª¥À>bg2†ŠZ•THêFÈS}íÒ×!*‚rUjßÍk´¤$4mxY¶J _‚Ã\räðîkøÇ@7ÔWð	Úñ¤$w(æÒM€PÚX…†pCì}Ë²û˜ùãýÝª¨V.¡ŒWPr÷™ÄÖE!å“oÏ¦¬¿½IŸ]§1PCN9\\¼f1	2³vvmêÃÅ^L®ä§éÖÐ×yf(¿_<>MÐfv‹€qÁª\r´‡7jZ2¬)i8›&þË<0~í€yb€Ëi¯¢XfK¦×»Z H´ãWrµRkLÒéCÊÚ›/Äx\0œës”-QÛ³·¼èÎÅ#ø\0Õn{‡óò]\rÃWÀh0Ù@î²=ìrþØÏIKÔ®ˆþ~gÄŸ0âÈ£)!»Œ„Ñ±ãK&Ø@<“\n%	d§>?‰GÖgÈt!½3]#Þ³jN7è£ž|ÝÂ&?¨Ç°ÿÕ²bš>ÔÊàÂÀY>r]™b¾ƒŒ¨Ï‡3ƒ¢¬õÞ´½Xà´>mÝ>ÐÃƒOUy‘vò†H\nÀ;àQÄ±g\"·¢©WAÒ§_gÓÛsìˆëUþ™M’œ-Gm\"¦Æcµm#{œtµÓ##Ÿ‰!á6­\'D„«óõ!¢õ£Û\\Ö¡‰qâ<pZò«÷«¤q3þÀglóª™›°#¤iâUËP£¢Ó(sP°™g°‹´ãÿ/Dgˆ}‰#÷Ø&ëŽHâ3Ä&XwÒ¼Y»Ï:z½ q{ëìIŸ†<îsœ¸­›UxŠtWËgAO/©’mÆ°Brbª,çÌ}Ž71‡–­ÿO[¡“§ž\'GçºÖÁ‚d7z\r|¤q-[ŽIvùÂÎx»D!ÅfÏ–êåcàDFCÅ ]•ñ5íŽX»Q\nx¹Ã!§sÓæTªŽ„ô½PÄÂ¾ÚT1¤!Ž`µðBÝIòÙrQ˜µ¨q\"‡ã”Z¡F´~Þ¦-Ãd±õ™ŽlWê“]!“r†”tÊTÅ$MKP\0â¶žlþ¨O\'džŽ‚]<ØHÅÅçã²Ý§—‘rø@Xa‘’â›Ê\"cÆŽˆ| ßÍW00Rõå¬¶8³¥Nh.¿s)Ý7\0;XŽ–\\âtª‘•I7žÒSc4,¢O/`Ò»ÆŽ¬õ[%pP\Z¦ý›ÓÝcFšØòí~¨c£¹RøË†Ž»ViêMàJ¹\n12Åô\0Ý„´ï¨x1€Xú ØŽÄ\rÄîTé=2&{$©”Æ·`z#?@øÌ\\Å\0uŽÙ@þøkrÇíyßÜ~¯ˆÄºC9lØxu@÷ÇÆáŽáH¬þÈÎyá>7·ãÌHÖf²ãFÛ4·«ñ””<\ZÅŽé‹]sLé¢óoxEl!\0œÏÏü·gUg¦ä\nó‚ôGŽú†vãžø½\"…@:~‡CGôKE`Â^-ÔBÁ\'F*òS1?´||Çwôº–¥~`Uaüð¼ê‹=\n3ƒ-‹:o‰RFñ*&ƒ\rÃJsâJ§¤ªˆ\rd^Éš=P¨šò=ÁyÎp°èy‚Pôÿæå*u]ÿõ«ž*hYefáÅÛmÃVrÎ%£ÏÖ)Ó‚x	©ëcÝ`³9«yÅD#îøoí˜×\r…—µ‡æëp†j@\'û%Ó÷š(ð±‘¬§ð„\r‹\"`»4¡ëÖ-XoœlKùk$ëÑ¯„fù7yÓ–‰ëus#ä†i$	…\\X„i „™</jÕ½\nÚ¦*Ï’\0œ+èØ”% ÞVé»‰êŽyw¬\Z1äìÌ1•0+ôÞ ¤ÙÜ]øë²  “ö\\¹UC_sð¶öè¿ç±!)è~Í´Ý­ñ>ÖÂË¡Q5·Æ¾œbós\Zp.“(Y*é‡¨u½’%yÇëy‘eðS¥÷h\'¸:‡‰üx\\ÂéF`fè¢s¦ãBX#ÄM¬lŸ–äWÊ\0ê’#ó_óÝâÅEÙœëL‘¸‹]Z2Œ}½ ~8fHÅÕÝ§¥„O´wžˆ¹$}äöjEƒkw$Øþôh|¡çëaX¥x’NGñZù‹n7ÂRstÿÉðº•Å°Ôù0¿6<W¡U´.“s:Iù>ýÀT-¦×6fO°ïlb]Æâ9P…Âð½…Œç@Ê1Åü^xzëêÙoU5¿e2yþü)qŠ ­n +÷£â¯„UÈ0i°¡Ûq¡¼Â ,1Ã¸ÏŽ£ã,°…¼¹™ã•™£Ð}@íLÀ’‰(ßÍ™VZ—g«­|_}ÐU)©³87^»*¦S$ @Køò•^/T¢°\Zªé”2µÅ\"\n@+øª²èüãà\nV)-d·˜ Ž¶Cù×+v«˜®5Æ¿^Ó54­Aîlƒ°es¬ú¤ú’^Ø×¤š RúæcÓgïÚÓ€æQöÛ‹ìØc÷@´y¬‰‘Ð®*•]a²ÑÕ/¢“>^ôo</º9?ò©¼s‘®‘:î)Ù1§\"€{/†ïpTjä®Ù–É\\û‰\ZÅ?M€‘¡Ðân{1)\nü› „-‘QËG¥\Z?ZŽþ}/3‰‘\'“õÒl:Æ9±wâ):Iõ™)Â‚šÌ’]O£‘CÂ{dv”c^ÙÌŸ9Îe³§Q‘Û_ƒWo{_‘T7ÕQÌÊ‚…÷Îwû L.è°‡M ðÆê=äBÖ‘’\rå¬\0AtÈ‘Nä\r¢ý>§-¦-bmYUMe˜‘¼I†¦_i ¤¥V¶ØÄHˆY(ñ•oÙß œî­Á‚‘ÂŠ!°k{ýustÙ¼Æ’‡l|ýÕazªº4‘Ìñ¦5š5@	^Ên4èk«¸=ú\r	»_æK–Þ\"‡ÞX‘×]4—ß@™ð´NS	ªÑtžw”Ò ÿ÷aF^ýºû¥‘ìËî–˜îáE!”Ôö@Z­[æ|†ãi(~’\nT°”£MOmKÓw`Jåúñ€çÜ4/ww-6ÊÌ’ ž½q¯nJÐ0\"dJÝíª»‡R\Z5Îò,¥jd¯’\'Yˆ²BcH‰7*Œ(ß’,æ—$Þ©ÒÕÏkŒàš’3`tmœ«ý5^°7¡}´MÒR€`ý-µxñÉ’c‡›ræ-‘AÀ$Ú:T¸þïÇV¬8&óEÃ75’qÅä¨YæjY9èÚÜM–Hž›®•îEX¸[X²’›]@Gš3¦¸‡:Omo]?G¡ï[¶!YŠÖ’œáõûSß1Ö“Ñ}ôdÏQ*£tÉ/ð‡^RÃ¶Žµb’«=9¯ˆ¹@ˆÅd…“£æárŠ 2H4×ÑŠ’®JMBÆòÑ¦«}ãí\r™20‰2h×(G:è?{’°þr\"¸\0\'5Èw¸÷Ý³ó™tÞ3c‘4­Y\0VI:>	’ÍX\"ôFq³—U¸{–Þ ¹iM$Ìµ<‘4‹–lûñ’Ø¤í ¶ƒ8¶0”/\n}¶J`3¿cl6éÆH¹W“	’9z^q-ö¦û7žšïŠ6,‘s­vÅ„Te}´¾ “5ÊÊ;³uî÷+Ä,3.¼¥-ŸÃ9š#FïÌ}¢‚E“\\cÖ>k,-—ª\rhiþÞIZ+^ ÀF©Œ”FÂV“\'$$˜¾It´üž¥ý÷¯ëã&kîû -–®8l„Z6“>FÔYŠ\\3§œ8ÃåfÿGæOÉÃp>úKes!2“Y¾ù…f«xM—«Àw¦|W$Ô<‘&hÒñ•§ë70€“k7ï·N2wF™ŠuO4-@cët¢É·3´(°ü“y\"“/S‡5à øü¯M3ü8¢i¯)BC[ïÜš“~”ZWîÀKŸi7ø‘/ZŠŽ¼ÉªHz…&‹0,·“ˆ°?R-âÆÍeÅj2­#XíH¶\nd³5\0Â·¿“ˆçô¢x¹¿\"}ïv}¨ñÐÐÑu0\nâM\n×d†¸>¥á“Žƒ@,z\n™Œ¢‘&ˆÒ@]ÖÒDÝá6N‡ïI\"\"{ç4“–:g¡²þñ\r®¦ŒIýS©Älž¹Ð£­ÆÖï/“¤¶í¹m~…Yønró87ÁðÝÕECÌ\n·j1sÕD“­ã)UÇ@Õ3ªkó{];š²Èì‚Ä‰·aÕŒ“àÐÍQôdÆÿ³8ý—k5¸ƒòœ5aiÇ*äUW—÷s“â‡¸s{qÃúœKcB¸Ïˆ*›œ\0å“&Æ¼\0?wío“ýÑ˜SŒŸ®$¤¦€ÄÐÔG†í£ºÆJNglc^”^HHµï^zçÜS­&^ »žF”ñÞ¿hY;ÈknÝ”|ÎTSäÌO¬cwžÜñDÙ›OeièÍj3OÐ)”½oœ®\Z`N~uÙ©ÉbžX–É$öZœÙ˜‰”ÀZÝŸi_ðô›­LÆ5>©}R%ÁZŸøÅAâ>Í%|”ÒÎí´Á@Ö‚p¨wØë^õÜo(‰éfPk\"E”ãÕº…l5ÑzƒZ†«8ìÁØàÌqªº½}\rÏÐ2”û{Â$ŒÑ7F--sâž›G2³,aýÀî?‰Üd•Iu3„ím§òôK=ðøžëV\\‹±Ô‡â˜|¾ÔÞ•9ÒP¹T—ÚÊnÕ¡c6‚\nÞ¢‡{z®tŽ˜@•;=¤JMòZàÈ}`î¥èóáÁ‹‚ùà·¬e÷~vïJ•?š\"/†i´È\r–<H¡i5×+:~p1K‹G{Æ•`ØÍÝ¸¼òÂ¹\r?’† yît®bgÉ=!Ó«¾ò§•ˆQ6ÀÌò9¡…`\"-tPƒ§(cnƒ×/˜ù¿æÀ>š•œ)b@HOŽ€?þ¥5>PQ¸ç	áµFšç¼ƒì`•·À½;<và£Ä}\'P[ŠY%/?_@­e¤&«ú›•Ðý†û¼\'³õGpp2[zDªwN´½ëžjúÃ–?Låu5Reêv¹&ßÎ-”kUobE³…ÚÀ–7Ü¼øŽóðzL{·Ô{·MËTG.{©‹}¦)¦cÀüž–Ië ¼+@êÿ±>Hã¦#qL=ìëaÂ.”cUÌ\Z–Mw‰£¨æíòJÍÃ—¨ ú·õ\'bš\nÈ}\Z–Q!£áx˜‘\r5±ÙÍDQ’UäÔKÿ€Ü……±§Þ–‚À:(O.Xiß+”&	õMâ’EÞ	¸ˆ¾¬èzFg–Žùo¢1‹ù:‹Ñ³\ZžÉé°>A¸\rq–ù7–•0O|Á%6`	‚PIŽYã;I (ËÅ¦Ï‹YÎÛ–­å¼uf/ÝZú¼\rÒåÿáGüs<Öhï¬4ÒÑ–»oÉWxôª³Ûº!ÑÙMz0V_.=*ym\0ø–ÁCª{!YÃðR¨†a²\"¥š	`F?MˆËU‡°Ç­[*–Îa:Ñ&·3Ü¸<u×LJžÌP†#é=9+Fñs–ÔÖqÑÉIB§¾:®U{G@ÔBší=ËÇ\'ØÖ&È–ßù‰fC Ñ~ø.§n,ˆº±1`Ÿªo9]å¦k\Z±¾–ñq4Ù±x¿ˆr°ó*ø¶Ó¦wŽR–ZÒ	›ZëJ–öh>ÔE|7´ˆèÜb½{Ñd±ð8*ÚÍY±ßyÑ—B.÷ºõí*¢ó	òlò2Q­Š“_d_§ï,6—QñaA[þØ²—¯ý»æ=¹‰Ø	2þâm…í¼Ÿ—@êß”>Ê@ATm~FmÓ “NÉlãl>èõh—IîÉ2Y¿ÖÖ!ƒln}¿°1dåñ¥ZÑÅÅ×—K´7çGù¶÷ß?-U>˜‚»ººƒÑtQÉ+qíKz:—né9>‘j5§èdñä3Ëû=Ç’€˜Y±¡sNqq—pëc×ñÜuÈºtV5ÆÈ¤m9\Z8Œ°Œ£q}—u}oƒ8>&©VÁï½ý&NÛAµ²ò,\r™ÌjY—‡ØÑÒnxIvæIv°òóÔšÐë!2q#&aˆ“ñ;Lù—ˆÁl¯ðÊ$ã®d£š3\Zå&2Ô	%¯\rÌ%~ŽÐ×W²—–‹—+n}ˆÒÅ`”ÿ+j‘Ò	þŽßQø¨Cè——PfÐÔ¥®ÆE¶†Zë‘N%‰è=ÐËè	î$¬É—œÈóçØ[\"!ÅvÕO\r#-óSÕZ8(ÉƒA×Ò·‰äh—ŸÙÙþÄáÉ/¼°vàà.OÁ¼2žW‡¶ðÿ\n—»údÈ*ÂJƒ?‘^wŽzTŠGÐ§õ,€„âÒÄ—ÍÄ\n\\yqÐÝ#1­˜êŽ6¹&Z\n8ûÓŠ´‹ý—ßUuBåà©‹‚9úELÔa=äTì/ûÐ8Ž,i?Á—ßÃÈDò/½ ¶-Å &~ô\'É‹‰œÝ±ÙŒ»äªÀ—þ¿çÏ]‹êÆùÿ…‘œ‚â¥!zD–W+õ®µjJ˜äÓ(r ]¤Ê\n=+À’ÉWU}O/injõ4Çu˜9“Ï¯ã\\-£/O²Ò5dXS^í`æM“.˜NÐS±IÆwº*‚/\rÚiüwà‡lžüµ%Ñ7˜Rêc(òZ=m­±ƒ“ÊÀÛ—šAùÄñ\'Ìj;Š§LB\"˜^Ò/µ±:Ž¿óqQðÆoBßf õl¿G2ÄœŠ˜w¬`’wþ²”níõN‘¢ÿ3=ÛÍŸhKr¿rºi˜ŠòJŒ‘8¦[úC=S¹Ñ¡Êk¤Ó{£Ï[„k˜¥ìF€ô`“Rl>§Ä)í“†oÉ8³07M¥R×nÍËï˜˜®}\rÄ¾E~ú¸ÛóÅ’\r\"\'—ì³“ƒ04¿tbt˜¯wã¬ÕKÒ\\ÈiU¬VD}Ó3yøœ(åîsŸ¿$ÿí˜ÊTßç±»a‚	A²a½ø| ;žTróÉ¯Í(£˜˜×&o{÷©!¥ùû2ëoÊªŽžÒ’ºçD^Ð¯D1˜ñÑ+{^ÇÙ«X(òß› ‡“«M[çø>òÚm–M˜÷¹C±«°ÙôoMtË}ÑqqXAÖiYQõÃMÞ˜ú\"#¢¡ØE©ÉòJp~&w«¡»¡® Æ_‚„Ú™6=«Çïuqùe4_oq–Ö‹tp^B¥a@^#š™$ªg‰™…Kýdãù²/›Ä—5“˜\\H½RøÔ]Ü.™H%Eqùùãà £Æ©cnœ­Œ‰\0»¬µÇÚü»™QÇ£d3MEçDßÄv/óZ°_a¯!Ñ/.âA1×ÔÜ™pˆŽ\ZYvœ1]@Ã´©ó¾õø“Úy—$]‚Ô6¥ÿ™y=¦¬ÁgÎÖ˜þ‡ÅßÉeŒˆQ›§´bÖþ\\‹™ëìo~†Ü‡÷] OL÷HP¼xò	Ý9lK³S§ï™™’#ô¤ünØ6¦½@#Gb×bµ5_é*BˆpX¹ã™ÜrVÃw›\rAU(–\rØbeË&U6[†¯F‚#`lÛ,™êÃ[u\0T‘9££ß< 	cò&Aèw¼\ZíEÎNê™ñ£Y°—qÎÜÄžiù¥6§-%1LË­Ý;\ZÍþ™øò2’ãuYë@\n’¸âWèÜ‘Ðº¹Ö%?¡í¾òš‘Ÿ–;…`,èÒÄCÁÕ‹ñúBè·xóøŠšVõu(|ë«/§ó9¬µ´ôJúÛ@û“¤hyš¼½¼(¤¾KË4š\ZU Œ+h÷±A\"ó?ò_6GAmšìÞšÌè€!3¿hÜ„óþ£\"äìVj`Õ’š+ë*GÐ6jÂq`8î&R1`ÙÏóý\r\Z{Ûøƒ š5y¨G‰\\ú‚Úñ0ÉìM—áx[ÅøÅ-òýª¸š<P6Y£‘êEÅ[3oHSVÐ˜ç E]:S*ÑËšD€ÿ›Ï{vJ¯Ò-C:IËJ™*HÇ]½˜˜9ý[šFŸÃ|A9»’xÂÚ~·d‚rìï¦š[;èŸ#;.êH™AÛ£¿c…<¿ÝëEp&U\nš‚OþÁKEÉrñBÉÁ±øÊ³õgU¢Þàa1/•ÀqXš‡ûå¤žËd°‡9SyrCT\0µÑ«.Í´YbÛjNZ¾Mšº¤ì<hýÁs±Õ½Iº–\\Œ‰è5\'Ð›ßLøIÀxXšÈçò`öÇE…ÑªÐÙB+‡A›™p:G¶Á:˜Þå,š÷ê–õÎraÇH¼\n´È}`ÕR¡±NÔè·|Ç´”:G›w&×³Ã?/K$^ce?^ZdO#Ö%¡XxæŠÊ†¯¿Æ›-F8ÚãyŠ“d™²ß]3Îf^Šéœë6CøwƒÙ›;eRvªŒZ«ø[2¹ˆÝÐ­µAŠ¬>•¢¿6ãBVW›g~xˆ¯Þ¤¾!ÚªÊÈ –÷}+¸`¿¸™Õa›-Ó¬3+¹†À@wØFõÝ_+xË·Ó€Î+\'CÏï`›œ&¥œÍoB”hà\0”6ÿ„Êú—6½+£ìu0†›¢ÿ·ëÌçæ¥2šÔ­p\Z;¤Di¨Íbiá\"r\Z@›¥!:»–MêîuüYSê¥¦š%Cp‡¢¯,\"G†ƒEN›¦NN×ßL/•4ÑÿÞp`Î‘á¸Ø41½úP›«‚céÍqõÛ27¿í«¹Ì1ÜI±»Ê^ªÐ¦³›¼DvÔnZÍUÿ‡C7Œ¸òôUpx, w´ºŠÇÃ›Í€úvNxÌk¡l¢fB2ò€½Q²¬W½kñœ´UÚœ\"**ëðöR”èðëõ™¢§Ük˜hæÏW`­îÙ­œR|¨5µÒç˜Önu-\\Å×:ÔœY\'KöFŒûƒœ\Z1Z¹S%4äéüVb*P†[°±‘™d8geÍ½C\Zœ\ZSï­j0–‘13îÁ¡4]Í)—½ÕéÅÎ¶œ\Z]–(Ê 9Æ¯€Hü¿³xÑ&®FÈè\"§=v.Ü/|ÑœK0ÜÒ›z½ú\'uÂz©¹u÷¦À¿«`Ì¶$Ëœ\"µXÐÁå•ê•ïMNáÍ†¾&øVª\'#Ç™ÌO¤‹œ0Ø-kˆq2w¹Sc¶³š¤?d¬ßUÈàõH\nQ7œ3hÊ«ÛâæÜm<¢ÅGM]’3¹p+L‚¦—KNÇœHRfžµ$Ç|ék´«|s\rÍßúÌ£64\rë»IbmœHæ?ÁC\nÇD†ÞÔˆÝÁt9!¼  ‚Ãø¢ÁÒD¯œWòÒ~šò<~ÉÄJ€(“ìuŠâ˜µÎBþ&šâOÁÁœœªç‘Š[m Ñ¬ž˜¯7§ ƒÀAmÀ¬ÇØ	,œ¥¦„ùL…CTœôNR×€Ñ‰”@;êC¼Ou¯Jœ±¥9Ÿõ¨¶˜®\"ƒ\ZO°Ï§Ã‰á•Æ“‹{OýNrœ·çX«ë˜ÎæUé•œ¤QÓÙ©\n i/$–Û:t²niœ¾„ØKSféÚ]é›cÇäÿX\nn\Z„÷ÀF³œçîæÑç÷€ˆp™pJ„æV™®ð¬ŸA#\\1æö{A…œð ×Ã»§õ«Í¥J«ï“OmOš:Ï™éçÜl˜W–5œüTŒ2³îƒDB$‹^VyÚg¹½É™~ú|§\Z¾qQIW#(4¿É\Zòb=9¼úø-C¤/s‘#6Ë®…CÛŠ²%G´8µëóqÒ)Ï¥Üâ£vÇ¯j7Z›í÷\"Sìèeë(š¨µ«$KVC‚Üäm[ë;†W8<{bçæ\'ÊÅ“…Äq`\n‘3ŸÝoÍÞ³B@8õ†JcÃ½³Ån&VÉ¹Ÿ”/[©)Û»zƒ¤[ŽÒ÷gö±EÇ>b`*ãe·ÑÐN¾Ý“¿\r	é´ûƒhÇÐÊHjøÊã	gèQ.Xþ]ñŽz˜Ñ©*gˆàw¶€ãã/^xGq1%S9ëû?RÁæ°#¢¨B~²ñ::†ãXò‹g5[mÐåQÓ¨›CM.C\0çW{•â4\\vkÎ©ÀxÁÔØ[í¤»%¡º–í@œÜcÞèÎô©ÁÙ†#\Z>Oæ;ìjGgß¦R0ÆÔGlàY(ëË\"y4‚h“/ØEì‚¡»p°¡4¤3­37¬-sÕ£Ü+ÔÚ¢b?¯·ù£»@×ñË¨ÿ]èrH÷¤!À|ò(µa×«ÈvC,üöäT1>K)||yDá×pä‚¯ÇóÀBÙÜç½£× #A.®{Ari=¿M-·þ?Ú3u;­ï\\™ÜÝ#ÃÇS´†ùÎR²\\¹;ÉY¥¶üßµz„›ŽCFª#LÜ!N@6¬„9‘žjØc@%à ÜžÚ?LŽÜ$bmjT0)±ŸÞåº ôÎã|ýlž¦€`$ Ö\\{ó›Ñ\"´º?~cj:‡‘¶ïÃ¨Æž‡Ç‡ôŸ\0(¥8à˜ƒGþf íÈWiâpJ©pMbVgž®C/ŽV!”WÑç—3ñßÔ¹i“9±Ý*mÅV wž“©kZŠP[:Ðí¸ýUjB¼ÁŽ5†‚E²®“ ž$í\rˆ(›õÔ‡þ~YïG=C\nwêê…­9G)Ž\\–Mž0xa$k¸´Ù¥·äÇ4­a&dkGS‚Ž#<›Ëýxâž>)\"&%qÿÙ£íøu4ˆKM¿$î¡ožºÝ­{ÂA\ržQIç¼Qó\ZÓ(µBß}Oà^Q4…uTìv¿ûîÖ1žƒ•úˆ)Óæ´\\NzàÞo”Ç\'\n]Ág\Z‡çuF¹ž­(:\rá¸ÎSÎäà¸ÎlßV¥l&Ñ×rÕ\\;;ªPžÏ¼¿ƒOa¾Œ¿ÔèJæ÷àaE¼Á²7ìdh|˜žàóŽ«qBù\\)6Ñ¾pDÁW{Û“Û¾!$Ê¤5g[9žðÚSí¯äöZ6Â ž>ÿ),ÌÉ(…EòÃ<Ÿ––¯~ûÉ<©‡k¬¾Ñ\"`	Ôð¥[Žß¬”Ÿ\Z)^Ktz â`t^Úu]Å5é8ipvk\ZûÜŸŽ£ª±%T’þŒ”®›1žÓ#§WÁõ$ÐÛ)z/WLŸ-Z‚„E{ÔÈð÷ûKÊÑ­vè·_‡§½_\"“l&ÔŸ3ãI49°q¸ÎŒáïøZœY¿FU	-&\"Æ(¶Ï6Ÿ]†•–\'ÄÃ:¸‰áÀËrQýFG‰ßµ™¹‡¢#Ÿb?ù–ïyâgñ	Vúiå”Wÿ’Ë\ZÚXÝJxÚµÕŸq*Ó×V8ð,xÑÒ¸Ú$­Ý «IBS¥;Ã É•8ŸŽ1ú°¡¬lL\'\\š¸ud€øú³jœFÚ×•VQCŸŽ3›x)Ä!éTU›33Ws/wÁ˜q·Æa_KBŸ´Ó	.A»ôê‡ë·YæèÞDµ–Z<ÞX´m\ncŸØÈÁ{m‘]‘RWr‹Þ™”« ò¨V¥ ŸB™a×Ÿç§¦Fz™ÂþJ³O#Ë%ÄžI,S«MÄûVœ[uŸ÷\r÷uB„—V–èoÊÓÑê²þ¿Ñ#ÊÈêIv4¯Ÿ÷dªï?¹ÜÕîŽ„QƒlHJàÒ6\\2Äúmeû8(¾ ÔÔ\\á¥0¬\Z%ëhe€[íÂ>K5\Z´ ›* VÁº\\”òz%ÎxÄ¦Y1xYf[FãX6cÇ *ÚÂŽuk…§;•¨)‰ógR‘ã”Ib~¿\Z 4žV€ +u¨äŒ÷´crùè›>×\0_ßs ;ÒÏ¸ŒÒàˆBáõøsÔÕ1M—+JØ5C†$‰r <0”ßçÄ É‹[!Í‡é»Ÿ·\\dÁ5crýF‰ MÔô=ˆ‹ó]ïÓ^¸Ü©ƒ¹	_n=Ãã&o\\L P2¢ur±~o‡(ï„MàÊFäSÇáâ“*:lØ5\ZÅ> ZåD¹rgåoµEIÜÅH¼÷Pé½g÷”^ ]nÍü0Í/Ç¬àˆ÷Ás?ÿÛFü×ÏŽãIïìs˜\n4 ^ýTÙéXÝr&Ô’l¶ÙÁ(EèC4)öö£¯Š\Z rK(‹1ÿ2ÔeÔ^Zrð#¹²‹–ïjŽW ÖyÉ5 ˆ-e	G¿_óÿåm» Ðríƒ?gW¸¬Õ ˆñ rš¡2Ñ¥þÎ@F?šå&……Ös¬~¿“Õ ”($öÌ».èÝÃ×LxkWNg<ò¿åöüó ™\\ÒRgž…_¨üÃ1’Éá3Û¯)16œŽOûÞƒ¬  ^L³;¹¹Ë‹ê.#Lè¤ˆI.½§]æãÿ °+ÿ„ÿ«Ýæöé›ÞÐJp«·(ø9Ù°XÃÎŒ\nð ÂÒ\0’¡ Ÿ*pÉÄÌ•ì^ XE†1¦¯oO÷ŽóôŽ Ç3rß ð˜1nv\0jÄHÀåk7ÈqÍ-àÕ;CÙ9 ÇæRêÉ_ØiÏ$ªÏÔŠ¡ž¨•6tqmäÝ4_rën Õ‰$u·*&?º¬e`=8ÇÛæ”ò9Çþ=¥è\0½ ãåÜ¥±ÂEµÚÝ‰ÊÇX8«ÍYm	»éãž‰ÙQ¨­ èlA¬§Þ\nÀ!„gÂëúCn|èI²âÁ#*ß0\'p éò‡Tÿ”,œúÅRr¾ºØ¡’¢ A—öãªîÍ5¤s¡ÖŠ©soŸÊŠÆøÂ/¶]O]Ë8\0qg_€Ç\Z«¯^¡“E’6{:,\';ðZ»B â§cßÀ¥ùå“NØ¡\"Âƒ!gñù¤»´xšu¼Eª\rûÌ‰8òi&F“¡?åøw[â„Ÿè¿¢Z‘ Éqü»!\\äÿ\'-Qx\0L¡D™¿-Z#SÐ¦÷í[%Éšl“³¡ñz*mÒ¢¡PWá1ù \\>ÍžuLvÎ}È:wžÑçP([f®ÂÞ¡0÷¡[[¢ÿÙ\nudv8ÔfŒ…ä¡R»¶Dœlž‚Õ¡e»$šË*}Ö¢Zhý\\w‚OWïÚwËSi7¾G™;¡x„…VùÙ\"Œ\0’ž·Ý¤ˆÆ«ñ–¸H›à2ÿ`¡zw›`oi0æVj×\0ÙŠÐlj.Ú…Bõ¢ìº\'¿¡|ZÔÞÃ¸súæ-p0p@¹ß[´¤¼øêL‹¾ëf‡¡¿d@Äâa1®‘ÞkvÁžŠŸ<+r¼	“½HËù¡ÄbXÒž¯L„¨ãæW1&“@þrŽJÖÞÚ‡¡Çžsb¿_˜`6K+Á·“lñ¢ù|âS.£ Pð^¡ólÔä	l9Õ/È¬x`ÈóÞ:eu)‹Ÿn\'»\Zc˜¢EÓ\\©Áš|–Ï:DúÌNÖl,Žl#À“¯CèD%¢K]¯œúà¨QÐ ð‰ÜÂLø!ž¥jÄRÉæk‡Á¢VÊ=~RŠÀ[ºÎC¼;>ÔøfMÃBòRò+¢mš£vnã	tÀ¿;=%J„áyë ¥R%ø0Ñ\nfþ¢/e÷ë‚áÃ–¶IL*ÔŸÎrWtô&BmvWU¢#wI•†$ŠÚKlh5ÿb4:ÎÑ•Wnàw‚¢=\r‰¢0™CìURù\"õ$d¼Ã©6ñ¥¸ù°)¢ISÆÑ¶—\nàE]ýmùY5c\rwcDç¹ä4˜Aq‚¢Qòix—Œ–÷¾WD2oÙF·¤0ýÄ+—åvBJàþ¯¢X½“´\0Tëí«¢±¥PO›]\Z8UÉíËmVqþ¢^o#™Z›Bô‘aCuÍwIT-‚$e‚·*1¢hé·)à­Ù¿“ýÒ vŸSh_â­=ÚXDÓÓp¢iÿ-½›wÐFêa¡\ZPN;æ«Ë®ž°hƒ·Jû4¢mB¢´àB;ô3Ó¯ñÏÍhPÏ;Ê)Ú“Vz\0D¤ó¢r?Ï{Ù.‚Å<ƒ§õün®;  Vèà.Rä»à¢yƒRŸTx»\\ÁýhÜþ~DÊ@n\\Ç¹”ßiv•í¢zß{ˆ\Z”]_q­|@ØT°bs™üBzV&Î¤ìk<¢‘štûCzô ž¤Ín`j\r­MÍðN\"Agó×æ¢‘ùx%´&õ–ïëyp¾Á5à×L&Á†]äø[ÓRÕ¢•Y¼½BÑµ…\0­É\\4:\r¶a·’™¹—¯o²|(;Ò¢°–¿Ló]ê²€Njàù°ßuÅza¾ÈhpF ¢Â3–‘üHûÑO³)-ÿ>!\"\'Ù$t-}ðÆ×Mû¢Ç61p9“Ç¡©ô¤ºå‰ÃÜkþ£×TbÊ:XË%nŠ£¢Ü¢“ÿx²JÐ; œvww§ |UÔ-ˆ%=™FÌìùŒ£ÿ«Mï¿ß>gq=÷ètGˆOwmjdÀ)¹íß£\0‡¾$QŠ%_âîá×Þâ{¬1ÍÞŽœ7ëÚ…£\rÄ,?·ì•ñÈzDþx¡•‹&†™ù÷fvõ©£8PÆ?³±Almèí ¹Á:2M—è”ÞmÜX:~Ú£8å ,Ë´ÿËí”t»úý©žT^×¢+\0Â°^£Užä`à<,MW¾é—Ât\\œ‚ã’+ŠTÃ„\"^J%£VìŸCy3BVtIÊpp¼¼Fïyšðß/sÜ®ü£}GäT@¡Ïà!ŽQRçm`¶ªˆ+Nû*uÆ6£ŸNƒâ[ÿs¢<ÄŽ)àÃ ºZÃÞ9QBÅæÅŒ¡°£ÊõÂ\'úGè,~IœfÅ™ÀÌÖ›·NŸoîYt¡¿ê£â;Áž³¤\ZÜ•ŽAŠwöÔW¡II¡wÓú	‰†ì|£ä¥îô¸dÊ2Lu›ŒŸÌéƒí=#ÏJR9:xÝ\Z«z¤\'‡Ó#m:…uZÇ¸È>8Ðû¨ü·„|×Î{K¤iª²E<Èþ¤z?eL²<M\\¡}°¤vƒ³6Äó¤\Z¥8zRv`Ý\\.€)ïŠ.ú^ÀÂËpÄ”·¤/E{~2	Evš“£h:¦mþîwµW‚åÃdÎÓ¨$¤B|Sž1,¸¢|ñ¢KÆY$TTL_Ì|£h¨@ß¤P%ÞHD>í¤¿óÊÙ¿ff?_Ë2“Y\0d#v¢Çæ¤Tœ„ÍUùÐ¦Å[TmGònaÐÈmqÝY\nT©orqKK¤crµ <#P5r±hf_‡D«×mÖ”mNÿ€+™K¢¤{÷VOÚu-Á¿ÒQd;Ú++O;vœDÌ)(žP9Œh¤•]í,vÉ®v–Àš«±JMÊ(0(&™#ŒìŸ´>¤š_Q7%ßl|µ[ØôŸl°|Éâß˜AÓ†–ÁIŠ¼Ž¤yæ~èþÁk\'$Ñ‘±ßãÈè^ÎYÑ\"½ awE.àë¤®¦ãªÜ5þ]‡ìÌû®~¬½o]bTÝÅþ\nñÃ§‡Ù-¤¯ŒGÓÜ=ØÃ[öŸFJÂÂ4Ù@Å·ž¢´æqaûb¤¼n då«É\0þØn¿´Xf6?,­¢®=Ê¤¤Î ×K\'ßë9ˆƒÃo—dÐ?pˆòàGŸZ{âe&\"¤ÓS†¦¿\nT¤kêN&(uu0ì!Ï©7Á$šV9Õ¤ñ\\`”toéËôGßã\"©ÝöîŸ*°ý+cW d«¤ú€”½+ªÎŠMò?\ZòL š÷ºr¨Z%\0Ì\"lÓ¥YÎMå‘2£<Íß	VToÀ^%Fã”_Dt±!Éä¥i¹´	ˆKÆN5ÚˆýGeäQB²þ•\Zï­k`èÃ¤¥mu¬¤9³u·H|¥Œü —ØÜ–aQLþ²ÖU¿ž½¥‡ý0\Zú~{vhœ‹âÆ‡çw’RjIyphó¥gs¥Œþs Ñ&Ñ:°×Cã¿©âé\rÖmÙ9>zo|.Òó®¥”\rÇ©óP¹\'âRëIÑýR›š\0ø¨‘)Þ$ÅuÅ¥½Œó	µékÑÏf]W^\n²< è´¡Ûýb_ñÄ‡â¥È¸[G¶ˆü&R9»2àÙ&­€DøDcQ¡âEQ¥Ó‚_Ÿoóù‰fIo	˜}B’3&Y$P’ô¤Ê¥ôŒ½ÁAÐÌø÷]]ëhi¼²È{Ü Ôƒ‘Æ§cÂJñ¥û}|‘ß\nÍ¯Þ°AÍ(>œµjÖ2OÆž}VêO »×¦wDÑ{¢so	ˆkÐßjLAÙÁ£¬žRƒ	®˜V¦\Zz¾L0¥´QwbÞÃ×€Ñ…Áˆ–fRè¶=k­Çæ¦)þàÎàÏµ9ôD[·üý¥.NVÔKuZ•\'Þ‚Õ?©¦0×¬á¨’–çÿÐ;J;\0±j=\"(‰ÕP]<Xõ¦4Í£m%ïÌ†\' ¶?Û2¦[üQè€8/sG¦7mÂíÕwÞ){¸\\I \'ôQ}mË®$ÒR4´U¦:k‚$âGw 1æ@ï¼Éu²iLÄ0KÄ¸:ì@¦E^Ø›‰36€v‘ç¨!l{°PVw¢éSá¢!¹n¦H+‹ò\"†\0Udà–:¢ž\nõê˜O«˜*”SÐ ¦LùÙ„ýŸì.\r>Ö›n«]Ð¾öøÃ9ú^	ºa‚¦ZË_p®ùhRf}¼ê	PÞ¯šZ™{Ö¢J„ÁZ¼¦b±«ÍR«u+„$Jp)Û°#è˜¥Œ>æXV%¦z_XÂí@KOuKMF©øõq:…RSO† ™®uÑ¦|=o%-™“ã„Ëþt,už‘·.ëàØ —\r¦’Hxe¬U›çÌÒêú¬UHKÍ^ìíÇ„_%¶×šù‹*¦¥°¹«À¶\'í»†ü÷Blm&µÙÂš^Ï/‚ÆØ±-¦¸ñMp êó÷#<_ØË¥d^»ÊÆ´ÔÏÓÁ5ç¦Ä›înåÆ+ÜÜ‚æË¬ä§\ns5ÌøÜ*ƒD^àkŠ¦Ê2mi^¸+ßQfú\'ÃN,ŠntR&ïÇ*‡\r¦ÕSˆPœKô?x»7Å.ÞýÕžÝ*LÅu¥KÖ¦ð”âv2ZgÒ,zê[^¨£×…”ªYç¹÷güöv´¦øþýâ­¤YZ¯V%›Is!ÁÐ±©ŸÜj8>Æ\0Ø¦üÕü›ŠnéÿG²UÁvŒèi•¥3‘D¼¦CA¦6DÈ¦þ¸`íLs<ò­òŠÅ¢ìÛÉÞt¶E§>Põªô—ßs§±\n#HNoŽý­œãî&í©¢¢ÔWZê€ÌMl§s¢`bFœ+¬u\0²¶#¯\ræŒ LmÓNßŒu®‹äí§uc^=¬Â¡DU{.¡¯öÄ¯.Õ¿¥¬]Üñ­d0Ó§zEvGL7…t|Ú%\'Œ§4‘¸%¬Òf‡p#e§hÓ-ÓÄÂœ¼hü8q9À¹\ZxÅ	²VG’%%h/%§Rñ/ÆäðÎ®qéòeG±F^6•`v‘BI	ð|2§—PS?šhFÁMa¤ÀæÑÈ‚U«E°~z–“Þ§ž#Æ^8Zõ½€y€©7UÜ²º={ùŒsñäÎ&ˆFW\n§ªR_	Á\'Þ×H™˜u)WÆC}ÓD&›7ü,H‚§Ú)m-ÈENÓMì”A£ÃûªÍ›	,§_~Y×µ?ck§Ú_\0¡Tó0y†k€õåæãM38•WŒ\\ãåQ7F’\\§Ý14g†3ÑÂ\'%øL| —ƒ{íW%Ùê_g	·@M§ÝÐ\'ú®F•|S=Õ’áï«\\[8¡(YîÿYêû´§ëVd7{mÿ`C’9+§eý©f¹Ò¯÷6‡ó êíU§ö\ZaÀzß[î_”K }PìÃ0;¶rÉ‘B©ç@?§ø@[P×ŸòÑ^“3æÔD5Vw\0ž\r\'€îTËí§üûP´Î¢`Ä˜ežÎ­‰Ñuö¬ÐK>fL˜/¨Â/Þ\'F9r\Z!æÐp©ô\'6D;%^-ýxh¬¨%O 4y:X”0•Ö^ªYuGyDñ³QÒ÷ùbþì¨(Æg«ðEpÖ†õ£riÝ™¡hF•áè=ííÄyZ”QOÀ¨/ÝL%²ò¬@Û=ÅÀ-ÿ–eËÎ-I+RŒžª°zþ¨<\'à Ñ–rÑvqS’åKU7âWˆß¤_iþô«9q¨Qo	Aý4fâ”gS€·Õ‡úh%=Z‹NØ=þ_¨Qu~Ò¿„žú$3GÂŒU4¿&\" €KFñ§¨j”é T(¦5´å—Ýo[á‰…éw•O«P\\‘¥>0¨–3	æó{ÉŸÓaÃ6]0\nì¿*É(à)Î\n´ï¨–ÇžŸŒ\0¡“z½v÷VÛMAJUªla‘1 Æ·Å¨œŸrXŽä>ÞÛŒó5SÆ¤H[{ŠëPgð¼Ù¨¼VÌ!6\"	B˜ÔÐƒ®«h9¼¯Ûí.ì…ÎF²8„¨£éñve8û:½Ùîc;°%èÚt}5;­F[ ?EX°¨ºnØ´G~ÏZ¾Ý¸§µ\\¢üB[)¹¢zì¸ºãm¨È¬Oû¡…~Bç·|A&´–ˆšÅþÝ†ÅÝÊéBJ8?¨È3§^’_Í¢˜—¤¹·opÊ«UCgwÞ(i~¨ÌMzãõåe¿®Ëx·nÞ»ºX),üÔ#–Ó¨ÖÂûÏ1»°T‡z|Ù\'Ñ¦Uf+ù2é‹W[NT©\0.l>Wv&ãÎçôÏñîúq©v§+‘ðüI­N~žW©L ô|F² éƒóKGOª]ˆ5^ùAG¹\"$èA[?©¾:ÒMÀ¡ç2(ÃÌV ‰£æ—åA“Âì/|bý‘.©Ëå4ÓL\'iWFT³ÐŽØ™‡ËÑàr7ã¢î“75©F|D‘ FIJÓ5å3mÖË,Yl¦wN¢Æ‹¢Fù©e\\\\¨‡¯—y2…#Ÿ¹niÀüÔùF¯3œ’æ´N†©r¢b0“ã3jgŸÚÑõ¥Ž\\ûèmPßPÌjxà©„ãþ5æ”Pû$jä¨ó¾\"ã`õ\"vËR€\nì³Öl¸_©›ÖËð9È§n‹\\\ZÞø„r»Rã\\¨ê°ª˜Âô[³©¸Oâ¤óo™Óøý\\.‹¬a 8âûœš„4rÁ5$†©¹‹	±C\n†\ntYÿwýrÕc¼\'ÁSy»û:G©À`}.û,‰]|ííºÖ…ÝÐ¿ŸÐµÂÁIø†Û©Òb±Á–¹ØÌšúØù×ùâw[$Q²Ó¬h,·aª“€»\Zø°ÎÖ÷cN°ùC…Cýn°ÐÃ¸•¿‚€‘ªè©‘¨ou¯j>‚×]ü7!–¯¤Ó‡kª\raH%oÈÀWkŒÏh„·À0io­|¬¸Ô§À3ª\'È\'¦Ùc²L:bøÓÀ_ÜL‘Xxý0IÊª+Q©°Ð;Ëñß/žhE;è?TÒ8èVÜ’ ’—÷ØªA#Iˆƒ”ŒˆÕ%d{°°FÄØíï\0+¾\"6ÎÆ¹ÈªJIZ;wè%—¶!ÕéƒøW9åëÖÑ±÷SÃ	}Í9nøªN-®>•£ŽÄ˜tÎü´¯üBâ¢/Ô£(qØúÔ[ªT&¬à7,Ç¼]m+7‰^Áê«’¨®¦†úvóK7ª[E¨u\r:‘‹&i|: 50= ¬åSöUuµ5°²ª^_w|)‹W6›¯ÙcÄ*&ÄªÑù]›ÛÇZÖñ\r4¬­ªt„Þùãš\ZæwMiÞå¨ÆG>B\\Œ©gôÑªv“`Î(1in£šŽœ ××5U{Iäoò4BµªŽî]’SfÌ1Ð®#²8ZL½Øúó¤õ¦ è}÷åOª–BåÈ«[yíû·‰â®Ý}BxwIüZëÐ§Ê&¼ª›N‡Øå-)ÍˆÃæ»ƒ…ž~5È|zI(:.ïî£Ë’ª¬*Ÿ—Ëg”H-#=a×$-“-ž9\'ÀcÚªÊ?I&k½œÔ¡èE•YB=Åb*Ò¿Î3Ftª×5èm¬{æTÔ<g‡F+j\'‡pûQœÝª÷\"}ÅFpz.ºù¸TÔ&lG¢ÅM©ki_å\Z–Q«\n€]í(›´_å,pgi1”³õ¸}þ¯.’Í‡3wÀ««z¢$W<¤§leP[™?è‰ÂÂp®>¼ËHÕ«#jÑË#Eø‹é^C­5¬½Å‘Ü”)=Ò=mfãht«)\'«¨z1*˜~6ºUãEèÀÊýü½‘éæ4•[kP«1¢®¹w¿Ó®ˆãÿ\\ÔÁ ^èÿ¶º`Y~›F±«9‡õ-Éa9RdlwÙjÃRaóéS(7Æ©¦\rÜ\'«E¼^´¿rnâÍ2ÍªU?‚å—¸W\\ëVšeð«L,A/š\" —›Î4ô²zXô1é]í¯¼½[º«MT@JÅóŽûmä4ŠN«2a0Nm).:ôÒª}«]ö%¼vÛÔác¾ÒÝˆø(ùY»“Ue%Ã!¶TF«i®/4‡iíÒ\n!<¨‰jY°|BQó®NpÚwx«o9ñ·j›:Og7(½ûd©øKQAª“ŠërUÚ&«³©›†¢ZÖÀ¨~fû,é·¿ûÿ‚¿½Ü»\ndšŠ«Ÿ`«4Ï.­{ÓmÏ–ÜS‡¾¨à9\n]b¢G+\n(x«£©7öÂ\"€Î÷¯\"Û5nž‚ÒÛÓçWIiÉÑÒèa«Ùz¤ˆ_Ý®o^2S\'ÎVAFÉXÿj#»–[Í«à3«HÎÏÄ@!Š½ íßÂ+siA$uN9µTµ«á+ å«ÆºDüƒ=Æ#Øwüj¦xíyÓ‹h‰OB.h «å2š—;ÏbIþq‡ã‡ÛØSÃî]ïBšÉ^	þíQƒ«ð;fWV¢•\0sø“lèä^€—ä°}!™§Ü/e*¬\'ß#„ÝW·l);*š=¹$º9¿9Ocor]ÜÈ¬-ñÊbÕÞçà‹`üàå(¨dÄõ\n#äD!†êÎ¬:uè¨s¨ŠWOâûŒÒÿ¦(ÿ›PX¾2Ö›t ¬=¬çgÍçÀy”0&Ìþòâë/‚jÛÔôüÜ—à#èx¬VÁeazÓÂîåß×UÜž|-ŠõøÒÈT¡[7Å|¬|ï¾A®©tuÔÌÎºia2ü¤´¶¯Û0¶Š²Ñí½Ä¬ž]F››sfèˆ*½MŒš\'{HsƒÜú©l€\nmL¬³7,M!mÛ–¨Ÿ\nþ=FK 	Ê.œ˜.>D(¬ÅÛÙªìO¤¡õ-ÁRº6”ï§äW=±ùq;7žÐ6¬ÓÜoæ’´²\rV>Ù=ðƒ­5‚øó…èt“Óã[ß“¬éÌÎÛ\0úÁî¨©ÖsuÁ1 h,OT³®ÿUÌ¬í$¨&ú^€9¶]Wgà½³G‡²ÐÓØè\">­J®o’e\'¤7XŽw†(šuc‹J§¡º[1œ½\r­\Z•/yF÷û²&’º°ïë}=\\HíÔV@r\"ƒB­3~†‚YÆ¼\n\n.fd÷†Ù\\>8{Î†ðAHÿJ­E´š¬ã«2¢>ÊÆØü›1Í}‡¶Á›¬“\0æ:a­TÔM[Ð-o	‹‰_ó¼ë\\f\\Äj•tƒ¶±­z\"ÝHP¯’Ÿ«l„ç¼³¹ƒü?úÐx4ÑP,æEå®­}a¸b`á€Znæÿ û ¡/Ÿ^5®ÖÚÕ)­šoå¶\0«³5ÁÉÙxÊÂ€%‡,“_`û@á¯ü¯cŽ­¢?T¬ˆDôÝçBu®ä=781øèzö`~€Ã»š­«éñÒR\'‚µØ)Fÿ]\rõ^›ËÓn@­hÊ5â­±™¢ˆÕ˜°A-zÜÕØæò¼‚£Ó.kÑ»/™ñƒ­²V\"5PG”•±7ó}jÍ!–mYZvˆ¯r¥IÆ’¶p­Ã4»Øñ¯§æ{±·‰JÚÍYEÜÔxÆµÄ(±Ù«E¦­ÆµÖá5ç¦dãì=?N®rÙs¬©½þæ¡.£P¾ü­ÐÃ¤O¶2É:~½,úÖ)ZÐUÞs†kÔôÕ\\u­Ú$œªþ1£JÕ–’3ÏÞ1G3p³»øR˜mÛç®œ<åÅ¨ïõÜ…þÇù7iãUå\'£¨£z¸:	® ö6ú¢îˆïã/Ðz@’Ö6TØ&\0âCp›Ë„ºŠ®(™¥$µ€ƒnÅTw¦VýÙÕ;ÐøLQ72€®NÇÀÍ‹-mÏÞ4|¦0\0;¤ºü°WË4ê²bˆ™®Q(ÉžÐùö@âtal2œãX“¦æƒíæËcæýïI®RL¸þž 29‚¡^”d¯6_V$CŸ8tà{S®\\ î‚ÒÛƒ àƒIîôŽø£ƒbòÿº\'h·5Ú®_ù¶Ø\ZQÉ’iêëˆ™O·sÆJ™:h[¾¿Ú®	Û®_Æ/SttòRÊ”åWé‰CUÎx´´~²:rÿQâ¨®w¹¥˜†…E÷…Áõãp¿ÌÄVÑ¼ÔîøüÂscÄ`P®‰‹EØ‘¯]} Üƒwúz,ôû<šâ?§Pªà&ä®•#®ssÂÃj6tv¨DzàELZždMëª¶W‡ñ9®›ITLc«¦r\\þh	=YkHTxD£eä»:#®®òo±0m°öÏ¿i¦úyŽû®½³Û‚÷l|4¦h¬®´Nó´‡ÒO~%„ö\n}\Z¸ð·ãôÁHœ®¼[6‰aù‰ŸB2jf×7”ôœ¹ÈÔÜfL~Eàl»f\Z®¼]ÍÜ¤VB\0nœ%MÉ/‚ª[×ã;„*ü¡öæ›þ®¿éÎ&/ÿá_Åôè¼/€!ÙÊÀr…Øæö½Àz®ÑÂ¾Âü Ô$etÚÀ%±Tn5”Ç?ƒ*ÛB‰Rg³§®Ýdm?ÀÜ*\r4›&#4°NœeTsÇÐðßMÖÁ®ä!™r­÷ËéÙ£Îßýœªà0aêTæÉ\0àÚ²Œ@Þ®í.m)¤Nãu—´40ŠÁ§¶d0n”–h\"í¾$ðý¯\0÷$ò§’ý\r‘¿ÌO;zjJÄÒ,nq ƒU8c¯³¯Á¼O¾\'„x™ÔvW—\"ÈøãjC´+o“„%~¡œ¯å«qõ­¦Oô\ríïÿï˜æP´‰\'ô§GrHq¡¯\' ¼Á[y‰-NÄIzc`ì#ÉÕÓü‹¦0¿Ñ¿û×ß¯;„Úý<	`>7þ¸Ts|þ46é¯f’’B¯!Í{¯C*iÎ‚\Z\"Õàcå9ÐÉq¯L£Ô¬¯¥· ä*7p¯€Oð6¼S`Žníôð±jó°ðV…FmTª`ü¢b3&¯….ÃjÓãÝ¤(qSjÃp!puÝzI0J\0‡øÙ&\\Ar¯¤Ö¾v“ü°æW¤µ^Ü¨ºÜ/„,¨G‰pÀú»Äßœ¯¬ã@d†îÇÃŸ-ÞÈ§Ò›‚°Òx­ÀÿºFkbûsàz¯¯X¤˜h‹Â%ûMµÏn¢ñcCE+c:Ž¥\0¬eÂôÉ\r–¯°Þª¨ë~„\n€M×w_‹øa<å>VÔXœ\Zlàù5jÀ¯²~d3£ßv_hòi­Ð0â7àÇ§?Ô{e‡&øóÚ©Š¯¸\0ÍÍ\'4n@ñþÃÓÿÌØ\Z¥.ã^ødiŠ$GÙ¯Â6-Ö¢\0¥¯qú®ñxw&a\'vúVçÆÒ§¯æ#ôcÇÊwr†4w³¤¡%}´P,HÿÔÓR(¼°‡¶€ÃT÷©6aúÛ\"@€ðšJÂmÏ l/Ã‰hSÙ° &^SçÞÑh=.éMå\næà6SÛQûãœaHtŽžú°8h•‘ísàÎ]—±\Z´ŸU*Fþ°Rg:ô(¯ÛB\\°L­|Ô‹àÆ\Z/Ë5––Lr¤ñ`[ªRB”Ø™W*_ù5°Ní–^…;Ôë¦&:Â‹ ¸˜\nW1*UëyKeÅ°S¨!ý.!ÍÄð¦ò5C^™žÕÛŒ	Â›±Ä°|vVïu¾ÅMšM=rvƒÂí^\"r-Ž³$€£ãðÍ°ŠUq#\0°ù‡„HD`˜Œôñ>„v±Ôó·+’OëÛé°˜7šùøð®}\\¾:3Ò¹¶\\‰dA®“ye8h@Ü¶°ã¸sCUÚäÜ)åOƒtß¶ôäÎÚ¹/m3R«?Ô°ö¨¤w‰Óù­ÃZLÔ¹ ô«ò£·¢5c„Z÷ñS°û.^\'Úçå‘°†%âûJ(ÊV‡“ /+¨µMèÌé¤±\0ä.yÛ3š6ªx> [/.ÒtT¢]ÃwpX×%þ]£±Ùº~|4uá­û›oÐÝAf\\ÄúQ(¥ážÃ‹±\ZÁ %ßÖ|^¿øÆÄ]ÙéöYØ^úF« #c*(Øë±#œ\n=<Ìeæã^ Ò·\'#Sâ=w‰W| K:Ó\0¦kG±%¿™¹oCàºØ‚lõ\'Á»Nˆ\n–p_·˜ó ÄŽ¨±+$Ýiç7=Íù˜Iû5™·ÙãÙiBÖÜ4<ïÒ±,óÔûFÈ‰g•§M½èÈRhj¶áéY€…Ä±/Ê<)®…šê¨pâQ¶ÊÐš’ç…P_súŠÅZ±0TÙXŒ®Añ’#6{ÈK>Ùù~¨„q¡Iâ=!±486À·Ñ>$ÐVsÊyJy9ËDž \ZÌ_`ºX?4¸±=!ß\\óz—RhpÚ}…¿@ê,ìrâQà!§Uñ±fY5¥u¤¡àÏ±€\nøE›faqÙÒº§¿Z:þÒ±‰…ûÇb¸ßÇLÃn-#[\"6ž1zvi~±Š3g¹F\ZÙ4\Z/ÇÉøÒ—|CýA»b9„gä÷=±ŠØ><P¶0–\r”Ëµ³ê¡Ícš‡+\r*+H¨\n$^Ñ±“¢&>HLi#a\"£´¬ØO¿fßý,Ð8õ±›,M4aµ!÷ƒ_~ÑšâCO×´&…Â8ÒY­:íß_±ÀØ‰üÄú…ðíÿ\'qP—#Å·œŸ[ï¨ðÜ`µ~;±ÇñH¤kMXÖMÒL•`b·…Öÿ›:ø$¹d®ûš\r±Óæ†s«¥Ë>£„§L>\n&”H©Ë¼>#êŒ†Å×7¡±×9\\+Í¿<wCÏÒ}œ\"	º²\nT)Q\\u§:êb&pÅ±äÿ}ó–BH.G—;d\\ZÃáCÏˆ†\Zo/Ýþ±’b±îoï#¦Wø¿×±­.]H>Z*0þüëãoo¾±ý¼±Qwf<É¯]Þòqm¥éf¬‘~µpÅ¼ö=²\nßÂˆ.ŸåªÝ5YÆ6èÓ}§oÑŸi-íý(¶~ê²	ÇW÷Ïp`$<õ\\›‰5wJkSf36Ç§Ç›²m‚0*@/ó´úWbožÏwZ•øl\'[‘ÇÙ”\\6²Gž,|ã8ÎÚÓîà£Éi1ÿÐ<2Ú,‡8Õá+w²lU™‘ì§yª’u##e«dà	ÐA3Q5‚R»²p1\'rëSl¦¼ùY(7wAä£ãO)FP]™°ÄÄã6²~\"ƒ’åÞÒ?B´wMÒ³(N`Ûq–Ø¯¨©ÍU²””]ÌÒ†\0êêõÿB¸]3ªÈÛ«Å#ÉíÉCàd5F²œC;Ô©yN¹¨¥*)Jý-°ª¯æÞ´1vôj.²¬—¡«¥y‡1¹BÇ·Çqk\n*;zÃÉÝ8jšçÈc²Äñ£üqý#ßc-aPäF©& \\(×1½«ý£(R²ÉÄÈ^´à§å«\rmŸ)áO7•x{@*;ã=³²ÛËÐþ@Šøsâêã³;õJÊ˜[Ô—Iø>~§®Ìö4³\r\Z«ÖÆ$AùCÑSwXZ{ð}»aj†Dû}bÐ9³-œœÏ%«\"ï!N˜Û_)Ô\\š˜¼Á÷*1Ã°ïÜ’³5o3˜–rX\ZÓ&?ý´V\nŸÊ)¼K‘-øãMé$¡³³AéíÍŒ·‡ìk	«Ð/m§ñdæôó¤œÓ²js³EF´<3•Ág“«{\'¢mv~®D¥E‚fM³N¼ôsêî\"*\'7´Ÿ‚p$iºx¿¼”´È­¤vµ³`•öGûÂJÃy•$°:çxty*YÍß°úÌ%ðüì³^H\Z&E5CCqÂ%Ò.AB·Ê£VžÚ—åý¿C;³‚7\"ÊA…b¨IYI„\0ç:—)Ñ·Ç¥Ä`wcw³˜\nžNÏIÇÅÖ+Ïa\Zs Lz·fÙÿ#4C\rVvÌ³¯\\.$kÚ½´¹ÎšŠeÐíh±nËäÝn!!Þ³»µ}§ÇÍi¼K4KTóTb=2UáŠ°OB–¹`‘³Ë³Æ+T¤Àë9]Ëð-!IývãÃs–¦[ýhý˜÷Ï?ðÆ³Ë29“¼{·qKÎ¾¹Ð”ÿ!¡ïI\0žŸ(ñI`³Ó·—Û¯	(î’Ãhs-âÑ™¸G«$%TBy u©³Ø©äþx‡×™;gÒdBŸ]EÓ\rßâr8áùïÏ³â+N+RâfèàÛUPt©	à9áâ™x²ØÙl†œ³æ2ÅªÕ[jÆ—Ih‰¦*é@I=ñƒØh‹¤¢QÛ¦³ìïÑ…0rÃ§\r®bRÊvO~°•nw}ß¯žgK3Õt´§¹e¬$°Dv„­ÞôE£Z6ÔfÑ¸‚+(¾ê)¿Ñ´! åç„\"aDr¡9aC‡53¯§{î„ÿAÖ{ª´*Ñb2KwwqÒ¿¹o&•ðîG°DÍ¢¨a\\ôLôÕ´+^Â	œœÉpü£BJ¶ÝxãÃÈ7Ö?Qá±·£[´I‡‹!â´Á“>¢°ª@œòY‰Ÿ›{²<§˜´NÒÿ²ùa+âƒžÏ78c*QtÏS,á8Î½Ü\0´T\'µëL¨OOx—üàZ_EÁ1ÕTÊô1¶VîmH´Y7tR~ãçå¶ô‚k”{š™Y‹£ØD+)îàY;´]‹¶‰ì^’Ïe-+‰A¾nõÖò÷5&á¯ù_àÿÖü´q4+SHæxæÄ•{Å?fêÏm3¥¡ÍÈ`êöaó´»¡û.#,º‡ÞtŽ\0W&¥–·³‘Ü;yÂc¯ˆŸùª<´½ÔÐqÙÐŒèË2ÄýÚèÑù5Ý¸ç;ˆÍäN†k´Ñþ=xnÒô%þvA ”[¥y8nî\n	(h‚!ú¬e´Ø÷®˜´kbžHkŸµ½ö”ðÇ[b0Qy7ÇŠŒE´Ú3SjzÅ$\ZM]°6Œ˜8€Dz´ù£kTykm|¤-´ìD›6¥8…Nó?£%aPÅ§)…]NCÐ1¡Cÿ´íLóŒW\\M!DJ‚y®7Fá(<\n“ÔøoM,Z´ü—ì`1OêYÑï²†A¾Qç°Î2:Á*ì t«Ó\n«ÿµæhO|‰;Ìz(¢Ã‰Š\'ÀËô¥™œ£¥äúµˆ;·wh‘{á#6ú„qY¦}è½æ6GWÈµ!~é÷ëÒ™ZÃ£Ïƒ~SàÔ÷ŒžLKjJ|¨µ4ž¦<Ç&Cn\roÛ¼‹—0+Ë>‡|ÌîPJ€±Pµ*ù m¢ôl¹ó·à@6TÑ•Þý\"Ž¨‹Ò·¯AðlµIïHçîÞÖûÙæ &dtM6×ç³&¹Ûµb¡ì8ÿÏZ	k™{Ù<Ù…J“W©ÅÈ~\\ìž¬2µcÃãß\ntÎ®JmI!K3|MÒ1ªõàj¡+ÌH\\èµdyòÖö‚ö†q±œE~’ßƒ!Ü>\'c‰ëªÂsÙtµ³Z*J^Ý;6Ô³\Z~IDÕ®$xÇPÕiAU-µ¿”]†=“—©\rj1•[Wfî%”¿>qpð<ÕŠÏ\n…µÚ¾²)ì Ë^^Èc%¿æW­€£Ïmž’Í$µã:\'bL gÝ}dA	¼,¥r×æô·ÛwKw/á>µêò&z©káÊœjM¹®U:~o‡ãÑh¥}¹5®[µï;ÄRfªñÉˆº5äk_ï÷æjQræªQµõVÛ\'é´ÅdÑM õ2*^äº\0ç\nÉqÍ#\Zä‰©eÞµú²¢ŠÕIÁTv5´Ü„ëSy8û#±¿äGyFâÌ$¶\nr`óèZý¯p¿G‡G*¶\rr\n™è>|õ«èY¶&”W4x¢°Wç’ª¢Zœ)±Ž\rÔ“(aï¿y{;Ë¶2¬fá°Q˜,ÆòÑáÑ+<·\\\0\\\'™â®	¾ý¶3GÓdÊß¬T”ð²ø*§ú€§ÒÂJ\nÃ^D1šÔo·¶=á$(1æ¦ùŽÉ\rÛ–™/ùzh‘Tç<Íð]’˜¶oÖ:x<UqöPJ‹}PI ÌI]è‘y lÇH\npá¶€uÚ÷!°4ß’íÈÝjFª\nz÷ã\\Wšâ—|ó÷rÓ¶‚bÏ’\0EÖ0+F7üÌš\r–<!-:Z[¯ÏZjäý¶…m`_«»¦õï÷2Í]Ü\"Ú{(4«0{¢Ö£ÀëŽ¶ÃØ}\rq;;)DÍm[Šÿ5­¼!Ú&ç`¦µ¶c¶à>?`(Ý®>Hfü=ð\\ÃT¦-]gžˆr˜”•{ñ¶ÿG[â\Z ÜÑxËÆDs¹uÍ¦ýþÑÞ±Ã4EXD²6·\0„Ü—D“¬áÓCxÞbQf‰rÞ03‰_LAŒ_ÜÈg·20mzø·{T()1ÖZ5-PqBñá°ÐÒ–MŠ·Gx99d‡ðŒ”äŠNŽûç5“«½8ú\'¿Aá·Ð·{}ˆaÐ‘á8a¬;[\Z&+:ý3Wçë¢…?\ry¤·¢ÏQÎ€œÎ·ó!LeÓèŠÃs©¤Eøg#ä\Zwjçt¿#·©¥³W¡å$%[—¡ƒ6åúÓâÀPmª‡´œ\\I¨Y·¸Ó*‹ÒÌ%vbb<J<˜¯süjïÚÄºÔ´Uzäï·Ä#Zž‚Öõv¦Š:¼.NÒM­Væèrz$É}ô9ƒ·ÊÜ÷:ßqÐCœ»¬ >,Ñ|’ç4öÇ0F|=­.·Ëá2Ç¥Þ{ÌE[rÄPE~P(^ÉÞ\\>]!·Õrç^8Â¥Z#uð¿ï`íx+I[È0ÙN‰M·ß[xäV\"2ÃûFê¯qçâÃ‡Ãâ“õ“óHÆ•¸4ªí£6#\r0Jš7\0ô[iùõrïB´®Îã-p¸˜ñ*©i²¯Æ­1Õî›{‚×(HÈ ÔŒæD®Ÿ¸ /ðú‘Clgõ’9Nv„ºÜDB\"ÖêìA@%€¸\'+hçLñâ‘ÆÖ^^î+½#e¸)É.æ\\µQäˆ\"‚¸6zƒŠÀ}_T4xæ°ômúaªÂ½#EÉü‰¦Ïï¸>u—ÜáôX˜$={+cÜ§løoÑàTÎ\'.õ—Ž¸E‹“ÞÎî]³á\"f)|ØnsúöM€–dmÚË¸OÑ;v¦Wþ®‡láà+`è`BüÜ\\Ïæ&kkŠýå¸hÌ×iÛïÀÔqÅ…¿ùm	¤Üwb{Ag¿ù/š÷Å¸˜síÃ¤6ÕI-Ò-mŒDW4Ç2ÂŸV•ó9ÊX‘¸™-¯åý¥ÖÔ¡ÊÄýÆž±^©LÒí•GäÍ8ã¸­ÙDC<ÂWöÃFüNµú£B\ZŠ· ‚	{÷yWPJi¸²¿È\Z<@œkÏåqýsa…,jJÛ!ÐwÙSžåá¸µ·¹Þ™Ü)==€)±¸©eFKìx¿:5D9@“¸Ø‚ŠÏ¨\'¦<Mtï©v$d]#ì§›ý¾„ëß¸ãX[nJ•@ÓôÊzv»ŽT\Z0:tð{Á^!=î­Ž¸ãÕùñ.`8GÔ?|Àæ#ÿCˆÕ=ˆ²(Ë6×›¸òiu†h\"KS1©ªüR˜¬Êñ®Ùï+/ÿ;þý¸ûiY–.7/ÚXýèÌM7ž~Y”+ÁÔ/\\‘ì1Åî¹ênçX \ZA°\rÐÒ†àµÌEã÷rÌBèöÈÐ‹g¹%ú½î3ÜÅÇ×³ØE¼q=v,·¶ŸVý\"¶/ÖCê’¹=‘¹Ï8Î¡uâ„P	ÞkÅ‰/óLšAN3Ú)ä¹ECCä¹=ë÷‚Ð\0µ{€×§Ë\"};¥Áé¾¡Œt¹O«ÂÛ÷¾m—_·’ªjWG€ú\\ÆÉábojÀH¹]x!+·>½ÙÜöÔŽ±çÀýzžú¼4¦Jþ1Ð~J¹…Ç9K§mÁ¡ûÁ`§›vØ‹^Ã“GRfñï¹˜òÜ&¤½vcD´€ Oºv‘ÀcQø]¥P=Šãø¹œôöí$aF‰«×jFä&|uPUã¢MeG1ážø£â¹³Ûß¹ã²åãbÛ¥!	¤9~ÕüGgl¯òª¾¨÷È¹ÎÞ3|oµ?ÌD^aÑ@ ç²C—C—õ²ÐN&ÐP¹ïSçtâi²Çz¡r³é{¯cY ©®Gè±ËÁ*3¹÷\0´È‡z¡=†B°£–øl3ƒŠu@šÃ¿c÷´1Ê,Ÿº)ßa)çqÙ¼­qþÄfâõä¾L†›ÿ1ÙÑJ…|b(º#}©\\E†ÕºÂÊ¾¤Õã€—¹ˆŠUù‹Lâ&›…º6©¦\\Y?+c2$Ÿ«Ïòç)6êí¼8*æÈ°:Eº@}æÉzPWE4Rýc	Ä‰ðÿÛ“jïÚ”\'ÄnšºMþ}9É`ñAR)õ’’¯y€©Æ$±*[óØÀ|¶ËºVB&ipU¦ ™.—âVi“Ëtt‘]÷\\;HÛIºdÝDpp’øSìóð’²Ás°J£‘Ç¢–\ZòC2]ºhšä?³Ý±Ö†–~8žÙl©Èª4,Çž?ð´ºˆlÿkJã™¸3g>˜‚ËÚ·ÀdGzfwSCå<º§v®Ð\0ëæf{¢æ8:¥Û\Z…\09Aô©øB-¨º®\\±Ÿ\"î‹R·ËLFÌvÉ©Æ¡-×&i¢§õöºµÿ˜N±JŽ)–áÅñs¼¶+Á£áNüôm–ºÝÃugÎhƒ2%€é.¡g¸™0¸ú¦¹KÊõ²‚>âºäœG£ÿ€.P@Já3t–B¨k¼÷„ÓÃD|$ƒTðs	»#žà©ya\\©Ú«:Kè€B Ë8ÉÙco4™ÚÔ>G–»1J£`¯ÁZ§·©ŽI=³ôcBfeµÆ·C„\0«»22ï§Á²Jn§óM†°ìF¢Æ2ð¸Á¾Ñxü<ŽÆŒ»6&FµL\r‘Ýÿ<\ZRº#ìº£Ldp=è@fIWðX•\"»MBÞ1ÐQwoX4bx±c)@DŽË¥°Îk»aÅË¯|9Y\"ô”ˆÝi‰¦*éUšùL<6\'I>·»b–5pª<õeëZ¡ps³Ð}ÿ[ŒÉY!°¤šmÇ#»eçölp·¦Î.x©º\0¨mxP/d;sT¦­s¥Mµ=»jì%Ú0žbïÙNøtR&y­.ªûsE¦£¬$i»/Ê8&ˆƒïså3o‚˜¿ôü,\nß°ñ½j˜ë<»BHþ@?’ a±ã‡ÀãÓýŽÿõÖg­Þj%²a¹ó»›,?×ò]š¿š/ë1ü{¨–¨‰õÖÆ„Ú/ë:QÞ»ª®ÇvÊõí>rr)qåAoè\rË:;(S>»´ûB­!VÈ5Rþ_Bµx< |9Ä\'bL*^»¹Ã÷÷Z\n·’’\\È©ñ³Ä|òÐÉkZ‰=¿™\"»ï”CÊý(k\"!ë™Û~°5ž3¿´ñ…üÔ\r€Ï›$L»ót»*1×3×p8A„ñt#Ý†¨?]áðDwšŸ_¼¼X§Y5hn.ßc…e›\"ÉÓŒ­	Ÿ„\ZSÉö¼–ÇÜ:Éáþv´B¾ié7JÌ7Î]1¨kÒk©1GÂ¼,`|]$9æ`ª,ôûw\r>®­-±Wû¹Ú7*ë¼ç<:‹’gjö6– Tz30Â8°Xháµ^~mÏ~¼ Ùu×µ´Þ„¹†È22’RYŸRP4H9‘ÂOý}X¼c@P¼`ù2Ñ_°ÍPVb–BÈ­ItJ Ì€r¼›ù¨¾c×GñJÛË´ `’nØ˜¹Uœ’¼\nš÷=¬±¼¢øIµ»¯Èn}\'þ`C˜5Öš%ý{·A™ûš/Ð^¼®çr€)·prAJB‡QÿvÂepþï÷)Ì ïRŸ™¼½Ny¼ŠÄH¿°ïy+3‹H(H^’e½E1ô”oóy¼ßÖŒHFÏõÐùY?\nŒÕü}VµÖ„é­˜n¶érô¼ÿ\0v1£êsÔNí>cIDÙ¦¾Ö„Ié­0ÿ-½*âFãÐ:®£Ã…=IH\'x“â\\\"ÃÐ\'‘³:½*;:ÈÇÝj»lÔ3 0d€âscîŠ©\0q|KF½0šŒ_qùå­YsBK¥bÖ·b®ñ(±7^:ÿÅË½2‹dl@üWHÅñÖwÝ\0™€	wWœK9˜“‚¥ŠÙ½3C,wÅõ’è³WÌ‘Å>ª¸\n›c6i·Sú!‚àº‰½Y8V#r«Q‚$[)‡¼zºnÃ¡œW;¿»WÑ Ý¥½o€Jó™á¨·N¥5qäÚK­õ†ÔZ_Íé©VÌ#Œí½pÜW£Í]BS7÷Šjˆ YË4òci…³–AíW»\\ÎÀ½~Y–õW4‰Í#a0Ó<ùg|.J¥øºDS‘ôy·à\0a½¿e¼®ƒ÷æãÔ¦G9~½rsÈjJÐ‘OÆè½Â}ÜÜÕ5á›eÿ3¹Ù3ÁŽmhyDæŒQ(½Ä¤àg^ÏLØ\\FëqA\"òÇäýÃ’Á@ï½Ò€Ç[;žK¨kq?Bæ†yÆ:P\r\0ˆË!—‹EáÃ½Ò#¶‘äMOz«þqšƒŽ~…íÎ“8é°,Äõ„°½ÕŸÿÌ/äÞ¸j!TˆŽ¡¸«ãNTØ­¡×	Óâ“½ä…¬+.SÉ^Q’iÍ¦š&Ã·êÞYX1\"”ýƒì½çŒIÛ+rÏ|ÙwÔÍ‚T1a>00nio½ú+Ë\Zòoo`üyfúnÑyÃ=CÑÎúÕª8:÷Î¾eZT£‡ÕWÍ0w XÜ$âq/Â£‚1Ž»„½S4¾ûiÔj#ìDÏê¦Ë]”ÐUuºü¤_ˆÉ(KÁ¾œ-‘„«ÿÒÇn´D(@½ˆÿ¸º&éƒ6Þo¹Zä&µ¾$ÂÆbÐ³¡XâŽ\\mfkJã—Ú“­IÂçŠÊBá¾(ð)°&.£}‘_æjÎh®F(®™œÖ«‚ä”ö]¾*|WjuýÅt.!\Zf=Î>/Î\'ñ¦ü„^O‡•o¡¬ÓE¾;3\'Ü(?¾óŸG>cgÊxªW‘Ê¡§ÌV-ïEê¾ArDx±Á•+žè+`Õc`¨/[¦Î‚î-ùJëHÚn¾OQ™…þ†„_÷*‡}ã£ƒ³ÜŒ£Ž€ýâ|¹¾QÐ‘¶\rq-F‰äóVÆ0´€šˆ@¶¹¦ä•âÚ¾TÙ†ùìÑÊ\nÞZ–•~ \Zó—,oÁ{õÀþl[¾UÖø«·E¢X}AJv¸d\Z´¿<`eaÀ¨÷¼¾X»ì9$GoÆÏ)åÍÕ¸r?SŽ´”*Ð8ŒqÂ¾¬m¯)qpùìßôpJÃNnxh\Z‰a±Ä? Ã4š¾¶áø»FsfYØ2X7\n¼@k%|/å@J:y¶$Lq¾¸rh)uF@1ãþƒã¤ùƒËž–o”ßA<îæüTQãÇ¿\rù94Jbä© ³r\0€ìª1øõÝLL¬ƒ†“Ù£d‡¿îO^,ØRºô§N¾sSnì/Ä§¨ot²öUö¤¯þ¿$D_‘ýP!ã†d\0LpÂOk7õNlû²ØLn\nq¿&x2„ã´Ûå*Ôn¼;Y{šíÀuDWß[Š–dêgý{¿dœ ÊBïsÈûùn·ü‚½ˆ9¿­“içãS*LDE¿$ùƒƒüApf­–l_:YTÜ^,FdÎ”‹PÁÜg¶E¿˜ÌƒV˜À§ëíÿ÷¥õš@P¡8øí‚S0šJÈª¿Œ’¨¨\"¤€>0ßmT¾‘â°ÍÞÿÖ!ã\ZÙí¡9A¿¥)Z/ˆÔ@¦·*ˆ6ñyêR7,ä“¡DÁà¿¢FÙflðª~£0#´F¶©y®Wy©•$ÁÀƒ-¿«„\rm–îèÔ}QÏ4%{Ëâ°{`ƒ\"2nEÝ*V$‹¿Ê·Òx¡c‹RYK¹¦S¿«M¶´‡O-ÝvY¥› Îð|¿ÐþÏIÆ€^Q.a²W(f›Ë¿b\n‰;UB¿ÞÃgùnÂ½ŠÂEã•9À¾[9­|<C+~î¸T¡”¿æRBE÷´ ÏüÐnH.ÑVR3+Ö½½fjÂv„“5¿ìû+i#\"iR,k2qÏX¿8	Ö ,It8™¯Ò‚ßYî¿òUNê*‚>F‘ZÐ’ý-úzµ¹ÊÁ	Ì‘²TûgqœÀüŒÿ’Ü§G8)¡NÜ*è¹‰àèü*01ð‹G9À!1òßåÅ}¾WŒ«F°8¬|ŽVaÿØópVâ\Z2ìÀ$R9Lž‰ÖG&m”[¶Óp(šf$ÊRËÎzXÕÀZ8t„§þÏ80pV¢Ûg<é\n¢­E:0o?ò%À“”Ú¡cÖàOˆ\\Þ±Dið¹¸c,7[8ƒNGs?À é×Êÿ3¤ÌU‘Qf~‡-X5ÚÞ\rJËVæÚÇÀ£-ðˆ«c%#ïepž~ÀÖ8Ïš]kÎd÷nOÀ§æE‰Å¢”¤7˜¨?>¹»AòÉ2N†pñ$u³ÄÀ»ÖpŠƒ6Y¸¸`È»Íÿþ#¹vñ˜Rë0u^®þ/ÏÀ¼\'~,·èÊÛsJÌû$¤·òTl>6ÖH<ÀÀoBr[¯é°n×¬©*ÂªX¨zâ‘\"ÃÊ£›YÅÀË_£à”¯<‡³â‹\'}§™Í@iÉÀXÀ¼¢^kÀ×VQÄþà=Ê§‹!Îàùá¯ìô±d€~¹+ËOÛÀê½Åiígi!ßÇøÌHÆ\n\nu+o}¢Ð¯n€“À¹£Àë¹˜¹[€ÉhD—e–(¯ÞfO¤[Ï“v¡À÷©\ZædŽÇïq|j?RŽN>‡AA¸{z=Î\0t÷ÅÀúWs	aÝýiÕùi¿W[/;´‹q‡P~ëSr|žÀúL¾¹ü8ÇeßV@Ë5œœœ Ãè]Äû”U°žVÁ1Nk™ÀÔ†	§3OÊ‚ÑÂÙ„“ò9kÇ‹L[ÁS³‚8,ß^+î¾\\é¯Û\")>(JãêÎû‹,ý­e¢ðÁhè=Úá›U—P|ç…?Å7¿²ÚÑTvA2YB¼\\_ŠÁ†‹´dÕaê¥åŒ!›\"“QYPÂï56#ÿ*Á­Oy½Ô¬,°œs2Œæê˜áx§pFõ—T-o¢Á°u	ªTTï>ñ…&W‡Øm¿_îxËÐ˜4rþkƒ)ÁÀqºuÛëF¦@IetÊ°·K¦c5gr§µžk¯Ù¾ ÁóS–d¶1DS²™ËëZ‡Ûó”ü–½\"¿¹:4é¸ÂR¡ÎsïËGW²ÔÄ—TÜó\ZZâ¾Ô%²À´ëªÂu¹Ý_¨÷H\"È®¤ïßV~	0‡“Š0ÎjÂHbÐ½‘\'ö`”/Þƒ}XÓ3ª\n ßD{|À²‡	ÂQäýaK0Rb=µô¨â«Ñ¶Xï×®,c\n5iªk¢ÂhâaßŒ5©úÕ>tÙŒ¸^8B’rZâ¤`^Â‹ã=1¢{KÒôÃ	œ¬~žØ¸1„`\"ìL„\\|›Â–w.Dk€ <Àÿ„á d¯Ãðžúr‰¢Ojñ³Â¼·ª¤Úƒ(éÅý°)#}µŒžGùl°Jv)Â¿<Î~üÍ°zuùh,yqpåhÓÁ½O3A(æYÂþ)Šsâ³0J/®¸@Ù(rO| A®>m¿¨/[ŒÍÃà*nB_ûRG-·YX‚Î/ÂŠ”ŽZŸKî¹qÔ0ÃÐ$…ÑHÂ‡¢ÛÊÝ]po=\'søþÊX&Í‹EˆÓ;\ZÃâ%¢*Çjµf…/Æi¬>‡;õ	àZ¸ó¿\0¡¾Ã*sˆ\n¶7)ùþ]Vl^BÃñü—>ææî¬þœ¡ŽÃ-Êt@“€^~¿«×Wá-æðO&4#Ãh{àIlòÃ1ø@—lhbù¢®T7a+¯ÄÄÖy$½ý[Êã«7´·ÃB¤7kÍ¾3žµ’K³¾Ëd\0Ö.eÀ‹½^7AAßâÃR&DúGm1eEšê¿:Ã¢íõ©…¡s®êl”ÌïÃ\\ÇKÇŠ­œÁmîÖb\0™V€Ù96 ¸—\'¼?ÐnH‹Ã‰ÅvÙÒÎþp\Zß¾€­©Váú‚ÛˆZ6ñj¬j€Ã‹ã±H%¦ÿf¦VŸÖ—·ôM^´Åÿ^4Ì\Z°£ÃÏÎÛ•t}ƒ‡y%Jnâ„æí<ñ†~ö…\Z­jéÃ¦g³½Ämp(_ÂYN³Œj‚s>šþ¶¦ÂESiÃ²\"æÛÓƒÆ‹»äÝ—T^ôÞ‚¨‡¤µÿwû ”ÃÎð]EÔ«è½™â.ßF=|²ÍòÀñÕÖÞàÃýí•V?\rå&ó²ÚÌEHDu`¤FŸ2¦<Ë\"hÄÌ×Ö­ú¿€²ÑÖK€Ã&RsÄfiK$øcó”—N\ZhÄ	9ÿÒ­’¶dÐˆV¾÷oß¡c¢8Q§š1E/Ê=¥Ä\rX ¦Ýƒ	h^Ö/÷WXgjU@Ú6%±›0I\r÷Äâ¼ÛD4e6ƒSðo5RéZfÞ±îÒ<Å¸vÆÄ+v‡Dö·>ÖÜm\0Ùü‹Š³Òa)Èä7t2ŠÍ«AÄ:®õ©ÑäðÁ‡yLÂª%XÜš¿lYDºøŽÓ}Ä;7sÌ»Æªû±„ô²?ýð±£ìÖÃ­sÍ©5DÌÄL Qù¦\n(vÆy×eîÚr	6sÍÙÿ5Q¡Z_^mÄ]®#knn\r¨¦ÙÄñ)Ö1­:¨\réxÅù¿g	àÄl¨!÷¬Øœ„S\Zñ©»c/$.BE½k\'ZFyö|ÿAº¡ÄvPUIEAL`¬ L_ùá2,õMtÖ)oáf.Èz%Ä“©.ÿp!ih08¹ÌnædÚ7Mûlþ›òTçR ßÄ•†Íx\'ªu~zŠ‚¨­…¢e|º\\EèÄvÓ2r·òÄœÐv 7“¢g‹iU÷eÞ«tÈ¾¤!Í“<Aßa‰OgÄžŒÇ‘ãK]Q_örŠoÐØèžXÏ³.úÚoÔÄÈáAÌ³\r÷ÌîÙÙ]y ëÅ~1]	L(p_ÇÇ¼Ää] p^´†‹8È×cL‰Ó™®nõåR…Í\0ŸRÄåÜ\Z\"Ôö\r h÷àz\ZªE£’S)nnMRŒaÅ\ZpK3=V#ejài×N<’VüÀ]À¶\Z˜År¶”?ÊÉ_}ƒŠ9z¹ÐÁÒÛfi·•`âÅ.=ÿ»m˜\Z¨Åláa<c†GBžÃ\"$§–¤â)ŽÅ8¤Æ$W–ä**„fè±S/‰,Hóãk!]\ZjqÅBàlãú¹À°Gu%ö?ncÖòfd•vä¶ßêädÅGB–wÛ«ÕiJºOà×¨Zì@ž-½.³qòÅHØx7©©û®¡„\0Ä;¯4\0•Þ\ZÝoÖRD­•\ZÅJµÏÉv\"ª(pŠ­·Í{vƒ;÷fË‹ ö&UuÖuÅUÿ^$dÌ`ã·ÏóŒvŒî7îfErRÇ-üyÂÐÅVß*‰Lg®ÅbJù„êxÈß.g0Vìƒ»ZesWTmÅ^²\"¾‚Q»ÑœG(Í¢Ûe²Kü@^¦(1ðÖ]! \'\\Ås™¿rKªSÛáèÐ#A€/\\Â\n¡óÍ\Z\0Šc|fýfÁÅ›<=ª!Ó-uWï=«T\0ùc¥á„’ËF`”±×¹Å¦O­´\røÃ¹¢+¾\0½Aö\nN8øø¶Œ5pÅÂ BŒb÷tVV:Ï¨<(ôîyŒÄk^¼ƒm¼<üÅÆì¦e•é6€am÷Ô®œîäúR%M1;–¤ÅÑèzDk16§âˆƒ\r BXÑš˜§z°y¡õÞ—ÿÅï@t†!0¦%äÚ/;¤+(Ý€ït\Z•Uô)ü²ÅñŠátäÿÎ	-²¦b[í)>°×\Z\r¾Ðgó¬6ÅúÚß·\\‘qÅ÷-w\'ÅHBàöKùt99ÛJmÎæü|qÆHƒ\n© w28+ÝÃl r®Ÿ¶oëP@üs>L×{¢Æ4`ôDÐÓMï¼ÈçÒêµåoœ°aâYÃãmù€ytºÉÆP*ôÁ\nDÕ³0AA\n·k´z}Ñ*ç‚$üc†ÆSÑ)KxX€®1ÙÿØ×Ó¼©¢ÅËÉÝ~ÁðÆbÀüÓÝ¥ÿÏ9½wEE3ƒ²ÌÉ|:Gä¦u,vÆlÈ¾lÁ™td±¢“A±4fè–ÂÁ@HÙòÑeXqŸÆ\Zd% \nØö[ÑKn®Ž0ÁóÖ!ò–õ&^¶ØpÆ„+ø•ßÜn‰T\0¹•ìo<\\?³Õ_.,¹OÓ”UÆfBÌäŽà±ÂÆCöÝ<Z¾x0‡ÍÙÏè­ƒÆœ¾î´5-ÀZd«Â“n3ÊI×ÜÍ\rC¬Ï\ZHùücAÆ¨žf}û¸À>^zûT«RsEyø»º:ßvÀÊ‹8Æ¯—<å„1¶´Ö³Šðƒ-…Pßf@ˆ§GÊ\rGàµyÆ´.× g]¬Jz¶ƒ•`’™Ø½¥­$LóKf‘<ÑÆ´sfçO–CÔ|u…Ìt=)ó´ü«k% ¤Ya”@ÆÓÅ³tÑF\\Ì\r€?¶ævÃÑôWCYn•qCÝÿ}8|ÆáMÓ\\¡“<d^ï\"Ä…’9Þ•„A†¤Â„N‰Ä”ùÆæªòœœ é\\bæZá‘_¯u¢C¹,PI1à[\0å2‰_Æè³H9zn©Dž¨	¹·•rY[œ¸áÖ\"?¡\"ÄZÇÿŠcñ¦±¯°gœ\rÜ~ òÒÇVÚáƒ5?ÈBÔÇ $ýi1aî0EQèaQ›‡¾â“Ý2¤šFÐ\\>0Ç/á.…€\nwŠÇ\'”‰O-\\mo}%-“¨\0ïŽ¥{ºÇ@—£Á\nˆ{éÞ	Ý’Ûéõ­åS/Ç-6RÆÓŠèØ\0·ÇY\nç—¬ó™}K´ÅÀñ‚ÇÂ³öZ?¬Aâ’,\Z©ÇYáêum¥ÚËÞ<slMÆaPL/é«+v™wdäÇSÔzéÔQÍc\\ìN–õó§äæ~(fZFÄJî‘~\n<Ç”ŠYðMÙgE+ÞUäXÛ57·HE´¦htÉ6¢îsŽÇ£º@x?ãÐLû·HeßxºÝ¸q’º*Õº„¸ÇÇa.‚ýdNG÷í¦kN×šíPõ\'“hH>[Ò°ÇÑÂ[g¤¤-éÂdû­9#	‡35¶{¢ñ¢¾êGg{ØtÇßöÁ<ï¹y‘SÝ€ùà<Ÿ³†NÏç!)ñvÒÑÇì§øXù³^Ô\'€P¯1|Ñ€8&dàÄ–KÑ]ÇÈ	’ÒÅä©ÀE4vó÷ú×Û¬„Š€>t&gâkÈ\"ŠºÎ\r¥+´í»fUºÊ°4ØxY¹*RÄÞl¼Õ£zÈUªcÀë\n5¸K™™‘€éÈ··»»84]$Ë0T`1ÈoôFûÅ\"—¯&Ô\"9 ªÜÄ(ìœízÎ&ÎåÌ±ÈuÃÒÆ§åÆçžÛcîáó¯uÔj…ÍÓ„líûtóÈƒoîg•´‚Q’—„ÑíýfåùßðìEñ¸-fãÈˆ„ØIy\0]QÈá¼£¤Þ(™í®ÿüïÍ²ñÈ³­°(à^zqp}Ù³·?è‰{.’ò¼†Õ™GÇñp€Èµ0”•8ÐÈS9ºM\\Ô1Ö´nƒáž Á/{³†4È»IŸßÅ”»qÒdÂœÜ<ÚPlÙmüì,9/,†I;?%ÈÀû½y[.]_zºÕaZ%ÛUò$DW-ê{Îü};¹yÈÁ*¤0Õ›sÓ:@Ò&¡O\nÎÑov#žÏ½0ÝÅD#‘ÈÉ#²âa~Â7ÔºM‰ñÞ§/<]¹ÃçFtãÍÖÉ\"ÉO`3±è‘ñòvTlËïÎŽ§Â‹\rG˜ÞW«õ6É,®Îƒ_¤šœ{â*‚O%E»ƒûHL\rjòMÉDÑŸÃb³SF\\žv©¶l%\'ÏÍ°^³3ÉEŸ>ëúË‘§ÁYÃÀ,XñóžäšRk¡õø2˜úÉQLéO”¢Àí’P »÷¯£(çû“ðèmŸÏ|9p¼ÉYËuc¨‚?-ÚâüþÌÉÆFí½ÀÙ=Dq÷¸JkfŸÉ¢úÂ::Kqî©³‰é¦3‰úŸ5ÆFûpu@ÿøÉ®am†€È™§@•DŒ²m¤PØå”óÿJ‹ë¢É¯	j[IY|Ô²ìªb‘X$n°´…G>Ž‚²ÉLIÉ´ß10RzÊµ°†g\ZßÔ‘7¤„ùÈ²ÓûàÊª%áœËB]gë\"`.EÉ¢q§’²çª×à-C·ÎÖÊÚ9šúÿ6q ë„<R†_‰Á\n‚YBbÖñëÄS\"¹BÊ-+GãQ×JÍ2²ÙÙ~snmàª1+ufÁ\'sOdÊNðtk½«9^{¬­ýsx*Xà®\nŠ—ßb¶s‚¢é·ÊQÝh\Z÷P?ôÒL·±°y§8úß&‰>ûÚI¬¦B+ƒaÊwqËïŒ\\…ÊN];L?sBisíØƒòóï(Ü€ÊzHú»Oˆ±?ªÑÛ·¬‚GØÛ Ô™Ñ>Zÿ“	œ~êÊƒÄãýyÒg-ÒéŒGyv»mëÿ\"å”GB&i¾7qÊ¥™¶v2œËZ‡ùÀ}K_³	Þj¸ÑæI™l0”9ÂRÊ±~o©ã2\0“?S©V=«­÷¨ZÌæÁßs‘ñÊÆLMkþ·;PÉhJK{’+âf‰0Ö|°#½›8•:kÊßéÅý ùòßªGGß0hø‰ÁdâréŽ„…\nl§jßÊãs!¥Î~éøBÍOlÚ;iïKe?¨>VP®bAªÊåyí¢+ÚÕL/S©ÕŒ‹$.öbnëeÍžBªÊî‚xÙM»–gòàþFÑhäWõÛ~d\\Ó1ÉaÙ\n§ÊôTp@æÂÇ˜vDz|¶3E6’Eð¸	jö\\ÄP¹¶(ËgßÚCüŽ?à#ÌÓ$/ëñªT‡¤«èA}åû\\ËDUÚ¹^˜±ŠŽ\\æ¢ÛmïÅ$ÿ·Io¢*áº¾V\0Ë!ë[… šÿ#àÙÞ‡´*\Z«mhø¿¥p»ƒ6¯oË2&™ô\\+ÜþÈ\0P<IYM ¦v¯ž\"ó¡	¸ªªXË8Ídˆ9#×ZËÑoÏó\nT¤#ÿŒtÿ‹Æ9rd77¾Ë:²¿Ø#!”ºµ]6î†£I´03û—ÇÑÑµŽ†!RYË=~×Šu(î,£·\rºD¹íjTæÎûO®‹•~\"ÙLËBUx£ØÄlrXw¶c¬ë<Àz!\n’bïOð¦¹ËpÁ¿L35pD^8ÁDX‰ŒÚ#qÖ»ê«Þ\'ùfƒêÙËñã.N!¢­q?M£†Ë*Æ]Ùá-£ y3,4P9Æ•ËŠ“%(½½º³Ô|Óâ›©µœÚÝvq\0½å}Éêí\\lnË 9‘ÕýHŠœÇ±€Uh¸LgNÄ{1W(–w£\nÛËºC¡ûÁ„ü\\Õ=•vp°¬OÃWó )‡ë[îÐ¡M†ËÅÍç2êÞS˜­éÝS{zb½þ-ïÍ¨¤ËÓ4]?¥^Dk=3š!©Z=	©ÿÐkÄñBÂ§´«ÃéÍËÕ*P²¢yX&%¾0VõúÉÚþ¢>\0ÙVûKNËô\"KP´¸K…/+¡Ýˆ«R$ùfßö!ë>ŸÉ7ËôMiéØì_‚\"ª4†ŠÝ	»»ZgÈþ®ŠƒÑ\"aËôxh\"‘‚Œ’\'M÷iø5á5LˆÞÒÆÙ)ƒê¬\\eËûŒVAÎåšÊáþí7”Äø©rdÅÆmÊÄ¶beÌúT¼©»Ó,Œ÷î—WMz(²¾Ç=ÇŒ	ß<Ì5å/Ÿ#P…N g×z\Z´&°Œ¦Æx½Š­?49Ì<c\'‰c:y4ÎOg8Ä²FèG\0\nÖ£Z7|öÌAqú+SO\rÎzÌ~(ÇfÆY²êàaÏÎ¹ý£y=A\r¡Ì`œ•]Æ¢ VÇ]¦„×)#–ûÂdÙOŒX1¶¤rÌeT8k“,Á—YžàÁh\\ÀºcµúYNµ›ÌiT7v1§X~J¢©£´éƒõ÷¨ê=_[i„\riJéÌq¬Ío2æÒ‹eŒ}¤±ÙXto|zJHãŸÞ°žæ>Ì†FÃ±Ã„#\rb4Á8îæL•IŸÛµ©?á2™}ÌŽ 1‡B›èSÞøîb`;\0&:Tuð%°f^Ú5Ì“>-Pc/s‘rtæ§)¬ÐxK>òl$,¥\Z±´øŸÌš×çQÕ\0uû4J47²Á:ÿ\"R,6´µÎ\0\\¼–Ì¨†tž«…X\'×JÜ³Úaióøm¼é>#MˆeÖÈÌµò¶ £±‰Ý*Ìo2Òd»‘¾*_6œ¤øc\nzpÌøÌÑqÀJÞ±³¯e Xí¾¬{~k¤¿\0aÖ’9¢ïpA¶ÌÛ&¿ažÑ&Jù_ÌÚÊ\"OŠTaÎ\n¹ž­SñÝÈø.ÌÝÆ7Ä®Xþê¹è`j\n¥föÊ}‚DåEr½ÌñF þý¤Jï?¾CÁöËNÐ¢´rÉ7ÞÔe§AÌôVk¥Âƒ];ûYÐ¿Eä™¡m6%\\‚3deœÍ\n¬uŠ8K°8BT×I)–›ÛW\'÷–À„Ž³|ª=Í«]m8Å‰”­n-`¦u–&ŠtÊîßœ¢â‰ÃSáuÍ¼j2€kpæWì6—{0@\n-“¤¥µt9Í$·-ÏVrTÂsYÝ¥¬/÷Øåˆh)ð£`ô6¹Í3\nç\0fByj­Zi„Û\n°FŸØºØÞ\0Ö Âµ#Í7Øf„¢œêÔøhCaT\"Ñ‘^>2„–´^~\"¹Œ-ÍI-.—§¼\r’Q1*aä÷	D.Ž…6¬ŽÝÍOGÔ\npÌQjÁ×‘8ô.q}PæÒ©ËJ:hQÍyyf\\uñ¦á:ôÑ66k<¿RV8:xêÊËÈ‘ÅÍˆ{g-¿Z}³ü^0:‘~¦É+Ã>‰x[¨ÇPÍ¨œë—8àQòÌï\\äùÐfM­JÖý’õþ¾¦‘¡ÍÃJª8¾šGš–\"œçƒŽN/6åÊj–)RVñ9¦§ ËÍÊyOóñRv‚ÛnXÄ3§f%0y8x{¯NoÙ:KÍÑ°—¥y+î!·1š±ŒîE†æåÃ€í\'¼¿ÎU¨¡ÊÍàÞ %Ix¼ž½„`¿ù»²’ÑLbðÉšÜ[_I%®¨¬Íä×Ç†m_‰|SL¬•¼ hŸaÑ\'\n¹Ð	(Ó\ZÍõ\"f_Åi\\µ›ƒÂG=X¶1±å¼!5»4ÂVÐ?g÷ÐÎ!Ù©ö!_#‚ûü*Ç“³Úç¶B	:¥ý’_Î$ÔÌ»°{Ï›àÊî‰@]˜ÓŽÁSŸÆC\0Ôà3éx—ŒÎSœ§Øè\ZN½ß| \"ˆhek•>t¾3Sÿm*3ªÎ^ñe®9|#Uê«6UOµµ¼ñþTb¾àìo¡¥~ÎsÅ/Üâñ‹.y±N+4[xV¼˜5·+D”\" žG{\\Îu-TÆ©ºÅØ\\XÛi·…ˆýÁ{Þ !7)÷Î{d£2SØõ¡¬¥¸gzfÄžóMJú±KKY1ã¢Î‡^\nÄb—‚q<v`x¶ä£K¤£ÁZ—WŽÏ>°GwÖÕÎŽÆuæÜLÒ%ç\0ý‰ì“ûƒÁÊÍï±ÏM0û@Î•¿NÐ:ù9ÉÿR¯}³5U\\Ÿû_ƒ…^s\nÈ|úÎÎ—¡ù)ŒnS&[{T.€·6Yãîi*¯H¯óó³çY_Î¨š4û—O¿¦o„„¬·aRË¯§«^Nrk/5âÎ­wJ.Ö¹¡‡Òˆrï²úá~Ñów=4ŸjØÌÈÓÎ®Oœ†O®ìyƒÂ#M¨«PìuæbT2.tÝ‰Ù°Î®Þ¸F¯\Zg¨T °‘ËïäiÈ†0bòwôiñ¸ÎßIL™ÇíŸ\0Æš›Ÿ|„Cþ–Ô	&M6é\"E;Îúâ²ži«`¨n7Ì(ü}å¬ú9‚/ø#T˜?ÏDP¿X`þd¡Ó‚®óã|ÚÑ›:Â’D˜3ãCÅSÏCŒklS“´tÃUa\"6ôkHD…¢¢UŠ·xKU¶>5›ÅÏJÊ§ê·-ŽL‡E»{_Eƒ¹ñ\0§	ú©RB¥}êÏNÅs®EC‹%ÎÎ\'õÛ“ßŸRf¥?’\rˆÄÍÀÏU¸neˆÐù“\"Ÿ4ˆˆØ\0Cp/à5éûÌý|ùÏX@ãºªÿûgpü.§¶\nÀ5_ãUqÚ s?K3ŒÏ^ñkÇ§!ð\0Þ¼LÍÞ½\r‘b•Õ£çÝ­,Ïl™uÝš·àÅ>Ê-´:„‰[BÇ“|*ïC–Ç£@Ï‡8Ù7!ÒÚ\" (åRÏ‹‚–2\r\Za­DDŒ{…oàÏŒž=_}³+~òæ½èÀÎ(Èže¤ìvrC[mâKÏÏ¸›ö$ý¸âaÎŽ5Q¿¹ÃÖc¸›ã‰Vjv…`dÏèÈŒ÷mm„Y³×ÀQ,|¼:´K’Ê’º%¥DLÐ#Êübå´XWbºpú?²Íÿ\n©Q¸@xËHcëÐ*XÈOLëÞa/£öÕèö{Ø’a™·wn\n——yLÐIàF³Þ)|#¢µópš±SŠ“RƒNbTÿ—isÐm¬óT¶ÃJ{)AïoÎÈnÎ;Œ9µ%¸ün[:ÚÐmö‹µútØûÖÉogæ87ÝPÇvÉZ:ÍEF¡¼úÂMÐs,–¶¾æÁì6äÇLb!’G3Jv^5KÊ`GCÐŽÈLÍX]½\'kªÒAûm”]·¾›J7ç½M”B©Ð”‡lWh‘<S§=åª\\ù\"0 €iC™DMÒÞq\Z¯Ð™ ’Böýz\Zã•k VÜÚòw¨n¯áól)\rìÐœT±ÑFC)k|šÆW³jƒÁNÆÉ©Z] /e{Ð²e^½²·K\rŸs ;Söe‰D+ãVc¾ò,/ÔNÐ¾‘;ìc\0×„5s+œ{ƒu‘¥7”ú·^“ìŠÐå”ß­kFƒ5-nÍ!íx`Ok´ŒsãŒÐîu=J$˜ u	š°8âöÔ@åZx`Þ÷™#Þ)Ž+—Ðî™p­oáPŠË¤hzåÂÇY÷‘[|`ýà;]·¢ÕÐ÷@æ%T‡Ä·ìx6Ò’O£Ó„¿9Ä„’ü 9.z8Ðú¹á‹ÁXË–<R²hÊ#IJç‚á* Täqª²\0t<¤ÑbŸCK7j¹BœYíCÄn‘Â»ÉÌ¹)B#)öÑ\n@Ë}ãn¦ÇF¯ÉÎ>Ûk7X*¢úveÓ{}b‘¡ÑßÛÓI¨ÆñP0Î¹o-Âø¯„jÂÅòCÑ-û¦ÑæW¹ÕBBu´„ÚîžsÙ¿	#gÿ2­&º*Ñ<ÍÔžŒ°1ÉúVâ=¦¯ô(„Œ¦´sSˆúl‰.ÑBå+u€\\íÛ§ãƒ-;í-R8kðpŽ§4C÷9ÑRWJÌ¡f+V÷¿UÍämúÒ9jŒÔOø§D†ªÔíÑzqè”·‰´žƒ‡ò™gƒ\rÓ’dKäùô:DÑ¬Þ¼.áA¨¼ŽÃQ„¸%8;+Ã[}©œ2\0OŠÑÂÁ\nqbm°~	+¾­éžÂj¹DÉÅ§¤É½²Õ5¶hÑË«\Zx$ÒwB|9âW©8¢£gk£8Yljüo™Ò\n`Ê\r$%ëeG\Z°8…	cbÂ¹#k ¿uh(\\åFÒ#ƒjÔÆóW7äî\"×eÊK´CóÁds’2R‰\'YÒ.·Ä‘3ÍþEŒÞ9D>Þ	›.¨Ý2˜,Ÿ!Ò@%}¿1i}¸.¹kÖ›ükágpÝ‘b›Äy9ÒYÌS‚Þý[œw\0m0HÝ+ÂÇÙ\rq‹Ž(Ï2÷=ÂÒ]øŠ$É†pƒýÎãLdGßa2¾x±Ü~eì_ZÖçÒa5“§š«×ìÐªøÚ¹-á¥{øé˜UŽ´VdHÒr°ÏVŽ”(-¡W‰ß#Qî¨Šù?`G÷uGp~n-Ò“Djk“Âÿ€h‡‚¢ð¼ˆ)…fx³wÿêËêLQ»Ò“–saŒ\"Äo?á†ûþÐ©£®ø»˜Šc9C§‡…öÒ§‚Ø1 8,ã©^¥2ŠêšyÖI˜Õ[u(¡ÒÃQ¨ “-¯yj™Ö$ie‘ÙYi{pØø¹’\\—ÒÅ8ÏöæÚªÆf.ç$F¼õL6wfžj\\½iÓAxkÒÑs·tü„~¤ÛÕþÔn§Â¢^ý2ªà¹™ f·ÄV)ÒàÊ*^D.oÂáäRí|Dã9O²•4[žJƒ¿²Á°Ó	\"­<ëòÊÆ¶‡‹Š2»î,*¥5µ÷pÚG¡ÚÓE¡?‚‡:íÃzMì$ŠÖîq·eÆ­b€a2³E!td¬Ógj\"XkÀ‚‘Œ»’°séÅÞ	&åQé=IŠÓjòE‡NÎ7Ž\n;Rù®}l¸þpfV–b‰m´¼‰ÓmÂÿhîc\\µJ¸Ã×ö~9‘HíJ¿¦$[¨«Àx[ÌÖÓ~Èm/æíûÈ¶”ü>ßÅ©T.)–,l¶;;¬o[Ó†ÜË‰DŒgšu\nÄâY2.å‡C0ÃŽMÞ(Ó‹;sd‚O¸ô&hÚgC0–»¶‡u!Î[+Ô\0ýÓž*Ø³ÊêjEŠW§;éÞÙä>$:ó¿Ìˆ4dÁQ+aJÓ¨+±`qs•{9¿¬„OF’œ°x¥vNms‚ñ{êÓ®ÁÂ¾Š&º¼Áj\0Ðv«S ·âÀúûÌì|.åkÓ·Ä†“{çº¿mÃ-a.G–ä¢ÇB1«ÿn—·É×:sÓ¸ƒØ9—A!ðàÖ=ÆÀ‘×º…aê	òäLÊP:ÓÍÔœ´í÷éÌ¶:wyjœ=º¡üÒ•­ÖÄ«6xö½¼yÎÓ÷SÌÅžœy[9Èøå l:èZ=ÖÍæóÔ?V¤ºÇ2T%<Î‹ÌªÒÂÑ¬½J±ÚÀ’Ùb‘+•Ô/?BËÕ<\\Ï|8èW)\0Æj|·²¶(	Ëy¼zòÔ6§•33Wq¶\'§Õx¬0`¡CæõAðW\'®>Ý©ÔK‚ñá•\"wª-\0CÒÿ˜V!ôýŽ)3Æ§UÕ§yâRÔœI|y\'ÛÚÿñ vädñô§ÅŒ#ÞÏ®t™èÔ¥å®‚³E¡ŒO1ø\":©9¹¡(ñTQ²æ\"ŠM4%ÔÁéô&r’OÐfA[È²4ªÉÝqU}Rà\"¯µ³æÁGÔÇ„ÆøéL¶g+¡\0vÎQò§v1°“R2ß¡ÔÏ/Æ”Ù~—Ïž-¼\\Ø ª\Zû­@G>âØÞuèôy‰ÔîËax³òn`ù¥fãw?Õ6y}>ÒÜm\nM×æ–ÈRÕ\rÐË¢ÊÞ\Z¢ÕN‘tïºAœF˜A\rÌ|Ö?¤ÓÓü«Õ\ZVËòy¯f`™T‘Þ°ÑÃ˜`‡ñ¡šÍs[Õ|œCÎÈIûmÅyu>j„©Š€™Ç\"¦eû[8%Õ\Z\rúÈÛÎäË¤‚\rN}ßR—ÔmãD<ÕkåžüÕ1¨\n“ù%¾DÍ{RÓ¢\0›M+ÚÎ2ÔÓ¢€ÌæÕ;ß\r´MÊ@†Éj¥ù˜c£3.·RÃ2 Ÿ‘-ÕOeZ}{®‹Ç 7 tBR#\r¿¸\n0f“_`Û½ðÎÀÕ\\É\nð}(“nÈaŸ¯îw×Cð9‹-A–šIQE„DÕ^³Yl2ÿ¨ÙJjËf\"3¹—zW£0Y®ïP{ç”{Õy„Tzwƒyj†m€ÔË¬€\'äï¨fñäÚšGÕüÄ’õ×GNÛ2’õ*íœRmWF~„mK$QŠÕŽ1øç¨Ïm.JM\\kØV¾?1 [`u>\0!,»¹Õ•¿ð¬Ê>­oü*ý®å ,_wE™ ™Ž]I`[3Õ–érÂ\r¬§GÿVpGG¢×ÝŠX3íßø€›ÀØ;Õœøºã5IË†ƒÏð3Õ§KnLm\\UîkÚJØµlLÕ¦‡`˜A»^{·ÓãB»ÿbƒ\rNÆ¦‹€†\ZßÉÅÕåJ¬>#ó\nñ\"7¨ñï`)Šw¿Þ1ª0.Á^RÕ÷bÇâ†ö±ê´šfÝÕŽÈRS\r€ñGñ4åç‡Ö(¯¹!úOX*ŒäöùŠý¤Ò7’A©òl±\"‹ÉÇÖ&ŽÀap6f±K)¹^o©çOs‘<«—ÈêA6ÂÖ3æAß¯†%wZÎ5-DÜÚ¼éîé@ÞÀÂ—°×ÖJ‰S›\\<‘CÞÐ=s\'WI&\Z‹(þÐðvaToÖOá,\ry\"¶ÆºHoëõS­vêP	¾SKÌw‹cp­ÖUô%(ÜláfU}â­æçñ¸hùp2Ùÿ+nDËÊ­Ö†ãvBÇ‘dX ±ç1f­vH¬ŽÍyÎ)ñ«lÉÖš‰ÙÄƒ3Í’€\rÎÄ¹„©ðîè’TNô3À_*˜.Öžê£&úu×ržÌö|ôÑÖi+Q­`Å¸M1¯UÖ )–ø©í–8Öôl°÷/Zà¤Rö=²Yp…«ýÖÝO–¯2IûÑu>&Ë·À ™èuòUµÎÄ–ƒ«ê{Öæ°x`Ë &{;«ÙuÎÕ¢µ.Àç÷¢Xù¨vÜa‹×®‘§kdo\\•¤æÉíoè©ù~(yØ&j×ÍÂF¦×ƒÒ%¬@¤I¡µŒ(ª.#–“5U[Ö‹DB@ö…i~1”×\'7Ã–ðŽ\0ñW”ÀÆ2j—ñÌÿÊ™úê„ÔÑ{`€ü×01]!Ö¥\nÒc3*ÏÓóaVÖ†e¶Æ—ÓÈÔŸÕ×9RíìOt\rÎC_Þ×ù§Ü4cØzÿ¨S†ÞâsÓT×Aq†cÚ·¿Â’59«aýOöùëÒ„ê?§t‚ü×M)†P­HŸÙ¹ÅœkÏŽ%7fˆ+È$Ú.ºÚ~Ó›Û×Mxkv„\rnÙsŸž]%®”³°Ìÿ¡T¬Ä‰Ò©ª×^Å{ðÆŽÝuî×ñíÐÿ’º“Îj-{V¡=OÍ\\î×j±ÒÕ??f&:¦së[#µRDs³¥;Ê…i×lbX‡’.Ó-¬t/«ºy ›ÓkOÕ‡Ç|{W9¿×mdJNRéjœí8?|›ÄH!‰sÑ’i{OT6ò¨Ðëµ×{z4˜8ˆ0øog3œx×àF±‡RòýÇ.ƒè:+€×°É§&ä„‡û2ëÇÐC.Œaº‰eE0ç,9×Ô\'ZS5€›‡ï4ˆ¡G[«»\\e¿€}*<ê|L;÷z×ÚxÕÖx?&ÛøWFèf­=èãxé;Ò¸™.uL×ôš·)Ôœ2ŸûdÇÏL{ù€å0€Î3Ê5¾½Y’!ØU\nhq\\¯®DÞGÛhB„,Ú;b&´Ü<éC­Ø$ìH\n>š‹»‰T¬ ÷EõGâN™Ð`öâ-ðÞ*ÍØ(ºqº¢–#Ôœ‚¼D“]KæƒãÐX ÂÐØJê•n¿ú·piÎ®oÀ§(ËÞF ‚…°ãýrr^$îØOÎ5µöüMÝ&õJúùüDÏKð‚0£FãNw0\\ØPÝ»s-\"»d›,½ä¸–ã„nÇ7z:€nÕÉSKn‰ØSTvàuÈé!@bv±7NgëûVCœ…Š%Ê{øˆØŽ\\Xüâ)ìÐ¨Â®4ÁÊ¸cWÃ¾#E5ÛöÓ‚Ée%çØÃâ/šÞçh] “ÅÍÞ²»#Ñˆ9“²ï`vÚÉÁØßàðbÆ9óN/‘ÞlRýagLû¡êwÔºáQ¦Œ\'ØêbÙ(cÇ/›ï²Æ:»²ôø+õˆßÂî„~ØãäZØðîüµµ²öñ|\0uŒÜ%rvBT‘ iæ‹·ð“óØôÞ‚NÜÉ««Ôýá¿à/¡†=õ–1†ÜI¶ÓÿðÙDj0\\l›ÒM´51(Ráæ;\\gÕŒeøÕžþ$çÙ_,¯j…þè–¶Ãût¢C@÷¼ÏŠ¶ü€‰¶Ù&8H×ƒaq_¤/ñÀý •³†™BuZôÙ&‰?´yØÊí=Ó¡¦ÃC6™d6òmÇ\\´]vayÙT*«f‘Z/ä8†ß¬ÀœU(WòÖíöUòï—{ç-–ºÙVÍ—œÙ8$4§l\\ýÔL4y¯\rñot«f`8†Ô^Ù`¤§˜=¬@ûl¤TzÅœ8Ö)}”~–H}±‚qÙ—ÿÞN”¥šaiËýÛ9U‰³¢á¤»Ñ\Z{ûöÙ˜‰ù\"Õñþ[Ñ,ÙTý#ŠHÕÎ5\0ùF	\rÕRšosÙ™ßý$¼Ñ°„¹ÕR¨ej`^„ª7Ìè‘Ÿ%ãà¬yÙœ›³¦ÿMèó¾9\ZÖ/·´ÖÊ\'í«ôÖõ Ùž˜4bVtîƒûêÕçtk‹À…Ep%ñ~D`%Ä\0‘;Ù´Î M\nŽ¶¿WX\nŽèº¨Ò|Í|3ßœÔþ+ø+¸4,Ù·ªç´±˜1]ùÖ²lzŽ¼bžVPê¹xëÌœ¬=ÙÅ­Í?Æ/‘’¿ÄŒ)å-\'LÔ— xå!ô¢Uw²ÙØ_nFaõŽÙ>e3¼Ÿ;vzšßãtÜåÕPi(üdÙØÎ|\ZVw7BAzÒázMk+Àš¸øOš5î­ÆÍ@ÄÙÝ&}ˆ,pyÆF(%²Ldïö\r*n=YNtÙïª,kšL®]*–º]>N5c	Ynô±ñl)\"†Ùðïqšqpu˜ªuŠ‰4FÂ€æÇÖÝ†$ÍÓ•ïžÚ_Ùp~Ì*Ìß60¤#¤?BTèP„|½Âÿ:ûX´Ú\Z@Öd­\nf!BïŒÏ>j§×\\R^3Òâ¹óªÚŽV™ÐcZ¼Î=.\0…ý¸¦ÜˆÜõ\\º\'ˆÆ,ÿ™(Ú&€ÏäùM1^t&*/:7`P\n¸€S!:úb=¡Ú.#ËR[$V<¢åZ>f+ ÿ¶mÕ½Rh_i;1²ÖzmÚ6@£Ìd÷3×5(•G\\‘Ü§Doi	PŽp*vwÚ;ÇèääX?=æs|V§F˜ýÆ¢Id³šE<8µÙmÚJ.•EwjôÔöÞÒ#_\ZÜžf®nN€þ7’‰·ÚU/¤“è/gÿ#ªÍJK²Ó’Å]å ¹‡üÀ²Èý|¬M™ÚnÐY‚M\nªŒ}2 `’ÛQæóßvÇñ_í\rzBž^=Ú…¶c:íÆÜ¾|@¸°lõ\'ÆÒe±©—ß²“ ~ÃÚÚ†L-u5Zkw‹=03O¸Œ* ;XJŽ¢²\'z0Ú«Å²¶ÿöT\"ÏÛ\\S‹@¥„Þ¥–+0yrx9ôM,‚›Ú®(‡\"¡Y<%°I 0c+	¶±ƒÄðMÄìv1ÚºQþ©GäƒžuÆGiÔ¯Òg—¯Ìç#dNõ ,ˆ—ÚÃòÖ¢âü’¼ï¶è_ƒöš5†^Wç{£KbÚËFÐyPXÈÄpŸ^MºÆ´s>ê\Z‚HÇ.\r¶ÁÐÚÐýßZ£\\UDÑàþOÜtóÞ”³&Å”LZO\Z£4ÚßvdUÓÒòé=‰Ã…=cx\\÷µé­ž5\'ÒµÛdÕ»`¹›k½Â_[aJ{¡Öp\ZœE=„(X‚’óÛ\\s	Ãp¤JŒTX~†×\\és±Ak×\Z-=}FÛb–áœ¾ïTEw!§†}ža}.›& c-BÈ\'¡Sj?Ût6–÷õSzìÃ¥¿ù«Z¥ã‡æýëÑú,jÕÛ‚wT\\â… ¬+Ú=ÅÑáž¶ò…b\'^÷xØKÃ.ÐÛ‘þ&\ZéŒ·ßÛ7ê°~è¿øÄ±†àrbá©ÿÛ£ë‚Ô°<€ÿÐš~_ém?#±†¼©í#B	î(ÒÛ¥~b%…w\0 ˜z±9ŠwsÓÔnùÙ>Dy1Û§–•ø†è#)\"Uõ­ÎÔýG¤þº´ÛÜ‘é]õ­Û­M:EœÞZÛ<v(@^••òeõíKã\0Û³}sYDk6›Ðë‰ñÍMµÃ(kGN‡Ø©\\BÎ‡ÛÁTÕjñ¤5àDžý­-8FŽÚÖQ\r%Ñ.ÝmÛÄ5RÂã–©\r;ögPkl„r<âèCDŠâ0*\nö)ÛÑÅÂmÖÓx:°.ÀožÞwýpÔ´6b@âW‚FkÛÓ-¹ëÖÛÏìïÜÑ1éäq‚[¢4š2\Z@Ñr»: ÛÓªN‹÷lT­D“…Û,\'›;Î=«¸†%È~æ	H`ÜƒÝÌ`@}6ç°Ðï[d=w\\˜Æ+yåÍ%e‘-´_öÜ+ˆ°^•ÃJ6ÂÊ^NihÈõOJkföiBªÎáÜ¥DœÌ‰I~Ñüñ§Åú.lœâ²v«Pg»ášwv\rÜ\"aMIøÇñ\\ÝP¬;bóÕ>ê§’5>7Dub«lg ÞÜ=z^«z)t‡õ—?Åªïé³Š<)–“+$á>ÜS 4Íh¬\"•hAD\'¶\'|ëº6[kF=×\nyiÅõ«Üfóm»³±‰Rþ²…ÔÌ—U’iØœÏçÖ!Y¹Üh‡Lêça¿þé—¨bøË|\r,7@\\\'>Õõº™0ØÜnƒ+SûúK‡ËÎ&€s¯„ñÑ‰·\\;Y·q»9š‘Üw¥m3Ÿtï	›ÇÐ«Qvš#`i-1ÙžäUúhÊÜ‘ñ‹‘„Ç£gþÖÚ\nÜÜ÷4 ]´Dø$ƒ¯ñW¢¹Ü—•E¹V¼8Ö‹i;±fÀeä|­Ìâ¢Ë¤†ËÜ.r¡µ²ÊYMDMKÈqöÄ¹zëZïpçïýÞßÕÜ£x³ÅL#Ë!ÝîE±~p#‚w¼ˆöpý1[©0L´ö\nÜ±f²œžX¤ÅIñ`&•›¯:•=^bçKGÁ\0.ÔÌÜ´&Š#¼Ôkp‹e`£ò·ª± h™fÏsIžXNkÜÇ—!ºàJB(AL….V#8öde\\Š†B_•&ÜÉ:øµK³º¿:õ\"Â‡$_åÇ¥ý\Z˜†g ¹…ÜÐpSI”çÛ{Ç«2jP±µfåGi+YHñKÜ×€¤á…îÃÞ&¦©ôf8•§ÖŠ„ó®Hk[%ó¶¸ÜãmÖrÂŠÝs+n²0ÙOfüžßìÖ ®Œ7Àíy€ÝÅî§g\0xâ-“•¬¨8£“ÀøßúEèmbßE\rHÝ	Zº¶m¼Ž‹Ý\"®6‡Š¥N`ï! B\'wC•Ë®”Ý.°0{\'~K.sJ›·µIPÚ«º&nR‡	°2ÝJ¶ù¯X}šúkŽ;\nÿäöÁé5ñ¿V´ržû4ÝŠwµ?ÂœL)£ä­K¸ÿå†f4Ùº\ra~÷tnTÌüÝ©zK›±u‘ÃYáà.ÃÃmýiÂ4Ÿ’«*¬UTâÝ´ªÏøî\"c¿YO€|Då\0øÁ;í.ü¨–ÓÑ´º*NÝ¿pü\\ä/h#]\"\në=Í/Êþ‹¢MZÖƒ²á×IÝÜ33¹u n°±M5Kh&ÍbV\\%˜Z$èiöîÖÝâC±1Ù~sÙ\\å6ÎrÛ˜âôŒÂýŽ¸\nÎ£ÉÝêç6tt‡Ž|ëüÉhf¥­S?îfí_z¢ªŒ`ôy‚ÝõïÈë…(Hú2\nyÏ€8â…FÑp¿˜àBÝøÈk¿ÂÊ«.E» Ÿ\"yË3ø(ÉO6ÂSuÕ›Z&ÞÿÎêS,®	É×Ôpö\nb!êós!œÍ®]‚>ðÈÞ\n˜óOºÛjÇøÔ5»RLC‰I˜e¦ôºèá»”Je\0Þ.S”Fˆ>í.œ«çÝî¨wïgÞ:$€\Z	ž±ªVÞ8{äõV÷íú9Ë/ÎjÚzbbžÞÛhFøµ+”\0~šÞXÛtáðÇž¬ƒC¼¸{•Ðã%¨©fÍ\"‚´Z_m=ž‰ÞZ>D[¹{¶©Î/³Žm9qNÔ9wN|\nÞÖ¥ÙÂsÞj*Ðñb”ŒîTÿó…O5påp´`€„)ÂÄÞ–ÇpöŸÂ1iýÅÐœÕ¶û&ñÓ19Þ }D3Ì²»Þš$>ªÀ÷ª*ñôÈÈÖ~wa°\rÔÁµxŒš„Þ¥\\Þ}ü9QZ×è\rHO\Z™+ÈCµ3\rÍ‡q†Ñü™,âÞ±ÔÛî\n1ç¶$Äd8v^!*˜3Èçó#Íœv@ÞÂ3¬&h±N;y‚B\ZàªåN¤ 8	jüxÞoùÞÖXQl~?‹8’¹•¸ÖiæÓêi8|¡«†þÕLeÞþú¯Õ÷ËIÓ_y:÷¶Ž“&Çë³ûRªzß²<OT%x\Z´âÜ‚it11E¹gÜU&½¢2ß1°YI\nf	œê¹Yá¦ŠÓÏFrLÇ™¼Ø7€ßu…¡•´ÈS–tÖ—ù³õpèœÇ¯$U‚-²mö©ß ‰—~ÐÜV°>ƒ¢¯ò˜€¹çEY\r’,i¼Õ‚ˆþß!\r„2nÄD¬›À9Té%TÖ–Î\r>™‚›ì‡Æ¾âÎüßAýYä{,P\0~b•Š\"Üƒ°›½îƒê×©n\0Aã¹=ßRŽ’˜<îF{È;xÙ¾Û¶IÄx3¦\nézÇ–ÛQÊßh°Â-nñ&ûU±ìe\\ÑXjš`øünÙ­Å|ò&ßkÁ—2ØùÊ°ãS|§ØôIÚ…ß†RØýy¹rÿßv@|ßz÷%ÌÓ¶p,Áro;B5\0±ÚC®…yaFßvÙVNcÛŠŠi÷Ba•ÖáÜÓÆTÇf€Xß÷ß| ³jòªÓb·ªdPÏCW>báæ°$=OÜtÇß—>G8jÅj±4‡•8µ-sZî‡ÔsÅfª?ß…y÷Rë˜zå5ñµT§˜\0ËDUç££	«wÌ¯ØßŒ\nû‰ür†ƒsgÉ´ÅÚã5Z¢}Ì¼¯õâ„ßŒõPÊý½Ü»†\0·{QçÐ©#î÷m,Áx\\`ar_ß”õÌ}>&žIy¸	p‡—Àby1©°8‹gœJ\n °ß ƒ„B.qf6*_…í-×ëªù‡¦W–I£Õ4—öK2ß§Æ)óö¹¥sûgñç¯,„øüHeä|•\"ÿjÌ‹2(ß¹VïþªˆÑçûÏN«A=´ÿ²XÝÀ÷\"ìÃ.€\nßÅ…i‡2—³~ê<´g»qÔ´TÏ—öæî~‚%>‹ßÔ6mÿ®“–_¨5Óô³Ÿøí›è}Ï;[IßòFêöi±Óêã|x¬7N¤™*T¤ÏÏàZ¦´j”\rßóu^kbÚµÄØÈ)†P\0˜€×[\'à.¤l7†ä^\rßö?Š%ÕRþ¿êc’Á­Igl‡ìŸù–¢QRx\ZÐË®•à¯R«-S®ZoŽ3Ò³CA›j»—¯	™M”‘^à2ÒÉ–<”tfp\'ÒÜP6ß±Éú)¶u›´@üŠåàS…ÿC­o†¶­m9¬Êô…4]·2IeEü˜k…„qàhÂö@N>ÌÞ‡Í˜RRSo sªBycó!Íõlàƒª¢çê	MJh^ö…`Å¼7¶ýZà=ÎÚà^Ô¯¤¯à…ÏÄ½1ÍTg‘«Ø±ÿÀDËñwàhÏlàŽËÔ‘“Ëì_‹x†4Ž°®í\r[òÏ	\r+¹ù…¾~à\"j—\\êç²ƒh_EÌV\"¶§·R­ŸÒ†càœÞ}œ×o©iÓ¿FpÜ&KÍIPÊ½±D²á[‰’ùà¢ÔE=3iJ[aÄÝx­(aB½tgñP	Š‰BƒÛú†\"àÏ(ÜQGè<C°<¼’¥÷êF\Zm_=|…kÂ„±BÃ´àÑ4¨á>]F´fw\'à‚†ˆ¥¥¿æ¬šêã­Evm8”àéaøÄ†î¨¥êJÊÿ½µHÚ¢#e§ Rû¾7\"dàô‡#!ÊE!,ñæ”clà5„B\\	W´\"gÜ·¿}}áè”ü|Ÿ¬“ˆC„ÊC0½ü²óvÓÇ0Ké°\r-ÊáèÉî´èp¹Å®úº4,™áéKY(—IŽ á xD¨Qƒ¹á/¢tú«àÅv›±ÉîÇ¹Uå¿8¹á-¦â©é4J \0ó)SÖ´ÅÔÍëò?Êk\"4àZ¹.áZ9…\r¡k²ÕïXêÆe‹_^ˆq(Ñµû/Ì¹áh‡Ñ2¤úë2&ÛXˆt-ååÛÂaüœZ¸námúsNâQ\"?»mFN8ª?™pi\Z²hê©HæzëáŽžO,äk”h¬iY£´eÕ8;w*AÞŠ&\'D:á™Ð5’`ôv>‘çdèŽkÿ}< ½ºö6Çþ€ ™áŸÈ€òKBîÛµ&|UBÆõ\0¨Y¼Ô;@7Òñ³ìäá GJãòÛ½æ·+ÖI¾¤-…“Æê°i3×<áÊîe\n!ñd>Ççáa‚ñ÷ö±%+£eT7 õÒ§gáÑÙå¢é¿ßdë§ë‚ñ,w=	©{|\ZZoÏ¢.šÀáÜpÖ]íU\ZeßÚûO§lP¨ÄÎÖ&A{°Š5áå/ÿÆw?Z)H%ÁK“-œxrNœpê”¨Ôò%ýâ$,¶©…©5ö%mŒœüäí§¾ÿÛ,»\nu(Þžw0âKoHJ,aô»	”r†U9\'s?Ì|ˆó™«¾äôâR0™ÏAtRWëE  )©çÖ…uT‰±¬R¹ÏYÅâT6™Âr‚ä³\Z¢IZ)³þ[w[]ï¡=`Lï ÃžâV GëLßä¡÷™¬¦mJ—ÄaÎÏf¤o€\0åÔâW»˜eØ2Ú`Ô¥:Z?¦š¢Óì^X=GÈÎ³¹âb<H”G§âwE×21ïwh„a3(JÇ@â€µ`úiz  òy}ý³fWÌmhïGmM•³¶]â˜H\rìu’‰:ðº4ˆá›Ì©¢i²ô÷——7[Gâ¤ì³™rã/a4 v)šw}Uõ³+ú“è°†{3â¥¾¨Ïµ¹ó¾”êç‘‰—N)]ôòW1—Ò+Z±§â¨*Ê Òu<àÿeëëè\nÞç,›§¥&­ÛÍ­1¿âÊ€Û:If	ÌÚ¦%‚‹±5Ð@Q‰85õÊ‚1Û-5âÕÂÕ¼ymén*$ï\\lµüGš…ÈÁ*²EäM\nlâ×­Ïm³[ð-ùB²8Y´ŸÙºª’d™¨ûJ6áÊS.âÛV59á†ûœú4*·„¶f¿H	¼‡ìr™š*\0ñYâã±¿;+h<Rô¾Ÿñµ¹VÅ_ã×u&RƒÅá‘:âê˜Æ¹éW\rbC¨JŸ™9 žnàFB ˜yßJ/ãad¸Ë“V§ÒBZLC€ù¹¦;’wxãY^Áã&^¡Ó=·xÊ†Es-µÁy@ÖG¼y—\ZõòÅ}øqã-ª³óÑo/@ø8Ø7²²Ÿ?ð›Ì!c°¬^ªHþ\0ãEœ*ÐÚªIòz3^M±Ž•P4Æ¥¶FlÃwRCãH1“\0H\rgf´^Hq*ƒßvþ6MÇg2ÜÂ¬°ãI®Y¾–”ã›g²·Ö_¦Ëùµ,ý\ZI.&;Ó¾rãV<SgàU|¿4E+5å¤Cõ828¨˜‹Ò½ãoù\'Û?ÓõŠ_æ8ÅäÛ—0]$47F\Z£A#„[°RAãrÐÅ57‡Ç{›0²7f=ê9GûcNÌÃùyÎŸorã|‚¸Aî\ZíU˜\0®ÎjJ´ŽÎ†PÈM6.\n?ã~¢oâ•ÇÎ¥™TXJ)*a›†ºL#ôVÖñÅ·Šîãú42Bê2Ž¢ü±,u¶ïÊ•n}~ÂÒ‚Z-ã¨3¯6	Åàž£›ø>Ó¯¥\Zÿz?<^ÀæÁ¡…ÏÞº©ãª%8¬÷\"¿yÙ±OlBæ=VG‘áhó‹!â³ÌKö<ãÙJšq¯Ç;»(5nOÇj¦nYZ5qÚÇPÜ ÄÎ4ãôzgzBìtWnŒWþ¢&»cÞ\'J@{TçÈÖrŸq¯	Ÿä*k÷ÓJ+ß0úÏ}þVL¾f6	•âÇüÓ†`lI*Hä?²6­‹ûÃG§}hêoÚBƒêñ Ÿ‡%ãùµLä@¡Ä¥¡òübu‰(FHP\\È¯C9!²cnÀäN*NJg§ª}YvËâµ7ÑOh%.\"A—Xä*ä¯‚·:«rÿ µ›oOÇ\'7x¾9´ é)y³‘ûjäÑ?wkÑ6òÀŒ£(.¥T–Êv—Ì¯1‹ëª½¨»‘äæûŽþ5‘NËíbð7Ù³UwŠÀ*)Úh	+Úž²äé‡\n)Q¶àNÊkÛÂUî4žÉüJ°M›Ñ\\ÌñêVäë«ßõ^1µÜîÃç¨u²îrYÞ¥1m³wæô’±täìÚø¦ˆ&˜Cr\'BMFÓu\ZxÙÒ/D9Á«ðzHäó&Uéÿ>È+Tœ­ôKðùF(—³,`:7­†QäøäúÇ±-F„¡ŽZ«QéTÆ·n\r¦õ·{ŒãÁäüìšvA™¼Ùó‘Hø\0‡eq$óWÕDj›³K+{j¨åPuÀÏ…ü¹~û\r|F¥ÅSža(ãJ€}ÈŸµA\rå1PÔxœzšuíîÑ·±;gtS7„×éGn+‚¢Qå1âÆrg¤“‘Q× ygáÐß5ù±.h¢”f°ÿhmå;½öÈk¢ »ðô²±W8¡ÜÐË‰Œ¡ôÚnátåAÜèƒøby—MÏ;(ujûù?Öó]ë$ÍCÞÿì&eåZæÃ%¿,zf¯w#nØ”5²0DŒ*/r…xª¶PågÖæb– =#à¢\0öMœ)ðÝB×áã…\\eù±åˆCAøï²wƒŠÙwK°HYøªÍ\"÷´ä0d´ß·žå”À~ÈØýkí:µ£\nìøäâY¨Ã¯y.¾5 <€ä”å£oÊÆ¼oP?¹–†ü©D¸“O%³úÚµN:(ì²å²{¥ZØÓŒU†J•£øk#H‡…T]^¥Uÿ\0T’jå·Ä…[Æ·G®Ï¥ÂÖ±!IŸzóAè4Nÿ:ÓŠÎå¸ðU	ž[–ÇÃºêæy-ÈÕÜòøŠó˜Ê)­ä›5åÈ_âBa\rcÿ­‚ëÑÿ;£ö‚pîæ×vˆgm-,åÓÈý_í¼\"T›Pœ].íž­jî¦8\\3Çc\ZÙ^ÔýåÔ@i# UcjH«q.—!þâî¿Û´	^UœÓ\rã¾såâ¶ö&äzƒ‘³\\õÚÝLÒ ¥Üð¢Kcu[¤åæžþ;må¹¡™F}I­-6áœnÎ$[åé¨Ž$\nÁƒÂ9Ÿ2%ÍV¶ÙúÂ”Ò0D2`qœ¨åî¨T&²¹%ÑíqŒ5Ã¢ÿy\nVÚŒ¾™H©tÈðåöØÈ:œÐ<‡k%·›û‘Âäÿ (õ„Â1²Ó.æpŽIŒ¸u˜Š¼ÜeIªt9ŽëÔ]„\05¹ôå^æ\Z!žùÜcçxN°®d×iÔGeAI@ï\'iÛ¤ÿz¿¦æ*ÍýbT‘JÓ-2ãÔÌ<…8Ko|’nF&Qó Itæ-Z\r“Ë…‡òH«F® wbä9Ñ¿\ZÓxRî×ãÖcæIŸ0ã{šÈeQDäÐ ìç€{‘°~aK\\-ÖB\Z¬æ](5zÆ!üUÇâN[áaÀ9»{ÝÏÏÆÔj©›B0PúæoU­œÈÛK¯˜j¦ÚaW”Å›\'„´—Îyˆ³¬Yèæ›—>Öâ@-œÏäºì=•æ	gò„_šð³õæ¤ñ{-SP+f£´QúpäÔë87i!*Iåíà§æÉ6ëKk¹	ííŒo´Œ˜yA¼w)öÄ}\\C	\nÑò¼=æÕ‰{£¶†•½o×¶gbUŽ•œhº6‰ÿ–XE’.æØÛR‰un5jšŠ©ô¸ÚO\0é6\ntìuÙ=´´æÚù—§5Qæú%Ç›|ß‚Ž¢ÁY³MÞ\\ÉJ»ažábæöÄÁTÊà÷jŸÝbGar¸Ußê„~•\ZoZæö\"TÉ·Å\rMÙ +èÂš	`‘ˆÌÔgOålæþ:”æìâæøl³}s1¤iJoÄZš3wÔ/atØç6’µaK‡¯‹é5…È”4\\4M÷Y¶^eŠxM~ç?\\pûŽiEEËþÊ,›8±ÿ¸¾)¢TÅn,û„q»çSFÂz”È²MRýÃW3ÃÒ\\ÏŒ€è\rÇ×q¯Äò1?çXE¿°GD†f°ÜL­SÂq…†`Ö	€”ÈÙ·ç‚¿EÈÃî$>9¬6g\0­ëÃˆ¿];µÅlˆ¬ ç…\0lš*\r¾ŸŒÆ\n%žE\'ÈtûûFëàä†ùç…¶\Zf=?±ž;[§”é%óÂÖj×Ä{j‹ôMa7ç—°fùWeJS’“ZŸwëkìX¹ºÚ±ÜòÓçšØ~¿ç‹\n}Ê@™=ÞáÜ\\Y³ñYÁCªˆ]ÈÇ¢é‘ç¢‚€†Ò5 ¹¢Ìc§Z¡Ïç°\rö»l¶Yç¤Æž[#Äi[Ÿ÷5Ð–Ð³4\0ÜÇ2mÆÌ&ï™h`ç§Æq\n\"Ž)\nŠÑêSe]œé~¤&^v¹ŠwçÅœ‹¡´‹‡v|Ú†…`z`±®„²I{ûzÔÖC€9çÉ]Wªòˆî9Õ‹Ê¸oz=ª®™p³røÄóþ7è\0£H\n({ÝS=gè³®ÙÿÂ‰kyoÌä?þ”•¼è½¸Ï8Õ‡¥Ð|BÛç’D…Šÿæ«1˜‹3œØ7šÝè¶íÅ£é¢\n<Yz\'±ÉjìXœ¶»`ê¡fr¥Qè\ZöÈ¿Ó4ÿáü«M†F/Ç-îf‘¿r“:CK\nèÛ8]“›PYÝÀ5Hý¼ågbÇÜ:’<žxÝ¢¦ÔXè‚Ç,sèÝÕ\Zi™(±6è²¿!˜úžÿgŒÑŠÑk8è&¨Þ\\ú¥-›Òõ38žå²ŸkÔn¾ ÉÏ£è-¢Â›dŒ´xøj½)”£dmˆxÔÌß»‡ë?è9Ý±|û¾X!¢l½‹·ú%1+ãw…çÔ$­5èJíck!Ô›è“HæF¼fKè\Z¾–ö­ûRœ$H¤è´ZYî¡Á€\n~íÜP.åêxêœƒ N×ýÃ®(¹gFèøw÷@è©YÔÌÃÀa_‰^ËËf¤¢^êÑÂ(Ä\rOèý«>×è¸­,“×ƒž¹š¯ýð\\qç§œé³rï*³ï„³ÚÁ¾L–lf¢°­Š°< Õwžé;·?Æá¾Ýšµd ‚t-ÌÌü8eä0WŽø~»*é>< *±ì0V÷ê‡çå£ä©Ø\04¾~Òt¡µúU‰égLóQšù¢ºŠÒùç£º1ZÒktx¬Ã*ýš¸5Ié„³~ã¾¥Ýµ„n„n\'´-˜ç„ñ˜Ò‰VÞ>çéˆ¢Ú›Ôr],?i(R;¾À½}¾˜>•ÖÜéžQV!yvpcÌ’P` ˆ-že9rJ“K\'tÅÏ>;é«¥úÄ§gZï˜ÁúŒëCÝÞ§ÔJ oÀé*^ñ¢éÉ°1–N»JýR’áiÀBèíŽÔOõÓ¬BÌêVé×h´pCé%äâZí–}¾=¢™s<Û”ŸË[Zè#g *éÚé°\Zé;1\ZE”?Ic®_€†æðcÄ#ÅˆÑMéèž-µ[\"¹n³Eª*9‡p“:ÖcZT\\×ç›:_½ê–&#`Q¸\n.	.ŽE¬@¬ÑŽ.ú©%E´¸gØüˆê=ážN3äü¸>½ì¬gœ|S(FÑjÇ•\nÙÕ;•eèêXí4P£ievØûæìWßsoÚ‹ÅLñ­QBWÃb¥êe¸xþñAíj,p¤rñˆk•jV°iƒÉê›Ù]ÈA¦\"”¥‘±—3#Àq Æ†Ö\Z¾)+l\0#<9ê¬¥\"Ï•ü“ôA¥ÙvÕhzÄJ>AŽqƒäWß&zUê®V¨šµÆ\nW8 ­²`\0ayxHÃµ¹× céêÎÍ¿Í°µÛ9Oü8ñ^^ç]¦½ýt*fæ%ËýYEêíÆ5ð<Ê`ðWÿ²hµ«Ëj0g÷_M†üªÑTJêï\np²…cÂ‰[«ùÇ_:E(.)“&$*~Ï(gf“ëØ;Ÿ—‡c©×\0Ì¢¸¹câ÷eÛ:Hb>R@\'=½vë@5)ÛëîyÅ&¡Ö«“†‹\r»¶œ;ÄðÓ&ëÆØ›Æ¿¯Ø»Í5|V¿{£×¾üA\rreAFzK`ë\"Ù?ÐßE¬õzÛêcRœz±ÐÍžó.VÇ~!ë6ø˜k8•Ö½¬éÿ§ W\'Ð|Ç˜Ìý—rf­H	/ë@\':{ªY½T3NZ¥OÇQË¶Ü©8ÓN?5ÈìnëA”¹.ºy—aÿé¤·’#‘šÎcÁ¢ð½^Sá§ëAƒý_šÈß7ý\'hcvœ‘]½Ô#\':ÙzØëK×lßà?÷YkÒéÅ2‚óÉìW>§Øô-ˆMõëPûN`g?\\\nÂ\rK¶´¹\0ðßJ<Ç˜3bxT:ëW*–Óªr—î-6¢föpxc×,hoNƒI÷ë[Í\\ß`ÿnBæ7$Î‡#tý\"S¬mÐÚ-®§Cë`Í¬ÉŠÎsÎE#)(»ØôA[”h™\'ù®øçë|àùkaOïIŠîhÝ9A\08(¿?¼K\nµöÍ ¸ë€ZNt­aÂZ¬”f+Ç ‘\nõKèá°ú·°œb¯ë¡n8œõÛà1\"P£ªÁäì&±8×X;ÃU^ŽÛ¿Òßë¤LDL9Æ4“Ý¬JÒæ•ÝƒõCí¦lE<aÇˆ…ïöëë¥lã.Ä“zÚÍ]\nºÕ\Z‰ý:›Âzs\0nÄ½Ìë¶ÿ°>¸eÅ[7“ÒNJõªttŽ@êŽ`¶2Zë¹\'S§VÙ\"ê*‰XAŸvkœOx¼Þ¡ÖmdFFÃ…fëÒa+‡6È¬ç³åÁ÷)rbÆ4”Ê²g´©}S“xëÛvÖ»–aÊ©ÆD\05SS†-’Î*Ã^Ó…Œ\\w²ëð­Ò%`0Š¸ª•vl·¡µ\r®˜˜\n?¿4É¿ìrÖO©n¿õ_4Ä`…/“-ñ\'ÀîaYI|6Æòì`Zâ4‘¨\n¿é\"ž±l\'ÁãU8yîkSlöØµAÆì(GL¼¦8!Õ<z½KrÖiãáImV‡e(iCxùì/?‡¿¨O‘¾ÇE¥q¡²ði7A:Š3\r”³˜¢:ì?°ý2=‹,¬+)ÍÌ»þÓn£gš³»3©(·î¡ìD—íÔaˆ!_yþ	ÂQ“VGK‰³Ò‚½šsv@ÖìNºËÔù\0å}AŒv³¨ÃA¾‘$Î=Þ08Q×j€®ì`å§\ZæËÜ9ñ÷•8Ra>rÕZåì!´e%©ìd¡uH/l+ÒïÞ âÝÔîÖ.„ÃÿI6Šñ(Ûÿì›Žy—Rôjò·\nM¢Çø¯Èx\r.sˆÎ‚÷…çßÁŒ&ì®À’¢y¥îÃY#¨Ç³ÃE	´è92¿žžä„ì¯»ƒvnjs,_Y{\Zk•˜]µÙ›z¸Jò^zêì·{‘MŽþÉþ9l+:A¢ê}0¤š0ÈÝ.½@LìÆ3¢lå›”‰\\ÕHiÜµx„fîLl#@Å¤‹åe+ì×¹=’¾¾³So\nhÑ±¢Ù‹!J~áºžÇ¡É¹ìá½™Ág\rÁ„yôuCxÄÔ;P{ó³kØîÆéyMìã#µh .˜’?éõt#É ‡‚£\"ü‘ëz)`–ìúRI+‹_#aØÿp[o×ñ|\'ë:@ôîóAª×} EíÃé¥¬2,ò’¡Á)º“w_êDÊ‰Ô¶§Í‚íÎÔ6j4°0FŠ†Scö\"«µ~ÖÖG8<\'óÀˆÞí¹€ƒ³½‘:ïÁ¨ŒMÄ6©ª¿/î¿U­9)íO…àãÞáªÞWTÁ>•ËûŠSÁ€0\0É;§õQOí%$Kðþ	œÕ\'ßàÍ•{)²°_ºÒÂÄŽ#/qí&ôOÄ[Ê¶Ñ÷O¹\"Â²æ,êìôl?2j&—Ýíí,‡kàºûäþ›¥û$t3ßó?iYÏ²YÚ·O†í5]Iÿç{ö¦Î£›¤ƒÙš‘X‚LëlÇÌòÌ#,\níWÓMb™©X°³zp)\'ì•Fñ—â{§ôPniqŒ¾9ío§ÃÌ³l5Êy9òMb†&iK–èues¶<%íqÑ¬6ÙþI¬¬½F™_‘‚\'Q•7—3#5XN¸íxL+ºÖ–}	gTj°ô,Þ)0fœ’Ûí§­;7p>íƒDy(éº-s\'ìã¿#Ö›XÌÞ‰êÎ†•>¼í’Ý9ÈF„Üð± Ê÷dÈãíÖ°H]@eéPaí™yŠÅ&)Ô§ü»0Ðx)/ÒmÛ…ÍrÙUzßí¨•þê„¼Ù&š•¹[j’}wR÷Eý·¥vàäíÌ{ðAï„ñôG‰5öFä¿i	y*dq]œOŽÈX=íù>ý’j*¶¡Ììš¬»eí3Öpž]æ¬LØ}ž`îÔ`ÎDX1ó¨˜äç¢Ø¹“óWJÍöšÍ]cÆˆfî	uøJ0f°j\0Ö‘sìÐZR‰~•]ÍÁ´ß*Ã¦Üî\"Ûrd SŒ2é!æ{—Ö£:=úNzäàïÃg†&þî$—F,lKê¸‰/Ã9özÞÃœu ê\Z\"Ødmî*\ZÜîä¬XÝÍ¹[I|•4rñ_œxS‚´©î*tÁ–€Û^ç&ðÆ/Ê\\$ÌÒêr\\`Ê³aþÌî7%€¿eÅ±CS6Õê€ÿÒÇ€èh¤2.^W¨wñî_NèóCœ³ˆnÜd,y¼p¯¾U³~¶—É2Ê©ùîwÇ:µjUÊ/¸ªt#Lÿ¿Ž\"uât…âPÇw\"î…´LÛx|ï(.ayâÑ«uÍ#\ZžÚ„e÷œœuîÇuIå;o·è,1ù{÷˜[rÑ¸5é¶b¨,î ù½‰B2ó«+YÔGHéõ¼QéM·®p+ÖÊiî³Ç2ÑvC°­’Æm’*ÑiúžüQLC·H8îÀRvJëÜj…Ãoœ™×Þ¼f2RFt½¯…	{[OîÖbº4˜‚ÿ?Õøäfs^ÅYÚÙ\0‰©Á©¢½À^÷îíxê{ù†NÁ0GuóD/…S¢ÊñÿÄÁ²÷“;îî%ümp2X[j_aG·…¹Ðâ…v»@Þ2‘«b\\þï\0æ“ƒí«~*JÕjTÙ\Zw·?/™cƒg—‹)eÕï¬øöZ~&¢q»ÙN7Óó Z-í‡ÌÉÎ…rõÑ$Eï\Z3b\n¦îæNyoHëN„mQûÑvaýNï/	äYï!vâ‘46]3º]£ë3è<§µÚ—“ñµ”ï<‡*=Ütó…¡¢pE‘KL¶ËÈÖ[œMrx%\0ïb0qq¬Ä‚õ®|x»î’ïñ:¬_³˜V…5:áU–‘Sïo2Ò¾Pÿu‰A_•*}ë~Êô‚\'K9ö;ô¾ÿ4ïÖp«ä\n+=U¯Oª}Ýî…6ÔŠ|¼‰è±}<yï­¼Ö‰KîhxÞ«(Ráïñ1Êõ=~ÅPäwÄïÂºT¡+·Inö™\r{¸ãMë™ã÷_ðà»˜`3x¯ïä4‡•Lê#\\r°¼Ô¹FÅ \"‹$qÏcí@\næÿïø«CñâKnAìO] ™`þo§¦ŠC›ýK¦‚ðÅ.ˆù‘U8u…±›iÏÄèH<pShÛZØ°/ð\r.‚Oôû}9žfPkÈoøÖ2,”=A}P¨ð#\r5ók´à›,P¬D·+ª>J»Ô5ë”§ùn€Îð.\0UŽRqÏk\'…¾šž¨i_i,…\nÑGËô+Lð.\rQŠ\0€½%¶\'óyóm–_˜Ü#ê?ÚÑðE1\0«Â² ÷7“¥5mw>ZÍùß2Q2K=¬^NƒÜâðq¤Ùó¤íQ\nôIS„}V#íN7=‰êÉ·Š5øÔðžgD¼ò©>h]3Úð\n0_¬ÑáWg¢1*ð¥VÁ¦ðåÁFIP´¤ x¯‹fìvL»@èÙÄpàðÀîÆR;K˜ØøÊÑÀúRÌñ[:[ÿæ*w¿(æ1€ª yðÎjL3Ë‡·d„\'­þV&}l›Å]dOìÑgñÆV§æ:ðÓÙ5ÅËfHµ¤A~l!/»6äyÔ¶žî!ª¹[^¦IðÙ·O3Ç³EØ}{˜ÝY¶z¬½Œ‡#¦âñ€@ðÚöXaÍ°]çâ()cÿkÏÐ!~só~h®íî¢q0ðÛÁ•X?8ùÌ…™ƒàH‡Ûi,+xú¼ÍµŒSEðå®9¾r=˜#_~­\\£/SÍ»Ù(YC/#/à€Dðô^>¥6\\½¾ãâV¿6 Eé‘iÇ*ÙX,¤/²6ñÿÚà××}%]ávˆ	§‚\ZYû«¨á<ž}]ñ8æc›Ü4=}ŒXíj(	;ßÝwãgÎÖ¸,\\Rñ‚0©$kÆoˆA­…{¿°¸†ÿÊ2#ì˜amªˆ\'™ñƒY#ÎòO®ç(&\r\n0Ø{zÉã€öÇû7¹jÇá»åñ¥Rºv’•‚^0Òõ?ø2DhÙ4†SGÆ8RH“eüÏñ¸4Ú‰3Åz\ZríK,îIÞ—ÅOeÀx¨ÑŸ‡ói}„ó.ñËkQ¾_ê3«°9‹y\n£bÛ-5c,R¹–ñè3£§Å\'„r´˜.]9cËx·ªßšY9í\\~ÏóòÂØÄfÖÊÆÇ¶hýj}u—pIXåpâÚ¾Î©T²§…ò/Ó6F€ƒkÍT†E;æH	#Ûß›ÞöˆÍ{òC\'VÛ¨/ÉéH_n{ÝÔFWÔê?^Õ®¢VŸï‹ òN	±á»-«²²j¹›Çs\Zjhß½CáÈ™ªIùë²EòR‰˜ú1ÀãGžÅ¸Ä‹±î‘d/8Ôí“Z{{¥S’*QòbäÁU‹aöÈÐË9e×½R§²X‡?æ¥ˆ1±µòih\ZÎÒ•üƒX¼T÷9€¥€ÛòEßŽ¢iðšÑ†	òv²••&²=GžŸéVŸkr2Î×C5¶­¸ÏmôÊ~q~Œò‰±Ø;rfXá…¸½“eXÈt¢Åª.+[¤µ£ûòŽå’©H{vúÌò./s|UÈZÓÈA§h$DU²sÓËò­æúIÍ{\'\01ÁãâÜŒ˜ä‡røªŽk¦ŠDßäòÂa²cÉö´ö#kôQbm(ö¹(· {ia^¨\\vì·JòÖM©”C`QA6 _Í~‚jÓcˆ,1®îŒF\n)7Üòä©¾!è@¥˜ë	Ón›ˆ÷K^$ÛëN€Vj¡ýÊqòì`J…BZ›Þ…ˆJ¢Œ•X 0u¦9 >¥!®‰v1’ó ìvªêÄ…¯>¡›ªÐ¨î&ÛD™6X]`ïÇ=ós\0Óê1©y5zÔåÉ4ÎO¨Âš|pÂA5¢PíÛó(fyÞÃ2ýÉÐ­Ï9¼àexÜkzªBü«4Ûò6óHy·/=žÝu4¼_c¦µ…	Î¿\'Ž‘®M|4³ógE;+\\¹)HÐqÏÝ{@ÃdX{a2ÕH´=·Äó…GÍÈ6Cm­Å:î|ÄÒ!%¨â…p8ÇUgð¿Œ«ó’ë¤AçNˆÕyúqoÊ…#&]#mV°Û•ºrÈ¹ó¦ÂÔLá=¦Ö6mzQh¨´ZˆêöòœàÁÑÊCÓó¬ µ¨ÊT¯Î±ˆˆåi•½ß Pom\\D5~Ô!À…„ ó®­ËÞo¦éa[™ce«Uõ>TÈõÝÃ¸·~3…ë$:óÐ—†ùÃ÷e¨åãW‰_6|—T-Ý>{ÜrC\nÌ=±óÚkÈÅRdŒj€¦6¿ÄôžTãÏÂëøÎ\'‚³¢óù’3HÎ_cxøÅNãžÛpn¦¦x{V…«‚@Óôf!··D.S°°J/ÞxkùnZ¶~qÆê6Lê‚¨$Ôô¯ˆ?{II%õ&œV(Aw®Ø<ä©»„Êêcô$Ða‚=¥¸®èµ!3C¹PY¬â¡.c%Ç0b?Oô)MíŸ´™ûøË[Â%>xdë]?ZŠñ´ž1õ€¼ô5ÙÎqö)•9W/`¯çkWèV*à_i_\'hÊMaôCQWÜ~KÛ0±X~DÎ<ý¤Í>Ì5ëO!	U\'£ñôIaÓ´9+¶åí6ì§ÚfFÉ£7«r,Áõ?ÏËOôP“Ó\ZârŸ(gaëžu;YˆR‡>èºv\\ÙÂ?sëkô\\¸ ¸~Ðm†”àVýâ|Ý¥\0™‰!ÔôÙ–X6±¶ôaªv›/%1UÿEd È_w\'±Þ¢—¶×KGs³*<vôu.˜€ùìê—S²ÍA`\n¤	t§úÿp\'â\\Ë‘+&ô‘¡*u4ªµc	\Z{\r˜ˆ†ö¤õ@l(2Ïu¥Üô®-V°ÿð’ÎâJË€…¢z•Ø§`*#–äjô¯xZ¶É&ç\ZÞ{C\rB¶]¢ÞYá#ð<\0!_ô¼M~(‰ª¥ú­kÜà_MèÖW¼ÔF‚i‰]È«ÓôÁë¶åiË’¡BÙÝl@†jë!ë\0@‚þÎ‹ôÅ²Ž3÷´‡²pv`ñr9HŸƒ(¶cßWÞK\"…$ôÆGàÏ­\'·6ÜI\"óVÛÉœ=«Â0¹Ûþµ¼²ñ\ZôÇó×hÖ­Ý†<e1L¢!Ó³ø„\ZªŠD¤K¾—iôÍ@*SŒÄ˜RgÔÉº	r¸ÍzÞ÷2,oÛÏQ®¹ôÏ•ÎFUö…élt€°*³gª§ëÐVâ˜²Ã¹ÇËô×ÔÛ¬ƒ£BjÆLNƒùhZìíe%“D\'‰ÇüG}wîôåEÏk*	ªÏWØŒj»¡|•ÂK\'’ l×Èˆ<ôí²ŠÓÇÒêfdUÈÆ¬¶æ‚ÉÈ\\ê¯fHÜËëö÷v„õI¬IšÝwßd¦4\"°é†—ÑàÞÒ0_Õëhí^1õ Ê-åcÖj¦HtfÝ¬Ó?óáÊD)Ä\'·ÖhcF,õ4¯|iÓQl°p§êt÷>ñ%y£¨²ä1P¥bBüõR‚ý¦ô[B}–\n[ŒÚÜ;	I2qè‘UÔ>åõn)Í„¸ºIx´ñ´VV$ºÌZ=¾”qÅUOúàcõƒïæ\nÔÇÌ4\r\'RŸ2ä8ÏF(>Fð„2 ”Ýõ”Â\"Qj6¿h³ë\'–Vh¦­~ÆÆAd’º€7Üõ¦Dšc€ÉÝA‰\ZµH¯zyÝÀI“íîêQè‰]‘oõÒ%<»°DN«N‹÷Mž^ó®^º¾/jC9òtb–¦pö\r<ë!!dŽeŸpõÂ\ZÂö	¥0mz“ÃÇ˜é%ö\ZNúŠñ:‡J0¼²L©ð2æû\"L±íâ¯œtÂö%>œ:1¸W™µR¿ÚØŠÍ©°ÂQÔi‚ñ~Õ^Gövr’`GáÌƒÎSý€°„©Â$ áÁ2|‚¨>éõ‰YöwMüW[þë ´ßIËî/¯H-j\r%èD’°³Éˆ€öƒ+¯P4Õg.½àžÄ{ÎáÊþ^WœÄ/![quöˆÍT ®&gÉ–Ð\r.…Ä:Ø)§QÙÝ7‹Ý£ð ™hö³\"bŸY(VÝÑWË|/5[ýrðÉ·*ÏÊÐM–ÚÔlöº¿ráþn©¶zW„úm:føO&y(ëHÜ´ãÔùö»\nª#_F¯D:±®Õ1IÓ}U\"\0HØBŸ&`Æ8û€möÈ!U¡c%rT ”êã.ªqƒx†ë¹ž=\0öÚÔ\"øIà8cï_Ý;¢kà6½ùR¤r‹çE?{dÂÂöÝG_ÍA”›ê7©¼œÃc0+›Ù^EÎéh1îä„{ëó÷9UÍ,·ŽÞ%k1X\r LcNï‰;½<KÎ÷{–*Òúk“L¤½œÍý–ìE,Ít*«J¸.	ì—÷¼»*æ­\\5œµc%ªaû¤PŸTÁ›g³xÈ»÷=—Ü|@” ÔƒÄÙ\\¯›HVq2ªÎv5Âo«›,™\0÷7ûIÑ´ùE‡³£™Æ90.BAeµ4>]yþS‚Pk™÷=ü9iÎðfCu	l6E€#ñZt,#<‹\ZLÇ4Z¼´÷FUª±¿!}\\ÖŠÿô_È•«ÎoÀ/BÌ\\!÷Z<&Á^‡SÛÜèŽVÄÀ?½ÀºR†ÃŠ¥]€‚	„÷ÞÍ®6ÝØô»R¾ŠÔ¤z†¤8\\4”ùwæÄc‹÷ßyŽ¼€Ýs–˜øM™)9@óŠ£îþÉðŠ2î‹ÐÁØ.Á÷êVü/B°Îc5a—º\rRI G>?£¨çy;Í+šú‰÷ô\'ùSAE¦D>ÌÓÆÞqqaç_ÊËØˆK)ôAºø/ºó±YQ€°;¥#æ6ÌycäÈŒúÊ—ÉjÿßÈLø2©Ë-[Ñ 3»æý]S³³.ïã\\þŸ0×”£ÕøB/\nÉj“z\'açÿô¸·§ø½÷ÙÕFðL\ZøH-L	`$p1/>:r—ýÞV Ç™=={ðÍOrøRÜxgÓJ9G0>z×c&öIÃ†b4~¨*LªQøRkg!iÍïf¦nb.*ëÍÎ·ÛØð¢$ÏgwËøTÎ©#;?²Ú`Ò?ÐÉ;\"ŒèAäöY|û—X;uøaôw?oa”æîbN$²gIÌöÏôõ+Ç·áR.øeî\ZúèàÀôptñµÖá£ˆ¥É:\Z¤`\'8Áy`ø•¥w‰Wðö0ãÛÈP·ªR†Æ‡²î]±Pöd«Þ$*Hø9\n?šg{Ñ÷¥gsû	gOÈàXžIØ#nø¤¨!F#YÈ¼v\"|é:àÝ¯CG#\nY¹E[‚‘VŸwÎø¹i¢%¨-%Fþ\0ëåÀ[˜nî1SaŽ±Ó+ÒÓä]øÛBªE2Øs–ÅŽ)–?ÔŸÌB°	î¤*èZœOÿøÛ’n+zü`ß—Ý×]£^Žé‘$¼d›gÏÒGf¼øçmä°G8²@~nóñ?â	x¶Ä*Õ‘x½kûþS‹øëžµ9À¦²ú”U×RÝ¼\"¥EI¼ {†`zåë$„øì¨€qíæëZ6hÖ²C¾†R=¦8H ‰ÎÔÉ<øíÍ>æyêèyå=ôû ôØƒ•ÏGòÕÓ©&˜‘øî0ýÔ*—·²üuã\0u\r™æ+M\nMÆ¿Ó4€øfù_žMG…àæ%2q¹å¾0è/Ò“:;å…êeäW¤G’ùÊˆÝPäÄ,ÔöK´”A]HÔúë%éóûí¦AõæQùDæ´ÛžVèš¹xRBBy%ÄhÑWv³ÎÇ¶mØ}nùG>pûãÑ¹úáWþƒçÃé5šwõ™ÄOÎEÍÌ¾¶mùGŸ”. Õƒ»g‚ù?ÂƒÐr°Ð¢js$_”D&Ö—»ùH«²á­s%âúÆvüx-âèî#õ¿¼?	äêùT¥¹´5á«)ßø\\Npš±¸Áè[Šá>»ä&¬ù]Œ‘âˆ÷:ÿœø.»Ñ¥×‡„¢Ì4öšžU‹ŽÚùhnl±ÃhÀÈÊ«ÍjF¬**\ZŒµóWînfrP#3ÊùwÖ¢$ØéÕí¡Â¡æ¡˜3þ¼­DÇ\\È[¢I£€ù——wD=O$l\ZÝžðïåIâ9<€ç0oxé¼>ù­L1 Ì\Z?–¯ê÷fè]ÅûÐt2Ðˆ˜èò5û²úù³I˜vË¨CÀ(ªß±wzi›¥C\038§\'Uˆ“éùµ$öSª¢(Ô]4âP¶Ó•¿¾cUÜvÅá¢­—(¯cùÍ„É¯ýTÎ½Ú$_ýƒâõ®¥Søêñ‰©ñÐŠÞ|ùÐ|…åÙnÓãD“~½–v-³;&ˆ¹ãWî²š¥0ùá;äé7Ë\"‘L~Þ…»LEº`!à)lÌÊ›ýhLùëOØ/Ì©3½z4ÎšûC:Ufz^^Gnçõ´ãùì/·pR1‘CúÌ¬20°2€J½Î<±‘:·_ùíB!s*þ¹Ãlª°ö6ÇÕØ\"Q_ýÈ¹©2®¶ša7ùî<\\U}Ï\"A¨´²sÜÂ?—ÜC9‡»Òñ`Âr«Èùð0Ã‰‰ÏÃîò\0èØ1¼Öy£iúN7,N]Ü8äùûÏª¾Žü˜ÌÄÍÜC‘,01›SÍ­ç-€aœ½bùüªpYíx{VcÞÿo€ølNG¢qlkb‡¡ùñá¦aúòÃ±ÔŸ‡ybÐÖ@ËYÓäÔ(J5}×¸d“t`Muú¼ÌÆ‚€Uz[çºw\\=Ê¼\0[\nKixµ-b>´Åú,Eýd½Ò”à\nNß-Žëî\0´9pM0+±½~0Ÿú:6rÂ½cÉÏ	…âh{€M\\ó¶ÒËÐJ¬š,ºk\r?úúO\Z/Þ†f…½à?½xÈƒ9ºú\rQP@\rïÌ\Z¾áÁûúSÒzó½¬\n³ÀE´OŒ“µÇwF.Pùê)n>³ù<ñÏúW¨ÎS)¿‡Ð_×]µæêÃYÿaŠ\'kY¹­ÙÿÝú_otërã£)ÍÖC§“¹ÙE®IÇm/½;×ïàëgúg¼Å­Ž‹Æ±Òà0`ü®£8^ùùì\\‚¦Æ‹ý~– ú~’J±Ì7$kSsYme(°|£‚.¸Å¹zZàÅ[ú¢¸ªëª¾l°céì‹…ŠqÚo×Ÿ¡¸KÈÖ›+ú°º%íØ‚Ã!aÎ29\nÜãÈÿ½`¨F_h” *Šyúº.¶Z±Û­Pî0·¨\"€’j…ÅÎ§=xat\\Kú×h“£á9¦õÀäwÇÐÄí¼;Z)õÂîKþ~ÞúßQ‚[::Ýü´jžsÞØ^Z@2nâì³ve)e_úäuî‚éî!Å9½]´we<»¹‡Î¹iJkNúêuMüóÙ‹‹OãI0x{MðyR\r´~»®S²îúíµBST…ª½ð hÂZs©*†÷²[?	PO´“vúóDÅŒi*ïŽb÷ÕÚ*¡;Ø©D“Ú¨²nó/Nàœúú‚¾sh«wí¥äk1]ÿ\':ò&e¿t¤b¯tñîúÿ*Î\n\'¼Z%±À$^Ùòô*¹B¥üR_~ñ;AŠ•òúÿk8«Úæó\\=†>Jõ¹ºÄ1íÀ~(‹æéAcïqûo%TFþO-ÁGzÂJTN>Ú\'¿Ùñý‚”ç˜#.ûD¥=±ôøÒÙaÞ:ôß\'j•Kùä WHS’ªÜû`\rÈy~Eä~|ˆ\nRËi)fl—é¥”e}ã)ldû*ôÃ€IñFª^‚È¯—Ü’ì‰åWø’é@ž~½Ý˜ÇûTÊ`Èl©ìÀ Þ9¾˜çªPÞkÖKVÒâdªÝ*ãûbý¸zúHpÀfÀœ?÷@Ñ˜Ý²àI ù¶¾ŠG±]ûqÓM;ŒÕ>l\nAíµŽ>åÎk˜hÇØÝRºÆñ8ûyO¬ŠtïldôUÐý^Á­E¡%OˆðnÞ¹Á~}û©J[ªAn>šã¢ÈP:²›éÃÆ7àî«4iwŒîû­ÙqïcçsÏ @€\"/äÙÁÅ¡|sP|0›‘Ã´þû°Š!§JÉÈ[h7e“^ïJžT«uµV°”Ú…ò6ûµ»bJñ³õRê©#ŒÿÔ²‹Yu¢nénO–œûûäc\niz½N£y×Šìô´}Ëœ.Üþì®\Z»^¡­šûñ*Ì¶=·²ÊÙ–‡.õ)~Êñ	Ì_OPü\nøx+©UÇ×1ï›wëî€zœ)­\"4„+ÜB\\ü¬’IIÿ%¸%è\"Ð–XŸœ¢å~X4;;Ý]*Å	ü&Æô¹ô\"TÑþQWvRiº²dú3’mþ`aÅø3\rü45q$¨&Î’9QO*z½kB…Ž€½µžþjdE,üTg‹OrP~øtgn©gšÉí(¸W¦{v¨êÑÍ^ôüZ¬è}ÈC6Ýž÷«+‘?‹Û¸ZøPËd?Pü\\ÄÒùèƒkO×ýÃø}H¦\"Fï+:ÌµLZ’KAüx¡‹ÇÂr¼^/û£Ê\'ðD‡~ì•4èdôÍÂ`8`qü×†dÅªC*†k]¬0É¾\"€àþâÍ¶#8Kå®Äü§r×À’Ø|\Zéã‚5¬báŠT2¼®Ëph=´±ßü¬®—§jŽ#ÏjR……ÏÕ	ðª¨Ú|‡zÂþü03Åü¾Ü¸OV1¨SlfwVç¦Î1	üØl?Î•.\r•üÆ¨;p¸-ä¤e*îÒÑ`žˆÊ[í§p5UÿüØÍ³§Ðá¦{œ£án¥¿Â!z[Û>µf¸t4‰üî÷s^¦tE+WêLêÕ¯‰èÿ¦CŽêøÒ©Ï‡HýhŸZ;PáÈ.¤çóËs.¸1º›qþ+Ü‹\r’4Êý$PdµuU1¹Èô×8›—ð<Knâs¡µÀpGR÷bý:LÀÃ0ñ÷¬j}¼y•ìŠŸWÄ¿ÇSh¡5GHý;ÛVƒ­(üÊ(Æ\ZB\0ˆ\rËlÅ—™àÂBäs°#3ý?+æê‡Wpâ¤P¾Mçk]¼<px_Á\"RÝLki ˜GýAp“\Z\\½¢á?hç8°ªó€Q‹È$–d1úìËŒýGPPù(ÔÏžÁÓîSËá3Qý?(H|,ø;pŠñýH@yÆ„¿k}Ì{Œ¯[«ÇW{ŒLGÍ.ávOÇ«ž\"ýM\r6IcÄ÷½ýòE‘«,M+,¢Ç–¸åfŠž ýMPæ†[°Y&åð¨Ï\rŠ¯,·¡ëYDxÎÂxæ©÷ýVÞŒ˜\Z­Ò~´VDéÙÉZ6ßaWÊÀ_à÷¢tÊ©kýgìi\nÁB±_Èê[•\0‹Ý7¢Ù4òw5×ØÌqáë‚ýy°ŸäÚ1±Ð©3«&³TtÝÈ¹£ê8€=âËSýP¶yóYmíí«ˆûm¶æ½UíI¶æÏOÀF	!•ùýŽî›qÀ¬Oç¤~Ã¾`·Ï·7“i.KþÜêK´ìýœþ;Œ¢3@¢†\"ŽÁ_Ò“dª/5¿ðýŸà%ƒ´Ûè9”U6>÷Nc°VŠM°Tp÷W \r0¥ý¤äçZ|›\\ŽT‰-‡±BýD\"Ð,QÃuÜ³Á÷n¡ý¯¦.˜ÇíñÚA\ZÝÊX¦m,¬éP\rë—J·hÜýãxÅQ#’›\0Â‰Àtgû¤ò¡FªÁÎN¡õßvýó&›W\"üÄ²}:€®ñkÕSà÷-e&sñcôþ1héØ—]m3ÄºXq°Ã÷ìjÂ_Þy®[+xòEèþÇV0zÙêÁxiÇþ\nÌí²ÛFž\nËè·þ7‘Û4Ææ¬‹\\ó Mè=„°æO‚¡–h³¿£™’þL;•-ºÎFÒÄ\0ÓÙU±ƒ*/·—ÖÖdã.>z_ÛþMEÈMÕ-/vÄç_Ú…c’œâ¯é?,U&üß\"–‹Rþ[à˜¼Rá±ÆØá|LìõŒ•§<uQR”V³¤ ¸xþs 	b[Ðy¦iÏCàâ¨õ\0öâôãTþq@W~‡þ{™á¹œgñIU9ÿ\0ÅØÚ¡Swíq’\\(LpR^þ_mËo²<eÇç{„FE²P\n-ÀáðÞ,5Hþ¼:¤œ@¾æÆ\rà%·­-ƒ™½½à,$y·Ãkèþ¿\\ý3†ë”¢ß“{½B2—Aá™êÖGÙ<Š&%þÁùß¼w$ž¦™cŽTVÂ¶\r‰|fø7hCÁp\ZÐþÝ8šwGþ+‰dUxÑÕXcˆÑ¨Vò*¿6Øi(ÎþåHÖXwÙ6[òþ|ýJaÙÍ´çÐ–Òq^ü¥þìOžh;xAô3×÷-\r¬ðèhMœ>kv7¥Å[þòžÞ×‡d£Ì‚zR<¯¿2õêèKˆ®ÓØÃ7‰I“þýIÆ!1&™j¶‡[6›¼ˆš56i¹8ç›nžtþýl™*ÿÇñ?·ˆò½/]À\Zø4í¨¹tXê*ý¹ò5®ÿ2ó.p²Â·Ð\"„Fœ6ZØ™\n¹Ý$zŒ÷z¸¤\rÿ9`\\&S9â~{-LKÅIÛT–iØï;•u!®öÿ7ôÿ±˜UÍe°H> -ôä%G µ(ŒmÎ\0˜ùÿDO;†™^ñKÔälµ¿½€Ø¸!à/?aFÓzìò#ÿU³%föî­{øxóÊiŒ<ç¹f¯œ;¯˜µ–š‰KÿZ9Þ°NúÝWj_‰Hñ¬]ÏÍšV”IùR[ëƒ›ÖBÿwðšs°ÐbN}¼qY…Çý7zo•Uæªuô\'¡¥Ö1ÿk¯®’~P,oü¨ÁÊ‚-~¦BÊ¾Ëi>1¹/#ÿ´Þ#öÛyš‹XÔoaª…\\DÅžheb¤‰õÿÂàhƒæ?)—3Ž»1àuóŸ¡s˜Þ_sñ³¢Ð¨dÿÄ>V *RˆŸ/\0˜ˆòÛãÓ·ï~rÆ%\"ÒÊæžòÿÅò8lbØÎºÿ§\"ž7eŽEŒ=n~ÛÑÍ™\'2ÕC/ƒ\0|ÿÿËâú¶¸rÍ\rÇÌˆÙ\r‹;ÑJ¬UŒË‘-ó\\BÿÖ?»›	C¿Q–¾Ûc2 Gƒ‚”â“½eåÞh£ähï‘ÿÚÝŒ^Ý@óË¶\\},nÑÜ¿Û›~AëF×,ìÿý{Å<n—Ð½¯>!Äí2ú¤_UÖd~ ÞpØç²7O\";}ÉÔæÒ\0\0','no'),('currentCronKey','','yes'),('dashboardData','a:4:{s:9:\"generated\";i:1612805133;s:3:\"tdf\";a:3:{s:9:\"community\";i:3498;s:7:\"premium\";i:3546;s:9:\"blacklist\";i:36393;}s:10:\"attackdata\";a:3:{s:3:\"24h\";a:24:{i:0;a:2:{s:1:\"t\";i:1612717200;s:1:\"c\";i:6818869;}i:1;a:2:{s:1:\"t\";i:1612720800;s:1:\"c\";i:6728024;}i:2;a:2:{s:1:\"t\";i:1612724400;s:1:\"c\";i:7839432;}i:3;a:2:{s:1:\"t\";i:1612728000;s:1:\"c\";i:7609621;}i:4;a:2:{s:1:\"t\";i:1612731600;s:1:\"c\";i:7445951;}i:5;a:2:{s:1:\"t\";i:1612735200;s:1:\"c\";i:7146624;}i:6;a:2:{s:1:\"t\";i:1612738800;s:1:\"c\";i:6570349;}i:7;a:2:{s:1:\"t\";i:1612742400;s:1:\"c\";i:6293936;}i:8;a:2:{s:1:\"t\";i:1612746000;s:1:\"c\";i:6321589;}i:9;a:2:{s:1:\"t\";i:1612749600;s:1:\"c\";i:6914817;}i:10;a:2:{s:1:\"t\";i:1612753200;s:1:\"c\";i:7690770;}i:11;a:2:{s:1:\"t\";i:1612756800;s:1:\"c\";i:7732478;}i:12;a:2:{s:1:\"t\";i:1612760400;s:1:\"c\";i:8754124;}i:13;a:2:{s:1:\"t\";i:1612764000;s:1:\"c\";i:9519487;}i:14;a:2:{s:1:\"t\";i:1612767600;s:1:\"c\";i:9419861;}i:15;a:2:{s:1:\"t\";i:1612771200;s:1:\"c\";i:8042630;}i:16;a:2:{s:1:\"t\";i:1612774800;s:1:\"c\";i:7653268;}i:17;a:2:{s:1:\"t\";i:1612778400;s:1:\"c\";i:7249098;}i:18;a:2:{s:1:\"t\";i:1612782000;s:1:\"c\";i:7801912;}i:19;a:2:{s:1:\"t\";i:1612785600;s:1:\"c\";i:8965581;}i:20;a:2:{s:1:\"t\";i:1612789200;s:1:\"c\";i:8112035;}i:21;a:2:{s:1:\"t\";i:1612792800;s:1:\"c\";i:8472945;}i:22;a:2:{s:1:\"t\";i:1612796400;s:1:\"c\";i:8466793;}i:23;a:2:{s:1:\"t\";i:1612800000;s:1:\"c\";i:8177565;}}s:2:\"7d\";a:7:{i:0;a:2:{s:1:\"t\";i:1612137600;s:1:\"c\";i:189209670;}i:1;a:2:{s:1:\"t\";i:1612224000;s:1:\"c\";i:188907412;}i:2;a:2:{s:1:\"t\";i:1612310400;s:1:\"c\";i:189611112;}i:3;a:2:{s:1:\"t\";i:1612396800;s:1:\"c\";i:192189236;}i:4;a:2:{s:1:\"t\";i:1612483200;s:1:\"c\";i:185666623;}i:5;a:2:{s:1:\"t\";i:1612569600;s:1:\"c\";i:157566325;}i:6;a:2:{s:1:\"t\";i:1612656000;s:1:\"c\";i:155098434;}}s:3:\"30d\";a:30:{i:0;a:2:{s:1:\"t\";i:1610150400;s:1:\"c\";i:153722297;}i:1;a:2:{s:1:\"t\";i:1610236800;s:1:\"c\";i:135164568;}i:2;a:2:{s:1:\"t\";i:1610323200;s:1:\"c\";i:150853129;}i:3;a:2:{s:1:\"t\";i:1610409600;s:1:\"c\";i:145765411;}i:4;a:2:{s:1:\"t\";i:1610496000;s:1:\"c\";i:157066594;}i:5;a:2:{s:1:\"t\";i:1610582400;s:1:\"c\";i:135855659;}i:6;a:2:{s:1:\"t\";i:1610668800;s:1:\"c\";i:145908203;}i:7;a:2:{s:1:\"t\";i:1610755200;s:1:\"c\";i:121199559;}i:8;a:2:{s:1:\"t\";i:1610841600;s:1:\"c\";i:136608410;}i:9;a:2:{s:1:\"t\";i:1610928000;s:1:\"c\";i:163552141;}i:10;a:2:{s:1:\"t\";i:1611014400;s:1:\"c\";i:189087135;}i:11;a:2:{s:1:\"t\";i:1611100800;s:1:\"c\";i:21684018;}i:12;a:2:{s:1:\"t\";i:1611187200;s:1:\"c\";i:163929796;}i:13;a:2:{s:1:\"t\";i:1611273600;s:1:\"c\";i:162940039;}i:14;a:2:{s:1:\"t\";i:1611360000;s:1:\"c\";i:166973478;}i:15;a:2:{s:1:\"t\";i:1611446400;s:1:\"c\";i:167030471;}i:16;a:2:{s:1:\"t\";i:1611532800;s:1:\"c\";i:184622813;}i:17;a:2:{s:1:\"t\";i:1611619200;s:1:\"c\";i:194970345;}i:18;a:2:{s:1:\"t\";i:1611705600;s:1:\"c\";i:188966458;}i:19;a:2:{s:1:\"t\";i:1611792000;s:1:\"c\";i:185566971;}i:20;a:2:{s:1:\"t\";i:1611878400;s:1:\"c\";i:183000470;}i:21;a:2:{s:1:\"t\";i:1611964800;s:1:\"c\";i:191955251;}i:22;a:2:{s:1:\"t\";i:1612051200;s:1:\"c\";i:188933353;}i:23;a:2:{s:1:\"t\";i:1612137600;s:1:\"c\";i:189209670;}i:24;a:2:{s:1:\"t\";i:1612224000;s:1:\"c\";i:188907412;}i:25;a:2:{s:1:\"t\";i:1612310400;s:1:\"c\";i:189611112;}i:26;a:2:{s:1:\"t\";i:1612396800;s:1:\"c\";i:192189236;}i:27;a:2:{s:1:\"t\";i:1612483200;s:1:\"c\";i:185666623;}i:28;a:2:{s:1:\"t\";i:1612569600;s:1:\"c\";i:157566325;}i:29;a:2:{s:1:\"t\";i:1612656000;s:1:\"c\";i:155098434;}}}s:9:\"countries\";a:1:{s:2:\"7d\";a:10:{i:0;a:2:{s:2:\"cd\";s:2:\"US\";s:2:\"ct\";i:1052430599;}i:1;a:2:{s:2:\"cd\";s:2:\"FR\";s:2:\"ct\";i:401095820;}i:2;a:2:{s:2:\"cd\";s:2:\"IN\";s:2:\"ct\";i:258288050;}i:3;a:2:{s:2:\"cd\";s:2:\"DE\";s:2:\"ct\";i:232897937;}i:4;a:2:{s:2:\"cd\";s:2:\"CA\";s:2:\"ct\";i:185423648;}i:5;a:2:{s:2:\"cd\";s:2:\"GB\";s:2:\"ct\";i:175856780;}i:6;a:2:{s:2:\"cd\";s:2:\"VN\";s:2:\"ct\";i:174453913;}i:7;a:2:{s:2:\"cd\";s:2:\"RU\";s:2:\"ct\";i:164074785;}i:8;a:2:{s:2:\"cd\";s:2:\"SG\";s:2:\"ct\";i:131084073;}i:9;a:2:{s:2:\"cd\";s:2:\"BR\";s:2:\"ct\";i:124154875;}}}}','yes'),('dbTest','a:1:{s:5:\"nonce\";s:64:\"0f44995bc7bb774463d05a74b996e62b381a5a5d1cc6e6eb51d13480e2931959\";}','no'),('dbVersion','5.7.33','yes'),('debugOn','0','yes'),('deleteTablesOnDeact','0','yes'),('detectProxyNextCheck','1613411303','no'),('detectProxyNonce','1a5d4489916b4f8d4255020e14d27fca1d7da613cc763294129bad04e7fe7895','no'),('detectProxyRecommendation','DEFERRED','no'),('diagnosticsWflogsRemovalHistory','[]','no'),('disableCodeExecutionUploads','0','yes'),('disableConfigCaching','0','yes'),('disableWAFIPBlocking','0','yes'),('dismissAutoPrependNotice','1','yes'),('displayAutomaticBlocks','1','yes'),('displayTopLevelBlocking','0','yes'),('displayTopLevelLiveTraffic','0','yes'),('displayTopLevelOptions','1','yes'),('emailedIssuesList','a:29:{i:0;a:2:{s:7:\"ignoreC\";s:32:\"2587b98d8b85abe4b67831b7d28388ff\";s:7:\"ignoreP\";s:32:\"2587b98d8b85abe4b67831b7d28388ff\";}i:1;a:2:{s:7:\"ignoreC\";s:32:\"7525548fe0773d530f12363f41ff1b07\";s:7:\"ignoreP\";s:32:\"7525548fe0773d530f12363f41ff1b07\";}i:2;a:2:{s:7:\"ignoreC\";s:32:\"c952a6438d29b0a0f32c48de5d39f932\";s:7:\"ignoreP\";s:32:\"c952a6438d29b0a0f32c48de5d39f932\";}i:3;a:2:{s:7:\"ignoreC\";s:32:\"8446b2f3f4e869dcb174f27676c10561\";s:7:\"ignoreP\";s:32:\"8446b2f3f4e869dcb174f27676c10561\";}i:4;a:2:{s:7:\"ignoreC\";s:32:\"a0eef1ebf67307841f89734c899db93a\";s:7:\"ignoreP\";s:32:\"a0eef1ebf67307841f89734c899db93a\";}i:5;a:2:{s:7:\"ignoreC\";s:32:\"8a5d5ab8c59da29f25984b3c750120e0\";s:7:\"ignoreP\";s:32:\"8a5d5ab8c59da29f25984b3c750120e0\";}i:6;a:2:{s:7:\"ignoreC\";s:32:\"1e614632cc9db7583663b26657c94d05\";s:7:\"ignoreP\";s:32:\"1e614632cc9db7583663b26657c94d05\";}i:7;a:2:{s:7:\"ignoreC\";s:32:\"4ac1a8d2066eb690abce50869014d304\";s:7:\"ignoreP\";s:32:\"4ac1a8d2066eb690abce50869014d304\";}i:8;a:2:{s:7:\"ignoreC\";s:32:\"f0d64e268f79908f137da51201817c25\";s:7:\"ignoreP\";s:32:\"f0d64e268f79908f137da51201817c25\";}i:9;a:2:{s:7:\"ignoreC\";s:32:\"a31fdd2247166196b42de1ca4a3a2333\";s:7:\"ignoreP\";s:32:\"a31fdd2247166196b42de1ca4a3a2333\";}i:10;a:2:{s:7:\"ignoreC\";s:32:\"082c7deff40e76608a1ebb3d6e4f014b\";s:7:\"ignoreP\";s:32:\"082c7deff40e76608a1ebb3d6e4f014b\";}i:11;a:2:{s:7:\"ignoreC\";s:32:\"d61f0cf9b0c9ee2de30d7f4d705941c0\";s:7:\"ignoreP\";s:32:\"d61f0cf9b0c9ee2de30d7f4d705941c0\";}i:12;a:2:{s:7:\"ignoreC\";s:32:\"4e0a24ecebc2dff30abd8d39ec85737f\";s:7:\"ignoreP\";s:32:\"4e0a24ecebc2dff30abd8d39ec85737f\";}i:13;a:2:{s:7:\"ignoreC\";s:32:\"dcae73a0b43a4c270217e406f5ea5187\";s:7:\"ignoreP\";s:32:\"dcae73a0b43a4c270217e406f5ea5187\";}i:14;a:2:{s:7:\"ignoreC\";s:32:\"61a1471babca31651c9624adad07f6d2\";s:7:\"ignoreP\";s:32:\"61a1471babca31651c9624adad07f6d2\";}i:15;a:2:{s:7:\"ignoreC\";s:32:\"1d6aa494b68afa480ff98a29e8dd9258\";s:7:\"ignoreP\";s:32:\"1d6aa494b68afa480ff98a29e8dd9258\";}i:16;a:2:{s:7:\"ignoreC\";s:32:\"f29830cbda4db035369959fc2634d04e\";s:7:\"ignoreP\";s:32:\"f29830cbda4db035369959fc2634d04e\";}i:17;a:2:{s:7:\"ignoreC\";s:32:\"8c53847b081fc8cf53183d7a2f44beb6\";s:7:\"ignoreP\";s:32:\"8c53847b081fc8cf53183d7a2f44beb6\";}i:18;a:2:{s:7:\"ignoreC\";s:32:\"d9b032596afa5d84f8f7b5ad2b7adaaa\";s:7:\"ignoreP\";s:32:\"d9b032596afa5d84f8f7b5ad2b7adaaa\";}i:19;a:2:{s:7:\"ignoreC\";s:32:\"0a30f4ac3c9a2996bae1e0360276818b\";s:7:\"ignoreP\";s:32:\"0a30f4ac3c9a2996bae1e0360276818b\";}i:20;a:2:{s:7:\"ignoreC\";s:32:\"aa8dd6af65f808abc650ab14179ff5b9\";s:7:\"ignoreP\";s:32:\"aa8dd6af65f808abc650ab14179ff5b9\";}i:21;a:2:{s:7:\"ignoreC\";s:32:\"d96978bc7f5200d3096f3b59f1bdfe61\";s:7:\"ignoreP\";s:32:\"d96978bc7f5200d3096f3b59f1bdfe61\";}i:22;a:2:{s:7:\"ignoreC\";s:32:\"61a32bb3cd04c7eadd9d73f7266b87df\";s:7:\"ignoreP\";s:32:\"61a32bb3cd04c7eadd9d73f7266b87df\";}i:23;a:2:{s:7:\"ignoreC\";s:32:\"6e1a10169c3c124729b3feaee90f7bfe\";s:7:\"ignoreP\";s:32:\"6e1a10169c3c124729b3feaee90f7bfe\";}i:24;a:2:{s:7:\"ignoreC\";s:32:\"9fca8f86e900a81a1195acc96ce554b6\";s:7:\"ignoreP\";s:32:\"9fca8f86e900a81a1195acc96ce554b6\";}i:25;a:2:{s:7:\"ignoreC\";s:32:\"abf5f6c76d7efcf7bd37718ca1cdbdf4\";s:7:\"ignoreP\";s:32:\"abf5f6c76d7efcf7bd37718ca1cdbdf4\";}i:26;a:2:{s:7:\"ignoreC\";s:32:\"ff069bac131a0ea202294acd475270a6\";s:7:\"ignoreP\";s:32:\"ff069bac131a0ea202294acd475270a6\";}i:27;a:2:{s:7:\"ignoreC\";s:32:\"efc4f142bb08c58dfcfc1842f27f31fa\";s:7:\"ignoreP\";s:32:\"efc4f142bb08c58dfcfc1842f27f31fa\";}i:28;a:2:{s:7:\"ignoreC\";s:32:\"1007138dc98a84d230c095b6f090647a\";s:7:\"ignoreP\";s:32:\"1007138dc98a84d230c095b6f090647a\";}}','yes'),('email_summary_dashboard_widget_enabled','1','yes'),('email_summary_enabled','1','yes'),('email_summary_excluded_directories','wp-content/cache,wp-content/wflogs','yes'),('email_summary_interval','weekly','yes'),('encKey','c43ff805fd4f3f4f','yes'),('fileContentsGSB6315Migration','1','yes'),('firewallEnabled','1','yes'),('geoIPVersionHash','569e8e780b3ac54b74c296f92d8dab1c6563f56a39e99ca39ce96d08ad76c6d7','yes'),('howGetIPs','','yes'),('howGetIPs_trusted_proxies','','yes'),('isPaid','','yes'),('keyType','free','yes'),('lastAdminLogin','a:6:{s:6:\"userID\";i:2;s:8:\"username\";s:14:\"ruthsnutrition\";s:9:\"firstName\";s:3:\"Sue\";s:8:\"lastName\";s:8:\"Cummings\";s:4:\"time\";s:30:\"Wed 30th December @ 08:05:23AM\";s:2:\"IP\";s:14:\"104.171.214.37\";}','yes'),('lastAttackDataSendTime','1611263030.783761','yes'),('lastBlockAggregation','1612806503','yes'),('lastBruteForceDataSendTime','1611322907.757900','yes'),('lastDailyCron','1612806531','yes'),('lastDashboardCheck','1612806531','yes'),('lastEmailHash','1612806714:a4a4c75ea78a5f2171e166685850bdbe','yes'),('lastFalsePositiveSendTime','1560933342','yes'),('lastNotificationID','3087','no'),('lastPermissionsTemplateCheck','1612806535','yes'),('lastScanCompleted','ok','yes'),('lastScanFailureType','','yes'),('lastScheduledScanStart','1611099043','yes'),('liveActivityPauseEnabled','1','yes'),('liveTrafficEnabled','0','yes'),('liveTraf_displayExpandedRecords','0','no'),('liveTraf_ignoreIPs','','yes'),('liveTraf_ignorePublishers','1','yes'),('liveTraf_ignoreUA','','yes'),('liveTraf_ignoreUsers','','yes'),('liveTraf_maxAge','30','yes'),('liveTraf_maxRows','2000','yes'),('loginSecurityEnabled','1','yes'),('loginSec_blockAdminReg','1','yes'),('loginSec_breachPasswds','admins','yes'),('loginSec_breachPasswds_enabled','1','yes'),('loginSec_countFailMins','240','yes'),('loginSec_disableApplicationPasswords','1','yes'),('loginSec_disableAuthorScan','1','yes'),('loginSec_disableOEmbedAuthor','0','yes'),('loginSec_enableSeparateTwoFactor','','yes'),('loginSec_lockInvalidUsers','0','yes'),('loginSec_lockoutMins','240','yes'),('loginSec_maskLoginErrors','1','yes'),('loginSec_maxFailures','20','yes'),('loginSec_maxForgotPasswd','20','yes'),('loginSec_requireAdminTwoFactor','0','yes'),('loginSec_strongPasswds','pubs','yes'),('loginSec_strongPasswds_enabled','1','yes'),('loginSec_userBlacklist','','yes'),('longEncKey','bf2bd9682b103be958ded08446005d82d13133f8abc573e9a7766086afba26f9','yes'),('lowResourceScansEnabled','0','yes'),('lowResourceScanWaitStep','','yes'),('malwarePrefixes','‹\0\0\0\0\0\0Öy8ï\0ðÙ—»Î;Ë½sIYJ…ŠBR$RI%QŠDÙZHJ!I+…J”¤H‘Š”´i!*)¥EE+Ò&~ßßŸçœyžyßç3çÌ3>ãÇŒ\no>^×ß\'Ì_wBØx³1ãuO¿\ZÞÿ Õ%ïe\rÉ?ðECËÄ)¥³ŽM¾>í²Í8)ûÿ}–ãu×„ú-XïöÿË1ff–æÿm\0–é\0øý\0Ýràa?\0xG7\0?Û )ûô`‘\0ö4ÀÖDÂK@ÜbH½\0Y®+ gZ\0¹p\ZÏê¨›‹\0êß@1¶Pt„ô¡€180å\0ûv6ÀÙÈ. à);€÷¾ð§´Õ¼\Z@U—	¨Ó{\0uŽ ¾\'ÔÏîÂÌ@p_ö€F»Ð\\q4·Æ\0Z.=€ÖÂ_€ö\r0h²êíèŒït&Õ:A‹€!·í\0]ýß€î¤\n@7è\0 ûb? gè]¬–ÙÛ;€aÜl`Ø,[À0ì`¸í`xý,0ü`00¼¯aŒ˜ñì$`d½0Z§U\\\0Œ>ÍŒK>Æï&¶)€Éæ/À¨S5Àè½)€;0ó­€r°Ø=	›»7ë?î±À¸ë­À¸º`\\C`9Þ°*XXÕ€Õïd`üÉ~`‚6LˆXKþÖ—_ÖW–6$`Û÷°»¸˜t¦˜t/˜<$p8·7ŽOÓ\0§ü`šm0mà‚.V!ÀôÝý€kH,à\Zý˜ÞÌHðfœ~Ìx8˜9½˜•ü˜uúà6~à–…³Žî«\\÷Ÿ¹À\\§`îÃwÀ<Ç:`^s0Ÿ³\0,?\0,H{\r,8ã,(N\0\\Y\0,øžx,þxä¦\0žcO«Ó€gö#`¡½-°Ðuà¥­xx›s€·/à]˜\0,¹%|ˆë€ãøl¼øª0À÷,õÔ–Y·ËÖþg×8`Ù×À²Ñ€Ÿìàçžø]ôüêCå\'v\0þkÜ€\0É& `O,:	X©˜&\"@`çH hú4 8ZÇÁÜÕàs`õÞIÀ\Z0XÓºÙ›„A@XPv¹/6\"°J bé\Z \"k\0X§¯Öõ:ëýï\0¶†‘—Q òU5d•DG]\06=]ln¶X†[VÁ@¬.ÄE±ÿ½»Ø$ˆ½·Øúó°õ.°-©Ø¶ï,°íù; ~Îj >éŸNñuç„µù@BŽ#8ºHÜ7H|;Ø.v„¬’œ+€$— i‡?°sä ¹+\nØõÊ	Ø,v4{—Àf7°gëo`ï§ûÀ>Ùw`ßÈ^`_ïN`­R<æ)AÔ=ÉÀqÀ—R M÷6f0\nH—/\02ÆK€g; Ãc\"9P²0%k€ÃÓ¢€ìá™@¶ßD gß= çž3pdQ!p´ý4p¬YäÖÜòÀí@Þzs ï£×çœpÍN\Zþ\nŒó‚t_àT£pª[B±@¡ñI pþm ðá\Z °=(ìžœn»œ1\ZœY\Z{¬Š—{%\'Fç|¦\0ç*^¥&Àù™•À…)ÚÀ…í‰@™ü(›2(OR£³€Ë§ª€Ëw&WÞæ\0•“` Òm=P¹2¨Õ@õôk@õF :ñP}®Õ|®×Ù7:†µ†£€ÚS÷€ÚÛç€[9ZÀ]¸r¨Ó™\0Ô5G÷f6\0÷|åÀ}E$pßð@¿xxx8û2ððÄ/ Á4h¸txtöÐ8S4¡Ï€ÇcÃ€ÇQÀãGîÀŸ§À³Í^@ËÅ6àyì à<xaj¼Øû\rxi9x9Y	¼Ü^¼¬^KÚ–ºmébàµ·=ð:$x1x;rðö²)Ð®c´¯\r¼ŸÐ	|hK:ÌO|€Ï»u/¶³€o‹¢ïç§]ËöÝÀ# [Ïý?ñ@÷Â@ ûˆÐã=í\r¿_…ðÇ¾ø›Uüý¶è»÷ø7c\"ðoN)0 ‚K€àµK 4M„ò?€Ð§û |„c¼@ÄºDöº‚h¼-ˆ/1\'ÄþÎq¬Ä†xÔx6$/ÍEÖ. Èë8(Z;]ŠË¢@ñ”@k@Éð$P2Ù”†ß¥[ß€2»hPöu:H¥DƒTû3¦Ë@f¿\'È{²Íù G¤‚ÜºP¥‰\0UûAUR\0¨ÖêÕŸ€ê‹é úÞ~P-…E© °n8¨™Ujé¥ZÃƒZó|A­ÆM ¶~!¨íUj?ùj?{*›\rêèåƒ:›²Aš-ààÀvpp¼)8D³¢WêZ;º¯úÛÓ@WÐÀóhðò84-zq	8lé0Ðp®4ÌN\r_[€ÃÙ\ràp?8¼X’Ž¸œ\Z}M\0]AãÙ;Aãñ 	”šÈÚ@“8ªÑõë.8\Z\\šŽ}šZÍÂï€æà Ð¼·ë³{*gp·b8®í\0h9v>h¹ûh™5´šø´JN\0Ççéƒ‚û@k™h½þ\rh}À´þ¹´ÙÚìlmN^mÊAÛoEàÄ/ã@;ç~ÐîU8iÑ?Ð>&œÌ/\'?O\0§|D@§@\'pZÙÐÙz!è<ù8=‡]#~€3g‚3¦G‚35\ràÌ+GÀYn€nÁÙ÷€î_A÷œ±àð!8®çºXƒóôÓÁyEÁùêÁùéÀùÿüÁÎà‚È\rà‚$%è!o=†ï=êŸ€­– g…¸pÏ\0¸ðœ/¸°y¸híApQå\ZÐK²ôš´ô:R.¶ß.¾üôn‰—äçƒ¾‚K=ÓÀ¥G·‚KóTà²kÐþúeW¸d‚+ÞOW|ëý7]W>ØžÆÁÀG0Ø¢®²4W]\0WÝX	­…å‚Á{0øµ’?^†½X†uÇ€á#ß‚ƒÌÁˆŸ¶àÚõ!àÚM¯Àu+>ëªöƒëošƒQ>Á¨3öàFø4¸±Ë\0Œ^5	Œ>”	F>nú¡Æ\\]Æ< ÁÍ\r\npóÓLpó«à–+àVf=¸uº7¸mú2p[êWpÛ‰}à¶\'0nb·ÙŒ·Œ\0ã÷€ñIÕ`Â’,p;¿Ll§Á6¡àŽGÁ¤X)˜ÔÜ&¯œ\n&§?w}H÷ø·‚{{æ‚û´‡ƒûæ=\0÷ß¯÷*S—x€©-ŸÀeàû`Ú‘+`Úýr0í©\r˜>hxpõD0ã[=˜éè*pç‡·^\0³RÀlU˜Ýž\0æ„\0sþŒ1›Ác/÷¹“U`î\"3ð8_R\nÿøÌ›˜\0æ5žóþöù÷ËÀüëÁ12° y6Xú,ø»<µxêÃ9°Ðì*XX÷,ò™½`Á3%OÀ³²MàY+sð¬¿<»&<ûÛ\r,60K˜@°´0<ï·¼0lXÆõƒe¹3À‹J°B¶¬0«+æ.+Âgƒ—–„€—)7ð²gxyÕEðŠñ\\ðŠ×H°«+·«FE‚W¿Œ«Ço¯¹?¯E<¯Ï×kòCÁšÿ9u¼ý¬5¾Þô¼½,¼ªÞ®©o÷‚wuç‚w‡^ëÆ¸‚ììÀ‹–‚\'‚‘àÃÿêÐ ï	>\nj¶\0}qw§ƒ=‘`S½=ø-ë{(À\'oÁæià³$l‘õƒ-#g€Ï×/Ê°µž_š$ƒ//Ô‚¯ü+ÀWç?€¯žãàu\0øœ	¾s°ßµ•ïz§ƒïùµà{›^ðCÒðct<Ø1<\0ìv”¹çmÀONÖà§ÙÙà§sÎà§Û§ÀO/ëÁÏ ø¹¦üò~øU´ü>}8ø½X	vÅ]»:°ÛX\nvï{öDÝ{ËN?ã1ðçïbð—×oð×2_ðWÀvðW¶ø«u6øûÂ\Zðï#ðïÃà?Ãõà¿²0°Ÿêûk;ÀW; À“†€47CàÝìp† #ºÁ\n{ž0\0Áv¶|ç„!Äb9„.y¡ l×¯ºæ1€ˆm#!rû\'ˆ¼\Z\n‘!Ñ¼XH²%’:+!é©«ôÆ[HfÉ¾\\€äSÅü•-D\ri…¨ã\'!…»¤hÙ)1Rj/€”w, Î¬â“Û!õ?H0ý	VG!a»$ìð…49¯ ­wAö4_HG{¤óO\rÖÞ\röt‡‡<…ß{\rù÷ÒËŸé}Üé»‡ôW¼‡ôwo„ô¿˜@CÇÖAÃÜžAÃ|AÃJ¡a—» Ã‚+Ðˆ–5ÐÈYrhäÝ#Ñä\ZÈèŸ\n2î%!€Fi-†F‚F\'¾ƒLß4Bcd%Ð˜+ 3ŸdÈœ\" ±ê]ÐØ-éÐ8ã$È²p*dYÆBV¾@ã\'éC,t Û$dmÙMXÙ— ûÃk ûìóÐ»EÃrHQBŽsS ©iÙÓhÚª«³û7È¹ð;äà¹lš\0¹¼\0M\'CÓùhúÅ.ÈÕ³r]=rÝúr}òš5*š=ú$4Oè†æ_<	-øï<ÚC $äIxAžs]¡…Â4há„ÐBo3há=Z4|=´è±+´èÏSÈ«v\'äí”y§ZCK<ÇAK²ã %Õ«!Ÿ!ë ëxÈ×}ò¼¡¥\Z ¿›ß ¿7w å‡â åOfB+Ö\r@+chåž…ÐÊ»Ã¡•o@+{CöéP`Å;h;Z5ÍZÕ¤‚Ý à\"h5­v7…V—‡B«/–Ckà¹Ð\Z×PHÖ(t:…Þ_…ø…d (Âé!±÷;´~ÔhýR	ù,Š	5…brnA›‡VB›+>A[ìïC[w|…â,= I$”03JØ9\0%ü˜\nm·j†«•ÐŽ˜(É´Jšì%mý/¯%½ú\n%_‡vM¹\níºòÚíqÛí¹´ÚóÇÚOA)g_@)/Ú Tq%tÀâ”V˜¥O|\0LºÌ	Ì\ne¸ÅA™fYPæ„(óñèð9Oèpçy(kH”kåøèCG8tditäØèÈ“è(g³»{ûk	_Ò\r?~ÊûøÊ·Ì€ò#G@ùCùwÖC\'à_Ð	‹ŸÐ	—YÐ‰´[ÐÉ¯¡¨*ØZj}	êB…ÏCEˆTä9*Ú>*ú	Ag\n~CÅŠ÷Pq¨*Þ?*)Ì‚JN†Î¹* swæC¥cÊ ó›pè|ž7tþÔTè‚è2T€AW™A3äÐ%/	tÜ	UM_U½q®n]]M•BÕG k	‡¡k§¿C5žÐ\rãïP­Gts÷cè–ÁLè¶XÝí9\0ÕiŒ :Ó èÞ:º×®Ý°€Ð º¿ zÎªj=ª›5nó†·\'BOý@Í÷ë çË@èå¿uPwj3¢ ¶%YÐkê\rôzÊèMÆzèmrÔ¾9zÿÇúqúðÒúðeÔ‘iuš\nuzý€:ãÊ O×Z Ï~MÐ—šãÐ×øoÐ·ýFÐ÷ÔN¨ërÔí	uÇüƒº“µ î{_¡ks¡Þ3zPoUôsÕmègýaWA<R >í{Ð¿žl¨¿FêïÃa4…Á©q0”z†mü`¸¦FôžÁˆÑuËw‚±ë‡`Ü&Æ/Ã„ùr˜ÝÊÿÜ‚I`L¦–Á¢‘‰°(»	µ³°¸[KM†%\'ÁÒKÉ°ô±,\nËö¼…eµ?a:*¦_„•F7`e”VÂÊ×&0C‰`N‘s‰‡`ÕâË°ê×qXX’ÅÎ°ðt5,4Á\ZûdX³Ck¯ºš:\"‚u|&Á:mÇáÁ›Pxð²}>¬»î!¬—Ðë]Üë›{ÂCÅðÐÊýð0ä<¬Ý6t>ï<\04˜\0™Ý9\r½`£Ol\\k	›|÷ƒMþYÁ¦^ž°¹$6wþ›Ÿh…-ú¶ÀV6k`«¤Eðø¸x|É=ØºðlSÛ4¿„mþ6Â¶_ÂíRà‰¥ðÄ—ØnÓ>Ø~°!<9¼vˆ};\\4…\rÀS¯o…§™iÁÓª_ÂÓžR°³Î(ØyÂ\rØ¹èìB?†]£ð*žÑqž	ü‚gN¼\rÏô0ƒgfngÅÀnR`·‚ðìëbØýÌxN°<×PÏó=Ïwœ/Ø¬‚=`]x¡Õxáö>xÑ¹¡°WÉ?x±Ë}xñ[öÖ.ƒ—|t‡}F$Áÿ•öqx\rûô0°ïùPxéíÝðÒCáešxxYåjxYÕ+ØOoìU	ûåÀËï\r‚ýKõaÿ–°ÿg\r¼ÒÐ\0^Ypë	Ú˜ÃkÿÁ«\ZÊà`>Þ¸^=ê¼æE²çòÌµ}AÃaåŽpØ[çÂómáˆ³YðºîÇð†’»p¤±y1	Ž¬©†#ûoÃQ3]á¨Â8êt¼1ù¼1¥ÞøÀÞøñ¼Éló!Žù˜Ç‚×àØÝ¼õÌ;x[Ä(xÛ6Žsy\0ÇøÇW-€ã__ã;†ÃÛhxÇ‘›pÒ´hx\'ðÞ>ÞåvÞ#ÚïyõÞ;é8¼÷ãx_ï{TïIÀû§‡Sà¶qðkà¹Cà7‹á4[N[ë§_n€Óo”ÀéÍ[àƒß\ràs78c¥6œÑågš	gf¬³K:áœÛá#áMð‘£>ðQ¦>zÅ>f³>îLÁyGà¼ëpÞ£ùpþ ×ð	\"\n>‘p>Ñ÷>©ß	ŸôŸ¼íŒ,‚Ž;Â§NØÁ…]YðéE›á\"ãHøÌ°£ðÙšøìmK¸¸..Yu.ù9>·r|þÙ<ø¿.cÏÃSþÀ‘\rpÅí…ð•!p•m\\uæ!|õô1øZâ%¸&g.|£º\r®¥ÂµñýpíþvøæüÅð-#ø62¾ckßqkƒëìžÃuŒàº.søžØ¾We?ôq†<‚–Œ†ëm@¸>ÚnØ7ÄoîäÃâVÃM£ZàÇ§ÖÀOf™ÀÍ»õàæ¿ág5üÜwü¼Ö~Q9n=LÀ/=àW+õáWý?á¶UŽðëHøÝØð»¸^ø]ö-øÝß«w¿Ã‰6øãXøãÒF¸óª;Üù~)ü©oü5x*üõÍoøÛMgø»w±r¸ËÃ\rîÚow½Ûw?6…{\Z÷Á=ísá1ËáÃ½:‘ðÏË«à_Ã#à_»\'Á¿Ìá?^•ðŸKøï¼#ð_ïÍpæ¸?[<Ý\0´†>Ø\"@ÌnÈ>ÀÔ7©‹ So#hÊ}=Á¦®D°åí^q!ÝD<9\0ßND$·!’æ/ˆ´R‘¹9!²ã·ªæ&¢¨MD·Úu$Bïÿ…ÐOî#Jî¢œýa‘L„}ØŠpÖÁošŽðG_ ªsWÕõND±QçGÅDxv\nÑ²ûŽhE× ZÿmÍLD»¨Ñn_‡h\rD‰® ƒ®ŽGt¾ýCt~5\"ƒ§¢ÈàÅˆÞoDïãDßà¢ÿG1ð{ˆ´NF†>ª@†!©ˆ!º1…ÿšŒ\\w1\nŽ@ŒÖš\"F}çãvˆñÆÈèŸ¦ˆ©}bÚ¸³â\'2fà>bVe‚˜K& æ^oÅ]Ä\"u\'2Ž¼ŒŒ[jŠŒ‹š‚Œ»X*G#–­g+ub†Øè©ÄÆß	±%Ò‰u}ˆÝ\\dÒÚaÈ¤c+{{	2e¡âàðq˜{q(õFë†!N:ƒi›aÄyCâ¼c*â|<q>¿q¾rq9}™î<™^õ™þù	2£¡™ÕŠÌü¹™%Yª¹ˆ[¨7âþ1™3ú\Z2ÇÅ™»j\"2÷B\Z2÷½)2··™§úÌ3²Dæï¹‡Ì¯Z†,È„x„ø!a%ˆgäÄsƒx›‰,Ü¾YÛ!^•Ûo¬ñÍ@¼×#KjZßÜ	ÈR}CdéüUÈÒØCˆßÚ2Äïh$â—gŽøõ¾A–¿ +NÞBüUYH€*YÙ½	\\ð	ÌƒžòFëmUž?UÙ4þ(Ð†ÇE‚OÿBV§îEV7CÖLÄ‘5Gí	)X‚„N[„Ö¤#áKA$âúZd­n²nîsd½\"Y‹¬¿T€l\0­‘hó$:à]q‰qöG6óáÈ–)…È¶ÅÃ‘m)ó‘x×j$¿ƒ$,Z‹$¬þ‹$$E¶—íÍw7J‘$Õ,$é’\r²s¬Ù¹ñ’|ñ’ÜÃ\"{œ¿!{Âu½“W {ž#{?mFö]@öSÏý¿> ûÿ™ )‹Æ\")¾’«¤\ZERçÎCRï7\"\"Î Þ#i[Æ uäàä$$sÛxäÐ¸ñÈa«.äpb3’uŸE²¿: Ù½™È{äèÞ»ÈÑ‘£ÕÈ±²³Hî6=äøÉã†!yb‘“J9y¡9Ym‡ ÈiÑE¤hrrÆá\0r&Õ\n9Sø9kô9;ë3rö„R<Í)ÑíEJš,s}<R:ë7Rê>¹P›‹”Í¡‘²¢gHÙýD¤¬¡¹8®¹¸érIã„\\?\Z¹<B.§!W^k#•§® •wâ*Ã&¤*°¹:aR½%¹NmDj†¯Gjân#7:JZ­õHíËHíoä¦¤¹ÙŽ ·¥!ÈÝÔQH]¹1r/[¹÷{\'r¿-©Ÿ•Š4Øö#ŽU\"Í5H“í¤)ŸG{ÀÈ“Ù7‘§{¥ÈÓÞ…Hó›õÈ³,K¤eÈ$¤Åù1òÂ¿yy«yEø!mâ™H›ñ8¤íÎ\Z¤­eò&Nykóy»ÖywÀy×ê´K;öâýH{m?ò8…¼C‘÷çò\\òñ¿úv¤=D:_”\"ŸV|C>½³@>ƒ8òÒB¾,[†|)´B¾œ­@¾”.B¾Íþ†|ûÑŒôÿF~ÌüŽühÔ ½óÞ€R¤7Íé-›ü4{…ü>zù}¦ù£Uüñ¬@þ&; }K¤Hß3äöé²	é_péo»ŠÀ¿™(øü\'\nu¥£°:	Eîú èÊ›(\ZøEkÕ(®tBqÃû(Y‚Š†¯EÅ¢¨Ø´•¼?‰Ê®ODåª¨ªB•3ÚPF/e>c(Û‡r#¼P÷pTsÂd5Ü¨A‡<~‹êŠÊPÝq*T÷‘/ªÛ2Õãß zëP½œRT¯ñ7ª?•FõåèÐìÙ¨¡Aj-B‡ûCGOGÏ¨IúqÔäª:æõlÔLP¢f»ÚQ³C‹PB-¶÷¢]jñã5:¶í\":ÎÁ7ó\"jù\Z@­\\ï¡Va7Ðñ{eè„•¹¨5¢ÖÏö¡¶cÝQÛ}cÑ‰ÂÔ>ˆNÞ²Ç¡ïuPÇ™CQÇë:èTÍgÔiÕxtšÌ¶=u)ŒB]Î¶ Ó±2tºz=êúx:CtÉ–¢n¥ž¨[e;:›˜€Îžzu{	S¨Î[ŠÎëšŒÎ|Ž.0¹‹z² ê¥{õzTŽ.Þ=\rõÑ’£>½E¨oéÔ÷6ºÔÅõ[rõk‹DW4ŒEý³¾¡þö¡þÍÛÐ•ƒþ¡+=î +ƒ`te¯>ºŠÚ„®JnDƒôÑÕ£o «/;¢!c×¡¡Þ›Ñ°\'4|G,\Zžû]kþ]?è-º!xºá¤\ZI8£‡÷ \'ïE7èÆ\Zi.B7»¼E7ç£èæ/1hlc9º5e\Zç*G_¡	±SÐí_ÐÄ/¾èŽ[SÑá5hòLc4ù†šÜ%CwÅÐènE\rºÛ>Ý}åº7nºo·ºÿ‹5š¢wM1´@SÎmBS®X ¦ÝBS£®ÜGÓœÑ´}Uhº‘z0V„fì|†fêÝ@3ÿÕ¢‡l|ÑÃ#ÃÐÃ\nÑ¬1uhÖ­ÓhVó4g„æŒM@sâ\"ÐœìX4çe(šóa$zôd4š»­Í-ÑEžˆæ­(Fó²–¡ù3tÑ|ÿ¿h~ô4¿Í=qFOôíCOæm@X-ÐŽEÆ¬CNÌFO­¯BO{FO¿?ŠÇ$£%þè½½è…ÄZôBû0´L÷\rZæt-›u-+üˆ–×ë£·­G/÷e¡W¾¤ •Ÿ\\ÑÊÞ·èUýèUýèÕaNh5´­ÖrF«+£ÕkÐk%Íèµ{‹Ðk_Õèõ·ÕèõžXô†üzãbZkí€Ö®qBoRèÍË^èÍêzôvä(ôÎš«è½­è½}­è}Wz?&\0}([†>\\‹>’h£IÚØaˆ6þ‰G›¸õh“mÚT€>‰ÉGŸÂuèS¡è3}Vbƒ¶ì”¢-® Ïw½GŸŸ9‚¶®z…¾ôýOr\"ú²5}5¶}eÝ‡¾Zÿ}Õþ}=¾	}=ëúúQ(ÚnrmŸô\Zmcƒ¾OtEßßÈD?ŒÉG;lÐG/´có´ã,‰vú}B?Ÿßƒ~þ<ý\Z‡~i°F¿jMF¿ê_D¿ÍF¿›F»˜\rh—æÚu§íºûíúÈ£Ý£œÐîCÐîs«Ñžâô‡Ã/´×¥ý¥Fÿt¼Bû‚æ¢ÿÖßCû!S´TÚoÖöGÍ@û3¦£ýùè\0RŠ­O0¤\ZÅÐá–cX{†ý‹Àðò_~?\r#Ê]0âæ;Œ¬vÄDðyLlž„‰}Â0ñ²lLb`‡IâÎb²•w1Ù†û˜ì€QÌyŒqS\Z¯Ä¸32Œ/?©jžbªßN˜zô-L}ÄS·…aš®S˜æO¦5ì¦­ç‚içbÚU‹0íë	˜ÎSslˆn¦{ Óƒ0½Õ?1½¼W˜Þ×I˜ÁÁHÌàÈSlhB\"6,~\r6ì[fZŒ\r÷/À†_˜‹°*ÆFûƒü[Oæ°Ñ5¡Øè/©˜©Ö Ì´&c²³/k¾{à663\Z[þgò×TYÀ,Ãõ1ËÚl¼ÉLl|­-6a¤	f3î/f3ëfË¿Âlí1Û¨ÿòôåØÄá¾Ø$ö6©ô6i ³×Y‰MY€M)ù9™aŽmŽØÔa7°©¡C°iŒ6í†;æ’2sùHa®?‚±ªÁØŒ#§±Y5 æ&ÁÜ¨cØì¸nÌsÁæôgbså+±¹†ýØÜßžØ¼Ò7Ø¼o?°ù6ÿq)¶\0¾…-h×Å<Æ÷asÛ1ÏÅ=˜çÞ˜gÁRÌó¹æùÖ[¸S…y±±Åƒa‹—žÁ¼Ó°%?ß`>ŽK°eƒÞaË&]Àü—b+z³°€!ñÈû‹­tÞ­|5|q|{[5e4ò”ý:„Ë\\±àg$Bta!Þ±ò×X¨‡…¾LÀÂªî`ágŒ°ˆá³±ûuØº‡±uñØ†Ç½Ø†g±\r_œ±È]ÆXôˆÃXôÉõXtq>¶‰Ü„mª…m€mN8m>tÛüÁÛ²Û‹=šŽÅþõÇ¶fÍÇâôZ°¸I\rX¼xÿp=–ýK¨þŒm—çaÛUúØö*¶½é–x;Kìý€%Ý·Ãv¦ŸÅ’ÃYlš‹í”b»£plÏ”5Øž§ÅØ¾Ÿ°ÔIk±ÔLK=iƒ¥ö.À\'`éÃÃ°ôØÑXúÍìàï4,3x\rvh÷ì°îì°?–eúËºn‹eêbÙi4–cÜƒ¹ñ;ÊNÁŽ-ËÂŽ½:„å¦c¹—œ±<t–\'Žå©¶byw\r°|h!vâ»;	þÀNîŠ„?Â\nDc§-ÀŠtß`E®qXÑu.ê&±3ºéØ™àuØÙå,V¬JÇŠ›°â-!XÉ¡©XIÏeì\\ÿF¬tü9¬ÔÚ+®ÂJÝi¬´ê¿¼%»ðDŒ•uÂÊ!%VþÛ»ˆÁ*nÃ*úý°KZýØ¥o[±ËzºØ•/XeÔn¬ê;…]µf°«?n`ÕmO°k\'7b×\rc×—ºb×o.Á®·\rÅjb°š={±š¼Ø\r·UØ\r¯cØ;ØæùX-7\r«}ÿ»™»µÍ	»]=»Û…Õ!û°:ËZìÞòØý%ØÃÑµXÃÐ9Xƒ%„5B_±\'…]Xs”%öltö,<k¹V…µü2ÇZù•X«3†µú™b­»¦c/Wb//Ea¯ß-ÇÞ0[±·7±w§°÷Ègì}oÖÁÂ>¹ìÄ¾*ÅØ÷¡õX×ôj¬+{2Ö]õ¸,Â~G±ëÒ°QYØ/,ûµ\\‚ýŠøývZ‡ý±à±?N…ØßÕ#±¿ïH¬oÏB¬¯½û÷æ,ÖßÜ‡;q ª‡Žþ§Ð\0G<Üq\\¿\'M\'ã¢÷qñ	\\rk.å÷àÒŸSqÊö®hjÂY­hœÝÓŠs•›quÐF\\(Ý‚kt×á\Zc®mŠkß¶Á5â:¶à:óýp\rJ|°›>d´5>dÅ[\\·R…ëöøázÛ¾áz{špý­6¸~å]ÜàòiÜàÉB|˜ô>ÌÊV­ÂGtÅå¸q~nüõnrt=>*å<>êD%>úîMÜôòOÜt`â]„é8Œ›Õ¼ÆÍ‡|ÀÍmÜÜã,nÞmˆ[ õøØ„p|lê;|z\n·<®À­ŽOÅ­n˜ããu‡àã—=ÀÇw8áv¯Â\'TŸÇmlnã6¶z¸ÍÎ[¸M-nó­	·à]7ãvƒzp»wñÉý¶ø”`k|JúOÜÁ?w[‰;MÁ½áŽ;MqÇ#\røÔ˜d|jZîÔÝ…O³º;ÿÆ]¸¸KŸ>Ý0ŸnºŸ™îƒÏÌ0Åg®Ãg¡Eø¬\0O|Vw%>;ø\Z>û¨7în·Ÿ·ì,>ÿ¢5¾À>_°e/îñéîy¶÷¬[Š/´Ø/|¶\n_äq÷zŠ{uà^\ZÜÛ0÷vÆ½/Vá>ÇƒqŸOÁ¸ï²KøR§6|éû»ø2íåøòÊø\n»)øŠžSøŠŸkpÿ\'^øÊßx >_µ%_õ5zö	¾iŠ¯^p_½p4:Œ‡}_†‡¯×ÂÃ£àáOjñˆ{3ñˆOðu’‹ø:u:¾aÕy|ÃÆ	xäüuxdÜ<òxYa‰GåÃ7\ZNÁ7Þ¿Gs×ñè?1ø&ÿ5xŒÞg<&­y±\ZiŸ‹oþß|ÿ¾ee4¾åí6|Ëçqxìj|«¼ßzi(¾m	ÇÙïÆ^ÅŽ4áÛát<³Âýa<ñÀ6|GÎG<é¾5¾sË|g[%¾³ÃßÙ;OöuÁ“Wäâ»2ßá»:¶â»2øh¾çÅ5|/‘Šï»¢ï?óO	îÃSÒâ©ZÇðTO-üÀž“xzÎ&ü ~~0x%ž1EŒg,‹Æ3Êÿâ™	ûðÌÔOxfC<~ÈÄ-Xˆd‹ÞÿÏjOÀ³/¯ÅxïÅ\\{„y4ÏEÿà¹5žÛž‡Ÿ óñ“Ê‡øÉ 9øÉT/?/ˆZƒ\\?ôŸÀËçà§­Çã§wOÂO×iá§ßÞÀOwüÆ‹Ø»xQ„Ÿ]nËôñbË\"¼xïm¼ƒ—´†á¥a_ñÒÏeøy™?~¾Ì?å	~þÍ+¼|\"ƒ_Ì†_vÿƒ_ö	Æ¯,}…WjÝÀ«‚VâU%3ð«³xüêñ“xõª>¼:ÿ~Íë=~mÅ0üÚycüúÐ[øõÐjüúÕ\\¼…×8â51µø9,~SÓ‰ßœ¯Æo˜à·¿Xàw5;ñ»Cþs¿»Ãë CxÝpküž»!~ïëoüÁüPü¡,8é þðû8¼ŠÂe.x£*oáû´ð¦µ¾xÓf¼iÞT’Š7Ýš‚7õ1øã,þX‡?±?™Ø…·Ì:„·l·7Ã[îÎÁŸ/qÁ_„á­ñ—¶x›Çu¼-ˆÇÛN\0øëqÏð×±£ð·q)øÛt[WÂàïž.Æß—<Ãß÷Ç?<Â;|ðŽYø§m“ñÏz/ñÏ¶3ñÏgSð/Mð¯g7á_{,ñoÓûñoµñïkÖá]•\Z¼ûÔ.¼gw6þÃªÿqÏÿÑfŠ÷®kÃ{7xoúaü\'i‹ÿŠ–ã¿Þ×à¿]Å¾‚ÿ>ÕŠÿ~Ñ…ÿÑæñ?&[ð¿²øß«x_’ÿÇ;áÿ*@¼³1Þ_ƒ ¦ø€÷r|àËA´_G€ó0Õ„\0K)zw”@Ô?ÄÀŽ@vÈª¨í0ãö˜ÅN?ÐBšh‚04\'Ä-0!™óô$d)úUr˜ w$Ê&;‚Clåg‚½7…àp]‚¼à|	>b/Á—ö*^‹Pe²„0ï0¡y}™Ð\ZšCh%7ÚƒfÚŸÚ_wƒ¡ÛÄ`b\"1xëbˆh11DaCè…}%ôö\ZD,aP3”Z²„VSEî	\"†Ž †ï;NŒx¬KŒ$Ç#i[bäH#ÂèÑCÂxÞUÂDvŽ01ë!FÏF‰Ñ«>£ã„iÔHbŒÕEbLT\'aæïDXœ{NX|ßNŒ‹~BŒÛ÷‰×õ°ä|Kƒ/„¥y\"a9O—°|’OX~]IXö|$¬’‰ñ–«‰	­«	ëá×	•/1±åaýš°ëAØ})%ìõ´	ûýÎ„ý½nbÊƒ/Ä”v„C¯%áèŸILÅwS‡ÄSW¶N6§§–#„Ó·QÄ´™	g­ë„³½+á\\H¸\'\\FU.%,áúî1#p=1h&fžšEÌ\"ˆY\'r	7·I„Û³å„Û›ÂÝÉ€pv\"Ü%î	ÄœÙóˆ¹ãpbîŽ˜ÇTó[Çšµ	Ë6ÂS/˜ðt]Nx–Ì$¥‰¯ñ×/×c„—¯ŠX<=šXbA,~¸šð‘J,™®$|˜W„Ï|†ðó™X*®#–fÌ –æ†KÏÆKïß\"ütëˆÎ;	ƒ\" )šX9d\Z¸.“l¼HÓk‰5Ã¯k¢Ìˆ5Ïˆ	éDèR#\"Ìêö$‘ûfO„çÜ ÖRÄ:v±žXKlð\\DD…WQ?kˆE-Ä¦ð@bAl±>Nl¹2›ˆ]1ŸˆÝ¿ŽØZt“Ø¶Ãœˆ»NÄ=o&â†Ûå×‰ÄÐÓDâåED’d5‘4Ì„H:<•Ø…ž&v‹F»#²‰Ýêˆ=6‹ˆ=µ‰½ÿôþSLì\'Üˆý+Ü‰ýÇÚ‰ý)=DŠc‘ú6“8³‚8pú-qàL‘f´ˆH›áD¤½F¤ö#ÒçéµïˆôæyDzûaâàÕÄ!Àœ8dHr¯\'²`k\"«4‰Èi¤ˆ#“eÄÑˆ£¯“‰Ü¡—‰Ü\'ˆãZ÷ˆ¼›“ˆ¼oáD¾f€Ès‡È_<•8©ßDdcDá¤ûÄé¨#DÑ´ÕD‘‡œ(\n<Ou‡gÀADÉK”(u\\B”î¸O”þ7[çO¿\'.”ü&.ÔÚeÚÝDÙ÷¢¬WJ”ãˆr\'¢ü˜(?·‚¸è¾’¸X§M\\|ò•¨¨®\'.¿!ˆ*‰)QµëQuh(Q½»Ÿ¸¶d€¸`FÔW7Ø\\âÆp	Q{Ù‹¸9}qË&“¸ekEÜºBÜ>¸…¸ýBMÜgNÜY‘OÜ‰xCÜ©_AÜéßMÜcN÷\'÷MkˆûÞ)Äý}æÄýãwˆr)ñ`Ã\nâÁ—â¡-ñ°oQ·ˆ¨ß7‹¨oL&\ZøDCÓ\"âQ²;ÑøÔšh|YL<Y‘A<é»I<Ý %ží!š-ÌˆgCYâÙ9k¢eÙq¢%-xAê­¯@âåö$âü–xxŽxÛy–ø°¾‹øðÀ‡øèÖO|\\FÖD§¬èÔ½Et.J|Ö6#>¦ŸÓ´‰oÊiÄ7õl¢KGt­¯\'º|ˆžÓ‰žãw‰žÑ3DüHÚ@ôÆë½·½opâ·Gñ»¦›ø“ý™øÓ«Eôé{}?~ýÓŸý®S‰µ>1ÐpŸx.%Á/H˜õ a£h.V“ÈÐZ© 1q‰¹Í#qµ‰/ÞAGW“ÄÓs$	äæ9¤8Á„”ú6’rÿS$µÖ¤¾= B8I?ï#Å3’™?…d\ZãHvh)É¾B²Ýy$ç°žäX“\\i3©:ð‡T—¼!±)<ÜOj–=!5N’Zò$RËõ\r©5ï9„ZIê\Z’¤Þ‰•¤¾$ŽÔ/Š%õŸ®\"\rRQÒ Ýš4ø+\'‡-üA«¥HC>š4ÔúO‘‚¾}\Z9bÎrÄÑNrdÞ0rä!¤‘«iäöŸŸIãÕi|c:i|k7iÂž\"MœF‘&±ÏH³2\'Ò<siÁÖ‘c\'_%Ç¥+IËÑ£H+ÓXr¼d9^JŽÙKÚlYOÚ6&m§½ mgú‘¶oH»5ÉÉD9ÙUM:ìyI:ÜÒ%1Òq;HNõYDN%§žùMN³øFNË¯#wÎ©^¤ÙKN€I×³ÛÉWÊI·­‹Hwÿc¤{Séþ½“œ#i&çLyDÎ)NÎ­aÉy²ä<íä‚g†¤ç4Ò³ê¹ðd¹°Ä…\\dëD.*\'½¢<H¯ä³¤×¡¤×ûç¤×ç}äbß¿¤·×ÒgäZÒW“NúÊ!}°¤ïÇcäÒµÉ¥	{È¥?-ÈeeKI?Äƒ\\fN.Ð@®ÑC®¸N®hM\'ý]êÉ€‹É•OƒÈÀ¶…äª:rÕï¯äª¿ÃÈ`Ï?äj#sr\rÓB†Œ\r C\"2äÈw2¬Êœ‡¶’á§‹É§2\"4Œ(|L®Ý/%×>ô&×•©Èu³Èõ›GLf’>O##GF‘n¶dd/FFÑSÉ(ÏKäÆuëÈ1ÏÉhÅ2:y4¹	­#7ÚJnòÞOn*~FnºlDÆ¬LÆ´-\'7;DnNYOÆ™Ý\"Öm$J«ÈÄ±dâÇŸäŽ5óÉ¤_dR¿7¹3$“ÕÎdòždr×¶Nr7ñÜí#&÷É³Éý÷BÈ›dêõÍä-òÀÎ•dÚ=rð›™9ÿ)™¥ß@f™U“Y•ÙdV+™½n\'™Sµ…<²RF…’Èc/=É\\„Ì\r¸Kæ^}Hæþ»Eßõ‡Ìk:OæË´ÈN\nòd+Y°$RkÈÂï#ÉÓ¼-yúD\ZY¤¨ ‹†~&Ï<!‹-F’ç`#òœµynZ\"y®YªåC^ðM!/„m\'Ë&\'Ë¶=\'ËúlÈò‘ÇÉr¯J²<|-Y~ë=y1MNV¬¦ÉKZ:ä¥©/ÉJ·Gd•=yµ`yµûY=í5YâIVço!¯Ó:äõ\"%yýÚX²f¦+YSêJÖºe’7N7ÃkÉ[„š¼ÓMÖé<$ïÍ{K>pJ\'\\t ŠÅäCcòáòaiùðëU²Á{1Ù8MŸlÊ-&›n‘Mí×ÉÇ.ÅäãKÈÇo{È\'kÞ“O=¼ÉfY*ÙlžO6OÍ ›Wo!›“zÈg†³ÈgþŸÉg_EdËŸ·äóR;òùóäóß6d«‡5Ùê÷”|S½…|ó=—|;¨ƒ|öœ|[’ïný!Û¯\'Û¯ÆïóµÈìkòÃ5=òãÌ²Ã²Žü”0œü”QD~6?D~îÚN~9ú€üRJ~[‚ßòæ’]ÈF²»xÙ]æMv?u&{râÉ^Âü…hÈ_êJòW=@þ¾ÙDþbÈ?-É¿V{È¾É¿É~å²ÿò(²¿ê’Âˆ€Ú=\"pÉUÜR.‚¿d‹m\"TvPDL²‘>\"²ÿ–Hlc.Ïz+{­‰k(‘|ý8‘¼ÇQ¤X½F¤xKŠhŸ\"fZ…ˆõu±¯oD‰øˆ‹\"õ´ñ\"ÍÂf‘Îî×¢!;4¢!BDºÊH‘Þ_\"½gÅ\"½·Ž¢aŸ\rEÃG&ˆF:o;œŸ™/2~á/\ZÝ÷A4vm”hÜ°Ñ¢qwAÑxH\"\Z?\\#²6ø!²<Ed\',ÙÎMÖÜM.s9¢‰\"GŸ¹\"Ç–]¢©óÑ´3¯EÎ‹D.ØÑôª¢ùËD3ÞD‹fžˆÍ.¼#ro=&š“›,š;shÞ Ÿ¢yCÏˆær¢ygîŠ<NOytõ‹Z-Š(ZT†‹¼Šgh‰¼oF‹|2)‘O•¿È§m»Èçc—h™â»Èo¦©ÈÏëÈï„½hÅ\\sÑŠ¸?\"‹¢€7E+ÝlD+?÷‰cƒEAC/‹ÖTô‹Â¾6‹Âo.…w­­ÿ\'Z{ÅV´ö‰½hCPžhCÊÑ†*R´ñÌ^Ñ¦nGQL‰B´9ø˜hëÁ¢xì‰(¾ÌB”xÿ±(	>+ÚéyR´³¢H´¿ðhÿÓõ¢ýß4¢”‘ßD)!Ù¢”®±¢Wæ‰ÒÊÇ‹Òú–‹Òsgˆ>>/Ê0_+ÊÈÛ-Êxë&:4¯Ht(cŸ(ûBµ(»)T”#d‰ŽHmDGM\rEG“:DGó>‹r“ÿÓn!:¾æ‚(ïÞQþ;Ñ‰(mQ¡h±¨pòZQÑ²¢¢ÌzQQùPÑñÑÙà	¢³kÒDÅõŸD¥Ã÷ŠJFˆJfˆÎ‹Dç¥ûD*kEe«V‹Ê‚Då‡µEågBDþ3E—äDWfžU&é‹®nµU«­D×®ý]ûüPtÝn¨F–#ª©ž,ªýÆ‰n~±Ý28.º¼Ý‰4ÕY´ˆî…¢ûç²EõäQý§vQC”RôhþOQ£è®¨)ØXÔT0Aô8K*z¢q5+5\'E/bíE/®^µNX.jm¸,zy^½z—,j›é)z3h¼èMôÑ[ù\nÑ;Å4QÇ–Á¢ŽDÔŒ‹>/[(ú¼â©èóÚBÑ—DÑ×ä‘¢¯gôEßÿë½ï¾ïE]ßòDÝ7xÑ¿µ¢¿(ú»ó²èoÆ}Qß&¹èßƒ6Ñ¿®·bÀJ,F&U‰QÇ1šê(&òûÄä‡]bQ›¯X¢%KÆîË¶ù‰eÙ‘b¹l‡Xžó],¯8-¦µ2ÄôøX1íü\\¬?ˆ™=Å¼ÿ\"±ºd¥XëÕFñà±ùâÁ¯VˆõÜG‰õÚÒÄJT<tâ5ñPÏ	bC¡C<|¹£xDõ\\ñÈÉÇÄ#{x±Qõ\r±ñc±YÞV±Y‰ØjŠ£Øª³C<áôNñ„ÒUbkÀPlí½Tlâ$¶üX<Ñ/WlŸ÷J<Å@ç?ÅSÞ;ˆ§z±b§6b§ÄÓÍOû˜.žö÷¨ØeõlñtÝfñô`ØµËP<kUxÖ³/b·=b·Œµb·Ì$±ûžíâ9þâ¹]kÅóŸT‰=ïbÏâÅÛ—Šïš-^ü¾P¼øÛK±÷FkñÒE“ÅK;Ö‰—‹¦ŠWÌm¯ø¾Aì_)ÜÄ•§Å+~‹WIÓÅ«j’ÄÁ¥´8¸‡tDˆCg¤‹Ã4Žâ°Î­âˆöâµfqäu‘xãÕÛâM…vâM¯·‹c€qŒ®x³Ö\\ñæ¾Ûâ-•ÛÅqjSq<tCœà$ˆ|ëÅ	ûôÄÛß\ZŠ“ˆwz4‰“K«Å{!ñÞ–.ñÞŸ×Å©Q¯ÄjÅi›÷‰Ó’ãÅkO‹>JgŒgiâ¬ËíâœÖŸâ#ë§ˆw_çé>ç]\\,>’(.­üÝ*>e(.{G\\Ø¡Ÿ9ŽŠÏnr—nÄ¥oÖ‰ËÆ’âò¢§â‹CŠ/º}W*WÄ‰/{ˆ/o._ÙÑ#¾R˜+®Ú” ®Š;!¾šm-®·H|ýÆqq­«…øVÂñí[CÄ·ÛôÅwŽnß9»U|wˆ“¸Žú(~°¶Pü™%~¸cŒ¸þâhqƒ%\'nðw7ÄM7|Î7\n£Å[ÄMî:â\'Ôñ“ì`qóþâ–Ò[âç73Å/ö›Š_4:Š_ô¾·êí·î£Å­Öâ6ËGâ¶-®â×Æ‡Å¯ëäâ7 •øM÷ñ;‘½¸½·ø½iµø½óxñÇ+ÄŸx‘ø“û)ñçkÅŸ¿“â¯ý£ÅßdÁâoË‹¿[]w½VŠ{–ˆ{>6‰l©ÿÅ?:Å¿¦Xˆû&ÓâþAKÄýÆ×Åý»Å«\Z$ÀÝr	˜.‹ÇKàï%xóc	±¥XB> !Z7HHi„ÜûX\"\"~HDå$¢[Ó%bm=‰Œ’(§]•0A\n	{¡O¢rš(QŸs—®áä ‰¦÷™dÐ\"™dÐ2dÐ†\'¨F‰ÎÆÝx[‰nÉ6‰^¤§Dè ‰Á‰’¡‹]%C?—Ë[\"1<m.No“Œô•ŒüsIbœ{Eb²ò‹ÄäƒX2êŒ£dTçQÉhûÉèd±dÌõ‰ù¶%‹ë=’±Á’±»Í$ãG;I&´‡JlÀ^‰M„Äæñl‰]À3‰}¬—dŠ¡Äá€½ÄqÇ\'ÉT#B2ÕÚLâ4<Nât÷¬Ä©a–dZ ÄYëªÄ¹ì»ÄÅõ½dF,™ñï’dfÜnÉ¬k	·I.’¹çwKæ`$óúd’ë½$~C“ýJ‰GU­dá?Éb“g’ÅÙó$‹KgH¼_6K–ÈI–èDI–Ì<#Y²<X²$Ô[â£Þ+ñ‰Z%YÆÍøï!ño«‘LÏ‘ô8IV“¬\\ÿJ¨n•žÿ\'Yg+	z\Z(	zM²fe‚dÍë½’5?%!îç%aÆÖ’°’$IØÅ{’°G%á²IÄƒ\nÉZç,Éº	’h|ƒd“\0I6õ“ÄÜx\"‰umlåÞJ¶^m–lû+Iòž&ÙiGHvúÛK’OèHöx{Hö¬Ú\"Ù;û¦doê	ÉÞ×%ûæ¸JöÇ™HR}ÞHL–¤ÕÍ¤ÿ}-ÉPÄK2I²¦r’l™½$»·Q’“òPrtœXrtÙbÉÑôLÉÑWI’\\ûe’Ü½’¼Å€$ïõiÉ	}7É‰­í’‚¨S’SóHNeÞœ:üLræÔ!ÉÙ™³$ç>ëIÎõ‹%¥n»$¥>*IéÉùU¹’ó¡%e+Ã$e]†’\n–Tž—\\ú¼_RéòHrmÃÉõ^’[õo%wxSÉÝë%uò­’:Ã5’º]’{›s%÷v~’Üÿ¾XòÀw¤äQñ9IÓõ%’§vÑ’æºÛ’g¼%Ï#s%Ï¯·H^¾ yáòKòbÍIÉ‹ØÉË£¥’—§â%¯®\r•´Ý³´=ì”¼Þé,y§IÞï³”|0è“|„^J>Å¬“|öWK>7œ“|þ |Ùë&ùò3HòmÏHÉ·ôc’ïæ›$ßoŒ–tk›Jz¼T’ž;¦’3K%?‹GI~<(ùÝm+éû›*xzI\nÙ­BSl¤0u]ŠøšI	i¼T$K—ŠO$KeC»¤²á®RÅÊERÆ/IÊ^”ò\\ª”;-Õš(ÕZuKªmûX:\"w¨tDï?éÈ©“¥#ÝÃ¤FÛÂ¥&`¨tôK:J’!5ë¡tÌ†*é˜Ýk¤f‹‚¤f‘{¥æ¶ï¥æÕÑR‹©/¤.W¤wJÇŽŒ–ŽýI:6ÍP:¶»UjÍ’Ú$Ÿ–Ú´ØImg®“Ú6<•ÚäHíâû¤vß‚¤“FäK\'…žÚš#V,œÇJ¦ˆ¤S-B¤S[ÇJfÜ—:e’NÔÒiÿéô\r…ÒÿîJg­:*uÓv”ºç¤³ŸŒ”ºGŒ’ÎqÛ)‡TJ88K=ýí¤ž)C¤-FH½¬Ì¥‹OóRïd¹Ô»¤Oêãè)õm,]v8Pê\'¬’úÜ)õ›Õ&õKû-õ«\Z®½•®0Ä¤þúÍÒUë6KƒüZ¤ÁÜ&i°î9iðÐ×Òà¸\"ið{‰4DV#\rÑ,\r·JCu—IC#>HÃ^n•†uœ”†ý®•F\Z}“F:àÒ¨S¥1û^I7»I·MÉ”ÆñÝÒ„ï¤;&H“–‘&WJw‰é.ýíÒ]‘ÎÒ]\"¤ûmçI÷?É”¦Ø–¦\\Œ—¦Ö”JÓWèK3‡Íöé“fÕŒ–fß´‘uù =zè¥ôøÁ§ÒwéI]\\zò×3iæ*=5í¡´èl­ôl}µ´¤ê­ôÜºÑÒòƒ·¤cii\'½Tä-­ÜþTZ“&½–î!½Ñ\'½Þ»Kz³÷ŽôÖƒÒÛf•Ò;K}¤uáqÒºæûÒ{p—ôÞ¥péýa¤N¨¤õfþÒG+\"¤5QÒÆºÕÒ¦	ùÒ\'sNJŸôß”>½²Qú´ö©ôiý%ióå‘Òç–‘ÒçofH_zºIÛŽ¸J_[“¾ž%}kHßvµKß­Ì—¾’~œ íØ½MÚy%Búi»ZúY·Kú¹6Xúua”ôëÁ?ÒïT©ô{ìni×è_Ò®\"éeC¥½i¥Fß•þÉ/ý›*í!íûýGÚí”öG®•»¯ÈÀ¢/2èJ…~<H†ú¼•¡ûeØ3s~AK&úIÉÄà™D\\.“ŒçeÒ€-2¹i«L~P¦øR/£Ï¥Ê˜rLÆbd¬K¦Œu?.cÿÛ—3dÜOöÉøq™2µvL½÷„L;v°lPÞt™ÎÍ8Ù`tlpc½L7ñ³Lßj¯ÌÀlŽlh°Ì0ÚD6¢ò“ÌèV¯ÌxûM™	rG6ê¿5£Ç>‘öú$35ÉÌ>’™=L‘Yï•=á#[â,wÉZf‰¡²	JG™­ùp™­ß|™}ùhÙä|©lJ÷\'™c²H6m°lºI¦Ìu¿¿læ©e²™­d³*@™[ôBÙ<¨D6y,›—â$›?>L6¿\'EæñFæ9¨XæéýZ¶0èžÌ{ñv™wò6™Ïb‰Ì÷H˜Ì÷\Z óÃ¿Éü¾É–o›+ó÷m‘ù—_–…Ôî“…<Åd¡\rÍ²ð¬í²ðógdáõdkÅ:²uK²dd‘¶?e3e;É¢É¢OúÊ6Õ.’Å¬ß/Û²u…,¶0YÛî(ÛvÍ]g,‹\'ãe	#»e	Ë¶{xËõÞÈwN‘íø³D–T¾K–ð]–¼ÇR¶gîzÙÞa¿d{­\neû}ÏÉöß)‘¥’¥š.;°½Bvðœ ;Xá\";X7D–Ñ;L–ñ\'YvÈ=U–Åò²#9•²cV~²c{]e¹þ²ãÛ>Ëòç¨e÷Ãe§ææÊ\n§<–öÜ•ž&;cœ(+®é“ß\\ ;7ì„ìü„ÙgmÙ…ø0Yù°²ò	–²K—þs£Wv©.PvÅ“”U«þÉ®…ÈjþêÈn˜•ÕzËdwî\'Éê‚žÈêÎZÉêªâe÷„ÈîÛËîÏ”=lœ {<§]öDy[Ö,þ)k¶t—=KY\"k!\\e-ò]²ç¥Ke­Ü!ÙKî•ì¥±›ìe -{óYöÊ<BÖöx¶ìõSZö&ÚQÖ¾ã©ìCg¡¬Cv]öIY.ûlž%ûòV.ûÒÓ.ûv{ìÇÜ%²åkd½Ÿrd½}5²?E¦²¿¢û²ºoeÿ¶—Éþ]2–õ7|“\rÊ‰Fò¨nŸ-GúFÉQï09N¿ãËp9~¢RNìû,\'~-’‹nŒ”‹ÇEÈÅÆÈ%¤¯\\jËÈeîÛå²öyrqGNXÈ•«ålÂ69{\\-çI7¹`\"×>¯’k×WÊ5úÉuš¹Nïxùàç9rÝ{§äúë¹A­£Ü°è­|ÄÍ-ò‘ä#o}–M©–sóå&¯¿ÈGédÈM—·ÊM·5ÊMK¶ÊÍjäf?7ÉÍ\'Qò±À¹e,·J®•[•gÊ\'x—[w¹ËmžÛý,”OùÈˆrÇ1˜Üñ/*w:yLîôq@>mßEù´ëåÓ*óåÓ¡rWí?ò¢9r÷õkäsÇäsNFÈçôî—Ï{§–/°\Z*_tYî±òƒÜã[™Ü£\'Hî¹b°Ü³¤H¾(E_¾(s§ÜË¾@îu×Z¾—{¥äK>‘/Û5Zx©A|¡B|­|õ]N¾&}¢<äé7y˜Ö9y˜Ý#y¸»§<\"ì–|ýˆy¤n¨|£LG¾Q1J¾qà´<:I_ ß4wª|ëätùÖ?”|ÛX¾­~›<nêyyÂàvùÇHyr§§|×‚ƒò]ÿ¼ä»7¤É÷„›Ê÷4˜É÷uëÉSÞ¥ÊS%Õòƒ‹¶ÈÅºË³¬Ë³o“gï~(Ï>÷[žóï‘<×ÃHž›0C~<€’ç›ùÈOÂå¦GäßMäE›cäE/”ò³+Kåg¿Œ”¤É‹\rSå%­åòÎÓäez¬¼\"/G~i¨‹üò¤xyeëyµÛiyuÖbùµ±Æò\Z£&ùÍ†JùÍ·ò[™\nùíš6ùý§Cäš|äß–×]—?úa*onÊ›’CåM5ògfñògï_Ê[YùËe×åmÛÞÊßþ-·W×ÈÛ»Xùû;ÁòC3ä÷UòÎ-iòOZ¹òOËäŸÞêÈ?}ªY>Xþõ4#ÿö4ZþÝçµüû\0 ïÊÐ—÷z£òÞ§ä?ïýÿªø*ÿ{¡OÞWÕ.ï×.¨=AeÙ”J!ø\\\n‘÷PøP\n_Dá›/Päh=Š|ô‚\"ßÖQ¢÷)ñ¬Å”8`<%Ñó¦$¿!J¦XJÉl£)Ùµ­”ìó9Jn6@ÉÏ\r¥(AQïÊ)ÅêHŠŽÜGÑQý”òîSŠ‘®¥Ó§»‘ ØC»(.éÅµ†P¼¨…Rï\\K©û#(MÈbJËš ´šÃ(±7¥£¹MéXÆRCì¾PCŽ\\¤†<¼NéÎ¸Bé}ÙIé3‹)}­`Ê\0~Fõ£ÚSCÛQÃÀRjXÒ=jØ/kÊ0{65ü¼5¢b5âQ 5’\ZG|]CMúMÍà(ãK[(?5e’s–\Zeúž\ZÕZK~æF1\n Ìò%”ÙµTÊ|îyÊb=H=}“\Zg¸‰\Z·b+5nS?5n×>Êj\reuv5á~e³Ì–²‰¢lî”í³ÔÄ‡Ÿ¨‰õ(;ó¹”]X85©óeïö—š2û5eLM	þC9¬YH9äl£zÖSŽ©©©ñÁ”“åÊ©¬‚r¾•E¹ø–Q.‡’)—ãß)—†§Ôt£óÔôEæÔôðÔôW_)×É<åêaCÍx~‘š¹Ÿ¦f-:H¹	{)7¯&Êm§åûžr?6Žro7¡æ9@Í_KÍ÷«¢æ¦DõP¢RÊCœKyþ-¤Ú]¡¼ÖçR^Ÿ\")Ÿ÷)_p7å»—£–n»F-+¾EùÉfP~ñw©åZ?((Š\n 9*àÃnjåüñTàÐb*pÃ<jÕÃ\ZjõšrjuR\rj<›\nË;K…§™Páã©µîµŽO­ÿöÚp¾ŒÚð£›Š,ÝKE^ZLmÜ2œŠvN¥¢£QÑ·¨MŸþP›>o¢6wÛR›ûNR[&Ž ¶¸(©-þs¨8¿X*ÞtµÝc9•˜XDíàë¨ZATÒ¦[T²™#•œ÷Úåð‰ÚuÊžÚuë&µÛ¥…Úý=‚Úû{\"µ¿@DØ¸Œ:pÔ—JŸ™K¥Ï’Pé¯S\rÆS—¥Q#â¨ƒYÔÁ?MT‘Ee8Î£0¦=L:#¢²¾6PÙzaT¶~•ó\\JÙoN¹0ˆ:za•k±„:1$:q7˜:ñ;Ÿ:¹Ç*øz‘:ö‰:õc!Ux«˜:í6‹:sâ+uæ·@yR%ÃÚ¨’ÄeT)µ‚*~:¿åUvzU®ô¤ÊèQó?QðFªbësêr­	uyàUµ=Ÿºj1„ºÆÔu¯NªFg:U³fU»$ŽºeQ·ÞjQ·¨;NvÔ]Õ^êÞ?êÞRê£.õ`ö\rê!ÈSõèÇ ªÑ²Šjü`E5þœG5U$RçSÓ”Ô“êÉÝÔSG\rõLÏ—z–^Hµ¤‰©ç›HêùnõBkõÂtõÂÕžjój¦Úâ/Q¯ÕÇ¨7ƒÃ¨7—qêŽõ.v	õÞò.õ¾¢œê8ÔJu\"AÔ§A~ÔçN?êKdõ5&”úú®˜ú†É©oK©ïùo¨.³OTWàfª«§‚êÚMõo¡~NùAýr- ~Ï·¢þàºÔßè§Ôß_ÆTŸrÕ7*‹ê»ð…êÿºNôR€­ÐÎ•\n¨h°–®RÀß*YKØ(^:[AäÝRÈ‚\nYï?…Ü¨MAÝ²S(êÖ+èµwJ×9\ne¾BYÙ `4M\n¦|¼‚ýòGÁ)ó<uCÁGØ+ø‹£ª²A\nuû9…0\"\\¡=¦Dº(í\\§Ð14TèxVè¾§Ðcúz—ä\nýA†-Å\nÃÎoŠáó—*FÌ^£±«B1âŸ›bäïá\n£ÁM\nãÒ\nãkk&T¾ÂdpÂ$xŒÂd‡ŸÂÔ)J1†V+Æ,WŒ	ñPŒy>MaFlW˜yW˜­y¡0»ž­°Ð8(,VD+Æ¾?­7ÆX1ÎáœbÜò¿\nË¹Î\nËÐŠñ‘Š	7:^+lMÔ\nÛc/vZ“ uŠIç.*&}^¬°7þ¤˜rèºÂá9¯˜\Z®R8ñ{Ó²ç(¦ÝNR8«P…ëŠq\n×è8ÅŒîlÅLÛ^ÅÌÄÅ¬i!\n7SFáöežÂm F1[ÿ»b¶y®bvHžÂýçDÅ<»ŠyåŠùì\"…\Z®ð¸,(<ù …§©X¸:R±pË0Å¢1c‹Ž†(¼$s‹“[Þ‹êK–ÞV,é¹¦ð­Ÿ¤X¦{_±Ìq—bYB¨ÂÏd˜byã|Å\nƒy\nP¢ð7ãþ9cþµËŽCuîŠ€nŠ•sŸ(\\Q¬’/T¬r~¤Ú÷MlúB|=W±¦m¹\"ä½TÚ)Âlá·7+Â»+Âûþ(\"þë…ˆq–Šˆ}†Šµ*Ö®;«Xû¯@±á÷*EÔñ¥ŠM¼›_ŠØ+ÉŠØê<EÂæmŠí»‰Ë+‰›6)+v0;–MPì¬«Hö?¯Ø•ˆ)v\'J{GSìuýªØ[ˆ*RWe+R7MV¤nÓQ¤7¸(Ò;}éßÆ(2|)2Ò6(2­œ™ŽÇ™±2Å¡Ÿ&ŠÃqƒ‡Å*?YfAŠ¬IwÙ?ãGvKG\nâÇRÃÇ…3Š<Ã%Š|›4E~ôÅÉÅÉ½\'»AEv¤âÔbNQ8b§âô˜ŠÓ¿íE[ÕŠb·¢Ø‡TeçW¤]ŠrýZEî¨¨¸’¤¸´Q\\Zí¬¸t¶Uqù}ŒâJ×IEeèE2_Qu´âê„ÿVýèQTÃ‰Šjñ;Eu‰—¢ºûâzÉ\nÅÍÑžŠ›ã‡(n¿¦¸…\\TÜjwUÜNx¬¸ýý¥âî¼*ÅÝ]KuÆmŠ:oµâÞÌxÅý ©¢Þp³¢qˆ•¢qäEc¥hÒ¬hj-R<¶z®x‚*ž°õŠ§ç*Íæ‘Šf§pEsï~Å³¼EKùÅs—ãŠÖÛmŸ6(^/tR¼®Õ(Þ«x´Rñþé~EGL»¢sJ»âS £âS_¡âËÅ—»]	ñŠîêEï~ÅO{•â—ëÅ¯…ºŠ_‘y_Å_a¾âï\"Õî*úÌ!\Z˜VFÿ\ZiÐè\rÍ¦áCu4rI ‘ƒ4º¥—Æ\ZŸÑXÇ\\\Z_/£ñ¨J\Z¿PA“gúh‘^-ŽVÑâÚ=´Ä„ %û/Ó’ÛiYIMOghúã,šÑ²¥™ã›iæoÍ:\04[“Gsw_Ó*µ/­òSÑª·ÿhuH6­Îq§…ui!>®¥…Z†ÖØÕÑšË¾´–I5­}ý<=èu1­SCÑ:¿çÐƒmjéÁa¥ô[Öu«¤õ†œ£\rZëè¡ƒuè¡A0=4¤G>t£¶¾£ö©i£œFz”m\Z]H›\\¤Ç8ÇÒcº÷ÐfÆ‹h³P/Ú…h‹¢\0ÚÒø0m¹0•¶Ò¾H[íÒ§­š:é	E=áÁTÚÆum«½’¶µ5¢mÃ2iÛ_½´ý(m_MÐS*GÐS±ôTj=uýzêÙ“ôÔÖy´S‘=Í¹˜žØ@»Œ¼D»LF»ì© ]îjÑ.ßkééoÏÓ®ÜXÚõPíú/ŠžaÞJÏÜ§EÏ¶8HÏ~Ù@»ëHh÷¡ïh÷—h÷×=\'@ž³n=çäIzÁZ˜öð™E/¾½Œö®O/™ô—ö	Ê§}n¦—Í¼Aû¹O¢—×<¢—?¦éLÌ~Ó+\nãé\0·2:0HC¯ú\"¥ƒþyÑ«ã«è5«Eôš´Z:£éÑwéPG5ök-îj@‡‡EÑáçMèðŠ<zm\rA¯¨¡×]MoP¹Ðúºé¨­\rôÆýÛéè c:úÎ}zÓ{5£?„ŽYèGÇì¸Ho±H¢c­7Ó±³NÑ±Q–ôÖÓ†tÜÚñtÜ/3:nÀšŽ¯]O\'Ø-¤®‚ôöS:qR:8CC\'ù/–}§w,¯£“ò¿Ð;g×Ð;Í¡w¦ˆéäÐtrV!½KØGïò:Lï\nÖ¢w8Nï–TÒ)3ÇÐ)W³èÔ–têÊ\n:uGús*}àŸ#~MNÔ\ZDgN¡3ïåÒ‡¼sèC§éÃ^£éÃùatV¬ÍÝ¢³	úHÆ?úèi˜>æhIk_Iç&TÑyØq:ïÊúäütÁbwº è)]p.œ>ÕÃÓ§“nÓ§k¦ÑÅ®WéÈ‡.‘¢KšFÓçL;és=ô9ÏAt©];}>m8}áÛ*ºüs]á\rÐqéô¥múŠg1}åÌújœš®EÑÕ©»èk=³èZƒºÖy}KåMß2×¢oOˆ¤o_½LßE7ÐuQ=ô½­Öô½‹–ô½>¾O¤ÐõÒº~b,]x†®?5”nØ¾Œ~$Ê¥™ÕÑ\Z·Ò^“èÇŸÑOç=¡›7}¥›ïÎ [†™Ó-Þ™tËï|ºåï|úEÉ\0ÝzN—n½iD·>w¤_n~A¿lJ¿2´£Û`Oº\rÙC¿;”~íÏÒ¯ƒýé÷‰Iô‡ƒ“èÂsúãóññªýñY4ÝžAwl˜Kw´ÖÐ¾ÐËÓ…ÇèÎ‡&ô\'¿úSpýuu2ý5TB½GÿdLw-ú@w-í »\"fÑ]GÆÐÝ¿ÝéÞâÝôÏ=Ïè_¾Îôïåcè>‹|úŸe%ý/Øî‡ŽÓ»>*¡k%:dƒ[8B‰ítSâ`¢R”sE)ÊµPŠ?nRJ‰yJÙì{Jù(©Rþh’Þ*©™”ÔÎ‰J´BIÛLQÒ›£”LA’wOÉõ„*ù“S”*Á\\©\Z“ªTÍ^©TEŽS\nf Rx²G)¼ÖRj)(µGnQj÷?U~²Z9äÊ$¥®ç	¥ž×]¥Þ•óJ}ÓÊÂeåHÍKåÈ9uÊ‘¯‹•F/Ž)­Jc;{¥Éàå(ózåèã³”c´w+ÍÌ+Í¼•æ&?”cy¥rÜ”ñÊqá€ÒÊ7Z9þ{ŠÒšÁ”Ö6û•ÖÙ‹•6±o”¶ý5Ê‰ª•Ï…)\'<WÚ0J»ÿöµ{ì¤œ|¤A9sSN}Réð4Sé$+œW:•V:ý;£œvl±rZ™rº5®œ>uÒµ¨Léz~ŸÒõÃOåÃ™ÊÏß(g½2WºËWº7­QÎ	¤œ³3A9·‘rÞsZél¡\\¼gƒrñIåâ²³Jo¯J½\\¥Ï¶©J_Ÿ7J__c¥ïnC¥ï‘XåÒåÊe³”Ë¾¶+ýúæ(—Ã×•Ë‹F+—ßÈT®µD¹rpµ2HI*ƒÛ•«\'(Wo^¯\\}Ï_¹FºF’ä¬ùî£U_Q†VÊµ	2å:Q®sØ­\\7ÓI¹áí^e”ì‡rSÀwå¦U•›úß(cÄ)Ê˜ë­Ê-š<å–ß¯”±fW”[§}Qn{F*ã>)ã¥Êø‘w•ñsŸ+ã#b•	ÒmÊ[@¹;§Ü¾‚WnOß¢L|3I™ÄÇ(“\'­PîjîRî¦?+wJUîKKU¦²Ê”œ…Ê4ÑseZùeúece—­Ì˜h©ÌØl¨<4ÆQyh}ŠòPëBåá CÊÃQzÊ;eÎâÃÊ#V±Ê£’1Ê£ö6Ê£eW”Ç°Jeî\"oeî[©2/(S™ŸZ£Ì¿„(OŒÙ¤,Pö)œ•§&´+OÍÇ•§Ž7+÷¬Wžù1HyV¬<«=DyÖh¡ò¬Ã/eñÇHe‰z®²df«²Ä§ZYt]YÌ*Ï½§<wy©²´ÛLy=¥,#Ÿ*Ë¬o(/^Æ”o~SVXè*+Æ>Q^ÒÛ«¼üc•òJô}å•ø_Ê+/.*¯tÝRVY¶+«âì•UÙ¯”U]”Õ§ieuÛåµ‚ÊO£”µî¤ò–ƒ§òÖ®å­7”·ÇqÊÛÃ”·³TÊÛ\'Ì”w$mÊ;¹¤òÎ›­Ê»Ë—*ëlb”÷Vÿçi™ò¡ž²ñërecßiåS@ÙÜôDùì˜‹²el›òEÞMåËƒ”¯Ž+”¯Î)_½ý®l3¦|=\'Lùº\'Wùöä!å»ªBe{h­òýš^e‡ºRÙ1šSvÒû•ÅÕÊ¯•Ç”ßþìW~?>OÙ5E¥ìú®PvC®ÊîÛÑÊž¨²wò€²÷e‚ògÔ`å/ßËÊß3(ß—*ÿìUþKÊg\0¬‹fÏa•¯¤MÁ`Û¯3Ò¥µŒ4\'‘¹ÃÈ7Ù2qƒQ0ÉŒâX:£4¹øßð¥0J—iŒòã†Ý3ša;ãÞ©ŒQÑùŒj÷HFØ–ÉhÂãÍƒßŒ–ÇdF[]Çhû{3ÚÏ¾2ƒœ3:£›%/™Ág62Cœ\'1ºFžŒ®Ù4FoÇ;F¯2šÑ{0ú	ÚŒ~Õ)ÆÀ¥ž–º’1t\\ÅþþËŒ¸òñúc´ô<c\\ò˜1™r1I¸ÉŒZßÂŒ^óŽ\ZÁ˜Æ|gÆÄîdÆÜËX$ìa,Ç¼d¬.`Æ{É˜ñË{™ñy•Œu@c³/œ±“Ÿd&ùÚ3“B´˜Iì˜I™·û0Æþp,3¹5š™i1iæÌÔËÙŒÓª\0Æ©êãÔô“qzü™e¦•}eœÓ­ç2GÆå…;ãš;‚™¹n3Ëø:3;ö3ïx!³`ötfÁ²fAæbÆcó(Æ3jãùKÂx[Ìøè1>W2_c	ãkoÍ,ÝªÏ,m\r`–þýÃ,[ÙÆ,»÷YÖìÊ¤²L@])³r{³J4ŒYÕîÃ)Lð\\&8¶‡	Î?Ë¿úÎ„L™Ï„Õ3!±ÞLHú.&ä.ÒbÉ„ù1aVQLXë&¬-‡	7»ÏD|_Ï¬{ØÄ¬kñcÖ}[Ã¬7¸ÃDd\"C\"™¨Õ‡™¨ŸW™C²™™UÛ™­ºLô‘*fcÏÄD11g™Ø½ÌÖ…9ÌÖ÷õÌ¶!µLœ£w0˜IHºÉ$d•3	çõ™íïL˜ÄáLâ+]&±»IŠ‡™Í/™]Ië˜Ýc†3{”Ë˜=ïv3ûÙ3)h5“²ã“ÖðI®2é¡£™ƒN2A9LfóX&Kû“5\rg²noc²#F09ˆ“cRÉY=‚9rm	sÔæ\rsôo“KœerãÛ˜Ü›ræ¸î&ïð\'&¯R`ò^Ocò=_0\'¶OdN2µÌÉ´³ÌÉœLAÊsæ”Þæô¿¡L‘Ñ¦ÈJÂmå˜3¦8sf‰#S¼O`Š/¦0Å¿2Å¦3çB&3ç_ý`.Ðû™/ü™ò}QLyçbæâ¹L¶™©ø&b.Mˆg.­®a®¤Ía®\\žÎT.Ì`*ËåLÕþ­ÌÕå4su‡/S½ú\0Sýzsµc®­<Ë\\»?œ¹žÐÏ\\¿˜ÏÔL:ÁÔìzÌÜ ú˜L\"sƒÝÁÜëcnºïdnVG37_52·\"§2·¿ìeîÌ=ÃÔe»0÷†,eî}ÅÜOûËÜÿy˜yÖÁ<|-gêõ/0õ‘Lý»³LÃ’iü9iÂ’™¦_û˜ÇCâ™\'Õ3™§\'Š™æ£Ì³ÛO™g¿¾0-†Ìóµ•Ì‹‹+™—K—3/Sº˜6¡…y}?‹y«<Â¼ýrŒy§qaÚÛÍ˜÷sL˜÷\r¹Ì‡¥·™‡2™çM™\\˜Ž½û™Žg™ŽwFLç|óyÇ\0ó%A—ùrÈù’K1_Sqæk)Î|c1ß·c¾¿ÈgºÌ®0]•¦ûÊôì¥™žÓÓócóýç.ó«ð<ó»ñ ó7©šù{ß™ùÖÆükF™ÅCf ¢›hñbÁ»2ò9ÉB90]>ËB¿ÃX¸ê(ÿ~Ç\"¿–°¨ãh‹9ÁbOo³¸{<K ½,ë³Ä2/V4î+9 g¥~ÇXù/9KéG²Š†×¬âï2–6îfi“,½~«´R³Ê\rËXå‘4–9|…e¾¯b¹mY•I#«š=ŽU\rØ°j£PVýq+HpVKÅjÙ÷°ƒŒX¡8«“|’Õé4a{¦²ƒ?g±CÜeìúZVWs•Õ5ñcusQV·à«7ÌœÕ·S±ú®z¬AÌXÖ ¸š5èxÅ\ZZße‡ºìp¥;œ‹c‡_ÅŽ O±#,ÝÙìˆ»æìH³«ìÈ´Åì¨aÙQ7²cÚ\'³fºå¬YGk>\"€5-°æ6Ys‡}¬eÍŽ5yÁŽ5£ØqÙq//°V#CØñÓ¤¬µÅÖÚk=k}y%k£çÀÚ˜f±6yZìDÏÖŽÃNZ±“¶Þe\'5d\'õ}díéuì”á(ëà½Ÿu‚Ö³No&³ÎÕ_XçsX—Ðìôó~ìD`ÝN=aÝÎ4³³Ý`ç¬ŸÅÎiÆÙy+Æ²\nBXì¢c·X/óÅ¬×Rž]ìàÅ.öÊ`½§ç³Þ\'×³K†áì’ÿj¿ä›ÀújOe}GT²¾sKØel1»ì»7ëwCÍ®´øÎ®œgÄ%¦²ÁÓ­ÙÕÛ\rØÕçzÙÕõ%ì\Z°–]“¤bC´kØ\rÛÆ†¾Î†i=aÃFú³a£«Øp“R6B±kÛ¿°ë¾G±‘²f6²BÃn´Ïa£mýÙhO6:d;“šÅnn©c·xx±[Û¾²qÈ6îÀs6.o-› µˆMÒMg“.`“šlÙØ-vgúR6yR»Ë{2»ëÂvÏšCìþíiìþêkìþÚB6uÁ^6u×&ö@ë$6mÃy6ír*›qQÃfüÚÁfBßÙìöClÎÌílN†9›ÓëËqƒ=:a9{tîiöhJ>{ôM{li {lÅ;6×d){<þ›7^ÄžÐ°cF²^ÞlaÕhö´Y\Z{:`Ï\0/Ù³«²g¿j³ÅŽØâ?Ù’‚ZöÜ–Åì¹b[öÜ£Óìù•3ÙH[žÀ–ßd/gT²•ðr¶rÈy¶ªY`¯j¯d¯]èd¯ýöa¯O¹ÃÞG³7ÜöFH={óìjöæ€½£ÎÖ‰—±uVWÙûT{k{ÿT%ûÀà2ûÀÜ…}°öû0<Œ­ïia¹š±¢|ØGñÙGÍŸÙÇšŸìã·Áì“A9lsJÛ\\¹‚}6¯}¶Ðƒm¹SÌ¶<7dŸLbŸ/¸Ç¾Ü7†}yr<ûJ5}µË‚}mnÃ¾Þõ}óÉˆ}kïÎ¾›2mosfÛŠÙ÷·~²=0¶Ãr/Ûyá+û	˜Ï~ª˜Ì~Þ»€ýRZÃ~ÕhØ¯î9ì×$ö;|ˆýîü‚ý>a»ºÇ²Ýåyl¥6ÛãQÎþ˜šÉþÌŸÆþš]Àþ¶\ZÌþ‰`ÿÚ{²}6°kâþ“Îþ}ôýÛdÁöé²}Ñqlÿüj¶¿à,Û_ÛÍ(-Ø;û9ÀëlÍ¹$­ëæ ¦\\XÄ!Æw9d<À¡{í8ììsŽ2‚#¦špäÍ/œxµ)\')7ã¤ê©œôd\Z\'Óäq2çŽ–0œrP§üjÏ)ûpŒË3ŽÉ;Ï1Mg9VgÇ¾±â8óŽ÷ÝÊñq|]§Rpªº5œêa6§nÅ	Ç9¡e\Z§Y£à4—pN{g7(½ˆtï0§c×Ì\rîÊátcê9½3œþ”—œAóTÎàK7ôðnØ‘ÜðP?nx£7b˜=7Âd,7Ò$‰y©Y«ÍlXÁMåŒ»—q&Ñ¹QÁß¸Qm‰Üè]nôƒnô£·Üè×³8S°›3\r.äÆ4¯åÌ/áÆ¨¸qm½œå°Cœ¥ùBÎÒÑˆ³ÜÂYý9ÇO)äÆ§÷qZ-8ë¡œMÄ!Îæ`$gûä7±å.g·¥„›ôtgoQÊMÙÂMölã&_­åžâ¦žà¦–ösS+hÎÉ%‹sÚRÇMSdrÓÁœó,_ÎùñÎÅò87˜ÌÍxÉÍxtœ›õç7×`	7wÜDnî9[nÞn^ò1n¾Là,ºÃ-¨Vq¡ÉœGç.ÎS&å<á&*¹…ÿVs‹fqÞcnrK<â9Ÿ£ÍœÏ[Šóu9ßÝ0çûÐ›[\Z,pËnÙr~zÜòC¸å?,8.€óŸ8‰P\'r+>q«,¹À}¹ÀÏ2n•ù&.XtŽ‘àB&Çq¡›‹¹Ð´R.´±[ç-ãÖ£ç¹õ¹?¸È	O¸¨hn“wcáÁÅLÔãb~­à¶üšÈÅ¶¶q[·¿à¶þ«ãâ¢Ã¸ø¿û¸r,—ïÏ%Þ]Æ%Uã’uÆq»T¸=N™Üž;K¸½Órû’çsûþÝãö\'æö_ßÊ¥è{q)¹¥—¸4>…K«Ë¥Ó7¹ôØÅÜÁ§wÈNÉe‰C¸ì?<—37Œ;áÌí(çŽé+¹c=Üñª[\\õ…Ë»ÓÉåÏ^ËåÏå¸ü]ç¹û¶p\'ÎmàNÃ¼ZÁì¶ã\nº¸Â>[îôiWÔaÏvsgŽ¿áÎŽ ¹âY¹â¨Å\\‰[WR±ž;ç Ãë>Ê•‚‡¹Rè5Wê9Ž+Ýù€+½ëÌ•\r+áÊ¦[re¯så~·¹‹ó~pHWAçs—fusWor•[ª¹Ê¯k¸ªÄÜÕÁ¹«ÇÚ¸ë“¹š²Ü‡4W;6š»Y{„»“íÂÝUqwÍNquh&wOÍÝ3b¹{“¯r÷là´\nÜÃ‘½ÜÃ9g¸‡QW_ð”kx´‘{tº•k\\þžkxÁ=+_É=»\ZÃµ,àž3bîÅù2®µg?÷Òä\Z÷2á6×vÚ˜k»YÌµ¿å>À\'¸ciîãl×1]‡ë´íå:Ýp®ÓÝŸû¹Šû´u5÷™üÅ}Étç¾–Îã¾\'vp]–“¹®C×Õ¹—ëÖªãº+¹žg¿¸Þ7<÷ó€ˆû™‰p&¹q÷›rß8s}óçp}‰¯¸Ú„Ø°¯ãó!<èZÏCR–‡.Lå¡Gz<ÔQÄÃw	5äQ‰	öoç±§n<©ó˜\'GÝæIû\"^4¤‰m²àE{ôxÑÃ¿¼„Êæ%ëNñRï^šSÌK”óTFO•ò\nx4¯ˆLäûûxEIOïlà•syîÃmž·íçÕñ›yõág¼ðl=¯µk¯U\'â™ÏÊ_ÅëÖó:søÁ©?ùÁ7óù!G¶òÃNšó†S~ó†§µxÃ2~øÚ_ü—L~Äž ~ä…{¼ñr„7I+âM:ãøQFóùÑ±¶¼éáÞ4çoZ“Î›>ØÄ™¸„ŸÀ©®áÍ”¶¼ùSÞüÛpÞbzoákÌ[ìià-uŸð–WÎñVê8Þjl\"oõá	?þf??¾-ŸPnÏ[·oämjLyÛ ¼íšw¼í)Ÿ=›Ÿ¸%Ÿ·›ó†·ÏžÅOÏO™YÂO)ºË;ä×ðŽ§Òø©3ªù©½søiŽ)¼ó–HÞeì-ÞeœïñŠŸîÖÃ»š—ð3D‹ùy¥üŒ§Cù™cÖñ³ˆj~Ö~V/Â»¹ŽàÝ2êùÙóî»øy-nü|¯ÍüüÚKü‚ï×ø…÷£ø…Ïñ^[CùÅ\'Gó‹+\'óÞNü’éžü’wJÞÏ÷ ï?Ê„÷Ÿ¦Í”à~[ðÖ#øU—Ëø`¹¿:`¿æk8\"_Ï‡‡ð!ƒøo/ùPlzév½‚láÃÏLå#bõùˆg~üZì9¿î‡„_ÿ/©üÁGê¬ç##ÿñQ_\nùíþ‚ßT^Íojuà7uMæ7Gfó[vä·4ùð[æòÛ~á·Õüãã¨,>nøA>Î<ˆKäãÖæããƒøøòÍ|äÌo§+ùíãÓùD…+Ÿøþ6ŸÊïT%ó»BÓùÝ¦3ù=¶ü^ò ¿OåSÓÿð©-ù´‘î|ZAŸVý?äUÉgùóYeÇù¬ŸÑ|¶Ã>Ûí4Ÿ³v	ŸSp•Ï©ðçiSü1×wü±U:ü±2>—µâó.\'òù·«ùü\'wøü¿øz–ü‰Ûýü‰ïù‚*¾`›_pm_ð8œ/hÉåOmãO½œÂŸê_ÂÖGó§Ó.ñ§K~ðEu•|QgIãÏ5üÙü%üÙÎÿâ¯	üÙ»|qý;¾$2“/)ÃŸ{_Ê_ˆjä/4MäËL¦ñeG\0¾¬!›¯ˆÛÏ_Š‘ðWvßá¯ìµâ¯dŒà+ÙN¾zjmþþZGÝ…ç¯gò7¢bù[-eümé`þvsgxgÂß­åï\'Uò÷»óVÎæ.;Ï?,Ï×¯;Î×»Î7ÌØÂ7Ü~À7­œÏ?ÖÆø\'Ž\rüSù`þ©*“j9“o¶Há›†óÏ\\¿ó-³»øçUüóù=üû/ü‹éßøÖ9|kï:þ%ñ/•#ø—»3øW©ãø6~\"ßfË¿¦Ïñ¯UðoRñosÏòï!}þ}û;þcÿx¾=ÈwVÛðmü\'^Í–Çð_þ<å¿¶ËùoŒùoÿ|ø.ˆïöšÇwGËøÃøG_ñ½·_ò¿&zó¿<_ò¿UyüoãÑü_Ã¿üß¾ïÁMþßÝþß\'¾É÷kUðýÇòýÅóøÕy~àˆFèLV*p‘½\nÜ0DnvR»ÝUû_ìä§BïWa¿Î©ðÁWUøá»*¼ÜQEhÌTÄ{\\%Þ÷\\%É®’ä;«äøo•|”½Š\n¡TŠ–*Ú<LE{9©”£ä*¦dŠåzUì§—*ÎçºJ5¼P%0E*áh‚J“)RiN<Si¹OUi\'ViW—©´ïþRéˆ©t&ýlP\rÆ½TƒµN¨†L¿ ÒuŸ«ÒK5Sé½ø¢Ò|¯Ò¿`¢2»¢\ZñË_e4|°ÊØb³ÊdE™jTÊÕ¨ÌtÕ¨ÖÕh¹T5Ú‹VŽÒS™^ËWÑŽP™KRTæmTæÁ·Tæ‰Ýª±K.©ÆV$«Æ%IU–È•eS Êò÷|ÕøÕø¶•µÍ~ÕDD¬²§p•ý¥j²ßN¥©*‡ [•ÃÑ4•£­½Ê±¶Qåø}‹jª§ÊéºZåôà™ÊéÏÕ4ô°Êyì9•óøC*ç”•ó‘Y*C½ÿþö—©¦Ç…ª¦7¾WMèVÍX8_5søtÕÌQ†ªÙµ·TîÌj•{îL•{ÉB•{EžjŽqþêTsÊ|UsZUs~¹ªæ¦¾QÍ\\®šçw^5®½jÁ•÷*;*Ï#ŸUç¾R-\\ôQµ°æ´jQæ?•—ácÕâ\rçU‹ÓŽ©Ÿ½©ZüÞCå}!DµdÞr•Ï*_i¥Ê·ÃFµ,bjÙV=•ßÚµªå#ÒTþT•*€Tl<§Zyï®*ð”ƒ*°8^µª¹Y4d@¼ŠS­>w^µFë»*dÓ2UHB¦*TK®\nÛ¤\n¨Â\nTáÁUk;W©Ö«ãUÆ\'¨¢¼Ç«6\rØ«b¾óª-Íœ*¶àªjë/ÕÖª<UÂ©oªÄŠfÕŽ˜4Õ®¿ªÝÌ8Õ¾Ú¥ªýMcT©²ÝªKf«ÒÌ¨Ò\"«ÒµóUé«#TÃ{TOª,ÿûªlê±*;ÈW•³ó½êèåÑªcU^ª\\ÅUn*­Ê}xTu<¶FuËVt_¤*Xf§*(¹¦:õ_Ÿºõ«\nçìPVu©ÎÌUm°T›ú«Šëç©JNf«J*¯ªÎuS•å\0ªò’›ªò&µª¼{Žêbƒ›ªÂ`ªªbë0UÅßvÕ%+Pu)©JuY·[uÙ4CueÌÕ•=ªªê‰ª«>aª«‡ÒTÕþ_TÕªkCîª®M\\£ºž>ZuãÖYU­æ¦ªÖo›êæóÕíEª{Ï‡©?Q=Èúªªß§ªÏº«jX’©jðÇTMFIª¦ìŸªÇ‹tTOE{TÍ‰­ª–—=ª–®ªÖK“T­î«^†šª^f§©^ùfª^Å<Q½ÚûŸO\rª6×ª¶½ÏToÕ™ª·ó—¨Þ-|¥zÿÑUõÁé†êÃÁ`U‡¾½ªÃÝ[Õ9“TuîfUŸL©>ïY ú\\ò[õ¹á”êë¿qªo\r#TßžÏTu§šªº[8UOëLÕù‘ª‰±ª?†OUqÕŸËTSõÅ«æ~W3F©Ï_jÀû¼\Z8`§ŸªÁïfjÈñ½\ZÊITCÇŽ«W#ƒ§¨qG5qA©&^T©E&jq¶F-s|«–ùŒSËñ÷j¹ü¯šzW¢VÌ\'ÕŠò›jÅG•šöLU+õª™þ}j–ª9\'µj¤ƒZpØ«f5©…?µv\n§d»D=¨N_=èqzðæ,µ~ãjµAðBµáðõð%uêáA:êbCõˆá…êEïÕ#®îR4ÏU|rFmqLmtF¤6–NUè«MäßÕ&i\rj“WÕ£?ªMÓ–ªÇ˜P›7ŒS[èS…?¨Çéy«ÇîV{ûHm9a°z¼û<õ„)>jk&Em=[_m³ QmsûªÚöP™z¢÷õÄ£çÔv£¿þ§[m¥¶ËðPOÚõQ=ù@zJBˆzJ»§ÚA¾K=Õ˜UOµR=õø\nµÓÄyj§mMêicÚÕÎoÞ«]ÂãÕ3G¾SÏÜè¢ž™+UÏ>4\\í>ýŠÚ}Iz©ç¤ÏTÏQ¨ž;w±zîº³ê¹¶ê¹3ÕóžÓê¯6¨=_4©ú.T/²÷V/Ú+R/ºõ]íµÉTí•Yª^ìÚ§^|B­öv>«öÞ´E½$É^íó$CíËTª—RWÔKwÚ©ý2¥jÿ“Ú¿ã´:`x–z¥jª:P.V¯ÊìSëZ«ƒ9ªW7„¨W¿Ôk×«CÂ­Õ!y.êP­ÿèÜV‡çÕk\'ŸQ¯‹4T¯»Jª×G|Uopx ŽZ’¬ŽêÐVo\\j¦Þ4ó¬zÓ¼¡êMù\ZuìáBul‡:öÇ0õVƒõÖƒÿÔq­ê¸\'[ÕñÔIuü¼ê„åÙêí\Z™zûV^½ãÑIu’öõÎ…Uê—cÔÉCN©“ßQïþï™÷8¨÷xLVï-Uï;V¨N1•©S¿¨S÷žU§¾›®>b¤Nox¤>¨½UQ4R}hÇ|õ¡òvõá#+ÔY¡zêìU6êœAúê\\ƒêã=ËÕy!fê¼ÝÓÔ\'6»©O<;¦>ùû®º 2Y}êñKuáåhua‡µºðë*õéCÔ§ûÝÔg¢õY¿u±c±º$ÚS]ÒÝ§>¯ªÏ¿©/ølT—Å°êò–DõE¿`õÅ·ê\nýHõ%Õ9õ¥‹ÑêË³²Õ—_¾R_Ñ9£®,2S_­»­®~¨¯[[¨¯÷Ç«oLQßˆ[ª¾qã¶ºv£¾¹|¿úöÂ\nõcÕw÷W¨ï%g«ïÕ_Wß­£~`€¨rêŽ¶ê—F¨<Q?¼¯§®×tª$Yê†%¿ÕÖé¨¿£ê¦7^êÇHú±dªúq¬~¢wOýä§~Ê ê§Óç«›Ÿf©ŸßÕU¿¨P¿Ü½MýjoºX¯në0R¿†n«ß4j©ß¾÷V¿ËèT¿«º¦n_°FÝ~tˆúcˆúã› uÇ@„ºÓó†ú“~²úÓ½{ê/\'ª¿¬Ww9û¨»ÌW÷h‡©{Ò¶ª8mQÿtœ¡þ¹ÄWýkê^õ¯=SÔ¿Íªÿ,ÍPÿyûQý7WŒœ­x/QôçÀÄ2|ê  óF	èZBÀr;k#`××	8øCÀÇð#ã<oŠ€¿‘	$²L%åâFA²ÉGjŠÙô{‚lÖ\'A>£TP&8ÊÌÓ»e¸À–¼Øs\nAõÎ_Pß\"¨ÏŒ„¿\"Aóè¤ µ\"LÐžDÚáåÂ «RAÇ;EBÍ†ê†½†dŠ…!¹w½Iƒ½û…‚~Ñ-AÿÝZÁ d¸04æª0ìãGÁÐíˆ0<A_~£GÞ€\nF–³£Ðw‚qe¡0êÁrÁŒÛ-Xh¶c·¥\ncw¹cÛü…ñcê…ñþÁÂø3f‚õÖ‚¾‘0qûpaâþRaR´ž0©+^°|{GZ°ŸµY°o;*LÞß.8\0Ÿ…©áK\'Ñ\\Áù²H˜®;N˜¡¿S˜5ñ°àVýHp«	fWÇs¼R…yV~Â¼ÝÂ¼ËW„Ó<…\rº‚Ç¸\"Á“™.,ºóEð2_\'xu7KÈG‚ï¿éÂ²Ð$ÁŸ\\/øë¥	:…Àå3„ÀÂõBàéoÂª‡ˆ4£WºúSªÕ‚ñ_Bp£¯°zÒauéaÍ…z!DˆBáD!tÃh!4­A=ÿQÛV-DD‰…ˆl+!¢Önü&¬Mq6\\6\"åBT¿FØpTØ4á€#9&Ä	1÷Ò…ÍæÂæƒ…-ã…-2…­\"„m©“„¸aáBÜüÓB\\Þ8!®+CˆŸ8_ˆo/â{DBÂ~RHH¿*lŸ•-l	‰Yç…ûZ…$Ç—BÒl7agÈwaçßáÂî?ÿ„=ëW{\nû„é_!e!¤üÖR\r„T=!uÙ;á€ì’&oÒÙ	gþ|#dÌr2¢!cÏR!ã·‹©ï%d–Ë„C¡“„CëÓ„Ã+:…,ÛOBVJ‡M8	Ù1£„#1O„cs{…ÜQË…Ü5Œp|îXáø¦Z!O“÷Ÿ!øZ!ÍQ!?!QÈOsNoNÜb…SnW…B3sáŒÉáì¿QÂ¹qB©ù&¡ôÝráÂ“sB™AœPö¾D¸(	.î9\'\\¼9_¸l6K¨\\½O¨º’(\\U¯®þZ(T›˜	ÕŸ÷×ÙµÂõ³2¡fr¦pjnÌlnDX	µ£,„ÚîµÂ-þ°pëùráŽR$ÜYr\\¸“(ÜEdÂ]¡nØpáÞF\\¸wÚ]¸ÜW¸gpÿ›\\x¸ä¾P?¡U¨Ìês?õåžBã”Bcè\'¡±®Oh\Z¼Rx<ÆBxj7Dxºb¹ðtO“ð,ÛUhYøVhyn$<ßí*<¿ã+¼ÐÛ.´šæ	/Û\n¯8{á•S·ðêk¯Ð6c®Ðv-VhëÞ,¼ñoÞ-ÿ\"¼k ´‡B{•ð~Ù7áC¯ÐY)|Â>\nŸÌÃ„Ïö\Zá½@ø:ó·ðM/Gø6)BøæµJø–2Qøv-Hè\Zó@è¾’$ô¯zß0Bï×.ágòá×S‘ð×UGè»Y.ôýÝ!\\™¨F}Ó\0ÙQ\Z v§xóOš˜kÀí\rdØ¯˜jà\r¾Jƒž­× ï^hða\Züã\'\r9¨L#Ú¾Q#ñH#Mº®‘ovÑÈ¯5häOfkkó5´õ~\r]sH£TOÕ(Ó?k¸Ñ75\\3¦á>ÎÖð÷M4ü³_\ZÕZ-ª×@#üMÒhE«4:Úã4:/Ojt:?h?××èEFkôöN×èýiô5½•š¡NrÍ0JK3lÌ\"áç1šá¥+4FôÑê·\Zã£íšQSÍ(çQšQ×M5£~ÖŒÖ\Zª1µ²ÐŒ	Ÿ¡³~™Æ,èŽÆ<â½Æ|SŽÆ¢CK3ö@fœörÍ¸K±\Z«¤§\Z«Òyš	}C4ÖIï56\r5v¸›ÆNØ©±k\\«™2ô€fŠÛÍ”­ë4{-5SÃÚ4SóM4N·sæsu¯Æå/£™.²ÖLÔ\Z×ùK5®žš™Lf–ÄR3kÐg›§qQ®qÛtTãö|¬f¶íÍ\\ô‹fî¤§šùGAÍ‚ß—5ÏÓ4ï¼4žÏ‚4sfhû¡ñB²4^ƒ5šÅV;4‹£Í’Ù´Æy©ñMØ­ñÛ°S³¼|½fEtŒfE¼¿Æÿäÿ[•&@{Ÿ&Àiµ& §C³Òú„f¥ã}ÍÊ¥Ÿ5+³ÞhV~]¤Y5óˆfÕ¼RMP* 	îx¡Y­¿ú—y8oÇ‘­„Q÷ÎÜ¹sgî:wŸ»I¨¨”(J‘”B¨D‹­•6!R²f§RJö}§\r%T$KÈÒ‚h¡ü~|žó>Ï<sÞ÷œó=3ï!]7A8êPLð¼÷àå9N8‘u“à­EðQñ%øüŒRþ¯^üÛR§ß8N]@8óP—pæcáÌ¯=„€¼ B@ç,!`ö!ðm?áÜg=ÂùÛ\r„º½„zÎ„‹éi„KÜõ„KMÂå[.„«¿ŽBß×	„PD‰~¾˜pýã#B„Y\0!ÂÒ‚pÃ£–p£7Ÿ¥çG¸évžpóXá–ÂBôåå„Û/Þb–-&Ä@9„˜à„øö+„“GHøšIH<áKH,p%Ü‹w’“wf>’–€„¤¬lB2ÖEHÙrò\0$¤zÈRk¾ÒãMVÛ	ón„¬a˜5[K¸+8C¸ß»•ðÀYDxHÐ$<t[Dxè¥Hx´Ì›ð¨Ý˜ð8?šð¸cŽ«ªFÈ-þEÈmñ%äC›…¬õ„¢¤ï„¢6SBñîvBñÙ•„—BI÷jB¥À€P~—PÝoK¨=ð‰Pw{1¡îÕFB½E¡þÌB}-ƒÐp±ƒÐ¢Gh”&45|$<óô!<‹üBxqàáÅ£ÂËÿãyY:Fhnr\'´ÜäZÅi„VýaBëîXBkÁ,á•s\náÕ‘Ï„×Öß	¯÷)ÚJ„¶¹„ö”„ŽÏ„Î%#„ÎˆM„Î,+Â[b¡K¤OèJÞEè6ÚGè.ºJè>FèY]Oè‰m!ôä¸>&Ñ½›	}>K	}O	ýÇ¬	¹gŸ¸\'	ŸD×ŸŽŸÆ•ŸþU—º­.£Þ†v†5¦Ã¢Û„‘Ô£„‘¯u„±ç	_‡	ßö„ïžE„I%?Â$ã	aÒÏ˜0íN˜¾Ç!ÌÈ¯&ÌYMøÅ\\JøNø5Ð@ø]XOøs÷\nav‹0kæG˜ÝWB˜{þÊyþ]$ÊÙGåZ\'ˆòî™Dùv*QÁËŒ¨< @\\¨»¸0­ˆ¸ðCQ-v\'Q=%j~k$.Ù«JÔšÓ!.Ý•BÔ~F&êHŽu¢^u†ŽuÙo‰z«ˆzyáÄµ‡ˆ+~>$®Ü~•¸ò…„H\\mHÜüˆà¾‹DHü‹¹ÉË\\‰dä‘r~ÝÙJDC—©o	D:ùn<!2äœ‰Œ“£Dæ½=DÌâ\Z+\'±\"ö#È¹û…ÈÉ6!òælˆüi¢@G(ž!â‹_qm¢ÈÇˆ(æÃD±(Ù=E”òŽ¥Ý†DY…?Ñ@N4N\"®Å\r„´©D£•óD#ƒZ¢q:qÍ¯@â:«âºš¢‰h\rÑäì\'¢é´<qýÍnâúRœ¸~Ü‡¸QEƒ¸q	h6ÐCÜÞKÜ|D@ÜüµŸ¸ù×;¢ùÆõÄ-ê%Ä-E^D—Q¢Å%¢¥éÑòn4q[V&Ñêh•êA´i¶ ÚnøL´‹0\'ÚLwïºEÜÝ¿›hÙNÜ³b%q“*qÏ¼\"ÑË#:\\8LÜwWè¸ižè¸åÑ±‡JtÚêDt*‹#:›„]ž \\ýèª~–è&¬%ºGÊÛ¿‘\'xLôà½<N½ú\rˆ^“â±7½Äcí‰Çþ-#ž´÷#zßÞHôùy‡è{­„èµ…èÿ\"žªŠ%žÍ‰$žp!,8GØ±—Ð4@T¹AÔÈ#žS%ž[²…x^=•xþ´-ñÂâÝÄ\'Äàü\"bðç)âÅ·õÄKåcÄKýŠÄËËpâeê!âUÍibèòlbè%gbhô1œ“CçŽÃí\nˆá·ÿ¯ï<EŒð¾FŒt=H¼atŠUþ“x³.’»Q‰»-žëAŒÓö%Æ™þ!Æ9!Æ½ÝBLì|A¼SëELº×GL*ØOLÞDL~þ?_ëˆ©n‰©Ï‰iGžÓ.i3Öž\'fx ÄŒ/›‰™†ÄÌ½¹ÄÌ£µÄ,£ÍÄ»Wˆ÷ÿå³W¸³7<$fW¹À÷ˆ9¢EÄ“ÕÄGyˆ/ž!æúŸüˆJÖÄÂ7tb±š±˜~—XXC,‰%ô!bÉm*±”cJ,å? –\ZxËÑ~bÅîNbUø&bUÄb=x’XÏð!ÖsùÄúš£Ä¦³‰Ïå¯ŸƒÏ‰Ï¯ü ¾ V_˜?\'¾°Q$6o|Cl>—Dl!x[­ˆ­·u‰¯]Þ_‡Îß¸?#¶³ï;Uˆ_žüÏ[â;ÐøþN%ñý¤*±+d9±ëãjbwŒ±çŒ>±g,–ø1Ô„ø1\\@ì½vŒØûä=±ÿt+±?çñ“ñÓ(Ÿ8Èj!Ù‡=6‡op‰ŸµÂˆŸ9§‰Ÿ³‚ˆ#~Ç‰£´6âè…ÄÑ¸Râ˜‘ˆ8®*\"~±ì&~m³\"~{&Güþ}’8ñn%qR/qÒëqj‰\rqjN@üq\'N¿œ$þ\\nEüiK&þZuŽøG\\Bœ5&Î:LœË2&Îkÿõ{çaq~=Èí\"\n»\n¯\0Šëµ%‡q@©þ 4üP–¿\n¨l°T¼—ª\nŠ€ªþ_@µÔXxÞXô‹	¨ÅœÔFÅšuÀâx@}Ñ ÎÔÍê¹¿\0Íå\0Í“ç\0­¼›€NX¾AÐg\0+ŒƒN^\014 †]\0p-\0ìoÀa\0L‘à£ë\0)( •/Èm\0œ]PLzÊ	!€è{ˆg-€Ô·hÔs€zF ¾]Ð|­ZÐi\0Sc#À|0?ó\0ÖÖv€5ç`n7À¼\0·Ãàù\0_ïÀgçü»%€ ï \\ú\Z^»Ë¿\0Âj#\0—,ðCÝ€ˆˆž£€dþ: s–dƒyÀ*ý?€Â5ÀàK	°\ZrV8\rœŒ¿Ö\0klk€u\n:À:;À$ÇØ¸/°1/0»µ0g®ÌžÀ–³¯\0‹4ÀrÉ%`kíf`ÛIÀŠ›\nXñÚëÒf`»C°ÃCì¼ÔìÛ€]û§\0Ûµi€Ý­ÇÀîåÁ€ý+Ø³;pÈÌêœ½Ë¾{]Ù€£|°ßí#àà8ÝÎâƒ=õ€ÛÖMÀa8<ÿðÀ¾\0\'ÒO[1à56ówN8›>A€/ã0à[tð;}ð»8ýq8û¿ŸóNÀùÌ> XÏ~ù¸¸.â™À¥¯ÏËàêŸE@ÈÓàÚ`f>„9Láf½@ø‹6àºŽp}kpý»3iü\ZˆL?D–~\"gK<[àÆÓ JMˆò»ÜôZ	ÜzéD_KnG5\0·‹û€˜Žd Vuˆ%Ž±Ï\"€8Â% nj17Ý$Á@¢$Þñû›;â`àÎé[@ÒæJ ¹g9ò¼HiÝ¤öÚi“ú@º—á»ÈxtÈ<K\02Ïå™a@Öm?àžapïW	pŸýÈ&¯²Æ\0V,\0®”÷·9N\'€œ{!@N»ðHÕÈu·ž|_\rä™Ž\0ùµa@þm `¯P˜|(ŠŠîˆ¢<	Pì<ûµ%v€Rò# L\r”\'…\0Ur€ªý¡@ÕŸd fWPs#\0¨]Cê®\ré@cïf iÉw ‰Ð<¥DOÍ·Oíó§žýÀËs€fÝ£@ó\Z3 EÍh©SZƒ7­×~¯»€vÛÅ@‡þ5 c$xk¯¼õï~€÷B ‹.tµºóÚîà=ø8^ô6+\0½3q@Ÿ\\0Ð—ëü¯‡0U` œ\0ŒÃÏŸYK5`äq;0v+Ëñ\0Æ>_Æíû€ñïÀ¡ðåh$ðU^ø*N¾îi¾­¾Ù<&\"éÀÄít`¢ë\"0¹±˜¼èLáÚÀÔiàçÃ?ÀoÇoÀŸ9àßËõÀ¼å`þÁ;`>ŸÊÑçA¹{—Aùg@ùhGPE(.ú]	ª•Aµ7ï@µ‘— ú]+P£ÏÔTI5@Í@*¨9\\\r.Íp—\\\0—\0uèÕ ó&¨·²Ô£3@½h9p…à¸\"¡$ìÞ©ÛARó4Hîöa$D|Í@ÔÑ¤%>iù‹Aºy(È$fƒLËÏ €@6Çd»Ã ×käfæ¼Ï‹Am$(âîE-(¦}Å7Aq\\6(1>J\nœ@ÉÇ)PÊT\0õbÁUú¸jš\Z\Zû€†“·@cÙuÐxKhìè®	ì×=×êÛk_š€ë¶û‚¦‚p}ƒ¸Áú¸qÛ7p£ãqpch¸11´X<n5*·š?·3·žr·†ß·Æ›VW®€Öô[ u‰¸]hn?þ´9ÚîÒMmO:€¶9›@ûÀ.pÏ—ó ƒ tx,÷^w÷‡éƒ”ÇÀí\Zÿ#|e¾€Nº¥ S„3è4©:MþQ\0t™ŽÞzº&2@×Üàaß!ðð §«9è™™\0z--Ž­¾\n*€Ç.7æÇ»V€\'õ+À“¹dÐgµ6è³Åô}\0úf^ýôr@¿N{ÐŸõô?ýô¿ÒžZÎOƒg7(€ì3`Àw0°ÏR^\nž»¡^P\0ÀT#ðBÅAðÂo{ð¢¼4°¼BÜ	†\\Û^;´\rn¯ŸÃÁ¨€s`Ô\r30ª9Œ\Z/oþ©£ƒKÁØÛ`Ü	{0>á=˜ð>LïdÌ‚wJ¬À¤\rŠ`Ò\r`rÆB0Eã˜Ò7¦_Û¦ÇìÓ;ÆÀŒà…`&²\0Ì<uÌJ¹ÞÓïö÷OùÙÒÝàƒÕ)àƒÝoÀŽYàƒÆ ða×y0Çý3˜[ýÌ­=>QLŸ´íóô\rÁ<×80ï¥2˜óã§Àü9o°€{\r,Ø|,pYøFqïÀ‚º`Á‹¿`¡¤,¶\0³»ÁÂ°p,,Z”-–‹p.X´Ë\r,\nþ=±‹y\0X¼q+X|³,NI‹SµÀâì…`ñ§°dg,XrÕ\n,‰K/[‚¥y{ÁÒ×›ÁÒY:X¶åXæÞ	–%ªƒei\n`¹²XN\rË\r}ÀòuûÁòØ,°¼\0Ë¿\r€å¿½À\nÅ°BU¬01+¶l+¶Ý+.T‚RÀŠÇé`E5X1ZV.ì+¯?+§|ÁÊ_+Á*¥f°*$¬º™VåŸ«~­«æ‚ÕÄ`5:VéÕŽª`Âu°Ö9¬=¦\0ÖúÀÚîÿ×ŸRÀ:\r°îÞo°®aX×s¬ëëftÁúú`ý¡J°>Ò¬OëÛ•ÀúN.X?â\r6¬Ì>ƒ\r;úÀ†B>ØP»l˜«ý`£C>Øø¼l;6Îlç5Á&ÅX°ÉÍ\Zl:¾¬4[³À–%°%f\'ØÒ„‚¯H\Zà+n#ø*\"|õ6|5™	¾©‚of—ƒi>à;Ç\Zðý†XðýÞcàû˜ß`—J/Ø½ÖìnÝ\0~ Þ?~K{—L‚ý¾à€æYp`Iø‰bU÷€C–àð49d\nŽÚ?G[ÊÁ±\0ÿèŽÏî¿¸d€_jÎƒ_7ƒ_ÍªÀ¯ùÑà×¯[ÀoÞ?ÁogÀ‰œ\\íN^0§@/pJØN?r@pšpœ>Nû”Ó¹ŸÀéª	ð×žÅàï¸Qðw×:ðÚÎöŽs¥/Á—Øà¿;›ÁùÄUàüW_’œB)In;N’O‘$$…Èf’bŠ¤Ø¼˜¤q¤º8š´Èh3I­/Š´˜w–´ØZ´øŒ\ZICIÒ8’4\"ˆ$šß$.>iÉ•s$-I+iéúnÒR·AÒÒ;Õ$í¿±$MW’N$JZ®æKZ¾Ñ´¼­†¤»Â›¤k|‰¤7Æ#­`æVØ)“V8ì#­8y—DñHÄç&$ ŠL¿ü%AÒ~%:‹DÉ§‘ÐÐúZ‹DSN!1-ªI¬®S$¬ªž„µ†°÷OHìoÎ$Î¢i\'ô‰SøˆÄc\0$Þ5’0·†„‡Z‘D¼Iâ’äÕIò%„$\\K’yF20Iç·‘VkË“VÇÝ%²oŒÑÒÚý¤uÏ¶“LT]I&îI¦§mH¦Á$ÓK;IëeIë+«H²JI:¯‘6*…’Ì¨ÇHf1>¤Ís$s5Ò–ôÛ$zÉ\"ËŒ´ƒøŒ´ãè(É†ž´‹EÚU°œd‡T’ìÛ“ö@Y¤=gv’ö¤†ÔKHÍ$‡W%¤½BÒÞ×!$G›DÒo’ÓÍ¿$×øÇ$×¢$7ÉíåÉ]fJrß1Grˆ\'R-$ÖŽ&~I:òÄ€t<»ä-¾Hò6}Lò>>Hò¾Œ‘|^\Z‘|ÿ\"ù3#ù…}$ù/ÿK:e<C:uÓ—t*F•tÖ÷)€ûŒp#†ˆ$‘[IcÇIAy3¤Fº¤VÞ¤G\"I—†“.ßÓ!]yíNº¶È‚tM¢@\nóL%…ÿ;HºŠI…¤ˆë“¤ˆ®¤ˆ™ë¤ÈùK¤[¶I·?b¥ËH±nV¤¸ôý¤øß¤D8”°tg‘*)IŒRÞ ¤T-œ”¹ù)3®‰”å´’tWN@º>Dº/zOºoQEÊV}HÊ^IÊ_Dzh]Nz}‹ôh…ˆôÈ4‘ôèú!Òãû¿I«–“òDŽ¤<ïFRÞµ¤¼ÂrR¾«Œ”?÷”T qŒT¸ÅTÜpTvCL*kºF*ç¯ •[“ÊçI•„Ç¤ªlˆTõdœT½è©Ús©úÛAR@ªÝ^OªƒÎêOô“\ZÎý\"5®í#5¦n#5>\"5=´!=ÍÍ\"={õ•ôl°‰ôÜç,éy}éùÓÒóÏí¤fƒ¤V1‰Ôúò:é5ˆôzñR›#LzÃè\'½¹¶šô–N\"½·°!uý–.«\0R×þ;¤®ËÇH]ßÂIío‘zü\"õ±y¤¾‚R¿Ö]Rÿ¾RèER‰+ià·\Zipù}Ò Ç;Òì+iøüi8²€4Ü’>/ÛK\Z9<O\ZyÚK\Z½ü…4:™N\Zó\"M¾\"ý{H\Zç#}9BúŠú“¾Y<$M,U#ýè¿Cšv\Z%M?ì%ýŒr$ýìŠ&ýÄH?§n’~a\"Ò‡|ÒŸ3Ú¤YG5Òœ\n™47çEúË¹Iú[|ô÷ËQÒ?\n$·L\nÉc!9CoH^~#$÷Zpù$´ 	„|7„\rb\nRÙºR5k„TÍƒ …®+¡…µÐ¢Ÿ!µG5Ä€4ÜïCK”Î@KZ ­…ÖµVe´ôÝgHûÉMH;ï´Ü”é\Zì€VüI†V\"ò¡6\"¾­€\0f\"¤î€{Sð¦‚Â5 ¨Y\"ï»‘/+CðgˆB5ƒ(kl!t¢ºçCÔˆfþ¢·€íÄ¼O‡X[¦!Ìo\'Ä&ÆCœ„|ˆ\'‡x†û žw4ÄÏÔ†øÿ!þü\0$XÝ	<w@‚fHPA‡ïÎC¸§$úg‰M4!é‹hÕögÐª´hÕd°md0c	­&¤@†æ&aÇ\0døë5d|€Ö,Í†Ör 5k¹Ðšuhí:)´Ž¼Z?C„6(€6¼t‡6øC\'ï@fœ7Ðæbhó?&d¡P	YÆÖB–ãFÐV³uÐ¶ï»!káeÈ:(	²€¶?m€¶Ï¿v,Ž†v8iA6¿ h§;dG¼\rÙíw€Bü }:|hŸÿZhßÍÅÐ~¹vhÿ<\n¹\\³\\ß@n+C ·Ptˆ’\nÞtòØ6\nµYõ°…Ž6¯‚<ÏA^ê!/ òŠ.€Ž›\\„Ž‰¡“Kg ïÏ ŸåqOùdo|ÊîA¾qÈ÷öäÇ.‚ü¯C~¿L!ÿÕ®Ð)“èT½:íÃ†N—3¡ÓMP\'\nr:{?ßì]ž.X*CÁ»¨ÐÅæfèbÛRèÒêkÐ¥³&ÐÕ‹…ÐÕ¢·PÙº6±\nÕ–Baü(ìúI(,>\nk¹…[³ ˆÿs±zŠèè„\"~«A‘©‚ÿI‡nL½†¢ú_A7ÙZÐ-õ èÁºýû%+l‚âp(î{=oö\nŠ?%Ð¯A	ë¡„êïPB_\'”ð#ºó¡J.‹‚R²®@©ù\\(Ãé8”q(\rÊ< LÙ”yç\Z”9øÊr¨†²¢¿Bw+š¡lN4ôà`\Zô\r…þâA	|èq””{‘å–¤@Oþ×eû”÷}”ï{ÊoË€\ný¿A…Ë ¢`U¨¤v*¥X@¥»¡rr+Ty*ÃC ª$T½<ªÉU‡êþ÷]7d5ä‚šðB¨iGô´èô´Êz!>\rµ”ž†^™f@¯BA¯o†^7P[—1ÔöõÔ~u8OCé— ŽéP\'šu~ Î?Ï¡îíû îòÃÐ‡ßÊPÿþ‡ÐÀìè+úd$ƒ>eŽBƒ\'5¡Á4/hðõ*hhÉkèóòès‰4FÝÕûCcí‰Ðøª[ÐøÑEÐ—’aèÛ ôÝú^ZMT;AêÐ¤ú,4™=M]Q†~¸&AÓŸqh&?úµÕú•¿úý¨úó\næ^ÔB_•Aÿ¼Èr³ýdùÇÓdùêcd^Yá»?YñÚi²bî²bÛ$Yy;¬œàNV.„È*1Yd•;qdÕKaä…oüÈj×XdM¿»ä¥£ßÉËÍäe&5dm«²Îê!²N×;òòžßd]²®ž-Y·Ê”¬ÿŒ¼B]Ÿ¼\"z¼¢•O&¨»‘‰7‘¦Udp8€=þN†ü #…ÏÉhú:2šS@f-“±›2ö¨…ÌV8Cæ¬æ‘¹Û:ÉÜ´dî]52¿\"ó‡gÉ‡²àÒy²°á Y8šNŽçñ-‹É¢\"²˜²‘,¶’¥æîdiÚm²´²Š,kñ\'Ë¦2ÈúždýälòªwÈäCd¬Ÿ¼\Z¢‘WÿÎ&¯ñ2\"¯)zL^§s˜¼Þky}‚yÓ¦>²9ã\"y‹¸š¼ÅG™l1¼ˆlùãÙZ÷	Ùºÿ-y{9NÞñ¢ž¼£\"ïÍ!ï’W\"Ûê_$Û^6 Û]½NÞ}LHÞ³Èƒ¼§Æ‡ìàUGÞûà\rÙ¹Hv¬1\'ï¿™L>p8Žì¤Gv†N’“ÉÎá{É.Ço’%œÔ#»Z³Èn‡$dw§7d÷c\Zd÷¨Md÷;ïÈ‡ïÉ‡ï?ºGö@~ZqÉÇTâÉÇ_xÿ\"Ÿè’O®ò#Ÿ|~•ìC™!ûTÖ“}\\ÈþoòÉ§îì#Ÿ6\"Ÿ¾_BÐé\">1\'æ›‘ƒrÈçV¨Ïm}F¾ ×Mþ7E¾¸âùŠ|ùj„6ùjÏ	rH¹ù\Z?ƒzè#9´ŽDí¨%‡]ýŸbkòõ/RrÄË¿äHYùÆÎOä›K«È·ÉähMœ=kI¾=œMŽ]äGŽuÛCŽë¹CŽßGŽ¸œd6CN:MNF®‘“Ý”É)µrêyrÚ9}rÆ=äÌ€käÌ©rV¤)ùîaœ|¯]H¾_|œ£xžœ³l˜œ“ö¿mÆÈÔ7«“M,#?¦n$?è&ç*®\'çªÙ“sItrÞä‚ÆIrAw¹èb!¹(%\\’lA.¥ÐÉ¥a‰ä²y)¹œçO®  W‘äÊ;éäê›uäê1Or…Œ\\“B\'×Ê+’k[-Éµž“ë›È\rzÛÈ\rÔ{ä†trãHù9 A~1# ¿T&’_{‘›ÌÈÍmÈ-ÁÍäÖ,ù•|	ùÕb9ò+­­äWÙªä×œHrÛr[ž-ùö3ò›=wÈí£çÉ”CäŽÍ‰äŽBGò»×Aä®ø=äî±äžm¶ä^5&¹W§–Ükv‘Ü{{œÜÿ3ž<øX“<ìHþ]\'D^!\nŸ“G\r·“ÇšŒÈãÔzòxÐmò—…qä/Þò×­;Éß^û“¿ó²ÉßíƒÈ\rwÉ“|&yêÿ,¿Kþ!I ÿ°õ!Ïm!ÿŒ÷&ÿ,ÚIþÙy…üsêù×ÿýúËÎüknšü;Ø‰ü\'Ò<«6CžíÙ@žíS&ÏÙjçJ?“ÿþßŸcFÈfÈóïÔa¹š)Xž¤Ë[ûÃòG_Âò7…°üL¬pÊ^`\0+ªß‚=	°Rb¬ôä4¬|£V.Ô†U–¯ƒU,`•£ë`Õ¥¡ðBx^h`«ïÒ…5ï…5»oÂKÎúÂK¾l‡—î’ÁËÞðaí¥1°öÖÍ°ö.5Xgy,¬cy^¾b#¬»¨Ö5´†uãm`½b¼¢ô#¼¢y^iy\Z&Œ`ðöWŒW‚Á„ã0ÉêŸ{\r£	#0U¤S7äÂÔÜµ0uj3Li†iR;˜éP3ë¸0ëÚIS8c÷ßÃì^0;ã/Ìqp9ß/À\\ÜL‡õaá-Æ	æ°(ü,ŠÂ¢„*XTd	‹jG`1°–hXÁŽ,ñÛKÑXjO‡õÝÔáUáëaƒUi°¡¥%lä˜ïZ_\n¯ÑÄà5áÅðšæe°Éž°©Ö¼ñÂSxcÄ\"xc²&lö›oþ3\n›/Àæ1Û`óüØ¼´¶XûÞzò¼µç¼mô3l>[?€à¡á]½|x×¯¥°-÷0l›VÛÑ;a»ôx·‡!ì Ü\n;8ýos~ÁÏz`‡y	ì¸;îš‚K‡à«Á&a\'	Ø™ó\nvjƒ]ˆvðAÖcØµ¸vc®„ÔÃ¹ð1øxûÊÁ°ï›ë°ßÖRØ¯q>e&„Ïx§ÃgoªÀgSÄðÙG8 ö2è\"áÚpPRÔŸ[œ\rŸ«x\0_øëËŸ„ƒïÞ†/Þ€/±‚àK»7Â—ßÂ—\'ºà«gXðµwðµ™ÓpèÿuÍó…CÃ¡§á0ø6ttŽ0àÀ7V­‚£~³àhXŽþ¥ßV€c§>Áq¶ÃqRŽ‹á„Ê`8ñ^!œø£\rNRº\'Ûà¤p2M\'ûÃÉQúpò}}8µÜ\0N‹lƒ3üPø^NüÀ€s’—ÀlZáGÙ«à\'{®ÃOö‚ŸU…ón	á‚ÿ5^˜d\0éÙÂE3^pI€)\\úÄ\Z.Ûõ.{¶.?]\n—ß*‡Ëß&ÀåRáÊçáª¦pÕø¸Ú·®X\rW_>Wÿ À5ËTà\ZÏ—pí‰L¸~d\nn\\Ð7.õ‚›4šá&Ú¸É…ŸŸ,‡ŸŸ‚_žÀ/ðpø…¿tq‡_äÀ-¹àÖ—	pk[\'üÊí)ü*ƒ_õ‡ÛÔá¶×‹à¶Oø´n_ýnë†;æNÀË\"àÎuL¸sr\'üîâøýÊA¸k_Üp®€?-‡?\\2€ûîÂ}‹+à~;\"<Ð¡¼ÿRØZò<4Ö­†‡®tÂÃb/xø‰<â®¼\0iß€Ç/ªÃãcRøËö ø«Wüõ\ržØ¸ž×€§†‡àŸ]áŸÉ‡á_¯¦áÙgxnHþÛìÿc¥È)ÿ ÈmRäQ)r‰(ò–û(ò¾Žù{,Êle¿‡²ÀeeAç%ŠâeE)¡Ÿ¢<µ€¢\"è¤¨l¬¡¨ï¡¨Ü±¢¨T_§¨ÔvSŠÇ)\rïP>ùBYÄÜEYÔ{‡¢æRAÑÔI¥,1Ö£,é S´Üµ)Z^í]óíroŠÎšo”åcŠžZ\"Eo8…²‚s‚²â·„²2g3…ÐøžBL¢ï5Q\0G&…Ô8ATÿRÈ_Z(ð’f\nåB>¹3HAªžQ¨þ&ê -…öm…1©Ia…ÍSØ‡×PØžw)ì,O\nû—…ûm7…§»\"Ð~L”¯¢ms(Âk0E$*¡ˆ¶ŽRD­©ÍŠ4¤\";7KÑ·m¦èŸÐ§¬ZÉ¦¬â=¦„¼¡¼È¥¬^³—b(î !O)F›~SŒv|¥]ð ÏQÖ¦l¤¬ÛÎ¢˜4™RÖ«œ§¬ÜGÙ°ÛŒ²)(²éû4eÓ¬!e³!—²åægŠÅ›`Še@±,G±|yŸ²5ñüÿ$P¶N­¦X»·PlôÃ(6w)vNQìžRvÿåSìuý)öi)%\')¥«({•¢){;z(ûvÌRö59PT\\£8_¢S\\L\r).M·(®½3·Ø”CÉ‘”Co_Q<ŽöR<4)ž¼6Š§•âyô!Åóô	Šgþ&ŠA“âuø+å8?å„–€r’z•rÒ2‚â½àÅ{³5Å{“âíÙIñ®Q|E;(þK–RüÉw)þFÕ”Ó/ò(gòÛ)gµô)g/÷SVý ¦¾£av” È”s¢û”ó‹U)çO*P.|í¡Ÿ§\\lÌ¡\\2*£\\ú´„r™7L¹ÜãH¹BO¹òeåZ|#%Tp—Z4E	s¸C	{ñ…ÖrË£\\ßÐ@¹I¹žð‡©aN‰l°¦Ü`ÈSn\\øJ¹‘óžrã¥%Šs‹mbG‰~1B¹½«ž×´ˆ’pú%Ñ1Ÿ’ô¥Œ’<UGI¹J¥¤æ¬¡¤¾¤¤ö/§¤±Ó(éÕ™”Œª”Œ—]”LçLJ–H¹»g%› ¥d³Jöº\0Êƒd\rÊÃ%JÎôvÊ#Õ	ÊcI5åqÕ9J¡Î¥èÆ¥Ô°ˆRÎÒ£”ûúP*¬”Ê‹:”*êeJUy:¥Ú©˜Rð†RãºŸROI©ß ¥Ôç¾£4pç)\r^*”F5SJ£¦¥q[¥éÊZÊS½E”§³_)ÏŒH”g{®RžëõSž£Û(ÏíîR^>|Fi\rÝMi­<Cy­Bim ´mýDi«¹Ki\'PÚe‰”Ž:¥£àåí¶M”·ç_RÞOž¤tSª(={º)=])R>>xJù8u†Ò+Qz7Ÿ¢|Â[)ŸfVQÿVQ†z¯S†•\"(Ÿ­•(Ÿ¯î¥|þeG½z•2fQÆ\n“)ãÊ;(ãÂg”oÄc”‰—½”É´ó”©ƒK(?2C(3E‰”_kc(¿6~¦ü2;L™ý€QæºÅ”¿åïÔ*DNo)\"wJQ`Åœˆ’ê/Di³¢Šù\"32E’.dQ°¢†N\"jGO\"ê5RDc‹¢±ÝÑT¹Ž,qÜ…,y‚,ÛªŒ,;½ÑÞâhû©!:_%ˆîŠˆ®ïD7±	Y¡1€¬\"„ãáQ;\01¼àŒÀ-Éüí-‚,A°_ê« ±Ÿ*|¡å!´2E„¾ì+ÂL=‚0ßä\"ÌÙ5kùFËØˆ°÷>C¸TE„ËnAø9wþ¬\"˜ôA„êF~3	ÂÉK5DúØÑèDV…E «† KÎ!Û#CÆ9Äðˆb¬¿1Þñ1þ?þu+/ ë.\n‘u3‘u}ÛM}ÄäàÄ$Ò1uÐEÖ»T!›ô‘MgÍ7d³‹Ù|Î1×ÉE¶Tq‹›·Ës)È¶º?È¶ïdÄJ¡±v×G¶×Œ ;8#ÈN¿ndçûnd×úËÈ®KkÛhÄŽáŒØm³Aìü‡‘ÝMˆýJEÄþå\nÄQ¿9À=‚Ø<€ÈèGœÏû!/|D\\/f#Gô#G†ˆGôcäè-Kähnâ¹hâ™#D¼î§ ^¯\"ÇÖø#Ç6Î Çê¢‘ãªîÈq+äøÞVäDÕädˆñ–[‹xz Þ™gïžˆõÄ÷²3âÛ\'FüýSï`ä´²=rºü7ræ­	È<†ºGo?E‚„ÖHÐ!=ä|ð?$øVréÓäòð.äò|+rEÓ¹áŠ\\ùÿ×p¥hrÕdrmár­m	]à‡„]„„~ùŽ„‘® a5îÙ„¿Y‰DXþO.±k7u¸‰z6Ü<r¹yg\Z¹U¬‚D@nk[\"·Y3Hœc67¤ƒÄ\r¿F’~¯D’æÝ‘äÞv$å4‚¤t:#©=?‘ÔÛô­HF5Žd.û‰dò¸HfÁ-$ëò rwå(rï};’ÍÐB²…®H®V ’Û;‚<9³yÒIGò4ú‘¼€F$ïs(RÈ¯C\n\'ã‘\"j?Räú)rëBŠÜ E)£HI		)%BJYqH©ëRÚ©Ž”Í) åº!H9ò)oü”ÿ›Dªµ\rjf$RÝÓÔøö#µ°R»!	©ÝÌAj+!uHÒàã„4<à\"\'ò‘Æù¿H“ÎRäiÚwäy¹\rò\"øÒ\\qy¥éŒ¼:Wƒ´YŸDÚÆž\"o®r7õEHZtH\r×6ä-õ>ò^/y0yßP‚tg/F>´Èz+ÒsàÒS{ùh¥Ž|,ý‡|«Czã\nÞ»\0Ò÷Q(=…Ò=ÁnOä³¼òùo2úê2>î‹|	ˆD¾Òo _o/D¾%F&‚ž#“ÚºÈ$³™RíF¦øÍÈÌêd&‚†Ìdv#3yÈÏŽLäWË}ä7zù3>ŠÌV!s³—¿B\'äï¥\'È?Ífd~¯2ô2ÿh*g¶UàG£\n\'ÐqÑwLÑ¥Qè‚§×QEÍ¨bpª˜ðUìhDÿu£Ê¤\\TÙÖUýÛŠ.ôêD½ËAÕÂ¢ÑÅ’¨ºiªa>€jØF5¨ÆÃjTãOºÄûºäòTË¤Õú2€.ë5Dµ¶¢:!—Ðå„Ityg-ª›;„®p8‡®ÔÎEWæœE?”4àB±‰(™Ö„’é{Qò‘µ(·¡0r…Ëž¢È¥ÖM¡Ô&J;œ€Ò\\Pæ©8”ù¾ÅÚæQ¶Å3”«åÙ_DÒ*THiG…ÌTø¨Å?¾@EW7¢¢gr¨XxËRQÉö0T4]%|®êòA\rNk †>î¨Qú\rÔXE]sv3ºvóº6Ô]ûH‚®}õ]¼5yª„š®Ú…®÷Ùˆ®¿þ]ß…n „£faC¨ÙÀ4º‰ÏD7?~ŽškŸ@ÍþF·ü©G-®D-µýP+‹«¨µÛÔºâ:ºÃðjÃŠEwff¢vò­¨}ì/Ô¾g?ºÇaº§ö	º§ÛÝ3}ÝëŸƒî3|†î»¬îK2EAOÔ±ö6z`Õ>ôÀn3ôÀCuú§º¬8‡ìyƒºR\rP×„¨û¥ ÔcS8êq¹õ˜å£ÇË-Ð“7\\Ñ“½n¨³5êsÒ\nõI¯G}÷¢þÒ¯è©DOô´îzôtØôt¤\ZdWŒž³RAÏ/^p¨F/äX¡ºÑà€@4øÿ˜/¶[£geè• \ZôJ¤\Zz•;^ÝŠ†ÄðÐÐùV4Ìg\rë?…†/œGÃ-ªÑˆ+\ZéˆF$ 7nø£7J/ Q¼4jÝ4*ÈúmƒÞœMFo\ríDcKÐX^4Ží„Æma¡ñ£­h‚M\\T€ÞqÞ‰&mµA“¶ ÉkÐ”çB4õsš¦µMÃ|Ð´çhÆö	4ãÚ0š1[Žfñ^£Yn÷Ñ»bWôî»\"ôþuôÛRôÁÅZôÁ•—hÎ¼1ú¨û9ú¸&}üq1š+ÈCs’Ñ\'ßh^ƒZ°³-p˜E\rÐÂHw´ðƒZ¤g­m@‹«Ÿ %‰áhiÈ6´¬nZ.ß‡Vö£Õe0Z£ÚŒÖÜb µM–h}A&Zÿ2mPjC‘hÓ—Vôé*ú´6}ž¼}q5m^ˆ¶\\ÏB[zÑVÏ0ôÕúZ·}ížŠ¾¾?‰¶\'i¡íEíh‡¼ÚÙ†¾]´}»~+ú>§íb„¢ÝJÑîä%h÷Ú=\n£VG¡lv =¬ƒhÏ«}èGôÚ«uí½ë‹ö¡ýEÉè`úÌD‡-ÑÏ¯-Ð‘5¡è˜¬\rßñ¯Z€~Iû…~tA¿+¢ßÀèDB\r:ÉœG\'³ÒÑ)ÍiôGÄôçú¯èO‹<ôg¾úy„þ~Žþ®¼Žþy¢³«¦Ð¹ÕåèÜ[ôïX!ú2@çÉ³èü­—T9Œª€¶RÂŽQ^¯¤.¸÷˜ªÜC]8^H]¬iL]¿Žª©®OÕäGQ—Ð»¨KÖ]¤j…Q—*¥Q—?j¤ê¶ZRWF_£®œv¥TP‰ãÚT\0› ?\n©à‰ET’G&•\\|\nï8I…¯¦Â¹7©Õ**%©–ŠìÛAEò“¨Ô5vTê-{*µÍ’J«±¥ÒÞð¨ôõ5TÆêwT–B7•ŸKÅv…P±#ÆTìç•}‰KeG·S9À(•sn•‹fP¹mnTnÇw*?#*ðÚNb*T<Ý—*V;@¯ö£J`*­Õ¢ÊàEÔU´TªÁ)ªAêoª¡Ë+ª‘üqª‘³Õh(”jœÚB5n]J]£ÓO]sÄ€º.œE5ù{”jºNžj=GÝ¼pˆjÞÿˆºe·:uËDÕÂqÕ¢5—jñS‰ºmërªÕƒƒT«‡bªõ-êöî+ÔáEÔ5ÔžÔ]ù#TÛ†ÍTÛ¶/T»¾eÔÝAª=ñ4uÏÂiêÞûË©ûRR×¶S»>S÷ï\\DuVÒ¤ºm©£ºUÆSÝ-(T÷ü»T÷!-ê‘…Û©/S©ÿŽP=Wÿ¢zž z6K©^FjT¯ã6ÔcÁÔã=Ô€z\"¶šzòKÕ{h\rÕGý\nÕçè7ªÏ±ýTŸ[»¨¾Ü·Tß—ÊTßáýT¿uÿ¨~iO¨þq¥ÔSY4ê©úÛÔÓ=¨göLQB<¨çÒ\"¨ç:nR/ì?@½ÐlA\r6Qƒßq©—Â—Q/+Q©W 0ê•=CÔ«rÎÔ«º*Ôè\nõšç*êµÓqÔkêÔÐ…ýÔÐotjX&5ì›<5ül5B£Œzã•&5*°€\ZUºƒ\Zõ7†z“t˜zs ”\Z-S££K©1ãÎÔXä5Þº\ZŸéBM0ÿGMÔ7¤&:†P“=¨Égr¨)‰5ÔT³~jê=.5õ~<5Í4š~¾š¥ÒFÍÚ®B½Wú”úÀ-‚ú eõáESêÃL	õá\\)5Ç?‚úèjõq¤2õq.úø]:57x-5Ï=’Z0?E-Òt –øzPË\"T¨å§SËÓË©ßS+÷¼ Ö+\\¦6¬Ž¡6rîPó©•Ô&CjSáOêÓü.ê‹’çÔÿ\"©Í±\nÔÿJjË¨9õ•Éeê«½CÔWÝ_©mç7QÛêj¨íë¾PÛSL¨Ø5jÇÕUÔwY|ê»—«©ïþöRß¯l¦v‘–R»6™S?®5¥~üØGíÝXDí;OíoXG4u¦…tR‡\ZS‡º©ÔÏï»¨#_â©£ºG©£ÜýÔ1ûãÔq«Ôo‡¾S\'™7¨“Ý¡Ô©iKê4ÉŸ:#wž:TRgÜ®Sg¼Aêï¶UÔ?*ñÔ?oë¨sEë©s?†©ß þ¤Pÿ¹/¡þ;ò:oãLß?H“;;B“P¦É‡·Ðä›Th\nCkiÒè4Å˜yšÒÑ4%¯o4åC}4åOq4åo\\šJƒ\rMeú8Mµ¦-¼z—¶È\\‘¶(fmÑx\"m±Í6šúÚIšº—¦Þ£@Ó8¡JÓ8³•¦‘HÓ,©£-á½¡-‰~N[’|¦EÜLÓŠÍ£iÏÿ¥é”YÓ–7fÓôLŽÐVêÞ¢ÊÇiÀm\Z}¾[A#M5ÑÈkœhóÅ4D‘HCí QRiÔ¬l\ZÝ ™Fw×¡1L,hŒ–.\ZsÝv\Z3i7µPŸÆò£a÷#hÅ·4ŽË$“ðƒÆÕ}Iã¶ÿ¥ñi¼¢4Þü\Z?øM¼&¼J§	³\ZhøÆ“4ÑÒý4Q?MfA[U”@3TÒ§nw¤­;O3Jž ¥B´5´µÜik·\\¦­7–ÑÖv ­£mD^Ó6²ÆhM¯Ð6îÛL3ƒäifÇ3i›¾ÄÓÌåiæilšy†m‹KmK|6Íbf¹0f9.¤m[©CÛ–³Ÿ¶}IÍfeÍ™¦ÙÜÊ£í¬k£íœüI³]\\D³Óè¥Ù‰Sh»µªi»ƒ\'höËiöv54û\r´=W–Òöú{Òu´ý2i˜\n4§2OšËƒß4×gÆ47VÍ-h1Íý´Í}Ž@;Ò_Oó ¡yÞ©¡yÑhÞ\nh¾«Ñ|.Óü°VšŸS ÍïX1Íÿ•<í”<—vf”àsƒðÈœ$¼N;ww-íÒóg´ËA»hW¦]é§…\\ØJ)úM^IÒ¤…å§ÐÂþEÓÂmßÑÂûe´ŒH‹¬|M»ÑSH»ùýíV¾5-Ú2˜v›ø“ÛþwÆ×ùˆ¥Å¦Ðâ«Ñâ[ci	òþ´„ìJZÂ³tZbó;ÚåÁ´¤œW´¤ÎaZ2º‰–ì”–ÂÔ¢¥<FK[Ð@Ë8oDËÈ;HËÒ’Ð²VÇÐ².? e}±¤Ý=…Óî)Ü£ÝR¡eëKhÙwh§Zi¾ÒqÕhÎÉÓEhÐrýÌhO˜ž´\'åiy\0–?¼ŠVhyŒVUC+|­G+Z£B+j£›@´âCiÅ¡Ÿi¥ÒJZ©µ\'­´FVî«M+OùŸÁG´òÉ7´ŠEZåÚJZÕáVZ5ù/­&2˜Vs Õil Õ­ûDk˜W§5t =54¡=_ó˜öüÇ9Ú‹ÊS´—Úëh/ûßÑZVôÒZ…Ž´Wr®´×VŸh¯ëNÓÚ¼\0Z{êZ\'ÝŒÖ³€Ö9u’ö6ÖŸööŽímÚÚûÉ\"Z×76­ûd,íCk-­wûNZï\'”6€¥Ó>qÚiŸ$—hŸ¢§iŸèÐU¦hƒ_–Ñ†CÒhÃõ¡´Ïêî´ÏÖM´:@ykHg;ÐÆw\rÐ¾¸*Ó¾ú×Ó¾öî¥}Ó¢}÷ÿDûJ MÁWiSé$ÚÚÌ)6ssžö+CDûçIûÃU¤ý)=C›•ÿI›^A›Cƒiã]è\nOnÒ•”Ò•ø¥te=[º\nTCWq§«öBtµŒetµÉ—ôÅ–»èšg\nèKÜ\'éZz|úÒèGôeæþtž]§¿™¾Üê}yÌ	º®þkºù\n]om}@¦¯XÕG_yl}åGô•m9tÀ\'‡Þ¡ÑÁ{™tøM9EG—¤SÍõèÔ€::õû\':}AžEgT=¡3§/ÑYêWé˜M%ëÊ¢³ß$Ó¹a\":÷Þr:oY·ó)7·Î×YGÇ÷‡Ññºûtñ­Fºt‹]v©Š®¿²€nxrÝøÞbºñs”nüñ\0}M¤”¾VÁ¾VRL_û¼œ¾Nã}¦Ý$î\'ÝdÞŽnz÷ }½¼>}}š}ÃÞ•t³Ÿ—èf¿_ÐÍ]mé[†þÒ-¢—Ó·fséÛ–Ñ·õLÑ·qèÛ_;ÓwHlè;v:ÐmèvMºt»iúîùôÝO÷Ñí‹.Ð÷%Ñ,>Ð÷É«Ó÷í¼AßççJwìÊ ;íH¦»ÈÝ »ìv¥<õ„~ðs\rÝS¤»íûLwÇ¿ÒÝ»vÒwEÑOLÐŒo¡=m@÷\\ð‘îõ€B÷zš@?‘J§{ãQtŸSè¾øbºŸw(Ý¯6‡îÿŽM?µÀ–~JæJ?í@°¼M\\„ÐÕ“éÎô@ÿƒôÀ·{èç÷ÿ¦ë9Ò/_S¢‡øï ‡¤bôt}z¸š)=B¤IÒ¬§G%Ðoå¹Ò£¯Ðãj_Ðã†ôéñ|èñ•éô„zâ)wzbÔjzby4=qö-=Ù)žòBO+ë£§}4 gll gÔÕÐ3>$Ò3±¯ô,GcúýöTz¶¾.=»¤gî¢?€-éÖ|£?¼9FÏ]ÚOÏË·¦çýxLÏ›I£ç?]H/ø?Ÿ…ø-z¡Q	½0ÿ8½°J^|2˜^Ü	ÒK87è¥á=ô²¥gèeÆ‰ôŠ¸.z¥¦½Š¾ˆ^UëJ¯þ¾™^Cl¤× ¾ô\Z·Jz­Æ<½v©½VGD¯ÛåJo° Ð›7Ò›Î?¦¿<ëGoîœ ¿‚	ôWÃßé¯3]é¯ß©ÓÛLSémÝlz»‘.½Ý\'ÞB»`1ýã7z×ezOàVzÏ•ûô~Ðûìƒé}á·é}	\nôþí\rô~×jz…9}`óCú§£¹ô¡Ïkè#5%ô/ÚNô/û>Ñ¿jŒÐ¿¯{Oÿ¾¾þ=êý{úÿTjÑ\'4=é“1EôÉÄAúd÷yúÔÅwô5úßíô_Òkì¡ÿÕw¥ÿÝçCÿ‡hÑÿ/§Ïï}LŸwä1äö´2”ü^2”®72”þ,f¨–ìd,|,ÇP;åÄX¬%e¨Ã†õívõßšœ{Œ%ö‘Œ%×=Z#bÆ²mÚŒe‡Ÿ1´-ŒÚ)†Ž‘cù³(†î²d†.ú”±¢´•±rÁ:ÆÊô:kföòD¥9Pw’AÒÑcÀ&‘Jw2ÙòŒ¼hfPG3hî$íŠƒ.w•AOAOSY‡Á<íÉ`/‘18îÞï]Á8™!ø±†‡Í3DnCtß‰!±aH~´0¤þOÒ.†¾—±jÿÆª+šƒíóï«÷O1V§ü?æ¤?bnˆa¥Æ1Œ/?c¬©-e¬­ÿÈ0ýò‡aúëcãV9†W—aæÝÈØ”2ÃØTBdlª\nalšßÍØ¼¥•±ùË>Æ‹1Æ–¿–Ë½ËbÆÖcúkgÆŽ:C†:Ä°*;w¿`ìúºŒa+é`ØŽ0v«-bìÙÉpèå0ö:_gì-¹ÁØ¿5—±ò\nãÀNkÆQo†³0‡á<ÛÃ8¸˜Å8˜cÌ8X¹èBnºnÀ4ãð‰xÆ‘9Œ#é7G×ïax&Sžo;Ç·gßq™qüÁo†·zÃÛ£Šá#\'ÇðÙ\\Ïðõa2ü¬ÙÿøÆ©¢xÆéeqŒ3›rgs\ngÿe\0ÆAŒÀûW_úA.ÕŒsŸç­ÆÞ¹2‚Õ®0‚÷‰ÁçÁ]Œ‹fkÃ$ŒËsKW3®1B;ùŒ°9FxÍ$#‚«ÇˆøÇ¸±ó.ã†Ë7ÆMôã¦ñFôøvÆí˜	FÌÚFüþXF|òOFÂ•|FÂÜ #ñØaF’ñ;Fòì#µˆÄHmÕg¤AƒŒtµ9Fº¬‘ñr’‘™ù›q—îÆ¸›ËfÜ-+dÜ-`Ü»¸q¯,ˆ‘¢Áxðö	ãa¶„‘Ã[ÃÈiŽ`ä®eäÅ,bä¯›aäßÚÄ(Ýc˜3\n3-E£¨r\'£5eA%)£ÄfžQÒò–QÆ;Ä(ûÕÊ(_“Æ(?KfTð¢<F…é=FÅ—fFep£ª9–Q^Æ¨ŽÚÀ¨Y«É¨	b0jž2jÞ\\`Ô.ÝÌhˆˆf4bŒ¦\'îŒg½ºŒfÍ(Fëº\rŒV¯.ÆkñNÆk£Œ¶ãß£=w7££ô(ãí£ÓŒwZW]ÜF×uœÑ­´€Ñ½Ç—ñ¡¼…ñ±õ2£W®›ÑûÀ‘Ñ÷[Àh­c|Ê2>½œe^Vdv¥2† <ÆÐ@,ch(1üÁ‘1Ü“É?Ê5DcÛŒ1/ÆWÊø:ÿœñõƒñMv…ñ­bˆñ}ÇUÆ.dLœS§¦Sù‡?ì2~”³ÓàKÆôƒãŒ™³LÆÏÜoŒŸ­]Œ_Ëú¸:Œ?ÂdÆluc¶3—1ç(dÌ¹§1æÞ§3þºé3þ6‘ÿt0þ¥º1åÞö1å÷é2d#LÅÃR¦Òø#¦r–)Se@ÂTùæÃT­b.Òæ0ý#1üe.þÑÈTßgÎÔXåÇÔÊ%0µ>0—6ª1—É–3µi3uì¯3uâ½™:¿N1—Ç&0õ¨þL=VSï§s…y\rsÅ“ÃÌ•ºóL‚‘=“àTÏ•˜äãLx¦“	ÿÕa\"UùLôÂ:&ÚVÊdÊ`2ÿiü.“Åa2±K=LöÂ…LöÉ¿Lö­…LŽc“ïñ–) f1kß3ñå—™xÂr&^qŸ)JaŠf†™’õ™’ôsLýgæª€@æªò8æª7LƒËû˜¥JLC¦!àË4ôtg\Zé•0Õ¶0)IL“ÓMLÓ%ÃLSÝ‹LÓñ£Ìõþ·™.‡2ÍŽ™07¦37{d3·hÌ2·p_2·œ‚˜[žš0-æ3-oÔ2-ßobZþranó2·ådîØ`Á´IIfîÄ³™;;\\™»Ø;˜»¤FL»¡L»ok˜»71w;Ø2í÷?`ÚJf:0˜©Ç˜o–3÷.³cîÕ]ÉÜ\'\neîó¸ÈÜ43÷÷®eðxÎtj©b:[,d:_HeÌ™_ldºÃtÓ¼Æt_x†éÂtÿ‚0).f\n±gzü›y¨/éa–ÄôH&3=^ÿ`zšžfzY3±Ú™\'öG3}}˜¾g3OÙè2O¼Ì<t”y:œyÆ}šyöÌaæÙŠ^fÀã|f¯‹tc†y~P‹ügŠyé !órÇmæåáÓÌ+™!ùºÌ_bæµÆ0fèÓ0fI“¾*þ,þÁ’qc32o7ó†éaf”b2óVŽó¶Ó36^ƒ›÷û¾„Ws™Àæ1ï$92“†(Ìä×™)•<fjèbfê­fj¼32ÈL³>ÌLÛÉg¦{t03oŸ`fu0ïq÷3³µž1³K™O1y–1E,bæïºÊÌ¿EbæÿÊcD`•¨1‹Ê™Å3‹ç1K4?2K^R™%½5Ì’i1³\\m„Y.Ä™•Ý»™Õëc˜5‡™5¿Š˜µ¤¥ÌZ§%Ìz¿8fƒÆlHÞËlèÉf6Þ0›ˆŸ˜MvÌ§ÍÌçÊ^Ìç}ß™Ïÿ°™/\n˜­Þ ³uì)³}óVfÍ“Ù©Ì|kqˆÙ˜Ïì»§ÀìßÍìŸ=Ìp`<¼ÅÄ÷2‡”G™C6o™ÃVÅÌ‘Ù1æÈ_æ¨JsL•Êü²¬Žù%v”ù•¿šùMÌüPÎü~«Š9Y\01§Ö¨1<ÎœY5Çü• Çüó;—9{N‰9û¬9;þš97–Äü·G•9ß›Àœÿº›¥ mg)<–c)Qÿ°”5XJy&,¥Ž2–²\"KåFKuãaÖÂˆµ°b-*Òb-^ÀZ<îÅRïzËÒ€Y\Zè<K#ð(K³`	kIÙk–v0Kç(ÊÒée-³tÚ±tß¶±Vöo`ûYD\'C0^ÁubX‹\']ÃaQMüY´c1,Úó?,Úç­,Ú÷Í,†÷m³¾ÅØÇb…U±Xþ²Xý­,¬2ŸÅÞ¦Ëâ°8b\r/ï>‹o±øqr,þHKð©’%4ÞÁÂÍ:YxžK´Ë%Q{Â’h-`IDïX’$KzøK&eÉœ4Y²z,ýE–Áò^Öjº-kõçË,£º¬5‡fXkî¬d­[þ†µ®Þ‰eòè4Ë,À2?·eq.‡ey,Œµõh\rk[.Ë*—ÎÚŽþem—y²¶{ö²lŠX6OÖÎtÖnd;Ë*cÙmg9[°œ¼XÎ¿/°\\Ö8±Ž@ú¬£Û‹X^^+Y\'½ï±|µ¬Y~c®,¹^–¿ÝR–Œîÿìc¾b^QcÖÑYã¬À‰&ÖÝG¬wÏ².¼{Ìº$‰b]Šöe]ªna]^²®z¿b]\rNa…äö±®éZ°®Ù	Y¡eº¬°-u¬°7YáŠ¬¨­+ÊÆšu+á+zQ7+z?—}/œu{9™¿.•Ÿð“•¸c5+±¶ˆ•üi)+¸ÇJ›…Xé„=¬ôÜƒ¬Œ(ˆ•ÑÌÊ\\²²Þ)°î.ÿÊº¯ŸÎzà°›•“¶žõ(	a=Î*c=9ù•×”•ŸUÎ*½fÌÜcüÍeÂY…ÅÝ¬Âš¬¢ªBV1é«x=Æ*‰šf•ùîg•/²Êÿ^1s†U)¿‰Uu0øºXU‡Ï±ª/v±jöi°jWø°jc%¬ºkKYõ—¬†ÿóÓtVÕ4ÔÊzÊï`=3Lg=7Sg½p‹`½ð:ÃzñÏŽõ’õ‘Õ\\™Ãje­a½þ=Îz³öëÍŸÖ;Ú=Ö{Î_VÅ‚õáÀê¹ØÁê­ßÉê[·5h=Î\ZºàÅ\ZúÜÊ\Z¹“Í\ZÉd±Fº¦Y£aïYcÂ×¬±û klcww°¾¹¨°&*XSZJ¬©ÊqÖTK\'ë‡škzóÖtöwÖô/œ5ƒžfÍÌ”±~šÀ¬Ÿ	ñ¬Ÿÿ@Ö¯gÑ¬Y‘7kör,kvfýU(cÍ¯eÍÛ³æ£»19ÓLîÏ &o°SðÔÄž?ÇM³1ÅySŽÂT)J˜ª…\0[h—-_Ž-:»[Ô¶S#‡aj\n¦f/ÁÔšý±ÅÊ‰Øâ¸LCÌÂ4ç0ÍdlÉÚl‰ÓlIB¦u¾ÓJZ€-ƒ8˜NW?¶üþ.lùœ1¦ëÑƒ­PîÄVl¨ÅVØù`+óå±•.bD‹J1  æµ1ÒŠŒôv]‹Á ”hŒlÅÅ`žÒÀ{kÉ°Ç¨!%Íù+F»nˆÑ—8bÌ”QŒ9´cmÝ‚±-`œµºÇÖã<·Æ¸A÷òyŒ›qØfb‚¨9L¸ ê~ÆDÏ\Z1ÑH&¹Ö‰I˜´`“í·ÁV-lÁV­üƒpQlu*€îÑÄŒ–i`F:f”è‡½WÇŒ¹s˜±”ƒ¿;€­IÄÖÜSÅÖ´”a&9ç0ÓeNØÿ!l£uföã4fn³\Z3O\ZÃÌïça[aV˜Õ#6f½Þ³ÎÆv^a;¨0¡?¶ó)Û¥ð\rÛmR‰í¶\nÁìÃ0lÇ¶§ê;æpÇÛðÛÛ»	s”\"˜ã*ylçNlÿÀ!ìÀ_UÌé\\æ¬è‚¹p¯b.ƒØAÈsÝü\ZsÇ>cîæ~ý\næ^ö;\ZùóºÕ‚ÛWß…°Ã±“#}˜ÉÌ×óæa;¥Ý…ZkŒÝ¢ƒ=‚ag?Æ‚œaìüÒT,xí2,ø£\'vI9»D»‡]:ä†]î7ÁBÞŸÃÂüæ±ðÕ)ØõÇ—±È;[±{XÝ‹\n¶Ân–a7ËžbÑY±˜î,æëS,V£‹ßò‹wýŽ%\\‰ÆB¶b‰Eÿ3×‹Ý¡ŽbwRcIW+°¤±ÃX\n[Kõ„°4æ/,ío–¾T‚e:7c™õK±ÌE,K¸ËÚpËÚ£‚e¹ˆ±»‹Ã°{²SØýö`³3öà¦3öp	{ØoŽ=æìÅrï*cOŒ³°\'öQX~¶+ aMæX!ìƒ•8c%\nXé½Z¬¬¤«hÀª¦´°š\r&XÍ…z¬Vb‚ÕecõK`\rç5±†B¬áÖð·kTÌÃšb$ØSiöì5{ÞÜ…5Ûa­„ßX+«kí¯ÂÚˆ¬Í¥k;Z€µ5Øz.Ö¡Ü„½¬°·oÃ°w¹Û±÷ò±÷&ãX×’³XÙëfM`¢c=•eØGµ×X¯•\ZÖ¿ÑëwB±þcêØ§6wlØHAæ°ýÏØ˜àö•²ûvÉû.ïˆ}_9Ž}?¯†}ŸzM¶ObÓ6íw›Î¿‹ÍD^Åf¢—b3ã†ØÏ¬ì×\"ì×ë\'Øz4ö§þ5öwÑMìoÆ%ìï´öÏ3ûª‰ý+×aËmµg+g/ÐÛÊ^èÉ^p~€­Èqc+ÚÍ±=·³•ÆcØÊöélå+wÙªZïØª«EìEê®l59”½ØÆ‰­àÅÖØÈÖø»Ÿ­é°µ -l­Ñ\n¶ö²=lm7y¶¶w[û½¼Ï†­ký­;²Œ­Ç:ÇÖ+ReëÕ%±W\\CÙ+òKØ+^]efž±[6‰aÆ&¥m`“…ßØä-OØ”ó8q|ÀFâþ·Ï?³‘ïþlÔô›ê¢Ê¦y¸±iCûÙôêl¦N2›Ù¾ˆÍ*ËbcïªØì|M6¯ÞÍë©bš+Ù8úß¼Ê½©e‹]Ž±Å†ÙÒ%ëÙÒ¤lv-k±gË‹Ùú¾_Ùú©\rlýæöªç\0ÛhÇ$Ûhp9Ûøb{ÝiŒmr\nc›ª¦°MÃŸ²ÍHd¶æÁÞd1ÀÞ4Ëfo69À¶pa[n»Å¶‚£ØVNl+#¶µ¹ˆmýKÈÞ~½‡½£ÙŸmšÆ¶é^Ä¶-wcÛ™±íUì=hÛÁÏ…½Wn-{_h{„:{ÿ—1öØãìb¶ÓZU¶³ÂZ¶³›„í2º„íò/š}H}ûHU+Ûcl˜}´y€}Lo–}\\í&û¸Ø–}b½ûDvûDwûäº2¶·ãr¶/S‡í[TÈö·ÔcŸâ.fŸ¾ö˜}fþ$ûì²Kì³÷ÚØ·þ²/<Ša\'³/“6°¯8}d_©ÄØW½w°Cø?Ù!¯dì0¸™¥ÈŽ»ÂŽìPgßfßš5cß6Ógß¾ ÃŽÁgØ1žqì˜Ä7ìØ#Øq§W°ã†o³fBØI/åÙÉ\rÃì4+vºùv–ëoöÝÕBöÝ·vì{ˆûÞŽ-ì{Ñìûj÷Ù÷÷4³ï²³•KÙujØ(UìGv$öcƒ)öãÊì\'Âì¢\'Eìbù9vq]ÜÏ.žÙÂ.y­À.}PÍ®44`WÑýØUÅìjTÌ®«ZÈ®AÙõ›V°ãìg÷Ù/$ö÷£ìL‹ÝŠ\\b¿\n#°Ûäÿ±ÛôæØmè»Ìn3Žb·g±ÛZgÙ7—²;ÿ×Ê[2ö;Å:öÕGìÛØ=+’Ù=Þ!ì1ÛØ½‹Ýû}úÊ[Øýž†ìþ`	û“á[öð;öÈÑ«ìÑòbö;‹=Vq…ýmµ-û[µ*{²<–ýTcÿúÐÂþQÁþ³b	ûÏ\\,{.p{îf{®ú5û¯®7ûŸð0{ÞB•#gþ•#w™Ç‘wå(0®pÜžs¼.à(¢p”¾÷r”WÍsT|!ŽªËÿx<à¨FsTsÊ8ªß¼8Ïp	sÔÆ8ê×ws4.làhÄmæhÄ¿æh\"!œ%º-PÎ²®íä\0ŽÎ’ ŽÎ!ÎŠ½œ™—8+ÊÝ9+Û£8+ß28ÄŒžç€!Û9$¥Mh1ÂÞzpÈd*‡ÌáÀ9™ÆAFç9è6‡º)‚C½>Á¡;Éqº{9LÒy3ø‡ù€ÂaíYÀÁ§9ì[\nîôn/©’ÃŸà¨¾Að0WUààKk8øfŽ8²™#3SæÈ6§sd>‹9«^Ÿà¬þ°•c4qŒo°9ÆÓZœ5ÄuœuÔ¥Ó}:œ€-gãzsÎF7ŽÙ`(ÇìKgS€³­ÀŠ³c«\'g‡ÍmŽ\rVÅ±‰áìÊ<Ï±ÓÎ±óôäØ]¿Ê±§\'rö6söM>àìg|æPÎåÈyÆq9ÛÄqÕ”rÜjÒ8‡ÍVs<’VqŽn~ÁñâUp¼\ZsŽIhœãW_rN:åx·{p|:ô8¾VtŽÿÁVŽØYÎ)I9çô¡3œÓóœ³¢PÎYwçìíNà†vÎ¹0ç’ŸséàÎ¥Ö&ÎÕóÕœÐôtNè(›®qÂË>q®+\0œˆ3Ndë%Î\rê)Î\ráÎ‚­œ¨<œs«°m™Ã¹\r¯äÄ*[qbo|áÄ»îâ$h¦q’pÚWr>žå$>YÈIÚoÆIšVç¤ÈŸá¤„×sRnDqÒ—&q2G9YYœ»Özœ{oä8÷&J8÷å$œû†9œûƒiœì#œÞQœœJ#Î£‰§œ\\¯vNnéSÎ“W_9y§~qò^Np\n´+9EF9Å”\'œâ£Û8%ÃcœR­NéúhNyøSNÅ©N¥±5§ŠlÆ©I¾Å©}±Sûã§~ùnN½§qœÈi’´qšº×qš&pžz¤qž)lç<[Èyæ©Ìy–ù˜ó¬Bób¯óòg§¥Ð‘ó*Ã€óªý§-æ¼á†pÞ¬‡8opÚ\'ë8Å/8S79o·¿â¼ãI9ïÖ÷pÞoŒåôìºÌé}:ÃéƒÕ9}ôËœþ…nœþeÏ8ýä5œˆ&Î@‘7çÓþœOew9Ÿšõ8ƒ^1œ!¿œaÕ	Î0k€3Ì?Ì•ÛÈ+³àŒ}‚8ãÆ\'8_Þã|õªá|ÛÂ™Ô$r&Ï7r&£9“O²8?VàœiÒ2ÎôÚ4Îô1ÎTÈ™åü)¨äüyz‘«˜‘ÇUü—ËUºgÍUúp†«Làª>lä.Òšåª›½áªgÞåj*|å.éåjorµï8su\Z¿q—ïÍåêêésué®\\Ýæ»\\½ôTî\n{îJ{.aÛn.áãK.ñu à†l./Çw°¹ g¬—ã’Úq!yw.”Ä%_yÍ¥¨üæR’‡¸¨Ñ..3SËR°å²Wjq¹õC\\^m—ŸæËx?ç\n\r¶s…¯Vsqã»\\¼\ZçJp%®Lq†«¿«„«ók0Å]íq»:£»ºz‚»zP…kˆÀ\\Ãý\\ã¼§Üµ£u\\Óg–ÜõÛ·s×ç<ânðæš‘ßp7»×q7Ç\ZrÍ¯r·är¸–T¹Ûv\n¹Vÿûµù\Zß¸»ûörí?xr÷¬˜âîyãÅuÈä:üpå:Ìs÷®zÇÝ›ÁÝÇrÃ¸ŽOz¸ÎómÜƒ–Üƒu—¸®•×¸nŸ/pÝ·¸‡Jz¹‡C“¹‡#Ø\\O§s\\ÏŠN®—Ÿ	÷)ƒ{lÓ^î±¶4îÉÎŸ\\¿L®ŸÞvî)6÷Œ|÷L„9÷¬ÙSîÙÝ¦Ü€Ú?ÜóczÜó“÷‚ûGn°Îî%Mî¥†î•x]î•)6÷ªu÷Z(›{­Û„*È\r=ÒÊ\r-mã†ÜÀ\r{·{§q#u¸}ªÜˆ!=nÄo.7ÒÏŽycŠ{ãï$7jÏKî­2÷Vµˆmuž{[yœ{;÷(7öÊunlÌ?nüIWn©œ›po	7¡ü\07qW7q>€{G˜›‘ÌMÊÌä&e½á¦ÛÀM\'+qÓ›¹H7£æ\Z7k	ÄÍŠËçÞ5YÁ½kÑÉ½ë/æÞ­åpï/½Î½/<ÊÍNÄ}@Òá>\\q^ØÃ}˜ø‡ûè2•ûø››[ý†ûdÙ\0÷Éˆ7Ì-ðçNÜ¢Ò\"nQó\"n1jÊ-qrá–YsËðýÜ²Õ~Ü²Ý®Ü\nCSnå®½ÜÊ\'ÆÜÊSÜªÞÜê…òÜš×ÚÜZ¡\Z·nv·Þ©–ÛpÞšÛø¤žÛ”\'à>½¨Ç}¶Å›û<æ3÷y+‡ûB÷;÷Å=÷%ºƒûòH1·5)ŸÛf3Êm??Êí0ÍâvÜJávL[r»äÔ¹]·Öp?‚AÜwr{O¤q{¯+r{ãEÜÞ¾ÛÜ>ø.·Í9nt·¿¸ƒ;ðlw`ÊšûIu÷“k6wàIæ/îä{Ûp‡kš¹Ÿ/ØsG¦rG~ŸáŽÖ]à~Qcp¿ÜNç~ùÁýÖWÇèþÈýÌsdTrq§‡l¹3¢bîÌx?÷§åþ&s~=Îý¥úžûËä2÷·ñzîŸŒ!îŸOÖÜ9Êyîüí>žü¶Nžüû2ž‚YOá¡oÁ¼2O1>†§ØÓÀS’næ)[½å-¬á-Š2â©©+ó/XÆSPÆSÿ~§éÅ[²¼•§mu„§ãáÉ[žWÆÓe¾çéUÖòV>iæ–ò €\nx„Ù<Èg-|\ZãÁ§xˆÂ+º³–ÇP™æq’Uyœ´z—•Ç·kâ	·«ó„³í<ÉëžŒÈ“‰ód¯vòVŸ\\È[ý¸ˆg¨ñðŒ\"*xFã;xÆ6ŸyÆGªxk	ª¼uÙÏÔù!o}f\noÃö}¼\r/Bxñ¼[¯ó6îKãY¬ØÍ³t2âYV{ó,?<çm}Dämã¦ð¶oâYEÅñ¶3ßòl¢+y;/*ðv^~ÏÛe|‚·ËV·ë¦3ÏÎò1Ï®ô$Ï¡õ>oïã¼}q¼}JxŽN\Z<§k,žÓO]ÞAÙNÞÁygž+o„çæö„çÎ}Å;ò©žwT=œwtb\'Ï+ûïÄúdÞÉU}¼“•î¼“s<ïÂyž¯þ]ž_vÏý\0ï4äÊ;³Ñ‘ph/ b/(Ð‹TàÄ;—õŒwþû}Þ…öL^pÊ5ÞÅeOx½\\y—_à]Cx—\rœxWØ«xWsyWƒ³xWïñ®¾4ä…¬YÁ»WÅõâ…ÙñÂ¼2yá^ž¼ëÁÇy×ï\\áÝ8vµ#”u\"ŒMyÁ»žåÅìzÈ‹yéÄ‹}(æÅÓÂxñNé¼ø¼„Ïy‰¾Þôƒ¼$“N^ò/¼ä¾‡¼Ç½¼Œdo^Æ\\/3x/3ö/k‹	/«$w÷Ì!Þ½Ô‡¼û¡©¼ìoÁ¼ìéÅ¼‡jyâx¹Ûjy¹Mµ¼¼÷i¼|›¼ÂûyEwTyÅ¢S¼â\\”W’1Ë+Í}Í+sðæ•Åüà•ÍòÊKnó*¬žò*2³y•jt^¥Á?^t‘WÕÑÆ«¯óêÖ>åÕ…¶óêI[xõ&^½s8¯ÚÈk¸ú÷´µŠ×¼o¯%z÷\ZÆx¯´òºlry]\r¼®‹ßy]Ù>¼îmd^÷åÝ¼mÞ‡Æ=¼/ÎñzLy}¬`^ßš#¼¾©¼¾ñ¼~¥£¼Oª£¼OÇxŸÎ½â\rž–òŸà\r“xCµÇyÃÄBÞ0bÇvÉá\r‡êñ>¯äñ>¿ùÎûz—ÁûV2Ãû~”Ï›Xó&Ž½åMÜXÏ›¤b¼)ó»¼ßŸ¶ðþ|ŒåÍ2Óx³‰N¼95UÞßQKÞ¿?é¼ù1o~b-o~ÞŠ/ïLåË_\0ù\n:ù\nåùJzb¾RÎ¾\nPÌW1²à«DæóUzÈ|ÕŠü…Çüø‹Çø‹¸ò|5ñj¾Úº2¾š…¯V=ÄWë2åkðÌø\Z•>|._s§&_³c7Áˆ¿,á\'_W§ƒ¯Zóõ®:ðWöó‰,3>qû>1µ•d-ç“ì.ó¡“–|XÝˆO¹öÿâ£„A>JûÊ§.$ó©`\rŸæ®Æ§]¬à3\"I|Æ“x>s¥\nŸ•~œÏê~Ìgÿ~Æçüöäs«’ø¼+d>/Õ„/H÷âãËëø¸%{ìæ‹lšùâ³Ö|	=Ž/5kàK÷Åð¥^š|ýþ§üUAy|ƒm#|ƒ÷æ|ƒ‰?|ƒ_ƒ|ãÚUü56Vü5®Õüµ«–ó×©Lñ×­tä›˜Ìð×§Õð7¨?ã›=îâ›•ˆùfu\"¾Y}-Ó›F¾ùacþ–s/ø’;|ƒõümr*üm¾·øVËÙ|ë3ëùÖÙ“üíGBø;#=ø»l™ü]³‰|[~ßöÊ0ß6<—¿;ï ÷—Ë|ûI>ßþ×C¾C¿–*ˆ€ï´a\rßi[ßåÐ*þÁså|7®ßÍú6ß}Wßý÷Qþ‘:*ßc‡ß£ „ô…ßóˆ<ß«°ŽlG\"ÿø­4þñTyþ‰uþÉçs|ŸXu¾OÂU¾ßV%¾¿ÔŽï¿Óšïpÿ”r/ÿ”S\rÿô›Mü@×Kü Èþ¹Àüó}±üÐ~cþuç?üE\Z?b<…IÜÇÌ?ÉZÍàGÍióoú*óoußãG?äÇ_À™ýÃû¸’ïõ‹Ÿ°ô0?ÁY‹ŸóïD~â\'qƒøIFùi—NóÓ—›ð3¯©ñï¾ZÊ¿w®†ºÀÏfÜâ?œ¼ÈäÈ<¾”Ÿ÷EžŸos’Ÿt‚Ÿf¿P;•_ø±‚_¤VÊ/š±â/\râ?ZÍ/õä—¾‰äWXîçW¸ˆø©‰üŠ&S~Å·B~åž~¥¿-¿Ê\ZâW‡ókVà×±Zùõ&~}½„ßðÿû£ÇøÏ[oó›·ñ›»2ø-»Õù-3¥ü×CMü7Ûnò;Ô;øûóß:—ñß~âwÿò?È)ó?è¾ä¬Wäl™ãì¬à÷Nßâ÷Eóû×}ãhà†ò‡Ø-ü¡ŸGùÃQþg1þ‹Äá¤ñGfóÇRÙü±fþ—­‰ü/5#ü/“¯ù_W:ó¿¸ü¯œçü¯qøßønüoŽòüo¾¹üos+øßØñ\'îð\'oñÀuü^Nü™ÔküŸÌ\nþÏù?\'ÖòµŒòÛáÿÑúÍÿSçÇŸuBøs—æøs«ù¶òÿ‰ÂÒqÂP°@a¶^°à_ X#(~¾(Pa¿¨XèT³ª9wþ^ó,:c)PÓð¨yÓ\ZCGš¤{‚%®Z;ËË¬hÏž,ÿ·@ {.G ›Õ.Ðë—	V0Á\nÛ¿âq¶\0ØøV\0œ|* ­½* õ¸	Ècogåb±\0ùb/@Xô”¥€:uL@[ðA@Kž06	˜\r÷,¢\0³]/ÀnÆØRûîs\'j\\À[Ið|#|³dàøf ¬G xg.¶¡Ñ“\0¸{F ÉH~/¬\"Ñ«.ÅVŸù%0´|(06ÀkïªÖÞ÷¬K,˜¬¯˜ì˜’pé:oé–3‚\r¤`Á†ƒr‚\r¿O6>:\'03ÿ\"0û™&Øt5A`ÞúG`á\n¶>X)ØÖ”!°²X¿%°~ø?7Ûgt6¶I›Ë¦‚]¯[ÚwíVS]ò€À®ËS°Ç^S°çn’`ïâ}‚½:ûÓ,~WœÎ;	œ5\nœ/o¸n\nJõ®Ò‡×7m7ñ„Àý„†À=/BpX1Ypø‡XpÄÖBpä¬žàèþõ‚£eÚ¯Eq/¯ƒ/_¦àXQŽàx‹²à„ÙVÁÉ‘À;ð¨À\'ôºÀçº®À\'¦Ià›KøŽoøÑlþÛÂ§hÇý‚sºGçåë4äÁ•³‚‹ðiÁer–àraœàŠÏ  Ä\"Opm¤IÊ> ¸®¼Tp]\"ˆÐêDÜÿŸR}Aä±U‚ˆ¥àæ³BÁ-“`Aô¾LAt{°àv?]c‚7HsÆL§Ô\"H8E$l$fë	’äe‚$ç$ARÀ  ¹?U¢z[2öHZ¥!HëÒþd.\rdrh‚ûˆ@}ÎLóL,È™Öäú\r\nž<Ú-x21!È»z]×ò}f‚<AÑ¹AÑ%® èE” Ä&YPúó˜ t6LPÖ		ÊQ;Ayƒ· òÁFAe9]PùÙCPÕ’ ¨qÔÔ¦XêGB\r’PAÃ¶/‚Æ\'!‚&Ë:Áó…ú‚ç·×\nž9.xñ°NÐ*IÐš:\"xõ*xý Mð†÷GÐ¾p‘ ½¥SÐáá è~\'èìý.xg<+xwQ[ðîÎà]÷ˆàýMÁû/‚®¤A7\'RÐmp[ðá¨‡ \'Ò@ÐsÏNðÑþ»àã€‡ 7EYÐwôÃ §…àÓ‰\\Á§´>Áàm?Áð£‚áÄs‚‘}g#yy‚Ñ•)‚qØ@ðÅ^A0Á?&˜¸7\'˜øØ)˜´œL~„Sn‚ß~L	¦›?wütIü.èüž¦fM¯	f¯ÌÖi	æŽª\nþ*Ó›‚Ð%Áü\'‚ùX(çvG(—n ”{pP(—÷^(ï/T°•i\nœî.¸—!\\ð•-Tµ”.ºü\\¨–}_¸Øð¬Pý}µPsñ¡Q(Ô² µìç„ZÂ¥ö¯„Ë~µÆ„Úi€P;ÝM¨¦$Ô=tB¨›L¨÷x¡@ë\Z?\n‰úuB	I7	É††BxK¶¾b$¤ä5é!µ“\'¤UŽ	{\\„¬ÎÓBla¤­(äèÁBõŠÃNr+ï\nENšBiE(sx$ÔM\Zèð„«ƒw	\rç›„FDU¡ÏXhdó^hìg\'\\+‡	×Ž–M2ö×z+\\8 \\7.ÜðŽ*ÜóN¸ñ§‚p“nÐü’¡Ð<ÌRhÞì/´¨VZô®ZN<nµY(Üú¶E¸mÂNh½´Rh}\'B¸]ë–p‡Q¢ÐFí–ÐfU±p—E¬ÐÖù»p·Ú]¡½n…Ð>eÐ¾ô·ÐþÏEá^x³ð@òÐùÈ5¡Ë–F¡KKµÐh&tï²ß\"<l¿Hx8ÄYxøíoá‘µòB@¡‡ÅO¡ÇsE¡çÃµÂcVyÂc{´…\'>õ	OZmzG}úký?M	Ïhf	ÏÔ¯†\n„AgJ„A%#Âs–[…ÁòK„ÁG„Â‹K„—®E	/¿ì^1Û\"¼’;-¼Ò ¼2ý[xµÜBxí½Tzh©0,S$û+¼?#Œ„î	o,[\'¼A} ¼ùÈSý;H3]\'Œ•æcØ	5žm	Â;ï…IiÂdß½Â”&P˜VvS˜ö6O˜.ç\"L×ß\'LŸf`Â×áý¯…÷ƒ^³÷ç	³o&	l[.|\">´>¼›$|Ø°]˜³Ý_øèa0O¨(Ì;Š	ó7\\æ_¿#ÌŸÌšÔGž‹‹¯{	ËóÆ„•¢Qaeù5aÕÿÚ®^—+¬…Õ…û…56Ï…\r¦ÂÆ÷Ë„#aÂ§€•ðÙá.áóåñÂ–¡Â–û„­=ÂW…!Â×´{Â7A«…ífÂöP]açªïÂwk´„ï	»4“„]m©Â®ÎJaw†·°gëAaÏn}aŸÿUa_ç.áPÌrá°ÿváð©qáðÍÂá¤oÂÏ‹\n?oò~;±Xø-ß@8e\n§÷Î(\ZjÞþ\\)üuó”pÖŒ\'œ;> œK¥ç*\nÿžÉþóŸÎŸ®ÎW¤àrÚ{p\ZW0½‚+œ=Œ+¼~ˆ«üVÇU§6áª?ªñ…è|Ñýµ¸Úýo¸ÚK#\\­EW\'©â\Zò]¸Æ|i(¾tr\Z×a[á:µør¾®KœÇuËázKúp½ÐÝø\næ8¾R²_¹‰¯¬]€ã„„‡8é¢\ru\\Æa~#Ž¨ÆÑ¥\"œ\ZMÃ©¯~ã´.8­]§G×ââÎ&áŒççqÖeCœßŠcÿ\\pÎJœ;ÖóÎ´ã¼šÍ8ÛnœŸ‚½qA{<.øgŒãQ«qÑß¸˜éŠ‹÷]ÆÅçGq)U—Þ×Áeä\\&øŒËÌ÷â²ŸøªÅðÕq#ÕC¸Ã7:dˆËöâkLÞàkÜ¦ð5SÊøÚ¶7øÚq7‘zã¦ö-¸éÈS|=è‹o°	Å7®Á7º;àŽàfÛ-p³ƒDÜ,l¾)Â7Û§âæ:Å¸EYn1ÏÂ-Í›qK¾Í)ßV²·Z)Å­v	qk*€o?ËÇmò¸Mßéý	ß•ƒïjwÇwÃmcËpÛ\"\'|÷ûøåÕøž•‰ør/¾Ç|ß°wˆÏÇFà{5•ð½z»ñ}Ô½¸ãÅ\'¸cõ|ÿà_ü€²3î´ïîäVˆ;]ãà.«\rñƒÛpWBîöh!îÖî…Ú°?üØ?üïî!Ú‰{¼û‚{Þ}„{V¶ážÿNà^”püøK\rüÄÿu<@Æ½	¸ï-GÜ®Žû™À¸¿u9~êÑWü,Å?Û#Ä–‰ð\0x?6í\\€Ý\ZÅƒ†ãçä^ãçÈñsv~ÞH?ï=Œ_0\'âjÿáÁp:~1Ç/5Æ/ÊðËÏñ«™Oð«ÏôðÝ»xÈxÈtŽªàá²§øõ\"ñÿXqÞx˜ˆGÞ~‡ßˆ9€GiÁ£Þ¾ÀoåDáÑºæx|Î?<ÑtO*>‡\'Ë«â)à?<å‡žÊÙ§¾¬ÅÓ\\ãYþùøÝÀ.üžà-~Oÿ~|‚?T—Ãs‚¼ðœz	žh‹?Ùƒâù;ŸâùyðÂ3Gð¢-xQV^ô2/úmˆc?ñ’Oñ’?¼´0/­>—Näàåxå)\n^½D¯©6Äkíºñº£xƒñ¼‘îˆ7íÕÇŸÞ;?ÏÇŸ\0x³Ÿ5Þáˆ7ÿÚŠ·Üû¿â§â¯ÄqøkîiüµXo·Z€·WnÀÛGnà›	xçò|ü­_þ6Ï;t—ÇÂ»L²ñ®¡z¼ëûU¼[»ÿð°ÿxlèÃûFVàýãýõ¹ø€Å>èØ]À‡;®àŸ‡Uð‘e©øÈÏ)|ÍÅG­öá_VRñ¯Ž\rø×“;ñï—>á“¬ÝøTÑþÃ\'Ÿ¦xáÓÅ­øô\Z>óë >ó§ÿm¶\0ÿ½=ÿííÏ”àskÎãÿî·Šä˜ÛEòN‘ü{@´àÉ‘b(Rõ®©6¥‰\"KEOuŠ^f‹™øŠÍm-6\niœ‰-y³Z´dJ ÒâY‰´ŽÜiÝ½\'Zª4.Z\ZüA´ô¡T´l•¡hYn‘hY©L¤Cø Ò	±-ß[)ÒuòéíÊéi‰Vp£E+|­dÞ­¬Y#\"<; \":Ï‰@ª™Ü¡!‚&1Ùû˜®TQª9®(BúÊDèT¨ˆ–K1*þŠ˜çDØýÃ\"Î•1g _ÄUPqc\"î‹\"oq´ˆÇ¬ñ2—ˆxzD|=–ˆ=òÿÁó¦H°²U$ ,	ªCD‚Þß\"ü‰H4ê ’uu‹ôëÚEÚM\"ƒq-‘áöý\"Ã=™\"ÃÎ‹¢5;ö‰Ö„»ˆÖ¡¦\"ÉœÈäx«È¤á¡h½¦§hý1™h}È/Ñú¯¥¢\r\\\rÑ†uƒ¢\rGEÊn‹6vN‹6þ^(2#Ö‰Ìv|m2	mº Ú²ªG´%¨_d¡j(²X¤\"²¿%Ú\n¨‰¶ÞX-Ú¶·]dåðUd½ÃO´½‰.Úµ¢Jd»ØUd\'§\"ÚR\"Ú³›(r8Ñ-rHIíÕ\\+ÚG[\'Ú·û›h_ñ1Ñ¾–õ¢ýÝ)¢%\"§g«D®žŠ<´‚DÞkDE èØ³\r¢[Ù¢e¹¢“”jÑI;WÑÉ¸w¢“\rA\"o9+‘wÄs‘ÿSeÑi¥Ñé–hÑée¢3Û1QÀ›iÑ9þœ(XíŸ(Øö…(ØS(\n\rßûŸÊÑ¥Sá¢Ëýª¢kÝ.¢PÓ^QXò}Qø<Qø¸¾èú:kÑõ¶JÑõËD‘…#¢x€èÆîÇ¢›÷óE·níÝ¦ËD1ìjQÌ¦nQLæ5QœçQ\\P¡(Qõ·èŽ©—(‰!Jâ:ˆ’+™¢”ÎQ*ÿª(5ßK”–¤$J‡´D™{ûE™7D™iE™U4Q–‹¡è®ñkÑ½…gE÷|•E÷þEˆ²Ç,D´·‹4n=ô+å(¿å\\ûß&‚¢œ>%Ñ£ïEä	QÑšLQQÅQÑügQ±ýsQ±ëQqXº¨dÁQ‰’§¨Ôë±¨Œ®**¯o•wNŠ*G.‹ª®ÿU×è‰jd?DjlQ?NÔ”Â=Í0=Û/=«ñ=Ï–‰šù‹Z<E¯Žº‹ÚÚbDíÿÙÛ36Š:‚è¢ŽÁFÑ;Þ”è]_¶èÝ7Ž¨ë,_ÔÝ²CÔûÌ[ÔGÉ\r¾ù \Zž\r}Öw}þúU4b*\ZÕŠ¼–:‰ÆBÃDckD_øÇE_¶¦‰¾šªŠ¾ÝŠ¦Ì»E?¶ŠEÓZdÑLêÑO¾‰èwb‘èOÇÑ¬Š©h¶ç¬höÛ\ZÑé´è¯ç±œaˆXÎ7Y,3\'^p¿C¬Hý$Vô;(V‚Å‹öóÄ‹Úˆ“,Å‹³4Ä‹+8bõŸ/Å\ZLw±FbˆXóè.±–ÎJñRÓ2ñÒañ²%Abm$Ö±X!ÖÙú^¬ûJ$Ö³þ+^‘­%&¸öŠ‰û£Äà‡…bèŸÐä\r1,¬ÃµbxØMLq®SŽÿ£Õ41µr¯˜æÓ!fP11CŸ.fÜgˆ™»#ÄÌþ41«Ð[Œ­Ù.Æ2|ÄlÑ!1{xDÌÙpNÌ[Ló Ž˜wEÌïˆïZÄÂg÷ÅÂæ1n *Æ×‹N®K2ËÅ’ò?b)rF,›Ú$Ö\'ìë‹íÅÇcÅ7]ÄŸôÅ«]TÄ†[ÖŠ\r“‰\rœÍ•‰…\'Äk«*Äë® b“{¡b“’åb“Æx±I—­xýÐVñåñ†ãÄÆ.‹Í\Z¨b³v9±Ù§±ùÂ(±yœ¹ØâØ±Åko±%;Ll)m[þ2[éü[7ÉÄÛ;Î‰wŒPÅ;·®ï|ÿV¼kí¸ØVÑNlçõG¼ÛJSl¿•(ÞsÕVì@t;Xˆ\\›Äûø‰÷Û\\X‰à;ÄNÕÇÄÎzÙb?uñÁ\\ŽØUG vC]Ån§Ä‡¤ûÅ‡íkÄGöú‰=Þ{=š_qH|\"VO|Òôšød~¦Ø{w¤Ø»û0(bŸ{›Å¾ñiâS”Bñ©f?ñ©©­âÓÄ§¯ÜŸÏx&¾°”&¾ Ë_€RÄ\niâ`~°øÊãFñÕVqÛZòãŽ8”¶Efª/û?7ª[Äìpq×Hy+T|Cë8êÞñÍ¬kâè[WÄÑYÅ±¿çÄq–;ÄñÖŸÅñAÎâø=âøhq|í%qZ,N°Ø/NHÞ/N¤k‹=JÄ‰â;\n=â;÷­ÄIçûÄIwŽŠ“\Z2ÄÉÕ¹âÔh‰8­ \\œNŽ§_*gTEŠ3|gYÌŠïÊ3ÅwW|ß5ý,¾_BgçÍˆ¨ŠÈèâ‡Q=âÆañc?Xœ›ª)Î}òGü„Šˆó8/ÅyÎ+ÅùNËÅ…Ò\nqa®ƒ¸p@Q\\4ñV\\<A\\²âˆ¸Lã¹¸üñuqy«Ÿ¸\"5X\\Ù²C\\¥øP\\åQ\\{k½¸Ay—øé÷qñ3¹]âgÂsâgïpñóÔ\ZñK%%ñK ÷\nÅ/Íˆ›ßˆ›»Ÿˆ[8â–ä÷â×ìÇâ×¯çÄmoÔÅm}>â7{TÄíãþâŽÝdqÇÿµè\\´FüNi¸ko•¸k8_üa¹†øÃ^ŽøÃ‰qOašøcÌ¨øcv´¸—²H<pÁ[<tö¸x¨ÖE<Ôã&þlõD<úRK<6¦\'‡MÄ§«Ä“fÝâ\n-âëêÄ?óÄ3\Z±â™žrñÌØ1ñÏ\"™øg‹‰øW^‚øÏ©ƒâ?ÿ\nÄ³¡¿Ås5â¿«¶‰ÿ]hÏSˆçw:KäÚKÈOHØØJq²Déº¶Dé‘ªDùË‰ªÆF‰ê\n‘DuÓgÉÂ\rC5_êÿ¸JÔòl%‹õ“$êg[$ê‰;$êowJ4B3%šý’%K%ZNY­¬cmõ‰ö^7‰öØÉòÓ]ák‰®8F¢ûK_BØ.!:êKˆs]hù=	¹ÈE«ÔH`-DÓ»%ÔÝ5êžÅºÕq	}w„a±CÂº¶X‚qÿJ8k$ÜÍ—$Ü=ÆÞœP\"Þä+‘ªxI¤›I’UZ%h‰Äàä˜Äpw‹ÄèÕw‰1q½Ä¸™)Y#ë¬iO’˜4Þ’˜nš—˜\r˜¾]&YOÜ&YßƒI6Ž\'J6]L”l†®KÌÅk%–ûf%ÛÎXH¬t—I¬\rkGL²ýþuÉ“’7+$6ì›o$»Öî’ìêø%±Õž–Øžè”Øž.‘ØÅJìŽ5Kv+zHìO=•Ø×œ”ì1û\'qo”8¨\\•ìsñ”È>!qúD’8[ÕJ\\N$—J6OJöý¸NIÜíò%‡Œ¬%‡7hK·ÍH<äç$±|ÉQù‰çµ/KrBÞPrÒ¨Kròµ©Ä[Ñ_âå ñ	”ø2Š$¾ÓÉg¾Ä6^rJù™äÔË)Éi…¿’ÓO§$g” É™Û‡%g>Š%g+$Î$	’s´’s›¾IÎÙIÎÝì”œ+âIÎ«=–œï\\(	¾Ó/	.],	®%H.ÒÿH®°¿J®ŠßIBä3$a\ZÉ’°êDI¸ùIø±äº¥$âÔ°$âq—$’\Z-‰”\rJ¢›$7e’›.Ñ’›ÿ¦%1Z$IÌ:KIÌè2IÜ¡’¸´`I<Ø)¹s V’ÌU’¤ÔëKÒ 	Išû¸$]çˆ$+3Q’õ$Hr¯*MòPï¸äá¬š$Çëœä‘jžä±F–äqE’k²\\’}S’› Ô×H\nšó$…¾æ’Â«Ñ’ÂxSIaÒ¬¤Èñ·¤h¸RRÂ{,)I%¥©Þ’² 1I¹ÜCIEx¶¤2ç¤¤²÷ ¤JÏARm˜%©³”Ô.—“4¬\"J\Z\\+$\rãª’F$HÒ8yRÒtöœ¤)ÿ´äi¶Pò¼—¼(ó‘¼|9#i^\'iQß%i)ø*i}KÒv3BòfåI{ž¾¤£ú¨ä­ì¹ä½‹·ä}ùCÉû)CI×Ë|É‡E)’m’¼DÒ#Ù*éÙÛ/éé{#é½¬/éí×–ð.JD_%ûH>ùÔK>u&J†VæJ†7\\’[NH>J’ŒšyJÆ$c…‰’ñã’ïëÊ%ßÏ×I¾_0—LhÞ”LÐÕ$“¢ÉdØnÉä­HÉÔ?%ÉO]ÉÏPLòë¯’ä÷APòÛÇ\\ò§óªäï¦@Éß’.Éß©/’ùƒƒR9ÈT*¿­HªtRºp³•ta°DºHiNºQ—.:°]ª¦ùCªfÓ ]ü}—TÃ}Dªie#]¢øAº„ƒHµH‡¥Z‡ÏIµnIµ^ÛKµþ\\–jÍuI—v†Kµs¥ÚŸiR|ŠTçe³T§Ÿ$]~ò TW’®tü,%8}F´¥Äó¥ÄÎËRÀ~D\n¸ëH\Z)8â)%tKI{º¤$ÇRÈ“%%WÚKa8\\\n_Ú&…+Ë¥”–)åÿK*J©‡ç¥Ô[3RZl–”ž¾UÊÜÃ–bîªR,kDŠ\rÆKyOÜ¤ü›{¤Ãy©à’§W¿/ÅÛöJÅ×¥â¹©d•T*#•¥KeÍERý§©}»tõ©­ÒÕ©Rã¿‡¥kònK×]o—®+Ó–š‰•nHÂ¥j¿I7¦n–n¬Öš™?—šÅ¥›àíÒMæRsz—Ô\\`\"Ýb°[ºÅ—\'µø)µ¼“\"ÝêÿCºÍm³ÔÊS]jí¨*Ý¾“n¯Õ•nÿ¹GºCYUºã$Ýq5@j\"µuˆ”Úe&JíjRûwéžY¶ÔÁÜVê²Mê„m:Y8J\\Ç¤Î‚RÍ>©Kp†ôà\\zpÚQêÚüAê¶mXêæ“&u”ºÓÚ¤îüté¡`Ké¡_W¥æéR¯F9é1£WÒ“Ø5éÉiM©Ï?\\êgHýîKýƒå¤þŸ¤þm©ÿôié™§Û¤gç¤J·¥_Ü¥ç¨w¥ç²JÏUl’žßÔ/\rþÿ,Á©¤—r¥ÒËHzÅ\Z–^©I”^uÏ”^ûÝ,\rå¯’†ÊPix˜H\Záà-˜½/ÏKo|•ÿ@\Z5,½µ¥C\Z»jP\Z¯œ#÷£KözH“Ó^H“«ÿISU.KSeKÓ”yÒ4ò°4ý%Cš,ÍŒ»%Íš‘Þïs“fÛ†I\Z}“>ºðFú¸J&Íë-—œÉ\rI‹Ž¯–`H‹úr¤Å¶òÒ2tRZ–º[ZŽåK+´b¥‡\0iÅi%<!­ô}\"­ZI«¼•Vo–Vû©H«ËKkNK¤µz¥µ¦ç¥µ¯¿IkgWJë€õÒºí5Ò¦$é‹]ÍÒ—«Qi‹¿³´õì:ik˜±´­r›´mFQÚ®[ mw™‘¶û¨I;úVHß¾ÿ!}7è.}¯ì+íZ*íº‘&í~ðFÚý4IÚ³6]ÚÓT*ííQöEVIû†‹¤ýŽléà¦é²µtˆ·[:tð˜t(U[:ÌN—~~{W:B©Ž:8IÇ”ÞIÇ¯JÇ|¥_À`é×€5Ò	gX:q×V:¹Nf§KgºHžÒ‘þJ)–þêz&ý-¦KW¾•þ¹ðO:«»F:/S³”ÎmQ–ÎßLÉì•)¨ï—)\\”“)9È”r¿É”	·eÊµe*Ø.™êæ}2ÕÛe…±²E®›eê$¦LÝT_¦¡P#[úñ§lÙ¥!™öß*™N¸²LçO©l9ÕD¦{fLO;^¶Bé¬l$/[±c½l¥a¢Œ–Ê€Á<xtPFÒø(ƒ¼A×•dPä^yâ„ŒÂß-£Œl•¡Ý2ê¦…2:å¦Œ~ÏHFv–1êµeÌ“‰2–Q¯Œe—&cyre¬g?dØG\'»àœŒ“U(ã5åÊwKeÂïwdøÿ\0½í2±£²L|Ž#“5Êd\Z“2ÙõyÙª£Ùjœ#3ô¶“­Ó»$[Ç]$3)T’™ÚÕÊ6~{,3{_)3×µ•™WYË,bd–Kíe–Î¡²mG.É¶ýº.³ºÜ(³–GeÖKdÖÛzeÖmÅ2ûÃïe{0_ÙžŒ0Ùž¬«22‡ð™Ó·Ó2W|‡ÌõÀy™«³›ÌÍX,;¤\';tz‡ìˆF‹ÌC/óÈ§É<ŠîÊŽzÊŽzåÊ<IKdžþ¥2/E‘ì¸ªTv¼ðìDOæ/óm^&óýâ-óÓò’ù‹þ£°¾£¹|ß8€‹PHÊJd5ìT¢>ãùìñ|öžI¥\"*šVöHV\"#	EYY	ÉÌH²J¶²\"”ê÷ýû¼ÎûŸçœç¾¯ëúã2‡Ü\"!¡¾÷ç!^:ËY*ÄSñét†øEwCüúe!~Áÿ×U\0§ÃÀÇÚÀâ<Hàl$ÈÙrî;$Ô°*|	½·~rG6rçÝHøûÈ]¯/»åzˆ¿ÈC<Hä»Í(]MHÔåDH4-\nr’‰•:‰Ýq\0rÿ\no›I¼w’dÐ\nI:4I²ð‡$…[ARÔ‘”ÜƒG2žGÆ‹GdGÈãQ*$-Ö’¿’^’>¥yjt’¹/ò¬<ò<ñ-$z’-üÉo3€äo,C\nøñ‚LHÁð ¤P9Rø6R$BŠlÍ!E‰Ç ÅiŸ /»÷A^=»)“‚”\0)ë{)[ºõŸHÅ62¤¢œy½é¤RÐ\n©üQ\n©Z“…Tïx©6Õ€ÔM)C\Z.hC\Z<`†i	H£úH£¹¤ékê€¤å¡¤¥lÒzw	ÒZpò‘ûòqX\nÒQøÒùç ¤«OÒm{Òí\\ùëùâ=\rù’§ùª´2¸þ\r2dL†¿Ê]‚ë!ÃFõaËdÈÈ.=Èˆ‡dT^2v¯2–_\0ù&ñò])ò·ò½T2é›™’ìƒLÇ†A¦ST!Óƒ<ÈŒ[,d&ûä‡´dñ\r²ðTY¤yC¯mƒ,Þ{\rùum+äw¿d¹É\n²<u²j[Y\r£BVÿ.Bþ8•C6ÌÅCs¿g!ýÎ@þ>~\rùwoòïéÈ¿á`¨D<*0ùŸ%¨ôd\rTÆX*ƒ×‚Ê<S†nù“ÝZs*¯²Ý¾kºãTÙ$ª{ªg	U#´@ÕÛâ \Zw¡\ZŸí »ÃÒ¡šÂh¨æåPÍÅPíäÓPí!P\\	T§è\nTwßT7\nÕí/‡ê=o†êï½Õwç@÷2†î½”	5Ôö‚šfN@Í¶©@Ž<€’:=2µ(R†Zük…½ú\njeÞ	=æá	=öí$ô8“\r=y\0\nI„Båä Ð(ý\n{ê…ÿbBg2q®ŠôT€b÷B±3Pœú>(þF;\rJ€þ€¢Ÿ@Aå(øDJ2;¥üj†R‰uPÚþ(íU	”3¥Š‡2ðç¡ÌßíP;Ê>qÊ¾ýÊ!í€r…PnÙ¨@\'*|\0ö€Š>~‡ŠGƒ â#è‰¯ÓPk•ÇÐ“¦/¡§Ô˜ÐÓvnP[…»PÛ‹÷¡Ž2³PG|ÔñÆCè¹“fÐsE=Ðº+PgŒ6Ô¹\ruQu†º¨ƒºt˜@]ã¡ÐKz*ÐK¤ —¯JB//LB/¯ÌAÝ„· îf\\èÕ0,ôj•	ôÆ€2ô¦S.ôÖ·MPÏX%¨2zûã<ÔïU4à»54pY\Z4m\r6ÿ\rÆžƒ†ì>\r¥¤BC#!ÐÐèËûÐ;£æÐ»§f w_€F‘¡‘>ÕÐÈl\Z4ZÉ\Z}ÿ94f@\0\rª‚Þ?j;O™…&¢ ‰Ô.hâôshò•BhòÕ!hòû‡Ð‡ÜhJä%è#úè®\0š*}ì»šöð&4mvšþ@šž·š±©š!§Íx´úäL*ôIB	4³Åš•óúìš°\0Í¥`¡y–ÒÐ<\'h^|4ï\rš7ß\0Íû;Íoô€¾ˆò‡°ïBªR¡ÅwhqÀ\"´8h+´øq9´$DZ’¦\0-~}é	}¥†„¾êÆAËÂF¡e÷³ å°h…ò9èë–4håù!è‰ÇÐ7rw ÕÁ“ÐêÔÐÚ76Ðº‹£Ðúsg¡\r÷,¡\ríKÐ&ÙoÐ¦h³&Ú²&†¶ñŸCÛÌ¡ín\'¡íázÐöäehûç‹Ðö‘ÐÃ=ÐÎ3G¡]Ú‡ ]WŒ ]ÆÐ®!hwÉOhí´Oh\rí›”~þxúyQ\rú¥EÚ~Úÿ½: ó:°z\r:$–€¥Æ@‡•\\¡Ã£IÐQMKèX°:ô›’ôLðÖ…N<Üœ‡N§êB÷Ctl‡þÄ¡óyÐ™“ÐÕí\nÐU³YèÚtíët}¹º±Ùú/hôß°LÂÊ¶éI7Lò¨7LòULò&=\0“jeÀ6ëVÀ¤	ê0™\Z$LÖò/L–}&Ûó	¶åÌlËEKØ–Ñk09Ûë0yÿ£0ùL˜Ï¶íŒ2LQ¦\r¶ýYLI#¦|Z¦¦Ry¦*u¦J;SêSï…©ÿäÁvjÃv‹Caš\Z›aÚ’î0í+7aÚ)§a:F]0‘¦ë|¦wèL¯òl; 	;à¤3Pk‡†TÂŒä¦`F¨U˜™•{ÃÌ³`æuŸa‡BŠa‡Fp°ÃKØÑ}0ËniØ1]ØqÓ‹°ãŸ`ÇßAõ2`°;08¼\Z÷Ì€!?_‡¡Õ`è˜tæH{ŒÃ?±‡ó90R¡4Œš²£kÍÀè®Ã¯GaÌã0¦\rczïƒ1}CaÌú=0jÆê¼cƒoaxŒûäŒW…ñ±N0þ‚\rL°VæÀ„]x˜ø„+L|÷L|?	vn;1º³v¤Á¬—·ÀN±Âì\rraöØ!Ø™n<ì‚Å>˜S:ìb²ìòzØ•Æ0wù×°«*?aWuR`×^ü€]7ß»é´	vó³\nìæ\r˜‡:æ1{æ¶ó†9Ã|þLÃü¿‡ê&ÀÁ;\ZaÃ)°`A8,8ü#,ÄÄÂU……ZfÃBQ†°Ð?XhM#,ìsìî6kXDä8,²-\ZÙß‹Rû‹i²Ý“é‡Ý+_ƒÅYÜ…Å~‹__‡=À0`	ìTXBÐ,1\r„%®Á’t\r`ÉÍÃ°G7þÂRƒKa©Õ<Xjcìñ@,MÂ–¶ƒKƒÜ„¥ãaé#c°ôj°\'’?aOTzaOïÀ27í…eª„=§+Â²sXv‰-,/ –¡V Ü+Ð‡\0…°¢$5XñXñ1/XñÂKX	d\rVê5\0+“‡•~ë•ÎÝƒ½²v•©…ÃÊL|`eè-°2ÿYXyr¬b;VQ,{]~V)Jƒ½á\"aoòzaU\"GXUê3XµVý,V³¡\r«;è«KW…ÕiÂêM½`\ruã°Æ™ý°¦[‡`ïøq°–ž<Ø{	\rØ‡–c°¬.XG™¬Ûn\0öùë-Xÿ®/°~÷°þp#X6x¼	6tÞ6ì7+ÈMÌ™Á&Öra“z°Éï‘°)­NØTO<lúä lºô:l&zì‡ñ\Zì‡½/ìGûl	Àæl7Ãæ5æaóÚÿÁ`‹û·Â¿ÍÀ~ÙÌÂ~#÷Â–UöÃVÌ¼a+¿Va«wÃþØÀþ„ZÂÖ+­aëÕ9°¿Î;aÿ&nÀ%£7à›óÚáÒnãð­ÞFð­µcð­Ëšp9ËE¸<R\0—o‚oÿ\0W”n…+ÂÇàŠ3ZpÅye¸â†\\)â+|‡F=|ÇÈ\Z|\'â|\'ñ<\\9w®²B…«f\\„«özÁÕwœ„«¿ƒïN‚Áw?Á5Í³áš›p-â4\\«V¾çœ|O2\\Û°®÷Á®×#	×—€ï•	‡ïµ^†ï«Š‡ï§¼ƒŒhÀ\rÇ~ÁÍÁêôÀ\Zž‚ÄTÀ^Ã\rÀÍ¿™Ãu‚.À,ž€[*›Â]òƒŸ@Ãá?÷Â­8pJ\rŽx»Žx_\rG=ÞG[nÀÑ¬pŒö[8>ÃN¨h„šþÂ™2Cp–ò~8ëð%8÷»:œw\0çßáÀÁ…¾p‘ë}¸øI8ü,n]ƒŸ4hƒŸ\n–…Ÿ®š‚Ûþ‚Ûþ~·ÇÄÁÏN„ŸÝ=\0?ÌŸMK„;ÎÁÏMòàNtÜÙÝ~qk\nÜUI~9ï/üŠÌGø•ýuð+ÁÓð+oáW†¯ÀÝ~{ÁÝÉ$øÕ°JøµƒøµN=øµ\røMÌ0üfîüfå9ø­¥­ð[}á^Ü+sî•—÷©Ó‡û´…ÂýçáA¡3ð`­+ðàx(ê!<Ô.ê´ëÖ„‡ÀïzÙÂïNLÃ#{Â#ŽYÂcûíàñ3ßà	?xâÓ~xò˜<åñixÊDüñ‘&øãn]xšÄyxšâoxúö~xÆÛqøÓ£Æð§ü¹b7ü¹ÃxnV$<ïämx^Ú&xÞ‡Zx~’¼àïxáæ÷ðâpx‰-^R¢ÉüyZ^:U/ì†WU€W?<¯ñó‚×ylÀëÆðºEsx=ä/ümr	üm½¼QŸo„ºÂ›’8ð¦9¼¹\'þŽ~þNP7ÕoM†À?|Z·¹Ã;zìáêYðÎÇmðÎ·-ðîøx¯Êsxï&¼7Û\rÞ;åÿ¢ÿü þÿr5>p¢>p…\rúÕ.~ž\Z€ª%ÁG)uðÑº«ðÑ{ø˜³3|Ìe	>V;)‡[Ÿ‡?>\nÿ|>‘F€OA›àÓW,àÓÞ^ðéJKøÀðù\02|Q˜_¼»¾[_|ù¾„H…/…ï†/eBà+Náëg–à\'Ýáí›ágåM‡\0ÉR€4>ŽxHgÀYŸe`Ë›÷€Ü•j@®m7 7ôw=	(°«…P øþ6°=õ\'°=ÏØ¾öPúÑìØg	ìÜÚìœj”\r•~@e‰\0¨~ù¨õþÔÛ0€zûI`Wü/`7xØ½ahÕ¿ö.{>{¾ª{E€Þ­\Z@_aØk=ì4\0<;X*\nn\0FýË€±Ù$`²ç`’œ˜šw¦ÙÍ€™;\Z0K¨öØ‡UG€Ã\ZA€…ôÀòÉeÀŠ6X]\0¬\"ÅÀ1½RàXáp|ÿp¼ð!\0±Ù@®Ž°YU\0îRÀý>ð?Ñ\0Â?@~ (­,\0Õæ`êý¬»€Íÿà\0xä%\0ŸŠ€øµ\0OÏ`z7@²ËHÉV\0éé @>‚\0È7†ÊË\r€šv	 É]è<:Àh0˜_&Ž]À;êð¦¤\0!­§»R\0ë %Àº\"8Y{8-ý°•ÚØ98\0ö§žö¯r\0‡3çû€³îù€ãˆpþ†8_+	89gÌà\\H.¢W\0Ó(ÀåÓaàÊ¯ÀíËà6¤¸?n˜Ô7ˆ§[\'Wi1àéxð¦ŒÞ±’€w\\%àpð=ø)ì\0üœñ€_Þ[À¿a(Y\0‚Ø@È4„•‹€;¯Ÿ\0wt€Â8Ò\nDV16@L»pï};|ˆ]ââqŸóøxO ~QHŒ’.ÄIË ™~Hfõ\0ÉÃHàážkÀÃ\nEàá\"H¹¤r×€Ôz7 Mß\0Hÿ\0È˜\r\0ž\"†§ÿöYTàÙ£\ràùçÀó§3ÀóC [F\ZÈ½\"rßzo%‚×Â…R ¨®(¶ßwt/u¶¯£×W[€×óq@¥¯Pùš\nT¾¥o&T€*•N ê¢<Pu…TÕ[Õû”€ê¸£@\r\nÔÊ	€ÚÓC@Ýj)Ð°šôfÍT 9â7Ðœ›´Em©G€ÚöñX ÓhÐù\'ø´`t)9\0]kš@wïÐ#ãôì4z>\0½ÁHàsˆ\'Ð_a|Í8|•jþƒÁÀ ÏŒK›>CÙ›Àˆ=øVµ˜ ¹Ì5`*ò005ÓÛ¸À´’)0}ú;0ýú\00=m	Ìõ.?7·?5‹ú#À¢íc`±H\rø•íüjùü<,Áf€ååßt`e‰¬êùkÒ·€5`ý…!°^Ã\06HP`ƒå\0ü%Ýþ4„Ä‹ƒ‰¹„¤îBòÅ\'„´aBºð\nBvß„œNBÎçb›Æ4b[s(BQ_¡x#±½ø4BÉ$±Sr/Bå€PÈC¨ñòêËÒˆ]ÒÓ\r“ÄnÃˆÝc½ˆ=ÃÚ¦;:/:5|„n¦B/2¡þb¯±7î6boN:b¿£â€Ú_Ä‡Šƒ\r£ª‹ê<ÂäòQ„IôI„É£ „éQY„™.\ra6pq_0O©@˜·œGžÑ@XÜ(GX<¸Ž8j¦…8JŽB<°<Ö‹°<+FX9Î!¬<UÇ=.!ŽÇö\" ž! AwðïËà°€ú €È7$ž†@=Ý„@\rµ#ÐÁ÷èã-À*Ä#°‚pîÔ[1 Aú¸AÞÝˆ _-EPô²”=µd/‚¶ï(‚Öì† ´ 7,}\'‚`OU!8²	NŸ	BðîB0º!< D]câ´\r„5ù2âäM;Ä)BâTDâT_â´è\'ÂÖ aç‹°Í”GØ©3vu„]£\"ÂÞ¢aŸ:ŠpP	G8¤GœÑ?‚8C²FœµA8é<@\\œ#\\È?.³ˆËý	ˆ+ï:nÜîäQÄÕ¦HÄµ’/ˆkkˆëS/×\"®¯Ö\"n¨Ó7–!nÞÑ@Ü,ú‚¸ùý.âÖ\ZáeQ†ðº›ŒðÊ:„ð†f ¼^#¼¿—\"|õ¾Sþæ \Záµáßò„€#‚¥5Á}CˆàÕ5D˜ñ_DÄVŽ¸¶\rqgp>¼Œˆxö\0y$9g‰ˆœ¿†ˆÁ\'#î]¬EÄJCÜÏ=†ˆßQƒˆmB$È\"N¾G$ºF$ææ#«†I¿. R¼_!RÊò<Ã©?i¿¯#ÒÍÏ\"Òc²òˆŒfÄ“`_ÄS½Ûˆ¬Ð4Ä³E&\"ûH\"{*‘Cø‚ÈÉðEä4/!r‹v!òÌ¯!òíÑˆ\n\';o\"Š8{%˜‹ˆ—‡Ž#J\r#¯&eÜD¹Ö^D…ôoD%ÏñFÊ\0Q»2‰¨`ˆúˆˆú16¢Ad€hqD4<.C4µ š$kM¸pDÓ\'KD³ÝÎ; š_ïC´Xï¯\\F´¾‰@´Î!ÚFmß$ÿ³Šh7B´§¶ÑˆN<¢óA¢s!Ñ\rÖ#ºo¬\"º__lû_AD±ñU5	ñU B¹†¿ˆöÉCŒ¦Ö FÛ‰ˆñˆñŸ.ˆÉÆíˆ©]Íˆé>YÄôš\01³y1h˜û!æ®§!~ÂóraˆÅˆÅ˜Ä¯ü<ÄRŽ>bÙ¾\0±\\€X¶A¬Žå\"þ¸=@¬/ 6,ˆ¿‡åm!þ¾)Aü»„øWn‚ø7v)qm)53‡ÜÜ@GÊ\ZHY¤6rKBrk)\'ŠBÊ¹Ö!¶ .á‘Û8“HÅr»²©´/©ä‰Bî­\"w^x‚ÜYê‰T–D*_ƒ\"Õ»F»ÿAjlnBj8!5F\"5/H#5_!÷›!µþ uMj‘z÷k‘{£ ÈýG¦ûKÛHÒ`^iðGi¨\0i¦Œ4\"\r MÕ¢‘f_7GR.!-ªu‘G»|–fHËgGÇá1Èã7\"HÈÍ9$43:v	ßÓ„s¼\0ë#¨ø‰D¾C¢_w!qR&Hœãi$.+	ÆžA’’dÖm$y&Iy;ƒ¤ê}BÒVö\"ézp$C©Éœ1D²%#ÙÅd$»‚ä v#9ÑëHNó7$3ÉÍ‘‚‚q¤ ®)<ó)Ú;†K6 Å”¤µÛyäiéTäit$ÒvÛÒÎæ0ÒÞSyæv	òÌcä™ç6È35‘g¥aHÇ«Lä9¯\ZäE°y1zéRõéòaéúFy©½yYÁyùÑgä•¯Ïnk‘È«9äµîKÈ›;‘7¶ê\"oßAÞŒ1CÞJÆ#oMíEz˜Î =­—ž\0Ò3‡…ôñû†ôY‘þßŸ Ö¯\"wB†¸u\"Cj^ Cc Ã¾!#¶Ý@F8b‘>Ÿ‘*LdTÁdTk2\ZÿMŸCÞªAÞ›|‡Œe%!c/\"ãdš‘ñû6!hîG&Xš!âº‘	ÿ}Ÿ¨ÚL’iD¦ØÏ\"S®…#S*/ 5^E¦I-#ÓBdZ¢12Ãb™çƒ|êÆCfîÞ„Ì,¼Ìz‡Ìªf#ŸÛœ@¾~‹|q|Qô\ZY³„,<š€,„þF–”mC¾<Š,õiC–þYE¾RÀ ËÐÈ2ÀY†­B–=ØŒ¬ðëAV„Ø#+R*‘•‡•Ooö5 «LÕîCÈjŸ1dÍýÈúSÓÈ¥_Èw²!T€lÜ7€lô2F¾‹ÞŒlyùÙzWùAû4ò\"ú¿•ô5òCí(òÃL=²íø²íª+ò£ÁeäÇ «È_§‘íw\\áÈŽd:²óÙYŸ†ìyƒü¤@vyU!»Ò×Ýw¶#{äÓ‘½›Ÿ {ÑjÈÏ#öÈÏÿå|rÀÊ9p59S‰ø[*2@ŽìCŽþØƒÓø€üVÎA~7G~·lCÎÜ…#gº7!çE\"çÕÕ‘óIÈâsä‚C:rÑ2¹˜#‡ü}uò÷ƒäŸç÷ÿS\\cB+ÿ¦{Q%wP›v<Em2³CI:*¡$ŸK¢¤~FmŽYGmý€’N\"£d¼CP²R(ÙÓÚ(Ù$jËí¨­Ç ¶þ†Úæøµm=¥x‰R’HG)µY£v¸5 vr`(å@1JyŽR!!P*ÔÏ(•³ûPªUe(µÍQ\Z.u(Mùh”¦Ë~”V×<Jke¥sÖ¥[ÛŽÒS5FéÅ¢ôcPzQúFÇPú6I(ýÚ+(ýEÔ>É\\Ô\r”TÊÀ\'\neh‡2Úk2Ùí‹2=2Ûg„2£F¡>œ@™_°GRSFj–Dú¡‡:¼ùêpR/êˆC1ÊÂ/eé±ˆ²¼“‡²Ì.EYÁ ¬ü×QÇø[PÇD¦¨ãˆQL#ß5†J£€Ú$\"Ü…à P>Ó(Tm7\n5·†B/H£0ùP¸ûÑ(\\±\n¿¹…ÏÊD]Î£ˆqÏP¤§R(RaŠ\"2CÑRTPôR#tÅ2Ì@q2tPÜð›(ÁÏh”pT%Š9ˆ¿uC*EYïÉ@Ùì8ƒ²ÁÄ¡lhn(›î\Z”íÉ-(;«Y”=üÊ¡Š:3n„:+“:{Žr”ÙŠºÐŠrZ‘D9— .º\r \\¬\"Q.´}(¡Ê%—‰rÉA¹ÆìF]º`…ºÌ{Žºbñ	uu3€ºþ,uss\"ê¦G(êfL*ê3uë}êÖø[”‡ûy”×¦”×-U”WzÊkÆåÓïˆòÕÙƒò5^Gù>CùïtGù?,DÄ;¢‹QÁ®Z¨àFT¸Ã*¼u‘ž†Š&CÅühEÝSÅ¢îeG£îNAÝ_wFÅ:‚Š4D%HY¢\Zö£’¶ ’uPÉw¿¢R¶Ö£RPS¨”v(êQÊ\'Ô£÷Tê)Tûêéž¿¨ÌéÍ¨Ì? *Kƒ‰zf•Žz6°õ<Sõ¼Nõü}:*[ö&*;¸\0•#ú„ÊÕDå–÷ òè%¨<—«¨¼Ï *¿Zõ\";Uð3UÜ]*Q+G½tÕA•jY¢J›2Q¯6¢Peº_Qå˜\\TùÀ ª|‰ª8ªœÍCU›Z£ªC‰¨š&¨šÙË¨Ú‘í¨:W!ªî^ª®èªîgªagªuÕ4í…zÇ¸‡j±BµpýP­ò’¨»ÚQ÷¹¨OjE¨.“\\TwQ,ªûÝSTïfoTß‘Û¨>—c¨þ	Tÿ¢j@4\Z¸¢£gQÃ\ZÎ¨aíí¨á¦§¨‘Ã­¨‘cQ#£F)gP£§TPcSq¨ñ¸Ô·j\nêû_ÔÃ	5uŽšeœBýÜ>‰š·WD-¸M •¸¨ßÝQË{ñ¨åèÔŠ!µÂû‰ZcP+)K¨õ‰ ÔÆy;Ô?‹Kh‰ª>ô¦°·èM±ehÉœ|´ÔÁ]h)Î´Th(Zêczój4ZÖº½åF8z+ã,zëãh¹ä´¼uZ–‚VøÐ‰VX@o[>‹VÌJB+¶©£×]ÑÛ‹\0ôÎo´òõN´rt;Zù#\Z­RŸ‡Vé¾…V=~­šù­&w­¦~½‹5‰ÞuS­qÎ­1=‹Ö´%¡5ï˜¡µ¶å ÷ŸFëé¡u„¡uŠh=½E´þ¿èýûÑOõÐ¦\rh³”óèCW‰èCËôaqÚ’g‚>Þ&‰†<ÓFC^=CCõï¢a\ZûÑ0–\Z~Â\rÄC)Ðˆ‚P42Ùº2†FÍª¢1§úÐ˜˜hl›#\Z¯¼Ž&JÍ£‰\'úÑàÑ4I5M*ˆB“ªµÑTîšêKEÓj.¡énËhzý4›ˆDs¿î@óíuÐòi´à{%Z”õ-úú-Î¿Œ>1GA[k@[Ïj£OÖZ¢m6h›ðëèÓà Úöþ]´í³oh;ZÚN„¶ûa€vhy>Ódƒv,uCŸ\'E_\Z¡/ÝB_È=€vÒø†vÚ?†vB;š£/ÞD»¬…£]üF_¾óív~\ní®ò\rínè„v_;‡¾Úå€¾a7Š¾õÎí& =ü³Ñ^ZÐ^öÑÞ;\'ÑÞw£o[#Ñ¾¦L´oV-Úßö2: ƒHîG<ÙŽ|U†ü`ƒ™DS¨èP¹4tX•}ÇàúN^	A‡w=FGyÓÐÑíÕèÇÍè˜0t¬a:Öø*:.’†Žß„Ž…~ðÐÀ‰B\'Ü9‚N˜öG\'->D?YC?ü€~¼B@§¹ü@§… Ó=Ñ+{ÐO>)¢Ÿz 3×*ÐÏàãèg)éèg/9èç‡/¡Ÿ“ß£ŸgÑÙí‡Ñ9*Ñ¹>t^«úE“úÅŸ“è‚ét!Õ]h‡A—´ïD—BƒÑ¥Áéè24]ÆÐF—o°Ð÷fÐ¯×Ñ•†kèJîqteÛiô›©rô›…Tt•¥1º*Ð\n]U‹EW½¡«{Hè\ZQ8ºöV;ºv*ý¶B€n·F7?F7ßE7YÝD7·z£ß!\\ÿ³~?€nÝ}Ý\Z%F·>z„þ°öÝ¦¶ÝVd†no2Bw\ZDw¦ù£?	åÐŸþ^Awƒvèî\0ºG¼€îk“E©¦ ¿,<F´ÐÓKèÁ–èa+>zxh=²==ªU÷ÎAÇ]FÛûý­[\Zý½®=a\Zž°¸Œž„­ \'ÌÑS»ýÑ³*Æè¹ªNôÏ IôÏ»¶è?z‘0^Ì?†^>–ˆ^¾C/{ß@¯¼«F¯²ÓÐðAè{òè¿ˆ«è¿(_Œ„i1f“LfSówŒôÉi¿TŒÌ†\0³å€fëCŒœ>#Wø#C£ðáf[³fûAŒÒL;Fiáfgˆ<FÙvF¥ë+Fû£ZÝŽQWÅìÞ¼³ûb\ZFS«\0£6ŽÑ‚†`ö¸ú`t:ç1úWÌÞÀÌÞž˜}GÚ0û\'1û¢1¨Ì,KÌzUŒvc¸5cx…†1ü[1©rÆ˜šbL19ÃóßÛ0‡N¹`Ý‡9ÔÝƒ±0ga,\Zl0Gyî˜£n0–ßÎ`ŽU–bŽ—ìÀ@$ú0U(n—OÆ ó0ÈJÖƒÚÅÂ Ä2T°\"•°	ƒ3Ãà\"ÿapcVÜÜ\ZÁ7Lb6G1`\'CZÎÅP’\Z)CG`˜fæé—ù2†ýEÃY4ÄðŽebø—Æ1Ò-Œ J#<2}õÀX‡œÃœTmÃØô?Âœrå`låa;ƒ.ŒCÌÌ™µAÌ™Ì9…>Œ“ÔYŒ“¥Æéf.æâ—WWUkŒ›ª2Æ-nÆíÍ(ÆýX=æ\ZIsí¿º^ÒÇÜøl‹¹Ù˜Œ¹¹ ‰¹•Y‹ñ0y‰ñp\\Àxøb|<ã1·µ¼0¾œã_ÿ@Œo·ÆwLãsÅø—yc\"O`>dc¥ÏaåÃ1A¾Z˜à¡2L(®JºŠ¹;‰pPÃDNc¢\rå0÷TLÜ¿	L|Z>&Á*“ðr“hx“x6\0“8?IsÃ<Üy“R™ƒIy\'‰I}iˆI×àa24I˜ŒWý˜ŒIOLÆòaÌS5æé¡L–¦/&Ë!“óñ&gq\r“³ÆäÂW0y™ß1yBLþnOÌ‹ôÌ‹¿0…buLáÝ`LQîOL±™)¦„ñSr‹y¹qóÊ\'SÖÕŠ)çþÁ”{yc^wGcÞ|lÆ¼‹Å¼™JÃÔŠžcÞ:%c\ZüÑ˜†¨lLÃR2¦I÷¦¥÷)æ½Çæ}€/¦•RŠiýŠi]åbZÿa>¦6aÚÃÍ1=%›1}7\'1}ñg0_†*0ý‡²0ý÷Ë1ý%o0_Ý›1£˜Õ%ÌàÄ-Ì	3üÒ\r3ü÷\'fäÌÌ(ƒ‰ó0ÅŒw`¾Ùb&ôŽa&fr1S\\fÊ‰™Ø†™•ü‚™MlÁü”óÇ,ºc~±ž`~eêa–J7c–†Ã0ËçÂ1Ë˜åÖ˜KWÌšõKÌúif=\r³^×Ùà]Ål¼ûˆù«tós+©y\0+Å˜ÁJ9ÅJ];ˆ•ã™båT±òKýØm¹¿±Û*z°Û¾ýÃ*ÊÆ*ž<ÝÞò»½½\n»Óâ&v§+ˆU	ñÄªüšÃª	èXµè¬:Ù«²»ëUv÷Z4Vëà?¬–•VËóvÏþ!¬þL>vïÿ­Äî;ÖÝ…ÝWw»_b»ZŠ5¬‹Â\Z•A°ÆjVXµkX“½ÎXÓÃç±¦U°f	X³%-¬ÙÆ]ìÁ´?XóWuØC¶6ØCg¤±‡5°‡ÝÜ°G“naa+µXx`^÷,fafóXÄ9,â‘2ÑïŒEmvÅb.\Zb±ˆ‡Xl‹	–pyKøpK\ZÀ~ñ°ä²~,õf–&3Ž¥™WciªXö6/,ÛJË1ÎÃrŽÂrM¬°ÜS=X0åE`ùÍ|¬Pº+|cEaEe±\'ú„XkÝ¬õÒ öddÖ¦ü:ö”â3ì)ãFìéP¬íÿ´<…µŸ\rÄžÙS…={yëèœut©Àž×abÉO±Î‚`ìÅŒìÅÑX¬«%öªcöê×)ìuÏ0ì\nì9\"öæ—q¬¼ëö`½&r±^k>XïŽL¬ÏÖZ¬Ï]>ÖgÖ{;²ë»;ë{B\ZëŸŒ\rtã`ƒä`ƒý`ƒ§\\±!2°!¬“ØµIlÄ¶ØHM,6J|\Zý£	³(½ÿü6~×GlüKìƒü+Ø„\'¡ØÄ\n6éÝ;lÒ}Ød	l²…6ù™56y<û0Ø›òŽˆ}tS›zÄ¦·}Å>õ×Àf²[±™o¾`3We°906\'L	›r›?ñûbk0öÅþ;ØÑdlB\n¶Àê>¶€|[ø>[„ØŠ-î0Ä–îkÃ¾ÂÕa_eIbËXØ\nÅëØŠ¶¢Õ\n[1\\…­”†­¼ÅV6îÄV®·`«{7ck¤-±5Ð]ØÚç½Øú“l}m+¶~\nÀÖÿÓÂ¾\rœÃ6\\ýŽmhŸÇ6âý°MUVØææØwÄŸØwÿ°-R*Ø™Ø–%Ø^¶åÊ/lK…:öýg#lëlkÊKlk—3¶MŠmgVc;Š§°ÝW‰ØlO@¶ï·¶ßÔûµÚ;¨÷;x1\r;Xe¢<Â=‹Ä¶a‡¯{b‡7R°£/%°cÍ¯°SŸÛ±S¿wag6!°?bagµÏaç¼¾b>òÀ.¼ÁbS³°¿æ‡°KñºØ•êaìêûç‡\0»öâ*nK\Z·©Ï\'ù¬\0\'µ/\'µö·y`\'½²Œ“q5ÂÉFÀÉþ2ÇmÁ©ãän;ã¶m^ÇmsÀmìÄ)ŠŒqÛ§p;‘q;ñGqÊ‡¾âTÜßãT{`8µ×pjŸqj?Ä8µÅs8õ=18õ‚Ý¸]Òq»Žà´ìup{ô>ât0n8—;pzSÓ8}•<œþ>N¿ÿ$no··ù(nï(g²Ó\ngb~g‚ŽÁ™xÄ™ô1p¦aXœu;îàEwœ¹4wè+w˜Þ†;¹wÔÀëˆÇA\Z/ã`5á8ØÔ=ü›>™Llq¨ÖZ†QŠÃrq¸¸G8¼¬Ž`AÆ‹pÄ˜ÓŠ#ÙŒàÈÙƒ8Š•ŽRê…£šÌáhkn8ú},Ž±ÉÇ2×Ä±‚þÓ~Ç®pÆ±»ßã¸õp¼A8ÁËû8!ó4N8Òˆ)áÄ¯cqÖÓLÜÉÁ\"œ\ri\Zg±‚;å¸wê…&î´ùyÜé¸$ÜéñFœmÒVœÝ!mœ}×cœ})îŒý\"ÎQ~?Î‘ðçè§Š;—GÀ9®Æ9ÇqNo[qÎ°œóÛ×8çÑpœ›ÛWœ[æœÛëœ[-çá‰»¦[ˆ»®’†»™ócpu–8Ï=¸Ûe·p~£­8N.@¥\ZpbÐ\"tÿ¯$ýa¸ M)¸ £í¸`‹\\°0:8‹/Gã\"\nCp‘s¸ÈM¦¸ÈM¸{Ú	¸{,%\\Ü~\\Òå;¸dz5.Ùn	—ÜÙŠ{ø‰K¹ÔŠ{¤ÍÀ=²QÅ=ê”À=v·Ã¥A¹¸\'·’q™é¸¬on¸g›qÏý¯â²¤ã²ßàrÇàr¦,p¹§ìq¹¡ÇqyšP\\€Àå9Œâò[qZ³¸‚ê‹¸¢I+ÜKí/¸—{]q¥j¸W7^â^%|Â•…ïÁ•+¨á*ôeq•Ù¸Zy®–9kúï]ÍÞ4\\ó·“¸X<®ÍŽk»{×ö=×ŽZÃµO#pb\\ù7®ãÓN\\×¹o¸®p\r\\×È=\\/‡ë\rÚ‰ëýã‚ë#9á>‡ùâú=žãú[™¸–-nPY7ŒÙ…>Syi©Ù‰yw7òûÖ«^/n\\+7î>€1Å}›©Æ}§ˆp.2¸‰f)ÜdåÜ”ÂsÜÔv5ÜT17Caáf¾(àfæ!¸²_p?¶Uâ~hÀq³šF¸Ùãq³ÅÉ¸Ùe&îg(€[\0ßâ’¸EþcÜÒ‡VÜ²á0n9\Z…[~ó·B‡âVAÜê/ÜŸgÅ¸µ¨0Üz8·ÞÅm8ºá6‚¾ã6fµqÿ›±Ñ_qÿfÇð›®ÜÆozp/¹ë^Òf/Ùã—ÒÁâ¥.PðR¹óøÍªzxé/[—éÅËj¦á·îÃË®àå¥rðÛMñÛ&ÄøíeaøÖ3xå„ox•úA¼ª0¯:SŠW]ÊÁ«õ	ðê^³ø]($~×ÉR¼†ñ]ün;m¼ÖÓ	üö^üž*9¼¶´^-Äï»•€ß‚„ßo[‰ß¿T?°4‡7TÆ™ÅàÆñ†qxc(\Zo|Zo|á\ZÞ8 oòú	Þôˆ\0oÚö	oú‘„77Þ‹?TèŠ?²Ùd­o>‚?Æ¤àoƒáËã¡–ñÐÂ<´Üûaƒ‡\']ÀÃ_CñÀ”\Zõx\Z~¡Š\'íÆâIE9xRË[<ùl+žâ¤‹§zâi-Òxº{?ž6‡gÕNáÙ\'òñ|œžïPî2ÂŸØ”‰·nDá­7ðx‡óøSAdüiñ:Þ6h3Þþ{þÌx)þ¼R9þÂ®¼“ýk¼“ó6¼ÓÂ1¼³9Ñ)ï¢\"¿ÜùïFÅ»yÔàÝ‚Yxwý5¼{`9þªvþ:\'\n=1Ãä4þ÷3þÆÂü5yüM½xÏP\'¼—9ïUøïí{ï}_ï+†÷óAà‚$ð‹Qø ¶Wøà„x|p®\0òYæs¡¢Šh;ˆ<Ð‹5ÁG!yøhÃ1|Ì|Ìo|\\¡>þùþŽþÁ‘øÌ|BðK|Â\'üÃƒñ³ôñF†ð©šAøÔ\0Yüc¨þ‰Ãü7}ü“§Åøg¨Nü³Ëaøçþy\"ˆ>kŽÏ9¸ˆÏÕ²ÆçÕÅç­ãðù»Çð¾0‘/:ƒ/¶Ø‹/~±‚/!´ã_ZüÃ—‘\\ðå;÷áËêðåOâ+ôLñ\r§ð¯“<ñoÞ¦à«|ÜðUßñÕ›sðÕ[\"ðÕ“®ø\Z™<|Íö9|\rÿ)¾f®ÿöÁ3üÛÄ`|cþ¾yÓkü;R¾åh1þ½mþý÷³øÖb|k“;¾u\0‚ÿxm¾=†ïÁ%ã{>êâ{kø>Wþ³\"þsa\0þsévüçž/ø¯Pü\0â7~°(?Ú‘ŒcâÇ*ûðc\røq½bü÷G\nøïu£øïmðß&á\'Uñ“d~Òö~*D?íx?=¥ŽŸÙàgXeø9I&þ§M\rþgy\r~AÌÁÿ>€ÿ}m¿DQÅ¯èø?}\'ñ†‹ñk:þøµš2üÚg+üzûVü?ë›øs‘„MË7’n6ÉBkÂfsÂî^ÂÖÁù‚ÂWÂ6åUÂ¶iAQPFPl› (N·”ŽCJ¸B‚R @P\n™\"ìØ\\CØÙ}– Ú5@P§ç4Of4Ãn´*Þöp6öÜ/ ì©%ho½KÐ\r{AÐ›œ#èÛëôWZ{/µö¦‡ö.Éö}Ë%ìÏ~FØŸó°ÿý=‚AÕÁPÎ†`Èñ&f\\\"µfŒ~<$¿ÝE0™W$T%9F°¨+%È ç	0®\"ÈŸ# ÷vÕádÿÊï3c!`À)–¦JÀægpÊ®¼ä:o£HÀ»÷ð+Aq/(5L žøB Ü\"P+Ÿh´#Ú½›VÕ­žGà|«&p~¥¸·“ÜUs? ˆõwÄâ$‚¸ìáÄ™L‚µJ!ÁúõQ‚õ°+ÁF­šp\nM8Uøƒp:*œ`»M“`ëz`ûsÁö—à eF8›A$8š.ã_û×	çãß.°_.Äž#8EÔœ…J„‹W¿\\z ×>ÂŠà¾ÙˆpuË9ÂÕ˜bÂu»k„›å\0Á#ê:Á#©™àõ«ƒà}®…à]Fðîä|.|î/<›Ì	A¶Æ„àúM„$‰RjBƒÂfR	aë§	wÖs	áubBø½‰\\¨!DŸ&b´	÷do¶¬Ó‰½ÿåª!iw:!‰Ø@Hz‘²c¢OHYÙNxÔ²BHmxDxÌ\Z ¤INÒ_&¤ËJž<*\"d¢‚	™?žùÏ\"AÂs½=„ì(5BîýtBîoB^t#!ßÔ—ß¸›P°Í–PdRG(*’&ÿp&”ø’%¾„’ÚÂ+ÖvB¹ÖOÂkôáµm#¡Rê¡²¾ˆðæÂABÕ˜)¡óœÐð9‰ÐøÞŠÐ¸Exw{ˆÐâOx(Žð¾ŠKhuÝAhý)\"´þµ\'´à	m¼TBÛ¥;„v,¡ó‘áS–Ð+¥KèÃ¨ú\"Ö_üò	_é	&Õ„îaÀö\naÀóa ¨0jO\Z\n$£L	#³Æ„Ñ|ÂØM€0®èJo{DøöLðÝ\"’0ÙœK˜>¹Lø1Â%ÌjŸ%Ìem%üüêA˜±%,(û<F‹u„_uÂ¯&á·àá÷[YÂÒ8a©þ:áÏCEÂºæ/Âú‡„\r9+Â†0‚°ÑyœðšIø7\\G”pN%nÂ\\#JY#ˆ›÷œ$JGe„.D™@}¢ll?qË‘-D¹Ô1¢|ä¢¢£/q»cQIz™¨Tq™¸Ãøqg”<Qùx!QUðœ¨îœOÜew“¨áZMÔü9GÜóA¸ç“Q?†OÜÛÿœx`@4DÄ˜¯‰F‰ÆmëD“M2ÄC±aÄCMXâáo_‰GJ{‰GY|âÑo™D«»æÄã`%N:CDê‘/g‰¨‡}DôŸ\"f‚ˆ9?HÄ¸|\'b\\ß	éfDB“6‘(ú@$&Ú‰CzDRq\r‘\"ª\"Ò°›ˆ´¬DæQw\"éLd­cˆÃ7DÎÁb\"çž&‘3Känw\"r\"ïa‘7–Kä«ùÆCD!¢žhíJ<©K#Ú\0KD›{%D›ßû‰§vÄOU3ˆ§þ–O‹#ˆ§ÓHÄÓµ=DÛ\r5¢ék¢ýÑþ¾6Ñ!Ex¦þÑñ ñÃ‡xþà9âÅ2xqLLt™^&ºÆ²‰®SÁÄËÊp¢›Œ9ÑšJtg8ÝËºˆîu(âÕ‚WÄëÔóÄâ³Äµ*DK\'ˆY¾DÏ‰/D/	¢Ÿá+¢½žèçL$úŸ¨%úÏŠ‰AS3Äà‡‹ÄP÷0bè£—Ä°£Ÿˆw\0\râŸÃÄˆ›þC%FÞ¯ F)3‰Q.£\rÄåQâ=¿bÜéUâiCb\"CL‚\\$&p‰I_]‰)oÆˆ\Zˆ©ûSÃ^›*3?Ó×ˆé_ÉÄÆmâ“zÄ\'…ÖÄ\'ïŸÊŸW…³w> f¯]#æ½ÝDÌ×0$æïÞGÌ÷zI,(/ }³&1%–T~%¾Äï!¾Št\"–…¾ –¯&¾>-K|ív…øºÊŽø&ö)±Zf±Ör;±î¤€Xç@\"Öï%Ö¿Ë!¾½ÜNlÚýƒØ¬£HlU÷\'¶þ|IüpßˆØ¦bOlÛ#Il›ˆ#~<dOìØ,Gìhž$~R{Fì‚{T‰=Ý<b/&„øÅÎ›øÅ½‚Ø¯©Jì/ê\"œs#ã[‰Ã“}ÄQ|6ql—ø-Ö‹ø­ÿ3ñ;Ö’øýñiâ÷Õ}Ä	§Ä	D<q#Eœ2úJœ:[LœŠ‚§ÙaÄÞâÑâ,T8÷‘8ûøqNSHœ[Ð&þ,»Hœ¿×L\\¾Iü}#“øÛû5qÙú\0qeîq­Â‘¸Ö=J\\¯?FÜÐƒ7Â}ˆÿd<ÀMÊwÀM7ºÀMÙ $Š	J‘þ€›}Ò@Y¯bpKí\"(¯\ZÊëö‚ò‹e Â7;Pqh\nÜ¼··•l@%×ƒà½%p§Épç_P9LTyÕ’	 ZÎuPFÕYP#´ÔX›w_15Å4P›óÔ¶}ê(€º—ž‚º±hpï=p_‰6¸ßfÜï&÷7ÿ÷¿;è*\ræAC[6h¸¾\n\ZñdAãDÐxc4)Üšüw7ÓÃ;@³QUð`’h®Ÿ	ÖÐ-Hæ åÅ*ÐêüðXå\nIùB70ÔãÝa±å ,o+øš€À£ B[\"éý Êè\nˆB¿± ö\nÄŽ†øµX€ÿá¿Abª1nšÁ´:dSôŸI*+RL€T¯\0vØ¤Íª€ô­ ý(ÒçA¦9d ëü Èš³\09$+8rW  ßó%ÈŸ¸\nl¼@S5(4v\0Ežr h^K¾\0OXSÀSN í~WÐ63´3Ží,CA{Ãÿ\\¿Ú—2@ûv1èpÿ?•àY:x–Óž-øžíö[¦ÁŸÁv 3ö!x‘Ùº|7/á÷€—\r’ÀËÑþàÉdðŠl(xÅ9¼êõ¼ú\"¼º~\0¼æQ^Á€757ícÀ›gMÀ›‚7ûž€*;AÏ<èÙ\rz£[@o°\nôþaÞÖ\0ýîk‚þzv ÿŠ\'ª3†‘À°Ök`Ø÷0ðÎó*0¼ŽÞ-@ƒw‡7ÀÈO`ÔaY0ZÞŒ9.Þ[c¥õÀX‹c`Üê50^¹Lxî\0&Zî]jÁ$©0)í>˜¼/|¸z|¸¡¦H7)rçÁ½!0…¨>rüO-LÝÔ\r¦N7€i/õÁ´\Z:˜öi7˜žÒf´YO¶Û€O¡{ÀÌ¿ÀL¿Hðù&Eðùçp0;õ(˜eæ$•€9ÅÍ`Îè0×ÊÌ#ß\0óšÀüv;ð…æGð…é9ðÅII°PâXxÝ\n,ðgŠÁ¢tXôs,Ye‚/“2ÀRU#°´ë	øêç°,D|³V½ukdƒ5A£`m:¬Û³¬Kÿ¾=~\0|ëŸ6È€\r±!`ÃÃã`³\Zlî‡‚ïn?\0[;Îƒ(Ýà‡¼X°-?vAÀvó\\°½8ü¤Ù~Bi€Ÿî¼»¦äÀîäJ°ûÕS°·£ì‹èû2î‚_ÆÒÁþ=®à×<ø5éøµx8ÆòÝÀ!g88ô>}¶\rS}Ž¥i“}tpŠ]N­\0§÷®ÓCàœìøs~8\rÏ½›YàbÇAð×Ä¸¤ø\\Úî.-¥ºzÁµÍ[À\rÃP’DÙ]Ò&½ÿøl!É4Ú‘d/ú“ä¤´Iò\\\"I~LDRÈÐ$)¼É\"),rHÛÊbIÛ©XÒöÄÒŽŒ4ÒÎ%$ej4Iy±†´{”DÒ´ë#i­“öè£I{ŠHÚ×%H:È\\’.ðŒ¤ûKŠ¤ß1NÚ§u›´/2†t€®O:P‘L:0D2t¨&G¥’Lß#ü˜F2?ûˆtÈÕƒt¨ÁŒt¨é\"éÐdéˆã8Éâ\Z™tO:Š#õ#2&YB<I–Ô	’å´\rÉJN‹d5J:~n‰t¼þ\r	j²Ï­$Á_¡HÀN\"È‰„Ô“†’$¤ð	ùVŠ„Â/P“{I˜©³$\\R	7Ã\"\\î“ˆ½$Ò±S$òÖ8uÏ~4$ÑL’ª$¶ü{ÛØ•Ä®è#q´IœK;H<ç)¯0›$„ßÕI\"~#It¢tB^™t\"ctâï0édÇÒÉ!tò‡d³•G²éÐ%V(\"¾SI²µc‘lo“_“.Xé“.dM’.›’œÕHÎÁoI®©ÿH—òRI—CnJ\'’ní®#y4Z“¼:X¤Û·±$ÿ	R€Ì$)à…4ð2¯F\níµ#…h‘¢4¾’¢ÌHQ‹ê¤è;HÒ½âvR¬±)vnéþ]RÜ‹bRÜÌR|À%ÒƒÄ›¤DûdR’<†”¤ÑOzHþÏDéáO)åJ)gHJµá’G“’ÒÛRIy¤§õ6¤§r¤ÌÆ_¤¬‰EÒ3©¿¤ç’\"Rö11)Û•@Êö}MÊõ{Lzß èš\nâö“\nëjIE;ßŠü\nHÅË¤B(©tYTæÒG*ß+Az}ô5éu2…Té>Aª\\+$½1œ$½é†‘ª,FHÕß’j¸É¤šk¯Iuk¤·Ó“¤†t	Ro©Yj©ùt#©ùª!©û‚ÔrªÔÒJjYÕ#½?å@jå©“Z¿›‘>lßCjË„’Ú²‹Hí/²Hfò¤O§Ÿ‘>¾ u=í&uCçIŸqOI_†6‘¾Ì®úýdIý÷¥IçUHaé¤ÁÎo¤!Ñ&Ò°Ui8Ò‡41;OšÜñœ4™w‰49À$MÎ=\"M~Lš®&Íœ’\'Íêï&Íù¿%ý<cEúõ‡ôó¡i^í	i>»´t’´h•úŸç¤E<™ôÛH™´ÒAZÁ±I«R*¤Õ RÒjz3iíÉ_ÒúÖÒúå!Òú£¤¿šWIÝ·þÝ·$K†‘%»\0²”‹6yó…déšd²L?…,;’BÞ’PGÞ’Á!Ëd9j;Y^2ˆ,¿ÖJVî +š\\$+>o\'+öÙ’·+´‘·»KÞž½BVº›KÞI#+W4“•ûO‘Uì“UÎ‘Uï–‘U{Äd5‡RònC&Y2LÖŒe’µ´§ÉZ0Gò¤Yþ¬ó¸‘¬;FÖ1\'ï5ÙIÞû·—l\0K\"\\Y%	[ÈÆY‡É&wkÉ&¯È&ãÈfgÈfƒd²¹m>ùððùHº\'Ù¢<|Ôwƒ|´ã3ùè¯Jòñ-ªäãß!Êždˆõm2d!‰‹Ÿ#ÃÚçÈû‡ddHF®´‘QrwÈhÏ\Z2º«‚ŒQÏ$ãöç‘ñ”Kdr—Lž S6ÁÈ”¢x2”Nf¤ú‘9£2g\\†Ìu.\'óucÉü»2dþý\r² Þƒ,Ì¸ENÝ\"‹Þk“Åÿ>‘O:÷ŸgäuédkãGä“+ò)g4Ù6”O¶MÜF¶-– Ûé‘íY)ä³®4òÙ\"ù<¾ˆ|!}…ìä{’ì¬ãGvÞ;I¾è“O¾8ÔCv±ö\"»4ì\"»\n!»r‹È®µt²ëª\ZùÒ#€|©°ˆ|YvŽ|¹~Š|­¨|­Ñ•|}óò\r”ù¦<Œ|ËCöðÓ&{æº‘½5\"È>`\'Ù§B¾­‰\'ûú\"¸œ&\\^!º¦‘ƒfƒw“ƒ¿$“ƒO“C çÉ¡ÔprXl=ùÎŽErÌµoä˜›Sä{Õ“äûÑ»ÈqugÈ®Æ’øf“À³äÄ+ÞäÄô£ä¤-‡ÉIÚ,rÒcgrrþUòÃ-&ä‡Æfä‡á8rŠTù1T–œ¶ÿ*9ý€9Ãªüd§/ùIhù©ìKòÓédr&y?9sÎžüìV(9›_CÎ® çpÃÈ9ÅÝäÈ…œBrÑ–nr‘!—\\´q€\\|žN~ùÒ™üòã}ò+ÔCò«çÉeí7Èå†!äò³zäŠ`Cò· rUf2¹Zâ¹ZÒ‡\\½Wž\\›H®ÎÇkT¯’ë¼¤Èo1oÉÚäÆ¯ÉM./ÉMoÉM³³äæ¸yò»Zä–ìûä–õò{£ä÷ÃrkØùÃO)r[À#rG/ƒÜ¹/”Üõ_ºý‚É½GBÈ}}ãä¯æä¯¼ò×Ó&ä¡šÝäá3¿ÈÃ[È#ÿõxôä	ò¨ýòè\0–<:\r\'uÂÉã~{Èß¶¾$O”‘\'\ZƒÈ“ñäéýeäi+yFÔNþ9Mþ‘Mž={Š<û5<\'xDžßZIžWýEžoU#ÏzMþenAþÁ‘Ÿ’—³’ÿÜê$¯‘“Ékuöä¿+nä;¬)çØ©/Š4J‘¹þ˜²Åº›²ÅY™²Å­‰²%4Ÿ¢pãE¡æ1EÑû\"eûÖ&ÊösK%Š7EUöEZLQ_‘¡ì’Ê£ìºÓGÑH{JÙM,£ì.v¥h®8R´û(:uë”½¾\Z”Ü&Êþ6ÊJ8Åp—%Å0¶šb„ SŒ’¬)FóŠÉ1Å4=ŽbúNšbFRÌƒb)æe\\Ê¡W”#ÆK¯ŠåŠ}?Åê­)åøÎzÊñÌ—È¥\nP§\0#|\n\"P›‚ˆ­£ ú(˜#›(øi\'\náä	\nùl>…ú_¾¬¤g/QhäWúGi\ncë/\nsHaÑpã…åLa\' pU®…ûõ	EðÕ‚\"ÜTD¹ÇPNë´QN×õPl·ü¦8\\ÞM9ãü‚ræ%œrVÑr–|ŠrÖZ‚r66‰rN³›rÎÝ“r>Vžrá¤å‚CÅÉÔ†âtÔ‘âltââº“âpŽâºcƒâêp”â\ZÞO¹L¸E¹RùšrUz‘rUm„r5ŸO¹vHƒrí|&åZìÊõõyÊ\rÓ`ÊÍº«mg(žrÎO“â)p¥xzò)^½”ÛE¡ß;•¿/N”€KJÐUJP˜4ø_éRBj(!#Ñ”°¿)w”ÏQÂ¹û(w6(‘º$JÔétJô•jJW‡›ò’û)%¾Û„ò\0YMyàìMyÐK¢$JRï±(‰©‡(Iy£”\r<%E·Œ’?By—@y¼ëå±É0%­½’’ÖË¤¤_\"PÒKz)éÕw)R“”°‡ò$Wò”«NÉ¼Æ£dí<HyöWƒòœÏ <ÿ(AÉÉÆRr:ßSr9a”|ùPJ~ÜÊ‹í.”‚+”BD-¥ðÝ-J‘Žå%!ò’º‡RÚšIyu¯šRvð¥œ´N©x{•òÚD“R©ÛGy³ûå\r-‡òÆµŽR•\"O©éyJ©ù®O©e¬SjÛº)u§r)õj”·‡¬(oûÊ)\r=2”f“¿”fÇÊ»Ü‡”–Ûã”÷ò”÷Š(Ê•~Ê‡‡Z”Ý‡(móû(g•(m?)N³”Î™6Ê\'ÊJ—‚ˆÒ#¦ô\\¢ô†)}¤PJ¹å«¾eà&Š2ƒ¢ÎZR†m”!N)eH¼Ÿ2t²‹2ô©€2¬*¤s§Œ*QÆ¶…QÆ|.RÆ¯HQÆ=åÿ“@¯§|ÇºQ¦þ”©38ÊT[eºÊ›2#sŠ2ó7ŒòÃ¢Šòãj åÇÍ”Ùª\0ÊhJùµg‰²ì|„²|íe¹9‡ògÛåÏ™û”µ¬g”õMí”\ruÊ§ò·Ä•ò~™òï‘*!«@•¹LÝ”ì@Ýôþ.Uò¾usêZµ©[d©òý	Ôm]-TÅN&uÇ×T•¸½T•—ZTUõwTU·(ªêõWTÕŒgTµMXªÚÎ:ªZ¸!U-ù=u×VªÆè)êîìª&Ù‰ª…\n¡jŸ•¤êÄÎPu>£êQº©z—!TýûKTýQuÍ2uÿ·‹ÔMTƒ­ËTH5ù{žjºÍ“jº=—jvLšjöü=õà­¿Tó<8õÐžêa]%êa&õðU7ê£\rªÅi-ªÅ÷kT‹ßpêÑ¸*ªõ#ÕêÔÒþ›\nM%Sa«›¨€WM\0©hÏ³TÜ–.*®ä •0œH¡4*éé•¼f@¥Hí¦RŠŽR©û\n©4îg*}Ê$ý¤2›PY=ªTÎA*•þ òRù-¨¥vª â\rU;O})¥Š·¨Q­Œ¨ÖÏÌ©¶S©¶9bªU\ZÕ¡XžzæÄ\'ê™(Wê™Õ`êÙäWTGX/õÜ—!êy£Ô\ZÉÔÚ¨–ÿRê;¨N_ßS}Í©Î5êeòAª›ÅªÛå­T·¶\'T÷¬}Ô«{c¨W¼©WƒË¨×õîS¯ÿÙE½d@½‘TO½y%z«°”êp‹êóÇŠê»#êÛàK\r˜Ô£*yPÅÔÀ°ÛÔÀ¢%jpŽ\Z\ZTA\rÍv¤†þ QÃ^¿¡†Í&Rï´¼ †‹­©wû‚¨×™Ôˆ»óÔ˜-ZÔ{¢hê½ÌXê½O¨±«Ô¸ã[¨ñëzÔ$mê£·û¨/vRÓ†¯SÓå©éâ÷ÔL…š™RAÍl˜¥fÙ:QŸíW¤>?ü‹š½ý5Û+›š½zšëÇ¢æí’§æ7GP‚¦©ãÅÔÂ“2ÔÂõÏÔ¢WúÔ¢u9j±Zµø/Z²{/µ´³‡Z&SËéÔ\n«(j¥n>õ\rzµJ·˜ZõTZRkù,j=}ƒúV¤O}r–úö1µ±{†Út@mò¹I}—B}77B}£J}ÿ{µõö_ê¤õcívjûÉjÙ€ÚÉåR;cj©I	ÔÎ™ýÔO—J¨ŸòÑÔ.™\"jWZ\"µ»U‡ÚkhKíûoús¨ýmê Ä)ê`‰-uXòuÄt–:º­Œ:^ùú-Ê†úÝEH²ÙD¾¾—:ý!…úc®’:{iu¶º•:»âGo|H]è¼Bý…¦þŠw¦þ66¡.ÑØÔ¥³{©Ë÷ü¨+ƒQÔUðu5òõR=õÏ}uÍ÷u}Ë#êºÎuýfu{ˆú×·…ú·=ˆúOç#õ_…-õßHMsš¶ÉÝ‹&…;LÛ,1MÛì¿@Ûü­ˆ&#¡ÉXëÒ¶ìAÑ¶†ÚÐ¶¦†Ñä>ûÒä5·Òäû‹hÛ\\WhŠ¯ëiJ	4¥¤K4¥Fm\'3•¶³äMEcž¦Ò…§©×ÑÔIv´]2tÚ.ÍRš†Â*MSáM³qŒ¦`h{”nÐöPi{Ò ´=Ïƒh{zçhÚ¨Vš¶W	MçÆ[š®a,M_!‰¶Wð”¶×ö$m¿Ê\"mÿ£%Ú4ešAËOša¤4Í(ñ\rÍxä\ZÍd;‰fæG3•ð§™¥ÇÐÌzð´ƒ˜ï4sÏ@Úa¿\nÚ‘y4‹š¥f¹D YÑŽ™ŽÒ IT\ZH§[ŽÓÖ4ä÷4‚Ö\Zqû\Z>¦‘M:id\Z9n™FQ·£QÞ`h4å»4ºß<x˜ÆàÑ˜ì&\Z[¯ˆÆÎ§±WoÑ8tÆ£n¢ñÏ£ñ¯–ÐÏÆiÂ®û4:&\neÓNè<¢ø>H;y¶‡fs=vúYÍ.ÉæÐrŠæÐõ‘v&þíìõFš#Ü€vní)íº›vá.šváÙ]Ú…wþ4\'‹_4güIšsw\"íbÍ(írÂšûn+Úµ»6´ëè‹´ëqƒ´ò´›ûRi·Ž§Ðn-n¥ydÒ<QÏhÞ™×i>ßÞÑüÎ| ù[ÙÑ¬#i[üi¡³¦´¨WÁ´èe:-fäíÞ‡5ZìZlC-ög-ž\"K‹Ï×¤=€>¤%Ü/¡%¢i‰ç¿Ó¯÷Ò}Ø´Ä-é¨-¥ñí±¹–™AK+¼@Ë€gÑžèß£eIŠhÏ¥hÏ•%i9ÀKZîr\'-Ï¨•–wNË{ªFË·§½0ãÒ^˜+Ñ\n|Uhþ‡i…ÚY´Bê\Z­°û=­ôà>Z©ç3ZeR>­êá+ZÕ\')ZÍƒ&ZÍòwZ­ÖYZíë\\Z,‡V—~†V7ù†Vÿ%†Ö@h\rBiZÃ)ZS‚ÖôGö®†Fû ,OkƒÄÐÚ®-ÑÚîÐÚí@Z{@­}¹Ö±e/­#1“Öù°˜ÖY¨@ûíNë†ÍÓºŸ…ÓzÎGÐz.ž£õe+Ó>JÓ¾ìÖ¡õ¿|Hëï8Iûªw6pqŽ6ŒÔ¡D^¤Í´±šÚøeÚwæÚ÷‹´‰\ZmØ M>q¥M\r7Óf\rgh³6C´Ù÷hs§hd)Úâ¥eÚ’Ã5Ú’3¶TÉ¤-T¢­)ÒVÕ·ÓVwÅÓV{nÐV“iè_h:?ÓÖ_¥­ß\\¡­céÊ·éRhúæ™7ô­T]n_?]¾â*]ád}›ü]º¢Ë(]1Y¾cÿVúÎËte‚®¼ñ–®bâAW\r¾OWÛlB×¨ÙB×>ZN×~M×~ÿ~àÖÝp‹;ÝðÑOºÑ¶º±ßºq›nÒSJ7íâÐÍ.ì¥›=Ð§¼:N7—ûL7Ï¹D?”†§ÑO¢[pbègêéV8kºUP-Ýª}•v¦Cg“ép¤#àUÓ‘c\rtT÷:fñ\ZkèEÇ†Ü¤cÓ´éØZw:ŽnLÇM£è¸ù5:þÝN:þƒ-h¥ƒ_žÓI3:©IšNŽ3£“«èôÑktÆ©Y:#¿Îzþ‡Î–þDg«øÓ9tÍƒÎºBç\"ÿÐyjè¼K³tÞB:A¨4Ò…~›é¢?1tñi5º8=—.Î£‹ŽÐO<«¡Û$UÓmÚué6Üé¶3út‡Gú™—ÁôóMôóo/Ó_µÒ/êxÑ]Ð]ƒt7øUº{y3ýšF)ý7™îqc+Ýc´†î)}˜îuåý6S‘î««N÷ýE¥ûéß¤(¿  }è¹éoÚèAíAô`‰9z°×6zá=ÂEì§G.xÐ£´è÷NÑc‘ôûì:zÜ¿ez|pýû]úƒw\ZôâUzBÆ)zÒÚ/z²ë,=ù†=¹,—ž*%¤§ªØÒG\\¥?n¿HO¤§‡ï§§ÏÎÑ3vÑèÂú“¡Ýô§;æèY‡Õéy^ùô™Ïè…ZfôRÙyzi–^æ©I/‹	£¿ÞaDãœE¯µ¾C¯-ùCo¾Å¥·„ž¢¿_§wº&Ñ?\r£wå_ w¯ŽÑ{†íè½‚ôÞØ‹ôÞ„(zoÿ5úgÛVzr(ý«’>7GHÌ¤Àô‘òpúè[€>æüœ>æÞEß|“>±™>^xŽ>Þ¨Aÿæm@ÿîÒFÿÞ&AŸ8y>©èLŸ¬èÓv5ôé[\"úôýG‚>}öÒ_ú¬—}n›}.×‘¾hvœ¾hîM_t„Ð—Ü£/Y‡ÐWé+‹é«šôUCúŸ{2ôu¡}£¤‰!q«‹±i,Ž!é°Æ²ÙÂØŒ«aÈøÿ`È¤Â²¡¡Ù‡4†ìbc‹aCn6C>“ÆØ&zÄPt-`(.80vj1”O¥0”ÏÒÊ•{*e•Zc†šñc†\Zì)Cíž˜¡Ö+ÇØ%{›±»4•¡ihÊÐìdhY”3´H­Ñz†¶Ã%†ŽMC§ÉÐ=Æ`èÞ|ÆÐ{RÎÐ7cèÿ{)Œ}$\ZÃ@V•aàÃ0’\Zf…¾`÷ÞdÄR‡…G„AŒ£ŸÙ«ú«×ÝŒc*ŒcÿDŒãõûÐmïÐŠ\\5xÏ0¡”‡#ÆÀ°&q·ÇžA|ZÁ\0ý2äBõO5ƒùÀ”Á|±ÈàÎ>`·Í3„þ2Ä!ïÖ¡êŒ“äxÆÉbÆÉrŒÓpã´§?Ãvõ>ÃÞÐ‡á ¾ƒá\0{Çpðd8¶|dœ©1Îóçg®2Î¯§2.üf0œ¬_1œ:*N\\†³\nÃe%…áZ&É¸¤Â¸L2g\\®™g\\î…2Ü¼Ÿ2Üuv0Üs ÷¶AÆUrãša\rãV•ÃcÚ‹á=uŽáóƒÈ¸XÍð£~eø«¦3ü363iŒ Í`F°ì#4Z–Z Í3b„?bÜ-0\"TQþŒ¨ðMŒ¨ô=ŒËFÌõŒ{_3â`UŒxõÝŒÑÃŒÿFâYFâò8ãáÏýŒ”[Œ”GŒÔÒ	ÆãÍ²Œt|	#ÍÈÜñ”ñì²ãY¾7#{º’‘½lÊÈ1í`äà9ç\'¹ë§yRïygzùíÍŒ{\\\"£Hç£8.ˆQü#™ñÊJñêÕF¹ÞSFE6À¨¨fTtU0^›92*eW•%•?õop?Ui\0£š‡dT‡z2ªÛ\\ÕëŒš®6F¯„Qç€gÔ}^`ÔÍ[2ê{“oÏ)1Þz2oß¿c4ä63\ZkŒæÝjŒæô¯Œw5ŒûYÆ{\rÆ{>£Õl‰ñácãÃº£Í`|dº1>fJ1ÚS¬†ŒNîãSs?£Ë‰Èè\nÿÁèúx˜ÑM¶bôDù3z²ú=Õ»}O¢}ÝÆÛzÆW‰¿Œ¯®RŒ\n1´.Á®ngŒ<ÎgŒo¡1¾‹Œ‰Ã·wû“ö½ŒI\'[Æ”Q+cðaÌ&<cÌmþÁ˜Ókeü<”Æø|‰1ÿßY<ÛÈX²ìb,\Zb¬Š]«ÉÒŒ?ÊöŒ?Õßk®›kU\nŒ3íŒ\r9Æß´<Æ?{\Zãß:™)¡§ÃÜ”pœ)©u„)Ù‘ÅÜŒŽaJã¤™2Ô˜²²˜[/1·Ìê3·¾È`Êa¾1å®¾cÊË\\gÊk\r0d/3\\Æ™Û¦™ŠG{™ŠP¦’i4s‡þ:Sùr5S¥7Œ©¼eª]]gª•f1w]òfîº&ÏÜ••ÊÜÒÇÜý÷=SÝÀÔ¼ÞÁÔ|9ÅÔê^ejý±eî‰Odîùs—©½ÖÏÔw…2÷BN0÷íÝÄÜÿà.Ó ‰Æ4¼QÆ4Jqb\Z5¬1c˜&Š¿™&œd¦Éß¦é	+¦YÖ=æÁCsÌƒ=ÞLóH}æ¡ž8æ¡^æaZÓ\" –i‘hÇ<Ê{È<š¤Î<Ú¢Ê´Ô6dZ©leZg0­ÌckLèç½Løæ`&¼(•	ÿ¸Îx¹Làö&\"ÜŒ‰,ëbb\Z¥™¸íû™¸=;˜8Œ*_}”Iìœe’†àLòŸe&õ5ŠImKfÒ%ùLzåI&[æ,“Ý­ËäÈU19³îL®—,S(Áa\n½¯1E7iLñí¦\rüó”^ó´*È´¥O2í²™vý³L{Û¦ƒÀtðxÎtð9Çt<’Í<ç/f^hzÈtBW3MÍ˜ÎõñÌ‹­ÑL—ÐóÌK¤bæåMhæL·K;˜n›™î6ÌkC$æµ_·™×³˜×\"˜7Ždz8D1=º·1=	W™žÿ|˜^‘AL¯^o¦í¦OV&Ów/Žéw¸éçQÆôßÛÇôg\\aúóÞ3ýÏó˜þ¹¨ÿ¬3¶®2ÄÌ€¯kÌàÅqf¨™3lh€yGîóN‹93üy.3BqQw•‰MbF>xÊŒ¬d1£™1üDæ½CzÌ{™±ô\"flÿkæ}]æ}·rf¥‰g]ÌŒsŽ`Æ¹v3ã¯Ä0ØÅ3Ä´3 ýÌÄÊf’ÏSfrÁWæCw3ÅIŸ™òM™ùÈÎˆ™º²‰™1¸Ì|b£ÌÌTNef^ÏafÑÖ˜Ï°^ÌìÆ3ÌìÌœßŽÌÜö#Ì¼ûDfþ¥fþçuæ	}æ‹ÛÎÌ‚t_fÁ¸%³ìÇ,\\gh3KþÌ1K³L™¯\n>2_ý™a¾Z[c–½b–Çœf–)0Ë\'0+Ì}˜¯Gª˜ož„2«sú™5QÌ·Fç™o‹n1×‰Ìf\nÙÔÌlšc¶¯evRŸ2»o>fv?YbvÿÙÇìyÌaö9‰™_\"k™_¦=™ýKÑÌ¯»™-jÌ!SæÐ^sèÃ-æÐ—gÌ¡¹Tæ0»†9b÷€9’HcŽEC™ceLæ÷¾Ræ„Cs\"J†9õ•9Y(ÁœÚËœv¸Çœe?aÎÝ™cþ¬ÌeÎƒÿ˜‹\'<™KyFÌåðæòà\ZseŸ¹òe7sµês­Íž¹®1ÀünËüûp\'óŸ\rÀüªÏ’ø™Î’T.bIÒ²¤ºûYÒ¾±¤K±dÉ³d<n°d\nY²û\ZX²n¬-’Ž,9ÕW,¹w?XòÜz–üõ/¬m2*¬mj±¬m,\rÖ¶€H–âr7k{ÀCÖö¦rÖöq–²‚µãÕY–ª\"¥¶ÿ7Kí·&K“ÍR/êfíz$diíöaí‰HféÌè²t6lXz×ÍYzñpÖÞ AÖÞþpÖ¾=çXûo¡XÀ5–AC/Ë`òË`YŸeð§™eØQÊ2jmcCÐ,ã+,“ËLÍ:øøë`#„eîÕÍ2O‰b\Z`qúÅ²¸Ã:*˜`íŸaYM&³Ž5>a[&°Ž7¶±Ž/ÑX°-*,ØK`!d²‚3,„Ï\nQœÉBªg¡ûŸ±0†,P\'‹ŽobYd“ç,JQ‹ªûšEõ²YŒo\'X,\rÏ×Å{Àâ7$±ÜR–Ðv™%ô™a	›ËYâš,ë±ÖÉ™K¬“‹–ÍÍ~–·<ËæÉ1Ö©[{Y§Mî³lÏO²ìUÎ³ÎþúÎr¼a9Ù]a¹€J,—%Ö¥“bÖ•7ö,·ü<–»e>ë*5uu%†u­q˜uCéë.ŸuãRËÏò¸Çò\\dyC±|^<fù|+gÝ&•°|ÍJY¾GÒX~Ò«,¿wY~ñx–ÿù–Ó<+Pc’ìf}ÚÄ\nëwaÝ9ÐÊºÃ\n/8ÂºÛúafËŠÀ~bEt™±¢ž~cÅ¼úÀº÷už»Ë«ÌŠ?eÅ{³YñÙa¬ø±$V‚r+‰´‰•ËJú$d¥$e¥ld±RgÔXiv¶¬4_VZ„•Þû„•‘WÀÊøú‰õÄí?ßÊXOUa¬Ì_YY¿î²rŸXy>¬¼ÄVÞYV¾ì!V~N<+2‚õ‚°ŸU4ù™UŠÓc½:Lf½²ªf•k¬²Êo±*†Xo–‡XÕ5š¬ze_VÃiKV£;«™óŠÕ²ï?‹¬HëC‰õ1Ç—Õ®¥ÉjOðcuh°:±9¬Î‘JÖ§Ï·Y]Ô·¬n¶3«GcÕãÅêÝ²úîL°úþJ°ú!r¬¯û”YW¬Ú~Ö ÿk°b‰5ä½“5sb\rßµg}n`M)°ÆSüYß/Ø±&§YSÝ×XÓÖtxëÇ‰§¬ïÞ³f÷½dÍRSXsæ\\Ö\\“%k> –5ÿuŽµXgÆú…Ìú5÷‹µd+ÏZ¦¿a­lF³Vbw±VçìYzGYë\ZY6³%t‹Ù‡o±7=mdKýdKñØR!|¶Tôq¶ôv)¶ô.¶´&-sÊ-s;™½¥)”½QÇÞú|[n÷[^ÆŽ-ÿè2[±ÂV²}ÁVzq½£Î€½°U¤ylõ¨lõ_*lÍj¶Ï—­šÉÖzeÎÞÓ\'ÁÖ>žÍÖfcë(]`ë¤²uµÚÙº¹T¶žHÌÖ÷´ü{_]Û@­m`Î6³Ù›Ø‡¾<a±a	±f[D.²é²å>gC?`CíúÙ°Zlø|3Ég±QÒ¹lt)`³qúilœŽûêÍÆ#VØx¿e6>õ\0›(±‡\r¦N±ÁþëlRà›ôã+›\"UÁ¦œ›eS¯9±©þZlÚ=›ŽwdÓFÙÌý…læp6Ó*‘ÍÞWÄæ€³9œr6Ç­„Í¼Åæf¬²ùûÊØü[OØ|¿E6!Ÿ-HXb{Ù¢$<[4ãÄ¶¾fÍ>õV‰}šóŒmk^Í¶]¸Ì¶MdÛe´±íž6³í>ícÛv°íÿÜg;À—Øç‚Ø™4ö™c?Øgí`;¾©fŸó\'±«³f8lgf2Û9o7Û¥‚Êvc±/5d_Ö·d_ª³/;ïe_®˜d_QWf_ÙmÊ¾r2›}mÒŽ}m£˜}=Ê€}Ã€Á¾åÜÁö0¢³=[Ùv²=Z7Ø^cWØÞ»3ØÞwÜÙÞoÙ>É3l_;Ðû;Xî;;DÆÐf‡ÕÆ³Ã\ZzÙw´\nÙáÏÂØwO±ØwóŒØ÷\ZØ‘»4Ù‘gÙ‘Y$vTƒ	;êS1;ª÷	;:4Š}ÏgûÞ¼ˆëþ”}¿ï;÷€ObÇŸmbÇßhc?ðèd?hg\'Zß`?º5Î~ôÚý8z7;mÛyvš¢4;íø=ö“®Ïì\'?ŠÙ™<væ‡ýìì˜óìœ\Zv®ò\'vî©·ìÜàdvn•G8ÍÎû0ÄÎç?gç_ÚÎÎ¿Ã~Quœ]d¡Í.êlgû6±Kn¹²K¼O°K\n°KÑoÙ¥ô×ìWÕXö«žv™s»¼³•]amÇ~Ó³‹]eµ•ý6<‘Ýøà\Zû=Îþ¨‰ewª°»\"ÆÙ]­Îìn«ûìÏ±£ìÏŸØ_n|b‰Mg÷#Ï²ûíØN8ö€ûoöÀÌeöàs]öa{¨®”=¢6Äž@ù°\'ØNì	á\"{êÒ {êÉ+öÌ!öPgöOÏ@ö¼c*{þü7öbÔ\nû7£Šý›s˜ýû„&{i«<{i{é0‰½²ç\Z{Åi„½ŸÃþƒUd¯é·±×NE³×9#ì\r	öF*“ý*ÇþgùŸè3ì¥Ž„·G²Ã‘\nÖàlî‚q¤Ÿpd©–Ù{åœ-ÍÛ9re\nùïu™|Žb$š³óàGeëGeàG•mÈQ›>ÍÙõ¦£…1ãh_âèXpt/¶pô¯›sö*]âìí¯æì³»ÀÙçþ’³ÿ¬gÿ5.ç€ïkŽ}\ZÇ ÙŸcüë\'ÇLs€cö¸‘sÐ¡”sÐY–cnÁã˜ŸœârÓä¹´™säÚCÎÑ,Ç<÷Ÿ8Îq=ut{0z@‘×ØàÀÓ>q\09\"H]ã\0³ƒ„‘e±ƒÞdÏAg>ç`x%<ÝƒƒÈàà¿pRâÁ\nñŒ‡øLJ¹sÀ{¹°ÃCÊrHK6r{>‡ÜÎ¡X19”oFÚQ‡>¸ÄaÀwq­õNm ‡Ë*åp¹,×!–ÃsìàðýU9\0ÍµsÄ‡â8â*ç„ã.Žõ‘ÏkJ5Ç:«s2õ(çt›\rÇÎõ2Ç>ôÇA‡Ëq¸aÏ9ãÉ9›õ’ãxÃq´Xçœ‹+ç\\ÈHá\\xJâ8é<â8K^ç8Ëýå\\¼RÉq±¥r\\*s\\SÑœKÈÎå¦zÎåž6Ž»àçêkÎÕÕÎ-KÇS#ãIMãxžûÎñ\\päxwÚs|n.qünårü•Ú8~\rœ ³DNÐÀ\'Xæ\'8ô7\'ø=œ\Zòˆzßƒ¶ÚÈ¹£´Â	×âqîþ×ÿèN.\'z œsÏ…É‰•8±Ëœû…xÎýe\'îX#\'ÎàÄEãÄë{pâÏþäÄÿKá<hs’¬Žq’ÞÏsþ÷ž”žaÎ#\rUN*™ÁIÍùÌIs9ÊIûfÁI›Wã¤-â¤_á¤§Kq2ÜœŒkKœ§gaœ,]NVäSNVÖ\nç™õ~N6§ƒ“}Ò‘“TËÉŸ2å¼HŽàÙá”Ý9%iO8/£t8¯Úðœò(NEn%çuÇN%íçŒSMòàTÿvãÔmåÔ]¿Í©‹ãÔ/xrÞŽ 8\rw|8\rÏe9ÔœfE\'NË3á:9-ÿ*8­¸ýœÖ|NkƒçC¡;çC›óañ§-a7ç£lçã¾tÎÇÏåœvä-Nû(—ÓÅøËéâätoæô`\n8=I×9=Êœ^ô0§÷þ!NoËNßs#ÎçüBÎçq[Î——ºœ~ŸZNÿ·Çœ¯ÓéœQ#gXjž3¢{ž3j‘Á½/æŒ-—rÆ¾qÆsÑœo\r)œï\nQœï¿–8ŒbÎTI:gúUg&Û…33¿óc¥”3KPá,zÏr~5ks~\'\'q–dÄœ¥´`ÎÒKGÎòŽóœ•ŸÎŸuÎßÈ&Î¿x®ä³^®ÔHWÚàÞþre4V¹2-S\\™…«Ü-¡B®\\ŒWîSWÁ®•«x*˜»}e7WéÁwç¬W\\áª\\>ÍU-Wâª-\'sÕKD\\\r££\\Í€c\\­(_®v\\4W{HŸ«ÛkÈÕÃÝãî5ýÉÝ¿”{àV×ÐOÈ5léà\Z|á\Z)ypÊ‘\\cè)®qT×äL	×äÞI®I=ŽkjrÍ%*¸æ3lîám§¸v¯¸Gõ-¸–\ZM\\Ë½\\«#;¹Võ6Üc°Üc³(.Bê=á°ÈEDnç\"oús1JI\\á)s–ÎÅ„^åbªÌ¸˜ßR\\ì\r;.ø3œKîjâ’Ç¹Ô !.mûY.3å/—ud—USÏe7*r9­>\\®z—{Ä„Ë½Èârg,¹B¥í\\á%Wôê8W|å\"×ºì\r×æ¯€{*2™{Ú+œkkvžk§ùœkG\råÚ]á:W¹öéÜ³¸g½OrÏQô¹ç¼Ö¸çÂº¸N»T¸Îë§¹.«®k¨2×õž÷Ò¾«ÜKå«Ü+wÛ¹î²\"îÕˆÜ«oßs¯Elå^›­åÞ`[soTfp=a\\¯£ç¹B_nÀ)Gn@Ñn`Ñnà8—¼îÃ\r9²Î\rIËâ†¶<àÞI»Ë½Óvž{gã7<î÷®ç6n$“ÎÊ–åF}Fq£ÅTnÌ)OnÌª	÷>µŸ{¿9œû`,›Œä&*å&êå&{ØpSì/sSfîrS¹ÒÜÔÑfnúÛ\0nzë]nÆõíÜŒçËÜ\'ªÙÜ§F\nÜÌ(47³j€›5»‹û¬B“›­£ÄÍŽqææìvçæB~qsÓƒ¹¹UJÜ¼q\n·¨ú·„Eä–åp_¶à¾\Z¿É}õï7·ìònY¦\n·ìÅnyæwnÅuîk·›Ü×%\'¸•)Üª¸nÕÚ*·šUÍ­Ý™Ç­íòæÖ|æÖ¯·rß:ã¾íËæ6’â6Ïç6†]á6¹èp›Þôp›M&¹ÍvŠÿiã6—ôrß2¹í{Ý¸ÍíÜ®öËÜÞ|n_~#÷s-…ûeË\n÷Ëz1·K·ÿÄ·ÿe<·¿v7÷«E÷k›w’Â|u‹;¼ÆáŽüâŽ®ÞåŽIáŽÝapÇÍÇ¹ßÞFs\'÷q\'ßˆ¸S^q§*Ïqgo{sgs‘Ü¹Ow¸?÷}åþœþÄ·ðç.¬Ïr7up?Þåþ>Šäþþ»‡»|àw5šÄýóžÏ]Wuâ®SC¸ëþ0îúÝiî_N÷ß‘Ü$î¿Ûr<	¦7ORæ3OÒXŠ·ÙJ·9Ïš·¹¯›\'-cÉ“žÿÈ“=¨ÃÛÏåÉS1<÷ç<ÅŸ]<¥hÞŽ¡W¼ŸryÊó^<Õ—î<õ˜<õ:OƒXÈÓøÈäíïàíNÍæíž¼ÉÓ„Ÿái:¤ó4Ï\Zñ4¯­ò4—ûxZ’·xZwæx{nÕò´«Üxº’Ûxº¬ÿ²‘ÅÓKÎäé/	yûd›yû5ð|ÞÌ3À‚<ƒ†<Ãýž1Ö‘gLuáG}â¿GñL£<Óû<žÙÂ$ïý[Þ¡‰Þáóûy‡ã±<q:ÏJâ,ÏJÏ;&?Ä;&<Î;vî\rþaŽ‡À²yˆÞ<Ô}úl\"UÁÃ¼iäaêy˜¶e–\ZÇÃ—kðHÖ%<2°Ä£všð¨“J<úå*=7Ç”¸Äco]ãq-GxÜÁ[<á¶<qÍ4ïD•,ïD—-ïÄZï¤¹\"ÏfKÏƒáÙ$\"x§;òlÁZžmµÏ®Ï³ÿ®Ás¸ÒÄ;‹?Ï;[ñ™ç([Ås$\\ç9>LåÃ•òÎ5$òÎ½?Âs²±â9Å¸ðœÙÒ<ØÏ5z3ï’Š7ï,ˆwYº„w¹éïŠAïš/ïæ¼[„xž‡ñ\'ž\'É˜çEæyÅhò¼]°<ßðDžß–BžŸ§=Ïïé}žÿH&/@ç/à¥/p[%/Ôå…|Êã…óBgya¥h^8‚Ë¿ýwWR‚‰›ãE‘fyQ¼^TÕ/Ú¦•³û/æ¿ÚÝ—HäÝ_”àÅKöñâ#Uyñß¯ñJx.úðÒÍÝxéwßñžºØó2›>ð²îVó²ªÇyÏ4ðž	yÏŠŸðž—ûñ²ÍÜxÙLx9ô]¼Ü\nïEö_^i3¯ÐÀ†W¼k?¯xú¯Ä¸“WbbÊ+±”å•Üèä½”úÅ+ëå½:VÌ{•UÇ{Õø“W¦Â+¯°åUh]ç½ÖtãUšPyof¹¼\ZÑ^ÍË;¼ºßÖ¼zh¯žðÞJó\ZŽœà5¢nò\Zûp¼Æe€×¨ËkþíÂ{g¡Ì{|Ÿ×¢z˜÷¾n…×z<–×vÎ‹×Öµ‹×î>Âûäö×åº›×í²Ìëkx}¥6¼Ï!bÞçñ·¼/:\'x_O|â\rœå\rÝÆ©ÿÉÝýœ7Jñæ:œæ~|Âûf»È›D(ñ¦¶]ãMýãÍäðf	¼¹jÞÏäÞoÞï×\'xK‰xKÏoò–>`yKêyËØ	Þ\nþ7o5›Ï[ýËû£ïË[7¦òþê yñ#¼«ÿø›nð7µ,ñ%kjùRËD¾º/ËåoÝ>È—íåË›xòåïlåË·4ó=TùŠyk|Åš§üíþöÈRþöWßùJÕ|å‡ù*k|u0›¯þw™¯q™Å×ð\nãk4§ñwó\nøšËr|­DKþÙ3|m•p¾6-•¯Í¯áëÆ:óõ¤~óõ_¿àïõ\'ñ÷¼Äß÷ÍßïÜÍ?À¸È?ÐRÊ7zþ“oÜ@â›@~óMÈª|Q(ßÌûßÜmÿ°Âþ›A¾E˜ÿèÝ­ü£IP¾Õ±Í|«Û¡üãÙ\'ø@Žq…ÌG4å£ûø˜ck|Ì7»U“Oräã{Ìù„èO|¢»%4þÃ\'ùó)2‘|J,„OóáÓ+¾òé½‰|f¿>Ÿ{p7ŸËkàó7‡ð&ã|Á™i¾]É2ZøÂ._T2Î·áÛ&eñí~êñíþ|á_XÎç;Erø.£ø®#pþ•\0/¾[Ñ%¾»ÀœSZ–sÏÿÖ‘¯|›Z|!ßc²‡ï)áÃ÷D-ð=ñŽ|/Ÿb¾Wíq¾WsßÓÍ÷ÙáÏ÷É~Á÷\rãûýµäBñÉ;ùA¢1~°†!?øü?øêG~ÇoNàße}àß]~Ïx¼ñî\r?j„ÓçGqøQmüè\'Lþ=36ÿž¿4ÿÞp7ÿÞ\n†ßéÿ~˜>?N¶Š§$ÇßçÇ_GóüÂò–<ø‰?ùë%ù©ÖþãIü´ãütü>~:÷:?Cþÿé/~f¢ÿÙÖ$~öŸa~ŽÝE~î£7üÜ†6~SŸW×ÀÏ˜ÊÏOÅñó3ø/ôçø…osù%ø~É÷8þKã/ü—¡§ø¥KüWÃGùeç3ùe¯óËùëüòN~ÅË-üJsuþË‹üªòoüê©#ü\ZÝ¯ü\Zû2~¿Vö¿®~ßñ›xãüæ5k~‹/¿(à¿ÿ¨ÊßÎo•~ÂÿHtâ·«ùípO~Çˆ/¿sÜ”ÿI æwÙMð»Š·ñ{ºþðû£øŸSËù_®ƒüþñ]üC. Åä¿ämæó‡\\þðƒ)þˆ>š?¦§Ï—‰çþá;AãsrçO¬ëð§î–óg†üø³RSüÙ~ÿ3oŒÿóÀŸ¯‹âÏ/\rðZRø‹Ãüßíüß_ñ×´îñ×--øÿž˜	¤0[Re(ÁæßËé\nš@ºë¿œy\'Øúû¥@Î\"T ÿé‹@áñ¸@¡ý“@Ñ®_ ¶ßü(PºC(¥$vœ\rìTèì4i(«ð*‘‡*žT«§j×O	ÔŠê¡úŸ‚]Ã½“L–J U•#ÐÝÅèïèŽ¬	ßÞEÜ\r</<˜Ž\nÌô6f¼™B`n¶[pèhºày³àà àˆsàèßÏˆ¢\0Š¾.€ÉÎ	à¥(ð\"V€Yà	°Öá|¨›€(yM@¬2€Ê…PÕN@–Pâ/\n¨ó\Z=[@gx©×Œ@óNÀÚR+à|pÿîðí6	Y†¡Õ´@ø/Ñ~\nN8=X›¬nX|œ\nNi–l/Ðö\\CFàð}ŸàÌ¶ÁÙrœÀÑV[p^)PpÁn³à‚ÏÀIF,pÒ#.\Z<¸vÔ.Ô	.›®O®ôûÜOxÜÝíî!$Áµ5ÁÍÏ½-4G8KàùŠ*ðÕ\'	|\0_B‰Àßò— èt› ø:(Uˆ„z¼Üù`*¸ó§^~RMp÷jš bR_ýÈH\nî½Ä¾QÜ7û\'¸Û$ˆ»&\'x°oC°ëŠ A¿XÔ$HvO<ün,H™¿&xÔÝ$x4R H}°\"HÍ‘<F_¤Éí¤A—¸‚Œ6¦ óW‘ ç(ÈÕ-äé	òŒ?\nòD^Œ½º«ŠÖÕÅ¦‚’Ú$ÁË^ª BºSPq_[ðº3SðzD$xcT½ZTÇè\njöÔ6Gê¶¤	ê/¿Ô§§Þº!\r’“‚FkAãµhÂ/	š-¤-\'©‚–_ÁûS­3C‚vë<A§|„ ó‡ª ëv’ 7ÃCÐ·ÏJÐwî’àóà‚à èW1Ø\'ï†C3‚‘æ½‚‘¶NÁ(:E0š,|y	¾-³ßµö	¾_y$˜8-˜hG	¦<Ò3Û7	f*­?r³úí‚ÙžFÁBÖiÁï¹‚¥µ|Áªç\'Ái%ÁŸ÷“‚5›%ÁzÓÁßk\"¡Äo‚PrßáæKBi‹?Bé8¡tá/¡ôôO¡ŒÒg¡Ì¹[BÙ0¡ìL‚p‹Z‰PNæ¤PÎÌE(×‡Êû\'	å_8à¡‚ûf¡BÚpû«sB¥™xáŽ ”pG‹pgF¬PUž&T}rA¨.qS¸û8T¨;²U¨/Û.4rÛ)4z£(4Ò\Z¿pšèèÿZÊ8­’àÂcPW!hBÃM„0u\'!ìx^#„g¶	ŠæB¤ç†E?)D	n	QWú…˜ÌJ!¦Ï\\ˆ¯Ñ’»k„{	!­%¤ïš2i\"!ëJ‚-²rÒ„¢ŠBë¸­Bë•áI3\r¡Ïá©²0¡Ý¶ÐÞCUh¿úEx¦iQx¶ú¨ðìÄU¡ã‚ÐQ,#<\'8.<×µ(<˜*<*]è%¼\"(¼Bºe¾ºÜ^m\r^×bo|¹)¼5yEè1ŒzhztzËŠ…Þ+—„~0¡ß‚Œ0pG¢ž.EC„¡Q9ÂpSYaøo²0BÕZu¦G}»D£V\'Œy­)¼G{\"¼?CÆ-N\nÐ„|ã…	«ÂÄ¦(a’I˜l\'Lö‘&æ\n“7~\nSU†„iðAašÛœ0ƒ…>¹\\-ÌT?&ÌŒ¸$ÌÏféH\nŸk>/x+ÌFífû·\ns}Â¼O®Â¼›„ù2ÂæmÂ‚‹›„EK(aqÈ°äÌaÉÍûÂÒ›ÂWY6Â²ö2ayîáëúçÂ7ß„U„U_ó…µ÷Ç„uŸ„õ¦xa=ç°^\"|;E6>6|6™]6—6m6›P…ÍÞRÂæ¢°¥/|¯ûVøþ¶‘ðýáûþRáƒÂ/„*;…mªŽÂ6O_a[þoa»¤‘°ÿQØþ˜-ì¨¶v‰N	»I?„½¿¶¿ù#ìOó~=El©F\r3L„#—”„#¥šÂ‘µáèñÂQ_P8®²O8®\Z,ü&]-üÖ³Møm¸MøÝ<Zø=¡T8a!œú*œÐÂI¼®p2þ»p*±N8sG üyüp¡ò˜pÕ%\\“·®­g\n7¼ØÂç–E°^‘Ä…Ñ¦2?‘drŒhsÚ_Ñæ–‘lû}ÑÛ£\"¹=4‘\"%Rœ–m—­)½ãˆvx8‹v<Ù)Ú1%)ÚI,í¬‰T²Dª^ý\"µ‘ú¢h—+S¤1×%Ú¼)Ú£Ii/Ÿéø	E:\rd‘~Â!Ñþ*wÑþñ¢›P\"C¯\Z‘³Pd²ÛNdR?)2fE¦_ˆÌ\nDåEæÛŠE‡´E‡†Š¿ðY´…E–ˆŽßf‹ŽçA\"«DÔo\"xÚ	<3MD‰Ua\"ÔáJêíaZ -B_†ˆ0/ãEØ}í\"ìH­ßä#Yc\"0FGN‰Hó…\"ŠÑoõ5QDÃ‹èÍš\"†ßC£Þ\\ÄêPqžÔŠøÈ~¿P(ü^YÛYŸ—YÔŠN:T‰l–5E§s‡Eö?GEŽÅJ¢sø Ñy7Ñ?¦èBž–èâ5e‘«ÔG‘ëë‹¢Ë[¾‰.E¢+t‘[ŸÈ=\'ºvxMt}äŸèÖ‡Û\"²–È‹~AäP$òú– ò¾Jùo(ò/MLÊlFªˆBôLE¡(]Q˜·ªè®iŠ(â¢½(jo…(öNŠè>‘\'ºÿ×RÉÅ§¾=È‹%ä6‰\rEI.Ò¢¤àK¢”ú4Ñ£‹×D©²Eé‡¢œ™èéî¢§F€è)øWôôy‡(3[W”µ=RôŒ@e»–Š²_È‹²«—EÙQîŽhÑÛ½¢7JD…¼\\Qá¥PQ‘‘¬¨¨pTTÔ+-*šó.‰Jë‹^]y.zøŸ¾uQ&ª¸›&ªˆ¿)ª{(ªñÐ5Œ™‰\ZÍŠ\Z‘Dƒ¾¢æ$5Ñ»ÜQËÍQÛiIQ»Ï9Qç¾¨ûl­¨çÄ¸¨çâQ?ÝUÔï\Z\"úúµGôõ×²h\0Y.\Z*\r\Zû‹†–.ˆ†K–DcÛÌEcùÑ¸úfÑxÕNÑ÷WLÑ¾R4qš\"š„ÓD?þ›»æ·D³vª¢ÙEEÑÜžÑœN¤h®iY4÷[R´ðV$Zú‰~ƒ¢ßM<Ñ²³h•5#ú“Ñ+ÞdËoZ-o¾].–VðË”«ˆeý·‹·Ê°Å[¯;ˆårpbù¬,±Â/±âZ€xû­ýâíoüÅJÇ´Ä;XŠwXÌ‰w\\?#Þ‘uJ¼ç(ÞÉ++#abËy±êú˜XMÙT¬fþK¬†¯«Ç.‰5¬PbÍk\nbÍ!ŒX«ï²X¥&Ö=\'ë~ú\'Ö›mëËmëÅ‰÷níïåîï={V| ä–Ø ÈAlÔµKl,Rl|Ö]l2½IlV“&6%‹–§ŠÍ?;ˆ—Þi\'¶¸p\\|´÷¶ØÊ+C|l[—øX¤«z,_ÍÖCëN‹áªZb`Ÿ¦‘¥\'F®žãt¬ÅxC\r1žÐ+ÆÛw‹	Ç*ÅDg1‘Ó,&¿Ú%¦à%ÄTž—˜.¹\"f^Q´žŠÅ\n­bñÑ\\ñ	ÿ“âm€ØÚe§ø$0-¶|->uñ¥øô×¿b[ó)±-o·Øö¢†ØnLZl÷ÛYloŸ.¶÷ú+¶ÿN;xb‡WbGÎ{ñ¹Ç=âóß¥Äç§+Åàâ“JâSâ‹ÄcâKªyâ+áeâ+£¿Äî@ºØ}dV|M›.¾v¨\\|i(¾ÖqX|m*¾®xM|Ý/]|ó\Z]|ëž¬Ø£­Mìi -öŒ7{\Z‹½€$±×“(±WÅN±÷±Ïÿ1\\ŸñXQ\0Àe§aÙ\"Ñ”d”\r´Ð³÷Þ{?vÙ+-+\"’¥‘­\"”™†ŒEÊÈèÿñýÜûòwÏ9÷wÎ\0H–\0!!;\0!ïÁ€°Ol@Øx œ(„?\"6¯\"|ê\0þ7‘z7\0QÎJ€(Ðu@Ô›Í€¨¾e@4?sBˆ{b>*\0b?S±²€¸^ ™Hé(\\\'­\0n0Ü8c¸A\r\0Ü\\™\0¤/h2ü[™y€l­À779ê¯9EI€»¸)@Aö@áÍã€â^ $ð D|P2…Tl\"\0*†þ*÷e*_|<Úâx<åx’Ý	xJ³<MÞ¨®ø¨ÉŸÔüŠÔ¬%ž]=¨u³Ô¾þ\n¨k\0Ô€\0êÃ¥€çu€FÝ@£ÑC@kV$ õc% ÝEÐQÆ¼4Ü	xuÞÐõ$ÐmmèFª\0º__ô(–\0zYî€>Ä^@ß,	ðvcÐÿº0à²0hÉN†N¬††”\0CŸ#I\0#¿÷\0Þz\0%€eþ€Ïx	`,Aðex\Z0™L+&{ø€É¥eÀ”ÇfÀÜ0\0ð=ã=à‡R4à6ðóÒ\'ÀÏ&eÀœ¹\'`Þî3`žOüºs°P{°(g\0XÜÛXvÛXAæVVÏ¾\0¬vö\0ÖÖŽ\0Ö\0Ö›&®DÀFm(àß¡À¿c;€›ÜÁ@9(_ Ê¿\0®þ*ÄÚ›ï\0•žæ•s€Ê-€›æ›ƒÕ€[,ï·ªà[-ØÀmzw€Ûn€jI€ZÚR –Î\nPçšP÷äi ÁÀ(Ð¨ùÐ¨_h|öÐ84h²·hvÇ¸{ôÐÊP´29´:phÅŽZË…­;wm_,íM1@Õûÿ{tà¢û¸Ÿ€FŽ\0˜²k~*îñó:h:u€NÓIÀ£-²À£ó›€ÇþÂ€.ög®ËI@7ýÏ@·æs@w„ð¸R8ÐãÍo ÇG çÕO@Ï¦C@/6èõ[xòèÓ·èKžÚ›<ÅžýVt€þv€þe`À×Às÷çmö=\0^tî^|g¼8£¼”ÿøü0Hõ,0èçIàåñ@@·òØMÛ¡{î\0¡é@hÕ3 üf)ÞõˆŒaQä ª¸ˆÞbŒ¾±Åh î„Ä»|â?ÊÓ€„ç•@âÇ@ yhHº¤ÎÇiJ7€´XK m2H[2‚ºÌf*m¥\rd_\0²œ€ç-@Žà=g#ò§€ó?@K>PrÞ(ù¾”Ú=J7º€!ao!õJÀo€!ÓíÀð¼cÀð7>Àð÷CÀß­À+>ï€WÄg€1žŠÀø$0þz0¾´˜X<\0L*=LÖI&CñÀäè7À”>Àk9G€i‡¾¯ÏÞðòÞÅoþ‹¦«cé1ßYõÀ¬p`öùÀì`vÉ0çùq`®˜+Èæ1ë€yI›€ysÚÀ|í_À{ÄEà½¨5`ÆX¨©\n,¼(,Lù,lþ	¼ï˜¼:,ªþ\n,ö÷–žÑ–>»,¿š\n,ÏÌVÚ2€=gU¡À\'ýÀjK°æ2\rø¹XNÖÕw\0\no\0wþoô;°™ï\0lÑG[lâ€í÷K€ÿ×S§ŠØ™ûø²7øŠ™ìv\n¾ù|Ø¥	ìé~ìÝ5ìM>\nìûÜ|§—|—kìÏD\0D?ÏGvšßÿµŽ~}üà´ø±ã$ðo	øyÜøÅ;\Z8±épb&8YÛœ\\Ûœ2Ýüšœ®¼œni~¯°\0~ÿÝœÙ•œ	Çg’ê€39‹À™µ$àZ]àOägàÏ(GàÏ[nÀùù·À_r²À…—ëÀßzõÀß\'Àß´À?‹´§À¥7ýÀ¿m×k—Î7šœA2¬7 £û åõ\' Í¶Q Í’<ÐæÞ Í}& -¹% ­b%Zõzýu†éÆ%æ:Vù~V{H›ž\0ÚqÉ´#þHwS7Hwg1H·a¤çµ¤÷\0\rÒO4í<Ñ\0Úùþ\'È4àÈödú¦d&x2/e‚v!‡A°ý Kç.%\ZÚ}‚Úc¢ÚsE´ç´gÐdmb²Îv\0íS­í3Uíû‰íŸ:èäkB«•~€wIAN[UANÇAÎ Ë%U«Ü?ûÄ7Ðñ“# ãeî @GÐ‰¹ êÍ ñb·B\0èdqèd»=È§Yòú:#Œ…ÚÎVö‚ü7VAçmt@çÒ@ÅÐ¥^((ð4ÈÂ‚Sƒ‚$S àÊ00æ&BÚ‚žA_½Á$ÛAˆxCâ·\r±D!I© ´`„i§ƒpì= Ü­n>g„_šD·AÄSª b¦,ˆbW¢8QÎãAT‡W *í>ˆ:›¢á½@Œ1ˆi™b(Ø»nƒ8Z@Üü þmÁ\n$LpIr@!‡ì@¡‡›@¡•Ñ ÐVyPXìQPd8tåÆuPtc(fé(V2ŠCƒâ/çƒÒû@	¯•A©r­ Ô($èšz\"è:ü	èzÑèúÇYÐÏ<ÐÍÀÐÍièÎ”ãÊØ2Ê¼5Ê*leßº\rºƒå\ZðAyQf |&(ÿÆPþ‹iPþr7è^¯1èÞÄ9Pâ	PTPrtßÂt¿ÍôÀÊôÀö0¨86TRÿ	Tje*½•‘>€N¸*¼@•àQPåÚÐ£SÐãím *u è‰·èéw?Põ­S ºPÝê/P£ÔèQj\\¸	jzXj~jþêj5rµ&µQ™ ¶Œ P§ê|ñôJøôjp;¨Ëj7¨ËÕÔ•ó¿#P·OèîèÍµPo5Ôgšê{µôn|ôî_¨ÿV:h0à	hðîcÐà’h¨*4œ•\Z±z\ZÍ~\n\Z³ü\rú²õ*hüÈcÐ8ù)h<Ý\r4å\rš¸ašÈìMÚG‚¦B‘ ©„Ÿ éër ZN \0!h¾óè·ÍÐo\Z	ôýYd‚\rw–Ÿ­<‚þ¾°ýV­ï{Z¿­ÿ¾Úèvm|ü\r–q9–%É€e¯+‚åÙ`…êR°¢¥X1\rVì,+AÒÀJ5É`e³ðæhxË¡Oà­8_ðVñ:x[@x[„#x[jxû™i°ªÔ¬ú¯¬fVƒŠÁêë?Á\ZÏ‚5>îk:€5µ¤ÁZá`íÓë`”°Î‹°Î›x°®QX·ÖãÙ‚õR‹Àúšá`}ûI°~½;XÊl¨Û\n64À€\r—.‚XOÀFq/Á¦ˆý`Óá\'`³{T°ùðsð®Ìdð®O½`‹˜;`«Ëãà=ÏzÀ¶!ÏÀ{_YíGºÀöß’ÀìN°Ã{ð>´/ø@ŠøÀGU°£øØ±¶\r|Ä¶|äÞ4øÈò	°“ã øèŽdð1)øó,Øeµìú9ì¶l>^{|B„{`Î€=-–Áž­À^jÁÞf¥`ïÀ°wÅy°w/	|²RìÓ¢\nöY	\0û&Úƒ}ö€Oi3À§Ú:ÀgŽ&Ïª†‚ýþŽ‚Ï#wƒÏ‡Ëƒ/,‚=šÀË!àÀÕYp°î~ðeº¬ž\0†ä¹€!¯¸`(b;GÃZãÁ50‚èFi½£ŸAÁ˜oÖ`|@+ŸžÆw^dÕÁD ˜\\T¦ý0ÓíæÁô&˜ñ Ì”§€™E0û˜ß\ræ<~æy¼ówlº~€Å¾?Áâ%`i‚=XÚŽ\0KÇ®‚C^pÁ!CàP£:p(Áúå8lÇ8\"b‘§\rŽŒ4GN.¯*©€¯<_ýÛŽ1Ž=y/~NˆÖ\'zn\'ñûÁÉ§Á)8\Z8ÕCœ\Z¹œúù*øZÿ&ðµECðÍSÀ7ïEƒoƒÿ‚o\'Lƒoß›§—D€ïœ¾¾S1Î±ç”&sÝ¢Áw!Æà»˜dp>\n\\°\r\r¾ïw|Ÿr\r|¿.²>.r:.fe‚KÚÁ¥ÊùàÒepùwp¹mÀÿªÁå6ƒ\"ŸƒFƒ+Ü\0?ÖšWýÉ\0?ñ\0?9—~Ê`€«-Ÿ^?ë*?[k±æàº9)ø¹ÇSðóK5àçÄ)pƒ×mpC[3øÅ\\¸i­ÜbTn=ÿÜšlnýH·Ý¬·_Î¿² ƒ_­=w}î\"´€»fGÀÝÃwÀoÜáà7,pOÁopïß7à¾€ð;3&ø]é4xàäx°f+ø½y<ø}¥\0<Ú§\0þàbþÈxþXþø´<–vü±<þæ0xbð#x’KOfè‚§\0ÛÀ_ÙKà™ÛÁàŸ¸vðÜðÂþ,ðÂ›à%¹(ðR-¼<¶ü÷zxÕ\0þ·‰þ—ÿ²IŒ€È]ÖƒÈ_‚(€nB4@”#_B”oÕCTØï *BT~×@¶x\n![®„l©…lßÞ	ÙÞq¢f^QËÃAÔJÊ êuS\r™6ˆ†ü&ˆÆ2¢¹ü¢…‘B´Hÿ :DKÈŽA4dÇ§ˆ®»6Dt\0¢Wÿ\n²óR-dg“Ä`i\'ÄP—1Ìÿ\01ª:1ê‰…kUBL(å“ªIˆÉp4ÄtÿuˆYÎ>ˆ¹9bNyÙåÅ‡XÍWAö,¦@¬ïŸƒØÝ­€Ø•AöZþ†ì½gÙ[k±ïƒØ¯B¶„Cö]ûÙÏCCöª‚>Dƒ8¶„8y@?ŒBŽˆ±§ßµcìs×5Ä=šq¿}\nr<Àâ±òâ©<ñDjC<Ã5 ž\r\'!ž3ˆw|\'ädæWˆç:Ä\'õ(Ä÷íQÈ©Ö3\ZË3™ gm& ~ª{ ~V€Æ$È9ÕÈÅm6KÖ!UZ R¬ëË@`êL3!ðÚý¼ÁD}†`ª\\ ˜eOn›>/¡@ðE;!„CëÒ‹‹òÏ:åBçœ‡05f!LÀ*„W\ra?ACØ‘Žÿ~ˆ þ6D”›	óq„„_ß‰0PD„m…DiÔ@¢>¸B¢\rS!Ñ»áè˜Ã“Ø€ƒØw(H\\»7s	¯y?™‰Ÿ®$l\n$ÊP!Ér$HJû:$UJ‚\\“ñ†\\¹V6¹• „¤» ééhHú]kH¦±<$k+’ÕÔÉ&@îÐÆ!w6‚!¹9‘»g+ yv|È½‹‡ ÷n˜C\nN³!—Ã …J­%HI-¤tÓ)H¹¼:äá•gGüýÇnVÇLyÈã»ç UlGÈ“½Ê\'v\'µZ§ÀTHõ¡‡ê£\Zþ3È3ÚfHmÞ+H]/Rç%¤áF\ZäÅõHÓðKH‹ü3H‡B>¤£›yyÈò²¢\rÒõ;ò&ú1äM\nÒcÞé5q„ô†î¼5¹ygƒˆÞC$¡(Èˆ[	d“\0­¨€Œ~øùøü$ä3÷\'äK\n\r2~ûdâ9\r2Éõ†|=…†Lë„C¾ÿ\Z…Ììˆ€ÌfdA~R\n ?ßyBæ7á!óA-_Çç ¿µE²˜YüÔY.xYî?YÑK„¬ˆ!+ÅÝ¿ÎÓUÙKUÈ*$²ÆáCÖýö@Ö!ß!ÿJ.Ce¡½P¹}÷ r³P9¨Â—E¨¢šT±fª$ƒ*ågB•šPPeeUèæ6\0T¥Ý’¬ÝNÎ‡ª:)BUƒ>@Õ4EPõŒ¨F´T#ÕÚÖÕY8Ý8\nÝÁAuEw¡º¥Ÿ zîÇ¡zm>PýøH¨¡‰ÔHý0Ôè|7Ô¨ÿÔÔ¼j.ßµ°Ë‡Z:9A­h‰Pk‡ßPk±ÔöÖ>¨m•\0º]Ý7¯Ýîô€c6ô`Ùkè¡ÀÝÐC?¡‡;¶@_éA<@CžÒ8=šcu¦ý‚:pãåCÝÖ4 Ç3ˆÐã¥.ÐòzPã¨§s4ÔkÓS¨÷nu¨÷Õ\"èIžz2†=9q\0êãã\0õ½sêûú\ZôÔ>è„,ô%\rzÎg;ôÜ÷¿ÐK%ŠÐËAÃP@M=ÂCaÙ· ðÔ,(‚´E–Ü„\"×™P”)Š‚7C1CuPìšŠ)…âÿ%B	Ù(á#JJÙ%¥Ÿ‡RPÚÝPft\'”£ÿÊì‡\n¡JPñ‰‡Pqy<T²9*µ)ƒJ&ÐÛ5hˆ‡4äòKhèM\'hhËahX?\Z®\Zþm74R£\Zikìx¼ÂßFUŒA¯lü†^Eœ…FûhCã¦G ñ—¡‰Ö\\hb×4	XMEC“\"ª¡)ÐkÈ2è5üô†®ôæóÐÛÙnÐtYUh:÷¿EhFX4cžÍôð„fiiC³QÐðmhLš›í½{æ4/lZ€x-hñ…XB‹Bü ÅTGh	ÅZ¶ÓZùrú¨2úØÛZEû\r}BÝ\n}’¦\r}ò~?ôé§XhM€´fzZ{HZwñ6´>ù5´¾¡ZÿÞú<÷´áR´ñN0ô¹ÚÔm>ºÚöè\r´­“\ní05„vŒÙ@;ÏB;oX@_ÝŠ¾ª\rƒ¾j¸\0}½5ú\Z’\0íÚdíbŽC»Bd¡ÝŸR¡oæ; =m¦Ð¾i/è[£³Ð·ÎÏ ýÐæèûý©ÐÑkMÐÛ®A?ý„8\0ýT†‚Žm©€ŽùBÇºû ã‘7¡ã7¾AÇïD@\'O«@\'	[¡“O’¡_Ÿ=ƒ~¿|\nú½­:sEÒ¡?Ðùí÷¡óË ¿\nžA3 y!ÐßfbèâX%t	ï	]>º|\'\Zºüœ–ß¡¡Ëk†Ð¿6<è\Zq+t­]&#Œ‚mÊ Á6ý´ÉY¸Âäº‹a\nƒƒ0Å«\Z0å„\Z˜JqlË—ØV¬6lÛþ£°m#Øvb5Lz\r¦¾+¦‡i^4‚i)ÄÀt¾ˆazr\0ØÎÓ¹°Q\n0Y#˜ÁŽ˜ÁÕ&˜±	flS3N<3³`¦ûK`f\ZJ0³>˜ù“°]‘Æ°ÝÍPØîßî0«ùV˜=EæððÌá¶ï¬ìÀû.ØAò%Ø¡¶˜“¼ÌyÐv¨s9–sÛ*s³þórVyÿ„´½\ró	7ƒùVÀNMDÁÎ<Š»óãÀüÃaþ0ÿ¹—°st=ØEKX áàÂ€;\rDÂ\0¹%0àž`ì§á\rCVˆ`ÈÚ[0¢†>¿ÃÞÜÃ¶lƒžŽÂ(ådõT!Œš\\£é®Á˜WÀ¸êO`ÜwÖ&ônƒ	?í‚‰t¦a¢k0±Öi˜˜m\r“¢\naáZ`á–›a\0°È£ßaWNÍÃ®ÞDÃ®þ1‡%ž{K¤¬ÂR¦žÀRG«`×ƒ6Ã®¯ŽÀn¸î€Ýt2‡ej>€eÒ±°,‡c°,ä}XöÖ>Xö2,‡p–{ì(,ï‹ìÞ+¬ ê8¬ÐµV(Ø	+ÿ+,ø¿j+2¼+ú\r+¾ü	V\\ò\0V²õ\Z¬¤ÇVºí¬´ÑV.äÂÊK\Z`¡:°Š¦0XÅÄ:¬òº¬Ju¬J	«‚OÁž”NÀžThÃž’ÓaO³oÁª‘c°\Z2ö¬‰{öŠ\0k¸khÛ\rkxkþµu¾„µ\rb`íñ¥°>Öq-\rÖ9zö’SëÙ\"ëýlë‹R„½­cÁÞùÄÀúÛÁ°Áw®°áhØˆ{#ìýÊ5ØèvÂÿfa£‰¿`äNÂ>¼Ï}t­…}y<›°»›´ƒM™¶Ã¾­?†M«<€}ßûn}ÏbÁf=a³s`ØCØ#°¹È|Ø\\—:ìwð\0lÑ¨¶x2¶J…­‰°uÞmØ¿±­ðM±à²¼U¸lŒ\\Þ]®D¼WÙq¾Å»¾¥¡\0®š\\W«ö„«õ@àj¿~ÃÕ× pÍ)_¸ÖM\Z\\û½\\7j7\\¯ý\\oA×¿Ÿ7	€¹7RŒ„=Ù	7ÖJƒ_»71˜„›>€›ÊÝ€›:•ÀMÉ\'à¦ÃÑp3“Sp³W¶póÚ)¸ùŒ|—áÜ²_·úq¾R·Î€[ÁmŠ‡àv8,Ü^·no÷îÀÇÁ»?¦0à‡WÍáŽÆ¸£w,i™tƒ;Ý=\nwúË†å8Á.í‡»šÃÝ÷ÀÝ&ïÃÝ·l‡¿J…{ÑáÞ1~pŸòl¸¯ÝÜü~¦M~±ª	h	¶Â»¿À\'áÁíÓðËÉÍpÀù68½‡9™Â‘³fpÔw;8FCŽ¿óNˆ‡„ÂIºpWN“«3jçàŒù\Z8û{œ·£Î¿ªM‚áb<.fÏÁ%“kpé¿rxHÈixH÷xè¹Pxèí@xØþð°,<âº><ÒK¿êà¿\Z¯\05ƒÇ,®Ãc/ãá±nð8Ç]ð¸É:x¼Î2<^â¿w?¡O8O(<OLÒ†\'¥à©!ûá7kÁoŒî‡ßÜû	~óeüvÊwøíz#x–m;<—üž›.†ßÕú¿§/øx^(FÀïãáÅ›€ðâØðâ´ðâ5?xÉP+¼Ôõ:¼Ô×^>Þ¨i¯¸š¯X¦À+MQðGØÏðÇ‘sðj‰#¼æA?¼6\Z¯Ëo”\\‚7\r”Â›|„7/ü7ÿ[€·Ô¨Â[8ðV“ÿÇó½:ðNU¼ó8\nþZÇþz¢\nþz#ÞmqÞ©ï@ÁûÄ÷áïœFàï\Z3àÆBøÐ×Løp|$í\Z|¤Ï\n>ê¸Û\Zÿ\"÷þÅh>Ñ\nŸ¬&Ã¿~ƒÃg@ð™âÏðÙCþð²Ñð9­Aøœ·\'ü×X>|z\r¾€‡/i</}ó¯è·ÂW3ákáDøzØKøFPü)!Ãx-;“¹‹ß´Œ?Rˆ_ \Z\'JÁEå^oÄæÊÿ’[T_ ¶Ýþ…P5µC¨©Cê\'ä\ZÌ­¢„¶…BçDbÇë;ˆWºnûú\'4;Ã«;3m‰·+&C+m„a¯ìÿD“ã&³še„yâQ„ùC\nÂ¼VaÙv±ûóeÄäM„uá,ÂæX8ÂV†‹°m?…Ø»ÖˆpPA8œ-D8<ŒGì‹èEìçû!]ÝŠ8”éŠ8òÐá´ù$Â\ZŽp® \"Ž…íA¸F#\\¿è ÜÒkî#%3„Ç³Y„Rá•æ„ðšƒðµjCø~ä\"NMŽ!Î¼Bœ%ò—”Ñˆ@9\"ŒRQ@ÝC\0\\J@b28ä‡€»ðsztÍ>f­\nýà…ÀÁUøè×ÂÅ±AIf!(óTí¥‚±\'ÁüD°ÂSE‚S<‡àjØ ¸Ý¾\r!‚\\Aˆr¬Å&Dˆ›#\"TJG„…¾B„W1WÍ×1ûF1×.!b±É5ˆØêDìçvDìd=\"Îõ\"®«ú	‘à{\0‘X˜‰HbÉ\"’nC$w^@¤†&#R°×\"­i+g7ün nÜœCÜŒEÜÆ¶\"Ò­’é)éíýˆŒç$DÆz=\"Ó,‘\r¸‚ÈžÚ„È!}DÜ•ïFÜSFäýiAÜCy#\nÓÚ…¯z^$#J¬%ˆ\nM3DÅ•yÄc¹DÄã‹{¼O?Ë!ªs³Ï«½\r+¹ˆFø1Dcd=¢±h\0ÑøÌñ‚wÑ¤hr– Z.˜\"Ú!uˆNÑUÄ«¶ Äëã¯Wš]rûÝO5oÞAôüßÞßÊ}A¼\rtC¼ëWFô=sˆA®1Tkxïc…ø ôñÁÐññqâ“ÂvÄ¤Ebj?\rñµûb\Z²Œ˜ýÞ˜Û9˜?CÌÇN#æ¿”\"~9mF,¼Ô@ü~˜X<YXä7 V,1ˆÕKˆU±&íG¬ýÞƒX×¹ŠØ†\"6Šmÿ_!þåX\"eT/#eÊ”òvJH…Ó‘ŠÓäæA\nr‹ìNä–¾)äÖX:rë½	ä¶¤j\0©úÔ\n©n‚Tçª\"5š\ZSHÕ7H­¨³H­èÏÈ	&H½=¾H}~rgz?Ò`ç?¤á/u¤‘iÒèh1ÒXŠ4æ×\"MüG‘&“5H3w1Òì÷&¤Å¶d¤E¦2Òr¸iõ$¹GÍ¹‰GZ.#­Y¿6QH[íãÈ}{!¤Š‘‡Õõ‘‡«þ!“¤È#›N\"ÌÎ?W.9úH—þV¤+_éfõé‘OFz:¾BzÅ©\"½2®#½Ö‘Þ³¯>ösHßz1ÒwmyÊ&yÊ<ÝøyöÀò¬¯1Ò,ƒô‹\"ý—o ÏÙìCž79<ïúy^\0E^4!…/A\rHàŽH`\0	‚É#Aâ$Ø‹; ÁHð&òv	ÕWCBƒÍ0ÂÆø‚D*–\"‘®HÜñQ$þ°’\\£Ž¤Ê9 ©aãHj	’v+Iç‘ŒS}HFò^$£ê\r’×»É[{‚ä#‡‚Bƒ³HÑ¤8¤)±x”ŒBJÓÒ²‡Èmodè.2d:\Z¦ƒE†¿GFðAYÈˆ|däöÈ¨ô_È¨{6È+YÈ+O°È«F×ÿ7ƒŒ»$DÆ½òFÆ\"ãó‰&2Í¶\Z™V»™62‚¼í/ƒLß\"A¦Ûõ ÓÃô‘™˜pdVà5dÖøä2WP„¼{H„,E©,!‹´lEÇCEÝ$äùä5yd±ë,²â¢\0ùxÏ>äãðtäãñ}È§ä5äÓÔ9duK²vYK×EÖJÝ‘u×#^ _4Z\"_ŸG6=kF6­6 [´Ž [hQÈI7²5ßÙ¶»ÙNÎGvº×\";a{‘#‘¯.ÿC¾%!{]î!ûŽ}™oå’‘oC. û5ãýÞ•ÈþûÈþi]ä°Â,rdñ2r4á6òƒÖiä‡ÖdäÇTòÓGcäg,òóE+äçšäX29Ö”‡|FN22“ÁÈ)¹(äÔWoäôÂäw;1r†EÎB_ Âš‘sìqäok,ò„ƒüÓø¹HÙ‰\\ªUF.}ÿŠ\\q>Žü;\rB®¦\"×µ\'ëûN\"ÿÝDÉ*£d·¡dÉ¶(y‰\nJ¡y\Zµ™RÙR±¨F© 4Q[î¢¶®~Gm»†ÚVö¥\nNG©–ãQjïVQ\Z	¨[ÆQºNÕ(Ý^O”ÞŽx”žù.”€ÒK¸‚2ÔÜ„2.ÊBE™›£Lý¬P»Ö\"P»ÕÝQV!¨=r\n¨=*¹(ëÚ(›c¨ÿç=Ô>³ƒ¨ƒ›ÛQ=íP‡6íGÙËA9Mw¢œ³=QÇ¶–¢ŽA¨ã©s¨·P\':-P\'&†QžïQ^ß[PÞE(ïVÔIGê$=å\0¢üBPçÍ¨j\'PÏG]úœ‰\n)¢‚~Ž£‚ƒŸ ‚_@¥ñ(ÈÄ\nš¡€‚éå `­Ã(Œ&…ù‹Aá:Pø=çQø© )ÎEnqGQ6šPÔb6Šv&Eë7@Ñ™WQÌ*(±gJ|­%IAIÆäPÒ”/(i%d BŸÚ¢\"ö¨¢\"û¢b\\mP1§ËQq/\nQñ€ß¨D…pT’Æ(*Éí*âŽJ‰‰C¥þ®B]ƒ¡®IÚP×êÿ¢®õ	P×ÕZP7®W¢nFÿEÝØŽJ‡Æ¢2¨Œ©VTæÞ	Tæ¡tTæÅZTfª*k[*Ë-ugØ•ûD•gW€Ê+IBå?­Bå¯žF[W¡Jž„¢J»²Pe¾ÛPÓ]P‡¢* Z¨Ê¸:Ô£Ë8Ôã×³¨ª+QO\ZbPOÑe¨êÝ7P5i*¨ZgTUÇc¡\Zj·£^ÐQM;ÿ š÷ÝA5ç¡Zõ¶£ZÔP8]TÇr\nêed/ê• Õ¥Õåí‚ê×¡ºÖsPÝù¨7J¨7˜¨·êA¨·÷i¨·n¨wÆ¨wÄ!T¤7ªÿ~6jàÞfÔàÑÔÈÙ}¨‘œ¨÷&¯Q£fn¨7Pî/¡>ë¡>\'®£¾ìE}Á\r£¾PQ_B/¢Æ¯¢¦zo¡¦«ÿ ¾+X f*P?µkQó¯ëQóo#Q¿‚“Q¥ÿPÃ!¨?O²Q‹\r›P‹ÃßQË_PËãë¨å?‰¨Õëq¨õ¦¯¨èMqïÐ›ú†Ðrg\'Ñr;´\\wZ¾¡­GG+žc •~D«ôÑ[¶õ¢·8ÞFoyy½´\r½5Å\r­êž€Vý´­±Ö:QŒÖoBë5IÐúEÅhýeÚ@fm˜ICV¡\r_œ@émE7áÐfŸÑfg´¹sÚÜ£mqÝmQ¤…¶(Þ‡¶ôø‚¶¼àƒ¶ÄCïŽ¼„¶	EÛLÐö\'zÑögž£÷ÛÑÑû9OÐ,ˆèï<ÐÏ»¢&9¡ªÉ ‹mÑ./ÆÑn[Î¢ÝŽ§£Ý~ô¡ÝÝÐîhoôñj9ô‰–Q´—›ÚË\'}rG:Úg\ZÚÚ†ö=­‡>¥•†>JAŸµ×Fû“EûÛüA_<i‡¾˜IG_œïA_Rä¢/íy¾T\"E2î¡ƒtß ƒl4`À\Z\r¬á A%ûÐ ŽhÐß#h°¦\Z\\èƒ†|8†)lEÃ•2Ñð=Éhxù\Z¡î†Fîå Ñ|4NpûõÏ×A8hâöq4Ñ¦Î3Ð4chºÍ/4}Œ‚fÚ†fz!ÑÌŒ}hæ+4‡F³(_Ñìo{Ñ\"ÍM*Fó\0fhå&ZPçˆôE¢…ãhñA=´ô¬2:4„ŽP¶GG\\ù„Ž\\þ¾ÊÊFG7qÐ1]t\"\"rj:VNÕÔB_WA¡oÞë@ßìŒDß>®N\'ýCgïUCg³:ÑÙå\"tn~-ún~:OE/¼€¾gõ],@—ðÐÅSÏÐ¥í†è²¸QtÙÂ]t…ÉWtÅÏïèJŒºòÏô£gÑèG?xèÇ‰jè\'ÒnôSÕýè§aè§)tí-t-!]ØýÜgÝh@7æ$¡_Ô¢ÑMš£èfÕ\\tó$ÝþwýêY\Zú5ñºËúº«3Ý]ÝŠîqèA÷pèèžº×‡îãÿF÷õïA÷¶¢ßYlA¿+g£‡–×ÐÃò1è‘@!zg†ÍþŽþ°n†þÈCA£ÑfôÄÛNô”ýí:ým9=ód=óâ\0úÇÖFô| =?sý[Éý+‡^Šƒ W2Ñ+opè5óÝèuåiô†dý/Fý¯ãúß¼#ãö#Û‘éÀÈÌ®bd~…aä-Œ0òîƒ…£åÿÁ(]àb”Ïc”—vb¶ø·c¶Úªb¶«tc¶KOb¶?¯Àl_wÇ¨]Å¨/bÔn`ÔzoaÔƒ1Z”ãígÇ0:ÞXŒnª9Fï7£·´€Ñ÷ªÀèßÛÀì\\JÃÌöcm1#,c*AbLG¸˜]}ŠK¥½KMuŒU†c²ÅØlÓÄØÖýÆØ!aöÊœÃìÃ\n1ûã\n0¨9˜ƒÓ¯1‡ö¨`«)a[e0G‚Z1Î›²1Ç]Æ;9öc/Æ%¦ã™ùãM}Œ9ÀÇœì¹…9ß‚9«9=vsÆn;æLaÆïõ.ŒÿZæü^]Ìù¿˜—>c.Ý‡c½Ïb%˜ qUÌåSK€ˆÉb1àG#ðËlä);×ßÆ tÝ1¨¤0ª\r‚A+þÆ û1˜^\\Äs¾¾Cr­ÃÈg0¤«w1”ÜzC¯ôÀ0—0ìc%ö*Ã5Âp»bxÎ0ü±RŒðHF(¡cD†û1bÜ\rŒÄÛ¶¬ˆ	Ïåb\"î¿ÁD!îa®ìÂ\\¬`® v`®´.b®š÷c®’µ1ÑWp˜¸ÕÍ˜xLü?L‚m/&±Æ“¬6ŽI•ïÇ¤&R1i#9˜ô°Lú$“ƒÓÁä…V`òÃÍ0ù¥˜ü®#˜Âæþ¼7¦)3VÄ”¹€)çLaŽ£0•8˜Ê¿ñ˜GDÌSåí˜§÷‘˜\Z+0æ™óõSk÷SkÀÔ•¿ÇÔ½ÁÔoÛŒi•`^˜0/õ1MzL“K*¦ùÝ*¦E”ˆi}Æ´mi¹Œyu0óúÓÕÃtõbºþ(aº™(Ì›€vLÍÓ#ÈÄôúžÂôYÅbúÃô}}ykìŒyÂì:Œpù„˜[Æ=‘ÇËÜÅeb†¾Ã¼R0£~ï0Á˜O×0cc‹˜/ÇÆ0ã®`&•1Mý˜IÍ\\Ìd€f²mf\nU™ºï‡™Z;ƒùz‡ùZý\róu9óíL<fz«ff33ë¡€ùq[3—†ùµ\nókéfáûoÌŸ&=ÌbFfñÁkÌbµ?fY Á,g»aV1kš&˜µë0ÌZ™#fŒÙ·ÇlØ£0ˆƒ˜—®˜B±2±²p¬üyM¬|ÁV¬ÂH>V)f»ÙÊ\0»y©\r»µå4v»#»}íV5•UMûƒUŸÃj<\nÄj:\ZauTc°:þo±;¶ªaw˜Ûc\r´Õ±†>²Xã;¬IÉ\ZÖdàÖvkÞX„Ýµ8‰µ<i†µÊBb­å°Öj\rXëªì^W¬=^»Ÿ¬ŽÝÿj{`Çmìà~ì0wìÊ;ØCMaXgÓ\nì1Íÿ;ã¥p¬Öë¦Ýu‹´ÄºÛÉ`Ýébì	|¬§òw¬ç\rÖ«Ñ\n{2Õëþë3rë{Öëûú%öÔEìñ)¬_ës¬ßlÖ¿&pj+6àÕ\rìÅŸÖØÀÏØË3¹XÀ·,¨ü\"š¡‰…¶±Ð±!,|g:á¨…E\ZÃ¢|±¨&-Bc1[\\±½óXœ}6åc‰87,ñÍ,ù·\'–Òb…eþŠÂ²â°¬Y,;åPna¹e…Xîw9,Œ2Ã±\"ùT¬‚ÂJÔ~b%,V\Z†•~8ˆ•ÎÄ†fßÁ†\0`Ã†IØ°y46ÜÈ^¾ˆP`#¿ÇFrÆ±QiØ+(}lÌÞBlL7ÕŽMò\'a“É…Ø”–Ø”£9Øéslêÿ9»¦×ƒM;‘…½y\n{#È{ãuöæÎãØ›+™Ø›ëëØÛ\nÿ°·ŸÁfdûc3«J±YavØ;^SØœ/&ØÜ½ýØÜÊlnÓNl~š#ö^¹¶`¯\"¶Àå¶°\Z…-6ÏÂÇÊc‹—ò°ÅëÆØËmØ’˜»Ø2p2¶œ^ƒ}x[[áÞ­¯Å>Š½€}4=‡­*cŸ¤2±Õ‰Ø\Z$[ëñ[·±[ßj„}ïˆm4¼‰}¡÷Û\Z×†mí+Â¶¸bÛêR°mK°Z›°AÞØŽàlçí}ØÎ‡·°¯¼€Ø.Ô{l€íê¥b»¿Mb{wÖ`ß:ïÂ¾’`ßÅÝÃö§Yaû§|±ý_cŒ±ƒv°CNÕØ‘¾›ØÑÕ5ì\'‹£Ø±8ìXû\rìØHö‹q+öKT#vâNvÊ\r‹Ê\"a¿Z~Ç~}×€ýæéý¾ÁÀÎˆÆÎM`g†}±³ÉIØo`¦8bç”8Øùx{ì|¹vÁp\0»`2ý]…ÃþÁõ`Ò°«M}Ø\'G°ÿ®¸cÿ-oÁÉ˜+à6ñŸâd‹ûqÊžU8å©tÜ–âZÜVÕEÜÖÝçpÛ.)â¶oRÁ©ÛàÔv“qj¢9œZf?NíÉ!œ†^NÃÑ§éÅi­ŽâvèÃéÞ\rÂéö|ÁéÇ·ãvRÎàv–`q&Î °g00Š3ŒÛ3ŒÅcãŒ?bq¦‚Bœi|Î,ö Î,i3Îœb3O<†3¿»€Û5ÃYäÎã¬|Ÿâ¬(\n8«$mœÕ£Ÿ8ëæƒ8m2Î6ƒÛ«e‡Û;ñgÿüÎþOÎÒŒs˜«Á\\zˆ;ôçxÌw¤%\0çt+\ZwÔnç,ãŠsáÜIí8Äœ§s	Îóöoœ÷n?œ÷Þ,ÜÉ’w¸“¯¥8_“eÜÙÒÏ8¿cœŸW\rÎÏ_çGÎÇù…žÅ]hø»Ø»‚,¿ˆ^\\Á]Þù\rwyWTÍÀA¶/â jó8È+jP‡ƒNÂÁ¼q0F?qP‡@>Ä!>2pÈ}ïqÈ[xÊP‡ùáÃNhâpÖ8ÜuW~:\0‡ÿ¥…#H_áˆgpdÝ\'8ròE×G9ê‹£êàhÎ®8Úõm\\Ç¸3„côUá¸ën8Þúœ@%\'8ˆzùâÄ.8ññË8q\'ù¿yJ>pa[4qá)pÀn\\Dr.r²	UŠ»ÚðÓ„‹=Rˆ‹M¸…‹Í­ÄÅUíÅÅõmÂÅ§©álšp	p	wÎãÿ*ã’N*â’ðj¸ä—ûq©êa¸´œ¸›Ê¸tß\n\\úu.#ƒËòú‰ËÕ.ÅåÕÌàò–Oàò÷ûáò=qù“Á¸{A[pÖ\\AÏ>\\ÁÜvÜ}×\\‘Ä	÷`bW\\Ö€+›áÊggqÇVpãÝ1Ä=þé‡{z W½õ®æŸ=îYz®Îô\"®ÎuW_®‰kÜs×xâ®ñÁy\\ý®ù×›Çµ¨¹àZ–òpm¸vùp\\{Îg\\gýgÜËzÜËéû¸W÷~à^Í›ÿ/÷úÜ\Z®Û¿\n×}ëîíŠ<îÝÊoÜ\0§7{7´)7Ôw\Z7ìq7ÌÖÀ\rGá†ëoáFVqï=Ãpï‘!¸÷þ¸÷Y¸O^,ÜT|=îë7†û®¡ûÞ·‚›”ãfÐ¸YÍS¸YÆ)Üïs¸¨yÜIsÜ\\H×ÿÏ”QÜßº2Ü†³\nn£u3îßCm¼Lêi¼lÌm¼G\r¯˜]‰Wºô¿îÍøÍÆð›ÍÈøÍ/‡ñ*œSø-‰Çñ[[¾à·YîÂ«úàUËæðj¨½xõ}X¼úÔ^c\Z€×”y„×)pÆë,´ãuVÛð;búðzz9x}X^?ý+ÞÀropƒ7\n;Œ7úFÀHÇûðÆSxE¼¹‹:~×¾l¼åà~÷>-¼ÕíL¼µ‰=ÞVãÞvÌ¿~ï W€wH5Á;”‚ñûƒ/à÷÷Ç;dàÛ[ðGvJðN¯öàgeñÇ{ñn^\'ðnóøã}ø—†ñ^ê\rxßš/xßYü)¿³ø3÷wãÏ¶=ÇûikâýL®ãýŸ\ZãÏk^ÂŸw à/ÀÓñAV®ø I>øzþrÃ\" ôp÷ÃØÎx`c(‚1ÆC\rôñ°£}x˜OBâá*ñpg	qQlÇ£RSð¨f3<:\0‹Ç*mÇc\r‰xÂT2ž°úOÔ;…\'ÁœðäƒWñ”ƒ—ðä<åÏ<Õ’„§ÎÛãé¡rxú÷r<ãò<“#‡gMèâÙN×ðlÂc<§ÇÏ‹ÂÎxâ…Àkx‘\"/zæŽ+ÅKì]ñÒÅÃøæ6|¸¥,>ÜJžêÏ¥à#ëƒñ‘Syø+7ÌñWËñ	Z|‚ÿ\0>!ù>áO>qó,>ñÀ%|rŸ\"8ƒO…á¯¹hãÓ\\“ð×9EøëOâo´©áo¿!àÓsXøŒµøÌ\Z&>‹µŸýð>þ®ñ>Ïë$þ^_8úÿk2þ÷¾ØÄ_ì—/a7àË|Ìñeþ³ø‡šzø\nÞ-|¥ÿøê¾ZÇ_Ó`Š¯s]Ä×ácðõñõøúÑ×øç]ø‡ôðÍƒð-‡¼ñíãÛÓLðÕø—ë·ðÿß1|÷¶<|w±þz>¾w[3¾hŒ°¼’â‡~Çÿ,ÂpÔÄ´ â?ÞÒÄÒQÆºãÿ¢?ƒÿ–ÁOœ¯ÁOIÂOžÆà§>ñ_íœñ_ñßþÀÏÊÞÅÏ\Z>ÀÏŽ4âH*ñ?²îãd‡áçr—ñsu[ðóiðâBð‹éQøÅW¹øåƒ‹øåŸzøå•møô~¥©¿ú¿QžGØt•KPF”ßÜ&(¿?GØ¬_IØp† Rp—°Ý·…°=ý*a{ ê\\CPMŸ#¨ö9T‡‡j¢^‚ºA!A3b† õÞŸ =àJÐ	L\'ìût/“ú²‘„—¾v–êŒ\Z£Š~‚¹s9a—[=Á²B@°¬×$ìFí!X5hl6yìüC	{ƒµ{…„½¿2û‚Y„}Ï6Œ\r?\"ú‚#8~\'Q&Až#á°G\"{	Gß¸œy^„cL6Áå¦\ZÁÝ¹špÜ6p<õ1Á£Mðh8Kð,ê\"xÝˆ$x=3!xÛU¼Iw	Þ%`‚S0áÔþ	ÂéWw	§ßˆ	g´~²q?­)‚¿‡Á¿v•àßô’pnx…p¾zŒp¾õ+áu…pQF™pñ˜\Z!¨D‹ô£‹ÜíB¸üB‹\0¸iK\0–©`¸¯¸s\n1Ê! Õ«È·Œk/[N%àÒ\'	„k^b@ryJ ]#:,	d«<yœK øv¨¿´­ç	lýHûÑ%pç#¼äh‚± «„ù£Q¬%AºbMˆTÏ&Dß#D’o¢”ªQû¢Î+®¸v®Ü©&\\)9O¸²aG¸Ú™NˆŽ¸Kˆ^\"Ä{+â•„ä<2!%ú3!¥~ƒp]Å‘pó€2áÖæÂ-páV^	!Ýá\n!=ç-!ƒšNÈ4‹ d&-²³ÙÙ¡„;ËŸ	w1­„»s=„¼²\\B~L(¡àÿ|n{C(.ØE(5F(•êædÑ–„\n¤¡¢R‹ðÈ¾‚PÕYOx2ÐNx\Zu–ðtú(¡Æ>‘P¬J¨+i\'<?:Ghd¾$¼èT!¼x%%¼Ò±\"¼ªQ!¼.yMè~&tOÞdÿ ô<CzG“½_¢o«ÿ¸\Zü	ƒ¼RÂ`z:a$ì&a¤Î•ðþ¢”0úºƒ0:L$|8ÖMø°~šðññuÂ§)8ás\\áËÑ“„ñ%„ñ±nÂd½*áë%Â7îeÂ·ÂUÂ·j6a\ZÜIø>[@˜ÝK˜#»æøz„¹\"_ÂÜ‡Ÿ„yÕ\ZÂBÐwÂïÝÂïGò„E “°¤ÓGXZð#,ûÖþ&Öç¾6@ˆ2»\"‰²¯˜D¹=`¢|ï9¢¢MQiú>qËÑcÄ-Dgâ¶ýŠÄmÇê‰ÛH+Äm<8QõQdBÔÐ jîØAÔ4ùFÔ<IÔºµÞn\"j[ð‰ÚSíD¡Q<DÔmÀõ!ÅÄW>w®™\rÂ÷\rJ{ˆ†ÕD£‡¢ÉÌ0ÑÜÉ˜¸Ë—I´¼ç@´òn\"Zý»GÜÓth½Ç‰h}f‚hã\'ÚZ¨m³Sˆv-ï‰{!\\¢ýæ\r¢}šÑþ.¸oëUâ¡c_ˆ‡2µ‰‡ôÞ#ù¡OtúiHtŽÜKtÑ{Ety½@t»œHt‹?G<î C<±-‹xâò1¢Çu¢§rÑ³Õ—è½õÑû}ñ$ï8ñÔ\\ñ,A†èç.%úaƒ‰ç¦ìˆçE±Ä»‰žÇ/¼—\'^TGUâˆñýD\0c’\0A:DˆÚ4ê\"$Â	ˆ³d\"âÌYp„ˆÊ˜$¢•uˆhç—DÌ±D\\Ú<÷¢’HˆÍ\"R…ˆÔ;\"ÍtHkw\"2ÌmˆÌ!:‘•°ÈÊ$Ùrgˆl·DNü\"‘[éNävùy‚<¢Pº(\"½\'ŠÍê‰â cDq.ˆ()X%J!‡‰RÂKb˜Z1b×bØ—Q‘IŒ<=CŒŒüGŒŒ×%FE÷£c‰1±HbÌ8†ÝIŒEn!Æ9Ü Æu$&›>%¦ÜQ\'¦üˆ!¦ÒˆijöÄ´[‰×Ç.oÔ;oÛº3‰b&e‰˜åx„˜­kCÌÖ7\'æÌ#‰¹çwsÁb^n%1ïn1¯ú ñ¸ƒX˜.\"ë<’\'>xO,~¸—XæRM,§$VÞ½L||á0ñ©”C¬®Ë%Ö˜7Ÿ)œ!Ö\ZÑˆµÁÑÄ†â‹¼Db“l,±ù`±eûbË½XbkÍKb§F#±Ó …Ø‰ï\'¾²h#¾¾;Jìf§»£z‰=*÷ˆ=vÏˆ=³/‰}iaÄ¾%4ñ³#±¿Ûœ8ðgq(:Š8ôþ+q$»†øþäEâGîñcÜGâ¨ž8öü7q\"h?qäGœ<¦AüŠ	!N{¥¿¿#þ«U~#þê7!.Pœ‰‹Übâ’Šq‰˜L\\Ô ®¨Wv&®k×·º×‘BâÆÖ<âÆÇâ¿\"iÓ¦¤MáûH²E$¹G’ü	IiFRp\")´^!)\"åHŠ\\Iq,ž¤”@Rº‘”H¤Í÷p$•ËbÒÿ’Ê+’Êx#iËÛó$µ²D’z¬I=½—¤iûˆ¤åEÒŠÕ\"iÕ”’´ë\nH;¸ó$½­C$ýi\Zi§riçY’ªdrKB2ùK2ý[M2óP&™!.‘veg’,Ð¾$¬Ébí7iwXi÷\r%Òîú’H²zÂ&í	;E²¾ìL²þ* Ù9ž\"Ù‰\"Iv\r4’½¾+iŸ‘é@Îé`±é0¡tD=†tïOr©&¹4×“\\º‘ÜôÜ}_“<»y$oÝ½¤“ÇµI>—ï“|îh|ÛBH§˜H§·Æ“N›>$qð\'óP ]P‹#þ[%½zL\nú¼F\nV¼L\nÞ]Lº|Ý’Ü{<p€ŒºF)õ@FI ¨}˜±à“ Žƒ$Èx-	zá	:¼„°U%¡óH˜Î1¾ÄD¼2H\"t!‘aÖ$òO¥Ô›D…G“¨\\%=÷#‰ÑTAb\"±*“ØVGHœÞygf™ÄK}JulÄÃÞ$Éå³$I¡)IRò…\Z7D\nœ\'…_Á“\"°XRDÂÒ•@\"é\nFºúr\')ÚÜ–½CŠÆZbþ~\'Åe‘&I‰GŽ’šII/ýH7ûH7†«I·&Ù¤ô¢ó¤ÌÜ%Rf	’”}{ˆtÇè%éÎÇrRnõÒÝ_ßIy~Hy×UHù&¤ükq¤üéÖT`þ€TØ|ŽTÔhGzp6„ô \"‘T¼‹C*¹Ê •ô\'‘J&óHegHežE¤2È\0©,GT>óTqjˆTÁX%=Úü†TEÛIz©OzJS$U[=$ÕlÏ$Õ,&=ß>Mzî@%=?ÿ”ô¼é#©É¹”Ôôí©yO!©ù +©¹˜Gj^¤ZeVI­û!¤V¨:©=Nê`ý¯q;é«„ôªã.©«\nAêš\Z\"½ñâ’zL”H}i¥¤¾\rWR¿-žÔ¿¸@\Zàþ$\rž%\rm]\'\rÝÜN\Z>r•4<PA\Z•&\Z†’F·’F[ÂHþ¿ŸP\Z¤OÜË¤±ö\nÒ„O%iâk%i’OšüÔ@úú¯„ôí‡.i6÷inþé÷7\niéçYÒÒ‚1iùï=ÒŠ´R7LZéøNZ™-%ý½hCZßßJZ™‘Ö{¬HØYÒ?72YvSYnÂ”,7gG–ç0Éò	,²Òžbòæà¿d•kÉämÚCäíÞÊdM§d­\ZY;Y¼ã£	YoBHÖ·ž%ë£dýµKä¤\"²¡Â²¡ø#Ù86„lâ€\"›Zû’M½‚Èf6L²™s.Ù¼ÂƒléË [žÏ$ïa­ƒÓÈÖwÈ6^çÈ6c&dÛwÈ¶•ådÛ‰l²B Ù¡iÙá%¼oöùÐg²£Ò²ãÕ%òQÅ/ä£Ÿ`ä£käcQäcÍãdÒÙep7ÙuM>¾ÝŠ|<Å‹ì}þÙ;‘C>9åFöø’}÷‘}‰…dßOPòéÇ·È§{wÏl{@>Î ŸEZýöôýNùý	8ò9pùÂ¡£äMäKGŠÈ—’’o·ƒ+áäàúrpó_òåØT2ØS‰1‘!Ì:24iš}C!Ãc‚ÉðØ‡dÄ))1ãNF¾Ø £Þ¨“ÑU»Èè÷zdL°ˆŒ¡9‘ñr02þ°*™ø¶Lfÿ#“£“©F©dêP-™ú}?™¶QGf¦¦‘Y²)dVH8™5iLæ\\‘¹-êdî|™÷û8™¿’C†ÈÂk«diÔo²´Êšòï/9¢ì\r9’ùŽåôŠ|%ƒD¾R¾DŽvûBŽYˆ\'Çjg’´“.“ÊDÿk\"\' §)Ô¯ô‘¯ÿ%ßÎ’o/ÿ%g\\O$gŒ¯’3w­3ïŽ’³àýä¬®dòÔ`rÎå%rŽÈ”œS GÎYýLÎÐÈy©0r^…9ï<9ÿÝ4ùß/rI‹ù¡¾ùQE¹ÊŽA®:¬C~ƒü4ü9ùiV¹ZÞ™ü¬(\\Û†!×y¬’Ÿ“O“ŸW|\'7LË‘¾!7–fGåÈMh>¹éÜ¬`InéD“[íÞ‘[/í%·fÂÉ­+Èí*§ÈíE¾äŽoöäŽù*òKÊù¥ä\"ùåäW~šä×½ä.`5ùMØ\'r6ÜsgŒÜß¾JîÿŠ\'ôn%ô¡Éƒ˜òf\Zùã™(ò£ò—©ËäÉRmòTá?òŒ\n‘<£QAþQSKþénHþ)Í ÿ¼sŸ¼ ñ\'/z-“—\Z“ÈËŒcäåiòÊA?ò\nö$y#m/ù_|.Eöo%EN;\"×nF‘·°¢(U¡li¦l3ò¦¨~Ê¥¨ïÎ¤¨×ûS4vP´Úò(;®©St1-Ý>#ŠžP†¢—»—¢¯¤AÙiö?sŠÊ	Šá\ZÅðþ.Š&‰bL¹I1þŽ¢˜wPLÛÎQÌ»:(ß¼(V‚-k7Åú‹6ÅÆí6Åf˜A±\rt¡Øn¦ìS…Rö½“¡ì÷~@9\0.¥˜õ¤ŠÜF9,€rØKâ¸óåhæ7ÊÑ\'úçÀ”c{˜”cÂ1ŠëëŠ[øŠÛ/<ÅC&‹âyqˆâ\\F9¹iŽròêådæCŠ/f†â[×E9“{Ÿr¦qÅÏà0ÅÏ*•â7	¢øçÝ¡ìP¦p¢(å&”s%E”‹úÊ¥€\"J`óEJÐ!\n%¨î%X°´•^j¥@PG(0v(>:JAüÿ}ÈkÊÔÈ\nö†=»¶›‚«X§àk)„Ý\náÖ0…XlL!‘s)‹‡Jä\nU@¡§fRè¿wS¬(Ì—ÁÖ•N\n÷÷y\n¯t3…ˆ§/¼ ˆŒæ(â»&ñlEÂ\n¤„ÂÚ(a%üb%ü‰åŠî_JÌÀ8%æ“7%6j–wà%®d–’è°›’8Œ¥$×”SRe()]”k¦¾”k‡•)×<G(iíß)×i)×¿ZRn|¤Ü\nQÒãžSÒR²ç+)¹EJî‡?”»÷œ(y(\n%H¹wbžR M)°Í£<\0£”lºO)Ñ¡”m«¡”Y¤RÊÒ„”²{Þ”òE<¥|ù\'åao6¥rŸ\'å’Fyl´—ò¸ÃŽRÕ4HybmA©îbSjÙ÷)u\nw(uÁ\0JÖŽRÁ§Ô+†Qê·Ÿ <¿ñ”Ò8¿ƒÒ$/Ki‚\0)­z(Ú?(c)mª”Î™\"ÊKÉåå ,¥Ëþ.¥ìJés¯£¼uÎ¢¼Û·‰2˜mKyÿ0ƒò~ˆCùx{œòé-eL¬HùRp“2y]•2ù:–2U\'CùºB¤|û—@™æC(3ç¼)?,ª(svU”_\r”_ÿÂ)Ô(F\')‹\'Ö)Ë&•”•€=”Uo5Êêˆe­k‰²nð•²Þ@§lèÌS6XÊ¿Ê9ªÌoê¦/¯©²(>U–{*OJ§*Ø¸SpéT¥3öT%à3ªò	U%ÏºåÕgê¶_¨j¨j>NTíùTM…ÏTí«½TÝ†cTÝ&UïtU/í#U/ÿ)u\'%‚ºóêªÁî5ªÑUÕÄêÕTÓ˜j:>L5³{M5o8LÝ–CÝÕLÝÕdAµ,9MÝýl–j½ÓŽj}7˜j“}Žj›	¡Ú–8SíŽ,QžQÜ, êDR{P]~n¡ºº?¢º^üCuÍ6¦º®`¨ÑöTÏuª×zÒR™êSº•zZdM=«½‡zö‹êO0¥úÿð ˜ÿ¢^P»@½@Ù ^\nÌ¥^B‹¨–[©yÔÀþlêåÚt*Dk†\n}ÑGE¸%Q‘±©ÈGåTÔ\'e*j:ŸŠÖ£b.S¨Ø‡©x/ŸªB%¸ü \ZQ‰¨Ä^1•:¹…J³ð¦ÒŠd¨´vs*ís(•~b•:J¥K®P#AT–Ÿ\"•´ÊAP©œP2•é¢\nƒG¨B*V|B?T¡JÎTIw(5¤Ê‹\ZzN\rO}K\rI\roºHô+¥FW¯Sc{¨q`jÒA25¹Â‰šr€JMÝ©OM…ëRÓžRo¥4So‡úR3²ÏS³ß§ÞY*¢æˆÂ¨w—3¨ï¨…¹g©÷_TQX€©Åî`jIø.jÉwCj©^µ¥F-¿õúÐm’Z•£VvSé\\¤>ÅSŸÊ >}B}úÊúôçYjmC=µüú#¡6¸©/ÒP›jÜ©Íï7¨mª…Ôö>µ£cµkÒ™Ú{´ŽÚ_dM0¨¢<±¦Ö] ¶ˆ©ƒ_S‡=èÔ‘ížÔ‘´zê¨Zu¥Nýò‘ú¥=Š:¾ÿ=u|1†:@~E¶h¤~kPg´‡©3Ò9êL€úÃ%‰úã>“ú£ú\Zõ§æmêÃ‰:WžLGÜ¡þ6u§.qÏQ—øÇ©kwP×†îR×õ#©ë›©S\"ê?‹cÔõgi›p4YSM^H§ÉgbiŠ)4¥\'Ž4¥oÚæãã´­ñr´íjiªrBšjB!Mí¦y\'Msl”¦Ã|EÓk~DÓßâD38êA3\0Ñh0šÁš¡§;Íô•fH™§åyÑŒ\ZvÓL–âi¦¥tš™ù Í|s*m×5EšÅëZÚî4ëûe4ëÎW4ë•Û4›Ekš\\?ÍnÆ˜f·øœ¶Ï­”¶ˆvàÔí`Ž.íðú}Ú@ÍI#šæ¤w—ætêÍYÃŠæ’RHs\r¿NsZ§¹ç_ ¹ÿÙ ÏyJ;¡¹ƒæé:Cóô©£y!KhÞØ34o&‘vrß(íäL.ÍGÜDóY…Ð|·,Ñ|­Šh¾)\\Ú©ð+´Ó^–´3:Ú™	(Íß\\Jó/<Eóþ‚ Ñ@;gL;GÑ¦‹½J;oÍ¦Ú)Ó‚åà´à»0ÚåMQ´Ë¦i—!x\ZLö#\ræs†m¥Áï1iHY\ryX‰††ÆÓ04Œ×\ZZEÃ­wÓð1_hD\0F{¹ÆÐî¤1u«i,ÇX\Z‹ñ‡ÆVÒØ¹Ž4Î•\Z§h3²™ÆÛ&¢	7ˆ4‰ýqštÚ–²MJE …Ñ´ð™#´‹iñ¿ÓdZdì4-jÔ†v\r Å8í Å\\ ÅF|£ÅW§ÐäÔiI>bZÒõc´kâß´kJii»Ýh×_™Ñnìõ§Ý`VÑnÝO»É:IKW\0Ð2ßÒ2)ÿh™}´,®-{cvgïZN­-—‚ Ý=TGË‰¢å1¥åCßÓ\n6li…[©´Â‰W´¢€ÚüfZñv/Zq°\n­D¯‡VçÑJ‰¿h¥©£´ò¸_´Š‹´ÇÑßio7Ò{C«Òš¡=¹?A«nI£=s³£=Ã¼ ={¯E«ïÊ¥=W|EkðÓ\Zàõ´Þ ­az/­ae‚Öô!”ÖÌo¦5¿m¥5½Ok‘\r µä¼¡µ»öÐ:HZÇT\níeËÚ+UÚ«i­kçZ×>>­+ÜšÖ](G{C:DëÑÛOë9äEë}}ÖwœJë+»L{{.ƒö–¢F{glK{w\\“ö.|…öîš3m@ß’6ð~ƒ6¼F§”ËÓÞKÂiï+ëh£\'Y´ÑÏ¿hXßh{RiŸtKiŸž¿¢}š¶£}®~Iûüa6XKëÿH¤·Ñ&¶lÐ¦Žì¦McÒ¾AËhÓÔ4Úw™í´ïëlÚÌ\"6[,OûÉ}A›ó†Ó~]¢Ò2Ó~Ïï¡-=9J[j}I[>åB[y¥­š¾§­YÀhk•ž´uýzÚÈ™¶‘ÔDÛh{LÛXh§ý³§Óþ}u¤Ë•iÑ+°t%­júæºJQ:}+¤¾Ý	DßÞ4D×Ø_G×hÿE×˜—Ò5ËlèZ© ºÖ5º6L×–¢ë*ŒÓu{­éú\'ªèúé	tCSºÙÅ,ºhŒ¾k+‰¾Ë¶¾Û£—ne§O·ú¦B·Þ\ZG·L§[ƒ~ÒmÌÖé¶T#º]Æ8Ý®7’n7J·[ÛGß+I¡ÛÇ\0è2^ÒóuéG\\At§ø<ºSoýØôÝå®	Ý=hî>w‡~(¢{šNÑ=)wéž}ƒtÏiº¬”î°N÷ÝdL÷e×Ò}Û°tß?·é§”ÐOKEô3¢Íô³À£ô³=éþÆt¶&Ý¿ŒHP¤\\»M¨ë¢Ÿ÷¤ÒÏdéçÃ3éÍ¨ô‹{+èïOÑ/);Ò/%ÄÓ/å¡ZäÒÆÓƒòSèÁ¿yôËAÓtà+:˜N·¿¤#7ÓÑ¡^tLP	3x‹Ž½èKÇ>o£ÀD:Ùð7ýÿ/ì¯N§~ ÓZàtºÞU:ã‚?qû-ñ(“Î¡„Ò9ÏþÒùøtÁc}ºpAgWÒÅ…£tÉÞaºT)‰.ÅLÓ¥-9ô—hzÈÛz(ÿ$=ú‚nr”Î¶£_™ê£_½I‘_¡ÇÍÓã?=£\',ü¡\',ÊÐ»­é©{ÞÓ¯™€éi¢Aú6=ýø\"=ý²==e=ãW\rýÎN=×f„ž[\r£ß½}žwp\'=O§çqèù“ûè÷îï¡´áéÇéE“ô>²ôÒ¡ôòó(úÃd?zå´\'½êßýÉáúä_ú“o3ô§\nNôj³môê“öôjt&½æL<ýÙ©iú3I=ý¹u\n½ÁGo8žEoÀjÐ_ÐÎÑ_¤pè/ÆãèÍ×Ñ[ìÖé-ÙÉôVjz›‰?½íÎNz§½.½sñýe„”ÞUªFïù?Oï6—Ñû×¬èƒÕ_éƒ\rô¡Øfú0aƒþžkNŸw‚þ¾,˜þAþ>ýÃ	múç—6ô/;~ÐÇåþÒÇéã\'ƒéã7îÒ\'«éÓÆîôïPúÏ}^v™þGñýü\n}ñŒ¾|Ó”¾\\B_QäÑWÚíèúÒW¯ÑWÎÑWÁÕôµ³^ô5–\n}Ýh•¾îz¾¡SJßXfÈx#2õ\nÙ}Ùw;rÛ\nÁç\n-R†¢â†bñI†RbC9å+cs\"c‹M?cë2cÛ5e†ª„¡úÜ…¡yÍÐ¨ûÈÐLeh¸3t6Õ1v„_gèÑ×úžÚý1ƒŸ»F/¯3Œ‡Á“ôH†éõE†ivÃlù!cW˜Ã²c·|Ãªn‚a}}˜aýðÃºòc¯3”±whˆ±wÃ‚aó%Ã¾ú+Ã¡uc·š±ÿâÆ~¾\rã\04‡qðÝSÆ!«Gï^Æ‹4Æ‘è$ÆQ«JÆÑðH†óKÆ±kW8áŽ:ÉðÆG2|<¾2|}Û¾1õŒ³Ž3Î–¹1ü†¿ä¯Œ€KÉŒ€+&Œ€æÛŒ€™=Œs’AÆ¹<ãÒ¹%FÐ\\(#øä>ÆåJPÝÃ\0þ 3€QØ‚õÄ3`ÉÛ(íST¹;£9ÅÀþ~ìºg_ÍÀ=´dà?Œ3ˆ”NQ|AòÕfÞV1ÈÅ÷4Ø=.›Áð`0>1sGlß-N¤#ƒç,C<q‚!mA3B/1\"œ·3\"¢£ùíŒ«Y“Œ˜ù|FìÖËŒØŒFükEFJ³#ÆH\01ÒTŒŠÝŒ›öÖŒ›ûw2nP`Ü,KeÜÚ,fÜj±eÜzÈHßñ–‘~é#ùˆ‘‰¾Ê¸cgäô_bä‹¹¿8Œ»öŒÎWF¡•\r£0Áƒqß;–Q”³•QÔ•ÅxÐúQ\\þQÜqQbšÍ(½Á(m‹e”2ªÞÕ3žà¬O5J-ŒºN1£Þ!Ñð¡†ÑxÃh¤üf4Æ´0š¶ä3Zw¸0Z]ƒ­\"cF{ËwF§5’ñ²ü!ã•ŽÑÝŠf¼QŽg¼^c¼¹†eô©u2úð§ïöÞgô¢CoIŒá§åŒ‘m!Œ‘‰;Œ‘Ûï\'	Œ÷¿Ì£ZrŒåÞŒO?ŒŸ1>«3cÏÕ‹(Æ¤í<c:P‹1ëÉ˜IßÆ˜½Äø‘¥Åø™»À˜èeü2³aürºÃXŠ|ÄXÙYÏøû³•±zÊ™±ú{ƒ±Vgl@v3e«‡™²Ï­˜rÏö3™g™*VõÌ-{>3·F~en“ßÅÜfšÈTß•ÍÔ`gjT15Üfj²•™ÚÆÇ™:õÍÌ\\<sÇ+L=ï_L=€©ÿ÷$s\'Â¹Ë`î¤íf\ZNc\Z+m0wi¤2­vßgZÝÔgZ_ 1í&\Z™ör;™ö\'™öD¦C$‡¹¿óóà<•yØÉšéhëË<rÇœé¤w‡é´ÁtÖ>Î<&cºøé0]ƒ´™î¦÷_LoDÓ;ŠÎôN{É<Åfúx‹™>Â˜>KÖLß’¦ïûëÌÓÇü˜gÈóL‰Ó¿ÿ*óÂ®·Ì˜læ¥?™Áé$æåO©L@3™	Ä³˜`n\"¶™Ç„‰J˜poe&<K†‰X)a\"}Ò™¨\'MLtÙ£•ÁÄ–1‰k£LºžIÖÓgR‹Ó™´¸E&ÝÁ¤Ÿöf2Ho˜Ì“L–’“å•Èd™e²‚²™,¸“Ýö–ÉS\Zb\n>ú3%Ò\\fHïyf(ã3”;ÁŒ8s–`Ì¼\";ÌŒ®ÿÎŒy{Ÿ3¯ÌŒ¥=dÆ¼eÆUÉ3ãÆ™q;˜ñî—˜ñ]™‰}õÌ$å,f’Ÿ93åîofêm&ózð7æ\rsóÆÕÇÌ[òÌŒ™ëÌÌN\rf6]ÈÌN<Í¼óÈÌÁb™yÎ fþT.óžN\r³Àë-³Ð¨•Y8ãÌ¼1È^g>Xg–èÖ3K`ÊÌ’šrfÉŒ-³ôàWf¹{1³Rá\n³r)ó11šYåìÊ¬Ê[gVÍf1ŸÞ‰`ÖäÃ™5?¢˜5«G™ÏêJ˜Ïê˜ÏÛhÌ&o\"³ée³Yv\'³ù¤3³Mÿ³í…/³Ý¸ÙNrgv\'1_mQbv™^cvA¢˜]YƒÌ‹ef¯–ÙKšböÿ_›™ƒ÷»˜õàÌOn÷˜cVÌ±*æ—o™Ž8æL9/ôaþ†—1ÿLê1»¾2—¦_0—^Ì¿#‰Ìõ‰1–Ìc(kS˜-Kö;“%wøK‰ù¥üÌÚZ{µMV‰µ´‡¥^«ÁRïÙÍRŸ÷bim$³´ƒˆ,m2›¥ó§¥³âÂÚ‘¦ËÒUaé©¯²ô¬šXúýçX;ÏÄ²Œþîf™àÏ±Lïù²Ì<,³ç–¹B&ËÒÙ‡eÉêdYÖ\'±¬L­XV	b–Í!u–Íç«,;÷(Ö^ûDÖ¾ýU¬ý§ÆXû	‰¬¡é¬ÃÖ“,§Ç/YGV³œÃN²ŽéXÇ°YÇ¾›²\\R+YÇÂYíÃ¬“ÉÕ,Êë”…å7t—åß’Ë:G3a“L°.&gžà²‚ó;Y—7e².›JX\0S]à ‡x6Æfõ²€åù,ÃäýÔt…s:ËB\Zú²Ð	wY*Š…õøÌ\"ÄÕ³ˆßÞ²Èâ19ÃŠEùôŽE]ÎbqY¬Ûa,VáA{;˜Å¹¯Èâ†°x;è,Öv–\0øŽ%tmb	³Y\"ŒKÔ4Á\nóteE ³\"wÚ°¢›YW¼¦YW5Å¬«IÏXÑµlVœ±€wÅŠ;žÍJÖ³’w|`%Ûh²Rþ±RªY×ê6X×ºcXi[óXi£¬ë*Ù¬—ˆ¬[¦Ú¬Û\'%¬ôÃ™¬L¹^VÖŽV¶œ3+û~#ë¼ž•¤³rm¬œ¹HV^‹6«`à+«•Æzq‘UlN`•¨Ö²J.Î³Êä¸¬2\nœUnàËzØ‘Ïz¸ÞÄª8·ÈªxdÏz$ûŒUušÍª	YÕ7Ÿ±j\rôYµ’«¬f™¬æ{BVKB«Õp7«\r5ÏjªcuDmauôg½ÂO²º.±zY=Ž\'Y=î&¬Þë­÷\rÖ;b?«ß€Äê¯–°úkËYCvy¬¡•Ã¬áù6ÖðêwÖˆîNÖÈ¡dÖ¨F\nkôWëC‡õÙö\"k¬Þ„õEFŸõå_/kü¯˜5QYÇšXA±¦4\\XSÆY¬o]m¬ï‚Ö÷ªRÖìiÖìCë‡ÏUÖOÖ5ÖœÎ<kþ7‰5ÿç5k~ÅŽõgç)ÖŸxÖß‰Öê§iÖšdk=ÿk½kŒµáŽõï‚½iv€­ðv­ä¼ÀVú‘ÏV–“°•\"Ø›7±7Ã|Ù*‘ªì-ûMØÛôØÛÇ9ìí²lÕS¶&Ä“­…½ÀÖZB³µ-Ù;v°wVßeïìÙ`èay	Ù¦Æ›Ù¦®l3ÏÝl³‰ló8Û²¯ž½;Ážmcz‚m»p‹mgâÆv¨	fï+bïëªbª_gJd;	«ÙÎôlˆ€íze‰í:y—í&w}Â“Ïö(²a{v~e{)HØ^;lom[¶wÊ%¶wíNöiígì3v@ö™Êì³…=ì³•ûÙg±ý.²ý®QØþÎöìsg™ìKrcìK:ìÀì`b&;øêsvð×Ïìà\r?6`UŽ\rô“²!³[ÙP›lèy6Â—ÁF\\Ía#U¦Ù¨ý³ltÒG66Z‡W­bã=Î²ñ(96AužM\0k°	MÃl¢î16ÑYMvªfSjØ,i0›Û7ÆæÇ)°c½lÑæl¶hä[¼ö„-1‹eKƒØ’’slÉH[ZãÍ–v³CÉ‡Ø¡­»Øa·w³#ž÷±#o°£â¢ØQ«löÕ/“ìhõýì˜¿eìØçGØqS+ì„P;ñÕCvòfUv²Aû\ZÎNóæ²¯[ Ù×\'mÙ7WmÙ·¿F³³•ÜØw2 ì|o);ÿ»pÞŠ}?îû~úv‘¥»¸|™]br™]òÉƒ]–[Ê.W·g?Ôµ`?lÝÂ®°sgW0&ØUöXv•Ã~\Z¶›]c¯Â~†¿Â®eE²ëä†Ùõ£ŸØÏ-Ÿ°U±›^f7_f·‚ÝØ­ŒZvÇ‰-ìÎ.!»ÏîúVÈî9®Àî¹SÃîûÆ~kÌa¿›£²û‹²ûŸµ³ÍN±‡Ln°‡ô³G>y³ßÇœa¿¿‘Î~ÿÀ†ýþ‘ûÃ– öÇc2ìÏ6Øc\r§ÙãG³\'ïÏ±§Š†ÙSÿ˜ìoÖÿó1`OÓQìéø>öw³6öì§\ZöÏ»¶ìŸ}ì_Aµì_Irì…³7Ùì¥‘·ì•¡0ö_eSößc±ì\r›‡™­\\ŽYŸ##üË‘iµâlJOæÈeæräQ8òíùÄjŽ‚«G!²‡£½•£P{Š£¬üš£|è6G…RÅÙÈçl5»ÁÙ\nŒâl¥}æl{0ÅÙnÄÙŽ|ÀQÓas4å¢8Z·~q´îst·¾çèb½³78z?Z9ú679úà`ŽþTg\'Ã1fÑ8fŸ­9–!:+7g\'˜c]äX?0áØ\0?slïÙqì4g8v	ög¿Îg?ççÐÑwœCÒÎá÷#ÇE\Zç¨`/Ç¹ÐƒãRÑÏqyîÀqÕlâ¸ad9ne›9î²Ï9\'Ê9N¶/-ŽwìuŽï9ÎiYç´K%ç¬§\rçlÁ ÇÏÄŒãçSÊñ#8püO›süç\Z9äN@o/çRP=çRL\'øÏàõ‡èã€ð<Ô\0ÉÉ8ðGß8¹×Ô\'úº[‘Á!ËyqÈ–Š2‡ª*æP÷Ös¨WW8ÔuWM5ŠC›”å0†i¦åMsO‡ÙCâ°-Ô9Üc_9¼eWŽ ù*GD7æˆ¾ésBgÿpÂ¤jœð×O8‘“œ«g8± [œØt2\'öG3\'!³”“òÇ…“xÏIã>ã¤s97-87Œ³9·§Ç8é¾Nz›ˆ“>(ÏÉ(zÉÉNØÊ¹ƒ1ääžÞÌÉí£pòž¤ròÞZqò_£9÷\n‹8U\'8…Îý­O9Eçœ¢Öçœâ41§üS(çÑå‹œÇ²ç9Ño9Õ\',95îœ:·1N#Àyqò%ç…O§Å†Êi‘B8-É9-7z8-ÓæœVGNkœ§\r8Éi+}Êi[Žætœ9‹•œ—¯b9¯\nç8¯/9¯ÃÖ9]Í–œ®noÎ›»LÎ›_#œ^²€Ó›ZÃé~Èé3¸Åykã¼Ìä¼£pú×^rÊosúr=8CÓœ¡—®œ‘îXÎû+_8£‘œÑ8cÎè—ó!!óásçÃòÎGOYÎÇgç9Ÿ‡8ãgã9ãeÎ„5–3y:‚óõ[\rçª‹óíÿœOoIàÌìzÊ™ùÎàÌÞÍ™=¥Ä™½ÌçÌ²ÿ_S-8o÷q–¬îs–Ï9K_ßsV,ösVNpVðƒœ¿9PÎßÎ\nÎêŽ[œÕ°3œ5§Î†9‘óp˜»)»€+AæÊÞ¬æÊþØÄ•«_áÊÁ¸òŒR®|IWÙ¿«<9ÉÝüÂUá®s· Ü-ñÜ­	ªÜíNB®êW8W½›«þ³Ÿ«‘ù—«ñÄÕŽòäê8©ruçÏpõÊs\rBV¹F\rv\\£ÉX®IB%×<ÄµÏäZî•ãÚì%qme“¸vÚ_¸{Ÿ)r÷~r÷é´p÷E¹û>krB¦¹‡XMÜCÃ¹‡Uk¹ŽHo®ã›óÜ#£­Ü£ˆ&®sð^î±³¹.„ƒ\\—×Mo×ÝË=¾§‹{üÄ?îqÆCîqi.÷øÛÜ*»¹\'ž^ãzx—p=Í¹žI\\Ï?ú\\o-9îÉÝDîÉÚ“\\Ÿú­ÜÓ\'?qÏôzrý6©qýqý¹þ\ZŸ¹þ¦\\÷X®ÿ›°mˆ ¿Â\r°½À=g2Î=×¸Æ=/På^œóä^êÖâšåGFpƒË\n¹Á?¸`Ý[\\ˆä²xšåc¹Ð¸8.² ‹ªèâ¢Ï¹˜¸»\\lÊ_.ùÞa.¥]À¥Q£¹ôó.ãÇ¥SÞp™Š¹l/.»ú —ý&€Ë),àr/	¸¼F-®ð^\0W8ÅíQæŠÍ®qÅyd®D;‘+­­æJ_irCÖÜÐÔÜ0†#7òÅ$7rˆÄ½Bsã^á^}¿™ý ˆ#ÃàÆ(\'rcÑÇ¸q?Îq÷s?Æs“ô½¸É 9nròsnÊnÊ¸=÷\Z>„{mµ›¦Ê½¡t…{“ßÏ½ÞÈ½ÕÌ½gÂ½Ýáf¸_çfÚ¸·\r¹YVmÜ¬âÓÜì	%nÎÓ!nÎP7OÎ’[°^É-<\'Ï-ì[åÞgõs‹ðmÜò˜4neF·Š÷ˆ[•)Ã}‚òå>\rå>1ä>3Zã>s°ä>W\Zã6œ!r[¹­1eÜÖBî«åGÜ×[r_r¸¯†¸¯?sßÔÍs{Îºp{§¹ §ÜÁ`yîà]gî°w¸\'Ÿ;bƒæ¾×mâ¾w›ã¾?“Î}¿îÈý`åÌýDLà~úò‹ûùÂîø^+îø!îxÄEîÄîû7wjÝˆûõs7÷ý3÷[a#w¦{•;«‡çþLgqþÛ¹qWî|f9wáZwac\'÷÷_\'îÒ³=ÜÕsÜ¿\ZO¸«y(îÚ¡îZ‡wý €»mÏÝ(úÂý·½Ÿû/ä/OÆxOfàoÓWž|õAžBížÊ+eÞ6t\'o[vo[{2OíOÓtŽ§Åæíð­ãéu>à„lð]•yÆ®<Sµ<ó€_¼]žÏyÖ\n÷yÖ\0Ï:t˜g³¼Ì³­àðìªòìêdyöû ¼}{yÍfxGd»yN†Š<W/ïxM:Ïc7’çyyÏó[\ZÏsyŠç…ïäyUøó¼:3x§^òNÓNðÎ\0îñÎ A¼3ïL¨ï¬ïžv”°1Ã»0à]T\ZåÉnåwó‚ýöó‚Ã²x—Ý&x—½{y—G¼y€ãP ö%PÝÄbyÀû<E4çOZñÀé#<ô+jÂƒþÒæ! *<Äb¯ÛÌÃßHåNëóU:<btál1Ë#W¨ñ(øc<ÊôCÕJ›ÇL•á±Ä4ëãwÃ\'ˆŽæ	^˜ò„jŸxBæ4OøÁ¥rxâDž¤úOêŽà…Œþá…|1ã…¾ÞàE¤äEÜ)åEŒ£yQp>ïJ_ïªÊe^¬g/®ÏKÚLå¥ZòRƒnó®/OónDýâÝh~Ä»5µ…w;ú2/Ýï/½ë:/ƒ?ÃËŠ¿ÎËÆ*ñ²¡¼;º“¼;Kxw­òî™ãÝ=±ÂËkñçåû|áÝ;yƒw~”woþ¯ x…wÆ+ò‘ã=H<Â+£æU^ˆåU>¸Â{ì<Î«rùÂ«zŸÊ{z0Š÷ôÑ~^5§šWÝð“WÃˆäÕªñêŽDò\Z‰^ã¸=ï…b¯iÀ•×¬õ’×¢Ïk±—áµ$ðÚ0y¼¶L\n¯ìÃëò†ñÞ\0yoH¡¼žîh^o¹”×_Hã\r¼žä\ryÃ[y£1Wx˜Çycýí¼/\Zx_æxß£Kx3Éy³Æ“¼›‚x?2è¼Ÿ ·¼ŸùÞ/ÙÞ¯òo¼“2Þ¢ÂsÞÊ×Þ_8†÷wæïïz&o½ Œ÷ï’/ïßTST\"SÇ4_.Ä†/Ï®å+xóe³ùŠ»ùŠOeøŠó`¾Ê·Ëü-§lù[\"õø[Ê\'ø[–óù[çœùÛî~ço{¿‡¿ÐÈWÝÈä«·*ò5¾…ð5=ýø;Ž;óuwÃøzŽ£|}Ò6¾a‡oØSÀ7ò¿À7Êfòå;øÆjd¾q’o®‹¿ë|ß\"\ZÂ·T‡ñ-/çó­Ð7ùÖñF|O<ßÖX™o[r“o§¯Ä·»²‡o7Š¿×S“¿Ïà-ÿ€ýmþÁF<ÿÐÞAþ¡Ódþ!1”Xéÿðô-¾£Ùi¾ã+&ÿÈ\nïä¶Îwê¹Á?ªùÔ?žï¼ÅïÜÂ?v\"Ž¬yßÓ>‡ïÙ¬Ê?upŒÊ5ƒêúÿôÅÝü3å–|¿$?\0×ËÙÇ?\'¯Ä?¿\'†>®‚>ÁÜ6Ä¾Ë¾õ‰y‹”ÙûÿòÕ#|@çY>˜åÎ‡~òaOÎðáZC|¸Þ$“áÇÇ}=ÅÇýúÈÇŸOäã36ó‰‰>©NOò)†·øTù“|Z<›O÷ŒçÓñ|†‰3Ÿ³ã0ŸóDÏ3dó…½ù¢Áã|)ê	_ºz†²-š’Ë\róÃÔ“øa«™üHð;~äÒþÕºíüèû™üXçE~õ?q²”Ÿ´7•Ÿ,yÇO®¤ó“W²ø©ÏTø©¯ø×N,òÓ\0ütˆŸ™ÈÏbyó³zuø9Ôy~ÎC8?w¦ƒŸÄÏ/3â‚ù…Ï>ðK¢wóKýFøeÂür¼?ÿ!$Ÿÿ°a–ÿðÏ2¿Ò=_åÌá?ãóŸj$ó«/ÔòkrøÏà_øµžü:›N~ýÔ2ÿ¹ò1~Ã¼\Z¿ñÛ~~ã:ß\"·ÊoY7á·iDðÛ‡øµü—·7ó_Ë¾à¿ûÉïÊìãw¾ÆïîÖáwà÷/à+ùYÃüÁ—LþÐ!sþpp0¤¼›ÿ¡\'€ÿa@žÿÙÇÛ|€?á…ßäñ>ÊŸHÑàLò¿Ž»ó§—5ø3Sù?ÆnñçÎûòçåíø¿þóÿ¼zÍ_„¸ñ—µCùËëoù+—ø+CBþ\ZB‡¿Fà¯½¬È•^È•AŠ4ÒX@õ]°}3@ †i¨÷X\n43Ÿ´ÔMZŽ.ðwÞ\'þí‚„%ÁÎ‚?@mBµÀ Ò\\`è)0¤¢†wFr‡FäR±%[`ªüD`ÊÎ˜«ŒÌ‡‡Ù‚Ý¡—VÅo{”6Ï¶}p>J`å °{NØuÜØ_z+pÐO8ˆ·öë~ìwsìŸYô·úè%8ÂÓ¹Z/pÚ2(p‚ÂG:.ÀBÛ`«À½GàNü-ðØIxž¾,ðüô^à­º,89¬(ð)÷øT=œi$ÐYœF\\¸2\"¸Dy.ÔO¯	—À¡Èù©\0ä(\0µý€™àÈ¸fU\0±=$€x 2RÔxA\0z	à‡­3âO…\0µ°,À\'%	ˆ:TñW€,£  ^NP_:\n÷êŒ±sá³€Uî\"`¥8-ªÎH‘€gø[Àÿ¾W ðþ*@„GÒ¢ÐN(ó­@ìm\"‹Ûtï”{UÚ.ˆ²ÓD…›®ªý\\=´KËÄŠ‘‚8òŠ îN± ®FC¶Ið|BHX$fn’~ ÉÏžR†•©ó‚ë!‚ë_ä×gy‚?/\nn»ÓéÒéÑ[™‚NAæZ­ «t‹ û|—àÎÛ$ANP ÷„ ÷kšànÚA^ä1A>vŸ àf› àK³ `$(Ä}Ü·ÍÉ¿yf	ŠJ–¥‰·e×åõ²‚\në·‚Ê\n¾àQ°@ðøaœ \nLT\nª$»Õ³ûÏN£»^\Z»è‚Æs‚ÆOY‚&:\\Ðœp@Ð<µGÐÖ÷KÐ.x.èÈú,èx¦ èdr¡]‚—Û/\'/ý™‚W?A÷´Š ÇrXÐkt^Ðëá ècˆïš5ýOWy~‚A‘`¯#^QŒXå	FúGïsï>¸?|8/|–íŒQËco&>‚É£‚Éâ-‚¯F…‚ogv\n¾õÄ\n¾s	‚ïüß‚¥NÁL\0]0-ÌTzfÉ>‚ŸùbÁ¯¶@ÁBhŒ`á«`éÒ_Á’Ð_°,”µ¸%”½Ñ&”A„\nPo¡âèSáæ`ŠPåÈ}áV›YáöÍÕÂíµ4¡ª\\’PÍÐ[¨öË\\¨~ØQ¨ÙvX¨ÍØ)Ô.j¯š	u´™Bž\'Â	Âïõ‚iBýFKáÎ×CBÃKyBc½ÃBã\\¡	¢Hhº 4×©š×žî28*ÜUo%´\0-}	B«¥váž§…Ö»o\n­SIB±«Ð6¸Nh·¹]hwZWhw®F¸÷ŒH¸·(´OÍ:xB…ÉëÂ}»t…ûS„ûûg„‡de„‡ÎŸ:^Ü#tÄ…N§\'„Nþ6B§2žÐ¹H,t¡y	]ÝyB7WáñsxáÉž½BŸ˜³B¿¤Ð?=_è?†ú¯X\nV./ì^œ^ÚR\'¼fÝ…A.Â ÍÂ`¤º€®V´…À»BPÎm!¸ñ§ò.P™BUnawBØ»GBø‰ÝB¼Wˆ$¨\nQÎêBT¢Pˆ¾Ø/ÄÄ±\r_…Ø}B\\.Iˆ›z-Ä\'V\n	‰_…$Ý!‰i!$Í\"…d§óB²ÔLH~R¿O	Y‚.!++\\ÈM¼&ä)\nùªBa‚™PÄnŠ/‡C–f…¡=„aaøJ¬ð\nÂHxu°Q­!ŒÉ«ÆâvÎ\n“«†„É/	S…©}×…ig\Z„×7O¯;U	o˜b„7soÛìfìfåé\n³Ù:Â3;aÎIyaNj¹0OFF˜OÓæß6æÿÞKšZ	ë«…÷çÄÂ\"å.añ¡ÂâòÂâúEa‰íŒ°¬-DX%jV©	kb±Âgog…µ+a}m›°¾×Vø|W°Ñåœ°iò°å¹¡°ÃŠ\"ìx$ì…/K}…/_;ö_¿™v?à{vê{½„½ßò…o-	öI„ƒ.Lá XC8£$%:?:m~”Þ~ü÷Fø©ì–plÄR8ÞZ _Ú-œrÙ$œº\"üÚ‘(üæÖ*üû(üþüpöŒ“pvñ”ð‡ÉŠð‡w ðÇi±pî ‘pÞp\\ø+/ü}*üÝ­$ü£rQø‡µ,\\šHþM~#\\Eí®…¯×¿©	ÿ}=*ÚÔ–\"R85.RøðP¤0ñN¤xð‹H1%V¤X1\'R:)RÂ¶Š”Ê“DJß¶Š”~m©Œm5\0‰¶;‹¶ßžmO©ú5‹TË>Štˆ_E:¼\"|¢hÇŽ¢«‘¾s¡È€Ë¬=Zë‰Œ{~ˆL;ŠÌ¯Í‰v\r\Z‰,ŽÇ‰,-\"‹ÌN‘Å\"+;]‘UHdµ²[d\r‰l|­D6,‘mXd»,Ú;¼Kdo4.²¾YdÿöhC¿è@e¨èà¸èPìªèÐã}¢ÃŠË¢Ã¨‹¢Ãñ¢£ìiÑÑ¡\0‘sõ?Ñ1ÉˆÈUy§È5&Räæè&r‡¾¹çÕŠ<’@\"Ïs¢“ÞÕ¢“cY\"êf‘Ï?„è”o˜èôþ>Ñu¬èlï_‘¦HäßùMtN½JtÁ|Ct©ò®èÒÂCQ°,J\\š-\n~Å]îQ]þ¬.ÈŠE@ùr°f›d¼GŠk\ZšD`/Œê».‚*Áš/‹àº]\"Ä9R.S„Ì¿*BGD‹Tîíá”«ˆˆŠëªD”Ø&%=CDë.ÑæˆØ›\\Eì6W%EÄñFDü”Û\"¡Š•HÄC‹ÄÎ\"‰ß‘dÖUeX%ºz5PSzKê)Jðú J²°%WˆR.NˆR³/‹R»Ei©OEi?zE73o‹nV-‹n>Ý¶6¥me´ÀEwŽÊˆî”lå4Šî¤‰\nŠï‰î_ÎÝ/\r¹TŠŠ;ÿˆJ–è¢RÜWQù•K¢ò;‹¢‡«f¢\nž·¨âævQE^T1þ@Tñó¨è±òÑã¬eÑ“×EO.Ý=Ý|Zô´!ªæ DÏ^Dõu1¢ç2¢÷?¢¦$yQÓ¢³¨E­OÔ¢_&j]:\"êP<&ê¸,ê½äŠ^‰^PE¯~w‰^ËrD¯\nD=ƒE}‡wŠÞ)Èˆ†>Þœ6„%ˆFb¢÷$SÑÇÃò¢ç¾‹>>Í}!¾ëõŠÆÍ¡¢ñ¸hüÝ’hâÒ1Ñ%šš}“×}³i}+< šNˆ¾«qE³†)¢Ù¿í¢Ÿâ4ÑÏW¢Ÿk¢_*\n¢_GzD&äDË¶OD+÷¡¢•…*ÑßÃk¢¿G>Šþ†­‹þÞç‰V¢Õ…vÑZÜœhmH Zû6&Zg¾­¾&Þä.Þ´lü¿P±\\ðm±\\s§Xî}¶X¾¨L¬ P¬Dˆ•âw‰·’‰·ßƒŠÕIbM/±fYƒX+²X¬u,Ö.4ë¨¿ë–ÓÅz’bý¸Ø(¸Zlª©.6M‰M¯cÅ¦E†b3{%ñ®!b‹ÒN±Å‹U±å·Uñn%w±Õ+¡xOA†Ø¦PFl33(¶MñÛÞtïU-ïÅµˆ÷\nRÅö~–bûÂ±ƒê˜xÿïKâƒuwÄßÍ‹ü?•y–+v\nÚ#vúõS|ô`ŽøèE±3$Jì’ôYìšf*v­[»Ö§‰Oì–ˆ=vË‹=¾‰Ä^nb¯ïÛÅÞ°bï»hñIÒW±ïößâS‘Dñ©fSñé©>ñ™]»Åþ®ˆý	½âsšæâ‹ì^ñÅ¡qàÔqá³8(í°8øG8{UDŽ‰ÁÆ…b°¯¦ü‡/†TÄP\\†\Z?+†tÃ:¾‹asnbÔfŽEº%F+÷‰ÑGÄ˜i¡ë¼\"Æ\rÄ‰	A¿ÅÌM1¡(&++‹ÉÝþbÊíy1õÄq1Í²]LË}+¦k.‹™~›Äì@k1û÷W1çð€˜sO]Ìëjó>6ˆ…Û¾Š…¼XØ.¶¿»¿ˆÅ½Íb‰-q-‡^ê‡æ•‹Ã¶ñÅ‘{µÄQ•×ÅWÈÄW»—Åq‡_‰ã\ZÊÅ	MHqR„¥8ÅÒSœÚY\'¾¦§ø¿ò‚5ÅiÿŽ‹¯\rß>ß²§Ë[ŠÓz‹3ÿ·Ò+Î6sgÛú‰³{~‹sFNŠsþåŠsµtÅy²qQº¢¸Øz^\\|Ü[\\\\9(.‘&ŠK¢Ï‰+ßŠ> ®bÑÄ5ä/âgÔ›â:q}Í7qý¿5ñóáBqƒ§¸ÉeUÜ´b/nñŠ·Ò â¶cÄmL°¸íÁq‡s£¸#PGÜ‘ ¿„üwÿ_s½—~‰{[Ä}Î¦â·¼{â·W¿‹ß–ðÅï¶¿CMˆû¿ˆûgÄC‰}â¡ÔLñðÑ\'âÑ\"¬øƒâ!ñª¹øã\nDüÙ’+þâ:,žèþ)ž\\pO…ž›¾(ž>µ$ž¾rVüý«—xflV<{&K<›¨*þ]\"þ­&žk}!žkgˆç]ƒÄ¿Ò6‹JÅ+ñïúŸâ?˜qñ’i©x9\'PüW§\\¼ö+^ÏSo\\&ˆÿ­8I6ŸIä¯œ(éì“(Q†$*Vé•/9’­›¸’­öG$[Cä%Û~Ü“lŸú ÑØ-Ñ¾rI¢ý8W¢ÝwO¢cóU¢s\"Ñ™É”ì°Ú)ÑåJôP};¡D%1ôxý¿a‰Q5Obôf‡ÄhÄSb4.1–Ñ’c{%ÆBˆÄä…ÄdÈ[b®úGb8,Ù5}VbaÜ.Ùm‰“Xµí–ØhÃ%6ˆ‰Í»í[3‰íâ‰ÞMÉ^u/ÉÞÆU‰½Rbº\\²_÷ ä\0¤KrdjFâl}Fâ¢Z$qóH–¸“¸_	‘x\Z`$žÞß%ž>‰çÙ,‰çu˜ÄëT·Äë‘äTÚu‰ßü1‰ÿ19‰ÿ×DIÀ)‚äü^ÉùÔ×’ÞÝ’Ó?%¬${ÞK‚\\ÞH‚.«H\0Æ‰ÐŽ?ó ‘+\'A)ü•`2_J°þ|	Ž—n%dð\'	e.¡ïÛ.¡7p%ôn˜„ùXÆÖ¿]vŒ¶„+a¯>–pìH¸rQ^¼¬„á›D\0\0IšD y-Ô„ID7$âðU‰ääœ$dO®î+‰èž•\\i\r“Dm•Äé<•ÄDHâ¤G%qubI¢º±$yGª$u~«äÚ‹³’ëâ_’$7»F%é“IÆËnI¶$SrgAM’Kä.“ì™”89H\n¾K\næI\nš%…§’ûF$÷Ú%”l$Å²I±÷gIY+ER¾Ž“<¤£%76IªÖIê\'$õ{Ò$õy’†«0IcÂIcý¢äÅÎ%É‹â³’¦3O%Mçð’¦ZwIÓœ¼¤Y÷²¤%#i•½+iS5´9B%í~\'$/îK^}“t\'VHÞlz#é)¾\"é)é—¼¼û´(pcH¨\'%ƒ¾	’!%¡d84F2‡”¼¿h!ùàT$ùügT2&|!Ž|¡|”|)˜“|5”Œ»|”Œ‹«$“v.’o*’ï~hÉw‘ždFÿ¨d¦é³dæm—dVédÖý˜ä‡ÁnÉËxÉ³Ã’Ÿx’ùë’_;e$¿z’?ýY’Åb¨d	8/YJáI–%‡$ËîHÖ”~IÖŽVKÖ®¤JÖ¾€$kS.’ž%ÿ€cR™iÒM¢ãRYA Tö³†TÑ÷¼Tñ¥TIó¶t³u¶T…c-UiL‘nßã&UßÇ”ªÿº\"ÕðâJ5ò¬¥Z·¤Úo¥:¼T÷{ŒT/IWª/{Nª¯Qªú…TÿÃ¢t§›±Ô$2SºkÇ€Ôrï©å•yén9©ÕU®tÏþ$©õ.€Ô¦p\\j—= u˜aJ÷¹·K÷çÌI|Ž‘ÔÌ’r•:¡b¤G¹£Òc®SÒcÙ\rR‡n©›Û€ôx‹‘ôÄé‰•íRÏÒF©Wû{©·\\½ôdVžÔw£RzÊ JzŠ¿Gzú°«ôLàMé¹í·¥çü®IÏ—â¥ç¿ûK/{K/Ù–J/5ï•ÍJ»‚¤\0{)ÈcJ\nB5KAÒ3RXÆ n~VŠä	¤È÷O¥¨fÐ/E?	”båRl¼¯ûÄHJPt•Ï–’”ˆR’Šƒ”luPJþQ*%ÿ©“Rjj¤L)sÔCÊÒ¬“²,Ã¤\\°‚”ûø÷Í…÷\0<”É*QFI¢’\"Y™©ˆDf!QôÝ{ï½GeSv	%£ˆ†\n!‰ŒH‘øÿÎÿÅç</î9÷Ü{ŸçÜñæ²sÛ9{³\09_U\0·ýØ€;=–€\\Ø{@nã}@îäK@žY4 /np÷\0X¿\0(¾\0r³ÀÉ\0¸î8\0¶ó\0ÙÐ@¾ó ¦1\0L¥\0k˜Àïñ©\0âŸÛ\0Òé>\0é~5€R1 \\\00ÚØq‘\0n¼€û¥À$0\0Bd@bä\n\\ßàÎ\0¤_\Z\0ò®\"À½ˆ4À=ô5@á–\"@áÝÇ€\"ŒPô¨\nPì,”¼×”n¿(Ýã\r(½Ð(ãï”3\r\0JV½Š€JMg@åT7 ªò: v½:àñ>(àÉb0àic	 !¬ÐLá^¤F:N‹‘ÿÅ\'|@g¢\Z §\0è2E\0Þ;x{u\'à-FðîÔ$ Çoàƒaà£ÉNÀGšàSï3@oØ< ŸvÐ_­\n¨»hkŽÄ\0†PHÀ°ì:`¸Ã0<‘øR7q:©{Ó•\0¾^ù	˜ØLÞñL2\'Sû/¦×»¦¹\0scJÿÙø¹íàçòà·J?à÷§+€åï§\0·]\0¬V\0V/ø×ý¼T¸T\"ûüw\"i7_n8x¸á¤¸ÕÜ¤^T1÷n>éÜ\\3TÕúTMüT³¿ÜÂÈª_¤\0Õóf€[cÿÅ·v}jujm—·w8ïîp9ÔƒÓz/€;Ÿ\0\Zvvƒ€FK%@ã¿YÀ½þ±ÀýçýÇc€ñÀ/@ÀƒÐíÀC OÀÃnê@«w½À#õ§ÖNm@C{à±.ÐÎ¨xü¨Ð‘Ü<ctÖÆ\0Y‰ÀS¸õ@wÐc Gæcà™ðcÀ3Ÿo½¶…ýê]g·ÆÏê¶ý5—€þI§ÁúŠÀÐ¹MÀóëÛç±¯€·\Z/6^lÜ¼ØŸ»é[ý‡Ã+ŠáN/‘ÀÈ/`”S:0êço`´Û0º¥c Œñ,Æd¯nf¯†Ÿ^¥k¯>˜^}çŒÆáÜ€	Ñ0`\"î>ðºcðúIàõ‚?Àä)0eL[ïL‹Ú	LßÕÌ(ÿÌ–\03ŸìÞÄ[o\n;€Ù¯Þs^›oW2€y÷³€wl€\0P(°l\0zÖ\0AÇs èX ˆ§ºÁCOàÅE ÌþÆrÂ­lð²k@xˆxÈ\"A\r@Tˆ^Mâ­½D-K ñ0H¼®\r$b¬Äg…@*h:¶ÈŠk²À@à%žänœrmš\\/)÷äù&€‚Ãö@Á‡—@ñ:)P|’×ä%Àn tÏ& L«(;:¼oh\n|p­\nXüæ+°d—3°¤ó?K§¥5ÆÀG·ì–‰ÀjÏ£ÀZõ»ÀÚ“Dàco!ðé¦EàÓ}FÀ§âÏÀ§ÍO¿çk{€ÏÂ¹ÀçÏpÀfÜàg\'`+ÊørÇuàK<ðå“H`\'ä%°så9ðõý`Wù\Z°kp°û{<°{Éøfã°gÓIàGÇàç 9à\0)øE¿\Zø%ñ9ðËpd›\'päöuàØÖRàö7p¬ò-ðkágàø†TàøÖpà·Ôyà788¡ÉN|Ê~ßhœ¬Ûœ:N=oþXZNïƒgþ¨n^þœ{œ?#Î|€ó÷¢€úë¿zÜ€‹ÍÀ?!*À•-	À³»À5K{àÚ¿Û …áXÒý2Ð_hCïeòIC2Ô´ÉD´É¤’9ÚÜv¤ŠÜ\0R3ºRË©Uw€Ôyê õšxzûIÐVÞ†>¤9Òx\nÒŒíiõR@ÚÿA:>n¢¤Ûã	Ú¡ÿ¤oÒû\nÚu`dXºdÔÏÃ˜ ãÆXÉúDÉ©ß )Èä_$ho‹>ÈôüwÐ¾<YåIÐþ·Pyá:EtÐ›\r²4YiYmý²z´dµÐ:šö\ntôæg:ÈÎGdÿ=t¼Kä 4¹¢€Ü ¡ ·_gA§µA—·<¯öƒ¼x /ÿ\nW°ÈûI5ÈçhÈwý(×\nÞ>u\0§€‚Ü|AAµ\Z à¸÷ Ð7pPèr$è|³èüäÐ…gëAa»®€ÂÐ@á›‹Aá¥ PÄ)(Ê\rºâêŠVPEÿŠ¹šºjºÚÕŠ–þþ\0%ªÔ€7ËAIÖW@)0PÊµû Ü%PŠ`”ò\n\0J=z\rtcö,(ý“3(£å1(£/\Z”É‰Ý|å8oå\\òÝYôå™-‚\0×Y Às+Ðjè¡>½‚ðgA°Ç@°¼¦„¬5aŽaò@Ø‚^nü/ˆr@DµÜ¢–ú‚h]AÌa\0ˆ]â0I þsŸÆñCABµa(#$úö$6P\0É6s@r¢”ßS\r*(oV:‚\nAÅ§·‚Jé‘ 2D¨¼ª\Zôð¢5èaòKÐ#`?¨úÄOPmØ)P-OÔˆÜ\rz¶¯ôì|¨àz¡\nz!¯½([j_+uün½·2õDá@ÏYz¸ ¾öP¿àèsnhà4—ú²ÿ<hd/\n4º\Z-þúj{ô\rõ4ñð0h¢þ(h¢54ùÂ4ålú±}4}ïhÆ¥4{:\04\'ºú=ÓúÃÎýµŸ¯Ë1¯#ž¯üVM	V}º¼Åô X3È¬™´¬­T\rÖñðë$ÈÁ:·ÁÛŒ[ÁÛ[‚·}[\0o/\n\0ë À>`ƒþ°×l|´l¸¼û\Z\Z¼û¶¼ûîðž+OÀ{füÁ&\nAàý¿Ä`‹“‹`‹q{ð+ÑàÃÞ÷ÀVwìÁÖ/ð`[Ãn°mþØ¶çØ.¦||Ã=ðqÀð‰gB°Ã•B°Cì81\0>iH;m€O	a`×Ü`7Ü[°{ì2ØÃñ;Øã¹2øÌ­`¯¼X°×ØçRØ×5ìK*û> ‚ÏºýïÌ‚ý\'ýÀAY­à Ê^pÐh\n8ä}	84oæ—/UGz\0Á—ÝÏ‚£ü€cN×€cðŽàXo*8ŽœŽßF\'Zÿ\0\'¹~_kf“—>ƒSÀi§dà4ºøQ¾ñCœ~ë\n8£J|óú8ûø?ðí”mà\\ä,8·¹|w~+.VBÀ 08é^CgÀÐ|º\n†®€QGö‚QÖ3`Ô}F×;ƒ±s¯Àø©0áZ,˜ä’&[ºÉýù`Šg\Z˜Âü¦ê2À´²«`úÙ=`:¨\ZÌØªæ˜Þ\0sÌ­ÀÜí`þžÿ°¸`AXêi\0–-%ƒåjnà{­ÿÀ÷Ÿ®ç[<nH:lÑÁe©Ñà²[Àå*ãà‡yàG_<ÀŠTp…h\0\\|\\åHWÇ¶‚«§!àÇ8øi$üT¾\0n²xn: \0?Ù›­€›¡`p3³\0ÜúTÜú\rnËk\0¿”ß¿RQ\0w<ŒwÌ@ÁZ»À:Aà×IÁo5î€?x‰Áà[ÁáàOÊ‘à>x\n¸OîWX÷«½\\º¸¹<Øz³üåüxd3<¢-`mÁ£›æÁ£È.ðØkx\\Cžˆ_Or.ƒ\'_÷ƒlO÷zƒgçÀ³ƒÁ³á¹àYÑ9ðÏxíž¯:þ¥öü‹Ûþ•/Æi€ß€€—×šÁ‰Ÿ!ëÞBL$E…yˆ\"»¢XÅƒ¬?ÙÙ0i	Q¶üÙœ‰‚l®ÜQcMC¶ƒ¨›}„¨\'/AÔÅ`ÈÖw‹õÍ;úM±2D»õ;DÇ±¢Ë¼Ñ[?Ñ3¨…è<ÑwÉ„èÇ÷CÒu †»V {¶®ƒìé†ALœÜ {¿CLï-Böm?	1GC,^¾‚ú±Ü\0XöGAÏ¸C¬6‡=9Z=±nQØ$)AlC- ¶‚ˆ}êäxÚÈ‰Gg!Î÷j!n{÷Ð\Zˆ{=Ä#|\0â«œ±CÎt‡AÎLtB¼lý ^¨ï’\"ˆFña©@|3Œ!þ•HÀ›\\Hà^2$å	Ê)†\\2Žƒ\\JC.ýˆ‡DôI!‘_k —Í?C®„´@¢;-!qkF„¨0HÂ•„kº¤%9äZözÈµŠyÈuƒqÈuHZÕ6È !äß\n’	¥C2r 7ã!YÕ Y3¾ìŠ­ÜqHNk8äv«äv?rg;\n’«ý’ëáÉ-yÉÛ¦ÉC¿‡\0N@€£µ	ˆ…@È`Ú²ÿlA;¿†`eìïsüÞ!xôCˆ#ñç(„Tl!7@¨\nKªA,„úL¡yåAh‘§ tÅ!ãøOƒrÂj~	aßAØ	›áÈÎA8£ ¼*DÀ^„ˆ´f \"§\Zˆ42\"ýû\"3¼	‘¿¿¹y°‚äÇ# ù=Ç!ED1¤Øã¤dRš¶RfyòÈXyÄ6‚Ôl€Ô¼þ©µ÷„ÔÒ#!µ\r>Ú	\n¤®Íò¸½òÄi¼x\nÒ”V	yŽR€¼°I‡´èXAZW!­Ïÿ@Z;ï@^í\'A^‰{ ]ÒHW/ò¾ò.éan„|jS€|ú—	éÕ£@z}4 ½OAúŒ!>Ÿ\\H_Ò÷°Òÿ¹2ÐU	Úù2Ô‘Noƒ|9/†L\n=!“ß“ ?´: ?B.@f~êCæš s«\"ÈOßMŸ³My[mÈüê\"ä¹ò;y/äwýmÈŸá“¥œåõé¿‰q¿?r ÿ¢ã!«>dÍï\nTqÝ/èúJuèFÙT…PU[‡ª­O€ªáyÐ-™¡êG@Õkc š‰»¡Ú\ZÙPm-$T»›Õ£A·íQ€n÷ªëñºã—1T_å\"t§itç›«Ð]°H¨Ab	Ô5Ù59„špwB÷†ºAM< ¦Øè¾£ýÐýÖ¨…Å9¨-jÑ„8~zðÌ=è!×è!¿è¡ô°=jEp‚ZÑs GlÐ£»ÁPë‡-Pëo‹PëßP³dè±ŸiP;‹7P;Ú Ô~½7Ôa—Ô!,	êÒ	u½:Uü†:o>uÖºu=¼\nuvºÆ»C]‹í §ÍÏAOúuÛauÿ¨õèð†zn|õT#BÏ°”¡Þ±\'¡¾ãP¿´CP?.êW‚ú;›@dnÐ½%ÐsÚ=Ðs¦ ç¯CÃ´·@ÃA/]J„^þ¯¿(Âôªçwhç-4!šMò¹Mú~z]óôz4š¢?Mõ.‚¦~r¦¶Coøj@3R´ ™è[Ð›\'b Y[j¡·.ÿ…ÞÊþÍy¿½½;8¹iAAÐýPp\nIj†Âö¸Aaÿ­ÂÎŠl‚bÝ ø+PBå(Ù¥ì¿¥âZ¡Ô·:Pê´.”32\\‚²¶œ…²t‹¡¬?@(§ŽåŒß€r÷ƒ <ãÝPI*Ô«ƒ\nr¨èüO¨x*\r*Q*‡JnhA¥oiP9¦zòšÿð.´È´Z\Zâ-}m\r}¸±úùZáµ­ÒC«2hU´Z+	Z£­=±­å` uÆþÐÇˆFèã5ôÉ–×Ð\'ÕóÐ\'Ÿ„ÐúŽ&èÓsÐFm´ÑB\0m\\†>ƒv@Ÿ¯Ù@[´|þÛZò -áÊÐVy\r´µ4Ú:½Úº²Úö4ÚÖ\rmÿ=}9å}µ}ô•Xí8ß\r}gÇ‡öÄ_‚ödí€~ò…~jÿ\ní½ªˆ{\r<²:¤¡bÜ‚cœ Ãow@G #ÔqèˆÜ:\Zh\r6‚Ž.ˆ¡ceèX	ú5ì1tb:y\r–XBgbÿBçžüƒÎ\rúB‡zB÷çC¯e@—f=¡+ìèZ]t­c¦àµ¦t¦¦ä¥[¯[¯w¶¡òlcžl#s¶iï\'˜JÆ^Øæ¶C°Í+Ñ0ÕÍÙ0µm/`jÏ˜0µæqØ–d0lK)¶åñL=U¦Nø	Ó¹“ÓU˜‚í?†í(ýÛ1>3°+‡”‰a{¶mƒí!a&Ž\n0ÓÛª°}sÞ0ó×aæG)0ó¤6˜ù5Öêaæ™°ƒì`ï,ìÐ,vh%vX³bÜ‡Y\'ž€s0„ÙÉôaö7ra\'ŽÖÁ×;ÀS’aNÞoa§.`®û^ÂÎ$ÀÎ|€yÿ€ùÁ^ÀÓaA™s° Âß°`x=ì§Z5;·vA¡Þ4‹Â\"k\'aÑ‚û°˜M—`16°« X¬ž,Ž¬‹+³…ÅUƒ`q³XXüíyXüüCXü²–(#À’´W`I§$°¤n ,Õ –ÞËðYƒeÔÃa7eÊ°¬æ°¬\n°¬4,;B–³§–û­\r YÁ gÿÂà¿œ`G-‚G†!¦Òa¨Ï.0Ô÷<ú…gëÃe*Ãùça„ïa0Â?%	óFVq†‘“nÀÈ9ëaäú9%­FÛêclûcÖÁÜ\Z£WÆ¤jÂXçô`ìÄ{0öws×¸\rÆÅ»ÁxË0¾FŒ¯c” `‚Þs0Ár/L¨u&šòƒIF00iuL¶îLæ‹†É¿¿„ÝS^†Ý×K„å¿†å;}‚Ø‡Ã\nŸ„ÀÊæFa­íaðŠ°\n7eXÕ§°\Zã.X]úì1«ð\0Ö±\rÖ‹5åNÂš RØ3»nØss¬Ù~¬ù6Ö<À‚½TÛ	{io{y/Ö1ôÖ½û ì\r{7ì½#ö>ÙÖS…}¨~ûèÙ\nû¤ë³,‡}Þ¾ûœs6|çlTý\'lì_8l|ËOØÄl2·6•7\0û!‚Â¦wöÃf\\½`3ÐjØì‚lNÙös°\r¶`„ýzq\Z¶xV\röÛ0öûÝiØß;•°•OØ¿ðØZyl­¡¾ÎX¾Îw®”_?·WÞlßDÝßrá\\s\n×\\›k9	×5+ƒë†[ÃwœŠëûÞ…ï¼ü\nnà’74Á6$Á<á»ìà»ƒlá{Á÷Ž\\†›*äÀ÷Ål‚ïk„›=?7ë¿\r7ÇSáÞXÂÌÀrÓá‡íßÀÇ_„îÌ‚~í·²=·šØ?²ñÜZ¬·±º?Vè·k·àöáö³pG|¸Óö¸S×9¸{èÜ½·îvîâ÷¦nûì„Á}ŽƒûdNÀÏ¾«‚Œà:wáA™ð/<ôˆüB1~‘•¿X2\0¿Øþvþ\r<,Ú	¾á<ê@&üÊ‚üjå	xÂaøµ£wàÉz?à)Ë%ð4<ÍožÞË…g¾Û¿‰u‡gù^…ßò¾\0ÏfKàÙ÷¢à·sZà¹wxî½+ð<àcøÝÑT8€¸¦çÀÁ›/ÃÁ¿OÁa!¿àˆÝ 8òcù¹ŽŽ”ÃÑûà»$8v÷—¿ÇGßƒã±pü»8ñ»N:…‡“xFpÒ\0N±j€3úMà¼02\\&†çðpá¯¸9\0—Ø…Âå×Ãå,c¸\\Ôðkž¯ÏgÁllá\ZàÅ9ðâÅ‹ðv:¼äW¼œû^yå¼Zt^ã¾þ8÷!¼^ÑþôÞDX‚7ßø19\no9†·ÜÂÛ\Z’àíf¯á/W‡á]åŸáÝOÀß8¡áoÊŠào¾úÂßÞ Ãß‰*áïšóà=›à÷§Á?Ê,á½u.ð¾<|¨é(|Ø‘ÁG~^~ì„½Úÿúù>|ü÷\Züûávøä>*|òÄIøT±\'|Z÷|f8>³z>{p>ZÿÔÞÿ¹Í¾ÐÿþËö ü÷ÕpøŸÿêjyŽXwt¡£ƒPÔPG(:ÿF(ûë/è!ÖßqBl¸hƒØKA¨¢n\"Ô0ëê’ê\Zl\'„&Ï¡ù1¡£ŠBl{ÐƒØlØÞ|¡‹©@è™L!ôÂ¢zá—úŠ½ˆ›¿!v¹|Bì’ú!v5Ô#œ¥ƒªX„¡õn„q¯=ÂxB±\'ª\0±‡…0¹‰Cì­|Š0µ³A˜½º…Ø½0_~ˆ°p!È¶ ,mHˆÃjIˆÃZQˆ#O ŽÕ#Ž6W#¬DXƒÍÖDmÄ‰ó¯‘ïØ\rÇç›\'K„\'Ÿi„óñ)„ë)g„kN\nât;áyÕqÆŠ8Bxéó¾„oñv„ïoâ¬ë#„ÿ¶mˆ€•*Dàa.\"ðèIDÕuDPÑDpX\"D#q.¾ªÃ@„æB„Né .ToE\\¼ÌD\\”Ba^îˆ0Œ\0V¾¾‰Ž?¨„¸ôŠˆóBÄœˆCÄÄX#®žCÄîIEÄEä âòñç‰f¦ˆDï.DâØiDe\nqÝ§\Z‘¼g‘²%‘–ŸHç#Òáˆ×qDF‘qî\n\"³L\rqÓø=â&Ã‘å¿\r‘u7qËè<\"ç‘ëÁFäY_BäáÍy#Eˆ»wS\Zw¹)`|xË­G€f#À×UPå«øn6q*:t?E\Z¬Dù_E8† òášÂ~m×]ðÁ<\\†`2¯#X§Ü¬È¿Nç?ƒn9ƒQâ7¦©š\ZBšHFHK¿!äž*ˆ{Â÷K:äºÒ…þIˆBˆ¢ðg.¢èñDÑ\ZQm„(~=(h#J~†!J!pDYœ&¢<¡\0Q^„xXp\nQyªñ˜¨ˆx\\vñø‡ñä…ñdrñTyÑx \rÑXõÑØHG4~‹E4å#š~; že Ïˆ™ˆf¬¢Õ|/¢íx¢ïŠè0m@tl@tß©Etã%ˆ·gôoI:ˆ·«Û=ûï!zJÃ=‹0ÄÄ‡ÈýˆOäˆ¾{0Ägß/ˆµeÄP1ŒYB¿@Œ(à£+)ˆ¯‰«ˆq³Ä¸Í/ÄxñÝ˜šÚø1¯ƒ˜=ÏEÌ>­AÌ]ôGÌGu#æë>!~M»#~;‡\"–Ô\r¿BÿìÿÂ%ˆÕ¿k_k—¦ë›AÈõÿôNœC*¯KAn<©ÚÕ†TÓEªM ·@Ï\"ÕUš‘ê«¡È­ŠÇÚ‘ÿé{†Ô1ÜŒÔDîÚ‹4LX‡4Œ!k#÷,@&t,Ò¤E†Ü»•€4Õ>Ž4o=Œ<”=Š<¢!DìDÕÐAZ«K6MµH»‡sHûÇ­Èã-¤ƒÐ\0éÔé¼%éª‘‚<­ì…ôÜX‚<ó\'éåB@zù˜!½þ.#½Ûb¾ûl‘¾l¤ïRò¬2°ñ2 €˜€!C£42ÈªäùµZüy~Â\ny1îòbV12ìãFä¥+áÈK·È…dÄìcd~Åg!¯_ ¯,9 czqs,dÂÃÈÄâTdÒyòÚÛ]Èë 3ÈdôdÊt62ug,25‹L»9ŽL+ù€¼!ý„¼ÑGf¾Ã#o\Z«\"³Ž¯Gf5^EÞN2AÞÙCæÞvGæ­—\"Y×@F†tDÂ˜û0Éc$Ü3‰Ø¹ŠDv ƒ‡‘H»)$2Ë‰f\\CâÜÕø¢5$át’Ðßƒ$•r‘ä[‘”½Û‘ÔkíHÚž$-î2’žc†dÔŒ#Ù9¯œo-H^æ’\'\rFò•l‘‚cP¤àf=R0y)ä>AŠ¿!Ep4R„»€—úÏ¤øÙ\"RÜ+FJ_BÊ©!eI±H/)ÿd‡¼’…|p|ù€xY°ï ²àT²\03„,h@!ViÈÂÈxdQ”YµYÌhE–hú ËvN Ë\"úrô‘•Y‘UI—‘U¿#«ÙÈêøÛÈj`²ºYçb‹¬cÆ#ãÞ#ëÐ\rcRdÓU&òYä-ä³ØNäóŸÏ]ÆÏA†È–Ó\rÈ¶›3Èvc)²}îò%Ôù\n’ì8òùZgò5¥ÙÅyˆìz†Ev+Bo«oÛ÷#ß,#ßýWóï±ÿï¿Ô!{î!ŸÈ?½çG}¯¿6\"‡¯nB~ÓóG~;=‹œXÜœÛOFþl& çgaÈÅçQÈ?-uÈ¥}zÈ¥?är–rùžò¯®\'òož*rmÄ¥´p¥KF©´Œ¢TMO¡TL¢TÏ5¢¶Â&Q[Ç`(Íõ(ÍûGQZ{!(­7j¨íÆê¨í=6(ÝÌÔŽÆÓ(ýÚ‹¨5Q†Žž(£ó(ã–Ý¨=!ŸQ{·P{ýÇQ{‡¬PûNÔ öÁ(3ÎÔ~{j?\Z„Ú?¶eáõ\Zu°î\0êà{M”åu\'”ÕøI”Õ¯c¨#]¨£s‘(k‹×(ë‹X”MñÔ±|”­ä/Ê¶a+ÊÞ;u|ãêDKêdÏ8Ê¹üêíÊåd-Êeà\0Ê^€rìD¹‡æ£ÜpPžF;Q^ÒV”ÏºeÔÙ-E¨³KÛPþê\\T@ÝTà>KTÐ5TPî8*Øä*Øâ	*ô4ºªŒ:¿í\nêBG,*lvuIŠ<úu%\0º\"Â b¼†PW3mPñûw âFÅ?Ç¡zè¨$ß«¨¤©0ÔuÇ¨äk9¨áWP7ù Ò_(¢2LÝQ™¯£2Ç\\QÙïä¨ùêÎùXÔDKÔÔ÷¨Ü_•¨¼m j€û @…\n(pôMx‚€‚Ö¿EA_¼DÁÓ¯¢†Ö(ä››(Ô¡z\Z;ƒÂJ®¢(Š(Ê\0E5¯D1zx(6¬Å1(@q‡Q¼à7(¾¡ŠO×E	­C	JQ\"ê$J¬ù%é{„’&ËQÒîë(i¿%J®[…ºç @Ý»ÔŒº¤„z@/BÎj¢Š¯:£JÖß@•Ø&£J7£Ê(¨²‰¨‡Ò\"Ô£çÖ¨J«Tåý2Tåt0ªÚ>UP€ªn\n@ÕlþŒz¼æˆz\".CÕ_”¡êãP\rðhTãu¨Æ‚xTc¡)ªyñêÅª¥ê\0ª-¨Õ¶üÕ€£^>Ë@u¸N :žŽ£:Ãß ^{½C½¾ê‹êÚÜˆêzöõænêíˆ\Zêƒg/êãû#¨PŸÏQ}.¢ú†D¨Å$ÔàV9ê\ZM[A?@M\0¯¢&Ý­Q“´¨©“Q¨©G\"ÔT×ÔŒÞ]ÔO·u¨yÒnÔÂòÔ/å=¨_y2Ôïº.Ô’ã\"jù°õwû>Ô_ôê/±µ²)µ²f‚Z[pE+½\\VúãÞ¨v½©U½iõ+zó™Iô–z,ZÝH	­î\\ƒVod£5ò\'Ñ\Z­hM.Z³É­ù‡ÖŽBkCþ µËÑÛb\0hÝÏÛÐ;ØôŽ9+´^­GïLÑEïR®GÄ§ \rÞ¾B¦8¡<&ÑFÉÊèÝ°rôž*Ú4Ñ½/1\r½o­m&¿ÞŸ2ˆ>h±mœ…¶zÞ‹¶î~‹>æFEû&C;¹¢Ž‰Ñ\'‡Ñ\'\'FÐN–QèSQ™h—KhWûçèÓ±R´›B?ÚýJ9Ú#ƒ>“·Šöª\ZB{—Ú£}Â•Ñ¾F.h¿´_Eú¬EÚ;\n~8ü$ú‹iªDŸ[Ú‰Ý;‚]>€¾`G_ˆ¢/Ä.£/,‡£/ú¨£/f[ Ã‚ûÐá6ýèK&èKtÄ¬ú²?}9²}¼}y©\0%¿ƒŽV¢cî ¯ê_F_-ÿ€ŽMy‚Ž]þ…ŽSÉDÇßA£¼¢M¾£¯]i@\';‹ÐÉÑGÑÉ×è”ßŽèÔÕ·è4ÿZtZE4:môúÆ±™Î8\Z†Î„}Fßt*Aß¤/£o>ƒ£oØ‚ÎþŠAçlÞmG-2Ð@K\ZÔœŽ§×¢ÁÜD4¤¿\rõDÃyûÐðÁ“hä•óhäíb4*–…FÕ—£Ñ‡£1Çþ¡1h¬ÝI4®YçžG“ ÉÆšh\n§\nMyæ‚¦Ã»Ð,æ{4ë¡Í¡ÙÐ\"4Gåšs±Í¹ì„æ½SCó·mG÷¡Å\'«ÑâR´xÄ-©*CK·¥ ¥/è{’Ð…ñ<t±]‚ÓC—m\0¢ËÐcèòMÛÐå{³ÐåfsèGûÌÑ×¬ÑÕÔ­èê\rtMÎ&tm]÷€~¢÷]ÜŽnÔÿÏÝ„”¡Ÿ%¾G?»æŽ~vg\0ý¬jÝ,UA7Û~a³	ýÂî!ºjnE,£Û¾ù¡;CÊÐ¯Ežèn¥{è7—Ñoµ&Ñï“éèžûèËèÞètÿñAô@—+zð\Z=TúýesúËîô÷ zÔ°	ýõª1z\\¯=î5ˆþ–ÄB­EOš|@Oþ´BO®ýCOÿ1FÏXŸEÏ¼T@ÏÆ;¢çŽ>AÿÜ?€^8ÔŽ^LE/DF¢ê?¡i,¢ÈÑ¿/rÐKž§ÑËÐ+ÌŒB«FáG6FIõ)f½i+fcÛfãH>f[ŠQŸÀ¨1ÎaÔ]‚1[Ûº1[»ï`4íµ0ZÇ£0Ú¯M1:3$Œ®fGðcŒ^¨5FÃfçæÌ®ð*Ì®›æ˜]ÌoãkÓµxÌ>Õ5ŒYE+Æ\\1s@Ð…±åc_>‹±jÚ‰9‚óÃéžÅX³Ék©;Æ¦Yc{¾c{cg2‡±_ù€9þ´ã °ã@ÒÀœLõÅœ:ºã:q½q»ŒqÏb<væ`<üV0çÊ0g¦·c¼æb|ž9`|ÿ`ü1þH_LÀP.&PÊÃ~ÈÃ7Ä:`‚7+cBÔ¯aBÞäcÎémÅ„2h˜ó\Z™˜m˜°ŽbLØŒ1æRm(&B©sÅý\n&zû2&v²Wµ“¸~&ñÓL’¡&¹ö&Åþ&õr&5I3z‰IÁ¤›—b2ô_c2ÕNb20™¥‡1·\0L¶6“üŠìÂ€íu1ñýÈß@Œ|)ÇÀ+|0ˆHrýI²?ƒuÄ`+ÞbðÜß¯\0C½ÅPoÕahézÉ)ã÷“.Ä°\ru0l®3†ÝqÃ5pÇð0B¦6FL+ÂHâf0ÒÁEŒl×1Ì½ì;˜û+É˜×®`0»1*˜‚\'LIº%¦´ð¦Ì.S®˜y´ÆTœ	ÂTÝ±ÂTï±ÁTw´cjå˜:ëÌSÏ˜§I˜æ3×1ÍUPÌ‹íS˜VÓLkûUL;ró’ôóJÙ\róêÝ#LG©¦s%Óå¡ƒéz^ŒéNÙ€é.À¼©ìÃ¼ë¾y7ß‹éyõó±¡óñ«¦·í¦o)Ó¡búÙ˜þÂM˜ÏC9˜¡ke˜/‰0#;ú0£s©˜¯¸\0Ì7Qfâ*3ñœƒùÖ†ùþë$fjƒ3u%3Å!a~q˜é«|ÌÌEgÌì9%ÌÜ˜.æ§v:æçí·˜Ÿ²k˜ùõÁ˜ynf^Á,½ƒù¥>†ùeIÄ,ÆOcþœ˜Ã,\raþ\Zc0³1+Gl0ÿ¢!˜ÿ”0kSë±ë¤G°\n¯±ŠÇwaCj±Š¿ža•Xï±ë=Æ°ëaÊØ\r]7±–Œ±*ûô°›]ÞcUÍ°ª\0K¬j­vËç¬vÌ6¬vö4VÇàV‡ð\r»-ív{ã7¬®5«ÍÂêö…cu¿ÅêåüÁêÁ¼±;öbwyÆ`wµÞÃ\Z<\nÆ\Zj¬`wÇ±{>~Äš„ë`M>·c÷.½Çîû¾k¦ï5{»€5ëßˆ5ÿ\\ƒ=tòöÉk™ë€µºñ{ôÝ4Ö–ÅÅÚßÃÚ>ÝƒµKðÆÚoHÄ¯lÃŸÕÆžðŸÁžHHÃžX)Ä:„™`À½XÇØT¬#A„u6vÆºŒbÝÎ„`Ý7(b=\rwc½zš±¾Ûª±¾?€Ø³NØ³Ø³E0¬ÿ±6lPÎlP›=6x¥šƒ\rac/Ìc/†$`Ã6bÃF»°aóÃØH˜*6rÞ{y]8öräyl”Ézl¶]×nžÇÆðf°±´_Ø$[lù)6i®{í¼769$›üþ\"6ÍC{#ô&6C.ÀfZþÁfú¼ÅÞüh„Í\ZØŒ½•\0ÇÞúp{Ûê67¥›Ë\\ÃD:X ù{,ÐŽƒÕ{c![V±ðÉ`,bå7i#Â¢?þÄ¢®a±w%X\\Âa,xKðoÅ›\"°d;,§‹¥wÛ`Ä6,ãY–i£‡åÔ÷`yÚ\ZX¾çW¬ðXVxÝ+ü†•œY•©ïÆÊñŠØû»®bï?¨Ç>P_Æ>Y‡-;Š-[sÁ–ÛecfLbµïÆ>zS‡­TLÁVê.c«2ßa«ÖØj«ØšªÓØºbl]n¶{[‡»‰­{í€­›üŠ}üèöÉ»+ØúüØÆ3±1tlÓ¡\0l“¿öUˆ}6ªûßj‚°ÍEë±-©LlKÉlKË\n¶\rÞƒíÌÜ„}­í‰}·»ûžî‡ý°?ûQ•Žý(˜Æön-ÅöÝ)Æö}Ç~æGacG±ÃúJØ‘ïç±£û/üÿÛÒÑ¿&Ø±s<ìX”-v\nfý±c\'v&É\0;Ÿö»P7‰ý¼…ý•c×)a—–³±Ë{Ò±Ûž`ÿ¾ÍÇþíÅb×Š­p\nÐœB§xðnÃÓ)œ²qnãÈKœŠh	§ºŒS]Å©mDáÔ÷¨áÔOòqê^Ù8Ëe8ÍS•8Ío¿pZSqZŸátò¿â¶õÕãô¶›ãôŒšqú¾Q¸]±,œÁvœG6ÎæŒ3ÖÃöãŒoæâv;îÆí)˜Äí=‘„ÛÛÝŠ3M:‰Û§e‚ÛÏú†37z3>Œ;hÿw=‚;d>ˆ;ä3‹;ÏÃ.½‡;ÂgâŽî°Æ=ôwÔ=\nw4«gÍ¸„³Ù`Œ³i³ÂÙ>yŠ³ýÃÙ­_‡³Ë§ãŽmÄ×Ç9&vág5qNâFÜ©G8×i=Üé}ïp§ãRpnºé8w§%œ{^,Î3ÔwæöAœWU7Îë÷Î¯ýî¬âœ?¿pî2.°f.È÷î\\¥%îü=î‚ö1ÜEv8.ìY!.¼¤þ‹_ÙŠ»Ô¾wµå‹»’ÿý ýlCÈÁÅÿÀ%Èsp	¯tqI÷®â®‘Fp×ñp×Ÿ qÉÆ÷q)jÞ¸ÔºÃ¸´+i¸ÌÆ¸›gšqY¸[{Þã²ÿ”árJ\Zp¹¿7âòVà\0Á…8P‚©À!z3pHÕXr÷6Êþ$=S„Ã?ã°Œ`.æWo‡ÃŸ¼‡#œnÅ¢}p„¯Î8¢¦ŽØž#îÂ‘>dàÈ´\ZÍÏG*ÀqŽã8D§§ÇK¿ŒãÃ±8Á]œÐûN(1Ä‰u…8ñ•w8™Hˆ“Ûpd®¸ÂX.®8ƒ„+qÁ•ÆÏàJ¿\rãSÂU4ká*õâ*ŸNãªµh¸š¨\\ô*®vë*®–ÆÕþcâê4p‡†pOþÚâê÷[àêo®âžú}Ä=MÀážþ½Žk‹Ä=;u÷‚ï†k¹Õ„k™ôÂµªìÀµ}îÅµÏp/]jq¯*nâ:®„à^WŒâ^ÿy‚ë2SÃuù9ãÞédàÞ?šÇ}¨Ã}Ü®‚ë5|‚ë-z‰ë£&áúÜgÔoÜ`+7`€&;â¾¤Šp#:0Ü˜l7îë+î[’?n¢…›¢Áýxq÷cÐ7]«›~v73›)TÅÍ†uâæ?\'á*Rq¿ö‘q¿Üªp¿~ôãýq¿Ç¸¸?\Z—pÄŽ¸?ËOqßiãVõàþýWËkùxÅÑ\rx¥/¼²“¯œßÈIÄ«¼†áU7^Ã«>lÁoùãƒWÙƒßš}¿•½Š×¼Ãk,Åkúãµ6ýÇä^ÛR¯\rú†×9„ÃëØÇãuÜ¼ñ:)VxL^§ê^·×¿ã\n~ç‘sxC½<¼áõ‡xÃŽh¼‘oœÖ7f=Ãïyk„7	ø€7¹¢‚7i¼7¥fâMkøxÓ§Õx3ìÞŒÁ›×ãþáá½³Â[^³Ä[¦qñ–€Rüaëx+ÍGxÛMÁxÛ6W¼=’…?Þ:Šw0ñÆ;DãaÛñ\'YâOÚUâO^ãvˆðN‹`¼ó;%ü©Àü)¤!ÞÅ&ïÚã†w«/Å{ýHÄ{›¬á}³âýž1ð~_?àAðA”ø \Z\\DÃ7}À·9áƒ¼Ç‡Oâ/®ÜÁ‡kèâÃµNáÃC\Zñ—ÎÁð—ÂZðEøH­=øHk|äá	|TŸ7þJS4þJ»\r/ÃÇD+â¯ºlÅ_}ÀÇ\"ãã›Uñ	wFñ	3­ø¤Û—ð×Õ¿áSµxøÌøÌ,w|¦¨	øKû>[«Ÿm¥‹ÏÎ\ZÀç¬ÿÏ©ãoÞÆß†·àï\\ØˆÏÝ]ŠÏ=\Z‡Ï3¾‰Ïó®Åç=¹Ž¿´÷µ¸û4©ÇƒN,à¡µúxØy\n¾çîOÃ#Nãëx”åC<:ä\0«s›`àñ¹Çñ„0žðÀOXÞ‚\'FåãIÌßxRÉ8ž¦7§÷ÚáÅ<cèžÙýÏÞÏŽœÀó7Ùã….^X<Œ—ü{‰—2÷á¥.xé„*^†\"âåkü}ä.|e_ðo3¾tý|yy4þaí!ü£4\"¾Âj_qã5¾2Í_¹v_ëþÿ¸!ÿäÿ4³\0ßpé\'¾éÿluÿ\\ù\Z¾Y/\0ÿâò3|Û›q|û°?þU®\r¾{÷Güæü›ûoñïð=ÎæøOá×ðŸªøøÞ½-øÏyçðŸçã‡ŽÑñCnñø¡E{üˆòüXæ ~Lþÿ•t?n\rÿ\r¸?ÑjƒŸ,º„Ÿ\n(ÂO•–àœ¶ÅÏ ~âgDßð³oBðst	~a‡þ—“7þ×ÝOøEJ	þ·Ÿ6~ÉØ¿ôYŒ_ÕÀãWO<Â¯^UÆ¯Ù„à×ü9Eš°þp6aý›vÂú©6Â&k!a<€°©âAµ–NPGÔBþ4®…4 —ZÇC	ZIš­\'Ý„mÝÂö§(Â;‚^ù1‚^ÍS‚þ¾J‚áÎUÂ˜°§6”`\"v$ìåö	¦ö½L0ûÉ\'Xì•,Î= XÀ+üç·	“î>¿G8d3I8l&\"~\'^~D8\"¦ŽÈj	6ç:	ÇTã¶6$‚ýÜyÂ	c	ÁüŸç#\'¼Á…¯Ip™œ\'¸Þu#¸ëÜÿ•<ÎBžéQ¯§.¨/Á–Ið-é!ø™¯§ÙBP™!˜ØJ~~‡ÜŸA}šG¸0ãF“áå@Bä›»„Ë;+	Wöµ¢›+	±Þ|B,Nˆ=#Äù1q.âÚ·*Ì‰£Ÿ×´š	ÉL!Y®@H¡¸RÛŸR?ÒìÓ4.!«~+á–ÂBÎŽaBŽØ‹ó¾ƒÓßF¸­Ø@ÈÝL¸ëõ\0ä\0ãà•Bp¦˜\0ÂNÀD˜ó\0ãPÍótˆ€Ó‰&à©h.#>VÈZ!²I W«( QeB@;ö€@+»K ¦è_ôÙW†ö\ni´•À2ÃØ}¶^ñ-¯Ä… ÈŽ\"HôxizAZœK¸·”D(ˆÈ#vrEn.„âN„â;Bié?Béç»„2½u„rÈVÂC#9á!šPÁŠ$Tv•#rBõ¹ÿDèªŸß TO>\'ÔuÜ„ºy,á‰‰áIA\0áI•/áÉp¡¡3‡ðœ\"!´0-—mùÛ	íÊê„WÿÍÿÕ¯jB‡Î,¡Sá+áõr2áÍd2áí™^ÂÛæDBŸ¡ŸJHW!æ8¾À®¾oFÌ¦	#w£9alw\náëÏÓ„ñÌ×„i„é§ú„<a†Ç%übGé£„?ù>„eÀá_\'”°6ó€¨ÀÐ&*ýc×Ò‰Ÿ—U¬+‰**D5ÇÝD5^¢\Z¦¸e’ETßŸDTg•ÕŸœ&jô²ˆ\ZKûˆZkG‰Úg†ˆº‡uCW‰º‰µD]¦„¨ûØ“¸CVJÔË½EÔßnLÜµñq—–qWÇc¢AÀs¢áœq÷ô¢ÉKÑtœhz}Ñ,äÑ,JÜÑFÜ¿¬O4Ç‰æÍáDó_§‰=\Zˆ‡<ž%Ú-¡‰–R_¢•ÁzâŠÑF™K´¥>#ÚMí•–‰Ç÷Ú{›·¼\":šM¬t‰ÎnÄS£ID—Ä&¢«Î¢kÞu¢kÉÑm}ÑÝ¯†èž{‡èÞqƒèqo?ñÌ¿!¢÷ÊÑ·µŒxö]ÑßîÑ?§ŽrÝ“2ŸI<÷A•ºÏš:­H<¯UO<oeA<_G\"^„ü%^¬zMë$F\\zKŒh\'FüI\'Fšm%FíþF¼² Æä—¯ŠŒˆW[¬ˆñ®Öû“8™Äk:RâµÕ(bÊÉ6âRb:ó1Ãö\01£é41ó°ñæEkâÍ´<âÍ)1+C¼õ·˜3ü™x»`˜x»k?ñö×Pâm«Ä;¹ÝÄ\\ßbÞñGÄ»N»‰w‡@DÀ¶l\"DÔA„Lì$B=íˆ0§;DñžÕDDð…Ddµ7ÙPJDN×ñZSDB´ˆH¨Y wI¹:Drl\"‘üv™H%Ø6·ˆÌÐDæ£&\"ó5ŠÈnÃ9z§‰Û,¢ÀC•(È#\nDÁ/¢ðâ¢ðkQr*‹(¹:G”fe»ŽïÝ$Þ“î!ÞwI$>íìˆ±Ä\nïÄŠebw±â‘”XQÕL¬Ü–A¬Dvkâ¾kÞÄ:£bÝ%±A©˜ØH\Z\'>×½N|ÞíAl6] ¶¨®[÷Q‰íN±ÄÎîjâkMñõÉvb×=-b×7Mb×Ô\Z±{:ñ¿&â[ø¶{ŠØÃ ~ºË%~zøØ·#‘Øç»ØWò…Øª…Ø¿2Jül£A0M%©¤Gì]ˆ£¾ÇêÿÇ§	ÄÉ€âÔñ‡Jq®pˆøs›q›LüUiFüõ;–¸Øˆ%þð%þF!ˆK[f‰Kv=Ä¥g†Ä¥•zâ2Î˜¸¼ìNü»CD\\±±\"®œ?FR8ØCRX­\')jPIŠ×ôHJ÷×“ÖGü$m8ªLÚp@Úx¿’´ñk*ióxIUèIR;H\'©¹þ\"mYì!©34Ô´|IÚ%‰¤j(Ò.6’d ®B28À$¥’Æ$$ÃÒ$ÃÊ$c5*Éøi	iwå$É$¶dË ™SH¦5ƒ$3{Él!›´÷QÒ~‡’ùá«$ó¦$ÔO’Å³aÒÕû¤ƒ9épØG’Õ¡\'¤#¸*ÒQ;\0é(õéèÓ$k¦Éz­Œd³³št,\\‡d«L$ÙÝ+\"/ûN:ñB@:y}žträ8éä´>É)8„äÌ:Hr.À\\£Ð$7m	É Ñå’|>†“|í¦H¾A$¿ÄÒÙÿÆì¿É‹ ðxÖŸœ¥E\nÑí!³#ïÊ&]àóHubHa]ÇHáìH— ú¤K²qRd§3)êí<)úŽ)ÆB…tÕ”FºzÌû0€÷·Ï<FJìßMJêºFºÆ~Dº^åIºþ\"•tý»*)y[)U?Œ”¶é\"éÆ …tò‰”Spžtû…/)oÛ0)/¤twýPï:	xê=	ˆùD&ßº“ ¾›Hp\Z	ýù	½œAÂVD“pUHøs½$R‰|»œDÝ!Ñjw‘èEõ$fH‰í§Db) qÍÆIü¬0’@ÿ*I2úš$µ“î¿xCzààM*\0·“\n]²HEëIÅöûH%°AR)ö2©lg\r©<WƒôHº‡T‘>Eª¬Ñ\"U/Iµ{žê>âH‘KD¤\'»ö’êö\Zp±¤ç¤çC‹¤–­¤¶ïn¤öƒLÒË\r¤—y»H#é¤®¯xR×ÂÒYÒ›Ò¤7\rëHoWHoO™Þe4Þõÿ%õôˆInŸ\'}²ˆ#}º®Kú$Ö%õÍ‘úko“>›<&\rl@‘Ü¯“d$Ò@¾6iÐaž4ˆ$\r[‘Fc£Hc‡\\Ic—©¤±¨tÒ×ºVÒøQ3Ò÷My¤Éê¤É~é‡§	i~GiþöižJZÐÞEZÈÜAú¥µ@ú§Cú·Mú7û´ºN…´–’NV^¤7ßÐ!«\Zü&«RDd5ŸOdˆdíò¶²&ò¶·7ÉºÓOÈ;Þ‘õ(d½N2YßÀ¬Î!ïÜ¦LÞùÏ“lŒµ&ï.³\"ïn‰&ïž’÷D:‘÷@pdTyïw-²é¡U²YmÙäB6oÞM¶x©E>øéÙRŠ%þÐK><ÒM>fÌ óV ƒ¾\"Ÿøpì˜‚ Ÿü1K>®@>E¼Avý½ƒìîÎ!»4ÈžËödÏÕïä3—³ÉÞ×È~¾ä³7ÉþÉþ_¡ä€\0%rÀður…*94 ”|þ@-ùBö&r˜	’6w“~<Ÿ\"_I›%ÇÔÈÉWþ‘¯h“c7G’cU·‘ã/‘ã5‚ÉñÑäxor|šœàEN,úLN¬É%_ÓÉ×ÊÔÉ×\'7““+ÉÉ}áä´H9c’œ!ß@ÎÊö#ßrª ßz½DÎŽ™%çj¸’ó4Î‘ïzfï¾{F¾û¾šPÙMT‘Md¸Íc2âØu2ÂmšŒ8·ƒŒä”ÑMÑdÌ‰çd\\¼#ŸK&˜yÉå¿Èä¶P2\r…$ÓO¾&ÓE}dúò%2C¿‰ÌT“™2ù’Ì\\) ³\\èd6&–Ì@‘¹_“ù±d~ó%2L˜ü$…6dIà^²ùˆ,yµ,õö$KÁádÙ›cd¹òùÞŒ”|ÿÉ%rþ.	9È™\\p°ž\\bG.¨›\'ªÉ…*äâàJrI›\\èG~ô¢‡\\ÔH®Ì\0“+{ÈU¿†ÉÕrMru£	ù	ežÜpá¹ñL6ù™rùy_\Z¹¹ÿ¹åòKrKž-¹6InÝúŽÜ ¿T©!¿<I~ëF~ùì ¹#ŸH~m3O~ÝO~“”C~gM~7»‰üs–üiÝ<ùSk¹÷E\n¹OINî[~HîM&úß&ë×“‡-Ç¶¶’¿qÔÈ!Óä‰\\4yâ—<u·üãGyúÎ(yúŒ<ûZ<¯Hþ…î /–Ç‘×ì\'ÿ™\0—òÉ¯j’Wÿ»9­{’JQ¨úAQ¤P”ÍQ”žzQ”¦wQÖ/P”-T)›º‚(*Kcµ“õCÊÖg7(\ZM\nm£ý”í(º;R(;¬Ð}»»”jó”S(»öøPçRŒR—(FäcãY>Åx‰N1±ÚM1»©@1››¦ì?{‰b±ö–b¹îÅòÂŠeÖ ÅëK9¼äL9j I9jiK±Ž0£XS’(6^(6uÝ›–iŠÍÚkŠmÅ;Šýš>å¸VÞÞPŽ¿L 8h>¦8NZPNJÜ)N\rÉçäuçw/)§ôvS\\6I).µ&”Óú¯(n0}Š{@åÌÍÊ™§¿)>‡ÎR|Î$S|ã(~¼‚ÿ´SÎÌ)g>Rƒ”ˆ8Jü8%4È†&ES\"´Ü)‘”ÈK…”È¤yJdûÊåñJŒJ7%ff€rÕ0ƒr5t’rõß(%ñÓyÊµçß(Éc”e“”ô3J:LI¿O§Ü„NRr¾øSnßí¥Ü÷£äkRî¦¨R\0²(\nÈ¦v5¦@lÇ(Ë]hØ7\nÌ“KAXSïM(È^O\nŠœ‚ùÞHÁ‹bT9…8=@¡èR(WŸP()\\\n51™BÛ~†B{™C¡_±£0T(ŒÛ_(Ê\nc5‰ÂŠ}IaoW§°¥ãö£\n\n{ŽNáî=DáW)ü7w(‚©QŠÐ¼‘\"$¢ˆöSÄá‡(â›(b€\"Ý=A‘:‘)ráMÊƒÕvJ¾á_JÁ„*¥p\ZI)ŠeQŠ±”R¼¥li˜RîëGy(³¥<\n8C©8hO©Ï¡T.n¥T·¸Qª‹)5&í”ÚêJÝÎ J]“\"å±½;åqê6Ê“„5J}ù]JÃyJSJ\n¥©¬„òŒïJy6²òÜJi%ó)m\Z”vw*ååÚMJGþ[J§n¥ÛÉòž¸ÒÓµBéYŒ¥|˜Í¢|\"\\¤|ZPz·‡SúvFPúh4Êç3»(Ÿ½I”ÁKŠ”ÁèUÊí<Ê—}½”/×Q¾LS(£çå”ÑÔxÊ×[§(ß {(ß\nÎQ¾ãæ)“Nµ”é]ï(3)sÊ|†ˆ²ÐZEùµâOù}W•ò»<„ògÓ)Ê’™*e‰OY\r¤¬½U¢*D7S–Ò©Š[†©ŠïT¥#Ô\rnÉÔh-ªÊVEªÊÁ\'ÔÍ\'û©›ßŸ nƒPU}U¨jÖû¨[§¨[dÔ­1¨š¥_©:-ç©:/ùÔí\nñÔí‡/S·çŸ¦êž>IÝÁw£ê5UPw*Ê©;oS©»ò¨†:›¨FÃcÔÝ1ç©{¾wS÷,¸S÷¬`¨{UvSÍÆvP-¨v§RíûHµÜ<O=L0¤öR­+Ì©6¯ÏSí6Š¨v~bª]\\ÕþØzêq\0õø³ªÃÎ?TG0ÕqNêd¿FuÞÈ¦ž‚Q]¾A¨®»nROo¥P=lÎP=\nÀT)Õ3ú\rÕgd/Õ·ÿ+ÕÏEõ[Š£ž\rM¢úëo¥ú{ž¦ú{R6¨P5Ô`Š\Z\\8L\r?L=b@=WM¡†-šQ/ms£Fì?ArøJ½¢rˆ\Z½S\Z£Ì§Æl£ÆÄPc¨q\nóÔøçÔûj¢õÚ.}j²ãajò;,5Õjœš:IM‹Ñ¦fôúS3¦OQ318j&§ˆš9ô–zóZ\n5K+†še\'¢f¡Ê©YâãÔ¬û§¨Y?6So=ñ§Þ\Z>M½µ¬EÍ~QMÍÓ, æ½ÇPïrs©àÓiT(a\n3]¡Â’Ò¨°ÛîTøå£TLÖe*¦ô»Í˜Š_J%Þ\Z¤û©dU\r*9všJ!p©T •ÂS™Ž*³g;••Kå #©\\\r8•ïuƒÊ÷£\nŽYR³O¨\"ÕhªØñUìT@•™;Påç;©÷œÔ©÷ÈËÔ‡?Qº]¨…7.RA¨EF¨Å»*©%òCÔÒµ,åµ\"5›Z•YI­ñ¼O­;G§Ö·í¡>½ØLmÀVS-P›’±Ôç3$js£µyRúÂ1ˆú\"²•ÚÒžOmSž¤¶/R;PáÔNÉKêëdSj—çgj×\0‡Úí‚¦¾3ï¦¾{¯Fý ùšúážúgFý‡ÚVOí›0¡~¶®§~Ž¦ªÚQw;Qû§¨Ã/ÅÔ/Ÿô¨£äêh[õ+ã7u[D$ÄQ§4îSl¸Iý1ÐIFm¥Î=ù@]¨1£.Þð¥þ&|¡þfþ£.¥•R—YG©ÕxÔ•åoÔ¢C´uš4EÒ$M)RHS]¤­o?FÛP˜NÛP¦OÛXð‹¶±î\rMåœ¦öÐ—¦VOÓØº@ÓŒÊ§iÊÓ4;‚iZl]šöàÚvÉš®`¶ccMïLM¿ì	m—m\rm<…fh”D3?¡í™ÙO3éô¢™âÂiûÓö½I¤™y*Òö7ž¥™i“•´a^´OWiã§i‡!HšÕÖ,šÕ¶c4«S4+*žfõï/Íæ›íUf«±f›=H³ûov4û}Ÿh\'¬ÑN’i\'þÝ£9ÚÐœƒ4ç¸{4çÜQš«­/ÍµñÍõµ1íôSÚiûÃ´Ó‘i§_inÊ­4w(Í}¶˜æQ³…æù£Œæ=±žæ·î<ÍoŒ@;{8™æÿ…Nì¦£ýh!–1´þZ¨ÊZèž\ZÚyÄ$íÂÖBÚ…„LÚÌOÚ…ºC´‹×kiC´‹Å9´°ZxÑ(-Bk’“üŽƒŠ Å|u¡ÅÞL Åœ¦Å­ý£Å Å÷i‰zwiIû¾Ò’Ü¬iIœO´¤\'\0Úµ¨M´k±Oh×Þ¬§¥ÔÞ¢¥^½JË@Ci™þ´,ÍDZv®-[ø†v»¨†vÚJËÝ‘JËÍ\\G»‹P¤Ý]ÆÐ@/­hÐìX\Z´»‹†H´¢!Ê7Ñƒ4\Z2œCC9í¢¡2hèÐ5\ZÖê\rçû€†·¢Òðø\\\ZÁ|7pèôRŸF-ž¥Ñˆ4º“„Æì;IãX~ q-h¼ÐXšð™&\\!Ñ$fÅ4ÙF!M¦¶‘V¤F+š\n¦•˜¦•ï¤•gÑiåeá´‡ªiljiUÞ+´*úñVûSö8áíñ°œÖ5OkLœ£5Žl¡51ôh-UbZk´­-É™ÖN9C{i£½,§½œßN{X¤u,o§u–Ñ^øÓ^Ÿ»I{})”öF;†öf8›öÑd•öÉCûÄ\\£}šÒúú}iýJã´!g(md´‚6û‹6Vz„6Ö}ƒöµ$–6^šIûöA›@®Ñ¾Ë´É\rÚÔU4íÇ<–6KT¡ÍJüh³ëhs\n´Ÿ\'hó%Ý´E÷TÚïâŸ´ßKiµ/ÒþêÐV^ÏÑþ-uÒV³šikWºhk] ÚÚL.}=ý	}Cƒ6}ÃŸ(úg,}kµ˜®qÍ€®©¿B×tH£ë ×Ñ·™î¤oW÷¤ëNºÐõìRé;\r=èFDSºqU}Ÿ{}¿ùú~Þ-ºEÒgº…´~0è4Ý’”F·:¹‘nõ ‹nó#”n§ŸJ·;¸“nWK·?XN·O¦Û3Ëé÷Ãè\'™wè\'§<è®ë€tWâOúé„9ºûÍEº;Ï‘î¡ZI?³ùÝ{Ã[ºÏØÝWqÝÏÕœ~6)ŸhÔFñ¢‡$NÓCFèçô¶ÐC/ï§_ÐT¤_8B8O;çMË¥‡·ÕÐ/]§GØdÓ//eÓ¯h>¡_	©¡_9WO¿òê5=öJ=îõEz¼u=r†ÿ[L¿]MO¶{NO¶o §è3é)ôI=¥ï5=õD\"ý¦Æ,ý¦®ý&ø6=ëÐFú-Ífú­ýöqeúíMúmI=W°@Þ£ƒÞ&Ñ!WéÐ•:GÇDÞ¢c™It.†N<ô“NŒÏ¦“6¥SCïÑi•¯éŒû\ntf¼¥¨OgoØFçøÓ9×*è ‰ÎÝîLçíÌ£óNÒù_åt{+]¸{]”TN—ìr¥KÉé2/Eº\\á-ýµ~_¡~ß|œ~?ªž¤çË›èùuÕô¢ƒ…ô\"˜\n½X=^â‘H/§—³–èS°ôÊïdzÕn%zUï?z]¶%ý‰â)úƒkô¦ý)ôçEôæTWzË®ôV=mzn½=!‚þj9ýgŠÞùƒGò•þúÜ½k/†þF¡‰þ6©þÎr†þÞp?ýã…yú§¯pzßFSúçSôÏ¥Xú€?}\0ÚEÖ[¥	ˆ¡×ÒGé#@úÈ/cúØfgúW­uô¯>íô	ý;h3ýGõúôðAúŒ‡	}æS4}ÎIŸûâIŸ[n¥Ïç/Ñ€ú¯§é¿C›é¿»{éKO¯Ñ—CèËUßè+¹púÊƒNú¿X}¿‹¾*ë ¯~ë£¯Î÷2@ †Â§†ÎØà\'cl¸u†¡¼û\0CyÐ“±‘2ÀØ”8ÌØôœÇØÜÅPµµ`¨ÈU‹¡fòŒ¡öÏŽ¡Îk`¨ehìóbh\\ª`hð734;KÚçŒmÛ2tÓo3vL]`èµ°;µŒ‘;c»\0\"†%Ã0w×˜Ó¦EžÓ_ã³îTÆþ‡†9Z•aÞ`Ç8 ¸Ä8 «fü®Ì8dË84Ì°Ü„fXò–Vå™Œ£JG	%ë)› £›kÇÇ\"lÇê®3ìbvO÷3ìåúŒãÁ*Œã‡&Ã1¨•qrT‰átháÌßÄp^›gœ2¨d¸úfœ~Æp¾ÁðÌ~ÍðDàž$s†§ ŒáùxžáU¥Ãðš,bx{2|.gøždœ•Ø0üõÿ0œ„ŒàF/Šj’qa5^šÊ¸tÃˆœG3.gÿdDYÜaD÷j2bÔþ2b“w2bsDŒ¤ð8FÒ;cÆµ³ŒTíŒ´\\FÚÈ8#ýÙ~Fú»+Œ›o0néžgdÒûOãŽO\"ã#7ò#—yšq÷r\n¨Äf€ñ?ÆEÜ¯Þ{ˆ}ø‹Ë™e™$iÇF9‚È þ»Â`¸{3ytc…Á`ºÝg0¯fpÓ\\@ƒûc;ƒKeðïG3„C”²…!º‰dHÜ¡ù5S†üæ-†œšÆ¸¯lÂx°í:ãÁ½Œü¯þŒv£`h£ø#›Q²¸™Qþ¸ŠñèÑF¥²£Rÿ7£êŽ£z„Q}‡È¨‰xË¨!âu×÷U3ÓuõŠHF½ßFýCF}û4£ák\Z£q€ÆhR.f4yÑÏ[Œ/hç­VÆŒ—Œí|F§’5£s›1ãu´ãõ÷LF·f-£›Ggtw2Þèš0Þ$3ÞfY2Þæç1z@Œž?ÍŒ¾FßWFßÚVÆçGSŒÏñŒA;Æ`—1¸²•1œûƒ1RfŒÝa|;ÒÄøv#”ñíac\"šÈ˜X¾Çø¾ï+c’‚aL10¦ØÆ,Î˜½aÌçé3->0cÿ0SsÎBKNŒƒ«Õ½Ìuû™ën™ëšZ˜Šyw™Š˜X¦R ”©Ôw–¹>ÏÜPfnè²f*+h0U<r˜*c]ÌÍ3	L\róD¦&§©£xŸ¹Ýh†©«t‚¹#ôSïH2sgA\nsç€¹+{Ó M‹iˆŠf\Z²1\rG&˜F¤X¦±Ø—¹çòsæžÞLSá,Ó¬Ñš¹?I‹¹ù3ÓbäóÀlóàL\ró0á?\0¦¥à9Ó*¹™iõ»‡im¼Ì<¦6Î<fXÂtºq—éÔÝËt¶ùË<5äÈt9Ât»ü•éöùÓñ›éÉ)bžqšbžyëÌôþ÷…é£ÀôÁ_b´Ï0c™ŒÌÀWf]ÄÙ¢Ä9cž»zŠy®7’êÓÉ¼hö˜y1%ŸvjžöZ~¤€îòŠqÖ™yù´3êƒ×%bÆOD2ãÿê3îô3¯Mg3¯¯ÿÊ¼~;™™|O‡™BWc¦Š<˜iŽ`æ$fÆ|>3so3sä3k¥›™Mµfæþ~ÍÌhaæåÖ1ïî0#qLF?l>Éç0!Û¨L˜ý[&òf	ùd‰‰™hæ\n“GbbMÔ˜¸ÛíLõ>“0w€I:ÝÄ$]D1IÍ_˜ô7yLVB\n“}à	“}fŠÉÉÉerÛ‡˜Ü‘5&Ïì(“?TËeð˜¢?W™âíb¦toSžEcÞWègÞÿÌ|P´Â|ð„ÎÌ÷5aÊ~3‹ŽX2‹Oæ1K÷]b–¿¾Ã¬lÖ`V~D0«ÜJ˜µ©\'˜µ¯Í˜Í0ëC¿1Ÿ:¼e6ª‡0›ªj˜Ï=ú˜Ï—2›s™/¶3[Î¼`¶Ä(1ÛƒÝ™¯{™¯ú|™Ühf· €ù&éóí–&æÛsÞÌžóÌ4CæGmgf/ “ÙO­g~ö÷fl|ÈpÊbÄ<`éª1‡2·1¿:Û3¿f#™_óó™ß6¸0¿…b™ß&XÌïôæ¸s\ZaÎ™1nÀ1n1çQ/™¦ë˜‹ÈÌÅOæo¿æŸ­ÎÌ?º³Ì?éQÌeƒÝÌ¿*˜+¯™ÿ”š™«ÏYŠ7&YJÂXëHXN7±6\\íb)Ïžf)/`m}ËÚt¾˜µI ÌÚTƒ`mZ;ËR‰.e©LV±6Ûïgm†^bmî0`©>Îe©­“±Ô”…,5¿,µ4K\rŒc©uÍ°4#¶±4‘/YšY,í–K,­¬]^J,Cú6–¡Ë2úfí¹bËÚ3ÜÂ2‰©b™<ÿËÚ»¤ÉÚ·ë6Ëì”œµ¿î!Ë|Ñše‘•È:°C‰u ÿë Ôuð¹ë›Œux±eå`Y1:XGŒXG*-YG\r±lT‡X6=î,›¾Ö1½\\–mæ#–-;€eûïë¸Ž)ëø6Ö	ß8Ö‰rËáÌz–ƒ@›åL÷f¹ü£³\\ß¡Y§ä¬39.,/ÉË¡Ïò.6fùÄ(°Îú„²Î^D±)¥¬ sVÐ\nVp+‰’SÅ:—É:¿¹Šuž¯Í:?oÈºðÌƒu±eî—Ç\nÿ<ÌŠ|t‡}ÌŠ\rs`]\r½ÅºÚ˜ÄŠíºÀŠýxŒ•H°®¿—±ÒfYéáoY7\'lYÙí¬ì”$VÎË—¬;5¥,À5ðã_ôÏ’lÈB1XèÖI6é	›óš…«¾ÉÂ=ÑaÒw³(™Y”±peí1‹úÎŒÅˆta1Xì”qGþ—Å]›eñ´³Y‚¡e–Ðú?YfK¾É’ÿIaÝƒÌ°îcŽ±î?°tê±ò_@YX­¬‚„+¬‚—u¬\"·[¬\"b«¸Ä*¹Žc•9À*\rÜË*ý²Æ*ƒ±ÊòƒYåam¬‡ê›Y,ÇYo±*ð.¬ªC6¬êcV\rÏ”U#Ç²jF¬Ç…§YO:úYOóX\rá+¬†DVãFEVÓ6eVSP«)^ƒÕÔèÎzÕÃzVƒc5¹ÉjÉ?Àjm}Çj©euôqYã»XÆLÖëƒ;X¯k¬î°aÖÛíWYëRXŸ¬KYŸ>[°z›Y}ás¬}kÀÏ\Z °†<O³¾|ÜÍ\ZùÀúºéë›á\"ëÛuÖd¹)kª8‚5ÍgÍ<\"³f}{Y³Ü¬ÙoÖÜâ8k!É‰µ€yÇúåmÊú“c-a„¬å³¬åKØë€%l…ùlEk[)è[é²-{ý‹B¶ri:{£Ÿ\"{c\"Ÿ½±ËŒ½iÃ\0{ó”[uÕ˜­¾`ÇÖØš­¹SŸ­yÎž­ùï+[s‹­Õ„`ëênbë:U³uß°õ\r?±w2|Ù;ÅlƒOoÙ»u«Ù{ÕÍØ¦mlS¹”m¶«’måÀ6âØgªØ){Ù™elËfì£Ì1¶YÛ&ë	û˜ÏÛö†œmûžÈ>,eob7Â>±úœí°CÀvœœbŸÒÝÊ>UbÅvÙö”íúI}ºî,ÛÍAƒí¾ï$Û}Ìœíyd/Û,d{{HØÞi!loI>ÛG\'‘ícMbû»e±ýá]ìÀ±RvÐö%vð¶\0ö¹¿×Øˆfì‹¾‰ì0±#;ìÙûÒû÷ìˆuìÈŒÿn6±vT[!;êÓ&öÈ1ö•ESv´é\n;FE•«ÚÎŽwlf\'ì	b\'ä©°“r,Ù©G;Ù©özì´\roØi¼Ø7âÙ7:÷°Ó~³3‚KÙÍ:ìŒöÝì›zdö-Á$;ûæ1öí˜NöØ½ì¼Ýtö]m\"x ˆ\rô¯fƒ)lH›œ\rÍ5bC6¼æ:mö‘1bc¦ÒÙøÓMlÂb›8Âc“›Ù”¿Ílêë—lÚºlÚ¶h6“ÌftIØL½ClNÁ0›G×aóZ•Ù|à%6Ÿv•-Š³a‹›¿°¥:	lÙ›P¶<?ý€jÅÎà°‹ÂcÙEJì¢ßkìâ3v1\"Ÿ]bû˜]®’Ä.ß©É~xÙ†ý(Oƒ]%bW¯«gW¿/a×la°kg×~9Ì~ìâË~¢YÎ~B²Ÿâ_°ŸÖ¹²¥Þì¦í÷ØÏ¨+ìgÇÙÏë„ìæk®ìÕSìÖB$»mÕŒÝ®\"`¿¤ì`wìå±»ÓÙo\Z´ØoÞ}a¿·Îg¿.f³ØŸ7°óŒØC\rîì1îöØ‹Çì±…Ëìñ,wöT²\Z{nÃ>öÏß+ìùØöüT{ÁÄ‚½P¶…½è*gÿÙ´›½z¿ˆ½öå+{mÅ^ûöš£àÕÍQX.á(¥ná(åŸæ¬·ïæl\\˜åljTålv^ál~ÅQ»œÄQ«ÝÊQ×sç¨GVqÔÓwq4Ž~âhjq´eÞœí©§9ºq¯8ú,G9c(>É1îïä˜á˜,NqöÚGpöoÜÁÙÏŸä˜ÓÙóö9ŽÅ\\ç@øÎ¿+œCœC$çÐC\rÎaï\nÎá”SœÃê9VÍ½œ#ã8GºÎrŽ:erŽ==Ç±;¢Ê±÷¦qŽ“%G+(çä¸Ç%UÀq}PÆñÙÏñöp|^ìäøÉ¯pÎîùÄ9Û¹—ˆ8Ì	¹Ã	\\¦s‚Šœ`‡“œs3RNé	\'lbˆþ)€a8Å‰näDJ\r9‘¿8—Í¼8QÚmœ¨(\'ªä\nçÊ™se9†MYàD·„pb§æ9ñ~¿9	ˆœÄñœ$ë—œT†9çÆéaÎ9GNúÆmœŒ §œÌñeÎÍÙCœ[?ë99ö*œÛoã8·ç9wröpòÒÖqî†iq\0ß#9‚eôæYÌü8[â`\'¡œ¥W&çàoç†Í8D‡ÈùÀ!¶¬qˆË¶’˜CŠ	ç•ý8”0‡z9™C£áÐ÷ÙpnÆí½Æò;{ó%Ûþ\n‡;XÊáþÊáÄnQ®G|ó0GÌ¥r$£œ{gßsòïip\n†8Ec¦œÒufœR•Néq}NÙ62§sSþ ƒS>°‰óhø5§òc5§ÊÖS¥Â©;3Ï©Òä<yaÆy\ZÏã<¥ä4f„p\Z[9ŸÖs\ZGwpž)ˆ8Ï;[9/˜KœÍúœ¶Iœö€-œ—Î+ûœÎ]Mœnâ(çŽÓsÙ‡óñà:ÎÇïyœÞøkœ¾Ç*œó\0ÎPi<g˜Áù¢æŒl¸É‘8£	œ1âÎ×Ô@Îx?‚ómï gBÃ”3i#æÌâ8œùÎ?œ…GÎÂÂ#Îâl1ç7‡ÍùsËYæ¡9+êg9+‰[9+C8«.m\\…›£\\…Ñ÷\\Å}îz³—Ü\r£¾\\eÑkî¦ˆ5îf«Q®šüWSù\"W3ÈÕº&áj£¸:„aîöõŸ¹ºëä\\]éwÇ¦—Ü!Û¸Éú\\CB×pÀ5\nyÃ5úñ…»\'›ÏÝ3íÊ5IüÀ5ù°‰»·Ý»/y…»oä9wÿ™q®yž2×\"Ì‰{ð›÷°G%×êÄîQö.®uðA®­ö&®mª×^ÀµÄ=þã\'×!d3×aºëØXÈ=yz™ë’tŸëÒµŸë:fË=sÝ†npÝI\\]+®‡‰ë© ÇõÜŽäzúép½6=æzë3¸>ÕbîYý]Ü³Sª\\ÿu[¸þþ®ÿ•Y®ÿ;Mn ‡xõ+7è÷\'nðÅ8n0l„{¾Â\r5rà^¸pˆ{Ï½ Óå^üö{qí7œ”Ä\r6r/}\\àF¶³¹—×s£4?p£èÜÝYn¬æwîu™!7%Ü’›z¦‚{ãe7]|Œ›¾ü{Gõ!7èÄ½ó¸±žÒÒã‚ÏFsa¶u\\Xê5.ìß./àþ¹s‰Q	\\’b—dñ–KŠIå’þžã’ë¹\\J÷~.µ|žK»¹“Kã›qéq\\DÎeôÂ¹,\ZŽËÎÞÎåÊ¹Ð®PDãŠ£ÎqÅ ®TÁ+]JæÞ3£rïqïõŸàÞßäÞ§esóŸ¹ù“­ÜÂø“Ü¢ˆn1µ„[\nRæ–÷Æsn|Ï­°&q+lös+¦¯r«vNséç>ñâ>™|Ì}\ZgÀm¾ÀmŒYÇmÄq›œz¸Ï6xsŸ+¹ÏµpŸÏr›Í§¸/,¯r_´å¶äæ¶ä/q[ï‡qÛ÷³¸/‹vq;4¿r;&np;wÆp_ßoæ¾]Ïã¾Ýµ•ûîŸ6·§h–ûa~ûÑRÀýDùÂýô9œÛ«åÌíå¥rûwÏsû[º¹ŸÍ-¸ô`î n’;Ôš;´6Í®)ç~™tâŽÕÚpÇ&ª¸_ƒ#¸ãFhîÄzî÷X2÷;`ž;yN›;ù¬;¹rŒ;»pˆ;¯	æÎïYÇ¿æÈ]ˆóä.ô^à.üÕà.Ú7rÿ„¾äþ¹ç.iíæþUôæþÅ¤qWwðÖñ;xëªðjíxŠí¯yJ{ZyJÃ(ÞúuÎ<emO%ñ#oËíHžz¹œ·5½…§°…§ÝWÂÓ){ÈÛKçmKð¶@<]æ1ž~œ*Oÿ®Ï@Žá~¶âIyFÀIžÉ3öuåWïã7*ñvmà™ØXòö‚¿òö}vç™Qµyû”óÌFyæC<‹Ã?xŽ0ž…_:Ï¢Â‡wèÄ;„ÕàYª?ãYž)ãöCñ¬ê®ñl¾BxÇÿÌð.<ÇüÇ¼“ÚC¼“:¼“v¿x®Ò­¼Ó&y§Ë1<÷b0ÏC=ˆçÉàyÄð¼ê­x>ûvó|„Þ<9™€åpçxAçuyA‰5¼ì¼è4/\\.åE|<Â‹XñbzfyWÕ½yq›²y‰—fxIÛVxI${Þµå¼ëþ§y×¿Ýå]_óæ%ïùÈK‘bxiJq¼4e/Þ½\n¼ôý­¼ôÀÍ¼Œ)/£[ÌËìçón>¬ãe9»ó²»óy9–ÿx9÷òrF»yy_ÿñ\0(ÐZÃîõáSºyà®£<4Ïœ‡yò–‡µuça»[xø`-iÎ#sŒy”C{y”Lº6È£ýLå1nþ÷ W:Ìc[»ñØã‹<>‹Ç)«áq»Ëy¼{Ê<~ œ\'8{Š\'¨jäIÍ¶ðä‰{y÷vy÷¢²x÷ûñî{¸ñîW^æÝo:Æ»¿¬ÍËÿfËËÿûWÐuˆW8íÈ+žHå•H¾ñJûðÊþ\rñÊ/tó®Ãó*F-x•ë,y•Æ9¼Ê%$¯ÚpˆWíý‹W}i=¯úï&^Íé§¼Úì³¼ºS¼º8 ¯nÆ«Oä=%\rðžÎxOWOó\Z´Õx\rŸŽòš:2yÏ,ûyÏo%óš5ä¼f°€×Ú4Â{uÌ”×Ñ™ÎëTVáu:uò:;›x]w7ðº>žå½9&à½‰Ôå½)ÙÄ{+ÛÂ{·÷ï]´&¯ç\\¯çY¯OÅëøOñOÞ`¾oXé=ï‹qïŸÌc_à_lçÏ©ñ¾÷;ñ¦åÕ¼é¹TÞ,tŠ7WåÍû}÷)ïÏVÞÒ”oåÏÞ¿\0Þ¿c“¼y«U¿x«¼5S[ÞÚ9!oíœ¿Ž»ÄW8ÒÀWXYÏWqâo®\'ñUmY|Õ¼Z¾*0Š¯v]ÄßòÕ¿5Ò™¿µûë\n€¯q,—¯i*ák)-ðµúðµ£?ðµ__äë,òu»ù;Ôù;Ú¶ðõÌ3øú‹®üþ)|ƒTG¾Agßø½-·Ž¯…;ÿvK¾Å‘.¾Ë· wò8ºòœ¬ç¼×Â?´ýÿp´ÿè½E¾µ†1ÿX‡\nßÖgŠo·î	ß^aß^i/ß~þ\nÿä‹ªÿß5ß†ïZRÈwýÒÁwKÒà»M£ùîïuøÛa|vÿLf\rÿLV=ßKÌ÷²_Ç÷ÞŸÍ÷±˜àû„hò}Mùþ;ù!:ù¡WÇù\Zùðrþ®ÿÂ§0þÅ§ùkùùáIfüKiQü@??¢ÆyË‚ùÔÿÊÍmü+2	ÿj4™»ÞÊ+ÑåÇ®á\'è«ó-ù	Ÿqü¤0o~Jã~j`%?µešŸ¶ã;?}â=?#•ËÏàhñ3OÍóo%gñoÍçg_~ÆÏ~|•ç–%PXÏ=æƒnåðÁ¤f>¸ç22YÀ‡,%ð¡ðT>\\y^›ÉG+æðñþ||«ŸppŒOXvá“tA|Òþn>‰‘Ï§2¦ø´~/>ý†ŸqÁg:ñ™•r>s)ŒÏÒ\nçóÂø¼4>;žÏÏ›å‹w8óÅw¿ñ%§Oñ%Wø’%=þ½Ôoü{¬~þ}¿nþýHÿA‚ÿ3€_mË/4®çvAùE§ÛøE—ð‹æ¶ñKÀ¶ürå~Åp$¿êØ_~uŒ_Ý1Ã¯íÞÍ¯3¯å?ñLæ?‡ðŸ|óë¡+ü&,•ÿÜºŒÿâZ¿%6›ß®xŠßnv—ß~ñ¿óX6¿ÓÍŸßùî>¿Ûë;¿»tÿÍ«ü·Ñ/øoÏðßjòß;Áù=¤ü]3üáÅü>«U~ÿF}þÀöüÁ#5ü/;€ü/È5þXâþ×þøC:ÿ›¢»™?±TËÿîÐÃÿîõ–ÿãçZ©†?ý^…?q‚?›ãÇ_è\\Ç_xû„ÿ{{ iø6ù%Œ¿²4Éÿ§àÉ_ý:Ì_ýMá¯Õ¼¬ûN¬[9 P:õC 4h(Ø <)Ø¸ÃF V\"P{Fl¹U >ºM þý¼@}q¿`ëžzeL }[O ÓôR ë)ØáøI`à÷W`µS`°tR`¨å-0.˜p&c¦\ZZ‚}cOfù³O)‚Þ‚}@Á¡s9‚Cy£‚CÕB¥cŠàè¶à(*G`sîŸà˜V«Àn®Z`·:+8þ(Hp|9Rp‚‘,pH³8\n\'/œbsÊsá°àÔi¬ÀõÈu—†¶Àû±£À[)8ÛhAÎŠ‚œ£ TtPp1\"Jj+ýQpéd¹àRh° rœ%ˆ©z$¸j^*ˆeö\nb+o\nâ?¶\nj8‚„îhARç¬ ¥ÏGz>ZZÈ¤>¼.HW6¤[	2ì7-\r7[YÜ\"AÎî,ANúÁí­3‚Û$”àŽ Apgú  ÷–šànæà”\0à*\0„<\0ÂÛ@¿œ.€*`ë+°›ðëb\"$E€ø2 @nÐ7è²\0ó&Àü	`¨Bú?ÑÑV@t¿8	È+òê	M)V@sF	h‚%½LCÀ8;(`\\˜0`÷L¯Z÷ü&é,¬…	„®‹‘I IòHjb’‰ ìl‘@.\nÜ3—	îÅf\nÐ7…ŠU‚âËA‚²#å=‘‚Š„AAÅŠ¥ òœ® òÎEAåH‰ zî» Fé‡ &ÛCPƒË<áª\n\ZŠ\r*_\r’õ‚Æ¬\\Á³lºà¹+RÐšÿVðÒ%XðjIQÐé½_ðúÛŒàõÒfA×„¿à½ÉÁû:kAÏ ­à£Þ€à“o‚ ÷¨•`à¿<\r­j	F¢]#ÉÛ#ÁHÑ¸`”ŠŒ=SŒM}ŒCð‚ï/tS‹W?Ž~LL\nf€³‚Ÿ»F¿ôm¿ØÁ¯Šß‚EÇÁbÒ~ÁR.T°¼q¯`ÙR_°\\¦*ø[«-X94.X	j¬H/Vš­+ŸY‚!G«/o¾	7nÈªÒ„›?U]Ì…[‚:„\Zs¡V)R¨õÛZ¨íè)Ô¾S)ÔZ·³ê*…	w˜´wÀÊ„;Þ	…zž®B½Øz¡¡·¿p÷F¡é©Ð´/Üw¢A¸ï¼§pßìW¡Y9FhÖ&4Ob	´Ô-6“o­”dÂ#mÂ#ß\n]ZË{„Ö¿’…Ç\\ì…vÍmÂãiBƒ¡ÓLšð”ï²ðÄSxŠ°_xŠt]è*Ôº;•=¶X\n=³n\n=©¹B¯c¡×«gBßÏþB¿ˆU¡ßå)áYaœÐÿìCaÀWÂ Ò&ap¸¿0ø‡›0ÄgQr)<¿øWxáøŠðBä 0¬h§ðÒ(OásD1^yW(Œ±nÆxÞÆÙãrs…ñ‘ÝÂë…i¶¦Âô¸Â›—„YÈãÂ¬–Â[.á­&‚0û`­ð¶åvá º0—£&ÌûôTT<%T¯¦\n H!($N~5.„^òÂö‘×3…ÈÉ;B|ðe!qC„øs«,ë’Ÿ*É3îBÊ‘e!å]Hµ	Y—¶¹»Ê…<¯·Bú†×Õ&ä‡Þò[Ê„B+¡˜1\'”>ý\'”ûnÊ„÷&Ë„ÜÏó3…5cÂBóaÑòea±aƒ°˜Ú/,²„¥kåÂ2ÆNa¹¾Ÿ°¢!,\'>,º*|4ß%¬Øb*¬ÄÌ	+KJ„Õk¡ÂšgÁÂÚ£ÍÂZŸ7ÂZš‹°öCŠ°vXWX\'cëjYÂºŽ­Â§›…Í¾w„/þ†	_Å…¯Z÷»/¥	»£‡…oæ:„o•‹…Ÿý/?ÿKØ¡„©„ƒëš„ƒ*û…Ã¾Âa©pøÕˆpøXø…þJ8ðE8j ŽÝRŽÑí„cM§…c/Ë„ã>_„ã“KÂo(áTà¢pºr½p†e,œõ]¸pä‚ð×þá¢š¢pñž»pñåCáŸc@áßË§„«ç£E\n,ªHá^¤ð&K¤x«_¤¼ÉQ´±©F´±™ÿŸÿâ=‘Ê/SÑÛ‘zn›Hóñ_‘ËW¤c\néF‰¶ÿ‘‹t3–D;ŽléñDú7Dú7‘4]dT©\'Úý´N´G­_dZÙ)2[,íçZˆ¹ˆ,/EŠ,¿%‰¬ŸäˆŽ]ŠlDvj\'D\'ÏÐEN#~\"ç#e\"—R‘ËÚÑéÕX‘‡Uä±MKäÙ)ò(yžšyYy….‹¼Î/‹|ùV\"¿ 8‘ß;CÑYÕç¢³f½¢³‡D5BQÐÁÓ¢ «Q°I„(xÔ[²ÕXòÉGtîÄQhògÑ…ECÑE•QÌAt¥ÂYUüÏQŒrˆ(¾²H”à*%PsEI*£¢ëº–¢ä@°(yÊW”ÂŠÒ™¢´\'E7z\ZE™xÑÍ*{Q–K½è–Ê.Q¶÷eQ6ÊPtû6Ot÷âV §W^Á÷“DÌubü»µÎS„vëa×aiE\"l1V„mŒá„A\"¼Ö:á^—ˆ¢\\ÄfoqÊ~ˆ8¯BEü„qÿæy‘ø¿±H¾ÅŠdð\"ÙÓ÷\"y0Et?2O”Ÿ´I”‹\nÀ@QÁÃ\nQÁ¢XT(™Ãw‰ÊpM¢rF›èyLTÁ*UïlÕ^ŠêÖmÕmJÕq•Eõ!¢§ÔQ}VÔ4ðMôìÚ\rÑ‹K|Ñ‹ÇE/D-«oD­‹Z‘¢Ö–‹¢¶{\0Qû6¶¨½8Iôê—¡¨‚uJ«E¯Ï¯uûžu´‰Þ$‹ÞL¶ˆúnÅ‰ú½ÂEý…¢Ïã/Dƒ‹DÃ·Š†Ë”D#²Ÿ¢‘¯¿E£qŠ¢¯áDß\"™¢	VhÒ\\A4ùÝB4uð§hê§‘è‡ž“è‡\\4ÌÍ(Í½÷ÍM‹~b\'Eÿåk¡ÕU´ðöŠè—ƒ¾h™\Z+úûs§èï\ZOôïd“hõù&ÑZM¬àøQ¬€¹\"V¼õ|‡Xé½·X¹ØQ¼Qª\'Vq‰U®½«)DŠ5hÃâm\r¶b½c\"±žh‹XO>$Ö¿c,6xöTlðÍVl°Ø!6RBˆ×Ä{Û»Å¦ûPbóâWâƒA¿Å‡íö‹%ŠÄ¶‹Áb;ŠžØ^A*¶°„ˆO,ÝŸü`(vNÿ.>µ\Z,vQê»X•‰]2QâÓ1ËâÓÏ‹ÄîJ/Äîjãb÷ÏbçcbÖŒØë½™Ø»ðµØO^\"öW^ÑÄÝoÄÀ@q`Ý^qðYŽøÜ_‚8Ôþ„84ÕHZÉ_P~\'ï|/ŽVG°SÄ‹7Ä—7Ÿ_Þ(ŽÊØ%¾2› ŽK4Ç‘‹ã¿Ö‰RÅ‰á\râäÏiât‡âÌ·Úâ,Ã9q–ÑqÖAMqÖñ-òñ­2-ñî qn´²8¯&Tœ÷¥C|—ç,@Å€\'Åbàå3b°¹ŠšÃœÿ‰aä1¬qNŒ\0Œ‹QnýbÔEe1z,WŒßb$ÆßJÓœCÄ´¾˜ŽØ/f·ˆ9n{ÅŸy1?’+•¹‰Åõ9âÂ“>â\"|‘¸¸ô¼¸äÞ]qy^ƒøÑ%‚¸RsH\\iÇW”Š«î€ÅUŸ¿ˆ«F¬Ä5ýÄµfwÅõgâú’HñÓÄO›•Å\rèlqCíŒ¸Qó…¸ñj‡ø™‚’øyåOñóA²¸™_\'~ñPKÜz§_Ü†¤‹ÛÆ‰_îü,~Å6wh¢Ä¯uóÅ]:â®’_âwWÊÅ=Å÷ÄiÓâ¾ãBq¿†½¸?ç£xàt¶x0U<¬výOHBÄ“CñâÉï(ñô}Žx6áxvŠ*þ¹&þi~Güd$ž\'z‹ç9–â…y¶øWØ‚ø×}°øWõMñ¯÷xñŸK—ÅK¿ÛÄË\r…â	–âÕ¾YÉ:gK‰¢=O²±ÆC²qê­DåiˆDíˆD¢vmH¢6Ü/Q7;(QÎ–l½3-ÑØd\"ÑÈ°”h`‘1‰¦zƒDœ)Ñ¿ä\"ÙåÔ,Ù5^!1ˆê—éK$»—-%{4HöÌþ”ìt—ì{›\'Ù¿:*1·>!1Ïº&9\\xYbµ\'Gb%o–é®’Kÿ&±½J•Ø>Jì>˜HŽWü‘œ %õ7$Ž¯\"$Î“6’Sû’S×þH\\«$.U‰Û=u‰ûˆÄýÛ&‰kRâõB&ñúa)ñ¶uøÇ§I‚vJ‚“-%!Ç\Z%!åÉ’sÁW$çO`%çQ’‹ÉE©äâé[’°¬$I˜°Nö€ ‰Â®“D•ŽK®`p’è‚QÉµƒÉõ>’d§	Iêýƒ’Ô†I\Z(Ikð–¤FI2Ž%™ôBIfF’…} ¹U%É~Û!¹½[\"¹C2•äîPýO’û É3U•Ü?#¹ûÐNô;(`%À	d÷	Lïž&^‘À3t%ðG¤úF	Z#C‚¶Í“ ÓÀô¯z	ú«Ëõ’ànKð—‹%„„ýBEÂÈ¦I˜ßc%ìÍá¶!@Â—°3#%œËŽÎƒnC¼„÷bT\"\Z9,Ã\r$r+{‰	“È›7JîP•Ü‹R—\0¢%	’ÂÛIágIáÀIÉí’’\"IiA‰äáÞc’Gþš’G)	’Š=¯$ƒÅ’ª3‘’êT\rI5¬JR{%MR¿\'it(‘4¶Jšz2$Ï4þIžIž…J%íÑú’öš¤£ð³¤Ëú‡ä=FÒë{NÒ›h#é½;\"é7ž–ô[`$ýÑÅ’Ï€>É@æ’dt•/·Õ—L¼H’|/•H&ÿH$?l:%?JîJ¦|—LCîH¦ç$3=Ž’YZšdö»¢ä×wÉ¢šd±ØX²8!”üÉ¥Jþ6$+N7$«=RE÷mRÅ@_©b˜µTñ~¸t½ât}Ïé†6}©Š<Oºùñ”T­¡Cº%gYº¥®\\ºeÀ]ºe¼Wªn¼&Õ„JµìðR­•‹Rmƒ¯Rí?=RJ·t{¨štûÒg©.e“T·”#Õm­êÝï–î|¾Oj”#ÝmØ$ÝÝc.Ý£æ.5yâ\'Ý\'JÍ¤mÒƒ³~ÒCZR+µR+Ó©­­‘Ô¶_(µŸ–ÚJ¥ŽÞjRç\'SÒS?¤§¿8IOOÿ–zœ˜•zªæI=1ÊR¯.žÔÛð´ÔGå“Ô§a@zöÁM©ÿs®4$ä›4Dè*=×tG\Zz\"\r+	^šu“FlM^Þ)NIc·JcRPÒ¸Éai|Išd,M¹n\'M[Jo`Â¤é¦Òô\rÒŒíbéM“;Ò¬‹‘Ò[<7iöN˜4ûV©4[øBz;˜+½ãØ%Í›dHïîî“BïÆJaOiRTD©Å{\"Å~ê–â×¤„#R¢SJ>W(¥4ü’RmïHi–VRºgƒ”!h–2ª<¥LÛV)§rFÊÍÞ\"åõIÅç…Ré«©Ì;C*W™–Þ×þ\"½¿GQúÀû4¿zŸ´ÀtEZ’ýIZj¡\'-m’–)¹IË]¥Þ®H\rzH+N8K«ú¥5÷¤5Q½ÒÚÜ[ÒÚ™õÒÇÛJ1‘Ö”Këk9ÒØké³‡2é³¶ãÒç#•ÒçósÒæ§|éP‹ôÅDÚâzPÚûCÚÊ~,m«\n’¶õDJÛËó¤/Ïž“¾Ä ¤¯Ú·K;ŽåJ;µ<¤Ö{¥öNÒÎ/ýÒ×ç¥ÝxôNŠôÝ¥;ÒwY¥ïA;¥Ô¤=4¤¯8I{I¤ýöcÒÏ_—¤[¤µÒ¡¼Òá‡¯¤£>)Ò±á½Ò	é˜ô{I:s,‘–Î4¼”Î6kHgW¥sKËÒŸ{:¤¿¶Jÿ¤HÿTªHW=®JWkÓ¥kâe\nËX™Âj­Lùx¦l£«²l“ÄG¶Å¥T¦~ÄK¦Ny)S_x\"Ó\\-–i©\rÉ´œ*dZWA2-’§L[sA¦Ýï*Ó)–m·Ø!Ó5È—éº.Ó¯N•ÚøÉŒ•5eÆ¨\\™IéW™é¯k²};5dûoøË,,Å²ƒç²ƒR=Ù¡Ý{d–±V2«¯2+øz™Õl¿Ìjž!;Ú%‘Y¿‡Él`eÇ²@²È=2§Í³2§®p™‹g°ÌõOæ6wNæö÷†Ì”¹÷Ü•yþ	–y\rŽÊ|m4d¾¶|™ï-#™o9[æ§)‘]Ù,óßñWæ_¥,P\r d!G3eç†^ÉBãÂdçƒƒea[ßÈÂÎDËÂßl”EžÌ—E¶çÈ._ÇÈ¢—eÑ3—e1Ás²˜ó;d12¦,¶óš,NÒ/‹›÷%$ÅÉòeIñëe×1²dp½,ù_ ,ÅËB–Ë‘¥<Z\'K\r˜–¥&\nd©T_Ù\rDŸìFŸ®,ýÃ9YvK–\rQ‘ÝyxU–ËQ’å>ÐåµËòz‘²»\ZÙ]ÜIØ£PõGÉ`•2´|U†M*—á®•áó2\\M³Œh¤$#&fËH¦¦2ÒMy÷9*£¦»Éè¦\09%£’1ì:dÜk&PÆŽÿ ã‹ÓeÂ*]™ø¢£Lœï$“|€È¤%s²{’hÙ½k²û6ËòéÉ\nÊ~É\nÏž—9$ÈŠ>ÒeÅÆs²G¬Ô «øö@V\rO”ÕXÅÈêà;dreO·Ë\Z‚e¡²Æ LYcÓCÙ3ºŠìy¾Ÿ¬µã»¬ÍG,kÿö]ÖþÃAöÒ,{I…È^·Ü•uÝh‘½½â%{gsXön²AöéÄaÙ§²{²¾C²¾?Y¿bŠì³vŒì³ãÙç¥Ÿ²Áƒá²ÑlÙhË\'ÙøSÙÄ.€lâ{„lò]“ìÇ½½²™å²Ÿê¿e;üd¿7iÈ–¾ÈþºOÈþù8Ëþ…½“ý‹”­©•Ë‚å\n}ªr…ßÝr¥¶“r¥©Oòõ}Ñò\rù†r]ù¦é@¹Jb¼|sÚ&¹*í­\\µò‚\\í§§\\c]¬\\ã°“\\ƒ+×LÈµýäZ9	rm#š\\»|³\\Ç“\\tC¾­åƒ\\ïXŸ\\ïÔˆ\\ïU“Ü@mTn ¹\'7h¸.7\n*—ï~óP¾çÐ>¹‰N¬ÜäJ²ÜT±Dnj¶*7½B›Î}‘›wÈÍ¿àäßNÈœI”8ÊmY\'?4õJn©š#?Œÿ)?b´$?zÅUn·÷¥üø•ùñ¢¿òãòåÇ1åŽ¼2¹ã`¹üä6sùÉíÎr\'L±Üù>Fî’‘\"wiV”»\"!r7âg¹{Ê:¹—ëv¹×Ý\\¹WÏ	ùÙrwyÕyP:Bô^W´Ô/¹ôX’Ó-KÞ,cž“‡qÓäád¾üÒÛ%ù¥åy¤Ý:ùå¦VyÊ[óôü*f@›ç*çÈãG#ä‰\'<å×Ï²ä×‹÷È“Æåixù\rI«<Ãß@ž1²]~S9@~ëT¡<ûÅ%yNâoy]I~{ØK~ûïyn¶«<ïËq94í¬Ú“\'G½?#G#9rÌ¶Krlˆ¢Û²NŽ3“ãÐ9^+\'ä$ø?9¯#§¬¶Ë©.UrZœªœ¥ gå÷09‡g*çyå¢Í9rñsE¹äCŠ\\ú&U~|ó?å÷ZRä÷Gå~ÄË=ÇäÅÕä%›äFÈ+ŠÎÊ+ê\\å•ïMäU9¾òêÙ»òšB¦¼–pM^÷Å]þxèŒü	ÞO^? o|…’?ó{,vÎPþüï˜¼ùïUy«õŠ¼íùy;JAþò$ZþRb$ECË;VÊ»\"å]÷WåÝ33òw\n½òw&ò÷ÊYòú<ù£Iù‡°^ùÜüãç@yßì¨¼ÑI> .ˆh–*¿“¡È‡2ŸÉ‡ÈÉò1òQùX½\\þUÛE>þô¸ü›Ñ\'ù·Äÿ1\\Ÿá\\pQ\0À)#IeFÛ(J’ÈJ•M‘‘Jf¢É*Éˆùï½÷ÞÓ*)…H¥Œ¢xßç>¿ç|»÷Üsî‡só;¿Üˆìœ¯ïœjÜÐ9­¾ªs::¾sºÇ¯ó»qçwÖÎï¯Ïvþ8µÔù#Ýù‹} sV£¼söÚµÎßñòÎßð¡Î?oÚ:—¶Ot.¥œïük	ïü›z ²° êÉ¬Òò¬š¬–¿¬î\0¨UÔ\0ÔÛE\0\\>@ãƒ@Su e½ í1X×Éè¼mè¦\\lÜDœ±lª­l>|°¹D	ØŒ90RgŒ|ÞŒÎáÆQó\0# Àì‰`Kf`K»ÀüÄ[À¶&`{©*`ÇèIÀî]­€Ýï\0–÷€\0+ý€ÕSK€5°y÷	`—]°«\0ìçã\ZMÏ\0ŽðÀ¡?b€“ÀpØ¿p8ÿ à0pQÿ\0pK=	ðøYðdîx©Þxi¼ò\Z\0^3Àq‘-À\'V	ð¹xàC1\0øèüt4~EB€Z	8Ù}pJ?pê^2 HU	üœNÔœqK\0DÝ²œ›}ˆÎ†ÎÇ¾\0\\‡\0b”«±-@œd >ò\0 ¾´O#.Q˜€„V\Z ¸ÜÜ¸â¦\n¸\"H\0$:ì$F?\0$þ›$ŸùH=s\r\n=HÛ|pýûg@põa7à&mp‹Ú\0ÈµäTnïü\0¸]¨(È¹\0(¸Û(Ôy(\Zz\r(ax\0î9]Ü¿ºp_zPÑÊTü°\0TÁU1l@ÕŸx@õmCÀã/€úˆÀ¤\n !\\hè¿\rhtÂž¥fžM$\0ž—­4£¤€æñÝ€–,[@ûWu\0P\n\0šÏ@ñY\07\0’œ@Zcû@\0j3\0€–\0Ø,\0û\r •Hó\n\0õÂ]\0=”àîÅx\r\0‚wá\0áèw€ÈE»=Èò\0òôÿ=Åä°«\0Eÿ.€r­@ix ƒ\0”7\0”8@wg& ßôàíP\r`dé*à£î`ôo `|µ\00±30ud`ŠÍ\0LëÎ\0¦÷ ß(`À·)mÀâ<`f˜™Y\0üÌú\0˜~˜³*\0,¤”þDí,©Á\0K €%|àïºdÀ¿ý Š·PõÝPuÑ¸ªh?P­Ü¨6T\0ÔÜU\\CÂ\0µ:³ëðo€:F@w!Àõ‘ÙÀõ·^7Ú\07ø@³C@³7W€Ö+À­«Ç;¶å\0w´êwGü\0Zúª\0-ïÏ-{TÖÃ€6Õ ­o3Ð¶Ñ¸Ïêp_€*Ð¡åÐáoÐQ¨	t\\‚.\rw‡CçÎx7 Ë—XàÖ] «Ý_ Ç³ã@Ï­AÀ£ÏÇ®Òú¬ÍúªZ}í©@¿æhà	õÓ@— Tá®\rÿë†¼œ†\Z>†>)†Jõ¡_þ\0Ã¾<†_éžöOƒô€§§¿\0ÏX|žéýŒÊñ\0F§­ž/^8S¼ yŒ]GÆBlq;€ñNËÀxŸb`|xðò–nàU×RàÕtC`bóW`\",\0˜º\nLÖÓ¯aéPS`:²\nxëöO`¶êg`ÎÉ~`®ß ð¶ÿ~`ÞØCàS¥À;í/€þÀø	`ap)°Øy°ôú#à½G#Àû‘ÑÀ²ÖgÀ2Xþà%ð!­XYÿX}o°ºþð±çðq·5ðñøE`müz`­<Xw3ø¬ñ°Iª¾\0ó­«?[-¯[ag/™ÝÀv—ƒ@ìq¸\nˆùbwY\0ñ«¶\0	#™@b>Hšè\0R&\n€T— Ãì ¹åcä\'‰‚õZ@¡ãE øûZ ,ð:Pö·¨¼½Øêì.^vKþ\0»¿ö{¼ÉÀ¾Ì!àÛ™oÀwÅLà0,ø¾yøžhüPù\ZøQEüÈ|üTóøy<8n¨\r—,\'.½NUä¿Îd¿Ù„ð¢€?÷‰?ÏR€?ÉÀ_úÀÙ£o€³oœóÔÀßÎ~À¥Áà¿{2àrá	àÊÁzàÊÊHÅÂ¤Ú©Î^­¢ô‚V½í­¶ƒÔ<öÔ…ê \rë†í7†´¤Ù­aˆ@k÷Ýé´É@hAº¿ôBò@ú²\ZÐfßaÆoQÖiOhË#\"h‹âÈü—ÈBd¡²È;ÚÚ;	ÚvRÚÖ“ÚÖo\rÚ^bÚ1—²Š~ÚÉíÁ`@{?lÙií×€œ,MA‡é ÃR?óe&È\0Y]\0:2ýä\Zèr¹¹”‚ÜÒp wÎ+Ç™u XÐÑà|ÐÑAÞÚª ï÷Á Ÿå>Ÿ¢ä¬äÿyèT\nr)Ï…¸Ô€B®.BÏƒB^m…}*ERZAg9XÐ¹G2Ð9>tÞj=è‚1tá‚/è óí/(–üïÖ\0Šòt),”´tÙÆt¼\rtù_èjÌèêÅPÒårPò9(\r	J×ÌeØê2\\ì@YO€rBìA¹)- Ü7 Û\'‰ ¼Ð <F(¿ýèNïÐ]ßPí,¨\n*þ•‚îRAåÿßãÁžÏ ‡EGA•{«A•Q¯A}CAßoÕ„^Õ^Å€jëü@uÝPƒÆNPyÔ¨]j¤…€š>AÏsU@ÏY§AÍŸÆ@-\ZAmÇ( öçy Wn@€8;ÐbØJÌ@ ó ðä_ÇAøTl‚¯¾B˜ÓAÈ­ï@¨«»A¨¬&V&áÏeƒˆÐtqDªŒ‘7¼‘k÷(½`­¢D“´€˜Ÿ{Alµ§ ¶V4ˆãÞ	âjqo€xù@ügM IŠ=HÚh\0’ÑÕ@òŒEâ:ÔÕýÔ½FÔ·úèuª7èõP#èÎYPÿE¨_1\ZÐZ\Z $€µÂAƒ5AÃDSÐû¹ ÐÈÝË ¯\Z@£Q ñ<hü­;èËÕ$Ð·:4è»ùCÐwî\'ÐÌj#ÐÏ(]Ð\\®hAÏ´¨\rúý-´”¹´TÏýK–Õ>‚–»\0 •\nÐÊS_°Êv6Xe\rVm<^½¾¬vñ=XÝ8¼¦+¼nm9X§\r^¿6¼1&¬o¹l°áxu¼¤\0›„±Àæ‡ÁV­`‹•ðbðÎ]ùà“¥àÝÝ/À–¢£à=ûÖ‚÷Ì€moè‚÷=ëïß}¼(l?| Ù| !|@vìhsì”æ	>òâØÝödƒ=jÁGs^€~¾>~5ìmÜö®¸ö&Äƒ½»ªÁ>!oÀ~%àÁ\'HÞàÝÁþ…¾à s)8(µ¼ç2øŒ[8Bý8²ý\"øìéeðÙ;pTþ 8z§8ú÷$8>~øRD3øŠÉ	pÒÉÕàä¶)pŠš	8e‡œrõ8}ý3púÅ‹àtÂ[p:9	œ?ÎÌ÷g¾#³®ÑÀY/Î€³P‰à,évðÍ‡éà[æàl8;ë-8\'÷:8‡Y	Î}1Î]©\0ßvó à{¡GÀ÷áÁ•ê	àJÇipåk}pÕÊupõ;pím0¸¶Ý\\w[\0®dnH›7ÔâÁOUþ‚Ÿ©ƒŸýæ‚›RÞ€›X±à¦¹Vðó7Zàfã/à–³“à–¨fpkófðËäcà—yýà—’Á: pç[0à¶„ƒÁk®ƒÁï»À¬ó`ØN?0\"¬ŒÄD€‘¯gÁèë/ÁØâh0®ŠÆ¯‹“/S»ëÁ´}Å`ZR	˜±©ÌBƒ™)]`Öä0»nÌ;¥æIO‚ùU`~X(˜Þ<\r\r™¥ü4°tùX°,×mw]IwUý\0w»:€ûþ¾÷;Ø€ûIPðÀózðÛ_Áoÿ¬q—Á#áOÀ(CàÑÛ÷ÁŸ4õÀŸ<±à‰mªà/¡Lð¤\rüõÔð×ùð·gð÷^ø‡J3xæ \0üË=<{žkWÿ}dþû1üÏíø_û?ð?bxYå\nx…¾¢‚)„¨ºhAVÝn†¬’@Vã’!jq~#/ šƒ!ZwaµêÈ:SkˆÎÓó\r*!º³¦Ý9\Zdã¨>Ä ½\0bˆ(„\'ûBLK ¦á\rSùZˆÙÎLˆÙ£)È–G\"È–ê~ˆE<²õ‘6dÒ²KÓ²+âÄ2sÄFÙù¿ëÅ½Öw!vÙ¶}ïú ÿ®…8þì‚8.Õ@œ3m .ëþç÷âÒSqM)€¸¦¶@\\¡á×þvˆ»æQˆGë*ˆvÄ³˜9\n–B¼>ÌBŽ©¿†xßN…ø;ñÉR‡øv¼ƒœý‚œøª9éÓño…øCŸ@üAiÁÐÈ\\È™o Éˆ§\"Hdf$êÃ_Èõ%ÈÐwHlO%$.¢÷é+$>Uríú#HÒÕ\\HªÐ’f½¹~\\r=i$£O¹ñ¤’yüä–ÏÈ-täÖâOH¶V$§º\0r{õyHÞÞ‹ü¥S‚HmÈÝ4*ä.\0)’ï„”<5…”ÄBÊ?C*i§!UÈtÈ#ýUê	äñƒçZ¤.è3¤îö-H}áIHC@	¤!yNT‡4WÐ!/‚¶A^ÔÕAÚ&¢ /›ðŽÿ{Ð9’¸$@€œýý	¨q\'žáAè¥@Ð!ÒeÅæ\r„\ZÝ	¡‹€0îeAØÞUÎÍQ÷œ-„o*„ð¯k@DiG RÛˆÔåDé…ÈÆÊ!Ê‘wî‹Þ›,Hß¥s7ù÷v@ÈˆÅ0däòA·2ºM{í>ùt÷\ZdLCóäB&Wl Sw} _O´A¦l…üð%AfL·@~öªC~å ¿*Ç!³à9}3ÈÂz+ÈïwG!½ Ë¸åË!åiÈòb)dEUQ@U¶l„ªÄ”@U< ªc j×f¡êƒPõl¨æðvèÚ§PíöV¨Ž~T‡e]ïóª·%ªg[Õ÷ÉƒnvH„n®@\r÷äC·ÜnyIƒšgî€šäA·Î\'@·m—A·¥ùA·ý9Ý¾q+t××)¨•Ö)¨Õò¨µe,Ôúøv¨uñ>¨5\nµùûºg[tïŒ?ÔvW7Ô¶èÔÎìÔîþ[è¾­åÐ}B¨}¦ô€Í*¨ã]G¨KÈ¨Ë+¨Óz¤ØêZÚu¡´Ð£ëb GCÒ ÇtÐc¯@½c-¡Þ¹ÆPŸ».PßgfP¿“›¡\'ýNAOß@ýŸf@ýß‹ !G ¡y#ÐÐ‡» ao¼¡áÐ36NÐ³K[ çlg¡ÑzCÐhOô|²\n4Æ=\ZãYýì½ˆaA/’Bãz·Cãû‰Ð„Ñ$èå–^è•ÕèÕ¼1hâB+ôZøôZâ4i÷[hRáhrÈ7hê‹(h\Z¼š~Îš½~	½i€ÞìÇAsö·Co;@óÖ\n ¼Jè]­Iha½´ÈcZì¦€–<|-yÔ-i[½ß¸-Ÿr‡>j†V¦žVfB«£Ðj²´Fÿ\"´æß}hm]´öU=´îv´¿Ú\0Ú	mdNAŸ~œ‡>·5€>Ï)„6#„Ð•Lh‹¶\r´¥3úâÚz—m³ùmž‡¶ß/†v¸ŽC;.ì„v¦p¡ÐÕ%PØ…ŸPøÈc(*ã£B±y>P\\Àk(ù¾7”zi\0JýpJ?uÊˆˆ‚²{B9ÞæP^ù~(ïy\rT¨¾Z€Š\\ âæPñg\'¨4r*ûb•_ßUÞA»¢c ÝÍÐþAôÝ•4èåthˆN\\9_ýhÕ\ným[	…ŽUB¿DC\'5;¡“ZvÐÉ,\0trþ*ôëã2è÷5EÐ÷ó¡³ãO¡sÕžÐù}; óñ¡‹èâ	èâ\\t©Äº4Ê†.}†.ýz]fäAWú-`ªhLuü+LuÅ¦Þü¦¡±\r¦­\n[ãù¦áÓ¦vÃ´?Þiÿš‡­û\r[,¶~Ñ¦ç°¦ç³¦þfÐu¶éè[˜‘ão˜ñs\0ÌÄã*Ì<î5Ìüºfžá³HƒmËÛÛE‚YÆýYÓaVmßa6ú¦0›ga{Ò°=ì`{]E°½äk0ÛûŸ`vàØ~§B˜ýƒ˜=NæÐ\\;øæ)ìø=ìðšlØaÃxØañ˜³Z ÌyDæ¢­sá­idÀ\\qÚ0×¯æ07O˜ûƒ³0È˜çrìØ¿.ØqÇ0ß¿a\'º­`þX€G8,HcâúRÓµ›‡…íw†¾Ä€9tQ¹1Q‹ô¹;[²‹:È†›0‡]HÖ„ÅéÅTäÃbêÁ.\nÎÁâ»ÃañSË°„¼ë°+;ÞÃUæ`‰æÇa×vmƒ]‹:»öõ.,©K=6Ëxã»ñ¶v³=–s²v»ª–›»ãŽ†ÝA­ƒ´°a¨vXÁÇµ°»iPØ]¾\r¬øI!¬d­-¬tÊ\rvo=\rVvÁVÎÛ	{àV	ó…UiØÂÙ`j`ØÀj@A°úy}Xƒï\ZXÃÒNØÓ¸XØÓ‡\r°ç¶°ç!‘°f–¬e}¬õ‰\ZìeöAØËªÐŽ\0%ða šiòX£ÿ†¹~†Ý †á¶èÂðZ†0üK1®FÊ…QL«a”`ô·¯`ŒÏ`Œä¯0¦æuóv1ŒÝ×~<	¾…ÉÎSa²Ó0â1Lé¹S.ß„u—Áº`}›°¾×i°×Î¯aý›¼aýÿÖÃ˜7`ƒ¯ZaCÔØ°)\röÞ46²7öqÕ>ØèquØèe8l”Ùûä™û|­6ç\r¯\\›æÀ¾¦Â~<ƒý¨ûõ›}][Ü7û§êûW`\0[6”ÂV†¨pÕðRøjcc¸fe\\ëÐI¸Ö-\0|mf*\\;×þz\0®Sl_Ÿ°®{<®ç,ƒ8§Ã\rÞ‡oZ_7‰ƒÂM]Á·avÀ·;aáÛ?Àw0WÁwE5Á÷Ô0á{j}à{\Z0ð=ï^ÀíüßÀíB¿Â÷í°ƒï_ßî‡ïgªÁíMð	ŽpÓWðƒîpÇéY¸So&üpP/Ü…ó\nî\"m€Éý\rwo¢Â=epÏÖµð£ë¸ðcwâáÞ«0ðV_à\'|ŸÀOjÂOy†Ÿz½8íð¿Tx@a<ÐÒ˜zX]	z\nÉt‡‡`øð/êð?½ð0¾fþp\0~º-\r~æp<Òp~þÝ,üBã/xŒf<&Ìós/<þÈ<>^~	>\nO˜¬‚_sÁ“ínÁSF¡ð4SwxúŸøõd<Có-<cóIxF›=<£ã9<c¶~£%ž¹–¿)p†gƒá9çXðÛ+nð¼îHøuOáw‚ßÃïä¿…ß!ÃïH+à:Rxã=x‘º-¼øüCø=kUxÙ­óð²G»ác0øÃ¼òûAxå/{xmçAx]E=¼A‡7„7ÔÃð§~4xSW	ü¹î*øóÞxKD3¼åa\n¼µØÞ¶½Þ^ö\ZÞ)Û®5€ƒr˜pðÍ{pè)ÆO‚#š4áØ;p¼ NHÃ‰ŠkpŠœÊÿ§=N„3RöÃY»èpkœ]\'„sÈ#p~ÓY8_þ.°ÃE†Gáb„\\b•—zµÁeNÀå&p¹b/\\Á…+XKpe¢¼;ÛÞ÷8þ:£\0ÞŸ­ëoõ¿Dø°E\0|ç	AÁ?œušî:ÃGkðO÷ÿÀ?=ü3rƒm„\r¶ÀÇ†´áã[¶ÁÇ	>ð/±‰ð/É*ð/•Öð)‹Ûð©q\røôÖUðéFð™“ð9»yøÜƒøÂW0üwS=ü÷‹õðß¿á\n¦àÆýàKÖ5ð°BÕ1¡êt	¡ÆÌChì}€Ð<‚@¬ñt@¬u{ƒX{Î¡³µ¡ûR±Ió\Zb“€0\0\"Lyº3ÓL„ù¾I„y¦aþ\r±³c±ûj%ÂÒ{aYÌ@XÅ€Vƒók,±7ò!Â®]a7t±Ï$±ï¶&bf±ÿ0±ÿØ0ÂþÝ2âÀ\nÂÁºá°ÿÂÑ±áø8qh“Â	b‹8\\¬p9¼€p™a#\\=ÇnèËw”áa¹áQ1ðÀ?Bxp#G#\ZÇ:þ ŽŸ_ðî\\AøØ!üMŒþ´	„¿è7\"@’‰™Ã!Â9!Â¡[§§#\"v\"ÎVT ÎBbÑë1™ˆÄDÜWD¼×FD|+\r‘pu‘v	q¥î-âêz)\"Qu\nqm8‘tö\n\"5h‘ZÖƒ¸n›Œ¸Þh€ÈïDduÅ\"n&È·W#²ã¯#²ñeˆ«hDÎ¾\ZDŽãSDîYMDþÁ>DÁÏVDÑß!Dqÿ\n¢dÍFDÉÌâ¾ÞEÄ}Y¢ÜU‚(¿Ø‚(©DTD#*î=BT°;vnB<@¯ L•ç#UÖ~ˆêCïžG<ö!jí<O®e!žü*B<Ýú	Ñävñüê¢uG!¢øÑb…x¹Œx9uÑ®6‚h‡‡\":ž|Ct0^#^MZ#€\\¼#fBÀ§ˆžÔi•C eéŒG³2‰À¿“#ˆö`‘5Ž ×ìGP\"Õ¬‚U~ÁB|D°äkœÉ]îm‚+ÎEð(Xß ÁÏXä«#„¡Ï1„0l!Ì<‚ôu#¤Ì\'ÙÖÛù¼BËF(ÈG]™NˆT¢w¦Ñ7ž…èw:„èŸ,A¼õƒ\"†ìÝC=Ä{fbpñ!Ó\nñ±:1:IGL¬­CLJ_±ùˆ¯ÓÔ»ˆéõˆŸ› ˆ_Îï¿žÅ\"~½Eü¦\"~\r\r fïas4ÄÜ×}ˆùÍ¿?x ~O¸!ó[«Û+ü¤ÊF#¤šò;RÓ#©uÈ©•æƒ\\»Ù	¹Ö1\Z©Ów\Z©G)A\Zp©H#Ÿe¤…ƒrt¹sür÷¢ÒæÂuäÞ\n&roOÒvwÒî\0iç?ƒ´ëAî;Gîß¾¹_‰´÷½ˆ´ #àH§Ù<¤óÂ¤‹¯òˆK-ÒíWÒ#†‹ôø=<æ>„<ÎWGÿŽ@_.Ez×+‘>³¯‘¾Ö(¤ïÇ¤ï¯È“Û½\'Û¢Cd°\"²>\Zú&yºáòŒ†òÌè+däyîíd´yÎ@Æ¥¡‘q7cñ™ãÈøÇeÈK6È+3ýÈ«‰-=ÈkúdÒ¹$d²¿;2¹»™¼ø™\n3B¦1ìéÁ½Èë‘Èë3+ÈÛ3‘7‘™Wû‘Y \näÍ?d¶Ígd®œ‹¼Ý…Ìß¡…Ì¯?ŒÌo9…,x¯‡,4öB]9ƒ,vžG–æÆ Kï®A–Ó½‘†1ÿ{|ð×YiR†||EÖ©ø ëë\rþ†ÈÆy)òyg5²9}ÙÜš‹l]\ZB¶ÍA¾üÛl­C¶C¿\"_¦\"{J€àHp^RBB(\"$4ë&ö¬\0	CÔ#*NHäO$Æå*ÇEbrL›)$½IŒd|¼ŽdîA²«m‘œ>Hþåv¤8h	)¾ì†<”\0Þ ¥—3‘ÒÜ‡Hií.¤”†”~úƒ”‡Ì#åŠ|¤©ìHBvyå »ã\n¯¯‘ýÎ‘Èº1rD¾soA¾×\0 Gÿ?ãSÜIä¸ƒrüâMä„§ù¥ŠœDïANE\"¿îÈEN×\"gÎs‘?\rò?ãàÈß_1ÈÅž%äßÈ1(ÕK”êÇ\r¨Uj§P«<QjA1(u¥qN†ÒHWCi®¶Bi¢•¨µ§ýPkÙ‹(3F(GÛPë/C­…Z?CmÈ¯CéìBm4ý„28MGmÒùŒÚôÔe|x5Ê8ÆezèjË!Ô–ûI(}m”Å¾ç¨Ì¿¨]/ÛPÖù×QÖ2C”Í»XÔž¨u¨}«•¨}Þ£(G¶êPãêÐÜ\0êHI=êH¿ÊÕú;ÊídÊ-†rëoGy3QíPÇÀ(ß\'Q\'æ&Q§ÞDù{†ò+P©6¨à£GP!þ‰¨Œ*<\'>?„:íËEñy:Sµ	u¦Á±|\ryËu®/·}Ç§…Š»÷\r÷Åu‰¸\r•½ý;P—=V¡.wËPW¢MPWËÅ¨kÚ£¨”ÒT\ZA\r•öËuý†*ƒõ•éñ•uæ2êfd$êvÝ?Tžõ-T>î2*ŸÞ‰ºóµUtoUìë*®_A•ù Ê.´ Ê·¨ ÊO¡P}e¨›ŒPZ1¨‡kÜP!“¨Jv	ª:2UÝ@=n.DÕlÐ@ÕGÕ´ë£jK j•~¨zH)êÉÞpÔW$ªÁ›ƒjø†jÔ¼Šzºaê)´\nõt`õlÓqTÓøê¹nª»ˆjÑà¢ZôP-ƒ[PmŽRTuÕ![B½Ê¾ŠêÜ´€«¢@GƒQ {Z‚ê à:ÏPð‰\0ÂR\r…6mCáÆBPxÕQþ¨>\nÿû!Š D€(’KŠ¼1Eí@Qg×£è‘PôgpsÛE«0\0Åâ>Eñ,> O\\PÂ\n\'”p~%:±%¾§@‰·¢dŠ”\\¹¥ˆè@)À6(%ªÕÕØ‡êâ<Du{ÁQ½âM¨>\Zõ&´õæô$ª_«5 Vƒ\ZPB\rnëA\r&ÑPƒÍY¨w÷H¨w¿ªQï²QïcsQï™P£:¨Ï•|Ôça jŒ¾€\ZW±A}‘£¦rQßT³PßÓ7£fê§P¿â™¨_	4Ô¬6õ»uõ\'(	µt.µ¼n/j¥åZ%Í­‚^B«Z%¢Wq˜hu©.Zýï{´æîhMËè5•ÇÑkí‚Ðk_¼Ak»|Fë@Ñë¿½Bo:R†Þ,¢¡Žk£¦ß¢=Ñ&¸:´éª´iâ=´™AÚ¬Ú½åP	Ú|½mž3…6/«G[L%¡·®±Do·}ˆÞþ&½#ë(zç]?ô®÷ôîÂ‡è=J9zogz/é:ÚÎözÿãmè-pôoh‡_Ãh§x5ôaì5´óÚ»h—ô‘±5è#Ë\0´«¡5ÚÕ+íÖd‚ö ¡è &G{=Ä }©h?×Tô‰pôI\'\"úTv8úÔÔ´ÿúX´ÿ#:p¬$ CFóÐaÏÐ§µ5Ñ§ÿø¡#‹ÂÑç\n7¢£¯½BGÿ3C_pËDÇšF\'è­B\'üÄ ¯4nC_i\ZA_£‹¿¡Ñ§ÐIQŽè¤Û…è¤ÅDtZûNt:¹¾Gg¨ŸFgâ^ ož@ßìÚ†Î@gcÐ¹¶|tþÃ3è;mbtâ$º(L]T\Z‚¾W&@—Oy¡ò¤è*ÿ6tý\0ú(]]ÉB?Þ-G?¾>‡®YLG×Ÿ)E?QœA?«1C?¿þÝÜ A·¨ÜF¿8ƒn¤¡_-|GQëÐÀÓh°ÛU4ü‘\r¯¹ŒFj8¡‘ùÝh4\r‰Æ4=@ã4¼Ð¸Ãýh£Mð\ZC“ÞoCSÒo éÐ4ëy/š{ºÍ_þŽ\0êÑ‚·¯ÑBÐ(Z¤ú?Æ3´¸3\n-9Ùƒ–m*D+X{ÐÊP-´’õÝÅþŒî.Dw·¢Ð=‹zèÞÐ}¡èþ“›Ðo‘tô»…!ôû0#ô£ÍèÏö£?×ÑÐcöÙè1OôøN\rô„Éiô 5zJ¥=•SƒžzˆD¸„þÖ‹FÏ8îAÿ\\Aÿ\ZBÏ¢¡ç||ÑsuNèùŒèEƒ½èE—ô¿É+è•Öƒ•0/ÌªcZ˜Õg¶`ÔìäõDcŒzcfM£Õ~³Ö´\r£]ïÑ~–„Y—)Çè¬#cÖŸ	Æ¬ûˆ1¨«Ál\nÓÂlŠYÙ”ô³Y÷fsn0ÆøU7ÆÔï7fË`<ÆÜ1\Zcî…Ù\Z{³UP±4ÌÄX&\\ÅX²?`¬b¢1V\\ fE1Æö*³Ï³\Z³Ÿ›‰±¯ÔÃ}Š90f‰qPÄ8ìÁ8ââ1‡R–1‡ˆg4ÆùÇmŒ‹ÅŒËi5Ì‘ðEŒ«q-ÆÕ²ã~HŽñŽñøæƒ9jdˆ9Vë‹9ö7\ZsÜosœðã£›‡ñ±¹ññÿ‹ñM<ˆñ³óÂø]0Åè0ñÍ˜ÀŸ™˜àÏÉ˜ÐÚL˜ÅLxó^L8ø-æö&¢æ&bå>&úñ&Ìyl\0æBŸ&F¯[cŠ‰[·“((Å\\S?ƒ¹ÖŠI:þ“|,“…Ä¤haÒm1éÉÇ1U17úã0™z{07o217ÇÏc²‹bòwÌb\n‘L!ú¦‚Ám¿ƒ)ÚñSÜ‡Ä”ä¶aJª1e1—0e¿¤˜òï0ÐVÌƒèÌávLå–O˜*%\nóÈ‰yÄ&c-_Æ<>kŽ©1èÄÔ,cjîýÅ4ìÚ‡i¦bžyÿÁ4ïïÄ¼¸ùÓvÝóò`9¦]\'ÓN;„y¾xDÀ\0Ð5àÂDï;rzééÅ@CL10n59ž…AyÅcP^T,	ƒŠß…A«üŸð–&lƒùÜŠÁüþ…Áùbp9ÓÜ†`ðCŠ»‹¡ôlÆÐ_`1Ì-NA†OëÇð‘ã{Œ¢ÀÈ’0²Å;¹à;¦ëÂkÌë½y˜×M+˜I8f8Ò3üa7æ#’Ž=ˆù„Ø€™ÐûˆùBŸÅLžý™D»c¦ò]0S=˜¯îN˜éÌôœ\næ@Šùu„ùõðf®‡€Yð¨Âüù9YüÛƒYn\'`–¶˜å7w0+à	¬êùµØU°«ÃS±êOÜ°\Zx¬æqvÍ±CØµ}&XíÍ#Xí–Øõ\rXýšOØMœl¬¡°k¼A5.:5þ²‚5EÅbÍ^øcÍscÍÑ]X¿&ì¶ÊNìöØïØäËØ]·z°VK°Ö»†°Ö‰NXëd¬d-Öæ#»¯[ŽÝo†Ý?¬…=`ÁÁ8æ†=è´„=xí:ö`÷mìÁÞ3ØÃy™Xç´:¬3ü1Ö…ûëz_„õÌ\rÅÓ¾Ž=æð{,â\"öø9öø²:Ö§Ž=Æž¨²Æžœ2Çžê´Çúw-b`Câ—±¡ê-Ø0\Z6,€\rÃ´cÏ8&b#œl°½%Øs÷8ØsÐ$lô	ö¢bÇ-À^òÂ^J¸ŽMH3Ä^9¬‹½JrÂ^ËXƒMúmŽM¾ëŠM.ý†M{í½¾ð\Z›Ñ–½1p›Y–ÍécsóK°¹m¯°¹ÌzìmÎUl^änlþ°1ö¿[è-j»ˆ-Âa±÷Ö`ï/aËt>cËÜÍ°åyll9P†­È*Å>(½}¸~[i!ÁV%?Æ>Þ5­W_­‚°ÏÈ!Øç×°Ï³‚°-¦óØ–Ì»ØV|lke<¶­ÑûÒáöeÂKìKðì«Nc,@ohõtzŽcb¡‡R±PŸßXXüf,~‹Ê]ƒEÉwa±/Ë°XKHø‹%ÆÕc‰üXÒâ0–\"ðÅÒÿÄÒ~°t\r,ã~–5¼Ëm5Áò¼j°ü°f,ð	+¼Ÿ‰ðÁŠ>ÎcÅ	_°RM¬ôª\ZVö)+â‚•‹ê±Šðh¬QŽUÞ6Æ*;Ø®Ò9lwÄlwc\'¶g~Ûwàöõ1v€$Å0¦±&öí½0ìÛì»15ìÐØìûsØ‘vä¹\nöã™FìÇÏ=ØQƒ5Ø‰«°_©Ø¯t°ÓÇ*±?×ýÄþÄ+°sÓ³ØßVØE‘5öoÓì¿4uì¿‡bìò‘³Øå!ì\nÀ§R9ˆSÕÚ‚S}”Œ[e3ŽS÷lÀi|JÅ­y=ƒ[{ò-NûËœŽX€[¯g[·€[OHÂé”âô(HÜÆ5Ù¸s†8ý«ßq†N`œqg+ÎDß·EŒÛ¢¯ŠÛŠÅã¶’Öà¶_QÃm¯ãàvcq»…q–o%8«oWqÖ	wqÖb/œ\rŠÛsø8n×n_®>Îq³)îÐÎi;w¸î!Îùi:îˆ^.îÈÞ[¸ã‹é8ï}»qÞÇ÷á|/ã|¹8¿‘ƒ¸“eopþò\\€ö.\\\0*ø„\">Æ	ÃqÁ=wq¡wvãB;2paz@Üi««¸3,\\Ô¦\\t@\'î|Pî|§îüdî‚Ä“¯ÀÅ­nÁ]vÅ]Î[»š®ƒKlvÁ]»ÿ—l¤KNKÂ%ßû…K±ØŽKßx—^—‚KÞ»~ýîÆ`.2†»Y¹	—Ýw—ëïË7µÆåÛÂåGjá\nŸ˜áŠ®ãJ&ºpe¾©¸²;\n\\Å–6Üƒ£TÜƒSûp½Vá*Oãª´}q5öáêV©ãê±½¸\'ãú¸†m\\ca7®ÆÀ52†qÏoÊp-†0\\Ë®\\^÷â×7\\ëÚ^\\›ýQ\\›d\Z÷íëmÅuÞpÃRp€R(Hdá ÇpP‹ý8è«,bæ!Õ?‹C¨Åa–Þá(QÇq”¼“8êQŽ¾×ÇØîcZPpÌ”Fs1ÇÒ[Â±6ÂñÓÞãøÅpüÇN8K=N,]ƒ“(<qÝn!¸n+\\wÒ3\\Ïd\r®÷×(®_á†ë_šÂ½=t÷–<ƒ=ÈÀkãÆdþ¸qv8n|…Ž›è}ˆûr&÷†Æ}‘gà¾>íÁMŸ£â¦o\\Á}»2„›ùÆýTGã~ºGà~F¸ã~æYà~\nîáf-öáf/Uáæ¢p¿p‹&c¸Å}Ë¸Å‡†¸¥?Ïp+Òp>x•2^eÑ¯js¯–û\n¯6¡‚×°ÆkNÂkâÇðk.¥âµ66âµ §ñZó0üº€0üú,¼M!~S×#üætÞÐû(Þèè ÞÈOo¶†Œ7›câ·4ÞÃ›ï”áÍà·nÛˆß*Dá·{Fà·3­ð;4Tð;²eø]Ž_ñ»5CðVâ\n¼¡\nÞ†Ÿ„ß“¸Œ·­5Ä;TUàþÆ;ùXâ]tŽâä|À».çàÝÎ“ñn#½x?ñžžø£óx¯ójx¯IGüñƒx¯8¼ÏñN¼¯Ðb]þ¤ÖAüÉÝFø“ø-ø€õ=ø Ó)|Ðð-|ðþ<|ð]|èí%|˜ª->ìe	þô\røÓagñ§ÉX|‰<óµf>êeþÜ|ô¶\nüâ(þbâN|ÜN>Î5© 	Ÿ°?Ÿ½\ZŸð	+)øË§á¯X|Ç_ñeá“L\\ðÉ‡QøG|†ÀŸE·Äçtæàs¤©ÿ«Æç:­Çç\ràÀWñw\'œðEQMøâ¦|i†þÞÏBü}ý›øòàz|ùÝ|ÅY|ÕŽ/ø*—\n|•k&¾\n†ÆW	ÿàÝ~ƒ¯ž–àkË3ñu^Qø:˜¾®…o¤¼À72Ÿáy–ø§§jðOÃKñOÛ øÖ—›ñmcªø¶Ÿ^ø—¶øÎ	3<À*Üm‡‡ÞâaaÍxD¤ÈÁ#Ú¶âQ‰cxtÉ4ž°\'\rOjWÇ“ÏlÁSUÐxêžP<õ/OÓwÆÓ|âé©-xúJ7žY‹güPâ9vx^À¼ÙŠ÷,ã¥N~x)ÔéžxÙ[^Áçã»2—ñÝNã{vrð=®Ÿñ=c%ø^p1þÍ>w|ñ-ü€›þ-ïþíküàöÛøÁá\Zü°w\'þýê{ø‘Õ?ñ#Åbü\'ÝƒøÏY±øÏ—ðãßñçéø/‡žâ\'S·á§.oÂ]-ÁOÏ–â¿ÀÐÅ¤†ÿQu?“}?Óú¿Pp\Z¿ ±Áÿñ}‚_ŒsÆÿµÍÃÿÅ]Æÿý‰_ùOPybJP}\ZBP3t\'¨+a-Ûs„µ—âk“l	ÚŸ?Ö8AX¿ö!aCÐ=ÿ› ›ÖDÐÍÛBÐ3ôÞi6,ôAÉý™,Â¦Û@Âæü·Ãu±ÃôWÃÜi‚Ñš!‚Ña‚±ù‚1áÁxìÁdE…°Å1˜°¥æ2ÁâV\"aÇêiÂîÌ‚õƒÂžƒž„=•I»O†ûø‚=ªšpÀ@…àpƒApƒ	ß¢´‡S?\\Ýþ÷ò!ÁÝfÁËÆ‡àåÓKðJi\'[È$_s˜p|0‹àsàÁ§f€à;\ZEðëN#œØŸE8uä!¨µ‡læCÝ•BWN›æNçêNÏ¼\'œÙø‡pf®åºH8¯Õ@8[BˆBb­G±ˆ„‹µ<ÂÅº(B¼)!~4˜p	dJ¸«F¸ZSK¸ºKHÞãIH}2EH‹YG¸þ<¡\ZKÈØ^O¸±$#dVœ\'d\"b7¿&d¯9@È~¾ÝfEÈ)8OÈó_CÈL\'Ü1A\nwž&³ÅKxBÉ¥ï„RBé-6áÞ?Âýž9B™ÉKBÙ®BY:¡‚D¨è!T,~$<8ø“P¥jBxt$ˆð8>–P«5K¨ÍßD¨wª\"<{J\"¼((\'´î¦Ú·ÚÜ«.:ƒ	„ŽÏ„W—v\0ƒêÀâQ(&€o	à‹C°ì	À#@>dà?-è_Ö< €Ÿ›\'SþˆíMòösÊj=ížãE`®Ë%°Êk	ì‡šŽú g×Gàã¶„ÖC!K› ~ƒ%H«ï¤½û	2OB×ÃÛ„n+¡s†ÐãÂ!ô®…zO&zS>ÞL~%ô¯ùH¬M%¼{•JÚDªýFVÞ/‹	}“	¯IŸÖ<&|\nR\'|®ñ\"Œ\'¨&»ûSw	SÌ­„©®W„iÏ_„ïÑ„ïwæR\n	ó\rÞ„« Â¢Æ_Â_³K„¿iz„ÿºØ„åÜß„•¥)âªkAÄU%Ç‰kôŠ‰kô_µDp¢vc\rqý^=â‹hâ®qÃT\nQ7{€¨~ˆ¸±TN4Hb\ržV7ú\r¯x\ZoˆÆžµDs;¢™Û¢ÙÍ1¢ÙŠ¸µê\ZqûšâöSsDË<9Ñ{›hÕjJ´öS!Úxo#îÍ&î-_O´Þ&ÚÙ#‰všD»†&â¾OáDû½ŽDû©âŸ3Ä³‰W›~K%:É$:ÆëºWˆÎ“»‰n¾·‰názD·6ÑózÑ[œè]áJô†[}qÁÄSIÄ\0ÛwÄ\0øZbàX%1¨Ü‹ÄýN‰ï †ôl!†žŽ#†^Ö#Fª}\'FAöcÚˆ1ÓÄ‹®ºÄø$âå¤+Ä+ë…Äk€%b’m:1‰$¦<G¯Ã®3i­Ä›/]ˆ·p¯‰ÙîÏ‰9ÉÍÄœº?Ä\\“‹ÄÜ>âmÍ¿ÄÛ{ÑÄ‚kêÄ»vFÄbËÄRß6bivñÞD6ñÞ7ñá†)âC‹UÄ‡Þ6ÄGÄ:ôb]ÿ6býþGÄúã\'ˆõÍ¡Äzé$ñÉ\'âÓ+ÄgîgˆÏ\n¡ÄgMë‰M&pbÓ[b“ÏbÓï½Ä÷<ˆ/Z#‰/¯©ÛëŽÛ{Òˆ.³ÄôEâ«ì³Dõ2\"ºB„	‰PÞk\"ìÄF\"<èùAÄMkñ·´ˆDÝoD2p7‘üÎ‚ÈØfMd1‰Ìƒ7ˆLç.\"óå3\"³w’ÈÒ¼BdA	DV÷n\"gú‘Û¯IäþúE–XÅÓo‰’\rD©ç=¢´·ž(ËÓ&Ê×»’çˆ]Ü^b7=ˆØÛ=Mì£È‰¯áXâ[s7â;“gÄwADâ»¤Zâ;É(q\\B¾‘G|__O¹Lü@¿Düü!–øyf#qÌ§ž8ÙâNœzu‹ø•¼“8M¹Lü¶Y@ü¾Ð@œ9MœéK&þ÷ÿ$ÎÕl%Îoô\".ÜÌ$.üûJü3<H\\<VG\\d´ÿnýIü[FüÛ²ŸøïG\ZñßoMâr›¤Å“TâHj\Zú$µW9$u•õ$õ\'Þ$>)I£?’¤i]HÒfì é3H:ŒIë_%m0.\"mHº?<HÍþ6&î!mš¢’6òH†µOH†BG’Q”dbgO2ÁÞ%™>¼@2Åì!™E®&mÉÏ$™{Y“ÌÃ¯,n–‘¶t‘v?ºH²4í#YéÜ!YÑ…$kó{$›Þ^Òþq*Éqú éP\0št˜®E:¬ø@r¾…&¹l>Fr1õ#yT“<@kI>«}H>¿E$ŸÅ\"’ï±l’ïøk’ß-$¿¤SëÖ“N…ZÎƒIàvRpÅ/Rhx\n)´Ä™Ú3@\nC’NûÏ‘\"6:\"\"ÕHg½IçõŽÎƒ_‘.ÌKI1GÏ“bžÓI±õ`Rt\')þA:)ÜDJ(¾DJ #]±÷!]]ŸCJŒJ!]{FJÊ™%eD˜’23\rIYHY<I·*³HÙŽ\nRÎD\n)—äEºíUIÊÓÝK*Ró#•D“J¶‘J–žîï;E*ó8Cª8ó›T¹Ù‚TÉ#Uõ›•-jTIµS§I\rí-¤Æ·÷IO[–HÍæ<Ò‹o2R«hŽÔf­Kj³¿Ejß`Nj7ºDjßGjÛ“:´O“:ÞÆ:†ï‘^¹i’^ýê\'u6>\'u¾°!LŒH€V%	øá>	|‹Og«‘À¯·“ ŸgIÐÿ{	{ƒ$Á¼#!³$äu7*.š„¶M%¡Ï·“ÐóOHx½Lþj ‰ˆ(\'‘~z“ÈÆ–$rÈõ‚\r‰¶q‰YåHb]‡’8WIœ7&$žÁ@âë,“øÛI‚«oHÂf$I´ê/I\\qŒ$ÜE’©úä	I!ÿBR^0$)™¶$åÀmRINêÞöÔóšMêY#\r¥Ú“†Øµ¤¡Þ0ÒûžO¤`1éãèGÒ§ŒÒøªó¤ñþ\nÒ—»i¤¯Û¾’¾4HßúŒHß7óI?·ß\"ýêÜKš+<Cšëÿ@šßOZXÝMZÈê\'-@ú·Ç´|0ƒ¬&«t+È«íÉ«‹Ž“Wÿœ&«Eë’ÕÃž“Õ¿Y‘5ÔN’54´ÉZÃOÉZ¿gÉk\0È:f~dVòú³®ä\ryÈºšt²þ½-d/ySÞ Ù¨ÅlDâ’³É&!ÏÈ&“ždS^\0ÙôÝ:²YVÙ<ç\nyëfò¶8còvÙGòµ\"òÎásäÝ÷È–§.‘-‹ÊÉV9²!…lM¼B¶–U‘­ÿ@È6‘wÉ{aåd[\rÙnÛ*²-™l×!#ï×™%ïç™íßÉEAäƒ‡Þ“^\";ît&;*ÈGJ×“ÝÖÎ’Ý†uÈî7Àä£CGÈG¨’Ý9Nö†›“½ÆdßšçäVx²À)r h59ðÓMr“„³\"õe’ƒO:ƒ‰yä˜9Ô¥’vªîpŠ|:Ð‡|úþZòizùŒ±	ùì‰µä¨Éç.§“Ïÿ!_(‘cþ™ãò^’ã‡ÓÉ—Xä+Øò•Ïä«¥tòÕçKäk·UÉÉ·~‘“+Þ“SôšÈ©flrúzrº+9ÝW“œ>òœþÅ‡|½*ƒ|ýQ79ãj/9ƒìK¾Ð!gÆ_#g>„’ož½KÎþw›œó¨œœ°@Î­}AÎ;ÜNÎ£ä‘ó=$ß½jC.,É&V-äÂ÷\"rÑÅyrWJ.ÞÓN.Ý­G.\r¼A¾o{‡\\æ:E._çN./X!?\0= ?¬1!Wöß!W{ÃÈÕéäÇ÷É5¿^kµ‘ë®áÈõD¹žD~Z2K~&R#7 È/|[u†È­gÉmºWÉm·òÉmÓä—î]ävCrÇ:ùÕy4Ø–@Õ\\$C”D2d€@†ÆÓÈÐ10¦ú‰Œh½HÆVµ“qoÉä;2qŸ=™TÐD&#^‘)&Éôö82&3x¶dvû;2çˆ5™óõY°E—,<˜,,‹\"‹cÈbïÍd‰æYrÿYz3€,‹V!ËÉZä®±Jr)Üü›üH&”f‘ß‘JÈC~EäïäQ³,òg×»ä/‰Ýä/CÁäÉò”³ù«×sò{`òæ\nò3ä­ëÉ?È?6¢®“m\"ÿ\\l!Ï~úBž<DþE^Z“N^zx€üwQAQÕQ§¬Ò9LYµa‰²êš²ÚKQÛ€¦h¼Ÿ¥hüdR4÷ß¡hÒ‰”5R2eÍ#-ÕZŠ–Ôž¢ûª‰¢÷’NÑùC1hÌ£@ßR\"(›´S6CöR6c)›gŽRŒ¯|¡˜¸o¦˜L0)¦u)¦ì(¦òg3½!ŠÅe[ÀmÊn/#Š¥OÅ²\nF±ÞA±vò¤XWGPléRlÐ”}z(ûn(ûa”ý¡G(öf”Þç(ˆG)A)Žæ$Ê¡/)‡ ±0åHógÊJ)Å­4ˆâÞð‡â¹;ˆâåïEñ:—M9¶³r¼%ƒâGÓ£œ,âP¤0JÀû½”Ð?O)aM”3”È“µ”³¡­”ó«R)±Q.”8•û”8F%!N“’0žrYc†rÙO¹ü ƒr¹\'…råhåJÌÊU7kÊÕÎlÊUøJbá(%±HIæ·RR>úQÒÌïPÒ*¶PÒ8”ô7JÆYJÆ“\0JÆÐvJ¦o\'%óŽ’)½L¹Éï¢Üêœ¦ä…’(yÏT)w>q)c”»7Qî>ÝF¹;ÐH)Œ{L)2Ð ð£”x(÷m](÷¿ØQÊAJ¥k5¥Zý6¥Ú|ŽòX/ŽòI©ë‹ Ô)\rö[)O;)Ïâ])MÆé”&¯fJò$åùÁÊó\\<åùýiJ³&ŠÒ¢SAy!²§´é0(/Š(Ž/(àuYpý LM¥@¶ÆS —Õ)°ö}~%€‚¨k£ Ö}§ â·P0Ng)ØLË@Rð%ç)„\na;B²ÙJ!k ÷fP¨[7PhÅ-†Õ\n{å\r…»ÍŸÂM«¦pß7Rxû‡(¼¤{Á•QŠ`é0Et¹\"m?I‘þ¾D‘yRä=0JÏÅ6J¯ç¥7÷0¥—Oy]’A8~Œ2´Dø ¼¢PÞý¤¼ËfSÞÀ(#g²)#7ó)ö9PFÏ¥|¾±…òYlJ_u–21bKù²L¢LuÞ§L¢(Óv¶”éÃ8Ê÷ZÊwÊcÊÏMu”ŸÞå”Ù”,Êü1cÊBÇÊïôJÊâU=ÊR‡1eÅJYùRAUë?IÕl‰¤jNRµ¢V¨Z}0êZs	U;Ã•ª3ºŸºáa;U÷àU÷Á\nUïƒU?Ï„j°!‹j\0ØB5Xj¦n^mF5\"êQ×RMŒ©fËéÔ-}©æŠ·T‹/›¨Û¶¤P·¹]£îÌ]KÝåt›jéŸGµLÎ¥ZÙP­µ©ÖQmÔ=%áÔ½Ÿ-©v+ÁT{÷\Zª=àÕžE¤ÈÙI=ðxŒz )zp¡‹z(e˜ê$þJuC©nÁÁT·Ð.ªû‘ST÷À1ª»Àê¢z–&Q½R/P½P}2iTŸªïa{ªß:ÕïÇzêÉ=óÔS§+©§ÔàèUÔ¨>õLòjT†zîcõÜujôiCj4žD¦Sc~¥S/n\\G½˜ÐI/Ð¥ÆW|¢Æ/ð¨	zSÔÄòpjÒŸcÔä“O¨Éü$jº¡z}×{jft3õæû‡Ô[«‡©·Žþ¡æÚn¤æŽPsùw©¹C«¨·B¨yá~Ô¼K¨ù¼Ô|EõŽûIjÓµ\0ñ†z÷Æ$õnþcj	džZºË”Z¶é,µìê-j™²‹Z6ü‰Z~É„ZñH}pÝ“úàÁCêÃ‹Ô*ÃUÔ*Àgj÷µæÕµÖ¼–úô‚\rµ©öõ9Ä€Ú|¥ŒÚ¢-£¶|âQ;7­¢NQ!FUT¨ÑI*ô…œ\nËK¦\"ª¼¨ÈûóTÔ_*Žó˜Jd¥’|{©äÅN*5ºJû¾™Ê,q òaÃT1JD•8•P¥ô¨Òº»TéìjªŒ„¥Ê¦ÖP»ê˜Ôn¢µ[~žÚ–OíA…R_Ã®Rß¤ØRû¿¾¤”USšQßfûQ?l+¦~ÌL§~ÞOÕùJý´6‚úéàWêX5:îÒKð§NR¦¨“oƒ©“Ÿ(Ôoˆ*ê7Î	ê÷ÉêJu¦ŸBýµùuùR:u¥lš¦{@SÕ1 ©~‘ÐVí¯ ­zPISóè ix=¤iö£­ñ\n£­yÌ¥ií.¥i¶£i¯&Ñ´·iÚÿ’iëÌiºva4ƒïÓ´M¬šÑi!Í(î!Íè&f\ZC ™ÊÓÌJ7Ó¶hShAc4‹¦(škš¶õÔ3ÚVLmûú´í3_h;}¶ÑvÒ,›,h–ýJšåDÍªù<Í\nSA³þLÛ#ÚJ³U}K³Í Ù]zL³+FÓö­w í{×JÛ©vàÍÁv˜æÐ\\Jsì B{ÑœÀi.üÚ‘ò‹4×S4WÄ$Íõë[šÛ=2Í=>˜æ^ýæ^¯Kó¨cÓ¼Ž^¢WzÐ|ôÑ|É´“ÛÒ\"h\rž´ ŸJZ0h=-X|’v‘H»v”>¤¹ûŠi­ E–wÒ\"9LÚùÚy[ZÌk*-Ö4‡ûü9-þüí’Q íêBíÚ¾\r´kcdZÒ,-)…LK‰ßBKMÉ¢¥¥ÙÑÒ«/Ð®_˜¥Ý iY‘´›#$ÚÍ9´[¤c´¼‰´<ç ÚØHZá!­Tø‚VúF»ß`@+“—ÑÊ7Chå,CZEê\ZÚƒ5{h5Ó*-fh5É=´\Zá­Öý­þú0íÉÙ%ZƒY5­á¶=í©·í™ÖEZÓª/´¦#Ú´çá½´æÄ|ZsœöÂPN{a¾‰öb·­UPA{éöƒÖañŒÖ¦½RýC{Eq§½šj¦Öo¦OÒ@EWh1\ZôÇA\Z:Oƒï§Á¿yÐC@\Z²ˆOÃNuÑp4rùn\Zõ½?z‡FÃ6Ðè%L\Z#J—ÆÜûžÆôþ?†\rÑ˜J\Z«tÆÂ­§±·ü/¯ŸÆ‰‹£qh\\Þqš°JÑÄk„4ÙÁšŒ„¡ÉE4EY\Z­Ë=‰ÖÕ5LëÊ¦u7m£u/®Ðzki}ÆÞ´>çk´>o­/Ox5Cô‰¡\rÞºA{—XE{\'\'Ó†L{hÃ¥´÷«Á´èÚN,íjš6ÁCÓ¦Ì¹´o{X´o9»i?^¤Í¼¶¢ý$ÔÓf\rúi³¥á´YìIÚÜÆ>Úª—ö\'©ö7•Cû+]C[I¤­<,¢«ô9ÓWIûè«u:éšƒék¬@t­í7è:vÒ×/QéD	ô\r=éº±³tÝÛ;é=ÿÐ7&LÑõs\\é;çèsëè›ú=é†™[é†ÏÖÑ‹èÆ9ýtÓYCú¾Ý\nHß!ÿKß1ó¾ÓI·ñ¼K·[Ñ÷îK ï¦Ð÷‚\0ô½¿îÓm½ké¶Úô}ŒMôýçÑ÷Ï¸Ðí2èö18ºýý}t{l.ý€ãqºÃ„\ZÝ±m‰~H´Hw2_¡;=}K?œ€î¢QB?²cÝ•3IwýWGw{¦{˜[Ó=õŽÑ½^NÒ}jEt?0ýDS=7NüC‚Áèa”dzøèezø‚.=ü¯\rýL¢-=â¤=bù=²Ëù«µSA?§öŒkH½ÓL¿XÉ¦Ç¹A·9O§¯Ðã§NÑh>ô„ÁÇôË<ý\Z‰EOJøKO*\r¢§íl g˜ñè\'Áô=³ô›¯vÓo¹Þ£ß‚ûÓo1ªé·~aéÙ€;ôœOÉôÛ¼ô¼Áô<x=ÿ”\rýNö\'zAm8ý®î4ý®û}z¡Ù]za½°ñ3½ø„\'½´•D/…zÑïïR£—ó¡ôŠ\0MzÅœ½jG½Z¨C¯~¿Hl¡×½( ×½dÓë†9ôzç?ôÆgéï·ÓŸIåô&GzS*½	VFo¢÷ÒŸ=£?Ÿ~JoŽn¤7§zÒ[š?Ñ[ ©ôVƒíô¶ý¥¿=½Ý÷/½ýÛ8½£w™þÊ4‰þÊÖŸþÊ#“þ*f;½Óh3½³I“@ÆÑotéÀ7Qt†D‡ÆŒÐ¡B0:nE‡iÓá	UtäÎf:òç{:ÊKÇD|¢c*úèØ:%÷GÇ`éø–tÂ“·tâ•x:iG>fB§©iÐ™ÛèL–ŒÎJûEgÞÓ9tW:ßMBçç}¦ó›Atáé·tqÈgº˜º.9r†.½§K§Séò›Ùte·½ë4‘ÞË Ðû6GÒ_G¾¦¿‡Ñû\rëèƒ¬é#?éã:.ô‰Ý“ô‰®ô/ùú‹>õw/}úÊCúwwoúÃô™šhúLþs?˜þë‰’>ïñ>S…>_FŸo=Oÿý¬‡¾ä£ÿK²¤/sìéËoÆè+˜WÕCŒUÅÍµdc†ºÉS†z\\C=ý\ZCýæC«pC«ÿ6CëŠ¡³ËX†36ìúÍØ\0qbèþÐelL^bl„~`ègk2BŒÍåŒÍ=†¡Ú\nÃÐèÃð¥ÃÚÎ0=šÌ°8àÍØ:z”±­T…±½4—±³0™±«í\"ÃêM	ÃZ‡É°>dÉ°ä3ö~dØöç0ì‚…ŒƒOYÇuŽýAŒÃ‚-ç#OÎƒÎEC×_†kaÃ}ßu†û„áqcÃ£i‚qtg2ÃëCãX¥ãXŒq¼#ƒá+\\ÅðóÅ2NÊ\'ƒ!ŒS5wþFŒ€ÂjF ýOFð¡FˆŽ*îd„›ó§×ýdœ3\"\"Ÿ0\"^Œ³ÿ(Œ(ŽqnÕGÆ¹ôÆùÝ1ê³ŒØ­¿=-qVƒŒK¿T	¹Œ¤ÂmŒŒ]FFx #ƒÉaÜ(B2n|bÜ*qfäm~ÄÈeä/Å3îþaÅ<g” /1J‹º÷œK÷7Ù1îçq÷ñ:Œ2@!£ÜBƒQ¡1È¨$ô3jnìfÔý 3êëÀŒú÷îŒ\'u»\rµM…ÍºŒ6Ç/ŒWmÆ«{û€—å\0lž^»…¾lÃ€¨ob@Þ˜0 ÷°+VDå6ÇÀÇ0péSÂ›bN1ƒôð\'ƒºÞŽAo¨eÐŸe0FÃœ³Ú®Z3ƒ·Ñ–!ðîbˆÎå2DW¯2$ÏO3¤ï0äay.Ÿ!Ÿ¹ÆP4Š]EŒnH8£GSŸÑÓ›Íx½9˜ñfO%ãì:c°$€1Hg}ûÌx¯µ•ñþ¥„1’ïË{ú‡1á½šñ…nËøÂ+`|:Ì˜ÒúÄøÚœÎøVÞÌ˜Å1æ0wW;‹‡Œ¥œaÆß€4ÆòÏ|Æòïl¦\nÊ\\ÅòfªëüaªßÛÂÔÈRg®•%1µQw˜Ì«™?$1\rO™›z1÷v2[™ÆKÚL3ËN¦y¬s[‘ˆ¹ƒæÇÜYÜÈ´l 1­JW˜6Õw˜{&‹˜¼62ß_f¾üˆy8Êtþù—éÒjÍtA˜.K®Ì#³½L×–³L7»\Z¦{€%Óýƒ7ÓýÛ:æñëÑÌãùiLo\'\r¦G!ÓéÁôyý‹ég\0fž0=Ç<{—yÒŠÅô7ieú‡½aúç¤2Ê&˜z[™æ÷™A-$f¨\r–yºæó4÷óÌÄf €ÙÐÍ¼Pf^À˜±[n3¯¬=À¼šÏe^}²y¼ÈL²ve&I˜ÉQYÌÔ÷>ÌÔ17fê„3íB;3ÝÃ‚y£è3“”ÊÌ\"|gÞÚÊ¼5t™ÍÊdfOlcæ¨ç0o0óÏ0ó MÌ;²qfÁ‰ÍÌ‚ªXfax ³ð5Y4c×ì`÷1K_~f–Åíf–I¾1Ë	îÌŠW™¢æƒê»ÌGŽÏ˜^²™Õ˜,æã±Ì\'ïÉÌg­-Ì¦[ÃÌçŸ®2›k˜/F2˜­å×™í{_2Û+O0ÛçÖ2_nb‚:ß0ÁúLè¹L˜)š	?ûˆ‰ê<ÂD_²c’Ìì™¤íºLRŽ3“È¤~ÿÄd=f3ÙN1…[™\"Ÿ›LQá]¦¨_ƒ)^eJÆ˜LYÎ.¦üSSá^ÏìÒ?Éìº¬ÊìJ)avG0{ÃÅÌ×Û!Ì×µ_˜oRt˜ý­ÚÌÁÈæàëcÌwXæp’sø¡säßæõØÿ%2?\Z3ÇtW˜cN½Ì±·Ì‰!óKp(óKøæä&>sÒ,ž9ÙNg~E®eNG€˜ÓŸ˜ßÔB™ßÎ0g´™3ßO0ç`=Ì…ÕuÌ…Z/æÂË&æ_ÂærØ<s%|„¥2‘ÁZUmÃZõ6ƒµ:OÀZ¶d©Ÿb±4XU,Mæ)Öš·XkúµXÚkD¬u•­¬õ×î°Ö—ÂYë_t³6»²toßaéþ(féiå±6ªº°ôq%,¿¬Í‡É,ã÷Î,“²8–éÇ=,³.Ö–Ï–ùd<ËB-‘µ5çkë‡\"Övæ[Ö\rGÖNá4k÷áó,«–UZ4ËŠ«Í²ymÀÚ“Î²½È²…V°ì’Xví9¬}ïkXöÿX¶L²Wí`9Z˜°ÍÀYNo6°ï×d9ësY.)¿X.MB–‡Â’åµöËëÝ*–×ûÖ±âj–ohË·8‰åd²N®°Nî<Ê:õü/ëè+à)Œè“Á\nhf&­°BÚ”¬Ð¦+¬PI+¬L“&´dvÏcE$ê²\"`Y¬s§úYÑ‹ö¬óö³.L­fÅ„àY1ü¬Øu÷XqG‡YW.}e%\Z²’µUþ7ÆJ¶Hf¥–‘XiþlVzóGV:Ç•u½<‹•Q´Ìºqð+3WÌÊzy™•õ&•5·ÄºuFu+ƒÊÊn\0²²1%¬œóæ¬\\óIV®ì%ëöv<+¿^“UðÈºës‰UíÌ*\\~Ç*ziÃ*¾±Àºw4Œu¿ñ«ŒçÂ*Wc•?üÌ*o³b=ˆ/d=È¼ÍzøÙ‚UIA²ªlX[ÒXµýþ¬zùVÃ[]ÖÓsGXÏTmYÏ\rÔXÏ·ë±ž£¬6%ÖKKwÖKÂ«½z™õ*¡ÕišÄê\\¶c^f×(X`óv„Ï‚n° élx…ºÏ‚Î²`\rr8…²Òc¡\ZÚY˜Ç‹,Ì†…mÎÂ=´e‘–ž²ÈYd‹¶ã+‹yZÂb™F³ØA·ùK¸¾‡%Ü›Èc‰§YŒKZÌ’¶;±d	,ÅêY–Ò(˜Õ%qg½þ¾Èz³[ƒÕßêÌ\ZÀaYƒƒ¿XC÷Xïwé°>n5e}>cn‘³F½-XŸF6²Æ~¸³Æù¬	”kBÆe}aœdMöN±¦°BÖ7y.ë;ø\'ëç¿BÖ¯¥O¬¹ÉÖüí¬ùkQm\'ëŸÆSÖ¿“«Y+ÒY¶jèO¶ºš’­±w+[#Éž­iô­YSÈÖÚÀÖºIek=ck§±u6*Ù:M¶ÞÁël½–IöÆ°vö&¤ÛÐÔ˜m(­a…;²Í(Il³I8{Ë­¯ìíÏÙÛ§î³wbw°w¹Œ³wá²w¿e[†²-Ø6¡Ø6gÙ6¸‹ì½*þl[2Û.Ú—½/ù%ûàÓ¶£æy¶cYÛ‘½Žíä¿‹}øS\rÛ¥„Ïv£Üe½&fqdûä–°ýœRÙ~Ùì*\Zì¿Ù\'ï°Oé¸°ý_°ýh³\"±c²I;ØÁjLvð¡:vðÓìµ†ì›Nì°Ivø§yöés›Øg\\¬Ùgæ2ØyJvÄ³+ìÁvöÙ9	û‚Þ1ö70;f´ëËNd^b_Koe_{Îg_û³Št‘ÃN¾¸ƒ2ôŒjø†úLÄN]xÈNKªe§½:Ç¾!agÜìaßzcgû“Ø9ëôØ9ºoÙ·¯,²ó\r‹Ùùòtö+¦ìÂç®ìâ»¤Í¾‡ÝÃ¾Ÿe—…²«¿*Øù>ìÚ¿ŸÙõ@»ž·]¯øÂn(õc7Ü¯a7æ<`?M²f?%ý§<ÙÏ2äì¦ã<vÓD.ûy²\r»9%ÝüÆýâÙö‹¿ÝìÖ°Ëì¶Wþìö¸v{	ŠÝÎZawÄ\\ew4ìawô¾bªþ²]îlàH0‹bÃ¾SØp€ý!“‰ö`c†¿±ñ;^²‰;­ÙÄë^l’w\n›”Ë&•²ÉWæØÔaC6­Á†MkúË¦ê±Yðq6ûj\'›ø–ÍCóÙ|Ÿp¶Àö[€ña‹Î½`Ë=.±å¯ŠØJ=v¶ÝèÍ~ãÊ\\ýšýî‹{(ä>{Ø>Ÿ=\\/a¿OÍb¿/¨a„ª±?ÜúÂý§Æþ|u€=i5ÌþúAÊž¾ßÇþ–ÕÉþa²Âžñ{ÃþYžÌžuÙÈž‹yÅž+>Íþí“Âþý¤ý{ÖœýçIûÏôö¢Úvö\"Þƒ½4Êþçˆc//¼ã¨ìrTídÕ#8ªè|Ž*Aƒ³Ê¹³j–ÏYí¼–³\ZàÆQûº£Y»š£òŽ£uõ,g­úgm¾1gíÏQŽ¶êjÎ:[>g]zgÝË4Î”	gÅÙ0®ÃÑµTåè¾çè~ýÂÑË;ÍÙ¨ÞÊÙhŸÍÑÿ¸Ì1x+åòS9ÆÎpŽÉ§×ÓÇqsÏ]óã«8JŽÅyg»Jg»™g»§gg¢;g\'y€³“Šçì^£ËÙýÍ±¬éæX%ÜâX¿ûÃ±ž˜çìÉdsövéqöuþáØgò9mÑàÎÁ©%Ž#bÇ‘±™sØ£œs8ÿç0ŒÍq¦Üçùò–ã®#çxXnãx¦@9ž•¿8G8p¼6r¼ÎÿâxµpŽí5åx9>Ãž_i\0Çô—ãÿÃ	ø©Ï	lûÊ	rà}_á_pâ„V˜sÂ“œpÃ`Îé„6NDŠ?\'òI0ç¬ÕÎÙÃk9gëq¢Èÿ8ç®C9ÑV/8Ñnsœhxç‚Î_Î¢Œw:‹—íÁ‰Ur.©Ýã\\:ëÇ¹t#‹s©Ï–“pjŒ“\05ã\\­ÆrÒÌÕ9iå¹œë—ê97š[8™fœÌ;ß9™@ÎM¸‚sSDçÜz¬ÊÉá19¹®œ\\6’“—¸‰sg‚S47È)Q—sJ·frJwúsJ™‰œÒîœûGwqÊ›_r*âæ9bçaà\rÎÃØ^N6”S%3åT·xrªaO9O¸=œ†õœßËœ†•zÎSÿ!Î³•œ¦t/NX“Ó¢SÏiÙ¢ä´XÚq^Úùp^²M8íOZ9}Î«_¥œN•@ 9\0Ñ0ÝÁ¦­ç€Ötqà«—8ˆ]	dZ(õ´ˆƒ3½ÌÁER8É^áÝ)Ò˜CÊÖãÐN\Zsè9%†Ã´:Íá¨s8œ_8\\wï”#¨uã¦¡×Žð†	GÔ­É‘¦r8²›`ŽLp‘£<ßÀé)ìâ¼†Mr6[qìŸp29ƒÅÎœ¡UUœÑ+žœÑ¬aÎ\'ãÎçXÎØ×@Î¸ø#gbëÎdéfÎW‰„3­&çLoýÎ™~VÄùó3ÓEãüjæÌ.äÌ·sæ®­á,˜P8‡\0œ®G8Ëüœ·_\\ã@®Š3WšÍUçÏr5¦_sµ^ìåj‡§s×}Iæn(@sõ«r7=Ká\ZÇésM^rÍtîs·è¤rÍ]ê¸Çœ¹>•Üí*ýÜíNr·ßàîØÅÝqù\nwwôe®Õ;®dˆk_àÚˆœ¹{€Ç¹{+G¸Vc¸úÃ¸Ju®Ó™zîáÉa®ëú®ko×u0…ëYQÌ=ör/÷x\'‡ëcÿë“ºÌõ{°‡ë‡Måžàpý•Ü T87øònØÎinX7ÅÀþãFuqÏãË¸ì£¹1«µ¹1a§¸1éÁÜX“ûs„{Q?Š{±À½ÌåÆË¾r/Y¾ä^ÊÏá&DqRÍ¹	w¸	¤îå#îåL6÷ÊA7é›rg57–ÌMÝá¦&1¸iåÜ´•Zn:ÀÍø¿f7b¶r3ÉÇ¸™ÊTnÖ,7k‚Ë½iWÊ½¥6Ç½õÿ)û¶7g-››ŸÌ-„‘¹Ev£Üâ#Tn©c	÷~3‡[™³›[ù¼”[ÉHçVG8pß¦rëFU¹\r>¦Ü†€ÜæNîóµ/¸ÍÂ¹Í£G¹-ñw¸­¿¹mk;¹/ÇxÜ®‚H\'pÍ\\àé\'\\àkS.(—ÉÉ\\¹ÀD.$m5Â»Í…­äB}C¹°¸M\\XU+†•rÕç¸ˆ>g.òB3)ÙÏEIŽsÑ\n8»ó— ìç#R¹$¿$.ùE<—âóŽK»”Áe±U¹¬ï$.ûó5.÷ï.o×s.ïu\n—?ßÂœåq…¯¹¢n®è¯W–ñš+ëõàv\'¸]\'nu·Çí·ÏÐœÛ—XÁ}mßÍ}¥Çí¿‡åöKÂ¸˜~îÛÔDî !ûNº…;ì1ÉüÌÙ¸™;r	ÉýpxŒû©pûé×#îç£Üñ\rîxÉsîÛXîWµîÄ=ÜãýÜ¿`Ü™{öÜù]?¸ë´¸—Ë¸ÆWqßà.-pÿ®ûÃý»-€»üÛˆ§NþÎÓØCáiÝŠçi×ñÖºèðÖ¦Pyk¯{ðÖ¥ðtÖò6lòæm8nÍÓµ›åéK~ðÐ‡xFf<“ŸHž©}ÏÌAÊ3_÷gncÊ³ÀáYŒ¸ñ¶×\Zóvt\rñvÎ¼àíÞÎ³\ZÆð¬&Îòl*Êx{5sxvÀ¼}É!<û5|žýÎTÞfï@_ïÀç.žC«#ï Ã;Röw„šÉs­íà¹ânñÜ?Ôð<Ç<xGOçe$ñ¼ó¼’ry^ðažšÂóšÑâù¼bòNXHx\'2!<ÿ×xþqv¼\0…9/Hã/¨ŒËI‡ñBG‰¼ðºµ¼p	ït¼€w:=”ÑàÂ‹\\gÊ‹¬Xà}ÀâÅ¶kð.n;Ê‹³¼ÂK0Yä% ¼y	?By—_ÿâ]þÂKåó’té¼ä5‡y×ßhñnæýäÝš§ð²£{yÙõf¼\\á6Þí»ëx·ãyù_Nð\n²<yS¼»1“¼BS8¯È€Ì+úšÊ»W\'äUDÙð*Îwð¦|çUŽ»ò©\"xÕ÷x5OCx5+¼ÿ1^o\rï¹e¯¥3“×2‹×vl„×†xÅ{ùæ6¯¸ÈkcÁk;Ëëøx€×1{ˆŠJàÁÂjx°Iõ¯’‡iÕæa&by˜&OÐâá{<bÇSqÃ#uiò(fOx”…ï<êlõœG+‡óh¤$ãÂhæ1$yLëYËÓƒÇš¶àqvëð¸%©<î×ƒ<¾iOXÉ*ñ<Q9Ž×uø7¯·ŠÌëS=Ç{íjÏ{¾‰×Óá½uæòg§yƒÿ¬xC¯öð†wêóFœ¶ðFpÞg“\\Þ„I;oÒý=o*°‡÷Õö/ï+7#oçýê)åÍ>ëãÍë\\åÍ7wð~Gðþ¼}Â[òÀó–¹ñU7òU¿jóWªóWg×òWƒ®òW#‡ø\ZÏoò5Ã\'økR¾òµCøëîèð×;üæëEÏð\r²³ø´+|ãS|Ó7i|Ó_5|³ÉÍü-÷žðÍs›ø[WWð·ÎÞâo[\'äoó\râïôúÌßÍ¸Î·0ùVÞ?øÖ—=ù{ª|Û¿ùû_´ðí}mùüƒŠc|Çzß¾ƒïlªÁwvóƒù.Cæü#ï’ø®M,¾+Èwýý‚ïþÌˆïñ¼‹ï©ú™Ôí\ZÿxHÿxÝ+¾|ŒJí\r? à3?0ÍŽÈ óƒÓ£ù¡~öüˆ‡RþÙSïøÑç¶ó£GNóÏÓÞð/HVóc_uðã0~|è?~a#ÿRã!þ•ô^~bE:?¥œÉOûÌäg(>òo|àgz´óoš=äßj.äg_:ÍÏÎ6ãg?Ëäg“ôø9›ø·í>ðo“.ñór¼ù–ü»™ªü»c~ü¢^ü{æ¾üûºø‹îü‡ü‡Ãþ£uþ#›_jÈìÕÁ¯¹œÇ¯ðk·ñk›}ù\rW±üFC¿qÆšß$?Ï~â\"¿eÊƒß¾i+¿#ÀßYÅ5ó!c?øÐä6>,ö6Kä#ŒI|ÔÍ|œÈ‹OØkÂ\'PÞò	3Ý|â“>9cŸ¼\"çÓŸðéÚøôõt>=ç*ŸÞÀgv]æs‚&ù\\ìF>—>Äç\rçò\r£|Qv7_|x˜/Ùp’/ÉñáËÄ\0¾l´Ÿ¯ØÅWˆ\nøÊIu~oªˆßW@æ¿v›á÷{¨ñó›ùƒó`þð0Ÿÿ~÷Fþ?1ÿÃãþ¨&ô³\ZÿÓöþg•4þç%ü1•ü±Ûøc=Åü‰û¯ø_ÖŸà­ìã3Šà§NñgŸçÏ!îòV]åÿ‰8Ì_rðÿjUóÿ†õñÿ­à/›\"ø+ªzü•×*ì&ê†/Õ™(ÁªÍµuºµËEäFC°Æå¡@Ë³U î%Ðzä.ÐúxP ôN°Îù@ç·T°¡÷ƒ@—h.ÐýÂèÁôú ½‚Í\Zax«ÀˆÓ(01ß*0YÈ˜Ì	vÚév]ìz,Ø}…%°§,ß›\n¬96»l{6l÷­Ø}&°«\ZìwNØ;¨Œ8¸L	2Þð_NIkn?<µÛ*8ºtNà¥3+8–Z-8Ö÷Epl¸Xà½\r-ð¾vPàýnIàý+Dàã:/ðÝ=*8üWà¿ñ¦ ðj³ l„ òÛfA4U\"8??!¸`fû¿*Á…Í‚˜5ß1[	.>¹!ˆÃ“ñùÇ—ºñ‚ÄìlAÒY” 9ÀQt¤|W\nÒ£M×Q§×‡Ü×\'à‚Œ\Z5Á\r‹HÁ¸6AÖÓï‚[ˆ=‚œu¿9]AÎØeA®p ÷í’àvðyAÞi© `Ã:AÁÎÁÝñã‚»j‚BÕAñ¡Ÿ‚×Ó‚®¶ tw¯ 4Y ¸÷$Vp?–,(3Ô”¡ÖÊuŽª/ë•\Z	²ï‚g‡þ	šü	š-ç2-õgí¢AÇ©»‚WS»þW€¾tÈj·\0RµC\0ÁÞ@ƒ£¨\'·¨g‘ôe}Z(à²N	ðëÃ„¬€PÞ! Òjåñ €~ËGÀ(\n˜¨T‹S(`CN\nø3zÁ¹¿Ñ‘*ƒˆ	Î±ò¥@<i)1HÙttŸ@6—,P@hÅ›4A…­ WeYÐwÿµàÍÁÀmcÁ@J04CŒàS+·F‰‚qó\'‚/I?“SVÓƒÁ7ó£‚¹Ýó‚¹ðÁÜ^°x°[°xŽ(XZw@°ôÿûþ÷Ò\\¨zêºpõ6májßBõ±¡FL±P+¯Z¨]’&Ô9î Ü¥!ÜPÛ&Ôë›êg|j…ÆÁ‹BãP{¡	N(4ÕšE¹	Í*„fd-á–Õ·…Ä0áÖÂÂ)[„»îh	wÁb…»Ãr…6{ƒ…6Â½ýw…v.óB»VB»`-á~«|¡=,WxP\'t<#tšðºø\n]l…®\ZR¡kô¸ÐõZ¿Ðme•ðèÎ]Â£‰mÂ£k…Çl‹…Ç7œz—L}\\Ë…\'¦Û…þ;ß\nº|„ÁHaà9Ž0èùAaà©0h*¾þE’¬%Ý²\"k[\'<mOžŽ²žY³Nx&bBxæÍŠ0\".AiÑ#Œ´?\"ŒŒêFÅFx	£Šÿ/ùc¤#ÂØ¬0a,ÚXx1aE·h&¼ì¬#L\\^óÞ L¹ LÝã.LÅ.Ót…ém…é²ÃÂëÛ±ÂÌÌ{Â[GxÂÛ+ÂÓkÂ»*„EWž\nKm…÷.–I«…ó>«vg\n­*¬¶V‡þV\'¼VïVwà…õrðIo¶°±j@Ø‘Ÿ¥<>#Ž›<…-*±Â–ÆRá‹ŠDaû]a{vž°ã l§\n;ÏP„€+¿…ÀÍB!èë˜<|Mþ‘ „E~\"Ÿš\nQºû…ØBìgG!žüLH°œ÷DI.„4¨Ö“*dŒ…Ì‡±B¶§§“Ö,äÝ:#äå•\nù\0m¡P~L(º³$”î\'¥ÃíBY0U(¡•:¿„Jë¡’µSØ2v	¿	»=.\n{xUÂÞ´‹Â^Ômaß}¶°oä•ð\r½DØ¯c$p8%|»éŽphÈQø>+Aø1 Zø1Ï]8Ê?(ü\\%ü<òM8f,Ž;wÇéÂ	G]áÄO8!²N:NÕ>NAO¿i~<\"œ~\"NÃv	§™dá7·á·Æá·	Špf^[øó£›pvS¿pîJ—pþS¸ð%\\\\»,\\,Ø/\\B^þk	®HDªn?DªÙ—D«<BDj:f\"5“r‘úC‘úC¤QÊiN‹4>è‹4‡¡¢5ã^¢µ1\r\"½\'kDõçDDú7Dz­¢Mª¥\"#›§\"#à5‘IÔ~‘Ù¹\nÑÖº«¢mµK¢-m¢ÝÍA\"ëÿk“Šl\Z%¢½¸AÑþõ?Dû·KDE\'D4Š\rÓEŽòÑ!ö‘‹¹ÈUöBäÖï#r7¦ŠÜ]EîoãEç2EéEžÁm¢£\r6¢c	ŸEÇ5	\"ï€Ó\"Ÿ\rX‘žªÈºYäWë\":™Ú(:eä\':µl%ò×ø\'òŸ°îrâjDAGv‹‚REÁfE§üE«ŸˆÎž/ŠN\ZEçæ‹.OÅ/f‹xpÑe”(Q±O”8)ºÆê%Ý#‹RóD£¢LO”…x%º¥‹²-wŠ²î‹rUJE¹šË¢Ü¢Û»Dù±%¢»–¢»—·ˆ\nß¿$‹ŠUwˆŠ•¦ž•\"ÝD÷¢ŠÊÆ¿Š*l=D•;7ˆE£Dº\ZEÕÏ3E5ÿ×¥fw³¨öz­¨Žý]TÿîšèI¥Hô¤…\'zì5\\:+z¦úCô,¶FôòXÔ´ÙSÔTÐ+zî\'z‘!½À‹Úž6‰^J;Eí»7‹Úd¢ÍŸ¢Ž×E¯òW‹^-¶‰\0¸\"p×WìÙ=L^(Bð¢E‰¾ÍfŠ0ëçE˜À\"–ûZ„Üaÿþ‘\nãE´õBzIÄø\'qPE¼2;ï!DÄû^#âë[‹þ\"aU$$‹EbˆB$ÑÜ!’àGD²Ê}\"¹Õ¬H‰GŠºRå¢®(Q·ª‘¨\'ÙDÔÛEõPE}8GÑkž\\ôz,zQ-ê +\ZˆÿŸÂMôÎ•(\ZÚh/\Z²g‰ÞïS½ß+\ZY¥+\Z5È¾1}æG‹>OÐD_^ESõßDß#Nˆfª¯‹f ¦¢™·¢9cÑÂ÷_¢?HÑÒ×|Ñ¿›}¢åñ›bU³\nñ*Ãñª¾ñª%5±Ú+‚X=)Ö@]¯9ðH¬µã˜x¾E¼!p§xÃé^ñ†¦×bÝû±.-ÞhŠë‡\r‰õ(±þ»f±[§Øàœ¶x³šºØhž 63y+6Ûn#6‹ÆŠ-ˆ¶âm—2Ä;BßŠwö?ï.*[nž[¶í[MÞ[ývïÝ7!¶*ÛÅ²Äû0kÄûAkÄöqX±ýScñÛB±ƒ»@ì\0§ŠV‰ú*v\n:!vo;_p»þ¿Ü÷y‰êm{Ñ{ÄÇ½ºÅÞ*h±÷KŒØž*öÚ\'öÛž-ö{‡ŸÈ«Ÿœþ$>µ_M|ê4K|êQ‚Ø¿þ§Ø¿ßQèzÚˆƒÝËÄ!ÏgÅ¡=/Åá»vˆ#6Æˆ#þ”‹£~½G/<Ÿ¯:\">ÿ4T|qDUÏ™_Šú)NX÷Nœ°ÑJœPtT|¥¦\\|µÐLœüÙFœrhQœº¾\\œÚñ[œV\n§Q²Åéahq:fZœÞÛ%¾®{B|]!Î<\ng–•‰³.ˆ³>‹Å7þg?+Îî¬g,‰s(âÛ‚	q~Dªø®e´ø®5Q\\”Õ#¾_Êß§ËÅeûÄ¤•â‡žâÊ˜Qq%x½¸êŸ‰øQ·¥¸n­‰¸¿G\\q\\üä,MÜhå%~vyLÜ7?ßwCü´IÜ<ºGÜr+TÜ2qWÜ2÷^ü¢ÝSÜÚe+n»—+nû”\'î(Å‹*T1@{Aêœƒpób°§Úê\"†U«Šá¢1âëz1r_•é‡#S]ÅH€BŒ¤^£xÛÅ(i—],Æ™8ˆqÇÄ„Ú)1Q‘&&iÅ‰If\n1}TL/Þ\"f¤Ù‹™W7‰™€b–Kµ˜­W$æ¬ësî×‹ÿ<Å‚:˜Xl$Ÿú¿H„X:ÎË½ÅÝ‡¼Å=›VÄ}s×Äo¢JÄo¦§ÅFSâ·\"Å#ÿ¿‡&=âÑÄlñ¨-þ4„¥`ÅS=â¯6Š§_(ÅßW{ŠgF¡â_\\ñ¬ó^ñÜó)ñB­©x¡cFüûp¸ø·h^¼–$^\Zü-^3”¨8­–¬V¶I4–íîF‰Î*MÉúéh‰n:O¢×óH²ñÔ:‰á¾‰û‘ÄX7MbŒ\\Ê–˜Xÿ’˜ÜbILGÃ$[ª-%[Æ%æû%æ|‰Å/ÉÖZ¦dÛ>”d;ÉX²£ñ†dÇ/Šd÷ú—’Ý¿Aë„l”dO»dÏHˆÄ.´Zb×¹Ub\' ÙwEW²%9°¯Ä±dŸäðV;‰ó}¸Ä%\Z(qy\n—i´—¸¢²$®?%nU%žaÅÏ•#’£ïÏH¼\"ÎHŽeêJ|ÈÝ_ïßâß{¿óh‰ßÌIÀöß’ÀÁRIð	sI(¹]ÊâJÂŸœDéDnW‘Dâ<$‘â9IÔÓÕ’suItè€ä¼‘¦ä¼b‹$öd¥$^öQrÉ*Zriš%¹Ê\r•$úõK®9H®åKRú’$)¿è’T\0E’V•¤‰8’ôH?ÉuõHÉõ˜|É\r±$Ó¯@’	•ä~j–ä›‘$wŒÎH\nÕz%Eß%Å»7HŠ_?‘”%÷jZ%÷m~JÊÎ’”s$åÔk’\nÏ7’‡5¾’Ê=V’Êwù’*ß’*ø;É£‰ÉãFmI\rê‘¤F¾\"©=.©½,‘Ô9­—Ô!\Z$õªA’\'‡ÿI\Z¦Ó%;Œ%Ïƒý%ÍírI3v¿¤%×@ÒÊï‘´=’´ÿH”tÀ<$€À`	 «ZÞÿFNÿ(~I1Ñd…¿ÅÊ• ¦Õ$èŸ}L±„ g !¾”Î9IHyqÒó\n	UsIBƒ\rH’	*’pfoJ„Î-¡E\">zH\"éÄId:Sy‘¾DÁJ–(W­•ô4WHzÃr$½É+’¾³±’¾¾ Ißw¤äu`˜ä5E_òF—)y3a y·<!2®½VJÞ§î’Œ¨JFü[%’:$£zU’Ïk,$co5%“ô[’o)–’o¯$ß\rµ$ßÍ(’Ëƒ’Ù-7$óó’ßF’ßä/’ßKÉ_™ävH²Èh‘,¹¯–üý‘%YöJ–,ûý‘¬ôHUìIÒUZIRµà6©ú÷/RMÿ	©æ+¹T³óTË¸Bªuwt­3Gªè&]7n#Õ™¦H7`í¥F6J7L¤zwI7N­’ê¿Û\'Ýt:IºyÝÿ\\¥›;W¤†È©±£†tKÁ}éÜ!éVt²t÷Þ‡RË¨“R«Ï÷¥Ö‰³Ò=?ç¥{¾RÛDM©Ýá½Ò8éaíRg ¦Ô%ý°ôW)uÝÉ”z¨o—z\Z‚¥žÖ2©çÇ(©Ï=Šô„~¯ô„å!é‰UÒ“v[¥\'/ý’ÞÞ$\rä¿—µ9KC°\nih5M\ZÚ–&\rÓì’†-úKÃ1¹Ò3\Zé™µŸ¤(Œ4ê¢·4Z¹WzA.½@N“ÆîÑ”ÆÊt¥q…»¥ñšIÒÏ`éå™ôzáui†ó¤4s°JšÕÔ-Í\Z¼-½iùJš=vUzÛÖ[zS\"ÍÛñQšo‚“Þù»,-øí,-øë&-¤n‘QÏJ‹¾÷K‹U‹¤Åó]ÒífiÉP§ô)Lzo¬Bzï«¥ô¾û‚ôþµFi9ü–´Bë†´bzôAûCiåáÒJw‚´:·\\Z]ì#­Ñ’Ik¼\Z¥5†ÒÚfmi]B±´.SUZ×@‘Ö;¶JëÝKŸé†J›¥Íc¤ÍeÇ¤-áFÒ–…KÒ\Z¤/Ê¶H[Ë£¥m„Ò6¥§´Ý¶D\nˆú#‰¤à­îR¨î‚Ú\r—B=¥›4)\"¦[Š)×‘b«š¤Xòc)¾Z %fÍI©ƒ+R–°_Ê¯¹\'Ý—JšWKåç,¤ò_-RÅgg©rnJÚ›ï,í£ð¥\r7¥o¿ÆK”KÚ¤ƒÞKßÕ(¥C#PéÈ]éÈaGéÇ˜Òå$éØ¢t¼ý–ôK\'LúeÙY:M‘NfJ§§2¥ß® ¤ßUJúëIçÉyÒùŸPéÒ“Véò¹\ZérÆ¨te•–texX¦rrJ¦Úh,[=óM¦>­”iHâd\ZïºdšS2­t L«–&Óú–*Óú“/[§-Ó¶fËÖùSdºõÛdzVÙ2½=z2½_™2}‹™~–¡L¿!S¶ÙYKfp^fü› 39Ô\'3³w—™¿´–™å2sÊ\Z™…5EfÁÃÈvØ®‘íú»Wf=³\"³©’Ùî2“ÙºÊlƒ/ÈöÛ\ZÉìw9ÊìG–dÓ Ù¡–Ç²Cíš²C¿×Èß¸#sVK–¹Œ‘dGÊ³e®o®ËÜ4ÇdŒd76ÊŽ•yekÈ¼þU½&ŽË¼§®ÉüÞçÈNÂÿÈNmŠ–JPÈ¯[È‚~_’Û±eÁû*eÁ¾0YÈ+²q,äß~YhGÚ’Þ¥‰ð‘En@Ë\"wgË\"Ã¶È\"§ÌeQ¾7dQOÊ¢uŽÊ¢¯´Èb,zd1n¹ÿ£Ëb¸I²Ø¬,þL÷cN¿£C_&»T»E–\0‰”]=ôT–øÝ_–T5/K­“¥*”¥\\¿+K…#d×7ÌÊ®÷±d`oÙ\rÙŒ,Óó•,k°Tvëó´,[,ËÁòd·…WdynYžßÙ@Ù|YA\ZKVÐ.+RM½}\Z”Mm”•ÀÍeåAY¥žª¬2£JVIÎ=z${ô´FV=øTV›ýFöÄ\"^Ö0Ê–=‹ù.kÉÚî”µÉNËÚ.²ŽnKÙ+•ZÙ«ÂRYçªaYgÄ^@‡\'MeÀ±aèH”ô|rmŸú,L[„É0ûçd¸‡d¸	;>ÎTFHÙ\'#9!edû¥á„ŒñÛKÆäþ“1Kd,ÿ\nG½NÆÓ£Êø|™P÷°LTU,“0œe’îG2iÞN™t MÖ…L”uaŽÈºªËztƒe=ÿïßkß%ëí+pâË\\¿ÊÞºþ•\r½“ËF|Wd#ï¶Ë>ÄäÉ>\\Y#etÈÆÔ™²ñk\Z²ñ2ºì‹ª½lrÇ!ÙdOŠlrÂG6uà‹lŠ–}}æ,ûuXö³ªU6›½$›-\\+[(?)û]c+ûã¶Qö÷p¦ìŸTö/ç¬\\Å ]®ÒÜ+Wþ!W¿Z/×ˆ¡È5²Täš½b¹æçßò5OUåÚùåÚ/ßÊõ,rýv\r¹>™.7ØöPnð\'On|?Nnâ<\"79õBnÒN–›\06ËM¾\\–[8HåÛŠºå;„Ûå;•?ä;Kä»Äò]Æyò]–öòÝ™ä–îrë•$¹ã-¹‹šÜ¶TEn÷¤D¾q@n{N~0·M~ØªO~˜‘»:<•»íZ%÷Øä.÷B,Ê½·.Ë½ÏOÈ}6ùÊ}º=å\'V/ÉOE”Êýý¿ÊƒìÉòàÂ,yèZyX‚…<L9#w[”‡×Êå§{ßË#¶uË#Fúä‘Á$yäó5ò¨cJù¹¤­òhûòóôuò+òØ¸:y‚e‡<ÁÙDž0ë$¿²öŠü\nõ ü*lQžh2&O<%¿æ‡‘_û×*O^‡’\'Óhòä!ž<åäiyÊí\'ò”…ßò4£ûò4%UžÑöH~ÃG_~ãÂùzùMèIy¡I^XöV^øL /BRåÅG_Éïk¸ÊïÿÐ‘—¯1”WéSåU&>òj—çòê²ýòšóSòÚ>Ky]Ç°¼q[¶¼±zTþ´k•ü™ÅNyËõ-ò—…,yÇŸòÎ¡\n9@‘/ºÊäÀT9èÇ¤†±ÃW”Ã±NrÄæ\Z9bå›iW,G…ÉÑŸ˜rã­ï)Ççß‰÷å¤¶e9yO°œ,{*g®¯‘³ÙŸä<ÒŠœosT.¸\"î…Ê…óNrÑ¹»r‰o›\\$ÊåÇÈõÙreqŸ¼;©WÞ“¼$ïm‹“÷7VÉžÈßòÈòa;´|˜~QþÞ%ÿØ_\"ÿ8n\"ÿä¡%ÿ|G]þ“\"û@–O¤™È§êoÈ§Ÿ¨Ë§W°òª ù0ù¯òRùœÊwùÜìnùÂb‘|±pHþ/2Uþ/;J¾ÌMV¬.¬S¨Ûë+4×Ph­‰P¬Mx¦X·c¯b]òCÅzU˜bCÆ.Å†¦}\nÝeUÅÆíIŠe»ú·Ã¾;›V«+=û&nX…Ù\\„bËs#…ÅMk…EûQÅVU°bëv¦bk]“b›J±cÇŒb§w½bgÜkÅNÁyÅ.³…ÕŸr…uÙn…Í•…]L«Â>µKaÿù²âàæ,ÅÁ%[…£z‚Â‘:¡8žŸ¤ðÁ!>Ü…o¦‘Â/;Dqb­XqB¿Kqâs»âä93Å©¿Õ\n³\"…?¡R¸ËWè{CüÐLò­;#S„ei*\"ÖN)\"Bf‘´|ÅY—mŠsúkçþª+.pr—Ö0—/(ý(®]þ®HÚ#P¤è¿Q¤…e+®ß*nlžWÜˆ­QdÁÙ)Šœ®ZE®­‘\"÷fˆ\"W	Wä­¼Rä‹þ)òGw*\n£êÅÆÚŠ{6`EYÂzEùÈ¨¢Âê©¢rö´âiAQsõˆ¢ÖÛBQÛ°¤¨KÝ©x¢_£hÐ&)š¼ÚM),E›¹½âåª5ŠNd•äuHš&* ±üÃ:òá3Î¶K;é¤À7½WàÛ‚xô=^é¬ –;+è8k#±FÁ¸ª`ö+Xj\n#NÁî6Rp}òÜÞ[\nî˜Š‚·Z ¬öV¿*D–\nqã‚BüÜU!9Ñ«]‚)d\"…üí…²DªPV_Pt*^ß…*†ñŠwz¦ŠwØŠ¡ÛGÃb¤b¸‡¬ÑQ|ÀÓ¸bÅÇEŠO÷éŠ1ðœbüLŽb<½T1ÞuW1±ÉGñeCŸâ‹S¸brÝ¢b2§øvæªâÇ¹CŠŸârÅìÎ}ŠÙ4wÅì«/Šy¶b^+J1¯¿]1ÿób9ub¹©L±2S¡T?ªTðT®.òQª5ô*×(…Ê5_+×B•Êu„JÍõÊõ\'þ(u§ï*\r^*7K•†_÷)ð\rÊ-‹”Û-6+w}MSZêVZ¯RÚ´Qîq(÷5”û—”ÆËJ.LyÐh­ò`–™ÒÑfVyH©t\nB(ž½W¶ªR:G7*]®/+hžTô)]éKJ·hÒc×´ÒËÝQéõZWyü³—Òûƒ›ÒûGšÒOyJy\"«<iUžŠ4Rž¢²•þút¥ê¥Öse ]‘20Œ¤q{¯9õNz{A:œ¡Ãf)Ãf¨ÊÓV0åéÌÊ3q×”QÙ\'•ç¸~Êè¤\Ze|ƒ¶ò’Îå¥*±2áó]åe¼@yÅ¦Eyuì„2q‡™21ê€2±p»òšù[e’v˜2IJQ&·*“—¯(Sc*S±Êëgß+3E%ÊÌõÊ¬…òæËZå­”!eö™eNÜ´2ç‰µ2÷ô#ežÕ>å\"Ž²À¤,hW t•w7;(ï¾kR‹•Åþ\rÊân\'e©Ê[å½“ÊûQÊûyÊ²¾teù%¡²œŽS–Ú¥|?«¬`+ŒUV³¥ÊZÀce½ÔSùd‘¢l<¶¢|\ZÌV6}™S6{(_¨÷)Û8—”ík|”íÉ;•íÕ	ÊvZ¿²½»OùÊV¡ì<vVÙÉQS±•àªƒJXQŒ.G+ÓW”È­ë”¨ýX%ú,L‰ù¡¯ÄŒUâüž(ñ\'î*ñ‘l%þž‡’Ø²_IjIWRd))#cJªW½’¡ý[Ép&)©B%3SWÉ9a¤ä_+94¨’ÛŒUòrM•¼÷R¥Ð—¬~/SJ!JÉÍV¥ä÷s¥ôã¥|q½RQt_©ŒÓR*Ÿµ(»ÃÂ•Ý}ÁÊî”½ùÛ”}ÿïý6î±ò½Ååûåó„òÓãCÊ±Ú)åD1Y9_PNeîVNµ\\QN-\Z+§?h+¿»(¿ýGqy‡sáu\\()¡!M¥BFÈˆPF	‰ŒR¡”(«l*Ù²GT¢¢RÉÉV’Ñ}÷Þ{ïiôþÞç<Ÿ¿î½Ï™÷Ü{ÒÿrQ÷ÿrÉ¶ùW¶þ~:üWtjç_QOþ_ñ¿’¿‹ëœÿ.Êuþ.õ’þ.)Ûÿ.|ðwEôwÅÂ ’ð°ê@@5. Ú7P³·¨\'ÔçwV‡ºVâkúM\Z%¾€µ²Àº‰=€õÁÓ€\r‰\0mîE€Î´=@×’ÐõQèVèN66hlj¬\0l~°õ\0°}ÓUÀöá%Àî‹€ÝoB\0»ùß\0´^ÀÞ·r€!¸°ï~1`_%p -\n`Œ»j\0ŒSØ\0‹áû\0›O.\0›Ïæ\0Û5\0ÛJÀv&`×p8øà8‡808Ý{pñî¸œŽ;<8V”8~nÀÕí.ÀµÜàÖ·pr}Àk­ÀÇ+àóñ.à´‘à¿à›Q	8³8óªàw€	ðsœø/H\0AÇsçŸø\0BÔ^\0B\Z€‹P€‹ãRÀÅ©‡€Ðºó€p•Ë€uS@„m\' ‚\\]¿¸¶sàÚ¹Š¸®`n4_Ü4óÜÑÜ|º“¹\Zwsß»Øì\rH3$Ï’eM€ÔÄß€ŒsL@æm5À!#@–Lµœ¸ÿ6pà\r çsî\Z çI4 ÷Ë ¨u/ øÖN@qÛf@©\nP6Tì8¨ŠdªyÏµ€ÚÏu@Àã¬9Àãwõ†n€§9î€§mw\0\r?g\0Ïj÷žkž7=¼8üð\"ÞðbÌÐtù åë~ÀàMIàÍóM€·6€w·{\0ïþ´î´FÁ\0ïÍòmýF€_O@÷þ0@·ïq@wS.àCF ç¿|öm=øxD\rðñdàcËà£¸ðéÉ$` ;\n0æŒ|‰|©­|-|³Ýø6c˜²0L§Nfü€™A%`6•\nø;ø¡ðÃ,ð£†	ø©üvpÌý)üÉ·\0ü™»\0˜7üø»Oøû÷\0$<€t— kî ÞWHÒ	\0J¼	€R ¿N0Ü\0B¹€¤® !¯Ø,4€³\0à‹\0ô=€0¹ ¾i\\=p­2X\"@~Æ Xµ ø4XÜ{°x		XÑ2¬Ð¼*žº@•ppÕ±T Zê$Pcì-PkÐ\0¸‹j7mŸnŠn6\rê;¾\0ê¿Hê/|n+9Ü¾¯¸g_pá\'phxçpßk:ðÀ6ð\0´hâøhºÆhº3h¶Â\0Z´åNåïZÚ%-ÓZ€VÇ€‡[]6çF€¶éí@Ûþ·@ÇG5@GÂ3àQ“ S\rè¬¦t¾|èr`\rðøR<ÐX\nô°Ý	ôHŒztgOÎé=·ozÒT§z;€^5aÀÓ6ÖÀÓ^†À3Cž@j0àþm`pÔsà9Ÿà¹Zkà¹†ÛÀó¤`ˆÉ+`9\rBý¼h§@€WáR`äw`äï`Ô05–\nŒ>ÞPñÞïÆ¼}Œõ8ŒkœÆ€·``âž?ÀÄkOIi€ÉýÀä:ÀLB#ðÎ‡\0à½„ûÀû%Àl»^`v 0;Ä	˜ýj\r0wi˜—ý\r˜_ŒæÏ\rN‰€Ãß…O0À¢žÀ7–%I“ÀÒ\raÀ2…°¬:º\røPOøÐ.Xw°\rXŸ(>ýè\n|:uø,dð¹‹\0øÜûðÅðÅ;)°i`Ølé|µ|M-¾q\Z\0¶þÑ¾Ÿ,\0¶yM\0;ÜÓ€ÞÝÀÎÎdà‡ú`Ïþ~`-Ø7·øQ<ì×±WÜŽ:ŸŽ%®ŽµRc€_ûG€“5Pà·q+àæ\"p†,Î^Ùü±±øÃQø+3øk®økyøÛ{ø›œë~\\ÀmþÝ„D¡ñr ìÎ ¬ø\rNr\"Ù.@”þ# Z½ˆöþ	DŸÞD×ùñ×	$@\"r;Ô;¤}º¤sÊ€Ì0AJ2€ì«€ìV §€ä,oò^X_r€¢Gs@éÙ@Y¡-PþcP±k¨dc&€KFÀ¥‚ýÀÁtà¿Ëª U®Lz”´zëÐ\ZbHcbh¹hý1h}d#h=Ï´Ai	\0é†€Aª€6—ƒ¶ô<ééAz€%ÐVÓg ­_/ƒôO¶=àƒ¶ý4m¿á\rÚ»ÚÎÃ€v:¬í|q´³U\0Ú%û\rÚ­w	´ÇÚ»ZÚëR2´÷íó>	: sd£€™yœ™¶‚Ì«mAC¯@‡ÔªA–ôu ÃÇï?ã‚lŸƒŽ0æ@ŽGg@Îÿ‰ËèXÊ9Ð1ì+r³h¹çöƒ|.4€|†×ƒÎ<Ø\0òÓùÍ@þöi ³Ïƒ‚Î„ƒÎUïgÓA!ÏcA?í\0]¸\0\n½4\n­¨]q]³½ŠŒ\0ºÁ\0ƒnNN‚bWoÅ=I%0Þnƒ÷‚’ï%Ûý%Ÿ\r%W˜ƒRm·‚Rÿ$€Ò?Aé©* ;1s ;·k@wª‘ ¬¦ û/A97rß÷€òŒ×ƒ\n&@…ëAEŠÏ â§N âWëA%_ö‚Jæ\ZA%$¨T	*ý­*Û*³@¢AU­gA58}ÐC\nTëôTû\rzü¨TïzÚâjÊ}zÉ\r½¾¯\rz»qôÎÊÔš+½ïÔ½Ÿ;jórµî‚Úy q¨s­#¨“Yê6Ç€ºëÜ@¬ÿ>T^õÆñA½21èãúm A×\nÐ`æ\ZÐß4ºþ8hÔ×4Ú)¾\ZŸ½š(W€&zÛ@“>/Aß\\E ©§×A³NÐwYèG£?èÇ—Ý _„\r ß¬} ƒ? …/ \0IÜ·	¼Þk-‚ oR@PüúÏK«ÁñL\n8¢íÿ	¢ý~bt½±@l`ˆ­PqÞ¼qC Þ%ˆçžæ\0AÂ§@â\0Gu$}~$s&ƒ–;‚–Q?Á*«wUs¶ÕÕÀê;¶×ÌŸk8€5Uu¼`ÝƒßÀ›w‡‚·lýÞ–ƒo›g€·-ÆwÞï*¬€h`ÃÏàý‡Á&ªæàƒ\\\"ØÜiØü.l^¶d¶€­«Á6:E`Û›`{Ñ øHùØá6ì°`vîÖ;Ó\0»Œ_»íó{¬*{¯?ö.ƒO7y€}kgÀg®–€ýYÉà\0í×à\0z68p&H]\\¤€ƒ¥nàóÙàÅkÀÏž_9ö|%GŽ€]G~\\_×ÂƒodÛƒof6ƒcŽcòƒÁqep©\'\'ìéß26\0ßRFƒo_²\'n¤€áãà”µàÔžßà´²0pZßpú„\'8]fÎ\\7Îº0Î‚~gÁbÀ÷ïÂÀyâ(pÁ6{pAÎ!pÁ“à/piÍsp™\\~¦\0\\q×\\kg®ó\\×¥éÝ?þ¸~\nö7ÖO€‹àg\Z¹àgí,ðsO;ðó°§àç7gÀÏkw‚›¶6›ŒÕÀMÇYàætðË+áà—)!àW¸%ÑüNq\nÜ\n£Û/‚;lÃÁM\0p×	¸ûb3øÃ—)p5\ZÜ|îW8€?ýxXž?;Y˜WG.—‚G*àQµëàÑ(kðhûgðgKSðWU.ø«¯:xò!ü\rÏODƒ§£·§ÛxàÏ?à™{»Á3‹\nð¬Þ+ðìnKðÀpðÏp*øç—Çà_¢³à¹ípðüõðÂ™à…»ÀÀé`àÏG`Ð}6^áFg€Ñ‰;À˜«00~ö5O)\0[¸`ÒÑÏ`R_˜ì6	¦®©S·úé»VÀô[Þ`†öC0óD4˜µ¾Ì:°Ì6‘Ù.OÀìz(˜-lóƒÀür0;U\r€Å[’Á’ýú`…ÿW°¼üoÎ¢šmQí¸Q3;	Qg~høWA4ÇL š_‡ ZšLˆ¶E=D·R²±æ!dSÉ1È–‡U½3ºýC‘}‚d[X.d[ã)È.²‹Ü\rÙcý²§\n1lÜ98¡1ýøb†˜…˜ûƒ˜£Ds¡#Äb}\ZÄ\"¯bùé)ÄJËrXÃb“e±Î‚ØÝbCìõ?BŽ¬¾q¨÷†8zì…8%/CœƒÚ!.×ò!ÇÿÌBÜp· nÒˆ{øAÈÉvˆ—‰Ä{çÄ›ºr:á$àÌH`I7$ÈdTD‚œ[ß¹d€\\²ƒ„ÚP á2!áƒë ¿öB\"æê W¤«9ökíiÈÔdÈõ˜¨gHTr;äFG8äf‰\nä&þ\Z$¦P\rS}wá<ä–zäVñ\0äöÕW¤š$G#HÒ™»ä}HêH*$=ñ$½k$Ãz$S|rÇtäŽŸ+äþºNÈ}êzHv¾/$o\0É¯Œ€ä³J!…û!…— …¹é¢×b‚1¤ÄŒ)¹&”>Ü)\nT.Bªœ9ºñÈãÍzýú?¯!Oml!O=[ O«÷C\Z}!\ruAÆÑuçyxÈ‹Z\'ÈÎ(¤IOÒœày9›\nyÝ>i‰s¼Ù¡yóù.ä\r\ni}}ÒîQ\ritÒ¡¥éä	 ];!]Àîü³îŠ^È‡UMžƒùžC…ž£o =é$HïS¤/è¤ÿ“2àö2ð12\0¹|ñ2ö÷$dŒ_™Xÿ2i‚|;™òX†L—…Bf«r!~¸C,‡ _‰!Så¨Æk,1‚x{‚:ÝÁÜß\nÁ¼»	Á›©Cð6\rmBÔû\n!në‡6d@¨;L!ŒSß!î „ù€a=N‚pvü„å$ˆÈ¿\"\Z@Ä´-i	Dæ’\n‘[kBä·WCzE¯ýÅ?ÎP•õ,¨ªíc¨Z=ªáo]ÃCµÍAu=U yæÐ-û«¡[Ž@·<è‡ny»ºåÓ-¨Þø6¨¾ñtú t{«:ÔàctoÒèÞ\'Ð}–ï û¾&C÷9\r=Ø­5‚šþ\r†šÝ¬ƒšý¡@ÍjAÍ36C-j.B-¡ –è+ÐÃç^@íbP;q:ôˆƒô~ê”Zu	ö‡Ûûzì¹\nôØëÓÐãÚPWóÇP×Yu¨0êÂ@OÀs¡\'¿ÏB=û; >á\rPôg¨	=“÷êwvÔoüÔ…„”„Õø@ÏÙ¨AÏ)^AC¬¿CC~* —žÍBÃ¾¶CÃ}Ðð+2hÄæMÐˆ¦÷Ð›–ªÐh4îÉ;è­‡áÐ$û,h«\nšùËšeZ½ïç	½ŸVÍþé\nÍ]‰æ…´BóB ?f¡Å~ÚÐâÙÇÐ\nZÖ«„V>C«dîÐ‡\'ßC&¨Akµ.Bk•&ÐÚ•%hÝ…ih]F\Z´n<úÈø\rô‘ú¨	­”CŸ«/@Ÿßv¾ÖC[f’ ­»^C[§Û ïõª ïýS¡m3xhûÆÐöƒÐ® `h·ê9hG:´¯¡é?8Ð èÀs.tpe:bkí¢BÇbT¡cµ3Ð¯ç¶@¿¯@§¯@gï£ ³àÐï{Ô ?}œ ?oFCÿT¯…Î_ˆ.Ö….Øð ÀÝ((H†€B>A!}Pè–V(|h\0Š¼nE\'A1R(¦dŠ™©‚â‰g „\\<”è´	JlN†’$PÒ­PÒ›ïP²Ú(eÛV(µm=”þWÊ`H –”µSe½K…rÞâ¡ÊÛòf PÁ™WPñR2TJ€Êv|€Êb¨ü…)T±×ªˆk…*€¿¡‹õ+Ð¥u— KÕ¡Ë¾ÞÐåG-Ð»B ÿNØÂTò<aªÆ¹05ï°Õ`«Ñ°µÂÖE0Î\'ØÆÿ&âÜý0=Ãµ0=Alki#Lv7lÛùØŽ“°‰‡a{lÖÃöœvƒíAÀöFÖÃöÎÀö­;\rÛ÷Lvà	vàå˜Ñ]ÌØ½f,ÁL4Òa\003óo0ót˜ùé›°CÑ×a‡ÊÿÀ¬¼~Ã¬®Ëa65}0{Í9˜}f?ás°ˆ‡9û©Âœ_aÎ¤#0——(Øñ	0·O¾07Ð,Ì#Ä\0æß\0;qñ&ìTþ˜ïÂG˜/7æ»¸ó»]\nóƒÅÀüe@ØÙÀí°€4,€§ËmØzò´”Þµ	vnv.é#ì|!vþyì<àìB§v¡ÇvI6­……E>‡…M>€…)\"aáßÜaOK`WwGÂ®=¿	‹Òÿ‹¶\n„E¤°oÐ°ß½`1!JX¬¾,¶Ä·ÓÇ|K`hÁnå›Àn[[Â’oÂRüvÂRbB`)ì)Xª•,}»	,£»©	»S»÷í*ìx=ìž4–µº	–EùËŸ…åv0a¹Z°¼¤rXÐ–ßý–ËlÂ\nÿÔÀŠÊC`E\\2¬¸à¬xTVª¢+5€•f©ÃÊö]„UÂaô!XeŸ&¬¦ô7ìáØCˆ/ì‘öŠƒ=©¸\r«_•«8{:Ÿk*€5:a/6ÀšÇaÍñÇ`¯ü6À^ÃÞj5ÁÞyÁÚ¾.ÁÚÝ>Â:l†`Ÿ`]þá°®æ°nßõ°«°[¤°µjXÏ37X_†ì#ë\ZÃ>‡\r8[Ã†N„\rÝ¸Js€\r=TÂFòÇ`£]ó°Ñ1}Øçñ»°‰5>°¯¹Øä.lïû–uöm:6µú=læ6\0öKûå·öëöKn›;­„ýI_„ÍWß‡ž¼Za\'7äã\r´g\nï6‚!\nËaˆ‡—aè6x›·†ûSÃ	á/þ…ÑSaÌ”,ûð#GÎƒñê>ÀxÓJ˜àÓ^˜ÄòLÒ“¹çÀ«{a\nI&LÙ¿¶ô>¶r±¶’¾®ê>W{Ë‚«ëDÂÕÛà«uð5»#ákÒnÁ5ŸÓàšløº·ÞðuƒÑp­n\r¸¶ý(\\ûã.¸Nÿ\n\\÷N9|cq|SÂ,|S®¾éù)øæUWà[êá[~m…o·µ‡o÷ûß~ß¶ß½¾wã#øÞ¿¿áû‚vÀ÷µ9À÷wyÁ<i†ÙÁ<\ràFâN¸‰G6ü ü&Ü´W7k—ÁÍäOáæ¾¥p‹®:¸¥é	¸UvÜÚ+n}ž·ÙnwanÁ	~„‡;è”ÂtáŽ¯TàG›vÂ¶OÀþÉ€;û]†;ß;?î+»Z•Â]›ÖÂÝ§tá\'ÔàðvÑðÙ\rpÏÜst~jõmø)ôÜwó¸ïŸðÀ«Lx`eü<¿\n~qÆš6}\néÂC™æðË‹0øÿø•\"<âå\0üº!\r~}rE‡À£gÎÃcÃc\nlà·âÀðDðD=x\"ç8<¹ÞžÜxž¶ŸO»ÿžë‚§ËFà{àð~Wµžzž«ŸÏ™>‡ý~J€?à–ÃË÷ûÃËëèð\n“?ð\n÷ÏðêöRxÍþwð‡·ÒàÇÏÀëµRáÏ<7ÀŸu<¿L Â_+SàojèðÖ+ÿàïýám\'|àm[xÛò5x»a:¼ým	¼ãèxÇ½ðÿx´þòØú˜þ‚€PÍà£#{àcGÆác!.ð±ÿô¾†‡±ûÿÊ…OÖõÀ§NºÁ§\Z¶Â§É½ðiáWø´\\>½ü>ó >Ã*‚_—ÿ«ÿI„Â[¶Â–Âç2á×öÁékààmÏààË\'ààœUppMº+õ¥À±.&pÜëp|Õf8\'Ù[Â×7Á¹«Ëà\\å&¸`í¸\0r\r.6ƒ‹iÁÅD\\¶®Ðô€+Oü†+\ZàJàuø\"d¾ô_Ý.1uáKËï*6„ª)bõ†xÄšÊÇŠÄZ¯q„fIB³w±¡Â¡sÁ¡ók±iÍ$BÏM¡÷x±m›±­w±óÆ3„A^!bÏ‹Cˆ½Ïc{I%#h Âxd\râà—=ˆƒ\\¦¾WCùË7„U×q„MÙk„ì0Â«‰8òGáàs\náØ¼qt¹áláŽp¶ÕB¸.!uˆãîÿ®ì1„[§á¾ñ-Â=Z„8yÄ	q²<áylÂó_\nâ”^#Âër\0Âkð\ZÂÇ¤áë5ˆð]¡\"Îhq~§8ÿ¹d„?É¶8†AmºŠªúŠ’E\"‚EIˆs9ÖÆ\".ÐV#.ª—¶Ì#BÍÈˆÐ¤›ˆ°µ)ˆ°‘fÄ•Ä•aâúº>Äõ«`DÔ*)\"êR#âFD\"¾Â‘ €HðùŠH*ñ@¤\\@!RÞ3©§*w*wˆˆ»É#ˆ,ƒ(DVåÄ}ÓçˆÜ›¾ˆ‚sˆ¢âî¢8Ÿ„(~(¯F”NŽ\"Jù`DEZ9¢òÈoDuÑDÍÕ\'ˆšÇµˆ‡ÖnˆZvÄãuÇý†çÎ êkôõíEˆ§«Š\r`\'ÄsÐ\nâEÚ¢©ì9â=ñJþñúŠ¢eå&âAâ×>DëÇDûÍDçþËˆ®Û£ˆ®Gqˆ.¥¢»ö¢~ÑûÌÑ‡F|™FôíG\\ÌBfd!†Š~ †9»#Q7ã«\nãauˆ/ÞRÄ”*bb¯bâöWÄDõyÄTfbŠu1CûŽ˜ýbŒ˜ŒAü\0]F,|×E\0PúàŽpÅcD÷;º¥	½ß@o¹‰@\'‹èOµü±û¬A×ŽA°Xþö©<»¾Ái>‹à,E~g#D+_âA[„tr!Û4ŽT!–Âøˆ¥ðÄÒü0by×Ä²+±pCüKÀ#UòF*KHuØ\0RG®Öy\\ë¶ˆÔr/Cnx¤…ÔŽ5GêNýFêþüƒÔ%E#u—â‘›8H=YRÿd	RŸÓŽÜî°¹ð¹ã]r—Jr—y\ZrWò$rÏíbäÞ…ãHãÌkH“ƒFÈƒ›–‘¦½5H³ý(¤Õõ%¤õ“UÈÃ£sHÛM\"¤mH6Ò¾¨éèòyÔ…tJÔF:e¶#ó’.\'ÑH—{vH—ŠIä±ÈçÈã;µÇ¯›\"]Ó_ Ý®#=º‘½žHÏ­iHÏÿ§ÖÞEz©è ½ºf§\rš‘gbaÈ35_‘gúÁHÿ§}È³J2àB2¸\"rm-òÒãÃÈÐ§‘—O, /_øŽ¼ü»yÕ¤\nyU¼V×€¼Æã\"¯\'g\"¯?¾ŒòéBFOüAÞ\\¹ˆŒÙV‚Œ)hEÆÆ®FÆNÇ#ãµiÈõëÈ„=ä­dJI2¥J™òÊ™ÉtEÞÕJAÞ})EÞ+Df%	YH2?þ52_yY˜Ž,ßA\"4EbÌ¥ÉÉÈÒ¯eO¥çØÈÊ3W5	9Èº4Mä£# ä““»OB-‘õ7#õã.È§±ÈçbdóþZäË$Uä+_òÍ†È73Èw}k‘­«®!ßŸ‹B¶¯yŠì|¡Šì>CvßlF~`¨\"{T¥Èž?doÙ—5‡ì«²Fö¡â‘ø\"‡^¶#‡Û¾ G’ GPÖÈÊäèågÈÏkxÈ	‡ä×CääQ5ääTäÔ—7ÈéùmÈï46ò‡Ÿùó-ù+„‡üUB@þ>ò9÷|5òÆ0òüržGþ5A‚\nT ©Ü®ƒ„uw#á7\np`ö‰ºQƒDë‘èKöHÌT\rÄŽ5!ñŠ$Ññ!’¸2$/<FÒ{„HÆÝQ$cØÉL\"™òY${\\É!ìFrS+‘ÜŒ¯HÞº¤ ùR<þæ#Åc×R\r¤”ŽBJWF‘²ÍHù§sHù)—Å!Þx¤r3©ÜŸùËÈÅ5ßË¶Èåhä2å\rråß3ä?¥\'JE @­ÚœˆRHD­Æ©£Ö¨EihrQk·Y 4·~Biº- Ö‘x(-¾jÃ>jCdJÇéJgì;Jwõ+”îd	jÓzÔ¦j³fJÏô+JÏ/¥—ý¥7òµ•}µ•ƒÚö™ˆÚÑP€Ú¹·\Zµëò_Ô>L	jÿônÔä2ê€ƒ2Ê“ Œ]Ö¡Ljo ¬\'ÚP‡Ã7¡ç Pö!/PŽ½¨£È(÷ÏPîÆ§Qî‡µPîTw”Gt2êÄj&ê„Ô\0å¹6å©k‡ò¼r\ZåIÈ@Zk…:%hAy Î0lQþàË¨€\0* ì,*Ðö*ð\\*hšŠ\ni«E…@o¢Bö B?1PW¥7P×47 \"×\\B]À¢n$P±{w£âvÐPqT$*~Õ•5x\ru;TJŒá¡’š?£’ÝP)¦¨ôÿöÜ™£î._CeåE¡îg}De;@å„áPùlTÊTÑ½QÔƒ=2TÉ	ªLòUYÏBU½¯DÕè: æÙ¢j{$¨ZÒfT-Ÿ‡ª;-AÕÅœBÕ\rÞA=rAÕ_.B5<¡\Z¨¡\Z3rQÏR¡šþE¢^mùCq¨–M7P-!TK’Õ2tõv‹6ê]Gªõýê}è+TÛiªËéªÛ‰úðŸÿ€<TW\Zª×à#ªï@?ªïÆ)T¿„úôü#jÀt58 ‹\Z^&£FîÝDR…¨1\"ê³Vê[|#j*I€š¾V€úîwõ=ÈõËú.jþê/‹zë¡€é«QÀ÷1(Ð»^x<ÍrDÁ¶£P°6\n¡ÐD!M(äóÇ(ÔÐyút\n3Ý€ÂæJQØ¡·(œ-…e¡])(²þÙ‹¢\\ ˜[ÔQÌ–ûW-ŠƒDq0Pü]`ßJ%ð\rD	¢zPâ‡=(Åö/(Å°5j)Fµôî.j…ÚŠZarÑ*ë£Ug¿¡Õw¶¢ÕËž¢×L” 5ö]GkXZ£58èµIáhÍž{èuIè\r@ô†±J´ö¼ZÇ©\r­smZwà/z£ízãø$z³©*zsê>ôl>zÇÕ0ôŽ¿çÐ;\'÷¡wi%£\rìòÐ#íè}[=ÑæŽoÑ–¯cÐVõèÃö7Ð6Û\rÑ67Ž¢íÊŒÐvÝ\rhÇ§æh\'KK´ŽvQòÑÇÃÇÐÇ_´£]µhh×h÷ñhV.úÄÚïè_~¡Ošv£=.¡=åÐ§ÂœÐÞMhÜO´¯–\'Ú—¼\r}F\Zˆößi€ö¯‹Bû²Ñ¿V¡ƒ¼ƒÐÁ–ÏÐ!{Ð´ÅèÑoÿ×–@óèËe›ÐWnÜ@_50AGî²FG«ŸDG›=BGÑ7.¢Ð7G+Ðq^/Ñ·¶ÑÑ·LÌÐ·ˆcèÛ›ÉèÄ[-èÄ™1tZñgtºåitzC:#ÑAÏ@gšïFgËièœÝïÑy­Vè<Q(º@#]”¸ý@Õý@Cˆ.=Õ‡.}ìŒ®LwBW6•¢+±Dtu}ºf>	ýðTºöé,ºV9®‹x~‘†~|+ý6Œ~‘S~A<€nÚ«n¢£_÷¢_½{ƒ~Í1A·œÝ‹ny]nx¢ßªC¿]·€~û¤ýî/ýþXº}ÝRA÷­ô¡?F× ?V=CZ“…Xg…Ø7øŽLoE-IÐÃ*YèaõMè§³èÑËíèÑþ2ô(Ù=æ@EmCO×£?Ïô ¿jŽ¢¿*3Ð“FcèoNÑßä½è©8z*ÏýÝ~ý[‚þ¹cýóvú—ßMôï=›Ð¿—ÑóG:Ð’04pâ7\ZãŠ—íACT¼ÑÐ÷Ñ0H\Z±½x‘ŠF¼ ‘z~hŽÆ¤d¡1ÃÍhþ(\Zkó?€@ãë8hÒw[49âš<Š¦ÜÈBSÕ.¢™œ14så3š}fÇº¢¹¿.£ù†\n4?†ˆ	ÃÐ²1<Z¾.-ßÒ‹–ûš •n“èn7ÑÿüuÑÿP@ŒJ.³j„Q›CaÖ¬a4bÇ0ëvŸÂlX>€Ñ5ÝŒÙÔ·³åÁP¶`¶P«0ztÌVÃ~ÌÖç)˜ãÆ˜$fç­¯˜ )f°³§Õ³w!c`bö_¥bö+S0¬\\0Fýfãµ¶ãíC“sï0&iw01¦†ß1¦W0ï¨˜ÃeÛú`Œƒñ<ÆiÆéÀŒóT Æ™¸‚qÙi†9¦ÁÆcwaŽq/`ŽŸ\"c\\UîcÜŒo`Ü…þ4ŒçL/ÆË*\nãóã£Ä`üž20~J)Æ¿Vãß¡†	pÑÆˆïb‚½¿`‚\'V0çD0çGô1çe[0!Ùe˜z¿1·‚1¡Ý—1á\'vaÂã0—‡™˜«ËÝ˜(`æ¦ó.LŒw&ž\Z€¹p	“¨ý“ì‰I~­I‹I¯ú„ÉÄ`2»îbîØÛa²>`²ê<0÷]1Ù;·arÊŒ19oÜ09¿ì091yArLÁ¶˜{S0ì\0˜âmY˜âÛ+˜â+LñÌeL)ö!¦ì÷Lyc(¦r7\0SµÒ‰©ö0ÂTû7cªgó1M\Z1a]ÎÃ<\ZÂcË˜\'QLýîrLÃ˜Ó?‚i”ébžÝÞŒy^ýóœ`Œy!.Æ4k`š³;1Í7Ì«ýs˜×iLËLæÍªdL›¤ÓŒÄt­\01¾eaúJ}0}=6˜~Lÿø\"fèí)Ìè÷dÌød\ræËRfâ¸æk´5fÒv3ù¶\n3e~óýd&æÇŽý˜\0ÌÏ”o˜_›,1¿žcæÂÞaæ¾À0s¤O˜?0:Z˜o]ÌBx&°Ê°à`\0N`Ñ,t©ÙÂ@\Z0ŠèVkô¾îƒ2ŸÁ`•¡œC%ß´	CQ‹ÂPF±jÍ4†æzÃØnƒaþ2Â°ºF1Â¹NŒ¨õ\'F„:ŒG˜`Ä‘@ŒôR/F^}³Tt\r³LèÇüS+ÄªäVbÕ¯^Ãª÷OcW¯nÆ®žZ‹ÕpÅjœÌÆj‚ØØuÖØupkìz«*ìú¸5Øõ¬N¬¶½\nvsE8VïÉ{ìÖ›O±Ûûbw?Àîî¬Æ\Z¬ÉÀî1=ˆÝ¿§»)Æ\ZÍÝÇ\Z2±&C{°¦ÎáXÓÄF¬)°k~Ç{¨YµZ|µnõÄÚèjcmä°¶æÙXÛTÖÎúÖî>kOu¸?†uÚ¥†u9V…u+ù‹u=ˆ=õê.Öwëí¢õQUÁž®C`O3¢±¾–b¬oŠ:öLu2öÌkìÙUg±gMÅØ€†½Ø r+6ø[6øûfì¹¼^ì¹®.ì¹Ÿ/°NUb/ÚßÀ^ŒëÆ^êóÂ^BWaCñ°—¿žÃ^a5`¯¾ÝŽ½v|/6úÝCì\'O°7Y°±aØXÜ*l<î6ö?›h²›èÍÁ&¡K±©w/aSÇÜ±÷²¾aïÝÅÞƒ8b³ž9`ïo#aïû½Áæ˜:asÊÑØ¼Cl®#ö)[òw-¶ì®¶¼“-ïZ‹­ËÃVî[ÂVqÁV7›ckŒb±µ·wbk?\'aŸcÚ\'°/a›íÇ63µÿCûúÔ]ì›“ÚØ·—¼°­¶Ø÷;pØÃŸØŽ˜½ØŽÙØÎ÷ï±]eØÎ/Ø.ClWÅClw¶!¶›]Ší¹íÕ¹‚í5Áöæ‡aûž%bû¬°ŸÁØ¡—Ø¡™QìpPv8R;rñväEvì,\0;VÙˆý|–Šýò®;á¥†¸’€ˆ?ƒ˜âc¿fìÀ~ýõûí¯;kJÀþ‹°?³¢±?Ÿ½Áþ:÷û;Hû;&û;—[u;çÔƒ]¸6Šý{ä2öïÑ ìß(,€AÀ?^Ã‚N>Ä‚oÕ`7Žc‘ï±¨s‡±xÄ<–`qKÈ‹Ä’o¡°ô	Xö*,{@ËÙSŽåÌb9ü÷X®­VbP…•Xëa%Ó©XÉ¯ïX©ÆQ¬4Û\0+K8„•~ƒ•Ûfbåïa•;l±Jè¬’å„]üÆÄ.]ÔÅ._Ú‡ý‡ÔÇ©:¾Â©¾WÁ©u¾À­yV†[ëÂ­#XáÖï¨Æi=ñÁmVãtžà6Š£q[âÎã¶dYã¶j5ã¶^ÔÀé_nÇmS¿‡Û¦Ám;ý\Z·ý¶;nû—\\ÜŽïq;úáâÆq{¾àöÇmÁ ¯Â‡pÆ³+8cÁ9ÜAû8Ó\Z)Î¬Ÿ‡³ã»¼ÆÙyqöF8û°Ã8F-ÎÅ+çÂ¸;~¾wüB2Îu\rçêòçÝsÏYÂ¹Kãp\'|ôq\'h#8ÏH=œ\'Twªp\0ç³y\rÎgç?œy(Î\';ç›Y;»¹w¶õ\n.è`.hê!.xÏM\\ð™2\\pùîBýÜEo1.ô”.4°šù	Þ»wÙ¸wE¯wõD.òh2îzÊYÜõ/\0\\”«.jÚ	uÆEsºpÑ+…¸†.¸=ó¸›C¸›¿ïãbÆq14.Nç.®ñ.>ƒ»ußw«÷#.ñ]).iæ#.9-—šÕŠKÙ€ËˆØ‰Ëëà2ÍOà2Ÿõâîi%ãîwåá²gæq9Æ¸œò\\N/—ów—ûËæãò[ãŒUã€ûq%¶q¥ÄU¸2O\\yH®Âô%®ª.W‘ƒ«¾á{d^ˆ{¢~\0÷¤9W?k‚{š¼×À‹Å5,;á^¬!ãZœpï’õpï\n\\qïäã:\"pIÕ¸®à Ü‡xs\\ß]\\OÀK\\ï¡\\ï¯R\\ß3\\_ûmÜÇº7¸ ¸þ\0=Ü\'MÜ@„n0¸7Tv7ü…1:‚ÝéŒ[â¾,[à&¶ºà¾N—â&Õûp“®à&K\npßFÎá¦n¿ÄM«œÇÍXXâfpwq³‡Å¸ÙÉK¸ïtÜ÷ø=¸_{Vá~¿àæ\nÕqökà€Gq@-ð~#ä6Žƒq°”885‡Ô:ŽCnÀày>8d“>9¸‡¶IÅ¡“òp›+8LE\rCYÆáY8ÂG|sGÆâÈ8ŠG[wÇZ»Çéº…ãÙ\râøÒ4_6ƒâ·ã„¬8QK\ZNüœ„“lÀÉº6â_á–7\0qËxÜ¿#–¸³FxÕùxU¯–XˆWOñÀkXâ5ÜFñš¯cñh¼¶¹^Ç)¿ñ[~ãÜ*ü¦Ûñ›M³ñ[×iá·îDâwÖ[âwk2ñ»}Âñ»‰|ü^•cxC7*Þ0´o8ôoø5¿Ï/\0¿¯÷\0Þ(t=Þè‘Þø´Þ¸.o¬lÂ›¤YâMžuâº?Ä›¶àÍZ­ñæÕ ¼ù\"Þš)Áž(ÃÛxÍâm7–à¼Dãïã[á¶âÖºá~:ŠwYul1ÞÝar-ïtïšŠ÷“ˆñå›ðJ| w\n>°v	”ƒÄ‡|Ç_ˆßŒ¿ÈëÅ_uâC·}À_ö2ÁG¬+ÇGØŸÇ_\rá¯*4ð×ò«ñ‘¹9ø(½1|T}|M{Ž‰çãck“ñqæûðI:~øäÛOñ©j×ñ™:[ð™ƒ\'ðw#‡ðwÑð÷Jlð÷Cnâ³—­ð9\rø‚¾¶_H8ˆ/\"?Ã)ðÅD|Éöø²æ|™HŠ/Ž¯ð»€¯\0‘ðUãÖø*Á¾®ä¾îY.þ‘YþÉú5ø\'÷ñO\r[ðO‡žãÄ¶øÆ#‡ñÙhü³¼füó42þy–þyã|ÓS_|óÇ|óÌ;ü«{/ñoNøw”¯øÖ—åøÖAüû±p|{2ß©®ƒï´!á?¾½‚ï¿¾ßÿj?òg	?ºõ,~tð<þ³ùWü„—~rs~ÊÃ?\r?Ÿ…¹áØÒñ¿^uà«Mãõ™xÈ¡cxh‹5†ÁÃurðð«ÞxDâ‰YÄ£_ÙãÑäxü]<ž{OÞ¯‚g:añLJ6žUòÏÞõÏž*À³‘ÿ-Ï|ÇóÖâùi%xáÀ6¼%À‹6Qð’•íxyš^9¿¿Ø¦_ºq¿Tý¿„7À¯œô#¨tþ\"¨ªTmMªŸÔÇ5	êÔVÂêH}‚†ú Ak;Ÿ°AÆ#è†Ÿ\'è>Ð$lÌ™$l|9OØüBÐþHÐo…¶1ž¶»…v¸~#ì2ûG0üò…°o´Ÿ`¤ÙE0òüM0ŠUŒ¾–Œµ\"	&¯ÌËÂ	¦ßè³²M3ô Á|Ù™ph8œ`iz–`µ¿Ž`½Ù—`]¦F°æ 	‡©úÛwR‚-H`7×Jpˆì#8m\0œOn!¸ÛE8v\ZMp½=CpmzEpýªJp+|Lp\'ÄNÜÓ!œüëM8õö$Áë§*áô;ÂË„\0k!8È…p>d5áüÅ·„óoa„¡¿Z›ºm	“Õe	„Ð®B˜ÃNBþ!|[4árK!‚ØA¸ž{‰5Ë$D«¢7r	7`¶„›±LBŒn!&«˜»NˆzâÎáñö÷	ñˆBB‰!¡t†.!¤l_EHï¬\"dÆü\"dfÌ2DB&§™pGÁ#Ü=B\'Ü=ö“p·ˆE¸7åEÈ>-%ä¼o%äo.$p„¢)¡Ì_—PFÏ#TœF¨˜µ\"T®n\"T-Zªïijú#ú	Žçk#<ö¼JxüfŽðxnžP¨\'Ô³üù„w·Ü	ïîü&¼ÃÉ­ÝïyZ„6­=„nC„?»	þ}$ô@±„¾½„¾ëz„OYë	ŸÞœ ò	C•ê„aË4Â—ÍÂDôYÂWÕë„¯„Âd60sDN˜¹Eø¾Ñƒðýç\ná;)‘ðcõ\"a™Gø\\$Ì»ºæ#?þÞ¯&üm<D\0Ô ü7M€Î\0ÛRI€ÙÕeZDß	®\' BwPY\rìí‚ÕcñàñëKãZé¡M`Fò	¬\',gDà¸üûÞ\n ¤ËÂ{‚hAdNAeñz3‚ôÔO‚´W‹ ‹¿G5äa‘E¶*a1É°4þœ°l\\BX)ÅV&CÿìŸU\\`ÄU6_ˆjSTâjñqÍã¢†‰)QR@\\{¨¸.å0QÇ»¨ëÅ%nþÐDÜb¬BÔÏ¿AÔoç·o!n¯ö\"n ˆ»W9w×½ îFu\r>Ì÷t÷fˆ†ûì‰ûM¢ˆûO­\"8dN<PÒE4ZH4Qÿ@4ùÖI4¿·H<4G´Üx’h¢ ZÊ®­â–‰V5ÃD«ŸND+`ñpt1ñðŒ\rÑFîN<rõÑ¡Ùˆè€W#:FM]zw×’‰®núD‡D†‹ÄCâÉóŸ‰ž®`¢ç;uâ©4Ñ+¶†èýF—è=w‹èã?Jô¹+#žV¿H<íJô½D\'ú>I%úv¤ý*Êˆ^G‰ç[µˆ&7Ã\"†¹[Ã\'DÄpl\"ñ2M¼jŽ$^‹$Fjï\"^ÿú­{‚öxãI1ñæÇ\"bŒS1îÏbBÄñ¶ò\01éY.1ŸELËÞGL/ÚKÌ8|„˜9ÓB¼³Ë…x¯h+1Ë€DÌÕL\'æÂsCˆEÛ«ˆE¹¡ÄbW,±x‰N,Ñq#–òqÄŠÓzÄª½_‰Õ!×‰5‰·kŸÚm<F|”½B|TPN|¬^N¬ŸXO¬ÿu†Ø`nGl(ñ%6¾xO|éA|sï*ñÍ+3âÛ{ˆï.ô[\'ïÛßÛ7W;íF‰w³‰Ý÷©ÄÞÄ^Á;bß?-âÇ âÇÙb¡±¿ç±ŽJü”YE¨í\"ª·‡y{‰£¾mÄñâÛÄÏ¼âñ›÷#âôw\nqú×&âÌ]qæ·.ñç‹íÄŸˆâïGâèqqšüVI…|\"‚.Aÿt‰0\"ìñã$©®BD\Z¾#\"¹ß‰˜¥=DÂç)\"QœO$1ßÉ\"O\"Ýé&‘9£Md¯‹#²¿ï%r¥QD^¥‘Çh\'ò·ëùþÇˆb=w¢ÜwQqù-QQ7ATš]\'.>{N\\ìÏ#.íñ .õ\'.oÊ%.ÿ\"WìfH*u9¤U¨$U ImMiÝ{’†aIÓpœ´n]\'iÕ’–“7Ika?iÃíÛ$m²=i3æiîIÏS•´õÑÒÖ	Ò.Ýu¤]£ÒîM\0Òî˜’ÁåF’Á/Ò[=Ò×\'IÆº¡$SçC$Ëü’Õ£7¤ÃPU’Íl9ÉÎ‡I²oó!¥œ!^%9wÎ“\\ß’\\ª‰¤ãAv$·ÖÓ$Ok’Ç7ÉšHòX^O:…\"4ï$¬è&:‘JòR}Jòê8Mò~9D:j\'ù¦#ùæÕ|»mIAUHw¯&]\Zˆ$]¢¿%…í­!…ÕÝ!]î,#]1Ì$]!;’\"ÕH×¼¡¤ÈÖ¤HÓK¤ë÷BIQæ|R´×~R4¼ts¾†“»‹Ë*$ÅùW’â“ÆHñƒU¤„uÒ-<)©È…”²´”O$¥ñ#IéfH‡’Iv­¤Ì†¤;‡9¤;G’îý)\"eU¹“²Õ½I¹ä¤‚=Rw™T¨cAzM*îœ&•»]!UÄ7“*›7’j6GjO¿ =Òž!=¹¤Oª/2&5{í$5_t&½Äv‘^úAjit ½I¨%½Û-\"µ†é’Zÿ“Z1á¤÷cÏIíVÆ¤ÎSRçÔ;¥Oê;Oê“ú“>2IýU:¤±oA¤1Yéó­¤¯oûIS³¤í`ÒÌ¤ïbÿøMúqJúMŠ ýaÙ‘æïY“ÐûI\0)	øA×“`‰K$Øˆ:	žü‚ÒIÈ”F–¾D\"x%æé$âþã$¢)‚DžùK¢:Ø‘h—_‘h1P½VHbßi!qÂo‘8È\0¿ßš$0%	µI¢µ1$1–$ý-\'É\\à$¹l‰$WÆ‘”R’2º´¨~†´˜_JZ²–‘VbûHÿœIÿNzþ•Å’Unl\"«Ô”‘UÓÁdµÀ²ZY1yÍÁ)²Æ¤YUNÖüDÖ~!¯Ã;’µ|ÉÚgþ’µ{óÉ»È[Ô­È[^\"o%õµ‘·m¿EÞV¸•¼#\'“lH6úM6~K6}€\'›m5#›íK\"›ÝA‘Íi©d+{>ÙúV!ù°o%ÙÞ ‘|ä™&ÙaÃ²ãüK²‹IÙÅÞ’|¬¬‘ìŠ‘=ådtù$ŸDöô\'Ÿ\ZÒ$û@¢È§×m\"Ÿ6M$Ÿnq\"ûZôýÛ’Ï®’’ÏJ•ä€hr ÅrP2›´t€l}„üÐŽüF“|®ø/9ä`,ùByù’Ú.rØÆr˜#9ÌÔƒîHŽ“¯`.‘¯Ðä«¦ÈWÝ“ÉW/ù¯9ê’¯¹µ’¯þ&_¯ù@ŽRQ£œ0ä›fkÉ±«ÛÉ	gÐä[‘Õä[ìÈ·¿…“RáäBrjÐirêµÓä»=äìØ6rnÓ5rA„\\«$1N’Ü­\'—˜»KZ“È¥f6äÒxCr…ý!r•y5¹\nJ®¥“k*]ÉµoRÈµý(ri(ùÉ0žü4q˜üôŽ7¹!ï¹á9ùA…ü|M~á&%7o\"7ï`_)Þ“_w°Éo¿Ž‘Ûž\'‘Û=ÉéäàjrïÖ`rïrïùã·4rÐ0¹¿f7¹Ò@¼%%]\0’‡rÏ“‡“ÈÃ3åä‘×Åäñ^Mòdi\'yªbù{ÿ^òÏˆzò¯Ù	òoO8ùwT.ùÛŸ¼Â%.\nÉÀÁ@2(·Š¢3É`í.2ÌBŒ®H\'c¶rÈ˜¿ódìs2Nµ“LˆÏ!OL‰¸_d’ýW2ùƒ™nI¦(-ÉôK†dFÚ2³ò%™õ!‘Ì	·%s5GÉÜc†d~±Y°Öˆ,È8GÌ:‘²ðÛ0Y(j!‹YT²d;–,[h#ËÛ\ZÈJ•Q²2#œ¼È†“—ö—“—þ«™åÝRòŠêy%`E…MY“-¡hLÍQÖºÓ)šS)š²”uw¶R´jþP6¨_¡èü»@ÑxOÑ-AS6íS6ô¤l>mAÙüûe‹/™²£Ô™²Óbe×©k”]-Ê®ß(»`-ƒÃÃƒ_\0ÊÞøÊÞ¢$ŠáFOÊþ”ýÙ”š)ªz)F1ý”ƒg7SÌƒ)‡‚_S,ñ=+¯«W|Š:‚rØj€b£C±m¦Ø=Ò¤8„\rP×fRuvQœz(.‡Ó)Ç´3(nÒJŠ›Añˆ9J9aäH91½…rÒ/ˆâÕàDñP¡œ©ùJñ{p—â×—Mñ_¯E	ô²£ÆºP‚3§(ªS.öS.¢\"(—ÊK(áGR)áƒ]”+Õ2ÊU:†rí¬	%ò 3%Ú#Ÿ]H¹y0ƒrsÐžCs¥Ä’Ä”„Ñ1Êm÷”DËU”ô \'JÆC6%3ä$%SlO¹£¤díè¦dYÜ£dÕÄSîç¶Pòb¯Ròˆ@J¾…?¥Èj¥Èë!¥hdåÁ{Ê„„R¶J)·§TlÉ¡T¦=¤T™¡T¯r¥Ôl¤Ôø\n)5’”Æªo”g~”gð9Êsa\råÅ†”—«(Í9bJó\"‚òjKyclOy{±œòN#‰ò.è=å]”!å4•òÞ»…ÒöçúÌS:üþR:½F(]A•”˜¥wC\"¥/ÓŠÒW°…ÒÑ“Ò_$¤|¢ß¦n)¥žò¡%iS†òŒ)Ã\0*eäœeTe\reìž‚2öð-e¬m‚òùDåsz9åsû\rÊ+Ê—\03Ê„ÿjÊDç^ÊD·\Zå›ÅmÊ7·4ÊÔîË”©ê)Ê€D™m¥Ì.ß¢|ÏK¡|ïM¦,ø-RþÞ¥\0£(€o\n0ë8ôyâ–JTwS ‡(0ýßØ»Óxx=q÷AO¤ Éx\nÚÍš‚%S°+O)Ø,…¬yB>6J¡ÜU§Ð_£0ûSØIcŽGábÝ)ük¿)üêOá–0ŠÐ_H‘è¤S$¦I^\'Er–\"\'½§(4ª)Š²Ë²²èEYLñ¦,\'R–Ò(KEA”•U”•]Ê¿ŠÃ”‚ZêªìKTõ±ÇÔÕU%Ô5»8Ô5W?P5R+©šS4êú¶êzÆyªŽÖU÷W9u“Þ9êæªOÔÍ?4¨[v.P·ì{GÕ+m£nõ÷§n¤î„šPw{•R\r6n¡\Z¾\\CÝ7ú…ºo¡†jd¡I59®E5ñ¢ZÔ_£Zõ‘jEœ¡Ú’¨¶Åw©v^¨vÚTPÕqÝ9ªã›ûT§–ÝT§y3ªË±IêqÏ2ªkð*ªëÏ1ª+å(ÕMÏ…ê®’Cuï	¦žüdD=Õˆ£z[°©Þ´aªÏðõô>#êi§WÔÓ	ªï˜5õÌ¿6ªŸÑªßG&Õçª¿ÏkêÙ	ÔÀÕë©ß©ÝÚÔs›Ôó¾iÔóÝG©¡£\'¨¡tMj˜íSjØàmêµ`ê5ëÇÔÈÿÎFN7S¯ë^¡^÷­¥F½°§Þ4 Sc\\J¨±/Æ©ñjbê-‚5õöänjâºÕÔÄ„ijò¥_ÔäÁ}Ô”“ï©)á%Ô”–,jêsWjš³.5-IM+ãQ3\n^S3×FS3\r¾Rï¼›¢Þž¡æ>Só~PóùÔja…Z8X@-œ+£mÎ å< >Ðì¦>ð½D-=J-Yð¥–õ-RËO¨»©ïNQkQhjÝ‹ú¸íõqûfê“ýLê“ëÔ§¸vêS²’ú”óŒÚ\0¸OmÞvÚÜ\r ¾º7Nm‰j¥¾ÛØD}ŸäOmTSÛí\Z¨]»ÎS?ä™QûôŽP?ú^£~*ø@°Õ¦<Œ¢=<A>½:ü*:ŒQ‡%¨£†>Ôñ8*uÜFýêJýZÜDý¦B\"\ZPgí¨³\'©³\\ê{3ÔŸyÔŸM©?—žQç€«©Ç©×‡©ÀäT`Í)*XG…˜í§\"Oí¥¢ß< bìú©˜ú*–ÝHÅuyQqËåTÂL•ÈH¤ÒÜTúV*ÝHen›¥²FÎPY²ÏTÎ7•ßaJ¬M¢\nt¨¢ÙTYÛ{ªÜm\'U1yŽºxFº˜øˆº¼W‡ºòMý˜Ký×7KS‰6 ©\Z< ­ž²¡iºMÓh9LÓ„Þ¡­»8A[ú‚¦•fNÓ\Z#Ñ6´2i0/i°ž4í~m£·\Zm³ÁšžÚ4më­|ÚV‘*MÈ¶Íê*m[½	mûK?ÚŽžM´]š–´]Km´Ýwòh{ï¥íýQH3ÄäÓö\n¤7}§&ÒÌ÷\rÓ,¶¼¡R:Ð,ë.Ò,Ù4+—‡4[òÍ>ìÍñ¼”v´p„vtA—æ+¤93i.Õ³´c]z´ãÚ8šk†:ÍÝqÍ´B;Q™F;y–E;ù•Jóôô§yþZM;õMóÞý“æ}ð:ÍÛiŽvšhM;cw‰ægÓIó»LhÁÓ‚b*iA‹oiÁ‘´óX]Úy˜v”J»ä—N»$í¢…¶¥ÓÂ]Êh%æ´ëÍc´ëâ8ZT}5íÆádÚ81-FTM‹½³‡Û¬O‹%4ÑâH´øLíö±/´Ä¤9ZòÙDZJ¶-ÕH–jÙ@KËÚ@KjÓ2ví¤e\Z&Ñ2ÝîÒ2‹§hwÖiÒîT®¥ÝCœ¢ÝÐ²Þ|¡e!Üiù§/ÐòÏ$ÓŠü¨´Û6ZIv­4e™VÆ÷¥•gÐªÞ¨ÑªÓhul;ÚcÍc´ÇÔ[´Ç‚‹´\'‡šiõfZƒl–Öøn€ö,þ-í¹Q)íåöPÚ«\rÚ«B8íµá­e$’Ö\"¤½ñúA{óÐŽö6Ðœö>ÜŸö^á@ë|3Më*cÐº×WÐ;hCtÚHnmÌ>š6ŽßJû’ôŒöå]m¢ôm¢¬öuÕ ík‡9í[L	mŠ¾‘6mÛCûÑKûyò\0í÷ñs´?‹i€“«iÀ\Z®F¢¨4ÐÙ\ZdÓ\Z$â\röÖ\'Ð’1\Z¡wœFþxFõDÐ¨“`\Zm-‰Æ°£1=Ëi\\›]4þ\"°L§	?ÐÄæª4±_Mf7I“Åý¥É\'„4Åów4¥6†¶”0H[Ž<O[Ø@û—ÿŒ®2ì@_µð–®ª‹®\n¤ÑÕ¾æÓÕbú\Zåzº†XŸ¾ög#}½o}}9…¾¾®•ÙM×ª¸O×îyK×I¡ëÀ–éºgûéºÄbúÆ[ôMÛ^ÒõäÑõâé[ÿÓõŸ ë/OÓwØ‚é;Ëçé»ÄÇèYô½roº!Ê‘¾Ï\'‚¾¯ä.Ý¤žI?¸=˜nš7K7;QK?dœH·,¼O·¬Ö [MèÖQhºuÇQº5Í–n›õš~ÄAJwÜEw´,¡;zÂèŽ#éGu\ZéN«ÃéN4ºóÍaº3ûÝYaJw‰(£yîzq;ÝM?qoýäŸtÏŠ(º×A=º×ºOÂºoš˜~Ö¸Ÿ~Öå=ÀW—ÐF´zH<ûžÄí¥‡´:ÒC~Ÿ¤_¸rˆ~Qe„~åó4=\"ó>=âù=âkýšt3=R·‚~}õ4=*ö=šò”ÜIµO¥Ç%èÓã£µéñ©)ô„_Éô„ßuôÛíéÉô”ÍZôI=m8“ž.W£gœ_EÏ¨-¡gLbé„Zzæ# ý¾ùqúýzöP\'=›CÏÙC¤çª&ÓóÖdÓóLÈô‚»ôÂé…e–ôBx\0½Èy=½ÄT“^BÒË7”Ñ«’éµÒù¤?#–Ñ_¨OÒ_hÏÑ_@xô&}czSZ½ùÐNzóûçô—§-è-ê^ô7Zóô7{Œèo²àôÖz»ãIzûG&½ƒø˜ÞùÇ˜Þk£÷ƒ»éýØ@ú§•HúÀÃ×ôÑP0}tú!}ì´ýËX}\"É€>eRDŸ™¡ÿ\\_Oÿ™Aÿ5ïDÿ;3Mÿ»XL‡¤Ð¡ŸtØ\':üÊ:bãC:Êf‚Žú{ŒŽÂÅÓÑš:t´þk:zè:ã“@ÇDèØç\rt,Ú†N,5¥Ç-éDb$H\'ÇTÒÉÍÎtòàI:µC§.UÒi{é´_>t†~\'‘~•ÎxD§3(Ít&@g¥l§³æ>ÐÙ‹:çY\r[I 1èÂù]t1@—­?C—…¶ÒtÁš®dm¢/†}£/ÅEÐ—ÚíéKã^ôåèE†JÍW†êóf†j‹\'CÍ\nÀPKÌ`¨uãêübÆjc­Û#ÆZön†fò cÝEÆzµ\\†vÉj†Î	.C\'@ÉÐ=®ÊÐí1t\'çÝÓ›5*úó?ÛN0vDE2vÞ_ËØ»û+c¯°›axÍ†aØbJ…Œ}ýw¦Cî³³ßfæ§ÌæÀX†ùòQ†å£3›õë¶gŒ#ãŒ#ŽçG4GR60Ž,2²†ãO†ÓYo†s©?Ã™®Ãp9¤ÆpI>Êp)ûÎ8.|Áp+†3ÜPŸîó\rën†G7•qÂ5q‚ù”áy—ÊðÚ…`xeex=þÁð±0NO g`/~¦ƒÿÁŒ³¦“Œ\0#PŽd eYfœ{¡Á8_2Í)ud\\ÜÁ¸tî#TNc\\s~Î¸æNfDº3\"“åŒHe7ãzQ3#Ê£ŠcãÄˆm¤0â\Zƒñ•ÚŒ¤5Œä{¿É¥«)ƒ9ŒT“‹Œô°3ŒÌ5óŒ»Nw}Çw…û÷9]Œœ{Œ¼ÝŒü­éŒ|ÙFÑ¼\nãã£xï\0£xô£äÃFÙ¾ûŒ2Ú£ü‰\'£bÅ¨¸¿šQqgT¬Ô3ª=¯3jgÔŒ%2juâµŒ×ŒGTuˆŒ\'»>3žjE1\Zâ[MZWMM0Fó†@Fs£¹{ŽÑod4c“Í‚Œ·™‘Œ·„nÆ»]?ïr“­ÁŒ÷—‘Œ¶8{F[ƒ£=è£ý–%£#¸ÑÁüÃøp*ˆÑû\0Åè…•1ú5Ž1®2š\0Œ°c€´1y’1tÂvØÀÎ¹À~¾–1ò³š1ª_È}ö”1¶ã%c\\KÊ§80>»j3>—M1¾à—_¢_ó™ŒÉ–FÆÌqÆ8œ1·³–ñgÂXðúÎ\0œºË\0žÌe€¶g2ÀHäû%p•wþÊ@nüÂ@=00»¶20Ü,`‹\'1p«ø[×´ƒ|žA–·0(7t4m!ƒvãƒVÃ ÍN0èÕ*†Ü•ÁþFbpLZ@ƒ;™Ïà|a¶½cÒ\rR·1†ô†!ýPÏPîf,F82›f+Ï²+”gŒ/ÙL•OG™«n1U/Ç0UçŽ0U•fLõÂÃLuX sõÎ~¦Æ#0s­x\'SÓD‹¹Áeˆ©dnn<ÎÜ²~¹ÅÙŒ©?pœ¹ƒ—ËÜ­¿‰¹gàsïž¦¡ö+æ~­\Zæþ=ÿ˜ÆÁMLãÂAæAXÓtµÓôži®\rgšçÒ™‡î3µG3áN2-ÓÞ1­sLÛw¦më¦-IiwëÓ>~=Ó>w’i_õ…ydìóhˆéá1Ïk0K¿1,3»72]õ73Ýžïcº[µ2O(T™ž*Lï™¦ÏGÌÓ!×˜gTç˜g0UL¿){æY=3æYÙf@¾>3°¦y®Æ¼˜e†ž?ÍßKd†[˜áGŸ1Ãi@føâórÚ?æåû™W-õ™W‹.1¯b1¯÷`F‰\"™Ñ›¾1£c[˜Ñ™uÌ›Û˜7k˜±i\nfüáf¼ï3AÄ¼ú„™<:ÂLïžafžócÞ1úÀÌ¾SÀÌnyÁÌ†™ÙŠ?Ì\\q83ïX&3º‘™\'¹Ä,Rób9w2”<f>$1K<©ÌRÉ5få¡mÌJéCf•‡:³ê}³ZÓ‰YSÐÅ¬)^bÖúo`Ö~1ë‚¿1?ºÎ|rî³þìÆw‘ÙÐ0Èl¼/g>‹zÉ|öw³)Â|½e;³ÅÍl¡$0ß<š`¾=Bg¶~Kb¾_Ë`¾<Éì”}f~8¸›ùáì³çT\r³§«€Ù{¹”Ù¯y’9¸*›9|ŽÍ;Çœx±Šùµ<™9ÝwŠ9‰bþø1Çüùt+ó×Ekæïú|æ¼c\"s>}š9ÿg€¹à)g£¬˜ ó(&µƒ	ÞéÎ„Ù1áÐwL8ï#!‘0q‘<&þø;&¾ —IˆÈ$Ì{2‰\'˜DŠ’IIå3©æ™´Êd&\r cÒ`ÆLº8“þÌû?2˜Œ¿ÍLNe“CùÃäî˜grí\'˜’°0¦¤¬’)Ýòš)[eÂ”Õ`ÊZ2•»â™Ê!sEØÅü—»†¥¦ÂR÷¹ÅZ½=›¥Ñý‚¥Áç±Öy°´ªÖ²´/6°´û¼Y:ÙV,ÝëXºt3ÖÆ,oÖ&c$kSªkSÍŒÐYÛOmfíÝÆÚë­Í:`q†e2¿u0¹eßÂ²¸}uH}ˆuH+še£Ã`ÙØY¶j,[†!ËÎÅ“ejëHúk–£‚åäÇrzÀr\"€YÎYS,g\Z“åR7Îr!N²Ž—Ø³ŽyÏrí?Ãrë¶g¹êYž¾“¬S1Ë¬S#,¯„–·å}á\0ëÌµ§,¿“&¬³íV@Ê+àýÖ9D\Zë¼ÛUVH\'+$;R7Èº4Íº4íÆ\n_©e]þ9ÇŠ¨¨eE€6²®ØÄŠ¬n`EâW³®ï±n®5bÝÜ™Ìºéõœ›ú›ç\\ÂŠ£?`Å¿yÍŠ_4bÝÆ^e%fü`%5ÁXÉ~Õ¬”äqVJãYV*(ž•ö8œ•~¢Ž•iãÊÊ,Îbe	˜¬ûŸ³YÙsY9mÁ¬¼µ‘¬¼T+ÿ¤«Ð²‰U8_Æzðè;«tÏ=VùñlVeÄwVå[{V¥°U5°ŸUõó2«Š`Õ:*Xµ¿o³ê\Z®³ê\0Xþ³ùÉ92ë©ÅOÖÓ’U¬‚«q’õì‚«)ó«ù€	«¹~€õê1ëÕw\rÖkWëõ…«¬7©I¬·O‹Xo•_XíÌW¬Ž¸S¬ŽºdVÇ\"œÕÕ«Âê©ùËê¥>fõÑcõU(Y}Ê¬Ák“¬¡+;X£«¢Y£•¬q»^Öç®¬/-¬oõ×Xßˆ6¬©7XÓŽ»XÓ¤‹¬™‹¬™8]Ö”W¬ŸXÖ¯‹e¬ßUPÖ\\Hkn&õ§Áúó§…5ï\reÍG|d-ôÜg-LZ°\0ž;Y€Ö,à\0†ª~ËßdiÙ,hÏ~’…XY`¡¼±P¾7XƒY¶3E¨—°ˆµÿÁ`¥ž,rÃ\r%Ë¢n!³˜\"m+v‹•îËâªM°¸^‡XÜ{WX\\Àq‹\ZKPý„%Úý†%r-g‰Î.²d\nM–\\k\'K¾²—¥4Ç²7º±3°–,ÜYKøÖr‰/[åt{Uà¶:^ÉVçýa¯†³×„³×äqÙ\ZZclÆR¶Æ³`öZëöÚ‰9¶æW2{óm¶–Ô‡­ý©€­ƒt`ë&M²7æleoöÏgoý˜ÏÖÏšcoß´–½¸ÂÞý¦Œm`¤Í6(>È6è–²÷ø&²÷–:²÷ö´°÷¢ãØ†ÞÕlÃ,&û@ÿ2ÛÄTÂ6)+bŒTa›þD²Í¾¿f›ûÜeòºÎ¶¼/e[E[³­bž°­î`Û˜u±m¤l»p=¶]\"ƒmdÛßHdMub;>e;…RÙN&l\' 9ÛÙ¶}Ü¸’}BeŸã³OLeŸÄ„°=™ÇØ§ÈÅl¯ä*¶wî;¶¯Ì>ó/žðjš¸ù*û\\Ã_öyÕLöùñzöù¥{ìãEì×!ìãìK€v(ã;ìe;|ûûŠ³:ûJ€?ûÊÌ$;\"ÂœQÇ¾zx…}möûÚ¿3ìH«Õìh…/û¦œÉŽIÌcÇ|mfÇë«³KÙ·ŠØ‰À¿ì»^vê›­ìŒí0væÚv&¬Ž}Gr—}gy„e²‡}qžÍKbç¾açwO²ó¿\"Ùùˆ@vj»ðx»ðÃIvÑ¬ûO1ûÁÏWì—3ìò+ŸÙå­Yì\nO/vå	svõÚzvÍt-û¡œýpÏ~8\nc?œa?r˜e?òhd?Ýa?‰7b?ÞÆ~ªý‚ýtÏ;vã-5ö³ó^ìgIÙÏÄì¦µfì¦ôöKãHöËóÕìWv;Ø¯g^±[²?²[òØo®*ØoÍß±[#ÙmH}vG.†Ý]ÐÌî®øÇþàÀîõÙÏþèÍî7re÷3éìO6;Øà.öð!\'öø§!ö—Ò\\öäÖ{ìÉúQötÁ)öÌMölZ7{¶%‚ýkê,{Îrœ=—}‘ý÷¡+ûoˆ\rxÂžüËöÛ°Á?N°¡;ÆØP¿6ÜÁFlƒ±§ØHJ>…ÝÅFß¹ÍÆÀ\nØx­q6ÑC“M6ÔdÓrØôØ\rlö%›ùƒÍ^~ÍæàSÙÜ„&6¿¢”-°hcï²%žÿØ\n•Ÿleú4{i¾ˆ½$ØË^9µ‰½2y‹£²ýG}ãgõ¦ýœÕ£û8\ZÆÖk8kÕ‡8ëœqÖ½tå¬dp´È8ºÞ\"Žîó\nÎæ6ŽÞªŽžì*g+(”£õ%g›×g»m.gÐ†³“~“³W±“cT½…cô{ÇøçŽÉ*%ç \Z‹s0;spvÇÜmˆcþÃ•ca;È±¼ÖÏ±|~œcíücí>Î9,{È±ÙPÊ±1›çØ¨slWš8vÇ²8vi‡<Ž£ñ_Žc]/ÇxŒsô«Çù†&Ç¥Â™s|\"‚sü·-ÇÕ$Šã–šÆqÿÙÇñB=çx¯Ñçxßq|,9¾>ß8¾éÎœ3çº8gÊ9~&f¿ÐŽ¿lçlö9N€ÞvNÐ	}NpÍnÎ9šçóçü\'äfçÒ!(\'Iç\\¾àÅ¹\\ØÍ¹üÊ‘sE3òå\\Õã\\MZÃ‰òláÜ—snf97=œ›/rnŽýåÄ€ª9ñÃ­œ„ïœÄŠÍœd×=œ”Þ;œÔ5DNªñ\'Õl\'õd\'ýëmNæ½,ÎÝ±Î=¿dÎ}|\'ûü]Nö`\'Gtˆ“_Å)ð_Ã)ˆâòb8EÂ½œ^}œEvœ†§ü¼§<ƒÈ©xyšóð&Ÿó0>ŒSë{™S½SgVÇ©Nç<Z.à<Y-áÔkžâ4Xœå4®ƒqž‘Ÿq^qš´‹9M\rœ—6IœW•78¯\rœ8-ö\'9mW\"9mmœvë`N»Ô“Óé¢Æùð_Üz¶}ãôXÁ9=/ƒ9½—Éœ~¿çœO÷Xœ×œ¡–œáèJÎpWgtl+gl#’3¶{ˆ3>;Ä™˜!p&xÎ7]\Zç›,ž3ãÂ™Ö~Î™néàL9Ä™ñLâÌ„œÙ¶`Îwè?Î8ÎO¿­œ_Å¦œßïùœ9‹ŸœßÎßuO9àíG8àw¯9­—8¶ „éÁAÀ¤]8-ã`^rpêºÜyÃouã\Zbƒ9‡l[Ë¡ô94}mp‡yá+‡9z†Ã\ZˆäpË8¼!Ž@û!GP‘Æ`œ9ÂšŽ8èG²W#þÈ‘ r92¶‚£Ø´Š£ÔûÀùwé\ZçFÄ]eBãªVrÕþÿÜ\rs×­½Ï]·oŠ»®Ó‡«¥ªÆÕÚºƒ«ur…»Ácœ«sg’»	£ÉÕsþÀÝZdÃÕ×¡põÍ’¸Ûš¸ÈJîÞ#6Ü½ãË\\C\r®!žÌ5\\Îå\ZýÓá\Z·sMÖŒsMX@®©ÊA®©™3×´î(×t¾‚k¦jÆ5SFrQ³¹Vië¹Vm‡¸V|×®Ïu0ºÂuÈºÏužçº†õp]ÿ˜qÝŠþqÝ#¹îÐîÉK&\\ë®o‡ëïú‹ëZ›ëÖ‹`PÏ\rBÛqƒkÜsy—¸çPÜ“Xî§dî¥#¥ÜÐšCÜÐFKn(6ŽÕæ†Çâ†ƒèÜ+gÏp¯4p¯M¹EÜ«)xn¤Á7nÔ«‡ÜhÍõÜèê+Üî¹7ß\'rc§”ÜXô,7áà6î-.—{ïÏM<+ä&Ê}¸É+×¹iã<nºŽ7ýÂ9n:Ç“›Î5àfl5àÞÅ\\äÞÇr³[Z¹Ù3µÜËnÎäin®J7ß›_éÎ-:VÌ-šrH0Üb±·Ä/”[~ò<·ü\\>·²IÁ­Éâ>:îÇ}ü…ûd#šûô1…ûTò™ÛPãÄmXªç6æä6Rm¸Ïý)ÜçMÁÜ¦C-ÜW‚+Üw•ÜVV4÷=m™ÛþŒÛþø,·ËËšÛ•ïÉíá%q$Rî`.;2šËÛü™ûY]‡ûùŸ!÷‹¶„;Q´–;ÆýzÅ†;	ëä~síâÎ˜jqgMqg	ÜÙ¥ƒÜï›§¹?\"¸?\"M¸?wáþ÷åþZ½–ûK²Èý³Î;_t“;ÏSpNü÷ÚÀ–s]>\\ òãÈUã‚‘H.Ä~’ßw‡§©páK_¸ã$.¢Ñ›‹TTr1àF.>:ŽKtûÎ%À¹dþ.ãÆ.‹¼Èeqƒ¸ì~.§w—§•Ìå\rjsù“Æ\\ñÎ%®ä›W\"sæJ7K¹²çÖ\\ùš^®ârWÁã®P¥ÜZOeé3oåOõÒUžÚ´	oõÁrÞêÄK¼5î<’³<\rÔ=ÞZ²!o½j?O+å.O‹ÝÈÓöåótãÒxºbosJ:OÿIoæoûŸLÞvƒ·ƒÃÛéð„gªÉÛóÖ—·Êàí];Ê3Ü¾g(ÙÍÛw\'Ž·?é\rÏ¨Mg²…É3i]Ã;˜)â¬ÚÄ;ø(w°í+Ïøgö.‚g¾\'ˆg¡oÅ³ø`Ï³ücÄ³‚eó¬”<ëõ‹<››—y¶«~ðìnzñìïòŽ¼Šå9Èæ9&iòŽ¦ðŽ–MòŽVèóŽâÍyNh Ïi)—ç¼Æs‰ràÿ2Ëó`mæyˆóx\'Ìýy\'75ñ<ëŽò¼*Ÿò|_©ó|¿¼çù¹›òü®Ÿâm%ð9ò.¨ð.Y#y¡—Ëya¿žóÂ˜m¼+‚yWi¿x×Ãúy×ÓKx1Û?óbd½¼ØÎ5¼X‘wâ/Áá\nï–U:ïö¥Þí«ûx·ûÁ¼Û+f¼ÄÖ^ò^0/uð/\r<ÍË yñ2³êxw^óîyžäÝÃáxYÏxYƒ»y9Iq¼¼Íº¼¼ür^b/¯põ^Ñí‡¼bË\Z^©é;^©Ë¯¯Í+ÛÆ+“ç•c\nx^Å»*^¥¾+¯Ò†Ë«ÖùÈ«&ŒðîoàÕþÓæÕIþòõ:ñê½îóž²æy\r\'ìx\rm;y\rÞ‹#RÞßK¼&õÞëì#¼éiÞ¢ïí·Q^›¡¯¿×t–×1$ãu^*á}ØgÎûp.÷¡´’×ƒ$ó>ð>1Myë\"x>_x%º¼AgÞàµFÞ`Œ&ox²˜7SÅŸäAá¼ññ{¼/‡®ò&öPxßBÍyÓÕwyÓÒ`ÞÌ\'9o¶çïûmÞ/íï¼ßÛø¼9|1ïOÌ\rÞBÄoá„÷W+‚÷w1›PAð\0±y€P„ççA<PøVøf\0ºË™E–ðàzHzç~zb+z¡”G«æ1Îlã1ªñØ·Êyœ=v<NÎ/cÍãîþÉã.±yüÍ‘<~HO°ÿOÐZÊŒ$ðDÌ\r<±AOªÊSh‹y\n1’§ü¹‡·xïoñeoQ,á­”yñUvYóU>“ø*b_þªºw|U-_…ã¯Ñ_ä¯9†ãkÌð5Íªùš‡Tùë6.ó×‡òµlNñ78MòµÃŠùÚFü»‚øÊø[7äo½BàïtßÃßeÎãïú4Ìß]¢ÃßƒÐçïýwŒo¸q„¿_^Ë? jÌ?ðÅ‹\0ð”`‘Ä7âùÆM|“¬\'|Sÿ|óý¯ù*m|Ëß¥|«<ßêƒ5ßúü2ßæÔv¾ÍãŸü£’l¾ó•«|gÒß%rˆïÞÅwKQá»Çfð=ŽZð=òø\'ÖÙòO2nòOJžòOåÚò½³øÞ‰Rþé²×ü³Úãü€\Z#~\0ÐØ1ÄÊ¾È?·ë1ÿüçþù™+ü‹¿ºù—ñ/mûÅ¿´OŸz ‰*¹É6â_Nïå_þ„áGlžåGÔnå_Ûûù ýú\0ÿzò~Lc-?v·€Û¼—;\"áÇ¢®óãQü„ŸÍüÄü1~bu5?é®‚Ÿ¤ôåç¿ççÃ;ùùK\"~áþ?ü¢mûùEY;øÖtñ”Ÿâ‹pü’MËü+<¿âî9~Í*\Z¿Öq#ÿQtÿIjÿ)FÁoˆÔæ7NJùÏÒ·ó›,¢ùÍ[Lù/¿Ýâ¿ÒZæ¿¾þ“ÿ\Z•Åc×ÄëÝÏd€ÿž½Ìo_âwìÒäwØzþ…ßñËïL«áwûØò{Õ—ù½¶h~ÿ¦&þÈ³ þhÇcþØ<˜?ÙÝÁŸŠÍãOý}ÁŸN¿ÉŸ~RÅŸMð¿ïÚÍÿ	¯âÿÊ*åÿNðç‚Ãøpþ‚Ò‹ rù £|Ð“>øñ5>tM	ZÃãCQïøpB\rúÅÇø¿çcž_æc­øXû§|lÿ]Ï\'ì1áEðI±×ø”¦ß|š<‹Ï ð™O¸|æ«e>ë³=Ÿ5ù€ÏÕãóC_ò¥ð«|å_#Ê @åÅej¨L VÐ.Xsy·`Í“ËÌÁÚ-kwiÖú>¬].hÖ\nš¨U‚u;=ë>k\nÖ[\nº\\•‚Í®o[îílÍ~/ØJÿ#Ð»!Ðg¥¶Ù¦\n¶×}ìÌ)ìj\"	v›½ì.Ç	vwiö®WìÝ\nš&\nsêÌ>Œÿ˜ìzÆ	LO„Lÿ»¦¦ŒZ™Û.yAºÀ\\‘$°xóK`¹ýµÀ²ö½Àª…)°^¿,°Þ(°¶ØXl9þYàÐvZà¨uNà˜j\'pÄØŽnu¸®—\\mÑ7û·{Â‡Gà8#ðèN]x-8ÕùZàÅ¢¼aýÏ›7‚Ó\rþÁkAÀK]A`]»àÜ±(Á¹˜àüzÏo)œ_\\„¨å\nB¯B``A–#¸Ø(Õ¿%ÿw@p¹´KpUÇYpõ€¡àzt‚ zµƒàÆÑAL¾¿ F’)ˆ½Ü~ ¤ð÷	R®R_CiN:‚´`;Aºc€ ýQ² ãø² S‡&¸SÑ*¸{ò”ànA„àþÑ<Aža“ @#BP~{¯ 2ã¨ Æ·JPóU*¨ù‰<œ<¶©Ô/H\rvY‚†÷PÁ3Uà™õˆàù1sAóvÁ+½ZÁ«}ñ‚WvF‚×Á	‚–m•‚–ŒjAë%A«G¬ ­$hoLt¬)t>§	ºcmnh>>\nzŽzŠ}=µF‚žÑ:A(DÐÇz(LhU¯û]_½*UÙ%³†\nÆÎ	Æ.´¾„1_²‚¯¥`rè¥`Rj\"ø¦Þ(˜Ù.ø±!Kðã,HðKÝI0ßwF\0Œ\nÀiWà;&(+€ç`OºpóaÜyI\0ú+@:ëÁ”U€’´;„+\'„\Z™€d´C@^Ó-  &Ô·ë4Cª€fW\'`¦—X÷ö	Ø!>vÛU¯´X )},fÈt,²ïÝ%¨F°¤G,9,kô	Vc„jçÏÕªVÕžÆ\nÕºÈB3k…šá—„šQÂ\r^p¡ö¯³B}Â.\'…z—œ„úz…ú§ý„;;„»¾…Î}Â=æõB#øo¡‘LCh²ÎQh\"Ø\"4\r+šêÍ“M„_3…Vž	B57¡\r°[hëQ&´_Ï:nù&<ŠsºÀl„Çíºi½º9Ô	ÝX¾Býd¡‡Ãq¡L$<q{Vx¢ <¥f.<¥œz‰…>zzBî3áé8žðtæfáéš9á™¸|aPÕˆðÜûaHA…ðb6Oxq.YxÉæž0Ìµ^n&¼<ç*ŒŒ^w^Gö£Ü\'…Q\07avLxC÷ŒðÆKgaÌ¾taÌ©ßÂX×,aì…}Â¤ïúÂä¶«Âdn™0™Ÿ#L¿R.Lï{+Ìxì,Ìüb\"¼{»JxO7_xßK(Ì†œæ”íæŽ¯æ¯¬DE	‹l$Â¢w>ÂâhkaéI¶°4ßBXÍ½/¬Ö¢Í…µ‚[Âº\r„u:@a~DX\'¹*|œÞ)|º¨6†c…Ï«¶_¯¾F\n›ÊU…M‹íÂ—“ÂWyÂVc¨ð}f¡°Íéº°mz°}[¹°=x“°Ã6\\Øñ‰\"ìü¡)ìõÑöÎW?ítl ì„#*XáÃR8ÂGGû„£ÌCÂñáø;áTô°pšÙ*œq»(üžñÍ„?ÖþÐiþ>Nþ¾k)œ£å\nÿ¸¿þ¹ÊþÝ!œ8&>&ŸZ‚£ÿ	Á……(AŸÍÜ$Äl&1	6ÿÑ#Ä:)„Øk§„Düy!©ê€|ÖZÈh|\"dméò…üÜ.!ÿéQ¡`Õk¡°ÌW(üŠÎ\'\nÅN“Bé]¡”é)”½ÊÊ~ÿÊ¿Ç\n+KBå›páâ¾gÂÅ\0á\"³N¸tjT¸„‡W¨,‘êže‘êu‘ªrE´º}Y´öF”h-â–h-eQ´>-Òòi[êŠtdS¢MÞlÑ–#ž¢-+q¢í‡‰ö¾{ 2¹¼Ut0¿GdÖ¶Ud±åÈâZthS¨ÈÚó³èð•8ÑáWÑá\'D‡9\"{Â-ÑôN‘ƒ×è¨-Lt”¢)rz*ržQˆŽ¹ÆŠ\\wùŠ\\ÝD®Í9\"WÆe‘[°¡È]õ«ÈC£Etjð·Èëò?‘÷G‘7ÆVäMã‹Nž(™Kùï¸(:›#:;ÄÔ<‹ö‹‚å?DçnùŠÎï°…¬)]H@‹.Š.ýçÇ%„PZë/ºÜ»FñqTAß$ŠN‹®Ž¼];T#ºvU!Š4Ü-Š2|!ŠîEgéˆ¢qÇD76†ˆn„‹n°EqtŽ(ñGŠ(q!J²z)JvÌ¥¼ÃŠ2ñ2Ñ=\\žèþ¨(;fT”ûh(·ÿš(¿,*tMÂDÅ‹D¥úñ¢Rë‹¢Rç¢Ò¶¢ÒŸ¾¢²h5QÙï¢r=²¨ò×œ¨Š=)ªú·OT}>_TÃÔ=L? ªM.ÕË=YZÕ©=uƒŠž×h‹^ly#zQŠµ<ó½Õ+½+9+z‡}\"j=^\"jm>&zmµÍšŠÚ3»E^Ë¢.ó\r¢.·¢n@™¨G¯]Ôç–-ê?ì!êw„Š>==\'úD9/\Z<É\rm<-\Z._\r¶ˆÆªtE_Œ‰¢É£<Ñd|è›±¹è‹ šväˆ¦=D³×A¢ìß¢ßø¢¹`¨hna\\4Ç;-úó,Gô××FŒo“LEÀ¹§\"pPœ~A.‚\'ˆ\rX:„%ÂÖa¢uD˜Þ¾±^D\\Ù\'\"}ÿ&\"?êÑ››DLK„ˆuÈIÄ¶9!â®Éñ6{ˆxânÿL‹HÀÈ	8a\"ÉŸt‘´i@$-RL×Š”¦šâU™™âUõSâUmŸÅ«~ï¯¢9ŠU5ÍÄªqbÕ\0±ú3\'ñê„÷â5;õÅ\ZÔzñZ›±–FµxCùw±n|§xcëQñæÃmâ­;Ä[§ÍÅú¥·Ä;âÄ»ìÄ»mOˆ\r¾ï_{VlŽ››+†ÅŽ…b‹´CbËSqb« ­b«òçbùz±­ãg±-¯BlÏ)ï;ÕŸ;¯Û+vù‹O†<Ÿ,¹#öSÅþ]šâ€Ð4q gƒ8¸ÈJ\\æ.–­ˆÏigˆCDcâ¯ˆ/?_J9!û±C|¹ì€øò[ñµÙyñõùAqÔ_ø†÷¢øæ2A·J&Ž·Ú\'ŽŸ‚‹oŽ‹o‹uÅIs¶â$Cœìí$NNM\'?8,Nþ»Zœ¢_œ\"-§%‰S—ÒÅi¨·â;ñ6â»eBq¶^‡8/tXœ÷ÝC\\xIMü \"I\\Œk—¤˜‰KhqÙ‡Nq#®88$®è; ®øtY\\9e+®rÅ‹k>l×½x-~\\¾^\\ÿ½U\\O~+~Š:)~º$7Ô”ˆH½â^µ¸Ñg¿¸ñl©øÅÁfñ‹ãâ¦…OâfÿqsL™øåqWñ+“¿â×Y8qË¶_â–+«ÅoŸŸ·jœ·½²·‘ŸŠ;JïŠ;ûÄÝ~“â}UqÙMq¯ç¸¿ý§xp6Y<ì.Wï[øˆÇ\'ÝÄ_4‹\'‚kÅ_×Oö\\OÎ\\O¿‹g÷GŠ¿³£Ä¿†<Ä¿WÎŠçmÅó+ñÂ¾1Ð¨Fœ‰Câ»ÄÐí·ÄHR®]¼JŒ¹~VŒ÷Šã\ZÅDÈ!1y{¹˜Ü³YÌò…‰Yw%bVIÌ>!f—Í‹E±è)–;ÀÅ‹Ý|ñâüIñ{R¼œU+^¦JT~LIVGI46ÄK4\rÍJdýp·DÛ÷ƒD÷ã¼dS€‡dóQ7É–ïA=A°Dÿc¶dû¦k’]öá-C‰AÚ>ÉÞ‚\n‰á¹’}Yc#Vbz@ ±èY+±LN—X-\\–.CJl\Z]$6¿L$¶×Hl“îKlË.IŽÀ7IéÓ’£õ›%Î|´ÄeqµÄu»ÄÝi½ÄýìS‰‡ÊsÉI[K‰gk¼Ä+k‹Äç˜£ä¬]—$À×@8–Õß‘}*	ž2•³Ø’ibÉòCÉÅL ä\"k­$ô\nQr-·Yé¿Qrf+‰º2-‰ªß$¹Ñà&¹Y±Yû-‰¬•Ü*aInµ–HnçhH’Î~—¤Ã$é£«%™Mó’;ö’;Ñ¯$÷þ…Hrn.Jr\'$yFþ’üì.IÁQSIáÙIáóIakž¤¸P.)nð—”ÈwHJ‡ã%oK*=I*r$U}a’êÕŽ’ê8I«DòD“ÔfÜ“Ô¥a$u¹Ú’º–Iç»äÑì²äÉ:„ä‰ž¾¤é8VÒÌÝ#y¹æ”¤¥<TÒÒà i]AIÚé’N¹Š¤{ø“¤GÔ)é-N“ôƒs%Ÿî$HÆVa%c“%’ñ¢d³K2±í³d2ÁE2µdºò³ä{À²dn9T·€wo’@ÞYJàð=8ÂJ‚jBH0\'%üž*	Ñ5VB:°EB\Z_æ³%”cÖJà˜„rëŽ„:£!¡’žHHX×¯J¸—¿JDå?$bõi‰äÝ¨D2a+‘7J´$‹·p’ÅºC’¥]Ö’¥Cw%ÿÀîÒU®MÒUå©ªU¦T5Ú@ªf\'Uƒ}–j@÷H×J×.èHµYKµ™^ÒÍ·~I·”©I·`Ì¥Û¦	RN§tOv¼Ô°\"UzÀœ/5ã¥&w–¤&ÄËRÓ§R©Ù†ŸR‹áéáÕ¾ÒÃËw¥¶X©½­Bz:/uüî&u\"˜JÆKýÐ‘ººKÝÙW¥\'”¤^Ò©Ï¸½ô´ó/©ßG©è#éÙu¥šþÒÀU…Ò ÑÒsQ!Òó}§¥!¿I/UKÃƒþH#Š“¤W}¤W¥õÒk¼·ÒÈuÿÁp’F_9*½é¨”ÞLÑ’Æ‰f¥ñ7B¤	MÒ„né-/é­&uémý`ém¿.éí¦ƒÒ$·Ò”˜\\iÊ‹jijb‡4mRWšë%MÏÛ-Í¼óNzÇ§Wz7ð‰ôžI˜4‹²YzÇVi^}Š4¯{›´è–•´xs­´Øï´˜¸_ZÚ°NZÞ‡‘V¬H+wOK+[J«,Ó¥Uñ)Òª7ÖÒêóZÒšžÏÒ‡™\rÒ:íFiO±´®©Yú¸xô11GúÄ%}ÂJëu+¥õ÷ŸHë\'¯HŒþIîôK_¬aK›W©H›?ÿ‘¾êr‘¾ö^‘¶œ,‘¶¤dH[xéþGéÛ$Kië­kÒVü:iGàgiÇ­`i\'®WÚåp_Ú}ÛRúáM¨´7¥@úñBú±¢]úé?GoHjZ¤ƒãÒ¡G:Ò¡A¶täp¶tD0-õ©’~‹ÿ.ýV,ýö,Cú“þ¸tPúk£»ô—Û¼ôWš£ô÷]º`=%]ÀHÿö¥J1RÈµ×R`I\n@HáðP)âE¼ÑþEŠ¬ð’¢jt¥Xó)6ew€,Å_¶”â×I	¥\")ñæ;)ù3XJM;\"¥Vž”R§:¤Œ§o¥!_Êê\0HÙàR¾FÊÍÓ’òûì¤\"ûoR‰	]*­Ke7\r¥Ê„5Ò¥G¤KPéŠö™ªþ)™ZóŒlõCÙš\r­²u«eë\"‚dëÕËÖÃ¦eë…Þ2­ò/²\rëûdÚùê2í—÷eÚãv2Ýå»2½@²lëõ£²­À;2}“q™>r³Ìàão™T!3L˜“&_‘N6Êö1æeûoÄÉö+ 2£u­2#‚ÌØ<Vvðn´Ì´Œ+3;Ð!3ß3\'³H0–Y¤¾’Úz]vh·³ÌJã„ì0AOf_Û/³_ËŽð\'eð2ÇW)2ç[Q2çÞ2WÐn™›÷™[9Wæý-ó˜•T7”Ü/•y® ;Å¯‘ù¸úÊ|ZOË|¤¥²3ÏÎÈüð52ÿÉ²@§bYð| ì\\X©ìüž—²óÍd—S¼e—³h²+çQ²+HGYk·ì*í¼ìª\"Rvmß^Ùµ’Ÿ²Èã·e‘±õ²È¦<Yäˆ,:ö·,:ù¥,˜(‹%¬•Ýš|,»\r~&KlË’Ô£d)Ãeñ²˜ºìÎÍ²;Ã,ÙÝ\rº²,ÝYÖ»]²œ©²ÜÂ!Y.2L–W—å#—e<dÅ³BY‰šHVòÞIV:Ñ%+»–)«ø\\(«¼{KV­Þ$«Ñ,—Õ\\ËjêKd÷¿‘=l”ÕnÊ¹reªNËÓÅ²§?©²§ØrYÃÚ;²g·ÝdÏz2d/=È^5–Ê^áe¯•»eoÒY²6k°¬ýÄFYû—eY;›)ëdÕËz’7Êz1²¾úÙÀeUÙ\0\"L6¼ºI6¾&ö’}ëÖ”}[Ì“MUÈ¦iWd³öu²YX‡l–Ã”ýø´EöÓk¿ì×n¾ì×D±ìÏé›²?µÃ²ûbÙ_\r ¨’·—É ÎÉd¨{e(?C¦¯M†ÍWÈp7;døÐ¾§NF¸+#>¨”‘U/ËÈëÂdäþpÍ¢FFÃ’dtÜzÃ8CÆZ›#c­Û+c1÷É8;d@ŽŒ›Q(pjd¢ƒçe\"k[™èUƒLú¨Q&›J“É/çÊ”\re‹jtÙÊmÙ¿|3Ù¿º;rÕA²|õG¾æ`–|…|MN‘|í¤‰\\óýnùº½òu‘ëåëw¨Éµ¢dr–A¹žƒ—\\ïž—\\ÿ½‡|›þqù4L¾cå»|÷`²|¿\\¾wPMnØ#‘ï›,ß¿n£ü\0î±ÜÈ<VnôG[n¼=Wnœ•/7ž˜–<Þ+7Ý~GnÖ-?äl\"·\\;+·üÑ,·2î‘[\'Êo÷”®·”Û?ü#?¢~[~Ä6MîPû\\î@çÈálùQ‡ƒò£ï?ËN4ÈßFÊÝ^ÉOŒjÉOHÿÈ=7ŽË=‡\nä§&få>µ<¹Ï‡PùéŸrßï&r_ÆgùY¶X\\È—‡ÜÝ+¿TxFæ Cž—‡ë•_ù)ø¼Iñ‘GjÛÈon“ß<a ±Ô“ÇTŠäqEÝòøÚÓòø:¢<ág‹ü¶Až¨±Jž$¨—\'ïÃÊS~?—§@ËÓòäÏSå÷ÀåÙÛ£äyIpyÞK¦<oÑD^Àü,/’÷GËKöøÊK+áòÒ¡!y…ô¼:ÍOþÈ³Yþ8ó¤ü±ò¾¼þIþÔk•¼!¼YþZPÞy_þæU¦üm\nYþÎX ×± oe™Éß¡äm.½òv×ƒò³fyÇÀ¨¼C)ïÌÂÊ;+;äÒÝò®n¶¼ÛÄYþA£ZþaÆIþé}|ø½µ|¤ÁS>*!ËÇ¢íåc?ñò/»ßÉ¿Ôí“OlŸ‘O˜Ë¿žÈ§RÊg÷GÈg“nÈ¿÷uÉ—ÉÞÊçÝ‘ò…ASùÂb›ü¯	\\þ×”*^¾ ‡´TÉ¡emrè¤³–Ò$‡Jåð­1r¸~¤žp^ŽzC“£_ÿ’cw1åXwå–Ð”ã‹å„l´œ˜R&\'Ñ³åä\0;9u&g¬N’3ÿl‘³<É9Z29/ë§œ÷aŸœ7Å“ûÊå\"­¹HT,‰ýåâÑ	¹˜5\'—Ž’Ký§å‹wÚä‹ÏË—ÎäËÖDùJ¸»|åv•B¥ÂC¡20ªXÕþY¡6‰U¨o> P?¨X»q»B«8D±a»ŸbÛD±ic‚bK-X¡¯ÿK¡Ÿ}H±-ô„b\"I±36S±Ë0M±{U†ÂÀ,]±çµ§ÂÐ}D±/obß§«ŠýË\nÅÿ…±N¿â ý’âàÔK…ÙH•ÂÜ{TaþÐHa‘Q«°=Ü§°=æ¢°ß´¢p¸R£pÎ)ŽÞÿ¤pR½¢p×5Vx˜7+<€9Š¯C^>Î\n/?m…ïpˆÂ¯ªCáï­¦ðŸ*Î^sT¬yª@<SînU};£âg)Î‹ró).ÝG*B+Sá†bExœ¦â2ÏVqÅcJqe(Xq½ýŽ\"ºnâFq\"vÈ@÷ ˆ7lRÜÚôYqër‹âv½\"±q@‘tô¬\"Ùü´\"EU¢H•>Td\0ªÿŽ)²òR÷¯~TäÌ„*r34¹ÜËŠ¢©âk®¢¬Ö]Q¾IWQnŸ¦()ÊãŸ*ÊGª•¢•^CŠJ¿\"Eef¾¢²u‡¢ê¨¨nü«¨þ™¡xüôª¢Þó®¢±^KÑøì±¢¹l½â¥Ž¡âUõMÅk3ÅëÛŠ×ç-$¼âÝåÅ{o[E[tŠ¢3?NÑÕ¬èš¹¡èÞ¨©øpÃWÑ#ÍSôùÔ*>–§+úÍß(jl½ŽŠñ)ÅñµbtŸ¯blú¥â«ê}ÅdØ²b¦¥˜y©˜ýÕ«øwVüÙ=¨øû¤\0¬õT\0\Z”\n ñ„\Zb­@žR O)PK¯xŸã\nü6aý\n\"ç¯‚**È)k|ƒ‚Ã~¦àFg*¸´ÏÙ]ÁkÉV±\níŠBÎ;¤PÞ¥P”œR(fš‹3jŠ¥—\0ÅŠý7ÅJ#M©RP­\\u%^©j—¡TëÂ+ÕwÌ+Õ]t•êü^¥º¤D¹ša¨\\czN¹æ3N¹ÇS®·œS®Ø£\\Ÿ5¬Ô¢?UêèWê5+uæÕ•º—ü•=+7×îQnn²PnéLVnJWîØv\\¹ãÕ¸r§TO¹Ëv¯ÒàÛ_åžôOJCñˆrŸÆKå>-¦rŸ³³rßµ*¥±¶£Ò8ã„òà¦ò \r¥<È‰VšžÉTšQšõ¼TšžS*;¦´tRZíŽVZí¦´ñ‡(mÎš+íN*íc•vüE¥}U†ò(#Nél-P:SÝ•.îT¥ËÊ¥k×/¥»Å\r¥»½\\é¸©ôrØ¦ôBžPúl\\­<$Vž~}Ry¦¹Mé\'½ <+¿©pWÔ…*°©Ê`§zå9Ótåù¦Ê‹\rÞÊ°˜÷ÊËAG•W[_(#ç×+£\no)£KÖ)ofÞSÆå—(o™T*“\r”Éõo•)KÊÔ+…Êô5šÊtç)åÝy®2ëê²2§1[™ÃmVæemRæwø*ß¤(‹ú•ìó•Z¿)KWù(KÙ}ÊšÛ\'”5,oåÃovÊÚ•|eí‡²NT>ªÝ©|’{Mù´è ²!¼WÙHR>·8¯|~­Gù\"gVùž¦|µ6Uùú¬Ÿ²åà€²åî²²µÇ_ùÞæ­ò}T£²­ÍOÙnÐ­l¯ëWv¡R”Ý‰iÊ¾È«ÊeBƒr Ÿ§?¬ôTŸUYQƒ\Z”#¦”#Øpå-_ù%ú™r\"õ›òk€ƒr2‚ªœD~UNãÓ”Óluåì†WÊk®)ôÎ)3µ”s”m»”€-.J\0õ‰¸ÚJ	¶ø«„œWBnø)aÌKJ8è®ñÐU‰Ü¥P\"[•(£JŒãq%¡ì•’$\nP’m¾*)&ë•Ô%ó°\\Éœ¸¡äëu*ù‰h¥À¶C)âá”OÎÃXrÙ!bqÕÿ\Z Ïx >€ãECƒ+‰r‰Ji©4.¥¬8\\CK\"B	—”ºÒNéII‘H„ÐÀ¥T$\r¡%‘PŠT$RtÒ¥ÿzîÕïí÷ó³ËÑ Pzºén‚ng@·(%è™³z…×Cïó§ ÏQeè»£”­ª@Ùë(¨«ƒêæhP-/æ¤Ë yôüÚgüšZ³“`È|Wò³´•ÌA;¤èö¬=]Ð›©zôû,ý~ñ _R\rú•`ñFª]„Q}rÁp`<¹=£Û¹`ôc$LÐ5€i%\'aú—50cš\'˜NÑÓyf`úæ1Xtë÷À:eXŸ÷\0­°±]¶Áöðy°ûmØ-=vÿ»á`ŸköÅå0¿e,P+Gõ‘°ø»,}4\n–íô…å®nàœu\\ÏåÃ*Ãeàn1Ü_<‚Õï¯çðRý^“`íö³°öÕtðY±|Þ€ßñdð;iþC€}¬ègÂF}?Ø=6–ªÂ&Ý°Ùq:lÞU›ÏDÂ6u‚ NmØ9ôì>é»ÂÞqýaot*x¸B D\'BÜo@Hãøßô*84JÂL…°œ÷pì‚Dýg?9eD;ÇAÌ_eS}bÿ,‚Ø½…ç \rqëVB¼ÓEˆwU‡çï8b$N2‡$µHÚRggŽ‚”P#87k=œŸ}.øêAz×\\H_<2Îl„Kw‡Ì2o¸¼~\\ù–\nWÕ•áêšçpÍ°nV™@ÞæTÈ;·úÂíÌp¸3´7ÜId¸Óþòc.À=}¸ç¿\nŽæBQX)<ðM†G\njP|ù<<q_¥¡Ìø=”yöƒ²TCx¶\'\Zž;~…çIï bÉp¨\\«\0UGWÁË_Á+\'x}ÑêFë@Q&¼ÓúïŠ´ á‰4jÄB£óh¼ù_‹@ó¬åð©p´ìÿ­Ÿ2¡M2|w¾ƒ:[ÃO•wðsµü|z 3èÑ*`vìâ²»ÖšaOY†JÁ\n¨tB\r{·.À>NÞ¨|É\ZU~tà/;Î¢êå8`¬\'üþÕ/ÌAÝ¨q!vùŽš›’Q{P#›7õ÷W£ÁŠ«hpëŽêöGeþ†ó£qô í8Æ¬ÇØtG£KGÐèJ>ŽkUÄ	/\"pb®\Z/î‡“VtÅ)½ÝÐ$ÌMš£I‰6Nµ±ÆiW4púh\rœñûQ4µ[†¦áƒÑ,`ÎQªÇ9CßàœšWh~äZ\\ú-²ÑÒÿ)Z^|‚–izh­2­íÑFû2Ú*œC;·l´/:Ž†ßpK9.ñû\r—„Uâ²!ûÐiÉ=tz:WæMD—wQè\Zú=\\Ž GÜïè‘8=ßCÏ/ÑKw5z­rB¯ÀV\\Ó7×L\nÃ5¢÷?{ÐgøôM«Cßœzô­ßƒ~çñÏI·1@µ?nL²Á@Å+¸9ún±x‚[½bq«_wò°ÁíËpÇ5{Üåo{öÄáÞm^¸ïí4¶4ÅýÁ_p?´ã3—ðÀ›Õx0ý\Zr…‡6õÄÐà%x8¦ìªÃ£ñ®Nv•‰Ñq›0æ[Æöš±ºŽw¢\nã}ÔðŒ²#žyñ&<ÖÆ$C˜”œÉšã0¥©?ž`„é=1cý[Ìøú/5áeW+Ì²ŠYSðzK=fç`NbÞè²oì†7ÿ{›÷ÝoM™Š·?Ç»5˜ï±ïeìÆ{×ý±Àe%j,ÁBÿXd\\‹÷íñþÑ\n|¡‚ÅŸšðI?G,Ý\\eÏ»ã³„h|ö¶	Ÿß\rÄ\n¿`¬Ü5+k¯cÕ¸]øÒ¿_VÁê”X]½\rk<W`­âI¬½‚o¾b]¦¾5ž‰?N½‹3µðãóØžŽÍßn`Ky~VÙŒŸÉ\r¿¼êÀ¯FIØ~d¶w~HÃóúàØù3\0á—t$«{È“£IÑ4œ?¿¦n.ÍÔ}Àrê‘\\E=í3Iiügê5Ë”z¿¿B}Ü:H9/TöÅP¿Ÿi@ŸÑ¤œMƒÒ qÇiÐõrÒ\\[BšÇ’æ­ú5ü\"i]J!íá“H{Yéœ‰§a]7Ð°­wIož	é=n&ƒ«dèÜL†!/È°v>\r¿LÆªÈøë%š4ã0M*J¢)š\'iÊ¢d¢^J&ÿ$ÒÔãhÚ{4­|+M7/ ™ž¦dº¦æºšÑÜ…dnéLH\r&d9Íæ¥“mÜEú}S9¨,%‡³6ôGÈš•Bó¿‡ÒüB§í¤E»ÈñF9–Ï¥Å%\Z´ts-M;LËœÃÉyw­ts U«¯’û\\Zí@ÕŽä¹eyÅ‡×eZgN>ášä›¹—|ïO%?¯0ú³¡ü5•Èß;”6XÓæPÚ–@»Æí¢}Ó‚hŸßÚ‡(¸ ?˜èKÖ|¢õïéàXc:¤¤M‡¼\'P¨5…–ÙÐá2:žÑH‘3/PTk\\	tjÅdŠ­+¢Ó7Ë(ná1JP$JPk¡„E”¨ó”’lÍ(éºí­Bg‡­§³>”ò¿J-¦Ô†:?£’Òbœ)íQ¥5éSÆ1oú{A]ŠJ Ëç<(kv\"]u¿@×^ÓõŒ Ê6LÙv~”“ãB9¹çèFÊGÊ|…r¿ÿ¤[]ÌéÖÏ2Êò‚ò74PþöÅTÔäDz™ÓÃ…:ôèÌ*þöJÞ]¦§£OR©g_*\r2§Òs*Ó\ZHeëÞP¹²-•ÿÞF•Çs¨ª‹=U;¢êü2ªuéIµGÒ»ÕôîL ½·ï¤÷?fPÃ”ú(-Ô¿‡šo†Rsó~úÔòµhí¦–KmôùÅKj_º‚Ú«¨£Ou¸UÐ÷Ôëôs@ý\\Ù‹ÄÊ†„Æp—ÍÌ];-X!²‘rSYq¢÷?–•Î¦r¯=VÎög•§UÜÏ.‰û½yÉª]G°êSVmVäuXm~\'«eÞäA}‡òà¦<¸Ñ™µæùòÐJÖYpƒu÷M`ÝÎ<ÌÚ„‡eO`½¹ÏÙ`ô56ÈëÍ#V­æa<âx	ø¤Á#\r×ñÈÆé<º[½lÏãÌ–ñxã¾<a–:Oÿ„\'ºÚ°±ïdž<Ã\'‡íä)Î3Ù¤L‡§ž^Ì3—&³i~ÏŽW`³ªM<Çí[&Ýb+å,žçp‹íÇ{²½ï^0¶œZGòâ;5¼ôt/_WÀËƒ?óŠ²\rìRmÅ®ó&ðª_ÙÍ«‰ÝN]e÷Óyu-ìqÙ=¯®c¯±±¼&Bx­e(¯½¶×Õ²·§&{\'ñº?ö™bÊ¾™£ÙO÷oPÿ‡f.â@-\\~€ƒŠ¬9¨]wm±äÝ£ðç¼¯Q•ƒ·˜qð8~µƒCŒ¢8tq9‡Þ©äÃO{pØštË¨æ°6|´s&»Ù•g#Gä_áˆ¯8Ò¹‘#ëð	c\r>¹Q£S?sLèO>Õx‹Oý[Ã±Š9V«†OoãÓâÌñ+ïpüÝ•œà“ÄIƒù¬ÞNÞèÍÉMyœü§(ás³¾óyýÁ|q®§¯häô}…œ¡®ÆÃ”ùï‰‡8«þ&_¨äœöf¾ñk-çªÕð­ò£|{ÈN¾Ñ“ï®Æw}þæ|ï|ïø..(ÚÌ…;êù¡\"òÃ¼(~Ø–ÎÛºó“ÝÕü\"ùépu.7Iáç¥E\\ñÐ+^çs¥ßa~i;ž«ûÀ¯nüà×#fòë†g\\ÓÅƒk5–s­åN~SØ…ßü;ënöáº;ƒùmã®ŸìÎõÛ>rýµHn¨|ÌCÇp“á}þ4@…?­«åÖ¿¶ò×Ü%üMÏŽ¿Y~ä§…ó±^Œg3÷béÚ¯QòPç‰Ò6]Q>Q\'ý]¾ˆêjQ«}!êeWdðèå¢5!Q†ä„‹v€¿hÇgŠö}O\Z8Wt\"~XOÑ)ÎÝŽ2ì¤±èï*ÃÇ4‹þ $Ñ?³Cú_ƒ¯ûÄ€úË(íE‡ÄÐÂHÆ<8(c*AÆ™dÊDj•IË£dJ¢ºLm6—ÛÞŠé5±ÈV«Q±buJSlUŠÅ6Ä¶¦‡ØÖ¾ÛwŠ]òT±ŸÚ)ó[ÌdAâHYxÚU‚£8Î*”%æÊ²ÔŒeiL”8¹«ŠÓ«4Y5t¤¬ÚT#«;‹WIŠ¬õñïáÉºæñ)	_+KY?{Œø÷W¿4Lä¯àÙº3M¶(JçzÙi¥(;ó‹%ØÓXö\'»Jˆz›LÒ’ƒÿv“Ð˜>rx‡„\rkˆx+‰´è.‘W‚ä„ÆZ9ñ£‹D5õ–˜Î?äTâP‰ÝX-	+NHâ‘‹’XV()k^KJ`„¤ìé\'©cý%uFœS“ói#$Ó­H²„I–ËsÉªØ\"Yµ%rõÓ¹6\'A²\"$\'*Rrí­%×©@òÞºÉœRÉ?T$ù¡îR01J\n\'Î“BUyV*u\näq“<þÞEŠwIqM ·¶HIÎgy:ÐJžÎ<$¥cÊ¤´­@ÊŽIù~y¾þ‹Tx{HÅ¶¹RY Uwäe[­¼ú­BjÞšKMÛZ©=~Bê‚×É;…ÙòNËEÞMÈ“ú9(\rý{KÃÛÒÐž%.½¥i¸‹|2Ú -“µäËÙfùR‘+­»Hë_i½>G¾fÍ“¯gåk{|í¨•öíÊ·ÁQÒ1Ý]:¶™HGü\"é¨nÎûKäç\ZSùù Mð•¦Ð§$a‹­ÂÍ©Ãflÿ?ÉwZjÈ‘\0','no'),('manualScanType','onceDaily','yes'),('max404Crawlers','DISABLED','yes'),('max404Crawlers_action','throttle','yes'),('max404Humans','DISABLED','yes'),('max404Humans_action','throttle','yes'),('maxExecutionTime','0','yes'),('maxGlobalRequests','DISABLED','yes'),('maxGlobalRequests_action','throttle','yes'),('maxMem','256','yes'),('maxRequestsCrawlers','DISABLED','yes'),('maxRequestsCrawlers_action','throttle','yes'),('maxRequestsHumans','DISABLED','yes'),('maxRequestsHumans_action','throttle','yes'),('migration636_email_summary_excluded_directories','1','no'),('needsNewTour_blocking','1','yes'),('needsNewTour_dashboard','1','yes'),('needsNewTour_firewall','1','yes'),('needsNewTour_livetraffic','1','yes'),('needsNewTour_loginsecurity','0','yes'),('needsNewTour_scan','0','yes'),('needsUpgradeTour_blocking','0','yes'),('needsUpgradeTour_dashboard','0','yes'),('needsUpgradeTour_firewall','0','yes'),('needsUpgradeTour_livetraffic','0','yes'),('needsUpgradeTour_loginsecurity','0','yes'),('needsUpgradeTour_scan','0','yes'),('neverBlockBG','neverBlockVerified','yes'),('noc1ScanSchedule','a:3:{i:0;i:1612962000;i:1;i:1613221200;i:2;i:1613480400;}','yes'),('notification_blogHighlights','1','yes'),('notification_productUpdates','1','yes'),('notification_promotions','1','yes'),('notification_scanStatus','1','yes'),('notification_securityAlerts','1','yes'),('notification_updatesNeeded','1','yes'),('onboardingAttempt1','license','yes'),('onboardingAttempt2','','no'),('onboardingAttempt3','','no'),('onboardingAttempt3Initial','0','yes'),('originalScheduledScanStart','1611099000','yes'),('other_blockBadPOST','0','yes'),('other_bypassLitespeedNoabort','0','yes'),('other_hideWPVersion','0','yes'),('other_pwStrengthOnUpdate','1','yes'),('other_scanComments','1','yes'),('other_scanOutside','0','yes'),('other_WFNet','1','yes'),('previousWflogsFileList','[\".htaccess\",\"rules.php\",\"config-livewaf.php\",\"config-transient.php\",\"config.php\",\"template.php\",\"GeoLite2-Country.mmdb\",\"attack-data.php\",\"ips.php\",\"config-synced.php\"]','yes'),('scanFileProcessing','','yes'),('scansEnabled_checkGSB','1','yes'),('scansEnabled_checkHowGetIPs','1','yes'),('scansEnabled_checkReadableConfig','1','yes'),('scansEnabled_comments','1','yes'),('scansEnabled_core','1','yes'),('scansEnabled_coreUnknown','1','yes'),('scansEnabled_diskSpace','1','yes'),('scansEnabled_dns','1','yes'),('scansEnabled_fileContents','1','yes'),('scansEnabled_fileContentsGSB','1','yes'),('scansEnabled_geoipSupport','1','yes'),('scansEnabled_highSense','0','yes'),('scansEnabled_malware','1','yes'),('scansEnabled_oldVersions','1','yes'),('scansEnabled_options','1','yes'),('scansEnabled_passwds','1','yes'),('scansEnabled_plugins','0','yes'),('scansEnabled_posts','1','yes'),('scansEnabled_scanImages','0','yes'),('scansEnabled_suspectedFiles','1','yes'),('scansEnabled_suspiciousAdminUsers','1','yes'),('scansEnabled_suspiciousOptions','1','yes'),('scansEnabled_themes','0','yes'),('scansEnabled_wafStatus','1','yes'),('scansEnabled_wpscan_directoryListingEnabled','1','yes'),('scansEnabled_wpscan_fullPathDisclosure','1','yes'),('scanStageStatuses','a:11:{s:13:\"spamvertising\";a:4:{s:6:\"status\";s:7:\"premium\";s:7:\"started\";i:0;s:8:\"finished\";i:0;s:8:\"expected\";i:0;}s:4:\"spam\";a:4:{s:6:\"status\";s:7:\"premium\";s:7:\"started\";i:0;s:8:\"finished\";i:0;s:8:\"expected\";i:0;}s:9:\"blacklist\";a:4:{s:6:\"status\";s:7:\"premium\";s:7:\"started\";i:0;s:8:\"finished\";i:0;s:8:\"expected\";i:0;}s:6:\"server\";a:4:{s:6:\"status\";s:16:\"complete-success\";s:7:\"started\";i:5;s:8:\"finished\";i:5;s:8:\"expected\";i:5;}s:7:\"changes\";a:4:{s:6:\"status\";s:16:\"complete-success\";s:7:\"started\";i:2;s:8:\"finished\";i:2;s:8:\"expected\";i:2;}s:6:\"public\";a:4:{s:6:\"status\";s:16:\"complete-success\";s:7:\"started\";i:2;s:8:\"finished\";i:2;s:8:\"expected\";i:2;}s:7:\"malware\";a:4:{s:6:\"status\";s:16:\"complete-success\";s:7:\"started\";i:2;s:8:\"finished\";i:2;s:8:\"expected\";i:2;}s:7:\"content\";a:4:{s:6:\"status\";s:16:\"complete-success\";s:7:\"started\";i:3;s:8:\"finished\";i:3;s:8:\"expected\";i:3;}s:8:\"password\";a:4:{s:6:\"status\";s:16:\"complete-success\";s:7:\"started\";i:1;s:8:\"finished\";i:1;s:8:\"expected\";i:1;}s:13:\"vulnerability\";a:4:{s:6:\"status\";s:16:\"complete-success\";s:7:\"started\";i:1;s:8:\"finished\";i:1;s:8:\"expected\";i:1;}s:7:\"options\";a:4:{s:6:\"status\";s:16:\"complete-success\";s:7:\"started\";i:2;s:8:\"finished\";i:2;s:8:\"expected\";i:2;}}','no'),('scanTime','1612806641.5405','yes'),('scanType','standard','yes'),('scan_exclude','','yes'),('scan_include_extra','','yes'),('scan_maxDuration','','yes'),('scan_maxIssues','1000','yes'),('schedMode','auto','yes'),('schedStartHour','22','yes'),('scheduledScansEnabled','1','yes'),('serverDNS','1612806505;900;151.139.128.10','yes'),('serverIP','1612806503;162.144.78.28','yes'),('showAdminBarMenu','1','yes'),('showWfCentralUI','1','yes'),('signatureUpdateTime','1612565316','yes'),('spamvertizeCheck','1','yes'),('ssl_verify','1','yes'),('startScansRemotely','0','yes'),('supportContent','{\"top\":[{\"title\":\"Blocking Troubleshooting\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/blocking\\/troubleshooting\\/\",\"order\":0},{\"title\":\"Optimizing The Firewall\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/optimizing-the-firewall\\/\",\"order\":1},{\"title\":\"Wordfence Web Application Firewall (WAF)\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/\",\"order\":2},{\"title\":\"Scan Troubleshooting\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/scan\\/troubleshooting\\/\",\"order\":3},{\"title\":\"Wordfence and LiteSpeed\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/advanced\\/system-requirements\\/litespeed\\/\",\"order\":4},{\"title\":\"Two-Factor Authentication\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/tools\\/two-factor-authentication\\/\",\"order\":5},{\"title\":\"Firewall Learning Mode\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/learning-mode\\/\",\"order\":6},{\"title\":\"Scan Results\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/scan\\/scan-results\\/\",\"order\":7},{\"title\":\"I am locked out of my site\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/blocking\\/#i-am-locked-out-of-my-site\",\"order\":8},{\"title\":\"PHP Fatal error: Failed opening required wordfence-waf.php\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/#php-fatal-error-failed-opening-required-wordfence-waf-php\",\"order\":9}],\"all\":[{\"title\":\"Wordfence Central\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/central\\/\",\"excerpt\":\"Wordfence Central provides a powerful and efficient way to manage the security of many WordPress sites via a single interface.\",\"children\":[{\"title\":\"Connecting your sites to Wordfence Central\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/central\\/connect\\/\",\"order\":0},{\"title\":\"Setting up two-factor authentication\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/central\\/2fa\\/\",\"order\":1},{\"title\":\"Using the Dashboard page\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/central\\/central\\/\",\"order\":2},{\"title\":\"Using the Configuration page\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/central\\/configuration\\/\",\"order\":3},{\"title\":\"Using Wordfence plugin options Templates\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/central\\/templates\\/\",\"order\":4},{\"title\":\"Using the Settings page\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/central\\/settings\\/\",\"order\":5},{\"title\":\"Using Wordfence Central Teams\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/central\\/teams\\/\",\"order\":6},{\"title\":\"Viewing scan Findings\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/central\\/findings\\/\",\"order\":7}],\"order\":0},{\"title\":\"Dashboard\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/dashboard\\/\",\"excerpt\":\"The Wordfence Dashboard provides insight into the current state of your siteâ€™s security.\",\"children\":[{\"title\":\"Options\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/dashboard\\/options\\/\",\"order\":0},{\"title\":\"Alerts\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/dashboard\\/alerts\\/\",\"order\":1}],\"order\":1},{\"title\":\"Firewall\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/\",\"excerpt\":\"The Wordfence Web Application Firewall is a PHP based, application level firewall that filters out malicious requests to your site. \",\"children\":[{\"title\":\"Optimizing\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/optimizing-the-firewall\\/\",\"order\":0},{\"title\":\"Learning Mode\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/learning-mode\\/\",\"order\":1},{\"title\":\"Statistics\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/statistics\\/\",\"order\":2},{\"title\":\"Options\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/options\\/\",\"order\":3},{\"title\":\"MySQLi storage engine\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/mysqli-storage-engine\\/\",\"order\":4},{\"title\":\"Brute Force Protection\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/brute-force\\/\",\"order\":5},{\"title\":\"Rate Limiting\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/rate-limiting\\/\",\"order\":6},{\"title\":\"Troubleshooting\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/troubleshooting\\/\",\"order\":7}],\"order\":2},{\"title\":\"Blocking\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/blocking\\/\",\"excerpt\":\"Aside from the Firewall rules that protect against SQL-injection, XSS and more, Wordfence also has custom features for additional blocking. \",\"children\":[{\"title\":\"Country Blocking\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/blocking\\/country-blocking\\/\",\"order\":0},{\"title\":\"Blocking Troubleshooting\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/blocking\\/troubleshooting\\/\",\"order\":1}],\"order\":3},{\"title\":\"Scan\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/scan\\/\",\"excerpt\":\"A Wordfence scan examines all files on your WordPress website looking for malicious code, backdoors, shells that hackers have installed, known malicious URLs and known patterns of infections.\",\"children\":[{\"title\":\"Options\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/scan\\/options\\/\",\"order\":0},{\"title\":\"Results\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/scan\\/scan-results\\/\",\"order\":1},{\"title\":\"Scheduling\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/scan\\/scheduling\\/\",\"order\":2},{\"title\":\"Troubleshooting\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/scan\\/troubleshooting\\/\",\"order\":3}],\"order\":4},{\"title\":\"Tools\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/tools\\/\",\"excerpt\":\"Wordfence Tools include Two Factor Authentication, Whois Lookup, Password Audit, Live Traffic and Diagnostics.\",\"children\":[{\"title\":\"Import\\/Export\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/tools\\/import-export\\/\",\"order\":0},{\"title\":\"Password Auditing\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/tools\\/password-auditing\\/\",\"order\":1},{\"title\":\"Whois Lookup\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/tools\\/whois-lookup\\/\",\"order\":2},{\"title\":\"Diagnostics\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/tools\\/diagnostics\\/\",\"order\":3},{\"title\":\"Live Traffic\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/tools\\/live-traffic\\/\",\"order\":4},{\"title\":\"Two-Factor Authentication\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/tools\\/two-factor-authentication\\/\",\"order\":5},{\"title\":\"Legacy Two-Factor Authentication\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/tools\\/legacy-two-factor-authentication\\/\",\"order\":6}],\"order\":5},{\"title\":\"Login Security\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/login-security\\/\",\"excerpt\":\"The Login Security page currently contains settings for two-factor authentication (2FA) and reCAPTCHA. In a future Wordfence version, existing login-related features will also move to the same page.\",\"order\":6},{\"title\":\"Advanced\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/advanced\\/\",\"excerpt\":\"If you want to know more about the technical details of Wordfence, you\'ll find the answers in this section.\",\"children\":[{\"title\":\"System requirements\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/advanced\\/system-requirements\\/\",\"order\":0},{\"title\":\"Changelog\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/advanced\\/changelog\\/\",\"order\":1},{\"title\":\"Remove or Reset\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/advanced\\/remove-or-reset\\/\",\"order\":2},{\"title\":\"Technical Details\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/advanced\\/technical-details\\/\",\"order\":3},{\"title\":\"Constants\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/advanced\\/constants\\/\",\"order\":4},{\"title\":\"Wordfence API\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/advanced\\/wordfence-api\\/\",\"order\":5},{\"title\":\"Troubleshooting\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/advanced\\/troubleshooting\\/\",\"order\":6}],\"order\":7},{\"title\":\"Wordfence Premium\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/premium\\/\",\"excerpt\":\"Wordfence Premium comes with an IP Blocklist, Real Time Protection and much more.\",\"children\":[{\"title\":\"Account\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/premium\\/account\\/\",\"order\":0},{\"title\":\"Pricing\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/premium\\/pricing\\/\",\"order\":1},{\"title\":\"License Key\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/premium\\/api-key\\/\",\"order\":2}],\"order\":8},{\"title\":\"Wordfence and GDPR - General Data Protection Regulation\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/general-data-protection-regulation\\/\",\"excerpt\":\"Defiant, the company behind Wordfence, has updated its terms of use, privacy policies and software, as well as made available a data processing agreement to meet GDPR compliance. Customers must review and agree to updated terms in order to continue using our products and services. We also provide a data processing agreement if you qualify as a data controller under the GDPR.\",\"children\":[{\"title\":\"Sub-Processors List\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/general-data-protection-regulation\\/sub-processors-list\\/\",\"order\":0}],\"order\":9},{\"title\":\"Site Cleaning and Security Audits\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/security-services\\/\",\"excerpt\":\"Let one of our Security Analysts help you clean your infected site or inspect it for vulnerabilities.\",\"order\":10},{\"title\":\"Login Security Plugin\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/login-security-plugin\\/\",\"excerpt\":\"The Wordfence Login Security plugin contains a subset of the features found in the full Wordfence plugin: Two-factor Authentication, XML-RPC Protection and Login Page CAPTCHA. It is ideal for sites that need login security functionality but either canâ€™t or donâ€™t want to run the full Wordfence plugin.\",\"order\":11}]}','yes'),('supportHash','dd1bf932be1f0e6be74ae0a208da879ec6c8c47ccb962717a01a796ab6c54463','yes'),('suspiciousAdminUsernames','a:2:{i:0;s:46:\"/^wp\\.service\\.controller(?:\\.[a-zA-Z0-9]+)$/i\";i:1;s:55:\"/^(?:wordpressssadmin|wordprestadmin|jaime.besser56)$/i\";}','yes'),('timeoffset_wf','0','yes'),('timeoffset_wf_updated','1612806503','yes'),('tldlist','|com|org|net|edu|aaa|abb|abc|aco|ads|aeg|afl|aig|anz|aol|app|art|aws|axa|bar|bbc|bbt|bcg|bcn|bet|bid|bio|biz|bms|bmw|bom|boo|bot|box|buy|bzh|cab|cal|cam|car|cat|cba|cbn|cbs|ceo|cfa|cfd|cpa|crs|csc|dad|day|dds|dev|dhl|diy|dnp|dog|dot|dtv|dvr|eat|eco|esq|eus|fan|fit|fly|foo|fox|frl|ftr|fun|fyi|gal|gap|gay|gdn|gea|gle|gmo|gmx|goo|gop|got|gov|hbo|hiv|hkt|hot|how|ibm|ice|icu|ifm|inc|ing|ink|int|ist|itv|jcb|jio|jll|jmp|jnj|jot|joy|kfh|kia|kim|kpn|krd|lat|law|lds|llc|llp|lol|lpl|ltd|man|map|mba|med|men|mil|mit|mlb|mls|mma|moe|moi|mom|mov|msd|mtn|mtr|nab|nba|nec|new|nfl|ngo|nhk|now|nra|nrw|ntt|nyc|obi|off|one|ong|onl|ooo|ott|ovh|pay|pet|phd|pid|pin|pnc|pro|pru|pub|pwc|qvc|red|ren|ril|rio|rip|run|rwe|sap|sas|sbi|sbs|sca|scb|ses|sew|sex|sfr|ski|sky|soy|spa|srl|stc|tab|tax|tci|tdk|tel|thd|tjx|top|trv|tui|tvs|ubs|uno|uol|ups|vet|vig|vin|vip|wed|win|wme|wow|wtc|wtf|xin|xxx|xyz|you|yun|zip|ac|ad|ae|af|ag|ai|al|am|ao|aq|ar|as|at|au|aw|ax|az|ba|bb|bd|be|bf|bg|bh|bi|bj|bm|bn|bo|br|bs|bt|bv|bw|by|bz|ca|cc|cd|cf|cg|ch|ci|ck|cl|cm|cn|co|cr|cu|cv|cw|cx|cy|cz|de|dj|dk|dm|do|dz|ec|ee|eg|er|es|et|eu|fi|fj|fk|fm|fo|fr|ga|gb|gd|ge|gf|gg|gh|gi|gl|gm|gn|gp|gq|gr|gs|gt|gu|gw|gy|hk|hm|hn|hr|ht|hu|id|ie|il|im|in|io|iq|ir|is|it|je|jm|jo|jp|ke|kg|kh|ki|km|kn|kp|kr|kw|ky|kz|la|lb|lc|li|lk|lr|ls|lt|lu|lv|ly|ma|mc|md|me|mg|mh|mk|ml|mm|mn|mo|mp|mq|mr|ms|mt|mu|mv|mw|mx|my|mz|na|nc|ne|nf|ng|ni|nl|no|np|nr|nu|nz|om|pa|pe|pf|pg|ph|pk|pl|pm|pn|pr|ps|pt|pw|py|qa|re|ro|rs|ru|rw|sa|sb|sc|sd|se|sg|sh|si|sj|sk|sl|sm|sn|so|sr|ss|st|su|sv|sx|sy|sz|tc|td|tf|tg|th|tj|tk|tl|tm|tn|to|tr|tt|tv|tw|tz|ua|ug|uk|us|uy|uz|va|vc|ve|vg|vi|vn|vu|wf|ws|ye|yt|za|zm|zw|aarp|able|adac|aero|akdn|army|arpa|alipay|arab|apple|arte|anquan|allfinanz|ally|amex|asda|amfam|amica|build|alsace|alstom|amazon|asia|audi|aramco|buzz|cafe|archi|android|amsterdam|analytics|aquarelle|apartments|associates|athleta|attorney|auction|allstate|audible|audio|author|auspost|auto|autos|black|avianca|azure|baby|bank|blog|blue|bofa|baidu|boats|banamex|band|bing|bingo|barefoot|bike|bible|bharti|bargains|baseball|bestbuy|barclays|bond|barcelona|book|bosch|broker|bloomberg|bostik|boston|booking|bugatti|boutique|bradesco|broadway|brother|call|actor|aetna|care|cars|abbvie|abogado|academy|cbre|adult|open|abarth|abbott|abudhabi|online|accenture|rmit|rsvp|africa|room|alibaba|casa|case|cash|cern|gallo|oracle|orange|rich|organic|rest|origins|plus|casino|rent|center|accountant|camp|page|chanel|chintai|pars|cheap|ollo|canon|chat|chase|charity|office|ruhr|cards|sarl|saxo|okinawa|sale|scot|olayan|safe|seat|seek|oldnavy|sexy|channel|omega|save|osaka|agakhan|porn|phone|play|paris|photo|pics|airbus|ping|pink|pohl|post|airforce|prod|alfaromeo|prof|pizza|place|poker|praxi|press|prime|salon|seven|airtel|qpon|promo|rugby|sener|sharp|agency|camera|careers|parts|career|caravan|read|caseih|otsuka|pictet|rehab|reise|realty|reisen|reit|repair|report|review|rogers|sanofi|school|schule|select|capital|search|secure|gallery|raid|party|pccw|racing|politie|quest|radio|recipes|rentals|rocher|rocks|pfizer|photos|physio|pioneer|quebec|realtor|rodeo|philips|reviews|ricoh|ryukyu|safety|sakura|rexroth|samsung|sandvik|schmidt|schwarz|science|basketball|beer|shaw|shell|spot|americanfamily|americanexpress|bbva|taxi|bayern|best|beats|beauty|afamilycompany|team|tech|teva|tiaa|tips|town|toys|vana|visa|viva|vote|work|tires|tirol|tmall|vivo|today|tube|voto|tokyo|tools|wang|weir|wien|toray|total|xbox|tours|wiki|wine|trade|trust|yoga|tunes|ubank|video|accountants|zone|tushu|vegas|vodka|volvo|yahoo|berlin|watch|zara|zero|wales|weber|weibo|works|world|xerox|chrome|shia|show|sina|skin|sohu|star|blockbuster|site|sncf|shoes|shop|macys|silk|skype|sling|smart|smile|space|study|church|store|style|soccer|song|social|solar|sony|sport|bauhaus|stada|bnpparibas|stream|sucks|shouji|studio|surf|talk|taipei|taobao|target|shiksha|swiss|tatar|supply|blackfriday|sydney|singles|suzuki|swatch|tennis|bentley|tattoo|tienda|tjmaxx|boehringer|staples|temasek|theater|theatre|bridgestone|systems|tickets|tiffany|bananarepublic|tkmaxx|storage|support|surgery|toshiba|toyota|travel|unicom|viajes|viking|villas|virgin|vision|voting|voyage|vuelos|walmart|walter|barclaycard|watches|weather|webcam|trading|yandex|zappos|wanggou|website|yachts|wedding|windows|winners|xihuan|whoswho|xfinity|yamaxun|youtube|zuerich|brussels|circle|citi|city|club|cool|coop|cruise|dell|crown|cyou|data|date|credit|dclk|deal|desi|coupon|diet|dish|docs|drive|duck|dubai|dunlop|dvag|dupont|fage|fail|download|fans|edeka|domains|erni|farm|fast|film|durban|earth|education|email|fiat|fido|fire|fish|flir|food|ford|free|fund|game|gbiz|gent|ggee|gift|gmbh|gold|golf|goog|guge|guru|hair|haus|hdfc|help|here|hgtv|icbc|imdb|itau|cymru|immo|info|dabur|dance|deals|dating|delta|datsun|dealer|degree|dental|design|direct|democrat|dentist|digital|diamonds|discount|hsbc|discover|doctor|energy|host|ieee|directory|emerck|java|click|cloud|coach|codes|clinic|engineer|fedex|coffee|faith|engineering|kred|claims|lego|lgbt|life|like|limo|citic|link|live|cisco|epson|land|lidl|loan|final|comsec|jeep|jobs|jprs|forex|games|lilly|ericsson|gifts|gives|glade|glass|globo|gmail|iveco|jetzt|kddi|forum|linde|lipsy|lixil|condos|equipment|enterprises|loans|locus|deloitte|estate|hyatt|cipriani|etisalat|kpmg|homes|honda|horse|house|ikano|koeln|kyoto|lamer|events|exchange|kiwi|green|gripe|group|gucci|guide|irish|lease|legal|eurovision|lexus|loft|expert|intuit|company|compare|farmers|community|hughes|kinder|college|kindle|cologne|capetown|hotels|comcast|fashion|ferrari|commbank|hockey|hosting|kosher|ferrero|hotmail|feedback|holiday|hospital|homedepot|homegoods|homesense|hyundai|holdings|hoteles|capitalone|computer|express|ismaili|istanbul|consulting|contact|moto|frogans|genting|george|exposed|ipiranga|fresenius|insure|institute|insurance|extraspace|family|money|joburg|infiniti|industries|movie|imamat|immobilien|juegos|fairwinds|kaufen|fidelity|foundation|name|citadel|finance|clothing|flickr|futbol|fitness|google|next|catering|clubmed|fishing|catholic|firmdale|nexus|nokia|clinique|flights|cleaning|florist|garden|giving|locker|flowers|gallup|nikon|ninja|forsale|global|goodyear|nike|goldpoint|nico|living|cityeats|godaddy|football|grainger|news|gratis|hiphop|latino|grocery|hermes|navy|guitars|health|lancia|financial|hamburg|hangout|hitachi|lawyer|hdfcbank|firestone|healthcare|lotte|guardian|helsinki|lefrak|graphics|hisamitsu|jaguar|london|kuokgroup|lifestyle|media|luxury|lanxess|lasalle|ltda|luxe|meet|latrobe|meme|menu|cruises|madrid|furniture|komatsu|leclerc|makeup|cricket|christmas|kitchen|lacaixa|limited|lincoln|lundbeck|maif|marriott|landrover|lotto|maison|mango|market|lighting|lancaster|love|marketing|markets|marshalls|maserati|mattel|mckinsey|memorial|merckmsd|melbourne|mini|miami|mint|cooking|country|jewelry|builders|corsica|mobi|natura|nowruz|budapest|nowtv|mobile|juniper|moda|mormon|moscow|nagoya|netflix|nissan|network|neustar|nissay|monster|netbank|business|coupons|delivery|jpmorgan|frontdoor|fujitsu|frontier|fujixerox|microsoft|monash|courses|museum|mortgage|mutual|norton|observer|partners|pharmacy|pictures|plumbing|panasonic|property|redstone|reliance|saarland|services|passagens|pramerica|onyourside|softbank|richardli|samsclub|shopping|showtime|software|stcgroup|scjohnson|training|nextdirect|security|shangrila|solutions|statebank|schaeffler|supplies|travelers|xn--90ae|statefarm|stockholm|xn--90ais|xn--d1alf|swiftcover|xn--c1avg|properties|protection|prudential|xn--p1ai|yokohama|xn--e1a4c|xn--node|xn--j1amh|xn--nqv7f|xn--p1acf|tatamotors|xn--j1aef|northwesternmutual|technology|xn--fhbei|xn--l1acc|xn--ngbrx|xn--qxa6a|creditcard|management|mitsubishi|xn--tckwe|realestate|xn--qxam|cuisinella|nationwide|newholland|republican|yodobashi|restaurant|xn--vhquv|university|verisign|construction|photography|travelchannel|travelersinsurance|vacations|vanguard|ventures|vlaanderen|versicherung|volkswagen|olayangroup|woodside|xn--11b4c3d|xn--30rr7y|foodnetwork|weatherchannel|williamhill|xn--1ck2e1b|xn--1qqw23a|xn--fiqz9s|xn--io0a7i|xn--wgbh1c|calvinklein|xn--kput3i|xn--mxtq1m|creditunion|investments|xn--o3cw4h|contractors|xn--pssy2u|xn--q7ce6a|kerryhotels|playstation|productions|lplfinancial|xn--y9a3aq|lamborghini|motorcycles|lifeinsurance|xn--wgbl6a|progressive|international|kerryproperties|redumbrella|cancerresearch|kerrylogistics|scholarships|xn--unup4y|cookingchannel|sandvikcoromant|spreadbetting|xn--2scrj9c|xn--3pxu8k|xn--45q11c|xn--4gbrim|xn--55qx5d|xn--80aswg|xn--5su34j936bgsg|xn--5tzm5g|xn--6frz82g|xn--6qq986b3xl|xn--80adxhks|xn--80ao21a|xn--80aqecdr1a|xn--80asehdb|xn--90a3ac|xn--55qw42g|xn--8y0a063a|xn--9dbq2a|xn--9et52u|xn--9krt00a|xn--b4w605ferd|xn--bck1b9a5dre4c|xn--c2br7g|xn--cck2b3b|xn--cckwcxetd|xn--cg4bki|xn--clchc0ea0b2g2a9gcd|xn--czr694b|xn--czrs0t|xn--3bst00m|xn--czru2d|xn--3ds443g|xn--3hcrj9c|xn--d1acj3b|xn--efvy88h|xn--fjq720a|xn--flw351e|xn--gk3at1e|xn--mgbtx2b|xn--mix891f|xn--3e0b707e|xn--g2xx48c|xn--gecrj9c|xn--3oq18vl8pn36a|xn--42c2d9a|xn--fct429k|xn--fiq64b|xn--h2brj9c|xn--hxt814e|xn--imr513n|xn--mgbbh1a|xn--45br5cyl|xn--45brj9c|xn--j6w193g|xn--jvr189m|xn--54b7fta0cc|xn--fiqs8s|xn--kprw13d|xn--kpry57d|xn--nyqy26a|xn--xhq521b|xn--eckvdtc9d|xn--mgbab2bd|xn--zfr164b|wolterskluwer|xn--yfro4i67o|xn--ygbi2ammx|xn--fiq228c5hs|xn--fpcrj9c3d|xn--fzc2c9e2c|xn--gckr3f0f|xn--h2brj9c8c|xn--h2breg3eve|xn--i1b6b1a6a2e|xn--jlq480n2rg|xn--jlq61u9w7b|xn--kcrx77d1x4a|xn--mgbaam7a8h|xn--mgbayh7gpa|xn--lgbbat1ad8j|xn--mgb9awbf|xn--mgba3a3ejt|xn--mgba3a4f16a|xn--mgba7c0bbn0a|xn--mgbah1a3hjkrd|xn--mgbai9azgqp6j|xn--ngbe9e0a|xn--fzys8d69uvgm|xn--mgbaakc7dvf|xn--mgbbh1a71e|xn--mgbc0a9azcg|xn--rovu88b|xn--mgbpl2fh|xn--ngbc5azd|xn--ogbpf8fl|xn--otu796d|xn--mk1bu44c|xn--mgbca7dzdo|xn--mgbx4cd0ab|xn--pgbs0dh|xn--mgbt3dhd|xn--q9jyb4c|xn--mgbgu82a|xn--qcka1pmc|xn--mgbi4ecexp|xn--rhqv96g|xn--rvc1e0am3e|xn--s9brj9c|xn--ses554g|xn--t60b56a|xn--w4rs40l|xn--mgberp4a5d4ar|xn--tiq49xqyj|xn--mgbcpq6gpa1a|xn--nqv7fs00ema|xn--vermgensberater-ctb|xn--vermgensberatung-pwb|xn--vuq861b|xn--w4r85el8fhu5dnra|xn--xkc2al3hye2a|xn--xkc2dl3a5ee0h|','yes'),('tldlistHash','c937b13a351fd167471b2a39a68e07cd4f77276816849f8e7ade72f2e497958e','yes'),('total503s','11544','yes'),('totalAlertsSent','84','yes'),('totalIPsBlocked','11291','yes'),('totalIPsLocked','20','yes'),('totalLoginHits','62073','yes'),('totalLogins','62','yes'),('totalScansRun','510','yes'),('touppBypassNextCheck','0','yes'),('touppPromptNeeded','','yes'),('vulnerabilities_plugin','a:11:{i:0;a:4:{s:4:\"slug\";s:14:\"contact-form-7\";s:11:\"fromVersion\";s:5:\"5.3.2\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:1;a:4:{s:4:\"slug\";s:19:\"ga-google-analytics\";s:11:\"fromVersion\";s:8:\"20201120\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:2;a:4:{s:4:\"slug\";s:6:\"worker\";s:11:\"fromVersion\";s:5:\"4.9.8\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:3;a:4:{s:4:\"slug\";s:14:\"w3-total-cache\";s:11:\"fromVersion\";s:5:\"2.1.0\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:4;a:4:{s:4:\"slug\";s:9:\"wordfence\";s:11:\"fromVersion\";s:6:\"7.4.14\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:5;a:4:{s:4:\"slug\";s:14:\"duplicate-post\";s:11:\"fromVersion\";s:5:\"4.1.1\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:6;a:4:{s:4:\"slug\";s:14:\"essential-grid\";s:11:\"fromVersion\";s:5:\"2.3.6\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:7;a:4:{s:4:\"slug\";s:18:\"hellobar_wp_plugin\";s:11:\"fromVersion\";s:3:\"1.0\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:8;a:4:{s:4:\"slug\";s:9:\"revslider\";s:11:\"fromVersion\";s:5:\"6.2.2\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:9;a:4:{s:4:\"slug\";s:21:\"testimonials-showcase\";s:11:\"fromVersion\";s:5:\"1.4.6\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:10;a:4:{s:4:\"slug\";s:11:\"js_composer\";s:11:\"fromVersion\";s:5:\"6.5.0\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}}','yes'),('vulnerabilities_theme','a:10:{i:0;a:4:{s:4:\"slug\";s:12:\"twentyeleven\";s:9:\"toVersion\";s:3:\"3.6\";s:11:\"fromVersion\";s:3:\"3.5\";s:10:\"vulnerable\";b:0;}i:1;a:4:{s:4:\"slug\";s:13:\"twentyfifteen\";s:9:\"toVersion\";s:3:\"2.8\";s:11:\"fromVersion\";s:3:\"2.7\";s:10:\"vulnerable\";b:0;}i:2;a:4:{s:4:\"slug\";s:14:\"twentyfourteen\";s:9:\"toVersion\";s:3:\"3.0\";s:11:\"fromVersion\";s:3:\"2.9\";s:10:\"vulnerable\";b:0;}i:3;a:4:{s:4:\"slug\";s:14:\"twentynineteen\";s:9:\"toVersion\";s:3:\"1.8\";s:11:\"fromVersion\";s:3:\"1.7\";s:10:\"vulnerable\";b:0;}i:4;a:4:{s:4:\"slug\";s:15:\"twentyseventeen\";s:9:\"toVersion\";s:3:\"2.5\";s:11:\"fromVersion\";s:3:\"2.4\";s:10:\"vulnerable\";b:0;}i:5;a:4:{s:4:\"slug\";s:13:\"twentysixteen\";s:9:\"toVersion\";s:3:\"2.3\";s:11:\"fromVersion\";s:3:\"2.2\";s:10:\"vulnerable\";b:0;}i:6;a:4:{s:4:\"slug\";s:9:\"twentyten\";s:9:\"toVersion\";s:3:\"3.2\";s:11:\"fromVersion\";s:3:\"3.1\";s:10:\"vulnerable\";b:0;}i:7;a:4:{s:4:\"slug\";s:14:\"twentythirteen\";s:9:\"toVersion\";s:3:\"3.2\";s:11:\"fromVersion\";s:3:\"3.1\";s:10:\"vulnerable\";b:0;}i:8;a:4:{s:4:\"slug\";s:12:\"twentytwelve\";s:9:\"toVersion\";s:3:\"3.3\";s:11:\"fromVersion\";s:3:\"3.2\";s:10:\"vulnerable\";b:0;}i:9;a:4:{s:4:\"slug\";s:12:\"twentytwenty\";s:9:\"toVersion\";s:3:\"1.6\";s:11:\"fromVersion\";s:3:\"1.5\";s:10:\"vulnerable\";b:0;}}','yes'),('wafAlertInterval','600','yes'),('wafAlertOnAttacks','1','yes'),('wafAlertThreshold','100','yes'),('wafAlertWhitelist','','yes'),('waf_status','enabled','yes'),('wfKillRequested','0','no'),('wfPeakMemory','33968128','no'),('wfScanStartVersion','5.6.1','yes'),('wfsd_engine','','no'),('wfStatusStartMsgs','a:21:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:0:\"\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:0:\"\";i:12;s:0:\"\";i:13;s:0:\"\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:0:\"\";i:17;s:0:\"\";i:18;s:0:\"\";i:19;s:0:\"\";i:20;s:0:\"\";}','yes'),('wf_dnsA','ruthsnutrition.com points to 74.124.197.205','yes'),('wf_dnsCNAME','','yes'),('wf_dnsLogged','1','yes'),('wf_dnsMX','ruthsnutrition.com','yes'),('wf_scanLastStatusTime','0','yes'),('wf_scanRunning','','yes'),('wf_summaryItems','a:8:{s:12:\"scannedPosts\";i:126;s:15:\"scannedComments\";i:1;s:12:\"scannedFiles\";i:6835;s:14:\"scannedPlugins\";i:11;s:13:\"scannedThemes\";i:1;s:12:\"scannedUsers\";i:2;s:11:\"scannedURLs\";i:4083;s:10:\"lastUpdate\";i:1612806642;}','yes'),('whitelisted','','yes'),('whitelistedServices','{}','yes'),('whitelistHash','bf3d76dc05caf8623cb3fe01c1fc9e308e2f2ea37b826937d850fde361cdefd4','yes'),('whitelistPresets','{\"wordfence\":{\"n\":\"Wordfence\",\"h\":true,\"d\":true,\"f\":true,\"r\":[\"54.68.32.247\",\"69.46.36.0\\/27\",\"2605:2400:0104:0100::\\/56\"]},\"sucuri\":{\"n\":\"Sucuri\",\"d\":true,\"r\":[\"97.74.127.171\",\"69.164.203.172\",\"173.230.128.135\",\"66.228.34.49\",\"66.228.40.185\",\"50.116.36.92\",\"50.116.36.93\",\"50.116.3.171\",\"198.58.96.212\",\"50.116.63.221\",\"192.155.92.112\",\"192.81.128.31\",\"198.58.106.244\",\"192.155.95.139\",\"23.239.9.227\",\"198.58.112.103\",\"192.155.94.43\",\"162.216.16.33\",\"173.255.233.124\",\"173.255.233.124\",\"192.155.90.179\",\"50.116.41.217\",\"192.81.129.227\",\"198.58.111.80\",\"162.216.19.183\"]},\"facebook\":{\"n\":\"Facebook\",\"d\":true,\"r\":[\"69.63.176.0\\/20\",\"66.220.144.0\\/20\",\"66.220.144.0\\/21\",\"69.63.184.0\\/21\",\"69.63.176.0\\/21\",\"74.119.76.0\\/22\",\"69.171.255.0\\/24\",\"173.252.64.0\\/18\",\"69.171.224.0\\/19\",\"69.171.224.0\\/20\",\"103.4.96.0\\/22\",\"69.63.176.0\\/24\",\"173.252.64.0\\/19\",\"173.252.70.0\\/24\",\"31.13.64.0\\/18\",\"31.13.24.0\\/21\",\"66.220.152.0\\/21\",\"66.220.159.0\\/24\",\"69.171.239.0\\/24\",\"69.171.240.0\\/20\",\"31.13.64.0\\/19\",\"31.13.64.0\\/24\",\"31.13.65.0\\/24\",\"31.13.67.0\\/24\",\"31.13.68.0\\/24\",\"31.13.69.0\\/24\",\"31.13.70.0\\/24\",\"31.13.71.0\\/24\",\"31.13.72.0\\/24\",\"31.13.73.0\\/24\",\"31.13.74.0\\/24\",\"31.13.75.0\\/24\",\"31.13.76.0\\/24\",\"31.13.77.0\\/24\",\"31.13.96.0\\/19\",\"31.13.66.0\\/24\",\"173.252.96.0\\/19\",\"69.63.178.0\\/24\",\"31.13.78.0\\/24\",\"31.13.79.0\\/24\",\"31.13.80.0\\/24\",\"31.13.82.0\\/24\",\"31.13.83.0\\/24\",\"31.13.84.0\\/24\",\"31.13.85.0\\/24\",\"31.13.86.0\\/24\",\"31.13.87.0\\/24\",\"31.13.88.0\\/24\",\"31.13.89.0\\/24\",\"31.13.90.0\\/24\",\"31.13.91.0\\/24\",\"31.13.92.0\\/24\",\"31.13.93.0\\/24\",\"31.13.94.0\\/24\",\"31.13.95.0\\/24\",\"69.171.253.0\\/24\",\"69.63.186.0\\/24\",\"31.13.81.0\\/24\",\"179.60.192.0\\/22\",\"179.60.192.0\\/24\",\"179.60.193.0\\/24\",\"179.60.194.0\\/24\",\"179.60.195.0\\/24\",\"185.60.216.0\\/22\",\"45.64.40.0\\/22\",\"185.60.216.0\\/24\",\"185.60.217.0\\/24\",\"185.60.218.0\\/24\",\"185.60.219.0\\/24\",\"129.134.0.0\\/16\",\"157.240.0.0\\/16\",\"157.240.8.0\\/24\",\"157.240.0.0\\/24\",\"157.240.1.0\\/24\",\"157.240.2.0\\/24\",\"157.240.3.0\\/24\",\"157.240.4.0\\/24\",\"157.240.5.0\\/24\",\"157.240.6.0\\/24\",\"157.240.7.0\\/24\",\"157.240.9.0\\/24\",\"157.240.10.0\\/24\",\"157.240.16.0\\/24\",\"157.240.19.0\\/24\",\"157.240.11.0\\/24\",\"157.240.12.0\\/24\",\"157.240.13.0\\/24\",\"157.240.14.0\\/24\",\"157.240.15.0\\/24\",\"157.240.17.0\\/24\",\"157.240.18.0\\/24\",\"157.240.20.0\\/24\",\"157.240.21.0\\/24\",\"157.240.22.0\\/24\",\"157.240.23.0\\/24\",\"157.240.0.0\\/17\",\"69.171.250.0\\/24\",\"157.240.24.0\\/24\",\"157.240.25.0\\/24\",\"199.201.64.0\\/24\",\"199.201.65.0\\/24\",\"199.201.64.0\\/22\",\"204.15.20.0\\/22\",\"157.240.192.0\\/24\",\"129.134.0.0\\/17\",\"204.15.20.0\\/22\",\"69.63.176.0\\/20\",\"69.63.176.0\\/21\",\"69.63.184.0\\/21\",\"66.220.144.0\\/20\",\"69.63.176.0\\/20\",\"2620:0:1c00::\\/40\",\"2a03:2880::\\/32\",\"2a03:2880:fffe::\\/48\",\"2a03:2880:ffff::\\/48\",\"2620:0:1cff::\\/48\",\"2a03:2880:f000::\\/48\",\"2a03:2880:f001::\\/48\",\"2a03:2880:f002::\\/48\",\"2a03:2880:f003::\\/48\",\"2a03:2880:f004::\\/48\",\"2a03:2880:f005::\\/48\",\"2a03:2880:f006::\\/48\",\"2a03:2880:f007::\\/48\",\"2a03:2880:f008::\\/48\",\"2a03:2880:f009::\\/48\",\"2a03:2880:f00a::\\/48\",\"2a03:2880:f00b::\\/48\",\"2a03:2880:f00c::\\/48\",\"2a03:2880:f00d::\\/48\",\"2a03:2880:f00e::\\/48\",\"2a03:2880:f00f::\\/48\",\"2a03:2880:f010::\\/48\",\"2a03:2880:f011::\\/48\",\"2a03:2880:f012::\\/48\",\"2a03:2880:f013::\\/48\",\"2a03:2880:f014::\\/48\",\"2a03:2880:f015::\\/48\",\"2a03:2880:f016::\\/48\",\"2a03:2880:f017::\\/48\",\"2a03:2880:f018::\\/48\",\"2a03:2880:f019::\\/48\",\"2a03:2880:f01a::\\/48\",\"2a03:2880:f01b::\\/48\",\"2a03:2880:f01c::\\/48\",\"2a03:2880:f01d::\\/48\",\"2a03:2880:f01e::\\/48\",\"2a03:2880:f01f::\\/48\",\"2a03:2880:1000::\\/36\",\"2a03:2880:2000::\\/36\",\"2a03:2880:3000::\\/36\",\"2a03:2880:4000::\\/36\",\"2a03:2880:5000::\\/36\",\"2a03:2880:6000::\\/36\",\"2a03:2880:7000::\\/36\",\"2a03:2880:f020::\\/48\",\"2a03:2880:f021::\\/48\",\"2a03:2880:f022::\\/48\",\"2a03:2880:f023::\\/48\",\"2a03:2880:f024::\\/48\",\"2a03:2880:f025::\\/48\",\"2a03:2880:f026::\\/48\",\"2a03:2880:f027::\\/48\",\"2a03:2880:f028::\\/48\",\"2a03:2880:f029::\\/48\",\"2a03:2880:f02b::\\/48\",\"2a03:2880:f02c::\\/48\",\"2a03:2880:f02d::\\/48\",\"2a03:2880:f02e::\\/48\",\"2a03:2880:f02f::\\/48\",\"2a03:2880:f030::\\/48\",\"2a03:2880:f031::\\/48\",\"2a03:2880:f032::\\/48\",\"2a03:2880:f033::\\/48\",\"2a03:2880:f034::\\/48\",\"2a03:2880:f035::\\/48\",\"2a03:2880:f036::\\/48\",\"2a03:2880:f037::\\/48\",\"2a03:2880:f038::\\/48\",\"2a03:2880:f039::\\/48\",\"2a03:2880:f03a::\\/48\",\"2a03:2880:f03b::\\/48\",\"2a03:2880:f03c::\\/48\",\"2a03:2880:f03d::\\/48\",\"2a03:2880:f03e::\\/48\",\"2a03:2880:f03f::\\/48\",\"2401:db00::\\/32\",\"2a03:2880::\\/36\",\"2803:6080::\\/32\",\"2a03:2880:f100::\\/48\",\"2a03:2880:f200::\\/48\",\"2a03:2880:f101::\\/48\",\"2a03:2880:f201::\\/48\",\"2a03:2880:f102::\\/48\",\"2a03:2880:f202::\\/48\",\"2a03:2880:f103::\\/48\",\"2a03:2880:f203::\\/48\",\"2a03:2880:f104::\\/48\",\"2a03:2880:f204::\\/48\",\"2a03:2880:f107::\\/48\",\"2a03:2880:f207::\\/48\",\"2a03:2880:f108::\\/48\",\"2a03:2880:f208::\\/48\",\"2a03:2880:f109::\\/48\",\"2a03:2880:f209::\\/48\",\"2a03:2880:f10a::\\/48\",\"2a03:2880:f20a::\\/48\",\"2a03:2880:f10b::\\/48\",\"2a03:2880:f20b::\\/48\",\"2a03:2880:f10d::\\/48\",\"2a03:2880:f20d::\\/48\",\"2a03:2880:f10e::\\/48\",\"2a03:2880:f20e::\\/48\",\"2a03:2880:f10f::\\/48\",\"2a03:2880:f20f::\\/48\",\"2a03:2880:f110::\\/48\",\"2a03:2880:f210::\\/48\",\"2a03:2880:f111::\\/48\",\"2a03:2880:f211::\\/48\",\"2a03:2880:f112::\\/48\",\"2a03:2880:f212::\\/48\",\"2a03:2880:f114::\\/48\",\"2a03:2880:f214::\\/48\",\"2a03:2880:f115::\\/48\",\"2a03:2880:f215::\\/48\",\"2a03:2880:f116::\\/48\",\"2a03:2880:f216::\\/48\",\"2a03:2880:f117::\\/48\",\"2a03:2880:f217::\\/48\",\"2a03:2880:f118::\\/48\",\"2a03:2880:f218::\\/48\",\"2a03:2880:f119::\\/48\",\"2a03:2880:f219::\\/48\",\"2a03:2880:f11a::\\/48\",\"2a03:2880:f21a::\\/48\",\"2a03:2880:f11f::\\/48\",\"2a03:2880:f21f::\\/48\",\"2a03:2880:f121::\\/48\",\"2a03:2880:f221::\\/48\",\"2a03:2880:f122::\\/48\",\"2a03:2880:f222::\\/48\",\"2a03:2880:f123::\\/48\",\"2a03:2880:f223::\\/48\",\"2a03:2880:f10c::\\/48\",\"2a03:2880:f20c::\\/48\",\"2a03:2880:f126::\\/48\",\"2a03:2880:f226::\\/48\",\"2a03:2880:f105::\\/48\",\"2a03:2880:f205::\\/48\",\"2a03:2880:f125::\\/48\",\"2a03:2880:f225::\\/48\",\"2a03:2880:f106::\\/48\",\"2a03:2880:f206::\\/48\",\"2a03:2880:f11b::\\/48\",\"2a03:2880:f21b::\\/48\",\"2a03:2880:f113::\\/48\",\"2a03:2880:f213::\\/48\",\"2a03:2880:f11c::\\/48\",\"2a03:2880:f21c::\\/48\",\"2a03:2880:f128::\\/48\",\"2a03:2880:f228::\\/48\",\"2a03:2880:f02a::\\/48\",\"2a03:2880:f12a::\\/48\",\"2a03:2880:f22a::\\/48\",\"2a03:2880:f12f::\\/48\",\"2a03:2880:f22f::\\/48\",\"2a03:2880:f11d::\\/48\",\"2a03:2880:f11e::\\/48\",\"2a03:2880:f120::\\/48\",\"2a03:2880:f124::\\/48\",\"2a03:2880:f127::\\/48\",\"2a03:2880:f129::\\/48\",\"2a03:2880:f12b::\\/48\",\"2a03:2880:f12c::\\/48\",\"2a03:2880:f12d::\\/48\",\"2a03:2880:f12e::\\/48\",\"2a03:2880:f130::\\/48\",\"2a03:2880:f131::\\/48\",\"2a03:2880:f132::\\/48\",\"2a03:2880:f133::\\/48\",\"2a03:2880:f134::\\/48\",\"2a03:2880:f135::\\/48\",\"2a03:2880:f136::\\/48\",\"2a03:2880:f137::\\/48\",\"2a03:2880:f138::\\/48\",\"2a03:2880:f139::\\/48\",\"2a03:2880:f13a::\\/48\",\"2a03:2880:f13b::\\/48\",\"2a03:2880:f13c::\\/48\",\"2a03:2880:f13d::\\/48\",\"2a03:2880:f13e::\\/48\",\"2a03:2880:f13f::\\/48\",\"2a03:2880:f21d::\\/48\",\"2a03:2880:f21e::\\/48\",\"2a03:2880:f220::\\/48\",\"2a03:2880:f224::\\/48\",\"2a03:2880:f227::\\/48\",\"2a03:2880:f229::\\/48\",\"2a03:2880:f22b::\\/48\",\"2a03:2880:f22c::\\/48\",\"2a03:2880:f22d::\\/48\",\"2a03:2880:f22e::\\/48\",\"2a03:2880:f230::\\/48\",\"2a03:2880:f231::\\/48\",\"2a03:2880:f232::\\/48\",\"2a03:2880:f233::\\/48\",\"2a03:2880:f234::\\/48\",\"2a03:2880:f235::\\/48\",\"2a03:2880:f236::\\/48\",\"2a03:2880:f237::\\/48\",\"2a03:2880:f238::\\/48\",\"2a03:2880:f239::\\/48\",\"2a03:2880:f23a::\\/48\",\"2a03:2880:f23b::\\/48\",\"2a03:2880:f23c::\\/48\",\"2a03:2880:f23d::\\/48\",\"2a03:2880:f23e::\\/48\",\"2a03:2880:f23f::\\/48\",\"2a03:2880:f0ff::\\/48\",\"2a03:2880:f1ff::\\/48\",\"2a03:2880:f2ff::\\/48\",\"2c0f:ef78:0003::\\/48\"]},\"uptimerobot\":{\"n\":\"Uptime Robot\",\"d\":true,\"r\":[\"69.162.124.224\\/28\",\"63.143.42.240\\/28\"]},\"statuscake\":{\"n\":\"StatusCake\",\"d\":true,\"r\":[\"103.194.112.70\",\"104.131.247.151\",\"104.131.248.65\",\"104.131.248.78\",\"104.156.229.24\",\"104.156.255.184\",\"104.206.168.26\",\"104.238.164.105\",\"107.150.1.135\",\"107.155.104.182\",\"107.155.108.234\",\"107.155.125.29\",\"107.161.28.219\",\"107.170.197.248\",\"107.170.219.46\",\"107.170.227.23\",\"107.170.227.24\",\"107.170.240.141\",\"107.170.53.191\",\"107.191.47.131\",\"107.191.57.237\",\"108.61.119.153\",\"108.61.162.214\",\"108.61.205.201\",\"108.61.212.141\",\"108.61.215.179\",\"125.63.48.239\",\"128.199.222.65\",\"138.197.130.232\",\"138.197.130.235\",\"138.197.140.243\",\"138.204.171.136\",\"138.68.24.115\",\"138.68.24.136\",\"138.68.24.207\",\"138.68.24.60\",\"138.68.80.10\",\"138.68.80.173\",\"139.59.15.79\",\"139.59.155.26\",\"139.59.190.241\",\"139.59.22.109\",\"139.59.26.85\",\"139.59.29.167\",\"149.154.157.61\",\"149.255.59.100\",\"151.236.10.238\",\"151.236.18.80\",\"151.80.175.223\",\"151.80.175.226\",\"154.127.60.23\",\"154.127.60.59\",\"158.255.208.76\",\"159.203.182.22\",\"159.203.182.60\",\"159.203.186.225\",\"159.203.31.18\",\"162.243.247.163\",\"162.243.71.56\",\"162.248.97.72\",\"162.253.64.104\",\"162.253.64.87\",\"176.56.230.110\",\"178.62.101.57\",\"178.62.104.137\",\"178.62.106.84\",\"178.62.109.7\",\"178.62.40.233\",\"178.62.41.44\",\"178.62.41.49\",\"178.62.41.52\",\"178.62.65.162\",\"178.62.71.227\",\"178.62.78.199\",\"178.62.80.93\",\"178.62.86.69\",\"178.73.210.99\",\"181.41.201.117\",\"181.41.214.137\",\"185.112.157.185\",\"185.12.45.70\",\"185.47.129.168\",\"185.60.135.86\",\"188.166.158.224\",\"188.166.253.148\",\"188.226.139.158\",\"188.226.158.160\",\"188.226.169.228\",\"188.226.171.58\",\"188.226.184.152\",\"188.226.185.106\",\"188.226.186.199\",\"188.226.203.84\",\"188.226.247.184\",\"188.68.238.79\",\"192.241.221.11\",\"193.124.178.54\",\"193.124.178.61\",\"193.182.144.105\",\"193.182.144.147\",\"199.167.128.80\",\"209.222.30.242\",\"213.183.56.107\",\"217.148.43.188\",\"217.148.43.202\",\"31.220.7.237\",\"37.157.246.146\",\"37.235.48.42\",\"37.235.52.25\",\"37.235.53.240\",\"37.235.55.205\",\"37.97.188.103\",\"45.32.128.80\",\"45.32.145.79\",\"45.32.151.21\",\"45.32.160.172\",\"45.32.166.195\",\"45.32.171.24\",\"45.32.192.198\",\"45.32.195.186\",\"45.32.195.93\",\"45.32.212.56\",\"45.32.36.158\",\"45.32.7.22\",\"45.63.121.159\",\"45.63.26.78\",\"45.63.51.63\",\"45.63.61.213\",\"45.63.76.68\",\"45.63.78.84\",\"45.63.86.120\",\"45.63.88.213\",\"45.76.1.44\",\"45.76.192.50\",\"45.76.3.112\",\"46.101.0.24\",\"46.101.110.32\",\"46.101.110.43\",\"46.101.110.45\",\"46.101.20.96\",\"46.101.238.182\",\"46.101.238.189\",\"46.101.240.208\",\"46.101.27.186\",\"46.101.61.83\",\"46.101.74.251\",\"5.45.179.103\",\"50.2.139.16\",\"82.221.95.161\",\"91.236.116.163\"]},\"managewp\":{\"n\":\"ManageWP\",\"d\":false,\"r\":[\"34.211.180.66\",\"54.70.65.107\",\"34.210.224.7\",\"52.41.5.108\",\"52.35.72.129\",\"54.191.137.17\",\"35.162.254.253\",\"52.11.12.231\",\"52.11.29.70\",\"52.11.54.161\",\"52.24.142.159\",\"52.25.191.255\",\"52.27.181.126\",\"52.34.126.117\",\"52.34.254.47\",\"52.35.82.99\",\"52.36.28.80\",\"52.38.106.97\",\"52.39.177.152\",\"52.41.230.148\",\"52.41.237.12\",\"52.42.126.166\",\"52.43.13.71\",\"52.43.76.224\",\"52.88.96.110\",\"52.89.155.51\",\"54.148.73.118\",\"54.186.37.105\",\"54.187.92.57\",\"54.191.32.65\",\"54.191.67.23\",\"54.191.80.119\",\"54.191.135.209\",\"54.191.136.176\",\"54.191.148.85\",\"54.191.149.8\",\"52.26.122.21\",\"52.24.187.29\",\"52.89.85.107\",\"54.186.128.167\",\"54.191.40.136\",\"52.24.62.11\",\"52.88.119.122\",\"54.191.148.225\",\"54.191.151.18\",\"52.89.94.121\",\"52.25.116.116\",\"52.88.215.225\",\"54.186.143.184\",\"52.88.197.180\",\"52.27.171.126\"]},\"seznam\":{\"n\":\"Seznam Search Engine\",\"d\":true,\"r\":[\"77.75.74.0\\/24\",\"77.75.76.0\\/24\",\"77.75.77.0\\/24\",\"77.75.78.0\\/24\",\"77.75.79.0\\/24\",\"2a02:598:a::78:0\\/112\",\"2a02:598:a::79:0\\/112\",\"2a02:598:2::0\\/96\"]}}','yes'),('wordfenceCentralAccessToken','eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJlYTU4MzE5Yy1jZDY1LTQzY2YtYjM1NS1jMGFhMDc4NjlhYWUiLCJzaXRlLWlkIjoiZWE1ODMxOWMtY2Q2NS00M2NmLWIzNTUtYzBhYTA3ODY5YWFlIiwiaXNzIjoiaHR0cDovL2FwaS53b3JkZmVuY2UuY29tL2FwaS93Zi9zaXRlL2FjY2Vzcy10b2tlbiIsImlhdCI6MTU3NzA3Mzg1NCwiZXhwIjoxNTc3MDc0MTU0LCJuYmYiOjE1NzcwNzM4NTQsImp0aSI6ImN4aDFhRnVDM2ZrVTM0YlYiLCJ0eXBlIjoic2l0ZS1hY2Nlc3MtdG9rZW4ifQ.pKNJ82szxu1najgwY-N1YXmaJT2J0K-feV65ALwHqK8','yes'),('wordfenceCentralConnected','1','yes'),('wordfenceCentralConnectEmail','mathis@gostudiogreen.com','yes'),('wordfenceCentralConnectTime','1577073858','yes'),('wordfenceCentralCurrentStep','6','yes'),('wordfenceCentralDisconnected','','yes'),('wordfenceCentralDisconnectEmail','','yes'),('wordfenceCentralDisconnectTime','','yes'),('wordfenceCentralPK','ŒÝD¹pÖ0ÈÆ$\Zñ¡Ð\r>ëx€ÂýåŠY ¦@×a','yes'),('wordfenceCentralPluginAlertingDisabled','','yes'),('wordfenceCentralSecretKey','ßžšwÁqS„e©~Ù4ÎOâ—L­GO°køW oTl7ÏŠÖÿ„Ø¶ð¨D”=Äe12Há<˜¤;LÍð','yes'),('wordfenceCentralSiteData','{\"site-public-key\":\"6c37cf8ad6ff7f84d8b6f010a844943dc46531324819e13c98a43b140b4ccdf0\",\"wf-central-public-key\":\"8cdd44b970d630c8c6240c1af1a1d00d3eeb1e7880c2fd05e58a5920a640d761\"}','yes'),('wordfenceCentralSiteID','ea58319c-cd65-43cf-b355-c0aa07869aae','yes'),('wordfenceCentralUserSiteAccessToken','eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJlYTU4MzE5Yy1jZDY1LTQzY2YtYjM1NS1jMGFhMDc4NjlhYWUiLCJ0eXBlIjoidXNlci1zaXRlLWFjY2Vzcy10b2tlbiIsImlzcyI6Imh0dHA6Ly9hcGkud29yZGZlbmNlLmNvbS9hcGkvd2Yvc2l0ZS9lYTU4MzE5Yy1jZDY1LTQzY2YtYjM1NS1jMGFhMDc4NjlhYWUvYWNjZXNzLXRva2VuIiwiaWF0IjoxNTc3MDczODU3LCJleHAiOjE1NzcxNjAyNTcsIm5iZiI6MTU3NzA3Mzg1NywianRpIjoidXh1bVRLSkhqeXRsRVRFRSIsInVzZXItaWQiOjEwMzQ3OSwidXNlcl9pZCI6MTAzNDc5fQ.wzgk-YDYmC1n0hobx_av-O6ihOWlK1m10-bDV2qVJY0','yes'),('wordfenceCentralUserSiteAuthGrant','eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpYXQiOjE1NzcwNzM4NTUsImV4cCI6MTU3NzA3NDE1NSwic3ViIjoiZWE1ODMxOWMtY2Q2NS00M2NmLWIzNTUtYzBhYTA3ODY5YWFlIiwidXNlci1pZCI6MTAzNDc5LCJ0eXBlIjoic2l0ZS1hdXRoLWdyYW50IiwiaXNzIjoiaHR0cHM6Ly93d3cud29yZGZlbmNlLmNvbSIsIm5iZiI6MTU3NzA3Mzg1NSwianRpIjoiV3pvNUNJMEFjMGdSYXRQeSJ9.ty3ffdDe84cT2TtSWkpsK_NIM9tRLJCjC_jIzRVR4GQ','yes'),('wordpressPluginVersions','a:11:{s:14:\"contact-form-7\";s:5:\"5.3.2\";s:14:\"essential-grid\";s:5:\"2.3.6\";s:19:\"ga-google-analytics\";s:8:\"20201120\";s:18:\"hellobar_wp_plugin\";s:3:\"1.0\";s:6:\"worker\";s:5:\"4.9.8\";s:9:\"revslider\";s:5:\"6.2.2\";s:21:\"testimonials-showcase\";s:5:\"1.4.6\";s:14:\"w3-total-cache\";s:5:\"2.1.0\";s:9:\"wordfence\";s:6:\"7.4.14\";s:11:\"js_composer\";s:5:\"6.5.0\";s:14:\"duplicate-post\";s:5:\"4.1.1\";}','yes'),('wordpressThemeVersions','a:1:{s:7:\"betheme\";s:6:\"14.8.1\";}','yes'),('wordpressVersion','5.6.1','yes'),('wp_home_url','https://ruthsnutrition.gsg-host.com','yes'),('wp_site_url','https://ruthsnutrition.gsg-host.com','yes');
/*!40000 ALTER TABLE `wp3l_wfconfig` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp3l_wfcrawlers`
--

DROP TABLE IF EXISTS `wp3l_wfcrawlers`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp3l_wfcrawlers` (
  `IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
  `patternSig` binary(16) NOT NULL,
  `status` char(8) NOT NULL,
  `lastUpdate` int(10) unsigned NOT NULL,
  `PTR` varchar(255) DEFAULT '',
  PRIMARY KEY (`IP`,`patternSig`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp3l_wfcrawlers`
--

LOCK TABLES `wp3l_wfcrawlers` WRITE;
/*!40000 ALTER TABLE `wp3l_wfcrawlers` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp3l_wfcrawlers` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp3l_wffilechanges`
--

DROP TABLE IF EXISTS `wp3l_wffilechanges`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp3l_wffilechanges` (
  `filenameHash` char(64) NOT NULL,
  `file` varchar(1000) NOT NULL,
  `md5` char(32) NOT NULL,
  PRIMARY KEY (`filenameHash`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp3l_wffilechanges`
--

LOCK TABLES `wp3l_wffilechanges` WRITE;
/*!40000 ALTER TABLE `wp3l_wffilechanges` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp3l_wffilechanges` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp3l_wffilemods`
--

DROP TABLE IF EXISTS `wp3l_wffilemods`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp3l_wffilemods` (
  `filenameMD5` binary(16) NOT NULL,
  `filename` varchar(1000) NOT NULL,
  `knownFile` tinyint(3) unsigned NOT NULL,
  `oldMD5` binary(16) NOT NULL,
  `newMD5` binary(16) NOT NULL,
  `SHAC` binary(32) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
  `stoppedOnSignature` varchar(255) NOT NULL DEFAULT '',
  `stoppedOnPosition` int(10) unsigned NOT NULL DEFAULT 0,
  `isSafeFile` varchar(1) NOT NULL DEFAULT '?',
  PRIMARY KEY (`filenameMD5`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp3l_wffilemods`
--

LOCK TABLES `wp3l_wffilemods` WRITE;
/*!40000 ALTER TABLE `wp3l_wffilemods` DISABLE KEYS */;
INSERT INTO `wp3l_wffilemods` VALUES ('\0\"½¨¨{ª€sû :','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/headquarters.svg',0,'!‘´£*Â5ˆz<Û>?¸2Ù','!‘´£*Â5ˆz<Û>?¸2Ù','£)†.fÚÙ–’tïSÌc&Š?\nØé£{S¼ô¤ìç®','',0,'?'),('\0ß@uœ¥œ2¶îXç¶','wp-content/plugins/contact-form-7/modules/date.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@¶A¥ü¤7UDÞMilSî£','YÒ+¦ì÷ƒ.m ¼Yw{Ç”aÄ7önÇ‡ä)äõ}L','',0,'?'),('\0©Èe-:qæCÕò¿¾­¬','wp-content/plugins/w3-total-cache/lib/Minify/HTTP/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÔŒÙ\0²é€	˜ìøB~','ã°ÄB˜üšûôÈ™o¹$\'®Aäd›“L¤•™xR¸U','',0,'?'),('\0?Hê\0ÊE}ý¿¦³ç\"â','wp-includes/sodium_compat/lib/namespaced.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','01ÕÎèø”vnGœ¬\r ',']/r~úÊºO‚›‡Cîc§xB…€j/ëoµ˜UÙI*Ù','',0,'?'),('\0)4\nTYü¡d4G~¶','wp-includes/images/w-logo-blue-white-bg.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0öIÌkò|ûÑ¼ÜÓÇ','OœÉ— oµ“ñÒC«ŽAÒ/xŠ‡ Í<ê•Ü%4=?','',0,'?'),('\00öñ#Š9ýœ¬Z4Îj$','wp-admin/network/user-edit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nÉd4VÚ‹S~tÉ±¬Åº','˜oëá•‘°\"tÎy¼S‚¶°¦M8!9/·?Y­XË','',0,'?'),('\05gÀËÏê«”c‹0‰\"D','wp-includes/css/media-views-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8S÷”Æ”-\"ûÖWº°','°>Ù9È=9Ñý}ÂP¶ŽÇO½ð8+¦CßMÒ™ñr{','',0,'?'),('\06)EDQXônÖðW','wp-content/plugins/js_composer/config/grids/vc-grids-functions.php',0,'z†´ê)dßêoÃ/Wj','z†´ê)dßêoÃ/Wj','Éóde\'õ\"ƒûá¨¤² ‰è2±GÌ©bÚ6f¢','',0,'?'),('\0?[÷ìXd¶2ý,–3IQ','wp-content/plugins/js_composer/include/classes/vendors/plugins/woocommerce/class-vc-gitem-woocommerce-shortcode.php',0,'¬šMíÎI	ûÛJÏÁ±Ò','¬šMíÎI	ûÛJÏÁ±Ò','e¯æíù^w`’°ËÚVxiN¼jð=7 ª›Ú¬üOÂ¹L','',0,'?'),('\0C_\nìÂjD¨é@k','wp-admin/network/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+ï¦)õ˜&·cÔíÏ','1¾t/g7OÇ$›U~‡4n7¢Z\Z;uûÉ)¨dk¡¢n','',0,'?'),('\0G¸¥àM(çÒYlWzã!','wp-includes/sodium_compat/src/Core/X25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pZú˜£ËÄ:!„Ù¼Ñ','3í³l¦@Ùä™ú—o£-É3ö–ýS¦ÌàÕ&Ê!Ð','',0,'?'),('\0`Y±Ï­rG¦¦”„','wp-includes/SimplePie/Restriction.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[\"Óé~\'ÌÕòúŠ$|2*¾','ã>«3Ö	vj¯¦\r|\")\"÷5SR¹\0è{kßýËäã{6','',0,'?'),('\0f†ä›QJ÷¬˜,t­ß','wp-content/plugins/w3-total-cache/pub/img/button-grad-active.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','´›÷ª\r<3ûâÜTœÔL”Û','éì³TÏL÷aà_Çé.÷ÀˆYj©‡\'Ø„vuÊùí ','',0,'?'),('\0‰¬×õœ½ký0œD£Fh','wp-content/plugins/w3-total-cache/CdnEngine_RackSpaceCloudFiles.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"üM3ív/¬vBk7Ac…','û—îã7>3EüW#H<£ÇeVô¥±3øR†]­½ç','',0,'?'),('\0Œþæ;fóúQî=*Ç•Ã','wp-includes/js/wp-emoji.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*®—š‹Î×¶H;†q.½','º¦‹ë©æO´î)`5gòD?5F’!–ÈÈÎõ','',0,'?'),('\0ŽÎ®;d‡<N?ñ¼Åá½À','wp-content/plugins/revslider/public/assets/assets/svg/places/ic_room_service_24px.svg',0,'œ$ÃÂ!MËk(×ù…','œ$ÃÂ!MËk(×ù…','?ØÚ¹i&¬uãâV\'ÿÜC©¨òû\rG¯¦­áTEZ\"ô','',0,'?'),('\0™O˜—.bE@ûsC@\ZJ','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/award3.svg',0,'¥ÈšKÿ\ZN69\'ÐÂ&K','¥ÈšKÿ\ZN69\'ÐÂ&K',',¨ºõ¦KÁ¿€ç¸DÅQÊüÀcxþï¤0îm','',0,'?'),('\0›\nàŸí¦Þ3r¨äÑ','wp-content/plugins/w3-total-cache/ObjectCache_WpObjectCache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÝvBÁ›løêµ!šs&ËI','ß2GHäµfˆà6¢¤îUÜŒ,þÂkÍO®í','',0,'?'),('\0œMÀp\\D’úâËd©\0','wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-panel-add-element.tpl.php',0,'¼Ž3È!`Â!¢Ÿ$£ô\0','¼Ž3È!`Â!¢Ÿ$£ô\0','bJñ¯ôî9Ö*531ZÚ4ªª«k¸áý','',0,'?'),('\0ž9ó¿k5&åÙ™ 7N','wp-includes/sodium_compat/src/Core32/Curve25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','MÂkÝ¢A™ÛýD¬5zúyj','BQ©e!‹R±il˜ÐsÌnq¡ÒR41xë¤xê…Q!','',0,'?'),('\0¬sª»úÒåHÚÆ ß','wp-content/plugins/w3-total-cache/pub/js/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÔŒÙ\0²é€	˜ìøB~','ã°ÄB˜üšûôÈ™o¹$\'®Aäd›“L¤•™xR¸U','',0,'?'),('\0¯„Åôwì“±õ­~™½','wp-content/themes/betheme/bbpress/user-profile.php',0,'}³‹ 3e0‰»RÊPÖ	10','}³‹ 3e0‰»RÊPÖ	10','*ñ„Ñ#—êEþÅó­\n^œ7ÏS…ø”a4—™^Ís¨','',0,'?'),('\0Ç|9è×u…eäñá–@ƒµ','wp-admin/includes/image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÁåVGÑ¢t®Gè„gÔØ#','«aìˆŸ?h-d‰ˆoán8Ü^éê§![Ù×bP\rÌ/Ú','',0,'?'),('\0ËnÈÃÓ~£jC','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_feedback_24px.svg',0,'?Ó™`EC	 ¥-,êp','?Ó™`EC	 ¥-,êp','c3\rmpi	2ðS8¬â;hÈÞ	mÉzú','',0,'?'),('\0ËÇŒ!{Ož§ƒã¾¬u¿\Z','wp-content/plugins/w3-total-cache/UsageStatistics_GeneralPage.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','VùEp¦þ1vþ‡S5ü‹','÷V´üŒÜñ.(Óc¦ï&.[ÖzP…Œ¡6wæÓŠ¦{','',0,'?'),('\0ÐDø`ø8R¦ÇÉ²%†','wp-content/plugins/wordfence/waf/wfWAFIPBlocksController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','—Ò}éà`i½æÂyô–È','ÜÄÜTÜ¯¶øœë19^Õ»½P\'„L d%òk|×PØž','',0,'?'),('\0Õ ÚùÞ’A(·ö=‡\0c','wp-content/plugins/js_composer/include/classes/shortcodes/vc-cta-button2.php',0,'ÐYd?ÈOëGX;tá','ÐYd?ÈOëGX;tá','™Viz–Qû$¾r´E,¦ÿ´å4QÔŸÎ¶ìRyÛÎI	j','',0,'?'),('\0ÖÂÂÍ‡Äåø0zé¯¯x','wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-qtranslate.php',0,'ñz™Èà0]sõ°Å¼Y÷','ñz™Èà0]sõ°Å¼Y÷','dF1¬Ì``…qiLXGæîÝÌAµ@çêÑÍ¦','',0,'?'),('\0älDdƒÓýu^âáY¬â¤','wp-admin/user/privacy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','þd‚IºáòU{x1·A','Fªåu†X\0¾og«:~”ÈhÆé_”„5ÒËpítÒ$','',0,'?'),('\0êôçs¨Š£›EÝiÂ¹ã','wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/S3ClientInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@Ÿw(Œfªp–tc`é','#\'ÄÔß½d_pOýöñ¡uñµœO…¦¨Glq+','',0,'?'),('\0ó¨ÿuÙ~¸OÄ¼¿Y¿','wp-content/plugins/worker/src/PHPSecLib/File/ANSI.php',0,'–èwžo$Iƒ)\"¿Çz1z','–èwžo$Iƒ)\"¿Çz1z','š<OÈ#MkZFvLëÅjjgú”j™™_ì]»e','',0,'?'),('\0ü $Ééð¦Ó™\0Ö«','wp-includes/block-patterns.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','±Á\'×Š‘@~w\0¡5','1—üülmbšöÂEW\0ç„34,FË¯Ö ËQ','',0,'?'),('\0üÐÜðTA/ŽZqûx j~','wp-content/plugins/w3-total-cache/UserExperience_LazyLoad_GoogleMaps_GoogleMapsEasy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÊVUÑP‹æò$hð:$‡â','úµn9y¶œ¡®ŽÃe½Å£±aLeäož<QÐg','',0,'?'),('\rx+¦Uá÷áÚœÝ“¼','wp-includes/css/dist/list-reusable-blocks/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Õ.#q˜.ô8L¥E’Ùnd×','\"ÜLÆº™Î¬E\\ª‚d½è˜:E4\"[H­üuþ1M´','',0,'?'),('	4‹òrvHXaKpJ”','wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-post-excerpt.php',0,'V\'±–üWAªuTçÒ¼³1','V\'±–üWAªuTçÒ¼³1','|È…ÁÆŸ¦(ÍXì`ú\Z6‘\r,ëŸä~Íæî`âr','',0,'?'),('9bîÄÎýº¸Ó¢','wp-content/plugins/js_composer/include/classes/shortcodes/core/class-wbpakeryshortcodefishbones.php',0,'7êXÈGÍ0ˆy™_S€WE','7êXÈGÍ0ˆy™_S€WE','`]YŠpa‡Š6\\Ä¶\'!I ™JT£Œúßˆ‰ƒ}x','',0,'?'),('å8H±Xœ«Øjrã\n@','wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/RequestOptions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0\\xØUýÌñÏ£\nù…I\\F','DýYée^:&Ï^R<ö{vd:êýU’{­8','',0,'?'),(' .µs\"5ÇÔ‰x°’cH','wp-content/plugins/js_composer/include/params/custom_markup/custom_markup.php',0,'‘jÁÔ­Å¸7š?l}.','‘jÁÔ­Å¸7š?l}.','ÐÝõýûeß|å7Ãª ´®Ÿ:ôÄ4fƒ¦-Õô¥ñ','',0,'?'),('.³>vò¹Pê[1[','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/crown.svg',0,'\r·_/n\rt8tw•«ugaè','\r·_/n\rt8tw•«ugaè','¯†OEƒ`·WSÖKîÍ/ì¼qfLaÎ<•¯‹ø1¿™','',0,'?'),('1ýQõ½j·^é6rÛ&‚','wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2016-01-28/waiters-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lÞÇ£>›ŸxÂâ“xv;û','óEý[0=OÞÜù\r-)\r€ÃñRÇ 95ñå@’åH','',0,'?'),('5ödJfÉ#im\"O‚‰ü>','wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Psr7/LimitStream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gÍî•zgœª&È¥€','¾40˜\n½ŸETôC[¥øÜu& Ï&BWS\0ƒ´½','',0,'?'),('NQž\"*hzªrÃw|\Zø','wp-admin/images/media-button-other.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¥Q&T^‚]BB™g\'ùÃ','ý¡B\Zêr¶FÿÐ’Ã‰Pv-^fT¿,ÊÁ_ÂÉi','',0,'?'),('QjÛÑ_Cp.ð!X','wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Cookie/CookieJar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','˜\rý‹$ÿßUÝZîôG','õ†]ÜÒƒcZïM„¼d?©xïãcþ`êþèµ»6t','',0,'?'),('XýÉ˜y_ñ7¥XN/','wp-content/plugins/wordfence/views/scanner/issue-diskSpace.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ãåòÌ\ZúÁ.*:Ã®ˆ+¾1','–¯\ZÁúºÞ”Îeg)žòQRC‚äA‡mïÖõô','',0,'?'),(']³Öj‰ÇR¤þ‰X','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/AddressNotFoundException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','÷´//R·„‚áÌjãéÉ.','ö¥3\'X\rËo‘`/×ÓDØù ½é/òº3\Z','',0,'?'),(']Æ-m‡³-èsõ±SÖ','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_repeat_24px.svg',0,'eäéË¼»œÅjl','eäéË¼»œÅjl','ñV«7^æÍÐ’ø^û\"4ô»ú®º‡!vªv§ªÊ','',0,'?'),('gQY/\"JÂx:pa•Zô','wp-content/plugins/w3-total-cache/Minify_GeneralPage_View_ShowHelpForce.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}x8rRó$ÌCøÓðË','ì˜9ÜmXBÔ,íåQÀ\'Å±<©\'¨¿jÀQ{ëØ»R¯','',0,'?'),('h\ZçD×Pìë±³Úõ:1','wp-content/plugins/w3-total-cache/Cdn_GoogleDrive_AdminActions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h¿.\0ó<^î†™›W','àVK±º‘+ZÕ»•b:\rÖ<ŒœKÐ„$+—…ÑîÈ','',0,'?'),('nsWò‡Ýeœ}ÞÌÙ³¾','wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-zone.php',0,'~É¡‹§|cáÜ‘Ö=Dð','~É¡‹§|cáÜ‘Ö=Dð','„o/\0¸I÷Ð@9yþûwº#\"!¿‘€Ï|ÛUÜà—«','',0,'?'),('r±Äø¼ÜŸ—¬M²(#`','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_vintage_24px.svg',0,'sÚ\'\nˆÝ~…£—À4å','sÚ\'\nˆÝ~…£—À4å','Ÿ×Uux´—›„ëŠc„µZzþ°oBdÔj³ä:µ>','',0,'?'),('€fä’;èHB,³°î4+\Z','wp-content/plugins/w3-total-cache/CdnEngine_Mirror.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' L3êóèQWL\"íÖ’,',')¢ø­`XÖá…k~!\"Ád¤?õI¥$daêaHe™\nV…','',0,'?'),('ƒ\r£Ïá¡é±Ác˜éð','wp-content/plugins/w3-total-cache/Generic_WidgetSpreadTheWord.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','DØA4’^œÁNd·\0q','*Ê|Ô’¿-¬Úcœ©1I•>ŸÓ\'\"\0ª‡§ôÊ7¿','',0,'?'),('™TêhËÔìzPŸùré','wp-admin/widgets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','“iz÷¾kÂ””¯ý$]‰','ÿ \'MÇ‡)ûÖºmaÑ ¡fqÇJKç-ÿ™³œÈ¦É','',0,'?'),('™Ï‹Ð”\'OtûÊ—M;','wp-includes/js/dist/deprecated.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Œ?ÆÖ\0iŠ09×½','\r­.\ZÈ<ºT€Î‡\nl!Î(ôZÓö5,Ia þ?','',0,'?'),('­›Ï&>õürá ·ù','wp-content/plugins/w3-total-cache/inc/email/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÔŒÙ\0²é€	˜ìøB~','ã°ÄB˜üšûôÈ™o¹$\'®Aäd›“L¤•™xR¸U','',0,'?'),('Áù8Hb¦MAïõ–','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_translate_24px.svg',0,'\n˜gòÑøQ¿O¥cù…','\n˜gòÑøQ¿O¥cù…','ãòÛÎN‰v^¡?Ž„ÁËŒ\0ÐmS*)Úii}=‚_ ','',0,'?'),('ÉX|_ÕÈwcÓ:©j‚ÑÀ','wp-includes/blocks/search/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S–Ð_h[j¥Ò74¾*÷','¹ü¦µñ•K¼Áé»¢~}ƒ:R¹ëÁ1Ã“¼\\D¬','',0,'?'),('Ó<ð/ÝJ¦ù+X^^¦','wp-content/plugins/w3-total-cache/pub/js/widget.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ùv\\¼ˆð‹Âa…y´','ç.ìµqa²Æ‹Ñ®\\Á“O¿.Ìu` #¿‰ˆq','',0,'?'),('Ý†Mã8fn\'OP¸¡ÚÆ','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_column_24px.svg',0,'$\r{\"\0zßz^R‚8Ì','$\r{\"\0zßz^R‚8Ì','õöÃyÇ¹vÖTèiÆ*gP°^ÀÄÒn`Àòo‹yË','',0,'?'),('äèE?tB9b—vF`1','wp-content/plugins/wordfence/modules/login-security/img/loading_background.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¬ô\'é2û”p\nK‹X´ì','ÍÎŽ%XïÅ–F¼ÿçÜò1sÏ;ÀÎLëzrç’»','',0,'?'),('êìž&—elü<ÿâ ‡Ó','wp-content/plugins/w3-total-cache/Cdnfsd_MaxCdn_Page_View.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','½÷\rÍÕKhŒð:ÍAÀÝ›','`—˜«©éHÈÆ	Å ­-	$’Fxö`ÅåaÈñ!','',0,'?'),('í \"±\Z-þ©(baö+¢','wp-content/plugins/w3-total-cache/lib/Google/Http/REST.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/ÅGšº8~•\nµþÖ\0í','ö4K£$ÙUßz)ž·#	†–ad\r¤ÊN_ó®Ù?\0','',0,'?'),('ÿkªú(\0’Ç­ßM„','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/browser02.svg',0,'®_]ý¦$_èB„‘ÿå','®_]ý¦$_èB„‘ÿå','A={9©Êš¢Ú¹s‚&þCËJŒ0ýžñKGw=AùIW÷','',0,'?'),('¡¹ø-‡ï§<$t`º%','wp-content/plugins/testimonials-showcase/includes/class-layouts.php',0,'&ÑÒëüñ›L@¸\\ôJõ','&ÑÒëüñ›L@¸\\ôJõ','ob6‰ŒÂ?Våø¥BÞe÷8Ã.k÷Þ=¯#TÛ','',0,'?'),('>AÞXêÉa¶s(~','wp-content/plugins/contact-form-7/admin/js/scripts.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ZògšJ]£,§sÛå','2\'pÃŽ*éŠ¥\"mð¤†7V\\|\"ƒˆœ¶em3¹«','',0,'?'),('t]•ÙŸuÃÕuÛüåjû','wp-admin/images/menu-vs.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q™€òLð,_¥;1/ïE¬','G²iH|ü×)¶E;³½\"_ã;Ô£4Ô»w”lyÁ','',0,'?'),('¨‘~¸w`²5;Fã®®','wp-includes/js/jquery/ui/effect-size.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÿt(¢ð…æÝÉÀD','¨[´9Eß3%§ï4éFø9æóˆ:³uÃ˜ÿ~j9þ','',0,'?'),('ô=üðq¯\rljA+','wp-admin/user/user-edit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<D\0Õ\n#ªÃÙE—ð³ö','Xðx no÷{\0Á¯\\²Áäž¿Øòe[íýãjZN','',0,'?'),('$wËè—À:ã‚PçÂ','wp-content/themes/betheme/functions/meta-template.php',0,'?ìÕ\'Úö˜\"ýÓ¢6òÉ','?ìÕ\'Úö˜\"ýÓ¢6òÉ','gVZ‡”!‰x«Ck\nÒT2ëG§ß±Üà?NÎp¢þ','',0,'?'),('<)8T*.SuSÒÄºŸ','wp-includes/SimplePie/Cache/MySQL.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¬) ÷ÛfzìÉCÃ0¤','	åÍW¿ÇA¶ôû2LhÀ` ®âi²%ivä–2þÃëÞ´','',0,'?'),('HCƒìÜ!ó«ª\"(ˆ','wp-includes/js/tinymce/plugins/compat3x/css/dialog.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ªwyBå´ï•oÃ|íØ','ŒÃošèJj$²þsc€ÿRíÇQ³écÌÍä¼Fîî…','',0,'?'),('Jó\rÓ·G>û‚„õ','wp-includes/class-walker-page-dropdown.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','³tB£B2Š[eJ·é5ßa','Y•Ds4¼I<ˆêðÛAòtìÈƒ±³©\Z‰–G†åÃ.','',0,'?'),('MÏÿ`>H¾~äÒõ2G','wp-content/plugins/js_composer/include/templates/editors/vc_ui-template-preview.tpl.php',0,'¹‘à7a×û­¥‰Ÿè®','¹‘à7a×û­¥‰Ÿè®','~ø\nÅä—ÜÇ\0)\r3At5›_uF†“ 9yÇYb]_','',0,'?'),('OºP•ðô0åë±-îP˜d','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_phone_24px.svg',0,'8WFKE?Úm·TÌDvÀ','8WFKE?Úm·TÌDvÀ','äT1¥xçì.¼ÏÚ~cƒEóbÔGAŸë“v','',0,'?'),('Q^H\0í2Z\'sE–¸›','wp-content/plugins/revslider/includes/InstagramScraper.php',0,'~Õ¸ÍÏSY ¿Ã;','~Õ¸ÍÏSY ¿Ã;','æTR^é`<5\rQÔÝŠ×ò»ªø7-hª×ìóÛQêø<','',0,'?'),('i?£³äRlñk”g‡`Û','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-acf.svg',0,'À¤‰¬OBÆ‹T\n¼“|ÿX[','À¤‰¬OBÆ‹T\n¼“|ÿX[','}î\Z¢¨$\\±6¸éy®ÖÊ,ÂúN1O½xo_‹d÷','',0,'?'),('p×‚üf/ITªSÿ;Ô','wp-content/plugins/ga-google-analytics/img/250x250-usp-pro.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','äùô2Tâûª-ÀeÊ¨T–','˜x¸8P#¤Ï3ªŸªViÉA]T£;±K‚Ò^¿µD','',0,'?'),('uÞÇs¶›y6\'v,ªÞ=','wp-includes/js/tinymce/plugins/wordpress/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.£	¼¹€úÓo®¦ÏŸk','Ã6Ö\'Q­5n:•EÀàða“Y„aœLÛLþžA5A','',0,'?'),('ö\"ÅqUy„„£9ì%Q¦','wp-includes/class-wp-matchesmapregex.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','°¥Q·„ÝdÌšw$<é¾¦q','9çlÌ~ø>S5]8óÙº–Éž£©ºFiJ•±‘¦ØZ','',0,'?'),('©V÷lw:DÄfäú‘„ ','wp-content/plugins/w3-total-cache/Util_Ui.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1N+£´#¹MQoª~…ÉÂ','²pa*q—ÉÀWÝ½äº¼­\0ðõüÒ¼?ÆU%ÇÉÿð','',0,'?'),('Ì ˆûþÈK i–D“Át','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Salsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ØÊæÍÁZzš#Hèç²','n]¨ëx“Ë¶º«¤\Z_ÑªkÔB³-a½&½Ìƒ','',0,'?'),('Ð\ZÙ×¢¬$@Â+ãÇ6Ùé','wp-content/plugins/essential-grid/includes/assets/default-grids-210.php',0,'æJc>{ ¾©}¨±~í³','æJc>{ ¾©}¨±~í³','`›àá¥\0M”\\ƒ6eµÁµa(”ÑâR½ØóvÎ','',0,'?'),('Ô„È×†°k€¥æŠœk-','wp-content/plugins/revslider/admin/assets/js/plugins/utils.min.js',0,'…°i~\"–ùÓyLÀ4§L','…°i~\"–ùÓyLÀ4§L','„Ê[j™v®ÑnµÿO8ß8T¡W:)P¼ ËŽ	û','',0,'?'),('Ûœø—Üîf•õÞ—£Î·','wp-content/plugins/essential-grid/admin/essential-grid-admin.class.php',0,'ŠKm¨Ã:­¸$¥¨N','ŠKm¨Ã:­¸$¥¨N','‰”!%Ls:d]”Jp=b	+â¹´ý9^†æ²ã','',0,'?'),('Þ”ä¥ê7™&‡òÈ€','wp-includes/js/tinymce/skins/lightgray/content.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','•¢•\\PIýÉ¥ØØ<\\ˆ¹',')õY@Æu&åKg¯¨\0?«ŠÑ\\F\'ÈX0ÃÇˆŠ','',0,'?'),('ÞÎ*(³“*­+¯Wj”cp','wp-content/plugins/wordfence/crypto/vendor/autoload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','œ£3Ô¿:á“V«	˜ŠU\'','“»ö|<ÑÔþP*tg«3dYsÏß/‘€ûÐø‘','',0,'?'),('ë85\\R­¤qoò-©³Ù=','wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/WebServiceException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h‚àÑâ$x /™Êó½é','Ï<b®ïob¸‡²—nAËàçE¶þí7_ÊïGK','',0,'?'),('÷­0rãˆH\"áYK]T·','wp-admin/css/site-icon-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','øüúšLDR‚É*™','Yin>jœ#íKõN%8TP†³ÝíO_ƒàê,','',0,'?'),('=$l.“«~˜”A:','wp-admin/images/freedoms.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e\rÑ$˜]ðO{ð¢ðý„','˜ï \néí¬9æ)Kb}«Sƒp¡ÊåŒMcPžAYX','',0,'?'),('ÌÊþõd•xl¤‚èý','wp-content/plugins/js_composer/include/params/vc_grid_item/editor/class-vc-grid-item-editor.php',0,'Å	¼l,ÉOáµrûCR','Å	¼l,ÉOáµrûCR','Èüi÷Nö·-Œ$E:ÀÖoUaË^L~×e2&}wØÄ','',0,'?'),('!UÁ_\\›mˆ~>‘Ü','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/smartphone.svg',0,'%ãXëá“7˜EZ%>','%ãXëá“7˜EZ%>','ìÔ¾^`ÆUipm¯“Ðý\ZG¤yìfg§ˆËðQ|H?\"','',0,'?'),('(¿€—Ñ™—ÉÚ\0H<_','wp-admin/includes/nav-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ø³°F\0ŒÝ~ÂðËúY‡','™\\^Öú\Z´éß¹¥b*j¯£R	²Úp<#~%7','',0,'?'),('1:¹OG˜ì¶€ù \\M}','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_cancel_24px.svg',0,'BÑ.RÒpÂcR1ºè[q','BÑ.RÒpÂcR1ºè[q','i?Mø®™‡OQz3ç¿–ãÆ$ýî.ˆ|;†ÿž²þfkÈ','',0,'?'),(';j\":îcÄÛ>3Óõ¯~›','wp-content/plugins/essential-grid/admin/views/grid-custom-meta.php',0,'W>ËRéT;•;ÚêÖâ¸','W>ËRéT;•;ÚêÖâ¸','›ªŸžäÒÒ×$jò_¬íxÎ¬~Oü4&OŸÚ*–fÖ','',0,'?'),('<.¦Ø4v·äc™\"`¦t','wp-includes/class-wp-simplepie-sanitize-kses.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0s‚7Ì^õGUéöÆ_','íEJí\'{6i¢ºé|ì«~ñc¹Ê/òl','',0,'?'),('?RÄFðêl“Û•:+8“','wp-content/plugins/w3-total-cache/UserExperience_LazyLoad_GoogleMaps_WPGoogleMapPlugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ªóÜžm	ä†¼·Ótµ50','Lý¿	cÿ(¬Eéfšg²\nnD+óŽPwIJú9Vi','',0,'?'),('Hz9„8ÃeVŠÍÑyRs','wp-content/plugins/js_composer/include/autoload/vc-settings-presets.php',0,'|[zÉû®wÝKdœse“ë','|[zÉû®wÝKdœse“ë','…ž¸ÙH±˜‰sÃMšt¥*Ü+â‹öÃ$®Â-r7','',0,'?'),('K8¬Ö¸ú†Yõþ†d¥ý','wp-content/plugins/w3-total-cache/lib/Google/Http/MediaFileUpload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','”†Ã[¾Àû¼œ[ŸÚ','ú¤bäŽB·ACMÿ¡{%<½h…÷Y¤Bé	','',0,'?'),('KRÂx\'Eó´%-UÎ%2ƒ','wp-content/plugins/w3-total-cache/lib/Aws/Aws/CloudFront/Exception/CloudFrontException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M@3jORùù¿ù^Þ.ô','‚RtÅ°Ú{àZ¬¦Žj@J”‰abPQª\rõ.\nY','',0,'?'),(']àŽ¹­X ž¡ˆÚÄÈH','wp-content/plugins/revslider/admin/views/builder-slide-forms.php',0,'¹í8E®FÉç±·eÿª?Ì','¹í8E®FÉç±·eÿª?Ì','ùI-QAg9UÙh&dÃ	EDv¿±­¹ý:','',0,'?'),('iµOü	Ò0@X(Y ','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart08.svg',0,'œ«6`½Iy¦{4 +þ|o','œ«6`½Iy¦{4 +þ|o','XÝ5­¹RÊ©è{G‘Àœ:ÿºõ}Aç¦\0^ËŠ¤','',0,'?'),('iô¢PÃ™û–ld\0ú‘','wp-includes/css/jquery-ui-dialog.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#|µ\"ÕHr`r=>Î','&\\jÎnºî‡\'Æ@Î½çßâ€ðÙî,â×õ)\"Š†','',0,'?'),('kñž¯4cí°µáóÐ5<\"','wp-includes/js/dist/autop.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1{Yí—õz“(•áno2','½ºæSOP\rën‡8U²L¢Í\0u ¦¾x¯ú›	','',0,'?'),('vïDS€k“ÑÂ]Q:¥V\n','wp-content/plugins/w3-total-cache/Extension_NewRelic_Service.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Óîmx^_ t)a‹\\®','V?õ•ÀmÕá[Ã»”ñž¤Õ 3Ë<®G—v4\0','',0,'?'),('•Áµ\r\Z	ô…±0ƒ','wp-content/plugins/revslider/admin/includes/shortcode_generator/gutenberg/src/gutenberg-block.php',0,'ë9ðxJ›¥yþ\rª!È>','ë9ðxJ›¥yþ\rª!È>','¥˜ø]©MúŒ=ñGŸÃEŽ‚É®\rM»nÈ–4+°','',0,'?'),('™Xá‰ÂqÉ³“è‘‚I','wp-content/plugins/js_composer/include/classes/vendors/plugins/woocommerce/grid-item-filters.php',0,'˜”H2Ev{¯#PC¡¦è','˜”H2Ev{¯#PC¡¦è','³?˜ÎTuv\n§âhÜÄ\'Íi0¤ÁÔ‚((1‰ŒjJÁ£Š','',0,'?'),('ÎÞ[Ê`¾.WP§A','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_flag_24px.svg',0,'íâL‘h›2ôà~Õà· ','íâL‘h›2ôà~Õà· ','½„*Æ]4\0ÊAt°J[î“Ô.vtŒ‚ž[¹IŸ®Ñ','',0,'?'),('¦3~fšß§Ñè—ƒ¾ có','wp-content/plugins/js_composer/include/templates/params/param_group/content.tpl.php',0,'\\Ï Àö0¿T¿˜¸|S¡','\\Ï Àö0¿T¿˜¸|S¡','?@“’‹zŽ IMÏ=w´QÔî–ôH¦ŠçrÞÁËi','',0,'?'),('½Ûs» ‰c5þpRS','wp-content/plugins/w3-total-cache/CacheFlush_Locally.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','êgŒÔÿ9M¸b©|¦Îê','¯˜ñM¬ÆmÉ .Þ§÷ Ïl°®¹%„‹wœ³Ùƒ*','',0,'?'),('ê=­MÚÜV*bµrãxf','wp-content/plugins/js_composer/include/classes/shortcodes/vc-video.php',0,'”wŒ;FÒÏ¦90¥9}C','”wŒ;FÒÏ¦90¥9}C',']à_¯t7¢}älQ\'ƒÞ§*£G0ŒÔþõ|€|PïÎžÊ','',0,'?'),('?2ß\0QÉDfòUE8©9','wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/Exception/S3Exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','çf@Y¶ysqÑÿîò0†¤','²ëÚ\rjà¥‹G‘” ÀZ[5È©£XöS›ÂªyÊß','',0,'?'),('\n‘ãïù\",×ÉÖ¢ë’’','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_ring_volume_24px.svg',0,'5q*ƒ¡añp€~«Ï#[á','5q*ƒ¡añp€~«Ï#[á','‹òÒ=<^Ü\"FÝ¸@Ï³:yòüÙñOµÑ8îon','',0,'?'),('\nãÕ9ÚÅíd•›w9ò','wp-content/plugins/w3-total-cache/Cdnfsd_StackPath2_Page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','–¢¶Uð”\\‹JÜÏšo','4¬•#u•VO	ë}_YÞk×|á;‹°ÙoÒ7gœM','',0,'?'),('!›”È@|˜4«°n­ô','wp-includes/class-http.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Yò	¹.WÞWO}0Ífc','n_ qhi }Í¶ÈÑ‹Ðô‡\";ywƒµì÷\Zëam±','',0,'?'),('#Öc#BkÏb-,ùLÎt','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-article.svg',0,'iÔ‡|š!H…¾·G<','iÔ‡|š!H…¾·G<','XµcÿaL+ µDŸg:6Õ”tõÏðœ\'8_é†ÐïT¼','',0,'?'),('\'Úž\0;¾¿?Ã+VÒªÎ','wp-admin/network/edit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','’­÷Æ=¤Ý#L˜HÝÄÊ','qµ/*ß²3ñ ÜxþS¤¥¶~‹.\']wÊïk¯,W','',0,'?'),(')cìRÀYÆG.Th:[Ï','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_tab_24px.svg',0,'Qã³3Ó7}$nËrHNý','Qã³3Ó7}$nËrHNý','ØJ­Vd.8;›­4³yÁLÖ§}?ö÷ç×£†PÛþ/à','',0,'?'),(';pR9²¶+óqpÕ®','wp-admin/includes/options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T>n?\0-”‰ý”H×$CÇn','Ñ†e@óõgÌ’³¬†%kO\Z?–xŽ,\rg‰eËˆ','',0,'?'),('OOuÆ|å©tCÁ$—ßp','wp-content/themes/betheme/bbpress/loop-forums.php',0,'SQo“vâôÑå_a=','SQo“vâôÑå_a=','õÂödI¤*…,¢÷dúâ%éídñVŽ‚L','',0,'?'),('SÇhÐóÅÓŒ\0–å³È','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-category.svg',0,'¹ÒsñGÈí¡›Ôh)Š¼;','¹ÒsñGÈí¡›Ôh)Š¼;','})ò¦çÔ6DòßR4Á8½ õý†Ï^BœB}Öâó\'','',0,'?'),('VãóU¶PÚ”Qa1àæ','wp-content/plugins/w3-total-cache/DbCache_Environment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';ü¸H˜p–Ä)¯0\0¥','üÅét¸.ñæ66”—ü¾®F5z\\ÓÀ°ïö±D:Ä¿','',0,'?'),('p´˜\nƒ-å\"õl\"l´—§','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/character07.svg',0,'N+ãr\nO9¦dà¹','N+ãr\nO9¦dà¹','‚~ÀócEt«.³kz%0‡J°èÒ/Í\Z …{ ®','',0,'?'),('qÏhâ |WPÐ8]Š?£K','wp-content/plugins/w3-total-cache/lib/Minify/YUI-CSS-compressor-PHP-port-4.1.0/Utils.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6ñÌÂH}«T!+µ†½â','§ÑDÌ¯roÿ’n‹>a[7Y™£1£P‰öÀÂ.ƒÅ','',0,'?'),('t•NˆR‡Uz5M/?','wp-content/plugins/revslider/includes/Unirest/Exception.php',0,'¦ð§_)æDLçÚ@\";\'','¦ð§_)æDLçÚ@\";\'','¡S¶–ÒµÐ’dn«œïS’nÖ5Ê©¡“âØd\'','',0,'?'),('xàó‘mü€¥\0Þ~¶Â','wp-includes/customize/class-wp-customize-nav-menus-panel.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ò$êKÍž‡u	QÁ¶ äp²','É/\'V\ZVtb\"˜“ÙdððØés\"eö@áÉÓI<','',0,'?'),('íï$Oåò¦v\0(¬‹Á','wp-content/plugins/js_composer/include/templates/shortcodes/vc_tab.php',0,'É±ûá„$k·Âûpî','É±ûá„$k·Âûpî','ñ2ÆhÒpqp\\(7¤µX4$Ñ¢#–ðÓç–','',0,'?'),('Rå.<Õãzm^)€i','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_alarm_off_24px.svg',0,'BJº‹ÀÄ¶íäw<úrø','BJº‹ÀÄ¶íäw<úrø','­“§o#eÒ‰(f³½©RÇÙ\"Ç®Ô ýüéœŠCNÿ','',0,'?'),('œ†÷ueªÃe\0 î¦','wp-content/plugins/testimonials-showcase/form/form-class.php',0,'¾¼×Õ‘?ôª‚[óK¨Y','¾¼×Õ‘?ôª‚[óK¨Y','pDU5Ù“Ù¥Ó—¬n¢\0›~9,Uÿ¨ë\\º','',0,'?'),(' úà\nî#T¨ê?×»ìË','wp-content/plugins/wordfence/views/scanner/issue-publiclyAccessible.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=3n.ZK7æ¡Rb~<„ò','LòØ–ƒknëðHNž\nêÐ$ú®¯§ÜÊ¨š#½«ñ','',0,'?'),('¥¬Œ˜\"@OˆwQ_Ü¨2M','wp-content/plugins/contact-form-7/includes/contact-form.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','›C<Õ‚1?bá$¬ÆO','§›\\]ø^óýcãÖá­9`RcQwtTò÷fª','',0,'?'),('©’]/[liKÝD/»x£','wp-content/plugins/w3-total-cache/languages/w3-total-cache.pot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ZÐnÆ3©-žËÝn“¬Ú','ö‘#vE¹ÎçÈ1ÈŒ^¿-ûuƒ˜KD2¨Y','',0,'?'),('«ºi.ß‡*Óæ	Ž','wp-content/themes/betheme/woocommerce/content-single-product.php',0,'mHt†ßB‰B5Ë&ªØä¯','mHt†ßB‰B5Ë&ªØä¯','5“îËí¼zÂow9+=Qê·ª#‡}\r@t½Ñ\n%Bi9','',0,'?'),('°Ãš2â±ûdÍ=','wp-includes/rest-api.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¬^±¹Æ98~ïë@C','päf|à«o.×þÐvƒç2Vð6ùQŠÏèUÏ¼Ï=•Þ','',0,'?'),('·P\0\'Ø0l§Ÿ¯vÈ#J<','wp-includes/js/jquery/ui/effect-fold.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¨•&¯¶LíêÑRçÉÏ<','„éCÎ]*\'öWŽ\"¿Ð¾¹•ÈØVéŽJqŸô±°Î','',0,'?'),('È„”ÎÓxy¨åõ‹Ö','wp-includes/js/tinymce/skins/wordpress/images/embedded.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','õª pÝN¢Öy~Ãn\"','¿{ó¹uÕxÓ\'‹ÀÂ¡J¦Âº@i\"H;ò]6h','',0,'?'),('Ïª·[Æaô…|Óò„ô','wp-content/plugins/w3-total-cache/Enterprise_SnsBase.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÝŒ\"0}vå² ÆÐqy','—•ãM»Å2cÒâ3Œ=ñÅ¥ðºn%ófÒŠæð','',0,'?'),('Ï´ 3P`#8^ÝÖZ','wp-admin/css/colors/coffee/colors.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÓDÏ–Þ‡È­è?Ñhéú!','îý´&ìßcÚ¢3u4)9›‘¶× Ê®_©X‚ Á—N','',0,'?'),('ÒG¹#ô;\"LÉ%„úÅ','wp-includes/blocks/categories/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L—ìquâ¯jYëóãò>','%.VÕ×Gd^ yT¶…˜ç‚=sêý<×¾m#S³VÎ','',0,'?'),('àÏ$U·Š\'øHÃ¨','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_watch_24px.svg',0,'èæ•Æ<(ñÌå!Zyg¬','èæ•Æ<(ñÌå!Zyg¬','~vÖ4ç°åÈ;Œí0³sÑëwULAk…÷ÒD$³z+','',0,'?'),('ìgIÍ€]ƒ••GG[E','wp-content/plugins/worker/src/MMB/Comment.php',0,'q‡ìÉõ”>Ô‰N—ÑM','q‡ìÉõ”>Ô‰N—ÑM','+¬ou$ù$³}µCô‡ÍÜ©\"³“º¡ÜT,4°^ÉG','',0,'?'),('ï¬ÆäÃ%ºñÿÓr?','wp-content/plugins/w3-total-cache/pub/js/jquery.masonry.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','„ÏŒµEO¶S!½«AOÁ~','©„Ä@òêCÝ”ß¡<ö\0ÿØW<\n@~nÅn‡ÿ3Þz','',0,'?'),('ýìŸVÞOþñC¾$þŠb','wp-content/plugins/w3-total-cache/lib/Aws/Aws/EndpointDiscovery/ConfigurationProvider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}äW%üÁ=„Ê¢ezJ','š:	\"rÓ¢á®RÌ¹½,ƒ¼“¦[5Î/Úî^Ô','',0,'?'),('Ý¸„b°°8û›|I)','wp-content/plugins/essential-grid/public/assets/js/index.php',0,'ïá{J!u?}îçs•','ïá{J!u?}îçs•','AuÌƒµœÄ`ü9‰7}bŽ>MHêÃíJHhåûÎ|Fj','',0,'?'),('âo­Oš\nU—„©v<™à','wp-content/plugins/w3-total-cache/lib/Google/Auth/OAuth2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&µš`£·Æ6^§\\Œ®à#','Mu—Cô]°-ÔŽi#m’®q7¦v•Ðc s\'®õiýÃ‰','',0,'?'),('\"’ŸNß¬jj)…Ÿ\0Œ•N','wp-admin/images/menu-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jGÿõþâù{¿>¯^;$‚Ó','–2]yâ×#h½âÄ2ö9ø> ^s€\rHå	\nÛÜgšÃ','',0,'?'),('#p`C$3ÚŽƒ%\0¤5','wp-content/plugins/revslider/public/assets/assets/svg/file/ic_attachment_24px.svg',0,'‹Às–{&\"vç¾¨ÔÊvç','‹Às–{&\"vç¾¨ÔÊvç','^D³¥î…KæÓ9@OªØˆk¶®–xÅWÄù','',0,'?'),('0\'ªü`ûácÀ2_Ï','wp-content/plugins/revslider/public/assets/fonts/font-awesome/index.php',0,'ÔŒÙ\0²é€	˜ìøB~','ÔŒÙ\0²é€	˜ìøB~','ã°ÄB˜üšûôÈ™o¹$\'®Aäd›“L¤•™xR¸U','',0,'?'),('DÁð#¿®ðz ¾»åˆ','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/MapShape.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?ž§aÍ-Ÿ†(O?(ôÑX','L},ÊÀÞ{K&UÛUQ©e“W_¸{VeÐ#÷SPÀ((','',0,'?'),('Q1P2¡•©	\"û‡³Bš','wp-content/plugins/w3-total-cache/SetupGuide_Plugin_Admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`t]%²½h‘âqÛAþ¾','8q]æ!z²Û9>ç>éñäÐo=ç7Ò¢(\'Ô','',0,'?'),('[&Scá3Z…6Dð—~','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_clear_24px.svg',0,'­ßÎFî¤Ì_\Z¤d«˜\"','­ßÎFî¤Ì_\Z¤d«˜\"','Mþr‡Y5tÁÙJ¬ Î$Y¼I Å?‚ì¾Àìà•^â','',0,'?'),('fèÃç¾U3£õ:±Å','wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Handler/StreamHandler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vu€r·ïÈcsÿaØ¸','BE±ÕÂ`æiÉEÀ@5fÇéz‹ø&¨õZ¬Q 6¢üB','',0,'?'),('q¨ˆã_\"ñ1ÉF','wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÒC_Œný4]hc·ù3»?','ÉwD†ZŒîsœJ¼Ý¾² dÓšðK½ÊöÛNÒ‡','',0,'?'),('tZQ¥Yz0…ú½ßè·«','wp-admin/images/wordpress-logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Æ°ùy¹æoÃ8ôË8S¥`Š','bxÃLüPÍ°éâ=^’íå÷¹aõmÏÅñº»1i³ß','',0,'?'),('€‘0qÉ@NÂŒ>¯ž?Œ','wp-content/plugins/w3-total-cache/inc/options/minify/css.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A7¼Ÿº|÷‚}–Y×Õ \nž','8q\ZýÔ®½·Ð6#1\\â¡Dè¥bQ–u-S‹¿‘G','',0,'?'),('7ûú·²_•èÚ}š–\Ze','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_voice_24px.svg',0,'d¶1ç*¦Ò±’ŠÁšß¾)','d¶1ç*¦Ò±’ŠÁšß¾)','×§{zY¾Ð ª€£^\0˜R÷‘ÚàqüâR%<°)aÖ','',0,'?'),('•Õ>œ¹3k-Ÿ–	Ë&','wp-content/plugins/w3-total-cache/Generic_WidgetSpreadTheWord_View.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rô~Çè°Q\'„HYïø','ŠPÏ˜)Á¤e\nÏÝ»9µ¢Ððô[²ê©ŸoÂ(®š','',0,'?'),('œý—k’5SHåÐçÐ«','wp-includes/SimplePie/Author.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?ÿ˜hK\0ªkÛ1ôÊÂN\"','N©¿Ä\\üÏpt3‰ÚÆŠ+,lù\'ÐcOQ+Î÷ZŒ','',0,'?'),('¢ØÀeßbWüA0Ïd','wp-admin/images/comment-grey-bubble.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y*\'´‰°©tÀ¶²F','7	®y²ñ®Œ¬ÐèU{Ã®¦ˆÔŸã‚Å`¡§]m¢ó','',0,'?'),('¦~Aó}C¡y~,sJ4“t','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/shopping-cart.svg',0,'è·Ä\"5K$zoZPyF','è·Ä\"5K$zoZPyF','Toÿ‘y“½ƒ\\’”*šã|L!„Düë£TMÄnÜá','',0,'?'),('¯ÆAlÔáoFøª<Í','wp-content/plugins/js_composer/index.php',0,'ª¡Þ?lšª¸¬¾Š¿08K','ª¡Þ?lšª¸¬¾Š¿08K','©I1I¼l”\0Ú‘òûéªGëŸ¡$js@ËUèÇ„$@w','',0,'?'),('³•[©ŒÂ4âò°?s','wp-includes/css/dist/block-library/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¦sìý0ŒÏÖ®pÙM‚\nX','¥‹êêç›šÐ|§VS^KÉ4î‰ßèªjP¯ßû>‘','',0,'?'),('ÁTN»Ò\rò•~¸g','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/MultipartStream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¦+¢êmW¥ýÞuA&_JL','ËøÁ†wŠ-5$æ†ªjTcî’)ÕáŒôÖ´=î¶îì','',0,'?'),('ÄIa»\nØŽš–êÐa','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Í¢¾>\Zëð°\Z+•,','*y$˜MQ[qÓ:héš\"îÀù)£XTC\0ë\\k','',0,'?'),('çXÍ@+»8–Lÿ','wp-content/plugins/js_composer/config/grids/shortcode-vc-basic-grid.php',0,'ì®;ÓXï”öWÏ>ÑŠÇë','ì®;ÓXï”öWÏ>ÑŠÇë','•%ly3Õª‚ak@\\,˜¶G© uy×_°»/¿yÐÞ','',0,'?'),('ôÕ¨\n¬phjia1‚¨ÿ','wp-content/plugins/js_composer/include/params/load.php',0,'…+\räc‡ã‡Á]VóG:¥','…+\räc‡ã‡Á]VóG:¥','UL*\rÏÈMŽþï×^fä`¶ùÛMØ~Pº[','',0,'?'),('õï´â·\\^¼s,èz(','wp-content/plugins/wordfence/lib/dashboard/widget_tdf.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2²ÏÝ½­\'³p[Ua‡H','·Ì?â}Š ŠmwD‡qnŠì2R†€\\¸','',0,'?'),('ÃEÞ)X­Ø@3Ê1W','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_open_with_24px.svg',0,'_s¶úËó[È-+f0','_s¶úËó[È-+f0','vså™7‘·îeÁYº—¡Z³<ÝÃý€\\äT','',0,'?'),('mÉqPoD0â*ÍØL','wp-content/plugins/wordfence/lib/wfRESTAPI.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ä\\8÷ÓÃHÁ …miü+','+›‡+ùÆŸ­íü0Ñû®Í‚b½=þÿ¸[ãœ”¸','',0,'?'),('p†1KM³,órè›ÇN','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_pets_24px.svg',0,'8MÊ¨®æ!çGt\ZŒpP','8MÊ¨®æ!çGt\ZŒpP','|_ãìm ê-™°Ãe÷…9UëQ©þâwiEîRÛ­.','',0,'?'),(' û,eO¢šËz‚Ã‘•','wp-includes/customize/class-wp-customize-site-icon-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ÿ$0VÊÏñÊè<','(V+€Á«g÷½]Õ!Ÿi‡}wžÇÁÅ¡)ÏÆ5m>-þÍ','',0,'?'),('+wýÕº×W†`°Äj\'¡','wp-content/themes/betheme/woocommerce/content-product.php',0,'\\IÎ5C†Z¶Ò¸J—ÿÊò','\\IÎ5C†Z¶Ò¸J—ÿÊò','ép¹¥5mä-ÓTeO]àß¢öy¾cò}5Í','',0,'?'),(',5ÍXpÌBFdc’j+”','wp-includes/js/dist/vendor/lodash.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‘:)DnBCüŸþ9ŠÐ','¬-…1,ëOâ\"yÈIëŽþNí›WIÑ#nKk\0:á†','',0,'?'),(',!!éÅôiM)Nb&«à','wp-content/plugins/js_composer/include/templates/editors/partials/backend_controls_tab.tpl.php',0,'ìF’®ÛÀ-\'©G1ƒ9^','ìF’®ÛÀ-\'©G1ƒ9^','}ÖKÒ)TìRK\0XÝû(¥GWÐ‚ì9œá‚£âÑ','',0,'?'),('9ÉtQú•->\'ÿ}µ\Z±','wp-content/plugins/w3-total-cache/lib/Aws/Aws/EndpointDiscovery/ConfigurationInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','úØb`Äu\ZUÕŒâ®÷9','Ñ\"ûgv2›‹í¯å‚#RvSÍ}çgB¼Fï°ê','',0,'?'),(':o¸\0ôâ]e¹†Í£','wp-content/plugins/worker/src/PHPSecLib/Crypt/Random.php',0,'dºÌ‘ÝÀ»¾Ã^øû=®ï','dºÌ‘ÝÀ»¾Ã^øû=®ï','c°å/båo—\Zé´Tˆä”¬mz>þv­ÿÅ—¼D{ç','',0,'?'),(':º™…6ÇLž4LmÍ','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_bold_24px.svg',0,'†í·|ÇŸ²X»çNb>','†í·|ÇŸ²X»çNb>','°x¶lwÇmëÌ›9–‹í²z¢üûmW‚Ï8è ','',0,'?'),(';\"#À®@Bƒ§Išy\0ái','wp-content/plugins/revslider/public/assets/assets/svg/file/ic_cloud_off_24px.svg',0,'2&\\¸GdØ¡^ó\"ä6Æ$','2&\\¸GdØ¡^ó\"ä6Æ$','xqíâ²5¥Û4ÁO°èlZ!¥´ÿ4\Z®˜Å6','',0,'?'),('Q¡ ·Ô(;Ø |~R8¿b','wp-admin/includes/user.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÝÉ¬VáÕa°\"ø®ÀX','ŸrñÏÛ…E?¤	¿%àüŽ6…[¡ƒø9‡M\ZµÉä','',0,'?'),('T³\"Ö½¶Ö`$lÀxâá','wp-content/plugins/worker/src/MWP/Debug/index.php',0,'gD,Vë§=\\ÆbP','gD,Vë§=\\ÆbP','k‰À—~	¶½UH\Z¥ÖxƒPêÛAÌ„¢ú<¡ž;X¨','',0,'?'),('T´]\\gø¯ö4ÅºuP²;','wp-admin/css/admin-menu-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u\nëô]a[”À”%#µyÕ','¸nf)\\fäžpd®e;Å-´l²W@54S†ªîÄ±±','',0,'?'),('`VèòóÏÿN‹¸r·','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/checklist.svg',0,'Ìë°k†$}ýNg-£','Ìë°k†$}ýNg-£','Ä‹îZåÑç a¡\'–´‡Iˆ^Ùg…xØÔ+­š?À=œ','',0,'?'),('bï§’p°A°+Ô-+Ê‰','wp-admin/js/widgets/text-widgets.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','þ÷¤C6X]\0SªÐ°Ôq','s_EÖ°PJÑé=B€Ï³Ôžu0tS+WSuÇU¿)','',0,'?'),('d³êífg×\nÙJ_SHl','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/character06.svg',0,'ÌjëþCW¦à7½P.U','ÌjëþCW¦à7½P.U','v¥ƒï²(yŒ¾Ÿ€¸)7ÊW¥’/?¿%à–Šn~','',0,'?'),('n&[F”Ü„^„ëýÉÍ_','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/box.svg',0,'E›”ðÃƒÍAz©q|f','E›”ðÃƒÍAz©q|f','‘Âgj¨ëÅ¦†V|e7c\04¨~øâ$ˆ%p«$ë¶','',0,'?'),('bÞç¤ÉÍ•€ñ+f3¡c','wp-includes/blocks/latest-posts/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e^ÃI‹?Óîõ¤w>^U','¢‡0d”)óé*:¥¥s›ýÓý¡½«Ãu­ØkÒ8õ ','',0,'?'),('¶©}ò&æ*\r«wcÔÂ','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_photo_24px.svg',0,'°–ðÚvËÍ¦F1ƒÇ8?','°–ðÚvËÍ¦F1ƒÇ8?','É§bN½=Í,Ëgê8rö	(M«¢XjOåAã`sÀ','',0,'?'),('“—¬%bQñ£“bM<Öx','wp-includes/js/imgareaselect/border-anim-h.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ZÃÄ,ÈntZ^6¶{Lp¡4','qsßc©ÌõhšÍàm-ú%êx¨\ZB™ìxß\'êã…E:','',0,'?'),('™-6”Yw@½i®ë£Á=','wp-content/plugins/wordfence/modules/login-security/classes/model/text/html.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÏOhæÙÚÅ€O<FÒ¬Æ','PŽJç¾H·¯ñt™Ns¿ûnd*Fˆ\'WWÍaqýô]','',0,'?'),('ªü/6]Õÿ\nçÑzËÇ','wp-content/plugins/worker/src/MWP/EventListener/MasterRequest/AuthenticateServiceRequest.php',0,'‚Ôß•Rß½c]~apt²Ê','‚Ôß•Rß½c]~apt²Ê','§·×é|YþhþWU‡`µþ1sìØ<ãÌÃ¢àk²®9Ò','',0,'?'),('ŸãÑlkóÜáÒ+†“','wp-content/plugins/revslider/public/assets/assets/svg/alert/ic_add_alert_24px.svg',0,'ï”µtâ­ÇŒ‚ ‚roY)m','ï”µtâ­ÇŒ‚ ‚roY)m','Bí\\+Î™Ñí:[°M8çÖübX·÷€\rñ’šÁ‘*Y','',0,'?'),(' .AßG%Ç™¿BdU','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_gps_fixed_24px.svg',0,'“ó¨G~)5³oê±Ä!gÀÃ','“ó¨G~)5³oê±Ä!gÀÃ','¬W?Ú“¸-µJAÉöÄåVÛ©TSÁ`„oß{+¥‡','',0,'?'),('©¸¥0,Xè­Û','wp-includes/css/dist/edit-post/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ñø¤\"bbõZ\'5«BÞ³:','î+ËÅ¶§¢‹ŒÎ»à5ÏªQ÷eU«à½­£ñØˆ','',0,'?'),('­æàß„%ÂÏSÕ‰±¼×0','wp-content/plugins/js_composer/include/autoload/params/vc_grid_item.php',0,'¶²Ç+Y „Vfæ\n›-B','¶²Ç+Y „Vfæ\n›-B','ÛÛ>_y³pfÔåE ,1Sð2®\rŒÇ¿ÜNoF$¼T','',0,'?'),('¹9Ä¥ª:Ø‘°AéuÀ','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_sort_by_alpha_24px.svg',0,'+—Mõoú%¦|ëfiš‡','+—Mõoú%¦|ëfiš‡','~§ì¶x‰ÕØ´«{xÞˆ>6¦Øº£n>2Eo','',0,'?'),('Âc?¸–™»TBN™0r\ns','wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Psr7/NoSeekStream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' qz\n´þ -Ì\n¤n7[','²ŸÈãó,.Ôº€oÂ¦KÖ_uM#4FDÏV','',0,'?'),('Ä¸ÅHeƒœ» ){~','wp-content/plugins/w3-total-cache/PageSpeed_Widget_View_NotConfigured.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y	u9%^ú1”¬ÐF0','q[d.ólB<JLIºXËi|J}cÔÚ~Â#8\r%ÁN·¾–','',0,'?'),('×ŒZÛ¥E?´lªw2é','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pin.svg',0,'ZÓÇ×QCJ‚¾:8µý¸','ZÓÇ×QCJ‚¾:8µý¸','-I§)™6?uY‘=Õ÷[o‘þSº§ÿ®„¬D›z','',0,'?'),('ü«i)33Ü¥ÑÇsÚ*','wp-admin/includes/class-wp-ms-users-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ðý¢–†$BÉ€#É¯£@b','ç½ÖâOm‚´Ó”.xÓÁ-¨YÌ(†VOcÈpÔ®YÓÊ','',0,'?'),('ý\"&#S}‘ŠfU™w','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_input_composite_24px.svg',0,'‡qÅ`¹ÿy_-KcÌ\\·','‡qÅ`¹ÿy_-KcÌ\\·','vA-¥iS½fóÛE×$Yf³æµ{¨Ÿ·‚¤2íî®','',0,'?'),('Ç`+jÎ~_3:»jbÖ','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_panorama_24px.svg',0,'EæØhWŒ×ëa\Zá¢,Œ','EæØhWŒ×ëa\Zá¢,Œ','Ê!2|ó¥Øˆ=OÊŒXwÇ„™•5Ë:×7]ÏTÜ‰','',0,'?'),('¢fÐ¤¶õx|d-\\','wp-content/plugins/essential-grid/public/includes/index.php',0,'ïá{J!u?}îçs•','ïá{J!u?}îçs•','AuÌƒµœÄ`ü9‰7}bŽ>MHêÃíJHhåûÎ|Fj','',0,'?'),('\rP÷)ž4_\"»™\'1','wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-sub.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nÏ…	L?“ëõÕ0Ê6µC','\'“ô-ÈO“¿›R\"Äë³N˜xn~l<¦Wº','',0,'?'),('7È}zÀá{ã†ˆ','wp-content/themes/betheme/template-archives.php',0,'³ûTÇ_:ƒm°EhAfß','³ûTÇ_:ƒm°EhAfß','‚L5ÅÂ\Z;dn\r/p±nÆt­¡æé','',0,'?'),('CÑ<Cn— S×üªw','wp-content/plugins/contact-form-7/assets/ajax-loader.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¯–+7wšD:w«ƒk;z“õ','H´‹ùù7;é¸»ÞÛgÛºë]VC;y¹ç2Ïsí','',0,'?'),('CÛ‰ãš˜2»µ¯}c/›R','wp-content/plugins/w3-total-cache/Cdnfsd_StackPath_Page_View.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ªuãO¨*ÛÍ%»YŒdß','+__Rt€5#¤6´4ð®Šßœ\ZXü¹1jP','',0,'?'),('Qt»¢Þ¿ï³ÏÎ¬Ç¿','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_radio_24px.svg',0,'G/WØÂÃX}9Õó}!','G/WØÂÃX}9Õó}!','7ÚW,!Wq­•Œ´Òv¯`d}Še‚f)½”ö,d','',0,'?'),('oæàñ	lÑÑ´Æcd','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/H.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','æ×ø\n°À¤@Lj‡wDê','\r¯8úd³ Ÿ‡²ð×8sÚ‡ªÎî6 èFúÈŒÏ','',0,'?'),('z!²!j¢O¨ÆQÑ®¯','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_shopping_basket_24px.svg',0,'·m\\i&URP\'`\"G/ô','·m\\i&URP\'`\"G/ô','°€%ÞŒi·R9ÿwŒ=\\`–o¿5\r\0-~½mí[Ë','',0,'?'),('’G¡G\"(¼d)†ú×¿]','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_label_24px.svg',0,'¡õD[fEÁ‚8.;ô:S¼','¡õD[fEÁ‚8.;ô:S¼','^sb¶ÝªÇ¨!^JóÔG(™%Ê~–}çû=÷	-p·h¯','',0,'?'),('—ã1ËEVØÚoÃE','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_work_24px.svg',0,'wVdŸ’áÞuCz9l','wVdŸ’áÞuCz9l','ë}Ñà[ï£ýÿm\07èv£Z‡¦ÀÏ“EåÒ| ¨Ï%N','',0,'?'),('žxÃÂ|s¾ƒÄ×KŸaõ','wp-content/plugins/wordfence/views/common/page-help.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','â2ÔoÖÄ\0X#ë–83”~','‹Ù$Ž>ˆô×\n\ZW–È)OœÒ\0¸ƒƒ³(\nÙÝ®é\08','',0,'?'),('£#Éöyñ-ý÷—bM·','wp-content/plugins/essential-grid/assets/index.php',0,'ïá{J!u?}îçs•','ïá{J!u?}îçs•','AuÌƒµœÄ`ü9‰7}bŽ>MHêÃíJHhåûÎ|Fj','',0,'?'),('§Äò\rÀ‘Œi*\\','wp-content/plugins/revslider/public/assets/assets/svg/index.php',0,'ÔŒÙ\0²é€	˜ìøB~','ÔŒÙ\0²é€	˜ìøB~','ã°ÄB˜üšûôÈ™o¹$\'®Aäd›“L¤•™xR¸U','',0,'?'),('½½“#­ùÛ	>û7','wp-includes/js/tinymce/skins/wordpress/images/pagebreak.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','äIãÚmÅ…üLWyÝ“H','\rflôÕ¤/å;l\\äâ\\.6‚ŽrÇ#Pœ[ÓÁÙ','',0,'?'),('¿QÌ“ Ô˜×´Z@á','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_perm_data_setting_24px.svg',0,'X6TXDì~Ö{Ä²¿ Œp','X6TXDì~Ö{Ä²¿ Œp','#ÃÁ³§ÍF¦¥BË„Ê ÐhºNäõÑ¨- 8>','',0,'?'),('Å†L¥G¶ÀP(íÎ‰ÃÈ¯','wp-admin/js/widgets/media-widgets.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Åg”y]át[\">¯','y]ã´B¹KÂ¶¦[?¡§OÌð\'V>Ô,ûq¢eO\r','',0,'?'),('Þ&Ñ	AÂHÚì)¥I&‚ô','wp-includes/js/dist/vendor/moment.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ç\ntŽ|ô\'3¿ú 0½„®','\rLÕGÿÄ6ÿ•”q	žé\\Ÿ-Ü‡ÏPÞI‘¢Û','',0,'?'),('òcY„F¶êžß}åj`½¶','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3‚ñ‘ýë’b(æµÐš','n;ˆ<Ù±	Ç•°-WÕt“ù]ÎÁ<‘s°êÖu¡','',0,'?'),('\09•õM)Á³§ìˆ^Ò','wp-content/plugins/js_composer/include/params/loop/loop.php',0,'>Y¦0Ñtm}ö½f¥d¬','>Y¦0Ñtm}ö½f¥d¬','e%gv]\nÕ¥b-É¸cE‹%ÉÇ¦6!—U°âsr<Š','',0,'?'),('&Ïñ—»2 ý¨äÅ','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/composer-php52.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ylhÊwž%Re¯ç†','´›ä¸\njq½WíÛ	×v_æ#„ï fºàµ~ÍÒR‘>','',0,'?'),('ýv¥áuv<ì#èŸ','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_convenience_store_24px.svg',0,'ùñä*ã\0áø¬‚Dõ','ùñä*ã\0áø¬‚Dõ','Ð‡´„#\\9s–µ^Mîk |I§¼ç$ÆƒGÍÊ[ð\r8È','',0,'?'),('#æ7µírÉYÐ\0¼ái','wp-content/plugins/wordfence/views/common/status-tooltip.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%e\r©FdœçöE0sB','%ýMÍæbuàÎIÑ]’¡CíIã\n©6€Êz}þîB4','',0,'?'),('&#ÙpªJ£¨há','wp-content/plugins/wordfence/views/scanner/site-cleaning-bottom.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rpkÐáuÅILg¦t?˜aÔ','~è™ôÀI!H1rz™+¨¾Ý{Hš”TT¶ Ì','',0,'?'),('\'s\\i?!‡L=ÑÄQ>$','wp-content/plugins/w3-total-cache/Cdn_Plugin_WidgetMaxCdn_View_Unauthorized.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6°	QéÍ„ã¿)•­ùä','ô·iÃ¼~íBW`ŽÍòàþSÝÌ&¾¥èC@F¨','',0,'?'),(')ÿ28/Û¥Š\"Xä','wp-content/plugins/worker/src/MWP/Action/IncrementalBackup/ListFiles.php',0,'²ÏPiªàVM†1åÊßä','²ÏPiªàVM†1åÊßä','Dó˜ŠÀ´yHÂ„(ú‡._Å«“î5XGÐ\\lÉŸ','',0,'?'),(',!#Q–ƒP[;º•›Ä','wp-includes/sodium_compat/lib/sodium_compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','âAÎ\'I5š†xNÎ$¥','±mý£ÛÆ<ûº	p—(t)P7øÄr‚~^úçé—¦ò“Ä','',0,'?'),('4®ÚÛ¥‘;»0Š.*','wp-content/plugins/wordfence/views/blocking/country-modal.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-^Aƒ?¤ö¶›','²ax¯—R;Æþ,\'˜K‰™¥é¯æ?QÙØß¦ŠHÏÑ','',0,'?'),(':ë­²cà‡×RPe(','wp-includes/rest-api/class-wp-rest-server.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"4ÍˆÏ–®¥ÒåÚ8','\"õ÷³ØÄñ¤ÖŽ”à”­¼`±^/ò.Î','',0,'?'),('A!9ËiFô‘¹p','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_downward_24px.svg',0,'…ÛÜZÑm³) -!AŸ','…ÛÜZÑm³) -!AŸ','QPdJò×wáÞs*ÁjZÇç‘l¿}[ö	çuó“\"Z½','',0,'?'),('R¢¤öµ’zÒ»„(5\Z','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/fax.svg',0,'.\"#œpñ§õÀ@›‹ñ','.\"#œpñ§õÀ@›‹ñ','\\é”ÖØLÀYÉ*‰ùcbíþ¨9M9çöÌÓ¤3','',0,'?'),('VÝ	T°^B€8–9~ê','wp-content/plugins/w3-total-cache/CdnEngine_Base.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‚#?©Ø“rÍ	¨´S¸(Ü','áXŸÓH¹¼êü|~:‘‰—î4í®<*Ê9MgOÂZ5','',0,'?'),('eØŸ÷v¤‹ãç¬ª‹Ej','wp-content/plugins/wordfence/lib/dashboard/widget_localattacks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','†ÕØ/”]L/Gbè©ë™ý;','$y\r\npÈu ä ?Aÿ8éõÜÿKÎ™ŸÜT‡c„Va','',0,'?'),('k\0\ZÁšá{ Ý›6ñ','wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8•BâyÀÔ[D/TP¬','E@ˆÐð²þ%If`Å¾P|ëZ>££þ±Òâ·','',0,'?'),('k˜‘²Ðb…ÉgSˆ','wp-includes/js/tinymce/plugins/wplink/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','÷¬€ß6¿l°UOaDöQ','Ÿ¹áÞjTÄqèT®¨I:KZâæa\n™6­U7e¬-','',0,'?'),('z€5ªÒ<v¶8DèÚ²K6','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tie.svg',0,'í^fÉ¢Mk„àq>º+Š','í^fÉ¢Mk„àq>º+Š','wÙdù•î-HªOŸˆÞˆO`Ñ•)û¯îª¯ïù\\óåh·','',0,'?'),('½ë²‚ó”&ãrÇ','wp-content/themes/betheme/woocommerce/single-product/short-description.php',0,'ïBÁKÆ´ÉLUõÕô£j','ïBÁKÆ´ÉLUõÕô£j','HXs6=;µ~\"ä¸åko\Z1æ]2Id~r¶y½n~¸','',0,'?'),('ŸúƒLâÔ.\nÞw;[','wp-content/plugins/wordfence/lib/dashboard/widget_logins.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g–ñÕì#íû»@XsÂ','—ÄªN2ïˆ9¡ëWµDW°®O’0Ñ½mGÆìNãº','',0,'?'),('¦±–ëg„~Òw\ZÐhh','wp-admin/css/themes-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ê;Ö1ƒóqÐ¥·Öu`[AÎ','Æ>O–mñ£h£œ3ÊµÒÓé>Ý«BØ6¾+È…’ú','',0,'?'),('©[Fª{Ulº','wp-content/plugins/essential-grid/includes/fonts.class.php',0,'{rÈØhsŒã>\0ÞaÀ™T','{rÈØhsŒã>\0ÞaÀ™T','’eŠÒ4å!„vŠE¥KxÌ\0Å‘Í¹Ô=*™yÅ\\”¼','',0,'?'),('¬2ošñ7™qß\0ÕžI','wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.structure.min.1607007971.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','»)/4;ß$Û”åÞ¬vi\\','ŸnäèøÁàiÙë—…µNµvX¥7«Y]´…¼°D','',0,'?'),('ÅÚõïõµw\'DBbê','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/IServiceFilter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¤?âoòt·ˆA°eì}À','˜{øŽc¾ÇÊ-Þ6gLÄÚ.?Z<wVÝ*vR¹Zöº¤','',0,'?'),('ãÍ¥`FJÍöS±u','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P1p1.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Kz+UíÁäÅ¸(ê5\\','8:½‘o™Iô9,ê¿=zDk8;Ñ{A{†\Zij','',0,'?'),('å>¬7¶—_Éž+¿v','wp-content/plugins/worker/src/MWP/Event/Events.php',0,'™:Ûþ÷w‹S‡Ñ8dn','™:Ûþ÷w‹S‡Ñ8dn','›l²™íþõ*ÜMÆD7Àˆëìxô† 8€óÎ4','',0,'?'),('çâbm€%²‡ŠÛÚ­Ö«','wp-includes/Requests/Exception/HTTP/502.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|È:l€ÏzùÕ!{ûGÿi','ñ/’ˆ¿~UJO¤.Å€#µòEá‹ÿú5´*Š\'CÅq','',0,'?'),('ôÊÀäØMTë{ªjÔ™ÊÈ','wp-content/plugins/js_composer/include/params/options/options.php',0,'fÌÙ¹Rà½!ÿ_T8©·','fÌÙ¹Rà½!ÿ_T8©·','~^Èy*ê^Kå®Õñw°]¢Ã»mRïÒÀ—êÙÞ]¯¡','',0,'?'),('øØÈ²ËH¶XP•o','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/Promise.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^ÄD†~6Ueá‚\nÔ–[','…ò+/X@¾¤J4Ú5¸!ÇÀÂ¼œ,IïüS†cM¬','',0,'?'),('	QW¯ïŒˆ~-Ê\0dÅ','wp-includes/class-phpass.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_Í‚—tƒüWQ1¤aLÒ','@FY¿vìG^\nÂÖã×}/$OÀ¬á~;a\0M','',0,'?'),('	?±Ïä†æÛ™q™uM','wp-includes/js/mediaelement/mediaelementplayer.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‘	ÿÈ5ò)äÎök±y¦~','_Dtû3×’3p‡a’;9,Ô\n´ig¹ †C?3É','',0,'?'),('	îÔÄ¨ßT¨wßYC','wp-content/plugins/js_composer/include/helpers/helpers_factory.php',0,'àŽ™¢¡àÜômü	it7è','àŽ™¢¡àÜômü	it7è','Vm-nö\nO\'åßŠµ±ã¯JÚæ;Íž¬J(fƒ','',0,'?'),('	jäzï1¤Ÿe?yx','wp-content/plugins/js_composer/include/templates/pages/vc-settings/default-template-post-type.tpl.php',0,'l‰áµ¿–g¤ªØ­}m’','l‰áµ¿–g¤ªØ­}m’','e×òÏO8äëÖ8ÔÇÏ?X\0™‚Yá¾WL,àO+™','',0,'?'),('	(ZüºÃ§çU‚Ú','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/ConnectionStringParser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ñ™6Ñ~ÿB@Çž*_6¨','Ñ:¥™¿=hß0þþŸ8\0_TEžŒÀ0~\"c[ñÇæ','',0,'?'),('	,¹©/Õ•‹!ç›gyþd','wp-includes/js/media-editor.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','SqÝØa:Ü_::Î—F….','\0XšnÆ,ÏT£P§ ãQKh&ú¢™xFHô·Ãu;7','',0,'?'),('	.§Û™AÆt>‰ÎÁrk','wp-content/w3tc-config/master.php',0,'	?ÐÈ	i‰è\\ÖVŽ','	?ÐÈ	i‰è\\ÖVŽ','_uÃ\Z„7\Z\0g=	ÐQnŠ@&] ˆß!ôR=@®','',0,'?'),('	7¬®ø¦×îãf	`','wp-content/plugins/wordfence/images/sort_both.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','šd†m	»8Ïf¥|ÅY­ã','~Â%ïñÛ‰Ž%…‹>öõþˆBl²o‡u·I)È‰7g','',0,'?'),('	:ú9UÂ­Ç®ž{´/','wp-content/plugins/w3-total-cache/lib/Minify/Minify/HTML.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‚Î­«Ás0±ŒƒZ{1Í','xòPûºïá3º-àî”dN`¢ô­ÌQÿá£ø','',0,'?'),('	DV´—=þƒ˜3E˜Á¨Ð‡','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/SetBlobPropertiesOptions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','®× â‚þä³QZ;úmë','¬U+À¶Q¦³GOp6*ýoÍ†Ùyfsh:ÐO– ’ó¤','',0,'?'),('	J»…ƒîœ£×ó;uz','wp-includes/sitemaps/class-wp-sitemaps-provider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¯dwiã+™ÆÄMÃU','`ß¨=I\\ÄLìÑñ0Zº´Y¾“a„gÃ„Ä5','',0,'?'),('	P=N>Œ¨b\"j:~[Q{á','wp-includes/js/tinymce/plugins/wpdialogs/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','åWeâŽ†?’üNãðt','n4ÜÂ<½ÞFz­‹û­Îÿ_Õ5”ðkigˆ','',0,'?'),('	XÎt\\4vNI5‚ØjËÂ','wp-admin/async-upload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','á¹]t\r;ýÙB¹é ïÞ]Ã','™¬¡Ã\r Ý?½ÇÄ\"‹Õhz¸3Âö€L´W‡qù5Å\"','',0,'?'),('	\\ý	Zwç~mq3íY','wp-content/plugins/wordfence/js/admin.ajaxWatcher.1607007971.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‰9V¸ªÓ9äÊ¢ã\Z8¥>','\n°V©%Ø§Ž­Sà¦¯N¢8ž\Zq~:íõ=µ¦ù¯¨€','',0,'?'),('	rÕÊ®ÿÙCš9$´›¿','wp-content/plugins/w3-total-cache/wp-content/advanced-cache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','úéêÍE„ä=Ÿr†Ø','£ˆàZI™œ.qÈží£J/Œ¦M+¥•…1%Ù‚ÑÅ:sà','',0,'?'),('	tZåë`J_\'3l÷¥ù','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_exposure_24px.svg',0,'XÐtTÁGlO·•¼•¤»','XÐtTÁGlO·•¼•¤»','‹j9S(†Ls‹‚¯àº¾jþ¤­iü¸éáÑN','',0,'?'),('	„hîXk%´>ù†Æ{NûB','wp-includes/js/dist/viewport.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','îÍ TXÒ#·ûž¬˜T¹Œ','ìÚËª•ñ˜€àyÔ‚\nœ»•½2hÃšßó4â±òB','',0,'?'),('	†¹fO4ÎÏ¶(S´’Ú','wp-content/plugins/js_composer/include/classes/editors/popups/class-vc-preset-panel-editor.php',0,'„‡—YÔ\ZcÞuxCÑŽ©ã','„‡—YÔ\ZcÞuxCÑŽ©ã','[ûl¢pÛ;iíº|»n^pˆõö¯wîB]+ÕlbgÉ','',0,'?'),('	‡Jä[7b›\0Ï]·Y™Q','wp-content/plugins/w3-total-cache/Minify_Environment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7œ<¢íˆÆ²)È;´›éá','w\rª/K…O*§§&ÛrMNG\'9¨÷Áàîåf.','',0,'?'),('	”7õ XËÕÃ•L\0lµ','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_lock_24px.svg',0,'¯Dø?¼-_óXuRó','¯Dø?¼-_óXuRó','\'…Ü€÷e\'³6÷hð—×\0ñÒV¸t¤˜Ä*H˜','',0,'?'),('	•yo6=6\'ÉÈšú(®','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/newspaper.svg',0,'hí.—Ú¼•ÛŸªk0«­','hí.—Ú¼•ÛŸªk0«­','¡¿‚åºcôWvp½ù®œl‹=,WØTàÆáâ=h+“','',0,'?'),('	˜.¦Ù5uaÎWkJø˜','wp-includes/Requests/Exception/HTTP/413.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','é–<Á]ÉY·ÙÿXL¿Ø','\r…Š}ÀäŸ¹-V±Ûß°Þ\'eCCÊ…ãe-2,0','',0,'?'),('	œwÔóÀÿãƒhÐÊ«ùL','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-meeting.svg',0,'4¾V˜6tX#‡.8û`X','4¾V˜6tX#‡.8û`X','1$b\r7¥·$¿^·F†Œñx}Ãä ø;„!3µ6š1â','',0,'?'),('	£´„ìM\"à±Žs=]Oò','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_car_24px.svg',0,'‚ƒÝÆ×ŽZXk¾uxÌ','‚ƒÝÆ×ŽZXk¾uxÌ','”Â˜CX.¡ãü´a2}û/ö~ ÝŠÙÕUB{','',0,'?'),('	©Ížx¹Ý Añz›Gm3','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_flash_auto_24px.svg',0,'zÝÿj <;ô‰í6ú›','zÝÿj <;ô‰í6ú›','le’@Ä¬¢›P¡ØNÛÓ‹cføQ²fû&4=¾ÂÚKÃ','',0,'?'),('	·’}º	0+¦gÜ«jÉá','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_hotel_24px.svg',0,'Ê1ª<ò‘io¦ ÞæÓX','Ê1ª<ò‘io¦ ÞæÓX','hzÎ&ºçÔ:I+9€~CÜy@±ÉJ/s2ù i\n','',0,'?'),('	Ò¡¶@ìÀ©RËÉ„j‚(','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_donut_large_24px.svg',0,'˜gÑA~6*OþMf¬Yð3†','˜gÑA~6*OþMf¬Yð3†','x÷®Ãwrèxwù3N0Æ¡Ë¢oõEeÝâ†æ¸–\02ñ','',0,'?'),('	Ó°ê…‘·¹ ±…·Ï€c','wp-includes/js/dist/escape-html.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Þy¼§@1ç\ZðGŠ?','ç’MÒn„éàã‹ìc»(O?:^zé8$\Z§wÜ²9','',0,'?'),('	Ö9„ƒfÞˆUœfòþæœ','wp-includes/js/tinymce/tinymce.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Xláà•Àø°Ì¡CŸÎþkn','ÜZk÷	å6|ãÌ{ø*\Z©{¢HãâË¢iÜk^','',0,'?'),('	æ¶÷IhðBšpO','wp-includes/blocks/heading/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','†ÿÆÔÕa¸ñp\0ëi«','¬\"{Þ³¥äÄ—9äéØô¾o¼Ö~tÝ®Õ‰¡ ','',0,'?'),('	éñÏÛ09÷-b±…Í©W','wp-admin/network/users.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÉƒÏTæÑÇÚjý¿v','Ëåé$n«PW.#R™kº+¾*>ëÍŽã5o\Zy','',0,'?'),('	ì/‘?Ñô^¸EÞÕ‘','wp-includes/sitemaps/class-wp-sitemaps.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5.RÌ\0I“u÷\'tVó','g­–e«Ù;Œ_~¨_f/Pvù’hmä“HòµúëgÔ','',0,'?'),('	î½%%|&0¡dÕ?ûÆ','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_screen_share_24px.svg',0,'hA÷6…²Ôï.Cô™7','hA÷6…²Ôï.Cô™7','²‰ƒ›žåÁ1[Ëé6Ûö¦°w;õ‰€“Í$eF=¤b','',0,'?'),('	ð¼=¸y\r\ne\0É+IùÅ','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_charging_90_24px.svg',0,'èýo[GdåÀ„!5 “‰¹','èýo[GdåÀ„!5 “‰¹',' *=V9ºZŒ\n\ncnìlÔ\ZÏ|u·5õVyã¨Q§','',0,'?'),('	ñ·ú‡¬‰5mû­:4mùá','wp-content/plugins/w3-total-cache/pub/css/lightbox.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','áŒsgýñž/”Éüdžª','ÐÌ´—ÞpâÜò_„HL˜%tYô_œv	/²Ö¿Z§','',0,'?'),('\nìŸ!^cÂ$JÿLO™û','wp-content/themes/betheme/muffin-options/fields/sliderbar/field_sliderbar.php',0,'å3\'ÃÞ\0å«\ZCœÌ','å3\'ÃÞ\0å«\ZCœÌ','¸æ?]²­ì¨µÓ-¿¬I\n9pœ}÷¯S74ðDà •','',0,'?'),('\n\n@ÌØ0ö÷¬L|Í_ Æ2','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_videocam_24px.svg',0,'”Œå3“Ê à‰Ÿè7','”Œå3“Ê à‰Ÿè7','êæÁÎ(.W\n…$Ú¾H÷¸ûÐ° ‹ö\ZG\"îêFG›“','',0,'?'),('\n$›gcÚ¹£WÕð²£©','wp-content/plugins/worker/src/MWP/Updater/PluginUpdate.php',0,'ùgbÍÈ¡›ž*K¤WÌ?','ùgbÍÈ¡›ž*K¤WÌ?','ÈæœRIÊÍkÊJÓ9™ðÓaUâbðiŸ(r„Ëí1','',0,'?'),('\n5Bæäê%Åå¼©öçÕÓ‰','wp-content/themes/betheme/includes/header-sliding-area.php',0,'\r¬³‰{›Æ¾R°\'Ëxo','\r¬³‰{›Æ¾R°\'Ëxo','åÅ§aÎì´Ú£»Ë’ÙÄg¶V§q@<¤m-âG®íU@¶','',0,'?'),('\n@6´í&O\ré<õ{Sñj¢','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_more_horiz_36px.svg',0,'4½à4ìÿ¬ügd3‡&','4½à4ìÿ¬ügd3‡&','Õ†^dx}yI0×4\03,EA­ëëU‡ö','',0,'?'),('\nPX§l0Ò­5‚èîBqz','wp-content/plugins/js_composer/assets/js/vendors/advanced_custom_fields.js',0,'$¢ê3†Á×³}†S{©”','$¢ê3†Á×³}†S{©”','ÿëÝÀøSA\nï]i|2€‘=|_ µSpÇòÌC‚ó','',0,'?'),('\nT•¦/\\9$Y¤U\nÛÊÍŒ','wp-includes/customize/class-wp-widget-form-customize-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{ÅD*@6á‡{Ï„}¦ç','Õ+Ö“zi­›À@€×ÆÉ^F%5ÊqZg<¾Õ','',0,'?'),('\nf†‰Y¡·4&üLð¦','wp-admin/images/se.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÖÈ”BÃ`½Ú.}\'7:','Y­»›ä›è\"KùÑ{·U¼©×r™:2Š‹JL´”È','',0,'?'),('\ngÝœ©È£Eÿ;ˆvä\Z','wp-content/plugins/w3-total-cache/Cdn_MaxCdn_Page_View.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(èæÆ¥Îªê]ÔDºN‘Ÿ','WY¼áÖj\"üþÊ;s¥6Š8%ƒç¹»®`','',0,'?'),('\ntÀ\'•ï÷šÕ÷ íP.í¶','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_developer_mode_24px.svg',0,'Ÿ$gã\ZXšù÷Y‘y:éÎ','Ÿ$gã\ZXšù÷Y‘y:éÎ','·¾ÔŸp+\\m>o_¹ÆŸi©†‹ª«ÌWDhEI·ztY','',0,'?'),('\nw|¿«gjEÃiõU7¦','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/HandlerStack.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÌÐ®³¦—]86Þ¡†­m','T¨\n);ÿâÝNkŠŠDe¹Ç2VÂþÂ¢«x&B=','',0,'?'),('\nybÑOm(GÁ~—Ó ^Ú','wp-content/themes/betheme/functions/theme-hooks.php',0,'÷%i‘X[vfþôCJ˜JP','÷%i‘X[vfþôCJ˜JP','	‡*3³}>y)Ž)0Ñ{ýeï!§-wœ\"ÁÚZƒ','',0,'?'),('\nz‡Å­Ž}ô{Ç.¶u[¤','wp-includes/block-supports/generated-classname.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¼Å„½Œ< µmsºŸtW',']\"ðcÙ»+]ÆZÑ=¿Ðˆ‚åtšÊoSZQê','',0,'?'),('\n{X%N8ÂŸwÈ2?M4CÊ','wp-includes/css/dist/format-library/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';-„Ù©P‚ÌÊÃú)ÍÔVî','–¾jmÔc\0RïãRr!Ü¬2òÖÁêã³G˜qÊ','',0,'?'),('\n~[,Š¥YÕ¥*Âs.È-','wp-content/plugins/ga-google-analytics/img/ga-icon-160x160.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~0ÓY€JÝ¦A*l«','ö»	x¼¡²5J3(:víbÉßbçYÂeðÄ¥bô7','',0,'?'),('\nX.ÇÂUæ‰\ruÿv†Ÿ','wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/deprecated/tabs/vc_tabs.js',0,'‹IÈŽìéy¨ZŒª=','‹IÈŽìéy¨ZŒª=','2²þ¤¾ä6ªÿÈÀDH\ZçaOUÿd¼¯¶ía¾¢.ö','',0,'?'),('\nŠÌófÉÓ…;{»tõ‡','wp-includes/class-wp-role.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ëyH½ˆôû,o™:¦™þ','\'}Ø‘9ÝöÍX8ušõ¬ß¨Ÿ[(oÏaœn\\±','',0,'?'),('\n“µ‘b-ÓVø:ˆƒ|mµÿ','wp-admin/edit-link-form.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','PH¾Ám2n\0+œ	|Pqiæ','¢ƒwÍ‡$[÷×¤Jô³öÊ¥Wñ//Ëû…óï¥ÔA','',0,'?'),('\nš1¤QþýI¼×Inš¯','wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Psr7/Stream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uöçæíŒÎyÐcF\\/','¸ð¸·¢~c”R¹yö1­†z#8£jÜ»!+Å3M','',0,'?'),('\n£ÜNNM¼ÔÛ‘4;úpÐ4','wp-includes/js/customize-models.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/ûoÏ±;ÞïŒRwc','.a÷Ê§x…°^„g[&³EËÎ¡JJ˜TôSÕ€á','',0,'?'),('\nªâ(©ìz	F}»àŒ*®\0','wp-content/plugins/essential-grid/public/assets/css/index.php',0,'ïá{J!u?}îçs•','ïá{J!u?}îçs•','AuÌƒµœÄ`ü9‰7}bŽ>MHêÃíJHhåûÎ|Fj','',0,'?'),('\n«õ5âù=¼IK”&{ïP','wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-icons_454545_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ì^YÚK#W9\'½¥DË²”','¿\'MÜ£§ô­_-ð\nè0N1$ïAÐ—ïµ÷×l=Û','',0,'?'),('\n²\rô±!\Zðo>’)åE','wp-content/plugins/js_composer/include/templates/editors/partials/frontend_controls.tpl.php',0,'äÀ¦`£\Z4¢ËUå³æ2','äÀ¦`£\Z4¢ËUå³æ2','é\0dî~[óL`C=’5—óñ&WÏi0‚Û¿é²','',0,'?'),('\nÛP½Ë”5Â~Ö~','wp-content/plugins/worker/src/MWP/EventListener/ActionResponse/index.php',0,'gD,Vë§=\\ÆbP','gD,Vë§=\\ÆbP','k‰À—~	¶½UH\Z¥ÖxƒPêÛAÌ„¢ú<¡ž;X¨','',0,'?'),('\ní@©g‘Ý+T;V¶–','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/xmlrpc.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ãÕf—­Â\r@)ø«ë»š','¼;—•¿Ì_IøÝmò1›Ž£øµ\nî9|!Þ¶å¯','',0,'?'),('\nô\r£Bƒä®pÌ­','wp-admin/theme-install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';&ê0Gþ¢é©×çQ‡§Êš','égJRbŠØ\0tfÒ2Ã…Õ&ÄûÁ0uÃjYHÞi¸ñ','',0,'?'),('\núÙ:ÂX2ÞL•Žnc','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/sodium_compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ö‚cŠzûÛp‰öü(Š,','ü¿,»î™îÛ%u\ZàâRzþB \r#À¨~”+`È5yË','',0,'?'),('\nýGÆ™nåð\Z@1+U]£','wp-admin/css/revisions.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÿ˜å˜ÏáQkà/.L±¸4','ñÅüÊ&¢ø	qˆ*Ûbl_u<¹ÎfT\nn¯()ùÐl','',0,'?'),('$\ZÒìoôYéò¡Ûbš','wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/s3/2006-03-01/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Á˜§—d!zžêž!Î»`','ó€2QÂÅ°e×/ð•ó‡<TÈªÃ~³oQÛ‘2¸.¢','',0,'?'),('\"w%â_ƒ„K\\ áuË','wp-admin/images/wpspin_light.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hkžuËRª\r@9k÷’ç','»³÷!ÚF×±‡äò¸(œ‰µ#õäˆ1†‰:ã','',0,'?'),('&cµYDØ#èP{+¢','wp-includes/js/jquery/ui/effect-blind.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','žÈ·˜ñ‡ûÝ ²Ãm 7','QÞXŽ_mŸ\\>‹áhå!Æµ¤^Mé…üæ£!V^&','',0,'?'),('4É–]{Êž\ný~9°ã','wp-content/plugins/worker/src/MWP/IncrementalBackup/Database/DumpOptions.php',0,'®ñšpÜŸ×?a/Où','®ñšpÜŸ×?a/Où','cß™‰|YuÄ\n—€b«¶/±»9ÍEFÞ+»lâšV¢—‘','',0,'?'),('4æ^NúŠ-ÂŸ8»Æj','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_chat_bubble_24px.svg',0,'¤jàèŒí¦¾uÓêÑ\'T:','¤jàèŒí¦¾uÓêÑ\'T:','ªy (+Ü³äî2„‘‚õ0Aÿ\\(4Ô\' ytÌ1¸','',0,'?'),('A`þk{¹n«Ž×/*ScN','wp-includes/js/dist/vendor/react-dom.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÜõcûJeN¤æçuL¥Ò','·ì\"mOô=•¼¡¢EÂ¹jas­lIJ²¼ˆ•²‘þ','',0,'?'),('MçG²àùÝ3=ª@j™','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/aim.svg',0,'Ù,)Ãû%È\Z°$}N‡gÝ','Ù,)Ãû%È\Z°$}N‡gÝ','°Øž‚¯-	Ô\0ØÙ[	±üCî¾61É^C`è.÷+Ú','',0,'?'),('d\\{Ì´ØËaiÃ\'k™Ä','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Exception/BadResponseException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']P …lj¤}¾Õná','¹.dãPƒ8„ŸõÝwŒ™C]ƒ]ªB`®sÇïŸS','',0,'?'),('yâò2oÖÉ$÷lÌju8','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_24px.svg',0,'z´÷WÛ ÈåÜ¹¾–Ö','z´÷WÛ ÈåÜ¹¾–Ö','‘4Ú›`vXìM <m±>ï—×YdãÐÝæ\r·Ëf‡z','',0,'?'),('zž$§¦~ªƒÖãJÉo¾','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/credit-card.svg',0,'é”æn\0€ôj“£Yí','é”æn\0€ôj“£Yí','Á”ñ¨ÉôK\ZŒD†Íýåk»ùÜÉ#ô©žçi{^&','',0,'?'),('ýÃÞäYÆîðëqï„','wp-includes/customize/class-wp-customize-partial.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J@ÖN-p<Ì1]\ZýnÇ','ÆªÌã«¾’ƒ™¢Ÿðs“uu±„nÎ\0ÁïV<1—r','',0,'?'),('‚õ¥Çøen\r>¬Vq®','wp-content/plugins/worker/src/Monolog/Formatter/LegacyGelfMessageFormatter.php',0,'RJð˜Pá=JPš±û','RJð˜Pá=JPš±û','}¼5³|Yó§ÞÆø„å^#/ó+¡í•ê‰+²½g<û ','',0,'?'),('ˆ¼O–Ñÿ´šÆîòú“}','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-cross.svg',0,'‚,<¶Má$m‚R4h¹Ä†','‚,<¶Má$m‚R4h¹Ä†','Ù²_Á(“\rh«”ÀðWâÌ~{ªfù­ËèÑçƒ','',0,'?'),('”ˆ¦,H(bæ_F”O','wp-admin/admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ì§+Â×™_xL9Ô~hÀæ\0','¦H*+w£“ÒÜCy·	m®v«1Rã2\ng‘\\¯','',0,'?'),('œ«HVÕ¥½dà³pÕVp','wp-includes/images/media/spreadsheet.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ñÀ 4äñÖ\0TüÞÌ‡?²','¶ýÌ¶v²¶)ï\nº6Zl«¶2¹õêÐ’1Ù!+	Ù','',0,'?'),('ž° 0K‹M}z†™›Êß','wp-content/plugins/revslider/public/assets/assets/svg/toggle/ic_radio_button_unchecked_24px.svg',0,'B¢WVYC>\nï\"‹UøÅÚ','B¢WVYC>\nï\"‹UøÅÚ','ž°º±c•&xO÷¼‹|Þ›caibŠg½=wŸÂ|5','',0,'?'),('žÄ^ÈÚ0žŽ¼uZÉz¯','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_replay_10_24px.svg',0,'¬B	éÅïÈü)¬„','¬B	éÅïÈü)¬„','¾œâYP)þÿ!6šMM‡îšø./³ösÕipâ²\Z','',0,'?'),('«Ã\'‡$¶¿†xôP+í','wp-content/plugins/worker/publickeys/index.php',0,'gD,Vë§=\\ÆbP','gD,Vë§=\\ÆbP','k‰À—~	¶½UH\Z¥ÖxƒPêÛAÌ„¢ú<¡ž;X¨','',0,'?'),('Ø¼Ò‡rgÜ3³$*—%','wp-content/plugins/js_composer/include/templates/shortcodes/vc_widget_sidebar.php',0,'¹\Z‰fÈox²éi.y¾|~','¹\Z‰fÈox²éi.y¾|~','~£¦\n\rNN­Ê¤ÔsE@lÄq†	x#øSz0','',0,'?'),('Øàp­8ªáyqÖôM‘','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_equalizer_24px.svg',0,'±ãe|˜L#ë=\ZÖ7J','±ãe|˜L#ë=\ZÖ7J','†>$°<zšÊ=BH9 ¼90fR+¬SƒìWaÑKsx','',0,'?'),('é\nÄØUN~½½‰\0mÐÄ','wp-includes/js/codemirror/csslint.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ë¼ÉM_Ï±Iå¦³òÀl½',']¶ih4F„õÃ²ò\rìöU»ÖîßWEK(ÚP¸d','',0,'?'),('òc\"ml ÿÇž>o','wp-admin/images/wordpress-logo.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','óNö%“d÷ïÏgÍÝÉp','Î\"¦uð™¨j-QE\0‰Ó[æ¦gLÝZ5ÝMD½:','',0,'?'),('óÆ¬0\nÇHÜ£ñ°©>8@','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_activity_24px.svg',0,'à?½z/OT¡ˆZ±F‘','à?½z/OT¡ˆZ±F‘','\'áëAÝï¿ø$\0M$6%OxhÇ=¹NYU§Ñê… Ò¸','',0,'?'),('ô[4M³œŽ— 4Ô…ŸÀ','wp-content/plugins/js_composer/config/grids/class-vc-grids-common.php',0,'’*±	¦ŠA\rö†àPœÇµ','’*±	¦ŠA\rö†àPœÇµ','©W@2(cÖl£}\'å9üYå\n;7•kýs*©­\"Og','',0,'?'),('ôNC;³A ÑQ®¤ËS','wp-content/plugins/w3-total-cache/Varnish_Flush.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¹Ôì\Zi$×´w¨8ócÐ','Œ»yr²úLI|è?,ªƒÆ‰]œ”ß´£¹˜¼Äl·ûXt','',0,'?'),('õÓOJg–-ä[æEpp','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_perm_contact_calendar_24px.svg',0,'ÓŒ}LKµà†æmÌ}¥©','ÓŒ}LKµà†æmÌ}¥©','\nCf‘õ,n^‡BNH	y\Z¤²®[U7t','',0,'?'),('ù2WS\rÄV¶ˆBr.[|Ò','wp-content/plugins/essential-grid/public/assets/index.php',0,'ïá{J!u?}îçs•','ïá{J!u?}îçs•','AuÌƒµœÄ`ü9‰7}bŽ>MHêÃíJHhåûÎ|Fj','',0,'?'),('30Â;#¬1œ°o+','wp-content/plugins/ga-google-analytics/img/250x250-digging-into-wordpress.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ˆ94îT¹É8šy9Í}Å',';Ô}z½óbQd“Áw™:·\\È Içû^d1çÐ','',0,'?'),('t¦¥@ØÀOWÜŠP’Åu','wp-content/plugins/revslider/admin/includes/shortcode_generator/gutenberg/src/assets/images/js-wapuu.svg',0,'¡a’ë},­É1ÅÚ','¡a’ë},­É1ÅÚ','Î\nawv)²Ep<ÝB_}YÍJ\0†\"•ixo<\'ž','',0,'?'),('ëYšÙ/©·X0÷ëõ@','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_mail_outline_24px.svg',0,'¦’i˜‰Ïk>.”®Ö¦×j','¦’i˜‰Ïk>.”®Ö¦×j','˜†Z¡?Ô0!Ì:Y{ÓaK$:.|þ:åÖ›Í_Aßé','',0,'?'),('$%#€Æ_‚U»_dÍ','wp-content/plugins/wordfence/views/options/option-toggled-select.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','²\"Àp+»NÅoë¤+T','XÎÖq‹?\'çÍÐ„,ÔþèïUåò—ÇÑf[Ü@a¼Wh»','',0,'?'),('*úOÄ‘Ìâê·åi','wp-includes/customize/class-wp-customize-media-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','EþlhˆÂ¸ºjÌ68˜í','V]§lÓâ1WÍ+	{6v©¥Þ£éÐC¢´Ö=Ä•','',0,'?'),('-8îyì§h‰šêN1]','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_pharmacy_24px.svg',0,'Û$µ9ðÚGÀsj‹L','Û$µ9ðÚGÀsj‹L','<Cû@:ÙkN@E%74î‡wjj»L+Õ{nèƒ¨0¬Ô','',0,'?'),('4µ-µÜ\0é8ÉÑ&Lq™·','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_reply_all_24px.svg',0,'	‡Çõ«èž¥þÖs','	‡Çõ«èž¥þÖs','y~¯«/æÌþ““t»bLdNÝöµ5èãe=sTªÙb','',0,'?'),('7²>b4£P±ƒSq2','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_camera_alt_24px.svg',0,'O‘ÞÐßa6•Y©%øµ‘ÏC','O‘ÞÐßa6•Y©%øµ‘ÏC','l6èê€Ù].årŒßûC“Þ‹°·\rµ;E¥À…','',0,'?'),('Dƒ¬ š2û”K|&å','wp-admin/css/nav-menus-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ƒ-\nåšBï\0z¹YüZ˜G­','!À©~´uanK¼»r“–eè©¼\Z/¿*ä, Ý','',0,'?'),('Qï10ØòéýöGŽÿ,','wp-includes/sodium_compat/src/Core32/Curve25519/H.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x} ó’”ïpc° KàOÿ','(H>Éö0€}¾Í8:e…)ï¼´¬ð™NÁ/Îzì','',0,'?'),('V„²‚žW¸µeÿoë','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_charging_80_24px.svg',0,'³)Cð‡yÆ^Ø]l_¥T§','³)Cð‡yÆ^Ø]l_¥T§','ñª%Á-SçtÔ\0Ù­m)öz\n±¬ñ	ú˜.˜—;+Ã','',0,'?'),('kBÝOÎ%cSãã','wp-content/plugins/js_composer/include/templates/params/param_group/add.tpl.php',0,'Ôè¼wŸúj•\0‰›S@c','Ôè¼wŸúj•\0‰›S@c','\rT¼ybIˆèBõx¦<›ƒgUíâûV\0¸èœ<\'J¸','',0,'?'),('n¸A±uêorŽ_è‡!õ7','wp-content/plugins/w3-total-cache/UsageStatistics_Source_ObjectCacheLog.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÌvQzë~LÒ¬„LÖêƒ@ý','p^—6çZúÐˆMÙOñyq¾Ô…j‘¿–%>âeH','',0,'?'),('{çMŒ“i»i2n•Ã6Ü','wp-includes/js/jquery/ui/effect-highlight.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Nº‡Óxùàå:–écT¿','DØõIÐ4h\ng»SZ­þ…Ùo|Ÿ(Þ±s\r8³zþã´','',0,'?'),('ŸSFšb“¶±÷,iµ¾@Ã','wp-content/themes/betheme/functions/widget-functions.php',0,'ä<ý5û8-$þU‡Bê','ä<ý5û8-$þU‡Bê','.G¸ž|³p¿Lù“B¦\nP:XN>8`*Z\\sS','',0,'?'),(' g\"Èˆ‘²•Æ_','wp-content/plugins/worker/src/MWP/IncrementalBackup/Database/Exception/index.php',0,'gD,Vë§=\\ÆbP','gD,Vë§=\\ÆbP','k‰À—~	¶½UH\Z¥ÖxƒPêÛAÌ„¢ú<¡ž;X¨','',0,'?'),('£B\'-|È³YœH­','wp-content/themes/betheme/header-shop.php',0,'-ïaJfÖ -òV—ýÚû','-ïaJfÖ -òV—ýÚû','„ÙjÕ…>˜\\i[5îÿ;R×„–,Õ¥ý†4kPÆî','',0,'?'),('¥ÝªŒßì\"˜Ó“]z','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_camera_enhance_24px.svg',0,'(ˆ¹¼³½a—³%Ó*%î','(ˆ¹¼³½a—³%Ó*%î','BËœiù·\nkÐº¬\Z‹Æ‹L»LÝ9³Ú›ŽøýÙ)ú|','',0,'?'),('¯d°\nFoI^6SË•¾Ñ','wp-content/plugins/w3-total-cache/Cdn_RackSpaceCloudFiles_Page_View.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ôkàêu¹!ÿ£õ4¾JÃ','˜h]ô…è­Ù¤gcAwºêc¼¨ûéã·TÏßpÃtÞ','',0,'?'),('ÃòA³ßFk','wp-admin/js/privacy-tools.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N:Íý<™Oq»ÒCRÚ\0î´','úF	×#}w—²Ü~ÿðPÓ¼>äÍƒªIªgÿš¹N','',0,'?'),('É?LTLq*v~çHµTj','wp-content/plugins/w3-total-cache/Cdn_Plugin_WidgetMaxCdn_View.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+£#ÿ>Oo„U¹D$','¢žõD&¤°€ynÎâ7j_HÝ™0Yó!Â)‘`†ÐK','',0,'?'),('àùÔ.Q}3ÒÙT‰','wp-includes/Requests/Hooker.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Å@%©a[Ñž/4¥á','t\r{Ökƒ?iÎkä•C\nLãðƒ‘bïÌ‡ÝWy','',0,'?'),('çZÒ÷uÑÊÉiigÔ„€Œ','wp-includes/js/dist/nux.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','–Ï·¼9P¼·¹<±ëTå¯û','?ÖkeÁa–J@÷U¥®Å¯ÃŽ“=»¸¢šÜã—','',0,'?'),('ïÒÀ1T)ÇyÃ2÷ùiY','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_library_add_24px.svg',0,'ø›ÿÖÓÐrÄšáK‚íßÀ','ø›ÿÖÓÐrÄšáK‚íßÀ','Ë›KŠiFŽ(ü6yÌvÈsÉtÜUëXVÈÄº¶A','',0,'?'),('\rè\n2Á¬THÿ¹TâèUÚ','wp-content/plugins/js_composer/include/templates/shortcodes/vc_images_carousel.php',0,'¤ú¹ÊÌÕ¤¾y¯o\r4¦\r','¤ú¹ÊÌÕ¤¾y¯o\r4¦\r','j0÷¥’¼;ä—tšópêà!Æž˜Q˜½\n€IG´','',0,'?'),('\r&ä¤\Z\nÉDÇVÃÊx—š','wp-content/plugins/js_composer/assets/css/lib/monosocialiconsfont/fonts/MonoSocialIconsFont.svg',0,'ùä1Ü*äQHíüo*Æùa','ùä1Ü*äQHíüo*Æùa','|_4õ=zÇ\"ïÔ&©c(1p¢Ø\ZŒKõ`XyË','',0,'?'),('\rE8\Z/Ô¢uÅcVÈ[d','wp-content/plugins/js_composer/assets/js/vendors/qtranslate_frontend.js',0,'¶(Ï;˜}EíúEwä(rË','¶(Ï;˜}EíúEwä(rË','ûÜéV¾S—Þ[<p\"Öˆ6ÅÛz·šm”\r Âe)+','',0,'?'),('\rGó#=ëxÁ)·*Øm','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/telescope.svg',0,'\'ø+j,UÖõò³Ë¡§’Šw','\'ø+j,UÖõò³Ë¡§’Šw','Y€ÀïSiM%»òCÓç…³üé4œZ«`å¢ûˆ,','',0,'?'),('\rOEÓ\\Ël¯Ê}/^ë','wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/tta/tta_events.js',0,'›e\n®9P¤‹ñ~¯ûÚj','›e\n®9P¤‹ñ~¯ûÚj','Z_\r–…<`ÉmP¾\0+°Üª%Ÿþ}°Mç_B…þ','',0,'?'),('\rQŠŽ4tÀ9é¬–î÷Q','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-woo-commerce.svg',0,'ŠTÒ©}—\n+ˆ¸²§Qp','ŠTÒ©}—\n+ˆ¸²§Qp',':›Í3ª:54t›KßŽñ5…^”ÿp(±Bðr·8wð¤£','',0,'?'),('\rUÀjÂzh—2/ð9œfM','wp-admin/js/application-passwords.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ä¦h‡(%œ¾³ˆU','¹à~Âžb@\n´|;»2£K5õ–|27¨Õ$9Í\n#¤”','',0,'?'),('\rvk½P-Èt¸Gš¥¦Hm','wp-content/plugins/contact-form-7/modules/checkbox.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÏC|\\8a¸ÄÓ¬&','špw:ìÆ ^ÖkÏE	Á™}G?·uBÈ)ðâY °','',0,'?'),('\rxÝ^´§¿\Z ƒ½<;','wp-admin/my-sites.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','²€/vî	h7–@AÞh','P[ÄÀC1ö¿Ö¡?qt»ÜåÑæC–Š›©ýw#','',0,'?'),('\rzÇ¾±ŠDÖDëžÓ','wp-content/plugins/wordfence/views/options/option-toggled-sub.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','²”\Z(áa|¿¹ÙÎ‘]x','ÍÌ½±ËU¸$Éq9“µœeg\Zørn_a«ŒHCÿÈ','',0,'?'),('\r|ÛˆŠ-C”	¦¯[P','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pie-chart02.svg',0,'²„ä–oqÂ‘Ÿ‘í í','²„ä–oqÂ‘Ÿ‘í í','¦Š-WK³AøâK|\r	vB@ÓæC+ ŸÐ¹','',0,'?'),('\r€çþàËX°öÀ­+Ã-Ta','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_com_dotnet.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@ öMÏ¼³V_¡i¦	Âï','ëåUâsìÝÎÂDŽMÃ™ÆdÍÀ€(Ï\0ƒ±Ä¦~ÍÌÇ','',0,'?'),('\rƒvNõÌ[BáÓ&êØSL','wp-admin/css/common.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','šÍ,ÂÙÃá®$K7¡Á`“','å¶ÿLdÈÉ®E„d¬^ËroÇzÂ_eÏØ‘ñ9æZ','',0,'?'),('\rˆäêëo÷Mð:ÒXÜk','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_network_wifi_24px.svg',0,'1´¡¹òÞCŒ¼§ÅÉ','1´¡¹òÞCŒ¼§ÅÉ','¼âVâÝÔõÆ+õûb(ìÁ§°8‚L%®ì‘Ém\nI','',0,'?'),('\rÊ<Ý:Ñ -{ÿ«Ì–H','wp-includes/rest-api/search/class-wp-rest-post-format-search-handler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','í’J{,pešFžZ:±`æ','Ÿ\'ËÇkÞ\'$ŒaóÙ– ç;­³(\"0a=–ç5…D O','',0,'?'),('\r˜Ò§xOzäâ†÷z‚¾h','wp-includes/class-wp-customize-panel.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Åìo±Vj©\'WB{.©îu','¡f)%Ô|u”Û8JoŽAítD4ÝùLà+¥—úíŠ^','',0,'?'),('\rœ:‰:‰ìõHHù:d','wp-admin/css/edit.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$iÊÿ0v«šon\'Ñ‘¥ÿ9','û,	-ÞËãi– ¢Öæí„Ø±Á+j×Ÿ\0¡\\Ö¢ó®','',0,'?'),('\r­îXÊÝl´ê^#C','wp-content/plugins/revslider/public/assets/assets/svg/alert/ic_warning_24px.svg',0,'âk’¼(1:ªÚbòckË','âk’¼(1:ªÚbòckË','”…ÒÚ*Ýtè›ªtmó´SIo2\rô|oŠÛ²2k','',0,'?'),('\r·/Qeñwœ„µûÉE','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-puzzle.svg',0,'%cÈ¥A”V,åyöë™Ùl[','%cÈ¥A”V,åyöë™Ùl[','ztädZ×¤\"Ã±s>ÁÊð´´mìšñqÊ½E,á–','',0,'?'),('\rÃ%ÛáãÏ%¼ySý`ð','wp-includes/js/crop/cropper.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','—²–ÙH.sÅo¿ö¨â','»pyÖëÛÐ,B·ùòúÌÐGÏÔö-Étœé«ÜÖ=ás','',0,'?'),('\rÑª1s1=¬¡`(˜y','wp-admin/options-head.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÝcV8A#h:e×­/ò¿^','cÒˆ„î^$kR2\r=½Ü«ðþØù@g¸Ê2çú','',0,'?'),('\rÒ—èr×¾ˆ Á¹Î\nœ\Z','wp-content/plugins/wordfence/lib/dashboard/widget_content_logins.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ˆ!PŸy‰t8í„ºP6q‡','õkwQ)¸ù\'°åJ~þM…Esr´…XêY_åãÀ¸Gf!','',0,'?'),('\râ¯Â¶2O“Þ2‡ú&¦@','wp-content/plugins/contact-form-7/uninstall.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V2?È\'%ýžºÎþ0 ','Î´X0Ò†“Ûpš_òµ‰3òSP9¡J[”‰q¯Å’Æ› ','',0,'?'),('\røè½f_\\i8áˆ¾2Èµ','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-misc.svg',0,'ÓDº[`¦Œê&¶³²Ó?Ô','ÓDº[`¦Œê&¶³²Ó?Ô','Ûdm™±Bf!`KkÞÓ¯ö®\\DH×¼t5	É3','',0,'?'),('…˜N\Z3äÙüèo[','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_web_asset_24px.svg',0,'a¡\r±“aWW]/rJcã','a¡\r±“aWW]/rJcã','7\nË·9œÅØ88½>7ùchø5wÖY!‡%','',0,'?'),('€m“ç8Iæéycù','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_do_not_disturb_24px.svg',0,'0¥ç³}Þö}• w‚ñ','0¥ç³}Þö}• w‚ñ','íâëå¹‘©å§¥‘6wXÌöK]I;·xöš4¢','',0,'?'),('3´Ýýâc—5ôäˆŸ','wp-content/plugins/js_composer/include/params/vc_grid_item/editor/navbar/class-vc-navbar-grid-item.php',0,'½š¦0Ø-):k_¢J™Xü','½š¦0Ø-):k_¢J™Xü','ºšø/kê¬Çó&\rÉ °ïŸ=-EùA(ùzÞü>Ò','',0,'?'),('|v&ÐñI ºþÜ‹f','wp-content/plugins/js_composer/include/params/iconpicker/iconpicker.php',0,'•pG]Ž<ÏÕïÀÔ/','•pG]Ž<ÏÕïÀÔ/','ÓðG~úœaOwâóvÓ“¨J%(­8÷ÒQr€¢«l÷ž','',0,'?'),(' S00d|dU[gŽ®','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/award2.svg',0,'½AŠ\\z¦#ÅØ0ÇÇ¨','½AŠ\\z¦#ÅØ0ÇÇ¨','•°ä‡‚vžXÄ*å€ýúŸ‘\"ÁKu?½ÈŠ!¶Cø©','',0,'?'),('-Î]Õæ0™F$™Ã','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_no_encryption_24px.svg',0,'|¹°)dj·O~Œl	Z¥','|¹°)dj·O~Œl	Z¥','\"Å€÷ƒIq6y£eS[z<\0ºV3ùÂ·Yn ~B@º¾Ñ','',0,'?'),('4Ô.§¤çFW©<û','wp-content/plugins/js_composer/include/classes/core/shared-templates/importer/class-vc-wxr-parser-simplexml.php',0,'’\"ðÚe×¸^0öÛÒ','’\"ðÚe×¸^0öÛÒ','qS•¯Í¥jÈµjÎ²Þ¤k‹ÝÖ’¡Ò[ŠT^öîAvÒÚ','',0,'?'),('BÉl@ê!Æ2ñŒÓŠƒ¥','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chess-rook.svg',0,'†€Ž˜¡Ç\\Hª£¹ßÈ‘','†€Ž˜¡Ç\\Hª£¹ßÈ‘','œ¶†W•®ÖBþ\\¡Ð€â99cÇÃEÞEü°ÔZ•ã','',0,'?'),('S‚kQ0óvÌ§hëX ','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/arrow-left.svg',0,'ïqb°lØá&«¯±lz','ïqb°lØá&«¯±lz','Yk“}%up6fé_Þ§‰4æŸÇsL#©x5Ø_\'HÊ','',0,'?'),('W7¤”{(„¦;:P¥š?','wp-admin/includes/class-bulk-upgrader-skin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A2ç?ìÖ¬ššØ+Y”°','ói·ËÀ;öM3ŽUÈPñ<ëÀXZÓ¡zÚÄßâ','',0,'?'),('XÿæHå¥¥(»:ÈZí©','wp-admin/admin-ajax.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ë@7Øª¸—~4[,|¶¡','[â…lKjù ±¿ðb³)	ruPRe(þV?•‹¯+','',0,'?'),('a5ÂÍ…Bˆ_ó­sÎ','wp-content/plugins/wordfence/crypto/vendor/composer/autoload_classmap.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','†EÓ¤ã­‡çÏMˆ¤gª´','QØø£*\'¶„þB©+Eüßž³û:•ómŒÎyuÖW','',0,'?'),('go¬sœVã£;íÇÿ…\n$','wp-includes/js/tinymce/plugins/compat3x/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+ÛnÁÃÙ1Ùì»ŸÏoVb','CÀ„ùT™(›çN+•,´TNèCÀ÷Ì`Þ©Š‚ì¿','',0,'?'),('t ê,$1ÁºýmÒßŸ','wp-content/plugins/worker/src/MWP/IncrementalBackup/Database/Exception/ConnectionException.php',0,'¬rÒ¡ê*@¤æ­W—#Ë','¬rÒ¡ê*@¤æ­W—#Ë','ÁïÎ®ª¨Ûš=‰Av‡1n$19K¤:€¦sãä\\','',0,'?'),('}DixHCz^Tÿ\0Y˜','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_unfold_less_36px.svg',0,'ø1å“CÙ)ì$ù[¯õ{®','ø1å“CÙ)ì$ù[¯õ{®','uyÎ¶Ñ`Æ”vÜ¸\ZYódUÆÐž¹T&Í\Zéf¦','',0,'?'),('‡qªÒ!£EeD•d¥ÔcA','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/CopyBlobOptions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q=w²ÍÛ3Çõ´€^WQò','«ñl`@:S`\'i­°Gÿu©èÕµ3Õ±–çºAk*\'¹','',0,'?'),('\\È±t»Ý×‡={µB','wp-content/plugins/wordfence/modules/login-security/css/ionicons.1607007971.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*áÆ£Ù¿c;®Ûâz¾‹»','¬èNôJ¾s´@Ñ3	š:h)•7Kò›<”\\Nü+','',0,'?'),('•h¯r\Z¨—ªº;%e˜-x','wp-content/plugins/wordfence/css/images/ui-icons_444444_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ØGÓJû‡u;QÔZ6ø½','ÿû…ß\\MUŒíKhQ¯wÀC©¶iÖV´î¢¹²ÎJ\'','',0,'?'),('½¶JAÃ¤È#yÂÏø','wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-custommenu.php',0,'ÄUÛÂ5‹”ŸIJ¨Ì‹®','ÄUÛÂ5‹”ŸIJ¨Ì‹®','ÑºB‰“”©úÏÓÒ¬Õ·ÃÆArììNJÖAW$Qp','',0,'?'),('½WWKwÄpà@¢`ÜƒÕž','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_strikethrough_s_24px.svg',0,'÷œKt·æ\n[ÒÔd}y_','÷œKt·æ\n[ÒÔd}y_','´Þ^„Jýu<ë8*z>aã\n½*›*…Ô.èÐX‹æ‰','',0,'?'),('Ì ‡ì¡CªY–Žñ','wp-includes/pomo/entry.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0îw3aAr³ÈÏ6VH%þ2','%‹›Ø(\'ÜˆQç[‡çÕ”yÙB‘ì	ãO4AO7','',0,'?'),('Í>ÿMÒ8¸ Ùµ­Ñ|','wp-includes/images/crystal/archive.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','–SÊúðŽœÌI0Anë','LƒÖ%X°ó£ÐOè+ÄÞAa®!×SÁ\\Ü‰ô&—¨®','',0,'?'),('ßHdà”Öãèñ•oòCZ','wp-includes/sitemaps/class-wp-sitemaps-index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ù&a‚¯1Öæ›5b}1','¸kZòÇ`§è*5Yu£Â…”WB¦-4Y?Ð{Ì¯Ø','',0,'?'),('ëå\"\rJ\04°¹\'i´','wp-admin/js/password-strength-meter.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s>ùg”»QüeÞ-ô“ˆ\'','„z¨¶ÁOÛ¼üÄ&ÝVE>P)ÿ‹u(rG0€ˆ	','',0,'?'),(' ÆµqÂ2ú÷64š','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_stay_primary_landscape_24px.svg',0,'ßŽX]r£Ä3}[k','ßŽX]r£Ä3}[k','›±±f‹XÃ\nçÑ\'ÈÓ$¢—ÐUŸaBéšp\rSf\rÑRÇ','',0,'?'),('âõÚ´Ç@YÞTALL','wp-content/plugins/worker/src/MWP/Debug/FatalErrorException.php',0,'Ê1ÆeKç@ëë£½è\r','Ê1ÆeKç@ëë£½è\r','\\iÝ§+pºº8\\…ErüªÑdDbúm±IÂãn€','',0,'?'),('ÝTÔ¸oc¨r¾bZ¹ði','wp-content/plugins/revslider/admin/includes/tooltips.class.php',0,'gû¨ÇQ½Å¤ã›oèÓ×\0Ö','gû¨ÇQ½Å¤ã›oèÓ×\0Ö','#Ëºâ¾TórÚ Šäs‰\"(äÀ]³ÇÏ&¿ÔÊWS','',0,'?'),(')<äRhþUë#¯e‰','wp-content/plugins/duplicate-post/vendor/composer/autoload_real.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\Aß†DZ;€#•É‚','ÞÝˆýûíˆ(nOäêö\"¸S/òFj†ePùvÖã','',0,'?'),(',<KzÞ3aÁ:Øì¾sG','wp-content/plugins/w3-total-cache/Cdn_Page_View_Header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¥Vï‰,„G;îW|½é¬$','–LálÇ}l&V¡Ê·wsZœ*ÔÎéúI‹ô¡Cµ+{Š«','',0,'?'),('>$ñÉ$†èðgiž¶„^','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_phonelink_ring_24px.svg',0,'Åìæ¡$+[5½ñ•0DÚ','Åìæ¡$+[5½ñ•0DÚ','\ró~	Ï†×ÂeÎfæ•Î Ì§dL¤Ä$¸‚','',0,'?'),('BÜÌß×éP&ú3$—','wp-content/plugins/duplicate-post/compat/duplicate-post-wpml.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n&)¾g~§‰`JÂì]','ñÓ£ôþÝi£‘y÷“;þ¯q¹@¿œ—Ò3ct7ÅÙX','',0,'?'),('D\"}•ìXVÉ•@	j“\Z','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-post-date.svg',0,'ú§ºf‡€@3ÄFKð±›','ú§ºf‡€@3ÄFKð±›','v˜;•}!®XKýGmÛgfpWµô¬´† ÖKºÆíƒ¤','',0,'?'),('M}Gáqg¥z(óãY','wp-content/plugins/js_composer/include/classes/shortcodes/vc-text-separator.php',0,'×Ûé ¬ŸÍ•‰Íó','×Ûé ¬ŸÍ•‰Íó','(#ÞŸñÏ3`Ãö×¸Íwñ©gX×?Ö™ä\\ýw8T[ò','',0,'?'),('Vná“`üGð}>a\\','wp-includes/block-patterns/text-two-columns-with-images.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@‹Á‘N o¢F\0’A\n','cUÈ«d4¢B”nDÎÕÂ®Qù¶n+RÂÓJ1e','',0,'?'),('W)DR…	ýÖÖ›Øxç','wp-content/plugins/js_composer/include/templates/shortcodes/vc_icon.php',0,'â„-Žôóò]k)›2Šé','â„-Žôóò]k)›2Šé','ë-MÆÊwb?TšKºè‚²ÿ>Í„fÓ“¶)ÌÜƒ','',0,'?'),('\\Üàã”·ðAV*ç±¿','wp-includes/js/jquery/ui/slider.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','JÁºç;‰ÚÉ:/}Vž@','|Â¸^“n&\\:+¬\']Ô/î9T¾ß6˜±æ(Š','',0,'?'),('¶$ÀNJfˆaäIw—¥C','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/strategy03.svg',0,'WÒÔ?C¾ÿþÞ¼ lnÒ','WÒÔ?C¾ÿþÞ¼ lnÒ',')”t™9LY\n‘,A\r¥ùÍEéÅØ„@r÷‘\"YO3“','',0,'?'),('ŠpÆdÌüTC>WÛ?','wp-content/plugins/worker/src/Symfony/Process/Pipes/WindowsPipes.php',0,'dAœ¬:Ø	‡†ú	>','dAœ¬:Ø	‡†ú	>','£§‘ËœwÞV½ÖiÝZÿ“x}¶h÷µ³®óÇÑ1ôÿ','',0,'?'),('•c­ÛnxÀÔº|È','wp-includes/class-walker-category.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')­ñ2óGäE±âÚá;HŸ','GJ8™Öù¼¸¬¼Y<1Q{<Â5ÑC‰€Ñ[àV•ôz','',0,'?'),('œ R>žO¹°¶Âé‹¡','wp-content/plugins/w3-total-cache/lib/Minify/Minify/Cache/File.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ˆâ¥NõN»eË53{2','M/·NyÏC¬åô¡˜h(,™ÛecØfè£yá:Õó»©','',0,'?'),('¨·3N¹bßœR}\0»­¥','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_photo_filter_24px.svg',0,'ËÌã¹9ojù+wÐ','ËÌã¹9ojù+wÐ','ä¿ÙÂÓÙb÷à8\r˜ñö÷À^,ÐËu«ÿsžº','',0,'?'),('½‚àˆ«ªnŒ²Nd','wp-includes/js/hoverintent-js.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' pˆ¶.`–u76°Á?','Y!è:\nAŠþË	¿æÚ«ÒZgÏ,=œ|–òë','',0,'?'),('Á]¯*Á.>`Eõ“f±','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/XSalsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','kÓF£ Æh¢ç€1-¦','6!oŠmö¦ÝŽ^Ž.Á^@Ë¨ÑÒv7ñ	Iáœ}€Ÿ','',0,'?'),('ÇÝ¡=½½Nx¼‡KÔ`*','wp-content/plugins/wordfence/lib/wordfenceClass.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ìÑ-”ºŒ¬L]™J•[ˆõ³','Á3º‹±›š™Œ^û­l3vè…Ï›=<Û{Y','',0,'?'),('ÛgÙ$ˆS¨í5Ã€¿S›','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_bluetooth_24px.svg',0,'\Z³K9(\ró<óån-','\Z³K9(\ró<óån-','€†\0[jì ô#›È’;rÙvñwÿ!&xŠµH+ôd‘—','',0,'?'),('ãŸGy„Ä°«íikêíª','wp-content/plugins/js_composer/include/templates/editors/navbar/navbar.tpl.php',0,'È3B>Úw·f»l·Þ¡„Ã','È3B>Úw·f»l·Þ¡„Ã','Í‰D,ÿÕû`ž(TOž»9DVmˆVþ_X²Â‘ød','',0,'?'),('êòd¸¾=áÃ@hs°:k}','wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/AuthenticationException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K#lJP¨‹e0uŸg¥Û”','UþWMš™êÛslLžÜæÕ9#Tb Wj?\\Ñu¥¿¹','',0,'?'),('îˆrJÿ<p>§úÃÄZ–','wp-content/plugins/wordfence/views/scanner/issue-wfThemeUpgrade.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9ˆÂ¡øÎã^-,æŽªEg','ªX0½“\rÆù©vfÅ­âù-$°ZïuÞY¢S ÈÖÀ—','',0,'?'),('õ&/¢db¤dÈq°2/','wp-admin/includes/class-wp-community-events.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!Ë³†J+”·•§r‹E%û','ÜõãöüC=@ÿçµ¨s²X\'µy`Îb¸Ù¼IŸˆ­','',0,'?'),('ö%w45øX‚ßæ³ž','wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/base2n.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t¸°^I\'Ü]!¯²Ò³ñ','ð…Ç¦ÖbtË5¡‹f·úªÅøcÒ¿kdþ¼m','',0,'?'),('\0õª]Àaðv•”¾CY','wp-includes/class-wp-walker.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zŠ+@,ÐG,åäS^çÿy™','Í(8j¨C[-ïœ1ªÆ ¦ÓÊ–¸þl3Omì','',0,'?'),('«?H“©ÿÄë—h¬D0	','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/php72compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ï¬¨‘rzº ßdÚ','½h¥–Ã+å][e+ñ¼Žh¥Ó†½ô°FYà V','',0,'?'),('“¢þNVÔ±³æˆzÃZ','wp-includes/js/jquery/ui/effect-shake.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1ôÌŽŸXé!µÝ-óU¹“','µ.Å«,e=~[ŠYípôxê\"¸oã?vý½#ÆÏ','',0,'?'),('“”t‘XLé¬º6¯	','wp-content/plugins/w3-total-cache/ini/apc.ini',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¢:Ëâ·›¨ÃF–\0ë^UÒQ','._ðÍÌOj±ë%›NÙ[»³¦oºäsÈ®vÒæÚ-','',0,'?'),(')Ÿ_æö’J¯‡×™Ô','wp-includes/js/media-models.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_\r=6èHœóÎ_*Bq!Ò','o‡YI)AL‹\'ùŒÔëx*¥5+xí¤äýÏW','',0,'?'),('3úËCß£ãt2S™!¿£d','wp-content/plugins/w3-total-cache/inc/define.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÃÐ¦Š“éœG°D|\nì','eû%$ô°êeC“Ä°‹ŸxLÄž×Ã¦uépßBÞ','',0,'?'),('F\'Ñ…I+³`×öA5úÙí','wp-content/plugins/revslider/public/assets/assets/svg/file/ic_folder_open_24px.svg',0,'v\'\Z5âäK$ÌÝríû.mU','v\'\Z5âäK$ÌÝríû.mU','Ô\"•`´f¤Ó(®mEÒ*ëPãS+I>MŽHérD','',0,'?'),('GDaðp‡¹jš]¢úUA','wp-content/plugins/w3-total-cache/Generic_WidgetBoldGrid_View.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¯~M*‰Äk£CòVÛs9','¢N‚‰>5Ny¨ã†¦`Û—)/>¯Ÿ–ÝÊ“·','',0,'?'),('G<7eƒtª/î’÷W¤','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/File.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[f0L”ÅŸ»Ò\r³{VWè','‹Ð\'&Ü”[m`ÄÏŠÐc2EºÇû%äW¿GWºä‰·','',0,'?'),('Hi*¨–\'&Ü˜ý„s.ü','wp-content/plugins/w3-total-cache/Cdnfsd_StackPath2_Page_View.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	e¤²%#«žTZ/tË','=óGxºŒÓ·áõ†á¿tÈ©t\\Ì@ö´í…¬','',0,'?'),('L}b&‰Ûµå€b','wp-includes/blocks/separator/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|[ßïú·:ŒO\n]²Á','T×´ÈþÆ–\0„}Á)Š¢°í¾®!KÎA	AöyS6','',0,'?'),('`™&­¸é”¥~K3/d','wp-admin/css/login.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','—x]›Œ.ëš@Ý$¶Q›’','#±0qH[ègˆöÌC\'”wE\ZÁmKÜ!‚ùÜ¿îº','',0,'?'),('`Þ<&>Æ¹©¦ôk\\€:','wp-content/plugins/js_composer/assets/css/lib/typicons/src/font/typicons.svg',0,'}}`žúr9VrÂj<‹','}}`žúr9VrÂj<‹','Í­ÑÊÕŠ}Üyn	O}ÝÏtVÑ(}iëq†Ì=»0N†','',0,'?'),('g_/š/æœˆ-wÍ ','wp-content/plugins/w3-total-cache/CdnEngine.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','RÕ³j_øºè>?gÒt','r+mÒKK2n…šˆ—÷AbúË¯}%\n°È@_×¿	Õ¾£','',0,'?'),('k¿ó\ržüHõRú!—éN(','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/preson-chart04.svg',0,' ¨žN¸\rS1¹*ï^MÃO¾',' ¨žN¸\rS1¹*ï^MÃO¾',';›ÐµT\Z\0báú3µxU©Þåí‹Ê§@M¼€Oñ¹','',0,'?'),('pþIÔŽúœ­32¥V','wp-content/plugins/essential-grid/admin/assets/font/egfont.svg',0,'ÚšèÆÁy¿=›‰ÒÉÑ','ÚšèÆÁy¿=›‰ÒÉÑ','Áä§Ëÿ)~Ò¬7vï¢É\n\rzŸ…)¶‘Ÿ^~»ð2','',0,'?'),('(z§»Š>\Z¥Êm‡','wp-content/plugins/revslider/public/assets/assets/svg/file/ic_folder_24px.svg',0,'p…5l_Ù4U<ƒ“‚»	>','p…5l_Ù4U<ƒ“‚»	>','$-vÕÌÄ£\0-nõòžŸ\ZcžÄžÔß¡¯Tø\r‡U','',0,'?'),('„ªËà#´û‹.å*®Òo','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_left_24px.svg',0,'§CÂ²q”+¸|©Ö.·v¢','§CÂ²q”+¸|©Ö.·v¢','\\]h¯Ñ;_s…Uht:\rÛ05ŽAUgýºÎ»zh¡1','',0,'?'),('‡ØÐ8¿•Ñ½b¸v\r','wp-content/plugins/contact-form-7/includes/contact-form-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w¨ÇAr†0Î$ô ¢}:','YÐ÷	äSÇÒEVkûÀ/N ÛA™y’îŸ¦c«¬Ã','',0,'?'),('¸œÒ‘-èÌôŠ\rŠ{,ï','wp-content/plugins/wordfence/lib/wfCache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7 Æ¿žÄ”Äsîy‰ß','|íuIPõwh5ÚŽ.m\"*n_û¬ 9Ì˜­¼JðPÎ','',0,'?'),('“~˜âLÉÎ*Ä,Ä<:¥','wp-admin/includes/theme-install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ælpÒBdÂÃð™ÎZÎ','ÓOò ÚþnÑuO\nd7K[\"}èç7\'pÉÍÌ`ö`','',0,'?'),('¥(¿ÙŸz\'Þ·Ïô(','wp-content/plugins/duplicate-post/src/ui/class-asset-manager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0¤»Òl×+¸©Æh§Å','gC1\'Ê°Ÿ„+çm®n·èdLx5cK_‘»ßk{¢Ìù','',0,'?'),('­6¿Ê)ÆüƒÎT“¿(Ï','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_exposure_neg_1_24px.svg',0,'Ã{]^6Ô¤~a©¤b³›','Ã{]^6Ô¤~a©¤b³›','µ|ãëª/ž*¢s¬1s†45†Ö«eRþ±xJo¼\\','',0,'?'),('®SxÃß4®@oÁwïN','wp-admin/js/widgets.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Uè€N_Û0P\\ª7ƒ>jì','Lõ»ª;Q%~È™îIJ˜÷ˆwü[2úïïÏp‡\0i','',0,'?'),('·‰ˆK•ŠoR³Ä}','wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_frontend_editor.tpl.php',0,'ž£Ä$û-+,1¼l·~E','ž£Ä$û-+,1¼l·~E','Í´3¹ÅI=ñ»é¿ß¤p÷Næ6·Ç3­ÿ›ïÖÝ','',0,'?'),('¸\"!û6é\n}M<¬½¶4','wp-content/plugins/w3-total-cache/Generic_Plugin_WidgetNews.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w½ßÎê\ZÔÚÓÎ5‘','å-Ü6 ÜœIÂ?>…Àßq>èhi…–ùœ]øö‰­','',0,'?'),('ÃDdàŽTÜÖ«Í','wp-content/plugins/wordfence/css/diff.1607007971.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ü€g	­ú	™$’˜‹`róQ','ÀÜ$µÌhEJ^54<$žÓ­YcÃ×áÂ’Þ&','',0,'?'),('ÃŸAÆo•–çÈ&NÅ´','wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_post_meta.php',0,'üÄL‹b‹^\r„I«‘\"Éˆ¿','üÄL‹b‹^\r„I«‘\"Éˆ¿','ÆÅ5,¯{\'µ3Ä¡Ræº~¼nun4²•í>qò\\Ë','',0,'?'),('Éèë:m¡°[Ý¢¯:#','wp-includes/l10n.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¹ËWåMáJðË€ÿéÿ€','…Âæå¦ŒÛ=>7²Œ%	´_\0â×ª$¾È”NÁÛé','',0,'?'),('Ë_µáÏ\'ßÅQœÛ¹Fg','wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Psr7/AppendStream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','àhODêtZæMVæ³¡§g','w¿ ÕFy^Awéô0¹ÒÏ\'Øë^;ý]7·¡üÕ','',0,'?'),('ÏI¢Ø\\j¶¬ÑxÌÍËg','wp-admin/images/date-button-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Â‹?¾©¨a´0ý×9JQ\Z–','Ÿ­Ó*¬Q­ºèÚ_(G:*€ÊýÎ·dúëãîêà.','',0,'?'),('Þ]PªJQÆ€6oÖ¢÷•;','wp-includes/Requests/Exception/HTTP/428.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','š—»i÷Bäå}§^®t*','CêO¸W%“®¤tßÞY×|ÂÕ&‹0VÂŒÐ\\Ì','',0,'?'),('à	­•ˆÊÿä¯þ¸Í&ó','wp-content/plugins/essential-grid/includes/InstagramScraper/InstagramQueryId.php',0,'>Â×}QÇÓ)±0Éšfƒ','>Â×}QÇÓ)±0Éšfƒ','·k³/eÀ\nÐî\nu•Þ,S“e®ã«N³œ‡»¶Ï4x-','',0,'?'),('è0©ŒbÉ.Ò{ÖTD','wp-content/plugins/w3-total-cache/lib/Minify/HTTP/Encoder.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zÊÂíüFÉ®Aö}«ŒE_','%ZùÀÔâè\\ÚÚ\r¸<Šæ(wÆBPûÜÁ}§Jm','',0,'?'),('éáæj7r[¼,”ÌüZÖè','wp-admin/upgrade.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','é5 ,/ø¢Ê”LØ;œ','÷ŸkNIM\0ýÆ¯Ú¿X\Z¦„SæíÅÔ¾‹ÅWåœ','',0,'?'),('óh–V1xb]Ü','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_clear_all_24px.svg',0,'âán4­H2ëu›{¨[','âán4­H2ëu›{¨[','Æû	¹0úØ7­üÁS_ÒLîòæ0<«ÂW‚õøÇ','',0,'?'),('ôÙúõìr¾nL™sÞ^','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Filters/RetryPolicy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','û{V¶Øs*kÅÂ!Æ±…','<\0˜p´i˜XÕˆï`ÂÞoÝJºgPQ·mô*Q”','',0,'?'),('4›ŽBÖ\07qoBÇo6í','wp-includes/blocks/rss.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z<!¾U¤nûñ_ÿeQB','PnÔ2‹ÆÕ&«Y!Û>PºÙ™Â{Æq61šÀ¸˜p','',0,'?'),('\Z“êlm·ð‹”@øø','wp-includes/customize/class-wp-customize-date-time-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(†ôšchÔLˆ©Fü3b','Ö!V€§§#|®¨:›{Ç.a½Öç›Ù(º[y¨O%','',0,'?'),('Ä-²°\'g‹«P÷\\¬','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9žVÆ#Ò¹ëÛ4€','Gpšf¸øHvŽ†žŸ\Zæóx‹8ƒþª£1C°[Î4A','',0,'?'),(')WÄð%]ª!Þ;°ýÕz','wp-content/plugins/js_composer/include/templates/pages/partials/_tabs.php',0,'%,	TƒÖ²™Äæ»yQŸ','%,	TƒÖ²™Äæ»yQŸ','g02ù°§à²$—z®¥Í‰¥I&S¦zFÒ²ð£ðê–','',0,'?'),('D©8hFÞ›BViRî¨','wp-admin/css/colors/blue/colors-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','æíA%ÌÑÛ&#ªkb~\Z','ø›È¨¯[ç#•7˜”ÊÖDª1	õÍo+Rå†ÓóÂåð','',0,'?'),('L,\Z\"ÿ\0CûÊ¡8y©','wp-includes/js/dist/primitives.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\	ÝŸ…Á ­.Lº\n™æâ','ªN²¢ÕÝ®ÐÁn>)ˆJ½Ñ*ßíõ»ØÆ¿ôûa','',0,'?'),('Ltž†º6jç8Î\'2(','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-checkmark.svg',0,'ê÷#b\\1C—Wñ–¥™','ê÷#b\\1C—Wñ–¥™','ËQÒÀjùëŸl réžáiv\0õ™MÅ+~¯º±3','',0,'?'),('S§@RŠ§5î? œÇ€¶','wp-content/plugins/worker/src/MWP/Worker/ActionResponse.php',0,'À0AØã±ù×®•üC}','À0AØã±ù×®•üC}','dà°ØˆiåÐ¦”Rð³ïª¾llžø·ÿ	÷Ãrœ:','',0,'?'),('\\ Ü€Ù rïit¡³','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_rotate_right_24px.svg',0,'wÄ¨r˜w§‹ë÷æ','wÄ¨r˜w§‹ë÷æ','ô8±Â$¼ØÊ×B@‡àbÝÛÒf_¬ä¦À2ÀçŠ×','',0,'?'),('j×»ý‚óq.»*;§á2','wp-admin/css/colors/sunrise/colors-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','³Ê]îx25‘@s§L','ÌÜ¾ªÿ„´Ý†GUUHçìï.©Ì!ì/É/ÙAÄÏf','',0,'?'),('l‚Ì!‰D¬)å4ï¤','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/calculator2.svg',0,'`Š\0ÏøWPòÎ›ÁÏ$õ','`Š\0ÏøWPòÎ›ÁÏ$õ','¬1°A«»Þ\0K;œtû›Ur‚ ñV°ø\'\Z£Eê','',0,'?'),('qfH–½¶<ìO©Æ;','wp-content/plugins/js_composer/include/classes/editors/class-vc-backend-editor.php',0,'M)åäkjä““3\\Tu','M)åäkjä““3\\Tu','Žúv©BLôÐéQ¤Ñ=0G,Io³æÓm´`­>Ñïð','',0,'?'),('w‘esÅÏi<µOØJ%Á','wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Sh¹/˜×ç_yÖBjtæb','ßpI: _‚\r»A5¿š8ö÷ãä7$¸1\Z\Z','',0,'?'),('üRËÉ.‰ÑE>3“H','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_frames_24px.svg',0,'%´DîÔï[K(qe`/‹#','%´DîÔï[K(qe`/‹#','Ÿ^”ÃK÷]?Õ4~Âñäü‘*qº^æ€²šb¬õr£û','',0,'?'),('€¥1°»z§:Ceí_ý€','wp-content/plugins/worker/src/MWP/WordPress/Query/Abstract.php',0,'4Vg~U€‰ßž¥øp(%','4Vg~U€‰ßž¥øp(%','P¾¤ë£Ãu]èNi\ri³Äî\\ñí³š‹J N','',0,'?'),('‘Ô¸€¢%\ZDéŽyó³Z','wp-content/plugins/wordfence/lib/GeoLite2-Country.mmdb',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Å7j™¹hœ¶¹¬`{ˆ%','}Úš®!èX·[–«ˆÙÅzÒ>ìÁöUVû[','',0,'?'),('œðfÊ¦Ñõ[(‹”Ü','wp-content/plugins/worker/src/MWP/EventListener/ActionResponse/ChainState.php',0,'NÂÜóN°J’TýÁ{™','NÂÜóN°J’TýÁ{™','IÕWÕÃxKéB‘Ÿú@lp¤HÏ/™àEE•	Û1É°R','',0,'?'),('¤Zò÷ód*–èY¡öÚ˜¡','wp-content/plugins/wordfence/views/options/block-all-options-controls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','95IÿB„Š\"aãÏ','V§áG3˜îÿ7R£Ÿ(ñÀÝ@«\n,\n¡	…úøw','',0,'?'),('¥Œfu\'ã_\\Ñ°/k]0','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_remote_24px.svg',0,'~—,Lþ<COp:ðq¬','~—,Lþ<COp:ðq¬','ŒÇ¥6•š_õR~@.ƒU—§¯áLöêp“šƒò¯aUÊi','',0,'?'),('¥çrÉ˜øôA‡dCœ1','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/AccessCondition.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(wÄfõÅOuÇ‡¢NM¶Ê)','¯ê˜ééBe/É”0Î6X‘Xùî40­lU”Ï©ü4Ïñð','',0,'?'),('±ÓŽA}ÒŽWZ5=*tž','wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/WebService/Http/RequestFactory.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','êb;v\'•gÂÑ~”ž®¯k','mè!ÄM€–J\"v>,ôäí0î\0ÕœÉ«² &jÙà','',0,'?'),('¹%ýGåìK”™X›_','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/GetContainerACLResult.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','à>ž\ZÞe°\0K·”ÇS',';ì%Ýi8@‰3å¤˜É­Äoõ\0WÿkzX½Á±Ò','',0,'?'),('ÐU€LíQ/C´<}ý','wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/s3/2006-03-01/waiters-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÔòÏfCØ%j‹qùÏ!GºÅ','ç\r¿öõ¦õˆ.¢6(¨ßMÉô>‡@QL)ÿèÆ','',0,'?'),('ÒrˆWê®3¨™ãá¥¾V','wp-admin/css/color-picker-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','é„³YuMhEF‚\Zúa',']‰äu½^Å” -ÝÇ²ö›B÷#Z‘ëÚ”ÆÈT”´Ù','',0,'?'),('û¾Ì¿ñh‡[F·Ú]o','wp-content/plugins/w3-total-cache/Extension_Swarmify_Page_View.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ïv5²t©\\Ðf…–“Eí&','`\ZX]I\0TæúVmqUZV»{øº¯>-¹÷öìª(1','',0,'?'),('\r{ž2÷Tµ\rÄv0µ','wp-content/plugins/revslider/admin/assets/images/sources/index.php',0,'ÔŒÙ\0²é€	˜ìøB~','ÔŒÙ\0²é€	˜ìøB~','ã°ÄB˜üšûôÈ™o¹$\'®Aäd›“L¤•™xR¸U','',0,'?'),('AŒmâNO?âË','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_find_in_page_24px.svg',0,'ò^Êž|õî?=O0é20','ò^Êž|õî?=O0é20','S\"”2È‹:¢a5¡óp]C<:âF}¡„ù¸Ü½ç)^‚','',0,'?'),('YIEùâTt2LÕè]','wp-content/plugins/contact-form-7/modules/file.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÖhD8qA Ü¢ƒãÛÆÒÀ','‘—%¯ð¹0½çþÜã,~¥› ™	Ï- ~:ðÿ\"m','',0,'?'),('×Ó=ŸÂõM‡´Ÿ`C','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Parser/Crc32ValidatingParser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mäöÀï4‘ÖÄWâôG-äç','dlQS«òéb­4ZË˜&¹Z$˜7Q+vìb9$š¼6','',0,'?'),('\Zÿå®[* ã÷´Ï~7','wp-content/plugins/revslider/public/assets/assets/svg/file/ic_cloud_24px.svg',0,'3ºc‰³Vú~ŸÁÏLj˜Þ','3ºc‰³Vú~ŸÁÏLj˜Þ','.~ÚŒ|nx•€‰öÏe:’TÖèE˜DÁŒOøR[','',0,'?'),('~¿‚ù¢îQÉlµ‹«','wp-content/plugins/w3-total-cache/Extension_Amp_Plugin_Admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','fW¢™´låÚ8.ØP•','V	RN=Œèáno¯ha$·\rÇ\0QGWÃH\'TŽØqë™','',0,'?'),('!²Zß\0ÕŠ…œ9Ü¶³','wp-content/plugins/essential-grid/includes/search.class.php',0,'Ô­õ>äÁü‘Nûú›·”]','Ô­õ>äÁü‘Nûú›·”]','„™\\˜u.Íe…ëo`æ1t{G¸ˆfqIGB_','',0,'?'),('0ë†ÒàqŸ@ÔG6kŸÆÕ','wp-content/plugins/revslider/public/assets/fonts/pe-icon-7-stroke/css/index.php',0,'ÔŒÙ\0²é€	˜ìøB~','ÔŒÙ\0²é€	˜ìøB~','ã°ÄB˜üšûôÈ™o¹$\'®Aäd›“L¤•™xR¸U','',0,'?'),('9‚O~Ÿ7ŽPNÄ‹h','wp-content/plugins/essential-grid/admin/includes/import-post.class.php',0,'tjfp—a°Gú“Ÿ9tÏf','tjfp—a°Gú“Ÿ9tÏf','Â¼…MÙ8mt£ÛsK3¦=3!O\n³õf¦¶7Ó+º´Y','',0,'?'),(':²Xæ2ìMÓþÖ~ûÈ','wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¢¡÷2Ì4vLhNÕ!Æó2|','¯ÂË3iA(Ö­æpíç–GDŽÿÚ”îð´÷£ïÁ','',0,'?'),('Cžy²Òõ8Ý\'a¼Êý','wp-content/plugins/wordfence/crypto/vendor/composer/InstalledVersions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÈøÍ0mj¾ÓþÃúÔž×W','Í›=¡àÛIŠhK¸g\0¨“%T.‡é]³\r†Í~','',0,'?'),('LÖÄüý8àï€õ\\¨Ý¼+','wp-admin/images/imgedit-icons-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',ãî\'ƒ£6U¦½ýÃÌát','“?àØŽ).l ôÐÏ%¸<²(_Ú 6ÿ`^c7','',0,'?'),('e1“ Eã·]«qÐe','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Serializer/XmlBody.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')»Ã®ªhìõúŠÚ*H»Z','oo:uÍÞ!Û2:½2këÜ,@Øëâ´s¸ËÎ‚e´','',0,'?'),('mÔÃ±…~–öòR¥?','wp-content/plugins/wordfence/views/tools/options-group-2fa.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ù»O¤N¹ÚýÓj”ÔPv4','mÃ]n>»¯¡‚nFf;ñÉGf-m_L”Ÿ4bâ‚\'','',0,'?'),('pÛžÔ2N<:Z¥7»r‚','wp-includes/js/tw-sack.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¹‰¥½„öëËÁ9>Àæé‘','{¢n]Ö\0Öˆ˜Ýn»\rÏµôÉ<§wË·X)ƒàÚ:','',0,'?'),('tl^iƒ›mƒ_âÌöÉ%','wp-content/plugins/js_composer/include/templates/editors/partials/templates_search.tpl.php',0,'õ—_Û“§Õùß^kUAÏŠ','õ—_Û“§Õùß^kUAÏŠ','Š†\'æ;F«<ŒdMª)„Šh\"~5ˆ°úòS\n«“ýø°','',0,'?'),('uŒ)8FG9¡C°(¶š','wp-includes/js/wp-ajax-response.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0¹±p8{©6ÑlÜ\0','kâ\r~¹òž£\\ªñýKÌ\rM±ô×£§$²¹Ê”ï','',0,'?'),('çÜÉ—Fˆ?1p§©7Ñß','wp-content/plugins/w3-total-cache/CdnEngine_Mirror_Highwinds.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i§[Ò;¤Ú½ûÛ=<z','{üéÍ5eÿ\rsB!ýÚPÜ?´õ3û	`}ÁÌV™Ï','',0,'?'),('ŒeBU\\kœh¯tK_Ž6*','wp-includes/blocks/subhead/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¨cÖz‡º†l‹ÀQ—½†','èæFRÁ\naý*!_^è²¿¦r÷…`H¿«a¦ñbÇ','',0,'?'),('¡Ã`¬„f„…9Ï(—¨®','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-structure05.svg',0,'…`ÿ±‚P\0Øm’™%ÁvŸ','…`ÿ±‚P\0Øm’™%ÁvŸ','GÍ«~H´ùû˜§×\'\n-’‡y¤Š`‘ebaLQ¶¾','',0,'?'),('§¹ áZZ)Øèçpk','wp-content/themes/betheme/single-download.php',0,'sÙsÎF1_ù¿ÚP–Ú¿','sÙsÎF1_ù¿ÚP–Ú¿','ÓùDnãú}j\"Äz‚ûÝŽÕT(ÎÉ0ÿÕÙ¼c','',0,'?'),('©¬³ô‘9Ä~\0{@ÙÛò','wp-content/plugins/wordfence/views/scanner/site-cleaning-beta-sigs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',‹)RÔq¢Æy»|´­4„.','ð¡%U¦<G×H«Ëæ[ãÑ.!eË‚t,g˜äsÉ„','',0,'?'),('ªËˆ-Xè$ô—í°ôÉ%','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_italic_24px.svg',0,'ÿ´ÚÎŸÞKöakÜ¶„','ÿ´ÚÎŸÞKöakÜ¶„','§ÛØµ§)]‹düï¬Ü$(g[é£µÂ[µUvÄûŠ','',0,'?'),('¯à^17An>K9ª¡','wp-content/plugins/w3-total-cache/Generic_WidgetServices_View.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pÖ>€K€!ïm¦\\ût','ÔÌQ5íºPÚà#›°¹áF|¬%nZÓq}¹V','',0,'?'),('¸·áClo¦¶±–¯éÒ','wp-admin/nav-menus.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÞQgìæ©>h}7¸%<','4‰ô×¥k-%ÂâÎ	k@1ÅÈR×¨ôr—Ã›Nðÿ','',0,'?'),('¾>ëC²[o^KQ¬ê','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-empty-space.svg',0,'.íÁˆ{×%áe«±êT$','.íÁˆ{×%áe«±êT$','`RÑ7ž£¡©Ö;=ù7ùU˜]£kP†æ','',0,'?'),('¿]ÿë/Ž‰ža§õ(—w','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-line-chart.svg',0,'ÍÆÂÿ	`ºûÔÂÏç©˜–‹','ÍÆÂÿ	`ºûÔÂÏç©˜–‹','}Ò‡´LXÈ²Ìp÷D`\'[‡\09f|Cò­Úü©Ãt','',0,'?'),('Å¸¢»ûG=ü¾‚3ŽsW','wp-content/themes/betheme/muffin-options/fields/checkbox/field_checkbox.js',0,'ÂÃ§ÀÅÜú$R€¡rÕ„','ÂÃ§ÀÅÜú$R€¡rÕ„','÷]ON|¿Œ¨áGwü?K_¯èU}ÙOíAÔY_ôîL','',0,'?'),('É‰î6+´g¶=P\n§1°','wp-content/plugins/worker/src/Symfony/EventDispatcher/Event.php',0,'¤Oþ¿Ó ãEŽé5?M:þ','¤Oþ¿Ó ãEŽé5?M:þ','ò2×²e“ëoq$}®R>\">ÎD¹Ü£ÝX6Ï$\Z-','',0,'?'),('Ì\'ø·Må°fõ™','wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-revslider.php',0,'’Ü˜M.6<ð\rúÉ b?(','’Ü˜M.6<ð\rúÉ b?(','„7ëM2w„ÏoJk\'ðõ¿WxÏ×€¸$g,øSGqs','',0,'?'),('Ìf®×’Ã¨&©~$Å¶s‰','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_pageview_24px.svg',0,'E.zŽøÉ¼¨¾oyI»','E.zŽøÉ¼¨¾oyI»','ƒ@¥C]Š#NÈåÞb]ÉdèÝ6\"Œ®½2ð½­Ç!½','',0,'?'),('Ñ¯0æsSÕÕšUø)','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_motorcycle_24px.svg',0,'Å½>FøtÔ;]ûå','Å½>FøtÔ;]ûå','„ÿÐá¯þ„ï˜yÍãË7W‹(4b_ÍÔ¹X~¯','',0,'?'),('Óo?\rK†Z÷·ÊÃ','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_looks_24px.svg',0,'Qü™÷•âƒ½„Qö}tïFÁ','Qü™÷•âƒ½„Qö}tïFÁ','éÔõp?+R¶×˜´FöéÚ\0S0Y™è`ý¬(+','',0,'?'),('Û/¾¿¥ÓžåVä//ðQ','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_card_giftcard_24px.svg',0,'È¾á|£™§sOÀ#4cŸ','È¾á|£™§sOÀ#4cŸ','UºbÞTùLÔ¿Ñéržg$ÏT)\\w·ïè^³XÇ','',0,'?'),('â&þ	YÙtz(¡\Zøæ€','wp-content/plugins/wordfence/modules/login-security/classes/controller/totp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j.\\Ä0*€„Ö	[²¼ÎÌ','fÜ€ìÿ8…“\'!‰RFë•®ÒLÂæÞË™^ÔwâÙ','',0,'?'),('ûÕÌ[«mš:àX	*–õ','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_account_balance_24px.svg',0,'Ë.`´Çåy\0\Z$ÅfÞ›','Ë.`´Çåy\0\Z$ÅfÞ›','ÿO2®íaþufGaåËÜ©l\"\'%\'ô¾º™J]','',0,'?'),('þRþÒ\ZG%ç\"UþæS+','wp-content/plugins/worker/src/Monolog/Processor/IntrospectionProcessor.php',0,'‚\Z¬‚ÔN8\r}ÇÖôà ŠÏ','‚\Z¬‚ÔN8\r}ÇÖôà ŠÏ','h	]òøå¿¾ÝÄG§ÕÑz°>Â9œNQ¶TøÈÐ´	','',0,'?'),('þ¥I<½ÖÍUÂCMdZ¤','wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-boolean-switch.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¢V¤÷IÞ„ÅŒ._™œ','Ñ‘liß‰ØÖ.ÐN /†Ùsiö­Tž¡j!ª£l','',0,'?'),('ÿ´-¹†i>bsŒ›1é','wp-includes/js/jquery/ui/resizable.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c0•N^Ûlº†ñïÂL¼ï','â~Ïæi’{QœžŠÔ¯´µÖ•ÓëåµYdFØw\r,ÔÏ¹','',0,'?'),('ß(&FÚvÀ	ÞìÓ}Í','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/badge02.svg',0,'Ü-ËQ.1qãKá7ºü’=','Ü-ËQ.1qãKá7ºü’=','5íI\'¦aM¸\nºÇI<¦Û™=5ªõ1ôÈ~¾äè','',0,'?'),('jÍ [ÛBŠû\ZÁ­g','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/puzzle.svg',0,'RŒdËÁZ#cRmq_1','RŒdËÁZ#cRmq_1','ùu¬™û¯4ô›¤³nQ@F‘mÁR¶h4ß˜9y ','',0,'?'),('+ÁŸQX¬C`?\\Z*œ','wp-content/plugins/w3-total-cache/inc/options/extensions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','é;?80÷#K}çÖdXùÝT','OK’#\ZHD×Ô¶¸e TÄB—Òq1…„*óšâ5','',0,'?'),('S­\nÄa%&DÕÎ‰$Ø','wp-content/plugins/revslider/public/assets/assets/svg/social/ic_people_outline_24px.svg',0,',:÷ ,ãÆ^þBõËVm',',:÷ ,ãÆ^þBõËVm','ûòUÔ‹h»y¹©0F9Êz–UÅp|Ñ ™i’j³\0ù','',0,'?'),(' ³Ì®ä.øgú†ówå','wp-content/plugins/contact-form-7/includes/validation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÈÄ>”—„ïãÙà„ø½Îé','cŒÍ½9´8ân4ÞÌQdµÌDµTKÈóTS†)','',0,'?'),('>i7q \rËÉ\ZGƒD','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_wb_cloudy_24px.svg',0,'œHcû$:kÊO‡‰½Yè','œHcû$:kÊO‡‰½Yè','¥k^×·Xr³ª-	ð?Ì1]-¹†o:¥?\0zÇ;ˆRéÂ','',0,'?'),('QëR™‡ \0®ð\'™ÚQ£','wp-content/plugins/worker/src/index.php',0,'gD,Vë§=\\ÆbP','gD,Vë§=\\ÆbP','k‰À—~	¶½UH\Z¥ÖxƒPêÛAÌ„¢ú<¡ž;X¨','',0,'?'),('c,ÝuNÚ+Šmçä9l','wp-content/plugins/w3-total-cache/inc/mime/all.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','öçÌP¹gW\',¾„éÎ','UøviŠgªå# ·™T1,jø†k‘IeI…žP','',0,'?'),('læjKDøWäÞÂ ~Ÿ','wp-content/plugins/revslider/admin/views/features/index.php',0,'ÔŒÙ\0²é€	˜ìøB~','ÔŒÙ\0²é€	˜ìøB~','ã°ÄB˜üšûôÈ™o¹$\'®Aäd›“L¤•™xR¸U','',0,'?'),('ƒ¬Šä¤ö#ëW;·ùô©¬','wp-content/plugins/js_composer/include/templates/shortcodes/vc_cta.php',0,'5×‰0œÖyJ×A4*\0+','5×‰0œÖyJ×A4*\0+','žPPéÒÞ7’m¿c5\n=seT-E‹ƒ·PNúd}þ^t','',0,'?'),('ƒ¶4rèˆ%ÞãÓÉj¸ž—','wp-includes/SimplePie/File.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','iŽ~HwbÖxÒÔxsÙ·:','0¬ÖÍsDêÃÓ;›ÐPâ=\'Ÿ“2ä	™ø\0Df²ý','',0,'?'),('ˆÞKS+¡e×ŽA†@“Š','wp-admin/css/colors/light/colors.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H›ÖGå³#ïˆÖ<å^o','?=ÊäÒE‡\ZM’aÕXÿ¶„ÄºJ\"s¼æk;ê3','',0,'?'),('å\'Q2Ê}³ÐÙrl','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-tour.svg',0,'º¥jjÅ+v^p³ö½zâ','º¥jjÅ+v^p³ö½zâ','Š,õ\ZIéõËIuItò¬PÍÃ9Î0‰RãþÌc','',0,'?'),('¥`P¹Mæ÷‹Æ®ZÊ0','wp-content/plugins/w3-total-cache/UsageStatistics_Core.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Zc;²K7bÜ½^rò›}]î','o<¥§³Ï¼ s=±Æn¢tT+Óê C†w`*åïÓ','',0,'?'),('›» ÆíFe±	57[é','wp-content/plugins/wordfence/lib/email_newIssues.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ÿf…8èéÊ=bNÌ;B','–îN·˜½K°­rS°Õ\\Æ#a ®¥’‹-Qµgý','',0,'?'),('¢ýñçUNEAÈgït','wp-includes/js/customize-selective-refresh.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¾uPå²‰ë0x\Zü‘¶âã','ŸŸqË–jZC~›ˆÿ<sÄ§+RI!¯HÚó','',0,'?'),('¤¼>±\\êJa±‰','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_stay_primary_portrait_24px.svg',0,'0SÜ¼ØþáòB_6?!zE','0SÜ¼ØþáòB_6?!zE','œÃ3a§j¯b\07H+&6î£®Í;(F7¡¨ÞÁÛ»$','',0,'?'),('´úk[Ôv¨£M>²eB','wp-content/themes/betheme/woocommerce/loop/loop-end.php',0,'åšK!&yCBï;ü®ƒ«','åšK!&yCBï;ü®ƒ«','BÝ–lßÉÿrìÇC°„‰“au-4¡¶UÂœVùìÖ¥','',0,'?'),('Ä~•[Ä¶i‡{,¥,2ï','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_inbox_24px.svg',0,'Y8B¡,¤tqWÐæM‘5X','Y8B¡,¤tqWÐæM‘5X','µøö<9Ð8`¢þ)‰³ïï\'~²­ÆçR!\rÃ','',0,'?'),('Åœžt&7ˆ7Ú‰>ÄP/ª','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/ServiceRestProxy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_½ö—uêMYé_Ë^ó','žfÎCbÄ)Ë#ÂEQOº`ÐI}aÁÀ)}ÿÎz','',0,'?'),('ÌAÂoÚ!ÌVáêÅ³`v','wp-content/wflogs/ips.php',0,'lC¤dbï.§Ë´ëƒv','lC¤dbï.§Ë´ëƒv','Z][W‹Pš}Ã,ûþ¿–žƒ7*öqäá\nãæÆ‘¡á','',0,'?'),('Üvz¸Ò	c*1$nç','wp-content/plugins/js_composer/include/params/font_container/font_container.php',0,'?2½ùì„7Üáñ›Ýq®','?2½ùì„7Üáñ›Ýq®',' æu­ÝÖOvBÃ)ºhì”åð9gJkWý²Œ7ß','',0,'?'),('ãý•Å´ê\ZØd£÷|³ð+','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tablet-chart2.svg',0,'Íx)rá*Ú\rI0³‰.ñ0g','Íx)rá*Ú\rI0³‰.ñ0g','cŒýã>Šþ+\\L»Í‘60\nÚNÏä…·fºâ(|\'z','',0,'?'),('öÇv	Xb];9!Ôÿ=Ú‚','wp-content/plugins/worker/src/Monolog/Processor/index.php',0,'gD,Vë§=\\ÆbP','gD,Vë§=\\ÆbP','k‰À—~	¶½UH\Z¥ÖxƒPêÛAÌ„¢ú<¡ž;X¨','',0,'?'),('€‰Ýh\0ÚÛ½š¸NªU','wp-content/plugins/w3-total-cache/Cdnfsd_MaxCdn_Popup_View_Zones.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R×¡mlÖ°Ç‹\rr‘{‰','½74£ußÌ	’.=æÈN£SE î¾\0§1.(,°P','',0,'?'),('Žwúëó\n¯`°o+ß³\\','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Handler/CurlMultiHandler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ü Ì˜7¤^V`{¼µØ$ú','QJã°4Ï‹Ø9OÛÅþ›p©sý\'6`KQ\0ZäO','',0,'?'),('îŽoO&4—:žÁ¸','wp-content/plugins/w3-total-cache/inc/mime/cssjs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*½ÌÅ¿³°°ŒWl£Üjý',',\r“‹½Yõ0SS–±œLºrÅöš#Ä5`à9Rð”Xµ¶°','',0,'?'),(' o¬Æ•ŸÌt_¯º\0.Í','wp-content/plugins/wordfence/views/options/option-switch.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m³iÒE·>W¥cœZaig','ž&ËÒÛÕÕšËj:ƒg&*5Û6yÉ¨d…q4Ö™žæ','',0,'?'),('%~WN82½žQ­O¿›þ','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Domain.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n4¤Fš¿0JCÆ n²¾k','»Cb,¨³\"×\">j»ä¦ò‰ÅŠÎØAlDœ','',0,'?'),('*ò²6…b(¦uÌ­','wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2018-11-05/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`H¤qÍÂ³jEÃäi9Z˜','¯~D›°Õ%Ðxcð;ôUjÂù;œ³SHõ”e·µ','',0,'?'),(',fÏ…äRïož‰3÷^Þ','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_camera_roll_24px.svg',0,'Ð;zþ ”\r[‘Yôë~šÕ','Ð;zþ ”\r[‘Yôë~šÕ','98…\\t3šòàÅœÉÎí‹*`@6œGòWl,a','',0,'?'),('?Ùj50}Î‹hò\0M','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_size_24px.svg',0,'xÜ/ÈZÝ-ÕFð©´B»4','xÜ/ÈZÝ-ÕFð©´B»4','\ny?Ü¾Ž%îaÀ,49Ä²y\'¡¼¢d¢;¡ãFÞÎ/ý£•','',0,'?'),('E©ý€.Sür\'²\Z1I','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_schedule_24px.svg',0,'œ\n¾8¿l}®+üQGƒÐÿ ','œ\n¾8¿l}®+üQGƒÐÿ ','£~2`õÉ[”Ã©ÀùYRÌ:ËÙ—Î­0\0#$s³ô(','',0,'?'),('\\Ÿ¤Ð\ZéŽe	Í)ŸÕUp','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','È‘Hä\Zb’>VïDö¢R2','rÑ›JÔ‘I/é\nO‹Y}œxš‚Å†ë”Þú‡ÆU ','',0,'?'),('a/R³€!IÞò¡ö+°‚','wp-content/plugins/essential-grid/includes/InstagramScraper/Model/Media.php',0,'¡Eágxµ~aj|æ	E¶Ø¬','¡Eágxµ~aj|æ	E¶Ø¬','ZÃCO8Ny¾Æ>\\p›¡\'µÒÅ±Ñ@$C´ÓÕë','',0,'?'),('lŠÊ‰~\n—ŽpÕ‰åÿV','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_change_history_24px.svg',0,'3jˆÏ‚ÒÕ{6õóp^KÅá','3jˆÏ‚ÒÕ{6õóp^KÅá','›ê¬µ´ºZ!æÂåœ•\0~§I….D‘˜‹ŒyG','',0,'?'),('v«ûï:äbE5Y8,Ý','wp-content/plugins/w3-total-cache/pub/img/W3TC_dashboard_logo_title-retina.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ¡WÆÆ8*ø‘ê)pP,','}—¥”2=P•7–#$Ò)2%ü¸ã1•Š|Æö¤]Ý','',0,'?'),('w‰ÁÃú+\0ã˜òì2ÎR','wp-includes/sodium_compat/src/Core32/SecretStream/State.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Zjoñ\0˜ºy,¨*•}c','2p\"Wjá„€—ìsâlf&S@Ç[Ç\\‹ª\"WÆ','',0,'?'),('|\'?]ª0+âEŽÐÓ','wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/tta/vc_tta_pageable.js',0,'i@>xÎGÙ](qøA|','i@>xÎGÙ](qøA|','¸6;Û>ÄÎ\\ü¤pºdõ¾Cç?K˜¨ò=xå%¿8','',0,'?'),('ƒKfN¢O!/¼ï–%0','wp-content/plugins/testimonials-showcase/form/js/jquery.validation.js',0,'Fü	4ŠŸÃa@=L^Áõ','Fü	4ŠŸÃa@=L^Áõ','alí\'rmó o? _°çFTv^VPg÷†¬½/-','',0,'?'),('¢ú|#§@óAƒÂé”¶|§','wp-content/plugins/js_composer/include/autoload/class-vc-vendor-presets.php',0,'ˆ.)Ø“RddñF­ó','ˆ.)Ø“RddñF­ó','M§„©X¤êåRþtÒÒ¨¼ŒF‘ìÙ‹ó;e0D','',0,'?'),('£rÁ·r~€^›=ub¼','wp-content/plugins/essential-grid/public/assets/font/pe-icon-7-stroke/index.php',0,'ÔŒÙ\0²é€	˜ìøB~','ÔŒÙ\0²é€	˜ìøB~','ã°ÄB˜üšûôÈ™o¹$\'®Aäd›“L¤•™xR¸U','',0,'?'),('¥-ƒèBññ|tS^¼','wp-includes/customize/class-wp-customize-nav-menu-section.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÉüÔ¡¤Pý\n}õ$','ºvG~?t7\0‡ŽhëªR,û¡|Ù]9…ôp¾.Jäw','',0,'?'),('¨êÌÓwÓ4}o t0ö','wp-content/plugins/essential-grid/includes/ngg-source.class.php',0,'ÉAŠŽ5­#?Z[\'Å2\'q','ÉAŠŽ5­#?Z[\'Å2\'q','ÐOòÓXûÂÖÿºO%Ê¸À3çn»™ªPÉÂR|1~ò¹','',0,'?'),('¯ECW¬î`©`ßß-ï','wp-content/plugins/wordfence/vendor/geoip2/geoip2/.php_cs',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‹_@åeîèä3¥b”ÙB','ÙLà‹Ø¤@Jã†9OhG—@@›ïªûZ!†à\08#lÓ(','',0,'?'),('¸š“E¸ÔC@và&-5\Z','wp-content/plugins/w3-total-cache/inc/popup/common/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÔŒÙ\0²é€	˜ìøB~','ã°ÄB˜üšûôÈ™o¹$\'®Aäd›“L¤•™xR¸U','',0,'?'),('Å˜—Z‹…ÈZÁå','wp-content/plugins/w3-total-cache/UserExperience_LazyLoad_Mutator_Picture.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','©djèŸ‹1XlX–\'F','yB7\ZÐy£óç²ZÊÌøðªÍïÌdÿËµÙž','',0,'?'),('Î¢ƒSËªÄ\n´–BáV\"','wp-includes/fonts/dashicons.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','´ä_‘3$_Ân ÷5Ž×X',';Ê\'8ã4aOoY8-UŠ62»ý§KÛqqü$Bàùx','',0,'?'),('Þâ\\§ê‹h\ZÂÈ)Ä ‰','wp-includes/blocks/paragraph/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(™:èºººƒK½ð …Ù','Š¸íd(I7öœµq,q^Ç`üøâ‹:aíwöö\"','',0,'?'),('ï*Q.	Ö-cÞ%ÎD','wp-content/plugins/wordfence/lib/flags.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','öiïËcÒç£­µ’cð-','8¶Y¸ÖCOå×ø™0÷j{¡\Zx¤¤DòÄ–¿’xªO§','',0,'?'),('ðà±]w[$ •…¨¡','wp-content/plugins/w3-total-cache/lib/Minify/YUI-CSS-compressor-PHP-port-4.1.0/Command.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','±«¸/h¹æÝº§Üÿ…','Wh`ùàVßG³ðS¦v?ÈøFW…¿äï¦–ßÃÁ€','',0,'?'),('˜¯Ü¡9îu_\\\nÃ9Á\'','wp-admin/css/color-picker.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','°m«®á»±ÁÉ6¸Æfù','«>iwRÈé“}òk§r¥¬rCŠÀÜüˆRÊ™jk','',0,'?'),('ÈKUõg0MU¿/šöÊ‡','wp-admin/admin-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ùXo®¼_¦¨’Ô²)\nÍÑr','Ž(ØZ!.ÝeñØTU92;âÉ­æåÝt5oÒ^','',0,'?'),('/ÀÍ®*,eCÚîó','wp-content/plugins/w3-total-cache/PageSpeed_Widget_View.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':ÐZOæÀa…ÑÓýÂ–þ ','–ªx\'È„S½°ž0ñ†µT<fPN%¦Ã‹>Êh','',0,'?'),('9‘ÙŽ3ÿ	SÂbP¬','wp-content/plugins/revslider/public/assets/js/rs6.min.js',0,'sÁÚ˜8Pœ¯¯vªþ','sÁÚ˜8Pœ¯¯vªþ','ìm¯zŠþ’ûÀjÅþ)5YÎu\ZÀz,D;›\"0X','',0,'?'),('\Z[`£±0CI$Tˆ \'÷','wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','º)ÕH¾µ$I»3½^0','Dsmr?vÊjz¡…ÏíMo™3=b0À›¬KÎR#','',0,'?'),('%ü›„\\¥Æ\r&X €&pP','wp-content/plugins/w3-total-cache/Extension_FragmentCache_Page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y-Í½\'ê5cÎ¬5','\"¨„lèU6&95Û\Zsd<ÀBÉ\\¡vSÈx\\D-\n§~','',0,'?'),('-ÏÄšðARŒ–äeÕ','wp-content/plugins/w3-total-cache/Generic_WidgetBoldGrid_Logo.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','iü©|Èòò@õ@“Üebü','rñ¸ž´\'Èø_DÃžpùÛcÂ±ÜªH±¥RÖÍà;\Z','',0,'?'),('1÷E’:… ÔL»»e•‘þ','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_style_24px.svg',0,'4nÄ¡©]ì\\h¡mÑ\0”','4nÄ¡©]ì\\h¡mÑ\0”','ôÇ¸û°`KÑø²o“CŽ9±¯õ—_kÛx÷ì8c.¿','',0,'?'),('4;VÏô\'Œ/¶òæ¨fº','wp-includes/js/jquery/ui/effect-scale.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','•—KaJüd‚³ŒJ\'^','_²½q¸x#ó_°\0×â<ßJ®cÜß~äºÒ±Ç«','',0,'?'),('7Ñé±îOW\n@‹a','wp-admin/css/colors/modern/colors-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7} Ðîý$Î\0fÞ=Ýk¯','\r:³ªö~¥±)ú\'­EÎ#%ôiu†Â#›–\nÑ/³¹x¡[','',0,'?'),(':¿fØ?bjƒ¿.‹Ÿ¹','wp-content/plugins/wordfence/views/blocking/block-list.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ßÙñLÉYPÍºK‹Ó\neÑ','Ê]þSO	¬o„¹‚Û*+uXõ:å£æÊ†ÁŒ×wŸø','',0,'?'),(';ò§šêuGBÜÛnœ','wp-content/plugins/js_composer/assets/vc/loaders/spinner-light.svg',0,'àäóÕw`œ<÷¸¬´','àäóÕw`œ<÷¸¬´','D.\'/<,¦Bª]„ˆµÆt?ûcB\'0°íKX—Õ','',0,'?'),(';§b‘ÎÀÃíÛ˜#že','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-gravity-forms.svg',0,'‘‘“¨8>ˆ½¦|Ã','‘‘“¨8>ˆ½¦|Ã','ÇÂM%.¯£µµ—à;›pˆÜáóå+H\nûóX2“','',0,'?'),('AÍç¢¶~(®b­\'k7‡','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_edit_24px.svg',0,'9Õ05H×øq^ùÂ€\Zü','9Õ05H×øq^ùÂ€\Zü','Œôvu;¦å›ÿÙé×O<K¦RÊ`Ö½ÉÓ¯›$~','',0,'?'),('GØoUjmZG	ì¦qo','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_airline_seat_flat_angled_24px.svg',0,'™è‰|èºl]É¹ädfò','™è‰|èºl]É¹ädfò','}¤ÕÌÏž•.‡µÜ—k¶,â¥/æyÐ-ãQþj7ãWÉÇ3','',0,'?'),('L)\'ëC/®DãÒâMr6','wp-content/plugins/w3-total-cache/Extension_CloudFlare_Popup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*o™óîÑ\0ÁÈ*ðb÷å','¥^ûÀÈ‘	öª&h~P²©L\nïµ˜aî~_L¶','',0,'?'),('Nf\n2n@4b€øhG µ•','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-gauge.svg',0,'e¤ÀèM±±GùLâ¿','e¤ÀèM±±GùLâ¿','\nìÊFIp¿¸çN{ád74E?ºýðâ²¥K«>qèí','',0,'?'),('RM’w¤}9GÄv÷»','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_indent_decrease_24px.svg',0,'#+¼«9DbÝžôÖZÑ¢','#+¼«9DbÝžôÖZÑ¢','¿]kÂO-zd\"ÄT(Ù\n!»å^\"•\"ëàÛjqZüƒ','',0,'?'),('TšÄ˜5VH«¬üP{Öô','wp-includes/Requests/Exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‡›¬žú\0…«3é\ZÌRI','-@Ž‚g %ˆü§†ŒuON\\}@là°Ì¥f\'»ãó¼','',0,'?'),('[ázr¶ªkån\0ìó','wp-content/plugins/w3-total-cache/Util_Request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ñQóPvM<Ì†ižnÉÆ','\08¤ÉS6¹«*Xù/cò&\0rÃìÌkow“ÎˆÅš','',0,'?'),('`ƒ»AégÄäjF¥¶ƒ','wp-content/plugins/w3-total-cache/lib/Google/Verifier/Abstract.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ë±U8\0a¿”ÅP*/»ñ','mÚ“[¬¸¤Z@Ç1[åGÕ|iœ¯TþÄ­•ãú','',0,'?'),('rLrVêí¼#Ô¶9ót','wp-content/plugins/w3-total-cache/UsageStatistics_Page_PageCacheRequests_View.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ìc|ù™Ío Õ÷X`¡¬','~ùe®kƒör„+’·$“(r ž»:‡üº\'”}Wn','',0,'?'),('x®ÅÒ±ð˜\'°Éàh','wp-content/plugins/js_composer/include/classes/shortcodes/vc-button2.php',0,'(¹–ižj—5v4À,¤\0ÿ','(¹–ižj—5v4À,¤\0ÿ','wrñÑ”˜àM:=cg­%n ƒÚY×Bh\'í÷SB','',0,'?'),('zu¼L©øŽÏÝ6û-ô','wp-content/plugins/w3-total-cache/inc/options/cdn/azure.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','om™é•šýGÊvœ»','müˆO€×‡>‡í“OôüÕ¸ƒÏŸû6l³k\Z','',0,'?'),('ÛÞC\nŽ—äU¾„ü','wp-admin/js/custom-header.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ð,U÷À@T{¤ëçÂ','ýøµ¡ZG*ÜëpJ\r5w;£ÒøÞŒŒp,0´,?','',0,'?'),('¤Ê0l±ÝjÆ0+%ò','wp-includes/SimplePie/Source.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','aŒ‰A:ã$]B-Çvwñ)','²\"êÑá9MÜa™ƒ´Uâ_¤hÍI€ø>¼,]ÿCÍ','',0,'?'),('¦wÐšÒ \"ÏÈùáv[Œ','wp-content/plugins/w3-total-cache/Cdn_StackPath_Page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‘^+rûeöµÀ¶pät]¿','`så#O—s¿^se-[3 [VÖ[šÚùšiW”T','',0,'?'),('µB_.Á§JöÁÞÚ£ã','wp-content/plugins/revslider/admin/index.php',0,'ïá{J!u?}îçs•','ïá{J!u?}îçs•','AuÌƒµœÄ`ü9‰7}bŽ>MHêÃíJHhåûÎ|Fj','',0,'?'),('Èïà?ÚÒþ\\§ƒ“aÜi>','wp-content/plugins/w3-total-cache/Support_Page_View_PageContent.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(s8vA8ÇáÍ\r¬õ™','aVü ÄßýžH„p!°Tç¿<³d>Ó™š1‚ræ×¦','',0,'?'),('úÓÆdñÝ\"­ÁbbzS','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/TransferStats.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ùKÑÐQºÀŸ•8¸¸r\0„æ','T>ú˜!L/4ç ’IæSÜå/d*º6xªf\nòq','',0,'?'),('û÷Þçª’·u£¡\rZJW+','wp-content/plugins/wordfence/images/help.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$NÇü;\'ý‡MÏÏùò Y','–ïé\Z²7\0Ùé¤rÂ€/i£Òz;ki,›=L›Z¿g™™','',0,'?'),('ü)§£™Št\rî,½JÚ¼','wp-admin/options-permalink.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}“\0Æþ+¾¸ÄqQ=»m','Wsf.Ì¢)\nPØ–_(ö%‹Z|ûöEV»t\rx©‹','',0,'?'),('\r€UëÏÝzJÓ¢ßBE','wp-content/plugins/js_composer/include/templates/params/options/templates.html',0,'‘ëzOêÿwë¤¾F®Ðt.','‘ëzOêÿwë¤¾F®Ðt.','‚œ[oà@¹™à¬wQ‰E¯\nÜ+ôO¼«ÖQýx6_™','',0,'?'),('ö?Ç„£ù€ë:\nÞÖX','wp-includes/customize/class-wp-customize-theme-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ê	ìK—ÿŠWTÕ‚õc¾','Î&Û^ÎÈJýeFX*i-t¢ß;¼¸8€¨t±\0Oý¾','',0,'?'),('\Z´ð) ”%iyƒÎ´','wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P1p1.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}+#z,¯èeßrEJ-','sfºÜq@µÚ8¼!yW¥&Ú”AÈ+/ÅuY•†œ44œG','',0,'?'),('\Z<Nh„N¥õÌzEE­R','wp-content/plugins/w3-total-cache/Cdn_RackSpaceCdn_Popup_View_Service_Actualize.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9N¬\rþ©Œö.Æx¸Ã','É±”­Þ…ßf\ntÉ‘®¢cñåÌE‘âxÿ‰shÅ','',0,'?'),('%Ö—Æ@”-ºqŸÊÒh','wp-content/plugins/w3-total-cache/Enterprise_CacheFlush_MakeSnsEvent.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*Yý\\yø]»ãÔêž`©«','ºÚ·j®øVŒ|I„÷z±ˆt°wƒ1Ãü·¿æäØ','',0,'?'),(',LÛ¥²¹¼KŒ.ž¬\"Î','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tools2.svg',0,'ÔíÑŽñ«S‹–ÑP','ÔíÑŽñ«S‹–ÑP','Ñ)È›µ¿“ëYåðù<ÈdàÕ.‘7]\nÖ\\ÕMx¶','',0,'?'),('3•dý¤ƒâyjäéßÎóV','wp-content/plugins/wordfence/lib/menu_firewall_blocking.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','é[?û»ç ?¢¬‡—Ý','–b}ST½åÑŽÌbcv—Ê„Á‹¸Óö‚/Ã{Ò','',0,'?'),(':¯\rŒK‡/s[@XD¿','wp-content/plugins/worker/src/MWP/Http/LegacyWorkerResponse.php',0,'¼Ò×ÖuÔ‰™Œª;²Æÿ»','¼Ò×ÖuÔ‰™Œª;²Æÿ»','mÂmö4Û^ºÎù+Š›ß`\Zò|š\'—î*Û’T„','',0,'?'),('Gò˜p´FKÿ)6iÎ8','wp-content/plugins/js_composer/include/templates/pages/partials/_settings_tabs.php',0,'µ4gX¾z}z»þh•^ã','µ4gX¾z}z»þh•^ã','{!æ;Í)\"€+KáF9jµí‹ˆÂž) :”Öˆ/Û','',0,'?'),('N£J4}s‘;¸Õ[','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/hand-globe.svg',0,'Ñç\\)Ú@çZ]À¾rÎÎ','Ñç\\)Ú@çZ]À¾rÎÎ','ZUÈnR#èbÉ€·ò}ìvÉLêÁ³9«$‰áIl´','',0,'?'),('Wl…Øy:Ï\0Vn`„d\0–','wp-includes/js/tinymce/plugins/wpview/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','½&»‚¹\rbŸ´Ã!˜†ã',',’`i tòÔÝÚŽºTm›êläòkáú—s¤\r=','',0,'?'),('XHˆá¸ÿžRÝ)I6','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_speaker_notes_24px.svg',0,'ƒP©ëƒ#qb\0ç&[/4¾','ƒP©ëƒ#qb\0ç&[/4¾','-±Û-]NU\nÆ¯?:I³0˜;ßÉ5-š1€A','',0,'?'),('aLs\Z,‹7ý—I¯‚†','wp-content/plugins/worker/src/Monolog/Handler/StreamHandler.php',0,'Pè[©Ñ(\ZÑf†_™Ý&','Pè[©Ñ(\ZÑf†_™Ý&','!&+EòÛâ¥f6W_¹J©›â\'·´QjRn‡(y4','',0,'?'),('e›ÐŽ=wMÚŒ¼[v)','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-info.svg',0,'¾²BÛ¾Ó¸\ryªÈ€·`%','¾²BÛ¾Ó¸\ryªÈ€·`%','®‹/zLÀNGaæÔ·	âí¬×õC“+û¤¢­HqŽ]','',0,'?'),('q\"¶µŸB¢Nhè£@','wp-content/plugins/worker/src/MMB/Core.php',0,'‹Å×Ì†”oFåz»–»Á','‹Å×Ì†”oFåz»–»Á','Ì<v›Òþô·5®û3¢ÏÃF&sZ¿©;™¸\'€‡%€8Ü','',0,'?'),('q¸…ì„^,ß®\"åEI¹','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/GetBlobOptions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q1iîùcãöë\ZúPqCF','Rqþ5¶ö˜`Ä {m¸Y—JrcÈŸÓ{ËÀ¥','',0,'?'),('xÚUBkõ?ó–CÂ}:q','wp-content/plugins/w3-total-cache/Cdn_AdminActions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T…\"–Ýìá¯Œæ+ð:£FC','†ÌáZ7Ä.“Y&²ËªŸ¶}\'	¬#Z2•ÉK•ûÍ','',0,'?'),('…¨ùþ¾«YZ<Y¨wÅB','wp-content/plugins/js_composer/include/templates/shortcodes/vc_zigzag.php',0,'¨ðF‹æŒÍ)B>\\»','¨ðF‹æŒÍ)B>\\»','XcðzÜBîh„k[¶bêùÁ‰Nu‘pÑ’éòaË','',0,'?'),('Œ,4#¢…(ç#','wp-signup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0}»´è T›Ç,¦W','[ÆItœÞ²Î-Ý¥Ø¡Oôƒñ˜Y#N	õ›±åz&\'','',0,'?'),('‘ppHvk5Üv1+¦®w]','wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Psr7/FnStream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J1ŸÛ¦‘@¦/ï¤‰£O;X','N”µ+ë9ÏƒgëðŸuhÓâ(ü¨ÔEî~(¯&Š,','',0,'?'),('™Y\ZqƒôŒù$á\Zl','wp-content/plugins/w3-total-cache/Cdnfsd_CloudFront_Popup_View_Success.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3Fo;•bŒ\0¸Ý¿æÅG','a?®á#Ñ¹AôÑ½N°kJ~ÎÍ\"5‡a«X©<','',0,'?'),(' îO·À°ä @ÿŠÛy','wp-content/plugins/essential-grid/includes/Unirest.php',0,'‡=©ÜÌLcÚ}ƒ÷†.','‡=©ÜÌLcÚ}ƒ÷†.','5º.drçÓß(½A¦½LPøBål±)ö‡¿¤1sÔ>s','',0,'?'),('¢m¸%ÕÑ‘ø<qNy*p','wp-content/plugins/w3-total-cache/lib/Aws/Aws/ClientSideMonitoring/ConfigurationProvider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','HwúTZh¼¤‹\n;…Ú','n+5YÀÃlr.ÒSYûŠ1*—šðU25#)»HI¼ô','',0,'?'),('§)+Ìâ|»žjÁg¢','wp-content/plugins/w3-total-cache/DbCache_Plugin_Admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|1	³7Ëk“	#MYÓV','MÛ`>\'´Ç–õÿ&˜wLÖ¥&žôù\0Á#¤¸ø','',0,'?'),('Á¥!ðmõ™ÊL\\Fb','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_1_bar_24px.svg',0,'vJì«»6‰BHr³|','vJì«»6‰BHr³|','§ÇœkƒFêØKª}si‚çzàžmWÇñ¾f;ô~cÊ','',0,'?'),('Â\ríô¢f9òé@K°+\rX','wp-content/plugins/revslider/public/assets/assets/svg/file/ic_cloud_circle_24px.svg',0,'ÖÝq¼f²(l“>óì&u7','ÖÝq¼f²(l“>óì&u7','Cb‹•ñîd£kÊ=tv¸@§<ÊØxÿØS³gA”Æƒ\n','',0,'?'),('Ç–š‰dÃ!s<X§ä™Ð¯','wp-content/plugins/wordfence/modules/login-security/classes/model/settings/wpoptions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ì*•1{,Ë¾òþ–Ê‚œÎ','<•G²Æë$µU+ökÅL>\0h—ahB¦¬S©-Û','',0,'?'),('Ét`‡Ï?$½’¼UQ®ü','wp-content/plugins/worker/src/MWP/IncrementalBackup/FileReader.php',0,'Ÿzö §9Ûc.i‹É±','Ÿzö §9Ûc.i‹É±','w@Räk¶å,~öã7|¼€Ê\rÑJ¹wÃ@D¶­ñ','',0,'?'),('Í°³VÜã¿iå¨iæ','wp-content/plugins/worker/src/MWP/Event/ActionException.php',0,'Çj¥[#ÐPÁfåÁó','Çj¥[#ÐPÁfåÁó','!³dÈåéêÎAÑ¤¯læÞ:€cš—J*èwœÿ','',0,'?'),('Ó‹Ôš•(j”~Tà]±','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_phone_24px.svg',0,'8WFKE?Úm·TÌDvÀ','8WFKE?Úm·TÌDvÀ','äT1¥xçì.¼ÏÚ~cƒEóbÔGAŸë“v','',0,'?'),('×%Öèx<²¡¹œƒ+¹¿','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_color_lens_24px.svg',0,'˜¯Œ \nöÖŽÄ³ö&\\','˜¯Œ \nöÖŽÄ³ö&\\','À•KùS„Ã_·õ¼zîÝž’Vàî_“ž˜ƒÐ^+ýÆ','',0,'?'),('ð÷*æ²«žQó‡ÿ¥N','wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-textarea.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','’þ1hIbÛ“‹×éØaÿ','6·N£›SNYž2mÃÒ=ï@Þke(!¦z|‰g','',0,'?'),('öÌ=<¸E-¤,@<8£','wp-content/plugins/js_composer/include/autoload/vc-pages/page-design-options.php',0,'»R•­ó´\\1ûª\"XK¬','»R•­ó´\\1ûª\"XK¬','ú)úÒF¡#7ÑbÊí°Ži\r\0`Ç‡ñru±ÊÚDñV','',0,'?'),('¸®\0Q\rðÑBJ©Ì%¯','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_mail_24px.svg',0,'1v):®Î¢Xgóu‰Œ0','1v):®Î¢Xgóu‰Œ0','ô^#Ã›ãwzú½éªs‹ýÎn{ÂÑ¬\",-°iÝi´','',0,'?'),('y7¯ÐMAä@ š…','wp-includes/widgets/class-wp-widget-rss.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9aP»Ë,\n0ËcHt·—','žteµ¦ÿ€åãù²¢wn2âv„\0oš“ˆ»eÍ2','',0,'?'),('ŒÅ,Ë±=¿áÀ‚X','wp-content/plugins/w3-total-cache/Extension_FragmentCache_Plugin_Admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÉÒ°!Û°à€¥ˆ,Ob¬7','!Òf”†º Môµ´–áJôO.(”\r\ZÎxŸÆ','',0,'?'),('îû# `\\œT{ÅˆÂw','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_pregnant_woman_24px.svg',0,'ràÑJýFUÙŽ\"Í™SÂs4','ràÑJýFUÙŽ\"Í™SÂs4','‚M£`s#«žOHø˜~â¡a½Ó¦(Åépé%LdY','',0,'?'),('‹#¯dŒ;È¦>nêO','wp-content/plugins/worker/src/Symfony/Process/Process.php',0,'$wÐÀØ)õ!wç÷ð','$wÐÀØ)õ!wç÷ð','îâ¥^d¯+eÆçvIŠüDrµ¿7Â,/t˜/MR¬Ò','',0,'?'),('š_)0d|‰6_„;n','wp-includes/js/dist/rich-text.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','BË\r:ÄÖÑÜ:HhW«','Û™Š¦ˆj1)hš»€ÛAËÙzàé¿~‰c3Ò:ä÷“^°','',0,'?'),('=NþK(l#‹Æ¼æceÁ8','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/smartphone-money.svg',0,'[Vµt3\r²n²~èCÂÖ','[Vµt3\r²n²~èCÂÖ','¥Ýœåì˜þpw ÷«û^=|ª§ŽÓUx›à«¼y.N','',0,'?'),('?umâOPçP‡£„]B','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_assignment_late_24px.svg',0,'J@}PÑ…ˆÌ5<ù–\n','J@}PÑ…ˆÌ5<ù–\n','2Ç#Ð™ÛÈÿøVœ.S¨ßÊ#Ôx8¸eŸuÿz','',0,'?'),('Lšå’K¯J,³’Ä¶','wp-content/plugins/js_composer/include/autoload/hook-vc-pie.php',0,'M\Z\"øUW2…Æão(ðL','M\Z\"øUW2…Æão(ðL','Áæ‰¡G»ÕÄÃ•ÆYˆòpÉÌ¹†Âýª\n2»w\r','',0,'?'),('i/œé<\\×šVÏÜÂ','wp-content/plugins/worker/src/MWP/EventListener/PublicRequest/CommandListener.php',0,'¦©Ëª]úð,eNÆ@Ë¶','¦©Ëª]úð,eNÆ@Ë¶','ujBÝdH?ð>ý*€^¶ÿ}<+¦¹.;Ir{ädT1','',0,'?'),('j±·x‘håy¹pVÎÕ&!','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_24px.svg',0,'© m\'¶Ã,)´ô|¥É fz','© m\'¶Ã,)´ô|¥É fz','!g·XîÛ	ÞE‘ÌÕ1M*˜÷P™°Y;,£	ZºIÏ','',0,'?'),('u¨E¥zí!yúSr¹º','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/calculator3.svg',0,'Søxá\"É!wŽJV$…','Søxá\"É!wŽJV$…','D2”Eƒ;ŸUqÄ6Ò(÷¯þj5½nj0;ðÈ Û','',0,'?'),('€¢<ùiÎÂåÈQ\0','wp-includes/js/dist/reusable-blocks.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q¿Å¹]JîÓ`nï\r,ráN','\rÃ®V‰€ý?T«.Œ^H¸h;òíþK2ù›…\ZCÐ;d','',0,'?'),('ˆ`&%eF•gÀœ”ó”d','wp-content/plugins/wordfence/models/block/wfBlock.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ž¯jo½Œî„–ø-þ©','’~®ñ¦×ÎÎS>\nàøW;N<Êõ\")\'¸\r¼HÎ¸','',0,'?'),('‹Qsno5XMöÝ½Z','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_tilt_shift_24px.svg',0,'‰C! œ \\àžÎ”Ä³ª','‰C! œ \\àžÎ”Ä³ª','<Áœ	ö\0ÖVÏƒ˜eÈª2ûÂ©û–&Ó±*tk0˜','',0,'?'),('5û2=\n¡ëˆ²rèÑ2','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_input_component_24px.svg',0,'‡qÅ`¹ÿy_-KcÌ\\·','‡qÅ`¹ÿy_-KcÌ\\·','vA-¥iS½fóÛE×$Yf³æµ{¨Ÿ·‚¤2íî®','',0,'?'),('©:8ÏIaö¹Ã¸lÕm','wp-admin/includes/class-ftp-pure.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T&¨}Ø\\3æœäJ¸‘ \0','¥\nSÄÀ{UÈãžCdz$¨ü”øyÂýïÉa|8ð½[','',0,'?'),('²þ£²KqMÃä{ƒ±»','wp-admin/css/dashboard.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','º¯¼ê!ð×QÛ³oî‘4','6ÒK\Z³bnYYÕ”uÐ`×\'±²µëÇ¾s)¦¸\\','',0,'?'),('·ÆsÝœ“Ãž3‡ŒÏôþ×','wp-content/plugins/wordfence/modules/login-security/views/options/option-captcha-threshold.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Nc¥Ü0«)× Z;ÁbÚæ','5K—ë¥óªçÉO‰¦ÿá5´œQJÂÃ‚PpUÎW¾','',0,'?'),('º{xZÆcù\"†hb‘?Ê','wp-includes/js/dist/dom.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','µÄqß$åèÇPöäÓÀ','ä-¶TãLçÜÀùZ)ÃÞ|øŠÃ‚O¸@±ö@Nôì#Ð','',0,'?'),('ÂTB›¤O>ßv2íî}Ea','wp-includes/SimplePie/Locator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g¨3Þyð%14ÉÑ','<£àñms§4æ3p-I™/éú8\'Jƒ© }.','',0,'?'),('ÇÇ#)j ’TPãú!dÀ','wp-content/plugins/w3-total-cache/Extension_CloudFlare_Widget.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nõ·²’#•5Z‰´¨Á™„ž','uø‹¶3\'sS‹<ÿç2\\š.Zeòïß°îœBIŠæF','',0,'?'),('Îh­9õV‹¥H’æUEG','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Psr16CacheAdapter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6*)º¬94\rŽ—Í%','âÒ´Ší^\0¾¤’ºtÃÝö`‹™Îâ;ÄÞj·Ô²æJÎ','',0,'?'),('ÏÊT£\ZZâÎæSçªµ>','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_replay_24px.svg',0,'‘HõÃŠ^#«Ž','‘HõÃŠ^#«Ž','ë—\\ÅðÏ6°ä˜.¶^DŽŽÏª~|™Û,÷<Ëy','',0,'?'),('ÐcÏ|«ù1lÐ{N²¥©','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_fast_rewind_24px.svg',0,'/£+á·Úp¬7@«','/£+á·Úp¬7@«',':F¼Á—«V¹\ZnßQ.yÖãWÀLúî…¾ÏiV','',0,'?'),('ÔUu#dÀæà€Âx]E','wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_flat_75_ffffff_40x100.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÌTo ¤¹­	Åi5‡¼k','L¾âˆ×ïËµ6ÏÚ%Øû›éwôÆÙïŠíˆ„^“ÒÖçQ','',0,'?'),('àãWÐMF`3ÌÜ$÷æ','wp-includes/rest-api/fields/class-wp-rest-term-meta-fields.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ùy^ò¥õ±›žÁ×©','Y	QâFX§Æ2³2îFW¶Ÿù)ë“ÅfKSfñ','',0,'?'),('öÞ*Ê7\rçæ?á¶ý','wp-includes/class-requests.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X@¤?iÛ XcèÑ­','§“©$ôä\r7ŒU†èãM¿¬§«]Šš·g6Â‡Â>C','',0,'?'),('_ÎM_uðrÓ;l\rë–','wp-content/plugins/worker/src/MWP/Signer/OpenSslSigner.php',0,'ÿA®vàVŸ4´W×‡X¯','ÿA®vàVŸ4´W×‡X¯','ù¸²o&ê”õ{1\Z\Z-Ý‘-*\'ŸMË´MŸOÚëÈ','',0,'?'),('´of?Þ3¨P¿1ò\"â','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20/IetfCtx.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g\"Ì¤/O”›ìY¢·\'','Ê8æeêT›et\r jœP÷/¥ÀJä†™<^¾rÓ¥z','',0,'?'),('$—ƒ[.ÞC¸±›DXÖ','wp-content/plugins/w3-total-cache/pub/img/w3tc_maxcdn-logo-retina.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C\ZËp\nÔ»:Š¬–â','fWóçÆzølxÍb¹é\rF>Ìœ<„—ùïÉd','',0,'?'),('+GIº]$n–¨o‘R°','wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-icons_cd0a0a_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','°\ne¤±Wìb~éÿMv','#¹Š‡|¹—¶K¹›O8Û5L¨~u}\"‡Z³\0l~!Ä','',0,'?'),('0ŒVÙR	sä6ÖëØs›','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart13.svg',0,'É£Cé1ƒ}À9|E','É£Cé1ƒ}À9|E','sªØ¿»›8žÌ8æ¯Þ–nÃQ±mòÒäm¢„|ð\0È','',0,'?'),('9Rbˆd<M¦o@\\Àd=','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_brightness_low_24px.svg',0,'Ä0|®±÷×þM¢Ü¹œ','Ä0|®±÷×þM¢Ü¹œ','«Êøê“tßÒÐÊ=ÞÏ]&‹dá}qz7môóànîu','',0,'?'),('F«ÒeÀûÖ}í(·å¿','wp-includes/js/jquery/ui/dialog.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÄË¼Á*0²–œ<j ˆOÛ','¸™£ì`Éƒ\r\"9|û½x­ì)[šé>õHÎîÝÛÖ','',0,'?'),('O#Üqˆ±²ú6‰K’UÉ','wp-content/plugins/js_composer/assets/js/dist/js_composer_front.min.js',0,'m˜‘¬øP1”¬ýû3ÖZ','m˜‘¬øP1”¬ýû3ÖZ','M…â<Ñ6ðñÃø›#YkÅ2âÊOö‹?TÃö2†1','',0,'?'),('i1üžE~N¬IâAÍ”àÆ','wp-includes/Requests/Cookie/Jar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','é0_±õ&p µ\"4Ù\\•','c÷ä!Â#B§i*+\"ö\r¹nš÷çIÆˆ¼XÃ‰úÊwÙ','',0,'?'),('sâ™¼{DRÌ[¥kÙ1ûI','wp-content/plugins/wordfence/images/logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¶zF‰åÞ€WÕ\rlá~6','VÉ{“‰Q9ïV	±†æü°·J	X™qˆ†ÖÚ€c“','',0,'?'),('ƒÌõñÿ)®õNÚ¡','wp-content/plugins/w3-total-cache/lib/Aws/Aws/CacheInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','í9m9Yƒ6ú¢ã´‰!m','É`ñRL›ÓQü’oÒŸ+lÁ—è¾Èy‘¨ÖŸ:’î¶','',0,'?'),('ŠÈàý×X/÷Û\0þƒ	','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/sqli.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!^ÞÀ(Âm¿0¸Gýà','ÙÊâ9*u1Qî£«ô: \'Ýs{>í/‚Æ_õ\'­ÿ','',0,'?'),('{ŠqÚ÷Î–®ØÌ«','wp-content/plugins/w3-total-cache/Cdnfsd_StackPath_Popup_View_Zone.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','—91CfÇÃcòÜ»<Ómt','	„C²î’²ÜYî\Zêž½Oóøä´EZH+?íú‰','',0,'?'),('‘N3M²\n£ÃS¿ì0j','wp-includes/js/dist/block-library.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','»I¿`šô“Ý½·{R','ÑË“¯MQ¿äù«pñÈ—zW«—ÊÒ¦3òNoæ$\"³','',0,'?'),('Ñx(›Å¥Üº„.’õÆÕ‡','wp-includes/class-wp-session-tokens.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9]ÝK¹UJW¡*¸ïh†=','®ð¦ŽÐ4‚\ZQuA^Ø¡þÖjò¬ªŽ$Må¦â0ã\0','',0,'?'),('Ô’×ã¾AŸ•×Ùùr«Ž^','wp-includes/js/wp-custom-header.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+,¾!–ÚŠLÓº~Î½7¼','‹ÜEÕzk;3K»*X$èôäi¿¨qˆÀn‚ç','',0,'?'),('Õw¸g‰:ù|š`¡\\Ñ)','wp-content/plugins/worker/src/MWP/EventListener/PublicRequest/AddConnectionKeyInfo.php',0,'lTÎ•æýžöZ–.Ñ','lTÎ•æýžöZ–.Ñ','eötçÕ‰ ò¬Š(å¬íe\\¹²×Ä&ÍÈxmŠ1¸n','',0,'?'),('Ü^0pðùŠòkúƒ¡M','wp-includes/css/dist/nux/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','§ö§J/	Ìã…ó',',0Íœo†Æl—w}‘tãþÐˆò]Êx)^¹','',0,'?'),('å…S	¯¶Æ¡g	N–d','wp-content/plugins/wordfence/modules/login-security/classes/controller/wordfencels.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ª™6jNa?ÿÕ@6ã)','ªê‚&¾F3ªkzC…7xHrV#[åí”âNV','',0,'?'),('æÓÄh]‡‚Cù€²A*','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Ed25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'IâËžaFtz\\ÄÇ®','°•­Ò¬å\ZADs½’Ž5†¬íµ?½£‘DïA/<€:','',0,'?'),('ë0Üšî¹Z´I·ä¸±N','wp-includes/sodium_compat/src/Core/ChaCha20/Ctx.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'™Uå·ƒüÖ qDÞFîÏH','ÒëÍÔ¦Ä!Ùð‚Ó¢tLÜk.¾\"1ÝäCm»Kg£','',0,'?'),('ô3už†vKÑ®fŸÇ¶»','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/binoculars.svg',0,'¹z>û—jß¡!øX[¨ÐG','¹z>û—jß¡!øX[¨ÐG','T£-–§E–}:uŠ0]ÜúdÅ/ŽüÿÐ3ä!','',0,'?'),('öåK„ÙQå6Ý“´','wp-content/plugins/w3-total-cache/UsageStatistics_Plugin_Admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¿ÓÀÊ¶9k\0©\"6¢vã','xH\'ý£=8tæV0³efñ\rÁX‚WŒñkwê”','',0,'?'),('ø3Æ¹Ü•jçbišÎ¥î¶','wp-includes/customize/class-wp-customize-nav-menu-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ó@V{R#8º7nón\nš','»œa¸H¹ÊûªÌûMuyw?h:¡B¤Ê<=’ƒ,##¾','',0,'?'),('—¬µ2¤V»ƒJôÜŒ','wp-content/plugins/contact-form-7/includes/special-mail-tags.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÑkO,ÿR¯4¼¢Gn','ãˆ=c‚}yòÔ¨ÍyŽLO½\0“ÏK%T›Ùên£ ÉÙ','',0,'?'),('wÏ9S­Ô‹:ý6ß','wp-content/plugins/js_composer/assets/lib/vc_line_chart/vc_line_chart.min.js',0,'ô©è*\\ 2i´Êm­w³b','ô©è*\\ 2i´Êm­w³b','­ËØB®_Wç:‘\'erEíÀÇÁ{Z=l²','',0,'?'),('!xÚ÷l–é[&ØåIº”\n','wp-content/plugins/w3-total-cache/ConfigCache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¾Pÿ\Z‘ëœë¢OÌ]à»wá','/G/¤±²Þmïß“©ú× %²Êêwc;ï9','',0,'?'),('I?¥Ëë—`åãúÂ“','wp-content/plugins/essential-grid/public/assets/font/pe-icon-7-stroke/fonts/Pe-icon-7-stroke.svg',0,'Ä_}à«—jŽ~<P•Ê','Ä_}à«—jŽ~<P•Ê','ä²7oð½ÈÏ²âž`w¼!±˜=FJ ]¨Ò®ÒÂ²ž','',0,'?'),('U(Î½ÜÇëTçæ‰°qc','wp-content/plugins/revslider/public/assets/assets/svg/social/ic_party_mode_24px.svg',0,'‰û0±‚ÙÒ^¾0²‰‹','‰û0±‚ÙÒ^¾0²‰‹','†£VVÌ%ÝoHKØÕ´“ùYóÑõŸÉÂä‘þL™ŽÕ','',0,'?'),('b‡†êE„Ÿ£»º4t=','wp-content/plugins/wordfence/views/dashboard/options-group-alert.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z!HÙÐ¼ŠhÚ£Ìù²','†(ÿtá$n­Ã¨îOÒ¨,Bý@†ê,€€Lo|ù','',0,'?'),('j³àrá²Jê__ui','wp-content/plugins/worker/src/Symfony/Process/Pipes/UnixPipes.php',0,'£r›æZ †ßk»^ý\n','£r›æZ †ßk»^ý\n','³(Rn’4O•³ úí¼@”Åzí:IäÔôVo—·ðÖ','',0,'?'),('jÖ¨ôxè˜ˆdJÍ/1S','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_add_a_photo_24px.svg',0,'©¡c¶ÔY¬Ñü •zs¡{','©¡c¶ÔY¬Ñü •zs¡{','ÌÜ\0¡ãôm†ólªÓ_¨,S?Á“HÛŒÄW×nŒ<\"^','',0,'?'),('è,Â‚=9ä×ØhÌ6KÛ','wp-includes/js/jquery/ui/draggable.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¢ü:2¯„g9ÐtL³D‰','šÊCu£o.tþ?ïxdÌx“CK‡6†Î—p_¨','',0,'?'),('›ºùîa‡½L\\#Ñ™ÐÉ','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_color_fill_24px.svg',0,'WÞU£²¼XU¯«','WÞU£²¼XU¯«','\0¦«›ç |	…E6\\²¼EèToéRáôS¹–¥›×ÏR','',0,'?'),('rU_àa¥ÎÆw§p','wp-content/plugins/w3-total-cache/UsageStatistics_Widget_View_Disabled.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B%ö³WÔLÙRŠÕðø','ƒ0ž¤ê,tÈ;Ó<ñÎA“C÷oëÕ£T´¢¦','',0,'?'),('±,KÖ,L¥ðÈL\'ÄtÅ','wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Psr7/BufferStream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ê‰¼ùˆÈäÑ:9Õþ»˜S1','Î§Žàåá¢\'\'ÏJBV…á•–°yÚÀëVM°dÉ','',0,'?'),('Ú/Gl]ŽÑ}ú3.SÄ,¥','wp-content/plugins/w3-total-cache/Extension_Swarmify_AdminActions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','©_âmÅmø·HÆJ(','©r9ôÐFbt5D–‚›ø¡§!y4’Ñódˆ','',0,'?'),('û³>Ù/á¡‡_ó³éÃÀ','wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Òl([q×ô°ÉD#ï™','\\sÙ¶Òhb¢2.;Øm`F£Ðr^&óH-w	—yVµ~','',0,'?'),('ü&UX\rèL4{šâÑÔ','wp-includes/js/utils.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t‰ˆ0Ì`ß£—þ÷MVi`','‹js›@Vnaäv‹t\'È€D¾ì,Ý†Ž„ä·T;','',0,'?'),('ýÓÔžX†[€`?‘Ô^','wp-includes/block-patterns/large-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','õ`–ì€3êï\0ó]j6?>','ÐòÿŠb¥`&h²2ÈÂ)V¥KF}Õˆêm ?*fûæ­','',0,'?'),('\ZÖ§‰±\\\ZÝh•i','wp-includes/js/dist/blocks.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.¿·x¬ü§ð\\W?Ž‡','³‰Ôä¶š“†Õ‘xk…‡øJÒ¼Žˆ*$§×','',0,'?'),('\Z\n3MuL9[È9Úæ‰f,','wp-content/plugins/essential-grid/includes/InstagramScraper/Instagram.php',0,'ÝnŸÒ–Pâr$jU','ÝnŸÒ–Pâr$jU','ÿ×b?Öizx~6ß£7Îê•ºF<$Æ§êCÏåð´”','',0,'?'),('\ZO¸3F5K«;œ@ â','wp-content/plugins/wordfence/modules/login-security/classes/controller/cron.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Î@õq\\ƒ}±«§—[õ','þ[ËTÅnŸEjdÝ(²$:!ÁhÔÎ\0›sè><','',0,'?'),('\Z&$½–Ð®ï£µ[µ†i¡','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart21.svg',0,'i·å\'™•\0³©Sùà<','i·å\'™•\0³©Sùà<','ÐT!Ê<;,µÞ¸é\'†ã¨V9ŽÐîgÆ$Æ-=ƒUŠ±','',0,'?'),('\Z&ô½cRà< FiCä','wp-content/plugins/wordfence/modules/login-security/views/options/option-text.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r%1ˆc·‚íúvGŠ\\%','ýáøÀú¾-‰ÃrÑÂ@YÕÚikÔ~oeÉ²v*+','',0,'?'),('\Z6Ôsøªw*äž‹‘ƒ»','wp-content/advanced-cache.php',0,'úéêÍE„ä=Ÿr†Ø','úéêÍE„ä=Ÿr†Ø','£ˆàZI™œ.qÈží£J/Œ¦M+¥•…1%Ù‚ÑÅ:sà','',0,'?'),('\ZR@ùvû±ßìØPˆ N','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/magnifying-glass.svg',0,'q¼½†#âÛÒ´æzûèÄÆ','q¼½†#âÛÒ´æzûèÄÆ','ìŸEÞ²!d†<pRQèX>	õûdÛÄ\n!pÂ)Ûð„ÿ','',0,'?'),('\Zh•æ527Vø¨…\'Ø','wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/Exception/DeleteMultipleObjectsException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÎÄë<pýÐ|+þkNzM','ßZý•¼„q-Œ­¾¾€kM(\Z	-Ûs?8†','',0,'?'),('\Zq\\ÇÔO¦9FÏ7Ð‡0','wp-content/plugins/js_composer/include/autoload/hook-vc-progress-bar.php',0,'JéÈöT™rQÛí²9ë','JéÈöT™rQÛí²9ë','fzàˆ}L¿«”ö“T§^×/QI­%rdæ‰ì5ìc°','',0,'?'),('\Ztj÷ì+zþ›_#pûl','wp-content/plugins/js_composer/include/classes/shortcodes/vc-tta-accordion.php',0,'‘)Z¥Üw0ÓÀ’ÁÂ â88','‘)Z¥Üw0ÓÀ’ÁÂ â88','ª\"Ógï˜uáZH@ŒÄ{‘dÊ#d-òÁ:¿Z‘Òà%','',0,'?'),('\Zz³™X8ÚNDŒ»‡ÚiØÂ','wp-content/plugins/revslider/public/assets/assets/svg/social/ic_pages_24px.svg',0,'HÖ‘\"Xoª™Ä3áS	','HÖ‘\"Xoª™Ä3áS	','ñu¡Y©Ÿ*DS6/˜#\r§ú{g–Döm ýdŽ\0õ','',0,'?'),('\ZåkFÍv&ÕcÏg:ÊÇ','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/hours.svg',0,'UÓÎóÒ?gÄPAÒL1½ƒ.','UÓÎóÒ?gÄPAÒL1½ƒ.','rºÛŠX“î¿_Y™È•rãÅ9ån ²7¯V€\\\rèLã','',0,'?'),('\Zò˜#Ú\nÖ`þÑµ´˜!','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_nature_people_24px.svg',0,'©\\µâ2Cwƒ#ÀËõŠ×ò','©\\µâ2Cwƒ#ÀËõŠ×ò','ÔYÆ€Y€ù07ì<2®ÝÒ©g!ÕÁW»`C|!GW','',0,'?'),('\Zþ½–L6Nå1×;8œ','wp-content/plugins/wordfence/modules/login-security/views/page/section-title.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"Žìáw^\n ¨¡k6','Œ!Í5»@ãa¾6t„oš5(DÛs©ÐÑ\näÁµæK¿f','',0,'?'),('\Z±!ëw®õr^Ã…Wò¬È','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_mms_24px.svg',0,'­~&ÃQšÄƒptª8—Zo','­~&ÃQšÄƒptª8—Zo','`©“áî8©q4ä?¿‰sBzîK9›7¤èNÇ1^;X','',0,'?'),('\Zµ;5õ(žOòOÖR«','wp-content/plugins/wordfence/lib/dashboard/widget_content_countries.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÈŽµÿcÔP•\"šÁƒ¯øÒ','×–DäŸ¹4´¥µÞ5¡ÒJ€¸b´OÿÉHÿR@ˆ','',0,'?'),('\Z·NŽ8ù“nDxçÌþ>)','wp-content/plugins/w3-total-cache/Util_Environment_Exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{\\,\';²Á¥XÊG·?¥','™óvdÏM_û%¤Dª±öø{Ögrœ}3\n9\"˜','',0,'?'),('\ZÊÂ{\'ÍTˆ´Á¢´·r','wp-content/themes/betheme/bbpress/form-reply.php',0,'„\rïÕfTâmØ‰I©{¹ ','„\rïÕfTâmØ‰I©{¹ ','ö:ó5¤ÎÂÈvH oÖ›#§žä2ÊØ1²Ú~ªÌlôÛ','',0,'?'),('\Zë«cm[HÏ-Þ«û¯','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_brightness_5_24px.svg',0,'Ä0|®±÷×þM¢Ü¹œ','Ä0|®±÷×þM¢Ü¹œ','«Êøê“tßÒÐÊ=ÞÏ]&‹dá}qz7môóànîu','',0,'?'),('\ZëãèÁ¡•)qtsCI9','wp-includes/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','µÄ9ËâfhkÀ§9ïbŽ','©ÅÄ•§D¾tG\ZõiBY¢¨ßQ>^9—[â–Vš!AY','',0,'?'),('\Zïy‚„8R#O¬yÎÆ','wp-admin/css/nav-menus-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ãÚ9·ÖLì´)ŽH:|*t','í\'\rë¼mÕšïÆžf\ZÕpêÄë·\Z0JÓüüÇ¼cÏ','',0,'?'),('\Zð%Ø[h=„¶=ù©Òi','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_content_paste_24px.svg',0,'µ&$Å1©+‘Ða?ôûU','µ&$Å1©+‘Ða?ôûU','kü¦F“NE–æÎºß­D¾|\ZŒ	6Õ#ÛÆ”v','',0,'?'),('\ZúÃ\Z:\\®RfùPÛ~3','wp-includes/class-wp-metadata-lazyloader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rËLÓ¸..+„ú¥d½','rÅkÇÎ©›×›?÷irÞ A:$òTvG¡6¢Î[¿d¥Ï','',0,'?'),('\ZýUEäs(î±÷ž#Eöp','wp-includes/images/smilies/icon_mrgreen.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$_Æ½u²X|I%~$','!B´‡ºI1mVØ-¦‚¾|Ñ˜¶X5DÆ8Ž†hó','',0,'?'),('\Zÿ›AÝêmEˆðk®µp@','wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/images/vc_single_image.js',0,'ÎäòåÏK”´«o¾oø-','ÎäòåÏK”´«o¾oø-','DÉZ²Îœ˜-Š®4Bù‰‰ö‘Ï‰Èˆ8o¬úæ–dœà','',0,'?'),('\Zÿ¹Â/¡ÍƒžíT%«g4','wp-includes/js/jquery/ui/effect-drop.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','«Á¹é–´Šu)†B¬Ñ1÷','äÚv¶Ðhœdõ…ÚLÝV«yô…Š–È^n\"èÙ‘\0]pû','',0,'?'),('\ní\rÁÈ#Û:^BÄò–»','wp-content/cache/index.html',0,'ÔŒÙ\0²é€	˜ìøB~','ÔŒÙ\0²é€	˜ìøB~','ã°ÄB˜üšûôÈ™o¹$\'®Aäd›“L¤•™xR¸U','',0,'?'),('{x3í¨C²€Qð','wp-content/themes/betheme/functions/class-tgm-plugin-activation.php',0,'FäaîÆ6µ2‚kõêï','FäaîÆ6µ2‚kõêï','Ôþó/ùÙƒz‡è/ö³&N{Ø\rýJB?Ç˜','',0,'?'),('»ú*\\Çíü¶a\Z˜g','wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-panel-preset.tpl.php',0,'¸«»3VkÏ\'§\n¼Õ2ëX','¸«»3VkÏ\'§\n¼Õ2ëX','{‘r?Åü´‚°hŒ<š:·“y§ÁŒe	¬BÅ','',0,'?'),('!\'ë°ðb\"{ëÊáo','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_play_for_work_24px.svg',0,'UÕÑf+Ï}üË®‡ ˆ','UÕÑf+Ï}üË®‡ ˆ','™ârvzÐŸn–©tco&å­Õÿz²6P	MüdFÅ','',0,'?'),('$îŠPÙ`‰‰\0gï¨X²','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/Cached.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yFÂ“\\œ»â…Û2šÏÿí','2k¡sÀÚ\\>ª…RI:nHðÈ¿Dmà!zzØ±À','',0,'?'),('-úìc©<Èî@ÕVsZ‚','wp-includes/js/api-request.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9¢÷¼Âß¿G7p6{“g','œdÏ6Q\\ñ´±©fÿ:¶±‹‡ûG`é‹Ñj1Vã','',0,'?'),('NLo¾ÐÞöµ™—‹„','wp-content/themes/betheme/muffin-options/validation/email/validation_email.php',0,'BvÊ¦“•ó»B¿:è\Z\"Ñ','BvÊ¦“•ó»B¿:è\Z\"Ñ','‚ßyÇX_¼¥X5®Mœ‰ßßmò°”ï¤È†2ã(','',0,'?'),('Y\n Î¬VT£Hã ié','wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2017-10-30/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ñì¼«KzÕ&EÊ?–ÏÁI','˜£3âßŠ#s¬Z1ÉÞ/6‹Äæ%ÙÔA›®ÚwøÓŽ','',0,'?'),('bÇN=¿°¨,ÀÆSíà','wp-content/plugins/contact-form-7/modules/text.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"Z³™‘¡kYÃ7˜DáÅ-Ã','ÿÛ1\0ôã•\"QÏ‡±ž]†íßû5Òž¥ìŽõ2Ù','',0,'?'),('e¸\\¡v£ç¢tAVáAº','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_tv_24px.svg',0,'ÖµåŠÎ†~G=F5ØÜ','ÖµåŠÎ†~G=F5ØÜ','¦65A…Ž t¯Ú	ãÉpóË™É!SÉâ7eßÐË6C','',0,'?'),('hoèç®iSÍmÒë<:)Í','wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_unfiltered_html.tpl.php',0,'Hý\nµ÷®u´?ý5±Íq','Hý\nµ÷®u´?ý5±Íq','¾Ñ½6èú„OëzI×¡Ùç1—•ð\rÆÏ¡ó6®ƒ«·í…Ñ','',0,'?'),('k¥ôÛé7|dØÔìÆT;','wp-content/plugins/wordfence/modules/login-security/views/options/option-require-2fa.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ZìÉµæP! ßïŸ…ú‡ r','ÄwÎéúXX«ÿ¦ºl½@gÛI•z,>W7À\r¢XÚ','',0,'?'),('lŠïg¹ˆ²ïÓÇ(ˆ','wp-content/themes/betheme/js/parallax/stellar.js',0,'/,z-(Š²›•MØÇŽ[','/,z-(Š²›•MØÇŽ[','x.;Gh–)¾ÒxE‹ÈÑEG¢(î°9ÒÂ\ZÏyd8¼#','',0,'?'),('n¤^|+‹éa<ùt»','wp-content/plugins/revslider/public/assets/assets/svg/places/ic_airport_shuttle_24px.svg',0,'M®6æU^ÿ„‚¥˜-·Ì\ZP','M®6æU^ÿ„‚¥˜-·Ì\ZP','!ÑŽò—«tÖÏkv„Çfóh^5ÕvNJ„ð¼!·#&ê','',0,'?'),('*e^pÙñ\'ð„ï@·¯','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Handler/GuzzleV5/PsrStream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‚ç93¸lóö_àB•.î','u¡wÝ‡0QB\'Wšïàª	»4T	3W{M<aTQ“8','',0,'?'),('Žž7Ò\0¹ø½D,Nä¢£','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_redeem_24px.svg',0,'È¾á|£™§sOÀ#4cŸ','È¾á|£™§sOÀ#4cŸ','UºbÞTùLÔ¿Ñéržg$ÏT)\\w·ïè^³XÇ','',0,'?'),('œ3#xDðŒãi×','wp-content/plugins/revslider/public/assets/assets/svg/social/ic_group_add_24px.svg',0,'¯â‰\\“çÅäc:p€ü','¯â‰\\“çÅäc:p€ü','o—7Û¯nH&K˜>éP@~\'!©û¼DK‡›SRÆ‡','',0,'?'),('§y´ÝÚ!¡\0pZèˆ[A','wp-includes/js/mediaelement/mediaelement-and-player.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mãiz+*;)±ûE‹','š-5(âì¼:£oQ[Ìª»¬Ï\\ã\nm~¶CP','',0,'?'),('ºE»È–qÈŠ?2…Hè','wp-includes/js/dist/api-fetch.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_gŠšf\0B:ªTS‘¤','øüL<˜h üVÞiy×6Mùˆûž2á¡´D£Wëƒ','',0,'?'),('»÷¤ª‰y@b™ªTcýŽ•','wp-content/plugins/js_composer/include/classes/updaters/class-vc-updating-manager.php',0,'2ùÔÅª}%éøÕnc	Ýhd','2ùÔÅª}%éøÕnc	Ýhd','þ2å2GQèP\08v²ÉUn7’Y»èž êÆ$õ','',0,'?'),('¿Ûiù¶ºuz?è~oYu','wp-content/plugins/testimonials-showcase/layouts/slider/js/slider-shortcode.js',0,'çE¸ù5™¸ºu‚&ò¤ü','çE¸ù5™¸ºu‚&ò¤ü','SÚXg|;ºp/¦Ôë¹kÝ”ÎU¶Hæx','',0,'?'),('Ö»E\n»<¥B„[ì,','wp-includes/class-wp-ajax-response.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o6Ú)·Qÿ\"SÏƒtÆ.HÖ','”¸[‚$ùœ–gÊnM!^\\¦Æß9tµtßÝ>ZÝ','',0,'?'),('ãð5ˆß—zK’ÏqŒ\'','wp-content/plugins/worker/src/MWP/IncrementalBackup/Database/StreamableQuerySequenceDump.php',0,'=†UÖNev)ÄOÝt?X?','=†UÖNev)ÄOÝt?X?','æˆ60å¾#|ñü}É¢gÞã0¼Î¸‚-;ô','',0,'?'),('çv¥Fcó¹çÒk€‹_','wp-content/plugins/w3-total-cache/Cdnfsd_StackPath_Popup_View_Intro.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','MûÛÁ,´NNSÓöÅ’Ù','ÀS»‹bóA3£\"d;ª;VSKd·¶»Ý]ûò¢`ƒ\'[','',0,'?'),('ó-óÂºªyµ\"˜®º','wp-content/plugins/w3-total-cache/SystemOpCache_Plugin_Admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','é¢Tb½)CWØ¹_5jn','ÒÛBºU7¡^ø×Ëå£uÅ_d«^„_I8–h?i™','',0,'?'),('óÕŒ…¹ƒ0Å¼dÿ(','wp-content/plugins/w3-total-cache/ini/web.config',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ù\0@/;Û´rÛÁ.©:ºÜ','òEf~¿Š´èÔ´“m#<\Z]k	:qb…¢ÎuJ~·çY','',0,'?'),('ø]÷P0D~³ÕúªµL','wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/transition.min.js',0,'éœ7A\ZmòEýÇuóÙrÌ','éœ7A\ZmòEýÇuóÙrÌ','wXº#¬xÞ=w´è0ñÝóØWPÒ!œJzÈ¦*','',0,'?'),('ü0Zú<´­¯eQŠ©_','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart-analysis.svg',0,'”ÔÉÈRa¡ø°©¯ªMY±','”ÔÉÈRa¡ø°©¯ªMY±','oøzOîÝ‚õ¾H÷µ8ªª[?Æ*t0õ•X’ñ\\:­','',0,'?'),('”mÇn9ÆF±6·','wp-admin/css/admin-menu-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÄHAfª‹éŠ>Á$3Bª','L_œkºo_&ÑÍ>Ýhj¦8e6Àß$ËÉ¼¼#|Gï','',0,'?'),('¤à·M1fQ—”Fá[\\','wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2017-10-30/waiters-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÇK5Ãóîd¬oEºo±H','Š®2+˜Ž#j)XoË<ÉWØ$¬Ã¥~dÒkByÓ\\ð','',0,'?'),('\'¶\\}üÛõß÷Q»æ:U','wp-content/plugins/worker/src/MWP/IncrementalBackup/Model/ServerStatistics.php',0,'é7;2†(8î#õ\\:µ','é7;2†(8î#õ\\:µ','>­ òŽ­KÖ|ý‰®…äÝÒ<g \0<hÉ	!Y©›Ž','',0,'?'),(')úMæÈ^ð¶Ã»ozð©','wp-admin/images/loading.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@…×œ¯x>c—”­ºµÖÂ¢','ì<\0Ð…Ò©¦•Ù‡qU%˜âG†ò7ró\\œ*–¼2J','',0,'?'),('4%·IHÄO‘‹Ê°ÒL','wp-includes/css/media-views.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',ß[žûß›Ýþx‚#h½','¦3•„,—:¤?s5×Ç^1\"ÑÂ>.$oÁ&Í•—­Ÿ','',0,'?'),('B2Ü,ûö±Ø‰¢†cGÆŸ','wp-content/plugins/w3-total-cache/lib/Minify/Minify/YUI/CssCompressor.java',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ë¥†òÜÄþ­S[É‚ãù','þB”QÀdý/”€XeÃæz%äþÃ×cQ¯pû[™¦','',0,'?'),('Cð/ù;)ŸªÙ‘î°o','wp-admin/js/comment.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qêš’Å§[õL8&éÀp©','¢€Ý Ríã’éC‹‡üÔÎ—d”œšP)jI¬½ÈÍœ','',0,'?'),('HëÊ~Ý\nãóx‚ ­»|','wp-includes/js/dist/token-list.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','˜òû~\'§¡uÄsa¢ð','>RÒÜÏJÿÜúvò‘µy¾º’ù¢DîæìUU<þÉ','',0,'?'),('TËgslFí¢æÊžàõLy','wp-admin/js/set-post-thumbnail.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1ÂPµN¼H‚9eò@I','e}#’êäÐn™qÅJ¯rJØæQ<d…ZÌKž4','',0,'?'),('`OFß\nQýwÈÊ˜€à•~','wp-content/plugins/w3-total-cache/pub/sns.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V5<r²×Bù^õØæ¼Ü“m','|\\¿rXÊÄ	 @&¹§ðõ«fuGîõQœV¶Ü\0±ë','',0,'?'),('a/Ã)veÜF<ê','wp-content/plugins/worker/src/MWP/Action/IncrementalBackup/ListTables.php',0,'J±˜øvQ²væa0P²¹½','J±˜øvQ²væa0P²¹½','GÆ/›å{PÔ	\nÚð»Å9Ÿ})—ÊŸçœI','',0,'?'),('a”@—WrQw¶ÌZ\n.î','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Poly1305.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','­Ü‘zŒg<Nèô\n?o6f','ŽÁ“R °ôEgøX3•†JAc”ì!aú_ÊôS{','',0,'?'),('l´¢ß•ÎÌDi!3ì','wp-content/plugins/w3-total-cache/lib/Aws/Aws/ResultPaginator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')äˆÀøA²¹Rjó‹Qï','\Z±”zÂÍYx,Ieƒ_#;ÝŠg×\'÷=H\0!','',0,'?'),('z˜|*6žS\\5·ã¯3','wp-content/plugins/wordfence/lib/wordfenceScanner.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5ÍC/¦A)&/x0’{—.”','\Zàh›×Hp)â\Z2:\'gÚë«é¡û/£½–—ÎŠˆ','',0,'?'),('œ\n$zßX£`Î1Bw','wp-includes/js/tinymce/plugins/charmap/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','›²á¨\\õÓ5^ÀÌùµ','[Bò\Z,;‹ïjfeÃMUáj|)òrv°‡>UóF','',0,'?'),('´=b¤6šÞhs€ªæt','wp-admin/ms-themes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','©„:1R]	l IÈç!#_J','7äE›HÌÖŸPuŽŒêÀ‚ÇZâŽb³…G','',0,'?'),('Ÿ¸\'úFEŸA–vQMv','wp-content/plugins/wordfence/lib/Diff/Renderer/Abstract.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>\r°Ã5]xVIÖ\'Œiµ','ÕìG¬ºÝ…\'™!óÂY®E¬3¬ÜP5ad‹ºM¾ÿ','',0,'?'),('§\n!“][öicåƒ%\\Ã','wp-content/plugins/w3-total-cache/Licensing_AdminActions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','â{2ƒt¾”÷Ì7qŠ¼',';Žkwå8ºaræ£÷eÑ·p\0êÐ	Jð›+ÜA ½','',0,'?'),('§ÝišU¡QÛêîH}','wp-content/plugins/worker/src/Symfony/Process/Exception/InvalidArgumentException.php',0,'–qÃŽCœ\nÒã|‹³¤','–qÃŽCœ\nÒã|‹³¤','*Ô’1µü&ÒÖv$ïã ×ºÖá\nK·5Ú_J…ì@','',0,'?'),('´^Öu[Õp}`BøóW1','wp-includes/blocks/table/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j=–žgÐ]Jó\":h4','˜;X‚éƒ˜Œ0BQú2Õ‰fe`ƒˆA¹`»¬x»ÂŒŽ','',0,'?'),('È@Ã¬Ë“,62Ó2\"©z','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Serializer/Ec2ParamBuilder.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*“\0llôªn±±*P\\','„‘Óô¥—\r•WC& ^ïÈÄ4Æ¢í9Ù9Eµ','',0,'?'),('Ík0Bßâa÷î¬`Ë','wp-includes/customize/class-wp-customize-nav-menu-setting.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','™ö,¼#YÇbu3„­¬Èû³','ÅÓº÷fˆëíÕ\r²Õ×o!ÔcY	®oœÒø\rö¦ÑÐ','',0,'?'),('ÜŸºÒ¿Bâˆ¶òêòæ­','wp-includes/js/dist/media-utils.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','î¢›/›{bÎ^›¶ç°Õ5','&éà&¶ßùe¹$Óà$éçLî­3yÚ^I‡ŸbÇôkö','',0,'?'),('ê-=Q°CwàtnLà¡#','wp-content/plugins/wordfence/lib/wfBrowscap.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¾¾\rÌe.ìÝïôñbóÂ','HzŸn´òõO×#¤/út„Éš\"¯ˆU ŽÒA¿iŒ','',0,'?'),('ñ”?DÌí•…F[§< Å','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-idea.svg',0,'Rû©B\r*¥æmw8œ','Rû©B\r*¥æmw8œ','¡­€\'ås)5L¨hØ/–··3¬5*xºõ±tb','',0,'?'),('üÂ™±-Wì-ÙFê8','wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_animated_block.php',0,'IvÚ_\"Ç™¿C\ZuD34\\','IvÚ_\"Ç™¿C\ZuD34\\','í4¶½G>øèÁÌ??ƒ\'&˜…a½Æ¢µò›A-xéäw','',0,'?'),('\nœßO‚_˜«;]/^™ç','wp-includes/images/down_arrow.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','üø„V¾~ÆoöYnG~_u','ž€hŒ8É§øºô…ªp¿uóü{9–‘áÕ…›J‚‰¤','',0,'?'),('æåý7…r¸éO;*^','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/user03.svg',0,'Of”W±‘‹Û>”%0','Of”W±‘‹Û>”%0','‘¨xÆ{M|ŽRÕé¸+‹Ø@×-I®5Îa¤ìŒ\0y','',0,'?'),('Î½Ê}ØVº+µtB³','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/BLAKE2b.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','­žê¤€”xÃÙ ·%•cl','Nž8,ÿcÝÛíëaež¬ÓñÎŸi<5p$³¿ó','',0,'?'),('G_bc©.,]&Åè','wp-admin/js/image-edit.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','²ñkË€ )Ë|J<ÁŒ,','+˜°TPŒ,0êä/F…C´P¦W5Âæ±˜y›™cõ','',0,'?'),('Kvö$T‹MR˜ŠŠú=³','wp-includes/css/dist/edit-post/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"¾kc£SŸú8ŸÊZ',':‚?+Âj)Dª\'¾OpÌºj²(ZÀ3X°	Ž[2‡ù—¬','',0,'?'),('5Ä#÷ÙzgG¼iSŒ§~‘','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-globe.svg',0,'³öha–Åås:ë:á~–VÆ','³öha–Åås:ë:á~–VÆ','–7¼¡žž#\n*Ùš1 --ÜlÔ¨JTˆ\'ö·ãK%[','',0,'?'),('8¬¬­ -1rlkåÁ','wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js',0,'2ÊÜœ³b>l;W|=•ù','2ÊÜœ³b>l;W|=•ù','–ÙB>>ôÿ–’[àÒ•à¦[¸í8ÍÓY\nß©Ž\n$','',0,'?'),('>n„POwh97vvãb9','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart09.svg',0,'³±)œöTMb©78ý÷;','³±)œöTMb©78ý÷;','‹{©g«YÓþ©¨L•:ÄT²Ñ;”uØVŽî•+ð','',0,'?'),('fMx’íª¹®	é+9•U§','wp-admin/js/customize-widgets.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','äyi[c¦+YoO™‰-Žl','¹dqêQò†jSGüE5Û_v}[Çîn¤}DÄyZ²»','',0,'?'),('x#Þ £‚6ÐÆ6ýÑþcò','wp-content/plugins/worker/src/MWP/Debug/EvalErrorHandler.php',0,'ßtëII­c²¸Wö}ýé','ßtëII­c²¸Wö}ýé','A+»1¯ðÎ¶²kaú!³å,†xL¥[·ƒw{ÎþOU','',0,'?'),('|¾(­ô²ÞÐâ=acË;','wp-content/plugins/w3-total-cache/Cdn_MaxCdn_Page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','QêÁ‚ú¤“@°N8\'¼','Ùt„òõ¿6c‡êèkˆH³¹†T¯ÅÉÚ+Êd*Ó‚E','',0,'?'),('}-ÝžWíÕßÍãòj','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/GetBlobMetadataOptions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÚŒ…(U\\\n\0ôµGfx±','y€\"Ã)¼/¢*DCèÌ¯µ9p7³¯ÛùÔäfýi­','',0,'?'),('Šã8üñW6FŒô\'¤x','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-hourglass.svg',0,'ˆ>¬…eG0Ñº\r‰ø±','ˆ>¬…eG0Ñº\r‰ø±','Ø1.ªvHÁÖB0&Äpe1¾JÃ\\­G\"¯‹¹','',0,'?'),('‹%„ä\\ùÂMA‚íÒïÿ','wp-admin/images/wordpress-logo-white.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','½ÙqPûCª†-SPDæ÷','e£4ÑEºÇ?ú&õDsA‡Ä×Ê¬ª;ü)@¾XÉ’','',0,'?'),('Žšƒ¬JÌ}F·ßE\0Þ9³','wp-content/themes/index.php',0,'gD,Vë§=\\ÆbP','gD,Vë§=\\ÆbP','k‰À—~	¶½UH\Z¥ÖxƒPêÛAÌ„¢ú<¡ž;X¨','',0,'?'),('‘€*2Á;ZñõÁBÕUv','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_open_in_browser_24px.svg',0,'w‘Gõî%!ŸçVªÝnq','w‘Gõî%!ŸçVªÝnq','ÆŸµ\n£Ú!¬…œë£Ósy_›\nh’žòö¸¡ïû Î','',0,'?'),('ªät\Z{¥hiÞ!@ìu','wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2016-11-25/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ØDrË”Ã‘¤‹)','Kà‹pñz1yž·Õ¸LUAOcO€Q¢N¿D','',0,'?'),('½fÆ4c”æôwnâ	÷','wp-content/plugins/w3-total-cache/Cdn_RackSpaceCloudFiles_Popup_View_Intro.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&À|2Æð-dc?Éw<Òà','€b£ÚHßü˜éð9•ì”ñË1ðwJ–àXtÇ\n½µu@','',0,'?'),('Á§Î—Ü¹M²+>l&','wp-content/plugins/js_composer/include/classes/shortcodes/vc-btn.php',0,'c±®BK…Ñ.¼DCióµ1\"','c±®BK…Ñ.¼DCióµ1\"','Ž°¤l×Æ:•ê.:	³$CXÇÖ‰]‡ÃŽGÿ¬Kæž·','',0,'?'),('Æ=Å}CðãîiðÜHT','wp-admin/network/profile.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E÷3úòª¼õõ@%°c ','©\\Hè.7éÞë7QtUwÖÝ°AK,ù$A‹„!Ÿ·Lz','',0,'?'),('ËÝg+Ž™¿²ç‘Ê,cìž','wp-includes/block-supports/colors.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','›Z¬|\"Ý€y¥À ÅCh]ê',':²Pì~”pvŒ\"ãÈ™ì\0<Ž­—ÖÔdZÀÂˆ/','',0,'?'),('ÌO€ÎÿU¼÷µ“Á.`Ó','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_assessment_24px.svg',0,'*¦5¤Ö\":(¬;•†7+¿','*¦5¤Ö\":(¬;•†7+¿','¹aæŒÓO;”ˆöÞL;_)˜~Ô?à´¥€–:ÚÛÍÈ','',0,'?'),('Óg¹›I†!Ù­ÑÇÖ_Æ','wp-includes/ms-blogs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','YYw_sç°ƒ@	DE¬m','™~ÛƒGáß,,?¨§0½ÄvúÐfƒØUÓ§N£ìiK','',0,'?'),('×Z’­mú@y›ú¢?“p','wp-content/plugins/essential-grid/includes/global-css.class.php',0,'c33]@eÔzåùž c‡ž','c33]@eÔzåùž c‡ž','ºR2JL<™)\'»\'Eslïfö«&Ÿs41|bj”¥Ê','',0,'?'),('Ù]7%I“Rœ÷\0œÕÃ','wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2016-09-07/waiters-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','àìE£Iz\Z×µ$Èˆ]a','“rI.õÌ»ÅÅ#¥©«Íáu·a¦sê¨¤”(’\"(','',0,'?'),('ÙÜñt”DX¿m\0#Ê(‚','wp-includes/customize/class-wp-customize-nav-menu-locations-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','óH¾¯.¼% û„¡åFr','iúúœ†Ï½›à‡ËAóýì}Ëæ—ÍÝ…ê´»ZÜ','',0,'?'),('Üå]/~ÿøÕq¡¥XÅŽE','wp-includes/js/jquery/ui/button.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','…k{Ìqzÿuo×>Ÿ’©','8õv˜J.µOAÜz´±A)ëHJe¦f¶B¿,ñÚz','',0,'?'),('ßêãûVÓÿ½Øý+®ö‹¢','wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2015-07-27/waiters-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','µ4X+×ãœôóå\Zê*','K)-Ž½ŽÝ*“…w=-õ]ÞÉlðL489jõ!w','',0,'?'),('áÿ­$bˆ„©¿_ª8“\Z','wp-content/plugins/w3-total-cache/lib/Aws/Aws/signer/Exception/signerException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','³\n—4ÿ²h\'ØN¯›;]&','õ=.â/8žFPþµA¤£¡mm\"­7§sÈÝÆ©¡öÏ','',0,'?'),('ËãòU,ºý‹‡Z×Žf‹','wp-content/plugins/worker/src/MWP/EventListener/ActionResponse/SetLegacyWebsiteConnectionData.php',0,'IœY´L†!SpsÖrü¿','IœY´L†!SpsÖrü¿','‡Mg§²Û9¶ñgd’šM§~û®_)HPK\"Jpý¶Øð','',0,'?'),('%8Ã‚šà÷o×¿Ì€¤','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_library_24px.svg',0,'</H*ôKniX¥˜eOp','</H*ôKniX¥˜eOp','] f×d±I­†3ºDÚæJÚ‹öûõ¶¸ðÖ-Y²','',0,'?'),('%Í÷“Èj®{(ÐZ˜V','wp-content/plugins/worker/src/MWP/Action/IncrementalBackup/HashFiles.php',0,'ŠEÐ9ÖmÇ¾‚¦—\0~','ŠEÐ9ÖmÇ¾‚¦—\0~','H)Ê²‡D‰ãÃú¨ú\0^«Ï!CÓóð\0C7uÐ#l','',0,'?'),('\'ÝŒ	¿úù‰¢±½:Ž¢z','wp-content/themes/betheme/bbpress/form-topic-split.php',0,'E0‰$µ½ØI¨=•p³ÈÊ','E0‰$µ½ØI¨=•p³ÈÊ','“ˆ¤¸ö|ÖÀ·TpúŒu<†Û•…®º´`MTŸñõ','',0,'?'),('(ï\n²îƒœž]Å£èˆd','wp-content/plugins/w3-total-cache/lib/Aws/Aws/MultiRegionClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n°µ¶{§¶Ýy		7WÉç',')[÷˜|Ø(×j¦hkhN	î9é˜Ÿ±…J&›~UÏÃÄ˜','',0,'?'),('3†» kE4ºÃ«Ã','wp-content/plugins/w3-total-cache/ini/s3-sample-policy.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','æñÔ¤^à ãë=b™Q','š³ÞÒ-n	EŠ`WË.…( %>ñŸÖ‘\0†îêm§‡','',0,'?'),('5Á^‹r#[Ñ&\n-ü½','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Exception/TransferException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g’2¸ÊbÁdb´ŠU','Ð?/+B°:T<ð[kmÿÃÕ*ÇÉ¦¥sâmÀ0','',0,'?'),('Bã@R*G™xF4N}','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/XSalsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','£ž\'–_®?SÅŸ\Z]ÍyŒ','¤6‹Ð[-óŠ…,9YR¡rÚ\rY\"-ø€anó²‘6$Š','',0,'?'),('CÓ2îEýžWúZ™JZ¾‹','wp-content/plugins/revslider/public/assets/assets/svg/social/ic_person_outline_24px.svg',0,'@¦Ä¤u±Ý@ëu\\¶ßÑÓ','@¦Ä¤u±Ý@ëu\\¶ßÑÓ','øuÇÙƒ…¦#úspŽ²O‰À_=NAb‰îmt6üÌåØ','',0,'?'),('E¾ _QÕ›,QÝ>ÌÇk','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-video.svg',0,'ŸéSXö“\\:æñ}æŸš™','ŸéSXö“\\:æñ}æŸš™','§öèæóÓë5ÍÊ{;ç›ÖC”™‘UðF½ >Mòf','',0,'?'),('Rñˆ\\µ&ˆ†T	À|`','wp-includes/class-wp-user.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÍùDj½)i%;¢MçØ‰û','\"<q™ï|J‰Ê£B²bþ¸Î+Bvx!6ÃÃj˜','',0,'?'),('WÁ%¿¢þ›´.jô¨Þ','wp-content/plugins/js_composer/include/classes/shortcodes/core/class-wpbakeryshortcodescontainer.php',0,'‘ÎÇI¤ÙÅS#Øá;e','‘ÎÇI¤ÙÅS#Øá;e','\'5:©Æ@b$\0ï	@œ3×,”;XI{Aa0È©J·h','',0,'?'),('i\0¯ýÿÕ–>ÕÅ­)ü','wp-content/plugins/revslider/admin/assets/icons/MaterialIcons-Regular.svg',0,'¡­êeYLP/”(ñ:âá','¡­êeYLP/”(ñ:âá','å´‹YCNîèëŒ§´:Q9kïÀ…d€Zkx¡ƒO','',0,'?'),('oUœNE]ËìM‡íÖ\0ýx','wp-content/plugins/w3-total-cache/UsageStatistics_Sources_Memcached.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‡…yÐü þÿÅ¾,¾ã','ûë`H‰P³mðPÊ¥o±ñ†Y,Ž}s½Ý’¡g','',0,'?'),('xZ‘h3¨¼6+’Ü','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/character02.svg',0,'OB€WÍæï>3š˜‡','OB€WÍæï>3š˜‡','å¶ŸHï ú†\"jè<ë¸c·“ÙO©nÉõÄgë','',0,'?'),('ynmÀ;˜/ÐUsK	»¿','wp-includes/css/wp-embed-template-ie.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7{WPÛLó{H—Ù©Iç','\\aWq1Šº+ÿéÐ¯Ùo•LöY\0ÏÂ„Kàî%<','',0,'?'),('|Ú&;Œr¢Ls5ùŠ','wp-admin/includes/comment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÀI|™Œluâ¯Dÿ','¬« \rÓí–ÝBà¸%¨F”V}[ëjð7CF‚A²','',0,'?'),('‹öÂYe¸.ð0s–‚','wp-admin/includes/class-wp-comments-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','”oÖKtéJrëƒ\"§-*Âý','7©d­i}k†4È+)å[¡”-L°4«uR_O£<Ñ¨ƒ','',0,'?'),('’Aç“o\r÷ZÔ”_št','wp-content/plugins/wordfence/views/waf/waf-uninstall.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']\Z™ø>ÃX%Ë¦?8&','©…Æ¿U,Ìê®d+Õ@çC¨üJdÝÄ}+‘5‚”ôƒEéè','',0,'?'),('¡Ð\'-ôpÚ-Ïûñf¢','wp-admin/css/l10n-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xmÇ|á“søÊÁ£A½',']‹Ó%FLè\nIÎL«ñl«ç£Åf426Gê¸ã\'“™','',0,'?'),('¦Õ\n×dƒ6X¾£\"ûÐi´','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_rotate_90_degrees_ccw_24px.svg',0,'óB@…v¨p	kª°0€,','óB@…v¨p	kª°0€,','1Ø§Ösùê#vóÎH«p8ÕªNúš¨ýñGU\'Ó<¤','',0,'?'),('­ßò˜¦>¡qà$Ï','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_50_24px.svg',0,'wf\\8W¯¹0ð@} ','wf\\8W¯¹0ð@} ','U4C¬…žêÿÑ¯QQ¸ê9öy«;æ\'LÂËhc','',0,'?'),('¯Œ0{»õKº,a+gA','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_redo_24px.svg',0,'ÐS‡l§Ì þÈ4DoŽmÎÉ','ÐS‡l§Ì þÈ4DoŽmÎÉ','B†i(½Eµ‰•ÉÀ[šŸÐ?3Îôež>Á;Ëvw}z','',0,'?'),('´ÁjðÖ¹J‚Üþ‘ö0Y','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/X25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p§0W\"F)”ÏŽ“8O£','©5¬œð)&ÚÙBoK]®¯¤Ø»Žó–rm`%®ÊhöO','',0,'?'),('¸œŒÐ”!FãYV¼û?È','wp-content/plugins/worker/src/MWP/EventListener/PublicRequest/SetPluginInfo.php',0,'Æ¦Øê((œÓ@&Ï	m‰','Æ¦Øê((œÓ@&Ï	m‰','*&ðË@‰êy“äÎ\næ#Öž÷ñÂgkÓ¹$mTŠk','',0,'?'),('¹¨¬<þý~Ã(¾+ ','wp-content/plugins/js_composer/include/classes/shortcodes/vc-tab.php',0,'úÿ´Ï(o°(rŠ=Ñå','úÿ´Ï(o°(rŠ=Ñå','­yÜØÁÎðxQÃ†ý@÷K|¿>!‰IÉã:ó9€[','',0,'?'),('À’Tftl\Z­Zÿ>n','wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Psr7/UploadedFile.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','£k”!%GÍ8»xWð0%Š','ý.`˜’Èv¿¼¾àà5só+2Ë†ÓÄrM\\@¤','',0,'?'),('Ý\"Ç<	i t÷ß&Ý','wp-admin/css/colors/modern/colors.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Š¨XÿÌ¯›ÅRÖjÙFòœ','24©Þƒêki<¿­u&¦*ž§7ñ‹Uîs´Ö=~ÍëFß','',0,'?'),('÷4\nB3âfj	ÐÝÚ.','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Exception/MultipartUploadException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Í]Yq…\nãð­oË¶ÇÌ','V¸¸C“—…µµûû4j°E£¼î­v=“¬>','',0,'?'),('\rV¶(«h8®€•†Sæ','wp-content/plugins/worker/src/Monolog/Processor/MemoryProcessor.php',0,'ÍSÞvØ¾™#‡0Ò¿à¹)','ÍSÞvØ¾™#‡0Ò¿à¹)','FëhµÅÀr–:¢°á‹ƒt~€&Òc-…¿Õ','',0,'?'),('(+¥LWæÊ±~\0Ç£','wp-content/plugins/js_composer/include/templates/shortcodes/vc_tta_pageable_section.php',0,'ÒÏJ¹Ý ÖŒˆ\"öd¥ÌÈ','ÒÏJ¹Ý ÖŒˆ\"öd¥ÌÈ','Ÿ¦I¡zÎW³sU¿\ZÛÞÌ@?“ÁzG¦ i\0YLÅZ','',0,'?'),('<;¡Ãì‚ÄIÛÐü','wp-content/plugins/js_composer/include/classes/vendors/plugins/woocommerce/grid-item-attributes.php',0,'ã\nkÒSk$P%¼<¨»W','ã\nkÒSk$P%¼<¨»W','—NF…8‰ÒçMªµ[•UZŸ‘wÍgÀžÊm[;Ç','',0,'?'),('>³™ÍÑ(÷5©-Î\nÃ9','wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem.php',0,'ë+Fˆl…¥ØV»â+t','ë+Fˆl…¥ØV»â+t','8HŸ\n÷C*KÚCŒ1(TÃˆâ9…fÈ~í¿¢…\r\"','',0,'?'),('LäåbPÞ-I×­1f€','wp-includes/theme-compat/header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Œsö¦<wü!µˆ1','qÊ2åÕµÂÐûÏ¢>rã‘7Njè¤	D—^ƒïA5\r','',0,'?'),('N¡d#R­‡+«Ár\0s[','wp-content/plugins/wordfence/views/reports/activity-report.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}éwÛþ¾ç­uÁ!nUö','kê\Z—>Ž,¸Žzµ>\r\r¦êüõKMØAI;~Šž÷ëø','',0,'?'),('O:öR?Gn‘mŒ\\§Ú','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_timer_off_24px.svg',0,'=¥§É«/….’YÂ•†ê*','=¥§É«/….’YÂ•†ê*','ÚR·ÀÍ•&¥°NìØ‚VŸLëÉX¯ñbxÄ¾úü','',0,'?'),('^(	v%/MLüq»‘ê','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-google-plus.svg',0,'U‹ßr²ÔÙ&cö>ÌÃ—','U‹ßr²ÔÙ&cö>ÌÃ—','ùµ µ÷:I †Â\'}ln=JÁ¼#Õ}—ôƒ¿`.\0','',0,'?'),('dõ±cÕhÅ¢P§9œŠa','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/sale-sign.svg',0,'4Úà 9¡h	½ë[ŒÔ+Ñ','4Úà 9¡h	½ë[ŒÔ+Ñ','Í&ýÕÌåÔ¶x¼ü>èÇ}[‡€ÙÍ£¸¿þqJ','',0,'?'),('fÐÌŸ¶ŠiãnÙ;ºU','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_fast_forward_24px.svg',0,'£NwÒkðvŸ‡æO¡¬4','£NwÒkðvŸ‡æO¡¬4','gO]tÊ±>ºã4<•%4˜uÃJwr¼!=ðâƒ=','',0,'?'),('jQìJÕ:¦#ÚÔŠÔýx','wp-content/plugins/w3-total-cache/inc/options/common/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÔŒÙ\0²é€	˜ìøB~','ã°ÄB˜üšûôÈ™o¹$\'®Aäd›“L¤•™xR¸U','',0,'?'),('t‰Ž®‘Äô!æ\Z‡%\n','wp-content/plugins/wordfence/vendor/composer/autoload_namespaces.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5á,}vÄ¨3¼õGÀâ)©','E½r4@\0¸Ô¡$¦âzæú3ð¸$l²ê\ZÐ`iäexÃlÊ','',0,'?'),('‹ZÑÇt³¼\ZjAv','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/CreateContainerOptions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','–0M¾/O›Êcëu&gÐ','‡ê\nö‡O²{ÿ„˜ÂheM“Ç\0Ž1CGpTª0¤','',0,'?'),('LÄã\"Gí«Ê„/\nNš','wp-admin/images/privacy.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÆÒŸÝ˜õÇ‡Ó½Ø}„','qO.¯Œ…x&Ž®*p§Žö@ýlëÁÐÒþ÷Î’/k','',0,'?'),('Ž¦609¦öA)ùµ','wp-content/plugins/worker/src/MWP/Action/ConnectWebsite.php',0,'n©ÜPv\0k©{ÂŒ¨9B½Ÿ','n©ÜPv\0k©{ÂŒ¨9B½Ÿ','|Ž³È\'Ñ¼AvS¹®¶cÖÃ„Ù¼A”‡{õ«â9®‹','',0,'?'),('•Ê¬-½¡¸}G\0Û^º™l','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_palette_24px.svg',0,'˜¯Œ \nöÖŽÄ³ö&\\','˜¯Œ \nöÖŽÄ³ö&\\','À•KùS„Ã_·õ¼zîÝž’Vàî_“ž˜ƒÐ^+ýÆ','',0,'?'),('˜{…éYÂ\\ÀzéŒ¿°}c','wp-includes/images/smilies/rolleyes.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ¾¾ðO…2ßOfÝ£i','fKÉ)¾\nêdù¦!]\r)÷ï¶\\}æãâ×–lÎõ^’ã','',0,'?'),('šÈé S	ì{ÝòøJ2','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_text_fields_24px.svg',0,'<§™[”ëm(7¸#äÝ\".Ð','<§™[”ëm(7¸#äÝ\".Ð','ó+Y2œ0áö0û?©m*\0D;\'Gä…¬','',0,'?'),('¢jØX^fœKI ú\'LU¦','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_rotate_left_24px.svg',0,'JtDHv>¥2†ðŽÖ=','JtDHv>¥2†ðŽÖ=','#ö}ø\08¹Q5‘…yXÁ4Â£Qâ.`f~ms','',0,'?'),('¥\'Šžác™dL±ä8$8','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-arrows02.svg',0,'	ê{>O#vÍ^¶@þÁ­','	ê{>O#vÍ^¶@þÁ­','ÛG¬E645Û²àQ_ÈµŸ”2Vl£Eí€T','',0,'?'),('º\'ðÔÝ)ˆ+‹f\ZÌpÄ','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_highlight_24px.svg',0,'ÛÿÚ‰‡m7.[>C_¦ý','ÛÿÚ‰‡m7.[>C_¦ý','šèÌü!Rj·ÈŽí/6ù=¼ªKÜ“£Néîa1','',0,'?'),('Å~ud0¥ª§Z’nr','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_dashboard_24px.svg',0,'àNm‡ÇÓ/NÏ©ý','àNm‡ÇÓ/NÏ©ý','óáÿìT-ÚòqE·N\rƒjâ¸×[ü%9ïˆù=£->','',0,'?'),('ß“¬›½nqf;z~µAô','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Handler/GuzzleV5/GuzzleHandler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}Äi­ ÇÀ†ÄS°{ˆk‘','	¨f$ù‹S–°<Š¸»{#Ÿ9ˆotÿšï()E$¾SbÎ','',0,'?'),('ð“?½\0ÒÕl º—Ê.þ','wp-includes/class-wp-application-passwords.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÊX­¹.d¡<tÈ~','›‡r–T‰b\\Ñã¡Æ	f…­Šc…‹®ƒãÕ~ÉÒ:!Î','',0,'?'),('ô2p)´‹t¤­Iíî³','wp-content/plugins/wordfence/modules/login-security/classes/model/settings/db.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ŠïþÖ\0°\">y>=À®£Ç','xVQ/}€ç¾:(3&þÑå¹%¢U‘¤JoªÿC','',0,'?'),('ùzè G1eùòRx òh','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/money-scales.svg',0,'”Ž…W±\'ì¾›á','”Ž…W±\'ì¾›á','û\rPêG¹ï_9.ŒksÙDÌ\0Ê`²C£†°3	!<','',0,'?'),('û«€ØéoŽRb­þ','wp-includes/js/dist/url.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ÿ¸}FÛÎšÖÈp„¼','|ºè%³·††9a)Ü#ÎôS°ŠØU¿Ž?N£Àê','',0,'?'),(' +*œ@\n¾ùõ\'ÆÙ¬·','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_add_circle_outline_24px.svg',0,'0¨ÏKC´#8:Ë©@Ùþj','0¨ÏKC´#8:Ë©@Ùþj','\nšp÷\0ajÈ5_–eÄú HªÍåä £’D•nl','',0,'?'),(' ­es(N^Œ¡+q¢','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload-phpunit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2µMEÆ±··(àˆ¢¿(','Eí”þ’aÆ\râf U×DLbV¨ÒªW#sËs¹†','',0,'?'),(' \'ÓÒª_U;0˜/<Â','wp-admin/includes/class-bulk-theme-upgrader-skin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uï:yãx1s)¬˜’‹','‰Ï¹ÅƒçÝ¶1SXCTÚ¼ƒ<áÚŠh`‰ÂòV','',0,'?'),(' *@ADÒ“ˆ=pu°˜ÓE','wp-admin/user-new.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÅýýçW2#	×3ý','8åº¹íöÍä³R0HÆîÍõðŽmüÑýÈ®¼Ð¯&m','',0,'?'),(' +EþHa¥å6<¥’«¨¨ð','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/RejectionException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ü÷¸!W?‘³õ.Ÿ\0ä”½','ÕJúPÓžN„1î+Íi—ÑRŽì›ÿ¿M£àB‘ ¤g‡','',0,'?'),(' 5ÔñrD›g»ç±ƒ¾','wp-content/plugins/wordfence/views/dashboard/options-group-license.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','îˆµ{1“i6Lx`ëÆ3r','Å¾ÅÄ„DøôPÃí9‘LhªìÒ…¯¸o¾ë-','',0,'?'),(' <@¾s”†î\rÃÅF¨Œ/','wp-includes/Requests/Exception/HTTP/305.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Xø÷\0Këæ/`¡,û«&','HÄÆŽù—ÝË+@µIë·Üb‡š^=¶QvM6_iL','',0,'?'),(' BÜiÿ-Î–žÚ­S\n6$§','wp-content/plugins/essential-grid/admin/includes/dialogs.class.php',0,'åŠµkÙ£>Ç‘”¶M×ÄAÞ','åŠµkÙ£>Ç‘”¶M×ÄAÞ',')»nuXJ,ÌÈ„Ü³=ºýÞ kyÍË[iü#Ù$ô$\rZ','',0,'?'),(' M$ëÄýG¢Ô_ÛWÂ','wp-content/plugins/duplicate-post/duplicate-post-options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¯‰fóÚŽ4Wÿöø’LÀ','ÍçlX›a¶@A¤íÆÑ….QÆ ¢\râ†BÉ~|èÞï','',0,'?'),(' X0$‚	ôkÅ{é;	í','wp-content/plugins/testimonials-showcase/resources/colorbox/i18n/jquery.colorbox-es.js',0,'?~î:í@½ËEÆ¬Ø','?~î:í@½ËEÆ¬Ø','4X™Ê…lL“gõ]Ë=,=\rc®®¥ÓêdÚj/x™','',0,'?'),(' c§ðN‚E~»Eè—)5j','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_http_24px.svg',0,'õJûŠ\n)x	ªÑœ­á–ý','õJûŠ\n)x	ªÑœ­á–ý','Ô~®Æ¤Ól{P6£A_~”‚SºB»=P1îþ/é','',0,'?'),(' Ì}ó{?d¾9\\Æ1','wp-content/plugins/js_composer/include/templates/shortcodes/vc_cta_button2.php',0,'…±ŸMÿín“\n…œx›b','…±ŸMÿín“\n…œx›b','•(œG¬·KÁsJ¶ÒÜ{:sš>‘m[7û)îDr','',0,'?'),(' žå4Šº©l\ZÅ@,3','wp-content/plugins/w3-total-cache/Cdn_StackPath_Widget_View.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^œ\Z;ã*!E“íU1±','ÝÿãmÑ>œÈÛ>­õò¯Õk’[ÅzR¶<í¦ÍôÖjT','',0,'?'),(' ŸG¶Ê´©¨GtØ‘›¤','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/BLAKE2b.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','­OÅ«3¤(	ia•Y³ÓÕ(','ñÕÅï”%®Þ\Z0b­Á[uáˆ#‘v.Ÿ_«â	O³=0','',0,'?'),(' ¤lÌ—ŸYgw·Z.Ç','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file05.svg',0,'®};\Z¡8ØåŽÊIÒ','®};\Z¡8ØåŽÊIÒ','hBbíékªjVó²vµÁa·2 a¯Üû©y4ïƒZd','',0,'?'),(' ¬z¾z{úðòôL‚ŠH','wp-includes/rest-api/endpoints/class-wp-rest-blocks-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^ž\"3R0šÆ§»å¹','»•zƒm1¢ÊxJ gÝÐ¬ùxsÜsIÑ»Ë¸“2','',0,'?'),(' Ì\r$	QŠ^C(ØÀíäõ','wp-includes/Requests/Exception/HTTP/505.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ž]A	3æ[/CdÁ¬Þ','Ëâ­›Åû ië{ÈPAÄÍ†kÎûñúd©¤‡M\n©Œ','',0,'?'),(' àôcÌ«)IŒ\np,Í‘«ƒ','wp-includes/css/jquery-ui-dialog-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ó0âK…ðú‘„ÓÎj³¾ó','ßw¥È¦>Ï•¹l¿$Vm×¨ù0cÚ=R 6_I–50m#','',0,'?'),(' øôo`ÂžX$vàGVN,','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Credentials/AssumeRoleCredentialProvider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÒÛ-Éÿ_þ pqÎ‘%ÓB','=E)\r÷•Ÿ/–að\"*! ¾§üß Þw,²¤Ã†zÃ·','',0,'?'),('!Â·ª+;qiv\Zþ','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/venn-diagram.svg',0,'ÌsŽX·?|z´\'–%ËâUÔ','ÌsŽX·?|z´\'–%ËâUÔ','\\ÑZJÎ\"ÁçÁ1¼V\0…‹­æ&~´N‹°þ«\\­š³','',0,'?'),('!õõÄL”«è_[Àì¤¾','wp-content/plugins/testimonials-showcase/includes/js/visual_composer.js',0,'·sÏGvèNUÑNFÌR¶ö','·sÏGvèNUÑNFÌR¶ö','ø\0Òö÷ŠKÿq~âÍúl­wßí1sxj‚3µ','',0,'?'),('!o\r¿ÍAˆŽv7àÜe','wp-admin/update.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','º•t&Þ¾ÄVÉÝ6Ö¸','mcT)äáÒœ”O>y‰n/@i\"+ˆ5dJÅÝ@´Üí','',0,'?'),('!1bÝ…9 ª*ãÀÿ\\áÆ','wp-admin/admin-footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¸ßR´¶#ÖttIrzX’K','Vo¸æ¢Œ>Ï)Þx”¶ààöZï½ÎáEB®O®','',0,'?'),('!:\"¾=¸,jœÂœ“RÆƒ','wp-content/plugins/worker/src/MWP/Security/Exception/NonceAlreadyUsed.php',0,'ldAHÙªl›\0OíQåÏú','ldAHÙªl›\0OíQåÏú','P•%¯»K–\"þ\nŠ8*Ñ\\-;G­œ«¸ŽO^mÐ8º','',0,'?'),('!I­d]5$Œ¥À[àÖ~¬','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20/Ctx.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oû¿LÑöÕ k\'k1Šþ','Žœ1ê \\¯Qt©*¼€îJïÑêŽý%…ØËsˆò&','',0,'?'),('!Plu6 “ðë¡¼ÒCZ','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Salsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','àò˜ˆÁPÅÏÙe–‰1','T¨ÿû*”Û+†ÐøÊz]Êœ;>¯\nà3ÊÊä]?x×','',0,'?'),('!W²hñ(Š\Z¿Š¶‰¢','wp-content/plugins/w3-total-cache/lib/Aws/Aws/EndpointDiscovery/EndpointList.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','«R\"þLôCWŒ¹½}Scµ','Úæëô­æÂ7œõû‡[Ÿå?Ê#¢Ÿú*)ÉSšåÆwˆ','',0,'?'),('!WÅx‰üðm\"Œ~L\\n','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_3_24px.svg',0,'#P\\Æ<ta…SE×Zò','#P\\Æ<ta…SE×Zò','ÃlKÎß9ìŽÚ±™eRn¿c÷l+%ó1S›','',0,'?'),('!_Ÿè¼µp3p™n×ÓL','wp-includes/images/smilies/icon_eek.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','œ/I ¿±Šxñ)ñ(\"ô•á','Ú8ÙäÞ÷àåKÒ‡ª‹³4¸¯‘¹é„ü!Éè:Ê°','',0,'?'),('!zíþ¯hyyn˜^-}È½','wp-content/plugins/js_composer/config/deprecated/shortcode-vc-cta-button2.php',0,'¯\'J:æ#bÒÄœiP2…_','¯\'J:æ#bÒÄœiP2…_','¡-K¢­%ž@ážGÑèÝñÜÃÉdò·#)5i.','',0,'?'),('!|(ßyËW˜*1Oo2Cu','wp-includes/js/wp-api.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@»BYÝf¦„búb2¯lÐ·','áN“_ÖÂŠR\"T–™¨ÕçË%iÇc˜¨Å‘Š	2&¢H','',0,'?'),('!†½ÛæjkÙN6\0·ûŠ','wp-content/themes/betheme/functions/plugins/visual-composer.php',0,'9gp\rðÃo¡Î[\n=y','9gp\rðÃo¡Î[\n=y','âzJ[Ïë ŸO¡s\"lÉ%)Ù¾ü†=\\HòNBS´Ì×','',0,'?'),('!ŠÎxx¢+!­Áœ[Æ(','wp-includes/js/dist/list-reusable-blocks.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','«ÞÐ3E²a»èÝœ-Ø','RÃÒ›”¡I¶Ô¡ ÉÌ¿¥IËVX£Ö¸äÜhy','',0,'?'),('!ŽfãˆÞKæÀ§?	iPì','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Parser/QueryParser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ö—4µ !§X@A–Š­í','Þqz£œ¬:6Àõ…V*hCJ¦œŽ—•Š”Õ#ja','',0,'?'),('!ãðÙ¦ýë	0w÷I§±','wp-content/plugins/worker/src/MWP/Worker/Brand.php',0,'ºÌDD÷hþ=×ßªÞ†¦Á','ºÌDD÷hþ=×ßªÞ†¦Á','ÜÅ-ü‡Ü–pËež£gP¬£Sd:ö§kóÌ{/s®‰','',0,'?'),('!‘ã\n-Œ¾L¨ÝÊëý+','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_vibration_24px.svg',0,'j%Ý+qX9CÔVãïŒ¸','j%Ý+qX9CÔVãïŒ¸','™ÃÕþ\"g\Z2<n\r<ùÂ4Øà+N¡½œLÒû#­ù','',0,'?'),('!“w<âÖÉA\nî@¡O','wp-includes/js/dist/hooks.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ç ¨=Æ8.j~§æ‹Ù','4¬+9½ûfþ¡Vy÷!Ãg=Zý:caÂ4}ÂîŠ','',0,'?'),('!–gyDï\nP1cØ3¨','wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/containers/vc_section.js',0,'C!fÜŽÊâò[†:¹d','C!fÜŽÊâò[†:¹d','NÇhÄŽ‘2¢Æ¥jðÓ194(Mó*Ä¦ 4Ÿßõ','',0,'?'),('!¢yË\'UµÇbÖð#}','wp-content/plugins/wordfence/views/waf/options-group-rate-limiting.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‡°AãÈtB;™%Ç¦','\\½Ìÿ¢@è\"‰ƒÍùM·›·òfYF‡¨Ñ‡+¦>ög','',0,'?'),('!§##sw:\rH*²$qô','wp-content/plugins/wordfence/lib/menu_tools_diagnostic.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Æ‘a²×?4WCÒwfLY#','˜}Â×;ÚÒ³Ø*‚¥jÄe4sõ¦¿ÄIv(ao‰<','',0,'?'),('!°Eš&sP	µZj?\r–','wp-content/plugins/ga-google-analytics/js/settings.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÃŸ=kó­Ã\'Ez','º\'TçØU¨R	–O)”¾€Ð*Ýv5øpw®üPèuç','',0,'?'),('!´ÿ ×\nÜ³ŽuòÜ4Ñ','wp-content/plugins/w3-total-cache/inc/wizard/template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WêRZ©IšìÚ³=Ž;ù','´`óü£P:õ™	Š7Q‚Å—ˆ¯æ‹”öc£.½véÚ','',0,'?'),('!µMúäÈJz)Š’/hÅ\"','wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2016-01-28/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','«>Ñâ]ò.æ¨Žx?{','&’‡Ç9].0ãŸ¾‚t_Š(ø&Þª:ä÷\'¾+','',0,'?'),('!¹yW>:\0?zX6a_','wp-content/plugins/revslider/public/assets/assets/svg/social/ic_mood_bad_24px.svg',0,'Æ«ÎPf÷þŽf\'¥','Æ«ÎPf÷þŽf\'¥','%Z0ð6ŠHJr²#Í©Ò®ÿ¢\\jOUÃ­¸wð£à','',0,'?'),('!»¯‚£»CÍ“S¸ ê»X','wp-content/themes/betheme/assets/ui/js/jquery.ui.core.js',0,'Ë-O°²Úü…ò[=X','Ë-O°²Úü…ò[=X','Jö=DÀixÌ¯bHÐò‰Þ\ržÐÝÚW\0ùµÏæË','',0,'?'),('!Á´# ¯RaTþ²¡H„','wp-content/plugins/w3-total-cache/Cache_File_Cleaner.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','GOvž¢]s³\rd…ÜpÌ','ÄÝ¾ÔX´›H¯+;A‰ðÉÓâÔß÷×›s\rqž','',0,'?'),('!ÁÀ`+ ð ËÉù‘Ût1','wp-content/plugins/w3-total-cache/pub/img/w3tc_w3tc-logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','£%ÓÃ(—nGÏ’G¬8û/v','¥ç ºDX2ù6nLJñIåUÐäÑ:Ìj×¶á¼¶TPf’','',0,'?'),('!ÅÕâ‹¶ìêZ]ÌÉn-','wp-includes/block-patterns/quote.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','cÂ:Ëv,^8^‡½£ð\"Ó}','´ãã½@Ã–]y‘%U?œvwXlö^ñ{qÊ','',0,'?'),('!Åë\')¦qM*¦Xc','wp-includes/blocks/embed/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÕÆðßàb×&vý€-kz','^‡¾ÉÜ9òÜÁ£_I‹Íµ\nN\"Ÿ.ò7œ‹ô|_ñX','',0,'?'),('!Ï•ÏÅÉåéÿf”ÿPØG','wp-content/plugins/revslider/admin/includes/addons.class.php',0,'7ÉX@ÔªåªÃu3f½','7ÉX@ÔªåªÃu3f½','¨x¬ÄL§ÄÈ	éDø`4®ƒ$y«s‘ØÕtP\Z|^‚','',0,'?'),('!ÕR•á›pûnLÑwâm7','wp-includes/js/tinymce/plugins/lists/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')Ÿr?µNªã¼I´¡q\'„','%¨=r”‚§ŽÊÄdªŒv\n†’iÞz½xÁuù¤)3p','',0,'?'),('!ÛIÇµ`©ò¶8¯t','wp-includes/js/dist/keyboard-shortcuts.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#ûOÚÚ…B/½O!Ï¬fÈ','uÐ1u\n/—£/ƒÔ<fjb\rýñÞj¤~rËÙ·uj‰—','',0,'?'),('!Üà›\rÒê\"‰Zý~+´	','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_attach_money_24px.svg',0,'á	x‡JˆÁxÈrÑä‘\r5','á	x‡JˆÁxÈrÑä‘\r5','›Ö˜­oƒXü2ËÕõ[?Ndˆ‰¾+Aˆ‘šáí=','',0,'?'),('!ëùTÛ¦œíÖî	lÂI˜\n','wp-content/plugins/wordfence/lib/menu_tools_importExport.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$^k¡ë­>ÊÆT¶|Ì','“¦®„Åµ”Âƒkƒƒ¯^øXR1,• ùc=Ý\\¡','',0,'?'),('!ñ>Ð»ÓŠ^ÔÖ[‘ÒU}˜','wp-includes/js/dist/data-controls.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':#žµHÏyð%AK2¼F','‰\\bÎ8œ4•$lmy Z\0¼=÷ÊòüœÇ1È>a','',0,'?'),('!ñOŠ4ÖbCRR›fO²','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage/file.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Éz±µ›øzþÏó’èn','ŒEi!pû½Áï­ñ‹ãÛ\0\'R”5¹‚ÁR­·ç$#','',0,'?'),('!ôÿ·íY0-z1àdm>‡','wp-admin/js/plugin-install.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','aÉÈñsPÅ2ZÝ6Üw','Owç¢×xŠ’¬ià ®TÿºÔƒ/Ïí\Z©`$&Íø','',0,'?'),('!õBØ\Zl!ŒZ0–æ','wp-content/plugins/contact-form-7/modules/hidden.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÙÙA8|)6aúb×ØÝ\r','ˆa9æ–·’xâžƒ‹Œç ºÅåê—˜Ê¥ÿËß=m_','',0,'?'),('!ø*`ö^§¾ÝGì','wp-content/plugins/js_composer/assets/lib/bower/jquery-ui-tabs-rotate/jquery-ui-tabs-rotate.min.js',0,'œÐ5ÐÈ¢Ìeú,CÈæ‚','œÐ5ÐÈ¢Ìeú,CÈæ‚','Ô90<¬mñruùi—xÎæÔÕ%&<¼ä\0åÅå•*w¹','',0,'?'),('!ùE¦ï+Gê‰j90#*','wp-content/plugins/testimonials-showcase/form/Akismet.class.php',0,'å³¼%ç¶$“äqÜ^¹c','å³¼%ç¶$“äqÜ^¹c','Ó\"ôöìu?¢Šå–IRtôˆÇþûr‡ÂL2Uà‹\')','',0,'?'),('\"EtÉyˆsŸÃíÞ\Z|g','wp-includes/js/tinymce/plugins/wptextpattern/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E	¿’-N¨o“—','þLÞúIÂ‘¡Â™Y÷ow®)Ìû4!:Û;?íÖ','',0,'?'),('\"è‘ÏùF™P` #ÃvÎK','wp-content/plugins/js_composer/include/templates/editors/partials/access-manager-js.tpl.php',0,'í‰œÍr”à˜ùë1#aö','í‰œÍr”à˜ùë1#aö','¢d60É9³ì„\\DL„Ò²ñG–=ÙÓ³þs{ô.Áô','',0,'?'),('\"\Z¬Ûàd0_I{;4¢Nž','wp-content/plugins/essential-grid/admin/assets/js/index.php',0,'ïá{J!u?}îçs•','ïá{J!u?}îçs•','AuÌƒµœÄ`ü9‰7}bŽ>MHêÃíJHhåûÎ|Fj','',0,'?'),('\"íœÓ8@ˆWjWd©Ìø','wp-content/plugins/w3-total-cache/Extension_CloudFlare_Api.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‚4ö*ÞÁœÍ/Ð¨K','mQÔ«ùñRúZÝ„CCì¶êFYù›î\n|³š¢”','',0,'?'),('\"(}GÅÅrç	0—ŽV(','wp-admin/ms-options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~<Úbísƒ\'Ñ+ø\Z¹Q','q«JÀRÔ_+ûV†C%ê~díÌË35kØã”xåê','',0,'?'),('\"0ÂrN1M•áä#ž áÀ','wp-content/plugins/wordfence/vendor/composer/autoload_classmap.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','†EÓ¤ã­‡çÏMˆ¤gª´','QØø£*\'¶„þB©+Eüßž³û:•ómŒÎyuÖW','',0,'?'),('\"8A\n=ò®á‡¼fp5','wp-includes/theme-compat/embed-404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7–[R+S›†A-\Za*e','…}ÛpNª\0ÉK”À6Ñ%),×oŸò`ô¾¼‘)“1\08','',0,'?'),('\"9ÈM¢*?†fÄÆûµW¥§','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_event_busy_24px.svg',0,'vå&ì/gŸÂòÍ£‹C','vå&ì/gŸÂòÍ£‹C','ïTç‡ÉgôßÑì9Bâãä9®)p²YvÈJ§“Ì','',0,'?'),('\"CŸ«6VáÂµü	¥Ÿ.¾é','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_library_music_24px.svg',0,'ž ´¸¬Øƒ#Œ§rw‚ú','ž ´¸¬Øƒ#Œ§rw‚ú','T§«Î×\r-ÌQüê×šH}´÷{ˆ5,×Ëã2','',0,'?'),('\"FÛ`†;iêv\"	|I','wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-calendar.php',0,'ï‚Ê¹“g9«ãsáÍÖ‰Ñ','ï‚Ê¹“g9«ãsáÍÖ‰Ñ','œ ª¸J#å9_¸jÀbÙSs¹„\\eþUc£»d£d¢2êë','',0,'?'),('\"IFnº§­¸@÷aÂ}’9','wp-admin/includes/class-wp-themes-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o6§™”»n+66„˜n®÷î','\\AYæQåÛ‚½|é?¼X÷Á ©n\ZÄí¾P3„L','',0,'?'),('\"L¶rE;kÉ¼¾oçÖë±','wp-content/plugins/testimonials-showcase/layouts/slider/js/colorbox-shortcode.js',0,'Èpì½±eF÷ÏŒ5˜qÌ','Èpì½±eF÷ÏŒ5˜qÌ','j\Zün¤;R;ç|­½c~C™òÒWõ€]åéÎ»€Â0','',0,'?'),('\"NMô¸ê¿Âk¨VO','wp-includes/js/dist/data.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ŒcôÖ’ç›‰  ½çN‘','P½MŽIØ‡îÓøŽîdç>0B/\n’-éðÕ¨nÒ•Ú','',0,'?'),('\"X†²dØÅ$·¸ý,_ç','wp-content/plugins/w3-total-cache/inc/options/cdn/mirror.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Å_c«<%Îkj!/ÿÒ\nK','±âz\07@ytBŸFUŒr“èyŽçÞ´Å—Ôªp','',0,'?'),('\"`tüç§t¤ê~Õxµòø','wp-content/plugins/w3-total-cache/inc/options/cdn.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'PnSý»\Z¶©6IÃvçz','”œAQAÎö8Ç6Tæ¤–\r*õ%·Xµ®^ñ','',0,'?'),('\"b›SmdL9ŸuH%î!Í•','wp-content/plugins/js_composer/include/templates/shortcodes/vc_hoverbox.php',0,'V>q2(¨Aor·µ)3E','V>q2(¨Aor·µ)3E','œ\nÿ*°É?û™\"ÒRÓµoUŠK¡>N±z×tÛ_âG±','',0,'?'),('\"xÛõÖ={F¦€<Þ\Z','wp-content/plugins/revslider/admin/includes/shortcode_generator/gutenberg/src/revslider/index.js',0,'€Þ¢ãûF¦¿ô$´—ÒÀù©','€Þ¢ãûF¦¿ô$´—ÒÀù©','Û°´!Çaãæ=‘Ólw…tºÎ{õ¼Àº™¥’lÀŽ*E','',0,'?'),('\"€nU*¬?1+i·®~','wp-content/plugins/worker/src/MWP/WordPress/Query/Interface.php',0,'(š#ïxm0kz¨Õ#¾ÍÍ','(š#ïxm0kz¨Õ#¾ÍÍ','·Ï9¨´ÁAWv.WCßD\Z.¦¡^RíšTÜG’Û–N“','',0,'?'),('\"…ö^á÷\nâÒW·x>üjù','wp-content/plugins/w3-total-cache/UserExperience_Page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5Êðñ¬|§S]—Má','þ´ZQGUhãñ»èT”®¦BÁ(Öò¸\0ÆŽÿ}¼R¯‚','',0,'?'),('\"‹ø“K—6^¥4Vý}™À','wp-includes/blocks/spacer/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','›9õcµÃ£Ê›\Z‚m,nF','hCtºÏú\r!5‹*â£u;\ZÞ¼êá­a1¸íÓ','',0,'?'),('\"¡žŽ¾b9®‹eÑ|®_Ë','wp-includes/feed-atom-comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','±‰\\çIø6bJ§i\"mò®ä','+.4–0«I…gá(ŽžbŸ}³üªyÑ‚KökbÑ5','',0,'?'),('\"¤Õ»>‰Li?ªÂ3l¥','wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_post_categories.php',0,'kKöËÓ¼Æ2.BÆï¾ì–','kKöËÓ¼Æ2.BÆï¾ì–',';£è\\	ôÒ>=+­Ó\\r¿BR«Ë\nN+S9ª9b','',0,'?'),('\"²Û¤Hªï1mu<}','wp-content/plugins/js_composer/include/classes/shortcodes/vc-tabs.php',0,'Ó›¼¨H’ö*vhÏC¡é','Ó›¼¨H’ö*vhÏC¡é','¨ølFVJ4|(3ÇiMÈAÖ\rƒøC\nx’üV','',0,'?'),('\"µòÉàÉu>1Ð7þŽŸ','wp-includes/class-pop3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ó~ð›Éåýk«Xþ_°Þ','*,\\dã›WÌ…½\ZŒŽ)`9øNÖQ•@J5h&G¬','',0,'?'),('\"¶g!’Ë\0ù®×âq=úo','wp-content/plugins/worker/src/Symfony/Process/ProcessUtils.php',0,'ß@\nî€è¸ÚŒoªàè[µ','ß@\nî€è¸ÚŒoªàè[µ','rž·ªÀÐÐ¤ý&zú0î?ÅE!¸c­.ó´<ÎŒš','',0,'?'),('\"ÓÄ6\r+K{×\Z!a','wp-admin/comment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L$¸’‚D¨Çú[@o','çXì¿óú=e.©Â>¼oçÇ÷åÏØEšžúí«ö±','',0,'?'),('\"Øw²¾h²ˆ­Æ','wp-admin/includes/class-automatic-upgrader-skin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','î§åÍ·¦î,?ÔiÙ|î','DŠ]ÝÜy¬“ B®jñ&ökK e¢Ö1:êçÂ’*ò','',0,'?'),('\"ÞÒ0Ø\0“Lµ\'Mü×','wp-includes/sodium_compat/src/Core32/HChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9˜5£ÀeÏf”‹#®Ï','èèi˜Ä\rCáý¢\"Ô³Á\r4†®8ÀcöÑSÝâ','',0,'?'),('\"áÇV€IÅwk>‰©m','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/manager-idea.svg',0,'Ñ‡Î#UÂ¹Álð?ó','Ñ‡Î#UÂ¹Álð?ó','\\ÌÔç\"ëÄS›jZjýh½²Ð6[Âf§àŠ)–Ôãe','',0,'?'),('\"øJ¢°è2«\rß¤-H˜&','wp-includes/js/dist/date.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','úŒjï.¼ó´ÊÄn´)','³ýj3FÍ†ÔîR«ÞÓXCÆo&Ýƒï(ø#žAæ0Û¾','',0,'?'),('#\nÁô/†ÛPZ~h„Îø','wp-content/plugins/wordfence/lib/email_genericAlert.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ð‚ÍÑu‰ŠçÊ@ßE—','ª¿*Ü»HC7×x¥é:œ5ö2UÙ¾2h¤»Â]à²','',0,'?'),('#5ªª\"\0Ë‹ïÚñWÓ“','wp-content/plugins/w3-total-cache/pub/css/widget.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ‰¶yÍÅMz14KÉž\Z','ä³}+|©¾õ­,·ÍÁ½³®cÝ®‡â0<\0G#ê','',0,'?'),('#9v:Hk;¢ãú¤Lt','wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-archives.php',0,'žL&^Z™8S¿F÷±','žL&^Z™8S¿F÷±','‚£Iªh\r»¿MØº`9*Œ\'b€4_z\"\'G\'z(±','',0,'?'),('#<N>Øipr×ÌF‹^K','wp-content/plugins/duplicate-post/src/handlers/class-check-changes-handler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Þä=e›³«mâWZuÆœö²','¢¶[^)v#Ëdu\nÂRšÐÞÿäŽºeJþfìøß;hx‘','',0,'?'),('#@qFÔáx~åð\"^ä','wp-content/plugins/w3-total-cache/lib/Aws/Aws/WrappedHttpHandler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E½Af“$„²Ž®“\"=å5?','áœm7\'f×l(7D= 4¶:ž[D¹¾y™ý=‰…','',0,'?'),('#D®Å„ƒý÷Ÿ5%»Ä','wp-includes/class-wp-hook.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','–ÙG$wR~cœªŒòâ','Àg+\'\"¯©eë€Îÿ³=k)%Ùóª÷ÿ‹ï8§¿ÕÏ','',0,'?'),('#L\'FDr¼\'*3î\'þ','wp-content/plugins/w3-total-cache/Cdnfsd_StackPath2_Popup_View_Success.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','’÷	\rS¨`œ½ÒdwôÕ\n','ñª“c.SD§úÉ¬Ž¿Cæ=Ç4O\'a²&MÐG®ƒ','',0,'?'),('#M£þÉB#´.ú2\"2¤^','wp-content/plugins/js_composer/assets/lib/vc_carousel/js/vc_carousel.min.js',0,'O›Ÿ}e¡º–n+0ØÄ','O›Ÿ}e¡º–n+0ØÄ','ãÞdodÊEO)kÈmô}®nÌÍºywš±ŽÇ9','',0,'?'),('#NŒìN${Å†‘QÊô¹¦æ','wp-content/plugins/w3-total-cache/Util_WpFile_FilesystemModifyException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‘î)ò^ì¿%‰(ú¡äàp','³ï‰àëB­`3˜;Ûtó¯o¤Òè\"Nö™dQ.','',0,'?'),('#P–C‘‚NYõäT)À','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_remove_24px.svg',0,']·`½!™r+TqÓW°Ÿ',']·`½!™r+TqÓW°Ÿ','4•>2•‘ÌÌT³„Ë\\Òd€w÷wœ²`\ZUêH','',0,'?'),('#T›¼*|`í\ré `±)9','wp-content/plugins/worker/src/Symfony/Filesystem/Exception/FileNotFoundException.php',0,'¿*Ù›Ý¯äua9ñ§','¿*Ù›Ý¯äua9ñ§','³†…ÎK*ý‰\0¸=|ÎÏÅ}ïêrÈõíš=W{þ=','',0,'?'),('#V\Z&+V\'6V­‚dšÍ','wp-content/themes/betheme/muffin-options/fields/sliderbar/field_sliderbar.js',0,'“\"æý`pâéšŒé','“\"æý`pâéšŒé','ÿÖ÷öA\r£ôö\"û½tå@òhÁ!Û¿ºCC)š1','',0,'?'),('#WÑhö>Ë@ó6°*›@','wp-content/plugins/js_composer/include/classes/core/shared-templates/importer/class-vc-wxr-parser-regex.php',0,'h06IÄbßï\ZK„¤Z6b©','h06IÄbßï\ZK„¤Z6b©','N&žÙÑ\\âÕŠ©Â××,-üfHI¥*âÍ¢]µ›','',0,'?'),('#n8‚R_:ß\'±¸FÆ–\Zâ','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_stream_24px.svg',0,'šJVqÊ÷[IêòåCjá','šJVqÊ÷[IêòåCjá','ž@á—/\Z:Þj”z:ò\'yÿÆÞ>Êyä¹¶zQ\n','',0,'?'),('#vùSäE[ãOŒ.ê“','wp-content/plugins/testimonials-showcase/resources/colorbox/i18n/jquery.colorbox-hr.js',0,'Û‘îpwÊ(!Ž—óx','Û‘îpwÊ(!Ž—óx','W]Â„I(®>ÙŸd»¿ÕJ+u\'ôö`]•e–+û','',0,'?'),('#yb–Áu|4GÉý†þ¶³Ä','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_charging_50_24px.svg',0,'Wïýt¨ÌK…b@äBÎ','Wïýt¨ÌK…b@äBÎ','Ï|ŽaÂðfißÒµ\'WúãŠÑ×§’U©Sú‰4ÂéÑ','',0,'?'),('#y÷Ÿñt(‘$NTüt¥','wp-includes/Requests/Proxy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','µ@k7µ\0×Ót¸\\*‡™G','¤w<PBñ®èZC÷kºSI¾Q!Ú\n}i','',0,'?'),('#}”eÝÃ£Ó*ÛðÐ¾TÙ','wp-content/plugins/w3-total-cache/Cdn_StackPath2_Page_View.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','“×Ü«J$ü¶,zRØ2±½','â•cq\r\0/ÀÔ”>Ä¤@\"cf°KÓfÊ©u¼],Mž†â','',0,'?'),('#ƒÉ´¥ª.\nïI|+òÉ¼è','wp-content/plugins/contact-form-7/modules/really-simple-captcha.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','æ	êÆ®øp#Ægþ[','®g/ævAüË¬3ùÆ¯\'ùÇmÌÒ—õ#²o¡ü','',0,'?'),('#…ÚÁ¹¥Ôƒ­$™7Qýg—','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_account_circle_24px.svg',0,'Œt.÷[g¯…ÍWæ»È6','Œt.÷[g¯…ÍWæ»È6','Õ‡O8ÈdLô-¾mÃ?d¶ž­wõ.žGçG:ª$ÃuÌ','',0,'?'),('#ˆƒV¯nÏìtÎ=G\r&','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/support-person.svg',0,'}31­Èg³\\–ôÁª¦	·','}31­Èg³\\–ôÁª¦	·','‘ˆ«V¢Ö7†å~(§$y„]°pì¡§À¢óÏ_nñ5‚ê','',0,'?'),('#‰íþð¦êù$C-ä©ØÓ','wp-content/plugins/w3-total-cache/lib/NewRelic/NewRelicAPI.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','èSE4ïð]“%©Iju','ü‡œ²;M2¹~óýdr¦à¯Dpp¿·¶-ÒÚ\Z','',0,'?'),('#Ž»,‰bñ[\"¦&','wp-content/plugins/js_composer/include/params/vc_grid_element/vc_grid_id/vc_grid_id.php',0,'sƒIa+ÿÇžO\\B*´,','sƒIa+ÿÇžO\\B*´,','|ÈóÆTl‘—Pkzy)ñ5kš&¢p]õ.ø*@fœç','',0,'?'),('#™YÝŒ¦t›—=¿ÞE/¹¡','wp-content/plugins/worker/src/PHPSecLib/Net/SCP.php',0,'ßO.&ÉPÌ|Šï,ÕÚ','ßO.&ÉPÌ|Šï,ÕÚ','×ABº›™Gw¨ô€ÑP‘¡nA1qŸ;Íƒ­Å%Ó#Å','',0,'?'),('#ªýÿÓ÷Ys’N¹;»ä¾8','wp-content/plugins/worker/src/MWP/IncrementalBackup/Database/MysqliStatement.php',0,'3^5Y•ç¶b\"Ú•\0¶','3^5Y•ç¶b\"Ú•\0¶','ÓbÙÜº\03žÆPâ(1W¤Ðb©ÊÉî=–*Å:[','',0,'?'),('#«-gå\\L%3ìSÝ‹B#\r','wp-content/plugins/wordfence/images/wf-horizontal.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E%Zˆlµ°o9Í’ŒžÞ','¤³0	ÿ·6‚Ó­ëIv›œàµhJì˜ì`äîÇÒ','',0,'?'),('#Á‡%»‡Åó\"ŸÉ××','wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2018-06-18/smoke.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','LCºX\"ôÛÚ¼Õ‰]óþB','€EÄˆz¢e 1¬Ü@*ÂƒÖ1ÖÜ!¬úŠ\0ARÐ¿Ý','',0,'?'),('#Õ¤†R|óqþ j/ŽÃ','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_contacts_24px.svg',0,']Š%c†X]\'¬‘:!ÕI',']Š%c†X]\'¬‘:!ÕI','ô¸B3Ó—°âÿŒU&GJ|%yKªZêÎÌ²Oïýte¬‘€','',0,'?'),('#âöuæfž‹UiâøR¬','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pie-chart01.svg',0,'L|R\'p´ò¬g—ëä','L|R\'p´ò¬g—ëä','æv\nøð…“Þò]i´›ÒÛgV«òH\ZÇY^.‹p–€vO“','',0,'?'),('#é°}ƒç¶OŸžO7h','wp-content/plugins/w3-total-cache/Cdn_LimeLight_Popup_View_Success.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ŠP;·Œ íŽr»ŠÒÌkU','®ªþ\':bš0o‘%,Cä$¸‚ŽòjX­éNþç¬zv','',0,'?'),('#ñïiUÓf›»ˆúÑzhJF','wp-includes/sodium_compat/autoload-php7.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ñ¯·±Òánýô­4œç','ð-ÑÐr*H–ñ^„üOÒ<a{©ƒ™þXë@åg ã¤+','',0,'?'),('#÷?þ\'ŽY}6k!­ÕU','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_phone_missed_24px.svg',0,'óöä¡þ»pCTÅuŒ™l¶','óöä¡þ»pCTÅuŒ™l¶','röÄÔ¸m”%•\nDp	¦ˆñ?Æ\n3„‚ÇÁ˜³†','',0,'?'),('$}þ*ìº±¸\\\"¶íão','wp-content/plugins/worker/src/Monolog/Formatter/FormatterInterface.php',0,'\ZÏ„åÐQ¹µ=²m0.¢¢','\ZÏ„åÐQ¹µ=²m0.¢¢','–\rÉå±Xƒ(Wæ1tUöÀ„t‡*f§¼˜va~','',0,'?'),('$÷g…N	×¤‡ÐwB9¦','wp-content/plugins/worker/src/Symfony/Filesystem/Exception/IOException.php',0,'\'ú€4o¾›Nœy£î','\'ú€4o¾›Nœy£î','‹ÆÄÅóïë3*î žK‘¦‰]ŠbT@ÆŽÒè±l','',0,'?'),('$0\"\rÍ2$Ÿ¨§ÐÃÏ‘','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_pin_drop_24px.svg',0,'g^4¹C¶²\\Ìpï©Ó\Zø ','g^4¹C¶²\\Ìpï©Ó\Zø ','³ÝºMÇ.¯bz®9\r„µ=û~ÅÈ‰¥#¬“åO¬','',0,'?'),('$4ñ¥2{EÌb±\0úƒï;L','wp-content/plugins/revslider/public/assets/assets/svg/places/ic_business_center_24px.svg',0,'8éfñˆ«Îƒú8sØ“J©','8éfñˆ«Îƒú8sØ“J©','@î*ïöVªK’\0»Í\0ïæÆSÓ¯^\'M´•Ø˜','',0,'?'),('$7yûÈÇ]ÚØðNù','wp-content/plugins/wordfence/views/scanner/issue-suspiciousAdminUsers.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ùP‘<\0cA½FÅLæÑN','R]`”[ºÆ2½À#µXÛŠÃ‰i(±E\n`ËÑrJ‰','',0,'?'),('$BaÞ±”Îé`é%¥G','wp-content/plugins/w3-total-cache/lib/Aws/Aws/ClientSideMonitoring/Configuration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C]aôÐæ¬¸×‚5Ò;Ø','øÓdÞTñÁ–¯|Dƒ|¥ƒà™\0)Y)þ¤\r[•Or?ñ','',0,'?'),('$Dd|Þ*¢äˆÿ…Òº¬','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_restaurant_menu_24px.svg',0,'kÄxxj¯@öh3G','kÄxxj¯@öh3G','Â¿ÎÙSÆx>ŠF¡4jú,7ÏµÁlX2]¿ùè_‰','',0,'?'),('$KuõÂÂ¬\rwÊææh','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/AppendStream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ã¦¤À‰×iöÂô…‡òês¶','IoPøóéK\'~¥oAGEvmë\n]Ì`i÷e9Z³ ):','',0,'?'),('$MÝçøE‘T“~Ž§ÞÓÀ','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_tablet_android_24px.svg',0,'ô³¹û®…žÓ9û%Œkv­','ô³¹û®…žÓ9û%Œkv­','JÌb‚\rWÉö çŽOZ‘¾øéø–TGô5©@ÛKùl','',0,'?'),('$mdñ¢ŸÓÐiX|ö×','wp-content/plugins/worker/src/MWP/IncrementalBackup/Database/PdoStatement.php',0,'Ê}‚/A†\Z#–¤s!$H','Ê}‚/A†\Z#–¤s!$H','§ð™È;•û¯Æ´y.(C}ˆ¥Æôö*×ïkW}æ›C','',0,'?'),('$‹åˆ¯ÖÞ„·6mÐŽV1','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_volume_mute_24px.svg',0,'*¸ƒÞIXªk+”[£Hcø','*¸ƒÞIXªk+”[£Hcø','­çt÷•\Zœ8’h£ï!NëÂR2Y\0|0–•Ý×','',0,'?'),('$Œl‚3\"B¼´¾!—KþŒ','wp-content/plugins/w3-total-cache/Cdn_StackPath_Api.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ïž(:D¨d^¼ço¿5®','—ÆB¾­9‹}|±o^‚*!88Âo°zéfH\'ú6$','',0,'?'),('$’„õ³0S\r˜rþ®©','wp-includes/images/smilies/icon_redface.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¿ÕþœUË×íEù ¨Ó','>ñ»×÷DÆC9MÝcJÀ\Z+U•œ§L1f+g‚¸ð','',0,'?'),('$™|aOa¡?gJÿ™ä«','wp-content/plugins/w3-total-cache/Extension_Swarmify_Widget_View.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ËÚÑ»Œ¡é[eoEÄD','JæS•\'YzpF¹@Œ8ZoéG×¾ËE”Ë£@Ä','',0,'?'),('$šèSÁCkèô‰dÎWû','wp-content/plugins/wordfence/views/scanner/issue-timelimit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J7^¤˜ÑšOéõi','5Qgºó¸wB¥ëH.fÒë§<Î<Zh&çVè','',0,'?'),('$£{\nIHG7½µbèüü','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_publish_24px.svg',0,' …„-†_¤(\nB’åOqS',' …„-†_¤(\nB’åOqS','±“sÈÒáâOBò;«þ€8$“€ùøXäÐíÜH4','',0,'?'),('$¦rï8!U§¢Û–“\nèn','wp-content/plugins/duplicate-post/src/watchers/class-link-actions-watcher.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ’yõ3úç£\'vM(','0B4Ì^Ê·‰¬ÃF–Çgß-—\0xYÖk¼…Ÿ”K¨H®Ê','',0,'?'),('$²¬êêà¥d¹«ý³v©µ','wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/grids/vc_masonry_media_grid.js',0,'œr3é¦“ôÃwùSèc^','œr3é¦“ôÃwùSèc^','ÐªAÁ´²Éó<¨¨‚Ñ¯fÇÍûÖÁƒSÓ¯sCw','',0,'?'),('$¹Á¼CÁ®Àó/¼9¹¸','wp-includes/class-wp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','CñÛ[74ZzüHW','R„JàÂ‚Þ¤zO–kyÖ«ìò±®;ýFðàk','',0,'?'),('$Ñ$äÍoQqmvúyH%','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_phone_forwarded_24px.svg',0,'(K°mìx§};`yÜ|J','(K°mìx§};`yÜ|J','=ÂY8n-ç[þ–\rÚÀ%—N¨ÑÌ%|°DDmû»‡Z	K{','',0,'?'),('$äÎ-#q`Ðl$W„Û‰','wp-content/plugins/wordfence/lib/live_activity.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2>(‚]/@êžfˆ','ýQÕ¨¥úúW`~ó«çNÇ_w©ÏID$ñJ3¸','',0,'?'),('$èï”|©¨cØ¿ \\~Žõ','wp-content/plugins/wordfence/views/scanner/issue-control-edit-comment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ;Í(vp×èoq´’æ´','z-\0ýéAÂØjô¡¬„Ë@Ä 8cÊà¶íT&ÕžÄ','',0,'?'),('$îï^„âØ6bH^ê*âƒÚ','wp-admin/options-privacy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Â$Ê‰Áï9_»È)Í|1','­Y	&’âpŠYV2uuY»ÎTÐhž0ÿ9ÚB3','',0,'?'),('$óÏ«/ñþ¥­!¯²Cæ','wp-includes/IXR/class-IXR-introspectionserver.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2Ua¾wä<øIw‘p†O7-','ƒí\n¾àÃûCþýžPEQ%×D\rÑk*žXéÆÆo','',0,'?'),('%\n±zÚ?¯7pg¬]Š”v','wp-content/themes/betheme/comments.php',0,'ÕVÑîgEêŽïÚ¤db','ÕVÑîgEêŽïÚ¤db','èèØ/w?ŒV£‡cÞ¼­§m‰Ïû‹­À9»>÷','',0,'?'),('%í¬]MÛ3¨T¶1T¸ã/','wp-includes/blocks/preformatted/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','³‚”/ñ¶†¯_š}6œÅ','/ƒ6Žœ±Ó}ÕÀö¬ÃNkÑQü=ß/ä“IÍ!’','',0,'?'),('%û¢Ã›7Òáå¨³Ì','wp-content/plugins/wordfence/waf/wfWAFUserIPRange.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÀyÁFH”Ã\'\'nÏÒÞŽ”','KD[Rà®žàƒ ží5±:grP7*X\Z','',0,'?'),('%\ZS1\0‘\n×VDØVžû','wp-content/plugins/js_composer/config/content/shortcode-vc-custom-heading.php',0,'¹½Ð”yÎâÝ™t˜¸ˆâj','¹½Ð”yÎâÝ™t˜¸ˆâj','4ûÝ40óü¦Å¶±Ýo$(ñü>^^jTzL4·0¥','',0,'?'),('%}ï\"›\"€¢,’/¡','wp-content/plugins/revslider/admin/views/overview.php',0,'çÅ6™÷Fˆ‰HrCW&\Zö','çÅ6™÷Fˆ‰HrCW&\Zö','^_ât»Ë\07H­o\r\r`H…¦yj§Ì\'ooÂ','',0,'?'),('%$ÎïÝM¼qæT<Äýð','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Salsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C£¼UOžõ\Zß ¡xtH','ŒG\n\"‡_/Açg“h	U?âS‚sóHö×‘‘Y¤ô½Ù³','',0,'?'),('%.–.Ctí=áêÐê\\`','wp-includes/sodium_compat/src/Core/SipHash.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bàvþ1^l©&)g½4¬','-»lµù¸é/6¤\\ çÂì•ÿjx†Rû\0Ð®×ó~‚','',0,'?'),('%D?Åm1QZ\"ÅcAXQq‡','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Insights.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ŒGÆŒß=£¾1\nVç0î','8}·>íÛk6`¼ÿuidâð‰eHíPÍ^é','',0,'?'),('%Eþ\rÀt¡°KJoµ¥¢‰E','wp-content/plugins/w3-total-cache/UsageStatistics_Sources.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qdVÃ°£Üslèˆ2','\0ÿÕ0`¼Á_Ò&Sué³\"”b.È[§w-­Â@—ð’®','',0,'?'),('%K1^6Xa™ïEÉ¾çúï','wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/MultipartCopy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ÇšÚ#­’ú?`í±þÓ\'','÷Ìƒ¹äåÒs¶$ý¡íÁHÌ¯Î»G:PMÕW|ø','',0,'?'),('%LÜ´0jpŽ»øÔ®\\\\B','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-post-masonry-grid.svg',0,'æâÜõ>pÓn3Z&+åð','æâÜõ>pÓn3Z&+åð','†¶¨f¶˜ÆŒ Ï›þpèWê¶ä=JßC]Â!¬¡','',0,'?'),('%M0zì÷©§;.¿Öó‡','wp-content/plugins/w3-total-cache/Generic_Plugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','³öý8 Ð.n¹¦VÛ‹@P','HÍŽÀl•ÒŸ:ÏÝ\\?í¸„%á{RÄ‰KŸ oq­Y','',0,'?'),('%T3Iá¹	Æ\\“ðOE?','wp-content/themes/betheme/woocommerce/single-product.php',0,'‚¯&·R\\ \Z›x**ÔÜ','‚¯&·R\\ \Z›x**ÔÜ','¯×ü¸F¬91ë·Â˜U‘ã¯F{ÒöaøÞÓ‘©²S','',0,'?'),('%UìƒdòIŠ†ã4ô(â','wp-content/plugins/js_composer/config/containers/shortcode-vc-column-inner.php',0,'ïûHþ)_uœ·-:±Ç‘´','ïûHþ)_uœ·-:±Ç‘´','#«ZBÒÝòžo9t›_Ûé~Qµ¦×új³Í‡ÿ0$','',0,'?'),('%q(’Ç{8’ð$kBv¥Ãm','wp-content/plugins/worker/src/Monolog/Formatter/index.php',0,'gD,Vë§=\\ÆbP','gD,Vë§=\\ÆbP','k‰À—~	¶½UH\Z¥ÖxƒPêÛAÌ„¢ú<¡ž;X¨','',0,'?'),('%˜^Ž³Ñ.(t9[ï*µZ','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-image-gallery.svg',0,'³ìz×âD,˜¹:Ÿ­†¾','³ìz×âD,˜¹:Ÿ­†¾','¡C4•¥õo‘¼†H>ÄÓ ÑØ„.âÃ7S÷\n¹©','',0,'?'),('%¥Çà9íºñ\\Þ‹ª','wp-admin/includes/class-wp-site-health-auto-updates.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Åó‘O3_H9ÚÎYqÁ×Ï›','•cžÇ`\"Ü9Ñu¡«Twqþœ(ˆ‰\Z2sÆé#ÅMåŒ','',0,'?'),('%µ†¡ŠðbÓš†ÃbÎ','wp-content/plugins/testimonials-showcase/resources/colorbox/i18n/jquery.colorbox-ja.js',0,'FMÛ²ÂÈÖ·ë+‘ÙŒW','FMÛ²ÂÈÖ·ë+‘ÙŒW','°¾)Ñ)‰Áò9‰dÌ£<´S­ÆßÄß–ø‹²—³','',0,'?'),('%ºÒàë8^œV<ÑtË','wp-admin/edit-tag-form.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','³Ùßœ8àé£]Þî™a','Z¢¬<P“„¼^àÁk$À>aKìaÝ÷Gå‹Âs*','',0,'?'),('%ÁfWñ‰…	ÖP0å}+','wp-content/plugins/wordfence/modules/login-security/img/menu.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pÜè±ÑÇ]êj-ã‘ø¦™','8šü»ÔÚ#Ì„(8øáÿˆOû\"Ç	+h\"Fb–ìƒ','',0,'?'),('%ÐPb.Îÿº8ºGdÎtÍ','wp-admin/css/media.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','AfPðí§W^[GÉ\0*ˆª','ŠèÍâÅÝ]šû2T…X!í„u Åqo$X†','',0,'?'),('%ÚŽ;w€;+´n	Co\\¦','wp-content/plugins/worker/src/MWP/Progress/Download.php',0,'!4E€9-ÂméPXŒ\rÙ','!4E€9-ÂméPXŒ\rÙ','á¨Â¡ÿ)ú¦ókHrØÎsT<™	/lr=Qh˜‹ì»²´','',0,'?'),('%Þ–l”žK0Ü<-‡„@','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_center_focus_strong_24px.svg',0,'5‚F‹¼‚¦ÑüW~Ç\'Á','5‚F‹¼‚¦ÑüW~Ç\'Á','±XR+àN«‰÷|+þ=,Yë\r[\0ukT)ß','',0,'?'),('%ñ²¦ï*^ªµ\näNà§','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Signature/SignatureV4.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','éUÕñúh\ZŠsƒPÜÏ','ÈžÁ«þËÜ0€Z1ŸÙ×™ ×B_T«ã+jeC7Z','',0,'?'),('%÷ñÄßË7€FìËÈœ^','wp-content/plugins/w3-total-cache/pub/img/stats-bg.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','íÇ?D°CÌ8w)K\rò ','‰-ÁŸr¢+­µÚ „a¹A1u’Ý¯2VDÏ}†Fd¼','',0,'?'),('&PDtÅ?5uø1Ym²Ø','wp-content/plugins/wordfence/crypto/vendor/composer/installed.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','§ÁŠÎqÎjy*_iIÐ','¬z®~t’iõƒ‡‹ô÷D5\Z†9l9; Iã','',0,'?'),('&*ƒÊÄdÄ†Ö¸	ÖH5','wp-admin/images/align-center.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	Ù\ZÝ¶µ4yæŒdY1ÙeŽ','Ðë†½N3‡X!ÅÍljÿh`ã®±ç´ÇhA]ô¸J‡','',0,'?'),('&6\rûzE˜Òîa…µJê','wp-content/plugins/js_composer/include/classes/shortcodes/vc-gutenberg.php',0,'\'?ü¸}„!O™ú—§¥ê','\'?ü¸}„!O™ú—§¥ê','ŸÒÿ¹lÏs•} 7¸hŠ½äcTu|^h–Ô2Õ9','',0,'?'),('&=\Z½+tí’\"¢/k\'\n','wp-includes/js/jquery/jquery.form.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Yá`wÔþWIr»×[~–','Q×¨ õ“¡H2ÀN1“Dc_fÖÛ4 È~ÎÃˆ','',0,'?'),('&NŽ;qÂÿ4\"N]','wp-content/plugins/w3-total-cache/Extensions_Plugin_Admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¹ßh‘¼Ñfà‰sríUP<','•#Â©Y×Ûñ›jÌeØj »-v?Ä¦F¨Ç','',0,'?'),('&XˆUÑ_…Nªf#õ %','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_picture_in_picture_alt_24px.svg',0,'—vruå\\†¤+X%)+T','—vruå\\†¤+X%)+T','Ñ–$<ÎÞï}LµÇƒÅHÉ]Ö(˜±DßkÉp”ö*…Ã','',0,'?'),('&^í9·fV!ç.Ó©¦','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/funnel-money.svg',0,'½ ¶žYÍÂÜŒˆ¶«Å8','½ ¶žYÍÂÜŒˆ¶«Å8','Ö<QAÇ#ßöxléî¶k’~#Þ³¼)ÃÆS$m’‰','',0,'?'),('&eeî\n3KèÔãvZ¦•','wp-admin/ms-delete-site.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?bÚ”‡çµ3Äò\r\n]m¯œ','Ùjn‰BúžžƒTNÉ&þe§•>hö³m£§ÎuIz<','',0,'?'),('&i\Z¯­§ƒï©(d1¬ûöÈ','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/scales.svg',0,'u£å¦ªd×_Ei-’j>','u£å¦ªd×_Ei-’j>','pØô\Z´„ˆ+CDïZõéÄ•,ªRôz†\'×þƒ¯','',0,'?'),('&k\0v_fcb‘øv†œøù˜','wp-includes/js/dist/format-library.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ú¾¿Å¹i´ŒÈRKþ[2±ã','=I8²T`3ü0Ãôû—äÉæÊ©g„:/\0¼†Nri¿','',0,'?'),('&t!0^g‡ÛbJˆc,>3','wp-admin/upload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','æõõ–öÄE_-Ù\r3Þ','XÎ¢Ë”&‹¶(°Nè€\\FÆ0%íÅoã¹0ûð¹>ÿ','',0,'?'),('&Dç¥÷Q£RÈÐw£]','wp-includes/sodium_compat/src/Core/ChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','åÆ-r‡jiIÞØ£eŠb','”¥bëÆE·ÖèÚ&q¶þÿçª€*‚–‡…Èøîø±','',0,'?'),('&ƒAg÷2Šö¦Nöq|Á','wp-content/plugins/js_composer/include/params/params.php',0,'1\0öOz‚åY™¬tô','1\0öOz‚åY™¬tô','×ûBåMDœô”µ¨¤n…º2ªzwõmÛáë¯þÊðkÎ','',0,'?'),('&ˆ¬¥vsó‡8H\rL›†Ñ','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_call_merge_24px.svg',0,'ŠÞ²­:4±)ž!*”t','ŠÞ²­:4±)ž!*”t','kÆ•[ž/kBì…|¨>\\`Ær¨Øt=†ŽVE=¹ïž','',0,'?'),('&‹ÓèÉš%ŸÓ)ïW&Ôi','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/RepresentedCountry.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>XVDèû°¯m­|P6\n','éýl=ï³b:ÑŸÝñ	RäZÐÿ	­Áÿð	à6','',0,'?'),('&‹ÙÌÒâjv+—‘Á','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_queue_24px.svg',0,'ø›ÿÖÓÐrÄšáK‚íßÀ','ø›ÿÖÓÐrÄšáK‚íßÀ','Ë›KŠiFŽ(ü6yÌvÈsÉtÜUëXVÈÄº¶A','',0,'?'),('&—M\"‘9K³:6¾WSH-','wp-content/plugins/js_composer/include/classes/core/class-vc-mapper.php',0,'Ð9íXFc›j†‚ã4Ú','Ð9íXFc›j†‚ã4Ú','Ïäo’G>BF.ïNé&ðïaƒ \"ÍéŸ¼l ³	jç','',0,'?'),('&§hºîÃE¼Öu¾‡ÃXœ','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_vertical_24px.svg',0,'D«c\\s¯!‚V¶\\jÏ0f','D«c\\s¯!‚V¶\\jÏ0f','2ÿet¾š.\'¾9rá¬²©“K,-(ñ¬¡¡óÏt€','',0,'?'),('&¬‘•Rw?~„j­hJ¤D','wp-includes/Text/Diff/Renderer/inline.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ˆ\nån5±P´²ÇéÙB\'è','XèU.kâ»ºæ@-(•¶5¡N½‹ãîñV','',0,'?'),('&¼‹]0Wñì\n)ÿ=’¿','wp-includes/js/tinymce/plugins/directionality/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ˆErèHD­ÔD±Á3¦š@','<–®ý¬o”@»:Ùü¾Ÿ-ÃEgô¿áâ)6^Ñ¼\'¿´','',0,'?'),('&É`×OËQ5‘QÕ43¿','wp-admin/theme-editor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ú„•½”fß;`±—î÷òÏ',' ¨‡³ÓCs^­â	_zš2µ¾Â\rÜ\"F¹•õˆuk','',0,'?'),('&Éßë	PðshcusS','wp-content/wflogs/attack-data.php',0,'#Ø­\n¾îÅyIb½\rÛ\r','#Ø­\n¾îÅyIb½\rÛ\r','l‡Ž4Eq®{¶®‘  ¶ï×Ÿ\'wg×31 c®w:³','',0,'?'),('&ÎvA¹öQÍôc‰Úqw8,','wp-includes/theme-compat/header-embed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Omz8Ê™FÚ°Ï','°£õÄò})d!q	,@,×Ñj«ñv	ÝßéÄE”êí','',0,'?'),('&ÖÒð`Gžõ¼tÌ^‹»','wp-content/plugins/testimonials-showcase/resources/colorbox/i18n/jquery.colorbox-zh-TW.js',0,'×d‚Ê*¡Qk=Ëkª-\'','×d‚Ê*¡Qk=Ëkª-\'','<âÇÂIR˜[Åf*#}­Âj¬èA	©ú9§','',0,'?'),('&Þ¾Õk›IKÛ+‚±™Xè','wp-content/plugins/w3-total-cache/UserExperience_Plugin_Admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¯»Œ¡°mñ>$Ê²_ê','ØlûíðÊøVT¡|äJ\"ì,ER§šiše¢×ýÿ','',0,'?'),('&é¥±†˜ñòW‘³Ø€Ó|¡','wp-includes/widgets/class-wp-widget-links.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','æxÁ/kÃh\nÅêÖ½[Nv	','Îì‡‰¶Ã,xàë¢-Û©DOá,°¥7ÑˆÊQå','',0,'?'),('&ðcE8_bÃwùÝ¦Ð','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_blur_off_24px.svg',0,'v\\$=!»îv‘|,&Ê’(','v\\$=!»îv‘|,&Ê’(','­F›Îå£3ëŠˆÑÜ”Ý†DNâqç£œÜZbtËÖhà','',0,'?'),('&ñY¨«¯zÐqÍ[Fžf@–','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/WebService/Client.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','â¶¨º;*®ªÊ?‰Õz','¢¡±:O.Æ\'«~y¡Ó@€Y`FMNó:ÀnÒ.í;q@','',0,'?'),('&÷žÌˆW¿XÑö›»æ','wp-content/plugins/worker/src/MWP/Event/PublicRequest.php',0,'!¡ì×\"œj¡¬´­','!¡ì×\"œj¡¬´­','[- žÄFÕ»}	d^!eRd”på8z‡³Sf’;óÈ','',0,'?'),('\'+.ØF`v©z¤¾ÿ>ß','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head.svg',0,'Í+ÿOŠÁáËîíÞØÈ]ú','Í+ÿOŠÁáËîíÞØÈ]ú','FZç+Ò€–tyô/±0„„†o½p:ÖaqÁ^§I','',0,'?'),('\'=!Za„ÍaâÛæjUÑQ','wp-admin/css/site-icon.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¨ô}ŒE²¨Ôp0lu','i>ÂœÓº#ˆ&‹2Zí\'‚ŠK(*™«õÖâµ','',0,'?'),('\'Ac¸´å,	~—6ØøÜ¦ã','wp-content/plugins/wordfence/views/onboarding/tour-overlay.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','™:è¾½%› Ÿ);§\0','\ZÈó\'Ä¡ë§ªÓÊ¶.s\'Æè­sdÜ4§^´ÓI','',0,'?'),('\'F=Ñ(±–b¢J\'$¾Õ0Æ','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_phone_paused_24px.svg',0,'Ð\r\"†2•à=3©ŽŸv½$','Ð\r\"†2•à=3©ŽŸv½$','”|\0œð‡™«3kÙþ9RIíüJ]÷g²™!óPöík±n','',0,'?'),('\'Mþøwˆñ‘·ƒãÇ\rKj','wp-admin/includes/class-wp-site-icon.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nGŽ+Ý*Õe¶Ð`¨r»Bý','æö=R‚&®ü§ÜürºÐeìXr9ªhŠß\n )ÃÔ','',0,'?'),('\'V±‡ƒ]ÓóÊ£d\0Í<','wp-content/plugins/duplicate-post/src/ui/class-row-actions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','YWŠ„}ÕÏ¢šY„êï)V‘','òÂXÙøƒ‘cžf×J…\\ÙJ?ƒü€Ñ—‹2ÂÎ','',0,'?'),('\'_×@Á—!¥K³îí@ûZ','wp-content/plugins/w3-total-cache/CdnEngine_Mirror_StackPath2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S±Šˆ¿`ßý,oó$Ó» ','Œ¾ÇtÍ¬1 mtê°Xþ4×Kt¦Í>ã:f~tÆ','',0,'?'),('\'c=¼]U˜À÷Û„ú\\ñÆ,','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Authentication/StorageAuthScheme.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0ÜmƒñîæDt©·ª?‡Ð','ä`0n{E¡Vø©I5¯/•û#e,¢N7)’ž}','',0,'?'),('\'dMûW¡rSFyìD]','wp-content/plugins/w3-total-cache/ObjectCache_ConfigLabels.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','PñHLÜÝ0‰Ÿ\'N Ù','½à^{ÄÊÉpz$”†]ÝRžÑ¯p‰çÒ}§68­','',0,'?'),('\'‹ü»ž ˜oÈÍSŠ','wp-content/plugins/wordfence/images/icons/ajax3.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mwßß´tê“\'\n¤ñís','œdzÉê\nºyK£Æ®¨è’\'#]Òx	VJRø¨.=:','',0,'?'),('\'Ìå«²ºv}ú_ñ§','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/atm-cash.svg',0,'x1IoÎh°‰zªôêº','x1IoÎh°‰zªôêº','%jð¿Î¤¬IÈZ7TÍ y(±ƒpl,µ\0iâäs','',0,'?'),('\'ŸòÎÿxã¡ï¶Æ#{Ïœˆ','wp-content/plugins/wordfence/js/date.1607007971.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ŒôÕj½P¾ERÐ_¯cÀ','€B=ëè0ÕdÆ©\"B‰tUc¨¹^1€>–q&ø','',0,'?'),('\'¡Ò<áºÊ~WÕ@Që†ƒ','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_compare_24px.svg',0,'55lrgev7#JÉ‡¨','55lrgev7#JÉ‡¨','ÛVŠ÷C¯üù`\\÷×v¼º½Í®ðK’bZ¸1N0Íƒ','',0,'?'),('\'¢h¯ä ±¬Çlºà(','wp-content/plugins/w3-total-cache/CdnEngine_Mirror_Att.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k÷ôEE<‹^kò','üd¸ÄN”Â€âÛE·y¢ç£‰ÓÄ˜úâ§Ø\r«¡0g','',0,'?'),('\'®]¤]ÏãDèrv¢ñ-','wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/PostObject.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','™èÚ?{Ã„EŒù¡Íz','ì¥r¶1þw-£ãJIÈ=¸†yðQæÝƒW-¡Ç¤9°','',0,'?'),('\'¸kÄìÎ?&ÁšàE Q3','wp-content/plugins/w3-total-cache/pub/css/feature-showcase.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ë Nbéã•eŸJ@‰|`Û','ºë6¹£!GrìÒu¥B÷ž]_Ç^A»“Ùì®<','',0,'?'),('\'º«ÅHDÎ“n\0','wp-content/plugins/js_composer/include/templates/editors/partials/add_element_search.tpl.php',0,'	7ö…ºäàXÈé‡ü-u','	7ö…ºäàXÈé‡ü-u','a–W…ä\0ßA4xd¾fý¢n€ÙþÞšÀûÖeNk','',0,'?'),('\'»g|Í¹\"¬”‚jÝ¹2Ç','wp-includes/js/jquery/ui/effect-transfer.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','OÔ©Nóiã÷þÕ1','Å\0p‡,á\\Ü!ON)ÊQ¾¿ˆXl ……k°sólë','',0,'?'),('\'¼‡F¼Ïõ\r¨ãFqæ=','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/Response.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','àë Ø§9H„lçxžt','Û£40á‡ƒ*°ˆD”µ¸E:M’·çîŠgP»\0¿Í\0‚2','',0,'?'),('\'×ŠKçggk&UB$!','wp-content/plugins/js_composer/config/content/vc-custom-heading-element.php',0,'Ïp™§\0‘QäÚýY×1$£','Ïp™§\0‘QäÚýY×1$£','nïéû«pô±‹C¾¥A\"pÚÅ¹¡+Ú&¹”;CÁ×','',0,'?'),('\'ÚÀ¿_iYm1ÁR','wp-content/plugins/wordfence/views/scanner/scan-results.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÙÌ×ÝÈÈ8Î‚Ž·,ý\\','ê²SHS‡6—Åp‚€²à_2*Ð\rTD\0G¿§—9','',0,'?'),('(Cb$¨v†#¶f®s','wp-content/plugins/revslider/includes/InstagramScraper/Model/Like.php',0,'sÌú7R”¼\ZS»8ö$\"A','sÌú7R”¼\ZS»8ö$\"A','Ë…¤–ÛäÈ*CÍ£Y	|J¥­Ãá|L¦—ª{ŸÆ4','',0,'?'),('(!íò¢õ½Aò4‹¸','wp-content/themes/betheme/functions/theme-functions.php',0,'}qëzÇg±×²Cx])8','}qëzÇg±×²Cx])8','Ê·ÿ&”\\†Ž^àÞ¼¬UM8.ïl„°ð¦k1L]','',0,'?'),('(cªÑi\"Þ¼ùüó÷g1','wp-content/plugins/worker/src/PHPSecLib/Net/SFTP/Stream.php',0,'¶Õ\rÁ¿Hh!ºÜ¥ \0Ñ²','¶Õ\rÁ¿Hh!ºÜ¥ \0Ñ²','‰ÐìøÚé­19øoÆd§6ä-` à¡FŒPÐ^rÒÍ\r','',0,'?'),('(	æC9ƒ_«w	ÖÔZ','wp-content/plugins/worker/src/MWP/WordPress/Query/User.php',0,'€uO‘zË®b÷X«|Òï','€uO‘zË®b÷X«|Òï','q¯DÙï°NÉ‡ƒýªÔ=?Jmf¬Ò¾’T—ësÄÿkQ','',0,'?'),('(ˆÔg%\0ÏÃ4ÝÛl>œ','wp-includes/js/jquery/jquery.schedule.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&³—TªkÇfØž¤Ä½','¤Ü?ïÆvEÊ”ªwjÇ¦¡CåPÕ¯ì_µ£','',0,'?'),('(6ýÞ2aÈ.MT„cì','wp-content/plugins/w3-total-cache/Extension_FeedBurner_Plugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','NxêÅP\\å\"lp‘ÍCÏ','n9/ÚhÜ+=É2¼üÎ”º<4o?‘:$òÿ\\','',0,'?'),('(\'¢ÛkkðÔ¦´hØ7+Ñ','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Endpoint/PartitionInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?vm—U–?A”Ji?','{\"0õ7M@IM’OÜjo|yJ¼ð˜`Ãb','',0,'?'),('(2ˆ‹ ê­î°„Q\"k6=K','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_compare_arrows_24px.svg',0,'\ZÛ®n–+yC‡Pjb¼‰','\ZÛ®n–+yC‡Pjb¼‰','0DIÏ}Æü4|Æ¤.D5V†ùI×Šÿ.»h%úî','',0,'?'),('(?ËÜ×>¹ôS©Næšœ&','wp-includes/images/media/default.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-¶©æÍIÒB–hÎ@àÞçb',':ë¦oLóJDjòþ$->»iºé\'Ã6nÖ î›Ui','',0,'?'),('(L×üÆòC­QÔ‰¤È‡P','wp-content/plugins/testimonials-showcase/resources/bxslider/plugins/jquery.fitvids.js',0,'Uèë>%?—»€S¿þŒkI','Uèë>%?—»€S¿þŒkI','¶4\nÒ¸	Ôp§8	ÒŸ—K:z\\ÿYëž(*/¼Å','',0,'?'),('(WQ=3ÑÈyîúÞb6','wp-includes/cache-compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¸?Iq_¹ê°P÷$Ó„','ÿÜä]4\'Ïê‹9Þá½…w´Eö“JõJ»\r¢nhë‘','',0,'?'),('(Y\\Fó*|#Ô[l','wp-content/plugins/w3-total-cache/lib/Google/Cache/File.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','DpñõÑXc©À#îóD$','Tåw­ß%ÓbØ­7âý‘ú+÷~%Ñ‰z?ol¥','',0,'?'),('([d‰˜ùº±¡×ïBQµ‹','wp-admin/js/updates.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','î€Œ¡ònZ4~¿Ø­™öp','ž†Òc9Ø‹¹@±÷³CÐQÏ|ÿË™Ëv2¼vwõV!','',0,'?'),('(x*J û…,…LÃ›nç<K','wp-content/plugins/wordfence/images/icons/arrow_refresh.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k•w„`ö`ª|ô}$G€§','u¤/2/¼Œ»@‘Hž_Ilh•™ó¸/aU:«	','',0,'?'),('(~6vqVì0ô{†\"','wp-includes/ID3/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ý£öÿzÙeÑ§Ñ¥k58ã','lr¦¦·Áp4œëFBÜ¢7\"Z:üW“vøÌÈ','',0,'?'),('( ïv|Tâ€” Â¥Ô','wp-admin/includes/screen.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','É¬V\Z	jþ‹“AÍÊ|é','~Ky¿i˜2j*SgT<íq{Íaa‚%„Áü;šÅÖ;³','',0,'?'),('(”>á}d3,û¼¸','wp-content/plugins/revslider/admin/includes/shortcode_generator/shortcode_generator.class.php',0,'J„Š¾Ÿ‘ã¨“&þBˆ†','J„Š¾Ÿ‘ã¨“&þBˆ†','`ˆÚDìe€¼ªâ\ZCæø£Î\\cK¥Ð‘ö×%Kž','',0,'?'),('(–Yà\'úˆ^kz!q–ÿ¶‡','wp-includes/js/dist/block-directory.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‡õê\0BØTÆÌÎú*Ñü','<Tµ›ÓqóÖpŸ¬t¤-À™üÏ-ÎË±ï¼-ó÷ú\'¡','',0,'?'),('(¤;.uƒ\räxUÑ\0ÈV','wp-content/plugins/js_composer/include/classes/shortcodes/vc-column-text.php',0,'u*û;./IÞ6*áùj¯','u*û;./IÞ6*áùj¯','EãÆ^\"fømNni×wAˆÂ¸.Íô•§k¥¹','',0,'?'),('(«$\'³¸Û^¤ÄÕ|','wp-content/plugins/w3-total-cache/Support_Page_View_DoneContent.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Çþôâ»6öª3Â´{¶q','Ì´¯LlØ½_ß¥ä•DïS<\"Íãƒè6ïà: åÀí¿','',0,'?'),('(­áÌcgÿ-_í¹”D','wp-content/plugins/w3-total-cache/Extension_NewRelic_Plugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','·TÔ¼GÓoL!»“ñäP­','W©^rgÇú¸¡þžñ1Ö± ¦F™ØƒÛž©½Œ4','',0,'?'),('(³ÃÕ••)à˜(pwBl','wp-includes/js/dist/list-reusable-blocks.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¶ˆ…q:eyH ž¬mì','â„6ç®ì¹X»ÎQj²üÀÑ¿ä¹w4›P\0D','',0,'?'),('(µ|ÿZ¢x´T‡þ‚[Áu','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Base64/Original.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Òz?®é(»…EîWup¹','¨+‹ëê‡Dï\0ej³\rgÆÎèÏ§¶„4ñ','',0,'?'),('(·¹Û>f0\Zg[|¼îå¨','wp-content/plugins/wordfence/lib/wfJWT.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','»}{ jåN°ˆñcÒK¿','0mhN`x”x~HŸLjés¦þ°ë€OÇä”PÍÅ,','',0,'?'),('(ÅûOiÓyÌü_lx^Ê‚','wp-content/plugins/js_composer/include/autoload/vendors/rankmath-seo.php',0,'?±=½<\\gåÎ¤X¥¼ãÐ','?±=½<\\gåÎ¤X¥¼ãÐ','þZµêî4GŸ¢¢Ñõ>ë’~ä…¥ùaÂ‰Ž','',0,'?'),('(Ëš8ÂõÝP_X\"¾3ò\\µ','wp-content/plugins/w3-total-cache/Generic_Page_Install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¬£&XÒôn°Äý7','†HQšÄ4\r2uK\\t¡D$¢´¯u•I`xÆt!§èû~Ðr','',0,'?'),('(Ð,\0[æ7ÝÌè¹34','wp-content/plugins/contact-form-7/modules/count.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S„ÜœIxJA@JàK','ÏÁ\'Ÿ»}P­Ú#lâ3	U´&\"1>Öµ‘~Dxú¶¾­','',0,'?'),('(Ý!Š™$œ\n!JÎX%÷','wp-content/plugins/w3-total-cache/Cdnfsd_TransparentCDN_Page_View.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H5Ë8ø½§Âó½ÚcU;','ÊüÙïj‰E—Ž•\nrŠÒv±Ãqm¶¬S’&O%_þ+©]','',0,'?'),('(ÝÆLS[šöWl#“ð¦ó ','wp-includes/sodium_compat/src/Core32/Int64.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%mÚS»,—»®\\¦','UåØÎ!œ6èç/•UácqáùÃn©Âæ¿@º+€','',0,'?'),('(ßÊ´Ã×9å½¯Æ•õ“','wp-content/plugins/w3-total-cache/pub/img/overlay/overlay-close.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k°J¤ƒz”ç~83','é#:¢cKJŒˆ|öÈ	ŽâæA¸\0zýÂ','',0,'?'),('(âM#$=~Õ€©}Î…™','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_sync_24px.svg',0,'¹‡¡rŽ/2%&ùÂ.ÐV','¹‡¡rŽ/2%&ùÂ.ÐV','h) uâ¬‰!{ÒG\0Ä\0Å\0ÉÌx‡†Y#iDVð—','',0,'?'),('(ï\0G8ÛOË%B¬¹','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Credentials/EcsCredentialProvider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k=,ÜI‹ó(OkJŸ¦S','c±ÿë\n»$‰ºçÈ‚DmÍÆ>]½)üˆfÑ\rÌ´Û','',0,'?'),('(ï^¦3N½š©“‘¢3','wp-includes/wp-diff.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ‘É-xñ•<Äz^¤Wet','üaÿÛ;˜Éº³ä*2Z¹œf1›ò\"§\n°Nt~Ÿ>‚…','',0,'?'),(')\0™B¥¶)á+\':ùf÷ù','wp-content/plugins/revslider/admin/includes/functions-admin.class.php',0,'úe«õŸw\n˜;`','úe«õŸw\n˜;`','ƒ>ÃPB¨â—ñÂvU~¦)Ž¥J\'¥V¶õf;º«Š','',0,'?'),(')ø”|ü{4æ+]ÂX(','wp-includes/Requests/Exception/HTTP/411.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'¥R¡äMö.ÊZ`G–','ö…èU‰^¾¬ª‹9pÝô&ÙîÍ`önM{¬ n¾L','',0,'?'),('),lÔ]Ùj;ÅZU®‡Ž','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_enhanced_encryption_24px.svg',0,'Ëñ¨VZŒSFç±[/Çÿn','Ëñ¨VZŒSFç±[/Çÿn','!<Y%º¶ ŠTù˜•nrU?Ô·ÚUPIöžª2¿þ','',0,'?'),(')Ÿ»®“(\0C),ÎL¢G','wp-content/plugins/revslider/public/assets/assets/svg/places/ic_pool_24px.svg',0,'Ù$ÓËÊÜ3‹N|ÉìjãY','Ù$ÓËÊÜ3‹N|ÉìjãY','âra`âUÿœ¡cö:YoÖÏj\Z\\ä&.[ “ß','',0,'?'),(')‹¬YþÊM£K¤:#ñ','wp-content/plugins/js_composer/include/classes/shortcodes/vc-tta-section.php',0,'h_#?òËdEå·EFv;ß','h_#?òËdEå·EFv;ß','x”3W,Ê÷‚âMÀÐÚvc¡wÍklk”XMôÉí','',0,'?'),(')!8Úì¬_IÇþäØX','wp-content/plugins/w3-total-cache/Cdn_StackPath2_Page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{µ¡Cq\'œö\0Ï*KV‰{¤','o³ÌŽéöÅWâBü+Y¢¤9°Í\rSAÿN¶ Ð¥8ð','',0,'?'),(')$onŠ˜1”¥H»f¦Ë|','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_block_24px.svg',0,'îwJ2Ä]|\rEa…ëØ','îwJ2Ä]|\rEa…ëØ','´|N\Z—ÌÀYeÚŸ~ÝÃ+¹5˜\'w†L’;@5-ö‡','',0,'?'),('),ï	‘Y`Læ\"¹¾$p¥','wp-content/plugins/js_composer/include/templates/shortcodes/vc_column_inner.php',0,'rmÅ¸uãx\"“ïƒ‰7M','rmÅ¸uãx\"“ïƒ‰7M','ÔÙq|%+yðºÚj^üóüÀž‡ç¯a•g¿X','',0,'?'),(')7kG{Š!¬\n2aZŸE*','wp-content/plugins/w3-total-cache/lib/Aws/Aws/CloudFront/CookieSigner.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','•šÒ\\7ø/:zÍ*D¾E','‹h—SuÜFQõâãÞáVé£|h\ZïÛÍäT1™Z','',0,'?'),(')SÎ&Ef`èãbÑ‰mgN','wp-content/themes/betheme/bbpress/pagination-topics.php',0,'ÞCgVJ”çô/sv\0{_','ÞCgVJ”çô/sv\0{_','¬¢MÚª£ócaIPçŠUZ¦0Þu,f¨¹‰¤°Ä×Hþ','',0,'?'),(')oÝf±€çH·hNc®Ô‰','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/PageWriteOption.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ñ¬lï§j97‚ÖH Ê¹Å','	OA¨_E²Í­«,ÒFq¥,Tå\Z¾;ƒ•çËÓQ3','',0,'?'),(')q©;Øl¦p›E“ O','wp-content/plugins/w3-total-cache/ObjectCache_Environment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4M¤Qìsèè_Ê‡>õ',' v§Å÷Ðåœ»‹gˆ¾GÇîœ>=','',0,'?'),('){ôjW-_€Q=?íGlÒ¢','wp-includes/media.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ì•XÂÿ,¥¾Âõ]æ8œ','kã…*T§ç“I¹ÎmÔ6J£×«œ¾f>ä–‚ê¯“€V™Ï','',0,'?'),(')~X×sÁö€ Þml¨','wp-content/plugins/w3-total-cache/wp-content/object-cache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','BƒþTfjq1­>*Ï6År','d»\ZI²Ògb!ò&[þ§éö»ûùÎ¦¦¥]õ4½¦Òƒ','',0,'?'),(')…¥ÃƒA°Ü¨HÆ~@','wp-content/plugins/revslider/includes/Unirest.php',0,'‡=©ÜÌLcÚ}ƒ÷†.','‡=©ÜÌLcÚ}ƒ÷†.','5º.drçÓß(½A¦½LPøBål±)ö‡¿¤1sÔ>s','',0,'?'),(')¢Ëú‡`|•\'_Ï¢y','wp-content/plugins/js_composer/include/classes/core/access/abstract-class-vc-access.php',0,'vbø†\nƒþO_(Vª^å','vbø†\nƒþO_(Vª^å','È˜rïÿ¼²×ÕÊVïJÀËôÒÆ\\†Ey9Î÷/³ü','',0,'?'),(')¯S½2t_œ-¶d©uÃ¸7','wp-content/plugins/w3-total-cache/lib/Minify/Minify/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÔŒÙ\0²é€	˜ìøB~','ã°ÄB˜üšûôÈ™o¹$\'®Aäd›“L¤•™xR¸U','',0,'?'),(')µÇr\0Ô|ÂÙ­ ½W…','wp-content/themes/betheme/index.php',0,'¿²ÔF2ˆ@Ÿ¨¡Â3','¿²ÔF2ˆ@Ÿ¨¡Â3','ƒs?_iJim¡qÌbÙ/¿¾D=àÄ˜„ê\rïÚ5\r','',0,'?'),(')¾Oz=œu©‡î£ÄË·','wp-includes/rewrite.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Hî	U³Ïµ=.ÂÕz<`','x¿ÆŸ  £ò@g<õAÝ†\"c­‘€Ø;îÃS<g','',0,'?'),(')¿½£¸Šk£6Š¶ ','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_perm_phone_msg_24px.svg',0,'Å%,?¦Óý&µ‹sáô‚Æ','Å%,?¦Óý&µ‹sáô‚Æ','B>½kM£bi±P:q½lBiqkêÄ³¼ÜZ˜õd“ê','',0,'?'),(')Ç¿.´#SXxAíOµ‘','wp-content/plugins/revslider/admin/revslider-admin.class.php',0,'«¼í•‡ÒŒŠ5˜¨ëVÄh','«¼í•‡ÒŒŠ5˜¨ëVÄh','5qÑ	K\Zr­4ÜLÖŒ}vÆtªæ0<i\'òÔ4Cs','',0,'?'),(')Ø6#¦_ÅúñÌŸSAF¦','wp-content/plugins/wordfence/views/scanner/issue-control-repair.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~‹úX—-æº\nEéáËíP','Xß*aÔÝÉÁÉût [úoH@¶ìÛËˆÖìeç','',0,'?'),(')ÝÛø]ïÝÕZ$ÙP%','wp-includes/embed-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Œ’UÐzŠA>zõ\'!f*','*xJ¤þñ\"št²ý\r^K$U˜09¦­ÊZãÐ¸C…ru','',0,'?'),(')êžM‰–§	‘ÉÏûÔœ','wp-content/plugins/js_composer/config/structure/shortcode-vc-raw-html.php',0,'›´.çÖp&üE–n|.','›´.çÖp&üE–n|.','–qtÃ03<Ûø_Ö¿ÐDÖ²q½Œ©*ZC-Y#<–','',0,'?'),(')ìI–\nÎ†V¬¸Ÿqîæ{','wp-admin/authorize-application.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','˜‹xO‚âöÄÞ$:ÞØg-','MïÂäØJ,ælÃËzEX’N>«üþ·žTâ¢ûˆ','',0,'?'),(')ÿ`”òf,µ uý4¡³','wp-admin/includes/class-wp-privacy-data-removal-requests-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','šX¹ D2%l#b/’W','Õ»¨RÒ\0¼ðÑ\0¶¿úìáiH//ŸÂìwÏ§\0ë','',0,'?'),('*¶o€çaaÈå.«ã','wp-content/plugins/worker/src/Symfony/Filesystem/index.php',0,'gD,Vë§=\\ÆbP','gD,Vë§=\\ÆbP','k‰À—~	¶½UH\Z¥ÖxƒPêÛAÌ„¢ú<¡ž;X¨','',0,'?'),('*|±C÷Ý© ¸9N\0Q~’','wp-content/plugins/revslider/public/assets/js/rbtools.min.js',0,'wÙwoO¨p¯zÈ]ç¬nX','wÙwoO¨p¯zÈ]ç¬nX','%Ð[a*„†´ü·òµãkyú6¿)6í×ß¨?Ì‡','',0,'?'),('*\Zéf7îƒbØ\\…','wp-content/plugins/js_composer/assets/lib/bower/json-js/json2.min.js',0,'xpÖæL¬Ë´þmU¥Ô¾','xpÖæL¬Ë´þmU¥Ô¾','ËÂbb$’·!LÂ\r<ÂR–ýõ£©7HWŽeyµÉK…^=','',0,'?'),('*V\r²XÑ\ZKÛû+Wvo','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_forward_24px.svg',0,'\"´f[£‘EPX\0õ#ö','\"´f[£‘EPX\0õ#ö','ü(hÑ€‚ÐZNk™‡\ZÁäâß[A!~Ä*®c)\0¿','',0,'?'),('*ýö\'‹‚‹Ú\rO‚Ö3','wp-content/plugins/revslider/includes/output.class.php',0,'=hJLv·OÓÃàóÛ','=hJLv·OÓÃàóÛ','Ì\nöðTŒ¢”0¤²V!èi+\r\ZÁ|nz:d\nº(ÐÄT','',0,'?'),('* aØF²Ìð4Ÿ°uÛvU','wp-admin/images/menu-vs-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J¨ZY<÷iÇY®„bø','\'œ¹Fà½÷Ñ”E\0†õæè7¡É¡Ÿ#ä>sePØ¶','',0,'?'),('**[”ÉÆŠtÂI¢ ~–','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_forward_5_24px.svg',0,'§œºì‚àOÈE–]¿ö}U','§œºì‚àOÈE–]¿ö}U','”[¥¡Á¸¬3\0øHð©¦ÑE´¼Ý íe¾ÇBÝ0oDkÅ','',0,'?'),('*L\n^b«\\UÒjÕ…Xb','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_slow_motion_video_24px.svg',0,'ýzñâ³­|« ¶0\0Wo','ýzñâ³­|« ¶0\0Wo','qÍŒMHœš!\rÓar·óãàk´&YÕh‚>¦Âb','',0,'?'),('*SÆI(nO%{GzTÝ','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_devices_24px.svg',0,'SÑ4X	‡Ã~ÁW','SÑ4X	‡Ã~ÁW','µéa¾¼AF\\.1‡Ï\Zƒ]rYSçüõ@|­5ªÈw','',0,'?'),('*V.XZ—È_C[AÔ€—C3','wp-includes/js/dist/keycodes.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Á¦Va\\|h&[à2/?1ˆ=','„oÒ$d5TdJû†@uT3Ä<Ñ‚›´Œ¡ÙNmLƒ©','',0,'?'),('*\\TÒ)%]óªyiD+','wp-includes/Requests/Exception/HTTP/402.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`øYÕQPÚ\nz•šÉóGÖ','¥g˜©NQ	µ ¯”Š‹ð/æØØ	·y5“¯‘¯êÎ¸c','',0,'?'),('*dˆÉí’)n×ýËºˆ','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_week_24px.svg',0,'[oªá<’ˆ‡®ö5õ•','[oªá<’ˆ‡®ö5õ•','áL¿’ÆÃœI3\\3@I.\ry<Ex±Ö×f³h¯ïJê§·','',0,'?'),('*n\"xJß‰äª¿‚¼æÏ','wp-content/themes/betheme/template-blank.php',0,'XLrI©m´È]ÍÜíGj·Ñ','XLrI©m´È]ÍÜíGj·Ñ','“ûG6¥üT—B¬g€ÃõŒ¢ªäï÷^L2kð7dB','',0,'?'),('*r \\H25WdV4¼éb','wp-content/plugins/revslider/public/assets/assets/svg/social/ic_school_24px.svg',0,'¶v°Í {_É(ð¼Ñ[','¶v°Í {_É(ð¼Ñ[','så­¹`‘Œ	N’ÈËÙ~8Òƒ‰Ë…¦ß	\no¾QÊ','',0,'?'),('*~NY^Ã”Š•Ó÷%F÷Ìž','wp-content/plugins/w3-total-cache/pub/img/cdn-highwinds-logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','×`é4jeb]æh\'¡¿X','öb±Oâ‹yòIÊÊ¦d@ N\r\\uÒ4á‚Y>{9÷','',0,'?'),('*ˆÀ™q0„$raãc4«Ý','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_quilt_24px.svg',0,'k¿ß\0wA¯Ió”úkÑ$','k¿ß\0wA¯Ió”úkÑ$','ù/‘{i!6×,NFî€x’Ô]Æ-¨“µ|HAI^ÈÿI','',0,'?'),('*Š‡‹0=÷Nùõ“j','wp-content/plugins/js_composer/include/classes/settings/class-vc-settings.php',0,'vªükB$Ä”Wg¯P','vªükB$Ä”Wg¯P','(AÖã-0z#§¦C>íN©pJa‰}ÿÍNH3®m¨»À4','',0,'?'),('*ó¾0\\úÏ¨ú^*1ª6','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Exception/UnresolvedSignatureException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','†l*²#5MÇ&K.÷ú','L{¾@q´•l³ø…­f²æ\'ŽF‚_óFÿˆu“','',0,'?'),('*”±…´ùßúkYö×','wp-content/plugins/w3-total-cache/pub/fonts/w3tc.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Öã¥ð‹À¹—¦¶þ—','´»BþÀˆÐx–éç)Œï²‚‰&%Ë\0sÙ`X¾hxÔ','',0,'?'),('*›àe1ÛÖ9˜‡y)\"u','wp-content/plugins/w3-total-cache/lib/Minify/HTTP/ConditionalGet.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Pn¶fZºàËe¿äæþ/','‘¿ô•™Éoÿ?õÃò¸ÝªÔM\'_0­¨·º\'¦e','',0,'?'),('*žœ\'ÐN.\"%ìcë©’£','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_chevron_left_36px.svg',0,'*_cÊû6aÑ«[«oq7','*_cÊû6aÑ«[«oq7','Mþ5XhõDÓßÒd?tYþê¥×÷¼b2ù:|1J.Â','',0,'?'),('*Ÿ#wOû·½¾ËÖ|•','wp-content/plugins/revslider/admin/views/features/object_library.php',0,'²ß¿‰½È÷P4M§…','²ß¿‰½È÷P4M§…','÷o„*†;Îÿ‘{Bˆb¹¶Ý…}—©Fíw,<UÎU‘','',0,'?'),('*®ä-3öu¬EÂ[ÕO#','wp-includes/images/down_arrow-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','÷]ëç™êM…žÁû‡fÜ','¥¶w\0˜øÉÜÀqp¯qð5úÚûTˆ#\\º¹½¥','',0,'?'),('*²½lïƒþ{)Ðýþ«¬¢¿','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart20.svg',0,'³=¦&Nþ£1ÝÝ³II','³=¦&Nþ£1ÝÝ³II','¼¢­C›^íi3}ýYú[©¦È˜…|Ûÿ-u`÷µ','',0,'?'),('*ÇÈÆ²¦¼bÅŸ*ee¸','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/HSalsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ðx\\8zíMØ~—.‹','üvR¬\0‹S~[ü\r‚ªÒ®6ßáoÝú¾á’þ:Åšµ\r]','',0,'?'),('*Ê=Üë&rÈ6~p~,)\'','wp-content/plugins/js_composer/include/autoload/vc-pages/settings-tabs.php',0,'>j_Ü¨ÍL`¹Í|‚‡ß','>j_Ü¨ÍL`¹Í|‚‡ß',')©&äCL)Š¶¾·ùø÷\ZÃ1:ôøûðbmÖt÷ç','',0,'?'),('*ÑþLím&&2ýÕ\nb','wp-includes/js/tinymce/utils/form_utils.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¿ˆül¢U‚‚T“„ŸúLi','vLú¢âus<*r¹WÒªµ‰£Û.\0|õRgŸÊå´æ','',0,'?'),('*Ó`U¨z»]\"L%—1­ü','wp-includes/sodium_compat/src/Core32/HSalsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','´Ñ/Dzxþ¶Ç‚Éâ­ü','ßÏî,ÇèÕßÊE¬ù¿{Žî0/m›aÓXˆi‰àÑ','',0,'?'),('*×&C:[¾¥ñrÕ9‹Né','wp-includes/sodium_compat/src/Core/Base64/Common.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','PÛÈefè§ÄõÊiª\'ÒjW','6þ°UmÐ–²%Ïì?MˆS°A^=®X ª|U–Ã','',0,'?'),('*ØRFÁÁKý•…{«óÔL','wp-content/plugins/w3-total-cache/Extension_FragmentCache_Api.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(Y ‰dÁí\'A];Í','b%n:¿ï~Ì3}öU° $e©LBõ#wÃöÇñOn^Ã','',0,'?'),('*àFk²LÏÐ´·.cdµç','wp-content/plugins/essential-grid/admin/assets/js/admin.js',0,'Ó†£æÍ[ÈÜ_³ñœL0','Ó†£æÍ[ÈÜ_³ñœL0','x 6§^±»;² Ÿiæò‰7/¾O¡¬ˆt+#pUêS','',0,'?'),('*ç\Z07Ñ¥1OÓÓÙŽ8','wp-includes/js/json2.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s¡×{N‚|EO«0©','q3Ÿ..Šj G\\RÓnÝ¼I/T¶‰-í','',0,'?'),('*ê	ì¯Ä…ÉÎüßã\\ã¹','wp-content/plugins/wordfence/views/options/option-toggled.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']KrYÐÐ³ÍwÍB¸','£kÇnS	3±&Y‡=”öüÕä_+?HÆª´%','',0,'?'),('+\"ÚÿÚs‹¢‚“','wp-content/plugins/contact-form-7/admin/admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','SÙã2òžž«b”jÎ€\"','cÀv–ú«°†5~íÆ€§‰XÌúêm3óé°Þª°Û','',0,'?'),('+ˆ7ØÒ-V²ˆæ›žŸö‘','wp-content/plugins/w3-total-cache/Cdn_StackPath2_Popup_View_Stacks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','êÜ\r“”›8üGÄÒåGLy€','îZÝÑ`:¹kr¾¢çc\"[ü-nÙ@6XFç¶Ö\Z','',0,'?'),('++­êu¼±ÛVÞ67Sc¯','wp-content/plugins/contact-form-7/admin/includes/tag-generator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Þ´©ŒZx/!P €Ö¢a´÷','6Vyn¤)7î›:‰€n:ëÕ! Í¾Ä)KQ%Ç','',0,'?'),('+9…£Œ[BUûE–e','wp-admin/js/updates.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','û¤søV@DŽP2¦<iCY','ôçSÐuÁ‰ÉN6f¶_@ m(ýýŒ³[CÉW¶É.à','',0,'?'),('+b\n’ËDf°X2À†‡Y™C','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/ConnectionType.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dåàS:¿-NÀ!QÝû0\"','§6Ë)?™ò‹^\"FÒ*©g|ÒÎ&ÅÛRÕÎ áÜ\0	','',0,'?'),('+oâò@J®ÃÜÕCSj¡','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_8_24px.svg',0,'ìÓãRx©?ï‚(§”ÆÖòš','ìÓãRx©?ï‚(§”ÆÖòš','	ú]ÝiÛ‹wí,\\\r¸ Á*»ÕDj”k’,','',0,'?'),('+µN§§EjPâ]Ð/§…','wp-content/plugins/revslider/includes/external-sources.class.php',0,'^-¬ {\Z†ï{Oö¸a*','^-¬ {\Z†ï{Oö¸a*','’´Ó›L{*Åÿ.ºF^¢ˆEÏ«–‹ŠÅ¬åÐ™','',0,'?'),('+‚¢>\r\0\"æ¦–Ê$','wp-content/plugins/w3-total-cache/lib/NetDNA/NetDNA.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¶1Œ\\¶\"VÇ$¦ÁoÁ@','wèIS ÇÖX¾éí³ ÐOÍ£§\Zj ”§Î\\2rt','',0,'?'),('+¡ËßÈ¡hgžìÛ©W¬W','wp-content/plugins/duplicate-post/vendor/composer/autoload_classmap.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z(“íºiD‘m¹#å¼`G','\\µÄ Á¼°£¶áÂõ,Z½Z’L]ÊDð³Í\"g¨*3Ž','',0,'?'),('+§®®äA‰)˜³÷þÞl','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_80_24px.svg',0,'”M-j¦ª=÷ªÑµbgå','”M-j¦ª=÷ªÑµbgå','ƒSI#—³‹Çê±pÔw8\nªó‘Ov©Ï`\\ïxÖ','',0,'?'),('+³§G*#ô±íô¦”ýf´','wp-admin/network/site-info.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=À«¶ŽŽÓ]¼ÞaÒ¸”','EŽÅã\"Ÿ%—÷uóoš¼Ç)…žXªñ°í_s®rÖzÍ','',0,'?'),('+´\ZD€–Ze}É','wp-content/plugins/wordfence/views/onboarding/plugin-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÈôkQü…4ƒ›ÚŒâtS*','†ÛQh9\07òŠ’M¹¹îÒNÓÛö64‰>Ø\\','',0,'?'),('+Äãøt¨%R?ÒÛõø Ì','wp-admin/network/credits.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Bµ+ð„€ëKVe†=­','WN°œh¾K2ZŠFëù°WÎí\r08ìÜÐJ5','',0,'?'),('+îó—8Ð@ª…Ïï\'=ßb','wp-content/plugins/w3-total-cache/lib/Google/Cache/Apc.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mën-P]†³1q>TÃ¦','Y*Í}øþ.k8-ªüÙÂO™-Ík(Ðq@àFø«','',0,'?'),('+÷Ÿói_o±{¬KX\\äd','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/brain.svg',0,'ÖøX«¡ü.º2A„}Ng','ÖøX«¡ü.º2A„}Ng','ÞM~/ÇT™(Ø B½òÖ}bƒð%ùžÐæŒ¶ö~p','',0,'?'),(',çzì£d\Zß¡7ˆ\"7R','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_phonelink_off_24px.svg',0,'.j8$_¾òKþxÑ¨xÖ','.j8$_¾òKþxÑ¨xÖ','î_£\Z•o\n|Ñ¼\04Í òœá‰vÛ­ÐµÝÈö×','',0,'?'),(',à\Z¼J\'ªAWh€Ì','wp-content/plugins/wordfence/views/options/option-label.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','–°Ë`ñšLô–“gfå','üû_´\r\0¬Ž½¼ÿ\0°Z}ðè})v[4®–Â¼ìñ‹','',0,'?'),(',*À\nÖ3.‡ïS!¬ö','wp-content/plugins/w3-total-cache/lib/Aws/Aws/DoctrineCacheAdapter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','øt\'½\\¾ë§œÅzŒ7N','Yð„-b#Þû¾—Ï{|½ž!€åÙ©ÑŽdË^hu','',0,'?'),(',À»÷\ZÖ•²h|Ø1','wp-content/plugins/w3-total-cache/Cdn_StackPath2_Widget_View.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','BP»;…oÅ§V¡k‘DH','þ6 W”[ù²â©‰q.mŠ‰lzK<Ç²PˆÏy¢HG±','',0,'?'),(',&•Î·®VM.„','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_unknown_24px.svg',0,'¥ýu¾Àö‰~/Úõd\Zª','¥ýu¾Àö‰~/Úõd\Zª','â!	æº©pÖŸèÆ»§fn=KfÜ„Ûü»n[YMàB','',0,'?'),(',&¸½.5u÷So½±žX','wp-content/plugins/js_composer/include/classes/core/shared-templates/importer/class-vc-wxr-parser.php',0,'oíœìÙÓ,:>[¬Z\Zµšñ','oíœìÙÓ,:>[¬Z\Zµšñ','ºZ…©k5­ô|zap!ueŠCŸ©m«°¼#°-,¡‹M','',0,'?'),(',5¼sYÇ(?*jŠý¯fºÁ','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_panorama_vertical_24px.svg',0,'Á>·2ÝÊ Ø\0JRx¦´Ë','Á>·2ÝÊ Ø\0JRx¦´Ë','õ\Z÷ü™FÊïáp)œÔ(…)ýç*ýqW¥!,','',0,'?'),(',<“ª ß?C]á0AŒ','wp-includes/js/tinymce/plugins/colorpicker/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Í¶¥š¾Uè£¦Öhà','ïehÓ§ƒ&Î­­ûAµ3‘+WThÁƒ\n\Z)È?ÿÿ','',0,'?'),(',@±JlˆúïbS¯žç','wp-content/plugins/wordfence/js/admin.liveTraffic.1607007971.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U{œôÅÍóEbÛçß‰¯','Ã·(×[Y%’Ìíg¦ÃôÿBjIÒK	’£¦BÜ-YžC','',0,'?'),(',PT«(]¦oÛ4P57v','wp-content/plugins/w3-total-cache/UsageStatistics_Source_AccessLog.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q¯\newØæV]ÃPŒZ² ù','ÞKSÂî „i*÷´HŠ}´÷\\ò™$á×ðw+æàŒ.¼','',0,'?'),(',X/;a,þ«v¡Áè–n','wp-content/plugins/worker/src/MWP/WordPress/Query/Post.php',0,'Ôt\"7\\+ÑÂy>“‚±®¼\"','Ôt\"7\\+ÑÂy>“‚±®¼\"','z{Ãýj0èC3Ôf‰¥Ó€TDz–±šªß M','',0,'?'),(',]\'N¦%Ý‘UeT­‚)','wp-includes/js/dist/annotations.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',', þBÃ%lÎå«/Ó>Ú','.™.¯n`§ùÊ^ ½Ðjå¥ã,–…´^ ƒÄŒëŒ','',0,'?'),(',c¾¢*Q¹·5×ÏÕ·','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_voicemail_24px.svg',0,'²ã7Pã‰YÎ7<3H±ö²','²ã7Pã‰YÎ7<3H±ö²','¡¦üÂWÂêü‰ÞØsáÇ…»B·D+ÍûÄI#ÌÉ','',0,'?'),(',wÀˆ¯a¹gë¦¥','wp-content/plugins/w3-total-cache/Extension_Wpml_Plugin_Admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','°y€€²Ûƒ™ãâ\'\\IÞ—','­§—p‰\\6’€{¶¼z©hwŸ·#É¼8D7ƒY’f\Z','',0,'?'),(',zØe©àúY#uJ~[P\r','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P1p1.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' OpR{üÒµŒçGÝÛ','“Y’ü:B†åÅP5M€s_†¼±š¹.Ù†úÖŽ','',0,'?'),(',†áÔ@µšhjäqrÞ’ÿ','wp-includes/ID3/module.tag.id3v2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oÒödó4ªìyó«NÎú4','aÆ™‰4>$ûz©ö°%í5¿Àz	×áôá9„é_','',0,'?'),(',Š\'ÁP–´¦?ýèáCìu›','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_menu_24px.svg',0,' Oa¡ž³7M÷£ï[•|',' Oa¡ž³7M÷£ï[•|','y­÷öûEámqÑ†)ŒG+Â#wÜZ¡—4öÝ¹','',0,'?'),(',ŠhÉƒs?4B[Ë^Õ','wp-includes/SimplePie/Cache/DB.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÑwÛä¶Méü\rÊ¦|DÚ','g#è•è‰ëÞâ]\"°h0Vqü)Â0œˆj´%ÓÍãI‘','',0,'?'),(',™W×Û’`õ÷ëS‚iâ','wp-content/plugins/w3-total-cache/pub/img/wpspin_light.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xkdæ$~lOœ…f«Îw•','‰D<\naë©§ïJWÇ=ÿ¢çô­ùR	À¿º{\n','',0,'?'),(',¢¨ëÜcï4ç¢L5á¸','wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/charts/vc_round_chart.js',0,'GlÛæšîÇãû°¼ÒŸ8','GlÛæšîÇãû°¼ÒŸ8','£€î:Ä“W: *“2Üb±ù#÷HÛ­/æqã—?i','',0,'?'),(',±‘ýu£Ë©üxN—è€','wp-content/plugins/w3-total-cache/Extension_WordPressSeo_Plugin_Admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÝšE?%H©–c¾¨ï\Z;C','\Z\'ËÙKMO´ËŸ¾Ó@·YÄ…!X*ÇM!ÞâÛ«³','',0,'?'),(',µofü®±«ppõ¯µ','wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Psr7/MessageTrait.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¦¸)µÌ&Dà¯Ç¥Z[•','ñk?»\0ðtu5Þ` §…<[Sã¶ªHjs<','',0,'?'),(',µÀ°—äÇÎlS§¤r','wp-includes/css/dist/editor/editor-styles-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','˜ß°tì’`ì¶VCó£¶','›×pHaœP04•ÃDí!Ì2å{ÑF°Í¹|á©ö¥','',0,'?'),(',¾ªWL\\Û”­…\'R¹Ð','wp-content/themes/betheme/sidebar-blog.php',0,'æQ«4ç¦=ö6‡›õ\"','æQ«4ç¦=ö6‡›õ\"','iþi²‹^Ÿ‘žð«èX4I.7ürÑ%Õaˆ~Eø!f','',0,'?'),(',ÏJK²;ZlÏºz]\'','wp-content/plugins/w3-total-cache/lib/SNS/lib/requestcore/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pñBtø;3ÒXL\0ŒÙ','Ú3>´ÆËc/e@/ÞQnò7\npQY©À/j‘/ö³','',0,'?'),(',æÉiÞùú<(>u2&¡','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_toys_24px.svg',0,'¾,%I\rËê¸á\0ÍÃ´ýü]','¾,%I\rËê¸á\0ÍÃ´ýü]','fø‰òîtï|¢ñ\nXÊ¸Šóë\\‡dRêWTtkMÖc±','',0,'?'),('-\0ÐVn­È;VSD®}','wp-content/plugins/js_composer/assets/js/vendors/seo.js',0,'Yb“”U¨¶g^ìQÕv','Yb“”U¨¶g^ìQÕv','Æ\Zc#ëhk¸;­Úƒ ÉÌ?máÊò;\0 Ý)áÙßÒˆ','',0,'?'),('-%hˆcÕ`˜åâtwëž','wp-content/plugins/contact-form-7/assets/icon.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~9ÓËNüÊ¶_cß±_ì','yåŸªÉ/ž+/Á<&p4Æ‰oò­Ô ¼]o>+^t','',0,'?'),('--ÄÃ¼–$®);†ÄJ5','wp-includes/js/dist/rich-text.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I\nDf4Ø©)Šó32Ê»>','Ò:G!‰Ïh|tÕ-3]:‚´×Æj¹ø_‚}','',0,'?'),('-.cX_±S°+½«©‚G','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_9_plus_24px.svg',0,'KºöÚþÞâÈúÎHYRó\0','KºöÚþÞâÈúÎHYRó\0','bÌ}Êleõ•8¾wÝöÑâr²Ãç8Ç†EÐ‚xœ Šö','',0,'?'),('-7OnWvE´ª——Ãý','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_wifi_tethering_24px.svg',0,'z…0N¾o,ûg+jG££','z…0N¾o,ûg+jG££','@¥ïh9K5<Ð‘šÁÜ =‹K	ù»Œ¡j0‰\"','',0,'?'),('-;§ÂØ`|ie.) ','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/AcquireLeaseOptions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|‡e4ÿÉbˆöt¦ÄG¹×í','†¢=6Ë›Ê—áÛ#ýÔŒ!âÜ=6Tž^ynÈL½{','',0,'?'),('-=³³9ÁÕŒ–yÁ,J^üè','wp-content/plugins/duplicate-post/vendor/composer/autoload_static.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',ÐÉrÝdVÕßƒgü>^','%¿`H–7-·°lPOýìªë™Á-¼I:)pæuüŒÒ!','',0,'?'),('-It¾$˜Þ¿½ûvÕãuµÏ','wp-content/plugins/w3-total-cache/lib/Minify/Minify/Inline.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/‰–ïHÕ#+ñi\0Rê¢µÈ','[Ï\"â%y½ˆe}Wá0Ghp=ØïAÄ=e\\7Ò˜â','',0,'?'),('-YÉ‘MÈ\'$NW½~Ÿ','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_network_cell_24px.svg',0,'8;5zÁü	¢NŒ#7\'+\0','8;5zÁü	¢NŒ#7\'+\0','âúÂK9~ÄB&öœÃXXvd®®}qrù[','',0,'?'),('-\\¬‹[×µ¹†èJ’×¥','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20/Ctx.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Fá’1ª£Æ	ÝMœçáÈ]ú','¤ëA8ÞÞ{€!§òV™t<SŠqH©ohÞ4†¥y`By›','',0,'?'),('-jÞ§« š Íæ¦~hyb','wp-content/plugins/wordfence/lib/menu_support.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','°yy0Œ\'OÉfx2;õD','ùÑ.F‰!x‰‚,pŸ…	À—[\'»Eˆ\ZÌ»Ä,£','',0,'?'),('-kdÏ¯‘ªXßw\\7ŸÀ¯','wp-includes/admin-bar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<cÓJˆ&¥ö ð','œ!p‰]ÿz\\Ú–VªPF©­°ÁF9ñ£Æ§%,¥[.','',0,'?'),('-wm­—ø`Gg„¾C#åÏ','wp-content/plugins/js_composer/include/params/href/href.php',0,'”ÀZÀB~;‡„Oî‘>‘','”ÀZÀB~;‡„Oî‘>‘','R¹	71±-œÊý)Ö‚;\',òòÌxë¨©>@æ Égä','',0,'?'),('-xš®ãAü®ç#^ñ¯Ö','wp-content/plugins/w3-total-cache/pub/img/overlay/overlay-logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','±\Z‹ýqK„„ò„ª4?ÞÞ€','$@à\0øÏúÖnöÏo3j-ÒVÃÚ3¹•ÜŸÎbÎ','',0,'?'),('-²êÑáÇ¸†%w=õâ','wp-admin/css/colors/ocean/colors.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','„·ªøžì×Vô*,^b*$š','nh“á·˜vUè?D½Ÿ4“ÌwêZqàÔî·¥Îùw_','',0,'?'),('-†šŽ_µµæmq+«÷1”','wp-content/plugins/wordfence/modules/login-security/classes/model/settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hã ²íÄÈi´e •É¡','IHøMp\\‡æõÿN­h\n×ˆNš¼F=-»“ºZØ=hO','',0,'?'),('-‡	dŸ¶_‘ f?V$¢‹','wp-content/plugins/w3-total-cache/Util_WpFile_FilesystemMkdirException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','JÌÙD\Z‹àðÃÎ¸ê„c½Þ','fÓð\0¬ìŒþæaH!e’\\AôÛ=êêw²¯á{80h','',0,'?'),('-‡º)7¦5y°8cÚâWvØ','wp-admin/about.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÐÄÂ|%7k Àgï±E','Æy¹“øóÖYîÏþo&é° \\Í›quqdÒÏZ€l\Z\\$~','',0,'?'),('-Š_º×+ÍÔYn¨ÙS','wp-includes/js/jquery/ui/tooltip.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','aÌ\ræc5V‚¨üªh','+*5é~oÑ¼ˆ>Á\\Z‡‚¬â•‡c“Äàl ','',0,'?'),('-ŽfâÈ4]Û#\"u¸³l','wp-admin/css/colors/light/colors-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ö¥{ÄGx™Ôð2F|w«','›ÍÁL_¢€’™¤”2È@e¤iòfqÒîž7{>¾','',0,'?'),('-ŽnVÒ¸)$:rhaÍ¯','wp-content/plugins/essential-grid/admin/views/index.php',0,'ïá{J!u?}îçs•','ïá{J!u?}îçs•','AuÌƒµœÄ`ü9‰7}bŽ>MHêÃíJHhåûÎ|Fj','',0,'?'),('-ü2\"háý\"óZ+K¼QÈ','wp-content/plugins/w3-total-cache/Cache_Wincache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ë¨Ô[0c¦¸0ÅŸ‡—á€','Ke£’“H!£;‹&Oœ=Nû9ÿ î“Y9`dë','',0,'?'),('-œçŸè—‚ ‡Y{]nsƒ','wp-includes/css/wp-pointer.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','³6¢}½4n0ZÑuê','>òÖÅ%Œ\"N†Ì<ÝË\"š/’c½ø˜f–~›','',0,'?'),('-¨£Ê[jmžo”Rj','wp-content/plugins/duplicate-post/js/dist/duplicate-post-strings-411.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nÔŸùû£QD“ÌÁeêÊ·€','ùþ5)~‹ÅÖ[P•@:Y§)j×Ào®õÆ1ÅN‘e5','',0,'?'),('-Áä½V”±_4sŽÃÀT','wp-content/themes/betheme/muffin-options/fields/multi_text/field_multi_text.js',0,'ÂÃ§ÀÅÜú$R€¡rÕ„','ÂÃ§ÀÅÜú$R€¡rÕ„','÷]ON|¿Œ¨áGwü?K_¯èU}ÙOíAÔY_ôîL','',0,'?'),('-Ñ$\0ÖÈ2¶\"ŸÎ KKÜç','wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/MultipartUploadingTrait.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ãždÜþþDÓeÏLŽÿ}Ú','³Í\"ÜóI¢8ßqáå\0´ã³ŸõàÜý”z\"’Ša¸¿','',0,'?'),('-åQ§gçm€¬U\rO+íÏé','wp-content/plugins/js_composer/include/autoload/vc-pages/pages.php',0,'R¡\\¥\Zí”¹¦©æQ§Ê\0','R¡\\¥\Zí”¹¦©æQ§Ê\0','Š!ß­ºÄn½‹á¿Î7€‹„AÀ;)ZØh;˜M7Fu‰','',0,'?'),('-çº–Ä(\"ÃCÉjëü²’','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_clear_24px.svg',0,'¹H;¬{eŒ·i¶:¸*','¹H;¬{eŒ·i¶:¸*','…ßÊ†™ýßŸý·c÷	uÿþÝ¬à„ë$œ´q é\"@¯','',0,'?'),('-ê ýquÜþjË®mÄ','wp-content/plugins/revslider/admin/includes/shortcode_generator/gutenberg/plugin.php',0,'BLúïùBØÎ\Z!ÚGÂî','BLúïùBØÎ\Z!ÚGÂî','ìÈ5î¥C-ØNLÈáÏÕpÈ<ôq4¿ŒZ','',0,'?'),('-õ\"Õ$`NV¿žõ˜Ê©','wp-content/plugins/w3-total-cache/pub/js/popup.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xn6gR(FÊ¾ð¢6e','.+£×:îRù»©…Ï¯¯å.~áË÷ ý9¶æTT','',0,'?'),('.“J Ã90_>í\\®yg•','wp-content/plugins/w3-total-cache/Root_Environment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$‡h~¤­ç;$²z;—9','K³þÅ\\m`¼·\n×E¹<ŸÕt‰ƒõPÔaÆY‚É\"Ç:','',0,'?'),('.ôŸGÆRxøpW¢“¹ÓM','wp-content/themes/betheme/template-sitemap.php',0,'N|ÚO#TTì“njå8','N|ÚO#TTì“njå8','ŒíŽ·»GŠ½8X¸	Ì83ŸìW°q«áíØ?·¤','',0,'?'),('.-‡öÿ\\.òú‡Þ÷rë','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_forward_36px.svg',0,'·SöÞ”‚ƒAØ@ý…g','·SöÞ”‚ƒAØ@ý…g','\"Š6Ñë=ƒÐA¡<ùÓ¦Å¹°)Ó–¹Ïí\"å¼ýE›','',0,'?'),('. Ó\0_oEÿ]Aµ_Ô0PJ','wp-includes/js/tinymce/plugins/wpautoresize/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','üKÌ.Aj_™m•r#i•','\'¡²C§¿b\"B‰ø\\¸Né¸N±ÊÆ*r&.X«âŸJ','',0,'?'),('.IhUœŽâ3Ž¿+B\Z„¼','wp-includes/images/admin-bar-sprite-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ëQ¬ë›Æ8þôo€Ê','*E°ãÀTsüÙå£alä‰^Çp¸ÜX‰¯æ¡Z\0ù','',0,'?'),('.P::Vþv0Ö5ŽIQ','wp-content/themes/betheme/woocommerce/notices/error.php',0,'[fJð°Ô²¸ÝÃÞ','[fJð°Ô²¸ÝÃÞ','çÇ°Ùg?{@\ZÞ©KC»zOÛ (QÒ‘±±{Ä£a','',0,'?'),('.p%ïÃÄƒcxqÄïíƒÔ','wp-content/plugins/w3-total-cache/lib/Aws/Aws/EndpointDiscovery/EndpointDiscoveryMiddleware.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8±•˜4\"Ü¼Ct”—ŽK','Æ÷Õ[O˜Y÷9Èõ-¢Æ¸š^å²/w/‰ýr','',0,'?'),('.x¾ŒÏ®ßú7…×üú_Î','wp-includes/js/mediaelement/mediaelement-and-player.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','§›¤\"Š†Ý\n§-Û¤ Y','$9~ù=:¡¦”áZÖF†m}ùAÄ5ksú	V#€ á*','',0,'?'),('.ˆéº‰D0‰u©L-c•','wp-content/plugins/wordfence/views/options/option-toggled-segmented.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','BÈ|ssGo1ºåì²x','\n9VW €ƒ’´˜|:Þí]\\Çå)» ë¯d‰^UÓ#','',0,'?'),('.ŠY,=­…0”„ú','wp-content/plugins/js_composer/include/autoload/vc-single-image.php',0,'P\"Âè7r%i=ƒhkôñ','P\"Âè7r%i=ƒhkôñ','û6Òå) sãd:MøRæU†ó\0D.›Tp’W','',0,'?'),('.‹Ï¯\\,çQ¥\0$Zœµ','wp-content/plugins/testimonials-showcase/layouts/grid/js/filter-isotope.js',0,'ÃR‹é+DŒ»Q ‚‚ÓŠ{','ÃR‹é+DŒ»Q ‚‚ÓŠ{','Ó—/ö1²“0Åqóo u rn¹íåµx3Þ)T‘·»9','',0,'?'),('.–ÝKB¤5§ó°ù9‚Y','wp-content/plugins/w3-total-cache/lib/Aws/Aws/EndpointParameterMiddleware.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ˆ®Â$ÂL­ÆÔNø%H–','TïBð—Ç+‰SÁ£0ÚXUƒÉ†W¡Ç§¶ôJ','',0,'?'),('.¦EÇ[JõÏlžxßã','wp-content/plugins/wordfence/images/forward_disabled.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M_ÚÖZ?ÚN)ºÒŠê:Ü5','›®€/ß<>O&ßÈ•JRÝ‡eÄ}š(»›m','',0,'?'),('.¯gæ{pô“£É„`\np','wp-content/plugins/w3-total-cache/Cdnfsd_Plugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ùÒ†AyAg®Lz7¸Hã','_çSx”¯,)l\0‘•®ü¦nÒù›\rý8\0‰ÌpÓGà','',0,'?'),('.´×7Ñfów9Pm@¥¦îÑ','wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/jwt.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÏÏ0–Hç#ÿIHDñçó”','Ûv˜oÂVYx„?˜„ä\nÜÕ\n&3c-\r¬8îm¥¸','',0,'?'),('.¼€y¥ãí‰Ç}·’Óã¦','wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_archives.php',0,'‹©hbcr925‘zðD3E','‹©hbcr925‘zðD3E','øI\nã¿ð«	yžøt·|‹i8ß³¤qy¤Ú IG','',0,'?'),('.æˆÊQJ\n²¨Ö)àÞ›é·','wp-content/plugins/js_composer/include/templates/shortcodes/vc_googleplus.php',0,'p\Z²*âPAl-?Û<á','p\Z²*âPAl-?Û<á','2¬ü¢áŸgþ:NÄB=e|`YxâO¾¹¨O®þ›–4','',0,'?'),('.ïëoÃž·Í[oDååº','wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_zone_c.php',0,'1 Û3‘5Až:9@','1 Û3‘5Až:9@','Ãµ‚nÉó½[òGeb‚þæAßÂ=dz	–ÈÀ§ôp¹=','',0,'?'),('.úÜ\r#?|lY…Ëé^ûA^','wp-content/themes/betheme/muffin-options/fields/color/field_color.php',0,'Õ×ßB£aM?;‘„0êÂ','Õ×ßB£aM?;‘„0êÂ','òlÇÕž}\Zx|¯µÈ»{S–ÃJÞ20‡•ÁÄÍ(Ÿ¶','',0,'?'),('.ûGZ–Ì+½\"§Ÿž','wp-content/plugins/w3-total-cache/Cdn_GoogleDrive_Popup_AuthReturn_View.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X+IkI L€ÿA¼¢MÕÂ','²º»¥3Ô\nˆy5v’õ09fÔö”Fw‡¢«•','',0,'?'),('/£:M“ç`–2¢ý¬','wp-content/plugins/worker/src/MWP/EventListener/MasterRequest/SetCurrentUser.php',0,'ÅvÊJ¸˜ü=´¤Ji8s‰À','ÅvÊJ¸˜ü=´¤Ji8s‰À','¼D¯¬ya’a­If™¯\"NâÊg™ð‡¯-’z\Z*ê›','',0,'?'),('/*:ºª»”o>©tšŽ«îª','wp-includes/js/dist/autop.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Eò—l„±uóW‹†_K','Ö‚yKSY×,Cm&^œ	Eï5HB/5ÇŸêí!&‡5','',0,'?'),('/+}¸×ëÈ/¬‚ë´vjÊ','wp-content/plugins/worker/src/MWP/IncrementalBackup/Database/PhpDumper.php',0,'ÊÜy€9¿›V¾`‰I.','ÊÜy€9¿›V¾`‰I.','ØóÂE¬o\r·vëoD&ÍkñÙ,UüÄ¿	NŸ%±','',0,'?'),('/1‚ñÅS€½ª8*3­t','wp-content/plugins/essential-grid/languages/index.php',0,'ïá{J!u?}îçs•','ïá{J!u?}îçs•','AuÌƒµœÄ`ü9‰7}bŽ>MHêÃíJHhåûÎ|Fj','',0,'?'),('/8íêPµÕ%°$ß·','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_games_24px.svg',0,'	¶‡ŒpT“=2Åe\Z…$','	¶‡ŒpT“=2Åe\Z…$','[°twÝ«¢‘jPe…W>·Ãœµ½Á“cä¦4\'Xèa	','',0,'?'),('/<Ø§^É¼f}–\"×øû$¸','wp-includes/images/media/document.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vå4™8öÎ‘y“6Þd£','¦íÃ¸`™Ùû³çá±íf	I$ _ZªX—\"0\r´ß,','',0,'?'),('/@ð2ÖÏü¶¿¾“é·y»','wp-content/themes/betheme/muffin-options/fields/sliderbar/jquery.ui.slider.js',0,'5TÏÔ\nV“â¾Šöë§\\÷','5TÏÔ\nV“â¾Šöë§\\÷','uÑµYÇ7\'õ–öÐnà~‹‘¬²ÎDÿðå©]G`·','',0,'?'),('/HZåEŒ–F7åýCz„','wp-content/plugins/essential-grid/uninstall.php',0,'3Ù?•*c\0Ü\"ußW¹]C','3Ù?•*c\0Ü\"ußW¹]C','[“þø¦èŒ¹0K¹B†z{^ø_N{R@ÈË™è$ýŽâ','',0,'?'),('/OÍogâ’/&Âl—ÛÞ','wp-content/plugins/w3-total-cache/Cache_Base.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','åë’_tñoØ”.ÔÔÇr`Ò','}‰±·vPÍü‡Zžº•\\‘ÐZu7;A‚µxëUò˜D¥','',0,'?'),('/afw=«Ø?\Z6P¤ÁIû','wp-content/plugins/js_composer/include/templates/editors/partials/backend_editor_footer.tpl.php',0,'ü‰åò©£göÆ¼&z','ü‰åò©£göÆ¼&z','eðE…T$¬cÙû·Ø·¡ô]ì€ºVV?ó.å°0R','',0,'?'),('/fäŒ´^˜`ç4å\"²Î6','wp-content/plugins/js_composer/include/params/vc_grid_element/vc_grid_element.php',0,'ÊÅ™µzÔýÐºiPLIÎ','ÊÅ™µzÔýÐºiPLIÎ','€õß%Ñ†V»“çF	»\Z/ÿ³Ÿõý‚#QFETø„','',0,'?'),('/‚Eß›#`®¬8ïDÆ²','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/ServerRequest.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';:“IÑ„5ô®÷\ry÷,','w´è<G÷ÛÚý¦À®û»}Ë´qI†?\0\Z‚ú¹o¾À','',0,'?'),('/‹DÚc¸‡lõÓÞÜ','wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_glass_65_ffffff_1x400.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H{pNßóÎŒ;²–RÏ','’nn‹ðäzTM_Ðn¾Æœ<”ÌBÛ@x6LèÆ9(','',0,'?'),('/²þ}ã¦¿Lú;?Êw\\','wp-includes/Requests/Exception/HTTP/401.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';*¸¹Ëý‡º¢?ÁdŽ™@','YV$‰óÄÿ/ï¥Ÿ@=²÷…Ãî»V-½Ødc°','',0,'?'),('/¶Ü,8§Xè—@6â\n','wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Promise/CancellationException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','©¢ûËÕÜûß³þ¯\\{C$','ÿk©³:ÔçURyçcÛùCó£-ZF[…`¿ï\\ÉP','',0,'?'),('/»s»µC4Œ˜àÖÀ€ž','wp-admin/network/setup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	w­ç˜¨ºTÖA;ì}Ad','‘å¡éŸŒóœž÷\'¶MNò+ËÆºÀRÀÌ¿óg','',0,'?'),('/ÂD-	E`U-ÄšÌjÄ','wp-content/plugins/essential-grid/admin/views/elements/grid-library.php',0,'\"K=Mìr8Á24','\"K=Mìr8Á24','Åæ&Ó¯}f½`Ë^çEÄïH<á×Š_=r’‰ÜTLÀ','',0,'?'),('/Ãs€—¢êNF¤>ð¸¢6Ú','wp-content/plugins/contact-form-7/includes/css/styles-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¢PéP­Â;]Wö’×ºpžh','ŽäNzÄŠˆJeAÏ‚ÕJ>0”åvÐ˜×‰ïP¤»3','',0,'?'),('/ÒcYÍ*I¾ž­~GprÑ','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/PromiseInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ø›MÂ™ÈtVòÂSÆ¹N\"','kÖêÁ\r€“WŠ$å7m~.êôxvZ\'€žÇhn—V','',0,'?'),('/è\\:ëÁËRüj÷’#³','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/Blob.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Þ€×\"Ú¯Èú`)Î8·s‚','	6”i0Äh\\ªó§ŒÓsâdæLPd\0%cnÒH4…D','',0,'?'),('/é¹ ìÄïÎ°1Êiw‡§','wp-includes/images/uploader-icons-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','­Áç°&-€äO¢‡Ã•Ë~','”†¤rë\0‡·Îè\'_>…ñ6çÆQW¼Œ4Ú R®‰','',0,'?'),('/ðøèf¹‰P¬j>Xª¿','wp-includes/sitemaps/class-wp-sitemaps-renderer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V}dƒƒT³Ü§§C\"Âº',':öiÎëKšå,ðc}i1Äd•ä4lÌc©2Å’ê¶2','',0,'?'),('/ò|¤çÚ€®º4ƒb','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_panorama_fish_eye_24px.svg',0,'ÛJ~„]öžÜª¦¤„P-','ÛJ~„]öžÜª¦¤„P-','©=S-Öð?vQlP˜ca¦–T@¦Y_íO\'ªî','',0,'?'),('/÷¡õâé5SQUÛ¶v+Ô','wp-includes/rest-api/endpoints/class-wp-rest-autosaves-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[\0aÌC’”‘·J¼','¢g4W\"3~U½˜Ó”Ë,=$\'ðÇáWæµS9¹ü¥Ç','',0,'?'),('0/§\0ó© úªéé3','wp-content/plugins/revslider/admin/views/builder-timeline.php',0,'!œíÚÞ¥r\"©ÂîxœšWz','!œíÚÞ¥r\"©ÂîxœšWz','rÕ+štµ`Ì©óŽ-Û§pƒ?ŠÕÝš¿æyŽh¢','',0,'?'),('0cUPüePQ±ûŸÓÑ','wp-content/plugins/js_composer/include/templates/editors/frontend_editor.tpl.php',0,'‘±vW±çwÔ7[í¨ÁÙ','‘±vW±çwÔ7[í¨ÁÙ','Ðüœ@õÄý^/‘ÈCuºŽˆda™ž‹\n£ÜGº','',0,'?'),('0\r ˜BMeÿ¥~›ç','wp-content/plugins/w3-total-cache/Util_Environment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"`1‡´ÜA¦òFZ½hq','bŸ®«Qü¶nÎk4ó\'±àQ„v<Óæg’Ã6','',0,'?'),('0H*æ±¬°¥ŽŒ d\'','wp-content/themes/betheme/functions/builder/front.php',0,'SHçOÓeˆŸÜ¾ƒ…','SHçOÓeˆŸÜ¾ƒ…','Ôwkû”c{î‰hÓà:Âå°j´WBƒbêÍ-$à‚ëf','',0,'?'),('0ÍE1æ¦w[ÔŒõEÐ','wp-content/plugins/w3-total-cache/Cdn_Plugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ì@<$ÿµB-H+§ï','÷64ör\"Nÿj8b—}!Ã±x1dóg1m™IK´çŒÊ{','',0,'?'),('08¾‘›^5?Å¾K','wp-content/plugins/w3-total-cache/ModuleStatus.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','³½É/úu±\\¾Î·¯øü','u^é½ZLjÍŠ½&ÙJ^§Ácþ†«šh Î%:Ð','',0,'?'),('0ƒi$Î%²pËóêûUª','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/GetBlobResult.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yŠ}È¸Üyˆ®¶5','X4Ï^Ôì* Ól-çT¡¯Ì½Ï?p¹@¡ñþ?™','',0,'?'),('0M©Õ4ÒÜ¼¯>s¶,ì','wp-content/plugins/essential-grid/includes/grids-widget.class.php',0,'=þ¼²‚qÏùjëý[¦f¿','=þ¼²‚qÏùjëý[¦f¿','\0¯+¨5úØàxYÄMß¹ƒGk›XãPM<}ø|u¡','',0,'?'),('043p£Ú2ïP>âÒ¤ñ>','wp-content/plugins/contact-form-7/includes/form-tag.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','•G.ôï=Éðž‡Q“«2Ï','ç™š­&j±0{Qß\Z$¬]<¨ºº\'—~]<','',0,'?'),('0<’ÎÅÈÿlÚ¿þöJ­â','wp-includes/js/wp-backbone.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','È½Ä÷‚4\'R\ZzÕBr','ÄÉ*xKS·\rÚ€üÀO{…g~(iJ5}K','',0,'?'),('0=\"ŠÆìr*v–ogI÷†','wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/sns/2010-03-31/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‘+¡•&…f•4£»÷-','ß<ËöýÒ…wz›0äsçg†… ™&ýÏt\nÐ˜³a','',0,'?'),('0E‡\ZÅ#gzZS„h@}','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-button.svg',0,'ÈÍINùì}º0=õOG™','ÈÍINùì}º0=õOG™','õ!3¯±^vÉeqÛ©eä’:/\'Wó;ówúÀÊJY=\r','',0,'?'),('0Uª¶ \'ÿxò\"ðuØ\0','wp-content/plugins/testimonials-showcase/includes/js/shortcode_generator.js',0,'xiÕëÕ:Û;S•‹»{”\0Q','xiÕëÕ:Û;S•‹»{”\0Q','û*ºV;Ðí¹ž¡ÿÍ|+·¸ó’ê?HßG›§JÎku','',0,'?'),('0]qK\'ûf˜xÁ»Ïã¨','wp-includes/js/tinymce/plugins/compat3x/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L’{ì›Åpê¸×¶ÜÒ ','ŸÊmöæ¾‘È[ÒS3ÃÝ\'øJÓ*ÕåStsÄjÛÖç','',0,'?'),('0jïVÆ½Éf:Š5†ç`•\\','wp-includes/js/customize-selective-refresh.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ó×fA-íì“òaÄ1»ï½¿','Ù‘ž“¦¿yV\0íHXÈp½é?Ê~Ñðô“re	','',0,'?'),('0xßhý×Í­K”ü3ù÷T','wp-includes/class-wp-fatal-error-handler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¤lhoOsûM,ˆÁ[	yû','!+dÀ×?i¥‹pT|Ów+üYÁù½H}®d¾Îx','',0,'?'),('0‚ò¾®‰rò^’?ûlA{','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-scales.svg',0,'-ŒäÏ~Ú;\0@Ž&Æ~ø','-ŒäÏ~Ú;\0@Ž&Æ~ø','Zu Í;¢štƒîjíÿ\rêëuÐ.±Ÿ.A.éªL„','',0,'?'),('0ƒ¹ÖóaÍOµZI|Ié','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/SecretStream/State.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ðW—HY ñ®Â²·‰','zI]Š_ŒÇ²”¦!ì®bÑˆ×6üdìuYÙ3','',0,'?'),('0“ŸÅk¿ ?ÞžÔÛî','wp-includes/js/jquery/ui/effect-scale.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',Ê¡0’Ó\\K4\'˜Âtä','Ò°¼-yßŽf+¬)‘Rºëõq[t¨QJ¨ÿZ ?','',0,'?'),('0¤ç€ÅE\00Œ‚XÏH','wp-includes/js/colorpicker.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¹–3+ h\"·ÃCÎÚk','ìŽ0O—êŽŠÞ†®‡ùÕ¾Þ±=u)œ†g8b/Ë','',0,'?'),('0±…Fj/Þ-ÞM\0r£Ëõ','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_short_text_24px.svg',0,'™SddâŸñîÅnÖë°Ò','™SddâŸñîÅnÖë°Ò','„ IuHQÍ‘©~/ßb7ídõ÷ÕmV“Ìî\nlÉ','',0,'?'),('0ÅisõîŒC\"­y—','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Endpoint/PartitionEndpointProvider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Æ›Õ%í‹´.ÀÈ„•ë','~dãGo`Xppßâ	³™Bxå-/øJZ÷49}Së','',0,'?'),('0ÐdÛ¦ZPÉø2ñ¾oëˆ','wp-content/plugins/wordfence/lib/menu_firewall_waf_options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','âf/›z#/å§ëìˆ6[','½L¡:„û¬ûo’Þ.8KË	BAî.eÐ\'cñ;','',0,'?'),('0ûÁï&ƒžóMºõUe2j','wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_glass_75_dadada_1x400.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','do¶4Ë¨È¶H}& _Ì','Þ¸{ˆÄ\"W»hdZ~”ß§æ.ogì’{z	¨ÊÉâ','',0,'?'),('0þÈ$X8F¡nÅƒkýîÛ','wp-includes/js/dist/vendor/wp-polyfill-dom-rect.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¢¹e¦-{\'BÊÀþ¡ÅQa','m\\§ª\0W/v–-O¿RíwãmF»¾À}o¸PåèD','',0,'?'),('1v/.YVU°É`ž§Ø','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_chat_24px.svg',0,'ÿ\'þµDÚÏ]±qæa«NJ','ÿ\'þµDÚÏ]±qæa«NJ','P®ÆOÑqçE~å®Ã\'‘ºðSš¶*È¤y:M¹','',0,'?'),('1\rV†÷ñri`Ÿ€º¿¤5=','wp-content/plugins/w3-total-cache/inc/options/minify/googleccjs2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ŽO4²rÉéçåfü	M\Z9€','ýmXÊAM[«®éÐÑb	M;Ú…Ò/tï“Æ”äÁ','',0,'?'),('1Yè.YÐ«©Fp».','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Service.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jùy«åöÏî¥VíRoá',']ÓVÉa“oÓÔÜy\ZÂ‹w8àR¹ZÑÚI¨¼m¡NýÑ','',0,'?'),('1\Zý°–Fßäí·é6À±?V','wp-content/themes/betheme/woocommerce/archive-product.php',0,'½m¬é‡ÐÝ†­V1`IÄ','½m¬é‡ÐÝ†­V1`IÄ','ø=àý“`4¢qK4`\ZŽÃIcÛ<nn¾þÌòN¦Å…a','',0,'?'),('1&£Ô0Ù/’ÔJ(¥?N','wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/tta/vc_tta_tabs.js',0,'N®õ_¯ëºTõXBPYèü','N®õ_¯ëºTõXBPYèü','0ÒŒõõNt´a-¦Eí3>ËÅPá¢é\"É‹\"ï­\'','',0,'?'),('1*»”–Þ™\\EDä_','wp-content/plugins/worker/src/MWP/Event/MasterRequest.php',0,'ùËÞB2ÝF5_IØº¥’','ùËÞB2ÝF5_IØº¥’','U«{dæþ€˜ýÖÂXCzsV˜<ìÞ  —Pcç','',0,'?'),('1-Àÿõîø×g97¹å×','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/error_polyfill.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P°BÁ¢ß.î×}ÏF¬','‘¼cÞ(±Œ¢¿k1ž†íáúî•2‚Qw4ûÊ?0','',0,'?'),('1.Óïæ>%ëÔË/(','wp-content/plugins/w3-total-cache/lib/Minify/Minify/Source.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','•¹!\'MÔxVÛÍ¨	¡Y','ìCqøë R.ùvdŠ‚TµÐ5xyßËêÿ!NU ¸','',0,'?'),('1?oœxøç<È?éÍâ6','wp-content/plugins/wordfence/views/blocking/option-bypass-redirect.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¿ß\"ž¡5y— \"Ï\'Šf','êžagÀLSSPU–µ¾¹:ý…°Ìˆ‰p5Q<Á>Fr','',0,'?'),('1Tû£\n\nâiZØæ½†ž?','wp-content/plugins/essential-grid/includes/InstagramScraper/Instagram_old.php',0,'GA.Ö&ô}Ð-¡Ë¡Fã','GA.Ö&ô}Ð-¡Ë¡Fã','ÐòýÙÈ1[C.qe~ý¯ê—¹2ïíè»ÊÕåƒÅb','',0,'?'),('1`GÞ÷I#íÊI)¨ Ýï¶','wp-content/plugins/worker/src/MWP/Stream/Append.php',0,'ÏæIi8÷â;@\nûY7äk','ÏæIi8÷â;@\nûY7äk','âMi€Ö¾¨Ô™#—\\7hó£yÒó•åÉñìè\0ž/','',0,'?'),('1i¶¤Àl\r\\›ó÷t4LÆT','wp-content/plugins/w3-total-cache/Minify_AutoCss.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‹ð!qw4 Jf=Õì’&á¤','åFúK\ZúHÿO†C°j€¤°ýC¬&&ÑÆÜ…Ú¦8‰','',0,'?'),('1oçî7„ù$TÔ`r‚','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_line_style_24px.svg',0,'R<ÓjNºéŽ5ÌO±vÒ','R<ÓjNºéŽ5ÌO±vÒ','\n¹ßµ’¯?ú#§’ð%º²wí(Ó7ü±_BÑ','',0,'?'),('1s¸)6ªÓ¶™•¯C§…Î—','wp-admin/user/admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','èT^Ù1îêãàøAˆ|','Yàã%Õ´9‹àÝN ×?\\v\\ažMþ¦´~Ý‹','',0,'?'),('1’Y!M¥œ0•·þ.Z&¡þ','wp-content/plugins/w3-total-cache/Cdnfsd_LimeLight_Api.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"»%~“&Ž¬kQ±U¯C','qÍ†é¯~úÐ0ôL[ù¤N-f7˜æ¼£G¿kuËm','',0,'?'),('1«Xpâ²«Äa\"b*','wp-content/plugins/w3-total-cache/inc/options/cdn/akamai.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÿäk¦©ušeÒ¤u=','8ª¹Öò4=i$“9BíÛÇƒ±á9%ùuþ\rZþsýÆ—Y','',0,'?'),('1²ÅÌpaÒ`H0ß¢ìe','wp-includes/js/dist/url.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','»V‰ƒ-J·~xY~T.±a','Á¬)á7uc‡ù`WˆÞÕãßïà‚ãªÔV˜Joì','',0,'?'),('1²¼l˜DµÃ2š°}h1','wp-content/plugins/revslider/public/assets/assets/svg/alert/ic_error_24px.svg',0,'üË[cÅ1Zíâ{SRM¢','üË[cÅ1Zíâ{SRM¢','Q:¸T\0\'SD°©ùÂ{ý mY2täC#nÂïÞ/ä','',0,'?'),('1Ð‘YéãÂ4I^pí','wp-includes/sodium_compat/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','õxä»6Fƒ\0f‘á ù–','Nƒþ^qóïyqÜ¯\r]¹Süë\\ãð[ÎC{V§šyÐwè','',0,'?'),('1ÜEfQ¤v#)ó\nÙ0EkQ','wp-admin/images/media-button-image.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','øÌó¨¶øm¾	\'ŠèæA','iÄ·±ãz[º¨ÿÄ/\"Ì X“éÛ{Üoýî—:†³','',0,'?'),('1ùÎXŠ/²t60^Ò€!Ü7','wp-includes/js/comment-reply.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@áL‡\0<ÞV$	±á¹ø','¤\n¾jñ”ðá¸DŒ¯—Cá±Ç³í\n1ï°,âEa','',0,'?'),('1ýv’mM‡Ï€a™è\n}','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/NoSeekStream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' qz\n´þ -Ì\n¤n7[','²ŸÈãó,.Ôº€oÂ¦KÖ_uM#4FDÏV','',0,'?'),('2	v¼©+’,¨ƒ.ì\'x¼','wp-content/plugins/w3-total-cache/Extension_CloudFlare_Page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%üö‘°@2Å#r}•â','ÈC‹ÄT§D¶Òaí¢¢Ç·åì\n±v\\š’ú','',0,'?'),('2¢ÓñV®3Tq9‘ïb','wp-content/themes/betheme/functions/meta-client.php',0,'¢\r$\"˜¢_‚¹L¯oþ5','¢\r$\"˜¢_‚¹L¯oþ5','öGO·½¹Ëö‹ªäðmN\"” ¼ a8‰w,ÈU\rJÞ','',0,'?'),('2JÙy*ªmí±ç½ø]W','wp-includes/js/dist/a11y.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¼6M‰Ôë®j¬œ´\nÑÔ','ûÄs¿–gýâËÅ>®Z±îá«&ÏŠ\r<ìu9','',0,'?'),('2b UŒ·\0ÎÔsõpd0ß','wp-includes/js/clipboard.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ØìòAžk¶a»ÓdÝ<','úî¤f~²œ—ço\r8Pb}¥ù\nÒÏ]cÚ”¡=‹','',0,'?'),('2,Ac•>J„HY‚ÿG™-','wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/containers/vc_row_inner.js',0,'oIùamaKûy³>Ó','oIùamaKûy³>Ó','l’%$	.œÕ¥wDYlÚ!˜²k”Ü•Ñbí×Ð','',0,'?'),('2:1ûQÖ“áŸo=å&˜š	','wp-content/plugins/js_composer/assets/lib/vc_image_zoom/vc_image_zoom.min.js',0,'vV/.ž£ÇóŽß	ò¶L','vV/.ž£ÇóŽß	ò¶L','ë¨Ú.÷ÛÊãR÷Òî —5œ=!sNRvMcÐ¨u&','',0,'?'),('2@Üjåj\0¡kÓ²”¡Ó˜','wp-admin/includes/template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ñ©ÈT”Gà²{ù¨Èî>','XŸ²ÒÂÄgÎºóÇk­3TºúA LèMávæ¹U','',0,'?'),('2D›Š%‚Jž£ß?­Ñ\Z','wp-includes/js/dist/wordcount.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tP\rK6/¤Û€=* ªÉ	','ñ$gcµ.%¥e\Zd¼‘Ýó!yšŸzår\0*|Äš*©','',0,'?'),('2I{P?ÅˆÃfR*è>jO®','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Sns/Message.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¢óc»±ÛˆÓCê”,7r','ˆÖÇá\nÖ¾×xF†ƒñMôG§@Ú3¯ŽÏl§t×¶','',0,'?'),('2Y‹ ì¾oq&®Zçù¬','wp-includes/class-wp-block.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"sVö€,8û?¿ÏöB','(}m7	HÄ\nvÂEÿ.ð-}Â.âB.`yAÞ*]O','',0,'?'),('2jÿL,ÃÙÞW\rº®W$›é','wp-admin/css/colors/sunrise/colors-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9ûíÔL§¢p°ç¥ú²ät·','P¥ž^Î-ÿJäÆY~ŸQZCXÜµ‹~®ÂŠ\\læ6Â','',0,'?'),('2rFqKìã9û&²85µ´','wp-content/plugins/w3-total-cache/lib/Minify/Minify/Inline/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÔŒÙ\0²é€	˜ìøB~','ã°ÄB˜üšûôÈ™o¹$\'®Aäd›“L¤•™xR¸U','',0,'?'),('2r}ÜVáÄ¥$^¥‹‰n/','wp-content/plugins/wordfence/css/images/ui-icons_777777_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h…^n=(Š±&¡ñÝ‚¶N&','S²óDIBÿzÑ_-?(YÎãpE¥yûÆ¹A¡','',0,'?'),('2„„+YðÜÐ°—äÐq','wp-content/plugins/w3-total-cache/Cdnfsd_LimeLight_Engine.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qVÑP)$APÌ5t','à=#;RÉv\Z¥Ø]²Œ4Aiãd/²2@1‡~','',0,'?'),('2…HÇ.„hÕ3oaÆöÙ¶s','wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/PrepareBodyMiddleware.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‚3<á‡u¹92QÎ÷L3¬','ÜŸÛçž¨Uot«\Z(&O|H,g¢ÞƒäV¢X¼ÄK–','',0,'?'),('2™ž)ÏÔþûÁDCë …','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/preson-stairs.svg',0,'Ô#šqúÃWlÄØ!‹1','Ô#šqúÃWlÄØ!‹1','®cü(;À/êRs+Íµ²¼îæÚ§—FÑå¸WjŽY','',0,'?'),('2œæLT	è4RÔäÔ=¨¨ä','wp-content/plugins/w3-total-cache/pub/img/overlay/twitter-bird-dark-bgs.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ræ4…Êô@û)qÿ¼‡N','\n·ê`ÕÞ/ÐŸ÷+02Ú¤­2‰mö–Â.ÃHŽ•=E','',0,'?'),('2¨¬ÏÅ=[uØä˜¼~','wp-content/plugins/worker/src/MWP/Action/IncrementalBackup/ChecksumTables.php',0,'[‚äjÄ‚\\=1Äèý¹¡Ü+','[‚äjÄ‚\\=1Äèý¹¡Ü+','CØkþ>Óÿ\\l0òäáši]%ô¥¥à­Ø>ËaGÖ','',0,'?'),('2ª|¸Î¢(á»§tŒðT©é','wp-admin/privacy-policy-guide.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`ÕëÑÔäáW–!5ôCzÑ','…ÎïòdXJ¹ä\n¡Wæn)‡\"D£x“Âq{\'õûà{ÒL','',0,'?'),('2«ÐJ4ì²SE»,FËÄ![','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/lightbulb-green.svg',0,'ò×.¬¢‹nÿQ{z\\VT','ò×.¬¢‹nÿQ{z\\VT','šu®iö\"ðc–æ~–Vö…\nô!Ë|€ÊÞâ[','',0,'?'),('2¯åãº¨a|F–l3]ö','wp-includes/customize/class-wp-customize-new-menu-section.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Œ	™sL2/€B¤Á–¥£','H\'Ûs¨Ó½…ŠåãIØ$ºèÓ¦ðÍ¤X!š','',0,'?'),('2´v–­\'³Í9\rÃèz','wp-content/plugins/wordfence/css/images/ui-icons_555555_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p¢ÔbDî@pýG+×±','*DZÍ>ùBgñ&Y‰Yˆ›þ„Žâ¨4(<¨/','',0,'?'),('2Ä£­ˆ_½Dã”xˆ“¤','wp-content/plugins/wordfence/views/common/block-navigation-option.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O³ÂøýÎª~˜}t.ïK','MªN„³ë¦›¥š‘F`\r9÷ö Ó«ërPô²,Q','',0,'?'),('2Ì0ãBAvã…$£o9®','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart01.svg',0,':ffÙG®‡ÕÂ+ ÆZÓË©',':ffÙG®‡ÕÂ+ ÆZÓË©','[a§LpJ_÷ÇÃ©Ìª(àZ¯þ©’àkv·ÄŽ','',0,'?'),('2Ñˆ½*=ç\\|úuJt—  ','wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-post-author.php',0,'n!ãÄ´Jï; Ø¼Xgb)u','n!ãÄ´Jï; Ø¼Xgb)u','œÃ>ßüDË)TÌdÓÁXw‹[\"ÄÎy&ÊhM','',0,'?'),('2ÛÂZsƒŒ+z•ð','wp-includes/css/dist/block-directory/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÙÚž°$ƒÝëÎßvDyG',')Ó‚-´ÝõwÊµTàãmÓ…qÙlz8=žÝjI†yÇ','',0,'?'),('2äÌ;×Á ¼8Ø‰id','wp-content/plugins/w3-total-cache/inc/mime/html.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A¨(izÜÞ%hi%H_¼U','{\nå¹–þåÓ“¦Š“ãÔi°ž“	ž æwœgb±’','',0,'?'),('2ê0mKš:rÂ²\\0\nBÙ','wp-content/plugins/wordfence/views/options/option-toggled-boolean-switch.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',+œ£þ[RµŒÅÖˆ','lÉÀýÊÒFV°“¤jFlÖV›Ë±£V¯ÇžºóB`','',0,'?'),('2ë&.¯Œ>¦­à7ÂŸ&','wp-content/plugins/js_composer/include/classes/shortcodes/vc-masonry-media-grid.php',0,'ˆ?4•\\Ö1µ«|„r','ˆ?4•\\Ö1µ«|„r','±YÈ˜yOBç—&uI¾›„í¯¥Oßî\r*6','',0,'?'),('2ðì^(ÁúÊ­à-^x½¯','wp-includes/SimplePie/Enclosure.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','­ç(2ROf;VkjÑû','ö‰þ¾ÄøîÞ`à.Û¾H–,Ñx1õÀð8q?–Lå}]','',0,'?'),('3âw¨ž}¹)SeÆë','wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/S3EndpointMiddleware.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','éCˆÅ¶\ZàaŠûÝt·:$®','ÖÆß¢LI?¹&[—×G§\"ÓÕZû¢6s÷ÒT','',0,'?'),('3³ã×pvn¹{È)î','wp-content/plugins/w3-total-cache/Extension_NewRelic_Widget_View_Apm.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÿNcšÈœÚ5„tÈ*\\','æC<>	]{×kJ1YÙ2ÎÍzwá\"2“Ô„èæ—œL','',0,'?'),('3&UÁ¬_YPƒ÷ô\rCLï','wp-content/plugins/worker/src/PHPSecLib/File/ASN1.php',0,'~ñDsÎøûÂÄI½¥–’Ùx','~ñDsÎøûÂÄI½¥–’Ùx','X$Ç@jÆ9¸…²»	\ní\0¥T‚ÈÛ~Á’Ò­xtÏ','',0,'?'),('3+zÀÿ.†±‚6Q~]y[','wp-includes/js/tinymce/plugins/wptextpattern/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ß#ÀR?¸\"ô»`Ü$`','!	ÅnžÂ‚óÅ›U7B©ê5grï…	1å*;RÐ','',0,'?'),('3.þ»…‰	1›Å9”³›','wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/RetryableMalformedResponseParser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‹åäí²›¾wÌg@ËˆŒ','@-gÏ¡]ÿrè	ó¸ÁÎËe¼4Ít÷^ö5„|o+','',0,'?'),('35åaNŠ\ZÏº°ñá‘O~','wp-content/plugins/wordfence/modules/login-security/css/login.1607007971.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m¢è¶á³€ˆÌ2ŽéÖrmV','¾ ¯r¹¬‘J]s6Å8®Â˜2!åê\ZpGÂÂÄúï','',0,'?'),('3E^ãŽtÒÏRÔw r·ób','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_gavel_24px.svg',0,'ÿ¶–Qµ%Epçzb¥áø','ÿ¶–Qµ%Epçzb¥áø','¹´ºþžZ‹ªEÏÅÜ´È>ìßOkø‹:¹ÝŽ…¸âo','',0,'?'),('3hè¦Â\"I+[§E','wp-includes/js/clipboard.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ô’s„ 5CŸÉšÌbŒÖLF','ÅèÈÊ¿±Iv–+>YŸh•b°F\\x±¨vÀ.wT','',0,'?'),('3k­¨oW‘5	k[mq','wp-admin/includes/continents-cities.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W_ñÌTÉÓ°Iä£Y²Ö›','2ÉŸª«tb;6@\Zq\'¶QäßHþj	øÝm¢ÉÆÑ«Ë','',0,'?'),('3o))±ú<e€Ðçnù','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/SetBlobMetadataOptions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zá·K?EÞÑ˜3)€õ?','fv´3&ŠE‰Åvýœj(ŒÞßÿä¯´B´¹Ÿ','',0,'?'),('3pƒ½ã\\Â8ŽlD¦q','wp-includes/sodium_compat/namespaced/Core/Util.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';ó*·kLwB£ædÝ=','ec[d”M?HÓ|ÞKYž\04‹°@˜ QAŒ›:FF ï','',0,'?'),('3z\'‚Oï“á§vþJ&ÿó ','wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','²\"(™fö>ëÖÓ²ä?nÄ','‹ž¨O­ç…Óc‹´™tåhïà@\"\0¶$Êæ£mK','',0,'?'),('3š¦ÇÝf‰™{“Èdä@m','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_call_split_24px.svg',0,'ËÊa4³XlýL±Ç\\õ®¤í','ËÊa4³XlýL±Ç\\õ®¤í','\r¥F5ægm!–í–ü±s¾{¶Uq„ä’þ®?ëä+','',0,'?'),('3›Tš¼…Žj&Õ¬ *Í‘Ÿ','wp-content/plugins/w3-total-cache/FeatureShowcase_Plugin_Admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','»\rfªY\Z¤9œ00rY*','äÐV¿~>éÛ¶Óû¢Š-=k.Õ]]»üïp˜?•ý','',0,'?'),('3›¢JÎ‘Tg›0ëµ\'e','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Base64/Common.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`4„ÂÚuB\nEÔ#@ºW',')róxUYJö;hpjH{\\½Ý¼š1\'#Éã s«','',0,'?'),('3œ‹\"„|“M#¹ž¿56À','wp-content/plugins/worker/src/MWP/Action/IncrementalBackup/FetchFiles.php',0,'\r7?~ç%—~DÁ2š³9','\r7?~ç%—~DÁ2š³9','Ÿ–ô`½KQWE\r/,Î\n:79F—˜x×Ÿ@•q	›','',0,'?'),('3¼­Ÿ•^‘8g\nm›\0t¯ÿ','wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-rss.php',0,'\Z\rPvZk@rºÙ\0h5ò','\Z\rPvZk@rºÙ\0h5ò',' Vð¿Mcú{¾†¼)Hr÷WèýaNwç1âÙ–:„','',0,'?'),('3ÕµäWj	Gô÷c\\ß','wp-content/plugins/testimonials-showcase/resources/colorbox/i18n/jquery.colorbox-ar.js',0,'mÃTm{(.Õ|¹ñ°œÚ','mÃTm{(.Õ|¹ñ°œÚ',',—.Æå Ë×­:®£[«qè¶’mùîˆb3H”Z]û–','',0,'?'),('3ÛÕé\'º°ÁRKšBfý','wp-includes/js/tinymce/plugins/wpdialogs/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','QO1ÿ/<™>%\"ÚXÜà','†6érŸ*¼IY\0C¬9<ó“©àÿJÚ– J*ÝxD','',0,'?'),('3âÉfQ3àhð5[À£W¹<','wp-includes/Text/Diff/Renderer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ü‡ ßC0µY7OÜ@ÙGS','EWjá+åãµ\\âÝ=Ñð’É}.÷Á1\r´ö|','',0,'?'),('3ì¡ÝáCt/¼N¤Ò)DI','wp-content/plugins/js_composer/include/templates/pages/vc-settings/tab-vc-roles.php',0,'…¦ÅŠnÌ0Å¢,¼]Q·{','…¦ÅŠnÌ0Å¢,¼]Q·{','Q}ÚÐ6ßšðJC‡J$Ovâ#’.‡IJj¹v„¹?','',0,'?'),('3ï£ng\0¤¿\\\0	ñW','wp-includes/IXR/class-IXR-value.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','’fû>¨5lÍøj\0fè','¾?hœåø¬²Í‡ X¯ØUPËO|H$‰1¿¸ž','',0,'?'),('4]ë”á‡ùDüx7Ëç‘','wp-content/plugins/w3-total-cache/Extension_NewRelic_Popup_View.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‰¬&k\r5ålÍÑSVZ','kL$Q‘\Z·ú«®f#ásõSÙÙ¢¢1M±›Œ…}öø’æ','',0,'?'),('4	[ÙJ•aÛv1\'Á¶á','wp-content/plugins/worker/src/Symfony/Process/index.php',0,'gD,Vë§=\\ÆbP','gD,Vë§=\\ÆbP','k‰À—~	¶½UH\Z¥ÖxƒPêÛAÌ„¢ú<¡ž;X¨','',0,'?'),('4\n‘”	m‡]Ä¿±ÐŠŠÌ','wp-content/plugins/wordfence/views/scanner/issue-easyPassword.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ð[´+e´¹[eûÏ™¿fW‚','QA½×u&í{AiýXPšK®[ñ’{0€Q´kñÚ','',0,'?'),('4×31@¿*rëØÓÃ÷²8','wp-includes/sodium_compat/namespaced/Core/Curve25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','òÅ›ñLå\\óPÚœÊU','c>Ñ5¨o“»Ž½Ðïð½ƒ°_°T9“L~;²e7Ü','',0,'?'),('4ªe*ëÐ¿%€›wKë','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_exposure_zero_24px.svg',0,'£bü§Õ#äJù[§Çyç','£bü§Õ#äJù[§Çyç','ècEˆçAÖ$¬\ZF´¢{[\"ŸÄ	ÐÀã¿Ïƒ¤ïH¶','',0,'?'),('4\Z[MÇ®üsÜžszM$','wp-content/plugins/w3-total-cache/pub/fonts/source-a.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5–?	E$OÛrçT¶º’ì','F\"«Y¸ÕÆb\r\'x˜­B-eZ¯oÅ¥X¹Ê‚]èK','',0,'?'),('486•Öml`wo‚Ym','wp-content/plugins/essential-grid/public/essential-grid.class.php',0,'?&òèa­EP\\3!7@“½','?&òèa­EP\\3!7@“½','Vý•©Æv«·!Á¶a^/˜aúñtw!!Ü²mD','',0,'?'),('48²VtÔºš+^Xô','wp-includes/pomo/mo.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!	/·\"ÛµÞ$=³iUŒ','\rhÖsãcÛ6Z$íâÚPÍ¡Ä\r!W%vD¨~ µjÖ','',0,'?'),('4;`ß¯zŽ?	Å{Çž@','wp-content/plugins/wordfence/images/2fa-whole.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','üÑhÂ»ñßÞÄ$\ZPfX²','÷ÆªÉØÓåËU[Z~·Ï^Ød\'àXèÙ®ÖÊÛ','',0,'?'),('4=.\0}òz³¼>ÆÞÙ~bï','wp-content/plugins/essential-grid/public/assets/font/fontello/fonts/egfont.svg',0,'âÙoßküâü‚¤¸°/','âÙoßküâü‚¤¸°/','(_ïm›#Ï‰GU(Œ\"½œÂá=ïŸ8ƒ=ôŸtúu','',0,'?'),('4?}´°:íöPmîÕi=','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_info_24px.svg',0,'F¬X…³\0Z1ï¿fõ+ä°','F¬X…³\0Z1ï¿fõ+ä°','šÀ¿‡¼§tçÆ<Ú´.~`xxxÒ¼î´ümªŸZ','',0,'?'),('4AIŽn09ˆ†7c`','wp-includes/js/tinymce/utils/validate.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','CLÂ1?o+;„øû{Y†','k»HãÆ;Æ\0•kCÔs±	\'KØ#45+eE|žëÜ0','',0,'?'),('4To®â‚iEøåt‹','wp-content/plugins/wordfence/views/blocking/options-group-advanced-country.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','äœ®Í`Suœ¥8ì','šØh]s† UáÅs·j=¿‹(GÍfÅÇvõ›a¦cS','',0,'?'),('4US®™‰Íi)wcÒ','wp-content/plugins/js_composer/include/templates/shortcodes/vc_btn.php',0,'ŠprJ\0ã«½ëW1í¨ç[','ŠprJ\0ã«½ëW1í¨ç[','Vàô™¯*ÄãŽ|#‹…ÜeÖGØlJ\ZyiÆ™}ÍNŸá','',0,'?'),('4`€s´)·<¯@­','wp-content/plugins/wordfence/css/jquery-ui-timepicker-addon.1607007971.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')eíôfÕ#¡`Pž~7Än','-míÆzíÜnàNÊFûE\0Ñ­\\vqësL?—Z\Z²½','',0,'?'),('4aäþ[Iº}çØÜHÿm)','wp-admin/css/deprecated-media.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\vÕß˜þT¡GÇ©h+75','xà¦ï¬þšæh±¦]Þ  AëÄ_À§ÖØŽ\'ý','',0,'?'),('4dßbgjÞ†0Å^üxÆàØ','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Exception/CredentialsException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mË&mZÄÓ~Ê3\ZŸ','hÚ/,NMRíùúŽ=DwÞ1Ÿ‹¹>”¤õQýÊqil\"ì','',0,'?'),('4~¤3»Žs{h‰;y{J','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Filters/HeadersFilter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_Á5vëeÝõž¨+´-âÃç','X¯¯Á<–¶~$Æ¦íŒ}ð‚T©h7òŠ4¹Ÿþ{Ç¯§','',0,'?'),('4‹O62šÁMõ‘3j‡p‹’','wp-content/plugins/w3-total-cache/Cdn_RackSpaceCdn_Popup_View_ConfigureDomains.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','„Ü\09yPl›Ç—ÅÜx±y','ïàÌÐ?\0RYB ð¢\0_3ÈF	jNA?°|-ÐVt','',0,'?'),('4—qå?ƒo|Sz1Ói$Mé','wp-content/themes/betheme/muffin-options/fields/icon/field_icon.php',0,'ÖYqº³÷ROPÄ&\'Ê','ÖYqº³÷ROPÄ&\'Ê','{r²øµç\0^ßtÚÏÝD«\')4Ï&$ìF.,¨eç','',0,'?'),('4¡‘œ•Æ*øÏóóÉ','wp-content/plugins/duplicate-post/src/ui/class-block-editor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y\'ë/ÃÉ;™`\\Æ0ŠØÂ%','@$Y¼0L6%{W±õ¬û|VÜpX¢câÁäzpœ~¸','',0,'?'),('4¨ë¸kY5sŒ0ø Ý4¾','wp-content/plugins/ga-google-analytics/ga-google-analytics.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ˆ=ÎmŽ¦¿‘“:¤Ö¿®','GÒâb5ráëþYÆ²úiA¯›¨ùå¶çÑ_8ÄÙWû','',0,'?'),('4®…\n£Û<šJH46•\\-	','wp-content/plugins/js_composer/config/grids/shortcode-vc-masonry-media-grid.php',0,'õ¿²sb;mž]d‹}Å¯','õ¿²sb;mž]d‹}Å¯','Ä÷†ªˆ±+`²D]¹\Z¦ñEâ8=/ÚšRëËî','',0,'?'),('4µ§ØX.-Ó²Ÿêµ\nAJ','wp-content/plugins/wordfence/languages/wordfence.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Â­¦ë*öÑìã>Ö° ','äžjA¢´:û\n¾òÚ¼½WDbcÁ”6¢œ','',0,'?'),('4À‘f!ójÿ @ÁÙ¿W','wp-content/plugins/w3-total-cache/lib/CSSTidy/class.csstidy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Â*>wt£iÙšýîií™','PÊEž9L°¸¡0ëE‰_PâZ^ð~<9ìsÚy[K½o','',0,'?'),('4ÀØZo cF¨Êy 6','wp-content/plugins/worker/src/MWP/Security/Exception/NonceFormatInvalid.php',0,'V‰~sKù Û®å§\rc˜','V‰~sKù Û®å§\rc˜','EÛŸêžã‘lÃjëéªxiqëj»—=È1¤³ñ','',0,'?'),('4Ú‚œÙL$¼,K[œuÌâ„','xmlrpc.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','üAÜ8\nP*a|/Ù³K','XdBíc\0§‘Ü2­˜Ã­¨cä„çüg®ªÀ£šèÈ','',0,'?'),('4Ü_ÂýdmùLØïk\rl.','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/flag.svg',0,'G[DÈäd\\£õ™õ<¹','G[DÈäd\\£õ™õ<¹','¼(;ov-¼SK=Zk†0þžªÐ£=Ç$\r$†g#ƒ€Èò','',0,'?'),('4Þ‹lÏ<ÿñS+i |jQ','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-widget-sidebar.svg',0,'üM²DÔµ+@çü!;#Ò','üM²DÔµ+@çü!;#Ò','íûØ÷Ò»ã¶´bVpJÈ’€Ö³¬Ê&Å\\9','',0,'?'),('5ÂÄËã(o­&Ó!2 Ü','wp-content/plugins/js_composer/include/templates/shortcodes/vc_separator.php',0,'ÏþY]«B8aŒ‘“´€','ÏþY]«B8aŒ‘“´€','¶¾žgiÇËF ¼Ä½¼rUZæå}<A—Hr£¾¨Hsõ','',0,'?'),('5óÃÅ€ªÍedØHŽ…0','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chess-knight.svg',0,'ˆzsäu4¨-X*²Tp','ˆzsäu4¨-X*²Tp','ŠÌ\"ðÎoö0Ž·‹ÓÝŸ=›OÉê„f×¢±È)˜','',0,'?'),('5nÙ¹ŠAâØê:ôDuõ‘','wp-content/plugins/worker/src/Monolog/Formatter/LineFormatter.php',0,'V5±2úí?Êƒ\'wÉcs!','V5±2úí?Êƒ\'wÉcs!','îâx_4N,E,’Û)tu‚\Z:ÉaF`/*ÑãJŸX','',0,'?'),('5ê?‰y˜Ä<Ù2Ì','wp-admin/css/dashboard-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','òñE®?½í\0]ðqq4™','·õ§…äWC›Ë`m¥C˜£9V3qµ/%ÿÐZ!7æ‹','',0,'?'),('5)Æ¥q„!ø½¬=~Bü†','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-facebook.svg',0,'®Ê@kÍÍ³I mSÛ–ç½','®Ê@kÍÍ³I mSÛ–ç½','”\"÷³Òž^Ñe¤xý-`ˆk´Y-ú	aêÛøº•','',0,'?'),('5*ª¾Û¨‹öÓÖ¶äÓp¼À','wp-content/plugins/js_composer/include/classes/settings/class-vc-license.php',0,'Ä¯¤Ür	ªQzã\'Í','Ä¯¤Ür	ªQzã\'Í','MT›ä°,z2uÂçö¡[N*œ?×”•1täï·ÌrÔa','',0,'?'),('5.=¹€d)<peu™s^','wp-includes/sodium_compat/src/Core/Ed25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vr¹¾èÎ’;YÔÝço$Y','·«¢µÖ} YÈ1q$VY“8k\rt ƒoàÿnyì©wþ','',0,'?'),('58çdá`S61K>Û®†v','wp-admin/css/colors/blue/colors-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<\"ÿrÂR.tyÊƒd','5°Íà!r-`ˆÏ{&5­ÖØßOd\\&ôëK—kn','',0,'?'),('5;œzHÛ…,IóPaÜÙ','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/shield.svg',0,'ÀÞCóaƒ|îßñâlHý','ÀÞCóaƒ|îßñâlHý','<„~EDó^qFÝñ¥áT\\ŒÅ¤Ìî³&Ñ”Ïç','',0,'?'),('5C‚)\nWu¾ê½/FÒcK','wp-includes/js/plupload/wp-plupload.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dxõ‰ç´–!ÏLùÌgR','ŸøŠž*m€Ñú§¥Áá£4(…ÒWÖƒñw{8¦%á5~','',0,'?'),('5KB7Sß’Otîë ¦','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_forward_30_24px.svg',0,'xá<ƒúi]Ê$­w4ú','xá<ƒúi]Ê$­w4ú','èÒÏ!;+Âh\"Ý”ç·zc=Éÿ$C2ð7.°€ü','',0,'?'),('5S{ïTÆ–®Îe½/Ë','wp-includes/class-walker-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ã;C\ré7¢l¸‡Íð','q	‚ÐMQäAnq2Y|‚íÁ]Çdû]ÏØÍÖR!(ˆ','',0,'?'),('5Z¬ÌäàSÎ¼ãvÙ`6—9','wp-includes/version.php',0,'šŸ7cT–Æ´÷àÛ4','šŸ7cT–Æ´÷àÛ4','[Ÿ6Ù€vc<¯JÁÕáBËà<$S¸Ë OßãÖõì','',0,'?'),('5[ÃWÍ d “ª“œ3]','wp-content/plugins/w3-total-cache/Minify_GeneralPage_View_ShowHelp.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','—.“~Ý/Î;|ì\\ŸÉH','·»Ú°COF=åP‘\rcÎgñbÐaÆÙK—˜aêûÏ','',0,'?'),('5\\h>óÎw	—‡NË','wp-includes/registration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','òîÃSæËD† 31ê','Õ™“·ìvF´ˆÙ«šÎùåP«ÝB8.·ìáÛâ8Ä','',0,'?'),('5`à]\\Í­i\0¥ßí\ZJT','wp-includes/class-wp-embed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','þ1¡œþÏ\\¡ORƒ¹¾Z','ñ`7t/œŒÒ}·zƒìèf!ÅÂl=ì,ï®8tS0Fš]','',0,'?'),('5o‡lMjŸ=vChAÐ°','wp-content/plugins/testimonials-showcase/includes/layers-widget.php',0,'‘Í%©,Ú\nµ!ô…**Ê','‘Í%©,Ú\nµ!ô…**Ê','À‹)ä+©žú¨iñ¸÷P{´c2Ÿ—‹zd÷º¦ V´','',0,'?'),('5qÍŒÿAìæ‹ëfÑéécl','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-exclamation.svg',0,'Þ›nJæÏ€\\0¡Ç‚_|Ÿ','Þ›nJæÏ€\\0¡Ç‚_|Ÿ','‚Ld)o`ŒôÇ“1`Ž÷}Ãˆ¯|HDBŒ-•³ì','',0,'?'),('5x{3x’¾5Ñ‰NÔr«B','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_pause_circle_outline_24px.svg',0,'„²í¡ñL¸0‹w×¨4','„²í¡ñL¸0‹w×¨4','	<1x9L½4ó0ƒ5XŽ@!vk…_K›TÏ«>ð','',0,'?'),('5ƒÓú92Íƒ¨^À%<®Ç','wp-admin/edit-form-blocks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i?y¹3u•Ú?Æ3\\‘','¤\0f½e_ÈÐû\r¼è÷ü©\'•@¤ë@§\nù½','',0,'?'),('5„6_Ôª}\\s/:ÿ/zU','wp-content/plugins/js_composer/config/containers/shortcode-vc-row-inner.php',0,'QLR\'ò TÊ‚: }','QLR\'ò TÊ‚: }','ƒJÆùUë/oÚ–7\\Ž¼åÇg‹Ø@çþè­w(ª%','',0,'?'),('5ˆ3Ö‡@áÆàÅŠtÄ','wp-content/plugins/w3-total-cache/pub/js/lazyload.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÀÜ¥t€(¿kÞmŽˆ','*Â¤™GIFHqüëªcþ¹Z0yÿƒ>9¯QƒCÖƒ','',0,'?'),('5£H÷mñ`–Ë>Ñ“c','wp-content/plugins/w3-total-cache/lib/Minify/Minify/Controller/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÔŒÙ\0²é€	˜ìøB~','ã°ÄB˜üšûôÈ™o¹$\'®Aäd›“L¤•™xR¸U','',0,'?'),('5Ÿë‘èÖ»Ö›à°7KiÆ','wp-content/plugins/testimonials-showcase/resources/bxslider/vendor/jquery.easing.1.3.js',0,'eDžÕ–wí=~/ü‰B','eDžÕ–wí=~/ü‰B','{¤¥àÏÖ{G[q\"ô÷Òûôýà2aàµàô¥¯Ï','',0,'?'),('5¡7ðN	C=†Û-ØœcÄ','wp-content/plugins/wordfence/images/sort_asc.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','“&­D®KëÞÝzSÂ§0','N—QÓ* ‘TZ%PºÚ%êÝjÜ‘tZn/Ÿ','',0,'?'),('5±#tŠ5R½ÑˆK©óíõÔ','wp-content/wflogs/config-livewaf.php',0,'9PÖ9Ê\\¤›a;7vY','9PÖ9Ê\\¤›a;7vY','«|²jpLÉQ>\\á|7eÐA¢ÎÜ”‹Èå‡Pë±Y¥’','',0,'?'),('5Ãjsc> ^ÂOr,:f','wp-content/plugins/js_composer/assets/lib/bower/zoom/jquery.zoom.min.js',0,'iÑfæ’2žèéª\n¾‚','iÑfæ’2žèéª\n¾‚','l^éÅn?™Ä‡ã)7Î³«’hýtÇîwÃ/ì0vÓ','',0,'?'),('5Ë…é«Ñž+b:i‚‰','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_blur_linear_24px.svg',0,'!æ€ÄÈHll›®](±ú','!æ€ÄÈHll›®](±ú','Ò~zfhýßàyÛí3^êF4‰2í@}ÆrÔœÎ‚¨','',0,'?'),('5ÏŸèNšîz˜rl€','wp-content/plugins/duplicate-post/src/ui/class-post-states.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vç€:.S·xlÇØ”iô','\rt¶¡Þ©ÈÆ¿k}}ZÌ-J°ùQ:•pTOñŒ@A','',0,'?'),('5Ò¹n¶!YŠÛ|‘','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_stay_current_landscape_24px.svg',0,'ßŽX]r£Ä3}[k','ßŽX]r£Ä3}[k','›±±f‹XÃ\nçÑ\'ÈÓ$¢—ÐUŸaBéšp\rSf\rÑRÇ','',0,'?'),('5íÁY6ÜÑq•ø;øg‹á','wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/S3MultiRegionClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9Ÿ€¹{2ûÙ½¡¿Avú','ƒ\ZCË—·Ž¿(Fhx¸°O¹M9ôÄŸ2ÝÇâ¯¬WØW','',0,'?'),('5õ.ëöîu,ÊÛ6íƒES','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/ContainerProperties.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','°£¹K¤o¢Ù{y˜Ê?Žè','n.DÇˆUnÐòKÀŠEù<VÊø½Ý®©!7[v','',0,'?'),('5ü>ÖèwHŽ†•Ÿ+¯ž[','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Handler/CurlHandler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Èrz”WÏm8+L³”—Ÿ','<¼²£§ybâèÖÅŠý	È­Ò’c³Xýÿ˜ÛŸØ\Z4','',0,'?'),('5ýˆhc]_ò?FRBïX','wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_categories.php',0,'5ú÷M´€\'«È·o\0ri','5ú÷M´€\'«È·o\0ri','¸ˆéëÚ	iwPH2\Z\\(ý’ òÞlžï(ÛeÇuqhä','',0,'?'),('6ÛÚß¨X/€¿HL','wp-includes/js/mediaelement/wp-playlist.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','«„Ÿ‡–Xˆl\"¤oð€',' /=Ã BAo&ÑÃÙIù1¬]k~ÇN’¡Ç','',0,'?'),('6;I(ÖH²mÉ%¬Ãfº','wp-admin/css/farbtastic-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Â7\nåžÀ°)š{‰î“û','Tœ=ÖY#ÒË[•ý¶vr„HÍia­þRþò†ñ','',0,'?'),('6[fÀ9¸?†“ _Ç','wp-content/plugins/wordfence/images/icons/bullet_yellow.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J&ûÞÓÉŒŠýìîÔ”Q<','1µú±Nß—÷¹’ú×?*€i×Ã­!FýMpè9^.','',0,'?'),('6\\O+6KöÖVæ¿	t.','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_assignment_24px.svg',0,'îç(JØ·Ê7Épˆù_','îç(JØ·Ê7Épˆù_','tÕT•ÉƒKUM£þZ€ýCnH¿™nhñgXÝîç','',0,'?'),('6cÀb†£kk·Öi3¹@úH','wp-content/plugins/wordfence/lib/menu_firewall_waf.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÜÉO„wäVÉ¥HsI%#','åÚÓd\Z‚­/÷|´UäŠt ‚8tþ­¡«N.eø','',0,'?'),('6p©º4´±\nž£ZÇ\Zü','wp-content/plugins/js_composer/assets/lib/bower/font-awesome/webfonts/fa-solid-900.svg',0,'BÃ7´ØêÜûç{Mnm','BÃ7´ØêÜûç{Mnm','w®%:¨Æ°9T“€žwÞŽ¿xXëpju°õ','',0,'?'),('6{¼@x×ýóaO©×Œ½','wp-content/plugins/js_composer/assets/css/lib/vc-material/fonts/vc_material.svg',0,'Eà\ZEÄVáÌX“z¡Æ\rsQ','Eà\ZEÄVáÌX“z¡Æ\rsQ','“”žQµòcgú7v\\WYŒU‰Åká;óL§‘','',0,'?'),('6‚]jàvÙW¹k\r3-ç','wp-admin/load-scripts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','žÇÖft_ovøÐ²¦ûù','fó“£ká!RG4ð;˜ßjhnutÖ­¦·ìÊ­d\ZWŽn','',0,'?'),('6„ÞÆŒ¡™ÄöC˜®õ+','wp-includes/sitemaps/providers/class-wp-sitemaps-users.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ü‡ûÉX%ºEWy‰m\'øÌ','¢|¬\rLòÊœÑÍ|ÕRyäò6S^ø\\Âè¬','',0,'?'),('6˜…©‰týl1ß2§Z','wp-content/plugins/worker/src/MWP/Monolog/Processor/TimeUsageProcessor.php',0,'¡¡µˆð4JðØÖlÉ_','¡¡µˆð4JðØÖlÉ_','U7Íë1˜™µÒzóã„üq¦,3Q9ÒÍos0&í','',0,'?'),('6šHƒ†U^­Ä&Fïç¥W','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_original_24px.svg',0,'\\:Þ\r9í èCXŒs‘ç<·','\\:Þ\r9í èCXŒs‘ç<·','|ç<CH¸iw­sö»ò´=£þƒáçl·âšäÃÇ•bï','',0,'?'),('6¯°‡ñÐÃ‰½Kµ·Oœ','wp-content/themes/betheme/muffin-options/options.php',0,'u$hˆÍŽ7\0m¿H±','u$hˆÍŽ7\0m¿H±','¤ÆT\n8l¡˜AŒ»ƒUÔãšYîì)-D0ýŒæFºA®','',0,'?'),('6¶ÃF\Z70§o¡ ŠjÙ','wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2017-03-25/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Wx·±«™ËAä¼ó3J<ÑC','2Ú½÷îb×	‰#µŸ&>«qî1ë6¸wÑI¥XìK±K\r','',0,'?'),('6¸\0?jÿŸ¹?o€/êm','wp-content/plugins/revslider/public/assets/assets/svg/toggle/ic_check_box_outline_blank_24px.svg',0,'ûbò!\nd\ZHÞ@ª','ûbò!\nd\ZHÞ@ª','Óf	9“ß`cžó-À£èxdøê+ý.±v{æó\'','',0,'?'),('6¾Þº)8[ddŠ{Í0l','wp-content/plugins/w3-total-cache/Util_WpFile_FilesystemChmodException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J<Â¢¾wÄî½ÒDC%L','ÅGsh+àç†ÊÒC#Ÿ\'11™<B£!D´å›%/;¬','',0,'?'),('6¿’ìsõªJæ_DŽ¹Á','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/money2.svg',0,'¡€å„àùJã±¸9Nb','¡€å„àùJã±¸9Nb','û·Ñ‡ßÛ¸¡¤Ó/™È™í¦±›ôýHcù¯÷Eƒ','',0,'?'),('6År<n«?¨Ï“\nÆoæŸ{','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_collections_24px.svg',0,'Çºi¢…¥\ZKCÞ^\"l','Çºi¢…¥\ZKCÞ^\"l','g¨½Ác×¤˜Í‰Y´Œ¦:ú˜ùµCz+Ð÷:','',0,'?'),('6ËH\nŸ<’æXÑfÇ{î','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/user06.svg',0,'{¾ß_«l»t6…¢‘“','{¾ß_«l»t6…¢‘“','SÞÒVp_ÝýØ^”ÃÎÇi\"P˜ÏSðË¹.4hÉ)œÚs','',0,'?'),('6Ì ,õø_‹ìqòêùu…','wp-admin/includes/class-wp-filesystem-ftpext.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¤ï,ì”Q|¼vÁ°Côû','Rœ¹«äÜðQIÝ˜:]¿¨ç:5¸À7®‘¯§','',0,'?'),('6Ù¨	Îÿ:{”^Dá‰','wp-includes/js/jquery/ui/accordion.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ºÎ³eÛo-‘¦žþÙq','ƒ×Ýlý:ÏÍ¦]ÇnžÀð9cFÕÙõì?µc','',0,'?'),('6Ú;#	Øú%l+ù¾´','wp-content/plugins/revslider/languages/index.php',0,'ÔŒÙ\0²é€	˜ìøB~','ÔŒÙ\0²é€	˜ìøB~','ã°ÄB˜üšûôÈ™o¹$\'®Aäd›“L¤•™xR¸U','',0,'?'),('6ãÐÝ†6—/¬°Ñ','wp-content/plugins/js_composer/include/classes/shortcodes/vc-cta-button.php',0,'ò™ÊúÄˆs+m\\²Ÿ+?','ò™ÊúÄˆs+m\\²Ÿ+?','½ðÂÈînƒ…“÷ÂQ—ÿ@Zþlr ³+3>Ð2´','',0,'?'),('6è¹6$Ðm‰—d‡;Ïöw','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_event_24px.svg',0,'Ç×ýÎ :œôÿŽÉ˜×÷ç','Ç×ýÎ :œôÿŽÉ˜×÷ç','M!LçAY(;3B~zã2ò}’iÁðYJ–³W›ŠU','',0,'?'),('6èûôí7®î*8—³sÓa','wp-content/plugins/worker/src/MWP/FileManager/Model/Files.php',0,'Uº-|;ßåæ]æÎfD²','Uº-|;ßåæ]æÎfD²','~Iåwb³åÁ³;æËŠ³¼÷ò\r¿ãªèÎ	c“¡†','',0,'?'),('6éåXÅä#,N«.²¾a˜¹','wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2016-09-29/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¤M†ÂÍŸúí¦m»','KÔ_5d ¸§úïÿ¦ü?«Ôî¯3«ºžR)9	ì\"ÞJ','',0,'?'),('6ñ½&`àWtÅXÝ¸qg','wp-content/plugins/revslider/public/assets/assets/svg/file/ic_create_new_folder_24px.svg',0,'Ðr;¹óÚ ¥âœÛŒ¦º','Ðr;¹óÚ ¥âœÛŒ¦º','T×F†¹øÆs²Õ3h§mKgH~×6gho$Påñ§','',0,'?'),('7\0Ú^szöQZ£­ëçPf','wp-content/plugins/wordfence/css/fullLog.1607007971.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eÉ.i‹`«ƒÎ¾Uç¹v','?õ>ü°?hôÎ¾[µÂ²ïPØu{Ûpuúa þ‰‹a','',0,'?'),('7	ôóà‘åîdH¦®â','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_replay_5_24px.svg',0,'•fÄ4PÅÀÙ€ªô‘Ã','•fÄ4PÅÀÙ€ªô‘Ã','7Šûúk!­“dÀPg‰¼_«7Åolš:Xì±?¤1','',0,'?'),('7\"¿ó®å¦¿W–\rŠÄÑ½Í','wp-content/plugins/wordfence/lib/menu_wordfence_central.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nÕ†ÞKvOøÔœ\'¼»Õ\0','ý¸âï^{Aè—.F³ËØ®òý³\"Õm¤¶)>çÐT','',0,'?'),('7$^ZwŠÃEBÿ[ÓUíÛ','wp-content/plugins/js_composer/assets/lib/prettyphoto/js/jquery.prettyPhoto.min.js',0,'ãôþÃ’\\\n(Ï‹GgyR©_','ãôþÃ’\\\n(Ï‹GgyR©_','y\\nxRjóŸ¶U2?ïšY\nb	ð‡)ãùíY\"\Z§','',0,'?'),('7;5Xd5:«¥ÄÃ:E','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_bluetooth_24px.svg',0,'Â%x—¡ñîý_ æµj','Â%x—¡ñîý_ æµj','è—9VxCìÎ$ÙïBHú.•ƒ©^ÛÑÒ±C4Rò','',0,'?'),('7=T]—Æ¢ÚúøI‹ü“¹','wp-content/themes/betheme/muffin-options/fields/textarea/field_textarea.php',0,'_¨`?l7U>§ÎC,¯»}ù','_¨`?l7U>§ÎC,¯»}ù','3^nz\\¯î@«õåéóœæŽ¬Eôê²æˆÛ0Ûã4','',0,'?'),('7lG	@Ãž;pûMQ(\r','wp-content/plugins/duplicate-post/src/watchers/class-original-post-watcher.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','45®¢ìâ˜wy£!«#','’=§‚sŒÞÕIßàT»oj ÝË¯$?ô)*ñoA¹ ','',0,'?'),('7r‘§uFñ˜±@J,','wp-content/plugins/wordfence/lib/wfDateLocalization.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ë4„K_Jú2CmcÍ­ÇtÝ','Dƒjyîº,ÄLwÞaä <U†ÞÚ üû²õS','',0,'?'),('7|oOU›’ùz\0Ef»œä','wp-admin/network/update-core.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ò´ì¬LŽ;G_bu\'\\','Êv,I/L^š€¥ww\ZX1˜2 yîº§TêÉ£I§“~','',0,'?'),('7‡‘A›`ü|\'Ë2`5ý=','wp-content/plugins/contact-form-7/includes/config-validator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W ã_)1­ITOÑ','²úksÃ	ÐÃÜ‘ðª«iÄoG]”Òe‡òC­,kWI³¿','',0,'?'),('7›\rõD!Ô[JNïÃ¼\ZÈ»','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_theaters_24px.svg',0,'ÁïHÈ\râ’2R™·Ú¤','ÁïHÈ\râ’2R™·Ú¤','jõf‡‰0kÈß¶zc ~ÍÑŠ@rŸ^f0à.¸ð','',0,'?'),('7òÂCQå°·YãH…¿Ï','wp-content/plugins/testimonials-showcase/includes/class-addons.php',0,'ÜÀGÛh‡ë¢HŸTÇ(?','ÜÀGÛh‡ë¢HŸTÇ(?','Áb ¯ª¾ú½eÜæ˜ÐnŽ40–¼ôPO8õÊ’Ú','',0,'?'),('7¦ãM}°A¿TÁHÆf','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/office-chair.svg',0,'yû\rÆ½1<ñ±m€Ð5“~','yû\rÆ½1<ñ±m€Ð5“~','ã^n3\"Ž±Ú¼8õ2-Ž EÊ@a7“_m[‰','',0,'?'),('7«%Wy~×¹P?«xòç','wp-includes/js/tinymce/skins/wordpress/images/playlist-video.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¥lzV6`wmZBsÏÖ','\r ¡8óþ¯&øJä¦34°Ð±¥ÚÇ½¿»Á½þ','',0,'?'),('7²‡o^lÊ:ÒËB','wp-includes/sodium_compat/namespaced/Core/Curve25519/Fe.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','˜Á	ŒæI¥Ý¶3‚‹S','!MÚ’Þ«Dw£•éÞwe(²!Îäö=ïéÞ¨dàÖ,GW','',0,'?'),('7ÀcîÂ¢)ÜæSóebµ','wp-includes/js/jquery/ui/menu.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';4S©çÍê4eõ×±e','b÷Ä–:Æ\ndl£Å	B€nW=Ÿ² |C#àeáµ3','',0,'?'),('7Àc÷.$P!×\"Œò¹š†','wp-content/plugins/wordfence/images/sort_desc.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','©<„®ÕjÿŒ_³ËŠR2','*†ïþ-õ9Ô.¹û¾HGO6/îLÂ):C×dÃzã','',0,'?'),('7É·õÕ÷Dð)š\'ÃAÈ','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/bank.svg',0,'^w­yê#ð)§YÀ¼\"Ôä','^w­yê#ð)§YÀ¼\"Ôä','ó†$ò¢püy—…D:hü*­£Çìæ[%’¿Ooã•°','',0,'?'),('7á£Ê55³:P\'lïõéu½','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-icon.svg',0,'†þN‚Ó	wwÐú=Ø§÷','†þN‚Ó	wwÐú=Ø§÷','ílwkÛheXª,¡$É+lòC¡v–²¦V±`.,','',0,'?'),('7ìÐó¥k°Xøf´XmÿS…','wp-includes/js/dist/vendor/wp-polyfill-fetch.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Elî*Ie€¢NZîaK©³','‹Kö+|ÙðÛÌ«M5Jé¦éòÍyÊ0It¥lol','',0,'?'),('7ù2ß_R´DžÇ;nª','wp-includes/blocks/block/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':MâÝ¥†ë\Z—åÊ‘e+','ý4tƒÀ>»ó_>•(·ÕE·F\\GøßüÂ@Il„ZÃ','',0,'?'),('7þ&‰ÿ›üO×½U*Üü}','wp-content/plugins/js_composer/config/content/shortcode-vc-round-chart.php',0,'MàŽ L€‹A4a‚‘','MàŽ L€‹A4a‚‘','Ã`?\\@íÜ\nªÌ]+ƒY6GjÁJæ{¸æ(Þº¯','',0,'?'),('8iqÎ’ »~¥Nzxo','wp-content/themes/betheme/bbpress/content-single-topic.php',0,'!Ìª¨x	à&î$ì2â®ë','!Ìª¨x	à&î$ì2â®ë','”r»\rVú j\r~åˆy{’êŽâcþ¼ñÁ#ûñ’','',0,'?'),('8·¾äô3¬D¨T,jž','wp-content/plugins/worker/src/MWP/System/Utils.php',0,'”‡=–»\\ÝtÆ0¨°}ôJ','”‡=–»\\ÝtÆ0¨°}ôJ','ûˆM_Muû‘ôÎYA¬\nhæF¡ŒÛ›ñb}{å7ÊØ','',0,'?'),('8!8æRÿÌÓXºlÑU|3','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~²ÖÈ²3QídÔ\nè¶Ç8','w¸è6Qr’96\ZâŒ=Ó÷•úÆ‹Ëõ3KÒ23chïlˆ','',0,'?'),('83–‰ñ…zk!iƒÄËäÏ@','wp-content/plugins/w3-total-cache/CdnEngine_CloudFront.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ðcëòWo0¦àd¸‡~³','þ–ÌUÊc “Àxü#-\ZA:ÜºUw øùD~š¹Mm','',0,'?'),('8=ÀIå¯ôa÷%œƒkÒ~¯','wp-admin/js/editor.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3R‚»~û[•\Zþ\n9Ök','ù¦kœ¼í×z)}æ9ëä¾S¿b°0aû`\"Á1vù','',0,'?'),('8?6Bˆ\r¾Ý÷pl2ºRÜx','wp-content/wflogs/config-synced.php',0,'aËQ`­]–yÿ°¾ïuí','aËQ`­]–yÿ°¾ïuí','ÇïË¤ÌëÏ†€óñ›ÉPmÁÈõÿK+ê¨ßm','',0,'?'),('8CGèaø‡â†ž•VŸúg','wp-content/plugins/revslider/admin/assets/js/modules/help.js',0,';åA„mÜÓ:6ZD\n',';åA„mÜÓ:6ZD\n','|¥ùGÇC—\0ÌÊ¨|ê¼òòxqðAü¾0mywW€','',0,'?'),('8PÖ§ê\Z¼HGE}8Ú','wp-includes/Requests/Exception/HTTP/306.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Wsz¡uNPÛjÜÉòXu','4U¾§Q\r1#_fº­¼¢¢°H¦û’*IÑdl¿Ÿ','',0,'?'),('8Y­õÅv¿ëCÉ[,ž‰','wp-content/plugins/wordfence/crypto/vendor/composer/autoload_psr4.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ý:\0ðÑ>²—íØÇ}LQ\0','ÀïÃ_U\0]q=Õ‰Š®f\\¿/ 	@d¡Ì\r¨+vÜ*(','',0,'?'),('8yøÑoÎ· ÷á8','wp-content/plugins/revslider/includes/page-template.class.php',0,'˜ðK€ó•lvÃˆÁŒ\Z=¾','˜ðK€ó•lvÃˆÁŒ\Z=¾','à(bôÄ…Ðþî\'Ã<L!`Õ<h-cƒäJ\'','',0,'?'),('8’³‚zñêÆ´³Uéw’','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_transform_24px.svg',0,'¨I±Ÿƒ-­h4k[×å¾','¨I±Ÿƒ-­h4k[×å¾','m×ÓÕ\Z<ÜÖ;°¥4Ù7KG‰iQ7Ô‚²©Qoß\nm','',0,'?'),('8›!$Ž­Ö-†€=B½Æô!','wp-content/plugins/w3-total-cache/Cdn_RackSpaceCloudFiles_Popup_View_Containers.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','øM·EÌd÷4ílÊÃ¡-&','µÜ&/uýåäÓµ6±YDIü4²…\\8PÒÔ©¶„EJÜ','',0,'?'),('8žR6ÚDH°Šq£-{Ž:`','wp-admin/includes/translation-install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¸äSvmÍ¾Áfå?íå','\"êv\"ÓÀ!.½%‹£3±Sü”\ZMíy«[^aøv˜G','',0,'?'),('8 \0Ë\0ùJ’YÃÿNTE','wp-content/themes/betheme/bbpress/form-topic.php',0,'\rè}x¬²­MTâ·?Á/°','\rè}x¬²­MTâ·?Á/°','cw÷ÿ`Fè2\nËàý÷\Z5å’©!”Rèà–€','',0,'?'),('8©@)ý±6yg[yåsQR','wp-admin/css/deprecated-media-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ýUº¿\n€×M-™B ´','b’Wšx8Xýë¡$pØ@\"m¶úÜ1²¨Ô#\rÝÐ×','',0,'?'),('8Ã›ZE‘Q$}UPöT£à','wp-content/plugins/wordfence/lib/wfCrawl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Œ1Ìé“‡®Ü™~Ò\rüm','%&¹ã9‹	/D÷XGûØžØß‡ƒâUä»ïâê€4','',0,'?'),('8ÈH\Z¿7°°`µ³’','wp-content/plugins/js_composer/config/containers/shortcode-vc-column.php',0,'³yýÍçH³&#D¥ÈÅ¢','³yýÍçH³&#D¥ÈÅ¢','\"ISaÂqOô¹š»kóÛ±µQÒù€”UÿOKàôåãÙ','',0,'?'),('8È×ÞFúgâs8Ó\Z©','wp-content/plugins/js_composer/config/tta/shortcode-vc-tta-tabs.php',0,'\nú	‚Qô|©„þ_wÓ‚Á','\nú	‚Qô|©„þ_wÓ‚Á','„ƒÙm:º×î# ÞAš—Voœ2ÅcªKhl†','',0,'?'),('8ÜžtÆî»\Zw„Nxa°ä©','wp-includes/class-wp-network.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ˆ\'sMˆycƒŒÐ5`½±','Ò*¨Þ&Åó…Í5=VùÎ<®Ì±hQ\'ßG¿_Ê–','',0,'?'),('8áÈ!KWõt¼³','wp-content/plugins/revslider/welcome.html',0,'Ò!ÔÖ³ÇßÔÃUS|ûvÓ‚','Ò!ÔÖ³ÇßÔÃUS|ûvÓ‚','‹èãØÀÓêêa¶àU‚1gÕ¶ÁÙ\Z·É“­œø½Îmãn','',0,'?'),('9º\r5\'XùýÆ>?’','wp-includes/js/customize-preview-widgets.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y‚}íÐëðîxŠÃcÃ&¶','‚›™åë(]P¢óÂUP\'L©‹2šÒn¿\Z½\n¨Âíÿ','',0,'?'),('9Ïˆ[Ÿ1d{Äôî@','wp-includes/class.wp-styles.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','©UçÆÍvzÃÍ4ù<q\Z','ãôÁÒ/UŒÆVütDþë´b}´ÂF¾9SŽþz×÷µ','',0,'?'),('9Ì°¶ûZz%¤’u?Ä','wp-content/plugins/js_composer/include/classes/core/access/class-vc-role-access-controller.php',0,' ó=Q3&AÚiÆ‰µ0&Â',' ó=Q3&AÚiÆ‰µ0&Â','Štdôï¬–I¤Ñù†Êÿ\"©°®¦wóp\0øäz§¼','',0,'?'),('9:ù—d¯o\n‘ðp`Ry¨¢','wp-includes/js/tinymce/langs/wp-langs-en.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','®÷ýsàƒ/úqà³Ô','¶¡õñT‰Ìµ¾sÉÆÊ%ˆ°ïS½Z¤”ÙÈÁÖñ','',0,'?'),('9Bˆº/·2 ×d–fƒ','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_arrow_left_24px.svg',0,'RVÀ”Ÿø¾* :´¤Ž2Q','RVÀ”Ÿø¾* :´¤Ž2Q','LÂÛÛšß…}\'¤ôŠBÛ¿’Î¾“G&_¤Î\\ÉÕ','',0,'?'),('9k¹sBÂÎ=}ÕíTÅƒc7','wp-includes/sodium_compat/src/Core/Poly1305/State.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','VœÈÏzÈ’¹ú`(ålEÒ','‘ºÚëÐéâ¯ ç›®ÙöÜÖãßÔµJ±\\Ä_øz[','',0,'?'),('9q7©›R¬=Õeë‚4þ','wp-content/plugins/w3-total-cache/Cdnfsd_GeneralPage_View.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':y¸HX)˜çB£p¸','A`ÄCÿ•ö­U]N–¤ˆ6¸_o`z`´RÔ9³Ô','',0,'?'),('9vzý¸áí±““¡9Ê\rv¨','wp-content/plugins/js_composer/include/classes/vendors/plugins/acf/grid-item-attributes.php',0,'xÚ\\œA˜%*ÚìÚX9Êð','xÚ\\œA˜%*ÚìÚX9Êð','á± ¥» *mS¦à\\s#”L•¡m_6ÚÑäïB','',0,'?'),('9x/‘É>L+s¾‘\"l­ã','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_linked_camera_24px.svg',0,',ˆ QÉ»×†FB½*´‹u',',ˆ QÉ»×†FB½*´‹u','Ð¯X0€c«s<¤szg×]K>ˆi«—À˜[ƒé','',0,'?'),('9¿ë_~”BTCÂÒK_','wp-content/plugins/w3-total-cache/Cdn_MaxCdn_Popup_View_Intro.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S$pì7§;½šyvBÒ','ˆüÉÒ[¬>ôÇ‘Ú“ãGtµçÇ\Z‚ë†(/8B\ZDn','',0,'?'),('9‘¯4§tSí\rRò¶Å¹','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_laptop_mac_24px.svg',0,'–¥­-Ý?ZÎÒr»€¢þ','–¥­-Ý?ZÎÒr»€¢þ','<El§(×p–Úæ#w˜½W¢˜Œñg1ñÜÁX7Ð6','',0,'?'),('9—} B^¿²?	ë\"ë','wp-includes/script-loader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÃÌrô&§ìè ;S©¬<J','\nm£œ¼ÄªTl8R\"WqÝ«(,©&—s.','',0,'?'),('9ËjÓQŠ;…±µÿöŽ·œ','wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2016-08-20/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','­Üqzdjˆr~á=‡h','/n2KäêšäXÃôWÕÀo°oU™´mØÞ™ÜÓ','',0,'?'),('9ÕÒ¢Õì9ñëd\rëŠY','wp-includes/ID3/license.commercial.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n;g–üJ€g­²ÆÙxAŽ','»t_2¿xÊ<±ì-Œ£íËœwqÝI¿g™Éó','',0,'?'),('9Öq¦r¶	—MBD\ršŒ','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_unfold_more_24px.svg',0,' a%åÃ-~æ´uïh™',' a%åÃ-~æ´uïh™','‰úqB ÚW =Œ=°Gž„L]Õ½,cü+t*êW','',0,'?'),('9Û¡‰ƒ½¢}Þ»ú<\rq]´','wp-content/plugins/w3-total-cache/UserExperience_Plugin_Jquery.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¬‡8ö’p<<-w9„','•Oø_ëkî&9®ÙTlIÅiG=°\0±ùUóeü','',0,'?'),('9ßþ5-«ÚiCŒ~œj\'','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_flight_land_24px.svg',0,'Ü««Ø˜Äþa*jžK\rä:','Ü««Ø˜Äþa*jžK\rä:','r?†‹Ý–NªA{è­pÈ»Á´Ú…±[ºãa$E¾Sð·','',0,'?'),('9âÛHˆM%jš&Ïu','wp-content/plugins/contact-form-7/includes/js/scripts.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ø’cÀÂòC˜¡ßRî­iõø',' ¾:ë¦èï]ä0h4¸W—üŸ[±¤š˜¼¦àcNKä¯ÈÒ','',0,'?'),('9åŸrÃ/žE_ÔÂ‘Ú','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_mic_none_24px.svg',0,'V\'úæ-0Ìý*~²²ÙÂ','V\'úæ-0Ìý*~²²ÙÂ','ìÞv@×áóþÕ„ŽM ü’…“\Z+¾Â…·!\r*›','',0,'?'),('9ìô¥)ubp6—†¼-	|ô','wp-content/plugins/w3-total-cache/inc/options/minify/htmltidy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','CÇ/^I¡ âyH›šxt¶','óå­éËÁ•~oxUŸDÇ/E¼„¾ÐÄERsZB™öüç','',0,'?'),('9í‰æs´3ÙSZ,pé8g','wp-includes/images/media/text.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z¹‡sæä0÷ÈŸQ€K','g®Ê?[õŸD*ßp”8€qòžâ¸VÑ“æ‘>ŽõN','',0,'?'),('9ñÀÃÃ’†f‘™x©O@x¾','wp-content/plugins/revslider/public/assets/assets/svg/social/ic_domain_24px.svg',0,'ž!læIêðWH<Ž”Y¢—','ž!læIêðWH<Ž”Y¢—','n@™±ÖqÕ=Ð¢AÜ]VJð…RÕ–Ò·M%yAä','',0,'?'),('9ÿ‘¨×ü^GYM4¯ˆ','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_spellcheck_24px.svg',0,'w‚æè]ê‹O\\:¹ëN˜¬','w‚æè]ê‹O\\:¹ëN˜¬','vnC;Že_úfs³’2SÎ¸½ÈöñÙ†‹[K»Ì<i','',0,'?'),(':{Ãâì{7Ê9°‰Ÿð','wp-admin/link.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n÷ggŸï&Ñ‘bŽ Áé','(C<Mîd*2È½Ââ*æN€tànˆØT~ÓÕ\ZW','',0,'?'),(':hÍ ˆëèò#ë¡•`Õ','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_gradient_24px.svg',0,'‹±1³=èª4²Oæñ×','‹±1³=èª4²Oæñ×','>Ë–´]°%»ã<¿]áÿ)J—#8ô¹6@yÀn¡æ','',0,'?'),(':®|LûH6(Îßcµg‚Ö','wp-includes/ID3/module.audio.ogg.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','æ¥_2¬©\n$9¤û`m85','…6%u?EƒMŸ˜lëÈ@5vrÆ[¸j\'tàH†ºf','',0,'?'),(':\"”À¨œi(ÙÃ2XrÅ','wp-content/plugins/js_composer/include/params/hidden/hidden.php',0,'“6IPf‹¬kWŸ¸0\r&','“6IPf‹¬kWŸ¸0\r&','g÷‚°~M×½î™9\"kT¢N+Ý:\\Ðßñ9’','',0,'?'),(':+špšçÈ[m%ÄÊJ´','wp-content/plugins/w3-total-cache/Cdn_LimeLight_Popup_View_Intro.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i&·‹d…‹S©†±(êÛ	',',gF@þßû$2¹5µ\nzíõ{’õûÂÜÂ™aê?oÞJ','',0,'?'),(':,ö2ÝI,/ç¨Q\ZG¡','wp-content/plugins/w3-total-cache/lib/Aws/Aws/EndpointDiscovery/Configuration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÐÇÐØ qØˆØêC|…N','øª):+®8w@àµü–1ö£ôäáR%©5Ê¶9K\"v','',0,'?'),(':1ƒ(¬)p]V1©-È©œ','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Continent.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','™qDL‡ßÞaª[	?à¯$','GŸs\0ëå\rÃ/1÷v=ú„©Õ‹·pS-«yE.ÔÒU','',0,'?'),(':5&ô´šâVrQ°çú«','wp-content/plugins/w3-total-cache/Cdnfsd_MaxCdn_Page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n!x ã;¶ÝÕ*<rˆp','EPÂÄ;À_´Â-O6wõ¿\nZ:ûÐÇÁ&}¬=à5','',0,'?'),(':7FëðVB\nbFŸJri)','wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php',0,'r˜ÇvI–&ôµÿ6dHŠ','r˜ÇvI–&ôµÿ6dHŠ','cþ¬=Šâ=-7¡5”0á^ŒæÄµ¼×€®…b–','',0,'?'),(':8Ìd&EÝ­³W Ï','wp-content/plugins/duplicate-post/src/ui/class-classic-editor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÛgsØr@ùAæ²©‹÷\\Ä','û;˜“7å%lêB§‹šWˆ0n«\rû§ÆÒæT','',0,'?'),(':;HXbŠ@ö–¶£ÉÖA','wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2017-10-30/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','°öP<5\'Å%(o«\"çw¡','SÙÇ‘ø4ðÐY`†ï„bÊ6‘;$j=0\0þ>.','',0,'?'),(':<·$ŽÍ0,w\"&e({','wp-includes/class-feed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¾Ž†>ùyÀÜ«¯ÿ]ÈôT','­8ÚÉj2ÖyÜN!qÊ©p±ª†ñùÛt\0Aõ2\\Y','',0,'?'),(':@$—ãê`-Op5x¹ãD‚','wp-content/plugins/duplicate-post/css/duplicate-post.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lêâ–ß¥¢{ú•M{ØÉ','+’;°‹,æ~fçžÉ#‰¶\'ãÉwpñß‰€£$`á$','',0,'?'),(':DéJ$í¥h»†Ç…\rÙ','wp-admin/js/customize-nav-menus.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Fþ–ºgvÎ´s>Ä','§;Z,ùp­\Z7/G/‘ãÿ¾”ƒ\"WÌ2Ü–^ÿçÂÚ6','',0,'?'),(':K¿Ù+”Þ5’´ø0²@','wp-content/plugins/revslider/includes/object-library.class.php',0,'±RoŸ®&î¡¼ø¶/0xB','±RoŸ®&î¡¼ø¶/0xB',']3hnæèÛ^é‰øL IyNQ­+n¶-m/ô‹o','',0,'?'),(':TïæÒK_]æýÝÕßz¸ç','wp-content/plugins/testimonials-showcase/layouts/grid/js/isotope.pkgd.min.js',0,'™:ð‹à¸n¨Ò‚ö06Æ','™:ð‹à¸n¨Ò‚ö06Æ',':Ì7@}ÜÑW\\œû•ÈL\nAt¬µÊSêÒf¼	-Lÿ','',0,'?'),(':]69¸w¬‘*6}(G×ÈÊ','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_not_interested_24px.svg',0,'0¥ç³}Þö}• w‚ñ','0¥ç³}Þö}• w‚ñ','íâëå¹‘©å§¥‘6wXÌöK]I;·xöš4¢','',0,'?'),(':j%«ƒ­Ô™7:3íC','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Parser/RestJsonParser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\Š„(c½!òÏ˜!ˆÛ','|¶kE÷s¡MLÐÒâºü†¹Ú‰$Æ&Zâ—´™|‰Ó','',0,'?'),(':lt“{»­–ãöú™t4','wp-content/plugins/revslider/includes/backwards.php',0,'\rHðžŠŠrkJœ_½ìh','\rHðžŠŠrkJœ_½ìh','ý´eá®pWzV&/-Ä®ò¨0ß×Þªù™6—ù{Ò”A¡','',0,'?'),(':ŒŠå%H`!¬ûá\rè€Z','wp-admin/js/media-gallery.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ÿ+ÞÑ¥ç­6©ÓA(\n','KÅ2°[ý®.\'i~˜Ã u{é]úˆ/[V=€}ôŠm.:','',0,'?'),(':”µ©¨HÁ,3À>w\\CÑ','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_assistant_photo_24px.svg',0,'íâL‘h›2ôà~Õà· ','íâL‘h›2ôà~Õà· ','½„*Æ]4\0ÊAt°J[î“Ô.vtŒ‚ž[¹IŸ®Ñ','',0,'?'),(':¦¬µ¯ÑRÁ*bc­hl','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/calendar2.svg',0,'¥eëMþ\"ºz¬¬D(þ','¥eëMþ\"ºz¬¬D(þ','¸±b«Pê	`¬<ît/d†^ ®¯8O{ bÇ/ßi','',0,'?'),(':ºz¼6:ÍEZ(—¯+¾$','wp-content/plugins/w3-total-cache/CdnEngine_S3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','æJ=Á#QòÖqÃ‹Q7\0q','¤sl ÅH*2íAóg-ÆÑ;.8…`âþÞÈ÷k…ôk','',0,'?'),(':ÒtÆð‘êè)»•<u—','wp-content/plugins/js_composer/include/templates/shortcodes/vc_single_image.php',0,'L‡±O†\'·~q,–ï¼y','L‡±O†\'·~q,–ï¼y','¼ °wf]øŒpãgg69ïªiäÎe?,g&¥«ÑÜs@','',0,'?'),(':ïXqÝ¯J\\¦5Pò¶4','wp-includes/images/spinner.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÕLõ\nD½\nÊoÙ‹ÔjË²º','zÆ„à\Z\"ÿ²n\Zs²(ÎU¶/~÷7º€F«ø^Â…ã','',0,'?'),(':ð{_<ºdÚF8Õ','wp-content/plugins/js_composer/include/templates/shortcodes/vc_pinterest.php',0,'¼“‰¡0þåMrc. Ù¢','¼“‰¡0þåMrc. Ù¢','µ¤Ül®5\ZÇ+äv`80Ðïÿ([Í(nJ0[ŠÂ','',0,'?'),(':öÅ(0òµ¬\r¿dÁ°','wp-content/plugins/w3-total-cache/lib/Minify/Minify/ClosureCompiler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','57+CùŠHŸÞk_èt‚?','?Là!×JRI57v¤3ÔÅ3\0¿Q10\r°vBH†','',0,'?'),(':ø)<“5~¬û\ZAº','wp-content/plugins/essential-grid/public/assets/font/egfont.svg',0,'âÙoßküâü‚¤¸°/','âÙoßküâü‚¤¸°/','(_ïm›#Ï‰GU(Œ\"½œÂá=ïŸ8ƒ=ôŸtúu','',0,'?'),(':ùnÌ£RMëti#šõ=','wp-includes/images/media/audio.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','†taCAñ¾Åþ².·çZßÀ',' Lä>¢‘$¨Á\n²oixoj-\nLÏÓõÀá]G;q','',0,'?'),(':þ^sûDK|ÜL','wp-content/plugins/revslider/includes/InstagramScraper/Model/CarouselMedia.php',0,'j¯²&e[U\r.\0ùH¼¶úû','j¯²&e[U\r.\0ùH¼¶úû','wú³|ýÇ8ÿº·ã(È%—ðí%®•G‘`NgÌ','',0,'?'),(';#¿	n©åÜ%\"õù','wp-includes/Requests/Exception/HTTP/404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÔÌcƒY\0…ysø’<M','ÂÕ-!V°»>d¦*jPŒFÝ	È;QÆµ±šN1aGœ(','',0,'?'),(';\n)QBâì-xð²¥','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_mode_edit_24px.svg',0,'9Õ05H×øq^ùÂ€\Zü','9Õ05H×øq^ùÂ€\Zü','Œôvu;¦å›ÿÙé×O<K¦RÊ`Ö½ÉÓ¯›$~','',0,'?'),(';Þb­fÈ–0ÿ–¦­x','wp-admin/css/colors/midnight/colors.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$S_Êã‹äím#;AX','~ÕÝrPgŽ~v!{ÂñÑ™D©ÒQNÂŽƒŸGËM·','',0,'?'),(';Ü’scFÂüõ!áœ©º','wp-includes/css/dist/components/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^·*î$¯d…6ÒÁ/Š½t','ó>Þ{øä~ÒÏ¥“ç;¶¯Èÿ#JyÞ1œ½¿Àh[\"','',0,'?'),(';;àü_çß[¹¢¨»','wp-content/plugins/worker/src/Monolog/Logger.php',0,';ÓÉ042•–3Ù9|Å',';ÓÉ042•–3Ù9|Å','3\ZräŠù®¤ÀPíÿf¶b\nàâgâÖ™M=*','',0,'?'),(';#’îw¹†l„GW£¤t','wp-content/plugins/w3-total-cache/Cdn_LimeLight_Page_View.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m&wF7ë.Ü@Hü*TƒO','ÿÊî#ÚóãÒåAìtL–\rå‰¯Þž3‹¼É0ì%:~','',0,'?'),(';$¾<}øhÏ¦_zÊ#žó—','wp-content/plugins/w3-total-cache/Minify_Page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rÞŽE&³3n1úx—gª','Ùpb_œZª:¡¶—nÐðÉ©*Kq*„ÆL™‹Üúª·½','',0,'?'),(';$Ú-±)ÔBÂ;bKæ;åî','wp-content/plugins/js_composer/include/templates/params/loop/templates.html',0,'Â/œþ<ý¶Ì\0ßä','Â/œþ<ý¶Ì\0ßä','§UKð®Ö…†1÷@>íø–ÖžÄHÚÍÉï™','',0,'?'),(';+‡‘LVóŒmÏc?ú','wp-content/plugins/w3-total-cache/Support_Page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ð½¬ó¼ÈÝÍ‡Ö%É','d£Ü±Jñ´4UR—í]ìì\'1I§Òõ¯?ø–þ','',0,'?'),(';1Ñ‹#ÁY_N„¥t÷','wp-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','AQÓÍºEÀS¹OY<{¯','½0¶ÌŽâMÔUH£óXúXu’…j#‰#s˜VdGƒ','',0,'?'),(';1ä§‰r2I÷£Ô÷­ë¦','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_subway_24px.svg',0,'%…Ýa¤_ßq?ñ=±','%…Ýa¤_ßq?ñ=±','éº¸”ÝHLûÁËùºKç*ºý¼žsœ+3y\rjÂ†¶5','',0,'?'),(';3.Ž¶¢Àk|M7C¨ò','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-doughnut-chart.svg',0,'õ\rW•ªËÆ0kO•±fá,','õ\rW•ªËÆ0kO•±fá,','ðFœ€Ù©=Ç•ÇºÆH½<PúÈÀÑÈO“Ý\r\0ŸŽ<„','',0,'?'),(';AÁyXRvÔ¤OAhš¹É','wp-content/themes/betheme/woocommerce/single-product/tabs/tabs.php',0,'ð\nO*{)ÆaçŠ1å++','ð\nO*{)ÆaçŠ1å++','ª\"Ê\"‡Â3$KÞAã©^\'	Š‘sñx¢¶ÅcF;[„‰','',0,'?'),(';M£ÂÛŒÃyn®±{¦&¾','wp-content/plugins/w3-total-cache/lib/Aws/JmesPath/Parser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','JQœN0u&8ú\ruÐ.E','öÌžfI`ŸI3lÐ»Ã_³2 ŸJé<3Vx’ 4I¤','',0,'?'),(';RÞyh›ëŸÐRxK\r','wp-admin/js/farbtastic.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','§:óT 2Aq]†˜þê4’','ÉbtéGp®\0BM0zÂXJvœZHAtâM¸%','',0,'?'),(';UÂ„ Suÿ.+L- ','wp-content/plugins/w3-total-cache/Cdn_StackPath2_Page_View.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÆÁO®’q3ækU»P0','š)i<“ÔÃ7}ŽÑ	\'h +Í°öèo×Í&·Úë™%)','',0,'?'),(';^I®§<Õ¨¿J•(À€Á','wp-content/plugins/js_composer/assets/js/vendors/qtranslatex_backend.js',0,'€8\ZŒãèw‡ 8^‚Q','€8\ZŒãèw‡ 8^‚Q','‚ñ&W»SÊÍ+…Ì|aÄùÙnÎÔ#a?x3Wú‚5vÝ','',0,'?'),(';bja|×@ÕMè ¶¥(`','wp-content/plugins/revslider/public/assets/assets/svg/toggle/ic_indeterminate_check_box_24px.svg',0,'Oq%æØyE°˜ºIfc','Oq%æØyE°˜ºIfc','/ùÄmæÎ®ÄpU&ÖºÁÂ×~–qã…qì‚÷ÌW','',0,'?'),(';oØ¼enŠ³üžcUyåE@','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_fiber_manual_record_24px.svg',0,'K­¦ðè{òöqæõ„´','K­¦ðè{òöqæõ„´','B_vá\\LÍ:X/pÙžÆg‰æŒ²G.³`—tâþ	Af','',0,'?'),(';v´àÝýë0cÆ¤ã','wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-links.php',0,'{Û9ô»¨_ÏìÏ¡ö\rA\0','{Û9ô»¨_ÏìÏ¡ö\rA\0','<›œgr†šÈœ·}D’Ð•YçuÞ”MÛ²VN','',0,'?'),(';€2›q|f¹›JÉt¥m','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-custom-fields.svg',0,'Þg¶ƒy\r•ÆþŠÞb','Þg¶ƒy\r•ÆþŠÞb','1™)zGm•RÖnšÅÜË¹)™¼°â3Ÿ—\nÉ~è´','',0,'?'),(';–º99ŠAw„öìÿa™ö','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_add_shopping_cart_24px.svg',0,'¶·D9‰°VŠ‹×	¨,Rk¿','¶·D9‰°VŠ‹×	¨,Rk¿','0ÝÄ¶ùr®‚x©Ÿ£	]xÖ{dE(o2 ¯d','',0,'?'),(';¨2°Ä]°¨´ }Å½î','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_airplanemode_active_24px.svg',0,'AÛ§ø&loˆ|Œ[EŸ','AÛ§ø&loˆ|Œ[EŸ','P\'ì´oçÏo—‡Là—CØÈ~¾o¢vP’a¬d}Ù~','',0,'?'),(';µñojâÑ?+ÐŠ®É','wp-content/themes/betheme/vc_templates/vc_accordion_tab.php',0,'M·<ö½<Ž¯üIµ\0BþB{','M·<ö½<Ž¯üIµ\0BþB{','gð6Âj‘ Ó)\n&ƒæB¢ŽÎ²Ë§Yt…{É9	j·','',0,'?'),(';µþ°ôlÍ?[æwr÷ÿ','wp-content/plugins/js_composer/config/content/shortcode-vc-flickr.php',0,'*\0\r \"“qqÏôÖyWš,','*\0\r \"“qqÏôÖyWš,','ËôêP­7î3„Å­ÔßÓœ\"ƒ>Kbõ\'ÉÐó¼L','',0,'?'),(';¹\'‘¬~>÷ŒW£³/','wp-content/plugins/w3-total-cache/inc/options/cdn/rscf.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','95€¶ÐQM#]‚ÀÝ]Ú?','£nA\'§\\2þ÷GUâÄZ$ÔGFÐQÂÕ!4ìû î','',0,'?'),(';Å6Þ n\0Ù\nµˆ\"j~','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_free_24px.svg',0,'=¹w±K\0ŒÛÐ<X­ä\'','=¹w±K\0ŒÛÐ<X­ä\'','¬Ó‘é€‚Ó‚3àÍdZÂIð…•—,Xa:ÝÆôÿÇ','',0,'?'),(';×vð0BK¬¤µÄ1Ð´','wp-includes/sodium_compat/namespaced/Core/Curve25519/H.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','®+o~˜¤XüåÝ“\0Í','xX·Ñ¹Ú$6ÜUdZ$üÖæx—Á¤ßØ&3×','',0,'?'),(';äÕr;lK rÈ†FÓ›','wp-content/plugins/js_composer/include/classes/shortcodes/vc-line-chart.php',0,'>Qˆ`žj6û\r{{>W','>Qˆ`žj6û\r{{>W','Ü¿{æyœ	Æ…úš,%­ÍwÁH^Ÿo	\r\"2&&c','',0,'?'),(';ä:¿Ê$m>¤”þ–ór4½','wp-content/plugins/js_composer/include/params/column_offset/column_offset.php',0,'Vì))¹ŸwðØ+8Ì¾uw','Vì))¹ŸwðØ+8Ì¾uw','˜Vœü7ðæ÷1°\'¦ä`:(Aùž­¶§Õå½ã¼ƒið','',0,'?'),(';ñWctÔÓç*+÷¬BrÊ','wp-includes/images/smilies/icon_surprised.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Uì‹Þ-îë#+þö¶µ0ç?','Ž•cuy—XŠØ“ßA¬èd‰5[=w>™*Sˆpwe÷._','',0,'?'),(';üíÙâ*1\Zn½Ã4Ó','wp-includes/js/wp-emoji-loader.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' #jÖá2µÚ\'5è­!¥gM','ñžÕÙðÏ¶.«XâÂ€po¢I3çðfYø”cMÊ²','',0,'?'),(';þ‚†vu%Kli›ó î','wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/tab.min.js',0,'<š—Hn~ 6z³&GÒ¾t','<š—Hn~ 6z³&GÒ¾t','Ç %_\" š¹ÂNú‹ [öÑÝ_|’oÕÖù ôÊAËf!à','',0,'?'),('<wb*ÙäQl´òqE0','wp-content/plugins/w3-total-cache/pub/js/chartjs.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','²5µdÞœ,a×ïüò¹;','ÃSmrnþä_,‘éŠy³½_2QÛÍ9å¤\rHAb~Õì','',0,'?'),('<-ƒ’þéŽb¡ÉÈ³~','wp-content/plugins/worker/src/Symfony/Process/Pipes/AbstractPipes.php',0,'ZÑ‘e\'„Œ‡d¿ë','ZÑ‘e\'„Œ‡d¿ë','Ê•o¥GäåÇXÕ˜qL^tˆ(FÒŒëoÍX„–','',0,'?'),('<0CoZÇûÿÿete*ˆ½','wp-content/plugins/js_composer/include/classes/shortcodes/vc-progress-bar.php',0,'[UPÿe¤Îþ7/8q™*í™','[UPÿe¤Îþ7/8q™*í™','dƒzÜV[hjm\0}¤ò!Æ1&Éß>\n™gcT’2','',0,'?'),('<>xP¼õâþ¥¿¬ïÂFö','wp-content/plugins/js_composer/include/params/css_editor/css_editor.php',0,'(gRd!õkoÿMÖƒÔ','(gRd!õkoÿMÖƒÔ','ð¯Óç\Z¿y¹\0ÏÝÇZ\0	¦\Z±™;©F1Ø`t)','',0,'?'),('<FéëïPzÌ22£‡~','wp-includes/js/imgareaselect/imgareaselect.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}(ÊÙ()³Ö3 ‡µóµ•¯','žqó!Ý¿JÓ‡—öi\nÁEá­5så!\r—…%ƒ','',0,'?'),('<‰9þuþj³®ÿ„!Á$','wp-admin/css/install.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','cw€Œåioß¬„@^','•‰—,E˜Æ{	ÅtÇsëxÕTa[RNbkQ©õÑ','',0,'?'),('<–M¦’Úp<u[‹U÷','wp-content/plugins/essential-grid/includes/InstagramScraper/Exception/InstagramNotFoundException.php',0,'2šâòàÓb9½¼¢<þ','2šâòàÓb9½¼¢<þ','°:¨LHŸƒ*£lÎ1[›…¤ä†¾ú‚­!Ê)ñ—š»b','',0,'?'),('<—©ÒHÿ:SªØ5','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/book-apple.svg',0,'OÕUú8ši„–ùÔ¥¸$e7','OÕUú8ši„–ùÔ¥¸$e7','b×}$–ÿÅ–bJìÚ1Ð‹\"${%vÂuñ\n;ÃøuÕQ­','',0,'?'),('<œ>Œí÷vòA%ùËFnµ','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_cached_24px.svg',0,'iþéÌB.ÏÓÕL¿^9.ËÜ','iþéÌB.ÏÓÕL¿^9.ËÜ','šle&>Êg`m–¤.X9œTÆ,¥a	ŸÔ-Äo','',0,'?'),('<¥Õi/ãö+\0î[çG5’','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_event_available_24px.svg',0,'ANÈ­_0Ô­Éê\ZDáÌ¢','ANÈ­_0Ô­Éê\ZDáÌ¢','«ù)ÙF2Ý%z\'0:–2£÷uÎ$\rÅ1ÿE‡Á','',0,'?'),('<©\0q/*ò9óéR€­','wp-content/plugins/w3-total-cache/inc/popup/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÔŒÙ\0²é€	˜ìøB~','ã°ÄB˜üšûôÈ™o¹$\'®Aäd›“L¤•™xR¸U','',0,'?'),('<±×*¡1%ÉGÉ«ëÙV9)','wp-content/plugins/revslider/public/assets/index.php',0,'ÔŒÙ\0²é€	˜ìøB~','ÔŒÙ\0²é€	˜ìøB~','ã°ÄB˜üšûôÈ™o¹$\'®Aäd›“L¤•™xR¸U','',0,'?'),('<ºøkžÐ\nÇrWÖë¥øB','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_message_24px.svg',0,'.­–[m¾3¬%œ” f”Â','.­–[m¾3¬%œ” f”Â','/f“×U£ä5‡†‹œì8‰~ê¢—L¤ù¬s^','',0,'?'),('<¾VÉ§G+áÕÍû*”Â','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_tune_24px.svg',0,'Ól]\n%çŒ m°Wg.','Ól]\n%çŒ m°Wg.','ÑUøòš{ÓšêDŒéò¡)2æbŠÝ-À:Ïœò','',0,'?'),('<ÆGæ6ª´þzŒST¼}>Ó','wp-content/plugins/worker/src/MWP/EventListener/PublicRequest/AddStatusPage.php',0,'ùÇ\'r/K.TÈõ²%','ùÇ\'r/K.TÈõ²%','šq@øLmgÖn˜ÿKTïÑD<ŸóY°6ÐüöÕV¦.Þ','',0,'?'),('<âò³]¶˜žðMVUžÔ','wp-content/plugins/revslider/public/assets/assets/svg/toggle/ic_star_half_24px.svg',0,'b„ óÞÏ~™â?í…ZáY','b„ óÞÏ~™â?í…ZáY','\Z»þ“P¸8ž“Ä‘Cdyñ~´½¥(ê{ð2å’Q','',0,'?'),('<æhjØ	Ž4½»˜4aÐ2ö','wp-includes/js/utils.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ž§2¤š¤![pNIé5','iII4ï*–á{FZanúÇ Ñ)J,TÐ&µg³à','',0,'?'),('<ïÎuê¿–\ZÜœµÇYÔ^','wp-includes/js/tinymce/plugins/wpeditimage/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Öjø<æ—]Ø@‚™¿À	4ù','\r]\"ÍÎ!ž\'sg=–™ªúïzÄ·Q˜î2ÇNKë','',0,'?'),('<úŽBLq§Tíú—„ÛØk','wp-content/plugins/w3-total-cache/Cdn_Plugin_WidgetMaxCdn_View_Authorized.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','î\05F}1‡?œR’\'³','½ò_sÄ²/ä>ÚEl8o Sì“ÀfŽ­ÇPv¥™Íi','',0,'?'),('=J¬¦Ç°jaŒ}LI‰Z','wp-includes/sodium_compat/src/Core/Base64/UrlSafe.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','±ÀpFõñt1Æ+öÀ»','þ;‰}ÛüÇ\0[·ž¾\'\rqÎÄáÚÜÄ¥dÝ;#æ°.','',0,'?'),('=	§A@¯\'[^žõ:Ü/','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_stay_current_portrait_24px.svg',0,'0SÜ¼ØþáòB_6?!zE','0SÜ¼ØþáòB_6?!zE','œÃ3a§j¯b\07H+&6î£®Í;(F7¡¨ÞÁÛ»$','',0,'?'),('=uÁnUŸ-(9êô|WûÚ','wp-content/themes/betheme/muffin-options/validation/js/validation_js.php',0,',¦ÞœìÞUŒ¡À±üKc?m',',¦ÞœìÞUŒ¡À±üKc?m','^¼@Tr!ÆªI›XÝ)¹ë,»ªbœì ¸ðDÔf','',0,'?'),('=¿²Üf;Vódl\"§À','wp-admin/css/code-editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ì)?sÒ»EôH›äÝÑ','ÓÌyŽ¹‘qÐñ}lõé[Õ=¦à³	ðn(cL‹C','',0,'?'),('=	]þéÿ’}úÜ*<.','wp-content/plugins/wordfence/views/waf/waf-install-manual.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$òxý°~)‘«‡[Úœz','7ãR ¬ïNÄ`n^š?¦(½Ú)¡€Ï^R„ÎšÄ–','',0,'?'),('=S–6Èa°ŸXo°,”2','wp-content/plugins/wordfence/vendor/autoload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nŸV8·\\¡äËBs','7îúhÂÜ†Óü>8bºut^^§Rxª26É#i(ú','',0,'?'),('=féuñ¥A><Th–ÉÏ@','wp-includes/js/jquery/ui/progressbar.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z›sk¼ýý®Z¦j	Y','»†7»”ÌvÒÇ\r6¢ª1œÍN9@vŽ7ý$ša·ä','',0,'?'),('=sA†æ¡Ž+oÖ/1¾','wp-content/plugins/worker/src/MWP/Stream/FileLimit.php',0,'B§xÒ‹S§Ï¶Ç1k?.','B§xÒ‹S§Ï¶Ç1k?.','YkIpÎ9C¦BLL8ï^žC}>#sL /R>PÅ<','',0,'?'),('=uw1$e«Z6„êý^,„','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_hd_24px.svg',0,'€-ÈÖï°Ë-èãˆÔÀ›o','€-ÈÖï°Ë-èãˆÔÀ›o','˜Šâ\"B…1H5Lj·Œ¡…é4ÞÈ\"onÏxWGˆ\\ã','',0,'?'),('=LS’ýoAÿó','wp-content/plugins/worker/src/MWP/WordPress/Context.php',0,'Ìªû®ÝÀ@ŒÄ%WMÕa','Ìªû®ÝÀ@ŒÄ%WMÕa','¢³æ×iø¡ŒJô¡—ãœ=4—þ9Oü›¬¤R0e\'','',0,'?'),('=ˆÑÒi~I1»á„l','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_flip_to_back_24px.svg',0,'#9¤!Q¡¤D@µÀä?÷b','#9¤!Q¡¤D@µÀä?÷b','\\j¦vŠŽÁýõÝ˜¥¤	5d)è¸Þa’P]Ø§é-Ú\"å','',0,'?'),('=°Šk˜[4œ“¢ ¼=Î','wp-includes/comment-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ,{$ž9wVÉÒBÆ–o','‰k›x£{é°vÓØ·_B(ç°œ3ò ¹ËÈ','',0,'?'),('=Æà§Ó¨¤ç¤\0E¨ÒÖ','wp-includes/blocks/verse/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',ò¢|¶jÎg8µM¡¨[','*E³Hµ+&GÑÑ¸Õ´ì\0jYÐíuÔ Œ9%¹aGnªdá','',0,'?'),('=ÇþŠ]»ÞŸJì','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/ContainerACL.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ë	w§ƒâóÓaæ3Gnå','åŽÏšã~\0Æäº5e?H…£ÑÕX_lm2.¥´n_.','',0,'?'),('=Ó;¶{à³Æ÷°eÕ6º5»','wp-includes/js/jquery/ui/effect-pulsate.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ª*\rÒIäÍ•;tŽ—W¿õ','æÅÄ×ÃBD8Í=~ä¾bœ•žwJ=þ› Ç§Eþý','',0,'?'),('=ãFÓí˜£·Ã†±ÂK&Š','wp-content/plugins/wordfence/views/scanner/issue-wfPluginRemoved.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Æ9®:7ö›…]6hVoöâ','ß«³š/Lkâ´ñÇOTâbdSÍEiL9ìêÍ~8','',0,'?'),('=å™„\nA¬K(’’Òl','wp-includes/js/dist/keyboard-shortcuts.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¶$i½^˜>—(yVœo²','v< ‡ã	ð~HnI·¦€~É±!Ñ•©Ï`ûN','',0,'?'),('=æ–\\þå‡M^ù›Ë×BO','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_nature_24px.svg',0,'ö2·_IÊÞ\\KÓÁV|¦','ö2·_IÊÞ\\KÓÁV|¦','ÁKwØßUîÕŒÞ¦žÞY4wÞ\0	Ÿ\r€ÐJ¦‘½÷•y','',0,'?'),('=÷‰‘1±G®*23\'ž•Î','wp-content/plugins/w3-total-cache/lib/Google/Signer/Abstract.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÂôŸÖ_ÿ\nÉbšWÈ^]','ˆI‡ö\'’ÂbÑi*«/ý\\rá\\–lêò¾ÃQC4 \\=>I','',0,'?'),('=øaÜŸ»÷µÐ0&','wp-includes/js/jquery/ui/effect-slide.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','å²“a›dŒ‚{2×°Ø','T¡fÃÑbÀø—Áƒº>åŽs;X<`0Ìù<9ºý:õ','',0,'?'),('>ãiˆ%Òø™ðËUÙ,EL','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/coffee.svg',0,'	7XªÝ…£ÁúÚØ‹‰','	7XªÝ…£ÁúÚØ‹‰','÷d–íùr%ô;]ºåæ#†!“~o-ƒmor ŠŠ\Zÿœ}','',0,'?'),('>h\0Jµ\0L÷ÑoW*Ð','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-google-fonts.svg',0,'|yú­˜	4êtÙ@@O\ng','|yú­˜	4êtÙ@@O\ng','GÂ9üžçpbÛ±ú²™êœQ/7]¦r€w3e¦','',0,'?'),('>.¬ÔâîæÃs±m, ìÇ.','wp-content/plugins/w3-total-cache/inc/options/minify/htmltidy2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','…àx@\"^Ä*f†Np;','YÜàÏµ$”EàgÿëßûE%Eì·\\\']O­lqøîO','',0,'?'),('>5ÍË.y2Q[Ú£ã1ƒ','wp-includes/blocks/block.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4ØÌ½éMÇ¾™tÔX)	','À€¬C}S\"!3á½FûÆ±,du½S/©m8Ïz','',0,'?'),('>:©â…ãU×=¡×lú®\r','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_announcement_24px.svg',0,'^^* gË±òjÔŽ','^^* gË±òjÔŽ','¨!Å‰gÖß\Z%ù\rOÜ~UéMðBª³*¯}ò¥n','',0,'?'),('>?u\nìÎüÎeøûb','wp-content/plugins/w3-total-cache/inc/options/edd/buy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','œ³ò,ÓÚuÄƒÝeÞþy','pF’8=þNÚD‰¾¶ñ˜aÐ3ŠÀ!|;9¦‘','',0,'?'),('>GÇ­OäjPÕl¨îB','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/cast_to_int.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+¥î…ø¬ï\'Î¡0Ïg2','Øšx\"ƒoŒ*Iç\nQ›Òj¸·ƒŠçT(óG\Z¬.¢\Z','',0,'?'),('>hÐ©ìXX*ÿv1•©¹','wp-includes/theme-compat/comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','­âÏªÜ-ÔYÚDÁŠs·‘','õý“A8}ÌÍíG(oÜµ¹˜¾SQöÙ:z°ñûb','',0,'?'),('>qlî+ªmÈ\05Ä¦\"†^','wp-includes/js/customize-preview.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÌtQ¤¶MËÊˆøŒ•ýû','Šåõ=êñyó¾0’¦RABíbì¹’)®?=“n€','',0,'?'),('>u¸ë™Ê¸…!4N2ÚÃ','wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmEU9fBBc-AMP6lQ.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Û,Ê;LŠ\'³´dee´Ÿ','¶+GûT}äm)*ÝÌ[’µÓc5½ZÝN-v>´','',0,'?'),('>XÏ Ý3¤ügãÍ/ªB=','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/abacus.svg',0,'iÁÔfqs>¿®éÆJ¦0','iÁÔfqs>¿®éÆJ¦0','\nJhtr†³[k‡šû*W¤¤ñìpa#O¼[v{','',0,'?'),('>€ÕxÛ’Ôé¢	²®	4ž','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_fingerprint_24px.svg',0,'Ñiåvaøa\"[*%f2·','Ñiåvaøa\"[*%f2·',',9,³é9oýoNšSªô}«qGx`¶É 1cÚùŽ&c','',0,'?'),('>—dQ(\"€[9LNŠr*','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_unarchive_24px.svg',0,'•û#{›i Ku€‰Uoî','•û#{›i Ku€‰Uoî','€@ÿQ¡âgÅD*b8©¥±à[%+ñ¡ D‰ð1`X','',0,'?'),('>š;´˜phóœ.¶t$\r','wp-content/plugins/revslider/public/assets/assets/svg/social/ic_people_24px.svg',0,'æL„ëbshåæ…G‰n· ','æL„ëbshåæ…G‰n· ','Pe…[ÉýFü‚¸yš¦ÅÆŸßÝ6VöQwW^','',0,'?'),('>šÜDrÁe¼¬f0£c','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/champagne.svg',0,'ÙgN¨ÜÏ¡ªáõåÅÝ(','ÙgN¨ÜÏ¡ªáõåÅÝ(','˜gÁ¾ ·‚¶á*Íb.8üBÂ¢[Õ»¨vÅ`˜)¤¸ef','',0,'?'),('>©ÆX¹\rýbõßÚŸ®$W','wp-includes/class-wp-image-editor-gd.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ˆ›ƒì\0	1ƒS	ß°ª','’‹Ód•¦ˆø¨ÉÖvò™-“Ã•YÓµ7˜Ö*Pœ£5','',0,'?'),('>©ü¬ÆœÄ\\YÎ¢Pì½m','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_grid_on_24px.svg',0,'t|nÁ>¾+T«”N','t|nÁ>¾+T«”N','\\¥KA/òˆà?Nc\"…3 10>9¹\0yí§)[M','',0,'?'),('>Àû+k´¤ñó€â£Çí¶','wp-content/plugins/essential-grid/public/assets/font/font-awesome/fonts/fontawesome-webfont.svg',0,'‘.Æmurÿ‚I1“–GÞ','‘.Æmurÿ‚I1“–GÞ','Lr7D@yŒ¿ÂÉ‚]NK‡(–ÑtiØG9ÎÀù ÈTm=','',0,'?'),('>à\rÞ#ÓŽ…ß”3‡¸Æ³','wp-content/plugins/w3-total-cache/Cdn_RackSpaceCloudFiles_Page_View.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‰bÒØø¤&¬1rFÃ‹sI’','Íi¦%Š³¾ ÎªÎí\rëð‰€Ë\\ÝmÅÈýÙƒÖôx','',0,'?'),('>â”Ÿ€ÿ[XT°\"žM—ô','wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/endpoints.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c«ä©J€hˆÊžtÉV(Æ','Îà…¤­2\nþI¿_3Zàkðç&½YÔó`M','',0,'?'),('>äù%åG˜fíH‡H]òl<','wp-content/plugins/w3-total-cache/Cdn_Environment_Nginx.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jû¹}\nÈÉÝû±+ã¿ÇÏ','GÙNEÒðËŠg’D•..hgÆ‘‡yŽ´#uÙE_','',0,'?'),('>ïÌ¨k¥¤o\\6Ó«','wp-content/plugins/js_composer/include/classes/core/class-vc-base.php',0,'ãù&1t˜vÚs?‚ë','ãù&1t˜vÚs?‚ë','KnÍ¥\\É$›xYÃÝ[¿@Ïœ@²&ü‚xr¶Fª„','',0,'?'),('>ð#ºž¶1$Ý©JŠœÆ:K','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/ServiceSettings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Rœ¿pÔt*ÇT×ÌìLg','Õ­¸¸¿ú›À[Xmvï·±•ì<ÛÆ	ÍÈE¦óò','',0,'?'),('>ò †¤]‹1\nÞ‚Éå}','wp-content/plugins/w3-total-cache/lib/Aws/JmesPath/FnDispatcher.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4£æìë?˜>AE¢çT','‚[ÂOˆèY˜Doo¸\"àè^Âf©Z_~}›¡ä¬®','',0,'?'),('>ó™ÈÂÓ¥öŸÐà<\0:','wp-content/plugins/w3-total-cache/Cdn_StackPath2_Popup_View_Success.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','À‹÷?\0M…vÚvÀ€','¾Ù{?½P¦H€,\rèC1ZQ}Õ‹¾ƒ%âí»','',0,'?'),('>ùò‚¿˜^Åj¶Aáw\"','wp-content/plugins/revslider/admin/includes/debug.php',0,'»i·SlãÊ-fnm®Ç','»i·SlãÊ-fnm®Ç','ò`$bøtñÎ\"±þþÇò‰¶þøÌ”dËøüÔ|!qX','',0,'?'),('?&y8©oûDß~P7[I','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_switch_video_24px.svg',0,'@Ûrd\\yE¹IFh\0…','@Ûrd\\yE¹IFh\0…','é»Î…• Áræ™ûé¿ °\\/ª9ËQixnuƒ&Ðì','',0,'?'),('?)\"%8SØˆ¸–¬.hí','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/ListBlobsResult.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','wéÌ÷ïOº®Z-ó¨·‹>','oOUjSê)FTáäU“’†ˆêw?5[T…«ugƒÿ','',0,'?'),('?2yT!s|À¨t°æˆ÷u}','wp-includes/random_compat/random_bytes_dev_urandom.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','—®dÊýï¯èØí\ZHrÛ','\nDfdvPÿfŽOn:ž“˜ªa†åÐ³Â‘Š„»XÝ','',0,'?'),('??Q$¥P£¬À.:X6','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload-fast.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','÷Ë|¹K…þïº-Ä	·Æ','3\\3L\r?èB8ÀX\Zò³«N‰8wÐèCû€NU=M','',0,'?'),('?Dee\nçOaÓ.Ëo-N','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Exception/ClientException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÑÇõJqËQ1ÀÂ+ a›Ë','é×ƒ”;Z)¥¬Áï­\"X¬‚òXøœÎâ¼´¤Ÿn¾èê','',0,'?'),('?Užµö½¼š\'_l.…p','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/X25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o>B÷˜	¿Ÿ½‘IN”-y','þåhlŽ[À»¶½†§ñ«(¿l~‘Q÷ußFM²	“','',0,'?'),('?YvŽq_ê—ÿ³Û®XO','wp-content/plugins/wordfence/images/sort_both.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Åá%ÙB¬QxÁSV.D','’¨„ù6ÆÂ\"@XÛg\'æW7ÿ°wôËgJ™ßq','',0,'?'),('?]ýPû.£˜1ÿ´ƒÌ2b','wp-includes/js/tinymce/plugins/textcolor/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ü%i 3ÉáÖÉfäèûÚÞ','(Þ¾ELÙû Õ”b[™ŠKÚ!s¬ÓŠÔnÄ²£Â','',0,'?'),('?jÔL[¸ŒKALé—oñ”','wp-content/plugins/w3-total-cache/lib/Nusoap/class.wsdl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÛŒ–Å`P¤1(«—¼˜.','o·ý)eýÇ›Õÿý¥6úÂ7ˆ{ýØ!ñã½ç#','',0,'?'),('?r¶ï€ººDŒíÄRb\0Z','wp-content/plugins/w3-total-cache/Cdn_StackPath_Popup_View_Intro.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','šA0€Šë°Æ—:”È°B','¢ØºÕ”CõÙR3Q1®»Ÿ\'¾ñlü©ñ;8œáó','',0,'?'),('?6åÛ§R_\0YR¦5Nß','wp-content/plugins/worker/src/PHPSecLib/Crypt/Hash.php',0,'©%\rFîŽ×TßE*aB¥-','©%\rFîŽ×TßE*aB¥-','ÊÆÅÄOÂêš$ –þ{•Úƒ„Uv„ROÞÓÀbp\'íAÅ','',0,'?'),('?«ð=²@íMŽ$#ŽP7','wp-includes/js/dist/html-entities.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','›wÐ)ÁØ·D¿²É’+L','®wßæ>ú‡„¯1KwE²hÄÁ”)ZÒšØØ&É×','',0,'?'),('?¯ws)3¼H>§+:J‚Â”','wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/AmbiguousSuccessParser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v–½õ¦¸…hTIÁ›','$9N •æU\n#¯X@µÌ^Ü&YrdÿÈÎCá\n…','',0,'?'),('?·!{ÿÄçv>ÙFÆË','wp-content/themes/betheme/bbpress.php',0,'›0.&¢PM3®Ø	{Oé\r<','›0.&¢PM3®Ø	{Oé\r<','ÓÙrŠ!]L»\Z®‡™§Ô“b2º¾‡bzIP’-±','',0,'?'),('?¹Ç’ô¦žcÜ¬*9ã×','wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-search.php',0,'àûÏZJ_žg\\ñ6×uó','àûÏZJ_žg\\ñ6×uó','ç¢&§¡Â»Í¿«pòÖÏÖ ˆø¹µ”q^ïAsÑ','',0,'?'),('?¼7\ZaÆä¢»O\ZÀÉ‹p','wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Psr7/Response.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¸®°òs¾ÅêÎöö','ÁÿF2—óÀÀuEy¸•E ,\'ôºk«¥Råô—bT','',0,'?'),('?Ô‚¯¨û‹ü?o}õ–§','wp-content/plugins/js_composer/include/templates/params/vc_grid_item/attributes/featured_image.php',0,'Yðx~³Ñý80\0¡Whí•','Yðx~³Ñý80\0¡Whí•','kÙ2Ñ`……ìnr‹--Ü3­L=ÂàE¬Ár¯íßñ—','',0,'?'),('?ØÊ#Ÿi%©\"Éé|šÊ‰+','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_open_in_new_24px.svg',0,'ù /¯Ep‘n{—-è•!','ù /¯Ep‘n{—-è•!','H;\0ëô\Zc³³^¸*\'„%ØrÁ²¤­NÖ=¿Ò','',0,'?'),('?ó©§¹:ÝzKeqI»ýƒÔ','wp-content/plugins/js_composer/include/classes/core/shared-templates/class-vc-shared-templates.php',0,'=nžƒ£bØ\ZµdAQ:=h','=nžƒ£bØ\ZµdAQ:=h','\0p‰½wµs+-ÉìJÛYE+„´ðØ	¿C|¡™éæ{þL','',0,'?'),('?û±o›Bà97¹“Uq§','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/closed-sign.svg',0,'3À¢ê3å¤Œë]‰t','3À¢ê3å¤Œë]‰t','ê8ºd²€XÖP\Z-].¹÷ßÒeÙß\nG¹Ðå£Lê!','',0,'?'),('?ýÁ~?øàhëíåA¦§9}','wp-content/plugins/worker/src/MWP/EventListener/PublicRequest/index.php',0,'gD,Vë§=\\ÆbP','gD,Vë§=\\ÆbP','k‰À—~	¶½UH\Z¥ÖxƒPêÛAÌ„¢ú<¡ž;X¨','',0,'?'),('?þ@nïÛ´‚n±\Z¹ˆW‰Ö','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/calendar4.svg',0,'@¡ ¤_°ƒ¡óLÃFåo','@¡ ¤_°ƒ¡óLÃFåo','C„pBÉçì%~…mYœ_NPê1£«‹¢zò’§òJ¥','',0,'?'),('@\ráL©4$B­èæ3Nç','wp-content/themes/betheme/woocommerce/cart/cart.php',0,'º?|52jUº®ª‚f:|‰','º?|52jUº®ª‚f:|‰','ï/ðŠèà÷)ZýCÞz±í¢t™ˆw¦ÔfÖq–Î','',0,'?'),('@=Nš¼‰ýh[ñ»C|','wp-content/plugins/duplicate-post/css/duplicate-post-options.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')aì½‚þå³qY™ú}zöw','ìGLü^è‚“›ä><dµüÂU¼tÒ†\\ÆèR©qæ:O','',0,'?'),('@Q ¥Z¦ÆËòo2Ï','wp-content/themes/betheme/woocommerce/cart/mini-cart.php',0,'¡M– L‚:¤ó qòö±c','¡M– L‚:¤ó qòö±c','&±ùæÏÐàÔÙð¦4ìd¶áø¨2™;—\r)UgJA','',0,'?'),('@Vó$õKÆçò<Þ1*à¬À','wp-includes/css/jquery-ui-dialog.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s®$ön&²»´\']','Ž[à1ˆo¤MÌM@ºEžÔ¥Š}™ãÎÓ:~gC±?','',0,'?'),('@]ÙÃ­\\á–¡0 Ù','wp-content/plugins/worker/src/PHPSecLib/Net/SFTP/index.php',0,'gD,Vë§=\\ÆbP','gD,Vë§=\\ÆbP','k‰À—~	¶½UH\Z¥ÖxƒPêÛAÌ„¢ú<¡ž;X¨','',0,'?'),('@`.i–Ÿ^”ºƒïéjÐ','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/ListBlobBlocksResult.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$ùqÕ*B5VAæ,øz·™','k>~‚/Æ°¹ŸÒ*lä¹V÷‹HEÂÏ½ÁÎê\Z¯_Ø','',0,'?'),('@k/ Á¡ŒæI‰?T,','wp-includes/js/jquery/ui/datepicker.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','£UiæÔ°ÓÀÂ]ÇF@S=','s&ÌLgã]È³‹Ørbš(¼^<±ò5f{Êã^k<','',0,'?'),('@m`ÐìÌæsXÿ·–ä','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-posts-slider-2.svg',0,'>¨5^ÝÇýè nž7î™c','>¨5^ÝÇýè nž7î™c','uß¶HÁ\n|òxÀäÖÂIÚÑ\'ŽËóBh¡þ¹òh','',0,'?'),('@o›ºjXÒ\\­üûBäß','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/wallet.svg',0,'žö3Ú‘¥iËT.Ò«ËvÚ','žö3Ú‘¥iËT.Ò«ËvÚ',']ªhàç¡8«£åíâÒH«¯ÜA!=C¢Ù*Õ‚Lô','',0,'?'),('@{s£•²ãª—rfsP$','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_control_point_duplicate_24px.svg',0,'(ªVì\'\\ÕíXâ™4eøZ','(ªVì\'\\ÕíXâ™4eøZ',';^Š(¨÷]çŸ~¶ó˜\n‰¾5n€J4=Fó+C','',0,'?'),('@€žÌ˜9Š#¯LÃy(ÐÚ','wp-includes/images/arrow-pointer-blue.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','wŸübãÎ‡*L«²Ã[»ù','ÝÂÊåfbÏZD1.üºþVìæawÆ4l?ÎñpäµG^Ç{','',0,'?'),('@Ž€.Î86‡ÔL”°Þ','wp-content/plugins/worker/src/PHPSecLib/Net/SSH2.php',0,'Px)ë\Zj°’)ìt\0X','Px)ë\Zj°’)ìt\0X','†qPþ¦È„pÎšð?†½´Ü;&«hâQîK','',0,'?'),('@‹q£\'ô3¢Š€<-\n€h','wp-content/plugins/revslider/admin/views/builder-nav-forms.php',0,'Õ*åqyY]=üÑÍÁ','Õ*åqyY]=üÑÍÁ','ðáøuÕDh8u7ZZ¨?ÌžJSCê˜*v™*”œ','',0,'?'),('@–!ßÿL‹IáÚúèžcÌ','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_map_24px.svg',0,'ëŠ¯ð’Ð‘Fð¢ã¡u','ëŠ¯ð’Ð‘Fð¢ã¡u','ð¨MEŠ6®ú“<‰–ÔÊ_VØÏ\"m€\'^‡ÇÁ.','',0,'?'),('@œ•óÝXÍ¶%\'ˆ,¯x','wp-content/plugins/revslider/admin/views/features/support.php',0,':Q#eDòF>‡Êç4Q/',':Q#eDòF>‡Êç4Q/','Ý3ÁµGõÒºÝì‚N¼`÷§SÁ4é\0ÄD.\rº° ­7','',0,'?'),('@ †Lýùð¥:“ª¶(¸¾ž','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/psalm-autoload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Øp†é\0Ô6¿&¥	ª','uj¿®vÀä—d_îàáù­=\nÞ2fY+ ‚V\\©É','',0,'?'),('@¨:Ôö\'w\nû¢}/<','wp-content/plugins/wordfence/modules/login-security/js/admin-global.1607007971.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÎLgD5w\'|ËIGV©¾5','–}Ñš@üPF§)M³…ö$ÚËjä±”Ñp{e','',0,'?'),('@´È¾»%¹Ý[•aK’œ}','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-accordion.svg',0,'ä•«OúqC¨2Í<<þÑ–','ä•«OúqC¨2Í<<þÑ–','0ÐÑ¹&³É-{-:(ã‘BÎ‹h+F- èæU}=^Z','',0,'?'),('@¹à\Z!z‘žråÊÙWžÈp','wp-content/plugins/wordfence/views/waf/option-rules.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' {<\Zïïè\0\r\Z $Àà','È4fÅœÃ\"\"Å‚>2Là¯\0\"ÍkŠê”1S\nw‡','',0,'?'),('@ºXD\nÃ\nRN†tëÍÓ','wp-admin/images/menu.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','á\r9#‹dóY`	Œÿ','ÙlúÈIE/(¼p­–\0Òpnó‹–T-O¥z\"],=`ï','',0,'?'),('@¾«[0.åP}×.¿¨ªÀ0','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Serializer/RestSerializer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~ðQ”ì×X«¼RÄé','C9låìÝ\'Ûÿ\rAEjÇÎR‰~¤„»°úŽt?(','',0,'?'),('@¿È¯îÎ&Oñoœ‡î','wp-content/plugins/wordfence/lib/noc1.key',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9e¤b\0æÆPOŠÁ¾…”','_Ëu‘öájëÇý‚ÆúPþþ-KOAƒÜ«œ¦ÛÖÓ','',0,'?'),('@Ísñu„ŸDRÛ>³SC','wp-content/plugins/js_composer/include/templates/shortcodes/vc_toggle.php',0,'ÙéäÊ\Z«ÎÂÑt4fE4','ÙéäÊ\Z«ÎÂÑt4fE4','~´“øòàgz|Ùð6\Z@Ð†(!fJ?¢\\le‹+È~Û','',0,'?'),('@ØL½Öß¯7»Ù­kÙ‚E','wp-content/plugins/wordfence/lib/menu_tools_twoFactor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jlF+™¼>T­m/av~3','ZÓßf÷¥k%¨ëyû,ïÑ?ÍSCøU=ÎélhÑ•æ','',0,'?'),('@Ú¾d\n!ª,Q:^£=èy','wp-content/plugins/essential-grid/admin/views/elements/grid-element-style.php',0,'ËÜyVS}oAÂdAË÷','ËÜyVS}oAÂdAË÷','<Ý‡2ºkjû“\'!O9JVœ:±ä-Íæj§%ò–½\n\rV½','',0,'?'),('@ÝÒˆÄC\Zë=JâÓÕ','wp-content/plugins/w3-total-cache/Minify_Plugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¬ëaT¾5ßXM¦MÖ<','o$€Âõ½áam[_¹Úƒ–Z÷Š®)þ}ïèmý','',0,'?'),('@Þ;5‹XõñV¨”OÆZ','wp-admin/images/mask.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','üö“g~¨\"æÒJ÷²ä©Ž™','êž×/<sÄÔ¡ã)Ý\'‘.®1ÀjknƒK9QîôÉ','',0,'?'),('@ãžDú‰ïÄ8‡SdÂø','wp-content/plugins/revslider/includes/basic-css.php',0,'^ª”CgÉ»Ä	¤\0†.Bu','^ª”CgÉ»Ä	¤\0†.Bu','`²~Á¸ÞàKº†’ÇZq;é;xpL‚w€à©þ©iË\n','',0,'?'),('@äþW¸€¿\Zô×)h','wp-content/plugins/w3-total-cache/extension-example/Extension_Example_Admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¯×èkQJ¶îï[½Üeª','mÅ¾†k\\ýíkNg£’ßd§Ô]ÖA™ŒDbæ(´ü','',0,'?'),('@èm¾·ëÅOÅÝW','wp-admin/admin-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_A8[·VöVmÖ!ßÑc','³\n\n­¶d0JdÏ‰HÀFþPk|ÍiÈQdìÍ²8','',0,'?'),('@êtÜR>GœHhÄí×¡','wp-admin/css/revisions-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ñ×=4pUW–3è‘Àkžû','E”l{/ƒ) æÓaÎ˜Ÿ¸úTœ8]iq»(úB¬','',0,'?'),('@÷sZö”^™¥Óèqv','wp-admin/images/media-button-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#ÛWIå…\\¸Ð?ÈÉ','Ÿ<ó‡:»ðtn½kbíwiÝ&Œñ	¸È÷R¡µÕí\Z','',0,'?'),('@ø‘+âTÎ„\'··¥Ù¤','wp-includes/ID3/module.audio.flac.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','îê¥-Ó×œà /fƒÜT‡@','ò_däÿsÖ`CíRo\Z-ÃóY/–X{¸§BÆ›Ã,Oæ','',0,'?'),('@ûxpâÑ£jÃY²M5a','wp-content/plugins/testimonials-showcase/resources/colorbox/i18n/jquery.colorbox-he.js',0,'aÍE¶ÔS)@ª¯G','aÍE¶ÔS)@ª¯G','Cc^çïMÛ²Ú7zéåö¢¬ õ”s$9ÿéi(Ô¤Úè','',0,'?'),('A­lA~i^˜‚›éuÓÃ˜','wp-admin/css/customize-nav-menus.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U ”\0fï[!Vì`c','Ôe‚GŠÄf+#(£rUWÃ	Ÿ+ñ²‰A2ú3Ô','',0,'?'),('A\rÛ¡~$gôiÛŠ´','wp-content/plugins/w3-total-cache/Util_DebugPurgeLog_Reader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',÷…¡&.Øx%_©~FÄu','!ÓõN*»ÞÇ%…Ø‰]r7ÁlÅi`Íß/Ü}¹íŒ¼	','',0,'?'),('AE¶ûô[€`Œ·•','wp-includes/js/thickbox/thickbox.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÕÒH¨sTX{B$ÂÙ­6Ç',';–@ÒÛÿ³û„0(¥{›oŸifKõÏ¤‘EQ÷â™','',0,'?'),('A|‘×à­¢ÉÍ¸ÕÄ','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_30_24px.svg',0,'èš˜£©Û\Z‡9‘UJ\nÌ','èš˜£©Û\Z‡9‘UJ\nÌ','ÇB •ÊÐQ˜ièA ˆK”ë¤gFa~²À¬i$Ì3','',0,'?'),('A1íÁÿ	[ŒQüØVU`ˆ','wp-content/plugins/essential-grid/admin/includes/library.class.php',0,'+KýC›¢«†‘8\\Îfa','+KýC›¢«†‘8\\Îfa','w·»¢YmêmfÑsej}Þ½ó$¢Q®¦d1ŸÑ','',0,'?'),('A;Øª\Z¼¾–Ü¦ïz«','wp-includes/sodium_compat/lib/constants.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Á½¼ß{â»#…²lÅ>m','¬æÙ¹mc(ÍlÚåû\'ÑmtÛË£•[”Ìg¹èW','',0,'?'),('AK<¬ËÒj§œgsrã','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/Precomp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4¬•Kb(å\\Þóp¸B-','ç•Õ³* Ê°	¶ä†[qŠ¦ËœPˆæ‚ôk','',0,'?'),('A\\ÄÜ.¬¨øh†‘ŒÓœg','wp-content/plugins/w3-total-cache/Extensions_Util.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^r£¯féûßÛˆ*\r»œ','±z¯gÔnKnŠs\\®šïš\0ÆJÆõèÏ)Ug/>','',0,'?'),('Aa÷@J§÷óñÂ×Å·','wp-includes/js/tinymce/plugins/colorpicker/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' C¸ÃÈ­?d„{×­V…','¹‘µB¤êR¬\0¨!—ä„š™ú§á•QšŒ®Äï­À\'5w','',0,'?'),('AbÎÁt#È„/-¡Õ†ÿá','wp-content/plugins/w3-total-cache/Extension_Genesis_Page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¯{¡?ûgÖ á&¨.','Aî¬u•ÞD:ÞßÀ‡`ÉÛPBÕJpÆÖò?h','',0,'?'),('Asºvü÷îù‚g“4UÃ','wp-includes/js/dist/nux.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','œ\\¨k8§AJ¬~ûc7¦ü','Gh!X…ò/‹ÅïbyÚ|ÎD<X“	œn¶„¼«\Z}','',0,'?'),('A{&Ï Š¢V>ì²Îs','wp-admin/css/login-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F\núœ3ìóÄ!³§8xÖ','_ªR%ÒSp¾É¾ð‹Âê\nžsøE0¥­µ]«s','',0,'?'),('AUÞ2jÄà+øëÿ','wp-content/plugins/worker/src/MWP/Event/AbstractRequest.php',0,'ÎCZá%€@­¤&”ÜÏÛ','ÎCZá%€@­¤&”ÜÏÛ','tY„jï‰AqDÂýg;@ƒ²ùo;¯ýÐâ¤\"ËNm','',0,'?'),('A\"|>uëÚ”ºà','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_description_24px.svg',0,'d¯–Î16cbÞþšêy]','d¯–Î16cbÞþšêy]','Ÿ3 ¼Þ„ÁÚšíãqBÉD“ýoLõ¹7ø0îPÌs','',0,'?'),('A‘áÑ2ôszSé›ÔÍ^¹','wp-content/plugins/w3-total-cache/Util_Widget.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ïxq|®×\nÿ	f¾Àz‰','™Eß¹/XÃGsOà@çSÚ~-ôŽ-d¢ÓÊ¹u˜','',0,'?'),('A“Fý^û7è¢ó}ÜƒÓ','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Logger.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','·Y:³rí|Ì¿“@Y¼ýR‡','rno|DnÍÁHUæê„È5×Ÿ•¶æÿhåZÓX<Lú','',0,'?'),('A¡¶“üçÏ´®¶#ÿ_n‡X','wp-content/plugins/js_composer/assets/js/dist/backend-actions.min.js',0,'î8gÐD§ \nƒjú …™Æ','î8gÐD§ \nƒjú …™Æ','ÊÒ ü‡¨®~Û÷(Ze—4³Â^p*n|ŒÎ?åÙÀÅ','',0,'?'),('A§GïbÁ[¦ÜÖ]«^','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_grid_off_24px.svg',0,'±É2 ÃäŽì2O°ÁÐP2','±É2 ÃäŽì2O°ÁÐP2','Þ€9(ÛWX=VQm³Î	½¡ÚÈ…¾åyd\Z6^×','',0,'?'),('A³•’NúÊ%cúØšøS\n','wp-content/plugins/revslider/public/assets/assets/svg/social/ic_public_24px.svg',0,'Ù©ÓõC¾C€*ŸÑT¦y;¶','Ù©ÓõC¾C€*ŸÑT¦y;¶','•£æÐpRZJ…%Q)åø_òùù8¬§Äb1Ó(¨','',0,'?'),('A»6XÎ\r¤ñQI«¨‚=\'','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart02.svg',0,'}­]Ôkb÷4!â	wÓ.{','}­]Ôkb÷4!â	wÓ.{','PŽJL®\"Õ†þÞ|€p…¦#P¥qP7œØC¨cÛ,æ','',0,'?'),('AØ»#¨²¹\"óàÅj­','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403-roadblock.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',y«ÅçEâýl=ñG~	:',' ×5~æ6X/â¯ÏÌh™B;M·\n4gå\Z‚\\IlÃ˜è','',0,'?'),('B^æÇt›p„k€Œòÿ!ú','wp-includes/sodium_compat/namespaced/Core/ChaCha20/IetfCtx.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','RÙ*LÓTGâé4%P‰´¹','-–‹ÙÖ©nFJ­&TÓP•o\\Ï“\\Ž¹¿æ2–íß','',0,'?'),('B!Ý¹6ø`©`¢É	eâ','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_fullscreen_exit_24px.svg',0,'´€OsçTãJ£Ùªgÿ','´€OsçTãJ£Ùªgÿ','+Û¥åãÛ‘=óù‘ú¿ÏqDX3dë‹,!ÐÓ','',0,'?'),('B%9Kh¶m«DwÈ','wp-content/plugins/w3-total-cache/lib/Google/Client.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*èC/@á¤åcy=r_¼','¯Ÿe÷ÂtŽÞ®Õ‡Òü\'›ŽSþ©OÂ%ÊjÚŽa','',0,'?'),('B%÷;wëÓ¡½b8nLKÄ','wp-content/plugins/w3-total-cache/Extension_NewRelic_Widget_View_NotConfigured.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m…¥.iÆe]:çRaÏ…','uâ/–F¢w®–ÓÜ5­áá`XßÇóe\Zoa4J¢','',0,'?'),('BJ’„O¢žä¯ü†zD±','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/config.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÍÈ{ö1¬MRœKE_ßú/','|qŸUUÑ¿ÃŽ|z¹G>*“Ûœ\"‰éæI¢þÝ;ƒ','',0,'?'),('BUj”v\\Ñ£â•ááè(«','wp-content/plugins/wordfence/views/common/license.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y^§@:FÂgãq]pí!J','Îõ†ËÐ]©|\\Í\\G$ªy[À\\Ž¥Jæ\"ß','',0,'?'),('Bh°D÷j7‰¿‰Í„q¤`','wp-content/plugins/js_composer/assets/css/lib/vc-entypo/fonts/vc_entypo.svg',0,'oÑ¶p$¢•™êÎÇ…Â	','oÑ¶p$¢•™êÎÇ…Â	','F5œiœó?ßÉòðmÝ%Jjûy{mP²\n¥›æ	¡Ol±','',0,'?'),('Bj79é¦ãåpAžþofñ','wp-content/plugins/w3-total-cache/Cdn_GeneralPage_View.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','™h®Ù°¹ØH]2Þö€','MÉR3Žæó|;6ZF¸uŒ¹E?eÊÿÿÒ¡]jõkš','',0,'?'),('B†¡j„)ßÐq¼DŠS','wp-admin/install-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','€‘WêAoq‡+C2XdÄÒ','ãW>¤;šç%Ö6sÇ%T‘ë¹òvÎèª#o(Ê“ù','',0,'?'),('B’Æðêý¸ñ>ò&Î:`','wp-content/plugins/worker/src/MWP/Configuration/index.php',0,'gD,Vë§=\\ÆbP','gD,Vë§=\\ÆbP','k‰À—~	¶½UH\Z¥ÖxƒPêÛAÌ„¢ú<¡ž;X¨','',0,'?'),('B—@…>Åú`KaÐ…âó','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-text-block.svg',0,'’.mwò³Ì³»F‹nÙ ÑÒ','’.mwò³Ì³»F‹nÙ ÑÒ','5Ÿø\0 #`¦}\rEòk_¢ü[¬âÂ¸6S4ä´j~Ã','',0,'?'),('BžûõQÁ¢ÓaUÿ%','wp-content/plugins/wordfence/views/scanner/issue-knownfile.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÍG^=²pŠ=$÷§\Zñ®2','…RK6‡×ÄN\"3*\"»JÏ/0ié¢x0Ä','',0,'?'),('B®z2Ûé9l°*»iŽ1$','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_money_off_24px.svg',0,'ÇÙïb+æ–&ÍVé‚R’','ÇÙïb+æ–&ÍVé‚R’','ˆÅú]B÷[êVy÷åá3yŠ ‡*Ù-Ä¶uë6¢¢','',0,'?'),('B³ÀS†B¤Z2(¸ÿ_\r¢','wp-content/plugins/revslider/admin/includes/loadbalancer.class.php',0,'jq×Þ_TœÑˆ8#','jq×Þ_TœÑˆ8#','¥±ŽÉ‹¶Þ¡ž2QÐd¸ä“	\'§ÈaÔÇuEðü}ê','',0,'?'),('BÏµ‰ÈóH@xª¯/','wp-content/plugins/wordfence/waf/pomo/po.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','´Ôäâfîf_wJ{<\Z]\0','duÖ½OÖŒ±Y¦F%{/ uwæ<á¤A}Ç9î;\'ñ','',0,'?'),('Bâ«D­Ô`·‘Ðlì$','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_railway_24px.svg',0,'+£ëHF|€z~æ^-0ž','+£ëHF|€z~æ^-0ž','æ\0’KIëz“CÇçàYî«\r.ÕÊD¨O ‘ƒ+','',0,'?'),('BæºP‰X¡WÌã6éË','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Int64.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' õQAäL›’Üóšœ†Už','™ÜÕG±¤\n<.\ZW‡r´Ø£ÊªÇãÃ˜¢)','',0,'?'),('Bé‰´n	ÀeŽ…¬ÎN','wp-content/plugins/revslider/admin/includes/import.class.php',0,'Á¸3~ÀaË”Q•`¤@ÉŸ½','Á¸3~ÀaË”Q•`¤@ÉŸ½','ñÄÙØ5áo»±´C\0Õº]OÁúüy^\\ôÿs','',0,'?'),('C\"\"#•Ä7‚âúa\'Ú','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_android_24px.svg',0,'!®BÍ¶4%`€wƒ4Þµ','!®BÍ¶4%`€wƒ4Þµ','BÈìj>äij£€°\'Lïó“¿ŒGqŒ\rkBìè7d:×·','',0,'?'),('C?¡Ô\Zw=°Ì—×O/g7','wp-content/plugins/revslider/public/assets/assets/svg/social/ic_notifications_24px.svg',0,'Rÿä]»Þå‘(w‘Ù§n','Rÿä]»Þå‘(w‘Ù§n','e³o>»yg\\Êæ‹PK¿3”4+w«e¡¡\0','',0,'?'),('CB}Š&UÑ¡¹l(Cû','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/plant.svg',0,'KÈk‚%8Ù2Õ|ú9Ò…ó','KÈk‚%8Ù2Õ|ú9Ò…ó','V/h™‡º¹|ªlš\r&ÀO¦Ù9\0õär-ReÝdæ','',0,'?'),('CMÈú%K.I„W;(äÙ=','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_import_export_24px.svg',0,'Æ|­Ó¢›\rezdî|5','Æ|­Ó¢›\rezdî|5','5„…ªEaIÏõj³\nÄÝ^_V$¡Þ%cÝÚu-š…·XË¥','',0,'?'),('CN=¹¥µæ‚ù—ˆAÜø_','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tools.svg',0,'È~à_œþÐzø”üÔ¸ã','È~à_œþÐzø”üÔ¸ã','%“Ûss-\ZÎ;ƒÛÍôÕ‚½ÿX¦®,Ì&—û/á_!','',0,'?'),('C[Ýª‚R‹î¥Tktª ö’','wp-content/plugins/w3-total-cache/lib/Minify/Minify/CSSTidy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ì?ÅÏ	ðÙœ¨YpÙ¸','êJ=À‰ŸÔ[e–{%y¥BÙ†7:Æz L…™E{I½ø','',0,'?'),('Ci5 ø}uÿªhÿ;','wp-content/plugins/js_composer/include/classes/shortcodes/vc-googleplus.php',0,'Q\nîÎ¦\'~Ç«`‰õ¡>','Q\nîÎ¦\'~Ç«`‰õ¡>','2Õ+ê?8¶¯üi–çÁSŠ±Ø’ý%¼åtÎ8çJiiÃ','',0,'?'),('Cuz‡Eæ#i¯½Ô\n«¤','wp-content/plugins/w3-total-cache/Generic_Faq.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','£Ö÷Ý§F›‘¯‹­wÂu','4zcAãÆ]:³uX(Û‡2]™ñ±~òiªjQÓM','',0,'?'),('CcèˆiF›×hè.n7”','wp-includes/rest-api/endpoints/class-wp-rest-settings-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Î¥|]™á¼ðÆaMøI©','?F¡óÞ’[>~¿l(:ýÄòbîê¨Øj£9/U®Z','',0,'?'),('CEz@Ú\"ÿÂÃvù~)','wp-content/plugins/w3-total-cache/Generic_Plugin_AdminRowActions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','…J¤qê2÷RøÙÛµwÊ','Í¶Ô\'±¯ì¡±ÏJóÈKòöy=^¬ð¶|³ã¸ÉT¦\Z','',0,'?'),('C‘»ÔIþ»ÞS7ï<','wp-content/plugins/wordfence/modules/login-security/views/page/page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ð¨>\\g®ÉÇ¡á$«ÌcÆ','Ê÷„ii¶›G«CªÏÅéN€FLÎ)7%Ê™æ','',0,'?'),('C›¨gGÌ•0æË9s','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_fiber_new_24px.svg',0,'Y<i“Œ²ï„íCY0l‡','Y<i“Œ²ï„íCY0l‡','ƒEzç>h‘e·„R(!Ô©\"D„&ºzÙtÒ3ü…Y','',0,'?'),('Cœ§Tk€ª‘m5Éö\Z§','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_explore_24px.svg',0,'ÅMð4Œ\rl¿l§¦›','ÅMð4Œ\rl¿l§¦›','ªÞEË£«/™ÊøOßèS•§9’hZ‘\\ÏöTáÇdï\'h','',0,'?'),('C­î›/ˆ@²l«‡YÁý2}','wp-includes/css/dist/format-library/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','×‡>êˆõ%÷“x¶l8?','>ÑL+D¯_©^xÕð9ý”Ëc6f!\"³*^ì¸','',0,'?'),('C²ØšÖT¼Rª!vF{','wp-includes/customize/class-wp-customize-nav-menu-item-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*:UÈ›óœJ>˜Êhóz','=ùCóÕÔî\0\"È—ýgpÔ{´¢KÏ®DÜ\'ø','',0,'?'),('C¹Š@±¯ˆWÊ\\àí','wp-content/mu-plugins/0-worker.php',0,'<´~u¶‡8å¥†hC¯','<´~u¶‡8å¥†hC¯','fô20Ûºš\rÖ¿×ìáK{®à›Jpã¬„\0½ßÚÇÄ–','',0,'?'),('C¿|Æò9/x}¦W¦Î','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/bookmark.svg',0,'—üØ]óã(¯÷Ò\0É9’','—üØ]óã(¯÷Ò\0É9’','lÎ`ó-ö5åŠa¯«¸@<Gb Ä\n^Â*\"á=…³q','',0,'?'),('CÀÑéT«Â©á]*~¡<ê','wp-content/plugins/js_composer/include/templates/editors/partials/vc_welcome_block.tpl.php',0,'¾¨nðC„Ž5Ñudœ+\r','¾¨nðC„Ž5Ñudœ+\r','wÜ!˜ÍPÈem\"ö£õ0™9\"4²÷*fÒfÂÞl','',0,'?'),('CØ²êdW¬W¿óç–$w','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-structure.svg',0,'ñ‘çnbÕiUËóÂI–ì','ñ‘çnbÕiUËóÂI–ì','Ó6z;.Oê –™|oØ ·/€QÒ‘ÊÍ;GhÜ','',0,'?'),('CùIß)\\t&phDéÇP','wp-content/plugins/w3-total-cache/CdnEngine_Azure.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U\0~ä­bð±´˜‹_\\¨l','ã7Þ|õãÁAÆË¸’Æì˜¬uZ¿omñÒNÿ^','',0,'?'),('CúØs\\§\nò–àÚsŽÕ\'m','wp-content/plugins/wordfence/lib/menu_tools_whois.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ø\0JM(]ƒêð§¹\Z7wÂ','[:QÝ”qÆF/q°G;N—@K¤…q08ÇÎ¤OÊ`[È','',0,'?'),('CÿàUA“®—ý°¦OB§','wp-content/plugins/revslider/admin/assets/js/plugins/codemirror.js',0,'4G·˜–à%-qûë','4G·˜–à%-qûë','‡Yú!P\'xíi¯Pl¦E.²˜ŠÎešÃýà?ª5','',0,'?'),('Dç;‡˜mËŠ=Ñ¶§','wp-content/plugins/w3-total-cache/lib/Minify/Minify/YUI/CssCompressor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Õ´ã„ˆÆ‹ÈLÀïºn³8','™_9ƒU…]K<]\n•¤d%‹&¢OŒÄEþÆ±’>ˆ','',0,'?'),('Dm·\n»½z—H‚ÃS”ïï','wp-includes/images/crystal/document.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‰\'^cšsÀùÄD‹ù3T\\','gætê»( ÅŽçˆk`5Í’¡ûJ·ÌM5®ÂÂ:jä','',0,'?'),('D*¿æá¸ÓM`¾¶Î<€·','wp-content/plugins/w3-total-cache/Extension_NewRelic_Popup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Á¨ÔpÕéßqB¼“^BqOg','\"ŽoQ7‚ !âxsq¿0(¦Ã«ÿ…†lZH^','',0,'?'),('D.÷îˆö:•\0¾¥SÔR8','wp-includes/ID3/module.audio-video.asf.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^ÊÀOoºxª&]Í©\\L','Í†%F	Åî/\r¾ž:®ñ›ËãÍ0;>ï_M3íÙwâø','',0,'?'),('D0ü­R¨(\n‹ßõ»úø¤','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_mic_off_24px.svg',0,'g^VgˆKÁŽ-$¯Ì','g^VgˆKÁŽ-$¯Ì','°b}UÛ«¦Ý:œ·šoÜZó¨³²çt‹[qpáŸœ0#O','',0,'?'),('D6mËeŽr{pKèO’','wp-includes/locale.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‡Æ²\04¦)oóybU^¦','Ã<Ò6n\'úJšÁ³åô_ÁÙ	ŠS%ÑáGVJ','',0,'?'),('DHR±ûiÆeã&Ø¦õƒO[','wp-content/plugins/w3-total-cache/CdnEngine_Mirror_MaxCdn.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','î0ÑlV–dèo64ªÔÒö•','q£-H5§û¿Z×¬ZžT×©RÌNÚY#>Å·«','',0,'?'),('D]ò^CÝW}%2bf:=0','wp-content/plugins/ga-google-analytics/img/250x250-ga-pro.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xIEE\Z@Ró+†˜ÇL&','Gt$¤Ù ©Ïá\ZÎïQµZÞÕí¥Gj”&Ê¶sõ','',0,'?'),('DlÜÖ“jø\'aÏ\rI\ZB|','wp-content/plugins/essential-grid/admin/views/skin-font-awesome-list.php',0,'MåðÈ´sµñ„œññœ/o','MåðÈ´sµñ„œññœ/o','8±ƒº\';ðliíâøìÄ÷vwX6ÿ¢ècö','',0,'?'),('Dm¤¦uäÏ£“!ÂI—5H¤','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Isp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','º”pÙ½­¸PªÛ]GÛ','Œ|¶Ÿ )Š©YûM÷ô,3÷¾¥0çÊ\Z*‡9íp','',0,'?'),('D…c\'d÷Ñ_–ñÈœXˆ','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/paper-clip.svg',0,'\ZMøíZHæ´ß(JjÄÛé','\ZMøíZHæ´ß(JjÄÛé','³JS^ï¤¨j•5óŠw‰·¨;Á#--€ä²—','',0,'?'),('D©z®^j¸)gÆ)sæ\"','wp-content/plugins/worker/src/MWP/Action/IncrementalBackup/index.php',0,'gD,Vë§=\\ÆbP','gD,Vë§=\\ÆbP','k‰À—~	¶½UH\Z¥ÖxƒPêÛAÌ„¢ú<¡ž;X¨','',0,'?'),('DÌöÉuš\rÅÂ‹ˆÉ²\Z','wp-content/plugins/wordfence/views/scanner/issue-commentBadURL.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','––4Z?d—•¥â¢¡','1XaRpLrIO%˜%|\rÎÖVge\0¯-bë^–n½=±','',0,'?'),('D’Éñ¾Õ)baëkÚÅ{ËË','wp-admin/includes/admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÊÕ\'ß\npòZÓ,ýÀóv ','kþ_DRH{Åè\0§#ñ6Z»~ô’}ÉãÊÝuÆåV±','',0,'?'),('DvgiÀ8à6ZùMI','wp-content/plugins/testimonials-showcase/layouts/grid/js/colorbox.js',0,'åÉC	™k6‡©à!GÞJ','åÉC	™k6‡©à!GÞJ','É£¬JƒÆ-\noF€^‡\'G%]Ò]åc[åS¸þ\r','',0,'?'),('D¤·Ãµ£æŸÐTaù','wp-content/plugins/w3-total-cache/lib/Nusoap/class.soap_parser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Š)µ²a­1?ï¿ÒBŒÁÍ','¢Ð\'Ö}ÍÛqË0&¿S#’ßÌ8µá£ø JøWñŸI','',0,'?'),('DÕ¹ïÚø»åØ$Oaª£éô','wp-admin/css/colors/ectoplasm/colors-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#fÜâßM[\ZºT˜Úë','íÁ€šò´N¨,EáøxEÙŠ\'Ð&;åÝ)¯Óf(‚&','',0,'?'),('DîT[Ç-ÂáýUáöøð°','wp-content/plugins/wordfence/views/options/option-toggled-textarea.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ëˆ£ôE	ÓËxbH$—Ât','ÝÐF„ßÙm0ø©ÐjC,Wð$úš‰•=9†ÿn¬Ô«','',0,'?'),('Dï+’¹Ðyç¡©ôhü¯','wp-content/plugins/w3-total-cache/lib/Aws/JmesPath/Lexer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¿{œ.ù=ÐÏ×.:	àp¹','EÍª<ˆ ì›T\\eÙl²Œ¸Š$Û¶›\n»’¯R/','',0,'?'),('Dï²Ö5\n\'å\\¥Ã~W“‰','wp-includes/category.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','È`åðk³3whÖÞk‡Í”','GË>ŒF|59¼Å~Àq|\n&\0Û£R	lð','',0,'?'),('DñÿämZ)D;¬B%‘>I','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_expand_less_24px.svg',0,'CÑ`BÑ9÷¸ßŸV,','CÑ`BÑ9÷¸ßŸV,','rbªÑ=Pt¸¦lœC5w¿òìdNyL©aR~¡UÅk´','',0,'?'),('Dý¿‰z í€iC(ÞÛ=','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/safe.svg',0,'%gÞzúŒÝMq¶Ì»H','%gÞzúŒÝMq¶Ì»H','‚qÝ}½ô_ŠÁB	QÜõÝ°ÊPã35ˆô¤âgìã›Ð¤ª','',0,'?'),('E#ÍÕç-v37Ù6ëÅ¤','wp-content/plugins/wordfence/wordfence.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G5nXúDÌ_a¿o”÷D(','L?ºÌ®¡Jbü\0%úí|ü·l\"ÝLÐP§Aôƒ?üz','',0,'?'),('E,kObŸð¬ƒä¾çnšIj','wp-content/plugins/js_composer/include/templates/pages/vc-settings/vc-automapper.php',0,'‰ÐøF–H÷ž\"}è:K¤€','‰ÐøF–H÷ž\"}è:K¤€','ø¡˜^ý¸¿â†¦BC eã>–GÇ\ZyŠq9´\"Ö;‡ö','',0,'?'),('E/!mÑ„Þdq´_Ú1Æç','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_perm_scan_wifi_24px.svg',0,'ÆW_¢MJ©Îx˜x|ZH','ÆW_¢MJ©Îx˜x|ZH','>%cóuÑ¢3¤LÑ—~\'¦H9(Ð¿ûaÅÙ,®Î','',0,'?'),('E4í×fu\r#R:k!jgh','wp-includes/js/wp-list-revisions.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ŒÀÝ} \ZñÛ¦_ãÄ8K',']\r«Ïoë8ÚY 6—œ)ryW?ßYˆýÂâªbáz(','',0,'?'),('E5ü;ÕÖÜØtR‚“$LÙ','wp-includes/js/dist/element.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oáôƒÖë|+;Û¥ƒ–Ï\nÏ','aY>Ó²5=sàçyÆ\"^·”ŽåëºýìSnJJª(ß','',0,'?'),('E;ôrM+ìeô‘&·QÌ3f','wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_dragndrop.tpl.php',0,'á­ÁåÃ +çŽa_¥c^è','á­ÁåÃ +çŽa_¥c^è','’ g‚ÇÝÍlQt5¨C¦În_èå:\Zšçðê—','',0,'?'),('E<V6;´N¢K©_³lSk','wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-icons_222222_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L\'³AV·£wo1ÌEl ','»#/½r¢˜`ež,íc¦[þÝÖ\'@”â©Ë‰ÂÎ‘Ë¿','',0,'?'),('EL/£Ò“\Z—Ä[ƒ©¥Ç','wp-content/plugins/revslider/public/assets/assets/sources/index.php',0,'ÔŒÙ\0²é€	˜ìøB~','ÔŒÙ\0²é€	˜ìøB~','ã°ÄB˜üšûôÈ™o¹$\'®Aäd›“L¤•™xR¸U','',0,'?'),('E[@N\\ûü¹8¾}¶Ï+±','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_connected_no_internet_0_bar_24px.svg',0,'>«‘¼+Ä~PÔ†œ){8*','>«‘¼+Ä~PÔ†œ){8*','Ÿ·¹°+pFL°Ãš`Ïnïn©êŸWOw‡AÆ\'Ž°,ß','',0,'?'),('Ehû¡°Ëýí¹ìÐ@aq»Œ','wp-includes/session.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ïNRM±‰<\\÷ ¼±>ôÀ','}éæ­¼k+8M†U=<;þÙt–¼³I*,ã4#½','',0,'?'),('En‹äÍé”Æ?OË–Ú:ü','wp-content/plugins/duplicate-post/src/admin/class-options-form-generator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ñ*ª©y8@»$®n','5d³£ô`CQ3M…;ëX6fÊQÜNŒI˜MvY\ne–','',0,'?'),('Es.ÝÝWöŒè1\Z|~Áù>','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_alarm_on_24px.svg',0,'“ž›G‰^ž¹ô(ð3Ï\njn','“ž›G‰^ž¹ô(ð3Ï\njn','?No!u¦…Ù=EHC÷Âñuœy‰â‡cÄà:Šn','',0,'?'),('E„»(ýzRA1;eNÇqD3','wp-content/plugins/wordfence/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2ÁèeØÂÂª­ë\\ÆÁog','ƒ— ©Šo«ìé¹M¢J#‘A|˜ßŽõ(žÝ;6R\nð','',0,'?'),('E†’1´VO‹]ñš','wp-content/plugins/testimonials-showcase/resources/colorbox/i18n/jquery.colorbox-da.js',0,'³9Á46ÊÊ‰8¶ÚÄ³¥ˆË','³9Á46ÊÊ‰8¶ÚÄ³¥ˆË','‘Vr‘pç7²dnøW6™*ÑìYx(rêyA| ‡E–’','',0,'?'),('Eœ}¾~î¥MÊÅ-Û]ˆa','wp-admin/css/widgets.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','–÷¶K\n):Âä=\"Eh','&ŸÛ÷õ!r3Ê§£#ž­~^‰œºDâÑåyœó~òS','',0,'?'),('E·d­•…œíZEÁZºw','wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','š?#Ë\\²’§KÙUtN','.Y»Cè…#(š*‰–wí‘¹_¨9#.Á#tVß‚é\'','',0,'?'),('E¸Vàó÷,Õ%¦×,SM=','wp-admin/ms-edit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P3¹\n§ê7|L?MtAº³ß','aƒäÀ‰ÖÁcÄsc\Zƒ¹\"âVèÁL\\¼Ñšµ','',0,'?'),('EÖ|}¢žÏäzáBM>˜','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/phone.svg',0,'áÀI%ë¶+Æü§S8?','áÀI%ë¶+Æü§S8?','…\0¿·µ¥·mŽpë‚íF´ÒúÒúut+xQHb6','',0,'?'),('EéB3AÇÉô-\rÜ&!ÕT','wp-content/plugins/wordfence/modules/login-security/views/onboarding/standalone-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ç·CõG\ndÒá¸änMvÜ','ç¯ºõŽw… ÇFO^Œ `&Û|ïp.0ìE„)·\ZL','',0,'?'),('EõÎÕ¯Ìw ÆÛ‡,í1','wp-content/plugins/essential-grid/includes/InstagramScraper/Endpoints.php',0,'¶§“2X@Nã€¯~ðŸœ³	','¶§“2X@Nã€¯~ðŸœ³	',')æŒ”°1jÏÍ=Ë±Æ‘2QÖ\rê\"¶×¥Ùç)›','',0,'?'),('Eö–M«Z;ˆx$>:_~','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_usb_24px.svg',0,'SÝG*‡mêÉ4‰iÃöS','SÝG*‡mêÉ4‰iÃöS','‰Qeax×â¶H£$¨Hu*ÜÍÂ\'°«)Ëgáû‘\0','',0,'?'),('E÷Õ—¸_G<ž›“½^','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_add_alarm_24px.svg',0,']4&?\r§R4¤šÁè»‰N',']4&?\r§R4¤šÁè»‰N','¨—Ñ•œ~™î£=+ê£:s	vbO5Ç0.\rŠ#Ô\00d','',0,'?'),('Eù_ú¯k±ÌêKuváo2¿','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/newspaper-pen.svg',0,'óíûÒ†ˆïú3rÁÇPn','óíûÒ†ˆïú3rÁÇPn','É¥J!hHù7â%íZ¢\"HS;†$0ŸaôÓŸ–ai²9','',0,'?'),('Eù°cÅ‡ä\0†‡ÎNáòû¬','wp-content/plugins/worker/src/Symfony/Process/Callback.php',0,'ƒOwa„Ëëîæ>/¦æ','ƒOwa„Ëëîæ>/¦æ',' ‹&?L+†ðaR-ËˆRÍØ8ªûŠÕ&ûvñÙy','',0,'?'),('EüÝ>•J‰2’æ,¯à','wp-content/plugins/w3-total-cache/lib/Minify/JSMinPlus.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','úKôÍ+µœ\\–ð¦º*±','ÎCâÈ3„(y\0Ó¡f‘R“âð€É©ŒTIwXf©O¡','',0,'?'),('F–HÈlëe“É#Ý','wp-includes/js/tinymce/skins/wordpress/images/more-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l,×‰rÏ%¸^x¥%','þêÃY=Ñ_®b°»|Ê§&f,¬‰<¼Ã£¶¤¨','',0,'?'),('F¥¼Å9‡ECWT-åÇ±>','wp-content/plugins/revslider/public/assets/assets/svg/file/ic_file_upload_24px.svg',0,'oÒà¨ÔS{œ!+r|¼','oÒà¨ÔS{œ!+r|¼','JÎhŠ±åã¯‹#Š´¹3mÄ¤cìÚŽŒ23è\"þå}','',0,'?'),('F\r™,@>ïŸ\0»ª¢±Ord','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/lightbulb.svg',0,'-ÄYrFåNOÐÖ®Á¸','-ÄYrFåNOÐÖ®Á¸','c‘*\nöÁ±óåß¡XýLp®¤¾KëHo=¯€­I','',0,'?'),('F\rºxÓw~Û\rÜ±´ç\n¦','wp-includes/widgets/class-wp-widget-search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¶}§—zàYsÐ¸]«','H:Ùwn™ë¸Èn8VÁ×9Ý\'ÉtLYÆ­Bq¬ÅäÄ','',0,'?'),('Fâ\"†\\850ˆ­:½¾.ì','wp-content/plugins/w3-total-cache/lib/Aws/Aws/CloudFront/Signer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','RUf½«	ƒÆQ¾b¥þ%¨','Ôàî)<D|«9€!\\y]Ï8¤ürØ\rÖŒ[ŸÂØ','',0,'?'),('Fm¶%µº\\iý³¾\"','wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/StreamWrapper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ïolW[‰JœÅ;šÜ_','HÆ¡á/nob·ÏOÅÖaF~¬1³QUòï\'FqöTØ.','',0,'?'),('F0‰6<¿,AÌé-KÞã^','wp-content/plugins/js_composer/include/templates/params/vc_grid_item/shortcodes/vc_icon.php',0,'@?ýü#8´ß^Tæ0]À','@?ýü#8´ß^Tæ0]À','z¹™Hê‘tœwJÎt«Õ{í÷9viÃ²Wëë£\\','',0,'?'),('F1#ƒ:ôÑÁ/¬m.i=','wp-content/plugins/js_composer/assets/js/dist/edit-form.min.js',0,'ò‡óƒI­ZÃ¤SÝü¤ç´','ò‡óƒI­ZÃ¤SÝü¤ç´','™1ˆ·ínËçÏhôRœ¹ý²‰mðXf|¶·Øú=Û','',0,'?'),('F1+\Z#÷+dÓ{‹wÎ{','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Poly1305/State.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','þ.D6·pŸišr`¶fwÞ=','Ä2É±KJ73†ñx§2ÚM2°®&˜+·Œ•Lü‡L','',0,'?'),('FCW.ö3£±¦\Z±UÍ','wp-includes/js/jquery/ui/checkboxradio.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ë‚œô_Ïæü>º²Klk','Äšë¥8Ò\nm¦·r+\"ÿ?ƒ~iLOVR~»C','',0,'?'),('FFvŒ‘V;vð8/ž\rµ','wp-includes/SimplePie/Misc.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¶¼IÃÉ\Z°Ü}[ X‚rb^','UÉl?lšNÖv6Ê0\'€,ûð(N¦ô¬‚\0É&ÖÊ','',0,'?'),('FHŒŽ¼30m:½¸s›¶','wp-includes/js/tinymce/skins/wordpress/images/dashicon-edit.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xRÞ	¬YµXžÔÛÝ¤äÞæ','m¦Á¿\Zc¼§—Ä­Íó¶½]ðïìŠ[ˆÔ^ÞP…·w','',0,'?'),('FIïÂ¨Í.xNTÑF×','wp-content/themes/betheme/bbpress/loop-replies.php',0,'¢qßog¼B³¢£Í4IÇ','¢qßog¼B³¢£Í4IÇ','¾[n;ò¨;0èFFÑ áLd\r(¤dþÀ‰Ï˜','',0,'?'),('FUËC¿4UO%èú9ÈO','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_track_changes_24px.svg',0,'‰NZnnM®Apñ:ý7k','‰NZnnM®Apñ:ý7k','ñeÌ9Ž³(»ˆUû@{	yøÕ•ËH—Î?pEp#','',0,'?'),('FY4ö\0M\"ŸBÀ#&„','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_2_bar_24px.svg',0,'³8p¼_é|\'Fwún2G¸','³8p¼_é|\'Fwún2G¸','ÿO±Sº¿4B¥eÄphÂ5ÑÝG0“‚òà','',0,'?'),('F`ðAçn–‘ûã‰rŠ†','wp-content/plugins/w3-total-cache/lib/Aws/Aws/ClientSideMonitoring/MonitoringMiddlewareInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5XQŽý*Œùþ‰Ì“','CZôA7\nGÝÙŽYá%¬‹âÐ.¶ŠÓ¾m»Â…Ô›/','',0,'?'),('Fka³— ÆÆDY¸Sr','wp-content/plugins/w3-total-cache/Generic_Page_Dashboard.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ZgFÅí•\Zƒ.µNsÂ','yÚÿŸtovô¿¦;V†ò£>S¸ìsMÏžjq¬ˆòÓO','',0,'?'),('Fr…†u’mºˆ	—E]†C¶','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_blur_circular_24px.svg',0,'Ä·®Þ¾¨E­w(WD>Í©æ','Ä·®Þ¾¨E­w(WD>Í©æ',':uÄÜZ×á\"Êµ\\ª­à0oP¬øîöÏx\\Ž#›UÔ','',0,'?'),('FyùØ{$O\\ÅÍÙò','wp-content/plugins/w3-total-cache/ObjectCache_Page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','·FõûBþ©£O¨Ü¸oÈ>','À›&µJ3ÆŒp·šNk¸è(½Mãõ¥÷;›à¨TÐ§‡','',0,'?'),('F|÷œ§§wÜZQ,O—þ','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6ÚãÏ?Ñ\nå	:®Â›{Q%','„ß—ZªIK/IµøwÂ¥‘Ovy›EøBi\\$G‹&','',0,'?'),('F}rÔ™Ö›ÉÛàF1¤îÉ²','wp-content/plugins/duplicate-post/src/handlers/class-link-handler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÀÙ?ú iã¸mˆØþåVê','ä©pî33½1ÓÐ±üöòŽ5‹yÝ¶}Ý–ÂV.¡Ÿ³','',0,'?'),('FÅ›+©÷ŠÂ„qB–Á\n','wp-content/plugins/essential-grid/admin/assets/images/sources/index.php',0,'ÔŒÙ\0²é€	˜ìøB~','ÔŒÙ\0²é€	˜ìøB~','ã°ÄB˜üšûôÈ™o¹$\'®Aäd›“L¤•™xR¸U','',0,'?'),('F’Ù_=^«üäa‡E®¦}','wp-content/plugins/contact-form-7/admin/edit-contact-form.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r¦ƒ2Äìÿïê ÷Ý=á','¨uû~Iç\02è\0GËz€*3IY„d´ï[aš¡áµ”»ô','',0,'?'),('F™\")Œ˜˜™!ˆÞm','wp-content/plugins/w3-total-cache/UsageStatistics_Source_DbQueriesLog.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','­©lrw¥â}*;•Ç','Ê§‰vR\ZñoIÉŒ\\kkÿ¿ÄhdÊg©w2P/,;8ÄM','',0,'?'),('FžìBeáhÒÚqž‹','wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-recentcomments.php',0,'ì“ €L^°Ž€äXñ','ì“ €L^°Ž€äXñ','²À°½y`7‰Äðˆ*‘–ÓOÛ+Ó+0ìŠE:Ä\0w','',0,'?'),('F­\\ºC?ÌZÖúöÖý','wp-includes/css/customize-preview-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Õ2)\r©fG b0}ÏÎ,î','û‹»u´±2”ÀÂ÷žè(5_æoUb0ßn³Ÿ¼ÉÃ•','',0,'?'),('FÁô¬Ãƒ\\ŸOç¡fgî','wp-includes/js/tinymce/skins/wordpress/images/gallery-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Êî1ìíõv•ŠR','N3GÑ\'²`Î÷+R>¢P]EëúÎ³g/ÿb?¬¨UX','',0,'?'),('FÐ\'£B¤/í4{JÍ{w','wp-admin/js/edit-comments.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ú±|Ë,ÙÜñ JídZ\0wé','xÞ\\AÙDÞGc%ØÒ¬W)îè\0?½Š$·¤ä¥g','',0,'?'),('F×šÔ ç…hVqáSK','wp-content/plugins/w3-total-cache/CdnEngine_Mirror_Edgecast.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÐM¤*@0ÓàîK|ZÏF','w½™Î?)nb£ŽSP[\Z¶ŽI­µ/Ñ¹…uàÓzÒ#','',0,'?'),('FîÌXíD´¶Öõ•]ÿj‘(','wp-content/plugins/w3-total-cache/pub/fonts/w3tc.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ô_ûÇ{wa*ëI^––³Y','Kb_@Ÿ/p‘ú²ñ~ì¨”ð,m_»#ËF9%Ù','',0,'?'),('FóÂï?æ‰C;$ŒéH\r\r','wp-admin/css/color-picker.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';äœ%B:;é×Õ6|‚¥¹','à31t€öÊ9œ~)ü•¦`­~ð /W°ÁZÖÊzý','',0,'?'),('Fô8*\"Ú¹þpEm–&-æj','wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-icons_888888_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','æ<g\"ô <Ù!½ùŽuU','Ò^§ÈÛ,ìÐ9¢´TŽØ~îÌ †=X—qÖtÙ|,¥','',0,'?'),('FõV—Èë÷Á¹Od%Ë|u‹','wp-content/plugins/wordfence/images/wordfence-logo.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pÜè±ÑÇ]êj-ã‘ø¦™','8šü»ÔÚ#Ì„(8øáÿˆOû\"Ç	+h\"Fb–ìƒ','',0,'?'),('Fö^Ì¨e@yTœˆ!ï1','wp-content/plugins/wordfence/css/jquery-ui.min.1607007971.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','À}Oñ“^×0tGGäÌQ','³Ù$rb=pÏh¹xËK£ù5]8ÇQþ§˜R‰¯jn4','',0,'?'),('FüA¬É\Z7ú„ÈÒÖ','wp-content/plugins/revslider/includes/Unirest/Response.php',0,'Ýw&-ÒÃ„h(?6u;\rO','Ýw&-ÒÃ„h(?6u;\rO','ÕæŽŽövøhí‹›àà\0¦óëvÈÉÙ\rKuf\\','',0,'?'),('GÑ8€½ÒCúä	+ú{','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-chart.svg',0,'×û·º©•Æp¨%hKJL|´','×û·º©•Æp¨%hKJL|´','P\ZÆÂ$Q\'ðƒÂ¨4‰™v¥}ÌY\rÂK…š€j„(±ßö','',0,'?'),('G«ƒI8ùÉLÞ1§c','wp-content/plugins/revslider/admin/includes/export-html.class.php',0,'ž´øÜð\Zà \n©8 Í','ž´øÜð\Zà \n©8 Í',';âdŽt[[Fø)€^lè/ÂK&fõÆíI`›Ë.Ý','',0,'?'),('GDè‰w­ç$~´s¶ž','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_drama_24px.svg',0,'x®.2-SÒ`È®N¿','x®.2-SÒ`È®N¿','é¸n*·Æ‹Œ	$1½}}yP€®[ÅAÐ-.®}¬œ=Ž','',0,'?'),('G Xeô·xïÅw0\\Éo8','wp-includes/Requests/Response/Headers.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z×Ã‚Ò¶A-§ô>c©`','ìE‰\nÃF		äõ²M«Ãß%{Åßa‘ðÚ`,à±','',0,'?'),('G&M¥M\\B¬¥\ZêÏ„¡€â','wp-content/plugins/js_composer/include/classes/shortcodes/rev-slider-vc.php',0,'èì§ØýƒÎ‘Ã”Tˆ_36','èì§ØýƒÎ‘Ã”Tˆ_36','BX¤wîê2WªMúrz¶ý©5ƒ)yf®UŒˆþNc','',0,'?'),('G\'úÝì`7Í±)Ì¼\\¬','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_4_bar_26x24px.svg',0,'ZÙJºÖXÌ¦¢ZðÒúÀù','ZÙJºÖXÌ¦¢ZðÒúÀù','Gý‹@ù¤F,â³çu‘~ãx’·ƒln”Hp\09$f\'pU','',0,'?'),('G6Uæ2\01Rü¸“¢ÏJ','wp-admin/js/theme.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','éà­NPíçøm\"ÚßLŠÔ','2g±é.\0k¤¢²:ýtÖ& et‰¼”£,\'–x','',0,'?'),('G:Z¹×]Y!tI¯¯¡Ü\"','wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmWUlfBBc-AMP6lQ.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÚjI78Ÿ{’·rÉP­','Uk…úæ´†¿ôZM=OEw¨D²”Šw‡è |I¼;','',0,'?'),('GQWc­µ¢ä®‰ÊI}8(','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_camera_front_24px.svg',0,'®ÝNƒL6ÊWøã†x','®ÝNƒL6ÊWøã†x','9oxp(~‡ž‡ÞêÆåòƒ8£‰N™«ŽñÃâ°=)™','',0,'?'),('Gl¡ˆ¯õ>Gïâ°Îš','wp-content/plugins/revslider/index.php',0,'ÔŒÙ\0²é€	˜ìøB~','ÔŒÙ\0²é€	˜ìøB~','ã°ÄB˜üšûôÈ™o¹$\'®Aäd›“L¤•™xR¸U','',0,'?'),('Gm¹™:†MÄ¾VÀ‘LÐ‰','wp-includes/js/tinymce/utils/editable_selects.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¡J“‰q2¤¢I\'ÆJ—9ÿE','¿và¡ÑGjsßÝf™Ÿ	eªdÉ&ä¥g·ÿ+¡öË','',0,'?'),('GmÔ»&—ëÏÐòÖñ©k','wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-zone-c.php',0,'±T‰/,ÉÀÚŠ¶|â:','±T‰/,ÉÀÚŠ¶|â:','T©BÜF×S¡owÑÇµMæ76êŒ·w[\"Bä\Zü','',0,'?'),('GsÔ2Rpºc2ù†Å¤;Yé','wp-content/plugins/essential-grid/includes/Unirest/Request/Body.php',0,'E„e´Neï<d7ë.	Üˆ','E„e´Neï<d7ë.	Üˆ','f‘ÜB¯®›×Ïu‹ãs¹mOÕˆ†M¼„­(£Ú1“','',0,'?'),('Gu¹¢ØèþÒÒÒÊ­ò','wp-includes/class-wp-meta-query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','åžç?híÅYVraóÿ…','t%…Y¿ÒÅ¸û»¨9p•\" 9ó¿õrI#Ý¿I0w½','',0,'?'),('Gu5‰Ã•aÔ¯Þö§','wp-includes/rest-api/search/class-wp-rest-post-search-handler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?Ÿ-˜¸¤Œ,s8Uä','ÊÄãöÆzÎgú›\rQD\Z²\\$c‡êôEÈ·Áç­@å','',0,'?'),('Guµ^¨/1ÆÔÕSñŽ7','wp-includes/atomlib.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','à¢Â2*rMb3Ñ‹ËyÔã','¯ü:£Õ8ÈápxÃ î‰¿€‹Öçæ}Ü)õ!›','',0,'?'),('G€9qóñë=Ê¥[3?aè','wp-admin/images/bubble_bg-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ï¬qšj™Œ\nŠXÂ<','n¬¼%4ëL¦©í6{/Ð¢[¬Ä¬?XW_A.r','',0,'?'),('G–7\Zžæ²I&:íx','wp-admin/edit-form-comment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','²AË¼Ü—\ri^o4~Ñþ','òéQ9sYëŽÑ&aùÏ*ç }J…xí1¿ßuµ–’ä','',0,'?'),('G¯³ÿ@Ï²[³¶2SoÇ','wp-content/plugins/w3-total-cache/pub/img/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÔŒÙ\0²é€	˜ìøB~','ã°ÄB˜üšûôÈ™o¹$\'®Aäd›“L¤•™xR¸U','',0,'?'),('G±3süqÙ´ÂßF`¦jý','wp-content/plugins/js_composer/include/classes/core/class-vc-post-admin.php',0,'O	ö| LL–ÆˆÐÊ}ô','O	ö| LL–ÆˆÐÊ}ô','¨x–U\ZR:]DÄ«¼ˆë‚*ÏazzÜÃ)','',0,'?'),('G¸R¼\\*7š—KÜfC¿','wp-content/plugins/duplicate-post/src/admin/class-options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','„I¼»lp\'$Á&û6œäõo','9æV:VcujÈ2þ!q…-y•/2JjYâ«×~YZÉè','',0,'?'),('GßÂ>s ß¼zÏ@®æÈ','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/money.svg',0,'5ÿšÕ¾‰R÷ÇÅ8\\5Œ','5ÿšÕ¾‰R÷ÇÅ8\\5Œ','5.W&‹ÄÇïÎ‹Óeº!P;)íˆ:Y…†£îà!‹C','',0,'?'),('HñýYfUHèu„pd','wp-includes/Requests/Exception/HTTP/400.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Qån‡Œ»VJ¸RÉxû5üÐ','³d«>Ä÷†¼º	¢iìH®º¬ßb$ª&žnèàê6—p\Z','',0,'?'),('H³¸@¿ö†4èg\nîKß','wp-content/plugins/js_composer/include/params/vc_grid_item/class-wpb-map-grid-item.php',0,'Õ³=M»R@ÍÔÆB;´§ÁÖ','Õ³=M»R@ÍÔÆB;´§ÁÖ','áræÏë=5†t¼nµõ=;ÓuRl›šA¹ŽLrú','',0,'?'),('HTB,!ˆ¡Œá–¥ëä','wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2016-09-29/waiters-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S…Ljû\ràoÝ…ÇzuÚÔÆ','\nSòS:,¡ÞŸþÅ° \0táŒ©Nü µ×î‰œÞ','',0,'?'),('H+Nˆ\n§û Wõ)¯Ò»y0','wp-content/plugins/w3-total-cache/lib/SNS/lib/requestcore/README.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p$…ñ\05ÌFÐ‡Ð–V','¤ž˜¶Ñè|žDg:ž°MÁS(¬B¬‡\r»ìÒÿoT','',0,'?'),('H+€E~™}§1QÛð½®Ù','wp-includes/js/wp-util.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ˆR«HçÑOZ\'óÁ]1ÀT','¸ø;@¬O0,äKG#™&h0ŸRÒ˜¸6×0Äë‘ãT','',0,'?'),('H2›Ø`^ :êÌº® ¢S','wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Exception/ClientException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÑÇõJqËQ1ÀÂ+ a›Ë','é×ƒ”;Z)¥¬Áï­\"X¬‚òXøœÎâ¼´¤Ÿn¾èê','',0,'?'),('H?D¼§„Ú‰?á~z¡\n ','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_assignment_returned_24px.svg',0,'£üI}ëèß\\È5ßÂ','£üI}ëèß\\È5ßÂ','îJ³›Ó8˜(–lK–€\Z¾ Zé²À_¼JsÉ˜J ','',0,'?'),('HA„¸þf¾,Áõä$F-î','wp-admin/css/customize-nav-menus-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ó «ÿú²LŸ>0ì`m','úA©ReÌr9î÷\nònÿ€þWEõh	X•Ù','',0,'?'),('HGh\'ßÁxúR‡¼Ž~\n','wp-admin/js/customize-nav-menus.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q¸í\nÛ\'Ï+Y•—fÁ±°','ia½¨§ßHn©…¦¡3¿)hè·ÉÛIÏ_TCYÌ','',0,'?'),('HG‹ŠZŒ¾,ø¶Ÿ§˜N','wp-content/plugins/worker/src/MWP/EventListener/PublicRequest/AutomaticLogin.php',0,'Nú„’†ä<µš¥žAsA','Nú„’†ä<µš¥žAsA','«–òÛo*õ±D?ßZ;¸< øÃNVÌ<¨D¨ýÇ','',0,'?'),('HR%N_âsm§~4½Àhf','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/money3.svg',0,'’GJˆc_±ÄÒ(@	Å','’GJˆc_±ÄÒ(@	Å','[€7¤#æSëv)ò…”LG#y\0jZ¦¿|æx?[','',0,'?'),('H`°\\ñ æœr²§·YêC','wp-admin/includes/class-theme-upgrader-skin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e­È£Ð\0¤Ó—O¾)l+','uäßS´…¡¯u¬¡ÞÆæiDˆp,\\«C¦M5é','',0,'?'),('Hkùè±A€U&?ùg”­','wp-content/plugins/w3-total-cache/pub/img/usage-statistics-widget.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ƒŠGoZø®‚ê–','Áû“Ç¡”óú5=<š“#ö8úûGv h±Ã|\Z','',0,'?'),('Hw©\0q!aÔá7Qx8','wp-content/plugins/js_composer/include/templates/editors/partials/settings_presets_popup.tpl.php',0,'†°qŽ¿n\\½T1Cñ1Ù2','†°qŽ¿n\\½T1Cñ1Ù2','Z	M[öýU†Yá™9fýÔ,Î–²>÷Ú·,ËcbÄZ','',0,'?'),('H	ÚÁQþ—·$Ô?9åý','wp-content/plugins/contact-form-7/admin/includes/admin-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','á¹^÷+ê¬‡›QvÕýÂ‘','\01~—S¹ú#M*F%l×X‡ƒËÚ’Âl>Tál«','',0,'?'),('H›ÈÿfÑt‹qtä','wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2017-10-30/waiters-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÜDB§G¡™0k‹îøìEÝ','Œò|BÝÜ&=U«T	¾GðûÉb¼ÕžÂN6½ZN€','',0,'?'),('H’¢>Æfí>Aßé _|ôì','wp-content/plugins/js_composer/assets/js/dist/backend.min.js',0,'?­ººpØª÷=ùÄ¶g','?­ººpØª÷=ùÄ¶g','óq°²{vîÙ÷G¬„N€Óq8ì4CkUÕpqk','',0,'?'),('H“rKû‘¥	wž¢?QJ','wp-content/themes/betheme/style-colors.php',0,'Ý×N«ìÈ‚8vƒåöcƒ','Ý×N«ìÈ‚8vƒåöcƒ','öo\\[³ªÏp_®´Â\0\r‘¦Houul¬V[ýº7i','',0,'?'),('H¥;ÈÔ\nè„¯È@ë@­','wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/carousel.min.js',0,'õ^#^?f1I)K åÂÖx','õ^#^?f1I)K åÂÖx','ìƒM¹UJ‚¶PúYúÛª4þ¾Óù\0¦Ïª³Äò 7','',0,'?'),('Hª ˜¦„\"àLV®-','wp-content/themes/betheme/bbpress/pagination-search.php',0,'?ªu«Š ›õoÈê1bÂ','?ªu«Š ›õoÈê1bÂ','7\rnq!}è^ÚÌPÅ„&GyQ\0¨hŽkœé#R’Í ','',0,'?'),('H·¨Y6oïãD{ˆLHê˜','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Poly1305/State.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u.SÖõƒyîlã=\0C¥>','ñƒ?ƒ\\x`‡²Q™=üÉï©8:’v´sTºÕ','',0,'?'),('HÃ½ÍñiíZ¾U,H»L','wp-admin/includes/meta-boxes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+Ê4/[\"\rÒ‹’R ','$Æ˜-‡¨š+Æ_ÉãIÉÚši”‚äŽê¸\rÞ2ôé','',0,'?'),('HÃøÜÍC©Tp(^ÞÙlí¼','wp-content/plugins/wordfence/modules/login-security/classes/controller/users.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','®ÇüÙ£gÂñR È3×íû','}Éç{î¨–cˆV³“\"z9œÜÄNYË8µâóJW','',0,'?'),('HÄº0pêèæšÐÝ\'SØô','wp-content/plugins/js_composer/include/classes/editors/navbar/class-vc-navbar-frontend.php',0,'JŸt§ª/”c@Sk]ã','JŸt§ª/”c@Sk]ã','“€©V¨`Ò<.•AØ+&XT¬HwpëÝ:=“Îzâ«','',0,'?'),('HÔÖßþ†¨–Ë0!!~Ã','wp-content/plugins/js_composer/include/templates/shortcodes/layerslider_vc.php',0,'9SìÞ¯-“|RˆÆø\ZÊÈ','9SìÞ¯-“|RˆÆø\ZÊÈ','GEð	sÂè!ø\'Á‘w¨ˆœ\0írãœtªF3·lòs','',0,'?'),('Hô\0cp±6é™A‚9lòÙ','wp-content/plugins/w3-total-cache/Cdnfsd_CloudFront_Popup_View_Distributions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ûs“ýæOFéÖ8â}','ñîaq×M]Ð9/KžFÍŠbž×­²DŽK‡ò<Z}-y','',0,'?'),('HøµH‚¸âm+sÏVoš“','wp-content/plugins/wordfence/css/phpinfo.1607007971.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>ÅëQ÷Øæ!…0w/¨è“´','Çýýa@|­®I\r=\Z^ÎµÂd)ˆ[¶¹ø†ÎW²å','',0,'?'),('IRŽ“v:ÁQiéa«hØ','wp-content/plugins/js_composer/config/content/shortcode-vc-toggle.php',0,'{âú=¨j;ÜÀ>Ì*µ/','{âú=¨j;ÜÀ>Ì*µ/','#ëšÃÿ·ˆõ6¬ŒÒBç8I8¯tÍIÂ8RªKfžw','',0,'?'),('IWï“9Ùa€ÖWœ±3(','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage/mysql.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Úü2ˆ¯ëî[äâ—í;lÇÄ','jÒûIÌêÛOÂ·„Ø¹j¹bÏ;4²¿â>!1E-ËÎê','',0,'?'),('I”‹Ÿfý³A†žŠÅ·','wp-content/plugins/w3-total-cache/CdnEngine_Mirror_CloudFront.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9Ý\Zì¾LÚQ˜','r_ßi(¡,ªp¤–ºÈ°b;ùFXEÞ°ÜèP#Î','',0,'?'),('I†\'jˆg[Dm€Û†2','wp-content/plugins/js_composer/include/templates/shortcodes/vc_button.php',0,'=Œ”šî:ÖØ¾­Ôewá$½','=Œ”šî:ÖØ¾­Ôewá$½','m‰½ù†E–º5Šðº¯¿øºøÈæ*ÛQ¾Y@sH','',0,'?'),('IVÀF’Ð¼Êè`«¿)ÿ','wp-content/plugins/essential-grid/includes/InstagramScraper.php',0,'~Õ¸ÍÏSY ¿Ã;','~Õ¸ÍÏSY ¿Ã;','æTR^é`<5\rQÔÝŠ×ò»ªø7-hª×ìóÛQêø<','',0,'?'),('I(IyI%™%v@1íøÏ','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_move_to_inbox_24px.svg',0,'ß9ÇÅkÏZ‚‰Õ^Œ]wÊ','ß9ÇÅkÏZ‚‰Õ^Œ]wÊ','öèe˜™+c¿DÐjS÷þó»«‘÷Ìe¤w³ÕlB’ë','',0,'?'),('I0Åó¹Sþ$2£TÐüB*','wp-includes/widgets/class-wp-widget-calendar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¶Y	N·µÉ”]7l•','MÎ>ÿ¤½Éf(E®ç¹r_hX¹Á—oÛƒŽó8@š+O','',0,'?'),('I6.:\n(ÍÀùi\0BøÏ','wp-includes/rest-api/fields/class-wp-rest-user-meta-fields.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ðH\r\r±0¤X/^è0R','O†ý1–-pÍQÛŠ®ß8Z+æ$[¬¡j¡¤„KØÆ','',0,'?'),('I6U‰\r7´ÓúŠÖ3pí¸','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/falsepositive.key',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ž‚h<ªé¶|Û7bš©¸','ÕÙ_ú^F\"ýæ;+r&Z~Ó¦QÐêð¨Íø|ã±ø5¥','',0,'?'),('I7¹w=€ÅÇ«ØÀiH	é','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_computer_24px.svg',0,'2iÝ¿JÞ†¥?ÝR','2iÝ¿JÞ†¥?ÝR','óÆê¼=Eú¶kdB`&[¨Ç{i“PUT«x„ÊÑþ‹','',0,'?'),('I?–å¬E>nbHTÐqW“l','wp-content/themes/betheme/woocommerce/notices/success.php',0,'€mzIÜïÊ+Ê©VrrÃY','€mzIÜïÊ+Ê©VrrÃY','üÕ$ô¡-ša\Z-‚Y:âÕæyéc®wÐá?õÐ','',0,'?'),('ICþ7Ût15†JÊ»/Ë°','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/user01.svg',0,'f‰–6a*@%çÉOyƒ','f‰–6a*@%çÉOyƒ','ÖÙ48æ¸\\9žD¢”çÌx}éSÐxAæ¹\ZˆSxß','',0,'?'),('IR!£Kú<—lêŽS{ñ§','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/alarm.svg',0,'otÌ¾TCÊ{ì=só®S','otÌ¾TCÊ{ì=só®S','÷>b­b$\"¸Ë\ZÒÍÜª×RÖ1]h÷˜.$\\†ÛH€ŽA','',0,'?'),('IS_nÖy”!µoT¼l','wp-content/plugins/essential-grid/includes/InstagramScraper/Model/Like.php',0,'sÌú7R”¼\ZS»8ö$\"A','sÌú7R”¼\ZS»8ö$\"A','Ë…¤–ÛäÈ*CÍ£Y	|J¥­Ãá|L¦—ª{ŸÆ4','',0,'?'),('IW`/Î‘Bœ] –qÈ<—','wp-content/plugins/w3-total-cache/Minify_ConfigLabels.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¯0*íëòzøÃN¯ÙÁuÔ','2·öpL‚	búp~q{e\r½—ÊNvŽx„.Î=÷','',0,'?'),('ImI·!ªKåÜãGð‚u','wp-content/plugins/w3-total-cache/lib/Nusoap/class.soap_transport_http.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mâ£Dßxòö.Ê„nÄ½Ë“','ÎìM»äHÃ°Œ„W\"ù“ïœäy¤NcôæU¥Ä¶<,Ý','',0,'?'),('I•Ä:BsÞ#×çÿÞ@×','wp-blog-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_BZF1ƒñÆûy¨¼ÑÑ)',';\ZŽ/\\b„äÑtú‚«Iô¤Œ¿Í¯žËhÄÔwè','',0,'?'),('I•È “æ]\ZB\Zm·%§','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_vpn_lock_24px.svg',0,'Ö¸-j9:D·:E^¬','Ö¸-j9:D·:E^¬','êø’ê¤òJUXëF­GT­ám[€p32Ãè…#÷','',0,'?'),('I–w¼‰•6)\'Ä\0HÁ4™','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_playlist_add_check_24px.svg',0,'9q6ÈˆC\rúvgé‰>_¯','9q6ÈˆC\rúvgé‰>_¯','—¸ä˜¡ò%Eé·.í5‰pÀI±ŸpÚ>NWÝk','',0,'?'),('I¯eÇdáDaEgW}Cswk','wp-content/plugins/essential-grid/admin/views/grid-import-export.php',0,'ºÄø®™åÅõ™`à ^Å','ºÄø®™åÅõ™`à ^Å','â\0ËÔõ§¬EþF{6¥ËAõ°¢WnëbY˜€','',0,'?'),('IÆÔ¬óló¬©ð²§v0O','wp-includes/js/dist/core-data.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','”¢­®’ìX$^y4¢Ü','86ïjfTUŠEj-‚Ô6ÎI3Ñ¶Íö79ªñYn','',0,'?'),('IÕ\' Äm7j÷V1û÷2(','wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/PermanentRedirectMiddleware.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X#\nµ2®àzª4(ß«(','W=ŒŒ¿d6´ÛÚrôÈÌ³8	æj•©Ün}¤ƒš','',0,'?'),('IÖPEÐXtœFHï%–','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','®šó\0ÂõìLv¿[cÞÎ)?','¤CÚh!Ý€F$ì}¹wd¸7b(¦!äp÷IF.L','',0,'?'),('Iß2ßgÕ§¯éƒ‡ÉX{','wp-content/plugins/w3-total-cache/lib/Aws/Aws/ClientSideMonitoring/AbstractMonitoringMiddleware.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ãìÊŒ13L~]£k’µ','TBxòáÕ@Ò1ÝVš˜D‡ÚÑ‚¯TêÀ—gjmÍÄ','',0,'?'),('IñV/’ðµ6¤sãÃø','wp-admin/js/editor-expand.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3Ý×r¶5i¼h„@+Ó·','XŽŽmŠD+:°•Ø[Ó9=™‚óFMyt?Ý÷;#B­y','',0,'?'),('Iú[Ð7âÇ*µ|y²Û','wp-content/plugins/testimonials-showcase/resources/bxslider/vendor/jquery.fitvids.js',0,'Uèë>%?—»€S¿þŒkI','Uèë>%?—»€S¿þŒkI','¶4\nÒ¸	Ôp§8	ÒŸ—K:z\\ÿYëž(*/¼Å','',0,'?'),('J†\0­B\rÉ°ó³—ß','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-gears.svg',0,'€?SØ`«(©Ô¢àX','€?SØ`«(©Ô¢àX','c«I|«(·¢1T,ØúæàE}Ÿg/Ö«ó','',0,'?'),('JÎ%.¬ó~œÂ—qál¼','wp-includes/class-wp-text-diff-renderer-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'S°ì¿\"|öèî˜k','½tüU¨@-úüÓR<G¯i\rmË»5E¶%f×:','',0,'?'),('J?#³ÍŒ$Mù7Óc„','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/AbstractPlaceRecord.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`ÄI.:›â`PRä','#zÔ¸R™\ZHUèÉî>BènP,Ÿœ’\'ƒeT¬tßº','',0,'?'),('Jf¸3?ö“‡_rÛC‘','wp-admin/images/w-logo-white.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n¦ÌîJvÛ¢~»y¬\\…','nÁDš°‹ _Ï;Ó!G«×cVƒ0M9ië‚=½','',0,'?'),('Jþ‰E[¥7UÒÓ\Zï~','wp-includes/js/plupload/handlers.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O±Í	©~Œ5þÇ8öÍ«;™','š	ç\nûZ\rZÜB½[9çÄýzèíS)Òá4M%›é','',0,'?'),('Jª§Zû‚ŽÌ-£Â°IÅ‡','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file10.svg',0,'LY«w¥t-„‚®½ÈTè','LY«w¥t-„‚®½ÈTè','3RSR(^S÷i•SÂF‰”oéªíÇX(­u†—EZcÍ','',0,'?'),('J8þE˜žDh+¦ŸF','wp-admin/js/site-health.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÛÀJ>/=¶ËH¨ûr÷í\\ì','ÅpY$‘#‰¨vðœ«qYú–€8\nn#Ò>ä®‚„˜!','',0,'?'),('J:xUjZiëñ\'¨Õ˜@ä','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_airline_seat_legroom_extra_24px.svg',0,'#J¢Y›*Û\"V—±Ø·','#J¢Y›*Û\"V—±Ø·','¹¿Çl¶aÄq´èN¾èÔNN·ØŒ\Z=·Ú©–lœ','',0,'?'),('J?ø«4­Y‹•h‰e!>O','wp-content/plugins/contact-form-7/modules/submit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	¯*©/;fÍÓ^\nO','ñ¡\nçE¾TÚW\'¼aîo”„£)fb„0•Q?ÿn ','',0,'?'),('JE\'I›\rò›ãu\'}®û‡','wp-content/plugins/essential-grid/admin/views/grid-item-skin.php',0,'TÀ•eáÌU»FKšÕêØš','TÀ•eáÌU»FKšÕêØš','Íó\nNo1ù5”Œ*ÍB‡CÏK™hü²ù$ë††gÑþ','',0,'?'),('JNFï“s$ïß¾rÝ?>','wp-content/plugins/worker/src/Monolog/Handler/NullHandler.php',0,'{H\\Åë+)³aNCõys','{H\\Åë+)³aNCõys','Z’ƒæG¿Ú…ÕÃÉq`i“GUûjÁâ«¯ÁíÆ§”','',0,'?'),('JR/[g˜Ô%¼”Œ€P','wp-content/themes/betheme/single-attachment.php',0,'9LšÑ:‹Œ+çy\\õtv','9LšÑ:‹Œ+çy\\õtv','€+Ë%9¶Q4Ïg#+|M;Šq6qkÁþ÷¶XxÞ@ž','',0,'?'),('J^©lrÌl?f{;XÖ½H','wp-content/plugins/w3-total-cache/inc/lightbox/self_test.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¥Ù9,öÓ2ãœ\r‹','$‰,Ý»ïT@fÒ‚ÝéVÁæ=ÔK¤Œ\\¨Ä‰®','',0,'?'),('JcnÙaÍjÈä4ÐŸ oÜ','wp-content/plugins/revslider/public/assets/css/index.php',0,'ÔŒÙ\0²é€	˜ìøB~','ÔŒÙ\0²é€	˜ìøB~','ã°ÄB˜üšûôÈ™o¹$\'®Aäd›“L¤•™xR¸U','',0,'?'),('JlšÆ¨1žÏã¥êç','wp-content/plugins/wordfence/models/.htaccess',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','£E\"xKÊê{Ç8ödS³','C‡¾ö½\'r…9½ì@âK¡Þ†t¡ª™öâ§w#@kº','',0,'?'),('J{£Ö¹Zi^Ã¹x•I','wp-admin/media-new.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':ó?À·T¬ž†iàü’\"=','\"þþOn]Ok;ŽØYø}²ŸrGöÄyfÓ%ãO 8\\','',0,'?'),('Jƒ1À6a?\')®88íryó','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_timer_3_24px.svg',0,'6C„—íÆå™.\"‡\\€j','6C„—íÆå™.\"‡\\€j','Et²CŽÖžnK¶JÎ‚¶ôCµÏ~uO\rù@¢,À›Ô','',0,'?'),('J†L¿êcüeo@z»Ù','wp-content/plugins/w3-total-cache/lib/Azure/PsrHttpMessage/StreamInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ýèz85z¥Šö¼¥¥T','àÅ¦!ê\ZÄE| s‰½¼õIÅgõß˜V¤4áq§N','',0,'?'),('J†è	+M­““·òe','wp-content/plugins/worker/src/MWP/EventListener/MasterRequest/AuthenticateRequest.php',0,'ó\r·t<çŸåc\nIø,','ó\r·t<çŸåc\nIø,','÷ËžúÊ9,ÜuŒë«^cuzÌ?“BJS–D¦','',0,'?'),('J‹ømOãêÄÒ`áŠfã','wp-content/plugins/js_composer/config/deprecated/shortcode-vc-tour.php',0,'5¡lÿw¨×¯<WÛŽB|U7','5¡lÿw¨×¯<WÛŽB|U7','\ZÉø°¡¬,íq	vó›/g°â\"\nyd! ]þ1·','',0,'?'),('J¢>×æï£Åø\"Íä/','wp-includes/Requests/Auth.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1—ÒRÙW²¬Ã”O[üÖJ','bOÚQâwÃ¹ìLÑ Ã¢þ©¬–™›ƒ9QÀÔlrl','',0,'?'),('J§ÞþÔ~_‘Ò#ú)#n','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_beenhere_24px.svg',0,'âºl)»Y!!ØÇŠÌ{e1','âºl)»Y!!ØÇŠÌ{e1','£Œ¦b‹™×´\0¥–‰öÛ§^ãS:t”ã­]VWÄ‘Ü2¾','',0,'?'),('JÍ¶[°º2Û°®0Ó™˜','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_system_update_24px.svg',0,'Cˆû¡.Bjmƒ¨iäÇ·','Cˆû¡.Bjmƒ¨iäÇ·','³âtïàÞt†NãÊGéytJ5€o ›¹ð³X','',0,'?'),('JÑ*g6ÊŸ¤~vpÄ@','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_location_disabled_24px.svg',0,'%Å¯u´Å“‰\0ÇŒŠ¿’‰','%Å¯u´Å“‰\0ÇŒŠ¿’‰','S1i§ÙKÑ¡nKÖgí-ætÕ#<:ÀÕ´ùÌ-å','',0,'?'),('JÕ¬4…ç\rànêÎç¦','wp-content/plugins/wordfence/modules/login-security/img/ui-icons_777620_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ëJ—\\c7’yþxÆÐ³l','³~ÀÍqVšÂ¯¾*\'Å1”¥¤š]3^‘öžÍÉm','',0,'?'),('Jã6ùF²¢€õ\r?ÅçÁ','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_account_balance_wallet_24px.svg',0,'#¼ù­8…Øƒ§ÀKŸãûZ','#¼ù­8…Øƒ§ÀKŸãûZ','Í\r•ô€6\"„DNEÞ_\0©‚‡‹Ü¬Oû¥é^EGù','',0,'?'),('Jìû.ôsÊé}j©B','wp-content/plugins/js_composer/include/templates/editors/popups/shared-templates/category.tpl.php',0,'<ÉS‰…Åj¯ª±6|9F','<ÉS‰…Åj¯ª±6|9F','÷Ø•<NM‹—%à#<Ø˜	º!Äoþ×a°gêÐÜ·J4','',0,'?'),('Jò¾¬´ÊOhÓýÐsDØ¾','wp-includes/js/zxcvbn.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|	Ž¼¦#PV	/{•Mü_','vXI9Õþ³nõ1e†6ëÛCô\\Ó.p+Þ\"»ðKþ','',0,'?'),('JüÛ{GàOüÍeûVq–','wp-content/plugins/w3-total-cache/Util_AttachToActions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','’×}¥ÓZ=Âß5Ëï\ràj','D¿Ã}s\Z‘õSÛÇv.vsÓÑ|}Ê–ªÀ','',0,'?'),('K¤Ã&+ŽKîìÝPúŸ','wp-content/plugins/wordfence/js/knockout-3.3.0.1607007971.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¢Ö_ñÁƒB8lc^é„Ò','5éJª9hýñALg‡™@‚`Ãuw¬o£Û3ÉÎ\0I>','',0,'?'),('K¾ä÷ßºá†b¤','wp-content/plugins/wordfence/lib/compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>îµãøÎzðx”ŠCŠ}','¾NÜ“»#dÒt¤B!\"MÕžÿ==Ë@o‚²','',0,'?'),('K.JåÜ\"oýÆDhœ','wp-content/plugins/js_composer/include/classes/editors/popups/class-vc-post-settings.php',0,'¿‚DòN\\ý©8½ÄcYD','¿‚DòN\\ý©8½ÄcYD','š‚.¦ç;éyŒæ¯Á(°û•5ûT\ZÌ¨pùbeHP¼','',0,'?'),('K0µöò\rÅé–Ücnçû','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Util.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ì29YÂ¿,E#ó/Œµ‹§','Ä ™ û·h<)sœÔ>-PŽ˜{óëîK‹¿ùIì\0žƒ','',0,'?'),('K8ÅE¥9²¡»Áµò','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_visibility_24px.svg',0,'¾(dDN=†!_2òÙƒŠÂ›','¾(dDN=†!_2òÙƒŠÂ›','°¶$7QÈ\r‚RÙt¦5,ºyåµÆ}¾®‹VOÞŒrµ','',0,'?'),('K>ˆ^[¯P‘Fí1‹h:','wp-includes/blocks/social-link.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nàó°:øRì$3ÞGá†','‘æ!3ºÞ‹¤¶þ Eèl–Yæ™˜èÛ!–Â\\ºÈ','',0,'?'),('KDéú4KÉæ&\n»Å>‹£','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Handler/Proxy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','­çãl2±¹ŠpH3HÊ˜ù','¼æ™Fc*G_•p0gÔ¾\"p¢…DÆðÄ²Öü¢5Í','',0,'?'),('KKOfºSd«iB0Ovóê','wp-content/plugins/wordfence/views/scanner/scanner-status.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+Ã6òŽ¢f<','êÆÂevöoî©Añ|Éèhb‰íÓÜÆ&j¶Ú:ˆ','',0,'?'),('KQÙÔ‰+Û]ëÖ¬×d','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_airline_seat_recline_normal_24px.svg',0,'¡*ã•IáØÍÏ\"²Iæ[Ç','¡*ã•IáØÍÏ\"²Iæ[Ç','ÑÍ¦»’æª×Å‰ÿ!ÐÀâU×w]sV¹²HI~•%/','',0,'?'),('KR\r+\"ƒ!Sàè­t#}','wp-content/plugins/w3-total-cache/Cache_File.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rõ€\'	‹&¸/Ïgï­{	','×B›£Æ¨hA“…^ëµ\0öÕ3È„£¶„(ûFyàM­','',0,'?'),('KWÈ\\í£[ÚÔ/1\0','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/manager01.svg',0,'I—…d…›Ò¾ùì*—m','I—…d…›Ò¾ùì*—m','Õë§ãHÜv„·t„#§µ)Æœžùú½¨˜öP¿ÌE','',0,'?'),('KjLFÕýÌJüàÛ˜ž','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Credentials/CredentialsInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*ä“Öbã¬S\n<è,ÚÜ\n','ÐkÛ^”XºìêOo{># kŸS— !s	t”k»(<•	','',0,'?'),('KlËýšY‡ò²ùærEÕ€','wp-content/plugins/w3-total-cache/pub/img/w3tc_stackpath_logo.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ïêSl+wÊ¢O#ÖhÕ’','õ;é“CÁm\ZG¿Ì‚U£§<«2MŸÜ©o','',0,'?'),('Kº©€§zÔ¼ÜR]–6\\','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_subdirectory_arrow_left_24px.svg',0,'M´0d°x.‹5µÁšû','M´0d°x.‹5µÁšû','óˆ¸±•ý­•ïÆf/xq‡È\0Z|ïLi[©)ü®]','',0,'?'),('KnÒ‹D&sRôWU(‹','wp-admin/css/farbtastic.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#Õ^µ:ˆG€(“‚±:k\n','4·°7V‡f›Ý ñ¾/ï‰¼å€êÃÃæDŒúW3p','',0,'?'),('K‚‡g]9Kd’XÖ¾Óöy','wp-content/plugins/w3-total-cache/Cdnfsd_StackPath_Engine.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¯¹¾1·Ÿ0ŠúJ$ 	','wMGÏæ};¬|Žk~ÄqÎ¿FÑ»ó*9\0ÇÊÈK”','',0,'?'),('K,Î¶¥T„’³b®×ýÛ','wp-content/plugins/worker/src/MWP/Stream/Base64EncodedStream.php',0,'Ý\\Næ™T6æåÂAÏÄ°','Ý\\Næ™T6æåÂAÏÄ°','H1´3Êº›üxr¡È“×ŠÁ@€“Ã\0×1öÍŽ','',0,'?'),('K¤À†ío{t²ßx’ØF6','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_phone_iphone_24px.svg',0,'REÁg¤÷x*µÞ‘Ö·š','REÁg¤÷x*µÞ‘Ö·š',')Ä²ÑÉ7ÆN¸ÖÆjºtˆtxZ’õ\'ÓäàŠ¨D','',0,'?'),('K¥ ºƒ…µ›+ôòCT=\nq','wp-content/plugins/duplicate-post/src/admin/views/options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','øìþØ•/ó/pëz+%','Ë^>÷Oi\n©ôýËêÑRBN¿Ax6ýE-†²Ý\Z/¸°','',0,'?'),('K¯cŽŠ#2s’/(…\"Ž','wp-includes/widgets/class-wp-widget-pages.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','£JÆE,ôëýß“%_Ã','<6Ÿ8òÛ1Jæß§r(;Úc÷?@ê|uRÚ\nÅž„','',0,'?'),('K¯ª<©H<7ÅEž,lçß','wp-content/plugins/wordfence/views/waf/options-group-brute-force.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','®˜÷e@TíY®ÑrlR','Æ¨$\0\\VJ-úyT>-ƒ’“¥’›Ì®|YmÕ˜? º','',0,'?'),('K³÷W	²¿.Ú¤Uù','wp-content/plugins/worker/src/MWP/IncrementalBackup/Database/DumperInterface.php',0,'5WéÞ¤múûBF¶Ï±·ð','5WéÞ¤múûBF¶Ï±·ð','J~*Õ}Á¸8©®Ì{åß$\\WiÑÚv‰Zb®µ³ÝÒ¶','',0,'?'),('K¶ÀcE„jëözeÅ¯Þ8','wp-includes/block-patterns/text-three-columns-buttons.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Á8´tH¨W·Ä÷%®ŒÎ','Þ—¸ŽØºðþKu³\0MÔx>]ZÛø\"ÑzÑ8ÅŽÇV','',0,'?'),('K¹¿ã \r\\Uz÷õ\Z:\'','wp-includes/sodium_compat/namespaced/Core/ChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ìVÅ*ûÊFè°¯ñ<Ž¤l','åÂ®¢R”l–UñÙ ™wz×ank–ÇGÞtº3î','',0,'?'),('K¿å]Cíî©l7:ÄD\0','wp-admin/js/widgets/media-audio-widget.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P IMÝ;p8vn³Ç[ôS','›¡ˆ•9j€ñlxBØeH:¿y¥%}óc	TP§_×','',0,'?'),('KÊ•g³0ùa‰‡;ø›','wp-content/plugins/worker/src/MWP/EventListener/index.php',0,'gD,Vë§=\\ÆbP','gD,Vë§=\\ÆbP','k‰À—~	¶½UH\Z¥ÖxƒPêÛAÌ„¢ú<¡ž;X¨','',0,'?'),('KËLx<C Ž˜H”ôe\Z','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/HSalsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-·ENäÄ‚Û›(\nún','š÷Þ¡Ñ¬}^EFÐù›ÊÞ>ô’Ú‚BìÛ','',0,'?'),('Kô¢C›	‘âÀaÙ¸#X','wp-content/plugins/w3-total-cache/Util_WpFile.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','³Ï¯H¬­šù¢ƒÕ P‘Ž','ô’íÓaUã‘øž’‹9År{OùDXÞUà÷üöH~ÁûX','',0,'?'),('Kù èžõ*‰;Ü¼Ænc','wp-includes/blocks/calendar/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¶j×ë»8sH£<r›:','Ú½¯û¬õ\\Vu;e?†iÌn$/JwÕ	Í•=½põÏNž,','',0,'?'),('KúoªP#äÚhbÛÝ','wp-content/plugins/revslider/includes/InstagramScraper/Model/Account.php',0,'Û©/öœ$–w’±‚í³#','Û©/öœ$–w’±‚í³#','Ç}ÙÃr,òö³ÿ£®rÏTEJþ¡8DüÚRÂ0\"0–u›','',0,'?'),('KúÚWÿ&\0\0Kµ\06‚Gô','wp-admin/js/set-post-thumbnail.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':1N°(èxlXÝü¿\'','v9í‡\n{lKŠ†~qâ°#’>‰éß¦·½¡ J…`~','',0,'?'),('KýK+ì†À2¤	aeZ“e','wp-includes/class-walker-comment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I#¨h¯Z~ÖÁ˜·û@–÷','ÃXsúWÙãl´¹Ìì:\"¸›0‹ ‰Ž;ŸûðLL','',0,'?'),('Kþ]¶øG…òó¤L²>Î','wp-content/themes/betheme/functions/meta-testimonial.php',0,'Ìç¼Ãe¯Ê½ºÍÿÛ¶!','Ìç¼Ãe¯Ê½ºÍÿÛ¶!','ÕœÚE~\nß.¹³æ£é•úÇ¼`\ZÈë]Ý«î','',0,'?'),('L„j¢’¹INâzØ‘','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/GetContainerPropertiesResult.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','±OËz*i:I2‹TÕRmŸ¬','–Þ uqI\Z	­üÂ„€Fq§¸aEíÒ67DÀZú','',0,'?'),('L^[½0!ñ_Ò./­','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_new_releases_24px.svg',0,'Z’3Ë°örL‘n×ýfìþÁ','Z’3Ë°örL‘n×ýfìþÁ','#¹ýN–?76Ò¶‘‡è2G„ÆÅkÁ5Ìjü5E¸|ƒ','',0,'?'),('L<#³ó†\ZÒá¼ÓÜ}','wp-includes/js/tinymce/skins/lightgray/img/loader.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9K¯ÃÌMû:äŒTf•9','öñ;‘´ÀT‹¥O`(6ÌØ,Àsk†Z‹ûcØRÅ˜+','',0,'?'),('L#Ö¬/Û°*Ìø3òÒì\r','wp-admin/includes/class-wp-terms-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','RìŸ×Ï‰ë>Ž¬QoSÞ','JÃãEE”¤ty>S\'D°jJg¯½¼ÿ?×IÊˆ','',0,'?'),('L(Êý¢nø9[2ÀC6åš','wp-includes/js/zxcvbn-async.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','…Äé±õWï1Âq—ò°àj','¡¼¹íaÐ44½B¿ú#XN˜¸)Z«qÀ^áÜ×(\'ÿü¦æ','',0,'?'),('L?\n·-ÃVd}í	—ô€','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_lock_open_24px.svg',0,'^}—,š}à*‹^]€,c','^}—,š}à*‹^]€,c','\Z1*öbüSHœ¾Ð²(V&TzVË×?¶¼¦MXJ','',0,'?'),('LR7Q¼äToG|Ä{','wp-content/plugins/wordfence/lib/viewFullActivityLog.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@lMÿÕ3JtOF¼@','[éƒÅ`¿„\\‰ÁpÇ£ÇóÊTñb>=³îÇPiàvOö','',0,'?'),('LS\rÝ\nä¯Ö$ó½Î”É','wp-content/plugins/revslider/public/assets/assets/svg/social/ic_person_24px.svg',0,'ºmxn]öÓ}0ÕmËóW','ºmxn]öÓ}0ÕmËóW','ŽGŸ#nk“\'RµÞÛñMmàý™ß+\0ºÅ“2æ,È','',0,'?'),('LY@ºÌ¹Ì‹ËÉ4H/','wp-content/themes/betheme/sidebar.php',0,'Cö?\rìÕƒ`\"Ù¼:±¨Ž','Cö?\rìÕƒ`\"Ù¼:±¨Ž','\rÎx^â±‘8P€dzTÜâN9½Wü5v”àö','',0,'?'),('Lap•²8gôVã,¾ægÛ','wp-includes/js/dist/vendor/react-dom.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Cà§ÐInV– 9¼îóß','LrJ½#µÕþ6hÝóÃÃ\r»È´D„R5»ìb:uM','',0,'?'),('LnÅžèfzn¥kD‘VO','wp-content/plugins/essential-grid/includes/InstagramScraper/Model/AbstractModel.php',0,'4\ZŸ,/*-(Wù	sÂ)','4\ZŸ,/*-(Wù	sÂ)','†Ò¿&ò6“2t«ºœè<29	7Cd8ÀDN‡â','',0,'?'),('LpJ«H€Œ¼«ÿqïˆ','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/TimestampShape.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','…Ï—ƒ¶çêØ‹)Ñ£	\r‘','Neq”·§ÀE.lÇ™™yÉÂ=‡ï> ÌNhàbdô¿','',0,'?'),('LsÐ‡Å›\n²c}>ÿK—‡','wp-includes/css/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l¶³][9£gð?»¶6>','¥…zôÉq}J‡ôºnŒ/†ùð4)L¸,ðüçZ','',0,'?'),('LzùÐïZÑüø#<','wp-includes/class-wp-locale-switcher.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ËÃ\"Æ?ÏF´w,èTÆò','!@BùÓ<6¿ê’ÂKuêßPm=®ƒ+¯/c_ë','',0,'?'),('L}PÁ5ÖísëÕhyq%·','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_lock_outline_24px.svg',0,'óÐ~1í¸£ßŠ!Ià¡êò','óÐ~1í¸£ßŠ!Ià¡êò','-uKÑH¯O\n”œç„T)ó0…úNç² µãP9‘Ï','',0,'?'),('L‹/çß¹t;v‹{äó','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_headset_mic_24px.svg',0,'fQ”ôµõÄ\nnÉÎ¼™—','fQ”ôµõÄ\nnÉÎ¼™—','¶ÚxT\"QnvT›Ð3\\›íàƒì\0ø0«G qëwÏš7Û','',0,'?'),('L”çããÎ©¥\'û\ržPDv','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file02.svg',0,'0$#Ü4=+‰XŸº7þY','0$#Ü4=+‰XŸº7þY','ÒeÍÌÔàP%Þj˜`\\>+\0õÄÞa†çÇŒÍ2èl','',0,'?'),('LªMMÍi€«‘&2;¨','wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Promise/PromisorInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','©ÓÂ0ÚtçGÏ7	›¿=ú','`¦RŸÍûhÙÔ^ntôŽ‹asFœ;Ñ¼}žÅ ˆ','',0,'?'),('L­Ô\\N#¤¢¶\0a¸²,ÜT','wp-content/themes/betheme/fonts/mfn-icons.svg',0,'âAËÔêÿ/sJŽ\rP|Å','âAËÔêÿ/sJŽ\rP|Å','ÏrˆÙ]5¾)þhž\nÔ»ûŽ@¢;fAzå d—\r&','',0,'?'),('LÂŠe¡t\"pc(	’eÇ','wp-includes/wp-db.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','­\r÷FJY<\0Ç<ú~ŽÔõ','`½îtÖ®I\01“Jx€ˆE$´µé€qûÙ·Qêˆ','',0,'?'),('LÂšÙ»d|zVlÈ«Ùc‚†','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_timeline_24px.svg',0,'\0Ïc”ØÿdÍ‚Q¶','\0Ïc”ØÿdÍ‚Q¶','yîîÐ$M¦Æb½z¿¢ÎN7#©yt§,xÎë£oø','',0,'?'),('LÊµäí*‘\0\03‰Ã	à','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_unfold_less_24px.svg',0,'v…âT¤ÿ\'ŠÎövƒ°D','v…âT¤ÿ\'ŠÎövƒ°D','‡ìÃY°ÿõ‚-Ðò3Âñ{?‘M#\"uŒdµ“EÁ','',0,'?'),('LàÀ\ræ%ÂÂ{®·','wp-includes/blocks/social-link/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Œ£qt_¹‡ìš`\r·','Ø¢)0Ïô Âûñê‡\\ÅÜ¼~­Ê- \'ö·','',0,'?'),('LìÏ–\0÷y\"PíÍ','wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¬vùÁ¿Šó’ò|¹ß÷','&ê÷»æY@fá˜ò÷\Zæ{yº=µFÃÎ#Fs§ŠaÍ®È','',0,'?'),('Lï¬+q¹VÊ;—hÐËY•','wp-includes/fonts/dashicons.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M¶¬¡N:ÂÒ\'åÊ¤·ÛÈ¹','Jó˜!Š¯ÉËXLl`’eþÃO¯ì°sÐH¹‰¸ãƒ','',0,'?'),('Lñ>t™õšNÿˆ†‹Ý','wp-admin/css/colors/blue/colors.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÙÐ5I×”„g,)Z­YM³','ø\\k›ˆSÛëš‘ßn wWýš	ÿ!Ó*Á~¦vÝ','',0,'?'),('L÷…)ÑÙa$­D-ïÓ®ªJ','wp-includes/js/tinymce/plugins/wplink/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m¾‘3Ñ÷ëÔÜ–3þóŸ¤M','zÇN\'A¥%ÄS“˜@4ùUÚÕÆBD™¨®qö’¤ ','',0,'?'),('M¡ˆ’|qw‘«[K','wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/MessageFormatter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ð~ÏÕÂwÈc/Q‰ý…','WP-Çd¹7œÀ/Nw>Y;†#ë)FUÍ•Úa¾','',0,'?'),('Mx1Ç‹Tm¾R_2o','wp-content/plugins/wordfence/views/dashboard/global-status.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','˜.1ŸÚÐ(>÷«\ZVE~','ËIhù÷ì¯ëæ£—ht‰;õ˜a6›N*Øz','',0,'?'),('M(m2y‰ßNé>U+cB','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_functions_24px.svg',0,'B‡’Ãõ°„f¨Þãx','B‡’Ãõ°„f¨Þãx','p^„š\"x‡Ù\\’.¥Äå7¢ÕÎÉšŒÖ•òŒÏ,@ ','',0,'?'),('M1€xê©¬^Ð…Ë…áMf','wp-content/plugins/w3-total-cache/Extensions_AdminActions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','…ÏPE¸ïôªªÇüùŠü','‡\'£Ì`%_‚·ÒË\0ÈÔc ð—R©@òf¢¢ÞýEú','',0,'?'),('M1ÒÚ/ªn§íÌ–Q‡ ','wp-includes/css/dist/components/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¯GIïYØö²Ç8µìVÈM','ÍáìWR[É†cK\nGk¾9JÄ3®’A;[w','',0,'?'),('M5OˆØg? ð¹O£e•Nš','wp-content/plugins/w3-total-cache/lib/Nusoap/class.soapclient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¬»@>¾Ü½m×½KôEUò','g´¹º¢ü˜-ZÃº7xßÏ.¢ùAu¢<ÇïåCÃÅmÿ','',0,'?'),('M?,5Ø*îóÉúÜK*Åf','wp-admin/js/post.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','’nòDxûòÃ«ÎLräž/','kÔsà„â‰ÒWhêfIÔÓh5·î`Û‡ç','',0,'?'),('MHEÜlM™^‘ÖFÏ','wp-content/plugins/js_composer/assets/lib/bower/font-awesome/webfonts/fa-brands-400.svg',0,'>ò‹qÊÁ4;\Zc1ôi•õ›','>ò‹qÊÁ4;\Zc1ôi•õ›','.œ3%uÍú^œ@ÜÍ@Î94bkáKPêÓPÚT/ô»','',0,'?'),('MOžåö{˜¨†a©','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Utilities.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ù~´¡Ìý•ùsÅï8ÉÐÁF','ø‰iX«åSô¯f¿jAl6V²N=€8*v¨ºahÅV','',0,'?'),('MW€	å¦¾:Éä˜ÙŠ','wp-admin/images/align-none.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ñ­eqd2 ¡Úu‘¥Âñ\r','¤g(¸1†Xã¤{† [].¡üT‚Ž¡“AÙÄõ','',0,'?'),('MYŒñGˆ°\\tXû„’/','wp-includes/customize/class-wp-customize-color-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','·&µ»S?ã…ã³|ñôG','h	Â3|:Q9z€­ò4Y1[É{^¸	$;¤#šq¨Ð','',0,'?'),('M^.¯üŒ¤ÁÀòhÈ¾Ä','wp-content/plugins/contact-form-7/load.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Í.Æ·6Ì\\J@L^1','²0ÝÏ(Er;,uCô÷àY‰ªúÍdÞ ¨aÈ!tÛEaQ','',0,'?'),('Mh´ä‹ØÄ‡×ò‰Œ‰—Œ±','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_date_range_24px.svg',0,'r^ÑÛ(-éÆNûLü>','r^ÑÛ(-éÆNûLü>','4Ï¾âÊŽVìR$¬×¸Éó³€™ÀÙ–<&œƒ\\','',0,'?'),('Mt\"ÏD\nz¼Õ´!¤','wp-content/plugins/essential-grid/includes/wordpress-update-fix.class.php',0,'¡gúÄýh\0ÜâÓ‘Þ9','¡gúÄýh\0ÜâÓ‘Þ9','Zh0~HN!ÖX‚ÕØ7™m”å‹xÏ:M	ßÃî’^ù','',0,'?'),('M„9N·±æHœ0','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/glasses-moustache.svg',0,'¾À×$ ƒ¨œƒ2Û$IÒ&¢','¾À×$ ƒ¨œƒ2Û$IÒ&¢','\ZÖ–\'Šc=In³\rµM%ÀÜ–¡GK•´€~…a»','',0,'?'),('Mˆãªy;|Ç	¤Aë—','wp-content/plugins/js_composer/assets/js/dist/vc_grid.min.js',0,'CzŒñafKÿøµýwg','CzŒñafKÿøµýwg','Rá8 ñFPâ@¡±NjAØóOr5(r€”Ûzä·WR','',0,'?'),('Mˆ¸?”LÄ#3B¾(aMg','wp-content/plugins/js_composer/include/templates/shortcodes/vc_empty_space.php',0,'´PNõÒŠß¥xa¿–z','´PNõÒŠß¥xa¿–z','øæ€ü>múfA¦/€Ò‘AªÀÁxQHDþTÓ€¨lëú9Ý','',0,'?'),('M°³¨!òÏ­¦<oô«j','wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/RetryMiddleware.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!ŸJ—aoÇù¿üÃúkñ¸','ò¡v$|ß“oÃ ¯Ê­ÍtÛí¯¸NDœEIÝ(zö','',0,'?'),('M²>srù]›ÞÚç\\™','wp-content/plugins/js_composer/assets/js/dist/page_editable.min.js',0,'¼yCgÙ:3UÓ®pgÂ','¼yCgÙ:3UÓ®pgÂ','RÁ‚mÕ_ÆuY-Ç¨±rø1Ú‚Q¯×w ˆR	~','',0,'?'),('MÁ*:i1N)ôòw]HÄD','wp-content/plugins/w3-total-cache/pub/img/white-grad.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n‰Å‰!9…ÅºÉN‘N','?*ÐNJŸk~!·xŒYMË\Zús¥éöÍvÐc','',0,'?'),('MÐ \0šAŸª»9QÞ+ Í','wp-includes/js/admin-bar.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¹áˆ‡ã™n°&­a1a\0','(L‚ø<…—ø£Kùi§-¼“U4ÝWÜ¸` ¯Žrl$º','',0,'?'),('MØ¾·IëšÖìæàbznìR','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_hdr_off_24px.svg',0,'»|í±Û:¼\rh7GÌ£_','»|í±Û:¼\rh7GÌ£_','%}@`–Œ=iþ„Èåg7?õB`iCr?yÚ°…äæ','',0,'?'),('MØý2·ˆ(¥Ž… )§‹‘','wp-content/plugins/worker/src/MWP/Event/index.php',0,'gD,Vë§=\\ÆbP','gD,Vë§=\\ÆbP','k‰À—~	¶½UH\Z¥ÖxƒPêÛAÌ„¢ú<¡ž;X¨','',0,'?'),('MÛŸ–ÃˆÉ¸¼¸c•Æë','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_skip_next_24px.svg',0,'\Zæí\'*±m&Ù‹E','\Zæí\'*±m&Ù‹E','ß×cµ‘u–‰òI?7M&æñÔ8ß[”Uûÿ¿M\n¯L','',0,'?'),('Mã¬šU<z~õ\'9CE)j','wp-content/plugins/essential-grid/includes/meta.class.php',0,'Pp w+3ëó ~×rY','Pp w+3ëó ~×rY','àgêd¹€\"^i˜®cô2˜8-­2§Ûð^Ã/—äµê','',0,'?'),('Må;CåÌÏÕÕ8Yyï²','wp-includes/js/twemoji.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ˆ’Ã×°¦aL/Sî¼T','eÆdimÔºm\Z$VŸùvž%	ÁíìFO¯ÑaK\rÅ‡S','',0,'?'),('Må¢’œµ6Bþ³OŒ>','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_wb_sunny_24px.svg',0,'E<þúƒ¢5¡œ]ùÖ¶x','E<þúƒ¢5¡œ]ùÖ¶x','²ßE<ªo\0ƒÞ£,¼øô;mˆ\\ P·dJôñÒ{','',0,'?'),('Mò•£Ä&¨|Shê­ÚÅ¨÷','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_cast_24px.svg',0,'ÈrÇ™ËB™¦ùU&ÐõÀ','ÈrÇ™ËB™¦ùU&ÐõÀ',']ëB²\\Í9½fÑ!uËÝ%7\\¾â2Š]úP‰ç\\Uø|','',0,'?'),('Múp[ô­Ô×Xj•îžµ','wp-content/plugins/js_composer/include/classes/shortcodes/vc-flickr.php',0,'ÀØNnþØLp``7¥4\Zè','ÀØNnþØLp``7¥4\Zè','Vž£fŠeýê¸7÷{®O|roEæýQØßM±”T_A\"×','',0,'?'),('MüÁI‚MÔïüÀrDõ-','wp-includes/post-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l˜5ÂäÆïohÈ\0>Ú','øåó’é…ã¿Öz|.Dª%çµÌÇº\01pØ†Ke	·','',0,'?'),('N 6`f….Ù{µ0Ç:¤','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/fire.svg',0,'ƒ´LƒÄÓ&X2\0 ¡Ñ´Ï3','ƒ´LƒÄÓ&X2\0 ¡Ñ´Ï3','FQŒê	—Óµ®É\rK˜5&eS_*¥WëFšev¥‚','',0,'?'),('N7—Aä´\0ÂnnV¾Ö‘í','wp-content/plugins/wordfence/images/checkbox.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"³ÈG\rû6|ôˆ˜€\'','ð‚y~`w(j×~Þ=ë¤¼&·ýÝ´ŠßìQ>`^Þx','',0,'?'),('N=®fÐ>$KŠäâH¼TÎ','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÇÓë‘?G{òõ¸ñg','Ä€Ð <WŸ;-\Zñ€™¾—(C+¼,Mþ•ÌUâáW6','',0,'?'),('NYÑ>íÜ/qÎ!ô÷wsé','wp-content/plugins/js_composer/include/templates/shortcodes/vc_posts_slider.php',0,'ÍíoJýrD§\ZŒÕÐ†?0','ÍíoJýrD§\ZŒÕÐ†?0','¹¯+¹\"˜íLqExú¬–âž“ñÍ\n,›=<Rçöý','',0,'?'),('N[ã>¹.Ã`Ú“Ý%ÇšÝ–','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_hdr_strong_24px.svg',0,'wjn>ñÈòizèØ&Gê','wjn>ñÈòizèØ&Gê','Ò€s½‹§<:y{øÇC½dKÌÝ;ï] §ÐüÑÕ,','',0,'?'),('Nb¯Xéw?¶e´&Õ¼Níî','wp-content/plugins/essential-grid/admin/includes/debug.class.php',0,'ôh\'\rL²þ6sÝPUŸ³','ôh\'\rL²þ6sÝPUŸ³','xyã¯SíÁx’Û×æß%â„@¢|¬ut…®Ž+	','',0,'?'),('NiÅ~	Õ`øà®W°E','wp-content/plugins/wordfence/lib/wfAlerts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¬4ruçý¥ƒXûÀÀØ','†\"Ð‹Kæ×}®·dyÔ¢_¾®Æ8õª_Ž™­* ','',0,'?'),('NxŒþŒ»™š`—zÊâà®','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/money-growth.svg',0,'‡Æ¾|Bî„àë„FÌ','‡Æ¾|Bî„àë„FÌ','ë«|“‡)v.˜Ü¤OHôGO\\zâœl!Z¨Â´¼6Ý','',0,'?'),('N|þÂ‡JÐ²ªzn×ösw','wp-includes/pluggable-deprecated.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@†¥è\"•jÒô£2ß–','úÄUÛÑÃ=¦ˆÅÇcoâò=t1Î-\\î\r÷=','',0,'?'),('N3Ýj@pu5“«¶¿^›†','wp-includes/js/tinymce/skins/wordpress/images/more.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ü·¼Ô\n¼\nm\0;üË«æz','$³vçÚo^„²ØU› ¿A\0ëô:ò\\C¨u¿½','',0,'?'),('N¨C‚ÈÉ‚šFôº=>é\Z','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/SignedIdentifier.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','°9³¾ó^jwé&Aˆ','Íná,ï¬òíûõzê|lÙêQ)lcðÇJo¸B<°','',0,'?'),('N”•zBmø8éWñ¨œ×','wp-content/plugins/w3-total-cache/lib/Aws/Aws/LruArrayCache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','FK¶<QÌ^?}É²ï','ïj1•C¶`¡E4©ÄËœ\ZUSù`×¹´|Œ€WÃ†²M','',0,'?'),('N%ìÒ|©DyT¯b$@r','wp-content/plugins/worker/src/MWP/IncrementalBackup/Database/Configuration.php',0,'ïèk‹2£®	z&­x','ïèk‹2£®	z&­x','´y[¨Ñkdz7¶Û5¢p—MpZ›É±»Ïio“€','',0,'?'),('NºéÈµÐï§V³ßr>l','wp-content/updraft/index.html',0,'vEòT®-1¥Él0h‘¾ ','vEòT®-1¥Él0h‘¾ ','È¹;k\Z¦¥!å‹‚Ác¶nuMØàY-èuo%ã¼','',0,'?'),('NèBð\\IUÌ±_ÉÙÕÑô','wp-content/themes/betheme/functions.php',0,'\'èÕ@DÊÑöŠ^,&rc','\'èÕ@DÊÑöŠ^,&rc','ùI½¦^ƒÌJÂ/Œò«wÏê‚õ¾ÝŽÅ9ºªð»eõ','',0,'?'),('NêFéÄ€žØUXG¹î','wp-content/plugins/w3-total-cache/pub/js/feature-counter.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÉÕEH†µ#ó-Ñü–ù;D','ÙpHŸžY&mw™Ž½«Šq²ª•v””HG‡i-£','',0,'?'),('Nñ“6G˜ot»ea','wp-content/plugins/js_composer/config/content/shortcode-vc-message.php',0,'œÌ!äÕŽ¶´›éfbááK','œÌ!äÕŽ¶´›éfbááK','êW69Þ’œzTºžÃü¶¦†Øcå†ò(ûˆuDøð','',0,'?'),('NñãþHVû®Õõ}¶4G','wp-admin/css/customize-widgets-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','éiO¢„ÐqÊffšÕ\nÈ~','ÎFÔ%É¸\n@Ûßâ Ç³Ã‹E¦Š|ÐÛB.=³Ôóé','',0,'?'),('NöY—]5™Ý(bÔÐŸ€','wp-content/plugins/w3-total-cache/pub/img/W3TC_dashboard_logo_title.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q^t¬Á½4/õ³Y}-Ãÿ','¾ÕýzÓÅ·e•íM£ÔªyÝ«dV{XÚÿ)Ú:¯','',0,'?'),('Nú¨¼JPÈÙ1A,I','wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/S3ClientTrait.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qU“+\ZÇ\0¥×2xï‹ÿµ','JÏ¶åqþÆg±íÓšWN¯±”z²Í¸§mC\n\\d“','',0,'?'),('O	‡ÒS ý•Ç#ÅÿYiòv','wp-admin/includes/class-wp-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¹|ÀˆÁÊîqÌÑCŠüÝi','Ï {†;¡Ö¼Ñ¢u™hÝNõö½örB@vòNgÇm°jxž','',0,'?'),('Oü9\nqºŒÇcÈx5í','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_airline_seat_flat_24px.svg',0,'áŽý™Y¨âˆ\rŸ­î~Px','áŽý™Y¨âˆ\rŸ­î~Px','ôÑ³¼^°Õ´bpF¤³NÉäQØšî_fÿ¢3Õ9Jt','',0,'?'),('O£ZBãVƒ¶ÿ ','wp-content/plugins/js_composer/include/autoload/vc-pointers-backend-editor.php',0,'&‚å©Ôáô•Ö‹»À¿j´','&‚å©Ôáô•Ö‹»À¿j´','åì­yî	ÚÌÇ¸@˜ÔIwÏ¾Ú¯´æÃqavÑ´ö','',0,'?'),('Oµ¦—›NuÆ-Ús','wp-content/plugins/testimonials-showcase/includes/class-settings.php',0,'ûb-Õy}³3ÊÂÔ¸³ó','ûb-Õy}³3ÊÂÔ¸³ó','q(·DCºF^Ïƒ´ómrºQªË]Mã*`œÀ|´I','',0,'?'),('O\\Õ)ê˜3õ P54','wp-content/plugins/revslider/release_log.html',0,'„?±›xíû^·Yñ·x','„?±›xíû^·Yñ·x','E1ÝÒèÌ‘5·3dÎ]8¿[â.|þÃª¥ÚVê','',0,'?'),('O„Ò½PTí^•4~ÅÅB','wp-includes/css/dist/editor/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ou7¸õv|È÷Tœ€)Ø·œ','ŠÃ\ZÈ&é\nfòVÄ?\"°H4^êX*R ßmKJÛWAÁF','',0,'?'),('O\Z\'Fáu{‹ÒõRÿn','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-row.svg',0,'˜3öT±<\n’AåÖƒùNJâ','˜3öT±<\n’AåÖƒùNJâ','X\\„\0ãÝ¨EâÍ4ck¢XVr¸ˆg\'Ê]Wàòô','',0,'?'),('O =(:ËÄ<á	Þ1F¿','wp-includes/class-wp-feed-cache-transient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','†x¨Ý?^î»¡>ß³Oô',':˜Ì;hÓ!xEÔzû¯P+¦dV¤0—Žù¹Dµ','',0,'?'),('O%.‰}^lLu„T}Ú©å','wp-content/plugins/w3-total-cache/pub/img/overlay/wordpress-logo-simplified-rgb.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8¯’å½>ÍŸÑ€Ùx','.<®Æ\rÉô*’Ñ½ùŸöcdG÷V´íL1‰½÷','',0,'?'),('O+ý­Û[›IB÷ŽÉm‰m\'','wp-content/plugins/wordfence/images/wf-central-logo.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qà(ÏÅVÑ¤ªê®','\0{\rªß˜²J/× ø^†+áõ,ÎìS™Ð½‹Ÿá','',0,'?'),('O4‹Ç³WQ™\0”ÒRøï','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey.asc',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>Çˆ­»©\"Cåixœü¹','ðªËxçœª!™¢ŸÄ}ò—\Z¶…˜Ê‚Wª¯úËd','',0,'?'),('O=üÈh·\0}OíårL£b','wp-content/plugins/wordfence/vendor/composer/ca-bundle/src/CaBundle.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ZšU÷¯~¼L5Â@\ZVU','/§rÖìT„rm¬š¥ØG­Ñ \rª%˜e\rÓí|âú[','',0,'?'),('O@hZÈ˜åÂ‘j|?Ûçs','wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-footer.tpl.php',0,'	óEûuºØPÎÙ¼-‚’i¨','	óEûuºØPÎÙ¼-‚’i¨','0×½´j«^’á3ßË!…ÂÒ­ìoOŒšÐDé¥säïº','',0,'?'),('OGå«>–kÈ›zí[2{û','wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-zone-b.php',0,';‘ª{)wžÎE·ø',';‘ª{)wžÎE·ø','w¡L<”X™S<.ñÞ_tÙÞ•;ØOöèÀ{Y:Ç ','',0,'?'),('OJo«,Ë d™[-Å‘õ™u','wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/S3Client.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','°®Ê²”>9­ˆa–·¼©','ø{Š{r¯+¿õÛ½©S†ºè$ü‰fªtn¡ŸF)>ô¼|','',0,'?'),('OSïYÓWz!8õÊ£j±','wp-content/plugins/wordfence/views/gdpr/banner.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*K„`;Â‚\0Ö}”†',',Œcn9ëåÛ$O•Öú`ºý&põTOXÖiØ³ï','',0,'?'),('O]eµå»tïÏò¶','wp-content/plugins/w3-total-cache/Extension_NewRelic_Api.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{rQ‚	™v-²Þw£T³»…','vêC™‡í|92Îßî#m¬Ô\"T[Àbt-ŒC×•5˜','',0,'?'),('Obo÷K…Ï¹ý-§4ì','wp-content/plugins/w3-total-cache/lib/Azure/loader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','„ÇÉPú\\\\ºÀÓMU¯','Íýˆ¶·9´ç,\'åÍ%ß ›³&Û?Ø_„\nÕâe£','',0,'?'),('OkÔ’§Iä˜R;þZÖJ3','wp-content/plugins/duplicate-post/src/handlers/class-bulk-handler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ëþ|çœÊŸß³ôcnc8','\nø„I]uJ õÚ ÑžV\rLÊ\Z«ÎrÐ¯Å/6®®4£¹','',0,'?'),('OlqCcÛŽÐïÖÊãÏÌÐÍ','wp-admin/css/forms-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ø[~ëñf€}=\Z›£h¦÷','ÎãÈÐ&µnÉÇ£‡`ÖÎewgÈt‹¤2¼ŒÉŸÎ²ÉO«','',0,'?'),('Org„à ¡é+À¡','wp-content/plugins/w3-total-cache/Cdnfsd_CloudFront_Popup_View_Intro.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ãK¸¢«ØÂíüÒaÚ_','¨ÎxÇËŠqkÚ0™fÉô4¸ÙåÇPÕïWyyÊ&Ý?Ž','',0,'?'),('OrfPOä™sœÅ_&sz','wp-content/plugins/duplicate-post/src/handlers/class-save-post-handler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')L\re‡è‹i•ŠÃAWì†','šÐ¶•Æ[·.TæŽ–p¯Ýß¡I“úGÎŸX~X:,\0Ìs','',0,'?'),('Ou8\\ûàMv0•U«}','wp-content/plugins/essential-grid/includes/assets/index.php',0,'ïá{J!u?}îçs•','ïá{J!u?}îçs•','AuÌƒµœÄ`ü9‰7}bŽ>MHêÃíJHhåûÎ|Fj','',0,'?'),('OuƒØIÞ‹¾’vÂÛ¥ý','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/AccessPolicy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ï¦w¼àŸ{õ\"Å˜³','MÉöšœZÌ–¯„ÖÛTHÎj%w2[ˆÎ_‘ð·G“F·_','',0,'?'),('Oy™}MaÍˆ_Öú“I','wp-includes/Requests/Exception/HTTP/504.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','×mŒÌªDb“ Š*¥','ù<¯˜£“!B¬|$k¨®¼Ýˆ # Œe¬i%0','',0,'?'),('O|Ì(m^ôŒðu.åêÕÍ','wp-content/plugins/worker/src/MWP/IncrementalBackup/Database/ConnectionInterface.php',0,'bçov#ªõ*SÑøÀ)\Z','bçov#ªõ*SÑøÀ)\Z','•ØÏL’Ôí—ß/ÿ£Ó\ZµªÇõ 1>;ºåðµ¿Ù÷','',0,'?'),('O}ýW­™ÌâÙ{\"R¢¨m¾','wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/deprecated/tabs/vc_accordion.js',0,'ßWL7ïˆ„JìÄ\0™E','ßWL7ïˆ„JìÄ\0™E','¢¼SÏ°	…¢kjÒ(†®»eÁŒ´È¸ÖH[š;ªgé','',0,'?'),('O‚æ½¼m$¸òž—Ý‹&_','wp-content/plugins/wordfence/modules/login-security/views/manage/deactivate.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1z§Â¶~pQ.µµ)!\\Å','orë[·AR~~G•uß°•QÒNÒÇZk\0QýSeO¾','',0,'?'),('Oû\\©¢µP5ÑÓÿ{¾R®','wp-admin/plugins.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÊUñWù)C‚u”\0Ã\\','õgV™¿ùkr_\n\rä!¢Z¬8z<ŽGcQ†Ù‚','',0,'?'),('O“é`üyÿ{µ{“ÀÓº†','wp-content/themes/betheme/functions/builder/fields.php',0,'1 #wUår‰rir%›','1 #wUår‰rir%›','j-XÜÿ%3•ó‘Ñõß?Y˜ìC¹ú&Ù )„\0IW','',0,'?'),('O•§†–Ek&Š›Ý»ÖOž','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_connected_no_internet_26x24px.svg',0,'¸á´¨ÞèQÀ®XÈíÄ','¸á´¨ÞèQÀ®XÈíÄ','8.…i-ˆß‡Lú¬.ÁWæŽ²áµ£ §a¯êN¶Îa','',0,'?'),('O™ ¹b2Ëêc@…]Vy(—','wp-content/plugins/essential-grid/admin/includes/newsletter.class.php',0,'¢	\"†‹¢0{Nëí¢—”’ð','¢	\"†‹¢0{Nëí¢—”’ð','ºìzI/ÍÛÁoƒ£ K‚šv\nÓ¼¸9DìyRóñQ','',0,'?'),('OžEL«v˜LÅ¸\Z6V&','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_broken_image_24px.svg',0,'™‹Ìº‘ÿÅR\0Ö0€¸éP','™‹Ìº‘ÿÅR\0Ö0€¸éP','O3ÍÎª)jªà\nÉmU¤º0“7ê¿C¶šÍïnÇ','',0,'?'),('O§ƒµà&Ârè“•ê ','wp-admin/freedoms.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9Ly»Ó<Ü¡{Â‹˜µßJé','ÜH¨î/(÷²Á«—±Xª€[ˆTp<–À¡Ui›X²','',0,'?'),('O¬¬ú³R¯r¾©£èD•?—','wp-admin/js/postbox.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','é>œ~O©çáëÿåßë_L','Åßö¦†¥^~¶Ž7„–•örù—\'Ä=§0™e','',0,'?'),('O­­lµ×ig÷ð>Ïç6(','wp-content/plugins/js_composer/config/content/shortcode-vc-line-chart.php',0,'ÙÈ%æø:Õ0á1ºî¸B','ÙÈ%æø:Õ0á1ºî¸B','Ã…¼îjÑ¢à»´õ™—z#\Z©¯m¨¨”®Dp{t','',0,'?'),('OÐƒgï6ÈtŸ{c	YÓ§ì','wp-content/plugins/essential-grid/includes/InstagramScraper/Model/Tag.php',0,'|…b],?	±Áð×åg','|…b],?	±Áð×åg','{Š6zÀ±:JÝÈ§Âö^lñ¼Ñ×5éxd?ØÎ§','',0,'?'),('OáûÆÕÞy ®ýk	b±','wp-admin/css/customize-nav-menus-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uÖyçc÷]9!T7NÕ[GE','ÿ/œrÂÿö†dOÉÛLÁ¥hP?ë=%m¡•x°½å','',0,'?'),('OåëÏÌåHI!K!0[Ú','wp-content/plugins/wordfence/lib/menu_scanner_options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','fQArÙè‚5NämVá','çÁ7Ê^	`!³Õ1ô”\Z™Cj+¨ù{À‡n[“ï','',0,'?'),('Oè+¤ÎÇlÑÚ\0Ìû.	•','wp-content/plugins/js_composer/include/classes/shortcodes/vc-button.php',0,'ŒœbÖ¤„•»ßÛ;','ŒœbÖ¤„•»ßÛ;','·~ò‰®óÉo:I—aYúkX*†9¶\\ê@Ö–','',0,'?'),('Oë”>«õóÕ¶Øø¤‹wwè','wp-content/plugins/worker/src/PHPSecLib/File/index.php',0,'gD,Vë§=\\ÆbP','gD,Vë§=\\ÆbP','k‰À—~	¶½UH\Z¥ÖxƒPêÛAÌ„¢ú<¡ž;X¨','',0,'?'),('Oí5eÌîî;hz—w@’W','wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/Metadata.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','šZ<º†æ‰Ç{~Gá¢f(','çó´,×‘[\Z¯£Öú@¿+êÖÂ?x³’ãPÓÝÐ§','',0,'?'),('Oñ»ßOàM_K7Âùnšá','wp-includes/sitemaps/providers/class-wp-sitemaps-posts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*5ÊüÛð^gG°o<NN','5Õ\'4Ï£j3Ã’¡NjX’CU‡!º†ö¾÷]~','',0,'?'),('Oò´Í{\Z±]ÐÁ¬N’Þ£','wp-content/plugins/revslider/admin/assets/js/plugins/penner-easing.js',0,'¹H#˜#¢ø¿Ú‰>Q^‡','¹H#˜#¢ø¿Ú‰>Q^‡','ˆFÌ*“Q	61çðÖ›Þjpº™\r­×ÈI>Õ\'”','',0,'?'),('Oõ“Ç‰€ß«öÀJ7b]7','wp-content/plugins/testimonials-showcase/resources/colorbox/i18n/jquery.colorbox-sr.js',0,'ëkÆòMÊ·°/!','ëkÆòMÊ·°/!','Ã!È]Šð‹ŠV‚\'ãâZ9>¤P¹àB¢ªþ*øf','',0,'?'),('Oþhu²G¯ýá²&\0ïLÿ','wp-includes/Text/Diff/Engine/native.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¯SöÕ„\r“ž$ÔT','SÏê\04â¡v@ÝÅ±`›DG VÏuÀeËRý’Bç«‡3Œ','',0,'?'),('PðŸH­ßZ`â=¼²','wp-includes/blocks/pullquote/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','íš@‚<¼Ò\r©<ºµ¢\'š','ü~u–ê½ýWŠÎS ¶“ÍÞGžL»ÄÕÈZÒ`®p_Ú','',0,'?'),('P¶bw¿=‚Ìõ”©ië–Ò','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\\ZÁÄIw5AlLÛ¢','úã´K{þ8¦Àfl…7s…RhÎúëžå—‹Ê‘I','',0,'?'),('P\nýx!‡À~é6Ò»ó³ ','wp-content/plugins/worker/src/Monolog/Psr/index.php',0,'gD,Vë§=\\ÆbP','gD,Vë§=\\ÆbP','k‰À—~	¶½UH\Z¥ÖxƒPêÛAÌ„¢ú<¡ž;X¨','',0,'?'),('PÐ/:ïÕÌ®¸Ò‰¶ûÖH','wp-content/plugins/wordfence/waf/pomo/streams.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','FçONœckR½pAFƒ\r','<ããàˆ>CµŸíEâÑÖq¤ò™W2—R…i—Úh‹','',0,'?'),('PEÛ«½7r|oI±6ÿð>','wp-includes/js/backbone.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'n™JŠk>ˆ{½¡BÀP','\\F÷ôºðöNŸ¦¥•îÝÔ4@Þ¹N-ÞEgGÀd','',0,'?'),('P „ôÒNtD«ÝŒŸn\"±','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Fe.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a¨Â!´,¯‘^Òq—','Xß‡p÷Õ”ÃZ’Ð‰ÒÖ±oÄ\r»=Ë¸<!„~²3æ','',0,'?'),('P&_#Ï\'ÜzTâ†Žs','wp-includes/Requests/Exception/HTTP/417.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','BpjŽhO^Àc\\G #','€˜€LáT˜²Ò˜$xDsš^ùh_!kC»\"1\'ü™_Ô','',0,'?'),('P\'ƒ(µôë?+‹z´“$¡','wp-admin/js/postbox.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/oÓ×êüA-7i‰{áÓ\\Å','•UNÌé%dç#HÍµÐ3¦×m„=	×Øžæ','',0,'?'),('P73oè©	§ë\0æ=áŠÒ','wp-admin/js/word-count.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ë\rffB)†ç†øü…±–','µÇ6j¸,AèÞªÇ­såD½ÁeCÿz‡&‘ý\nü²à','',0,'?'),('PBÆp¿ÿëŠ_`õ\\5r','wp-content/plugins/w3-total-cache/lib/Aws/Aws/ClientResolver.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','þ–\ZBª-4ø_ì‡©','|kg‘j6?@»fÃ˜|q0¾u^*ùµÎ‹Å¶ôYþ¾+','',0,'?'),('PJ’~]øú; ž‹`y','wp-includes/widgets/class-wp-widget-media-image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÄdCaäü*C^e~OriA¨','îLú/èT|ùà¸´wÔpEf1ÈLn­Ä!yµ‡Ê','',0,'?'),('PKˆ³2´Iªó«Á)¥‚','wp-content/plugins/wordfence/crypto/vendor/composer/autoload_static.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3[«h÷k©da4îp','õ&û!Õø7^Ïú@Ñ9¢­ùNÌBTÇþíÚÇÖ*8×','',0,'?'),('P_w^®!Rýï3ñ1qŽÝ','wp-content/plugins/js_composer/include/params/default_params.php',0,'í@„mÙ˜©=¢*íþ\"','í@„mÙ˜©=¢*íþ\"','uš…O©M!ÚlŠð!d³Éýùª{ùÆP','',0,'?'),('PƒÜCŸD±F·ª>@Ñ­éï','wp-content/plugins/w3-total-cache/Cache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g®È%\"§Ñ1Íñ³ƒYGq¤','9sˆ¡;zò%h;ñŠïP\Zë±+[ÅÉE) jÂ‡','',0,'?'),('P†²[ˆDáXPõ€aÉ‰é','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Subdivision.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','›Øï;uÂ‰ýS¹‚ìµl','ºM>:\rù&áVýÌ`Î\Z:¶O0éSv;\0þÁVµw','',0,'?'),('Pˆe´ÃŸ Ôaû“Þƒ°','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_pizza_24px.svg',0,'å¼Ù<BÝ[(ºv`‘Ä','å¼Ù<BÝ[(ºv`‘Ä','Sf-{W|[ÄÖûÊ\\ÁtoŸpÄ•{@¢šè\0Ý·û','',0,'?'),('PŠÅiz¡tîaé}Ôa','wp-admin/users.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ªƒA4\\š=“','Ì•—‚à©eØ‰%¤\nÏñZE¼ªž&}Ÿøýô n','',0,'?'),('Pµá\nÿe¡äðuµ\"í','wp-includes/sodium_compat/lib/php72compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','AGÒ\ZË¢;€¹Âù®­Œ‰l','ëD^èYÝöÚÍ\n­½¡´™%P+î0ö·[¤xË~Ì­','',0,'?'),('PÃÿ@¡„É;b<\n¸cá','wp-includes/class-wp-oembed-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\";ÐrŸ\Z(FAU','³p‹ƒû[ž´»€j$8¥7ÉzI\\›!yÓ<G4\ræøš','',0,'?'),('PÆMî\ZÖIÌ¸Ý­Y`r','wp-content/plugins/wordfence/lib/wfHelperString.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','×EuÆ»\\S w?,Ý_™L`','£Îñ Ÿ¶iÂLÆ›wµÆÖ6É_§¾ç,n—2S£äZh)','',0,'?'),('PÊ»8&Xð/Ô& 0%','wp-content/plugins/w3-total-cache/inc/widget/latest_control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','×íëÁ»yâI¤j¨|','ôüW%ñ+ëTC/:æ²;ê[›jäÖ“\"ð	­oÍÛ„ˆ[ƒ','',0,'?'),('PË¦î¬!#kSÚP	÷%ê','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/arrows-updown.svg',0,'”äJ^A“hfŽk÷r4ê‘','”äJ^A“hfŽk÷r4ê‘','ƒè\r•å4ÎW{XGÒZ!Ò­z¡nfF&òÚÊB\0¸Ô“ë','',0,'?'),('PÎ^™C§ÃûÍ¬¸?óÍ÷','wp-content/plugins/w3-total-cache/Cdn_StackPath2_Widget_View.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','’ˆ³GprˆPÒ®Ts¯½','VyzH Ô†h°À|î7¥ÁÖØÇóDE­gR@õl­','',0,'?'),('PÓo[˜¨X&:vWÉ','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/CreateBlobPagesResult.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','øK¨\r>ÆËšV¹DV¼','ì¯lÆ	–ˆÃz%;ázPÌžQÑgÝÚÜ¨lb·Õý','',0,'?'),('PÞ1$¶‰ó\\*åC','wp-admin/images/stars-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','õêA”§œ#æS²Me.^','[®òè€¿ý_(\rhª×çYÁˆ´Tî¤¹ðßqZ±Õ','',0,'?'),('Pã…ñ0¹a‹¼RÓz= ','wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Û3çgkeÍ¿Ý¾ŒÜá| h','ØHzjéž¨%Â‰¹²…p=ÚZÕà–iNA‡Zô','',0,'?'),('QŒe†hxù°™ñ.','wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-woocommerce.php',0,'®‰¿oÛ§ySàÝhAº','®‰¿oÛ§ySàÝhAº','ÛÒª|=ÿjÎŠ\Zm˜p¬¹<GòŸú\rçA‘£%;©','',0,'?'),('QRð ¤[ô«ÑTivS','wp-content/plugins/duplicate-post/src/ui/class-column.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','›@ø›œ]âŽ?ÿ9','w¡BwUpx‰®àÿ¶\\w®àú™eöf6ÓU;×PQ','',0,'?'),('Qç\'ê7dYúë§Î‘$yt','wp-content/plugins/js_composer/config/containers/shortcode-vc-section.php',0,'|jÛpJþ¯õŠ9ð\nís','|jÛpJþ¯õŠ9ð\nís','–ž€À×7ÆòÊ.ŽºõËâ.HUÂÜ7®Ë²(¦','',0,'?'),('Q+]*¤ÎPŠó!žû|','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_7_24px.svg',0,'œ‡ÞxB\'‘Ÿ,}möâÖ','œ‡ÞxB\'‘Ÿ,}möâÖ','&±ðfTpU;RÞâÔ™=„L£Áá-é±•ÄË¯Ý','',0,'?'),('Q/[Ø”\nÏðF(0e÷„','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-search02.svg',0,'àwH|}\r¢ \nŽM_\"Io','àwH|}\r¢ \nŽM_\"Io','n¹êb¡sµ)í+÷†‚¡\\Û³‚rˆ|–«c&7ÿ@','',0,'?'),('Q7mµ6Q\n¼ÒÅWÜÁší','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_vpn_key_24px.svg',0,'Oþ&6»ÐP–jžneÅ','Oþ&6»ÐP–jžneÅ','…ƒ\'ËÅdŸŒ¢\0Ñ;«â¦ëØ\'¬·ïßŠ» iæÒä','',0,'?'),('Q;Úòé(ü±¬Mp*ñ‹','wp-admin/js/widgets/media-widgets.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¹pÒfÐE ƒ2ŠflÌ«','®ÐäyºšgðßÝ;ŠÉI·FNn²ƒ¼“u0‚˜™§','',0,'?'),('Q<D,/4×áÅ»8êîP#<','wp-content/plugins/w3-total-cache/UsageStatistics_AdminActions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','à×kU;[â¿Ï)ðËi','ûÁ	Á€·TçqcSpåsUMkÂÎ\rjó:çÑÍkü','',0,'?'),('QBkõAuþi/|í;','wp-content/plugins/w3-total-cache/Extension_CloudFlare_Plugin_Admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ü—¡dEcùÜ*¦ú¡¨;š','>|©»üThµ\Z¤.ö`G°Cy±4(+\rt>	ä!','',0,'?'),('QPUvÄ;ÕZ¯3ã¸','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_airline_seat_individual_suite_24px.svg',0,'{¤,ñ›÷Éqü<+\'','{¤,ñ›÷Éqü<+\'','MòMUŒ¢4@VˆÛx—G®0½â½ýV\rp&/¹Nâ}','',0,'?'),('QT«ñò*f×P„å¥.¿','wp-admin/includes/file.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','í›ã=Üá]5¼Z:Æ|','Žä—fGÈˆ@šé\"§\"…Uý½G“ÃÍ%îk]ëÇX','',0,'?'),('QUò¢à>98öji[ž','wp-content/plugins/essential-grid/includes/jackbox.class.php',0,'S_I™…<û7#Âv^l','S_I™…<û7#Âv^l','Ö]SB®ü^$÷6Ù¥ô™Þö¸†»²¦6ûócÔ«ñ','',0,'?'),('QY—ê1ðTl’¹Vr<','wp-includes/js/customize-views.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"r›<`¢óÄÅùDÍâ…','b2¿M¨ÿ!o‡;±-ô’veqüË\\f´]l¤”À°:','',0,'?'),('Qg6ÇŽ‹Q^‚¦øˆô1)¡','wp-content/plugins/worker/src/Symfony/Filesystem/FilesystemIterator.php',0,'\0g|Áˆ1ae‚Œ_x3Ä@','\0g|Áˆ1ae‚Œ_x3Ä@','9ŒÓÿPØÎYâL2¯W\ZŸs¯?—âÚ@³¤Ûmª6‰','',0,'?'),('QuoPXØØ\0«¸SÚž','wp-admin/images/bubble_bg.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ú~Ïg<Ä‡óI Á¬®0','\'+uÒWë`-A²¶èþÝS\'¤}S~SõÒb¤Ì—','',0,'?'),('Qzü4[4ùIÛ\0‹#x','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart11.svg',0,'K-è¾°ÏÓ	MÃžÎ5®â','K-è¾°ÏÓ	MÃžÎ5®â','‘O Â×™Æù#zŒ2y;/ÑOê]\Zó\\ëU7¦>„','',0,'?'),('QƒþcmÖuX\Z3ûB+‡žX','wp-content/plugins/wordfence/views/gdpr/disabled-overlay.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¿!ý*†o¬°2Â¯†$','TðŒûCWD9ò¼ƒ-Î§¥0(µ\ZJ¾iÉ×ôåÖÂð','',0,'?'),('QŒµ ö)ˆç×Ì‹pZp*','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_hdr_weak_24px.svg',0,'×ý[±’ÂÞbuª³ØñÙõø','×ý[±’ÂÞbuª³ØñÙõø','&Ðæ½+øøzÿ¶4=¹ëoX?íNÆØÞûvêð','',0,'?'),('Q˜_»”‰*v›RJÆ','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_std_24px.svg',0,'æÓ%mh\Z{FI™ƒ$Û','æÓ%mh\Z{FI™ƒ$Û','¯÷£ùÎÞ=ºmYŽuñö\"­¥²à^D{¢¤. d¬’âŒ','',0,'?'),('QžšÏf#0Zéå?Ç³â','wp-content/plugins/js_composer/assets/lib/vc-tta-autoplay/vc-tta-autoplay.min.js',0,'%6¹ž®+¾ýèkz½p$t','%6¹ž®+¾ýèkz½p$t','‡ì¿;y¨•Û&6½ŒQ <Š¨,—\r>³\'±ß-hq*','',0,'?'),('Q¢¦ý(’tiB$¸=Â','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-message-box.svg',0,'Ÿ%ö@<Y*{c©šQ­ÃÈg','Ÿ%ö@<Y*{c©šQ­ÃÈg','&OêP5y ©ooÚ&ž¢µx¯ÆÅ“¹èžÌŒñaÇËK<ü','',0,'?'),('Q§Û÷6K4öÊ¨€ÒðH','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','çç0Ê»$¦°ižðv','VÞö@Ø÷Iò êé”«1z¯Üê±ƒè\\àb;!2','',0,'?'),('Q°ö-ùC-]CÉÏÐø','wp-includes/sitemaps/class-wp-sitemaps-stylesheet.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','–ˆ¹šO¸¥«Œ81','³ˆ­v$øÍ´Â×,«å†5Ê6Xö~XÊ§…éâ„ÔÛå','',0,'?'),('Q·`ºöä8þM¸8','wp-admin/press-this.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‘\'xq ù>Š/¯ÐÏEQüL','>Œžkï(ÿ¦²B­‘®©ù‹h\\ŽÑ«Íœ:','',0,'?'),('Q¿†šJèÐf¿ï§R{ËE','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pens-pencils.svg',0,'Ìãá6ØGàÎªÎî‚T','Ìãá6ØGàÎªÎî‚T','\\gçÀ?+%0Dë3pï\r²ÃÏU ÀH7üñÇ‹Í—k','',0,'?'),('QÜ™îPùŸ5ÙéS,z²É','wp-content/plugins/js_composer/include/classes/shortcodes/vc-pinterest.php',0,'5”O:Ý¹3Ÿ\'r¢qó','5”O:Ý¹3Ÿ\'r¢qó','Á£ÛBfr©Þ*>Àêø<íÎ2ƒZÆo«^k4­','',0,'?'),('QáµáÒ$L¬\n\r•ˆâBÀ','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_rounded_corner_24px.svg',0,'2Â7¿YÜÆ~)ƒáV\Zo4','2Â7¿YÜÆ~)ƒáV\Zo4','†œO¸<f‚+ÏJo‰ÙdÖdö¿ªÀ‘O¿›]Õ‘•§ù','',0,'?'),('Qá<büªëÒàHçBâyu','wp-content/plugins/js_composer/assets/vc/logo/wpb-logo-white.svg',0,'F1L¬i	%ÊitSé','F1L¬i	%ÊitSé','³œhß¼ DdmK¬·ó´|bNØ(µ\n0¤\ZùƒR­','',0,'?'),('Qù.Ã¬¼\\¦‚ëûXeOI','wp-content/plugins/wordfence/views/dashboard/options-group-general.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','©:Ììãn“Ón)ÝÔ','g #­«”z¡¥t¹–—JÈ´´Y·12cÆ³\"Po¹wÁõ','',0,'?'),('Qý©ƒÏÛÁlêg´-Äó','wp-admin/js/comment.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','èÁwJ§ëÖá·x÷c','®ý½’yÚ–ïÐ’\"ßÝ|Vj4‡s\"ÓºA?—hÜ','',0,'?'),('Rºv5­–W6Ð`ÆÚ¾á¼','wp-includes/css/dist/nux/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4=¨\\^\0ºäY¢D«ÿ³','ŒQòEõÜ —Þ´œ~/F¼gû!E­cw²õû5\"R','',0,'?'),('RdëùOÏ!lôH,ÿ’','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/database.svg',0,'1ì~›¨Ömk!Êà}¿b','1ì~›¨Ömk!Êà}¿b','…!^ê­ÃTTö­ÕGµôV6žÛêZ>oS&ßÿÄ','',0,'?'),('RtÓš5ÊÈ`J€ƒv0IÖ','wp-content/plugins/w3-total-cache/ObjectCache_Plugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ò…ñÓìËô*£2øàe7d','¹’øçÝÿF‰¸RÇžégÉYÖ¬øÊiœ§4N-','',0,'?'),('Ræ™×:K;Làƒ','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_rowing_24px.svg',0,'‚Í+Ä@!‘kHº»*ct','‚Í+Ä@!‘kHº»*ct','j9Ã\nJé¯xÞÉAEÐëÓ.Ë	ÂTáîº9ùæ3ö›','',0,'?'),('R3ð¸Usë3ÃÈ}TêœÛÁ','wp-includes/js/autosave.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','å†FwÝëý..&åLUc','uä½Êì0)÷ÈT}ÅºÛÆÕ©;œ†¨¤¡n','',0,'?'),('R@²býœ$¬tJx]ãQ·','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/newspaper-jobs.svg',0,'|Ê…Ðµ\0LÞÕN¹','|Ê…Ðµ\0LÞÕN¹','Ó—dV	Ë!/jÙ1Wô)³žH‚5#û\0rª	ë','',0,'?'),('RQ÷b7f§È |~Û“†(','wp-admin/js/widgets.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¾`ÚAR4&ÀÝ£!N¨..\r','tGªþZ,8ï|XE&MaÛ-RÑšk¯©Ôôéá”\'0','',0,'?'),('RR?Kv}êÕ2„÷z­‚','wp-content/plugins/w3-total-cache/Extension_CloudFlare_Widget_View.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ŠôŠÚHÛ6¶ewìàÿ¨Ð','ÂÖu·÷/JöŒö$Ú×û¦ãÀJ)î)Òë÷(Xò€uñ”','',0,'?'),('RX7_CÚª±ÑóÄ§ÒÄ','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_wb_incandescent_24px.svg',0,'Â\"=Ÿ.ÿø&ÁÕ£','Â\"=Ÿ.ÿø&ÁÕ£','jùOM:Î¥™qo¬ž¢øÊtßG!$ú´YU4†f','',0,'?'),('Rj¦qñ¡IÓ\Z®Y&ý','wp-includes/sodium_compat/src/Core/Curve25519/H.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÐÄƒd©êOÄ[ÇS\nc\0','^o¦&[Èl“”»2Zg/‰?>ÂÄP~CÆÁ·IÈ—','',0,'?'),('Rl¢VPöyXô,kL','wp-content/themes/betheme/functions/tinymce/plugin.js',0,'@ÃƒÚ=–YczE\0õZ','@ÃƒÚ=–YczE\0õZ','²óù<Ïƒ¯OfóqÏü©=¨ö¢Ù×/¡ç7â@†WË','',0,'?'),('RŽµú1?™ûˆYÓVDt»','wp-content/plugins/wordfence/lib/.htaccess',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','£E\"xKÊê{Ç8ödS³','C‡¾ö½\'r…9½ì@âK¡Þ†t¡ª™öâ§w#@kº','',0,'?'),('R“b:Z³Kµç“ûLø','wp-admin/js/application-passwords.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','EöÞðHƒ÷G®“\'Œ\ZR','Ç&õ¡ëHOž+\ràFå(¥å³^(IÒ3ÕîPÍQo','',0,'?'),('R–x®4Mp@°9u\nÖŠ p','wp-includes/images/wpspin.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hkžuËRª\r@9k÷’ç','»³÷!ÚF×±‡äò¸(œ‰µ#õäˆ1†‰:ã','',0,'?'),('R—§|Rx/ãbzn9\0*ÑJ','wp-admin/includes/plugin-install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','´ŠœL½ù‰ÀSŸ0“ÅÄ','S[ ËnÀÉ+‰ð™’½®Cñw­CàìŒ‘æ)nàd','',0,'?'),('RŸµžLºW¸åp.','wp-content/plugins/js_composer/assets/lib/bower/nivoslider/jquery.nivo.slider.pack.js',0,'%sOÏæÚ§]æüÖjH¶_','%sOÏæÚ§]æüÖjH¶_','G6GèhÛB<[ôJÕ@‡´,Tø\n§ÐU2î¼','',0,'?'),('R¯\\SC¯|juÓ9µ¿A','wp-includes/js/media-grid.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','éÅ°ãPÕu²ÐÒ$Êº','ÿqÿ¢¹u0RÔJI@©µ½ŸC|Ñ—•îÑ`Ü¿+5—','',0,'?'),('RÂ¥ø²®ÍÊLeýq	ð&Ô','wp-admin/js/user-suggest.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¹¤\Za´KÁ=ø†l²s³','õ>Én‡\"S•¾†®qðÅt¥\"qz–©ÙŠ*pZ#¹+x','',0,'?'),('RÌl™Ø+ðT*\"«,k»Î','wp-content/plugins/worker/src/MWP/Debug/ErrorCatcher.php',0,'­Û@Ÿ§þ×bãûtÝ«î','­Û@Ÿ§þ×bãûtÝ«î','”ž˜Áƒ5ì®1\'àÍ|W¨V­®Öø-‹$>B4˜','',0,'?'),('RÓ¡ÒÑy[ª q-¡','wp-content/plugins/worker/src/PHPSecLib/System/SSH/index.php',0,'gD,Vë§=\\ÆbP','gD,Vë§=\\ÆbP','k‰À—~	¶½UH\Z¥ÖxƒPêÛAÌ„¢ú<¡ž;X¨','',0,'?'),('RØ)_j@\ZëƒðnQp','wp-content/plugins/js_composer/include/classes/shortcodes/vc-tta-pageable.php',0,'4kv›+¬œIAÌ$š','4kv›+¬œIAÌ$š','²i8BÂ@QP‰Ž¼ê\n0¬·7™ŒàØ~V¯ú]³^','',0,'?'),('RãH\r0ü!„d‘?c&','wp-includes/widgets/class-wp-widget-categories.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','BbÉÞw®8Å[ &Þ-Y','Å@éÑ¨²Ìpw”xÛQX™‰}\r´yáÈ|Íð?É÷û','',0,'?'),('Rí\'¦$×$‚ÍÒ¿“—Î','wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/S3UriParser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ñB‚šÁU$]jõ','êËyß°à+›•”ÍØÃjoP‰	>ÿIIrÀ­{r¯','',0,'?'),('RõìXª¢nÑÐ9cvç','wp-content/plugins/worker/src/Monolog/Processor/UidProcessor.php',0,'V\nè\nÒÙ‚U%IÀqò','V\nè\nÒÙ‚U%IÀqò','—¥£\ZÆñ»²o(og$¡ï»ª“µŸ+fn-&o','',0,'?'),('Rö×ÖøêÇò|¨M|å','wp-content/themes/betheme/muffin-options/fields/custom/field_custom.php',0,'\nm¨²ŒIüù>BCí','\nm¨²ŒIüù>BCí','n.µ¾\\ØŒµ¿þIôÙ‹Ò™jÉº;êôõS','',0,'?'),('S>ÌÇF^‚È‘½Ð}ãÑ\'','wp-content/plugins/worker/src/MWP/Action/index.php',0,'gD,Vë§=\\ÆbP','gD,Vë§=\\ÆbP','k‰À—~	¶½UH\Z¥ÖxƒPêÛAÌ„¢ú<¡ž;X¨','',0,'?'),('S)í³O\\‡;b6…\n?ÈÀ','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Handler/GuzzleV5/GuzzleStream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ågÓžÓ¢•KeøÌËß','¿/_ò·o‚~tÕz 	6—9±Mù\"÷ `Cˆ','',0,'?'),('S.FÈ«A¾j®ÿä( :','wp-includes/js/hoverIntent.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','´x›m»öê\n8‚Ú	Þ',')êK¢™ö%AÛZ&Éyš`M¿šU!¨i:Aà[Œ','',0,'?'),('S0ôÖ¾â×K/17uüŽì”','wp-includes/js/jquery/ui/selectmenu.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p™éWj*m¯¦Es³','çú±l$1dT€£zÖ¬‹H\r®º¥*¾xQö¹,e4e','',0,'?'),('S:iþÐÊñÅÝ^˜ë+¡š','wp-content/plugins/w3-total-cache/PgCache_Page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lNçZ^²çD<‡çö‹SJ','Ã±Ûü±Œqrª (*Ê\n„(Ñ.\nLs¾ÂÄè›','',0,'?'),('SPDhÖP\"üO&ÖI¯ªØP','wp-content/plugins/worker/src/MWP/Signer/Interface.php',0,'«¢Ýwƒ¿šlÆìl[#T','«¢Ýwƒ¿šlÆìl[#T','‚#Cè±·@ZkÊdbŸ‚0nØé9Áÿ','',0,'?'),('SUÁ¡S5n*‡F)oˆ-','wp-content/plugins/worker/src/Symfony/Process/ExecutableFinder.php',0,'ˆZ@3Xþ¡pçãŸ-`è\"x','ˆZ@3Xþ¡pçãŸ-`è\"x','“·\'Øö¬«8ŽUEJQè9¶‚†Â¦©íg%H^Ðz','',0,'?'),('SX+7Êû1?ÅõÏî-','wp-includes/js/jcrop/Jcrop.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z‹ý7e½¯¼òÍQ°%K','!ˆŸ@¤X—7JÅƒÀäþ¼p›3KÒ;S*!¸õ°L','',0,'?'),('Sjá~6›{¨€œÁ‚X','wp-admin/css/colors/modern/colors-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ã¢Ä£‚Œè³I*ê¦lZp','8H&oEåáþNltðV+…J+å9ø„[z‹\ZkÜ³™¦','',0,'?'),('SyS¿‹è¼E›PN„ˆU','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_phone_24px.svg',0,'žÙÕ<s—$”3ë²G/˜S','žÙÕ<s—$”3ë²G/˜S','L¸h\rS§__ò+–”‹ŒZƒH_(Æß“p±ŠAÎ ','',0,'?'),('SzWîì¥NKUSÑæ','wp-includes/blocks/calendar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','iÁûÀÙæcE8,\n','àO%õ7Ü§¼^VÜx¨Ën~ªŠý\r‹8Ó¯i.3-','',0,'?'),('S{\"\'Šƒ‰*˜_#P”rš','wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Exception/RequestException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o3‹v0ªü†-3!mÖJ$0','D!ñ©È}OKa÷v™ÍFêœü=À£r-,Ùâ.+‡','',0,'?'),('S‡CÞ½i1Û­ jàù','wp-content/plugins/wordfence/modules/login-security/classes/controller/settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','°çp®¡\\EäÒõ¾(÷ýi','4©O¶Ï×+o†c.`Â‹_ö€°ÉU¹ã>ª8Âþí','',0,'?'),('Sˆ’PrÏ·mßsZê¡EG±','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Serializer/JsonRpcSerializer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ñ•í–Oé…Ÿõ‘¤ÙH’ž','È|Ž!÷¼ˆÍ|ýð8´¬Š‚›1W8»ø\rMÿî³ò','',0,'?'),('Sˆÿ÷ÜpØ>ÙÝWr½YE','wp-comments-post.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.KØûÚOQ ‘³ga ª','Ç‡áóŒhÆÿãý`*é–drú}Ú6-ŒßP§Qýà{Ñ','',0,'?'),('S‘dlzÌsˆV7','wp-content/plugins/wordfence/vendor/maxmind-db/reader/autoload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V«~ÐœIÔ÷XP/®©$','³sÄem‰’/¢;˜™Ö˜öÎìÌ aZ—H`Ÿg3','',0,'?'),('S˜|rŠ£Tˆô\'‹lò¼','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_play_circle_outline_24px.svg',0,'x²í²xCûÕçºÑx','x²í²xCûÕçºÑx','ŠéËaçÑ¹0ÐbE?ìiV~GràDç¿®a4‡Ø€','',0,'?'),('S›?¾Á²¡ÐÄÌ|°Ñ¿Ú','wp-content/plugins/revslider/public/assets/assets/svg/social/ic_notifications_none_24px.svg',0,'ûÕÚ\\=.˜>VB“| \Z','ûÕÚ\\=.˜>VB“| \Z','ý±¯\\\\3N1Kø¿a,+÷?W®Ê‹\0Íó½','',0,'?'),('Sœ·	±fÏÌÃÚ ó','wp-content/plugins/w3-total-cache/lib/Minify/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÔŒÙ\0²é€	˜ìøB~','ã°ÄB˜üšûôÈ™o¹$\'®Aäd›“L¤•™xR¸U','',0,'?'),('S¢\'5´™®æE¯XUÊa','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Parser/Exception/ParserException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÔÙ|Õ\nKíÁãC2¢ŽûN','%Lô‡b¦†½CS#IÎßäeR°E·P„í¤óe$þ','',0,'?'),('S¥Õ-ƒO¬:•ðR$h','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_present_to_all_24px.svg',0,'™„´K@¯ò7\0ÚYk„½H','™„´K@¯ò7\0ÚYk„½H','~ÞÅ«b‡¡©ÅOœ zK,´*ñ¥þ²­-\0YÌ!S,','',0,'?'),('S¥´tç ðÆJè9©ý†G','wp-includes/css/dist/block-directory/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','§ ðžW€¾ l&òÂ‚Ç','>m_÷Ýè‘æ0æ^eëÓm¨`¢o[“‡—ÿ­­¢','',0,'?'),('S­.\\2D	K~aFE—z','wp-content/plugins/js_composer/vc_classmap.json.php',0,'Ý÷A ÏA°«ücžAö\02j','Ý÷A ÏA°«ücžAö\02j','ë†G]9‚a(Q÷™\"5\"øåj^bÒ%íìÖÛ>bboû','',0,'?'),('S­“ù\nápÞG%­','wp-content/plugins/wordfence/crypto/vendor/composer/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','•]_åŒ#Dö´\0óƒµâ','\Z ŸøÛ’ö%§4~NÙ~Gh!bØ­:w‚˜ÉŒ¿™\'','',0,'?'),('S¯§ëaG‹ˆ.©Ž$`£','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_add_circle_24px.svg',0,'K`¾à|Á!u-\ZÚy','K`¾à|Á!u-\ZÚy','ÌŠgPjÎ¡ÕhRó·tS‘ÍöyÌ4Î¡@ö.ÂnüxàÂ','',0,'?'),('Sº£¦vnñg1{°’Ú','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file04.svg',0,'ÃÉÑêúùé@oŽÀŸt','ÃÉÑêúùé@oŽÀŸt','vójX£?§Õö‹€ŠwÞ·ÓÓÉ˜ŸD›É)í9','',0,'?'),('S»c!%¾.Kk¸øÃ*tÕ','wp-content/plugins/js_composer/assets/js/dist/grid-builder.min.js',0,'%±&{6~.½¹‰7¢µ ','%±&{6~.½¹‰7¢µ ','´úÝð |™¤I.nGÂA9}ðí.ãNv½+}','',0,'?'),('S½Ù;C=r„\0Uó\\ßùÕ|','wp-content/plugins/contact-form-7/includes/block-editor/block-editor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ñU½Ú‰ø¼e`™¬ã','ŽP)ÆÖšçébAÃr°–¼Å´\"Èr4T<£™ ','',0,'?'),('SÛÊ&ëaz8öJØ¶9§','wp-includes/widgets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q&¢Wù½ø¢éÈ6û­W','ÃéÆÜºÿÝ}Uw?-=ÕLÒ<L~Hä]ùÅû|Ø','',0,'?'),('Sá2Ü?>ôiŽ&qx^ß','wp-content/plugins/js_composer/config/tta/shortcode-vc-tta-pageable.php',0,'Ovù\\±çŸ‡®¢','Ovù\\±çŸ‡®¢','­l`U! v\"DBí°¢v¡[ŠÀ¯m_›û­6|N','',0,'?'),('SæØÈçÂòÇ<`¶ä,^s','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_pause_24px.svg',0,'ì\\h\0³ªØÅ=Þ9™Ê\"','ì\\h\0³ªØÅ=Þ9™Ê\"','‘‰™ml¨dJßYEA_}Ñ®ƒïrwÒ\nYî9„ƒ','',0,'?'),('Sç^ù7jK5I6Kæ2!','wp-includes/Requests/Cookie.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ñ]Þ÷˜4ôG®ÙFdW(Š','1×‹ÿÍ0*ºE©3:/’³2p¡ÔÕ¯ž\0K2^þ(','',0,'?'),('Sñ~þkeqe£Ø‹íª_Ld','wp-content/plugins/worker/src/MWP/Action/DestroySessions.php',0,'^7–\\ð—A¸•rYÜC.','^7–\\ð—A¸•rYÜC.','YÛ¼Eõ|k`Â	˜Šî-:NÛœdñ@úxQ¨Åéã','',0,'?'),('Tž™\\¹OcpÎ\n\"ô\"Ø','wp-content/plugins/w3-total-cache/lib/Google/Service/Exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']èÞUiŒ›)vJg@\'','åh·ß³ÓßdK7žÝøŽ2Éé©éëóx¡-ú%×ðI','',0,'?'),('TÑrñÂå~ÏW]ï','wp-includes/class-wp-comment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ü~ÞÆÂ³³äÉÒNƒXÁ)','\'Ø€<|‡µ	þVãLç5¹\0¾ˆ`vÖhð$†º','',0,'?'),('TäÍ“Œ\nÊahÂ>ý','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_connected_no_internet_1_26x24px.svg',0,'eT}ÖâÒŽ=úò–õ','eT}ÖâÒŽ=úò–õ','Á?ÀRGDÛ½ßOe4â†÷£ÈS»Æá£±=[I','',0,'?'),('T+<^d:;‘Eg(IÕF','wp-content/plugins/js_composer/include/autoload/vendors/acf.php',0,'ÈŽ$EéâüŽdTÿM˜U','ÈŽ$EéâüŽdTÿM˜U','ý+à,AnyßþõX ñhœœq<áÌ¡\ZÜc‹tðì@_','',0,'?'),('T1Áª‚Ch~Î\Z€Ýë6\n~','wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/SSECMiddleware.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G:5Èn:Ñ\0,Óµ|Þê','Y÷xñ\r»†!)žÑVº\r@kÛqiÄ&ÆË;U!Ï¹­ñ','',0,'?'),('T6K?†”´sÓ ‚7(ù','wp-includes/customize/class-wp-customize-sidebar-section.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Vj¯½Báá¢ÛØ±ôÅÁ…q','›š{#Ôi«` ÷\0Ìÿ«âj£ÁÃ` pÇ+öfFñ','',0,'?'),('T?„?:q×®PÃóah\'««','wp-content/plugins/wordfence/views/reports/activity-report-email-inline.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ê!¶ß¹5™±HIUw•µ','&VÞ&YŸÈu¯e1÷H)”Lâ?pßÈ=~æºà-a','',0,'?'),('TMò¢ÆüÊÝlòþÕôºß','wp-admin/includes/class-wp-screen.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','FwPRé‡õáá>§sžtŸ­','÷à¤6À™à<S|ÛÎŠ\nÏ§ZƒIÿÈÉÌ--?','',0,'?'),('TS¥„µ%±ô—Kãð@^]è','wp-content/plugins/w3-total-cache/UserExperience_LazyLoad_Plugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¸®êy÷¢]s¥_(>€jö','ëûòu\Z×þSIöV®§Y{=á»x7•)·±)','',0,'?'),('Tk”Ø|»B*%p_ÛâV5','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_remove_from_queue_24px.svg',0,'üzU;}íB^J]\n\0\"N','üzU;}íB^J]\n\0\"N','ÛÎø¢âK†Ù›:¤áb»âäVf‡9IZ1™êù','',0,'?'),('Tw»ø=‰Á+¦6×øÐÆ×','wp-includes/js/tinymce/wp-tinymce.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H¾Í°B3˜Ä3/YFË;','‚Ý…}/¢S•“#òV\r+®Àð«\\—*E©:L¨±','',0,'?'),('TwézÉ‚\'\nÉ=â)ÙÕp§','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/graduation-hat.svg',0,'•\ZÍ•–¨nŒ\"im}','•\ZÍ•–¨nŒ\"im}','B\"w‰2_Š4Å“º¦qó×Æ¨KZŸjx[“­Èr‚â','',0,'?'),('T‡.o@Î¨2ÿwõvŽŸX¹','wp-includes/js/jcrop/jquery.Jcrop.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/a«˜LruÇ4ÿ\ZÁ','»ú·Ï·Ûåydýix—{­p+ÁÖnÜeÚª©f¥','',0,'?'),('TŒŠ³vm?,³aÞéãT4ê','wp-includes/ID3/module.audio-video.quicktime.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ßÕ¥û%ûóó3/´*','Z{ˆÙù[ÃWð£Ú¤°Ê‘\nM%9I5+‹$3´@^÷','',0,'?'),('T£ùkÝŠIÚà¥PŒÎf‡','wp-content/plugins/testimonials-showcase/layouts/averagebox/layout.php',0,'¨Ð…‹èy‹…aq«C”Ì','¨Ð…‹èy‹…aq«C”Ì','âk½Ú»ð)À‰L-ZÐØæ_¨=J	åw¡š003*ñ','',0,'?'),('T¦Òñ\röfV„+Üø j›','wp-content/plugins/wordfence/modules/login-security/views/page/tabbar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gxX€£JTÑïŠbxÊú','f˜x¤/Òxè¨Àë°GÜ\n8‡5ú6‰	Zô+','',0,'?'),('T§w}´ªt®‘§8l)h','wp-content/plugins/w3-total-cache/inc/popup/pagespeed_results.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T»‘Ùa¦p[ý\n¡©Â}','Ég(hLÁ€Fœ%Fîæ¦zÌ’…°ª2n~ë¾','',0,'?'),('Tªyºð‡ý%m\rÜXj','wp-content/plugins/js_composer/assets/lib/bower/flexslider/fonts/flexslider-icon.svg',0,'è¥E\\E\"ÄŠ©uêÍO\0#','è¥E\\E\"ÄŠ©uêÍO\0#','”óAÜ Ž×ç&;pÙŸ&ùKÅÓUZ BôyoÇCå¸Þ','',0,'?'),('T·0µÅ”\rs£ÏIÚ·Û?','wp-content/themes/betheme/woocommerce/single-product/price.php',0,'4où]ÿÞRBáI¹pÆò4','4où]ÿÞRBáI¹pÆò4','åœçÝ33¨É,Ï›W-õeB®¦cCÓ± 8×âä7÷ `','',0,'?'),('TÅù.¢ß)mÂ&öÍäëI','wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/HttpException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','”41l#}·pæÇÆzk1','¡Ôh†š	Ó_‚ÎÖšž÷–ª!E¡Ó4‰\Zv®îF˜³','',0,'?'),('TØáŒž6\"_‚©ŒÕÈh','wp-content/themes/betheme/functions/system-status.php',0,'ˆxÃA|/ÔAò*õA‡š','ˆxÃA|/ÔAò*õA‡š','Îð°‹³°¾Õ\'ã’d8kb2¶çñ £ÝW°›£Q	','',0,'?'),('TÜŒŠ7`\0ôý®Öï(','wp-includes/js/mediaelement/renderers/vimeo.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‡C9†¤¥YúO±×Ç','‹„Ç+÷Â®-FVpýÝ¨IhtØLßiP%K×Ýüiÿ6','',0,'?'),('Tù»‡kT±ÂÖ8ƒ´DXd','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_b_and_w_24px.svg',0,'~pÎñY{aÂ®g%ã¿·','~pÎñY{aÂ®g%ã¿·','GcÎ£¤#P	0Ì¶/WÒc÷7·àG]6=âµ‘7Üb¯•','',0,'?'),('Uð\\p{Jþ˜OÃQË&','wp-includes/SimplePie/Cache/Base.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b­ÄžA˜Ê–þä¦´j½äÁ','›åoOw¢½~9K·ö™Ö4oY‚[KøeÄÍ\\RG','',0,'?'),('U	C„ùÀ4vMb«õ<ª','wp-content/themes/betheme/woocommerce/single-product/meta.php',0,'\"%MgõäOuS°ó','\"%MgõäOuS°ó','KéñÃsþ_oþ§Jv0òPÇ÷Ç+ö¹L-v®‰S“œ','',0,'?'),('U†aB?A-pgÞ#[±ñ','wp-content/plugins/essential-grid/includes/assets/default-navigation-skins.php',0,'€Fät0¤F$FW#1¾žÑ','€Fät0¤F$FW#1¾žÑ','-IBo´Z¢}ñ«\Z9cCbr+¬¶Îƒ™N`m\"ìïY','',0,'?'),('U\ZDÑÈ«ê¼ÎƒÐ<[ª€','wp-content/plugins/revslider/public/assets/fonts/pe-icon-7-stroke/index.php',0,'ÔŒÙ\0²é€	˜ìøB~','ÔŒÙ\0²é€	˜ìøB~','ã°ÄB˜üšûôÈ™o¹$\'®Aäd›“L¤•™xR¸U','',0,'?'),('U \0‡¸GqÐ‡*~Âñ¸','wp-content/plugins/js_composer/include/classes/shortcodes/vc-twitter.php',0,'ßÂïÙô~Í™~F}»1Y¨','ßÂïÙô~Í™~F}»1Y¨','ºyÒî5<›3qMú{Ìnd…z@‰;øn/PeÏÓ›','',0,'?'),('U%	ïÐµtŠ¥¸%3f£','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/ó4„Ô²HïÝW|kjEÁ','kùHÖ–éàé=ð8Þ®±˜‘ÔÛ”îœ¤$ÃŒ€“','',0,'?'),('UI‚_•ÑËêYm«çÑ_','wp-content/plugins/wordfence/lib/menu_tools_livetraffic.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|^}5ƒ(‚D^:Kžöb','L,§ÙýÌyMÛ2,tÉ_,¿ýÊFŠ¯¹ÕiÎ','',0,'?'),('UI”ÊF:×\"µ]ƒ=Ï','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_art_track_24px.svg',0,'siÙS?LÙå\\ÖõU@97','siÙS?LÙå\\ÖõU@97','\Zeß*ØF±Ì’÷‡²âªKDGà<ÏÖW¸>šºÇè‡','',0,'?'),('UVïaÌF\0ÖXáX\Z±V','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_rotate_24px.svg',0,'e±yÂ3«âÌ\"³™»ŽáÍ','e±yÂ3«âÌ\"³™»ŽáÍ','ƒ&48;¹7’K–…÷Ì\r÷zþD,BC»…±íºH','',0,'?'),('U^Iö•B?žœ\'’Ý}Ô<','wp-content/plugins/w3-total-cache/press.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l™T²áÁ@X8`5‰À¼Ôß','&þ¼*!Ë+¹“îð‘náüÃ¿£0×ÆxçÚËG°Ÿ>O','',0,'?'),('UkLKâ‘µîöôÔ‰ÄÃ','wp-content/plugins/w3-total-cache/Cdnfsd_CloudFront_Page_View.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}VÔý×Û~S[c¬®ë\'ý','UHEGïƒvh@“Á*;yQeUŠ^ô?)îrŽô','',0,'?'),('Ur‘¥CÒ?IØ’+·™AÍ\0','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-finance.svg',0,'Šñ}ÅÜu©),mÀãvË','Šñ}ÅÜu©),mÀãvË','Ô¦¢¾Z-8à[ÍÇ8‡ó¸1<-¼mä³;ËÊ†','',0,'?'),('Uvï€XÐÙ7˜Âr(','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file03.svg',0,'_\'°¶3¯ï<à5[ßå’Ÿ','_\'°¶3¯ï<à5[ßå’Ÿ','ôÆÚæá<àÞ¥Ú²5âWA÷e±!éø¿ï8Ò,','',0,'?'),('U~W…ªáXvü_#2Ÿü','wp-content/plugins/revslider/includes/slider.class.php',0,'÷Ó‚Š©\Z_/ºÒ¾& C ','÷Ó‚Š©\Z_/ºÒ¾& C ','ÀðQâB¸S£R^¹cgt#ÞÙn3æ2àF¥^Ï€N@e','',0,'?'),('U€.Õô½‘G\0ãÄh7K','wp-content/plugins/wordfence/modules/login-security/classes/model/view/tab.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Š÷{ÎÈÇ²ÙÙê²ŠæòT','sÁ×·my(å[¦~„úMŸÀ™®ËßNÓÔ˜óøé;i','',0,'?'),('U† $A=©HeØ|îzÈ–(','wp-includes/Requests/SSL.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','«Kó©¼™ûèËóŸï','˜}I^Lð\\95äNÞYï¢…°;í?z «aE=’','',0,'?'),('U”U{¼ÕOuÜ¯·Òœ8š ','wp-content/themes/betheme/bbpress/loop-search-forum.php',0,'¿¿|D‘øŸy…á\0!0)`†','¿¿|D‘øŸy…á\0!0)`†','ËýMª³ï»G\ZRc;‘/¹u 	ëFK%ÄµÈcòH‡','',0,'?'),('U—ŽÕA¥M¨šû)P€','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_music_video_24px.svg',0,'Ÿ€…~ÂfÔÌ¨_­³','Ÿ€…~ÂfÔÌ¨_­³','STÏfs¬ÈL5lF|Ò\r¡øŽp7ÄC£É=7Uw\r+0','',0,'?'),('U£ÀÎ+ƒ?žW¸ÌnðfR','wp-content/plugins/worker/src/MWP/Action/Registry.php',0,'æ§‘õ›.¯ÈAÁ×sÚ','æ§‘õ›.¯ÈAÁ×sÚ','ÃIÊ\\RÍÉžÈK˜ ³åfep‡™ßPó° &n¢ë\Zý','',0,'?'),('U««½rWTåä0¬²Ä','wp-content/plugins/worker/src/MWP/IncrementalBackup/Database/Exception.php',0,'Þì¢CõQ„k»Ä‡ð€Õ¶','Þì¢CõQ„k»Ä‡ð€Õ¶','´gqÀÜ‹“¿\'Çž;ÑkoE]¯ Bû	„b‚%è','',0,'?'),('U¬nÉ“b4lZ,I','wp-admin/css/about-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','·ÝBGKÍUíR¤b¹','nx«,žðº”C	„R°a$e095²ƒ–˜tcþ²/Ö','',0,'?'),('U°ØÍ8p+èZ¥Y:åÁÉ','wp-content/plugins/worker/src/MWP/IncrementalBackup/HashComputer.php',0,'ÌŽi±j>ñ0·ìz×ú','ÌŽi±j>ñ0·ìz×ú','é‹öQ\nHCA=Œc%1D§(Ëþ,l0;—uÎú','',0,'?'),('U³@W;(ºžçöÈM%¦ƒ°','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/money4.svg',0,'JU÷ùy¼	r¬(ëžË','JU÷ùy¼	r¬(ëžË','V(07á?&VûÍ°Ö†à~/ç\n\rè§®Ví|á`e','',0,'?'),('UµG{³ÃP·;\\žÐiâB','wp-content/plugins/w3-total-cache/languages/w3-total-cache-sr_RS.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m…ß·Í\ná“s*×aÜ˜','Ö’Çd£ª3cÚ–øÄl†´ç4X,‹¿k†49¢À£%','',0,'?'),('UÃåà$i\"uÂÊ&Ëô¸9','wp-includes/images/crystal/video.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','”ÛýŽl¥‰Ú¤¸;õ=','ú™S\rI¾°U›Œ9_<â÷µf`…ì&HYwÂuˆ','',0,'?'),('UÆîé™©GÀÐ]ä„L','wp-content/plugins/revslider/admin/views/modals-overview.php',0,'å3GyA™¸XuñÅqÙ„…','å3GyA™¸XuñÅqÙ„…','•>ºã1…‘s1—v¬²•|k’Ê>ÛFsDùP{PTÎ	','',0,'?'),('UÐ+eâÓZ´CÏXi','wp-content/plugins/js_composer/include/templates/shortcodes/vc_pie.php',0,'p“i¨Íí¸ =0\0ò×j','p“i¨Íí¸ =0\0ò×j','HUœ˜C³Q~¥:>hÞ½t9›ŽÇ’wŸŠQD™','',0,'?'),('UÝ d	šÑ[\n5¯™¨Òë','wp-content/plugins/js_composer/include/templates/editors/frontend_template.tpl.php',0,'Oû¬ÙLÒÒjA\'W40j€ð','Oû¬ÙLÒÒjA\'W40j€ð','¤ù~|kyÊB\'Y®ûîòÞ $æÏ …´ÉUq>','',0,'?'),('Uæ<:-½$vùîæC+þ','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_timelapse_24px.svg',0,'ømÙÉ¤?É„|È!•b','ømÙÉ¤?É„|È!•b','qx‰G.¬ÌûÝžÒˆô…ÚÖR[ÁÖœ*qBA','',0,'?'),('V\nÕÉU`½_š5ú˜­8','wp-includes/js/customize-base.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'@½î›ˆÇ,ô@ÐoÑí','V1yÂ.g€0}*ý|cß;hF7ì.˜1Ä,c','',0,'?'),('V\nºû¤ÐäZt4®<Ë','wp-content/plugins/essential-grid/includes/navigation.class.php',0,'_Pj: ¿ÀCû\0²—e','_Pj: ¿ÀCû\0²—e','–Úß0É‘Ê¨«-Há/2T¨5¤\Zä‡l\rQßØ£éÿÀ','',0,'?'),('V`kÖA¾4È×%jÅð','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/dollar.svg',0,'Raif÷9Æ°sÝÃZÐ','Raif÷9Æ°sÝÃZÐ','º”áþ#^0Dx ¯ÛÃÖç*8ÿ\0&¬•µÆ','',0,'?'),('V¼\rê§3#ž“Jò÷{','wp-includes/sodium_compat/composer.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`ÕÐNKp@} ¨Š\r|','‚£Ïaø˜ó<Kä-°†ÃŒb=7t#®-8ùí/¦á`','',0,'?'),('V\"7­ÅÌóIß‹q4jÈ','wp-content/plugins/w3-total-cache/lib/Minify/Minify.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>Èìà©Iã³âíM\0e[&','$²Í«GõëÏ\0wp`«Wâaµ†\'áÀLšKvL‹','',0,'?'),('V#7A”‚¨²þ@ë?÷øû)','wp-content/plugins/wordfence/views/unsupported-php/admin-message.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','½œ«ã:ÙÓöeØl…','w÷QcX7Îo©m†:BüÓZ·?¸?ÆÖ¿d`{<ÔÜkÌ','',0,'?'),('V1˜„Aeº‘ÉY‘+è¢V','wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Exception/ConnectException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L:TÂ©’xA|ŒÍI¢V','„bÕ•ðÑ¾6âäM´µ¨wÒ¡•‹ÕUY¼Ê²zœ°Í','',0,'?'),('V2ÇLÖü\0Ûºó½','wp-includes/js/jquery/ui/controlgroup.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','€##¢=òõF=Ôû\\€v','±ö>733hE}±öÝzË[)Ùe£Z0¨ß¨!œ$/Ó¾ø','',0,'?'),('V?ºOŽN…ˆÍe‹ZF\\Œ','wp-includes/js/jquery/ui/accordion.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¹¸šÑÔôøZ½êÝèa×Â','ò\"œÎö¤Ï!fØ~xXW‹ìÛœâŸò4çÈ–$:¼Ò2/','',0,'?'),('VL6Ý7G^l%D5z3Èè','wp-includes/default-widgets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0át¼ð<¦Þ¸Òö!±','Å^†\'U9;dOËŠSz«ù!SÄæm¨é>I5–\'Ÿeç','',0,'?'),('Vm)ÆŠ)Ð~³©¯×¢','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_taxi_24px.svg',0,'…*¸¾ÞÒTÒcˆ+a0ð«','…*¸¾ÞÒTÒcˆ+a0ð«','A²OdÆ{…Üßº¦zW™qôÉÈO\\œ¯Ü s','',0,'?'),('Vne!Êz0u1?¬¿','wp-includes/shortcodes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','œÚ³WÎ]©Ô¢IJaÀ','¦2}ï¬­ýNC¿¬itæÉò˜MwÄy#&óØ¢¡Roð”','',0,'?'),('Vrm‘KE§p¼j×ä6—','wp-admin/images/w-logo-blue.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ý[N°W¢ð_pàw®0','Þ£^Qtä3ôHunUâ»Éà~²\'»T2','',0,'?'),('V“«ss«Û:å€¤·7','wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_row.php',0,'£(9Àðˆž}`FHØ§ñV','£(9Àðˆž}`FHØ§ñV','è•ÁùìwÈ‹¼u0˜˜Ó†¨µYL-EÃbæ§vÛ','',0,'?'),('V”£ÈÊ™“<%á*Ì`','wp-content/plugins/w3-total-cache/PgCache_ConfigLabels.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¨bq\\AõhóÂkµÈÇU','È°Fy¶O“»siÖ–J·/!_¶g%%\\Íýç•','',0,'?'),('Vž…ï‚™ëŒ$ØïŒŠx','wp-admin/js/post.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ñ\\-ÑÝ¦^ÉýuÛ.&','dÌ&ÿJ‚eé³ÿŸ°$õæmf®÷ÄD¼%‘ÇYº$','',0,'?'),('V«8cZ­ãÊ\"¨ÎGëé','wp-content/plugins/w3-total-cache/lib/Google/Cache/Memcache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ifúuda¡kãÔ¶ï	Ë','eQ}Ê½ÑºèÂ¢Ï^†ªwgþUß=úçôÈ Æöä','',0,'?'),('V¬ŒíÞrzÍ(¾nol*','wp-content/plugins/wordfence/modules/login-security/classes/controller/permissions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y°áÁ›Ö×´³>UÉ†','ÆRu\Z`\\6žÃƒMÐR\rö…3Z!C|s©,ÝÜP{','',0,'?'),('VÆ:xB¨Ðw±q\rê a©','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_din_24px.svg',0,'ÙpN\n!Låå\'-Qu9º¡~','ÙpN\n!Låå\'-Qu9º¡~','ç¸·ðkABüÙ¸¶ò¸Ju\\E\nv¥Ó³/Ô2lSÆ','',0,'?'),('VÍT¥;\0E r\"Í¡‘ì','wp-content/plugins/revslider/admin/views/modals-general.php',0,'!rèuÞ	Y½	6B`í','!rèuÞ	Y½	6B`í','†|-í†ÜàN´:cËÁÐ•GžÃ#žãiÆnÄ<Vø‚','',0,'?'),('VÎ·;jb6À½ƒ°íXF¥‚','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_transit_24px.svg',0,'%…Ýa¤_ßq?ñ=±','%…Ýa¤_ßq?ñ=±','éº¸”ÝHLûÁËùºKç*ºý¼žsœ+3y\rjÂ†¶5','',0,'?'),('V×€ãÄ\'hý—Äˆ+:ŸÀ','wp-admin/includes/network.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','×+õØ9º†lw­ú{',')M=yø‰´‹3z@`ê…\nøEö£#}hø5«¸òd','',0,'?'),('VÚQã<Ìô‹z…ï—¼\0','wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/Crypto/S3EncryptionClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@Ç(^›0nëÇQ«µñ²','9ôÄqŽbQp¶\"ÀkM\\Óós¡n¸OïO€Ô£õ-','',0,'?'),('VÞ#M/D¶™3\nÏÙË[','wp-content/plugins/w3-total-cache/Minify_AutoJs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¡ürÌ_°eíVlhjÄ›O','²MÎo…¹á\0.kŠJ ÝÈ\n!\"ë8í`$Ì’½\\\\\r','',0,'?'),('Vç0fïµ=@v…†ñ\Z«ÐG','wp-content/plugins/wordfence/modules/login-security/js/jquery.colorbox.min.1607007971.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ôš¾ËlÀWeÔU{Ò9ü','ÜØéÌèäGû ßÙ8—=\0¨> ø3 wg3.¢4','',0,'?'),('VõÜCkê\'ŽÙÚ~›','wp-content/plugins/worker/src/PHPSecLib/Net/index.php',0,'gD,Vë§=\\ÆbP','gD,Vë§=\\ÆbP','k‰À—~	¶½UH\Z¥ÖxƒPêÛAÌ„¢ú<¡ž;X¨','',0,'?'),('Vö(ÖB¦Ú€¸\\u<3™','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_accessibility_24px.svg',0,'©ƒôv1\ZÃÇ·\0¶96-/]','©ƒôv1\ZÃÇ·\0¶96-/]','KÀe˜S`oY§Â,B˜Í	ôc¢‡Ãq…ŒÀp½','',0,'?'),('Vø†Þöa04¶Ï\Zùx1R','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_library_books_24px.svg',0,'áq ±ehNÄPÿÓ&zÐ','áq ±ehNÄPÿÓ&zÐ','+¤Ð‰Hléc‚°²²ê\\2!^<J¶<j3þŒeý<','',0,'?'),('Ws™$8Õ~œ‚NÈ-œ@','wp-includes/js/mediaelement/mediaelementplayer.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ˆ1çÄªL¨ïö5úÑ!\n¡','o­ò^:v\\‚¢õm¦o×Ù¾ÆcTW[éßäŸk','',0,'?'),('Wy]/OðjW¼ÆÔ·','wp-content/plugins/w3-total-cache/inc/options/cdn/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÔŒÙ\0²é€	˜ìøB~','ã°ÄB˜üšûôÈ™o¹$\'®Aäd›“L¤•™xR¸U','',0,'?'),('W–	ßì•{¶~Íº¬Îë','wp-content/plugins/w3-total-cache/Extension_CloudFlare_SettingsForUi.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ë XñxH¾ù%.<ü€Š','‡ù\rY8le	âûÌ°Jtx‘Òƒõ?û\0»CP)É','',0,'?'),('Wkú„mÿ¯`¡^ScV×G','wp-content/plugins/contact-form-7/includes/capabilities.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','™™FþÎŒ6ñBMM¢ÛŸ±','mâãý)dVƒc¸ õU\'ÙÚB\Z°Ës)«Gk™»E','',0,'?'),('W&ËÖ´ ª)+ôÚ±¥öå','wp-admin/includes/class-plugin-installer-skin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r\'rÜÐZ‘1(OP;¸','‚þÁ‡ìÚá}9aÙ2ÆjNWößFu–YðÅÿy¿¤²ã','',0,'?'),('W8h°!É©k®Ä‰\'“','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/Cached.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r RU¬bâ*ÍÒ\0\'µ','xíîÑò<Ùs£’BZš2œj§RM\'0%$¹Üi{ V','',0,'?'),('W>.àN//”pÙ‰ÅÇ†','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_2_bar_26x24px.svg',0,'‡¬ž‘ÒHgc$Ñæí£º','‡¬ž‘ÒHgc$Ñæí£º','‚>õ™€3x¼”^¬rõÏ!åRH.rw CŠ×í€½îË\r','',0,'?'),('WYebSÌ·4ÝÔÀ†“æ›','wp-content/plugins/w3-total-cache/Generic_Page_General.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÒÔo/V¼LèÔ–þÏÎ|','ðiDe1fmü¾š&ŽŽ€¦[‹;âÞ¼ãëR9øÚ±]œ','',0,'?'),('W[š%\'Z‚ù¦E0ÔÌ‚•Í','wp-content/plugins/w3-total-cache/Cdn_ConfigLabels.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','…ÿAÏ¨ýómÕN|5R','JÖ\rÐƒ]Îø‹ë;1S(Õ^¡-¤JßÆ	à|','',0,'?'),('Wañ\n#rmHu¤õB“ðÕŠ','wp-content/plugins/w3-total-cache/Extension_CloudFlare_View_Comments.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c:·é™ ¶æÂ¾ËÌð=ƒ®','v{^-QFiƒ/ÜS\rVs/¬—tKÁ*>DÀ#ÔÏ„','',0,'?'),('Wkø¤±´Ý‹L÷›Ä—Á4','wp-content/plugins/w3-total-cache/Util_UsageStatistics.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','é4ŸœdÜçC‚çÎY%ò(à','ÌkÎê=ÄXÈqáò¡í§Vâj³¸áŒNÐû\0ƒ&','',0,'?'),('Wsåç{NÎhP—ršã¼±','wp-content/plugins/wordfence/lib/dashboard/widget_ips.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ZcQ\nÅbd×7í,Ze','ZµÀLÛ)‰1îý›¨-|ÃY(|@.NÅ_Ï‹–u','',0,'?'),('Wx\Z§TaëØ7{ïË','wp-content/plugins/wordfence/modules/login-security/classes/model/asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G×|€€s,€=K#ó‹Á','6¶·Öly„6É¦iúÕ3U¡ ë,’E[é²“9£‰','',0,'?'),('W{°g- Xòéû\'=n8','wp-admin/moderation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ZØEVUÀ÷uúÛÚ‡¤ú','ºƒFqç6³£1»¶¢É<£©ªw„t&ßbßÂËÙ1¦¹','',0,'?'),('W})Ó–7£Œêeç}5æ9,','wp-admin/load-styles.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i\r|&å¦Äˆ3Íd!Ú©9Ë','{ùã¤uo bñÊjxa©ö[S\'K&®€S¦%\nAiÿ”','',0,'?'),('W‹†Ý—1@ä6‹%†O)9','wp-content/plugins/js_composer/include/templates/shortcodes/vc_row.php',0,'^¹Ç–yFdð¾ó‘IOƒ¿Î','^¹Ç–yFdð¾ó‘IOƒ¿Î','\nv8\'-˜VâýÑ¡RH(ìt\'ÓA™ª)!BHÂŒâ','',0,'?'),('WÍLjN/¼@Ï¢ßÆ°‚','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/SecretStream/State.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T	˜Änrkœï•','å³;\\øÂXÚîê/0;¾œQòP†.“B4Ãò\ZÔ','',0,'?'),('Wœ]ÛÑMÐ¡¿èº6ÅnÀ','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_fiber_smart_record_24px.svg',0,'ùª8Ñ¯¿ôÖ¹Ý2ti','ùª8Ñ¯¿ôÖ¹Ý2ti','F—ðÇÅa‹¯‰—m5kS½	R;B­’N½W9‘ê','',0,'?'),('W¤Ÿ­7˜ª\\ƒcÉ!\\','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_email_24px.svg',0,'1v):®Î¢Xgóu‰Œ0','1v):®Î¢Xgóu‰Œ0','ô^#Ã›ãwzú½éªs‹ýÎn{ÂÑ¬\",-°iÝi´','',0,'?'),('W¥ãèŠ^Ú;D›Þ\0BÁ','wp-content/plugins/revslider/includes/InstagramScraper/Model/Location.php',0,'þTVµ¬®K Ê¶çÊ','þTVµ¬®K Ê¶çÊ','T‡¯:•cëRùm¹¾“Þ©B%	n²v®)ršºãÙÊL','',0,'?'),('W²|²&¯@˜P?%ÑÜê©','wp-content/plugins/w3-total-cache/Extension_NewRelic_GeneralPage.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7Á ì6»ö¨<Â0Y¡t:','bçÔ¨Àî$rÿéWy\"Á¤K}1Ä«Z´\ZÎf‚!ÛÊrÃ','',0,'?'),('W· E’Õ0½å÷ñ‘[','wp-content/plugins/testimonials-showcase/resources/masonry/masonry.pkgd.min.js',0,'Ía¬äh@‚%:ÄÕ+÷~','Ía¬äh@‚%:ÄÕ+÷~','ÕõA˜¨†7¹ˆ<‰~ù÷‘DVAÌJÌÓå“f#|9S','',0,'?'),('W¾»’ CGq‰	¶8­\nat','wp-content/plugins/js_composer/include/classes/editors/popups/class-vc-edit-layout.php',0,'ÉSW§K€2È–ß,u','ÉSW§K€2È–ß,u','‘û³µ__Èd#Fåú½­”~P“Ž‰š›lÍH>¿Ýë¿','',0,'?'),('W¿à(8žªäõïw‚î¥¼','wp-content/plugins/js_composer/include/templates/shortcodes/vc_column.php',0,'LLö¤°¯/u`óˆòåÈ\n\Z','LLö¤°¯/u`óˆòåÈ\n\Z','êÈ) ºûñ<XTò sÇ‘š8H½™qœÜy‹³-Ø˜³','',0,'?'),('WÊ°QaÆ™žhæWÚÙ','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/magnet-money.svg',0,'»þÛì©ÞŒ„ïmý%Mž','»þÛì©ÞŒ„ïmý%Mž','ûÊ$´YIsÒ•,í1ó/\"’óÜã*=Ñ6€!ßC','',0,'?'),('WÍ ’>å5èT+J€\Z0','wp-content/plugins/w3-total-cache/Cdn_StackPath_Popup_View_Success.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¬pºª×óé¼†‰”o','×:¶d”ÄS„+ÃWÆFi%ÙÍ@t(3t­´æ2Ò','',0,'?'),('WÞñå×Ò!?¦O«äÀ','wp-content/plugins/js_composer/include/classes/core/shared-templates/importer/class-vc-wxr-parser-plugin.php',0,'À*äûþL‰¦Áï%‘}ß.','À*äûþL‰¦Áï%‘}ß.','7Õ@·0}\\HÏÊ¥À\nˆ£Ìè¶¢DÑ½ƒ…\'Û“BQY”','',0,'?'),('Wä4ê°	$)ý€ƒ¨Üi','wp-content/plugins/w3-total-cache/lib/Aws/JmesPath/Env.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':k¾Ã¯rÀ{“Ìù5Ð¬È','!ÀŠB›CÍ6[Š†ÅÛÉs½É\\ú\"+ÉÒÙ¸x','',0,'?'),('WæˆöÔô]dûÂ÷Ó(~i','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_menu_36px.svg',0,'ŒËÚ)VSŸ‰=GØ(Ú,§','ŒËÚ)VSŸ‰=GØ(Ú,§',']®ÊÃ–àLæÌ»ª¯ŒduÉ’yI¯Æ,3½','',0,'?'),('WïgÆöšÿ„îF÷Cx®','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_24px.svg',0,';pT´6áûüµ‰’5,',';pT´6áûüµ‰’5,','?—µÜ_@0zž8å÷9,›©‚ü!\\±q½e','',0,'?'),('XÕâ¯\\shv]ÝiB§','wp-content/plugins/wordfence/waf/wfWAFGeoIP2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ý‡­(ž0,mæ‰G_Y3','^™)o¥B˜“¹¼½Ÿf¶gË*ÃV•P˜?…~Æìšu:','',0,'?'),('X\rÏÇ8†Ú˜ÓV\'dR','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_expand_less_36px.svg',0,'ˆbwkœ$I¸(#üb»/','ˆbwkœ$I¸(#üb»/','”b7Si]p½,!iƒQÙX}03ß©¦·TCàhšã','',0,'?'),('X,Iä‰ÏÂ­šödÕÈÍ','wp-content/plugins/js_composer/include/templates/params/param_group/inner_content.tpl.php',0,'PG-O~Õ4íŽÂ¤A#y‚','PG-O~Õ4íŽÂ¤A#y‚','æÌýéîÆÑ5ì‹Œ¥‰Qƒ‚±øKÎZÝ\nI}ƒ7Ä','',0,'?'),('X,çEõCj$_ƒ¬8I§‚0','wp-includes/images/smilies/icon_cool.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n `—ì÷àÍivj.ß','âäº‹F„9;2_	…$Ê$~¾LOžaø6Óññ¿_','',0,'?'),('X-°##ŽæÅc­„ôúÛu','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/delivery.svg',0,'Ã½\nê5¸xl|ÌOtM)','Ã½\nê5¸xl|ÌOtM)','.\0‡Ã£Gs¼Ié1ù\rƒå6 š#·°<äŠý´}é¼á','',0,'?'),('X-ÑzŽÍzñïÉn‘ÏŒ','wp-content/plugins/revslider/admin/views/footer.php',0,'˜~éƒµ’¤¤½×8.å`','˜~éƒµ’¤¤½×8.å`','X§1\n„”üŽ^baÅ1©¿0úü‹Ww¸_Ó/²Äd\09','',0,'?'),('X4ôzpedT^¡{ž…','wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/tta/vc_tta_accordion.js',0,'j½k4Á1¡_ëÏ×8´B','j½k4Á1¡_ëÏ×8´B','«çáÜÏŠ|x`>HÓJjB9Pé«I•#ÎƒˆÙ','',0,'?'),('XNxþMuTÏÔ\nKÔ¥','wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Handler/CurlHandler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Èrz”WÏm8+L³”—Ÿ','<¼²£§ybâèÖÅŠý	È­Ò’c³Xýÿ˜ÛŸØ\Z4','',0,'?'),('XSÈ¯Éˆïâ±Ž@Ð‡xÞ','wp-content/plugins/w3-total-cache/BrowserCache_Environment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/ûëÊw”j»OÇ.—?†','î b€«º(ÃW¸ä‚`ÀÚîô‡-JYÐ<t@\'/ã','',0,'?'),('X]¶*üž:>‹?šVcT','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_skip_previous_24px.svg',0,'	»1GK·a€&w­êÍ–ª','	»1GK·a€&w­êÍ–ª','4–·?‹\"ÛÇÄì¬	jÃ`œ‰ùŒlP‰/ë—ã/¶','',0,'?'),('XgmÉÞTdŸ+(´Ý»:','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_60_24px.svg',0,'\nÁþ-èíu¼ÇP›£vt§«','\nÁþ-èíu¼ÇP›£vt§«','ù ¹É²a|#Ø=£0pâ_Ñ„IO~Œ\rS\"®‘“Æ9','',0,'?'),('Xgˆ›àîEÅŒ½þJÉ','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_zoom_out_map_24px.svg',0,'`ã6c²-dÊïOú_','`ã6c²-dÊïOú_','Ø·*Š–i?5Ç}—@NzÂi`çQSÆ†¬ÐÆ“8TGL±','',0,'?'),('XlR¥3¤±È&åm÷ÁiÊ','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_location_off_24px.svg',0,'iÊÛ¡GBF.%„ý\nžõÉ%','iÊÛ¡GBF.%„ý\nžõÉ%','m}…5<<x(,\n\'Æ7@<îAü‚ŒCpggOX“¥ó','',0,'?'),('Xp\ZÒã·pÂJh¿Ó×','wp-content/plugins/essential-grid/includes/InstagramScraper/Traits/InitializerTrait.php',0,'JSs€r“w¾•¸)vP','JSs€r“w¾•¸)vP','\'¤Ý”àíé\ZG8¨›uM]i±+õD(Å¼w®nâ¼Á','',0,'?'),('Xqõ8ø§EóÕˆ8Ä´ÀÈ','wp-content/plugins/w3-total-cache/Cdn_StackPath_Widget_View_Unauthorized.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@ƒ—ý#½÷rYøª‚„xY','ì‡x»IÞI!a•˜\'`¦<Ä¾ËûŒÂ?¦¥†','',0,'?'),('Xsî[š‰“´èv\rÍ£Çkf','wp-content/plugins/w3-total-cache/Cache_Xcache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','SÐ÷Ý%±cKëµ7<è','½&ÉF)…_Ò\Z‚ÝLÎA¹\'Sïbiê“¯DÿxdöPì','',0,'?'),('Xz‚öL•Š`ÓbW‹Î°w','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_playlist_add_24px.svg',0,'IIàé/ë7‰ÚD•ÎjYdS','IIàé/ë7‰ÚD•ÎjYdS','¥¯\'ôÇñëÃ]IË•·wÞr7·Z‹\"4KA=™	*‹Ý','',0,'?'),('X}\ZæÎ	ýîê=;!G”- ','wp-content/plugins/js_composer/include/templates/shortcodes/vc_accordion_tab.php',0,'ÊÞ\'(«>¨³\\Â9Þ¼Û','ÊÞ\'(«>¨³\\Â9Þ¼Û','–ù%(ªÔYÅ[›G 	ÑuPU×aXl|µ»¯úK¡','',0,'?'),('X‘´S-È!/P¿¿ch&Ê‚','wp-content/plugins/w3-total-cache/lib/Minify/Minify/Controller/Version1.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Bwëünd¯ $S|','0fi.Â¶®Î5¹¹[µ¯ÞÑ)ƒÁ‚\\í!ŒlâgG','',0,'?'),('X–êM¾·šÃxÚ³üJð¹ö','wp-includes/Requests/Hooks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',', ¥ ¹¨—gx¡iÎëÙ','ªÕšü¾”è Qûæ†D¼P•ÎØ‚_?yÑ`Œ£¡ø«','',0,'?'),('X—:8+Ë“2>V]¬Ë8à','wp-admin/images/sort-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‘´AÃ¬kì:¼bÑ‚vFj','\'ˆ—­aKÅ\0tGJ¯Bq…©XW*(J|1š£õz[(','',0,'?'),('Xš¤¾v–\ZÆ’¯Š\"ë$','wp-includes/Requests/Exception/HTTP/409.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','™ZÄiæ~*=›ëþ©¶','‘÷Ç_MÔá8Uü¼«.pF«÷ùÂwŽ:E`ðMBâü§','',0,'?'),('X¤¯ðta«Éí¦áD,','wp-content/plugins/essential-grid/admin/views/elements/index.php',0,'ïá{J!u?}îçs•','ïá{J!u?}îçs•','AuÌƒµœÄ`ü9‰7}bŽ>MHêÃíJHhåûÎ|Fj','',0,'?'),('X¥.³æ\ZõKdBzŠl|·','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/calendar3.svg',0,'£#Seô…3ß~Ï«Ìr¯…','£#Seô…3ß~Ï«Ìr¯…','ExIÀ4k{¾Bì¨¦°á»*\'®ŽX2LÈÌ','',0,'?'),('Xµs™ÊÿYqÚåžePL','wp-includes/blocks/code/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_–ˆ ]¹9µ¤~nÝÇ­U','Iíð}:O\\\"/B®{\"“n\rVû—nö\n¿oùä×1Ë‹','',0,'?'),('X¸[â‹˜HÀnú×Ì–	$','wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<YñJ½¼Q¹ÛÃ#,','Öä\n¶7•Qêv \ZdŠHJÆ$¼éj]KóéÁYe','',0,'?'),('X¹&ÛÒ—¹§AºŽ\0Jç9','wp-content/plugins/w3-total-cache/lib/Aws/JmesPath/SyntaxErrorException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Šló`ú!Î\'¯•¨Äíðÿ','„ä©tâRMºW&;AS&¿¯¦Ã©cS@cõf›#ÑÒ”','',0,'?'),('XÁVâÅ¦¹¥œø‡i:¬¨','wp-content/plugins/w3-total-cache/lib/Aws/Aws/ClientSideMonitoring/ApiCallMonitoringMiddleware.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Øj?––-¶{¸ì”ªÝ¤','2Db©R‘õ«‘Œˆ©rRÐHÖ¼JFž¤Üax','',0,'?'),('XÂ×ßG°¦“ö•åz„X','wp-admin/includes/class-wp-upgrader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' gúêv¨2ŠáÖ·ù‹»A€','5Û®ê/‚ø½GÇiªäiïS­ÉÕØšEQÁÀYÔá²àQ','',0,'?'),('XÆ~ÊVzl!_˜]/ž-3','wp-content/plugins/wordfence/models/firewall/wfFirewall.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k(Ê«§Ý‘ä¼‰ý›¤…\"','½Ú´œ¢\'™(X°¢Þ¤”\"›ÎOcn,Mq`ßDÍ','',0,'?'),('XÐk(DñÖqÈ›÷ýGö¨','wp-includes/js/jquery/ui/slider.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','õâ«}ÐÀUëïëÆ¤ý‡¯¢','Û³f,pÿ¸`–µqR­ÌÀ2¢\Z^v–6¶Û`ª‚sÒ$','',0,'?'),('Xé¤#c—hÎzÇ€|ÎHÚ','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(ÄR_;£·í½ ‘o\rÿŽ','Æ~‹R6î©çƒÛ¦8¬;t‰×lþ«yi&w[ò','',0,'?'),('Xê=Ó2h4÷/{ +','wp-includes/spl-autoload-compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6õuõ{ît¤Õò‰›','çË,ÉZ\rM	>Ü…€àgïpò/é	Z\Z#`!û.','',0,'?'),('Xð‡TCW_^¨·ogôê','wp-admin/includes/class-wp-debug-data.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','TðéÔÎÏí¦èÍ','dëVx¹:·Œø¥˜ÐIî_¨Ëü6ød“¶/5Ñ7ÔØE…','',0,'?'),('XùOyŽå1àÕÌ Sªœ','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-umbrella.svg',0,'·ÐéñEõ,yµaªv‹','·ÐéñEõ,yµaªv‹','¥7ã¿¾÷åÎ•uIO´dÜh÷!¡ªÕKdÐt“@÷','',0,'?'),('Xûón[Inß¢õ\nŽ®‰6^','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/contact-book.svg',0,'(1ßœtnf»õ<{ãƒ!','(1ßœtnf»õ<{ãƒ!','›$ð5½7\"ÉXýÂƒòÒ•\0{Ã‡9 Ò1Ð¦†wà','',0,'?'),('XýÔù¤nAµ%Ç)£é‰³','wp-content/plugins/essential-grid/release_log.html',0,'P5fÇQK6;>‘0Õˆî®','P5fÇQK6;>‘0Õˆî®','¡Vè™¨,X¾ìæR“”þ\"ÿÏ©³ñÏ!/öÜ³','',0,'?'),('Ym†ï¶æ7otÃ2zÃ=','wp-content/plugins/w3-total-cache/Cdn_RackSpace_Api_CaCert-example.pem',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4bewµo]ñuCUZ›','¿]û½LfË5‚îwg#¹âjW—‡W°:o.ðH','',0,'?'),('Y?@ApÚZwçÀ÷([','wp-content/plugins/w3-total-cache/Cdn_RackSpaceCdn_Page_View.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','öJ®døâ•ácî‡þWµ&','öš£×SÉnP¶âsóhâ:öa%«Ùšòõp2x§øA','',0,'?'),('Y›´¶ŠbÚ§,Åý÷J','wp-includes/Requests/Exception/HTTP/405.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ý8Ñ‚Þm!²Ò¬³­ù','jòbé±íš„Ìð^U¨sv8ÑÂ$b´„Má3y’','',0,'?'),('Y&5˜Â—ëžªáY‚×o1','wp-content/plugins/w3-total-cache/languages/w3-total-cache-pl_PL.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¶×\ZM>tÇ]-Ã>?ëœ&','üÆŒªÑþÊÓõ5:å2­IÜDR?Äáo\"`(?','',0,'?'),('Y(ãKýªèg\0ûó_','wp-includes/js/dist/annotations.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Á”;™ÚhZ4”u´R2%','Ž)ï#ml¨°[Æ|w*ÍÿCU¥¶Ö8Úép+OgI','',0,'?'),('Y,Qpêgmu#—eŸ±¼~','wp-includes/widgets/class-wp-nav-menu-widget.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','„8x$½9ò…hQ&¶','n~¤ðB›È² Êñ•| 4Ü[ð«U×`\0œ2èJÛ·õ','',0,'?'),('Y/ÝÞ‘ö	¡Îâ\Züñ“','wp-includes/js/dist/escape-html.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','çMÐŽ&IÀ›xÜ‚….Á•€','9ÈþæúS_gÚ2´GÈš­sCqce·ónq.=•´«','',0,'?'),('YBt\nª\ncåÝŸ.µývi','wp-content/plugins/wordfence/views/diagnostics/text.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','— ÂúlUtÇËÈxêXÒz','	O²ODã%EX[öþ)cv¿N€wÉ9Çrá“r+Œ&š','',0,'?'),('YH®£‡±YÓËŒ)ÿÒ»œä','wp-content/plugins/duplicate-post/src/class-permissions-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','û¾¶È–É> Ž#æ	Ö','=…w<ì\Zn­Þo7ÈÞrjŒHs¿°Ø¹ù4ül%¨æ´é','',0,'?'),('YVô™2™•9}D8£','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_mcrypt.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','á=on~Zƒ„ÒTOQ–Be','€<¸HÀ„¢\"ØôF¯@÷¬Œõ%®®Ú1`7<Òð	¢Í}','',0,'?'),('Ycâ¸“ºø,%›Je¯½E','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_smartphone_24px.svg',0,'{äý¨F\r·ÀAxPÐëN(','{äý¨F\r·ÀAxPÐëN(','ê’–•‹Øóáå¼S|X.or£i‚\ZûN{ïA^©\Z+','',0,'?'),('Y…LaØ€µhÐ(','wp-admin/edit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oÛ–±ªÄeïy’VùBnt','­·‰páSªôp>œ5¸–\r½‘+ElÓVIîÕ5V®','',0,'?'),('Yˆ,eêAõ¼wÀ`áÄ','wp-includes/images/media/archive.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9Òîßòhû\0ÚÓÃ¬‘u','\0ýBb¼3˜»\'ÏÔ\'°„)JG –À](GÅ9Pr2 s','',0,'?'),('Y•ÞÔ|_ö¤b·­s/@\n','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Parser/AbstractParser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','÷²àE—Ì\nÉ¿\0I…q','\\š~«r Yðõ^Û#7ÝS³¡‰­îPÙ;\nº^žÒ™³Ð','',0,'?'),('YŸBWy	+æB‘OmÇýz','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/HChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#ž:šáNÅ\'”DxƒÑN','¦[§õ_|ÐØ~E©¶©í+¯~ÅEì€(‘`í_ª¾','',0,'?'),('Y 68ÔH;%,¹_c\n€','wp-includes/css/wp-auth-check.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¨Ü­1 Pv(OØÞè',';/£Wn4äÁª)Êº_mw³‰‰`UÈ‰nai‚ÿ?·','',0,'?'),('Y¾J´Ð|Èí[D½ìy±Y','wp-content/plugins/wordfence/waf/.htaccess',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','£E\"xKÊê{Ç8ödS³','C‡¾ö½\'r…9½ì@âK¡Þ†t¡ª™öâ§w#@kº','',0,'?'),('YÃ’ÕË<ŽL&óºi¹ö.','wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-post-data.php',0,'B•ËW\nIÐ‡Á©ðcP$','B•ËW\nIÐ‡Á©ðcP$','^œy·6á/ j¥ÝL01ðÉœãglµTÉ`þÄÖX','',0,'?'),('YÄâÝOiZÐç‚f|õŽ-w','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_content_cut_24px.svg',0,'j\n]ÍÇËpÜDÛe','j\n]ÍÇËpÜDÛe','¼½ÇEú¥¤	\nú¶¹SJ1\'hÞæ?qðýD»','',0,'?'),('YÆ1xj€Õ=ä@3”ü\r ','wp-content/plugins/revslider/public/assets/assets/svg/file/ic_folder_shared_24px.svg',0,'äB×û¶d®aõÈlÖSçÜ','äB×û¶d®aõÈlÖSçÜ','$t2rní7n½df‹)óÅþ#ê‘\\õL&­î{\\','',0,'?'),('YÔäÖí]¦®ÅžI†•¨','wp-includes/js/jquery/ui/effect-slide.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','±;I^\Z+:C¹ß)H[','Yí¥‡ôµ †%¬í!‡§Ád!F­âr`úÝ€»Ä4','',0,'?'),('YÖ»Uª€ÕÏ}Ãr/','wp-includes/SimplePie/Cache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	û§~Ü¯{Ê¹›½¦+hÉ','ùmd…¼§•ánÎnun”pU0 l½à6­¤—ZišR','',0,'?'),('YçULŠ5J×Þ”Ýv[ž','wp-includes/rest-api/search/class-wp-rest-search-handler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',ƒôx&Ô°†ð{\n²xœ\\','ÏsÞ¢š›™zjÔÎ»ñ\'Ò²ÊŸ÷wEÌ?õ†','',0,'?'),('Yñ	<ÓÚDÄ 1¡¯Še','wp-content/themes/betheme/includes/header-top-area.php',0,'p›…§µ–@€!ÒßÚf','p›…§µ–@€!ÒßÚf','Ao\'	Œ7‘ÁýëÙîª­¤XŒ48$ÙÀ$ƒ»A','',0,'?'),('ZyY\rRž<[”×M§V','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/EachPromise.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ßg‰´½5ò»ÖŒµúômy­','ŠåØéb-ÀéèÁ–ú0+¯£ÖX¨¥vO”èð•F','',0,'?'),('Z˜À¯LWz[ðŽ¯gh€','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-arrows03.svg',0,'ïD®nû­´–g·BBtT{ã','ïD®nû­´–g·BBtT{ã','“öáw!Òöw0àª(HŽÒ¨éƒLvBb–Ð\Z=c','',0,'?'),('Z\nBÐ|GþßÑ¦ø8%$Ý','wp-content/plugins/w3-total-cache/Extension_NewRelic_Page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ï!ç\"êó”³ÕkþQ','p—äE¶!³+|»!ö’+›Ód¼•¸õ•sƒ¦ÞšO¾','',0,'?'),('Z\nT‡sÅfò^çÕcÁŽV¥','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/calendar5.svg',0,'ä†Š¥¡Y€dØx¤Ø','ä†Š¥¡Y€dØx¤Ø','¡(ÌbûúöÛÈ\nôÈW‘ß!òT|X€£ìi-\nË‡D','',0,'?'),('Z4<n?e˜ñ²','wp-content/plugins/wordfence/lib/wfConfig.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','äÄÏµ6pÀ½\rý\"Ÿ\0\Z‘','¯î#;´|Wæh7RÌ²%gà…4\Zh½Bs‰Iëþ','',0,'?'),('Z7Kõ€ÈÛYí%¯QCÍ¾','wp-content/plugins/worker/src/MWP/Monolog/Processor/index.php',0,'gD,Vë§=\\ÆbP','gD,Vë§=\\ÆbP','k‰À—~	¶½UH\Z¥ÖxƒPêÛAÌ„¢ú<¡ž;X¨','',0,'?'),('Z9“¶Ó}.ÒÂJ¤Âk=ª','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P1p1.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8I¢ã¶\Z\nÙÓ£‘','i>z’½R“@¯ÅòáÂãkôWà6uškÕyˆ','',0,'?'),('Z@wCä|£Èêïü‹Ëa\"','wp-content/plugins/testimonials-showcase/includes/layers-extension.php',0,'ÆØà‡õsJJöìTn&¸a\r','ÆØà‡õsJJöìTn&¸a\r','\"\Z;\'hÆ»ÿ9ºèàšÆ\r,È¹7ùÍLJÖ¸&¤ñ','',0,'?'),('ZDá°:-hÐ${ãmaÏ','wp-content/plugins/wordfence/images/sort_desc.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Äã?Õ¦‡)X²?¬N˜','bÆEÔšçBŠ#:Â(²#î=_(Å\Z€ŸÚ| ‹Uæ#Ä','',0,'?'),('ZEé™rŸ]¤_¤1E','wp-content/plugins/revslider/includes/InstagramScraper/Exception/InstagramNotFoundException.php',0,'2šâòàÓb9½¼¢<þ','2šâòàÓb9½¼¢<þ','°:¨LHŸƒ*£lÎ1[›…¤ä†¾ú‚­!Ê)ñ—š»b','',0,'?'),('Z[·ƒf€/ì}¤õbÄIâ\'','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/periscopemoney.svg',0,'¤œáH.¼l‹ô‚„*d§','¤œáH.¼l‹ô‚„*d§','þ‹÷4±›üÆ\ròŸ-³º‰_\"Ï;—OAËxª_P','',0,'?'),('Zwh\"0|G0üx-ÎÜ','wp-content/plugins/wordfence/js/wfpopover.1607007971.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';ã&m­AÄhlMPZX','°ì_.Vè¢•ÊŽXÍã4Níi_Òük=ÔæC3','',0,'?'),('Zxˆÿ1¡2KÓZ¤,¸ì','wp-includes/customize/class-wp-customize-header-image-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<Œ\0W>$îÎÌå©lÌ^Ò³','Qy(uš&¬©Îv²Ó³\'-áù}åhÕ’ªÙX…îŠt¡','',0,'?'),('ZÒŒ£[¼ø\nvâËâ	F','wp-includes/SimplePie/gzdecode.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','š„rF<”\ZiÇ¨u¼Ù','|–R\'gAE©ÛŽš†ÓqŠ±qT!ÜÞ:ÆÿO0Ê_','',0,'?'),('Z€$ƒˆ<ªŸzº¦ó\"','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/briefcase.svg',0,'7Qí!MÂšÏEòvÍ¹ß+@','7Qí!MÂšÏEòvÍ¹ß+@','‚ø$Ivr£ÎåGá²å2Á¼eºÅ2&\nSÐì5h;','',0,'?'),('ZY<€\0µg^i\0Czé{','wp-content/plugins/w3-total-cache/inc/options/common/header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¤8/†º¸ÆiáÌÜã=','ß{*]yó¢g†DÙ’\\ø\0ñ-lrÊ6¬dh†½µÍí','',0,'?'),('Z˜_\"Œê~´JÏÀÉää','wp-includes/js/wp-custom-header.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ë‚Vt6\0ª;úM qZ×ßu','’+IC`ÃÝ‡®3¢Ä’¬š»Šø[[fs­çŸ','',0,'?'),('Zž²ª§é”Ô¢Ù-¯^]ò','wp-content/themes/betheme/functions/theme-shortcodes.php',0,'‹| ˜©æñUõ™Â!èÏ','‹| ˜©æñUõ™Â!èÏ','Ï‹TÝÅ´™ŠÓF-@­@ÔY˜ºA“e\r1é‘÷AüÜÏ','',0,'?'),('Z¢é¡z¦«êø5ß– £','wp-content/plugins/w3-total-cache/Cdnfsd_Plugin_Admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t¢ý³ªXÌåª©½Nö','JÅÂzSÎ“wb\0(RTB‡nX>=DÛ†”f‹m[Ê','',0,'?'),('Z£°Ñô„ûÝ’¯ºS¥','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/Cached.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ló¿Œ\Z^Z’HG³%©O£','‰m¤»Ÿc´;ò\nyã²ÈÅ0,Æ5ÿ‹ÙF|=ÈC','',0,'?'),('Z¬ÊèÄ %/»Z¿z9ýì','wp-admin/includes/taxonomy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','í…É$ÿÈ“Ã×šéÊš#','ûö–€‘[ƒ&æ%–˜L\0ã1\nT¬ò¢ ñ¶€>ÐÔ','',0,'?'),('Z±\0ƒœYˆ³’³ Ã¦fg','wp-includes/js/crop/marqueeVert.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','®šÌñ\0¤¹“9­ÿRÔÜÇ','Kªcg$£eÁ²Š2\\pÈ$à1z¥Ž™œ`CkJÆ','',0,'?'),('ZºV)Ò¯!-Áhu)Í-õ\0','wp-content/plugins/w3-total-cache/ConfigStateNote.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Bó†«[&µ;wÄ8Ò ','x1u‡·ý¶â+¸Yá-¶E3 Mð=ã÷kwTD','',0,'?'),('ZÓcõœ¬ª_OÉ[­U±','wp-content/plugins/w3-total-cache/Extension_Swarmify_Page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ö8$íÍgl#©Éëˆ÷','¶r”V°ë%¾lfçfH\ráÐ5\ZØ8\0e¥Q$nù','',0,'?'),('ZèR§ÒÌr(ð&b°£:¸-','wp-includes/css/dist/format-library/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<îãtž˜¬­¾-]Ùv','^aYÝ³„FÊ0ƒ‘©N¶Ú¥w’Æ¦èpàÁƒ7','',0,'?'),('ZéÎ=Ó§Årc\"²”y®','wp-includes/IXR/class-IXR-date.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','IîÊVdB+A·J?ƒù#','‡á{~Ÿ(#å¦\Z6užîð¡Ú,ŒêÕÇ?€jk2íñ`','',0,'?'),('Zëbj±ú{T†Ã§ÐP','wp-content/plugins/worker/src/MMB/Installer.php',0,'(Ë¤¸DVDG’‘˜ÏM;','(Ë¤¸DVDG’‘˜ÏM;','æçûF9Ý¨¬È«&qWœ?³6u1¼÷©óºÒ6ö','',0,'?'),('[õ¿fäÈ²š^Ç†ÃËp:','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_car_wash_24px.svg',0,'èÏVE$»}F-?Xu„ã','èÏVE$»}F-?Xu„ã','³òîvQP˜ÁHQ#_ú­)¢ÓÅã[þ„E©ìô™‘','',0,'?'),('[ÇG»¤üeöa\'íiè­Ú','wp-includes/js/jquery/ui/datepicker.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ò4P1,Ùˆ`x’¬µµ','ü]w\'¦€dý<séÌ6»>4SÚ­Ÿ•»søø/µ=û»','',0,'?'),('[†Tc¡±Léó’ô,·¦Æ','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/CachingStream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','DðtˆîJÒÑ—^h','©dqNrŽq`.x<È”ñ„\\„vï§†O‰Q¿Ü','',0,'?'),('[Ñt®I´…épÊÓpÎ\\`','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_5_24px.svg',0,'ÂÈkÑê\'GµØ\r5òãÍªÛ','ÂÈkÑê\'GµØ\r5òãÍªÛ','n¶V‚rEŸYMà¬1¾0oÄ£®Óuµ¾—rÎb&','',0,'?'),('[+òÀ—@ç¨A÷¡½ƒÄzõ','wp-content/plugins/w3-total-cache/Cdn_CacheFlush.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rõÍ¹	7ûHOoßmÿµ','¦ÌþL§Y”ÚP¦ ˜¼~\rúZv¬r-?#`–u{','',0,'?'),('[4ùik€G†QC	P ','wp-content/plugins/js_composer/include/autoload/vendors/jwplayer.php',0,'«6Zu‘w·‰rL!Ô.','«6Zu‘w·‰rL!Ô.','¤ù©Óœ®¬±Á|Z‹5Å»~”éØÚj8ˆF\nÎ	·Že','',0,'?'),('[5ùš×YÙNh¦«ŠKˆMè','wp-includes/customize/class-wp-widget-area-customize-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','“uçÍ¹—7sûq™¬²°','<ðv áD~%–çº™§ÅèÎïØX<ÿÊÔ','',0,'?'),('[Q)±Ýëû$´,ì™e½','wp-content/plugins/w3-total-cache/lib/Google/Auth/AppIdentity.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','˜{Ì_†•ŸCh~È)†JM','Ps†j¡ÃÐÃ.žO×XC/Ð7®€eTP?_þF•\0','',0,'?'),('[`qÁ˜lK!“›=}\Zì','wp-content/plugins/w3-total-cache/lib/Aws/Psr/Http/Message/UploadedFileInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¿00qîˆÑLŸD‚\0&˜ ','ß¸ƒ3k=4´DÒS/²ofôéñjÄiíÎ','',0,'?'),('[a»I÷^s`†/šÜ','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_charging_20_24px.svg',0,'Ü³]Y¥´1+¼4$Ó<[½\\','Ü³]Y¥´1+¼4$Ó<[½\\','­™3}<_‡Ä.ö^—j#fúÃw€œBá_ï¨ÎOj','',0,'?'),('[lá/U.†OÝE‚|=m','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/smartphone-gears.svg',0,'ã†oñäãUÐ´<ˆôC','ã†oñäãUÐ´<ˆôC','ðz4>¤ÒÀ¤nHº\r!®Ã5ç¬ºqÄ.­Xš÷ù','',0,'?'),('[ˆëÚ\'¶GçŽÞblÎp','wp-content/themes/betheme/muffin-options/fields/ajax/field_ajax.php',0,'¦[\n‰ÐàvOXÏýêØ9','¦[\n‰ÐàvOXÏýêØ9','9è7Ýñrc0$â}3£ž»¼OAg™kŽ˜7	äË','',0,'?'),('[ŒÃ#Ü§\Z>]¿<¦','wp-admin/css/colors/ectoplasm/colors.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','“G‚E„S“ÎJ¼\rÿCŸ','vÛÍ+L£`üïˆ Ö“Œú\\q«VâŸ1[=·Ú‘|','',0,'?'),('[’>•x‚;òwn/tH','wp-includes/js/wp-emoji.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+g³D>ówùf™Ù…*´D','M£aF±©$®*ëM©Ï_¤¹“‘án8¨í·Ävïûuã','',0,'?'),('[•¹7Ÿ—ó*CÃ°ãŸŠ\0H','wp-content/plugins/w3-total-cache/pub/img/overlay/save-close.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','];R4DK[50\rÙÌ”/Ð]','cÎÛD1XüçÉM\\ˆ.ü<~v~µb>¨\\}¯','',0,'?'),('[›Å~w\'xG~\\ˆ€\n','wp-content/plugins/w3-total-cache/lib/Minify/Minify/Loader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^„°ç9X}÷BôySñ5Õ','ñõQ5`*úÇ)Vž–ðÁ[QƒÙOÁGlç¤3ˆÀ‰<','',0,'?'),('[±€à1¶YAdkö,','wp-includes/SimplePie/Sanitize.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uŽlžŒ¦¤fpŽªxÕ—','ÜîÆO\nQpÿô Ø5ìA–~ó„¶Ùùž«­j‘æxtÉ','',0,'?'),('[ÅYÁÐ44óOr¶•l0Í','wp-includes/Requests/Exception/HTTP/414.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¼¦]Uâ@žö¥)Øæ¡#h','¥HàÁ»ÔÌÆÚižàíc÷!§™I).ehˆµ‘¯·‰','',0,'?'),('[ê æ|KòoÊÛŒb7ð','wp-admin/user/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','îxCS6¿LCé2!Ýu','Á`K¶çÄä¿y2MþÐplÎ¾\"a\0ï¬°štÑÞ¡D','',0,'?'),('\\¿%à÷?Œ>ˆ™íÜe8','wp-includes/class-wp-block-pattern-categories-registry.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ég:Gôý… Ã‰6Ÿ[}ð','*ç.tr(ŒŒsÂa[ð÷Ç˜½T’pºALd1þZ¾Ç','',0,'?'),('\\\nñ;:ÆIÑ\"ï@ïOhÉ','wp-content/plugins/contact-form-7/modules/response.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','aÙ¤@ï÷W+éX*Ï1©ô','½ø9žH\nÔ 6¼˜™m`…ñ£ÏMæävL®ÏÎ« œ¿','',0,'?'),('\\ÜÜ…•Œ9‡ƒ·ÈÌ÷','wp-admin/ms-upgrade-network.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qc”ó8®šÔE×%Œ«!','	ÍHê_cÞè•QÕüX€ùÌ¤„ÕLsºÚ­ÿ','',0,'?'),('\\LôÛ•Ã”\rÙ!7','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_contact_mail_24px.svg',0,'º“Ës[ßqùCã’“åÎÏ','º“Ës[ßqùCã’“åÎÏ','iñ˜‰ž²„c*Oj+H\'aöHp¥™ù¯dDÕŠ','',0,'?'),('\\hiÝÃnÔ\\\"‹·u\"º','wp-content/plugins/w3-total-cache/ini/dbcluster-config-sample.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0¿¯,}³uÌÖf:Œ','08¸I£dÝ$~ÃÓ_MIg0õ>J»£FÔ^DùR\"È','',0,'?'),('\\&ª0%Ð–Q¼~œ\ZwMÜ','wp-content/plugins/w3-total-cache/Extension_FeedBurner_Plugin_Admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4ÇÚª±°ÿhãÚÀ…\n›‰','úh|Œù-ß³eŠ‚dgÎn¹æø›u\\û³1Ü–»','',0,'?'),('\\)ý¯I8îhFà,e²ýY','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Credentials/InstanceProfileProvider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÈÔ«288€?aß­GÖL','ëõ®Ï*É3zù7ŽS¿šÊMß@’v@‰oPÝ_\"&§','',0,'?'),('\\8UaÎËûaÐ±(òá`^','wp-content/plugins/w3-total-cache/Cdn_RackSpaceCdn_Popup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ì.Ö§kÂÙEG\rÞ','ŸžÏFFÃÍ‘7¨½¼ý²Ÿú~L‹TXe’\0ÙO6ˆ','',0,'?'),('\\H¢û–:”¢u3à%‹Fw','wp-content/plugins/wordfence/views/waf/waf-install-success.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ê{r†„§£b^•éÛ?—','§Î/¼Þ\\2¶ÖCe»žL+«Ò:÷p…ïªì·Z','',0,'?'),('\\R:üûê¯tÍ<W*Þ','wp-content/plugins/js_composer/include/templates/shortcodes/vc_round_chart.php',0,'yÉî.¸QOºA¦Gk5æ','yÉî.¸QOºA¦Gk5æ','ýòhT²ržcŒV…ˆd¦ŸTµñ)Õ/\\wò0\\õøÝR','',0,'?'),('\\Z€m^¯lRÍ!¥º[9¥9','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/RequestOptions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','´H\"&að4¦¸6‹·å·iÎ','R¹ô\nÎ•*~âavBwöô²ÖÎÛË-öüom y','',0,'?'),('\\[æíi%Í°<ú˜e“>©','wp-includes/css/wp-pointer-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','í…òÖ€£ÌáÑO!?ÖÆ','3‹N™á\n7—ÇÅþrTT;\"Æùé¡BÔPx‡Nmdß©','',0,'?'),('\\gÆ[–ÅÄÿ£ÆÃ5s¿Ó','wp-content/plugins/ga-google-analytics/license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9»§ÒÏ¡o*n+å/ãð','¼ÿ\0v1£êsÔNí>cIDÙ¦¾Ö„Ié­0ÿ-','',0,'?'),('\\lþ2ÏâgŠ>!é\ZSi','wp-content/plugins/essential-grid/public/assets/js/jquery.themepunch.enablelog.js',0,'øFÇ¿ïÜo‘ÉÃ’3kž','øFÇ¿ïÜo‘ÉÃ’3kž','nðmT£ƒ|)YgÊÇÆOu­®çAD~vÙ€','',0,'?'),('\\sãV>\'é)CŒsÓØÈ','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_fullscreen_24px.svg',0,'Üüì\'‘ëµÔ!.L|*±','Üüì\'‘ëµÔ!.L|*±','Ô¹?e\\À­\rHÈ”#ÏÞ×Øk!v™j­^z+','',0,'?'),('\\w¥Y|eIs!>»çi¢ç','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_subject_24px.svg',0,'Êßsk·\'Ñ3ï#œ','Êßsk·\'Ñ3ï#œ','{PüË+Å\\è´œÉCRL7mÚ¹˜O,n˜mã','',0,'?'),('\\‹ÆòpãDCÊ»ÇñÇïÏ¡','wp-content/plugins/worker/src/Monolog/Processor/MemoryPeakUsageProcessor.php',0,'7\0N¨˜ú°Dñ!wÛ»Še','7\0N¨˜ú°Dñ!wÛ»Še','{³)ÓCØä\"0Šî—\'\0¡¯÷ýieƒ¶[%','',0,'?'),('\\‘®íàÆ¤7öî²Q€o','wp-content/plugins/wordfence/css/images/ui-icons_cc0000_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|¦%;w©ý¯Q»8øÈ@','wi>Þ6·Æ¬à4Èå .NÊC¹äž\Zÿ4ªIOžÙ','',0,'?'),('\\™g¾Gže¥;¨vÓtŸF','wp-content/plugins/wordfence/css/wf-font-awesome.1607007971.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¸\'ÄÿMäçÙ‹øVµª¿:','997dIŠOuÖ-Æøùñ%enÔ» 1ºï„é¾ÓI','',0,'?'),('\\šÑ‚’?$€Í„8À’¡æ','wp-admin/includes/dashboard.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÎÕ„$‹d&Ñ@|æ)','§Ò¼ãW*=@ôaÁ7îýü\r‚;”ã«Þ§˜?Î3','',0,'?'),('\\³<ýMh»˜Å§ô÷','wp-content/plugins/worker/src/MWP/Monolog/index.php',0,'gD,Vë§=\\ÆbP','gD,Vë§=\\ÆbP','k‰À—~	¶½UH\Z¥ÖxƒPêÛAÌ„¢ú<¡ž;X¨','',0,'?'),('\\Ó\0õ£>¦+¢³ÁFbÐí','wp-admin/revision.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'ôUïÂ:#²+a´”ìF','žCò™ÀØºf™`õ¹¸]ýñÜÚ|#wVÃ‰BH)\r','',0,'?'),('\\ñY)TT÷ÖÙå‚09C‰','wp-content/plugins/w3-total-cache/ConfigState.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','fFÜ„WÉ{ñE,\r›øÜV','¬…:©´ÛG^ß}’ï|õÏ6:mkÝsOÍ¤pð–`','',0,'?'),('\\ÿF½\\E9ª4ôŠW+ç­','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_airline_seat_legroom_normal_24px.svg',0,'&Fqi˜ÊiÌÐƒ¶¯u8¬','&Fqi˜ÊiÌÐƒ¶¯u8¬','`	©¡\ns˜ŸF°ÞØ:1cµµqÍ*éÛñs°À\0õu','',0,'?'),(']GÄC©HIÞCö[ïs','wp-content/themes/betheme/muffin-options/fields/tabs/field_tabs.js',0,'Á!ëÄU[ä×Þú²','Á!ëÄU[ä×Þú²','‚é[Í“žË˜/e±U1;jÇ²¯êgLÉ—^¤–@ìÐP','',0,'?'),('](Rª&!âÆ1;™3˜ê','wp-includes/js/wp-ajax-response.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ŒïêH+¾ZìÇ—½,‘','>ÔþºÞàÀjøeû´÷«2‡Ü áöA>&øÊÊc\n²','',0,'?'),('],êg·\nW\\Ìl~¥Ì','wp-content/plugins/worker/src/Symfony/Process/Exception/RuntimeException.php',0,'Ô?B´^E*i:ö¨¤à','Ô?B´^E*i:ö¨¤à','ø‰•ç?ÊÝ-	Ê¹åpó{kI94„ñå(0î','',0,'?'),(']4ˆÔ¹-óÜ6õñ‹$Ü\"','wp-content/plugins/js_composer/config/grids/shortcode-vc-masonry-grid.php',0,'Æ€|[b”q#ÙT«Ø#¡X‡','Æ€|[b”q#ÙT«Ø#¡X‡','ÜÂäõNç[/\n9°}Ê‡XÅ\\zLøH:vs¤à5','',0,'?'),(']51·ä ù&¯Ý\n pš','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_link_24px.svg',0,'°`ótì­‡•‘°ýJñ/ô','°`ótì­‡•‘°ýJñ/ô','mØÚ.ç<YŽô?ÌÍ?¦nˆ\Z`jýxƒÕhƒ°','',0,'?'),(']:oT×Š7»ˆ‰T4fù','wp-content/plugins/w3-total-cache/lib/Aws/Aws/PhpHash.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qû	@*ÜÌý¶ø©Ðm','?Ìh@6i;¹²;Úü(Iï%¼ßMÞ³¡Ü%z\0ƒEõ','',0,'?'),(']B#Í2èzÚìúbUœÉ/','wp-includes/Text/Diff.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rôÁŒ‘ \ZVéîÓ:÷¤','ŸN\'¥uýp¬úÛ=ZÝ\"-øKÙëý¼½ñ…r','',0,'?'),(']L0ºòìeE“\"uÀ ­‹','wp-includes/js/mediaelement/mediaelement-migrate.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','óOAZ¥nÙ\0îÏ?!*ÛWâ','q¡{2ÎfXž¹õÊáöJgXCŠ•ûäcæYØ3Òò','',0,'?'),(']MÌ•‡G0§³Ø×_\r','wp-content/plugins/js_composer/config/deprecated/shortcode-vc-button.php',0,'Ú9[° |–`^+o6Ë:ú','Ú9[° |–`^+o6Ë:ú','\"(@7ju²\rõðÌUëE\n”¢?%7Þ3ŽÚÕ£ÁÚ','',0,'?'),(']sy£ª€éQ¾ùŠ-×<h','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_hdr_24px.svg',0,'ÓDp\0)úü[ðYé','ÓDp\0)úü[ðYé','E‰é…².~I/€tKÇ×ÒæÞ–¿·D•™XyËÑæ{E','',0,'?'),(']‚…úã\']ï ËŸÉê¬A','wp-content/plugins/w3-total-cache/lib/Aws/JmesPath/TreeInterpreter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bÖ	­õ…ªåÈC¢ù','+ê£óyy‡t/BÓÄB³yµnr˜tëÅ«.`','',0,'?'),(']ƒŠÔNÎ×JjÓŽe½£‚','wp-includes/widgets/class-wp-widget-media.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<m–W“~ƒEïV Ü‘u','“0Ç{¤„…Œ”H|ŠÂfÛV¦­ÎJ Èµöç~äQû‰','',0,'?'),(']ŽÔr™:@´…I¦','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Enterprise.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','„¡…6:”õö¾2kP3ú®¼','%uˆ¸MpñÚáÉ,.\0Ñ@²ZqŒër¿/ÃûµŸQ','',0,'?'),(']š\nëòry«¡É6fY	','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/folder-delete.svg',0,'ßNsÊ/^Ì\r•ÉY}Øô','ßNsÊ/^Ì\r•ÉY}Øô','w½óº[h8\0¬*L	4þ¥‰\'\r’An–„O½.º=.Á','',0,'?'),(']¥‚P·¿îTkvtŠº8A','wp-admin/network/menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Å»\ZÛ=>ˆ É±íl','y¯TQmU¶–zÏDŽ¯s gâ·…1^T\"ñig…I','',0,'?'),(']¥¤Ê*…¤…ÿJ–','wp-content/plugins/wordfence/images/icons/email_go.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ºªjÌÙEü´H)«.½í','÷½& ôqC1QU´_.OØî3¿ÂËò1!&Ðç—Û´ªû','',0,'?'),(']§Ÿ‹âù\"}[’YÜRÚ','wp-admin/css/edit-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÄW ÕaÛy»8^t¼!g','ðÅÇeŒÒs¿zG’Pš[›‘$]ñårÔÅé/)\'¥','',0,'?'),(']ÎA•þ?<‘¦‡ÞþÞ','wp-content/plugins/revslider/public/assets/assets/svg/toggle/ic_check_box_24px.svg',0,'ˆÂçR89¥\0v','ˆÂçR89¥\0v','Éãn»ßˆÁTžÈcQF‘/¿áYOÊäÿáÍÎ™GëÄ‘¹','',0,'?'),(']Î°yÇ â “3šâ»™-','wp-content/plugins/revslider/admin/includes/template.class.php',0,'ZÍR@EI¦BÚ³®|{–:3','ZÍR@EI¦BÚ³®|{–:3','Ç{déÜ¡Ë¢Ð…ÝŠº÷Ó%éÕ¯ÂÂƒ\Z¸ð6¡X','',0,'?'),(']èI2Ÿ è¦\"?À!','wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_rss.php',0,'ðÁè°Æ1çÇÝ¸\ZF_','ðÁè°Æ1çÇÝ¸\ZF_',':û*Ÿ)ùÌ¢(à‡:Bh\0s É‹Ä¹%¨7\nÆûOkY','',0,'?'),(']ÿäa\r²ÑÔ†ÑV$¶Y¤','wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/s3/2006-03-01/waiters-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K]þ]”¬?óŒ2\Z1ßŠ','>ñG }f¢Úµ®%`µ¸¸ÈIZ¦LóD f','',0,'?'),('^‘4îj¾|¤áIƒÐ','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/OutOfQueriesException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5ôúH*fÒä$°ðÊÓ','þòÐÆicßzÙPû1â\"Ý¢Ó›o¶TWry‹*F','',0,'?'),('^\0„vV~G[ûo)k','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/profile.svg',0,'ô-3>ÏVxuHï–@b\\','ô-3>ÏVxuHï–@b\\','–>ûÀÖâô¢AHs!™Pü´™¨gG¿±ð\0 >s','',0,'?'),('^(®?ýt²p¡¢Ò,$¬','wp-includes/block-patterns/large-header-button.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',\r¾Íþ\Z¦&oær\'¡—÷','\0ä9Ûw’i„ó×í5‚ßÂÐ“§Ã}ˆÿ´hÂÌ','',0,'?'),('^)bÌ.c³Ï@é<¸D','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-data.svg',0,'LÛð¶H–µ7å\"`0ç','LÛð¶H–µ7å\"`0ç','ua~sç?\0Qm{ÚHks_/CùáÅ¡@_šj','',0,'?'),('^)kc6ê[÷˜£ÍêÇ~á','wp-content/plugins/worker/src/MWP/Action/ClearTransient.php',0,'õ´<ÁXuÔ%šR’\rÁŠHS','õ´<ÁXuÔ%šR’\rÁŠHS','uEX\\@{E8KˆÏkQ,µù7.·añ¨oÛk›Õ¬k?','',0,'?'),('^9(-(Å²Åy ‰÷Ê0q*','wp-admin/user/about.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!šN ‚šÙ9â3nDl','r—¾¯R89ã<†;9i1l•Z²ŒQúìoC#ñY–´','',0,'?'),('^@Õ²{\'«©_èâ›92','wp-admin/upgrade-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Õô–[aî@1.¥šQÌîZ','ätË¥¬ù£˜9{‰Ä/Âÿ„y´g1\'þuVþ¾l¤','',0,'?'),('^DžVåáÕ!o$+','wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-icons_2e83ff_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÕQRéŸ\"$\\ž‹·„§ö','¯\n‡þ•Û3N?|·c6øŠm°Y5¥¬ƒa1¦','',0,'?'),('^H\0õB|ÛØ4Û@zÁ÷','wp-includes/IXR/class-IXR-error.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g6\"¬•íu\\\'3¼²­œbŠ','*?ÍÛ§U=Ž?¨,]¤Ú0=CÊø““ Z-†6Dq.˜G','',0,'?'),('^N fX\\IöQ‹ÿ”(Ge','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/PumpStream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U¬Kµù¢lÙ>_¡\nQ2Ã','£Ô“¼LÚmùú6z¹5ß‰ñ†:ÌßˆjÒ‡V','',0,'?'),('^O\"ØÛ×¸‘Ì.Û).ž','wp-content/plugins/w3-total-cache/pub/img/overlay/gauge-bg-tp.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','äfˆè9¬ØÜåY•ftŽE','f³ánoƒ3-.ÉáOLþ‰Õ¿÷¤‹Ü<sÇ€','',0,'?'),('^Uðœ.i¾ÖypGÂ¶™','wp-includes/js/mediaelement/mediaelementplayer-legacy.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','äAÒVýtÐFÆ£¶‰–',' 2Èq{YÂ*lXø[qkd“–á}ÎJpê™äàÓ¶','',0,'?'),('^VñÁÈ÷¶ä‚˜!·…¥IA','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_help_outline_24px.svg',0,'Ø5\'@<Jv}—¤¯¾Ø?Á','Ø5\'@<Jv}—¤¯¾Ø?Á','tÕ½Jäbê‡}FßÆEÿªúÿš…”ªtycœ)Äãxþ','',0,'?'),('^d?e™ø.ošù¿Ê¨›L','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/psalm-below-3.xml',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ì[íCí=sy3ðLüÕÈ','·_ýÏo3Õt°Y¶’_o¢ò‰f2k#•‹0¾6Ps;','',0,'?'),('^jIÑGÎ²tª€»Äý„','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_walk_24px.svg',0,'ËúQƒìoØÿLömiò-','ËúQƒìoØÿLömiò-','—œF,ÛÁÉOÔ:ó¼Žc(ç+GŒÎÒÁ­¦Áœr','',0,'?'),('^yG=ÚœFg;3‘Ã¡©','wp-content/plugins/wordfence/images/button-grad-grey.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','•ÄRCì¿ÊTyÕý?Þ','DÞú€ÃÁÖHÙ~µ’´Ï¨¢Pº_á§{!Ê×','',0,'?'),('^zÐäÛòôˆ\0¯±U.ö','wp-content/plugins/w3-total-cache/Extension_Swarmify_Plugin_Admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ljòP”øÊ^ÐÇ“Àæò','§±—±~Œ™™â«ôü#m§[ù#+\nÆò•E¥Î‘','',0,'?'),('^}•ó:±«*S¦Êª‚,ép','wp-content/plugins/w3-total-cache/Enterprise_SnsServer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÈvSb\nÄÄŒÙV¿lCW','ñ}Ï°ìÐ×»èH¼\\2§â‡v¶¼É~§¥‰‘žÕû','',0,'?'),('^åƒÃ¯ðˆ¯+…y|Ð','wp-includes/images/crystal/spreadsheet.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5†9øÐ¢1€TËÇn¤ê','e\rC¬ˆi0ã×[¯êR¬8@æ÷ðÍG’¥ðaJNÍ','',0,'?'),('^ŠÐ•»Ñë‰³—mxŒÍ','wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_meta.php',0,'€ßÅC¥NÊw½”ë±”','€ßÅC¥NÊw½”ë±”','1ÈåµÛI\'¾ö ý- †	°ìPPK<fŽë4rÛR','',0,'?'),('^¦×.±ãøõœ$¶,Þ‰','wp-content/plugins/w3-total-cache/UserExperience_LazyLoad_Page_View.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M@…\0/91h§{A[^~TŒ','»¨Î…©šúÆ¥‡H\0i¾/›3ŠU¬±Tg×óB·‘7ªK','',0,'?'),('^¸Bé‹ÎUãê0 y¸ rc','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_grain_24px.svg',0,'u±·8a£¤üF|Ö‘å','u±·8a£¤üF|Ö‘å','²Ê­y>ã’V”©ÜÇyÞo½¥8€/¾ÈÁvíö<','',0,'?'),('^Á±uëºuƒ¬W‘dœM=•','wp-content/plugins/wordfence/crypto/vendor/composer/platform_check.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÆzÖØ=E‘o0¯´[ò±','µm?\ZÃ\"Êgë=€0àN\"„öQ‡ˆ`¦u\'ì°ë~I','',0,'?'),('^Ê™B`ãIúÒµèª\0ž}','wp-content/plugins/w3-total-cache/ini/xcache.ini',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';ÞÆ‡ÀR¾sHßQÀÕt','+{7K$ní¶ñ¦› <Ÿ¶áÍÓ=I\\¼h®žÆgÃ','',0,'?'),('^Ë½Dº$m=‘•	ƒ„o','wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Psr7/Rfc7230.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D÷Í«dL¬{:2¶³¾—','\n7•8ôfí“­­¢ÊzžXÜ]4Pìnƒžfc©</‚?e','',0,'?'),('^ÔU––Æ|fH^kìô\\½','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/lamp.svg',0,'ïŒ?;#Ð ìp§Ã¡','ïŒ?;#Ð ìp§Ã¡','0Ã\'Qiº„™Í|cíÂ/Èà—™j‰0Ù(\\ýß§','',0,'?'),('^æxQMkß\nkØqeÃ','wp-content/plugins/w3-total-cache/Root_AdminActions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','· >ûç©¬>HòÖ‹L!ä','\"~ðè)û²=ðãÿap ¡·\nÐ_=ÚQÃ2äX_æ','',0,'?'),('^èšaìÍÅDÌV0—%³Ú','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_zoom_in_24px.svg',0,'£DTyœz8™\"ªS','£DTyœz8™\"ªS','×ÝÓJ^.kÔ_¤gvéb¦s%µ°JÛ|D…','',0,'?'),('^ëÊh4&×ÖÙøÈò\Zù','wp-content/plugins/w3-total-cache/lib/Minify/Minify/CSS.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','«„ua››Êžª²—±çv','@¶˜]Üg<…ã*¬æ9ì‹÷‡yÿ‚à8ã ï=','',0,'?'),('^ïù^\\QóÃ=(w²î†','wp-includes/js/imagesloaded.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':Vu+sf5¿iË›ˆËý','–ÍáÕ4H‰û1˜Pcƒ¼ð)C6cýDÐaHum\Z#cV','',0,'?'),('^þøóÁ×éóþŸd“ên','wp-content/plugins/worker/src/MWP/WordPress/HookProxy.php',0,'ü<* ®Ð­’lCƒ\r','ü<* ®Ð­’lCƒ\r','Á	q:‰Ç?DAäûÑ6à±3®ÍŠý›Pƒ7®f¢Ü','',0,'?'),('_°\0ßÅd •MP~ÛëD','wp-includes/revision.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','PÙ‚žg¢OVjXÀº¾Ÿß','«4k‘Bµ3S§‹çˆËÿ‘´¯\"’©Á\ZBGŽÇŽ\0KV','',0,'?'),('_£k4é÷·!*}ˆ‚Ý„ ','wp-content/plugins/wordfence/vendor/composer/ClassLoader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ‰×Ù|%þ‡*T*ú`','˜˜’ä¡289vu3’n	C2s¯¼va/Ÿ','',0,'?'),('_*Äâ½žLÿ0â>\r','wp-includes/feed-rss2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','´­lN+î5	¨›O?','@!ë`CÊÏø*Meùêûz«j@	´@ ÞÒL°jw…','',0,'?'),('_Ì#è‹ñU1púGSò³','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/SipHash.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z°ŠÅrt½ÂýwúÉ(˜e','¨Ò¿DÜI<õ^Èi2dW‚]Gâ_ä-+…A8óW','',0,'?'),('_&O ï>ÜT„Fæã2F>','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_network_locked_24px.svg',0,'VñèÞ|SÎ ÍLOÆre','VñèÞ|SÎ ÍLOÆre','-aK ÇÖ/hJ\0·…ÐXr¯7pZ€Îƒz#º„°','',0,'?'),('_,ëãS…ÎÏ)$\0™ý','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_chevron_left_24px.svg',0,'ÎÃÍòÕ«‘r)¾¸†','ÎÃÍòÕ«‘r)¾¸†','÷ÁôË^^Õ‚{;OÕ®t„HýbBµªBOü¨]U§Ä\nv','',0,'?'),('_3u)”ZÉ!Ã\\EæXcb','wp-content/plugins/w3-total-cache/Extension_NewRelic_Popup_View_Intro.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¼º1­âóž~ãºQÖ','<.ß½i\n¥¢Ò¡ÉºeùÏâÁÙœ^21À4ü}','',0,'?'),('_7Q5/u^–¶dBèãHÿÞ','wp-content/plugins/worker/src/MWP/Monolog/Processor/ProcessProcessor.php',0,'Ã|”³m—/\ZÀf”„ÔB','Ã|”³m—/\ZÀf”„ÔB','æ¾5ì§‰¨o’[Ôú?}Í=–Øœ~«°÷µ¾)b','',0,'?'),('_DèsìD‘©dÄðC®î','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_tablet_mac_24px.svg',0,'w¿Í+dm\Z°#®êHULƒ','w¿Í+dm\Z°#®êHULƒ','KôÚ9Ç?bv?oX­jïÈwSZ¸ªVzÎ\rÓ8','',0,'?'),('_M/¶#œxu­ž¯ýÖs','wp-content/plugins/w3-total-cache/languages/ar.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','AqC|ebµJV\\cð}òÅ','÷Ü&±6VÇkx\r-†Ô½PÍ}—œðòö¿ãYœ','',0,'?'),('_QíA¥Ðð=í•ÕGv›','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_watch_later_24px.svg',0,'’DØ;IA˜EÄjü>³ß','’DØ;IA˜EÄjü>³ß','á1HP´~Q¯H1*}.G§ˆ}	å•Ç1…ìÞEÓ','',0,'?'),('_jõð‡_±¨/ÔÌÖyÓ±','wp-includes/load.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ªò.†[áé›OAkÁF','#»ƒHûøZHÓIÏMÞàgðï±âaD\n^ïd\\','',0,'?'),('_p¹¦wèÄt™2Î)îÀr²','wp-content/plugins/w3-total-cache/lib/Google/IO/cacerts.pem',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¥\'¹>q¹GYÙ–Cdóµ1','Eà4aþb`\0)¶¼“ç¦Ui(¯@­Ïˆ€[;¥Ô','',0,'?'),('_|\'ìŸ¹ -\\á¹KÓ0‹','wp-content/plugins/js_composer/include/templates/params/vc_grid_item/editor/partials/vc_grid_item_editor_footer.tpl.php',0,'Ô¢÷¾7Í…*_	äm¥','Ô¢÷¾7Í…*_	äm¥','éßk6l¬l†ÈqÔÖvŠVC›ê$ù5EE3\0XÛ@Z','',0,'?'),('_ƒ7²üÓ}Ý¤–›«A','wp-content/plugins/wordfence/css/wf-roboto-font.1607007971.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¸Á]ÕïðOŒuÝµœ','ôŠ+ÅhJ~¿Ê†´ª*éìa* ýâGb67§\r©:±','',0,'?'),('_ƒ¡iW¾Äò€¥&®,','wp-content/plugins/duplicate-post/src/class-revisions-migrator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r\0!ì#êÛÀkÁ2— Kïá','=\\w¢k`Ízç¦¨(=`’û\'Þ„ý.Û?hÜD‘Á','',0,'?'),('_’ÐBå‡$»˜±z.4´','wp-content/plugins/js_composer/include/classes/shortcodes/vc-empty-space.php',0,'ùHœÊ;º$]¡õîÓÚü^','ùHœÊ;º$]¡õîÓÚü^','Ä\'žHdF¼ØDo;ßfQ“ùèð\r¾·g»À|ôð','',0,'?'),('_ªOWUlî&³2—ý','wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/s3/2006-03-01/smoke.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¥¤Áµe°íìí­#à','£™1)@ïÇú—-ÿCecƒô±ŽÜûoÑ\'d,ÛÉÊâ','',0,'?'),('_ŸŠ#1ÞŸJHpð¼C·','wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_search.php',0,'	Šßœäll™O§ý/C*','	Šßœäll™O§ý/C*','x¢eŸÎ’êw´²Š\0‚I½ú™@oß£®Ì<ô{mæ','',0,'?'),('_¤Ð×•ˆ*ËËì€P›¤','wp-content/plugins/revslider/public/assets/assets/svg/places/ic_casino_24px.svg',0,'d¯³åe‚Ø@bÍ3lÆ','d¯³åe‚Ø@bÍ3lÆ','²ÝPî)\n¬ßïNÐXÝ•>-\\½UÇå.s2Ë­£³¦Š','',0,'?'),('_¶Ø\\rk÷ö˜“ÓžðÙM','wp-content/plugins/w3-total-cache/lib/Aws/Aws/HasDataTrait.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'}Mw‚òBŒ¨AMW0Ë_','XwàÑÃf²õv´È\\7YçÓóÈ\\*6›žmd³gÛÎà','',0,'?'),('_¾nÏ<¹guš×RG^î¦','wp-content/plugins/js_composer/include/classes/shortcodes/vc-cta.php',0,'™U1;ÆÜ!`ÿdñX¶','™U1;ÆÜ!`ÿdñX¶','o\'pb¨|¿,sðf“5ôZp0A>ŸŒŸQý*·\\','',0,'?'),('_Ö|œ¯T¢M^î½õÄJ','wp-includes/css/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oLÈ¨\\0ÂlI=•)Üåç','ÍAõf…Ìä=fm¸yÝNÖÁ¹€ÕUÇ\Z4ÛÐ&Aª','',0,'?'),('_Öà4ä3“ÍË=Ž“','wp-includes/images/uploader-icons.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','´“\\MÏÿÀùm–€','ÌpÈ×úËúü+/ÑÜÍíÇîi÷Þ!Z®Å£6úm†','',0,'?'),('_Ú{xÌX²Â1EL»Þ¤Ís','wp-content/plugins/js_composer/include/templates/shortcodes/vc_custom_field.php',0,'\Z¾\ro\0÷È rÊ=Ay]M','\Z¾\ro\0÷È rÊ=Ay]M','RÞËJÓ!¨!ÛÐ«IX~ibšr¦	{Yû±Ü`†Ó','',0,'?'),('_ßMÄÓ¼^ô>å sñÄ<','wp-content/plugins/w3-total-cache/lib/Aws/Aws/CommandPool.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ˆób^¯h¤ƒÉhß!{','DcµË.ðÃ„.|®ÿY1v\\©ªqŸCz_ç¥÷W','',0,'?'),('_à¢û~«ÞLÁY¢ÏóVé','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-wpb-logo.svg',0,'õ”ª”Û×2?A€[2&/','õ”ª”Û×2?A€[2&/','aP`¢ÄÂw;‰ÕšMÜü¾õÀ	L«W7!\n$V','',0,'?'),('_éJ«Žü¹h¿!j¾–Ô†','wp-content/plugins/w3-total-cache/lib/Google/Collection.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','TúYÐo¬kD‰^Q† -','0˜]=©ðCãéGàÏ†w¾%`L7ÿXZt¬Ó¦Œ§','',0,'?'),('_ë`¥–á]¥íà†B¡É½+','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_contact_phone_24px.svg',0,' á„ÓèÅ½àR\ZRØõ¯',' á„ÓèÅ½àR\ZRØõ¯','9ŠÁ®Q§ô¨ÉpÓï`š²ÕdÆ]ìhHJÜÑË˜','',0,'?'),('_î‘(íC˜ŒÂM6˜9É','wp-admin/includes/class-wp-links-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ô”G0Q`Ã •_RT\'Ê','ô÷Öð\\ëÍU¥E†Ç£w~Ôþüt»|BNŽîÊµ„šj\0','',0,'?'),('_õ´ïýá8}Ìßœ?åŽ','wp-includes/css/media-views-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','”§8*þÀ<c…Ýh','Ù,Ùößè	T¡aô¢È<™6^µu¼;Ý}_’e6“P§','',0,'?'),('_÷»	F1ˆàÛ6Ù§ê','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Signature/SignatureTrait.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ñ=1\Z77ñÈY!žüˆ','§ëqù.T±Ñ	÷ÖGÛ‰ÂØ‰ÝiÒnþ¤a(Ì‚rJTñ','',0,'?'),('_ü—\'Îkä¼ç}ulè\'','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_phone_android_24px.svg',0,'Õ©Úå²,cëñ+œ­','Õ©Úå²,cëñ+œ­','?í½hÏ5÷´á^e®™;²Øk!ÒµYy:˜U6\'1ð1','',0,'?'),('`ÎþÇS”`NI‹^Gï','wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(€i@ÆGÏgëô®0åp','Gç½ù<š/÷14Å…ÕLëÒ5Ÿ»¸¹£œ¸!','',0,'?'),('`%­Ö½áj®±\'‡ÒPù´','wp-admin/js/edit-comments.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.ð}×¬¦\0.VÏ»9·5˜','Ç2íoo²^—ø6#¢=×á`0>zÖÂª)bè‘™e1ŒN','',0,'?'),('`5žÛsŒäŠ‡ÚãñÂÙG','wp-content/plugins/w3-total-cache/pub/img/transparent-comet-moon.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÔØ\rP\0.iï™˜fæ¿$J','(ÔÁ<ë$y3YÝá„Ä•:©%pð•ËùŽ÷\n','',0,'?'),('`7ÛZûFÊ®ì€ž­','wp-content/plugins/w3-total-cache/UsageStatistics_StorageReader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z\'¹ÊžŒ}óCìNz€1','ÿKüòÔN“WÄ„aÕóë-yC§ÆàñuŽL:	“‰N','',0,'?'),('`avn4Žäì„?ÅZGåi','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart16.svg',0,'ñ¯ê®+&Å§@›…teï(æ','ñ¯ê®+&Å§@›…teï(æ','3Ò*\0î}WÀJ]þÍ@»ÕJÐP¶‹NerMßÚRÖ','',0,'?'),('`býºußCªeK¢;¢','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_thumb_down_24px.svg',0,'o<‘LÜBáå‹‚/7²>','o<‘LÜBáå‹‚/7²>','q¦²*ÓõìÞ˜×iÂlwv…q]ÁøÓ©\0Ù{„½¶ÆR','',0,'?'),('`h3z®£IVˆëâ‚MC','wp-content/plugins/w3-total-cache/lib/CSSTidy/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÔŒÙ\0²é€	˜ìøB~','ã°ÄB˜üšûôÈ™o¹$\'®Aäd›“L¤•™xR¸U','',0,'?'),('`°ÊÃ5ÿˆÈ¢¸ÃÐ','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_indent_increase_24px.svg',0,'E¥£O°&tûÂ\'îpä1Ê','E¥£O°&tûÂ\'îpä1Ê','3y2Zbš:ÖIª04 \\ð¹#œº´—9Í­B²ƒš:','',0,'?'),('`‹Pj}›¦`&q4^³ùÚ¶','wp-content/plugins/w3-total-cache/lib/Aws/Aws/PresignUrlMiddleware.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','™äXB8!^N‘±Ò','c—þÅm}ŽÊnÙøAfN;%Ò®N-^Jv7','',0,'?'),('`ŒÇû\nƒýó†2¬ê¯‹','wp-admin/css/code-editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3u…½þê»/cä\0TB-Æ','¢þ€4IÞ\nÏ7¿o^\ZÞÐÉÏÚ¬ƒæîV©rt\nG','',0,'?'),('`ŽUºµë/ÍuÄ’³!JÂQ','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Exception/AwsException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hÎ|½ècFüZ*ö;úãª','ílzuÃ~gãÐ«ÞeÈ|Z*ìcî&ž\n½í-ªò','',0,'?'),('`¤aŠ(Šg°ú\"„—','wp-includes/js/dist/html-entities.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U•ÎwG\"{[©L©·x\'D','ïol€•Àü8_kRØæ5?=Rå2â{Xò–ü‘#N','',0,'?'),('`»c0¯žÙ\\ùâë•3æ','wp-content/plugins/wordfence/lib/Diff/SequenceMatcher.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	>ÂU6Æªgý³vÈf','Rë&sX$6#ÞŽ‰_£ÁÎ½í¾Jß|Äþb0Šo','',0,'?'),('`»k$i¶ŠøÞ½j`žÇ','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_3_bar_26x24px.svg',0,'§·ˆ‡½\ZDËÂBˆž','§·ˆ‡½\ZDËÂBˆž','Òv;¢ÅbŒ Ýé}‚Ÿ\0j?IÞ´igQ•µ\"Ñ‚`åC','',0,'?'),('`¿zø{º–Ib^@’S','wp-content/plugins/w3-total-cache/pub/img/ps_grad.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1½ìÉ»@>ïÑ³Z \rC','çüN¯”x±«4±Â¼Þ/b6løás>]›O¹eMÎém','',0,'?'),('`Ç£e]‹ÜÅô+æVíëW','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_reorder_24px.svg',0,'!n>ÏqMV’aË¿”-¹Üà','!n>ÏqMV’aË¿”-¹Üà','ö­üŽ½ù\'#oÃóžaÍPÍ\rRÃ†Ë$êx‰áû:A','',0,'?'),('`Õ\0˜\n¢Nrâÿ…)ú1','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_voice_chat_24px.svg',0,'; ŒvÁ¾X§gž8','; ŒvÁ¾X§gž8',':jm„|¡o	“Ï„öÂX6{­àâx<±vÊa‚@Âån','',0,'?'),('`åV:È¨q+%ÊãýJ|#','wp-content/plugins/w3-total-cache/Cdn_Highwinds_Popup_View_SelectHost.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¢èk¥ß·|ÂÏ\'¹Ñ>[Ol','è\\Œwø!y£vù¨”¥Ã=ŸKW[š¶v —ÆçÙ7Ñ','',0,'?'),('`õ:gìŸ&˜@øï±O','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-gutenberg.svg',0,'0ª)×^ÕV•I¶jün÷`','0ª)×^ÕV•I¶jün÷`','>–õQ6>Âç6GA\ZœŒ†ä×l,D+	û	ýÍ§V','',0,'?'),('`ö¦”; \"­-¹ÿÈ+~;','wp-includes/js/tinymce/plugins/media/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ß#@,Ù4dGºÔM','XHx¿¤¶É0ƒÖX¹\Z³š„OG‹÷|é{—F2','',0,'?'),('`ú]¸jÃÌ›ÿT3Ä/ÍJ','wp-content/plugins/w3-total-cache/Minify_Plugin_Admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÿyàWZù”£6.³mÔ','Œ+\"çÂíY}hœeòÓø¿„šP_8­ñÎPß-Û\\','',0,'?'),('`ý}+í6±L-q[©®$','wp-includes/sodium_compat/src/Core32/Util.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Œ£1î`£Ø¯0›¡£Ñç','à¤qÆ–•‚×â‰%/Ýy¤g’rwÃ›‹\rËLR>=Y','',0,'?'),('`þJÓÏÈð:‘v.OÿìÙ','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/BreakLeaseResult.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ônüŒÅòž\Z‡Š¬f¦ãh','¤6\\šÊ	_[=‘¯²\0jœãYp¾ŠŽœóœ','',0,'?'),('`þU®2‘šmdW','wp-includes/class-wp-customize-nav-menus.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Bó8Ã»ËTdïh9ƒ\Z','¶†g´n\\äy|¬TRöxF¤µÌô\\±è¨Aƒ’&7Ö”d','',0,'?'),('aäü)6çï¢À‚ÑŽã','wp-includes/js/plupload/moxie.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‰#C\r¡š5Ç±ïÇ’¶üš','¿èóÃIÒ9_/xÔt5šå¤à(¿.gâtT\Z}&¾°›','',0,'?'),('a¿CäJÝiiKmëÇ>','wp-content/plugins/w3-total-cache/ini/apache_conf/mod_rewrite.conf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','önš×¨ÛFÄl%<ûKG','DÇ+,†¹ˆRÈ>AçŸ·yÓ}ö¤õ]¬œØHÙÙ$!','',0,'?'),('a)žTMWá¸Ooˆ¸Q”|Ü','wp-admin/images/media-button.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','²¶Ãã6@pè’z^yeóÎ','_\ZêúˆýòSj×–Y ½óðè•V¿ZŸîGenç°_','',0,'?'),('a)óó_\nGŽ¡ôÆ‘œ','wp-content/plugins/w3-total-cache/Cli.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‚ã\ZuÐþ-ÑNÇE','¥e” ²‡\00MnsÐ§=µé<Ù¿:¤ù#ò¶Ô8Ÿ','',0,'?'),('a.IýŽcÈtRŒÛs.¢','wp-content/plugins/contact-form-7/includes/controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f,Õ6â¬ƒp\'‹÷Å','¥;®\0ôà—‚Q£Å¦>/ú¢½·Ðú\'‡NÂZã\'‹¤','',0,'?'),('a<Ió&pìplï@Ž§.','wp-content/plugins/w3-total-cache/lib/Google/Utils/URITemplate.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n÷j%yä..» m¤ÐÃ','®Tk¼÷H\0© Šÿ0ó9-Mir×îßˆú×4b','',0,'?'),('a\\c,I\"5TÍ±#Ì‹þ','wp-admin/images/media-button-music.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4^&$oÃè uf&ô˜','èwWdÂ¼8PœF6êA½µî×Ü´´to-ÖÓX\\‡þa$','',0,'?'),('apv3Ùx3?4þ\rG:ð','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_see_24px.svg',0,'O‘ÞÐßa6•Y©%øµ‘ÏC','O‘ÞÐßa6•Y©%øµ‘ÏC','l6èê€Ù].årŒßûC“Þ‹°·\rµ;E¥À…','',0,'?'),('aqt\0‰U®û&zEÜî,¹','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_desktop_windows_24px.svg',0,'=Z…/öšËŸø¸ép‰ãÄ','=Z…/öšËŸø¸ép‰ãÄ','ˆ¦4Ó™W±‘§Ð½q{£Ä—Hg_båÃ3+U/À­-À_','',0,'?'),('asª´žÍÿ‹»˜|ôJ','wp-content/plugins/w3-total-cache/lib/Aws/Psr/Http/Message/RequestInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ÿ–ŠZÌÆVë¹i¶©sô6','aš¸÷Ø½«U¯£Z\"(5sÝgã\0óÒuYD[Å÷¬î','',0,'?'),('atV—ÙéºÈpþ~ËÒŽ‘','wp-content/plugins/worker/src/MWP/Updater/ThemeUpdate.php',0,'ÔŒô‚‚‚Àí e¿ÐPr','ÔŒô‚‚‚Àí e¿ÐPr','1ª±Vÿc©‹ØÁÞl7\rEF\Zi–ƒÂhøW¥’F','',0,'?'),('a†X0À¤eûR¼ù;}˜¾','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/gauge.svg',0,'òoÄTæ\r.ùŒâT$pñê','òoÄTæ\r.ùŒâT$pñê','Áök¶¤uUi˜ ~Û³˜pÉã:£#Ï ë*å^','',0,'?'),('a—çöÂs\Zo¿sñã','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_delete_24px.svg',0,'ÖŒNâAg“í¬?«)?y','ÖŒNâAg“í¬?«)?y','““BÚWWè>áUÈâ\rM-ìãžâ§’, –Ýu«Ý!','',0,'?'),('a—1b;¿‡)HZÎQ®\"','wp-content/plugins/w3-total-cache/pub/js/options-validator.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','11/¿%xl„ŠÇ\'Ï†','´ây+ÀóQ¦™Ú2zqÆßœ\rYoËŽöB¡8“ã7K','',0,'?'),('aœFóV¤ú2\\Æ”âMFW','wp-content/plugins/w3-total-cache/lib/Minify/Minify/Controller/Files.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','45ïV€n¨‚µ×Ç\0N›','db€“§ù@Õcß‰Ò{èŒ=ÎŸŒ;:Á(vÅüÌoÀ','',0,'?'),('aŸ±P	‚)Ò¼¿»	l†û¼','wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_shortcodes.tpl.php',0,'¬ÔÊÿ’ý5‹\'Õƒ§/}','¬ÔÊÿ’ý5‹\'Õƒ§/}','U³;C}yAƒú¢¢#oÓü´nñÑìª¢ó>šâÄ','',0,'?'),('a ™¯èœ4dª<\n','wp-content/plugins/js_composer/include/classes/shortcodes/core/class-wpbakery-visualcomposer-abstract.php',0,'…s!hô©ß`Š¾¹C‘','…s!hô©ß`Š¾¹C‘','PÀØOsh”]¾%ƒ ÄÖ÷w&‰W‰†Â˜®bÅ0@±*','',0,'?'),('a§?£ª_×Ë¢¾Ð6j¨ìX','readme.html',0,'­&!b…\nš€¿xÎR£æ)','­&!b…\nš€¿xÎR£æ)','IJ¦Åq#ú4\0\\è8õUgÅ–É?{ªHª±G8·Ôˆ','',0,'?'),('aµœKyl^•Ã*nì†–·£','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_back_24px.svg',0,'˜«Ýä~àšThƒO”‘¸','˜«Ýä~àšThƒO”‘¸','0Ôsªäe]\nIÜ¬¬/ê:ùcÂ†œÆhmOò#”','',0,'?'),('a¿J”’rÓäÝ&Æ-DÝ','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Crypto32.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U¦ªoç}S}Á–8.','î$®Ös¶ÓôˆƒìÈ?;f¢Ä =`\rÙ	ÞÄ&¹«!','',0,'?'),('aÅ|1Òdf.e\Z ï','wp-content/plugins/w3-total-cache/lib/Aws/Aws/TraceMiddleware.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','sáDÎTòù¦cÔ­õjMJò','5ÄI¤Ãý­æ}ƒ¹\'Ä½,7A¹¥¯¸ÂÉU\Z','',0,'?'),('aÆÅƒÉû(màEBýlÉ','wp-includes/media-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','´;¡7hÇÒœ 2Q¨ýp(','¯\0?9Ðf@\'KÛ§Sól%u~ºôŒ>\"¶ZÎúHŒ','',0,'?'),('aÇkgj§#ë‰ðÞQ‘* ','wp-content/plugins/js_composer/config/content/shortcode-vc-pie.php',0,'Iè&rfèàEÅ>Ô£fY4Ñ','Iè&rfèàEÅ>Ô£fY4Ñ','A]•jål.zw¼ç®²Ùû–§w÷ç_öKZ','',0,'?'),('aÉcµCH\r…‘=l@Ä¸','wp-admin/plugin-editor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{d—™»†þvFØ¦ÛÂÀ','\'2–ì8®¿Žœ:ou§[ÎêWA¢Hg`o?»C¦µ','',0,'?'),('aÎº+üw×np–©è°Ít=','wp-content/plugins/w3-total-cache/Generic_GeneralPage_View_ShowEdge.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¯lÜ¯â*Üâpb •ä¿','ÏžQ¾¶;èh˜‚Y «JB&d5‹‚ÏåÅëµý º','',0,'?'),('aÒ#A&¡ÉöúŸÍýVÞ','wp-content/plugins/js_composer/include/params/vc_grid_item/class-vc-grid-item.php',0,'{*…Œ;Ûo­Õbé¡ÉÀÖ','{*…Œ;Ûo­Õbé¡ÉÀÖ','u™\'wèé!d‰bkÄÿžZ°¤;¹DÝM²èHàv','',0,'?'),('aÔ‘KÐ×œÄ§H¾-~¿ê','wp-content/plugins/worker/src/MWP/System/Environment.php',0,'8óÏ••À™¼˜Až»;Ÿ','8óÏ••À™¼˜Až»;Ÿ','·Å÷sþ\'©º	2Qk“Ó€=¨ã5¥Óêù†J‚»Z','',0,'?'),('aæaiçGö¬ˆ}ïÞ\Z ¹','wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3½®3žn,o¡Ð‹ ','ù!Kˆ£‡â\0RŒž¢$ÏÍx¦¹À`¹68ÌûœP&º¶','',0,'?'),('aóé¹È†ÂæÀ^YùÊ¿æ','wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_image.php',0,'Þ%L/ÍBDÀVJƒÿ“Ë','Þ%L/ÍBDÀVJƒÿ“Ë','57Ör†´nÆ’ŸP—\nû¸\"_c‹b½¬ ˆ·ü”p]h','',0,'?'),('bÕÕðÁñ±W¨#×…','wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Psr7/PumpStream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U¬Kµù¢lÙ>_¡\nQ2Ã','£Ô“¼LÚmùú6z¹5ß‰ñ†:ÌßˆjÒ‡V','',0,'?'),('bèåðæ´P[½€ÛÕå','wp-content/plugins/worker/src/Monolog/ErrorHandler.php',0,'åß¬QG)Hï¿æœ%ñ6','åß¬QG)Hï¿æœ%ñ6','§®D½•ètv¹\"Õ˜9-„™äAž”O	„Tš——ÿÐË','',0,'?'),('b ³q¥½i%\'Íð,É¥','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/PromisorInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','©ÓÂ0ÚtçGÏ7	›¿=ú','`¦RŸÍûhÙÔ^ntôŽ‹asFœ;Ñ¼}žÅ ˆ','',0,'?'),('b	SL‡ÖüÖqLÁáìwÌ','wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2016-08-20/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ó¾&sµõgé=Y˜ÇÁ¹`á','-u]œßñrÊËMÛæbk…@kaÔdíPpÔ\0','',0,'?'),('b	è¾ ˆº©sKHnêq ','wp-content/plugins/w3-total-cache/ini/php.append.ini',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‰ãX[i:‘åãƒ8½','¯Ë]ÙŒ(ø’^Ä¥M¶ ƒ7‡¬¢\0~ŒíÀ£','',0,'?'),('bb‚éŒN”®­ÔSºk','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_looks_one_24px.svg',0,'ÿŠ—“¸¦ŠnI4§B˜','ÿŠ—“¸¦ŠnI4§B˜','y*”Ë3¨ç2Ÿ•{¹µaÝ¨zÃ›2¼ØìÀJ','',0,'?'),('b–õ7Ò]0àÂÍWbvü','wp-content/plugins/w3-total-cache/Extension_Swarmify_Widget.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ë(£ì}†^Uèsèf®','¹+Þ‰Bs2eïµaþ“1+ºábzþgE’Åé‘àÁ/','',0,'?'),('b\"§ê_”³“²íön','wp-content/plugins/w3-total-cache/inc/popup/cdn_import_library.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F¦1ßÔ8àŒS_:‡','WÿKUwŽ¹\',K<\\‰ïûGÚœ%H¦»z¾KnÇÜ','',0,'?'),('b<öÞ?31\rÝ\\gXÀ1È','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_hdr_on_24px.svg',0,'†©ƒèy¤¡—-ø+àÕ Ée','†©ƒèy¤¡—-ø+àÕ Ée','Á™+ëË#\0†²ïã¥S>ºõë(*ÑfùàvÍ¢','',0,'?'),('b?,Q¡àÛeÚfø\\I','wp-content/plugins/js_composer/config/social/shortcode-vc-pinterest.php',0,'*Aù¬Ÿ¤—h¤tx´Xå','*Aù¬Ÿ¤—h¤tx´Xå','”–É“N¦L;–aWÚ]lßOàžµ·¶,¢ah‚\r¼Ÿ¤#','',0,'?'),('bHA¦Z³Ï‡Ïe¢2Ïðæ','wp-content/plugins/js_composer/include/templates/shortcodes/vc_gmaps.php',0,'&$v™¡½Kì€¥¨	û\'','&$v™¡½Kì€¥¨	û\'','nõñŽü>Z¿w;i}êíBH,*Äù™Áf¸\"ÜSd|«y','',0,'?'),('bNUu\rÇ\"fbM`6´','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/GetBlobPropertiesResult.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','£D´­•NFœ-ÞÅœfD','’ëiªdÉÝ§’ÿ¸Ü’÷‹¾²ãhÈ¬ì‘õ—J>Š','',0,'?'),('bN•	gòz5úì¢¼Œ','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_drop_up_36px.svg',0,'!áu¨VæÅÂ€s€áX','!áu¨VæÅÂ€s€áX','‹…äZò$<š¯–0ŸDXUå°§‹èÿ!˜·~9T','',0,'?'),('bWîÇ U>¥X\r.Ùe	¹','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_0_bar_24px.svg',0,'ß¨TM-Ht!‡ Sðl4','ß¨TM-Ht!‡ Sðl4','Mv%wõÖ4ÅuFxAŒ†²[#¢’>¡ôx‰€Ï$','',0,'?'),('bYÆ,¥°Ï¥YªrÛÑ;¾','wp-includes/js/crop/cropper.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ky5ôni*M(í™','ôÙ¸¸T†äÞO“³ÙwL¦y=}ÎgTlÀº±¤½÷','',0,'?'),('b^þGÝ&5Pø¸4OMÑ','wp-content/plugins/w3-total-cache/pub/css/popup.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4/·Ó±ŠÁyG`º†;D','¾qâv¤:áèÛcˆw²F ÇéBÂ&Á”°µÒ¸rJ','',0,'?'),('bc=~…»+±Â‹[zPíY','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_replay_30_24px.svg',0,'¶•rN‰	-çW¬6Ùa`','¶•rN‰	-çW¬6Ùa`','µ.8}?]n õIöùüjž\0Ô¥ÙiŽ£Ð.ÞÈ','',0,'?'),('bch{\rq—¦Y‚5]È','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/globe.svg',0,'>ÊýVŸÞD¨<²<­û','>ÊýVŸÞD¨<²<­û','/ZJ§È,“Õ’3›§!¥|YÙö¼#¿ñçäŸ¸ø½','',0,'?'),('bn9.J3Ä›i| X','wp-content/plugins/w3-total-cache/lib/Aws/aws-autoloader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tÈ¹ÿ§êå+MÊi¼±‹Òš','§éäüŸ“fbßéžØšŠë+€W#BeìAâDwAÞ\\Y','',0,'?'),('br¦,Vð:T÷ûßàUð','wp-content/plugins/js_composer/include/params/param_group/param_group.php',0,'1T:°á¤í“†£9Ž5´','1T:°á¤í“†£9Ž5´','F4Ëç,­ó(¹Ø1ÐÔëU.ø\ZZÎ­±iÉ>\'ö','',0,'?'),('b›ßFëÖXñOé!,PCXÊ','wp-content/plugins/worker/src/PHPSecLib/Crypt/RSA.php',0,']os›b£ŽR]a£.BílÔ',']os›b£ŽR]a£.BílÔ','ýaVî•M®ârŒ€ŽPÕšô`Z«— K›ËçÒfÍ¶','',0,'?'),('bžmÄä8ÑýøÖ•','wp-content/plugins/w3-total-cache/Cdn_Plugin_Admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0÷ÚØ§ïÀî*Ò½·7Éj›','—‡@Ýïwjxô2kOÍ^Ídy¢©¥ÿHC›','',0,'?'),('b¬\"¤ŸòÏöquÇƒ‚ß','wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/popover.min.js',0,'\\+|Ò^5ÉJ¸Pú\\¤`','\\+|Ò^5ÉJ¸Pú\\¤`',',â2p±b«¯›0òZ³\n\'r‰þ«(]ÿç¸z','',0,'?'),('b­®îÎéÌt¥Ìoð;','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_videocam_off_24px.svg',0,'—ö´‚´Ÿ•úÐ¶ªÃ­\"','—ö´‚´Ÿ•úÐ¶ªÃ­\"','â…mšjr—ð+€tŸ\'‘ù’\"ñÒIöþu§@ZW^O|','',0,'?'),('b°²„?!8F~NåÛšÀ','wp-content/plugins/w3-total-cache/Cdnfsd_TransparentCDN_Page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#¾>Ë[Qãâ\\\"/Óµ-«','§E®\0À{ó>ï80@|±É{òøhL&÷tY:²™','',0,'?'),('bÇxJï¢Á–Ü6;¾på™','wp-content/themes/betheme/bbpress/form-topic-merge.php',0,'M¿WÚšQIÿ#DcÁº\\4','M¿WÚšQIÿ#DcÁº\\4','!ŸÈ6£`ÈJDyõö”Œ -Šüq£‘È[9#ÄbÝ:}G','',0,'?'),('bÊ¥ñHzfW˜ …­gw›','wp-content/plugins/wordfence/lib/wfSchema.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Oƒ@£öÝ©	ì|…ÆÙOš','g±v…ž­ÉK%·ÃoiS‚7Ÿ.ï]ñsiH±±2:p','',0,'?'),('bÓê7\nþÍUwX¸r”ë','wp-content/plugins/w3-total-cache/lib/Minify/Minify/YUICompressor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','µ†ƒáŠ_*3wÄí•','¿¥k<¨y tK:ÙØ.‚ˆ¿ 7â Ùj>¨÷u¿Ç	','',0,'?'),('bÝJ.yú¨\'n*š5ã','wp-content/themes/betheme/bbpress/form-reply-move.php',0,'h§ù&&?U˜‘0cye','h§ù&&?U˜‘0cye','cÄ1À%Î-)bj‘;­qL)Öã°°\ZèÐã ','',0,'?'),('bà”û¿”ÒŒ &é?¬{','wp-includes/js/customize-loader.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','³-û¡À·“#Ø5&*šo¢','Î<ÅŸ;\r#8²+=dKÞèÜFê¡»ÀS)8ž×†>]’','',0,'?'),('bâ÷+Æ´ÝŸó´3ï†','wp-includes/customize/class-wp-customize-nav-menu-location-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','–”U!ÜÝös^–7ÆL',';ôlÏ“Žb^¸ÅäòÙ0ª(†@ï®L§#B£¡','',0,'?'),('bêd€éaºQ×ûJÆYÂ4Ó','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_close_36px.svg',0,'7\">.}À}\ZB?PÅ4ÕN','7\">.}À}\ZB?PÅ4ÕN','ˆ³Ë‰Ã¥§ÌÄB“hPÌZãø@?v…FŸÝ)¡ï¤Î16','',0,'?'),('bñª¥²KÄþ+x¹€ šwF','wp-admin/css/site-health.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$Lõ¸ÚŽeAr¶êþÓ','9pb@gSzÐ1_xË ¤KçNáÇïÅQý8','',0,'?'),('bý;)¬üÆL®ô–¨Ô^€X','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Handler/StreamHandler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M³È¿J(«³.ó8.|','ÛEŽœ¤ÌÈ$¥r$nn„Ì>ÿ\"Þ¡³ÎòPìÞYd','',0,'?'),('bÿKY,ß˜\\Ø©é¹W','wp-content/themes/betheme/muffin-options/fields/tabs/field_tabs.php',0,'­¬ç&On\rÁµ1¥[~','­¬ç&On\rÁµ1¥[~','OËcfôh»Ù¤!š‰\0Í!ôß\'Œv>ÁeOµ‘','',0,'?'),('cé¤Ÿ¸´(Ok1‹!Í‚','wp-admin/privacy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','þ´°­Ö=;Jx”«‰í&','ý4»ÅÀˆ\\ôçVÊ¢À”&ƒÇH†º«¬9”Mcæ','',0,'?'),('c9ö74Äé¸˜Àî³ýi','wp-content/plugins/w3-total-cache/UserExperience_LazyLoad_Mutator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¾¼ö-“d°ÉqÇhñ','AÆ@2åH|~\nT*¸Z»Æ\nHtðÓ¯£›Q±o­)','',0,'?'),('cpðP#»E\n\"Œ6tž','wp-content/plugins/worker/src/MWP/WordPress/index.php',0,'gD,Vë§=\\ÆbP','gD,Vë§=\\ÆbP','k‰À—~	¶½UH\Z¥ÖxƒPêÛAÌ„¢ú<¡ž;X¨','',0,'?'),('c§4L]ôËž®·Mc','wp-admin/includes/class-wp-post-comments-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ú@d©B½¸#­&&»¦','{¯Äbkö†\r»öÞ}ñ’	{=Öú×\\Û=6ã`l¾Ô	','',0,'?'),('cÂ‹¥¸ºp	øPU3/Í','wp-content/plugins/wordfence/modules/login-security/classes/model/request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&Ü®Mª÷‹,~/âøér','F;ôôÌW]¬Ï&ñ¸åz~o\'ð/€qÌ+¸¨','',0,'?'),('c ¡u¼V¡JzÒúŸÛ8Fo','wp-content/plugins/testimonials-showcase/resources/colorbox/i18n/jquery.colorbox-fr.js',0,'wn&c¢ðK9¶öp~~™Ö','wn&c¢ðK9¶öp~~™Ö','\Zæ|Ïoiƒ¯k/Kÿw¾_î†U;çØs<PÚØ…4:ë','',0,'?'),('c,½…°[xÞ«ô3¥\nù@','wp-includes/js/jquery/jquery.masonry.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Í³@`–ÿ€&n|}A‘†','ö\\Û™§¿áŠã	}M’gß ¿$ý0± [äÝåB','',0,'?'),('c42j›§ÎxåcìÄd','wp-includes/Requests/Session.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7øÊÝ†ü¿Î–µ¼ö}lŽ','e`Ý†à.÷Îƒ:Ž”jEó\Z³Ò° åè‚5ß\Z¨)','',0,'?'),('c;âº	µÍË•$æ§Á­eÊ','wp-content/plugins/w3-total-cache/lib/Aws/Aws/AwsClientInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‹.<÷7GL=wj°Á`','žvl\0§5¥=®ºÒ’«Š­ìmÄRQ¼h¶nJâ','',0,'?'),('cS6}-±\ZÜzW³íÈ','wp-content/plugins/essential-grid/admin/includes/gutenberg-blocks/src/blocks.js',0,'3¢ù6Eù^ˆ(ÍY¸;O','3¢ù6Eù^ˆ(ÍY¸;O','¨ÍÜ/XgS[žm1(Ç\0¶nT(¡—–Ì¶#Ž','',0,'?'),('cX9ÝŽkE	îÎc‡=+','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_laptop_chromebook_24px.svg',0,'ËÜˆÃ‘Ôd&ü.ÃFó·','ËÜˆÃ‘Ôd&ü.ÃFó·','¨¢÷–Üp£Ê›’Â;ê.|ÛKlCžïGîÂ1\"¿‡‚','',0,'?'),('c[ýøyCÃþ”‚8{Hu','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_drop_up_24px.svg',0,'A,t¹\02—¡lœ½Ë!','A,t¹\02—¡lœ½Ë!','Í‡ê\'BS\'#È§þö7Ýµ$Ö#…QTLd—êàNMcrý','',0,'?'),('clÀAlC]†®ƒXÏh›','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_color_text_24px.svg',0,'¾£äáS×0BÍI¨…ÏVI','¾£äáS×0BÍI¨…ÏVI','[¤ÂØQiZ›™Dò@F;Ö£ÚØlùP©ÖõK ‰Û ','',0,'?'),('cr¬­ë%:ÍAXEÙ%U\0','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_get_app_24px.svg',0,'Tÿ¯Ñ7Å_tn3,ýg','Tÿ¯Ñ7Å_tn3,ýg','‘7dâŸÁd=jphšÆ§·Õa\\à(/Î®´Û¢','',0,'?'),('c„\0°P]u¦;VÚVj','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/security.svg',0,'Ã·MERç¬õ™~™ŸÕ}ì','Ã·MERç¬õ™~™ŸÕ}ì','¨3ðBXîÑ@SÄ;2——¤cÂ¢³ƒ»Ø\0ä#µû','',0,'?'),('c•Q€ÚiÓÜÉàæQv','wp-includes/css/dist/editor/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eŒÌ–/–­Íçr‚','•Š¡i™nðq9ùAÉaèÆ\"hüaRŠóLá»','',0,'?'),('c¦úÒ½ðýV%$néÌ','wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_recentcomments.php',0,';Îf½Òî_‰Ålf&	O³',';Îf½Òî_‰Ålf&	O³','ËÒ0µFìëÞ]ç.m…®êhv«€rXƒ«©ï¶','',0,'?'),('c¯²¬|Áø®™ {\\Û»','wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/deprecated/tabs/vc_tour.js',0,':JbZ^MÉ?çÁi– ',':JbZ^MÉ?çÁi– ','ÕRÅÀƒÏâ\n\01$;Y]](“’zÛ«G„à9òÁæ¥ý','',0,'?'),('cÐK$ÕÃ\Zæ$ý\0“±lM','wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/charts/vc_pie.js',0,'w“¦J‡¥|diURõ½nD','w“¦J‡¥|diURõ½nD','WŒ<ð#¯ú¶ê7¾F©&$ûrGT1™\rÐmDšQùÝ','',0,'?'),('cÙãPðíb¡ºT2Ž\ZýëÖ','wp-content/themes/betheme/template-portfolio.php',0,'ÕÍfR‹=\r`¬Mô¿soY','ÕÍfR‹=\r`¬Mô¿soY','“iJ,Ÿï”è«‰‘\0/”Ø\ZålÅ˜S\"wát’†9,','',0,'?'),('cñc©¶º«ªÀguÎäÌ','wp-content/plugins/wordfence/vendor/geoip2/geoip2/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';ƒï–8e_ÈTÝÃÆ½W','Ý¬ïISôP\"õa•» 7JŒ6çQSv„“ô_³y’','',0,'?'),('cõ€™¶™ÒþW’÷ZqÜ†','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_florist_24px.svg',0,'TáYƒ®*Uýi’ô½','TáYƒ®*Uýi’ô½','¾\Z.­2qŸNbjÛèy„Í€Pûà9ÛÝ[Ýçâv›Î¹','',0,'?'),('cú”šW4³(€ž«z,I','wp-content/plugins/js_composer/include/params/colorpicker/colorpicker.php',0,'Èx·d\r¹BOpPW¬ºÕ','Èx·d\r¹BOpPW¬ºÕ','	Z9ÆñÊÔ,z8‚•åûƒJûßDø¼˜)[?@','',0,'?'),('cþ†[b]ËÀþÝ½‡JF','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¼ŽJ\\Ô¶ö€Ÿ4«è','!Ê¸)wj¹%à¨ôåpÕ»Úž5í6qè¢Œm¬²#Ïõw','',0,'?'),('d\0Ø/*0äç”þîÆ','wp-content/plugins/essential-grid/includes/external-sources.class.php',0,'úQŒJÌ¼jÐa ¢ÉGù','úQŒJÌ¼jÐa ¢ÉGù','“\ZéŸè^—æ,\Z4G{ØH¥TŒ«1E³\'*ê‚Ù1ÏÛ','',0,'?'),('dõå:w¤îÐOÍÐ†','wp-includes/ID3/getid3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‘!N\0ž[³5·Õ«k@0','Bë#®úûúL¤fWáùº˜€š”˜>2ÒnTÆ„ïÕ','',0,'?'),('dãì­1íìµ“-…;O˜ö','wp-admin/js/custom-background.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¡ßß_»k¨\r¥K™rµ¨','ÃW7ºîÝ±Ì3H°E›¢ˆ.¯ÏàVAvcèõ§','',0,'?'),('dT	pW¤_/Ê¼j´?','wp-content/plugins/essential-grid/public/assets/js/jquery.themepunch.essential.js',0,'\nR/\ZG„©A£.iÕÜ³','\nR/\ZG„©A£.iÕÜ³','Ìýð_j\nHIüÀŠa‘¦`ÎºqÚïgqgï@B;D§e','',0,'?'),('d4SG$ñZ¼Á­É\'','wp-content/plugins/worker/src/Monolog/Formatter/HtmlFormatter.php',0,'fàQB)L©ÎÒWMg½š','fàQB)L©ÎÒWMg½š','A·ÌÕ5óÚ`{(\\yÞ“š’R¾3Âxí•7m£L-','',0,'?'),('dCC—¯´gbš.­c‰‘D','wp-content/plugins/worker/src/MWP/EventListener/MasterResponse/LogResponse.php',0,'d\0‚kh?s!™Ù‹Öm','d\0‚kh?s!™Ù‹Öm','=/0+‘\nÌd‹2}Bs„-¿÷ê;ç8òÖÙSBü“f‹t·','',0,'?'),('dGÝñ€)¶å;üÀOÇ','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/buy-sign.svg',0,'=?³I×OËõTÜP©¾æ','=?³I×OËõTÜP©¾æ','ýrL5ñ\0ž¹_°ž^p¦‹ãsïjUNõ’BÁ”R»¿','',0,'?'),('dHýÔQ“óÒ&8—;ñÊ','wp-content/plugins/w3-total-cache/CdnEngine_Mirror_LimeLight.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$4iÿ!©s¢bë4/¤Ì','0xXþÝÑ…psše$Êô“+ÔÆ\rŠB¼Ó€<2²','',0,'?'),('dJ”Ì)£Ôµí–Réšw','wp-content/plugins/revslider/admin/assets/js/shortcode_generator/vc.js',0,'ÔŒÙ\0²é€	˜ìøB~','ÔŒÙ\0²é€	˜ìøB~','ã°ÄB˜üšûôÈ™o¹$\'®Aäd›“L¤•™xR¸U','',0,'?'),('dP¦ª2»g?Z¼pŠÇó:','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/send.svg',0,'•iOƒóK!ÉkíÍí','•iOƒóK!ÉkíÍí','Ó2û¨;ºWx¤G=¾¤TWÆÇå‹ñ<ŠW³íj¯','',0,'?'),('dW¶MèâæÐ)õø§g¥','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_switch_camera_24px.svg',0,'K|^âàûæ9h¤½¯,1S','K|^âàûæ9h¤½¯,1S','Ü‘­rÿÙŠyªD«oÎ×Üš2ˆ{\Z½Ê®£ÆýÀF','',0,'?'),('d[#’å\'âÝY\rÑIÍ·','wp-content/plugins/worker/src/MWP/System/index.php',0,'gD,Vë§=\\ÆbP','gD,Vë§=\\ÆbP','k‰À—~	¶½UH\Z¥ÖxƒPêÛAÌ„¢ú<¡ž;X¨','',0,'?'),('dfŸù UèÄ\0Ô([Õ','wp-content/plugins/w3-total-cache/Cdnfsd_CloudFront_Page_View.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0ÎÉ6¹Úû}¯³Ê‰#g','lïnmœ+Ûpó¥êÏ/Ó†“[¼\0•¾«tàyÊNñÜÆà','',0,'?'),('dZçpz;\"¸üH3ïcUÜ','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/certificate.svg',0,'ê*;¹CMC)Ð™°„úâ*','ê*;¹CMC)Ð™°„úâ*','´tà–àFÉŒNQ#l»]ÌáBÜ²€LX\'g\\\0ýÅµiÖ','',0,'?'),('dˆF*ÅØ¹ª0d.³','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/CreateBlobBlockOptions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ëŸŒ#÷‡ºº¢-Ô\0N','C{æÝ@þ«ôõ„3Í(äÝÏ·Çõù£Øâ¦@øÑ¡7å','',0,'?'),('d•kòû‘JQAw6im<B1','wp-content/plugins/wordfence/modules/login-security/wordfence-login-security.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','î}µäØÎœÀ×âOs´','¶að•öï%pBï.þ2…Êø‹Xy×õ¦ßŒ)ô¸à','',0,'?'),('d˜£…AuhÅê 041á','wp-includes/blocks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‚ŒÂq––îÇ\\wÉ\\Òÿ','I5~(ŠÎ¹ÒÜ»NIiÖù4Þâ×;ZÞ­ÎY…\"¾D²','',0,'?'),('dš\n ç\nFm\"pW–hº','wp-content/plugins/duplicate-post/vendor/composer/ClassLoader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','’þy±GÖMú!ex9ÉÙ','Å!ZgbZå˜ô“¯FZ¢›Ñzƒšãï|±YEÍ	ŒªÀ','',0,'?'),('d¦3˜k•+“lÑç¼—Ç','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/CreateBlobOptions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','07m!üP¿¢b\nJœ','ÑÉÑìèÝG&‡ÜÁt¶2µ•½@>’@x×cäW]¹Å@','',0,'?'),('d¦Ò`gs™š€ïN²³ö¶','wp-content/plugins/revslider/admin/assets/js/plugins/wavesurfer.js',0,'àå„fB8U\\ýñNxç','àå„fB8U\\ýñNxç','}Æ¸ÌGÁ#Š¿3¹©>‚¶Üä~VÃ´fý¶Š9î','',0,'?'),('d§@HtáÔ¢þÙB^]»','wp-content/plugins/testimonials-showcase/resources/bxslider/jquery.bxslider.js',0,'Føó*šigS§ÓŸ¦-Áß','Føó*šigS§ÓŸ¦-Áß','Nó>¿ÁaVOªüF´À¯ðö$€åîHü«û;²','',0,'?'),('d®FÜI\nÇ]2\nè÷Tg','wp-content/plugins/js_composer/config/grids/shortcode-vc-media-grid.php',0,'yžëÛgÝÃÎÌïÍ7µ}¸','yžëÛgÝÃÎÌïÍ7µ}¸','Bý ÅÑ”ÇïG8¦\'_‹~#²MÚïÁM§ÙMiïi','',0,'?'),('dÃ0ÀÙ·\ZÉÇèóðÔŒn','wp-content/plugins/wordfence/views/scanner/issue-wafStatus.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ä<38xuFR–Ä–È¦ùE','n¼³?QÕëbz	¬‹Ù¢å)ÜüS*û’,Zî´','',0,'?'),('dÉ<Ås½}þ‹ªgu‰Ó','wp-content/plugins/w3-total-cache/languages/w3-total-cache-sr_RS.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8wâdHPÓ%\Z$>[,-','Õ>ýXëê)‘ )€\rq`3žæLè)ÙÊ½W] 6','',0,'?'),('dÊó`h?T›5«èÇ˜ëRî','wp-content/plugins/w3-total-cache/UsageStatistics_Page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lFb\Z\\3}j8–sNõB','.ýçN¥Hœ$[¡F·–h{ñ!!Ôjiêz£tÖ','',0,'?'),('dÕ(ÄÈ%JéùÞ@õG†','wp-admin/options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bPâLÙ@~F°I¶GV2LK','N8¬*®!oêéuaTäˆ8“–\rì3°Þ°SÚ&Ä–—0','',0,'?'),('dâºhÄ§{q4‡2÷K\"ß','wp-includes/SimplePie/Rating.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¸jkB³-\r?Q3QwîU7','{nHÑ(>}Q(¹ï·Í©a‘ŒíÛ±b‹>“À\n’FY+','',0,'?'),('dè4jà2UÂVŽ·$öP','wp-admin/css/wp-admin.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','–7#Qª&M?Â»‡ù|ó[','QÃD¦ Ì6¦¹›hPÖÂÌqqM9ÏFOÚÒ\\O–','',0,'?'),('dèˆ@!íÆd§J€Åû','wp-includes/js/mediaelement/mejs-controls.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‡.Û·Z#e0¿< l–¿','›Xã*áî\Z»ŽXÛ(ÞZ!ë·È½¨ñD2aB','',0,'?'),('d÷ÉWÔ?h›¦7\n)¨Ç','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/CreateBlobPagesOptions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Jf+ƒ÷µ³ |WTóšá»','³Ù<~ *î:ÊyO´?v(iVBãÚåÿÇš^£M','',0,'?'),('e\0ÀÍýžhóL‰ú‰Ñ‰¸ç','wp-content/plugins/wordfence/lib/email_unsubscribeRequest.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¼#}´_´*mDÃ—cvŠW','m‰$Gýó+59TEûx7B{Êì•/Äà,uîÖ7­','',0,'?'),('ek»ú=\\=	~žÂõ','wp-content/plugins/w3-total-cache/lib/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÔŒÙ\0²é€	˜ìøB~','ã°ÄB˜üšûôÈ™o¹$\'®Aäd›“L¤•™xR¸U','',0,'?'),('e\r÷šZf‹‰ÅÞžÊÉ|ï','wp-includes/js/api-request.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‹ìk#ñ(ÝÄ©ãÃèªÆ','\\„åßQõMƒ`ú$¼Ú£gªEã\0|·PneÌr]','',0,'?'),('eâ¸fñký¸ý‚\rdØZ','wp-content/plugins/essential-grid/public/assets/font/font-awesome/index.php',0,'ÔŒÙ\0²é€	˜ìøB~','ÔŒÙ\0²é€	˜ìøB~','ã°ÄB˜üšûôÈ™o¹$\'®Aäd›“L¤•™xR¸U','',0,'?'),('eòŠQyø|h.#º§y','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_refresh_24px.svg',0,'aw\r}®O\rqïsEP\0U@H','aw\r}®O\rqïsEP\0U@H','Hn;XNòÞe”£i@V²DŽHÁ-Ü±$\'‰NVÇ','',0,'?'),('e]œ)›ŠÇ»)·3','wp-content/plugins/duplicate-post/duplicate-post-admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ºÔ­³;þXâ¼£®Ó\Zòß','ÏÀÖ%ï6xêHvw±†ÖHçî#uGÝv3Â%Ñn5','',0,'?'),('eÇìÌXÇŒ.\\ì(&ýd','wp-content/plugins/wordfence/views/scanner/issue-coreUnknown.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','åØ±m:hó\rGZªÚ‹Y','t8uUŸ·UûñSÄ’ªqf¾”¬çSŸ3iœ½Žiöu','',0,'?'),('e7žahÎ¢ t`~èï','wp-content/plugins/revslider/includes/woocommerce.class.php',0,'	5Å\'`NÝùÏb.²\r=','	5Å\'`NÝùÏb.²\r=','CšLÞz•q6ªn{B¯}—¹YÏÌ†zG(•F','',0,'?'),('e\"eúcÌ.áÁ4‹¾€†–','wp-content/plugins/worker/src/Monolog/Formatter/NormalizerFormatter.php',0,'+ÆªB°C^bK÷DÊƒ…/ê','+ÆªB°C^bK÷DÊƒ…/ê','‘’ø€r‚EG\"=W_§°È>Z¸Ee2ŽžšÏA','',0,'?'),('e*À„nÙVf3	¤¨7×w','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_audiotrack_24px.svg',0,'Ô`³8¤á4TÃª¸Þž-R','Ô`³8¤á4TÃª¸Þž-R','8’<ekIØ?ž[‘„øl“Œ0ªï`Ä×Èy:Õ®ð','',0,'?'),('e.PÈ´NB‡Sx[Û&Á¼','wp-admin/includes/class-wp-plugin-install-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' :\'D<åÒ*T;‹G‘','W 3\nÓ\'@G8y½‹;ŒFwTD›ÌÀ‹Zv¦XÓ}†ð','',0,'?'),('e7¬®ý·	yÚå¿ <^ñ','wp-content/plugins/worker/src/MWP/Monolog/Handler/index.php',0,'gD,Vë§=\\ÆbP','gD,Vë§=\\ÆbP','k‰À—~	¶½UH\Z¥ÖxƒPêÛAÌ„¢ú<¡ž;X¨','',0,'?'),('eFàõrëúüe¤’\\@¶','wp-content/plugins/w3-total-cache/Root_Loader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rÍ½™•†r+ïÑÄ«ƒäõ','!lü+‡7ÔŠb½¥o˜*´Ç`ææR_	§§”ðnc','',0,'?'),('eIQXÁ}ð›-£ìŒe%','wp-content/plugins/js_composer/assets/vc/loaders/spinner.svg',0,'tí–Kïjûß£Zñû…','tí–Kïjûß£Zñû…','9~09Ç,‘ý·<†cDYRX„¸1š.5ÇN«Fi«Â','',0,'?'),('ei›‡yïøÌ,:¶êáTÙ)','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Country.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0¦Q#2Ð‘´óR€´•','~G)âR¡³ê7i-ë#âÞR 9H°þÇ«÷ b','',0,'?'),('emFFóÙ”L+oØ®Rye','wp-content/plugins/worker/src/MWP/Signer/Factory.php',0,'Ê›ëÔq2:ßÁn)Š$ó','Ê›ëÔq2:ßÁn)Š$ó','føÓ°‰°u9Ðú.]]H«g,„CèóŠ0Ä°¼','',0,'?'),('ep\r}Èu_4ý¿‘±ó–Ÿ','wp-content/plugins/wordfence/views/scanner/issue-checkSpamIP.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','œÞØð`X›cÁb7µqNSŠ','‹Mú·ÉGû] é?u“¿gPãp1Ë,£(ËV°^´ôÐ','',0,'?'),('erNÇ±4áâ°Aýç*©','wp-content/plugins/w3-total-cache/Generic_AdminActions_Config.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÕžÌ+éV¬Zö•…µÔO>1','Qh.¸©€t¤A¤ÊµŒÔæ¾¸B@/7À.DãCÛ','',0,'?'),('euoÎðì(¦ê8?5','wp-includes/js/jquery/ui/menu.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','©ûV7g¢Á®§q·Ê¤','O&ÜÎà‚Ìx¢1Â,mûQÇcÏôYEÈ#RG˜³ä','',0,'?'),('e}0wTnv_óg§~','wp-content/plugins/wordfence/views/scanner/options-group-basic.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Œ,¬z7\nþÉ²×ßž','A¿ºŒb.hN‘øhú|ö‹:H-®=ºŠ(§1f‰J','',0,'?'),('e°64F\'¢ž/£¿¯Ë\'','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/ListPageBlobRangesOptions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¼Ü¯|&l–»0Ã;„?†','‹Õ\"YÔÁ½4>AÁoÄ4ÜYÓÊáãí·³9è½)ÿê‚','',0,'?'),('e .êVUW‹kŠTXtÍa','wp-content/plugins/worker/src/Symfony/EventDispatcher/EventSubscriberInterface.php',0,'OÉN›÷Žðæw2qãÈ©','OÉN›÷Žðæw2qãÈ©','ju~¢M³ƒD#røS2üö[ÔØ‰$;èmV}*«','',0,'?'),('eª˜lsUO|°R}Ü“i','wp-includes/sodium_compat/src/Crypto32.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I\r}jŒÇŠQX]m“ÿ','É±ùÅä±ƒFn÷ž»2c.nßM±íÚ£² A¿µ¿','',0,'?'),('e­Óàæ;VuLê¬Ö\0Æ','wp-content/plugins/w3-total-cache/Cdn_RackSpaceCdn_Popup_View_Services.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' M J£¸az:çSïV,H','è¤q¾É¦$Å\n´‚ÝË\Zmtk¿ÿS<ù±b4ÎÇ<$¹','',0,'?'),('e®ä__ó%÷è®xˆÀÛ','wp-includes/class-snoopy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ñ[üPQœÍI¨¹P4!šìš','…+÷	×ÌuzRŠW	QW¨|îÖ5‚¬Ç j[;U|¨','',0,'?'),('e·èîÏ±ˆuŠ»ßB¡)“','wp-content/plugins/worker/src/MWP/EventListener/PublicRequest/DisableEditor.php',0,'\ZÊØ-Ød–³ž!}´Üær','\ZÊØ-Ød–³ž!}´Üær','æ—«“@ZïÎÛFëuÂó»O7³ü0–ô\0µ-wù','',0,'?'),('e½^#|Û¢TÐ©’ˆz','wp-includes/Text/Diff/Engine/xdiff.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ö¹ÈbŠt­X8šGX','ú[<¡0°Ä…—¿aD)tJûhí¿(C›[uH}sÒ˜i„','',0,'?'),('eÍµð²áj­³ÉÿÉÔÐø','wp-content/plugins/w3-total-cache/Extension_NewRelic_Core.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ø­…èöØDª¥âð©ec~Í','ÿßôËüóÏ†€„‘îj²?{r]X8Êÿ˜ÏQé	™','',0,'?'),('eÙx5Îâufa0\\èé­o','wp-content/plugins/w3-total-cache/Util_Environment_Exceptions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-PUHM9údºv@‰Ë¢±','7·™_¶žH!DÏ0K=®;ß\\ªÇ\Zt«D^“.üë·','',0,'?'),('eÞ¯„ÁÄŸ`°åà6é','wp-content/plugins/essential-grid/admin/views/grid-search.php',0,'ïi:Dó|ŸZáÕPK','ïi:Dó|ŸZáÕPK','üž!¸C»ûfUð|˜•”@©Õƒ“ÖÕñÖÐ¸¸”','',0,'?'),('eàùæ¾Á‡|Ž‹6)','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_4_bar_lock_24px.svg',0,'›ž]j¼0^P«Ó¯š¥-Ìm','›ž]j¼0^P«Ó¯š¥-Ìm','>ÐqwèÍF’bÕ6  °‘Zøó|ÓG·oQ{+Lo','',0,'?'),('eú¢Pi7+«Ö$È\0fö','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_filter_list_24px.svg',0,'â°RõRêMü²é“.ÑI¸','â°RõRêMü²é“.ÑI¸','Çˆ$ì¯I¨Ÿ„,èï0\'µ ¨Y“kŠ¬ÀÛOö','',0,'?'),('fàkUCMí\0¿w?õ&','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_connected_no_internet_4_bar_24px.svg',0,'¹U³\0{\r>U¦¿yµû','¹U³\0{\r>U¦¿yµû','VûÉtúo\n)’V/4±ïÁ^*á4öGÛ}_5A–š¢','',0,'?'),('f$¦ m­¼f¶ATÎqÊ÷','wp-content/plugins/js_composer/include/classes/shortcodes/vc-section.php',0,'>Š¶R|‹ö°ÂåÈÀ~Žº','>Š¶R|‹ö°ÂåÈÀ~Žº','‹£AX˜ùÿ|u}¨¬ãÝAÞ+>Üà‹åp¶9M¬','',0,'?'),('f5@¸þ]®Á ¡^ëì—','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/character04.svg',0,'°…hÉw(…Žø‡\"·','°…hÉw(…Žø‡\"·','n¼Z5‡†EÀX<Â7=ô£OÝ”¥4ÔÍ(#T.a','',0,'?'),('fH›13¹™/\Z½åuð','wp-content/plugins/w3-total-cache/UserExperience_LazyLoad_GoogleMaps_WPGoogleMaps.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s üoÔ¬½¬j0F›ä´F','2fùúrxf÷ôl\n~\rå¹™{ à‘¾Xø=ðE&—‹','',0,'?'),('fWµ<•æó¸Ëh›â§ð','wp-content/plugins/w3-total-cache/inc/popup/cdn_purge.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xøË5ÇBþ	”YS\Zˆ³ð','˜8\\uÅòS€ûAMØœQŠÝ›Š;”åLªýqòÒÏ','',0,'?'),('fad+ÓqµéCKSƒg','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_speaker_24px.svg',0,'÷þjbÅsA¯Ì\Zš£ì','÷þjbÅsA¯Ì\Zš£ì','Ÿs…€le÷Jvuùö[ùµ8×¶L…~ßM\\¨±ây§','',0,'?'),('ffu§0Ü$i\\FÒ,Ô','wp-content/plugins/essential-grid/admin/includes/gutenberg-blocks/plugin.php',0,'éØ\Zkjÿž8#Ó #Ü¢','éØ\Zkjÿž8#Ó #Ü¢','+a®3:Ê¡÷9´Ã4 )ÛªŒ#EÐ}œ£ç4`\0|Áz','',0,'?'),('fi\n–3l®^(­›hBt','wp-content/plugins/w3-total-cache/lib/Aws/JmesPath/AstRuntime.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','þ›•¨€ 2%=¿ÛÀ÷¢[','iI69ÜÝSÈ²œàñˆmá¯Zí—‘U±;ZóÖ{','',0,'?'),('fn\"7ƒ÷ô–\"S£Ù?˜','wp-content/themes/betheme/muffin-options/validation/numeric/validation_numeric.php',0,'Ÿ¿\0íK¸¤½\Z¹\'J','Ÿ¿\0íK¸¤½\Z¹\'J','½\\è.;`RÃ¦XU*á·«—Î0X#ísÝÏ`æû','',0,'?'),('fp†ú“êçÈjóH›\'','wp-content/plugins/wordfence/views/blocking/blocking-status.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÉË®_ÁìÍõ®ÆäXkìÐ','ÃúÐö4Î>1ü^ˆ¸·fÿs¨{Íq\'	Þ©Míù’¢š','',0,'?'),('fr9¨}2ûEþÙNÊÙ','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/preson-megaphone.svg',0,'#ëñà¤#È‹˜ÄªÕ`è­_','#ëñà¤#È‹˜ÄªÕ`è­_','bÂ1\"ôóºvÊ}‚…t3#º;øÕÅt¨Êw½Õg©','',0,'?'),('fvIŠÈŽæ¬Ïà˜>©Ô£G','wp-content/themes/betheme/includes/content-portfolio.php',0,'\rO_É9`öüÈ—~ÍZ^Ò¶','\rO_É9`öüÈ—~ÍZ^Ò¶',']U2ÿBqtßT“–»Íý8ßÕ0ÁÜù¤3¡çé«“=“','',0,'?'),('f…,õMÔÖz¼*cig','wp-content/plugins/w3-total-cache/DbCache_Plugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l<‡½3YŠ¡VÖgÇ ','¸P`—DŸR2THªaXcTJÇÿ†KDCè','',0,'?'),('f…u3\n¸M\\Á}6*0íž','wp-includes/class-wp-customize-setting.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ñ$ó\'Ê i àY+','þCÿ:d42q™2uÆ¥8Æ4»ÀÃòi;“«óðþ','',0,'?'),('fŒÜ¾m´Óhí«ñ{ç»','wp-content/plugins/w3-total-cache/Licensing_Plugin_Admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Zmèl?O2Uûp]ä±','Òq6¨i¤©õüåW“\\WÎvþ™.Î\0¨ÍÒOÝ·«','',0,'?'),('f”Ü½Unù÷û=òÿ@','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/ruler-compasses.svg',0,'ÀÃè:¹\0fAÁÞ&sP0','ÀÃè:¹\0fAÁÞ&sP0',';@U8^Å€fîû/ñÔ?Gäª ¸`ÿ–1YKy“','',0,'?'),('f—¦A¸TvúÏ§½Ó4','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/folder-online.svg',0,'\'ô\'fR™“dù \\ô^Ž','\'ô\'fR™“dù \\ô^Ž','¯Â_3™™“ý4;j:åH•¾¯sapåK)V;Tè*','',0,'?'),('f éœ°fØŸ|hû¹U’L','wp-admin/includes/ms.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ßý \Z‰{Uw5¨®d¡Ëtm','%¢,ãµ~«÷8Jo\rÜqÙ38Øó¼\rôbÂ','',0,'?'),('f¨Å­Ý8®ÿ;ÑslV','wp-admin/js/privacy-tools.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¤™:uîA·#¸¢ªñÍ„','	GÚAÑ’A‰%äªµ/ÎÙ—ëØ}x%¦„H\"¾År','',0,'?'),('f­)éæ´–7Û£_˜—ï','wp-content/plugins/w3-total-cache/Generic_Plugin_Admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','BG¨‘S‘ÅÔðçÚEF','$8¾\Z[”[™âgê³æÐòÖ8òæ„ZjñÙ÷i','',0,'?'),('f´L2é€aBMŠ÷9ší Ý','wp-content/plugins/w3-total-cache/inc/widget/latest_news_control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h³Tjx*4zHcùõæœ\n','RÌV¥›9kÅ•V€U:°¸‡í²H6ÙÐçÛ.Éæ?‘Øª','',0,'?'),('f¸ü·™ahÕ‚åÖ²`;','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/ingots.svg',0,'2*ò¬Šz>Á›Šé2','2*ò¬Šz>Á›Šé2','œ³å²ÚðT)}?fÎô3ò±…[ß÷Ñ¸¤$ÿžwZ£','',0,'?'),('f¿¸ÙÌBœDêFr\r\rž','wp-includes/Requests/Transport/fsockopen.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Œ>¬r¿‡ÖÛQHË†V','XißÿéŽcðR²)RÝÇ Î.›#`jjÅ¸3?','',0,'?'),('fÎ°¥4 ƒPmØT®;k”','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Endpoint/Partition.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6L(©‘	È€:ÑŸfŠ','~àV`ø„Ü®ã%nJ&SÚK>y£ÁS/bÍaj¥é','',0,'?'),('fÎä ÙýÂe«ªR¹)Ú','wp-includes/SimplePie/Item.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-ßŸ‰Š	›8„¥…ˆ1ÈV','ŠúQ`Âm{ÌÒ¸\nØÖ„=ÿˆR#ÏQöÍÔùÉ\0Kû','',0,'?'),('fÏ3×ý¸YÆú©ñT','wp-includes/js/jquery/ui/tabs.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+¯73Ÿl½¥cÉP¾°ÅR','°»{ÉfTØkœù3Ub¡Á	AxT­8?úÑ‡aÝ¯Œ','',0,'?'),('fÖˆó½ù¦¼VíÔ¹)ä9','wp-includes/theme-compat/embed-content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','÷m\'ç‰‰±TeDâ]pCA','J¬Ï‘ß·Ð`ÞÅ¡+,™ jrá#eQÁä«– ™ââ ','',0,'?'),('fÞŽ¿ÚÖwÌ’Ÿ#=T‘','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_near_me_24px.svg',0,'¾‡ã%|û±3†˜÷~u','¾‡ã%|û±3†˜÷~u','mïè9‚¿æ½ß\'åÚæo¬YôYÃI{æƒèr','',0,'?'),('fái€³Y‹¦d@Üý>','wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=ý.G²d,Í™P‹þÐ£JO','J\r\"ßj­<;Ó4&A\nÃäüÀ™5yâÉœƒ|\'á','',0,'?'),('fèþSªûqdò±Ô9*Äÿ','wp-content/plugins/w3-total-cache/lib/Azure/PsrHttpMessage/RequestInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ÿ–ŠZÌÆVë¹i¶©sô6','aš¸÷Ø½«U¯£Z\"(5sÝgã\0óÒuYD[Å÷¬î','',0,'?'),('gX_âÔuª0Ç¹”¢5½','wp-content/plugins/w3-total-cache/Extensions_Page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L®æ hæ$2a—|','·ÛÄ|*b‡àâ#UÚˆÐbŽ†IÛá¬a¨™a“â','',0,'?'),('g#é,vM‘ÿŽ‹—ß:õä','wp-includes/js/jquery/jquery.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';¿o3¢HHÃðä¤±Õ&','ôA¢ªëAÂHä‚i™:ŒBÊ7¿£ŒõtÝà¥OFA','',0,'?'),('g+yr‰äÐq„€ö€D©´/','wp-includes/vars.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ˆ\Zm«´Íf1qÎàË´','ùnl\ZÅËàh¯1heÆù-ŒMÅÏ5Nl¹’bd¢Hpzè','',0,'?'),('g+±·çwJoGÿíï{b','wp-includes/js/dist/vendor/wp-polyfill-formdata.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.¢2Ò£ƒå”AÜ!ÜV0I','ì«\"CG9^öàÈ·í1ôæaŒ?ñaÖuk`','',0,'?'),('g7-Z&gêËŒ9üôÏ','wp-content/plugins/w3-total-cache/lib/Aws/Aws/History.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`¿\ZÙÙÐŽgÊG¥æ“F','ŠeÔ³]y·­TQ¼{LÖ*<öc·T”eÕÔªêß','',0,'?'),('gQirˆüë˜¿¦é™/!½Ÿ','wp-includes/rest-api/endpoints/class-wp-rest-search-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','óÙVýA„Ý²¶1 \"æQç','Jò Á%¸DÒ_su4vs´¡NB=“cñÖ','',0,'?'),('gW\"€?}Ïî¾.è4þÁ','wp-content/plugins/w3-total-cache/Cache_Nginx_Memcached.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']sQ1XTIPùCÑ	Åf','&Óñm.½œPû\n$C[èõ³nåxˆ$¯N¢e–˜º','',0,'?'),('guOœK\r“‹‡Ä¶h®øU','wp-content/plugins/w3-total-cache/pub/img/w3tc_w3tc-logo-retina.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ì%å¥S#Ð<Á‚‘;','Ñø|†¤OØïC‡20Jž30»rºù¡u#F(','',0,'?'),('g|y_“o4\"‰©X†Nšù','wp-includes/images/smilies/mrgreen.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-5Áà^±”‘ÓJÝjÚ','ÁæÐMƒñg¨$·æ¥+;¿²\0Ç5ÑÉÊíH&\\E6%w','',0,'?'),('g|—è»›a‹5tºÄ™','wp-content/themes/betheme/assets/ui/js/jquery.ui.tabs.js',0,'€žŒ>¬ì÷Ìâ³¾Û%[','€žŒ>¬ì÷Ìâ³¾Û%[','5ü|F^ñ>ôòµ•ºêOÔëç·>H=ãV‰¾0','',0,'?'),('gƒš´\'H™°•¶˜E','wp-content/plugins/w3-total-cache/PgCache_Environment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ò¨6ÍÒJ~hÇp„v•®','møœ`é½[í¿H{‹d÷ˆ×=ÝÈGk€Ž,	ã‡fÃ','',0,'?'),('g‘j÷«Î3!\r‘@•}','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_chevron_right_24px.svg',0,'Í/›3’\\-²þ%Æ§C','Í/›3’\\-²þ%Æ§C','Éˆæ>5~D.51ÅïïÝ¿¢@¬8ÀK¶äiRr±ØK\'','',0,'?'),('g”\Z˜ ÍÅžþí|qš(','wp-includes/sodium_compat/src/Core32/ChaCha20/Ctx.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¹œàRÑ<‚nI<','e}]T¡©Y(½u&\r÷Ï90+Ÿ—aîDÏ®´#éï','',0,'?'),('g”$G\\¾ë±;©rÄÄÏ1X','wp-includes/images/wpicons.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dSüøuq‘V_®Üãaô','¶¥ÞcZ_”Ä?n_ŸçK‹6ëîŽ1\\}r','',0,'?'),('g±fö1ûÛ¶òyä;´_','wp-includes/class-wp-http-proxy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@U,×:÷î-<IŽeºÚ','UÈéê‹ç¼•¾HÂ.cÁSd~Øïˆ*è«Ã)ê¥','',0,'?'),('gµsôÎ)¡³mýç%','wp-content/plugins/wordfence/views/waf/options-group-whitelisted.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','fÉSw¢Uªò	ð‘¹','d­L2ÚE¦¨lŒ2Çqù3ˆÒ±ÐO? 9»{Ý¸_E','',0,'?'),('g¶]e…Ô!^…‹(PKðË','wp-content/plugins/wordfence/models/common/wfTab.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2öTÔ}šHW\'<}\\','ZÂ¥|ÿséSÌ8e•Œ3è‹EØ—ª$‰ŒÖÆÜœ-hå','',0,'?'),('gÊ±yß®€×šDÏêìâÝ','wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2018-06-18/waiters-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Í7œÐj½ªSwhÝý–¦½›','eê³8\\‡ýýû1q£ÝÒfã/ÅÓ› ó„ T}ü\'c','',0,'?'),('gÐ¶~)²~¥sºÊž“ûI','wp-admin/includes/class-language-pack-upgrader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ñ6d³,Ÿ’–€û8Eæ','ÄG•y…€mTÉ8=ï?€5é Ã5Æïyå.‘','',0,'?'),('gÓXÆÜÌ8ÏŠ-AõÙ.','wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_custommenu.php',0,'»ºå¦sì¡?Èk\ZÁK','»ºå¦sì¡?Èk\ZÁK','‚œ=^ñ+ý½önZ|œ@ÿœN=™ÿZK$üS!è¼Rx\'','',0,'?'),('gÕâÖ¹[0Ï(¥%JêË','wp-content/plugins/w3-total-cache/pub/js/lazyload.version.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','áÂ9J_¨ ¦nÙÏ=ZCÁ','´P†´±o˜õäK$Ù¾õþç~%j@Qš¶6\"Z3','',0,'?'),('gÝ†Ñ‘BÏ$Ó%™¼','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/ruble.svg',0,'¼Œ²íBú×NÛ#Rw	1@','¼Œ²íBú×NÛ#Rw	1@','ÙÇªk»„CIÒ’ïÒ3#˜”rƒ«÷«Aí?ÖXg`Íû','',0,'?'),('gïÔñ&85f”„øN×','wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/endpoints_prefix_history.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','›KŽÆ£˜K;\Z§/ì¥É÷4','5ìnÑsøùÉ‘ÄVÙ€ÙßJÑVÙ“ x3Ý\ZÜäf','',0,'?'),('gõä]bR%ˆ ZÛEº','wp-includes/js/shortcode.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','†Ad¬\'w#6?¾÷w±','óû¦µ‡¨³Q¾ 9IË¦oµÃT-ž79_!¶–ç‹`','',0,'?'),('gþEdÉã1¢ÒD}ÂÂü‘Š','wp-includes/js/jquery/ui/autocomplete.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Kàs(.=‹¾“·Íªê„','åaÂb®îuð7’®¤K\'2®“VÀÂšå=yÉê','',0,'?'),('h\nð‘zN:Ïcgï','wp-includes/block-patterns/two-buttons.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Bô†½¢·8$ú6°Ôv','uš´ ]‘‰$)í ÅÈßwØàî¶5h1#}¾×8t¼\Z','',0,'?'),('hZ[ý€=—ïw–rŒ','wp-includes/sodium_compat/src/Core32/XSalsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ü\\™®”ñõà:R/â+','ÞÉ«¡ÿ‡¨ÐøçÌ:ª»¶jNêmm©ú†½R·ª¸[','',0,'?'),('h\ZOhløç_øÍLm/å·','wp-includes/class-wp-customize-manager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tZ¸¶Þºý,øý	ï','*\rLª\Zv&ejpe]ºn®•-VUÌi\nÿBwÏ\'','',0,'?'),('h dÑ’ê»…2öÃ_Àr','wp-includes/functions.wp-styles.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','“GQ\0üÁÝú[Œ¶™ û9','EáZëH¹èÊÖRuj›X{L­oy‘X`	Y‚ÿéˆ¨','',0,'?'),('h\"añiÏ¥D9ýŒ”³š','wp-content/plugins/w3-total-cache/Cdnfsd_StackPath2_Popup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{!|©ó¶Qû°Í¾Fâ.æ','z´0[[¡\0ÛEý³nÔg™¯ ÂLÑMÐžsµOî~','',0,'?'),('h\'ötægWÌ/¹)äq˜r','wp-content/plugins/w3-total-cache/Generic_Page_About.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ê\0;¦GÚaA}¼Ï¬','xu»˜–_¤´cÃ1Öz}ü³1sÐB>àý«ZQf','',0,'?'),('h0X-Èiÿ»Õá^ÌG`8','wp-includes/pluggable.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pÿ`9«Ðù²ã0Yß°y','×)Äà£œªÝÍÿ¬ia	¯±ªVÖ4Â·ŽžÜpIw?','',0,'?'),('h4¬‹ò#3Ç`Ž-Ýˆ¨\"¢','wp-admin/profile.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','î\0ðÖ,”ûÈøg;ê™´','ûC«™q¨ñýN,Ù`v¬S›±*îÒßZ[Ü`ÓÊô­mä','',0,'?'),('h@ZÉ%Rë•Fß;ti\\m','wp-admin/css/login-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<=è]wÓ•ŸyË}LÆ‰’h','ß˜ñDâ8óÀÈ,\\ê—16GN¤î¿õ	aðÍ™oîfÈ\\8','',0,'?'),('hc;t±Vj§[zýtØ','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_return_24px.svg',0,'H¿/Â?ó–0\r9*Î¢\"','H¿/Â?ó–0\r9*Î¢\"','dh÷5˜\0o÷B+òãlèÍ*»Î]šéå²ÂþqaGèZ¡','',0,'?'),('huúüPAN\0S~ÌV—ê±','wp-content/plugins/js_composer/include/autoload/vendors/woocommerce.php',0,'åü°QSÚè¤ßÛ¯','åü°QSÚè¤ßÛ¯','TcGpB¸$&i÷âÌJKþ¿ö×°r*<\0ƒ6ÌÙÄQ@','',0,'?'),('h|hEˆˆf:Æ±2š‚~','wp-admin/network/theme-install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','å ·È¹èüµH^r€','ëfˆkL‡ìö\Z¥)h/F_ÜÁÆMŽ9¥jùªV¢','',0,'?'),('h„THV=W>”ƒ&þ¡s','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_highlight_off_24px.svg',0,'#X×»3ë½’@¢wVñ','#X×»3ë½’@¢wVñ','LbCN@qö<Zr>à(uH¢°¦Õ±–›/\r¦›','',0,'?'),('h‡i{¦‚}ÞÜ œbÉ','wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2016-09-07/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ä¿*j²šFz.pRFÝÊ','i±W=‹lÜM6Å¹+7˜–ŽŸÚñ:Çdì©','',0,'?'),('hŒT‡Ö¢ÿIÕÿ1ùœ;»­','wp-content/plugins/revslider/public/assets/assets/svg/social/ic_share_24px.svg',0,'‘D}	#;>iÙÁQ½¸','‘D}	#;>iÙÁQ½¸','ÌIMÝ»tOÏ“zO¾—eæO˜Š\Z’zëIPÿ','',0,'?'),('hôG>Å½6)Ñt Æo','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_mouse_24px.svg',0,'§JftÎŠÞNI1ô0‰ÿ','§JftÎŠÞNI1ô0‰ÿ','±Ñ¬×/\Zdˆ­žŒ÷§3žü”=ú$)P	fâ«¤¼','',0,'?'),('h™áÉ å¹‘^ã@§‚','wp-content/plugins/testimonials-showcase/resources/colorbox/jquery.colorbox.js',0,'•eK0LYÄP-œ¥›HY„Q','•eK0LYÄP-œ¥›HY„Q','=VÅœœ}-sØF!i÷Åž}Œó‰m\rP;<ð˜','',0,'?'),('h ñ9‚±<¼¾;â“?c','wp-content/themes/betheme/includes/content-single.php',0,'{eà{ÜÎûÉß×Wg|­§','{eà{ÜÎûÉß×Wg|­§','EÕq\"²:/õd¼¾²(vì€ÃûÅYârÍ?\rÑqe','',0,'?'),('h®Ë~cTOo¶y4|','wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¯f\"ü»Œç#6${ JL\'\"','ËeÅ‡Ž6\Z(«qË&…Ú¶¬íÂ]œÌÆ\n÷Cli‡Þ©‡','',0,'?'),('h®9cÓcV·óíDGT„','wp-content/plugins/duplicate-post/src/watchers/class-republished-post-watcher.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','†öû½ex ½ñúµ±s','¨¶ä©8:3PúµËZL5NìèÑN®\"DIöËØvKX','',0,'?'),('h³VÍçÃ5’¤õín','wp-content/plugins/w3-total-cache/inc/options/browsercache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q¿nGá¾åOá~·','wBç½û%ÀŽê)m:•xt¿ñí\nËíÑó\'MP¥ì','',0,'?'),('h»<²]“”ìOpNCÆ´æ','wp-content/plugins/wordfence/lib/wordfenceURLHoover.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Í Ø„C\ZÆ½YÅR%:.','Ôü&@b—JR¬£%¶¬îXÕG§®’‚ÈÂhg—„>q','',0,'?'),('hâ6½!{\ró²þz”Â','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-flash.svg',0,'uE£-OçÒ¶\Zkík','uE£-OçÒ¶\Zkík','UÁxm9g åH_äyo¦ƒp9ÞôK°_ÂkÑþ€N','',0,'?'),('hòÎÇQKøV<r:Mg_Ïæ','wp-includes/js/dist/format-library.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0_Ù! JíM—ù,¥','ˆ¶¾¬ut¥UziI\nnÅnÀrÈÎãñÉð3É','',0,'?'),('hózH(Qê.bWfÐì¡O','wp-content/plugins/duplicate-post/vendor/composer/autoload_namespaces.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5á,}vÄ¨3¼õGÀâ)©','E½r4@\0¸Ô¡$¦âzæú3ð¸$l²ê\ZÐ`iäexÃlÊ','',0,'?'),('iŠíÇkmCxþÊ·Ëòù','wp-content/plugins/wordfence/lib/wfDashboard.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e‰É.×q¿:óü—jßíR','u¨aÆvÜR°û +We\rÿT†J%˜\"Â\r7¤f»™Ï','',0,'?'),('iotô—^Ñ›¬Ü~§›RÅ','wp-content/plugins/w3-total-cache/Generic_WidgetCommunity_View.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ßSò/l-‰¬l·û¾Jâi','HVM\'â8™Ì·@’\'œ¬²Õè±~WR³!Ùû-','',0,'?'),('i¢™;Ùõ&™¾oâ®?','wp-includes/IXR/class-IXR-base64.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','î*6ÖÕ¯D¶Tæe™»','?F]Lª2}‡Ùë\rSþ@bÑ2÷O­oÇuU\'O„ª','',0,'?'),('iGAÄxvVêK’Ò	D€p','wp-content/plugins/w3-total-cache/lib/Google/Service.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ggo$˜¿(ö©œg*µ','xv ]+\'Ç@Hp1Dm‚n#‘[‘‰^Ék½lÊZ¯','',0,'?'),('iIV\"™CÐ\n³¾cíd','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Serializer/QuerySerializer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¦x}\'r=²=ž‚›£','çK¥¾-I\Z”×¯ú(Kš%ô™™?¶\'_Måñvª=äæN','',0,'?'),('ia{–-ÏÛ\Z÷Ø™o³’','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/SipHash.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ž}©<ÌÄÜŽ‚s¾òœ9','þÝQÇþ\'Ør™† ¼t7¥â=s*a`<¾zÚoÔ_','',0,'?'),('ii·Â\"oýCÈ„³×`','wp-includes/sodium_compat/src/Core/HChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[Rz@ëMMQmr÷ƒ…','±qÀ‘òX9Oøþ¡a4ÁA¯ÞæÀÄÏ\'ôøòÝÌ¾e','',0,'?'),('imL¿`ã‹¯á3ƒ†©5½Ô','wp-content/plugins/w3-total-cache/lib/Aws/Aws/MockHandler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|ÀrA²]˜??Þ!¿{ä','¦®áŽä˜ÔqèmhRŠè48Ò¡ˆ½~uëð‚.¯)','',0,'?'),('iqÿKê÷(\'µÎÅ1ä','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_desktop_mac_24px.svg',0,'dœ‹8Vº˜!>õ(.¢A','dœ‹8Vº˜!>õ(.¢A','l]¹%\'sÚŒ“5õÞ;Wå£ÉàÀüï¶n gÐÛ','',0,'?'),('ir`ÔO 3ÄRTsˆâ\"”¢','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/exit.svg',0,'d$+êž‚B02oÚÂ°y','d$+êž‚B02oÚÂ°y','¯Œ0Ÿc¸dâæe®Šå®¢EòöŽ y2âëÂÛñ','',0,'?'),('i‚~rêHæÍ^\ZîÅj¡X','wp-content/plugins/testimonials-showcase/resources/colorbox/i18n/jquery.colorbox-bg.js',0,'ç±€½L»¥MG!§ûlK0','ç±€½L»¥MG!§ûlK0','ûÊ@}….?ƒh×HÛÌDä‰?a\Z1t›Ô“Ó','',0,'?'),('i“µhë“çm¨(°Ð¹:>ú','wp-content/plugins/revslider/public/assets/assets/svg/alert/ic_error_outline_24px.svg',0,'þwøÔÂK\\­Ä¶ãÃ™»Ž','þwøÔÂK\\­Ä¶ãÃ™»Ž','ƒƒêôzaÏˆÝe}Gt$}{ƒä®P	¬ÒÍíÔÈõÈ€','',0,'?'),('i•3Ð,·‹wRu¸Ø©®ÀÆ','wp-content/plugins/revslider/public/assets/assets/svg/places/ic_golf_course_24px.svg',0,'9†‹€1FÝk¼m[Ò…U‚','9†‹€1FÝk¼m[Ò…U‚','lÄ 6;ÃÑ\rl×˜/±¡\Z_”^&vÌ]\\ô7yG','',0,'?'),('i™³è°ñçC>­yµj¾','wp-content/plugins/w3-total-cache/Cdn_Environment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','òç†²SñâÓJŒgx¾%Å\'','ðÅ{)ë&.«MR„Ý­l§útÒj£«i²¯zb','',0,'?'),('iœÆstâñPÔDÚuV','wp-content/plugins/duplicate-post/src/ui/class-bulk-actions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ê&wQÌduìÙàäØ¼z','ƒ¢¥Lp£ ¤žÉüÀpbùô›«ªÎ‘H…ø(]ƒ,£Ù','',0,'?'),('i¢Gpk¦ëúýIƒ·ºÛUy','wp-content/plugins/essential-grid/includes/InstagramScraper/Traits/ArrayLikeTrait.php',0,'‘ˆ¯þÒ„²™D?M÷ŸñÙà','‘ˆ¯þÒ„²™D?M÷ŸñÙà','~LXyõÿ^éBÚXN&µi!‘8àøõŽz`šS—','',0,'?'),('i¤—^ôö¸RÂâ¢â','wp-content/themes/betheme/muffin-options/fields/text/field_text.php',0,' BŠ3?æŒ]‚ŠD:œ”',' BŠ3?æŒ]‚ŠD:œ”','Xýß< X€ðWRÔéÐ¼\0ÑÖž—®Ç©„ÉŸÍ','',0,'?'),('i¤fSzh[æE=ÈD—üê','wp-content/plugins/js_composer/include/classes/deprecated/helpers_deprecated.php',0,'âMAìß¢q¶HönŠ„7aü','âMAìß¢q¶HönŠ„7aü','öK(ÕeiX®ñ]½º®;5¹˜I6‘Í\Z\'	ww®q:','',0,'?'),('i²-ÿÐX±8V[~Eû','wp-admin/css/install-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6Z(£ž¨S<ñ	½†4?…','•	PÈµkfáHîÊúiÕp†S²<ºNvø½BlÅØ','',0,'?'),('i¼¸óËy!ïTÙûÿ½êè:','wp-content/plugins/revslider/public/assets/assets/svg/places/ic_beach_access_24px.svg',0,'ÝxI›Ðb3ãë¹ëû‚³é','ÝxI›Ðb3ãë¹ëû‚³é','…±´ÍtöÌóG\rä#lÄºC•æ*ÓLÜxg;ÐjnïÐ','',0,'?'),('iÀ\\´¯›=Xïh$','wp-admin/js/language-chooser.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¼ÕþrºI‡»Yù:ˆ','÷º„š½™†Ä†r@„Ü\"(r^Oe$Ûœ)þ éÔ','',0,'?'),('iÂ÷yŽÖ}à”~Ã.±@','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_headline_24px.svg',0,'R>‰Müï+dæi½€R{‰','R>‰Müï+dæi½€R{‰','új± ªðƒ´’Ù #§cs³ÿù$LµiôLpÕÝ','',0,'?'),('iÊÛHªý9Uit5ú¾p','wp-content/plugins/worker/src/MWP/EventListener/ActionResponse/FetchFiles.php',0,'CdM|)ã\rKrÅ–q¾','CdM|)ã\rKrÅ–q¾','©žÅ#¸	4­óV%EpïË>FÞ,í¤_QŽ\rðÞ','',0,'?'),('iÓÎÕMÜãßÀœA;ºo7','wp-content/plugins/revslider/includes/coloreasing.class.php',0,'{ˆ«ê<ìc³ ?\Z¸<','{ˆ«ê<ìc³ ?\Z¸<','Ö•nVå´Ö“ Ÿ/‹ÁÒº÷!\rA:¢o7.›QÍ','',0,'?'),('iákìñ­½CñíT,ì','wp-content/plugins/wordfence/lib/wfIPWhitelist.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÏÖõq«¡,¡Š§Ø¾\\ãË','5‘Ì%vÄóõ”_E[PÇÓÝ3Öwú,=¯—s™$bF¦','',0,'?'),('j\n‰TôT™k¼š÷.','wp-content/plugins/w3-total-cache/PageSpeed_Api.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~ª#j¼A?¯Bpæ{oûìö','YFõì× ”Sz‚ÕXøA4r€`9ÝwsÈ’{útè®','',0,'?'),('j–wA´sJhÁ\0Z&{/','wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_col.php',0,'óoRäŸf-y¢ª2åú6k','óoRäŸf-y¢ª2åú6k','¢`ºY‚åDiþ	„=éäó¦žnÒš±ÐÅ\"Ààél í','',0,'?'),('j&ºV1™¬®6“4ª¯ëâ','wp-content/plugins/wordfence/images/icons/ajaxWhite32x32.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¾íér‰Á9 #Ó{…','ï¾±ÏÜn—Ñ¿¹0c~NüÿræñAuóg~Î”ÎàI','',0,'?'),('j+–²¡.ÜÓF¿\\¸','wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-panel-row-layout.tpl.php',0,'VïõqU—uò‡Z~','VïõqU—uò‡Z~','ó{óA)!‡mszë¾ï2ÆÚLè»lþÊÓT™õ:bÂÿk','',0,'?'),('j:¤±PøÍàþ¼ÿ¼ñ','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-structure01.svg',0,'|Êa¨Õd±³D!ãIù','|Êa¨Õd±³D!ãIù','d‰Ê­7á#Qä\"%¦üÂ‚Ÿ¯Mzö3\\É\0wxÓ','',0,'?'),('jO¾òŸ´¸íRc·‘ÞT','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_layers_24px.svg',0,'gs6cUÆÛQËòWFÊ','gs6cUÆÛQËòWFÊ','¶Ïfï²THÈ™ôî÷TK¯„ÎEÛ¬¿ÎJ¨^ƒ5]^ã','',0,'?'),('jQûõ—e÷Šø;âe','wp-includes/css/wp-pointer-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','»ºÎ¨Á‰+ôÄþ­Fê×','y—Ù°ìëåeªêkÑc·éä&ðad¯¹‰\Z0\Z5','',0,'?'),('jT·é³|\"øò6ûïy©ˆ','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_no_sim_24px.svg',0,'èr\ni#õöšÚ…Už‹Í','èr\ni#õöšÚ…Už‹Í','\\N	VÏXDñðËýÕkÑY½¦¶¤c<•ÎïËœU ','',0,'?'),('jT»Ÿ+ÞQü}i›ÕYC','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_drop_down_36px.svg',0,'p[6RxkŸœ`+0Ó-áBð','p[6RxkŸœ`+0Ó-áBð','kêÑ2­’œZà0ºìÛâG6ßD^¬@®0ƒ|UÅ','',0,'?'),('jU]Éš]DòÌžß¼4\r','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_cafe_24px.svg',0,'~ä)¤â’Qî“,\0•†µmŸ','~ä)¤â’Qî“,\0•†µmŸ','ýÂ¯È=sŽ§æ²h÷Ö³Bçµ÷á¢=L¿O€Ea²q','',0,'?'),('jh`£NCÄ6.HUN°þ,','wp-content/plugins/worker/src/PHPSecLib/Math/BigInteger.php',0,'L¤9(\rá5¨·q+Ð­ñ','L¤9(\rá5¨·q+Ð­ñ',')™ÚYÔš-ûêss;¯Óß4XÏü6D‚ÊQz•9Z§','',0,'?'),('jmE¤ÑAXÝuw›>Ü†','wp-admin/css/colors/ectoplasm/colors-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','•Rjcá­!GFÑ¥6p@','ßùçíÎì/m\\ E¤;ü™<Ò”/ïÌh1QQíç\014','',0,'?'),('jt¼ÙZáêÜ¿î,‡µ','wp-content/plugins/wordfence/fonts/roboto-KFOkCnqEu92Fr1Mu51xIIzQXKMny.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rš¼ÂøÁa©aåîi','{J®L ÙßÍ»&Õñ{©½{¢ÌT:š¥£Âã‡B','',0,'?'),('j|3L\0Ù\"^ |‹ç§£[','wp-content/plugins/js_composer/include/templates/shortcodes/vc_tta_global.php',0,'^éRŠ”¶u>dáû\núå','^éRŠ”¶u>dáû\núå','h`Š1]ª¦ÃÖNÍý™!‰YºKÆFbô	üîæû','',0,'?'),('jä±‹¹¿áð%ˆÝÃ]€','wp-includes/class-wp-xmlrpc-server.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','§»d~ù6ˆþ²ÍL”Ç','H«m±½én5\0Öçc¸Ÿ~Âñ(<-”ÑG7Ã¿ùP†n½','',0,'?'),('jŠ´‰«pø\0ZÍò™','wp-content/plugins/wordfence/modules/login-security/views/email/login-verification.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ó‡±Ú¸¥\r¡Üší£‚','-üèÍ¤EšŒ[óàG4­/®`»ýÕÓrV¸Â','',0,'?'),('j¯Ò)nƒQ8Þ®á¬DŒ','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/503.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xíEwž«BTÇäts','Rˆ\rõÕ5Ê®Nw\n]HƒµÛ\ZÕy<´X”l½‹\\','',0,'?'),('j—£Éÿ5F+¸¯ío','wp-includes/images/crystal/interactive.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¯RÏm`òíº`™9§æ','$­Áöë©˜<x1²éÕ“»íIRï›V-VZ\\jg.‡þˆ','',0,'?'),('j¦˜èÚ—Û†¤…0]ÊÖ','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tablet-chart.svg',0,'²”dó>„ñB†\Z&¹Ü¦Š','²”dó>„ñB†\Z&¹Ü¦Š','ŠÓœAæí‡\'L»Óô+ýË\ZÏ\0Wñ@˜Ç újõ‹','',0,'?'),('j²¦4-«O Õ„‚êrL\n','wp-content/plugins/wordfence/models/block/wfRateLimit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¸À$1âD€\'w³¬m€½ƒ','E&&\n·¯aÊîñ~Ùb+\Z Äá)jÇþÞMÓpŸ†M‰','',0,'?'),('j´gsÍ66Î$€¤8*¨EÙ','wp-includes/class-wp-dependency.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','È§—NV}ÿäb.\'é5m','Æ[ë4Mž,Ü4¤Ü“Æx¢wBBÌ•=Bg•µ}Iìl¿','',0,'?'),('j½oš£½x<Ró}','wp-content/plugins/worker/src/MWP/Updater/UpdateManager.php',0,'=—Ã•µªíß„Z¢J†ŠôÌ','=—Ã•µªíß„Z¢J†ŠôÌ','ë?æÞ7[%4¯)}ÿÃZƒm$GÒZW’.Î%Æ\"@','',0,'?'),('jòòcAIÅ?šðÑFÙbQs','wp-content/cache/page_enhanced/ruthsnutrition.com/_index_ssl.html',0,'‰›œÕ‰î*¾%¼˜M¥F¯â','‰›œÕ‰î*¾%¼˜M¥F¯â','£ÿ?¤™¤±Êö\'O›ÅÙÍ/#6c$pU¤.$Ms9V‰ ','',0,'?'),('k	qsè^_âðÞ}†L','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/bonsai.svg',0,'ã«Õiýú‰Ð:·íøj#','ã«Õiýú‰Ð:·íøj#','c4‚É]õvîwf†vC˜F2vÿA¨xHI³Å1û‰','',0,'?'),('k	»§Ú<í™(GÚwôÛ‚','wp-content/plugins/contact-form-7/modules/number.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÿ0‰HU¢Uùžìx7ß','ô]¨‰në!Z5¾4îæ	‹mdY¦À ð Ö¹”\r','',0,'?'),('k\nlQ“l¤›S ?‚	\n','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/speaker.svg',0,'[w–P+hòœnµ½×ƒ¯RÐ','[w–P+hòœnµ½×ƒ¯RÐ','Fì§Ê¸Ö´LP5UVñ¶³–ïÊrj™OS}`ÇV','',0,'?'),('k‚ˆ¸$6O³Ò-N…x ','wp-includes/js/tinymce/plugins/charmap/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=B¶ìŸ„‹¶P\rLöâ ','Â•ˆx[žG“‹-ó90b.z‘GõÞazÚ>Êr','',0,'?'),('kNÙë0ûƒ\ry®x&y','wp-content/plugins/w3-total-cache/lib/Aws/Aws/HashInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WÑCIC±êYƒ6Lv.àrá','`p‡·/ýìõ…µ·™M¨BSt !5z@„ÙLèŸH','',0,'?'),('k%]‡\rSYÞ.ÂóMgR®','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_place_24px.svg',0,'I‚}Ôš^¨ÑÞµÊQ\Zw','I‚}Ôš^¨ÑÞµÊQ\Zw','\\]:ã³0²Ãcø°A7’kö¿±T¾§å`ª£Æ	(ýœ\0','',0,'?'),('k%×SÇÙ¹zfÍKEŽc','wp-content/plugins/js_composer/include/templates/shortcodes/vc_line_chart.php',0,'?0&VŠâÒÙðŽÛœÝ“È','?0&VŠâÒÙðŽÛœÝ“È','¹pß\ZR†äpmÞ‘®Ó»\\ÐŽþÏùgK)nöì[Yå2J','',0,'?'),('k%÷\r0Ì¯·IN6äD\'¯y','wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/Util.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gÄ+øÚ©ÀdÞÝ¬@­óý','w bjY…Ì”SŠÀ¾Ãtc¸Šƒ š¢I¨óŒdQ','',0,'?'),('k5º;|KÄÑ±«g‘','wp-content/plugins/essential-grid/index.php',0,'ïá{J!u?}îçs•','ïá{J!u?}îçs•','AuÌƒµœÄ`ü9‰7}bŽ>MHêÃíJHhåûÎ|Fj','',0,'?'),('k6„þ *âÜßHœ	ŒuÙ¡','wp-content/plugins/wordfence/lib/dashboard/widget_notifications.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','²5$g½ØŸµôàü_³ö ','ö‡5—3=‘Âx«‘L‚áÜ‘m?‰Z—97P.·','',0,'?'),('k:\rë·O%g=8ÝÇ…©','wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_text.php',0,'“€ö€Æz}njµälÌR˜','“€ö€Æz}njµälÌR˜','öž‚D•Cýñ2pûîK¥¹«ëxªíÊd@õèŽ{ÈÑ','',0,'?'),('kFž¤“©ò1LÝ²h9Ý','wp-content/plugins/worker/src/MWP/Http/ResponseInterface.php',0,'»¢S!íÁÅÞK‰NJ ê','»¢S!íÁÅÞK‰NJ ê','áC¯‡ ‘vùq4 l5YhL+KC…ÍÿTÜ-?ò5ùM','',0,'?'),('kLòZ YµCX>Ú­\nP1','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file01.svg',0,'þ\0\"\'vu5›ù.€·å–e','þ\0\"\'vu5›ù.€·å–e','£ÔcÊ™b·!û€áÑ\'yÑÒÊžëi‡-ioØ)','',0,'?'),('kMÏü–œ¦šîÌ™Ysp','wp-admin/credits.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p’? fCv	\Z¾XÆH','òŸŸwvˆ\0üÑi—Âš,5<òû‘3ãú¡²æ/MVbè','',0,'?'),('kN˜ë(l«Zf„E\"LmÉ','wp-content/plugins/contact-form-7/wp-contact-form-7.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uõ×FêZEUúèŠáL','IŽ®’QZ§Â[ŠÑ\'d`ëûÙ’ÄLÆ\r6²°j','',0,'?'),('kNÈP\Z¯·¹Šnža*','wp-content/plugins/wordfence/js/jquery.tools.min.1607007971.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ñ:-·áEÕ x¡$à¸B',',¹4Ö~aT•lS fQO	fø×äTÓµ·Ö;ÂÝ)','',0,'?'),('kNûòf-D!²ëm±§ë','wp-content/plugins/w3-total-cache/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÔŒÙ\0²é€	˜ìøB~','ã°ÄB˜üšûôÈ™o¹$\'®Aäd›“L¤•™xR¸U','',0,'?'),('klúÓ\Z$•”N‘§®¹','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/FulfilledPromise.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ö\0c\rM’ñµŽëqL}','s´×ÃÉa—]š\'û™4>n¨ß,ŒSæ­ ÌEu†','',0,'?'),('km§|÷‡Kma0í\"*ˆk','wp-admin/js/tags-suggest.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ç!›Í¨ÓpÝê­Õd•ùúØ','€r0 \"ÓËl\nòE„Ý´š*¦7‘ÚvLç÷{d','',0,'?'),('kqdÎ56:²» ª\0)','wp-content/plugins/js_composer/include/templates/editors/partials/prompt-presets.tpl.php',0,'Ê©Y5õ‹~ÖÀ­U¸0','Ê©Y5õ‹~ÖÀ­U¸0','þÇÔéÄÈÒA”ñLi±qâB¤,¿˜™¤ôHrN¢L“','',0,'?'),('k}:ÅýçØßVNàåîÈG','wp-content/plugins/wordfence/vendor/composer/ca-bundle/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x>P¨òHåe6â[GFÐ5¯','Œðq!Ÿí™çÊ%Þ€PÙ§§ H¹”r´.L‰…~','',0,'?'),('k‰’1¿ûƒ/—Í“Ý%=°','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/MaxMind.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¥Dq“d6ž+\"¾U‡ð','ÁI¸³¯äýs;Ö®ž´Ÿ«i“¼“ÓkëßEŸ@ú)','',0,'?'),('kÍŠR}ÃŒ:¯yÜ','wp-content/plugins/worker/src/MWP/ServiceContainer/Abstract.php',0,'ÊËVpë²Þ1—jK.°l¬†','ÊËVpë²Þ1—jK.°l¬†','ÏK×}„èéŒ»šGÜ¯s=òÝþ^Îèá\rsZÕÀ û','',0,'?'),('k’Þ·¹“\0;{@Š½<$dù','wp-content/plugins/js_composer/include/classes/shortcodes/vc-tta-tour.php',0,'ÁcïÆ~¹ÿÌåøXÏ\'à','ÁcïÆ~¹ÿÌåøXÏ\'à','?%KöBÿ„p=îÍ‘\0 K\n¨Àü¶¸b­íY³rY','',0,'?'),('k“¯BJ€ÊJ5¼¢]i/¨','wp-content/plugins/ga-google-analytics/inc/plugin-core.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'¢O¦P&þiWêœ×©`ÍJ','gÝ.pØöYD[ºh \0tc`fR¥™p\'-Î•‘','',0,'?'),('k°ÞþÇ¤¢æú\"­Ö?Rõ&','wp-content/themes/betheme/muffin-options/validation/url/validation_url.php',0,'å´2Ç~·HöSÝQ)','å´2Ç~·HöSÝQ)','½¡Fw1—‘Í9P¼k÷-F3«Ð€\rU£â€™¬','',0,'?'),('k·9õ“±2¦h­CMÉzØ','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_surround_sound_24px.svg',0,'	’&¸çÆ•Ï¢På`','	’&¸çÆ•Ï¢På`','gX\'ÀÉf9…ˆßI)ZÎÊ‹š#AÉHµZŽ\0À¹:','',0,'?'),('k½øçé?DÀßG‹ÈïD^','wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/ApplyChecksumMiddleware.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','½/Bá:ui2=¦K•òÎ','ÕêÑýšõWÛ\Z¸¯ðZ‘kAà‹¹(	pz#ünæ','',0,'?'),('k½úBËžãb=y†Ú','wp-includes/user.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','IgŽ$oŸ…¾LÈÈ¦ž}','æ\\È¸Õ¤%ÒÛˆo‹ˆÛþN˜T®äp/DœL:fi\\è8','',0,'?'),('kÂ“»›U/‘^ÞîÞð ','wp-content/plugins/wordfence/lib/rest-api/wfRESTAuthenticationController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z±ÂƒÖŸ0}_ÙÏ€','Oö+­WEüŽ(\Zvl‘%`”ÓôˆÂ¢§x¥6¶ÝnØ ','',0,'?'),('kÄiÆuÌ¥,h´eGøü2','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_phone_bluetooth_speaker_24px.svg',0,'ÒžlG°nÀ‚Ë÷Nv•(/','ÒžlG°nÀ‚Ë÷Nv•(/','ÜST;±ò`LÿžŸ;Ö$uPdœ—•—ù:\Zgf‘®\r','',0,'?'),('kÇ\Ze‹¬‡H]‘ŠÝP.','wp-content/plugins/wordfence/modules/login-security/css/font-awesome.1607007971.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','NÄùÀ2Jå¨³ýYBç˜±','\ZP­Lã¨’ÍžZiÉt‘Aü§ä®ëãØ7d«','',0,'?'),('kÈÃôÁŠ>ôy5™‚Ï','wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2018-11-05/smoke.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¦üLx/÷R0_r\'‚ˆ<Ù','DÊÂ´êIüÌíŸñ\\BÝñ-Š‚ .Gpö:íHÊšWU}','',0,'?'),('kâ\'\n+&=¸Än`ò3Ÿ','wp-includes/js/dist/dom-ready.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','«4;Š”h£ ¯®þõçþ','÷_Ñ‹ƒéÃ®¬®}þ‚­|¹\ZmÔ¡n´wB>0','',0,'?'),('l/\nÑÔ€°WÁÍ±-cÏ','wp-includes/widgets/class-wp-widget-recent-posts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','²Æd¥€ÛjF‹£‹êš3','5ùÙÄsÁ	€O>±†ª{˜óÄ©ê2!¨.1±×','',0,'?'),('l9é¹=¯ühÇ,>ÙÃç&','wp-content/plugins/wordfence/lib/wfDiagnostic.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0˜º¶÷ „n±è3Þþ«','`‰ëâMTèËRL¢lë¡É&)hZ—ý•/%ø“','',0,'?'),('lK¤S@‰_¦‘îçI6³','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/ListContainersOptions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¹ÀÏääÐi54ˆ¶IS','Z)K~åÌNuƒ‚Šó´œÙjÒôó„Ñx­GmÖ','',0,'?'),('lZ¿q¡#eS%s˜õ7Yæ','wp-includes/js/dist/notices.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"WÉâ?˜ëúõÇ­ð',' ‡öôåJ£Ù·‰Û¾æñË#cê^6‘ëÒ¦Cªí³¡Ø','',0,'?'),('lj†ë„5‘V\"­Ï¾hÎ]','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_center_focus_24px.svg',0,'qMRÏÚ{EŸ‹D¤R','qMRÏÚ{EŸ‹D¤R','ù×•L4k:Ð°‘éO³+ÈíZœÖÌÈ&wA¹ÊMÆD','',0,'?'),('lrºî&ØC= —uŸ¡ÜÆ','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_landscape_24px.svg',0,'ÓDp\0)úü[ðYé','ÓDp\0)úü[ðYé','E‰é…².~I/€tKÇ×ÒæÞ–¿·D•™XyËÑæ{E','',0,'?'),('ls™be…{ve˜XOì','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/UriTemplate.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ŽqíÖ³l¿)ÊÏ5àc•','ñ1÷F.gè«‚”´CÁ¨·ƒÔ ìÚ5&>)M\rÚ“','',0,'?'),('lvüWÁ‹3UñýõÊð´1','wp-content/plugins/worker/src/PHPSecLib/Crypt/RC2.php',0,'¹nHó¿ÇÞ@ºa|k²÷','¹nHó¿ÇÞ@ºa|k²÷','D”OW-I±yÀh¼sæö§’WÀÕ«Q­ëë\Z&ï*M','',0,'?'),('lz}ùcþW,Èr=ßZ)','wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Psr7/StreamDecoratorTrait.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ô´<î¡D¨2~àïDƒ¿‹','ŽP…¥›AÊäÉ-Þ¸g‹˜Vñ¹›ó|þÂÎ`éTKw','',0,'?'),('l€–Ð4®ÔîZ\\ã¨X','wp-content/plugins/revslider/public/index.php',0,'ÔŒÙ\0²é€	˜ìøB~','ÔŒÙ\0²é€	˜ìøB~','ã°ÄB˜üšûôÈ™o¹$\'®Aäd›“L¤•™xR¸U','',0,'?'),('lŠ§Šy8WfÃ–BBA','wp-content/plugins/js_composer/include/classes/shortcodes/core/class-wpbakeryshortcode.php',0,'÷Òûeeýæ•?Ìçý“\rÂ','÷Òûeeýæ•?Ìçý“\rÂ','ße¬\rq­We^Ãfžæž:Z™4ÜÂrÅ™?jœ','',0,'?'),('l“,pBÕ¯áÛLzˆÙñ','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/yinyang.svg',0,'[û€ÙâÇD)Ë¯]„4W\\','[û€ÙâÇD)Ë¯]„4W\\','¯¯™³›Æ±«Ñ!QYò}f¶ÄàS[´i^îÛ&l‰o\'£','',0,'?'),('l•0—ª1x›„¢Íb’€','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_laptop_windows_24px.svg',0,'ÚøÂ*&Ïä¥U³ñ^]lÜ,','ÚøÂ*&Ïä¥U³ñ^]lÜ,','05ÙÆÊpÂl©Íj|õÁÂÒ¢­—’û(÷\Z9L…','',0,'?'),('l¤Ñ¼uÄI1´_\n°tÓë','wp-content/plugins/duplicate-post/src/ui/class-user-interface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ð,·	Ài#³ñ¿Î˜Þ','åß‡ß*J³ZÎ‰Ö+Øv_Tƒô£H¯‚ =Ãé¿ê','',0,'?'),('l¨rQV”V¢\"5ßÍ¢¾','wp-content/plugins/essential-grid/admin/views/elements/grid-settings.php',0,'5z~öi¬\r÷›	U•q\Z','5z~öi¬\r÷›	U•q\Z','^ò–NƒÁjƒÜŽ[o!s3{h Þ…Å•C­Œ`','',0,'?'),('læáLs>´åTù—†B','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/envelope-money.svg',0,'u\'Åv‹0ªøüÝÍ¿\nâ','u\'Åv‹0ªøüÝÍ¿\nâ','ªŸÏJ@Å#6ªÛÎ	¸zF\rØúrµþUmì|ûåŸ¬¶','',0,'?'),('lúrï£îkK ˆŽµ.','wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2016-08-01/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ËIÔ7ÄŸekIŒXê©`','å‘™KºÈFìÐ#Ì)þ~	c{ëžYô@¨t3Ò^4(','',0,'?'),('m¿5N™«gÎè	¡§','wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Exception/GuzzleException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','»÷ÌÖuæŽÿô<ã{°¢\\~','¢—iÂs,ÐÆÆäAÅõÛŽ´­…q N¯•r|á:','',0,'?'),('mD’ÆTŽms‘·òA©}','wp-includes/certificates/ca-bundle.crt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‹÷›àM—¤T…[Ñ‡Búñ','Öíý„ªªaP€‡ö¬P\0ãv?6,îÌŸAn×Å','',0,'?'),('m08å~`„ry™c ¡ë','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_looks_6_24px.svg',0,'aowÍ-/ÿä‰ÉÈPí=:','aowÍ-/ÿä‰ÉÈPí=:','‡w‚•²ÎGT¯¼Â®Â|°ãõ<>ôé/øwž','',0,'?'),('m×ƒàÈŠŽ¾#†„î½','wp-content/plugins/w3-total-cache/w3-total-cache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+¥øæk}·	nåw7â','{ô\'Ø³¦ä\n©Áf^À\n±>éÆGÜ´öªF0V·l{','',0,'?'),('m º •³õÎÊa¼d7”ôz','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/percent.svg',0,'n²° ƒöý`l5¸Z\r','n²° ƒöý`l5¸Z\r','Dbj~VŠ>‰™˜yrºE´ëÒ6†u‰Î1Újé&tÉ','',0,'?'),('m+Â·˜žtíâÎá\ZP','wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Promise/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/ó4„Ô²HïÝW|kjEÁ','kùHÖ–éàé=ð8Þ®±˜‘ÔÛ”îœ¤$ÃŒ€“','',0,'?'),('m/pª©à †K3q','wp-content/plugins/w3-total-cache/inc/popup/common/footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','÷óñ/ÿ‡KûðÑJ~','\r^jZ—d	{Ú!NétHœåÏ@UÕ@S','',0,'?'),('mAÂpä×	1—ÞGõU/','wp-content/plugins/wordfence/modules/login-security/views/options/option-ip-source.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vÐ5‹K?i[+ÌæÉ3Ùo','@ã=v,².ÝgaØK\"¼&!0°£}˜íÑucá§','',0,'?'),('mAçðY·àÊÀ®Rb|ÞSŽ','wp-includes/ms-default-constants.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&‹%šMë‹AºbéäYè','_%†ñ¶¼Ùíê·Ø £ë+ÂþgÄÏ`‡ñ}<˜™ô','',0,'?'),('mEš¯ñö¾º\\ç)ÞØoÔ','wp-includes/js/jquery/ui/spinner.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0ŒÀÉç´øäì“<8zÓ+','ñ5ÿÖúbWŠµšO³ÑhŸ_ã²_£©Ø I°‡','',0,'?'),('mPhßÃW/®oŸ@„Ïš˜¦','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/users.svg',0,'{LtÓ,a’ú\\³ÄÜ´ïÑ','{LtÓ,a’ú\\³ÄÜ´ïÑ','õà–úÉ8×`?Ô`N]ßè»²àäZ—jÑÔ¦ü‹±','',0,'?'),('mPÈ¦ÒlF÷3­”`6´m','wp-content/plugins/testimonials-showcase/resources/bxslider/jquery.bxslider.min.js',0,'SONPšÎ!om4¸	Ú','SONPšÎ!om4¸	Ú','·ìJ¡ÕkØè\'äÅÔ q,…|z¯ê’‚²K‰ÉêÆ','',0,'?'),('mR¨;µ€Ý4å×êƒñ','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tablet.svg',0,'åG7Âroù°9§å‰Ùù>','åG7Âroù°9§å‰Ùù>','Hõ0ž\'ÜðlÈØ×9L†-RÚ«¸FÅNPñªk’ß!Îç','',0,'?'),('mY·Á“š}É½ë…?','wp-includes/js/jquery/jquery.ui.touch-punch.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','LÈmÄQ4Öƒãˆ]±','k>jT@©—ŽzÌÃÈ¯êÕœ.OB×ÀjÉ0\'ôêt','',0,'?'),('mjÒCóú]‰7ZÀŠì‰','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Credentials/Credentials.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<6	¦¥~ªŽáÏ¦5_Ù','ÑšV!5€çdºÍ,óÔ­ÏoÄ`Ç£IPJa½¤Q¶w','',0,'?'),('m|sù#PÖÍßô€Ò^‚','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_9_24px.svg',0,'f³Ù„™÷!q×\n§«u\Z`','f³Ù„™÷!q×\n§«u\Z`','‰¦ŸÏÔÙ»ð)\"«ð>Ú½¢(ÑÈD¤ÿö›ë\r†õ5','',0,'?'),('m„eº#ºEÑTæ©Ð¿ú','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_room_24px.svg',0,'I‚}Ôš^¨ÑÞµÊQ\Zw','I‚}Ôš^¨ÑÞµÊQ\Zw','\\]:ã³0²Ãcø°A7’kö¿±T¾§å`ª£Æ	(ýœ\0','',0,'?'),('mˆº-\Zm1½¥Èû£wÇï','wp-includes/js/jquery/ui/sortable.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','žŽJ‘´4%]±X¶-xb1','A•ÇAMëW$W	Ï_-ÚS„m2\'’\\EïÅFÛ','',0,'?'),('mŒ½T·IãºKƒ}Ò','wp-content/plugins/w3-total-cache/Cdn_RackSpaceCdn_Popup_View_Service_Create.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','×[Oº›ío-‡\r¢§þÓ=','é² ûàÏÜõÊý\Z¥+„B˜æÌ+ªg­ò“P','',0,'?'),('mŽø»×YÐãqÚ*Joç2O','wp-content/themes/betheme/bbpress/form-search.php',0,'²å{ú_ê/m&ZÎ­NŸÉ','²å{ú_ê/m&ZÎ­NŸÉ','\'Áx)ÚhÝGh®,‰qîaŒ·kó¾xâØ˜	€Éä0','',0,'?'),('m“jÎ\nW‰¦Dæ)o','wp-content/plugins/essential-grid/public/assets/js/jquery.themepunch.tools.min.js',0,'\0PJ†>kd¿ÊŠþÖ†KtÃ','\0PJ†>kd¿ÊŠþÖ†KtÃ','>m\\Ù½ö+Šæã\03Ÿ°±Ô©\"¿/Lšg…*c:äEA','',0,'?'),('mƒ×joÈ”6þQÄóØÏ','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_assignment_return_24px.svg',0,'ŽÙÁøÌNká«ù±Ö','ŽÙÁøÌNká«ù±Ö','°¨,î\"©¬\"D_gÅí™C6œ4·HŽ‡','',0,'?'),('m´euuoè‘eR3ÞÉ¦x','wp-content/plugins/w3-total-cache/lib/Aws/Psr/Http/Message/ResponseInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':.¥W¨%7¦ê@Ã±','ëq@øŒw¨ì4…(Ö]•‡r4ƒõw’Ï~º#à\r\ZòÞ','',0,'?'),('mÅgÞ°‡¨H}ÔCXÛè\\Æ','wp-content/plugins/w3-total-cache/inc/options/cdn/edgecast.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','VÙý“¸Ióúºæ5¹6','K¹©\0¹/ ÙZ;…Þ˜`˜J)¬Ú~2@›ÍjxŠ6³Y=','',0,'?'),('mÌôýùS£¸†‚þ¾Ï','wp-content/plugins/w3-total-cache/UserExperience_Emoji_Extension.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Œ.`Ñsž$È±ë½k·\0','³©½ud¦û,4UÆÍ—éK+.³TJžsg˜A™','',0,'?'),('mÐhZÊ˜ÂîœdÎ=í4]m','wp-content/plugins/js_composer/config/content/shortcode-vc-zigzag.php',0,'‹øMÑ‹­Q¼ƒJpÉÔ','‹øMÑ‹­Q¼ƒJpÉÔ','__×FÜÞ¹ÿÛY±$ê®ê¼êaÍì(‡j:q‡\Z@Ÿq','',0,'?'),('mê»$M£¥Zòº®ygíõ','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_photo_library_24px.svg',0,'Çºi¢…¥\ZKCÞ^\"l','Çºi¢…¥\ZKCÞ^\"l','g¨½Ác×¤˜Í‰Y´Œ¦:ú˜ùµCz+Ð÷:','',0,'?'),('mð6h¹Ðð¶DîFŒÃ\n','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_airport_24px.svg',0,'Ý}f®äYŠ­6Xýq\'š÷','Ý}f®äYŠ­6Xýq\'š÷','qÓó:ÿIóË\\ï4ÀBŸÛTÚ™@Þoäù@¡÷ms','',0,'?'),('mýäj€T%ñWo`J(r','wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/images/vc_gallery.js',0,'´aÿuV\rŒ5B·b²·\n¬þ','´aÿuV\rŒ5B·b²·\n¬þ','Vèncšþ9â9cLðlŒÖ\'‰²9\\}<õeÇ0ïKÁ','',0,'?'),('nQ¸ÊÊ’\'”kÃÞ\"%ã','wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+\r×îÎ ;KÞÛ”ºb/Û','ß ‡P x²|íÎ˜Q=­	ëí„¤Tc²vL\n*È°','',0,'?'),('n]ûj7<3ISsQß','wp-admin/images/post-formats32-vs.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','·t.E¶­ê5G¥N\Zóþv','(Z¨,…œîªIm­Y,Î‡üÔ—ñÆtGŸ©£žú¯¸«a','',0,'?'),('n[	X”‡ƒ}É0‚','wp-content/plugins/wordfence/views/scanner/issue-spamvertizeCheck.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Êá%Ø˜5ˆÐaåOµ_´','´3Â½}˜ßˆÛ6¨¬-Œ§ÜÂ¹•x%‚uv¡','',0,'?'),('n(xRmÃê”ìÓz›²Ð','wp-content/plugins/w3-total-cache/lib/SNS/sdk.class.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bvû¬É+±Ð™Ö0½;Õ','´¼ñGoÙUh‚-Í¸-HZùs€Z&ÌÿÏ…¦|öy','',0,'?'),('nÅ²(ûx,=`LUWÙØ','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_dialer_sip_24px.svg',0,'Ã%ät“ß¸´ÀÑ“QÆ,','Ã%ät“ß¸´ÀÑ“QÆ,','™|+°þ&]Í¶p‰˜\'ëFŠÞ¶tM…r¶á(¹>te','',0,'?'),('n#©t=•\'…’ÁÞõb]{ñ','wp-includes/js/tinymce/themes/modern/theme.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','UŽÛöÈEÉÈ|Òh(Zf³','Ó£	}•Ê«ÌEŽ0ò).TXÂøäK×d~ÙHµÿNlK20','',0,'?'),('n-1{; ºS;F\'>j','wp-content/plugins/w3-total-cache/languages/w3-total-cache-nl_NL.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÒÏüðëYQ%£&K[RÍ','ù_I²\"æ‚Øœçêöló«kÉøèf?ÚER…¶DQþ','',0,'?'),('n0m_e¹pë¶Ù“§Vp','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_assistant_24px.svg',0,'©a×Ä¬+Í¬Úc	o¯}s','©a×Ä¬+Í¬Úc	o¯}s','¡B\"Q|_Z„DÃl%Ó@×-RDýÔïú˜Bd','',0,'?'),('nAj+´uªúVG7d','wp-content/plugins/wordfence/views/waf/status-tooltip-learning-mode.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','øÙ8l¼¡Ÿý´%Âã','!]`_.•Û×\\²ý?‡• ð.\Z·b¢ñÉGQÅe)m','',0,'?'),('nZ/1T:{&^„/n¿ý†','wp-admin/js/media-gallery.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¸ýc(»&Ñ¿å(-ÿ’ÞÕ','/q‹IžÖË4Öoè\'¯à=ˆau0=Úl>Ð=&Œ±+‚é','',0,'?'),('n\\¼~¸Ž0Ø¸åËL•£ò-','wp-content/plugins/revslider/public/assets/assets/svg/places/ic_hot_tub_24px.svg',0,'PÆ­_bNUc]zÍÐé','PÆ­_bNUc]zÍÐé','.ìpA+Qàvüû­ége]	\'V\"‹¿÷È{üÑÇ}','',0,'?'),('n“4í2Uí4N\ZbtmNl','wp-content/plugins/js_composer/include/params/vc_grid_item/editor/popups/class-vc-templates-editor-grid-item.php',0,'9ÔÖ“°FÓ‘æ»ÙEí','9ÔÖ“°FÓ‘æ»ÙEí','ÓŸåÁ66-ð(—ân^…^0¿¬àž=}g€« Ñ¸Íì','',0,'?'),('n“ÆíÄ@’§AŽùF´','wp-admin/network/sites.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pNõÛšûÌX»ª7Ôò›','íOb~N\\Tp\0z7_Å´Õà\0­>aÄþ‘\rNmæ	','',0,'?'),('n¦˜,òÂ¹70Ä:vÂGB','wp-content/plugins/w3-total-cache/inc/options/general.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','æÆ›Ô›%QÅë»Ý<ý[','ˆ¨ÛÊQ\nÐr—F÷7ž¡Ñ²sºÉ*¥–vS«€Ë6Äº','',0,'?'),('n«î¡³ŸeF\rsÛ=','wp-content/plugins/worker/src/MWP/Http/index.php',0,'gD,Vë§=\\ÆbP','gD,Vë§=\\ÆbP','k‰À—~	¶½UH\Z¥ÖxƒPêÛAÌ„¢ú<¡ž;X¨','',0,'?'),('nÅ¢¨)á®cˆ›Þq^\"','wp-includes/Requests/Exception/HTTP/503.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9÷RaÃŸCô`\0ÔUT´','¾}¶¬=3xûA9¼ªñËl«p\0‚Æ°Ó9e.O','',0,'?'),('nÈÍI@sdè¤	ç,èŒ˜','wp-content/plugins/w3-total-cache/lib/Google/Cache/Exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','×“qvf*DÿÐ/¿ÝÐÂF','B±E5•ƒËObª£\'+Ù›W±i[JÆ^Oè³‡wJ','',0,'?'),('nÉú¸?rþÔæø,w+ÿL','wp-content/themes/betheme/assets/ui/js/jquery.ui.accordion.js',0,'W!9u^·ô}5\nzÑmK','W!9u^·ô}5\nzÑmK','_íŠâ`Ö¡ßÚÁË0<ç04[·ûS7™î ¦C¡áóO','',0,'?'),('nÔÍæná¾Ç‹ÕSH€†›','wp-content/plugins/contact-form-7/admin/includes/config-validator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';VÒtE·hªsad¬$','‡ ÃBÙ²ìÐÞgÜ3é„‰?ÐØbNÛ¼?,Æ¦A','',0,'?'),('nãÐº™Óvýnj=Í®','wp-admin/includes/class-bulk-plugin-upgrader-skin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6/M…<Ï‹‘­vk5','Ës„q³<âú”$ùwtü¶ªÒª¾kÔ‡6´KLç','',0,'?'),('nå…³âôX@\nâ&ô:§','wp-content/plugins/js_composer/include/classes/shortcodes/vc-images-carousel.php',0,'æ>2ízæE†Z{IR’j','æ>2ízæE†Z{IR’j','I¾€¯ˆÅë¨»P«¿ñ<‹#>ˆˆÒ†Ã]á@çŽÇò¢','',0,'?'),('néÛ³WZLéY`v3¦vØm','wp-content/plugins/essential-grid/admin/views/header.php',0,'Ê}üqûB{ÓÆ4YŠVª=','Ê}üqûB{ÓÆ4YŠVª=','l*yŽh“±Ïw¬×ÜüòŒ‚í™Ïý‹Ò?²<>‘$','',0,'?'),('nï‡,ÑQûéð3b¹õO','wp-includes/js/dist/warning.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*[H$ÿi¡³$F’¬¶Û…','BµýiöÂÚ\Z\n%$~iî^i¥=Á°¥Õ‚Ÿ#¼hž','',0,'?'),('nðW¡²ò9ºu®€»â°Z','wp-content/plugins/essential-grid/admin/assets/js/tinymce-shortcode-script.js',0,'-DemŸ?î®V1\0åS„','-DemŸ?î®V1\0åS„','Á«iO>É»Öè­Ìã‹ì|„#z¦¿Ì£ÌF GÒ$ë','',0,'?'),('nóÊó09j®v8õ\"','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','CV±S+:c÷¦|Oì¬‹	','êtå=1¿i\Zn\0N!¶ö•§Ç*¥Ýi‡ºF','',0,'?'),('nöêÜR˜¨°h','wp-content/plugins/w3-total-cache/FeatureShowcase_Plugin_Admin_View.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ð·D£Oè	cèÌ6²„¹Ü','t¶_\r{!bï«¦ÇäOó®*ÝwJ“ÎDU#Y”ëÕƒ}','',0,'?'),('nÿ®Û—ÔðvXH)é','wp-includes/sodium_compat/src/Core32/Curve25519/README.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y¢ªÏ›ÑvjŸ×\nÀ…Ï','ãSÓx–^öV>mÐ!-ªqì÷ÌñDÙeVÑßÎÈè','',0,'?'),('o	n/ø.e-±SEy³<','wp-content/plugins/w3-total-cache/Generic_AdminNotes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' Ñß’±_ÇßƒÂ^v¾ã¤','\ZÄJ’±>|ß¹c,xë`Ð˜L­Ø¼ˆ<æ;Ñ´','',0,'?'),('o\'RD-”Ü\0¶±¡o‰É','wp-content/plugins/wordfence/images/support.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¬Clâ$£‡r¼“£¼n<.','ŽÊ$ãMû¡Ô®¦&æâÃ(á©˜s¬µ^	Ï¢*NÀÞ','',0,'?'),('o.º5U¼4„¹ßÁñ˜b*','wp-content/plugins/js_composer/include/params/gutenberg/class-vc-gutenberg-param.php',0,'wmù›ôzMG„ë¬Qþ7','wmù›ôzMG„ë¬Qþ7','Ñ\n`ƒJålYÐ»!š*?±±X€Àž†™ŸéÄÎÒ','',0,'?'),('o1iðL5¸“Ïz®$·õ7','wp-content/plugins/wordfence/modules/login-security/classes/model/compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','»u1òÈ\\ÈÁ8‹‚;#j-','Pµ²ê„|±l“_‹ƒïZ…È3z<NÉ§KýßÎ','',0,'?'),('o4à=>T©Ðrè6V©ã','wp-content/plugins/w3-total-cache/lib/Minify/Minify/HTML/Helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¯‰âãpÝ“]Øm1d‘Yæ','…m4Aò/YÙ^)Y€±XÕCFï 3ä\"tÆ¼ßà','',0,'?'),('o;TÑuœÂASÙÚÍçµ','wp-content/plugins/js_composer/include/autoload/bc-multisite-options.php',0,'jÄ¦åË[Ÿý%g—š÷','jÄ¦åË[Ÿý%g—š÷','áp4|ˆödÌF®µ@GdJ³m˜EõÏxïÐ¦C+|mÊûè','',0,'?'),('oCÉ\"ÀÏ…Q¸ëàtƒÑy','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/HChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','±Â+Áë’þõ%','Á4!ýˆHü:6>ËlEîæEc#œÐØùa{A´{','',0,'?'),('oEoå»È³ÉÎªÔŸ','wp-content/plugins/worker/src/Monolog/Registry.php',0,'SAë<Î.3NÔ-Ï','SAë<Î.3NÔ-Ï','Œî¹)ø »êÈ‡ÏÔ\Zd~¼½ T5×—·V¦','',0,'?'),('oPðûc™‡ìo©.är','wp-includes/js/tinymce/skins/lightgray/img/object.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','órdP×E}u\n/M”AÇî ','† #;!äáI§ˆ.À>çuÊòSVŽÝm{|ñe-','',0,'?'),('oS]ã~(äï7;à™ \rœ','wp-includes/js/dist/shortcode.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Óq	ûÛÙªÔåAx±£™<\n','6¦°m\"(XEG‹CÌWVÚ8Yâˆ}(<ñ2\"âîsO','',0,'?'),('oTF”>ÀÔ%SŒaå','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_bookmark_24px.svg',0,':˜Öê±TJMÀÉARý',':˜Öê±TJMÀÉARý','¦R2„sÜ¬«€yn—Àç8\"ËG7ïÆøgwH$h','',0,'?'),('oZ0†š÷ùÑØÔ<cÍ0','wp-includes/SimplePie/IRI.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nÝñ9,¯zÓ„ycE¯','Yeõ«kÀÚíô\Zkžt~‰n4‹&—ÊËÛóp#îÓœ','',0,'?'),('of>çµñ}ÐÑuH[?','wp-content/plugins/js_composer/config/content/shortcode-vc-single-image.php',0,'¶ðÝÍgÐê§d_þÒ','¶ðÝÍgÐê§d_þÒ','5ô$D;‹¹<³±±c™D\nì•‘KÅBuM}}Ä','',0,'?'),('oj7®ÇÔwýž8+Ý!','wp-content/plugins/essential-grid/includes/InstagramScraper/Model/Story.php',0,'-RFŽ+e+•Søä4wn4û','-RFŽ+e+•Søä4wn4û','èKŸÎé¶\r9Áœ=W*]W½1:•¡#16SÙ‰','',0,'?'),('ojñ5:¢(ØÖ¹Ó$Oá2â','wp-content/plugins/w3-total-cache/lib/Azure/PsrHttpMessage/ResponseInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':.¥W¨%7¦ê@Ã±','ëq@øŒw¨ì4…(Ö]•‡r4ƒõw’Ï~º#à\r\ZòÞ','',0,'?'),('orL…q £keyöEF','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Handler/MockHandler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','˜™ƒá³i}å\\ð5','JYa)ïC*:&˜‰ÃÓ‹)0{#Ûî™Çd‚> Q•','',0,'?'),('oycÎÙ‡ªÉÇñ×œ÷ã','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_day_24px.svg',0,'3u9ø:­àU¹È:Ök_','3u9ø:­àU¹È:Ök_','Ò¡ÞKÇt\r5X\")ó1%‚h\"¦^\rZ‰‰>+ð1~','',0,'?'),('o}ÛCÜŠ8ôEøïGð','wp-content/plugins/wordfence/views/scanner/site-cleaning-high-sense.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‡sTD·z¸¤üÒ§ém¢','Ý5‹©Ø„²:\"—sxƒº4·çÒ¸\0±9`\Zië?ƒ','',0,'?'),('oñ[®5²ýŠQ2Áüp','wp-content/plugins/w3-total-cache/Util_Rule.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=y\"GZr¦º2_ÝË“\Z','ì &¤AeÛýB?¾Jµ†õ¿%¿úÔ üùI5²(H»','',0,'?'),('o‚{}´åìeL^Iöÿ\n\\','wp-content/plugins/duplicate-post/src/watchers/class-copied-post-watcher.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','•.‡2„žY]iZ>îg¶','[@Ä6J4ú¨½ÕCÉ¢L9zp¾H¥×[©a_xA“','',0,'?'),('oƒŽq±1»C­†Ct^µ','wp-content/plugins/js_composer/include/templates/shortcodes/vc_cta_button.php',0,'Ü­ê®ÚØï¢Sé²Pbœ)','Ü­ê®ÚØï¢Sé²Pbœ)','9>ÔEž#Õ˜Že°’`³a´å^¡g—ÑÖÊ¡ÚKZ','',0,'?'),('oŒn™)ˆj6X!yUÿ(®','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/stamp.svg',0,'\'çinˆ²\n4hùT•ã','\'çinˆ²\n4hùT•ã','@mqKCã†Å^Ò«¤›k4KZ¬ï¶¦Âß¸6X¡¡','',0,'?'),('o‘èå“CyZþŒ‚-5','wp-content/plugins/w3-total-cache/Cdn_Page_View_Fsd_HeaderActions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‹{	w…ÚRü	y¤þ’\ns','ËSP×Ú^Ô¶\rRœ†P´ÚÑðÊ›³h”7œX×','',0,'?'),('o›(¤vò‰Õ?›1³Á$n','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_phonelink_24px.svg',0,'SÑ4X	‡Ã~ÁW','SÑ4X	‡Ã~ÁW','µéa¾¼AF\\.1‡Ï\Zƒ]rYSçüõ@|­5ªÈw','',0,'?'),('o ã¶Ó$éZw-ª5L\nÝ','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/browser01.svg',0,'¶ÉåßÝÏ\n½þX=ÀÞ','¶ÉåßÝÏ\n½þX=ÀÞ','ÁÈ‹´Q§ƒ\r.üìÈ=‚VX°ÞNhÒ2c›‹','',0,'?'),('o«èû^4lò:K`Ü›18¿','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_remove_circle_outline_24px.svg',0,'/P…Ü%\r»~ª9ezû','/P…Ü%\r»~ª9ezû','¥?³6´I)^FÛœ²€QT¾%aqºwÅ,TÖKªÉãK','',0,'?'),('o¿w*ö\nÎ›Î¢GÒœ]','wp-content/plugins/wordfence/modules/login-security/img/header.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pÜè±ÑÇ]êj-ã‘ø¦™','8šü»ÔÚ#Ì„(8øáÿˆOû\"Ç	+h\"Fb–ìƒ','',0,'?'),('oÅ£eùZWkì\n¾V¶¡ì','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-section.svg',0,'<Ã¦¯§\"0‘6ÅPù\r–','<Ã¦¯§\"0‘6ÅPù\r–','­í2ys*£ZñÔš.Šmv:ãª%a¤V{ë^}¿','',0,'?'),('oà‘Ü±¨uÄ†þ×','wp-content/plugins/js_composer/include/classes/core/access/class-vc-current-user-access.php',0,'âcXâåÄ\rb–Lx›','âcXâåÄ\rb–Lx›','q¦Q8Lp@´ž)lúíbó7X„q™{À\nŸ5›Åú','',0,'?'),('oã®š-×;?X:ûpÒ¡','wp-trackback.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¿™ÀÚÑŒWe=]!Bð›','µà\'ßµ€¦Ñ3‰MØžÃ˜§¡5¥ÿ¶cØoûMîU³%','',0,'?'),('oäÙÀßùYŠÆÚ…”ÌX¼','wp-content/plugins/wordfence/images/flags.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W7Ì ‚Œ(ÐË¿!­\Z7Ô','Bxö0%Lyµ6øú!—óX\\z/< n²6=\ZWÄ','',0,'?'),('oí“[¬Ðn3u‚ÈÊ¹ŸP5','wp-admin/options-general.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','˜»O+©Ù¢¨†ë%Ú¦S¶','Yõ*7:Ðß!È¡Ë¦éAk}øÚë€w·ß2ñäZ1','',0,'?'),('pôô7uÌLÍ_{2Ã›–','wp-includes/js/jquery/ui/draggable.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÜJ–¯²\\OçÒÐ‰/óHp%','ÔNºÈB\0¦!8\rˆ o? ä)EêC>ó‚°î','',0,'?'),('pö±àŽ,¼táú ','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-single-image.svg',0,'é}¸åÇ|n®:|\nÂhÉC','é}¸åÇ|n®:|\nÂhÉC','‹ÇA¸göKo¬`»î°4þORfÉîm†.œŠÐ…Þíº','',0,'?'),('pœ*÷yLw¿Ò4\"=>g','wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Promise/FulfilledPromise.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ö\0c\rM’ñµŽëqL}','s´×ÃÉa—]š\'û™4>n¨ß,ŒSæ­ ÌEu†','',0,'?'),('p\rêp¥,a½ñspá','wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Psr7/StreamWrapper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?	É7pkðË‚è‡–`ì¡','î²hÄ_lìŽ«F­ŸÛxBÇÖ‚×Æ¿.01ža9»&je','',0,'?'),('pT-«ƒ9Z`>~éÐÙ','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_expand_more_24px.svg',0,'wDâõzÉÅNv¹#LÎ·lÑ','wDâõzÉÅNv¹#LÎ·lÑ','$ó\nV?H\ra­È2Gþãú°Øã	(\"Uz<U:','',0,'?'),('p{\r¶¨ â%>/üZÿë:','wp-content/plugins/wordfence/views/scanner/issue-base.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','õÇ¢Ïšœòtp¸ºè•Ay','8PcÇiŒCïÝÀÕQVJû+6šü?pTŒ6\Zzd','',0,'?'),('p-žn9—]³U›P?w•Ö','wp-content/plugins/w3-total-cache/Cdn_StackPath_Widget_View_Authorized.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t¥S¸Q¤ß}ÅæhÒú','[)Í6FòA,­ìX§]µqÑÅ«ŸŽ3%—N@ù','',0,'?'),('p2¡gØ3wÁGª¾','wp-content/plugins/essential-grid/admin/views/elements/grid-info.php',0,'¯„íú˜ÁÚ\"sÒ¶÷Y¨Çø','¯„íú˜ÁÚ\"sÒ¶÷Y¨Çø','7<Í&#d£È½\0g!j¶Qu—ª³£B 8óúüæ','',0,'?'),('p:”,¯`OlL´(éA','wp-content/plugins/wordfence/views/waf/waf-uninstall-success.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ùÀ­‰›»¡¥½*sf2','ó|\rß£2ìž¿óê9õ/%[‡7m—{EàÝû÷u“-','',0,'?'),('p;>©³4âÙqÂG^¬xK½','wp-content/themes/betheme/bbpress/content-archive-forum.php',0,'Î:kØñ¢YèöW&','Î:kØñ¢YèöW&','¦ôª·‘\ZV;=ôÝóÁ´Ü¨ÙI–lÒ\0 ½o','',0,'?'),('p<ú!§€Úˆû±£¦§ ','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file09.svg',0,'V‰½ÅÜ÷Ë,÷€¥','V‰½ÅÜ÷Ë,÷€¥','=7~ßMOñ\"c}{£c_2;ò{Lê “W$€²','',0,'?'),('pFÅªîÝ61çQuŠU•m¢','wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Promise/AggregateException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','º¾ŸÌ3MOê…éà_MU.','R×ÁªR·â	?ØÀ1É|}5“f Yxï?ª7×HR+e','',0,'?'),('pI#ÑwÏ6Kí°\rDã¿','wp-content/plugins/revslider/includes/InstagramScraper/Endpoints.php',0,'¶§“2X@Nã€¯~ðŸœ³	','¶§“2X@Nã€¯~ðŸœ³	',')æŒ”°1jÏÍ=Ë±Æ‘2QÖ\rê\"¶×¥Ùç)›','',0,'?'),('pIû‚:S€ºˆ•v†u','wp-content/plugins/contact-form-7/includes/formatting.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‚ë?‚wÐÿ*-›*€.\'','ï¸ëÃŸ:^­˜C¦žšÜ<JÕl\nÄJ=o’ÂB','',0,'?'),('pUyüa	êb¯àva„;¡8','wp-includes/js/comment-reply.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÇF‚´“D6®ÿìÈxÊ','!ì”x²ÍGÂÒÿô ¢—àGoáDfÅB8xXC¿','',0,'?'),('pVYaâ\0ï­†=€ÁÄ','wp-admin/error_log',0,'¾ÿœÄQƒœÃñÎÅWÂQ','¾ÿœÄQƒœÃñÎÅWÂQ','Pµ„¥—îl1yA}vdþÙ1.5E{NóPûÞÁ› R','',0,'?'),('pZT„yÅd÷@‚spÖ•_','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/AggregateException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','º¾ŸÌ3MOê…éà_MU.','R×ÁªR·â	?ØÀ1É|}5“f Yxï?ª7×HR+e','',0,'?'),('p_RS-ýd”KûÅã/:B','wp-content/plugins/wordfence/js/jquery.colorbox-min.1607007971.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y5±=ç÷Ìqîþ)–È','H¦Ö4\\¼óv÷â/XŒG›÷K†¿—:gkl','',0,'?'),('pd×´—T-â‹³%\'H»','wp-content/plugins/w3-total-cache/lib/Azure/PsrHttpMessage/MessageInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[†KB5ÝCZã¢Ò´—á','¡iî>¥¶,î²N;\"kÂõÌD-}ƒõƒµtâz‹ J','',0,'?'),('pk‡˜ÍÍ3Ö/Hº','wp-content/plugins/worker/src/Monolog/Psr/LoggerInterface.php',0,'þ-Òñ§€Që\rØy0FR','þ-Òñ§€Që\rØy0FR','NtïŽê>w\0[Q{¥k¤JÝS4DÄÉ±5”P !','',0,'?'),('pwáÒQ„FécÙß b*','wp-content/plugins/wordfence/fonts/roboto-KFOmCnqEu92Fr1Mu4mxMKTU1Kg.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@$ÆqG¹2k5$¡†z”','Ö†F*`Ý\'ê«O tµriR:íj0áó’W\Z–=¨j€‹','',0,'?'),('p{[Øb	áó ûcíù•','wp-content/plugins/w3-total-cache/lib/Minify/Minify/JS/ClosureCompiler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¾pÂ-òÏH½Þíá«Ñ','Ï]\"ÿJÏwTØ?¼\\6ÕÐ¥ÎÃÂQžhÜ»°‘7‰½¦','',0,'?'),('pƒ–¶¢e¢ƒè½¹ :ð—','wp-content/plugins/w3-total-cache/Extension_Wpml_Plugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WÄl\'†zH#“%¢ÿK','÷Ìbu‘j+29Îo*Ãàîùié’¦x<,PóiÛ&','',0,'?'),('p•ð´.Ð°”ó[ÃD¡','wp-includes/deprecated.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ß[Vûj¶\ZáÇ•Y)‰˜j','OV&?° ’À»ùáiÜÇéÁ÷{¼Ðâ8‰z^¬','',0,'?'),('p˜ˆFbÌÛ\ZÏÍV“œ|b4','wp-content/plugins/worker/src/MWP/Action/GetComponentsStats.php',0,'	ñ†YÍŠÎ.£­ZÑG£','	ñ†YÍŠÎ.£­ZÑG£','u¾ÍÌI×R³¥¨dAnîS‚\\mÜküƒd<½¤“9','',0,'?'),('pšˆfÈƒ®¸~Jkß½|','wp-content/plugins/revslider/public/assets/assets/svg/toggle/ic_radio_button_checked_24px.svg',0,'/$O¡\\FÐ”ÒcRúGˆk','/$O¡\\FÐ”ÒcRúGˆk','$–lËíPç6ëÖ—\"sµxN1EX£6û	0  ’ÊÐî','',0,'?'),('p¦\"|½s½OûGÀî”è3','wp-content/plugins/js_composer/include/classes/shortcodes/vc-hoverbox.php',0,'“ˆ«È>›$Xßd¾*èÃ¥','“ˆ«È>›$Xßd¾*èÃ¥','\'ùí&8TŠ»‡LÍZ5ºÏíh4£ƒç-|Á¶+°','',0,'?'),('p´Û|vŒ&F<>k>ùç','wp-content/themes/betheme/woocommerce/notices/notice.php',0,'Î8lÚ9~áùàHñQ˜é','Î8lÚ9~áùàHñQ˜é','-´¥ÍÕ&¢u•þá×eïòjü1æXSä˜Ú','',0,'?'),('p»¼\\*eê¶\n\rÏˆóëú®','wp-content/plugins/wordfence/modules/login-security/classes/controller/notices.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Íz§83Ð?wÌéÛæ±ÜW','\r.l]\\)	Zðq½éÆõpÉ]_^©u¨ž´ŽJ\n¤%²','',0,'?'),('pÌ“0¤2@ãØPFÎtk','wp-content/plugins/wordfence/views/common/unsubscribe.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ù}}ªàÏsJäáóK','aê¦\0Äk5—¼Í	Ý-¯¹\0oDxÛ 8uÐé%\'','',0,'?'),('pÜmÜùbvW¢áá˜	','wp-content/plugins/w3-total-cache/pub/img/w3tc_w3edge-logo-retina.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B?–~19àø‡h\néPÌÌù','ÔJþ¶ Jã*~Òù0,Ö± Ö×i“™ÉBÖ‚','',0,'?'),('pî}G÷‚JéÎ$âàx','wp-includes/block-supports/align.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v(\0½áƒÁ1ôþiØ`','§Ë=oä.’kÀ4ïÅŠ*ÍP\\×ý“¬‹ç[äÿ','',0,'?'),('pó	‹w/NlCP]…”U½','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_bus_24px.svg',0,'\ZšºVÁ‹–Ïñ~Šq^','\ZšºVÁ‹–Ïñ~Šq^','XíMNjˆÑ»‚lÚîYkÚÃx[8rôÂ\\;HdÖ?Û‚','',0,'?'),('pø8qÒz•ŸÙ¯§¡ºïæ','wp-content/plugins/worker/src/PHPSecLib/Crypt/DES.php',0,'™œœí\'„Vâ½óUBÞ‚','™œœí\'„Vâ½óUBÞ‚','Ò²®ZüKSOã’÷Ü)\0GÍta´]uÊmiÌ‘:oÕW:','',0,'?'),('pú	fAÒ9ÙÄvRm	õ','wp-content/plugins/w3-total-cache/Minify_Core.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8(Ií‹Ñ<wÛa¾¥•§','ÁáµCñ×\\j{¶Å›Ã€w¶.RaW·#F×\0^@','',0,'?'),('qqC¸¢$²žàý¨ƒ@','wp-content/plugins/wordfence/views/common/page-title.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÅÜaA\'4õ=ãÁG³g','R{õh®C;Å_Éî	…•ñêG+RzßrT¥‘z`ž4','',0,'?'),('qs¾¢A­tªÎd™\\','wp-includes/js/dist/warning.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','IÍg&CM$ÅLéˆéù¥×','êŸé?<êGÇ\"€¬nÃ~.Œ¡éú: õ]êÞ*ó6','',0,'?'),('qÑtç°½)\rP–q‡]$â','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/speech-bubble.svg',0,'Ã$È{1PÒÆÁ}³½U','Ã$È{1PÒÆÁ}³½U','ecT¼ö»‹¤ª&m‚‹ýü>ñë\\DÔ¡kç$','',0,'?'),('q\"coëÞ£>«2Rhé]','wp-admin/includes/plugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8]±ð¬ð#ÈÆmåÊ¥¦Xy','Í~7°Eƒ”\0yÑ/|$žÏÎ°ì)Î%ç…´…bj','',0,'?'),('q(S(¿áºƒ¶¦uAŠ','wp-content/plugins/w3-total-cache/lib/Google/Service/Drive.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' È¶UÔ•#Cì[óoŽÖ','‘93({;Ähf}1¸õ\\\nº¶»È”Û_Ö7ñµ@','',0,'?'),('q5Pyñ˜ûï[ZÕçkÃØ','wp-content/plugins/w3-total-cache/lib/Aws/Aws/JsonCompiler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qœãÿìTÐ a!óÑÕ& g','MÀ³ÃbDòE4–Æf´–ã¢`šÚçù9¹¿R','',0,'?'),('qJs}×V­aVc²€M´Ò(','wp-content/themes/betheme/footer.php',0,'fçlòCÉUÂ¯^ä[Â','fçlòCÉUÂ¯^ä[Â',';á!\0ä•é*$Õ\\H«©Á…Á$ø6Ä{¶zñÈ°žö','',0,'?'),('qL‹üåöI—Lcƒ','wp-includes/class-wp-recovery-mode-link-service.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tœ¦ LÞcü¬(VkÊ˜Ãä','ñWŒ6qJ«°gËt=\0•ÈkSÍvå§bÒg%ã<=','',0,'?'),('qbÄt=ðž©ó‘$ø›\0a','wp-content/plugins/revslider/includes/functions.class.php',0,'oûž‘P2Ñ22\"nJ‚¿','oûž‘P2Ñ22\"nJ‚¿','_¬<Î§VJ¶ƒ¹‘jp¤¾r‚3MæÝáC¼úÏ$~','',0,'?'),('qhÿ665—y|ò=ï?S	','wp-includes/js/jquery/jquery.serialize-object.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ñ\\)¡Ÿú‹›Jèl<ú\"','îïD{zp¼\r]µÿ<æ°ÑÀ§‰Ë@7>0(™¿h','',0,'?'),('qnÌŸË(\n…Ö‡»!ýÌ','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/open-sign.svg',0,'ÓË¡í\\LÖ;¼\\Çå\\Ég','ÓË¡í\\LÖ;¼\\Çå\\Ég','˜\ZSÝhòKa>V,¨=î}òì8U”SWc<ŠUî','',0,'?'),('qq*âˆê6ÉZòtëèT•','wp-content/plugins/w3-total-cache/PageSpeed_Widget_View_FromApi.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¶µ:ã/nÙÓpÆ)O?–\0','éþô\"ƒ(è¶v@§Uá+s}î\r©¶ý!¡s','',0,'?'),('qv.eŸu	W®ÜõPH','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_power_settings_new_24px.svg',0,'g{Û»E¿Š@Þ$$6a','g{Û»E¿Š@Þ$$6a','f1þ÷~ÑàI•å\np|uR„ðFì½A†Ô¿gFKêÁ#','',0,'?'),('q})|¿gÖµ™çh~&','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-gears.svg',0,'Äš²œ™…!HµçŒ?OÙ','Äš²œ™…!HµçŒ?OÙ','Eú]Ð´÷eÑür²“ÔÝVõø6Ô*“(á;šÂà','',0,'?'),('q‡\nÓmûL‰f§’ÏO7t','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Exception/TooManyRedirectsException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','™RÅ‡pwúÒ+íûàJ§','V:ð´„k9h&þv¶—»ˆãäÞ\Z\\¿¿Óg¡—','',0,'?'),('q‹÷Ó¼z~|ïWË¦','wp-content/plugins/essential-grid/includes/index.php',0,'ïá{J!u?}îçs•','ïá{J!u?}îçs•','AuÌƒµœÄ`ü9‰7}bŽ>MHêÃíJHhåûÎ|Fj','',0,'?'),('qfù¼÷EHø7Âdíõö','wp-includes/css/dist/editor/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':ÙFµ¢³Úî8Ž`{•','MK_ÅQQV.mUêt-9–^FzÁltä”nf=L\\','',0,'?'),('q”sß„´ÆžàÃ¹åÖ','wp-includes/rest-api/endpoints/class-wp-rest-post-types-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÀúûÖ!žÐ™âª~LªCÀ','Ö“Ö2ÇŸ¸Ûlqë®~æ<%Z–ó¯ôg™œ–Ö','',0,'?'),('q¡ÞÒR+Òqù\ZŠ2û','wp-includes/js/dist/edit-post.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#†\\eòÉú×[»¼G.È×°','bÎkS|\0²ägÎ^­/3WLõßÙ%î°(·ç/œ','',0,'?'),('qµH*ªtG WX¬z{m','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-privacy.svg',0,'Þ‡ë½Úsìµ­A©s,e','Þ‡ë½Úsìµ­A©s,e','hþîývÍ¼ŠB› þ£#Ó+-ÀÄP½›¢ˆG6ÒÑgk','',0,'?'),('q·0ø“ÄœÁ¿±›ì5','wp-includes/sodium_compat/src/Core32/SipHash.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ª5O&?«Eº	»»%','^%%ŽhTŠý,‘æû¨³¾k2¬È®n=n%:Òï','',0,'?'),('q¾tK<F×\"“ØSw','wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/content/vc_posts_slider.js',0,'\'µ^¶*\'5Q^AÃ×ƒÂÅº','\'µ^¶*\'5Q^AÃ×ƒÂÅº','l6ÀðÚsDà“œçCªÃàÂEC§.Ö7Qïöùò*','',0,'?'),('q¾†5@£*=õ&´æ\\Xá','wp-content/plugins/wordfence/lib/wfHelperBin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';ï×!·ÈËÉ4QÕÞX#','’—Õ¹%-ø^ê…qƒâUÊqàMéÒeY“êð','',0,'?'),('qÅ$\'6‹eâú¶÷-W]','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/PHP52/SplFixedArray.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nbóx	½‹BC§°?‚¼\Z','½÷e¯‘C8Á&\röæÞÙh\r»ò2wó(^Ð™ÔV\0','',0,'?'),('qÍ;Xçßhö¨ôEZ^','wp-content/plugins/w3-total-cache/BrowserCache_Page_View_QuickReference.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','•˜KC>äøð8qÁšuÌß','\rZ‘hðEª¡þ	.\ZY,=ƒ65÷Sn”Ë%å±3åÉ','',0,'?'),('qÏ®¿õ2€ÑSÉTb\\','wp-content/plugins/testimonials-showcase/resources/colorbox/i18n/jquery.colorbox-pl.js',0,'«‰?õÂ´Ü[Î¯p´','«‰?õÂ´Ü[Î¯p´','\'V‚EÁ,{R*ô1ÒûúPÍy3•æ\'®S·¶]','',0,'?'),('r.\nl _½¶\"‡ñà\rW','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_add_24px.svg',0,'\"TXEâ<wU}ØvèkÇÈ','\"TXEâ<wU}ØvèkÇÈ','mÃk¢:à¿O·{õÂíá:WÖ ÝÛücÌMÀªã<—ù ','',0,'?'),('r”®h’Åv†ÏLk/…ö','wp-admin/network/upgrade.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','„q#ö¿Ô‘­×\Z;fÅÆ','ìÄ3PJÝŽ÷í´Y¢¡bŽGqA›–8Âœo:?áâ>Þü','',0,'?'),('r¶‘ÎWÖúùz/©~[','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_picture_in_picture_24px.svg',0,'ÁoEÖÀv–x 9¨kt¿y','ÁoEÖÀv–x 9¨kt¿y','ìÃÐóšé\'Òß?_Zµó‰Ÿü&i¤³Y¤ºnÒ','',0,'?'),('ržÜˆvæ$÷ÖŠ¼J@”','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/gears2.svg',0,'4#¹rÕ°úŽXKŸt@”×°','4#¹rÕ°úŽXKŸt@”×°','ÝÄ¡’é™ÄZ÷Ñ%|ðEplš…;ŒstäÅ§?Ÿû','',0,'?'),('r+zk;» 4¯æWI','wp-includes/js/tinymce/themes/modern/theme.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ïµ(3oÞUê2ÅUŠ2™','½2.¯ptú\"rÅ`)¸ë\r.CÜlÇ\\\ZžœBIX','',0,'?'),('r7hÛBbóR¹,ÐZ™á','wp-content/plugins/revslider/includes/InstagramScraper/Instagram.php',0,'ÝnŸÒ–Pâr$jU','ÝnŸÒ–Pâr$jU','ÿ×b?Öizx~6ß£7Îê•ºF<$Æ§êCÏåð´”','',0,'?'),('r?…>Ý[¡T˜_ŽOIÛ','wp-content/plugins/w3-total-cache/DbCache_Page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*¬ð¿àºçö|»G','É»ƒ«{°L…ò^»Þ	3É«÷.óš9O,VÊ –U”','',0,'?'),('rA)HŸÿª$mCž«dÈ€','wp-content/plugins/testimonials-showcase/form/form.php',0,'îé³ç¯]ÿ’¦­7Gn','îé³ç¯]ÿ’¦­7Gn','¯cKliZüØÿHjVÞ¼döé	¿yÔ›°}Q­Ý4æ“','',0,'?'),('rH\\{_é§ôñÌ¶˜5','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_alert_24px.svg',0,'3¯¿.ÄIlÙ\'k-rë‘Å','3¯¿.ÄIlÙ\'k-rë‘Å','î.h­»ÎÂèè¬yåÿ\'¹­·7\\¢¹4+×}-r','',0,'?'),('rI\0yg×E!€£û2\0C','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/503-lockout.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','•YÉAä²ªì¾ÔÚ\Z£','\0TÚ?DÂ0@Ý4æïQœð1X}™dÏ¾_~«','',0,'?'),('rO‡‘?]±\"WÁÁ_','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_exposure_neg_2_24px.svg',0,'ºF¹×[wM2À*B','ºF¹×[wM2À*B','«”þ~³ð“Æo»¾fØƒ£Ôî/ú•fN;Þç§\\¼','',0,'?'),('rU¬nœ-U%¨j4—¦h','wp-content/plugins/w3-total-cache/Generic_WidgetSpreadTheWord_Plugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','³p”hbëB…ðuë£','ÆTÓÜå›RS).wÅaÄ°Ždùÿ{¬\0i#nâŸK','',0,'?'),('rY†ÜŠå¶e†·žõº¦}','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_capslock_24px.svg',0,'n ÛBc¨äA7Ü0å¼4x','n ÛBc¨äA7Ü0å¼4x','#¿bÈÄ %Í·?Q\Z\rýöŽ‚-dƒøFÌ¶wU','',0,'?'),('r`gÔmþæÀ”ÿŸY\\•','wp-content/plugins/js_composer/include/classes/shortcodes/vc-media-grid.php',0,'`I¦žÛ£ã+ßjo6A•\Z','`I¦žÛ£ã+ßjo6A•\Z','HÕµø²æUk]ò+›[NM#pÏ	uufï §’5à;PB','',0,'?'),('rtŸIÂŒg[¼Ë; õì?','wp-includes/sodium_compat/namespaced/Core/Salsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rVÞN…ck0ã}/õÕƒå','nëK ÐkZÂÖ	À—ò± N$ Ÿ EÐš¹×eØ$','',0,'?'),('r\'{ÅÍ	åË-\\!mƒ','wp-content/themes/betheme/muffin-options/fields/checkbox/field_checkbox.php',0,'´t=³J*Öü]X','´t=³J*Öü]X','ôÖxºO¯†œ?°{NÅåo<ÄÂšÓås’Ë&¥Æ»','',0,'?'),('r°Ó¼º§‚Ê¿BÝ!žš','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_next_week_24px.svg',0,'F>þÿH(¹¢eN©M£','F>þÿH(¹¢eN©M£','-=$¸‹ÌªpnGÙ9ÕH1ø9ÒÛg&Âû+¹†K–xà','',0,'?'),('r‰(nÕž¨ójç—ßb\"','wp-admin/js/media.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','DVqš~ 6H­Ï¿;Y·','=°%vÏþ¯FÒ¯ç’hèª\\¥¡¨	#ÖÒ”•\Zæf','',0,'?'),('r‹l«n«T—? ú36¤','wp-content/plugins/w3-total-cache/ConfigUtil.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G#K™tp¢ž&î;Æ„Oqé','ÆPµ«ñVU2Ëó‰PÏÞÉH¶%CQp&D*\Z,','',0,'?'),('r¼{>°ý9Ú%FÐ®Ü*?','wp-content/plugins/essential-grid/includes/Unirest/Response.php',0,'Ýw&-ÒÃ„h(?6u;\rO','Ýw&-ÒÃ„h(?6u;\rO','ÕæŽŽövøhí‹›àà\0¦óëvÈÉÙ\rKuf\\','',0,'?'),('rÁB×ñY¤Ô)AP+¢','wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_post_types.tpl.php',0,'ðàð˜³¿3ñÃƒ²”`£~','ðàð˜³¿3ñÃƒ²”`£~','	ë5vMŸ.?cäÿmíp;æ+½’IDù„D4EPî','',0,'?'),('rÂ´+§0zï{O™J^È','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_card_travel_24px.svg',0,'¬äP)êC*@FÖ$','¬äP)êC*@FÖ$','¼Áæ&ø—„¨ ÜÞ:ÆÍVQ\0Ñ_E÷´ÏÐ	uN]«','',0,'?'),('rÆû’€u†eÀØ$!U6Oj','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_alarm_add_24px.svg',0,']4&?\r§R4¤šÁè»‰N',']4&?\r§R4¤šÁè»‰N','¨—Ñ•œ~™î£=+ê£:s	vbO5Ç0.\rŠ#Ô\00d','',0,'?'),('rÓ‡Õ%ïÁ0Û«#¼±²','wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.theme.min.1607007971.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','kXøZb¸öØåª5Äê˜','[\0Nù†²’EÀgð—ì¤Ñgd¶q\rÒí¿Úè*\'IÂ','',0,'?'),('rÛ†ä¤¼è»QHä{».,','wp-content/plugins/w3-total-cache/lib/Aws/JmesPath/JmesPath.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';G,í‹ \'Ö~ÎNƒ2Ž®','rmBDxïG³3Ø2ÁÃ¡/H:µ>Á<yÆ\rœJÝ','',0,'?'),('rè3Ûe\\öÌ,S„q','wp-includes/class-wp-block-supports.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Å5ÃÊÒÕÀgQéL¸Šâ','l¹ºï‰xdaËn{:@G¾6èD¤¸9IÂ—','',0,'?'),('ré_è/™ÍHG=Í%—<º','wp-includes/images/arrow-pointer-blue-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%mârÞŒ]4¸9cÏ','Á°{&DOÀz›ÓA…fó/ÉÏgÃ¡­†íÏÄA]~À(ç','',0,'?'),('réör‡(J¯g÷(¨y­t','wp-includes/js/mce-view.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2s°H«¡Ù‘;[¿©–	s','«È8`9Ú°né-.Ê	HÇDp¢«k+ÐÎ³—ùbI','',0,'?'),('rñõ]SÅmqTŠõyû','wp-content/plugins/w3-total-cache/Generic_Plugin_AdminNotifications.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Œ[ ok•x$÷ÂC¸–','\rÍ\Z—˜ü‰]+:™[JœWµ•©4ÄH¿íŒ¿G¾\Z\Z','',0,'?'),('ró®â“ÚŒ€ú$j:à','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_top_24px.svg',0,'-\'šÍšqÀ›%ÁÑC­[7','-\'šÍšqÀ›%ÁÑC­[7','mƒ]P0è+âj¶–HPN9©ƒykË›„>ÇO4nó','',0,'?'),('r÷)æ¡òéþÒeÚülü','wp-includes/css/dist/list-reusable-blocks/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ô»Îj«Á_gú›ÈÌ_','=Õ‡µéè‚ý¾:©­f~Do„÷_1öØEœ^`¹Wk¡Þ','',0,'?'),('røn½A¬¸:ö5c=3','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_live_tv_24px.svg',0,'LŽ‡½Å»’§eÆ°î—–','LŽ‡½Å»’§eÆ°î—–','éh½fãµ—ŒÐ‰î\Z›Ycÿ+CÏ¡ &Á­Ö¦³®','',0,'?'),('rùÎ\n—Ûb°•#ð©é','wp-admin/css/media-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0ƒb”arïâäì\Z\"U¬&<','_¯©Þ×9KYò†Y©ÍHBQD{eÏ!õ$!_8¢H','',0,'?'),('rù7²È/y*¸aÚ›P] 0','wp-content/plugins/wordfence/views/blocking/blocking-create.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']ŽKï‘›oüZìrC^','£\n^L>è¤Ã6­98®iÝæ[ÄøJ3Jo—‘)T™n','',0,'?'),('rüsVÜèJÃe€—Ž,<','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Endpoint/PatternEndpointProvider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','OñÍª\'ºë´n—…V­]','ì`uhÜñ{ë©&Á\ZÒˆ<Ö\0J˜‡ÚrÜlô‚·¦Å','',0,'?'),('sGÆLŸÕg\'à©\\÷¯ÅÃ','wp-content/plugins/js_composer/assets/lib/bower/chartjs/Chart.min.js',0,'ä—kßKÞ¼pµ`2ÞØ$hÞ','ä—kßKÞ¼pµ`2ÞØ$hÞ','‰~S-—G—3®î\r™a?÷ÙmqŸ¶\0Q¡','',0,'?'),('sy2njÚ	cJ¢wd…','wp-content/plugins/w3-total-cache/inc/error.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ï*$Mðœ99¤7Ž?…',';b‘&ïu=¾›²ò“r—>‚Ã_õz*}\nõ7iÀBº“','',0,'?'),('sò‹«As”Y¼ºø¸D]','wp-content/plugins/wordfence/views/scanner/options-group-advanced.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R¾•YtO`6qzÍÂæ','ÂcV*á·òÓÈ}”ëzÍÐc*(­6Õ`Ô=9n¨—o${','',0,'?'),('s+z°.ÙÙõìÐíÚŸÂ‰','wp-content/plugins/w3-total-cache/pub/css/wizard.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ý:èÛz+³ÃD!Ó¤9','{#âÔ%æý=íÉØÙ…öã‚b	O–³’è•Axlª','',0,'?'),('s5a\ZGÏD,§#o~Êé{','wp-content/plugins/worker/src/MWP/EventListener/EncodeMasterResponse.php',0,'=¾ÔÖf¨ÐÕh*GUó','=¾ÔÖf¨ÐÕh*GUó','«$#DÎê%E nCQWìõ38<¯§Ã”Ü¹¿¯¦Í,','',0,'?'),('s7°‡KºC\\©èf^','wp-content/plugins/worker/src/MWP/EventListener/PublicRequest/SetHitCounter.php',0,'	3fcÜM†T¢>ž','	3fcÜM†T¢>ž','D?kz~÷’ê¶¨eRîÖµ©CÒ<¡`$™}°çx¹T','',0,'?'),('s9ôÕgî#Šáâ^€aÕ[;','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_chevron_right_36px.svg',0,'dbƒl„jô›µ›*ŠýÝs','dbƒl„jô›µ›*ŠýÝs','®ww ãâÏX\0O@½Hd2‰[{sN·ÀÝiû¹²','',0,'?'),('sTlŽyd½œ¯ü`Ð','wp-content/plugins/w3-total-cache/lib/Google/IO/Curl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¥\ZÕø}ÙåíÿÞ@êPœþ','QÄË´Ý£«šWÁbÝŒ:~n§/½Nq}î/”îÄÞ','',0,'?'),('st´¿Ã.\Z­¬»Ü\\ºbP','wp-content/plugins/worker/src/MWP/EventListener/ActionResponse/SetLegacyPhpExecutionData.php',0,']•#!rû*ú?‹+“Þ‚',']•#!rû*ú?‹+“Þ‚','øÉð¨$7\"Ÿ¥n»Jy^8[ßf*|WÆzÍ³ÎÿX','',0,'?'),('s~À¢û”gÞî Ks`M`','wp-content/plugins/w3-total-cache/Generic_GeneralPage_View_ShowSupportUs.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ZHP[›³(!µ˜}¯.','ÎTÄg%šÒ©éÊ®AÈ^pˆú›²ˆÿûžnâÞ¹š!PŸ','',0,'?'),('s˜wÌa#!&0W7ßì´dK','wp-content/plugins/w3-total-cache/CacheGroups_Plugin_Admin_View.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{Ñ*\0º¸ÛWø’QÚùÍã^','«I:‘´7²mk;1}Ñ›#(É(æXýC„Ac\"2œ','',0,'?'),('sœˆsÈH	…BÕÚ»Œ9ÿ','wp-content/plugins/essential-grid/includes/InstagramScraper/Model/UserStories.php',0,'.¡‘¨ªü™O}ƒº0{','.¡‘¨ªü™O}ƒº0{',']<ñF!pµbÇ„Q%5õ_Ÿ\\Æà\"9ËœÐ}g','',0,'?'),('s¡Î2K\nš°lÆFžªu/G','wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/jquery-ui.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','„Ê”Õã?¯2KÍIˆú„','ŽV1ÛóÔÅÒ\Z¸˜¸\nckÓý‰¯©e·!Ãüd','',0,'?'),('s²E¸ÎžqÈp°BíÚÖ','wp-admin/css/widgets-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','äb!¿uxµÏ©.r,Á','òZÂ4ž}¬¨ ¢EÛƒ{F5¿låkÜ~Ø¸Ø©','',0,'?'),('sÃ¢t]üsæî­a_<H','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_label_outline_24px.svg',0,'ª¶núéÔâúèÌr‘õ','ª¶núéÔâúèÌr‘õ','ü{\0²û(n„¶&9×;ÐKý«Åþ—6üfô3é','',0,'?'),('sÈŽIÙ2Ör#Î®&T÷€','wp-content/plugins/w3-total-cache/Extension_CloudFlare_GeneralPage_View.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÄQ+&z2V‘‹æâú9‡','õJŒ6¿œï8ÆcÅêà0Wº)Z!åÏÊíkfÑ.”ä','',0,'?'),('sÊè×–þš:‡û×hØS','wp-content/plugins/contact-form-7/includes/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Þ¨kŒ‚@®P?;ZF…>','à…vp@› aL•õ×W_o˜v¢HH˜WÉ]ŽíãŒ!','',0,'?'),('sÒ€µ§p«aÙ·åtüH','wp-content/plugins/worker/src/PHPSecLib/Crypt/Base.php',0,'M|ÛÏµSz8P>ˆÜ}','M|ÛÏµSz8P>ˆÜ}','~ë&0°ötC*ýþ(õj	MªSáa§Ù¹k#“','',0,'?'),('sÞÅU\'÷ìÀe@¡d‹','wp-includes/js/tinymce/plugins/fullscreen/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ò’:ñ…Kà[ÏIw\\‰ªg˜','`e¾‹	“n²í®O¤¢ÙJM§%³NìhAï¯{ghÁf','',0,'?'),('sáí¸4Œ ¢‘R¿X>OŽ','wp-content/plugins/wordfence/modules/login-security/img/ui-icons_777777_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h…^n=(Š±&¡ñÝ‚¶N&','S²óDIBÿzÑ_-?(YÎãpE¥yûÆ¹A¡','',0,'?'),('sìÃË±ŒY*u¿©áO„','wp-content/plugins/wordfence/vendor/composer/autoload_psr4.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ú*q”¶BIt§ÓŸA<\"','6qQ¥†î`ð·ˆd!cf¶¶.ð‰øBxq','',0,'?'),('sî‡*üˆvƒ`¬c’','wp-content/plugins/js_composer/include/templates/editors/partials/add_element_tabs.tpl.php',0,'ºÕYO°•Ó— †Šþf·','ºÕYO°•Ó— †Šþf·','WÆ¼êX3Ö:P)V½>©ìÏûÝã/¢G(}‘Ð®m','',0,'?'),('søïˆü*TV©1¯oE','wp-includes/js/jquery/ui/effect-blind.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','«¼ôã{5¶æÅ%ko','­œ0ÊŸ\0`rz){ì¥µ3¼[ôª[q[“°Ùµ','',0,'?'),('sü•vÆzœPokä!ÎWé','wp-content/plugins/w3-total-cache/pub/img/sidebar-background.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¼#÷Q÷(pÏhF4gJÌ¹','þ°‘c´ÚË˜_Ì9âAÍ!U¤\ZŸ!ó‰wÉ\0ð©','',0,'?'),('sÿC4M¾*µ¾*B«)µ','wp-includes/css/wp-pointer.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‡ÌÈÔ—ð°¥Î$À¾ý£','½\"U•TûÊ¼­üÝËÇKÐƒÛ”Ýˆ^ßºL¨é','',0,'?'),('t\'epU¡=Y;Ëé®','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_playlist_play_24px.svg',0,'æã¶%ïhÓ×¿rìº4£','æã¶%ïhÓ×¿rìº4£','w8Qœ¥ø£óO«Ú‚¸]:KB‚H˜¶JÀ™s','',0,'?'),('t1­„ÞàÚÉõR•ÞòÛ','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Endpoint/EndpointProvider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A#™^ú\0íƒÛC€¥Ž?ç','õîû>š\\ÈE«ÂÂ/0ò¸ž™¥t,’Ú¨#$ƒ¼j‡.','',0,'?'),('t\r‹)ôÛg_ÓÇk,²','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_insert_emoticon_24px.svg',0,'l!qM+çxñ k-‹è','l!qM+çxñ k-‹è','\0ê§¤^vÞ•Oç›ÎÍðŠ–rü—r œ0#‰Õût','',0,'?'),('t\rÞ[üÕ9*5W­bâã','wp-includes/block-patterns/text-two-columns.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ˆÿWÌÛ†eø±¿9¹Õð!>','bP9ÐêÃúÞ¤yP¯ÛågãÑ\"î¬Ä˜ü‹\"VÀ','',0,'?'),('t$<zbRõ®p&’rÍk','wp-content/plugins/essential-grid/includes/wpml.class.php',0,'tž¥9»¢©JDÜ#5Ížö','tž¥9»¢©JDÜ#5Ížö','B²ì±«Ñ)<ð¦RøÄArÒ4ÅŒlÆÀ%','',0,'?'),('t/„Œæ¯‡Ji6WXÄýÞ','wp-includes/class-wp-recovery-mode-cookie-service.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Qê-‚©‘¢›*xrfå˜','Û8…-ÙH0Fãy¿£ G¹°–÷¡¢ÚãýÇ‹Þ','',0,'?'),('t6·îžO¬\raŒÈ†ëf','wp-admin/js/plugin-install.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ø]¥4ßªu,Æ+:ä^¯:;','xÐSÏâ4e¬b,çS,8®?á-©ë\"˜Qn','',0,'?'),('t8ŒÀÐïp¯Ì‹Õz{jDp','wp-includes/css/buttons-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','’$úæCä¤YÜB½TéfÌ','Ì»d8\Zñ¼ní“ÜÙ4© 8Ð>¨)3¿ø–Úš','',0,'?'),('t?“’õ_ëƒ|«i»3w','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_flash_on_24px.svg',0,'FÑ`Ã±àð@ªÎ(˜','FÑ`Ã±àð@ªÎ(˜','\n†›=Á•¦åHîìö•XÐð>§æ“e-•khkìí	3','',0,'?'),('tUÒ/Ds¤IÚ¤Üstã','wp-includes/js/wp-auth-check.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*LüAñ`æ2Ú´ÿHd','O²‡ã¼fá¿òó¤ásžÀã0BÆù·9šZ_úß2','',0,'?'),('tW€Ï¾ÒL4õË]TÜ\'Cü','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_widgets_24px.svg',0,'ðƒPÌšÜ]¯|‰SN','ðƒPÌšÜ]¯|‰SN','0{K­š^–ž®êËB€F!mDq<ë¦	í¡ÕÌB','',0,'?'),('tZÿ†òf—	“OylZ•R','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/character01.svg',0,'×U¨ž«¦:J„þ†V¦Àhî','×U¨ž«¦:J„þ†V¦Àhî','ˆÇR>ÕSŠ@>èDeTC é`ÏO¶Gy¢þW÷{üÏ','',0,'?'),('t[[ö=ª6u7;YºžT¥','wp-content/plugins/wordfence/modules/login-security/classes/model/crypto.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4s[•ÍçlAc4Áf¡¨ö','ÆºÌ>Êy×.~yK¾^¹)*f´°´‘6F·','',0,'?'),('tk¡om<wU¨í+í´','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_videogame_asset_24px.svg',0,'º?%‚\0&›ÇªF•s Í','º?%‚\0&›ÇªF•s Í','ÖrßJõe/dÞì¸;.Z’š8.ÌˆÒ1¶*ÍLB','',0,'?'),('tm6Û—ÀqºÿŽ.£=j','wp-admin/css/colors/blue/colors.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5„©x\"þÄp½ŠýƒïÝ=V','9Ï´1ñ*\nfB^è\"5e&ÞæµK@eBu!¾9¤','',0,'?'),('tm¶\n£‘GO	\'ú\ZÞµ','wp-includes/js/jquery/ui/mouse.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÙÁ´ëäÄ²iêðÀ\r³Ûà','³PÓË<\nŸ§+Šqþ Â™ÏÌNJÉ+ëäsÚÂîb·ñí','',0,'?'),('tt®0dÑ.„ºê<\ZµoÖ','wp-content/plugins/worker/src/Symfony/Process/ProcessBuilder.php',0,'*”cÐ`ÊÓgc:d•²iy','*”cÐ`ÊÓgc:d•²iy','Acn~ú€ì/˜«Q{ïW£ÑSœŽV»nƒ','',0,'?'),('twÈÝ=ÌŸØÒ\'3_^ê_€','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_3_2_24px.svg',0,'È|pX$†È¬o(ïN¡ÕÉ','È|pX$†È¬o(ïN¡ÕÉ','C£~È_=<+y–·¬Ð_P+¸Mœ‚aº3O‹]iÏÅ','',0,'?'),('t¨€û‘.¨Ã••81½','wp-includes/random_compat/random_bytes_com_dotnet.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nM@<ßÛA6Â@!Yàç','.#©$.Nñ.ÜÕ\\\"ÜÀCuj€%HŠ‰EJÖˆ^a','',0,'?'),('tŠîŠ1?„8Û%,¹','wp-content/plugins/w3-total-cache/lib/Aws/Aws/ClientSideMonitoring/ConfigurationInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Š…üOF©¼ÉP~vï','+!UŠ!.¹]0£`ÄWB\"V…œ…g´DpÚ½ðÞŒ','',0,'?'),('t«g×½ÔÎù`Þ³;÷])','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_access_alarms_24px.svg',0,']ìmÖ³w(M\r®îEQ0ï5',']ìmÖ³w(M\r®îEQ0ï5','d¥‡÷ÔÈŸ[2oý6ŽÌt®1,i`4ÚRÑR¼5','',0,'?'),('t¶¯qysd.\\‡¹×ù','wp-content/plugins/w3-total-cache/lib/NetDNA/W3tcWpHttpException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Îç›Øªe¤‚V†=1V«Ã','BWí0]Ôö<;\n¦þµ²/‚ÿ­QáþÕ¾ðE¸Õ‰','',0,'?'),('tèÌ@ó­vÜ‡X','wp-content/plugins/worker/index.php',0,'gD,Vë§=\\ÆbP','gD,Vë§=\\ÆbP','k‰À—~	¶½UH\Z¥ÖxƒPêÛAÌ„¢ú<¡ž;X¨','',0,'?'),('tòžÖ*äàh†¥_›$>r','wp-content/plugins/worker/src/MWP/EventListener/MasterRequest/AuthenticateLegacyRequest.php',0,':Ds•mM‡öMÂá\\w5§a',':Ds•mM‡öMÂá\\w5§a','¹—œ~î¤G\0¶}Jb¨t¿CÚGeÈ[¬™\\H','',0,'?'),('tûÙ„äñ\Z°²qC~','wp-content/plugins/js_composer/config/deprecated/shortcode-vc-cta-button.php',0,'ó¶­ZìÒJ	Æâ—Äð{','ó¶­ZìÒJ	Æâ—Äð{','ÀêŸ/Ê&y¹^wô¡G°Pß|w_g8b2ç¢+h','',0,'?'),('tþ×F.ñqîDä8\"è!','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/user07.svg',0,'\0÷e”×{ÿŒV¬¼^','\0÷e”×{ÿŒV¬¼^','K­zö¼goùÒÛ\\#Y„ýªÄ6e¶œñgINØ§–','',0,'?'),('uê6êÈ4E~ñø:ðï','wp-content/plugins/wordfence/images/icons/working-indicator.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¿«œéVF‘ ë{N	þ\'G','„fXºîRZ‚|:O…b Ç=fê[yßÛá5 ~	','',0,'?'),('u3‚0Bi>ý#zCÓeEz','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_av_timer_24px.svg',0,'×Ì\r¼‚M§‘õé\n¤—','×Ì\r¼‚M§‘õé\n¤—','gi{ŽæÇGÄBƒ29‰Iìžúè™Äå¬©òul!','',0,'?'),('uÍn«q	mC}?àüŒz','wp-content/plugins/worker/src/MMB/index.php',0,'gD,Vë§=\\ÆbP','gD,Vë§=\\ÆbP','k‰À—~	¶½UH\Z¥ÖxƒPêÛAÌ„¢ú<¡ž;X¨','',0,'?'),('u!òò+èÏ\ZôŽúƒžŸ¾','wp-includes/SimplePie/Cache/Redis.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o.*hí`|,{¹ÝÝmg','ƒYj¸qµ’O®L’ùŠ§1˜€‰ÜvÄî¹|âb}|U','',0,'?'),('u2èü=XtÔœÚgˆ…ƒÉ','wp-content/plugins/worker/src/MWP/IncrementalBackup/index.php',0,'gD,Vë§=\\ÆbP','gD,Vë§=\\ÆbP','k‰À—~	¶½UH\Z¥ÖxƒPêÛAÌ„¢ú<¡ž;X¨','',0,'?'),('u4TKçôÜt\\öGÆb:Ü\r','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/Uri.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','É45™ÿ8¯Ë\"\\6Øz|','½\0Êf…›\"%[6¸J‹j‰XWx§+Jí:ÞíÕ¥;ÈÙ','',0,'?'),('uAÓó¯¼éãU´w~+','wp-content/plugins/w3-total-cache/Mobile_Redirect.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i¿óuºp=.´ 0','Œí}êÅ^›é‰*«¯1ºòÈaê¯\ZcçAâ›FyöþÓ','',0,'?'),('uEã<#RÓJ\\æMá25','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_assignment_turned_in_24px.svg',0,'¿¨ôÚV(`pÉÅe›ø¬V','¿¨ôÚV(`pÉÅe›ø¬V','g°´S†Uñn„}ƒr€õI¾SšÞ·OÐ9-·f—','',0,'?'),('uFùÝVâ‹\'ú†´Îj~H','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/character05.svg',0,'Ò˜v(`\n9Âž -$ÕfyÄ','Ò˜v(`\n9Âž -$ÕfyÄ','§[p¹y×“8˜gÉ‘Éø9Ì¤ªê©ïŽQqufø G','',0,'?'),('uTñÅJWÎÝçê\0ýn	','wp-content/plugins/w3-total-cache/Util_Bus.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^Ø³Œ&H|ºtxWÂb­','ù€ÞÆÛ­—O)j7GE]³ÙŸòW®Ö+¥‰%QWÜ3','',0,'?'),('uVA¿&WysåO×X¹®','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_subdirectory_arrow_right_24px.svg',0,'®šÍ·EñìÉ»‘JâE7','®šÍ·EñìÉ»‘JâE7','@í_¬×\'§Æéh%ñBÃ¼O‰þš?í¦ËB“èø\'Þ','',0,'?'),('uWIAy~Šc$5Á¼À•','wp-content/plugins/revslider/includes/InstagramScraper/Model/Tag.php',0,'|…b],?	±Áð×åg','|…b],?	±Áð×åg','{Š6zÀ±:JÝÈ§Âö^lñ¼Ñ×5éxd?ØÎ§','',0,'?'),('ueö,\"\n	îh¸g.','wp-admin/css/colors/_mixins.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X`ÂÀ oiø`HxþƒºC','¾âãdËpeÜŠ&ÂäÎþ¥¿ÑáÊê—åú’ìÄÞs-ñ','',0,'?'),('u†\"˜S\Z¾ŸÕ‹*|‘^','wp-content/plugins/w3-total-cache/CdnEngine_Mirror_StackPath.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ŒE?…•gNÂözÄT‚!','¼Ž1.þgÍjÁx–$öØ‡	¯›Éý?“5V¦·¢èX','',0,'?'),('uˆýúë[ý…†äêÚD','wp-content/plugins/wordfence/views/waf/waf-modal-wrapper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÅnÎ³UÇ©–7P½F‰¨ó','fÌÿõ4úîé´Ö’p.’Õ•*šðë^Nlü8 ïèA','',0,'?'),('u‹òæ–R*ªóå¨9-y','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Resources.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','îoÜJÚ+ Î[ÝñƒÛ$','¤½Å÷8kŸÝý·ˆ C\r¸÷ôÐÃ˜º«-Ñ˜ê#M','',0,'?'),('u¥5²£Ò?µ–6TÇ@','wp-content/plugins/worker/src/Monolog/Handler/AbstractHandler.php',0,'Q¡!>fØÌ9^M×FäÝú\n','Q¡!>fØÌ9^M×FäÝú\n','NweaE½¨ç9ò§¬ÈKN}r÷\ZhÇùhž#G…ö','',0,'?'),('u¿Ü3!pA³f…)R¯MÛ','wp-includes/js/tinymce/plugins/wpgallery/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ç_ÑvQ8_Æ$Í?¤','<ÃèA0Ø6kJX\nvA/„í%OÜ-v_²¢Ý\'püA@Ø¦','',0,'?'),('uÂÆ›#üp1Ð¥.b.Â','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Middleware.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÔÀÚjË³)iùfW‚b','ˆ@Î\",½JT‘×º	UpÏ‘êk¬q¯×6ß[£†','',0,'?'),('uÇ0 \Z›\ræ{ím8ôK','wp-content/plugins/w3-total-cache/pub/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÔŒÙ\0²é€	˜ìøB~','ã°ÄB˜üšûôÈ™o¹$\'®Aäd›“L¤•™xR¸U','',0,'?'),('uÇm-OÔÜ\'ßë]ƒ#','wp-includes/sodium_compat/src/SodiumException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','«HDfé×ae¤ãÔz°R','ã¶œ\\‚©L>LöN-@G\'Ä×tmGºãi€‡kRß®g\0','',0,'?'),('uáqg\Z\0‡8‰hÔ­û\0ð','wp-admin/custom-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Øòyôô³·¶ì&›','óÎ˜ò4ñêCÚw@…XdoÖÂN=wéëŽ<~oÇ','',0,'?'),('uê6_Ý(]vÒ…lÜóÍ','wp-content/plugins/js_composer/include/autoload/post-type-default-template.php',0,'©xÊšë¹)¤Ÿ‹üâ@.i','©xÊšë¹)¤Ÿ‹üâ@.i','(Ö@ÓÖ9œ~Åë¬ª¸“yšÈ£Ã\nvÖ‰¡','',0,'?'),('uí:ìz§2©DQÉï4','wp-includes/blocks/tag-cloud.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Í@{À\Z9Ú›ÍÃñS6žˆ1','¨1ðÊª†—ðûVÞIT/£Œªmøw/(\'•¶tÖ+½','',0,'?'),('uî3‰A`€0‘ÏVŒ7','wp-content/plugins/essential-grid/admin/views/skin-pe-icon-7-stroke-list.php',0,'ïôà„¤ájï<]ÒÎâ(','ïôà„¤ájï<]ÒÎâ(','[>Ü~Ïr©Ùä_K°51/‰Þ>áPÅ¥Š¢º&','',0,'?'),('uö/½ÊÖLàâGqZG³^','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_2_24px.svg',0,';–ç€5DTÚ%Èºd»¨.',';–ç€5DTÚ%Èºd»¨.','%nãÃG&AÖxXýS÷Kz	*M2jÓ[Î-M|ì ˆ','',0,'?'),('uÿ4rî-šN^âÁX','wp-content/plugins/essential-grid/includes/InstagramScraper/Model/Location.php',0,'þTVµ¬®K Ê¶çÊ','þTVµ¬®K Ê¶çÊ','T‡¯:•cëRùm¹¾“Þ©B%	n²v®)ršºãÙÊL','',0,'?'),('vÚ´¡åÇÖV¹½ØKµúP','wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','“áÇPNÚ¡\'fÂÏÙ','\r]†~[²†¯¿›÷_Ë³¾P˜BÊTA`î©½Ç¯*,O','',0,'?'),('v–)F¼Û~q„‡œ?b','wp-admin/includes/class-plugin-upgrader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Kèîå­02‘Ê½Joîûh`','‡DÚ*ç(«]ïñx9ë×gÖ›šhœûñæW:ÕÞ','',0,'?'),('v’Ä+QÍoÁÏ\rõg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_build_24px.svg',0,'TtJÇU~Ä#ÚV[ÿÇ6','TtJÇU~Ä#ÚV[ÿÇ6','€‡C\\\0ø\"ÞËŸ 	0³ \'+ù„F~ÞbÒ`C@fk1','',0,'?'),('vf‰ÐNxàZkÌŠFòÒ','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/coupon.svg',0,'íÆWÎ1Äê°‘UÔsôSÚ','íÆWÎ1Äê°‘UÔsôSÚ','néÀÚ›Q®Œ\"`•¢°T¨óšÌJØø4/Z‚XPòƒ.î','',0,'?'),('v´Nc	åˆž£jtxó','wp-content/plugins/revslider/includes/favorite.class.php',0,'IVÓD¤30¹#¢ðU”¤P','IVÓD¤30¹#¢ðU”¤P','—q;þ+¾W8#cºUÔ÷µî0c9ã³Ã©\\ì†hc','',0,'?'),('v:÷ÅÌ%ZOb»¾í','wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/dropdown.min.js',0,'¸£ÍŽr4a—LÁ!Pêï½4','¸£ÍŽr4a—LÁ!Pêï½4','â§)USédÄÿÚrà?àˆ™KLðŒ6%ÃGŸú4','',0,'?'),('v>”Ö.Ië˜øoö','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_wifi_24px.svg',0,'V¤=Bj2…ùgUÛA','V¤=Bj2…ùgUÛA','œ!7v´4ÞVÍ>îŒ«ÎñùA›è‰Û[ÖdT3ó6|\r\0','',0,'?'),('vGoù&\'\'3ŸNÞ?','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_looks_5_24px.svg',0,'¨ÞÛÏÙ¯ÏmdÖH¬P¬','¨ÞÛÏÙ¯ÏmdÖH¬P¬',';k•}ß«\\v“ltˆ»î•€ÅÊöWFCODµsyÐ','',0,'?'),('vK;@ÑsºaU1;©	^©','wp-config.php',0,'KÍ­Îš—9g÷b¨&òÊ','KÍ­Îš—9g÷b¨&òÊ','CFí\Zþß/é}5}*ÚfHŒê$NýîÐX9=œ@h','',0,'?'),('vLM—.fÕìÔ%OMR','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','›4¹V+=?kÅ\r²áÌ','_¶âÞ¾x:ënOsO¨:dÑ\'\0—N=–ŒÒkà','',0,'?'),('vM¸m*&Z¶`\'/bÑ+','wp-includes/js/jquery/ui/effect-puff.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ªCHÌØwœdßÜÌÖž','sä LMÃ–®,sKº“\Z~Q#Æ.0WÎN×³_~','',0,'?'),('vNŒŸ0!ÑSjœÒïT¡','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-pie-chart.svg',0,'5Ti3´êž¥Ãœµ','5Ti3´êž¥Ãœµ','{8î¶æx\Z\ZŸÚ›Žá<¨YvH\nîè¨Zê0ÃpW','',0,'?'),('vTÓI3N©\'~a“0›e','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_update_24px.svg',0,'çäO@™ïnÈAÀÜ^O•¦','çäO@™ïnÈAÀÜ^O•¦','|ý/cÒ‹ÈíÌ#›Xq¦RŽ.É³étÄ˜x=¬4Ð','',0,'?'),('ve×¶\\°l.—Ñ…{','wp-includes/js/dist/vendor/wp-polyfill-formdata.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','í‚883œ ø‡“úxÁá\r','è·ÑX¥†«—ñ˜rŠq-¾þN)–µnhlÁL’$¿¿¥','',0,'?'),('vi™fuPâª0^ù>d¨Ô','wp-includes/sodium_compat/namespaced/Core/ChaCha20/Ctx.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÂËSG°ÎËº““F¿„Ã','[Þ(˜®R¸ŒêäëìôŠ$¦£2oåãtûb÷ç','',0,'?'),('vw ‚knÌqßõtÿ','wp-content/plugins/w3-total-cache/Cdnfsd_LimeLight_Page_View.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÈEÈ~M6ÌÄ“KF\0É','L©zZD\'(AðEãìeÝ¾ç=/‡zcc°îÿoÔé»Z','',0,'?'),('vw·Êic£÷îØ4‚ã','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Middleware.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¹né:õc&ŸEªŠÍþ','}.…É`Â™¶…w¢ý-rz9ñMÄ.—‘Œ™¬Fê\Z','',0,'?'),('vwÙÑ@ˆHÊÉz–F¦','wp-admin/ms-admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','…UjA£Ú¦Yq€uˆ­	','íÈ\"G\nÁÚ”±¢·MhÀQ§2¸à›l’\'°Üµø','',0,'?'),('v]¿z‹ðÔåšÃ3»tB','wp-admin/includes/class-wp-importer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mÅL\0±4Wd«nô°tG‘Ä','X\\¹m¯ìØ“Ëþ>^\'‡_4Ð£³«4Ô—œ¡·ÕuV0','',0,'?'),('v®ÅGQùÏ6»ÀTò\nâ','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_import_contacts_24px.svg',0,'Yé-Š•ÕA«Êh3\rÔ','Yé-Š•ÕA«Êh3\rÔ','ÜÁ„×•€‡Äa´´¼]Ö®<\0¡ý«>‘º?~_­ôLè','',0,'?'),('v‘ÅˆÏæ•DWêþD¿Tœ×','wp-content/themes/betheme/woocommerce/single-product/tabs/description.php',0,'MswfÐCƒ/”ÚÝ','MswfÐCƒ/”ÚÝ','NÄFZ[Úö/ÏšDBçHàà*zæùW>¿Ö‹Š²º’','',0,'?'),('v’pGWÜÊ©‘×j>^Ÿ','wp-content/themes/betheme/functions/meta-offer.php',0,'™âh›÷ÆÈùAQ/_Îž','™âh›÷ÆÈùAQ/_Îž','È™´8òï«öÿÙpÉJd™Û3q¦:Å“]¤\Z\r4q®á','',0,'?'),('v˜3\"ž½¦÷ïR^bZ','wp-content/plugins/revslider/admin/includes/plugin-update.class.php',0,';¹¡“«œ™-°¾ùñÐ',';¹¡“«œ™-°¾ùñÐ','F~í%å¯¦uæâ¼j	øä%\r°Ö,a\\íÍ$_','',0,'?'),('všIÍÁÁ¹ñK]†YLe¨×','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_sim_card_24px.svg',0,'`OeM.z1Þb¹Ù;†ßð','`OeM.z1Þb¹Ù;†ßð','zlÕw‹ûIÉb»DìiŠ9á/¤ÁGkþe­!²Y2\\','',0,'?'),('vžÛ~rI:ç°€}øº“K','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pulse.svg',0,'¤¯œ ìLTaOûG Qªø','¤¯œ ìLTaOûG Qªø','äþÀÀ³Zze;W£cûÐi\\´Q*’N~iá','',0,'?'),('v¡–Þ£ãûRï','wp-includes/js/jquery/jquery-migrate.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','É\0õ6¾¿?Ù³÷±tÑ\r','t—è&ähpµz‰³wÄð¦& ÏÅš9&”7ºŠºåv','',0,'?'),('v£a½—ó®™°sÓæÌ','wp-content/themes/betheme/functions/widget-tag-cloud.php',0,'Ñ]æ®^âR?ÛhsRÌ˜','Ñ]æ®^âR?ÛhsRÌ˜','¡rÏÆÏkÜ‡ÀAy½A’ÉoU,êƒÄŠ‡¼4Ì8•h','',0,'?'),('v©\0ÛùæÐÏ¨½UËMèe','wp-content/plugins/revslider/public/assets/assets/svg/file/ic_cloud_download_24px.svg',0,',Îîþú¥|,Ÿ®Zäœž',',Îîþú¥|,Ÿ®Zäœž','ôö/\nTj)&•ZðBQ$ý°¹@wn}&ÈsH\rú¹','',0,'?'),('v«£©Ó½\"Ç Œ\rÃ\"','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_pause_circle_filled_24px.svg',0,'¤_MyŠ9°TçKäVq(','¤_MyŠ9°TçKäVq(','ø”ÖÒoj½ôLV)ØfÝíXhc¨båyúQ¦ï','',0,'?'),('v¯;R´yc>ÛÒ)’\ZµY®','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_sync_disabled_24px.svg',0,'wµÉºOòºÚn—Áí','wµÉºOòºÚn—Áí','Ö½ò6V“û†0ÃÊV	È\"µ¤\'¿œæî?7¦X…6','',0,'?'),('v¾;3ôxƒÑJ˜¨ÏV/','wp-content/plugins/w3-total-cache/lib/SNS/services/MessageValidator/MessageValidator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ò°š›A-ú˜4×)£Ì','bTóô{fŒ¯Ìê;|~_½%z£ŸÍseî‘è','',0,'?'),('vÃ¢,\\­+Q¹åÕÛñÖ§','wp-admin/css/l10n-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÁOSµGfKç½šŽ8ÜÛ]','­dòx‘¹ñk3rþÁÞ°VNÄª…eüt³-ü ƒÜß','',0,'?'),('vâG‚.Âg·AõÆ#õré','wp-admin/images/align-right-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hƒl½>rº]£lWÆÀx','¤V:ðh¯ÁÆ#È†BTÖ5i\0¥?„ùcÀBcá„ôÝ','',0,'?'),('vãÊÄõ»¹…§·š%vI','wp-content/plugins/w3-total-cache/lib/Aws/Aws/AwsClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ûä/³Ìè™ØÁ6ÀZõûO','0¿\nª_V¤¦³%\0t]wÍÐ¥½º	&Ò½‘ÿGæ~','',0,'?'),('vå°ì´âOSHÃŽN','wp-content/plugins/worker/src/Monolog/Psr/InvalidArgumentException.php',0,'küª€F„L~­G>','küª€F„L~­G>','yÜ§…y@6W\\k>™öPÉeCÐv¶=\ZSÃ“D…','',0,'?'),('væüáâ4Ý|>í<´ÿÀ¨','wp-admin/js/xfn.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','÷éÍÕp‚¸)¢·','¾v*KÔ:œª½	‚ÞRzo©k‘¸ÞM</ÛkÏ+','',0,'?'),('ví*‚g¸ß1ùß,‚y','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_image_24px.svg',0,'°–ðÚvËÍ¦F1ƒÇ8?','°–ðÚvËÍ¦F1ƒÇ8?','É§bN½=Í,Ëgê8rö	(M«¢XjOåAã`sÀ','',0,'?'),('vð{#¿¹lš“b\0}ÓãB','wp-admin/css/colors/light/colors.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','™v¬¬&‘Û\Z¹ÙöI(','Ò‡ë£§—¹as±àos;£Q\"â´»ËŽñÕÚC8Ì','',0,'?'),('vôãYnès Šuƒ~,|ã','wp-content/plugins/worker/src/MWP/IncrementalBackup/Model/File.php',0,'ìßz+hà/?ÖÐ!¹ˆ','ìßz+hà/?ÖÐ!¹ˆ','Ä(œœ@½ÃÑ½7)\r¸bY–ñ;CV ¥HŸŽ','',0,'?'),('vúÒ¸);D°~J\"àq','wp-includes/js/jquery/jquery.form.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÐŠn=iÿáf®ƒâ5]','þ5\\°\'=\'¤*m%,¨kC!<¸÷…2ƒm=ë','',0,'?'),('w6½dñÂºbLãOëà','wp-content/plugins/js_composer/include/templates/params/vc_grid_item/editor/vc_grid_item_editor.tpl.php',0,'£&¸jXÌn¤(-r|?µ','£&¸jXÌn¤(-r|?µ','Y+šÂá·q\r³@Z€j.ÃÆ6]*âÒÇÜážº¨%','',0,'?'),('wIÃåbÅ‹Âý09Co','wp-content/plugins/testimonials-showcase/resources/colorbox/i18n/jquery.colorbox-tr.js',0,'Þs!ûó£Zgtçk¬˜c','Þs!ûó£Zgtçk¬˜c','5¿\\Ù¸•ÍU~¥<1yÇ-à››Ü)Ÿ«&r','',0,'?'),('wuèšl|åõp˜ÊQ','wp-includes/js/autosave.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-j—,OÓõ3ZÂ»¶O2ó','B¿\"k4ÂEM1@oíyLx?ë±\Z¨Ðìªe\n»Jg','',0,'?'),('w:öZ&?\Z6êìvš','wp-content/plugins/revslider/public/assets/assets/svg/social/ic_notifications_paused_24px.svg',0,'‹¡Àk]ëg«GHÑòÓv+Š','‹¡Àk]ëg«GHÑòÓv+Š','Ý5TLykð“z®Lõc6	!³NÞ¬‚›\"¢,ÄÓ¸','',0,'?'),('w#C°ýÅIÿnTÞøŸ¾','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Signature/SignatureProvider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','—8œÃ~ÃcÄïcX/š','Zù¨sçqÕÅ¹ÿ§†2 œVj9KC÷ê²^#Iá','',0,'?'),('w%óÀè¹vòy9Zˆ:˜','wp-content/plugins/w3-total-cache/PgCache_Flush.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','è¾Ôßu½€Gýt','	@%mx\\óHQ…ÈzÕ<Ë71c$õ÷ÉÞ6-úº','',0,'?'),('w*ÂŸäú©¼j%ÈýÜûÇ(','wp-content/plugins/revslider/public/assets/assets/svg/toggle/ic_star_24px.svg',0,'<M7Ty~O„Ji¸¤o','<M7Ty~O„Ji¸¤o','ÿÍ¨iå”gÎgO…±x8õ†l¼å±öÄµ”®Í¢€','',0,'?'),('w0ú#¨zZX÷ãS!¢g','wp-content/plugins/worker/src/MWP/Crypter/Interface.php',0,'¡É„«‘=L¤ØXqº¼_','¡É„«‘=L¤ØXqº¼_','9©t=êl`ó<vú(À<–ñg„\'ª¥~ÑËHþ›Ù','',0,'?'),('wDIš«-EòI×lå','wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-multiple.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T¾š%öa;B3>|CXý®','B;,Èy_Ö: $²ÈÏÇäµìE5¨œB0„È\0','',0,'?'),('wON`XK)k˜²°b4å½®','wp-content/plugins/revslider/admin/includes/folder.class.php',0,'æÿÀOÇ5(ûà]Ïq›','æÿÀOÇ5(ûà]Ïq›','é’Ä \"MïPHrLFïœ=Š°cK=VÍø!ã\"Qd','',0,'?'),('wO…±u‘­DÃ}é/nÄí','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-tabs.svg',0,'WÎ ‰rõÎr¸ÿêc†¶Ê','WÎ ‰rõÎr¸ÿêc†¶Ê','‡\r^‡~ùƒ©”-BöËBwMž–GŸ\"t¸Ì&£ÄX','',0,'?'),('wbN »Ó-¢Äúƒ½çÚ','wp-content/themes/betheme/functions/theme-menu.php',0,'m§Yò—0ýQHoÖÙ÷+~µ','m§Yò—0ýQHoÖÙ÷+~µ',';½l‰­¦9çÁb\ZX|°Wâ\nsµ¾‰FãŸé8£','',0,'?'),('weüÜjÿZôõq²IÃ','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/City.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(¯,ƒ ”¾¯EÚŽæ†;','5+úSïsY>%ór9–7ä–5[Ié=Ä`<2MçÇ','',0,'?'),('wwelmƒš­ d×ã®é','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_thumb_up_24px.svg',0,'ÓÄKš{ÒWÇ’áûÜŸkž','ÓÄKš{ÒWÇ’áûÜŸkž','»‘ÚØAv\\–«GU#–ØÝätB ™_¼tŽ7HS¶,³g','',0,'?'),('wƒ1 B{Ñ\nÙ-æDŸI?','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_straighten_24px.svg',0,'~A\'¯¬ ­Œˆ÷Š¹','~A\'¯¬ ­Œˆ÷Š¹','U’j–Ós1¤Á\nÏ=±¹,jhõ[#yäàB‹—†','',0,'?'),('w‡„0’ª–Þ8GX×v','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/award5.svg',0,'ÊÜè7ÙŽ2iNþ}³ ','ÊÜè7ÙŽ2iNþ}³ ','\"*!¾çÏ™*Er÷M¶·[9»fµ“þ.*Ýƒ…8Bô¼','',0,'?'),('w£¤ïLýê£0œïð]r.','wp-includes/images/crystal/code.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`ï1²Ïúï°õ1®9',';ê©67˜¤ƒ”\rØ!ŠíÛçx\Z_@H×Ã&C”Ð-×ã','',0,'?'),('w§@ÏI©eÆÜR²fù7ÙÅ','wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/symmetric.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¹›‚hŒR´€à¬','§üö=ömHüÕ/¨\neÛýëC¦3Øu58‚','',0,'?'),('w©z‰.@Iz›þv¿','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_tab_24px.svg',0,'^q¶Â~R{ 2ÇÏìWëu','^q¶Â~R{ 2ÇÏìWëu','³Ä©£zÊ	k\Zyc\ZJÓ	õ²Š÷Ñ{ 6Z Ä','',0,'?'),('w¬ÃcU(ù6(ÅG“šS=','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/user08.svg',0,'@`×W1®xñÙ;Ã™xs¿','@`×W1®xñÙ;Ã™xs¿','”ý_™ÅÉ[f|À>Æèm¸>S\nèŽ\0‘ÌÇJÐè','',0,'?'),('w®ô`MËá>Ç{Ôƒ´','wp-admin/includes/noop.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','XÓqj¤ö‚Ñ\Z!ñ\r:´','dËŽJ©™Á¡æÔ˜P[\n=¾ŠQc«‚®™PÞ','',0,'?'),('w»RÒ¾z\'*m3@™d','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_all_24px.svg',0,'d²‘@Å‘\nÆòb·ªðï2¹','d²‘@Å‘\nÆòb·ªðï2¹','y€	e	MÿŽtiÙ[x€SãëÇ.õŽ$.3\'pÚF','',0,'?'),('wÃ‹ôíÊ9/,+1ý‚','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_libsodium_legacy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Cï‹ ƒZ8åt\"','avxu«‹í¶j¦«=žI¢S¶ÑD{‘ùÞÁ’!','',0,'?'),('w×˜¶\"¾Ë§e8ÍSþ&Tm','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_video_library_24px.svg',0,'G¯5.¾nO\ZbNÒÅuF×','G¯5.¾nO\ZbNÒÅuF×','|\Z¤(‰íëCvkn¬˜òWWôU¾.²C·âÔ[o`!','',0,'?'),('wý;˜\0qFˆ 9êH]','wp-content/plugins/w3-total-cache/inc/options/common/footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~zÍîµ‹ÇÂé^½\'','ªÃ&Q±V|F›O%]o±úhYµ6‹Ù¥\Zù «!Ï#','',0,'?'),('wýúÚòáÊ:}V¹¼P','wp-admin/js/common.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ë¤Ä|<¼¦ôW¹Áqhr','³*¼íÐ:\ZTkHu\"Y=8ÙaRâƒWâ%Š£9','',0,'?'),('xó>ÓæE\\°•Q;š\\','wp-content/plugins/contact-form-7/modules/flamingo.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','±¡ß*%†8¼ê/¾Xèò8','üsÃè¥‘‘*~b¿£:”˜‡¢í\0.:ÿ9´Í/f–:','',0,'?'),('x\n¼P¿ÝL50]ÑÝ*','wp-content/plugins/revslider/public/assets/fonts/material/MaterialIcons-Regular.svg',0,'¡­êeYLP/”(ñ:âá','¡­êeYLP/”(ñ:âá','å´‹YCNîèëŒ§´:Q9kïÀ…d€Zkx¡ƒO','',0,'?'),('x	G!Nä·$¥.šdŽTbï','wp-includes/ID3/module.audio-video.flv.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r”¿‰ˆwÞI‹@ŠÙ',';hg¦D¡)\rã¶:n¼ëýøe8c´ªºÀÜê\"–.Ô','',0,'?'),('xß†+?5q2T™™','wp-content/plugins/js_composer/include/classes/core/class-vc-manager.php',0,'Éj®YÔÆI &DOð=','Éj®YÔÆI &DOð=','’UÅ:!½¦ŽÍø)_í(§Œc,9Q³>_úÍþD<','',0,'?'),('xÝþ¦¸Wø©OÃ‘”um~','wp-content/plugins/js_composer/assets/lib/vc_carousel/fonts/glyphicons-halflings-regular.svg',0,';1áÞ“)y3L„É°|ní',';1áÞ“)y3L„É°|ní','ÕA†	!ÌßÞ®ááy8tXòw7?/`a/³<sBþ5','',0,'?'),('x0êj¾%‘ÖÓ=¥RKº','wp-content/plugins/worker/src/MWP/IncrementalBackup/Database/PdoConnection.php',0,'B«cvçéx‘	Ò]Ì‚K','B«cvçéx‘	Ò]Ì‚K','“œÍ=Ò¶ ®ö†&JÂíJù´æù+4î\r…ô8','',0,'?'),('x9@^6œÅß‘¬óŸo·è','wp-includes/images/w-logo-blue.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ý[N°W¢ð_pàw®0','Þ£^Qtä3ôHunUâ»Éà~²\'»T2','',0,'?'),('xIHÞ.”9”YÃàBO','wp-admin/css/colors/coffee/colors.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!QDþhê4¥ç‘èó','È“»OÖçeVÂ‹T`N6bqIO7àµýM\nöŒœ^”8','',0,'?'),('xLKx ––2¸¯Isò!#Q','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20/IetfCtx.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Î\r—U¡ŠöÖýÚCB\"','ƒú)M£¦•ì©‚tUÊä¯Î´ÕÔªÛù¯ÌF.ü','',0,'?'),('xV‚Mšé>–nÙ{O–ÇŸ','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403-blacklist.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÁøS7õqRâaô&ò_¥','qT—wäFú…EÌl»‘ÛÍ±€ƒ^ÒÛ•ð#B\'*å/','',0,'?'),('xxŽ£¢º (V«’V','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_portrait_24px.svg',0,'95ïT™õû$œØAŽ/','95ïT™õû$œØAŽ/','Xä—Å¤A¾ÍÞjï¦qr&x`@Å³¼vcLk¸º5','',0,'?'),('xy—!àøôqÁ)ö.Ë‰\"','wp-content/plugins/wordfence/images/sort_desc_disabled.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÎmŽ„†•ÍŸÊärÑÖ 9',';	Ñ_öYïà·ítŠ7KßÕs—•mCøÞ\råàÊîo','',0,'?'),('x–^mÝ]Ì²š/õÅL4vU','wp-admin/includes/revision.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','cÐpoÉÕZ_‘ŠÁ|Ååo','é¦,Ìý¸\Z–8×¥^³E‹½©ÇŒ¼¤`ÿãYF\\U¦','',0,'?'),('xº)¹=¡ÞD‚†umñ','wp-content/plugins/js_composer/assets/js/vendors/qtranslate_backend.js',0,'îóXmÇ°»Áð®¹','îóXmÇ°»Áð®¹','7pmºìgD~ïq §s±«”øhd”\Zl,f¥8´9CÌ','',0,'?'),('x½hªT~fŠzc²ˆe\'','wp-content/plugins/w3-total-cache/lib/Minify/Minify/Controller/Groups.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¿5ÌÓÓ„Ä\03¹x¤êù','k«ø;„¥ÒvR\' Zl!Ú5/X]FEÔºÐí¸í*','',0,'?'),('xÂúg[vF~·¨°7\'˜š','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_input_hdmi_24px.svg',0,'‹íà/ÍLtï –;!kÒ¾','‹íà/ÍLtï –;!kÒ¾','FLEQF3bôa\rJ©$ÆLÌ/½—¬Ï¨é<2¿','',0,'?'),('xÅP¶ÊQ\Z`7\"}¸òyV','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Waiter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','š6Ô\'`Õ{˜guŸþVjµ','”{7|ûÙÖþ1#…†9j÷õ@ú\"BÑSe·','',0,'?'),('xë‚‚Ÿ@}YÇŒiË+','wp-includes/js/tinymce/plugins/tabfocus/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¦™ÏŽÅ@ï/@MümóNÙ','žxM‘”\'È¤“ç´=ÎÚ·¦?$ŠS,Fy¸„¥Ö¥','',0,'?'),('xïz#è]”rŒu?0Ÿ®Où','wp-includes/sodium_compat/namespaced/Core/XChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hß‹Õg`É¸:Ú•^','½•ŸF/Q°H\0ù¦æ^l 0¡BÎ“Õ«6S@Phë','',0,'?'),('xúèèúk6;Õô$®¼Õ','wp-content/themes/betheme/bbpress/loop-single-topic.php',0,'„ö)‚Sj0À^·Æï*÷','„ö)‚Sj0À^·Æï*÷','v²&RùÔ÷¹ŽºgñéFÜJ©Ä:bŠ°ŽzÈ–ŒB¬','',0,'?'),('xü ÓÆmCFuŠCÇl¡&w','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_more_vert_24px.svg',0,'‹lxºžú±1ù½ñ%fö','‹lxºžú±1ù½ñ%fö','Ê´HËòañ\'ç2š´• –\\ÂR›”F°\rÔÝ´2-','',0,'?'),('yÇ¨’2÷Ìî!G½v*ü‹','wp-content/plugins/w3-total-cache/Dispatcher.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5ãïmÄÂøZ¥B¬´œ¡','Ï½+ÜŸB±˜ò\\$‘>U=\ZAP¨£gv‹ô8	‹','',0,'?'),('yŠ­1‰â-è†/fI× ','wp-content/plugins/wordfence/lib/Diff/Renderer/Html/Array.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Êã09\rÉ˜a—d·£øP','F*OàÐžq^Êl×Êgz·‚,I?ÔbÎRï]KÂÖ³E','',0,'?'),('yÆÓ»u ÷”ÝCö	¥','wp-content/plugins/w3-total-cache/Util_WpFile_FilesystemRmException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0¥-tŒÍÇó«¿Ä)','šhË5ZS®+c 0Í™å°éWÁ#jPÍïßjm“','',0,'?'),('y¡^b\Z†‚TkÕ‘Q','wp-content/plugins/js_composer/include/params/autocomplete/autocomplete.php',0,'–ùÐØT! Õ·”J','–ùÐØT! Õ·”J','ÓäHÊ@\nŠžÈIãÝ9šìgbÔjÛúŽ¦h$®~áÊ','',0,'?'),('y&EÙzÝœ™Z½y×ºÚ²','wp-includes/class-wp-recovery-mode-key-service.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','´9A…¨l†Ìé%<—C','îú¡’„{èŒTg¦}ÁEˆø^î[—Fe°.Ô','',0,'?'),('y\'óL¤¦.eHÆª<ïŠv','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_remove_circle_24px.svg',0,'{ñuWwá‹ÌÜ˜XºNŸ™','{ñuWwá‹ÌÜ˜XºNŸ™','ª¯BÖá+Ðw™ORæº.ø§×âZ;wÿ:|ëæ','',0,'?'),('y-ô?b®»ŸN¬ _õ­','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pen.svg',0,'³ut O¸ ½f[ÿ-','³ut O¸ ½f[ÿ-','ÃŠKø‰¾†4cœ#Ô2?|VÌ”«Rœ\nO±->×¢{','',0,'?'),('y52¤m£\0¥l™\"ùe','wp-includes/js/dist/priority-queue.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[úÛM&ü1|RúÅ\rú”›i','nuQOí5“ŸE.ïd§$¶Ó*oü5µ­á:ÿë19c','',0,'?'),('y@ôÚ\\ž¯‚”—Ó\\„ûÐ½','wp-content/plugins/w3-total-cache/ObjectCache_Plugin_Admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','É…Ÿ^<u[Š-ãWŸŸz','×ø\\+Ywù<™R<±šïæN˜”ƒð_IPAmªkÈ','',0,'?'),('yA©‡0»¦•Xz(€ž\'\\','wp-admin/js/widgets/media-gallery-widget.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#D‰\"5.Ž(ÑÞÔ5µÐ','Pe±Z\nG=<ŒíÛ¹B3±Õ\n\rÙ˜ÊÀ<ÂÆ×…¹Š','',0,'?'),('yBô0N±Æ!ö÷­›ËP','wp-content/plugins/revslider/admin/views/features/premade_template.php',0,'€aûeíg«“~ªÚ(åã','€aûeíg«“~ªÚ(åã','Ä)™÷„õŒå\n†Š5{ïE„MB™®ËŽ­ºN_¦Ç','',0,'?'),('yC§Ða:sù]OO,Ö','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_shop_24px.svg',0,'›G\'(T¬ÜFÃ\"ù«Ž«ŠO','›G\'(T¬ÜFÃ\"ù«Ž«ŠO','µâ¥\'ñõDUè+ž€³úáÒ¥§Y»ÔB8\'','',0,'?'),('yOž\0yjùeB\nVpÈûð','wp-includes/sodium_compat/src/Core/Curve25519/Ge/P2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','–Eí¯·äƒÆ€küvk¢¥\r','ð¾Š¥iiLM»P µ¬4ÚöÞ¨O_!üÍø“iN	»','',0,'?'),('y`Æ”á÷Š\"FoµÝ','wp-content/plugins/revslider/public/assets/assets/svg/file/ic_file_download_24px.svg',0,'Tÿ¯Ñ7Å_tn3,ýg','Tÿ¯Ñ7Å_tn3,ýg','‘7dâŸÁd=jphšÆ§·Õa\\à(/Î®´Û¢','',0,'?'),('y×\n–,\nCç|[i','wp-includes/customize/class-wp-customize-selective-refresh.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','êÒç7©\'?Æóm¨¼òu','—Õ\\î#BBì,OSNÙÔiÇLøk„ºÐ2è¨gÜ','',0,'?'),('y–´ôWàœùà¯…uMu#','wp-content/plugins/w3-total-cache/lib/Aws/Aws/RetryMiddleware.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4Šá¿EÊÐ±ÍZ¾Þ)','+Üˆé¡‘¢{ÓÜOùbô­BX&‚¥›t_	@Efº','',0,'?'),('y´íÝEaÌó:[\0','wp-includes/class.wp-dependencies.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ú1œn«©}%„3t­','–ÜâB-²[i<ï›Õ6J£Zu*3¯’QÜqxL\0','',0,'?'),('y¶.r#ô”µ]vóñu','wp-content/plugins/worker/src/MWP/Extension/HitCounter.php',0,'8Sü»»SòÏƒÈY¯!s','8Sü»»SòÏƒÈY¯!s','	=10þòÓP‡û0X½éß+éKR¶\'ZÉ¤b¯','',0,'?'),('y½ëW‰›ÃŒå®òhmo9','wp-content/plugins/js_composer/include/classes/shortcodes/vc-row.php',0,'sã%‚ƒÂ¨]SZ[¯C','sã%‚ƒÂ¨]SZ[¯C','Àf) 2	å~yy†-]Ùa]öw/=”tòè','',0,'?'),('yÂpºnVJm\nëÂ®P¨¶','wp-content/plugins/js_composer/include/helpers/class-vc-color-helper.php',0,'di¨#\rOf“¹»s8','di¨#\rOf“¹»s8','³]RÙÕÐ²A3›Ä¥ª›Ž¸,+—ÝÁK>Ú­0Š','',0,'?'),('yÇ¬Û}»¶*úûK¥*¤æ','wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-resources.php',0,'mêFpý€‡d¥Hi','mêFpý€‡d¥Hi','£F«®½àÊ#Æ—!áÈž×Zg@xšíPðê$\'\Z7','',0,'?'),('yÊþõ^eI88óH¡P¦','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-cart.svg',0,'»±¸K-»¯ký»àËž<\0Þ','»±¸K-»¯ký»àËž<\0Þ','ªçÇÂ}\0øw/TAxüz+~LYo.ÄîZy','',0,'?'),('yÎP½?Ûbæßaö½Ö|','wp-content/plugins/w3-total-cache/lib/Aws/Aws/AwsClientTrait.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@U Bí7*MüÓy›—Ê','\n¯3	·X’±÷šëœƒà›yÅÓé8±dnn«\0‹','',0,'?'),('yànÍÏDÖ­âtªìèeR','wp-content/plugins/w3-total-cache/ObjectCache_Page_View_PurgeLog.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t;ÀFÚwˆŒóAÂÚ¸X','·ŒÙ×jÔÁ\'¦Œ<5¯=bva¸¡½”í¨¨ÊoœW','',0,'?'),('yæÏÓýÒW©ðxÜ','wp-content/plugins/w3-total-cache/inc/options/minify/ccjs2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','…—ú+‚NJ9ADUÒ\'Tž','“™)<†øÔY#‰ÖÊ?\nRÉF’oo-ô½Â‚Mgåã','',0,'?'),('yçGŠR–Þ¾\rãÚø','wp-content/plugins/w3-total-cache/pub/fonts/w3tc.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÊeúR\'ï±Ì€ß¬àµA€','}“ÎÖ5_¿ä¶ðaõKÊHÐñl¤iåTþFs','',0,'?'),('yêŽäG•\\`˜áù¢MR”','wp-admin/network/site-new.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T”s7S`©G©„à…UI','¯iþ\"ÄƒÞ;]•°äHY”ó;z•,nÉØóçP^Z[\'JÌ','',0,'?'),('yìÍ^ì÷le™ïiè','wp-content/themes/betheme/woocommerce/single-product/related.php',0,'tÀ<øš\'XWU@\\—Äwäk','tÀ<øš\'XWU@\\—Äwäk','ðÈE~moUÐ‡DãKã äåÊ$d¯.­+XAu&»Ê','',0,'?'),('yùsêÌ2 l€àq !½Û','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_backup_restore_24px.svg',0,'[¦3t÷_ÝE0ö[]','[¦3t÷_ÝE0ö[]','EOpþ@K­MøöX,…ú0&Ÿ(£b¬ÎÑíÂ\rA/­','',0,'?'),('zp¾¶¼”v¾ôÃå^s','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/AcquireLeaseResult.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w!þc´>™×H‚ÃÔ>|',',ýô~óÃ³p3oñ3(†jºdDB(“Êq©ƒ„Kîþ','',0,'?'),('zÉµ›‚@ö/Î/@ ','wp-content/plugins/wordfence/views/waf/options-group-advanced-firewall.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v\ZP_èWzå |Þë.ô','+ýÃ¦~þABWD?{-gû_h›,_e%ãGún¤','',0,'?'),('z1o²É¼ƒ½@É…aôß','wp-content/plugins/js_composer/config/content/shortcode-vc-column-text.php',0,'¼@–‹¹Úò9dn^<Œ','¼@–‹¹Úò9dn^<Œ','ZV>“ZP×(Å¼0›øq\\\\´–ìû|lÈC­¶','',0,'?'),('z.[ÇýD8RÔ','wp-includes/js/codemirror/jsonlint.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I)fyÞãkTŒ+Êí<ÕŸ','“$D;;¯€´ž0ÅÖÿFø~p’øGÒ“F¹Ë¦…','',0,'?'),('z:2¯¬¶mMvŠKîÛ™u','wp-content/plugins/js_composer/include/templates/shortcodes/post_block/_item.php',0,'>=ýLà&k“Œ ˆøŽ³=Ñ','>=ýLà&k“Œ ˆøŽ³=Ñ','ôël•\"ÔWÚ3{TÜoÚ±)ëÐb/­:æÎ²úiFu\"','',0,'?'),('z;j2WDº6²Œ[¡V','wp-admin/js/accordion.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']3œÝmiä™¶¬&Ì','¤´±ãÄUƒ?6RAé²£“—á„õRº)bûn8²','',0,'?'),('zNõ½8URlgŒˆŸ.¶³','wp-content/plugins/worker/src/MWP/Updater/TraceableUpdaterSkin.php',0,'£LÀ¯bêY—Õ˜3vm`w','£LÀ¯bêY—Õ˜3vm`w','ÄA	Â)Í³\n].ÇjU/Ú¢iœ¶Üäw¹z0Es~Ü','',0,'?'),('zc*¿ EBú®Â·¸gSë','wp-content/plugins/testimonials-showcase/includes/class-cpt.php',0,'•3GCâzÂT°¹(ÀÌ','•3GCâzÂT°¹(ÀÌ','þ#Š5>’x[o¥×yOóê¬Þ>¹xPáUcå&¹\Z','',0,'?'),('zn;xõâÑ™¼ü@¾¬57','wp-content/plugins/w3-total-cache/Minify_HelpPopup_View.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R®Ämè»,úT‹›³(','´{äÈ-ÉRmkb6¿0çAKm±¤#‰™¯;Ï2','',0,'?'),('zo¸†Ü²ˆ~¡áˆb','wp-content/plugins/wordfence/lib/wfAdminNoticeQueue.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','”‡K\r4X.Çù™','l…ªvÍlÙ	](ïæÚW±7ë„ +——0¨-¾™','',0,'?'),('zsÐRUžo/Š‡kx','wp-content/plugins/w3-total-cache/Cdn_RackSpaceCdn_Popup_View_Intro.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','§æŒ­?K¾º\"ò¢\0','º¼û	PäFU“	7ÆJõ[¨K“Kî¼}í¡Ò:^','',0,'?'),('zxb\\A(Uª‡kì:ª™ºf','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_movie_filter_24px.svg',0,'.Ä¯©!ÁætáTeû,P','.Ä¯©!ÁætáTeû,P','°Ùç–tãæ½Ú0¯é(Ì%‹DEñü™¬›','',0,'?'),('zxÓÆ¹†f.2Qgÿ^ç','wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/Crypto/CryptoParamsTrait.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÃqhÙÀ–\0TŽüÏ/X','}5g©2xx~dƒUàkÅS8<Z<#,|#qA¯2H{ÖÖ','',0,'?'),('zˆm•SAý}I¼þ´)','wp-includes/sodium_compat/namespaced/Compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Aòiêk²/Êå¿j\rnŽ3','1À\'§¶‡Õ».ìOÐà}5ºAfi¤~¢>î:}s','',0,'?'),('z¢5·*\ZADZCk¬áj®’','wp-content/plugins/wordfence/images/icons/magnifier.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¨§uO®{:qcVãî\'','™ at¿¿vºdQÃë¨0(ìIj®Æ–O§¢$e(*','',0,'?'),('z¢šå‘L©£5	g5µÄŽ¬','wp-includes/sodium_compat/src/Core/Curve25519/Ge/P1p1.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t×rèI¦±¯bw\'-7íš','³u©SÕ{•ü<ø“ôn\rß…+-#²;»á·ƒQÐ®','',0,'?'),('z¦˜É4Je6tq÷ítÇ·','wp-content/plugins/w3-total-cache/pub/css/error.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'p@à\ZäÇË:[o{ì','þ\0±<‰¨”j?H¤\"hœÿ©—\njŸÐ•Çß.±•T=','',0,'?'),('z¨‹ß8 Lò{ŸÓõq','wp-content/plugins/wordfence/lib/menu_scanner.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a¢oèŸz·šÅ?€«Çæ*4','KÛÓQækÀÞC}Æ¾³§¶E}PB7h(XèNHÛ°Ü0','',0,'?'),('z¨¯Q<’˜\'š€U~ÔR\\','wp-includes/css/wp-embed-template.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$½4Õv×	«;Ëa¶f!','¢ÔQ›§yêgA&ð®«T€Ÿëcj¶S8\nx¥¨º.=DÓ','',0,'?'),('z«±èp#>¤Åýâ¦)4','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-user.svg',0,'‡2MÂXÔ,‰\"J9ŽŠ™6','‡2MÂXÔ,‰\"J9ŽŠ™6','\r»j7‚æI8Œÿfr6«ÄRÌ ˜Á;VDÙ\Z1M','',0,'?'),('z¬öÕïJXÔw{!\rF«Àº','wp-admin/includes/class-wp-upgrader-skins.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q\"úƒ¼ÈÒ‘á-Ñ‰','.¡™7j3?Ì¶ÊËÂ·?‹¡2U“EŽ.“GÌW','',0,'?'),('z·Uƒ%&0‰-_µäy–…','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_quote_24px.svg',0,'…ñQE¬/ŸXN©™f','…ñQE¬/ŸXN©™f','k˜¸\\”o÷ô¡XøÝÖc]?\\Ø«Ã,ÔÉc[Xw_7','',0,'?'),('zÎÌm©Ä¿Ó3ý&','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-structure07.svg',0,'¢Š˜õ^4ÙÈšÚÁÐÊÂ ','¢Š˜õ^4ÙÈšÚÁÐÊÂ ','·¦|:ýç X¹P\\SqZÚôª¼“‡ù=ö«Ý+Î','',0,'?'),('zÎ‹Û—Ú`îç€ƒçô1\0','wp-includes/js/jquery/ui/effect.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¾jÛBs*C¨ƒåµõx÷','|®Bh»îz£+Ö{nÖ.n¯sÃE\\I Ö\0½±ñ±','',0,'?'),('zç$Ý/k·U•®Þ?aéå','wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/deprecated/tabs/vc_accordion_tab.js',0,'n’zÞÆ<OÄÕŒ\Z,>ía','n’zÞÆ<OÄÕŒ\Z,>ía','´xVwÒ‘+T¦e$`ÈîfÝ}š~çÕð»A\0','',0,'?'),('zé¥3!áº¡eÃcª’','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart04.svg',0,'¿³WXnþî´	dçGê','¿³WXnþî´	dçGê','éUDÅ¸}$Ö–mIç3A½´£BˆÌ\'ãæ¤wHñ‰D','',0,'?'),('zñ *”§š¤ˆ¤Pë','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Parser/XmlParser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qÝ¯*iä˜ù–t|','m&ØqÀ¸AÓ¨OÀ–!È	yB ×Ï/õÄ7ªKärŽ.¡','',0,'?'),('{\n„ÕåR o­æR=\'gÀ','wp-admin/js/widgets/custom-html-widgets.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¯qÛý¿Ó—å%ˆû7òÍÇ}','(ŠŽ¹€¬Ðé÷Â´ÞÛ\'E”ºÖá2£úËt','',0,'?'),('{×’uZîÏ[—¨Ý½ï','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_restore_24px.svg',0,'@€þ.ÿ×j˜ËF:mf','@€þ.ÿ×j˜ËF:mf','7)Äý\\¨ÐÎ*\0du.iâT»bÏü¢8é†¼âšOZ]','',0,'?'),('{N¤ˆÈ2íQ®uÔÞ=	œ','wp-admin/network/theme-editor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}àb~î­@®uÕËJ™Œ','µ˜\Zªådc\\fuü5ûŒ¡=q¿×EcêžâˆI€aêº','',0,'?'),('{)žaq,8Nq½|nTm¦©','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_align_justify_24px.svg',0,'óÚ-©Þ¨àö>ÑÝI÷^’','óÚ-©Þ¨àö>ÑÝI÷^’','þatóç‚v¦OôÍ	²ÚãÐå”úkáH›ÅŠ','',0,'?'),('{OOa¿k±Ô$,¨œ×a','wp-content/plugins/worker/src/MWP/Worker/Request.php',0,'giä6\'5o’IàHÀ*','giä6\'5o’IàHÀ*','/gíúˆÃ$Ú]û²Ýð¢ÐnPðEønÆKU©D:h','',0,'?'),('{[ã/Á°³†Ú‘Îý„','wp-content/plugins/wordfence/views/dashboard/option-howgetips.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','±…(RÉáÙL\Z.?¸×€','ªŽÛí·Uƒ˜Ë7òog7êüÿ^BÓèÒà¢\0Ã‚','',0,'?'),('{]€žÕƒpÃ‰ï¡«tÁ','wp-content/plugins/w3-total-cache/Extension_FragmentCache_Page_View.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Æ]pöVÚKj<%Z','‹¡Ê*täJˆÀ€’ï´ûp7Pï/‚=ð‚ˆâ :','',0,'?'),('{tÈE~ªÌPÛA´1ø ','wp-admin/js/tags.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Zbðm ÅÃW*ÛÇ×+—','ƒÄYÃªßÞhò¿.zjPã˜ÿÒ{Ú>äÉgH•-Gá','',0,'?'),('{y\"¶ÒµµÐÝ©¶{­','wp-admin/includes/class-walker-category-checklist.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ç¯ ÿÎf/,d%eUÖ','ûQº™;û•¥îŽ\Z4o_ü{€ŸÅè\nÏ Ãq\"Qƒr','',0,'?'),('{“¹äÏÌwjÈh6‰#‡','wp-content/plugins/essential-grid/public/assets/font/pe-icon-7-stroke/css/index.php',0,'ÔŒÙ\0²é€	˜ìøB~','ÔŒÙ\0²é€	˜ìøB~','ã°ÄB˜üšûôÈ™o¹$\'®Aäd›“L¤•™xR¸U','',0,'?'),('{jÄÉ|nä	^<øWHž','wp-includes/css/dist/nux/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gË‹ÃEèE)„¿™Éƒ','´½„G[,­”-¸âåÜ0¤Q)|¢SøGø«á','',0,'?'),('{Ÿ)×4e4p:±fW‡','wp-includes/js/jquery/jquery.query.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';ÌXzòÇ°ÆûÉÀwC','ôuÈg^ˆåäˆ+ÿ›i¹«m°ÈêG\rF¨x•iðX”','',0,'?'),('{³–E{GÓçt]q/Ê!','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/StreamWrapper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÏŠ“\n$™:B8”÷­x%§','.…BFMã¹S±‡Â)áíléªdÚ³òžÕR\\jÐ','',0,'?'),('{»Nîƒ£¬škÌ2Ûx¼—','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-chart2.svg',0,'{E‚öMÉPéqŒr)Ì¼6','{E‚öMÉPéqŒr)Ì¼6','f?`†Òã»d†f†6\\ÓtÆ;R¡`£žE3d\Zx½#ÔÀ','',0,'?'),('{ÈTˆÊ‹ïlöW<¬y','wp-content/plugins/testimonials-showcase/layouts/grid/js/masonry.layout.js',0,'\'¹ê‰Í–¾áÂïx_Ÿ','\'¹ê‰Í–¾áÂïx_Ÿ','dºuªûÆ-?¿¬Ð-¶^Í¢q=‹~ŸŒÿÖne{æ÷','',0,'?'),('{ëÇŸq½€å»à!uÖ','wp-content/plugins/w3-total-cache/Base_Page_Settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y6E†Ø€æµÜaDXìè§','a?Ä N.Æþ¾º%0!äôµsl²[:Ú0¥','',0,'?'),('{ïRC¼Ú\Z.*\"¢Q','wp-includes/feed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z2€jÂÙ(=iSM IV','\Zä/á´âÉ˜’±\'\\®ä¶.øÂ	7ì éæ•Ó3','',0,'?'),('{ï{yí˜°¡¾=Ñ•zN\'','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_exposure_plus_1_24px.svg',0,'BûÙ\\ÏRto|s]Ë)0','BûÙ\\ÏRto|s]Ë)0',' ûß7Åï³†ku§uÄÅ51ÜÜ›\Zy2NÆ§ƒ¥','',0,'?'),('{ñ\rÞ-äÜ} ^éÆ','wp-includes/images/smilies/frownie.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q›óÐ„°Äôƒí','rô~×DzoÑ÷hß±—ÒÓ¾þØ»\">E„+”Ke…','',0,'?'),('{õ‡?ìÑÕü\r’Ú\n\'','wp-admin/images/imgedit-icons.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','KÕ\\2ŸÙØ}©G‰i;O','TÎNÂ~ˆå÷-Ã@°èNƒÐÌžVç\\¦”(u$Õé','',0,'?'),('{ú=•Ë 2d¡g›T\r6=','wp-content/plugins/worker/src/MWP/Crypter/PhpSecLibCrypter.php',0,'F›½Å™öYñ€Øúà','F›½Å™öYñ€Øúà','Ë¨ÅÑ$aT äB¹õ«&õr$ÿüõ@€ ù¼«µ','',0,'?'),('|jª•x7Ç(Q}Ž0À\'ð','wp-admin/css/list-tables.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¿Ç‘\0J6›\0Á{¬$\"”›','û¤«þFý!¡é³¾Äa8ìzœ©‘•¡LO¸üŽK^¼W','',0,'?'),('|ä{÷öÊg¨“Õ`e','wp-content/plugins/w3-total-cache/Cdn_Core.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zš²°š½ Cm›Ú>²g','¤zwB$®2HçŽ‡nd?qÛRéA†,¬´/²›½','',0,'?'),('|)Ø…_N‹¤³Îa ','wp-content/plugins/w3-total-cache/lib/SNS/lib/requestcore/requestcore.class.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','„4\\t!ÂZ(@vºo]¢Xˆ',')³:6r!óŸ£…º®EÌ]nÚ¹Ï(8I’ñ\n‰','',0,'?'),('|+´®ü¢ÚòLúÆ','wp-content/plugins/worker/src/MWP/Action/IncrementalBackup/AbstractTablesAction.php',0,'!\0ýJ|zr5­\"e','!\0ýJ|zr5­\"e','éï›ƒ×·!èêh?œ<YÚŽ« ˜/9ÿ$±m$A¶È†','',0,'?'),('|-ÙýÓÊ“zþÇ-¿','wp-admin/export-personal-data.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','•bÙ:i¯x}ÄøNÑ\r\"±4','1þ±Ù cy§¦R÷+¯ %%#±Ô´çBƒk=#0¸ë>¡','',0,'?'),('|/Ú’ë\0[*4“ÿxüã','wp-includes/js/admin-bar.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¥\rècóíÿó ø£åš@pÍ','t²˜›bIldö\nôLb³x+ÅÏ”¶jä¶ª,âJ\0\r$2','',0,'?'),('|N! ;xãN&®gÙïmù','wp-admin/js/widgets/media-image-widget.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ºG9ûFm£qQž','Jµ6ð%VµÚ\"Ó\rKÎyÉ³›hª¤‘8†NöàßÎéF','',0,'?'),('|ZíEÂ3~PC“³X§%','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/hand-key.svg',0,'Æ¤4.,GK\\ñýi@\"ç','Æ¤4.,GK\\ñýi@\"ç','‚ˆÈÏìê‚M4e´qÙ\Z~.V’âfÎÆÁ›™_9ít','',0,'?'),('|b:ot„AÖöWµüAð','wp-content/plugins/essential-grid/includes/InstagramScraper/Exception/InstagramException.php',0,'Ž^óNIle¡î.\\M0ë!','Ž^óNIle¡î.\\M0ë!','É3¿ ^›9‘\Z¨{gœñž5?¦pùÑw0Ò\0','',0,'?'),('|ló+Fûº#ÚŸ½¬ëÃð','wp-includes/class-wp-user-request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','wÙ?˜v·¹\\×Á¨“Ð$','zÙÃèì·.t(˜½CŒoêÄÑ	Œ¡ÆtVÛ','',0,'?'),('|¸»ÛÍ‘ô–3¿D©M¥','wp-content/plugins/w3-total-cache/lib/Google/Auth/Abstract.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¹}À’Ê¦£pn®/2ŽüM','öòàEOwlìçãÙß_„pÆ\rH3ÅeJµ—Áeõ','',0,'?'),('|%ƒ\'ÇI­\Z|<Ç','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_weekend_24px.svg',0,'ô8ùTØ³ˆr›¨	­ÕˆÀ','ô8ùTØ³ˆr›¨	­ÕˆÀ','2dâÉ?Û¾zAåëZNM=ò–uXR|kÉ{Ü,˜','',0,'?'),('|‘07-ˆ‚´œ«6•Y','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_check_36px.svg',0,'k£,Zª¯M“Ø6C','k£,Zª¯M“Ø6C',' vH+T‚Ë¶8ð(yeÓÂŠü‰ÅAËÉÖùºnâ','',0,'?'),('|Ÿ\\ÝLk!SŠ*ÆKh','wp-content/plugins/w3-total-cache/inc/options/dbcache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','cU²Ÿ”|\r¶67>§Ëç×','8üŽC<Ÿsš_5ˆÊÀwÆ5\\)[Ôba0‡æö±\ZŽ','',0,'?'),('|¤VÃþ2F²æ:;DîËì','wp-content/plugins/hellobar_wp_plugin/hellobar_wp_plugin.php',0,'Ô‘žqçFT/¢$@à¬','Ô‘žqçFT/¢$@à¬','}bu(´FD„ç™zk¸=UDÂ5,y’muÃ‚/©ƒ','',0,'?'),('|¨}Du=ƒÒ/dÆÍNÔ','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/team.svg',0,'RÔ¼8´;ÜB0©¿;Y÷','RÔ¼8´;ÜB0©¿;Y÷','³X¨‹Ðx`Ws€VÅþiòò*³xzRn¥Q§B<L‹œ','',0,'?'),('|«÷ ¸4ãxå\\ÐÏM÷n','wp-admin/js/code-editor.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','› D&fAÐ”¦E›·~','{þ¶ñh;[ê5±ë©0`	VzëÑKdªŒ‡—ú^,h’','',0,'?'),('|É^?Ô½µ‹ƒï§üJ#[$','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_content_copy_24px.svg',0,'[óƒ$©VÒ\"ï‹”!á','[óƒ$©VÒ\"ï‹”!á','‡f 1¿¼y\0P€¨’y[\"%Ø\ZîEŒsÄçHÍ8œD','',0,'?'),('|ÕaæÜSâÈ\'3½%\'T*É','wp-content/plugins/essential-grid/includes/Unirest/Request.php',0,'z¬=|æð¾u°×?7EÖ','z¬=|æð¾u°×?7EÖ','{R²ÔoJµ\'‹\Z’ì£Ýx§¡?y2hèŸ’ß','',0,'?'),('|â2I}p®†¤ïº¡€`æ','wp-content/plugins/w3-total-cache/lib/Aws/Psr/Http/Message/MessageInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[†KB5ÝCZã¢Ò´—á','¡iî>¥¶,î²N;\"kÂõÌD-}ƒõƒµtâz‹ J','',0,'?'),('|ðY*Ô	6·.ýŽÀæ-','wp-content/themes/betheme/bbpress/loop-search-topic.php',0,'óÿ-ÉL”lä¢Ö]á','óÿ-ÉL”lä¢Ö]á','Ø9ÒS\'\n™°3y“’®\"eg&Z\'F¯µÙ~DX½ ','',0,'?'),('|÷¸T]º‡:Y$=\'hº','wp-content/plugins/wordfence/views/scanner/issue-wfUpgrade.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','•£ÓDOÛ~»*s¡/Á','ÇÈc±^\0éÕ]*Î¶×–ºÁ\\˜T1msd#Ý ƒ^U—','',0,'?'),('|þ»YŒ>à€Ð	ùÆ†Ä','wp-admin/link-add.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Eò!\'ljPåÉ^kIêå','þ5:üìÑqµ”Ï†R_\\yÌæÅh¬\rLIlž¶¶','',0,'?'),('}¨½Ù ÖGñÿ=Dä³ö','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/label.svg',0,'5º”ÑÃWânåGT>ï','5º”ÑÃWânåGT>ï','½_LFß\Z˜ÂQƒxÇws£21ºc´ìž“Ý+R×','',0,'?'),('}Ä‰=•t©­ò‘»¤¹','wp-includes/images/toggle-arrow-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','FÊáÊ\\øƒôÉCDrï','-ï¼×N‘¨°ÝÅê½7~@Ë}‚_É=ö¤‹V’_@AÕ','',0,'?'),('}í…q™“’»#šÓGjt','wp-content/plugins/w3-total-cache/inc/options/install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','JãÈ–ã‚„[R\r\rSÜ>Ÿ','ðbÜîþY7®ðÍ»ó°Ú^¸šP´O#}æûrÍÅ','',0,'?'),('})NžZäW”‰Çúì/ì,','wp-content/plugins/essential-grid/admin/assets/js/mode/css.js',0,'`ŠÒÄ—Àuöy®[9\"nè','`ŠÒÄ—Àuöy®[9\"nè','#ƒ9%0‘4]\Z‰—+p×Ê\rÆ«Í	Ýóë]]K¿u½','',0,'?'),('}OŸ !Ù¶]öOÍO[Œ','wp-includes/block-supports/typography.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ØwÿÎñveYÓ\Z¨Åf¶','¡B©žtÙ¯è@Û^’÷³5íêN‰¦“XÈ†<','',0,'?'),('}Qp•é¬êw‰žÒQ','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_trending_up_24px.svg',0,'ñ¸ZÁnž©…¯«ÐagJÙ','ñ¸ZÁnž©…¯«ÐagJÙ','è¥Û¯Ôe<ó€Sg—ë@ùÍ,aéˆê¸™Š#4','',0,'?'),('}\\¤5æ\r’ð$Ôl’Wª ÷','wp-admin/js/tags-suggest.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','«p–™Dö¬B–aB“*','$YôXxðÆ93%¨ftC0yñ‡¶,¡^æ®ÄÔ\n','',0,'?'),('}]ëH/±€ºy´À}$','wp-content/plugins/worker/src/MWP/Action/GetState.php',0,'ÿ§kŸò˜p*s7GRýîi','ÿ§kŸò˜p*s7GRýîi','Á½*ÄtÅÝ³Y’‰Ì­nÍQÌàÒÛ¨%ŠŸ\\ŠA<à','',0,'?'),('}`ÆÒg\"PÉ2®ÂV½‡','wp-includes/images/spinner-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1ý™æ2†^#æ8µô',' ï¯#–Ë’Ì=$c©§6ÀÞäÒß	B™46','',0,'?'),('}nûåš8-q>WÄ','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/clock.svg',0,'O5½Kn[±Æ™\0GÅ+ØR;','O5½Kn[±Æ™\0GÅ+ØR;','KÂÄ•*p;Ã«ðí.[\ZkúÂb‹™JJíœ©½#ô`','',0,'?'),('}¼£ùª×b‡ö~æÆ','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_airline_seat_recline_extra_24px.svg',0,'õ˜3ÑÔXÁÑ¶G	óÀ\ZQ','õ˜3ÑÔXÁÑ¶G	óÀ\ZQ','%AxÇìÛï%8Ðýí_M™“øâSÊ/)LfèkJh`F','',0,'?'),('}Á7 Þ˜æDHDÚPl','wp-includes/SimplePie/Registry.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ø Ì\\—¾ÏS8£Xþ`Yt','5\nÖšÂ8ý×q¶WêäÁ@‰¶CËHÒ˜Šµí£Ÿ\\eg','',0,'?'),('}ÒnéÝÀ‘-m’rû×\"','wp-content/plugins/js_composer/include/classes/core/shared-templates/importer/class-vc-wxr-parser-xml.php',0,'™i{#n:V›ì¨<òÁ','™i{#n:V›ì¨<òÁ','UÖ¤;fAÉ¸x&ÊI‰6Îª,—×DîûÕ+ëòpÎ‡','',0,'?'),('}æãîÇD\"{»iK…wö1','wp-content/plugins/worker/src/PHPSecLib/Crypt/Blowfish.php',0,'Ä¶¬¶3Te\'3»rvé6<','Ä¶¬¶3Te\'3»rvé6<','¡ÒH¤sQhcë¼ö•Ô™.HY=,$ƒŸx³Ë¾â','',0,'?'),('}çíË.`‰Eát‰_ê{¯>','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_strikethrough_24px.svg',0,'µ[#,·\'šŠæ/×ëü','µ[#,·\'šŠæ/×ëü','!3îÓD”ñ¤5³PË8=¯Î ž…\nz:AvVÊ„Ùª1','',0,'?'),('}ïÈæŠ\\Lü¯`Š§äi)','wp-includes/ID3/license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','GØV%æP_ú¨Õ·¯','ŠI>Ï×a§*R8?ñ–)öp1‰UÍ”Ç?2Ã=o—ç','',0,'?'),('}öê\\HJæ±rä(()þ','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_cell_24px.svg',0,'ªÁ$5†Q\n Ð(êhmƒ','ªÁ$5†Q\n Ð(êhmƒ','.L¼c”C(u+áFhuÎë÷²ÛAûÌéNóî°7','',0,'?'),('}üçê§¹C2ãIFžî','wp-content/plugins/w3-total-cache/lib/Google/Auth/Exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','£˜0+=t¿Õ±çl‘&','ëzû~	oY¦7èx\ZEøßÔ­f¯¦ÿÏ8”!õ\rÿw','',0,'?'),('}ýÖË{RÒ¢Ôà¢\"','wp-includes/default-constants.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','®öf\n“çG8…à¶','›ó/ØR¶5ÚC,éiKëªfé}õ¼¡\\4/\0¸÷','',0,'?'),('~RCÚ¾¡<Ý]šÎ®ô','wp-content/plugins/revslider/public/assets/assets/svg/places/ic_spa_24px.svg',0,'\\it}]GÒä„ŸÛÉ(ñ','\\it}]GÒä„ŸÛÉ(ñ','ÕüÞ5Ô1Ãò‹û§õ“YxŠY»¦=ICS¼¢x¿(Û','',0,'?'),('~È¾/úmÚÖ€Í!üì','wp-content/plugins/wordfence/views/dashboard/options-group-dashboard.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ü&„m:7‹áv×=Íêž','¿³\nÂìÁëúq‘Y—ð™Û¡>h‡úÍ_ÀÉP†Å','',0,'?'),('~±ö\\ÉÇ_b„$É-¥ê!','wp-includes/js/jquery/ui/selectable.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!9ÛqfçÒH7í{B,›zÕ','WÉùbõÈvô(”¦F4ñÊS×]˜“‚@Ä”½Ü¾ë','',0,'?'),('~=Îb·ê„‘Èpz´ôª','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_add_to_photos_24px.svg',0,'ø›ÿÖÓÐrÄšáK‚íßÀ','ø›ÿÖÓÐrÄšáK‚íßÀ','Ë›KŠiFŽ(ü6yÌvÈsÉtÜUëXVÈÄº¶A','',0,'?'),('~>¯\0§+j`Ðdü§AkÛ','wp-content/plugins/w3-total-cache/lib/SNS/README.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^»~&K1õk‘Ýá/<£¦','MÏâ—“ä’Ö>Šr†Y«–çsi,4DÓH‡{ø0+’','',0,'?'),('~?¡J¼IÖb*×ºêeèC','wp-admin/images/resize.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ËÖlNíû‰«ÄÍ','©6ó€¸×óˆ&?Ã5úÑ?sýqGM`P;','',0,'?'),('~A‹H„gç™éþ¦KT€é','wp-includes/Requests/Utility/CaseInsensitiveDictionary.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','µð:ÈÇR³KžroÕH2z','9yÔ†&/AX‹Hòi{b»Ó÷†7f‘¥ýrw’Ñã=m','',0,'?'),('~AÕ†:x!\ZìÃÀŠç™H','wp-content/plugins/testimonials-showcase/layouts/grid/layout.php',0,']7ou0aÊÔ`qUÝÄ^',']7ou0aÊÔ`qUÝÄ^','8í	/_3açÃá¥EÃžÙ\Z¡~âÛp9ÛÀ­´d´P','',0,'?'),('~F!Géá1€…·<.zw','wp-content/plugins/worker/src/Symfony/Process/Pipes/index.php',0,'gD,Vë§=\\ÆbP','gD,Vë§=\\ÆbP','k‰À—~	¶½UH\Z¥ÖxƒPêÛAÌ„¢ú<¡ž;X¨','',0,'?'),('~F£Ìã«Ž>dyìÐj‹','wp-includes/css/jquery-ui-dialog-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3^uäËmGý²  `¶„','ëþg±ƒ³nBÈá	>Šžˆ%ƒà½KSž7ŸàM','',0,'?'),('~V©ÜXa]‹7p“|R','wp-includes/class-wp-post-type.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?yB*»yÌFªpZÉ','A£.üIZ7#»ÂÇ;¶ër“?§£›¶ð¥cþolÅ','',0,'?'),('~\\E­NïØ‰„Ä€Ã§³¥','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_access_alarm_24px.svg',0,'ÏÎø¼òÞ\'48–;;q8¸@','ÏÎø¼òÞ\'48–;;q8¸@','U‹	¾ïå±ø\"\"Øº©H²‹Ñ±-	¸J§=ò³p','',0,'?'),('~i°IÒ;Ý­]œA»ÈS','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/cacert.pem',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','54ÓÕâ“¿î`žŽ–«ž','D¯©Oo;oO]+îŸ\0ÏðÉ5Ê]/\"ÊÞ¸&ëQ±','',0,'?'),('~qæIPžI™ºírñÄö','wp-includes/js/dist/vendor/wp-polyfill-node-contains.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','³-\\êd´ýoGÀì\n…2','Sa)ú´«¥Ê—n&B”óV€~ÑÜ11ü\'w(','',0,'?'),('~yõG»LO×t‡!äg2>','wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Promise/Promise.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÀM«\'WH°Õ\ZÕ–«4J','¾™ÇsÔê6 éXù‡Ã3ˆ±5ïÛ,mxPèFÉð','',0,'?'),('~}â{ ÝÇ>Dí}¦<','wp-admin/css/code-editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O+¼j×whŸ3í:ŽÞN','}c/æÙ–€)­¡DeKÈèxOdH|‡5p[[ånËð','',0,'?'),('~‘¡ReOX‡f2”ñ`€','wp-includes/class-wp-post.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ã;@Aâð[®ohˆÍFë','BmsÍòïùÉÔûÂAKE)(|-£c“ÿÆòÏ¡¤|×èd','',0,'?'),('~Âó²\'»0®|ôÀtã&','wp-content/plugins/duplicate-post/js/dist/duplicate-post-options-411.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','çæ“b`ì;×6þØné','@|¿jªÙ×ÌÀ„­¶0õx,´ï½b½ÁÝVCI?«°','',0,'?'),('~ÄgŽ1‚˜@ç¾Ù2ô','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_all_out_24px.svg',0,'“7vé£ \"Qà5','“7vé£ \"Qà5','P¥Yå7ÅþW7×6ä^&þ˜âéÓ–ì‘®@šOe','',0,'?'),('~Å¥Ïs\0Ì1yì$‘L}h','wp-config-sample.php',0,'ïSÝÓ‹”çËhÜ×1øž‘ø','ïSÝÓ‹”çËhÜ×1øž‘ø','êd`‘4ûæ	¥\\X½ÊLðªu¹ü$Ç†ºëŒÅ¨db','',0,'?'),('~ÅÓ¸bcöÝ\Z$@$©ò*','wp-content/plugins/wordfence/vendor/composer/autoload_real.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+>r*“±š÷ômI','EÍò\0Û.®¢¬òÂ¿Â¯­1Fû(Df§uÊvÜê²Ë”','',0,'?'),('~ÎEu&¼6<œe±WVoV','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/user02.svg',0,'äv^Á®ap2¢Ú\\à','äv^Á®ap2¢Ú\\à','A^¯ÀÁµðy)ÖXx»/¢?Àßpôþ“›o¸cÔJÌ','',0,'?'),('~ÙÂ–d¼D<ñÙÐ1B','wp-content/themes/betheme/includes/header-top-bar-right.php',0,'’7|>à1—ÿF)ùgöÝç','’7|>à1—ÿF)ùgöÝç','ï`k¼’o‰þ$ %~¾gøN“Ú€Ý¸sØ‘’?:eÀ','',0,'?'),('~êÏÑöX\ZŒÓfÛ:³º','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-pageable-container.svg',0,'ùå1H¡WêX:On[EÔÝí','ùå1H¡WêX:On[EÔÝí','Mz×\rÍN$çEÝúf¨R)P:¾ÞÈõñœ¦ÇwäÉ','',0,'?'),('~ýõ²LÕ“#¥àÔª’†ß9','wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Psr7/ServerRequest.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','èv\'ê7«ÞÈ©‹Û%-','I\Zu\nˆ3zk«¥Ô¿ësËƒ¡ÉÓŒï÷rSDNsà','',0,'?'),('ÃldKñŒÐ¼ÉìÇà','wp-includes/js/dist/components.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G‡@§ƒn¤x—%–BEY','Ò¥O³ñÓôs {¾Ä{y¦ÐÎÒâYè\'óë\\‰øºŸ','',0,'?'),('÷ßû×’Ù ™R.‡G—','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_wrap_text_24px.svg',0,'H™ph@0£›ºÈsÛc','H™ph@0£›ºÈsÛc','ÞäßTAMÛo™¹p>)Ü·ÏF¥è¤Ÿˆ9‘Ø³q\nc','',0,'?'),('ÝeÚONîM§šð4Çoý','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/ErrorParser/RestJsonErrorParser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N±õð6\rÃ—ª×J¶\\iP¡','Õ££¸Ìâ.+;ã¸äˆ$ï…Å„ÇtÂV­]ç)ŽŸ','',0,'?'),('0ÇÒR)¤/äK\"­','wp-content/plugins/revslider/admin/assets/css/index.php',0,'ÔŒÙ\0²é€	˜ìøB~','ÔŒÙ\0²é€	˜ìøB~','ã°ÄB˜üšûôÈ™o¹$\'®Aäd›“L¤•™xR¸U','',0,'?'),('6\0˜Oòª®kvzfTN','wp-includes/js/jquery/ui/effect-fold.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ËÄ}:hùBýÕ¯}zûxé','»®Áÿñ€¨¯nô\rÆSÏ/<„„¸b¡ÃÈÕ¥]Naø','',0,'?'),(':‘ïih}¦wMó¯‰','wp-content/plugins/w3-total-cache/Util_Activation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ò¢ºÜà‡{›§JãÈó²äú','_\'È(©Ä»i]‚M³yF&‘Ï¢¯Hzˆú\0ýãüe','',0,'?'),('@ô={&À²Û¤}É_','wp-content/plugins/wordfence/modules/login-security/classes/controller/ajax.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¯ªf“Å´åšSz','L?T`^]³=#ã|\"/–¿‹þ\ZHm:‰¸ºø/ÈwHÚå','',0,'?'),('j&†Â^ûÌøŒb³ôŒ˜','wp-includes/ms-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Äˆ¬Lº@Ér#ù}S•š·','4n-™™µJ£ô­â2Ž ²®Túhß•Á!Ù_H/Z\"­','',0,'?'),('j^µ³SN­-Oó ý','wp-includes/css/dist/components/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÛÌòÞÖ[¿ÿx\Z—‰“\r','q|àËÇßá²ÍSÝÍÓŠ6Ã|`y{~þDÎñ,¡¾*M','',0,'?'),('tSþ\"ÙálZí‹cÊêQ','wp-admin/js/auth-app.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>ºc&²ÌÆt¹Ü','ÑæÓnxˆë9ÄTk>MòŒ8üMÏ\'GL~ª	','',0,'?'),('wáu¼,ùÿñDýÂ÷µ%','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-post-author.svg',0,'$Lô¼øëZftVn”8á','$Lô¼øëZftVn”8á','\"F˜fNÀ^š‘Þ±6FûÆx2Óª´Á·†)EŽv','',0,'?'),('w´\'œPe¾úFÃ+õV\0','wp-includes/Requests/Proxy/HTTP.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÿÐæ/2Û½½¦¼¤×ð)','JÐ6d¢ãA—Ël{ÁÐ™\0¶Ÿ›ƒßJí¯÷îh','',0,'?'),('±Ÿ é9åÐƒ¡¬}å-:l','wp-content/plugins/w3-total-cache/Cdnfsd_MaxCdn_Popup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','PQãcúr¢{>ë¢ç²','B«Þ€2bùÇXQõ–@<€‰…ì\0–Bã¶	d„NUì','',0,'?'),('ÁÚ%G]fÓ@Í%ÊZÜÍ','wp-content/plugins/wordfence/views/common/section-subtitle.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','úKác¦ÛDµøÃƒ¤ÂÛ¬','ZžJ žwsh5ÊM´þÐí«¶Eu/jg[‰‹Æ-èÁ','',0,'?'),('ØÐ¡qDÖš?ÓižX','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/utils.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rý–!(Äi.+ö)ÒšÉ\"{','çZ Q[¦§¤Q™ÑÆG µ¼ñ€7ïâýØE\"ž','',0,'?'),('ÛKûQð}U&;&˜ïØQ','wp-includes/meta.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(¦=°ÜVE\nE¦C*;œ•h','÷¶“øB>T6®¶ãóü­DLC>-ÉŠ:°zäƒkŸš','',0,'?'),('ætr³ÎµF_î ÃÇ×','wp-includes/js/wp-emoji-loader.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hnÚ1eßÚèƒ–°ÿSÅ','å¡,Hþù¼wÛ0¯—“óN<ÉálÅ\n÷¨ÿù!ê','',0,'?'),('úˆ+Ud;‹Œ3ÝJa','wp-content/plugins/testimonials-showcase/includes/utils-advanced.php',0,'–ôMŠû^úÐüìô	\ZÿõÛ','–ôMŠû^úÐüìô	\ZÿõÛ','Ptù{/\0ÆÆÖÒn„P¾\Z[&ú³óyÙTÔCí|~','',0,'?'),('ÿÍÚÛŸ½Ïb…B','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Ed25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|Ç±(¹˜rÀ×qÖ§#','¥)0ßüÖëÜÄë+ÔÌë^h•v.(ö•>¬™ß','',0,'?'),('€#°—PÖöá2-\ZÐ','wp-content/plugins/w3-total-cache/lib/Minify/Minify/Inline/CSS.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S³·{\rOUî¨ã~yÑX©','%ôœø˜#kÐf³Ç†´;Ú\"°¸TlµO	ŸP¬¿°','',0,'?'),('€\r¿ìÈ9í·¹2ç¬[','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart15.svg',0,'x¯(©ôR°BOÿã,,)Ë','x¯(©ôR°BOÿã,,)Ë','¸’Kb”ôx°üü~Mj¥’À¬Q2yTÅP1Ú','',0,'?'),('€3-ðàêíÿû•fÐò¶\n','wp-includes/css/dist/list-reusable-blocks/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ˆ(»}ïZ‘aÉ/ñÕL¶','ÎÈk“óê;WÂ\ZqôÄ54õBP¹’ Ž nŸÂœ$®','',0,'?'),('€6°µ)£ß„ÈÀhÓ–Øc','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_adjust_24px.svg',0,'*Kàè;Wñ™íÕTÅ¨w','*Kàè;Wñ™íÕTÅ¨w','Yfæ¹ê1Ê>€›OÎ7TŠ#=÷îÇ>@ñ¦3Çû§eÚ','',0,'?'),('€;ñÎ!1á>üYÄxQü','wp-includes/js/dist/block-editor.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')ˆ»ø€ZWÎi[Tä','ü‡Uì¾çå”n|h\'¢xäËÃö´¯^¸d1\"kk','',0,'?'),('€aÄÈnFh #Ûˆõñ¼','wp-content/plugins/contact-form-7/modules/acceptance.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¿DôšáŸ¡Jœâø+µ`','TVO“ÐP€\nv{Ðw\',z£ýv}»aK=J‚h','',0,'?'),('€e¿4(Ð-g`RBD¶Êâ','wp-content/plugins/revslider/includes/InstagramScraper/Exception/InstagramException.php',0,'Ž^óNIle¡î.\\M0ë!','Ž^óNIle¡î.\\M0ë!','É3¿ ^›9‘\Z¨{gœñž5?¦pùÑw0Ò\0','',0,'?'),('€Šj$w.ÓS,Üy[QÈ','wp-content/plugins/ga-google-analytics/img/250x250-blackhole-pro.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','÷˜öoÆÏq)f¹ø?ª','À·#¢pGZ3ÀÚŒ_/Èth-\Z…]ðò)Á!Ûë','',0,'?'),('€ŠºÌìÞ\0´?bã`Í3ã','wp-content/plugins/w3-total-cache/UsageStatistics_Page_View.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ð0Bè(é€U^}¿&#êÁ','ùM½4]Á:×»~‘¥2ãfÌŒìmÆþ%ÄÍÚ¿~eøÉ','',0,'?'),('€‘ah¤#Ôí8ícñœÂƒ','wp-includes/js/tinymce/themes/inlite/theme.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4OàâDIc`á•EJ','p·vÓT5Z>j†jª\0\0œÈføÅxa/g=¶&µ','',0,'?'),('€©òSPÓ;^Æ­zßI','wp-content/plugins/wordfence/lib/conntest.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','“ªq\rÆ‰‰Õ(.AË¬éÝ','èJ&grb+\'‡«Id¹	1H±„LÛWêÂõÄreÃO','',0,'?'),('€´Úä…l^ÉgÏ%Ê~','wp-content/plugins/w3-total-cache/Cdn_StackPath_Popup_View_Zones.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Fö>èölu…ñS”Œöè7','¼óXf •6 2mëìá 5ÃÈ¾Fèyä&ÊÜ.èË','',0,'?'),('€¶—r=ŠÄÚÏcÄÐËMz','wp-includes/js/dist/is-shallow-equal.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','±Kç?l‡/=ð~}ÐÁ','\'7}î)èALæ¾ófsÒ‡Ö÷…›Œ¯òíUß?x$!ü','',0,'?'),('€¾Ó\\QÖ·ˆ(&m™ns]','wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Psr7/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$¢C»ÇwH9¯ìÑ«Ù',';F©[‰¤3œ^2ŒVŒ´VAÑ‹šò‚§BXâ¶¨Z¾)Š','',0,'?'),('€ÓÚºèu¶¿M—É÷[\r','wp-admin/images/wpspin_light-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mS¬û¬ýÐÛy\"C‰ÄÒ','°½66S¯X¨£±¹þ±6O}É4>ˆp¾\"Ã ”\'1','',0,'?'),('€ÖNxïõÚ‰\Zã8yH\\','wp-admin/js/theme-plugin-editor.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','£,ÇQêãÝó8G6%¾Z','^òì¹ÝöÍÜ±§-¥ÐVš06«±$?šÍª›4`AZ','',0,'?'),('€ÖsSkÜi«<4\'cì-6','wp-includes/js/wp-embed.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#âN‚O8L^±sWkJÉ<','¼˜ ùEŸð½»>é²@_Ö0³›Å!ÌBµ”þ×5','',0,'?'),('€Ù‹ªt“‡+	vñÅ›J','wp-content/plugins/w3-total-cache/Generic_Page_Dashboard_View.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','UŸ\\ã½È(P}¹Ä;\0lkP','ZˆÂIGÃëÅEÎ\"éºlä\0SÈþ\0=xñÿèY‚','',0,'?'),('€ä¨hâ0\'{\ZÚ°Y/¬ù','wp-content/plugins/w3-total-cache/Cdnfsd_StackPath_Page_View.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2\\a«X:en½Î\Z=Ë†œx','~>Ÿ”…;9¯¼_N‚Xya¢ÒòªZYjœ`7KÈ','',0,'?'),('€åäxÛ¨™Q7HÂ\rÇ','wp-content/plugins/w3-total-cache/lib/Aws/Aws/HasMonitoringEventsTrait.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_[©ÿÜ.êâ‰ûöDf','»òÿec¨wIÓbýX[’=A:6vcéižÈï	[','',0,'?'),('€÷êÿeØæ97ãaJS','wp-includes/images/smilies/icon_smile.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ãà3ó.)À2êÝpëÎð','Ë ëŠ\",ë¶RÊ¨¨Tr=¦oÂùrÑÐ—:µÁ°€','',0,'?'),('$Þšö«j÷°\'Ž´öÏ','wp-content/plugins/wordfence/js/wfglobal.1607007971.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','™7æ¬‘¶iW´­5ùulR¨','$Òh§dç^Sï·øÆ¨Ãä5Y°Ø“’Ù­¡ºa$','',0,'?'),('ùXQûád9r×Ú¼–Û','wp-includes/customize/class-wp-customize-themes-section.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‘àT¥ívlŠþ3­Á','¡,V‡™¶3Rw¤ã’Ê.½ü¤\r×­+4Ý¦`=”`R','',0,'?'),('&\'q’ñIŸÄåG!A','wp-content/plugins/essential-grid/public/assets/js/jquery.themepunch.essential.min.js',0,'	Y³BEù¶È“ˆU‰Ë,','	Y³BEù¶È“ˆU‰Ë,','½Ï.hÆ(ßV¢@†‚û¬f«Ã´™j\'ü¾½AöÚÇå#c','',0,'?'),('Þ˜1T¢èXtþf:ž','wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2016-08-01/waiters-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@¦ú¢<ù;Àa½üm','³Ò’§=GUrcÎ¢	‰ï\0”š‚Ý$k:ôöogª','',0,'?'),('( šûì¯\n€Ø?ØëP´','wp-content/plugins/w3-total-cache/Extension_NewRelic_Plugin_Admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ó¶swù\'?\\±EëUÌš','‚}b`þ9ˆi¹g‚ŸÚè–ãÄd8\0µq×$Áó-a','',0,'?'),('(«Õ¦Ì‚ËWÐê§·','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_sync_problem_24px.svg',0,'—¤\n£â€Â¶wdß»My','—¤\n£â€Â¶wdß»My','=¢d©R˜]=<†ÉƒwòÆ°ÝÌÐYV´êfÝZ¨\Z?œ','',0,'?'),('/]OT7‚R,yJ;','wp-content/plugins/worker/src/PHPSecLib/System/SSH_Agent.php',0,'k  í˜,$¢®·˜Ø','k  í˜,$¢®·˜Ø','qm1|þ*\'ßâ­˜b²j6à¯&!<\\ß\\®ü','',0,'?'),(':Ð\Z¹’SˆÈ!3™È','wp-content/plugins/js_composer/config/templates.php',0,'¼½E)ná¦—ë!ú§®ö','¼½E)ná¦—ë!ú§®ö','9ã—$ÂÛöÅ¦ØtŠB^ùŒÜ®`†òx,Ú`ä','',0,'?'),('@!œN\'e5Î‘k]³c%','wp-content/plugins/w3-total-cache/Extension_Swarmify_Plugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']ÿkÄÄÿí2§†ÍO-ç`','§séÿC.,­ã\'_þÔ=&Ñ¶¸²ì“Úù×=ûC','',0,'?'),('XÛ›Šà6ýÊÀýlÝ','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_report_24px.svg',0,'¡ô{w.p{EsËë¬!xð£','¡ô{w.p{EsËë¬!xð£','i¤Êc.É\\ïìÒk r;Ëð˜³;QUíÔßÃˆ5Ÿ£','',0,'?'),('d§7ÚÆãÔÓXcðÄ¨?','wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-col.php',0,'Îïr`<w„gÌ$Bt«ÄÎ','Îïr`<w„gÌ$Bt«ÄÎ','Œr@V?C­P&ë\\Gk9,O-.Ã¦…ËâÉIWb÷ÒÅ','',0,'?'),('el÷5s˜˜EïÃºQâ','wp-admin/js/media-upload.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ýpªXòÏŸ)«>Ôæ\n','~ÿ†\ZééÔu]Ñé…1íü¬ÉëßA‚#…VÂ2U¿Ø','',0,'?'),('w´°@¼*Ôêæ!.ª‘§','wp-content/plugins/js_composer/assets/lib/bower/flexslider/jquery.flexslider-min.js',0,'«Ö»ºÊ§@*ñK›(','«Ö»ºÊ§@*ñK›(','„¸ºf©ýõEhÂV2b¿”øâ‡Â;¯÷TSMŒò','',0,'?'),('‚o±€ÑÒï´›aeŸG¼','wp-content/themes/betheme/muffin-options/theme-options.php',0,'CÄóºƒæ•3«Î|aÖŠ','CÄóºƒæ•3«Î|aÖŠ','¢ÖYŠœïÀ‹]¶ÊDèºª9j2¤õ˜¿HÎ,Êj­é§','',0,'?'),('…,CUUîèœú9i-','wp-includes/css/wp-auth-check.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‚igtßª>!ÂIfºL','ü¸Èˆ9he’Ù(‹_¼Ó#Â„R†ßÇÕËˆI™Ù‡Šj¿','',0,'?'),('”ÅßD‚*¹i9Ò\'sS','wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/manifest.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\\'ÃÐc\\pˆv?{¾ÞŠ,^','S€ìò»9XEâ®“å§aRí€2½Òˆe‘ç‹ÀáŠ','',0,'?'),('¤¦¥¹0+Ô|i¥[¦—{+','wp-content/plugins/w3-total-cache/UsageStatistics_Sources_Apc.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`ý{+Pà°õÆ„	RÏ,e','ÒþüúJJ¶[yžØ/½Ë6E_j2s¾2ùm}#ÎWS','',0,'?'),('°iä \Z!à[«8$\"ø','wp-content/plugins/wordfence/vendor/maxmind-db/reader/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';ƒï–8e_ÈTÝÃÆ½W','Ý¬ïISôP\"õa•» 7JŒ6çQSv„“ô_³y’','',0,'?'),('´Y_«®ª\Z\r¶í#÷ìa','wp-content/plugins/worker/src/Symfony/Filesystem/Exception/index.php',0,'gD,Vë§=\\ÆbP','gD,Vë§=\\ÆbP','k‰À—~	¶½UH\Z¥ÖxƒPêÛAÌ„¢ú<¡ž;X¨','',0,'?'),('½8¤­[Lõ\0=uú','wp-content/plugins/w3-total-cache/Cdn_StackPath2_Widget_View_Unauthorized.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','èó¨:õ^Ô‹Ó,bÒ#n','C‡‰\\3ÓÁôµèh\0ZáØðå„RG\n¿Ê³¢$¼','',0,'?'),('È‰V?	ÝÞ]Æ)A','wp-includes/js/media-views.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4­9ÊË¡óßðz†,7Ä','ÔÀNK¾œ™v©¯e5\"&òó¼øÁã´DG*HÜ	','',0,'?'),('Î`hÑNkO¡N8ž‚','wp-includes/blocks/file/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','÷ÀkôÊ8ÏìˆÜŽX1','ãw»0ž{Ìï\n}\'âÙ¶‚ÕëÕXL“-Z#ÆÜ÷_º','',0,'?'),('ÎÂWÚè÷=¶Ô˜Hdûz','wp-includes/class-wp-site-query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¥K„h¹$PZ´ck†\nd','?DãféÃÒñìy¿‚ð#w\"/²*öäyrí §ÔaF','',0,'?'),('Ï{ÿÙ²ÍŽKïŽÛ3\'','wp-content/plugins/js_composer/include/params/vc_grid_item/editor/popups/class-vc-add-element-box-grid-item.php',0,'d¤×q}Qú<ãÎŠ˜5+','d¤×q}Qú<ãÎŠ˜5+','o- [£„÷€²\\T«Ý? «¹9ñ¾Œ…¹0X&Åw','',0,'?'),('ÕXùâÏà-Ÿ4¤Jü_ƒ3','wp-content/plugins/wordfence/lib/wordfenceHash.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','cP—ìú\0¹;œÁ‰,È¨Êj','°gá=/\Z¼àÜï‘êJ¤½¿%4Ò^Êh$Ó¸pÏ','',0,'?'),('Ö\r\n\'\'o¦ÂÏ‡øùMg','wp-content/plugins/js_composer/config/content/shortcode-vc-posts-slider.php',0,';PYHúÍE^ãXE/ø¹´',';PYHúÍE^ãXE/ø¹´','9ïÛßí¾—®îk@×T×»Æcû‡Á.Ð#Ð*‰º','',0,'?'),('Öð„Ë\'>á[½žÎ‡÷','wp-admin/js/user-profile.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ìaÃ3Jý‘Ðò®dÏSWC','·M+âüŒÛL%P8X6£ûbzy\'þ8	†[ã','',0,'?'),('á bŠóxÇ–ãOÄZž<C','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/factory.svg',0,'Y6ò!ò,^±›Û1HP\nP','Y6ò!ò,^±›Û1HP\nP','î~ÙàÔ†tç\\IÁ«÷•ÓQPd(Ô4C“ä\ZÆ\r','',0,'?'),('ì¶Pdºµ“ý’íc3','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/http.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<Éi£\"ÀKNXÏ,ëÁ','à¿CÑ¸âª±r¨Í+œ’£ò^YhjzÈZ','',0,'?'),('í>s¾§îý€üÀHà²ˆ','wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_grid_builder.tpl.php',0,'µ‰ææw\Zˆ÷º\Z„má','µ‰ææw\Zˆ÷º\Z„má','UÙ:*\'Õf©ðê	ÍÔÂc+]Jóož˜@ŠÇMpƒÁ','',0,'?'),('úÕÍ|Šô,q ¥Œ?','wp-content/plugins/w3-total-cache/Cdn_RackSpace_Api_Tokens.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%°„	k¢Ê¦Ûi|}>F','X&ç\"ã^êÎüÛ}Ìå©Â;h°®·é·IF‘ÄV¿','',0,'?'),('‚OÍXëÁg]<f@˜','wp-admin/css/farbtastic-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÕS@ãÎ[“\\,ð3|’¶!','£Sm¾\'ß;d`—ãe MØ0i=óŽ?>ÎÐ€ä¼?{','',0,'?'),('‚3¤–Æ‡eÇ(Ãº9ù','wp-includes/js/jquery/suggest.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s\\+A)œ”ãn.;«‰','I<¿{\04¯`œ<!j’±Z8ë²è»D”HWÿ•','',0,'?'),('‚—b¤”·»N8®hkå','wp-includes/rest-api/search/class-wp-rest-term-search-handler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','÷ÿG!DtC>’!Â‘','`˜þB	C°Y—\\ê½ØŸ€NfJ)OØW¦UÎÄq?2~y\r','',0,'?'),('‚Ñ˜ŸÒ]Q4jkY˜c','wp-content/plugins/worker/src/MWP/Signer/PhpSecLibSigner.php',0,'}Wvú´X[a†˜Š³`\'','}Wvú´X[a†˜Š³`\'','\n`ìð›šYº·ÌûŠE›~,ð74:ZÅÉÓã1»','',0,'?'),('‚Ô»yd+0yó`šè(','wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_posts.php',0,'˜Ÿ­šž2íìšôçÍú)ã','˜Ÿ­šž2íìšôçÍú)ã','kƒ²¦2á®?}i\"hu3L	uêžsôÜòB]h­^|','',0,'?'),('‚ã±O[-E’‰‚\\$²Ö','wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2015-07-27/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','íŒmYdÖøRÓßYn—ý','{’\02\n9èÈ-5„ªfá¦tA{ÅcsLQß&é','',0,'?'),('‚ý\\Ï(åÙwBêÄIã','wp-admin/network/update.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lÇû	Î’RU;âppÆb','­,º!ÿ½m4f¸ƒåÆØÖNRþ\nÊòâBÀˆ^','',0,'?'),('‚&®ëvi\'^ÆLè±$ñË','wp-content/plugins/js_composer/config/deprecated/shortcode-vc-googleplus.php',0,'Zo£ˆÃÁèsbæ¶Ž0n','Zo£ˆÃÁèsbæ¶Ž0n','1ËLÉï\0_ø™0ÇÔLp/2EêëÌXª{HsŠòâ','',0,'?'),('‚(tTlDÎ¬7&‡³MP.À','wp-includes/js/tinymce/tiny_mce_popup.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B7¯I1º0Žµ¹ƒdÇ','ûº¤\'Ð—¯³/!\ZÛa!Ž~³)µÁ1Dä¡','',0,'?'),('‚/	ÁE:KòRå¯¥Àv','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/X25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','—VÉÃ[×SPkCû','úûÚºÙ…±Å´‹¼}C:åÃ¸=€~è†ÞQÀ(8–Ð$Q','',0,'?'),('‚4«µÊ3•Ñ ò‚;:>p','wp-content/plugins/w3-total-cache/DbCache_WpdbLegacy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$B†,9_‡%ÚUjI–','H’ž’ÐÉ$(BQôì\n	Ö@îikY²¿z/:4${¢ê','',0,'?'),('‚@ßF ÑÓ (©¤Åe*[','wp-admin/js/theme-plugin-editor.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Äöec[Pq,îÿÏédÁ','Aª\0ÜvrªÃå$E3þ6ey…t.™f]“† XC\\c','',0,'?'),('‚BÒóÙ‡Èv<Svç¨³','wp-includes/SimplePie/Parse/Date.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N\\ŽO2´ˆ‘‘¤C[\nÕ»','ü=­£<Ýáþei|ÎMûqZ]V[]&I-q9)g¹0','',0,'?'),('‚F‰ åGJÎÖBìˆs7µ','wp-includes/js/media-models.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>ÿæK¸<¢kyùu^=','NÐ.Nˆ…*:cÑ™oQ¦m‰-.»m‘”bºÊÀŒ','',0,'?'),('‚W= \\\'x\"ˆWÌ}îîd','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Fe.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','§°÷Õ©èK½­ƒ^ã¥¾¹','ÏM‰8:ŸnaÆ‹GZÝqQdÃ½!® ¼Ú\'‡›&g1','',0,'?'),('‚^¯Sr¥‹ç‚.sOº™','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_event_seat_24px.svg',0,'¬»¹¾0R\'`Â~Lø—h6','¬»¹¾0R\'`Â~Lø—h6','Mà9\'\'‡Š$û–ÓK÷(çÕÒÇ#ºª^ÔÕgK\Z','',0,'?'),('‚r¡|ñü6ƒa‚\Z6Ý','wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/deprecated/vc_carousel.js',0,'ýŒM78çÅy¼ˆYB¸\Z–','ýŒM78çÅy¼ˆYB¸\Z–','Yè\0“.¼¿&4Z5z8Ê,=—.Àäú%²\nˆŽk','',0,'?'),('‚t÷¸æ>VÉWÉ{òL','wp-content/plugins/ga-google-analytics/img/250x250-bbq-pro.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Þ–BmÈžÁEô&M¦;€Ë=','.{qb™éíX·üUç…>ëÖ‘ÇDä³\Z`GgÜé\0cg','',0,'?'),('‚w€·5»ÿïÁ¡)ºûž','wp-includes/css/wp-embed-template-ie.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','î·)6žó	ØžÐ¼q ªÊß',' o•±+8]ÅSuçüH.éCøgôÞR9ê&¶+ý¢“\\W›','',0,'?'),('‚Ž\0¸ó¼²+OW+','index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','’mÐù]÷#ùí“N°Xˆ,È','³Dz²\nèþ}_«ö7x,Í9öt:æ\'³\r¹ó‚á','',0,'?'),('‚§¬ãíA¼ÎòŒ1\Z…;¤','wp-includes/rss.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','˜µLØðÜ<Ú§ÖñÁm6a',' GŽ!ÊªÖQ\nv½€igS–šj1TÉèvh-Ð_i£>','',0,'?'),('‚Ì{_Ðî+hKsc´ô~','wp-content/plugins/w3-total-cache/Minify_ContentMinifier.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','â“h<X—FØDëÅL	_{8','B%Ì¡^ ‚Hï›‹<TŒ¦EÍ‘Îý@H:â°@`','',0,'?'),('‚á,´A,;üzôÎòc°','wp-content/plugins/worker/src/Monolog/Handler/index.php',0,'gD,Vë§=\\ÆbP','gD,Vë§=\\ÆbP','k‰À—~	¶½UH\Z¥ÖxƒPêÛAÌ„¢ú<¡ž;X¨','',0,'?'),('‚ä¦-+ö=‹¸_\"£ËÛ`','wp-content/plugins/essential-grid/admin/assets/js/mode/javascript.js',0,'³\nÊÖg¼Ðóz¢“U@7a','³\nÊÖg¼Ðóz¢“U@7a','UÝH•$Ý‚7°Ýü5À}g[Nâ,€)6w@ _	Iä','',0,'?'),('‚ìœý®v¿A\nGrÏ3C9`','wp-admin/includes/class-wp-internal-pointers.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^I[8Täã—\\ë¹Þ=','Y^9’A\r+^-ìÂiLñW”àj„™Oºå¦÷»Fõþ','',0,'?'),('‚ö¾.3ÂœÏ…¾P.Ý’¾','wp-content/plugins/wordfence/css/wf-colorbox.1607007971.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','PX)p!ƒ¾N8¦j­Œ','o©t0³\r™P2¡è±N¹­óæéiÌ×ÂKæÛu¤àõ','',0,'?'),('ƒ	ü¥8dÓ—E`\"MÍ	\Z','wp-content/plugins/js_composer/assets/lib/vc_chart/jquery.vc_chart.min.js',0,';£ŒM±ýõäKþ0šžÉ.',';£ŒM±ýõäKþ0šžÉ.','+§\\ÛäÀ–ž×””öëÄ!N&ÿD9E#Ú','',0,'?'),('ƒ\nRÆe.ÇS¶¡ŒãG†×','wp-content/plugins/js_composer/assets/lib/bower/ace-builds/src-min-noconflict/worker-css.js',0,'£Æa§¶)QÌ™³2È¤ëY','£Æa§¶)QÌ™³2È¤ëY','õs®û§Ó\0—Õï\nü“Ößêêv3òô÷þŽµ¹$f ','',0,'?'),('ƒÿÔAQB›xËêñ¿','wp-content/plugins/w3-total-cache/lib/Minify/Minify/Cache/ZendPlatform.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¢U¼ULþös:ÆEtÄù','Ê9;Íÿbæª!|çŽÚ&Ô,hYÎ‹#Tc¯[\rÏ','',0,'?'),('ƒ\"ÁÀáÑß´n÷\\¤cCx','wp-content/plugins/revslider/includes/InstagramScraper/Model/Comment.php',0,'JË¯ÊÑTÓ\n·ëíe','JË¯ÊÑTÓ\n·ëíe','´ÍÝø…-ÆÓ_Ñí£ýÙ.¨öù™Þ]/J\Zk÷S5Z','',0,'?'),('ƒ(!ù]ErÏvˆK¾	U¤8','wp-content/plugins/js_composer/include/autoload/params-to-init.php',0,'I»8å>ë½ŠR£ÕvçÖåõ','I»8å>ë½ŠR£ÕvçÖåõ','‘Rü}·ý1Æ2spzt¿þœtªYtãN6¶¿,f','',0,'?'),('ƒ)M›Õäd•©”18—²','wp-content/plugins/w3-total-cache/inc/widget/latest_news_ajax.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','±†<x¢FŽRbÑé@¼',' ÜŒG3Ilù€Û\\?m¯øpxÿ¦Ù	nÝÊfZ','',0,'?'),('ƒ48þ+C‡%½¾—¬(Vc','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_tap_and_play_24px.svg',0,'¢hj¸_ÎŽÙ¿èÏE¯A','¢hj¸_ÎŽÙ¿èÏE¯A','ã“IÞø|Ð†¢$ÁÆ§~„²aíòxÉ]ým7ð6…	$k','',0,'?'),('ƒ5±•õ6_‚µoÇð','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_gamepad_24px.svg',0,'	¶‡ŒpT“=2Åe\Z…$','	¶‡ŒpT“=2Åe\Z…$','[°twÝ«¢‘jPe…W>·Ãœµ½Á“cä¦4\'Xèa	','',0,'?'),('ƒ;C²_ŠáÿÌ8 Rxƒ„','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_visibility_off_24px.svg',0,'/ÃújÂ•Æ®PûæY','/ÃújÂ•Æ®PûæY','g5|h…º±È$ßìLü„i†ógàná$6Á«™¨gˆ','',0,'?'),('ƒEbl8yÀöÃ}†¡—','wp-includes/js/tinymce/plugins/link/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ø*NÈ’mQ¹€®Ì¹Ã','Ã`3ŸcYQøÁÙþ9WÞ­#l»öÖpËS+GíØ4','',0,'?'),('ƒ[ç>á\\%/ÞX¬ß¨ÿ','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-envelope.svg',0,'@‚‘zõˆ]DÕôo6,8','@‚‘zõˆ]DÕôo6,8','Ö{T°‹*œë‹ˆ\rn$ÀöãbáˆwÌkŒæw#‚Åª)Ù&','',0,'?'),('ƒ]¿’&Ö8/ ÊEò‹J','wp-content/plugins/worker/src/Symfony/Process/Exception/ExceptionInterface.php',0,'ÉÔwèµ3\r“úŸ·$b','ÉÔwèµ3\r“úŸ·$b','\r<\n›))hyq*W×Ö5%Ü8“Óš*Lé_7òÌ®','',0,'?'),('ƒm>ì»\0»°0X& ^™Q','wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/WebService/Http/CurlRequest.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','·çpKz’ä`ß)9_@ ','»›aÒ“YeÚqÙ7YTc³ÈŠi$˜W¿ØªÊ/Ä!‡,','',0,'?'),('ƒnäVîj|¢Ã|Œn;‰\\ò','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/user04.svg',0,'è%”‹n°0ÿôãm°tF','è%”‹n°0ÿôãm°tF','ØŠƒ,OÕ!Zf+Q6²ÜWÝJéÇ)FX§P¬Ÿòv','',0,'?'),('ƒv®µ	Š<éîùZö]q','wp-content/plugins/js_composer/include/params/vc_grid_item/templates.php',0,'Øš#›ŽÕŸTmô,“š;','Øš#›ŽÕŸTmô,“š;','Rü“‰7ó>²Ì½oŒ2PÏ)¢yz…KäúÈúh~','',0,'?'),('ƒ…!X8]Â#žÂ¼±2‹Æ³','wp-content/plugins/w3-total-cache/ini/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÔŒÙ\0²é€	˜ìøB~','ã°ÄB˜üšûôÈ™o¹$\'®Aäd›“L¤•™xR¸U','',0,'?'),('ƒ†k¶õ¢&ÝUQ%´š5','wp-content/themes/betheme/woocommerce/single-product/add-to-cart/external.php',0,'	=_Ð(Ôëƒ”d‚»³P¹','	=_Ð(Ôëƒ”d‚»³P¹','jX·lDÔ†4	?sŠG:µñ²s£Ýh‡ÖB¾ÊËô\"','',0,'?'),('ƒ ËªºÈ‹Üš¼#ÍAì','wp-content/plugins/js_composer/include/classes/editors/class-vc-frontend-editor.php',0,'önv}Q\\1^%Ë[øö\rú×','önv}Q\\1^%Ë[øö\rú×','•Q-‰ï˜`\'Ÿø¼®û@©wj½…V†ÒnT_Ä÷…','',0,'?'),('ƒ¤ên”É\n†Y©\\6ö','wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Psr7/Uri.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ó•Vç–&Áô]y9Ÿ›¿š','1Oã«\"IOüŸÏ|š!žº­º— Ä*Øýâ§°QR','',0,'?'),('ƒ¨?ç¬Úz6¤—ÛaDz','wp-content/plugins/wordfence/images/loading.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K:û„²·õmð™—£P½','j*äeŽó©õdoX¤~§7Âë&€²‚Nü9É|L•Ç','',0,'?'),('ƒ©è¶ËAQh\r\"Øž˜','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_panorama_horizontal_24px.svg',0,'d¶úÅ.c>˜YñÅgßD{','d¶úÅ.c>˜YñÅgßD{','|”þû…,Oû×AÅoá|®çe*+_¬\"ñö_]0','',0,'?'),('ƒ´´\'S?º$“èY~™ï','wp-content/plugins/worker/src/MWP/Stream/Buffer.php',0,'J¼ª‹Â¶&¤¼µ¸ù9j','J¼ª‹Â¶&¤¼µ¸ù9j','ú©;È®sàx’‚ÜõìŸUßYŽRM¥•Ý­zõ ò‰','',0,'?'),('ƒºô²;1.HXl?ŽT—','wp-content/plugins/w3-total-cache/pub/img/w3tc_google-logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','MrŸ\nb0Ð%Ëu','SVÍÏ@©Ÿ³YcŠÞöÑeÏ€òª)¡,¢i‚mu¼','',0,'?'),('ƒÐ¸+:3èXnNˆtexöX','wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmSU5fChc-AMP6lbBP.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¥ÔõìØ{Wü7h>—­¯','„	2m˜èw‡ó3)zWg‘Þv{AfŠàHu`Co','',0,'?'),('ƒÕ!`¹ðIè3‰{€”ÇÕ','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_navigate_before_24px.svg',0,'ÎÃÍòÕ«‘r)¾¸†','ÎÃÍòÕ«‘r)¾¸†','÷ÁôË^^Õ‚{;OÕ®t„HýbBµªBOü¨]U§Ä\nv','',0,'?'),('ƒÝÛq6b„–r6Åà*àÛ','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/hourglass.svg',0,'§Iqqìá?2S+‰c','§Iqqìá?2S+‰c','ÅÚ@ôi©?åù¸W—hÓslM\'áÑ©[™º˜:Ð2','',0,'?'),('ƒâèÊ†×én¥Dã®–Ë(','wp-admin/css/install.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','þÅõ+g,Lœçiš^éü¬','byeÔì¿Ÿé\"†SvüOhAÆßÈ?Ú`þ³ˆa','',0,'?'),('ƒãj¬ºÓÃ5²ÞfÅj¡','wp-content/plugins/wordfence/views/tools/options-group-live-traffic.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¥5_+¡©µÇÃÍEG','æós}RB|K¶¤zI„ùÉò[§YÛ)r¼ê','',0,'?'),('ƒäM-u/Rý¬éáä','wp-content/plugins/essential-grid/admin/assets/images/slidersources/index.php',0,'ÔŒÙ\0²é€	˜ìøB~','ÔŒÙ\0²é€	˜ìøB~','ã°ÄB˜üšûôÈ™o¹$\'®Aäd›“L¤•™xR¸U','',0,'?'),('ƒëÆÁèm;gé‰xá²I','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/preson-chart02.svg',0,'NÝ:y©½š)‚«¼ß','NÝ:y©½š)‚«¼ß','xá!¸œ¢4„¼/²ž’eù.Í±ôvF·j¤,DoÇW','',0,'?'),('ƒòbIB Š…§skÔœ¡ø','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/folder-add.svg',0,'(¬ÈAÐ©€›áF™ö1ú²¯','(¬ÈAÐ©€›áF™ö1ú²¯','o=dý\\¥;z§N l¨Ò«•ãD)R0Wg2Â¦\Zž%Æ','',0,'?'),('ƒ÷f NÊdš©´Lúþ','wp-content/plugins/wordfence/lib/cronview.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Úe˜(®¸Ôt@n€r¤Ã','˜†Zž4,ãhz=>Mš}ÖG/[Ì0Ïlø\"«iK','',0,'?'),('„	>Ý«„X¿AÀdôQ','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_list_numbered_24px.svg',0,'bQw:Ä€TX×¸Ð7˜','bQw:Ä€TX×¸Ð7˜','‡óº¶´\\M®\n©\nÏxÑÅN¦²Õ&@ã¸}â7ñú“','',0,'?'),('„@‚aHYKðÅSUÔ;','wp-content/plugins/js_composer/include/classes/settings/automapper/class-vc-automapper.php',0,'¡\0É?î4hªÓ ]Ÿï','¡\0É?î4hªÓ ]Ÿï','´Ý´Ã-!“¯LÒš‡v³ì:Œ§÷ù;¿/S¸üU','',0,'?'),('„!ºý\"¨r\0\0YIÆµ¦','wp-content/plugins/essential-grid/includes/social-gallery.class.php',0,'&ÐÕÑZˆ.ÔB¤&ö','&ÐÕÑZˆ.ÔB¤&ö','Œ6Xr;‘ßò7±ßü³n9;òÖ([;6«>‡','',0,'?'),('„)Å©¶ê…2[¤	Ó4¨_a','wp-includes/class-walker-category-dropdown.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m­Üsányì†ld¶)£àš','ÝÕ ¤†¦P)_ªs©)v]ˆÕ‰\"Ûò»ž|”','',0,'?'),('„*£w±XÓÙ7Å² TÅ´','wp-content/plugins/w3-total-cache/Cdn_LimeLight_Popup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0bþuð“h®7½OE2¶¿–','*‘µÍÇ<3¸½zÙÑkÛª*¢Ô¹n~ÄÓ.V†÷¡²','',0,'?'),('„+oõ2žá8³EŒ+K%;û','wp-includes/PHPMailer/PHPMailer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','•ÌhõÇmÙ¦©K§Ì§`F','/ëc(Ì\rp°\ZÁ®\'„û{ß¥ä:þá¯I&’¯á*Ö','',0,'?'),('„:+[õ¹g¾¦CZÝØó’','wp-includes/template-loader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','þzÈ	Ò¿öèÜŒ~ÎèÊ','¿„\'4Äh ²ä±º˜¥[£‘ËÙE·ˆ%’¬J©Hú','',0,'?'),('„H\0¾ãâ±4šD&nç','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_print_24px.svg',0,'Þ)>0ˆ\nÑG\Z˜rQÚF','Þ)>0ˆ\nÑG\Z˜rQÚF','‡]¯¨Ò$Ÿpõz:\'CàR‰\0syÚL9×#?','',0,'?'),('„M)\n‰$Ž(Dg@s0wÜ','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_https_24px.svg',0,'¯Dø?¼-_óXuRó','¯Dø?¼-_óXuRó','\'…Ü€÷e\'³6÷hð—×\0ñÒV¸t¤˜Ä*H˜','',0,'?'),('„Me%‘jãƒ,Ñ\'´U®>','wp-content/plugins/wordfence/js/jquery.qrcode.min.1607007971.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ð±×Ô¹°´—Xp`me<','wP\0ØpÔzuYDSÞz(W ß¥‰ìP¾3$S‘öò‘','',0,'?'),('„bý¦ÃgÀ?_Ù%VãÇ','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Serialization/ISerializer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','OS- wü¦‘ýð;Ú!Æú','zJa-„ÁS\Z0tÈ‹Ú™ò›rÆ˜[ý8-SXT‚þ','',0,'?'),('„i2O’×µÚ+¨sÌX.µ','wp-includes/js/jquery/ui/core.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','PC«ìõ\r²{çtk \"x',' êS°öŒè´ç3~nËF#™EHf›_‰¡7qY@IÔÉ','',0,'?'),('„jIõX<ÌRâeµ·Ô™','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_subtitles_24px.svg',0,'tq`¥g#± ˆžÓ','tq`¥g#± ˆžÓ','Ãåµ¾¨pBvøyõk½ ·tw8¸š Å™öÎž¼[96','',0,'?'),('„qæ|·!´»çš\\RxO','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_do_not_disturb_alt_24px.svg',0,'0—ú)Îuý)´mù¹','0—ú)Îuý)´mù¹','Èhzê?Ôë”¡s;£Üòò1ñ­Wk\"D…¶ÍŸÈ','',0,'?'),('„’·î‚hTX®éöŽÚ-','wp-content/plugins/w3-total-cache/inc/options/minify/html.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z²ÝÞkOH×p\Z\'Ý¡','ã`ÕK“®;€•=I&öÓ\n»õþ±ü#âEIÍåúSNrÄ','',0,'?'),('„“’#ï‚VÔÂ\nDhf|À','wp-content/plugins/w3-total-cache/ConfigDbStorage.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','á¾ápïÍ•ªaêXüßÍ…','»ëý¶š‰qÎÝµ?BÉODçœ¼ÜëOOü¿ËY','',0,'?'),('„œ‚P»¼ÝM…Ëˆ=U','wp-content/plugins/wordfence/views/dashboard/status-payment-expiring.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','raX\'Éáz\05+“\"¨7','vï$ªr±_s¯yó°Y¡ÈùÂU{Ø˜?™±C','',0,'?'),('„¨fß$å5sv«˜S2','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_credit_card_24px.svg',0,'z•G}…},-3åX','z•G}…},-3åX','ú]|»¡³cÆˆ\n\\®Þ‡pÓ§¹•!Î¾€À\Z','',0,'?'),('„°ŽeÙž-\n¶yV','wp-includes/sodium_compat/src/Core32/ChaCha20/IetfCtx.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','©‰|®Wwšb>EÏòyJ','‚\'À²Ž¯­~À6È\nBŠºÂagÂzùÁëdÃëQ','',0,'?'),('„»n£§™ŸHÉ¾Þ¬Í§ð','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_launch_24px.svg',0,'ù /¯Ep‘n{—-è•!','ù /¯Ep‘n{—-è•!','H;\0ëô\Zc³³^¸*\'„%ØrÁ²¤­NÖ=¿Ò','',0,'?'),('„ÀÊÆÄÕPU¡…ac—Ó','wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','³YA’ÀG=bÑu¡”÷','zñ,Í¥²èàt	<{@Y{úiyƒ¬s˜ŠÝc¢(SýL','',0,'?'),('„Áoð?—éÀ4§ïB0Uâé','wp-content/plugins/w3-total-cache/DbCache_Wpdb.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ÿ¶Z¤3µ0ú\n}˜¢Ž','àwìžwÙñÙƒA¦CÈl­°á‚›×`HÜæ6€üÐS','',0,'?'),('„Ä«±‚¡AÖí\nüDî4Á','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_timer_10_24px.svg',0,'v-/ƒ{µø {zÝËœœ\r','v-/ƒ{µø {zÝËœœ\r','Ž€&Ò.Õ0àC]ž¿ÁG‹U©¸Gº è›u`','',0,'?'),('„ÖnvûŸZùYVßûÉþ','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/init.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','aJsÎ•rk^ü¿–FzSL','=eW­ßk\rb2×s=Î‚9<gXcPßÕ||r™„Èü','',0,'?'),('„ØbÇÂµÇ<ÐÒ$Vß','wp-content/plugins/js_composer/config/content/shortcode-vc-hoverbox.php',0,'úð˜åÁB¢,Z°]FM©','úð˜åÁB¢,Z°]FM©','ì‚Y®RüeÓa§èË·uKjˆÇ,D¾ôj§8šØ','',0,'?'),('„ì•†ÌõÚzÑËzjúØ','wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2016-08-20/waiters-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','èQ¤¥9ñ¡„Ù:ÔÃÚ5-','Ì€Î»«püº-²©âþŽ¤¨…Ydçê#Ž|Ìý‰','',0,'?'),('„ñ†êl‰6òù•ùz‹œZ','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-structure03.svg',0,'C4…I1É¡ÝF¶Tº\'ÊSF','C4…I1É¡ÝF¶Tº\'ÊSF','æ9)Å<;Çµ$c@¥¶áKl­c†e¼ugÅ%X\Z@G\Z','',0,'?'),('…ZÄÛDŸ›l³=¸ì»«','wp-content/plugins/wordfence/views/waf/waf-install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','×þ¾w+R_Ëü\ZOÔÎ','²oÅª?FN(D`ÁÆtóÎS¹	°Qb/˜Ä?‰ï','',0,'?'),('…\nY	P|‘€ˆÓ°ê','wp-content/plugins/worker/src/Monolog/Handler/AbstractProcessingHandler.php',0,'Y´‰-‡!=‹?C“ÿ¥\n','Y´‰-‡!=‹?C“ÿ¥\n','µá¸bµq]Ð¿fÝz#»$…¶ãñyÏÕùŒHÈ7ˆ','',0,'?'),('…„äÉÛu‡«xÝ@/','wp-content/plugins/js_composer/include/classes/editors/popups/class-vc-shortcode-edit-form.php',0,'²âä;AªdNM;›¬\0²O','²âä;AªdNM;›¬\0²O','¹£¨»kL¹ž‡i$9¿ñ©`wH£Oº¦$†yn…Ã=','',0,'?'),('…j‘h¦Ã:	¸°§Cÿ','wp-content/plugins/worker/src/MWP/EventListener/ActionResponse/SetUpdaterLog.php',0,'£•ï–t«z-ö.¡¥<~','£•ï–t«z-ö.¡¥<~','Ê›šôdÝå÷âí\røðÁŠÆ·`ECÙÜ*6Ì5Æ3','',0,'?'),('…#Cà~{%×—cHç>}\nó','wp-content/plugins/worker/src/PHPSecLib/Math/index.php',0,'gD,Vë§=\\ÆbP','gD,Vë§=\\ÆbP','k‰À—~	¶½UH\Z¥ÖxƒPêÛAÌ„¢ú<¡ž;X¨','',0,'?'),('…\'\"CPm<ˆ¬2!Ã¦\n²','wp-content/themes/betheme/js/menu.js',0,'€FªÝ‡™¶[!@é²\n!','€FªÝ‡™¶[!@é²\n!','ä’C®î›¡¥e9Ë“dè²&5›WR’!±«Aþ=À¿&a','',0,'?'),('…1ô`ËÍB„’ÏÂ¡]òƒs','wp-includes/css/dist/editor/editor-styles.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‘Û‘v2lÀ”¥§w†i×','Æº\Z4‚_î9lRâÔkU›¯k\rP\'7¸Á/^â','',0,'?'),('…B%v6ÍI\"Jb½Ç4Ó¡T','wp-admin/link-manager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B’0iNjíÈöÈºÒ','íLo( ÚmæØ¾Täã×k‰%<P!wí«/\n´','',0,'?'),('…EDOuëKí)\\òîGSˆ','wp-content/plugins/js_composer/include/params/google_fonts/google_fonts.php',0,'ˆ›*!}ýfAV	@‚,j','ˆ›*!}ýfAV	@‚,j','L¶éž4FqŽ’ú`f5³ä€Ì¢\0ü(ßÏ¦;é','',0,'?'),('…T‰x0KÎŒrRÿeðk£','wp-content/plugins/wordfence/modules/login-security/js/jquery.tmpl.min.1607007971.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','€\\}Ã\"£†‹7Ú·’•DZ','ß.IôH\Z„g\0óH!7`‘£gÞ ZøzÈ„ƒÅ¾6|','',0,'?'),('…i;,¾àYv7õïˆÿý\r‡','wp-content/plugins/worker/src/PHPSecLib/File/X509.php',0,'¬vÐRÐàˆ‘[µm‰D','¬vÐRÐàˆ‘[µm‰D','²Š5VÚUëù¢&¼¡žä‰|ë‰-\ZüŒ¡5yJÍ›\0-QI','',0,'?'),('…m1Øˆ·*\ZÒÕ„á‘8õ','wp-content/plugins/duplicate-post/src/class-utils.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	¸|\0di÷iûQæbýÀ:R','?0—õ—JgŠIz3ÞÌ_µÞÎfó4’í³/o6','',0,'?'),('…o _ù‡ŠBî*ÛìÅL·','wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Cookie/SetCookie.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1X·ÉmÜ0¡nñÏ‰','…»\0¹+÷ÿ‹Tžñ­#Z‰Nù?zelÏÝ’vdÚ','',0,'?'),('…¢§Zó#ö‹úoÑ9_ÿ','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_personal_video_24px.svg',0,'Kîh}e®æ;gÄ²ówU','Kîh}e®æ;gÄ²ówU','?dz2`€Ÿ~v€Û\ZQ1àØ®†*Ò”ÝÇqd','',0,'?'),('…¤Âþ©´>Ã¦þa˜Ÿö‡','wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/sns/2010-03-31/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ßñºZÑv-{Üìž?`?ö','~º¢¾D^ýœ©ÒÇ/‚<šÕ¦&ñL0Íÿ“=!+','',0,'?'),('…©€²žÙ”gF[Åz{/œ','wp-content/plugins/w3-total-cache/ini/opcache.ini',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F«Xá\r)7ñžÛ»ß4ƒ','‹­©vZã m@/_GðØ2k\\\Z·Èb¨hÓ*þ‰÷','',0,'?'),('…¬ÛŒ†Öžì“! ð²','googlecec3fa1e301f2e06.html',0,'Î™&X#éz™°+¹t­´','Î™&X#éz™°+¹t­´','¿ds–|œ¿–¬°­aø<ýIÊY&îéÃ„;k-2','',0,'?'),('…°Ø\'˜«ù¬ˆúÕSG8','wp-content/plugins/w3-total-cache/inc/options/cdn/common/cnames.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÄÉö@N,Hø(T‘®','R²°×â{¿E÷¬>òno\nzXcÜÍèæõÀ\\8','',0,'?'),('…¹>ÁAäBÇ7åSz!ˆe','wp-admin/includes/export.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>{ê”N¾Hbpž?\' ','Ÿ‡+Á>ÆÄÒ=|®Ñ³‰\\¦û×a¡Œ¶’&','',0,'?'),('…â‹ÐüîTõ“ÕíX–×ž','wp-content/plugins/w3-total-cache/lib/Minify/Minify/Controller/Page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','„ã„àÈM^†Qžù\n¦','o¾‹î%óKà(9ËÑ•-“OÐë ©=Vr”š!tàÜ','',0,'?'),('…ì|0¹¯ÒOì+˜]lUõ','wp-includes/js/dist/a11y.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','õ3{¿àwÂTö¨ÿcJrÔ','ìC¸*f¡Éc\\åÂôÃ5œ”ûÏLß:P•ÇÜÐžô','',0,'?'),('…ùìËf²8äYý¡ƒ<9','wp-content/plugins/duplicate-post/js/dist/duplicate-post-quick-edit-411.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V¼®%¼D£IÆ¦Vg¢hò','	wT¯\\ñ÷÷©M—$ÅÌ^ßj›ˆUñ$HiÔÜHÛôŸò','',0,'?'),('…ý›T×ì–‘µ:t[¦ß','wp-includes/Requests/Exception/HTTP/410.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q¾O47ßºÝ¥/8X!„á›','—¥9†f/3MM;#GÚªWO&’tSûO\Z±­ÀÆ˜ò','',0,'?'),('†m©>‘\"m{°','wp-content/plugins/testimonials-showcase/options.php',0,'Ýb@£²ªŠøŸ‰ìk’','Ýb@£²ªŠøŸ‰ìk’','ÉŒ™ÇâtD¥³0´òŸéC§Àoô™H ¶‹——¿Ò/','',0,'?'),('†)ÀÒâYh¨.ò;¼èÅ¡','wp-includes/Requests/Exception/HTTP/412.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%¸„IÜ·¡¨=Ù7Š¥VÇ','S÷A•4c\\DÒ56-ŠÍ#¼¾d*³ŸÒÒ½Ó¾Rýþ†','',0,'?'),('†1äˆeUüMVý¸^š™','wp-admin/includes/misc.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ï¦ìõ7h\'z²sLYò¢˜Æ','\'ïí|òÁúdRHÊ˜›‡ æ&˜1,U\0s6','',0,'?'),('†F_q¡ÃÈCŠF!o4p·—','wp-content/plugins/wordfence/views/scanner/scan-starter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E¨Žø Á“`b{{v\r','qF¤ÿ‹xÐïâgTA]œ¦ôM†­k^¨â>Ç\'UBâ','',0,'?'),('†€nsØ\nÓlG²SŒ}5²d','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-flickr.svg',0,'[ÜçÍ<nª™£!+sGZS6','[ÜçÍ<nª™£!+sGZS6','ü“vMÒ8ñ®¾×=®ILÊÈ3ØÎ!ÕP}nùc«ƒ','',0,'?'),('†…AÍ¢´!Ù;\nÕ¬’','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_question_answer_24px.svg',0,'£#¶5\\#µ£«ŽNŠšïÅ','£#¶5\\#µ£«ŽNŠšïÅ','ýïHF¿S:Ø9û“zÓ£^±]\nÀÂà¶ü','',0,'?'),('†ˆíi\0Ç?uý0ºÀ70Õ','wp-content/plugins/w3-total-cache/Cdn_Core_Admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Å•ò«\r3Ó¶üƒ‘„','©\\£! )®3„[Câ’³R¦%]òögŽü×ÒlQ<','',0,'?'),('†™N¹`^I|P—öÒæ¬Y','wp-content/themes/betheme/woocommerce/single-product/share.php',0,'DŒm¹½öÌ~NYq','DŒm¹½öÌ~NYq','hx¤<]ùÙ[˜OÝë#ô€V<N¥¬Ô\\\nrg¿üQ','',0,'?'),('†Ÿ\0¦>#ŠÑ›á­z(','wp-includes/bookmark.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‹í7!Ä‡>pPÕ:»Þ‘\r','6ÌŽ2MÌ¥†ã¡?Â€&rA†ÉïbÄªux^Ñ','',0,'?'),('†¦Ù\"|¥¶VÉÎ•Ø–}ZÉ','wp-content/plugins/js_composer/config/buttons/shortcode-vc-cta.php',0,'(×à5#*«ÉÌ\\Hþ<ú','(×à5#*«ÉÌ\\Hþ<ú','a˜³2€Û;±Sº¡çŽMýI3ºoø²+>A™òËF½cˆ','',0,'?'),('†¨‰¥cÉº\ZvèŽß•£','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-hover-box.svg',0,'l§ å&Ðo»ÂÞB®©','l§ å&Ðo»ÂÞB®©','ÖLÍ=Œ‡ ÖAº™…¢·4Åkò|ž€bš','',0,'?'),('†¬´*×eZ¦kþV·ÞÉ{','wp-content/plugins/revslider/public/assets/assets/index.php',0,'ÔŒÙ\0²é€	˜ìøB~','ÔŒÙ\0²é€	˜ìøB~','ã°ÄB˜üšûôÈ™o¹$\'®Aäd›“L¤•™xR¸U','',0,'?'),('†³¬ºÃê‚âë}•Í','wp-admin/media-upload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Á=íf¿¡È/³Pe­¡','ðvûH1GÄtÑ+·lÝO\rÍ>ùöqcÁ›¾m\\šiS','',0,'?'),('†ºzNÄ¾b{gelÿ>','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-question.svg',0,'vS‘•€”\ZzÕÿÍ\ZÜè‡','vS‘•€”\ZzÕÿÍ\ZÜè‡','ÕŽ°Çö2¹–X«·ë›	w[üfµîÉþ“zÙ}','',0,'?'),('†»¨ð¤…ZxZ°þ-l ?','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_rate_review_24px.svg',0,'Mþb:ùhØ‡û~}*\\Yt','Mþb:ùhØ‡û~}*\\Yt','’KlOoÌ YˆÇ®öcKBy]3¿Š¼§¾9èŸæ‡','',0,'?'),('†Ê¦žu÷ÿ„S°€G(B','wp-content/plugins/revslider/public/assets/assets/svg/social/ic_group_24px.svg',0,'æL„ëbshåæ…G‰n· ','æL„ëbshåæ…G‰n· ','Pe…[ÉýFü‚¸yš¦ÅÆŸßÝ6VöQwW^','',0,'?'),('†Ë„‡úÞ“£idv¢','wp-content/plugins/revslider/admin/includes/shortcode_generator/gutenberg/gutenberg-block.php',0,'uƒÓC,ÈÔtãÃ±\r\\','uƒÓC,ÈÔtãÃ±\r\\','%¦£û„¢ãÚÌ!Gñ rÕzÜ0,7Ù‰ÇÚZ›’*ÅA','',0,'?'),('†Ù!iÌB\\¶ï¥­<¶¯Ð','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tablet-chart3.svg',0,'lC¾¢y§§/y¸¯ÀyŠ‘Q','lC¾¢y§§/y¸¯ÀyŠ‘Q','›ÄæRËDâÕŒägd”µ˜8VO¨$_²Õâ°©k','',0,'?'),('†ÞÄY9ü/ÆÓù¤Y~À€Ì','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_align_left_24px.svg',0,'v¡%Ñ_‘ŒŽò§üîskV','v¡%Ñ_‘ŒŽò§üîskV','†OØÁ>3ÀïYJ/¼P@¶Vy]êµ‰’]~ä.$','',0,'?'),('†ßtÃEÛåàYîb@´6','wp-content/plugins/w3-total-cache/Cdn_Highwinds_Widget_View.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9ÛoÚüzñ*;±¼DB','§þÌ‹AV‘VÄÎ¤ì;)Tä\'ŸB9“äÀM’y„†¡;','',0,'?'),('†ó—÷à‡åCÀc‹ÏVÉd','wp-content/plugins/w3-total-cache/Cdnfsd_LimeLight_Popup_View_Success.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','IÎ0új,’aŸ–ºæìÇÌ','y{º¢ÐQê…ë2¤U® «C1ÖH½öêòXð','',0,'?'),('†û0ºH.ç…Àèƒ¼Û‹','wp-content/plugins/w3-total-cache/lib/Aws/Aws/ClientSideMonitoring/ApiCallAttemptMonitoringMiddleware.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j {‰úý1³ËÖ8qŒ˜','™Á¿ž=žïu…](ÿCÆ:¶]@Œñ[aëCrLúÛ','',0,'?'),('†ý˜­“A\'`ÍW¶#±žçG','wp-content/plugins/w3-total-cache/lib/Minify/Minify/Logger.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','°tÇD¸-9§ù[%Ú7w–','Ç­½eŠ•\"Õ§}Æ-²ÛR,Ö•¥\'äå÷¬óbÇ@','',0,'?'),('‡ÆÈ\n%~²Wz[§<','wp-content/plugins/w3-total-cache/Cdnfsd_MaxCdn_Popup_View_Zone.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gw\nç‡‘ä§43_il#','“´¥rDA§iŸ>uûÁJÉ–rªÐwÕ Ð\"H\nsDæ¬','',0,'?'),('‡E6Ÿ-o^üâI 6ñÖ','wp-content/plugins/js_composer/include/templates/shortcodes/vc_section.php',0,'‡kß„{=áaj#®?TÒ','‡kß„{=áaj#®?TÒ','zÉÔ?ÎòÕ²G\'2ìÊÜòó=ónpS‹Cƒõ','',0,'?'),('‡Î¹=ó‰¸õÂUy€','wp-content/plugins/worker/src/MWP/Monolog/Processor/RequestIdProcessor.php',0,'Kž¶‹¢ŠÑfßÍ¥_ð‹','Kž¶‹¢ŠÑfßÍ¥_ð‹','j×C5hÛ¤y¶©ˆÄš¦ùíiÔë‚;,x˜@‹ŠïÇ\\','',0,'?'),('‡òP“wª©0âhÿ9','wp-includes/js/tinymce/plugins/fullscreen/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y›»®þÃ2Ä°\rm}%¡À','3Ëî].ÐBCBeýôÊ¢ÒSáˆ( ?ÀZ{ï“Éðºò','',0,'?'),('‡+óÜa¯Iªo=ÑK]‘lQ','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_receipt_24px.svg',0,'@_\"…qn%ÿèÝ\0#&0p','@_\"…qn%ÿèÝ\0#&0p','ûh(¾5ªû\r­£ª^…íXÌ¦4ÒþíþŸÜFRC²','',0,'?'),('‡/ê#^/\n#È~îu÷Ü','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_texture_24px.svg',0,' ´a/µ:£~þ)IX',' ´a/µ:£~þ)IX','‚IÞ;,,âDáÊÛ£çgÖ]D.0ÖÉõ\r9çb','',0,'?'),('‡7ñ†hë¦_ëye®ä£','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_ethernet_24px.svg',0,'õ¾A\0\"¾z?b“B÷À¼’ô','õ¾A\0\"¾z?b“B÷À¼’ô',' ´êê¡–p\"£!“ 1Ôüö´9*«¿£¹NL¾õ`','',0,'?'),('‡:²|XHµß\0\\¾Iñ©l\'','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/drawer.svg',0,';y<2&5&xýñ]43ü',';y<2&5&xýñ]43ü','\nGG—OqžCFËq´‡ÿYù5k|¡ÞnWRUJ','',0,'?'),('‡;jŒ§|ý:1/Çæ£','wp-admin/site-health-info.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K#uyžd>çÙ²½(H”(','o\'U‰‡­·~ß¡›e´g‚|ë(·¿Û¤3,þ$','',0,'?'),('‡>7hwc8ð×õ¿–s–\n','wp-content/themes/betheme/muffin-options/fields/select/field_select.php',0,'/w^zƒPæìÌ5MD','/w^zƒPæìÌ5MD','zï²\"—ZÇ›nïM»w;¬¡Üi0™ÀOÛæ›p','',0,'?'),('‡B yÖw†+³àÖ|t«Ë','wp-includes/class-wp-http-requests-response.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÚO»TP^•ó—rbb!dÜ','€\ZÞÎÞ[Ð©Ç©©{S.Ws:ŒœÜe×®\"#z[N','',0,'?'),('‡FÎ»u4ôOB–°DJáS•','wp-content/themes/betheme/muffin-options/fields/color/field_color.js',0,'#ÞÑdsg*~.ÎÒß','#ÞÑdsg*~.ÎÒß','v¸Ûd.Þ‚V‘Æ%	>û£û\\“¸¢_F0¾ aöIÃ>','',0,'?'),('‡J¼&_#¹ñ3SÔq ­','wp-admin/images/spinner-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1ý™æ2†^#æ8µô',' ï¯#–Ë’Ì=$c©§6ÀÞäÒß	B™46','',0,'?'),('‡V+@ÿ0ñüp¸Éhi','wp-includes/rest-api/class-wp-rest-response.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','®fÀ0ð•­¶ñ©òSy?ª','×fG]< *Ç:m/K<-CÄ~´5Ù%ŽSw','',0,'?'),('‡ZÙ)_„Úwä\'$¥Xù','wp-includes/class-wp-block-parser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ž$,ï‚:à»UÁPÀà…','î–%f\0|8;ˆ–œL<,Ýþ³™ÚÑ® \\•\rÿ\ZÑ ','',0,'?'),('‡^Sx_?u‹GÊD©äë','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/H.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','”ÏHÙd9<CðË¤«šÑbl','KÏ.Bo¬°ßØà£¸ƒvüˆb˜%…˜àÕS~1ùKàÃ','',0,'?'),('‡b~5Ãaùš I@)*ñ','wp-includes/class-wp-site.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ßy\0æ‰$~¬¦aa×','ÞÕš=p¿\Z³y*¦\'e¹Ñ <kJï(CJ\0©%\0‰èFe','',0,'?'),('‡fG<®@áŸNûçµ-','wp-admin/includes/class-wp-privacy-requests-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ôföG::úòz\réÓ','úþ:eÖÂYøúŸDtø4:¬ÇªÛ\0w­#ÁÎéÆ²>','',0,'?'),('‡x9pã2¬Åðwã¸ÄB','wp-includes/ms-network.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','÷¿Žçxÿ¿¿ˆÁ3.æš','Ê¸]STÝßýÑySo$µVgvü\"-j!QGKÕ¾ù','',0,'?'),('‡}¡¼IÊÍýìÐo£ž»','wp-content/plugins/w3-total-cache/pub/img/w3tc_netdna-logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','éÈOBqCóÞÉÏù','3gdR9úÌ\ZÖK ÓGÿÿŠÁoÆu<><r•&_ÚÈ8æ','',0,'?'),('‡»Œ‹!¾\'23]?à','wp-content/themes/betheme/js/plugins.js',0,'ˆº\\<ãi9y¶ùzd‘ø','ˆº\\<ãi9y¶ùzd‘ø','®²å‚¹\\Ù(yM#Äñ™bfßgv°¾.ß}R×çÖ4þ','',0,'?'),('‡Ž\\:âÃÚˆÕê)g,\\','wp-includes/images/smilies/icon_twisted.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L¾×v[?åé+*8ž×;É÷','VåHhK…·ÚÀ­°\nÞÇêp©ú÷†ß;.¢&/E…','',0,'?'),('‡“õ[¦Ëþý•_žÁg*','wp-content/plugins/w3-total-cache/Extension_CloudFlare_Cdn_Page_View.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c½jûráÒ¥fþs‡[','æbà‚¹¶Eèá4ˆ‚\0Q4¹»A\nß¥¥åöª°Ë®B','',0,'?'),('‡ž!¿ÞEª©S7x–ƒÈæ','wp-content/wflogs/rules.php',0,'ð]ÍP xDƒþ;÷Ðž|_','ð]ÍP xDƒþ;÷Ðž|_','Yq1ÉQøûP³1¸Zôúã`ìò(‚âlÝŸ!ªT0','',0,'?'),('‡Ÿ‰û¦¯>2\\o†)¬·×','wp-includes/Requests/Exception/HTTP/Unknown.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Údlá«¶2¯AûÏ\nW¬','@¨ëþâ3Ù#\ZÐ¶/*t\rÎÛ6<Xïû\rˆIF','',0,'?'),('‡¢¨3v´U€\Z3˜PÅ^O ','wp-admin/css/widgets-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pó÷à¸)îöÏ †®UÎo','Å#¥d°½	Ç‚¦zÇ_—üwÁˆT,ÏK°Þ’¾8‡','',0,'?'),('‡«L UÿÕÀ¹f¯àuâ<','wp-admin/images/icons32-vs.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',ÖP*çÓñ{>v¥±Uf','–°Úø?Uü˜z¾ÔP\\™Â@†`¢8g;\r®³Á–E','',0,'?'),('‡ÂÙoÔw¬ÛåÐŽ×696I','wp-includes/random_compat/cast_to_int.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ý!²>†ž§=I™‘‚O','p>2¶éÃûx«ö”tnè˜tqÇšïºßÆÞ©àb','',0,'?'),('‡ÅuÏ‚¨[F\"a€ºµ','wp-content/plugins/worker/src/MWP/WordPress/Query/Comment.php',0,'g;#x£Ö#Î-!jè¡FX','g;#x£Ö#Î-!jè¡FX','N”¯ÂÅPœâ’	MU ;îAê°fÃH40”Vín½®','',0,'?'),('‡ÒýˆCA£ÿm>ÍUþa','wp-content/plugins/worker/src/MWP/Http/MultipartResponse.php',0,'¡=§ùôoja\\ÁØË`2','¡=§ùôoja\\ÁØË`2','iõV—¼ö;ä5–ø8&ÎUD»~îV’Q3\Z3ñ¡\ZCx!','',0,'?'),('‡å ¯Úñ˜·X_wÄ®ì²','wp-content/plugins/js_composer/include/templates/params/vc_grid_item/editor/vc_ui-template-preview.tpl.php',0,'„_%M‘\\¥0è‰—û6S','„_%M‘\\¥0è‰—û6S','á)ÅŸ›Š`¾ìz‘#ÑE\\«ë¿qùYDÌÈìi|ì','',0,'?'),('‡çsV´W\0¨ˆ$i•hoˆ','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Exception/ServerException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6ì·¨äéc;æwúZcž','NE¤|ŒÞn°dÊ¶=ÄÆ„4Õ“Åtÿ9üÁ&Ë®†p‹','',0,'?'),('‡òÏ Ý#ÛÐ+KhXÉS','wp-content/plugins/w3-total-cache/inc/options/about.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','àfi„­qÒŒTÆÆp','}s¦ŠÛØ™8L£w7ìc³Â»Xñ»n/è€ka[B ','',0,'?'),('ˆÒ‘¨th˜Êfÿw|þ','wp-content/plugins/js_composer/include/classes/core/class-wpb-map.php',0,'\"Ÿóég@ ì \"w7`}å','\"Ÿóég@ ì \"w7`}å','\\âà£P[‘Û6\Z‡ðŠvˆ†ˆÖ²skñUe‹–§','',0,'?'),('ˆœ%˜ýQ¯PPá7y{Jo','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/CreateBlobSnapshotResult.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ñ æÈ2dKíÈÆßÐR@','p@Y…‹K;Ú¤Óôû7Z6Mu\ne™\\þâöÖd¬I\'z´','',0,'?'),('ˆ¯Iy-‚\n·Å„‘','wp-includes/Requests/Exception/Transport/cURL.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','…6TÍg*\Z›:	¯x7ßá','Å]ÐýÇÂ0Ö™8ü‘Êp#ü~†õ\\o±Ó=1³Õ','',0,'?'),('ˆ\'ûtî1\'ÖQd€W(×|','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/checklist3.svg',0,'¾³u<bŽ^_L*uÄUMkÆ','¾³u<bŽ^_L*uÄUMkÆ','²Ö{åòçM•¡‡±²‚>ÆÈçg#è×dx´','',0,'?'),('ˆ*Ë©cBs¹ˆ™¯.’’','wp-content/themes/betheme/woocommerce/loop/loop-start.php',0,'\ZÝ´ÂÞBóÚ|nŽ¤“­','\ZÝ´ÂÞBóÚ|nŽ¤“­','Ly®\Zm–¼gJêPbY”~h¾7w÷E:ç!q†:‰','',0,'?'),('ˆ:=%ÆÌâ¾ù MÔÛµ','wp-includes/template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^Íñf?Yk–EÐ‰µÄ+V','aÏ+)	‹h=ÝŒÑ%d¡Dñ\Z/µ BA —j\\­n','',0,'?'),('ˆ@Ê-‰S¬TY”húÀO','wp-content/plugins/js_composer/include/autoload/vendors/yoast_seo.php',0,'MÞMS~“ªkC^G½','MÞMS~“ªkC^G½','•W.†Ð¨Gâ„ŸýŽü›=•p‰äù½æ¢ˆïæÐ¿!i','',0,'?'),('ˆIÝ{‹?»†rô]¯ 7','wp-admin/images/resize-rtl.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nC%YØfœˆøvµF.z','@St-]ózº•\'+kŸ·2€å{ØjÜ,ÊQNš¯~)Û	>','',0,'?'),('ˆV\\Í¯HØÜPvKÌ’–´Ñ','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/star.svg',0,'‘` 9ù\\)j÷çók','‘` 9ù\\)j÷çók','±àòŒd	¤\nf?\\óB!¿äD³Ÿ¥–t9Æº•–6','',0,'?'),('ˆ`åŒ Æ¢«Xv ð{ä;Ù','wp-includes/js/dist/edit-post.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','JCäCõË‹¬µp&¶','˜@_Ö-»(‹âXX\\ÕsËT…„tZX¡`/‘£','',0,'?'),('ˆh?Øh=þ¨ÙpsÀ”j','wp-content/plugins/js_composer/include/classes/core/access/class-vc-role-access.php',0,'¡l|Ç†Gôià5}èÛ','¡l|Ç†Gôià5}èÛ','%—y‰ 9Då†õwˆ6\\nÂ|`Ocod2æ‚õ','',0,'?'),('ˆsßêc/.¦4hÂ×]8p÷','wp-content/plugins/w3-total-cache/Cdn_StackPath2_Widget.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Çqe6º ã,B…fBsù','›šj:ZW›pÕê¿xÐÓNy>[÷½€u^YßK','',0,'?'),('ˆFaGôH\rÙY¦³ãž','wp-content/plugins/worker/src/MWP/Stream/Decorator.php',0,'èX^O2á3pC/x/0é„','èX^O2á3pC/x/0é„','X,£mÝþÚK^½<ÒKx¦Ñt:;‘×£Œ¡”’NÍÈ\'¥','',0,'?'),('ˆŠ™eM˜y*Òž·éÖæ','wp-includes/js/backbone.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"$2hj32Uý›¤Ôç','£cŸBÒCP\0ñœÿöFË!·û‡vy6ªKu„*<c¬f','',0,'?'),('ˆŽÓvîÿUýŸŽ®Œi2?ü','wp-content/plugins/worker/src/Symfony/EventDispatcher/index.php',0,'gD,Vë§=\\ÆbP','gD,Vë§=\\ÆbP','k‰À—~	¶½UH\Z¥ÖxƒPêÛAÌ„¢ú<¡ž;X¨','',0,'?'),('ˆ‘@k&XÝItÇœ','wp-includes/class-wp-block-styles-registry.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Kcÿ“ž™è\0z”[>Ý\rY','ËÊùJ¥x\r]¿|íç¿-³ªu+ßÃ$¤a¸¦','',0,'?'),('ˆ“€ñscAÕvp­Dù','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_perm_device_information_24px.svg',0,'\\¾+äö	ÛSKé¦›µÙ','\\¾+äö	ÛSKé¦›µÙ','­UaÀ\Za/6Ié*À¨&A”\0JÑÙw¯W0j$€Ô','',0,'?'),('ˆ˜j?b´”Þt³³ìB<Ð','wp-content/plugins/js_composer/config/content/shortcode-vc-icon.php',0,'í^sªµx6æÔ»>~±˜h','í^sªµx6æÔ»>~±˜h','K˜àKèKQø¢}ôJ€£u&¼è!P}Ð)ù¬D°','',0,'?'),('ˆ¡Kk©fõgÿçT¤#”V','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Base64/UrlSafe.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Šer›Éx‡‡|2c½Ó','š÷ËÒ.C¹¿@2ˆPÖcÖœ‚^n\n”\'-‡v[~','',0,'?'),('ˆ©´÷nï\nõ\0Ü-i','wp-content/plugins/wordfence/images/blocking.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','£\'-H•f—Œ˜<1','A5„Y9Ž®à\0¶óOÄtqäÐ–L\\º}Ëa½Ô&â´','',0,'?'),('ˆ¬#Î\0ã­êãº ¼C·*','wp-content/themes/betheme/muffin-options/validation/no_special_chars/validation_no_special_chars.php',0,'·:`Âe6=¦!„üÓÀ','·:`Âe6=¦!„üÓÀ','ìå«¡ßj½V ¶vÔB€óÜŠÉúéE6uÃ&øK','',0,'?'),('ˆ²yLcMKëÀFö|','wp-content/plugins/w3-total-cache/Mobile_Base.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ž ”ßÖ¥‘ÙBòáÈYwØ','‡íS°îŠ®†x‚ŽÅÂR§ò¨ÍC€ŽjŒŒ¼*¾®•','',0,'?'),('ˆ»Çg“•Ý[zë´\0Î®›','wp-content/plugins/wordfence/modules/login-security/views/page/settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','µéMQ¦@—ÿÇ®’³I','Þç«°Þ~àr¡bÅwTNòséëú;3fæB‘¹Í)A','',0,'?'),('ˆÎPiÌÁÚ8=1<\"7Û®','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_offer_24px.svg',0,'î^ù­|`ÔçÉÛªÁ©‘…','î^ù­|`ÔçÉÛªÁ©‘…','ž\\ûraö0V˜wlt1¾óØ.h{¥=gÐÈ€ÈÜÏØ','',0,'?'),('ˆÜÈt½VæÄ< ûCÞÄ','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Traits.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';HoÄ´`šé×³mÅ%ö','å(†Úl]‚höÅÐ®a	yÈfhù±0v\'uµvm©','',0,'?'),('ˆí\\-\\£ªf‚tå´KDšs','wp-includes/rest-api/endpoints/class-wp-rest-plugins-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','”ÿ\r(œ¤=è¥žªyC','ÅÙòŸ¦Å€5+°>è	ØZÖ1.Ž5>Oý8…Ôì','',0,'?'),('ˆðYDƒDkBøp­ÕÖÉ','wp-content/plugins/worker/src/MWP/Action/Definition.php',0,'â†¥é®tõŠ<fpRì	€','â†¥é®tõŠ<fpRì	€','UçŸo_ct˜Ï…jÚ9À×Àç4t#J|‚L','',0,'?'),('ˆñoÃàó?1ª-ÑG’*g','wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-panel-edit-element.tpl.php',0,'íÓ`¾ÜÝ©y®(îÆh','íÓ`¾ÜÝ©y®(îÆh','¾þ³#n„-Õ{k=(ääú¼™Äñ2ÈšcqÒ','',0,'?'),('ˆôán=_Äo1½\n\níX','wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Psr7/LazyOpenStream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&HÍ»3øê3ƒ9:î+','§\ZJ:VUO˜Ùü‹¥.½:5î¨œïæJ1´','',0,'?'),('ˆ÷µhÕ%ýž?5.ì¹Çð','wp-content/themes/betheme/assets/animations/animations.min.js',0,'ìÒ˜‡ƒ»NIö¢Bb\rT¬!','ìÒ˜‡ƒ»NIö¢Bb\rT¬!','ï	Óþwÿ*‚T-ö2DSHzfq9BˆjåE”«7`','',0,'?'),('‰\0â\'¶‚a\rv—„ÃY#','wp-content/plugins/w3-total-cache/inc/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÔŒÙ\0²é€	˜ìøB~','ã°ÄB˜üšûôÈ™o¹$\'®Aäd›“L¤•™xR¸U','',0,'?'),('‰aê.¤ƒ‚oME³`ºY','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_carousel_24px.svg',0,'‰Ûc`^¯2MpEdðÌdt','‰Ûc`^¯2MpEdðÌdt','xåþW=„7ï$Ôv>¹÷R€kòOÒÍ8ï+·ZÌ§³','',0,'?'),('‰!S½½w®ž%gsÕ€:','wp-content/plugins/testimonials-showcase/resources/colorbox/i18n/jquery.colorbox-sk.js',0,')ûIeªKÍ;iƒ¥OˆËz',')ûIeªKÍ;iƒ¥OˆËz','D ‡ŸÚí)ø¼±òÔÞâpBÖ²IA*a7ù{v!\'Áƒ','',0,'?'),('‰hÏÄ\röÁ›gäi¥Ÿ','wp-content/plugins/testimonials-showcase/img/icon.svg',0,' ‡·ž:Êóéãg0~ÀÃ ›',' ‡·ž:Êóéãg0~ÀÃ ›','4tÛ’‘µjAŽµPþ³”,Ÿ•î¤Õ€‡m´êÎUU{','',0,'?'),('‰¤6úÊµûîC±ÉÆU\Z','wp-content/plugins/js_composer/assets/vc/blur.svg',0,'‡¼€oÈˆ‰\\$üFbÐoºÆ','‡¼€oÈˆ‰\\$üFbÐoºÆ','dØ~3²:)+\'lÀm™!îi«]¢ýQâ¯®v-0Ú','',0,'?'),('‰­Z³p`¡ÙO“`o¤','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_polymer_24px.svg',0,'æ/@Š¾7ÛfÓO(Ó','æ/@Š¾7ÛfÓO(Ó',';óÈ\'XôSÌä 	¹ÚÆ_4S3‚zr·{Ûú¨±‚','',0,'?'),('‰M=Ï”\\Úˆ	nƒ<öý','wp-content/plugins/w3-total-cache/PgCache_ContentGrabber.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','FûM(³äé#gt~Ú‰÷','o$ýÒ1q~?c2í+Â¡œªG´íùÜ6 äÀX','',0,'?'),('‰-î\nÇª9Â§¶ùë5\0','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_picture_as_pdf_24px.svg',0,'PìdÈ=2•*ëŠ¬(\Z','PìdÈ=2•*ëŠ¬(\Z','Á1üù¥d\\‚•™\\}oVi3	”üê¢d0ßñæ‚ëyØ','',0,'?'),('‰.¤”xÖöQ}ét\npó','wp-includes/rest-api/endpoints/class-wp-rest-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¢%=æ¨1rupÆCÒ\"îä','ƒƒüÒïóì¥YÝrÖå¹£\\ˆ3,‹Ã¡LâTq6>','',0,'?'),('‰7*ûø\"{ìóƒ\nK<','wp-admin/includes/ms-deprecated.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','•žlŽ¿t{0oã¯Þ–','7<NoQF•‡É\0æ€$°j›aÏ¤ m€ñÃ\rµiûÈ','',0,'?'),('‰>|Ÿ\ZÁ.\'8+–›R™','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_drop_down_24px.svg',0,'!«·H£2ÅÉ9Æà3ý‡ƒT','!«·H£2ÅÉ9Æà3ý‡ƒT','”Šy|µŸçUpÑÆË©D×Ç<¥tn÷ßÁhŒ7e¯,','',0,'?'),('‰? 8”÷˜ÑÉZÏÐNÁ','wp-includes/ID3/module.tag.lyrics3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~wó\"[Þ×°ü§µA…>A','†V*’&)Îì~µï¸dÿ}Kæ,Âùº–Eð¹sÔ','',0,'?'),('‰G·\"‹ñ1Fû\'àÏk¤','wp-content/plugins/essential-grid/admin/assets/js/codemirror.js',0,'q˜ãö4PÇHøÑÛQÖFê','q˜ãö4PÇHøÑÛQÖFê','ÕÃ×üÒ»¦³¸“q;qšåJ6Ã±…Ò­[\Zqvë','',0,'?'),('‰Ib{‘TDigž‘²V','wp-content/plugins/w3-total-cache/BrowserCache_Page_View_SectionSecurity.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','GÌò³y+¬	Ë«ÆC´','?JÃF…Fþä,8lŠTŽ`ë½ã0gÛ§­¿ñà','',0,'?'),('‰KQ\'è(8æ;Òp€xï','wp-content/themes/betheme/muffin-options/fields/icon/field_icon.js',0,'<¡BM/`ÛZuy<\'é','<¡BM/`ÛZuy<\'é','•²…–:»@*AKí¥+`?\'7}‚ Hü\"˜(´‚´','',0,'?'),('‰X*äãŽVL	ˆ_ãƒ','wp-includes/css/dist/block-library/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`‘Îè–à­I!í\nš\"*B','À…­±XËÐKd•}¤tldfœ°ðáUÚ¿ß?{•','',0,'?'),('‰Y¾¸ t×^ú²i¬ÌÓ','wp-content/plugins/w3-total-cache/Cache_Apcu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','îâÕ;ÿVYšé¬jê5Õ','Ñh’üR°©oÔ´3~HeMiñDëyªäÞ)–C','',0,'?'),('‰cn‰m‰1b¹p­„Œmð','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_7_5_24px.svg',0,'^ºTœè,ÏÃ¹‘ë†üJs','^ºTœè,ÏÃ¹‘ë†üJs','Ü|ýææ–ªkŽñÄ€.ÿG\0c<Yÿ×mCï~Š','',0,'?'),('‰dK:gËÌ}¤¾@oÆ?','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Parser/JsonRpcParser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¶%ºd&êÎá®Ø4¬Da',' Ä^§ZWš¾@±ç½¶f‘Ììù÷Üe¹jÎm–¿;wƒ','',0,'?'),('‰f¬Z›ÉqÉ©íb3ì5','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Filters/DateFilter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‚LQ\0M9_Rn-€QP','Eæ]½×=Ìî\\[{«9)%\rôüÞv9ZÚ\0\\µ','',0,'?'),('‰j®ÃIîÔÓ<êŸŸ³†iU','wp-includes/category-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S]yèÅm Ê‡}©`x\Z4','Wö[Ñ\\õu[STÞ\'øüuŽ7u\Z,¿Mf:ÝÐY›¥','',0,'?'),('‰p¾Ô£*raµú','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_looks_two_24px.svg',0,'ÎXyhå®æBÂµü@*_','ÎXyhå®æBÂµü@*_','Ól­ÈJ+VÒ¹Û‹‹2xÂ«%PH.µÉ~¶+ªT¤','',0,'?'),('‰ŠŒ&ö†é}?â\Zs`¾','wp-includes/js/wp-sanitize.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^ë½³ÓÞLhìc+hƒþ','câT€T½äl+AýL„¶òo^\"‰Ö…9U7æ\0%{HÌ~','',0,'?'),('‰‘ÞQã£WsñA7d\n','wp-admin/css/site-icon-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Å`_?Þ„=Û|ø‡§+”d¨','ìòÙMµ´ÈS»Ãõ–>j/‹‹¶\"K%qÞ£ýÖ~','',0,'?'),('‰ªeÄ\\«Ô1átÆ‹Ü<	„','wp-content/plugins/wordfence/lib/wfUpdateCheck.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','®B@8N\ZíÇ9 öúOÑ«',' ÈÝYur–äuäöN:¦a9&ÆžÇKYFëí0','',0,'?'),('‰®¿¼œ‘GˆGý “ìa\"','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Crypto.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¼ü*M]YnM$^Ã¹\"·','…ÀáÏÌN×Ëo…KtQ«V ««\r3¨-ØóyÙ-','',0,'?'),('‰¸­ÐZ|òò0²75ÿoë','wp-includes/sodium_compat/src/Core32/Int32.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','»³3·¢NM[Ü/à\r~H','‹ñê‘ræWû†¿Q@x[1Û ìÅò*o¿9Ê$£','',0,'?'),('‰¼B]nÈ„¨8Ú7g˜ó','wp-includes/images/smilies/icon_rolleyes.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_5‡Ë6I½Ø˜Ä”E','b;ÎSGŒ`ƒJLÒ4¡;Í®1;\\šö¦Ç;xl©€','',0,'?'),('‰ÔvÝ7ß½“th\ZÎ°','wp-content/plugins/w3-total-cache/lib/Aws/README.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ºH¨^\0Î¥¢~Æþ','p«ÌÄò‹ªÛôcþýúÚ-&R‰ágøä¢{ä£','',0,'?'),('‰ÕfR/1äéÞ›< PCŠ','wp-includes/js/dist/shortcode.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*MâŽ`¨ûË—ªm¦«ê','¹NhusoJW6õf,«#Œ1 û»üî6WÂÙ','',0,'?'),('‰Û±™ÄñŒ±~CNC','wp-content/plugins/w3-total-cache/Enterprise_Dbcache_WpdbInjection_Cluster.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ü<’gµÿv®ðÔ^$\Z','C’†7ŠUþ\r–É¸?ùGŸ¥Ú¼{,~ÿQ\\\Z','',0,'?'),('‰îÚ\"31v|Ëhwˆì','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_folder_special_24px.svg',0,'¾¨õzƒ7ñõsU]>ˆ#','¾¨õzƒ7ñõsU]>ˆ#','Û•îÉËîÕŽposf\ZâÉw\0$sëP¥œmøïŽEÔ›&Ì','',0,'?'),('Š-Ú¾ï&ë\0\'$¼Ì<K>','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/envelopes.svg',0,'¼uk–b„vQ«D™à','¼uk–b„vQ«D™à','o¼\nç7 T“¾íÙð8êÝÛ€ì ÿPÞe6©,wV','',0,'?'),('Š\r·b!E€çjÚµX','wp-content/plugins/contact-form-7/includes/css/styles.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¢éû!8z#£WŒ±²µ§$','¥Š|TSVX{éÍ©ˆ©+Ö=\'ÊÍÉI<µìÐ','',0,'?'),('Š”¢Kì™È;$ÒÍz','wp-includes/js/dist/notices.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tÉó‚l^žÒ1£E	A×,','¤\0u—M5a¸˜’ö65î°\r2±¢*tFúà4ûü²žL','',0,'?'),('Šú6WcÜ™åÔP±uÎ','wp-content/plugins/testimonials-showcase/resources/colorbox/i18n/jquery.colorbox-si.js',0,'þæyIK¥\0F©Ê-å–)z','þæyIK¥\0F©Ê-å–)z','àaDv!»øÎV™!7\Z¢¥\rBETc×L›¹k?µò3','',0,'?'),('Š+D/¶Z@wGëÃØ%‹','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_trending_down_24px.svg',0,'B$êH!\0+]~ÓÚH>\n†Ò','B$êH!\0+]~ÓÚH>\n†Ò','­¢;ùA•ëpÕ “>Ëg¥ù~~>\\NŽv:›Ù9i','',0,'?'),('Š3ôéøÖ)èu˜Ë3','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_textdirection_l_to_r_24px.svg',0,'%qÉ€×®\Zàƒ¸žtß','%qÉ€×®\Zàƒ¸žtß','|É×Ó$¡¹q«Ò\"2ˆJfV¸w‡ÌþèP±Ú	æäU‡','',0,'?'),('ŠMj÷AÕM™ñOÞ\"If','wp-includes/SimplePie/Net/IPv6.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r ä×ÀFºE»ú,‰hé','pùtŸ‚Ñ[bm¶¥ýM§_IzŸ\"ûŠ[j/ò¨OÇ','',0,'?'),('ŠkIKÁ˜„ÒV[„´	5©','wp-includes/sodium_compat/namespaced/Core/Ed25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','É¥v>ÎÅ#«‰!nÁ(','ÝDFUu|év©·/â]Ð2x_ERL2QlP93s	¶15©','',0,'?'),('Šnœtu÷ƒo:ãï²fèü','wp-content/plugins/worker/src/PHPSecLib/Net/SSH1.php',0,'„ëæ}œÅçn¯Z!éÆÕ\"','„ëæ}œÅçn¯Z!éÆÕ\"','èÖbÂC#°ÓÖÛáø#€F÷GZ½fèiíÖ\Zž:ÙÈ','',0,'?'),('Špüj”ÎØ$Ü™¸Þô¥CÛ','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-media-grid.svg',0,'•\Z¹µ^½Þ ¨sÃ.­f','•\Z¹µ^½Þ ¨sÃ.­f','ç’_WÛEm¦ræ«cçù“­MuÏ/JväA)hf0Ô','',0,'?'),('Šwì\ZÞdÏ¢óü\ruD\"','wp-includes/IXR/class-IXR-request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%p.<SÇ¡ê™Ôz1Ï¢','Qãµ*kË_}’á2ƒ¬é>Tûq<Ê_Sß:ïQh´','',0,'?'),('Š{1ï„Ârf|!©l\r8§','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pen2.svg',0,'`g0ý|ÌÔÇ&£JÄg','`g0ý|ÌÔÇ&£JÄg','¡´t&ÙXHŸ­%hu\"«†òw“éÐVHâ@	','',0,'?'),('Š},:(ù‰ÃðØ@àLñ`','wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Promise/TaskQueueInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','“ò\r}î$\Z:*Ï¹óxÐDl','³ñüuþSkI˜žu·Ú9Vu&ökä\\“×CsqC','',0,'?'),('ŠýèE6Wºb,³üÖE','wp-content/plugins/w3-total-cache/Cdn_RackSpaceCdn_Popup_View_Regions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ƒ>öÂ7¶“\nË«ÇÉ>¨','Þþ£’Á]†0P_‡RœBÄfqƒâ\0ÑÉlzpÐ','',0,'?'),('Š„5T?vÂƒ RKƒ’+æ','wp-content/plugins/js_composer/include/templates/params/vc_grid_item/shortcodes/vc_custom_heading.php',0,'à’>’%£6VÇ)æŽ\0‡’','à’>’%£6VÇ)æŽ\0‡’','‘ÏO¶Jl—ðù¡ƒ²˜n:§fr\Zå\"¿•¾¾','',0,'?'),('ŠŠ]ªˆ?B\ré?‹Vžœ4','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_applications_24px.svg',0,'6~Qs4|¤$t±Î','6~Qs4|¤$t±Î','òÁ_Ô†89W:\nãÿóÈ”¡¶9Ö€ÚÃïÀ\Zwz{Š!','',0,'?'),('Š’ÔSÍÏÂ³VË¯ÆPv','wp-content/plugins/revslider/public/assets/assets/svg/social/ic_location_city_24px.svg',0,'` ÿBGNY½h—†:«O','` ÿBGNY½h—†:«O',' ÃŸÒÓ>6ì‰üK\\—Ö²ì~HÎè„Ë¿Xögf—','',0,'?'),('Šž¾/ªÄ\Z²ø)yÐ\r','wp-includes/blocks/html/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7˜ë=’ÝyÒG\0Â\'Y','Aõ™ž5©Ê,SˆrOkwô	Gè†=­r‡Wä¡Yn³','',0,'?'),('ŠŸÆ)›‘•ºN\0~2u ','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/CloudConfigurationManager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','sù£ê¯ÓÛ«=·ËÉÊ’–À','a&È{TunÇ†ÄßŠXŸHá¡›õwœ›<äµ','',0,'?'),('Š¿8K7Ød^˜†\'ìåÜt','wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-post-categories.php',0,'RqÆ/6›¯%H\nÜ5','RqÆ/6›¯%H\nÜ5','$`FKÅêdCnx|0N£ÑÔý@jE\'8yoöø','',0,'?'),('ŠÁ$¡ÖxM1>è²_8P\0','wp-includes/js/swfupload/swfupload.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ì×#™˜‹ù9Üá>&YRg','Úò„Ý™ª¯åR€YY-ÃÒ•˜&qW1(…Kà¾ñª','',0,'?'),('ŠÄÙˆ®T¬=Ÿ{96«?@H','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_favorite_24px.svg',0,'\'? ‚–0&~Ø\"A2æ`','\'? ‚–0&~Ø\"A2æ`','N»#Œ¡ÛÓ™&„;o¾ùE¥\rnãlûN.ØÙs2R/k','',0,'?'),('ŠÇ[YšÌüšñýË‹%‹‰Á','wp-content/plugins/js_composer/include/templates/pages/vc-welcome/index.php',0,'ÙéÄá¤ð9èÔòÊÞ+·Ï','ÙéÄá¤ð9èÔòÊÞ+·Ï','~¬sÒüÓ1¤¤d:•¤‚åÍpé$¢%Þ_µÊ+_±:ÉE','',0,'?'),('ŠÈ2®i\nÆ0˜‡m˜','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_flare_24px.svg',0,'Ž»òRBõQý\'vœö¼¶','Ž»òRBõQý\'vœö¼¶','²ÐƒBæ¥|è(ûËé<°…ŠnÈƒ„²§*TcÉÛ','',0,'?'),('ŠÏ@Ûp¿œ\n`Rºåð','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_closed_caption_24px.svg',0,'n1\0…<Ìx×ˆv=‘AÚè$','n1\0…<Ìx×ˆv=‘AÚè$','ýd9¦`\'-¡‘LÁµAòÕÆ[rüø[Óg8W?µ~e','',0,'?'),('ŠÔ¥Ê85£^Çá‘QZú','wp-content/plugins/js_composer/include/templates/editors/backend_editor.tpl.php',0,'dàNp¡ûS‰rv°ƒ\r[#','dàNp¡ûS‰rv°ƒ\r[#','jp9éïTY±ÄmRék¥F’ç¶híê„šÙ>Ý','',0,'?'),('Šæá.¸ˆã!&ã”Vîé','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_account_box_24px.svg',0,'þï¢ý£ïm,é•ä0 Û–','þï¢ý£ïm,é•ä0 Û–','ÉµLÅ¥#ÐˆEâ¢4©š‘è¼.©éé4¼Õ¤ ùþ\\','',0,'?'),('ŠóD äˆo1‹Ct@ I','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_brush_24px.svg',0,'v¤ ˜äÏÚ`«•¥É$ê”','v¤ ˜äÏÚ`«•¥É$ê”','cÎ£vi[™4Á&¢r« îÔøä†&&xX!','',0,'?'),('Šóƒv%ýt„®xòþá>12','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_lens_24px.svg',0,'¥ ²^Àzü9e®ÔPŠ–','¥ ²^Àzü9e®ÔPŠ–','YÛ~™.*ì&Ó/Ä)á«°—ç\\´Þcd‚¼f*','',0,'?'),('ŠøQs|âc·LØœVH³)','wp-admin/includes/class-walker-nav-menu-checklist.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F!‘¼SÖù]C…qæ.Ô','\ZÂWÍúìa;„7jÍIòíBÚ¯ÎØMÜ\rÓOxØ$(­','',0,'?'),('‹¼/8&ôDãg|¦Ä#','wp-includes/js/dist/viewport.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÕÂ”‰ükr?R|B±×','ûž5ÀÙv—½÷\nû¾éZfÝYÔµ‚½îÞÊŽ','',0,'?'),('‹;«á7¬˜úC+Àß±²','wp-content/plugins/revslider/public/assets/assets/svg/social/ic_notifications_off_24px.svg',0,'£yëêO¾ä™i.•u.>','£yëêO¾ä™i.•u.>','‚$Z¢Ôp•yf½ÿŸN­š³OGˆÒN¿‹@ñcÝ','',0,'?'),('‹>oeºTS7õ±¯k˜»','wp-content/plugins/w3-total-cache/Cdnfsd_LimeLight_Page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','øÛqÉŠþeäŸ‹Î¬çQ‚','èŽöF‘vÉÿ%È1²€v$(4ÇsY©È“]vJô','',0,'?'),('‹E\ZJÂñø„²­CÕ','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_module_24px.svg',0,'iÝ@N…iµ¬k‰R›”4ô\0','iÝ@N…iµ¬k‰R›”4ô\0','™o‘Ø)ÂÉ´vìÑöýù’i¶ I/!KO/¡\nÁ8','',0,'?'),('‹LL!®\0\08©Å68ŽUÏè','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/target.svg',0,'‡íÆQ¯*@2–/U°','‡íÆQ¯*@2–/U°','ÜŒ¤cÙ<.K%=@¶´>@7¦ŠI„©1 Adü','',0,'?'),('‹Ox˜ñØ±•ÿc5(','wp-includes/css/dist/block-library/theme.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&(cpæëòþ£‘×µ™+‚','‘oúŒ#E)nèíh8bb‘\"ÐšÍdžª—ñŒ)È','',0,'?'),('‹RLq5@fŠ£Åìã8ž','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/DocModel.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','²TxÉi¾¼\r@Zx›øÿ','G&€§s#„eÚ;@©ÑÏú¢\rUsò[jZk¹¯\'','',0,'?'),('‹Se‰KqþõïKn¡Ì¤','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-raw-html.svg',0,'öo;:(žjå9’O»eëR','öo;:(žjå9’O»eëR','Óýgf°I®Þ¢#(fD¢P@x	!÷Óº›Û›>B{g','',0,'?'),('‹^Ê¶â_˜ÃHPÕü9š\\','wp-content/plugins/duplicate-post/src/watchers/class-bulk-actions-watcher.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E\'HÏ6)R ˆT8ÛÊ„','Òò…‘@Ð¦ÛÿgÖÄÎ‰¥8‡P¸êÌ²y”¸&`\0','',0,'?'),('‹`°Íóþd!\0BÐ÷Ç´¹','wp-content/plugins/w3-total-cache/PgCache_Plugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a\\>e@×ÓÈs¼‡','gœ®|øœÅ½&ê|ÕÊì¾àñºRO«âŽÝ™!6Ež§…','',0,'?'),('‹n97I.OúÒÞ¿ð°','wp-includes/js/heartbeat.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÀøvÁ³ŸÕ©Øÿœ¡ž¬1','HÌÕâÃ×1½!\0JWµ_cYsZO–€…sáù¢	','',0,'?'),('‹|BlôŠIHÒ¼ÝOSÆ±','wp-includes/js/mediaelement/mediaelement-migrate.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<¶C’_hzÓ3„í<7',',b#0 !a­OVc,úØ•SÔI˜Ð»%®Ûp)“ý','',0,'?'),('‹ŒÍØ¨&Gé¦)šk{ìè¨','wp-includes/sodium_compat/namespaced/Core/HChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¬‚háüýP«Ôì','KçØÎˆdù%±.RAOôF¾Þ×ââàÁ·joù-','',0,'?'),('‹Œé•ÿö-Â\ry™õpØF','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-flag.svg',0,'ž[*L½VúL+ã<g7w','ž[*L½VúL+ã<g7w','xñBtoæ]…°­Î‹ß›!ÿ2¾n5xQ7k@Ú²2Á¨','',0,'?'),('‹ŽM¯Ó¼ÿñ7T”~«ÙÏ','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/AbstractRecord.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$àkAÎ`ÀlwÜÎì¸y„','7\r4	ì¶¥Q\ncíêü>c\n>ÑPf8í4øHk¤','',0,'?'),('‹’`ô(Z™‰m&tZ«×','wp-content/plugins/w3-total-cache/Cdn_LimeLight_Page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}90>OYî©Õ}}Ãf@','€.˜Ó®½Døªš‚éñ€R‹H^ZRúûÈ','',0,'?'),('‹˜<½Ÿÿé“>$ôcŠÂ','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_speaker_phone_24px.svg',0,'FcÆ¹S.\n¾å&Ž!/ìI¿','FcÆ¹S.\n¾å&Ž!/ìI¿','×ÈÅÐ‡šíá—q2&;^ÉÈÙä\0×xf®~ž?µÝ','',0,'?'),('‹¨‡\'ç@¯Ü“öiþ\nà','wp-content/plugins/revslider/admin/assets/js/shortcode_generator/tinymce.js',0,'M\nÕ>Ï \"ÓÎk_FSŠ','M\nÕ>Ï \"ÓÎk_FSŠ','AJ–X·Ìzm%Ã³›XèYégïºAFØ77 UæÄŸ','',0,'?'),('‹©Ç¹Ð=—ÁÞIðrä$','wp-content/plugins/essential-grid/admin/assets/js/mode/index.php',0,'ïá{J!u?}îçs•','ïá{J!u?}îçs•','AuÌƒµœÄ`ü9‰7}bŽ>MHêÃíJHhåûÎ|Fj','',0,'?'),('‹º°Åh+¹«BÌÆòÐ','wp-includes/js/tw-sack.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ú7èXˆÏwOœ…qa','k•\r<—I»-ÑöVsp—6gb4ebéñÝfsŽÒ¸§¥','',0,'?'),('‹ºFè\"÷èvhâ¡$LbŽ','wp-includes/js/imgareaselect/border-anim-v.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' Éz!™<ñ7êÙý¾ËÄ*¨','‹á>úªÂödà•:Ûý¹j1í<î!4Û6“gæä','',0,'?'),('‹ÀGÙ>øyp¦q)qÈë£','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_offline_pin_24px.svg',0,'„¡Û»)¿y#â§ˆ<qí','„¡Û»)¿y#â§ˆ<qí','® ºòŽ4©ù„P}Ç-L‡u‘!çqï4[\'®xä','',0,'?'),('‹Æª-œÂaì\\YLJ‰¾‰','wp-content/plugins/w3-total-cache/inc/options/cdn/cotendo.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{nVÙ¥©Ëå6¬]Á€','>iÉ‚§›ÂÝTsùªÝÜ*¸1’WI,6aEŒ¬>a','',0,'?'),('‹ÒË©6ýf/Ú6YjI\0îW','wp-content/plugins/wordfence/modules/login-security/views/settings/options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‹DT{Vçš€±\0ÒæÅv','«<[ý]MÜ ¡\r/®Z;ðö»¿=ºÔXc–3p£','',0,'?'),('‹â¶V Ña÷Í+Â•èE0p','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_apps_24px.svg',0,'Îó|ÿ{-‡”>ª9*—x','Îó|ÿ{-‡”>ª9*—x','PßH\'! †N3¢Êó0kÕ\'\'Z?‡êkOW°„Gî','',0,'?'),('‹ðMAHöÌô\0êœ[d_×!','wp-content/plugins/wordfence/crypto/vendor/composer/autoload_namespaces.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5á,}vÄ¨3¼õGÀâ)©','E½r4@\0¸Ô¡$¦âzæú3ð¸$l²ê\ZÐ`iäexÃlÊ','',0,'?'),('‹óycâ0O°g)Ï­Mf¸','wp-admin/network/site-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Í¢ÆŸ6þ£Ç°DÃÛ¦¼','6iÞbÒØ‹£Ëu-íâLª†´^¨	 vá4|fË%›Xg','',0,'?'),('‹ó„Už]R²šÛ)Y¥Ëm','wp-content/plugins/wordfence/fonts/roboto-KFOmCnqEu92Fr1Mu7GxMKTU1Kvnz.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nûj®À¹ô0ö£âûã›9','¼†\ZðÒ¨2Á#°…s:ÕÐ \n		vƒùÃ˜+l´','',0,'?'),('ŒtÇ±%˜û£‘µÚF','wp-content/plugins/wordfence/lib/wfNotification.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0Ç V2â(ÆÀþdhVD','SØaÖàY„íµ‡ýgj+|­ë‘ òáJ²ŒM8³ª','',0,'?'),('Œ\n‰\Z`ÁÚÐÑû;O#Ç','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/lightning.svg',0,'HÈU\rû›(Åï’Ò:\rM­','HÈU\rû›(Åï’Ò:\rM­','áAéÐ¹ç6\Z˜]ú!:p×æ.Wñ\"ûadÜæëÜ>','',0,'?'),('ŒòFj]pÛ ÒíÜAc\rp','wp-includes/Requests/Exception/HTTP/406.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','KÈËlïhŒržÜ9\"\0¬',',aYÓà}PR6ƒêã`½)Kíüfžism ¸¹è','',0,'?'),('Œ{ñ€2eíä_8aÊt','wp-content/plugins/w3-total-cache/lib/CSSTidy/class.csstidy_optimise.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']—Š«u%Åì OÄ~õJ“t','Ö/Ý•ô“Ù!j(ã!óâN‰×ö×gûÒ®ŠÄ#`#\'4','',0,'?'),('Œaüì·žµ¡RØU‰','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_gif_24px.svg',0,'aŒ-Dd?\\ üWX³líW','aŒ-Dd?\\ üWX³líW','¹0’Ð–Fû=Í¢ñÚ·ìW]~é´—ˆ÷\Zôü¢k;p|Ú©','',0,'?'),('Œ!!§(€\'‡š!e½;¨U','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Exception/EventStreamDataException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0Z¡hw;	Ëõ(¼6;]à','vžÒ²>„o¿çÕ6+Y:jÉ-	·ó§>…ó»nuJ','',0,'?'),('Œ$Ç[€kù·:êŠøÿƒ>›','wp-content/plugins/ga-google-analytics/img/250x250-wp-themes-in-depth.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',#qÆfO¾ÊñvrªP~ ',':8,Š„\n-j\ZÞÕ¹,gý’öÔ>4¤wd0;P','',0,'?'),('Œ1ÁêÏ£×é I¤','wp-content/plugins/wordfence/lib/wfImportExportController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ãHÕÀùMž¶.¿ŠžÜ','ÒÆŒ¬Zã½>óÀ2¨…Ã¬€ßÖÉ<\rsúJ2«*','',0,'?'),('Œ<‘à|~E.ÑY^Ô!Ö]','wp-admin/js/widgets/media-audio-widget.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&tó×K!ó“ ß1ÊåvDb','9¬üƒ:Üà%·BñÆ‰\\cÖ‚”WpXÔ	“QŸýå','',0,'?'),('Œ?š\n5ü´Hã?âàÁÀàè','wp-admin/css/customize-controls.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','™É­\0Ì¤UâÅ]på¿s','ƒƒm¸k”ÝëŸo‹þlÁ‹£¡ûF•\nÉõºx&mÁM','',0,'?'),('ŒFM¨!ò°l£FKuüW','wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2016-11-25/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','•3uC þR 1Ï½^ [','CÅÒßHx\'©\\¥_òÄ¶”ºßz‚\0%$n™ø\0bL','',0,'?'),('ŒGt€ïUô‚b¸3HŽL','wp-content/plugins/worker/src/MWP/Updater/index.php',0,'gD,Vë§=\\ÆbP','gD,Vë§=\\ÆbP','k‰À—~	¶½UH\Z¥ÖxƒPêÛAÌ„¢ú<¡ž;X¨','',0,'?'),('ŒPmi{1CHµæ+Š58Ã','wp-content/plugins/duplicate-post/src/watchers/class-watchers.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y2ÎéU,¥—HëÎ¡ˆ,','AÝCÐRE„¨çÍœ‹&®:lèßkÀ®|Ö®\r³ÞÊM','',0,'?'),('ŒP©°úf7®Ç\"ºàÒ|','wp-content/plugins/duplicate-post/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ü€”\'ÿþïùiD°2]ÿaN',')-3LÞÓeÇ^=üô?p€‡â;±éE†$OãÆ','',0,'?'),('ŒTŒl]î¡]ƒtƒáE','wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Psr7/functions_include.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','„qÚ®tD$Sò<ÁÚ',' F§ùæ¨¹O 8`±5¼ãŽÆš¾qi}ÞæW‘ÿbÝ«','',0,'?'),('Œ}@~ŒµÄw_ëÎ—Ó','wp-content/plugins/w3-total-cache/inc/options/minify/yuijs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','À¼Ÿš*§Ð”gÑ \n','NF]2C’H®–A™§šYì‹a>A÷pÝ•û;','',0,'?'),('Œ½´†juGCtOÆþØâ','wp-admin/css/colors/coffee/colors-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-Ôk´ü$Öó¨®ùƒËÌ','M¡}ûÐ@=T%œhB!•bhkÎ~=]5Îö?\"°','',0,'?'),('Œ¨þ¢Ö(Íër¡µ@ú','wp-content/plugins/js_composer/include/autoload/vc-pages/page-custom-css.php',0,'éª¬ÿxSCÝz‡¦¿aªË¥','éª¬ÿxSCÝz‡¦¿aªË¥','í@­«M:¦ea<sš¶wFˆBŠ,;?á1ïÓ}†','',0,'?'),('Œ­l«.H|S„³Ö{°†','wp-includes/js/jquery/ui/effect-transfer.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','™&ÍHœ½¶ª™”*¼lÃ','%Ïñ({cIþ}³Æ,³Ñ¦ô)¼‰1`WÉ†','',0,'?'),('Œ°¸‡tûˆnÀÊaC³ñpA','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-posts-slider.svg',0,'¢›J,\\#Êš<7¦§¼','¢›J,\\#Êš<7¦§¼','ê‰÷ß\Z‚ËW‘±I·\nÍÅ$ËY‡Q0@§ï²Jy›','',0,'?'),('Œ¶f¡‡Ê½ýÒ%GÜF{þ','wp-content/plugins/w3-total-cache/Cdn_RackSpaceCdn_AdminActions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oïøû²¤Èñ2Ò>NU','õÍ¬ƒÖFÙÌdðÆzÂ9¼hq|¦ØèµaŸDŒ¬—GéÛK','',0,'?'),('Œ¸¦ISU`u€´úTòÀÊF','wp-includes/sodium_compat/src/Core/ChaCha20/IetfCtx.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','élˆ{ÃbOsé“_aºÞ>','mõn5ñËßÖžÎ²gJÙü\\µý«¾Ú3†òãõÈ','',0,'?'),('Œ¼C\n0©uY*ôXCê¢½a','wp-content/plugins/js_composer/assets/js/editors/templates-preview.js',0,'OÈÜˆÁö©6±˜(ð§ÒN','OÈÜˆÁö©6±˜(ð§ÒN','Þœ™<¡Ü®¾ÌZ.O·*(÷\rÝËU „´èãmïÂÌ','',0,'?'),('ŒÊš¼{€(ú‹Ð\\iŸ7.','wp-includes/Requests/Exception/HTTP/431.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','àãs|b$ÊÕÑ“<‰Ù','ëê…±¬/Y6_ ì ÑwÊpk²wöÁ´0ÿÿ§','',0,'?'),('Œß}¥^72Â‚„ˆ·®','wp-includes/Requests/Exception/HTTP/415.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','XÌ°TbêÌ®£JUÃ','v%Ê_Ä\0Ðb$m‘&`ëó–Å(û=™m<Ðb\Zo0p','',0,'?'),('ŒâF:jêìŠQ$¨¶®û!','wp-content/plugins/worker/init.php',0,'\n \\$K ‹6$ÅíË‡','\n \\$K ‹6$ÅíË‡','Ÿdu¡K*%Ä€7¤°±(€ˆ‡Õ-¦´¥8·ú²­Oje','',0,'?'),('Œíä‰*ge·‹˜Æô','wp-content/plugins/js_composer/include/templates/shortcodes/rev_slider_vc.php',0,'¶“ëä±¿a¿(á(\n¬)','¶“ëä±¿a¿(á(\n¬)','¶ü­áÖ¬Ç8J½dœ 4R»ÎîC³y$ÂHè‡Ì=Q','',0,'?'),('ŒüÑ¼À©^h«j9´3Éí','wp-content/plugins/wordfence/css/wfselect2.min.1607007971.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¤cŠ˜ÌÏ3,BñVÇÂæ','§€Ú‘ót4UÔ–\"ü;¹tû7äº\ZÀJyÙrb@','',0,'?'),('ù3m©Å³õ™‰Y ŸI','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/wrench.svg',0,'hs4ëÓ>«>Ÿ¤c¡x;','hs4ëÓ>«>Ÿ¤c¡x;','¤Q¿£ˆµooŸ™{tŸbZ£€¨k‡ðÄ½§å‘+\0','',0,'?'),('>š%ÀÙµ˜a˜Âüé','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_photo_size_select_small_24px.svg',0,'ÀÚ Æ\"¤_¼úJ:u\rß¤','ÀÚ Æ\"¤_¼úJ:u\rß¤','ûvA_£RêÛá\0\'®}›KcõmvÆ&.ïÌóŒ$½œ','',0,'?'),('•ÒanµöV=Ty Xä','wp-includes/SimplePie/Copyright.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','kÆá>¸¬ŸóÔªQ','æiâî¼%ŒÜ´ÛìEÎ^gûÏò2¶z,ã”@£QÁò³V','',0,'?'),('ÂzÌç-;nýe¾Û','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/like.svg',0,'k©6a5ŽTSÏ|žÕÃ6','k©6a5ŽTSÏ|žÕÃ6','Íòm7%Y¬Và×˜Â“XX1$Ú{Ð|	„üB\0h','',0,'?'),('!l.¤ÌOPƒä','wp-content/plugins/w3-total-cache/lib/Minify/Minify/Controller/MinApp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%×­`›uù\n0¥â','\nEÓ3Çžebø¼wš¤×ÔáYoª/âª9›0ßdŸ','',0,'?'),('8ß[M’ãÃnù-œm','wp-content/plugins/js_composer/include/classes/vendors/plugins/acf/grid-item-shortcodes.php',0,'0`ì\'odS,¥\0aWÄP','0`ì\'odS,¥\0aWÄP','‹Û?fµéäË´tßIo+êvµ.…’Ñ€é#ô¿ewî','',0,'?'),('<sÕ8ó‰á9.61aýx','wp-content/plugins/revslider/includes/InstagramScraper/Instagram_old.php',0,'GA.Ö&ô}Ð-¡Ë¡Fã','GA.Ö&ô}Ð-¡Ë¡Fã','ÐòýÙÈ1[C.qe~ý¯ê—¹2ïíè»ÊÕåƒÅb','',0,'?'),('>’^æ>åÈ¢(¼Ù','wp-content/plugins/js_composer/include/classes/editors/navbar/class-vc-navbar.php',0,'ßÇõ\0¡¯/ØË\Zf!','ßÇõ\0¡¯/ØË\Zf!','êX¢òñåâvËÅÖFr;ôäu•yy`^F­','',0,'?'),('\\„’Ñ‰u<\"YÚœÆ','wp-content/plugins/js_composer/config/content/shortcode-vc-separator.php',0,'§œl¥JMvÈüì|wœÃ','§œl¥JMvÈüì|wœÃ','Î\'=,eÃÙhÍÏt4aì\0øªôw¤«¯ðÂÝ¡','',0,'?'),('eð}QmJ¼T]­Á¾Ö','wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-panel-post-settings.tpl.php',0,'\\Ân—hjæBäÑÀqx','\\Ân—hjæBäÑÀqx','¬Ò`ÿj$^d8B(“’Ò]o¿3Ý½ÞÞo‰¤ð™Q','',0,'?'),('gÛ‘‚¤C{Û/ð·ÿJá','wp-content/plugins/worker/src/MWP/Process/index.php',0,'gD,Vë§=\\ÆbP','gD,Vë§=\\ÆbP','k‰À—~	¶½UH\Z¥ÖxƒPêÛAÌ„¢ú<¡ž;X¨','',0,'?'),('oÙÐèOÐž(F’Ìs','wp-content/plugins/testimonials-showcase/layouts/grid/js/filter-enhance.js',0,'jc6v=Aq)hÞmB','jc6v=Aq)hÞmB','T7MABN[Zü¦®ÖæÚjD/œ‘M–Maô¿¦','',0,'?'),('z>}~âö•|ê\Z«-eü','wp-content/plugins/testimonials-showcase/includes/class-visual-composer.php',0,'VSâ®$Ÿ(†…gxÚ‘£','VSâ®$Ÿ(†…gxÚ‘£','˜§h¥E–p;oÜ†×v—f¢·d)‘~.ëÇÇR%Ò\Zœú','',0,'?'),('} yTŽìZÝH„cDJ','wp-admin/js/custom-background.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ùh>¼O¼¹twy5PL[–€','7½¹\r¾¥ž.âC§	è§øÊë/\"o{²óïñS','',0,'?'),('¬{ß0l(Æ²u9,wSØu','wp-includes/js/media-audiovideo.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÃÐ¶ÝÒéût\Z¦“Ôßè','s<~d;lL nÆ_u+1´¼jDO‚þãê\\ò\0ùœ','',0,'?'),('²µÿJš;Þ…ï9Ô','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_markunread_mailbox_24px.svg',0,'ê/˜–T‰j`¼8£h£','ê/˜–T‰j`¼8£h£','Câ¢y×ÔÖð\\P;(¾êØ5sPfltÊi+ù9Ž','',0,'?'),('Ù7†ˆ®dç¦ÄÖoë‡ò','wp-content/themes/betheme/functions/theme-woocommerce.php',0,'ØË½6bK½Ã®ú\Z2äù¸','ØË½6bK½Ã®ú\Z2äù¸','Å	ò}=´ÉúY0Jpt´_ñ’¿WÑ³(ýn(ì{','',0,'?'),('ä)!)Ã6‘å>}É74','wp-includes/css/dist/block-library/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*¸\0¢£Z:6ÉQÎ¤¨É','ïÉei«4rM8–b4ß€^²¥¨+óè‘q8(œ¼','',0,'?'),('åØß{4.(u…Ì07Æµ','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_speaker_group_24px.svg',0,'¡Žªõ6?ÐeQ‘±Ç','¡Žªõ6?ÐeQ‘±Ç','ªŠ ¸¿æ2¨“ŒŸ¡ä)ª¼KSÆo=n¶','',0,'?'),('ý©L…òVÿY’àÿ*','wp-includes/js/plupload/moxie.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¨E“¯ñ˜.¹¥Ü','û«™ªý°ßC`ÿÏ¾©¢í\0k]\nÍ œx3º¯¤','',0,'?'),('ý´æ‰½ÌvÀÈø;tC','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_align_right_24px.svg',0,'q–‚š;.îyÝ}rÖ>','q–‚š;.îyÝ}rÖ>','3žÔ&˜\r.ïŠ™‚L£FüöHu\"Ìš—•í*¼a9pË','',0,'?'),('Ž éA$Û¤fCNö™37','wp-includes/query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','à7Ð{¸n|xšÎÔåàÅ','2’c÷+™c:¼XÖûoT½µAéåR[Ñ!Mç','',0,'?'),('Ž(¢û×”ïWåh@=a','wp-includes/images/smilies/icon_mad.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Vž!Ë@ýcû0âS¸','îÀ±½Šƒ§Æd[O:Ç‡óžóµË³jl}òqÚ','',0,'?'),('Ž7ÿ0¥ìÁÁ,š		M','wp-includes/sodium_compat/namespaced/Core/Poly1305.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Qy¾„£?¿;é8žV\nø','\0Ç-ØÞ]ë®³‡•XEt)˜`ÉÅ1ØCý}Mr2Ý/','',0,'?'),('Ž@êézM„A¤¼ã2½','wp-content/plugins/w3-total-cache/DbCache_WpdbBase.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','í>”~µ1d¯u¡ë','å…Ä%Dépç†»õvÐöFb§„>²ÇKÿfa','',0,'?'),('ŽKG²NþeÂ€Mš½*r±W','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_stop_screen_share_24px.svg',0,'$ãÜ<tUðçß<ˆá','$ãÜ<tUðçß<ˆá','K	Ãc‡wb×ÛXE~Åoã ­l¢¤M–7§íf&˜ø','',0,'?'),('ŽNòäß‡ëí&Ãu;AÆ','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_face_24px.svg',0,'\\øÒ0^c2!Ûš%','\\øÒ0^c2!Ûš%','üa–N“HÕxøjb²•ÈEÙgÈl)ö\r.Ãr|6‘','',0,'?'),('ŽPú$9ôe`z¶®@ºü3>','wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_settings.tpl.php',0,'kñáÆØ¼oökäìì@#','kñáÆØ¼oökäìì@#','—Ddš€§Hïõfxõ¬RjËÒDÕm†Ö)¥€…â','',0,'?'),('Žg\Z»»\\Û\rž`=ƒm­','wp-content/plugins/wordfence/modules/login-security/classes/model/tokenbucket.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P\r¶L÷ÃÁûÇ{Ç€õ','üãôVZ+â&ƒ\rÉÐ©ÑU;ÿL)RÈ!ÓµÎ','',0,'?'),('ŽiŠ©µBÈjßÞöÖï]','wp-includes/sodium_compat/namespaced/Crypto.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','—G8©J+œô³‹	¾ z','>8œ©¸\'XëiÔUbýGÐ½Ø,<T`6ä¹È4Ðð','',0,'?'),('Žn\"ç	åö§ËòiÌ×','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_save_24px.svg',0,'±=k‡t´HÆëçÕS','±=k‡t´HÆëçÕS',',C¸ÒLÕÉJkûðŒ”p¨‰ƒ\"b(y@c95…6í','',0,'?'),('Ž„ƒùvü´ŠÏŒéŒY9Ó','wp-includes/ID3/getid3.lib.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ªp\\ä	täe%nÃä','±;¿RtÛøS­3AJCãÙ¥IUÞ³\ZVCJWS','',0,'?'),('Ž‹ëÒ¼ßªUŽ×Ä^:ÏL','wp-content/plugins/worker/src/MWP/EventListener/ActionException/SetExceptionData.php',0,'&àð†³“–(à·½ùuY','&àð†³“–(à·½ùuY','^RÊCž·YÌ6JàGcwañ—ÞcbºlòOn–õûm‚ü','',0,'?'),('Ž““×Ã\0ß“Ø’Zœ2R—','wp-content/plugins/wordfence/modules/login-security/css/jquery-ui-timepicker-addon.1607007971.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÜA‰¶MA¨@´˜Žâ|ü','u·ö\ZªÓš1!´bš† \"é0SBÈ“>ËrEkŸ','',0,'?'),('ŽŸ…X’‚˜HöovË','wp-admin/css/common-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O£Ã¢ŽáÆ,ôÚ°ûv©s','>A˜p¦Ü¾\\¥(cA©ó­<Ô¡=žSF5\nõaJðÈ9','',0,'?'),('ŽŸ!N¨´Dçw®`¦ð¾[Ê','wp-includes/js/jquery/ui/dialog.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Áå±¬ÏU”¢uÎÞzÌœ','H7Ì÷pn»\Z÷ö8¥•ßÁá__E<Ñ´\r¶Ž','',0,'?'),('Ž¢éXp¤ÜÓçŠ~0D','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/HSalsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÐW¯oe±~°oB2ž_;','5ŸqõªSrLß]OX½¥˜‹sqˆÍìð+l<‘ÈÉ’','',0,'?'),('Ž°Ö—]NR¼ïS{qv?…','wp-admin/css/wp-admin-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',*iµ“Ðò†[p]ª¥<','r5S­EÐ?29/õ)Êý_íPJvþVhüäú«ÉR½','',0,'?'),('Žµ¤Çø¯Óà1™Û¼×','wp-content/themes/betheme/functions/meta-slide.php',0,'NâA›ðÙ;6ï§«Ó[','NâA›ðÙ;6ï§«Ó[','.åžm}ˆZZDó}¯²t#6¹rŸ\0fïýÅ\'Ã\0U ','',0,'?'),('ŽÁ\Z,zóÕ§Ò”U’','wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','91Ûùµ-¯žÃ(aä~­','à÷@Vÿþ50ãÝb¢k1|ß†îšï™W!.½—_','',0,'?'),('ŽÆC\\Xªž·§’?³îª','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_navigate_next_24px.svg',0,'Í/›3’\\-²þ%Æ§C','Í/›3’\\-²þ%Æ§C','Éˆæ>5~D.51ÅïïÝ¿¢@¬8ÀK¶äiRr±ØK\'','',0,'?'),('ŽÑù	%\nŒù]>îËüåÞ','wp-content/plugins/w3-total-cache/Cdn_Highwinds_Popup_View_Intro.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ª˜0¢×GD‘U˜¨Ú9Ï','ùûø—±Û.jU|þ]Šqñ¢¡Í*üNžÜ3Pg²!:-BÒ','',0,'?'),('ŽîOÜŽ$8ª‡J¦e»‚','wp-content/plugins/wordfence/models/scanner/wfScanner.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','òäcz>ãNªÓ¹J/;','Ô³x4,½ëh~üýÍ£¨\'³Ý¨>²+#Ò5 ,†','',0,'?'),('Žù*vÑ<ýTCœU¿XJn','wp-includes/blocks/column/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b\'¾­ó¹¹¥ãEö4î','zÙ,ªg3¬l[…9¾v[¦=\rW°\'3eÓcðINÚ·ò','',0,'?'),('“ÿË^×).û¶´»U$','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_payment_24px.svg',0,'z•G}…},-3åX','z•G}…},-3åX','ú]|»¡³cÆˆ\n\\®Þ‡pÓ§¹•!Î¾€À\Z','',0,'?'),('VñÜ‚0\0Uÿ`·5C>','wp-includes/css/dist/components/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','aým÷g\n4ƒüV¦ôn','™SÛEœË¼ŸùŒSK\\ëìÂ\nÖ»c=àžž~~êZÙ','',0,'?'),('\ZŸ ÜR³÷¹[Ö\'Ý>','wp-content/plugins/wordfence/css/images/ui-icons_777620_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ëJ—\\c7’yþxÆÐ³l','³~ÀÍqVšÂ¯¾*\'Å1”¥¤š]3^‘öžÍÉm','',0,'?'),(' 3IÏA„C‡p¦~	©º','wp-content/plugins/js_composer/include/classes/shortcodes/vc-separator.php',0,'­Œç¡Ë’í°”ÊXg','­Œç¡Ë’í°”ÊXg','#§±DÿßÐdBu*†ÆZ_òd<‘ç¯ðù#Á','',0,'?'),('$»Àªj¶Xž])D:','wp-load.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','óŸÇižÁ4±¤ÀFÖ¿','­]o{Ù·­	WºtŒÉêŽ¨¶‡Ôïè¯Îeìd','',0,'?'),('2ß\\é17Õ€Ôwi„{','wp-includes/js/dist/vendor/wp-polyfill.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','PºâÁ€$@A.0ßQt','@bÚ/EóØ”Ã¥¤¼;M	…Û™ZRÄ°‰xïØ›Ã','',0,'?'),('BRï?\r~uÿ®M¾g%Ó','wp-content/plugins/js_composer/assets/js/dist/frontend-editor.min.js',0,'Í£»‘çE»ƒx°DjÌZ','Í£»‘çE»ƒx°DjÌZ','šõ\'¢\0Ø	ô¥H¿$æêÙ”ÏíLó?˜uÝb‹ò','',0,'?'),('D€Ý£Û<-	’ÃÝ=','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_colorize_24px.svg',0,'ž ÿËJëPÄÜpÓ;-8Œ!','ž ÿËJëPÄÜpÓ;-8Œ!','?6IgE`¹Ð¥Âä.Ž\\²}O½ËrC [H¨Ù¦\0','',0,'?'),('H¾)™ë†’×ÇjHÑj','wp-content/plugins/wordfence/modules/login-security/classes/model/text/javascript.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ví\'BÇlËIfãóžÖ\"c','³¹O$ˆÓU?Ñ\nR¬”y–‘ìVà³=‡Tõ­ùZ','',0,'?'),('Kœ`ù+H4¦ÉÈ7öÌÏ','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_16_9_24px.svg',0,'L%·±¤Îô=4¥+åR„œ','L%·±¤Îô=4¥+åR„œ','RG4dDÿI7(­ÅMO†r57>Ó	¾L†¡ÌX?þS','',0,'?'),('T[¦¦/“ã88,UÙÑG','wp-content/plugins/revslider/includes/colorpicker.class.php',0,'ÛJ£­læL8\r™u­?œí','ÛJ£­læL8\r™u­?œí','j»íéðC“MHkK\r‡`‡«6öN[¤×œ;âÄ\'','',0,'?'),('dpð“9P|7Ájsèí','wp-content/themes/betheme/muffin-options/validation/color/validation_color.php',0,'jÅ.X\0OvŽó2u´>','jÅ.X\0OvŽó2u´>','8®ëCGînõŒÕ€ü0ÜÖa‚ŸK/Ã6©÷ñx£\ZF','',0,'?'),('j%M»ÉòÑp)Z‰Ä','wp-admin/images/generic.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','øŽ•ÿ\'Š[#98!Ð','§{uë£åÕK[gÍ†ExÜ{¥:ß¼‚úlÍ¨GÄ«','',0,'?'),('ní{^¥ü€u)^«®‘','wp-content/plugins/w3-total-cache/Util_ConfigLabel.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w.(þn­—ðÜëÂqk','ÔSÆ€á‚®HÈã}Õ-Wóø)ñ¯>Šcåó‹£äpîþ','',0,'?'),('p‚™§ìT9‘GÊ@5z“','wp-content/plugins/w3-total-cache/lib/Nusoap/class.soap_val.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l9xçiË¤Xú>ùºù2N¯','ïh%ý³¸³\\h‡ÆC)~ý±!ÓÊèzÅó\nå‘°·‚','',0,'?'),('¶å—LN˜ÆS\'“†ô','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_input_antenna_24px.svg',0,'*®¤,Ô†]{HãÖâ´–','*®¤,Ô†]{HãÖâ´–','$ÄôNËgÿ\nßSºü\0Õ‰\\:ƒÜ¬9Ô[Sé¥S','',0,'?'),('¿RKQë5v-¼ü	¹ò','wp-includes/css/dist/edit-post/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÆíïYÀbQê/ÊqÀ¾','÷ †ÔxJJO^E k”m&ÅL¤íôz\r+žÆv','',0,'?'),('Ü;(Xp`Ò™Öì‘pÝ·','wp-includes/js/plupload/handlers.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T_\'!;™öQYÐ¦Ik&Q','íIˆëˆZhØy8sŒ÷CvªÕÑðý›rTVRMÍ','',0,'?'),('ë¯¯ÈuÛmŒ­¡è‡Ž','wp-content/plugins/w3-total-cache/inc/options/cdn/s3_compatible.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Å:®çD–Á.ÖÐ‘¨¬','´CJ¸tÃM[‰Œº\'ÅHø\rÛŸa¼Ò*|]ýŒ','',0,'?'),('ût÷0Ãgñ»a†/Åýž','wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~ˆð-Êò÷Œ´Üx\'·	','Š™{Ú‹þÂNìoÜ×#XÁ+Xe\'¢£Œ†Ï_…ÞåÇ>\Z','',0,'?'),('ÿâÀçºh½{z¬	Q>û','wp-content/plugins/revslider/admin/includes/shortcode_generator/gutenberg/src/revslider/revslider.js',0,'d‘Z8ý½ýOúä¯¬t«Ô','d‘Z8ý½ýOúä¯¬t«Ô','s\rZCeÿåS\"Ê¿%JRk‡Fñãk¯ÿÈ°8õœ Ä','',0,'?'),('\n™qoãqZVyXœ¿9','wp-admin/includes/menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#&›Û9®¡hEÃpú¥6­','Çªàˆs»¨E\'ÁòÓ\\lÊD)i¸$ë´Ž«§q','',0,'?'),('>(íÚoŸ‚ÅÊé“','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/ConnectionStringSource.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','îÑ=\0”Ün”ŽÎF÷dl¼×','¹]Úáç:\\Ôí7¯ÙÙ!jý×0ìÈØ>¸J/€·ãª','',0,'?'),('DFfd×¢n½x7¯ãM–W','wp-content/plugins/w3-total-cache/Extension_Genesis_Plugin_Admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ñL@‘šKéÎyÜ4éä','9ñ0¬{öÚ‹òH×ó6³†x«†½Ín=­²\0§êI','',0,'?'),('T\ZBÆºÉ*wå¯©s—æò','wp-content/plugins/js_composer/include/classes/core/class-vc-modifications.php',0,'”BÊ•×(\r¤^zî¤¸õ','”BÊ•×(\r¤^zî¤¸õ','GáøJ{¦“à@ d­±Î»z¢’¶åFápP\0åNDA¶','',0,'?'),('`Ø@‡¯ðü×ÚYEî!','wp-includes/Requests/Transport/cURL.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ä€Ú87a`CZàÑ','hI¯·© x<‡®þ¨ƒ%•Ûji°ÕÂ¦˜$','',0,'?'),('k-\'—öÏ·–0v·»Ó','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_hearing_24px.svg',0,'{Ü{—â| o…™™7a','{Ü{—â| o…™™7a','Fàü“è|IÌ}ŠìnÇÝöÑa0Ð5ð%¯¼¦üF','',0,'?'),('n]ä|è½{ ìõúQW','wp-content/plugins/revslider/admin/assets/index.php',0,'ïá{J!u?}îçs•','ïá{J!u?}îçs•','AuÌƒµœÄ`ü9‰7}bŽ>MHêÃíJHhåûÎ|Fj','',0,'?'),('sÆgÆ;4SÜÈfÙG:o','wp-content/plugins/js_composer/assets/lib/vc_tabs/vc-tabs.min.js',0,'‰Â-Õ¯)ø×Öi,Þƒ”','‰Â-Õ¯)ø×Öi,Þƒ”','Ê&\r‘»h˜£MêšÌÞ?0´ þ3xÊµ&U/hô','',0,'?'),('{ô)go³é%gq€\nÚ¯','wp-content/themes/betheme/muffin-options/fields/upload/field_upload.php',0,'í»^9ø5Ü•\">#Šj“','í»^9ø5Ü•\">#Šj“','¬&*<éÁÌ4U[ÐJ1”iC‰ÕÇFJO ßÚ•6','',0,'?'),('ˆåãŠ}©Od(Ž—','wp-content/plugins/duplicate-post/src/admin/class-options-inputs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9A•§ç7ÆJà œK0)‚f','Í0e.ž\'Ëxøõ-ÇÞÔßa3õ\ZJIëîÎ\rÓ¿ÜÏîN','',0,'?'),('§UÌ›	\'CÔ»ñºÏÚ«\Z','wp-includes/images/admin-bar-sprite.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','SÏ¤—:€WÊÅÓþ^','®ôrN!ú`VO´c«ãK”ÄviÕ€{Fn\Z£Ále','',0,'?'),('©4†ø#Õ°¨}ï‹„¯£','wp-content/plugins/wordfence/modules/login-security/views/manage/code.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ž/×D\r–ïmb y‘_º','Á$Ñ+—ë;îf7{O/•¬ì¹Þ®—Ê¸g„p~—','',0,'?'),('²­›ï[AE‹å½W|Yó','wp-content/plugins/w3-total-cache/UsageStatistics_GeneralPage_View.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','×•uIÒÉv‘hC<#â\ZÞâ','»è¿Ýµ#¤\\¥üå˜ç¥r¹œ/÷·œŒò’½^Ö-','',0,'?'),('Á\"êZ0\0Ø¿e…Ô¦pß','wp-admin/css/admin-menu.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O€Þr66m+f#u—','Õp+·çÓœ(‘hYP\Zf÷fUCš5s5i\\k„×bØ','',0,'?'),('Ó!Låcƒ\ndC¦=','wp-content/plugins/revslider/admin/includes/shortcode_generator/elementor/elementor-widget.class.php',0,'­pJi·``ž_ý%ÚÚàl','­pJi·``ž_ý%ÚÚàl','x®@^¨ÃÈ’Å5ê–ë¯™»ëåLO½ëýŒ*++“ì','',0,'?'),('Ü­î•¡‡a<5D	<\r','wp-content/plugins/w3-total-cache/Cdnfsd_MaxCdn_Popup_View_Success.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ä#žõõç8¢aËé+','¸–(Õ O‹!d+nAáLLQ×-ø­Vð–+!ÙäÖ’Fa','',0,'?'),('Üþ¼¬\"8YŽŽ74·O<','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Util.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','di²BDõJòˆ¯D¥5ÃO','N«a‡º–iBÏñÍ\røÆAO]¶¬©@áPµå','',0,'?'),('Ýò®–x8[!>ñX','wp-admin/includes/class-wp-users-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','žò_ÆÑkÎÆö q£•Ð]','ÊåüåŒ4Üi’ÇGÖÙ!ÿ±5˜[=u*7ïæö&','',0,'?'),('àÃÉÉ¦Òç¤@ï','wp-content/plugins/worker/src/MWP/EventListener/ActionException/index.php',0,'gD,Vë§=\\ÆbP','gD,Vë§=\\ÆbP','k‰À—~	¶½UH\Z¥ÖxƒPêÛAÌ„¢ú<¡ž;X¨','',0,'?'),('áOGüÏ®àjDþ}','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_hourglass_full_24px.svg',0,'‹¸ÙÙ*ú‚{„ß6†d·','‹¸ÙÙ*ú‚{„ß6†d·','É-K¼CÔl…^,3îNCj“\\˜&‡4g‡ÃqÕâ','',0,'?'),('åcXpeú8F“ÈÞ“/','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Shape.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¯ÿñî¼}hYY½òÙQy','éñRºÚqâþ¾¯µ‡\nëßT-Â…n«\rÑg–ú¿Ö}¤','',0,'?'),('êšM×ª’:|Î­ÐeÀÊ','wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2018-11-05/waiters-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r JÌÄÑ§Hq(1›ÖÅÕ¥','“/•¦SF¤”\" ðÙ÷ÓâJ05É\Zå7÷øç\0','',0,'?'),('êþo(g¸^{ot,ü‡^3','wp-content/plugins/worker/src/MWP/Parser/index.php',0,'gD,Vë§=\\ÆbP','gD,Vë§=\\ÆbP','k‰À—~	¶½UH\Z¥ÖxƒPêÛAÌ„¢ú<¡ž;X¨','',0,'?'),('þJ:žÕ[ÐÉ·ägû','wp-content/themes/betheme/woocommerce/single-product/product-thumbnails.php',0,'ÖúˆÆ	ÌÁ<ÝïOµ','ÖúˆÆ	ÌÁ<ÝïOµ','éÌ•¸†gBþýi¯z••¼ïFB¹…ãù	à-4Ú@1xO','',0,'?'),('þ¸§©zy‚SæUýÕ','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/rocket.svg',0,'ðÎ}b[,Û°ï¥£Ëæ0','ðÎ}b[,Û°ï¥£Ëæ0','yM	Ç©ÈuºúÔÁ%žï¾Q(Á‘>­~fýcßý','',0,'?'),('þãû“¼J“øŒÓ','wp-content/plugins/js_composer/include/params/vc_grid_item/shortcodes.php',0,'k]Ô¦Ó9®%ªæå­´°z','k]Ô¦Ó9®%ªæå­´°z','G‚^vMò²õtf¤HI9Ãeär;àØšâ5Ò<î','',0,'?'),('‘ãue{X¡1ì‚ÑÒ','wp-includes/sodium_compat/src/Core32/Poly1305/State.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','´¶Dú5ÛÈ$Ã½\n	à\'q0','\\†‰\"ÈÔ¯-\r6ÞëeÔN´IDæºzBæ\r\0ü÷','',0,'?'),('‘1®Éƒ†¯ùÙ¢@‚@:','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_grocery_store_24px.svg',0,'Õ|FÊÐÈ5ñCV÷Ü:åÑ','Õ|FÊÐÈ5ñCV÷Ü:åÑ','Ä²Ôžeæ;nT†G§ì’Kkø¥`§Æýßˆ6Í8','',0,'?'),('‘.ØA“ë¹ùÞÅÃÙC','wp-content/plugins/w3-total-cache/inc/options/cdn/cf.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ó–——QI‰ñ9Edœ¥','@Oû=®@«F._@í`L¿»0úØá{b Îý','',0,'?'),('‘/«Ò0)­ºœ\Zæ«','wp-content/plugins/wordfence/views/scanner/issue-database.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[›þ \n†Ro¢N7Ö|','~‡âƒgd²&w[•u¿¬ª¡¹‘oÙÑ|t‰Á}','',0,'?'),('‘0ºZà§••àiç¡îˆ','wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Promise/functions_include.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','õËãù˜í¦ê3A![÷¬','@™5Ò!\"æqŽæ„Í?nø^ÏfÅpû»dâx^n','',0,'?'),('‘2ÂŸ/ñÖ·PPÓå','wp-content/plugins/worker/src/MWP/Action/IncrementalBackup/AbstractFiles.php',0,'<ÌÚŒZJÞœ|À)s°5UZ','<ÌÚŒZJÞœ|À)s°5UZ','\\MHÎ·T¢)Û¦äï5xâåHB5Æ#›\rê1}ØD','',0,'?'),('‘@‡q°ÏGÍ-$¢©—ê|è','wp-content/plugins/wordfence/modules/login-security/classes/controller/db.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','±éËèÝgPÊ‹¾ÙiÕé[','¶DeJ°\ZÂfxbœ	x\'Pó«·:™“¬ôÀ‚¦U','',0,'?'),('‘E%Ÿj6dIÔü´„@B','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_sms_24px.svg',0,'ê¯R¾5¥Åý!6/!¨¶+','ê¯R¾5¥Åý!6/!¨¶+','\\s‹\nmù;{s(ªÇÌÝÚÄ\nŒC‰(E°8þ œ\'+\n','',0,'?'),('‘FåÄá[’Š7ž×‹\rÖ5K','wp-content/w3tc-config/index.html',0,'ÔŒÙ\0²é€	˜ìøB~','ÔŒÙ\0²é€	˜ìøB~','ã°ÄB˜üšûôÈ™o¹$\'®Aäd›“L¤•™xR¸U','',0,'?'),('‘S–Æ÷ŠKK2iÉˆ','wp-includes/comment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','²¸²§u-Û#[Åd','\rH…-\rÜ‡^[ØOW&«áIÎnW’¨ê;ÚW¥õR','',0,'?'),('‘c~Y1óçÓ¿³˜@Ûg','wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-animated-block.php',0,'òžÿŠk\rp«‚CŠÍC\'ô','òžÿŠk\rp«‚CŠÍC\'ô','¾	Ufô]®¶à´\\£]×Ýæ®m(÷ÜAH:¥QøÏ','',0,'?'),('‘iŠ&8žÑ$Š[à??','wp-content/plugins/js_composer/include/autoload/vendors/mqtranslate.php',0,'¿¡I•+ûHò×uÓæ;','¿¡I•+ûHò×uÓæ;','ÈÇÇdõ…Äf[ËÔÞÇ¨g!¦b«6²¥Z 2$ÖË','',0,'?'),('‘xÃ_,[˜Ô5‰‰†ª','wp-content/plugins/wordfence/images/sort_asc_disabled.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','×ÜÇ#a]2…®¼Øë','Ÿ‹²û[8lÛYô¢ìåcklþÛ	™u#KVÙÆ‰n','',0,'?'),('‘yßg‹ízaU\"ƒ	XKG','wp-includes/js/hoverIntent.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÀÓz/P÷´ê®±<	','t¿ÂneTR/î77ý@\ZÒ§0›g¨ÇŒôç’ûè¢ïø','',0,'?'),('‘ŒmÖžu\\ü*ëOÇô','wp-content/plugins/testimonials-showcase/resources/font-awesome/fonts/fontawesome-webfont.svg',0,'v¤ò<kçOÓ	àÐý,\'¥Þ','v¤ò<kçOÓ	àÐý,\'¥Þ','²¦áY.øe¿¿º{ZÜ¾9b\"JUGÿÝ\r1àŒYLÚ','',0,'?'),('‘¤Uë”QÈ•„Pj”¬ÁÎÞ','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_bug_report_24px.svg',0,'ï8§¹b™=ÚW–hqM«h’','ï8§¹b™=ÚW–hqM«h’','z\Zlû.Ý¹Tg•›unä¦fÐÀR·c†–\\ƒ¦ÞV','',0,'?'),('‘¼oY2=´ÒAØ*<','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_more_vert_36px.svg',0,'îòöòˆï‘6Ñ=Ê[·ý™Ö','îòöòˆï‘6Ñ=Ê[·ý™Ö','7ÂŽèßhÕ+^j”*\n½(Æ\n\\ þë÷˜„G*pCÑP','',0,'?'),('‘È‚Cè™§ÔM-’\'Ÿr','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-revolution-slider.svg',0,'fN\rËõ~“¥ÿ‘9A','fN\rËõ~“¥ÿ‘9A','Ï¬34u´¨±dÚÔÆÊ˜sÕ˜—ùÀúQn`”Iò¡@','',0,'?'),('‘ÒõÝáó§ã<òÂœ\n\r¦ ','wp-content/plugins/w3-total-cache/inc/options/enterprise/dbcluster_general_section.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4„n&W ¹}ê‹×Åo0w¦','dcœ£Y¯ò@IJÇT#µµ®PÚÕÌîÔÔ›ídSó','',0,'?'),('‘ÜNTZt¿o\r–%²¯F','wp-content/plugins/wordfence/views/scanner/options-group-general.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')Jlo\0’\'±km)LAÎ8','î¦\r¦–*’LÂ¯{ß+&•fw‰†ÀÖF‚¾³Ëg†i','',0,'?'),('‘èB%Ã~}’x	±µíP','wp-content/plugins/js_composer/config/deprecated/shortcode-vc-button2.php',0,'£ßÀæÞ¼(éòúãèuýI5','£ßÀæÞ¼(éòúãèuýI5','@Óf7.´4€žŽªæò6t½ƒÅäÎ\0ž;T™â¥','',0,'?'),('‘ö¤í°Ô×­÷wT','wp-includes/blocks/button/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¾—­\\ÊÏ\'BÚÕµ\n-gµ²','³ýe‡?Çh¨L×’¸f±sFÛÖP\ræWå¥µ','',0,'?'),('‘ù£,4öz\"ûßfü¾Q–','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_play_circle_filled_24px.svg',0,'¶~èÌCÎ¥ð>]È¡*7°','¶~èÌCÎ¥ð>]È¡*7°','¬_í8—ýgIÁ‡OBôª·=<M¼öže\0ëo·^²H','',0,'?'),('’anZ´ˆÃ\0RPÄúH','wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-yoast_seo.php',0,'ë£–l²fÏ¾¡ùˆ?F','ë£–l²fÏ¾¡ùˆ?F','ßþê¨àûò:4¼½g•©hÞR8€&Œ1!,aÙ','',0,'?'),('’(\'&CmÔ\0Ÿˆ_g¼þ','wp-content/plugins/testimonials-showcase/resources/colorbox/i18n/jquery.colorbox-ru.js',0,'Ÿ„9¥ge·ŸâºªT\Zžå','Ÿ„9¥ge·ŸâºªT\Zžå','\\÷©¢È±mVÎ/,}«[”%ÀJ79!OnP‘Š','',0,'?'),('’/»É˜ü]ô^¤W\\ƒq','wp-includes/css/wp-embed-template.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','kÓ½…‘âQK6Ê´tïü»ä','bäÈàƒ¡bùè–,Æ¢\n/M×j¬DÈT\rÍNØ','',0,'?'),('’M­û(¡Í…¿[:Øáó®','wp-content/plugins/revslider/admin/includes/widget.class.php',0,',:„ŽPâ Ç=*gþ™\"±',',:„ŽPâ Ç=*gþ™\"±','€`T-{\\¢$×ýŽ\ZÀ`œMeÉ˜%º½ð´Nl\rYF','',0,'?'),('’cƒÅÍÔ6×™+öþð¤¤','wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-mqtranslate.php',0,'{Aå._\"!§û[ýÆ€7…','{Aå._\"!§û[ýÆ€7…','[mqŸ¾)˜¢ö.E: å°_S=–aªöíRa²ÅS','',0,'?'),('’f´Ù2|b5’×Ö¤ôÏ','wp-content/plugins/revslider/revslider.php',0,'>?Œ\0Ð‹±ÃªAãìÎB','>?Œ\0Ð‹±ÃªAãìÎB','X¸ˆÌT^“€¥ƒ–L¶Ð\nn³¦B¯;íüRch=','',0,'?'),('’kÕvÑÍÍ4&Fu‰,','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_arrow_up_24px.svg',0,']ÀÅöì;ùãŸëÙÃs',']ÀÅöì;ùãŸëÙÃs','%æ6Ž÷¨cL}V°6iõeÿm­WŠYoWLJSþæF','',0,'?'),('’môÞ ™BÆc°¡@#Ð','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Sns/Exception/SnsException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','EH>f\nX«’#†‚ß¶.','³\\fZUZÂÃ…ASeêÔÏ,íeäP®Á!ia','',0,'?'),('’v{LöJlÅ€YzÕ`°(','wp-includes/js/thickbox/thickbox.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7úëPïRÚnŒ,(žfÔ','MüßðŠV_—^¸¦ÿol\'\0šßqYLüÌ˜)›Ýê','',0,'?'),('’yø<ž÷®ï8]ÿ†3@½','wp-content/plugins/wordfence/modules/login-security/js/login.1607007971.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','à~V›ø®tjÏ:Ÿõ','.Äy¿@ÓIve\Zý?gÇd¹ðÇhäOÇàý°¡ìð\0','',0,'?'),('’}á²bÆÅvê†Šj5Î','wp-content/plugins/w3-total-cache/lib/Aws/Aws/HandlerList.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','·ü×jx¿žh6ÿ3\"–¨3','LÚÒ4‡‚ðÅ÷ý­~2pÿÐ(ÀH?z#rð¤vJh','',0,'?'),('’Ž\'=+_Ó˜0m-„q¦^','wp-content/plugins/wordfence/js/jquery-ui-timepicker-addon.1607007971.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','89\"ëîzzøÂVv*ÎØ]','«Û†%%lí:JÄf<ÈbqãÅP–ÂPtË¯}ß\"Õf','',0,'?'),('’Ž7Ö†3i{Ž×dñ’2¬Õ','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_1_bar_26x24px.svg',0,']ôtè×Né²ÃwÁ¢â+ó',']ôtè×Né²ÃwÁ¢â+ó','¦iÊÝÚ®Ñ-gêf@Œ7¨ý!þW©³~šZºÌ€-','',0,'?'),('’“ý¯b‡û*ò”»jß–','wp-content/plugins/w3-total-cache/PageSpeed_Plugin_Widget.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','â¸ŒUí §qåÞºª£ØÛ','¯û´O´F—õþ]öioòÂ\ZádRLÙS¯j”','',0,'?'),('’¦z™Ùœ fÒQ§7Œæ','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/ListShape.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#+b;e.Ô2Ôà','\"ê*¡€„¬‰ô2I¶aˆmT,YKÍá7n£­²ú„gü','',0,'?'),('’®—éä YvÂ€:õv£','wp-content/plugins/w3-total-cache/lib/Minify/Minify/HTMLTidy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¨”5Ù_Â¿5¦ý®†1Oç4','¤¨—Ãû¼•«•¿nöõmøýâNßvˆþå¢¥i„ƒ(','',0,'?'),('’±(³¼NL;	‚ÎÀ','wp-includes/js/dist/api-fetch.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8/´\0Wí\Z@W…¡–5x',':°BÃ‚aw3Uú£öœZõŽ>•jÑ’gKB‹Nï*Â^','',0,'?'),('’µÎtI_dãaînš01','wp-content/plugins/essential-grid/admin/includes/gutenberg-blocks/src/essgrid/index.js',0,'±^^CÑ‰Ë~’åäV<\Z','±^^CÑ‰Ë~’åäV<\Z','],	Èµ\nÅ•ja¯I±)­÷Ë6Á\nL?á\rªB²ç”','',0,'?'),('’¶r›Áèýx9a¾\"*¯','wp-content/themes/betheme/includes/include-logo.php',0,'ÆÁIš&7f·*Já\\÷','ÆÁIš&7f·*Já\\÷','~*²H]‡ãÑñ!‰·SïÃÂ%TÞ/»dƒ³¦‹¤ö','',0,'?'),('’á¯¼&€±üH)ÍDÿÈf','wp-content/plugins/essential-grid/public/index.php',0,'ïá{J!u?}îçs•','ïá{J!u?}îçs•','AuÌƒµœÄ`ü9‰7}bŽ>MHêÃíJHhåûÎ|Fj','',0,'?'),('’âÅí‡´ÁÁÜu†ý4ƒ6','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/HttpException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÈlËfk³ê<ý÷\r\nÀË','R!ÖO]p’I\náË\\…ÅVPÌ9‡=Áþ!ò?Ñð','',0,'?'),('’ó¦QšÃ\"F¡¼IãÜ¢','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_looks_4_24px.svg',0,'a“}x·èÜ:‚öìÔOû£@','a“}x·èÜ:‚öìÔOû£@','5>8›â•ƒ’`¶†Mj(ñaÕñhPjâö¼Æs]t','',0,'?'),('“XèV×˜O|8}š€‚','wp-includes/theme.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	Žs€Ø(GbÉ¸P{Nw','ðÕ$?˜¦„˜¼É\"¾_ôy-~Ê Ï˜®\r$›','',0,'?'),('“%Þ¹“ÑË®ÜÖQ\r­=','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_gps_off_24px.svg',0,'%Å¯u´Å“‰\0ÇŒŠ¿’‰','%Å¯u´Å“‰\0ÇŒŠ¿’‰','S1i§ÙKÑ¡nKÖgí-ætÕ#<:ÀÕ´ùÌ-å','',0,'?'),('“,”|ýùºó^„Ëþ[“§','wp-content/plugins/worker/src/PHPSecLib/Crypt/Rijndael.php',0,'©™1×#êÚ]²$ª&é;Çý','©™1×#êÚ]²$ª&é;Çý','ÿÔ7.iÖv\r“î|ìXh¶›:–X7EkÕÿ£\\˜*Ugs“','',0,'?'),('“>së:1‚`-túv','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_inner_24px.svg',0,'<ßc¬U$oÞB‚‹DãgÂ','<ßc¬U$oÞB‚‹DãgÂ','eþÐSÑ©î˜òÐÂïNŽv«•ÄöÅ§ÛL¿øßo·v','',0,'?'),('“BÝH*mz—ÍN83üî','wp-admin/css/edit-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bk«¦\\‘Ûéã…ü\r!Š','þO¨+iPWÉ~6E®•eÊýK™ha”þŠK–ÛD\Z\\','',0,'?'),('“G¼N2\\Ý6ðÉ}íûä','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-faq-toggle.svg',0,'­¡á•<´ëcAd™E','­¡á•<´ëcAd™E','ÃÊ„?OwpƒónÓ.¿¯2íZdRïJï¯\\‰<8Öx','',0,'?'),('“TÇý#&¡ˆJ¾\\L`¯','wp-content/plugins/essential-grid/public/assets/font/pe-icon-7-stroke/fonts/index.php',0,'ÔŒÙ\0²é€	˜ìøB~','ÔŒÙ\0²é€	˜ìøB~','ã°ÄB˜üšûôÈ™o¹$\'®Aäd›“L¤•™xR¸U','',0,'?'),('“V}»P”œ±m•/¯|I*Ù','wp-includes/js/customize-loader.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ú`¾6úï!ÝÑÒƒz‘È','«G?~ÈD›,(×F]áIÉbNEöÎÀpc¼v:±–Ëz','',0,'?'),('“aM³&ÞÕ©;?â_6Óû','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_query_builder_24px.svg',0,'œ\n¾8¿l}®+üQGƒÐÿ ','œ\n¾8¿l}®+üQGƒÐÿ ','£~2`õÉ[”Ã©ÀùYRÌ:ËÙ—Î­0\0#$s³ô(','',0,'?'),('“g³Â”kD´qO:›','wp-content/plugins/w3-total-cache/lib/Google/IO/Stream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C—¶jKCVÄIAv“ØiÜ','qoî‹›!]ÒÝ‰åSØ`ý1éqòèLmJ=…Hß¹‹','',0,'?'),('“lüt:{0+7à9Cý','wp-includes/sodium_compat/src/Core/HSalsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ñÓHx+Ú07¸™`®}ô','@qz´jØI¯™áæ \0D¼a¶W»¬6nÍ{Š£¶yß','',0,'?'),('“…ø\"š$g$5ìöGô','wp-content/plugins/testimonials-showcase/includes/utils.php',0,'®ùìiwŒBV“Ý©Ô^','®ùìiwŒBV“Ý©Ô^','µlÌ6i¯æ1qºœ;û(ÜÐÿå3NEiŸón5{ø','',0,'?'),('“ˆ.™v8-rJÅ•íqQ','wp-includes/js/wp-auth-check.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j{íþú,¤âÝÇ][c','×R)C‹`p³È	ÑŠ ±–ð;(†LtcnßzÆˆìà','',0,'?'),('“Ÿ6­ÐUÑÑ¦Üuï','wp-includes/rest-api/endpoints/class-wp-rest-block-directory-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¢«Ÿ|ˆ¤@Í5@,','ÔFIâ\Z#p©Ëò‚îmfžJ:(ßDÁ&õ•d×M','',0,'?'),('“«7‹ÖE#¾wÅ§j¯²²','wp-admin/includes/image-edit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¢”9àË×äùþiË@ïíÝ','ô›0|Þ¹/Ò&ÛAóHŒÌ–EÔ\\ÑÈOÆµãK«Œ1\'¹','',0,'?'),('“¬¾	_ò­:OigÔì®','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/presentation.svg',0,'ÇlæÆ\r¶,_™©¾È‡','ÇlæÆ\r¶,_™©¾È‡','ÅÏ¹ÛŠ*}d0½GÿØ\Znúo#¾`F¿A¦9_³e\"','',0,'?'),('“®„XúQ/ÍLŠ\\YÄýÇ','wp-content/plugins/js_composer/include/autoload/vendors/ninja_forms.php',0,'nìI”•É\'ÝÅ‚½AÖû\r','nìI”•É\'ÝÅ‚½AÖû\r','	÷«àj†iH°8Ï`zˆªÝÑë\Z¥1§\'ZñŠ','',0,'?'),('“º¼ÒÁbqÀ/¤ÙÛF¤k','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/Precomp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ßðª­7‡õÂ¤\r¬FÄÝg','žn’V\'ŒV±û»¤Vî²)F|*á‘2ˆNà×z','',0,'?'),('“¿çUDoSŠ5GÆ’¥_R','wp-content/plugins/w3-total-cache/PageSpeed_Widget_View.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','£Ñî.•F0v°î—tà','üHÎ\"Ñ>r×ç=Št¸¬µßª¸‰†fci¿\nˆžË','',0,'?'),('“ÆÅÒ«PæžN\"z˜=4ÍM','wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-post-title.php',0,'øM&PÔåx~Ècu','øM&PÔåx~Ècu','÷ñ\\ZWð>-Rn/P_/ƒ+\Z~—U¶êNŸŸl-Ú','',0,'?'),('“ÌdÒqñm:¾ý8”w2','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_camera_rear_24px.svg',0,'›š|¿u¼UAK¡ÄYÁ','›š|¿u¼UAK¡ÄYÁ','æ)»ùN¿8”js£ÙŸjzvN=¥54Csq >œ','',0,'?'),('“í]>ÕŒW%nÆÃé6¶¿','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/preson-chart03.svg',0,'ôî#WBù5ŸŠTÑ’÷^','ôî#WBù5ŸŠTÑ’÷^','ñ dÓÒ¤\',õéewA	ÖÓÚ‘­ò›>…—+=¼âò','',0,'?'),('“ð«vî­ùÃ|ß-ðÉ','wp-includes/js/tinymce/plugins/tabfocus/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Â!óý<à…»]ê»Ñrˆ','É…p[¼ÈÐö¯ÙL7F…£|Ë–ZBœRŠ','',0,'?'),('”\0`p¤\r÷ÓÀtT¿Ý.b','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_monochrome_photos_24px.svg',0,'ˆìcë•ÈüÎ„>ô»³ì¸','ˆìcë•ÈüÎ„>ô»³ì¸','DâëêñÃ¡žq×·Å­<Út´¡-Î‹/é*­«r','',0,'?'),('”%‚ãñ,W—{\":˜^ŽT','wp-content/plugins/w3-total-cache/lib/Google/Signer/P12.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ë‡í®3ß6ì}°Ï‹Z^µ','—@z\"ÙŒg,åfcÄ–o•Á)xë’ŽîëÞuQÔä ','',0,'?'),('”!8(_Àñ)9ç','wp-content/plugins/worker/src/MWP/EventListener/ActionRequest/SetSettings.php',0,'-Ý¡Æ5)Â%ý¯Èˆhá','-Ý¡Æ5)Â%ý¯Èˆhá','‰ß\r”/Wyæžg)ÙËÍØl};bñÇºÈ\n¢½?','',0,'?'),('”!HUN&ï\"‹¨ÓŒz÷ô','wp-admin/css/widgets.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D…*=(›€“ªµM9xq','*><žrìbšLý^ EÐ?2{X1x‹)ø(™Ð6','',0,'?'),('”.,†öçÑ®Äm\0ê\"\'„Y','wp-content/plugins/revslider/includes/InstagramScraper/Traits/InitializerTrait.php',0,'JSs€r“w¾•¸)vP','JSs€r“w¾•¸)vP','\'¤Ý”àíé\ZG8¨›uM]i±+õD(Å¼w®nâ¼Á','',0,'?'),('”LÍÐ~iS?Óv¶C>È@y','wp-includes/blocks/latest-comments/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m\'b­\0þž0!¢qd=ã','O@Â‰’#ˆ9,âµh¬kÓàûÄ@$XÐ§N¶a–','',0,'?'),('”Q\'ÂIŽœß¨>ýÑÍ','wp-content/plugins/w3-total-cache/lib/NewRelic/NewRelicWrapper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i²¤ºÁB&A—-,ÃÉ+','«…ê¯RUu½×”*2ž\'dk(¾iá‚ b¾6S’†','',0,'?'),('”a±tUÚq¶^!ä0Æ£l','wp-includes/post-formats.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','AÖîíð#|]íjêpû','„A:ç\n1¥‰l›ãs†_ªÉ2[4QÄf)','',0,'?'),('”k‹¥—zß£óÔì×boÓR','wp-admin/post-new.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÌI\n(þ‚á¸‘¼Óñ{z','„T•Ñ¶‰¨ÁLcçôì4OêÏoFdìÚñd','',0,'?'),('”sg†Í=v¨YõCæ×\0','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_stop_24px.svg',0,')*XúÆ³<C/pï',')*XúÆ³<C/pï','÷ÃýhÀkúÄñ\0a%èå†Íº}\\ÆçÌªMQ9@ôú','',0,'?'),('”vO¯Ö#èJ¥NïÔ+ì','wp-content/plugins/wordfence/css/images/ui-icons_ffffff_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Aa+JD$ø2Ÿ‚J”Ú','¬/#?Tï†iOLyv¦íuš˜TK”°©É¤½·\\Ø»õ','',0,'?'),('”|v»P•Ú0áfhîÁT²','wp-includes/js/dist/block-directory.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8_ê²^OÑÂº–…”‡²˜','‘ FløÎK­¿ÿÁksÃì5Y¾_…~tŠ ‚íÂOE','',0,'?'),('”†€ \\Æ\'=ÈS%%bS($','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_dvr_24px.svg',0,'ŠPýf„È_øÖ=–FrÓo','ŠPýf„È_øÖ=–FrÓo','\"¦ž„¸>bMçø„¼ŒÄ¥´Ò]é®ÚƒS›&','',0,'?'),('”˜@†»{÷J¤á«5ä·´X','wp-includes/js/tinymce/skins/wordpress/images/playlist-audio.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U,û:)¬ Ø‹\"ÅQqY','\"äOoûÛˆ‰áÅ<ö€oES-MOÃ·å—YN€!‰¼','',0,'?'),('”©¦æW5Ì‹_¢\0ÕI§Ð','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Serialization/XmlSerializer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¿bEÖ…ófl Ò‘0@Õ','‡´ý^™¬ÖãNà4¼ù’\Z™£«‰ÇuyòRZ‡«¯kI','',0,'?'),('”«ÉÉ‚™ºädÌ-(L˜','wp-content/plugins/duplicate-post/vendor/autoload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>ÌhèñüaÍœ¼a','\n i÷£ìHQìÃóÄêB\Z#ì‹¤ ‰¿OO8—–9„','',0,'?'),('”±¦®LØâ6	ØÀè×³','wp-includes/ID3/module.audio.ac3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ú>Y¿¿Óæ\Zk0ãaM','¥b°´^#šýÂ¨(tñ^·rß˜z¸å9òFÓïí­','',0,'?'),('”Æá\nAÈQàä¹|tÖ`','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_list_bulleted_24px.svg',0,'Ù·=/Ö¼Æ£™Cáƒ‹','Ù·=/Ö¼Æ£™Cáƒ‹','ëú#Þ¤c–ƒŒ‘h°Mn:Á± Uœwã\0ƒ&NÚ!','',0,'?'),('”ÉT²¢V¨íôª“\\˜—','wp-admin/import.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"ÑÖ’çÐy DÐ‘Æ#—','L‰‚)Ó‰\"¯.4l™·NäU¯7ü+#€÷R}ƒúÒ','',0,'?'),('”ÎîHä¿®ãIñþô¾7:','wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Cookie/CookieJarInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÒÅW«¢bFï†ˆ*S²','PšS=Ü2×®rë©Å)öA‹ä&Ã¢k-u•ê®å','',0,'?'),('”×èÿNt»Kô£Uò…ï','wp-includes/Requests/Exception/HTTP/407.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÂÈéõØv‹½äÖj&æÆµ','>\ZÔ×Û]Æš–BÌXv’Ø°c¯šñ¹Ó.N2ÂNÒ¹Ð¯','',0,'?'),('”Üµ[Ò²m%‰6òS8:D','wp-includes/images/toggle-arrow.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÜßÎ‡—aýæ;ëdÎÏ*ò','[b\Z©ŽÅ;ë]¬fÉ0 ²æs|:¿¬†Ôó%','',0,'?'),('”ô¨–!Þ¬©Äß³ÂÁ«p','wp-includes/images/crystal/default.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Aò>)*/¾Ü!ì®-ò›º','€ˆˆn$‹¨ƒ_­u	†$Q3Í–E»×r¡|Jm—','',0,'?'),('•…¸I	2ŸRýNjYÿã','wp-includes/sodium_compat/src/Core32/Curve25519/Fe.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','“÷»é–vß\rs*“\\','øÍO²Z=Á<š3SñtÏQ‡®ò_—u;‘	m8','',0,'?'),('•&ÚMûX—ÿWçÄO²','wp-includes/error-protection.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?5ŸpŒÍ.9Ù;FüÜ§’','Ö¦ Ç7Sá\Zñ»\\‹“cdLb|oà1ÉÓYÜÃ£«’:','',0,'?'),('•&¬dÓ«Gæfý4»9d%','wp-content/plugins/testimonials-showcase/resources/colorbox/i18n/jquery.colorbox-sv.js',0,'YÞ±ÏueTþÒµï?ÿ!','YÞ±ÏueTþÒµï?ÿ!','¨6;«\Z7²xÜË0éŒ²)`.uQø¬œôŽˆo','',0,'?'),('•2ÎÔ%Ü\rXWÅþž^Éx','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/ErrorParser/JsonRpcErrorParser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K¯à©¸ uhwá®ÿ','’ªW9é\n<N-·ÁÜåyý´°±Jº¬¯mQ„{*Gé)','',0,'?'),('•6½(+ÞÚ]¬T5né‚','wp-content/plugins/js_composer/include/classes/shortcodes/vc-zigzag.php',0,'½ÉÁ{m_CØYr³›','½ÉÁ{m_CØYr³›','o}(”Scf°#[fË|û{fÍXNÓY—…X¯qžß[','',0,'?'),('•7S\\¶¸ÂÜÿÚ[^©˜À','wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Promise/TaskQueue.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ö‰¯¬i:×B9¬ÀYG`','	oqKxì\'„èc\Z1¾ë•¶2ú]óù‰´b/\n','',0,'?'),('•;vÒ|5\rIm–*\"ë','wp-content/plugins/worker/src/MWP/EventListener/ActionResponse/DownloadFile.php',0,' ±àzRÑ\\ÇW\\ê^»',' ±àzRÑ\\ÇW\\ê^»','}IámŸ­ÖÝÑ<Þ\"3…°³8Í]Dõ HG<±ª8Î','',0,'?'),('•Q/¢—_…N¸mRÄºð','wp-content/plugins/w3-total-cache/Extension_Amp_Plugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','îîÎÇ>™ºîdâõ_«','ëœ²Vû_1`d½ïÎr±ÓsA$2-ä\r½†þcö','',0,'?'),('•h—‰§‘FuQeñª î','wp-includes/images/wlw/wp-comments.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','LÂ6]PÞÞÃì.s¨¡Ô','®zl\ZµÓC¹ÚDà¨Ã#‚aöNµç3\'XZ“','',0,'?'),('•l—\r1Åmƒ±ÌXýíUD>','wp-content/plugins/js_composer/include/templates/editors/partials/prompt-templates.tpl.php',0,'Çê‹§¶âìÎ@˜hr5VÉ','Çê‹§¶âìÎ@˜hr5VÉ','d×gÉyØOÿBdv^\ZkRÑv´þÁÙÁF—âN}Ý','',0,'?'),('•rY¸xíã>¬²Hl','wp-content/plugins/worker/src/Symfony/EventDispatcher/EventDispatcherInterface.php',0,'hZJBUœ1«¾­%iÿ•ï','hZJBUœ1«¾­%iÿ•ï','÷¡ºdt“xÚ\0{¸ƒ6Ê=:ýª‡ò3jxÂ`øHË','',0,'?'),('•y2œ%Ã…I€>Ç-±eJ','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_storage_24px.svg',0,'	‘˜FÇú¯ê“ôËPb!','	‘˜FÇú¯ê“ôËPb!','n\"à_Ÿ~	‘E+¡ã˜P@O™÷¦Spû_^*\"','',0,'?'),('•yÄ‰¼I•!aa¢`8','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Sdk.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','FüÝÞ2yCv¾ŽÉ÷A','¹^N\\Sãï/15Sºm\0ðhÂ<‘ôA½lf€€\r','',0,'?'),('•u1HM:E7/š{ú','wp-admin/includes/class-wp-site-health.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ß¿•Oê¸KâÃfÑŒ','d¼¢Öp•Z\rdc»2ì–ðŸ=-#\r3oøGÒ','',0,'?'),('•€GûÍ}Qdqhï´¹ï¿','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_search_24px.svg',0,'€w>ñãƒL¹ƒƒG¨-â','€w>ñãƒL¹ƒƒG¨-â','ù! ¬ºìÚ€-+²@Ø–äÅÓ.Þ»P;Ö;ÝÄ','',0,'?'),('•,?„‰8Rµ, º·î','wp-content/plugins/w3-total-cache/UsageStatistics_Page_ObjectCacheLog_View.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¦ËÒ0ÑõÆm-ôkªÓ','´/CŽ¢2\"\Z¦i5Éï[É“¿ÎñŸéY\'º}÷','',0,'?'),('•”,*‰ÏÉ^±^Œ?ë','wp-content/plugins/worker/src/MWP/Worker/ResponseCallback.php',0,'!Oqšnäüj„ÝIg¼—','!Oqšnäüj„ÝIg¼—','˜­Xè§ç!ùÐÆêQØCÑ,äKÜ\'&ë=´°è¾B<<','',0,'?'),('•Ÿ‰l¡F$a«K(tñÂ','wp-content/plugins/w3-total-cache/Cache_Memcached.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T¼ð°ðåbÓŒíùö¢2','”–ô)Ht·ëõÜ´•ëzVéû“íÉcªG«ÐA²È¼','',0,'?'),('• çËô(£¬O±GUšQE','wp-content/plugins/w3-total-cache/lib/Minify/Minify/CSS/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÔŒÙ\0²é€	˜ìøB~','ã°ÄB˜üšûôÈ™o¹$\'®Aäd›“L¤•™xR¸U','',0,'?'),('•­„Õ]1T4Ô4ÛÈ§ ¯','wp-content/plugins/w3-total-cache/Cdn_RackSpaceCdn_Popup_View_Service_Created.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ðV•\0R§Š5½F¢Ö•','ý¬XœyÖ\0\\>ÏŒ#<\\EO¬Õ†½âuûínð ª','',0,'?'),('•Ç€3å‹<¬²&³ªYÄ†','wp-includes/class-wp-roles.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÖÅ?Tï¥v¿Ÿð|Uÿy','?}]‰†’°æb4\0¯œµéJ«” éÝ5ñ.¹ª1U','',0,'?'),('•Ìf0ÙËÍ­¡Ú~·)','wp-includes/fonts/dashicons.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ZÔ_rY+Ê‚;ì','§yU½]fôî8ÈÆðtâð§½’ÙÿÃlÕL.','',0,'?'),('•Ì¿/¨‡s˜fþŒ—˜Îz','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/StructureShape.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','©3NÉÓAw+WÿsÄN)€','!+jÄÀ{¥¿&\\#ôÄ\r4ËÂb‚%Ù ¸áZ£Æ;Å','',0,'?'),('•Ñ-g°“NÁ3éñlîÏ’','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/ServicesBuilder.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','õ\n¦YGj%œQÑJzg','7t07­—ÄÞQŽ[Kñ(‡^M•°Ó\r‹3\ZÏÞ','',0,'?'),('•Ò.ÉIOI¢P²³%)','wp-includes/Requests/Transport.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','œ™;Îkí‹¯K\\VlÆ','É¯O3e–ÍF»Ôã›†·Öv+¨ãÀð.r/Ü>Ÿ,','',0,'?'),('•ÚH«ç±ÕsÕO¶n\rQ{','wp-content/plugins/w3-total-cache/Config.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','aðgìÞSpL›==NdVfs','×Œµ:Ø·†\\p-ÀšI7ÝÜkAµåÎ?›ldyn\n','',0,'?'),('•èMO,ÌãsæÒÔ\rçâ','wp-includes/class-wp-http-encoding.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f‡/4>YwQOnòK[','«ù^Íj·=‡nöX\Z?9ræ¹\"®[ÙÒÛPz‹†','',0,'?'),('•ê&âI= (ÃXl]±ÓŸö','wp-content/plugins/worker/src/Monolog/Handler/HandlerInterface.php',0,'ö”(Š¥Üæì×±e9Žµ\\','ö”(Š¥Üæì×±e9Žµ\\','za!h’Š©Þ«å¸ëp‰i¡Mn\0£…[ûÐ¤H','',0,'?'),('•õÙÖKg.ÚÏzrØ','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_terrain_24px.svg',0,'ÓDp\0)úü[ðYé','ÓDp\0)úü[ðYé','E‰é…².~I/€tKÇ×ÒæÞ–¿·D•™XyËÑæ{E','',0,'?'),('–bó½/(Ú£ZIŒñ','wp-content/plugins/js_composer/include/autoload/vc-pages/page-role-manager.php',0,'m4ÀÏa/b#ãð¡émÆ8','m4ÀÏa/b#ãð¡émÆ8','€q šª—l-ìÝócã,Ku¬¹âLM×ùH„H´','',0,'?'),('–#ynÛå½[hr\\ØU','wp-content/plugins/wordfence/modules/login-security/views/manage/activate.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','©p¶øïè°ß“´ˆ','d\'Žì°äèÇ_ÈŸ‰C\'\"úÅžñëæ¾hÙ3‚ê','',0,'?'),('–6¶|;¾;8ÅQ¹4™k…ö','wp-admin/install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ò^ÿ&8é]=	Œ®ÙçR','håQÛ4nÃÄÅ„Yì9‚ÄÞ¿…-Çš7F¢&8“Ÿ’Ü·','',0,'?'),('–9µeÝEø€bÝ¾l´3¢','wp-includes/js/wp-lists.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ƒ±ÝãlX£ëfSŸ8ƒWõ','â9ìùq‹™$C –}¨aÂ89åH @Œ–T4¹','',0,'?'),('–>¶-0šeˆ\rÍ%)gÍo?','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/currencies.svg',0,'ò•œYV™¤ì÷K¡Ÿä1','ò•œYV™¤ì÷K¡Ÿä1','3UvaNG¬¸z.ÖÆšWyGÐS²ÑÎ˜\rm','',0,'?'),('–D–û‰iâÊÆQCäOÃ','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Exception/CouldNotCreateChecksumException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','fo–·UN’Â6è¸Çè:ë','ÿ£0rNUÍ</¿/<F¸ªùû3T(«q¢@6¹°e','',0,'?'),('–N†‡2)šùÝùg\'?æ','wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Promise/RejectedPromise.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rì:qRß#|8ZÛ¨÷z','¬¤­Þô€ŒŠ1ê-ñE¹t°E~8Zþådº¹Ñ#:Þ','',0,'?'),('–_œ—ïÆú­Äî•Ü›Ü}','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_charging_60_24px.svg',0,'@È«˜?÷/´½ÅÙÚõ[Þ','@È«˜?÷/´½ÅÙÚõ[Þ','‚cê²îî\0ä|·\n\rŽÅ™P„¾ôÈ5Ì,r&-¶H','',0,'?'),('–t1â´{ÐÀB~ö!h{W','wp-content/plugins/worker/src/MWP/EventListener/MasterRequest/VerifyConnectionInfo.php',0,'b·ßm%’’2‹$Jµêj','b·ßm%’’2‹$Jµêj','þ\"t1;¹?ûaá8‘~RôØï,„cèÇøEæ©šÕ','',0,'?'),('–w,¦–¬îŽ²ŠÏÏÊrË','wp-content/plugins/w3-total-cache/Cdn_Highwinds_Popup_View_ConfigureCnamesForm.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(´gwèÈ­ië•ùÉgñ','‹Úú1Ê\'åJä¦}ÜŠ¡ÉÞd	õg\\ú9äÀò9¿','',0,'?'),('–z9»	Å`üd3Ý\0ÈIay','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/XChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ç Á@ÛÊ^¢µ¬8J','¥çØ½ƒ@¤¼B-Kõ¹ÈmãáÃ-È»•ß\ZÂ2p','',0,'?'),('–	m E×rÛÑ‚0ok','wp-content/plugins/wordfence/css/wf-ionicons.1607007971.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Al¡°sÜÊjÀâ¯ƒ','×’–ð“4ÌË®Àv¨ùãÁ‰MæŽ`—V÷ëýZô','',0,'?'),('–ŠX»èÐßò\ZÀÜZaÝŒ\r','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/money6.svg',0,'Ì»Ô†¼p¥§>ß$\r)ø','Ì»Ô†¼p¥§>ß$\r)ø','9©Bôã¶èÙøªp)Cßè!2<Ü\rãLûL»T¬£','',0,'?'),('–Ž\Z5oÖÝ#R\'/¤¬l','wp-includes/fonts/dashicons.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÓN\Z>wðË@é‘R-/Yö','B\nZ\Z¯®_pnÍ‚ÌµQ?/Å\r3sþ}½×)','',0,'?'),('–©–¥ÈÄd;êd³mÃ','wp-content/plugins/w3-total-cache/lib/Aws/JmesPath/TreeCompiler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÒŸR¼	T<\Z\"ë›Ï',',ƒ«Ë&ÿcãÓI¸˜|»)Ñ(öçÕr³ukþ','',0,'?'),('–³ãgV„ìiC½í,áQØ','wp-content/plugins/revslider/public/assets/assets/svg/places/ic_fitness_center_24px.svg',0,'©£2@[×Ïe•#²W’ÓO','©£2@[×Ïe•#²W’ÓO','~á:æN\\Úç„\0–þrtc2p	hÓFÇ%Q7¶ü†-','',0,'?'),('–Á¼™E˜?ÆŒÐ®á¾ ','wp-includes/js/media-views.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i\\™EÓ­.-iJ¦+—','~iMØ$Ânì6${ai:¬‚á)HMJ“±áx¿žT©¬','',0,'?'),('–Â Ïv…‘Æšbu)','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_dev_urandom.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÔGÉrõ†¾åœ]Äé/»','yusÜçôÔ¿íÐÌÂæ:î\0)Þyä¯zs‹Ý¿SkHä','',0,'?'),('–ÎÄR:^æe+x2—Ùc','wp-includes/PHPMailer/SMTP.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qu[°§È÷‹‰ljDì”','ÈâÿNnqò3!]¢Àdl£Û3n¨ Â#Zf1ªÔne','',0,'?'),('–×È	ÿ*®’o,$˜ó¬','wp-content/plugins/w3-total-cache/Cdn_RackSpaceCloudFiles_Popup_View_Regions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	Ã	”èÊñáV&Œôå','?ŒI\nš®nÔÊ.ðÓ#|Ê”ÎR\\&„]Ú%“pÏç','',0,'?'),('–âCg¿¸ñ‹}|ÇE÷ý','wp-admin/js/word-count.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I)ù\r­]ÐX0Áh5©\n¸','Ó\\DEàÿ¦¶ƒlV¡½ü¨ôHk›®\\N†A3“³”','',0,'?'),('–ãB”pëÉ\Z\'dÐŒÂ','wp-content/themes/betheme/muffin-options/fields/radio_img/field_radio_img.js',0,'·ŠEÉ÷”.d}	Vî','·ŠEÉ÷”.d}	Vî','»Šææó5~ÿ ¯ä`4ïHö­L©Þ¢Bš+\\?@ÒS»','',0,'?'),('–íÖµÈ«X¼…7qcâ\Z†>','wp-content/plugins/revslider/public/assets/fonts/index.php',0,'ÔŒÙ\0²é€	˜ìøB~','ÔŒÙ\0²é€	˜ìøB~','ã°ÄB˜üšûôÈ™o¹$\'®Aäd›“L¤•™xR¸U','',0,'?'),('–ó9¹ˆÍ“ÈÚË’1L','wp-content/plugins/js_composer/include/classes/shortcodes/vc-accordion-tab.php',0,'²5ôëTxÆÛ!ŠýðÅOÌ','²5ôëTxÆÛ!ŠýðÅOÌ',',F6ÜE)öJ	EÀoTø*œ‰Ñ8¢\0Eüá`ù½','',0,'?'),('–ó”ŸÚåŒø EoP¼|','wp-content/plugins/essential-grid/admin/includes/gutenberg-blocks/src/essgrid/icon.js',0,'œµ–Cò©ÅU¤8±³´y','œµ–Cò©ÅU¤8±³´y','ˆŒ3!æ³Ó ’éâ³µšßî°ä\0a`¯¬ÓÜ','',0,'?'),('–÷›´ý	‹X´Hò{','wp-content/plugins/essential-grid/admin/assets/js/tp-color-picker.min.js',0,'¼ÞýØ3ã>ÉÇQÑlßP','¼ÞýØ3ã>ÉÇQÑlßP','s§›ºá#ÿ}­Z@öJyÞ7“mˆþnr½:Š€ÇÕßP','',0,'?'),('–úµ\"ir×oðqåx R','wp-content/plugins/w3-total-cache/lib/Nusoap/nusoap.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','GçQ+#Uö×êÊï;a','d$Á}³ÅÙ:Y+´Šq$Ü˜òÙVe$‚Ø\0‰Å@§','',0,'?'),('—	v¾O.„|ß¤Òµ‚','wp-includes/js/tinymce/license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o•‰àÈßx:Í`Òºÿú','Yáâ§#wOÞg^\'åbºì‘:…^ë	=è·¨|ô¼È','',0,'?'),('—^N¦äÜ_¿<t½Ô1','wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Pool.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&š$™•ÂŒêØA¬z','{õéxãYšâA`6ïÊluxÔò& !‘\'ã','',0,'?'),('—(n3¨õ4?ˆ.]B³0K','wp-content/plugins/worker/src/Monolog/Processor/ProcessorInterface.php',0,'òý¿LSËLÔäðìÌ','òý¿LSËLÔäðìÌ','ÿUõÍ™vô!h±~}wD€hŽKOäéWXº¡Q','',0,'?'),('—1òéµ¿ç¸YÆl—TKe','wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÔpGK¤ÀÙö3+¶d¢’','ùÊ~Ô£HdˆV‚A<…Ì¦€Û4â:,dù÷æLíOV','',0,'?'),('—2ŒîVÊ¼¬|l4C4l³æ','wp-content/plugins/w3-total-cache/inc/lightbox/purchase.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','×y¸&k«ª…ÐLükf»K',']çJ²qZh4¦g\'x>â!‡œ„[„(¤g¥¤K6«','',0,'?'),('—Lß¨õÏ¤Œ(º¹R­','wp-admin/css/code-editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','CA’ï’îæÂÒOú^î)','È÷/Ñy14~ëÜ(«6²ˆ¦>B&F»Ç,ÊS¬ÇÂ','',0,'?'),('—[Ò^º~ºí*¨5`Ì÷','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/yen.svg',0,'Èfør¢^TŠD´&_','Èfør¢^TŠD´&_','M3öý¨h»|J]©Ú}@‰fû= ÀÀ7õäÓ=Î','',0,'?'),('—k³|DD£•*@4ë','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Database/Reader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¦Å\nAgvú˜1PƒØµ','º¿½§0o*\r‘ÄvAöoÂ3²›ß:ÍÞøjõu½§y','',0,'?'),('—™pŠ©KÖb™ø\0!—(¢õ','wp-includes/css/dist/block-directory/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','º,\"|iì0}Ä1K\ZGã{','Þ»ëžîÑü´ˆ‚ïxby#4z«lš:wþ4²k%«','',0,'?'),('—°³#4‘K¦VºÑÌÊ_','wp-content/plugins/testimonials-showcase/includes/class-shortcodes.php',0,'~Ø;•BJ‰È‡¡}\0R­','~Ø;•BJ‰È‡¡}\0R­','…›Yƒ{#²ÚLp×ê¹„xcÌ¶fÍ<†	ãK.','',0,'?'),('—¶\ZÛ=àÙ¾N1oë`S','wp-content/themes/betheme/muffin-options/fields/upload/field_upload.js',0,'³K jñÒ×á„;Å¸ü«E','³K jñÒ×á„;Å¸ü«E','S“Y¼%“èë¦CÛ´]÷	­½\rsj!À†>™$úE#bZ','',0,'?'),('—À\'X\\?]­*òKúl§','wp-content/plugins/w3-total-cache/inc/options/cdn/att.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','»ËÉ‹Es¹Ê¤³§Kùç','õŸ¢š8±ãøXUÂ_wÈ;Ha#0M×÷\"w„k','',0,'?'),('—Â÷™ê¤až!™','wp-content/plugins/w3-total-cache/Extension_CloudFlare_Widget_Logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ê$ìV1!žº}Ù¿','£.¥4­Î¯þõc]Ô­	±¯’W~tÉGÊÞ½¨eD¶œA','',0,'?'),('—í|œ~”‰÷Éð‡åô','wp-includes/sodium_compat/src/Core32/Salsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')6´¥):öÛÍð¸Žý®â','H0¢“L³Ñ—?¸ãž¹.1ÇMòIeÓÉÙ£’','',0,'?'),('—ñb¦ü’Áÿ£º|e~ë','wp-admin/css/customize-widgets.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ô\"ÃP9ÆsIuf†üzö','ÛÛ|ÂéZ€Á@hþåhãçLË\\¡ìR­—ˆ&S¥Ý±','',0,'?'),('—ôìëÌï;EtzÏb·-¤','wp-content/plugins/js_composer/include/templates/pages/vc-settings/index.php',0,'›^š½ýE™Ð˜O¤áË`T','›^š½ýE™Ð˜O¤áË`T','¾«›øFŸàšÆŸ„Œ@½H‘Ãg©ðU•èèë','',0,'?'),('—ý-‡¼8¨,MäF\Zì»—N','wp-content/plugins/essential-grid/public/assets/images/index.php',0,'ïá{J!u?}îçs•','ïá{J!u?}îçs•','AuÌƒµœÄ`ü9‰7}bŽ>MHêÃíJHhåûÎ|Fj','',0,'?'),('—ÿµalòVš?Žfý\ZÑ‘Œ','wp-includes/IXR/class-IXR-server.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','øæUv ø&x°–èŸÓNˆ','\0ä{MÎáU¡\rN.€)”-¤õƒÄ`wHòîÕ','',0,'?'),('˜\0\rì¦ò&ãÔ‰z™1=0','wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2018-06-18/waiters-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ü÷ä\\JGãƒÒw–','¶´ZéîávX!ÐñòXˆÔb.Üƒ×5aZ}p\r5e','',0,'?'),('˜\0hî”Kf•\0ðø','wp-content/plugins/wordfence/images/forward_enabled.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U\0/3e4e™Ï×ƒÞö','0¼´Q7018—Þª9-–z9Ø½qðÓSrÄ’ÓPõÓ','',0,'?'),('˜\rn¶Ü~$fBÜÝ®','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart14.svg',0,'OZ¦ë³P„5†Ý–a#–‰','OZ¦ë³P„5†Ý–a#–‰','§Øq!9šúaôàxdù·Ÿ³«e£À‹ÖGªý²Ù®','',0,'?'),('˜›¯ÐÂŽÙêHË06²','wp-admin/images/browser.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Á²ùÂžµK\\„b•$þF','&$ñ†Ä‰9›¡àˆ×~_SHÒ_ÙÌ“ï%L¼¶þ\'&Á','',0,'?'),('˜‹µï†8(\Z¹jèZ]}','wp-includes/js/jquery/ui/effect-pulsate.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','VpÜzÚ•ktÇ›TÍâù÷','÷K°\rž)ø\"¨‚æ/°¿Dºõ³Îµµ2A‰÷','',0,'?'),('˜#ÝiÎpV¸…ÆÙ3´‰','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart12.svg',0,'a°°Äùiý7‘ÓÀò(ù','a°°Äùiý7‘ÓÀò(ù','Ø¦\\Óœ3Æh±£• c.ÀÊÉALh|r)ûœçÒ','',0,'?'),('˜2n#¤02¢˜ŒÊ«rn','wp-content/plugins/worker/src/MWP/EventListener/ActionRequest/LogRequest.php',0,'ƒ(¹,‘Ú{â² €Û>Î_','ƒ(¹,‘Ú{â² €Û>Î_','¾­í\'$BÞ}a„ù­¹¸\'»žp\0(!z','',0,'?'),('˜3ÿ>¢x\r¼Å“¾vÏ¶d’','wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Promise/EachPromise.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ßg‰´½5ò»ÖŒµúômy­','ŠåØéb-ÀéèÁ–ú0+¯£ÖX¨¥vO”èð•F','',0,'?'),('˜6£žîÜàžm\\Ø*Ý¦','wp-content/plugins/revslider/public/assets/assets/svg/social/ic_mood_24px.svg',0,'l!qM+çxñ k-‹è','l!qM+çxñ k-‹è','\0ê§¤^vÞ•Oç›ÎÍðŠ–rü—r œ0#‰Õût','',0,'?'),('˜<@èÜñ®:\n Ê7Ç','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/cloud-up.svg',0,'`ÁÕ59*_\\ÔC@Èè¶','`ÁÕ59*_\\ÔC@Èè¶','nI:è†Eëûº—#•œË÷R«Éó¯–QóF?ç¶©ó×m','',0,'?'),('˜Tñak§\r‰÷80o,Â','wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/theme.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' 1,¿“‚}S‘Âaò','RãZƒhÚ´JE®qŽ¯Z¬Ô”N)òµôÂhó¦¡Óy','',0,'?'),('˜UO#¶Ö{€ÍX\"ö‰Â','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/AbstractModel.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','fÒ¥\0¾û’]ÍÂù#øÏû','ˆ)´½ª/ÿD*Ç§÷SíW-ÿDÌ\0ºu³âCk£','',0,'?'),('˜XöRÿevø• O¶ôU','wp-includes/blocks/quote/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ž˜ÚÀøê\n\0)àå ½1Ô•','“›ØwÀx‚@1ÎŒ$”„NyÖ/¢EB¼_·l\Zy/}','',0,'?'),('˜X¸ÔÍìg5ûôŸ¼(=c','wp-includes/js/tinymce/skins/lightgray/img/trans.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¿ž7I Þ1F¦Guôj^','œð ×Ã»§õ«Í¥J«ï“OmOš:Ï™éçÜl˜W–5','',0,'?'),('˜Yš7W-)wÊw¨_\"Ô','wp-content/plugins/ga-google-analytics/languages/ga-google-analytics.pot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2I¤†–ìs9fñúzÁ?','Fe¿‹bƒ]Ô†IQ+Œ+{=¢óåèÇõbo.…','',0,'?'),('˜cX·Ùƒæ¿%Æ»ÚúÀ','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-pinterest.svg',0,'Œ’wÙÏš.æ:ë×	\rŸ‚?','Œ’wÙÏš.æ:ë×	\rŸ‚?','mËõÜdÄ\r~¡¤”@p+æ£”?=cß`C—·“ J','',0,'?'),('˜gS~6>ÔÉº Ã[çZ','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_adb_24px.svg',0,'#òjVÁßILtsº@Â','#òjVÁßILtsº@Â','ß‘£5ÏÜPÇ”g1¡µŽœYGq*}µª\r\nrù%Lƒ‘','',0,'?'),('˜n¡¼Ï¢UèÙ¿gÚ´y','wp-content/themes/betheme/bbpress/loop-search-reply.php',0,'é)5PGúÉXæ','é)5PGúÉXæ','|å½¤A`nš·u„mbÎÄ4\ncqhçäÓ›ç,','',0,'?'),('˜pt_ Y‡ÁŒÊ7LãKt','wp-admin/css/deprecated-media-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‰R÷?ƒéùˆßlú³å}','œQº÷¡1*çÚ˜±Í~¥ž‡(äHq\'†RRÊÇ','',0,'?'),('˜£ýT¹D‰ÀFÒK1Ç','wp-admin/css/media.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','“iÃ–O-^jN¨%.1î','Ë\Zýñ>Sùœ¬ œ‚²Èú ìglk/(N|V','',0,'?'),('˜¡™Ïø¼\rdÓÅs‡ÐLV','wp-content/themes/betheme/woocommerce/loop/no-products-found.php',0,'¥‰í*h’*ùCTÀ+','¥‰í*h’*ùCTÀ+','–¾Èè÷Þ¹‹Å\r6[ 2g›|Ï(VÌµBã’ÖëŠ','',0,'?'),('˜´˜Û£ åRV(gŒ²à','wp-content/plugins/worker/src/MWP/Stream/index.php',0,'gD,Vë§=\\ÆbP','gD,Vë§=\\ÆbP','k‰À—~	¶½UH\Z¥ÖxƒPêÛAÌ„¢ú<¡ž;X¨','',0,'?'),('˜·&UÇÖ¾ƒ®É\"Æ:Œ»','wp-content/plugins/w3-total-cache/Cdnfsd_TransparentCDN_Engine.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','TR\".+Úiî‰]\"§6¶','·À?“µ´-Û”mÑ+Oü`²{d,n¸8)ª\rÙX¯','',0,'?'),('˜¾Ö°*\r6ûÕ™¥¡&…','wp-content/plugins/w3-total-cache/Cdn_StackPath_Page_View.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\j,A“òöyâ—p›	','·ŠüZù_\n„UÊäÀàx\Zg¯wEñ£ ípeÊÇÒ','',0,'?'),('˜Ä/GÎžÓ¶[­ÇœîÙC','wp-admin/js/gallery.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?»•À©^ÞDªT!˜Nž','±LGB=oœæ»\07|AøŸ!Ý8ÞÄë(Feã','',0,'?'),('˜ÍÉ[²/9} `:wÙP','license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','­Lil+z9q9=\0Æ{¬\r','×Ü§.·7hÕßÆ-Zs%|ÉÄCp)»£Â¯v›°','',0,'?'),('˜×\\ƒoÏ¦SLÏ4]?óÈ','wp-content/plugins/w3-total-cache/lib/Minify/Minify/CSS/UriRewriter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ü´C0ÈmÄDµ,¶ù\\','ï£¾ÑE-	VÎml`}™¥ûÇ÷NVvºñTÕŠÈâ','',0,'?'),('˜ðÖ9BŸüÃ{à…\'´Mô','wp-content/plugins/js_composer/include/params/vc_grid_item/attributes.php',0,'Vöpƒµ›‚ÏB%GH\nËž','Vöpƒµ›‚ÏB%GH\nËž','¡—ÅÀó¸è¿i2Ü‡ŸL§6ƒ‹Ë¹ž¨‹\r*î_‚:ð','',0,'?'),('™\0£ùµè Ò.}¥fwA','wp-includes/date.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n[*(Ò¾“w.mÛy´zí','ù.£\0ÓqB_]£þšÏä«ä\0ëâ–aþ}­‹\0Œ','',0,'?'),('™\rü£$^‰dvï¤L3','wp-content/plugins/w3-total-cache/Cdn_RackSpaceCloudFiles_Popup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','32ÈÄVÔGÍ‹hkýR·','’ö)aF\"û³Îiêâ»=/B±Ç½(âN¼7ŸævGi','',0,'?'),('™¹:¹^^–\0½$‡4Â\nv','wp-content/plugins/js_composer/include/classes/shortcodes/vc-message.php',0,'™Õñ„d5þkELøhZ8ã','™Õñ„d5þkELøhZ8ã','¸pJ¦Z›†Yý–6—éœøíq_dQÜÎàÓäU\\','',0,'?'),('™#Jj­Ã°vY#P_F','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_backspace_24px.svg',0,'%¼¨÷üÁyÓüEÃçòùðÏ','%¼¨÷üÁyÓüEÃçòùðÏ','6l}\r¤\0êi8MÐjâ@î:™k<AØ\r…Ô’¨×','',0,'?'),('™,·\'Ç)BsÁÓhßØVk','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Http/HttpCallContext.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','aïà˜™WUdŽbÃEªµW','Cåe\rý*  p$Ùeª½éÕ$}Í\"£>«X¥¸9','',0,'?'),('™.c2C5®…v®±g¬','wp-content/plugins/essential-grid/admin/views/grid-create.php',0,'Ö-‹´ÐkY2žGªçY‰©','Ö-‹´ÐkY2žGªçY‰©','dší.PùƒuÐ?vìÐX€\nš„¿‰]nbYÍO','',0,'?'),('™S\0º¾“ß®Õþ;ps‚€','wp-content/plugins/worker/src/MWP/ServiceContainer/ContainerAwareInterface.php',0,'¤SUi}Ò4µ³.æºÅÜo','¤SUi}Ò4µ³.æºÅÜo','Ñ\'0š¬à§™þÊÈo¾ÿ·ÇJ£€í\")û9}ö,Î\0','',0,'?'),('™[‚Ÿ®QH\"pS1Èªëc','wp-admin/images/arrows-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','— Qð†}Îñydb#6„','ø,cË¿\Z¯i(~æÖ×)•Œ©Î\'€Ä8[Aé/¨IÑåx','',0,'?'),('™_ÿ—çÄ>[ý®¾å•×·Ô','wp-content/plugins/worker/src/MWP/Action/IncrementalBackup/GetTableSchema.php',0,'7æ;•mŠD×ä¿‘}ÉL<','7æ;•mŠD×ä¿‘}ÉL<','ä@7¿%1ï5‚÷a9ä49a0©{LèWª;\\_Ã¿S°','',0,'?'),('™u_Í÷y5ëÎ®Uzª','wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/dist/js/bootstrap.min.js',0,'+°Öi8;â²&q í¶+<','+°Öi8;â²&q í¶+<','‚\n n¤ƒC2ßÌ¹jÀµ#$@B)Uw0íafÁ/,´5f','',0,'?'),('™vÞ¶’¤\nCÄ¸‘ ÿLå','wp-content/plugins/testimonials-showcase/layouts/slider/js/slider.js',0,'\\?EÀ\"šuÜ‡Pfä€ïVÖ','\\?EÀ\"šuÜ‡Pfä€ïVÖ','ß’}–È¡¯0)Õ‹NJü€:ÚÀoâ+@H>¯','',0,'?'),('™xhæóÇ/\"º4ÚûKÛ','wp-content/plugins/js_composer/assets/css/lib/vc-linecons/fonts/vc_linecons.svg',0,'{çMî+jq/vh!Úq”{','{çMî+jq/vh!Úq”{','Ô1ßµ|þw6„[sF-’rSä5Ç ·Ø\\ª–nqxÿ','',0,'?'),('™‚ûÍ %CßÑ¨pñ²Ò\"','wp-content/themes/betheme/muffin-options/fields/switch/field_switch.php',0,'8’‘éë»#M\"Qûññ“;','8’‘éë»#M\"Qûññ“;','mx H—ìýg{XÎïeüms;Ñ¯yæ3dÈPms','',0,'?'),('™—,‚üÖ±õª#^˜„uè','wp-content/plugins/js_composer/config/content/shortcode-vc-text-separator.php',0,'$O©0¶øçqkŽiÔòHÜ','$O©0¶øçqkŽiÔòHÜ','.ã%¨(vÐçÌ²Œ7º™¨MûÐj‚´5H®I¢á£','',0,'?'),('™˜[ixTºqÔÃ~Wv¡e','wp-admin/network/plugin-editor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xó±JY•ðFqÅø^ÈÈNï','zúâ¿w‡iLþ_È*ã	!$cÂñL*ÈTàqDN_','',0,'?'),('™›Z„å+±Ì·³5ÐG‹»','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_check_24px.svg',0,'ÊK;\"­6\ZGˆËpž…ÊŸ','ÊK;\"­6\ZGˆËpž…ÊŸ','Á~}U*ÿ^Ú5\0!ú1^¢»Ä€HÒl®3™”9–a','',0,'?'),('™žF~…‘Ÿyµc7v-','wp-includes/js/customize-preview-nav-menus.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','kþm‘	i13-òÚÀ•¥','·Á%Nñq€4™þ6˜\n$^o‡ª²»Äœ7kŸõ.É','',0,'?'),('™Ÿu7ª¶„Á³šFç oÔ‚','wp-content/themes/betheme/functions/meta-layout.php',0,'uv7~¬Á;X‘ìÆ8£ú','uv7~¬Á;X‘ìÆ8£ú','“>Ý¬BÇ­Ïœ*ûõŒNCù¾:±Kûà¿r¯Î?p·þ','',0,'?'),('™¶ÂXÞÂÝ(>VMx½È','wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Handler/CurlFactory.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^<AžOŽvHvN±y”yž’','“=hð2>\Z(+ë\náÀ#Œ%[É\\ø¦fDÈ‹\n','',0,'?'),('™º\\À°6´%à\rA‚Þ','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/sign.svg',0,'U„¸ÏE€ÀBâ5‹','U„¸ÏE€ÀBâ5‹','ŸËÄøGøKŠ×N„Ž„Z`m“¯÷­Ùô#Þñû>','',0,'?'),('™È¥dè_äûùjP¿Aè‘','wp-content/plugins/w3-total-cache/Extension_NewRelic_Popup_View_ListApplications.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‚&Æôá]àðñèÔý','ýÑÇv›ý’ÿ“8Uô‚[;’óLÙ¸jhð±ê','',0,'?'),('™ËùSwÊˆF’çíD×a','wp-content/themes/betheme/bbpress/loop-search.php',0,'þ§ÍY÷ì‚éx\ZÝÍu','þ§ÍY÷ì‚éx\ZÝÍu','Å˜aŸ›­‰*ý‚„@†¯À®¶£Ãý‹×£Ãi¶Ï¨âÄ','',0,'?'),('™ßB3º<íÇÚ“»+¯','wp-content/plugins/w3-total-cache/Cdn_Plugin_WidgetMaxCdn_View.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','’in	#3F÷Ã‘‡Åh','¿µ\'Us>OÎª¼S1Õ`.ÕˆÅN÷(!ÌB','',0,'?'),('™ä‘–ëwƒ7:\'Âh*','wp-includes/js/dist/vendor/lodash.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2n¾B2×Ïç]ƒç÷ Ž','\"™ÉQe·û\\ÇŠhb¯Bj®{iñJ\nËÒši;eZ¨3','',0,'?'),('™ýQfŒÚ%©d¯2	‚´Ö','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/Stream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Å¿PGl÷Åêœ2\\Æcb¸','#þ›ªFCj}\Z2z†¶T¥žŽtÏ}1Ì\'~‹žÈ>','',0,'?'),('šµÂ2¼Ýôø:ý¬”¡·','wp-includes/sodium_compat/namespaced/Core/Xsalsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','…b4Ç\'¡—&ëŸð','Û¼ó›Š4P\'ô¢ÑáhNêaë>·¨ÛEþ5à°›','',0,'?'),('š	¡=ÉÁú–°ÁçN)ë¸','wp-content/themes/betheme/assets/ui/js/jquery.ui.widget.js',0,'ß>5»2ÎÙxÙªÀfU–â','ß>5»2ÎÙxÙªÀfU–â','(¹%ŒX @Ù¤kŠ‹T‹jãÒÂ£q†/NÇM','',0,'?'),('šÆ”…ø*À}Ëgª0£\n','wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-zone-a.php',0,'QÜÀ˜«Ç;!k*B©‰œ','QÜÀ˜«Ç;!k*B©‰œ','»ÉL÷ó[„çF¨Ë‡rƒuX\ZÁ£¯$G«žþá)','',0,'?'),('š\Z-®”x7Ãù(AÄ4ù»ç','wp-includes/js/swfupload/license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ëà[°`È^ˆ-Ào÷QWz','©Ñ:)²›6Ÿa\"3r…Ü\rP\rN™4‘yJ‹Ö·“Uéq','',0,'?'),('š&A˜Çˆi¨Uê‚','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_more_24px.svg',0,'Gû%–Yßaþv\"µB÷º','Gû%–Yßaþv\"µB÷º','ë¬;úN§hG<\\uÒ#§‡P2t@rì(hªø]EÁN\0','',0,'?'),('š&)(HÐ”õ\n-¹BQ!','wp-content/plugins/w3-total-cache/Util_Http.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Qž\\ú3oQÃc¬Hßÿ ','tN‹ýr[Þ@£õëûb‚ÿOòI*¿yjúU¸O','',0,'?'),('š,:¿êô3ÀÕ¹üC@É~œ','wp-content/plugins/wordfence/modules/login-security/classes/.htaccess',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','…¼ÕA¾a¸bvrñ¤','C‡¾ö½\'r…9½ì@âK¡Þ†t¡ª™öâ§w#@kº','',0,'?'),('š1W;cŸ¶š¸°NñÀ\"ïu','wp-includes/pomo/streams.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Á€”±Úpï5yN.Óœ&','·ÎŒøò!-æÊ‰´^;À#öÐUtÂ\nØW^­˜ÇYG5','',0,'?'),('šJ@}a—§Ãø#×Ü¯!I','wp-content/plugins/worker/src/MWP/Security/index.php',0,'gD,Vë§=\\ÆbP','gD,Vë§=\\ÆbP','k‰À—~	¶½UH\Z¥ÖxƒPêÛAÌ„¢ú<¡ž;X¨','',0,'?'),('šJž‹B¾GT²;,l£ÀT','wp-includes/images/smilies/icon_exclaim.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':\\­³>5\0rÆÎôsgØ','µL¸ÉµèH²ÏA(œxÊ“2‘EP%ð	‘×#½ü¯#Â5','',0,'?'),('šQ†Í€ü‹NÆÕcÈë','wp-content/plugins/w3-total-cache/Extension_CloudFlare_Plugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m¶ÌSp,Ç½G¼I¢d€åH','OOe#œ»mÔOÛ®,÷2«Q¹$=bÆÉd·¼§ îå','',0,'?'),('šVŸ^æ‚3±çm6‡._P','wp-includes/customize/class-wp-customize-background-image-setting.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')Ù@‡t”þj23´ãW','á4¦ƒØ0^+Üu*°:Þ“4q[#ÊÓO²m´&È','',0,'?'),('škµ†*51TŠ6Ì\rÑ','wp-content/plugins/w3-total-cache/inc/options/minify/csstidy2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','„ä•\0Sõ$®èÊ«]˜','\ZúÀ×+!-À×ˆìÚœÛY…÷É0…\r¥Ë#ïcÒ[èé','',0,'?'),('štð““¦1dHXõÏ“BH','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/folders.svg',0,'Æ‰§ü	[íT+Ý¿ƒ','Æ‰§ü	[íT+Ý¿ƒ','‰1Ì‹Ñ‡P\"”Ž€8žØ/ˆäóeYIFRïÓV','',0,'?'),('šwñpS@®Þ’™/Tv³','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Exception/GuzzleException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¾WÅQ÷.o¯÷¯C´¿\'É^','„\\<;¼ÂrNúÔî\"Žl¬>£‡!‘Œ®÷W×Ê³ô¦È','',0,'?'),('š‚®á¨ž\Z,¶±’—<Ló','wp-content/plugins/testimonials-showcase/resources/colorbox/i18n/jquery.colorbox-fi.js',0,'\\÷kCÞÈ^ùÈô…|\rœ','\\÷kCÞÈ^ùÈô…|\rœ','[“^m¸¤Ü™t«Ž¼XZð—XÓ¤˜w}îíx','',0,'?'),('šž”óß[‰ôD?_…[Ÿ','wp-includes/random_compat/random_bytes_libsodium.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4‘îåí»ßÕ³ådß','ì§I×nÿ¹6Øä¢_å³‰”£ga8ÌØyÍÆ].Ýë','',0,'?'),('š¥7¸M3Âšã$ËôŒ','wp-includes/images/smilies/icon_question.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','³ß[-\0Ò\'¾‘W³¢F','Æ7b Ø|6#ÅÐöíýƒ©9/?x»†~»ã[³µ%t','',0,'?'),('šª™‘2@ïkä¬w>K”2','wp-includes/feed-atom.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{\rïg\'SkIÕfe­pì','!ð¥þIÆìúm\nY•Úf+Ì•¡P\0×«Ð13‹\\=û ','',0,'?'),('šªô¢ìH\0Û™À®h™CÁú','wp-admin/css/colors/ectoplasm/colors.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vì­hENÛ78¦MôD\0','4´²´‘-‡ŠdÑ#·%…Åâ‡ã{yÁåããaQ','',0,'?'),('š°wtòH©ëá-s“\0Ân','wp-includes/js/wplink.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U.a;gŒ°J\'Ú¹.r¡','í’ZE\\G.øRb\'“³\0ŽŠ~$–¸pÉlÇ Š','',0,'?'),('š±×««CÈ&„A/¸nÉõJ','wp-content/plugins/w3-total-cache/Extension_NewRelic_Widget.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÐÚšàÂ½i©oS RušÞ','2ö«ã™Hoµ%£.Ú ÂÕÏ±]£Ÿ6q–æ­1h˜Vê‰','',0,'?'),('šÄþÚ=Ö¬H–@-i˜ï','wp-includes/css/admin-bar-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÕžåJí.–\0kñ .˜»ì','<IÚüŽ·«3y©L1<±\'ìzä÷ðÏ2dŸ^F ;','',0,'?'),('šËìô©ü[!q:í‘','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/CancellationException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','©¢ûËÕÜûß³þ¯\\{C$','ÿk©³:ÔçURyçcÛùCó£-ZF[…`¿ï\\ÉP','',0,'?'),('šÖ”•Åßšy(qD«wÂ','wp-content/plugins/wordfence/models/common/wfGeoIP2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÕYJs@jŒª¦r´jtm','É3Ã‘Ñ²sÆð\r&±z=”ðþ‹Ödsó¹ËpJxÉ3“w','',0,'?'),('šØAâÈº*iƒMðL‚E','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_home_24px.svg',0,'Û‚Á¹Û#ið½£Í|\n(™','Û‚Á¹Û#ið½£Í|\n(™','øÉ\'’‘Ú%æµíH˜Ÿymï¬‘PIˆÌläfO­¼','',0,'?'),('šâ\0¬ÙÝnûz]ˆÇ','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/calculator1.svg',0,'£†ëñB´z˜ÄkåwJ','£†ëñB´z˜ÄkåwJ','…Â·±‘Q³//y;]újÎb»ÉÅ½”¡Eñ¾X','',0,'?'),('šéerfé¯Í#áç‡ì¥IW','wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_block.php',0,'<BGÎ¬mÇ[5æå-$','<BGÎ¬mÇ[5æå-$','¾0rÒü-¿\'ôù™ëeJÆŸ,X2â)hãTy\ZªnÈ','',0,'?'),('šêŠh‹L¼²JHÿX#0','wp-content/plugins/wordfence/lib/wfUnlockMsg.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÀÑ6]u}ùƒ)”Ÿõ•že','¨ëï:ÁÝ%ùÑÒù¥oz¡ìäN÷]	¢&‹ƒ4Uó','',0,'?'),('šì)K×W&\'E ¶F%”','wp-content/plugins/contact-form-7/includes/l10n.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ï}YÃ*~±!F\0ÇæG','bº8N!;2¨Æ4œFSÃ1LáJ³éøãJFò·Z ','',0,'?'),('šîÿ´3\'©œÂ+e-á-ƒ‹','wp-content/plugins/wordfence/modules/login-security/css/admin.1607007971.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S¢%v#)’†Ý©5¨­!ï','BÕí—i„xÝÇúƒ›šu\n¢1ÜŽÍº2™€{’','',0,'?'),('šôÒð60úÃ›“‚ÙrqK','wp-content/plugins/js_composer/include/autoload/vendors/gutenberg.php',0,'Únß Kœ<÷hžË°øÏ','Únß Kœ<÷hžË°øÏ','¾›Ÿf!50ÀK\0’Tõëw¿ôÓb\\òÍ{FùÓñyòv','',0,'?'),('šÿ™^\'½qˆÂî0…ê','wp-links-opml.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Á×çln•Þj\\w¥X=7I','7ƒåÛ\"1júßL?9Y´\"©ô&ŸõºkÅŒVD©|åñ','',0,'?'),('›	M”{à¾ÍE‰D’','wp-content/plugins/w3-total-cache/lib/Google/IO/Abstract.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','²”	8å¤JÙJXH„','y³Tªð?VY¢µÇøè§ ›tmöÏœJ‹ íy','',0,'?'),('›ßÖ–Îœ_¾˜É	%ôÐÅ','wp-content/plugins/w3-total-cache/DbCache_ConfigLabels.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K6¿Ô=››±â5( ‚íã','‚ºâ„ägØ/ÂÃÂ7uõâ|Pº0Ç¿L‘“Tm&ýÿ¶ü','',0,'?'),('›%n©ÍTß’	^ÇgXÎ°','wp-admin/js/inline-edit-post.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ï•!nr 1ôir0¢‰i','tþYÜ­¡Ê–XíÜ<xícÍ¹SJžºý>R#ètVU','',0,'?'),('›&Ê£50à½©°Ò','wp-content/plugins/w3-total-cache/BrowserCache_Plugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‰bdX‡wÃE±c¶->x','…Cˆ‘Ð7KHâúöp‘Kµe±„ž‡l“kI9+o}','',0,'?'),('›(¤7ã[l6|—l¿›r','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/functions_include.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_nçù|Èh8c\\œPA[È','™)~W¸ Cr ÎºÖÚ?â•ë®$,`]´@ÛD1½Êpp','',0,'?'),('›*0ûnþ¤—„\\Ébî','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-dollar.svg',0,'ÙØ­‘u‚¢j¼ÓŸÂÖ•òP','ÙØ­‘u‚¢j¼ÓŸÂÖ•òP','tèY~9è3Õ²”é‚¦ó	F¦¬§1B±–Ýb˜','',0,'?'),('›*öÿ;ˆ¶ŸÂàª7í','wp-content/plugins/w3-total-cache/Extension_CloudFlare_View_Dashboard.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Räz’t(ËŠ|k‡”÷','¯qæ\Z»[Ñ“G\0@ùÂ./»ÝGi1æÒÒg~ôÿc','',0,'?'),('›3âôaD•w·P¶œŠÆq','wp-admin/includes/class-theme-upgrader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‰UŒ>ÙRnN4¿ú','ºd`îE%½±ŠFÜRª‹\ZË‰ùs­êˆ!PWÁAÔ','',0,'?'),('›A¥w£§žçÞFžÏI«','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_brightness_24px.svg',0,'Ù @â^ØZOºú†Šf\"Ñ+','Ù @â^ØZOºú†Šf\"Ñ+','ÜH¶~ª- lëéi&Ì5íj- o.’ÎÄ1¤”øÁÊ','',0,'?'),('›F¶¼‚)š] ÜÉä^\\â','wp-content/plugins/testimonials-showcase/resources/colorbox/i18n/jquery.colorbox-gl.js',0,'Â°­>`\ng< ¯Ü¾','Â°­>`\ng< ¯Ü¾','ø\'ÏÒdC¤4‘“³X|%(xYb+ü•øP¹—G±³L','',0,'?'),('›G~Y-ê;ó«j1³\0Ý','wp-content/plugins/js_composer/include/classes/shortcodes/vc-row-inner.php',0,'» \Z>K5«‚ÙµK3','» \Z>K5«‚ÙµK3','*E¨tdÿ±¶úÎÀFÔªV4Â\r\ZyÈ¹6²p•©vÂ½û','',0,'?'),('›f˜c~s¸épÑ¹€ßŒ3','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_screen_lock_rotation_24px.svg',0,'ñÀÂ,U,bŸWTÛY<ó~','ñÀÂ,U,bŸWTÛY<ó~','MÏú1—Š¹h|/ªzCn*æ…ÖÄ:óa@=|','',0,'?'),('›i]VºéÌ¤€	Ž1Rd&»','wp-content/plugins/worker/src/Monolog/Handler/TestHandler.php',0,'öü_Zhê‚½œ†q\n','öü_Zhê‚½œ†q\n','NXç9ëŒgx(=Â+¿ZÄWŠxöweí€_k&´½›GÙ','',0,'?'),('›mÂ´‚èoBÉ099mÙò','wp-content/plugins/worker/src/MWP/ServiceContainer/Production.php',0,'{¨Ã¶ÏœÊM<ål4','{¨Ã¶ÏœÊM<ål4','ã‘±÷BM\'æ@\0Å¼ÛÞGüÀ!;\0 ÜcNÈqÿ{n','',0,'?'),('›{¶‚ ¿yÇðiš»ö@¢','wp-content/plugins/worker/src/PHPSecLib/Crypt/TripleDES.php',0,'è‰…íh­ÅÏÐFí','è‰…íh­ÅÏÐFí','­Ëð§	…}”ot\rˆ6«á‹)Á“Ú`wí*t`r—','',0,'?'),('›Šm<r}XLÿßÂ5Å¡','wp-content/plugins/worker/src/MWP/EventListener/MasterRequest/AttachJsonMessageHandler.php',0,'ç\rÈ—åefaj8”Ç«\'','ç\rÈ—åefaj8”Ç«\'','ÇÂÏ»È\0$$FSèÌ¤Nj5ð†M±vQ=NöHP0ìî','',0,'?'),('›‘äiÑROúö&,µû³¹','wp-content/plugins/worker/src/MWP/EventListener/MasterRequest/index.php',0,'gD,Vë§=\\ÆbP','gD,Vë§=\\ÆbP','k‰À—~	¶½UH\Z¥ÖxƒPêÛAÌ„¢ú<¡ž;X¨','',0,'?'),('›šn&¢âðn¼!å´¬î','wp-admin/css/site-icon.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l•ËxÚJ‘ÅTGˆ˜','ð+ÊÅÎWµÿöVÛð3¯(qFèíæÀr;·|^ö@¤Õ','',0,'?'),('›Å‰óEXïïÕ|T§Ä','wp-includes/blocks/media-text/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ëøt×ÿ¥iä˜‚¼Ÿ—ß','¶/ÜFî¶ÿï·:¯yÆ‘øÉ†¿d~¡ž^\\\\é','',0,'?'),('›ÍÝŸÕšø®–ér?„','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Filters/ExponentialRetryPolicy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';ó—@v¹?»çŸƒîÎ/½','6ˆ÷‹ÊŒ¢¡	l?axô°}:Þ\r‹3N”¦Úý­ý','',0,'?'),('›Ù—¨Èw\'N¼eXðòón','wp-content/plugins/worker/src/MWP/Progress/index.php',0,'gD,Vë§=\\ÆbP','gD,Vë§=\\ÆbP','k‰À—~	¶½UH\Z¥ÖxƒPêÛAÌ„¢ú<¡ž;X¨','',0,'?'),('›âa8=b7Ø3•Æ¥[‘','wp-content/plugins/worker/src/MWP/Security/Exception/NonceExpired.php',0,'9LñíknZØ0äU²®O¡','9LñíknZØ0äU²®O¡','q±:Zò€‡Çe¦Qæ\n“~ié˜#_çLrÊñ)','',0,'?'),('›íª]j¼l±\'²ô–»/x5','wp-includes/js/wp-sanitize.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¾È:k™êóE‹t6QÐ™','yÎ¦V­å }É›qþŠ·‘K>ÛˆP6ÓÄ*÷ÞC\ns}','',0,'?'),('›ðÔW´Õ{Ú\\,ƒYu','wp-includes/js/jquery/ui/effect-explode.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‘…0¶¤íi!1¯Ž	ò','sé“ëe=\'©²¿ÚœÝN£I³{¶Uª!¹MÞEŽs','',0,'?'),('›ó71Ð¬È}\nûÈ','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1’2+;FÄîÅÐ½NMƒ’','¾w†Å\"³*”Á5¢U T@™åœnyÈ³Æ^a¥u½°\'','',0,'?'),('œË4CÚN¤éuçÉû¯','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_grade_24px.svg',0,'<M7Ty~O„Ji¸¤o','<M7Ty~O„Ji¸¤o','ÿÍ¨iå”gÎgO…±x8õ†l¼å±öÄµ”®Í¢€','',0,'?'),('œèÐ_U$º=923	ä³','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/manager-globe.svg',0,'·~±¼j9ˆ£³öPÊu\0','·~±¼j9ˆ£³öPÊu\0','÷îN\r½¥ìðGô·ÿùî`ÇäùnŽAI{|]i{–Ó¹\Z','',0,'?'),('œô„NT¢80¯Gþ‘¬0','wp-content/plugins/js_composer/include/classes/core/access/class-vc-current-user-access-controller.php',0,'Ü®Cƒ3ºµ‹Ý<NÝðà—½','Ü®Cƒ3ºµ‹Ý<NÝðà—½','Ö&‚‹Á·‚@ª_#ý9Ö—i2òòMnn|¨r±C‚O¶','',0,'?'),('œ	×\ZUU3R©586¶b','wp-content/plugins/worker/src/Symfony/Process/Exception/ProcessFailedException.php',0,'ÞØ³”’“ç7¨i,ù](','ÞØ³”’“ç7¨i,ù](','PBô;×TÐëÜl$‘ŽÓ7Vµì·\\Ë[×^²å7I½','',0,'?'),('œ‹dMØD·BåkkØ','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_collections_bookmark_24px.svg',0,'|½Ã½ZÂŸIå0°Þ‚\Z\'','|½Ã½ZÂŸIå0°Þ‚\Z\'','Ûæd£%Qj{ìl`™\Z[…`7a‚Ë¯‘\\$ð','',0,'?'),('œ\ZW¤Sg+$xP¿«…','wp-content/themes/betheme/woocommerce/single-product/product-attributes.php',0,'ÇÝ+q‚R†·ãLKÈF','ÇÝ+q‚R†·ãLKÈF','V7ý3ðC7Ó\Zˆ›üÍZ¾Á´÷¦úx9Ød”÷%ó','',0,'?'),('œ#¢\râ·SfŸÓ ×ðÓ&Ä','wp-content/plugins/revslider/includes/InstagramScraper/Model/Story.php',0,'-RFŽ+e+•Søä4wn4û','-RFŽ+e+•Søä4wn4û','èKŸÎé¶\r9Áœ=W*]W½1:•¡#16SÙ‰','',0,'?'),('œ)ïÄ,ûEuxÉ,¸(åŠ·','wp-content/plugins/worker/src/MWP/WordPress/SessionStore.php',0,'awF£à±ÅÅÄ0B×¹ø','awF£à±ÅÅÄ0B×¹ø','£ÚÁÔ:ë«ÉÂÆ2Í „<	µ)¸`’Žè^PvÐ«‰','',0,'?'),('œ2V‰P½G\nÔ±¸Kn','wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Exception/SeekException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ó2KcOa*˜¬ÐŽïnt','#>¥Ç’\\üØV(”ÊMÅ^#ER¾\nß«IØû¥Ú¸»','',0,'?'),('œ2X69G3ß\ZÏ+}Aü6','wp-content/plugins/wordfence/views/waf/option-whitelist.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hï÷-ü±ÁZ<.‰Z«I<','Ëð£”Ì|#þÂãì$I€qå}á\"ùDÊðkÅêŽ&é','',0,'?'),('œ5ô‡¬ƒÜ\r¿ËkÔÄ','wp-admin/js/color-picker.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']Þy£äÆqE]c\rÒ¥','êh$§Ø8Ú¤)ò!®pæ ˆalŸ\\ârD°t¶fÜæ','',0,'?'),('œ8ƒ©Ž…¦¬ãP5aÄ¨	','wp-includes/images/smilies/icon_wink.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e?2®á‰i¡àã¥','š(¤šÔVÀ•{ñýVÕBkÉèÊ£o(`Z¼ªV	6','',0,'?'),('œAí(½Ú)ñwó»ßUs]h','wp-content/plugins/w3-total-cache/Cdnfsd_MaxCdn_Popup_View_Intro.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ž:J×«ãàœtÐ\\ƒ»~¦Y','…ø2·)XÍTÎSÎ4î§`djJ˜F5’aÛàI;','',0,'?'),('œRŸ0ü·›t¾‰ê]“Ø','wp-content/plugins/contact-form-7/includes/contact-form-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','µ@¸:#ù¶£ÙZ*&Šdó','=[‡ý×Ð7…ï}:,ÎT+$sw#«ƒSÅ3¶6d','',0,'?'),('œl#\n™é6QöÂÔøÌ4–­','wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/tta/vc_tta_tour.js',0,'¬ÖÅe·Ï¿™õ$¥cžè','¬ÖÅe·Ï¿™õ$¥cžè','.ôQ©dUùf˜Ð±cì¸\"¤sj“àg1]†½]£æ','',0,'?'),('œ…‰Šþy85õÜÃ¦bÖ','wp-admin/css/colors/sunrise/colors.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ª{ØÔ\\dŸuÐY¤V\\r','÷dØ³Jñ7ÛÊ|4	À‹S-ŠtØÕç†+dëÌ¸èÞ','',0,'?'),('œŸlÛÀ3.	XN‚','wp-includes/Requests/Exception/HTTP/403.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¼Ñ`è÷\rÇoû¿k3·þ1ß','‡Iìö©léE†Kà°Ñ¦ø¦?Z£0JT¬Úò‡âáU™','',0,'?'),('œ¨6V²29øV(	tYÒ','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/award4.svg',0,'·ÕÚP­Rx´~ì±•ì!¸','·ÕÚP­Rx´~ì±•ì!¸','ç|Å½`YÊH(^f,6Õi`ÓT¦^-œ[E€ô·%˜¢','',0,'?'),('œµ+²s¿òª¶Õ1pÚ¦','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_input_svideo_24px.svg',0,'2GLï§²v´ÏÂÀ)¥á','2GLï§²v´ÏÂÀ)¥á','‚(ú¼§™«×»Ûi2\rQ(ßÓJ|ÖÇ–¯	ê*áßx','',0,'?'),('œ¹ÖØõÅ”í&¤\"™ù½U','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_align_center_24px.svg',0,'Ý„!œ]qXž¾¤rÖq','Ý„!œ]qXž¾¤rÖq','5BÖ$½\rkPxG÷3\"ªLérªÙ³åI\nÎa‰¶ K¬','',0,'?'),('œ¿Ï%¦w·ÿºÚ²ÁY—','wp-content/plugins/w3-total-cache/inc/options/minify/yuijs2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<’Ä·¤9¤ž¤„Ôs','aõ_yéúµ”â_3-=\Z€#Óx„øè¸€…±~s$µOû','',0,'?'),('œÁƒ*t\ZœÙ5`pÁR','wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/containers/container.js',0,'¥™¸ELkÊtÝGµgø','¥™¸ELkÊtÝGµgø','Ý·sƒÆãÚiŠãè—F›ÐúCæD¨£lN¼m°YSûlO','',0,'?'),('œÕ‹€PQ‹E|E}7+','wp-admin/includes/class-wp-filesystem-ftpsockets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','»3!Œz§½­Û]EZÙµÜ','Ãó¿\')4çðî®oõ˜ÌÇo¯Å«™5Í+Õ¸2Ãu2ÈF','',0,'?'),('œåU‰±ó$ì\\*Ý1^œSý','wp-includes/js/jquery/ui/effect-clip.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','žG¸ð=«ˆ ”þ:œ	s','¼×twœ:»Ðo,öu3Mxm¼‚ˆxßH å¨gC–Ó','',0,'?'),('œñûÄúžP‹Jætûú1z','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_libsodium.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ÿ†wU áæÛ6M†\\½8','<¿ø‹¦\0ß\rIB=\"„P8DÇ\"÷¶àôÀL~è€I[','',0,'?'),('œó¹Ü_çÈ ìŠ\0*ÁO','wp-includes/rest-api/endpoints/class-wp-rest-site-health-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Í\"b¸V\"¶)¢öû¶:À³','¦ÞN#»>ë7HFä$`j,©;\r}ò\"Yl±½µ]','',0,'?'),('œþ\rê Ä 8Í´Bé¸','wp-content/plugins/worker/src/Symfony/Process/Exception/ProcessTimedOutException.php',0,':ÉÐ-«ñÜbîÑù°8’',':ÉÐ-«ñÜbîÑù°8’','µô¯8FI \n±û€œà•ƒ|õÊkO@À\Z}­œÂ}Yâ','',0,'?'),('œþP\ZÅ/é¢¯l%¡','wp-includes/js/jquery/jquery.hotkeys.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','â”ƒ¨Ê& Ý‹\rFÆ°¦é',']§Á!G»3¸œé[#È:L¢\r: œvµC>','',0,'?'),('\0É ‰Ÿk~‚£U5T','wp-includes/widgets/class-wp-widget-text.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¿\Zb ò4Ç˜¡dHk@Zz2','øò^5¼Ó-Ï&Ÿ8%|®mLURKÛ(.[(¿Š','',0,'?'),('\n%f[!aE«rÒtg€i','wp-includes/images/media/video.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','àéñuêh›ÝÛq ÷','DBU‹†¥ÑMiOÊb‰,‹Ããe•ô=ËÒWÀ{¿ðæ','',0,'?'),('×™ÚÒ`ä.AÃî¶5','wp-content/plugins/revslider/admin/includes/shortcode_generator/gutenberg/src/blocks.js',0,'½)C¦µÝxÎVý¤£åR','½)C¦µÝxÎVý¤£åR','XV$ ¦²ç9l‡èÝú®?%<7öjcc0ŒJ\Z>','',0,'?'),('4ú&+)›+7Þ¤žr+q','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_view_comfy_24px.svg',0,'Áà“xÂºƒ0§Ž‘f;','Áà“xÂºƒ0§Ž‘f;','C\nC¡2ß5‰T¸¬!/)´2R0ÁZ(3k¼`Á8ˆ_','',0,'?'),('á ÐëežkE Û†zö','wp-content/plugins/essential-grid/admin/assets/js/jquery.tooltipster.min.js',0,'Ìeš\Zû~‡\Z¦zù&Ë§','Ìeš\Zû~‡\Z¦zù&Ë§','4\\SŽ(ŒUéÃëÎ¾\\Sd’F‰Ýv‘æ,¿ê$˜d›‘','',0,'?'),('&‡Sì§¿o¸$æ÷0øn','wp-includes/author-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','«Ã.ƒ ùŠ¨C#•ÝVZ','sÀ\Z%èôô[‘gº\n{{!öhÈ•<ËnÃ±aÒÓo','',0,'?'),('0-É×;Iš˜_®V–','wp-content/plugins/w3-total-cache/Cdnfsd_Page_View_Header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','…iÉÏzº)–OŒDí”','•L$\ro¯}<\Zµ45„P†§…ãúT„PÞI0Æ_','',0,'?'),('A|ÓŽ$D¶ßë¿|á','wp-content/plugins/testimonials-showcase/layouts/slider/js/colorbox.js',0,'fMÈ_ÕÁlJ$ø›†','fMÈ_ÕÁlJ$ø›†','ˆÝGb×é®êŒx¸­\0€ƒÍÈFH:Ü3:‘','',0,'?'),('G¨|$pÖ +(ª','wp-admin/js/tags-box.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ö™`ú\0àcÐÐ^Gy‚ŽÄ+','âûÏëi\'3Ù%‡àº·&ˆ÷~¨óþØ9Q)-—å','',0,'?'),('Pu]‹`‚Ì;&‚n','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-dollar.svg',0,'AÐiêS‘6k®ôØ&:o¥ý','AÐiêS‘6k®ôØ&:o¥ý','5ÝD³5yã\0»˜ÆˆæÎ0I&rZÜA‹Y=’Ÿûdï','',0,'?'),('Q ²ÁÌÔï2Š7uí L','wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ð1ô¬ô3y¶ùû¬1‡ï','	}¬ÅN¬	<Évã­·B±S%á˜s\\üþ÷S„','',0,'?'),('RÛÙB¡pÀ•mØZª;','wp-includes/css/dist/block-editor/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','žgÐïØïYK±ðÆ7S','ëí¤ø)„\"Ð\ZùÍ1&2[´,—.äâ\"ŸŸópÓ','',0,'?'),('V10ÜxVA†ùÎõÑá-S','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pound.svg',0,'Òrfät›~XjH¢ÍÆæ','Òrfät›~XjH¢ÍÆæ','`c/”@6.¥úñ»tùÚÉ!Z_\rÆºtvZÿà','',0,'?'),('}\r\0ªÆ]®Å9§U','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_data_usage_24px.svg',0,' ö ÏK´KÝ4LÒÎ°q;û',' ö ÏK´KÝ4LÒÎ°q;û','ù„ßB\'Ã8˜¡KNÍÂ¡(4ÚH®äžA×w3ù*?','',0,'?'),('o÷jù‹É»yæ©V','wp-content/plugins/wordfence/lib/menu_tools.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gÔŒép™P°Ig[=›ì','›V²Éû!ó‚ÞŸ‡µÆš_zÕ=•|ÀyaX÷È ','',0,'?'),('†CaÞsÁ]ž²n/åì','wp-includes/css/dist/block-library/theme-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<§È\Z/ÒŽwù=y\n','\nÿê‚©Í¢Qî‚Éôoñ9Î+1Ï­\\nÀÊó‘¶Qíš','',0,'?'),('ÖöVÈˆáüw7Å§\rŒÂ','wp-content/plugins/essential-grid/includes/Unirest/Method.php',0,'„Ô6ÒÄR[d[âøÐ<Ô','„Ô6ÒÄR[d[âøÐ<Ô','TŠË™ãÔçúÚaç(9µeÿˆk™Ëž(â^#gCÜ','',0,'?'),('’ÑºŸ\"ÌP5ìÓ^U\Zi','wp-admin/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¶¯ßJí	Ki\Zb+GZšáB','\r9¨cgfÄŠ¸TÓv‚S(Ò9IEý$úpHœ×','',0,'?'),('§mÌœýz4èLä¯úK','wp-admin/images/xit.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','”ì«	3X—Ä«9+ï–6n~','üÖü s²¯¹”ÉÛÛ¨“ S,mdïŸ\\Yb’Æ‡ïÂo','',0,'?'),('§ü	D—\\Ž$òU','wp-content/plugins/worker/src/MWP/Security/HashNonce.php',0,'>\0´„àèBuiIØƒ;ˆ1','>\0´„àèBuiIØƒ;ˆ1','î¾È~¾`qäØL­»ê_ñÂ\n¬²ï²iºšRï¸%ö','',0,'?'),('´ÇAóG,‡Ã<Œ¸¸','wp-includes/js/jquery/ui/effect-fade.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÿÈÒ*Bzð²ºì€Lž¼','£jfDýGðä=cîFsã½ª£~þì‰¹X','',0,'?'),('·*€¨Pá\n¶D)òÁ>ÞA','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Filters/AuthenticationFilter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÜÌÖ´€Ÿx|qMqO‹','—Ûr3ÛN\\\0&e€w=¹Ò½{rÝAHE€û—é·4ê','',0,'?'),('Á§,™¨¨3óIÊ!×<]d','wp-content/plugins/revslider/public/includes/functions-public.class.php',0,'ÔŒÙ\0²é€	˜ìøB~','ÔŒÙ\0²é€	˜ìøB~','ã°ÄB˜üšûôÈ™o¹$\'®Aäd›“L¤•™xR¸U','',0,'?'),('Ä—¡Xø\\	KHdÞ(Á','wp-content/plugins/js_composer/include/autoload/vendors/rank-math.php',0,'ïœã]©´.b8I6ÒÕ','ïœã]©´.b8I6ÒÕ',':i‰gLÁBs}\ZZÚ[c0]‹pLáý¼ýÙI©','',0,'?'),('Ø3€œPöŠ ´\Zñ—¯˜…','wp-content/plugins/worker/src/MWP/Http/StreamingResponseInterface.php',0,'sª3óˆŒ[•RÅç2¢F¨','sª3óˆŒ[•RÅç2¢F¨','^Áµˆ÷•XÅž¡’|˜Ž	¤F÷Ú„_£ÿ>ç¬d_','',0,'?'),('ÚÐÝ ý2ýæú 3a%åO','wp-content/plugins/testimonials-showcase/ttshowcase.php',0,'qR¥NeÏDi®ÿç2³L','qR¥NeÏDi®ÿç2³L',')¹?ÃŸ{¾n³\\²³CLˆoLF1±66’]“œ6Ñ®†','',0,'?'),('Þ­IÀÄnsµ¯o“','wp-content/plugins/testimonials-showcase/layouts/slider/layout.php',0,'`ôÖëç°ÔèŸ)dž-3','`ôÖëç°ÔèŸ)dž-3','¢ekæ…ý_Až‚áßÚ:¿…äœW9¨1A9§õäZÿ','',0,'?'),('ê	ƒªlßrK$ Û;ƒ›','wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2017-03-25/waiters-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','§LAÐ/´æCFöÐ–,~','Òå¡Ç%aFÉ6\"žË‹;+\nbÿH–ð¦üºd­','',0,'?'),('î\rÂœ-9ë‡I’K÷÷µ','wp-content/plugins/duplicate-post/gpl-2.0.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','²4îMiõüäHj€ý¯JBc','¼ÿ\0v1£êsÔNí>cIDÙ¦¾Ö„Ié­0ÿ-','',0,'?'),('žF™ƒ.‡º§ˆÑ}:','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_paint_24px.svg',0,'ÝÆõ‚íxÿ‰æjŠG[b','ÝÆõ‚íxÿ‰æjŠG[b','¬óãñ|…¾ožìÈmƒù¾õÍwð¬KÚ:®\nµ2','',0,'?'),('ž	E¨dóP‡`ÐT=Ž|','wp-content/plugins/js_composer/include/templates/params/vc_grid_item/shortcodes/vc_button2.php',0,';­àˆÛ¶Ày_Æv',';­àˆÛ¶Ày_Æv','°¸ pÇŒÂ2,ÏLÏÏqEvÄš±¦àu6„ÈJpxƒ','',0,'?'),('ž;Wìè \\¦‡&¢|Ð','wp-content/plugins/w3-total-cache/lib/SNS/utilities/request.class.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!hÁÁ‚»=´£f10\\','h`\"Q\0Ëî\'7R?Ð;Ìš÷“kâX‡\r(<¨ö\'˜¡','',0,'?'),('žhy2FÀÄ‰oÖz`8E','wp-content/plugins/revslider/public/assets/assets/svg/social/ic_whatshot_24px.svg',0,'4¿,8‰cÑc+Jó','4¿,8‰cÑc+Jó','à2_MoûŽŒeÈú“,å÷83‡Nv3H™øŠ!¶','',0,'?'),('žµ‚´„Õ°	Ì‹ÓÈ²ÃS','wp-content/plugins/wordfence/views/scanner/scan-progress-detailed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‹Ó ³j<cì(SCJ»','r3Hê[~õ2ç.Ö<_J3{›T{ÆÆX…ŒÓ¼ÖPùq','',0,'?'),('ž-<ÜdSnMÖ‰¹”Ã','wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/containers/container_with_parent.js',0,'ÃŽ<Tcúêšª<öç¨i','ÃŽ<Tcúêšª<öç¨i','t‡aŠf35Úqtdš:CÍÍØ”_°‚Dñí!7î•ÿ','',0,'?'),('ž Án€$›‡qˆï^qf´§','wp-includes/images/smilies/icon_lol.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nÁ™õãÿ:Ñ·&ŠƒùÖ(¼','Þló1–Hqú.íµ2xÒ¨ó¢¾‰$ËY‚\Z8ó‚','',0,'?'),('ž\'^“Dý×IGÞ1…Ù!','wp-includes/ms-site.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','°„|÷Ò —?ñªähÅpë','&{ðë%¢ó>gÃLK>¶ÉCÑ2ð)î  lC¶','',0,'?'),('ž*Tñu\r¢íÓÖ ~ªm','wp-admin/css/colors/ocean/colors.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Á{i5ïG¨É_ªT<','ÑhÈq9ýÐrÄ×I–Ã¢ZØ.ß™Á—&-úÊ','',0,'?'),('ž/âÃ¸t¶œ…Jt7u','wp-content/plugins/w3-total-cache/inc/widget/latest.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','éh4!ÞÆ>±8\n­ë»ß$','.ŠŒ¥[\ní?duY£š½ÍÆÛayeÀjØI¹G ¦Å¹','',0,'?'),('ž1l<œ t~LŸUwó','wp-includes/class-wp-locale.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','›SƒPä„<È#ëÆ\0Æ\':','D¤àn]‰º©…AW­EH­OÀH£@°hAD}','',0,'?'),('ž<s©ÞäÊ=“{9Ñ7ý','wp-content/plugins/essential-grid/includes/woocommerce.class.php',0,'mí®«SÊ›Yè6»²Ë–‰D','mí®«SÊ›Yè6»²Ë–‰D','…¡\"‚©†-Üe%\nïü˜f÷NI<Ét³Ê:+à©ý','',0,'?'),('žC+1æ‹fS³%Sð±f','wp-content/plugins/wordfence/js/wfdashboard.1607007971.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','©£Ô½¬PŸ¬°Í`ß{i¹','=P¯z×r”ŠŠ!à?w\Z´/d!·½LÓªÄê1!·','',0,'?'),('žE-jàÊ1jì£Ê\rÏE“','wp-includes/registration-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','úQ<Û¾\Z7¦M¢v«ö','KdïÛˆ_ºMF¥ X¿òXþ.,\'T\\ÙÙ6ö÷ò6','',0,'?'),('žF‘£7z#‰Éä<Žÿ‹§€','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_power_input_24px.svg',0,'D9«½Éß´¨³NòáÞ?ý[','D9«½Éß´¨³NòáÞ?ý[','{Üº{©™¾•/|Ý˜äAüJ\"p‰;´}RüçÄyIoŒ','',0,'?'),('žT#K¡Óäy¡\nVì>À','wp-content/plugins/w3-total-cache/lib/SNS/lib/requestcore/cacert.pem',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','NÌ¨…3ær?”F:<s','<$Þ¶–îC*Çm^³…lÌ2ð¤ïBFYd¾ˆ-0','',0,'?'),('ž\\h;œ˜BUÒyY[ ','wp-content/plugins/worker/src/MWP/Updater/CoreUpdate.php',0,'p	<o¾ùŒ¹ \'ßx×Î','p	<o¾ùŒ¹ \'ßx×Î','ò~	fpiûDÎtçéiO‹©›I´*|LÑ6q«?¦`','',0,'?'),('ž]oMð¢seªªJ4È','wp-content/plugins/wordfence/views/dashboard/options-group-view-customization.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~H`è´b\0nvB JQ\"','éëÞFË²I€„ÑGšùêÈ6ÏgŒèV°)Â0¦k','',0,'?'),('žf“ÚŠž°?\\{Äd% ','wp-content/plugins/w3-total-cache/Cdnfsd_Core.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Øš^™–R!“½T§zÏ÷',' DwéÉI[ƒÙuÒû·\r§Üš€Uœävû;Z¦_(8','',0,'?'),('žf ¬§rÅpÎ(—‹p $©','wp-content/plugins/wordfence/modules/login-security/img/ui-icons_555555_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p¢ÔbDî@pýG+×±','*DZÍ>ùBgñ&Y‰Yˆ›þ„Žâ¨4(<¨/','',0,'?'),('žg”Kë;ûqF»VI}þQí','wp-includes/Requests/Exception/HTTP/416.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ù1‚N9ã–ÉªÆa€Dxø','Ú(àÝmybVõaIÅjWp™Œ¯(!AéðëÞ<(±X','',0,'?'),('ž…¶»½î¢è†<ïxÍBŒ','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/waf.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¿iÎDëÌn`æÌÚôÅ²±','±´¯ö¹R¢J®Ãƒç{?¨,\Z	ìÿ1Õ\Z®pÀ','',0,'?'),('žŸoap>­÷­EjQ‰_G','wp-content/plugins/w3-total-cache/inc/popup/common/header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','BP‚\\Ï×Ì¹Ý\0Î>;Ýðe','dßäHâ*ágÅ2ðA8WFDä”ÂY¤ùŸ¢','',0,'?'),('ž£e-¨ÒRÈ‰”®ùL:Ñ','wp-content/plugins/wordfence/lib/rest-api/wfRESTConfigController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-n·(ÖŸÖæ5> a.\'','úÊj¿^Ïñ°Ø!ÌÃý°¿yféÓ³ucwíWŠÍx','',0,'?'),('ž²¸àbÁ«¼xRBŒ','wp-content/themes/betheme/functions/theme-mega-menu.php',0,'Ù>Uo¡[U£v@Ûù£08','Ù>Uo¡[U£v@Ûù£08','œÿ3÷Ï`vyç&„z„»:¬§fíœ‰ü] çÖGÂž','',0,'?'),('ž¹øHœÎ?lÖ2ât,¼›','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_more_horiz_24px.svg',0,'\"ãÝŠIl9ÆkÜnÙ›…Ì','\"ãÝŠIl9ÆkÜnÙ›…Ì','sßè	!§õE\\²)£¼|ûÜ‡î®R!4ZgÌƒîãš','',0,'?'),('žÏÙpk=5wOÞuzî+É','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_call_missed_24px.svg',0,'Æ´²6Ü›ûLÝA›@J¿ó','Æ´²6Ü›ûLÝA›@J¿ó','\Z{¼ÍÈÚ•X ìgm|®Õ±ñÎ\'Øº; ™\0„','',0,'?'),('žì6¾–‰ËbRƒ¶L,2ñº','wp-content/plugins/essential-grid/includes/colorpicker.class.php',0,'-Åý½A‘ä6…rç}L¤¤E','-Åý½A‘ä6…rç}L¤¤E','(ÚqÍäœR:%›™GÐ]Þ4u£@´/øI³‚{€½e[','',0,'?'),('žîp?E^¢@·\'ŒãPEÅ','wp-admin/edit-comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','é«4Á©7Ú;oh˜hlmýµ','m7ø¼yí„ŽÅP=Sßãí&2hã‡~ØDeª\\U+','',0,'?'),('ž÷Šï©ÁÈUÑ\\™aE','wp-includes/sodium_compat/src/Core/Curve25519/Ge/P3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','–w¸•Í±Àör0 êØ…=æ','?EÜ%÷ë+Ž›„±Èw\rä^ßÖ—.$â‘i‘$[W','',0,'?'),('Ÿ‘úK?gˆXˆ¦¨/kÒ\"','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_printshop_24px.svg',0,'Þ)>0ˆ\nÑG\Z˜rQÚF','Þ)>0ˆ\nÑG\Z˜rQÚF','‡]¯¨Ò$Ÿpõz:\'CàR‰\0syÚL9×#?','',0,'?'),('ŸBâÔè™ô!³¹vÝ¡É¶','wp-content/plugins/wordfence/views/onboarding/banner.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‚†®¥0Í’¦l\0‹þBÖ','²,{=#\n»äO‰öQáÝ¥Wp¢YEY2>X4Äh«','',0,'?'),('Ÿ¥r…I´½W¼ #nã','wp-content/themes/betheme/woocommerce/loop/price.php',0,'µ_û3½e\rà0ôê¨TK','µ_û3½e\rà0ôê¨TK','{·þVÀ‰®1Vœ$pO÷Óe¦S.’µ ß³ÉmÀ','',0,'?'),('Ÿ#œaFwºãäéx(É','wp-content/plugins/w3-total-cache/Cdn_Highwinds_Widget_View.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','GRoKeèóæ#[¡\ZÌÏš','Mó;NÜ”Ž ™‚Š®Ë!39Õ½·ì—²’Š“óÒ','',0,'?'),('Ÿ<„ (ÈêÀ‰*A]ŽOí ','wp-admin/css/colors/ocean/colors-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¡›0+–;ë:ég‰oL\Z','mfÔÅýºº€ ÄU=Í®íê“:y—¼é—X™b]e','',0,'?'),('ŸD²¸d.PË´{-yoÓg','wp-content/plugins/wordfence/views/common/status-warning.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m”f·uÖºg-g\0CÖ=v','ÃN<\rŸ;ªüd·*×ô8+)“\ZbO?ï0–ÉEûÀÝ','',0,'?'),('ŸI|›K9Õ(Ô{sõX','wp-content/plugins/wordfence/lib/menu_scanner_credentials.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','fÑfŒ‰ˆ:©ãÔ&ô,ê[•','B&$q>ìPé\nòÏ¾z&ÈGÀ<ù6Ç´¼:²Ž','',0,'?'),('ŸP·u+jšÖnÉ{ž~c','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/SetContainerMetadataOptions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Âßkø%a¥T1 —Ñù	','Îý¤á‹äëÒØ%¼£“Jƒ¦“ò ¸Ðt¦„ñ','',0,'?'),('Ÿ]F[€¶æ—ØE´Â¿ŽÜ','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_perm_camera_mic_24px.svg',0,'S	ù^¶Œç­EzËáÍN','S	ù^¶Œç­EzËáÍN','-È¥p·z÷#5Öj-èXî¬«Í…¤ÚŠÅ\\$·²Ç8H','',0,'?'),('Ÿbv¾ÉE’ì´HÕÇãÎ„','wp-includes/js/wp-lists.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(ƒ|Ú«ìÑýjë8³fà','bQ£}Î¯±Êv7›ÈHæÇÄ]ÅõT\n®ÔÇHð\\\01','',0,'?'),('ŸhSÑÀ:°öÓ`','wp-includes/customize/class-wp-customize-nav-menu-auto-add-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N²+C#+|ófZ¦™]å','kn\Zyé&æ†_©Ø[ƒ¯Iglƒ(ãg\'î^¹G','',0,'?'),('Ÿ‹Šót{ÅU¬¨®dÐ À','wp-content/plugins/js_composer/include/params/gutenberg/gutenberg.php',0,'êZ‡aÌ5Ïÿ‡b6·°','êZ‡aÌ5Ïÿ‡b6·°','³“î”sCÞa©â¿–4ç-z¸Ý¥ÚÕ”d´ÿJÔÜÞª','',0,'?'),('ŸïÜ¸SƒNÞ­›í','wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/ObjectUploader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i2Žÿò¢zöÆÉúõ!Ë','¹C”ƒå†I{ç¯’z‹YýSÖY‘ó>ú\ZQ*{¹iÒ4Ô','',0,'?'),('Ÿ¢#yu¶=™o:ª.','wp-content/plugins/w3-total-cache/Cdn_StackPath_Widget_View.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','TUEÐ˜f	ü´†#Ê€','qè÷²ïÍÂ}ô8ƒl»ïkJCžo{tÝš„üP\rË±','',0,'?'),('Ÿ£KòÙ5EiNQ‡\'ñ','wp-content/plugins/w3-total-cache/ini/memcache.ini',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0¸\\e›®løÇb»/cÀ','©j¦˜…ËÞŒM;‰˜§mÑéŸ\ZÂvT´X†gPò«','',0,'?'),('ŸÎ–&¿¢NÂ,õ¥ïŒ6P','wp-admin/images/icons32-vs-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¡*04ÿG4F—	&Zƒi}\"','ë.aú}…‹hwÓ6œWEÊ­–(3ïJÓ­µ9ÓEå','',0,'?'),('ŸÑ®Xs•Ø…ùó2{+Se˜','wp-content/plugins/w3-total-cache/lib/Nusoap/class.soap_fault.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','­7˜Îq¼ÚƒÏ…ãÓâ','†Ø9®˜lt	Xjôƒ[Ô!ãŸÝTóþIw„\rtŒG','',0,'?'),('ŸÚv½á#q¸ò´ÈƒÙ','wp-includes/sodium_compat/src/Core32/ChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','—EOxÙ•XÚ2ë–­Øƒ','x¨×aJNù!e±¬×\"\"Nqê}ç«AMCû1)®º{€j','',0,'?'),('ŸàW31¦©N«¸Äg×¤ÊÎ','wp-includes/js/dist/vendor/react.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','íõjB¼¦µe¿}ü½ü\"\Z','¤g“¯+_u<!ï Š”\'Öä[’æN¨b¿rÉØcñ>;','',0,'?'),('Ÿñ`´‰¨Ê}Œå=ß*kT','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_opacity_24px.svg',0,'êäQ}Ž™ÈC{Ã2éx','êäQ}Ž™ÈC{Ã2éx','‘IÈ!¸1÷ñ2‰cÀ\"ûŽŽÓÝ.0‡r”·gˆ¢ö4','',0,'?'),('Ÿôx[Çe„ò¶¾>M','wp-admin/includes/edit-tag-messages.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','–Ôm-Içf3Êf\\Z’ý','u¶-hîyjLÿð!zîVÀºœ-1ßnyFY‡Ã‚&‘','',0,'?'),('Ÿû¦ŸÏJÚgà\ZƒBÕz\r','wp-content/themes/betheme/includes/header-creative.php',0,'¦à5ÿùÍwÜ‹›¹|n','¦à5ÿùÍwÜ‹›¹|n','ë{ŸœKrÉJŠ9.ã&i¾L	ûNry|}%ï’¿','',0,'?'),(' h M(ÞŸªDb','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_toc_24px.svg',0,'èFåé\naD<\0§ŒÊu·Ö','èFåé\naD<\0§ŒÊu·Ö','×M¾Ðï2ŸÑá*™R3Õ;àjØÂà\\ÆêCjÅ','',0,'?'),(' Ív(x¥âÜ×ö\0W','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_play_24px.svg',0,'à?½z/OT¡ˆZ±F‘','à?½z/OT¡ˆZ±F‘','\'áëAÝï¿ø$\0M$6%OxhÇ=¹NYU§Ñê… Ò¸','',0,'?'),(' ÀÎ2´±Ö®ø\\ñÆ¯D','wp-content/plugins/js_composer/include/classes/editors/popups/class-vc-add-element-box.php',0,'Þ#Ï9Àuµ†Óu	h2¦','Þ#Ï9Àuµ†Óu	h2¦','t¸+¦æ…wüd¨Êøg‚¥Bc¼ñ®\0dãLž¡kN','',0,'?'),(' Ö_µ­Æ‰¾ÜFCó','wp-content/plugins/revslider/includes/InstagramScraper/Model/AbstractModel.php',0,'4\ZŸ,/*-(Wù	sÂ)','4\ZŸ,/*-(Wù	sÂ)','†Ò¿&ò6“2t«ºœè<29	7Cd8ÀDN‡â','',0,'?'),(' ;&¨nƒ‘o¢Î¢Ð²Ô','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_insert_drive_file_24px.svg',0,'š‡Gx4C›²yÑ¯t®','š‡Gx4C›²yÑ¯t®','fÐëCé4ÔkÆ#@›·0b7œ.ùjÉ¡gÏ\n‹¯','',0,'?'),(' G¡Ãƒ<,ÙoÖÈä{¢	','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/LeaseMode.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q®AA{Ü9¯K“fµ#å','Ž%-í“å96br+ÛôWí\'>Ë³ì/È‹†H/º','',0,'?'),(' Sw©g¢v²ÒË¸õ·£','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-ninja-forms.svg',0,'ÛÖÎCûøÓ¾ÑÉ4','ÛÖÎCûøÓ¾ÑÉ4','—¡Ž‘âUôíÔL,ÉÙ^=»\nM±%Ye1g°¬ÃJ¨‚Þ','',0,'?'),(' pn‰\r@ûúšè¾å dR','wp-content/plugins/w3-total-cache/Generic_AdminActions_Default.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','im¯s#‰¬¢\Z‹','}ì„‹‰š$0ƒVV:~T›Rè.½QA-{ ã¦oª','',0,'?'),(' qò¬h¢ö¾Bcø92’î','wp-admin/network/site-themes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bh@ÑUjÕŸö›·GÒ\'{','9;#ÇÝÄl+Èâ»9òÊóõ\"¨ðšp­LÅ¢®ÛˆÀ|','',0,'?'),(' |z( £¦R)fíj¨õÈÇ','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_gps_not_fixed_24px.svg',0,'>¨xäEÖyÙQ¦/bV','>¨xäEÖyÙQ¦/bV','SB¶ÂˆØÞòGË;Œ+bpêñ_@=,n[M•”ëâ','',0,'?'),(' ±n1.Ã“uétŸÈlX','wp-admin/css/colors/modern/colors.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ýªµó¨B‹E„Ç~¼õÃß','Q\"œä«ÞEý‹ÁKŸ‹DCá\n¨ðîQ\0?¾¥Ê-','',0,'?'),(' ¸‹‡`%ú’{ÍüÒ+›ó','wp-content/plugins/wordfence/images/icons/error128.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','É:Þ%7÷!Á´.Ñ','{h\0,Ž]ózñk“Vî{Ò—¢6nG\nÀxš©s9ê','',0,'?'),(' ¾Žv†’\\Qœ¥À-¼Ê','wp-includes/js/tinymce/plugins/hr/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	%>‚)šú…Â•;¶','ØƒFäíSå[kõËø&ýfý 6+ b°>¨','',0,'?'),(' Ã·BèõŽ¼l³gØ^','wp-content/plugins/worker/src/MWP/Security/NonceManager.php',0,'ZÓÂ!Þ*õÉmÁ\0›j','ZÓÂ!Þ*õÉmÁ\0›j','ØØÐ]\Z¹ïUetñµcÈ&Ì|ýÒpîdÈš–ü','',0,'?'),(' Ät’Êh¼	,Gx¢\"M','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','QäˆRëN\Zb8Mògž|','{ÿµ…Ê«R‡tH}¬ŠÜ§YQœà—{òùF\Z±HÝ','',0,'?'),(' È´÷ÐëÐË3ÅÚ_Á9','wp-content/plugins/w3-total-cache/Util_WpFile_FilesystemRmdirException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','£[³rŠP@ŒÙj Õ%õ','¡ÝAw0#…1añ\'Ÿ¯¡·‚ ¤@neE=Íy/','',0,'?'),(' ÖØÆû‡¿î8@’)\'','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/badge01.svg',0,'L\"¢¾äÅÈ\0‘à´=»','L\"¢¾äÅÈ\0‘à´=»','ß\ntºªUôÙ~asÛg°	4ƒ•é²¿1»JÞ','',0,'?'),(' ÞÃ9˜X’¾¸¢U¨7¥z','wp-content/plugins/wordfence/models/page/wfPage.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tŠbo i›%HºXwÏXv','Æ…1hì/jwÕ<UÀ”\\™kÀq%s|W¬6éæ','',0,'?'),(' àÑ–ÝqÝäSGKy(þ','wp-includes/kses.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','„Õ«ö~ñ:Iuè1êá','‹¨<­/=¥N ñ‰æáiòÇÁšÌgU¡cpU','',0,'?'),(' çNQrÓœ46D¡ŸTe','wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/affix.min.js',0,'¿Q.TÄOìãÏ®¾SÌÐýœ','¿Q.TÄOìãÏ®¾SÌÐýœ','ò0ýÜæš?Å:í-hÕŠÈÎÞ%5»»û|C','',0,'?'),('¡9ÔlÂ×Ÿ? ríèqÀ','wp-includes/class-wp-user-query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','î³²û	ÔEÓPs5\07ò','iÖ\"äwÈ³îoA)ÿàÜl£çßãgêÿpUÉ¸$','',0,'?'),('¡!†ð®Ý9\0Ì|÷~1~#','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_landscape_24px.svg',0,'<¹CKã|~9mâ§Ý','<¹CKã|~9mâ§Ý','‰¾ÓìÙ¢¿–ÞÎË»L(*«¥g½3æa™KÖ€CŒI+','',0,'?'),('¡%¥°?’ê•õ¨)Ò','wp-content/plugins/wordfence/views/common/section-title.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¢ƒw]±Q¨V÷Õ´i«','Íûñq¬û r*·šÆø-T¹ø¯N5Å\r…ÙOc;mŽa²','',0,'?'),('¡%°ló@”éY¶7Ÿ\0','wp-content/plugins/w3-total-cache/lib/Google/Config.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','siÊw5Wëz)ËÈ6O…','3*¹cLž\\\"c&®ŸßœÍJný\'9	=®é{#ß§\'','',0,'?'),('¡>=É÷Õ¯°åZÉo¨´%','wp-content/plugins/testimonials-showcase/resources/colorbox/i18n/jquery.colorbox-de.js',0,'øî›ŒO\'J*¦„Ÿ†[4','øî›ŒO\'J*¦„Ÿ†[4','Ë˜ðgêeÜ	ÚIV°ÊÑ_Àà\'>\"K×Y1õXù6GïC','',0,'?'),('¡DSæâá3.Ä¯y}ó;','wp-admin/images/browser-rtl.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D\"‘ÙÓ Aä\Z®þ¿¿%Ì','+å•§îÛè0ÖçpÎÆœõ˜JMk ÿqçwœXØ¨£','',0,'?'),('¡O¼e—GslÅ°rfalÛ','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_insert_chart_24px.svg',0,'*¦5¤Ö\":(¬;•†7+¿','*¦5¤Ö\":(¬;•†7+¿','¹aæŒÓO;”ˆöÞL;_)˜~Ô?à´¥€–:ÚÛÍÈ','',0,'?'),('¡[öHn[PÖ.~½ðßFU|','wp-includes/nav-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^yçƒ}8]ØŠTìµ','ÓóÕNËÔÕyÔó¹ÝûÞ®Ê²KJ\rÅõQºÆ­5œ=','',0,'?'),('¡f~){t]ù¨”¥›ÉÇü','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Authentication/TableSharedKeyLiteAuthScheme.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o5ÓMÿmÝg<ß`Ÿ“ÇöÌ','Gge¾¦äõ¹Óá»¿¾ªß¿uÂìóÖBº|@áwT','',0,'?'),('¡jðò—\\ïÉÄ¦<yãpƒ','wp-includes/widgets/class-wp-widget-custom-html.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';{\"QÙ-%¥‘eÌz','óÅOª—âÿ3h¶Ã•xA\\îÑm’Oœ‰Xžó^Oq*','',0,'?'),('¡w÷Õ›?\'U¦ñäÐÓœ','wp-content/plugins/worker/src/MWP/Stream/Callable.php',0,'³ÜÒ«4Š´pÇìa\n./P‚','³ÜÒ«4Š´pÇìa\n./P‚','\"%aòù72·éw;laóZòÃUÔüå¦çCC‚…','',0,'?'),('¡‚³î9õdŽÖ±CSR','wp-content/plugins/revslider/includes/data.class.php',0,'‚ýDòú÷²æ‹í','‚ýDòú÷²æ‹í','–ý•™V\nÛd†í3O‰À¿aŒdv\0VÌhË¬\"ÿ	Y','',0,'?'),('¡»«Z€\Zxcy•dó\'','wp-admin/js/language-chooser.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7e¤]·²^Jð[í2X','Ó›ÕxƒÚOœqÏWŒ›b ­©xM1úlÃû	NuTi','',0,'?'),('¡”ý®ÞÊ2TÅ´qe€ÅÈ','wp-content/plugins/worker/src/MWP/FileManager/index.php',0,'gD,Vë§=\\ÆbP','gD,Vë§=\\ÆbP','k‰À—~	¶½UH\Z¥ÖxƒPêÛAÌ„¢ú<¡ž;X¨','',0,'?'),('¡™DŸ»¬Ñ¬Fv¡,»Â','wp-content/plugins/essential-grid/includes/aq_resizer.class.php',0,'q«¯“¦„Í¸+½q¼ªÞ¸','q«¯“¦„Í¸+½q¼ªÞ¸','9ÔŒÆE‰n\\­swvä.E¶Gó×óö˜ÛsÀ¦¼Y','',0,'?'),('¡¢ºRÖÉd£øqÀU±ª','wp-includes/error_log',0,'Uua½š²\rÆì-&(Ù','Uua½š²\rÆì-&(Ù','¶rjZrd{ò°µÁ76wï5ãÛ|~^ê°\"õ¦¨ò<','',0,'?'),('¡§OKSaMß\Z·†÷','wp-content/plugins/worker/src/PHPSecLib/index.php',0,'gD,Vë§=\\ÆbP','gD,Vë§=\\ÆbP','k‰À—~	¶½UH\Z¥ÖxƒPêÛAÌ„¢ú<¡ž;X¨','',0,'?'),('¡¬‡%­­¨\\(w’½·ß&','wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/Decoder.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ý®I\0×ò$Kø¦  ó	','Væ˜p\Zž1ÍŒÑÏ\'=~ñ›‘Ù²ûF_u\\ÁÐPå','',0,'?'),('¡­„á‘l\0Œ‡9ÿs²F','wp-content/plugins/worker/src/Symfony/Process/PhpProcess.php',0,'¦x´ý„\ZË‹\0‘','¦x´ý„\ZË‹\0‘','´,¬ªˆ=>E¯­7#RÅqL\nr=@7Û3œÅž7èNºÇ','',0,'?'),('¡²¨æ€Ë:xÙý=á}ˆ','wp-includes/js/jquery/ui/mouse.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','õþÅJä;ê tyÍÖÐî','ËG ¼¢‡ºü[&â·~Í¤òE3‡	ÞzÍŸ¶«Ó±ö','',0,'?'),('¡Â(Ìþ?­×¹(ÁCQæ','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_movie_creation_24px.svg',0,'–|>¥öÆed:»ÍØU','–|>¥öÆed:»ÍØU','œìXÜcÌ\Zª™3‹øãV.½M(­”Äå9rL¾”i','',0,'?'),('¡Í„±\08q¨Ïat0æ›‘','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_bike_24px.svg',0,'d¾êŒÈÿ9“BVtÅ9m','d¾êŒÈÿ9“BVtÅ9m','ƒÒ|Ù*\'Sl¸Zy!¥Åàb(”\"?¡5hœñaRÛ‘Q','',0,'?'),('¡ÏF@¿¤yñZ=¬','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_bluetooth_connected_24px.svg',0,'S‘AÕ¨Â)/‡~xaF','S‘AÕ¨Â)/‡~xaF','žü¡mºœv™Hà1\\È’K¬—üç£ÜZåï¦Ò¹˜','',0,'?'),('¡ØHéaŒ+õ§­­Ì°I±','wp-content/plugins/wordfence/waf/bootstrap.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>JO!‚-Ó5¼£óÕ','u\"ªË^¶¤×Ýc`uÊÕÃ8»«e)|µ(°âØxPrLƒ','',0,'?'),('¡êyî&a’A 7Â]Dm','wp-content/plugins/wordfence/images/icons/ajaxRed16.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','´Ïà%º»©B\ng 2…‰;','D,…A£JÀíÀƒ»lOS‚p¢eØ‡£&ªÚÆ','',0,'?'),('¡öCƒcª°Ûhë½_k','wp-content/plugins/w3-total-cache/lib/CSSTidy/data.inc.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ûÏÒŽ§•ºB‚¶Ožzðî','‰ò°›¤ø?ÈêŠ¡Œ¶âbþB\"–RÔëþ)ueŽ','',0,'?'),('¢Æž×…\ZXªX]ÁYÉF','wp-includes/js/codemirror/htmlhint.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','µ2ì|ÑŸ¯GŒMtP5§ê','\0U[\0÷M\'mCÕ¼5þÐ5k`ùªñé5ñÑ‘','',0,'?'),('¢\n“5WÕ\ZL\\tˆó?êÑÛ','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_zoom_out_24px.svg',0,'l	Tqp{ìšÏÿ£­2','l	Tqp{ìšÏÿ£­2','ò§T½~E>;4%)N!þi´ew‘}5pº;ÔnhÜR','',0,'?'),('¢	ËZˆ¾o–¦8 2','wp-content/plugins/w3-total-cache/Cdnfsd_MaxCdn_Page_View.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','éßÄ‘Î…ì|}Óãj—Óã','iòÍ£2\rå5×l0áfÆr}Kx‘}Â]C','',0,'?'),('¢ a\"KwTÕbc1S','wp-admin/css/revisions.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+\rî8ÈçoKîhxAö<','¬GÃµðgÞ¤ °}¦¨º‚?ˆÕŸ3€ÑîÜä“²ÞC2','',0,'?'),('¢-‰[ipùœ\\^˜ØóÁ]','wp-includes/widgets/class-wp-widget-tag-cloud.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ª”xÌ­&Éb±+|eS—Ý‚','ˆ,‹ÓÉ¼?¢¹?€	päf\0qO‹ñ_ùŠ§&N9','',0,'?'),('¢0áÁ&¥Y©îÕ ÕÁ¡','wp-content/plugins/wordfence/vendor/composer/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','•]_åŒ#Dö´\0óƒµâ','\Z ŸøÛ’ö%§4~NÙ~Gh!bØ­:w‚˜ÉŒ¿™\'','',0,'?'),('¢4gŒeÊØé>©óÓß','wp-admin/images/list-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hÕ»ISÂ2ýÓi‚gš','ùîJüpáS_ò¯ÔXØØ#Ž‰UBÙ-zÔÔÄ,ç','',0,'?'),('¢:À–ø€X@¯®Î–','wp-content/plugins/w3-total-cache/Cdn_GoogleDrive_Page_View.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`ê]&~+¯\\Û;·gÓ‡','èýèÓg“åêsQŠ\'%nÀ£`çÀ›hdÎ\n›‡´}Ô:','',0,'?'),('¢;¹f J1øúË˜·€+C','wp-content/plugins/wordfence/views/scanner/issue-geoipSupport.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','©\0«<‘¨îŠ^ý°=îf','s]Ñ½j$¬‰	 ¥â†œÑãþ¸º‡¿¤Skìâik¸','',0,'?'),('¢CÎ³;sº ÏsV]›^¦','wp-content/plugins/js_composer/include/autoload/hook-vc-iconpicker-param.php',0,'´Û÷DÍw¥;cQ¦L#\"','´Û÷DÍw¥;cQ¦L#\"','2â¤*.ubkêoç|«¶vÿ°Âköq¢›è©®õV€','',0,'?'),('¢L6VÌTëÄæ1S’s^«','wp-content/plugins/wordfence/css/wf-onboarding.1607007971.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/ò¥KwtÎöG×ó\'…(É','‘õmÇ¸×${Ž¢È&W´>.{?ˆWoä•)ü=îH…','',0,'?'),('¢OOwTàM\rÒÁY˜!d','wp-includes/js/mediaelement/mediaelement.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-6Øÿ¨œÖÄÖm½öÌÖ','ÖÍœ%»]ÑcØ·ÍZœÿÊ7ë\nÀÔ‹°Š2À‚ì','',0,'?'),('¢SÊL-y1ÍÔó¥\róù','wp-content/plugins/w3-total-cache/UserExperience_GeneralPage.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k6a=÷äØÉåü,ú¥ÄÍ','ìÉ›½ªÜi	#m‘ìŸq1¬/¹Êì¢ Wøº‘','',0,'?'),('¢V¬ÿ‰F*þøG¯‹©€ü','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/satellite-dish.svg',0,'ñÙmOg¦ÂF°.-ZÆ~ÞÚ','ñÙmOg¦ÂF°.-ZÆ~ÞÚ','V×¦Œ¦Th»iKf+×Â\\}êì6ŽE^yÝž2\Z','',0,'?'),('¢]Ç¿| ´áö¾¦ICô','wp-includes/js/dist/keycodes.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','AUÜ±àc?•<]&]•µ','RžÜpøÝ´`‡‰»‘&ÏšÓvcg%öòÎÊfs´','',0,'?'),('¢`£ y£†¸Ñ1qq','wp-content/plugins/w3-total-cache/Cdnfsd_Util.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g{Y.m©±FåŠò½','úUÒaS”Ël•Ú„};Á°acEm:zhÑ,˜´¡­','',0,'?'),('¢fkj’ÂN‰Uei4=%Ã','wp-admin/js/tags.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','å}5­¯nÊ¢‡BûXÄ','¸<ôç‰(@Ù÷x|ÊU.…ñ¾Å“0ƒ†˜«G¦‡','',0,'?'),('¢o\0¿,Ÿž\'E®º0„Æú','wp-content/plugins/w3-total-cache/Extension_NewRelic_Widget_View_Browser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¤˜€ûVJ/ãJfý­\"íx','¢6b´\Zâµk—DÁ|~½:É’>ù’kJ³<IäO¾éN','',0,'?'),('¢wäY\0TCŠŠgðï\r¿','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/smartphone-chart.svg',0,'áWrŒûîâàŠ#/>Ð7\Z','áWrŒûîâàŠ#/>Ð7\Z','ÛwEM0š“p«ÕL¯KHäíˆ×³”_ÐøšÉÂî\"è','',0,'?'),('¢y%…ËÆÇº~¹ne\"V','wp-admin/css/list-tables-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÚÝ¶Zß¥ï4Ûb¸m×','”i@ÓË^§Ü÷á[œqªÞñƒÅÜ`»A]@q¡','',0,'?'),('¢€APÚðûõòç/Xº','wp-content/plugins/w3-total-cache/Extension_FeedBurner_Page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¢ÀL\"ªí9N¸¶¾x','~<®ðcäP7àmíõÒØÓ¹ÑÕºbÄá?Ùþ','',0,'?'),('¢©güñaî†ÏsÜ§4Ó','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_bottom_24px.svg',0,'Gÿe€ŠáÉ˜‹[å¼v','Gÿe€ŠáÉ˜‹[å¼v','¶wÇÿ«Ïæ¸b«¿À:€D^È\'„ÜˆÿàœóŽœê','',0,'?'),('¢´,„\0HnƒU_\'~ÍÎ\r9','wp-content/plugins/worker/src/MWP/WordPress/Query/index.php',0,'gD,Vë§=\\ÆbP','gD,Vë§=\\ÆbP','k‰À—~	¶½UH\Z¥ÖxƒPêÛAÌ„¢ú<¡ž;X¨','',0,'?'),('¢´¸/Ï-•TÇ»úT<—S','wp-content/plugins/wordfence/modules/login-security/classes/controller/captcha.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ð€-‡\r‹uZ¨E:Ê	…ó','¬èá»^¸<1t—>±À¨ÒSM_ï3¨k!ÿ$Î','',0,'?'),('¢¼ ËWÆ8¬³æáˆ¸','wp-content/plugins/contact-form-7/includes/block-editor/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','õEñ£H%{‡\"n+“ÖE','áI>$cï†¶‘x‘˜¨jG^Ô#ÁMÿŽÏ]Mýeô','',0,'?'),('¢½Jm]]–•Ñ™	[¸','wp-content/plugins/w3-total-cache/lib/Minify/Minify/Cache/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÔŒÙ\0²é€	˜ìøB~','ã°ÄB˜üšûôÈ™o¹$\'®Aäd›“L¤•™xR¸U','',0,'?'),('¢Éß×ãÈ_ZlÍ­Ž¯z—`','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop.svg',0,'ì»PÇÏo]ïÚ|¤\r¥','ì»PÇÏo]ïÚ|¤\r¥','Ó¢®º9Ï\\êMÏªÒœ‘€ýD3Ðè9Mû‹Q8¬%','',0,'?'),('¢Î¬ƒûïç&ÏbhÃ;','wp-content/themes/betheme/woocommerce/loop/rating.php',0,'j.¢óÈ¶t´¯ã)®¬½©','j.¢óÈ¶t´¯ã)®¬½©','ý°![å›ÙÀû·zzŽtRy$‡fAÀ*˜íE¢“ÞÆ','',0,'?'),('¢ã®Ò*1ß§®®‘’£”','wp-content/plugins/worker/src/MWP/Http/RedirectResponse.php',0,'O…•îð\'<QnSHLaOXh','O…•îð\'<QnSHLaOXh','ßùÔj.‰<¡»ÅÀAä~Žp4|qf—µÔwÏ','',0,'?'),('¢ë	¦M!¦@£}Âì°|µÅ','wp-content/plugins/w3-total-cache/Support_AdminActions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W»Œ¿tÓã8‰ðFÎ','LV´(?Ÿ<ž­\0ã¹WkMUßª V×ôäVnŠ\rfÖŠ‘','',0,'?'),('¢íl‘ýð®<K­»Æ[','wp-content/plugins/revslider/public/assets/assets/svg/social/ic_cake_24px.svg',0,'&¿m \ZÍF:‡>¶2ËO`\\','&¿m \ZÍF:‡>¶2ËO`\\','a3˜çkWSîéªÈåA¡½M\\3^Æ¹„ˆ—H','',0,'?'),('£˜PðF­]÷qãßN¹','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_airplay_24px.svg',0,'Õ%ý÷b]v4Š)+\r','Õ%ý÷b]v4Š)+\r',';ÁyDŽ¹NFHï“Ôp\ZETöy±åbš­2¹œˆ2_î','',0,'?'),('£$)ˆ_ô!e]ÿŒx','wp-content/plugins/js_composer/include/autoload/vc-pointers-frontend-editor.php',0,'dÁª}n­?t±pÖ¿FKÊ\"','dÁª}n­?t±pÖ¿FKÊ\"','ú|Òy›„¨b!D´_.o;«0w]ÁÝÐ4ˆPJg','',0,'?'),('£1ào%¨ÀqÅAµ€','wp-admin/js/inline-edit-post.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÖK#òïD~áz€ËuõÂ','ð´¯Ÿ-ó\nL‹Ý.õ¼$Œ°’i¤ p¤}aš…<!','',0,'?'),('£AmH0Ýëð(ÍêRš5”S','wp-content/plugins/w3-total-cache/CdnEngine_S3_Compatible.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','µ*‚s“Çzo„ëÜ¯Äæ1','\0K”—m·)|ÝßiÑà¸3ž^Ü¢aŸì]…Û¤˜T·','',0,'?'),('£J˜L‡¸ˆžpdq—','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_connected_no_internet_3_bar_24px.svg',0,'Gà#ÒûËIèÖ‘§‰/ÐE','Gà#ÒûËIèÖ‘§‰/ÐE','ÁSë!ÚççWµni¶Ž}šC‘Œ¦O¦B\\ÐƒË[T','',0,'?'),('£S²+¨Nø™š¾‡ÑÙv\Z.','wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2017-03-25/waiters-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','îShg†d…«Â\n¬†‹','©PËìá9ÄMã÷O”>œ×øbñ5L©â`qLŽb','',0,'?'),('£TL êßˆ,]½¬Õ¦†m','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/SodiumException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8‘	¤¢½»:{€äWóêe','6{w÷»µ^Gk®Î«Ã25Ýúb“ó„\räÝñ“«„æˆ','',0,'?'),('£^ p,g_MÓh©[º§a','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Internal/IBlob.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¿²Ä\ròa‚ó¨ÞÕÞt‹','ªúÜ‰3åYÛ±Gû\0»%óÎÇ¸Zz–\"P€<©','',0,'?'),('£k„Ï†¦F÷â·ÿ	n1R','wp-content/plugins/essential-grid/includes/InstagramScraper/Model/CarouselMedia.php',0,'j¯²&e[U\r.\0ùH¼¶úû','j¯²&e[U\r.\0ùH¼¶úû','wú³|ýÇ8ÿº·ã(È%—ðí%®•G‘`NgÌ','',0,'?'),('£mñHÄ:§MÜÎí*œ‹^','wp-includes/css/dist/editor/editor-styles.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','©¨Wuý‹G1V¥äù˜','Ï d‰ó`ò¯ž+4šYê;Y®ÆZZtõð#}','',0,'?'),('£z²h9æÇêˆ¦ÄÊXpˆ+','wp-content/plugins/wordfence/views/scanner/no-issues.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xt-|øFÞýŽ¨ÐÑé…eª','É×_?7ËñÜcõŒ¯:_˜Ò@¨‹ÃEÛJ‰Ÿs©°[','',0,'?'),('£ƒN&uwì‹‚Â¢ô+Ü\0d','wp-content/plugins/duplicate-post/src/class-post-duplicator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7ùŠþUW…¬©Øí?ŠÏ“™','÷{‹{²îÓÕ\"{Zø&þíÀmµ®Ø·ÕÀ1ƒ×°Ðr','',0,'?'),('£ž¤v½ˆ…V5ÇƒÞDÅu','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Asn.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','œÚ„\nº1·hÍ¾!Ü','³MÏ¡ç	Þþ¥¨p«kòÄ)¯«âÇ!\rˆ½','',0,'?'),('£šEöSÔc+ßñ#º)','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Poly1305.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uÒNm…Sáí”ÔCÛÒ{ç','üØÔP~{pÕÔ}x{Ô82hXöxÅÁ»ˆ','',0,'?'),('£²z¼óúaó7î>†Áé ','wp-content/plugins/w3-total-cache/pub/js/metadata.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G_éï`+y¸.ª','˜Ú)‹ç--kXÐaµ‡vSÉ‹yì£bkª[M–eÃ0','',0,'?'),('£´1ÉÒÞ(2¾¿\'È]È+','wp-content/plugins/w3-total-cache/CdnEngine_Mirror_RackSpaceCdn.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','•¥QÑíŸxíhŠ°W27ïš','ÁÞ§ö`ÿÍ…@ôÈJçSéæ.º˜JªeÅ\'ÿ…Hù','',0,'?'),('£ÀH¾Çµ—§){\0÷¸¡','wp-content/plugins/w3-total-cache/Cdn_MaxCdn_Popup_View_Zone.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8*Ñ¤\"kØ•âˆ/”ö','oõ.v}víy]¤ûÄ­`Þeô}áŠÜù¡ð	1ÞÄâH','',0,'?'),('£Å¼>ÿ&8ØbÂ³)½å,Ù','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_verified_user_24px.svg',0,'|(¯ús0$ßrÂ§{j','|(¯ús0$ßrÂ§{j','žÎ‰(Zvï£oÌ$zžÌî >{ÖÝY,NkŸ.ïŸQ','',0,'?'),('£É?Z;Íz‰P0C„qÍ','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_underlined_24px.svg',0,'[A|¦1H“õ´;¤>À','[A|¦1H“õ´;¤>À','“õ—ÐJöþ(T	%_”ä3¡tÒÌëâ5#0‰1<ó','',0,'?'),('£ÚoUø\\‚ZÝÕA3¿','wp-content/plugins/w3-total-cache/Varnish_Plugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i¢Îìí¢Uhu–3R','–!1®$±‘Íœ°]š]ÎzTOp&•D½ë|×!£kú@','',0,'?'),('£ÜF¦²™˜{ì´ýA','wp-content/plugins/wordfence/lib/sysinfo.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÛïQê…³ùÂö9ÓÝü','!óD#D\"0Özèt6ðÛIHÔ†\\ÞÜÀ0Ìˆ\Zd','',0,'?'),('£í‘Eââí•ÀQ?èÞ	(Ä','wp-includes/class-oembed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j,;³\Z3ùxÙôƒ¯Ã','ïˆà0«vë!¶vv7ïHÞlV‘d‡ÁÎi\'Kƒ†í¶­','',0,'?'),('£òa!ñ®Þx³z*yWä','wp-content/plugins/js_composer/include/classes/shortcodes/vc-gmaps.php',0,'~ù¥o~Ì{Ó³ ™^j','~ù¥o~Ì{Ó³ ™^j','_[»­_n6G¿\\¡D½!°JIFÀ~nÌa	¬{·Ø\n','',0,'?'),('¤.ÝB¾ÀxK‘YŒ','wp-includes/ms-default-filters.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l³µ¯¤ûnž¹éï','Wƒaºh\n¬\0Ò8ušv¹ŸÓyv,N¬‰®©!’wh','',0,'?'),('¤$:ä ²}j ÚÜá','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_disc_full_24px.svg',0,'·ˆìÿ+Õ“évž2','·ˆìÿ+Õ“évž2','§¤x÷Ú®g7ŒÖ,.o<5Pf4]áýrÚKŠ','',0,'?'),('¤Ì6†èó~eª{Ð\".w','wp-includes/widgets/class-wp-widget-recent-comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~Íàèf%ã(òÅþxfn3','å±Æ0Å¿ñøðÃYö~ìYÇ¦’çîÔïœ™‰m','',0,'?'),('¤*O-¡LÏ„ªÂâ\r[Ûu','wp-admin/css/about-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y|[,*7?ž;üÁ#Op','àÄ’-ƒ¹Ó!aJ°áåVRju›G·§Ð%¨','',0,'?'),('¤,áIô­[®ÛãÔd\"Ü','wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-row.php',0,'ñ¡ùØrßóùÄ–©‰<,q>','ñ¡ùØrßóùÄ–©‰<,q>','nÃÅq{¢±cPï;^¬M™’%²¹«ßTjë~+rL','',0,'?'),('¤??n¿ëæåýå_2g·j','wp-includes/js/wp-util.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','MJÎÖã2$J”ý+¬Óì','úu©êíâíñÿgâ½¶õ”ú`ß†š]ÙSR,çÐ°’','',0,'?'),('¤BÈ¾jÓiAb‰çèý÷Ý¬','wp-content/plugins/js_composer/include/templates/editors/partials/backend_controls.tpl.php',0,'Åø×ƒ:uè“‹\\SDæ‚_›','Åø×ƒ:uè“‹\\SDæ‚_›','XrÒ@,n£fÔ›Òyi±		²óc…\Z”YÈ^Ïž„„(º','',0,'?'),('¤E,ÂUuu¯ÛEÞt66','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-handshake.svg',0,'ëUûP™¯‰>¾šZÖvB$‡','ëUûP™¯‰>¾šZÖvB$‡','m¬-œ4÷Ñ‚ÄdÏÉœ“½¯3p.6xîDLT[Ú','',0,'?'),('¤P~¯åQ„´õÇe…Ø€Ä¯','wp-content/plugins/w3-total-cache/DbCache_WpdbInjection.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','âS•~ÏñÌÌ“ãÚÌ%LG','„5-†m·BtÞÿqË¹Š\n\0_!ÍÔrUà$\Z','',0,'?'),('¤T,RïÓÞ{êlj³•','wp-content/plugins/revslider/public/assets/assets/svg/file/ic_cloud_done_24px.svg',0,'K.Ÿò¦\08©å`•Ø ª','K.Ÿò¦\08©å`•Ø ª','µ2l/Vè‡saìƒ\'Ñ­;vyç¨’Èk—À¼¨mT','',0,'?'),('¤Ygáù$zÉHá.Yéá','wp-content/plugins/wordfence/modules/login-security/views/settings/user-stats.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','îu‡éDƒ§Ï~Feâ	U',';\n©ÅÓÀeˆ¨†ªØ@dŠw†¤Ìö¥ô`4g\r†ù²','',0,'?'),('¤‡8ž¶€rþ¶w¡ŠÈw8','wp-content/plugins/worker/src/MWP/Migration/index.php',0,'gD,Vë§=\\ÆbP','gD,Vë§=\\ÆbP','k‰À—~	¶½UH\Z¥ÖxƒPêÛAÌ„¢ú<¡ž;X¨','',0,'?'),('¤”Ži•xqˆ ‹¢³Œû+›','wp-content/plugins/w3-total-cache/CdnEngine_GoogleDrive.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(Ù£ú\rªˆ,z\Zs›ˆO’','¾óâÖ\0Ð>ÒÒŸ‰KªðNÊÖ¨$™’ˆË[×y=Æ','',0,'?'),('¤•§…‡ÀXoí€í~ª_k','wp-content/plugins/contact-form-7/includes/mail.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$k!³E>—Ã¢úž‡¥•','¨Zø/—SÈ\"ÓÞÀ—`¨Êåø^JMæ]ûk	Ï','',0,'?'),('¤—M—G&!l6Î\"Ç\r©','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-image-carousel.svg',0,'õ‘K®îIÏ†tç«òM','õ‘K®îIÏ†tç«òM','çŒã†íþût•\ZFÐ¡„¸RXïî/ö>©œ‘Ã','',0,'?'),('¤¡ƒ6o8Š†¥NoL;','wp-content/plugins/contact-form-7/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Gy\0öŒÂ®Áád','ÑïÎ¶î8ˆT»(”^b%&±ÑŠ)a…êµ™ìH#ìfà','',0,'?'),('¤¥ÅLaŠ¹o¾ÿ„$7','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/steering-wheel.svg',0,' Ð%7×\0—Ä/ƒýA',' Ð%7×\0—Ä/ƒýA','”ŒWè¢Û-»ÓÇO­<$ÂŠ¬‡~W¸øÞ','',0,'?'),('¤ÄÍA4¶\nEëeÞ§','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/ShapeMap.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`˜²ÿ”‰BüU5ëŸµG','Úk1ò¯0»@™¨Ò4Õß¡éKY¡|èT9¢ï‹TÏ\"o&','',0,'?'),('¤ç\nÿÁR²bð†Òxýú¡g','wp-includes/css/dist/block-library/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','îkbÆÞÂ²++Õ˜jqÔ™','¾r óÊø“[hð+r\raã“\\ßÄÈC	Ùz™déÓ¢','',0,'?'),('¤êô|@ÐºÑ¶¯È½1jJ','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/euro.svg',0,'£™½XábŽUµ{„,ÁŽ','£™½XábŽUµ{„,ÁŽ','Â	­?-Â|*J£_ªú\nDæôÊ»Ä@*!‰¥R','',0,'?'),('¤ë\\¤÷ã5ªBž!éEhè','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_4_24px.svg',0,'~­èjÄ½pËa*Ó­¬Â·','~­èjÄ½pËa*Ó­¬Â·','`.ì3Úbõ„lÆÎ–Æoîâd€4AãF°énJ ¼‚','',0,'?'),('¤î6£ÌÕ>Yß5ã*O=Õ','wp-content/themes/betheme/muffin-options/fields/typography/field_typography.php',0,'NÛ¾øê$¾Rœˆ$ÆY','NÛ¾øê$¾Rœˆ$ÆY',' ä¶þ)7>!ës\n\\Þë°<y…6ŸÞãfÚÛ','',0,'?'),('¤ùnæ‡:³L\\µ£…ö(','wp-content/plugins/worker/src/MWP/EventListener/ActionRequest/index.php',0,'gD,Vë§=\\ÆbP','gD,Vë§=\\ÆbP','k‰À—~	¶½UH\Z¥ÖxƒPêÛAÌ„¢ú<¡ž;X¨','',0,'?'),('¤üY¤\0)\r/jñ©)ôAr','wp-includes/customize/class-wp-customize-filter-setting.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','MÝÚ`f¯ì\0ì©iuû','´\0<\nôj:§ÜY£F¼Â¿dÉûwÊ±	ÉýÀ¬','',0,'?'),('¥{\'f>»Të\'\0”‘SJ²','wp-content/plugins/js_composer/include/templates/shortcodes/vc_item.php',0,'¨Ñšü»¥4jA­û€\ZYœ','¨Ñšü»¥4jA­û€\ZYœ','‹6’»¦PñòñÃ~{¶\rœp^Zƒ/aðoÔ{Lª:¸x','',0,'?'),('¥P¶h`|/¸ªã:Wƒ\0','wp-includes/blocks/columns/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U¯sæuo×F=¿è\rµP','¨aîHùO3Å²ÝÉõz\rÌÓa\0õl,Mš±•”r','',0,'?'),('¥ÝÉÈä¿¥Sõ\"%K','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_person_pin_24px.svg',0,'-N0|íóžÿ’Vn\"æ','-N0|íóžÿ’Vn\"æ','¥Æ=*—Á¹¬÷/êgÙƒµ\r¦\0—®gïZ]%´¥Ëâ','',0,'?'),('¥$n1ä¡ÙU\\íx(ì–','wp-includes/blocks/missing/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','º$¸YÔº\"9NÊRtÕf','kœEãE‘”+¬hRñaw±ºæÓß¸¼Ú0{`–¤½ô','',0,'?'),('¥$_îàÃX×ŠlaÒ','wp-includes/js/jquery/ui/sortable.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ŸkXÇññE›ELÚû&','F\0|\'—ÓLk8qp‚ Ë(¾ŸÍÞÆ vÔ}/5N![','',0,'?'),('¥2°yâ—wGnd[)qÓ','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_router_24px.svg',0,'v€˜³Žð£¡S4gòB','v€˜³Žð£¡S4gòB','ÓÍÑvÉ°2O7®úŠ\ný‹1«ŠSp½þÓUð)Ã3G','',0,'?'),('¥5D3²ög?–±Wª%l','wp-content/plugins/essential-grid/admin/includes/gutenberg-blocks/src/block/block.js',0,'Rm:ÓÖj„cAžBùOjm','Rm:ÓÖj„cAžBùOjm','hR„éLø‡éü]1ÒKµúº@]æu:aýîÄ”','',0,'?'),('¥?‰cKl}§ög5á´°Ì','wp-content/plugins/contact-form-7/includes/submission.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','·Q\\x3ý \\{KÐ*_)Új','i ”›ÐõæÍ³À²„˜wçb¥ù(¡Ì¶=ÂP”g®','',0,'?'),('¥R;lzOé8m<3”Nie','wp-admin/user/freedoms.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`™¾øUºø }Îð­\náŒ','ÑÎ¿zB+q¼¹Â5VlÎK¤l¡°kòZ/³ô|','',0,'?'),('¥afh=F¯ÕÞTÒ:þ“6¶','wp-admin/includes/class-ftp-sockets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','QÕ\"Pž¼¦“e<úù3i','.\ZðŒDƒÓ-ÝËì†òûÃ y!÷¼ÆÈÌ•l¼Ú','',0,'?'),('¥dó·453@ï_âÙŠ“¨M','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/LimitStream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','•t’#ŠÒ*PýÇÃßæ','ãÛë}Ÿá¿ŽrAÈ{IZ=ŠëTDëZå¾¥ØÃÞè','',0,'?'),('¥|$\0(\r[RŠ—‰C%ÌØ','wp-content/themes/betheme/style-responsive.php',0,'ôÊ$ç#ná06R^›Ð½0','ôÊ$ç#ná06R^›Ð½0','¯íè¤Ä¯¤l€dD›«q=†rõC%øZvØR7™é','',0,'?'),('¥†nA@\'ÂJÝæ}70','wp-content/plugins/essential-grid/admin/index.php',0,'ïá{J!u?}îçs•','ïá{J!u?}îçs•','AuÌƒµœÄ`ü9‰7}bŽ>MHêÃíJHhåûÎ|Fj','',0,'?'),('¥Ùëñ§;~Ó·R·>ž£','wp-includes/class.wp-scripts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`›§”ˆ~ #\"Î¾¹–öŒ','—G+q=p\":C¦¦ãð\rG²>/d ú*!Ë¯ð|Øì','',0,'?'),('¥2´!º6þ¯RKe\"—‰©','wp-content/plugins/w3-total-cache/Extension_WordPressSeo_Plugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{õë~j’›½„—Fþó','G¬/×wÙgÎI^÷2¹Þâ9K¸÷áÇOX«¤íŒô','',0,'?'),('¥ünvp¬e„íÆÐîÊ}è','wp-admin/js/customize-controls.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`ý†ûw…bbwúT˜ƒÅ','Ö h2d„\'¥!{ú‚{D±ôà™Š\0-Ý#‡í`óT','',0,'?'),('¥¦nÂ~Ô¥ð£~±­¤?','wp-content/plugins/js_composer/config/social/shortcode-vc-facebook.php',0,'Çn¥ë@_ôVµV','Çn¥ë@_ôVµV','ÛEw?‰“dô&×42\r:´%ÏÖ¸1N\\àÑXu-²','',0,'?'),('¥¹ò¦PSð \Zó;ˆpIÛ','wp-content/plugins/worker/src/Monolog/Processor/MemoryUsageProcessor.php',0,'{H¥	»„í¹Sw¢€','{H¥	»„í¹Sw¢€','ëZ‘#¢ŒêýŠ|Ò@J9zthI™õÛ”ÕŽýÀŽ','',0,'?'),('¥¾]aGùøuØ$µ$edo','wp-content/plugins/w3-total-cache/lib/SNS/services/sns.class.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ë=ø&Gh)ÃWì5»XTi','œnº<oíHd%9{ð\0“ÓKÚâ¤-¡Oá´­Ýo\0','',0,'?'),('¥À÷,]€>šÛ±€¡Ìh','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_language_24px.svg',0,'ÏN…D Ç©gŠ©;æÚ+M¤','ÏN…D Ç©gŠ©;æÚ+M¤','œ2A“LÍäß‡2Oy’‰‚›·¦ —´Å','',0,'?'),('¥Å‹Qõ>áNf­3wSåå\'','wp-content/plugins/js_composer/include/helpers/helpers.php',0,'X¼œ‹_JOìƒ‹7','X¼œ‹_JOìƒ‹7','È0‰\00¡eÎ;4ÈôõìÓÑYÔµÇÒh9>õ>Ù«','',0,'?'),('¥Êä*«¥h^íÜÛ¯ïì','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/php72compat_const.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n<Tfw…çYÀ_I¨òà','eÁ¹\'#ù\\Š?ª»ÚšO-±UòL]5Ò6ˆð$','',0,'?'),('¥Ì•Z¶˜”®:¨£}`','wp-content/plugins/w3-total-cache/lib/Google/Http/CacheParser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\F°Áe—‰YH>Î¨úE','&bÄ†É¯»©-¾¼yŽîë¼`õTI¢ÊlÑ¤T&VÉT','',0,'?'),('¥ÎPÂ$Ækœ[ý\r[','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_rv_hookup_24px.svg',0,'U¾9™§r«m7Dˆ\"àC','U¾9™§r«m7Dˆ\"àC','$0M[ªÍ\'+±`°¶BÅ—³uû6¨[R´¶Y³¤','',0,'?'),('¥Ô í\\¹ÞÂ…”Tn€‘]','wp-includes/Requests/IDNAEncoder.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','×}­¢2ð›àÐP´Ø±','ÜM?ý~\"ÈÍu%Å[þ,l¤‹‰ú+?F-}±M)Œ','',0,'?'),('¥Úüæªp >Ü—û,6M','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_mode_comment_24px.svg',0,'ý\Zºì ë«$á´V2–_¦','ý\Zºì ë«$á´V2–_¦','pÉÚ©bÜšï9Yp@úGïúk‹—ERqe´á‰Ð€Í§‘','',0,'?'),('¥ò˜B\\u}ŽLô,‚…ÿ','wp-includes/css/dist/block-directory/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','®õ¹Î%ÖË‘iIpš:','¥V~ ŠÒÏ¦]CÀâä† GžcÝ ö<Ôæ×À','',0,'?'),('¥ó7äü7Þ–ñÀï—¹z','wp-content/plugins/js_composer/config/content/shortcode-vc-video.php',0,'Ò®öÄ–¼û§”‡<^c','Ò®öÄ–¼û§”‡<^c','*eµƒ¯Ø°ÈÌ»l3ÐVëÈ-·:aÓä÷œ\n*','',0,'?'),('¦iôÕü¼Û\ZQÆ }\\','wp-content/plugins/w3-total-cache/inc/lightbox/upgrade.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','åÏ9ø+æë¤—vz1…Ôm','Ca«(§S|d÷÷z//´è…\09™É§’½å£ó','',0,'?'),('¦Û\ZŒ3ÕHš{ïÇ²‚','wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/InvalidInputException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rÜ ž´¥Ï¬Êþn+£n','^ÁqÜN¤×è×Ð¢Þƒ&yN¢~\'S//>}ò—p','',0,'?'),('¦#:ÁöÌSk«U¹‚â{À','wp-content/plugins/wordfence/modules/login-security/classes/model/view.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*Á:è?‘îl]¼¶ñçu','2PæÖíƒš§Ð=w=‰7Ar§\nýfQúÂ~,·¯B','',0,'?'),('¦(¼|nä•Á´sARFä+','wp-includes/js/crop/marqueeHoriz.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ŒÌ®œºý¸;æäÔLo\n','|ÞÛÍSâùe©“|.Ù‘/éQ¹YˆàWª}(','',0,'?'),('¦C*ÑHêä™†[[ˆ,Þ','wp-content/plugins/js_composer/include/classes/settings/class-vc-roles.php',0,'Ï[þ~Y™ú\r>äL©åþ','Ï[þ~Y™ú\r>äL©åþ','¹ìkiÏüùìAº‹úïPûv†“Êï&ÀÃÛ–ÓQC','',0,'?'),('¦Y\rÐËÏÑ™ÐÑ¾Ù¸0&Â','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Models/Logging.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','±­è \rw¦Pmrx…çþº','ÁSˆÍEû–O/z9xóÏÔ{ä:8r‰p:@å×ç','',0,'?'),('¦[\'é/£Óþ¢; †”','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Poly1305/State.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','š®yP58ÏÜÆ¢•µ–Û','¤Ñz3qS…ÕòT=åäžŒHL<Y5A¡ä€#H','',0,'?'),('¦p@M“ÕCï¨ªÍv²ñ','wp-content/plugins/w3-total-cache/pub/img/w3tc_newrelic-logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','†Ç=wE¡´Vˆl˜G','¥ãIcE SÐ»–âVÑÝÄD§meè\"W~þdµéás','',0,'?'),('¦„Œ\'Ž&\r{„ ‚\'','wp-content/plugins/w3-total-cache/inc/options/minify.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Á¦\\Evô=l8–à','wí=Zø,\"3hÊ«aî*w‡÷é6`\"¦š”.xŽ','',0,'?'),('¦Š‹˜È¸âP¶UšÌ,$~¨','wp-content/plugins/w3-total-cache/Extension_CloudFlare_Popup_View_Intro.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','·ÞäÏâIé,3†»<”›','$¨kÏÆUýcJDøÕ§·«á.Q‘å{ÜˆÀ Å','',0,'?'),('¦’¯üž:[&bú[®hY©¸','wp-includes/images/smilies/icon_razz.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9[Þw³šD³AM­AÚ',';§§òPÜ1]fèUE»;`QÚ®þ\neôZ\0@4¿aAç','',0,'?'),('¦˜S?¾sÆ›ºÙü×íãŠ','wp-content/plugins/revslider/admin/views/index.php',0,'ÔŒÙ\0²é€	˜ìøB~','ÔŒÙ\0²é€	˜ìøB~','ã°ÄB˜üšûôÈ™o¹$\'®Aäd›“L¤•™xR¸U','',0,'?'),('¦¹ñˆx2ÿ_.ë~$â)','wp-includes/js/dist/core-data.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ïë»hˆØÝ#X6<','´LK§h®\ZJ	‡¤*×xÒ‰£KÄ»§rûA‚bIÝ›','',0,'?'),('¦ËÖ²¹÷00vw|ù)=Üö','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/FnStream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Œsw[ª^|ÄßHî…/cÁ','´õfK¾vª5Icò]ãçè¯5€%¶‹¹ŒÌDæ¹ò\'','',0,'?'),('¦á½ˆËÛŽØ5f?žhk','wp-includes/widgets/class-wp-widget-media-audio.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','OÐPŽŠ/:ç£Á†­#’A','ˆÎP’•ê†!ð´´¨jzôF#õŒß”ìdŒÄšMP','',0,'?'),('¦ñjàá¾Hó‹sÈhŽ¤','wp-content/plugins/w3-total-cache/inc/options/support.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ËÍ„¦õæ¼8½\"]nàA','++b\"[œ©io\Z¹¸½¤\Zm`qù‡†7©M6ÅÔ','',0,'?'),('¦ü­ó8`9ù×?Bb“Ð‘','wp-includes/js/jquery/ui/effect-puff.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^Àª5š±ëïüœtîµ','`}õˆ`¾J)Ê$;ˆé+Ð6K³C1Rž&]CÎöiŽË','',0,'?'),('¦ýS‚YCôO2›ç˜ÃÊ','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/plant-money.svg',0,'›C„4¡xÿ–;á|¾ÆÒÉö','›C„4¡xÿ–;á|¾ÆÒÉö','2´\'ÉÊÉ£Zè©ÓËïDK‹UvW×X¶.Ÿá1}ßÌÝ','',0,'?'),('§	€7X¨Ÿ‡ÿ‹au','wp-content/plugins/w3-total-cache/pub/img/w3tc_swarmify-logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','cÀ:zm8ñˆµÆOGçŠ','àÓœfóÔÎÉ¦F¬Œ“1]O•Ÿ‚ˆ±„áð\\çcA-ç','',0,'?'),('§\nÈà”à äé”/Y','wp-includes/js/dist/data-controls.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ë¼ëåg@œf.A) «','}.\'³áanŠ,Æš‹VÎå²–$jááœÏª\0þ','',0,'?'),('§òŽ5ìÅ~àiPwÀÐë','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/apple.svg',0,'¹”o÷6¹õð<§ä@–©¥','¹”o÷6¹õð<§ä@–©¥','Qxu›ýýcæv‘×Â˜ïµñ>ÓÄ «˜2î£xì÷','',0,'?'),('§2·ÐUÂ8f<áÖD]¿ì','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_charging_30_24px.svg',0,'âõÂÙ~661ÁDŸÑÐ','âõÂÙ~661ÁDŸÑÐ','£á–€v8QÿaÂ‡Û(—‰åââè•w‚ªI+ç|','',0,'?'),('§L¸^¯F™°Ó¥\"wb\0','wp-content/plugins/w3-total-cache/lib/SNS/services/MessageValidator/Message.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%NÀ—M’eKjm`¤Ö','ep¡Q«Íç\0	S×c9-y@I-#­­Ž”‰\"A','',0,'?'),('§SÈLå d‘Š4$\0','wp-content/plugins/w3-total-cache/pub/css/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÔŒÙ\0²é€	˜ìøB~','ã°ÄB˜üšûôÈ™o¹$\'®Aäd›“L¤•™xR¸U','',0,'?'),('§_¸¢ßŸfçiáÁ©','wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/images/vc_images_carousel.js',0,'Íï²ô‹Atô¶_$1€èb','Íï²ô‹Atô¶_$1€èb',']2§”ÑµP5îèäÃˆOtp4Äl«?Í\rªÎï ÷«¦','',0,'?'),('§aÓ.Üj@åî^«±','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/psalm-above-3.xml',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|<QqÃÖ)@òMŸ‰Jé¹','/ôjoßzïyîÁóù@“Šz%9·&F%ñªýª[','',0,'?'),('§cã†ÌŽ´ˆ$\n\'@›\ròè','wp-admin/setup-config.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' Tic¯ºÂ‹eèœ:ÚD1¢','Eeüõ­¬pò©_ÖsÈð\ríâ¶Ù¢TŽÍz•Ÿ•k‹','',0,'?'),('§mÖ™7š,Ð}¶ñov','wp-includes/css/dist/block-library/theme-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q?kqs–¿Ý‰\0¤Ž¸.',']*dO¾g9(åñ–%¨·OV2GyÒ9NŸÐv0Öd°ó','',0,'?'),('§nâ?€ŽÄ?V#¦’¦D','wp-content/plugins/w3-total-cache/Generic_WidgetCommunity.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','´(aÿ=äY	ýüàY','€PUáð(:˜EäÛ7¸ç«ê|ì}2ÂÔÆŸZŒ{w‰ž','',0,'?'),('§{#¦ÖÝ<¼˜kÉQÈs','wp-content/plugins/js_composer/include/classes/updaters/class-vc-updater.php',0,'5ÚX`ììôQZœ”cBŒc','5ÚX`ììôQZœ”cBŒc','ìÁòqã–B]d8]•±ÇíMÅ-à_±®Ð¥ f','',0,'?'),('§ßV€³t¿Sù-Þº','wp-content/plugins/wordfence/views/scanner/issue-file.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?³}Æ“.þÎœe1÷²U','M­ñTñ„ôÎzÙÚX`„àªªmO¼ñ]$sXÎ','',0,'?'),('§8Iâ¥[Ë¹¿ÏB­OÓ','wp-content/plugins/w3-total-cache/Cache_File_Generic.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','—Ö‚ÔÿV&ný|Õ','yrD°+ú@²m{ºEÓÉxú‹QŸ°’y¸µ#vÂ+','',0,'?'),('§œŸJ1€«MßF°†<þ','wp-admin/js/tags-box.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','VÈ®™ÇŽÀ¸ªlÜxoI','ð›f7ä÷Í°\nŸ;.;™ûoÏ[µF›ýr²uŽÅ…','',0,'?'),('§¨°Û÷ŽÆ„º²±NB×­','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload-pedantic.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Á~dNc@óŽÒG#à,','©.Ä\"K‘–|‘ñæ[¶óµ\0ôÊï:§Hš/Æ?Ø','',0,'?'),('§µQÿÁUûœ•uéU‰>','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_shopping_cart_24px.svg',0,'Õ|FÊÐÈ5ñCV÷Ü:åÑ','Õ|FÊÐÈ5ñCV÷Ü:åÑ','Ä²Ôžeæ;nT†G§ì’Kkø¥`§Æýßˆ6Í8','',0,'?'),('§Éðgqq¾‘¨a´W)…ÙJ','wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/Transfer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|­Ì F\ZÚM’ƒ:I','¢!ç“°‚H©U	à	ÍÌSJ\\’X!7—cƒÊy¬OA','',0,'?'),('§Ë‡&«¬ÿñÑ«`Béwh','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/RetryMiddlewareFactory.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Tù—[VÈfÛÝõo„¬‚','î<õ5,õ_»fàIøŒU0¼&è1	ø cËWš\"“Ü','',0,'?'),('§Ó’?ÚŸ£E¿Î¶$PF','wp-includes/pomo/translations.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','´×Câìôœ°*\Zî\'õÌ',')¦“P©›Å ObxZ-dtWNø€Ç§«~xé^Y²ì','',0,'?'),('§èáú°6‘bg·>_ª','wp-includes/images/wlw/wp-watermark.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';š‡uMmÜ­D|‰wŽ“ÅD','½SýËnRÀ\'÷¢X§^¤ÿäkhûº·ÕÉ‘Ðiæ7´','',0,'?'),('§ìqZå\\z¼J­Þ{','wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/RedirectMiddleware.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_|ïy\Z7‡L““ãåÓ','Â;+¦úŸÝÉž“Q·kSŽn zà:´ZéžÁªfý','',0,'?'),('§ð¨¼ß-·y0,„9f…','wp-content/plugins/wordfence/js/jquery.colorbox.1607007971.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(Oˆ0%6Œ9óe§3åj','{âLý#í\r˜]àý\ngL8P,µü¢@—êIr,{ Ä','',0,'?'),('§õŠ•mr¿„Æ8p˜r','wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-pages.php',0,'Ä„³®Zf1üc³V_YˆØ','Ä„³®Zf1üc³V_YˆØ','Vû6CèáãrÍ¬Œ)Ý$;Û”CÌÊë¶D2›=3(','',0,'?'),('¨h¹x×*(½&¾ëÃkO’','wp-content/plugins/wordfence/views/blocking/country-block-map.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¡uœÁyGF¡,{–ŒXÁz','%Ôœ5–;º”û§öx“ˆ^)Ÿ‹¨G(…ào','',0,'?'),('¨°ÌœÀ\'K…zŽfŒå','wp-includes/customize/class-wp-customize-header-image-setting.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y¸$+åìùq?å×Uºá','ã9@mrãÜµ†\"+Bœ©VˆK.žuB\"õëž™¸©','',0,'?'),('¨í5#Á\"8­%`}','wp-content/wflogs/template.php',0,'lC¤dbï.§Ë´ëƒv','lC¤dbï.§Ë´ëƒv','Z][W‹Pš}Ã,ûþ¿–žƒ7*öqäá\nãæÆ‘¡á','',0,'?'),('¨Þ]Àò7þGõsl?E','wp-content/plugins/w3-total-cache/UsageStatistics_StorageWriter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ç™ÃÔh^®| QîëÕ\'','†¬Ï{pæ´NˆÁCß½²…†jmú4—O½\"è[1ša>','',0,'?'),('¨\r²f æhÏ8°!','wp-includes/Requests/Exception/HTTP/500.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','À¯©Ækmƒ\n	HòMÿÚ','FO—¡ÿV3\"øªõœïÔ¼£ª!kÐPò','',0,'?'),('¨Í:\"êÅ{–àœÞh!s','wp-content/plugins/w3-total-cache/lib/Google/Auth/LoginTicket.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','SxÏ-ëšCŸÄGuêÕ','PÓoTÕnrKÌÓß÷ÌÀXîg	ºaå{+ú”Êl','',0,'?'),('¨‘¢v9…bÔ$‘L','wp-includes/random_compat/error_polyfill.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X:,”t]7¯=ÁüQ¢áE','ç,ž»t\0_g’X%4.à¦tPš]È>ŽJT4','',0,'?'),('¨#×?€™ïGc	Â¯l1e','wp-includes/class-wp-theme.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','”çªž,d‰Fúecqñtï','†@s)ëÒwb„ÂR|c/0øO`t	an^š\\¼<ÿ','',0,'?'),('¨A%AàI)xD@°û…','wp-content/plugins/essential-grid/admin/views/grid-widget-areas.php',0,'™yßFõÉØÀ·»!\0%Ï','™yßFõÉØÀ·»!\0%Ï','¾|ÍVú4Da”V_e«£ÃÑºßvXG3G¤í¢âŒÝ','',0,'?'),('¨Dû„ŒÐ†³øŽÄië|¦','wp-content/themes/betheme/searchform.php',0,'ýpMOÕJØ}ö\"m‚¢','ýpMOÕJØ}ö\"m‚¢','hpzÄÃ½¬ËÍÖñòæ«soó•rN¯Ifé´ [\Zy','',0,'?'),('¨HŠ£õÁœPwàð%8–À','wp-includes/images/smilies/icon_sad.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÞIxáoÔÓTMzæíD-','Ùb5Àyh¬9€äã} ©ëoÞôWíIƒò°n§n‘','',0,'?'),('¨Q49ãóLzÓJµ','wp-content/plugins/wordfence/lib/wfUtils.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','›DgŒmÞ<×\nïôËù','òLRåè­ÿZIÁR×\\®^Ó¿#(ømc~ 6èÏÎÚ¡','',0,'?'),('¨XXïŽ“*Îá!2Ö~Å','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/File.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ªeb:lx-Ô<¿Ýs99`','ÃÀ,¬Ã{ m˜™Z…‰BVë«TL±;*´îÎ<','',0,'?'),('¨[ÂnÅG{Ãù\'¾¢q:›','wp-includes/ms-deprecated.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9Ø“O0þgWÃwŠA#','Q?øÝ?íR¦°–tPuþ	Î¥èò¹ÂÅ=—­','',0,'?'),('¨\\Çýhû RŸXÕ<ºC®','wp-content/plugins/wordfence/lib/wfMD5BloomFilter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','›ëß…—w@L‹åOêÁR','àð«´EF‘j©„×r¸Ä;s³ìÎ€.f:ÖáÏ¤ F','',0,'?'),('¨baƒ”2­ÊÏØ]¼Š(<','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-twitter.svg',0,'@­x:`j_«½~ó¯/£ç','@­x:`j_«½~ó¯/£ç','CÜÀ.w½üÝ‚ƒ“¨š(Ëòt–¶	k7¤c³,','',0,'?'),('¨iqè©ÿöÓ›‰ª{fB','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_subscriptions_24px.svg',0,'+^ËG\0‹wéÌ)T€’]','+^ËG\0‹wéÌ)T€’]',']‘Â×=Û	m©¹Á0w¢ß8Izî3€æŒô Ðb','',0,'?'),('¨mÝ…\"ýæ…žt—Æ)B','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-diagram.svg',0,'ØÒí«´™–’[Ñ¥„Í¤','ØÒí«´™–’[Ñ¥„Í¤','¢2Œ§\rÆ\'}‘%a×ï	¥–BWÌ“åÞãòÎxö\\','',0,'?'),('¨w¡¥L§b*91ÏäšÚO','wp-content/themes/betheme/includes/content-post.php',0,'ÔˆÚ+ë:šÔWh4Bg‚æ','ÔˆÚ+ë:šÔWh4Bg‚æ','¢ÆÇ¤ZÔÁÊðž20ß•ü+tÀèÎ«Þ•¯¿¸˜D','',0,'?'),('¨yß%ð\"ý–ÌÚ.ˆØó˜','wp-content/plugins/w3-total-cache/lib/Azure/PsrHttpMessage/ServerRequestInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','†”Ïh‚²ŽòÂLDM)‚ê','0d?°†dÊÃ±â S¡aèâ—dé¤?äÞ*†d•','',0,'?'),('¨£JÒ×—¸_yzxÈ÷6O','wp-admin/network/privacy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0®È>¡H\rðæ5:ó6¨','*]X8®˜Í%ØKÒ›R	üåÖQøfž;\neÀ\rƒ6\\','',0,'?'),('¨§uPUÚÀ\0“¤W’ÑÎ','wp-content/plugins/w3-total-cache/Cache_File_Cleaner_Generic.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%Ðpá;LôÁ°Êc¿á','ÇV’ð’æ*ÌÜ„„Î.IyW7_#’}¹¬žîë¢','',0,'?'),('¨¬ÌÈ€ç~_qÚI¶ÄS¡','wp-admin/js/password-strength-meter.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ù$#X9ü\'âT.6$¬','Ç”ö¶-É>wå5[S;×H¡K‹“ã–Í1qO(\0Íð','',0,'?'),('¨¯ß\\àD ü>üF,µ‡ç','wp-admin/menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','æ\Z¸âî¥\n_Í°ó\\ ò','}¸47Hé¹yZ!Õ­…À³¼í©BiÑP«åë','',0,'?'),('¨Â×nònšuÁ89yÄY|Î','wp-content/themes/betheme/muffin-options/validation/html/validation_html.php',0,'ÈÐçCRÑãiˆÒ±™ßºIª','ÈÐçCRÑãiˆÒ±™ßºIª','Yí\\šÖ^ìË™|~±“3,5ÿæÊö³\'øãl~ÓË','',0,'?'),('¨×é}·¤²£œ¼dã>Âi','wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2018-06-18/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','†1\'Þx#°OX­PÆí§ù','àŒû`„…¼S@«\n³X¡\ZR9dÌ?Lááfi»æ½ùG','',0,'?'),('¨Û	Ì\")¥\"µè0I£o¨Ç','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/XChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','­z„¿q\Zs˜¾q776ó','C®D­a–$ê¹=›f[Q§4ÂJWÑ7l)®.Þ=%¯ÿ','',0,'?'),('¨åŸöŽ‚•—‰&Å»Ÿ(','wp-admin/js/widgets/custom-html-widgets.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Tfwìaxšcˆ~h','h\0Ùv5ªZZ9þÿ„!4òp°½å‘´!º°9y½','',0,'?'),('¨ñHà“¢ÚÚ$”±t}Œû','wp-content/plugins/essential-grid/admin/includes/import.class.php',0,'NMHT\'¨eÍ3­','NMHT\'¨eÍ3­','^°P´á¶Ð:m8¸Ùþk*ÜÌBÐ¦‡|åóˆç.\rp','',0,'?'),('©ïú~+ØqêX¾Û\"`','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÁoaQ¡¤ì|gâ4&ÏÙ','¶cÂU©X„ýÔñ+‰]WvdÞ=ø,ã½’„Z0)\\³','',0,'?'),('© ´õù§×»2mCü','wp-content/plugins/w3-total-cache/Cdnfsd_StackPath2_Popup_View_Sites.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¢—rHg¬\0³žR«ÂSg¹','xRº¾v2wá¨ÝyÐ	5Þ€P%âÈðfjE—ý','',0,'?'),('©$p3ÄfRayœ?íå','wp-content/plugins/essential-grid/admin/views/elements/grid-item-skin-editor.php',0,'ÁL×|oK¢„•@¢y¨‡','ÁL×|oK¢„•@¢y¨‡','˜è«;ÍÊó2§Ÿg´æ`ì:xî×ˆärÓ	~','',0,'?'),('©3•kA…ä”Ä£w*p_­','wp-content/plugins/wordfence/js/wfselect2.min.1607007971.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Jž¾öü¥!.¡ç×i','lžk}[ÙùZjAÞ.!Áø=+5¨+´~qç 1','',0,'?'),('©8Dg¡7#cJÀ\rÌ!0','wp-content/plugins/duplicate-post/src/ui/class-metabox.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hâÚÝÜ/\0/¢½5¿ ?','/ÃS/Ò©ŽÂ\\äß6=šßØÏsD¯ÑwŠ\n½yêŒõ','',0,'?'),('©V~ø‹ZÊBjÖ]ìK•','wp-content/plugins/w3-total-cache/inc/options/cdn/common/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÔŒÙ\0²é€	˜ìøB~','ã°ÄB˜üšûôÈ™o¹$\'®Aäd›“L¤•™xR¸U','',0,'?'),('©W¯[îÆlF*Q‰M','wp-content/plugins/contact-form-7/admin/includes/welcome-panel.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0øb¸@/©öƒ]}ã@¹','¬ˆÚ0Ç‘ýziH¤µŸ:OÐÝ­qT õáÏY¶Ü','',0,'?'),('©\\noVÂ–—÷³fJÓ!F','wp-content/plugins/w3-total-cache/lib/Google/Auth/Simple.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I57M#ýâ#»º3ÅÕÃà','ÝMî¾>VD}±V\"pç$9¸*ç&Óc…·bI¢-ß;','',0,'?'),('©rï[(0,§Ÿ—8ù-','wp-content/plugins/js_composer/include/templates/params/vc_grid_item/preview.tpl.php',0,'«.Ûi™‰Ä3CC','«.Ûi™‰Ä3CC','\0{×Òseït_sY‹²òO‘oÔ‚çTi}¥;©','',0,'?'),('©‚Ô;MëEë¡¬CÞÑjÈè','wp-content/themes/betheme/muffin-options/validation/preg_replace/validation_preg_replace.php',0,'÷ºr‰¡ÒœLëN5‘ÿAP','÷ºr‰¡ÒœLëN5‘ÿAP','ëeüQ6\0ŒI‡Ûê5¹:Ö0‚éS­êq¬Xd·B¹¦','',0,'?'),('©‰À×Ÿz		=Zùy','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/paper-plane.svg',0,'\ZMøíZHæ´ß(JjÄÛé','\ZMøíZHæ´ß(JjÄÛé','³JS^ï¤¨j•5óŠw‰·¨;Á#--€ä²—','',0,'?'),('©˜ iÛ].hNBÄtRØ6','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_flash_off_24px.svg',0,'K8xý!Æyì`‹¥AíÉ×','K8xý!Æyì`‹¥AíÉ×','&qU\0ËNð/Q\0Ï!ÌÎI¤³ç“ò¤Ä\'‘¹Áû·BL','',0,'?'),('©¢=CÑ Ôæ*TXô¹´4','wp-admin/css/colors/_variables.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Õä]PãÌf˜éVkÿkÉ','ì3}³c9júmyðƒôÉÉê@sºâpþVRñþ©9Z','',0,'?'),('©ªT•¢šoÇƒ‹q´å›‰','wp-content/plugins/wordfence/css/wf-global.1607007971.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','€ADmqcíèvÅ˜d9','’(OÀ÷Ó›Ë€ÔŸMAWÖDã0Þ³Œ\\åÛ5LG¹','',0,'?'),('©ÊÚ·tìg—Z·gEò','wp-includes/class-wp-http-response.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','µÝ4¾ƒyÛKý„øß•','çÎ™	áåù[ó†{\0Ifâ\0„tâv\n9d¹•øxŠç','',0,'?'),('©Ø±ð^{8¸=+ITDÎ','wp-content/plugins/js_composer/config/tta/shortcode-vc-tta-accordion.php',0,'¬Ì§3EbæËîyN7JC','¬Ì§3EbæËîyN7JC','¡k¨^¸`éÂÔÌŸ“H‡ã;ÒÜ“kNï\r','',0,'?'),('©Ü ÍçIt13&','wp-admin/js/nav-menu.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ˆë¸ª¬9j¦H5TŸˆ','¢Ž°dÖ¡\0¸‰P)Ê5\'ÄiW„ØO¤:€^€5Ø9','',0,'?'),('©öY`”?D€¼>/Q\\¤ÐÇ','wp-content/plugins/w3-total-cache/pub/img/button-grad.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4°ÒN—µÇç‰9·ÖoÆ','Ì^©¿Boxçñ…ýPq\n¬¡ÓÈ-]PXoï¶ì“HS','',0,'?'),('ª¹ÏG™löÜÊÝ _Ö','wp-includes/js/dist/date.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ªºñ‹± ¬ ,%Lå…A','ÒŽªˆ¶ÏðÖyÎä}¤°ÄkP 	Ëæš±†õ.wô','',0,'?'),('ªJ-ç‹ºÔ\\\"ý×¥&ð','wp-includes/sodium_compat/src/Core/Util.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ƒäw.‹n”ˆ7ˆ¿I­¡¬','™¾œøW›.¢3$Èß^ÑOž:7zaƒÝ0AŽ','',0,'?'),('ª\"˜¸ÚP–åÍn±C.†ã','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_devices_other_24px.svg',0,'µf? au`›{½ñ„˜s¾','µf? au`›{½ñ„˜s¾','?R´ÐãÔl§FýNùëàÌÔÉN¦;ýcF@½&ä','',0,'?'),('ª%ÆŸ—˜Zj@ã°Ð|g²Î','wp-content/plugins/w3-total-cache/Cdn_Highwinds_Widget_View.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','À¨Î\r|1žCÆigK¨§¶','‡6AÃL¤Hv€w£.¸ÉJâ»%_¦/¾Àl–àJ','',0,'?'),('ª:ìC¯>»&À¯\r8\0i\r','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-time.svg',0,'‰â¨ê9Ðå{-þà•','‰â¨ê9Ðå{-þà•','!1Ö¸îÞ~ð>g ˆÆ\\€´¢1\Z±y¤©+Ñ¹','',0,'?'),('ª;?2èáˆSýã§\0ûšp','wp-admin/customize.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ºw ’ù“yñ±¼‰C>ø','œ¥vVœ§ë v¶b™è\Z¤[Zu…Gÿ GnAâ\"¬H77','',0,'?'),('ª<r%\0&Úââê˜¯á «È','wp-content/plugins/js_composer/assets/lib/bower/progress-circle/ProgressCircle.min.js',0,'=bÉ´>ò ñ‡†¤ëŒ°•{','=bÉ´>ò ñ‡†¤ëŒ°•{','Ò†}AdSmEÿß•\rÉH<ŒWgÎ9 ±)Uaõ[T\0','',0,'?'),('ªIm˜¯¥(<pÚþ£3R','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tablet-pie-chart.svg',0,'–øÐ¡úÍ¶U&ø–´\r-ˆô','–øÐ¡úÍ¶U&ø–´\r-ˆô','…Kbe™š^¹¿òí:Šx	”n”¢î©ï€gDÂÚ½$','',0,'?'),('ªS7{«&»ÓûÏ³VÆóQ','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-battery.svg',0,'¼E\"ÂÄÇ»”¬â#Øk','¼E\"ÂÄÇ»”¬â#Øk','gUï²QPš¬\\–­Ðþìü0w“öŒ¿Êªš~8’','',0,'?'),('ªTwÃêÍ”\n4Ã“×0†','wp-content/plugins/revslider/public/revslider-front.class.php',0,'jžzé´Þ(ß´H=ë:,','jžzé´Þ(ß´H=ë:,','á®åÕÜ™¢X\r¬ŽKÜšmÁ[›Dœ€èæ1u¸','',0,'?'),('ªUˆk…ìçG éÞ´º‰','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_vertical_align_bottom_24px.svg',0,'…ø™8©“â…¼eE&ËèO','…ø™8©“â…¼eE&ËèO','B‘þ)´.†nDEl*“›Æ÷YžåªiÀ-SÂà ó','',0,'?'),('ªXàá@ÁÔ%½1C„Ái','wp-content/plugins/wordfence/images/lightbox-controls.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m]¼a’¬•\\$É','Ç—’h?àïïSéîÍ)¸:›ÁÖi@h. X×g”†','',0,'?'),('ª]Ú.Ç1\rPXL©','wp-admin/includes/update.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8iªáÿðæèúžæ”Àã','x,Û‘ªº1×\"¤=q—E1Fs¯ KF&‰dƒiŽ','',0,'?'),('ªf(¼9ìÒ6›yaN|2','wp-content/plugins/wordfence/waf/pomo/translations.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','±üO\0Y…µî$$a4ˆ”yÇ','d	P-ðRÌÒ~K±}]É1÷ÿèøÓ=£\n9Ê','',0,'?'),('ªjb©+CzOõV[škF','wp-content/plugins/js_composer/assets/css/lib/vc-open-iconic/fonts/vc_openiconic.svg',0,'GŸfñ¤­§º”êØm’Nƒ”','GŸfñ¤­§º”êØm’Nƒ”','³í!n~\Zš¯>ŸZx^aüÑä‚ší‚¬z°¦»*˜Ì','',0,'?'),('ªjpˆdªrø†>=E\Z¨','wp-content/plugins/js_composer/config/social/shortcode-vc-tweetmeme.php',0,'Ë?Fjtzç´?=‹ò.ñ','Ë?Fjtzç´?=‹ò.ñ','¼éÀæ.uyÒðé×r”÷·UÍ±õòƒªé6:ŠMýÆ*Ú','',0,'?'),('ªk´óH¹©Ã[l»ÿfz,','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_horizontal_24px.svg',0,'õGˆµ8FG{—“(	','õGˆµ8FG{—“(	','³!.Tuñ#Æè×¿Þm~\0DXÏ®Ômì^#5A°*îr','',0,'?'),('ªrYýÿ\0­S²—Ä(z|«','wp-content/plugins/wordfence/modules/login-security/classes/model/notice.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-Gb“yf€Ô|õ½S¼’','ÙoŒ¤G5}[ï`Æn†úxµ¤ÂÜ¡^‹@B#Ì×õžlb','',0,'?'),('ªs8æ\'íÆÉ€á\Z%Cx','wp-includes/blocks/archives/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ZDTsùµá¤áí3ß—ñ4','Ûžš×î¬‹	£ÇvÚ*xÁª¹ª~L~ðß¶•$™ýÏ','',0,'?'),('ªu$Š{ÂãÛÜ¨“§vå','wp-includes/blocks/latest-comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E]-¨\Zì(R8€ -5g','V¢ÿO\\;¢„ÿ–¨–Q`ÿ]EôƒQ’gcB','',0,'?'),('ª~K•É·wwfÀCì','wp-admin/js/widgets/media-gallery-widget.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{üc/ú‚©‰IÕÂõê<›','yÆ\\ÜR£TÞÜ öU‹tmYÇ(†ã»±Ì¿','',0,'?'),('ª:„¾˜¾z59¼Ï••\0','wp-content/plugins/w3-total-cache/pub/opcache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','cÈ¸{†ÀB¥rí±#¼U‡','š¼Å›ûAMp TbÍY1#“rÖôï/åZmÕÿèé>','',0,'?'),('ª‡ÝÔðÜ<“ðì\'ÓŒ¤','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_add_location_24px.svg',0,'\0Ò`¯>8\n8‹ªÇ','\0Ò`¯>8\n8‹ªÇ','…xŠ11&…2^*§J/ãc@f…¯K~<.[_£,','',0,'?'),('ªˆ}z²šî¤#¸€™‚\Z','wp-includes/Requests/IRI.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','52]ƒœ{ò}µù	`X','ÉI?~Ê4÷»ß]4¯ûÇ‡ŸK‚­Fªý\"v«I(','',0,'?'),('ªŒ;øT_&œÌ«-ï˜ó','wp-content/plugins/worker/src/MWP/Migration/Migration.php',0,'…´ëÎŸŸÏBóxS.øx=','…´ëÎŸŸÏBóxS.øx=','Þ0—\"Íð”ÍPY\\&l5wóªžô*.	a¸	','',0,'?'),('ª™\rŸžµ[¯ã\0êEuJ','wp-includes/sitemaps/providers/class-wp-sitemaps-taxonomies.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¿VêˆÌ¦¦øÙQKã#Î€','ÉQšä]+N¥‹[m^Ì‹BÙŽð1¹¬Ïíù}Ÿ','',0,'?'),('ªž4‘y‡3%k³ ‘³˜Ñ','wp-admin/js/widgets/media-image-widget.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ŽÈ;k“#?”çcQ7ß(e','òoÝŸ{Ì\rrŠh5ÜÅF°w¯wÏ	LeðFzÓ]è','',0,'?'),('ªž»ä±¦s€*µî†¿8ß','wp-content/plugins/worker/src/MWP/Action/Abstract.php',0,'=úy,©šWüzª»v	','=úy,©šWüzª»v	','ZLÉ	[¡ÅÞ\'hAØÝä\0Ý»h{bÆ\n³aŽÃ¿aM','',0,'?'),('ª n\0ÍÜ1 —ÍÈ\nø@¨','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_confirmation_number_24px.svg',0,'¹Ü„±ë’4½\\t­_','¹Ü„±ë’4½\\t­_','þ*¬),Å$	óO*>p0À7‰gå£\'ŠûšQâ6\0Z','',0,'?'),('ª “¢a™6²z\n^ƒÕaÇÿ','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_bar_24px.svg',0,'CH-ž]ö…Ëó€»VHR','CH-ž]ö…Ëó€»VHR','¦Ë¢Z$íä	{‚ÅÞât¯m9‡}ŠÑú„˜0Ì\rª÷­','',0,'?'),('ª¦\n_$OYä±ïzYH;','wp-content/plugins/w3-total-cache/Cdn_StackPath_Popup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÿ~Õ¢èFED>=\"8ì\"ß_','Š\rLµ[{G×Z\\µLIg–\\ù=8ªÆ6´g/ßý','',0,'?'),('ªªõÙ†˜|† ²½','wp-includes/js/masonry.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';?È&åÅTŽJeœxH','$¬!É|=#f…cêjcùÁÇ:¥ªT¹Q0bæ¸,Ê‰‘','',0,'?'),('ª¿’w‰~IvºX%Ä','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_camera_24px.svg',0,'\rdm+Ë>_˜MN´žt@T','\rdm+Ë>_˜MN´žt@T','Xº	ÙÕäŠØDŸ¿C„ÇÏ7ë^©=†—ÛCP','',0,'?'),('ª¿Î˜Ä•r(„ÅãÄ ','wp-admin/js/auth-app.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','­Ùë´._ŠØ	Ÿ/l¥«Æ´','@H­²ø¾¯7ÝDã;›±|çi\\\\¢Þ–æëjh','',0,'?'),('ªËÙv{C«ÀºÎÒ§€Ž4I','wp-content/plugins/wordfence/lib/wfViewResult.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ù9ÂÖ¿YCA4|à¸p','{30ýpD¼ör%#ÃÁMzÏ_âÏ”K}ŸAo6MøŠRö','',0,'?'),('ªÏÑÓIjR\'0¥u”Ã','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart-pyramid.svg',0,'ZÇ7øq.4™•ÉUWŠÙä','ZÇ7øq.4™•ÉUWŠÙä','9ix,z©¹§¹¤Î¬ä8u~©)6ýÂÝ”´ M)%lö','',0,'?'),('ªÚpº$^†ôµdZ','wp-admin/network/plugin-install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‡%(F±²v\0ƒ~»ëF','Ú™s-s™åÇ~²uYeö¦’À’ÄT‹ÃûF¶4¿!á *','',0,'?'),('ªæ[KºîæbŽÄÚ28·','wp-includes/pomo/po.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÿ{K_ÅòeGã@{	/','îG\nä{2Ù‘­Å@k²Ù—ùÌ9Ô²ä÷1G9ÑÈP£','',0,'?'),('«	-5JÉÖÆîdtÉUŸ','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_security_24px.svg',0,'áuýRX(\rzú;“\"/Å','áuýRX(\rzú;“\"/Å','á˜8ÈN-ˆ¹Ä˜~ÕW!o­\nXW2.,Ü“¢¸','',0,'?'),('«\'zñ%›*[›KÝàkµ','wp-content/plugins/js_composer/config/containers/shortcode-vc-row.php',0,'\0Êu’vïìÉLÛ','\0Êu’vïìÉLÛ','È„þ”ãÑø$vj&Š­Y£œRqÑé\\XVü9v®y¨­','',0,'?'),('«ùöjš[ùÍ«bFú¶ï','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-structure02.svg',0,'ª¨«x`Cs•W¸Ñj½í','ª¨«x`Cs•W¸Ñj½í','\ZäRÓ§¿Èí>c.œƒV¨\0h¥²WÇU_\nÐ	Æv[','',0,'?'),('«ÔNP½²£<U’ˆ÷†Ø','wp-content/plugins/contact-form-7/admin/css/styles-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C÷Ä –-Õ¿D$;$OD´','¡3z-\nGéÒ¤Ô?~Oºšª\ZsxïS]ÞN‡Äÿ’v8Ö','',0,'?'),('«ÐèX’°ØJ üp','wp-content/plugins/wordfence/lib/wfBrowscapCache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','TÁëÏQ×x‡j‚','Ðƒ®žë1Y„„õTšŠÐˆÕqó¤W6Ý‹™Õh	','',0,'?'),('«\'í#308R£U‡¯TÍ','wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_part.tpl.php',0,'àºÏ½b¯×-=#9Nª','àºÏ½b¯×-=#9Nª','Z×Êï3›à«ˆw8(?i.§kwZK!ï“q','',0,'?'),('«0?œÑX£8›oè','wp-content/plugins/js_composer/config/structure/shortcode-vc-widget-sidebar.php',0,'Iï;ô¶¡‡•§ò–ÓO','Iï;ô¶¡‡•§ò–ÓO','p(¢q\rú\n-J]\r\0”ÐžêÒ­[êr\\WÆ\rÑÑáû¶','',0,'?'),('«2Î7´ÿÎ+¿Pü”Úàá','wp-content/plugins/w3-total-cache/pub/img/overlay/lite-gray-check.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Àf¿qçŽ{ù@/Œ€Ž‰¢','z‘Œ·½ºøÙ”‚¦F™I½7ú°	ØÃ—Ê¢4åK(','',0,'?'),('«?ic	·Zž9D§0´','wp-content/plugins/w3-total-cache/lib/Minify/Minify/Build.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','™€\n¶dáûôjq3«»','ùã–9`ùA\0>ym\r\\Š¨ÎÜ?j6ÍU@ðzr:¿Ãj','',0,'?'),('«H”®oC\\¸ö‰/ü[ÿ‡','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_1_24px.svg',0,'žó¦àòüø™ø\0¨û7>','žó¦àòüø™ø\0¨û7>','4BæY±NŸ4¾sáa²- 1¡Ng5ZvûËb O0M','',0,'?'),('«SÄëú³qê`ŽƒMÜ','wp-admin/includes/class-wp-privacy-data-export-requests-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ú¡q’1‚b»¿4ô	G*','{U%ÐHv³Ê3Û) |w ½-L¿½&ÿÖñ.äŒ©','',0,'?'),('«WÚs¢\\ÌxÇb]à¥','wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2017-03-25/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~ùº­WùtÊï¥ÐÐà7\\','ÔÔ	“ì Kû€Ü–§†°môˆ_U‰âÅ‰þG','',0,'?'),('«]M°“rzÑW‹9‘çœ4','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/buildings.svg',0,'4û’Ç@×‰)1ÚÆ‹tRº','4û’Ç@×‰)1ÚÆ‹tRº','Û6éÓ£èò“eýÄÔîD·ÜBz·¸RÄÂµsãÐ','',0,'?'),('«dX$s„\nÔªæw«]«ª','wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-panel-templates.tpl.php',0,':zÎ½…jSj¾×íûi¿Ib',':zÎ½…jSj¾×íûi¿Ib','ÚØ´ˆ?\'ŒFÔéfooÖrÊÏ~1ü\'ŸSV)ô','',0,'?'),('«mp£  ®4\"}6>°tG','wp-content/plugins/w3-total-cache/Cdnfsd_StackPath_Page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"0­’×ÈT4‡1¾l¨','@ä3ƒðHñÆ®FæÇò3AA¿‘8æäŽÖ¡|ÐAb×@a','',0,'?'),('«nÖ¢¡ù\r’V5‘‹,Ù','wp-includes/widgets/class-wp-widget-meta.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','haÎ+õ£Þ­jøs2ÀÒî†','fˆ\r`.\\‰Û¬\r“ÁÈ“H¸Pgµ“¿!Mßwòm®‰','',0,'?'),('«o¢ù ´l>¼âx~I° Â','wp-admin/network/about.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~„€ž(™†ø4áGìõ£','öŠj/}Ó…¹”Á\0ESþúÌ¤\\Hgë#Z©¡._','',0,'?'),('«|¿àÃ\\®™š–7®Õˆdf','wp-content/plugins/w3-total-cache/Cdnfsd_LimeLight_Popup_View_Intro.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','•b§ÁÊî‚ðh–´\nÓ‚ó','ßÑ)95ºµ‰\0êýîµï1iðDòLPbm@ýÎÚ','',0,'?'),('«ˆyW=†â…D‡q}çÊÖ','wp-content/plugins/js_composer/include/templates/params/vc_grid_item/shortcodes/vc_single_image.php',0,'$Êq•:,\r¿õK´‰$LD','$Êq•:,\r¿õK´‰$LD','§³o¹/^e\Z\'ÀÇ·Ðe_á–î-­ˆ0@@\'Ô–X{','',0,'?'),('«ˆ†>CK$Àz9b','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-arrows01.svg',0,'IÔí ŽˆÃÎ)Zªf\\n‡','IÔí ŽˆÃÎ)Zªf\\n‡','ÍVç¬{«T‹r¤•*+oª^ŽÈà)¢J{r½÷W”Y\'¸','',0,'?'),('«ˆ°0jˆlµSÓýKò','wp-includes/post.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`fÓjë©6ä*2®ö ³','ùøÍÌ	¢¸Ÿí«wÖÚ(Æ£Oò½s>~lii³H=gÍ!','',0,'?'),('«”an†)ŽÇ{üÞA','wp-content/themes/betheme/muffin-options/fields/radio_img/field_radio_img.php',0,'KµC\0Ó\ní*HNš|í','KµC\0Ó\ní*HNš|í','—WÏwHÆ¥©Jüqîoþ´ä¨ü›8ñ[ýâ` Uš','',0,'?'),('«”ƒ’•gŠ‘fç—_¡C}þ','wp-content/plugins/js_composer/include/classes/vendors/plugins/acf/class-vc-acf-shortcode.php',0,'ƒNð³eùä@µ¸Ž\'ýo(','ƒNð³eùä@µ¸Ž\'ýo(','Xý»P.ÌÛø&·°ôôWä#]N*%¹BãÏòÝ ®','',0,'?'),('«˜¸÷Þ¸qãic¼=’','wp-includes/class-wp-simplepie-file.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ŒÓ88A¡` w+¼p¬T','…8u]³pØQ_”t‡RÛ®]o}e5#P5b2BU¼ò','',0,'?'),('«œ,Lêqm\\ÀjX#.sÿÎ','wp-content/plugins/js_composer/include/templates/shortcodes/vc_accordion.php',0,'ÕqKcx:`‚Âÿì…Þæ¶1','ÕqKcx:`‚Âÿì…Þæ¶1','9œ\0§`Ì/¬Ú6ð—.¬ùX~/tÃ—ë\'¹3Gãð','',0,'?'),('«³sùÕŒQ±¶7oéÃô','wp-content/plugins/wordfence/views/common/status-detail.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¦Ñ¿DÊ\0»|ö•²ñsæW','¼\n*®v¯Q’÷(GÕóiÔuà3@×Î4ÿŠ*‡É','',0,'?'),('«ÀÓ7.?>þF¼–2;','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-meeting02.svg',0,'«³¶¯¡n	;¿qÀa¡Ï','«³¶¯¡n	;¿qÀa¡Ï','XCâ Jº¬µ|´`]žš0yW0J5hìòxR,~','',0,'?'),('«Â«¬ä—-j=´u¶N\\q\'','wp-admin/css/farbtastic.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ùã8)¸úí}{¾øCûh2U','|A¹åLäºÉMbÇx¦d8Xï‚jX.ÐûŒÖ^\n\ZŽ','',0,'?'),('«ÊùÑ=”šå¤®ðY–<','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/GetBlobMetadataResult.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E±Ëý›&hSUd½‘æKê±','EÀd™–ä]hxÙì˜Cà¿²M¦¯PÿXxÚå','',0,'?'),('«ô÷á—Ø3…-ƒ«4°','wp-admin/css/colors/midnight/colors-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','®ßß –lZ1«sö]û6','~¹CåMD=Û?îõhO™H	¢bx¿Ãz=^õ°ŒÌ','',0,'?'),('¬	ñ\"Oñ$Z¹ø·•ýsG','wp-content/plugins/testimonials-showcase/resources/colorbox/i18n/jquery.colorbox-kr.js',0,'5¡÷ŒQ5¹daƒ÷Ë<ÿ‹','5¡÷ŒQ5¹daƒ÷Ë<ÿ‹','P()QzO­uVŒqÝW‘4cØ ¯.M!oúqþBH','',0,'?'),('¬\"Ú•K[@‰GÇûáá9‘','wp-admin/includes/class-wp-theme-install-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¼±‘\r^OBÏ_7é.4','²bñþ÷Ó¸õ•úÄÛ.§fÃ$÷!ú¸´¹@«‘KÚ','',0,'?'),('¬#îäu0¬c¡Œ‚}²€‡','wp-includes/js/dist/i18n.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H¢\ZÝöfáÏÆ[Ó{€¡´<','H˜ýÓò9ÒtrS8#jÚ4mMkÆâj|¬ç=¯Þ†Ô','',0,'?'),('¬$´Q²sP¸¬êR3}/','wp-content/plugins/wordfence/modules/login-security/views/options/option-token.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','´>N.¢Ròy£E‚Eˆ˜n¦','0Q§œê~0”ÌöSbgôs†™x:œE Çmðyø\\Oô','',0,'?'),('¬3!9ä=è6Ý¡','wp-admin/images/resize-rtl-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÏMÕï“ù¨MñHõ!þYA','£2ùìmÑoßæ{«|…ny‰üËƒŸ4(åøûÏ†î=ª','',0,'?'),('¬4ûçÒö³¯bÊ¨ .‡¯','wp-content/plugins/w3-total-cache/Extension_NewRelic_AdminActions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&&~â%>iÛ9&žã<Ü','põ(ŒfZ˜pùµ^;äçO3”ÉV-ë¹#ØŸ','',0,'?'),('¬9ìCPCž*:,ˆÝWÖ','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Exception/ConnectException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L:TÂ©’xA|ŒÍI¢V','„bÕ•ðÑ¾6âäM´µ¨wÒ¡•‹ÕUY¼Ê²zœ°Í','',0,'?'),('¬Ioo¨Ô†5nu¤Ñ­¶ˆH','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','õxä»6Fƒ\0f‘á ù–','Nƒþ^qóïyqÜ¯\r]¹Süë\\ãð[ÎC{V§šyÐwè','',0,'?'),('¬Qü6ÌB5r?¬\"9','wp-content/plugins/js_composer/include/templates/shortcodes/vc_video.php',0,'ïI¾‘ì@úWY¡´å°þÒ','ïI¾‘ì@úWY¡´å°þÒ','‚P¾ÒCO¹QŽ§„æ·+Ë±a1Ó²úï{†>•j-','',0,'?'),('¬ZgÓUi1içÆ¾äxÈ=õ','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/AuthenticationException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¦dïWè,‚úXEEæoñû','l?õ™à©)&&©¤ââæÓPÈÓP$@Ú\\¹/ ','',0,'?'),('¬^2^£Tš:ÈmJ‡ø:­','wp-content/plugins/wordfence/lib/IPTrafList.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ôn)óý­e°†€’7e','\'å©|ï\0Ó¡Êã!tÔÛ|uxí÷˜¶^&Ù5lÍ','',0,'?'),('¬^‰Aí=v‹Vçã\ZÇó‹Õ','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_fullscreen_exit_36px.svg',0,'L¢†¹ð:—®F&´g','L¢†¹ð:—®F&´g','9¸(S¾ÏjÅùB›½[ûûsRì²\\\Z¸í!±œk','',0,'?'),('¬bó0Ý€>jã¤\"«þG','wp-content/plugins/wordfence/modules/login-security/img/ui-icons_ffffff_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Aa+JD$ø2Ÿ‚J”Ú','¬/#?Tï†iOLyv¦íuš˜TK”°©É¤½·\\Ø»õ','',0,'?'),('¬ii’¦Ÿ¨	ÝA˜âÿQ','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/diamond.svg',0,'U©øÅÒ\nÇ­£ïGòé9„','U©øÅÒ\nÇ­£ïGòé9„','Ý=¢>wíow±(’Ÿw¸£úÜ\'äqRNä >ó','',0,'?'),('¬jU£LT…¥®©h•y','wp-content/plugins/worker/src/MWP/Worker/index.php',0,'gD,Vë§=\\ÆbP','gD,Vë§=\\ÆbP','k‰À—~	¶½UH\Z¥ÖxƒPêÛAÌ„¢ú<¡ž;X¨','',0,'?'),('¬‰÷‚øsGGá^`Ne','wp-content/plugins/w3-total-cache/lib/Aws/Aws/HashingStream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','aÏ¨‹p(ì…FÆ>•ZÖ','‰RLôBßÜŸ\'­_CP\Z%w™NH“iL—Ä[','',0,'?'),('¬ôÕ»g_æH9S›22vš','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/gears1.svg',0,'~oKYÊPé‘Ÿ+\0—Ž©Ö','~oKYÊPé‘Ÿ+\0—Ž©Ö','UœÐ® Ï5Ÿ8QTå‚¾Ôîo\'§$ò+æ?*Ê)','',0,'?'),('¬®-\"ZôcÜ1×&?zjEe','wp-content/plugins/js_composer/include/autoload/vc-pages/automapper.php',0,'\røhšfÿ:$RÖ ÉþÆÌ“','\røhšfÿ:$RÖ ÉþÆÌ“','¦ë*}ZXEÆÅKÕ\rÚí„•`a}qÙ9kÔôc‡O','',0,'?'),('¬³ï™5‹½YS¾¸yB','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_aspect_ratio_24px.svg',0,'ù^‰ýÞyôã®àûSr¼','ù^‰ýÞyôã®àûSr¼','¤>²‰Ïí¯¦È!l€‹ß–çl	ÔÑ¢Þ²žü—%;','',0,'?'),('¬»Ž;Ðz>3q¢+¸Ô.œ‹','wp-content/plugins/w3-total-cache/lib/Aws/Aws/CloudFront/UrlSigner.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{n½Â|’`D®¹,úu','ïIù¾×®XNÑNw—±ÏO¨Û€E8½b]{ô¬ÂUÉ’','',0,'?'),('¬Ê¼@W1Ž™•tF~mè','wp-content/plugins/w3-total-cache/lib/Google/Http/Batch.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','°gõoMlóf($(_\Zrg','ßªu<‡ü—ƒ‰ãTY3¸³ìë8úb~Ë0¼2(z#°e','',0,'?'),('¬Øècœ–Á©VsŸ9¡oèï','wp-includes/css/dist/editor/editor-styles-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Çä¹®ºLõÏ)ÐÊ','æÈ£7ƒ\ZÔ,ñ¡šä¨[xËÎR,<XŽê¦È','',0,'?'),('¬ÙÛFL`‡Šaá)“]Z','wp-content/plugins/js_composer/include/params/params_preset/params_preset.php',0,'v¹¢0;Éz¿m$qjP«','v¹¢0;Éz¿m$qjP«',',Ü®÷p—Ï\r×õ=yÍÝÈ@ñâ¢jdrål+ùb','',0,'?'),('¬Ü]çMj\ZTý¸yã2Ü0','wp-content/plugins/w3-total-cache/lib/Db/mssql.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y`\rQ	Þ_è\'À4§:±e','o˜=²Cßó’Uä)çQ?\'JÝ†xv2¡T?k','',0,'?'),('¬ósC<‰:ƒ†æ<ÎAÐ','wp-includes/sodium_compat/src/Core/SecretStream/State.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','éëõé:ÇZ{ãðë5²o','ÁúÇ<å€så6´÷\0,	Raô­uhXðåcðØ×','',0,'?'),('¬üM|RŽ‹\\Ð®cËv…','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-settings.svg',0,'3üßª¾r@Œ§#C¤ÌW','3üßª¾r@Œ§#C¤ÌW','¹âŸÕÈ@Z¬)Þi³¾\rXûPŠ¾Þ‹’ËÎiY·-Ó','',0,'?'),('­ms¡JÀ{ *‡¥{4´¹','wp-content/plugins/js_composer/config/tta/shortcode-vc-tta-section.php',0,'yÓöÊýøp;Ì{b','yÓöÊýøp;Ì{b','‡;p€Ò1\Z\ZnëÖ\n& dÝ-ÄdŒð?°±}','',0,'?'),('­Wk —2ñ\\ËÙsàÞ','wp-content/themes/betheme/bbpress/content-single-topic-lead.php',0,'{äPA›°€-|Ô 7È','{äPA›°€-|Ô 7È','°ÎŸÞŒ–åÎ ~¡ùy’óa[§)š¾$ÚÓÆ†ÒÊq','',0,'?'),('­âºµÚÉ±¸ò[ãí)a','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_volume_off_24px.svg',0,'ƒfk}ÊJ(±Ýñ…OK','ƒfk}ÊJ(±Ýñ…OK','\\!sãÊ»ž¸óçŽÇÍrý\ZVüšÒM%¬×/Ë™\'°','',0,'?'),('­(˜€gvg>ÁÎ\Z\rE','wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Promise/PromiseInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ø›MÂ™ÈtVòÂSÆ¹N\"','kÖêÁ\r€“WŠ$å7m~.êôxvZ\'€žÇhn—V','',0,'?'),('­)[\"J¹H”î|çjkŠû$','wp-admin/js/customize-widgets.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ñ˜À\\,yI…þìÇD×a','à§“çà³}ÄuŠ}@È\Z¾\\,•XKæñrñ;7fš','',0,'?'),('­*n+ZÄ”–ŠeLÖNrç','wp-content/plugins/worker/src/MWP/Worker/RequestStack.php',0,'Zq¿ìœÝ¦RÈ–™ÚG','Zq¿ìœÝ¦RÈ–™ÚG','5þÒðÝp3»~vß©É4’éßÃYùÔØÇw‚	Qö','',0,'?'),('­1®Õb €¸‡Ó7$û¦','wp-content/plugins/worker/src/MWP/IncrementalBackup/Database/StatementInterface.php',0,'kukÄ(sïKS|O¢¼«','kukÄ(sïKS|O¢¼«','Áæô ¾Á ¦YÄÍÈp[{Ïˆ[Q5Yîîf]UÌ	','',0,'?'),('­?FÏ¸½ë¼¥A†€R1Ê','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Util.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','™p‹˜Ô¦d0ÄàlN&7+','^s\nù@G,¤Ú–\n;|3P	nÔ”/\rzAÝ\"\nd','',0,'?'),('­F˜FPQ$Œznüc†','wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-ninja-forms.php',0,'j‚‚Ï52ÏøãµsCðŒº','j‚‚Ï52ÏøãµsCðŒº','÷ã‰ânáÈCˆd’§pä(ŠÚmô,KXsN™','',0,'?'),('­I%Iù9ŸËb±NÓ³/É','wp-content/plugins/w3-total-cache/Extension_FragmentCache_Plugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','­î²ÂµV½ý£MÞHTF©','x#Ãû:íƒ<â}µEŒ˜5Ô‹Ãƒ=L‡ðri)í8„','',0,'?'),('­JTV0D·îoTAï¼»@¡','wp-admin/options-discussion.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2ëú~œvg«Ô3Ü˜à','²lAt;Œû#Tt_Øy\\S=ŠšÃø#:XÙ¥j·','',0,'?'),('­Kf‡\rkÜ©µ6ÒB_)','wp-content/plugins/js_composer/include/params/tab_id/tab_id.php',0,'.NúÞN²kMçŸd','.NúÞN²kMçŸd','ÁIhijJð‡ØÆ6àâ·¦fº’‹¥E±ÐÃ‚Òë˜M','',0,'?'),('­Lì/è”Ô‹Ð¤Ð\\šØ','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Sns/SnsClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ì™ÕÞ\"#ôfOúp\Z;','»\\€ZéKAF=Añ|;/\"´3cÉ3xëu$ÔNñÊ¥','',0,'?'),('­Sš_j|a\0<Ø¦Í<*9‰','wp-content/plugins/w3-total-cache/Generic_WidgetBoldGrid.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','É\\TO	æSËDYÂÕÑ6','ã0(v4JÄ©òÈª`kû0ío,þúŠ-h -™','',0,'?'),('­WOäÝíœþëP6e¼','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-search01.svg',0,'Ù_…\04½OûV\"!þ±','Ù_…\04½OûV\"!þ±','E-}ýaÞ!„U>ÜVƒzÈß¸tqPè1¼Zé\"ø%Ø','',0,'?'),('­s¡¥àZiF¢Í|®\Z2j','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_center_focus_weak_24px.svg',0,'ÃåE~}”!Æðoµw*J','ÃåE~}”!Æðoµw*J','Ê×Ä^Vï!šµ\'ºeÜmHÁpú®?˜e56ø§þ£š','',0,'?'),('­‡‹‚Sà8MßC‰¤>ëÇ','wp-includes/js/dist/block-serialization-default-parser.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ßŸƒÇ«Xºs%Î{ð','h-LWíUi°pŽŽ4:\0+Q¯fŒ.ýqZ¨‚Ÿ˜ ®Ò','',0,'?'),('­š•SÇhÞëáSÐ%Tzø','wp-includes/js/mediaelement/wp-mediaelement.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ô%/NqORågûÀ+\\í','F}\Z\nåõêv†nò²`¥çZ!¶T‡®WŒ°™Ïs','',0,'?'),('­ÂÈVö÷HNÍ°ïu.Á­','wp-content/plugins/w3-total-cache/wp-content/db.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ê^ÙR&ÜÏøüª	º~','­u)à…BxˆT–Å#‰¡}¥Ã¥\rl%Å^à-a¡OÀóðú','',0,'?'),('­ÅV¹Áôv)~Ž€‡kÿ‰','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_edit_location_24px.svg',0,'À]#bÚÌýòèÙ	Ã-Ø','À]#bÚÌýòèÙ	Ã-Ø','Ð°\"²ˆ0k¥™v‹—[×¯1.`‰fi‡]½ÆáFþ','',0,'?'),('­ÌÝ\"Ü’³÷ÓÃnzD','wp-includes/SimplePie/Caption.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÜŠ×Ñy’uŒD\rÂ£¬','\'ËW1Q½5[Û‹ë)¿Â\r´8Û5:òê?*)K','',0,'?'),('­ÜË‹Ý_o!\'Úuœáør','wp-content/plugins/wordfence/views/common/page-tabbar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','»ƒ)\Z¯°ótU2Ec0\'é','äÃºMØ..8†Ñ¹>Nwýj¥ZîóÐñ©WbúÃ*B¼','',0,'?'),('­âZ\nuÕoK° ¯¶T;e','wp-admin/images/list.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>–½*âÀÓ³ÑSñÃ','\\w«»T[…=°b­aCk©…ª;c£¶À','',0,'?'),('­ð«i_ITÕ›¦]áþ4','wp-content/plugins/wordfence/js/jquery.dataTables.min.1607007971.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<\\Âô ƒÍ•·h¨','væAo;üïŒ¤uDÌ3$›WB95ë£_\"´ô± ³','',0,'?'),('­ùll¸„ƒxèL,7WÊNÛ','wp-content/plugins/wordfence/views/common/modal-prompt.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','häÿ²õ‡\r$ÖÓo¦Š','lå?ß9Rw\"HŒ^É\rÓs“é¿Åó‰ÏïÑ\ZD:£Fãa','',0,'?'),('®	™ ¨™RÕâï˜†^r%','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/SetBlobPropertiesResult.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_‰C\\¨¬*©¥Gý•4Á','ú136š î¾?ñ\nÚÊ¬Õígô¨D°Ä8f‹¬æ>q','',0,'?'),('®ÌäUy/ÿ*%þåý;','wp-admin/includes/update-core.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','wÅTœ¼æ;í‡‡[œì','ñÆzk\"ªM=Ž[ýÁ4vy×Ê‚9Ø;0€˜Éoùm','',0,'?'),('®\rEöÈUÏœøÍ„ÞÙ','wp-includes/images/wpspin-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mS¬û¬ýÐÛy\"C‰ÄÒ','°½66S¯X¨£±¹þ±6O}É4>ˆp¾\"Ã ”\'1','',0,'?'),('®W«‡µPæ—ƒ^qðy€','wp-content/plugins/wordfence/lib/menu_firewall.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mæŒë2_MjýÂÝVõ','\"!µbÄXÈ‰žr3¸ÎOãïe„ë{0£˜°','',0,'?'),('®B–Å(ð:‹ä¿-c','wp-content/plugins/w3-total-cache/Cdn_StackPath_Widget.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','…¤¨Xõ*3¾“ÄÜÍëìk','N‚a˜`K7D]ih •¿gòÞB`ü‘’í×h/','',0,'?'),('®\'[ÑÆk»°È”COcc','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_mic_24px.svg',0,'³+ \n1õ”b7c	ŠÖ<','³+ \n1õ”b7c	ŠÖ<','ms;àë-ûn sÍ<i;b# ³\0DsæiOXÇxYÛðƒ','',0,'?'),('®*¬„¶€ÉNIzl†w·Ü©','wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Handler/EasyHandle.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','îÄ-Õì<ÖïlÊG5Âë›','Ã},BŽip¾/]½&W‹)Ðpî¾;íï¥*X‚','',0,'?'),('®g¨Ú5j÷5ž¯T!ÚY','wp-content/plugins/worker/src/MWP/IncrementalBackup/Database/index.php',0,'gD,Vë§=\\ÆbP','gD,Vë§=\\ÆbP','k‰À—~	¶½UH\Z¥ÖxƒPêÛAÌ„¢ú<¡ž;X¨','',0,'?'),('®h/Í”žj—Cê¶\0æn','wp-admin/includes/class-plugin-upgrader-skin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[”pTá0$ž˜¨±Þ.…','?ˆtßüD~#Í˜¢–/X˜#G/¡íæNf\\¥›ÍœgN','',0,'?'),('®xˆWº‰2eöuvÔL','wp-includes/customize/class-wp-customize-background-image-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ê{fÒ&›™E\\$òsXÔ','RÚv3úŸ¼¾~ÄÐ×ÞðÀÝ|.OôLŸtÐN`Ñ®Æ','',0,'?'),('®6« œ?á›^oï»#ý','wp-includes/sodium_compat/namespaced/Core/SipHash.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r-äeÅúör^©!ƒ~','…î`”ƒRélÔ¥Lzã?iÂÄACHÓóž®£Pyén','',0,'?'),('®‚R	¿(¼,	!)ÎZ','wp-content/plugins/wordfence/waf/pomo/mo.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÚÈ1¾Tð«L¿B²ì]Õ','\"{à^†æØBº‰·}é0õ^×ptG%Y²¸‘Rs,ÛŠ÷','',0,'?'),('®•tø¬eK¦SöHÍv','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/recycle.svg',0,'ÿ½Ñ1[ôV“USÐ+Ó†-','ÿ½Ñ1[ôV“USÐ+Ó†-','cŠ»˜ ó`XXÈG;{éY}«­ƒÛÆ«VbJØwX','',0,'?'),('®šuj$”Ù·KF Â%ë','wp-content/plugins/wordfence/modules/login-security/css/colorbox.1607007971.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','“<„»w\ri™ì»ŽvL*xÉ','ÍNÍbµƒ\rÌŽŠ/?+\'åÄbi\'úWâ$@€i\0','',0,'?'),('®¤[R?ëå•X$—.É¸‰','wp-content/plugins/ga-google-analytics/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¢@9:ì•ð1T¤<R‘','iSÀ_ÛÜƒ”Rƒlåþùt…9è!=ÿc§¿¾¿—','',0,'?'),('®¨šƒÀôøóÝˆ3³+P\r','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Country.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','û”¸—,0Á§Z%É­æùš','íg^ô¹MµÉ©9=&*­M{°ÙXb»0*Óu“¹Ù','',0,'?'),('®¬Ï¯Ý’ZwQßx[æÀëü','wp-content/plugins/w3-total-cache/BrowserCache_Page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','„–²Ð¶!m^R=|šRd¤','¡BŒ×Ñ¶ô®¡EJG\\[F}8©K¥I\'È´KY\"[Lˆ','',0,'?'),('®­´øý&@pˆÓÎÆÉ—','wp-includes/js/dist/wordcount.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ƒs KóHd`C¶!ß¥4\nb','«t%ŸëÏRGØ‡—E\'\"JÚEr!š\',','',0,'?'),('®»Î¦Hcñ^žâû°)','wp-content/plugins/wordfence/views/scanner/issue-control-edit-user.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÍDç§d4ú\'T)Ãç·','áKPUØñwxd¾!)nêŠÈ1wƒ<mžÃ.Ç³f','',0,'?'),('®È%âú¯ŽÚô±¹t­¤‰—','wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-layerslider.php',0,'d@StñšŸ¯7lÎþ=†ó8','d@StñšŸ¯7lÎþ=†ó8','}Š8‰–…ƒ¹áìŠzµÖú\rïÍ|ïN¢b\0žÿE¦ÙâÜÍ','',0,'?'),('®ëþ§ªêâsp›Ðäeü','wp-admin/includes/class-wp-ms-sites-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ù[IIÙ[ÞI#i”š','<ùC~š-.Œ\0ÅÈ9q¯\\—Ô}ê)ÄÏœ~÷[$','',0,'?'),('®û	ýÓ­gÈ±!n‘P‡','wp-includes/IXR/class-IXR-client.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÇaœÈÃJ€}‘ž!ÅWÌÊ','Yw½à1æôv.£G3eñdå†¸Ã„¸­y`LR	]','',0,'?'),('®ü!fY¸#Ñ\\X‡=åz«','wp-content/plugins/w3-total-cache/pub/js/lightbox.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','iÇ*òÍÆ[ój›}²9ä','¸Ù(qòTžÓ3qoµ£Wƒ<‚ÝB°,Ÿo5Q¦W;ü','',0,'?'),('¯õœuðb¯~â7£Öi\n@','wp-content/plugins/wordfence/css/activity-report-widget.1607007971.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J„^x;y‚­‚°Ôc¡ýÿ','ÐÓ¡®ÁfÅaMšWv+ò€¨WŸ%}Öêž`DöN£Å','',0,'?'),('¯Žbj­GŽ±‘LÖ’','wp-content/plugins/js_composer/include/autoload/vendors/qtranslate-x.php',0,'&\ZFwôá=¸òsÞÒ','&\ZFwôá=¸òsÞÒ','H`ê¨¼|©æs…Þ;Áöæè‰Å5Æ»“¤','',0,'?'),('¯-1ð8ü;§Tö/Xâ©]','wp-admin/ms-sites.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f3¹¥¿ˆ&S²©7F76çÁ','øˆÝ,ü$˜y¾n)R¶€Hg¥®„h{Ñ$×™UÐ','',0,'?'),('¯CûVþÿØ)#Âo¾Vç','wp-content/plugins/testimonials-showcase/resources/colorbox/i18n/jquery.colorbox-et.js',0,'ÏÝ=ñûñ¶4êšA-A,a','ÏÝ=ñûñ¶4êšA-A,a','÷Cj4]Aè½Ãv–Ë‰ ´’ŸrÜü,¾š ¬	£{','',0,'?'),('¯TÐ&¤…is\0©–¨ñºz','wp-content/plugins/w3-total-cache/inc/lightbox/create_netdna_maxcdn_pull_zone.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ó×\'ÿÜÅ÷¾…Òº','p3ßŠìŽ°S&/–s‰=hiJ•ânP\'IT¼´¬»','',0,'?'),('¯[é3÷ä±|FZ:w)0¯','wp-content/plugins/w3-total-cache/Extension_Genesis_Plugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‰Vnbh=ŸXå«¬5','ô¯Ôä$œB|ì\\D]›ÆøBLz mò}H\rt','',0,'?'),('¯^3±‘½dò²NÁkÏÅ¦','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_laundry_service_24px.svg',0,'>ÝylÞîà;6ÞíÁpFVÅ','>ÝylÞîà;6ÞíÁpFVÅ','…ü<-p9¡ß3ýâÅ6ÎóÑ›h”ƒ9cÞô#Fae','',0,'?'),('¯jÐ<M½Dd±—þî4m³','wp-admin/includes/ms-admin-filters.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','²Ãá;æÆ¼zÍg¶L’Ž¬','ŒÚtãMp²ØèQÝ8=Õâ~bwê¯áÄÇÁ/úø¥','',0,'?'),('¯rsë±ôÒ~63©2í}','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Handler/GuzzleV6/GuzzleHandler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|ñ­øE ý°ÏÐÚÒhû5','ï›ÅøR\\ÒÒ»ŸËxÓG©½w¤ˆRÁsûÍÉqÕ','',0,'?'),('¯rÄ¦	>rõ5¾£ÆMeè','wp-content/plugins/w3-total-cache/inc/options/parts/dashboard_banner.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ñ½7j –4¥áYMô¡','‡2ÿ²«9¶2º†F^`¬:Šé¯eš\nÕâ~K~º%S','',0,'?'),('¯ƒl²ýÃ’-;Pè\'@‡á','wp-content/plugins/js_composer/config/content/shortcode-vc-gallery.php',0,'LÄu¤Jé­%%tö}÷','LÄu¤Jé­%%tö}÷','&ãÅämÙÐ˜¶í”8bÍh©ïÅ<lKCæ:ˆ¿ªµ^','',0,'?'),('¯·n·˜ E<RdÒÊ©ƒÄ','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_flip_24px.svg',0,'_ øoRð94”æµ›î”','_ øoRð94”æµ›î”','¾RXAn 1˜yÖ\ZÁéæóALWÍºç(‰àY','',0,'?'),('¯Î¡~×ß“þ:ýèàÂøeo','wp-content/plugins/wordfence/images/icons/tick128.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','åÄŸ‹øc·h4\"èÝ«','ÖÒû²çV“ø}X e~G[C©å³†¶ã5›²¥Š±ï','',0,'?'),('¯ÕqÚåìÉ(q,ìA£','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/lock.svg',0,'”R¿j˜X=×?Fé»h¥¼½','”R¿j˜X=×?Fé»h¥¼½',',ÝäL¯	âYiÆ‹1{ÉÖ0¡E„<§@ÔgáO¨d²','',0,'?'),('¯ÜÏæå(è§¨:pRß/','wp-includes/class-walker-nav-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ä¤Sñæ|8êâÚ~Rxå4','ÝPø6ññŒ¬^ÎÄ9×hQ=ÎÉ„¯¼Á°¬A¼ÛX”ëœ','',0,'?'),('¯íÛ›s5r0~³—n¡)','wp-content/plugins/js_composer/config/content/shortcode-vc-images-carousel.php',0,'ýÀ&•fSõz ¶½ºÚ^ÿö','ýÀ&•fSõz ¶½ºÚ^ÿö','j:IûI¬Þ©¾óêFÀ¥¹ÊÒ’}‡*;A&ZNJ','',0,'?'),('¯ð‹(5ìaH­yo,Xþ','wp-includes/js/jquery/ui/tabs.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E¤VwßUÚ€ÈNf{Å—J','4Z?œ\r÷/îäÇ\0†P/€\0:›.ŠEñˆÅ4ì˜,','',0,'?'),('°I-–¼i)ðPnÒÌÝÀ','wp-content/plugins/js_composer/include/autoload/params/hidden.php',0,'¼–õÍQ%P³o\Z%E*œñ','¼–õÍQ%P³o\Z%E*œñ','x•AÖIÃ®YX,‹’{¦§šÞ†ÊZïîÆÛ›‘þ[S','',0,'?'),('°/7›Ã±ãcxîÙpŸ–g','wp-content/plugins/wordfence/views/onboarding/fresh-install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ýžÞ‚!)(Nõ+UéÊÔ','ú#ÙÎŒ…|pPÒ°¹Š,mÑÛkyÑt\rÃèÜ«@6','',0,'?'),('°¶Ú¥±^iç$âýå&','wp-content/plugins/wordfence/lib/wfCredentialsController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','îZ Ë\0ˆ°”®Õ«w6Ž','7¯6¥ay¨5”?}%.]ÚÇûëÂØžuÏ«S¼','',0,'?'),('°$åÍ“™bHn®€,\0-','wp-includes/images/smilies/icon_confused.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/#	ÆÓ¢ww$xê¾“Y','U0Ö\\LóX¨ïfXÆ¦íG\0ÈTº÷$aÒ5UÌBÒ','',0,'?'),('°+\Z#TKÿ@_†ëü²šÅÒ','wp-content/plugins/js_composer/include/autoload/hook-vc-message.php',0,'RÄ—(MÒ_²úOéÌéP','RÄ—(MÒ_²úOéÌéP','ÿüÖõï=¦9\'\\â3$K\"·žŸ•ý¡ë:uêIP','',0,'?'),('°,Ý¡ØÊÎQ$Qï¸¿À?h','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_swap_vert_24px.svg',0,'=×JÌxŠõbYëx·m¬µ','=×JÌxŠõbYëx·m¬µ','4pÒ—ñ³«ðUéé’©.\0snû‘ÄëAñSQà®{','',0,'?'),('°-¨ì·“ö·9ñExZ','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/constants.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Xw÷¾•Tg¨ËA}Í\n','®k¡cQxúeôË³`=n6ÏX5y‚Þdz5u]WB\'','',0,'?'),('°C;.-™gbÞ{»q,Ø‘','wp-content/plugins/testimonials-showcase/resources/colorbox/i18n/jquery.colorbox-hu.js',0,'ïTÆÖ„´@(g¨ûÂ`','ïTÆÖ„´@(g¨ûÂ`','jIŸôyJ™&¤|Í{`ï¡4î6&™>149~‡kÌU','',0,'?'),('°N‡ýZND”ÍN´>Y	','wp-includes/js/dist/components.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[[Šÿz£„8€€P8­','K°Å^UŒˆÖ7”#ÄÛÒAÒ%C—¥¿eÐKWBŒÈù','',0,'?'),('°f6ÂQ©<}ýß“ÈqA¶§','wp-content/plugins/wordfence/modules/login-security/js/jquery.colorbox.1607007971.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lYŸZöià¨† 3\02[','(’åA#ïÀ¼F—þø~+¦Ÿ Fgh¡ðSŸ.ûb','',0,'?'),('°nµ õ1u»ýlu2“','wp-content/plugins/worker/src/PHPSecLib/System/index.php',0,'gD,Vë§=\\ÆbP','gD,Vë§=\\ÆbP','k‰À—~	¶½UH\Z¥ÖxƒPêÛAÌ„¢ú<¡ž;X¨','',0,'?'),('°v“áçðíÍH¡Ù²Vâðí','wp-content/plugins/worker/src/MWP/WordPress/Provider/Plugin.php',0,'¾¯]7æ	ârHIÓ˜>äph','¾¯]7æ	ârHIÓ˜>äph','¥Cù‹Šÿô—Ïtw9\Z¯™«µïäÔºKI0)a','',0,'?'),('°{4´.„´’”£µ#˜#','wp-content/plugins/wordfence/modules/login-security/classes/controller/support.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n½µÊ†ð–ýwqþìFÄú˜','Rü	j[Ïø8Ø­Í¸šWÿ­ª„EœHœÐþÌ…ùa£ÛI','',0,'?'),('°ë°‹›:AlE	Ýºz','wp-content/plugins/testimonials-showcase/layouts/grid/js/shortcode.js',0,'2Œe—þÍ§€WP@î¨','2Œe—þÍ§€WP@î¨','Öˆ¯ÔØp§˜Õª|k½íV»{†Ûû[^º1	ÚÚJG¢','',0,'?'),('°‹Â:Pò¾Ot¦.Ø™@','wp-content/plugins/w3-total-cache/lib/Minify/Minify/CSS/Compressor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','€µÐë|©ÛÖ]œ!Ð ','pUïDdpÐì ú;IÈfÈ,ôŽe©<ÓÌ²ÃÎ´‘','',0,'?'),('°T¦UDÆ­¦jÃµ‡','wp-content/plugins/w3-total-cache/inc/popup/cdn_export_library.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ª	`²Þ™Þ!µÇÅª.D5ñ','R‡,„ŽÈjûÒŽ˜ƒKôÙ~i˜¦|Ê\\;OqÛ','',0,'?'),('°¢S\0;ÐSk³­g5] ','wp-content/plugins/js_composer/include/classes/vendors/plugins/woocommerce/grid-item-shortcodes.php',0,'Ý=ØÀ\'Á)²<vìPöa÷','Ý=ØÀ\'Á)²<vìPöa÷','ý?þïKp\0œãÿà;<¬FÈb‘,JDÙá „\"_K','',0,'?'),('°©Êá&OŠàâƒÓôI','wp-content/themes/betheme/functions/widget-menu.php',0,'DÑ¥`$¾Iï^Åìº<å','DÑ¥`$¾Iï^Åìº<å','Aêõ»W2’%ìÿüy´1“)äüj0#Æh3¢Ý)\r#','',0,'?'),('°Ì\'}ê=»ùš\rÞ½¨®ð','wp-content/plugins/testimonials-showcase/layouts/grid/js/filter.js',0,'2öžÎÀ#S5TRh×\rÖ','2öžÎÀ#S5TRh×\rÖ','…+ Wð®Ú´ú_Ko ´1Ÿ*`üxBÌáJ·/—ªÊß','',0,'?'),('°Ðìt/õ02Iþ\'ç‡','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_fullscreen_36px.svg',0,'\'_Ÿ|<%Kê÷îx]uàõ','\'_Ÿ|<%Kê÷îx]uàõ','­¾K›;j€È4økNµú\"6–;î@AõV|S÷°S','',0,'?'),('°Ùv\'j@Ô-Ìÿ²*','wp-includes/widgets/class-wp-widget-media-gallery.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7_^\\fSÉ‰ý]6n#\Z','>×@Î¡D§„æ&ÛüŽã{õ(ºýDÎ³Ïäðßi¬O#','',0,'?'),('±Ãú8w|ˆˆaþ…­·','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_leak_remove_24px.svg',0,'¥.$‰³Î—~¡ì[u—JÕ$','¥.$‰³Î—~¡ì[u—JÕ$','y1b\Z3*ÇW?DCà§ÝØÅx¤qATÈ¡2¹Dœ÷','',0,'?'),('±¿þ:°Å¨Ðï¯ê	]B','wp-content/plugins/js_composer/assets/vc/logo/wpb-logo-white_32.svg',0,'œ©)8K“0.Ë÷¢zÓ%','œ©)8K“0.Ë÷¢zÓ%','‘8‹EJ=)w<\'Õ\"·*ùjZà\'tôl³Vž¨','',0,'?'),('±á™³Þ«H4LÎ™à4','wp-content/plugins/js_composer/include/templates/editors/partials/vc_ui-settings-dropdown.tpl.php',0,'¢o#ÇyÐ4ñi¥;§','¢o#ÇyÐ4ñi¥;§','ˆ/KOqãÓ8$Ü¿„½Ó°Ç¯þ¦£kùÐ4&Qy','',0,'?'),('±\n]Egƒ·Ë7Oq¹bèä','wp-includes/sitemaps/class-wp-sitemaps-registry.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¯·„˜ÂGåäóoƒ\n³>','>Ž\0©Bî‡[ñçZ’´>ÇpØÞòa0~5kà[ÛGž','',0,'?'),('±\ns.¬.“­_PP—.ºM','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_arrow_down_24px.svg',0,'¿ówßJ©~œáÚI sÇ\'%','¿ówßJ©~œáÚI sÇ\'%','¾‹4Yio(\rÛ»Zä™¤è\"C·€×áex`’„0Ës','',0,'?'),('±\r^,#˜NñïÉQ“Æ','wp-content/plugins/w3-total-cache/Cdn_RackSpace_Api_CloudFilesCdn.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#5ªyú·1r)èž7²­ðä','¹&4eYÅq[õ„æà­ì³öÄ•CJ¯U”„p„(´s','',0,'?'),('±ùŒg@ÌãýpKù´_','wp-content/themes/betheme/js/parallax/translate3d.js',0,'©v›ÁÀ‚4Y÷€VÔ¿±','©v›ÁÀ‚4Y÷€VÔ¿±','7øÂjø7q3Û×?¨©bŽ.‚ç4ÔÚíñ®GLá$','',0,'?'),('±ý÷ªn¬›jçøPú+…©','wp-admin/includes/class-custom-image-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','º;éÈ2g@†\\¼AÁÂ','ÈQ6žë\ndÑ.“ðÜV4ÔÇ•ÐðÇpÉ\ZÉÈ½àï7`´','',0,'?'),('±\ZÖè†˜ˆ¹Bi/6ø','wp-includes/js/jquery/ui/effect-clip.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']02[W0V1ÈQ','Ï|¿JR?ì]Ï­Ìº\\TŠv‹›î òÕ5t°šºŸ$','',0,'?'),('±#÷pr`&C0þþÇ','wp-content/plugins/w3-total-cache/ini/apache_conf/mod_deflate.conf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¯„¥Ïëë¿7˜§6^Sö','7žye#B\'!A…©,Föj¶klsêfû','',0,'?'),('±8\nå—É«Åkg¨Ý„÷','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_mall_24px.svg',0,'¹Ì”¶ƒ\n†Ímù<ÑfÓ','¹Ì”¶ƒ\n†Ímù<ÑfÓ','3ÔŽþ‘ŒÝ>ýÊ`}3Î`íao\ZôfzœD¢é¸Ü','',0,'?'),('±@îÆ_—À—‹ qÚ','wp-content/plugins/revslider/admin/views/header.php',0,'E&îb¯Bä)ådé€<','E&îb¯Bä)ådé€<',')Ì£\nZÀö.ŸEY.Ë~¶…9Àxb5è{â5','',0,'?'),('±Lƒ’…yEõ{¦øf“','wp-includes/css/dashicons.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÕæÎQ´‚þ\n-5]\0>Ÿý','Tøm\rÈ<Å•³‰\'‡&è7õ·ÖÄÞýA >4µÃx¿','',0,'?'),('±NB‘aW)¸Ø	$:Î•','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_not_connected_26x24px.svg',0,'‚ á°àÌÁ\\uœDG7š','‚ á°àÌÁ\\uœDG7š','¸„98‹]y\0\"w?‰¦ùƒ£uŽ}Ò¾auƒ9p','',0,'?'),('±PÏõ(“TàîC”é9Ý¯ª','wp-content/plugins/revslider/includes/InstagramScraper/Traits/ArrayLikeTrait.php',0,'‘ˆ¯þÒ„²™D?M÷ŸñÙà','‘ˆ¯þÒ„²™D?M÷ŸñÙà','~LXyõÿ^éBÚXN&µi!‘8àøõŽz`šS—','',0,'?'),('±`!ŒæQúarå¦×¨‰','wp-content/plugins/w3-total-cache/inc/popup/cdn_queue.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','„²;U¿º*êƒAOÈE¨','¤™™4HÜ6ËŠþs3ß’}Î‰36^vekT«Ý¤W/yª','',0,'?'),('±a±¤¤HüF~2ßÙ-yÞ','wp-content/plugins/w3-total-cache/Cdnfsd_LimeLight_Popup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÞI‘\'\r[¶®Uûú’','OsÄ«¼kü…ÅìÕ s&RÐ7H{ôü\ZXü€l\0','',0,'?'),('±gÚbf\r\ZÿîÑŠæÿ','wp-includes/blocks/rss/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5ƒ°bÝÍ§²J9výOU','î`5Óí%êç»eh/@ ¢ÜÑ7\\û¹ÐÜ):©p¢~','',0,'?'),('±kÊULŸíÇ¡¹$Á˜ú','wp-admin/ms-users.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Â³u~]*CÌu«\0ü','eës}kÒ_¾¾q}¹þ§~G•¸§[§5ßQŸuí!™','',0,'?'),('±‚!nù	xð~¾½ôG','wp-content/plugins/wordfence/modules/login-security/js/jquery-ui-timepicker-addon.1607007971.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','89\"ëîzzøÂVv*ÎØ]','«Û†%%lí:JÄf<ÈbqãÅP–ÂPtË¯}ß\"Õf','',0,'?'),('±‹=·-XÔn{]·pf','wp-includes/js/wp-embed-template.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','´lq3UNÊ:ã9Î:^EàÊ','3RìXà«oâÿ¹È}Q ·PäÛb·ï›™ÎÑÍJ·»','',0,'?'),('±‹weÖöi!<º¡súy\n','wp-content/plugins/wordfence/views/scanner/issue-optionBadURL.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ú˜tÀ£\"N¦Ÿ+îõÕ›Lá','¤67E0„ÜƒÕC¯{\\aþdPb²2æ+ýpW;PÞ','',0,'?'),('±’¼ŽÝG¶½ü(Y)%','wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/collapse.min.js',0,'´¯Y…Å½#ND\r7Ç™','´¯Y…Å½#ND\r7Ç™','òsàËmó‡Ó„$Ïêú÷dExKÍj\nrßÊýñá','',0,'?'),('±“?Ð,tp.Í¢4„üw\'','wp-content/themes/betheme/muffin-options/js/options.js',0,'ºŠ™ÇµdgSRHGè','ºŠ™ÇµdgSRHGè','¯³Ö;Ôy’°gÑ;ô˜8‘µ`ƒG´®b$œé…CÂú','',0,'?'),('±—«Âû‚Ûw6Uu%¦À','wp-includes/js/dist/vendor/wp-polyfill-element-closest.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<jÌð™ ¿<YtŒ#ô&','yNOBÓ»×]&6‚MÜ-½„J’ä.ŠŽ·ó¹:.µ{','',0,'?'),('±šÄfSu¹BìÍ¥?^yO','wp-admin/css/themes.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.Ìý•€[€¦ r¤ÿø¿Ô°','«æcžå¾*Jw‹Ÿoøa\'T¢ð¶Û*#¹UTÆ%Ùf','',0,'?'),('±§©Ù{^Ž†WÈíèóC±','wp-admin/css/colors/ocean/colors-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Oözõ%‡.XÇC>óì«','fÖ9T½eÕc.ó‡§Õ-|›U”Q g{¤†ÒPXx','',0,'?'),('±¨§éÅshC]ò6Ì”_ô','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_drink_24px.svg',0,'é¹FVúïáçÄL´hÅÝ','é¹FVúïáçÄL´hÅÝ','­Èô™ÏÀÆŽýt<ß‘Zu—g÷Fµr1€','',0,'?'),('±©!‚¨¨¥ ð4è#Äh£Þ','wp-content/themes/betheme/functions/meta-portfolio.php',0,'Dž³9K¨U1GK+üÞ.','Dž³9K¨U1GK+üÞ.','Ó,¦r;„½òoù{½X	¡)öûû@óµL¨yø<5ŠÂ','',0,'?'),('±¸/É{T¸Ê½ÒÛÊéj','wp-content/plugins/js_composer/include/classes/shortcodes/vc-single-image.php',0,'%½µhÛ·îòŽÖ<cU‘','%½µhÛ·îòŽÖ<cU‘','ŸìÚ“÷rþ@ñoÝ7#ˆ‘1‡Sÿl2ù–==®áÙ','',0,'?'),('±¹¬‚È}Â>8:]Ú=s','wp-content/plugins/w3-total-cache/lib/Aws/Aws/CloudFront/CloudFrontClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U$BäPøy„‘G¨(Èÿ','F½a¦&W\"T[\"\0TvoÑuˆ”††Äã›žhÉÿsn','',0,'?'),('±¿}‘±å—*âÏq7ž','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_store_24px.svg',0,'CØ—5DŒ =ï¨_E','CØ—5DŒ =ï¨_E','ñTéW+Ý³4ë\r$ôòY¹.Ø&ÆÔÚã}\0™Évç','',0,'?'),('±È9ê¶M¾¥\'HN´','wp-content/plugins/worker/src/MWP/Progress/CurlCallbackInterface.php',0,'SÁXoé>YÖ>R…R8ö','SÁXoé>YÖ>R…R8ö','(OvõØ>¦Àà»¬áî-@\'œÀKøÁ…wWf~\\|‘','',0,'?'),('±ÓÙ*\nglØÜóYÉ','wp-content/plugins/js_composer/assets/lib/bower/imagesloaded/imagesloaded.pkgd.min.js',0,'§\0f1¹½FwÕ¨›‡ã>e','§\0f1¹½FwÕ¨›‡ã>e','üÛåx×ãœÁîT®*îs‹°Í7ü¬ËÖo-&(æ!©','',0,'?'),('±Ú¡ŽÀœ<¨H-«Aº\n','wp-content/plugins/js_composer/include/classes/vendors/plugins/acf/shortcode.php',0,'ƒ\0pø¿¿#lãAÁb|Û','ƒ\0pø¿¿#lãAÁb|Û','À{`ôãˆl¦ØIií·ü°l$ªÅû«zAÌ\\jÎE˜','',0,'?'),('±ÝGlS°ˆ(\r·OK','wp-content/plugins/w3-total-cache/Cdn_StackPath2_Popup_View_Sites.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q¥ÛC•@ŸâŸjEÇ','Ë¡vÇæP2cs É1;¸ËzñÁIè´ý~›SŽŒ','',0,'?'),('±ð$[ßûÜtCÅ¤Iw','wp-includes/sodium_compat/src/Core/Curve25519/Fe.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','µWø	˜å,¤â÷~r ','L>ø¡£e¡€¡€º‰hý\rF$ûC¿V¡·°¨“·7„','',0,'?'),('²m5¼âuÎÍ1}Ø','wp-includes/css/dist/block-library/theme.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','þÜ“ë¯ÑpKjqÓ¥³\Z','åÌWëî]¾–®á’ÑoÑúô½{&q\"òþë¦™¬Ê','',0,'?'),('²é{X¬‡úåàDU½óÌ','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/ErrorParser/JsonParserTrait.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dŠt +‹Z<äo·d(¥4W','ˆûËŒ[ag P‘ãú—ú¦s¾AzÐ£Ðv–','',0,'?'),('²ü&B°5VëAUU,“ì','wp-includes/class-wp-http-cookie.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`=Y=·È3€ÖÉp*³’¸','ån×<o¹á%Ž/•U\"yƒ\"žÈé)ãÓ¿„èBê','',0,'?'),('²!|€pØ}Fïˆj½¢','wp-content/themes/betheme/muffin-options/fields/pages_select/field_pages_select.php',0,'¿à<°\\æ¨ø÷2ûá„C','¿à<°\\æ¨ø÷2ûá„C','7=x»µ9!(“žsaÉ°Þb¬ì–! Õ”øöVæ','',0,'?'),('²)ü:€\'(5Ö\"àbF','wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/containers/vc_row.js',0,'ùZ,]·ª\r±>£”n¬&ì','ùZ,]·ª\r±>£”n¬&ì','xŽŽlÊÐRuTÁ}©$Ôòø#g$pš\"þ¨ßmJSà','',0,'?'),('²1AëâbÈ±‰â8£”EN','wp-includes/blocks/group/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','§èÊq‹—£ZÔY{è','Ù.ÎrÑÈQ˜=òC!N[„Oª{S·Q=ÞÖŠá®ÏNE','',0,'?'),('²=‚Ö5^Là§ð\n-[','wp-content/plugins/contact-form-7/includes/form-tags-manager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i\r$Dò®jÈs	\'ïÖ÷c','Nz¸É-Ø\r!7MÿÞÚ«ç6|p¿«$\\¨s\0šÔ','',0,'?'),('²Kh\'¢?ÌiÙï½ýY2','wp-content/plugins/js_composer/include/classes/editors/class-vc-edit-form-fields.php',0,'%^8yU-Ðs…îê˜“-³','%^8yU-Ðs…îê˜“-³','ëàÙ®jÆ’âç’­ŠIM:™iÜ¾>è‰Ic¢¢-a','',0,'?'),('²Uëj\rû–q°Û›KèÐ','wp-content/plugins/js_composer/include/templates/shortcodes/vc_tweetmeme.php',0,'š)o™ÛœYúµqUµi','š)o™ÛœYúµqUµi','QÛÜþ>ò#‡§”²’}ªNEäRa)28Í®kŒb','',0,'?'),('²_fôç²;wÐaËÙÚ±','wp-includes/js/tinymce/skins/wordpress/images/gallery.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¡_±ŸŒPwù´PUÛ4','<W~…îáØ¶¡Ç+ÑhNŒé„9ç×ú1Ì_°3Õw‹s','',0,'?'),('²uæØ<eçx›®@ÖˆÂˆ>','wp-includes/js/underscore.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','“ºz\"xšüè!_ª8´’\rI','ËtÞÕƒLï}r„ä¶ª”ÿà»b‚±Ž8BŽøåç','',0,'?'),('²}Ea_A4Â“%ÅÌ)2ªË','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_portrait_24px.svg',0,'(®¼]Áµð-GÊîn¨³\r/','(®¼]Áµð-GÊîn¨³\r/',',\0çÒnº6EeI98Ìa:ý4õs<	“ƒ?\nÜè¿Ô','',0,'?'),('²‰¹])T“œ‚—ÀN25FÕ','wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/InvalidRequestException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','GRË—c…í¤?qtç','ÖRz5BÄ,³´nÉ²¿ þ·Œ\nHoÚ¨Ðò½|','',0,'?'),('²‹q?%Íõrpþø0÷7ïq','wp-admin/css/colors/coffee/colors-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':|¶®¯µœyÆà\0x¤-÷','‘Ýfy‘âþÅbvD¾$Ó24ž–Š(þ‡z¶ÖÆ','',0,'?'),('²”<ÚóˆÆÇãV[g','wp-content/plugins/duplicate-post/duplicate-post-common.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bAXZÕŒà8º™›üà(Y°','t¢Ž©âÏÉwª$\\ûèŸ³,pa›9šJx#~4ª','',0,'?'),('² ª¬O£òŒÕ\r~QÀÓ','wp-content/plugins/js_composer/include/params/vc_link/vc_link.php',0,'KŽD½=ô~u\'Y¢HVÛ','KŽD½=ô~u\'Y¢HVÛ','Á~ü\rwï\Z¤›Ïô¨9Êæéz\0uxxøD]m¡Œk','',0,'?'),('²¯j°@â˜kÞC@é:H–@','wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Handler/Proxy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','­çãl2±¹ŠpH3HÊ˜ù','¼æ™Fc*G_•p0gÔ¾\"p¢…DÆðÄ²Öü¢5Í','',0,'?'),('²³ÀšÁ;¡tioÎ','wp-content/plugins/js_composer/include/autoload/vc-pages/welcome-screen.php',0,'k’\rP=˜grï[æðà','k’\rP=˜grï[æðà','“ågõQ\rJñ£gØÂ>ë32ß)£%š\rï±·/Ù<ì','',0,'?'),('²¹ ïEY¿>Q	ê`À+¡ö','wp-content/plugins/revslider/includes/InstagramScraper/Model/Media.php',0,'¡Eágxµ~aj|æ	E¶Ø¬','¡Eágxµ~aj|æ	E¶Ø¬','ZÃCO8Ny¾Æ>\\p›¡\'µÒÅ±Ñ@$C´ÓÕë','',0,'?'),('²º-[õŽˆŒSÑ_Ø¹Qðø','wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/IpAddressNotFoundException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1:°Ø!•G~ qçic','^ëDCguPT!>»þ›ôW¸Å\Z»Ç¯kÝ~_5\n8','',0,'?'),('²Ä6&x]Ë‚×8Dµj³','wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2017-10-30/smoke.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ë]ù8&¡è’€m)_¡M','ytûªV1¼ø;PœinÉ Moµ\02û³˜„','',0,'?'),('²×Ç+v¿§ÎÃÉbè','wp-content/plugins/js_composer/assets/lib/owl-carousel2-dist/owl.carousel.min.js',0,'ü ÌªÐÏ\\å{zfXœÓ','ü ÌªÐÏ\\å{zfXœÓ','h§Åª—³¤éÝ™”®;ŒÐ÷\n–r–oŒp	¶–Äx\0','',0,'?'),('²ß`ˆ&k<æå °b})','wp-content/plugins/w3-total-cache/lib/Aws/JmesPath/Utils.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¥ºyljê*EâÂ\rˆ§ý','j|>$=jŽÔƒ›|­Œœqpù­;d\'\"™iëÍ','',0,'?'),('²ùzvo:ø·ÜB%šºðõ','wp-content/plugins/wordfence/lib/dashboard/widget_content_ips.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','žàÞÝ»1²éö(wmFòßÂ','„µã’ÜB®ßÜ6ëÆÕ;¿µMäÔå•8´ \Zƒ¾å&','',0,'?'),('²ü0Y¹9™>¶n´','wp-content/plugins/worker/src/MMB/Stats.php',0,'¨R·ßÙ¬ŸÈÄ{8â%×³¤','¨R·ßÙ¬ŸÈÄ{8â%×³¤','*~n?G:¥ÊÕi‡Š	,Ë˜7l½Q\'G@GDË','',0,'?'),('²ÿþ­xÄÐ™Ò)DC‡Ì<','wp-includes/js/customize-models.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ô\'ôÿ·‹~G~öÔžœ','¼hð3XVxÚpÆìT¼èOSÂ‘SfbæÑ\r„EæµÛ','',0,'?'),('³sx¼–±ç¢*¯Æ','wp-content/plugins/ga-google-analytics/css/settings.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','°ŠÏòt\0%Ž‰Àí¹µ¤','ß,q>”ýËQ\"s‘/åNÑ(EÌ:ç_-„wè5Xí','',0,'?'),('³~£š¹­U÷\"Ð&Ð','wp-includes/images/wpicons-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ãçn×VÄo©$š”Of~7','Ý]Ú©A=µÑ’¿%Îq¢%aMÁÀ‰ùàB­Uæp','',0,'?'),('³ÌW2ÝØDñG‡7‡V','wp-admin/css/common-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O†ƒÇ‰Xg[cçý Rè','Ø„éà&‹»Ì:­WÛòÁ‰4Ý¼¢;\nŒ}Œ—fØ8D','',0,'?'),('³èMŸé~\nÏT|·','wp-includes/js/mediaelement/wp-mediaelement.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ê•‚v·ÞEKÓÂ‡?\rÄ~_','!?ÿ[öÜ_üÅçrô€á=&È\nö-%!y¸£\rÚ','',0,'?'),('³ÑSg¿_d¾ëyPsè','wp-content/plugins/w3-total-cache/SystemOpCache_Core.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#-ðEÙ’,£YäÜ(R”','‘Ë^…æÕ‚]Àîœda F’LñÇtÆ€KþØžï}á†','',0,'?'),('³.ƒŸ‹wlMŽÓ»]óKà','wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Promise/Coroutine.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','èQ)¶™Æé0Ö8¹JÊò','3Á*lóÈ¿šþõR²Äû¼{nI«×¡§¬pÝ‘@Ü','',0,'?'),('³3ÐÒY¢÷Êè¶¤,X/u','wp-content/plugins/w3-total-cache/Cdn_Util.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¸\r\0c77{‹úü‚Œ{d¢ê','Æˆ¢8¥·j6>På©×H¯óIË‡Ì—öÕ2ÂòÂ×','',0,'?'),('³5±Òbp\')Í3ýôŽ?õV','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_movie_24px.svg',0,'–|>¥öÆed:»ÍØU','–|>¥öÆed:»ÍØU','œìXÜcÌ\Zª™3‹øãV.½M(­”Äå9rL¾”i','',0,'?'),('³;— È§¢0öGAÀpÁ','wp-content/themes/betheme/page.php',0,'ÚwÍmEÖ˜½E¸<]!\0\n','ÚwÍmEÖ˜½E¸<]!\0\n','‚‡ôB+¾c/‚›8ñ Ö9Oàzï×ô1Èin¦$»¼','',0,'?'),('³I–22Œóvh´‘t©U','wp-content/plugins/w3-total-cache/Cdnfsd_StackPath_Popup_View_Zones.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ˆ\ZÖ6å¬=·ž7]ÅžÊÕ','>ÖpÈØ)‹Þ¤‘?ÂÙF>,MÅÛ©(¹\n»·','',0,'?'),('³Vb(ktˆW\"í6(;Æ´ ','wp-admin/includes/class-wp-media-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Š2šnÌ]hØº4Èyž¯','Ëö}mŒ§~ü%Ÿ»á<åá£¹ÞÉ.k¼¤ûüê€£þÀÚ','',0,'?'),('³càðµ+æ\'óq÷ÉJ3','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_loop_24px.svg',0,'¹‡¡rŽ/2%&ùÂ.ÐV','¹‡¡rŽ/2%&ùÂ.ÐV','h) uâ¬‰!{ÒG\0Ä\0Å\0ÉÌx‡†Y#iDVð—','',0,'?'),('³iÈœÌ1Šé\0¦ÎèÁ8','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload-php7.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ó¶S;h8î^ÑÜgÔR','ãÐmëfÊ¬º ×S¢XTª¥ÅÃ8ÌàA¥-¾g','',0,'?'),('³tfF	Ör{™Ü‡ _I²x','wp-includes/SimplePie/Parser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','®+‰‹dGzC\0Üíu\rìµ','aŸ°·,©\"ÏÉÆ”_*{ûZž×mŒç‘ÁŽÉ›¡˜À','',0,'?'),('³vGPXp²mRÂË','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-finance.svg',0,'×}+WXßQåÕ\0ÁT','×}+WXßQåÕ\0ÁT','\"Z8b:ïüc~Ø¦íÔJ0öc§™ãÉ¶½ßÉo_R','',0,'?'),('³{Íû^]OÍ<³X¶‰Y—á','wp-content/plugins/w3-total-cache/Cdnfsd_StackPath2_Engine.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I&ÎÓÍ?n&Í¡Q,','^Ð£ºUë\Z»7ó|FÍëN!A‘“Ü_uc1\0§’','',0,'?'),('³{õ:Ç”‡ªÙ¿h','wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2018-11-05/waiters-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','×F\"ê‡»ÿyàÙOºþ','?Ý5§€{¨,¶¤Ò;•r)E€†ZÔäöèe¯Ã\'¥¦­','',0,'?'),('³|]§DÅó\Z.’Eî±®','wp-content/plugins/wordfence/views/scanner/scan-progress-element.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÍJùŽÅ!%I‹Wàbœ','t±wÍ€¢~‰sg\n¯+öA}ºÀbL‚¬ÓNÜu¸','',0,'?'),('³ »« !ÐíÝëœÇÓ','wp-content/plugins/wordfence/css/main.1607007971.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|8/¶_NNú©†7û','pE(°û4,ðG i:¡±UML¬k5ïY£§','',0,'?'),('³‚ï–çç8|8x°0Ç','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_fiber_pin_24px.svg',0,'ÙdË)ËÁšt’ŠnàdÚI','ÙdË)ËÁšt’ŠnàdÚI','ÒG3ÿÜ ­¼·Uò‚«t£±IØn_ô3ø­6äP','',0,'?'),('³‹¬tðdÉîºåtë\n“','wp-content/plugins/testimonials-showcase/includes/cmshowcase-class.php',0,'õç0˜¾êƒ“6\Z¶+áµ','õç0˜¾êƒ“6\Z¶+áµ','h‘&]­mþŠÏT‘þÊÎ[ ¿èbžìöüw„“£\0µ^Ë','',0,'?'),('³‹æ™1&Ý¡¥¶øT¯Æ‹Ç','wp-content/plugins/w3-total-cache/Extension_Amp_Page_View.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','à	Áèíl†,oÒ7‰«Eÿ','­8òmMN²`UÙòÛ?ÜsP8FÝ†\\ÐU)•ù±X','',0,'?'),('³•ÒÑçÕ½Úx?ì','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_hide_24px.svg',0,'‡è2Mo^Yt\\\'ÈN','‡è2Mo^Yt\\\'ÈN','xœéXÃ_ÃáÍøc¹~’ŒëGê$Êaæƒ‰’ðüý','',0,'?'),('³±(Ó‰ÉÚDÒbf&ùº','wp-content/plugins/js_composer/include/classes/shortcodes/vc-facebook.php',0,'y¶õ¼wž¾÷WEÖpý','y¶õ¼wž¾÷WEÖpý','ó*LÎæ·zK:…:*ÒŽ ƒ[\'¾‚ŠøJ_M›ÁGn','',0,'?'),('³±µ5Ç+}Š;ü&Â','wp-content/plugins/revslider/includes/slide.class.php',0,'#.†Ÿ^ü¡ÌÞ(ÿ\\£|','#.†Ÿ^ü¡ÌÞ(ÿ\\£|','Ž6\nhL$‰2\\ßYÆLåtóêþä‰7ä²<îx','',0,'?'),('³¸l{òo1£_é80¤¥¤±','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_backspace_24px.svg',0,'Wæï¾¡ûQŽ={aëºí','Wæï¾¡ûQŽ={aëºí','µ .ŸïÒÅ¥ŸÆ‡Ã¢™³¿x8bÑ›šŽÉÓª±M','',0,'?'),('³Àn\rùb%¼¾é`qê!ˆ','wp-content/plugins/js_composer/include/classes/shortcodes/vc-accordion.php',0,'ppÓüw­aœÙ9ÿe”`}','ppÓüw­aœÙ9ÿe”`}','&#fÆ¢6¥{£‰ôÃb(%ò¦6\rWÈÆ4³£Á¼;Vg„','',0,'?'),('³×˜\"¿Ô“ª%Tîãbv','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_today_24px.svg',0,'¤š‰Ò±¯=î%F†šµ','¤š‰Ò±¯=î%F†šµ','¸)“8²qºðT5¸¿×l¬f\\M¯£U8ö”„Ÿ};','',0,'?'),('³ë¤±\r³!¯Ÿ‚{t(U,','wp-content/plugins/w3-total-cache/pub/img/overlay/ceo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¢b¸Äø€¦d‰1¥ù¹Ä','ÎeÉ}¥ã¥¶Ó	W$øB0€Â fñeDhí–zˆ\np#9','',0,'?'),('´µß²;ø›0ÿ‚ÙË','wp-includes/feed-rss2-comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L¸°6<ÕvzÇÁL','è3Û¸ÐkHÄýÐ? 1Bàg#~<XÁògbeâ¶','',0,'?'),('´xT)œé>PºV!SaÕ','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_stars_24px.svg',0,'ƒRbvMž¡ß’•)BÝ','ƒRbvMž¡ß’•)BÝ','	\n–š1[ÇŽCh4ñD©×„ž.óÎðd?U:»é','',0,'?'),('´\"=zÞ§ŠEiˆô>¯T','wp-content/plugins/worker/src/Gelf/index.php',0,'gD,Vë§=\\ÆbP','gD,Vë§=\\ÆbP','k‰À—~	¶½UH\Z¥ÖxƒPêÛAÌ„¢ú<¡ž;X¨','',0,'?'),('´%·Qp\n×i‚ÎÌ®#²í&','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_2_bar_lock_24px.svg',0,'XÇß_Kat%[¯=_Z','XÇß_Kat%[¯=_Z','S¡‚kŒ-óq—«6ÏÐ¿R¶®¨£e+—ÃnšI&äç','',0,'?'),('´+L²H¢U—ã5Dæ','wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/modal.min.js',0,'ùqóÿNMý;,a(˜g¶^','ùqóÿNMý;,a(˜g¶^','ÁúWaÖÉÛ¼}JYÞ7.¬øý¹Jlë±ÞôGÄãr†','',0,'?'),('´,Q¨\"æÕtá7ˆnê','wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_links.php',0,'BDÔ¢ ¿å\\ŸY³ï','BDÔ¢ ¿å\\ŸY³ï','l00r—:ÈOVŸå8·jôÒl¸ˆô(„å®¥h¿','',0,'?'),('´4¼B1Ñ)ç]5\"@öF}','wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2016-11-25/waiters-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';â‘Œ™²O€n½z*Ï-','9ÀW¹—eI¡˜í?UOé ËG|€@äaÊ4½Äu','',0,'?'),('´6šg$å 3‹Ydvñ@Â','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_nfc_24px.svg',0,'%g´º:ZBŠÀw7VPÚ','%g´º:ZBŠÀw7VPÚ','%?$Å^ èuÕ¦Yå\0@k£èõëW‹;¦ØÑÕûž.*','',0,'?'),('´<Øì€gã=±C£×´qD','wp-includes/customize/class-wp-customize-themes-panel.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','îûuZ©””7Ñ³’œ‹¨U','aMká¼ÛM.éÝš„fJ>½ö”Ì{¥Vö’Á>v2U','',0,'?'),('´=[¦ìaiU|ñy³Â¶','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_textsms_24px.svg',0,'ê¯R¾5¥Åý!6/!¨¶+','ê¯R¾5¥Åý!6/!¨¶+','\\s‹\nmù;{s(ªÇÌÝÚÄ\nŒC‰(E°8þ œ\'+\n','',0,'?'),('´@Æ·4ùùRWÚåÇºÒ_','wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2016-08-01/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yD—pÒ[qr3?ï4¬[','ŽG¦:’€ü±gX–\rb‡YHx\rŒA=ÛÅ™· ','',0,'?'),('´B‹,†Í¾UD(\n–Gw8ø','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Serializer/RestXmlSerializer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ž-FŒÃ\nk§Ï\"¬Žß½','¦ò>G¿¤+y)ÚÆþt±úu¦\"3!Î-Ó\nö½ÿîIï-','',0,'?'),('´K¶ ³Ý+øÿy ê','wp-content/themes/betheme/bbpress/loop-single-reply.php',0,'èp˜þw2\Z÷m\ZÜ*','èp˜þw2\Z÷m\ZÜ*','Ñ÷ªUDã)’¶S1](ËôtÐ\"ÁÎ€_ÎÉGq¶¦3Ò','',0,'?'),('´PC<ÂÂ	ºÎÛvnàR8','wp-content/plugins/wordfence/images/tools.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‡ò@cIÜÛËáÅ','ÜêY„æ=Üéá¾îîRB)	~òë×ï‚Ü–ÝŸr','',0,'?'),('´Q‘àâ#¢ÀýïU—','wp-content/plugins/js_composer/assets/lib/bower/lessjs/dist/less.min.js',0,'ò²_¢£QrrywßÖU','ò²_¢£QrrywßÖU','â½›T°€»uÅÛÄÏ?…ÈGJ\0]Æ§h)0M=aÈ‹','',0,'?'),('´YÎ2@¤r£¨ôÏX\Z‘','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_flip_to_front_24px.svg',0,'ZþK“}¼ž1ÛÈg‡c”','ZþK“}¼ž1ÛÈg‡c”','+#e¨¨Dï°	c’»W\nœå£Õão•m¼–Ä§†ù','',0,'?'),('´iöÇc×`Ý*åL ¶¾','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_alarm_24px.svg',0,'ÏÎø¼òÞ\'48–;;q8¸@','ÏÎø¼òÞ\'48–;;q8¸@','U‹	¾ïå±ø\"\"Øº©H²‹Ñ±-	¸J§=ò³p','',0,'?'),('´v>ð8Šó\'¶ôT6¶ÍÕX','wp-includes/js/jquery/ui/progressbar.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N¤‰=iôD’é_zy\r3','©‡_níû…£®)S“‚èÅ6ú3+n†3·´ð','',0,'?'),('´w€ãú^Ã²½Rüa–Iï','wp-content/themes/betheme/woocommerce/single-product/sale-flash.php',0,'Æ>» Ý¯ŒÇIädEi','Æ>» Ý¯ŒÇIädEi','ÄDå³ˆbo-X<½ÝM·!;dK}Ü¢RƒœIžX.|ù¦','',0,'?'),('´{ç|ØVžH¨DÿRÂ±ð','wp-content/plugins/w3-total-cache/inc/options/minify/yuicss2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','µå‹æyƒ6üŽIˆ€','ö•%kê¿ýK!;-Þéþ^¹›ã¬\"Û¾À+ï÷å','',0,'?'),('´~)±@œ«€¥ƒQXú^','wp-content/plugins/w3-total-cache/lib/Minify/Minify/Cache/W3TCDerived.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#Èó+È	;’yÓ9\\Íy7','üvÜ½¼o÷(ÝAo™{¹¸®¯ÖZñÂü½iº¦zð','',0,'?'),('´‚,é×M†ø;vûû','wp-content/plugins/wordfence/views/dashboard/options-group-import.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=SÉ0lî©K¨½@^Ëø=','ˆçÚä¸Ï…ûº”<ãèUR½Y¨@æ·*«ãcs','',0,'?'),('´ƒ3 T.^Æ™<Þ÷ø','wp-mail.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^àôp©èCë!¬Ô,','…â¨ž\0ú\nIPÆt}3RÎ˜/#‘æûœ§Aîú','',0,'?'),('´”‹Ôó Pàrm=xï7È ','wp-content/plugins/worker/src/Gelf/Publisher.php',0,'I\ZdÔ×Q4O‘\0','I\ZdÔ×Q4O‘\0','ÒÙ÷¹­Cmò\"ÃÞl…?ÏKs³xÛÉzyìŒ×½+','',0,'?'),('´•\'ˆ‹@S Ç÷Dá’š ','wp-content/plugins/wordfence/views/scanner/issue-control-ignore.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‚–°þŽü§ò\\Pm@án™','4ÄÏ×ê•Ls†ÈFïæ½m\Z^Ó\ZD¤Qž','',0,'?'),('´ FÁËèí®9±4\Z`®','wp-content/plugins/js_composer/include/classes/shortcodes/vc-masonry-grid.php',0,'ý>0®áíqÊÒ)qQaÊ6','ý>0®áíqÊÒ)qQaÊ6','nê•qlLgö\Zäïr!Ö;loì…ÎëÅ¯™ò‚z]Á','',0,'?'),('´¬´÷&ã\nà‹Xðë¶Lõò','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_headset_24px.svg',0,'iº¡¯7ˆô$oú}|N˜.','iº¡¯7ˆô$oú}|N˜.','Q¬Œ^ønäøä‹ÉufÇ™¸Ñ|c\n/½w{æh','',0,'?'),('´ÒK´ççOÈ–9×3|<','wp-admin/maint/repair.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ø#¥xd²Y¤lªÄ Ùºn','\"›&*¤	RÍ ýÂ†²©$2?öþ^8&òc×j\nÎ','',0,'?'),('´ÓJîõa_y\"Ÿã!ô>V','wp-content/plugins/w3-total-cache/lib/Azure/PsrHttpMessage/UploadedFileInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¿00qîˆÑLŸD‚\0&˜ ','ß¸ƒ3k=4´DÒS/²ofôéñjÄiíÎ','',0,'?'),('´ä}·	þHš¥é5¸ÙL','wp-content/plugins/w3-total-cache/lib/Aws/Psr/Http/Message/UriInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','wðêâÍ:(HÑÞÁ‚²Éë','¢‰£œ.xƒ…2Ð¶ûøí=2\"î#Ð…¦Jú!á{i	Q','',0,'?'),('´ðIÇåØû.$U0]\'ˆS_','wp-admin/includes/widgets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ZS-ª.î÷¿¶G|J\"5','éQÍA.Vñi”Ð#\r·RJåÀåi.7Œ@BšèdÄ','',0,'?'),('µ	–sM÷CüŸt²¨o\0','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart05.svg',0,'Ý6¹ä¾áïÄ…ÐÃés','Ý6¹ä¾áïÄ…ÐÃés','•ìì^/¯¹‹PUDõ\\ß ¤Øvë/ŽŽëEc6¯¾§þ','',0,'?'),('µåµ+DžFÜ¿TZ[H7','wp-admin/images/post-formats-vs.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¦S¦l“ôH\\©¬¯¯üæ','e…t¯«w|W§{x¿y%K:¦»QE7¬‘åÃÓ','',0,'?'),('µŠA-W:zƒt','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_loupe_24px.svg',0,'Œtß5ˆÄ+T#Åq«Cù','Œtß5ˆÄ+T#Åq«Cù','AŸ„w“a5Åí‹Y*IL{ÿö8­…äë)R-o	¡k','',0,'?'),('µ4¢õf93.×›ŒÀ?','wp-content/plugins/js_composer/include/classes/shortcodes/vc-gallery.php',0,'E&dPœ¦nb‰3V.›~çi','E&dPœ¦nb‰3V.›~çi','WÁûŒ¿¦œB,\'y@c_±t‰&(¼¨b¡\ZÂ³`¹','',0,'?'),('µ6ëç*‘ã1â|wå+Å¥','wp-content/plugins/worker/src/Symfony/Filesystem/Exception/ExceptionInterface.php',0,'³aõ[è-wß! í€™Úb','³aõ[è-wß! í€™Úb','†PY«Ð+{^Œwýq<wÙpÄTô[µŠÆ5,8×šsèÛ','',0,'?'),('µ<Ÿ3ì†v¢&F','wp-content/plugins/wordfence/views/scanner/scan-failed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¡ç­EèÛ»04r¶ö÷¥','H?“Š¬¢MÚqK-4l_<û*=Ü€íë´Åˆp+îÝÉ','',0,'?'),('µ=—fd¸\\Ó‚vºâˆúâ','wp-content/plugins/contact-form-7/modules/listo.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Á…‡NÖÍ\0Âá‡)²ë{','Óˆª!tþ/)lpZ„|×ãý;nË„ÀbSƒî¢','',0,'?'),('µA?à™]\\8«PMTÉl','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Int32.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¿ÐCÅBÚ)cŽàaeƒ’Ç','ß[}“¾±DØÕÔ\0OV±:~-Ô\"~mBh\"<ÄùpWè','',0,'?'),('µGV\\z²…#°ÿƒ!;¢Ä','wp-includes/js/media-audiovideo.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¤f†û}ßÑŽFÇ‘+‚¯«','§´ÎU«î#úQCðF°’‹ûF:,ø}„Ù÷u’êãKP','',0,'?'),('µMŸésá;\',¼ÞÚ-E','wp-admin/css/dashboard-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o…!_ˆôžÌ•¬”³8','&¢²Pók®[ýêý¢•xŸ:Ë=Žrç£å•ÈB¢_','',0,'?'),('µO—r#½ÔýTºG‡¿!','wp-includes/js/swfobject.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ÿýº,ÿI}p„e~2˜qõ','?”Lw‚žÏ.ç4MîÕ’F…JÒø>fI†é´†œ','',0,'?'),('µd—œà›ð²÷äø’3¾','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_album_24px.svg',0,'Ô#ÂS\0€Ì6-ö4Ž','Ô#ÂS\0€Ì6-ö4Ž','Oæ>5cIfÜŽ‰¶éÿÜÎsGîl8õz[4ÞÇùÿ','',0,'?'),('µl&ö*‡©õñßõÈ&','wp-includes/SimplePie/Content/Type/Sniffer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','JVP°t>%NÓâµðˆå\0','\nþ·S/³ÒÌ¼#@¦ë%ôÞÓ,îul°è½$t¡¸…T–³','',0,'?'),('µu_°K³]«Yá–Ì¦ƒ³','wp-content/plugins/worker/src/MWP/Security/Exception/index.php',0,'gD,Vë§=\\ÆbP','gD,Vë§=\\ÆbP','k‰À—~	¶½UH\Z¥ÖxƒPêÛAÌ„¢ú<¡ž;X¨','',0,'?'),('µ\rÊæM]Ý)Ó	5%è','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tablet-article.svg',0,'˜Êrk\\aÊK­îáþè','˜Êrk\\aÊK­îáþè','	=ÑÍ#Ä¾éF¤®Bbf0Sz–ÙcÙgÆÇuUž','',0,'?'),('µ†»$(­g‹(Á®ÔPÚç/','wp-admin/css/wp-admin-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','GƒQ5\'EY­oâ0¶}Æ_Ç','0‡|TFîáÎÝO 	ê.—«‘å¨ã.¹¯>¹CEjûø','',0,'?'),('µ‘×¡©U“v>AçœpµP','wp-content/plugins/js_composer/include/classes/settings/automapper/automapper.php',0,'áüW¾~›†ó@\r','áüW¾~›†ó@\r','ãÈýtaO¸uŒ:€6uYŠè–!˜Q+Òƒ¥²~','',0,'?'),('µ˜=ËYšO®oOÍ2‹¹','wp-content/plugins/js_composer/include/classes/shortcodes/vc-raw-js.php',0,'ð\0IßJ¢ïUÒK;5»','ð\0IßJ¢ïUÒK;5»','Ï@/ÂËÚ2Ý^þc€0å×{qßªõ]GBæ™Àª§ûþ','',0,'?'),('µ™çéõ÷ËýøÎnD…¢','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-cta.svg',0,'ý˜ìYûÔkVK´æá)Š<½','ý˜ìYûÔkVK´æá)Š<½','ŽQ=çäÏêŠøA«7ü™³$ƒN3fväÙ‚h÷êE','',0,'?'),('µœ5ŽAtß‚–m0iŽz®','wp-admin/css/themes-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ö8ïIïm´hÔîYÐŒ®¹','æK~<—›®KßÇt 3·\n¾´T,vÄg¨ëã.Î…','',0,'?'),('µ¨7-F‡Ì>“@}','wp-content/plugins/worker/src/Symfony/Process/Exception/LogicException.php',0,'³âXg@w\nSRO1','³âXg@w\nSRO1','p¹vð¸û)”Í&žI©ÛûÊnÑ]Êº×¤B˜²ð,Å$','',0,'?'),('µ±ã·q†KÑUÔjí¤','wp-includes/SimplePie/Category.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{ôô«Ø[°Á çZVG¢4&','¬<±úJÂHÑvÊiÎ	bàŒ4l~ãeÐFëÚmjÂ','',0,'?'),('µÁOÂ­\n	„UÉí —Rb','wp-includes/Requests/Exception/HTTP/304.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ó;F4ÎAÛIïÝí÷T«','v¦ÓC‡	aÎ\'FÞ;€øò±zÚ»”(eJí±L','',0,'?'),('µÄ“y»É¹uË’XZÕvíá','wp-content/plugins/js_composer/assets/vc/logo/wpb-logo.svg',0,'>Ïò¡Ÿ8*%XJæÊUÐ°','>Ïò¡Ÿ8*%XJæÊUÐ°','ˆ\"é>#<¤¡&éªnœ‘ÓÕÿ¯³I‡tâVøüá6÷','',0,'?'),('µÛÔ|Ü‚H$ÅýVn·[´','wp-content/plugins/w3-total-cache/lib/Aws/JmesPath/CompilerRuntime.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w#Ô©Ô&ß‚øÅ™Ï\0','“åÝäùÃ@	PtµØ:ÁF)SKº3Cbb\nár@','',0,'?'),('µã-Z¼³€:E¾:','wp-admin/js/image-edit.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p»Ë’ñ¤÷Ý\n	³Á7¹ñ','{‘7›¾˜i7hÜ†gý¶ÑçpR_i5·eç@~5AÝõ7','',0,'?'),('µèµP\"ue\n\\dñø>\0','wp-content/plugins/w3-total-cache/UsageStatistics_Page_DbRequests_View.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9wØÞYŸL«±4CÃ.XÇ','Ž§o–ƒ.—ÊOàBVÚG\ZÇ(¤£Ù·jý¡M³el','',0,'?'),('¶\'Z#L	¤ú{5g~yÂ¥','wp-content/plugins/testimonials-showcase/resources/colorbox/i18n/jquery.colorbox-zh-CN.js',0,'Ð©?Û×­âÕr™ãÓk ','Ð©?Û×­âÕr™ãÓk ','“îþ5’s´ÙbÁ“m)°SèZÌÈµú\\n›¹Î©','',0,'?'),('¶Ø®_ï7«ÎèiØ{çÀ','wp-content/plugins/w3-total-cache/Extension_FragmentCache_GeneralPage.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X»„Ë·¬ìûX›ÃZ','ÒÜƒ\r±êc? »Lð\Zm{¬¦ƒí\0—C*x{±åÄ','',0,'?'),('¶Â-ô\"é½ðu§¶»Â5R','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_exposure_plus_2_24px.svg',0,'¦\'v:÷L2¹ø_ReyG\Z','¦\'v:÷L2¹ø_ReyG\Z','RÑ{+i¤ö.~ÒÎ–.È*2~ùjh¼8Äº~šs£×','',0,'?'),('¶}ª!~¨Æ{s_YŸ^y0','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_clear_24px.svg',0,'¾[Ìî|A.¾ýÇ-àÞ®b','¾[Ìî|A.¾ýÇ-àÞ®b','MÞd;]<ûÌÎî&#RK|=¤;-Ù–¤hcänÁç\\\"ª','',0,'?'),('¶º¤|jX–ù©ß|êfb','wp-admin/css/login.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[òVAÉ°¶ykªšp‹','W[â ÅJåh®l{_ý\"}–ùmÞù)±3æ6ôZ·[,','',0,'?'),('¶-Èœæ\"€rÓ.¢¨+0|','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_apps_36px.svg',0,'¥ïè;?ÁbàXÆ¿\\Úå¯','¥ïè;?ÁbàXÆ¿\\Úå¯','3Cñ¡J;C]Q+þFn¹g»ÆCÊ§‚©tãä','',0,'?'),('¶=nÓ)®XÊÀ¹+ÅåcÖ','wp-content/plugins/w3-total-cache/pub/js/setup-guide.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ê›ðÖ‚ðÍ\0_ÀˆŸ@ïj','ùÃ<ô]Û›™ZZ7t¶e›ÛxHÐqìü§¢#f^D¿','',0,'?'),('¶B½g*^½Ð½‰5Ô9','wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-posts.php',0,'Ÿ—BN®Ê‚ÆðOµb','Ÿ—BN®Ê‚ÆðOµb','Ø³±çÿAƒ¥1,?‰€A\n7‚<RžÎ¾‹•\Z¡Û½','',0,'?'),('¶H.Ž²*^G!Öu¨ ª•','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Handler/CurlFactory.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tQ£*ö–GTŽhPÈƒÛ\"»','ÚAå¾¢C­þlÉX˜çë—Px÷¤@§üÂ|5}»šÊ|Ž','',0,'?'),('¶MR²ælÄBœF¥u','wp-includes/option.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','§±¤âäS•þ°øY—­Äï','›DÑù~·sâ´öêMåZƒA“‚ÿéòÜÈ5\'¢','',0,'?'),('¶VÆdj\r$¥NdtF“Š¨','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/monitor.svg',0,'P$ÔS$¿;™.íc©à‰','P$ÔS$¿;™.íc©à‰','\r¨þñÛ‚…Ó‹t4B\\?8˜£Mê&[<ÚÖ†Aõê£‘','',0,'?'),('¶k\rÕ…øe\\P]2)-','wp-content/plugins/js_composer/include/classes/shortcodes/vc-tta-tabs.php',0,'ˆÊ\ZNnxxŸýœÓÜ','ˆÊ\ZNnxxŸýœÓÜ','¸ª¶¶µC4%ÆÀE;eæõ»(Eèû­ÉT±¢p}ØN','',0,'?'),('¶r\\Ùj”´¨òáA$','wp-includes/js/customize-base.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','CeeLÉ`²Ç¼Ò¬1','Ÿãƒñ®|ìrE›š[ÑƒèàCÅ?½ºG*¤³','',0,'?'),('¶˜ÀãŽÆ\"SÎ­`t@','wp-admin/network/plugins.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','–R\n½¨.o×ÄÆ±2bw','ÕAˆgpª‡ŒÒ/…mïø,&Rqÿf9eyþ÷$=æ','',0,'?'),('¶™u›MCÅ9„Ocw÷1(','wp-content/plugins/js_composer/include/templates/editors/popups/panel_shortcode_edit_form.tpl.php',0,'k2¤ˆÿðµ©‘¤\r‰!¿ùa','k2¤ˆÿðµ©‘¤\r‰!¿ùa','Â¨å­&Û+ÏºÕsÅØ\Z-ÓðšÝ°Ûc\ZŒ5£Œõ','',0,'?'),('¶™K?Üþrµça#Qh','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/InvalidRequestException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ia»ãîýµÿRÉž%x¼¿','³°§Mþ¢ äb÷€¼é£dÂý]FÀi÷POZq’Ú','',0,'?'),('¶š‘\"“Ê#pŒ„¿I~ªÜ\'','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/key2.svg',0,'¹óÐo\'¿¾I`Où6¥ž%','¹óÐo\'¿¾I`Où6¥ž%','õž6ùtÉÃ€ŒR“ÎdÌc•+»ªÎ±Ò ¥ñ^=','',0,'?'),('¶¦â\\äÆ.1°Û-œ¾:','wp-admin/options-media.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ˆ\\ÿ[xéNé:«¶µdw#\\','ÂR/QÊO÷líï@½æ§÷œcò0Ô\0a`n²oÁ<','',0,'?'),('¶°ÎHº*¶á*.ÚS','wp-admin/includes/bookmark.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M\0ë›ùíVªr®KÄÓùù','…Ó=¢)g®àEÉ÷SÅYÅ[p³t%„Q–Ñã\"Ü','',0,'?'),('¶Ádx¹ÍÖeBÀÝ™ÏŸ5','wp-includes/IXR/class-IXR-clientmulticall.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','åH›˜qºgÇ×l¡t','†žÒ“\'bOÒëèÚE¦&Æ§W0hÀ	o’\\`ÿÝY­Ó','',0,'?'),('¶Ñx1±)=xÄ‚ƒsïÔë6','wp-content/plugins/essential-grid/includes/assets/default-item-skins.php',0,'êDsÊÜÖZo½Û2','êDsÊÜÖZo½Û2','Ír‹XEûB?)šãÊ†\\rûoó²Ë†«vÆïÀuò+','',0,'?'),('¶ã¾>0\rÿ»šÑP‹','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_power_24px.svg',0,'¢®`p.*æ‰ºö','¢®`p.*æ‰ºö','\Z·O&Ä†æöhÏÅ4„nÜ²ž°Qì	¨ŒŒÍ','',0,'?'),('¶ê»ÆÒi†3Ö…;õÖ(','wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_post_settings.tpl.php',0,'rmÑ-ç¶|ÕÖI)Ø','rmÑ-ç¶|ÕÖI)Ø',':8ÚnykNí£Ãý…ÑàÄÚ­9(ü€¢Hi¸Ÿö´Bà','',0,'?'),('¶î¤Ul1ÀÈ•Dübmgñ¯','wp-includes/css/buttons-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b°‹;ƒaï„CáŠ,,ò','7NjN‚²4XË?´ŸþÛo6[äÉkÙ>ÝÚMïŒ¦…Å ','',0,'?'),('¶õƒÏßÅRCOh¥™Úß','wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/InvalidDatabaseException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0¥Ø6ž¢.tzÁåŸxÇo','öà;Ýþ¯p^\0¬3¿Ô¹â(€ ‰ŽAþßÎa´ìÅw','',0,'?'),('¶õõÕT7¢êÕÚb¤1**','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/character03.svg',0,'eº¾Už|¦üz0è\'+','eº¾Už|¦üz0è\'+','Æ /¡*ö^Ì«Wà­r­:K¸µ‘ä·†ëA1ÃzáD,','',0,'?'),('¶øI£K:†¨X6Ä,(','wp-content/plugins/worker/src/MWP/Stream/Limit.php',0,'Ö}C€ÜúbÒÙÿG\ZüTè','Ö}C€ÜúbÒÙÿG\ZüTè','yŒÓè´vd-eöq.|OÃ+Óu_B¢Î`’jFa¹£','',0,'?'),('·\nfv 8¦÷á1·“™-I','wp-includes/SimplePie/Exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','é€—zÇqÅ”¡Ã/äÑ','_pe±NOï/»*¶mv×ÙÈ¿ïn6*ùçzoþänÔ','',0,'?'),('·ÊÙtA&d÷Øú6Ú','wp-content/plugins/js_composer/include/classes/core/shared-templates/importer/class-vc-wp-import.php',0,'xøè$¼n”/×¨gû©)?','xøè$¼n”/×¨gû©)?','5·ÿå—·ñ®,BºúT¯³ñ_BþJ|m®èf','',0,'?'),('·\'jrÛû·Þúížµ€§','wp-content/plugins/worker/src/MWP/IncrementalBackup/Database/MysqliConnection.php',0,'s¼…ÜóvÚe>”ÈU_§¢','s¼…ÜóvÚe>”ÈU_§¢','\'þZTƒ’ÜÈE˜?Ÿ8†Öy>:3MdÎ<Uä_M/','',0,'?'),('·EZ%å…ú¾¯í»%O¢','wp-content/plugins/w3-total-cache/Generic_WidgetBoldGrid_AdminActions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','½I	¿EÞëÕ4E','§DE#Î‚©n¡ÊãÙŒPLyZ\'˜žŠL^‰geË÷gkÈ','',0,'?'),('·F…[¯Íãµ‹PÑ³‘@»','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Postal.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','MÂbP\"ÑŠxÙY@0ñà','÷\'ÈÂÖn©²*2nÔ‹äòéŠä)Øa(Œ_÷IqŒÉ˜{','',0,'?'),('·VtQbÐ¨¸Á°ó8Ú-°','wp-content/plugins/js_composer/include/templates/shortcodes/vc_basic_grid.php',0,'Ø“¸Òa)r¶s„ªN','Ø“¸Òa)r¶s„ªN','ÿJÛ\0nƒóÐ\'¯Áµ„¾êÕ3‡•|x]DÒ2„\Z¬5Å','',0,'?'),('·]š{d.öEA¼pK½{Í÷','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_insert_link_24px.svg',0,'°`ótì­‡•‘°ýJñ/ô','°`ótì­‡•‘°ýJñ/ô','mØÚ.ç<YŽô?ÌÍ?¦nˆ\Z`jýxƒÕhƒ°','',0,'?'),('·`™`\'Îl`=èê¢X(','wp-content/plugins/wordfence/views/options/option-select.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q©Ì5ÛCŽ”ãìƒÎ&í¬','ÂcU3ÐAëW\n²(Ø:‡FÌÍÌ@zAgG&Šj9','',0,'?'),('·e\0s‰£ø\n>ü\"±—','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_color_24px.svg',0,'óé|±šÙHXŽz×‹ºÙ¡U','óé|±šÙHXŽz×‹ºÙ¡U','“Ió°)š²}	¦JÓÈ|¦yªrË‡êù]eÂE\'Š','',0,'?'),('·j£»HGèüÒýêw,Æ™','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_connected_no_internet_1_bar_24px.svg',0,'éý.ŒâïªÁç6«%ˆ=','éý.ŒâïªÁç6«%ˆ=','0¾­è·+“¡1¬˜ÉXÒï•I}‰bP@\\â‰Bñè','',0,'?'),('·xXscÄ´y.£ÒªP«','wp-content/plugins/worker/src/MWP/Action/IncrementalBackup/GetViewSchema.php',0,'Ã[³{qbÀvƒ¯Òf‚aL','Ã[³{qbÀvƒ¯Òf‚aL','9•~\0Ìî	Û·þï\0ëÞ‚ZÌ7¢ï”Ô—o.þ&','',0,'?'),('·y£¿Ñ‘ÿc«j!¿\\\'','wp-includes/class-wp-block-list.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ƒ.ž×´Š8¶†9¯²','À$-ªÎ¡RÌ’Û~ÒÛžÜNðjÕÎ]?=âí®&','',0,'?'),('·2±D[\"¹ñÿ„*\"(××','wp-includes/js/jquery/ui/effect-size.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a;l‰@ íµšr%¹Ý¢Z','ÝæûÛcQ>›WYe\Zw\"™°“`»MƒrÑ˜^','',0,'?'),('·‡Ï1™)Çér0Pâ<','wp-content/plugins/wordfence/css/wordfenceBox.1607007971.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C¿ÚWYœ~äHœ#ì]','šrºŽµ¨{µÛ\ZI‰5™O1”‡¤QÜÝÓ‡¨£Ò÷Cßï','',0,'?'),('·‰žc/q$îóò©','wp-content/plugins/contact-form-7/modules/recaptcha/script.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Vþ	´˜ü\ZAÖÙÔðcO¤','ûz€AÖ?‡nP‰§ýlÕôB±jæžñ/\'/','',0,'?'),('·‘¤\\iÉ›dçé±XKÁî','wp-content/plugins/w3-total-cache/Util_Content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','œ+•É9-—Ñûåz¦¨£%','¬V¶•ñÆÃ­u-šy–ŽQœ\n…þæ§çCÈõ^„','',0,'?'),('·‘CøÕñ¸JÝ34;ÔÜ“A','wp-content/plugins/w3-total-cache/Generic_WidgetServices.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','˜vºµÁKDpyrÆ','f€sfÆ:¤ªÇîÕÜµ=0ÌØ|ìMÎ45nD','',0,'?'),('·“hJ–´DÒã°—G¥ ön','wp-content/plugins/wordfence/lib/wfCentralAPI.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ã;,¤¿|C_fŸ±G','ÝØt9*t5Ü	x\Z¢€kv¼•Z/È˜^ÄW›´¯w¾‹','',0,'?'),('·›œZQ4ÇØ\\(‚Ü‡','wp-admin/network/admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ï®\rŒý&Z3’r“\"ò','Ö:á×%£;KiˆW@>áU;ŠÔÍôë½#À>','',0,'?'),('·Ÿãº^=¢é‡™\'QrxÛ','wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-contact-form7.php',0,'­:Û¡\r*Iˆ©L1N ² £','­:Û¡\r*Iˆ©L1N ² £','ÌãÙuB±’ê°—üN%\\Ú ¡ËAÃav.©ŸW”\0','',0,'?'),('·¥9O ªæ>‡ÛÆÌ²','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tablet-pie-chart2.svg',0,'f\r‘?–g¸ÅÌ{3£','f\r‘?–g¸ÅÌ{3£','ˆ_aiBÍ›PTºŒŒNzðÞm„›IiŒ#(nA\nã','',0,'?'),('·Ä,ìU×½ûãÀ°Óx','wp-content/plugins/w3-total-cache/inc/mime/other.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÄGÍÖ¬ÂÞÐ<Iô','¼Ê6JÒØ:kç,_ƒrÃøêªãlÞut:þ','',0,'?'),('·Ìþa£Ñr‡,pÒ¿‰X','wp-content/plugins/w3-total-cache/inc/options/cdn/common/cnames-readonly.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','aq`gÒ\'}ûÞv\rÊ¯Õ','xÅËRCL Q>ü¨í}e?h,]Èã·€¨à\'\0Ïko','',0,'?'),('·Õ[0ñ^‹ŸªŒÐ¶','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/AnonymousIp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eºmgëÝœ|ù<ë¼¸Dh','™+Á%ÝG¸<t³1]ëƒIò5m·\Zž}¯âEö>ð;','',0,'?'),('·ï/ïöØŠ!¤N>ñ‚\nþ','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Ed25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ú¢f<_2S^I¿ªZ','ý­iÝ¯™ÿ8{‘iü´Øq!d¾ ÌÕ¨åAzòõ©','',0,'?'),('·ð°4î)|‹¯WOÈàM¾','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/RedirectMiddleware.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‰pXn¢O!ÉcÎï9	','ä-O’¯íŒwÉb}Šíp6ŽÐZ}5vˆ>êñ´Ö§','',0,'?'),('·ùÎ-´Ô%\'ÞCÀy±ÿ','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_vignette_24px.svg',0,'B¯u E‹¼Äubo>d','B¯u E‹¼Äubo>d','°‘>þÀß¬“©ŽüÝG¥Ù’mFSè…Á¦W„Å‚¿–-','',0,'?'),('¸\Zä¡¯lîÎÞù3ÈŠÂ','wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','PÉUÕ’è¥JL´“m8`v','Ó›úvQ´–kâÄ\n¹ƒlØ]Û`Î•ºÛ·ô•+}ÒkO­','',0,'?'),('¸Ci®JdIDÌrDú¸]ìp','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_play_arrow_24px.svg',0,'vt¡¶3Ÿü¤Ú›?x€','vt¡¶3Ÿü¤Ú›?x€','_ [h©S—[×?ÞkLDQ%…ƒNr™ã+íÒª','',0,'?'),('¸F³‚)¿¾§lr†S±','wp-content/themes/betheme/includes/header-side-slide.php',0,'…Aƒ½ßqò– @ðßK|','…Aƒ½ßqò– @ðßK|','š;ò!ëóYwê=r\0\0ã©yÚƒ–xãdËø2W¿ú¶','',0,'?'),('¸J|6}ËPß,\rÙ›','wp-admin/css/colors/_admin.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¨r6¬|—þ\r?î7°Ã','ˆþ½x/àB!^Ð\'°ØâpÜ‹jù\'¡Í²ï?¥…\r²í','',0,'?'),('¸d`#)?žÏ³šÏ0(w‡ù','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Crypto.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ÁoYƒ¢Û-ã)EHd','lÜ,8¿EñT—ŽC‘eylžaùSîÔ;)\'\"dÌ`zû™','',0,'?'),('¸h[Ê•œX(=•îmÑó`Ï','wp-content/themes/betheme/bbpress/form-topic-tag.php',0,'Ùä.k¢*•³’ã®¡ßhÁS','Ùä.k¢*•³’ã®¡ßhÁS','òû€\n›ï°[÷ ¦€‡iO.êçfrl3´ˆ`S@9Œ‡\\','',0,'?'),('¸oô*›ŽXì&óá§bU','wp-content/plugins/w3-total-cache/Cdn_Highwinds_Page_View.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r¹\rh&€Ù%æûÂÃö…','Xëz×$šŠ‹U%G~;Z´æ÷ý®¡Hð1œ6','',0,'?'),('¸rÒàYÅîãu “›«E','wp-content/plugins/w3-total-cache/lib/Minify/YUI-CSS-compressor-PHP-port-4.1.0/Minifier.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&“Úpœ¢Œx°žÒD¤l–','õ¡m‚~\0ÅÛj›—çúS¼£_/>–ŒÊ#O>üªæƒ%ó','',0,'?'),('¸‰*x¤ÛJ—u˜ñ•§é','wp-content/plugins/w3-total-cache/ConfigCompiler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nÁ¯ÜÎ4aÆQê2\Z\'`§·','Ù«J9\ro•£Ý\0à<%råžûà% Š¶å\nGÎ„','',0,'?'),('¸Œx–`þf,5ef2ý“','wp-admin/js/site-health.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[Ú\\xº}ìèÝ`UÙè','s|oÜx<°†üÒ»˜A\'\n¨tÊþÂ˜858<)†²\"','',0,'?'),('¸Ž”§œ[®:°—„…q','wp-admin/includes/class-wp-plugins-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','”¿]5†gŸÒ-Mƒøô','±Ù?`:3bO©ŸÄYë.¹÷*ü³/²ËuœPb_á','',0,'?'),('¸• =:SÀî¬D‘ìs4','wp-content/plugins/w3-total-cache/Cache_Memcached_Stats.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','à‰S·ì,hq^XëøkU','*ï±Z¶˜ÛôŸ¤Ù›õã*ŠuêS¸l&C!','',0,'?'),('¸•Ó¥æC„\rúXåÉ','wp-content/plugins/js_composer/include/templates/params/google_fonts/template.php',0,'§iÈíüF5ÄÒ“•Ìð_','§iÈíüF5ÄÒ“•Ìð_','‡–gkñlcê+‘ÞÛ˜ÿæ©+7r§ï-¼QV% ÚÝpº','',0,'?'),('¸š…P¿Of;ö™Í/ó×','wp-includes/SimplePie/Decode/HTML/Entities.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‰™jÑ‹p&y€Å·ÖéìU','—ÿWP»Æ*P=NÏ»;\Z Ž¾iÿä8ÚÃ2_¬ü¸ ','',0,'?'),('¸žüÙŸ[\\h²Ni¤eG','wp-content/plugins/essential-grid/admin/includes/gutenberg-blocks/src/old_init.php',0,'–ƒO8\\`	ÃÜ·‡j…âˆ','–ƒO8\\`	ÃÜ·‡j…âˆ','„{c¤Ë0ž5Èº¨†Okvºø WÅÙ$8YPf ','',0,'?'),('¸¯(šBêøi#ó\nkˆol','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_tab_unselected_24px.svg',0,'`Â™ÚøèÇÌƒ×Ë~ófÖ','`Â™ÚøèÇÌƒ×Ë~ófÖ','s=5%ªm¶¢÷4Äõˆ¦Bj+‹8éQKD˜±šj?','',0,'?'),('¸´jNçMæŒE-@Ã¥Iq¤','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Parser/RestXmlParser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uA ­3¦²cG½.¤ßÛ','«)&ýMt÷¾ƒ´óeÁúïÌ¹ñ[¾+H3õåf~','',0,'?'),('¸ÀÓ‘‹?“Â§=è','wp-includes/block-patterns/heading-paragraph.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','™­ë‹Ä?z°IŠ‡šŽæ³E','™iâ,æ‚ím»O¬¥#½?VbÈ,‚C-Ü¢cÅ¾\Zhá','',0,'?'),('¸Æ¢\"XÆ£ÓlRò†Õ¡','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/bank2.svg',0,'W{z%=T/Ä7ˆÈ+/…ð»','W{z%=T/Ä7ˆÈ+/…ð»','2Ý_û)Ùòbô¡b´¡Ã^Ph‰ô§¼ñŸ³PM','',0,'?'),('¸×G4…–þŠu¤Kp_i','wp-content/plugins/w3-total-cache/inc/options/minify/ccjs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>3½í­#]v;ò{£Â)|','93Mk\Zü÷\rMû¾7öÝ>¶4&åÃ0í¦ÀMë','',0,'?'),('¸ÛZŠÌ(“Å§|ŸÍZ','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','QUÿp~ocÃŠ4ÒNt›û','”LÎÞnµl2@Îö>hši,uJY²H¦‰\\ãLô,²B','',0,'?'),('¸è«\\ ¯”IÑ»Á»è,','wp-includes/class-simplepie.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(‰Ø\\Á¤JÄ¡íÑ™ë','É8lŸn-ÎÁ	ýo™=½œ8,;hî\'LFR#ÑÊœB','',0,'?'),('¸ì|SÃË4:„l©Åª…¹','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_person_pin_circle_24px.svg',0,'ðeD£\\¬=‚Í¿û\ZT','ðeD£\\¬=‚Í¿û\ZT','«>}\0,\"% \0Ù%n‘sÁ‹†e2ÉÑ€˜®†[ðÙÓy','',0,'?'),('¹7ï«3¸h\rý™ÃC3p.','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_record_voice_over_24px.svg',0,'K¦88’ôÆwrôüm‚òÈ','K¦88’ôÆwrôüm‚òÈ','EwÊt\0ty6m‚ÉkŠX06Ÿ1å@÷%©¸h‡ª','',0,'?'),('¹	\rí\"²fÆüH&9','wp-content/plugins/w3-total-cache/README.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ú|‡ØÝò¦G¹O8HQ','%43„Na¦âôÍš M#?¯ïiAÊzžº¨SÆžg','',0,'?'),('¹	¢Éha´žyzÏà¾','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Serializer/QueryParamBuilder.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ó%.ú“2ÒG÷·(kª*','6AAèf³“µ<ó¯ÏyßÖÎ\"ƒ/×±2øÏ”QB$','',0,'?'),('¹í‡\\ž]^ÒT£ê¥ŠÑ','wp-includes/js/dist/vendor/wp-polyfill-url.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rt\0X²ãd×xR`•Ï','÷bªÕ”WŠ?ÀûgtRÄ‹\\}DµE»TÓ‡ÿº=','',0,'?'),('¹(æF*¥\Z¶¹®‹òzÇµ','wp-content/plugins/essential-grid/admin/assets/js/jquery-ui.draggable.min.js',0,'Þç¥+¤EÂÀ°Žèä„æ','Þç¥+¤EÂÀ°Žèä„æ','%B	Û¨Šj÷ã\0Œˆ0ÌØ´|AÏb¬ ‡ \0˜¥ºëÎ','',0,'?'),('¹,\\Þ§pÒ‰ˆ^vùÓå·','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_sd_storage_24px.svg',0,'ò¯$ñN¬o×IØgÕBú','ò¯$ñN¬o×IØgÕBú','êgÄlÎý¥øò¾êš „ì7¨I¤ÛÕéãàÄA=¡','',0,'?'),('¹,¨+ŽO58Ë\n“[Ì[·','wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2016-01-28/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','„7uVæþP‚\0ø©','ˆŽ-7ÿÄÚüÀ—Õ™+‡•K9.y\\óeëÙAs®Éƒ','',0,'?'),('¹-?Ù_ž)ÈHvãlhs','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_turned_in_not_24px.svg',0,'ìB#ªR¢%B·éÓa§š','ìB#ªR¢%B·éÓa§š','&D\rD‹b„^ÔK\n¹ºZ{0éB`0Å\0é#»¬š…','',0,'?'),('¹/&¼ŽÖûá2®Ñ¡\rgDs','wp-includes/http.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ø-òžXã‘©¿Î/…ø2','? *÷~HxJF÷zøãòÝhémpÄÇ–}”Ýã','',0,'?'),('¹5Ù‚aÜ¨Ï˜Ò	#‰åbu','wp-includes/js/dist/compose.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¶Ãˆ€åT‘1*N‡²±*','|©€œÓÜëã™À|ám¯‹¼á\0}ÕÁm™oéá','',0,'?'),('¹<uÿŠ0Qè±ÇÂŸd#ñÃ','wp-content/plugins/revslider/admin/includes/help.class.php',0,'è„¦ýÛäSpç6\\å\0','è„¦ýÛäSpç6\\å\0',' lèJÖ	”UcÍLD¯Î4sÚn¤8ž^¯l7µ,k','',0,'?'),('¹‚¯¶=ÍåÑ¶Í8$ú','wp-includes/js/dist/vendor/wp-polyfill-node-contains.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ŽŒÝwæè%[UÄÅ3¦','Et•¿Ÿ ²ÐzÈÞfD:x?ÁíÆûo–ácøÚ‹	8P','',0,'?'),('¹Œ?ƒ0|Ãöà5uÆ¡ƒ¾','wp-admin/custom-background.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ã½«¾ö]0¹m7ìéöd','ZÁ5\"=®\0îT§Ïƒqr­/0žàQÐX^dn6','',0,'?'),('¹>ÀÞ‹C;ø$O¸Ÿáa','wp-content/plugins/w3-total-cache/inc/widget/latest_news.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','éh4!ÞÆ>±8\n­ë»ß$','.ŠŒ¥[\ní?duY£š½ÍÆÛayeÀjØI¹G ¦Å¹','',0,'?'),('¹‘àãûí%¨›â¢•	;W','wp-content/plugins/js_composer/include/templates/shortcodes/vc_flickr.php',0,'Â8\']¢g±£ô‹NòÁ·','Â8\']¢g±£ô‹NòÁ·','ì3ü#\Z”®\0§yÉ ÀA_1 ÒK©b¼^²¨/º','',0,'?'),('¹¦½ž Ôÿ¾ºXV³xr±','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Cookie/SessionCookieJar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>ÏaPÜ\"ˆ¨kÒ÷}¥­','.Nóg=~‰P\\Üú	ASMdáÆJ¬S9„,ô6 Ä—','',0,'?'),('¹«B\rhˆ‘þXMð§ê¦‚B','wp-content/plugins/w3-total-cache/Cdn_LimeLight_Page_View.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']Ã^qëÌ»Nhõ¥ªÛ1','ñ¦Ëo^1ˆ”Þ²†ç^æµƒH²5º—ûŠ¸ÓÏæ×I','',0,'?'),('¹¬Œ¨ŒËÑ%h½×Z','wp-content/plugins/revslider/public/assets/assets/svg/social/ic_person_add_24px.svg',0,'\\â*Ž¯Çs2¬*I','\\â*Ž¯Çs2¬*I','Úµ8ù -Õæ¶ñ¹JaùË‘}%Q ô÷âk’ éè','',0,'?'),('¹®ƒqhÌn›Jýj¯','wp-admin/css/nav-menus.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','”O¡‘C18Uèžñ¥HþY',',¬Ž\"Möµœ5Ök äp^i	¯H1Rÿ&ü½ŸŸ¢v','',0,'?'),('¹¹Î<ÿ	Ïf%ÕnŸO³','wp-admin/includes/credits.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';b‹`u»’—¼h\'‘Óêy','´ûZåCÁ“#Èú9Ì8HÝÐÌÊ<”¼hÜ÷,d—™2','',0,'?'),('¹ÃuLç,îŸ&Ç‘‹\r1','wp-admin/media.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¶;Þ6½™óUÞ©3','‡D€K±„ô3ûÌuB!@oPÈãbšÎ#ý›Ù~','',0,'?'),('¹Ó€9[êÀM-g‰‚','wp-includes/js/dist/hooks.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¥ 4…¹ñpèQ–Î{”û¶','}Ã\'ÏUœÅf;%Ä§Ê0ÜIT¸#\r«a†=xÃâ]˜l','',0,'?'),('¹Ô%I…‰ç}ŒPözW­É','wp-includes/random_compat/random_bytes_mcrypt.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','·ŠTÿÔ¦Ê™`µP§¥L','åb=¯-.¹“´XÿÀî”ÎþTüÅòYnžÐÐPæí„','',0,'?'),('¹ó´‡‰†7ëaýÝ’','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_info_outline_24px.svg',0,'²‘žìÌ¼O2Ÿ>C0ï®9','²‘žìÌ¼O2Ÿ>C0ï®9','ôŽaäá?³85È®ü×]Šó~‡|ßlŠs;m¾\"','',0,'?'),('¹õñóÜÍ\'754‰œ.åS','wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/button.min.js',0,'¦hh¿qp©—x‚Bô7²3','¦hh¿qp©—x‚Bô7²3','É[ë5iOÐWðìcˆíþJÞ¨/uÿ:KbbÄê@ñ\r','',0,'?'),('¹ø†wêÜ_š9ÂøMzG','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_hotel_24px.svg',0,'Ê1ª<ò‘io¦ ÞæÓX','Ê1ª<ò‘io¦ ÞæÓX','hzÎ&ºçÔ:I+9€~CÜy@±ÉJ/s2ù i\n','',0,'?'),('º!Q„Me^@¿Øaq;QR','wp-content/plugins/revslider/admin/assets/js/modules/admin.min.js',0,'â)¬aêP‡E2Cd°','â)¬aêP‡E2Cd°','{Ÿ¦ü†§4ý ðKî™—‰ˆÕÖgòÇ²¿`«í¤\'d','',0,'?'),('ºÍ)4Ÿ{ÀA/gmÞ«ŒI','wp-content/plugins/worker/src/MWP/EventListener/MasterRequest/RemoveUsernameParam.php',0,'zLáÊÒ‚²–6Æ-õ¹ï9','zLáÊÒ‚²–6Æ-õ¹ï9','\"lñZãGëÕ8WdÐ0¥|\0b»êŸ7„ŽõGXÆq','',0,'?'),('º#ŠÐì*úßš#Ïï&Á=','wp-content/themes/betheme/includes/include-wpml.php',0,' ®:þ2 ÁÎZçS)¤¢~',' ®:þ2 ÁÎZçS)¤¢~','åÈIÓÉ\"°jì}š(6»y]¦jÎPÞÙ¼9žÝ`Ô','',0,'?'),('º(dwI\0:\rÎÀ×Xx1DC','wp-content/plugins/wordfence/views/scanner/issue-control-hide-file.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y_V^Á\n%Œ£‹pýÊc','dW¢g¸meË°5±ÿãúÖÒ Ç©:®;³ÐWá\'Õ','',0,'?'),('º+½èÒs€Gaº3l?','wp-content/plugins/essential-grid/includes/InstagramScraper/Model/Account.php',0,'Û©/öœ$–w’±‚í³#','Û©/öœ$–w’±‚í³#','Ç}ÙÃr,òö³ÿ£®rÏTEJþ¡8DüÚRÂ0\"0–u›','',0,'?'),('º/Q>+ÆÞ,Òm-/','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/smartphone-exclamation.svg',0,'’`’…o\rSC)²0êŠKâ','’`’…o\rSC)²0êŠKâ','rÑñ2eÄ§ŽÞ5Ò(9C>[µÐä¾Ø6.W{žÔæ†o','',0,'?'),('º3ž,’˜×cv‹k–’Ñø','wp-content/plugins/wordfence/views/onboarding/overlay.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','â’iÅ®ô9õe`øÐ2î','Zµ´ÿMËGXL;$xMi|Qè%¡²ÝÅ½Y2Ü­$_','',0,'?'),('ºWMíŠË{h©øÚÀ(ž','wp-content/plugins/wordfence/lib/menu_options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ˆð[0Cì–ƒ}p«õ=','¶0¹‘1[Ÿ¡É>Ÿ—µ“=òN‘Ü¹]g–ö»U{<º','',0,'?'),('ºYE¤NÏègÛéIèA£','wp-content/plugins/duplicate-post/vendor/composer/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','•]_åŒ#Dö´\0óƒµâ','\Z ŸøÛ’ö%§4~NÙ~Gh!bØ­:w‚˜ÉŒ¿™\'','',0,'?'),('º]K{ÌÙ¯¼æ`Ø{¿,','wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmWUlfChc-AMP6lbBP.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+EÒYHÍí<YPK=°S','Û‹ü&ò:^Áý±G¿Í×&BˆŒ„2ÃPC‡¿~÷¯ò…','',0,'?'),('º^M¦ó¶8šé«j¤Ê_L','wp-content/plugins/w3-total-cache/inc/options/parts/redis.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U¸y+ypV,ùÛ™ér´','‹]É:¤´ÃÿÔBtRŽañ@+ë¡ˆÌìO¯ÒA:™×','',0,'?'),('ºaÉ@o›ÿ\'¿Ékbíþù','wp-includes/js/jquery/jquery-migrate.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y´•k~Äxì$K^-3¬}','åìöPØyöìïD\\\\ºcdä~öÌP¿ˆÕ`7  F/','',0,'?'),('ºc?`BQóÂ,áàgÛÖ','wp-content/plugins/w3-total-cache/Extension_FragmentCache_WpObjectCache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','®vþ–GúÒ%›gà','s7™ï@s›WL¾¹­)\nH©“còóqbùÐ}73','',0,'?'),('ºcøÍmú³wMŒÍ³fA','wp-content/plugins/js_composer/assets/lib/bower/twbs-pagination/jquery.twbsPagination.min.js',0,'z-bR>»Êìølƒ\"','z-bR>»Êìølƒ\"','á‚Ì·BM°.??ç°³×dV×ùn6ï\nPšù¦G','',0,'?'),('ºŠi/ŠpEtðµ\nÝ÷lø','wp-content/plugins/wordfence/lib/rest-api/wfRESTScanController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','öìšæ5oQÁ4¡)dÈT','¾D“øt3v\Z%³íjl…šf%†ýO)›ý…&&1L','',0,'?'),('º’Ïë2ÿÊ?!àuØÜ†\"','wp-content/plugins/wordfence/modules/login-security/views/options/option-switch.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','„Ÿ[(AÉŠÎí„ÖÉû•hü','þ£‡ðÍ³ß˜“Q6Ì¨!*ôÇ×XäxÊõÃMM­u@','',0,'?'),('º¦Û(:Ûw\'Ò16â3\0','wp-content/plugins/essential-grid/includes/Unirest/Exception.php',0,'¦ð§_)æDLçÚ@\";\'','¦ð§_)æDLçÚ@\";\'','¡S¶–ÒµÐ’dn«œïS’nÖ5Ê©¡“âØd\'','',0,'?'),('º©Âã^[X’æŽi³	í','wp-admin/themes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¨ž|ü›f\"±›SÂ+‚&/','¨yí™Û#&ŽH‚.öîƒdu`\\‹M?v,	k2.»','',0,'?'),('º­:æÀX©¼@\0{*ÅÖ¯¦','wp-admin/includes/class-language-pack-upgrader-skin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','wüøH—© lO J\rN','¤m²º­%Ön\ráè¿Ø›­Šqi€ÈmŽÍŠV&W','',0,'?'),('º¼4T¸(â\\9\'Œä3±)','wp-admin/css/customize-widgets-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ý5\"à´SÂ\rß´Õ÷}=','0¶NÐÏp\',z)_ÑŠŠ _E\ZYm;£ÃS.²û','',0,'?'),('º¿‡\0n:T‹q}K ø@','wp-includes/Requests/Exception/HTTP/408.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@>1d„IXÅO˜ìÈ·v‰','éq¬™ò*ÖlmKÒ£kÄ\"ÐMÿQ?Êp§’aØ‚ç¦4','',0,'?'),('ºÆN“_	ÅL\'ýÍ8YZ—2','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_connected_no_internet_2_bar_24px.svg',0,'}Àß”³œ`Ñšìh','}Àß”³œ`Ñšìh','×GD3·W*špGÇÞó#²ˆþZïÔ~¦ƒ_0Z','',0,'?'),('ºÈÙK62›·yd£à¢u','wp-content/plugins/worker/src/PHPSecLib/Crypt/index.php',0,'gD,Vë§=\\ÆbP','gD,Vë§=\\ÆbP','k‰À—~	¶½UH\Z¥ÖxƒPêÛAÌ„¢ú<¡ž;X¨','',0,'?'),('ºÍk{šä&òó»x\n¶ø','wp-includes/class-wp-error.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','„lß &Ø0?&‘c~ûÿ','G†bM[G&JrÄF˜EôÜ’™1Ãrôs„L,tæ(áW','',0,'?'),('ºß$á„o“¬1ÖT³2]l','wp-content/plugins/wordfence/lib/dashboard/widget_countries.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','úÌ\rm•nÄZBâÎ ¼¥','äÝƒEZ?öwÈ–ÞÍ–s!½7ôã ÝcÇJÐ7†0','',0,'?'),('ºçºPÃS.ç·‚Òó¯pŒ','wp-content/plugins/js_composer/config/buttons/shortcode-vc-btn.php',0,'TÅ²æžït\\÷–“','TÅ²æžït\\÷–“',';ùœ¤0ØÊå\'ÄÞa‚Žu¼÷‚MüoÕO5œ2n','',0,'?'),('ºíÌA0fŽýf`Â KÇ}','wp-content/plugins/wordfence/lib/wfDirectoryIterator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n+Z/_¬\Zxuæv','¢Èu‘úü;IV—•a[¯~ãµ­þTZ\\^àyJ¬j','',0,'?'),('»\0²×%3[$x\0èâ.°Ž(','wp-admin/images/marker.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3Ü*O2/Ô3I2œýè','~T¼@\\Ž€vUI<çpKÈ×Ä×a`Tº@cãÞcaü','',0,'?'),('»ÒÉ4þ™õ‰ù=Ž¸','wp-content/plugins/wordfence/images/icons/ajaxScan.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‘Ê–´Ñ´­÷~fúúžiÁ','ß©0¼Ôò£ÕÑ¦®Æ»H\n‰•Ž‹ÀÂ¡;Â','',0,'?'),('»	*\"õºAÜ\"ÇÑ','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_3_bar_24px.svg',0,'8;5zÁü	¢NŒ#7\'+\0','8;5zÁü	¢NŒ#7\'+\0','âúÂK9~ÄB&öœÃXXvd®®}qrù[','',0,'?'),('»	æããEm[¥¬³ÇØlÅ<','wp-includes/js/tinymce/plugins/image/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-”úZCélÂ­}ÄèŽê','yçéTíÔNz+¨ªã†­âƒ†õ\'Ãó«ü%YÊ','',0,'?'),('»çãÈP*Çœz—A ','wp-content/plugins/w3-total-cache/Cache_Redis.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ù|·@âöÈ°L1š—','féÆ#X7ÇBK¼xëÆ@5\Z1Ù¢W‚€å@?>ÖL','',0,'?'),('»[E&_ô+¾ÓQ','wp-content/plugins/essential-grid/admin/includes/index.php',0,'ïá{J!u?}îçs•','ïá{J!u?}îçs•','AuÌƒµœÄ`ü9‰7}bŽ>MHêÃíJHhåûÎ|Fj','',0,'?'),('»!Æ	y\'Câ‹§?å·å8','wp-content/plugins/testimonials-showcase/resources/colorbox/i18n/jquery.colorbox-it.js',0,' 4xáË½îË¡idSþŒÓ',' 4xáË½îË¡idSþŒÓ','øcî>®s+ýü)^,f`ºŒ3´tDñZdk¾fáî–','',0,'?'),('»@ÔÅ¯4ºâ£Ñ¦)@I','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_history_24px.svg',0,'@€þ.ÿ×j˜ËF:mf','@€þ.ÿ×j˜ËF:mf','7)Äý\\¨ÐÎ*\0du.iâT»bÏü¢8é†¼âšOZ]','',0,'?'),('»M®A¶FÃ\Z%ù;Ô?¦!','wp-content/plugins/w3-total-cache/Extension_Swarmify_Widget_View_NotConfigured.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ñ.<JÏÜ˜?ÿNx','[F÷ÆS˜Ñµ¢Çò-þ|¿Pñ¡°²G-X5ÚZ1','',0,'?'),('»U0^¸C)ÿQÜV’¢%íå','wp-content/plugins/w3-total-cache/inc/email/minify_error_notification.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{dÙH±BÝÑ¿PÁ5½','[°¬n#û%îXŠ\"óš\nlÙ&=¬{Œ–üqµØ`q2ð','',0,'?'),('»mœÈu6D\0cô','wp-content/themes/betheme/sidebar-taxonomy.php',0,'ÂQ_cz”âx‡‰Åp\0ZðÝ','ÂQ_cz”âx‡‰Åp\0ZðÝ','m¢2%§[,P¤n;‚\\3îåžzi«Õð€è Mµ','',0,'?'),('»s*eZ)òÀÝöMò=Ý#Ê','wp-content/plugins/essential-grid/includes/base.class.php',0,'Ðá¼Á£V ]+wb‚IÄ','Ðá¼Á£V ]+wb‚IÄ','8’“;Î«|^À@ë]÷‡T&.EãÛî½W1º”#','',0,'?'),('»tÆÅ9tîó_mFÇÍ','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_no_sim_24px.svg',0,'èr\ni#õöšÚ…Už‹Í','èr\ni#õöšÚ…Už‹Í','\\N	VÏXDñðËýÕkÑY½¦¶¤c<•ÎïËœU ','',0,'?'),('»’sØ½4jÛ°X‘G°Â£','wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_tagcloud.php',0,'n<¢Í§ísÝC¥—oGæv','n<¢Í§ísÝC¥—oGæv','‹2g‹„L°|ý·ÓŸ•Ë–—ÌE¦‚´ó›¶\Z','',0,'?'),('»šÓòÏZÜlü#œKpjQQ','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-google-maps.svg',0,'‘=é\r»\\m1xm;ùuA','‘=é\r»\\m1xm;ùuA','ðl¥!á3q~2_Úiˆ<”ðnßW’#qÏêŠY4ÞØ´—','',0,'?'),('»¢NSÑKW M\"OG','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Models/Metrics.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{ÝÛó»¿ÛmÛ1‚žmf','ö§cW”(Ò<ï%k²õhäý™eW	éC¿ä¨lˆ˜','',0,'?'),('»Èî‰ñgC8¤BBîîýY','wp-content/plugins/duplicate-post/duplicate_post_yoast_icon-125x125.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%“b`Ž³&Õ:;®¾†µ','×ÏÖDÊÔn$¤ùÏßÈl²ƒ	À|„‡\rDuêY]','',0,'?'),('»Ê6Ë\Zø#iW?Týòå=Â','wp-content/plugins/revslider/uninstall.php',0,'ïµ¯M\"{@ñ]ÅÄÑq(À','ïµ¯M\"{@ñ]ÅÄÑq(À','(ª¦5Û\rHq\n°-Ów¢óWÎßci{úÃk,{–','',0,'?'),('»Ê{ü]\\Öµ­	ôèdó»Ú','wp-admin/css/forms-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','’\'VÙ¨7:¾[0R›td','~04|BrL‹·Óò¤Ž¿J\0`B©Ó—å”c1\'ÿS','',0,'?'),('¼Žäì4ä†tñõ t>\Z','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_leak_add_24px.svg',0,']¤v\r\"Ÿ\ZÓS8º`~þ}\n',']¤v\r\"Ÿ\ZÓS8º`~þ}\n','ìÛùR+gkçó ™Ü¢³ôGU´„0®´Ò(ï\Z˜','',0,'?'),('¼ò)i2Ðû/\"6+¨ë','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Exception/RequestException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','–ãPµË¯òé¨»\rN7',')j\r¨€<\0ÆåpþÇÛˆŽñîkXå+0¬@ô™G','',0,'?'),('¼¬ðàÄÍï\"¦RÑÅœ','wp-includes/images/crystal/text.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ì Ñ²ªü#¾dÿ%ã[µ','n1ôÂ0µé©<;ý\n”ÍIp¢ö~Üf™Åâ ¸ÏÇz','',0,'?'),('¼\Z\r‡)\Zå­í¥«ÿ«O','wp-content/plugins/w3-total-cache/DbCache_Core.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','á,²LSÈKVo@¿dZƒGh','‹öBúö†ƒ¤Õ6ü0E\'£¸ Òœ½‡ÁÇýs˜`û+','',0,'?'),('¼,ËÓñÃs³6À´+','wp-content/plugins/js_composer/include/autoload/vendors/layerslider.php',0,'yn‚(—Úüž.èGÙq—','yn‚(—Úüž.èGÙq—','é i*eÈl<œV\']jó5$ŠGQˆ§è©«#™V','',0,'?'),('¼4:Ûâíô+UÈ—&Ó¥»','wp-content/plugins/w3-total-cache/Cdn_MaxCdn_Popup_View_Zones.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÚŒ»åVŸþ´Ð˜EÂKQ','GÍõg=îÖ¸ôSwPÿIbmÃoæÀ‹Ò9ª#upñR{','',0,'?'),('¼:X¡9ëïaˆ’·\n²þ9','wp-content/plugins/w3-total-cache/lib/Google/Service/Oauth2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k°x‡»Ø\0¨ÀñtœÙ.','XÛ„Jp}Ðf’ý-“H)}xk¬ÖîMÍ&Û','',0,'?'),('¼@ÂÝ6RÌRu­4','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_thumbs_up_down_24px.svg',0,'/Ñ¢\nÒ›èÍÕúÏ¸','/Ñ¢\nÒ›èÍÕúÏ¸','¸<ü~#D{Åož›Ì‘5\ne¯È¨ÉŽÁÏ‚yl¬¦g\r','',0,'?'),('¼H\r¡÷*X”~ºM¦Wr[ñ','wp-content/plugins/w3-total-cache/Cdn_Highwinds_Widget_View_NotConfigured.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&½QTÃç@äVy£ðÁì','‚©ý\"b¢ÒÎŽ‚®t‚¹Oq84‡õ	ÕDà³±Ó','',0,'?'),('¼OØäõ•R¾¦Pƒ3™\rÍÑ','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-contact-form-7.svg',0,'\nx€!ÞR¬§;AJ—V','\nx€!ÞR¬§;AJ—V','>«Â[ÛîË@µ©kÍªíXàF3xÅüÞºhög×','',0,'?'),('¼a_I+·nLßK;t\\U','wp-content/plugins/duplicate-post/src/class-duplicate-post.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Yì/ŽròÌØ?²z','M<?Sßë±É¨5Ï[!ûŒ«Å¢ñÖíN™¿¾Ïý‰','',0,'?'),('¼fz“··êØÂÖË)]}-','wp-content/plugins/w3-total-cache/CacheGroups_Plugin_Admin_View.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÑÈ²¶%ÍÈ[)Y«Zâ}','âç,²’íºCÃÕMï2@>‹;˜¦/\\YkØÖMX©a','',0,'?'),('¼f€5”rôÌ¿Ã¸ñ*g©','wp-content/plugins/w3-total-cache/lib/Aws/Aws/PsrCacheAdapter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ê®Ü«²Â 44¹€','mªõq>C×ÃŸ~udŽ¹ý acH~«i½úiÈ','',0,'?'),('¼m¿ÚÅ*þ“®Hjü','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/GetBlobPropertiesOptions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ømÖKˆçÍ§U\ZzÌ¿Þ','ñNã8¹<}qvõDÄ:e^9Š¨tî#;','',0,'?'),('¼v%Ÿ”ŒS´[¿Ìª£Ñ¾','wp-includes/ms-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ŒÔÀ£ËÍ\nã±b\ZZ…','6(ExQ\rÃ²À@ö•zAÑÇ\nL<Ð•×µíþyÀz','',0,'?'),('¼Þ0w¡¨ÌÃãð„sŽh7','wp-content/plugins/w3-total-cache/pub/js/wizard.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','«,†•M_|@¥«„Q™','á²\"0„1ÄŠ…]”H®G#÷b‡ZXˆa([t','',0,'?'),('¼í•^½®†Æ4x•@úÜþ','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-idea02.svg',0,'¬›7ÕïRA›*÷¡kâ','¬›7ÕïRA›*÷¡kâ','syØí]ÄÌ\rŽjx1uï@<\r×ñŽTð€åF','',0,'?'),('¼³‚|X%jgu@èCJˆM','wp-includes/js/dist/vendor/react.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¿ød:Kè£ÑD÷¨,$',';¾´–\ZƒÔûw7µù:¹©›[èÜ§/¦8—Ð_¯@]','',0,'?'),('¼¹\ZÙfd§8Ð­ó…ò','wp-content/themes/betheme/muffin-options/validation/html_custom/validation_html_custom.php',0,'¹É8ÐŠƒ„\"1ÕVpÿ','¹É8ÐŠƒ„\"1ÕVpÿ','ß»ìâìhðùþás¤¡ø–õ‹X?G‘ž] -e¯','',0,'?'),('¼¹Du÷„KŽBÔLk£—','wp-content/plugins/contact-form-7/includes/shortcodes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ú¶Ý¥,«—RŸªWý’\r','ÜšØOcksC[Í\'ÃãÅá´ÂUhøßjš	4¤ë','',0,'?'),('¼ÌI<‰‚l6±Å_yCp$ý','wp-content/plugins/w3-total-cache/Generic_WidgetBoldGrid_View.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ø¡Wie¥±Fd73«Mbô','»ënz¼ÈkÍ÷ÿØ¦úÒÄzs=¢×<Œ{´ß˜»›§','',0,'?'),('¼Ö‚xRaÑÛùÇœ„@','wp-includes/css/dist/editor/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qrúYûG÷9J#P¢È„','ˆi`o*lÄ³	:Ó_1MÅd›5cóF^+Ãj1ÒõÐ','',0,'?'),('¼å£]áFð$§qááöây','wp-content/plugins/w3-total-cache/Extension_FragmentCache_Core.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s×Ì…ï)[(±d{È','¿Úäa!ìŒk8XÒ/¿y$ë CõÙP-[€£ êSØyùS','',0,'?'),('¼é]Ž\"MÕ<ü-q|','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/strategy2.svg',0,'PD>œbë;<0YGPEÍK','PD>œbë;<0YGPEÍK','¹°†ðÜ\nP´À>µž,{Î¦§ÀÒ ;%\n§','',0,'?'),('¼ë>Xz™ÅÒbþýÙ.§Ú','wp-content/plugins/w3-total-cache/Cdn_RackSpaceCloudFiles_Page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L©½H`ÕÃ\rÆµ^É^','3xKcßÆþX<úq¶ÏÉ“––€Áá·\ZMSëWP44E','',0,'?'),('¼ð›ÂX\"¯-{ãÊ$48sx','wp-admin/css/deprecated-media.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','»‡±OC•‘¸9Ù»»ƒAf','ËÛþc`ÖLðôºH²;Šc´!k[÷L\'CbIa§¬jª','',0,'?'),('¼üUdŸ¥M…’ÙS$€l','wp-admin/includes/class-wp-list-table-compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Û}‹>\r_D\"¦õCkñÔC','\\¥;Šý]\"§¤®(+/ÇÅ}žËšq5ÎôNS\'ª','',0,'?'),('½\nCÁå×Ç‚Åœùg“Ê[è','wp-content/plugins/w3-total-cache/lib/Aws/Aws/ResponseContainerInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','–î2tÝÝ¥Cƒ÷3»','o+˜**¸›¿HÂÄÿ ±ÈýÙUì:\Zw$!Ü¢«b','',0,'?'),('½\rzé@³_ÃýmødM','wp-content/plugins/wordfence/modules/login-security/classes/model/ip.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','96¿fºö®î;˜¡‡0','mgc%Ói\ZnƒA®€BŠ@ÀšwF±zÛ;çy`\rN','',0,'?'),('½\"8Ë\0P¬¢\nuÂ›ÈU\0','wp-content/plugins/w3-total-cache/pub/img/ps_bar.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<V·Ÿ\"qSÊm\']êÄe&','¨ð¹`\rÌ\"ëõ’›ÈÄŠ¶ˆx:)É QÎ²˜.‘½q','',0,'?'),('½+®œ<OÎŽÖG\rX1ÉÃñ','wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-jwplayer.php',0,'†*\"júÖ—4|	Ûâõ”„','†*\"júÖ—4|	Ûâõ”„','å1ñ«xö_³vÖOÓgGTjþÑ6nÍ5E','',0,'?'),('½<9R¹ªÇX•ÇR@dø','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_chrome_reader_mode_24px.svg',0,'~=Ð9<I?ÂfüÀ','~=Ð9<I?ÂfüÀ','™ëÔÒPõX$n‚ˆ%®îÞà˜W\'bÁ·KñI×*í>kÿ','',0,'?'),('½@G„îtÇeY\\\'>¯O','wp-content/plugins/wordfence/lib/wfVersionCheckController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','À/ôüÓZ²å¶(w/µÙ?',' õûÍú¿.¢Ï“Û ÈbA}\rd§¶.òd õ¼ô¸9ÿ','',0,'?'),('½YqÁ  #\n~‹´èç&\ZÌ','wp-content/plugins/revslider/admin/assets/js/modules/overview.min.js',0,'qæþ3¬¿äÿÚ»h','qæþ3¬¿äÿÚ»h','/J\r\rçÉsù‘4ÓS¹Y„½©c9åpºtçcR>`%','',0,'?'),('½ZžÀWtÇp¥NŒh','wp-admin/css/nav-menus.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ØGóùæÝ;UÇo»ˆí^',',ömKrYˆ‰ävçcüJ÷Ãã]á®R8# ã¾ø}‰','',0,'?'),('½_:°Qá\Zo²C}E†çH','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_off_24px.svg',0,'0•ž(¡=*ûMâÕ','0•ž(¡=*ûMâÕ','¾;6Í4b‰Ao›œÐoÆ8×anšËrËiÉâ[ŸñÃÞh','',0,'?'),('½}òu<K6Rh/ÍÈà','wp-content/plugins/w3-total-cache/Cdn_StackPath2_Api.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/BåŒæž®×¸\ZÃ','ô¢¬qp×ÑRšt\nÔÌË0¦D9µmo¾£(µ!\r','',0,'?'),('½Z øOg\nW‹W’2','wp-includes/js/wp-embed-template.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x)ÊtMò`WXx>ì5Þ\\æ','†b.ÊÄ»î@ß‘Ï§Eìòc\Z1âèÅ€XðZ\nÃ8/å','',0,'?'),('½‘8üï‹ä5*Ã“^ü)','wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/TransferStats.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ùKÑÐQºÀŸ•8¸¸r\0„æ','T>ú˜!L/4ç ’IæSÜå/d*º6xªf\nòq','',0,'?'),('½‘úZ£ÓCˆ·…\r½†','wp-content/plugins/w3-total-cache/Cdn_StackPath2_Popup_View_Intro.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','kˆú6Ì&ÿÏ6Ä7Óc','€ ítU4^èÎ˜ô2Š†¤03EM.ö™ÍŽ»#¾','',0,'?'),('½”Ù!4t#A­B—‚ï','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_backup_24px.svg',0,'Âf#/÷&M4­ø¹¡™Õ–','Âf#/÷&M4­ø¹¡™Õ–','Í³šJÅ¹÷2jìêÐÌtø·ìó˜6}aWóT%SáO','',0,'?'),('½£ôAQ‡n©<•ET¬','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_brightness_2_24px.svg',0,'\ZÑJÇ½Sâa!ÞN3%[','\ZÑJÇ½Sâa!ÞN3%[','tS§{Ð@‘\'‘òU[Ú´o°dH…§ÈVmCžÆãì','',0,'?'),('½¦=Á¦Kµ.•ðo©sJ','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Filters/RetryPolicyFilter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ˆàÜÜ•zU ç<8ÇßœHÛ','îoGñÞ?\0ÍvJï`gv —Ba\ZQ~kNUÌ','',0,'?'),('½¯!Üh>„iq…8tÕÂn','wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Precomp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ö\0ç¤Ù>ö¤@UeììU','®È›pñâ¡Ë„o<¸§O\n¼†Oo{Öw=—S','',0,'?'),('½²¼\\†“9ºÑ•F wí','wp-admin/js/revisions.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','LÃÖOez²¿±nUR','ÈqæÓ:\\ÉÏHå-ˆ”Æ’’V‚Þi²ïÔŽ$','',0,'?'),('½×ÐÊñiWN@¹÷zw@','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/hat-moustache.svg',0,'ZÍA‰>ék­&øÊ˜V','ZÍA‰>ék­&øÊ˜V','—Üð¹ýÆ8šÏÃ½\\»^\'‡(+îò·å{›yè°¥\r','',0,'?'),('½äF~íÿêéD;½ B,Š','wp-content/plugins/js_composer/include/templates/shortcodes/vc_basic_grid_filter.php',0,')ßo0òpýÜiH&7ñÛ',')ßo0òpýÜiH&7ñÛ','šÖAžG:©‚VÛÆs5ùm>RZ©˜{«›<µ¤','',0,'?'),('½îÖžù{÷rÄÞ/Ð†C','wp-content/plugins/ga-google-analytics/inc/settings-display.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¢ƒñ®`ó0»)¤_k·¶)i','Vâ¾ÿåa<Ú[Ôœfª¨àðç\rö¶ªØý­®¢](','',0,'?'),('½õÛç2ú\\\\ÒÕ(•î#','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_ondemand_video_24px.svg',0,';˜Ì„r9Öá†ÿµ¤n',';˜Ì„r9Öá†ÿµ¤n','±àÉÉéÌÆHr+0àŠOØw#bC–D=mkÒ\'|—','',0,'?'),('½ú¯fqˆðßöùÜi&:ë¨','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_help_24px.svg',0,'í\'íJCqev£î~oQå¯','í\'íJCqev£î~oQå¯','ñˆâtˆ¥qðO8\\.”÷²Yl¹­À¿a<•ÍÆ','',0,'?'),('½ûÄµ	ÉÏgZ½<Ó¿“Ñ','wp-content/plugins/w3-total-cache/pub/img/overlay/gray-check.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','œª›hl\r´öi–4?4	','ÛóÉÐé\\5 	Ò÷AÞÁL5«Œ§–, {¿íž¦|â\n','',0,'?'),('¾ù>2Ã“LA©ë¶ø','wp-content/plugins/w3-total-cache/lib/Google/Model.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	h1Ýp±Ø]\Z¾4ÿêÔ','ÈP.Dg¢õ§#¿½Çæìyä€H	fýáÈ¬‚”¥LJ±uƒ','',0,'?'),('¾šQ\\@É‰*ø„‡¶ñm','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_layers_clear_24px.svg',0,'Ž?–hÊÅ”½®¾Ä-sJ¼','Ž?–hÊÅ”½®¾Ä-sJ¼','2%írÝ?ú5â¡É—„9%ËÄõLøu_ÆK§ŸÀÇ	','',0,'?'),('¾\"™œ:@ã6IôäûK','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-vc-logo.svg',0,'™÷M*ïƒm7Ù÷Ûìm±[','™÷M*ïƒm7Ù÷Ûìm±[','ÛøSáò7Ïn[l\rpª[kd0û\0Îÿ3¹çüÔÀ','',0,'?'),('¾_Zá%›Ž­µå¨','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart07.svg',0,'o0LÜQ±Ù—Þc“\"n•À‰','o0LÜQ±Ù—Þc“\"n•À‰','6½Û€^°4ºL\'Go80‚^Q«gê%gLåÙ›Š','',0,'?'),('¾3Lˆ›ÆíkCÉ6Æ±4','wp-content/plugins/revslider/admin/views/builder.php',0,'CsŠ,Öë’îÙã1íj‚','CsŠ,Öë’îÙã1íj‚','»8±wê´L A§æ]nEÚÖYïÐÃóaŽö','',0,'?'),('¾/=ï+HhEÑÞ14ÓÊ†¥','wp-content/plugins/wordfence/views/tours/login-security.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0£Ùd(¡³kãþ¡ý','pÊc!éž£_’i	M9‚’Ncív:Ué®•Ã×ŠÏŠb³','',0,'?'),('¾;!Ó™AÔOã“þ«×Z—','wp-content/plugins/contact-form-7/admin/includes/class-contact-forms-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	èõcIÿ¤¬4÷€Í$%','‰¬|(Î¨HEâ×§ :´H.~ïVÚÞ©ë\"ä0Ø»','',0,'?'),('¾Jõ®#új2\r—|T³','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_3_bar_24px.svg',0,'1´¡¹òÞCŒ¼§ÅÉ','1´¡¹òÞCŒ¼§ÅÉ','¼âVâÝÔõÆ+õûb(ìÁ§°8‚L%®ì‘Ém\nI','',0,'?'),('¾Lûª?ûè0öN\\c4Í?','wp-content/plugins/worker/src/MWP/EventListener/PublicRequest/BrandContactSupport.php',0,'¹gV¡@¿\ræBÖ\0›©','¹gV¡@¿\ræBÖ\0›©','—õ¯ßya\"ÔˆMÜM£qû3ÖÀo€ˆ8xËÅäKi','',0,'?'),('¾[µ€Õ§!†ˆÛiÂîgÝ','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_vertical_align_center_24px.svg',0,'ÆŠÖ·d£`v+{#T$é','ÆŠÖ·d£`v+{#T$é','PˆóÀ6p}‘m	¿fÚ³)|)çÒNµÞÏ0ƒ#”õ','',0,'?'),('¾^ñÝåÈhFö\"_”Ö˜nl','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_select_all_24px.svg',0,'¡í#ñ¤ŸÝá¿#˜ºß','¡í#ñ¤ŸÝá¿#˜ºß','|n‚è†ácåŠý*Ž–¼CïÂçmg\0ù','',0,'?'),('¾b¦Øxå,\n\\Õèú','wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Cookie/FileCookieJar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ìÜJQÄ([X‚„Œµ¢','vÆ÷ò—Ç[IïËùy%mco†‹UcéwÒ+ÄýV{','',0,'?'),('¾‹“W»T<7 Y','wp-content/plugins/js_composer/include/classes/core/class-vc-sort.php',0,'6w$¥Aª¶ÎþYy\"g','6w$¥Aª¶ÎþYy\"g','lµU›hÝHêhr ¢rmÌQÏ7TþcÜ*Éayç¬','',0,'?'),('¾Â—ûà ö_Àš¤?q&Š','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/ListBlobBlocksOptions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','À¿¯zeöÚ‡.e~',']/²)<y¸áTÁ?ë„4ï,Ä2UŽPóƒæW„ÜÙ\"û ','',0,'?'),('¾ƒ—ñNéÄõþ@½(º3—','wp-includes/ID3/module.audio.mp3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ŽO:Bà¦\0ÈzÌ6x`B','ð	]¢ÁÎØ	\0On°Å6B;ëùÌô\ZZ$°	2Ð¯Sh','',0,'?'),('¾ŠVê\\#©€d!SßC.','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/TaskQueueInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','“ò\r}î$\Z:*Ï¹óxÐDl','³ñüuþSkI˜žu·Ú9Vu&ökä\\“×CsqC','',0,'?'),('¾Šh¢Ýß)UG@Èx–Ìv	','wp-admin/edit-tags.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E‡8õ¥þKéîPH®>H','µÀj\rÄ+Ygâ…1¢S¼À¶Ït2§fßó¸;ñ','',0,'?'),('¾’aGUrIY›)Ë7pÛ','wp-content/themes/betheme/woocommerce/loop/orderby.php',0,'ªÓmïž±Æ£V‡nu‰Ì','ªÓmïž±Æ£V‡nu‰Ì','&]&k~äa¾S³6?ržs»c\0˜hÙ!ø;Ht;bÖïžè','',0,'?'),('¾ŸXîìwÕ±E’ë','wp-includes/blocks/more/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ûè¯O\rX:7†Y§`','Ü£þŸC1´d˜âfqŒ4(ö¸‡}°˜Ú_ß¨ñL9†3','',0,'?'),('¾Åëè¹=Ù±z ¼Q¥','wp-content/plugins/revslider/includes/Unirest/Request/Body.php',0,'E„e´Neï<d7ë.	Üˆ','E„e´Neï<d7ë.	Üˆ','f‘ÜB¯®›×Ïu‹ãs¹mOÕˆ†M¼„­(£Ú1“','',0,'?'),('¾Ç<«{Ö03\"_!¿ý','wp-content/plugins/worker/src/MMB/User.php',0,'®§˜Æpå\ZÐ<›1','®§˜Æpå\ZÐ<›1','\nóLJQÖÎv\0_€»959ÑRæùÓF2ëš†ÓNÅ','',0,'?'),('¾á2]hqu:ÞT6EÑU¶','wp-content/plugins/wordfence/lib/wfAPI.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Cx•3v@»ˆQ$)g×\r','kBhéæl%ÍÜŸ‚GÄÿa=R „@¥Îžô{š§','',0,'?'),('¾áãÍÚ—ÇÉÊ§fVâÓÙ','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_2_bar_24px.svg',0,'iË4wP	ç9ª¸ÿ\r/','iË4wP	ç9ª¸ÿ\r/','^”wâ#‰a/\'ž= èY-üKáGš‡wÇÚ™','',0,'?'),('¿ÂÊ-F«.ô‘ Y4¹','wp-content/plugins/w3-total-cache/Cdnfsd_StackPath2_Page_View.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N\n¯¦’¦Â‘•ù,ÑM','—»Dð‡þŠº÷õÓç•çÇ€` ÅÕÆ„†µ\'f','',0,'?'),('¿	IeÓÔ©[Gº¼³_Á6','wp-includes/js/dist/editor.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¾·VÌÜÂmŽ?O³Ä¤ôŠ','ÈÔÜóÝbÞV°ðö*Oyƒ÷.Žç^õ1ê­ÛùVz','',0,'?'),('¿!{¢¹—‚½fËÚâ†Ç‘Ï','wp-content/plugins/duplicate-post/src/handlers/class-handler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Xé‚Œmìîñ£®îw','H™‘¬=žù<\r%ÇçÇÄB×Ý/3*ØÃ˜ÑbíyêÎ','',0,'?'),('¿#²AuI.Fªù/ö Ç','wp-includes/js/wp-pointer.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','IQÝ[­\râÎ‹º\nÚd','Adïd:Ô;Êpk|#¸î_•mAä{z6ŸXêfÄD,','',0,'?'),('¿#Ü©z¤kº—á}žö`]´','wp-content/plugins/w3-total-cache/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','²4îMiõüäHj€ý¯JBc','¼ÿ\0v1£êsÔNí>cIDÙ¦¾Ö„Ié­0ÿ-','',0,'?'),('¿?n@@/ÿÐy¬¾…M”4','wp-content/plugins/w3-total-cache/Cache_Eaccelerator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_žãŠü0îB„!€«œ','	ZG<³œ|†zus*J{â‘…‚–þ¯/~Qø©','',0,'?'),('¿@êÉ,Ðn\\–€+k·','wp-includes/js/tinymce/plugins/wpemoji/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9\'ôQ8bà/€çåaÈ','3t\\R>À_a²Ÿ>ö\0‘Ú|Õ‘VC–ä¦‡OB','',0,'?'),('¿O/´Ã¬î`|g¨_\0','wp-includes/Requests/Exception/HTTP/429.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','SðÝ%|F.Ã Zd…³Ì','ô‹!óT“ºuwm¡t5Éo\nÌ2A\"k”ßšz­','',0,'?'),('¿vé—FI—Ë2h´Ïø¤nÁ','wp-content/plugins/wordfence/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Àz·¥è½±bP*Uìßü¸','~¤í)§q2Æ¢•ö?°†à˜ÌíN®m®©êO','',0,'?'),('¿{‰1ðú\"¸¦^ëÒÈ.','wp-includes/class-wp-widget-factory.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ôÕ¥âá¡µ¿³ƒ|°†IÀ ','(HÃðe3a†Z]“Üt\\‘‹°…\'„d’Æpº©è','',0,'?'),('¿‡²$´IÄø´ÝÂƒ£8V','wp-content/plugins/w3-total-cache/inc/lightbox/minify_recommendations.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','áàß~æÛ!}°×q1m§','Ä	€‹+~NÖ,&•^íl(^¼¦;‚[œp\'¶>','',0,'?'),('¿˜¸s¢¢ôÜçïèÅv ','wp-includes/blocks/social-links/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>(K5Ñ•S»¥éf²Iü¯','µ¡½¿Fèu(Ä‡¦$û°ý6ÒÃ¸ÜGã²bè€HgÍ','',0,'?'),('¿™s¼óƒIžqF›Š£µ','wp-admin/includes/class-theme-installer-skin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','árJn÷ŽPtb\'»ðzêã','nÎdE¸@Q¢tÜ{ò¹7KìoÎâÞ¶__ZÊ¼','',0,'?'),('¿™¸=V;¢‹ííÂN.K','wp-includes/js/wp-list-revisions.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','PbOPµxO¥rs7©µ2','#´ò;w´1£°.¥ËBÕÆð3•f_;ÏPf÷','',0,'?'),('¿·\n…Ó›IQED	æüê‰','wp-includes/class-wp-comment-query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‹ÃÐ g¤ÂÌã3å9ÕçÚ','6I,=û¯2øËÞåÆ4ãQ+ô;]«ªKý±	f­px]ê','',0,'?'),('¿¸÷ò\\èM¼MøF/±I','wp-includes/Requests/Auth/Basic.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gýØxÌ„ß	4UÖ	k!C','.ÞÐ¹hÜdBiHÉ€àn“s·‚ˆ¢á—‹\\±ÞñöO','',0,'?'),('¿Ø	2ÞÎ¤\n[5ÌÔ>?','wp-content/plugins/worker/src/MWP/ServiceContainer/Interface.php',0,'0KöÛ¸ÙocÚùª\n#Ü','0KöÛ¸ÙocÚùª\n#Ü','~QõÚ·ùÖ3Ý$KÖïæ•pøŠÃúÝrÌ7Tã§\Z','',0,'?'),('¿àÎš,ÌQ˜a»gl·Ä\Z¯','wp-includes/class-smtp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ÿ0¸6””Ãvßäô|ÐÔ€','îÀ‡äÖwÝÏ”‰\ZÔ‡%|¡Hó„0ük|˜Âùnóƒ','',0,'?'),('¿æ¢	tßñça“`\Zß&¯J','wp-content/plugins/w3-total-cache/CacheFlush.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','“[h?7üz?#¢é^´','ö“h7î¹Ð†=žåhsÝ†or˜U‚t)“)”±z«','',0,'?'),('¿ìL\Zã—Å|¨=šc™‰','wp-content/plugins/wordfence/modules/login-security/classes/controller/whitelist.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B0õ÷™šìou‘ÌŒÂ','Žœ‡ü7/QŒã¥åÆÕwÿg:Ä?¡À#{sþðÉŸú','',0,'?'),('¿õ¨Ä ldÃˆN¹‹2—','wp-content/themes/betheme/search.php',0,'L1ûgûÊ»PW˜&…>ë%X','L1ûgûÊ»PW˜&…>ë%X','Ô8\rÀ)I#¹‰„m`zwèäëXšÈü(©ßÞ½5¹ß@÷','',0,'?'),('¿ÿdA#…öÍ*ç‚Å¹o7','wp-admin/js/customize-controls.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ö$Éòø##–uœªŠËÿéè','kåú|ÞÌšíán·ýñßúà£¼¸\'{/,û	¹','',0,'?'),('À\0ŒìBq“±;*(ä®õ','wp-content/plugins/essential-grid/admin/views/grid-global-settings.php',0,'1³þhc±¯§.—;àŽç6','1³þhc±¯§.—;àŽç6','„\nå®û:ÛR–Gêßõ»Eé$¸çnÀºVç°Ù])±X','',0,'?'),('À\0ú€WB˜LÕfçù\r2•','wp-content/plugins/js_composer/assets/lib/bower/isotope/dist/isotope.pkgd.min.js',0,':œ—§µ/uq	dÌ¼',':œ—§µ/uq	dÌ¼','CÈ°¤ÌA%5o){AR1QÓ¯¶ÄANî›JÞÅÔ','',0,'?'),('ÀwÂuÊ,¹‰qØ¡¸','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/arrow-right.svg',0,'‘qåª‘arÙ\0¹Š=ž1','‘qåª‘arÙ\0¹Š=ž1','PSÇ¿F‹ZÊéð]fÆ†ž›æP…Lå•\":Y`','',0,'?'),('ÀÎV\ZFÃÓ\0áÌŽ|€','wp-includes/sodium_compat/src/Core32/Poly1305.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ß@BgéÁ»EJøÆ½H¶','i§í¦|\\I¦—ÇñE‰‘ŒÉ_•¬Xç¶ˆj’Ù','',0,'?'),('À«ÍxËOW\rƒ ¨ Ç','wp-includes/sodium_compat/src/PHP52/SplFixedArray.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','©£Ø¦TáÐ¬©Ô„cì/¥ô','TJ¶)‚,8ãq²@©fÌ<DÚ›”Ö\rxÝÈåÄF‰','',0,'?'),('ÀT\\GÃA{ŠÁ¦çEC','wp-content/themes/betheme/vc_templates/vc_tabs.php',0,'¢ž|mþË‰+&†Œ','¢ž|mþË‰+&†Œ','~\0¾‘rù¡±\roI\"OÎ›â?Y|N|¥VÙÅÙ|','',0,'?'),('À‚®#ã[ÞHÇ×¦U%','wp-content/plugins/w3-total-cache/UsageStatistics_Widget.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E/«Æãìà•åÓ°™Úˆ','ºDZDðáœH¨–ÀÏÔ6Zùy„Ù”Ó;­Yvi©€','',0,'?'),('Ào~5×¥\\£Ô¾Îî‘','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_bluetooth_audio_24px.svg',0,'c\r;¶IÌŒ­¹_ó‚á','c\r;¶IÌŒ­¹_ó‚á','>TV\nC~8™LOÉÙÐY‰vKË¶žDe»¬\'‰%','',0,'?'),('Àö<‡bŽf›l~Ö$QÆ','wp-content/plugins/revslider/public/assets/assets/svg/social/ic_plus_one_24px.svg',0,'§£aÚÄwÞ¦¸Þi¼H','§£aÚÄwÞ¦¸Þi¼H','\r¾õ	×¨fL’`û*:NB‹!*‡Â”ô3gg','',0,'?'),('À0¯Ï¢æÿ6üÎ¯ðñ]','wp-content/themes/betheme/muffin-options/validation/no_html/validation_no_html.php',0,'Ê6(w—¤í]µúJwÙb','Ê6(w—¤í]µúJwÙb','=[1æáp‰?V¦Ç«üÐ·ªÉïT©ë‚ Õn·ÀŸ7ñ','',0,'?'),('À5Úœ šÇ2Ïl2{„','wp-admin/js/widgets/media-video-widget.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÌÚ:çÜ¥óÎd|QùSónÚ','…ÊR;T„›wh©æm^Êÿ²éòà½äœºüÙKñLÀA','',0,'?'),('À6û>¦!^`ž1›ób','wp-content/plugins/js_composer/include/templates/params/column_offset/template.tpl.php',0,'ÛÑ#ó\"^ëùb•WÕ','ÛÑ#ó\"^ëùb•WÕ','x´ãµÑŸÝžªÑÿ¹8çä€7þT£\Z>¹[ûÚ','',0,'?'),('ÀDˆÿ!VD+“óêë','wp-content/plugins/wordfence/views/scanner/scan-type.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_ZbÅ4‹¸Ú«÷þ*£','Äw.\0Óß/\"¦Ókàz¶vHQ6s&>º`K»ªRƒCÂò','',0,'?'),('ÀM¹/<æPôßçf.¤ð','wp-includes/js/jquery/ui/effect-bounce.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Â;B¢ åÖGYQûnòß´','ºõ§m/Ãg|Ú¶\\®àÁ¸e(«>6™£\n¦-G!Û\0','',0,'?'),('ÀVT®™2eãwÎgß‹u8','wp-includes/js/jquery/ui/button.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¦	ôé.©ØÈ´üfh~O','Ã›º.Úk(5SŽ1öÔ!–ž¯­>®^I tõÈ­ÆÆà¶.','',0,'?'),('Ày†`‚4ï	\09•é˜û','wp-content/plugins/worker/src/MWP/IncrementalBackup/Database/MysqlStatement.php',0,'œa}‹ ëÕ }vÌ6÷¹y','œa}‹ ëÕ }vÌ6÷¹y','\rì~.Í³{(HÜ©˜>??Õ¤6Ú¬ëíC','',0,'?'),('Àz»6ÙÙ+ðÔÜPH\r¦tU','wp-includes/css/dist/block-library/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g‚C§ŸmOƒä;Ñ²¦Ó†c','—ÙP_Þ:³é›¡¼‡ð*œZÞÎ	Œ 6è{xýQi~','',0,'?'),('ÀË¥Ì°MVÐ—eªAú','wp-admin/js/widgets/media-video-widget.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3SóºÝ-!@|¼©[M','ùësƒn¶úñáÔUÿ»ˆŒÃ¼Bo3Ÿ}Äï+¡+','',0,'?'),('À˜t¦å(‹iltY/','wp-includes/css/dist/list-reusable-blocks/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ŠBJb5¹Ò|ã®¹§Ø•®','Ÿ¼™)ÓäìwÿnØT¯ëÕË®¨á‚ÉüÃQ·I\'','',0,'?'),('ÀŽÎ¤e;yÍ[ð¾9ë9','wp-includes/js/jquery/ui/checkboxradio.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','þ\"VSdF\n¿¤k †ƒ:','$Lq‰íí\'×îiÇ>WuY\\§¦ø{Ék °\rÇ{','',0,'?'),('À±3\"ü(zÙa€4î8Œ','wp-includes/images/media/code.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-o–­UÊ“îÕU©U_','\'eM a[R#q2š×kz­+*<üÄü÷Ñ7\0ÞÊj','',0,'?'),('ÀÆÎûúmºÐ{·@¯mß','wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmEU9fChc-AMP6lbBP.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oLFÊ’4å¼Õiî--','Á‡¦Cc#1_»œ|Ë·Z  ¿ˆ1€—É¾ÜÕÏYxí','',0,'?'),('ÀÈàßm4?Ñ(Pri}','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-compass.svg',0,'ƒÑWA5äsžX§‹•&«z','ƒÑWA5äsžX§‹•&«z','Ÿ™šº<ƒÎã\nùUî°ÜRû–\nrWÔÞˆ‡ZþXÄ•','',0,'?'),('ÀÙ\'òx¦aï·‹!“„2','wp-content/themes/betheme/style-one.php',0,'d€µgSp=\0&(W¯','d€µgSp=\0&(W¯','‡©W‘„OÉ»\ZHzª²ÛKÞ^˜&ûSª£»B·Á','',0,'?'),('Àò$l!LSW«&¾X¯','wp-content/plugins/worker/src/MWP/EventListener/ActionException/MultipartException.php',0,'•›¬ÃWY\\U)\'áØÏÀ','•›¬ÃWY\\U)\'áØÏÀ','íb±xUí‚ŸŒmroI6ìÖIµ/P‹JŸ2ð\n','',0,'?'),('ÀúêûÆÒÉ÷f]³ ','wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/charts/vc_line_chart.js',0,'ÔÑYT¦m]~½	ñ¤','ÔÑYT¦m]~½	ñ¤','hˆ7W×ôö‘lÌ½4¸\'xr®pªfàù_”ÕÖˆ$Ü#6','',0,'?'),('ÁÞˆÒ|³…þ ¿.X§','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/NewTux.svg',0,'!m8w2#Èùõ‰Í«Ö=','!m8w2#Èùõ‰Í«Ö=','ï¶Öñþ”]ÇA‚N²Y($nUŽ[“°×ýâ‹0„','',0,'?'),('Áüü´Þ¨a1yDÚÏœ‰','wp-content/plugins/wordfence/css/dt_table.1607007971.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ågJbjœJÁŽ9¹k:Þ','o[PÂHyÐŠ}½åìiGc¬~”Ð<c¥DìR:Dí','',0,'?'),('Á~Q”ÔÅ´FpìÛÍ','wp-includes/class-wp-taxonomy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8KæÕ›f&<ˆÃö)há','‹ÿÀà8Ùy ƒ”˜\'Ž¿ý3¯´ý¿SEÀoš²GZ','',0,'?'),('Áµf¯ªßï3qBœÑ^','wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Exception/TransferException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g’2¸ÊbÁdb´ŠU','Ð?/+B°:T<ð[kmÿÃÕ*ÇÉ¦¥sâmÀ0','',0,'?'),('Á%Â†ýQ–ÖÏ7(æ\\6','wp-content/plugins/js_composer/include/autoload/hook-vc-grid.php',0,'J¿gX·àá	&dÑ†Šê','J¿gX·àá	&dÑ†Šê','J«›*œTO3P½æ\Z?ÑÎÈåß˜%ýM/èHM','',0,'?'),('Á)KùWot˜ds×Ù|&','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_music_note_24px.svg',0,'ìc´“ëÎø]=h@Â','ìc´“ëÎø]=h@Â','f/ãÓ °Dj½­1è˜É¾3ÅA8:ÇîZ¿RÉ¸HI','',0,'?'),('ÁCg~¢m‘º2ü1Ûô','wp-content/plugins/w3-total-cache/Cdn_StackPath2_Popup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','çŸÂl ¥¡EÇ™ÖUû','à§GÐ)%I\rfãxþ­BZr*!‹õ2µÕæÅ‹ë','',0,'?'),('ÁFÿôçNðjœ[p®','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_loyalty_24px.svg',0,'8LÃ\'ŠæÒa×ÛŠ÷hÉ¢','8LÃ\'ŠæÒa×ÛŠ÷hÉ¢','ÂKÀ\'ujÖ¶œùÃ•àv ¾LHœm¾Z¨¯Ó*•l','',0,'?'),('Ájˆ?ShO.±¿«Ë','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/PageRange.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#­&€€Žóuàt#_è¡','Ts«´5Úô–n·èÚ¹Þ=Ó97Yr>B\nží‘—ˆK','',0,'?'),('ÁkHmå1Óó`0Ñ¹¯–_','wp-content/plugins/wordfence/lib/wordfenceConstants.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¤%7qcÌŒ†ºHÁˆ','D÷@ç*uS¨\\±ÈÆÉðáðQxÍO`Ã¦s¬2SMy9','',0,'?'),('ÁzÝ¿ä¯&Xâ™6¤˜Ìs','wp-admin/css/media-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?ðõqy •ubGZ<Ûâ','Eì˜	èˆU¶òÒäÄAÜøÆØœX#Ëµ.9dœ§s','',0,'?'),('Á‚_+Š]€ƒ¨ˆ:<¤','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/printer.svg',0,'ÅzüiÊ\ZÕšñ­è»æ‰Ï','ÅzüiÊ\ZÕšñ­è»æ‰Ï','kRVöýõÐ,ÿ!n“Š8ºâ9ýùÅ„?çŒê','',0,'?'),('ÁŽŒ.­îÙ¹G³s–O7õÝ','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-check.svg',0,'?¾•2nP´Ÿ©©[Ò<ù','?¾•2nP´Ÿ©©[Ò<ù','”IAEâ˜ª{8±ì8Ô:®`¥}ÎuTyƒ„ÌDƒ&Ã','',0,'?'),('ÁšU“€vïÛq\"…/·,','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_details_24px.svg',0,'Ù«^9/&‡îŽ€s.-g','Ù«^9/&‡îŽ€s.-g','àîÊ´–‘])ã|ÂÀ¯ÁÐ¨«¸ôÀgâßÀ\Z\'Â ','',0,'?'),('Áœ!çàyÏF¼¿]ÉÆÃ','wp-admin/includes/class-wp-ajax-upgrader-skin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&Lïg=³%cn†	}Ç£æ','(–`¢¹–ÄºÝEÎÏ™)#ß‰IÄjHß Œ&Ú{','',0,'?'),('Á þ¬\n ðææü„Î(z','wp-includes/PHPMailer/Exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','öŠ‹‡ÊÂß¡‘M(…èñ','œ¸A+n7·51ìKŒåëiöÃ|Yœç½m','',0,'?'),('Á¥¾5ž;ÍD+¶¯)äÍÜ«','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Cookie/CookieJarInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÒÅW«¢bFï†ˆ*S²','PšS=Ü2×®rë©Å)öA‹ä&Ã¢k-u•ê®å','',0,'?'),('Á·Ðžƒ¸ÕºP?“s¥äª','wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-welcome.php',0,'ù²#«rë-`<÷ÎBÊ’','ù²#«rë-`<÷ÎBÊ’','€ÞcÄŸË¥©½™ö:À±*#%Ñ#sâ\0\'4','',0,'?'),('ÁÊŽ4Þ?Ü…NoÙo','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_done_24px.svg',0,'Í“`¼¼Ý«ý¼›·á6E~ß','Í“`¼¼Ý«ý¼›·á6E~ß','•Gwvå_kš€‡k;ëb÷‡†z#të¼æÍ¶Í','',0,'?'),('ÁË½htÛhA¦eôÖØ©','wp-content/plugins/worker/src/MWP/EventListener/MasterResponse/index.php',0,'gD,Vë§=\\ÆbP','gD,Vë§=\\ÆbP','k‰À—~	¶½UH\Z¥ÖxƒPêÛAÌ„¢ú<¡ž;X¨','',0,'?'),('ÁÔ[Ñ•n9àCê‚É™','wp-content/plugins/w3-total-cache/Cdnfsd_CloudFront_Engine.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'¼\0kŒª ÌˆÆA4ÁÍì’','ç£7ÀÉ«Cº+(]¥^‹—N|Á¼\ZøX#4MwÃbG','',0,'?'),('ÁÕ8—·¸RÊÎ(•„Q(k','wp-content/themes/betheme/assets/jplayer/jplayer.min.js',0,'¼ÿOª÷T5é$îÅ\'am','¼ÿOª÷T5é$îÅ\'am','¼âltìuB\"ÔZßXß¡Œ•‘ø2´l!È‘ µ­ù·','',0,'?'),('ÁÙµ\nh¶ÍJxµdvÏÔƒ]','wp-content/plugins/wordfence/lib/wf503.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`£g–@PðCK´´Ë‹d','R2é\\ïkðåø(ßM€zÂªš	f}MýÑz/wý','',0,'?'),('ÁáLîýŸ(¢*ìI¬¾‘Ð','wp-content/plugins/w3-total-cache/inc/mime/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÔŒÙ\0²é€	˜ìøB~','ã°ÄB˜üšûôÈ™o¹$\'®Aäd›“L¤•™xR¸U','',0,'?'),('Áð $öT†Xü@#Ž„A¤ç','wp-admin/js/widgets/text-widgets.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"¨yón¬žkœ`â¬G','—ói«Z¥d«D0.ÈzÎóÛ„„\n“F0«z†±«','',0,'?'),('Áñ¨*mKx%}½Öï','wp-content/plugins/worker/src/MWP/Extension/index.php',0,'gD,Vë§=\\ÆbP','gD,Vë§=\\ÆbP','k‰À—~	¶½UH\Z¥ÖxƒPêÛAÌ„¢ú<¡ž;X¨','',0,'?'),('ÁòLY­¹ýð¡âúÖÈ‘×','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_shuffle_24px.svg',0,'ùBÚ–øX\03Õª` âl','ùBÚ–øX\03Õª` âl','™\r+/Ê±ûv‰dãÞDÂÌ<d	\rsqÓå¹žçsŸs','',0,'?'),('Á÷ëNâ“OÆÒTð)EH','wp-content/plugins/contact-form-7/languages/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','YT&\Z˜o^GÔ¨£Èô}','MžäâºOá¯(ç\rOÕv[±ã/FB•AÃ>ütCw','',0,'?'),('ÁùÁ2zsñŽú4xÎEB','wp-includes/ID3/module.tag.id3v1.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','IUÜ.QØcÜgðÐôŽŠ','C„åBH¡9¡ÞDýyû;-ãK€:LAx ?8\\~Ü	öì','',0,'?'),('ÂObc®³\" ÎÇÛ|J(','wp-includes/images/smilies/icon_evil.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ð^ôM>Êz“åø','¦çQ|x>¿Åé@VÐ›_¸/€\"ŽÎWô™ó¯%S','',0,'?'),('ÂË<Ym–žü¨`d1c','wp-content/plugins/w3-total-cache/BrowserCache_Core.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ézžÒ++E\0bïÌ!9','ëIÑc Íš-Ÿï¼QÌÃŸèc(\\ÕwÆºµy!','',0,'?'),('Â6\'9->«\'&2¸Õâ%','wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/Crypto/InstructionFileMetadataStrategy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÿã(ŒwÐÀœ¿ïúë','ê½qø×0lW}\"âtÕƒó“Æ&›fž¥A=j›,','',0,'?'),('Â1¨ŒWV(2Ÿ˜6²„³”','wp-admin/images/icons32.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÑÛ¬[çm9…çJ¡4Ì\Zê','DÌkCd‰î—i|a|™¹àÝÙ+ò\ržx‡¯ÌŒ¼ñ«','',0,'?'),('Â6³¿MÍ“Æè)Ì»','wp-includes/blocks/text-columns/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¹*ýî~É ¨Bâ¾\rÎ$™','H­yˆÃ3€)ëéy)]0ú·—„bmoM©ËË8SU¼','',0,'?'),('Â=©¼†}ÿLsQ\n`q&','wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Cached.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[M/*ŽµEæ<säWÜRG','\nðÁ\\‚¯XÎ°Ö¨P’°AåÂ—\nXjð\'£;qý{¬‡aÖ','',0,'?'),('ÂHjÜ²\Z*Ëpk ¬;Á','wp-content/plugins/essential-grid/admin/views/grid-overview.php',0,'÷ÎfLƒ½ù(»2f—±ˆ','÷ÎfLƒ½ù(»2f—±ˆ','^V’aè°Àýø\Z7P¾ÌËõ/œÑˆ\n·ÂÀÂ','',0,'?'),('ÂK\\anâ×NN¶g@TÀ','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_system_update_alt_24px.svg',0,'Ã’H*æ6¢Ñ½NM¡ï´‰','Ã’H*æ6¢Ñ½NM¡ï´‰','~›$f•¨œl¯m%–Îa‰“Úð·~Xˆ‘,î$\\¡i','',0,'?'),('ÂO“tg˜\02‘\\‘BÀ”','wp-includes/assets/script-loader-packages.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','êÀæÎ&XL3¤f5påh','æ‡úÂóì§x:Ÿ,]2®Ïì :vå™Vê?i','',0,'?'),('ÂQ`nz­@MËú¦ß#’','wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/UriTemplate.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','£—€enKf´Pw…IÈ','ñ1÷F.gè«‚”´CÁ¨·ƒÔ ìÚ5&>)M\rÚ“','',0,'?'),('ÂT,ŽG‡%·/»\\#V‘)œ','wp-content/plugins/w3-total-cache/UsageStatistics_Page_View_Disabled.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','õŠ4*éLEÜz¹P@Í¸T','»‘–\\¬Ü{¿ÔW¸H3Ÿ·:…^\rG‚\'4‘š©','',0,'?'),('ÂXS«7†ÞL}í`t5','wp-content/plugins/js_composer/assets/lib/bower/scrollTo/jquery.scrollTo.min.js',0,'ü£+«©dN÷š#\\Ó·Ž','ü£+«©dN÷š#\\Ó·Ž','©¢é6cEÃÙÃïºÖ\n\neÛºó•Š–ã´“«Ër[,BÜ','',0,'?'),('ÂYm–Rôl«X\0ø†Ù:','wp-content/plugins/wordfence/views/options/option-textarea.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ac[Dñ—O+.fæ\Z','~¹?\\é|q…4‰¶ÍïÉÏ„>jW\06ÏwQEg=z[','',0,'?'),('Â]ìˆŠYTÃïXm°+%','wp-includes/js/dist/vendor/moment.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0t&@t›nÿ-°','H†\ZÒs{û|²›vƒ\Z©1Á†âJ˜…øõ¶<È¤Û\"','',0,'?'),('ÂjÕçUÃUé‘X\ZÐè/J/','wp-admin/includes/class-core-upgrader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ŒÚDQð¥p7â\naùJ‘_Ä','ðhì\n2Y2C0T¦äGí¨¶mdñÑ¹UŒJg~îŠ!Ð','',0,'?'),('ÂŠêgØ²h/á¸®™O²N','wp-includes/class-wp-block-type.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@FñÁ¨UÐâ¨ðLÑì¡','„+ä.—bÅd¡AŸ8G‰Ô¬8\Z.jýÉ!OSn|e','',0,'?'),('Â‹2öÄØ`ºaèù|ZØ','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_recent_actors_24px.svg',0,'Iao¡¡îÛÞ¬þ¬–Äåi','Iao¡¡îÛÞ¬þ¬–Äåi','Íxí5µª\n`Zz_¡=zC‡ªÚ0e.°†\Zðí`	0','',0,'?'),('Â¤SG,NQ­«*\0ƒ¢&*','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/globe2.svg',0,'4ÆF7Vâ!ðm•q\\Ò„','4ÆF7Vâ!ðm•q\\Ò„','#^÷vaŸˆ¨7N^Õá¾ÍÎ‡ƒiÙ’Ëq $¹ Ò','',0,'?'),('Â¤jaâ,÷Qß¾Ø[FèG','wp-content/plugins/w3-total-cache/ini/apache_conf/mod_mime.conf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ø…²®iZðÂ=¤zïÙ9','»KÈæ@­÷à9CP?64yØq«ïÁœ¾Rûþ@\n.Þ','',0,'?'),('Â¤óºUüxí(†šñeW,ò','wp-content/themes/betheme/functions/class-love.php',0,'Od‘•=‹˜…«1˜U´','Od‘•=‹˜…«1˜U´','¤ÿï%ÝýO<´Å‡]ä4Ž¢.P@íÍè¼/>›²ñX','',0,'?'),('Â±	73¸ò‹ÌÑ®8ã©','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file06.svg',0,'œ§}VÛ.]E|¤;º¢ôÝW','œ§}VÛ.]E|¤;º¢ôÝW','!‚\niâ,Ú@®mvðæ—\rJ^¶/Ñk®†˜÷˜','',0,'?'),('ÂÀ1Œ’Á|¸}š”âdQ','wp-admin/export.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ó÷ó¥9ì®¨`Mah2Ì6&','Ä·\nk%©gõÊ}2\rM< Ý+ÎËGÙ¹§¥‘ˆé5N','',0,'?'),('ÂÔ–¼¯xOf±)C˜','wp-content/plugins/w3-total-cache/Extension_CloudFlare_Page_View.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','QŒiñõ¢!Í¿çrQá¤H','HÐðDó»’¯ÃÃÒò-HmÓ¢ÏÂ³ŠÅÕ@ï','',0,'?'),('ÂÙµ/Á\n5Ö9Jz±”¥ë÷','wp-content/plugins/js_composer/include/templates/pages/vc-settings/tab.php',0,'n§±}RJ8Éx€8 )Û\\ø','n§±}RJ8Éx€8 )Û\\ø','r‚ì~ $ç¬BoRÈ\\†\0¾¾ªb¢Lž:Ý','',0,'?'),('Âý	1ªõÐã€…S:(','wp-includes/js/thickbox/loadingAnimation.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Î\"h\rÒcÍôÿÂö&º','BÿFúåœ`¼F-›Ël®Ú›±RT6ÏéºåüþÕ…ýÛ','',0,'?'),('Ã2Žþ}³+¥?f“¸','wp-content/plugins/w3-total-cache/pub/css/setup-guide.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÖA„­°<ðZ{þú3ÿ','âú+LòË€`GÞ[·ß*W½™OKmBÁ9ÆŒrŠé','',0,'?'),('Ã	õs²wò4ë@™æ¾µ','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_done_all_24px.svg',0,'<´›¼–ô\nÇ+ˆª¼©','<´›¼–ô\nÇ+ˆª¼©','dïþ¬9ò;úû2\\‹&Vh-F¶Sþó•Ð32_Hß','',0,'?'),('Ãw:k@DižWQ¾','wp-content/plugins/wordfence/lib/wfModuleController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¿·oIñÆ·k†ùb','7.Ý°Ì¿•ò™ÜU¶„ÔL>Ö\"ÍTM5±]¿Ú>†','',0,'?'),('ÃZ´·zß¯ñcæ\r','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Parser/AbstractRestParser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','wE7Îá5ƒ^a÷;ww%','ðâ÷*\'kîŽKÏ\\¦»Ì¿ÙÉ)¡,Úo˜nbÜòÂæ','',0,'?'),('Ã)g`‘ûíÛ…^§zx:¿','wp-content/plugins/worker/src/Symfony/index.php',0,'gD,Vë§=\\ÆbP','gD,Vë§=\\ÆbP','k‰À—~	¶½UH\Z¥ÖxƒPêÛAÌ„¢ú<¡ž;X¨','',0,'?'),('Ã/	ÇóÎÇã!\ZdsÓJó','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_network_check_24px.svg',0,'w½µë“òu)ˆÉ HÁä','w½µë“òu)ˆÉ HÁä','OØ]ÒÃ*»¾1ž«Cž´k\0™&™g¥5´×Îtö','',0,'?'),('Ã6ÓÚBsre‘êÞ¥þ=o','wp-content/plugins/testimonials-showcase/resources/colorbox/i18n/jquery.colorbox-no.js',0,'­y&\\§rüðá—²Wí','­y&\\§rüðá—²Wí','Ô£)»ØÙ\0¿SXqkøH3_F\"í™ß%­ë«­ì¶','',0,'?'),('Ã?¾6(Ž²¥\0&l0Ï°','wp-content/plugins/revslider/public/assets/assets/svg/places/ic_smoke_free_24px.svg',0,'÷ûcy¸Ê‚N¨³£šÞdf','÷ûcy¸Ê‚N¨³£šÞdf','‰þ{œí·øÕNK»Vg¸Òâ‹­4]+\'¼0çµÀ','',0,'?'),('ÃE…Šeä\"^¸úzTî‰Ç','wp-content/plugins/contact-form-7/modules/quiz.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H\n÷¢qo/Îf\rfU”!',' <®ÚŠ=ºQFuƒ	ÜÈ©Û%¢@Hy] H0ˆj¯','',0,'?'),('ÃG\'~I¦àŸ’~Oà(ËÇª','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_remove_red_eye_24px.svg',0,'¾(dDN=†!_2òÙƒŠÂ›','¾(dDN=†!_2òÙƒŠÂ›','°¶$7QÈ\r‚RÙt¦5,ºyåµÆ}¾®‹VOÞŒrµ','',0,'?'),('ÃLÔhz_i›\nn)à\"ž4','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_favorite_border_24px.svg',0,'ˆù–$LÍŠÎô»Ñ','ˆù–$LÍŠÎô»Ñ','ÇråK<Ý…åqeNSÛ%ñ¼<ò\n‰¡…›\0kÑ','',0,'?'),('ÃT¬µÇ!Ø©7l°É<','wp-includes/js/codemirror/htmlhint-kses.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','îýò[®¶k[ó#cLf{','Nà©&ÜV\Z…A«Ó/ÅÙR#~Õ¢¸á×_J*â—Ð‡','',0,'?'),('Ã^ü¿#\\©K‘Z£µxòVX','wp-content/plugins/revslider/admin/includes/export.class.php',0,'^úWèäý˜¸£¿¢¶ÆÃ','^úWèäý˜¸£¿¢¶ÆÃ','Öl„Í¿Kúêa¶¤züÐùÕm–ÀÕ¹”ãÜ‘±‰°nÉ','',0,'?'),('Ã_´—§jSXà2ÎQQ=','wp-includes/ms-load.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','â),lþ\"µ¦?’VÔ?%','½™ž#~¿Øñ–¦&‹S@Ñö]…ED}L*÷#5+\rÀ','',0,'?'),('Ã`~|D%EH´wOº¤ƒè','wp-includes/sodium_compat/src/File.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','cê]-Í@W²\\0Ê×Wv','ïõc`½C(ß›äVÝS6Ø¨œcÜsÆ÷u8Ü6‰ël','',0,'?'),('ÃtAæTgyW±/$|„','wp-content/plugins/essential-grid/includes/item-element.class.php',0,'>ÈúmcÆ”M0´/‰H.S','>ÈúmcÆ”M0´/‰H.S','êæ~³²eï÷ï^°°ÉT	Ëqã§™‹ð1Vu','',0,'?'),('Ã{qÈ¸è¢äz•†ŠO5¿Û','wp-content/plugins/worker/src/MWP/Event/MasterResponse.php',0,'ûƒÉÔ‚M£4Ô	š‘c','ûƒÉÔ‚M£4Ô	š‘c','_(s\"Î…Í÷mËì¼wôámÒEûb4¼>£Åk—¡+ú','',0,'?'),('Ã‚uJõMí/€ w·y','wp-includes/sodium_compat/lib/php72compat_const.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','XPì˜sHGï/nçú’w','Œ-Ü™…™’_¤P^ÞCÔêäí`Öµç.–‚‚F²If','',0,'?'),('Ã‰_¯Z½ê¤Ü<ð²£¼.','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/MessageTrait.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¦¸)µÌ&Dà¯Ç¥Z[•','ñk?»\0ðtu5Þ` §…<[Sã¶ªHjs<','',0,'?'),('Ã¤û€]0¦`ÐùÝAS:D','wp-includes/js/dist/blob.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','µ§wµO½¹ójêx0þ×ú','¶Òì¢\'Ö0n¨.šDÖ[æ8m=VÇ©T vsÏ-','',0,'?'),('Ã¼©èt–¯¯¿ð“¶Å–†:','wp-content/plugins/js_composer/include/helpers/class-vc-image-filter.php',0,'½œÃ¢0²…ï;2’?à','½œÃ¢0²…ï;2’?à','j%¸Ì«1:\'\"M™@ëï(eÁ OiØŠ3’ƒ›tš','',0,'?'),('Ã½£ÁP„²7&Ý£`ã)','wp-includes/sodium_compat/autoload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uwêh[eûµz¡x´Ñ','wp¯Bì3KÜr3_ž!î}ª¤bàœ„¼üµdív\r¾µ','',0,'?'),('ÃÄÙÂdþ5êøh§36šš','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Cookie/FileCookieJar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ìÜJQÄ([X‚„Œµ¢','vÆ÷ò—Ç[IïËùy%mco†‹UcéwÒ+ÄýV{','',0,'?'),('ÃÍtnRŸØ”Àá¯ÎÆ%^','wp-admin/images/align-right.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','BØóâ‡Oe#Ól@:P+\"v','ò‘üÉ³üö‘Cºº?ò=ÿòè&¡°UyZ©31’¥!<c','',0,'?'),('ÃÕÅ5ÛV\"ó°$$î_ý','wp-admin/includes/post.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a¡Ÿÿ<Cí#²LÅçrgë•','GÍ\rE‹P2WSqE’g˜Ð1(ÑôkHÍg2˜18:','',0,'?'),('Ã×G•\\èêÃÙ/Ž)','wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/ClientInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lCàêï0cÉ{wZÍ\0‘','á9ÍÈ.R¿Â·k$<Ýír## ²q@]˜&¢','',0,'?'),('ÃÙ4Ìl!„rÁêØ„ÃßÓ','wp-includes/class-wp-block-type-registry.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ž\Z¹ËAm½E¬f[ç','sN›5ä‚s¡ˆy”{×ˆà–\'X°CÚW²KÎIOWa','',0,'?'),('ÃáiY–†…\0\nR)–„','wp-includes/post-thumbnail-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9 {Œ£·ï?ƒúY\0ãˆ','}TôÍA>»,€1Ó>\"5Ûb#û³¹LÖÒ\r 9ß¬ûO','',0,'?'),('ÃåuÿXÛÝ¼#‚-ÆÂøª','wp-includes/class-wp-http-ixr-client.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‰å(üYJ%H1*','ìóQ7¾la¡&Áž=í|™nY4..!¾Ö69™','',0,'?'),('Ãè-Ð`;Š¡ªvã¶õO','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/DeleteContainerOptions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','´Ý1+tF†_^¢@@Û','Ì,»ú\'ÿ/_º˜æ±º«š\'—’î—2,ç?%\'ÊVçä','',0,'?'),('Ãí®~Ò.­=Ì œla®','wp-content/themes/betheme/functions/importer/parsers.php',0,'ãÆJFõËšÃ¨Œj¬S','ãÆJFõËšÃ¨Œj¬S','h\n­—4³•/3Á­æ€w2Ý¨ÊæÅµÇJ€ÎÞ›\0','',0,'?'),('ÃðŽÈ¸Rº‰bµþ¨\'ÖþW','wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-tagcloud.php',0,'Üí`j°exmkþÜ£‚','Üí`j°exmkþÜ£‚','©Ãø¦¢ÆkHŽìÎ²ý÷~t©êjÛ0bî˜àQýý','',0,'?'),('ÃódCïêô·Ká°ˆmýÐ','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_wc_24px.svg',0,'uªJ‹Û‚iþ¾‹¥Ng´','uªJ‹Û‚iþ¾‹¥Ng´','CNÊj× «9õ±˜ì„ZÝü„ŠG¼ô¡¸vûò\"ÏÁ','',0,'?'),('ÃôÅõD¹›–Üç›ãe#2R','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_scanner_24px.svg',0,'ã0Ê¸À¥Jâ!D”œJú','ã0Ê¸À¥Jâ!D”œJú','Ñ«ç/¯‰a™Ø{ßeñ´”_Gˆ¥·&&kÊ š','',0,'?'),('Ãõ[Ä,„š{‚Ÿ—ÐLá','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_brightness_4_24px.svg',0,'E‚£hºÁ¨ŠD–~tí\Z','E‚£hºÁ¨ŠD–~tí\Z',',º…»8móèYY	+5†¤)yÖ©›9ô †\0à­´','',0,'?'),('Ä\0´ñwÁ½MTTâÜžby','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/cloud-coins.svg',0,'€lV”óš3ðêž¦MN','€lV”óš3ðêž¦MN','¹â”\r°7zø­:X“Éþá­ÆlÖ{‘Rç¿Á\\…','',0,'?'),('ÄL9Ô”LêMUÂ)ªMÙ','wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/jquery-ui.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dß·^ó¿ixXÜ’´ß','6Ý@\0`´Ü$—ÓmŒvtfUÓÎ†v!Çæäæ','',0,'?'),('ÄQ/w§Þ=ÞÚ\'2ŽCÐVv','wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/Exception/S3MultipartUploadException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Lƒ+Z„µ¼ƒÊ¢b¡','Ì>¢¸V¾¤ÝÃÙŽãúæÍº­$ÂQùöÙÑnÈ ðåžð','',0,'?'),('Ä`ï,}£×DçØ@','wp-includes/class-wp-recovery-mode.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ëoxÑ†ÒÓ<N¤»','·4>³ü \r”	jŸ¨ªºsdqm´H»lß7¼~äî','',0,'?'),('Äˆ^Aõš+l†®¬oød‰Ò','wp-includes/js/tinymce/skins/wordpress/images/audio.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7~!æßà\0Ž÷ÆÔý\"w','çgÖÂzÂÙÏ.g‰Vû:«ƒ[‘¥ÌÓÐ™¡H)Èžì','',0,'?'),('Ä‰q°Z;©ØÉÿGp','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chat.svg',0,'‰†6§‚6WË§X, im','‰†6§‚6WË§X, im','’9gä®Ÿ¦ÇDº„.K@È‹^¼Î)^ÖM ýD&P¢','',0,'?'),('Ä”Ô¼üÝÕpPˆZ	H´','wp-includes/images/smilies/icon_cry.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+`Å®dW]ö¤ÕËð—h','[º<qÅwf¥)™rZû(ç¯Ó=#;ansÊÔÕw9','',0,'?'),('Äž—ûT[,ÆÉl£U­„y1','wp-content/plugins/w3-total-cache/Extension_CloudFlare_Page_View.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','„ëzñç¹\'ûJ^î>^—†',':Éô!¼Siû0ù9xd×¶Ì1vG<\r©,/q¹[%1','',0,'?'),('Ä¨”­CóI˜wƒ&ÍOÔV”','wp-content/plugins/worker/src/MWP/Progress/Upload.php',0,'Ê[ã¦àd·×ª¸“ÄÚcy','Ê[ã¦àd·×ª¸“ÄÚcy','±#\rµô¨Z\0H„O-ÜhÄ\rY¾Âà¿ýU r§˜ó','',0,'?'),('Ä®ðñ(cç@/¥Ö¾ãÿƒ','wp-content/plugins/w3-total-cache/lib/Aws/Psr/Http/Message/ServerRequestInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','†”Ïh‚²ŽòÂLDM)‚ê','0d?°†dÊÃ±â S¡aèâ—dé¤?äÞ*†d•','',0,'?'),('Ä³¬‡;Mïß\\D1Éá¹','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/RetryMiddleware.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"gîµ¾\n‡ó\rT34H(€ñ','ç„<=ˆmÝÂ_n71J„î—÷§_pƒMBMð÷a\\ì','',0,'?'),('Ä³\'škF¶*ÑëAeº¦Æ-','wp-content/themes/betheme/woocommerce/loop/result-count.php',0,'’nOª}jæÑf>;Åz=','’nOª}jæÑf>;Åz=','‘—y\0j=i\0%V‰mQ‡1ý{· u¿eÒèÏcS4b1','',0,'?'),('Ä³Jõ\n`|Æ5,HTõ»','wp-admin/includes/admin-filters.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¡Kå¶1TÓ(NÈ©\Z','ù7¶äNZ|¢0ôN«üHQ›†r¼\nR‹o¥C¶f','',0,'?'),('Ä¶‡Æ––oŠçÃ¨f{U','wp-includes/js/jquery/ui/effect-highlight.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n+)Â§ï«ÍIL\r¶','qpG%S™‘VËÁöÆ9|øèëú²@S¢Xn','',0,'?'),('ÄÁ‰š±µ†<}ãÕ„','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/funnel.svg',0,'`¼®u„8äësE‘JÎ·³','`¼®u„8äësE‘JÎ·³','CÕ¸Suù‚²D!­õ²ÉR¢Ð3ŒãÆEe¡ÒÝÏª','',0,'?'),('ÄÉ\r§RÐ¨Û<×´U;\"','wp-content/plugins/contact-form-7/admin/css/styles.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','žF|xbqžÇ\'&zžý',')ã0ÄQÆáÔßlÉ—N>I\\“WLž¶DÔÅ\0‚ûu','',0,'?'),('ÄËmºƒã«já$ÿƒÛ†','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Result.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6tî\"à¶ÄsAA:†C=','•H>ß9!äÓû¢Ó/ç˜\\y,,ÍZdÅ¤í\08ó=','',0,'?'),('ÄÑºÉ©•‚uyâÒïÛ}','wp-includes/sodium_compat/src/Core/Salsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','®¹£b5lJå#ûšõv','c=0ïŒ-#Ž-TäSÅX†&ž´4¡äï\0ÈK8\r','',0,'?'),('ÄàÊ™\0}ôßç” K›ö.ÿ','wp-includes/js/jquery/jquery.color.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rqÓ*X˜gqŸO£(Íˆ','©xš2³ý<àÍÊÿkéö•QÝ¯«äçïí{ÊÐ','',0,'?'),('Äøþ£™dj~ÑŸ€t‚w‘','wp-content/plugins/w3-total-cache/lib/Google/Cache/Abstract.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ä>@J’#\Z\'€8À\00','$—!÷‰hw6Ï3.ŽhÉÅî+HKà+k“eïÀ','',0,'?'),('Å›˜N	ÿ¢¢Á','wp-content/plugins/revslider/admin/views/modals-builder.php',0,'«Í=,îCtuà¾é†WI','«Í=,îCtuà¾é†WI','¿©ã|õ(+‹F¿ÎF“N€l OMH ‡±Ølš>4ºÆà','',0,'?'),('Åª{A¸êmmùß*K','wp-includes/nav-menu-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','šK×‰ÝUÇ/&®õ7','(¿‰_	ì?Ýˆ:¿Õ£:-‡LK_\ZÀ:Y›±â','',0,'?'),('Å š³c„	^9Ž:Å®»','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_photo_size_select_actual_24px.svg',0,'(zøïRun­# d#þqå','(zøïRun­# d#þqå','Eê¾Ó}*MLRùø þ¥²‡\0÷rðÌëžö¸Ž','',0,'?'),('Å>RxiÓI‘ÒMvKÅ-ï','wp-content/plugins/worker/src/MWP/Event/ActionResponse.php',0,'\0z.[ÄÙ¶xq»g	×à*','\0z.[ÄÙ¶xq»g	×à*','ß­ò-_)·\rHñÌÑ€–ËÐGy…4YŒÁ¸.]','',0,'?'),('ÅD€¬CèèÔÃF}±Ë','wp-includes/Requests/Exception/HTTP/418.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J!ºâ˜ñÉþÚ[“þ4Šó','4 ¬6éŽ¬½ìM&ð$!2d<žª\\	|\\—?gü\n','',0,'?'),('ÅU°ÞÏIpµÀð	Nf¢û<','wp-content/plugins/w3-total-cache/Cdn_Highwinds_Popup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ïK‚pÅÜ…h ‹ÅêŸR','ñKÑT™ëóŒ\rëèE¸Ø!©VÉÁAåA*M','',0,'?'),('Å_Ìn€ü£³Ép·¼aV','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/HChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>*LÖ1ÊËµ©\"k%Fƒ+','Z±öiéMÛf¼UŒv±i-å})ôùfÑ\"†þMnd?X','',0,'?'),('Å`#ãØG–b¯CÐåÖŠÎ','wp-includes/js/swfupload/handlers.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j¼Ú™Ká~q	õˆüØc=','ÙTòŒ¿‘ôõdñT¯y~#ïïjI\"£++3ÁÉ‰','',0,'?'),('Åar	t¤@õ\'«ÜÄol','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_device_hub_24px.svg',0,'Ê©épCÀžAØÑ*X','Ê©épCÀžAØÑ*X','Éª(\'H’ÿkðt;Lwƒp¡Ê‚?0Ð²4Ñ4','',0,'?'),('Å‚j¨Dß‹¿.¥Ë–D¥‰','wp-admin/css/forms.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‰`§‚È7=ª›(+—!','ç;šYP²÷LŠñ`#Z¤XÕ}ôù­ê Ù„¾Ñ0','',0,'?'),('Å†=VB¢j¸+`¦žãÀ³','wp-content/plugins/w3-total-cache/lib/Aws/Aws/ClientSideMonitoring/Exception/ConfigurationException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','TÍŸ÷òyE»)ž^Š”—','A¹2ÕÉtû(nYF8vdûžá®g}a‡Úz®[¦Y','',0,'?'),('ÅŠ³÷6ƒ÷½@àL(`öâ','wp-content/plugins/wordfence/views/scanner/site-cleaning.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5ÿw1,5­b«„dv®F','g\"±gá2¡®ßš}™‚à¶qAøšþ?Ô$Í)Àd…¸','',0,'?'),('Å‘xm üåtôžish¦ç','wp-content/plugins/duplicate-post/duplicate-post.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ð8ëm²üzeËc…—¦z´','Ø]]œ+U3eÀ\\è³Ä¥æT	kq\\ÎúÌõb?ö','',0,'?'),('Å¢\\ï,Â$´\nú^«_O','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_store_mall_directory_24px.svg',0,'CØ—5DŒ =ï¨_E','CØ—5DŒ =ï¨_E','ñTéW+Ý³4ë\r$ôòY¹.Ø&ÆÔÚã}\0™Évç','',0,'?'),('Å²Ùð,Ÿ³ÐÖ¢v_ªÂ','wp-content/themes/betheme/bbpress/content-single-forum.php',0,'ÐÕF`˜¦ü¼KôÚ','ÐÕF`˜¦ü¼KôÚ','am+\"©GîhAn®û4Û´5XÁaÇqÝŸ`Cþ^÷E0›','',0,'?'),('ÅºkV™öTÐ£•Â¶™\r','wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/grids/vc_basic_grid.js',0,'ÀùI{ævö¶3y†F¡','ÀùI{ævö¶3y†F¡','éáÊë\\¹€œf®¶­º“³;lÂUÚ\'ÖcØC','',0,'?'),('ÅÆ!Å;Çé+%ã¸yxsµ','wp-content/plugins/js_composer/include/templates/editors/popups/modal_edit_element.tpl.php',0,'«Þˆ°µÊƒõff[8\Zµ','«Þˆ°µÊƒõff[8\Zµ','ðlØ\"-½‘Ú^Ë¹r¦?©ð;úšuØ|G€xCE×)ì','',0,'?'),('ÅÆ •ö$Ãü´>Ã#9¾l','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_airline_seat_legroom_reduced_24px.svg',0,'€R<Ë³Æhã‚«üdÒ','€R<Ë³Æhã‚«üdÒ','¾:ÝKŽgòUþð\r{A’Ôn1ïÙ»ø‚¡™jO—,úû','',0,'?'),('ÅÍ-†p“lEÆóØk†/ö','wp-includes/js/jquery/jquery.hotkeys.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ãS!}EU«\\b³g¾h‰=','\ZJ·û]Ýx Õ®Tî¾ÄcÁ0n˜9  +Vékâ','',0,'?'),('ÅÎøt.2›¨ÊœºÆìÛ','wp-content/plugins/js_composer/include/templates/editors/partials/backend-shortcodes-templates.tpl.php',0,'ì€X¨\rå8Mx¥à‚ò¦','ì€X¨\rå8Mx¥à‚ò¦','Ëk’dˆ¨ƒEïÁCÚÎ+7Á\"®ê•¡[õ¯Ù','',0,'?'),('ÅçdéÏ	èTÙáuÌ­','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_traffic_24px.svg',0,'H@Ðhƒ¹O÷#Yø®)‡','H@Ðhƒ¹O÷#Yø®)‡','	6`ÞÜ€‹¤*Øo€QXR\Z¸w—k\'Fœ®d÷!Þ','',0,'?'),('ÅëéàÉ\r–Tsì&µñ%n','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_full_24px.svg',0,'æÓ%mh\Z{FI™ƒ$Û','æÓ%mh\Z{FI™ƒ$Û','¯÷£ùÎÞ=ºmYŽuñö\"­¥²à^D{¢¤. d¬’âŒ','',0,'?'),('ÅòA œ°\rÑ}Šg\'e','wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Cookie/SessionCookieJar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ù2“€e1îÐG\rä3','.Nóg=~‰P\\Üú	ASMdáÆJ¬S9„,ô6 Ä—','',0,'?'),('ÅòC-Ý G½NRëøÑ','wp-content/plugins/js_composer/include/params/textarea_html/textarea_html.php',0,'¡@•Õ™¦`¹8¸\\W:','¡@•Õ™¦`¹8¸\\W:',',cö€Ê´‹3XÀ¸d¶‰m«ðÒšgsD–©KÍ','',0,'?'),('ÅöZTDÀ\r[øåFcLLÓ','wp-includes/blocks/gallery/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?7tæ|•Ñ$Ñ±½–­','ØB×S«ÆšÍ·ÙFƒF-|ÜK0·Ünû+g±\\cíæ','',0,'?'),('Æt~ÒÏeæL‘1]E¦Q','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_assignment_ind_24px.svg',0,'Ä“£‹ºÙªp–š*£â¢o','Ä“£‹ºÙªp–š*£â¢o','‡Ú\'±ùÀÄûh00«	\\×yÑÖz¯½Bl÷³','',0,'?'),('Æ	™·#A©\n#b#ü =','wp-includes/js/tinymce/themes/inlite/theme.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','âZ=\ro<3¤¡EÐíÂ','·\"Á;l¾¯\0s\'âlB´3qš6)Œ8’\n@D‡²¸ê','',0,'?'),('Æýp“1	°?ÂØJ@³','wp-content/plugins/wordfence/vendor/composer/ca-bundle/res/cacert.pem',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','üËæÎÇ§n3Q­2ãG‡','ÿdíâ\"fÝŽ•¼6emˆ`öz™´ÊúâP<KOÒ','',0,'?'),('Æ+’ ÍgÔ¾Âq6¥^\0è','wp-admin/images/wheel.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E0½ q0m»Æ\ZY%V¹X ','(]´:=dÓqÛ…¼O{9ŒÂ€Ô€¥vš…È˜~Š²Úó','',0,'?'),('Æ@³ð:<¢o|J-e´','wp-content/plugins/wordfence/images/wf-error-badge.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‰EQtÄØs	¡Mz½y¦÷á','¿å¨æ®™F¦Î`Äa¤Ý€Þk¶ÝÈmEíQ´¥+~¤ç','',0,'?'),('ÆJÏü—vrú+(‰t.àUß','wp-content/plugins/w3-total-cache/inc/lightbox/support_us.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¿¸tdl5ÁÐª”×1¿D‡','š<¨wG¸0¥ïWr¤—z/æùHmtPµS„­ñÓ~òu,','',0,'?'),('Ædtà€šS0›[\\Og:','wp-content/plugins/wordfence/modules/login-security/views/.htaccess',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','…¼ÕA¾a¸bvrñ¤','C‡¾ö½\'r…9½ì@âK¡Þ†t¡ª™öâ§w#@kº','',0,'?'),('Æk4íHØQk¾Æ)','wp-content/plugins/worker/src/MWP/EventListener/MasterRequest/SetErrorHandler.php',0,'€×!š“›l4ø¬=êŠ','€×!š“›l4ø¬=êŠ','£[·âÒ‚l…)ðèÇH­ƒóVKh± Hîòîš.$>6','',0,'?'),('ÆoX2æ.j\ZÂ„Gt˜ëR','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_live_help_24px.svg',0,'üc/j eÂ*c¡ïY','üc/j eÂ*c¡ïY','žÓŠ‹p+b<ÿµ¼žº.	úË´”·µ–//HÌ','',0,'?'),('Ær%I·ZÑª\rÙ¨ùòÏIx','wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_backend_editor.tpl.php',0,'Ô2·àóïH‡FU‹¯ÑÌÕ','Ô2·àóïH‡FU‹¯ÑÌÕ','urù±g£pæ™–y©íëèP÷Ü0ÂÝ;Ra¼žWš','',0,'?'),('Æ…Ž‹‡|_Ëi/y¡Ò	','wp-includes/js/tinymce/plugins/media/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6Î\'1êZÞþ‘žÂf ','\né>ëáçEQÞi¶æ¼º˜äk}Ã®¨Ç²“—þ£ç','',0,'?'),('Æ“GñX9=íÇ9\r¤Óû','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/mouse.svg',0,'ruýä©Ù\\10`?õÛ','ruýä©Ù\\10`?õÛ','ziÊ_˜±ó’qÈ‡£ù`te5Yp\ní2,Û±œÆc±','',0,'?'),('Æ“öâÁ¹ë’BŒ`@:','wp-content/plugins/w3-total-cache/Cdn_Highwinds_Widget.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ú=©ÖÞ¤ïÖ9¼FÌÿÕ','©ß¬\n:\":£íN	†¤è\n4Á6iÍI³àãéŽÑÜ','',0,'?'),('Æ¬+\Z–¼ÊIód^i <\0','wp-includes/js/jquery/suggest.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':$tV‘EÕÊ¿Äû‰‚','rç,KËpÅ—rq^b¢\\‘¸=rZÐ]ƒÉ6+','',0,'?'),('Æ¬ŒåSX‰ƒÝZ“ùâ3›','wp-includes/js/dist/plugins.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','«2(fPáœä¿=—æ<tkà','’¤.hög5k#¨ìÊ›\r/š)žþ\\á9”8î','',0,'?'),('Æ»í:b™dËGê&…óµO','wp-content/plugins/w3-total-cache/inc/email/minify_error_notification.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{dÙH±BÝÑ¿PÁ5½','[°¬n#û%îXŠ\"óš\nlÙ&=¬{Œ–üqµØ`q2ð','',0,'?'),('Æ¼Ø…æi³‹|ÑçFââ','wp-content/plugins/essential-grid/admin/includes/update.class.php',0,'Á²\\²ð¹ÃüD®ú6RÒ','Á²\\²ð¹ÃüD®ú6RÒ','dÊ£6E\ZÈ¤\\LùÍ\\S˜áÙ½Oìóžal·°—G','',0,'?'),('ÆÀ^£zDG\"»‡¹­Üš:','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_healing_24px.svg',0,'dòØ]=‘áâÓŸÀÛ·','dòØ]=‘áâÓŸÀÛ·','éÿñŒœ…Q11\0ñÕ$<ËŸx²C‘GK¤UÎIHÂ','',0,'?'),('ÆÃÔ…\"n@ªð¤ÌHí¡H','wp-content/plugins/duplicate-post/compat/duplicate-post-jetpack.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ú0Yî:´®³€Ó‚~ß','Q!Vwp_A¢„&Æb4QüÇà¤•»Ý·ì9\\E}S','',0,'?'),('ÆÔŠ¶þ$#<ë_µ°ßcH','wp-content/themes/betheme/assets/animations/animations.js',0,'P“ß±R\nì»ÜNÑ ','P“ß±R\nì»ÜNÑ ','ðDé™ò²õ´(f%¦Ÿ_	Vh\'­ó‡½–õb£òÃ','',0,'?'),('ÆÜm©mXðèð2,ê p','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_photo_size_select_large_24px.svg',0,'ÁÌm.ÄàØ	¥ã;ˆ','ÁÌm.ÄàØ	¥ã;ˆ','F;l!Ôhêê8HÚ þá\rÙ‡C¥bÃÊ\0£¾éù','',0,'?'),('Æëª³@Ñ ›=¤Åy`','wp-content/plugins/wordfence/views/options/options-title.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','EÝ0ó\"ÿ…’¯#“','ÑÃÖ©y\nÉ	 ûÄ³öÆÂXŸHè-<f	­´c¾','',0,'?'),('ÆîgøšuÄ—%0õ¤â¦','wp-content/plugins/wordfence/css/wf-adminbar.1607007971.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¼æ0ÓÂÍÀÉ\"CÏ·åTbÜ','h»Sä˜·*g£5±¹)!û•}ô¿Bl—NþEà','',0,'?'),('Æþ©—_ ]o»+»,K‰','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_iso_24px.svg',0,'êç-Ê˜ÈœF‘¾š¾oxì','êç-Ê˜ÈœF‘¾š¾oxì','‚Hú\'Ù8ýÜëW8Óù‹cÛüiA$bîDG(·;h™','',0,'?'),('ÇÍŒ%+Ëe@uQ(Ï','wp-includes/js/dist/editor.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.\0)ïqç«H²¬hþ?ª','7¾ÇAJú#Œhü¹ÎøÃ  ×T$mà¸Ü¿tåm','',0,'?'),('Ç.¾B~ „WÔˆü®jV','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_undo_24px.svg',0,'ÓCöNafŸ’VRR¸YŸC','ÓCöNafŸ’VRR¸YŸC','WÄGvC5l©Ü»­\'ûÀTwA3iXSŸA¹¿b=','',0,'?'),('Çê®öý8Û«?#¬','wp-content/plugins/wordfence/css/jquery-ui.structure.min.1607007971.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#õ/Ì±h<ÀžUÕõ¤','ŸnäèøÁàiÙë—…µNµvX¥7«Y]´…¼°D','',0,'?'),('ÇJÖ–Iq¢7}aíl','wp-content/plugins/w3-total-cache/Cdn_MaxCdn_Popup_View_Success.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¦\r‘#A15ËB¨J¢9Û','žÃjzf\Zö±@\Z^¤awÂÙL—ÃãÄ(ÄCòœ¿','',0,'?'),('Ç\'ö}êüÐMÑYm“’öU','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Models/GetServicePropertiesResult.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ˆœþmB_çK—7DÞ','=µøÏOfN…J±üŽ^=%J]:$E™ÿþÔ¯9e§','',0,'?'),('Ç(o¶à‚ûçÐImp>d','wp-content/plugins/worker/src/MWP/FileManager/Model/index.php',0,'gD,Vë§=\\ÆbP','gD,Vë§=\\ÆbP','k‰À—~	¶½UH\Z¥ÖxƒPêÛAÌ„¢ú<¡ž;X¨','',0,'?'),('ÇEÜK`\0”.JÍéä±¥','wp-content/plugins/w3-total-cache/lib/Nusoap/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÔŒÙ\0²é€	˜ìøB~','ã°ÄB˜üšûôÈ™o¹$\'®Aäd›“L¤•™xR¸U','',0,'?'),('ÇJ68QÉµÅÉk[9Ø)','wp-content/themes/betheme/404.php',0,'§J%€ä)“½úQËÖÜ”','§J%€ä)“½úQËÖÜ”','}	Ð‰rÁÁùšsþŸ/Â\'w¶hü|=‰†Þ‚ä×','',0,'?'),('ÇWç¨ïk”ˆ†ê®××’ö','wp-content/plugins/w3-total-cache/Cdnfsd_StackPath2_Popup_View_Stacks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¼¹›H)6ïaòØ‡¼“é\'','4£z\\gÕ³\Zå‚ÇàâÓyÀö‘“Â(ÄR0Á]ídÇs','',0,'?'),('Ç~¬îœÆeåÍ<©Ül','wp-content/plugins/js_composer/config/content/shortcode-vc-empty-space.php',0,'ÙÈ#ÝëÞ¹í=ÿ\"','ÙÈ#ÝëÞ¹í=ÿ\"','è9“ä´5a˜\0&vë½¼›–¦æ1}ÿßŠÍ[QÉ,õ','',0,'?'),('Ç‚-i)ö.ø\\Îèæz„^a','wp-includes/Text/Diff/Engine/shell.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¸ÜS³´õß¢?üòz&','óö·=5Ê„:Pu\'pMÖN[µ9^£m>z@','',0,'?'),('Ç…ú9 Ù9: ÷¤\Zþ','wp-includes/cache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÒÅÊa]“Z»Ò+\"8†ï','!	®X/@­òPùs¹\"\\q(‘Åk\"öÝÕ`ëüÑ','',0,'?'),('Ç‰[ûGÍZW©uÇY','wp-content/plugins/revslider/includes/InstagramScraper/Model/UserStories.php',0,'.¡‘¨ªü™O}ƒº0{','.¡‘¨ªü™O}ƒº0{',']<ñF!pµbÇ„Q%5õ_Ÿ\\Æà\"9ËœÐ}g','',0,'?'),('ÇšëáÌç…k{z7ÐsW','wp-content/plugins/wordfence/js/wfdropdown.1607007971.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','€½ÑáØrpôî÷c\'\Z¾','âàŸSGƒ–s8;®Z¢!²×–Já„uÆ1·z?«¿„','',0,'?'),('ÇÂ^¿xð¤JB\ZÍ3-«6','wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/Cached.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G–þ5]{\"•¼ã«VØ','¨CËJr~Wè„OY…*[ó:[j)«²ÂGýÐ„ÖeŠ','',0,'?'),('Ç¤>z±Ô„Ÿ!J]>','wp-includes/css/wp-auth-check-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lÉDy[ëóÐÐéZt=‰¼','õ\Zºž’„É\"åò”DBÍkÇ²¯ÿÐâPOÖÝÜ4:Ù_','',0,'?'),('Ç«É=Åèm‘/àÁœ^','wp-admin/includes/schema.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','øù¡PI ¼ñk¬Ýç¨Å	','&óvÆâxÂ¡íguÂþSV«žî‘Ò¥³ÃìrÁ','',0,'?'),('Ç³\\ªÝ_L-Y€ÅŒ%$','wp-includes/ID3/module.audio.dts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ºllAÓõ2õÔëÌ‹é¿','\Z†aHÈõŒýrµßÎ%Aµïñ6$`Hu¬Tî6yÞ4•','',0,'?'),('Ç¼·êqnù{K“)—jc','wp-content/plugins/essential-grid/public/views/index.php',0,'ïá{J!u?}îçs•','ïá{J!u?}îçs•','AuÌƒµœÄ`ü9‰7}bŽ>MHêÃíJHhåûÎ|Fj','',0,'?'),('Ç½Û‡<,õZà«ÝëïÈ','wp-content/themes/betheme/muffin-options/validation/str_replace/validation_str_replace.php',0,'ú]fŽ5ŸÌA&’ªd¸','ú]fŽ5ŸÌA&’ªd¸','O¸ã˜/ñ¦öhÕ×¸o$€O2N`©elÈ†¯0Þø','',0,'?'),('ÇÂzz ˜™(rÓæyÁ','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_right_24px.svg',0,'øÒûòÒM¬X±³TF}Ä]','øÒûòÒM¬X±³TF}Ä]','uBÐIEg­´ÍÂ€“0À¥Ý£ãr>FBxj','',0,'?'),('ÇË¾d§KÙ›WùFIq','wp-content/plugins/w3-total-cache/Extension_NewRelic_Widget_View.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ó^øƒMäAc ÌŠá–¢(','‡0ÉeŒ:ñ¾[w-úhˆÈ/òò–Ù3ÇO‹9œ','',0,'?'),('ÇÓd¨€RI\0¢«–g#','wp-content/plugins/js_composer/include/params/vc_grid_item/editor/class-vc-grid-item-preview.php',0,'ÁG>9/öð$¬,rNŒ`','ÁG>9/öð$¬,rNŒ`','è»#>Œ\'\0,\0¹Žä%è|ô[¼žŸ¼\'¿','',0,'?'),('ÇØðÏŠÛž?0ÛþŒ£Œê','wp-content/themes/betheme/functions/builder/back.php',0,'þÂô¼he•zÝæ[ÕGïYW','þÂô¼he•zÝæ[ÕGïYW','ïÞh&¹ò=ôj5C:ërOòå ZšÊ†½Sjô(“','',0,'?'),('ÇåwªÛy¾*®XÍO\nG›¥','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Fe.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','NéVl~ò†m[%Wt','P–q\0€ƒ´“”šV{|æ0m\0;ÔÜÖ2•f@UÊ','',0,'?'),('ÇåßÇÀz÷L+c4ð³Y','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_perm_identity_24px.svg',0,'@¦Ä¤u±Ý@ëu\\¶ßÑÓ','@¦Ä¤u±Ý@ëu\\¶ßÑÓ','øuÇÙƒ…¦#úspŽ²O‰À_=NAb‰îmt6üÌåØ','',0,'?'),('Çñ}ÛC“wX•TC€û','wp-content/plugins/wordfence/modules/login-security/img/lightbox-controls.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m]¼a’¬•\\$É','Ç—’h?àïïSéîÍ)¸:›ÁÖi@h. X×g”†','',0,'?'),('ÈxÞýfp(õ©v¼*(','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-excerpt.svg',0,'ÄGe5\')Ã(:ëÛÂ©Ôó','ÄGe5\')Ã(:ëÛÂ©Ôó','Ïå®›ð\'µ!6¥µ6Eøøà(pjý‰,(&9','',0,'?'),('È\Z{gÝü?Ñ3gÚ¢\Z½','wp-admin/images/icons32-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','µ%¤*ùúüøÌgš´ú»','×#!$í¯Ø@ì0gé¿.Ö;i3%!ÍýcHPë•œ=','',0,'?'),('Èk­Åáë¬X<kÓv®[‹','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/BlobType.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Zú||ôQa´RC¹„T','-µ“YQé:»œèJ¶ÍØ2áºa±“¾Ý$¼X¢^§.','',0,'?'),('Èâüfp°ñ\0!¹tDK','wp-admin/js/code-editor.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¤òN¦\'ß½	‰%ùîñ','·æ-‡Bd/È`ò²\\Vôx6Y*Ýî-$ßþ³®ÄW','',0,'?'),('È\"u@ž³T¬…S›ñ5ò','wp-includes/images/smilies/icon_idea.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','åìÔ<]×ÿW3tÞå','Å{ô2^4S’ ¶‰Tl¨ç·ç®I†JÑQøö\"','',0,'?'),('È7˜\0ŽùttŠ².','wp-content/plugins/wordfence/views/dashboard/status-renewing.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','an¹$Í6¨Ýåº¹\"','‰tÉ¢µÄãÒC-?ø\'(áuê¢¦A¸T-1ba˜Û:','',0,'?'),('È8â×ì¶ÃR6>G\"Š£ð','wp-includes/js/dist/element.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'lÂÏDVÉ PS','¨Eü²Z¾¿ùŠV†{³Ømž,ž¬^æ4­‘õåoï~','',0,'?'),('È;±°”N¼Q>ã‰Äô¨','wp-content/plugins/wordfence/views/scanner/issue-wfPluginVulnerable.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tˆÈvwX\n_Yg!ÿ²','r;¦\ZÇ GÂéå¬ãóš[i$à)®v—]j7žim#','',0,'?'),('È@Š>&»{™·_™a\0Qx','wp-content/plugins/w3-total-cache/Cdn_RackSpace_Api_CloudFiles.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','­-3—»Í¥1ßW„FäDø','V>3Ý+%:ÝäïŸò<&5M™Ê#sóŸL6&£é¥','',0,'?'),('ÈM2.¦Qª´F(†ÐV','wp-content/themes/betheme/woocommerce/single-product/tabs/additional-information.php',0,'²dâåˆRQçšÄ\nù¿Óð','²dâåˆRQçšÄ\nù¿Óð','ÃoíkõÁùüÐôAª6E£mK·UL‡ÝªºçÙÞ','',0,'?'),('ÈQ[¹ÖÃŠüB`3*¯~U','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Credentials/CredentialProvider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','½¤Sñ÷£n,QûO:~št÷','´ñ	ÚÁ«}ÚŽZPÔØ¡‚ ±*&¯Íì%½G‡/Ú7ø','',0,'?'),('ÈY$\'«»¾šo‘ãì','wp-includes/css/wp-auth-check-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','föe¨Þjo;(ÎúäeWë','0ÞZ­ŠHI†Ä\'”ªW–Âa)¼ùÙo\n3í2â6}3ób','',0,'?'),('Èhp?]ú(Vÿ¹ÃžtžK','wp-content/plugins/revslider/public/assets/assets/svg/places/ic_ac_unit_24px.svg',0,'À?¨`¥vzîÌs>>','À?¨`¥vzîÌs>>','ÇÄÒì†@~¹€Ä™òÅ:Òù—àvYOŠ˜{•y3,@t','',0,'?'),('ÈküŠFÔß*¶jv_»6','wp-content/plugins/w3-total-cache/Extension_Genesis_Page_View.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s\0RbÎÂhöd\r`0v`j¶','îKÖÝÚ]Üv†Ä~ˆ±*¸4¶d-Wc¢/—','',0,'?'),('ÈoÔåé_âÄð¸ýbÀ','wp-content/plugins/testimonials-showcase/layouts/grid/js/imagesloaded.pkgd.min.js',0,'ÊïB\'³IÊàÐù.¹<','ÊïB\'³IÊàÐù.¹<','Ë–yø­ZtƒÞø”:?<`©À‡çfûùeSì8¸œ¦','',0,'?'),('Èpræ6l.zLŒŠàí±','wp-content/plugins/essential-grid/admin/assets/images/index.php',0,'ïá{J!u?}îçs•','ïá{J!u?}îçs•','AuÌƒµœÄ`ü9‰7}bŽ>MHêÃíJHhåûÎ|Fj','',0,'?'),('ÈuåÙC~7\nèæôW³e×','wp-content/plugins/wordfence/modules/login-security/views/options/option-captcha.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¹—)ÂÛOí¼Aì?f§SZp','çÈÈ,mÂ?jâ„…3ûÕTÏé!õâ±‹ô/¿@','',0,'?'),('Èz\nÕÛí’·!Ê1¸óÏ','wp-content/plugins/w3-total-cache/Generic_Plugin_AdminCompatibility.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6ÛsºðÕ&ˆž=®Ç-','UBÝ™¿}¿©P£Ò´Þ›c*„üÂÎrUÞèHÌF','',0,'?'),('È·ôÁ‚#/î–£\0œ·6','wp-content/plugins/wordfence/modules/login-security/classes/controller/time.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','³4êñ¨Ó¹u¿;PÀ','¨aDõ,çÇ­¸ÿ+v­Fe\"+×‰!‡€È1t','',0,'?'),('ÈPžÃ é3ÄïÑ€\n”Í','wp-includes/class-wp-customize-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ýØé(¡±ÄH‰g1k!~','Ô³h(½ëm7BÃÍ.ÆoÇu–îÊ¼%aŒÆ1Ê¾Êõ','',0,'?'),('È¨vÍò©(´”Ç9‡b','wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Promise/RejectionException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ü÷¸!W?‘³õ.Ÿ\0ä”½','ÕJúPÓžN„1î+Íi—ÑRŽì›ÿ¿M£àB‘ ¤g‡','',0,'?'),('Èµ0³\r=M_{œ¶u5¥õÂ','wp-content/plugins/w3-total-cache/Cdn_RackSpaceCdn_Page_View.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2Aä?Ð˜êÑ·Úît«','ž#„- 1ŸëúB>ŒC†sšæ×~j^eýÌ\r…;','',0,'?'),('È½ø¤3Û´ýÇ‡\\õtøŒ','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chess.svg',0,'\\SkèÁDpw&s¤ð	Öq','\\SkèÁDpw&s¤ð	Öq','ñØmk¶r+]h^¸²µ\n3WT’\r˜ÚÇã\'nï','',0,'?'),('È¿˜-èØ`°uúªÆoðò','wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/WebService/Client.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a m;Sœ·V#åÓmóI','žR9F¨ÌÝóøìÆ‡ë47i}€Ê§”ÙC^×%','',0,'?'),('ÈÂ˜7s¡®Bl¸#±J}-','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_swap_horiz_24px.svg',0,'Oÿ8H¥ÉçWß»ƒú9+Jì','Oÿ8H¥ÉçWß»ƒú9+Jì','um˜·¼€•bqoÛîñ¾ì:¿¨²ÑXMøF&†Ž¬þ','',0,'?'),('ÈË>ú.È½Á¶µ‹¶N§','wp-content/plugins/w3-total-cache/BrowserCache_Plugin_Admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÜZ¯ÂFÎ\\Ö2:‰Y','‚…3ÙË¿¶XÁ$•b÷¾\næ\\»ýzÝ¡sÂ(¡r','',0,'?'),('ÈÕ=¹ÞüVm\'/éÞl','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_call_made_24px.svg',0,'*KY¾ù¢ fÀ®Ÿ%¸U@','*KY¾ù¢ fÀ®Ÿ%¸U@','\Z&ÖŒ¡²,C\rc‘	<èÞYßƒª´½x«»Z›	·Ù','',0,'?'),('É	C‚ÒÐ\'æu Žg<pÂ','wp-content/plugins/js_composer/include/classes/shortcodes/core/class-vc-shortcodes-manager.php',0,'¾qb±†°>Ž[È/( ÄÒ•','¾qb±†°>Ž[È/( ÄÒ•','\\+JtRÜªÊ]Oƒ^ÈÅ\nˆ¥n#êYˆ8ÍŽ£w','',0,'?'),('É¥ƒÛÐ~\r\ZK4(#ãÅ','wp-admin/user/credits.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','»¡(íŒ‹‰#ÑÓAƒäó;Ç','‚u«AêÃö“+I/˜ãŠ“\0»n‰NË1G8Ü\ZD-ú','',0,'?'),('É Ðò¹£;¤âfþlR(','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/trash-bin.svg',0,'óðã7#J”zeV÷fT','óðã7#J”zeV÷fT','ŽáÁ¤˜kèix˜o®Â2ÂŸ”ÝÖ×£þ+m’Í¢','',0,'?'),('É1k)‚m5g\rÝéI','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_group_work_24px.svg',0,'I=^}ÃíqŒ6Ów','I=^}ÃíqŒ6Ów','Þ£½ö*ž&þ”nÚÂR¤3¸°‰\n†Âœ7FŸh.Ã!','',0,'?'),('É5ªiD‰hI„6Ìþ;','wp-includes/SimplePie/Cache/Memcached.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','°ÚÖç\nÑ\'Xlabîì4`','?OÕd6¸Cè‰Îu—¸Ö>Jrúýh«t»×íôe…î','',0,'?'),('ÉA7¨\'áC#žwŠSûsŽ','wp-admin/css/about.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Œ†þoI•Ç+B`™Úk°\n”','b*.¬üfÑ`£”š·ßkî]xÀ’9¥8ï\"·ÜÝêÿð','',0,'?'),('ÉRhB*‰H¼–GpÎµº','wp-content/plugins/testimonials-showcase/resources/colorbox/i18n/jquery.colorbox-ca.js',0,')y2íÜ	ŒN{¼!¥œ',')y2íÜ	ŒN{¼!¥œ','PbAvƒ^Ö°™bºT\ZKK¾åínJÑ§´âu¸DJ','',0,'?'),('É]¯7\0ÂÃ›{\rÞ±¾É','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/InflateStream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';	x8%À£Ð$»O™´v','D2\n íÃLrAæÜv³ˆ©8Ð‰SóùíErg','',0,'?'),('Ég)¼ÈÛ(qÅ4ût£^ ','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_volume_up_24px.svg',0,'lá½z˜Õ\rýÆmqµ\0\'Óx','lá½z˜Õ\rýÆmqµ\0\'Óx','»ºÿÌÝºQÏüájk‘¼³î7½:§otv','',0,'?'),('ÉlX”wÁóBõ*X§Wñ','wp-content/plugins/wordfence/images/sort_asc_disabled.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','OÉ§ÅþÍ*ÒXÿ²Û9e','¯v‰\Zþ|5.YX ©‚÷‰¤òZ–é¹Å¹','',0,'?'),('Éq»|:Y×î*Ý|/ßì²','wp-content/plugins/js_composer/include/autoload/vendors/wpml.php',0,'«@eÚò”×ïŠÊ·ÈNgc','«@eÚò”×ïŠÊ·ÈNgc','—Ãˆì~vbY°˜ŽM|\n+ÈÌ¬]>Þþ–Q','',0,'?'),('É†8¨ÂÖÀpÅ»ÑµVý','wp-content/plugins/wordfence/lib/wfActivityReport.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u­\\d£â\"‘òH_CAD','qÎ¯Ýö†#ÁrÜÑ¤Ë|ŠIb¹ng4»QÏ','',0,'?'),('É®&m©ÂŽ\"œé','wp-content/plugins/worker/src/MWP/Crypter/Factory.php',0,'«2³:ØWd4–Z•!2/','«2³:ØWd4–Z•!2/','É/–Ñ¾wÕ1Æ&äœ´ÎwYåNÜ‡¦ ôy’±C','',0,'?'),('É‘þG‰£ÇÊ½[©§ø!','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-separator.svg',0,'ŽÕi¬(”MSÞð;¿','ŽÕi¬(”MSÞð;¿','r–÷‚µ )‰X›F<¤%«A¨±Ÿ/ P¶‹ž¹ñãh\0b','',0,'?'),('É¡îˆ‹Ê§~²¢Á¿.)k','wp-admin/includes/class-custom-background.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_%Ÿ5óß”rg[\Zè','ìÔ34Ônþ8·@ã}·„­!·çpcÓ8€\0èÌ´','',0,'?'),('É©>è„’:„-ˆ\n°;<3','wp-content/plugins/wordfence/modules/login-security/js/jquery.qrcode.min.1607007971.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ð±×Ô¹°´—Xp`me<','wP\0ØpÔzuYDSÞz(W ß¥‰ìP¾3$S‘öò‘','',0,'?'),('É©£É%<ŽÇÕÁá8_%ê','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_shapes_24px.svg',0,'8™»F9¡ØD¾­…}äÀ','8™»F9¡ØD¾­…}äÀ','á°Á[Õ	/]’äçìOÏ¼rüÅên]Eß~€©s','',0,'?'),('ÉÒ°†“2D´iÜe½','wp-admin/css/l10n.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','µÄ¸øP)û|„ðqŸr²€­','wppS¦½Ü\"üDÀ.¼Åo”MOŒmÇO©\'bËaÇ‹0','',0,'?'),('ÉØ›ÀMáSFª™µÆŠNµ','wp-content/plugins/w3-total-cache/lib/Aws/Aws/CommandInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ú~y*óHqïb¾CW',':K¥2[5éþÖÛ¹¹QÔ‡ªò6pÕ³XåKøßÐ¬Â–`','',0,'?'),('Éú…ÿ!Sq¬ß\0½Å','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Serializer/JsonBody.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{ÍóyËõ$ç;´','¤IÉ—íÏP³ü7åf{EA0ÿS@ÌA¿-t®\0µ¦©hL','',0,'?'),('ÊŸÈ^ª¼hAÉ^f·)-','wp-content/themes/betheme/muffin-options/fields/ajax/field_ajax.js',0,'ã;æqý)ÁÛ©Z+Ü#','ã;æqý)ÁÛ©Z+Ü#','±a¥U°±ž^Š=ÝÊvE+¨4ª\"’Ÿyo7™ë­Ý\Zz','',0,'?'),('Ê¤?\0:’A8ÇÁf’y¯','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/globe-money.svg',0,'(ç\rÛ´˜ŒúÉ0·™äÆê‰','(ç\rÛ´˜ŒúÉ0·™äÆê‰','Ð+=\rOÑw¸Ñ/qÝéÏÉFŒ¾Éè¯âYã!WèAMl','',0,'?'),('Ê·nIAÐ9øók\'ô','wp-content/plugins/js_composer/include/classes/shortcodes/vc-posts-slider.php',0,'ÑBÛ¸gk\Z¾…ì½‘§€','ÑBÛ¸gk\Z¾…ì½‘§€','¨ðû×&55\Z6ÝGT0Ï. ´éØŠŽ°Åûm¬ùª','',0,'?'),('Ê#(QZ¯NÐ1§¹rU‰','wp-content/plugins/w3-total-cache/inc/popup/cdn_rename_domain.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','–!ÿœ¤úMGÓ¤','‹Ù¾iœÈO3«ã‰ƒ¬QxAÞ6N©cËû;/‘˜–íáÏ','',0,'?'),('Ê(†q‚4Pè}ý5Ozük','wp-admin/js/inline-edit-tax.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¾AìëÄ2÷”¥Åý±Æ)îq','=M#‹SëFX›~Uô È‡ÑÚ¬W€¹=ÇLâ·m&','',0,'?'),('Ê.ðð\'Nñ.Gár•ô','wp-content/plugins/worker/src/MWP/EventListener/FixCompatibility.php',0,'‘À¦.=å¯ZI,<iBßô','‘À¦.=å¯ZI,<iBßô','®ÙONCQ³˜tð›pºç2î8XÏç›Q\ZDHW2v','',0,'?'),('Ê2Èš?qÇìlnhøD˜/','wp-content/plugins/revslider/admin/views/features/add_ons.php',0,'Êe¬Fpº^ l7\\§ÄhÃu','Êe¬Fpº^ l7\\§ÄhÃu','ú˜œa<¿gg»Gæ¬±­g~ÑáøSù>ä³ëà','',0,'?'),('ÊR±­ÙÑˆé°Þ¿¾0','wp-admin/css/themes.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ø\"E—;£ý)ÑQ&øXŸ\0«','žàzB¯²RR~\Zj¯ž>k­hà¿z·¬V×}Ì²','',0,'?'),('ÊhFM<@`%q-ãæ','wp-admin/includes/class-wp-filesystem-direct.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ò.¸QËÒ~ÒèEFÐ«—E','<æ|ñ<èø‰NDqdÅ|Hˆ::%tý³ÝíÂ=','',0,'?'),('Êpêï·öËÍ”¶A+ÒÕæ','wp-content/plugins/revslider/public/assets/assets/svg/places/ic_free_breakfast_24px.svg',0,'C§c\n±db,_¡Ö¨','C§c\n±db,_¡Ö¨','H£9îä»¹ºnÁõC¿·oœb—Áoò/Ãh×lÜ','',0,'?'),('Êr¹ž{¤\Zk¡À\"¨¤k','wp-admin/css/site-health-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E/cƒðÙ&=Úk\r^¨Šm¹','\"k h&8h’%Ë*Æ\\2@b°Ž$Ö‰§daŸ‡–','',0,'?'),('ÊwADƒtRG™:$TPIäô','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_dining_24px.svg',0,'kÄxxj¯@öh3G','kÄxxj¯@öh3G','Â¿ÎÙSÆx>ŠF¡4jú,7ÏµÁlX2]¿ùè_‰','',0,'?'),('ÊxjPÕö¼¨Ù!cÈx','wp-admin/plugin-install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n¦*¢Áõ#”¶_¥€Ò³Zƒ','¶þ›áÂf®³uG#©œ¡×\'ÿƒ_Ù‹ö:ËFúA','',0,'?'),('Ê˜{	k§´ 2I å','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_hourglass_empty_24px.svg',0,'~cÅÛæàýe%ÖáiÉÄÓf','~cÅÛæàýe%ÖáiÉÄÓf',' W±:lÈc²“ÆÛÛÍ\nŽWhºX3ñ\\J¿·é','',0,'?'),('Ê«&w}¢bDyoD›^å','wp-content/plugins/w3-total-cache/lib/Nusoap/class.wsdlcache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‡Hèc¬5Q‚4z‰¿ueñ','žˆýøG…Ô¹7Ùæ¦/”ZEV“™ßh²<fŒE$ô','',0,'?'),('Ê¸ÖvsQóBïäCú›','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_movies_24px.svg',0,'ÁïHÈ\râ’2R™·Ú¤','ÁïHÈ\râ’2R™·Ú¤','jõf‡‰0kÈß¶zc ~ÍÑŠ@rŸ^f0à.¸ð','',0,'?'),('ÊÄüƒWå>ÄÒŸ¢ÏïþÈ[','wp-includes/Requests/Exception/HTTP.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','èÕüh³ÆúäRlrÚå','oýEÂ²tQQbo\n®þºïrî¡QqÚá\"/±‚Ž…','',0,'?'),('ÊÇ~‘ýýÃ¯ŽìG³þp','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/ListPageBlobRangesResult.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','”:…\nÅ0)¼gUö\"ã','!ŸC˜\nÁÞ«ëˆ’àå.äÿ‘3fé†·ÎÓƒ[','',0,'?'),('ÊÜ†R(\'2Whpõ¤—G','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/AbstractModel.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@ÒH‰ÿC¤5Ì¨[\0¥å','ÀXúÍf:µM‰tÞËƒ#û¥sDú4(øNG†Fèº','',0,'?'),('ÊÝ	b¢·–8Î[¿¶¥y','wp-includes/js/wp-emoji-release.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ê¨dÍ¢7@$§»gÞ;','F\r·R7ý„s\"YX^úÈ¹ÿ$äý´yºss[','',0,'?'),('Êã±›™‹­ V9ø{â¶éb','wp-content/plugins/wordfence/views/scanner/issue-postBadTitle.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ßd™+êÇçölßÁ@ýhÆ','3Õi]m·¨ÿ&¦	—®sÖ¯õI››gše½okœÒ/M«','',0,'?'),('Êå[œvSmœ•×\0E\0ð±','wp-content/plugins/w3-total-cache/DbCache_WpdbNew.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','û\'÷3Ž÷zùwVXcWŽÈ','3”?¿ˆ9âv³ºhœK*HòñXf×û°’´\"cO','',0,'?'),('ÊîOå¿¯uRòûÒcÁ[j','wp-includes/sodium_compat/namespaced/Core/HSalsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[clër‹u©	ÃÐ¡u^','6pËÓ\'`À+*[AGà4Šüúü^6ÅŠ£è%ÔÁC','',0,'?'),('ÊñyÇ;Ã§M §P“;eÌ','wp-content/plugins/w3-total-cache/lib/Aws/Aws/IdempotencyTokenMiddleware.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÕE¯xúB7êÕ¥°Ii /','\0ì	ûÅwÜÝ…Þ¯£µ<[–¢<AÍßjÛˆbd\"­ó','',0,'?'),('Êô9ÀÝï„3p—ç^’1É','wp-content/plugins/contact-form-7/admin/includes/editor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pFì\"Š÷:DÒ“ð\"','bÙ£oL^-Ê{‘$zFçH…ºrv‡÷vŽ/Pžƒ','',0,'?'),('ËÕ¥°Ù.þ‚¶ÚÄ Q','wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/Exception/PermanentRedirectException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(+2õÔe2z*v£.G','rj$P%Üã´‡gþHÄŸêD×[£›ºóŒÎºôÔ(+Ï','',0,'?'),('Ë!¢#ò°ÕI|‚ÛFé','wp-includes/js/tinymce/plugins/directionality/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&Ö\"èX	& )ÆÏ=Ê€$','µ&‹[ì@àÊ5ˆ¹(Ó¬cv‘§LûYI6ðB;)-','',0,'?'),('Ë!ÅÐVI„œ8n¤­=òuÆ','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_extension_24px.svg',0,'e9’]ª/ö\0þ]PLõ³+','e9’]ª/ö\0þ]PLõ³+','­µÌs¥c}ZE4ê¯>q§¥­—*›]eÏ°|¾','',0,'?'),('Ë)’rÕœu¶J¹ù-K','wp-content/plugins/w3-total-cache/lib/Google/Http/Request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z_iû@õ˜öuªà0(Çd','ÐÃžž®qôÌY©Q”düÇèXxçjd5o_ïC','',0,'?'),('Ë/¦<‹Ž²J‘ 	ÔÛ‰ƒY','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/scissors.svg',0,'QÝ«mæJtQ•{“´z~Ü´','QÝ«mæJtQ•{“´z~Ü´','Å¤1ÿ™dß½}Îêþ•¢Ã…gsv‹®ÎÏ£†Èz«,','',0,'?'),('Ë2mÛ@Èah8e”™¡','wp-content/plugins/w3-total-cache/UsageStatistics_Sources_Redis.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ú¶ÉéÞ	£{->câ®','ÿ|ß„pFÔmÕ|ïr¥/tŸOoŽ©kî]`q”','',0,'?'),('Ë5V›xÇ,$¾>7dýk»','wp-includes/sodium_compat/namespaced/Core/X25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ú¸búò¯9ô°‡±M','éF©/\'¡€M%”9ô }@¬ÎfW£>Œ–S*­m','',0,'?'),('Ë5ÆÂÉM%¼\\KÅuö©/J','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_event_note_24px.svg',0,'²õë€öˆ\"fŽOFXéÕ','²õë€öˆ\"fŽOFXéÕ','9-Z]Û¨mç2ECëcKO£¶™*ˆ¡¢K¡B:¢“Sõ','',0,'?'),('Ë6 <¥ÊCêï®¿¹V:(r','wp-includes/js/tinymce/plugins/wpeditimage/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÌmÌ‡‹8ðüÜÆãBnÄ','4\"cI(-‘\nTƒæå›7éUi}€Û³zŠp”\'„À','',0,'?'),('Ë=YúÜîÒÒ0Kú?ä','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_sms_failed_24px.svg',0,'?Ó™`EC	 ¥-,êp','?Ó™`EC	 ¥-,êp','c3\rmpi	2ðS8¬â;hÈÞ	mÉzú','',0,'?'),('ËK¥²yñµùçÐ€oN;','wp-content/plugins/w3-total-cache/lib/Google/Auth/AssertionCredentials.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r¬8.p«^ÉX\\Â9Ý','îva9ËôÔ·\rŽ¾¾¹\\JT™Â~´þå*µX½Äæ','',0,'?'),('ËU<Ý?Y,õÏ§Ø»(','wp-admin/js/svg-painter.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P\"Âm?²0oj£º•¯x$','õó‹Ú_Å%pÓ<¢K-?þJ\0+¿óÉ™c˜H¡Ò','',0,'?'),('ËUÐÄ}ÚB£Í	Jsýª','wp-includes/class-wp-object-cache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÓrÜ®ë²U ºãžLj0z','S•›ô9M°‚·a½\0óHHÃ³yI¡óbðM“{','',0,'?'),('ËYG¥Õ2bpr¬^mH','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_brightness_medium_24px.svg',0,'TB0yÓy ²ÑHLÊ\'Y÷{','TB0yÓy ²ÑHLÊ\'Y÷{','ð•·…a›ãrÐÓâúñ9.º&%Ä\0+>úªü©œáá','',0,'?'),('ËuªrD>¹¤1œSSý†X','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_connected_no_internet_4_26x24px.svg',0,'4´šó,‡ÿYÖnT¶x×','4´šó,‡ÿYÖnT¶x×','–âß…z\níîcÿ,\"daÁÍq!P÷û×ò3Äh¥µr','',0,'?'),('ËyÐ6‘6lëšM¬C·','wp-content/plugins/wordfence/views/waf/firewall-status.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','´lw\0i75ÄñŠæƒGô“','\'W±ÖµDírÿDB·íÁeH\nüê@ý…Å\":=!M#fÄ','',0,'?'),('Ë|GµÒ$êÑî¥‚Åk™úä','wp-includes/js/dist/vendor/wp-polyfill-url.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ñ˜>d KP\'IC¤ç3µ½8','žköõzê¯Ï:ó´—_sDpþxe%JØ	½‰õSTº_','',0,'?'),('Ë}Ua&glÃäi¸)ºëÂ!','wp-includes/rest-api/endpoints/class-wp-rest-post-statuses-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5òGš»blN¤½œv€<õ\r','énWÿ#g!\\‹­>>ž,„µzçÇgœÂCk¹Ñg','',0,'?'),('Ë‹	Uq¬Ý¿Er“©ÿ','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_6_24px.svg',0,'-\0àœ9½.aü9p{','-\0àœ9½.aü9p{','IÏ‘º¶UõÀ®d9Ò³½5»Æì\njOv‹ç\0','',0,'?'),('Ë¥N‘.µAó6B˜Ò|','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_dialpad_24px.svg',0,'¨¢Ï“©	š çHÁœ]','¨¢Ï“©	š çHÁœ]','ƒŒ™gÏÙÅ\ZéH¦M9)¸d½ÃX®›æäKíä}áx','',0,'?'),('ËåGä¯€oe·ÿïoœ','wp-includes/js/shortcode.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@¨¿ñÐÅâÉP}óSÎŠ','yaeÃaKÔµRå\0%ÔÆxy¿Áuþyûâ†¢','',0,'?'),('Ë·)sŒ%æü?ç“fs','wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Middleware.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','RçØ<›ÈÌW;£÷pµì','æ³gÏk×.ôºÊ³_w‰cLT§W2ÑAã%=ŸT…¿Á¹','',0,'?'),('Ë¤Ô’{%kò¥Ž#¶fÛ','wp-includes/js/mediaelement/wp-playlist.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¬â†ó3|G^âcKT\"Û','\'èe\"ÊŒ€_(nŒÉfúíwwà‰¨\ZŸNª2ï+ ','',0,'?'),('Ë©ÿ9e\"_N73txr“†\r','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_note_add_24px.svg',0,'Y–(EkŒjjj\"a','Y–(EkŒjjj\"a','Z!MW°GV†+uÛr‰- À·ÒGåƒÿawÉ³Ú','',0,'?'),('ËÇBD\"â¬×ü¹Rª:½Û','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Serializer/RestJsonSerializer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','•ÈMóHé+H}§iöÒ(c+','*<ñ½3{]TZBcTàäNxÅÑž›/bdéÚ<','',0,'?'),('ËÇ†ÜQ½_yœdö+£','wp-includes/sodium_compat/src/Core/XChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X†ñU iU0Æll9ýc','þ_Òv$í¸U7_‘*\r?¬+ó^÷Œâ‰¾¾Ä€','',0,'?'),('ËËŸr3 ¬ïÅ¸ß3ys¢‘','wp-content/plugins/w3-total-cache/lib/Minify/Minify/DebugDetector.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WŒ\0IWÛŸšï%7³“','R 4æ0¿„2Þ¾Ã©{lO´ó´dYÔîâ\\v ^','',0,'?'),('ËÓ–e×!LÝ¹\0™¹N¢','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_off_24px.svg',0,'Ïç}¨ÅN¸°uz}¸˜f','Ïç}¨ÅN¸°uz}¸˜f','›>ŒÐyE\ZkF¬~¶òÎ>ü#/]‡Ì§±ú:¸Çš','',0,'?'),('ËÖæ»Nú½\0ÙÝÜ¹Ît','wp-includes/js/jquery/ui/spinner.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','çü8–ÉTXiÛøMÁY„','’> qJØ·ù‚…0„ ¹\'…‹ÌR\'n¨7sòb3|','',0,'?'),('ËïvíE,¿-Oä{Ïº–','wp-includes/link-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','À÷¥È¬|»²û_zIe3û','7ß”´¾æâåys&a“{¨»,÷¨©E”V`||','',0,'?'),('Ëù©£¶	”âÜ:B%¸(','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Signature/SignatureInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G¿h6îh¦ãÀñ³tn','3÷b|)‘Bü[Cn!Àœ¢[f}«‘+ë•²#™$µë','',0,'?'),('Ì$¹f\Z«+%—rÉHr','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-wordpress.svg',0,'‡Òýû¦¯_#£ó7ªÝc','‡Òýû¦¯_#£ó7ªÝc','šõ‚#ÓJ`ÕÁÁ.y€a¹Q¹ßõ¦^M?‰ˆý¸\'','',0,'?'),('Ì	Ç—K¬«á5LÃRPF','wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/Crypto/HeadersMetadataStrategy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','±Í†\"àß?w}ºXƒÀ','Ä¯Œ75t\\ê+eÛöO!czJµ>°¸\0,Z½ü¶','',0,'?'),('ÌÁ+ÉÌÑû-ÞÁ{År`','wp-content/plugins/worker/src/MWP/Event/ActionRequest.php',0,'¯Ó’åòÈå^Uwõûæ%','¯Ó’åòÈå^Uwõûæ%','÷±__­…ç›ìÍ4ÓëíÑ!>Ä7Pþ¹h\n\r›%§Æ:Ð','',0,'?'),('ÌtÎ.6„¯ìRïj[é','wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/PutObjectUrlMiddleware.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','cðm7TñÕ±y¢ì–šOá','„{u%+å~íÂT™Ã8 ¾<`oQg¦‡WHæÕ®','',0,'?'),('Ì!éLTá3•ŸiÙêxÅ','wp-admin/update-core.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÌÐp’]Ú“ÿiŸ¶•Ñ','G|‹½V½Ê2½î`©Nl j|›û…ã_èðÈ×3','',0,'?'),('Ì/ñ¾­3¥VœÑÊ7 B','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_wb_iridescent_24px.svg',0,'ßË®¾%ïþtñðì›%','ßË®¾%ïþtñðì›%','OQˆT_f«éùžŠ8œ‘¿¨»¹:4ÊŒÛOHÇÑ?2','',0,'?'),('Ì1	%g‹aøx}D¨#	','wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/alert.min.js',0,'Bj2ºs¾fŠvN„†C’','Bj2ºs¾fŠvN„†C’','gCpµƒ`²Q{xQÂ­˜EI·;½¶À›gQÆÆ¿Ø','',0,'?'),('Ì<+r>ˆ&v®¨cZ¬','wp-content/themes/betheme/vc_templates/vc_accordion.php',0,'a˜ž›Kô…Áhh Ž','a˜ž›Kô…Áhh Ž','x \0€lÄ1>Ê\'Cå	u\\IWÂjå-@üIÙRŠük–','',0,'?'),('ÌE†«à7>ñ»Æ¹O','wp-content/plugins/w3-total-cache/Cdnfsd_CloudFront_Popup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÓÒuüÒzä6ÕOß#','*9A=­·–TóyråëB9í1\ZàÐÚxó\rsÜ„‰2t¢','',0,'?'),('ÌMÏTq&[?ýù>ì¹Šå\n','wp-admin/css/colors/ectoplasm/colors.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','”qÑ9+Ø\"©Ñ+‘•','BÁ†mæN‘¾hÄë µ¬stN£ójAS4X\0$','',0,'?'),('ÌMèÖëàzßÅ­Yºü®','wp-content/plugins/wordfence/modules/login-security/img/ui-icons_444444_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ØGÓJû‡u;QÔZ6ø½','ÿû…ß\\MUŒíKhQ¯wÀC©¶iÖV´î¢¹²ÎJ\'','',0,'?'),('ÌVÚ®™œÆêM¯éjÓ','wp-includes/js/plupload/license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u&\n©TIŸzº«ªˆ+¾','¼ÿ\0v1£êsÔNí>cIDÙ¦¾Ö„Ié­0ÿ-','',0,'?'),('ÌÑû i›ïn°j/Är¼Õ','wp-includes/js/dist/i18n.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5Á\0ŒQxZõŠ¨¶ùJ\n_','éA(GäÛþYÆIk‹¨KÊä÷\\i-Ä…;³8','',0,'?'),('ÌÔ‘¦A¹Ha]ª\':©','wp-includes/blocks/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dC,¢¼ðþDò=@Ò_š','Þðöø\n*‰ºÎ«âêçs›,£x ú»²-uÙ?ì','',0,'?'),('Ì‹¸qÈB3aêYïç-ö','wp-content/plugins/wordfence/views/dashboard/options-group-email-summary.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6#>{zq¸Û\nS%½ø¨¡M','p€ýRAö7¶í©ZQþjÆCpNaÙ=¼ùMÑ','',0,'?'),('Ì™~üÈŒÃ®+äíbyÈ','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/SipHash.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{¥ìˆŠzÀÁ;5!ËÐ','òDÐ\ZŠŽìL‰Þ Î”a¤°]nôœ\n»ìŒÕL&æ\n','',0,'?'),('Ì›f ýð@©]AÔ“ É4','wp-content/plugins/w3-total-cache/CacheGroups_Plugin_Admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÿÞÑlè×3˜S©÷ÚOêw«','‚üì_œAÌ^”ÒAù‹Cd-UgIbÃw–yðó','',0,'?'),('Ì«	u+Ä¥ï\0¢ûÌ$)S','wp-content/plugins/js_composer/include/classes/shortcodes/layerslider-vc.php',0,'÷o	ú„òÓÓÓX%ÉÝ','÷o	ú„òÓÓÓX%ÉÝ','—3\ZÓçû¸õŽo¡t›ò8žA@¼ÀFWÀDZ','',0,'?'),('Ì³L\n¦&@<à\r8Ó!R','wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/containers/vc_column_inner.js',0,')@în0m’¢!•ÒôXk',')@în0m’¢!•ÒôXk','¡µÐ1¸Þ[Ìê)ñ7»Åƒí¡;»©Òù‚On','',0,'?'),('Ìµ¡ÌŒ“¡ˆ$Ù¿¡\'ñºë','wp-content/plugins/w3-total-cache/ini/eaccelerator.ini',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ïÎmõ,x½é_\rÿwR','1XH;=ºõË+e?‰~ï¸î~C€WSœBp','',0,'?'),('ÌÃŠ5ffÍ;,G!\'öó\'-','wp-admin/css/colors/ocean/colors.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jpí}+ÔÃìÄQ&ÙàG',':Kñ}iP>V\r3*Ø4|áNz§qeFå5S&','',0,'?'),('ÌÅÎêÕ\";+Â\rxu´äÊw','wp-includes/js/mediaelement/renderers/vimeo.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','À?È~sÐâài6G¸/','­Ë{ƒö“Ûw˜Ø-\rþŒŠªzFáv_€û\\wfËâå','',0,'?'),('ÌÇŠ·EÁv–c,îØµyS^','wp-includes/images/crystal/license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ð]µLcãiG›fQ“\rÏç','vèÚpm„Êcëø6ßY~\",!V¹ØEXlülã\"zÞ','',0,'?'),('ÌÓU`)Ýç:ÓB¬Ót*','wp-content/plugins/revslider/admin/includes/shortcode_generator/elementor/elementor.class.php',0,'I¼©æªvBer-2Du}š','I¼©æªvBer-2Du}š','8Ø®:p»ãð\\cû³È¸\r§ 0l‹R&‰ªY÷‚@×','',0,'?'),('Ìô‚À‰Z’‚ùê®.E','wp-content/plugins/w3-total-cache/inc/email/support_request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ð\r³–¥eò¢zš483³WK','ùü¥i/ýò»c½4µ­˜G6ÝB:cã_5Ñ|Û[ä³ø','',0,'?'),('Í©ÿá‡p÷jÖ›`’Èw','wp-admin/css/customize-controls-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S4ñ!VÍÑñäN;|','Þ§XÄh\'\'?~,Øå²AyÄV>l¢tÆÉŒ]','',0,'?'),('ÍdÝêãlP‘Oê’ùI„','wp-admin/network.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¨DlRÀš—Ò=Èƒô@n','Ù”ÝfÄ°Ñô	ÁqRK/Øh•XÙ±VJH&k†HPB','',0,'?'),('Í\"ëÈ¿ò\0§—œ€Öxy','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_swap_vertical_circle_24px.svg',0,'Aáò@\ZÇ6­GèÐCDJ','Aáò@\ZÇ6­GèÐCDJ','ƒ\'Eü{Ò‚û3EØ,.z€—N-	Î£þlndŒúL','',0,'?'),('Í&ÁÃ&{øÄ:/):5R','wp-content/plugins/js_composer/assets/lib/bower/masonry/dist/masonry.pkgd.min.js',0,'Á{ˆå‡ŽLÙë–±|','Á{ˆå‡ŽLÙë–±|','Ã4“ï?F‰YGU‰5k¥>ü$8`ˆÆŸ‹È™éØ¶æ','',0,'?'),('Í)ÄÅäò\0Ÿe‡_Ô5=«','wp-content/plugins/wordfence/lib/diffResult.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0çõ±ƒwJ—ÇÓn³','_Ñà^­>îì²8LË¹óÀ¥\\áê›‚ò„†{PæÓ','',0,'?'),('Í9ð*Ò€}ý~oÌ\\V','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file08.svg',0,'·ás`bS…CÄÒÙa}f“€','·ás`bS…CÄÒÙa}f“€','öFn&8ˆ¡ŠëÄ+×\njBœƒ?¾ÑŒÜâ™®_‹','',0,'?'),('Í:8c½`ö–ÿÞL{&¥','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_queue_play_next_24px.svg',0,'nìgM¶mDMØJ#Q¬	','nìgM¶mDMØJ#Q¬	','zJîìYð\'©–]›„Á)¡[N’\rØy!mßF3ïo·Û','',0,'?'),('ÍK=­Xìa:Ä\'5¼','wp-includes/sodium_compat/src/Crypto.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-pü˜ÿ‚\0EÈcbœc¥','\"ÚÌ˜ŸLŽ×Ù!Ò{rDnPz^ôÚXòjôÄûLk','',0,'?'),('Í^&‘ó`Ráy’‹™ìJ','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Áœ}në3;g)»áÀó»','\njìû^ú°¬†ÓCà˜(ÛËUUãi\'9ÞO','',0,'?'),('Ím¥L0N\"ÈT~ìbÜ','wp-includes/theme-compat/footer-embed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','„õZÜ«„ò.“+–j','ƒi§ÉDÿAJöÏˆ;v,gcÌ%‘çˆÑ	^#','',0,'?'),('Íwÿ9=Ÿ_\"h%’×v','wp-admin/css/install-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','náJGd]ˆiŸ!\Z¬°—','©\0_újW¡›?<©!‰w¨±Ã4q¢t´±ßé€N¥ž','',0,'?'),('Íx}½=U¸í\n€2í^ÃÉ','wp-content/plugins/testimonials-showcase/resources/colorbox/i18n/jquery.colorbox-ro.js',0,'gâN›ÄEŒóó$â°¸','gâN›ÄEŒóó$â°¸','VÀ	ïhæ^dà´aš®Ã!²ŠN	êÏ´$áiÆ‘1‡','',0,'?'),('ÍŒ)Çi¼¢\n“$ïÝjÏd','wp-content/plugins/w3-total-cache/Cdn_GoogleDrive_Page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#ËšóiÊÎÕƒ&Oÿ¤','Ÿ­\0¬Î=_L²n2þx›hXP¾‡üÏgø0IX','',0,'?'),('ÍŽ3×¢àJynÎþÄ€Mà','wp-content/plugins/wordfence/fonts/fontawesome-webfont.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','þænq*Šîõ€ZF‰)2­','áü&4\"\rQjXãmN\"ãÉ?P¾o”Í\\°Æõ?¹ùŒ','',0,'?'),('Í“ßYá36¾élç€Y«°','wp-includes/js/tinymce/plugins/textcolor/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÄÜv™<hääèðÎîÿpü','!À/Ì[Iä+\r©ðGí²âà– DÕ­Ï7€=ŽŽ·®“\'','',0,'?'),('Íªu¹owsFC¹G[cƒï«','wp-includes/rest-api/fields/class-wp-rest-meta-fields.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','êeBôÜI.Þ{ÐGÛ°^','>W‚Bù¥²ÉdÅBü§WÀBÕ#+dyh$äß%o','',0,'?'),('Í³)pš-‚3iX´.»Ep','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_photo_album_24px.svg',0,'iV&HlS>;Ä°å}','iV&HlS>;Ä°å}','séÁHá¬x†{$ÔtÓÍü§©¸òt‡Ç`±“!Û0fß','',0,'?'),('Í¶”jÊƒà°±ýÿ·-¦','wp-content/plugins/wordfence/lib/menu_firewall_blocking_options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Åþìû¿höã;Bþ’D:','\ZƒÕÒì¹ø@‚±Ý\\«›É”\rqB,CKÏ„wå.­z','',0,'?'),('Í½3Âè=£¡OÁGÄ|~§','wp-includes/SimplePie/Credit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.‰6ÍK>.¡³LçÔ','rõÙ´ƒí@c²@°ù…{RÛCGþ³®¥d^ã>>E\Z','',0,'?'),('ÍÄá[@¹³ƒY\nÖ¼[Â´','wp-content/plugins/w3-total-cache/inc/options/extensions/list.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4™ê> çš¬½íP& AÌ','nmn»á›!*\'ÔGè¸)a3^7îJ$Ô–Vé5¦Õ0º','',0,'?'),('ÍÊ¥˜#´½=òûÀ ','wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/tooltip.min.js',0,'Á½úº\Z¶Ž`ô¸ê¦„','Á½úº\Z¶Ž`ô¸ê¦„','w¸¡;\Z^ŒÆ¾ÍIu»Cäü½&ñsëÒ„\'C{Z7','',0,'?'),('ÍÍ‹¢§d»ÿý2²Ä+ºåÏ','wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2016-09-29/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','®…5‘äqüÝœÚ³~Ú<`ã','†j¤Htìëô¿qŸ§¸…‡YÕ>c×,êJö,\0','',0,'?'),('Íç3ÀÍÍ‚äFô<¶¡8','wp-includes/js/underscore.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ø“â”Íæ$bË³Z¬C','8AØ2éxz¾Â\0<G-‡E	æ°rÛïì‡®?¬R›','',0,'?'),('ÍíS»>s»U)€¹¤ÍH','wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P1p1.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','°y$NXÒŸîl€±l','[ìŽ-©¹Âv5<ÛåM\ná¦Ë+B»u.,Ô5g','',0,'?'),('Íø‰»j(gù€~jU#·Ö','wp-admin/includes/class-wp-filesystem-ssh2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ˆöÛž])BˆRòúW¾','grq¬ÓÖ#5p:¯?¸“Èeð™¢Ðñ®²äœ+F','',0,'?'),('ÎôAV¥NG¥úÚâQí_Ø','wp-content/plugins/worker/src/MWP/Worker/Configuration.php',0,'Äás—öî¯dóÚ]#(I','Äás—öî¯dóÚ]#(I','‰%Î	öW»…)ÃSK6•’\"?!FÍ¤Ì&)ž¢`ßû','',0,'?'),('ÎOÑBš²ñ·aæOI·¼','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_tag_faces_24px.svg',0,'l!qM+çxñ k-‹è','l!qM+çxñ k-‹è','\0ê§¤^vÞ•Oç›ÎÍðŠ–rü—r œ0#‰Õût','',0,'?'),('Î-\n’^fè¤î°_yr:²','wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Exception/TooManyRedirectsException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','™RÅ‡pwúÒ+íûàJ§','V:ð´„k9h&þv¶—»ˆãäÞ\Z\\¿¿Óg¡—','',0,'?'),('Î14J<âoñkX÷Ôjã','wp-content/plugins/revslider/public/assets/fonts/pe-icon-7-stroke/fonts/Pe-icon-7-stroke.svg',0,'Þß&˜ŸÝxÃ<¹®fJ`Ml','Þß&˜ŸÝxÃ<¹®fJ`Ml','ä²7oð½ÈÏ²âž`w¼!±˜=FJ ]¨Ò®ÒÂ²ž','',0,'?'),('Î@ó©\0çwRì±;ÉÓ','wp-content/plugins/w3-total-cache/lib/SNS/utilities/simplexml.class.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','à*óºó†ôªžÿÓ±È^m','yo‹10Hx°¡×áÙ±C!}’{4}è\' æ¦îû','',0,'?'),('ÎIc¢–·6I…á™\\èßê','wp-content/plugins/revslider/includes/em-integration.class.php',0,'Å½Qõw¯ð24ß5ü','Å½Qõw¯ð24ß5ü','\r‚3.{Å1•ýn]]ôâ»å¡XÒ$Îpüÿc,%ˆ\r','',0,'?'),('ÎSëpÍ\\êPìAAmŸb','wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-header.tpl.php',0,'Õ0úqÂº:ÜMÉ~Z=m','Õ0úqÂº:ÜMÉ~Z=m','@³žt6z¤UãôÞ ß«ø*u­«[™\'kUS£F6ó,','',0,'?'),('ÎYµf/÷pw™ÍŒ§','wp-includes/Requests/Response.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Îp†»·®Ræ«·Äý\'G','®õùÄWwYKL\nÅì	-*ýèÉ^e\"eÆ(_,g','',0,'?'),('Î_)-ª]íËŒkO	Ã÷Ã','wp-includes/ID3/module.tag.apetag.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¨\\)¦±ÇH°G©‹Ê>Æ','Ùš+Î\" Bt·â	\'S_÷öÌ„EËs²ƒ_óº›)^¾','',0,'?'),('ÎkZÁgP9£lÆËZËm¯‡','wp-content/themes/betheme/functions/meta-post.php',0,'­ñ\0·š\rÛ„­ž°','­ñ\0·š\rÛ„­ž°','ÿ7?–mÒŽÔ}/äŸòi{ŽhRLþ@XÔÂ7\\š¿','',0,'?'),('Îl/<ÀÍUçëZA‹å','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/BLAKE2b.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','øWÕSzúLÿHAWr´6~','0¯¨pUÝÖëg×•™G/„„%¯³\'„íëZdÔ\n\n','',0,'?'),('ÎwV½iÝKmæüÐÓ¥=[','wp-content/plugins/w3-total-cache/Util_WpFile_FilesystemWriteException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ž[6+£„%vàH”ÑIóµ','>UÝÄ×l0Ä8V6•y\0CÜ2­Òk)îè§Ü','',0,'?'),('Î|:½ˆ\"¡Ò}¶\'	ïðb','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_close_24px.svg',0,'­ßÎFî¤Ì_\Z¤d«˜\"','­ßÎFî¤Ì_\Z¤d«˜\"','Mþr‡Y5tÁÙJ¬ Î$Y¼I Å?‚ì¾Àìà•^â','',0,'?'),('Î|žÏf÷€îèÉ,2­T	','wp-admin/term.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','þiá3&±Ð•¸ë(6ã&¬','H¥4\0épð­™BÓÙaŠÑmÑfµß¿SU\nßéT','',0,'?'),('Î~™ÏEÉDyÃnîY3r','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_line_spacing_24px.svg',0,'ÙsGê{\Z§GÅ¼‡äÏ:ï','ÙsGê{\Z§GÅ¼‡äÏ:ï','.sÝØ7íyÜ{»–w¿Ë”êµúŒÌUw','',0,'?'),('Î’\'fo>ú2pyC3©\Z','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_phonelink_erase_24px.svg',0,'ïuF¡›Ô\0YQWŒÕt','ïuF¡›Ô\0YQWŒÕt','Ì9ðØ¢(c…RØ¸œœ¥™ÿÿ·<`~VúÚe—èw¥','',0,'?'),('ÎP|ÙÚ’ü‡žó\\Ão','wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ˆ „w^ã®³]ç·£M','•«ò°Áñ÷§ZEüOë´7(­nY›îhîË¨ƒ‡','',0,'?'),('ÎªÝê§Wð{‡0…X€','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Authentication/IAuthScheme.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y\rU`\nrtÏŸÅ KëBG','®BåÞ”Nn(Áý*´á¢Yƒ˜ ßy„‰‰7P','',0,'?'),('Î±¥Z	 ÚiÓIÈ­','wp-includes/rest-api/endpoints/class-wp-rest-application-passwords-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f±ªïBA¨ý‘ÿ‹ØY','â~¨¨ëÈ›MeH_¥Œ¸|8vŒhàa¸¿¡ÐïÜ-','',0,'?'),('ÎÄIóõ>câ²Ñmi6\0','wp-content/plugins/w3-total-cache/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','–Î%<`lNØ#`™!\"5','Åå×pöf†fá¦ýœŠ«x%ëÙ“KE$P¯>}','',0,'?'),('ÎÅ“þúúÏ”ò=Ÿº#6','wp-admin/images/post-formats32.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WY~O’ø{ð+_L‰kE;','k¾<8¤._D´ãK‹‚µßG[§5e-I(0w°áh','',0,'?'),('ÎÒþÌnoŽTþzÛ?b¤¨y','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/BlockList.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','á”i˜i*0ìPl•ÁÜ’=\r','È²Æî>ú§êCÆÙ·9óf3 n2\\iPb9^ÒÔ„','',0,'?'),('ÎÓ\"2AÉvšÎtŽÄ%˜^','wp-content/plugins/worker/src/MWP/Worker/Exception.php',0,'G!Tžñ‹ãÒ…SV¦j%…','G!Tžñ‹ãÒ…SV¦j%…','?ì9S:ZÙ_È\0¦Ìl}ôç™Õ´VÇlê\'ÅN','',0,'?'),('ÎìFGÅœíAÊû?ÍKMÖ','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/rocket2.svg',0,'|Â;ê.õèlÒw8¤}ÀþÝ','|Â;ê.õèlÒw8¤}ÀþÝ','½cÿKÑ?Xb?tF¢4O+]uf3ïa\'%&/Žòœ','',0,'?'),('Ïß,”Ÿ´@ÎÖóºQÌ','wp-content/plugins/wordfence/views/common/indeterminate-progress.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I·æ\"Ýsg½4ˆ\\(±8','´@™îýZn\"Î¾~žQÕ”ºÃ8“sãPŠ¶ž\07å3','',0,'?'),('ÏŸØgw4ïäLR¨ªW','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-post-title.svg',0,'µ×ô}NÎ»\0§Ô²>Êåí','µ×ô}NÎ»\0§Ô²>Êåí','›K©,çÚ}0f³`?ô­”ô‘U3¸1_TH°ä','',0,'?'),('Ïq>ZÁ*z¾@«UÆ(','wp-content/plugins/w3-total-cache/UsageStatistics_Plugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','žÑ5añ‚ÒÓä²ìùçý','G8¥\r†Z›¿]ìQWíÁà\\˜Ëè(©ÿús','',0,'?'),('Ï!¤ˆÓ,HÔëæBÔ3•@','wp-content/plugins/w3-total-cache/Util_Admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H6·Þ£–ùËð{)Öm„%ƒ','0M^Ãú9j,¦f˜ël40ÔÒSÌ}ò¿Už²X\0\" ','',0,'?'),('Ï-Ó+ŽeÆáÔmñu\"¶Ãx','wp-admin/css/colors/sunrise/colors.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','œíº’eñ²°‘8­°6','üœr ‘øå ¬zqËíñ*gêZüöN:Ò©®Æ','',0,'?'),('Ï3›GžKÁk[Ù;–	­=…','wp-content/plugins/worker/src/PHPSecLib/Net/SFTP.php',0,'„?ê¦*iÇÈV÷È}É»','„?ê¦*iÇÈV÷È}É»','ó‚Oâ¤ðoÐ	ÛjäÈVOÂ½±Óš³GUfÇOþ»','',0,'?'),('Ï<Ñ5#ä—£ƒxÍ†\0aâü','wp-content/plugins/ga-google-analytics/uninstall.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ê<êH†¢ÊÂ2QÎõ„ÊF','M}Q¢˜ÜIœ%Øö/9u•Ël;A¸í©hÝX','',0,'?'),('Ï=êÆºyŽæŸ«','wp-content/plugins/contact-form-7/modules/disallowed-list.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','RïÌÛÏ \r\r½&ÆÂ¤‰.','p.¦¡Æ~¤Dsj\ZÕ#.Ûéèá»Ÿ\'ŸU»¬2©','',0,'?'),('Ï=Øƒ>Àã5QøŠR÷OÙ','wp-content/themes/betheme/functions/widget-flickr.php',0,'98z+ª“%DÔ°5H]z','98z+ª“%DÔ°5H]z','D°WtL†4xkÄZ)Õÿ\0âíxÐ` 4_yaÎ','',0,'?'),('ÏCÂj7Û 6ñ‘ŒÁ]','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/MessageFormatter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÝÃþZ Á)æ¦\\Ólü','[@“ï4Ìc|QÒæû\"«õª8óC¾éÛä;ÂñÖ','',0,'?'),('ÏGÈ)/—d¢[Mé@{ž\Z','wp-content/plugins/w3-total-cache/pub/img/w3tc_cube-shadow.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}>\01‰­-¦N‘2X¸','ùóTÜ›0óŠ*Å÷mPüK“”½5-±LÏJëœ™Ç','',0,'?'),('ÏK›³XsS>ÙúÎd','wp-content/plugins/revslider/public/assets/fonts/pe-icon-7-stroke/fonts/index.php',0,'ÔŒÙ\0²é€	˜ìøB~','ÔŒÙ\0²é€	˜ìøB~','ã°ÄB˜üšûôÈ™o¹$\'®Aäd›“L¤•™xR¸U','',0,'?'),('ÏQKýÖÄQ95ŽÆ”`','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/City.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ì‹ä>ÙÊY!\\z›ÿJX','¾³B*yLË°ƒaØâu¨\"t \Z4àþÇZÛ³NkÂ¥','',0,'?'),('Ï_q ^¡Ç<à8ïÇ:è	','wp-admin/css/colors/modern/colors.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z«r¶XŠoŽ¥À©D','»HâFãøš[Å•41l9£õ û q\r‹§\'7}W/','',0,'?'),('Ïg”$•°.H qÎUP','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/umbrella.svg',0,'$¬”|¼9ÑÛõ1ŽMk¤','$¬”|¼9ÑÛõ1ŽMk¤','p	 ‹`¯yt\r)Þdÿ7ùV\ncÍøG€»‘èg¦Ð&','',0,'?'),('ÏuFóâ‘^Gú¥E+ˆ¶c','wp-admin/network/freedoms.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u¨6ë|º”tJ4¿1´','àƒâ Bë;µñ½øMÙ7©ßƒ€á[²9Ÿ</ ','',0,'?'),('Ï~F§£tÄŒgþ›rú®','wp-content/plugins/contact-form-7/includes/rest-api.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ã¼·Ã)ßÊÇš´g>gv','t»»ñE]5Æ²°Û‰°i¨C7Ä\'?òhOYD¢','',0,'?'),('Ï€tGÈ©ÈÀ‹¤D','wp-includes/js/tinymce/plugins/image/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ŠB\n€4Ø\\ªµ0ð=','Q¸vö©“SI>;4¾Ž1û%»rfï$@ÏpÔØø\\j','',0,'?'),('ÏŠ=÷ÆX®¬÷bBz\' Œ','wp-includes/js/jquery/ui/effect-explode.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ñšÆ‘™µªlŒ™Ôµ','\"ŠQ°\0_jÕˆ\'5(Ê²2&-(©öj;ˆ|]','',0,'?'),('Ïš–\"ž²‰jðy±ÔÍÝ^','wp-includes/js/dist/blob.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5Î,Xždôç)™²Öø©ÃŸ','Ý<C\\…/ï£b¸k™ÚJlyÃ=‹¼–ì[Ÿ¦Røk‘','',0,'?'),('Ïž¢ÓÚÀª<ò‚òçê?','wp-content/plugins/js_composer/assets/lib/bower/ace-builds/src-min-noconflict/mode-css.js',0,'Ñ¨=kÙ\\#Â]HJSnÕ','Ñ¨=kÙ\\#Â]HJSnÕ','VèŽOÉ…ˆl¡M%«Î“p¨mîÖðÐ×$R','',0,'?'),('Ï¤)r•ú;\"/RD5ùî0¸','wp-content/plugins/revslider/public/assets/assets/svg/toggle/ic_star_border_24px.svg',0,'Ù¯ÄùZ‹ñ^½(D1±ñ','Ù¯ÄùZ‹ñ^½(D1±ñ','»ŽijªÍÈN´Â*ã7dt5ÉÙ#ƒ+‹,\0\"‰Ýç¹','',0,'?'),('ÏªÐ¨ç_m–>Ÿ§b#¾','wp-content/plugins/w3-total-cache/pub/js/options.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@Í‡§3ó\rœhÕÎÝ7V“Æ','ùÕà­\'Q²òÅÉUÛÎ{5*ÒÖ\nþ†~úh\'Ø½o','',0,'?'),('Ï­AÅVIEä‘È\'ò‘õ','wp-content/plugins/w3-total-cache/inc/options/parts/memcached.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','·ƒúüí’Qï~½ª>µ©','iQIF÷. !ˆSe!£D¶}Ý_ðÕ	¼×Ðî¾mz\nó','',0,'?'),('Ï°³\r$âQïJ…L2‚AE','wp-content/plugins/revslider/public/assets/assets/svg/places/ic_smoking_rooms_24px.svg',0,'£JÑtè5Ç|ûLGÁˆU','£JÑtè5Ç|ûLGÁˆU','Öº6Ðs¿a[Óæ3(û]AH¯$2™5ÊðwÃßÔ0‘ˆ','',0,'?'),('ÏÂÈ­ÁHÔ¹òÜfëká','wp-includes/js/tinymce/wp-tinymce.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1_H—0¬íâUSÃá@hó','ÁšÑÛëÏ_Ø•×ÞÉNÍží½–ì1‰*ãÖÇœýö','',0,'?'),('Ï×€yKvçÓ.ù\Z±','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/namespaced.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>¹„_Ð3õÑNw°#÷','àÇ¥ãmZz*,=:\n½Ù-è3™™|£Äù!“ãß','',0,'?'),('ÏÝ™ªP(™ƒÉO\'E‘ùe','wp-includes/js/jquery/ui/effect.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!ªHŠß¥F7zˆipîi','”A Ó­EImé³ŽÄlÐ„) H ¹u¶þ­µ.ÂG@','',0,'?'),('Ïää}Â9]TvYºDâ{q','wp-content/plugins/w3-total-cache/Extension_NewRelic_Page_View_Apm.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ZžáÔÏÏ÷<‰­äÊ\0K;','›/©©+õnõ¿ýú©(+]·ïˆ;n\'Ó*KÔ•¢','',0,'?'),('Ïé‹­¡‚{^ªMU*ô_','wp-includes/js/twemoji.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Þ®£¼!žP¸Û+! xü','ŒêÃQý‹·Ó«ïõ£ƒqÒìü6uNãó—¬','',0,'?'),('ÏøÈVYýõÏ§ûßwc','wp-content/plugins/js_composer/assets/lib/vc_round_chart/vc_round_chart.min.js',0,'ç[\n= NÓÏÀ¦N§‹òæ','ç[\n= NÓÏÀ¦N§‹òæ','2\Z(§d’<yKJ1àyLó‡\"Î0¢—«4_Îâ¥','',0,'?'),('ÏùUD<RI·dxà·p','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_brightness_1_24px.svg',0,'²dóB*MvË¤Ž»Ü\"','²dóB*MvË¤Ž»Ü\"','/j¶T¥dæx˜ßt¬móg1&$FÍðbÃ7¾Ë=ú ','',0,'?'),('Ïüô\\TŸ¨@SOá|m','wp-includes/blocks/audio/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¨…;ŽêJVöŒç8áÍ+ ','º¯“Þsp*Ž›ÕÊ‚ÿÒ.j\ZÞÚbñmÂ£+K[','',0,'?'),('Ïÿ@¶÷AO=	òyA¼','wp-includes/class-wp-paused-extensions-storage.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%ÍûÊ¤¦O¥­.ÁLX','UY¬‰ìÇÞ–\\\nj6h¶…Í–¡bYnÞÜ5õÝ','',0,'?'),('Ð-¹BPÍ•ç¾5”Ïêû','wp-content/plugins/js_composer/include/templates/editors/partials/vc_settings-image-block.tpl.php',0,'ÐmzTŠœF(¦JÙj‘','ÐmzTŠœF(¦JÙj‘','+ YçD©½+ÆPJÐÆÚ·[§óx…’Þò¢c','',0,'?'),('Ð[{x74Ö®>\"×ˆû','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_voice_24px.svg',0,'™;Õ‹	µ‚i$‡ö£˜Äô','™;Õ‹	µ‚i$‡ö£˜Äô','¬XƒÄªVüÍu.Q×>¡xõ«/‚¡b{ŸçýÕŠAj','',0,'?'),('Ð¬]mÙ²§	â–­ì','wp-content/plugins/wordfence/vendor/composer/installed.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>wÐÌ©	÷Ó&J¼œ¡…)','±ð™«M×ó,¹P:”k€\nNâ2…[s\nWze]oN','',0,'?'),('ÐüêÀÚr‚fáê¡Õz','wp-content/plugins/w3-total-cache/lib/NetDNA/NetDNAPresentation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B¾B,ý6À´ŒÒ¹r†åÁ','ehY‡§´\\†‹i»¤cW|>|FÏŽd•¿&O—Zx','',0,'?'),('ÐÐÃoå­!GÎØZÞ','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_back_36px.svg',0,'B?.ž£í›þGwgÁPê','B?.ž£í›þGwgÁPê','BNˆÇƒºVŽ[öƒ»QÜ@‚J2c8B!\r8ÏæNtŽ•','',0,'?'),('Ð\Zzq8!mOÐŽ-C9Û+','wp-content/themes/betheme/style.php',0,'\'}Õ=¡…Z€Z¦6iÝ·)Y','\'}Õ=¡…Z€Z¦6iÝ·)Y','¤ç¸ý;¿a-í.Èóô^:\'¹­tˆnq¬Ô€ßê	õo','',0,'?'),('Ð\"î¥HÆk¢¨¨o~qæ','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/PrepareBodyMiddleware.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','þâdãðd€†Ñ„Â‰ýô','c%ar¦jó†˜\r¹Þ	´„h­£¦ÝK¿ÿ­\"µÞLs','',0,'?'),('Ð#\nv4åõfŠÇfE2.d','wp-content/plugins/w3-total-cache/Extension_NewRelic_GeneralPage_View.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','·DŠaLL)³/ëoï)w ','’ìKÖ2’íOÀ²TÅ#¬nžº¼äùíÈÆò!Q]æ9','',0,'?'),('Ð%#óºétÁÏò4„x','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y¨Wû0{Xån§Zÿ0','Å\0AVðŒRXˆÊÈ•Ê~Üád§^í/)…@RòÆ','',0,'?'),('Ð1õÜžT­Š\ny¡(3>Ë\Z','wp-content/plugins/w3-total-cache/Cache_File_Cleaner_Generic_HardDelete.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','æ?ä¨€+_«h‡ù `°','±Öjª“YxÄªõùö»¾*Æ×ùn±ìJOåøÜ','',0,'?'),('Ð;w‘é ðyËºb+‰:','wp-content/plugins/worker/src/Monolog/Processor/PsrLogMessageProcessor.php',0,'îÊ’)[¬å¥Èl-D‘–¥','îÊ’)[¬å¥Èl-D‘–¥','Á¡Íú‘JD¼XG2Pwu­›ÉºYŒâ»m_ÝoäÁ','',0,'?'),('Ð>6bY£¹•AUFð.','wp-includes/blocks/archives.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','§{íÄ\nP?^Øç§úu:é	','TUìãr×-{»éO9ÊPÀP[ÊsÞè\0®P÷tñ9P','',0,'?'),('Ð>›sËl›WD7õM°','wp-includes/bookmark-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}¯–üºíwš²F¶ˆ','ÊÄzóH§Õ•ÿt¨<vd“ýî“>4Lx¼ü—L¾¸n','',0,'?'),('ÐGÝ„µum_¸MÄíM¥ç‹','wp-content/plugins/js_composer/assets/fonts/vc_icons/fonts/VC-Icons.svg',0,'ýòC.àkPßÈÎ<>¡\Z','ýòC.àkPßÈÎ<>¡\Z','š,ÏYÁåç—5®¥Àž$IëCq	ù1kõÑ±î•','',0,'?'),('Ð\\%V€(ÖdƒÛ·|','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_cast_connected_24px.svg',0,'nôç9¢SöNj(‡˜1','nôç9¢SöNj(‡˜1','sIV­‰þûJ®išÞÓê¬¨AiO±n_mT’³¿','',0,'?'),('Ð_o9_qiÈÞa2Å>]Å','wp-content/plugins/worker/functions.php',0,'¬š ¢¢¢ñp×ˆµˆT','¬š ¢¢¢ñp×ˆµˆT','!Ì	gæyn;ìŸ<™AbE\ZÝæ{ßtÑ¢›ùë£','',0,'?'),('Ðv3cí˜AkaïÆŽa‹\Z','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/hand-money2.svg',0,'Y»ÍyÈóˆ\rÆèpCû','Y»ÍyÈóˆ\rÆèpCû','\r :‹t6bé¶!f†‡w\\îòÎ/œEå­Î©nS','',0,'?'),('Ðs‚´ÎèèÃÿ³&1pÇ','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_24px.svg',0,'Ô¡ãÀIñë\\7§g;;Ie','Ô¡ãÀIñë\\7§g;;Ie','öë}<1@½á“m+ü9®O’!=õ4=ªÜs®¸rˆ','',0,'?'),('Ð¢’íŽ¹‚|áŽÑäØ@','wp-includes/images/smilies/icon_arrow.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' 	ÉÿJ<ÖgþÌo9:x','¥nc²îÖx0’Ä¥ãÂát‹”N…¡ØÞ¾Y2X\0!','',0,'?'),('Ð±Îþ0üZ<XèU–\"*','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_touch_app_24px.svg',0,'û¾g†&\\,oµI0ÆUn¨','û¾g†&\\,oµI0ÆUn¨',']\\w÷úz°‰â‘_KÒ¥Í {·Í;D sÈÖd','',0,'?'),('ÐÁd/g§œI6Èx¼éëŒ>','wp-content/themes/betheme/includes/header-single-intro.php',0,'h}Æþta˜(tÂÊ\\	Pô','h}Æþta˜(tÂÊ\\	Pô','ì„;ž@žNŒÖ)¸{„Õ´ÏëWBs#,—Té…äÑf','',0,'?'),('ÐÂ*HÖêâ	@ë-VâÿK','wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Psr7/UriResolver.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','roÛÿ¼œô\\‘.(e','ù”Œž¬Þ®¿Z7T’´Í\"n]úÔ‘]šÔÊP','',0,'?'),('ÐÖ/¨?Ÿà–ÚÛUñ‡ê','wp-includes/Requests/Utility/FilteredIterator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','”Xë!Vs¤÷ éASÑ','Lq4¿Éä‘Z“´Õµ†H\0Åe7f=êçª\rÞ\nDC>OV','',0,'?'),('ÐÖ2[ñv\\)›I†ÝðQ','wp-includes/rest-api/endpoints/class-wp-rest-block-renderer-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eo1Ç Ü‡4RAŒ•¼ò','ÿ{b3P4Øš¸Rè/Àç5y¸\\d²QóõbzEýx','',0,'?'),('ÐØ^º\\¶XèPvS¬\\÷{','wp-admin/js/media-upload.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','˜9\0{‘Íys´tËàÓÏ‚','}~G7ó}ÑNóK\rÊÚ×ZúÜmÓî*FFI‹','',0,'?'),('ÐÙˆÅþ\n}Éõ§Y›^t','wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2018-11-05/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ý±rð’‘Øg&óh~Â','{†5Š‹¹]];©*/^˜‚¶zpñvb¯x®Mœ','',0,'?'),('ÐàTáü²5µº7¹D}ƒ','wp-content/plugins/w3-total-cache/extension-example/Extension_Example_Page_View.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','µÆC%¢‚fßýñKv¡U£6','Ä¤×Ït©ß=eƒô¦Ì§Í?ËlE;£p£ÿþøæìü','',0,'?'),('Ðó³»¥ú—Ë]‰i´±v','wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/BatchDelete.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Iê>í¯gÿyàëF]¨q','\nì8_ž©C\"´ž®XýbÓ]Œ¾º“Ÿ:äO1Àº–','',0,'?'),('ÐóTæ,£®XfN9[…K','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/UploadedFile.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','£k”!%GÍ8»xWð0%Š','ý.`˜’Èv¿¼¾àà5só+2Ë†ÓÄrM\\@¤','',0,'?'),('ÐôÒÏÍ,Ùáñfë×','wp-includes/rest-api/fields/class-wp-rest-comment-meta-fields.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÎZÆ¾BØ,J)Tð™cx','\0IM¯™©|%ÍcÊîtì\0ïÎ¦×àÔqù¯sáí5','',0,'?'),('Ñ\0p«ïWG±\r}^\r¶Í„L','wp-content/plugins/contact-form-7/includes/upgrade.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Nœñ[2YQäÝ£–Ô·d','1¶§÷ÂñDœvQ²5C¯†³®#¼ª±ÝBØ#','',0,'?'),('ÑZß8=ýçœ•~‰@¸ªô','wp-content/plugins/w3-total-cache/lib/Nusoap/class.nusoap_base.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ˆ+Òl{qIÈç(XÑ³d','ÞC‹nzÐ\'ŠàdÎOyÞ•<Óãè÷lÄuºŸ9’z','',0,'?'),('Ñ@àgkýÅÛ;l·µÿÎ0i','wp-content/plugins/js_composer/assets/lib/bower/skrollr/dist/skrollr.min.js',0,'­è„â[PwÏÿUí4ïj<ä','­è„â[PwÏÿUí4ïj<ä','4+püÓ{Hêc3G…:b\n¤°;€#ŽÕ’èEƒ','',0,'?'),('ÑELµàší§ç©üfb','wp-content/plugins/w3-total-cache/Cdn_Page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ë¶‡º\\\'òðÛ÷¨ÎG','›üî¨ó0»TÈKøÊC­Ðèé¶ý›è†å‹','',0,'?'),('Ñ_\\c9mLŠvéè£1‰Ñü','wp-includes/compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	÷Ü}Èasá	×ÍäÈ?w','’òK·°ãyc„TsKfsb{ýæ -	k€Xÿ§','',0,'?'),('Ñc¿›ôì¹$TÍÈ‹w?','wp-content/plugins/essential-grid/admin/includes/plugin-update.class.php',0,'½SÔövÄø¢§Ðó´¡','½SÔövÄø¢§Ðó´¡','ôÎà;Þ­Œh¦Ó£Œá<Ùà”N‡×wE—@ÿtÍXƒ','',0,'?'),('ÑmaõvMvŸKó³¥\Z','wp-content/plugins/wordfence/views/scanner/issue-wpscan_fullPathDiscl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t†žG¾îNÆÜ8±	úè6','×ÀY³‘£V)›ceW/ÿZ£µmÒ³n\'nÃ\0ÐMK~','',0,'?'),('ÑuRl£tÐÝÍÀ´\"“Ñ','wp-includes/sodium_compat/src/Core/Curve25519/Ge/Precomp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','üíû7ÖŠi[L¯9ÆH	¥','ß¹{8(ü•Ãatûÿ\0CÔn3Qí„Ú¤\n‰l?¼$yñ','',0,'?'),('Ñ|íÖµ¸ºõ_J»^¼“æP','wp-content/plugins/contact-form-7/assets/icon.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/æËÐ£!€È™ðáÝ/œ','inY…\"xgµ”e(Mü°Ç…ÃË•ïÚßØUí\n2%´','',0,'?'),('Ñ€sèŠ$P¾Ól@Iþ–#','wp-content/plugins/js_composer/include/classes/shortcodes/paginator/class-vc-pageable.php',0,'ÇáÛ‹ß\ZŽ‰9Q·9mÕ','ÇáÛ‹ß\ZŽ‰9Q·9mÕ','¼E\'î›ŽGÀIfÞdM<\0Â³È1=Ý’cÁ¼&­','',0,'?'),('Ñ‹É*­übYî´kÒ','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_web_24px.svg',0,'=>D¿¥3€–Œ˜*l^','=>D¿¥3€–Œ˜*l^','à®¥¼«MB+ÉPøé\Z‘YŸw¾ñO°¡£õYwhr¢','',0,'?'),('ÑŽ!›îÖscié27','wp-content/plugins/w3-total-cache/UserExperience_Page_View.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¬9óXîmÉÆ¬+Ÿ#©_ð','«µ‘k!eÄoF²n½Õó¹Ñ¦èP˜ÊXA	å','',0,'?'),('Ñ°Í«Hn6Òz¿K\"H','wp-content/plugins/duplicate-post/vendor/composer/autoload_psr4.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ý:\0ðÑ>²—íØÇ}LQ\0','ÀïÃ_U\0]q=Õ‰Š®f\\¿/ 	@d¡Ì\r¨+vÜ*(','',0,'?'),('ÑN¾Úº¦šß\'GÍç…','wp-content/plugins/js_composer/assets/lib/bower/font-awesome/webfonts/fa-regular-400.svg',0,'Þè‚¸î>×ÜÜ¯8—p','Þè‚¸î>×ÜÜ¯8—p','ÒŠtÑÃ>Üõ\\Ó¡v‰Ÿ\n?hànejÔ]«ÌNÑÊh','',0,'?'),('Ñ•l|,:R¦•8¶Ès(H','wp-content/plugins/js_composer/include/autoload/vc-image-filters.php',0,'`¼¯leµO„»Ã¤÷»°Û','`¼¯leµO„»Ã¤÷»°Û','ÓãdbO6³½\rÛÙÊEw¦µ§¡Qy*¹_5¦','',0,'?'),('ÑŸ‰È©÷‚ö§€m2ü‚','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/presentation02.svg',0,'€,kòÂTnÂgñUdjíW','€,kòÂTnÂgñUdjíW','VŽÈCÿH°fR¼ÍÝð&7&~páwŠªH´‘¤>Y','',0,'?'),('Ñ ¼¡Ü±³´UfO“)	´0','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_wallpaper_24px.svg',0,'ÅÀöÏÇ¸N¡<œ\rI}6ª´','ÅÀöÏÇ¸N¡<œ\rI}6ª´','ï¤#×«NjË‡l«î¼?[„ß­¡ ñÄ:ClþósÀ','',0,'?'),('Ñ®Ö8fÝv¯§u©L,','wp-content/plugins/wordfence/modules/login-security/js/admin.1607007971.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',Q5´\Zì¬ê*yy!Ïs','†¡J¬”¶\"qUKäa¦é\'1Î_N°XG€`æ§W>','',0,'?'),('Ñ±T–ÄEPÊŠ;ËÂÏáS','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Sns/Exception/InvalidSnsMessageException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','è^¡¦š!+UblÀçN','Kðm{õ‰­ÉÂ\ZL™éÚp-GbMÌE3Ý\"!RØ','',0,'?'),('Ñ½âdÜ&º”=Oè€v¢Ö','wp-content/plugins/ga-google-analytics/img/250x250-ses-pro.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?È˜àm\"2D\\PÝ|','M(@!™ØZ1µÏ\"Ôš£n:Æ²ïpûÒ½êˆö2','',0,'?'),('Ñ¾ lY@ídîünXo;','wp-content/plugins/w3-total-cache/lib/Google/Utils.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7<yqM*¼¥A‹%ùBMâ','9\r“ÍC”ÀåCz¾4@vË¬îNvHâ¥¤ˆÿ˜','',0,'?'),('ÑÉÓ<lVÕ±OªµÙÉ‰ª–','wp-content/plugins/testimonials-showcase/resources/colorbox/jquery.colorbox-min.js',0,',8î>=ÂíÒËÏú',',8î>=ÂíÒËÏú','|^Ü‹¼üV]î=ØA>0ö|J•@*+‘¯ƒËu¦Ò0','',0,'?'),('ÑÎÕ‰ð·½D\\\Zã°Gqâ','wp-content/plugins/w3-total-cache/PgCache_Plugin_Admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',Ñ,¾­ƒn1¬º†°78”','€f‚C[‘§4¦k–ŽçUÀNñó›|òîí}Qˆ\nðPdz','',0,'?'),('Ñò†¾Ô_§V#ðªþ­æBt','wp-content/wflogs/config-transient.php',0,'2£E4/Ük—xoOúÃªÏ','2£E4/Ük—xoOúÃªÏ','1¼jkO¦äâîgf&(°	W\\Q¥gàÀöÙÙ%Ö','',0,'?'),('ÒJh|±”0çƒ`Zp˜E','wp-admin/user-edit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zÿ?Õâ9óÀÅ«hñŠÔp','*h²jüò9k@wu\"Fü€¸š\Z¤·î¢HŸÏ}/€_','',0,'?'),('Òã\nÁt5¸:>õ\r','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/character08.svg',0,'(æÛ­sç…Ôå„UÖ7B¢','(æÛ­sç…Ôå„UÖ7B¢','QuohØRW¯Ó4LÌÐºB¨`ô¡u°ûBÆˆÆ.U','',0,'?'),('Ò³ÑZÿºŒs á¶És','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_drop_down_circle_24px.svg',0,'Þ¶Þã\\‘¶‚Î7b','Þ¶Þã\\‘¶‚Î7b','Bktà¬`g_ÊýTÈŒ¨uñËAPø:õÍ™^Ö@d','',0,'?'),('Ò\ZäáÙ¤ÈÒ3[Ñ>c','wp-content/plugins/w3-total-cache/ObjectCache_WpObjectCache_Regular.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=Ó	HRþ›7õÍ¼?»‹','ã½fYL¥	•ßZ/JCé!~cÆC£DÐ­1ž¶','',0,'?'),('Ò7µ[*w¢J\nnˆ¬º>','wp-includes/js/dist/redux-routine.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','äAh`L¾ÒóÐw9C','µRKÊ™Í•JoFAHÜéïž8ÌZf³³úk,','',0,'?'),('Ò?Z©è‹5»ìðÔ_ëgTé','wp-content/plugins/worker/src/Monolog/Psr/LogLevel.php',0,'ÚÛ\n|ŠHi·ÑB¢ùW','ÚÛ\n|ŠHi·ÑB¢ùW','—wÝ³ƒnbñœìW6§T/Ë‘:s>A[Ã’Ý7r','',0,'?'),('Ò@!â‡yw!¬³\\•æ','wp-content/plugins/w3-total-cache/Cdnfsd_MaxCdn_Engine.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ôqò´ÊLÃä,›Ävƒ','a‹ZôIÛ€‚\',›>rþäÙú%Â¦öðSùlzõÒ','',0,'?'),('ÒAã–ä‡³§Á:`7\"m@','wp-content/plugins/w3-total-cache/lib/Google/Service/Resource.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','˜{5¥Uïq+„MË`©ã',';‡2ß\\v†y»ôtIrt­÷&£u|pÆƒR$','',0,'?'),('ÒT“Eå?„Í×jzþÊ','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_refresh_36px.svg',0,'ŸÃáä£z–Ù¤*g‡bü','ŸÃáä£z–Ù¤*g‡bü','#ûONÝ4OG°,Í\0Û¢Q,4“_5óê˜kË[­P‹)','',0,'?'),('ÒZtY:¸ä™¯Ì¹5­|•T','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/RestProxy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ˆæGõû\n¢WÏ iŸßW•Â',':?AUð\ZŸlÁw»;nOœ~‘¹´ŸO‘]¿«Lqå','',0,'?'),('Ò_\Zj†®\rª\"þã&ÿÝ','wp-content/plugins/duplicate-post/src/class-post-republisher.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n‚´#¦aàœ/åvúÛ®Ð','Nèç¨[žÙ\r¬óøsÝŒt¨r`•gHh°b}','',0,'?'),('Òn,2öÝýGÈ_n<-§^','wp-content/plugins/w3-total-cache/Cdnfsd_StackPath_Popup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','öjÔýà•E…æU¢ý','·$Iþî€éùq$.(9 Ù$¼“\Z\0ê´Dg-®¹2—','',0,'?'),('Ònµ‘†à’‚F37Lß¡Á','wp-content/plugins/js_composer/include/autoload/vendors/gravity_forms.php',0,'[z\n0êŠÑ…_ëš¸ëý','[z\n0êŠÑ…_ëš¸ëý','èŠÂÉ‰ªTïÈNíˆCÙí·‡¨ˆ÷?3Âæ','',0,'?'),('ÒyƒúNþÓŠxÛÍ3Ì+‚','wp-content/plugins/revslider/admin/views/builder-slider-forms.php',0,'•±UÁ—Š¨€¦¢ÝrŽ','•±UÁ—Š¨€¦¢ÝrŽ','±E¶9AØh^\0z\ZJSÄ¤ŽÛ3÷Ä)…°0•\0¿','',0,'?'),('ÒŽï©ÐôÏ‹‹ºÆsØÂvH','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/StorageServiceSettings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_¿ÀB	âeËJ¦÷Tðq','µ–˜u˜.>\0Õ°:qM)ê1ZŸuž-g²íÞ¾','',0,'?'),('Ò“ÃYz$¸éÓ	ÇÈ\Z+','wp-content/plugins/js_composer/include/autoload/bc-access-rules-4.8.php',0,'è³øtE(K\"Öœ:Š','è³øtE(K\"Öœ:Š','ô\"”ed<d¢Èm!š8‰RE—›øÑ×e¹“vßûºC','',0,'?'),('Ò–6ŠÐòMÖ¦¶®5wHÌ','wp-content/plugins/wordfence/views/options/option-text.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}ÖàÿKËmƒw¶K5 IO','—”+d™nÜÝ\\Ä/M+{x/(h\ZÛÞ-z%œ1rÇ','',0,'?'),('Òž³åúìÇŸö	KsÍ×Ð','wp-includes/images/icon-pointer-flag-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','©åá¦2ñ³¹bäÄ&ÕZÌr','4ö”BÈ¥Äª\'x+cÒh¹Ò VnŸ5®IÚ>ƒjÞË','',0,'?'),('Ò¦¾Ó9Æöw€ÇV›y„','wp-content/plugins/w3-total-cache/Extension_Swarmify_Core.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}«ŒÙ¦{ï‡‹œ¸T‡:','TTƒ;¢¤«ˆÞß[OÖ%%ª-1a\nú­^k[','',0,'?'),('Òª*ãÔHšª¨\n;t²û','wp-admin/includes/ajax-actions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Oú3Þ;8MÂµb¦Û@','\"û5ŸÐy7Ì_‡;»¶É	6[úð<#qM=ê[É®—','',0,'?'),('Ò«‘Âëþ\'ZÓ8¾B}7:','wp-content/themes/betheme/functions/widget-recent-posts.php',0,'¢ÁˆÃ±/•òûê!D|J3','¢ÁˆÃ±/•òûê!D|J3','û„¬\nˆÃd‚oßAÃZä±­«Ÿñ#0ÙÆ^ré„J¬','',0,'?'),('Ò­Á‚vQ;+™FÎŸÓ «A','wp-content/themes/betheme/muffin-options/fonts.php',0,'•O8§ªŒ\",\\ÄÎÖ','•O8§ªŒ\",\\ÄÎÖ','©ú&@\0¦<	5§ô­õ©òÞIô]¨Žƒ˜cu@ÛmO','',0,'?'),('Ò­ó_VlKøg°!p†1','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/rules.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¤¦µâržÃ xÂ{Xå‚','Ô•Y2R§Òa=‘RÛÂ{$Î¥5Ž~	8ôÀ+i’vöœ€','',0,'?'),('Ò¯‹eÔ¤Ê‚¸†+f','wp-content/plugins/js_composer/assets/lib/vc_accordion/vc-accordion.min.js',0,'@³‡ç\'¤Zü®ÞžÍÃãIÑ','@³‡ç\'¤Zü®ÞžÍÃãIÑ','è9¡½ñ¶È·o¥C±È»g_†…>ƒ›Ñ°9ã','',0,'?'),('Ò¯´3V£½—_ÚNë‘µ','wp-content/plugins/w3-total-cache/Cdnfsd_CloudFront_Popup_View_Distribution.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¼…(‘y•8jÔmóiCðÍà','ÜV2š«³F#“ÃðØã0ÏMòÃ@–ÈŽÜ_','',0,'?'),('Ò²E5|ÒÑµ‰C‚dé—¼','wp-admin/options-reading.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','á²Tÿ\"Hõ$V÷ëÁîjº–','ÆŽÍ±Õe\Z¨ˆÁ…²NÎhÔŠ_˜÷.ó½ï¼êA','',0,'?'),('Ò¹)EGÚT¥ÀìÍøh>È','wp-content/plugins/js_composer/include/templates/shortcodes/vc_button2.php',0,'CX6i¯¦%Õ†ñ	-¼P','CX6i¯¦%Õ†ñ	-¼P','SÊ‹…PK×]N	UµøÉf±^Ã²?ÏÖyDÆ0Šy›¹','',0,'?'),('ÒÀÂH)ìŒ9å¥V+','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chemistry.svg',0,'È„ýøä¶Í*y©†äeél','È„ýøä¶Í*y©†äeél','ûäUš§c^‚á9ä@ºËŒ;v‹:›O8·|©D”±ˆ','',0,'?'),('ÒÇC2$tÚÎ}2-„¤','wp-content/plugins/w3-total-cache/UsageStatistics_Page_View_NoDebugMode.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','€MŒÕ @xXŠÅY~/{èƒ','œ‘ºA=ŽšFm‹ÒºfmØ•íÌÚ.Öö\'S)¤|ö','',0,'?'),('ÒÓÅ;ÝùÓ7Bš+‰Í:â','wp-content/plugins/w3-total-cache/Cdn_StackPath2_Widget_View_Authorized.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‚•Óæ¢Z½Ð]FŽù!','¾Etbè`Æ@}J(‰·ù+Mîd;©­p9}ÞF÷²Þ','',0,'?'),('ÒÕLt593–u^˜ëä)ÙÔ','wp-admin/images/comment-grey-bubble-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','TYÓÅ2¶s,\rõmƒ¿','D‰ÅÀx­ŒT-¡¡æÜþw…ÃN„	 ¾PŒ{¦‚','',0,'?'),('ÒÜKg3™sU-Ò8ÑBó','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_dns_24px.svg',0,'2ª£¼P yØ‘P=Zâ','2ª£¼P yØ‘P=Zâ','´¥œ©F‹ÑRNgoÈú‹_Ø?›ÛOü“Cwl0','',0,'?'),('ÒñÛG~’,!zæ8öÔá¾','wp-content/themes/betheme/woocommerce/single-product/up-sells.php',0,'Ëpµ~ý¡·\'t»ÊÚ^CÎ\r','Ëpµ~ý¡·\'t»ÊÚ^CÎ\r','ÒŠÐ¥_E×à4ëï§R¢~ãÙÈð€_f¥É™‘U®Ï','',0,'?'),('Ówƒ]cIýw‚éÈ°ØH','wp-includes/js/dist/vendor/wp-polyfill-fetch.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','÷¾Ìè›»Ì0žÕ¥þJ9Â','VñjÝˆÁ‡o®ÙÈŸ{\'7¾ÃšØ¹•ÃÈÒ²','',0,'?'),('ÓE#lðÂLþæ_&Üª³Âï','wp-admin/images/arrows.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Úv’$ð>ˆÑßÙ>¿Y','’YW‰š(†ðN3–2U;ÕâÆÎÑ<.iDd!ÄÑ','',0,'?'),('ÓG&¤ã&Õ\\|èŠ×~?±','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_charging_full_24px.svg',0,'‰Âèà=ÂnV~tMŒ€','‰Âèà=ÂnV~tMŒ€','1Î°ØQƒTÅ«(úÙ‰»ø#Ãõ>~÷}öWwL’q','',0,'?'),('ÓH Š%9ÝÞÕl¶Ô…”E','wp-content/plugins/wordfence/views/scanner/issue-skippedPaths.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R˜OÉI§œŠ¼ÿIÔ¥{','9YZöA}7â=ÖÜ: \'FoþGô\'ÇR²É¹ñ_-','',0,'?'),('ÓMã#-ß¿Ö&éY„}','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_sim_card_alert_24px.svg',0,'ç0N¬\r\'0M8†«ì‚~´W','ç0N¬\r\'0M8†«ì‚~´W','Àñ \nŸ1êk÷%„¤¹fE¶%P	g©–Öû‡zxÚ¹','',0,'?'),('ÓO¶,ž.æ·Ž\n?äÐiY¯','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/outgoing.svg',0,'þ¯>_©b7„í3Ù','þ¯>_©b7„í3Ù','tÈŽ*`J®·èJÿ®ÒÖ•k•¥¦Gµ s#gÔ‹×','',0,'?'),('ÓU÷€nÐ/|r@Úªò×Á','wp-content/wflogs/config.php',0,'Mð<,=À‹ïV\0ý¥6Å\n','Mð<,=À‹ïV\0ý¥6Å\n','Iˆ¸s/&´ŽØâN2Y`6´iÀ¤´Ëí©;îNý9','',0,'?'),('Óa5»ó2ºyŸÆ–çQy³','wp-content/plugins/contact-form-7/modules/constant-contact.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\}Q¼ETð•5pdœÎ¢ç¾','=Z+$†gÍ,“}Ÿ=€þ!2ÆƒŸä¼.èøŒ€','',0,'?'),('ÓgÀR…œ°H²ÄÎÝFÛ,','wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/s3/2006-03-01/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K ®(¶:f°%˜p9¢.','ýÎ	æ¤­-+5­®·y-ÍÁrv\"©‚U-Ô¡˜ÇÞ›U','',0,'?'),('ÓiþbWx›o4Ãj¾?À','wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-advanced-custom-fields.php',0,'¥©ê\'d:jS','¥©ê\'d:jS','	R¸‘U¦ì’n3¯Ã¨ ×3(]GqX“¾','',0,'?'),('Ójs¤žw2ùìp®ýqS','wp-content/plugins/wordfence/lib/wfIssues.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','·G­î™AŠÖaï¶<¹Î¬','Õø9ti?L\rñÍãEÀø-,¼*öŠò<Ša\\=†iña','',0,'?'),('Ók¾ûØ]œºlK†VI¾$','wp-content/plugins/js_composer/include/classes/shortcodes/vc-tour.php',0,'.òf¸âFéæ¢+ÊU/»—','.òf¸âFéæ¢+ÊU/»—','¤‡(ŸÙ†a<Søˆpq¡ºx¹azŠ˜i†g','',0,'?'),('Ós}ÔùÇ¶ê)ÓTÐV¯Ï','wp-includes/blocks/nextpage/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','åW¶¼«7Q°­)*ÄÈû','4ä_¯ð¨‚ç0ùæ2-ÔÅòamj^—B·ÏY¡å‚','',0,'?'),('Ó{Ú­d3TúXy½‘ñÐ7;','wp-includes/css/admin-bar-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mkB6BR|êèbÇ1½(','»ÄUý•‡J‡àœn½P\'è½=vIßí\\fº{ãp','',0,'?'),('Ó}³ïªe¨éCÓË!Ž*','wp-includes/js/codemirror/codemirror.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','òÒ	üf‚‚hˆ;f¯qì','¨uŽ*ÃQß6öÆ„ÛdªvdÈ‡_¹û“\0·Ôû¢´™','',0,'?'),('Ó€ûhÞMš¨„áñ¼\Z','wp-content/plugins/wordfence/css/iptraf.1607007971.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ðeºbf.„Â\nÝV[ÝxPh','JŠ‹-@ ]á-Ðò‡	ÔcqÛúåWQ$8«','',0,'?'),('ÓCÕÕ®ˆß+9Q½ˆÜ—','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_insert_photo_24px.svg',0,'°–ðÚvËÍ¦F1ƒÇ8?','°–ðÚvËÍ¦F1ƒÇ8?','É§bN½=Í,Ëgê8rö	(M«¢XjOåAã`sÀ','',0,'?'),('Ó’¨i:³—uRÏ–¿','wp-content/plugins/w3-total-cache/Cdn_Highwinds_Api.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3—ÚÐ ¯W—.¶‰  2™ì','‡‰‚NB<Zò{V¯Ö%«ö•pÖä7	=g›µ#„ü','',0,'?'),('Ó•Ëý–Â\n§®tÊ0','wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmSU5fBBc-AMP6lQ.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mpGÌÑ×aBþšNX>œó(','%Á-*Î¨6FžÈiº\rWÏ¹‰M×½¬WI±…†:výD','',0,'?'),('Óž´bÞ=Ö¾ì—1mëw','wp-content/plugins/w3-total-cache/Mobile_UserAgent.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ï|èà;ÆZÝ§Ôð¤ÓŽÚ','Žô¯£»›uWRÍegÙÛ,”Æðô“×Å~„ýèÿ·§','',0,'?'),('ÓŸîñÇmy¬+\nfé:','wp-includes/js/wp-api.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Á„(@“9<ðõDDCü','/-ÀsÂ<†`•SÅ—zÿm Ø|JnóKvãŽn5‘_)','',0,'?'),('Ó«æÆRìÊ>jæI1','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_space_bar_24px.svg',0,'áb?ˆÄ¾\rÈ°Â’o','áb?ˆÄ¾\rÈ°Â’o','K6wƒX~ê½)i¶sêÔŠÑ~¹QÎÖª/%Ú‘º','',0,'?'),('Ó¼ŒWÃ{ßiñ¤Mb£XÛ;','wp-content/plugins/worker/src/Symfony/Filesystem/Exception/IOExceptionInterface.php',0,'c%Ú­4|J*æv¼-þ¡±','c%Ú­4|J*æv¼-þ¡±','9\"Ü;ëk§óN³¦j¦u:%”¯ÃE“{jâv','',0,'?'),('ÓÂÇýÜBv¦gqMÜ‘h','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_boat_24px.svg',0,'¦,|¡ Ev• Ê¬ì¾ ','¦,|¡ Ev• Ê¬ì¾ ','Mîkeˆ&»•eÐ©ÀõuyÅ©,ˆÒúÎF§›øåÕ','',0,'?'),('ÓÖœŸbÃËaçéu†ï','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/ListContainersResult.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_k	: ª@ú›™‹U#2','Ôè²Mhê‡?ÐaËZ·Z0îðyõÂxxÎûxXŒm<{F','',0,'?'),('Ó×;ÏL•Œü\n_(}0­Ùô','wp-content/plugins/worker/src/MWP/Stream/LazyFile.php',0,'0Ú7²·r\r))¡\n\r\ZØ|ï','0Ú7²·r\r))¡\n\r\ZØ|ï','0)W(F 6^óì[rUQ˜¢j°;°˜RÌ¼MSÁ%','',0,'?'),('ÓóÁI7ß‡SÑ2‘&°Žˆ','wp-admin/erase-personal-data.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÈJêrB¿6‡ÖÎ­g«™Œ','Zø»•®”øøoIîAQÊ·šÏ<rÇCÇ”<ù9ÍBi','',0,'?'),('Óùà9¬¦¬2…b6ñeµ','wp-content/plugins/worker/src/Monolog/Handler/LegacyGelfHandler.php',0,'cOnf¾Å*ê¼¯¹h	','cOnf¾Å*ê¼¯¹h	','Ùg>j}¿ƒVì«â¨ïÏZ¶B†çîû¿Oîàvc¡Xs','',0,'?'),('Ô\0‡½Dd4¨ïîÀBõ`','wp-content/plugins/js_composer/include/params/el_id/el_id.php',0,':ãT~äù>©Ç7ü d',':ãT~äù>©Ç7ü d','’‘Øß	§Æ¨ƒ‚=3\'¡*›Šøªªa	ß!}—é','',0,'?'),('Ô99=E‡)~8úÝW<Ú','wp-content/themes/betheme/js/scripts.js',0,'Û³Ap¥5P\Zô>o°™ë','Û³Ap¥5P\Zô>o°™ë','²A•½UJ¨õH7.DÏI¿9œéˆ¯%_<Ý$,¶$Ív','',0,'?'),('ÔèòÿåÍ0*îWÇÔ','wp-content/plugins/index.php',0,'gD,Vë§=\\ÆbP','gD,Vë§=\\ÆbP','k‰À—~	¶½UH\Z¥ÖxƒPêÛAÌ„¢ú<¡ž;X¨','',0,'?'),('Ô²pŽ^Ò2õ{É¶*','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/cloud-down.svg',0,'Kó]pªø!±™âs«]','Kó]pªø!±™âs«]','mŒ\rÜZ\Zg¹¼Èg––¦Œ	¢³\0çjj›Ly','',0,'?'),('Ôè®ÜY¸ÃjeþjËW','wp-content/plugins/w3-total-cache/inc/options/dashboard.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','™´¨zÜX²ý%Ã¸‡\0','3c×ö¿«fú¼à¹­:Ç“×\'Ñ,+Û©-»,\0)iJ','',0,'?'),('ÔdêœBqoÝ|ðõÛ','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_graphic_eq_24px.svg',0,'^H®}TÇšeåÙ	ï‹ý+','^H®}TÇšeåÙ	ï‹ý+','Ÿ„*ÅøŠUŠ½ÖY-õèÜÜ}9Þ³\r¾©„MÊC~æ','',0,'?'),('Ô\"Aú!Öÿ}x¹ù¨T2K','wp-content/plugins/worker/src/MWP/Configuration/Service.php',0,'ñŠ\ZzYh_öY)ÞtË','ñŠ\ZzYh_öY)ÞtË','ÎäHGà\r¼}Ã¬)ý¡N2P/q_S˜\0)TˆlF','',0,'?'),('Ô*¬i\rëM½Ò4BÞ[v','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_bookmark_border_24px.svg',0,'ìB#ªR¢%B·éÓa§š','ìB#ªR¢%B·éÓa§š','&D\rD‹b„^ÔK\n¹ºZ{0éB`0Å\0é#»¬š…','',0,'?'),('Ô3]½íûþ\nµ\r•[Õ“x','wp-content/themes/betheme/functions/importer/wordpress-importer.php',0,'=é?kÁ]@ÀÍ¦L6çêÕÐ','=é?kÁ]@ÀÍ¦L6çêÕÐ','Á«My½	^c;÷ˆÙÌcæIXí®´Û§¯¾6Ä‰','',0,'?'),('Ô5»Øvª%dùoúZõ7L‡','wp-content/plugins/js_composer/include/classes/shortcodes/vc-pie.php',0,'sÚt&| @L±ká¨œ','sÚt&| @L±ká¨œ','üæîÇå	aÑŸ˜¦ÿ˜²ó‘S0\n,ýÚ†‹•Sâ=h','',0,'?'),('ÔK’¢˜4ƒ	\rŒ«aü!','wp-content/plugins/w3-total-cache/Generic_Plugin_Admin_View_Faq.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ì\n3ñƒ¥‚†ëÂ{K¤C','‡=KA†Ä&Ž‚-Õyã#ÓóEAûÅ0Šo/','',0,'?'),('ÔPÛ÷Î¿æâJ\"TÛ³!Ò¥','wp-content/plugins/w3-total-cache/lib/Aws/Aws/signer/signerClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','²ˆ5ï\\¸‡J7ƒÇÀÅ¹\"à','5YÚW«i/F£‚p)Ùº…Ó6ä3-}OÞáQÈ','',0,'?'),('ÔW×3t7Ë‚XîÓam›ÒÛ','wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/grids/vc_media_grid.js',0,'Ñ>ƒ5N;a-T—½‹','Ñ>ƒ5N;a-T—½‹','™X@—¦š?h9”Ta—û².ªTáÍ4*´o|X','',0,'?'),('Ô].õooðÈ¦M-n	‡','wp-admin/images/align-none-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','øXC™)[×°›-º4½','³ß§&QQ½p\"~Û\Z8S×Šš‰ïÍöYÞåëÅS`','',0,'?'),('Ô]å>ôl‡pš½±²ô}<ø','wp-content/plugins/w3-total-cache/inc/options/enterprise/dbcluster-config.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÎV¥\"2Ìä¦ÒœÏ4¬¹ì','pÌ)ž«(ßýW¼ÖßßEYÑ;ÌlÍ´[Ð¾?]ré','',0,'?'),('Ôeé¯Ž!3%p€‹õ¢·u','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_cancel_36px.svg',0,'4±TvœÆËWä÷4«Œ»','4±TvœÆËWä÷4«Œ»',' X¾“K#­ ›ðfÀü¹ª°É O|[Ž°—\nÉ','',0,'?'),('Ô˜krÃ\\‘>SÄ“','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_gesture_24px.svg',0,'û>šàÖ È\0ÔHngxD','û>šàÖ È\0ÔHngxD','ÁýðY—Å²ï*°çÄˆuõcªõúöGÒa­rið','',0,'?'),('Ô›÷aùÚýšáÁtr­‡','wp-includes/blocks/video/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','â	X’±íCàÛ~ÆðAÔA','ßzÏp täd?Üvï1\"ô¨íCì9FEÙà^ø','',0,'?'),('Ô¥À‚øÑóþ-S<ª`4‰','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart-board.svg',0,'º(ø’è;g¢ØB×]h«','º(ø’è;g¢ØB×]h«','a+pgúRÁ›ÿ	Ç…_°z‹þn½—™*ÿn¢¥9Äe=','',0,'?'),('Ô§b\\)zqèáäü\"?ÿP','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/hat.svg',0,'PÝðFÛ5=#DäP\\Î','PÝðFÛ5=#DäP\\Î','Ý ôlÓ³Ê¬L;g¯äý°Óç?š¡\nŒéâù ','',0,'?'),('Ôª÷†€ðÄIøtððTð{','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/emblem.svg',0,'h¿¬Å%V+\'€L÷5','h¿¬Å%V+\'€L÷5','À§Ò)\0·8áü¸çþ!PEÊ$lX;ˆöâåzD)³3Ñ','',0,'?'),('Ô°QÍ\"KŠã¬u¥\nä','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/egg.svg',0,'¼{	Ã‚<]Rcÿà\'÷Kô','¼{	Ã‚<]Rcÿà\'÷Kô','…?µ\0—¯BÎ“ÔP CmØøÉxÓ¢–\n†sÇHGJ','',0,'?'),('ÔÈ†pŸþÑ]4ÌÐLñÄq¦','wp-includes/css/admin-bar.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*…®\0AñàëIÔ§wHçš','«3b<«\ZYM~¸åáï|<wgíÑ,ÂG!é…|:ÿé+','',0,'?');
INSERT INTO `wp3l_wffilemods` VALUES ('ÔÈ¸¤;øqÉŒ§ù>ÈðF','wp-content/plugins/duplicate-post/compat/duplicate-post-gutenberg.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','üš	&´à÷®“sx;l\r-','VÜ\"(W(SŸÓí½·HxR“l€¼zûueyÞ	','',0,'?'),('ÔÊpÿýS•š`ß]T]DÈ','wp-includes/css/dashicons.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',Jð»ß/¶ÄnçRä»~é','qÔ¡Ðú¸c«ÇqÓl5/Ý3$ËTœGWé','',0,'?'),('ÔËÝ˜@þ?Ú®DïáÐÃy','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_bluetooth_searching_24px.svg',0,'c\r;¶IÌŒ­¹_ó‚á','c\r;¶IÌŒ­¹_ó‚á','>TV\nC~8™LOÉÙÐY‰vKË¶žDe»¬\'‰%','',0,'?'),('ÔÌ†lÒ˜Ü\\ç4â,C-“m','wp-includes/css/dist/block-library/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Æªé3Xzh¶Ò|BO~a','—KÇëTÎ¿zÄÎ‰:BP€Édøc3ó‹ç0ž#½Ëí','',0,'?'),('Ôýä»$¥Xéhª+Ê}Ø','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/bomb.svg',0,'­l’îS{Êë©*xôö$Þä','­l’îS{Êë©*xôö$Þä','oS~·øEïQg{LwôÑkvnˆÂ¿Øjæ8','',0,'?'),('ÔþÌ“a¿½QM*#zÒD“','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_tablet_24px.svg',0,'ÉN×\\×¯p9@rë]þ{œ','ÉN×\\×¯p9@rë]þ{œ','2lÆ/¹m@ñÙ‹–áI×x^+ýBF‰Ö|Ê%ª2‚','',0,'?'),('Õ÷¢/—q‡RRÊ|¹¡ê','wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÊRõŒ!z@;ãVeöáÕ','ž#ëó²l“#ÃûÐº;”	KAH9QÆ@‡	«ÛËÇB~ø','',0,'?'),('ÕësÆçlìk\\lZ','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_wb_auto_24px.svg',0,'‘zÖ\n¥.]YvPãÙ27','‘zÖ\n¥.]YvPãÙ27','\"v‘™Ò=;®B‹\0¡çP`ÊÀ	ë’{pâ[LÙb','',0,'?'),('ÕXéð¯—$„a²ÔBÈÒ^','wp-admin/js/user-suggest.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÑÌ¢ÑáìÄVN3šÚöÃ','cm[Tl5«©¶¨Qy;’ˆw0ÿÌN!<ð/èº¬Œ','',0,'?'),('Õ#’•é¦`SCä:ÞB°','wp-content/plugins/testimonials-showcase/resources/colorbox/i18n/jquery.colorbox-fa.js',0,'zžvà³Û€gà­¨ÈòË','zžvà³Û€gà­¨ÈòË','ÇC9à×C0ìe(e×w½PQ®ªP—úÇ3÷.^Û.b«','',0,'?'),('Õ<ËAÅ¹‘ô\0Œ»5¨ýÛà','wp-content/plugins/js_composer/include/classes/shortcodes/vc-round-chart.php',0,'™WÇF$¸%Žc7ßÀ-›','™WÇF$¸%Žc7ßÀ-›','¡væŸícàG\n‹Û §ˆ–5…o¬çy#ùLuæ %','',0,'?'),('ÕBImSÀÔ96ß7’†ðX','wp-content/plugins/wordfence/crypto/vendor/composer/ClassLoader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','’þy±GÖMú!ex9ÉÙ','Å!ZgbZå˜ô“¯FZ¢›Ñzƒšãï|±YEÍ	ŒªÀ','',0,'?'),('Õ`è<6VÞ¾	€Áþ9{Ê','wp-content/plugins/revslider/public/assets/fonts/revicons/revicons.svg',0,'B¢TÚ µž}¬9çŒO¿','B¢TÚ µž}¬9çŒO¿','—‘ÝÄ,:4‰^a˜øÎ{rrC‘\":Á9\"Ûn‘*Ñ','',0,'?'),('Õbª]zL†5|;”íA5','wp-content/plugins/revslider/includes/wpml.class.php',0,'÷áÈ^³Ã<P7˜˜*Ûm=','÷áÈ^³Ã<P7˜˜*Ûm=','ó·ÛgaVÂ‘Ú`*v{>Ê]´£wáJKj!Á§®B×F','',0,'?'),('ÕgÖ¿þ€mœã‹£‹ÙI','wp-includes/js/dist/data.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H“µlìÞ·UGk^·œ ‰P','Û|^(F¤ý*mL\rH-ÇÖ¯±¨`\"õ¤½ÓQ$Nïg','',0,'?'),('ÕpïsZZ…#÷N7—óe','wp-includes/css/dist/block-editor/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¨[\0+L‘””N*…td','°‰ì&|ù&íF\'öa+¯H³ÆP(0ýr¿¢:âýJ&','',0,'?'),('Õsmáoo\rÆXxbb0ï','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_add_to_queue_24px.svg',0,'Á®2E´jgXF›zòðo','Á®2E´jgXF›zòðo','ââUú‘õH»p‡3¿ÀØ¹Èò­a°ãÐ»‚í','',0,'?'),('ÕuG#ü)¹|Ã^´¬¸6','wp-includes/Requests/Exception/HTTP/511.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','unšN<KwøÐ›¹‘Ñ@','úóIø¨}7+Æ•¤A÷Üàlæ¬¿B÷õtÛ\'s÷ðt','',0,'?'),('Õ—£ÿF+‚8à™f¥f','wp-content/themes/betheme/woocommerce/loop/pagination.php',0,'ñ/Á•ô‚ì-ÙE´é„','ñ/Á•ô‚ì-ÙE´é„','±Cæ’AVØGßŽ”j­ã0R;>û‡§š»d®n}¢Ì','',0,'?'),('ÕÁIØÈœ¤ùÅJ°þ7','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/FilterableService.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Â\'~‰ÊìàÙ\\ÉÏ´Ë›Š','ÈcˆÍšÜU§/?.ÍL=Žl]6’\rì*]x<ßç¥3','',0,'?'),('ÕÈêÝŒ4¾1Âü“’Ñ“','wp-content/plugins/js_composer/include/params/animation_style/animation_style.php',0,'<ŠE¨Ek5èíéº<ìûï','<ŠE¨Ek5èíéº<ìûï','Ì-†þ=—–Œƒ«hãÿk²åIÙ½Êú²²ÂT\"½.V','',0,'?'),('Õá£dß©*‹-À×i=þ','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_my_location_24px.svg',0,'“ó¨G~)5³oê±Ä!gÀÃ','“ó¨G~)5³oê±Ä!gÀÃ','¬W?Ú“¸-µJAÉöÄåVÛ©TSÁ`„oß{+¥‡','',0,'?'),('ÕõK2;æ<D¦®‡ƒkub','wp-content/plugins/wordfence/lib/wfStyle.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s†»1_¸eþk2R’²žÉ','jÆé¢Ž·°È®_c×632¤3Ö…ã]Gs}.\n','',0,'?'),('Õö¼úÍ¤6é\0/ý“kúÀô','wp-includes/js/imgareaselect/jquery.imgareaselect.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[åM¤·~®M‡–Î½ç£°','ÁÎ.\\ª¹R³x$AÞ^GÖŸ»?l¢a.È:	w‚»è','',0,'?'),('Õý#W ­$È:×#õ','wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Handler/CurlFactoryInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','´ÛÜ¤Þ9yAûê…^·O','^·.OF” R×ùlŸ‘ëLœv.¹íHæ¢óH:}‡','',0,'?'),('Ö´ª7yGº.Öd2{Ê','wp-content/plugins/w3-total-cache/Generic_Plugin_WidgetForum.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÕgVPS‰hvIšßuß','–RM•a:\"$XŠ(°NmäHK¼ºRß+Ñðœ­\'!','',0,'?'),('Ö(±ó3Rä}sê=§¢‹k','wp-content/plugins/testimonials-showcase/resources/colorbox/i18n/jquery.colorbox-nl.js',0,'ÿ79ßŽÚÜ<S>çÜ','ÿ79ßŽÚÜ<S>çÜ','ô‰\\Oàv±M5t…ãá$§ÉMÃ¾…Ãî\\-','',0,'?'),('Ö/ˆ1CáhŽÁÓÏ´','wp-content/plugins/wordfence/js/Chart.bundle.min.1607007971.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ºñó5]”ŠdîÀ ûd€fÝ','¹Ö>Åá`‰ú½´°NN­`ëN\"K ÓžcŸkG<;','',0,'?'),('Ö;a.mí—Í°€a¦=d','wp-content/plugins/revslider/admin/views/features/layer_animations.php',0,'CÍ69…©~S«MÇ8Œ\rØ.','CÍ69…©~S«MÇ8Œ\rØ.','b¤ñ\0žhnòWåÁ/éh0 A˜ÊRñ9D\"¾qi3¡','',0,'?'),('ÖAiÉÈz†)¡ì+','wp-content/plugins/w3-total-cache/PageSpeed_Widget_View.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','µA\'²!pðÍZ¨¹§5+','H4f£Y!`ºvvÒ!‘Mïöüœ)›¥T°ÕndZ5','',0,'?'),('ÖF­3R·Sª6ˆù¤\Z','wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Psr7/MultipartStream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A‹HÜ@*Wˆ8³½[\"G:','&Gnw+ÏUÁ%÷ÏÚ¡á6ÿ¿¢Âª¾X@¦é6¥','',0,'?'),('ÖP)\n>@-ò?0Tþ‚','wp-content/plugins/w3-total-cache/ConfigKeys.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%ÅÐÕ±òý6àOmõÄ','\\7¹`\Z»t %ÖûáÇõ^;lÙ]‘üýs7»”(ª—Z±','',0,'?'),('ÖXÚ‰|î8ÑõÁì}ÂBÝ','wp-includes/js/tinymce/plugins/link/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','°öV\\\n]ÌáKûs\' ','\Z>†‹IÖSÖÐµ´œêÆv´,¢Ïq¦U¡¬Þò^','',0,'?'),('ÖZ×ö	r!ÞfÕÑ¾	Þ','wp-includes/images/icon-pointer-flag.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','°Ó,‡ò­‹ÂE^¿j`\'','oq·Ú9”Áa{)h}=#¾½üëçTû×§ÉÂ','',0,'?'),('Öc3‡[ˆVçðÊêAç)','wp-content/plugins/js_composer/include/templates/shortcodes/vc_gutenberg.php',0,'÷èFÐL‰TÜ!ê¡´H£','÷èFÐL‰TÜ!ê¡´H£','›C šßÙ ×i_$¾;¡È*KN·Úó9C®u×','',0,'?'),('ÖoÒ¨*Kîêo˜7{ƒ <','wp-includes/ID3/module.audio-video.matroska.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^w\'ZÏìõŠDo4d].‰','bA‡Oƒ¬šÛCÜåËr5Y\0³¤se¦AŸÊ0ú½‹','',0,'?'),('ÖrYŸS¯xwDYËšJ™[','wp-includes/images/media/interactive.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R×¬Ë‚®ñÂÃ´Å‰hÜH','{óô‡ [Kêà\0!ƒê¸½²/á\\¹lw.Á¨êÝ','',0,'?'),('Ö}äÜ\0OÁ‹‹`Þáf','wp-content/plugins/worker/src/Monolog/Processor/WebProcessor.php',0,'=½a^u9K‹Zd–¥Œ','=½a^u9K‹Zd–¥Œ','m‚_2Eœ>Ã©_Äv¸\Zcfà°Âž=Ó”¨Œ,É-','',0,'?'),('Ö‹Ë8“[½À¦‰˜0½ÊŠ','wp-content/plugins/wordfence/views/waf/debug.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Æ‰9Ÿ/YŠÒ¥ûÅÂ','[Î³»s	`™A÷¬Ã;áy_´Úñ<­ê¤Xœ\Zû%YØ','',0,'?'),('ÖŒ·ñqæÃ³ýX°[ÈÒÇ','wp-includes/class-wp-feed-cache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ZÅèØ·?h\"ýÆ%c”´(\0','lhË>¸ý6Ù<Z,2òÐ1*!€cm;z~ ÎÜñ4½Ü','',0,'?'),('Ö©“Ö6ý%†Ã”¸aþ…','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/gauge2.svg',0,'ìNŽ¢ž|ub®3¹ˆ','ìNŽ¢ž|ub®3¹ˆ','17þUè¾«mî‚ªÞéíù.ðâ‹d|\'ÕO<ø\"Ò','',0,'?'),('Ö¶Ëå9Øžføpo3t','wp-includes/class-wp-admin-bar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','É~†;1Ìqh Nuâ–','g¶â)HH^»t®\\Â(ÆŸ9SœŽvI}Ã\n÷þ\rY¡ë','',0,'?'),('ÖºG‚Ýû0LMV*`','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Signature/S3SignatureV4.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=ØÖõLy?”‹Ðpú¥jÜ',':/™MžJŽ÷m³ªÿšÞÅ¶SkF±?ÝZ›fq}½','',0,'?'),('Ö»#@¤h©ÜÉ‹m”ôBì','wp-content/plugins/w3-total-cache/lib/Minify/Minify/CommentPreserver.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ùû®t®£]%óu”(FÙÀ','.¾C»±Ò/\n¿ž™=‰–.¶Ž‰+ˆD¾@ïS¥9¸Cü','',0,'?'),('ÖÆEG¡£´ã¤å½¹\"²','wp-content/plugins/w3-total-cache/pub/img/transparent-comet.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gOü„7~H÷BÈnI³2Y','vï|òV°îWº»sjÜL™ŒYŠn¡y¼jÛE','',0,'?'),('ÖÇ]å¥û¿d¾P\n;œÆÍN','wp-content/plugins/w3-total-cache/Cdnfsd_CloudFront_Page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','AçÄª©èVõüŒ`‚¼ì½','ªówÏ\n%´3vÄ-3·ú[3Öÿ…è3©·î‚¹Þ¬!¢','',0,'?'),('ÖÏJØûï!¬[W6Ý§éý','wp-content/plugins/wordfence/lib/IPTraf.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WJømòûèLI„Âg!Žö','ú0ßó’íbî¯@iñóÍÇ[¸%·´¢g™’<F','',0,'?'),('ÖÚ8Å+tä¨SíÛÉŒ','wp-content/plugins/duplicate-post/js/dist/duplicate-post-elementor-411.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','„ÆiIQJæªoüzwgÈú¼','xyÓê×HGÕÖcú\r¢Ì‚Ï\ZJÝãŽFG‡áT-','',0,'?'),('Öè.¯mI×ÖuzŒ4ò;','wp-content/plugins/w3-total-cache/lib/Aws/Aws/MonitoringEventsInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¥4ÕùJÅ2ïyÎ&','¤/j{hl6ó¤ÎE.À/Œª…¦‰{Ô{’¾ìP9î\"','',0,'?'),('ÖèÖF•²z#‰\nÁ)7Z','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_wifi_lock_24px.svg',0,'µÐé—˜MÈ•”Ñ—zœùà','µÐé—˜MÈ•”Ñ—zœùà','Åë0ó ÷eüŸ(¬pzš¿’¨Ä~\Z«ÌKˆñ‹E´','',0,'?'),('Öüë5/  7Cx”çq','wp-content/plugins/js_composer/include/autoload/vendors/shortcode-vc-gutenberg.php',0,'6år˜74]µ™°Ý–‚qE','6år˜74]µ™°Ý–‚qE','„\nf²uµ²Cô^T/j\'Õã†ãh€äÞ•\03ÙT»e','',0,'?'),('×(+ùja>X3»a¶î!ÒL','wp-content/plugins/js_composer/config/deprecated/shortcode-vc-accordion.php',0,'¸½õGùñþ!®@gC','¸½õGùñþ!®@gC','ä¸´`¶­á6Ø7ž+*ö`Ö€Þ£D!ñàb3§Þ¨','',0,'?'),('×-½¤Û—Z±å 3à¡Ù','wp-content/plugins/revslider/public/assets/assets/svg/file/ic_cloud_queue_24px.svg',0,'ô¨çÜ“ÇŒ¾ƒaKú-*ig','ô¨çÜ“ÇŒ¾ƒaKú-*ig','iïñQ¶™ûZ&è÷6oLCR+w\nø\rãé|Ó3.\rm','',0,'?'),('×1`bßŸ:vü\\Ûg4T¾','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_volume_down_24px.svg',0,'Äà#IëTUÄ;ïH#üH','Äà#IëTUÄ;ïH#üH','S•:ì‚«†fè#ÕÕŒ/ÂJ;4¤„êEÈôÜõË³øw-','',0,'?'),('×9¶Ó‰¿{­™Mjw“-´','wp-content/themes/betheme/functions/builder/js/scripts.js',0,'{òˆ«Ã‡.iÄÏÓVÁÿ®','{òˆ«Ã‡.iÄÏÓVÁÿ®','4¦>¡Í5e„,j;Vmà¾2Ã@#-^>8×^­^:$±','',0,'?'),('×DØa&8¢\\¨¨’Øž','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart10.svg',0,'Œ/g	dNŠÓ¾^jÍÝ¨`','Œ/g	dNŠÓ¾^jÍÝ¨`','Ã;?Âõà\rôÜâ]šÉõ°Ê[t\0•Ç­	çdTò²','',0,'?'),('×GÈ©õï¿6”¤³È\0Y','wp-admin/includes/class-wp-posts-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~Õ½¬rC×ÈC œÔŽJ','ëÐ²œU²„›,ê±(›v.ÔÏW«-Wþ¤>udDÉ¾ø','',0,'?'),('×Iã	JµŽa~RšZ¨','wp-admin/includes/class-wp-application-passwords-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[ëÑ\\éÐ±Ä(Ê\"ŒÇE','}|N¬on-¾ÏØÇq(\\°œF™SX†i\'ñÞ$','',0,'?'),('×M\0÷ÂÚc°šíø¡¢_dØ','wp-admin/includes/class-file-upload-upgrader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','wç®;>ÉxáZs×6','[\"o ^ï.q`O×¦ƒ‘vÿá<°õœQŒ+FMÐ4¹‚','',0,'?'),('×XYHo$¿\\æÚ„ˆh@','wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-text.php',0,'gw#ˆÙfO“ßùÅÖû˜\r²','gw#ˆÙfO“ßùÅÖû˜\r²',',«ÐùžŸ:jÖÅÐR;ügËÄ\Z¿•™wK¢‡\n','',0,'?'),('×b¬dË’mHb]6A¸','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/checklist2.svg',0,'TþÏeå…fI(R±ž','TþÏeå…fI(R±ž','ëC}íZiÊ x–Z\\4È\'š•u]NØó:0½¢íˆD','',0,'?'),('×f¿k[x‹•œä \\Œ/Y','wp-includes/js/dist/redux-routine.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r³òØÚÌ!?2Ð\rN–5¤â','MW•À*öö£Iî5å“ëøMyZd®Ò—\Zƒ','',0,'?'),('×o#íe&	86ÅhE÷P','wp-content/plugins/w3-total-cache/languages/w3-total-cache-ar_AR.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A¨7¤(&¯¡Gþkaƒ','Šàä¹d‡ßÉ?ƒ^aƒÔÿ€Ÿï\"‚—å¯©ÿ}e“','',0,'?'),('×t’Zÿþ¼Ýµ¨\náøVÆ','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_square_24px.svg',0,'÷•ú…0?ÐàïocYß','÷•ú…0?ÐàïocYß','Æo¥KžâSqÞoåØ–Y,ƒh98Á¸¢±[IÄð','',0,'?'),('×wŒh] Ã¡Ë&“wM³Ä','wp-includes/class-wp-network-query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ú&¿”ê\nêoW@=±Øž','»Çäú“_í±WSA/à0Ï«;ÌÓršÂ³îþµDZ\\/“Š','',0,'?'),('×‡gåGi*þöd‡š	?î','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/award1.svg',0,'{ ÇÜ2NŽCÀ*D{›†ë','{ ÇÜ2NŽCÀ*D{›†ë','‡ÕÌN‚ÐçÔÁ´NÑÃeÛCU°\0Dƒèþ¤','',0,'?'),('×S™…\n8Q&Nxã:','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_font_download_24px.svg',0,'Pï\"@^?ß…Ê\0T¤î©','Pï\"@^?ß…Ê\0T¤î©','é!ÒMÑØÆìŠŠÄv‚<?_½mf#ÿ­ªÕ¹ô','',0,'?'),('×•)gþ\rñ-O÷èac:','wp-content/themes/betheme/includes/include-social.php',0,'¶û›uõÇ»Ó%‡;­È','¶û›uõÇ»Ó%‡;­È','@¡4¾Å6ŠTŽÅØÕþÎ¥;8|M=Üb_eÔ1Ü','',0,'?'),('×˜üQf”‹D…!;é{Þ','wp-content/plugins/js_composer/config/deprecated/shortcode-vc-tabs.php',0,'|M~”0\"@5Ùä‹(¸','|M~”0\"@5Ùä‹(¸','4Œ¿°?xêëë.Ï]«±Nx½T]€rÖû˜5çË™','',0,'?'),('×™‹ÃœD•\0‚<Š¸˜ð|','wp-content/plugins/worker/src/MWP/IncrementalBackup/Model/FetchFilesResult.php',0,'Ø1ÃØ+¾jÔ\r%A¬³Ûò—','Ø1ÃØ+¾jÔ\r%A¬³Ûò—','¦”ûÑ-Õ<Îžé1=Ìý¥‚k7Æƒ{@M¹Rýþ×9','',0,'?'),('×ž”y„7mE5ƒ…O_Á','wp-admin/js/media.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ë’*ãBðï‘SW8*‚ä¶','}\\_L‘n\"Ã¨¯~Ýé×òŽ—ÇØ…Õ=­v³BÙ‰þ','',0,'?'),('×««ž¹ŸWu÷è6¦Ebí','wp-content/plugins/js_composer/include/templates/shortcodes/vc_custom_heading.php',0,'ÛnO‹váoëü–n­U\'','ÛnO‹váoëü–n­U\'','¯Ux¬‰3´„~ö”%Ð§ä\0®¬ýRxŠ\r¬Ú‘Š4','',0,'?'),('×«À>c*Ð¡¼°—½','wp-content/themes/betheme/header.php',0,'àâT+³©;Õrü*@*¢','àâT+³©;Õrü*@*¢','|q¤Ýÿ$</¿µÄDÙSAê³\'()pæHüÜ/$ J','',0,'?'),('×³¢êH÷lu!»rAë','wp-content/plugins/worker/src/MWP/Action/DownloadFile.php',0,'¤,ú~|w1		‰ý@µ','¤,ú~|w1		‰ý@µ','Ø÷ŸÃµzãÈkCwEãÿ¼“^)s«ó\\¨ÈôŸêÐ','',0,'?'),('×·¢šFßãZüYd?þ','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_upward_24px.svg',0,'ÉˆîBý2cŸj\r¢>ú4Ï','ÉˆîBý2cŸj\r¢>ú4Ï','Ÿ’]/ÒÝ7—s×{wîsŽi™f`ÀIòÕQw÷V,\"J','',0,'?'),('×¹(GpBÕ­tÝtßùñw','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_overscan_24px.svg',0,'=^øl‰ú×\Z/EÛTNA','=^øl‰ú×\Z/EÛTNA','©üí\nßv=Osú(Ë”ãý[\"&ñ$»éÍ-^ï','',0,'?'),('×Çj0–©ÞwþE}Â®RŸ','wp-admin/css/wp-admin.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','€eèUpÊ“ûHšWtP! H','Ê^´ÉÝE-ÊRŒø±¢\'#?‘leÀ®mL0¯kU@','',0,'?'),('×É-S&Õú±¬?®&Cë®ü','wp-content/plugins/js_composer/include/classes/shortcodes/vc-widget-sidebar.php',0,'øÛZÂý´ìjüÜOPÎ','øÛZÂý´ìjüÜOPÎ','/½“ðQ(~’Àé—?«1†ˆ}ž‹öô¿)«®å¹£=˜','',0,'?'),('×Ü\n±¡˜ªEæ®3–n','wp-content/plugins/w3-total-cache/Extension_NewRelic_AdminNotes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m‰Õ®Õ¬k=øÄÇYYL','ýñêòôËù‘™¢ŒJY˜ÞŒ­òòœM¥jyZWN ­\\z','',0,'?'),('×ßýV¼õ’Dví¼›+‡ã','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_90_24px.svg',0,'úê+âjýC»°x%í¯˜œ','úê+âjýC»°x%í¯˜œ','D¤ vïÂSïwò9Ot\\FdæókW?‡ÑîâØ‹‹Êò','',0,'?'),('×àÒLq†ÌÓwiOºem‰','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_list_24px.svg',0,'ÄW<#áIKô!“™÷ú','ÄW<#áIKô!“™÷ú','XDe{÷Ì‹§6M‚©œ€ûˆÏ#Æ%3`¦>Í}ˆo7','',0,'?'),('×âs@³2Ê”eOü‡Œæ','wp-content/plugins/js_composer/include/templates/shortcodes/vc_items.php',0,'ãUf™uQQîÓ»/$èÁî\r','ãUf™uQQîÓ»/$èÁî\r','‡ê´[\'áE-0}®ãkï	T¯³gÀ”\n·dë)é','',0,'?'),('×âÄ\r÷ØìÕ5ÊæxÉsòõ','wp-content/plugins/js_composer/include/templates/shortcodes/vc_tabs.php',0,'#Où©…Þ€žë#•Ì2ã™','#Où©…Þ€žë#•Ì2ã™','Äpz¦3û,\Zf,¾Gf‘}e¹ió\r\0™UÏ(ËM%\r°“²','',0,'?'),('×ã[ËÞÖJ¤b¬6gZ#','wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-post-meta.php',0,'oã\rTãÚ1çÔ°“Ý€0g','oã\rTãÚ1çÔ°“Ý€0g','ÓÖU+Baª„CRú\nÜ„(	ïÉðf.,°','',0,'?'),('×ä^Ëu©­âË}G»Ô','wp-content/plugins/wordfence/lib/email_unlockRequest.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','§–{É<þòÿ2ßm','R¬£ûÖÙÿpàëM½>dô*Šœ¡œë˜','',0,'?'),('×çK+ìT5šÎ •–L€','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_run_24px.svg',0,'ñ·	P×¦Ù}öëÔeç‚X','ñ·	P×¦Ù}öëÔeç‚X','ÀÑ¹ÎØx·‹:I4™gÀUå^Îv5à\'-}','',0,'?'),('×ü•?ÜE«âÚå€Ì1Õ,','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/ListBlobsOptions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!5¡Ïå7‘®ÒÊœ™pMÀ[','-@\Zâ›:QÄÊ®¦ÖûÖ“¥GËnj· ¦ÝŽ','',0,'?'),('ØFp›«n`NŽ¹™bjñ','wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/ObjectCopier.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','­œ)dÔä—÷\'bþÅ$½','i&¶µPS-ÂÉæeÂjì’ÞþmòÈ„Üäù\"“°ü','',0,'?'),('ØÀ\ZvŒI:wmä²\'~K-','wp-includes/ID3/module.audio-video.riff.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ª\"íú€:\'9êÍ×PÎ','¨€}\",.~Ã~òšÜsý…ƒ‘Uï°5Î~¦`x°èP¼','',0,'?'),('Ø#ßpG»„©ASÄ;ˆ;?','wp-content/plugins/js_composer/include/templates/params/vc_grid_item/shortcodes/vc_btn.php',0,'qù¥GÉ˜K*ä³è.ô','qù¥GÉ˜K*ä³è.ô','·#QXÛR¡J9%ìR¼/¸n?æWÓ&~›Ñ©ÂÉ»','',0,'?'),('Ø&ãZhÍ$›Ã‰o‚','wp-includes/class-json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','kE\Zï¡[Z™ÀœÀä°±½','èD¦äýûÐtª¸5Êð^	©Ïƒ72Áð7×{','',0,'?'),('Ø.	@ÂKHâ¸úYhWs,','wp-content/plugins/js_composer/include/classes/shortcodes/vc-toggle.php',0,'ªI‹ÕÍ<š2:zm|ø0','ªI‹ÕÍ<š2:zm|ø0','WÛtÝïðÜgÊÿñúË\'úE¡9–4(‡’Ô1ì÷,É','',0,'?'),('Ø2àkÔoXÅÿÛKNV','wp-content/plugins/w3-total-cache/Cdnfsd_StackPath2_Popup_View_Intro.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','kvR<\'&ø7Á^ÓªjðÞþ','N\06ÍÇB³ÍÑÑi”«ÿúþÍé¡’­o4û‹ü','',0,'?'),('Ø8/B±$8ˆÏ`mœ','wp-includes/js/imgareaselect/jquery.imgareaselect.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','XCJa_üMÞûØÁ…','nP>•oø~QÉÚ^µ²d|	¥Q[A†HbB¹l B','',0,'?'),('ØA¯h)Iˆ\Z]GrÞöƒE','wp-admin/includes/import.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ã\\ÕäêÜšŠË˜¹;','ADLýé;U¶Œƒð©Ë“ðs…÷{j^šÃß™ÊƒÀôÍ','',0,'?'),('ØD”ƒv3d‚Ï[´ÑvfD','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/Container.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{’‚ü_)!‚Äžaùó•º','j±¬1\r\ZhßHš#½Ý]É·2õfó’«©j7G@¢','',0,'?'),('ØJ=R\'ÿ¬ßt^ôŸ}ú\n','wp-content/plugins/wordfence/images/2fa2.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ä¾ÜîŠÔû\0¿”H','n¸põŒÊ…¹¨üGÊ¿0Õ6KqÁJ]Œî¾Ã¾Jû','',0,'?'),('ØM&3\rÜÁ3CMaQ{','wp-admin/images/yes.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ä+ø¢7Ü‰—\rqZèQk',' =ÊQêâGÝëçˆ9%¹K†ææ,Ë\rû\ZFðyõ…ç','',0,'?'),('ØoòˆG$WŠ¶b¹w','wp-content/plugins/revslider/public/assets/assets/svg/social/ic_poll_24px.svg',0,'*¦5¤Ö\":(¬;•†7+¿','*¦5¤Ö\":(¬;•†7+¿','¹aæŒÓO;”ˆöÞL;_)˜~Ô?à´¥€–:ÚÛÍÈ','',0,'?'),('ØoÅÇ£ž	×£áŸf0¿Y','wp-includes/SimplePie/Core.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ø²3aÝ©æ0)¬­_àS','õ“×760î—w8Ý([†žÎoãWÔèKïÔ4dŽÃó','',0,'?'),('ØvõýãÆ\rêû´&X‰','wp-includes/js/jquery/ui/selectable.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÆZIr‘”]-ð4äò','Æ]ž©î+üRýãs©õãzälC”aÈÎõê(8—Ùö','',0,'?'),('ØwäIî€~üœDÿs´','wp-content/plugins/w3-total-cache/inc/options/minify/csstidy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+ \\‚=’{ZÃ–“g','5Á…Y­\\¨¥‘çg˜ÝŠÃÂÛÖòXÙ6${GoK×Žþ.','',0,'?'),('Øx¼øÎ²Ð¦¬à¨A	Š<ê','wp-content/plugins/wordfence/lib/wfCrypt.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','CøR`¨œ¾éÄ9|‹e','U ÍŠŸs›ôdsÕ9;ä°ÀC¿Oô†ûòÈ¤‰@','',0,'?'),('Ø°>6])Jå¹?>UŒ','wp-content/plugins/w3-total-cache/Cdn_MaxCdn_Page_View.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ƒ]ÞÝ ã/û²±Üûa_','vT»mJa\0Œcø9ÃÃñyÆ®Z°”F±¼y¡Ô>','',0,'?'),('Ø…ÑYM,ˆ¦wtPßˆ‚','wp-content/plugins/revslider/includes/extension.class.php',0,'óxd¹að¬G,ÕÅ','óxd¹að¬G,ÕÅ','Þ7ægÅÂDÛù‰È\'Síûi\Zà­ÍrEÛAZ¶','',0,'?'),('Ø‰ä/÷•,ûæ°Ñ8‘','wp-content/plugins/worker/src/Monolog/index.php',0,'gD,Vë§=\\ÆbP','gD,Vë§=\\ÆbP','k‰À—~	¶½UH\Z¥ÖxƒPêÛAÌ„¢ú<¡ž;X¨','',0,'?'),('Ø ØQåÏiwÂ8HJ€U','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_brightness_3_24px.svg',0,'—~à()PÅ’/;apD¶','—~à()PÅ’/;apD¶','ëqÿ£_‚õÿæÿ§AJ˜~ÓMÆÕâ3EØ;´Æ{¢','',0,'?'),('Ø–ÒÔ —eTæwc¼vo','wp-content/plugins/js_composer/include/params/sorted_list/sorted_list.php',0,'	bÉOœS2ÚyÐßn','	bÉOœS2ÚyÐßn','ù}ÈKó—TH ÌåñÜhÊ±pŽ–Ào1Ç¶–;·K-','',0,'?'),('Ø¥èdLX¯ÄZƒO¼C€Ç','wp-content/plugins/worker/src/Symfony/Process/Pipes/PipesInterface.php',0,'àuäK¥Ú%Ô)ÿÂŸÀht','àuäK¥Ú%Ô)ÿÂŸÀht','•2ôÝOEz*‰Ëp%¬¥\rcSª%.	EÌ‰ÕŠ(','',0,'?'),('Ø«›\05áW·K›ü=é3Q','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_satellite_24px.svg',0,'Aw°..­ÖAE¬üCÛ.Èƒ','Aw°..­ÖAE¬üCÛ.Èƒ','¸æÔNÜJÞŠuz8	ÇR3çÀ”æC´èÕ¥ˆ¸','',0,'?'),('Ø°8µ¨(ý[˜ 9Í:Aâ','wp-content/plugins/worker/src/MWP/Stream/Stream.php',0,'S+!ô¨<ôEh\n:ðI\n','S+!ô¨<ôEh\n:ðI\n','·ÎŒ!Zÿ_›ç:’¯^Ï¸„0•\Z|»|½Þ•i¼YR','',0,'?'),('Ø±¥-¤_}Z‘hûì\n±\Z','wp-admin/includes/class-walker-nav-menu-edit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','VœÒHàYžûSAK¡k¡\nÇ','¯M¬ô$N}¥IFž±)Mš”µÚ`\rËcÔ*ŽQ4ªŠ\'\n','',0,'?'),('Ø·6«Ÿ.-;	Õ¥¹[g¢','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_image_aspect_ratio_24px.svg',0,'{HSÚ³ùu–f%á5cO™Í','{HSÚ³ùu–f%á5cO™Í','’<[ˆÄ­PÉn8âé~9ø Ì~ÝMÚ÷âïžU','',0,'?'),('Ø½Ð)’üuÒ¶Ÿew‰¯l','wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/InsufficientFundsException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ˆmhOà´²Šfô².I','­o±OÛbÁ9_Áãb”-4Ãê-„x%ùT¿õ«5E9\'ž','',0,'?'),('ØÇQyœ^C\nöœxÏÆ;¨','wp-content/plugins/w3-total-cache/inc/lightbox/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÔŒÙ\0²é€	˜ìøB~','ã°ÄB˜üšûôÈ™o¹$\'®Aäd›“L¤•™xR¸U','',0,'?'),('ØÓ¡¶ìœF¶µ·?×','wp-content/plugins/worker/src/PHPSecLib/Crypt/Twofish.php',0,'-àÛB©¸•Çô7Ã¹Ó:|','-àÛB©¸•Çô7Ã¹Ó:|','—d/ÐÃU˜OöÁ©9Z\r]Rö ]düÉû½ä}mã','',0,'?'),('ØÜµ·¹[®g‰9îÚÄ¬‹ ','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_flight_takeoff_24px.svg',0,'û(®%m_Qb§RÎ²~\ZÂ','û(®%m_Qb§RÎ²~\ZÂ','ïiU;AÇÂ¯Œ+a°Pî‘Dw/bVŸÌ+X—\n­]','',0,'?'),('ØëônæA	á´‚oIžÖt','wp-content/themes/betheme/muffin-options/fields/font_select/field_font_select.php',0,'³©\r›d‡Ìô˜Â_>Ž«','³©\r›d‡Ìô˜Â_>Ž«','¿.‰êƒæuKÃš›>5¼Ò››·C@C]Þn','',0,'?'),('ØîÒ¡ýŽªK%‚¯ˆû^²','wp-includes/js/dist/dom-ready.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`]ˆ›æVV>¦Å­¿Ê','d|œÂ‹é»>Î“àgŠ%åÍI¢žLtJJãÅq½Õ','',0,'?'),('Ù-h\n\r`–éÃ½Û•C/s','wp-includes/class-wp-query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7óŸ1˜›ˆ£4éfž“','Ÿê¤c}§™óg‚IÇÎ	˜@À9‡LfÖÍ\\','',0,'?'),('Ù\nhÅâ¹Õjèfm8:c','wp-content/plugins/revslider/public/assets/js/index.php',0,'ÔŒÙ\0²é€	˜ìøB~','ÔŒÙ\0²é€	˜ìøB~','ã°ÄB˜üšûôÈ™o¹$\'®Aäd›“L¤•™xR¸U','',0,'?'),('Ù,(¡i7:^Ì^ç‰#','wp-includes/js/tinymce/plugins/paste/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dX®Û½Ÿ•¥ózÒ†Ö«','ƒf÷×\0W{?q½ÅÞÆþýÅæ‹×Ulà¾PóýÖ«c8','',0,'?'),('Ù8™0ïÿT¾š¾Ä\r¯','wp-content/plugins/w3-total-cache/Cdnfsd_CacheFlush.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ö,ž©Ô®à€‡Õ¡¬¤S/å','²œÿq†™ûaò½Òô-š\r\Z+Ù+”èÊ¼A¬üo\n','',0,'?'),('Ù>˜þ[ÂÒ±EÅDã; ','wp-includes/block-patterns/three-buttons.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ƒÂÇŸ‹(	aL‹)ðm','\r…“)…ƒk³ÌŽOÜdS0éX±z¯ú†_óÈÞÂ','',0,'?'),('ÙJàïš^\Z7ü•uG–k+','wp-content/plugins/wordfence/lib/wfDB.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P­_<†‹¤-1é__I¬ˆu','á‡%d¯¬¥¾d¨Ý_…\01@TY‘$’ÐäÐA','',0,'?'),('ÙdÅÓ%3ßèZð4ý•_+','wp-includes/css/dist/edit-post/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','²Í=†æEãW5Ì§Ê?ËF','0Uç}ŠÏñirA‚:Íà_Ï+t®q\rzNø„','',0,'?'),('Ùf¬b œ’©ì°îá¤','wp-content/plugins/w3-total-cache/Licensing_Core.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>¹æ`IÛû‚*æybMdÎÉ','‰\0Ñœ×soYqy¾}LºáÁu”“¨æÿ5EÔÚ=','',0,'?'),('ÙkïÛ/yž³©ý›&‰ŸG','wp-includes/images/rss-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÇYa[ QÁæõ—ýrj','yS0üc`\n7ùäas®Ð#Ânìú¨YßüØ©','',0,'?'),('Ùl;aoò´˜â¹~ûGÖá','wp-includes/Requests/Exception/HTTP/501.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eÚ¸04ò-?èõ×‘¨5','“k¥Gå¯²ä\nÎƒCD#¾6Èu\ZëÖ„EÚ£@K1','',0,'?'),('ÙnØ‡ëÖ…µ&=Âä¼Ïa','wp-content/themes/betheme/muffin-options/fields/switch/field_switch.js',0,'»/ÝW\"Jž°Y\n}‚','»/ÝW\"Jž°Y\n}‚','\\ŒÃ´{Ùç¨yñÃÏnQu¤ó<+CñÀV•ÆHR','',0,'?'),('ÙˆéTÄ–hx~Dt>lŸ','wp-includes/js/dist/compose.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ª—è%”ÀßÊÙ\"\rÀ)«¡','ž\nÂ8–ˆ°ë»•P„¼Ë·GÏ‚wÀGï¼>ÜŸ®','',0,'?'),('Ù•Æ°b%ØÒLÓ4ö„uó','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/BlobPrefix.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+Þç,ž÷gpÎKüéPØ','Q`Þ ”~“Æü@¶¢‰£š5=ÆuøÍ6Ý¼×ô','',0,'?'),('Ù˜Ý\"P´Üž÷Æ,ƒ©Ø','wp-content/plugins/wordfence/images/icons/ajax24.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K:û„²·õmð™—£P½','j*äeŽó©õdoX¤~§7Âë&€²‚Nü9É|L•Ç','',0,'?'),('Ù«Úñ•xëË°”FdÁ]','wp-content/plugins/js_composer/config/lean-map.php',0,'ã\Z Uz`’¼ì&òÏ2K','ã\Z Uz`’¼ì&òÏ2K','Y‹œhømUJ¡Ì5üÒ\'à5…91ÕÀPÈ®›è Añw','',0,'?'),('Ù½†¹‹_sU±¾´:öÞ+','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_donut_small_24px.svg',0,'\n™I€u—ñ\0nÌ(\"9â','\n™I€u—ñ\0nÌ(\"9â','þ—€­_êÐîÙ…X‰m‰Î=¼Û‹iÅ¤P¢¬\'\nJUVì','',0,'?'),('ÙÀ¸Æ–utý\'»','wp-content/plugins/w3-total-cache/ini/varnish-sample-config.vcl',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¦’FŒ¡™ô¨ £VGì®','-Àê—jjøçádÉÃ§¯2)»-·ÆˆbÑµî›†&/','',0,'?'),('ÙËÖ*íüþgÊÀ³QÏ','wp-content/plugins/js_composer/include/templates/shortcodes/vc_progress_bar.php',0,'@R5oRÍú)O¶²é5#','@R5oRÍú)O¶²é5#','€¹ÿêýyäV~ñ×{„ò`ÕYO‘Z°9J16r2','',0,'?'),('ÙÖ3›ÏIê98\\ÙÖ›Ì[t','wp-includes/random_compat/random_int.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*¢RXé•Ç ¯Í¤BÐn6','8ò÷-%¨©òúsç`NªŠaøL	óLÃMóÊ«Ã)À','',0,'?'),('ÙÚhyÓåÛ}YÜe‘Û¥9','wp-content/plugins/essential-grid/admin/views/elements/grid-meta-box.php',0,'ü	;¦\nü*ž€º8lÈâ','ü	;¦\nü*ž€º8lÈâ','ø;5€³óªf5}Ê%¡gýÌÿ[n-H\"ø`XÒ','',0,'?'),('ÙäÑ(ÜRˆL èK– ','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/address-book2.svg',0,'úÝŽR7rRÀ\rÎw3¶','úÝŽR7rRÀ\rÎw3¶','\röI^ác>´½ãÚ®ð¨ÝuBÁ7[±˜4•„Ã¶UÊ','',0,'?'),('ÙëEIFºÂ,»Å¦¡h„˜ô','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_memory_24px.svg',0,'ð\0]ÿK\rM·òú¸Î','ð\0]ÿK\rM·òú¸Î','*r‰¼<é\ZÖó±ƒ•ÅœºŒ.wçÞ!;ò øvIæ_ow','',0,'?'),('Ùë¼!}ñ=ö`*„gZ=','wp-admin/network/themes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ð¬‰Ô¥êdo|›©Üª','òçõ%ºv×«\0“œ¶\r±àÎ‹³Š:cÇ×GO ¾Ÿ','',0,'?'),('ÙòCI¹¶\"i›˜ÐÙ³b','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/address-book.svg',0,'X\ZK:8æ•D^ùÿè(æs','X\ZK:8æ•D^ùÿè(æs','_ÍÏÉ°_„æ™õu(¶¹ ,8Í$O”¦`¥5ƒ¶¬','',0,'?'),('Ù÷VBÇ¡ñè\ZŸB\"\0²Ç','wp-includes/js/codemirror/esprima.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d_™ ÛS’ñg«¹Ù›´“',']ù;¸%JsàÕlxîƒ¯à’£ÎFqý‡BH\ZäU8î¢í','',0,'?'),('ÙúÇ”%â—(Z\nå$w€','wp-content/plugins/js_composer/include/autoload/vc-shortcode-autoloader.php',0,'%©²\r,Â*SÒ `\r‡','%©²\r,Â*SÒ `\r‡','>pžôVÉ\"Ò¯h…|1NÊÓ\\ûÖòèŽ#¾•tüî­','',0,'?'),('Ùý²ïWñ02º)IiNk§£','wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/tta/vc_tta_section.js',0,'ñ,x#ÖžÞríõÂ','ñ,x#ÖžÞríõÂ','£ÕÿÖ>w^G\Z`è\" W^Ù½°Rž°ÞŽô;‘','',0,'?'),('Ùþ>Ï~ä!ðªgÅq‹˜','wp-includes/js/tinymce/skins/lightgray/skin.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','þ…¿\\– B–œ¥&èpwÇ','7>xV&v|Â­«æUž& Ý·\"Ç¥z9jÛF%Ñ½KÞÞV','',0,'?'),('Ú¢G\r•6‡ÄfúLv-¬é','wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_zone.php',0,'Ð™çÎÌÂ_0éØÉx—¶øë','Ð™çÎÌÂ_0éØÉx—¶øë','Æ)ŠC‚®ã¡”‡=œô…\0p,ÝQzƒäTì!ôõúj','',0,'?'),('Ú\rÁí±Beª×¯Eó7','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Location.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','áñY}ƒ‰Œ`8vèý…FJ','U¢’ß†(²[ÿråµ³€©g†ØíhÍàå¬µ!m9(\"²','',0,'?'),('Ú·pÿ[G.“–k‡îw','wp-content/plugins/w3-total-cache/pub/img/overlay/lock.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','™!~ŠÃ&„462„w·','–¹a]å\0~ó>U\Z*ýÿ}@(×,ìáfb	cƒ‘','',0,'?'),('Ú†wú=Å¢ÄOú&¹FÊ','wp-admin/css/colors/midnight/colors.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&ÜªðÄ|DW¸¼!Eô†4','SêÌoÍGpžÛéôª{µý‘\"¨FuS¾&§Žõÿª','',0,'?'),('Ú\'£Ýø7ìbâä~ 6','wp-includes/sodium_compat/src/Core/Base64/Original.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ò£-ï‚ýèÞÑ‚ðº±','±9\0zotˆID:\0¹›ê·Égä I%á~Þ¦$o','',0,'?'),('Ú,\ržÊ	ÕgÎHÅþ6','wp-content/plugins/wordfence/views/scanner/issue-wfPluginUpgrade.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','®–¤«a„Rp#þœü¹æpå','r…LÁ”-RÑÆW­â&çP!ÇàïaS0ä…÷ÄTí','',0,'?'),('Ú2àŽ6,Ìž|ke‡L\ns','wp-content/plugins/wordfence/images/2fa1.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/)Ýh\\ h¨Gæ¯8ü','CÙ%ñ0…z)f ý¶±@Ît>õŠÉ¶{TˆÙ8·o‹','',0,'?'),('Ú=¸\\m&þVO™³}n|4','wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/BucketEndpointMiddleware.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','§:¬Ó2àyÒw-a¬','5Z	“©ïõ$¶ÎšÅ2ã›ëÈŠ°TV@ãÌ','',0,'?'),('Ú@kJ:‚7Ìƒú”•Á‚','wp-content/plugins/w3-total-cache/lib/Minify/YUI-CSS-compressor-PHP-port-4.1.0/Colors.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ß6ÙÌ@9€>‰/-C','_Í>B§êäÓÿ¥$^¹o‡ËAis»ÇÈ\\\"0€æö','',0,'?'),('ÚG¬ð>îºDsñ¡È¤\0','wp-content/plugins/revslider/public/assets/fonts/font-awesome/fonts/fontawesome-webfont.svg',0,'‘.Æmurÿ‚I1“–GÞ','‘.Æmurÿ‚I1“–GÞ','Lr7D@yŒ¿ÂÉ‚]NK‡(–ÑtiØG9ÎÀù ÈTm=','',0,'?'),('ÚQÎæÞ¨óY\0$Ðæu','wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Handler/CurlMultiHandler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÅoÙ35yÀŽO\0Í3Ó6','QJã°4Ï‹Ø9OÛÅþ›p©sý\'6`KQ\0ZäO','',0,'?'),('ÚTëû6ùHhË#\ruÂúk','wp-content/plugins/w3-total-cache/SystemOpCache_AdminActions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','÷Í )b[ÿi¶¸ÒÜ¼Cœ’','ÇAžIx;;#µ{Ow3sïïç.W¬·ø8å;t','',0,'?'),('ÚW¿¯±3ÄÆ\0b78:','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_eject_24px.svg',0,'œTÌ¢s·L­rb%V™','œTÌ¢s·L­rb%V™','ƒdž£’AÒjß\rÓ86ôƒÒÓ#Ó‡:¥§‹üì“‹ì!','',0,'?'),('ÚZT€+#åÜEë‹½\'','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_outer_24px.svg',0,'A¿,§ž§0^Ö_É,â=ô—','A¿,§ž§0^Ö_É,â=ô—','ø?\ZSbË\\åcýWž_Bf9Ñlù»¾eÌ|¡×@','',0,'?'),('Úo—+-/#EG^!ª?ù\n','wp-content/plugins/revslider/admin/views/builder-layer-forms.php',0,'»ùiÍ\\^ÒÅÙ”é¢)]','»ùiÍ\\^ÒÅÙ”é¢)]','è÷ßÿ\rÆ7P{}É±èB2JÍoø´³Ý=¦`Ü…—Õ','',0,'?'),('Úu78¾Â¸äKÔŠkhî','wp-content/plugins/wordfence/views/scanner/issue-control-show-details.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Iè†É6Ï²Ò¿Ä“ª]ë','yh;§}¾³<6yZ$	M>²K™(\\”#—æ&¸\"\rej','',0,'?'),('Ú|À#éÔ°#{•ÄþŸá','wp-admin/js/link.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%¦âw”oBÝøç™-ä¤È','B›š&Ý‹ÜXúñC¤Ù€¬ô*U•ÝÄ†þaÈ¹Ä°À','',0,'?'),('ÚƒmEHùù‚ªT¨zÕt','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Sns/MessageValidator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','aå¤LÜVóE¤˜Ik','Ff*Aû±hí¤€Ô¨`6Þ’ò–(ÿº3šº÷îÿ','',0,'?'),('Úˆ#Q¼\rÏ}I¦ÌksVu¶','wp-content/plugins/w3-total-cache/UsageStatistics_Page_View_Ad.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ë,åÚ¸êð1OøÉl¥”','_cpVi¶šJa¨‰ Ý‘#dåH€c)ôyÅ§óõg','',0,'?'),('Ú‰x`Ù9íLÅ¥M‘Ò,L','wp-includes/css/dist/block-editor/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!ªK¯IÝè5aÛ%² œq','þŸüt’\rF°8cÏ¬Üjñº^2½è©xIÂ‡ÔWß','',0,'?'),('Ú®.SÒÄ9‚Ò7ôÛõ:','wp-content/plugins/w3-total-cache/Extension_CloudFlare_Popup_View_Zones.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Lb1³MÖ³Ùòœ’u¡ÓÃ&','½C÷i°&|„ëìlã2uû€¤‘˜F8ÝÖó×Æé@úÍ','',0,'?'),('Ú¹‚Þ|PžÀ¶­‰','wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-post-date.php',0,'öØˆK\\ÚH¯/yG™K*°','öØˆK\\ÚH¯/yG™K*°','“Ä¼½8K\Z\rÔ9\")=0Ð:\"ÁÎù¶Êýýo²jè5º','',0,'?'),('Ú¼òB½pÈúk=ÂÂ','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/StreamDecoratorTrait.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ô´<î¡D¨2~àïDƒ¿‹','ŽP…¥›AÊäÉ-Þ¸g‹˜Vñ¹›ó|þÂÎ`éTKw','',0,'?'),('ÚÂŠ#6øK%#f\rÈ','wp-includes/js/dist/vendor/wp-polyfill-element-closest.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‰¤æH0Îc;`ñäªW&','2A]êÚ›\\e‰ŠWß¦kZösÿ Àc¯<Ê`÷d)æ','',0,'?'),('ÚÙ0=uÔ/z\0[)ãð\Zi','wp-content/plugins/essential-grid/admin/assets/js/tp-color-picker.js',0,'˜±â8dœÌØÕž\\:w','˜±â8dœÌØÕž\\:w','ˆâ!\'ÌW¿)ÈºKŽ^ž‰øße”![‹kŒV;ëM','',0,'?'),('Úè)’Vç:ý–vÎ|ßŒv','wp-content/plugins/js_composer/include/classes/core/class-vc-pages-group.php',0,'÷`Zà6ùo¾\Z×','÷`Zà6ùo¾\Z×','UUA[Ê‚ë±/©Ð’KjˆñœKÝÂX`Ôb','',0,'?'),('ÚëJ«B&9:VÃF[À','wp-includes/js/dist/media-utils.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','AƒKÉJÙY>¾„€^9]gx','þE‘.FUp±…³¿·ÄmTš ¶³he Û]û·','',0,'?'),('Úô“ðC .yj\0oì*úf¹','wp-content/plugins/wordfence/views/scanner/option-scan-signatures.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dzG••Œóf\'PidÑi«','T1È%R2àVž”P­ÙRJ«B\\ÿ²Ëˆíg¤eúñn','',0,'?'),('Úý!§(t”ò‰<Ô¹','wp-includes/js/heartbeat.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rÿ¥Á>øûÉÛñÍq¡¼ƒõ','±þ~¶8¬ã|\nvSÌƒM_ZDŽ&„¦ŽKèã-\ZÛ¹','',0,'?'),('ÛãŽ_\r¬JLè#®@BÌÖ','wp-admin/css/colors/midnight/colors.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I	à<§.ásCßa5õp‘','Gt­ýËj[§eüíŒþrŠ”T+;p°‹‚Y¢ÕóµVw','',0,'?'),('Û0Šv–ÃLŒ=\"··ã9­','wp-content/plugins/w3-total-cache/Util_PageUrls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','LjŒDG8IòsºB²D','Qv7|2qóë?ÒŽoýÔòDÂí­\rãS°Z„Ú{áï)','',0,'?'),('Û €JäMùR[Œ@V/Ñ\"›','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/BlobRestProxy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÝÆ\n9Ý—5ÌžFPý\n','U;éÛU€!¾ aÈÝ %aD!¿è,\nP8èÇ','',0,'?'),('Û æIÙ_X²Óš¼¨?','wp-admin/js/gallery.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' 	üëi6bªæ¸ŸôghÙ€','‚\Zk\'!ÿ£ówêgú¤yvÅ\0Ñ—5,…~¿ó·bx','',0,'?'),('Û%ãàjo¨zÑ|%*{\'š','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_invert_colors_off_24px.svg',0,'*å}ûÁ‹òV¼÷ˆ_Ÿ«','*å}ûÁ‹òV¼÷ˆ_Ÿ«','Ž„ÚmD˜¥KÀØ+®ÛÒÃüfµÿÁ=­¾&}w¥Ù','',0,'?'),('Û\'9d­‘d…h^uM','wp-content/plugins/revslider/admin/assets/js/modules/editor.min.js',0,'•ZT;ë×j','•ZT;ë×j','–©®ÛB7ý—x²¨t‡Û‡%†ÐwdŸ]³þõõ ','',0,'?'),('Û46ï1ÂmÎÍùYR','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','­nH\0÷u„}’ `¤èóÏ','—–ŒRÂ÷&»XöŽdÞ[—š4¸š9Ž“Vì·I','',0,'?'),('ÛRÐ„lÐ‰)¬¥Ã‡^?ð','wp-content/plugins/revslider/backup/index.php',0,'ÔŒÙ\0²é€	˜ìøB~','ÔŒÙ\0²é€	˜ìøB~','ã°ÄB˜üšûôÈ™o¹$\'®Aäd›“L¤•™xR¸U','',0,'?'),('Ûj,ÎI…}\'Ûu,™¦í','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-arrows06.svg',0,'vOÑHš%,3š}ä¤ŽLZÔ','vOÑHš%,3š}ä¤ŽLZÔ','Ç\r¼’íà1ó­v®ßÇOÁ_¼<Ñ…(%{uùêbà','',0,'?'),('Ûo¤ß/®oYÔ™“>K&kx','wp-content/plugins/js_composer/include/templates/editors/partials/vc_ui-templates-tabs.tpl.php',0,'³TiÜ6ì£?\'ý: X¢','³TiÜ6ì£?\'ý: X¢','>ò ‡½M8WÂDuaiSÐ	Âî‹F‘V>±ûýq','',0,'?'),('Ûv6^Aèó€A/],6\'y:','wp-admin/css/site-health.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ö6)¡Ý—ÎØ)sü«ub','f¶;±öe©„Ý€I¯¨ëobúÓ/mÜìè)Øg—Tñ€','',0,'?'),('Û†™4Ï)Œ“~¤6ä¨•L','wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Psr7/DroppingStream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','­¬¸£\\h’^ž­Ø¬','!7Þ¿—¸ÉUußøW	œý´²ä·‰³jj~E','',0,'?'),('Û‹SB˜*ÄSçw[ê#È0','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Validator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','šô×C\\E9ÛÌÍ¥xüc\Z','û„¦Ÿ>zA7ÐcúàgÅ¢ê\rj	±k%Ó‚“Žàj”','',0,'?'),('Û‹{S0\0\0=š1_Ø¦\rÀ5','wp-includes/js/dist/priority-queue.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','òºÿÌZÞB¼=â&ä÷','‚äÍIƒcÂö¾*ný|< «N_°£²ÛÿßV{\ZZNoé','',0,'?'),('Û“µkÅ^+˜x{\\L>ÔX','wp-content/themes/betheme/js/parallax/smoothscroll.js',0,'5°oUöækr~$ÚùQU','5°oUöækr~$ÚùQU','8›(.§7y1*Ñº_¾isÛªà„—åD/…M','',0,'?'),('Û–JBw…C˜¡|Môv','wp-content/plugins/wordfence/lib/Diff.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¥5VzY³]ª#yR•ÛJÝ®','YÁMÁ\"z)tÏ–©‚Ö*c‰wL\0¢‚ý‘´1w$dƒóû','',0,'?'),('Ûªòê÷	.æÕ¸ß\\¾ò¯','wp-includes/js/tinymce/skins/wordpress/wp-content.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','üƒÁƒ`‘ÆUn\0\rˆ´','>¥ ä‡@Æ:so«îåúXé=¹°Kd˜Îkuˆ{Š','',0,'?'),('Û¬|7¦ºÕeÿ,$ÒÞ«[','wp-content/plugins/essential-grid/admin/assets/js/grid-editor.js',0,'îDa/Ö@MëªEe1Ü^','îDa/Ö@MëªEe1Ü^','Ýl“K“†øV1<–(O5¡/ú-ôKï?æ…@ë','',0,'?'),('Û³	dé÷Ä&s>hð,','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-raw-js.svg',0,'Ó]ÌÛed	Ù&@ã2{¸','Ó]ÌÛed	Ù&@ã2{¸','f¨R`knçZ:“îãV\\iÒ¦5éa\\–-j‘Mj×™\Z','',0,'?'),('Û³7‹Ÿú	Ë8¡št<','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/money5.svg',0,'ì\0©;1‘{Þ^72ë±á','ì\0©;1‘{Þ^72ë±á','³Xõ­C §&‚â=K2;;`A‚“éÒì¾=\"¨n','',0,'?'),('ÛÈrš¼ÁµØ=ÔÔ’é','wp-includes/images/rss.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¥°[¿(ò”°.ý”*NZ¸','jþ(-9¿§_ÇïE-#êweÆ$Ø]oÿ01©Ïu','',0,'?'),('ÛÒLY5·Ù^ïÁ`\'+','wp-content/plugins/worker/src/MWP/Stream/Interface.php',0,'.ÑŠ2kf·TîQYã½HÌ','.ÑŠ2kf·TîQYã½HÌ','\0ÜµÀ*]ïÆc,Ó‡ÀÒŸ²¥QÿÄçŽ¼Såo±','',0,'?'),('Ûß\np¡ñÓGnu:¢¸Ó','wp-includes/js/colorpicker.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ðÊV gô„²¶ùŸ-¯','…V‘wäç%©%È: 3CQ#+gÖô›	•–e¹}×','',0,'?'),('Ûêÿ(Ýà1ÝLU¬(1Ýž','wp-content/plugins/w3-total-cache/lib/CSSTidy/class.csstidy_print.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ø¬4<éX›™\0’H/í…dÀ','3dƒQE>áqCªVDðê{-lKÆÕjo]iD/\nºÅ','',0,'?'),('Ûî3M@uè<“òÅà ‹)','wp-content/plugins/essential-grid/admin/views/footer.php',0,'—I!ŒÐŠ”RØòH,*','—I!ŒÐŠ”RØòH,*','|ôQ\'ª(ókÔ£ÒÓ.Š_Õ*ãøÊYß\"¡ùÖèä´’','',0,'?'),('Ûþ«\'#y$yZ¤ß\'','wp-content/plugins/w3-total-cache/Cdnfsd_StackPath_Popup_View_Success.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','žz”ì\'š·¯ÌÝâTyOû','ÄíVi·pnÛþàÜ:¤\'Ÿ,@Ó6ç—£–','',0,'?'),('Ûÿ<÷è—x\r$gHkÿTý','wp-content/plugins/essential-grid/includes/loadbalancer.class.php',0,'…}l|Ö\\j›§BQJ®z\n','…}l|Ö\\j›§BQJ®z\n','ÿmrñtì:“•nõ_Ú ŒQõPà^ø; M','',0,'?'),('ÛÿdT“_ò™–W1ßv','wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/PostObjectV4.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X0D¹ÓüYØâ³T\0¡mÿ','nu«W»¦~ž¸Eak-–5´ÌgDÞÔN:N)š#ki|','',0,'?'),('Ü\0KŒøðqœwÂÕœn','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/key.svg',0,'*hÌñ>ê·P¯´:	ù€Û','*hÌñ>ê·P¯´:	ù€Û','»Â¼#Œ3ïÀÊà™5†?„óhñÑ‰Þ¢•%À','',0,'?'),('ÜFèª†\ruŽD¼b7','wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-segmented.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÕâÎÎpVFÇ&—KkH','+.^-$à70À	]xàrªv+cégP§ýMäÆ','',0,'?'),('ÜÈ¼‘ØŸÜ\'\r`ùôÊÎ','wp-includes/feed-rdf.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xG³7ë%”ž \0bÐøìþÉ','p=m=GÜlò”h‚nhÒÁ¸VÓå]Ó-Óû+1Êa','',0,'?'),('Ü\n8î,É]!Ë‰NíîÏ','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_call_received_24px.svg',0,'!(ûöd“ 8!«]_P','!(ûöd“ 8!«]_P','ö“m:Ó©:êp–å½“œßÄ“š÷LIŸÎex1ö9]','',0,'?'),('Ü&Ñ<”Ìx¯…E\r¡ÿe9','wp-content/themes/betheme/functions/importer/demos.php',0,'éÐ›¸\Z¢r¹(¬†£Õ_¾4','éÐ›¸\Z¢r¹(¬†£Õ_¾4','TlÝÛ5Ë\n0aówzäÔWN; ¥ˆqTYr/}‹‚','',0,'?'),('ÜFËÈjh’ùÍúýäBå','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/Request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`}Áçúq½€zâV\")½ñ','JdáLÇkÖäé­¯×P,_ÑØÙ„«ƒª_^f&âTñ','',0,'?'),('Ü)#ƒæç«v×Mf xR\Z!','wp-content/plugins/worker/src/PHPSecLib/System/SSH/Agent.php',0,'sÐü„ùKd¬*¼þd(','sÐü„ùKd¬*¼þd(','CôÞ£†xŠ;,©wzN²oá³)Þ|Õõö4›[@','',0,'?'),('Ü2Gý?¦_æü\\èÆú-B','wp-includes/canonical.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÖgI>ˆè«bG2¤ñ4’','˜úÜh¨Â¦÷f…ûvÍ±Îý©lÑÆ?‹ï0ƒÅ¡%Ee','',0,'?'),('Ü>/kpúbî^w%æzß','wp-content/plugins/w3-total-cache/pub/img/moon-bottom-left.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(«´rîÍ²Ó•j°ñè,UÕ','¡JÜîW‰»T(%ÉõÈO®O]á¦¯Ù/iße?§','',0,'?'),('ÜHåÙir·\n>“kow§ƒ','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/CreateBlobSnapshotOptions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','SCœr!|su4ùUPªà','Ü¯ë„Ò¹¬O~³v¡—ãäÆ\'¨><u[ØÔx¹','',0,'?'),('ÜJ`üI·2|%^îæó_­','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_dock_24px.svg',0,'½¶ïµ!¹‚½ÿ_;W»rô','½¶ïµ!¹‚½ÿ_;W»rô','€¨;ã~y¼ŒÛÅ>‰×lñ!;µÛ©8­{ºg','',0,'?'),('ÜQ	Ç3kròáJ¬˜¢ûa','wp-content/themes/betheme/functions/widget-login.php',0,'Öçb5z‘ù=‡¿ø»˜`','Öçb5z‘ù=‡¿ø»˜`','®„Þ‰1ž‘9ÀL¢ö´oN%ô”l¶#Ÿ:Fr|îÆÎÆK','',0,'?'),('ÜL‡Ä]N§<~uú}$é','wp-content/themes/betheme/muffin-options/fields/color_gradient/field_color_gradient.php',0,'îV&ã¦%•hS,|Ø„','îV&ã¦%•hS,|Ø„','kÀ×ž)„_3Ý‰Á°³™–Ò©ˆŸP\\$B­üè%','',0,'?'),('Ü€.5çFqßŸ[¿”Ê~','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_youtube_searched_for_24px.svg',0,'OÉE¸³i«VkeÎõº¶Â','OÉE¸³i«VkeÎõº¶Â','±EÇviØÈXËÒæ^Œ=B&}Ðë(^Sm“ŒìGüC','',0,'?'),('Ü…@s#vH³³lðèÒJD¾','wp-content/plugins/w3-total-cache/Cdn_Highwinds_Page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r³Þ®ãÍ„ÁÙ4:Éø','Øn;\rmåJŒ„\Z°<\0DšB*È²UZÐÝ«$´ñ','',0,'?'),('Ü‘KâÝ“à¥ÉÐ%eP¾^U','wp-content/plugins/wordfence/views/scanner/issue-checkGSB.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T&ÿñ¡˜#i§]Ý<{','EPmh>*HïSžì8¸SÆF®ûpXbdU8¾ý©…','',0,'?'),('Üš\\}K0Ä‡¥Å†FßÚ&','wp-content/plugins/w3-total-cache/lib/Minify/Minify/Inline/JavaScript.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dƒŸr,‡ú*ÈÞ\rÎ°=Þ³','^1IÚlã:½£~CžØµ¥+\rúŸ?ÏYb2ùÃ3(Çb','',0,'?'),('Ü 4_+‚þ;ÝÂÑ¨2£½','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/files.svg',0,'£þË-2¢ˆ’TdzžÅ','£þË-2¢ˆ’TdzžÅ','PálœyÇî	ç¿æ—^~‘¡¤œ–úýMö\n 0 8Ùáô','',0,'?'),('Ü¸ÍÕˆ¤]_Rú~°ãæ','wp-content/plugins/w3-total-cache/Extension_CloudFlare_View_Comments.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','à·®)¬9«.žIG†ä','R¯ÿˆTBºËu4«MBëã6Þþ2UÆK°®fjk‰','',0,'?'),('ÜÌä.ÜUÛ	ý¯Yää=','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/byte_safe_strings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¾h„Á³`‰·ÁœV“Af','<‰\\žGòÌ;1#½Àk©L´—Ã Ãƒ(Öƒ','',0,'?'),('ÜÎTÐ¾ÀR§Ÿ²\'ï´{','wp-content/plugins/wordfence/lib/wfPersistenceController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ø%ëâkyŠžiÕMO*','ò¢ïÿ«ìÏX(¾30\r\nåï\nPEžÌ „› Ž9àöªÈ','',0,'?'),('ÜçiôqœÏŠÕrÈ-sÑ','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_check_circle_24px.svg',0,'q\0;§ÔG‹· 1§ÿã','q\0;§ÔG‹· 1§ÿã','ZÜ4 B}öÇ¤-›¿¼WôF+ƒ‹_°‹š‰,Wó','',0,'?'),('ÜéÕ»Zml•î4ôË®U','wp-includes/images/smilies/simple-smile.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','éK²Ï{Â…Ž±f²w—h','ô´?Y©ag\\<yƒÃÁ³€0\01äƒÂ8½3‡¾H¤g','',0,'?'),('Ýº\r\0FJÈä–BáÞeç','wp-login.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^.A\"ÇööÁ·=³^_t','DØMÄG­¸àbziiË<þ^«Š€ülì¥‡²N¥ã¢','',0,'?'),('Ý×µ(õéœ‚KÛBíØ','wp-includes/js/codemirror/fakejshint.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5Èv÷,ROlx]J\')K','Íí‘-6ó$$¨;²™Ž}ptO§4]2¶€Ð¢Rã5Ö¡','',0,'?'),('Ý\Zá¯ý¿ä#ûnZÃÌ,','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/folder.svg',0,'‡Ñ=(ó(TëDÀÆ0³','‡Ñ=(ó(TëDÀÆ0³','ª`yÌ3æ±®Ê€.¯¶¹Ct²‚b©*R—{EhÂû¼\\','',0,'?'),('Ý8ŠIHÜ‚«\"ÝÚœ¥å','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_null_24px.svg',0,'•o7èK_€Â¼˜ò¼','•o7èK_€Â¼˜ò¼','›Ó4ý«mj{|Âê>Ÿ|MËj˜ÔZZ±%}±´~ø','',0,'?'),('ÝJ0Ïõ§Éj YgÚh£','wp-includes/js/tinymce/plugins/lists/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2´8¾·:s–¥w¼9çJ£',')bò#4æ”e¬¾*Ø9(™°=ôQE£e0|1û¦à\ný','',0,'?'),('ÝUŒí+¶.–Ed á×–²','wp-content/plugins/w3-total-cache/lib/Minify/JSMin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+OëkÓxã (%—õT','øÝ‹\ZÑZ	Úö”:‘l‰\ZÂÄ®aoõ\03**Ù~ê®','',0,'?'),('Ý[6»5€„+È	án9ä','wp-admin/images/sort.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','û ²¬ í½*¢ ª’ÚÏ3','vP„„-~«x’µO\"	’ÇÐÙáþ;€é','',0,'?'),('Ýf…ãyŽü¬Ä§—*!','wp-admin/js/nav-menu.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','÷ÖA‰kvïŠ(°*;u—','ª¦Ÿ¬\"\rõÃà<	^=jÀå|ì³‡¬Z³÷²2ÓÙä','',0,'?'),('ÝtŽÒŸÄ<uÕ~ÑÚ¼á','wp-content/plugins/w3-total-cache/Util_WpFile_FilesystemOperationException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ca‘³\0‚n~ÄžgGý','¢Mæ‰ÐHÉ›)Ps\Zª>6˜·s£ö­2êýä‹','',0,'?'),('Ýw´sûÁìºY¯e×s{©','wp-content/plugins/contact-form-7/admin/includes/help-tabs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','î¼Ãîò®N\0VÃ×	','fl3™XŸ)a*ÿ[g0‹º\ZÝ)àWölò$','',0,'?'),('Ý0šp‰±ë;=:Np 1½','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_send_24px.svg',0,'¢7§—¼Áº€˜ÃšäÚáœ','¢7§—¼Áº€˜ÃšäÚáœ','|($«yƒK£³A=A¼Þ…\03.G”¬¨wÒÒO','',0,'?'),('Ý€/Æ|l“ó Èvæi','wp-content/plugins/w3-total-cache/lib/Aws/Psr/Http/Message/StreamInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ýèz85z¥Šö¼¥¥T','àÅ¦!ê\ZÄE| s‰½¼õIÅgõß˜V¤4áq§N','',0,'?'),('Ý‚{mýÎU.`¯dÀYï','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_color_reset_24px.svg',0,'ÝŒO„XWÃ*†XÍ','ÝŒO„XWÃ*†XÍ','•ùmæ2\'û9Ò—\\,\nü¡½N³Ú1ª±ŽŸ‡','',0,'?'),('Ý‹¼rn}§z¹äw\'é','wp-content/plugins/contact-form-7/license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l¶é¸Éâùx™È¹,ÞO	','‚žW½ÂŒ¡?ÔeÏð•·ê¶V	¥sfµ,‰$=Â','',0,'?'),('Ý–¼\'Ö\"|3â_™t|©ö','wp-includes/class-wp-term.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';šÃpÊLí>¢c&„\rŽÙ','ßû;É¾ùò‘ã¿ Ô.a—‡O­Ù4‘,>¢ºk&Ü€%','',0,'?'),('ÝœÌ^qñœE€˜~}(','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_screen_rotation_24px.svg',0,'íüÿœƒ:=6‰Fñò0šqâ','íüÿœƒ:=6‰Fñò0šqâ','yr!Äwí\0‚¬}@×xÉ³p’”=þ9æÕGËéÍ0 ÿ49','',0,'?'),('Ý²ÏÞEòb.rÚé','wp-content/plugins/js_composer/assets/js/vendors/qtranslatex_frontend.js',0,'·Ö¶tSTºð.TöÕOyV','·Ö¶tSTºð.TöÕOyV','•ÖˆQ\næ&Ú\0ßñùªG÷õëüIõCcì®A','',0,'?'),('Ýº$;kÙÂJ•	a€l1£','wp-content/plugins/contact-form-7/modules/select.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','àðA¿MÎ¨<[ JD…E','¤ˆ‹ÀÄðƒúK¢™|Öºê,{®dwÚà±úÂ¥¶ÿ','',0,'?'),('ÝºÙ°ÿì¯òÀ©G˜]ž®ò','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-progress-bar.svg',0,'O2j\0Ëù­»¹øë4I','O2j\0Ëù­»¹øë4I','Ëb\'”k¹Ø$VuiE\"†_8ô\"î/G[±÷Ø;','',0,'?'),('Ýºð9HËÉø%@Y·íF','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_chat_bubble_outline_24px.svg',0,'¨Š³â“’Ã€ÞªìïÿÖ','¨Š³â“’Ã€ÞªìïÿÖ','ˆPïþ¶–a	gO» ;Fêsv€½\06ã9ÇÞŸg$m2› ','',0,'?'),('ÝÉO\0l[lq+R‰S28§$','wp-content/plugins/w3-total-cache/inc/options/minify/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÔŒÙ\0²é€	˜ìøB~','ã°ÄB˜üšûôÈ™o¹$\'®Aäd›“L¤•™xR¸U','',0,'?'),('ÝÏ!GSgLËñ‚…lyeƒ','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_turned_in_24px.svg',0,':˜Öê±TJMÀÉARý',':˜Öê±TJMÀÉARý','¦R2„sÜ¬«€yn—Àç8\"ËG7ïÆøgwH$h','',0,'?'),('ÝÔ_B–âƒWŸñkÆm/','wp-content/themes/betheme/functions/theme-head.php',0,',ÁÈVÈHf€ÂY‡;H',',ÁÈVÈHf€ÂY‡;H','ÅRc\rüñw>tß]-ŒO\\ôW‹x‘€ô×¶IÚ™ñ\ZÞ','',0,'?'),('Ýæˆ\'˜Ä|?˜Â>ûí£','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20/IetfCtx.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ƒ¦÷LÕòaDJ„?ûƒZÿ”','ˆ»‹…=F=„=…<øø_%ˆ=§ÙM?áªÝÜÞçu/','',0,'?'),('Ýê3\0\r_šR^gjÝ','wp-content/plugins/essential-grid/essential-grid.php',0,'ª]EEM2£u9bPô','ª]EEM2£u9bPô','E¼	þ§_¥*sÞM¢¿ -¼>†Aq×ö)cèJƒG','',0,'?'),('Ýò©g·“ŽJ+šÜç','wp-content/plugins/w3-total-cache/Util_WpmuBlogmap.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','enVù\\JÿAŒ›þåQŽ','avZË˜Šqte/C¥s ÿ÷Xp	,Åvc{§þÑ†V','',0,'?'),('ÝóA„1\Zžfz;t1','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/diagram-hierarchy.svg',0,'‚úîúsýÔä…«É«Õ(','‚úîúsýÔä…«É«Õ(','&ŽŸƒ–!ìäöHo[ö§ˆ‰ü®Mb< 50Þ)rŠ	','',0,'?'),('Ýø%¢_Â2\r¡Ž2¦šÏk','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_5_4_24px.svg',0,'<¹CKã|~9mâ§Ý','<¹CKã|~9mâ§Ý','‰¾ÓìÙ¢¿–ÞÎË»L(*«¥g½3æa™KÖ€CŒI+','',0,'?'),('ÝýBl›!0Có¢ò5Þ^ýú','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/BlobProperties.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ci{WÏ6súÝlpÝ:¸L','d“)©‘[»zrG¤‡OŠAaî¶d:\'ß,Œœàsx_ ','',0,'?'),('ÞRƒï¯KtñjP¢ñ','wp-content/plugins/worker/src/MWP/Crypter/index.php',0,'gD,Vë§=\\ÆbP','gD,Vë§=\\ÆbP','k‰À—~	¶½UH\Z¥ÖxƒPêÛAÌ„¢ú<¡ž;X¨','',0,'?'),('ÞHCý™¶âôÐ)ªCÍ','wp-content/plugins/wordfence/lib/rest-api/wfRESTBaseController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','üêyëÚKÁæ\nÈuˆ@Ðx','AÝ¶ºÝ;_|sÏÈ¤4ÍÔ_×)zµaKÇQ¾Ee!©º','',0,'?'),('Þ§7<¡yjYª{Ö¶@ö','wp-content/plugins/w3-total-cache/UsageStatistics_Page_View.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B&\n×S¤5BìŠËÊnÒÒ','ÍÑRñ]£À\ZÐ¿Œ#kšëaæ¾ån+´/Àï','',0,'?'),('Þp«Õ­^ß@#àÔ’','wp-content/plugins/wordfence/views/scanner/scan-progress.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b·1{ê	@õmŸ90','ïKªÊM$®ã)+SCQF 1qZéTv`í»r','',0,'?'),('ÞìnÓ»F$pœa½¼','wp-content/plugins/w3-total-cache/lib/Google/Exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','“Ly´àÀY@áA‘ãˆíl','7xïJîÌ‰4^¿©\rÙÄ„ž$eõê(Þ±a zL','',0,'?'),('Þ #µ*ýÂ¸ð¸3¤Òí','wp-content/plugins/js_composer/include/templates/shortcodes/vc_message.php',0,'ZÊ‚õ“,«ãð;','ZÊ‚õ“,«ãð;','<GÎ+ãÝPy]®XÜmbÔ¨?r)í~x\rCÿy?¤','',0,'?'),('Þ0šÓ_ _ýòŸ_,}“F','wp-content/plugins/w3-total-cache/Cdn_GoogleDrive_Page_View.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','í®Ý\\|È399À~ð6','ý<˜QüW­&¹=ªÖ‡åÜšuÂysÅëßA7 í','',0,'?'),('Þ3^ëËPMŸY˜æíHˆDØ','wp-includes/js/tinymce/skins/wordpress/images/video.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÐÂ¶÷ B©=\rz»ƒ3jÁ','¡ˆÁi‚ÍÄI/=´M¾MXž:MæAÕpvÜ\rÅ','',0,'?'),('Þ5f„´ ¼éoÞ®ç','wp-admin/includes/class-wp-privacy-policy-content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ù‰®~M0×Å±æã¹y]®†','§Sé„^Ð‰|Æ¥¨§ÀýãÒJ-ÉA‹itmeG','',0,'?'),('ÞNÄ\\ü|ó`*·,)@4','wp-includes/images/xit-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','œÓÆu:@4\r…âÅz<5È','¨S\rÎ}@½~Q÷:€Scµ±§ê*d+åZÎ_¾{¬R','',0,'?'),('ÞY‘öáŽfÙÑ¥³ýâ”§','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_find_replace_24px.svg',0,'ÌŸ}õéR„)b¥Ònå','ÌŸ}õéR„)b¥Ònå',']€{¶¿Þƒ1é’Ú½ÿ7scRcÎò2üÞ³M','',0,'?'),('Þ^»‹xÆSKæv½O','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_drafts_24px.svg',0,'¸YoD÷MÚ‰ Áôõ0BËˆ','¸YoD÷MÚ‰ Áôõ0BËˆ','\\E´hf\nûRÔ:Qå´\"~ÙôÚKVÓBO„³Êß\n','',0,'?'),('Þ’¶?IñÎ©i%úýgÆyÁ','wp-content/plugins/wordfence/lib/menu_dashboard_options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jÇ~Âi€\'å»Z?îÊ','=x‚§=)¶Zöuò†¤YœíÄ\"ÅFFÔ2ü]þðÍ','',0,'?'),('Þ–C\0”ésÞ\nÙ','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/user05.svg',0,'ã2ˆ+(ÃóèÛ„äl‘','ã2ˆ+(ÃóèÛ„äl‘',' L‹öo\\6˜/ñ“ÒA§Lž˜N¼Š5×$Ã=ÿà1®','',0,'?'),('Þªl’ÆžáÙÕ^ÌT\nY/','wp-content/themes/betheme/single.php',0,'Žõ\\Èwh aµMMß“{','Žõ\\Èwh aµMMß“{','áŸ}† ãŠ$æïj§tÜ˜$.äËø–²Þ?/‚â','',0,'?'),('Þ­­a¸89aIí÷ØM‚ú','wp-content/plugins/w3-total-cache/SystemOpCache_GeneralPage_View.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2Fx]°‡Ì¢CG¬9ÌkD','Y‡P4|öR¿wg*Ç‰ö$‘‚Ò&7Àâ”(ÁŽÉÑÒ','',0,'?'),('ÞÉ˜eõ€.FhC¶‹','wp-content/plugins/worker/src/MWP/Monolog/Processor/ExceptionProcessor.php',0,'ÓbËøiMü)Ý–š?‚À—/','ÓbËøiMü)Ý–š?‚À—/','ÒI±ngÏƒ¥,˜¹<ƒµ’l QŒµæó3½­r²y‹','',0,'?'),('ÞÑOýS±e7“cL­u','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart18.svg',0,'ySÃáÕ¯\0	ö+GÉ[','ySÃáÕ¯\0	ö+GÉ[','àÔ±—²}þ_\n·®]xàOŽ`z÷rì\\tëXýGV','',0,'?'),('ÞÙ©¤:>ü5@u\'V^3','wp-content/plugins/ga-google-analytics/img/250x250-tao-of-wordpress.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÚŽ÷I×Wµû9Í•ÝÞü','ÄG-Sqz§—‹€oóQmˆ*ðn*ê¦(Žœ_¡¤QŽ','',0,'?'),('ÞÞ‹³­”1FóøëÛa“','wp-content/plugins/wordfence/lib/wfArray.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ò\'FbaÛ†Äâ‚‘Á1Ê¤/','›œn2qµ«8D‡Ý-ƒARÙ>ºxqYq˜»¬$Á Ñˆ','',0,'?'),('Þé\'g!Ž:–H™î),¾','wp-includes/SimplePie/XML/Declaration/Parser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ùO,@ÜÀÛº¦aõ	Î”Ë','¾ëimÍQöq+’¿\r¨£:§Po§«üÐ\Z*þ®†Œå','',0,'?'),('Þê–]ll\ZÏ\"1&Ó','wp-content/plugins/w3-total-cache/UserExperience_OEmbed_Extension.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^×%~(ÄÕ¦ÚþþøúA\Z','ÓŽ]¼ãš±,Ü<\níçzk<Ru8„Gæ¹ƒ}ÑýYË¹','',0,'?'),('ßàÒÁ\"‰»–¾Íc)jÛ\"','wp-includes/js/wplink.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xŒ€‰XÄ/Ç‘°¾ð8œ','HNu\'`Àl7fqÂoeÅ	Q˜2È[ÞŸb›Ñ^¹','',0,'?'),('ßIÍúÝ\"”+ôÅÁ','wp-content/plugins/revslider/includes/navigation.class.php',0,'Öt>‰ÿmäØâèùr\rfª','Öt>‰ÿmäØâèùr\rfª','mïašÐK;<ºÀÉ»/J{ìÁU½‰Ó&6ÝžÍ\\ð(ù','',0,'?'),('ß)I¥=Ã?B-R!²·—','wp-content/plugins/worker/src/MWP/IncrementalBackup/Model/index.php',0,'gD,Vë§=\\ÆbP','gD,Vë§=\\ÆbP','k‰À—~	¶½UH\Z¥ÖxƒPêÛAÌ„¢ú<¡ž;X¨','',0,'?'),('ß=@\\ðJpQóm\\†À6','wp-admin/includes/class-wp-upgrader-skin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0ìšw‰s6ÌÒÆ/	èa\\`','O!ŽòÐ)vÁÇ„Ý¨SÐA}æ	Ïî\'}$…{2','',0,'?'),('ßL#¦¹àâa³‰W ñ','wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M`†©ˆ.ÁP4ß¹Üõw','î_ÓÒ[•K-£}wl#ûÐØ›¯q‰Åê²ã![2±R','',0,'?'),('ßNlÜ•K¹­\\Ò^ÎôÄðø','wp-content/plugins/revslider/admin/includes/newsletter.class.php',0,'>Z&º;ú­+€t@Ã ','>Z&º;ú­+€t@Ã ','¾º­\\KgÜš4+ñ—®0f\Z\nW»¶êé¹s”ò','',0,'?'),('ßTd\rÃ3•MÄ	é£¨½Ä','wp-content/themes/betheme/muffin-options/fields/multi_text/field_multi_text.php',0,'zç½R;`H±=ß0B{™','zç½R;`H±=ß0B{™','§€íØ•>ÁAë®¹23ÑóÛ@ˆâÐ¯>%¥^#9ª¨ÔÆ','',0,'?'),('ßbz“/›ƒTº7aHy','wp-includes/js/mediaelement/mejs-controls.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ð„š^yq+áS%ãí¸y','‹½®ÒÓÏhó…©¯A3Lš:¾î\'1÷ê Â\\è','',0,'?'),('ßq‚ùœŠ%Å±“ m+','wp-admin/css/colors/light/colors-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ë¦y¸\'N²[.?§|Qž','›7î2*–ù.ˆ³,;´E±JÆ\n~iç–ä)6S)€ß','',0,'?'),('ßu«Õ‹l‰N]NB\"cîÕ','wp-content/plugins/js_composer/config/deprecated/shortcode-vc-tab.php',0,'5ÓñÙIzÄªÈ:ÞÃißä','5ÓñÙIzÄªÈ:ÞÃißä','T-Üt`ÎšùÙ	|8Ò¬€*êQ\ra7[÷3ü5HÔ','',0,'?'),('ß{iÌ\Z¨è2ÎayRŽt','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/CopyBlobResult.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H8†:¦ÿfHÓ(c-¢','ŒU\0ß8¨xa:÷¿ê§L?Þ¨$/ÔzäÝ÷Þà€','',0,'?'),('ßƒNúT98u4zÁj#','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_vertical_align_top_24px.svg',0,'Ú||½‚PpþqÙYîd!ó','Ú||½‚PpþqÙYîd!ó','Žræ/}‡w#\n$u)c‰ó‹¸1aÆ’ªøŽêèr—ÖÌ×','',0,'?'),('ßƒÁV3„Õ\'ùUr”','wp-content/plugins/worker/src/MWP/Action/IncrementalBackup/Abstract.php',0,'­êÌç[àÇ	èŠ°éŽWÀ','­êÌç[àÇ	èŠ°éŽWÀ','Bòê~heÄlÉk¨Í¸<r…d!Äj\"—Ãi:‚Ú','',0,'?'),('ßŒò‘(ƒ©©‰ÕÛ2áè','wp-includes/js/quicktags.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','YxrS ´\\Yš)á*œB5','Ñ’7‰›^­WïËÒ~£¢é¦Â_‰c‰N6Ð\"','',0,'?'),('ß”¿ÏËŠ‹œH‰uÔ&á','wp-includes/js/plupload/plupload.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ý ª$pZRÑ>\'Œ|÷','à\"³Íº–8[J%ª.ºËš¤c¯V\r\rE½¾)\'','',0,'?'),('ß—ÏQµ¦uâ!Ù¶x•[','wp-includes/js/wpdialog.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=nRó-âïKPãÍ=Œµ<','w§øÜÚ‡EÃž‰ª´ñ\0´vºÓ­¶æk^–M¹n','',0,'?'),('ß—éz4\'%\rT','wp-content/plugins/duplicate-post/src/admin/class-options-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']_nöŸÍak#cö)c«Zj','\'¿e@©²\0$lõ£mÒžÓæÔ8Q~¡Ò™úe¢!yGå','',0,'?'),('ßŸ‰¡§’z·œ½FnJV','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_arrow_right_24px.svg',0,'=“\n¦T\\×GÉCAÞ','=“\n¦T\\×GÉCAÞ','à’×Ã47Àq\Z¬QÝÙ¾Íóë\\`jÎ®<XM äP','',0,'?'),('ß°S‚³ˆ±h[üÛ³Ì','wp-includes/class-wp-http-streams.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Oo—Öª$N„~€F0¬Û‚','”¿d§	*È©ÂX÷›–JÖz9<Œ±)ë>¿Ôƒtj','',0,'?'),('ß´âùS8ÖÑAÐ¢','wp-includes/js/jquery/ui/autocomplete.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':dLþ*ïÁE½&*!','¨¾`ï¤÷àOr\rÇ8;P[Qâ=ãƒ;ŸáÙÆÜ£j','',0,'?'),('ß¹VÌ=¿£»\"à#n§	¹','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/lexer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ïxb#!ºÒàYè‹iûëJ','¯nºd@=•[åcÞgû‡?N}¼Ö¾Rx¸lÄ]¤XÇ','',0,'?'),('ß¾4©+ùKØ&ÏV‡#Úc','wp-content/plugins/js_composer/assets/lib/bower/ace-builds/src-min-noconflict/ace.js',0,'/9Rí-\"2<\Z \rÞ:ü€','/9Rí-\"2<\Z \rÞ:ü€','’Š»t¤Ú(¿`ñø‘w>õyQY<í€–¯aƒ©ý!œË','',0,'?'),('ßÄµ>“„#B§¾bóñÇ','wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' Û“œÑôGÿc,«™=c^¥','ìÛä‹«Gêc‹Àïèt(5\n,9%Ù÷—£Êå)ïe','',0,'?'),('ßÈ¦0á $¢7O>é¿à','wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Å‰³âà¼¼ÛD´tXjª¿','À\nÙÒBú ‘æöÀulüFÄ±,‰\ZLÈÉ(…/H','',0,'?'),('ßÔYv”zÏÖ—*–9ãïa','wp-includes/js/jquery/ui/tooltip.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ì&Â<Qõ1}€œæ™ ž–','ÌM@±jM×mìî›\\µÀöì“`T@€.©óìRl.´õ','',0,'?'),('ßÙ!ÜJzÝ+†køgçÓ','wp-content/plugins/w3-total-cache/inc/widget/latest_ajax.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WsXCTóåE}aïó‡','´	åéêt¸;#ù%iQîcÌú,©•Ê„0cd½z£Õ','',0,'?'),('ßá÷\nûVPé+®LØU','wp-content/themes/betheme/functions/importer/import.js',0,'ÿ0ÉØcD™Pü&·»j¥É','ÿ0ÉØcD™Pü&·»j¥É','@KtÑLb7\'%JÒ*[¹Ñ/n&˜ãö±ù\n~8L y','',0,'?'),('ßòÎ†Šteõü„NhËŽ','wp-content/plugins/essential-grid/includes/assets/default-item-elements.php',0,'ã33ÈB•žšÔ“¬Žf\r','ã33ÈB•žšÔ“¬Žf\r','()…]Üc,xü¡Á ùkDî-‹`øxW<b¸','',0,'?'),('ßó-’kËRO‡¢^¿‚','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/hand-money.svg',0,' Ý¡÷½Ø‡\Zl…Øá—²',' Ý¡÷½Ø‡\Zl…Øá—²','¬YïÜª°Å=Ëï—\"ç!±\'¶œ³ª?j¾‰Öï‹#?','',0,'?'),('ßýå[}ëe³÷ù\'','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_looks_3_24px.svg',0,'6¥e` ÌG°Ô³#/ô','6¥e` ÌG°Ô³#/ô','R#7JSJì²QPöÌgÃWÛãÊ4æÓÕÁæ®ì™Ë','',0,'?'),('à† ZÇ,oÆšŠž','wp-content/plugins/revslider/includes/update.class.php',0,'tÑ>`ã)›.ÝÝƒS¤ï','tÑ>`ã)›.ÝÝƒS¤ï','q4”$#0¨»ôéÆ\'!’³yÅ¾–wÎ\"T^ìÎÒ','',0,'?'),('àyQyñìï­`ˆï5WG^','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_markunread_24px.svg',0,'1v):®Î¢Xgóu‰Œ0','1v):®Î¢Xgóu‰Œ0','ô^#Ã›ãwzú½éªs‹ýÎn{ÂÑ¬\",-°iÝi´','',0,'?'),('à%\né™üèïgÀýB*','wp-content/plugins/w3-total-cache/Util_File.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','»ñç½VH”-€Œ²?­¢',';Ì±ÎpæôðßfæCfgsM\rÄ¼‹)8nS|$','',0,'?'),('à%çf\\+,…æÍ\0\\Y','wp-admin/includes/class-wp-filesystem-base.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hì„ßû®¼rßmnq×ÆE',' FŒÒÂíMÜ,s‘›ŸCvU™7—¦Ôî$‚jÈ›Œ','',0,'?'),('à*¢™°¹\'Kj¨›Ì°!c','wp-content/plugins/wordfence/waf/pomo/plural-forms.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ú\\mø-jß£ÎÓ‡zß¤L','€ò\0ÜkÃåYáˆå‹\'Kéï÷Qäüó¢½wå¶¢«','',0,'?'),('à;áT=fGÒÏ½eWØ','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/conference.svg',0,'ç.zG\r\ZS3	ESª}Ã','ç.zG\r\ZS3	ESª}Ã','Ôç&#PFL+àŸÒ8(Ó.ýAH}{5@w åò¡:‘]','',0,'?'),('àA5v		ýB\'pf©öa','wp-content/plugins/js_composer/include/classes/shortcodes/vc-column.php',0,'ìHQKéV©dÜŸ','ìHQKéV©dÜŸ','ÙT]¤ŒpèœWúçë;”…¥‰o +6)°Û\0ÛªM|','',0,'?'),('àL¡ÛW•Yìk!ýM®','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_line_weight_24px.svg',0,'\n {\nb£Ù†\0r¾õ','\n {\nb£Ù†\0r¾õ','* mŸçÒD2È‰ÃÔ3ú»lX\n0WóJêI¶Ð1Áå','',0,'?'),('àSÅ=I´¤rú¼Ã¯HÉý','wp-content/plugins/worker/src/MWP/Signer/index.php',0,'gD,Vë§=\\ÆbP','gD,Vë§=\\ÆbP','k‰À—~	¶½UH\Z¥ÖxƒPêÛAÌ„¢ú<¡ž;X¨','',0,'?'),('àSÙN{S8|HIÂ]GP|','wp-content/plugins/worker/src/MWP/IncrementalBackup/Database/MysqlDumpDumper.php',0,'È/c¼§œíí9n;I¦vâ','È/c¼§œíí9n;I¦vâ','ý¨	ÔŽi²àO)+´¤³V	Kú8©²hp¢®ŽC9','',0,'?'),('à\\1Ýƒâ%áVE|<Nµ°','wp-content/plugins/wordfence/modules/login-security/img/loading.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K:û„²·õmð™—£P½','j*äeŽó©õdoX¤~§7Âë&€²‚Nü9É|L•Ç','',0,'?'),('àgþ6¹ §åw÷b¾`/…','wp-content/plugins/essential-grid/includes/InstagramScraper/Exception/InstagramAuthException.php',0,'‚<å•Ðºä µ•ÂýÆ','‚<å•Ðºä µ•ÂýÆ','Ÿ Ç×%¢‘9äëgx£°•\0]¥¶>gVŸO|Y','',0,'?'),('àiÌ5Áâ0½Š)nç','wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/GetBucketLocationParser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' }IÈú3ˆ2Ž­ÊõxNy','†ñPèrÀ·Cz`ôÇLÊÓ×À%ãPÿ¦ŸÛ¿[i','',0,'?'),('àƒí$¿ŠÒ„MŸs„+Îæó','wp-content/plugins/w3-total-cache/Extension_FragmentCache_GeneralPage_View.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ëÏ?šªÍÙïûÙÁüfh','žkºe^Ø­\Z%É®æ–††cÂ(ïšÃ>±÷WÉ','',0,'?'),('à„i·÷ò4û»ZláÐƒ @','wp-includes/css/dist/block-editor/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uB¿IUäFÞàFÎ&´N','±è¾F$Â`ÈÂãÝ‚ÆÍÓÌÛ¯è3mUT21Pß¿ëÃ','',0,'?'),('à–ÊrªÖMÓÜ´-\nSƒ„','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/parser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÂÓÀ­è(wîÙ¯ï»(‰_','©œ‘èÿb<ÊWér,õMÛ«ÚP…ÆÌöp>NçÝn','',0,'?'),('à¥ž¹\nF xv*„?/Ý','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/incoming.svg',0,'B1;h¥üEG…è jæÈ´ô','B1;h¥üEG…è jæÈ´ô','ß4\\6mì·³‚0,@d¸+F\"^vÍ¶s¥HÌ¯_','',0,'?'),('à¾©¨gðóÝ#TÇý—','wp-content/plugins/worker/src/MWP/Action/IncrementalBackup/StreamTables.php',0,'mî…>u‹üÈ| j¤Ã','mî…>u‹üÈ| j¤Ã','«¯CiòeÌ*ÓûâËSe3M‘ >kð€&Z FqK','',0,'?'),('àîÇFP3\'O\Z–¥G´Wm','wp-content/plugins/worker/src/MWP/Http/MultipartResponsePart.php',0,'Ä¼2ê´6µ0]‘DI','Ä¼2ê´6µ0]‘DI','a?ÈèW×`¨	‹;!‰?šÔvT·’ñ ¨JØ-ÙÎõ‰ç','',0,'?'),('á©^ºûbR–åSIá!Ó?','wp-includes/class-wp-image-editor-imagick.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÔRÜùH‹¸àVFOe','ëtHa“1oÓÜã>ÄÏîºlŠš>¸ôõgd5Åô˜qµ','',0,'?'),('á´ôÚsk“6/§«Ð½º','wp-content/plugins/wordfence/lib/wfSupportController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','•¹Ð¬Qe/à3=Àp¬g\'|','zœE2\'Üô:›R^Ýè)þê(J0Ð¹Ú³ç¼ƒl','',0,'?'),('á2\Z“è\0mæ±ÍèÃÛ','wp-content/plugins/js_composer/include/classes/shortcodes/vc-custom-field.php',0,'ÎY]®-Ë6¹¯DP“êBÔ','ÎY]®-Ë6¹¯DP“êBÔ','Ræµ²Ó„Z±d¼81hå¾à	½ê‹ïÂ¤;','',0,'?'),('á8fQ-^OE~ËÞ“	£È´','wp-content/plugins/worker/src/Symfony/Filesystem/Filesystem.php',0,'ƒ1»Œ,³mZ¼Š…÷O','ƒ1»Œ,³mZ¼Š…÷O','5Ù¯ÂbuÃ´,&šFO\"$ç¹B)Òž^åLÙœ','',0,'?'),('á@†‹M]\"° …iNJ','wp-includes/class-wp-http-requests-hooks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','”7žrÍž[#šº×…à7H','»ùœn hðÒ»…þ ¤Qhg82g·£,öy…Ö>TW','',0,'?'),('áKYA);“NÖOcY\\š','wp-content/plugins/w3-total-cache/wp-content/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÔŒÙ\0²é€	˜ìøB~','ã°ÄB˜üšûôÈ™o¹$\'®Aäd›“L¤•™xR¸U','',0,'?'),('áVàŸtå«„äIiúµ¾À','wp-content/plugins/w3-total-cache/lib/Minify/Minify/IgnoredCommentPreserver.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q_Ž@•Õþ=9¾3)','S—›l¾iè8<Þ¾MìÝºKÜ£g6Úrº³!X','',0,'?'),('áZ±Ž®(>(ª1bÞ«”Zê','wp-includes/js/tinymce/skins/lightgray/content.inline.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‹lo7Ör79wA¬UÉE','ÌôêEýÿ¬P¥¡ã[Ó¼•xðv1i0ëh;†Œ¦ý^J','',0,'?'),('á\\øõ¶ø$ÛI¦HÉî¥','wp-includes/js/jquery/jquery.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¶÷	3i è¸7‘Lç1±<','Ísõ)=\'¸5r¶ŠÞòl»}Æ<¹(v\'Ü˜l„x\Z','',0,'?'),('áeí®¯ßÀ‘:Ö¬p6ä','wp-includes/js/dist/vendor/wp-polyfill.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7EÙ~?VÿÖ¬Ž‘oÊB','b1r·¤ë·»·âJ¥w¢Ó./2€M€`','',0,'?'),('ákSkHæÄÙÃ‹ÝÆ¿','wp-content/plugins/revslider/admin/includes/shortcode_generator/gutenberg/dist/blocks.build.js',0,'³Epïˆ÷¹»¨†St°/','³Epïˆ÷¹»¨†St°/','ÅÑÔýµ¼\"¼÷ÕÄªÿÎñ—P,Ã¸X=`A°®ç+','',0,'?'),('áq@/»¹ê¦‘Ùž-MË','wp-admin/network/site-users.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¦p°eQë;†\'„1','Ò Â¬\'py—p@ë\"¾â”%iŸ†q7ºVxÙüž\n','',0,'?'),('áƒ„	¨.\r¨1ybÒÅèµ','wp-content/plugins/worker/src/MWP/index.php',0,'gD,Vë§=\\ÆbP','gD,Vë§=\\ÆbP','k‰À—~	¶½UH\Z¥ÖxƒPêÛAÌ„¢ú<¡ž;X¨','',0,'?'),('áƒÿl€YÖO”ÃIvYJø%','wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_presets.tpl.php',0,')edç îåàš,Côs',')edç îåàš,Côs','òm$\Z|„A]„†ºØTÆh9ãŒÒLÀ\Zq×½È¶','',0,'?'),('á‰É’L$¢Ëæ/lak|','wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem.php',0,' pE5žîQ\'ÚMg(F›E',' pE5žîQ\'ÚMg(F›E','ô\rÙ!£0Ã›\0ù®ê¹ÞÛ18ÛµÛê«l¡à','',0,'?'),('á•µ7\\Fû|‹[Eª„çl','wp-includes/sodium_compat/src/Core/Curve25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','È0™øÇs0C{[ºª[t7','Zz`ü}õÍÛJ¢GN]¢œö¾lÆïQÆÈ8Ž±H','',0,'?'),('á™>Â“êÆÌ\nô5´ëäZ','wp-includes/customize/class-wp-customize-image-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yÒ1ñoE>ÓuÌÇ˜û\n','a\n\r»$Û±Œy…œqø*åÁœÿ$q¿«{ÒÚ','',0,'?'),('ážäÅŽ“ßg‰ðþÇ_†m','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_call_missed_outgoing_24px.svg',0,'\r’ØÛ<ûxRâ „R|&h','\r’ØÛ<ûxRâ „R|&h','…²H—b›I ÞÜÿsâ=ÜVƒApxÙxÔ.³J','',0,'?'),('á¬;ÁDthòEÓGì>“H‰','wp-content/plugins/wordfence/modules/login-security/classes/model/view/title.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','äÕÿíô™oº¯çªÄß\\Á','¦ÀZm›$zÝËp¼uC¿¾VgIgIÜÂØNæ','',0,'?'),('á±ä-Š.¿7$:eèó8','wp-content/plugins/w3-total-cache/Extension_FeedBurner_Page_View.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‡n:JÑf—b2u#RïÿÏ','Å¥éÞL§:¢/Ù5{4›¸éè°– 8ÛŠ™m7hÙ','',0,'?'),('áÂ^´‹ÿ\0O·ÂÀàŒ)W','wp-content/plugins/js_composer/include/templates/params/vc_grid_item/attributes/vc_btn.php',0,'R¥±˜!:.¬R<_÷ã4°','R¥±˜!:.¬R<_÷ã4°','ŠØ–Gío«ëiú”–“©ExjÉé0G9Ìž¤BÂâY','',0,'?'),('áÄ!€/Šq(tÊ;Øãˆxn','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/Coroutine.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','èQ)¶™Æé0Ö8¹JÊò','3Á*lóÈ¿šþõR²Äû¼{nI«×¡§¬pÝ‘@Ü','',0,'?'),('áÈû›m|ë™ybœÁ¶á','wp-includes/class-wp-recovery-mode-email-service.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U„Ÿéý¤fjÛàÊ1NS','¹ŸÀõÏ&îˆÈƒ*BÎ²\0!¨‚\rÜ`Êí\Z¼)','',0,'?'),('áá\"ÐC*ÿª×šÝ.®±','wp-content/plugins/wordfence/vendor/.htaccess',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','£E\"xKÊê{Ç8ödS³','C‡¾ö½\'r…9½ì@âK¡Þ†t¡ª™öâ§w#@kº','',0,'?'),('áïÄž{\nµ1Ì¹\'°ÅmC','wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.min.1607007971.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¾lÿ.´š(ëK‘pQÙð','³Ù$rb=pÏh¹xËK£ù5]8ÇQþ§˜R‰¯jn4','',0,'?'),('áñ\\9Ã£>œŸ„Iz4“c','wp-includes/js/tinymce/plugins/hr/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¤Ék+%Á5l3æÁ!-¹³','Ù2`’”ÙRi€L³#eØ„ü4Ç6ògôªp†o~ø','',0,'?'),('âTÆ<Gß¨Ø«~…s03','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/DateTimeResult.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','sªÆ°v¯U›â¶ÆñyÅ','\r4nÎÞ¾éÀ,œƒí\0€ìÿ„(&ìG·IWvá','',0,'?'),('âBK†ÀõA—a<ä­l2','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÉXß“à¾Å’\"X3î6DQÝ','!l.º.¬êGIî´\n7oeÈÑ¿è\';Iÿ\n\n³ ì','',0,'?'),('âØh+¡…¶¥·¬DANŒ','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_drive_eta_24px.svg',0,']˜ãg>p~³ÂËÄÌÜ¼¢v',']˜ãg>p~³ÂËÄÌÜ¼¢v','ÊPó¸,tZ»%¨W½DxW™“@Ow©`Z,/Ž','',0,'?'),('â&HmÑ^…ÝnÈ#hQ','wp-content/themes/betheme/single-portfolio.php',0,'ŽF‚O}SÜcž­5{½KU','ŽF‚O}SÜcž­5{½KU','”þÀA5ñ&ÝÁÃ!ð$•Õ“¶EŽ®Þïý1µ{','',0,'?'),('â)…Þ¤—íšx7ƒxy¤','wp-content/plugins/revslider/includes/navigations.php',0,'\Z\'ß¡ÎŸŸ†±f\Zj(K×','\Z\'ß¡ÎŸŸ†±f\Zj(K×','~DÎ˜9Îª]ê…Œmâ&éUmbè“\rÒØP€yÚ«×','',0,'?'),('â5ìC/ä\n=äç!l','wp-content/plugins/w3-total-cache/UsageStatistics_Source_PageCacheLog.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÍDAM^»3n#šëX’','9$g¼ËoiãÏyµ~t‡¯0UE0‘pü¤Dx£ïi^&ä','',0,'?'),('âBc é‚A}EðoGòMF ','wp-content/plugins/w3-total-cache/lib/Aws/Aws/ResultInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D½¡H+àT`5Â`‹Öž','Œ`ôµnIò¢p„vC\0r…VÓ@::«Ã•?\0Š]—:','',0,'?'),('âCÚ…ãú¬\ZaêÂeöñB','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/functions_include.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','õËãù˜í¦ê3A![÷¬','@™5Ò!\"æqŽæ„Í?nø^ÏfÅpû»dâx^n','',0,'?'),('âL¶>ÙŸ‰#{6p}YãÎ','wp-admin/options-writing.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','„ÑÎU2?ð÷ÛÉ»[iã¢','öJé†\\C„AÚ>K#ÖÛú\\{Žù‚š2æã˜s','',0,'?'),('âU6Ï…sÄdÂ~x¡ýð','wp-includes/sodium_compat/src/Core32/XChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r*Òun•rdu¾g¼íô','ÉÒ·<hùboô>óW‚Ã\Z±N˜Œš eÉù²ia°','',0,'?'),('â^}R	íV7{WI\rH','wp-includes/blocks/search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Õ§L\n¤8«Þç{sîžµ','xíž\ZãR©>Ø¼û:×@3ÀW@füe¬f½çÊØLÖ','',0,'?'),('âe|6Ï\nïWÌ½µ','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_laptop_24px.svg',0,'\Z\'ä`éA]ƒ\"™=E§¢','\Z\'ä`éA]ƒ\"™=E§¢','ØqþöÓo|…ì>ÝáÈÇ„¦%ï˜–ÃvÎ´ßüÑ¿Ó‹','',0,'?'),('âlÛÉƒa‰ndþv\"Î×Q','wp-content/plugins/contact-form-7/admin/js/tag-generator.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','øtyY¢@Õx¨,ôR.À;','V]\'ðm°ãW›À3 T\"×\n…ä„¿Ã´zÛ~N=œ','',0,'?'),('âs$svŒ¨§ÊèW;—','wp-content/plugins/w3-total-cache/Root_AdminActivation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','å¡ÕeíUR–&1p´÷','fCK¥\ZÐw^”3³î££úŸ#4ÕíüIæL6Ý*@·','',0,'?'),('âx+)$\ZÍ«Äœ¤€ã¸d','wp-content/plugins/js_composer/include/autoload/hook-vc-wp-text.php',0,'Í@H:%‹n¾ÍAÂœº†È','Í@H:%‹n¾ÍAÂœº†È','³¯Ÿ¶ÝÓ}^@Ö­ŽOþÖZA)#Fgh','',0,'?'),('ây¨0H#;èe\n\"¢+','wp-includes/js/dist/server-side-render.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ƒ€áCðw@ä¨Mû•3±É','“rÇó†FÊ,ÙÄT	ŠÂ®žab}¥ŒûWp\0g[¸¢J','',0,'?'),('âzg:M‚q¤j8öÐà','wp-content/plugins/w3-total-cache/Extension_FragmentCache_Environment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E%âr(:x03Ìg\0aò¢','¨@ŒÄÌy$UúÈ@€§åuh`çñ|qÐÃ','',0,'?'),('â}^(\r×)Éš-S¢$uZ~','wp-content/plugins/worker/src/MWP/IncrementalBackup/Database/MysqlConnection.php',0,'œÇŒp‚^ŸGž\0—µ5ð\0','œÇŒp‚^ŸGž\0—µ5ð\0','æRYö<UÃq(ð:Šä{OUCÆ¹åñÁCkkŒF;','',0,'?'),('â‰“\Z¨\rDé2øƒ#äw­','wp-content/plugins/duplicate-post/src/ui/class-admin-bar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u\ZK*{Ž¾§Â9Æ?»K','Æ|*FôÈÑ<•¶Yü:D_–Í›)-ô£¹>Îƒw','',0,'?'),('â’_·K-,íÿÅü‡ÓïõŒ','wp-content/plugins/worker/src/MWP/WordPress/Provider/Interface.php',0,'â„¶örwc|d4ÏôE','â„¶örwc|d4ÏôE','áv¤ë_4œŠO­xâí÷Ìú7‘¸ `Jk¡µŠÿEª¹','',0,'?'),('â a8ÏI<È¬_Á[','wp-content/plugins/worker/src/MWP/Http/StreamingResponse.php',0,'ù¶JõÐöæ½Nu\"»¯Ä','ù¶JõÐöæ½Nu\"»¯Ä','¿\n¾—ÅÂ6ào½*Ìµh\\:i¾±P––SwÎÌ','',0,'?'),('âªªÐ82c™=ÔtÁ*Ïl','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_input_24px.svg',0,'ë4•ybØ`_OêŸfÜ','ë4•ybØ`_OêŸfÜ','-ËÏóh\"¤Ùo±Úg®É’ðN TE‘ºÅJC*ðrêï‚','',0,'?'),('âÄZa9ŸUÀzü³Õ¶','wp-includes/class-wp-date-query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ÿªl–â§	Ö|qI','E\\Þökbãi-ê2ÍlSêÍ¡ÓØðÓâ\n†˜ÖÀÉ','',0,'?'),('âáÁÃ)2¶: Ióu+','wp-content/plugins/js_composer/include/templates/shortcodes/vc_column_text.php',0,'Iaà`±ðÆº-ê´q\r','Iaà`±ðÆº-ê´q\r','þ)§gx,ƒ“¹–Œ9É¯²ów­/†69X½˜ó','',0,'?'),('âäÄ¸:ß,p´1¿ÛHr','wp-admin/js/dashboard.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Qú¦rÓUqÃÇÜfUÀþé','G-YíòñÒÒÑQ5´ÌÎsã$*™QÒgZs¾-—q€Ä','',0,'?'),('âõ3–ÍÝìWQ¤ÉŒ\"¥Ò','wp-content/plugins/w3-total-cache/lib/SNS/services/MessageValidator/sns-exceptions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';ÞÉw,a<Fµ²$¶ì¥',':š¯YÞ¯UÁ-_!·8ÍT)ts@K=âáàÛb¦ëèT','',0,'?'),('ã\0¼•×•oxi3%\r+]kg','wp-admin/images/post-formats.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÜKÿáÑ\0“äÙ%3¨Öº','9Æºƒ&Ï]Ÿ¯nŸEu¡Àa]iFé÷Æó¿Æ³Â','',0,'?'),('ã³üÊÑ­Ðãî!x¨','wp-content/plugins/w3-total-cache/lib/Minify/Minify/Lines.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y¤œuõÿ‘]jmË\\:Ô¨1','÷ïˆèle&X4Z\Z$Jsò(â¶_Y^*\\˜@]','',0,'?'),('ãÕù¡D93”…¬Wd#æ','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pencil.svg',0,'&|â,f:qC–YL;','&|â,f:qC–YL;','‘•ÁÏ˜•å‡DÏØ’yá[v‚Qq´~’Î»ÁrôRS','',0,'?'),('ã­ËÛ¹\'ZÚüT“X!','wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-image.php',0,':LÇÃ*ÜoÝ*€FƒK,E',':LÇÃ*ÜoÝ*€FƒK,E','U¿_¡3×œÞC7û-Ë|Y”	s’ÿº`¨[¦OÍ8','',0,'?'),('ã,çÝ…+[RXX7Ûäóù','wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_pages.php',0,'Æ’ÿ1È†u*˜\r¥æN.','Æ’ÿ1È†u*˜\r¥æN.','ã¬]_ûìÝ•Mp–·mß±B;yéaÎzÿN7','',0,'?'),('ã0—;ê-,ÓAÞEyæ','wp-includes/theme-compat/sidebar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(áSë“;‰·IœÙ(','Ûð“§UÆkxÄråîLb°\"îÌJAFž(u;	\0Ã&','',0,'?'),('ãB—‡\"^I\nšÒùhÆœ','wp-includes/js/dist/dom.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','˜Œ™@Ü@Ûìô„ó','©•ôçI¥Ÿ~*ÇÞ­©Avï6³¥ädíè¯Ï*U','',0,'?'),('ãMŠ%.»²ž\'¶£9ùßn','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_developer_board_24px.svg',0,'y8W‡<ü¥w ¼§‰“?','y8W‡<ü¥w ¼§‰“?','I=ðÇHÎG?\"ŠCýHûÌê—?EÅsÚ[ÑÂ•3_Óïí','',0,'?'),('ãaÝOj\'÷Å»D*ÖV4','wp-cron.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ü&ï>F’m8ÉƒK`Ù','hiÐäg£üF±¡œ-èò	0&‰·â†õû€Íyl‰','',0,'?'),('ãm5^¹ÛÀÇuÈê°9>','wp-content/plugins/wordfence/views/blocking/option-bypass-cookie.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','PAf0	/¡§à Â(wÃ1X','±IóÃRR\nûøò¨ßŽ°ød—½õÀ;µ÷©‘ÎI3âG','',0,'?'),('ãyõÔz2¥.É^ù','wp-content/plugins/w3-total-cache/pub/css/options.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÜãËWâq¿R2%–œfW','OÆ¹!íOõÆJ		Âú}2Ã\\/CÞÑ}ØßîBôt','',0,'?'),('ã€\"}?ÔTU€Ìî“L¸à','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_brightness_7_24px.svg',0,'éÕz·ð¹ØQDˆž	Ë™s','éÕz·ð¹ØQDˆž	Ë™s','„&QKývëã%NÁ\0ŒŒŸu– I“Îv­YÙ','',0,'?'),('ã†#\' º~“ºÆç/z¶F','wp-content/plugins/wordfence/modules/login-security/views/manage/regenerate.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','XôZ\\h‚çš=•9Ò5','ù›.ÊZ„Ÿ´ÖÑ2~Õôí¶¾b8‹¥ñÈž˜¦u','',0,'?'),('ã‘>¿z*Â})1Ú4cüÈ','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Authentication/SharedKeyAuthScheme.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*#`JŒ¨öÁØ·0\n?™','¤qïþmmL4ªÿ	¨l2á>+íJŽp¢šŽ§2Y4ø_ú','',0,'?'),('ã eÆ\\ÛkîcçßXf','wp-includes/customize/class-wp-customize-upload-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Hè—ï»‡ ×yÂ¿Åàu&9','Ö~Wbõ¨@X½|DéÔS¦‹ªÎBq.6¨¿.¯','',0,'?'),('ã¦‹ó§ç¡ÿï‰o  f','wp-content/plugins/w3-total-cache/pub/fonts/w3tc.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ñø<fãq(¡zFˆP¹\'º\\','Â*>g&3h*±@“ßè“‹zcð¤ª°\Z‚\'Ì¡','',0,'?'),('ãÏ„·ô—ç°ò¨rØ#','wp-content/plugins/js_composer/config/content/shortcode-vc-gmaps.php',0,'3Ï$ œ“§òÑFBå >i','3Ï$ œ“§òÑFBå >i','¿\'«Q~Æ0Žl\'24WC6ÒÞA¥þöTKfÄ³!Äw','',0,'?'),('ã×ÛLÍÊu%ß×rW…','wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2015-07-27/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‰E$b4%hQ×ŽyÇ®','©ta²-R){egÊÇù}@ÏéÌ²åÏ5L`ë,','',0,'?'),('ãáqÕ82½úvÂ&#M','wp-includes/js/tinymce/plugins/wpview/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ýj5qŒ™S\rXŒÚîièê','Ej\Z…³\Z°IÓñÓ3JÄçG»jVÝ’¤¤6<Sç9P','',0,'?'),('ãã¶H‘Š§„Ï%â÷Ú,ƒ¸','wp-content/plugins/wordfence/modules/login-security/img/ui-icons_cc0000_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|¦%;w©ý¯Q»8øÈ@','wi>Þ6·Æ¬à4Èå .NÊC¹äž\Zÿ4ªIOžÙ','',0,'?'),('ãìó<kUJv%ò1‚‡','wp-includes/fonts/dashicons.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7¨¡Â÷Þ|±¯Øû¡‡Z','ßDºÊD+ve‚h Þs>±˜¬Züfo‚÷vWˆ~,=','',0,'?'),('ãï©a,å;wV£SY,„ó','wp-content/plugins/js_composer/include/autoload/vendors/revslider.php',0,'_YÄÝxÝš×6óµH\0ª','_YÄÝxÝš×6óµH\0ª','b…éa&|e4]lßµ‚\r%\0¿{JTn0KÅ›kÅÆŸ\\','',0,'?'),('äÈÖ¶¼ÎF	)Û½æqÖ¯','wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Psr7/Request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ü¨G;Ô\0\Z‰<ÂEè','¾Ð2¢\'\'û­É]€TÚþ\Z¶^!àb×6¤Ù|&Ø¶\r','',0,'?'),('äÑç#ÿiJå®H·?ö@¸','wp-includes/class-wp-http-curl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÎS¬`3FÆOƒ,;N#ÍÉí','ôó@µŽ šìÐßT®¶(¶\nDÄÚ ­ÅYÒà	®]¼2','',0,'?'),('äw¢ÍÓÖV¥Ðë¼!Ü','wp-admin/includes/class-wp-ms-themes-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{¤Ã8±¾“‚éLk¢5—Ð…','±\'Ù<oŸ²\'.á¹ÈùGÔ\"â’vñ2gwiÌ‹\0','',0,'?'),('äÕœÊf+!X_´~ÅÎc ','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_hospital_24px.svg',0,'‹ÑüE Øñ$¦¡QÇ‹ä','‹ÑüE Øñ$¦¡QÇ‹ä','PgÐÒ®ë‡M!s†ëUîAp_á4ŠÄÊ‰Ýšp‡ƒg','',0,'?'),('ä•¿äâÏìÊB†Çˆ~t','wp-content/plugins/w3-total-cache/inc/options/parts/redis_extension.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"„¦m™þøì¿\nð½âË','IX@—^¥•«ÄKâ[‘ÍÀ×‰I/#¨=œVÇþ«\\í\r','',0,'?'),('ä\ZôKéõ^ª½û\nõ','wp-includes/blocks/image/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e€CëÙ²£`Çz¤	ž','.ív6§T›ú<`$Å~=°—Sä«¯º3¤ƒ†Î','',0,'?'),('ä?hPˆy/Ù.ÃHDöl','wp-content/plugins/w3-total-cache/Extension_FeedBurner_Environment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','»D`_”Î{‰\'Ó,Uáè\0à',' ûQ)úlµß\nÄ9y€\rÍ]‚{Â9ý{:•]Ü„XN£','',0,'?'),('äZÒºc£cv!k\"þû','wp-content/plugins/worker/src/MWP/Updater/AutoUpdateManager.php',0,'@¿áôÆÞ_Û\"·¬Æac','@¿áôÆÞ_Û\"·¬Æac','Tà’ë]C·EUZšO÷ÿÕËÔbzÙ(d3Ú¢˜ä','',0,'?'),('äb£.å`D”Hd^x‰Œ†','wp-content/plugins/w3-total-cache/pub/img/w3tc_google-logo-retina.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','EpÃ<Š$É§ó4~·š','=¡¨ßdM+HØÚåâË‰—7Q.Þ>è”Îíµ-2','',0,'?'),('äz^}ù„Â¤hh3\ržˆw','wp-content/plugins/wordfence/images/options.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¥VÉðÑ´®Çó»Aï¥','D:ÂbwÃ#^›€Ï4¬BÀKIP‰?	zÀn‰VÌ_','',0,'?'),('ä†®G*×~–5HÒÜI','wp-includes/js/dist/vendor/wp-polyfill-dom-rect.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÿÿlS?,¦ra›4;Ý^F','ØDÓ;íä‘µâeHÎiÀbÙ\ZÄ?‰b€™‘ó','',0,'?'),('ä¹¤×#Ð$î\nF/²s¾','wp-content/plugins/essential-grid/includes/item-skin.class.php',0,'¸ÞKŠaºx“a*pRf²S','¸ÞKŠaºx“a*pRf²S','U±GPýË°m Dk·óŠc½õÁ?ïœ9<¥ÏQ,,«{','',0,'?'),('ä¥?p{•NÂã§ŠËøUÁ','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/HttpFormatter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','©:¦¢·§ëo3¸©ñhd`','qáæƒDO¤c\\HÂó˜L·ƒr·•…\ZOB1ÞæJ','',0,'?'),('ä­ó²Î¾(ÅmeàÛO®.','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Cookie/CookieJar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ŠóV›ÅH>§ßB5Ug,÷','Êc™í8nkx”[¯0éôëG-+/|KàWfzF/Òô','',0,'?'),('äØž™úÈ%“40nkÍ','wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/deprecated/tabs/vc_tab.js',0,'\nCÁö¾¹ü‰«­=‘1Éh','\nCÁö¾¹ü‰«­=‘1Éh','Ý€VÊkêÑ£Õô\0;9À~-ÏRý;Š\'tC±|\'¯’','',0,'?'),('äÙo…]m¥ÂL3^','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/DroppingStream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','­¬¸£\\h’^ž­Ø¬','!7Þ¿—¸ÉUußøW	œý´²ä·‰³jj~E','',0,'?'),('äÚåî¤Û\\Q;Óßí\'Xr','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart17.svg',0,'Ÿö:€i·xYžûY/T×Ü','Ÿö:€i·xYžûY/T×Ü','ûÍ»!êç\'éfÛxú©‹ËÄZŽS/†‘\\òyk(°','',0,'?'),('äÞšW¸*ßHÉ’¢ò\n:','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_blur_on_24px.svg',0,'Æ¹ur®”ÿdÛ{dfšN','Æ¹ur®”ÿdÛ{dfšN','s§æ ôgåh—Ÿû«Þ[km¥4CqTìÔúBÃ','',0,'?'),('äßæ¨ÞzpKC²{\\>‚ó','wp-admin/js/dashboard.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Å@kò¸.ëHÕ%aY÷5Ñ','|~‘Ôu…{.6¯rE„hyˆv°á©¢ý|PçcD=\Z','',0,'?'),('äê¿1þ]ÃM|®KÔFZ','wp-content/plugins/wordfence/lib/wfBulkCountries.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9	+OyÕ®…urOó3î\n','X&o1\'ì»cgüî¶mlû¢ySÑÊÒÝt‰ºª¾Á\r','',0,'?'),('äò]À†¹çx¯`=ÌøF‰','wp-content/plugins/w3-total-cache/lib/SNS/utilities/response.class.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Šnÿu¼Ý»rªF','Q£Ê.$bsÞX\'2ÆrÏ#ãºm¥KEw§*Í’å','',0,'?'),('äö\00‡ùqŸÄŠNy)”Ô','wp-includes/plugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ã«®*àTÀuã©GÔÙbØ','FØl×ÝÐîÉÌ­F”XêIL=š$»¸üuøê^©`','',0,'?'),('åS•ErUˆ”ùÇx\\÷','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/handshake.svg',0,'ä ±vÛÜöâØ&\ZH¢R','ä ±vÛÜöâØ&\ZH¢R','Ûì}“`‡ÁlW®\rz(z´¼qL¬mQ˜Ç<ð¨l(F','',0,'?'),('å 4&úÇŸ	Ý×üM0','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_toll_24px.svg',0,'Ù_ŸãÄZ\'9æäTN£Õdû','Ù_ŸãÄZ\'9æäTN£Õdû','Ë³*:èË›‘°œõ\r­O_Ös•äÆ¯Ï/+#Û³','',0,'?'),('å\'Ò`FÌ”Ì~ÙÄ–“œ','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/view.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C¿ýõØéÌ0Ð+C„²…','`>&i(Å¹›…‚C”Îßfÿîë&ñÏì>Y\"¦','',0,'?'),('åB·›á“Z|/1ß½„¦ŸW','wp-content/plugins/testimonials-showcase/includes/js/ordering.js',0,'`†Š‡íšØ;Ï°»›¿”','`†Š‡íšØ;Ï°»›¿”','ÇApæJ\n@~|ìå|¢ð‹9—æyP°©þ!9Û­ã','',0,'?'),('åCžÇ´úé²k‘q{.L','wp-includes/js/dist/block-serialization-default-parser.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ê+ñãÑRPË5º¸Df<n8','¿ö¯¼=ÜzR\rÞñ™Ã4cyz\Z ê…<%#Þ·^n¸Åf','',0,'?'),('åHÆÌ4….\\ã:‰ç#àî','wp-admin/css/l10n.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+.Õ[H\rÏ¬.k«½/ ','®þ’»ÃŒˆlgóÚÃÂj-u¹ð\\$?Ÿ¿¦)\\‘y6@','',0,'?'),('åJ¥ðÀ‚ËL+XQ;Çæ','wp-content/themes/betheme/functions/importer/js/scripts.js',0,'‹‚\nÈ;ÅÛõ7ÉI Î»ÉL','‹‚\nÈ;ÅÛõ7ÉI Î»ÉL','ž×]ödyÂ…ÙÔ©ºˆöªTHˆîâJ³­ÙÖï','',0,'?'),('åR«¹q± vöÚz\rPU','wp-content/plugins/wordfence/languages/wordfence.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4li‡&@ŠêÚD’ôº|ˆ','›ìaAE“÷‚©|[rá€èæFÉ,@.=ñ$Phé','',0,'?'),('åRËä5?’- S£^H—ý','wp-admin/js/editor-expand.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‘¤ƒKÄ\\(°‚p½©²[','àÅé;W#à}GjÙ[—¼KˆSAKZÜiË¤[Q4c\n','',0,'?'),('åeÅÂúôüýn·…ŸAÛ','wp-content/plugins/wordfence/lib/wfView.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','â‡²*¸!üPÓ\'|ú%\ZØ','­Â\0¶+Foí‹L (\\.ÃÛwµÊ Îg{â¤„&:ÏŒH','',0,'?'),('åj¿ß|Ÿø$ÀØ“y«4Å','wp-content/plugins/revslider/public/assets/assets/svg/places/ic_all_inclusive_24px.svg',0,'Âæ=Ž°\\iqðÐùwÀ','Âæ=Ž°\\iqðÐùwÀ','£MJ\\°r¦±Êë\ZÅß¹¾nöÀú»kˆo¥®Z×â4','',0,'?'),('åq›n.àë	£’57/‘','wp-content/plugins/wordfence/js/jquery.tmpl.min.1607007971.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','€\\}Ã\"£†‹7Ú·’•DZ','ß.IôH\Z„g\0óH!7`‘£gÞ ZøzÈ„ƒÅ¾6|','',0,'?'),('å§Xx‰I]ŒÏ¿¶§','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_1_bar_24px.svg',0,'h‡Ú,ëm¦VýØÂOÙU‡','h‡Ú,ëm¦VýØÂOÙU‡','ž¨byu\ZýÜ\'›ô/UmÈ3À|ÆŽÝUÂd	‹\Z','',0,'?'),('å©cÒzÆ¨R¹F„jþ','wp-content/plugins/w3-total-cache/extension-example/w3-total-cache-example.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`_2…J5‚‰Ä˜¢•H\0Ì','1Ï$#ÿäHº‡#€Â©ºÐcÄ›,Æ(áûþJ‰âùý6','',0,'?'),('å³³$¿ @z6§\0`’Ñ/ª','wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/Precomp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Õ‹}çïB°÷HÀÖ71','Ã\"Ã÷beTb¿$àÖæ‚Ö×‰ù\n…º°~½lnÝÅ','',0,'?'),('åº–8V‡yÏK5Avô™','wp-content/plugins/js_composer/include/templates/shortcodes/vc_facebook.php',0,'Äi§yçç]â·˜Ü·SVD','Äi§yçç]â·˜Ü·SVD','š ¸ÏWN»†É§KÚZN-^GÆZëôÌ®¡\rÖƒð','',0,'?'),('å»èÉÜ‚lŒÏÊ*x&ER','wp-content/plugins/revslider/includes/googlefonts.php',0,'ÁVp+è„¨NG—%<ÂR','ÁVp+è„¨NG—%<ÂR','?±6>¶ÌB	zõX2–´#ôk›3˜¥›Þb‰–†O','',0,'?'),('åÓ<Óµ	|Oœû¯È`','wp-content/plugins/worker/src/MWP/Parser/DefinitionTokenizer.php',0,'}Æ-T×™¿Íï£ñ³ãRÊ-','}Æ-T×™¿Íï£ñ³ãRÊ-','@jœS(OºÏÆãf’Ê$îcAlÁæÃÓ¦™\"£~','',0,'?'),('åÛÊ­Õ[›P‚©“«9lC','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Client.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','OmCŸÐmdÚ]<²½vT9','C†žP’Î0f‰ac&JDÓmÃGbôÍu,s¦¹ÐW','',0,'?'),('åõdõZk^G®§cŒäÿ‹Á','wp-content/plugins/ga-google-analytics/inc/support-panel.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ò©Y¡›7Ëcª¥gÍà','â˜ý©êÆêüï,.6š°úçˆˆÊä¨ôð¤¶|u¢ ÏZ\Z','',0,'?'),('æ”¨žfê‰ËØ@I7‹','wp-content/plugins/w3-total-cache/Extension_NewRelic_Widget_View.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yáG%3ç5XñËý•×]','çIïýïýÑ³Mð˜…]×»Ã‰¥ Å]=ªù{I','',0,'?'),('æ\ròb\\ñ™‰ÄÉ²\ZÄë','wp-admin/edit-form-advanced.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-gP\"	“P+Pg’¨h',' —‡Œbï$ç£·#Í6Ù´DbË“¥ÝZ•’£4l(','',0,'?'),('æ*zò\"ÿCeu²CvR\0','wp-content/plugins/w3-total-cache/pub/img/w3tc_maxcdn-logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Êö\\xïXµVIo0q‘Æ¯','.\\´æ<\\Ž¯>Ûá‰íC*Å]…é×ñ×6±]','',0,'?'),('æ+‚ù«.âøÇeF«È','wp-admin/css/dashboard.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ú-úù|ô/âtÍ¾Z¢','®ò5wâ[D‰°«öÄ&þ•„þÏQ°Ñ\ZŽ[\\Mƒ¬','',0,'?'),('æ/l¹Ý®%p¬f`Š\n©','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_4_bar_24px.svg',0,'Eµfü=Üúqï¨ßzr\\','Eµfü=Üúqï¨ßzr\\','ÝX%ø¬Ð¹Æ›öÑó0¦ñÅYhj}1‚ÔÙÈRŽ™','',0,'?'),('æ4G$¥‹ÝIöLKæ(','wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Client.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','«§<#•.SÏúJ×¶ê\Z','ÅŠ*:¸6X(ë[æ¯ê?Díxðpãÿ_}Ãô•*êG$','',0,'?'),('æ9eºòÐkköRÊo—†þS','wp-includes/embed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h§“\"Áü£[MNnÛó°I','Ã¼üÕÄ€	ô\\Ç‚ÝŒ{È¿¦!êôß\0q4/¢„','',0,'?'),('æAk™º_]D™Ú@À]¿{ó','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-separator-with-text.svg',0,'k3úÓ²\ZA1ÞOž-]Ät','k3úÓ²\ZA1ÞOž-]Ät','0Œ«.ûòO•@š!6\0D‚EäÎ_ïL¢=éyn6','',0,'?'),('æGÄÅ5Ø@æèÙÚ07•Ç','wp-includes/images/blank.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÉýûÊŸgŽÐhíkK¾¶f','>„øEïGÅóLó´ E²òšJQ‘‡ô|ÌBÀijÏ','',0,'?'),('æJ~_o¸f™k³¨öóºÏ','wp-includes/js/wp-embed.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R%ÕqU0’8}_ûí½','ÞšTÉdÂòÛòU»2#*_ÃD¼WQTµnæI%Ç¬','',0,'?'),('æSJÑ6Oª§ÿýç’','wp-content/plugins/w3-total-cache/CdnEngine_Ftp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xû@…ÁRg—îð) ','Hˆ¨Ux~OË»LÌ!ñÓ¨ØúqwÑ¶\"rºÀ','',0,'?'),('æUnyi#ô2Ì|t‹×#0','wp-content/plugins/essential-grid/admin/includes/gutenberg-blocks/dist/blocks.build.js',0,'Ç½ëh–M‰,m Á<C','Ç½ëh–M‰,m Á<C','¼\"Q)šî¤ðnÐ\nês¨?…ÙF\nôÆ:\\Ng&v','',0,'?'),('æo=¨¼úLÙ–•ú©ª‘·­','wp-content/plugins/w3-total-cache/Cdn_RackSpace_Api_Cdn.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‘è^¡¯úáðP~µ',']tmÂUó\nó¬ÈÞª|p·ÓqçËÄs<ïÍTãp9Ä','',0,'?'),('æžØ‹…)×Tƒ[	r›Òç','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_portable_wifi_off_24px.svg',0,'ˆ„¤Oé˜vnºZâ–y','ˆ„¤Oé˜vnºZâ–y','‰…\"…ñ÷	‡§óoAÙ|w„—à	gwÏçwŽY\'ø+','',0,'?'),('æ¢ÌìªWç…lÐµÎÚ•ªs','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Handler/CurlFactoryInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','´ÛÜ¤Þ9yAûê…^·O','^·.OF” R×ùlŸ‘ëLœv.¹íHæ¢óH:}‡','',0,'?'),('æ§˜ºî7Ý^ô»b³\"³','wp-content/plugins/wordfence/images/back_disabled.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hÙÂÔgØúïiîã†>','Žä›Nó7ÓgÎ‹Ä?ìFb!}„­Ý¿°ÝC¨­é³‡','',0,'?'),('æ½‚êaY…ÆODì\"i‹Ï','wp-content/plugins/w3-total-cache/inc/options/pgcache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','›Y¸íùx‡VHUÑ}š[','~A)BÀœ-\0@IC‰–hý4ØšÓdúÄ™ªÉŽ&ÁÞŒÏ','',0,'?'),('æ¿y§lš€só§U>Â<òá','wp-includes/css/customize-preview.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zg$Ò Ù\\XéÊÔC”@é‡','\rÂçB®6_«½â`¢yH~\0´¨IÂw[q8ª•‘ÅN','',0,'?'),('æÃ´˜eÒ•÷h‚V\"€','wp-content/plugins/wordfence/views/options/block-controls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¯8 5üU,îe˜¡\n®4(','“S©|ÃÙýøºð«—POÈÖâø¹dÉ‡&ØÙ²-ê€','',0,'?'),('æÎWûêÃ\"úÚêSk:Í','wp-admin/images/align-center-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ž¾²-ór‡5*J7¡If','¢8tfç*JwÒTÂ^åÂHÙ>ÈñÊ1öJDÈÎ¿','',0,'?'),('æÏå¼èP¿IcDÄËÆ¾è','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_int.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','øÌ®ÙJ˜sÓÇ™ùB','¥²ER ôJbÆÈ¸I\"ÊìtÞ],˜qPþ1\\fD','',0,'?'),('æÖ\Z]CVâ1uòOš7NÀâ','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_queue_music_24px.svg',0,'\\Zcñ¤ÐéFà—3¡÷0','\\Zcñ¤ÐéFà—3¡÷0','m=“ÛMÅ\rál\"`1ŠqGùú\Z„°6°–~,6','',0,'?'),('æâíx*ùÃ±˜UÄãÑ','wp-includes/block-patterns/two-images.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&ÛÚ_†w?Vá:ÙgüþC','w@ò c|ßh«(ÅêHzÑX[Ÿ_Æ:€xº0ƒ)K','',0,'?'),('æâ££ôMåO×ºîïƒU®','wp-admin/js/editor.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ö¨rJ ŸArëíZ—üËF','iM<á\Z™Î©ð|ÜÞ‡ãÊüïDR*sÿ	iüxy','',0,'?'),('æå»<5´J±Ã4á}g2,','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Operation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Î³¦ÙrrÅÄêŒ¼³2x','[WœèážìÆûù ev¹xÍ‹”´/R{òrÅØµ$','',0,'?'),('æé¼\"ŒLJ1ìC4ND÷','wp-content/plugins/wordfence/views/scanner/issue-wfPluginAbandoned.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÑjvÂ[þpÕ»’ÆãB¹Mó','	)Y«étûû\rÎb÷/ã\Zã²°iú\r88—Ø','',0,'?'),('æéÍr²`}¯¹»sç','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_merge_type_24px.svg',0,'ŠÞ²­:4±)ž!*”t','ŠÞ²­:4±)ž!*”t','kÆ•[ž/kBì…|¨>\\`Ær¨Øt=†ŽVE=¹ïž','',0,'?'),('æñ¿aÍ4B\Z>#‹}›Ê','wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_post_author.php',0,'rdØC±û	<Ou•ñS“','rdØC±û	<Ou•ñS“','cé\ruNrâ:ÍNVd-oñð=ÉÁP-­ÉwRcqˆ;ø','',0,'?'),('æ÷µÈÂ;ŸWœãŽì¡Íl¥','wp-includes/js/dist/deprecated.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','®ý¸O€µ™x\n>\"|þ¦ƒ','É²F²Eÿ»rPfØëŒ£y˜tòÇ\0=ª¤q<¼å','',0,'?'),('ç ÔŸÍ†bOÅÂlÚË','wp-content/plugins/w3-total-cache/lib/Azure/PsrHttpMessage/UriInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','wðêâÍ:(HÑÞÁ‚²Éë','¢‰£œ.xƒ…2Ð¶ûøí=2\"î#Ð…¦Jú!á{i	Q','',0,'?'),('ç\"ÕÆ¡üŸ7vs+ö','wp-admin/includes/class-pclzip.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ß–(¶Ä‹z³tÕYƒÚ¯*¨','§Aa\0\0¤¡ÿå\'Ü’ãÊÊªÌ¼L.Îqð…Úb\nÞó','',0,'?'),('ç00+Þ€oÌ¹0öî','wp-content/plugins/essential-grid/admin/includes/export.class.php',0,'Ê÷o§øŸkª\Z”/ð·-ƒ','Ê÷o§øŸkª\Z”/ð·-ƒ','\0§¿Ž ”˜((\rÎ/»Š¨K ¨¦æÅkêüÂ»›ö','',0,'?'),('ç2\Zð‰ {D·Zý‚¸-','wp-content/plugins/wordfence/fonts/ionicons.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¬ýµh³ßI­15[I]J','*¡×\\&¿tä­¨\\Ã	gTw°‰µ¯,Æ1ƒ©¢','',0,'?'),('ç6ö×‚\Zo$“T¼£|Þá','wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_calendar.php',0,'DNóNsBI”snuUÈ†','DNóNsBI”snuUÈ†','†~{ˆ;bJ/Ô‰àýÎÎÍ¶÷/P-u£›ç² ','',0,'?'),('çDj×žå8]fÐ”_Ú','wp-includes/class-wp-widget.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}†ôëI¨¶®OÉê”','ž7Å=ÒŠ!nÒF$Dä4|\nö¾ /ÖkãÑ¡e·Ár','',0,'?'),('çb`K¬\'×Šì»œçâK','wp-includes/functions.wp-scripts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','½¦“ã/ÀÜ1³Š\Zž]”êX','Ó¦ê0j™‰ñÖM´7žr”‘î\"‰sQÖƒ¸¥™','',0,'?'),('ço¤GWÚ³3yU	géÓ','wp-content/plugins/w3-total-cache/inc/widget/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÔŒÙ\0²é€	˜ìøB~','ã°ÄB˜üšûôÈ™o¹$\'®Aäd›“L¤•™xR¸U','',0,'?'),('çqë8\0ß¡­)˜ã·!','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/functions_include.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','„qÚ®tD$Sò<ÁÚ',' F§ùæ¨¹O 8`±5¼ãŽÆš¾qi}ÞæW‘ÿbÝ«','',0,'?'),('çxÎ”)NX3u/@Œ4Yª','wp-includes/rest-api/endpoints/class-wp-rest-block-types-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Çƒ÷Ûþ­?ºÚ¨$(§Šj','(`çÜ3K[bŠ¨Lý©¬F>GÔILWøË&Ÿåv','',0,'?'),('çÛý¿­°¾i@úÜ¶ª','wp-content/plugins/testimonials-showcase/resources/colorbox/i18n/jquery.colorbox-uk.js',0,'S“liÖûò°³Ókßèao','S“liÖûò°³Ókßèao','®žó¬ëo¯²cØ\nUˆQO…³Ê‘Èa!VÅN/1\'','',0,'?'),('ç‹Zd+ÄÛýdAû','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_access_time_24px.svg',0,'œ\n¾8¿l}®+üQGƒÐÿ ','œ\n¾8¿l}®+üQGƒÐÿ ','£~2`õÉ[”Ã©ÀùYRÌ:ËÙ—Î­0\0#$s³ô(','',0,'?'),('ç”Jú¡Ñ‘e÷\rXd”Ô$Ý','wp-includes/class-wp-customize-widgets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','·›,¨¶²^OÞ¨ŠÇôò','¶K¢WCý-•vÌlôw  §ï‡R\ZüxS)[Rú','',0,'?'),('ç¤¾ežÈH™Åòp÷ÆÜ','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_connected_no_internet_3_26x24px.svg',0,'ßŠÝ],ƒ+‰u—Õ8ü','ßŠÝ],ƒ+‰u—Õ8ü','®¹ \'ßu}š.0õŒ(\'‹Ñ^Ù.ƒ¹«·gãE','',0,'?'),('ç¾œÓ\"yèùÇR2fkkf','wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2016-09-07/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ºçºDå¼½òOËws‚´¹','&bò›O·VAÀÚÀ­8Ë$oñ8I=Øæ³“†`	','',0,'?'),('çÀ÷Ã“º¿]ÉšÊd‚Qëv','wp-content/plugins/revslider/public/assets/fonts/revicons/index.php',0,'ÔŒÙ\0²é€	˜ìøB~','ÔŒÙ\0²é€	˜ìøB~','ã°ÄB˜üšûôÈ™o¹$\'®Aäd›“L¤•™xR¸U','',0,'?'),('çÂp ø¨‹\0ÒÑ‰ywUY','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_insert_comment_24px.svg',0,'hÂ/Ù3Ýà2/ûÊým','hÂ/Ù3Ýà2/ûÊým','·EP—)xiMZÆ¥þÕy^` É}Šý£ó#¹Ÿ^Š1Ý½','',0,'?'),('çÃÕKÿg›Ðå‡o#ç0','wp-activate.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¼$ÀiîX^r…^õŠe0Â','L1†·S|‘bËÂ~&ø¶ö\\&\"]±a;','',0,'?'),('çÅ‰û	iàö¿/Ð­','wp-includes/formatting.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','í\n5€²ú12ï¢Ó¤š','€EÇd‰Ú)“ý^Ùâõu/­-Hûwxâã·qô¥','',0,'?'),('çÏHâ¶ÇÍlö±{!D#¯!','wp-admin/js/color-picker.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','«Má*e Œ[NËøªÞ|:','’üþtÁu8Fóo±ÎsÔqWû;¹t³T`úŒºR','',0,'?'),('çÚÝL³.dDvìù','wp-content/plugins/wordfence/views/scanner/issue-wpscan_directoryList.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','…iÄ0ô¦j8‰2\nÚsž','vŠ“\\qY{S«œ<|+ÛÏ{(mÖåý?)òôDó=â','',0,'?'),('çÜSEª:ÁÑ°¸$v','wp-content/plugins/duplicate-post/src/ui/class-link-builder.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','€Y»ÀkH9ê—ÜP­*µ\r','O<Ljl`ÂÈëFbø˜KnÍ€ á5h ñóDø,!','',0,'?'),('çß4k%¿Ä,X\0ù¢e,6K','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_perm_media_24px.svg',0,'®9;?Ö(WÃO–1`é','®9;?Ö(WÃO–1`é','íÞæ¼l\n/ÂÐÕÇ+#?Ï<¯·^´2´òì•HËN¼æ','',0,'?'),('çàFüZY¿ÑC8À3E','wp-admin/css/colors/blue/colors.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U ‘G¤?å%[r2	','¨Q àVÒ\\];ÙLe¯T„bø©Ã4_²”ÖMc“o','',0,'?'),('çã§G§E•9=ð\r˜úÙF¾','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/folder-remove.svg',0,':¯íeœû¾Ú”S^$Ž',':¯íeœû¾Ú”S^$Ž','ÍsËú\nå¢ \ZÆp\"n)dH˜-5.•ŸjÇ®_¬','',0,'?'),('çéEPKø-šYpQÑet|','wp-content/plugins/w3-total-cache/ini/nginx-standalone-sample-config.conf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','†dÖ¹#ˆþ\0àõ\n‰Ào','*êdÚÖ*ƒoÊ[`ŽÛv÷2a{€Î\n§×!ê+Š4','',0,'?'),('è¨Ã·‘g$ë”õMâsß','wp-content/plugins/wordfence/views/waf/option-rate-limit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','sÕgb0Cá¯mÔÊ@X',';<`Ò¶s†éfR¨Ð¥C ^ì–W^	]Ž<!»>ž','',0,'?'),('èa¼7p·2bY(G}6','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/DeleteBlobOptions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÚeÜ°Ÿ+¼+´P9ƒ¿ì','×5ï×˜oœÆêéhÂÎ-ÂÂÖÿ®Ø€¹û¹}','',0,'?'),('è%y>}HÃoÚæú(6','wp-includes/js/jquery/ui/core.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K€ðûè@¸É\\%²“»‹¨','tVÇQò…/geYïËL³LþhW^íêÅŠg¶Bì>¬Ì@','',0,'?'),('è4Ê>}´xàSÇºmq','wp-content/plugins/w3-total-cache/pub/img/open.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S:‚qÁOZx1hg\\\rEx','ˆØ&mö@•c:ðd7Wôx·=T•RóŒú','',0,'?'),('èSHLenPîq7¾Ä‰','wp-content/plugins/wordfence/views/scanner/issue-control-edit-post.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n©ÊZÓHUåÏ˜¼','Ý“ú!½#hltÒsö)ˆ:}*aÙEàïòÒgñ‰lTD','',0,'?'),('èfõi¿`¸=@TµçoÙ','wp-admin/images/spinner.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÕLõ\nD½\nÊoÙ‹ÔjË²º','zÆ„à\Z\"ÿ²n\Zs²(ÎU¶/~÷7º€F«ø^Â…ã','',0,'?'),('èg‘:ÚUÿ\rìÈŒîôJk','wp-content/plugins/testimonials-showcase/resources/bxslider/plugins/jquery.easing.1.3.js',0,'eDžÕ–wí=~/ü‰B','eDžÕ–wí=~/ü‰B','{¤¥àÏÖ{G[q\"ô÷Òûôýà2aàµàô¥¯Ï','',0,'?'),('èhš?ñ¤Õi•ºæì™','wp-content/plugins/w3-total-cache/lib/Aws/Aws/EndpointDiscovery/Exception/ConfigurationException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','œiú™ÖË\\Rd2V2”ÉA','øûfÞ4Êó²ñÍ¶º%ÞiÝ<—iòDR-¦-ÞÀà+‰','',0,'?'),('èt#Ý•xÕgM$¿','wp-content/plugins/js_composer/assets/js/dist/settings.min.js',0,'ÀL”¼(èÁ¥ÕpäÎìöé§','ÀL”¼(èÁ¥ÕpäÎìöé§','ëSº	Ëé´Öó²|ý»È¦ú,Ååt0è\'FÐ~³ß','',0,'?'),('èwj0‚¢67˜³„@ùT','wp-includes/sodium_compat/namespaced/Core/BLAKE2b.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"êŒ2s7¬ø\\ïi#—ËE','aÇÜØ„ÓÞt¹ÀWñÂ	Ì3NŠ\ZÆã`x†hIÝ`À','',0,'?'),('èJ‰Ùåy”ž0mì`ä¨/','wp-includes/class-IXR.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','˜É0¼ãàC`q¥xÛü',']ÍÝñzïpŸ€qŸN\"CKWÇä›é´›‰øcŽôM','',0,'?'),('èŒ\0…]¨pÝÒÞ‘ê–	\rG','wp-admin/css/customize-nav-menus.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bÒÂ“{Bÿb6 *9zÀû','tÂtÅê%åŽþÙDÁOïç¯‡\0Ýçµ$pã£Å','',0,'?'),('èŽû·‚ÈÎ¯ê=¬{OÚ’','wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Handler/MockHandler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','±Të‡tf¾ˆ]$ƒ#','èÑNì‡aÚ7iv†¢‘Å«cD]ó%ª1ì§Ïü1rœ','',0,'?'),('è™u­ùqüÛ®^=–”í','wp-content/themes/betheme/woocommerce/cart/cart-empty.php',0,'uS7}JgîÝ5o$ïÿý','uS7}JgîÝ5o$ïÿý','ÔN\"š)ØJMk\'Nx²éS¿D2›ˆgg]~ru','',0,'?'),('èªxÞñÐ¦¯õŸšH‰','wp-content/plugins/w3-total-cache/Generic_Page_PurgeLog.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0sç\"Â(}xÎ¯û\"','Š8(­Š	|góÙ‰™¦Ì_‡É+µ‡ûŽ_Cx ','',0,'?'),('è¯êÌ£‹M?|ßÑ%cåÄ!','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_exit_to_app_24px.svg',0,'ãRä·ÓK q^¢€cG*','ãRä·ÓK q^¢€cG*','ÇŠA{M§5_	ãeÖ›ÔG‘\Zñm“™Q(šaÝ`','',0,'?'),('èÏÌª&ˆx,d\0°¿¼f9¹','wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/content/vc_toggle.js',0,'^ˆâzï‚þf¡Ž\0–o8h5','^ˆâzï‚þf¡Ž\0–o8h5','9x{¡ÓqßƒÆïüÏ9mpJÝõÏn_S<œégªÍÎ/','',0,'?'),('èÒ“8Kbž‡BBG9K#q¹','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_forward_24px.svg',0,'ÞhðŸ¿î •)ã•‘ÞSK','ÞhðŸ¿î •)ã•‘ÞSK','ä§™*Œ\'íB3xZgÝŒB)cwá	Ä>F9y·­','',0,'?'),('èá›ÅÁWÎã¶é:†]','wp-includes/js/dist/primitives.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W7³émÜOÚº&VÖíÔ','å™^ñe mµL çÇDüšÝ‰Âª„Ñ˜RB¬¯l¤','',0,'?'),('èò‡òQËoµH*¹‚À(ï','wp-content/plugins/wordfence/images/sort_asc.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',¸»I§Å+Æ¾ êú=€ü','d¹CìT¾èµÚ…îe&,)Ñ´úàFGî\ZdãONÅ','',0,'?'),('èõ´%Ì$g3dºN3ôûö','wp-content/plugins/js_composer/include/autoload/ui-vc-pointers.php',0,'¡NÛz÷¤è-ô8nŽVñv~','¡NÛz÷¤è-ô8nŽVñv~','ƒ¥S%ã¤íÙØ[nÕL!V¤žn½ÐT±Q','',0,'?'),('èö‚Äµ¸¥}bì¹–%ª²Ð','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_photo_camera_24px.svg',0,'O‘ÞÐßa6•Y©%øµ‘ÏC','O‘ÞÐßa6•Y©%øµ‘ÏC','l6èê€Ù].årŒßûC“Þ‹°·\rµ;E¥À…','',0,'?'),('èúNÎÓRñ*`çÑŽ','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/ApiProvider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G¥rc©ýS©Zõ‡µ‘‰5','Ýˆá¾o¦5WG.ÚÇîV·eñ²åòrÀ7ÄÓîÈhýÈ','',0,'?'),('èúËývºBB\r€ÓZ$','wp-content/plugins/js_composer/include/classes/editors/popups/class-vc-templates-panel-editor.php',0,'í%×¯cÍ’´‘Kto%‹£É','í%×¯cÍ’´‘Kto%‹£É','žD\0ö½^\ni\'òl8÷Ï¼Ô©ü¼pÇn„#HVC‚øE','',0,'?'),('é/‹Äê-àØ2\nb§u/','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_linear_scale_24px.svg',0,'ºÅ’ÐXÀ·!ÈP\\¬:ý','ºÅ’ÐXÀ·!ÈP\\¬:ý','³ñà÷ôg4@MPckÈd™#ˆ*GÐiV®j~','',0,'?'),('éfNþ@”>òÂ‡ +Ë','wp-content/plugins/w3-total-cache/pub/img/w3tc_swarmify-logo-retina.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','®ˆ}>²aœ¶®”@ªtgM','d¬žcAèÖö.îÉKôJŽæÄóµ£#ÖDðžäÝ¤[cÛ','',0,'?'),('é	ð_Ùd¤·A”nk‰.','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_3d_rotation_24px.svg',0,'ªîØÊV>™—\ZCŒ‚˜','ªîØÊV>™—\ZCŒ‚˜','(4 0*Û`°á…éï1ØŽóV);S\ZJRAáà','',0,'?'),('é+ê‚3ô»pU','wp-content/plugins/wordfence/lib/wfOnboardingController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yÿ%ˆÌ…˜Å³¯<ºðƒ','Å”WF&´x\Z	²\"¡gÒìß Ù†;¢=•D¯Ù—x','',0,'?'),('é<2K°ïŠ¡ã.ýl','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/ServiceException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','½\\9÷óï}«Ð\ZwUœ•Á','Ö›æ		.O&‘íÖÀÂ%:òÔßþ·¥]×Q¿Éç¯','',0,'?'),('é±$™CÚqZYu‹º‹J','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart19.svg',0,'Áü%žÇÿN\'öøÄG–H','Áü%žÇÿN\'öøÄG–H','\\£r[wù[U›kÑƒhf¶\Zzþt%i¼-t®/','',0,'?'),('é!*i`v!¥kY5ijè','wp-content/plugins/w3-total-cache/Util_Installed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')ÊX»âÏ«µó7€Ë²’u','‚ApàÃà×½êÛ¿ýÄ®Ý….S¼´kàhçHr3f','',0,'?'),('é2Þ´àpûö\r\\¿,','wp-content/plugins/w3-total-cache/inc/options/objectcache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"\"Øørës^CÄPU','%«2»ûa¢þ¬X	,øõLž‹Ú„ÌzÝÓÒ%2¡F','',0,'?'),('éDò»?&Èn½yÂ¿','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-layer-slider.svg',0,'<¬ÿçB´¦¦Â!Ú)’Ð-','<¬ÿçB´¦¦Â!Ú)’Ð-',';yß[ªó¡u$Ió/«\n¦¤Šß·y]Ú\0Æó³','',0,'?'),('éFÎj!Yé{.J=,µ®','wp-admin/images/stars.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[¬à™><õk²{Òì(‘','/	Þï\"…ÚÀˆFaì±”<SYÚÃgÜ¬ÐØ‰FŒ×@','',0,'?'),('é]÷W/>ï}<8è VFã','wp-admin/includes/theme.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qzÓ3Ã÷:Eo ÀÜœO÷',')òµïÜGüF3 DÊ¿õÅÈmLÀMƒÖ\Z)Ÿ_','',0,'?'),('é^.—jT}ù<ÞŒI¾™','wp-admin/js/accordion.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ˆj0ßûPæ3#¼Ú','!K~é†fŽóú–nN˜ŠBÕÎ\0˜ù.@¥KÕUÐÁ','',0,'?'),('é`ñ‹™´j0©–ª][—','wp-content/plugins/worker/src/MWP/Stream/ProcessOutput.php',0,'ùðÊß3ö:žœË˜r»w','ùðÊß3ö:žœË˜r»w','ÉÐ´ê±ñ„íPL÷\ZÚáA‚aœ¸ûOsé©Àudæ','',0,'?'),('égÑÁ¶ÿU)\rR(â','wp-includes/js/dist/is-shallow-equal.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ºb¿è#ûgâMkö9žžq','ü€1ABV!ðÑ:Þ<®H?	x?&;ýÆè‰','',0,'?'),('ém[s*W,XÔîàÃö:','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_0_bar_24px.svg',0,'¦\nRðËÈ®i¥dç·\Zfó','¦\nRðËÈ®i¥dç·\Zfó','fnºýjvšÚmuæÏ›²\"Bë€Æ×¥â–9Ž‡|7ç','',0,'?'),('é|:«êxZ~±*×wlø','wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-select.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6½G5Ún;E÷ùö>Ü','Q2Æ¼‘›w|!lš?sTMƒ›m®ï€u*Ø¼(î€{','',0,'?'),('éTáB3º›GöÞ{','wp-includes/Requests/IPv6.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¥ßKˆNŠèñ¬knT±','þ=Øíln&ÎÑø¾„çÄƒæJÇÓ—µ‰£~ÄÄÞ÷…él','',0,'?'),('éƒ¸ÐF—äP9æ\"¡÷¡âV','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_invert_colors_24px.svg',0,'¥˜IhöhŸ^]wPÙ²\ZÅ','¥˜IhöhŸ^]wPÙ²\ZÅ','ÚŒ8õÓÁCÌPÁjÍOå÷|H™A„+[r‰§Mç”6','',0,'?'),('é”J^ð€\0Õ \\[ó¿','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_fiber_dvr_24px.svg',0,'øâG‹ÀèØìí­¡à5\0','øâG‹ÀèØìí­¡à5\0','Ã’]gq-úaÈ §.ÕàKüÊÑ»w)Ø0Ð\'','',0,'?'),('éŸ€ÉowÅP¤ ©{^Ë','wp-content/plugins/worker/src/MWP/Crypter/OpenSslCrypter.php',0,'T»Dƒ†»†-=Cw','T»Dƒ†»†-=Cw','hD¥Ù¹ê©Vê(<ñ¦!!09“˜õT0“Y…i','',0,'?'),('é »ÀyN<Ž €9€o\Z<','wp-admin/js/xfn.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')MŽŠi‰¿ÆÁö­}5Tå','ïÖ?µPðH³Q@šaJCÙü\04ÀÐ/úw²ºÛ„wv','',0,'?'),('éªÊm¬Mt¨†ÛW³B','wp-admin/images/align-left.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\ýy0Ïúd÷Zòo.hžÔ','é_]ê<#¶SÎ\"´B^U4_ÝQ<!@šx?J$®£KÏ','',0,'?'),('é±\nŽ ÝÝ’A}jk«$‹','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/user09.svg',0,'(m_ò¾94Ö0','(m_ò¾94Ö0','Þ\\QèV/Ei§V°h}©? öX)ƒxðÇ¹F9‘ˆöi','',0,'?'),('éÔÞât“þ˜ZÑO\'ƒ \n','wp-includes/js/thickbox/macFFBgHack.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','’È°gï†­×W’,/u´','RwË/à¿h×í&qèÞ]Z¢½_óÄÖNgyô•ˆ¹Û','',0,'?'),('éÖçÙöV,E@†X‚šy','wp-includes/SimplePie/Cache/File.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P·¦8?QÐÔh×Šç¢','~Å`Ÿöå«ŒÍ<½õB\né²™%]ûè­X}\Zi¶¿','',0,'?'),('éñ™S´§téþR·Ïš|ï','wp-content/plugins/revslider/admin/includes/shortcode_generator/wpbakery/wpbakery.class.php',0,'Q›´Ã3bÐ†íãÙ·','Q›´Ã3bÐ†íãÙ·','×tù>F‹râ&­£;h/™ Ùéjž­™z}G','',0,'?'),('éò/de›èwªã—×¤þ','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_dehaze_24px.svg',0,'«ºÜôñ¢x>.•­\"‰bžN','«ºÜôñ¢x>.•­\"‰bžN','HìùGÿ£ÎƒöŸ³aê’t/2íÕ‡ê<Ã9„ZdÕ','',0,'?'),('êðT¬yb˜ÛÏÞåþá','wp-content/plugins/worker/src/Symfony/Process/PhpExecutableFinder.php',0,'èÍÒ{§UiyÓ·…‚IY','èÍÒ{§UiyÓ·…‚IY','×Ãh‡3¥\0úTU;cŒý9°ØNçJÌä‘ü1€<ÿ','',0,'?'),('êkLN\0ôç»x6@','wp-admin/css/list-tables.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*ûªºˆdPšf±¸í1ª³','ù/Ýš‚Is$%cœQ‚¬—Ñ¦-ñ9,¹Ao×­u[','',0,'?'),('ê$.F^Ý\\ÍCQ\ZA¦‰ÊF','wp-content/plugins/js_composer/include/autoload/vc-undoredo.php',0,'‡*œzÍ-©¼¦´aÁpsb','‡*œzÍ-©¼¦´aÁpsb','éü«Ä;0tüN©#	)ôúïÙL™f£=9%DoÅ','',0,'?'),('ê-.§´x¶É¤àR»Û','wp-admin/includes/privacy-tools.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yFXhã”­\'2*B0','½HÛˆ”œ€_söù+±;õÜ¡d,õX×£Zãèó¸','',0,'?'),('ê0Jé”ÇÁéÍfx°#X{—','wp-includes/sodium_compat/namespaced/File.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']ÖmÇwè/æ\\Æy5Ú','»Ét‰d7–Hñ†}=·ù.t“âCw$–`cºÀ\'ü','',0,'?'),('ê4Ê×çº2‘)A.;4Ñ','wp-includes/js/customize-preview.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3Q	ý!@áÙ§T\r','	ÐZ\\LÏéô\'bÉ%á¹i$çõúò\Z\nïµÆîF®~','',0,'?'),('ê>ë;kôÛ‰‹§8ã?ôÝ','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-arrows.svg',0,'Ì@›)mzY“è†¨\\Ô›h','Ì@›)mzY“è†¨\\Ô›h','*\'WQ[î‹˜i%J{tŠæ=D´Pg¼ä¨cÌ%;Ê]','',0,'?'),('êQÉAè	ð=HŸ¯7-','wp-includes/js/jquery/ui/droppable.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/¿ò‰î°_\naýëGî—Ý','méU\'mUž7mýN²€ÜEFDg;èN…qÝÞ~×','',0,'?'),('êd\nºv;èO1:®®,Tn','wp-content/plugins/wordfence/views/options/option-toggled-multiple.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','…!0þ„àÀKÜƒ5â{PD(','{ª™`Î±Î0¬H¾o¬GðŸ¨¶å÷«Mo$¸PÊâÐ','',0,'?'),('êluqâGÿ“—iu“ßTz','wp-content/plugins/worker/src/MWP/Monolog/Handler/JsonMessageHandler.php',0,'Þˆ¡;ôzR\"™	óAHr','Þˆ¡;ôzR\"™	óAHr','ãš­,ÔßaÆzø^HWEÎfíØRÆÎÆ®\Z®­¬Ž¹Ó','',0,'?'),('êr@¤ÈD¾‹ZÐä¯©','wp-includes/sodium_compat/namespaced/Core/Poly1305/State.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Š!Kå	5y¼¡S*','Îý¿ˆTy‡Oî%u;ÈUì“}ãgæü1Ÿï)˜ÝZÃ','',0,'?'),('ê¥²«2jEbgØˆW²xÛ','wp-includes/css/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','º§§¤\r°øA6€J¢âd','2ûìí×ÃYÁAó}T`³%½í0V\nÆmŒà—°\0','',0,'?'),('ê¨\Zª»TiùSx‡ÝÆ-f','wp-content/plugins/js_composer/include/classes/vendors/plugins/acf/class-vc-gitem-acf-shortcode.php',0,'{¤7¹ÿosüg8Œ','{¤7¹ÿosüg8Œ','ìJýtÏ±uÌ‘Í¶ P	sEçeM¸|=¥)n','',0,'?'),('ê¯Ç‡¾ÆÛ4Ë“T`¡k','wp-includes/js/wp-pointer.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ƒp£‡#ª…FG¸vøŸV','²)–÷D¥2ŠùU“/PSåNJÁ¥{·\'x+„£)ÚŒ','',0,'?'),('êµg*e3Tb¡\0èGˆZ','wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-wpml.php',0,'L5Ø6ŠÚiC8—Õ£3ŸÓ','L5Ø6ŠÚiC8—Õ£3ŸÓ','Ý:CÇ·€Sr-VÒ;tí†1 à<ëO\Z¡ËÒ','',0,'?'),('êÉï¨õü]—:à/¨«','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/ClientInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y£ä°!±º3’ÐuC','åùüõåûQ¬tËØ}Ç¨`5d.Ü*VDÈ8ð¾','',0,'?'),('êÑcü‡?`d¡¶Qlð','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/quill.svg',0,'5ìÅ‡½þµ&>%’iL—','5ìÅ‡½þµ&>%’iL—','„x2<ãÂagÉ‡\0†h=JC™n¤ª/96ÀO†i','',0,'?'),('ê×Ð`IËí³,óy oŸY','wp-content/plugins/wordfence/vendor/maxmind/web-service-common/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';ƒï–8e_ÈTÝÃÆ½W','Ý¬ïISôP\"õa•» 7JŒ6çQSv„“ô_³y’','',0,'?'),('êíß’\n{vÄ]n²ï´M','wp-content/plugins/w3-total-cache/ini/config-db-sample.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÎûYëk¬g¡+ÀÒ¿Ì­¨','ÑSé9[`@:0ýlílÂ^ånIw90}J\nÙáž·X9x','',0,'?'),('êð6ÎZ—fMï£ó”;„','wp-admin/css/site-health-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','µ®w›\ZT™ì{l²´?~c','¬”¹¡B†1ŒÑFÑQc9Àˆ©ÍÀvæv•à½¶Ï','',0,'?'),('êð¬xK•ç¤Féƒ-—Ì','wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/HandlerStack.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','˜€«¬)GÏ7¾ä[J','Ä12j½î·¸­NvŸºªØÉ7â®ˆ1µ±n÷','',0,'?'),('êù ç«O[ŠKŒ;rõÒm','wp-content/plugins/w3-total-cache/Cdn_Plugin_WidgetMaxCdn.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','·ZÃæ+¯Ðž‚’Òtgáø','|ªœˆs“,æ-é7_…bO˜ÈGTMì|IO1¸ùÂdÀV:','',0,'?'),('ë\njÝea!è\ZWdq','wp-includes/rest-api/fields/class-wp-rest-post-meta-fields.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"<8Ÿ¦Þ.ùŸ¡K§\'',' \ZYÓµ€Ë¼*Š,Q†LëY{´ã¬£pÁ\r½h„¶È','',0,'?'),('ë }æ¶\Z+ˆÅ+{Þ1%\\','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_panorama_wide_angle_24px.svg',0,'¨d\Zë¢¥zÎëº\"ó»ããD','¨d\Zë¢¥zÎëº\"ó»ããD','<~†8çÞn Ü€ùñ šÜù®Þ\0•Ñ>Ë¤oê[s','',0,'?'),('ë ûîjŒõŸ.\roÝ','wp-content/plugins/w3-total-cache/pub/img/white-grad-active.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','EÃúj:¨›}Ãv¯\"’','3˜f¶MëûnIƒRÅ?÷¢^ÓÊÆ(ë³ßE\r','',0,'?'),('ë-nê$.ÿ#g%Ä}Ý÷','wp-content/plugins/wordfence/lib/Diff/Renderer/Html/SideBySide.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','å ÂOÙ‘CHŒØ–sº ','pX˜Üéuc{ð-ãK×Ú˜ /OnE0œš„)JB','',0,'?'),('ë0žŠRðJ³{yíË£÷ï','wp-includes/general-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!°—b]€#øŽ6d†B*_','Š¸E0/}º»Õ9Î¡¬õ«ÅÔ\Z¹sàŽJì§\'¨','',0,'?'),('ë@Ž’‘Iÿ¿·É¾!t£3','wp-content/plugins/w3-total-cache/Generic_ConfigLabels.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&Ï¹hÊÏÇa³Wyõ’','²Õ.`fÇÜ¶¢0ÿó¡ºTýD¾Î°\"{„“EO','',0,'?'),('ëF ó8Ç+²)ÐØrÝPè','wp-admin/images/no.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Èk¿dÉ$ùŸÜŸV7ðÀ‹','\nà>ÈÒ¢~hÄZõ¤ÓP\0ýU0Ê;\' {õ)	¬>','',0,'?'),('ëM\Z¥Õü—H³?Í²Z','wp-includes/class-wp-rewrite.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','’+R´rXì6‹C­I¯Úê','m#d¢i}\'“È€Çbfðœæ2™ZËúŽ¾ˆK„ÇT','',0,'?'),('ëOÓ¿ú;¤=\\J¼zy','wp-includes/js/tinymce/plugins/wpgallery/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','cdxo&l§gæ8µ3›ì','Ðh_Þ8Çâr0÷y-äÄ\nÏ¥«×KL-Ð {','',0,'?'),('ëQFÔ0tè+¼öØá™ðª—','wp-includes/css/dist/block-library/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'õ)\\Ï:Ùàè]ÊÅCcˆ','ƒs‰¹uÃìFsFw¹ÿ¸Œ\\J8O7§Vo¤rõù…','',0,'?'),('ëT‡ëµ1Þ(©\"_™','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/smartphone-user.svg',0,'é¡™ß»i…Ò©¸ë’\Z','é¡™ß»i…Ò©¸ë’\Z','[Àäkâdb	SæFÇb;	\"9ÎžSy&†Q,Ž','',0,'?'),('ëa¶Žu\"9s?‚H€øÆå','wp-content/plugins/wordfence/lib/WFLSPHP52Compatability.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ƒü%1ùs¬˜¥Ã‹G','E”„WÙ³¦?Ì4èè…@U?¬0‰€ëbPº+æh','',0,'?'),('ëi[^sT<ÅºÄ{Õ7','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_screen_lock_portrait_24px.svg',0,'Ì,Ã©$qeOî`.DPÔ','Ì,Ã©$qeOî`.DPÔ','›fÙŸMëÒ–*ÚM\Z!’,“bqë3k×Ü\nNàÌ','',0,'?'),('ëx}YAOöR`#Xë','wp-content/plugins/revslider/includes/cssparser.class.php',0,'F«úÐTq×Çý–þ‹]«b','F«úÐTq×Çý–þ‹]«b','˜óWÚ]øE}–Ww:ÖËc¾gÄuÜ‘ ®È','',0,'?'),('ëx°Dª.¶áÚm~<×2','wp-content/plugins/wordfence/images/ratelimiting.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0[›ìM±Éž¥yP°é','ô@ƒê­ôSÄçy\'èN+™kéBÀ¿3†J!PbÆ–•','',0,'?'),('ëŽ$ŽUÚeN8R/ÎV»','wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Psr7/InflateStream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','KÙE™iJÍJ­±,¸™Ûã','–ì6òÞ^H‘@éHÝƒ “ñGm´…%OG|','',0,'?'),('ë™ë(K~:,<U\0ú]´','wp-content/plugins/revslider/public/assets/assets/svg/file/ic_cloud_upload_24px.svg',0,'Âf#/÷&M4­ø¹¡™Õ–','Âf#/÷&M4­ø¹¡™Õ–','Í³šJÅ¹÷2jìêÐÌtø·ìó˜6}aWóT%SáO','',0,'?'),('ëšT{‰bÇ¸P-ZÖr™½','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-arrows012.svg',0,'çØ´¬:\n\"ìzJ¯¶¶­','çØ´¬:\n\"ìzJ¯¶¶­','Ú\n,3„ÄDìMì.›j ›ÚùËøk0ç»>Ö7®ö¼','',0,'?'),('ë«:k„Œ1ŸI÷×','wp-content/plugins/revslider/public/assets/assets/svg/social/ic_notifications_active_24px.svg',0,'ƒ *¦¤g)â™ádŠÆßÕ','ƒ *¦¤g)â™ádŠÆßÕ',']pÑÌ46è,.æ­VíMá~=ný’-ëË\'‰§','',0,'?'),('ë­·\rç!z}MLKE','wp-includes/ms-files.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z¯]G€¡Èy¦Ü2D','ÆZûhÁx×^èþ/×Ëëî”Ù#ù”é–Z^N‡·_\Z','',0,'?'),('ë²ÔSÚ°p—GMÇ¯¨lí','wp-includes/css/media-views.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ËœÆëy¬«•EM’Ñ¦ƒ*','ÿì¿w Î9¦Q¢Ç+T?÷ö1ãî]ËÚ×Ï’¹¥','',0,'?'),('ë²ìÄçÙòš¤HUyšY´','wp-content/plugins/essential-grid/includes/InstagramScraper/Model/Comment.php',0,'JË¯ÊÑTÓ\n·ëíe','JË¯ÊÑTÓ\n·ëíe','´ÍÝø…-ÆÓ_Ñí£ýÙ.¨öù™Þ]/J\Zk÷S5Z','',0,'?'),('ë¹2š|õ?‚]¸ø°Ï¸Ç','wp-includes/css/dist/nux/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eÀ\Z¼/éÙ»¨µ32tì','fª·ƒ·ÃÀM):›‰\'T‘Ÿëìž)jrX]¿!Pæv','',0,'?'),('ëÈÄ×®FîêpÞs¥Ø4£','wp-content/plugins/wordfence/images/back_enabled.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¡¡ñø]È÷£”ÒHŽÃ','¹¾¶9í‡¥)Rµ$px#¯q Žþ°£˜Ç{#LøOº','',0,'?'),('ëË³¸^ c ƒÛˆ½J–','wp-content/plugins/js_composer/config/content/vc-icon-element.php',0,'1ô’›Üâr£Kÿ…rôÎ','1ô’›Üâr£Kÿ…rôÎ','ûä°©=¤‹ƒ’Ä…+B\0?ø’Hï½;S†ËÿX','',0,'?'),('ëÑL&I~6\Zî\ndÆÅåâ','wp-content/plugins/js_composer/include/classes/shortcodes/vc-custom-heading.php',0,'A\"M[a5\'ZóQrSò¹¡','A\"M[a5\'ZóQrSò¹¡','f ÂBÞ\\Cj‹AO#e9¯_ICIªðLFÔÑø','',0,'?'),('ëÝvAÀds½ƒ—µ®Kµ]','wp-admin/post.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','…+Iò³Ço/ËN•|ž™','}Ànz4ä\'8ÈòúØì³±E\0•¾Ö{«ö¨iÞÕ£','',0,'?'),('ëãYCàÞoƒoRÔäºž”','wp-includes/capabilities.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','…ÉdÝ\"<ò¾b¢,4yKr','•Ün2ÙÊWçüUQïMhÆÎ;h‘SçàoùçÎ','',0,'?'),('ìa¨µåƒZáTfkWÆ','wp-content/plugins/revslider/includes/InstagramScraper/InstagramQueryId.php',0,'>Â×}QÇÓ)±0Éšfƒ','>Â×}QÇÓ)±0Éšfƒ','·k³/eÀ\nÐî\nu•Þ,S“e®ã«N³œ‡»¶Ï4x-','',0,'?'),('ìnØèko/]¤›','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_timer_24px.svg',0,'ÐÁ¶Ôsk­ìÔö¦+vp™','ÐÁ¶Ôsk­ìÔö¦+vp™','o\"%”:tÓUçþ3,µ”u£ºv‘H\nq®Øc²“8[','',0,'?'),('ìÛ…nPE6–‡Tˆ˜ñÝ','wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/WebService/Http/Request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','—KdWŒ¹ªØ¿EÄWø¯','ÜR•õW].daßí¼ÞÈs¹ÚJMœLq+p},ó','',0,'?'),('ìÄpƒôÐ’-ô—’¶K-Û','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/bell.svg',0,'h”–×;om«<›ªôôs“Û','h”–×;om«<›ªôôs“Û','=_òÕ;%ŠY7ÑDf[öôÓø¶ù?\\ pž{e¯','',0,'?'),('ìÒŠÑºR=\Z±Ô \n_','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/meditation.svg',0,'±Àº²ßUÿœk@e\"æø','±Àº²ßUÿœk@e\"æø','ç±Ùæ¿BÎ—€e„¡´3†œL¢†jpŽxzqË\'&','',0,'?'),('ìþ]3I4—ØqF&M','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_view_compact_24px.svg',0,'^=Ìy\no\Z8ÚâËŒ§#QÃ','^=Ìy\no\Z8ÚâËŒ§#QÃ','yqjã§¬9ˆ}<\0F6´DïÖ£jÑrÐ_õLAÌï','',0,'?'),('ì!€0µ¢ÁÚ}òg]S¼','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_none_24px.svg',0,'TQO¾N4m‹ŠÞšøüÀ','TQO¾N4m‹ŠÞšøüÀ',',“\\Kþ;ëŽnÜC˜©ä}ÕT„\'|î	5¸Rù¡½ý”J','',0,'?'),('ì8·Ú§™ºs}ï÷Õ¶àNi','wp-includes/class-phpmailer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'ÅÙF!;‰ 2ó±»±4Å&','G±ÄZG…ãƒí5ÿ_Üš…à¬XS[WˆÄS:9p@Û?œ','',0,'?'),('ì?ØÔÞý·h›±ÒÎ;','wp-includes/js/quicktags.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':}Õò…ÒˆPœÚÙ­Ì','=œ¿/‰âÂf2A|õd—š»<½ßz™NóK=½','',0,'?'),('ìD\rh}¼è¯¶‚!\n','wp-includes/js/jquery/ui/effect-drop.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','•[/‚Zo[ðÇ´ÑÕ/.','Ê§˜Ÿì^5¢•S]@\"œ˜ 9µ~G Ï[Tv8Õ7œ','',0,'?'),('ìDû€sµÉU‘oƒ”','wp-content/plugins/worker/src/Symfony/EventDispatcher/EventDispatcher.php',0,'F¤âg/~eI‘ª:*p','F¤âg/~eI‘ª:*p','o·9éÊ]R­;bA/\\Æó“<íà¯rA°e=4^ç„','',0,'?'),('ìFrK~Aj#ÙèS\'¦A','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_flight_24px.svg',0,'AÛ§ø&loˆ|Œ[EŸ','AÛ§ø&loˆ|Œ[EŸ','P\'ì´oçÏo—‡Là—CØÈ~¾o¢vP’a¬d}Ù~','',0,'?'),('ìONÀ~ñ5Â—é2:¿','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/nest-money.svg',0,'áÒ±M|\'C\'äVëñî‰','áÒ±M|\'C\'äVëñî‰','³ëÍ-}]\Z¦%Þ¸Ï\rë¼¾Ü*¾Ê$Ô¹OU\rEÃY','',0,'?'),('ìPØ·úŒæ‚‡ÌºÆ´$@Ø','wp-includes/SimplePie/HTTP/Parser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':pãÇd\'÷$Û/','¨ä=¼Dø¡=uç~ùJu`ô÷Y[´#*äÎ“æþ','',0,'?'),('ìRä;CŽ_¦/—ÜjlxK','wp-content/plugins/js_composer/include/classes/shortcodes/vc-tweetmeme.php',0,'c\0’o©òïñw”ÛAqQ‘C','c\0’o©òïñw”ÛAqQ‘C','þÓh/–è“ ß@@\"c²·ƒ;eŸGE}à\\Î³Ûì','',0,'?'),('ìgÈ°qgNwcnØî“µõ','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Exception/UnresolvedApiException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Óo	ãããIÓÀú¾øæ,','-R½D&2[:§½q$4‘ÛòšZã‡3r}:','',0,'?'),('ìs¬/Q.Škî5C·„','wp-content/plugins/w3-total-cache/inc/options/cdn/cf2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2Öév_¦²p›Xdž7jÆ','›í¹hž-7v·ŸÂo¨œàs·„y¼Ÿ<^Ç#\nD','',0,'?'),('ì˜_Š”ã(«Ä¼’Îp','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_phonelink_lock_24px.svg',0,'iÁe¡ùVgX0cÑš*Õa','iÁe¡ùVgX0cÑš*Õa','Ø†kZ%‘&!õõçâ¡Îî™›±£žñµ2³;iXD','',0,'?'),('ìš—àøü=Í”6m\0þò','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-structure.svg',0,'¥XjfE*#êÀåŒ[','¥XjfE*#êÀåŒ[','$áKU\nÈ»}w`çÔ\"Rp#ç%>Æ6$¬BÑ*=ÇŽð','',0,'?'),('ì…’/ÐåyÛþƒ”Å©','wp-content/plugins/worker/src/MWP/Http/Response.php',0,'tP¬L¬\n÷Rù•¶Ú»-Ï','tP¬L¬\n÷Rù•¶Ú»-Ï','”*Âà%0\r•ô8«?¢®G¡B‹ç¹Y#”Ávh½‡Qr','',0,'?'),('ì¡çcÚÆ.DÂr¿ |öî','wp-includes/js/tinymce/skins/wordpress/images/dashicon-no.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','RÐÀäZÊ?f.Ç8õâ	','ÂäŠÀ.c%´c°*G~£Õ¢>€Ydƒ¢:7×j','',0,'?'),('ì£³á½[»ôs¾Î”’','wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Exception/BadResponseException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~2ÆCLFrTV¤ˆÎ3','û=5Iÿë;’Š:°¸UÞR¥x°Šz¦–~Ë^³ƒ’‰•','',0,'?'),('ìªlÛcá{\0¡KžyÒú','wp-content/plugins/js_composer/assets/lib/vc_carousel/js/transition.min.js',0,'2 Ñvxþ9M:&Ölé','2 Ñvxþ9M:&Ölé',':¨.J9-l‹å‘!-ÐÅƒCÂž‡R«Ñ/!Ï–»','',0,'?'),('ì¸ƒúvÈÛ6àš;˜~','wp-includes/js/tinymce/utils/mctabs.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ë¡ì\"Yù±´“>xUå­£','%—Y}Ú¿ƒ&)û¢øMaYg‚¿ÐÉÜí*¦l','',0,'?'),('ì¹Ú!<üÜÓB4\ZS}','wp-content/plugins/wordfence/views/scanner/issue-postBadURL.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','þ¸u“@Þ¦Ö$¦‰èöâ,','å¨dÙ|”]ñÝÅQçà!ÊQw£ÔÊê;™†¿`7Zf','',0,'?'),('ì»[ÝÎäÓƒ©ï2¾W','wp-content/plugins/wordfence/views/waf/options-group-basic-firewall.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','åVmV«–›¸ÒBU’\"Áð','9w¢\rU|‹£·Ol‰šZâ©HEa)¹p|ÉSï4ŸUöÕ','',0,'?'),('ìÀ-xÇ(ÅE¶oI„=Ý','wp-includes/class-wp-customize-section.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¤`;éÿVï\'äõÓ(þÊ)','È<sèJmähaÝ!£Ü¯µ—ÍU\0(0¹D\'ùFÂ','',0,'?'),('ìÆ¿­Žù•æoîF×h”ã','wp-content/plugins/contact-form-7/modules/akismet.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','meoÄ\ZóÆàC&«coÃ','ñ ˆçàšJ[’ý.ésLLU°tIåq«Îž/yU','',0,'?'),('ìÓ\\JL~y…zb·,Œ…Ó','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_null_26x24px.svg',0,'µ¨L“‘	5$RZ©(æ:™','µ¨L“‘	5$RZ©(æ:™','¨Ê–~ÎPÖa#‹;›Ï¦Øóø~ T›L÷”Î','',0,'?'),('ìØµ2p¿oíG¬’¥Æ','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Models/RetentionPolicy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m²ÈuQn¨q_¯‹bœýt','Z(·X(ß)­lD…þŠ°Ÿ\ZV‡oÇt¿6ƒ0;lÚ','',0,'?'),('ìå&W¸67` @3!ˆôù','wp-content/plugins/wordfence/css/jquery-ui.theme.min.1607007971.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b’K¿0ŽböºxÑ™]','4ÃõýùÇ\n–cµE2=V“{Æ+è\\goÐ…O‡¤','',0,'?'),('ìê¹.ßÞû›—\r1©\n','wp-content/plugins/revslider/public/assets/assets/svg/places/ic_child_friendly_24px.svg',0,'Ñ\":X?&Ø\\¢Éc‚Ž','Ñ\":X?&Ø\\¢Éc‚Ž','®Iw.dj¬H¹:Êq]9-ÌYè&M\'q•ï§ø','',0,'?'),('ìý¥Æ¯Ãæ0~\rjA4u','wp-includes/css/customize-preview-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']gxKvŠë+Ð­’ß9','‰rŠÚµJPâÙá©Öuž•(Zñ³Û‡U‹%¥“´ÿ®œô','',0,'?'),('ìýå _âÝÍë¨J&~–ê','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_atm_24px.svg',0,'qªçÉÑ¸ëW‹ËÀm','qªçÉÑ¸ëW‹ËÀm','e}wÒØR§‰›4ãõˆÏÒ\'ÕÇpñ”&Dë)¥#','',0,'?'),('í\\áSƒÕ‡–€8¸–;2','wp-includes/class-wp-tax-query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','˜û}¸ÌïnBJw„kš0','»¾,¢In½÷ü’\nÕò×‹óE,Ðß@ùhæ´1«“ˆž','',0,'?'),('í–øm×”ÔÊF@$€~r','wp-content/plugins/wordfence/views/onboarding/disabled-overlay.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','­ÇþäböÕ—›lÚãn','yþ‚aðò2- ý¤£Ô@Ü\"=ƒ*±çËÞ\'','',0,'?'),('í·GVE$5GÝ[ÃyÙb','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-arrows022.svg',0,'a¶\0Û Ç§CÆ”²Þ^^','a¶\0Û Ç§CÆ”²Þ^^',',4te_¹<¤M6ä¿îÀ?~ÏÖrF;õ6Mü—}°','',0,'?'),('íf	S KàiàšŒuq³î','wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/containers/vc_column.js',0,'/Û2×¹ûC}º“ø®','/Û2×¹ûC}º“ø®',']0oê°©f¼ê‘=”ö—”­NÎ÷Œ†\0Çc=*E','',0,'?'),('í!sóx‡×•«xòÍ¨\r','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Exception/UnresolvedEndpointException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ök\0io¯óàèþ¶óýnÜ','‰\'XÔR€“0Î\\h;;[.ä‹ø\'<EÅˆ‰Q-áÀ','',0,'?'),('í#ÿÝÒ„»Dù4øaV/T','wp-content/plugins/essential-grid/includes/assets/default-posts.php',0,'iX@b“4‚£SU|:’D','iX@b“4‚£SU|:’D','g\'Ò\Zt‚yqp¦®W‘H¦¥£ßÆÆi\'õÂyÃä','',0,'?'),('í)XI	Aëdü–ïÁÁ','wp-content/plugins/js_composer/assets/lib/vc_waypoints/vc-waypoints.min.js',0,'_ô‡¤a,»ö¼9ÿ{¬','_ô‡¤a,»ö¼9ÿ{¬','áØaN!Ði\'Y9±¯È V;óÆ¡»nL{Ñ÷ß','',0,'?'),('í4î:¹ÒÍj;F?µõ.','wp-content/plugins/contact-form-7/includes/pipe.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Â£{¬¯óäâ5ï£›\0ŸÜ','Uô[v\\§ÿ\nâD…Q¤ó•-LC=š\\ã*îÈ¹Íí–2','',0,'?'),('íDnÍvow\'E¢îî;ép','wp-content/plugins/js_composer/include/autoload/vc-grid-item-editor.php',0,'×Êi¾ç—zdÞàì','×Êi¾ç—zdÞàì','.8ÈÎgGÙxé¸U…æu2+ …é_!;f°š†÷','',0,'?'),('íEÍä[ã¦tŸ£ü\n‰','wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2016-11-25/waiters-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t\Z’;\\ßŒ›€Â½Ÿ$\"×','õÚ:eY$z“V›Z¸—l4sdûÒ½Ö\'«+Dçú','',0,'?'),('íNÝÔ\'¢!\rBÄj¶Ë3Ï','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\HÉÖ!#š¦>báW‹æ','–&ßxÁ†wÓÎ±hØÄ)šÅ“@5mßÒ.)9ßR','',0,'?'),('íPÿxéÄn	)ƒ','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Handler/EasyHandle.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','îÄ-Õì<ÖïlÊG5Âë›','Ã},BŽip¾/]½&W‹)Ðpî¾;íï¥*X‚','',0,'?'),('í]š§@ƒ\n—«>ÄºîYn','wp-admin/admin-post.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S}d–¦D·ýTNÕ\"F¹','FµÔÑq¯”`Óë©¾öËér_“‘ŸÈ¨_†¢÷\'€œI','',0,'?'),('í^™ËCØ>.!\0ò¸Y>ý}','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_list_24px.svg',0,'Ž3‚.v;mÝáo¯½U','Ž3‚.v;mÝáo¯½U','’lœàM(M~6Oïôß®££E¯o¨_¸´ÒØ\"‰©I','',0,'?'),('í†eÄA½ƒIP©Ýa','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_agenda_24px.svg',0,'bs„Þn\nøˆ’´®','bs„Þn\nøˆ’´®',']ùAŠ­¤ó/saô92ÛŸ·‚ã–Ì84×‡\Z×ÎPÁH','',0,'?'),('íˆÒãI0“±B,óhÊ›p','wp-includes/class-wp-term-query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ù0Áø[¢÷.45‡ÁK','~œgÖ¼Šá¿Ÿö3Ê·þcë,i\r89¾ùô`s¢5Ç','',0,'?'),('í‘_ô­t ÀGnõ)ˆ©','wp-content/themes/betheme/includes/content-single-portfolio.php',0,'hŸÁ@¶²µR\0?Fdíc','hŸÁ@¶²µR\0?Fdíc','›Uøêê2ÅÝDïª>µhF–ÁÐ\"¥b´gîm1~ª!D+','',0,'?'),('í£‘–îú‡™è³®]','wp-includes/customize/class-wp-customize-code-editor-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','éŸæjMØÑ–ÂéélM£‘_','“xFZŠKcßÉ37Ä`Ôª$jgñý]ÔQìÛ','',0,'?'),('í¤ZÒ\Z‡5\nÍj´}…@','wp-includes/blocks/buttons/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+ÌÔß.\0\'±`_2Ïkž]','-üu\rˆ¸pº´½¡4öàfj™/\Z³@UÅ¹¤èN3¨','',0,'?'),('í§F–ôìÝ÷·mº¹¬','wp-content/plugins/wordfence/modules/login-security/views/options/option-label.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|<â­>sZ¾K³z¾e','ÄÌ†;ån†EôØ!ïôZÔ\ZVéÔV HÛÎw','',0,'?'),('í§¤ZÅ\ZaYH\0 ›5î~ ','wp-admin/includes/class-wp-automatic-updater.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-WÅ#âóË\"ZëíÆ”]E','f?§ÕY4eÝå+¢˜‚~ÄÄ›w¤K7¢wŸMu¹… ','',0,'?'),('í¬°K~Í­F+êè','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_sort_24px.svg',0,'dq×Y€8ÅÞ\"	‘\r','dq×Y€8ÅÞ\"	‘\r','ólÜ¾lÈÄñ8âK2i&f~h±^Ä´)KÎYG~Ïû','',0,'?'),('í°€Ž~€Çüµa¼Ëg+','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_attach_file_24px.svg',0,'`šîø‘ÄBìûkÎ©m.','`šîø‘ÄBìûkÎ©m.','éwëQwV,ò?AÎ­0öæ0hv:ïy,$4ñ—','',0,'?'),('í°QR\"æÃ@3ªövàS','wp-admin/js/link.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8_4À?z¿i;èUyê‘','6.´o\\o`WÄZ_íñý¤~ )ŒG\ZOÂqù.«ƒrI','',0,'?'),('í²žk9>MëuÍÓa.	„','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-post-grid.svg',0,'jÁêÀH×NOÃRwPrà“','jÁêÀH×NOÃRwPrà“','¢+MØv5\\»à¼ª/\'ø‰_¶òÅX‚4•õåÈz†O7f','',0,'?'),('íºG® “Ø~ªÐÿô`ø','wp-includes/customize/class-wp-customize-nav-menu-name-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÚÞ7ìfõW·Õš7Á´†','pûÜvàw °ÝÜª9ù¶Ÿ©?¡°aÝÿÉ€zŒ','',0,'?'),('íÉym\Z³š97nº\'\\','wp-includes/blocks/classic/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Œšœ%q¾ìÓžSòî ','’LÿiEª ;¿’ŠŠÔŠÔR‡yÑ›jp²]c?Îí','',0,'?'),('íÕFw˜ÎxZV…!°þB','wp-content/plugins/ga-google-analytics/img/250x250-htaccess-made-easy.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','òP­Ÿã2–\"«O}õ¨#','Z*âãže(§æ„Uy*¿îyÜD%Ã6Äü‘¼','',0,'?'),('íå•þÉíì¥6ÁK','wp-content/plugins/w3-total-cache/Cdn_AdminNotes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÎÏãL–_fÖ:Ö–Ù<œ','ŠÊ(Õ‘ú³¥Ü‚§Óí„Ÿ–¹Qê+ú-I‚Ù¾9ä','',0,'?'),('íé\Za˜]]ãA‰ê\'hŽ¤€','wp-admin/network/settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÊC0]OûZ9H\'$°Q½','{VÃ!’’„ëô:=rs.éL\0YzIzÀI‹B1/c9','',0,'?'),('íêB”zï×>@0D¯þ','wp-content/plugins/w3-total-cache/pub/img/moon-bottom-right.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‘\n—Ä¤‘pS·Ž@] à','UÞæÐk[ÔH=îp©TäÇé0_0—Íðž\nåöíOl0','',0,'?'),('íë¸rwC:O75*Þ,ö‰a','wp-content/plugins/w3-total-cache/UsageStatistics_Page_View.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','È:”›¢ŒM}Ïƒ¢Ü','‹K(Û›c°öÄo²eóÒß°míÎÜ{¼0À°u6æ','',0,'?'),('íîåÄó«˜¤•$;âX','wp-content/plugins/w3-total-cache/Extension_CloudFlare_Widget_View.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÉØSP]¸9êºž5³ow','¨øì¹7Wôh„K]2ulº„p3K.7C*','',0,'?'),('íñ²ƒ=ÃúcäÙ‡œæý','wp-admin/includes/upgrade.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','íËùÄ0we_@µ,ðç','IÇib=”¯ÙC¹ÌŠ›ÖÈPÃ¨šçyØJì§2V','',0,'?'),('íùëeC˜¾„ðDi!×ç','wp-admin/css/colors/coffee/colors.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~cžÓ¢eª&àÄöI|',':…Ý/htÞYNßQ}´gÀMò™ò2‡ÛYö^P7ù','',0,'?'),('íÿ°šŠØ†•õ­a¬É´¨','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/SetBlobMetadataResult.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.#wE0$T\rüùÙµê5','áY`Á^éææƒØUç¤àÈ#+àüCIK—õh¨À','',0,'?'),('î‰•fÙ%ußPûÊñ„','wp-includes/js/mce-view.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','…îœè<úê@^‰PÆ\'','#û‰	„Í\\PÎWdqß‹ƒ¼.òÎ4Ã“ã«æx<’','',0,'?'),('î&¿8fzZ¬g™«¼S','wp-content/plugins/contact-form-7/modules/recaptcha/recaptcha.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ü¦§‹CÓéf×ï†3ê3°G','¢†C“åøh¬z¾n²Aßh3o8\Z~’—¯šB¯œ','',0,'?'),('î\Z½‡å{:\ZªŠå4f','wp-includes/js/customize-preview-nav-menus.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[Nm ¬lñVÒª3„¦Ž','é5,Œ‹M3Å5÷Ýn(tL5¶ ;^æÄP/9z±áØ8','',0,'?'),('î ÚÙ‰e>QÙÙÂ\Z.yõ','wp-content/plugins/js_composer/include/classes/shortcodes/wordpress-widgets.php',0,'îÏ†8l†f­œÕ9…¨Œ+»','îÏ†8l†f­œÕ9…¨Œ+»','\nÿO½:óèÊ?<8¯%M¦¦CæÏèØ¥Æ¢»Sëß','',0,'?'),('î(zY8ð€QñÂOV“ï','wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Exception/ServerException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6ì·¨äéc;æwúZcž','NE¤|ŒÞn°dÊ¶=ÄÆ„4Õ“Åtÿ9üÁ&Ë®†p‹','',0,'?'),('î.Éz›ƒ&·Š”.Ú1y³Â','wp-includes/css/dist/format-library/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V$¥ÔPÄü;2£;Ìžýƒ','Ø#†@çáS‡Õ–TÕÄ„4\'|dš»ñmŽT¿á?ÓœÇ','',0,'?'),('î.ã²¬lâ¥dñ\roýŸ','wp-content/themes/betheme/woocommerce/loop/sale-flash.php',0,'FÏÚ9Ñ¬h±µ²r½‡˜2','FÏÚ9Ñ¬h±µ²r½‡˜2','\"ëNjnà¤	ì“ªTe†{‰1Ä%=¹5×.\n]','',0,'?'),('î:\r\"Ã™y™ØÉE»‰›','wp-content/plugins/js_composer/include/classes/shortcodes/vc-raw-html.php',0,'ÌU®]}ÄïÓúÇéÿ®~8','ÌU®]}ÄïÓúÇéÿ®~8','ˆÌç¼Ä²ŽK‚b>Ö÷BôLØ–A\'´¾jÙ†\'³…½Ö','',0,'?'),('î@AÀöŒ/¸ÅƒÎ	áh©','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_phone_in_talk_24px.svg',0,'À¿fçbšôÇ¤(àMÔus','À¿fçbšôÇ¤(àMÔus','lÍ¤zÕxÓžïžd_[§%¸g1ùe‰K—HrJµDý4','',0,'?'),('îŽ»«RL6è¤U˜`â8”','wp-content/plugins/essential-grid/admin/assets/font/index.php',0,'ïá{J!u?}îçs•','ïá{J!u?}îçs•','AuÌƒµœÄ`ü9‰7}bŽ>MHêÃíJHhåûÎ|Fj','',0,'?'),('îá²N–”ç¦F¦VïYìC','wp-includes/blocks/shortcode.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ó0tâ	í£Ú¨.™j²','{Ž…bw\n~ªŒ4øn\"‚—\"þÓÍ÷ê#.m¿/#1','',0,'?'),('îçuyªØŸúuV‘û@/‚ó','wp-includes/class-wp-block-patterns-registry.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'ÀAY¹;¸d¡‚ÏÁ…á','£²[²@LXÜG*½+{å¬šÚ~=dš÷4Ÿ×…öÜ','',0,'?'),('ï@}&£J~ÏÂ¾&óè\0','wp-includes/customize/class-wp-customize-new-menu-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','«ÈN‘àp‰ÅaCÇq k','„F¾Ì0”HyceåLuQ¬«Î&§ä˜LiH\n©DÅ©K','',0,'?'),('ï»<±\0îwÛÇ;†','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Exception/SeekException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ó2KcOa*˜¬ÐŽïnt','#>¥Ç’\\üØV(”ÊMÅ^#ER¾\nß«IØû¥Ú¸»','',0,'?'),('ï;Lát‰×¬C°ƒ”É£','wp-content/plugins/wordfence/tmp/.htaccess',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','·I z~Òi¶,Lžÿè','	ù¦HQIéqz¼Ú¤øpÆ9ŸC4>Hü€Â3¨‰„G','',0,'?'),('ïJ\ržœ‰OLïYÞ>ÅÚ','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/strategy1.svg',0,'B˜\Z®hyj(ï|â»Ô•','B˜\Z®hyj(ï|â»Ô•','©G2#oÁh.S®¨E%ä\"ìò÷âVRÏµ\\UÆ«ó4','',0,'?'),('ïTŠƒÈu~ÈKà’É=k','wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2016-09-29/waiters-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¼/j™|wXq`;uÝ','O0d0§êªž½I‹ƒ°Oõ«\nùo…„\ZŠQ^%nZ','',0,'?'),('ïY^~5~‘¨pŸG-ŠŒŠ','wp-includes/js/customize-views.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¸HÓ·¬-\\Me•ˆï','íbõ ‚½Lýþ-¦‰9wloêßyŽ$+ÓY\ZÞ˜ÔN','',0,'?'),('ï^¨¹ÃAU­hÐ%KÇ©5','wp-content/plugins/js_composer/include/autoload/class-vc-settings-presets.php',0,' ­ãÏçAuèÂt2ØþŸ|X',' ­ãÏçAuèÂt2ØþŸ|X','VlV÷‚H·;¿2:Câýª›²çóoú^ÞéÅŒ¨','',0,'?'),('ïf%n Æœ\'pó³Zrÿ','wp-content/plugins/w3-total-cache/UsageStatistics_Page_View_Free.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','VaÍÈW Íœ­\"Á~I\\ç','&W\'ûèŽÕI\0œÂä‘E)¥¾ýÝêFËOÚ}Åú]b„\nú','',0,'?'),('ïrI‚åíê–É€5 ÁF','wp-includes/Requests/Exception/Transport.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','«»løÚzèê J«^Ñ','¦ºûîÄº¶ÌŒ»ã&Œù¶Ö³–†Ý4@78áíôp','',0,'?'),('ïu_ô‹‹ÿÂÊ~!\0Ä','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/Precomp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y=\nYà´99š2­ø','ý—û6©‘°\Z/ˆˆùpây5îÁœÒEð”Ø­½©­O±E','',0,'?'),('ïzúÀœØö×ò|”zûxv','wp-includes/js/jquery/ui/droppable.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>¿›£KÑ-£EØŒÈþN¤','ò\\\'ä°¹\"Šjq#œ7ôæERõÆFã0*Ù-Ý;|','',0,'?'),('ïú¶ÕË•§³r&ÕqÇFi','wp-content/plugins/wordfence/crypto/vendor/composer/installed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K:ÍÿQ‰)úË¸è¾:-*','†Ö8}ôÞªâ]£ß\"1´úž&(¡æä™„³‹¡É','',0,'?'),('ïƒRGÓÞeó“j!\\rŸˆ','wp-content/plugins/w3-total-cache/languages/w3-total-cache-nl_NL.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','í?¯ÃyçOå`Ý»Ä€…â','±öºhÕœx¥pÓÐZ‰¹e,fAÓ$·U\ZrŠ£¥','',0,'?'),('ï…˜ùìçW³aÐ»\0ªÉ','wp-content/plugins/w3-total-cache/UsageStatistics_Source_Wpdb.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8ï¸r\'+¾—‚ÇnÎ±',' ó‹ÀÒpXýv–xEqE4Y™ÀžJÞ*?9lÊI2','',0,'?'),('ïŠç[×!¹aƒKQô	','wp-content/plugins/contact-form-7/admin/css/styles-dark-mode.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Eõtü†´,nüXÈƒ(',']z¾ <Ç$ü.6dú=á’68²(òpò}Âðƒ','',0,'?'),('ï‘ãW”’sÿ*uJ«Üs¶-','wp-content/plugins/revslider/admin/includes/license.class.php',0,'í5vÑEÞD~ÄÐéýÖB','í5vÑEÞD~ÄÐéýÖB','UúT}•Åe·E¼½WVN5gÔ+ÌæXùì|Bø£','',0,'?'),('ï”‰Mõ½oø¤¤¯™`©÷','wp-content/plugins/worker/src/MWP/WordPress/Provider/index.php',0,'gD,Vë§=\\ÆbP','gD,Vë§=\\ÆbP','k‰À—~	¶½UH\Z¥ÖxƒPêÛAÌ„¢ú<¡ž;X¨','',0,'?'),('ï¾˜QŒ¹©÷´)B\në,','wp-content/plugins/wordfence/images/loading_large.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‚Y¼®{Ob‰UW~¼YË™','p8ñ\'—÷™	t—Ïß:„Qßo]{5G1åèã»ÅE¾Ç','',0,'?'),('ïÀûP†‰a`Xuî¥¡','wp-admin/css/color-picker-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ƒK_uj:mJ{SÙé¸ë‚R','Mw~\rß\r‰m\"ãÈMˆù’†”¼=¾ÓÉIÇêùµ','',0,'?'),('ïÅ{´ú \rðSlÅ¿é	','wp-content/plugins/wordfence/views/.htaccess',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','£E\"xKÊê{Ç8ödS³','C‡¾ö½\'r…9½ì@âK¡Þ†t¡ª™öâ§w#@kº','',0,'?'),('ïÑX=U¡pfp¾€ÁZ','wp-includes/taxonomy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ËHpY‰yE¶rÖÈõŸ(\\	','ž^s®Ù¼	E©ÀÂ\n&™9Ð¯ÛÌ†ñÿæž§','',0,'?'),('ïÞŒt+é\\õ+ÆXa†ZU','wp-content/plugins/wordfence/lib/wfScan.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÞêM*\rÆ†ëË€z©n','”`™ºn†HÎØGL}‘ Ía²nU|?ŠÛbEd','',0,'?'),('ïã¯©è	\'¯æ¶Þ¨‹÷V','wp-includes/images/smilies/icon_biggrin.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','üK²ñJr§½:¿]kIØ|',':š²«ÖÙ”ëÆÅMœ›ÓÛX%	Ì<8½g4Ÿ','',0,'?'),('ïï6X‡Ôª4ñã[_‡=t','wp-content/plugins/wordfence/lib/wfScanEngine.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#ÙP	ÃÜ\0í—yªô','|xžxì‰QNé²“J‚+˜gz«3zfËãNýCÀ§ˆ\\','',0,'?'),('ïïËvŠzii ïèóHùˆ;','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Parser/PayloadParserTrait.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r÷ö3qPQ$¼4eØ','/Px ”4âÐ¤bêÇSÆø“úLv,+uyüÝ&¡Ñ','',0,'?'),('ïô±¨cµÐG¼¶¸(`E»•','wp-content/plugins/wordfence/views/scanner/issue-configReadable.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','þï€ ¾ûœêïåŽòQ¹†L','‹šÕR21Î?ÇŒ*=bÍ¥}•õ·¦“X&û¾M­‘Æ·','',0,'?'),('ïù6â.°GÍä‰úæ£›—','wp-content/plugins/worker/src/MWP/Configuration/Conf.php',0,'`ÖIÙ$ÞÍ±“øþ€Íh.','`ÖIÙ$ÞÍ±“øþ€Íh.','tü\Z7ìþßxt+ªA\'ó3ÎÃ4,$Çê8Å¯/','',0,'?'),('ïû©ÄUlŸ(8€ì „0”¢','wp-content/plugins/revslider/includes/Unirest/Method.php',0,'„Ô6ÒÄR[d[âøÐ<Ô','„Ô6ÒÄR[d[âøÐ<Ô','TŠË™ãÔçúÚaç(9µeÿˆk™Ëž(â^#gCÜ','',0,'?'),('ïüßô æŸÔædQ–ñÂ~','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart03.svg',0,'ü†°×\"\\»mÅ#ÖYR\0','ü†°×\"\\»mÅ#ÖYR\0','­ý÷}g%ªŒ¾Ì¦øåƒ~@ã(BïFÆÓ»$ó:ªÓ','',0,'?'),('ïÿ€É9‡ÊrÀMÔ§Äè','wp-includes/js/customize-preview-widgets.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','óT-Ÿ6€P)Hôù=îí¬','¸¸¼˜6ÂªÜe¦×ÕyÐ¼bdf}‘ˆ5 Ùþ','',0,'?'),('ð\nC‘AD8xp','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-structure06.svg',0,'\rúrü1Ôñ Iôi\n+oª','\rúrü1Ôñ Iôi\n+oª','žùÜ\nbBŒî:&#Ž Ü\0ÐÂçe(¬’n˜ŽÅq¼','',0,'?'),('ð\r4M¸mwñE\'BƒA‚0','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file07.svg',0,'ß^Óê©->’/ö\"º¬','ß^Óê©->’/ö\"º¬','µÍþ€Ç@„Ý,·£#ï#ÄßŸw-V(‹·5óùÍ=','',0,'?'),('ðžŠ¾´»·GÌ÷~¨T§x','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_repeat_one_24px.svg',0,'âaoý R˜Ê\nç32®1É','âaoý R˜Ê\nç32®1É','Ü`)|\0H•ä2\n¬BK‹Ë“Ñ>ZÎåTÕ#“«y‘¯`æ','',0,'?'),('ð ÀÞ<:9Î|ÂÎ6','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/H.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-_ÐûbÊÁ->OŒ¥\\è‹ƒ','¤sÉ”gá%û½riC¯ùP˜ëw†«%’å{ÖÆJ¥Î','',0,'?'),('ð!¥¯_ïüdpÁ†^','wp-content/plugins/worker/src/MWP/Http/JsonResponse.php',0,'ƒc¿!L5¸€ABˆ','ƒc¿!L5¸€ABˆ','Ë-í®”i•`».-?‰å[w3ó`êYÛŒSi™ä´V','',0,'?'),('ð$ŸÄ«¥Iˆ^ý“3·”Ñ','wp-admin/menu-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ZéPÁjÙÁv…Ë¨!Ò£µ','wÍñ9=Ì F5dñðoU¸ÊÖ\\_–k[•','',0,'?'),('ðDÍ>²ŽóIFîÏãÉo','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_high_quality_24px.svg',0,'¾Gl*ÂG˜ï8_#Ë<Û','¾Gl*ÂG˜ï8_#Ë<Û','xm¾<|næ7ÌÖj\\÷‹þ\"#jZëÀ/1A S','',0,'?'),('ðGçã›ÅâûYõLÄt¦w','wp-content/plugins/worker/src/MWP/FileManager/Model/DownloadFilesResult.php',0,'H^­\'¯„%:‘nÊ¹r¤','H^­\'¯„%:‘nÊ¹r¤','9Cz¡×¿JzO<Bš¯šßM–;LþvfÔx²Ix²','',0,'?'),('ðI/\Z³Nç2é÷öáÉñp','wp-includes/sodium_compat/src/Core32/Ed25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(ÊÝ|v}ô9S‰9S','\n,,YÉB˜€:¥EnŽŠ„–¡Ô4¤f\rˆ,¦äZbq','',0,'?'),('ðUšec\\å*W[û£, u','wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/Crypto/S3EncryptionMultipartUploader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÜÂ3fÔkÔ¦ÕÕéWìe’ê','@<ç\'¬û!Oê¤@àÀà0\"xÅaÇêü%','',0,'?'),('ðbÆ×Pù±7žP<©™Û*','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_supervisor_account_24px.svg',0,'hX\\drðúnË˜F2','hX\\drðúnË˜F2','‹¬¢-YoÏs«äáÙÙð% û=Ü¼¦m‘ûßs\'X2V','',0,'?'),('ðy¥7‚ÚÂpÝc8‘','wp-content/themes/betheme/functions/tinymce/tinymce.php',0,'ÎŠÙGLC1GE.¡\0','ÎŠÙGLC1GE.¡\0','tá¿¶ìlÜöÈzI\'YìAUJÍdÌÅ1Ùè{ã¶©kg','',0,'?'),('ðzÀñÝ3y9O)ël§þ','wp-content/plugins/w3-total-cache/pub/img/close.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','×SE‚¹‹ƒ¼ü#8L¿','\0îÇ¾Ð2÷ÓRg‡STJ3[®£þÀ1âÖ¶Ó','',0,'?'),('ð–9ÆñèûK:÷§Sÿñ','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_tonality_24px.svg',0,'Afþò³Î¨¾v@:ÉŠF)','Afþò³Î¨¾v@:ÉŠF)','ÐÐÜ%6Ô@h&HÚFèáþÈM¿È(5yQÏ¥Œ³','',0,'?'),('ð¡N ¶¢ûiiÚ­ù','wp-includes/random_compat/random_bytes_libsodium_legacy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Üø[q7dâv¸í×zí¨','\'Öª•±*	[\0EE*J‹rüV€síæÄáãcž?','',0,'?'),('ð¡ðB’ÑÖ(ÚW«xïØ‡','wp-content/plugins/w3-total-cache/lib/Google/Cache/Null.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q‚­,vdpß©gˆ§å´','ðíól­¬¦Æ¾inNyfÞi€|YðiI]€','',0,'?'),('ð½lPe…5ÂØ¶-†º@õ\0','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/megaphone.svg',0,'Ä2ÊÃ)ëD?Å?M™ÉRhª','Ä2ÊÃ)ëD?Å?M™ÉRhª','[à:i4•`]#m\\0.90º0-o™•PÁîö5¼\0ƒH¬','',0,'?'),('ð¿†’Â¿÷O&¹&Ô5/','wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_templates.tpl.php',0,'„‘¼Ï§òíD“Bš|˜\'t','„‘¼Ï§òíD“Bš|˜\'t','Ë)à\\y¬ÄÔ®\rÝU}å³˜Y0·’I…æÂ=æTÌÕ>Ä','',0,'?'),('ðÉyÌþuènµÛc[Ù§','wp-includes/sitemaps.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gGöxNÇ)Š/³ô§½É*','Å%ÖøàªSäiù¬úx3’k®™½OÛñnz]ö¿¤','',0,'?'),('ðÐ·&§LÛ½Â¨ãVNŠ','wp-includes/css/buttons.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0\ZØA·Ç6@Ô¶.+Oõ2¢','rQæ-,+2N(Ùïf g‡\"®Iø£\Zøö}ÿ*J','',0,'?'),('ðå]ÉýSûéøm\"\nL\n','wp-content/plugins/worker/src/MWP/ServiceContainer/index.php',0,'gD,Vë§=\\ÆbP','gD,Vë§=\\ÆbP','k‰À—~	¶½UH\Z¥ÖxƒPêÛAÌ„¢ú<¡ž;X¨','',0,'?'),('ðçâ9	=ùBâùí^E','wp-content/plugins/w3-total-cache/Util_Theme.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÈëÒœv\r“ÂšTJ8W{S','\n D\ZE°øÚð¹Îí÷—\'nÐš~\nî\"L(°I¿ïp–','',0,'?'),('ðòÔnÌ‘4[jÓ|‰‘¬Š','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_settings_system_daydream_24px.svg',0,'ª83›®y!ÖÑ-¿R','ª83›®y!ÖÑ-¿R','-Ñ)GÞßö¶R/Íƒ¯£¹¨öZïDûCá+s^¨ä+Z','',0,'?'),('ðö´øü•ø6$[£ª®OÀ','wp-admin/css/customize-widgets.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‘ûXƒõ¢¼<—.ü','LVuGs­¸…û”2ŽC¨Ý¯ÒsˆBY¸/ÔYÝ','',0,'?'),('ñ‚^«5TdRp¹U%1','wp-content/themes/betheme/tribe-events/default-template.php',0,'ZÆET}…iLB„å†$‚F\\','ZÆET}…iLB„å†$‚F\\','x Ú“Ãg.C§Š\rï¹	À]<þk·p%Ó7 ö½','',0,'?'),('ñøå“rp.u…3zx€','wp-admin/includes/class-ftp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Úü±ãÕcÞZ*l3âñ$Ê','¢Bù1Ã´Î	Í¥Á†5 ¢Q«“ÈÙíå•9ËJ','',0,'?'),('ñ	Û”û=Ù‹O®|4Ô©Ÿ','wp-content/plugins/w3-total-cache/lib/Google/IO/Exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','áC3ãUˆÔöpY×?ê¡','<dw©4*,Ò£ûç×4û¼Kðå9ÿ×oªÑÁ<','',0,'?'),('ñÿÁ?æþßÙaB°/†±','wp-content/plugins/revslider/admin/views/modals-copyright.php',0,'~=/|Ž)Õg±³×¤]S','~=/|Ž)Õg±³×¤]S','DºÂ¿FÉD\ZVè\rÆFÇ¹|±Øýx…ÎvÐžÇÅý¥	','',0,'?'),('ñ¨ÖnÒ3M¹+sq¥¯','wp-content/plugins/w3-total-cache/lib/Minify/DooDigestAuth.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f«ÈÏ£{_Y?ÀœsOi','—ýæ›á5Bˆn¹ðiìó[£¿+™cãÂß«Œ7dvQ0','',0,'?'),('ñPT‚DÉv>^Ûn68','wp-content/themes/betheme/functions/widget-recent-comments.php',0,'Ú¥Oe\Zìm20!7Ë‹','Ú¥Oe\Zìm20!7Ë‹','È	Gg°?ƒ¢gé“6ÛÆiÄÝ¬xM¢ÞoQ˜hr•´«','',0,'?'),('ñ&[¦Á>jþÒÜ/Öâ¶GU','wp-includes/js/dist/token-list.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ç™­§OB×!É‰ß€zrB	','íÙáÁ‡ð·N¬Ã_\0Í\'êe‰]ˆÍëoÏ¼Ap ','',0,'?'),('ñ&käÆÉ)Ùs©\"œ£‘','wp-content/plugins/revslider/includes/Unirest/Request.php',0,'z¬=|æð¾u°×?7EÖ','z¬=|æð¾u°×?7EÖ','{R²ÔoJµ\'‹\Z’ì£Ýx§¡?y2hèŸ’ß','',0,'?'),('ñ0YXIÀ§rôAÙq@','wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/grids/vc_masonry_grid.js',0,'ƒˆ\\Ž%éº÷z;Uô Ã','ƒˆ\\Ž%éº÷z;Uô Ã','6y…<£Õûžï}‚Qé’É*^	’ØÉ\n_þ¡B	ð`','',0,'?'),('ñ7sþ\\]Ô}ˆAAùwe1·','wp-admin/tools.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ð\r:fòÖo†\0V¹GærÁ',',w2ÅÑ‡ø§æB\\Óû›­oZi´ÆX\nÅ#×€¯êU','',0,'?'),('ñAäX“7?o“MwðÉ','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/LazyOpenStream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&HÍ»3øê3ƒ9:î+','§\ZJ:VUO˜Ùü‹¥.½:5î¨œïæJ1´','',0,'?'),('ñAaüˆ*M”êŽt¢','wp-content/plugins/revslider/includes/InstagramScraper/Exception/InstagramAuthException.php',0,'‚<å•Ðºä µ•ÂýÆ','‚<å•Ðºä µ•ÂýÆ','Ÿ Ç×%¢‘9äëgx£°•\0]¥¶>gVŸO|Y','',0,'?'),('ñCý5#;™Úñöö„8ìv ','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/preson-laurels.svg',0,' ÒƒÍ0à <ùËí$',' ÒƒÍ0à <ùËí$','ïè~Ý±j¥·‚z	¬mD`–ž2ˆ¤û=_g- Op','',0,'?'),('ñLèÇ›qæ®=´‹B?„X','wp-content/plugins/worker/src/PHPSecLib/Crypt/RC4.php',0,'ø¶[ÒD‘àƒëå‹¶³Ô','ø¶[ÒD‘àƒëå‹¶³Ô','}¯5tÈ\\9_ë‹+;°8¶Èïx—Ûš32í:Cè	','',0,'?'),('ñZ/¥¼û{LtåÕ®F$€','wp-admin/js/svg-painter.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x¶*wÒj‰éqÁ@¡ã‚','¹¨)@Ày•òwÅb–3ïëïþ\\ëêî–ZKºŠ_²','',0,'?'),('ñ]÷ßàO§¿pìåÈ3áÇ','wp-content/plugins/js_composer/include/classes/settings/automapper/class-vc-automap-model.php',0,'Âê	Ï!€áòGrƒÚ','Âê	Ï!€áòGrƒÚ','×T†·‘ä”ìè=WrG…¬þEHðU\nÍÒ+ÄÝ','',0,'?'),('ñ_8³‘Î÷#* Œ','wp-content/plugins/worker/src/MWP/Action/IncrementalBackup/Stats.php',0,'Ž±©HDš¨ƒ\rÀÓ_Ä','Ž±©HDš¨ƒ\rÀÓ_Ä','†%\'\nÅG›|‹0ò&j.¥~\ZÝF·¬ù†97â','',0,'?'),('ñ`]êRÆ4#àá¬w\r±\n','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_brightness_auto_24px.svg',0,'Œ0=TP‰#8ºà@qU','Œ0=TP‰#8ºà@qU','s4nÐ2ãK4ÚFÐ‡,™#Û\nP†YK‚ÙÚ»‰¼ˆ','',0,'?'),('ñiÝ£[é~›ž?X»','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_post_office_24px.svg',0,'1v):®Î¢Xgóu‰Œ0','1v):®Î¢Xgóu‰Œ0','ô^#Ã›ãwzú½éªs‹ýÎn{ÂÑ¬\",-°iÝi´','',0,'?'),('ñs\Z}Ñºò‘[**„àæ’','wp-content/plugins/w3-total-cache/Cdn_StackPath_Page_View.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','äp¶I$‡Õ ¿ºó*','OŒyÎ…ÒQm®;˜¥£V¿œÁêq_ë_d°ÛÄsw(=','',0,'?'),('ñuiçóSÝJ_À%öÏxi\\','wp-content/plugins/essential-grid/admin/assets/css/index.php',0,'ïá{J!u?}îçs•','ïá{J!u?}îçs•','AuÌƒµœÄ`ü9‰7}bŽ>MHêÃíJHhåûÎ|Fj','',0,'?'),('ñŠ¢vŒ:¹D¸YìG','wp-includes/js/plupload/plupload.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ÿ¸Ë6‹JJ’7¡+Ö','·+\"ìˆQÏÜã/N:‚T$àß\"§ƒáÈ¯\r8v_3','',0,'?'),('ñ›aŸ¦?¢ñ\"ˆ}Bhî','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_location_searching_24px.svg',0,'>¨xäEÖyÙQ¦/bV','>¨xäEÖyÙQ¦/bV','SB¶ÂˆØÞòGË;Œ+bpêñ_@=,n[M•”ëâ','',0,'?'),('ñt_\\Bõˆ¡ôÔÞLz…','wp-content/plugins/w3-total-cache/lib/S3Compatible.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','îý„Ê8Y0ÖCJù%À™a','ïBlDûVc|ó?ˆçîßÕñÒWäÁÔ”ª4¸c­‚ ','',0,'?'),('ñ«æé$¸ašd5éœT','wp-content/plugins/js_composer/config/tta/shortcode-vc-tta-tour.php',0,'ñô#âŸF3ÌÅJËˆ[ä','ñô#âŸF3ÌÅJËˆ[ä','`²Õhçv2àÌ‡E[Ðí4Î„S^†q¸iš2Qö¯9!','',0,'?'),('ñ±TYÛPpEñw†“','wp-includes/widgets/class-wp-widget-archives.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','×POÅ¯J£~Ílê±.ÔJ','–oÓýý¬`|?ç0Ÿ5‰íÔqûçÉß_	!-+}Q¢V-›','',0,'?'),('ñ¾½/C3¾ðFfÏÀçÇ','wp-content/plugins/w3-total-cache/Cdn_StackPath_Popup_View_Zone.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ƒŸz¯Þ\\ÿ?žd™$ÂQÇ','§k©\rôsÿF,¥‹Píþ÷	4Íji—½c`ùuÑ_','',0,'?'),('ñÆ4‘ìïÛ$êŽª','wp-content/plugins/wordfence/views/scanner/scan-scheduling.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0W¿ì®œÃ)Œ Ç¢ÇÂ±','˜¿bÂ¥é‡ºU¼Swíˆ’Óýg÷’ßÃ:=PË','',0,'?'),('ñÒÂî\roÍh45+÷ø=Vê','wp-content/plugins/js_composer/include/classes/editors/navbar/class-vc-navbar-undoredo.php',0,'»“¥y4ÊçeçŠä.(\n\n·','»“¥y4ÊçeçŠä.(\n\n·','uUÀVÞ\r\rÉú<ø°¥`Yzp·AõüHeaöV','',0,'?'),('ñÛãp»ÆãàðmMx©ãg','wp-content/plugins/testimonials-showcase/resources/colorbox/i18n/jquery.colorbox-pt-br.js',0,'‘R&ò,8çA†bˆýËyÐ','‘R&ò,8çA†bˆýËyÐ','éñæäAó€¤:<kF\'ýÊÊ>“S…~ŸY`NW¶Ç¬«Z','',0,'?'),('ñáƒ«o£×\Z–ûÊ:‡jÅT','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_snooze_24px.svg',0,'Þ¾ÇH†\Zý»•,]P','Þ¾ÇH†\Zý»•,]P','ËŠÕKá§ÕˆDf~åÏ×òË-¼}Ë„¯äêüªŽ[m','',0,'?'),('ñëFED¤Vâ€•ð@ì<','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/ErrorParser/XmlErrorParser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1ÔV}wøú…™mÛ_Ã','\Z™ìfÉå÷¤*ËÄÒÙu´¿ÕO;Æ[Á‹›é’Â','',0,'?'),('ñë¶|U\Z.	ñÃôùFÐ','wp-content/plugins/w3-total-cache/pub/img/w3tc_w3edge-logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F\0|vM˜ÂL7E†·§ô','ó¸VÖ¡žgOó•Ëb•©Ë1z7ó™tÖˆ‹W¹¥®','',0,'?'),('ñíïs¡©\"³_ñÚWë','wp-content/plugins/revslider/public/assets/assets/svg/places/ic_child_care_24px.svg',0,'¸Öd>½›º+€‰•©`','¸Öd>½›º+€‰•©`','¦¶NI¯óZt¡mÖõ¤®Žÿl´I PéjùGçÁ^$ŒAx','',0,'?'),('ñïª¯¾zy´ÕÈ>_+”t','wp-includes/class-wp-user-meta-session-tokens.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','›8/\'\0¹\0¸¥vSL-G\0','ÖÓ×Ž8îbíYB&?Ù6—íoÌßÔ>','',0,'?'),('ññ¼‹—_o7>P‰“šö','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/BlobBlockType.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','„¤ˆg?ëçjmÏ#B?pâ','e,Ø<–y²w,§Uñmäê@¼Oê/›™äc¾p;','',0,'?'),('ñö/ÍÞÓ±…`7ö¤$Å','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_report_problem_24px.svg',0,'âk’¼(1:ªÚbòckË','âk’¼(1:ªÚbòckË','”…ÒÚ*Ýtè›ªtmó´SIo2\rô|oŠÛ²2k','',0,'?'),('ò%Íö›ô’ 13¸¶','wp-content/plugins/worker/src/PHPSecLib/Crypt/AES.php',0,'aÖû$bk®\'·¸›³Ÿ','aÖû$bk®\'·¸›³Ÿ','~Vô¨É¨°àÉÅµžÓ™_ÿ:ofMÁ½ƒš3\r ','',0,'?'),('òª$ºžMôBÔKMY','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_insert_invitation_24px.svg',0,'Ç×ýÎ :œôÿŽÉ˜×÷ç','Ç×ýÎ :œôÿŽÉ˜×÷ç','M!LçAY(;3B~zã2ò}’iÁðYJ–³W›ŠU','',0,'?'),('ò\n5±d³¿¾?Y:cÙ=h','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/manager02.svg',0,'Yðxœ¤†ðläíJº\rÈÞ\\','Yðxœ¤†ðläíJº\rÈÞ\\','Á]RÁà2Éót€.5tÙºMNj\"SÇUãqÁÑÿ~¢\"','',0,'?'),('òãÝHör #âw/“:4','wp-includes/js/dist/plugins.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f:ãÔó×Dª<V0«JÛ•','t±@âqøtã8¬J\nœ›Þo\r†£×e¦+ãSÈØÉ','',0,'?'),('ò&ÝxYWAÀ[qëÉlV','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/speaker02.svg',0,'€/ÕU\ZgWØ}3Ù©£ø\Z','€/ÕU\ZgWØ}3Ù©£ø\Z','§AZT`Áqˆ¸§à,0©úcœ*bÓ1{hñ½¶s?È','',0,'?'),('ò1\nòçÏÁÁ¡x¾¿¬Ù','wp-includes/blocks/latest-posts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p†–Á¿Ö¯2.½ï5[óöw','ì\"d#ÇX™ôPÆ&¾\\Úî’KBY—Ç	«dI—\"­\'','',0,'?'),('ò?²âE_Ï)ŠxÚ…$ž','wp-admin/includes/deprecated.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','IßüÜiŒp|ýßÍ^ÃÆ',':aáþà«øšä¸7ôŒz·>æ)Üx}P3}','',0,'?'),('òBù˜8Žö_sí  œÅ)á','wp-content/plugins/testimonials-showcase/resources/colorbox/i18n/jquery.colorbox-lv.js',0,'xM®o§-W/Ù2ê.Í‚','xM®o§-W/Ù2ê.Í‚','9æÝc•ˆÜjË‘ZYaÂOy†‚IDË²Å\'p‡Ã','',0,'?'),('òC;>b:\\2Ê–¯ý\rÝO','wp-content/plugins/w3-total-cache/BrowserCache_ConfigLabels.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','½–T½oÞKøÂÖî4ùíL','zoZÔÍ\rF;Í4iyA¹rî»fsººÖÎ','',0,'?'),('òX“ÔªåÕŠ\\VV¿Q','wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/content/vc_raw_js.js',0,'ˆ·ÔZ§Ç‚Ž&œ_\nÂ','ˆ·ÔZ§Ç‚Ž&œ_\nÂ','D9¶.Vî‘f<š;„ªy,·‹ËàI¼é\r°»','',0,'?'),('òdíToÈf‹öÒ·ÜbS','wp-content/plugins/wordfence/lib/menu_dashboard.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rºèÍúÃÝ­†É5','³¬¶ýø³èoc@e á¤¶ØöïgáÈ\Z¸ÚÛVj','',0,'?'),('òiÐè<$“&dó“°\rx','wp-content/plugins/w3-total-cache/lib/Nusoap/class.xmlschema.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1C¥Ü¢fö¸¶`pøæá','VÒA;cõ`}gû+]e0Šm\0œ¹úó—Õd¸÷Ý>','',0,'?'),('òjñ\nj<Àcª@B‰X','wp-content/plugins/wordfence/modules/login-security/views/options/option-textarea.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3ÜqÛ×˜w‰UóßÍ°RÁ','úJwYw¯u¢nø–[ŠÄÎ&D×FLV-ó2LòËÖ','',0,'?'),('òm,c)\"¼~;‹ÀÌµ¾','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_parking_24px.svg',0,'…œV\rÆ±”=©àÆÎ)r','…œV\rÆ±”=©àÆÎ)r','ÀsÝï#-ÍÇÖÓ!ëÝ/©tï¿¬0î ÿõ~ ~','',0,'?'),('òpo‚´X0%÷¢ÇíÏë','wp-includes/css/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dÉoÉéàü6¾(¯q\'','˜£x^ÅÅý,ZåQv—\0ÈŠ½nƒKnÔ{–\r¹ Dƒí','',0,'?'),('òu;ÈŒ0åq”wªœ=àß','wp-content/plugins/wordfence/lib/dashboard/widget_networkattacks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ô¶wK»µàµ>á~½ñ\rg','#·‡èNêŒu}WéýæL!°\\Z …”8²ð\0;k{Ï','',0,'?'),('ò‚íF‰¬WrœV—½','wp-content/ai1wm-backups/index.php',0,'}ÆÚØ—·³ÓÜkldü','}ÆÚØ—·³ÓÜkldü','ÿ~4¨ÐÆEü+½àº£ŽFFc°«·~«oîI&ƒÃ','',0,'?'),('ò•ÑmìX|P±2È²Ð!ð','wp-content/plugins/w3-total-cache/Cdn_MaxCdn_Popup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g±oØšFæ?!4\"ÔïDš','›ÀÜ\Z/|&¿“–ï†nès\'\0IOcù‹Ntã´ÝÇ','',0,'?'),('ò–ÄÜºÚ-s{R¦÷žÜ-','wp-content/plugins/revslider/admin/includes/shortcode_generator/gutenberg/src/revslider/deprecated.js',0,'ëc$à¸ª:õvoºá\'','ëc$à¸ª:õvoºá\'','\ZÌ1õ‰ŽYÞ±e_Qz	Cgø¢zo—G1ˆ–æ','',0,'?'),('òž#â\\ŸÄ½(Å3©\Z`rœ','wp-content/plugins/w3-total-cache/Extension_CloudFlare_AdminActions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‰V¸çpq	Í6‹>®=ßç','”ö¾øù5©SznìÙ`FÿQþÊÑð•Å?¸œî','',0,'?'),('ò¨$c{±97^Ð†È÷JØg','wp-includes/js/dist/server-side-render.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ç}ôím\\5Y!-‘…êË7œ','ã=G6tÒ­]…¬·ïØf—%cÉ¸ºgñÑ½ÿ\0uÇ','',0,'?'),('ò®ò…Å•î‚oi|}Èã','wp-includes/block-supports/custom-classname.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','©ØšåWiY¬CÕív G','ð #rCÒ—Æ)ï[þÈ«€RÌž[”®øQâ\\õ&‰ž','',0,'?'),('ò°–üMÂÙ¦MÆ/`¼','wp-includes/js/swfupload/handlers.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÂÁì*Ã#Í0‹-ÆÕƒpõ','H³#ý¯¥Ÿa:š‡1ú‰ÀÕöðí—ß¯orrjìuzàzV','',0,'?'),('ò± ­ü²BÉRÔz‡‡Y','wp-includes/js/jquery/jquery.table-hotkeys.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','åogo·¿“~i¦I	ú','„<²Š=¸¤;’:Át_,w«ÄƒI·ÊÁ,Š,™œ','',0,'?'),('òµz³2›ÆT¿#]nS','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_business_24px.svg',0,'ž!læIêðWH<Ž”Y¢—','ž!læIêðWH<Ž”Y¢—','n@™±ÖqÕ=Ð¢AÜ]VJð…RÕ–Ò·M%yAä','',0,'?'),('ò¶?{o_±°µ\'»nÖ','wp-admin/images/resize-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ˆ{3VV´íFV¬fä%K','æ‡´y2q™þZðo ¦~´¢([—‚`\0`C¸i\ZL\'','',0,'?'),('òº±nÃnÒÀŒC‰ÒÁÊ„','wp-content/plugins/testimonials-showcase/resources/colorbox/i18n/jquery.colorbox-cs.js',0,'àrOËÏºƒ±ïÂ0\\xƒ','àrOËÏºƒ±ïÂ0\\xƒ','Sž\'±OF[ÄµÜqÎXöS6 òƒ)uæ)Êt','',0,'?'),('òÂÌ_fÂ $ÁO<o','wp-admin/js/common.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¿\\®%e³°Û¬¢qžæPŒ','èÙ–ÿˆ\rÏúä•í:ú¬\Zf\"(Z\Z¿ÈK]uÙ¶g','',0,'?'),('òÃ‡JoÜDÏè\rÛZ®ùR«','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_lightbulb_outline_24px.svg',0,'Ûúˆ)ÈÝ§6ÀÜÃ\n','Ûúˆ)ÈÝ§6ÀÜÃ\n','6òŽÙ­¢Í5¤ÈJOè˜W½š¸qJ‡\Z6ÂLÊ4AA2','',0,'?'),('òÌ)gd9¢–óm2','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/book.svg',0,'‚_pU ]\næqõ%¯kA¼','‚_pU ]\næqõ%¯kA¼','Fì_\rbm^OŽI_ÉW:2€¦J—<\0¬*6€Éª‘¤þè','',0,'?'),('òÍ6Ž„eÂÒ‚?HÌ)6¼ÿ','wp-content/themes/betheme/woocommerce/single-product/product-image.php',0,'(í3XvÌX¤Êg6ëáªW','(í3XvÌX¤Êg6ëáªW','ë:RˆO_¨¼³²¬rÊƒvù¦WÝµüæz[','',0,'?'),('òÎÙ+ÐY¼ìÃ\\û^ä®á¶','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_3_bar_lock_24px.svg',0,'ç7f æÞu3þëÚbeG','ç7f æÞu3þëÚbeG','…ÃpÑDÐŸ¥rïŽcÜ,ózj¢‹Õè?¡jïOÐZÀN','',0,'?'),('òÒ%¯\0úÊz”fÀNÈpS','wp-includes/js/tinymce/plugins/wpemoji/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','SE­îx=d¯¨~Á±«eM','\"ƒw”%%{Ž˜å=L(°¸ÅhKâ\rÆ¢HêP','',0,'?'),('òÚwÎ+\"+ú$ã¬^¸','wp-content/plugins/wordfence/lib/wfLog.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ïÍpƒË-æoqÌ<ð¤ÃW','ê\0nœÙ`}Ïƒ‘†HãBlÑÓ~¬}¶ %®¸$us','',0,'?'),('òãS*a)\n,ÉI±²VYÆ','wp-content/themes/betheme/bbpress/loop-topics.php',0,'4°ýn½e¾Ç‚Î Î›Ä','4°ýn½e¾Ç‚Î Î›Ä','|q_±îÍ9Œp6ô—)¬ðƒœæ@aR™®\nùqAs”\r','',0,'?'),('òøeˆ0ÞR·öPíŽp','wp-content/plugins/w3-total-cache/Generic_AdminActions_Test.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','’ýr‡¤àßé`?øôµÆ','Å^@.Ùàw€Nê_i8#-‰i©ÌP7[5¬Ê','',0,'?'),('ó¿ú#åõ1R™é\\','wp-content/plugins/js_composer/include/classes/core/class-vc-shared-library.php',0,'ÝveZÜñéÝ8²©YÈ','ÝveZÜñéÝ8²©YÈ','¼3»Æ-mñâY3*n™º†ÆmœÁ|Hâ,>`¡','',0,'?'),('ó#\\ú·â¨/‡vXR','wp-admin/js/theme.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','âé§~x™‰…™ú','Ü•H#â¾~5^€$t‡d‘6P.à.Ub@šýóÛÒ','',0,'?'),('ó7Xf¸¢ç\0Ø°’’ ','wp-content/plugins/w3-total-cache/pub/img/w3tc_netdna-logo-retina.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Öì–Ÿ`eûMOËuD–','¡Š!YFæþÞ/E€3š¿¶äl×¦zÂ3baË¹:«','',0,'?'),('ó=Äâö\0´QÓ\'YHð','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_code_24px.svg',0,'¢Ü:ÉV‚ñ\"ÒÁ§v ¿','¢Ü:ÉV‚ñ\"ÒÁ§v ¿','ô•´„’a«FŒÎÞ€VŸ?n}+åòÇÇ9Ÿ”W`«ã','',0,'?'),('óV¡<ßþÃr\nQµ]jvXP','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/ProviderInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z¿Íø*NfÇÙ¼{„','iš”Ë¶|1…Òâv.4[ª(¶ «ôÖm@f>ô½Û','',0,'?'),('ólF‘®¾Ücë’•ÒLÁ€ø','wp-admin/js/iris.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ð10!2Ý}Ô=ÃÂnö¤','»K°í<<æ6[ö£0ºjÞ0Ãèvgõë—š›©J=ˆ','',0,'?'),('ó‡²JŒ´«hŒ¯v','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_power_24px.svg',0,'(ü.ƒ‘`wšù\'ã?¥;.Á','(ü.ƒ‘`wšù\'ã?¥;.Á','ˆ\'˜FyeÔ]­¡X^_ftŒM9—ƒ£ö¤à«›ëºê','',0,'?'),('ó‡ç,·oÙ!Âz¾j\"ó','wp-admin/css/edit.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','š‚ìb—iú¥MžD©','ò‘\\Ù\0wÂºCÑ7G®:G\"G±y—{	±m—+','',0,'?'),('óŠØ ]Ôf•ˆðPô¢†ƒ','wp-content/plugins/wordfence/lib/wfLockedOut.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','GOFbÇö\Z¾¸Åxh^Íb','s`DÁÖÐKµY”2ÀÎ@ŠcÍkmbE(ÄÔØ>2','',0,'?'),('ó¡>·WÙ¿g÷·Szò—³ö','wp-content/plugins/worker/src/MWP/Worker/Kernel.php',0,'ê…lÄ,4¢\"\rÏîW…ì','ê…lÄ,4¢\"\rÏîW…ì','öbGäÃÿµKâ®*xuò¯äDo/lÝ†2XÁéüÖM$ƒ','',0,'?'),('ó¦–}T÷pcZJÊ…‰íå','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-media-masonry-grid.svg',0,'4n¶üÑìHOly[Ô','4n¶üÑìHOly[Ô','Ãª/î¢MÃ½ŒìZã„7JÔ´ÏÊ“ZýQV@Ï¨C','',0,'?'),('ó½³Nò³Ëô„ü«óÏsÂù','wp-includes/customize/class-wp-customize-custom-css-setting.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','°×^TË®,À\"A\nù3ŒäË',',Œ•ÙJ²vï0¡DýwB ®tÿfDDœHž‚ëDgo','',0,'?'),('óÉ¼ÿ”Øjº‹0\Zí','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/exchange.svg',0,'}a«ûìø×ôCKè','}a«ûìø×ôCKè','7kâÁÓ×~˜ì½0æ—hN(EÁ0k|6¸«fŽ','',0,'?'),('óØ`³YÎêž\"VÑž*','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-idea.svg',0,'ÔÉŽ#• -X”­œ°ÐÈÞ2','ÔÉŽ#• -X”­œ°ÐÈÞ2','>÷ó¨™%æìÍÝ§\"\"¢¼ú‰nXj¿QòÈ:8ò','',0,'?'),('óáçÙƒ¸†ƒu’4ú¸	','wp-content/plugins/js_composer/include/templates/editors/popups/panel_multi_shortcode_edit_form.tpl.php',0,':œy’´¤U{26Xn\0¬',':œy’´¤U{26Xn\0¬','rBÓ¯Åve¥¹ìeýn{CÑ\'fœa:ƒ“h÷›¦M','',0,'?'),('óî$L7M×ËêƒÆý¼','wp-content/plugins/w3-total-cache/lib/SNS/utilities/utilities.class.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÚâÖƒof#}\\u\'¤Y','Ê\\+m`u/—H£\'{Jã;¬îbwùq»bHø«±“Kö†','',0,'?'),('óóÒÍÑâžžùª^Õ˜RÛ','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Poly1305.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÉÞo”…å—¹å§h€g[','€àÀß.Ö-h4`9S _\rè“)IÍ(†íWÓò','',0,'?'),('óÿV¬“k9Û´îs¿»€Ö¿','wp-admin/css/customize-controls-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','na­Í.ƒÎÏ=’˜~á3','bh#–~×Íäâ<°)?¨¯\'qÜON•WÚ„c¸ãN','',0,'?'),('ô‚Ž;ê¢^ð©¸´8c„','wp-includes/css/buttons.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ä‘A‡7M²=Â‡üa9Î','¨A.K9	ÃíªL×x÷xõ¶¨½_)â O½MF¢»»\\','',0,'?'),('ô8¬°±ÞÚ%.Õb_Ðº','wp-content/plugins/w3-total-cache/ini/nginx-network-sample-config.conf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¤X&%“øvUê²:è±{d','%h˜¨\\¦ÜC–ådÿéOÁ*`‡\néÌgÁí˜rø	\'','',0,'?'),('ô²û/dZ†|°G©V','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Validate.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','±¨íFØ¢®zâ÷F•—‚Ìx','É±å`qd´‚-3–3XªIjÅ¹·•Œâ%ës˜ðœ','',0,'?'),('ô% 5ÊoÌ›ÑðŠ‹ñsq','wp-content/plugins/w3-total-cache/Cdn_RackSpaceCdn_Page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']Åf0çUÜ.ˆ%Œx0',' 1P[ MMÆ‰\"!±y¸ÜV¾Þcœdh','',0,'?'),('ô0l¹]&¼R¹°‡','wp-content/plugins/w3-total-cache/Util_Debug.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','·ù°§8_ö2!XI„û','ÂmúEòØñê:Ðâpw±CLt®]W¾}õd–Kžç','',0,'?'),('ô5$K0\'-_b?Ô¢y±²È','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_control_point_24px.svg',0,'BŸä +µÝîš¯…=ƒ','BŸä +µÝîš¯…=ƒ','ÄÂxFcVõ«ëçÒª˜KGžXÎè*D·ÖrÖŠ¿C','',0,'?'),('ôF|Óîöš@USé¼,yÖ·','wp-content/plugins/w3-total-cache/BrowserCache_Environment_Nginx.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Zéˆ–‡à¾}ìÆ)ŽÕ5','²û¥¤Ëuaœ#=¦ÿ‚‚Îó²ýøVÿÎáÀQMNf','',0,'?'),('ôJ\'#‰‚rN„0a\rÈ','wp-includes/images/crystal/audio.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','™nVñ:ÉÏ‰óGØÔ-#k','¢~B\Z-×¼of|W¢x\\þª|¨Më)åß‰Ë¢','',0,'?'),('ôM&<S€\"d[IüÔë%ç¼','wp-content/plugins/essential-grid/admin/includes/gutenberg-blocks/src/wpgallery/index.js',0,'à9~p\'oÑˆ>¤ç3G)','à9~p\'oÑˆ>¤ç3G)','Šun\ZûàžXnx—hb¿¢Ã×{ÿ¯;ÑÍZé','',0,'?'),('ôY´ªR‰Yi/µ·l@HXÓ','wp-includes/js/media-grid.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ï¢h’2¡>ÏT+!q:ž','å ¯‡i—Â¢“Ýk­Z1–u”*ˆrE®ÿc˜+áaÝ','',0,'?'),('ôZÍë–Qµ!ÕÐúö®* ','wp-content/plugins/wordfence/fonts/roboto-KFOkCnqEu92Fr1Mu51xGIzQXKMnyrYk.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`y\0#xÄsúGìJ¶Öt°ä','ÛAárëÐÄx?jŽ’Ò#‡ÂCõFËO‚G-¢SÖ÷$','',0,'?'),('ôbÂÇuD¤v¶_%UœSÙ','wp-content/plugins/revslider/admin/assets/js/shortcode_generator/shortcode_generator.js',0,'ýû…{:jbó¨‹7šÓ€','ýû…{:jbó¨‹7šÓ€','`¤=(\nL/WÕkõyÌG^{·#\'‰þ¿ôÈz\'yË','',0,'?'),('ôk°…‹?w0B¦\\e÷','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_autorenew_24px.svg',0,'‰‰Ë¡€¼§•ÂpïŠ,','‰‰Ë¡€¼§•ÂpïŠ,','7…m.0J?æÜ5Šú}äON¨:I+è„#¥Æ8f«Ç','',0,'?'),('ô~¦L«Z#ìÚžØ8ne¨','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_4_bar_24px.svg',0,'ÿKª:Ûòg2å?Bi­$V','ÿKª:Ûòg2å?Bi­$V','ÔÀ-•$ä1Úò×6#û|Mþª[ß\røRõ$F‘w!','',0,'?'),('ôˆ7:”büË\r,Ýjaø','wp-includes/js/dist/blocks.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‚\'Õ«D¯Î(Np¼Å','þ//Þ‡‘Ù¸¡°ð65½Áß!.p Jë‹îÍþýF','',0,'?'),('ô•Óžë#µÚÀÙñ|ªÙ','wp-content/plugins/js_composer/include/autoload/vendors/qtranslate.php',0,'wÚä·€YhyDE›µÇ','wÚä·€YhyDE›µÇ','W¶l=9“~ÇÚ¹€a¹’ðÚ;¡Õ\\……ò„Ø‹','',0,'?'),('ô¥zZ»fÅÌèip^‰2×Ž','wp-includes/js/mediaelement/mediaelement.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‘ð‹a\0’£Á\Z^2-!]',' ®+	M*a)N#kqÂDm]Ê§{åø=_bç?','',0,'?'),('ô­jå8úœÈÄÃ\Z¬±ó','wp-includes/js/wp-backbone.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¯×JŒ®T	»âlÙQËÂ1','\nT•óx´öN‡@£¨s_¾“L`ÍE*ødÀ€íH”c?','',0,'?'),('ôÃ¢vº!¨½Ø¶\r\rÓÄ','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/TaskQueue.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ö‰¯¬i:×B9¬ÀYG`','	oqKxì\'„èc\Z1¾ë•¶2ú]óù‰´b/\n','',0,'?'),('ôÕ\"3Ã&Új\0âÅÌv','wp-content/plugins/revslider/includes/aq-resizer.class.php',0,'·r×áUrŒu¨óíîúa','·r×áUrŒu¨óíîúa','µPø®‘ƒ£ƒ½Òn¾N\0¥¹oÙ°Ò©s›:o·•Í´Jþu','',0,'?'),('ôÞµ˜t€íZŸJ¡Ÿ$ð','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_call_end_24px.svg',0,'‹É¯Ö~Ø	Zv³ç<¨aÐ','‹É¯Ö~Ø	Zv³ç<¨aÐ','Er<^_/Ež™øËFâ¡6:ZdCÒ¢\rÄ¦¦rÐFIwÜ','',0,'?'),('ôážxýµTR¤à\'\Z­|;ø','wp-content/plugins/w3-total-cache/Minify_MinifiedFileRequestHandler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','£L&šE\nFÄC”Z³ƒÝ','µ#LºD\\PGkêà=p{=“…ònÝ“¦\nÓ	','',0,'?'),('ôè­¬ò^m¨À\0Ž›Ÿ	','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_array_24px.svg',0,'\r¿€)Uœtk’*…Y\"P','\r¿€)Uœtk’*…Y\"P','ô.	Î\Z¼	ðfúJ­sW.•Eí¼ð†ËT–aø','',0,'?'),('ôú8žTÆþ)P#2/Â^Ó','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_add_box_24px.svg',0,'£³5Ù‘T8G³ë‹\r{','£³5Ù‘T8G³ë‹\r{','Weg	¼¶Áì}4¹4ø!¿EazÄ!/ËAvãÅ;<o}','',0,'?'),('ôÿöÏß]¨R>Üw.’EQ','wp-includes/sodium_compat/src/Core/Curve25519/README.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y¢ªÏ›ÑvjŸ×\nÀ…Ï','ãSÓx–^öV>mÐ!-ªqì÷ÌñDÙeVÑßÎÈè','',0,'?'),('õX¾#8ëL¨£bþd','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_connected_no_internet_2_26x24px.svg',0,'±ëîªâ·=#¸Rà5Á1','±ëîªâ·=#¸Rà5Á1','”úä½¶Qè³š\rÉ­˜Pòý.ÜM\ZH\\˜·É­|	Væ','',0,'?'),('õ!1, ››/ya]sýn','wp-content/themes/betheme/taxonomy-portfolio-types.php',0,'~o._9•‘è>z…¾pê','~o._9•‘è>z…¾pê','1âp ¯$ú;\Zy“ì‚B¿q6¸\0sW\"!ŠÌ<|ú','',0,'?'),('õ!c€²È8ÎÞc‡,A','wp-content/plugins/w3-total-cache/lib/Minify/Minify/ImportProcessor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¢¼Þ‚4ÎðŸÆË@\nø\"6','žOÀ>¶5]ËôÒ“H$¥·³d6·Ö°ºnüa','',0,'?'),('õ!¥Ö(yJo*ÈîJØ','wp-content/plugins/wordfence/vendor/composer/autoload_static.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ˆB¹\\BH+—±ß)	','‰ö84E¨3I6-¸–£‡9ü¼ß!zŒÀGLº5','',0,'?'),('õ)—#jñdš§S¸¶îeÊ‹','wp-includes/js/jquery/ui/effect-shake.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ú;5Éû_Š€ÿ´×éÆ½\"Ü','©$D²ñÐIAXFéî£¥öéwHÓYOºJ3ªKæ','',0,'?'),('õ*÷1¶Gé«víLßŸnŒ','wp-includes/sodium_compat/src/Compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$?6/™%¤Èkû<j©Å@Â','Š´¨“\r†/ªt¾§:to£³7­Lª~­òÅQLl~S','',0,'?'),('õ-\"DíÊÊ¹D²5aÐ/','wp-includes/cron.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{“ò\'çÅÙáìb]iž99','áx~¡ÉE™šÎf>Ú+ºõ<jU@‚áREåÏOÒ€N','',0,'?'),('õA4eøêÇ{¹^š†ÒZ','wp-includes/js/wpdialog.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Æ·y\n	î½ epÜÔ©f','ÕÃ!/òŽAŸƒfÓ0=“ˆGÓ7Šh•/†uUï&gŒž','',0,'?'),('õF¤ë\ZÁ“ç®Cüì1®P','wp-content/plugins/wordfence/lib/wfDict.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yß LüêïZ!bE±ÔlÚ','óµÊ.{0JeúÂ{×5-Æòì~[Tš$Äž','',0,'?'),('õLeú²°µù\'J¢^[Ù','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/folder-private.svg',0,'8X¯pbmÚ÷9[ 3:','8X¯pbmÚ÷9[ 3:',')Î¢vM—š%¥åuªç¡E¾Æ“­oÙ§â¯§+R','',0,'?'),('õ[KýìÍ6r“‹RØô','wp-content/plugins/w3-total-cache/Mobile_Referrer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÒHó’ˆa?¼Çu¶–ºcq ','´äMÈMœ´•òý‚7üùqzBò‰‰ÚÅÓºm²Á”','',0,'?'),('õn«›æÏð…‰r•šû]>}','wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Psr7/UriNormalizer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y`cWÉ\Z#‡iý„ˆ','3|i#««¿2D¿ uj4œž¡dÅ°ùéTÎÆ};','',0,'?'),('õuôNâƒ.A_Ù_Ï','wp-includes/js/media-editor.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','“¨@4VaˆË£‚›òÅð†á','¸›¬9™R—Ö‡®\r‡ Æ²o[ÇN†K–ÏÅ¡*h‹ï','',0,'?'),('õ¢…þxfš^à§\ZOÊ±','wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-qtranslate-x.php',0,'Þd;´Šyˆæ¨„0½á','Þd;´Šyˆæ¨„0½á','c‰Ì9ÿKA%^Íyª[Dý·‘Ê»,¢–±u€ž@C','',0,'?'),('õ¥†ÂØÞ>+ÜžL[îm','wp-includes/js/tinymce/skins/lightgray/img/anchor.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','«Óa5q€ÜÈ‘_4ø@','(afoÑÒxÔD™paQ6Ðmtké»,ùÈóV^','',0,'?'),('õ¥Ûý(ëÅø%ž#€9yn','wp-admin/css/forms.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U÷ÈÃÇm~0²i)Ï|','yÅ—í¥Mðàó#{\\Æ\\c9ßp	ô-81±cî»y8','',0,'?'),('õ¦o¼bBrÏj3#\r¼—','wp-content/plugins/wordfence/waf/pomo/entry.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','RÌòuSƒ¡¥ûEáä+®(h','0æŸv\'/«	„(ÉvÓø•‘º‚áRÀ¿Ê¢yõ9=','',0,'?'),('õ¯ù{îV®¶éO¹åµh','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Command.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‚·Çút»\0Äv´Oh]','í•`rd‰åÂ™‹áoœ1ZÈ\\µ–\"l7Ï­Â–Tüš','',0,'?'),('õ²Ú¸O\rîíK¬ƒë7','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_phone_locked_24px.svg',0,'…sÐ\r)èÐÉß„‚_ë','…sÐ\r)èÐÉß„‚_ë','ñèê$ìh\0z±üHþHà	C5î‰¶&cy§ß6','',0,'?'),('õ¶íøD2¯d4á©Ådy','wp-content/plugins/js_composer/include/templates/shortcodes/vc_tta_section.php',0,'>rTÑ ÷Z[ÍAè‘Œ»¸r','>rTÑ ÷Z[ÍAè‘Œ»¸r','Âó‚†Ûl\0;ªä»D=Ã½Ý¤.¬¬Ñ×ZcHÀŸ','',0,'?'),('õ·D°µª6íSÿ/ÈcQ‚?','wp-includes/customize/class-wp-customize-background-position-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¿QJt\"¸Â!!„_ç^	','Ôë¦Ÿì/Ô¤ùo¹kroQÿ«§|EªÂQâZÝ\ro','',0,'?'),('õ¼hprÚF;ç–0Q”Sá','wp-content/themes/betheme/bbpress/content-search.php',0,'/M[Ê™ª˜E`4ÞïE(‰','/M[Ê™ª˜E`4ÞïE(‰','¥l¨k_`(6˜‰DÆMjE³’Ëè¨lßÑt)’E','',0,'?'),('õ¿c¸´kÎüxƒ•P:vÑn','wp-content/plugins/revslider/admin/includes/shortcode_generator/gutenberg/src/revslider/revSliderImage.js',0,'I\n£Êl8ì\\Ñh›r','I\n£Êl8ì\\Ñh›r','®{£‚ÁMèx\näH€vp¡<N7NÖÅ0ëòÄ õL®¶','',0,'?'),('õÂ{Z\nÇ0D\rO‹M*UtÚ','wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/GeoIp2Exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','±N	¸SÒXÙ?zÕ±Ó','å¿àæÔ¦\nÛÙ²LKç”Y¢•Š1Ó%ùX7Ù~Ò*','',0,'?'),('õÌB·%ˆƒëNækëÒ','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/note-paper.svg',0,'Sä6µ%7G%¾ÏB–','Sä6µ%7G%¾ÏB–','â1¥UÒxºèÃ|—!âŸ¾žÜnŒ‹Ÿ9IÛxÒdT:','',0,'?'),('õâÑ>à4ó¦”;àO.R','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_textdirection_r_to_l_24px.svg',0,'‹\\ÄÍ†í`ƒÏÉ±A[FB','‹\\ÄÍ†í`ƒÏÉ±A[FB','Šñ%º×Ñ”¢þûvl\"¥Y@´zÐ›àÝÀÛgŽí','',0,'?'),('õåëñKÕVŠE¬…ËÍ','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_text_format_24px.svg',0,'gý¼hŽ·÷Ò¬Ÿ³¬`','gý¼hŽ·÷Ò¬Ÿ³¬`','´¾˜òŸÓ;èÂ…n;ÈŒõ¤JybÄªbhâÏÅ}Ô,','',0,'?'),('õæØõ£y ø\0º\"¬îQ','wp-admin/user/menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ùzãVÒ›¬¾‡¥‰¿ýá','’ïm˜\rÝ)¿”h0ÒE¹C§¤ÃN¶`ßD[	$3','',0,'?'),('õïBL·Nóè™yjñ°ár?','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/fish.svg',0,'¦NÎÍ\nGIm¢˜Ùâ³','¦NÎÍ\nGIm¢˜Ùâ³','•QÕRú7pò}=ù›†CÒ£ÇÇÛ¹¹8ŒXçúëËCN','',0,'?'),('õüQ‡uÝM¬òIú{Ñ=Œ³','wp-content/plugins/w3-total-cache/pub/img/ps_scores.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÂýØ×C‹½Ì¿sxŽ','Á ×ºe3zÂÄü<$8“	*žþ›Nªi¥±Ú v','',0,'?'),('õÿ¶ kÕµ‹µô0Qo','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_1_bar_lock_24px.svg',0,'Øè«sÎM´7/$øÞ','Øè«sÎM´7/$øÞ','øï[„t¶ïàÑ—òtžž³w“chŒµÛù Å3ó','',0,'?'),('ö€~¡‘äâ»âr„C›ž','wp-admin/link-parse-opml.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¤¯¥¡xaÛ”2ÌÓF','É÷%¥vP|X†Ó:ïx¯>ò]|ŸÃy|”’:Èøæó','',0,'?'),('ö¼2À‘G£RµÛCq','wp-content/plugins/testimonials-showcase/includes/class-ordering.php',0,'-	Ðì¬Hê:G¢Ù§Ñ4','-	Ðì¬Hê:G¢Ù§Ñ4','¤‡^ë»¥3ÝªÂDíE‡—æ^M¡©‹VÎ®nµ§Ç','',0,'?'),('öÞ&-äEÎÌÿévÿ','wp-content/plugins/w3-total-cache/Generic_Environment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‰KœEÒ+}>®­ÚR+','o,ƒg%¨aºá`+ÓÁéŸã/cîGµIÑFWMÖÔ\\<','',0,'?'),('öjØæ²Z·;\nlÐ“¼','wp-includes/random_compat/random.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','µ5&}kÒëé!6»$“','X8°P©öÔ_9õþ®kQÅa[èç-mS\'<‘@Ì!V:','',0,'?'),('ö›Ï	²OZÌ¯q™q','wp-content/plugins/js_composer/config/deprecated/shortcode-vc-accordion-tab.php',0,'¶%U&»ž­†zÁüüÜ#','¶%U&»ž­†zÁüüÜ#','>¬|jÎTxôˆqëõ6¼bçàÇÁ)\0x±A','',0,'?'),('ö8õŽëAgþ™©xa˜','wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_post_data.php',0,'#-ec‡zÚˆ¹CUýãÎ;','#-ec‡zÚˆ¹CUýãÎ;','s°%:Ìè„`I-ªN‹íŸ;;Õ°:éÒú÷h\Z','',0,'?'),('ö:Ó±`Jœýi¦L„¤ñ','wp-content/plugins/contact-form-7/includes/integration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¥òÁ[k;Í½‘W7','£Ui¯e[/­D•ØýhŸ¤*\0ÍP¯þÚF‚žW)â','',0,'?'),('ö?\Z8ë®›ïq(“»vH','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Serialization/JsonSerializer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3ü_Há›æµîäÿƒC','Ìø—(óz¥*GàH¤ü’ðÐ„ˆüV,àó)ŸýÐ','',0,'?'),('öEšºž1úž\'ð\'KÅ€•','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/smartphone-growth.svg',0,'ÓÄ™\Z¿9ÿ»ñœå§TOü','ÓÄ™\Z¿9ÿ»ñœå§TOü','GsÏ*\"Ÿ{„ÂU«µÈ‚ëan*§Céãcê¤€û','',0,'?'),('öG½vÌgE¤{¡t·e…Ø','wp-content/plugins/w3-total-cache/lib/Aws/JmesPath/DebugRuntime.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f³ï©UÁ–€rwQ‹','Gg£²„ÊmAç:þŸèÑG”b¶‰†Ãeõ›OvM','',0,'?'),('öKF\nOòiñ},íö‘wÇ','wp-includes/random_compat/byte_safe_strings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ä[BÒ£ÈJÚÔˆÂ;',']²Qì€Ë„=PÝµuÐQìÁ{>Ï‘¸ó','',0,'?'),('öP\rl|˜1Üç˜îºÈ£','wp-content/themes/betheme/bbpress/user-details.php',0,'¬ýS‰¯\\Ã[h\'¨4@‹','¬ýS‰¯\\Ã[h\'¨4@‹','w°kŠ„/;,ŽŒ7îª¼Á^M$/ïAY–5cç','',0,'?'),('öRÇÉ:S„‰¦ÑÌ±‡','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_location_on_24px.svg',0,'I‚}Ôš^¨ÑÞµÊQ\Zw','I‚}Ôš^¨ÑÞµÊQ\Zw','\\]:ã³0²Ãcø°A7’kö¿±T¾§å`ª£Æ	(ýœ\0','',0,'?'),('öV9´ÔK±áÄgoX±¹7Ó','wp-admin/images/align-left-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i…8±O¹ƒšìÐ^—Æc','$kb¶>¶àÎÍñk&ž:	Ú‚a¬7¹¶Zcdm‚´%','',0,'?'),('ö]µ÷ñìÑ{û‡³Þ','wp-content/plugins/worker/src/MWP/EventListener/MasterRequest/SetRequestSettings.php',0,'ÈìàL„´[Lú]Ü™LV','ÈìàL„´[Lú]Ü™LV','3Ê-m5ñ–´ÚgÁ~Ù@ÔúŠ—\r‹š?bZÕXÜ¤û','',0,'?'),('öc‹©ÓRŽN3ŠWO.Þ\Z','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_card_membership_24px.svg',0,'\0™gïvô\\Ô1¾Þ|z','\0™gïvô\\Ô1¾Þ|z','Mri\"Ù§Cò¢Ö‰L›bZ`Ÿ‹ŠÈ|Ög£ž&','',0,'?'),('öjÆ–3óJÜªÎlI','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_phonelink_setup_24px.svg',0,'e5¯Ü¸žÜ·U|¿¶E1','e5¯Ü¸žÜ·U|¿¶E1','^Zßuž—-š:\"Éÿ]#XE–S×!àMF	\\Žÿê','',0,'?'),('ölnÒªÃ4®Ð÷âçsi','wp-content/plugins/w3-total-cache/Generic_Page_PurgeLog_View.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ç^b†œÓe¶aïùŸÎ8d','u‹ƒpj‰d§?¾ä„ñÛ±yoÇ~“|)Ñ','',0,'?'),('övV)1ÌÃÈTÑ¶\"JM','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_create_24px.svg',0,'9Õ05H×øq^ùÂ€\Zü','9Õ05H×øq^ùÂ€\Zü','Œôvu;¦å›ÿÙé×O<K¦RÊ`Ö½ÉÓ¯›$~','',0,'?'),('öƒÐž]¦ ëwj¥®dzKj','wp-content/plugins/js_composer/include/templates/params/vc_grid_item/attributes/post_categories.php',0,'u™ŽjØøj—Ðèap','u™ŽjØøj—Ðèap','ÁMˆÚ[Ï•/ÄÖ•ÈÁO/ÅQ:g\Z<½`MM(–Œ™','',0,'?'),('ö†GËçÃ‚’-$ë\\¼','wp-content/plugins/w3-total-cache/inc/options/minify/js.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@(³¥çq\rvÍÃœV¯#','{ÏC©=2Àù>/ŽÏ-Ñ¤S;k¨Ž.JÜŽ+_','',0,'?'),('ö¨£’ÂþH©S!;ø ó–','wp-admin/js/user-profile.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ß$î»aSkfòä$´ö','Ë‰(Üqh‚[þÛ·µ+ûsL“ møÝ©cYˆ:ˆ','',0,'?'),('ö²†1 á“CußlE;O‹','wp-content/plugins/w3-total-cache/inc/options/extensions/settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','÷\Z!ˆÌ‡š}n„¥«œ_À¢','Wrƒ(pãŽPÍûeò®¶Ó÷	&ýW1ÈÙ(­¸‘™','',0,'?'),('ö²³|6 Õ«\Z†–òMÐ%p','wp-content/plugins/revslider/public/views/revslider-page-template.php',0,'Hw¢ ê[“<¢P|âVÐ','Hw¢ ê[“<¢P|âVÐ','\\øëJgKnd&€›úSïª§2®|w)^%kç¯V¤ÎœR‘','',0,'?'),('öÇÁ)7`«Å¤œUÙÆ¢B','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_reply_24px.svg',0,'H4Àˆ+j¦ëÊ›Áv*','H4Àˆ+j¦ëÊ›Áv*','ŽÐk/åBU±:×Äþ4!(«°0.¨0Óä*<‘ÁE','',0,'?'),('öÈ@æ}Ÿ~¥4G‘v<‚m','wp-includes/sodium_compat/src/Core32/X25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gé¥bñf>Ž•ë½=™²·','¬¾“šßº×`Ï\'¸‹ƒç›±“ÍÐ–x#i§ÔÅ#ª','',0,'?'),('öÊ1¬ÏB’K_r¹ûe','wp-content/plugins/w3-total-cache/Minify_Extract.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!Èó0(@\n5„Nß¬¦®','Àñy«[Ûþ`•ŒùîlÛ‰8ÁÇ¢a—6¯ÅÇ $Š”Ï','',0,'?'),('öÊvòm‡!ëÖô=¦3ç','wp-content/plugins/js_composer/assets/js/vendors/woocommerce-add-to-cart.js',0,'xäõG¦ËLä“FAY','xäõG¦ËLä“FAY','ÇÒ{É†+Â‘Õ©‹rÞ+µÀ•ƒ®‚ìtÀù<+$','',0,'?'),('öÊí†+¢šÇqÉpW£Ã','wp-includes/update.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','³[QžAÍ/F(«','PÆ§ô<QÄ×;$m„¢‡7…Ñf›¸0…ÖMÖvv$0oh$','',0,'?'),('öÓã­`×&X<ÄaQŸVh\\','wp-admin/user/profile.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ÿ¶x8 Ì!¨µƒx–S×j','ìÉJ€íÅf–v^÷DÓwôÛ¦\nÆÆsðBu¦/¥žŒL','',0,'?'),('öûí#¼½â{Ý’\Z…','wp-content/plugins/js_composer/assets/fonts/vc_icons_v2/fonts/vcpb-plugin-icons.svg',0,'hS\Z¼ré’ÓÕFŽU','hS\Z¼ré’ÓÕFŽU','J¨éúrI·E(©ib¦P‚”rC¼h]]¾@°‚°º','',0,'?'),('öýåÀPq-³tó¹@lÊ','wp-includes/images/wlw/wp-icon.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1	ŽÊš‰7w3K™*','5 ·¡}ìx(ÚÓrÜ:a,zmKƒH1|/ã†Ñ+ò©ñ','',0,'?'),('÷\0´ÀNö¯“¥UãÅG°JB','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_slideshow_24px.svg',0,'$õ.d½<‡]¤ID‰tO”','$õ.d½<‡]¤ID‰tO”','3M]Ô\'tíbÛßç¹»–qh#¥E\r[2ôUF','',0,'?'),('÷–UÍÜ&(fË+9Ó½Ø','wp-content/plugins/js_composer/assets/js/frontend_editor/vendors/plugins/jwplayer.js',0,'º\'êÅ¯dÆA?Xºãìhë','º\'êÅ¯dÆA?Xºãìhë','-Wó±ØV ÑÈY.²«~!¯y(þbÝoQ—mü¸K¦€','',0,'?'),('÷>/\rÜ¨“ùbôKÊÿ','wp-content/plugins/w3-total-cache/UserExperience_LazyLoad_Mutator_Unmutable.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','iÓzÆÇ€!ØF±o±r','Z§—®Ö¼‘a[.îh2&¸Ï¦œrI36‘£vÛs²','',0,'?'),('÷\n%ÏãZÂc‘åÔq¢','wp-content/plugins/worker/src/Gelf/Message.php',0,'*$á@4š…+E\0œ½b,','*$á@4š…+E\0œ½b,','<`8ÎÄ×;u‹¸YM4]­eôÐmÁ 7Î§›V˜','',0,'?'),('÷®TRš1Ôm0~ïŠŽ','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_trending_flat_24px.svg',0,'{Ž#s$¼¾ÕÁüc¼m–','{Ž#s$¼¾ÕÁüc¼m–','W)ÝsZ¢Nd$;vØùÕ©nºn@ˆ@Z?ñusÀWä','',0,'?'),('÷†¦¬ùûè9Œ:z&!','wp-content/plugins/essential-grid/admin/views/themepunch-google-fonts.php',0,'5	1%cbÝ’Ô™7ªø°','5	1%cbÝ’Ô™7ªø°','{?jÇ\ný>oÁõ­Ý\ZL«@asezÜÐìÎšÇ','',0,'?'),('÷¶gxƒA‰È¢}¡g¢','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/XChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','™é½]áŠ®éÂìÈ£&','‘™K”ò#ò@JU°}F—„ŽÁÁ,üþå![','',0,'?'),('÷\\qrŒªßFg˜}1`°','wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-meta.php',0,'æSM¥<‹SNƒK<çìlSÝ','æSM¥<‹SNƒK<çìlSÝ','¿¶ÍÜu¸9†’È7 ¸ko>?îm„<‡k[3Œ¹','',0,'?'),('÷ @ï;€ú*ÏÁ|¨°','wp-includes/Text/Diff/Engine/string.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':±“=üM©Ã\0¬ïi)','Á¤áÆd™¾[«%ê‡nZR¹×`ó”²…éÐ','',0,'?'),('÷\"£˜ßu;ïNì^`Ø§¥','wp-content/plugins/js_composer/include/templates/shortcodes/vc_text_separator.php',0,'VÁì´¤Æ¸BHS*•','VÁì´¤Æ¸BHS*•','ôãsA&ã°…š%öÆ[ÿÏ:@„¥ÇÅSàýGößc','',0,'?'),('÷*f{úKãrÑ’µ|Ñ´Ö','wp-content/plugins/js_composer/config/content/shortcode-vc-progress-bar.php',0,'¬›-šç˜\nC’¥“O“ßw','¬›-šç˜\nC’¥“O“ßw','6Fˆý¶#{„\\½±+Ø¼±_,œ[>Ë»\\M„‚©[','',0,'?'),('÷.”+ä€øH½’Lh`','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_24px.svg',0,'••¦\'eOÆ ˜îØí²·@','••¦\'eOÆ ˜îØí²·@','ðuÎÑDÆIæ•ÖF!ë\'>œºA?OµGÚÂ<','',0,'?'),('÷jx°ýLÇY\\~\'h°','wp-content/plugins/w3-total-cache/UsageStatistics_Widget_View.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','†ÿZ|Á8j<\ZÐcXT','Ý.í·8ÿ@–\ZàOË¬‘ûõ®œŠ™ÐØ‰fç0å6','',0,'?'),('÷qÉY”WCr­“inˆ','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_call_24px.svg',0,'8WFKE?Úm·TÌDvÀ','8WFKE?Úm·TÌDvÀ','äT1¥xçì.¼ÏÚ~cƒEóbÔGAŸë“v','',0,'?'),('÷‡ZˆÑ27ˆ9Mö>\'°Êç','wp-content/plugins/w3-total-cache/Generic_AdminActions_Flush.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2¶¨CAdr”!ª–ÉX…','å”gºŠìyóúîZû8Jù„¨žÁÍ{4ƒ9ÇØËÐF','',0,'?'),('÷]pÝRŸ/$¸1ö','wp-content/plugins/wordfence/views/common/page-fixed-tabbar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','óM#Æ‚,ˆnšÈÌj9{¢™','Éé¤+Àžˆû»ÕÈN)Â¨·›ž¨åL	K¬zò(','',0,'?'),('÷ >9£¨òÎóÚEÿOXÛ¥','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_forward_10_24px.svg',0,'êb÷ClêŸ—^œ<#{','êb÷ClêŸ—^œ<#{','°ª™Oº0þ…#Ê¯Vf82u¢q¶D: N–Ž>e\\','',0,'?'),('÷±¶WÇýš*ŠŒr¨%9ÖU','wp-content/plugins/js_composer/include/autoload/vendors/cf7.php',0,'–Uïß´]A5»™›­§C	','–Uïß´]A5»™›­§C	','½¸pnÝbšÁ¬sw*P®k=xS ©jA¤4,ÞQ','',0,'?'),('÷Æ_wïÆŒè›ßžÐ','wp-includes/widgets/class-wp-widget-media-video.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}â—·>yò‹OËG›','10*çu­°ŠÛ¤¦ùy[\\,áý÷/ §7õ¸6¨\r','',0,'?'),('÷Ð-èW¤Øíi3{iõ$','wp-content/plugins/w3-total-cache/Cdnfsd_LimeLight_Page_View.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ý¯#U#_“ÐIoœP¾','el‡;Díxä\0.sU¹õóh&´¤ÌNB\'(€Ðní´èÎ','',0,'?'),('ø	ÂŸZ`KRÌ sOxÌî','wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/MultipartUploader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¹RÏÞg\ríìO³YS]Ú…','jî]‡19U	êWÖºÇ³¢KÌ@ÖþÈ¤šÑQx\'Šä','',0,'?'),('øäO¡–á¨úÚ_¿»m','wp-content/plugins/js_composer/include/classes/deprecated/interfaces.php',0,'qQ?ÐMañˆe_Ç¤I','qQ?ÐMañˆe_Ç¤I','ò¤Ýº-^ñWWÝ¬Ï8£‡}”AÑ¿ä7iŸºh[S','',0,'?'),('øuzFVùÊ¥ŸËrýt`l','wp-content/plugins/js_composer/include/classes/core/class-vc-page.php',0,'rÒÒ61Cæó8â','rÒÒ61Cæó8â','ËêÐH;g\"G¯ƒDN¢úñíñÈFøË-VVä+\Z','',0,'?'),('ø-|Vñûû™ÄHÛ%„ª','wp-admin/site-health.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c·.LØ>q¬»L@yÇ¼t','Š©ëJ\\XÈ(Ã¹´Ùm@kÔTÂ,¤çOlìõÁ„','',0,'?'),('ø­rüY­›ÜõLí÷Ã&','wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/functions_include.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_nçù|Èh8c\\œPA[È','™)~W¸ Cr ÎºÖÚ?â•ë®$,`]´@ÛD1½Êpp','',0,'?'),('øèÇ¢½BÕ´(Ö\\½0J','wp-includes/class-wp-text-diff-renderer-inline.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','è8³l´²_\rî²uÿŒ©','¶ò×¤meôý,–ÍV„„ëÎ9ó˜}ƒÑæó	y”»ív—','',0,'?'),('ø%B:e‹}“&ÝýëÕâ','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_unfold_more_36px.svg',0,'1s4ßñUÿ¦«W`jF¨','1s4ßñUÿ¦«W`jF¨','é6‹p:“ÜÈ‹ÜNŸ¸Æ$ëY\"2kgÃMc!	(','',0,'?'),('ø6N]bN«íRø‰„“ƒÀ','wp-content/plugins/wordfence/vendor/geoip2/geoip2/.gitmodules',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¡Ú„ âqö?s1šµÔåU','çREkks&]!iª_‹¤š‰\"üÉþêy~œøÁùKa‡','',0,'?'),('ø;Ç%N!9\nL&N„Þçž','wp-content/plugins/wordfence/views/onboarding/modal-final-attempt.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Áßy³ÜÁðuõJÉ¶g´','þ“l3ã°ú‡Ã„\ncwÃx~eLîhP\ZÕÛ’×ý9','',0,'?'),('ø@¨ÒêsB0<€{l¶3ŸÑ','wp-includes/wlwmanifest.xml',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ßÔ¶óƒê¢ið^ˆ–','ÕÆ¤JÄ¾**X|i» Ïcy-‡u6pèÀC-æ$*\n¼','',0,'?'),('øD=ŸË÷‡ŠèÖSºÛC','wp-includes/sodium_compat/src/Core/Curve25519/Ge/Cached.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ù%ôX¤ö°•Ð`Ð¹KZ','SµW ð,ªè´f¤Ã×K{®ÿ\\™ÐþÕØàŽò×^Y/¨','',0,'?'),('øJ¸³©Hl5¹èÖ©ÓP','wp-content/plugins/js_composer/include/classes/shortcodes/vc-basic-grid.php',0,'p½Ï@´¿\'Û¹0µáÈ[õ\"','p½Ï@´¿\'Û¹0µáÈ[õ\"','Fu-ˆVÆ1æR“Yô™ãtc\'°Ø·‚-$Ñ½Ògäº','',0,'?'),('øb:Q:ŽHlGÉ\0Â´1','wp-content/plugins/testimonials-showcase/resources/colorbox/i18n/jquery.colorbox-id.js',0,'ÔLqiŠyá¨‰›Õ¿','ÔLqiŠyá¨‰›Õ¿','Yw;$¡Bö¹Ê‡ò$ð—Êbk^¤+/ô:!	4sXž ','',0,'?'),('øiö\n¥Þä—SÈ[ü<','wp-content/plugins/w3-total-cache/inc/options/cdn/s3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÊÚèHØú¨>žv×F*øo','¦@Êñ%¨Ü1\\ï6F_¦{SÑcT2C·8Bvð‘Ú','',0,'?'),('økæÞº”e<FêÚ4','wp-admin/js/revisions.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>îƒ\rÓn¼é ¿ûÈ\Z','\roMQC÷irtMðÒ¡µª™ñî––ûI‡·¸Ç_','',0,'?'),('øv{>zä$pA','wp-content/themes/betheme/under-construction.php',0,'.«ëú´ÊÕeÑ´M·ËCå','.«ëú´ÊÕeÑ´M·ËCå','CVkl1O>ÛU€ô_ºÁ^þ\'WI<Šnr¶KN ','',0,'?'),('ø‰ˆ_ÑÔ¢F$œ§¦\rº','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_important_devices_24px.svg',0,'=²#¬\\ç!á¥>;ýhË½','=²#¬\\ç!á¥>;ýhË½','Â×yui£ìpÄƒY8Qê}o©{–¯¤¦lþÙtý','',0,'?'),('ø‹¢DÚÍ=Kô49œ’Ð','wp-includes/js/codemirror/codemirror.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¦23j·í1À(DÄúóµ','á¹ÎŒá,aÂÀuäíÀ@ºsñY%Ký–Ë-o¼Çn\r¦','',0,'?'),('øŸeí°Hv™áI†4‚.','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_explicit_24px.svg',0,'¯yŽOÊAqƒQ}\"Ò¬±í2','¯yŽOÊAqƒQ}\"Ò¬±í2','!‹IôGã-ë¢i`c¬ Ãßb{ófk±ñTÌ‘#¹Ã','',0,'?'),('ø¡¿`™tà >Îùl¾¿êû','wp-content/plugins/w3-total-cache/lib/OAuth/W3tcOAuth.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','öW“³¼ù!±^\Z+Ñ›•ï','•ý‚iÊ—Òz“áÅ74œbÏè.}¥¶¨‡ûF\rPÂÊT4','',0,'?'),('ø¦¯ úßCMp<Eæ','wp-includes/class-wp-oembed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p.ô!NØr ñŠŒm','àAñšAªEêÒ@VÔ8#4\'ÎFb¿\r_Òf-7','',0,'?'),('ø¬”eþ|]ê­}j\r\nÍG','wp-content/plugins/worker/src/MWP/WordPress/Provider/Theme.php',0,'­+>3\nr’A/ô¬·áx','­+>3\nr’A/ô¬·áx','Åò í>5rÎM“ý.…:7Ù§ÓZÞ:Bt±ÿÏ?7V','',0,'?'),('ø¾ŽÞ¾h”Ý ñkE~Ý\Z','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_comment_24px.svg',0,'ëV„aùQ^$IGÊ­','ëV„aùQ^$IGÊ­','­ gƒ;’\ZSÞu®‰¸D/=z¼ŸÝüO|—G','',0,'?'),('øÂ6K1ýþ›(îöÝ}/AX','wp-admin/network/user-new.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ŽYöüôG-wš³ç=ð','|6ú©.ÀWí™çNScË†ñÈ#ŽÃÞ±\0±2','',0,'?'),('øÂ<Ñ›ìb\Z¤Õ›Ä³\0C','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_drag_handle_24px.svg',0,'8ïÞ/™JU´ö¤~.Î[s','8ïÞ/™JU´ö¤~.Î[s','çÍ®—ÄD:U——l0Mþ–ì¡òç¿¿¸ÞŠèoáÿ','',0,'?'),('øÈ]\n\'pFP9{ùù','wp-content/plugins/w3-total-cache/UsageStatistics_Widget_View.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ëc³š¤¨¡Þ UèíåûeU','ÑcÀàúã:}˜mÌ)Üªx~D»KðìŽÀ>¾A¼','',0,'?'),('øèâd¶ï×¸.½¥,Qf¿','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_brightness_6_24px.svg',0,'TB0yÓy ²ÑHLÊ\'Y÷{','TB0yÓy ²ÑHLÊ\'Y÷{','ð•·…a›ãrÐÓâúñ9.º&%Ä\0+>úªü©œáá','',0,'?'),('øôŸÄ©Ï}xì™(T½œ','wp-includes/js/dist/block-library.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','æ¦fU)…×IH¯²+B','D\ZâŠ¤ÅÈŽîâ=\\	z‡­Šè‡¸³ýÀ‡°N[;y[','',0,'?'),('ùXˆš–WIÊ ®|.D','wp-content/plugins/essential-grid/admin/assets/js/vc.js',0,'(‘µK5W+½b”ï.¶¸','(‘µK5W+½b”ï.¶¸','šñ6¯ zJ”\",¶ß#9÷±¬\Z	)×O÷','',0,'?'),('ù^Q6l„ÏJ! 	âÍ¦','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','›Ž›Ãød#ûËkÕâû›','¦çtw}úž?eŽ	ÊhB¡¤T92ÈuCøÂžv7ä','',0,'?'),('ù Å„1šr}mJGWßR¨Ù','wp-content/plugins/wordfence/views/scanner/options-group-performance.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÖiLxÐŠ§ñsòfÔæÇ','€dÝaç1†6hr“ñ‡76¾€[)Õ‹ËÒO¨Mç½’z','',0,'?'),('ù7ljL\n¾‡8b´›ž}é','wp-content/plugins/js_composer/include/helpers/helpers_api.php',0,'§ã•¨–ÉI{•#ž†.Œ','§ã•¨–ÉI{•#ž†.Œ','%|‰9L[ ÷×ÏÉE5†g®¬ÁM;ÿkŽ]:¾ \'','',0,'?'),('ù<þïénf¹o SÓ.*','wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-categories.php',0,'/Ø½•½>€³ÍÕ2%','/Ø½•½>€³ÍÕ2%','Ÿ|bTíÌ^ÿã÷S‡,OÃÔ#aKÔý,Ä¬v\"eµB','',0,'?'),('ùT‚êîHÚù’—lÐsN','wp-content/plugins/w3-total-cache/Cache_Apc.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','TÌ¯ò 5U—BÀ¨	¬Ø—¦','Ø_\0Pêvñ.BÁÁ³µçØq¨âk¡äïªl±XÝt2ÂH','',0,'?'),('ùW³óñN~ˆHAÀ¦ç','wp-content/plugins/w3-total-cache/lib/Minify/Minify/CombineOnly.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','æK7ÅÓ¥ÌuÍºÙ','²N¸\"x\n°l¬’cÓVDªW\'#¨N5çŽ“žhr‡‡ÑÐ','',0,'?'),('ù[õï—£¨(\nƒÜ –\'Ö','wp-content/themes/betheme/bbpress/pagination-replies.php',0,'òt„fyï$þYpåwàƒ1','òt„fyï$þYpåwàƒ1','{58ì±&pEžiN3Ìüµ¤ç±È¿h9“×e¶ò3„','',0,'?'),('ù^:kÊCêëŒÌÅ’·¥Ø^','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_accessible_24px.svg',0,'ÃuÿŽŠkÉÖü°vëd+‚Æ','ÃuÿŽŠkÉÖü°vëd+‚Æ','Ò¾¶±È$P1XÓ·A¥MBß.²¬{#±t5iÈ”X','',0,'?'),('ùe	O¶\' kmµyÙœ“Û','wp-content/plugins/js_composer/assets/lib/bower/ace-builds/src-min-noconflict/theme-chrome.js',0,'¶–™iîŠëÚ7ìÿ~}àp','¶–™iîŠëÚ7ìÿ~}àp','­—á<Ã_eÞÖœ¥›ÝËØê#+ÛÐŽžj©ƒ[ÎÐ‚','',0,'?'),('ù„É±%›¹a{Z¼j	%¿','wp-includes/class-wp-editor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ïs‡ì\'+€û Œ‚‘êóL','/%î¦k•\r<«„ç‹&uòNKIÊv³êÕöGrAèˆÌ','',0,'?'),('ù‡ž•8ÖŒõFŽB¤Ë','wp-content/plugins/w3-total-cache/w3-total-cache-old-php.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5U‡…ÚvÈ¢ÄMŒÂ³¹','¿Ô¼:(Š&N®I‰¦\n7C ÀZpNé‹²jòÁrB¤öô','',0,'?'),('ù‡†óI™:4PúUÒÙÀ','wp-includes/SimplePie/Cache/Memcache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‹ò—ãu„ÅÍ5uyS‚¤','á/ºµM¬[®QtÃn.?Ï‡IqA?Tj<œåªwoRI','',0,'?'),('ù‰e4gs<í]Aîð¥µ','wp-content/plugins/worker/src/MWP/Progress/Abstract.php',0,'Õ1Zûºò9Qa\'p8àïK','Õ1Zûºò9Qa\'p8àïK','¥Ýyäa&\ZÕÝåÊ=\Z§yõª¸|ž‰›À}ˆma$ƒ','',0,'?'),('ù“,ü¦¡`Ïùt÷àtÜb7','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/i18n.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-I\0¹f+™u¢±¬éEÎÚ','‹¤——¶cTLšP®CÓQÜÞCÆ›ê¡Á•ö&\nQÿô','',0,'?'),('ù—8K°ç ?O]Ê¹Y','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/rules.key',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','º§\ZlY^[F\rÈ2xÊ»','Ï6=““ØS“q®-5 )¸«E¿L}A¤ViA]ŸŸŽ','',0,'?'),('ùšÎÖF‡\\Øoô\\³\'','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-my-shortcode.svg',0,'Å	V¢¶M*mÌ¼ŠkLm','Å	V¢¶M*mÌ¼ŠkLm','Šø¿ïHµÊPÔ%0DF‰°„®&H¸ž­Ë‡?–ð™Ó˜³','',0,'?'),('ùš}wn~JÑPŽDé;5È','wp-content/plugins/w3-total-cache/inc/options/cdn/ftp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','TQ[ˆ|IÃIÖ=ØH\Z™Ø','naŸ-(è\"\"v‚ÇGl¹!öàôk‰8\'éó¾aŽ5±Û','',0,'?'),('ùžè‹¼‰­–Ó3÷ú²','wp-includes/blocks/shortcode/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ûÈ#€E/öNæ„vð¨:','	í5U›â§hz¾t%ã•ÈSÑ’\'?JD»«­','',0,'?'),('ù¢¸pöl4[²þ°e›Ûû','wp-admin/js/inline-edit-tax.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','kÑÄ®‚`±úTÆP','ÔûióÄnÓ1é*¼F´CQäÇQ<¡	Ô*{MzX@','',0,'?'),('ùÂš0xFý2Õ	`:OÃy','wp-content/plugins/js_composer/include/classes/shortcodes/vc-column-inner.php',0,'®&Ú«íæn\"´QøZ *«','®&Ú«íæn\"´QøZ *«','äqžõd¼¡¬d• ·X-‡^j»¥Ü[ÌÀ­ ,zû+','',0,'?'),('ùÉ¿jƒK	³ê2¿ƒÅ','wp-content/plugins/js_composer/include/classes/shortcodes/vc-icon.php',0,'gSÉà]+yq¥½q´\r#','gSÉà]+yq¥½q´\r#','Á{eìFïnR®Ó	uië\Zæ¼æŸÆË+]™Ü½æá¦','',0,'?'),('ùÑÿšôßÐ3ø>#¼.û','wp-includes/rest-api/class-wp-rest-request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',\\æä\nU’µ¹¸y4½R','2;°\n†#¸qÝêC}\n~«Ó&–‚?—ð¥JÜþ…¶H','',0,'?'),('ùÝ^y8™7Åz_fRÅ ','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_archive_24px.svg',0,'$]õ;-7h¼´·õáp³','$]õ;-7h¼´·õáp³','Òç±š\0ÑÛÉT’„•…Œ‡yðQXI±’“8ô\nÔŠëö','',0,'?'),('ùáÀß=Ä`yÍÉsü–Vah','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Pool.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&š$™•ÂŒêØA¬z','{õéxãYšâA`6ïÊluxÔò& !‘\'ã','',0,'?'),('ùäK|HÂ#Õ[›ûxŒÉ','wp-includes/blocks/tag-cloud/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"‡ê6Dp5Ð<r‚','âŽ›¯m§Ýõðj\ZLs{wb7×hWÆŽ€˜„wx¥—','',0,'?'),('ùìd×ì}#Ë¦,û¹rï','wp-content/plugins/w3-total-cache/lib/Minify/Minify/Controller/Base.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ã^Iº6Žµô\'*µöî©','h”\Zø·<Î1\ZZ›jœpFRiÇ8h= @îf','',0,'?'),('ùúà“­Š‹ŸóÞéëXË','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/CommitBlobBlocksOptions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I·%„”/­à–;@1{Ÿ','*[Î;hSÊå¼•œæØø˜ž¬‘¤m¯@\rQbwÂê','',0,'?'),('ùü^PoáÄë2W','wp-content/plugins/w3-total-cache/Cache_Memcache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ä˜4w©ŠtÝ6K1ö;X','Ve¢Îwb`Y¦R:0¥v…£gcQ¸\rÓãáïÃ«Y','',0,'?'),('úRœÞ=úÝ*ÉdòÕn','wp-admin/includes/media.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‰šfÇÊ;[5L$k‘ç@3','B‹þ­úÒË\\—\n­×›æÜ•ô#cÐhzî?åÌí\'ð','',0,'?'),('úG¨«F…°‡mÉuØ','wp-content/plugins/essential-grid/includes/assets/default-grids-meta-fonts.php',0,'ÏÈŠƒÒ›)<†7nÓ‡ò$ß','ÏÈŠƒÒ›)<†7nÓ‡ò$ß','¢HAÀ!ÄØD³`D,Z@á™Œe¯\0W«ˆñÍ·} ;','',0,'?'),('ú†8î=šº‘Ç[Õ±ƒ','wp-content/plugins/wordfence/modules/login-security/views/page/manage.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','NFè«¾te~;-«&·?','‹…K‰­“”ÚjÞŽ¿¥Î¬¬ˆC.•6\nÏ£oU','',0,'?'),('ú¶AŒ‹ÍË)Í¹D4Í','wp-includes/pomo/plural-forms.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','èPÒÓ\\cA+O\\+','<¦è0šº\nMàØaÜ÷õŽidŒ:S¸¡×û¨ëWl‚','',0,'?'),('ú,ŽYÔv(tøy2’/','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/calendar1.svg',0,'xVÐ‡S‚8ˆJ§®Þáß','xVÐ‡S‚8ˆJ§®Þáß','+(\Z÷üx)u]º}‡¨ƒj‘ì}´êÑäá¬¡jB_®=;','',0,'?'),('ú-^gÿˆÌº@\0/÷“†','wp-content/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gD,Vë§=\\ÆbP','k‰À—~	¶½UH\Z¥ÖxƒPêÛAÌ„¢ú<¡ž;X¨','',0,'?'),('ú.Õ¶»ÕñZg{Ú=ñšÌ','wp-admin/css/customize-controls.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ˜ÆV_=i“´êä7¸z²','G¯¹æ¦ÊÙ–-¥ß~ÇsÏíûAµÝi\"d¹´˜“','',0,'?'),('ú1C‹ÜÑívµŽ€:ø¹5','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_brightness_high_24px.svg',0,'éÕz·ð¹ØQDˆž	Ë™s','éÕz·ð¹ØQDˆž	Ë™s','„&QKývëã%NÁ\0ŒŒŸu– I“Îv­YÙ','',0,'?'),('ú7Ñceí|ÉE%K¥\Z\r','wp-content/themes/betheme/functions/meta-page.php',0,'»\"\rÔóÔwd_¤ä906ã','»\"\rÔóÔwd_¤ä906ã',')ÄëEÍÔùÛpþâ–jx¡vžfê¼Ý“æ','',0,'?'),('ú=“ol,Òfç8Šò¨S','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_gas_station_24px.svg',0,'_<ÝŠ`ó½Ú²a}më','_<ÝŠ`ó½Ú²a}më','(ºtÙÓw8‡FDöôˆ	«¸güj$ý>\0¡£÷JÜ','',0,'?'),('ú=ÊyE& \rqHLP‘\"j','wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/content/vc_column_text.js',0,'X-#A#?JÆ`õµ ª','X-#A#?JÆ`õµ ª','FQ<êJ¶è‚`#vwî\rúû›¥ÔaVqŸ‡æW”53Ö','',0,'?'),('údá;ã±v E\n¤äØ»J','wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Psr7/CachingStream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','DðtˆîJÒÑ—^h','©dqNrŽq`.x<È”ñ„\\„vï§†O‰Q¿Ü','',0,'?'),('úh½·©^¶*Å}\\8—þ','wp-content/themes/betheme/muffin-options/fields/info/field_info.php',0,'+íAö¢cºøGf6','+íAö¢cºøGf6','«¹æxGéþÔø¡)fT{ŽªS\"é¸‹Õ¥e‰ãÆ7\Z','',0,'?'),('újßú#cu±Bçn@Üd','wp-content/plugins/w3-total-cache/CdnEngine_Mirror_Akamai.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‚pÇ³¹X¤Î~”8`k½','3äaî²&DéÔ*÷v#ù^RÞ—N0„Gâ\0I–^7','',0,'?'),('ún:ÑzW_ÃB›SùR¬Š','wp-includes/js/jquery/ui/resizable.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vk¼mO,•æ­¥n3­‚à¦','uß-ÞxP’un48„#‘.Ù5*XÐ}Òâzƒ÷Jîãg¡','',0,'?'),('úw	¥š+»jì¤ûÀ','wp-content/plugins/wordfence/views/common/status-circular.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ðâßº)ß.=£·¥g','q4^\"-ú9†æ‡áí\nd1q¬‘ˆèO,íùÇ','',0,'?'),('ú|_å¿]23’<>º<î¨','wp-content/plugins/revslider/public/assets/assets/svg/places/ic_kitchen_24px.svg',0,'±nI\\ÄF°ÆBæ& hF','±nI\\ÄF°ÆBæ& hF','èš\"þ†ššW=y$¾î4¨²w„ÖM@…ÜT²>œ','',0,'?'),('ú}KfE^­?¤Š¦h_°','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Parser/EventParsingIterator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÔS¥)ß”@“4+(¢/Ó','œšMþ*¤<ëª\'©¬~Æ%!¼`«ÄinÒ‰û2','',0,'?'),('ú…º•b¤JÈ¨øëÆCK','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-structure04.svg',0,'x÷>8«ësf«Ðóæ¦&}','x÷>8«ësf«Ðóæ¦&}','~Jµ|5ñèë†ÓËiK=`Hë¶ˆGÙ<“õ¢òZfé','',0,'?'),('úˆ7Ú”!õ2¦x%’XNú3','wp-content/plugins/wordfence/views/options/option-token.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÙWåY7Ûo	û_ÜÓ€Ù?','Ž¦ AÉQNe\Zyw—sG¡Œ@¸ù«ZI&L¢ïá¡','',0,'?'),('ú‰š]\0A~µ(\nõ,ä\ri','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Models/ServiceProperties.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',2~|y*`ô½Š7°×GU²','éÇ·šÈ±^ùîSúUüüE£nÈ°æ]rDðÖ_G','',0,'?'),('úŠ­~…‹a%¡ë!»P','wp-includes/js/tinymce/skins/wordpress/images/pagebreak-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{Î6¿#UQ:÷‘|>#ëÖ','Ò(Ýî[\n×Ì»â‰oŸRAo‘3¤¼^æ¡Æý','',0,'?'),('ú˜”çÙL?@§š.~O¯','wp-admin/css/colors/midnight/colors-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','”!¥ðÐ\nóÑ _Ñ…ÁÍö','Ð	§	ü…9x[N~½ŒB±Q‹ðœ©ž;ãbøÃ4wi<¾','',0,'?'),('úªUŒÈ4/lNß@	œÐw','wp-content/plugins/w3-total-cache/DbCache_WpdbInjection_QueryCaching.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ñ„yypÄî§t}yVhD','b„ßÆŠ.áŽr\'žB1åy$ëÝÕÔ·&%ÈpTµ<¥å','',0,'?'),('ú³¬»T\nšˆô­e.(¼±','wp-includes/class-wp-image-editor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','sà~ƒhTpÿP»eeÀg','¢Üi!uyâ¯–5Ëé[7ì™-Ùo©Š	AY,Öm$','',0,'?'),('ú¿Ø˜Ã-©m4)}ùù	Î','wp-includes/js/dist/reusable-blocks.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.{WëÏ\Z¶4„ÿ“ ×¹Ûâ','ªx¦°bÑÌŸZŠo·1és\ZüsÒ>­úX:éZ','',0,'?'),('úÀ><ÖQzU0ÚÜV¢¤_Ó','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_pan_tool_24px.svg',0,'ØÆÝˆžïtA‡¥\\Z%æ','ØÆÝˆžïtA‡¥\\Z%æ','8.›ˆÕ-ŸÿÔÙ:}›þm-ž°´ý9ºK$¥3.}hÉ','',0,'?'),('úÂÖ˜æ™–A„o†\"U\rp','wp-content/plugins/wordfence/js/admin.1607007971.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ð]\ZßÐ¼¼ùO_™`5Âc','ï­{ÒYª} dŸ³È\r¼Þ×^Íépíä1¬Á’GRž','',0,'?'),('úÕLCì³C`‰2HØµ-”','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Cookie/SetCookie.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h<_§#Uø×³z:ŸÜ','Ì%¡ûûÝá\0aL‚e•«äñœ/ä\0C d^m\Z4»','',0,'?'),('úàZ–p%\'n\Z‘ªWjµå','wp-content/plugins/wordfence/crypto/vendor/composer/autoload_real.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ëõ«ÄeyÕçËB¿J','>?zíy«¼OÜIncC!¢¡Y–ñ¿áÕ;/:Ÿ<\nJÎ','',0,'?'),('úâ}‡Ûá³PÃ›™P\\©\Z','wp-includes/js/tinymce/plugins/wpautoresize/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=ùâ’Bª9¼$v\r	','ÏXÙ-Á²y°¤˜HÍðVKr¯VçîYË´töœÉX©—','',0,'?'),('úäo„Åaøæf“}?E','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_expand_more_36px.svg',0,'ÜŸtüùÒ¾Ïiõo','ÜŸtüùÒ¾Ïiõo','(ÂGÁñRêŠ¢»úÏßøjR;c\ZUÊÆDØvÔc’Ì','',0,'?'),('úèRŠ,žA§Àý\ZñGJ\'-','wp-includes/default-filters.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M:jIˆ ‡—t‹ìô£Ýü–','úäMáJi43iäkQ°õ)š´Ènß{™du<)Ðú','',0,'?'),('úé’[KýÂ»\"ÄÆz','wp-content/plugins/js_composer/config/structure/shortcode-vc-raw-js.php',0,'ŽÞÆ¹ÏAZ5©]øq','ŽÞÆ¹ÏAZ5©]øq','%ð§äéZ¿1¯:¬$I@8MÊˆd¼Q¬óÜyÂ‰ªÎ c','',0,'?'),('úíÞë,gÖÔK	:ó','wp-content/plugins/w3-total-cache/Cdn_Highwinds_Page_View.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','àüÌC¥ï¦ÅÎß$àÜ','Ý›\'ÙH\nÒvlÁ6ö¤^zÏ,~¯sANßó,A[×','',0,'?'),('úíþ¥Û{(Lª5BŠžt÷','wp-content/plugins/worker/src/MWP/Security/NonceInterface.php',0,'É“y:WI-¥Vv$[,š','É“y:WI-¥Vv$[,š','´Ç½sgÒA¹ãÅÉöDÒ0Î&)r‡JPíÀ&úiì','',0,'?'),('úýÊ\n\\ÔûÉ¶.5úŽš','wp-includes/images/xit.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','”ì«	3X—Ä«9+ï–6n~','üÖü s²¯¹”ÉÛÛ¨“ S,mdïŸ\\Yb’Æ‡ïÂo','',0,'?'),('û€¶Ð¬çpšIÒÆYR','wp-includes/sodium_compat/src/Core32/BLAKE2b.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÉzõðËõÝÄ§7€	Ÿ7V\Z','°p•‘å#4®oÛpæp8Ü^ÙÛ°Ó^ÎFò+×£ )l','',0,'?'),('û	¨M€áá\nÖÒ\rñð','wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2016-09-07/waiters-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','þ¢\'‘±ñ¦}q© ¡ñþc','N«¿åŒà¨y\\ÎIä™ãÃý6SäÓg%ºv{‹Š(','',0,'?'),('û\nbˆ½s	æîqI¡‡|','wp-content/themes/betheme/functions/importer/import.php',0,'í—¹4´´,Áß9«~TÓw','í—¹4´´,Áß9«~TÓw','èÜ#Ø·È^ÍŽÕG«—2D~—ê“VÞôTaÚ,F\'','',0,'?'),('ûŒWnÓ©žýû.”ºñ¥','wp-content/plugins/w3-total-cache/pub/img/google-logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‰Ò[:ßº¥…lš¥v!','Ú”+L»Rn/bÙˆbbSeÅßGøñF¥Çbÿ1Œ}','',0,'?'),('ûÝ‹Ô*á\ZZÒ\"Ãß‰','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Signature/AnonymousSignature.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h·]?ÀÛ®cDUhÂî/,','¦X…=ÈGwTwq®kÜp³3úC¿óý”ñ‘Ðà_j5','',0,'?'),('û!WãŽƒÏTçà\0a@£ìo','wp-content/plugins/js_composer/include/templates/shortcodes/vc_row_inner.php',0,'ÂCŸºõ/r%Öž¥ñ6‹','ÂCŸºõ/r%Öž¥ñ6‹','ò¼&ž;äþCÏôåI|u\0ÝF\n`»ôfC©Ï±','',0,'?'),('û(ÐŠ»QB&¦€ŒöQ?éŸ','wp-includes/blocks/categories.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&[sÈ¥ôï>JGî^ø','‡¡G5©K>³6öôÀšFcf\n°º&™ ø;çt±Él','',0,'?'),('ûDÏáê]æŸ|ß¼ª$™','wp-includes/js/mediaelement/wp-mediaelement.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ò(DÛq£|«ÞÊ€î','PÑE+#Á®M±s;agL«½ùeøõSð•MN…År=','',0,'?'),('ûE‚aŽäÜÇ·¥8u.+-_','wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/sns/2010-03-31/smoke.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ˆ[­/<q+ç†0Š\rcø','ìZù›½¶¡K|òuùüaY<`_ü•5»\'tÅTù¤','',0,'?'),('ûI\ZÑ%ôž³ø†xK%{k1','wp-content/plugins/js_composer/js_composer.php',0,'Ö‘¯I)™×@[^$xPÜ¾','Ö‘¯I)™×@[^$xPÜ¾','ÿõóÔUÕw>í¡Pð\"¿¿É§*U?Ò5û‹ë\'!','',0,'?'),('ûPhÜÈ³·¤rVâ','wp-admin/css/revisions-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M9H,É–ÈXÊ*ßgã\Z','Y}ª@YÈˆ^]/%þ¾(t_ÏN¾éV#(Ù\"°','',0,'?'),('ûl~ŠÔÙ{ü®dKúÀ','wp-content/themes/betheme/vc_templates/vc_toggle.php',0,'«®rxÝ\0^±mgÓHçÈs','«®rxÝ\0^±mgÓHçÈs','\nth’YhÓ«Œ¤­²g˜æÓë#Ð=\"¾ÿ','',0,'?'),('ûl•]Ò¦ÿ]dyëÜZ','wp-content/plugins/duplicate-post/js/dist/duplicate-post-edit-411.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','FxE¤šš2%§]M»éK©','ýÖö‹ä=ƒ}\\t²œU@«ÂŸ#¤Ât_åìî#«¤@','',0,'?'),('û”‹J(í˜tŒ+li?Ó&','wp-content/plugins/ga-google-analytics/img/250x250-banhammer-pro.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','wüo6Ul—u_!k£, ','€\"(óJb“B†ëlHB {Œ@Z”ÌŒ#1Õ\'øA\"`','',0,'?'),('ûšÑVÙÓ’—ØG8.’õm','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_swap_calls_24px.svg',0,'÷kâù\r½&–J™Ðg¤¦','÷kâù\r½&–J™Ðg¤¦','?ÊT€ÃR4ŽkíP“E‹eÂ˜M‚Él[Ayò©','',0,'?'),('ûÁ2]&Ö”#“ñØ^FÙqŒ','wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/PermissionRequiredException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ø2Î¢ñ	®/úE!á<sÑ','\\Ð=©«ô5—©3	®ÏŽvÌá„_%ñ2½ÿA¶?$','',0,'?'),('ûÂØ4=ƒÞM‘ÁúÕWð','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/Block.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‡wÁ–ªþÓÊ‘Ì=ý','òå_3Â\Z÷ÐTèë†¬µï)¯îvL€ÜJÐrFK4','',0,'?'),('ûÌ„^‡!ö+_“\"6ù·\ZÕ','wp-content/plugins/w3-total-cache/extension-example/Extension_Example.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÜF{ý¥ÈÛ@17¶av¬','ŒçEøþyT/a+Øñ­áþGeÆSÍ’ËÑ	…¬V‘×9','',0,'?'),('ûÌÃö6Ri*5ŽðÁÄÃ¦','wp-content/plugins/wordfence/lib/dbview.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Æ¤ñÝµ1­è‹™nzk','‹DêÀOh”Bð;4ªU¦7o/g¬ö8iºÀÀÙ+Ì·','',0,'?'),('ûÑ÷ëSãK5Á47ÊÁ“S','wp-includes/css/dist/block-library/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']J¯qàíº•Ã†ÏX1ìï','8¥ìˆq1,Á~.ÅÎÂõ§ÐÒO«¿¢^!WÏ\Z+ò','',0,'?'),('ûÕKæÈ l¯R;áï2#H','wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2018-06-18/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ôÉe+{«R_,*	Rì','TtözÞ-¡¯ sáÚœÜ+›Fç\\MI/kWo','',0,'?'),('ûêùÞ\"A˜×õRPµ2','wp-content/plugins/w3-total-cache/Cdn_GoogleDrive_Popup_AuthReturn.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ð¶kŒjïÂ¡ƒo‹¥ÆUÛð','‰üÌØT\r`ú‚tä\Zc´#«9ESê¦· ÄNÓ3‡','',0,'?'),('ûîÕÔê+f6Qáúüy9','wp-includes/js/jquery/ui/selectmenu.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ox… eqdƒå‰Ñ$I','\rˆˆ°Ä–)‘UoGÝð®’iÞÉáÍõâoPº(','',0,'?'),('ûð^ÕÐmé»oßsE¥','wp-content/plugins/worker/src/MWP/EventListener/ActionResponse/SetActionData.php',0,'„u^Æ¾»(ašd\ZÍx§|','„u^Æ¾»(ašd\ZÍx§|','é~Y­!r†ÝÆC],ØáXc©2óä´ùÎ1‚0ê','',0,'?'),('ûðˆÏX€n\r÷æ?ƒÈ','wp-includes/sodium_compat/src/Core/XSalsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p÷¦Æ®¹u¯„o7;~z','™¥¯ÚÈ %lòy½\'#[‰ö€_ò{E½]8%Ü','',0,'?'),('ü*>ª\'ªbDX?‘aY*','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_class_24px.svg',0,';ªžCYµó;hùP',';ªžCYµó;hùP','²‡˜ü\ZÈq27:œók“½~¨cL:„m‹ô','',0,'?'),('ü’Ä	CvÅÌ½BUq}>¸','wp-content/plugins/w3-total-cache/Util_Mime.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÏòVQC?0°=õs^Ž?','M²I£±L\ZT÷Ì€ð}“ÏªÌÀu@ûvö#…w/@','',0,'?'),('ü’öû¼ìŒ7ñaB~\r','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Parser/JsonParser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4hïwŽú3¥eÝe}‰­','4d§O`î„À™†ÚN´)9…Z^Ÿ),ùãØÆÏåiz','',0,'?'),('ü])éé	¹ƒó{—?R}','wp-includes/feed-rss.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','iJ­?YC–>^‘îf¸','fl’P»ßf5‰2tY3‹xËÿõDÀÑ×„Ì','',0,'?'),('ü ;3EDXµŠÃd©TÊ','wp-content/plugins/wordfence/modules/login-security/css/admin-global.1607007971.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-¦‰éS„H1@“kQÒ±','éÕ^H2m<æôLAƒm	NÒÖGì)Iw›—:ÜD','',0,'?'),('ü\'Ä\Zösmo7}‘D“è','wp-content/plugins/w3-total-cache/inc/options/parts/memcached_extension.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÀùxB$?oREAö²Ôãš','¦À7Ù¼ƒv&Sá|z€˜k\0Ý(ø–}á\'Ï>,>pé°Ø5','',0,'?'),('ü-dÛh¾ž¯[‡úGaïž','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/RejectedPromise.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rì:qRß#|8ZÛ¨÷z','¬¤­Þô€ŒŠ1ê-ñE¹t°E~8Zþådº¹Ñ#:Þ','',0,'?'),('ü0<PsÉñ×žH—ÑÁ22','wp-includes/js/jquery/jquery.table-hotkeys.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','§êÖ”#týgP±g€¥',':‘ÎA–æñf®x×‚ººåó²ÜËê­ídƒ7#','',0,'?'),('ü5Y’\n+/é9\\Î“h','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_shipping_24px.svg',0,'[(3‰KPñµ´u@zpA›½','[(3‰KPñµ´u@zpA›½','Êd\0pˆQ7Ež{ëÎ(H“%ñg¿’8\'92‡Þ*','',0,'?'),('ü9(FŒRj2¹n6]Š','wp-admin/css/colors/light/colors.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.à?SaÃ«Bàå:ÐÙb','`”@œ°¶üëÀå˜¦u»¶m{Peë€}&E³·œ7','',0,'?'),('ü<$&¼a„43ÛsŽâ»ž','wp-content/plugins/worker/src/Symfony/Process/Exception/index.php',0,'gD,Vë§=\\ÆbP','gD,Vë§=\\ÆbP','k‰À—~	¶½UH\Z¥ÖxƒPêÛAÌ„¢ú<¡ž;X¨','',0,'?'),('üBÎFa^ÓAû\"„Šô','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_sd_card_24px.svg',0,'ò¯$ñN¬o×IØgÕBú','ò¯$ñN¬o×IØgÕBú','êgÄlÎý¥øò¾êš „ì7¨I¤ÛÕéãàÄA=¡','',0,'?'),('üJ’§ó!2 ¨Ü\0­€Áü','wp-admin/css/about.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yP«!Ü>b´»ø·J','/Å{«Ž¼|TOØ»s´rÇõeõI±á\Z’v‚#','',0,'?'),('ü^ùO|\':QÇ™EçÝð','wp-content/plugins/wordfence/views/common/status-critical.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q“[õ[_Y[Ê›ÜëJ{&','n¢I‚‚\Z«”g[Áÿ\0¾MÏÉÅËãZà1º]óÕ','',0,'?'),('üg\"š}_¿7¸½¦ÜJ5','wp-includes/js/jcrop/jquery.Jcrop.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','VÌž¢Ü/K‘x¿¬¬’','Ý2¬SŸ[±6Dv‰5bsôÙ=‹ÓÇNL¥wõ¾‘·','',0,'?'),('ük¤Š@òÇfªú¥Ïx@','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/piggy-bank.svg',0,'BçÂè³´»OCé\r7‹u','BçÂè³´»OCé\r7‹u','t‡r£A¥¬<ƒH.­8ï	w,³+žþ5âÃûü}Î','',0,'?'),('üs¨÷¿ëÿœ7ßM¾rB','wp-content/plugins/essential-grid/public/assets/font/index.php',0,'ïá{J!u?}îçs•','ïá{J!u?}îçs•','AuÌƒµœÄ`ü9‰7}bŽ>MHêÃíJHhåûÎ|Fj','',0,'?'),('üv6Zþ\'õOñIL\"Ý•MÖ','wp-includes/js/dist/block-editor.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','“täed³-uœ·F¶Ô,','k¹ÿŒµ¼ŒÏzVåË«!t¼LŒW?‹ìe+¿','',0,'?'),('ü‰p·Š9½6Ã¨åRæ','wp-admin/css/common.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-TGa‘vq9è®z®ø³e?','Ý¨SÌ³O”Ï¢ç\róÑm ,Ô\\qKYá½,¢Œîníp','',0,'?'),('ü˜•ŒµÆªq¥æ‚³‹Ð','wp-includes/js/tinymce/plugins/paste/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ë^ËÞÎs×¶‹{°ûÞ‰2','Œ\ZÅX8Ÿc+ˆxˆÎ· á–ó­&Wgñœ`m†Ë´','',0,'?'),('ü˜Þšî“ÑF¯Ô¦½÷Þ™Y','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/InvalidArgumentTypeException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¥­DÙÀœ Í#|”´Œ','Ø©DÏf¶_TAªÑ)¤?¼ý§Ó&c~ÐÁ¡‚jK·','',0,'?'),('üšlxyý\ZÂùÔÄ\"–‘','wp-content/plugins/wordfence/views/scanner/options-group-scan-schedule.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Å¹¿Ÿ-Ü‰|ÂáJŸò­U','ÂV£Š\rc‰7²¤g£6ÛæŠ­ôþVßþm”CØP','',0,'?'),('ü·qóLøó>ÔÆ#QÄ\0','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20/Ctx.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ñ•úŒÅôôB˜ì¨âgYðé','ûõ‘:âIZ®íCý¢Z•Ú8ÁÈ°ô›Lšå]é™m©','',0,'?'),('ü»<læa¬€,›bX,³²','wp-admin/images/xit-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','œÓÆu:@4\r…âÅz<5È','¨S\rÎ}@½~Q÷:€Scµ±§ê*d+åZÎ_¾{¬R','',0,'?'),('üÅ¢2e\'‰$Îß\ZL','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_20_24px.svg',0,'Ûmquÿ½pú:á&m˜e','Ûmquÿ½pú:á&m˜e','ÎRd×¤¿pS\Zx¿)q÷.]Xþ* ¡ÇŠõ\nhžµÍ','',0,'?'),('üÇÊ¨„\0	êºdŒiçH','wp-content/plugins/js_composer/assets/lib/bower/vcIconPicker/jquery.fonticonpicker.min.js',0,'1ñBþxPq¡ú­o©','1ñBþxPq¡ú­o©','Ð9ˆýò×^l$\nÿ™°¶ÙÞºl^@âôaãü%š','',0,'?'),('üãûÖ:©³mP¨´ð¼Ë','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_shop_two_24px.svg',0,'½‰l°‘.ïÄh·\nA','½‰l°‘.ïÄh·\nA','“«Oè¤Écï^$ñËB6I1aCÈ‘Ê÷~ÿþ«o”z','',0,'?'),('ý\nm£s×”’I|ZÚ©¿ªì','wp-content/plugins/w3-total-cache/pub/img/overlay/overlay-down-arrow.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7ëVsë‘eûÚ¿t[','\ZwƒeS?[ÇXüä]`\"\0Í.\"Ç¾xtãÍñ_”.','',0,'?'),('ýöQÞöIŽÎ`8´mÆD','wp-content/plugins/js_composer/include/templates/shortcodes/vc_raw_html.php',0,'›=+!aø§ˆô‘•j­7‚','›=+!aø§ˆô‘•j­7‚','Ïøx¶îËºd•V‰5—‡›OdÑ¢þŠX¬Â\\ŒW','',0,'?'),('ý+q^e·•éãguÏF6\n','wp-includes/theme-compat/embed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÈÅ¢s¾^Ðô»q¢cbÿ','WõÜô5T¦pÁª;-¥n¬ˆ0»a‹•º©O\nÓô¦’','',0,'?'),('ý:Þ÷ª÷H­©gëîF–','wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Parser/DecodingEventStreamIterator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ñ\ZÕÀêu©·þþ®š¾þ','‘n0NÜ«Ó¢E•ãYÊÃ÷êõ›}\\,x¢øñPv¯kH','',0,'?'),('ýGþ²!#hÔ9	„ò&','wp-includes/js/tinymce/plugins/wordpress/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ôJçŽ†³pãÂ°Û5Q²','é]ÄªÎ°¨ÚP×M@ñQ\n›\\ÊtŠAÐw.D½…g','',0,'?'),('ýKjòâªhº‘èù','wp-content/plugins/wordfence/images/loading_background.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¬ô\'é2û”p\nK‹X´ì','ÍÎŽ%XïÅ–F¼ÿçÜò1sÏ;ÀÎLëzrç’»','',0,'?'),('ýPðÞ¾:ûv´¿Qw','wp-includes/blocks/list/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ó{ÝéMµXÆ½ßÍzcç','¦ˆÅ^*:è„Y§Kê-©Æû7` ­“ÑIÍM–-žCµ','',0,'?'),('ý`SkåÅ7Ttàv¹ X½','wp-includes/class-wp-list-util.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ì}˜ ûµSÓ•vl‡T@','“ ³Ôˆø·‚®Ÿ¬?1lÙ\Zä æ–Ôug³\',µ¬','',0,'?'),('ýf<‰v7ég èþ,é×','wp-content/themes/betheme/bbpress/loop-single-forum.php',0,'¢KH; ÿ‡‰jˆÀå”Œ','¢KH; ÿ‡‰jˆÀå”Œ','3~!=áyzì„ög[û]C¸X©‰Í×¶’ˆG6t­','',0,'?'),('ýl·V¸U˜?¬Ô”Š6Æ','wp-content/themes/betheme/woocommerce/single-product/title.php',0,'æí‹~à¬„(}B;szöº','æí‹~à¬„(}B;szöº','ÉÍU „2µÂÚ«· O…ðh¸n.‚µ©‘mñ~šÐV','',0,'?'),('ýr°\"·-¥\0 E˜w‰¢X','wp-content/plugins/contact-form-7/modules/textarea.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','	h¬‰pØ¬©\rosÝ','\r1-ê;Ì¥\ZÉšh¤…âVÝB*œo`´w ¼§É:œs','',0,'?'),('ýusÛTÂ­Bâúµä¬B','wp-content/plugins/wordfence/images/sort_desc_disabled.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','½¥J%{O•Z\"/Öo','^*Çn^×\0m+¦‹!NkÊÉŒóŸÏ/©¿Ô¯^k','',0,'?'),('ý{I4S!.RR6','wp-content/plugins/w3-total-cache/lib/Aws/Aws/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','®)±êl\0HRìºêûû*Ìƒ','˜\nøÔS»·[@š¡úù3§\rsÈ»9ïþ:’ÏpL;','',0,'?'),('ý’ZL‹O’lÖá','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Xsalsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¦Cí¢•ðFæ–hôz','oÅ‘\nw¦n¾ËpL”+;ÐÌíß~‹¨t2´P*Æƒ6ø','',0,'?'),('ý›Gz¢kÍÅtfó6\"','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-separator-zig-zag.svg',0,'Ïœè¥Ùø’ñàs¶íCoÞ','Ïœè¥Ùø’ñàs¶íCoÞ','\"vÄÀ`ïÂWÌ.KËš‰™Pî,%qŸã\r^H£ß','',0,'?'),('ý©Õ\'æ€BâŠ­7SÂ','wp-includes/js/zxcvbn-async.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=$aÔ[ZF)^\nŸñ~','Öuîº¼Q9Ò«{½¼7o}ù€í¶îæ`ß-nWÆ','',0,'?'),('ý«HhñïÆIL¦RÃ·Wéå','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_copyright_24px.svg',0,'ù2ÔØÔÿª1oG½ãŽ­¨','ù2ÔØÔÿª1oG½ãŽ­¨','Å×‘‚é\"‰‰];†ŸÞ¡ð£ÐZ~èËÝ6FDáõn *','',0,'?'),('ý­{ 	\n|p£Ù¤','wp-includes/customize/class-wp-customize-nav-menu-item-setting.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','”ìÖöaER>60“.)H','—K-Iðüç6AÏëŽ,\\ÜÃnQ Pû®¾&','',0,'?'),('ý´ö×øõ)Ý(¤Ð<ÙÝ','wp-includes/js/json2.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ãÑÊïÆxÇ}\'¸-¯·8','?	àÐs¾s¥˜(q¦¬ c!~aÃÐ¶ìHœ\\y','',0,'?'),('ýÇ@\rr!áXÛŽ9{Tñ‚','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/keyboard.svg',0,'+SäƒºâþñMoˆ<2>Ù','+SäƒºâþñMoˆ<2>Ù','kP$úé»ÏŽØ=w“	4£{C\'¢\ZLñ£x®Vñiø*ö','',0,'?'),('ýÍa„í\'@Tç‘“‰õÖÊ','wp-admin/images/date-button.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v!0Ï$Ç\n-æ½®LåÌT','hÉÅµÎ´ä˜¼ùïn$°†ÛóÏê£¹‹èq!I#ú','',0,'?'),('ýûÜÏvÕ»aR9»¶Lö','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart06.svg',0,'lŸâêa¢K@VžLv(ù','lŸâêa¢K@VžLv(ù','GðÈMñaPÞX5ú*-EºpMí4P“S®eÁ>ô¯§','',0,'?'),('þ	÷ÿ®ÜÑ(1—øSÿ,™Ý','wp-content/plugins/w3-total-cache/Cdnfsd_TransparentCDN_Page_View.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÁžFp2Ÿrˆ\n]Z©²uŸ','¼£Ç‹Sn…äÁêÇxç>ØÍ]Ë±ëçP_Jcù–O«','',0,'?'),('þ#µ5à­³r§ßÙì›ù','wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/scrollspy.min.js',0,'ùîy‡ž%æKÒÂ]3ìD','ùîy‡ž%æKÒÂ]3ìD','²±à¹\n~”ÿwš”L+Û\'yÖµ¨-b£¶ÇJ','',0,'?'),('þë‚\r?8[9€kQ\'s','wp-content/plugins/wordfence/modules/login-security/views/options/option-select.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÿ8„EËó7C—öŸþ•S','dâÙ‚ûÊM.N8U˜8ÿà †OÈåäY¸£=åwÑD','',0,'?'),('þ\'TúŸåôÌ­éY²Ç™','wp-includes/customize/class-wp-customize-cropped-image-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Gáp[äq}yýª1‡','Žx\r:šœó‚öÍ}¯šgR)ê`Ÿš‚×k’M%','',0,'?'),('þýþœ)z]!?»±aÀ','wp-admin/images/media-button-video.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÂÒß>ýÀÛu‹€e­wðJ','Y¢e¸—Ü\"n+ò#@¬õ¾Æ¼†Z‚†ÄgáVPþé\'','',0,'?'),('þ%|Ý½°>?v{jÊ·','wp-content/plugins/wordfence/views/scanner/issue-checkHowGetIPs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':>Þ¤ˆ€+~ÎtÍ«¿®*','I|‚¤^Ïˆg³?nÆAŸdóöŸ¾ë]68Röã','',0,'?'),('þ)rŸÃ³‚»FynÕ·‡','wp-content/plugins/js_composer/assets/js/vendors/woocommerce.js',0,'Ñ×ÚQÿ¾¸½ \n |ª{','Ñ×ÚQÿ¾¸½ \n |ª{','lvÐ´ù{¯Ñ9Ð cvêÝ6Ý)Áì%þ®•æt^','',0,'?'),('þ=`EŽöBÒ2ä/í¦Î¢','wp-content/plugins/w3-total-cache/Util_WpFile_FilesystemCopyException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ö™go7–À€L»;†#€´','6__ôÖüyËA?N˜\Zâ±zÆáo\\ä¶Æ¹Á¸“îŸ&','',0,'?'),('þ@Jèõ]kaÀ€=','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_airplanemode_inactive_24px.svg',0,'í^\'QÎW1ÚœíÁ¤¼','í^\'QÎW1ÚœíÁ¤¼','±žf‰RÖ¸¨¾ƒm;rÎ½•@«q¥hÉ¶ñ7Ûc³ùô','',0,'?'),('þFÏ%­³CÂÔ0»£¡,','wp-admin/css/list-tables-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','•¿É¹/zcWö¾Å’E','Ùd]ÍšÀÜ—†ž!>;›ÍE£ÍÐ€X&×æß\"É','',0,'?'),('þI\"íp¢ÐtÊQ¹É[Z6x','wp-includes/css/admin-bar.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','©·›áwÂ¬3Y[§iüÒF','·Gê&Y)äe$ý<¾¡Çä’Åz>\0ùøò\ZH–','',0,'?'),('þPï\0E[°&Œ¦<s:—','wp-content/plugins/worker/src/MWP/Process/ExecutableFinder.php',0,'u¥%üb¿È£[¼¶)ô6','u¥%üb¿È£[¼¶)ô6','×¿Ñj•+Â7ÿS¥9R—\0ÕBt›•MðêŒšÒ•^Ü]','',0,'?'),('þWp[ì<K‘ª’á´Ñ×„','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_forum_24px.svg',0,'£#¶5\\#µ£«ŽNŠšïÅ','£#¶5\\#µ£«ŽNŠšïÅ','ýïHF¿S:Ø9û“zÓ£^±]\nÀÂà¶ü','',0,'?'),('þWzY!­a˜ÊvwQ^Þ±','wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}å§­ÚÕG$M3ô ž=c','¡ FxÞ\r›ßÐb\0b÷œQ›¼z&ÕçGB‹ëZW÷Îû¨','',0,'?'),('þcµÔwk(”‘ø43Ã','wp-admin/includes/list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5[bW{-xìíE§áwþ;','ÖšuýmW?\"ñb‡›_]õî®îc±0ŸN\r`ù>øí','',0,'?'),('þgVÜàÖHIwžÓ!µ’À','wp-includes/css/customize-preview.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','LI’už.‘q˜~è<+Oøö','Sçç\0 —ŽÂ•ìäTØ. C)ã²0KçÈÁ…\0\ZD¨Ÿ','',0,'?'),('þQÖ¿6“Èyqä¢88','wp-includes/theme-compat/footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','fË8óÍyÌ»Û@ó£Bò5','][ü—ùÛ­â’}ŠßŸv{“c¡vÒ§{P»¶K1~¦ò','',0,'?'),('þ„,Å¦P‘!±xø—DQªj','wp-content/plugins/w3-total-cache/CdnEngine_Mirror_Cotendo.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','œHÍ/Ië!JÑ%ì§','9u(Ðôâ§ãš«HV´››db²¸«\r³<cdµÙÁj','',0,'?'),('þ¡4[Kƒa¤iY¡Œº9£','wp-content/plugins/revslider/admin/assets/js/modules/tooltip.js',0,'€ugiQ‘1Ï¾¹Ú¤¦Tô','€ugiQ‘1Ï¾¹Ú¤¦Tô','ë‘(F•¹8äqQ›\nžBL	ôâaWPúÐççº','',0,'?'),('þ£6NDÀ›%aû3M','wp-content/plugins/w3-total-cache/Root_AdminMenu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ò\0Î·Y=­dp²íè¡Q','‰qÁ|:ÆZ5E=ÞÖÞ¡\"NO,ŒUÄðYg;*','',0,'?'),('þº\ZúÙtÅTê‹¹XÐÞr','wp-content/plugins/worker/src/MWP/EventListener/ActionRequest/VerifyNonce.php',0,'^uê4ƒ’@(NÍŸ]ñ','^uê4ƒ’@(NÍŸ]ñ','ë\'ÑJ /‘þXéÔ7ÜØÃ}Y\r`…òæŽW‰Ê','',0,'?'),('þÐÆœqjuÅš‰I','wp-content/plugins/w3-total-cache/ini/apache_conf/mod_expires.conf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¸Õ=ÐôaèþCDSrÆ','ÍÑøžgé8²¼è~ƒ{ý)–@èèÇ5ÏÏ UÊ×>','',0,'?'),('þØ:ÄN– à!Ù“Áœ‚','wp-content/plugins/js_composer/include/templates/editors/partials/post_shortcodes.tpl.php',0,'?ñBÁ¿=ë9Âý‰Xó•A','?ñBÁ¿=ë9Âý‰Xó•A','¨ét)(¨}üúX=˜­ù8Ãe³HöS€á+ý','',0,'?'),('þÜ6@!W¼àIV{Ú³I_','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/PublicAccessType.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','”\"ˆ™ 3×—GJ«\ZB','€‘¨H*.VEG“•F¨$^Ù…Iñ¯F{ôm¶ü>ÉE<','',0,'?'),('þà¢¿w›ñ\'¢6)','wp-includes/rss-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' xrþ6ï2¾\'Œ]Ÿeàl#','ä~^ÉŽf}núÞBhýÞi=F˜\nƒ	¸Ð^é,','',0,'?'),('þêÆöÕNº·9¥{®;','wp-includes/js/mediaelement/wp-mediaelement.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',m;V*HàßTt™Ô~Xû','œ©a„Ô‹RYå“ÛñÖaž­ö³<þn[G{=y3Ê? ','',0,'?'),('þî.ˆ ”Iî\nfqñM9','wp-includes/sodium_compat/src/Core/Poly1305.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!ðiœÑL³V=X+²	v0~','4çÎ-<4®,\"V²È±XÊ˜Ã®ÊhR—	KþFëk¡','',0,'?'),('þðËõYq_[·ç®@›é','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_time_to_leave_24px.svg',0,']˜ãg>p~³ÂËÄÌÜ¼¢v',']˜ãg>p~³ÂËÄÌÜ¼¢v','ÊPó¸,tZ»%¨W½DxW™“@Ow©`Z,/Ž','',0,'?'),('þû\0±é-6(½Ùg>¶ƒ','wp-content/plugins/essential-grid/public/assets/js/jquery.esgbox.min.js',0,'l>6¾0ô†¨‚¸\nµ\']','l>6¾0ô†¨‚¸\nµ\']','%N/o®$¾ÿÐÀŒ[2“Öõ™ˆï:‡øT‡GŸ¸í/_','',0,'?'),('ÿ\0¡¡Å1Êü¯ù%©.é','wp-content/plugins/w3-total-cache/pub/img/overlay/select-arrow.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\ª.t›qŠ#f6m,ÿ',']¥êñjIÌ±Xèïª»ÂYBúgÈÛ‹éE\n¦P','',0,'?'),('ÿÁN~«ÌjÜÞ/s•_','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_style_24px.svg',0,'ªêR$¬ñØÔ¥îœŠ','ªêR$¬ñØÔ¥îœŠ','¶@ôl1TÎzýV–·4Œºÿæ³ÏÌW[›ñ=r‘¾','',0,'?'),('ÿÁ+QG=DÇÅÝ¨«dž','wp-content/plugins/w3-total-cache/w3-total-cache-api.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','£y­}éE~ 5WÕ=î‰û','aç#|¡³B’à®`,ŽÅ§/^×ºuák>¨@p×','',0,'?'),('ÿ(‹~æ?#0÷é•ËÒ¹ó','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_screen_lock_landscape_24px.svg',0,'Ž\"Ÿt×=æ£Yo§Ÿ£Á','Ž\"Ÿt×=æ£Yo§Ÿ£Á','ÜÕ³e!·„}£#°Ý[}òÆ’«Ïßbç+ÑáfÕ÷<','',0,'?'),('ÿ/ñÄ’lù§\nð>c0','wp-content/plugins/w3-total-cache/lib/Minify/Minify/Packer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%æò _SÛ‘Œ-gï','w-ýíáqãXa‘‚½;ÑÃ´}/(_åÉ|½!„','',0,'?'),('ÿ;`º$rçŸËÑ$³ž¦=','wp-content/plugins/wordfence/images/icons/warning128.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pÏGÀI×t*ö“ÆÊNp=','ù¹äÞ*“/‚ØäÈ¾s›øtèAþˆ¸Ò}.b\'\\','',0,'?'),('ÿE58¾ùyªäÔWsÖOºÕ','wp-admin/css/admin-menu.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d¿@OíqG9„ÒÍÝï“â','¬Äó‡1~7rËK´uÁ˜aïÝãw9Ï­I5Á,Âí','',0,'?'),('ÿLÙóêóe5x?e=æˆ&','wp-includes/js/plupload/wp-plupload.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¯¾õì…Œƒ­šu­¹êQŒ','}Jr´;X²ÌZEÌ¬\\Y•?Ÿ“¶F8A´][Q¢Ö','',0,'?'),('ÿQS¾2õ#ÍÃÁ]¸srtÔ','wp-includes/sodium_compat/src/Core/BLAKE2b.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Š ÊÙ9-Ž¨K›ðà9,å','²æ–­8ÕZ¶¡.8ÎøgåªKlÈ2®—&.M„‚OÁ','',0,'?'),('ÿZ€A¥«¯}pkÞOÿ£2','wp-content/plugins/w3-total-cache/inc/popup/cdn_export_file.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÓÛC9FD­]’ß—ßË','‚Ÿl¦Ê.”&zjÄ[ÑÕ§Ÿi¶cSfíªÖüøOP','',0,'?'),('ÿkŒùþÏPP™˜1<Ã','wp-content/plugins/wordfence/crypto/vendor/composer/autoload_files.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','êouÍlçÛ_›4@«¦','6b% \"ÄÊ´sÑJëp3°¿·ç8Ó·ƒSÇ™:ú±ƒ‘','',0,'?'),('ÿlœ¹\n.¸üb‘Ž®’÷','wp-content/plugins/js_composer/include/templates/shortcodes/vc_gallery.php',0,'ùBØÿ Ãœ¸f{u–æ','ùBØÿ Ãœ¸f{u–æ','CFA=DRcc‡_ºPJ	©æÂõÔ¦5i4ù}Ó W,','',0,'?'),('ÿpÜs\03	ÐÈc(•¬','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/BlobServiceOptions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','—sŸÛ›I‚,Í8_äo.Û','%ßüúñê+Z¡_±¢Ò·õ7¸Þ’WÉÊÖÚ!^½¸','',0,'?'),('ÿƒ$ƒÞ%u=¹¾ø1“U','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/BufferStream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ê‰¼ùˆÈäÑ:9Õþ»˜S1','Î§Žàåá¢\'\'ÏJBV…á•–°yÚÀëVM°dÉ','',0,'?'),('ÿ‡·ÖM~ë^xù¼;‡ð','wp-content/plugins/wordfence/lib/unknownFiles.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nöè½âœšo\"*œ §b','pÝ}\'5ËÎHZ%¿[*åÇ:^•^±®¸þ¬å‚þÕi','',0,'?'),('ÿ5¥s‘÷«ÏžMõµq','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_bluetooth_disabled_24px.svg',0,'3L1Šy‘#BFÔ\n„öaü','3L1Šy‘#BFÔ\n„öaü','cøóèX†Æ,.1X-\0Ðß“ø?f¢ñò1ær','',0,'?'),('ÿ˜gCU^ƒËPDŠÌ„å','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_book_24px.svg',0,';ªžCYµó;hùP',';ªžCYµó;hùP','²‡˜ü\ZÈq27:œók“½~¨cL:„m‹ô','',0,'?'),('ÿ’ÝjŠÈ¿¿!”—´§•Âf','wp-content/plugins/js_composer/assets/fonts/vc_grid/vc_grid_v1.svg',0,'¼O(‘øÕ†$ú´V\'Î|ÙF','¼O(‘øÕ†$ú´V\'Î|ÙF','é*ù•TOÍìxíUèi·Ôò_\06Uo´†t±—¢ê','',0,'?'),('ÿ“HF)\\çÁ,‘bôý','wp-includes/js/jquery/ui/controlgroup.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/ÙmU¿ÔK\ZNP†*{','(•\Z„V]MgZ•\ZR¹Ë†FÒÌ„{¢˜(‡“ÀY2]','',0,'?'),('ÿ—~%B—\0ƒz˜îõ?o','wp-includes/IXR/class-IXR-message.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÚJ£/ãzÄ*ùzÍ·ù;','lG\'áír5¹Ñï›+¸Ì”MhÊShq>ëâ­	\0Ï¦','',0,'?'),('ÿ¨a5[4ü5¼MepC','wp-includes/js/jquery/ui/effect-bounce.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¬±k¿&É@«îÚ§rZ','è%MÇ†P€ÅË§»í™3d(q¢áõrð)iÜxŽ>º','',0,'?'),('ÿªü©éÔ;»Ú?\"`l ','wp-content/plugins/w3-total-cache/inc/options/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÔŒÙ\0²é€	˜ìøB~','ã°ÄB˜üšûôÈ™o¹$\'®Aäd›“L¤•™xR¸U','',0,'?'),('ÿµS©CRCþül¸Å','wp-admin/css/colors/sunrise/colors.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V’‡\ZŠzî	hÝù’=ì','ýâ¯Q_nŸ‰97ÊL2„ó$¢îy:jàSÑ…‡ ÎÅÁ','',0,'?'),('ÿ¼Ê¿|·¾úŠ2Öú','wp-content/plugins/w3-total-cache/pub/img/w3tc_newrelic-logo-retina.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a*ÜûŽÆ\ZÐ¸0Á+hËa','•wÿóö‘Ç”t­˜¾$4Ï¤d¤MÃç„¨KÇ>','',0,'?'),('ÿÄêkµËiîÐ.¼¥¸\\¥“','wp-includes/images/smilies/icon_neutral.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ØæVM3HU1!á˜v','ž¤ëOis8\0ù|zó÷6Ç]e¨™@Yˆm49','',0,'?'),('ÿÚÂ©6þõ<×Õ\09ZiR','wp-includes/js/jquery/ui/effect-fade.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','úrs£J¯Ï7O,ìæÿ','O#W¥V}®È+<š¨ÔšöíÏ¬>!éèëøÜ','',0,'?'),('ÿÛï@~}c‡„ØQÝ\'ƒ¿J','wp-content/plugins/wordfence/modules/login-security/views/common/modal-prompt.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‚†%âý9ôá;%†òmM6Z','6ù-Ì2žXjÝ’[ÈlªãÃ†LïŒ°	\'8FJ','',0,'?'),('ÿá=ã8ºz(ýs0gùp‡_','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_navigation_24px.svg',0,'Ê2cÀLåiÑ\rÄ­#`+','Ê2cÀLåiÑ\rÄ­#`+','¿É”¿¼eV%Ä_µX“\"C“w˜è¡¢ö¤iÑ0–','',0,'?'),('ÿê¹Ý›¥E…^RÄtài','wp-content/plugins/w3-total-cache/lib/Google/Verifier/Pem.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','•0I9<ªk”%3ð','É.ì\ZNd0£ôð­#6wZp§[D†“~î*','',0,'?'),('ÿõc\Z”ŒÍ.\'%J>[Ê²@','wp-content/plugins/testimonials-showcase/includes/class-widget.php',0,'*TÉ~_Y6#Ù¯÷=j\n','*TÉ~_Y6#Ù¯÷=j\n','©_ý“ì!Á@l¼-¸¶W(®Ò™ëR0•zÂ–^è¤','',0,'?'),('ÿ÷¥üAÀ}Øçpp¢“ê','wp-content/plugins/w3-total-cache/UserExperience_GeneralPage_View.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2Á~\Z]MÈýNéÑ4ºI»','æJ^¤’–}ílâAµ\ZdÝ¾ñ¨—¿‰DxyšÊ6R','',0,'?');
/*!40000 ALTER TABLE `wp3l_wffilemods` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp3l_wfhits`
--

DROP TABLE IF EXISTS `wp3l_wfhits`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp3l_wfhits` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `attackLogTime` double(17,6) unsigned NOT NULL,
  `ctime` double(17,6) unsigned NOT NULL,
  `IP` binary(16) DEFAULT NULL,
  `jsRun` tinyint(4) DEFAULT 0,
  `statusCode` int(11) NOT NULL DEFAULT 200,
  `isGoogle` tinyint(4) NOT NULL,
  `userID` int(10) unsigned NOT NULL,
  `newVisit` tinyint(3) unsigned NOT NULL,
  `URL` text DEFAULT NULL,
  `referer` text DEFAULT NULL,
  `UA` text DEFAULT NULL,
  `action` varchar(64) NOT NULL DEFAULT '',
  `actionDescription` text DEFAULT NULL,
  `actionData` text DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `k1` (`ctime`),
  KEY `k2` (`IP`,`ctime`),
  KEY `attackLogTime` (`attackLogTime`)
) ENGINE=MyISAM AUTO_INCREMENT=48134 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp3l_wfhits`
--

LOCK TABLES `wp3l_wfhits` WRITE;
/*!40000 ALTER TABLE `wp3l_wfhits` DISABLE KEYS */;
INSERT INTO `wp3l_wfhits` VALUES (46146,1610684699.676785,1610684699.585900,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46147,1610684698.499256,1610684698.297300,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46148,1610684820.680027,1610684820.473200,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46149,1610684819.407197,1610684819.216800,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46150,1610684759.531383,1610684759.326800,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46151,1610684758.255533,1610684758.051500,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46152,1610684881.478737,1610684881.391200,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46153,1610684880.339325,1610684880.239500,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46154,0.000000,1610684941.498602,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','loginFailValidUsername',NULL,NULL),(46155,0.000000,1610685003.763523,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(46156,1610685064.596163,1610685064.457400,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46157,1610685063.327715,1610685063.123700,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46158,1610685005.479309,1610685005.280800,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46159,1610685186.351159,1610685186.255400,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46160,1610685185.237741,1610685185.146200,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46161,1610685125.387150,1610685125.196400,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46162,1610685124.140806,1610685124.053100,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46163,1610685308.762522,1610685308.553600,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46164,1610685307.475568,1610685307.264100,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46165,1610685247.297735,1610685247.211200,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46166,1610685246.149287,1610685245.983500,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46167,1610685430.498881,1610685430.296600,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46168,1610685429.151055,1610685429.065100,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46169,1610685369.392684,1610685369.196700,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46170,1610685368.163719,1610685367.962000,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46171,1610685553.201309,1610685552.991000,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46172,1610685551.425919,1610685551.213300,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46173,1610685492.124490,1610685492.020900,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46174,1610685490.909009,1610685490.696700,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46175,0.000000,1610685614.009622,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(46176,1610685616.593164,1610685616.392200,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46177,1610685675.562633,1610685675.366000,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46178,1610685674.287473,1610685674.077500,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46179,1610685800.102079,1610685799.893600,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46180,1610685798.309718,1610685798.094700,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46181,1610685736.539171,1610685736.329100,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46182,1610685735.274991,1610685735.070300,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46183,1610685920.995829,1610685920.790200,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46184,1610685919.733790,1610685919.537700,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46185,1610685860.529469,1610685860.323600,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46186,1610685858.507163,1610685858.299500,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46187,1610685981.701887,1610685981.611700,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46188,1610685980.555612,1610685980.350400,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46189,1610686042.356621,1610686042.271700,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46190,1610686041.157804,1610686041.062600,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46191,1610686164.650140,1610686164.452300,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46192,1610686163.395871,1610686163.181600,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46193,1610686107.478516,1610686107.359200,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46194,1610686105.882378,1610686105.713500,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46195,0.000000,1610686224.329394,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','loginFailValidUsername',NULL,NULL),(46196,0.000000,1610686410.208216,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','loginFailValidUsername',NULL,NULL),(46197,0.000000,1610686533.116341,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(46198,1610686535.393369,1610686535.310500,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46199,1610686596.984879,1610686596.807100,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46200,1610686595.761477,1610686595.552400,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46201,0.000000,1610686631.035743,'\0\0\0\0\0\0\0\0\0\0ÿÿ[êÃ{',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 11; SM-A205U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Mobile Safari/537.36','loginFailValidUsername',NULL,NULL),(46202,1610686658.661859,1610686658.573700,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46203,1610686656.641167,1610686656.426000,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46204,1610686718.331548,1610686718.240900,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46205,1610686717.182241,1610686716.984200,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46206,1610686783.008244,1610686782.810500,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46207,1610686781.769086,1610686781.548300,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46208,1610686965.538915,1610686965.341000,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46209,1610686964.297291,1610686964.095000,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46210,1610686904.368373,1610686904.185200,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46211,1610686903.163344,1610686902.973600,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46212,1610686845.939600,1610686845.846700,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46213,1610686845.934358,1610686845.825700,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46214,1610686845.932456,1610686845.836100,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46215,1610686844.781419,1610686844.587600,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46216,1610686844.780673,1610686844.585800,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46217,1610686844.777631,1610686844.582900,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46218,1610687026.425861,1610687026.224700,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46219,1610687025.136464,1610687025.049200,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46220,1610687087.678946,1610687087.475800,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46221,1610687086.394835,1610687086.190300,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46222,0.000000,1610687147.207193,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','loginFailValidUsername',NULL,NULL),(46223,0.000000,1610687269.209291,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(46224,1610687273.420925,1610687273.333700,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46225,1610687392.261153,1610687392.176800,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46226,1610687391.139795,1610687391.050300,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46227,1610687331.508686,1610687331.356400,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46228,1610687330.329247,1610687330.122600,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46229,1610687514.909719,1610687514.716900,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46230,1610687513.291249,1610687513.096100,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46231,1610687453.600334,1610687453.404300,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46232,1610687453.551382,1610687453.346300,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46233,1610687452.353571,1610687452.145300,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46234,1610687452.328327,1610687452.137600,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46235,1610687575.546650,1610687575.359700,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46236,1610687574.213786,1610687574.121900,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46237,1610687636.754298,1610687636.666400,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46238,1610687635.421721,1610687635.332100,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46239,1610687758.674199,1610687758.498100,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46240,1610687757.430573,1610687757.227700,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46241,1610687697.642799,1610687697.455300,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46242,1610687696.383010,1610687696.169000,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46243,1610687819.990032,1610687819.784600,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46244,1610687818.669665,1610687818.467200,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46245,0.000000,1610687879.416645,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','loginFailValidUsername',NULL,NULL),(46246,0.000000,1610687940.310089,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','loginFailValidUsername',NULL,NULL),(46247,0.000000,1610688001.395260,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','loginFailValidUsername',NULL,NULL),(46248,0.000000,1610688062.195093,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','loginFailValidUsername',NULL,NULL),(46249,0.000000,1610688123.276737,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','loginFailValidUsername',NULL,NULL),(46250,0.000000,1610688184.376278,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','loginFailValidUsername',NULL,NULL),(46251,0.000000,1610688245.237035,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(46252,1610688307.804504,1610688307.598900,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46253,1610688306.492212,1610688306.277000,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46254,1610688247.162340,1610688246.953400,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46255,1610688551.460333,1610688551.251800,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46256,1610688550.209234,1610688549.993500,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46257,1610688490.823979,1610688490.618800,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46258,1610688489.572676,1610688489.359400,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46259,1610688429.462880,1610688429.269700,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46260,1610688428.201979,1610688428.003000,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46261,1610688368.850639,1610688368.644000,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46262,1610688367.496130,1610688367.291600,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46263,1610688612.570229,1610688612.377500,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46264,1610688611.254184,1610688611.048500,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46265,1610688734.399803,1610688734.196900,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46266,1610688733.167440,1610688733.074300,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46267,1610688677.095028,1610688676.886300,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46268,1610688675.841819,1610688675.644300,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46269,1610688795.776058,1610688795.579100,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46270,1610688794.529544,1610688794.326000,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46271,0.000000,1610688855.296457,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','loginFailValidUsername',NULL,NULL),(46272,0.000000,1610688916.750244,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','loginFailValidUsername',NULL,NULL),(46273,0.000000,1610688977.255665,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','loginFailValidUsername',NULL,NULL),(46274,0.000000,1610689038.462373,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','loginFailValidUsername',NULL,NULL),(46275,0.000000,1610689105.610976,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','loginFailValidUsername',NULL,NULL),(46276,0.000000,1610689166.396341,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','loginFailValidUsername',NULL,NULL),(46277,0.000000,1610689227.411373,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'',NULL),(46278,1610689289.582004,1610689289.392800,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46279,1610689288.346618,1610689288.135200,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46280,1610689238.880683,1610689238.789500,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46281,1610689350.715076,1610689350.515600,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46282,1610689349.427762,1610689349.217400,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46283,0.000000,1610689356.550204,'\0\0\0\0\0\0\0\0\0\0ÿÿ¢×',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 11; LM-X420) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Mobile Safari/537.36','loginFailInvalidUsername',NULL,NULL),(46284,1610689482.928623,1610689482.724400,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46285,1610689481.667274,1610689481.457800,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46286,1610689411.455774,1610689411.363300,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46287,1610689410.289526,1610689410.199500,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46288,1610689605.249640,1610689605.041700,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46289,1610689603.981591,1610689603.771900,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46290,1610689549.656571,1610689549.458900,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46291,1610689547.675282,1610689547.462500,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46292,1610690642.103535,1610690641.898900,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46293,1610690640.857612,1610690640.655500,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46294,1610690580.324642,1610690580.238100,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46295,1610690579.218100,1610690579.003300,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46296,1610690519.864656,1610690519.662100,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46297,1610690518.605931,1610690518.390700,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46298,1610690458.507771,1610690458.311400,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46299,1610690457.240494,1610690457.046100,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46300,1610690397.792920,1610690397.578500,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46301,1610690396.526877,1610690396.312400,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46302,1610690336.474445,1610690336.263900,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46303,1610690335.226428,1610690335.012400,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46304,1610690276.028502,1610690275.942800,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46305,1610690274.842192,1610690274.637200,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46306,1610690214.662417,1610690214.455000,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46307,1610690213.348616,1610690213.146900,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46308,1610690153.518281,1610690153.313600,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46309,1610690152.240708,1610690152.029900,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46310,1610690092.436764,1610690092.225900,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46311,1610690091.151357,1610690091.060600,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46312,1610690031.669924,1610690031.459300,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46313,1610690030.370895,1610690030.158000,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46314,1610689970.596329,1610689970.386500,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46315,1610689969.338112,1610689969.135600,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46316,1610689910.598367,1610689910.402400,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46317,1610689909.367461,1610689909.150900,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46318,1610689848.531006,1610689848.322100,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46319,1610689847.282736,1610689847.071300,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46320,1610689787.418197,1610689787.305100,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46321,1610689786.266183,1610689786.179600,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46322,1610689726.584068,1610689726.378100,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46323,1610689725.339316,1610689725.170100,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46324,1610689665.578828,1610689665.385000,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46325,1610689664.349355,1610689664.118700,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46326,1610690825.024138,1610690824.823100,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46327,1610690823.754912,1610690823.540500,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46328,1610690769.719706,1610690769.517100,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46329,1610690763.862839,1610690763.647300,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46330,1610690702.589111,1610690702.498900,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46331,1610690701.438792,1610690701.244600,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46332,1610690947.715187,1610690947.506900,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46333,1610690946.469136,1610690946.253600,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46334,1610690886.532795,1610690886.374300,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46335,1610690885.287274,1610690885.075400,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46336,1610691008.742421,1610691008.541400,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46337,1610691007.294363,1610691007.093200,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46338,1610691069.453499,1610691069.360800,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46339,1610691068.320793,1610691068.233200,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46340,1610691130.502787,1610691130.416500,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46341,1610691129.375093,1610691129.282100,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46342,1610691253.331507,1610691253.132600,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46343,1610691251.495116,1610691251.280400,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46344,1610691191.664601,1610691191.454300,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46345,1610691190.253652,1610691190.045400,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46346,1610691496.753112,1610691496.571300,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46347,1610691495.320543,1610691495.108800,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46348,1610691436.429519,1610691436.344700,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46349,1610691435.139675,1610691434.936600,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46350,1610691375.907862,1610691375.700100,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46351,1610691373.583912,1610691373.348200,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46352,1610691313.482335,1610691313.275800,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46353,1610691312.200934,1610691312.105200,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46354,1610691680.206479,1610691679.996400,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46355,1610691678.266925,1610691678.180500,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46356,1610691618.516995,1610691618.389000,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46357,1610691617.358643,1610691617.171000,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46358,1610691557.657490,1610691557.459500,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46359,1610691556.402879,1610691556.199200,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46360,1610691740.572283,1610691740.491800,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46361,1610691739.315047,1610691739.155700,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46362,1610691984.510210,1610691984.419300,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46363,1610691983.273184,1610691983.182100,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46364,1610691924.151658,1610691924.061800,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46365,1610691922.749120,1610691922.549500,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46366,1610691862.684508,1610691862.491100,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46367,1610691861.403394,1610691861.206100,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46368,1610691801.676784,1610691801.481400,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46369,1610691800.408129,1610691800.194000,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46370,1610692106.796071,1610692106.709900,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46371,1610692105.662194,1610692105.536800,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46372,1610692045.634655,1610692045.535200,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46373,1610692044.495249,1610692044.284200,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46374,1610692472.805745,1610692472.599500,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46375,1610692471.546122,1610692471.331100,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46376,1610692411.658540,1610692411.537300,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46377,1610692410.450963,1610692410.360100,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46378,1610692350.918781,1610692350.720800,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46379,1610692349.656351,1610692349.445900,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46380,1610692289.356351,1610692289.261000,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46381,1610692288.210996,1610692288.122100,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46382,1610692230.001915,1610692229.914500,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46383,1610692227.446467,1610692227.354900,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46384,1610692167.483283,1610692167.397700,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46385,1610692166.211603,1610692166.119800,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46386,0.000000,1610692513.481332,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹Ž\ZÃ',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php','','Mozilla/5.0 (Linux; Android 8.0.0; FIG-LX3 Build/HUAWEIFIG-LX3; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/69.0.3497.100 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/193.0.0.45.101;]','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(46387,1610692533.535438,1610692533.347500,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46388,1610692532.310247,1610692532.092200,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46389,1610692655.415581,1610692655.217800,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46390,1610692654.129058,1610692654.033100,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46391,1610692594.781680,1610692594.595700,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46392,1610692593.356888,1610692593.141500,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46393,0.000000,1610692711.907498,'\0\0\0\0\0\0\0\0\0\0ÿÿÀ¹²',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (iPhone; CPU iPhone OS 14_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0 Mobile/15E148 Safari/604.1','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(46394,1610692717.522042,1610692717.336600,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46395,1610692715.989300,1610692715.902300,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46396,1610692838.788112,1610692838.585100,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46397,1610692837.389770,1610692837.166200,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46398,1610692777.812155,1610692777.729700,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46399,1610692776.662960,1610692776.541700,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46400,1610692960.741128,1610692960.539800,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46401,1610692959.458225,1610692959.248200,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46402,1610692899.868291,1610692899.671700,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46403,1610692898.619845,1610692898.417600,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46404,1610693082.910839,1610693082.702500,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46405,1610693081.578526,1610693081.378000,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46406,1610693021.468052,1610693021.281300,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46407,1610693020.200441,1610693020.105200,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46408,1610693143.544370,1610693143.365400,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46409,1610693142.240983,1610693142.106400,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46410,0.000000,1610693163.844752,'\0\0\0\0\0\0\0\0\0\0ÿÿY.nã',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 11; LM-X420) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Mobile Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(46411,1610693204.411868,1610693204.216100,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46412,1610693203.166582,1610693203.077100,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46413,1610693326.523355,1610693326.436300,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46414,1610693325.395355,1610693325.195100,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46415,1610693265.993666,1610693265.907500,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46416,1610693264.771170,1610693264.679800,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46417,1610693814.428236,1610693814.345300,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46418,1610693813.294447,1610693813.092800,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46419,1610693753.554787,1610693753.347200,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46420,1610693752.283665,1610693752.193700,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46421,1610693692.549185,1610693692.460100,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46422,1610693691.332490,1610693691.234500,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46423,1610693631.513489,1610693631.426800,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46424,1610693630.343418,1610693630.182700,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46425,1610693570.797066,1610693570.589500,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46426,1610693569.439740,1610693569.224400,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46427,1610693509.983254,1610693509.889700,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46428,1610693508.864039,1610693508.759400,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46429,1610693450.695472,1610693450.491600,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46430,1610693449.404349,1610693449.200200,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46431,1610693387.773108,1610693387.565200,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46432,1610693386.535532,1610693386.335100,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46433,1610694365.311529,1610694365.105900,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46434,1610694363.558588,1610694363.343900,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46435,1610694302.616023,1610694302.431500,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46436,1610694301.329991,1610694301.105600,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46437,1610694241.848306,1610694241.642500,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46438,1610694240.529537,1610694240.308100,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46439,1610694180.846411,1610694180.650100,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46440,1610694179.506754,1610694179.291400,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46441,1610694119.445883,1610694119.250600,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46442,1610694118.192101,1610694118.094900,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46443,1610694061.563129,1610694061.349200,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46444,1610694057.357025,1610694057.266900,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46445,1610693997.584141,1610693997.479800,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46446,1610693996.437941,1610693996.340400,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46447,1610693936.804068,1610693936.605300,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46448,1610693935.482797,1610693935.268200,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46449,1610693875.553260,1610693875.355200,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46450,1610693874.290883,1610693874.091700,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46451,1610694424.749182,1610694424.549400,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46452,1610694423.446565,1610694423.242600,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46453,1610694485.614348,1610694485.418700,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46454,1610694484.314940,1610694484.116300,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46455,1610694546.619120,1610694546.417800,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46456,1610694545.363323,1610694545.165300,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46457,1610694730.437159,1610694730.352300,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46458,1610694728.523284,1610694728.320800,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46459,1610694668.970174,1610694668.883800,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46460,1610694667.768412,1610694667.568600,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46461,1610694608.017833,1610694607.834700,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46462,1610694606.324116,1610694606.127600,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46463,1610694790.429094,1610694790.239800,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46464,1610694789.173194,1610694789.087500,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46465,1610694913.541343,1610694913.334500,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46466,1610694912.240378,1610694912.025800,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46467,1610694851.599527,1610694851.391200,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46468,1610694850.337470,1610694850.125200,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46469,1610695156.382435,1610695156.293800,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46470,1610695155.211485,1610695155.103800,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46471,1610695095.952521,1610695095.745600,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46472,1610695094.562452,1610695094.345200,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46473,1610695035.015247,1610695034.807900,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46474,1610695033.714227,1610695033.500900,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46475,1610694973.746828,1610694973.556800,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46476,1610694972.521910,1610694972.309700,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46477,1610695278.956393,1610695278.750900,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46478,1610695277.644349,1610695277.431800,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46479,1610695217.648830,1610695217.568100,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46480,1610695216.442600,1610695216.354300,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46481,1610695400.950890,1610695400.741600,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46482,1610695399.679371,1610695399.540300,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46483,1610695339.583403,1610695339.387900,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46484,1610695338.337836,1610695338.141200,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46485,1610695522.769982,1610695522.560900,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46486,1610695521.393182,1610695521.176000,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46487,1610695461.526366,1610695461.439700,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46488,1610695460.333214,1610695460.125300,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46489,1610695583.727763,1610695583.535400,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46490,1610695582.480183,1610695582.268000,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46491,1610695644.554695,1610695644.348000,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46492,1610695643.298714,1610695643.106900,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46493,1610695766.633654,1610695766.437300,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46494,1610695765.282165,1610695765.093900,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46495,1610695705.798989,1610695705.606100,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46496,1610695704.541012,1610695704.336400,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46497,1610695888.693770,1610695888.487500,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46498,1610695887.442935,1610695887.225300,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46499,1610695827.669690,1610695827.578700,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46500,1610695826.530629,1610695826.329300,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46501,1610696075.380890,1610696075.170100,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46502,1610696074.107719,1610696073.894400,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46503,1610696011.349115,1610696011.146900,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46504,1610696010.008303,1610696009.793700,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46505,1610695949.854387,1610695949.738500,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46506,1610695948.646942,1610695948.420100,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46507,1610696132.597975,1610696132.390500,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46508,1610696131.316739,1610696131.123300,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46509,1610696254.800473,1610696254.593700,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46510,1610696253.502270,1610696253.290300,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46511,1610696193.622452,1610696193.428700,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46512,1610696192.312755,1610696192.109400,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46513,0.000000,1610696290.753542,'\0\0\0\0\0\0\0\0\0\0ÿÿ[êÃ¶',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 11; SM-G960U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Mobile Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(46514,1610696315.544720,1610696315.341000,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46515,1610696314.318653,1610696314.103700,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46516,1610696376.569573,1610696376.371400,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46517,1610696375.325048,1610696375.235200,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'ruthsnutrition\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46518,0.000000,1610698949.531756,'\0\0\0\0\0\0\0\0\0\0ÿÿÆGî',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(46519,0.000000,1610698949.596888,'\0\0\0\0\0\0\0\0\0\0ÿÿÆGî',0,503,0,0,0,'https://RUTHSNUTRITION.COM/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(46520,0.000000,1610698976.496860,'\0\0\0\0\0\0\0\0\0\0ÿÿ¸¨.Û',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36','loginFailValidUsername',NULL,NULL),(46521,0.000000,1610698976.468149,'\0\0\0\0\0\0\0\0\0\0ÿÿ¸¨.Û',0,200,0,0,0,'https://RUTHSNUTRITION.COM/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(46522,0.000000,1610699015.323885,'\0\0\0\0\0\0\0\0\0\0ÿÿ ™š',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(46523,0.000000,1610699015.322982,'\0\0\0\0\0\0\0\0\0\0ÿÿ ™š',0,503,0,0,0,'https://RUTHSNUTRITION.COM/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(46524,0.000000,1610699041.535305,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹ˆÃò',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(46525,0.000000,1610699078.487234,'\0\0\0\0\0\0\0\0\0\0ÿÿ¸¨˜Ô',0,503,0,0,0,'https://RUTHSNUTRITION.COM/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(46526,0.000000,1610699078.633259,'\0\0\0\0\0\0\0\0\0\0ÿÿ¸¨˜Ô',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(46527,0.000000,1610699080.624966,'\0\0\0\0\0\0\0\0\0\0ÿÿÎ½Þ',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(46528,0.000000,1610699080.651813,'\0\0\0\0\0\0\0\0\0\0ÿÿÎ½Þ',0,200,0,0,0,'https://RUTHSNUTRITION.COM/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(46529,0.000000,1610699126.630473,'\0\0\0\0\0\0\0\0\0\0ÿÿÆGð',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (iPhone; CPU iPhone OS 14_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0 Mobile/15E148 Safari/604.1','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(46530,0.000000,1610699164.567217,'\0\0\0\0\0\0\0\0\0\0ÿÿ)N€ƒ',0,200,0,2,0,'https://RUTHSNUTRITION.COM/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36','loginFailValidUsername',NULL,NULL),(46531,0.000000,1610699190.999323,'\0\0\0\0\0\0\0\0\0\0ÿÿ>Ò¹',0,503,0,0,0,'https://RUTHSNUTRITION.COM/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(46532,0.000000,1610699191.011570,'\0\0\0\0\0\0\0\0\0\0ÿÿ>Ò¹',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(46533,0.000000,1610699205.301296,'\0\0\0\0\0\0\0\0\0\0ÿÿhì…M',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(46534,0.000000,1610699205.442183,'\0\0\0\0\0\0\0\0\0\0ÿÿhì…M',0,503,0,0,0,'https://RUTHSNUTRITION.COM/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(46535,0.000000,1610699221.620225,'\0\0\0\0\0\0\0\0\0\0ÿÿ ™š',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(46536,0.000000,1610699221.782264,'\0\0\0\0\0\0\0\0\0\0ÿÿ ™š',0,503,0,0,0,'https://RUTHSNUTRITION.COM/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(46537,0.000000,1610699252.554957,'\0\0\0\0\0\0\0\0\0\0ÿÿ ™™',0,503,0,0,0,'https://RUTHSNUTRITION.COM/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(46538,0.000000,1610699252.663280,'\0\0\0\0\0\0\0\0\0\0ÿÿ ™™',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(46539,0.000000,1610699255.374978,'\0\0\0\0\0\0\0\0\0\0ÿÿR‹¾)',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(46540,0.000000,1610699255.486127,'\0\0\0\0\0\0\0\0\0\0ÿÿR‹¾)',0,200,0,2,0,'https://RUTHSNUTRITION.COM/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36','loginFailValidUsername',NULL,NULL),(46541,0.000000,1610699279.838299,'\0\0\0\0\0\0\0\0\0\0ÿÿ­ÉÄa',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(46542,0.000000,1610699279.995461,'\0\0\0\0\0\0\0\0\0\0ÿÿ­ÉÄa',0,503,0,0,0,'https://RUTHSNUTRITION.COM/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(46543,0.000000,1610699299.696839,'\0\0\0\0\0\0\0\0\0\0ÿÿŸA@',0,200,0,2,0,'https://RUTHSNUTRITION.COM/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36','loginFailValidUsername',NULL,NULL),(46544,0.000000,1610699299.605031,'\0\0\0\0\0\0\0\0\0\0ÿÿŸA@',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(46545,0.000000,1610699303.165444,'\0\0\0\0\0\0\0\0\0\0ÿÿ¸¨.Ê',0,503,0,0,0,'https://RUTHSNUTRITION.COM/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(46546,0.000000,1610699303.268409,'\0\0\0\0\0\0\0\0\0\0ÿÿ¸¨.Ê',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(46547,0.000000,1610699303.675284,'\0\0\0\0\0\0\0\0\0\0ÿÿaJe',0,503,0,0,0,'https://RUTHSNUTRITION.COM/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(46548,0.000000,1610699303.750830,'\0\0\0\0\0\0\0\0\0\0ÿÿaJe',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(46549,0.000000,1610699304.403478,'\0\0\0\0\0\0\0\0\0\0ÿÿ]\\ø',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(46550,0.000000,1610699304.517240,'\0\0\0\0\0\0\0\0\0\0ÿÿ]\\ø',0,200,0,2,0,'https://RUTHSNUTRITION.COM/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36','loginFailValidUsername',NULL,NULL),(46551,0.000000,1610699351.222657,'\0\0\0\0\0\0\0\0\0\0ÿÿ2>Ð‹',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36','loginFailValidUsername',NULL,NULL),(46552,0.000000,1610699351.226170,'\0\0\0\0\0\0\0\0\0\0ÿÿ2>Ð‹',0,200,0,0,0,'https://RUTHSNUTRITION.COM/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(46553,0.000000,1610699400.104888,'\0\0\0\0\0\0\0\0\0\0ÿÿCáä6',0,200,0,0,0,'https://RUTHSNUTRITION.COM/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(46554,0.000000,1610699400.074337,'\0\0\0\0\0\0\0\0\0\0ÿÿCáä6',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(46555,0.000000,1610699414.454510,'\0\0\0\0\0\0\0\0\0\0ÿÿ2>°ñ',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36','loginFailValidUsername',NULL,NULL),(46556,0.000000,1610699414.540052,'\0\0\0\0\0\0\0\0\0\0ÿÿ2>°ñ',0,200,0,2,0,'https://RUTHSNUTRITION.COM/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36','loginFailValidUsername',NULL,NULL),(46557,1610699472.447337,1610699472.257100,'\0\0\0\0\0\0\0\0\0\0ÿÿÆGî',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46558,1610699472.419181,1610699472.206500,'\0\0\0\0\0\0\0\0\0\0ÿÿÆGî',0,503,0,0,0,'https://RUTHSNUTRITION.COM/xmlrpc.php',NULL,'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46559,0.000000,1610699490.501243,'\0\0\0\0\0\0\0\0\0\0ÿÿKgB\Z',0,200,0,0,0,'https://RUTHSNUTRITION.COM/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(46560,0.000000,1610699490.512951,'\0\0\0\0\0\0\0\0\0\0ÿÿKgB\Z',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36','loginFailValidUsername',NULL,NULL),(46561,0.000000,1610699492.219180,'\0\0\0\0\0\0\0\0\0\0ÿÿE &',0,200,0,0,0,'https://RUTHSNUTRITION.COM/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(46562,0.000000,1610699492.316656,'\0\0\0\0\0\0\0\0\0\0ÿÿE &',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36','loginFailValidUsername',NULL,NULL),(46563,0.000000,1610699556.846251,'\0\0\0\0\0\0\0\0\0\0ÿÿ­ÉÄ\\',0,200,0,0,0,'https://RUTHSNUTRITION.COM/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(46565,0.000000,1610699598.494259,'\0\0\0\0\0\0\0\0\0\0ÿÿ ™œˆ',0,503,0,0,0,'https://RUTHSNUTRITION.COM/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(46566,0.000000,1610699629.804003,'\0\0\0\0\0\0\0\0\0\0ÿÿ¸¨˜¨',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(46567,0.000000,1610700532.458430,'\0\0\0\0\0\0\0\0\0\0ÿÿ^åKT',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php','','Mozilla/5.0 (Linux; Android 7.0; SM-G610M Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/70.0.3538.80 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/196.0.0.41.95;]','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(46568,0.000000,1610702535.049667,'\0\0\0\0\0\0\0\0\0\0ÿÿ­þh±',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 11; SM-G960U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Mobile Safari/537.36','loginFailValidUsername',NULL,NULL),(46569,0.000000,1610703118.216246,'\0\0\0\0\0\0\0\0\0\0ÿÿÀ¹R',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 11; SM-A102U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Mobile Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(46570,0.000000,1610704191.201460,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹?',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (iPhone; CPU iPhone OS 14_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/87.0.4280.77 Mobile/15E148 Safari/604.1','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(46571,0.000000,1610704973.500930,'\0\0\0\0\0\0\0\0\0\0ÿÿÐƒ‡',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Android 11; Mobile; LG-M255; rv:84.0) Gecko/84.0 Firefox/84.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(46572,0.000000,1610705850.386888,'\0\0\0\0\0\0\0\0\0\0ÿÿÐqÆg',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 11; SM-N960U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Mobile Safari/537.36','loginFailInvalidUsername',NULL,NULL),(46573,0.000000,1610705990.023382,'\0\0\0\0\0\0\0\0\0\0ÿÿY.k',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (iPhone; CPU iPhone OS 14_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/87.0.4280.77 Mobile/15E148 Safari/604.1','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(46574,0.000000,1610707607.164207,'\0\0\0\0\0\0\0\0\0\0ÿÿ\"S˜\r',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (iPhone; CPU iPhone OS 14_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) FxiOS/30.0 Mobile/15E148 Safari/605.1.15','loginFailValidUsername',NULL,NULL),(46575,0.000000,1610707897.899951,'\0\0\0\0\0\0\0\0\0\0ÿÿç^¢',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(46576,0.000000,1610707902.516189,'\0\0\0\0\0\0\0\0\0\0ÿÿç^¢',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(46577,0.000000,1610707903.616263,'\0\0\0\0\0\0\0\0\0\0ÿÿç^¢',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(46578,0.000000,1610707904.700557,'\0\0\0\0\0\0\0\0\0\0ÿÿç^¢',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(46579,0.000000,1610707906.262186,'\0\0\0\0\0\0\0\0\0\0ÿÿç^¢',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(46580,0.000000,1610707907.457276,'\0\0\0\0\0\0\0\0\0\0ÿÿç^¢',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(46581,0.000000,1610707908.792987,'\0\0\0\0\0\0\0\0\0\0ÿÿç^¢',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(46582,0.000000,1610707910.027022,'\0\0\0\0\0\0\0\0\0\0ÿÿç^¢',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(46583,0.000000,1610707911.305132,'\0\0\0\0\0\0\0\0\0\0ÿÿç^¢',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(46584,0.000000,1610707912.401713,'\0\0\0\0\0\0\0\0\0\0ÿÿç^¢',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(46585,0.000000,1610707913.787922,'\0\0\0\0\0\0\0\0\0\0ÿÿç^¢',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(46586,0.000000,1610707915.048914,'\0\0\0\0\0\0\0\0\0\0ÿÿç^¢',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(46587,0.000000,1610707916.186278,'\0\0\0\0\0\0\0\0\0\0ÿÿç^¢',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(46588,0.000000,1610707917.669684,'\0\0\0\0\0\0\0\0\0\0ÿÿç^¢',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(46589,0.000000,1610707919.017074,'\0\0\0\0\0\0\0\0\0\0ÿÿç^¢',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(46590,0.000000,1610707920.602938,'\0\0\0\0\0\0\0\0\0\0ÿÿç^¢',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(46591,0.000000,1610707921.832849,'\0\0\0\0\0\0\0\0\0\0ÿÿç^¢',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(46592,0.000000,1610707923.178105,'\0\0\0\0\0\0\0\0\0\0ÿÿç^¢',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(46593,0.000000,1610707924.643023,'\0\0\0\0\0\0\0\0\0\0ÿÿç^¢',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'',NULL),(46594,1610707998.668381,1610707998.466600,'\0\0\0\0\0\0\0\0\0\0ÿÿç^¢',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46595,1610707997.719456,1610707997.636400,'\0\0\0\0\0\0\0\0\0\0ÿÿç^¢',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46596,1610707996.931540,1610707996.727100,'\0\0\0\0\0\0\0\0\0\0ÿÿç^¢',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46597,1610707996.017632,1610707995.825000,'\0\0\0\0\0\0\0\0\0\0ÿÿç^¢',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46598,1610707995.117618,1610707995.029100,'\0\0\0\0\0\0\0\0\0\0ÿÿç^¢',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46599,1610707994.314104,1610707994.154900,'\0\0\0\0\0\0\0\0\0\0ÿÿç^¢',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46600,1610707993.426627,1610707993.227200,'\0\0\0\0\0\0\0\0\0\0ÿÿç^¢',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46601,1610707992.519201,1610707992.356500,'\0\0\0\0\0\0\0\0\0\0ÿÿç^¢',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46602,1610707991.654581,1610707991.560000,'\0\0\0\0\0\0\0\0\0\0ÿÿç^¢',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46603,1610707990.832635,1610707990.672800,'\0\0\0\0\0\0\0\0\0\0ÿÿç^¢',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46604,1610707989.879526,1610707989.793900,'\0\0\0\0\0\0\0\0\0\0ÿÿç^¢',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46605,1610707989.066851,1610707988.862600,'\0\0\0\0\0\0\0\0\0\0ÿÿç^¢',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46606,1610707988.149456,1610707988.062500,'\0\0\0\0\0\0\0\0\0\0ÿÿç^¢',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46607,1610707987.365436,1610707987.153600,'\0\0\0\0\0\0\0\0\0\0ÿÿç^¢',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46608,1610707986.442499,1610707986.359000,'\0\0\0\0\0\0\0\0\0\0ÿÿç^¢',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46609,1610707985.658703,1610707985.481300,'\0\0\0\0\0\0\0\0\0\0ÿÿç^¢',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46610,1610707984.759939,1610707984.549600,'\0\0\0\0\0\0\0\0\0\0ÿÿç^¢',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46611,1610707983.843520,1610707983.751400,'\0\0\0\0\0\0\0\0\0\0ÿÿç^¢',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46612,1610707983.049241,1610707982.878200,'\0\0\0\0\0\0\0\0\0\0ÿÿç^¢',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46613,1610707982.169576,1610707981.982500,'\0\0\0\0\0\0\0\0\0\0ÿÿç^¢',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46614,1610707981.281903,1610707981.187700,'\0\0\0\0\0\0\0\0\0\0ÿÿç^¢',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46615,1610707980.488690,1610707980.397800,'\0\0\0\0\0\0\0\0\0\0ÿÿç^¢',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46616,1610707979.696807,1610707979.604100,'\0\0\0\0\0\0\0\0\0\0ÿÿç^¢',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46617,1610707978.894848,1610707978.710700,'\0\0\0\0\0\0\0\0\0\0ÿÿç^¢',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46618,1610707947.986174,1610707947.794900,'\0\0\0\0\0\0\0\0\0\0ÿÿç^¢',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46619,1610707947.092467,1610707947.006100,'\0\0\0\0\0\0\0\0\0\0ÿÿç^¢',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46620,1610707946.303827,1610707946.189100,'\0\0\0\0\0\0\0\0\0\0ÿÿç^¢',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46621,1610707945.482015,1610707945.381600,'\0\0\0\0\0\0\0\0\0\0ÿÿç^¢',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46622,1610707944.669250,1610707944.500500,'\0\0\0\0\0\0\0\0\0\0ÿÿç^¢',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46623,1610707943.797594,1610707943.621600,'\0\0\0\0\0\0\0\0\0\0ÿÿç^¢',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46624,1610707942.908539,1610707942.715500,'\0\0\0\0\0\0\0\0\0\0ÿÿç^¢',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46625,1610707942.010730,1610707941.920600,'\0\0\0\0\0\0\0\0\0\0ÿÿç^¢',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46626,1610707941.221614,1610707941.015600,'\0\0\0\0\0\0\0\0\0\0ÿÿç^¢',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46627,1610707940.300971,1610707940.214500,'\0\0\0\0\0\0\0\0\0\0ÿÿç^¢',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46628,1610707939.494920,1610707939.303800,'\0\0\0\0\0\0\0\0\0\0ÿÿç^¢',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46629,1610707938.582482,1610707938.445200,'\0\0\0\0\0\0\0\0\0\0ÿÿç^¢',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46630,1610707937.735507,1610707937.571400,'\0\0\0\0\0\0\0\0\0\0ÿÿç^¢',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46631,1610707936.861999,1610707936.686500,'\0\0\0\0\0\0\0\0\0\0ÿÿç^¢',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46632,1610707935.977386,1610707935.778400,'\0\0\0\0\0\0\0\0\0\0ÿÿç^¢',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46633,1610707935.069716,1610707934.918100,'\0\0\0\0\0\0\0\0\0\0ÿÿç^¢',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46634,1610707934.194532,1610707933.991500,'\0\0\0\0\0\0\0\0\0\0ÿÿç^¢',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46635,1610707933.267035,1610707933.078600,'\0\0\0\0\0\0\0\0\0\0ÿÿç^¢',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46636,1610707932.373348,1610707932.287900,'\0\0\0\0\0\0\0\0\0\0ÿÿç^¢',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46637,1610707931.578689,1610707931.381400,'\0\0\0\0\0\0\0\0\0\0ÿÿç^¢',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46638,1610707930.640350,1610707930.476200,'\0\0\0\0\0\0\0\0\0\0ÿÿç^¢',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46639,1610707929.761539,1610707929.610100,'\0\0\0\0\0\0\0\0\0\0ÿÿç^¢',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46640,1610707928.866183,1610707928.669100,'\0\0\0\0\0\0\0\0\0\0ÿÿç^¢',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46641,1610707927.967863,1610707927.880200,'\0\0\0\0\0\0\0\0\0\0ÿÿç^¢',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46642,1610707927.179558,1610707926.992000,'\0\0\0\0\0\0\0\0\0\0ÿÿç^¢',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46643,1610707926.281351,1610707926.077100,'\0\0\0\0\0\0\0\0\0\0ÿÿç^¢',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46644,0.000000,1610708961.731507,'\0\0\0\0\0\0\0\0\0\0ÿÿ²§¬',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php','','Dalvik/2.1.0 (Linux; U; Android 9; SM-N960U Build/PPR1.180610.011)','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(46645,0.000000,1610710102.429545,'\0\0\0\0\0\0\0\0\0\0ÿÿgÓØ‰',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (iPhone; CPU iPhone OS 14_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0 Mobile/15E148 Safari/604.1','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(46646,0.000000,1610712926.208361,'\0\0\0\0\0\0\0\0\0\0ÿÿ2Wãð',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 11; SM-A102U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Mobile Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(46647,0.000000,1610713454.100192,'\0\0\0\0\0\0\0\0\0\0ÿÿY.mo',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Android 11; Mobile; rv:68.0) Gecko/68.0 Firefox/84.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(46648,0.000000,1610713754.377928,'\0\0\0\0\0\0\0\0\0\0ÿÿ#Ñ›Ú',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 11) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Mobile Safari/537.36','loginFailInvalidUsername',NULL,NULL),(46649,0.000000,1610715126.384209,'\0\0\0\0\0\0\0\0\0\0ÿÿ#ÑÖ',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 11; SM-A102U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Mobile Safari/537.36','loginFailValidUsername',NULL,NULL),(46650,0.000000,1610718004.830574,'\0\0\0\0\0\0\0\0\0\0ÿÿO`ÄÅ',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 11; SM-A102U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Mobile Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(46651,0.000000,1610719868.687407,'\0\0\0\0\0\0\0\0\0\0ÿÿl§™Ô',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 11) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Mobile Safari/537.36','loginFailValidUsername',NULL,NULL),(46652,0.000000,1610720850.301976,'\0\0\0\0\0\0\0\0\0\0ÿÿ	î',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Android 11; Mobile; rv:68.0) Gecko/68.0 Firefox/84.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(46653,0.000000,1610723502.130962,'\0\0\0\0\0\0\0\0\0\0ÿÿyÄ½(',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 11; LM-Q720) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Mobile Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(46654,0.000000,1610725323.653191,'\0\0\0\0\0\0\0\0\0\0ÿÿ-˜µÌ',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(46655,0.000000,1610726418.002730,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹7â#',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 11; LM-X420) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Mobile Safari/537.36','loginFailValidUsername',NULL,NULL),(46656,0.000000,1610729971.469366,'\0\0\0\0\0\0\0\0\0\0ÿÿ¢ñ”',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (iPhone; CPU iPhone OS 14_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) FxiOS/30.0 Mobile/15E148 Safari/605.1.15','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(46657,0.000000,1610732316.118972,'\0\0\0\0\0\0\0\0\0\0ÿÿY.nã',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 11; SM-N960U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Mobile Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(46658,0.000000,1610733159.840947,'\0\0\0\0\0\0\0\0\0\0ÿÿ[†¸÷',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 11; SM-G960U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Mobile Safari/537.36','loginFailInvalidUsername',NULL,NULL),(46659,0.000000,1610733671.958110,'\0\0\0\0\0\0\0\0\0\0ÿÿÂnT‰',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; .NET CLR 1.1.4322)','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(46660,0.000000,1610733804.587592,'\0\0\0\0\0\0\0\0\0\0ÿÿ4¼',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(46661,1610733823.490387,1610733823.268500,'\0\0\0\0\0\0\0\0\0\0ÿÿ4¼',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46662,1610733822.665947,1610733822.462000,'\0\0\0\0\0\0\0\0\0\0ÿÿ4¼',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46663,1610733821.860001,1610733821.653600,'\0\0\0\0\0\0\0\0\0\0ÿÿ4¼',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46664,1610733821.050171,1610733820.842400,'\0\0\0\0\0\0\0\0\0\0ÿÿ4¼',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46665,1610733820.228423,1610733820.024000,'\0\0\0\0\0\0\0\0\0\0ÿÿ4¼',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46666,1610733819.420848,1610733819.220600,'\0\0\0\0\0\0\0\0\0\0ÿÿ4¼',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46667,1610733818.613619,1610733818.403600,'\0\0\0\0\0\0\0\0\0\0ÿÿ4¼',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46668,1610733817.797736,1610733817.595700,'\0\0\0\0\0\0\0\0\0\0ÿÿ4¼',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46669,1610733816.997408,1610733816.791600,'\0\0\0\0\0\0\0\0\0\0ÿÿ4¼',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46670,1610733816.191237,1610733815.984600,'\0\0\0\0\0\0\0\0\0\0ÿÿ4¼',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46671,1610733815.385559,1610733815.178000,'\0\0\0\0\0\0\0\0\0\0ÿÿ4¼',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46672,1610733814.566891,1610733814.366300,'\0\0\0\0\0\0\0\0\0\0ÿÿ4¼',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46673,1610733813.768951,1610733813.628000,'\0\0\0\0\0\0\0\0\0\0ÿÿ4¼',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46674,1610733813.029390,1610733812.842600,'\0\0\0\0\0\0\0\0\0\0ÿÿ4¼',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46675,1610733812.239744,1610733812.024400,'\0\0\0\0\0\0\0\0\0\0ÿÿ4¼',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46676,1610733811.425064,1610733811.215900,'\0\0\0\0\0\0\0\0\0\0ÿÿ4¼',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46677,1610733810.608400,1610733810.403300,'\0\0\0\0\0\0\0\0\0\0ÿÿ4¼',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46678,1610733809.785993,1610733809.574500,'\0\0\0\0\0\0\0\0\0\0ÿÿ4¼',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46679,1610733808.973395,1610733808.768400,'\0\0\0\0\0\0\0\0\0\0ÿÿ4¼',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46680,1610733808.162550,1610733807.958200,'\0\0\0\0\0\0\0\0\0\0ÿÿ4¼',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46681,1610733807.350121,1610733807.137200,'\0\0\0\0\0\0\0\0\0\0ÿÿ4¼',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46682,1610733806.531408,1610733806.319900,'\0\0\0\0\0\0\0\0\0\0ÿÿ4¼',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46683,1610733862.793822,1610733862.600000,'\0\0\0\0\0\0\0\0\0\0ÿÿ4¼',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/phpmyadmin/index.php',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3BocG15YWRtaW4vaW5kZXgucGhw\"}'),(46684,1610733861.686220,1610733861.494600,'\0\0\0\0\0\0\0\0\0\0ÿÿ4¼',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/pma/index.php',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3BtYS9pbmRleC5waHA=\"}'),(46685,1610733860.587617,1610733860.394500,'\0\0\0\0\0\0\0\0\0\0ÿÿ4¼',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/phpMyAdmin/index.php',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3BocE15QWRtaW4vaW5kZXgucGhw\"}'),(46686,1610733859.209299,1610733859.003800,'\0\0\0\0\0\0\0\0\0\0ÿÿ4¼',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46687,1610733858.406249,1610733858.210100,'\0\0\0\0\0\0\0\0\0\0ÿÿ4¼',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46688,1610733857.595255,1610733857.502100,'\0\0\0\0\0\0\0\0\0\0ÿÿ4¼',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46689,1610733856.865613,1610733856.710200,'\0\0\0\0\0\0\0\0\0\0ÿÿ4¼',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46690,1610733856.103386,1610733855.899700,'\0\0\0\0\0\0\0\0\0\0ÿÿ4¼',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46691,1610733855.273531,1610733855.068700,'\0\0\0\0\0\0\0\0\0\0ÿÿ4¼',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46692,1610733854.453603,1610733854.237300,'\0\0\0\0\0\0\0\0\0\0ÿÿ4¼',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46693,1610733853.634155,1610733853.430700,'\0\0\0\0\0\0\0\0\0\0ÿÿ4¼',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46694,1610733852.823263,1610733852.622400,'\0\0\0\0\0\0\0\0\0\0ÿÿ4¼',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46695,1610733851.999054,1610733851.789900,'\0\0\0\0\0\0\0\0\0\0ÿÿ4¼',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46696,1610733851.182667,1610733851.088800,'\0\0\0\0\0\0\0\0\0\0ÿÿ4¼',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46697,1610733850.489082,1610733850.356800,'\0\0\0\0\0\0\0\0\0\0ÿÿ4¼',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46698,1610733849.701544,1610733849.615100,'\0\0\0\0\0\0\0\0\0\0ÿÿ4¼',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46699,1610733849.023705,1610733848.931400,'\0\0\0\0\0\0\0\0\0\0ÿÿ4¼',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46700,1610733848.307851,1610733848.101500,'\0\0\0\0\0\0\0\0\0\0ÿÿ4¼',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46701,1610733847.489550,1610733847.361800,'\0\0\0\0\0\0\0\0\0\0ÿÿ4¼',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46702,1610733846.770255,1610733846.690200,'\0\0\0\0\0\0\0\0\0\0ÿÿ4¼',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46703,1610733846.063722,1610733845.854100,'\0\0\0\0\0\0\0\0\0\0ÿÿ4¼',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46704,1610733845.255656,1610733845.152100,'\0\0\0\0\0\0\0\0\0\0ÿÿ4¼',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46705,1610733844.557794,1610733844.470100,'\0\0\0\0\0\0\0\0\0\0ÿÿ4¼',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46706,1610733843.870228,1610733843.649900,'\0\0\0\0\0\0\0\0\0\0ÿÿ4¼',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46707,1610733843.046606,1610733842.955400,'\0\0\0\0\0\0\0\0\0\0ÿÿ4¼',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46708,1610733842.345560,1610733842.253100,'\0\0\0\0\0\0\0\0\0\0ÿÿ4¼',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46709,1610733841.646119,1610733841.451500,'\0\0\0\0\0\0\0\0\0\0ÿÿ4¼',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46710,1610733840.846492,1610733840.640700,'\0\0\0\0\0\0\0\0\0\0ÿÿ4¼',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46711,1610733840.034368,1610733839.945900,'\0\0\0\0\0\0\0\0\0\0ÿÿ4¼',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46712,1610733839.347600,1610733839.253800,'\0\0\0\0\0\0\0\0\0\0ÿÿ4¼',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46713,1610733838.663999,1610733838.575200,'\0\0\0\0\0\0\0\0\0\0ÿÿ4¼',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46714,1610733837.982834,1610733837.894300,'\0\0\0\0\0\0\0\0\0\0ÿÿ4¼',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46715,1610733837.291473,1610733837.204400,'\0\0\0\0\0\0\0\0\0\0ÿÿ4¼',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46716,1610733836.605813,1610733836.514000,'\0\0\0\0\0\0\0\0\0\0ÿÿ4¼',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46717,1610733835.916551,1610733835.826500,'\0\0\0\0\0\0\0\0\0\0ÿÿ4¼',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46718,1610733835.224214,1610733834.961500,'\0\0\0\0\0\0\0\0\0\0ÿÿ4¼',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46719,1610733834.361023,1610733834.153100,'\0\0\0\0\0\0\0\0\0\0ÿÿ4¼',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46720,1610733833.553505,1610733833.362800,'\0\0\0\0\0\0\0\0\0\0ÿÿ4¼',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46721,1610733832.751950,1610733832.576800,'\0\0\0\0\0\0\0\0\0\0ÿÿ4¼',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46722,1610733831.975132,1610733831.773200,'\0\0\0\0\0\0\0\0\0\0ÿÿ4¼',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46723,1610733831.168384,1610733830.962600,'\0\0\0\0\0\0\0\0\0\0ÿÿ4¼',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46724,1610733830.358329,1610733830.158900,'\0\0\0\0\0\0\0\0\0\0ÿÿ4¼',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46725,1610733829.559093,1610733829.356000,'\0\0\0\0\0\0\0\0\0\0ÿÿ4¼',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46726,1610733828.715604,1610733828.520800,'\0\0\0\0\0\0\0\0\0\0ÿÿ4¼',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46727,1610733827.920525,1610733827.832800,'\0\0\0\0\0\0\0\0\0\0ÿÿ4¼',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46728,1610733827.242579,1610733827.155700,'\0\0\0\0\0\0\0\0\0\0ÿÿ4¼',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46729,1610733826.552357,1610733826.380300,'\0\0\0\0\0\0\0\0\0\0ÿÿ4¼',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46730,1610733825.773181,1610733825.584900,'\0\0\0\0\0\0\0\0\0\0ÿÿ4¼',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46731,1610733824.990459,1610733824.900700,'\0\0\0\0\0\0\0\0\0\0ÿÿ4¼',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46732,1610733824.304124,1610733824.106900,'\0\0\0\0\0\0\0\0\0\0ÿÿ4¼',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46733,0.000000,1610735832.924247,'\0\0\0\0\0\0\0\0\0\0ÿÿY.k',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 11; LM-Q720) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Mobile Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(46734,0.000000,1610738552.646437,'\0\0\0\0\0\0\0\0\0\0ÿÿÆGð',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 11; LM-X420) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Mobile Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(46735,0.000000,1610742276.354339,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹õU¬',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php','','Mozilla/5.0 (iPhone; CPU iPhone OS 11_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15F79 Instagram 52.0.0.14.164 (iPhone8,2; iOS 11_4; pt_BR; pt-BR; scale=2.61; gamut=normal; 1080x1920)','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(46736,0.000000,1610742395.606412,'\0\0\0\0\0\0\0\0\0\0ÿÿ[êÂq',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 11; LM-X420) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Mobile Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(46737,0.000000,1610747190.507296,'\0\0\0\0\0\0\0\0\0\0ÿÿÀ¹f',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 11; SM-N960U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Mobile Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(46738,0.000000,1610748970.653887,'\0\0\0\0\0\0\0\0\0\0ÿÿ_€J',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 11; LM-Q710(FGN)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Mobile Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(46739,0.000000,1610749709.084364,'\0\0\0\0\0\0\0\0\0\0ÿÿ¢ñUí',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 11; SM-A205U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Mobile Safari/537.36','loginFailValidUsername',NULL,NULL),(46740,0.000000,1610750505.169343,'\0\0\0\0\0\0\0\0\0\0ÿÿ%xÇü',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php','','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.10) Gecko/20050716 Firefox/1.0.6','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(46741,0.000000,1610751805.832831,'\0\0\0\0\0\0\0\0\0\0ÿÿÊ½µ',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (iPhone; CPU iPhone OS 14_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/87.0.4280.77 Mobile/15E148 Safari/604.1','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(46742,0.000000,1610755691.507443,'\0\0\0\0\0\0\0\0\0\0ÿÿY.jä',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Android 11; Mobile; rv:68.0) Gecko/68.0 Firefox/84.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(46743,0.000000,1610758880.797041,'\0\0\0\0\0\0\0\0\0\0ÿÿÆGç9',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 11; LM-Q710(FGN)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Mobile Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(46744,0.000000,1610763326.837905,'\0\0\0\0\0\0\0\0\0\0ÿÿg;\Z',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 11; SM-N960U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Mobile Safari/537.36','loginFailInvalidUsername',NULL,NULL),(46745,0.000000,1610765671.213706,'\0\0\0\0\0\0\0\0\0\0ÿÿ ™š‘',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 11; LM-Q720) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Mobile Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(46746,0.000000,1610766480.311676,'\0\0\0\0\0\0\0\0\0\0ÿÿ@o~P',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (iPhone; CPU iPhone OS 14_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) FxiOS/30.0 Mobile/15E148 Safari/605.1.15','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(46747,0.000000,1610767574.391024,'\0\0\0\0\0\0\0\0\0\0ÿÿ-ßä',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(46748,0.000000,1610770134.781974,'\0\0\0\0\0\0\0\0\0\0ÿÿÓ/J%',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 11) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Mobile Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(46749,0.000000,1610773739.968821,'\0\0\0\0\0\0\0\0\0\0ÿÿ[êÃ¶',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 11; SM-A102U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Mobile Safari/537.36','loginFailValidUsername',NULL,NULL),(46750,0.000000,1610775680.283302,'\0\0\0\0\0\0\0\0\0\0ÿÿ3že',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php','','Mozilla/5.0 (Linux; Android 6.0.1; SM-J500M Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/55.0.2883.91 Mobile Safari/537.36 Instagram 40.0.0.14.95 Android (23/6.0.1; 320dpi; 720x1280; samsung; SM-J500M; j5lte; qcom; pt_BR; 102221278)','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(46751,0.000000,1610777578.335406,'\0\0\0\0\0\0\0\0\0\0ÿÿY*Úû',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 11; SM-G960U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Mobile Safari/537.36','loginFailInvalidUsername',NULL,NULL),(46752,0.000000,1610778788.132157,'\0\0\0\0\0\0\0\0\0\0ÿÿk½™',0,200,0,0,0,'https://mail.ruthsnutrition.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:55.0) Gecko/20100101 Firefox/55.0','loginFailInvalidUsername',NULL,NULL),(46753,0.000000,1610780892.526429,'\0\0\0\0\0\0\0\0\0\0ÿÿ­ìó–',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 11; LM-Q710(FGN)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Mobile Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(46754,0.000000,1610783640.441375,'\0\0\0\0\0\0\0\0\0\0ÿÿ3&Qm',0,200,0,0,0,'https://mail.ruthsnutrition.com/xmlrpc.php','','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(46755,0.000000,1610783947.927439,'\0\0\0\0\0\0\0\0\0\0ÿÿ>Ò¹',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php','','Mozilla/5.0 (Linux; U; Android 4.3; en-us; SM-N900T Build/JSS15J) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(46756,0.000000,1610784738.460874,'\0\0\0\0\0\0\0\0\0\0ÿÿ”Hè#',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 11; LM-X420) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Mobile Safari/537.36','loginFailInvalidUsername',NULL,NULL),(46757,0.000000,1610788666.630105,'\0\0\0\0\0\0\0\0\0\0ÿÿ+úŒ',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Android 11; Mobile; rv:68.0) Gecko/68.0 Firefox/84.0','loginFailValidUsername',NULL,NULL),(46758,0.000000,1610789847.881323,'\0\0\0\0\0\0\0\0\0\0ÿÿ½q®',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (iPhone; CPU iPhone OS 14_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) FxiOS/30.0 Mobile/15E148 Safari/605.1.15','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(46759,0.000000,1610791415.321652,'\0\0\0\0\0\0\0\0\0\0ÿÿ#Ñj',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 11; SM-N960U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Mobile Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(46760,0.000000,1610792232.527514,'\0\0\0\0\0\0\0\0\0\0ÿÿ-ßä',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php','','Mozilla/5.0 (Windows NT 5.1; rv:40.0) Gecko/20100101 Firefox/40.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(46761,0.000000,1610796535.632596,'\0\0\0\0\0\0\0\0\0\0ÿÿ#Îxa',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 11; LM-Q720) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Mobile Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(46762,0.000000,1610798775.711438,'\0\0\0\0\0\0\0\0\0\0ÿÿ#Õ¹½',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 11; SM-A205U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Mobile Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(46763,0.000000,1610799788.060133,'\0\0\0\0\0\0\0\0\0\0ÿÿÆ9÷û',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 11; SM-A102U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Mobile Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(46764,0.000000,1610800164.122089,'\0\0\0\0\0\0\0\0\0\0ÿÿÂ#é',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(46765,0.000000,1610801302.690937,'\0\0\0\0\0\0\0\0\0\0ÿÿ#Ðô',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (iPhone; CPU iPhone OS 14_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/87.0.4280.77 Mobile/15E148 Safari/604.1','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(46766,0.000000,1610802357.499357,'\0\0\0\0\0\0\0\0\0\0ÿÿY.j‘',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 11; LM-Q720) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Mobile Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(46767,0.000000,1610803491.503620,'\0\0\0\0\0\0\0\0\0\0ÿÿƒHì',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Android 11; Mobile; rv:68.0) Gecko/68.0 Firefox/84.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(46768,0.000000,1610806247.672357,'\0\0\0\0\0\0\0\0\0\0ÿÿ”Hè€',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 11; LM-X420) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Mobile Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(46769,0.000000,1610808711.869769,'\0\0\0\0\0\0\0\0\0\0ÿÿÙŠÏÄ',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php','','Mozilla/5.0 (Linux; Android 7.0; SM-G570M Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/69.0.3497.100 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/192.0.0.34.85;]','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(46770,0.000000,1610809733.197901,'\0\0\0\0\0\0\0\0\0\0ÿÿY.nÞ',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 11) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Mobile Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(46771,0.000000,1610813667.966740,'\0\0\0\0\0\0\0\0\0\0ÿÿÑÍÑ\"',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Android 11; Mobile; rv:68.0) Gecko/68.0 Firefox/84.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(46772,0.000000,1610817773.941736,'\0\0\0\0\0\0\0\0\0\0ÿÿ½™×',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (iPhone; CPU iPhone OS 14_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) FxiOS/30.0 Mobile/15E148 Safari/605.1.15','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(46773,0.000000,1610820901.608196,'\0\0\0\0\0\0\0\0\0\0ÿÿÓé',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Android 11; Mobile; rv:68.0) Gecko/68.0 Firefox/84.0','loginFailValidUsername',NULL,NULL),(46774,0.000000,1610824688.555423,'\0\0\0\0\0\0\0\0\0\0ÿÿ‡”!^',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/68.0.3440.106 Chrome/68.0.3440.106 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(46775,0.000000,1610825762.214283,'\0\0\0\0\0\0\0\0\0\0ÿÿƒHì',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Android 11; Mobile; rv:68.0) Gecko/68.0 Firefox/84.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(46776,0.000000,1610826014.581485,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹](',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(46777,0.000000,1610829449.282264,'\0\0\0\0\0\0\0\0\0\0ÿÿ”û™r',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 11; SM-G960U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Mobile Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(46778,0.000000,1610833968.741584,'\0\0\0\0\0\0\0\0\0\0ÿÿ@o~P',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 11; SM-A205U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Mobile Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(46779,0.000000,1610834318.900447,'\0\0\0\0\0\0\0\0\0\0ÿÿ[Àg\"',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:55.0) Gecko/20100101 Firefox/55.0','loginFailValidUsername',NULL,NULL),(46780,0.000000,1610838807.906602,'\0\0\0\0\0\0\0\0\0\0ÿÿ2WýD',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 11; SM-A102U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Mobile Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(46781,0.000000,1610840039.751885,'\0\0\0\0\0\0\0\0\0\0ÿÿ6D ÷',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/?_wfsf=detectProxy','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_4) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.82 Safari/537.1','scan:detectproxy',NULL,NULL),(46782,0.000000,1610840998.774228,'\0\0\0\0\0\0\0\0\0\0ÿÿÆGì',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (iPhone; CPU iPhone OS 14_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0 Mobile/15E148 Safari/604.1','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(46783,0.000000,1610842581.527350,'\0\0\0\0\0\0\0\0\0\0ÿÿ¢ñJ',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 11; LM-Q710(FGN)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Mobile Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(46784,0.000000,1610845991.893187,'\0\0\0\0\0\0\0\0\0\0ÿÿÀ¹U',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 11; SM-A205U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Mobile Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(46785,0.000000,1610846223.500521,'\0\0\0\0\0\0\0\0\0\0ÿÿ¢Ö¬É',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 11; SM-A102U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Mobile Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(46786,0.000000,1610850704.064419,'\0\0\0\0\0\0\0\0\0\0ÿÿÆGí',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (iPhone; CPU iPhone OS 14_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0 Mobile/15E148 Safari/604.1','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(46787,0.000000,1610854161.606072,'\0\0\0\0\0\0\0\0\0\0ÿÿÆGâ(',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (iPhone; CPU iPhone OS 14_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/87.0.4280.77 Mobile/15E148 Safari/604.1','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(46788,0.000000,1610858968.523309,'\0\0\0\0\0\0\0\0\0\0ÿÿ”Haö',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 11; SM-A205U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Mobile Safari/537.36','loginFailInvalidUsername',NULL,NULL),(46789,0.000000,1610862920.780679,'\0\0\0\0\0\0\0\0\0\0ÿÿ+úŒ+',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (iPhone; CPU iPhone OS 14_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/87.0.4280.77 Mobile/15E148 Safari/604.1','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(46790,0.000000,1610867252.856993,'\0\0\0\0\0\0\0\0\0\0ÿÿ^÷±\n',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 11; SM-N960U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Mobile Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(46791,0.000000,1610871127.858669,'\0\0\0\0\0\0\0\0\0\0ÿÿgÆ0',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (iPhone; CPU iPhone OS 14_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) FxiOS/30.0 Mobile/15E148 Safari/605.1.15','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(46792,0.000000,1610875529.282201,'\0\0\0\0\0\0\0\0\0\0ÿÿÆGñ',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 11; LM-X420) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Mobile Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(46793,0.000000,1610879282.284123,'\0\0\0\0\0\0\0\0\0\0ÿÿ[J±',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 11; LM-Q720) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Mobile Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(46794,0.000000,1610884326.250544,'\0\0\0\0\0\0\0\0\0\0ÿÿÆGí',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Android 11; Mobile; LG-M255; rv:84.0) Gecko/84.0 Firefox/84.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(46795,0.000000,1610888559.227010,'\0\0\0\0\0\0\0\0\0\0ÿÿ]ZÁF',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 11) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Mobile Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(46796,0.000000,1610893699.200968,'\0\0\0\0\0\0\0\0\0\0ÿÿá',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Android 11; Mobile; LG-M255; rv:84.0) Gecko/84.0 Firefox/84.0','loginFailInvalidUsername',NULL,NULL),(46797,0.000000,1610897745.840160,'\0\0\0\0\0\0\0\0\0\0ÿÿY.i¯',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 11; SM-A102U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Mobile Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(46798,0.000000,1610902746.994313,'\0\0\0\0\0\0\0\0\0\0ÿÿ2>°j',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Android 11; Mobile; LG-M255; rv:84.0) Gecko/84.0 Firefox/84.0','loginFailInvalidUsername',NULL,NULL),(46800,0.000000,1610910163.446954,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','loginFailValidUsername',NULL,NULL),(46801,0.000000,1610910164.398862,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','loginFailValidUsername',NULL,NULL),(46802,0.000000,1610910223.482613,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','loginFailValidUsername',NULL,NULL),(46803,0.000000,1610910284.524135,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','loginFailValidUsername',NULL,NULL),(46804,0.000000,1610910467.414061,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','loginFailValidUsername',NULL,NULL),(46805,0.000000,1610910529.999953,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','loginFailValidUsername',NULL,NULL),(46806,0.000000,1610910589.591370,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(46807,1610910775.738987,1610910774.788400,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46808,1610910772.390129,1610910771.085200,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46809,1610910719.433970,1610910718.173400,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46810,1610910712.746167,1610910711.242200,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46811,1610910654.762484,1610910653.871700,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46812,1610910652.215457,1610910651.234400,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46813,1610910594.086527,1610910593.006600,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46814,1610910899.333462,1610910897.683800,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46815,1610910893.991895,1610910892.930900,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46816,1610910836.886682,1610910835.570300,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46817,1610910833.382188,1610910832.101300,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46818,1610911141.321811,1610911139.911200,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46819,1610911137.963015,1610911136.864700,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46820,1610911088.059361,1610911086.462200,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46821,1610911084.265230,1610911082.858800,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46822,1610911084.251834,1610911082.887500,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46823,1610911019.833449,1610911018.454900,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46824,1610911016.399429,1610911015.152100,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46825,1610910958.817080,1610910957.953200,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46826,1610910955.284335,1610910953.874000,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46827,0.000000,1610911259.994344,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','loginFailValidUsername',NULL,NULL),(46828,0.000000,1610911320.889410,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','loginFailValidUsername',NULL,NULL),(46829,0.000000,1610911382.534078,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','loginFailValidUsername',NULL,NULL),(46830,0.000000,1610911443.506622,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(46831,1610911751.809288,1610911750.379700,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46832,1610911748.313707,1610911746.898600,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46833,1610911689.292897,1610911687.857900,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46834,1610911686.733892,1610911685.859400,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46835,1610911628.878335,1610911627.527700,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46836,1610911626.366488,1610911624.986900,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46837,1610911576.349255,1610911574.969200,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46838,1610911506.841587,1610911505.469500,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46839,1610911504.296328,1610911502.866600,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46840,1610911448.747150,1610911447.413700,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46841,1610911932.533032,1610911931.379400,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46842,1610911872.189416,1610911871.283900,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46843,1610911870.022951,1610911868.886500,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46844,1610911811.799153,1610911810.409600,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46845,1610911809.231968,1610911807.883000,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46846,1610911997.375185,1610911996.038600,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46847,1610911994.391200,1610911993.069300,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46848,1610911934.805012,1610911933.916500,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46849,0.000000,1610912053.464240,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','loginFailValidUsername',NULL,NULL),(46850,0.000000,1610912114.284055,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','loginFailValidUsername',NULL,NULL),(46851,0.000000,1610912236.509479,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','loginFailValidUsername',NULL,NULL),(46852,0.000000,1610912298.414392,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','loginFailValidUsername',NULL,NULL),(46853,0.000000,1610912328.598923,'\0\0\0\0\0\0\0\0\0\0ÿÿPXX~',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 11; SM-G960U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Mobile Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(46854,0.000000,1610912419.502203,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(46855,1610912480.269706,1610912478.852300,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46856,1610912422.276951,1610912421.406800,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46857,1610912543.589090,1610912541.910900,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46858,1610912540.804383,1610912539.888600,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46859,1610912482.657265,1610912481.569000,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46860,1610912604.626133,1610912603.522900,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46861,1610912602.238829,1610912600.879800,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46862,0.000000,1610914665.226132,'\0\0\0\0\0\0\0\0\0\0ÿÿ#Öžé',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 11; SM-A102U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Mobile Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(46863,0.000000,1610917128.426025,'\0\0\0\0\0\0\0\0\0\0ÿÿÆGð',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 11; LM-Q710(FGN)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Mobile Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(46864,0.000000,1610919586.762931,'\0\0\0\0\0\0\0\0\0\0ÿÿÐqÆg',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 11; SM-A102U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Mobile Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(46865,0.000000,1610922248.943234,'\0\0\0\0\0\0\0\0\0\0ÿÿ¶ÑB',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Android 11; Mobile; rv:68.0) Gecko/68.0 Firefox/84.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(46866,0.000000,1610924717.686471,'\0\0\0\0\0\0\0\0\0\0ÿÿ ™™”',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 11; SM-N960U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Mobile Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(46867,0.000000,1610927351.722875,'\0\0\0\0\0\0\0\0\0\0ÿÿDAz›',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 11) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Mobile Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(46868,0.000000,1610930335.143226,'\0\0\0\0\0\0\0\0\0\0ÿÿÙŠÀd',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; InfoPath.1; .NET CLR 2.0.50727)','loginFailInvalidUsername',NULL,NULL),(46869,0.000000,1610930439.222540,'\0\0\0\0\0\0\0\0\0\0ÿÿU€Ž%',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 11; SM-A205U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Mobile Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(46870,0.000000,1610938390.267443,'\0\0\0\0\0\0\0\0\0\0ÿÿ[êÃ¶',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 11; SM-G960U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Mobile Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(46871,0.000000,1610939150.157272,'\0\0\0\0\0\0\0\0\0\0ÿÿ[Hp',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Android 11; Mobile; rv:68.0) Gecko/68.0 Firefox/84.0','loginFailInvalidUsername',NULL,NULL),(46872,0.000000,1610941615.801111,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹Üe',0,200,0,0,0,'https://mail.ruthsnutrition.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36 OPR/55.0.2994.61','loginFailInvalidUsername',NULL,NULL),(46873,0.000000,1610942844.163202,'\0\0\0\0\0\0\0\0\0\0ÿÿ ™™”',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 11; LM-Q710(FGN)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Mobile Safari/537.36','loginFailInvalidUsername',NULL,NULL),(46874,0.000000,1610944171.249316,'\0\0\0\0\0\0\0\0\0\0ÿÿÕ¥ÿ',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(46875,0.000000,1610946467.780565,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','loginFailValidUsername',NULL,NULL),(46876,0.000000,1610946573.763605,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','loginFailValidUsername',NULL,NULL),(46877,0.000000,1610946638.750520,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','loginFailValidUsername',NULL,NULL),(46878,0.000000,1610946698.431701,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','loginFailValidUsername',NULL,NULL),(46879,0.000000,1610946821.046116,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(46880,1610946884.869396,1610946883.052000,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46881,1610946881.981944,1610946880.079200,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46882,1610946824.633943,1610946822.785000,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46883,1610946944.612388,1610946943.289500,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46884,1610946942.184500,1610946941.030100,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46885,0.000000,1610946963.319361,'\0\0\0\0\0\0\0\0\0\0ÿÿE£áp',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 11; SM-N960U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Mobile Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(46886,1610947067.549516,1610947065.634700,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46887,1610947064.552830,1610947063.062300,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46888,1610947005.798875,1610947004.905900,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46889,1610947003.834931,1610947002.112200,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46890,1610947372.085824,1610947370.635600,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46891,1610947369.571325,1610947368.221600,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46892,1610947311.085236,1610947309.591300,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46893,1610947308.528716,1610947307.052600,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46894,1610947250.351962,1610947248.623600,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46895,1610947247.544199,1610947246.136400,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46896,1610947189.034501,1610947187.562600,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46897,1610947186.486207,1610947185.013300,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46898,1610947128.388866,1610947126.588600,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46899,1610947125.523321,1610947124.025500,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46900,0.000000,1610947430.752113,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(46901,0.000000,1610947430.766228,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(46902,1610947555.049622,1610947553.608500,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46903,1610947552.528359,1610947551.054400,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46904,1610947493.503858,1610947492.300200,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46905,1610947491.217366,1610947490.241600,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46906,1610947433.737359,1610947432.526500,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46907,1610947433.724099,1610947432.439700,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46908,1610947677.333287,1610947675.608600,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46909,1610947674.528194,1610947673.044200,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46910,1610947616.091292,1610947614.655700,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46911,1610947613.583634,1610947612.095300,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46912,1610947738.088139,1610947736.634900,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46913,1610947735.545460,1610947734.091200,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46914,0.000000,1610947763.655265,'\0\0\0\0\0\0\0\0\0\0ÿÿÂnT‘',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.186 YaBrowser/18.3.1.1232 Yowser/2.5 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(46915,1610947796.233826,1610947795.074800,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46916,0.000000,1610948041.283117,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','loginFailValidUsername',NULL,NULL),(46917,1610947980.891504,1610947980.007200,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46918,1610947978.925463,1610947978.045900,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46919,1610947920.025068,1610947919.130900,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46920,1610947918.041639,1610947917.152200,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46921,1610947860.069739,1610947858.671100,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46922,1610947857.605539,1610947856.174800,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46923,1610947798.186069,1610947797.299100,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46924,0.000000,1610948101.642885,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(46925,1610948104.681257,1610948103.408900,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46926,1610948164.791550,1610948163.661800,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46927,1610948162.597304,1610948161.146200,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46928,1610948225.035254,1610948224.092700,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46929,1610948223.013997,1610948222.086800,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46930,1610948287.082111,1610948285.711400,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46931,1610948284.634011,1610948283.251000,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46932,1610948348.062115,1610948346.587700,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46933,1610948345.495712,1610948344.025100,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46934,1610948409.107573,1610948407.688000,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46935,1610948409.094221,1610948407.666000,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46936,1610948406.619410,1610948405.234500,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46937,1610948406.598176,1610948405.251600,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46938,1610948530.560483,1610948529.669100,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46939,1610948528.580533,1610948527.140000,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46940,1610948469.705964,1610948468.399900,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46941,1610948467.328302,1610948466.187900,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46942,1610948591.264162,1610948590.036900,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46943,1610948588.975349,1610948588.104900,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46944,1610948652.738230,1610948651.879600,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46945,1610948650.819754,1610948649.051200,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46946,0.000000,1610948711.459799,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(46947,1610948714.621524,1610948713.196200,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46948,1610948957.734108,1610948956.585900,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46949,1610948955.524472,1610948954.038500,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46950,1610948896.034033,1610948895.163400,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46951,1610948894.078111,1610948893.120400,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46952,1610948836.557061,1610948834.606300,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46953,1610948833.539891,1610948832.141400,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46954,1610948775.085209,1610948773.680300,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46955,1610948772.585474,1610948771.167400,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46956,1610949140.584089,1610949139.602200,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46957,1610949138.552859,1610949137.042100,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46958,1610949079.559336,1610949078.044900,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46959,1610949076.969514,1610949076.120600,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46960,1610949018.568752,1610949017.129800,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46961,1610949016.024248,1610949015.149400,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46962,1610949263.743340,1610949261.974600,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46963,1610949260.645123,1610949259.265400,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46964,1610949202.241138,1610949200.995100,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46965,1610949199.916126,1610949199.034700,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46966,0.000000,1610949321.165035,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','loginFailValidUsername',NULL,NULL),(46967,0.000000,1610949382.646855,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','loginFailValidUsername',NULL,NULL),(46968,0.000000,1610949444.026178,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','loginFailValidUsername',NULL,NULL),(46969,0.000000,1610949504.668231,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','loginFailValidUsername',NULL,NULL),(46970,0.000000,1610949626.697987,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(46971,1610949689.509007,1610949688.618400,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46972,1610949687.533355,1610949686.022400,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46973,1610949631.510526,1610949630.029100,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46974,1610949938.665841,1610949937.298900,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46975,1610949936.041663,1610949934.554500,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46976,1610950193.094980,1610950191.673300,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46977,1610950190.600697,1610950189.184300,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46978,1610950132.601385,1610950131.168500,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46979,1610950130.084737,1610950128.602600,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46980,1610950071.706983,1610950070.411700,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46981,1610950069.310286,1610950067.536500,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46982,1610950010.522028,1610950008.999500,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46983,1610950007.941201,1610950006.311400,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46984,0.000000,1610950251.601815,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(46985,0.000000,1610950251.580909,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(46986,1610950376.119381,1610950374.702500,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46987,1610950373.611679,1610950372.194600,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46988,1610950315.234132,1610950313.957800,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46989,1610950312.899566,1610950311.173400,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46990,1610950255.289446,1610950254.413600,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46991,1610950255.267634,1610950254.384000,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46992,1610950680.831432,1610950679.957900,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46993,1610950678.882340,1610950677.265100,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46994,1610950620.222669,1610950618.964200,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46995,1610950617.889291,1610950616.202600,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46996,1610950558.968178,1610950558.113700,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46997,1610950557.027275,1610950555.239800,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(46998,1610950498.120183,1610950496.697000,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(46999,1610950495.599484,1610950494.194200,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47000,1610950437.251446,1610950435.919900,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47001,1610950434.836017,1610950433.164200,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47002,1610950803.651663,1610950801.803700,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47003,1610950800.692029,1610950799.333300,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47004,1610950742.389528,1610950740.716300,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47005,1610950739.640703,1610950738.284500,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47006,0.000000,1610950861.746507,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','loginFailValidUsername',NULL,NULL),(47007,0.000000,1610950922.858319,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','loginFailInvalidUsername',NULL,NULL),(47008,0.000000,1610950983.868163,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47009,1610951169.103902,1610951167.623400,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47010,1610951166.563779,1610951165.168500,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47011,1610951107.634854,1610951106.204300,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47012,1610951105.099185,1610951104.208100,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47013,1610951047.324014,1610951046.117700,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47014,1610951045.049675,1610951043.653900,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47015,1610950989.400977,1610950987.754600,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47016,1610951543.720220,1610951542.445800,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47017,1610951473.074287,1610951472.186900,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47018,1610951471.123106,1610951470.250700,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47019,1610951413.159056,1610951411.813200,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47020,1610951410.698843,1610951409.338400,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47021,1610951352.144741,1610951350.731400,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47022,1610951349.646313,1610951348.240600,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47023,1610951290.089232,1610951289.139200,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47024,1610951288.082495,1610951287.193600,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47025,1610951230.147747,1610951228.751400,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47026,1610951227.674524,1610951226.308500,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47027,0.000000,1610951654.787529,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','loginFailInvalidUsername',NULL,NULL),(47028,0.000000,1610951715.741710,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47029,1610951718.631818,1610951717.728300,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47030,1610951778.706605,1610951777.422800,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47031,1610951778.676998,1610951777.399700,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47032,1610951776.338390,1610951775.165400,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47033,1610951776.338389,1610951775.165500,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47034,0.000000,1610951792.870447,'\0\0\0\0\0\0\0\0\0\0ÿÿY*Úû',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (iPhone; CPU iPhone OS 14_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0 Mobile/15E148 Safari/604.1','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47035,1610952267.233984,1610952265.963300,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47036,1610952264.898359,1610952263.183000,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47037,1610952206.317771,1610952204.751800,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47038,1610952203.685731,1610952202.325600,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47039,1610952145.181040,1610952143.140700,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47040,1610952142.064245,1610952141.189600,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47041,1610952083.476165,1610952082.137200,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47042,1610952081.074494,1610952080.186200,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47043,1610952022.789302,1610952021.771900,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47044,1610952020.684307,1610952019.364600,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47045,1610951962.584544,1610951961.146400,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47046,1610951960.069735,1610951958.595100,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47047,1610951901.158790,1610951899.767000,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47048,1610951898.677901,1610951897.280700,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47049,1610951840.241688,1610951838.394700,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47050,1610951837.318235,1610951836.173000,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47051,0.000000,1610952325.773033,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47052,1610952813.654898,1610952812.284900,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47053,1610952754.724937,1610952753.407200,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47054,1610952752.327202,1610952751.304500,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47055,1610952693.485719,1610952692.327400,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47056,1610952691.271219,1610952690.341200,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47057,1610952633.143719,1610952631.726900,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47058,1610952630.655714,1610952629.259800,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47059,1610952572.500561,1610952571.469000,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47060,1610952569.629097,1610952568.183600,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47061,1610952511.391072,1610952509.698800,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47062,1610952508.621157,1610952507.165200,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47063,1610952449.725647,1610952448.443900,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47064,1610952447.346473,1610952446.282900,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47065,1610952389.138256,1610952387.702300,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47066,1610952386.616687,1610952385.160000,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47067,1610952330.898422,1610952330.011500,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47068,1610952878.600313,1610952877.196700,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47069,1610952876.145383,1610952874.268900,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47070,1610952815.594323,1610952814.708000,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47071,0.000000,1610953058.122764,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47072,1610953609.166887,1610953607.763400,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47073,1610953606.675367,1610953605.273600,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47074,1610953547.674484,1610953546.789500,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47075,1610953545.702412,1610953544.339400,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47076,1610953487.168355,1610953485.764400,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47077,1610953484.711296,1610953483.361600,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47078,1610953426.279584,1610953424.969000,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47079,1610953423.908704,1610953422.201200,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47080,1610953364.682337,1610953363.821800,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47081,1610953362.766906,1610953361.470900,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47082,1610953304.162751,1610953302.716300,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47083,1610953301.637606,1610953300.183200,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47084,1610953242.607150,1610953241.134500,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47085,1610953240.067210,1610953239.187900,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47086,1610953182.422303,1610953180.728900,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47087,1610953179.673838,1610953178.290500,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47088,1610953121.259727,1610953119.972000,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47089,1610953118.916521,1610953117.232700,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47090,1610953062.211836,1610953060.878300,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47091,0.000000,1610953667.841814,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47092,1610954158.017830,1610954156.541600,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47093,1610954155.478021,1610954154.321700,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47094,1610954097.184270,1610954095.796100,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47095,1610954094.720549,1610954093.367400,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47096,1610954035.626465,1610954034.746300,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47097,1610954033.669453,1610954032.308100,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47098,1610953983.701393,1610953982.318600,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47099,1610953983.678552,1610953982.313500,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47100,1610953914.513258,1610953913.040700,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47101,1610953911.973892,1610953910.362700,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47102,1610953852.709042,1610953851.390200,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47103,1610953850.331405,1610953849.178600,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47104,1610953791.610337,1610953790.731900,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47105,1610953789.652865,1610953788.526700,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47106,1610953730.880791,1610953729.748200,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47107,1610953728.662260,1610953727.248000,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47108,1610953672.220426,1610953671.372400,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47109,0.000000,1610954161.879071,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹Üe',0,200,0,0,0,'https://mail.ruthsnutrition.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(47110,1610954219.358656,1610954217.710400,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47111,1610954216.641202,1610954215.185300,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47112,0.000000,1610954277.761379,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','loginFailInvalidUsername',NULL,NULL),(47113,0.000000,1610954521.861846,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','loginFailInvalidUsername',NULL,NULL),(47114,0.000000,1610954643.838436,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','loginFailInvalidUsername',NULL,NULL),(47115,0.000000,1610954765.774000,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','loginFailInvalidUsername',NULL,NULL),(47116,0.000000,1610954887.772624,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'',NULL),(47117,1610955744.899502,1610955743.003900,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47118,1610955741.947800,1610955740.242100,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47119,1610955683.197004,1610955681.754300,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47120,1610955680.682407,1610955679.269900,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47121,1610955621.941910,1610955620.397700,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47122,1610955619.331514,1610955618.406200,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47123,1610955561.156417,1610955559.715400,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47124,1610955558.641349,1610955557.176000,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47125,1610955500.181859,1610955498.769600,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47126,1610955497.661095,1610955496.208800,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47127,1610955439.176818,1610955437.824400,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47128,1610955436.731229,1610955435.403800,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47129,1610955378.283010,1610955377.011800,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47130,1610955375.920391,1610955374.221700,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47131,1610955316.696891,1610955315.323700,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47132,1610955314.238934,1610955313.361200,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47133,1610955255.624312,1610955254.260300,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47134,1610955255.622818,1610955254.240700,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47135,1610955253.193630,1610955252.265700,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47136,1610955253.178381,1610955252.277700,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47137,1610955195.163843,1610955193.774900,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47138,1610955192.696476,1610955191.246100,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47139,1610955133.569607,1610955132.677900,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47140,1610955131.594547,1610955130.219400,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47141,1610955072.787228,1610955071.511000,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47142,1610955070.416121,1610955069.240400,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47143,1610955020.691902,1610955019.305100,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47144,1610954951.190009,1610954949.801400,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47145,1610954948.699532,1610954947.314100,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47146,1610954891.932618,1610954890.351300,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47147,0.000000,1610955789.360567,'\0\0\0\0\0\0\0\0\0\0ÿÿÓ/J%',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 11; LM-X420) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Mobile Safari/537.36','loginFailValidUsername',NULL,NULL),(47148,1610955804.775741,1610955803.501100,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47149,1610955802.425009,1610955801.369300,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47150,1610956049.276075,1610956048.054500,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47151,1610956046.978131,1610956045.381300,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47152,1610955988.139022,1610955986.718900,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47153,1610955985.640724,1610955984.171600,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47154,1610955927.284310,1610955926.009500,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47155,1610955924.924265,1610955923.213800,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47156,1610955866.371011,1610955864.683500,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47157,1610955863.622256,1610955862.166700,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47158,1610956415.116084,1610956413.746900,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47159,1610956412.680051,1610956411.310400,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47160,1610956354.181233,1610956352.764300,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47161,1610956351.667136,1610956350.230400,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47162,1610956293.410041,1610956291.659500,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47163,1610956290.586025,1610956289.200700,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47164,1610956232.190411,1610956230.811500,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47165,1610956229.721387,1610956228.359300,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47166,1610956170.619255,1610956169.738300,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47167,1610956168.662765,1610956167.189800,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47168,1610956110.525019,1610956108.997700,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47169,1610956107.923559,1610956106.278800,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47170,1610956842.277997,1610956840.997600,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47171,1610956839.889761,1610956838.165400,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47172,1610956781.203202,1610956779.787100,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47173,1610956778.714708,1610956777.327600,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47174,1610956720.154791,1610956718.704500,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47175,1610956717.614036,1610956716.183300,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47176,1610956659.433138,1610956657.803100,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47177,1610956656.738120,1610956655.396200,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47178,1610956597.914466,1610956596.759400,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47179,1610956595.694588,1610956594.292900,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47180,1610956538.095172,1610956536.710800,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47181,1610956535.645489,1610956534.195700,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47182,1610956476.180119,1610956474.778900,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47183,1610956473.719495,1610956472.364100,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47184,1610957391.221338,1610957389.848600,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47185,1610957388.742523,1610957387.399000,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47186,1610957329.648665,1610957328.761100,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47187,1610957327.692761,1610957326.411500,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47188,1610957268.369612,1610957267.215300,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47189,1610957266.133005,1610957265.259100,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47190,1610957208.266142,1610957206.957900,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47191,1610957205.623739,1610957204.260200,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47192,1610957147.206177,1610957145.837400,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47193,1610957144.733054,1610957143.363000,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47194,1610957086.466501,1610957084.802500,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47195,1610957083.709385,1610957082.369300,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47196,1610957025.187640,1610957023.832100,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47197,1610957022.747447,1610957021.405300,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47198,1610956963.739921,1610956962.399000,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47199,1610956961.161482,1610956960.270100,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47200,1610956911.656483,1610956910.203400,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47201,0.000000,1610957396.619405,'\0\0\0\0\0\0\0\0\0\0ÿÿY$àô',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php','','Mozilla/5.0 (Linux; Android 7.0; Lenovo K33b36 Build/NRD90N; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/65.0.3325.109 Mobile Safari/537.36 Instagram 41.0.0.13.92 Android (24/7.0; 480dpi; 1080x1920; LENOVO/Lenovo; Lenovo K33b36; K33b36; qcom; pt_BR; 103516666)','loginFailInvalidUsername',NULL,NULL),(47202,1610957635.354311,1610957634.422200,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47203,1610957632.332683,1610957631.422300,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47204,1610957573.685879,1610957572.764700,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47205,1610957571.707279,1610957570.216700,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47206,1610957521.894964,1610957520.268700,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47207,1610957460.108975,1610957459.230200,'\0\0\0\0\0\0\0\0\0\0ÿÿâS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47208,0.000000,1610959915.769266,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php','','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.16 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(47209,0.000000,1610959938.857671,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php','','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.16 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(47210,0.000000,1610959955.490804,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php','','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.16 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(47211,0.000000,1610959977.381070,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php','','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.16 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(47212,0.000000,1610959998.476902,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php','','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.16 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(47213,0.000000,1610960022.322088,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php','','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.16 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(47214,0.000000,1610960049.356191,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php','','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.16 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(47215,0.000000,1610960071.909370,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php','','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.16 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47216,1610960394.939247,1610960393.219600,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.16 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47217,1610960371.303040,1610960369.968800,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.16 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47218,1610960342.642515,1610960341.181600,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.16 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47219,1610960320.781979,1610960319.479500,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.16 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47220,1610960291.600924,1610960290.125300,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.16 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47221,1610960265.525523,1610960264.021500,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.16 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47222,1610960252.888301,1610960251.677100,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.16 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47223,1610960234.308686,1610960233.018000,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.16 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47224,1610960211.259319,1610960209.897200,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.16 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47225,1610960191.975870,1610960190.336100,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.16 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47226,1610960173.676225,1610960172.196700,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.16 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47227,1610960162.166012,1610960160.691700,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.16 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47228,1610960146.836195,1610960145.569200,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.16 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47229,1610960140.277361,1610960138.971600,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.16 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47230,1610960135.707207,1610960134.280200,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.16 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47231,1610960132.069128,1610960130.577800,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.16 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47232,1610960127.772723,1610960126.434500,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.16 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47233,1610960123.235397,1610960121.902400,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.16 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47234,1610960118.544782,1610960117.588000,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.16 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47235,1610960113.838836,1610960111.974700,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.16 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47236,1610960107.598227,1610960106.122800,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.16 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47237,1610960090.498675,1610960088.831700,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.16 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47238,1610960518.732801,1610960517.321000,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.16 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47239,1610960501.387462,1610960500.184500,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.16 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47240,1610960476.961424,1610960475.245000,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.16 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47241,1610960455.254242,1610960453.939300,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.16 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47242,1610960443.515499,1610960441.875400,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.16 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47243,1610960438.625336,1610960437.136900,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.16 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47244,1610960433.973949,1610960432.289600,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.16 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47245,1610960428.612508,1610960427.085400,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.16 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47246,1610960423.630666,1610960421.911200,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.16 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47247,1610960417.600999,1610960416.128100,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.16 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47248,1610960411.098654,1610960409.633500,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.16 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47249,1610960661.635433,1610960660.144500,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.16 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47250,1610960649.241865,1610960647.863900,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.16 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47251,1610960623.272457,1610960621.911000,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.16 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47252,1610960594.623054,1610960593.262000,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.16 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47253,1610960571.758949,1610960570.385900,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.16 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47254,1610960548.095197,1610960547.155800,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.16 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47255,0.000000,1610960682.954992,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php','','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.16 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47256,1610960832.062278,1610960830.465900,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/phpMyAdmin/index.php',NULL,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.16 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3BocE15QWRtaW4vaW5kZXgucGhw\"}'),(47257,1610960823.313362,1610960822.018500,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.16 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47258,1610960816.907986,1610960816.046600,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.16 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47259,1610960809.842363,1610960808.085200,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.16 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47260,1610960800.025733,1610960799.048000,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.16 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47261,1610960792.221840,1610960790.812800,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.16 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47262,1610960782.256463,1610960780.942500,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.16 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47263,1610960772.268402,1610960770.917500,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.16 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47264,1610960764.903772,1610960763.729500,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.16 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47265,1610960756.354129,1610960755.483400,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.16 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47266,1610960747.238182,1610960745.872700,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.16 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47267,1610960741.341106,1610960740.450900,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.16 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47268,1610960737.643563,1610960736.766200,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.16 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47269,1610960734.876045,1610960733.705200,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.16 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47270,1610960731.806393,1610960730.545400,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.16 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47271,1610960728.328420,1610960727.062700,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.16 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47272,1610960725.047065,1610960724.157700,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.16 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47273,1610960722.123998,1610960721.248200,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.16 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47274,1610960719.036599,1610960718.157300,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.16 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47275,1610960716.235979,1610960714.854500,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.16 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47276,1610960712.708733,1610960711.831300,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.16 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47277,1610960709.189360,1610960708.305200,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.16 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47278,1610960697.581756,1610960696.654900,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.16 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47279,0.000000,1610960939.358110,'\0\0\0\0\0\0\0\0\0\0ÿÿÆGàY',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 11; LM-Q710(FGN)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Mobile Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47280,0.000000,1610965474.980905,'\0\0\0\0\0\0\0\0\0\0ÿÿU€Ž*',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (iPhone; CPU iPhone OS 14_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/87.0.4280.77 Mobile/15E148 Safari/604.1','loginFailValidUsername',NULL,NULL),(47281,0.000000,1610966175.762370,'\0\0\0\0\0\0\0\0\0\0ÿÿÔ¢',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(47282,0.000000,1610967989.485003,'\0\0\0\0\0\0\0\0\0\0ÿÿÀ_‰',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(47283,0.000000,1610971071.585325,'\0\0\0\0\0\0\0\0\0\0ÿÿÀ¹Ó',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (iPhone; CPU iPhone OS 14_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/87.0.4280.77 Mobile/15E148 Safari/604.1','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47284,0.000000,1610973207.291681,'\0\0\0\0\0\0\0\0\0\0ÿÿaJÞ',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 11; SM-N960U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Mobile Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47285,0.000000,1610974165.006476,'\0\0\0\0\0\0\0\0\0\0ÿÿÃÎ·Ï',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.186 YaBrowser/18.3.1.1232 Yowser/2.5 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(47286,0.000000,1610977287.882083,'\0\0\0\0\0\0\0\0\0\0ÿÿ ™™£',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 11) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Mobile Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47287,0.000000,1610980914.634458,'\0\0\0\0\0\0\0\0\0\0ÿÿ¢ñ{$',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 11; SM-A102U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Mobile Safari/537.36','loginFailInvalidUsername',NULL,NULL),(47288,0.000000,1610983321.856822,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹öÐz',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36 OPR/43.0.2442.991','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47289,0.000000,1610983813.819812,'\0\0\0\0\0\0\0\0\0\0ÿÿDAz›',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 11; SM-N960U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Mobile Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47290,0.000000,1610984740.594448,'\0\0\0\0\0\0\0\0\0\0ÿÿY.mÔ',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 11; SM-A205U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Mobile Safari/537.36','loginFailValidUsername',NULL,NULL),(47291,0.000000,1610984868.656962,'\0\0\0\0\0\0\0\0\0\0ÿÿ3&é]',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (iPad; CPU OS 11_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/11.0 Mobile/15E148 Safari/604.1','loginFailInvalidUsername',NULL,NULL),(47292,0.000000,1610990823.062162,'\0\0\0\0\0\0\0\0\0\0ÿÿ­ùV',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Android 11; Mobile; LG-M255; rv:84.0) Gecko/84.0 Firefox/84.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47293,0.000000,1610991455.200818,'\0\0\0\0\0\0\0\0\0\0ÿÿT*r',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php','','Mozilla/5.0 (iPhone; CPU iPhone OS 12_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 [FBAN/FBIOS;FBDV/iPhone10,5;FBMD/iPhone;FBSN/iOS;FBSV/12.4.1;FBSS/3;FBID/phone;FBLC/en_US;FBOP/5;FBCR/AT&T]','loginFailInvalidUsername',NULL,NULL),(47294,0.000000,1610994871.115774,'\0\0\0\0\0\0\0\0\0\0ÿÿÊ½µ',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 11; LM-Q720) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Mobile Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47295,0.000000,1610998067.621702,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹¥¨å',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:56.0) Gecko/20100101 Firefox/56.0','loginFailValidUsername',NULL,NULL),(47296,0.000000,1611000405.833774,'\0\0\0\0\0\0\0\0\0\0ÿÿYù@¤',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.186 YaBrowser/18.3.1.1232 Yowser/2.5 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(47297,0.000000,1611000997.949035,'\0\0\0\0\0\0\0\0\0\0ÿÿDAz›',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 11) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Mobile Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47298,0.000000,1611005134.962130,'\0\0\0\0\0\0\0\0\0\0ÿÿDAz›',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 11; SM-A102U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Mobile Safari/537.36','loginFailValidUsername',NULL,NULL),(47299,0.000000,1611008783.767520,'\0\0\0\0\0\0\0\0\0\0ÿÿÃš30',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.186 YaBrowser/18.3.1.1232 Yowser/2.5 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47300,0.000000,1611012230.391797,'\0\0\0\0\0\0\0\0\0\0ÿÿÀ¹p',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (iPhone; CPU iPhone OS 14_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0 Mobile/15E148 Safari/604.1','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47301,0.000000,1611015466.587190,'\0\0\0\0\0\0\0\0\0\0ÿÿÊ½µ',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (iPhone; CPU iPhone OS 14_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) FxiOS/30.0 Mobile/15E148 Safari/605.1.15','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47302,0.000000,1611017624.829387,'\0\0\0\0\0\0\0\0\0\0ÿÿ2W',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 11; SM-G960U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Mobile Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47303,0.000000,1611018228.304557,'\0\0\0\0\0\0\0\0\0\0ÿÿVi	',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php','','Mozilla/5.0 (Linux; U; Android 4.4.4; en-US; XT1022 Build/KXC21.5-40) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/10.7.0.636 U3/0.8.0 Mobile Safari/534.30','loginFailInvalidUsername',NULL,NULL),(47304,0.000000,1611020910.210386,'\0\0\0\0\0\0\0\0\0\0ÿÿ2W¹',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 11; SM-A205U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Mobile Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47305,0.000000,1611023222.467834,'\0\0\0\0\0\0\0\0\0\0ÿÿ+úŒ',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 11; SM-G960U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Mobile Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47306,0.000000,1611027162.019917,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹ì*O',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36 OPR/56.0.3051.52','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47307,0.000000,1611027462.444161,'\0\0\0\0\0\0\0\0\0\0ÿÿ”HlÚ',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 11; SM-G960U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Mobile Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47308,0.000000,1611034042.972888,'\0\0\0\0\0\0\0\0\0\0ÿÿDAz›',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Android 11; Mobile; LG-M255; rv:84.0) Gecko/84.0 Firefox/84.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47309,0.000000,1611035030.460174,'\0\0\0\0\0\0\0\0\0\0ÿÿ%xÂ´',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php','','Mozilla/5.0 (Linux; Android 7.0; SM-G610M Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/69.0.3497.100 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/192.0.0.34.85;]','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47310,0.000000,1611039200.704537,'\0\0\0\0\0\0\0\0\0\0ÿÿæc',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 11; LM-Q710(FGN)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Mobile Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47311,0.000000,1611043399.643294,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹ì*',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php','','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 YaBrowser/17.3.0.1785 Yowser/2.5 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(47312,0.000000,1611045858.934526,'\0\0\0\0\0\0\0\0\0\0ÿÿÆGàY',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Android 11; Mobile; rv:68.0) Gecko/68.0 Firefox/84.0','loginFailInvalidUsername',NULL,NULL),(47313,0.000000,1611051006.383870,'\0\0\0\0\0\0\0\0\0\0ÿÿ#Öá€',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (iPhone; CPU iPhone OS 14_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0 Mobile/15E148 Safari/604.1','loginFailValidUsername',NULL,NULL),(47314,0.000000,1611051316.729408,'\0\0\0\0\0\0\0\0\0\0ÿÿ²ï­°',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 YaBrowser/18.4.0.2080 Yowser/2.5 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(47316,0.000000,1611060731.198592,'\0\0\0\0\0\0\0\0\0\0ÿÿÂ#é¤',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php','','Mozilla/5.0 (Linux; Android 6.0; vivo 1606 Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.124 Mobile Safari/537.36','loginFailInvalidUsername',NULL,NULL),(47317,0.000000,1611063791.283547,'\0\0\0\0\0\0\0\0\0\0ÿÿ ™›)',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 11; LM-X420) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Mobile Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47318,0.000000,1611068921.179129,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹ÜFÉ',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php','','Mozilla/5.0 (Linux; Android 7.0; Moto G (5) Build/NPPS25.137-93-4; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/65.0.3325.109 Mobile Safari/537.36 Instagram 37.0.0.21.97 Android (24/7.0; 480dpi; 1080x1776; motorola; Moto G (5); cedric; qcom; pt_BR; 98288242)','loginFailInvalidUsername',NULL,NULL),(47319,0.000000,1611072479.364868,'\0\0\0\0\0\0\0\0\0\0ÿÿ_ws',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; EML-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4','loginFailValidUsername',NULL,NULL),(47320,0.000000,1611072631.835592,'\0\0\0\0\0\0\0\0\0\0ÿÿ—jt:',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; LLD-L31) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4','loginFailInvalidUsername',NULL,NULL),(47321,0.000000,1611072929.267162,'\0\0\0\0\0\0\0\0\0\0ÿÿ-WPÀ',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; ELE-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4','loginFailValidUsername',NULL,NULL),(47322,0.000000,1611073935.823482,'\0\0\0\0\0\0\0\0\0\0ÿÿ#ÕT',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; LLD-L21) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.79 Mobile Safari/537.36 wp-android/16.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47323,0.000000,1611074549.882301,'\0\0\0\0\0\0\0\0\0\0ÿÿDAy•',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; Mi 9 SE) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47324,0.000000,1611075232.302541,'\0\0\0\0\0\0\0\0\0\0ÿÿN.³',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; C106) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4','loginFailValidUsername',NULL,NULL),(47325,0.000000,1611075893.796182,'\0\0\0\0\0\0\0\0\0\0ÿÿ²€&”',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; JAT-L41) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 YaBrowser/19.6.4.349.00 Mobile Safari/537.36 wp-android/16.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47326,0.000000,1611077152.063236,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹àŠ\'',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; Mi A2 Lite) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4','loginFailValidUsername',NULL,NULL),(47327,0.000000,1611077323.677989,'\0\0\0\0\0\0\0\0\0\0ÿÿN.K‹',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; JAT-LX1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.136 Mobile Safari/537.36 wp-android/16.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47328,0.000000,1611078789.878342,'\0\0\0\0\0\0\0\0\0\0ÿÿ^',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; JSN-L21) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Mobile Safari/537.36 wp-android/16.4','loginFailValidUsername',NULL,NULL),(47329,0.000000,1611078805.297454,'\0\0\0\0\0\0\0\0\0\0ÿÿ%xÑÄ',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36 OPR/52.0.2871.99','loginFailInvalidUsername',NULL,NULL),(47330,0.000000,1611079672.021151,'\0\0\0\0\0\0\0\0\0\0ÿÿH§¾',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; GM 8 d) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4','loginFailInvalidUsername',NULL,NULL),(47331,0.000000,1611080183.983027,'\0\0\0\0\0\0\0\0\0\0ÿÿ#Õ³î',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; H8324) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47332,0.000000,1611080835.663246,'\0\0\0\0\0\0\0\0\0\0ÿÿØ7’2',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; BND-L21 Build/HONORBND-L21) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 YaApp_Android/9.65 YaSearchBrowser/9.65 wp-android/16.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47333,0.000000,1611081919.151932,'\0\0\0\0\0\0\0\0\0\0ÿÿ2Wø2',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; Mi A2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4','loginFailValidUsername',NULL,NULL),(47334,0.000000,1611082239.248893,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹(',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; JSN-L21) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4','loginFailValidUsername',NULL,NULL),(47335,0.000000,1611082646.174772,'\0\0\0\0\0\0\0\0\0\0ÿÿœCÞY',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; COL-L29 Build/HUAWEICOL-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 YaBrowser/18.10.2.188.00 Mobile Safari/537.36 wp-android/16.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47336,0.000000,1611082873.025350,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹Ö~—',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; LLD-L31 Build/HONORLLD-L31) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 YaApp_Android/9.70 YaSearchBrowser/9.70 wp-android/16.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47337,0.000000,1611082887.427877,'\0\0\0\0\0\0\0\0\0\0ÿÿ¢Õû(',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; INE-LX1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47338,0.000000,1611084455.913407,'\0\0\0\0\0\0\0\0\0\0ÿÿÂ;¤F',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; COL-L29 Build/HUAWEICOL-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 YaApp_Android/9.75 YaSearchBrowser/9.75 wp-android/16.4','loginFailInvalidUsername',NULL,NULL),(47339,0.000000,1611085529.985297,'\0\0\0\0\0\0\0\0\0\0ÿÿ^¿â',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; JSN-L21) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Mobile Safari/537.36 wp-android/16.4','loginFailValidUsername',NULL,NULL),(47340,0.000000,1611085907.642925,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹Î¢ç',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; KSA-LX9 Build/HONORKSA-LX9; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/72.0.3626.121 Mobile Safari/537.36 YandexSearch/7.30 YandexSearchBrowser/7.30 wp-android/16.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47341,0.000000,1611086908.812296,'\0\0\0\0\0\0\0\0\0\0ÿÿ¢ÖP%',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; HRY-LX1 Build/HONORHRY-L21) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 YaApp_Android/9.70 YaSearchBrowser/9.70 wp-android/16.4','loginFailInvalidUsername',NULL,NULL),(47342,0.000000,1611087001.820435,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹à‰/',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 8.1.0; ZTE BLADE V0920) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.92 Mobile Safari/537.36 wp-android/16.4','loginFailValidUsername',NULL,NULL),(47343,0.000000,1611087711.863759,'\0\0\0\0\0\0\0\0\0\0ÿÿÂnTy',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php','','Mozilla/5.0 (Linux; Android 8.0.0; FIG-LX3 Build/HUAWEIFIG-LX3; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/70.0.3538.80 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/197.0.0.46.98;]','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47344,0.000000,1611087764.863889,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹Ö+',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; Mi 9 SE) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.116 Mobile Safari/537.36 OPR/55.1.2719.50626 wp-android/16.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47345,0.000000,1611088703.059719,'\0\0\0\0\0\0\0\0\0\0ÿÿˆ+S',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; FIG-LX1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4','loginFailInvalidUsername',NULL,NULL),(47346,0.000000,1611088951.145565,'\0\0\0\0\0\0\0\0\0\0ÿÿÜhØ',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; JSN-L21) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.116 Mobile Safari/537.36,gzip(gfe) wp-android/16.4','loginFailValidUsername',NULL,NULL),(47347,0.000000,1611089022.055840,'\0\0\0\0\0\0\0\0\0\0ÿÿÎ½#¹',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; LLD-L31) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.92 Mobile Safari/537.36 wp-android/16.4','loginFailValidUsername',NULL,NULL),(47348,0.000000,1611089733.847904,'\0\0\0\0\0\0\0\0\0\0ÿÿÀÆÀ\Z',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; HRY-LX1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36,gzip(gfe) wp-android/16.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47349,0.000000,1611090460.567333,'\0\0\0\0\0\0\0\0\0\0ÿÿQ“',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; Mi 9 SE) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.116 Mobile Safari/537.36 OPR/55.1.2719.50626 wp-android/16.4','loginFailValidUsername',NULL,NULL),(47350,0.000000,1611091265.152634,'\0\0\0\0\0\0\0\0\0\0ÿÿÆGáˆ',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; GM 8 d) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47351,0.000000,1611093021.140231,'\0\0\0\0\0\0\0\0\0\0ÿÿÀ¾ò',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; COL-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.111 Mobile Safari/537.36 wp-android/16.4','loginFailValidUsername',NULL,NULL),(47352,0.000000,1611093073.627252,'\0\0\0\0\0\0\0\0\0\0ÿÿ]_Ø%',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; LLD-L31) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.92 Mobile Safari/537.36 wp-android/16.4','loginFailInvalidUsername',NULL,NULL),(47353,0.000000,1611094584.062596,'\0\0\0\0\0\0\0\0\0\0ÿÿ]¼ ',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; MI 8 Lite) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4','loginFailValidUsername',NULL,NULL),(47354,0.000000,1611094925.869840,'\0\0\0\0\0\0\0\0\0\0ÿÿQX4S',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; MAR-LX1M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.116 Mobile Safari/537.36 wp-android/16.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47355,0.000000,1611095694.622110,'\0\0\0\0\0\0\0\0\0\0ÿÿ¾k±ð',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; JAT-LX1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.136 Mobile Safari/537.36 wp-android/16.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47356,0.000000,1611095814.134475,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹Ô«Ä',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; rv:11.0) like Gecko','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47357,0.000000,1611097501.776302,'\0\0\0\0\0\0\0\0\0\0ÿÿQX4w',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; JSN-L21) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.116 Mobile Safari/537.36 wp-android/16.4','loginFailInvalidUsername',NULL,NULL),(47358,0.000000,1611097610.649739,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹à‰†',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; COL-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.96 Mobile Safari/537.36 wp-android/16.4','loginFailValidUsername',NULL,NULL),(47359,0.000000,1611098282.903515,'\0\0\0\0\0\0\0\0\0\0ÿÿ[êÃ¶',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; JAT-LX1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.136 Mobile Safari/537.36 wp-android/16.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47360,0.000000,1611099587.341424,'\0\0\0\0\0\0\0\0\0\0ÿÿ-„ó4',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; Mi A2 Lite) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.116 Mobile Safari/537.36 wp-android/16.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47361,0.000000,1611100046.677947,'\0\0\0\0\0\0\0\0\0\0ÿÿ-WP±',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; COL-L29 Build/HUAWEICOL-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 YaBrowser/17.11.0.542.00 Mobile Safari/537.36 wp-android/16.4','loginFailInvalidUsername',NULL,NULL),(47362,0.000000,1611101331.956545,'\0\0\0\0\0\0\0\0\0\0ÿÿÕ¾r',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; meizu note9) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4','loginFailValidUsername',NULL,NULL),(47363,0.000000,1611102077.013592,'\0\0\0\0\0\0\0\0\0\0ÿÿ-\rü.',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; H8324) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4','loginFailInvalidUsername',NULL,NULL),(47364,0.000000,1611103013.924681,'\0\0\0\0\0\0\0\0\0\0ÿÿ-TÌ{',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; MI 8 Lite Build/PKQ1.181007.001) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 YaApp_Android/9.70 YaSearchBrowser/9.70 wp-android/16.4','loginFailValidUsername',NULL,NULL),(47365,0.000000,1611103523.533481,'\0\0\0\0\0\0\0\0\0\0ÿÿ¢\0ëß',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; JAT-LX1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47366,0.000000,1611103894.555550,'\0\0\0\0\0\0\0\0\0\0ÿÿ3[bù',0,503,0,0,0,'https://mail.ruthsnutrition.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47367,0.000000,1611104485.252219,'\0\0\0\0\0\0\0\0\0\0ÿÿ¢\0ëÍ',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; COL-L29 Build/HUAWEICOL-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 YaApp_Android/9.70 YaSearchBrowser/9.70 wp-android/16.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47368,0.000000,1611104755.063776,'\0\0\0\0\0\0\0\0\0\0ÿÿY(·Ó',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php','','NokiaC3-00/5.0 (04.60) Profile/MIDP-2.1 Configuration/CLDC-1.1 Mozilla/5.0 (Java; U; kau; nokiac3-00) UCBrowser8.4.0.159/70/352/UCWEB Mobile','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47369,0.000000,1611105563.931511,'\0\0\0\0\0\0\0\0\0\0ÿÿgCë	',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; Mi A2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47370,0.000000,1611106197.867429,'\0\0\0\0\0\0\0\0\0\0ÿÿ¢\0è\"',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; Mi A1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47371,0.000000,1611107409.794583,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹àŠÈ',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; HRY-LX1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4','loginFailInvalidUsername',NULL,NULL),(47372,0.000000,1611108363.891373,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php','','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2224.3 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47373,1611108414.925989,1611108413.750200,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2224.3 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47374,1611108413.412571,1611108412.003000,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2224.3 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47375,1611108411.666648,1611108410.763400,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2224.3 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47376,1611108410.439215,1611108409.286700,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2224.3 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47377,1611108408.959763,1611108407.829100,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2224.3 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47378,1611108407.502090,1611108406.270400,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2224.3 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47379,1611108405.875307,1611108404.724600,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2224.3 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47380,1611108404.406669,1611108403.256000,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2224.3 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47381,1611108402.933771,1611108401.803500,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2224.3 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47382,1611108401.481689,1611108400.206900,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2224.3 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47383,1611108399.880947,1611108398.458000,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2224.3 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47384,1611108398.029481,1611108396.269600,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2224.3 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47385,1611108395.941833,1611108394.792200,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2224.3 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47386,1611108394.463109,1611108392.752600,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2224.3 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47387,1611108392.425457,1611108391.276200,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2224.3 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47388,1611108390.947984,1611108389.809900,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2224.3 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47389,1611108389.489044,1611108388.169900,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2224.3 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47390,1611108387.839346,1611108386.947300,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2224.3 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47391,1611108386.609457,1611108384.896000,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2224.3 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47392,1611108384.578650,1611108383.693900,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2224.3 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47393,1611108383.367006,1611108382.010200,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2224.3 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47394,1611108381.682346,1611108380.753800,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2224.3 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47395,1611108380.428549,1611108379.065600,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2224.3 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47396,1611108378.739629,1611108377.365700,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2224.3 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47397,1611108377.027627,1611108375.252300,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2224.3 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47398,1611108374.907588,1611108373.569600,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2224.3 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47399,1611108373.235436,1611108372.371900,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2224.3 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47400,1611108372.041510,1611108370.302800,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2224.3 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47401,1611108369.875226,1611108368.571200,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2224.3 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47402,1611108368.219339,1611108367.311600,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2224.3 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47403,1611108422.543213,1611108421.651200,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2224.3 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47404,1611108421.309229,1611108420.410500,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2224.3 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47405,1611108420.082234,1611108419.177200,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2224.3 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47406,1611108418.847972,1611108417.710300,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2224.3 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47407,1611108417.372117,1611108416.459900,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2224.3 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47408,1611108416.136944,1611108415.246600,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2224.3 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47409,1611108477.465166,1611108476.329100,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/phpmyadmin/index.php',NULL,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2224.3 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3BocG15YWRtaW4vaW5kZXgucGhw\"}'),(47410,1611108475.854404,1611108474.423400,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/pma/index.php',NULL,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2224.3 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3BtYS9pbmRleC5waHA=\"}'),(47411,1611108473.959491,1611108472.694200,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/phpMyAdmin/index.php',NULL,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2224.3 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3BocE15QWRtaW4vaW5kZXgucGhw\"}'),(47412,1611108472.066714,1611108471.142900,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2224.3 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47413,1611108470.823118,1611108469.200600,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2224.3 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47414,1611108468.873283,1611108467.973900,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2224.3 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47415,1611108467.651663,1611108466.287000,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2224.3 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47416,1611108465.955334,1611108464.803900,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2224.3 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47417,1611108464.479296,1611108463.228900,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2224.3 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47418,1611108462.890894,1611108461.760200,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2224.3 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47419,1611108461.443673,1611108460.314700,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2224.3 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47420,1611108459.992811,1611108458.711800,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2224.3 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47421,1611108458.375249,1611108456.947400,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2224.3 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47422,1611108456.624386,1611108455.758800,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2224.3 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47423,1611108455.438372,1611108453.601500,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2224.3 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47424,1611108453.275838,1611108452.343500,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2224.3 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47425,1611108452.013920,1611108450.742100,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2224.3 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47426,1611108450.410053,1611108449.261500,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2224.3 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47427,1611108448.934148,1611108448.057500,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2224.3 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47428,1611108447.738411,1611108446.630900,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2224.3 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47429,1611108446.311552,1611108445.058600,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2224.3 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47430,1611108444.730717,1611108443.312300,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2224.3 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47431,1611108442.985730,1611108441.749900,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2224.3 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47432,1611108441.424917,1611108440.277000,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2224.3 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47433,1611108439.953580,1611108438.804200,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2224.3 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47434,1611108438.478536,1611108437.225800,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2224.3 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47435,1611108436.900912,1611108435.510200,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2224.3 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47436,1611108435.185385,1611108434.025000,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2224.3 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47437,1611108433.679351,1611108432.782500,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2224.3 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47438,1611108432.457775,1611108431.537100,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2224.3 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47439,1611108431.207685,1611108429.775000,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2224.3 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47440,1611108429.435125,1611108428.279000,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2224.3 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47441,1611108427.947437,1611108426.607600,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2224.3 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47442,1611108426.261631,1611108425.384000,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2224.3 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47443,1611108425.064766,1611108424.157000,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2224.3 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47444,1611108423.833204,1611108422.916700,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2224.3 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47445,0.000000,1611108511.047093,'\0\0\0\0\0\0\0\0\0\0ÿÿg™',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; ELE-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4','loginFailValidUsername',NULL,NULL),(47446,0.000000,1611109147.853699,'\0\0\0\0\0\0\0\0\0\0ÿÿQX4S',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; COL-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.96 Mobile Safari/537.36 wp-android/16.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47447,0.000000,1611110344.778762,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹oYà',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; ASUS_X00TD) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47448,0.000000,1611111057.848368,'\0\0\0\0\0\0\0\0\0\0ÿÿˆ\'•',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; BND-L21) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4','loginFailInvalidUsername',NULL,NULL),(47449,0.000000,1611111532.107109,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹Üe‹',0,200,0,0,0,'https://mail.ruthsnutrition.com/xmlrpc.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_3) AppleWebKit/604.5.6 (KHTML, like Gecko) Version/11.0.3 Safari/604.5.6','loginFailInvalidUsername',NULL,NULL),(47450,0.000000,1611112349.428623,'\0\0\0\0\0\0\0\0\0\0ÿÿ[êÃµ',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; LLD-L31) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.92 Mobile Safari/537.36 wp-android/16.4','loginFailValidUsername',NULL,NULL),(47451,0.000000,1611112697.357513,'\0\0\0\0\0\0\0\0\0\0ÿÿ”û™r',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; EML-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47452,0.000000,1611113508.005186,'\0\0\0\0\0\0\0\0\0\0ÿÿÃÎ·9',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:59.0) Gecko/20100101 Firefox/59.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47453,0.000000,1611113919.746978,'\0\0\0\0\0\0\0\0\0\0ÿÿ¢Ö¬É',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; JAT-LX1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.136 Mobile Safari/537.36 wp-android/16.4','loginFailValidUsername',NULL,NULL),(47454,0.000000,1611114747.055056,'\0\0\0\0\0\0\0\0\0\0ÿÿgÿí',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; COL-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.79 Mobile Safari/537.36 wp-android/16.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47455,0.000000,1611115333.203499,'\0\0\0\0\0\0\0\0\0\0ÿÿ?ú&Ø',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; BV9500Plus) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Mobile Safari/537.36 OPR/54.3.2672.50220 wp-android/16.4','loginFailValidUsername',NULL,NULL),(47456,0.000000,1611116616.280462,'\0\0\0\0\0\0\0\0\0\0ÿÿÂ;¤&',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; HMA-L29 Build/HUAWEIHMA-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 YaApp_Android/9.70 YaSearchBrowser/9.70 wp-android/16.4','loginFailInvalidUsername',NULL,NULL),(47457,0.000000,1611117189.066374,'\0\0\0\0\0\0\0\0\0\0ÿÿÆ6r',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; HRY-LX1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.73 Mobile Safari/537.36 wp-android/16.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47458,0.000000,1611118368.113622,'\0\0\0\0\0\0\0\0\0\0ÿÿQX4u',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; H8324) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47459,0.000000,1611119318.154059,'\0\0\0\0\0\0\0\0\0\0ÿÿˆ\'ð',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; Mi A1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4','loginFailValidUsername',NULL,NULL),(47460,0.000000,1611120020.784938,'\0\0\0\0\0\0\0\0\0\0ÿÿ¢\0åz',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; Mi 9 SE) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47461,0.000000,1611121560.957114,'\0\0\0\0\0\0\0\0\0\0ÿÿQX4;',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; ELE-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4','loginFailInvalidUsername',NULL,NULL),(47462,0.000000,1611122093.950808,'\0\0\0\0\0\0\0\0\0\0ÿÿÀ¹QÖ',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 8.1.0; ZTE BLADE V0920) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.92 Mobile Safari/537.36 wp-android/16.4','loginFailValidUsername',NULL,NULL),(47463,0.000000,1611122683.082561,'\0\0\0\0\0\0\0\0\0\0ÿÿ+úù',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; COL-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.79 Mobile Safari/537.36 wp-android/16.4','loginFailValidUsername',NULL,NULL),(47464,0.000000,1611122792.016073,'\0\0\0\0\0\0\0\0\0\0ÿÿÆ.†õ',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; G8142) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4','loginFailInvalidUsername',NULL,NULL),(47465,0.000000,1611123087.186154,'\0\0\0\0\0\0\0\0\0\0ÿÿÔf0L',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php','','NokiaC3-00/5.0 (08.65) Profile/MIDP-2.1 Configuration/CLDC-1.1 nokiac3-00/UC Browser7.9.0.102/69/352 UNTRUSTED/1.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47466,0.000000,1611124440.443949,'\0\0\0\0\0\0\0\0\0\0ÿÿ¢ñ”',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; HMA-L29 Build/HUAWEIHMA-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 YaApp_Android/9.70 YaSearchBrowser/9.70 wp-android/16.4','loginFailInvalidUsername',NULL,NULL),(47467,0.000000,1611124702.745125,'\0\0\0\0\0\0\0\0\0\0ÿÿ	î',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; CLT-L29 Build/HUAWEICLT-L29; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/78.0.3904.108 Mobile Safari/537.36 GSA/10.87.15.21.arm64 wp-android/16.4','loginFailValidUsername',NULL,NULL),(47468,0.000000,1611125602.758138,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹àŠÈ',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; LLD-L31) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4','loginFailValidUsername',NULL,NULL),(47469,0.000000,1611125881.075098,'\0\0\0\0\0\0\0\0\0\0ÿÿÕ¾K',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; JSN-L21 Build/HONORJSN-L21; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/78.0.3904.108 Mobile Safari/537.36 GSA/10.87.15.21.arm64 wp-android/16.4','loginFailInvalidUsername',NULL,NULL),(47470,0.000000,1611127105.003315,'\0\0\0\0\0\0\0\0\0\0ÿÿF(ÜF',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; EML-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.62 Mobile Safari/537.36 wp-android/16.4','loginFailInvalidUsername',NULL,NULL),(47471,0.000000,1611127432.224049,'\0\0\0\0\0\0\0\0\0\0ÿÿ#Öí',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; HRY-LX1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.73 Mobile Safari/537.36 wp-android/16.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47472,0.000000,1611128595.764798,'\0\0\0\0\0\0\0\0\0\0ÿÿ.¬8',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; HRY-LX1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.79 Mobile Safari/537.36 wp-android/16.4','loginFailValidUsername',NULL,NULL),(47473,0.000000,1611129000.540348,'\0\0\0\0\0\0\0\0\0\0ÿÿˆ\'•',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; MI 6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4','loginFailInvalidUsername',NULL,NULL),(47474,0.000000,1611130282.505958,'\0\0\0\0\0\0\0\0\0\0ÿÿQX4<',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; HRY-LX1 Build/HONORHRY-LX1; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/68.0.3440.91 Mobile Safari/537.36 YandexSearch/7.80 YandexSearchBrowser/7.80 wp-android/16.4','loginFailValidUsername',NULL,NULL),(47475,0.000000,1611130292.698296,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹q',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; ELE-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4','loginFailInvalidUsername',NULL,NULL),(47476,0.000000,1611131447.292129,'\0\0\0\0\0\0\0\0\0\0ÿÿ´>v',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php','','Mozilla/5.0 (Linux; Android 7.0; SM-G610M Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/69.0.3497.100 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/194.0.0.42.99;]','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47477,0.000000,1611131473.555873,'\0\0\0\0\0\0\0\0\0\0ÿÿÂœ',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; BND-L21 Build/HONORBND-L21) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 YaApp_Android/9.65 YaSearchBrowser/9.65 wp-android/16.4','loginFailValidUsername',NULL,NULL),(47478,0.000000,1611131864.718251,'\0\0\0\0\0\0\0\0\0\0ÿÿœCÞ.',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; Mi A2 Lite) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.116 Mobile Safari/537.36 wp-android/16.4','loginFailInvalidUsername',NULL,NULL),(47479,0.000000,1611132629.818037,'\0\0\0\0\0\0\0\0\0\0ÿÿÆ6rH',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; KSA-LX9) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 wp-android/16.4','loginFailValidUsername',NULL,NULL),(47480,0.000000,1611133362.833119,'\0\0\0\0\0\0\0\0\0\0ÿÿÆ»&',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; JSN-L21 Build/HONORJSN-L21; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/78.0.3904.108 Mobile Safari/537.36 GSA/10.87.15.21.arm64 wp-android/16.4','loginFailInvalidUsername',NULL,NULL),(47481,0.000000,1611134657.191161,'\0\0\0\0\0\0\0\0\0\0ÿÿ™\\–',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; JSN-L21) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4','loginFailInvalidUsername',NULL,NULL),(47482,0.000000,1611135065.992106,'\0\0\0\0\0\0\0\0\0\0ÿÿ^²',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; HRY-LX1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36,gzip(gfe) wp-android/16.4','loginFailValidUsername',NULL,NULL),(47483,0.000000,1611135995.135629,'\0\0\0\0\0\0\0\0\0\0ÿÿ-‚ä',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; JAT-L41) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 YaBrowser/19.6.4.349.00 Mobile Safari/537.36 wp-android/16.4','loginFailInvalidUsername',NULL,NULL),(47484,0.000000,1611136898.022069,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹Ö|í',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; LLD-L31) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Mobile Safari/537.36 wp-android/16.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47485,0.000000,1611137146.021007,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹Í',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; HMA-L29 Build/HUAWEIHMA-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 YaApp_Android/9.70 YaSearchBrowser/9.70 wp-android/16.4','loginFailInvalidUsername',NULL,NULL),(47486,0.000000,1611138207.390234,'\0\0\0\0\0\0\0\0\0\0ÿÿ™\\–',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; COL-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.111 Mobile Safari/537.36 wp-android/16.4','loginFailValidUsername',NULL,NULL),(47487,0.000000,1611138790.758523,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹ÉÐ',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; HRY-LX1T Build/HONORHRY-LX1T; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/74.0.3729.136 Mobile Safari/537.36 YandexSearch/7.30 YandexSearchBrowser/7.30 wp-android/16.4','loginFailInvalidUsername',NULL,NULL),(47488,0.000000,1611140224.733703,'\0\0\0\0\0\0\0\0\0\0ÿÿœCÞš',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9.0; Redmi Note 7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4','loginFailInvalidUsername',NULL,NULL),(47489,0.000000,1611140751.452656,'\0\0\0\0\0\0\0\0\0\0ÿÿÙŠÇ,',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47490,0.000000,1611141147.320618,'\0\0\0\0\0\0\0\0\0\0ÿÿÜhØ',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; MI 8 Lite Build/PKQ1.181007.001) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 YaApp_Android/9.70 YaSearchBrowser/9.70 wp-android/16.4','loginFailValidUsername',NULL,NULL),(47491,0.000000,1611142839.305471,'\0\0\0\0\0\0\0\0\0\0ÿÿ°Jg',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; CLT-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47492,0.000000,1611143127.328130,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹Aî²',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; BND-L21 Build/HONORBND-L21; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/79.0.3945.79 Mobile Safari/537.36 YandexSearch/9.70 YandexSearchWebView/9.70 wp-android/16.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47493,0.000000,1611143278.405638,'\0\0\0\0\0\0\0\0\0\0ÿÿÂ;¤7',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; HRY-LX1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.73 Mobile Safari/537.36 wp-android/16.4','loginFailInvalidUsername',NULL,NULL),(47494,0.000000,1611144121.621740,'\0\0\0\0\0\0\0\0\0\0ÿÿ-‚ä–',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; BV9500Plus) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Mobile Safari/537.36 OPR/54.3.2672.50220 wp-android/16.4','loginFailValidUsername',NULL,NULL),(47495,0.000000,1611144528.486186,'\0\0\0\0\0\0\0\0\0\0ÿÿY.l',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; LLD-L31) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.92 Mobile Safari/537.36 wp-android/16.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47496,0.000000,1611145756.443979,'\0\0\0\0\0\0\0\0\0\0ÿÿ_¨¦4',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; HRY-LX1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.73 Mobile Safari/537.36 wp-android/16.4','loginFailValidUsername',NULL,NULL),(47497,0.000000,1611146102.976123,'\0\0\0\0\0\0\0\0\0\0ÿÿVk+:',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; MAR-LX1M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4','loginFailInvalidUsername',NULL,NULL),(47498,0.000000,1611147593.603931,'\0\0\0\0\0\0\0\0\0\0ÿÿ^',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; Mi A1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.89 Mobile Safari/537.36 wp-android/16.4','loginFailValidUsername',NULL,NULL),(47499,0.000000,1611147673.790409,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹à‰',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; Mi 9T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4','loginFailInvalidUsername',NULL,NULL),(47500,0.000000,1611149171.721343,'\0\0\0\0\0\0\0\0\0\0ÿÿ¬hö',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; CPH1923) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.79 Mobile Safari/537.36 wp-android/16.4','loginFailInvalidUsername',NULL,NULL),(47501,0.000000,1611150166.873433,'\0\0\0\0\0\0\0\0\0\0ÿÿÓsI:',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; ALP-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.79 Mobile Safari/537.36 wp-android/16.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47502,0.000000,1611150241.654831,'\0\0\0\0\0\0\0\0\0\0ÿÿ¢ñæA',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; MAR-LX1M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4','loginFailValidUsername',NULL,NULL),(47503,0.000000,1611150838.902887,'\0\0\0\0\0\0\0\0\0\0ÿÿY%ù',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; LLD-L31) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.92 Mobile Safari/537.36 wp-android/16.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47504,0.000000,1611151972.899534,'\0\0\0\0\0\0\0\0\0\0ÿÿY.jz',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; C106) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4','loginFailValidUsername',NULL,NULL),(47505,0.000000,1611152362.107448,'\0\0\0\0\0\0\0\0\0\0ÿÿ^íJ¯',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; Mi A1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4','loginFailInvalidUsername',NULL,NULL),(47506,0.000000,1611153233.223448,'\0\0\0\0\0\0\0\0\0\0ÿÿÀ¹Ru',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; MI 8 Lite Build/PKQ1.181007.001) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 YaApp_Android/9.70 YaSearchBrowser/9.70 wp-android/16.4','loginFailValidUsername',NULL,NULL),(47507,0.000000,1611154142.948508,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹ÉÝ',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; KSA-LX9) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 wp-android/16.4','loginFailInvalidUsername',NULL,NULL),(47508,0.000000,1611154226.438098,'\0\0\0\0\0\0\0\0\0\0ÿÿJÜÛÆ',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; CLT-L29 Build/HUAWEICLT-L29; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/78.0.3904.108 Mobile Safari/537.36 GSA/10.87.15.21.arm64 wp-android/16.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47509,0.000000,1611155732.983341,'\0\0\0\0\0\0\0\0\0\0ÿÿ-‚äø',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; FIG-LX1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4','loginFailInvalidUsername',NULL,NULL),(47510,0.000000,1611155970.466812,'\0\0\0\0\0\0\0\0\0\0ÿÿQX4=',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; JSN-L21) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Mobile Safari/537.36 wp-android/16.4','loginFailValidUsername',NULL,NULL),(47511,0.000000,1611156170.507493,'\0\0\0\0\0\0\0\0\0\0ÿÿgÃ¹•',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; LLD-L21) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.79 Mobile Safari/537.36 wp-android/16.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47512,0.000000,1611157024.987417,'\0\0\0\0\0\0\0\0\0\0ÿÿzÉ|D',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; COL-L29 Build/HUAWEICOL-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 YaBrowser/18.10.2.188.00 Mobile Safari/537.36 wp-android/16.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47513,0.000000,1611157400.977379,'\0\0\0\0\0\0\0\0\0\0ÿÿ[êÃ{',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; MI 8 Lite Build/PKQ1.181007.001) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 YaApp_Android/9.70 YaSearchBrowser/9.70 wp-android/16.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47514,0.000000,1611158169.358021,'\0\0\0\0\0\0\0\0\0\0ÿÿÂnT‘',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.0; rv:34.0) Gecko/20100101 Firefox/34.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47515,0.000000,1611158257.947309,'\0\0\0\0\0\0\0\0\0\0ÿÿ¬h?',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; COL-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.111 Mobile Safari/537.36 wp-android/16.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47516,0.000000,1611158446.726854,'\0\0\0\0\0\0\0\0\0\0ÿÿ°Jp',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; Mi A2 Lite Build/PKQ1.180917.001) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 YaApp_Android/9.70 YaSearchBrowser/9.70 wp-android/16.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47517,0.000000,1611159170.992368,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹Ò‘\n',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; G8441) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4','loginFailInvalidUsername',NULL,NULL),(47518,0.000000,1611160101.650508,'\0\0\0\0\0\0\0\0\0\0ÿÿª¦~',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; Mi A2 Lite Build/PKQ1.180917.001) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 YaApp_Android/9.70 YaSearchBrowser/9.70 wp-android/16.4','loginFailValidUsername',NULL,NULL),(47519,0.000000,1611160660.980435,'\0\0\0\0\0\0\0\0\0\0ÿÿª¦~',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; HRY-LX1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4','loginFailInvalidUsername',NULL,NULL),(47520,0.000000,1611160765.551066,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹à‰¦',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; H8324) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47521,0.000000,1611161739.721293,'\0\0\0\0\0\0\0\0\0\0ÿÿlªš',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; HRY-LX1 Build/HONORHRY-L21) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 YaBrowser/17.11.0.542.00 Mobile Safari/537.36 wp-android/16.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47522,0.000000,1611162367.861818,'\0\0\0\0\0\0\0\0\0\0ÿÿ–_7†',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; JAT-LX1 Build/HONORJAT-LX1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 YaBrowser/17.11.0.542.00 Mobile Safari/537.36 wp-android/16.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47523,0.000000,1611163581.812214,'\0\0\0\0\0\0\0\0\0\0ÿÿ”û™r',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; Mi A1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.90 Mobile Safari/537.36 wp-android/16.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47524,0.000000,1611164056.969819,'\0\0\0\0\0\0\0\0\0\0ÿÿ]_Ø(',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; H8324) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4','loginFailInvalidUsername',NULL,NULL),(47525,0.000000,1611165032.487279,'\0\0\0\0\0\0\0\0\0\0ÿÿª¥/',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; H8324) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4','loginFailValidUsername',NULL,NULL),(47526,0.000000,1611165867.145268,'\0\0\0\0\0\0\0\0\0\0ÿÿ”H|^',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; Mi 9 SE) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.116 Mobile Safari/537.36 OPR/55.1.2719.50626 wp-android/16.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47527,0.000000,1611167103.054363,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹àŠm',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; HRY-LX1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.116 Mobile Safari/537.36 wp-android/16.4','loginFailValidUsername',NULL,NULL),(47528,0.000000,1611167439.455772,'\0\0\0\0\0\0\0\0\0\0ÿÿJÐ;?',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; COL-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.96 Mobile Safari/537.36 wp-android/16.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47530,0.000000,1611168843.276472,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹Aï+',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; LLD-L31) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Mobile Safari/537.36 wp-android/16.4','loginFailValidUsername',NULL,NULL),(47531,0.000000,1611169066.285063,'\0\0\0\0\0\0\0\0\0\0ÿÿÆGð ',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; BND-L21 Build/HONORBND-L21) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 YaApp_Android/9.65 YaSearchBrowser/9.65 wp-android/16.4','loginFailInvalidUsername',NULL,NULL),(47532,0.000000,1611170875.237907,'\0\0\0\0\0\0\0\0\0\0ÿÿ]_ØF',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; HRY-LX1T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.136 Mobile Safari/537.36 wp-android/16.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47533,0.000000,1611171095.972598,'\0\0\0\0\0\0\0\0\0\0ÿÿQX4J',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; MAR-LX1M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.116 Mobile Safari/537.36 wp-android/16.4','loginFailValidUsername',NULL,NULL),(47534,0.000000,1611171782.048491,'\0\0\0\0\0\0\0\0\0\0ÿÿH\"%J',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; COL-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47535,0.000000,1611172378.257549,'\0\0\0\0\0\0\0\0\0\0ÿÿ3&@ˆ',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_3) AppleWebKit/604.5.6 (KHTML, like Gecko) Version/11.0.3 Safari/604.5.6','loginFailInvalidUsername',NULL,NULL),(47536,0.000000,1611172571.569816,'\0\0\0\0\0\0\0\0\0\0ÿÿÜnÜ',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; GM 8 d) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4','loginFailInvalidUsername',NULL,NULL),(47537,0.000000,1611173436.280692,'\0\0\0\0\0\0\0\0\0\0ÿÿ3M—M',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(47538,0.000000,1611174415.362514,'\0\0\0\0\0\0\0\0\0\0ÿÿ¢ñæA',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; HRY-LX1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.73 Mobile Safari/537.36 wp-android/16.4','loginFailValidUsername',NULL,NULL),(47539,0.000000,1611174433.373966,'\0\0\0\0\0\0\0\0\0\0ÿÿÀ‰Â',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; JAT-L41) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 YaBrowser/19.6.4.349.00 Mobile Safari/537.36 wp-android/16.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47540,0.000000,1611175481.034677,'\0\0\0\0\0\0\0\0\0\0ÿÿ@Z0Ú',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; JSN-L21) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47541,0.000000,1611176005.468321,'\0\0\0\0\0\0\0\0\0\0ÿÿgñ€G',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; HRY-LX1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4','loginFailValidUsername',NULL,NULL),(47542,0.000000,1611176156.178006,'\0\0\0\0\0\0\0\0\0\0ÿÿÆ{²',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; HRY-LX1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.73 Mobile Safari/537.36 wp-android/16.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47543,0.000000,1611176380.597651,'\0\0\0\0\0\0\0\0\0\0ÿÿÕèWz',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php','','Mozilla/5.0 (Linux; U; Android 4.2.2; pl-pl; GT-P5110 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47544,0.000000,1611176689.659789,'\0\0\0\0\0\0\0\0\0\0ÿÿ#Öæ',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; HRY-LX1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.79 Mobile Safari/537.36 wp-android/16.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47545,0.000000,1611177173.466478,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹è!',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; JSN-L21) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Mobile Safari/537.36 wp-android/16.4','loginFailInvalidUsername',NULL,NULL),(47546,0.000000,1611177973.938982,'\0\0\0\0\0\0\0\0\0\0ÿÿ#ÎaÆ',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9.0; Redmi Note 7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47547,0.000000,1611178263.108314,'\0\0\0\0\0\0\0\0\0\0ÿÿDAz‰',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; JSN-L21) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.116 Mobile Safari/537.36 wp-android/16.4','loginFailInvalidUsername',NULL,NULL),(47548,0.000000,1611178926.456615,'\0\0\0\0\0\0\0\0\0\0ÿÿ?ú&Ø',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; BLA-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47549,0.000000,1611179595.595971,'\0\0\0\0\0\0\0\0\0\0ÿÿÆ6rH',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; HRY-LX1T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.136 Mobile Safari/537.36 wp-android/16.4','loginFailInvalidUsername',NULL,NULL),(47550,0.000000,1611180674.791432,'\0\0\0\0\0\0\0\0\0\0ÿÿª¡',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; G8142) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4','loginFailValidUsername',NULL,NULL),(47551,0.000000,1611181016.210131,'\0\0\0\0\0\0\0\0\0\0ÿÿ[êÃ{',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; JSN-L21) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.116 Mobile Safari/537.36,gzip(gfe) wp-android/16.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47552,0.000000,1611182326.320502,'\0\0\0\0\0\0\0\0\0\0ÿÿ¢Ö¬É',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9.0; Redmi Note 7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47553,0.000000,1611182614.304815,'\0\0\0\0\0\0\0\0\0\0ÿÿª¡',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; HRY-LX1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Mobile Safari/537.36 wp-android/16.4','loginFailInvalidUsername',NULL,NULL),(47554,0.000000,1611183598.625238,'\0\0\0\0\0\0\0\0\0\0ÿÿ—jtN',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; JAT-L41) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 YaBrowser/19.6.4.349.00 Mobile Safari/537.36 wp-android/16.4','loginFailValidUsername',NULL,NULL),(47555,0.000000,1611184199.676604,'\0\0\0\0\0\0\0\0\0\0ÿÿg\"',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; H8324) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4','loginFailInvalidUsername',NULL,NULL),(47556,0.000000,1611184751.173690,'\0\0\0\0\0\0\0\0\0\0ÿÿ^åKT',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php','','NokiaC2-00/2.0 (03.45) Profile/MIDP-2.1 Configuration/CLDC-1.1 Mozilla/5.0 (Java; U; kau; nokiac2-00) UCBrowser8.3.0.154/69/352/UCWEB Mobile UNTRUSTED/1.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47557,0.000000,1611185403.618607,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹n',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; COL-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.96 Mobile Safari/537.36 wp-android/16.4','loginFailInvalidUsername',NULL,NULL),(47558,0.000000,1611185584.819032,'\0\0\0\0\0\0\0\0\0\0ÿÿ-WPÞ',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; HRY-LX1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Mobile Safari/537.36 wp-android/16.4','loginFailValidUsername',NULL,NULL),(47559,0.000000,1611186400.886479,'\0\0\0\0\0\0\0\0\0\0ÿÿg\".',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9.0; Redmi Note 7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47560,0.000000,1611186719.281711,'\0\0\0\0\0\0\0\0\0\0ÿÿ>ÒÍ',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47561,0.000000,1611186949.510328,'\0\0\0\0\0\0\0\0\0\0ÿÿÆˆ=µ',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; COL-L29 Build/HUAWEICOL-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 YaApp_Android/9.70 YaSearchBrowser/9.70 wp-android/16.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47562,0.000000,1611189801.060651,'\0\0\0\0\0\0\0\0\0\0ÿÿQX4w',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; JSN-L21 Build/HONORJSN-L21; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/78.0.3904.108 Mobile Safari/537.36 GSA/10.85.11.21.arm64 wp-android/16.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47563,0.000000,1611190388.472510,'\0\0\0\0\0\0\0\0\0\0ÿÿ1¥@',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; HRY-LX1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.73 Mobile Safari/537.36 wp-android/16.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47564,0.000000,1611191639.735505,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹É\n',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; Mi A1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.90 Mobile Safari/537.36 wp-android/16.4','loginFailValidUsername',NULL,NULL),(47565,0.000000,1611191903.005062,'\0\0\0\0\0\0\0\0\0\0ÿÿÆ6ro',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 8.1.0; ZTE BLADE V0920) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.92 Mobile Safari/537.36 wp-android/16.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47566,0.000000,1611193385.091914,'\0\0\0\0\0\0\0\0\0\0ÿÿ¿e2Œ',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; Mi A2 Lite Build/PKQ1.180917.001) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 YaApp_Android/9.70 YaSearchBrowser/9.70 wp-android/16.4','loginFailValidUsername',NULL,NULL),(47567,0.000000,1611193914.312978,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹hù',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; GM 8 d) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4','loginFailInvalidUsername',NULL,NULL),(47568,0.000000,1611194191.280438,'\0\0\0\0\0\0\0\0\0\0ÿÿ-˜µÔ',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php','','Mozilla/5.0 (Linux; Android 6.0.1; SM-J500M Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Mobile Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47569,0.000000,1611194954.226874,'\0\0\0\0\0\0\0\0\0\0ÿÿ	zØ',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; ASUS_X00TD) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4','loginFailValidUsername',NULL,NULL),(47570,0.000000,1611195545.301671,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹àŠÈ',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; LLD-L21) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4','loginFailInvalidUsername',NULL,NULL),(47571,0.000000,1611197332.676431,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹åqQ',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; JSN-L21 Build/HONORJSN-L21; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/78.0.3904.108 Mobile Safari/537.36 GSA/10.85.11.21.arm64 wp-android/16.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47572,0.000000,1611198908.724151,'\0\0\0\0\0\0\0\0\0\0ÿÿ.¯',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; EML-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.62 Mobile Safari/537.36 wp-android/16.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47573,0.000000,1611199289.067340,'\0\0\0\0\0\0\0\0\0\0ÿÿÂœ>',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; HRY-LX1T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.136 Mobile Safari/537.36 wp-android/16.4','loginFailInvalidUsername',NULL,NULL),(47574,0.000000,1611200498.958861,'\0\0\0\0\0\0\0\0\0\0ÿÿQ®',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; G8441 Build/47.2.A.11.228) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 YaBrowser/18.4.0.659.00 Mobile Safari/537.36 wp-android/16.4','loginFailValidUsername',NULL,NULL),(47575,0.000000,1611201896.817473,'\0\0\0\0\0\0\0\0\0\0ÿÿª¥/',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; HRY-LX1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.116 Mobile Safari/537.36 wp-android/16.4','loginFailInvalidUsername',NULL,NULL),(47576,0.000000,1611202330.971095,'\0\0\0\0\0\0\0\0\0\0ÿÿ#æ…m',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; MAR-LX1M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.116 Mobile Safari/537.36 wp-android/16.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47577,0.000000,1611203077.288278,'\0\0\0\0\0\0\0\0\0\0ÿÿgao',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; HRY-LX1 Build/HONORHRY-L21) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 YaBrowser/17.11.0.542.00 Mobile Safari/537.36 wp-android/16.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47578,0.000000,1611203492.479324,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹Ø#y',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php','','Mozilla/5.0(Linux;U;Android 5.1.1;zh-CN;OPPO A33 Build/LMY47V) AppleWebKit/537.36(KHTML,like Gecko) Version/4.0 Chrome/40.0.2214.89 UCBrowser/11.7.0.953 Mobile Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47579,0.000000,1611204046.278214,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹`',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; Mi A2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47580,0.000000,1611205001.692481,'\0\0\0\0\0\0\0\0\0\0ÿÿQX4N',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; HRY-LX1 Build/HONORHRY-L21) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 YaApp_Android/9.70 YaSearchBrowser/9.70 wp-android/16.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47581,0.000000,1611205968.893958,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹à‰`',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; LLD-L31) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4','loginFailValidUsername',NULL,NULL),(47582,0.000000,1611206822.369447,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹àŠ',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; HRY-LX1 Build/HONORHRY-L21) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 YaApp_Android/9.70 YaSearchBrowser/9.70 wp-android/16.4','loginFailInvalidUsername',NULL,NULL),(47583,0.000000,1611207940.548082,'\0\0\0\0\0\0\0\0\0\0ÿÿÀ‘ï/',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; FIG-LX1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47584,0.000000,1611208475.099226,'\0\0\0\0\0\0\0\0\0\0ÿÿJÐ;?',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; meizu note9) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4','loginFailInvalidUsername',NULL,NULL),(47585,0.000000,1611209926.628182,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹àŠ',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; Mi A2 Lite) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4','loginFailValidUsername',NULL,NULL),(47586,0.000000,1611210785.658318,'\0\0\0\0\0\0\0\0\0\0ÿÿ-c',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; G8441 Build/47.2.A.11.228) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 YaBrowser/18.4.0.659.00 Mobile Safari/537.36 wp-android/16.4','loginFailInvalidUsername',NULL,NULL),(47587,0.000000,1611211619.910786,'\0\0\0\0\0\0\0\0\0\0ÿÿ®Š²Â',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; JSN-L21 Build/HONORJSN-L21) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 YaApp_Android/9.70 YaSearchBrowser/9.70 wp-android/16.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47588,0.000000,1611212425.948152,'\0\0\0\0\0\0\0\0\0\0ÿÿÜô',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; ELE-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4','loginFailInvalidUsername',NULL,NULL),(47589,0.000000,1611212869.324722,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹](',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47590,0.000000,1611213789.077459,'\0\0\0\0\0\0\0\0\0\0ÿÿ¸šÎ',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; HRY-LX1T Build/HONORHRY-LX1T; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/74.0.3729.136 Mobile Safari/537.36 YandexSearch/7.30 YandexSearchBrowser/7.30 wp-android/16.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47591,0.000000,1611214188.419328,'\0\0\0\0\0\0\0\0\0\0ÿÿQÓ\'',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; LLD-L31) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Mobile Safari/537.36 wp-android/16.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47592,0.000000,1611214889.288799,'\0\0\0\0\0\0\0\0\0\0ÿÿ#ÐAÃ',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; HRY-LX1T Build/HONORHRY-LX1T; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/74.0.3729.136 Mobile Safari/537.36 YandexSearch/7.30 YandexSearchBrowser/7.30 wp-android/16.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47593,0.000000,1611215394.910147,'\0\0\0\0\0\0\0\0\0\0ÿÿÊµ§',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; BND-L21 Build/HONORBND-L21; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/79.0.3945.79 Mobile Safari/537.36 YandexSearch/9.70 YandexSearchWebView/9.70 wp-android/16.4','loginFailInvalidUsername',NULL,NULL),(47594,0.000000,1611216508.261561,'\0\0\0\0\0\0\0\0\0\0ÿÿ#Ð•_',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; JAT-LX1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.136 Mobile Safari/537.36 wp-android/16.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47595,0.000000,1611217024.430300,'\0\0\0\0\0\0\0\0\0\0ÿÿ-—øA',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; COL-L29 Build/HUAWEICOL-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 YaBrowser/17.11.0.542.00 Mobile Safari/537.36 wp-android/16.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47596,0.000000,1611218203.499447,'\0\0\0\0\0\0\0\0\0\0ÿÿ#ÐÑž',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; C106) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47597,0.000000,1611218573.134922,'\0\0\0\0\0\0\0\0\0\0ÿÿ#Ñö8',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; JAT-LX1 Build/HONORJAT-LX1; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/74.0.3729.136 Mobile Safari/537.36 YandexSearch/7.30 YandexSearchBrowser/7.30 wp-android/16.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47598,0.000000,1611219244.891288,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹n',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; GM 8 d) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4','loginFailInvalidUsername',NULL,NULL),(47599,0.000000,1611220015.710330,'\0\0\0\0\0\0\0\0\0\0ÿÿQì',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; JSN-L21) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.116 Mobile Safari/537.36 wp-android/16.4','loginFailValidUsername',NULL,NULL),(47600,0.000000,1611220464.826441,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹QC',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; COL-L29 Build/HUAWEICOL-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 YaBrowser/18.10.2.188.00 Mobile Safari/537.36 wp-android/16.4','loginFailInvalidUsername',NULL,NULL),(47601,0.000000,1611220855.150855,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹ÜFD',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php','','Mozilla/5.0 (Linux; Android 6.0.1; SM-J500M Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/70.0.3538.80 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/197.0.0.46.98;]','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47602,0.000000,1611221585.877365,'\0\0\0\0\0\0\0\0\0\0ÿÿ#Ð>',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; G8441) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4','loginFailValidUsername',NULL,NULL),(47603,0.000000,1611222167.558501,'\0\0\0\0\0\0\0\0\0\0ÿÿ²€',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; KSA-LX9 Build/HONORKSA-LX9; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/72.0.3626.121 Mobile Safari/537.36 YandexSearch/7.30 YandexSearchBrowser/7.30 wp-android/16.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47604,0.000000,1611223105.880551,'\0\0\0\0\0\0\0\0\0\0ÿÿ-WPÀ',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; COL-L29 Build/HUAWEICOL-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 YaBrowser/18.10.2.188.00 Mobile Safari/537.36 wp-android/16.4','loginFailValidUsername',NULL,NULL),(47605,0.000000,1611223868.869538,'\0\0\0\0\0\0\0\0\0\0ÿÿ²€',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; COL-L29 Build/HUAWEICOL-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 YaApp_Android/9.70 YaSearchBrowser/9.70 wp-android/16.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47606,0.000000,1611225441.079810,'\0\0\0\0\0\0\0\0\0\0ÿÿ\\ù,v',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; Mi 9 SE) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4','loginFailValidUsername',NULL,NULL),(47607,0.000000,1611225809.666944,'\0\0\0\0\0\0\0\0\0\0ÿÿ\\ù,v',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; MAR-LX1M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.116 Mobile Safari/537.36 wp-android/16.4','loginFailInvalidUsername',NULL,NULL),(47608,0.000000,1611226992.500841,'\0\0\0\0\0\0\0\0\0\0ÿÿÜh†',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; JSN-L21 Build/HONORJSN-L21; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/78.0.3904.108 Mobile Safari/537.36 GSA/10.87.15.21.arm64 wp-android/16.4','loginFailValidUsername',NULL,NULL),(47609,0.000000,1611227956.604106,'\0\0\0\0\0\0\0\0\0\0ÿÿ¢ñÂ#',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; HRY-LX1 Build/HONORHRY-LX1; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/68.0.3440.91 Mobile Safari/537.36 YandexSearch/7.80 YandexSearchBrowser/7.80 wp-android/16.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47610,0.000000,1611228875.885641,'\0\0\0\0\0\0\0\0\0\0ÿÿ¬h‹2',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; JSN-L21) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4','loginFailValidUsername',NULL,NULL),(47611,0.000000,1611229817.973184,'\0\0\0\0\0\0\0\0\0\0ÿÿËªS',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; MI 8 Lite Build/PKQ1.181007.001) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 YaApp_Android/9.70 YaSearchBrowser/9.70 wp-android/16.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47612,0.000000,1611229868.804728,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹](',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php','','Mozilla/5.0 (Linux; Android 7.0; SM-G610M Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/70.0.3538.80 Mobile Safari/537.36 [FB_IAB/Orca-Android;FBAV/192.0.0.31.101;]','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47613,0.000000,1611229898.962672,'\0\0\0\0\0\0\0\0\0\0ÿÿ ™šƒ',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; JSN-L21 Build/HONORJSN-L21) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 YaApp_Android/9.70 YaSearchBrowser/9.70 wp-android/16.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47614,0.000000,1611231211.773527,'\0\0\0\0\0\0\0\0\0\0ÿÿ„”ÿÆ',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; LLD-L31) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.92 Mobile Safari/537.36 wp-android/16.4','loginFailValidUsername',NULL,NULL),(47615,0.000000,1611231907.980156,'\0\0\0\0\0\0\0\0\0\0ÿÿÀc?',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; HRY-LX1 Build/HONORHRY-L21) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 YaApp_Android/9.70 YaSearchBrowser/9.70 wp-android/16.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47616,0.000000,1611233055.085199,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹n',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; G8441 Build/47.2.A.11.228) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 YaBrowser/18.4.0.659.00 Mobile Safari/537.36 wp-android/16.4','loginFailValidUsername',NULL,NULL),(47617,0.000000,1611234215.705014,'\0\0\0\0\0\0\0\0\0\0ÿÿ-\rü•',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; Mi A2 Lite Build/PKQ1.180917.001) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 YaApp_Android/9.70 YaSearchBrowser/9.70 wp-android/16.4','loginFailInvalidUsername',NULL,NULL),(47618,0.000000,1611235237.211784,'\0\0\0\0\0\0\0\0\0\0ÿÿÜhØ',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; MAR-LX1M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4','loginFailValidUsername',NULL,NULL),(47619,0.000000,1611235994.003827,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹Ö‚',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; meizu note9) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4','loginFailInvalidUsername',NULL,NULL),(47620,0.000000,1611236210.542593,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–w-',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47621,1611236707.725583,1611236706.658800,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–w-',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47622,1611236705.456671,1611236704.555700,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–w-',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47623,1611236646.484179,1611236645.147800,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–w-',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47624,1611236643.931529,1611236642.547600,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–w-',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47625,1611236584.991456,1611236583.695100,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–w-',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47626,1611236582.483982,1611236581.199700,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–w-',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47627,1611236523.905673,1611236522.438200,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–w-',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47628,1611236521.236947,1611236520.198000,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–w-',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47629,1611236461.163175,1611236460.253400,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–w-',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47630,1611236458.841226,1611236457.952600,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–w-',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47631,1611236400.446904,1611236399.575700,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–w-',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47632,1611236398.357375,1611236396.994700,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–w-',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47633,1611236335.001976,1611236333.746400,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–w-',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47634,1611236332.362355,1611236331.474200,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–w-',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47635,1611236274.294139,1611236272.811700,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–w-',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47636,1611236271.602319,1611236270.723800,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–w-',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47637,1611236213.847335,1611236212.952300,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–w-',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47638,0.000000,1611236732.327207,'\0\0\0\0\0\0\0\0\0\0ÿÿÝÎ÷',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php','','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.517 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47639,1611236777.908152,1611236777.018000,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–w-',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47640,1611236775.820018,1611236774.913700,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–w-',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47641,0.000000,1611236837.385511,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–w-',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','loginFailValidUsername',NULL,NULL),(47642,0.000000,1611236900.628409,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–w-',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','loginFailValidUsername',NULL,NULL),(47643,0.000000,1611236960.759095,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–w-',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47644,1611237331.226534,1611237330.342400,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–w-',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47645,1611237329.135331,1611237328.246400,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–w-',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47646,1611237270.695249,1611237269.790200,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–w-',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47647,1611237268.577859,1611237267.353800,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–w-',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47648,1611237207.797927,1611237206.604600,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–w-',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47649,1611237205.397528,1611237204.522300,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–w-',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47650,1611237147.451907,1611237146.014200,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–w-',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47651,1611237144.802645,1611237143.290000,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–w-',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47652,1611237088.508841,1611237087.619600,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–w-',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47653,1611237086.250402,1611237085.376100,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–w-',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47654,1611237027.062869,1611237026.197200,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–w-',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47655,1611237024.969180,1611237023.606500,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–w-',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47656,1611236966.054511,1611236964.810100,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–w-',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47657,0.000000,1611237371.645987,'\0\0\0\0\0\0\0\0\0\0ÿÿ[êÃ³',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; Mi A2 Lite) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47658,1611237515.431462,1611237514.567500,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–w-',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47659,1611237513.366922,1611237512.492200,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–w-',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47660,1611237454.856898,1611237453.973900,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–w-',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47661,1611237452.752193,1611237451.584000,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–w-',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47662,1611237394.561798,1611237393.351100,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–w-',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47663,1611237392.135442,1611237391.249500,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–w-',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47664,0.000000,1611237574.921713,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–w-',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','loginFailValidUsername',NULL,NULL),(47665,0.000000,1611238078.660765,'\0\0\0\0\0\0\0\0\0\0ÿÿCÜ¿Ò',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; ALP-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.79 Mobile Safari/537.36 wp-android/16.4','loginFailInvalidUsername',NULL,NULL),(47666,0.000000,1611239051.700066,'\0\0\0\0\0\0\0\0\0\0ÿÿÂnT‘',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 YaBrowser/17.1.0.2034 Yowser/2.5 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47667,0.000000,1611239853.143357,'\0\0\0\0\0\0\0\0\0\0ÿÿH	Ÿ$',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; HRY-LX1 Build/HONORHRY-LX1; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/68.0.3440.91 Mobile Safari/537.36 YandexSearch/7.80 YandexSearchBrowser/7.80 wp-android/16.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47668,0.000000,1611240313.064816,'\0\0\0\0\0\0\0\0\0\0ÿÿÂœŒ',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; JSN-L21 Build/HONORJSN-L21; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/74.0.3729.136 Mobile Safari/537.36 YandexSearch/8.11 YandexSearchBrowser/8.11 wp-android/16.4','loginFailInvalidUsername',NULL,NULL),(47669,0.000000,1611241620.837269,'\0\0\0\0\0\0\0\0\0\0ÿÿÅ}µ',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php','','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.517 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47670,0.000000,1611241636.569893,'\0\0\0\0\0\0\0\0\0\0ÿÿ-WS\'',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; FLA-LX1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4','loginFailValidUsername',NULL,NULL),(47671,0.000000,1611242649.066525,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹0',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; BND-L21 Build/HONORBND-L21) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 YaApp_Android/9.65 YaSearchBrowser/9.65 wp-android/16.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47672,0.000000,1611243784.529330,'\0\0\0\0\0\0\0\0\0\0ÿÿÁ @',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; JAT-LX1 Build/HONORJAT-LX1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 YaBrowser/17.11.0.542.00 Mobile Safari/537.36 wp-android/16.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47673,0.000000,1611244523.266799,'\0\0\0\0\0\0\0\0\0\0ÿÿ^²',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; JAT-L41) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 YaBrowser/19.6.4.349.00 Mobile Safari/537.36 wp-android/16.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47674,0.000000,1611246075.202908,'\0\0\0\0\0\0\0\0\0\0ÿÿ-WS\'',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; CLT-L29 Build/HUAWEICLT-L29; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/78.0.3904.108 Mobile Safari/537.36 GSA/10.87.15.21.arm64 wp-android/16.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47675,0.000000,1611246609.099966,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹¹~=',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; Mi A1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47676,0.000000,1611247897.360433,'\0\0\0\0\0\0\0\0\0\0ÿÿˆ\'•',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; LLD-L31) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Mobile Safari/537.36 wp-android/16.4','loginFailValidUsername',NULL,NULL),(47677,0.000000,1611248928.844823,'\0\0\0\0\0\0\0\0\0\0ÿÿ9YA',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; HMA-L29 Build/HUAWEIHMA-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 YaApp_Android/9.70 YaSearchBrowser/9.70 wp-android/16.4','loginFailInvalidUsername',NULL,NULL),(47678,0.000000,1611251018.157793,'\0\0\0\0\0\0\0\0\0\0ÿÿ\\ù-',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; JSN-L21) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4','loginFailInvalidUsername',NULL,NULL),(47679,0.000000,1611252276.196194,'\0\0\0\0\0\0\0\0\0\0ÿÿˆ\'“',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; MAR-LX1M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.116 Mobile Safari/537.36 wp-android/16.4','loginFailValidUsername',NULL,NULL),(47680,0.000000,1611253072.286027,'\0\0\0\0\0\0\0\0\0\0ÿÿ”H—Ä',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; ANE-LX1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47681,0.000000,1611254667.883690,'\0\0\0\0\0\0\0\0\0\0ÿÿ²>pV',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; MI 6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4','loginFailValidUsername',NULL,NULL),(47682,0.000000,1611255285.789137,'\0\0\0\0\0\0\0\0\0\0ÿÿg*n',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; H8324) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4','loginFailValidUsername',NULL,NULL),(47683,0.000000,1611255558.425277,'\0\0\0\0\0\0\0\0\0\0ÿÿ\\ù,',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; COL-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.111 Mobile Safari/537.36 wp-android/16.4','loginFailInvalidUsername',NULL,NULL),(47684,0.000000,1611256026.720893,'\0\0\0\0\0\0\0\0\0\0ÿÿ#ÖÂc',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; HRY-LX1T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.136 Mobile Safari/537.36 wp-android/16.4','loginFailValidUsername',NULL,NULL),(47685,0.000000,1611256822.794645,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹É\n=',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; FIG-LX1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4','loginFailInvalidUsername',NULL,NULL),(47686,0.000000,1611257976.182944,'\0\0\0\0\0\0\0\0\0\0ÿÿ°hk',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; COL-L29 Build/HUAWEICOL-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 YaApp_Android/9.70 YaSearchBrowser/9.70 wp-android/16.4','loginFailValidUsername',NULL,NULL),(47687,0.000000,1611258434.867323,'\0\0\0\0\0\0\0\0\0\0ÿÿ@G‡',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; BND-L21) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47688,0.000000,1611259520.920482,'\0\0\0\0\0\0\0\0\0\0ÿÿÜhº',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; HRY-LX1 Build/HONORHRY-L21) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 YaBrowser/17.11.0.542.00 Mobile Safari/537.36 wp-android/16.4','loginFailValidUsername',NULL,NULL),(47689,0.000000,1611260557.987128,'\0\0\0\0\0\0\0\0\0\0ÿÿµÚZ',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; HRY-LX1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.73 Mobile Safari/537.36 wp-android/16.4','loginFailInvalidUsername',NULL,NULL),(47690,0.000000,1611261488.396400,'\0\0\0\0\0\0\0\0\0\0ÿÿÏ”zý',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; MI 8 Lite) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4','loginFailValidUsername',NULL,NULL),(47691,0.000000,1611261982.990215,'\0\0\0\0\0\0\0\0\0\0ÿÿVk+',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; JAT-LX1 Build/HONORJAT-LX1; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/74.0.3729.136 Mobile Safari/537.36 YandexSearch/7.30 YandexSearchBrowser/7.30 wp-android/16.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47692,1611263030.783761,1611263029.283200,'\0\0\0\0\0\0\0\0\0\0ÿÿ•¦L',0,403,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-admin/admin-ajax.php',NULL,'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36','blocked:waf','Function Injection in Multiple Themes using Epsilon Framework <= 1.2.1','{\"learningMode\":0,\"failedRules\":\"285\",\"paramKey\":\"c2VydmVyLnNjcmlwdF9maWxlbmFtZQ==\",\"paramValue\":\"L2hvbWUvcnV0aHNudXQvcHVibGljX2h0bWwvd3AtYWRtaW4vYWRtaW4tYWpheC5waHA=\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"rce\",\"ssl\":1}'),(47693,1611263028.618652,1611263027.171800,'\0\0\0\0\0\0\0\0\0\0ÿÿ•¦L',0,403,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-admin/admin-ajax.php',NULL,'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36','blocked:waf','Function Injection in Multiple Themes using Epsilon Framework <= 1.2.1','{\"learningMode\":0,\"failedRules\":\"285\",\"paramKey\":\"c2VydmVyLnNjcmlwdF9maWxlbmFtZQ==\",\"paramValue\":\"L2hvbWUvcnV0aHNudXQvcHVibGljX2h0bWwvd3AtYWRtaW4vYWRtaW4tYWpheC5waHA=\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"rce\",\"ssl\":1}'),(47694,1611263026.508503,1611263025.411000,'\0\0\0\0\0\0\0\0\0\0ÿÿ•¦L',0,403,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-admin/admin-ajax.php',NULL,'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36','blocked:waf','Function Injection in Multiple Themes using Epsilon Framework <= 1.2.1','{\"learningMode\":0,\"failedRules\":\"285\",\"paramKey\":\"c2VydmVyLnNjcmlwdF9maWxlbmFtZQ==\",\"paramValue\":\"L2hvbWUvcnV0aHNudXQvcHVibGljX2h0bWwvd3AtYWRtaW4vYWRtaW4tYWpheC5waHA=\",\"path\":\"L3dwLWFkbWluL2FkbWluLWFqYXgucGhw\",\"category\":\"rce\",\"ssl\":1}'),(47695,0.000000,1611263430.604302,'\0\0\0\0\0\0\0\0\0\0ÿÿXÆ:',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; Mi A2 Lite Build/PKQ1.180917.001) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 YaApp_Android/9.70 YaSearchBrowser/9.70 wp-android/16.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47696,0.000000,1611263905.344148,'\0\0\0\0\0\0\0\0\0\0ÿÿ¢ñ”',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; MI 8) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47697,0.000000,1611265070.518319,'\0\0\0\0\0\0\0\0\0\0ÿÿ#Îj|',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; Mi 9T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4','loginFailValidUsername',NULL,NULL),(47698,0.000000,1611266246.542888,'\0\0\0\0\0\0\0\0\0\0ÿÿ¢ûU†',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; COL-L29 Build/HUAWEICOL-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 YaApp_Android/9.70 YaSearchBrowser/9.70 wp-android/16.4','loginFailInvalidUsername',NULL,NULL),(47699,0.000000,1611266310.170844,'\0\0\0\0\0\0\0\0\0\0ÿÿ-TÌÚ',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; C106) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4','loginFailInvalidUsername',NULL,NULL),(47700,0.000000,1611266662.807019,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹É',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; HRY-LX1T Build/HONORHRY-LX1T; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/74.0.3729.136 Mobile Safari/537.36 YandexSearch/7.30 YandexSearchBrowser/7.30 wp-android/16.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47701,0.000000,1611267831.502235,'\0\0\0\0\0\0\0\0\0\0ÿÿ[êÂ~',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; BKL-AL20) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.90 Mobile Safari/537.36 wp-android/16.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47702,0.000000,1611269006.374337,'\0\0\0\0\0\0\0\0\0\0ÿÿ¸šÎ',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; LLD-L31) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.92 Mobile Safari/537.36 wp-android/16.4','loginFailValidUsername',NULL,NULL),(47703,0.000000,1611269115.749966,'\0\0\0\0\0\0\0\0\0\0ÿÿø˜',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; MAR-LX1M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.116 Mobile Safari/537.36 wp-android/16.4','loginFailInvalidUsername',NULL,NULL),(47704,0.000000,1611269660.440709,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹à‰¦',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; HRY-LX1T Build/HONORHRY-LX1T; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/74.0.3729.136 Mobile Safari/537.36 YandexSearch/7.30 YandexSearchBrowser/7.30 wp-android/16.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47705,0.000000,1611270891.713803,'\0\0\0\0\0\0\0\0\0\0ÿÿ—jtý',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; Mi A2 Lite) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.116 Mobile Safari/537.36 wp-android/16.4','loginFailValidUsername',NULL,NULL),(47706,0.000000,1611271801.756141,'\0\0\0\0\0\0\0\0\0\0ÿÿ¬i/*',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; G8142) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47707,0.000000,1611273123.903991,'\0\0\0\0\0\0\0\0\0\0ÿÿQX4',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; HRY-LX1T Build/HONORHRY-LX1T; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/74.0.3729.136 Mobile Safari/537.36 YandexSearch/7.30 YandexSearchBrowser/7.30 wp-android/16.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47708,0.000000,1611274527.103524,'\0\0\0\0\0\0\0\0\0\0ÿÿ;w',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; LLD-L21) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47709,0.000000,1611275514.480106,'\0\0\0\0\0\0\0\0\0\0ÿÿQX4Q',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; Mi A1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.89 Mobile Safari/537.36 wp-android/16.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47710,0.000000,1611275677.887213,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹](',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php','','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.10) Gecko/20050716 Firefox/1.0.6','loginFailInvalidUsername',NULL,NULL),(47711,0.000000,1611276326.041470,'\0\0\0\0\0\0\0\0\0\0ÿÿÀ¹QÖ',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; MAR-LX1M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4','loginFailInvalidUsername',NULL,NULL),(47712,0.000000,1611277404.784559,'\0\0\0\0\0\0\0\0\0\0ÿÿ.¶w',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; LLD-L21) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.79 Mobile Safari/537.36 wp-android/16.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47713,0.000000,1611278213.238933,'\0\0\0\0\0\0\0\0\0\0ÿÿ_Ù(Ö',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; CPH1923) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4','loginFailInvalidUsername',NULL,NULL),(47714,0.000000,1611278974.637486,'\0\0\0\0\0\0\0\0\0\0ÿÿnè',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; JSN-L21) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47715,0.000000,1611279003.652957,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','loginFailValidUsername',NULL,NULL),(47716,0.000000,1611279182.391979,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47717,1611279408.133358,1611279407.198400,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47718,1611279332.199521,1611279331.045800,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47719,1611279329.813270,1611279328.907900,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47720,1611279271.817163,1611279270.918900,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47721,1611279269.311614,1611279268.140500,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47722,1611279185.852580,1611279184.565100,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47723,0.000000,1611279417.432252,'\0\0\0\0\0\0\0\0\0\0ÿÿ-‚ä–',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; COL-L29 Build/HUAWEICOL-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 YaApp_Android/9.66 YaSearchBrowser/9.66 wp-android/16.4','loginFailValidUsername',NULL,NULL),(47724,1611279707.846350,1611279706.585600,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47725,1611279705.197648,1611279703.764900,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47726,1611279643.804188,1611279642.442300,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47727,1611279641.340222,1611279640.096600,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47728,1611279583.298157,1611279581.985100,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47729,1611279580.727544,1611279579.279800,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47730,1611279522.127382,1611279520.722200,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47731,1611279519.294887,1611279517.932800,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47732,1611279461.738989,1611279460.330400,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47733,1611279458.720811,1611279457.372100,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47734,0.000000,1611279787.107541,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47735,1611279794.301301,1611279792.972100,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47736,1611280099.845151,1611280098.545500,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47737,1611280097.184136,1611280095.894900,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47738,1611280039.790608,1611280038.419600,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47739,1611280036.780087,1611280035.435900,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47740,1611279978.882273,1611279977.636200,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47741,1611279976.150347,1611279974.683000,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47742,1611279916.346234,1611279915.057600,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47743,1611279913.819737,1611279912.494900,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47744,1611279855.599115,1611279854.148400,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47745,1611279852.881274,1611279851.096300,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47746,1611280359.226863,1611280357.784000,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47747,1611280356.353140,1611280355.068200,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47748,1611280291.670730,1611280290.712200,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47749,1611280289.276565,1611280288.387200,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47750,1611280230.878649,1611280229.666300,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47751,1611280228.265415,1611280227.366800,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47752,1611280170.416856,1611280169.202800,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47753,1611280167.874345,1611280166.623600,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47754,0.000000,1611280417.444907,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','loginFailValidUsername',NULL,NULL),(47755,0.000000,1611280540.594990,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','loginFailValidUsername',NULL,NULL),(47756,0.000000,1611280723.866064,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47757,1611280727.325207,1611280725.998700,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47758,1611281030.797827,1611281029.880900,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47759,1611281028.200620,1611281027.302900,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47760,1611280970.044896,1611280968.922300,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47761,1611280967.488549,1611280966.616300,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47762,1611280909.759682,1611280908.344500,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47763,1611280906.849921,1611280905.558400,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47764,1611280848.856443,1611280847.539800,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47765,1611280846.210955,1611280844.816600,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47766,1611280795.238470,1611280793.821900,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47767,1611281214.146409,1611281213.164100,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47768,1611281211.667802,1611281210.203800,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47769,1611281154.244099,1611281152.796700,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47770,1611281151.330888,1611281149.958500,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47771,1611281092.739821,1611281091.322800,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47772,1611281089.823746,1611281088.501200,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47773,1611281275.317758,1611281273.982200,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47774,1611281272.529697,1611281271.456800,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47775,0.000000,1611281334.449320,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47776,1611281459.294164,1611281457.971400,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47777,1611281456.520184,1611281455.612700,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47778,1611281403.009249,1611281401.893400,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47779,1611281337.554046,1611281336.667900,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47780,1611281524.795554,1611281523.409300,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47781,1611281522.116132,1611281520.634900,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47782,0.000000,1611281536.737669,'\0\0\0\0\0\0\0\0\0\0ÿÿÆGñ',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; ELE-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4','loginFailInvalidUsername',NULL,NULL),(47783,1611281705.035906,1611281704.167700,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47784,1611281646.994401,1611281645.278300,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47785,1611281643.842441,1611281642.538200,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47786,1611281586.310470,1611281584.947600,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47787,1611281583.466309,1611281581.726000,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47788,0.000000,1611281703.738836,'\0\0\0\0\0\0\0\0\0\0ÿÿ‡”!“',0,200,0,0,0,'https://mail.ruthsnutrition.com/xmlrpc.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:60.0) Gecko/20100101 Firefox/60.0','loginFailInvalidUsername',NULL,NULL),(47789,1611281769.857753,1611281768.625100,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47790,1611281767.221319,1611281765.848100,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47791,1611281707.960205,1611281706.544000,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47792,0.000000,1611281770.104803,'\0\0\0\0\0\0\0\0\0\0ÿÿË—©l',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; HRY-LX1 Build/HONORHRY-L21) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 YaApp_Android/9.70 YaSearchBrowser/9.70 wp-android/16.4','loginFailValidUsername',NULL,NULL),(47793,1611281897.760857,1611281896.341300,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47794,1611281894.826038,1611281893.461200,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47795,1611281830.413095,1611281829.192100,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47796,1611281827.747507,1611281826.315000,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47797,0.000000,1611281956.094048,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','loginFailValidUsername',NULL,NULL),(47798,0.000000,1611282016.536675,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47799,1611282081.672454,1611282080.182900,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47800,1611282078.670349,1611282077.229400,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47801,1611282022.812027,1611282021.462000,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47802,1611282263.644386,1611282262.492900,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47803,1611282260.964500,1611282259.824800,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47804,1611282202.857576,1611282201.673000,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47805,1611282200.142678,1611282199.194200,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47806,1611282141.088192,1611282140.211100,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47807,1611282139.137308,1611282138.145700,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47808,1611282386.679474,1611282385.271600,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47809,1611282383.787678,1611282382.428600,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47810,1611282324.547126,1611282323.491000,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47811,1611282322.018271,1611282321.142000,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47812,0.000000,1611282390.157510,'\0\0\0\0\0\0\0\0\0\0ÿÿPñÚ½',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; JAT-LX1 Build/HONORJAT-LX1; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/74.0.3729.136 Mobile Safari/537.36 YandexSearch/7.30 YandexSearchBrowser/7.30 wp-android/16.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47813,1611282568.901115,1611282567.973100,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47814,1611282566.550533,1611282565.405300,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47815,1611282508.600619,1611282507.436500,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47816,1611282506.166287,1611282504.712100,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47817,1611282447.204075,1611282446.000200,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47818,1611282444.482883,1611282443.469300,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47819,0.000000,1611282627.818617,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','loginFailValidUsername',NULL,NULL),(47820,0.000000,1611282688.941616,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','loginFailValidUsername',NULL,NULL),(47821,0.000000,1611282750.116533,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47822,1611282753.156810,1611282752.267800,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47823,1611282812.965556,1611282812.027700,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47824,1611282811.138624,1611282809.645900,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47825,1611282874.755988,1611282873.361500,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47826,1611282872.088073,1611282871.189200,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47827,1611282942.143111,1611282940.685000,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47828,1611282939.345770,1611282938.027400,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47829,1611283320.398595,1611283319.194100,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47830,1611283318.296225,1611283316.954400,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47831,1611283249.163344,1611283247.705300,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47832,1611283246.320930,1611283245.014500,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47833,1611283189.279023,1611283187.273000,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47834,1611283185.955661,1611283184.214600,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47835,1611283127.060303,1611283125.924300,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47836,1611283124.720375,1611283123.821700,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47837,1611283066.659557,1611283065.207700,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47838,1611283063.782209,1611283062.439800,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47839,1611283005.496251,1611283004.390700,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47840,1611283002.938321,1611283001.756100,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47841,0.000000,1611283376.537791,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','loginFailValidUsername',NULL,NULL),(47842,0.000000,1611283437.468329,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','loginFailValidUsername',NULL,NULL),(47843,0.000000,1611283498.821419,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','loginFailValidUsername',NULL,NULL),(47844,0.000000,1611283559.514199,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','loginFailValidUsername',NULL,NULL),(47845,0.000000,1611283621.043277,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','loginFailValidUsername',NULL,NULL),(47846,0.000000,1611283684.306487,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','loginFailValidUsername',NULL,NULL),(47847,0.000000,1611283744.556518,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','loginFailValidUsername',NULL,NULL),(47848,0.000000,1611283806.173579,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','loginFailValidUsername',NULL,NULL),(47849,0.000000,1611283866.250604,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','loginFailValidUsername',NULL,NULL),(47850,0.000000,1611283969.483198,'\0\0\0\0\0\0\0\0\0\0ÿÿÂœ>',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; KSA-LX9) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 wp-android/16.4','loginFailValidUsername',NULL,NULL),(47851,0.000000,1611283981.248196,'\0\0\0\0\0\0\0\0\0\0ÿÿe®Ä',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php','','Dalvik/2.1.0 (Linux; U; Android 8.0.0; SM-G930V Build/R16NW)','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47852,0.000000,1611283988.839877,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','loginFailValidUsername',NULL,NULL),(47853,0.000000,1611284049.511202,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','loginFailValidUsername',NULL,NULL),(47854,0.000000,1611284113.352303,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47855,1611284235.305190,1611284233.947400,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47856,1611284232.583991,1611284231.462200,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47857,1611284173.729584,1611284172.834700,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47858,1611284171.537502,1611284170.445000,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47859,1611284116.316528,1611284114.970100,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47860,1611284357.421244,1611284356.283100,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47861,1611284354.836387,1611284353.553000,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47862,1611284296.334439,1611284294.986800,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47863,1611284293.598761,1611284292.112200,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47864,1611284417.644416,1611284416.623200,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47865,1611284414.896861,1611284413.645200,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47866,1611284661.703523,1611284660.794600,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47867,1611284659.382341,1611284658.046900,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47868,1611284600.798920,1611284599.655700,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47869,1611284598.309604,1611284597.425700,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47870,1611284539.848144,1611284538.565000,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47871,1611284537.155481,1611284536.277900,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47872,1611284478.823949,1611284477.718300,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47873,1611284476.279442,1611284475.400800,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47874,0.000000,1611284688.867282,'\0\0\0\0\0\0\0\0\0\0ÿÿQX4<',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; ANE-LX1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47875,0.000000,1611286062.340034,'\0\0\0\0\0\0\0\0\0\0ÿÿÂ;¤$',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; JAT-LX1 Build/HONORJAT-LX1; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/74.0.3729.136 Mobile Safari/537.36 YandexSearch/7.30 YandexSearchBrowser/7.30 wp-android/16.4','loginFailValidUsername',NULL,NULL),(47876,0.000000,1611286741.893040,'\0\0\0\0\0\0\0\0\0\0ÿÿ.¶w',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; HRY-LX1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.116 Mobile Safari/537.36 wp-android/16.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47877,0.000000,1611288245.361935,'\0\0\0\0\0\0\0\0\0\0ÿÿQX4<',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; HRY-LX1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36,gzip(gfe) wp-android/16.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47878,0.000000,1611289280.856994,'\0\0\0\0\0\0\0\0\0\0ÿÿ;w',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; COL-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.79 Mobile Safari/537.36 wp-android/16.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47879,0.000000,1611289909.326467,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹v',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; FLA-LX1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47880,0.000000,1611291153.882168,'\0\0\0\0\0\0\0\0\0\0ÿÿÂœ>',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; HRY-LX1T Build/HONORHRY-LX1T; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/74.0.3729.136 Mobile Safari/537.36 YandexSearch/7.30 YandexSearchBrowser/7.30 wp-android/16.4','loginFailInvalidUsername',NULL,NULL),(47881,0.000000,1611291693.207432,'\0\0\0\0\0\0\0\0\0\0ÿÿ3QW2',0,200,0,0,0,'https://mail.ruthsnutrition.com/xmlrpc.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit/537.75.14 (KHTML, like Gecko) Version/7.0.3 Safari/7046A194A','loginFailInvalidUsername',NULL,NULL),(47882,0.000000,1611292497.992826,'\0\0\0\0\0\0\0\0\0\0ÿÿQX4Q',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; HRY-LX1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36,gzip(gfe) wp-android/16.4','loginFailValidUsername',NULL,NULL),(47883,0.000000,1611292720.418910,'\0\0\0\0\0\0\0\0\0\0ÿÿÂ#é%',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php','','Mozilla/5.0 (Linux; U; Android 4.2.2; pl-pl; SM-T110 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30','loginFailInvalidUsername',NULL,NULL),(47884,0.000000,1611292917.987880,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹=š',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; COL-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.96 Mobile Safari/537.36 wp-android/16.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47885,0.000000,1611294515.023249,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹àŠ{',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; MI 8) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47886,0.000000,1611295273.123662,'\0\0\0\0\0\0\0\0\0\0ÿÿÆÐÖ',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; KSA-LX9) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 wp-android/16.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47887,0.000000,1611296478.377069,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹à‰°',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; COL-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.111 Mobile Safari/537.36 wp-android/16.4','loginFailValidUsername',NULL,NULL),(47888,0.000000,1611297389.213998,'\0\0\0\0\0\0\0\0\0\0ÿÿÜhØ',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; Mi A2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4','loginFailInvalidUsername',NULL,NULL),(47889,0.000000,1611298570.633377,'\0\0\0\0\0\0\0\0\0\0ÿÿ-WPÀ',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; HRY-LX1 Build/HONORHRY-LX1; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/68.0.3440.91 Mobile Safari/537.36 YandexSearch/7.80 YandexSearchBrowser/7.80 wp-android/16.4','loginFailValidUsername',NULL,NULL),(47890,0.000000,1611299702.478003,'\0\0\0\0\0\0\0\0\0\0ÿÿ™\\\Z',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; HRY-LX1T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4','loginFailInvalidUsername',NULL,NULL),(47891,0.000000,1611300801.568502,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹à‰`',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; COL-L29 Build/HUAWEICOL-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 YaApp_Android/9.66 YaSearchBrowser/9.66 wp-android/16.4','loginFailValidUsername',NULL,NULL),(47892,0.000000,1611301624.922926,'\0\0\0\0\0\0\0\0\0\0ÿÿ½ï',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; COL-L29 Build/HUAWEICOL-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 YaApp_Android/9.75 YaSearchBrowser/9.75 wp-android/16.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47893,0.000000,1611302030.671881,'\0\0\0\0\0\0\0\0\0\0ÿÿbgä',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 YaBrowser/17.1.0.2034 Yowser/2.5 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47894,0.000000,1611302799.168344,'\0\0\0\0\0\0\0\0\0\0ÿÿ2>²',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; LLD-L31) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4','loginFailValidUsername',NULL,NULL),(47895,0.000000,1611304011.165421,'\0\0\0\0\0\0\0\0\0\0ÿÿk´y',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; EML-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47896,0.000000,1611305047.775018,'\0\0\0\0\0\0\0\0\0\0ÿÿ ™™Ÿ',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; LLD-L21) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.79 Mobile Safari/537.36 wp-android/16.4','loginFailValidUsername',NULL,NULL),(47897,0.000000,1611306147.439656,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹Ö|í',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; COL-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.111 Mobile Safari/537.36 wp-android/16.4','loginFailInvalidUsername',NULL,NULL),(47898,0.000000,1611307741.745257,'\0\0\0\0\0\0\0\0\0\0ÿÿÁ @',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; HRY-LX1T Build/HONORHRY-LX1T; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/74.0.3729.136 Mobile Safari/537.36 YandexSearch/7.30 YandexSearchBrowser/7.30 wp-android/16.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47899,0.000000,1611308422.260404,'\0\0\0\0\0\0\0\0\0\0ÿÿÆnj',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; LLD-L31) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47900,0.000000,1611309887.605290,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹Ö|d',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; INE-LX1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4','loginFailValidUsername',NULL,NULL),(47901,0.000000,1611310601.268603,'\0\0\0\0\0\0\0\0\0\0ÿÿQ×',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; meizu note9) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47902,0.000000,1611312214.809645,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹àŠm',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; HRY-LX1 Build/HONORHRY-L21) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 YaApp_Android/9.70 YaSearchBrowser/9.70 wp-android/16.4','loginFailValidUsername',NULL,NULL),(47903,0.000000,1611312763.715649,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹n',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; HRY-LX1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.116 Mobile Safari/537.36 wp-android/16.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47904,0.000000,1611314282.696116,'\0\0\0\0\0\0\0\0\0\0ÿÿ-\rü.',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; HRY-LX1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36,gzip(gfe) wp-android/16.4','loginFailValidUsername',NULL,NULL),(47905,0.000000,1611315073.235362,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹Ö~	',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; LLD-L21) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.79 Mobile Safari/537.36 wp-android/16.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47906,0.000000,1611316966.437816,'\0\0\0\0\0\0\0\0\0\0ÿÿØ\nð<',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; JSN-L21 Build/HONORJSN-L21; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/78.0.3904.108 Mobile Safari/537.36 GSA/10.85.11.21.arm64 wp-android/16.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47907,0.000000,1611317472.294671,'\0\0\0\0\0\0\0\0\0\0ÿÿJÜÛö',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; HMA-L29 Build/HUAWEIHMA-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 YaApp_Android/9.70 YaSearchBrowser/9.70 wp-android/16.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47908,0.000000,1611318675.594331,'\0\0\0\0\0\0\0\0\0\0ÿÿœCÞ:',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 8.1.0; ZTE BLADE V0920) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.92 Mobile Safari/537.36 wp-android/16.4','loginFailValidUsername',NULL,NULL),(47909,0.000000,1611319376.346799,'\0\0\0\0\0\0\0\0\0\0ÿÿ[Åçe',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; LLD-L31) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47910,0.000000,1611319497.027131,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹(',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; ELE-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47911,0.000000,1611319800.687218,'\0\0\0\0\0\0\0\0\0\0ÿÿ-\rþ',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; LLD-L21) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4','loginFailInvalidUsername',NULL,NULL),(47912,0.000000,1611319925.249207,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','loginFailInvalidUsername',NULL,NULL),(47913,0.000000,1611320073.284612,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','loginFailInvalidUsername',NULL,NULL),(47914,0.000000,1611320199.673562,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹e',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36 OPR/42.0.2393.94','loginFailInvalidUsername',NULL,NULL),(47915,0.000000,1611320290.472817,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47916,1611320726.732141,1611320725.852000,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47917,1611320724.624443,1611320723.683200,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47918,1611320668.899434,1611320667.995400,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47919,1611320666.724939,1611320665.813100,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47920,1611320604.355872,1611320603.301500,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47921,1611320602.070704,1611320600.651200,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47922,1611320547.068636,1611320545.891800,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47923,1611320544.681684,1611320543.104100,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47924,1611320481.649151,1611320480.330100,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47925,1611320479.112599,1611320477.761200,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47926,1611320420.934363,1611320419.405200,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47927,1611320418.184606,1611320416.909900,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47928,1611320360.340223,1611320358.492700,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47929,1611320357.429084,1611320356.541500,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47930,1611320297.078669,1611320295.703700,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47931,0.000000,1611320758.096985,'\0\0\0\0\0\0\0\0\0\0ÿÿ—j`ß',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; HRY-LX1T Build/HONORHRY-LX1T; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/74.0.3729.136 Mobile Safari/537.36 YandexSearch/7.30 YandexSearchBrowser/7.30 wp-android/16.4','loginFailValidUsername',NULL,NULL),(47932,1611320849.484263,1611320848.125300,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47933,1611320847.332254,1611320846.097300,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47934,1611320789.108461,1611320787.701400,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47935,1611320786.324626,1611320784.613100,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47936,0.000000,1611320911.257093,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47937,1611320975.265641,1611320974.068400,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47938,1611320972.840662,1611320971.758900,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47939,1611320919.120793,1611320917.758900,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47940,1611321222.810166,1611321221.195100,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47941,1611321219.986107,1611321218.494000,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47942,1611321161.365000,1611321159.741900,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47943,1611321158.519065,1611321157.033500,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47944,1611321100.154913,1611321098.854500,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47945,1611321097.634239,1611321095.768600,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47946,1611321039.559818,1611321038.120200,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47947,1611321036.898861,1611321035.739400,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47948,0.000000,1611321231.440689,'\0\0\0\0\0\0\0\0\0\0ÿÿ\r053',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2226.0 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(47949,1611321370.938249,1611321369.986000,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47950,1611321287.284927,1611321285.525100,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47951,1611321284.305337,1611321283.281900,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47952,1611321486.353576,1611321485.402100,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47953,1611321484.039553,1611321482.676600,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47954,1611321431.933256,1611321430.463500,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47955,0.000000,1611321547.694072,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47956,1611321612.908919,1611321611.296700,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47957,1611321610.077352,1611321608.663300,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47958,1611321555.163099,1611321553.838100,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47959,1611321680.502662,1611321679.026400,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47960,1611321677.805121,1611321676.082500,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47961,1611321741.167647,1611321739.307300,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47962,1611321738.087600,1611321736.695600,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47963,1611321801.715290,1611321800.541600,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47964,1611321799.169130,1611321798.274500,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47965,0.000000,1611321847.170392,'\0\0\0\0\0\0\0\0\0\0ÿÿ_ÙË»',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; GM 8 d) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4','loginFailInvalidUsername',NULL,NULL),(47966,1611322115.766200,1611322114.879000,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47967,1611322113.661600,1611322112.776300,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47968,1611322055.293819,1611322054.407100,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47969,1611322053.200409,1611322051.681500,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47970,1611321991.699464,1611321990.839100,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47971,1611321989.610372,1611321988.215800,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47972,1611321930.816285,1611321929.956100,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47973,1611321928.744190,1611321927.542600,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47974,1611321863.209347,1611321861.966700,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47975,1611321860.590656,1611321858.703200,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47976,0.000000,1611322171.558550,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','loginFailInvalidUsername',NULL,NULL),(47977,0.000000,1611322233.001360,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','loginFailInvalidUsername',NULL,NULL),(47978,0.000000,1611322354.732467,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(47979,1611322601.705055,1611322600.351200,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47980,1611322599.128394,1611322597.757800,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47981,1611322540.742842,1611322539.558000,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47982,1611322538.339118,1611322537.211100,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47983,1611322479.603639,1611322478.214000,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47984,1611322477.000375,1611322475.587900,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47985,1611322418.081152,1611322416.798700,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47986,1611322415.547008,1611322414.652200,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47987,1611322358.003306,1611322356.592400,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47988,1611322663.105051,1611322661.675200,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47989,1611322660.455017,1611322658.647700,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47990,1611322909.122134,1611322907.757900,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47991,1611322906.477080,1611322905.601800,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47992,1611322848.600195,1611322847.262600,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47993,1611322846.002174,1611322845.128900,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47994,1611322785.602334,1611322784.202200,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(47995,1611322782.827003,1611322781.102300,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(47996,0.000000,1611322995.835152,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','loginFailInvalidUsername',NULL,NULL),(47997,0.000000,1611323057.455192,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','loginFailInvalidUsername',NULL,NULL),(47998,0.000000,1611323118.611562,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','loginFailInvalidUsername',NULL,NULL),(47999,0.000000,1611323179.796208,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','loginFailInvalidUsername',NULL,NULL),(48000,0.000000,1611323248.269988,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','loginFailInvalidUsername',NULL,NULL),(48001,0.000000,1611323370.312045,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','loginFailInvalidUsername',NULL,NULL),(48002,0.000000,1611323438.348923,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹àŠš',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; JSN-L21 Build/HONORJSN-L21; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/74.0.3729.136 Mobile Safari/537.36 YandexSearch/8.11 YandexSearchBrowser/8.11 wp-android/16.4','loginFailValidUsername',NULL,NULL),(48003,0.000000,1611323438.993729,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','loginFailInvalidUsername',NULL,NULL),(48004,0.000000,1611323500.748250,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','loginFailInvalidUsername',NULL,NULL),(48005,0.000000,1611323569.872020,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','loginFailInvalidUsername',NULL,NULL),(48006,0.000000,1611323627.657022,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','loginFailInvalidUsername',NULL,NULL),(48007,0.000000,1611323762.733268,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','loginFailInvalidUsername',NULL,NULL),(48008,0.000000,1611323823.727489,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','loginFailInvalidUsername',NULL,NULL),(48009,0.000000,1611323887.711340,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','loginFailInvalidUsername',NULL,NULL),(48010,0.000000,1611323947.904515,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','loginFailInvalidUsername',NULL,NULL),(48011,0.000000,1611324012.274609,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'',NULL),(48012,1611324085.589250,1611324084.124400,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(48013,1611324082.901964,1611324081.164300,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(48014,1611324019.745157,1611324018.028500,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(48015,1611324146.634993,1611324144.495700,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(48016,1611324143.101912,1611324141.654900,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(48017,1611324293.092877,1611324291.683100,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(48018,1611324290.469850,1611324289.015300,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(48019,1611324230.704208,1611324229.408000,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(48020,1611324228.170746,1611324226.300800,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(48021,0.000000,1611324308.818950,'\0\0\0\0\0\0\0\0\0\0ÿÿÂœ>',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; FIG-LX1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4','loginFailInvalidUsername',NULL,NULL),(48022,1611324859.569148,1611324858.102300,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(48023,1611324856.781833,1611324855.715100,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(48024,1611324803.076369,1611324801.709700,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(48025,1611324731.613101,1611324730.445200,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(48026,1611324729.242002,1611324727.942400,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(48027,1611324610.268013,1611324608.455800,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(48028,1611324607.243040,1611324605.917200,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(48029,1611324546.986416,1611324545.498700,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(48030,1611324544.276692,1611324543.107200,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(48031,1611324479.225784,1611324477.456000,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(48032,1611324476.200723,1611324474.948900,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(48033,1611324414.685807,1611324413.391100,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(48034,1611324412.176846,1611324410.835100,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(48035,1611324353.676818,1611324352.380600,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(48036,1611324351.146590,1611324349.835100,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(48037,1611325231.583628,1611325230.174700,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(48038,1611325229.391308,1611325228.498000,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(48039,1611325171.053278,1611325169.552200,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(48040,1611325168.187047,1611325167.131400,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(48041,1611325110.245078,1611325109.017200,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(48042,1611325107.794110,1611325106.691400,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(48043,1611325043.206922,1611325041.855600,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(48044,1611325040.643274,1611325039.287100,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(48045,1611324982.310030,1611324980.531500,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(48046,1611324979.148747,1611324977.790400,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(48047,1611324920.888680,1611324919.323200,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(48048,1611324918.106221,1611324916.757300,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(48049,1611325353.971279,1611325352.987600,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(48050,1611325351.770669,1611325350.515200,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(48051,1611325293.425381,1611325292.423800,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(48052,1611325291.046163,1611325289.621800,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(48053,1611325539.231140,1611325537.953500,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(48054,1611325536.661918,1611325535.333600,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(48055,1611325475.594834,1611325474.139700,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(48056,1611325473.346998,1611325472.461200,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(48057,1611325420.191697,1611325418.873300,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(48058,0.000000,1611325578.933456,'\0\0\0\0\0\0\0\0\0\0ÿÿœCÞ3',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; HRY-LX1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.79 Mobile Safari/537.36 wp-android/16.4','loginFailValidUsername',NULL,NULL),(48059,1611325969.662945,1611325968.297400,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(48060,1611325967.059266,1611325965.683600,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(48061,1611325908.877327,1611325907.234000,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(48062,1611325906.009662,1611325904.625600,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(48063,1611325848.076642,1611325846.685400,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(48064,1611325845.463766,1611325843.825800,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(48065,1611325783.685075,1611325782.317800,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(48066,1611325781.092435,1611325779.631100,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(48067,1611325722.309225,1611325721.163000,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(48068,1611325720.372245,1611325718.562500,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(48069,1611325661.772453,1611325660.158700,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(48070,1611325658.945492,1611325657.554600,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(48071,1611325599.341054,1611325598.199600,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(48072,1611325596.933918,1611325595.931900,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(48073,1611326035.429321,1611326033.794400,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(48074,1611326032.572298,1611326031.095800,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(48075,1611326096.696737,1611326095.391400,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(48076,1611326094.154839,1611326092.713600,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(48077,1611326401.540943,1611326400.061600,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(48078,1611326398.838192,1611326397.636600,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(48079,1611326340.200974,1611326338.921200,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(48080,1611326338.135406,1611326336.770800,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(48081,1611326280.207393,1611326278.894400,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(48082,1611326277.676647,1611326276.331800,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(48083,1611326218.671889,1611326217.323300,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(48084,1611326216.114922,1611326214.708900,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(48085,1611326158.056114,1611326156.624100,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(48086,1611326155.415908,1611326153.943300,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(48087,1611326463.242294,1611326461.969700,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(48088,1611326460.608385,1611326459.164100,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(48089,1611326646.099561,1611326644.726400,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(48090,1611326643.516908,1611326642.045700,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(48091,1611326585.084172,1611326583.619400,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(48092,1611326582.242188,1611326580.976700,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(48093,1611326524.273921,1611326522.945600,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(48094,1611326521.505905,1611326520.011000,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(48095,0.000000,1611326678.317970,'\0\0\0\0\0\0\0\0\0\0ÿÿ\\ù,þ',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; JSN-L21) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4','loginFailInvalidUsername',NULL,NULL),(48096,1611326707.226136,1611326705.930500,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(48097,1611326704.720704,1611326703.443100,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php',NULL,'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)','lockedOut','Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'admin\'','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(48098,0.000000,1611327638.048099,'\0\0\0\0\0\0\0\0\0\0ÿÿ”H—Ä',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; KSA-LX9) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 wp-android/16.4','loginFailValidUsername',NULL,NULL),(48099,0.000000,1611328721.056671,'\0\0\0\0\0\0\0\0\0\0ÿÿY(·ˆ',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php','','Mozilla/5.0 (Linux; U; Android 4.3; en-us; SM-N900T Build/JSS15J) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(48100,0.000000,1611328947.701033,'\0\0\0\0\0\0\0\0\0\0ÿÿÂ;¤',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; COL-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.79 Mobile Safari/537.36 wp-android/16.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(48101,0.000000,1611330082.946971,'\0\0\0\0\0\0\0\0\0\0ÿÿQ›®',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 8.1.0; ZTE BLADE V0920) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.92 Mobile Safari/537.36 wp-android/16.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(48102,0.000000,1611331267.345382,'\0\0\0\0\0\0\0\0\0\0ÿÿÀ‰Â',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; EML-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(48103,0.000000,1611332404.861201,'\0\0\0\0\0\0\0\0\0\0ÿÿ.w~õ',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com//xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(48104,0.000000,1611332680.287250,'\0\0\0\0\0\0\0\0\0\0ÿÿ-WPÂ',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; Mi 9 SE) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(48105,0.000000,1611333656.805578,'\0\0\0\0\0\0\0\0\0\0ÿÿY.mZ',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; Mi A1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.89 Mobile Safari/537.36 wp-android/16.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(48106,0.000000,1611335267.002382,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹årœ',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; Mi A2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(48107,0.000000,1611336404.023650,'\0\0\0\0\0\0\0\0\0\0ÿÿÀ¹ ',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 8.1.0; ZTE BLADE V0920) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.92 Mobile Safari/537.36 wp-android/16.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(48108,0.000000,1611337970.395480,'\0\0\0\0\0\0\0\0\0\0ÿÿYù@¤',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(48109,0.000000,1611338192.405030,'\0\0\0\0\0\0\0\0\0\0ÿÿ°Jp',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; LLD-L31) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Mobile Safari/537.36 wp-android/16.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(48110,0.000000,1611338687.901129,'\0\0\0\0\0\0\0\0\0\0ÿÿQ×',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; JSN-L21 Build/HONORJSN-L21; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/78.0.3904.108 Mobile Safari/537.36 GSA/10.85.11.21.arm64 wp-android/16.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(48111,0.000000,1611338904.964174,'\0\0\0\0\0\0\0\0\0\0ÿÿ ™“',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; COL-L29 Build/HUAWEICOL-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 YaApp_Android/9.66 YaSearchBrowser/9.66 wp-android/16.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(48112,0.000000,1611340334.857796,'\0\0\0\0\0\0\0\0\0\0ÿÿ_ÙË»',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; HRY-LX1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.79 Mobile Safari/537.36 wp-android/16.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(48113,0.000000,1611342520.554735,'\0\0\0\0\0\0\0\0\0\0ÿÿ\\ù-¿',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; JAT-LX1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4','loginFailValidUsername',NULL,NULL),(48114,0.000000,1611342849.496360,'\0\0\0\0\0\0\0\0\0\0ÿÿgaå',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; Mi A2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4','loginFailInvalidUsername',NULL,NULL),(48115,0.000000,1611344087.100375,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹à‰}',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; CPH1923) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.79 Mobile Safari/537.36 wp-android/16.4','loginFailInvalidUsername',NULL,NULL),(48116,0.000000,1611344136.248031,'\0\0\0\0\0\0\0\0\0\0ÿÿ]¼ ',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; MAR-LX1M Build/HUAWEIMAR-L21MEA) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.116 Mobile Safari/537.36 YaApp_Android/9.35 YaSearchBrowser/9.35 wp-android/16.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(48117,0.000000,1611344578.232687,'\0\0\0\0\0\0\0\0\0\0ÿÿ#Ñk`',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; COL-L29 Build/HUAWEICOL-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 YaApp_Android/9.66 YaSearchBrowser/9.66 wp-android/16.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(48118,0.000000,1611346428.220169,'\0\0\0\0\0\0\0\0\0\0ÿÿ%xÓä',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php','','Mozilla/5.0 (Linux; Android 6.0; vivo 1713 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.124 Mobile Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(48119,0.000000,1611346525.152742,'\0\0\0\0\0\0\0\0\0\0ÿÿÆÐÖ',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; ANE-LX1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(48120,0.000000,1611346604.514056,'\0\0\0\0\0\0\0\0\0\0ÿÿQF',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; HRY-LX1 Build/HONORHRY-L21) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 YaBrowser/17.11.0.542.00 Mobile Safari/537.36 wp-android/16.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(48121,0.000000,1611347861.592791,'\0\0\0\0\0\0\0\0\0\0ÿÿÇÃû ',0,200,0,2,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36','loginFailValidUsername',NULL,NULL),(48122,0.000000,1611347983.271480,'\0\0\0\0\0\0\0\0\0\0ÿÿ#Õr',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; LLD-L31) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.92 Mobile Safari/537.36 wp-android/16.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(48123,0.000000,1611348742.416230,'\0\0\0\0\0\0\0\0\0\0ÿÿ.¬<',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; CPH1923) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4','loginFailInvalidUsername',NULL,NULL),(48124,0.000000,1611349283.953868,'\0\0\0\0\0\0\0\0\0\0ÿÿ‡”!f',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.103 YaBrowser/18.7.1.920 Yowser/2.5 Safari/537.36','loginFailInvalidUsername',NULL,NULL),(48125,0.000000,1611352482.463193,'\0\0\0\0\0\0\0\0\0\0ÿÿÆGð',0,200,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; COL-L29 Build/HUAWEICOL-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 YaBrowser/17.11.0.542.00 Mobile Safari/537.36 wp-android/16.4','loginFailInvalidUsername',NULL,NULL),(48126,0.000000,1611353975.163112,'\0\0\0\0\0\0\0\0\0\0ÿÿÕ¾™',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; G8441 Build/47.2.A.11.228) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 YaBrowser/18.4.0.659.00 Mobile Safari/537.36 wp-android/16.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(48127,0.000000,1611354854.985196,'\0\0\0\0\0\0\0\0\0\0ÿÿ^',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; EML-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(48128,0.000000,1611355791.770431,'\0\0\0\0\0\0\0\0\0\0ÿÿ_oï',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; HRY-LX1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.73 Mobile Safari/537.36 wp-android/16.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(48129,0.000000,1611356017.465269,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹Ô©d',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php','','Mozilla/5.0 (Linux; Android 7.0; TRT-L53 Build/HUAWEITRT-L53; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/69.0.3497.100 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/192.0.0.34.85;]','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(48130,0.000000,1611356397.512773,'\0\0\0\0\0\0\0\0\0\0ÿÿžŒ…^',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; KSA-LX9 Build/HONORKSA-LX9; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/72.0.3626.121 Mobile Safari/537.36 YandexSearch/7.30 YandexSearchBrowser/7.30 wp-android/16.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(48131,0.000000,1611356542.096872,'\0\0\0\0\0\0\0\0\0\0ÿÿÕ¾K',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; ALP-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.79 Mobile Safari/537.36 wp-android/16.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(48132,0.000000,1611358955.398660,'\0\0\0\0\0\0\0\0\0\0ÿÿ¼>L',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/wp-login.php','','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(48133,0.000000,1611359315.100509,'\0\0\0\0\0\0\0\0\0\0ÿÿglÜ~',0,503,0,0,0,'https://ruthsnutrition.gsg-host.com/xmlrpc.php','','Mozilla/5.0 (Linux; Android 9; ASUS_X01AD) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL);
/*!40000 ALTER TABLE `wp3l_wfhits` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp3l_wfhoover`
--

DROP TABLE IF EXISTS `wp3l_wfhoover`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp3l_wfhoover` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `owner` text DEFAULT NULL,
  `host` text DEFAULT NULL,
  `path` text DEFAULT NULL,
  `hostKey` varbinary(124) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `k2` (`hostKey`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp3l_wfhoover`
--

LOCK TABLES `wp3l_wfhoover` WRITE;
/*!40000 ALTER TABLE `wp3l_wfhoover` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp3l_wfhoover` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp3l_wfissues`
--

DROP TABLE IF EXISTS `wp3l_wfissues`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp3l_wfissues` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `time` int(10) unsigned NOT NULL,
  `lastUpdated` int(10) unsigned NOT NULL,
  `status` varchar(10) NOT NULL,
  `type` varchar(20) NOT NULL,
  `severity` tinyint(3) unsigned NOT NULL,
  `ignoreP` char(32) NOT NULL,
  `ignoreC` char(32) NOT NULL,
  `shortMsg` varchar(255) NOT NULL,
  `longMsg` text DEFAULT NULL,
  `data` text DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `lastUpdated` (`lastUpdated`),
  KEY `status` (`status`),
  KEY `ignoreP` (`ignoreP`),
  KEY `ignoreC` (`ignoreC`)
) ENGINE=MyISAM AUTO_INCREMENT=719 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp3l_wfissues`
--

LOCK TABLES `wp3l_wfissues` WRITE;
/*!40000 ALTER TABLE `wp3l_wfissues` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp3l_wfissues` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp3l_wfknownfilelist`
--

DROP TABLE IF EXISTS `wp3l_wfknownfilelist`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp3l_wfknownfilelist` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `path` text NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=6836 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp3l_wfknownfilelist`
--

LOCK TABLES `wp3l_wfknownfilelist` WRITE;
/*!40000 ALTER TABLE `wp3l_wfknownfilelist` DISABLE KEYS */;
INSERT INTO `wp3l_wfknownfilelist` VALUES (1,'googlecec3fa1e301f2e06.html'),(2,'index.php'),(3,'license.txt'),(4,'readme.html'),(5,'wp-activate.php'),(6,'wp-admin/about.php'),(7,'wp-admin/admin-ajax.php'),(8,'wp-admin/admin-footer.php'),(9,'wp-admin/admin-functions.php'),(10,'wp-admin/admin-header.php'),(11,'wp-admin/admin-post.php'),(12,'wp-admin/admin.php'),(13,'wp-admin/async-upload.php'),(14,'wp-admin/authorize-application.php'),(15,'wp-admin/comment.php'),(16,'wp-admin/credits.php'),(17,'wp-admin/css/about-rtl.css'),(18,'wp-admin/css/about-rtl.min.css'),(19,'wp-admin/css/about.css'),(20,'wp-admin/css/about.min.css'),(21,'wp-admin/css/admin-menu-rtl.css'),(22,'wp-admin/css/admin-menu-rtl.min.css'),(23,'wp-admin/css/admin-menu.css'),(24,'wp-admin/css/admin-menu.min.css'),(25,'wp-admin/css/code-editor-rtl.css'),(26,'wp-admin/css/code-editor-rtl.min.css'),(27,'wp-admin/css/code-editor.css'),(28,'wp-admin/css/code-editor.min.css'),(29,'wp-admin/css/color-picker-rtl.css'),(30,'wp-admin/css/color-picker-rtl.min.css'),(31,'wp-admin/css/color-picker.css'),(32,'wp-admin/css/color-picker.min.css'),(33,'wp-admin/css/colors/_admin.scss'),(34,'wp-admin/css/colors/_mixins.scss'),(35,'wp-admin/css/colors/_variables.scss'),(36,'wp-admin/css/colors/blue/colors-rtl.css'),(37,'wp-admin/css/colors/blue/colors-rtl.min.css'),(38,'wp-admin/css/colors/blue/colors.css'),(39,'wp-admin/css/colors/blue/colors.min.css'),(40,'wp-admin/css/colors/blue/colors.scss'),(41,'wp-admin/css/colors/coffee/colors-rtl.css'),(42,'wp-admin/css/colors/coffee/colors-rtl.min.css'),(43,'wp-admin/css/colors/coffee/colors.css'),(44,'wp-admin/css/colors/coffee/colors.min.css'),(45,'wp-admin/css/colors/coffee/colors.scss'),(46,'wp-admin/css/colors/ectoplasm/colors-rtl.css'),(47,'wp-admin/css/colors/ectoplasm/colors-rtl.min.css'),(48,'wp-admin/css/colors/ectoplasm/colors.css'),(49,'wp-admin/css/colors/ectoplasm/colors.min.css'),(50,'wp-admin/css/colors/ectoplasm/colors.scss'),(51,'wp-admin/css/colors/light/colors-rtl.css'),(52,'wp-admin/css/colors/light/colors-rtl.min.css'),(53,'wp-admin/css/colors/light/colors.css'),(54,'wp-admin/css/colors/light/colors.min.css'),(55,'wp-admin/css/colors/light/colors.scss'),(56,'wp-admin/css/colors/midnight/colors-rtl.css'),(57,'wp-admin/css/colors/midnight/colors-rtl.min.css'),(58,'wp-admin/css/colors/midnight/colors.css'),(59,'wp-admin/css/colors/midnight/colors.min.css'),(60,'wp-admin/css/colors/midnight/colors.scss'),(61,'wp-admin/css/colors/modern/colors-rtl.css'),(62,'wp-admin/css/colors/modern/colors-rtl.min.css'),(63,'wp-admin/css/colors/modern/colors.css'),(64,'wp-admin/css/colors/modern/colors.min.css'),(65,'wp-admin/css/colors/modern/colors.scss'),(66,'wp-admin/css/colors/ocean/colors-rtl.css'),(67,'wp-admin/css/colors/ocean/colors-rtl.min.css'),(68,'wp-admin/css/colors/ocean/colors.css'),(69,'wp-admin/css/colors/ocean/colors.min.css'),(70,'wp-admin/css/colors/ocean/colors.scss'),(71,'wp-admin/css/colors/sunrise/colors-rtl.css'),(72,'wp-admin/css/colors/sunrise/colors-rtl.min.css'),(73,'wp-admin/css/colors/sunrise/colors.css'),(74,'wp-admin/css/colors/sunrise/colors.min.css'),(75,'wp-admin/css/colors/sunrise/colors.scss'),(76,'wp-admin/css/common-rtl.css'),(77,'wp-admin/css/common-rtl.min.css'),(78,'wp-admin/css/common.css'),(79,'wp-admin/css/common.min.css'),(80,'wp-admin/css/customize-controls-rtl.css'),(81,'wp-admin/css/customize-controls-rtl.min.css'),(82,'wp-admin/css/customize-controls.css'),(83,'wp-admin/css/customize-controls.min.css'),(84,'wp-admin/css/customize-nav-menus-rtl.css'),(85,'wp-admin/css/customize-nav-menus-rtl.min.css'),(86,'wp-admin/css/customize-nav-menus.css'),(87,'wp-admin/css/customize-nav-menus.min.css'),(88,'wp-admin/css/customize-widgets-rtl.css'),(89,'wp-admin/css/customize-widgets-rtl.min.css'),(90,'wp-admin/css/customize-widgets.css'),(91,'wp-admin/css/customize-widgets.min.css'),(92,'wp-admin/css/dashboard-rtl.css'),(93,'wp-admin/css/dashboard-rtl.min.css'),(94,'wp-admin/css/dashboard.css'),(95,'wp-admin/css/dashboard.min.css'),(96,'wp-admin/css/deprecated-media-rtl.css'),(97,'wp-admin/css/deprecated-media-rtl.min.css'),(98,'wp-admin/css/deprecated-media.css'),(99,'wp-admin/css/deprecated-media.min.css'),(100,'wp-admin/css/edit-rtl.css'),(101,'wp-admin/css/edit-rtl.min.css'),(102,'wp-admin/css/edit.css'),(103,'wp-admin/css/edit.min.css'),(104,'wp-admin/css/farbtastic-rtl.css'),(105,'wp-admin/css/farbtastic-rtl.min.css'),(106,'wp-admin/css/farbtastic.css'),(107,'wp-admin/css/farbtastic.min.css'),(108,'wp-admin/css/forms-rtl.css'),(109,'wp-admin/css/forms-rtl.min.css'),(110,'wp-admin/css/forms.css'),(111,'wp-admin/css/forms.min.css'),(112,'wp-admin/css/install-rtl.css'),(113,'wp-admin/css/install-rtl.min.css'),(114,'wp-admin/css/install.css'),(115,'wp-admin/css/install.min.css'),(116,'wp-admin/css/l10n-rtl.css'),(117,'wp-admin/css/l10n-rtl.min.css'),(118,'wp-admin/css/l10n.css'),(119,'wp-admin/css/l10n.min.css'),(120,'wp-admin/css/list-tables-rtl.css'),(121,'wp-admin/css/list-tables-rtl.min.css'),(122,'wp-admin/css/list-tables.css'),(123,'wp-admin/css/list-tables.min.css'),(124,'wp-admin/css/login-rtl.css'),(125,'wp-admin/css/login-rtl.min.css'),(126,'wp-admin/css/login.css'),(127,'wp-admin/css/login.min.css'),(128,'wp-admin/css/media-rtl.css'),(129,'wp-admin/css/media-rtl.min.css'),(130,'wp-admin/css/media.css'),(131,'wp-admin/css/media.min.css'),(132,'wp-admin/css/nav-menus-rtl.css'),(133,'wp-admin/css/nav-menus-rtl.min.css'),(134,'wp-admin/css/nav-menus.css'),(135,'wp-admin/css/nav-menus.min.css'),(136,'wp-admin/css/revisions-rtl.css'),(137,'wp-admin/css/revisions-rtl.min.css'),(138,'wp-admin/css/revisions.css'),(139,'wp-admin/css/revisions.min.css'),(140,'wp-admin/css/site-health-rtl.css'),(141,'wp-admin/css/site-health-rtl.min.css'),(142,'wp-admin/css/site-health.css'),(143,'wp-admin/css/site-health.min.css'),(144,'wp-admin/css/site-icon-rtl.css'),(145,'wp-admin/css/site-icon-rtl.min.css'),(146,'wp-admin/css/site-icon.css'),(147,'wp-admin/css/site-icon.min.css'),(148,'wp-admin/css/themes-rtl.css'),(149,'wp-admin/css/themes-rtl.min.css'),(150,'wp-admin/css/themes.css'),(151,'wp-admin/css/themes.min.css'),(152,'wp-admin/css/widgets-rtl.css'),(153,'wp-admin/css/widgets-rtl.min.css'),(154,'wp-admin/css/widgets.css'),(155,'wp-admin/css/widgets.min.css'),(156,'wp-admin/css/wp-admin-rtl.css'),(157,'wp-admin/css/wp-admin-rtl.min.css'),(158,'wp-admin/css/wp-admin.css'),(159,'wp-admin/css/wp-admin.min.css'),(160,'wp-admin/custom-background.php'),(161,'wp-admin/custom-header.php'),(162,'wp-admin/customize.php'),(163,'wp-admin/edit-comments.php'),(164,'wp-admin/edit-form-advanced.php'),(165,'wp-admin/edit-form-blocks.php'),(166,'wp-admin/edit-form-comment.php'),(167,'wp-admin/edit-link-form.php'),(168,'wp-admin/edit-tag-form.php'),(169,'wp-admin/edit-tags.php'),(170,'wp-admin/edit.php'),(171,'wp-admin/erase-personal-data.php'),(172,'wp-admin/error_log'),(173,'wp-admin/export-personal-data.php'),(174,'wp-admin/export.php'),(175,'wp-admin/freedoms.php'),(176,'wp-admin/images/align-center-2x.png'),(177,'wp-admin/images/align-center.png'),(178,'wp-admin/images/align-left-2x.png'),(179,'wp-admin/images/align-left.png'),(180,'wp-admin/images/align-none-2x.png'),(181,'wp-admin/images/align-none.png'),(182,'wp-admin/images/align-right-2x.png'),(183,'wp-admin/images/align-right.png'),(184,'wp-admin/images/arrows-2x.png'),(185,'wp-admin/images/arrows.png'),(186,'wp-admin/images/browser-rtl.png'),(187,'wp-admin/images/browser.png'),(188,'wp-admin/images/bubble_bg-2x.gif'),(189,'wp-admin/images/bubble_bg.gif'),(190,'wp-admin/images/comment-grey-bubble-2x.png'),(191,'wp-admin/images/comment-grey-bubble.png'),(192,'wp-admin/images/date-button-2x.gif'),(193,'wp-admin/images/date-button.gif'),(194,'wp-admin/images/freedoms.png'),(195,'wp-admin/images/generic.png'),(196,'wp-admin/images/icons32-2x.png'),(197,'wp-admin/images/icons32-vs-2x.png'),(198,'wp-admin/images/icons32-vs.png'),(199,'wp-admin/images/icons32.png'),(200,'wp-admin/images/imgedit-icons-2x.png'),(201,'wp-admin/images/imgedit-icons.png'),(202,'wp-admin/images/list-2x.png'),(203,'wp-admin/images/list.png'),(204,'wp-admin/images/loading.gif'),(205,'wp-admin/images/marker.png'),(206,'wp-admin/images/mask.png'),(207,'wp-admin/images/media-button-2x.png'),(208,'wp-admin/images/media-button-image.gif'),(209,'wp-admin/images/media-button-music.gif'),(210,'wp-admin/images/media-button-other.gif'),(211,'wp-admin/images/media-button-video.gif'),(212,'wp-admin/images/media-button.png'),(213,'wp-admin/images/menu-2x.png'),(214,'wp-admin/images/menu-vs-2x.png'),(215,'wp-admin/images/menu-vs.png'),(216,'wp-admin/images/menu.png'),(217,'wp-admin/images/no.png'),(218,'wp-admin/images/post-formats-vs.png'),(219,'wp-admin/images/post-formats.png'),(220,'wp-admin/images/post-formats32-vs.png'),(221,'wp-admin/images/post-formats32.png'),(222,'wp-admin/images/privacy.png'),(223,'wp-admin/images/resize-2x.gif'),(224,'wp-admin/images/resize-rtl-2x.gif'),(225,'wp-admin/images/resize-rtl.gif'),(226,'wp-admin/images/resize.gif'),(227,'wp-admin/images/se.png'),(228,'wp-admin/images/sort-2x.gif'),(229,'wp-admin/images/sort.gif'),(230,'wp-admin/images/spinner-2x.gif'),(231,'wp-admin/images/spinner.gif'),(232,'wp-admin/images/stars-2x.png'),(233,'wp-admin/images/stars.png'),(234,'wp-admin/images/w-logo-blue.png'),(235,'wp-admin/images/w-logo-white.png'),(236,'wp-admin/images/wheel.png'),(237,'wp-admin/images/wordpress-logo-white.svg'),(238,'wp-admin/images/wordpress-logo.png'),(239,'wp-admin/images/wordpress-logo.svg'),(240,'wp-admin/images/wpspin_light-2x.gif'),(241,'wp-admin/images/wpspin_light.gif'),(242,'wp-admin/images/xit-2x.gif'),(243,'wp-admin/images/xit.gif'),(244,'wp-admin/images/yes.png'),(245,'wp-admin/import.php'),(246,'wp-admin/includes/admin-filters.php'),(247,'wp-admin/includes/admin.php'),(248,'wp-admin/includes/ajax-actions.php'),(249,'wp-admin/includes/bookmark.php'),(250,'wp-admin/includes/class-automatic-upgrader-skin.php'),(251,'wp-admin/includes/class-bulk-plugin-upgrader-skin.php'),(252,'wp-admin/includes/class-bulk-theme-upgrader-skin.php'),(253,'wp-admin/includes/class-bulk-upgrader-skin.php'),(254,'wp-admin/includes/class-core-upgrader.php'),(255,'wp-admin/includes/class-custom-background.php'),(256,'wp-admin/includes/class-custom-image-header.php'),(257,'wp-admin/includes/class-file-upload-upgrader.php'),(258,'wp-admin/includes/class-ftp-pure.php'),(259,'wp-admin/includes/class-ftp-sockets.php'),(260,'wp-admin/includes/class-ftp.php'),(261,'wp-admin/includes/class-language-pack-upgrader-skin.php'),(262,'wp-admin/includes/class-language-pack-upgrader.php'),(263,'wp-admin/includes/class-pclzip.php'),(264,'wp-admin/includes/class-plugin-installer-skin.php'),(265,'wp-admin/includes/class-plugin-upgrader-skin.php'),(266,'wp-admin/includes/class-plugin-upgrader.php'),(267,'wp-admin/includes/class-theme-installer-skin.php'),(268,'wp-admin/includes/class-theme-upgrader-skin.php'),(269,'wp-admin/includes/class-theme-upgrader.php'),(270,'wp-admin/includes/class-walker-category-checklist.php'),(271,'wp-admin/includes/class-walker-nav-menu-checklist.php'),(272,'wp-admin/includes/class-walker-nav-menu-edit.php'),(273,'wp-admin/includes/class-wp-ajax-upgrader-skin.php'),(274,'wp-admin/includes/class-wp-application-passwords-list-table.php'),(275,'wp-admin/includes/class-wp-automatic-updater.php'),(276,'wp-admin/includes/class-wp-comments-list-table.php'),(277,'wp-admin/includes/class-wp-community-events.php'),(278,'wp-admin/includes/class-wp-debug-data.php'),(279,'wp-admin/includes/class-wp-filesystem-base.php'),(280,'wp-admin/includes/class-wp-filesystem-direct.php'),(281,'wp-admin/includes/class-wp-filesystem-ftpext.php'),(282,'wp-admin/includes/class-wp-filesystem-ftpsockets.php'),(283,'wp-admin/includes/class-wp-filesystem-ssh2.php'),(284,'wp-admin/includes/class-wp-importer.php'),(285,'wp-admin/includes/class-wp-internal-pointers.php'),(286,'wp-admin/includes/class-wp-links-list-table.php'),(287,'wp-admin/includes/class-wp-list-table-compat.php'),(288,'wp-admin/includes/class-wp-list-table.php'),(289,'wp-admin/includes/class-wp-media-list-table.php'),(290,'wp-admin/includes/class-wp-ms-sites-list-table.php'),(291,'wp-admin/includes/class-wp-ms-themes-list-table.php'),(292,'wp-admin/includes/class-wp-ms-users-list-table.php'),(293,'wp-admin/includes/class-wp-plugin-install-list-table.php'),(294,'wp-admin/includes/class-wp-plugins-list-table.php'),(295,'wp-admin/includes/class-wp-post-comments-list-table.php'),(296,'wp-admin/includes/class-wp-posts-list-table.php'),(297,'wp-admin/includes/class-wp-privacy-data-export-requests-list-table.php'),(298,'wp-admin/includes/class-wp-privacy-data-removal-requests-list-table.php'),(299,'wp-admin/includes/class-wp-privacy-policy-content.php'),(300,'wp-admin/includes/class-wp-privacy-requests-table.php'),(301,'wp-admin/includes/class-wp-screen.php'),(302,'wp-admin/includes/class-wp-site-health-auto-updates.php'),(303,'wp-admin/includes/class-wp-site-health.php'),(304,'wp-admin/includes/class-wp-site-icon.php'),(305,'wp-admin/includes/class-wp-terms-list-table.php'),(306,'wp-admin/includes/class-wp-theme-install-list-table.php'),(307,'wp-admin/includes/class-wp-themes-list-table.php'),(308,'wp-admin/includes/class-wp-upgrader-skin.php'),(309,'wp-admin/includes/class-wp-upgrader-skins.php'),(310,'wp-admin/includes/class-wp-upgrader.php'),(311,'wp-admin/includes/class-wp-users-list-table.php'),(312,'wp-admin/includes/comment.php'),(313,'wp-admin/includes/continents-cities.php'),(314,'wp-admin/includes/credits.php'),(315,'wp-admin/includes/dashboard.php'),(316,'wp-admin/includes/deprecated.php'),(317,'wp-admin/includes/edit-tag-messages.php'),(318,'wp-admin/includes/export.php'),(319,'wp-admin/includes/file.php'),(320,'wp-admin/includes/image-edit.php'),(321,'wp-admin/includes/image.php'),(322,'wp-admin/includes/import.php'),(323,'wp-admin/includes/list-table.php'),(324,'wp-admin/includes/media.php'),(325,'wp-admin/includes/menu.php'),(326,'wp-admin/includes/meta-boxes.php'),(327,'wp-admin/includes/misc.php'),(328,'wp-admin/includes/ms-admin-filters.php'),(329,'wp-admin/includes/ms-deprecated.php'),(330,'wp-admin/includes/ms.php'),(331,'wp-admin/includes/nav-menu.php'),(332,'wp-admin/includes/network.php'),(333,'wp-admin/includes/noop.php'),(334,'wp-admin/includes/options.php'),(335,'wp-admin/includes/plugin-install.php'),(336,'wp-admin/includes/plugin.php'),(337,'wp-admin/includes/post.php'),(338,'wp-admin/includes/privacy-tools.php'),(339,'wp-admin/includes/revision.php'),(340,'wp-admin/includes/schema.php'),(341,'wp-admin/includes/screen.php'),(342,'wp-admin/includes/taxonomy.php'),(343,'wp-admin/includes/template.php'),(344,'wp-admin/includes/theme-install.php'),(345,'wp-admin/includes/theme.php'),(346,'wp-admin/includes/translation-install.php'),(347,'wp-admin/includes/update-core.php'),(348,'wp-admin/includes/update.php'),(349,'wp-admin/includes/upgrade.php'),(350,'wp-admin/includes/user.php'),(351,'wp-admin/includes/widgets.php'),(352,'wp-admin/index.php'),(353,'wp-admin/install-helper.php'),(354,'wp-admin/install.php'),(355,'wp-admin/js/accordion.js'),(356,'wp-admin/js/accordion.min.js'),(357,'wp-admin/js/application-passwords.js'),(358,'wp-admin/js/application-passwords.min.js'),(359,'wp-admin/js/auth-app.js'),(360,'wp-admin/js/auth-app.min.js'),(361,'wp-admin/js/code-editor.js'),(362,'wp-admin/js/code-editor.min.js'),(363,'wp-admin/js/color-picker.js'),(364,'wp-admin/js/color-picker.min.js'),(365,'wp-admin/js/comment.js'),(366,'wp-admin/js/comment.min.js'),(367,'wp-admin/js/common.js'),(368,'wp-admin/js/common.min.js'),(369,'wp-admin/js/custom-background.js'),(370,'wp-admin/js/custom-background.min.js'),(371,'wp-admin/js/custom-header.js'),(372,'wp-admin/js/customize-controls.js'),(373,'wp-admin/js/customize-controls.min.js'),(374,'wp-admin/js/customize-nav-menus.js'),(375,'wp-admin/js/customize-nav-menus.min.js'),(376,'wp-admin/js/customize-widgets.js'),(377,'wp-admin/js/customize-widgets.min.js'),(378,'wp-admin/js/dashboard.js'),(379,'wp-admin/js/dashboard.min.js'),(380,'wp-admin/js/edit-comments.js'),(381,'wp-admin/js/edit-comments.min.js'),(382,'wp-admin/js/editor-expand.js'),(383,'wp-admin/js/editor-expand.min.js'),(384,'wp-admin/js/editor.js'),(385,'wp-admin/js/editor.min.js'),(386,'wp-admin/js/farbtastic.js'),(387,'wp-admin/js/gallery.js'),(388,'wp-admin/js/gallery.min.js'),(389,'wp-admin/js/image-edit.js'),(390,'wp-admin/js/image-edit.min.js'),(391,'wp-admin/js/inline-edit-post.js'),(392,'wp-admin/js/inline-edit-post.min.js'),(393,'wp-admin/js/inline-edit-tax.js'),(394,'wp-admin/js/inline-edit-tax.min.js'),(395,'wp-admin/js/iris.min.js'),(396,'wp-admin/js/language-chooser.js'),(397,'wp-admin/js/language-chooser.min.js'),(398,'wp-admin/js/link.js'),(399,'wp-admin/js/link.min.js'),(400,'wp-admin/js/media-gallery.js'),(401,'wp-admin/js/media-gallery.min.js'),(402,'wp-admin/js/media-upload.js'),(403,'wp-admin/js/media-upload.min.js'),(404,'wp-admin/js/media.js'),(405,'wp-admin/js/media.min.js'),(406,'wp-admin/js/nav-menu.js'),(407,'wp-admin/js/nav-menu.min.js'),(408,'wp-admin/js/password-strength-meter.js'),(409,'wp-admin/js/password-strength-meter.min.js'),(410,'wp-admin/js/plugin-install.js'),(411,'wp-admin/js/plugin-install.min.js'),(412,'wp-admin/js/post.js'),(413,'wp-admin/js/post.min.js'),(414,'wp-admin/js/postbox.js'),(415,'wp-admin/js/postbox.min.js'),(416,'wp-admin/js/privacy-tools.js'),(417,'wp-admin/js/privacy-tools.min.js'),(418,'wp-admin/js/revisions.js'),(419,'wp-admin/js/revisions.min.js'),(420,'wp-admin/js/set-post-thumbnail.js'),(421,'wp-admin/js/set-post-thumbnail.min.js'),(422,'wp-admin/js/site-health.js'),(423,'wp-admin/js/site-health.min.js'),(424,'wp-admin/js/svg-painter.js'),(425,'wp-admin/js/svg-painter.min.js'),(426,'wp-admin/js/tags-box.js'),(427,'wp-admin/js/tags-box.min.js'),(428,'wp-admin/js/tags-suggest.js'),(429,'wp-admin/js/tags-suggest.min.js'),(430,'wp-admin/js/tags.js'),(431,'wp-admin/js/tags.min.js'),(432,'wp-admin/js/theme-plugin-editor.js'),(433,'wp-admin/js/theme-plugin-editor.min.js'),(434,'wp-admin/js/theme.js'),(435,'wp-admin/js/theme.min.js'),(436,'wp-admin/js/updates.js'),(437,'wp-admin/js/updates.min.js'),(438,'wp-admin/js/user-profile.js'),(439,'wp-admin/js/user-profile.min.js'),(440,'wp-admin/js/user-suggest.js'),(441,'wp-admin/js/user-suggest.min.js'),(442,'wp-admin/js/widgets/custom-html-widgets.js'),(443,'wp-admin/js/widgets/custom-html-widgets.min.js'),(444,'wp-admin/js/widgets/media-audio-widget.js'),(445,'wp-admin/js/widgets/media-audio-widget.min.js'),(446,'wp-admin/js/widgets/media-gallery-widget.js'),(447,'wp-admin/js/widgets/media-gallery-widget.min.js'),(448,'wp-admin/js/widgets/media-image-widget.js'),(449,'wp-admin/js/widgets/media-image-widget.min.js'),(450,'wp-admin/js/widgets/media-video-widget.js'),(451,'wp-admin/js/widgets/media-video-widget.min.js'),(452,'wp-admin/js/widgets/media-widgets.js'),(453,'wp-admin/js/widgets/media-widgets.min.js'),(454,'wp-admin/js/widgets/text-widgets.js'),(455,'wp-admin/js/widgets/text-widgets.min.js'),(456,'wp-admin/js/widgets.js'),(457,'wp-admin/js/widgets.min.js'),(458,'wp-admin/js/word-count.js'),(459,'wp-admin/js/word-count.min.js'),(460,'wp-admin/js/xfn.js'),(461,'wp-admin/js/xfn.min.js'),(462,'wp-admin/link-add.php'),(463,'wp-admin/link-manager.php'),(464,'wp-admin/link-parse-opml.php'),(465,'wp-admin/link.php'),(466,'wp-admin/load-scripts.php'),(467,'wp-admin/load-styles.php'),(468,'wp-admin/maint/repair.php'),(469,'wp-admin/media-new.php'),(470,'wp-admin/media-upload.php'),(471,'wp-admin/media.php'),(472,'wp-admin/menu-header.php'),(473,'wp-admin/menu.php'),(474,'wp-admin/moderation.php'),(475,'wp-admin/ms-admin.php'),(476,'wp-admin/ms-delete-site.php'),(477,'wp-admin/ms-edit.php'),(478,'wp-admin/ms-options.php'),(479,'wp-admin/ms-sites.php'),(480,'wp-admin/ms-themes.php'),(481,'wp-admin/ms-upgrade-network.php'),(482,'wp-admin/ms-users.php'),(483,'wp-admin/my-sites.php'),(484,'wp-admin/nav-menus.php'),(485,'wp-admin/network/about.php'),(486,'wp-admin/network/admin.php'),(487,'wp-admin/network/credits.php'),(488,'wp-admin/network/edit.php'),(489,'wp-admin/network/freedoms.php'),(490,'wp-admin/network/index.php'),(491,'wp-admin/network/menu.php'),(492,'wp-admin/network/plugin-editor.php'),(493,'wp-admin/network/plugin-install.php'),(494,'wp-admin/network/plugins.php'),(495,'wp-admin/network/privacy.php'),(496,'wp-admin/network/profile.php'),(497,'wp-admin/network/settings.php'),(498,'wp-admin/network/setup.php'),(499,'wp-admin/network/site-info.php'),(500,'wp-admin/network/site-new.php'),(501,'wp-admin/network/site-settings.php'),(502,'wp-admin/network/site-themes.php'),(503,'wp-admin/network/site-users.php'),(504,'wp-admin/network/sites.php'),(505,'wp-admin/network/theme-editor.php'),(506,'wp-admin/network/theme-install.php'),(507,'wp-admin/network/themes.php'),(508,'wp-admin/network/update-core.php'),(509,'wp-admin/network/update.php'),(510,'wp-admin/network/upgrade.php'),(511,'wp-admin/network/user-edit.php'),(512,'wp-admin/network/user-new.php'),(513,'wp-admin/network/users.php'),(514,'wp-admin/network.php'),(515,'wp-admin/options-discussion.php'),(516,'wp-admin/options-general.php'),(517,'wp-admin/options-head.php'),(518,'wp-admin/options-media.php'),(519,'wp-admin/options-permalink.php'),(520,'wp-admin/options-privacy.php'),(521,'wp-admin/options-reading.php'),(522,'wp-admin/options-writing.php'),(523,'wp-admin/options.php'),(524,'wp-admin/plugin-editor.php'),(525,'wp-admin/plugin-install.php'),(526,'wp-admin/plugins.php'),(527,'wp-admin/post-new.php'),(528,'wp-admin/post.php'),(529,'wp-admin/press-this.php'),(530,'wp-admin/privacy-policy-guide.php'),(531,'wp-admin/privacy.php'),(532,'wp-admin/profile.php'),(533,'wp-admin/revision.php'),(534,'wp-admin/setup-config.php'),(535,'wp-admin/site-health-info.php'),(536,'wp-admin/site-health.php'),(537,'wp-admin/term.php'),(538,'wp-admin/theme-editor.php'),(539,'wp-admin/theme-install.php'),(540,'wp-admin/themes.php'),(541,'wp-admin/tools.php'),(542,'wp-admin/update-core.php'),(543,'wp-admin/update.php'),(544,'wp-admin/upgrade-functions.php'),(545,'wp-admin/upgrade.php'),(546,'wp-admin/upload.php'),(547,'wp-admin/user/about.php'),(548,'wp-admin/user/admin.php'),(549,'wp-admin/user/credits.php'),(550,'wp-admin/user/freedoms.php'),(551,'wp-admin/user/index.php'),(552,'wp-admin/user/menu.php'),(553,'wp-admin/user/privacy.php'),(554,'wp-admin/user/profile.php'),(555,'wp-admin/user/user-edit.php'),(556,'wp-admin/user-edit.php'),(557,'wp-admin/user-new.php'),(558,'wp-admin/users.php'),(559,'wp-admin/widgets.php'),(560,'wp-blog-header.php'),(561,'wp-comments-post.php'),(562,'wp-config-sample.php'),(563,'wp-config.php'),(564,'wp-content/advanced-cache.php'),(565,'wp-content/ai1wm-backups/index.php'),(566,'wp-content/cache/index.html'),(567,'wp-content/cache/page_enhanced/ruthsnutrition.com/_index_ssl.html'),(568,'wp-content/index.php'),(569,'wp-content/mu-plugins/0-worker.php'),(570,'wp-content/plugins/contact-form-7/admin/admin.php'),(571,'wp-content/plugins/contact-form-7/admin/css/styles-dark-mode.css'),(572,'wp-content/plugins/contact-form-7/admin/css/styles-rtl.css'),(573,'wp-content/plugins/contact-form-7/admin/css/styles.css'),(574,'wp-content/plugins/contact-form-7/admin/edit-contact-form.php'),(575,'wp-content/plugins/contact-form-7/admin/includes/admin-functions.php'),(576,'wp-content/plugins/contact-form-7/admin/includes/class-contact-forms-list-table.php'),(577,'wp-content/plugins/contact-form-7/admin/includes/config-validator.php'),(578,'wp-content/plugins/contact-form-7/admin/includes/editor.php'),(579,'wp-content/plugins/contact-form-7/admin/includes/help-tabs.php'),(580,'wp-content/plugins/contact-form-7/admin/includes/tag-generator.php'),(581,'wp-content/plugins/contact-form-7/admin/includes/welcome-panel.php'),(582,'wp-content/plugins/contact-form-7/admin/js/scripts.js'),(583,'wp-content/plugins/contact-form-7/admin/js/tag-generator.js'),(584,'wp-content/plugins/contact-form-7/assets/ajax-loader.gif'),(585,'wp-content/plugins/contact-form-7/assets/icon.png'),(586,'wp-content/plugins/contact-form-7/assets/icon.svg'),(587,'wp-content/plugins/contact-form-7/includes/block-editor/block-editor.php'),(588,'wp-content/plugins/contact-form-7/includes/block-editor/index.js'),(589,'wp-content/plugins/contact-form-7/includes/capabilities.php'),(590,'wp-content/plugins/contact-form-7/includes/config-validator.php'),(591,'wp-content/plugins/contact-form-7/includes/contact-form-functions.php'),(592,'wp-content/plugins/contact-form-7/includes/contact-form-template.php'),(593,'wp-content/plugins/contact-form-7/includes/contact-form.php'),(594,'wp-content/plugins/contact-form-7/includes/controller.php'),(595,'wp-content/plugins/contact-form-7/includes/css/styles-rtl.css'),(596,'wp-content/plugins/contact-form-7/includes/css/styles.css'),(597,'wp-content/plugins/contact-form-7/includes/form-tag.php'),(598,'wp-content/plugins/contact-form-7/includes/form-tags-manager.php'),(599,'wp-content/plugins/contact-form-7/includes/formatting.php'),(600,'wp-content/plugins/contact-form-7/includes/functions.php'),(601,'wp-content/plugins/contact-form-7/includes/integration.php'),(602,'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png'),(603,'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_flat_75_ffffff_40x100.png'),(604,'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png'),(605,'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_glass_65_ffffff_1x400.png'),(606,'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_glass_75_dadada_1x400.png'),(607,'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png'),(608,'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png'),(609,'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png'),(610,'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-icons_222222_256x240.png'),(611,'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-icons_2e83ff_256x240.png'),(612,'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-icons_454545_256x240.png'),(613,'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-icons_888888_256x240.png'),(614,'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-icons_cd0a0a_256x240.png'),(615,'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/jquery-ui.css'),(616,'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/jquery-ui.min.css'),(617,'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/theme.css'),(618,'wp-content/plugins/contact-form-7/includes/js/scripts.js'),(619,'wp-content/plugins/contact-form-7/includes/l10n.php'),(620,'wp-content/plugins/contact-form-7/includes/mail.php'),(621,'wp-content/plugins/contact-form-7/includes/pipe.php'),(622,'wp-content/plugins/contact-form-7/includes/rest-api.php'),(623,'wp-content/plugins/contact-form-7/includes/shortcodes.php'),(624,'wp-content/plugins/contact-form-7/includes/special-mail-tags.php'),(625,'wp-content/plugins/contact-form-7/includes/submission.php'),(626,'wp-content/plugins/contact-form-7/includes/upgrade.php'),(627,'wp-content/plugins/contact-form-7/includes/validation.php'),(628,'wp-content/plugins/contact-form-7/languages/readme.txt'),(629,'wp-content/plugins/contact-form-7/license.txt'),(630,'wp-content/plugins/contact-form-7/load.php'),(631,'wp-content/plugins/contact-form-7/modules/acceptance.php'),(632,'wp-content/plugins/contact-form-7/modules/akismet.php'),(633,'wp-content/plugins/contact-form-7/modules/checkbox.php'),(634,'wp-content/plugins/contact-form-7/modules/constant-contact.php'),(635,'wp-content/plugins/contact-form-7/modules/count.php'),(636,'wp-content/plugins/contact-form-7/modules/date.php'),(637,'wp-content/plugins/contact-form-7/modules/disallowed-list.php'),(638,'wp-content/plugins/contact-form-7/modules/file.php'),(639,'wp-content/plugins/contact-form-7/modules/flamingo.php'),(640,'wp-content/plugins/contact-form-7/modules/hidden.php'),(641,'wp-content/plugins/contact-form-7/modules/listo.php'),(642,'wp-content/plugins/contact-form-7/modules/number.php'),(643,'wp-content/plugins/contact-form-7/modules/quiz.php'),(644,'wp-content/plugins/contact-form-7/modules/really-simple-captcha.php'),(645,'wp-content/plugins/contact-form-7/modules/recaptcha/recaptcha.php'),(646,'wp-content/plugins/contact-form-7/modules/recaptcha/script.js'),(647,'wp-content/plugins/contact-form-7/modules/response.php'),(648,'wp-content/plugins/contact-form-7/modules/select.php'),(649,'wp-content/plugins/contact-form-7/modules/submit.php'),(650,'wp-content/plugins/contact-form-7/modules/text.php'),(651,'wp-content/plugins/contact-form-7/modules/textarea.php'),(652,'wp-content/plugins/contact-form-7/readme.txt'),(653,'wp-content/plugins/contact-form-7/uninstall.php'),(654,'wp-content/plugins/contact-form-7/wp-contact-form-7.php'),(655,'wp-content/plugins/duplicate-post/compat/duplicate-post-gutenberg.php'),(656,'wp-content/plugins/duplicate-post/compat/duplicate-post-jetpack.php'),(657,'wp-content/plugins/duplicate-post/compat/duplicate-post-wpml.php'),(658,'wp-content/plugins/duplicate-post/css/duplicate-post-options.css'),(659,'wp-content/plugins/duplicate-post/css/duplicate-post.css'),(660,'wp-content/plugins/duplicate-post/duplicate-post-admin.php'),(661,'wp-content/plugins/duplicate-post/duplicate-post-common.php'),(662,'wp-content/plugins/duplicate-post/duplicate-post-options.php'),(663,'wp-content/plugins/duplicate-post/duplicate-post.php'),(664,'wp-content/plugins/duplicate-post/duplicate_post_yoast_icon-125x125.png'),(665,'wp-content/plugins/duplicate-post/gpl-2.0.txt'),(666,'wp-content/plugins/duplicate-post/js/dist/duplicate-post-edit-411.js'),(667,'wp-content/plugins/duplicate-post/js/dist/duplicate-post-elementor-411.js'),(668,'wp-content/plugins/duplicate-post/js/dist/duplicate-post-options-411.js'),(669,'wp-content/plugins/duplicate-post/js/dist/duplicate-post-quick-edit-411.js'),(670,'wp-content/plugins/duplicate-post/js/dist/duplicate-post-strings-411.js'),(671,'wp-content/plugins/duplicate-post/readme.txt'),(672,'wp-content/plugins/duplicate-post/src/admin/class-options-form-generator.php'),(673,'wp-content/plugins/duplicate-post/src/admin/class-options-inputs.php'),(674,'wp-content/plugins/duplicate-post/src/admin/class-options-page.php'),(675,'wp-content/plugins/duplicate-post/src/admin/class-options.php'),(676,'wp-content/plugins/duplicate-post/src/admin/views/options.php'),(677,'wp-content/plugins/duplicate-post/src/class-duplicate-post.php'),(678,'wp-content/plugins/duplicate-post/src/class-permissions-helper.php'),(679,'wp-content/plugins/duplicate-post/src/class-post-duplicator.php'),(680,'wp-content/plugins/duplicate-post/src/class-post-republisher.php'),(681,'wp-content/plugins/duplicate-post/src/class-revisions-migrator.php'),(682,'wp-content/plugins/duplicate-post/src/class-utils.php'),(683,'wp-content/plugins/duplicate-post/src/handlers/class-bulk-handler.php'),(684,'wp-content/plugins/duplicate-post/src/handlers/class-check-changes-handler.php'),(685,'wp-content/plugins/duplicate-post/src/handlers/class-handler.php'),(686,'wp-content/plugins/duplicate-post/src/handlers/class-link-handler.php'),(687,'wp-content/plugins/duplicate-post/src/handlers/class-save-post-handler.php'),(688,'wp-content/plugins/duplicate-post/src/ui/class-admin-bar.php'),(689,'wp-content/plugins/duplicate-post/src/ui/class-asset-manager.php'),(690,'wp-content/plugins/duplicate-post/src/ui/class-block-editor.php'),(691,'wp-content/plugins/duplicate-post/src/ui/class-bulk-actions.php'),(692,'wp-content/plugins/duplicate-post/src/ui/class-classic-editor.php'),(693,'wp-content/plugins/duplicate-post/src/ui/class-column.php'),(694,'wp-content/plugins/duplicate-post/src/ui/class-link-builder.php'),(695,'wp-content/plugins/duplicate-post/src/ui/class-metabox.php'),(696,'wp-content/plugins/duplicate-post/src/ui/class-post-states.php'),(697,'wp-content/plugins/duplicate-post/src/ui/class-row-actions.php'),(698,'wp-content/plugins/duplicate-post/src/ui/class-user-interface.php'),(699,'wp-content/plugins/duplicate-post/src/watchers/class-bulk-actions-watcher.php'),(700,'wp-content/plugins/duplicate-post/src/watchers/class-copied-post-watcher.php'),(701,'wp-content/plugins/duplicate-post/src/watchers/class-link-actions-watcher.php'),(702,'wp-content/plugins/duplicate-post/src/watchers/class-original-post-watcher.php'),(703,'wp-content/plugins/duplicate-post/src/watchers/class-republished-post-watcher.php'),(704,'wp-content/plugins/duplicate-post/src/watchers/class-watchers.php'),(705,'wp-content/plugins/duplicate-post/vendor/autoload.php'),(706,'wp-content/plugins/duplicate-post/vendor/composer/ClassLoader.php'),(707,'wp-content/plugins/duplicate-post/vendor/composer/LICENSE'),(708,'wp-content/plugins/duplicate-post/vendor/composer/autoload_classmap.php'),(709,'wp-content/plugins/duplicate-post/vendor/composer/autoload_namespaces.php'),(710,'wp-content/plugins/duplicate-post/vendor/composer/autoload_psr4.php'),(711,'wp-content/plugins/duplicate-post/vendor/composer/autoload_real.php'),(712,'wp-content/plugins/duplicate-post/vendor/composer/autoload_static.php'),(713,'wp-content/plugins/essential-grid/admin/assets/css/index.php'),(714,'wp-content/plugins/essential-grid/admin/assets/font/egfont.svg'),(715,'wp-content/plugins/essential-grid/admin/assets/font/index.php'),(716,'wp-content/plugins/essential-grid/admin/assets/images/index.php'),(717,'wp-content/plugins/essential-grid/admin/assets/images/slidersources/index.php'),(718,'wp-content/plugins/essential-grid/admin/assets/images/sources/index.php'),(719,'wp-content/plugins/essential-grid/admin/assets/js/admin.js'),(720,'wp-content/plugins/essential-grid/admin/assets/js/codemirror.js'),(721,'wp-content/plugins/essential-grid/admin/assets/js/grid-editor.js'),(722,'wp-content/plugins/essential-grid/admin/assets/js/index.php'),(723,'wp-content/plugins/essential-grid/admin/assets/js/jquery-ui.draggable.min.js'),(724,'wp-content/plugins/essential-grid/admin/assets/js/jquery.tooltipster.min.js'),(725,'wp-content/plugins/essential-grid/admin/assets/js/mode/css.js'),(726,'wp-content/plugins/essential-grid/admin/assets/js/mode/index.php'),(727,'wp-content/plugins/essential-grid/admin/assets/js/mode/javascript.js'),(728,'wp-content/plugins/essential-grid/admin/assets/js/tinymce-shortcode-script.js'),(729,'wp-content/plugins/essential-grid/admin/assets/js/tp-color-picker.js'),(730,'wp-content/plugins/essential-grid/admin/assets/js/tp-color-picker.min.js'),(731,'wp-content/plugins/essential-grid/admin/assets/js/vc.js'),(732,'wp-content/plugins/essential-grid/admin/essential-grid-admin.class.php'),(733,'wp-content/plugins/essential-grid/admin/includes/debug.class.php'),(734,'wp-content/plugins/essential-grid/admin/includes/dialogs.class.php'),(735,'wp-content/plugins/essential-grid/admin/includes/export.class.php'),(736,'wp-content/plugins/essential-grid/admin/includes/gutenberg-blocks/dist/blocks.build.js'),(737,'wp-content/plugins/essential-grid/admin/includes/gutenberg-blocks/plugin.php'),(738,'wp-content/plugins/essential-grid/admin/includes/gutenberg-blocks/src/block/block.js'),(739,'wp-content/plugins/essential-grid/admin/includes/gutenberg-blocks/src/blocks.js'),(740,'wp-content/plugins/essential-grid/admin/includes/gutenberg-blocks/src/essgrid/icon.js'),(741,'wp-content/plugins/essential-grid/admin/includes/gutenberg-blocks/src/essgrid/index.js'),(742,'wp-content/plugins/essential-grid/admin/includes/gutenberg-blocks/src/old_init.php'),(743,'wp-content/plugins/essential-grid/admin/includes/gutenberg-blocks/src/wpgallery/index.js'),(744,'wp-content/plugins/essential-grid/admin/includes/import-post.class.php'),(745,'wp-content/plugins/essential-grid/admin/includes/import.class.php'),(746,'wp-content/plugins/essential-grid/admin/includes/index.php'),(747,'wp-content/plugins/essential-grid/admin/includes/library.class.php'),(748,'wp-content/plugins/essential-grid/admin/includes/newsletter.class.php'),(749,'wp-content/plugins/essential-grid/admin/includes/plugin-update.class.php'),(750,'wp-content/plugins/essential-grid/admin/includes/update.class.php'),(751,'wp-content/plugins/essential-grid/admin/index.php'),(752,'wp-content/plugins/essential-grid/admin/views/elements/grid-element-style.php'),(753,'wp-content/plugins/essential-grid/admin/views/elements/grid-info.php'),(754,'wp-content/plugins/essential-grid/admin/views/elements/grid-item-skin-editor.php'),(755,'wp-content/plugins/essential-grid/admin/views/elements/grid-library.php'),(756,'wp-content/plugins/essential-grid/admin/views/elements/grid-meta-box.php'),(757,'wp-content/plugins/essential-grid/admin/views/elements/grid-settings.php'),(758,'wp-content/plugins/essential-grid/admin/views/elements/index.php'),(759,'wp-content/plugins/essential-grid/admin/views/footer.php'),(760,'wp-content/plugins/essential-grid/admin/views/grid-create.php'),(761,'wp-content/plugins/essential-grid/admin/views/grid-custom-meta.php'),(762,'wp-content/plugins/essential-grid/admin/views/grid-global-settings.php'),(763,'wp-content/plugins/essential-grid/admin/views/grid-import-export.php'),(764,'wp-content/plugins/essential-grid/admin/views/grid-item-skin.php'),(765,'wp-content/plugins/essential-grid/admin/views/grid-overview.php'),(766,'wp-content/plugins/essential-grid/admin/views/grid-search.php'),(767,'wp-content/plugins/essential-grid/admin/views/grid-widget-areas.php'),(768,'wp-content/plugins/essential-grid/admin/views/header.php'),(769,'wp-content/plugins/essential-grid/admin/views/index.php'),(770,'wp-content/plugins/essential-grid/admin/views/skin-font-awesome-list.php'),(771,'wp-content/plugins/essential-grid/admin/views/skin-pe-icon-7-stroke-list.php'),(772,'wp-content/plugins/essential-grid/admin/views/themepunch-google-fonts.php'),(773,'wp-content/plugins/essential-grid/assets/index.php'),(774,'wp-content/plugins/essential-grid/essential-grid.php'),(775,'wp-content/plugins/essential-grid/includes/InstagramScraper/Endpoints.php'),(776,'wp-content/plugins/essential-grid/includes/InstagramScraper/Exception/InstagramAuthException.php'),(777,'wp-content/plugins/essential-grid/includes/InstagramScraper/Exception/InstagramException.php'),(778,'wp-content/plugins/essential-grid/includes/InstagramScraper/Exception/InstagramNotFoundException.php'),(779,'wp-content/plugins/essential-grid/includes/InstagramScraper/Instagram.php'),(780,'wp-content/plugins/essential-grid/includes/InstagramScraper/InstagramQueryId.php'),(781,'wp-content/plugins/essential-grid/includes/InstagramScraper/Instagram_old.php'),(782,'wp-content/plugins/essential-grid/includes/InstagramScraper/Model/AbstractModel.php'),(783,'wp-content/plugins/essential-grid/includes/InstagramScraper/Model/Account.php'),(784,'wp-content/plugins/essential-grid/includes/InstagramScraper/Model/CarouselMedia.php'),(785,'wp-content/plugins/essential-grid/includes/InstagramScraper/Model/Comment.php'),(786,'wp-content/plugins/essential-grid/includes/InstagramScraper/Model/Like.php'),(787,'wp-content/plugins/essential-grid/includes/InstagramScraper/Model/Location.php'),(788,'wp-content/plugins/essential-grid/includes/InstagramScraper/Model/Media.php'),(789,'wp-content/plugins/essential-grid/includes/InstagramScraper/Model/Story.php'),(790,'wp-content/plugins/essential-grid/includes/InstagramScraper/Model/Tag.php'),(791,'wp-content/plugins/essential-grid/includes/InstagramScraper/Model/UserStories.php'),(792,'wp-content/plugins/essential-grid/includes/InstagramScraper/Traits/ArrayLikeTrait.php'),(793,'wp-content/plugins/essential-grid/includes/InstagramScraper/Traits/InitializerTrait.php'),(794,'wp-content/plugins/essential-grid/includes/InstagramScraper.php'),(795,'wp-content/plugins/essential-grid/includes/Unirest/Exception.php'),(796,'wp-content/plugins/essential-grid/includes/Unirest/Method.php'),(797,'wp-content/plugins/essential-grid/includes/Unirest/Request/Body.php'),(798,'wp-content/plugins/essential-grid/includes/Unirest/Request.php'),(799,'wp-content/plugins/essential-grid/includes/Unirest/Response.php'),(800,'wp-content/plugins/essential-grid/includes/Unirest.php'),(801,'wp-content/plugins/essential-grid/includes/aq_resizer.class.php'),(802,'wp-content/plugins/essential-grid/includes/assets/default-grids-210.php'),(803,'wp-content/plugins/essential-grid/includes/assets/default-grids-meta-fonts.php'),(804,'wp-content/plugins/essential-grid/includes/assets/default-item-elements.php'),(805,'wp-content/plugins/essential-grid/includes/assets/default-item-skins.php'),(806,'wp-content/plugins/essential-grid/includes/assets/default-navigation-skins.php'),(807,'wp-content/plugins/essential-grid/includes/assets/default-posts.php'),(808,'wp-content/plugins/essential-grid/includes/assets/index.php'),(809,'wp-content/plugins/essential-grid/includes/base.class.php'),(810,'wp-content/plugins/essential-grid/includes/colorpicker.class.php'),(811,'wp-content/plugins/essential-grid/includes/external-sources.class.php'),(812,'wp-content/plugins/essential-grid/includes/fonts.class.php'),(813,'wp-content/plugins/essential-grid/includes/global-css.class.php'),(814,'wp-content/plugins/essential-grid/includes/grids-widget.class.php'),(815,'wp-content/plugins/essential-grid/includes/index.php'),(816,'wp-content/plugins/essential-grid/includes/item-element.class.php'),(817,'wp-content/plugins/essential-grid/includes/item-skin.class.php'),(818,'wp-content/plugins/essential-grid/includes/jackbox.class.php'),(819,'wp-content/plugins/essential-grid/includes/loadbalancer.class.php'),(820,'wp-content/plugins/essential-grid/includes/meta.class.php'),(821,'wp-content/plugins/essential-grid/includes/navigation.class.php'),(822,'wp-content/plugins/essential-grid/includes/ngg-source.class.php'),(823,'wp-content/plugins/essential-grid/includes/search.class.php'),(824,'wp-content/plugins/essential-grid/includes/social-gallery.class.php'),(825,'wp-content/plugins/essential-grid/includes/woocommerce.class.php'),(826,'wp-content/plugins/essential-grid/includes/wordpress-update-fix.class.php'),(827,'wp-content/plugins/essential-grid/includes/wpml.class.php'),(828,'wp-content/plugins/essential-grid/index.php'),(829,'wp-content/plugins/essential-grid/languages/index.php'),(830,'wp-content/plugins/essential-grid/public/assets/css/index.php'),(831,'wp-content/plugins/essential-grid/public/assets/font/egfont.svg'),(832,'wp-content/plugins/essential-grid/public/assets/font/font-awesome/fonts/fontawesome-webfont.svg'),(833,'wp-content/plugins/essential-grid/public/assets/font/font-awesome/index.php'),(834,'wp-content/plugins/essential-grid/public/assets/font/fontello/fonts/egfont.svg'),(835,'wp-content/plugins/essential-grid/public/assets/font/index.php'),(836,'wp-content/plugins/essential-grid/public/assets/font/pe-icon-7-stroke/css/index.php'),(837,'wp-content/plugins/essential-grid/public/assets/font/pe-icon-7-stroke/fonts/Pe-icon-7-stroke.svg'),(838,'wp-content/plugins/essential-grid/public/assets/font/pe-icon-7-stroke/fonts/index.php'),(839,'wp-content/plugins/essential-grid/public/assets/font/pe-icon-7-stroke/index.php'),(840,'wp-content/plugins/essential-grid/public/assets/images/index.php'),(841,'wp-content/plugins/essential-grid/public/assets/index.php'),(842,'wp-content/plugins/essential-grid/public/assets/js/index.php'),(843,'wp-content/plugins/essential-grid/public/assets/js/jquery.esgbox.min.js'),(844,'wp-content/plugins/essential-grid/public/assets/js/jquery.themepunch.enablelog.js'),(845,'wp-content/plugins/essential-grid/public/assets/js/jquery.themepunch.essential.js'),(846,'wp-content/plugins/essential-grid/public/assets/js/jquery.themepunch.essential.min.js'),(847,'wp-content/plugins/essential-grid/public/assets/js/jquery.themepunch.tools.min.js'),(848,'wp-content/plugins/essential-grid/public/essential-grid.class.php'),(849,'wp-content/plugins/essential-grid/public/includes/index.php'),(850,'wp-content/plugins/essential-grid/public/index.php'),(851,'wp-content/plugins/essential-grid/public/views/index.php'),(852,'wp-content/plugins/essential-grid/release_log.html'),(853,'wp-content/plugins/essential-grid/uninstall.php'),(854,'wp-content/plugins/ga-google-analytics/css/settings.css'),(855,'wp-content/plugins/ga-google-analytics/ga-google-analytics.php'),(856,'wp-content/plugins/ga-google-analytics/img/250x250-banhammer-pro.jpg'),(857,'wp-content/plugins/ga-google-analytics/img/250x250-bbq-pro.jpg'),(858,'wp-content/plugins/ga-google-analytics/img/250x250-blackhole-pro.jpg'),(859,'wp-content/plugins/ga-google-analytics/img/250x250-digging-into-wordpress.jpg'),(860,'wp-content/plugins/ga-google-analytics/img/250x250-ga-pro.jpg'),(861,'wp-content/plugins/ga-google-analytics/img/250x250-htaccess-made-easy.jpg'),(862,'wp-content/plugins/ga-google-analytics/img/250x250-ses-pro.jpg'),(863,'wp-content/plugins/ga-google-analytics/img/250x250-tao-of-wordpress.jpg'),(864,'wp-content/plugins/ga-google-analytics/img/250x250-usp-pro.jpg'),(865,'wp-content/plugins/ga-google-analytics/img/250x250-wp-themes-in-depth.jpg'),(866,'wp-content/plugins/ga-google-analytics/img/ga-icon-160x160.png'),(867,'wp-content/plugins/ga-google-analytics/inc/plugin-core.php'),(868,'wp-content/plugins/ga-google-analytics/inc/settings-display.php'),(869,'wp-content/plugins/ga-google-analytics/inc/support-panel.php'),(870,'wp-content/plugins/ga-google-analytics/js/settings.js'),(871,'wp-content/plugins/ga-google-analytics/languages/ga-google-analytics.pot'),(872,'wp-content/plugins/ga-google-analytics/license.txt'),(873,'wp-content/plugins/ga-google-analytics/readme.txt'),(874,'wp-content/plugins/ga-google-analytics/uninstall.php'),(875,'wp-content/plugins/hellobar_wp_plugin/hellobar_wp_plugin.php'),(876,'wp-content/plugins/index.php'),(877,'wp-content/plugins/js_composer/assets/css/lib/monosocialiconsfont/fonts/MonoSocialIconsFont.svg'),(878,'wp-content/plugins/js_composer/assets/css/lib/typicons/src/font/typicons.svg'),(879,'wp-content/plugins/js_composer/assets/css/lib/vc-entypo/fonts/vc_entypo.svg'),(880,'wp-content/plugins/js_composer/assets/css/lib/vc-linecons/fonts/vc_linecons.svg'),(881,'wp-content/plugins/js_composer/assets/css/lib/vc-material/fonts/vc_material.svg'),(882,'wp-content/plugins/js_composer/assets/css/lib/vc-open-iconic/fonts/vc_openiconic.svg'),(883,'wp-content/plugins/js_composer/assets/fonts/vc_grid/vc_grid_v1.svg'),(884,'wp-content/plugins/js_composer/assets/fonts/vc_icons/fonts/VC-Icons.svg'),(885,'wp-content/plugins/js_composer/assets/fonts/vc_icons_v2/fonts/vcpb-plugin-icons.svg'),(886,'wp-content/plugins/js_composer/assets/js/dist/backend-actions.min.js'),(887,'wp-content/plugins/js_composer/assets/js/dist/backend.min.js'),(888,'wp-content/plugins/js_composer/assets/js/dist/edit-form.min.js'),(889,'wp-content/plugins/js_composer/assets/js/dist/frontend-editor.min.js'),(890,'wp-content/plugins/js_composer/assets/js/dist/grid-builder.min.js'),(891,'wp-content/plugins/js_composer/assets/js/dist/js_composer_front.min.js'),(892,'wp-content/plugins/js_composer/assets/js/dist/page_editable.min.js'),(893,'wp-content/plugins/js_composer/assets/js/dist/settings.min.js'),(894,'wp-content/plugins/js_composer/assets/js/dist/vc_grid.min.js'),(895,'wp-content/plugins/js_composer/assets/js/editors/templates-preview.js'),(896,'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/charts/vc_line_chart.js'),(897,'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/charts/vc_pie.js'),(898,'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/charts/vc_round_chart.js'),(899,'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/containers/container.js'),(900,'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/containers/container_with_parent.js'),(901,'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/containers/vc_column.js'),(902,'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/containers/vc_column_inner.js'),(903,'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/containers/vc_row.js'),(904,'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/containers/vc_row_inner.js'),(905,'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/containers/vc_section.js'),(906,'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/content/vc_column_text.js'),(907,'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/content/vc_posts_slider.js'),(908,'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/content/vc_raw_js.js'),(909,'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/content/vc_toggle.js'),(910,'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/deprecated/tabs/vc_accordion.js'),(911,'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/deprecated/tabs/vc_accordion_tab.js'),(912,'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/deprecated/tabs/vc_tab.js'),(913,'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/deprecated/tabs/vc_tabs.js'),(914,'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/deprecated/tabs/vc_tour.js'),(915,'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/deprecated/vc_carousel.js'),(916,'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/grids/vc_basic_grid.js'),(917,'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/grids/vc_masonry_grid.js'),(918,'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/grids/vc_masonry_media_grid.js'),(919,'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/grids/vc_media_grid.js'),(920,'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/images/vc_gallery.js'),(921,'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/images/vc_images_carousel.js'),(922,'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/images/vc_single_image.js'),(923,'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/tta/tta_events.js'),(924,'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/tta/vc_tta_accordion.js'),(925,'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/tta/vc_tta_pageable.js'),(926,'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/tta/vc_tta_section.js'),(927,'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/tta/vc_tta_tabs.js'),(928,'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/tta/vc_tta_tour.js'),(929,'wp-content/plugins/js_composer/assets/js/frontend_editor/vendors/plugins/jwplayer.js'),(930,'wp-content/plugins/js_composer/assets/js/vendors/advanced_custom_fields.js'),(931,'wp-content/plugins/js_composer/assets/js/vendors/qtranslate_backend.js'),(932,'wp-content/plugins/js_composer/assets/js/vendors/qtranslate_frontend.js'),(933,'wp-content/plugins/js_composer/assets/js/vendors/qtranslatex_backend.js'),(934,'wp-content/plugins/js_composer/assets/js/vendors/qtranslatex_frontend.js'),(935,'wp-content/plugins/js_composer/assets/js/vendors/seo.js'),(936,'wp-content/plugins/js_composer/assets/js/vendors/woocommerce-add-to-cart.js'),(937,'wp-content/plugins/js_composer/assets/js/vendors/woocommerce.js'),(938,'wp-content/plugins/js_composer/assets/lib/bower/ace-builds/src-min-noconflict/ace.js'),(939,'wp-content/plugins/js_composer/assets/lib/bower/ace-builds/src-min-noconflict/mode-css.js'),(940,'wp-content/plugins/js_composer/assets/lib/bower/ace-builds/src-min-noconflict/theme-chrome.js'),(941,'wp-content/plugins/js_composer/assets/lib/bower/ace-builds/src-min-noconflict/worker-css.js'),(942,'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/dist/js/bootstrap.min.js'),(943,'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/affix.min.js'),(944,'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/alert.min.js'),(945,'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/button.min.js'),(946,'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/carousel.min.js'),(947,'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/collapse.min.js'),(948,'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/dropdown.min.js'),(949,'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/modal.min.js'),(950,'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/popover.min.js'),(951,'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/scrollspy.min.js'),(952,'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/tab.min.js'),(953,'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/tooltip.min.js'),(954,'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/transition.min.js'),(955,'wp-content/plugins/js_composer/assets/lib/bower/chartjs/Chart.min.js'),(956,'wp-content/plugins/js_composer/assets/lib/bower/flexslider/fonts/flexslider-icon.svg'),(957,'wp-content/plugins/js_composer/assets/lib/bower/flexslider/jquery.flexslider-min.js'),(958,'wp-content/plugins/js_composer/assets/lib/bower/font-awesome/webfonts/fa-brands-400.svg'),(959,'wp-content/plugins/js_composer/assets/lib/bower/font-awesome/webfonts/fa-regular-400.svg'),(960,'wp-content/plugins/js_composer/assets/lib/bower/font-awesome/webfonts/fa-solid-900.svg'),(961,'wp-content/plugins/js_composer/assets/lib/bower/imagesloaded/imagesloaded.pkgd.min.js'),(962,'wp-content/plugins/js_composer/assets/lib/bower/isotope/dist/isotope.pkgd.min.js'),(963,'wp-content/plugins/js_composer/assets/lib/bower/jquery-ui-tabs-rotate/jquery-ui-tabs-rotate.min.js'),(964,'wp-content/plugins/js_composer/assets/lib/bower/json-js/json2.min.js'),(965,'wp-content/plugins/js_composer/assets/lib/bower/lessjs/dist/less.min.js'),(966,'wp-content/plugins/js_composer/assets/lib/bower/masonry/dist/masonry.pkgd.min.js'),(967,'wp-content/plugins/js_composer/assets/lib/bower/nivoslider/jquery.nivo.slider.pack.js'),(968,'wp-content/plugins/js_composer/assets/lib/bower/progress-circle/ProgressCircle.min.js'),(969,'wp-content/plugins/js_composer/assets/lib/bower/scrollTo/jquery.scrollTo.min.js'),(970,'wp-content/plugins/js_composer/assets/lib/bower/skrollr/dist/skrollr.min.js'),(971,'wp-content/plugins/js_composer/assets/lib/bower/twbs-pagination/jquery.twbsPagination.min.js'),(972,'wp-content/plugins/js_composer/assets/lib/bower/vcIconPicker/jquery.fonticonpicker.min.js'),(973,'wp-content/plugins/js_composer/assets/lib/bower/zoom/jquery.zoom.min.js'),(974,'wp-content/plugins/js_composer/assets/lib/owl-carousel2-dist/owl.carousel.min.js'),(975,'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js'),(976,'wp-content/plugins/js_composer/assets/lib/prettyphoto/js/jquery.prettyPhoto.min.js'),(977,'wp-content/plugins/js_composer/assets/lib/vc-tta-autoplay/vc-tta-autoplay.min.js'),(978,'wp-content/plugins/js_composer/assets/lib/vc_accordion/vc-accordion.min.js'),(979,'wp-content/plugins/js_composer/assets/lib/vc_carousel/fonts/glyphicons-halflings-regular.svg'),(980,'wp-content/plugins/js_composer/assets/lib/vc_carousel/js/transition.min.js'),(981,'wp-content/plugins/js_composer/assets/lib/vc_carousel/js/vc_carousel.min.js'),(982,'wp-content/plugins/js_composer/assets/lib/vc_chart/jquery.vc_chart.min.js'),(983,'wp-content/plugins/js_composer/assets/lib/vc_image_zoom/vc_image_zoom.min.js'),(984,'wp-content/plugins/js_composer/assets/lib/vc_line_chart/vc_line_chart.min.js'),(985,'wp-content/plugins/js_composer/assets/lib/vc_round_chart/vc_round_chart.min.js'),(986,'wp-content/plugins/js_composer/assets/lib/vc_tabs/vc-tabs.min.js'),(987,'wp-content/plugins/js_composer/assets/lib/vc_waypoints/vc-waypoints.min.js'),(988,'wp-content/plugins/js_composer/assets/vc/blur.svg'),(989,'wp-content/plugins/js_composer/assets/vc/loaders/spinner-light.svg'),(990,'wp-content/plugins/js_composer/assets/vc/loaders/spinner.svg'),(991,'wp-content/plugins/js_composer/assets/vc/logo/wpb-logo-white.svg'),(992,'wp-content/plugins/js_composer/assets/vc/logo/wpb-logo-white_32.svg'),(993,'wp-content/plugins/js_composer/assets/vc/logo/wpb-logo.svg'),(994,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-accordion.svg'),(995,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-acf.svg'),(996,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-button.svg'),(997,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-category.svg'),(998,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-contact-form-7.svg'),(999,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-cta.svg'),(1000,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-custom-fields.svg'),(1001,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-doughnut-chart.svg'),(1002,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-empty-space.svg'),(1003,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-excerpt.svg'),(1004,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-facebook.svg'),(1005,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-faq-toggle.svg'),(1006,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-flickr.svg'),(1007,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-google-fonts.svg'),(1008,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-google-maps.svg'),(1009,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-google-plus.svg'),(1010,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-gravity-forms.svg'),(1011,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-gutenberg.svg'),(1012,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-hover-box.svg'),(1013,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-icon.svg'),(1014,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-image-carousel.svg'),(1015,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-image-gallery.svg'),(1016,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-layer-slider.svg'),(1017,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-line-chart.svg'),(1018,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-media-grid.svg'),(1019,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-media-masonry-grid.svg'),(1020,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-message-box.svg'),(1021,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-misc.svg'),(1022,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-my-shortcode.svg'),(1023,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-ninja-forms.svg'),(1024,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-pageable-container.svg'),(1025,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-pie-chart.svg'),(1026,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-pinterest.svg'),(1027,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-post-author.svg'),(1028,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-post-date.svg'),(1029,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-post-grid.svg'),(1030,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-post-masonry-grid.svg'),(1031,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-post-title.svg'),(1032,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-posts-slider-2.svg'),(1033,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-posts-slider.svg'),(1034,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-progress-bar.svg'),(1035,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-raw-html.svg'),(1036,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-raw-js.svg'),(1037,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-revolution-slider.svg'),(1038,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-row.svg'),(1039,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-section.svg'),(1040,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-separator-with-text.svg'),(1041,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-separator-zig-zag.svg'),(1042,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-separator.svg'),(1043,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-single-image.svg'),(1044,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-tabs.svg'),(1045,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-text-block.svg'),(1046,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-tour.svg'),(1047,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-twitter.svg'),(1048,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-vc-logo.svg'),(1049,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-video.svg'),(1050,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-widget-sidebar.svg'),(1051,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-woo-commerce.svg'),(1052,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-wordpress.svg'),(1053,'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-wpb-logo.svg'),(1054,'wp-content/plugins/js_composer/config/buttons/shortcode-vc-btn.php'),(1055,'wp-content/plugins/js_composer/config/buttons/shortcode-vc-cta.php'),(1056,'wp-content/plugins/js_composer/config/containers/shortcode-vc-column-inner.php'),(1057,'wp-content/plugins/js_composer/config/containers/shortcode-vc-column.php'),(1058,'wp-content/plugins/js_composer/config/containers/shortcode-vc-row-inner.php'),(1059,'wp-content/plugins/js_composer/config/containers/shortcode-vc-row.php'),(1060,'wp-content/plugins/js_composer/config/containers/shortcode-vc-section.php'),(1061,'wp-content/plugins/js_composer/config/content/shortcode-vc-column-text.php'),(1062,'wp-content/plugins/js_composer/config/content/shortcode-vc-custom-heading.php'),(1063,'wp-content/plugins/js_composer/config/content/shortcode-vc-empty-space.php'),(1064,'wp-content/plugins/js_composer/config/content/shortcode-vc-flickr.php'),(1065,'wp-content/plugins/js_composer/config/content/shortcode-vc-gallery.php'),(1066,'wp-content/plugins/js_composer/config/content/shortcode-vc-gmaps.php'),(1067,'wp-content/plugins/js_composer/config/content/shortcode-vc-hoverbox.php'),(1068,'wp-content/plugins/js_composer/config/content/shortcode-vc-icon.php'),(1069,'wp-content/plugins/js_composer/config/content/shortcode-vc-images-carousel.php'),(1070,'wp-content/plugins/js_composer/config/content/shortcode-vc-line-chart.php'),(1071,'wp-content/plugins/js_composer/config/content/shortcode-vc-message.php'),(1072,'wp-content/plugins/js_composer/config/content/shortcode-vc-pie.php'),(1073,'wp-content/plugins/js_composer/config/content/shortcode-vc-posts-slider.php'),(1074,'wp-content/plugins/js_composer/config/content/shortcode-vc-progress-bar.php'),(1075,'wp-content/plugins/js_composer/config/content/shortcode-vc-round-chart.php'),(1076,'wp-content/plugins/js_composer/config/content/shortcode-vc-separator.php'),(1077,'wp-content/plugins/js_composer/config/content/shortcode-vc-single-image.php'),(1078,'wp-content/plugins/js_composer/config/content/shortcode-vc-text-separator.php'),(1079,'wp-content/plugins/js_composer/config/content/shortcode-vc-toggle.php'),(1080,'wp-content/plugins/js_composer/config/content/shortcode-vc-video.php'),(1081,'wp-content/plugins/js_composer/config/content/shortcode-vc-zigzag.php'),(1082,'wp-content/plugins/js_composer/config/content/vc-custom-heading-element.php'),(1083,'wp-content/plugins/js_composer/config/content/vc-icon-element.php'),(1084,'wp-content/plugins/js_composer/config/deprecated/shortcode-vc-accordion-tab.php'),(1085,'wp-content/plugins/js_composer/config/deprecated/shortcode-vc-accordion.php'),(1086,'wp-content/plugins/js_composer/config/deprecated/shortcode-vc-button.php'),(1087,'wp-content/plugins/js_composer/config/deprecated/shortcode-vc-button2.php'),(1088,'wp-content/plugins/js_composer/config/deprecated/shortcode-vc-cta-button.php'),(1089,'wp-content/plugins/js_composer/config/deprecated/shortcode-vc-cta-button2.php'),(1090,'wp-content/plugins/js_composer/config/deprecated/shortcode-vc-googleplus.php'),(1091,'wp-content/plugins/js_composer/config/deprecated/shortcode-vc-tab.php'),(1092,'wp-content/plugins/js_composer/config/deprecated/shortcode-vc-tabs.php'),(1093,'wp-content/plugins/js_composer/config/deprecated/shortcode-vc-tour.php'),(1094,'wp-content/plugins/js_composer/config/grids/class-vc-grids-common.php'),(1095,'wp-content/plugins/js_composer/config/grids/shortcode-vc-basic-grid.php'),(1096,'wp-content/plugins/js_composer/config/grids/shortcode-vc-masonry-grid.php'),(1097,'wp-content/plugins/js_composer/config/grids/shortcode-vc-masonry-media-grid.php'),(1098,'wp-content/plugins/js_composer/config/grids/shortcode-vc-media-grid.php'),(1099,'wp-content/plugins/js_composer/config/grids/vc-grids-functions.php'),(1100,'wp-content/plugins/js_composer/config/lean-map.php'),(1101,'wp-content/plugins/js_composer/config/social/shortcode-vc-facebook.php'),(1102,'wp-content/plugins/js_composer/config/social/shortcode-vc-pinterest.php'),(1103,'wp-content/plugins/js_composer/config/social/shortcode-vc-tweetmeme.php'),(1104,'wp-content/plugins/js_composer/config/structure/shortcode-vc-raw-html.php'),(1105,'wp-content/plugins/js_composer/config/structure/shortcode-vc-raw-js.php'),(1106,'wp-content/plugins/js_composer/config/structure/shortcode-vc-widget-sidebar.php'),(1107,'wp-content/plugins/js_composer/config/templates.php'),(1108,'wp-content/plugins/js_composer/config/tta/shortcode-vc-tta-accordion.php'),(1109,'wp-content/plugins/js_composer/config/tta/shortcode-vc-tta-pageable.php'),(1110,'wp-content/plugins/js_composer/config/tta/shortcode-vc-tta-section.php'),(1111,'wp-content/plugins/js_composer/config/tta/shortcode-vc-tta-tabs.php'),(1112,'wp-content/plugins/js_composer/config/tta/shortcode-vc-tta-tour.php'),(1113,'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-archives.php'),(1114,'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-calendar.php'),(1115,'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-categories.php'),(1116,'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-custommenu.php'),(1117,'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-links.php'),(1118,'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-meta.php'),(1119,'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-pages.php'),(1120,'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-posts.php'),(1121,'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-recentcomments.php'),(1122,'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-rss.php'),(1123,'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-search.php'),(1124,'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-tagcloud.php'),(1125,'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-text.php'),(1126,'wp-content/plugins/js_composer/include/autoload/bc-access-rules-4.8.php'),(1127,'wp-content/plugins/js_composer/include/autoload/bc-multisite-options.php'),(1128,'wp-content/plugins/js_composer/include/autoload/class-vc-settings-presets.php'),(1129,'wp-content/plugins/js_composer/include/autoload/class-vc-vendor-presets.php'),(1130,'wp-content/plugins/js_composer/include/autoload/hook-vc-grid.php'),(1131,'wp-content/plugins/js_composer/include/autoload/hook-vc-iconpicker-param.php'),(1132,'wp-content/plugins/js_composer/include/autoload/hook-vc-message.php'),(1133,'wp-content/plugins/js_composer/include/autoload/hook-vc-pie.php'),(1134,'wp-content/plugins/js_composer/include/autoload/hook-vc-progress-bar.php'),(1135,'wp-content/plugins/js_composer/include/autoload/hook-vc-wp-text.php'),(1136,'wp-content/plugins/js_composer/include/autoload/params/hidden.php'),(1137,'wp-content/plugins/js_composer/include/autoload/params/vc_grid_item.php'),(1138,'wp-content/plugins/js_composer/include/autoload/params-to-init.php'),(1139,'wp-content/plugins/js_composer/include/autoload/post-type-default-template.php'),(1140,'wp-content/plugins/js_composer/include/autoload/ui-vc-pointers.php'),(1141,'wp-content/plugins/js_composer/include/autoload/vc-grid-item-editor.php'),(1142,'wp-content/plugins/js_composer/include/autoload/vc-image-filters.php'),(1143,'wp-content/plugins/js_composer/include/autoload/vc-pages/automapper.php'),(1144,'wp-content/plugins/js_composer/include/autoload/vc-pages/page-custom-css.php'),(1145,'wp-content/plugins/js_composer/include/autoload/vc-pages/page-design-options.php'),(1146,'wp-content/plugins/js_composer/include/autoload/vc-pages/page-role-manager.php'),(1147,'wp-content/plugins/js_composer/include/autoload/vc-pages/pages.php'),(1148,'wp-content/plugins/js_composer/include/autoload/vc-pages/settings-tabs.php'),(1149,'wp-content/plugins/js_composer/include/autoload/vc-pages/welcome-screen.php'),(1150,'wp-content/plugins/js_composer/include/autoload/vc-pointers-backend-editor.php'),(1151,'wp-content/plugins/js_composer/include/autoload/vc-pointers-frontend-editor.php'),(1152,'wp-content/plugins/js_composer/include/autoload/vc-settings-presets.php'),(1153,'wp-content/plugins/js_composer/include/autoload/vc-shortcode-autoloader.php'),(1154,'wp-content/plugins/js_composer/include/autoload/vc-single-image.php'),(1155,'wp-content/plugins/js_composer/include/autoload/vc-undoredo.php'),(1156,'wp-content/plugins/js_composer/include/autoload/vendors/acf.php'),(1157,'wp-content/plugins/js_composer/include/autoload/vendors/cf7.php'),(1158,'wp-content/plugins/js_composer/include/autoload/vendors/gravity_forms.php'),(1159,'wp-content/plugins/js_composer/include/autoload/vendors/gutenberg.php'),(1160,'wp-content/plugins/js_composer/include/autoload/vendors/jwplayer.php'),(1161,'wp-content/plugins/js_composer/include/autoload/vendors/layerslider.php'),(1162,'wp-content/plugins/js_composer/include/autoload/vendors/mqtranslate.php'),(1163,'wp-content/plugins/js_composer/include/autoload/vendors/ninja_forms.php'),(1164,'wp-content/plugins/js_composer/include/autoload/vendors/qtranslate-x.php'),(1165,'wp-content/plugins/js_composer/include/autoload/vendors/qtranslate.php'),(1166,'wp-content/plugins/js_composer/include/autoload/vendors/rank-math.php'),(1167,'wp-content/plugins/js_composer/include/autoload/vendors/rankmath-seo.php'),(1168,'wp-content/plugins/js_composer/include/autoload/vendors/revslider.php'),(1169,'wp-content/plugins/js_composer/include/autoload/vendors/shortcode-vc-gutenberg.php'),(1170,'wp-content/plugins/js_composer/include/autoload/vendors/woocommerce.php'),(1171,'wp-content/plugins/js_composer/include/autoload/vendors/wpml.php'),(1172,'wp-content/plugins/js_composer/include/autoload/vendors/yoast_seo.php'),(1173,'wp-content/plugins/js_composer/include/classes/core/access/abstract-class-vc-access.php'),(1174,'wp-content/plugins/js_composer/include/classes/core/access/class-vc-current-user-access-controller.php'),(1175,'wp-content/plugins/js_composer/include/classes/core/access/class-vc-current-user-access.php'),(1176,'wp-content/plugins/js_composer/include/classes/core/access/class-vc-role-access-controller.php'),(1177,'wp-content/plugins/js_composer/include/classes/core/access/class-vc-role-access.php'),(1178,'wp-content/plugins/js_composer/include/classes/core/class-vc-base.php'),(1179,'wp-content/plugins/js_composer/include/classes/core/class-vc-manager.php'),(1180,'wp-content/plugins/js_composer/include/classes/core/class-vc-mapper.php'),(1181,'wp-content/plugins/js_composer/include/classes/core/class-vc-modifications.php'),(1182,'wp-content/plugins/js_composer/include/classes/core/class-vc-page.php'),(1183,'wp-content/plugins/js_composer/include/classes/core/class-vc-pages-group.php'),(1184,'wp-content/plugins/js_composer/include/classes/core/class-vc-post-admin.php'),(1185,'wp-content/plugins/js_composer/include/classes/core/class-vc-shared-library.php'),(1186,'wp-content/plugins/js_composer/include/classes/core/class-vc-sort.php'),(1187,'wp-content/plugins/js_composer/include/classes/core/class-wpb-map.php'),(1188,'wp-content/plugins/js_composer/include/classes/core/shared-templates/class-vc-shared-templates.php'),(1189,'wp-content/plugins/js_composer/include/classes/core/shared-templates/importer/class-vc-wp-import.php'),(1190,'wp-content/plugins/js_composer/include/classes/core/shared-templates/importer/class-vc-wxr-parser-plugin.php'),(1191,'wp-content/plugins/js_composer/include/classes/core/shared-templates/importer/class-vc-wxr-parser-regex.php'),(1192,'wp-content/plugins/js_composer/include/classes/core/shared-templates/importer/class-vc-wxr-parser-simplexml.php'),(1193,'wp-content/plugins/js_composer/include/classes/core/shared-templates/importer/class-vc-wxr-parser-xml.php'),(1194,'wp-content/plugins/js_composer/include/classes/core/shared-templates/importer/class-vc-wxr-parser.php'),(1195,'wp-content/plugins/js_composer/include/classes/deprecated/helpers_deprecated.php'),(1196,'wp-content/plugins/js_composer/include/classes/deprecated/interfaces.php'),(1197,'wp-content/plugins/js_composer/include/classes/editors/class-vc-backend-editor.php'),(1198,'wp-content/plugins/js_composer/include/classes/editors/class-vc-edit-form-fields.php'),(1199,'wp-content/plugins/js_composer/include/classes/editors/class-vc-frontend-editor.php'),(1200,'wp-content/plugins/js_composer/include/classes/editors/navbar/class-vc-navbar-frontend.php'),(1201,'wp-content/plugins/js_composer/include/classes/editors/navbar/class-vc-navbar-undoredo.php'),(1202,'wp-content/plugins/js_composer/include/classes/editors/navbar/class-vc-navbar.php'),(1203,'wp-content/plugins/js_composer/include/classes/editors/popups/class-vc-add-element-box.php'),(1204,'wp-content/plugins/js_composer/include/classes/editors/popups/class-vc-edit-layout.php'),(1205,'wp-content/plugins/js_composer/include/classes/editors/popups/class-vc-post-settings.php'),(1206,'wp-content/plugins/js_composer/include/classes/editors/popups/class-vc-preset-panel-editor.php'),(1207,'wp-content/plugins/js_composer/include/classes/editors/popups/class-vc-shortcode-edit-form.php'),(1208,'wp-content/plugins/js_composer/include/classes/editors/popups/class-vc-templates-panel-editor.php'),(1209,'wp-content/plugins/js_composer/include/classes/settings/automapper/automapper.php'),(1210,'wp-content/plugins/js_composer/include/classes/settings/automapper/class-vc-automap-model.php'),(1211,'wp-content/plugins/js_composer/include/classes/settings/automapper/class-vc-automapper.php'),(1212,'wp-content/plugins/js_composer/include/classes/settings/class-vc-license.php'),(1213,'wp-content/plugins/js_composer/include/classes/settings/class-vc-roles.php'),(1214,'wp-content/plugins/js_composer/include/classes/settings/class-vc-settings.php'),(1215,'wp-content/plugins/js_composer/include/classes/shortcodes/core/class-vc-shortcodes-manager.php'),(1216,'wp-content/plugins/js_composer/include/classes/shortcodes/core/class-wbpakeryshortcodefishbones.php'),(1217,'wp-content/plugins/js_composer/include/classes/shortcodes/core/class-wpbakery-visualcomposer-abstract.php'),(1218,'wp-content/plugins/js_composer/include/classes/shortcodes/core/class-wpbakeryshortcode.php'),(1219,'wp-content/plugins/js_composer/include/classes/shortcodes/core/class-wpbakeryshortcodescontainer.php'),(1220,'wp-content/plugins/js_composer/include/classes/shortcodes/layerslider-vc.php'),(1221,'wp-content/plugins/js_composer/include/classes/shortcodes/paginator/class-vc-pageable.php'),(1222,'wp-content/plugins/js_composer/include/classes/shortcodes/rev-slider-vc.php'),(1223,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-accordion-tab.php'),(1224,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-accordion.php'),(1225,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-basic-grid.php'),(1226,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-btn.php'),(1227,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-button.php'),(1228,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-button2.php'),(1229,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-column-inner.php'),(1230,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-column-text.php'),(1231,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-column.php'),(1232,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-cta-button.php'),(1233,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-cta-button2.php'),(1234,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-cta.php'),(1235,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-custom-field.php'),(1236,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-custom-heading.php'),(1237,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-empty-space.php'),(1238,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-facebook.php'),(1239,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-flickr.php'),(1240,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gallery.php'),(1241,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-animated-block.php'),(1242,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-col.php'),(1243,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-image.php'),(1244,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-post-author.php'),(1245,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-post-categories.php'),(1246,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-post-data.php'),(1247,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-post-date.php'),(1248,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-post-excerpt.php'),(1249,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-post-meta.php'),(1250,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-post-title.php'),(1251,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-row.php'),(1252,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-zone-a.php'),(1253,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-zone-b.php'),(1254,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-zone-c.php'),(1255,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-zone.php'),(1256,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem.php'),(1257,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gmaps.php'),(1258,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-googleplus.php'),(1259,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gutenberg.php'),(1260,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-hoverbox.php'),(1261,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-icon.php'),(1262,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-images-carousel.php'),(1263,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-line-chart.php'),(1264,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-masonry-grid.php'),(1265,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-masonry-media-grid.php'),(1266,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-media-grid.php'),(1267,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-message.php'),(1268,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-pie.php'),(1269,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-pinterest.php'),(1270,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-posts-slider.php'),(1271,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-progress-bar.php'),(1272,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-raw-html.php'),(1273,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-raw-js.php'),(1274,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-round-chart.php'),(1275,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-row-inner.php'),(1276,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-row.php'),(1277,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-section.php'),(1278,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-separator.php'),(1279,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-single-image.php'),(1280,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-tab.php'),(1281,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-tabs.php'),(1282,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-text-separator.php'),(1283,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-toggle.php'),(1284,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-tour.php'),(1285,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-tta-accordion.php'),(1286,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-tta-pageable.php'),(1287,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-tta-section.php'),(1288,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-tta-tabs.php'),(1289,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-tta-tour.php'),(1290,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-tweetmeme.php'),(1291,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-twitter.php'),(1292,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-video.php'),(1293,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-widget-sidebar.php'),(1294,'wp-content/plugins/js_composer/include/classes/shortcodes/vc-zigzag.php'),(1295,'wp-content/plugins/js_composer/include/classes/shortcodes/wordpress-widgets.php'),(1296,'wp-content/plugins/js_composer/include/classes/updaters/class-vc-updater.php'),(1297,'wp-content/plugins/js_composer/include/classes/updaters/class-vc-updating-manager.php'),(1298,'wp-content/plugins/js_composer/include/classes/vendors/plugins/acf/class-vc-acf-shortcode.php'),(1299,'wp-content/plugins/js_composer/include/classes/vendors/plugins/acf/class-vc-gitem-acf-shortcode.php'),(1300,'wp-content/plugins/js_composer/include/classes/vendors/plugins/acf/grid-item-attributes.php'),(1301,'wp-content/plugins/js_composer/include/classes/vendors/plugins/acf/grid-item-shortcodes.php'),(1302,'wp-content/plugins/js_composer/include/classes/vendors/plugins/acf/shortcode.php'),(1303,'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-advanced-custom-fields.php'),(1304,'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-contact-form7.php'),(1305,'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-jwplayer.php'),(1306,'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-layerslider.php'),(1307,'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-mqtranslate.php'),(1308,'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-ninja-forms.php'),(1309,'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-qtranslate-x.php'),(1310,'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-qtranslate.php'),(1311,'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-revslider.php'),(1312,'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-woocommerce.php'),(1313,'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-wpml.php'),(1314,'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-yoast_seo.php'),(1315,'wp-content/plugins/js_composer/include/classes/vendors/plugins/woocommerce/class-vc-gitem-woocommerce-shortcode.php'),(1316,'wp-content/plugins/js_composer/include/classes/vendors/plugins/woocommerce/grid-item-attributes.php'),(1317,'wp-content/plugins/js_composer/include/classes/vendors/plugins/woocommerce/grid-item-filters.php'),(1318,'wp-content/plugins/js_composer/include/classes/vendors/plugins/woocommerce/grid-item-shortcodes.php'),(1319,'wp-content/plugins/js_composer/include/helpers/class-vc-color-helper.php'),(1320,'wp-content/plugins/js_composer/include/helpers/class-vc-image-filter.php'),(1321,'wp-content/plugins/js_composer/include/helpers/helpers.php'),(1322,'wp-content/plugins/js_composer/include/helpers/helpers_api.php'),(1323,'wp-content/plugins/js_composer/include/helpers/helpers_factory.php'),(1324,'wp-content/plugins/js_composer/include/params/animation_style/animation_style.php'),(1325,'wp-content/plugins/js_composer/include/params/autocomplete/autocomplete.php'),(1326,'wp-content/plugins/js_composer/include/params/colorpicker/colorpicker.php'),(1327,'wp-content/plugins/js_composer/include/params/column_offset/column_offset.php'),(1328,'wp-content/plugins/js_composer/include/params/css_editor/css_editor.php'),(1329,'wp-content/plugins/js_composer/include/params/custom_markup/custom_markup.php'),(1330,'wp-content/plugins/js_composer/include/params/default_params.php'),(1331,'wp-content/plugins/js_composer/include/params/el_id/el_id.php'),(1332,'wp-content/plugins/js_composer/include/params/font_container/font_container.php'),(1333,'wp-content/plugins/js_composer/include/params/google_fonts/google_fonts.php'),(1334,'wp-content/plugins/js_composer/include/params/gutenberg/class-vc-gutenberg-param.php'),(1335,'wp-content/plugins/js_composer/include/params/gutenberg/gutenberg.php'),(1336,'wp-content/plugins/js_composer/include/params/hidden/hidden.php'),(1337,'wp-content/plugins/js_composer/include/params/href/href.php'),(1338,'wp-content/plugins/js_composer/include/params/iconpicker/iconpicker.php'),(1339,'wp-content/plugins/js_composer/include/params/load.php'),(1340,'wp-content/plugins/js_composer/include/params/loop/loop.php'),(1341,'wp-content/plugins/js_composer/include/params/options/options.php'),(1342,'wp-content/plugins/js_composer/include/params/param_group/param_group.php'),(1343,'wp-content/plugins/js_composer/include/params/params.php'),(1344,'wp-content/plugins/js_composer/include/params/params_preset/params_preset.php'),(1345,'wp-content/plugins/js_composer/include/params/sorted_list/sorted_list.php'),(1346,'wp-content/plugins/js_composer/include/params/tab_id/tab_id.php'),(1347,'wp-content/plugins/js_composer/include/params/textarea_html/textarea_html.php'),(1348,'wp-content/plugins/js_composer/include/params/vc_grid_element/vc_grid_element.php'),(1349,'wp-content/plugins/js_composer/include/params/vc_grid_element/vc_grid_id/vc_grid_id.php'),(1350,'wp-content/plugins/js_composer/include/params/vc_grid_item/attributes.php'),(1351,'wp-content/plugins/js_composer/include/params/vc_grid_item/class-vc-grid-item.php'),(1352,'wp-content/plugins/js_composer/include/params/vc_grid_item/class-wpb-map-grid-item.php'),(1353,'wp-content/plugins/js_composer/include/params/vc_grid_item/editor/class-vc-grid-item-editor.php'),(1354,'wp-content/plugins/js_composer/include/params/vc_grid_item/editor/class-vc-grid-item-preview.php'),(1355,'wp-content/plugins/js_composer/include/params/vc_grid_item/editor/navbar/class-vc-navbar-grid-item.php'),(1356,'wp-content/plugins/js_composer/include/params/vc_grid_item/editor/popups/class-vc-add-element-box-grid-item.php'),(1357,'wp-content/plugins/js_composer/include/params/vc_grid_item/editor/popups/class-vc-templates-editor-grid-item.php'),(1358,'wp-content/plugins/js_composer/include/params/vc_grid_item/shortcodes.php'),(1359,'wp-content/plugins/js_composer/include/params/vc_grid_item/templates.php'),(1360,'wp-content/plugins/js_composer/include/params/vc_link/vc_link.php'),(1361,'wp-content/plugins/js_composer/include/templates/editors/backend_editor.tpl.php'),(1362,'wp-content/plugins/js_composer/include/templates/editors/frontend_editor.tpl.php'),(1363,'wp-content/plugins/js_composer/include/templates/editors/frontend_template.tpl.php'),(1364,'wp-content/plugins/js_composer/include/templates/editors/navbar/navbar.tpl.php'),(1365,'wp-content/plugins/js_composer/include/templates/editors/partials/access-manager-js.tpl.php'),(1366,'wp-content/plugins/js_composer/include/templates/editors/partials/add_element_search.tpl.php'),(1367,'wp-content/plugins/js_composer/include/templates/editors/partials/add_element_tabs.tpl.php'),(1368,'wp-content/plugins/js_composer/include/templates/editors/partials/backend-shortcodes-templates.tpl.php'),(1369,'wp-content/plugins/js_composer/include/templates/editors/partials/backend_controls.tpl.php'),(1370,'wp-content/plugins/js_composer/include/templates/editors/partials/backend_controls_tab.tpl.php'),(1371,'wp-content/plugins/js_composer/include/templates/editors/partials/backend_editor_footer.tpl.php'),(1372,'wp-content/plugins/js_composer/include/templates/editors/partials/frontend_controls.tpl.php'),(1373,'wp-content/plugins/js_composer/include/templates/editors/partials/post_shortcodes.tpl.php'),(1374,'wp-content/plugins/js_composer/include/templates/editors/partials/prompt-presets.tpl.php'),(1375,'wp-content/plugins/js_composer/include/templates/editors/partials/prompt-templates.tpl.php'),(1376,'wp-content/plugins/js_composer/include/templates/editors/partials/settings_presets_popup.tpl.php'),(1377,'wp-content/plugins/js_composer/include/templates/editors/partials/templates_search.tpl.php'),(1378,'wp-content/plugins/js_composer/include/templates/editors/partials/vc_settings-image-block.tpl.php'),(1379,'wp-content/plugins/js_composer/include/templates/editors/partials/vc_ui-settings-dropdown.tpl.php'),(1380,'wp-content/plugins/js_composer/include/templates/editors/partials/vc_ui-templates-tabs.tpl.php'),(1381,'wp-content/plugins/js_composer/include/templates/editors/partials/vc_welcome_block.tpl.php'),(1382,'wp-content/plugins/js_composer/include/templates/editors/popups/modal_edit_element.tpl.php'),(1383,'wp-content/plugins/js_composer/include/templates/editors/popups/panel_multi_shortcode_edit_form.tpl.php'),(1384,'wp-content/plugins/js_composer/include/templates/editors/popups/panel_shortcode_edit_form.tpl.php'),(1385,'wp-content/plugins/js_composer/include/templates/editors/popups/shared-templates/category.tpl.php'),(1386,'wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-footer.tpl.php'),(1387,'wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-header.tpl.php'),(1388,'wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-panel-add-element.tpl.php'),(1389,'wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-panel-edit-element.tpl.php'),(1390,'wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-panel-post-settings.tpl.php'),(1391,'wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-panel-preset.tpl.php'),(1392,'wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-panel-row-layout.tpl.php'),(1393,'wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-panel-templates.tpl.php'),(1394,'wp-content/plugins/js_composer/include/templates/editors/vc_ui-template-preview.tpl.php'),(1395,'wp-content/plugins/js_composer/include/templates/pages/partials/_settings_tabs.php'),(1396,'wp-content/plugins/js_composer/include/templates/pages/partials/_tabs.php'),(1397,'wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_backend_editor.tpl.php'),(1398,'wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_dragndrop.tpl.php'),(1399,'wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_frontend_editor.tpl.php'),(1400,'wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_grid_builder.tpl.php'),(1401,'wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_part.tpl.php'),(1402,'wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_post_settings.tpl.php'),(1403,'wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_post_types.tpl.php'),(1404,'wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_presets.tpl.php'),(1405,'wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_settings.tpl.php'),(1406,'wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_shortcodes.tpl.php'),(1407,'wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_templates.tpl.php'),(1408,'wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_unfiltered_html.tpl.php'),(1409,'wp-content/plugins/js_composer/include/templates/pages/vc-settings/default-template-post-type.tpl.php'),(1410,'wp-content/plugins/js_composer/include/templates/pages/vc-settings/index.php'),(1411,'wp-content/plugins/js_composer/include/templates/pages/vc-settings/tab-vc-roles.php'),(1412,'wp-content/plugins/js_composer/include/templates/pages/vc-settings/tab.php'),(1413,'wp-content/plugins/js_composer/include/templates/pages/vc-settings/vc-automapper.php'),(1414,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/index.php'),(1415,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php'),(1416,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-resources.php'),(1417,'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-welcome.php'),(1418,'wp-content/plugins/js_composer/include/templates/params/column_offset/template.tpl.php'),(1419,'wp-content/plugins/js_composer/include/templates/params/google_fonts/template.php'),(1420,'wp-content/plugins/js_composer/include/templates/params/loop/templates.html'),(1421,'wp-content/plugins/js_composer/include/templates/params/options/templates.html'),(1422,'wp-content/plugins/js_composer/include/templates/params/param_group/add.tpl.php'),(1423,'wp-content/plugins/js_composer/include/templates/params/param_group/content.tpl.php'),(1424,'wp-content/plugins/js_composer/include/templates/params/param_group/inner_content.tpl.php'),(1425,'wp-content/plugins/js_composer/include/templates/params/vc_grid_item/attributes/featured_image.php'),(1426,'wp-content/plugins/js_composer/include/templates/params/vc_grid_item/attributes/post_categories.php'),(1427,'wp-content/plugins/js_composer/include/templates/params/vc_grid_item/attributes/vc_btn.php'),(1428,'wp-content/plugins/js_composer/include/templates/params/vc_grid_item/editor/partials/vc_grid_item_editor_footer.tpl.php'),(1429,'wp-content/plugins/js_composer/include/templates/params/vc_grid_item/editor/vc_grid_item_editor.tpl.php'),(1430,'wp-content/plugins/js_composer/include/templates/params/vc_grid_item/editor/vc_ui-template-preview.tpl.php'),(1431,'wp-content/plugins/js_composer/include/templates/params/vc_grid_item/preview.tpl.php'),(1432,'wp-content/plugins/js_composer/include/templates/params/vc_grid_item/shortcodes/vc_btn.php'),(1433,'wp-content/plugins/js_composer/include/templates/params/vc_grid_item/shortcodes/vc_button2.php'),(1434,'wp-content/plugins/js_composer/include/templates/params/vc_grid_item/shortcodes/vc_custom_heading.php'),(1435,'wp-content/plugins/js_composer/include/templates/params/vc_grid_item/shortcodes/vc_icon.php'),(1436,'wp-content/plugins/js_composer/include/templates/params/vc_grid_item/shortcodes/vc_single_image.php'),(1437,'wp-content/plugins/js_composer/include/templates/shortcodes/layerslider_vc.php'),(1438,'wp-content/plugins/js_composer/include/templates/shortcodes/post_block/_item.php'),(1439,'wp-content/plugins/js_composer/include/templates/shortcodes/rev_slider_vc.php'),(1440,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_accordion.php'),(1441,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_accordion_tab.php'),(1442,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_basic_grid.php'),(1443,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_basic_grid_filter.php'),(1444,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_btn.php'),(1445,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_button.php'),(1446,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_button2.php'),(1447,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_column.php'),(1448,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_column_inner.php'),(1449,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_column_text.php'),(1450,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_cta.php'),(1451,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_cta_button.php'),(1452,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_cta_button2.php'),(1453,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_custom_field.php'),(1454,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_custom_heading.php'),(1455,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_empty_space.php'),(1456,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_facebook.php'),(1457,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_flickr.php'),(1458,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gallery.php'),(1459,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem.php'),(1460,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_animated_block.php'),(1461,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_block.php'),(1462,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_col.php'),(1463,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_image.php'),(1464,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_post_author.php'),(1465,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_post_categories.php'),(1466,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_post_data.php'),(1467,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_post_meta.php'),(1468,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_row.php'),(1469,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_zone.php'),(1470,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_zone_c.php'),(1471,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gmaps.php'),(1472,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_googleplus.php'),(1473,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gutenberg.php'),(1474,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_hoverbox.php'),(1475,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_icon.php'),(1476,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_images_carousel.php'),(1477,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_item.php'),(1478,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_items.php'),(1479,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_line_chart.php'),(1480,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_message.php'),(1481,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_pie.php'),(1482,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_pinterest.php'),(1483,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_posts_slider.php'),(1484,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_progress_bar.php'),(1485,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_raw_html.php'),(1486,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_round_chart.php'),(1487,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_row.php'),(1488,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_row_inner.php'),(1489,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_section.php'),(1490,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_separator.php'),(1491,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_single_image.php'),(1492,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_tab.php'),(1493,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_tabs.php'),(1494,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_text_separator.php'),(1495,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_toggle.php'),(1496,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_tta_global.php'),(1497,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_tta_pageable_section.php'),(1498,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_tta_section.php'),(1499,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_tweetmeme.php'),(1500,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_video.php'),(1501,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_widget_sidebar.php'),(1502,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_archives.php'),(1503,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_calendar.php'),(1504,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_categories.php'),(1505,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_custommenu.php'),(1506,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_links.php'),(1507,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_meta.php'),(1508,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_pages.php'),(1509,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_posts.php'),(1510,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_recentcomments.php'),(1511,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_rss.php'),(1512,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_search.php'),(1513,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_tagcloud.php'),(1514,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_text.php'),(1515,'wp-content/plugins/js_composer/include/templates/shortcodes/vc_zigzag.php'),(1516,'wp-content/plugins/js_composer/index.php'),(1517,'wp-content/plugins/js_composer/js_composer.php'),(1518,'wp-content/plugins/js_composer/vc_classmap.json.php'),(1519,'wp-content/plugins/revslider/admin/assets/css/index.php'),(1520,'wp-content/plugins/revslider/admin/assets/icons/MaterialIcons-Regular.svg'),(1521,'wp-content/plugins/revslider/admin/assets/images/sources/index.php'),(1522,'wp-content/plugins/revslider/admin/assets/index.php'),(1523,'wp-content/plugins/revslider/admin/assets/js/modules/admin.min.js'),(1524,'wp-content/plugins/revslider/admin/assets/js/modules/editor.min.js'),(1525,'wp-content/plugins/revslider/admin/assets/js/modules/help.js'),(1526,'wp-content/plugins/revslider/admin/assets/js/modules/overview.min.js'),(1527,'wp-content/plugins/revslider/admin/assets/js/modules/tooltip.js'),(1528,'wp-content/plugins/revslider/admin/assets/js/plugins/codemirror.js'),(1529,'wp-content/plugins/revslider/admin/assets/js/plugins/penner-easing.js'),(1530,'wp-content/plugins/revslider/admin/assets/js/plugins/utils.min.js'),(1531,'wp-content/plugins/revslider/admin/assets/js/plugins/wavesurfer.js'),(1532,'wp-content/plugins/revslider/admin/assets/js/shortcode_generator/shortcode_generator.js'),(1533,'wp-content/plugins/revslider/admin/assets/js/shortcode_generator/tinymce.js'),(1534,'wp-content/plugins/revslider/admin/assets/js/shortcode_generator/vc.js'),(1535,'wp-content/plugins/revslider/admin/includes/addons.class.php'),(1536,'wp-content/plugins/revslider/admin/includes/debug.php'),(1537,'wp-content/plugins/revslider/admin/includes/export-html.class.php'),(1538,'wp-content/plugins/revslider/admin/includes/export.class.php'),(1539,'wp-content/plugins/revslider/admin/includes/folder.class.php'),(1540,'wp-content/plugins/revslider/admin/includes/functions-admin.class.php'),(1541,'wp-content/plugins/revslider/admin/includes/help.class.php'),(1542,'wp-content/plugins/revslider/admin/includes/import.class.php'),(1543,'wp-content/plugins/revslider/admin/includes/license.class.php'),(1544,'wp-content/plugins/revslider/admin/includes/loadbalancer.class.php'),(1545,'wp-content/plugins/revslider/admin/includes/newsletter.class.php'),(1546,'wp-content/plugins/revslider/admin/includes/plugin-update.class.php'),(1547,'wp-content/plugins/revslider/admin/includes/shortcode_generator/elementor/elementor-widget.class.php'),(1548,'wp-content/plugins/revslider/admin/includes/shortcode_generator/elementor/elementor.class.php'),(1549,'wp-content/plugins/revslider/admin/includes/shortcode_generator/gutenberg/dist/blocks.build.js'),(1550,'wp-content/plugins/revslider/admin/includes/shortcode_generator/gutenberg/gutenberg-block.php'),(1551,'wp-content/plugins/revslider/admin/includes/shortcode_generator/gutenberg/plugin.php'),(1552,'wp-content/plugins/revslider/admin/includes/shortcode_generator/gutenberg/src/assets/images/js-wapuu.svg'),(1553,'wp-content/plugins/revslider/admin/includes/shortcode_generator/gutenberg/src/blocks.js'),(1554,'wp-content/plugins/revslider/admin/includes/shortcode_generator/gutenberg/src/gutenberg-block.php'),(1555,'wp-content/plugins/revslider/admin/includes/shortcode_generator/gutenberg/src/revslider/deprecated.js'),(1556,'wp-content/plugins/revslider/admin/includes/shortcode_generator/gutenberg/src/revslider/index.js'),(1557,'wp-content/plugins/revslider/admin/includes/shortcode_generator/gutenberg/src/revslider/revSliderImage.js'),(1558,'wp-content/plugins/revslider/admin/includes/shortcode_generator/gutenberg/src/revslider/revslider.js'),(1559,'wp-content/plugins/revslider/admin/includes/shortcode_generator/shortcode_generator.class.php'),(1560,'wp-content/plugins/revslider/admin/includes/shortcode_generator/wpbakery/wpbakery.class.php'),(1561,'wp-content/plugins/revslider/admin/includes/template.class.php'),(1562,'wp-content/plugins/revslider/admin/includes/tooltips.class.php'),(1563,'wp-content/plugins/revslider/admin/includes/widget.class.php'),(1564,'wp-content/plugins/revslider/admin/index.php'),(1565,'wp-content/plugins/revslider/admin/revslider-admin.class.php'),(1566,'wp-content/plugins/revslider/admin/views/builder-layer-forms.php'),(1567,'wp-content/plugins/revslider/admin/views/builder-nav-forms.php'),(1568,'wp-content/plugins/revslider/admin/views/builder-slide-forms.php'),(1569,'wp-content/plugins/revslider/admin/views/builder-slider-forms.php'),(1570,'wp-content/plugins/revslider/admin/views/builder-timeline.php'),(1571,'wp-content/plugins/revslider/admin/views/builder.php'),(1572,'wp-content/plugins/revslider/admin/views/features/add_ons.php'),(1573,'wp-content/plugins/revslider/admin/views/features/index.php'),(1574,'wp-content/plugins/revslider/admin/views/features/layer_animations.php'),(1575,'wp-content/plugins/revslider/admin/views/features/object_library.php'),(1576,'wp-content/plugins/revslider/admin/views/features/premade_template.php'),(1577,'wp-content/plugins/revslider/admin/views/features/support.php'),(1578,'wp-content/plugins/revslider/admin/views/footer.php'),(1579,'wp-content/plugins/revslider/admin/views/header.php'),(1580,'wp-content/plugins/revslider/admin/views/index.php'),(1581,'wp-content/plugins/revslider/admin/views/modals-builder.php'),(1582,'wp-content/plugins/revslider/admin/views/modals-copyright.php'),(1583,'wp-content/plugins/revslider/admin/views/modals-general.php'),(1584,'wp-content/plugins/revslider/admin/views/modals-overview.php'),(1585,'wp-content/plugins/revslider/admin/views/overview.php'),(1586,'wp-content/plugins/revslider/backup/index.php'),(1587,'wp-content/plugins/revslider/includes/InstagramScraper/Endpoints.php'),(1588,'wp-content/plugins/revslider/includes/InstagramScraper/Exception/InstagramAuthException.php'),(1589,'wp-content/plugins/revslider/includes/InstagramScraper/Exception/InstagramException.php'),(1590,'wp-content/plugins/revslider/includes/InstagramScraper/Exception/InstagramNotFoundException.php'),(1591,'wp-content/plugins/revslider/includes/InstagramScraper/Instagram.php'),(1592,'wp-content/plugins/revslider/includes/InstagramScraper/InstagramQueryId.php'),(1593,'wp-content/plugins/revslider/includes/InstagramScraper/Instagram_old.php'),(1594,'wp-content/plugins/revslider/includes/InstagramScraper/Model/AbstractModel.php'),(1595,'wp-content/plugins/revslider/includes/InstagramScraper/Model/Account.php'),(1596,'wp-content/plugins/revslider/includes/InstagramScraper/Model/CarouselMedia.php'),(1597,'wp-content/plugins/revslider/includes/InstagramScraper/Model/Comment.php'),(1598,'wp-content/plugins/revslider/includes/InstagramScraper/Model/Like.php'),(1599,'wp-content/plugins/revslider/includes/InstagramScraper/Model/Location.php'),(1600,'wp-content/plugins/revslider/includes/InstagramScraper/Model/Media.php'),(1601,'wp-content/plugins/revslider/includes/InstagramScraper/Model/Story.php'),(1602,'wp-content/plugins/revslider/includes/InstagramScraper/Model/Tag.php'),(1603,'wp-content/plugins/revslider/includes/InstagramScraper/Model/UserStories.php'),(1604,'wp-content/plugins/revslider/includes/InstagramScraper/Traits/ArrayLikeTrait.php'),(1605,'wp-content/plugins/revslider/includes/InstagramScraper/Traits/InitializerTrait.php'),(1606,'wp-content/plugins/revslider/includes/InstagramScraper.php'),(1607,'wp-content/plugins/revslider/includes/Unirest/Exception.php'),(1608,'wp-content/plugins/revslider/includes/Unirest/Method.php'),(1609,'wp-content/plugins/revslider/includes/Unirest/Request/Body.php'),(1610,'wp-content/plugins/revslider/includes/Unirest/Request.php'),(1611,'wp-content/plugins/revslider/includes/Unirest/Response.php'),(1612,'wp-content/plugins/revslider/includes/Unirest.php'),(1613,'wp-content/plugins/revslider/includes/aq-resizer.class.php'),(1614,'wp-content/plugins/revslider/includes/backwards.php'),(1615,'wp-content/plugins/revslider/includes/basic-css.php'),(1616,'wp-content/plugins/revslider/includes/coloreasing.class.php'),(1617,'wp-content/plugins/revslider/includes/colorpicker.class.php'),(1618,'wp-content/plugins/revslider/includes/cssparser.class.php'),(1619,'wp-content/plugins/revslider/includes/data.class.php'),(1620,'wp-content/plugins/revslider/includes/em-integration.class.php'),(1621,'wp-content/plugins/revslider/includes/extension.class.php'),(1622,'wp-content/plugins/revslider/includes/external-sources.class.php'),(1623,'wp-content/plugins/revslider/includes/favorite.class.php'),(1624,'wp-content/plugins/revslider/includes/functions.class.php'),(1625,'wp-content/plugins/revslider/includes/googlefonts.php'),(1626,'wp-content/plugins/revslider/includes/navigation.class.php'),(1627,'wp-content/plugins/revslider/includes/navigations.php'),(1628,'wp-content/plugins/revslider/includes/object-library.class.php'),(1629,'wp-content/plugins/revslider/includes/output.class.php'),(1630,'wp-content/plugins/revslider/includes/page-template.class.php'),(1631,'wp-content/plugins/revslider/includes/slide.class.php'),(1632,'wp-content/plugins/revslider/includes/slider.class.php'),(1633,'wp-content/plugins/revslider/includes/update.class.php'),(1634,'wp-content/plugins/revslider/includes/woocommerce.class.php'),(1635,'wp-content/plugins/revslider/includes/wpml.class.php'),(1636,'wp-content/plugins/revslider/index.php'),(1637,'wp-content/plugins/revslider/languages/index.php'),(1638,'wp-content/plugins/revslider/public/assets/assets/index.php'),(1639,'wp-content/plugins/revslider/public/assets/assets/sources/index.php'),(1640,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_3d_rotation_24px.svg'),(1641,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_accessibility_24px.svg'),(1642,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_accessible_24px.svg'),(1643,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_account_balance_24px.svg'),(1644,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_account_balance_wallet_24px.svg'),(1645,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_account_box_24px.svg'),(1646,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_account_circle_24px.svg'),(1647,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_add_shopping_cart_24px.svg'),(1648,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_alarm_24px.svg'),(1649,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_alarm_add_24px.svg'),(1650,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_alarm_off_24px.svg'),(1651,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_alarm_on_24px.svg'),(1652,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_all_out_24px.svg'),(1653,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_android_24px.svg'),(1654,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_announcement_24px.svg'),(1655,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_aspect_ratio_24px.svg'),(1656,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_assessment_24px.svg'),(1657,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_assignment_24px.svg'),(1658,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_assignment_ind_24px.svg'),(1659,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_assignment_late_24px.svg'),(1660,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_assignment_return_24px.svg'),(1661,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_assignment_returned_24px.svg'),(1662,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_assignment_turned_in_24px.svg'),(1663,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_autorenew_24px.svg'),(1664,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_backup_24px.svg'),(1665,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_book_24px.svg'),(1666,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_bookmark_24px.svg'),(1667,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_bookmark_border_24px.svg'),(1668,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_bug_report_24px.svg'),(1669,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_build_24px.svg'),(1670,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_cached_24px.svg'),(1671,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_camera_enhance_24px.svg'),(1672,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_card_giftcard_24px.svg'),(1673,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_card_membership_24px.svg'),(1674,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_card_travel_24px.svg'),(1675,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_change_history_24px.svg'),(1676,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_check_circle_24px.svg'),(1677,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_chrome_reader_mode_24px.svg'),(1678,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_class_24px.svg'),(1679,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_code_24px.svg'),(1680,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_compare_arrows_24px.svg'),(1681,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_copyright_24px.svg'),(1682,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_credit_card_24px.svg'),(1683,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_dashboard_24px.svg'),(1684,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_date_range_24px.svg'),(1685,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_delete_24px.svg'),(1686,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_description_24px.svg'),(1687,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_dns_24px.svg'),(1688,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_done_24px.svg'),(1689,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_done_all_24px.svg'),(1690,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_donut_large_24px.svg'),(1691,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_donut_small_24px.svg'),(1692,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_eject_24px.svg'),(1693,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_event_24px.svg'),(1694,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_event_seat_24px.svg'),(1695,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_exit_to_app_24px.svg'),(1696,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_explore_24px.svg'),(1697,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_extension_24px.svg'),(1698,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_face_24px.svg'),(1699,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_favorite_24px.svg'),(1700,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_favorite_border_24px.svg'),(1701,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_feedback_24px.svg'),(1702,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_find_in_page_24px.svg'),(1703,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_find_replace_24px.svg'),(1704,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_fingerprint_24px.svg'),(1705,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_flight_land_24px.svg'),(1706,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_flight_takeoff_24px.svg'),(1707,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_flip_to_back_24px.svg'),(1708,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_flip_to_front_24px.svg'),(1709,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_gavel_24px.svg'),(1710,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_get_app_24px.svg'),(1711,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_gif_24px.svg'),(1712,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_grade_24px.svg'),(1713,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_group_work_24px.svg'),(1714,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_help_24px.svg'),(1715,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_help_outline_24px.svg'),(1716,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_highlight_off_24px.svg'),(1717,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_history_24px.svg'),(1718,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_home_24px.svg'),(1719,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_hourglass_empty_24px.svg'),(1720,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_hourglass_full_24px.svg'),(1721,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_http_24px.svg'),(1722,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_https_24px.svg'),(1723,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_important_devices_24px.svg'),(1724,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_info_24px.svg'),(1725,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_info_outline_24px.svg'),(1726,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_input_24px.svg'),(1727,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_invert_colors_24px.svg'),(1728,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_label_24px.svg'),(1729,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_label_outline_24px.svg'),(1730,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_language_24px.svg'),(1731,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_launch_24px.svg'),(1732,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_lightbulb_outline_24px.svg'),(1733,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_line_style_24px.svg'),(1734,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_line_weight_24px.svg'),(1735,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_list_24px.svg'),(1736,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_lock_24px.svg'),(1737,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_lock_open_24px.svg'),(1738,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_lock_outline_24px.svg'),(1739,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_loyalty_24px.svg'),(1740,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_markunread_mailbox_24px.svg'),(1741,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_motorcycle_24px.svg'),(1742,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_note_add_24px.svg'),(1743,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_offline_pin_24px.svg'),(1744,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_opacity_24px.svg'),(1745,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_open_in_browser_24px.svg'),(1746,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_open_in_new_24px.svg'),(1747,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_open_with_24px.svg'),(1748,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_pageview_24px.svg'),(1749,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_pan_tool_24px.svg'),(1750,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_payment_24px.svg'),(1751,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_perm_camera_mic_24px.svg'),(1752,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_perm_contact_calendar_24px.svg'),(1753,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_perm_data_setting_24px.svg'),(1754,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_perm_device_information_24px.svg'),(1755,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_perm_identity_24px.svg'),(1756,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_perm_media_24px.svg'),(1757,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_perm_phone_msg_24px.svg'),(1758,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_perm_scan_wifi_24px.svg'),(1759,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_pets_24px.svg'),(1760,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_picture_in_picture_24px.svg'),(1761,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_picture_in_picture_alt_24px.svg'),(1762,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_play_for_work_24px.svg'),(1763,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_polymer_24px.svg'),(1764,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_power_settings_new_24px.svg'),(1765,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_pregnant_woman_24px.svg'),(1766,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_print_24px.svg'),(1767,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_query_builder_24px.svg'),(1768,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_question_answer_24px.svg'),(1769,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_receipt_24px.svg'),(1770,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_record_voice_over_24px.svg'),(1771,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_redeem_24px.svg'),(1772,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_reorder_24px.svg'),(1773,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_report_problem_24px.svg'),(1774,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_restore_24px.svg'),(1775,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_room_24px.svg'),(1776,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_rounded_corner_24px.svg'),(1777,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_rowing_24px.svg'),(1778,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_schedule_24px.svg'),(1779,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_search_24px.svg'),(1780,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_24px.svg'),(1781,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_applications_24px.svg'),(1782,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_backup_restore_24px.svg'),(1783,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_bluetooth_24px.svg'),(1784,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_brightness_24px.svg'),(1785,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_cell_24px.svg'),(1786,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_ethernet_24px.svg'),(1787,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_input_antenna_24px.svg'),(1788,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_input_component_24px.svg'),(1789,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_input_composite_24px.svg'),(1790,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_input_hdmi_24px.svg'),(1791,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_input_svideo_24px.svg'),(1792,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_overscan_24px.svg'),(1793,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_phone_24px.svg'),(1794,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_power_24px.svg'),(1795,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_remote_24px.svg'),(1796,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_voice_24px.svg'),(1797,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_shop_24px.svg'),(1798,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_shop_two_24px.svg'),(1799,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_shopping_basket_24px.svg'),(1800,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_shopping_cart_24px.svg'),(1801,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_speaker_notes_24px.svg'),(1802,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_spellcheck_24px.svg'),(1803,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_stars_24px.svg'),(1804,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_store_24px.svg'),(1805,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_subject_24px.svg'),(1806,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_supervisor_account_24px.svg'),(1807,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_swap_horiz_24px.svg'),(1808,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_swap_vert_24px.svg'),(1809,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_swap_vertical_circle_24px.svg'),(1810,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_system_update_alt_24px.svg'),(1811,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_tab_24px.svg'),(1812,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_tab_unselected_24px.svg'),(1813,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_theaters_24px.svg'),(1814,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_thumb_down_24px.svg'),(1815,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_thumb_up_24px.svg'),(1816,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_thumbs_up_down_24px.svg'),(1817,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_timeline_24px.svg'),(1818,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_toc_24px.svg'),(1819,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_today_24px.svg'),(1820,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_toll_24px.svg'),(1821,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_touch_app_24px.svg'),(1822,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_track_changes_24px.svg'),(1823,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_translate_24px.svg'),(1824,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_trending_down_24px.svg'),(1825,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_trending_flat_24px.svg'),(1826,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_trending_up_24px.svg'),(1827,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_turned_in_24px.svg'),(1828,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_turned_in_not_24px.svg'),(1829,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_update_24px.svg'),(1830,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_verified_user_24px.svg'),(1831,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_agenda_24px.svg'),(1832,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_array_24px.svg'),(1833,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_carousel_24px.svg'),(1834,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_column_24px.svg'),(1835,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_day_24px.svg'),(1836,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_headline_24px.svg'),(1837,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_list_24px.svg'),(1838,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_module_24px.svg'),(1839,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_quilt_24px.svg'),(1840,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_stream_24px.svg'),(1841,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_week_24px.svg'),(1842,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_visibility_24px.svg'),(1843,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_visibility_off_24px.svg'),(1844,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_watch_later_24px.svg'),(1845,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_work_24px.svg'),(1846,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_youtube_searched_for_24px.svg'),(1847,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_zoom_in_24px.svg'),(1848,'wp-content/plugins/revslider/public/assets/assets/svg/action/ic_zoom_out_24px.svg'),(1849,'wp-content/plugins/revslider/public/assets/assets/svg/alert/ic_add_alert_24px.svg'),(1850,'wp-content/plugins/revslider/public/assets/assets/svg/alert/ic_error_24px.svg'),(1851,'wp-content/plugins/revslider/public/assets/assets/svg/alert/ic_error_outline_24px.svg'),(1852,'wp-content/plugins/revslider/public/assets/assets/svg/alert/ic_warning_24px.svg'),(1853,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_add_to_queue_24px.svg'),(1854,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_airplay_24px.svg'),(1855,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_album_24px.svg'),(1856,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_art_track_24px.svg'),(1857,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_av_timer_24px.svg'),(1858,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_closed_caption_24px.svg'),(1859,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_equalizer_24px.svg'),(1860,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_explicit_24px.svg'),(1861,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_fast_forward_24px.svg'),(1862,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_fast_rewind_24px.svg'),(1863,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_fiber_dvr_24px.svg'),(1864,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_fiber_manual_record_24px.svg'),(1865,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_fiber_new_24px.svg'),(1866,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_fiber_pin_24px.svg'),(1867,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_fiber_smart_record_24px.svg'),(1868,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_forward_10_24px.svg'),(1869,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_forward_30_24px.svg'),(1870,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_forward_5_24px.svg'),(1871,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_games_24px.svg'),(1872,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_hd_24px.svg'),(1873,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_hearing_24px.svg'),(1874,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_high_quality_24px.svg'),(1875,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_library_add_24px.svg'),(1876,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_library_books_24px.svg'),(1877,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_library_music_24px.svg'),(1878,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_loop_24px.svg'),(1879,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_mic_24px.svg'),(1880,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_mic_none_24px.svg'),(1881,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_mic_off_24px.svg'),(1882,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_movie_24px.svg'),(1883,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_music_video_24px.svg'),(1884,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_new_releases_24px.svg'),(1885,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_not_interested_24px.svg'),(1886,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_pause_24px.svg'),(1887,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_pause_circle_filled_24px.svg'),(1888,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_pause_circle_outline_24px.svg'),(1889,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_play_arrow_24px.svg'),(1890,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_play_circle_filled_24px.svg'),(1891,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_play_circle_outline_24px.svg'),(1892,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_playlist_add_24px.svg'),(1893,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_playlist_add_check_24px.svg'),(1894,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_playlist_play_24px.svg'),(1895,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_queue_24px.svg'),(1896,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_queue_music_24px.svg'),(1897,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_queue_play_next_24px.svg'),(1898,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_radio_24px.svg'),(1899,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_recent_actors_24px.svg'),(1900,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_remove_from_queue_24px.svg'),(1901,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_repeat_24px.svg'),(1902,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_repeat_one_24px.svg'),(1903,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_replay_10_24px.svg'),(1904,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_replay_24px.svg'),(1905,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_replay_30_24px.svg'),(1906,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_replay_5_24px.svg'),(1907,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_shuffle_24px.svg'),(1908,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_skip_next_24px.svg'),(1909,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_skip_previous_24px.svg'),(1910,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_slow_motion_video_24px.svg'),(1911,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_snooze_24px.svg'),(1912,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_sort_by_alpha_24px.svg'),(1913,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_stop_24px.svg'),(1914,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_subscriptions_24px.svg'),(1915,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_subtitles_24px.svg'),(1916,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_surround_sound_24px.svg'),(1917,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_video_library_24px.svg'),(1918,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_videocam_24px.svg'),(1919,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_videocam_off_24px.svg'),(1920,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_volume_down_24px.svg'),(1921,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_volume_mute_24px.svg'),(1922,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_volume_off_24px.svg'),(1923,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_volume_up_24px.svg'),(1924,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_web_24px.svg'),(1925,'wp-content/plugins/revslider/public/assets/assets/svg/av/ic_web_asset_24px.svg'),(1926,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/NewTux.svg'),(1927,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/abacus.svg'),(1928,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/address-book.svg'),(1929,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/address-book2.svg'),(1930,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/aim.svg'),(1931,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/alarm.svg'),(1932,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/apple.svg'),(1933,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/arrow-left.svg'),(1934,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/arrow-right.svg'),(1935,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/arrows-updown.svg'),(1936,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/atm-cash.svg'),(1937,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/award1.svg'),(1938,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/award2.svg'),(1939,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/award3.svg'),(1940,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/award4.svg'),(1941,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/award5.svg'),(1942,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/badge01.svg'),(1943,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/badge02.svg'),(1944,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/bank.svg'),(1945,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/bank2.svg'),(1946,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/bell.svg'),(1947,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/binoculars.svg'),(1948,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/bomb.svg'),(1949,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/bonsai.svg'),(1950,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/book-apple.svg'),(1951,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/book.svg'),(1952,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/bookmark.svg'),(1953,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/box.svg'),(1954,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/brain.svg'),(1955,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/briefcase.svg'),(1956,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/browser01.svg'),(1957,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/browser02.svg'),(1958,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/buildings.svg'),(1959,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/buy-sign.svg'),(1960,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/calculator1.svg'),(1961,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/calculator2.svg'),(1962,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/calculator3.svg'),(1963,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/calendar1.svg'),(1964,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/calendar2.svg'),(1965,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/calendar3.svg'),(1966,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/calendar4.svg'),(1967,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/calendar5.svg'),(1968,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/certificate.svg'),(1969,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/champagne.svg'),(1970,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/character01.svg'),(1971,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/character02.svg'),(1972,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/character03.svg'),(1973,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/character04.svg'),(1974,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/character05.svg'),(1975,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/character06.svg'),(1976,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/character07.svg'),(1977,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/character08.svg'),(1978,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart-analysis.svg'),(1979,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart-board.svg'),(1980,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart-pyramid.svg'),(1981,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart01.svg'),(1982,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart02.svg'),(1983,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart03.svg'),(1984,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart04.svg'),(1985,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart05.svg'),(1986,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart06.svg'),(1987,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart07.svg'),(1988,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart08.svg'),(1989,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart09.svg'),(1990,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart10.svg'),(1991,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart11.svg'),(1992,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart12.svg'),(1993,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart13.svg'),(1994,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart14.svg'),(1995,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart15.svg'),(1996,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart16.svg'),(1997,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart17.svg'),(1998,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart18.svg'),(1999,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart19.svg'),(2000,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart20.svg'),(2001,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart21.svg'),(2002,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chat.svg'),(2003,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/checklist.svg'),(2004,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/checklist2.svg'),(2005,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/checklist3.svg'),(2006,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chemistry.svg'),(2007,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chess-knight.svg'),(2008,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chess-rook.svg'),(2009,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chess.svg'),(2010,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/clock.svg'),(2011,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/closed-sign.svg'),(2012,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/cloud-coins.svg'),(2013,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/cloud-down.svg'),(2014,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/cloud-up.svg'),(2015,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/coffee.svg'),(2016,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/conference.svg'),(2017,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/contact-book.svg'),(2018,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/coupon.svg'),(2019,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/credit-card.svg'),(2020,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/crown.svg'),(2021,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/currencies.svg'),(2022,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/database.svg'),(2023,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/delivery.svg'),(2024,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/diagram-hierarchy.svg'),(2025,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/diamond.svg'),(2026,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/dollar.svg'),(2027,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/drawer.svg'),(2028,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/egg.svg'),(2029,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/emblem.svg'),(2030,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/envelope-money.svg'),(2031,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/envelopes.svg'),(2032,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/euro.svg'),(2033,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/exchange.svg'),(2034,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/exit.svg'),(2035,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/factory.svg'),(2036,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/fax.svg'),(2037,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file01.svg'),(2038,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file02.svg'),(2039,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file03.svg'),(2040,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file04.svg'),(2041,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file05.svg'),(2042,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file06.svg'),(2043,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file07.svg'),(2044,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file08.svg'),(2045,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file09.svg'),(2046,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file10.svg'),(2047,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/files.svg'),(2048,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/fire.svg'),(2049,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/fish.svg'),(2050,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/flag.svg'),(2051,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/folder-add.svg'),(2052,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/folder-delete.svg'),(2053,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/folder-online.svg'),(2054,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/folder-private.svg'),(2055,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/folder-remove.svg'),(2056,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/folder.svg'),(2057,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/folders.svg'),(2058,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/funnel-money.svg'),(2059,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/funnel.svg'),(2060,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/gauge.svg'),(2061,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/gauge2.svg'),(2062,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/gears1.svg'),(2063,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/gears2.svg'),(2064,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/glasses-moustache.svg'),(2065,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/globe-money.svg'),(2066,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/globe.svg'),(2067,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/globe2.svg'),(2068,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/graduation-hat.svg'),(2069,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/hand-globe.svg'),(2070,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/hand-key.svg'),(2071,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/hand-money.svg'),(2072,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/hand-money2.svg'),(2073,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/handshake.svg'),(2074,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/hat-moustache.svg'),(2075,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/hat.svg'),(2076,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-arrows.svg'),(2077,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-battery.svg'),(2078,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-check.svg'),(2079,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-compass.svg'),(2080,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-dollar.svg'),(2081,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-exclamation.svg'),(2082,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-flash.svg'),(2083,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-gauge.svg'),(2084,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-gears.svg'),(2085,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-hourglass.svg'),(2086,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-idea.svg'),(2087,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-question.svg'),(2088,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-structure.svg'),(2089,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head.svg'),(2090,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/headquarters.svg'),(2091,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/hourglass.svg'),(2092,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/hours.svg'),(2093,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/incoming.svg'),(2094,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/ingots.svg'),(2095,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/key.svg'),(2096,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/key2.svg'),(2097,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/keyboard.svg'),(2098,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/label.svg'),(2099,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/lamp.svg'),(2100,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-article.svg'),(2101,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-cart.svg'),(2102,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-chart.svg'),(2103,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-chart2.svg'),(2104,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-diagram.svg'),(2105,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-envelope.svg'),(2106,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-finance.svg'),(2107,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-privacy.svg'),(2108,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-settings.svg'),(2109,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-user.svg'),(2110,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop.svg'),(2111,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/lightbulb-green.svg'),(2112,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/lightbulb.svg'),(2113,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/lightning.svg'),(2114,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/like.svg'),(2115,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/lock.svg'),(2116,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/magnet-money.svg'),(2117,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/magnifying-glass.svg'),(2118,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/manager-globe.svg'),(2119,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/manager-idea.svg'),(2120,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/manager01.svg'),(2121,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/manager02.svg'),(2122,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/meditation.svg'),(2123,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/megaphone.svg'),(2124,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/money-growth.svg'),(2125,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/money-scales.svg'),(2126,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/money.svg'),(2127,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/money2.svg'),(2128,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/money3.svg'),(2129,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/money4.svg'),(2130,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/money5.svg'),(2131,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/money6.svg'),(2132,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/monitor.svg'),(2133,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/mouse.svg'),(2134,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/nest-money.svg'),(2135,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/newspaper-jobs.svg'),(2136,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/newspaper-pen.svg'),(2137,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/newspaper.svg'),(2138,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/note-paper.svg'),(2139,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/office-chair.svg'),(2140,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/open-sign.svg'),(2141,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/outgoing.svg'),(2142,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/paper-clip.svg'),(2143,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/paper-plane.svg'),(2144,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pen.svg'),(2145,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pen2.svg'),(2146,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pencil.svg'),(2147,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pens-pencils.svg'),(2148,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-arrows06.svg'),(2149,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-gears.svg'),(2150,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-handshake.svg'),(2151,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-idea.svg'),(2152,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-meeting.svg'),(2153,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-meeting02.svg'),(2154,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-search01.svg'),(2155,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-search02.svg'),(2156,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-structure.svg'),(2157,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-structure01.svg'),(2158,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-structure02.svg'),(2159,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-structure03.svg'),(2160,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-structure04.svg'),(2161,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-structure05.svg'),(2162,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-structure06.svg'),(2163,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-structure07.svg'),(2164,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/percent.svg'),(2165,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/periscopemoney.svg'),(2166,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-arrows01.svg'),(2167,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-arrows012.svg'),(2168,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-arrows02.svg'),(2169,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-arrows022.svg'),(2170,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-arrows03.svg'),(2171,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-checkmark.svg'),(2172,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-cross.svg'),(2173,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-data.svg'),(2174,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-dollar.svg'),(2175,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-finance.svg'),(2176,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-flag.svg'),(2177,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-globe.svg'),(2178,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-idea02.svg'),(2179,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-info.svg'),(2180,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-puzzle.svg'),(2181,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-scales.svg'),(2182,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-time.svg'),(2183,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-umbrella.svg'),(2184,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/phone.svg'),(2185,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pie-chart01.svg'),(2186,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pie-chart02.svg'),(2187,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/piggy-bank.svg'),(2188,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pin.svg'),(2189,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/plant-money.svg'),(2190,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/plant.svg'),(2191,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pound.svg'),(2192,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/presentation.svg'),(2193,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/presentation02.svg'),(2194,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/preson-chart02.svg'),(2195,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/preson-chart03.svg'),(2196,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/preson-chart04.svg'),(2197,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/preson-laurels.svg'),(2198,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/preson-megaphone.svg'),(2199,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/preson-stairs.svg'),(2200,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/printer.svg'),(2201,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/profile.svg'),(2202,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pulse.svg'),(2203,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/puzzle.svg'),(2204,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/quill.svg'),(2205,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/recycle.svg'),(2206,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/rocket.svg'),(2207,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/rocket2.svg'),(2208,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/ruble.svg'),(2209,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/ruler-compasses.svg'),(2210,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/safe.svg'),(2211,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/sale-sign.svg'),(2212,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/satellite-dish.svg'),(2213,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/scales.svg'),(2214,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/scissors.svg'),(2215,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/security.svg'),(2216,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/send.svg'),(2217,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/shield.svg'),(2218,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/shopping-cart.svg'),(2219,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/sign.svg'),(2220,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/smartphone-chart.svg'),(2221,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/smartphone-exclamation.svg'),(2222,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/smartphone-gears.svg'),(2223,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/smartphone-growth.svg'),(2224,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/smartphone-money.svg'),(2225,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/smartphone-user.svg'),(2226,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/smartphone.svg'),(2227,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/speaker.svg'),(2228,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/speaker02.svg'),(2229,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/speech-bubble.svg'),(2230,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/stamp.svg'),(2231,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/star.svg'),(2232,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/steering-wheel.svg'),(2233,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/strategy03.svg'),(2234,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/strategy1.svg'),(2235,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/strategy2.svg'),(2236,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/support-person.svg'),(2237,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tablet-article.svg'),(2238,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tablet-chart.svg'),(2239,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tablet-chart2.svg'),(2240,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tablet-chart3.svg'),(2241,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tablet-pie-chart.svg'),(2242,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tablet-pie-chart2.svg'),(2243,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tablet.svg'),(2244,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/target.svg'),(2245,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/team.svg'),(2246,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/telescope.svg'),(2247,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tie.svg'),(2248,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tools.svg'),(2249,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tools2.svg'),(2250,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/trash-bin.svg'),(2251,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/umbrella.svg'),(2252,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/user01.svg'),(2253,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/user02.svg'),(2254,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/user03.svg'),(2255,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/user04.svg'),(2256,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/user05.svg'),(2257,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/user06.svg'),(2258,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/user07.svg'),(2259,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/user08.svg'),(2260,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/user09.svg'),(2261,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/users.svg'),(2262,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/venn-diagram.svg'),(2263,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/wallet.svg'),(2264,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/wrench.svg'),(2265,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/yen.svg'),(2266,'wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/yinyang.svg'),(2267,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_business_24px.svg'),(2268,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_call_24px.svg'),(2269,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_call_end_24px.svg'),(2270,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_call_made_24px.svg'),(2271,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_call_merge_24px.svg'),(2272,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_call_missed_24px.svg'),(2273,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_call_missed_outgoing_24px.svg'),(2274,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_call_received_24px.svg'),(2275,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_call_split_24px.svg'),(2276,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_chat_24px.svg'),(2277,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_chat_bubble_24px.svg'),(2278,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_chat_bubble_outline_24px.svg'),(2279,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_clear_all_24px.svg'),(2280,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_comment_24px.svg'),(2281,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_contact_mail_24px.svg'),(2282,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_contact_phone_24px.svg'),(2283,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_contacts_24px.svg'),(2284,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_dialer_sip_24px.svg'),(2285,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_dialpad_24px.svg'),(2286,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_email_24px.svg'),(2287,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_forum_24px.svg'),(2288,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_import_contacts_24px.svg'),(2289,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_import_export_24px.svg'),(2290,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_invert_colors_off_24px.svg'),(2291,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_live_help_24px.svg'),(2292,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_location_off_24px.svg'),(2293,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_location_on_24px.svg'),(2294,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_mail_outline_24px.svg'),(2295,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_message_24px.svg'),(2296,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_no_sim_24px.svg'),(2297,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_phone_24px.svg'),(2298,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_phonelink_erase_24px.svg'),(2299,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_phonelink_lock_24px.svg'),(2300,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_phonelink_ring_24px.svg'),(2301,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_phonelink_setup_24px.svg'),(2302,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_portable_wifi_off_24px.svg'),(2303,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_present_to_all_24px.svg'),(2304,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_ring_volume_24px.svg'),(2305,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_screen_share_24px.svg'),(2306,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_speaker_phone_24px.svg'),(2307,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_stay_current_landscape_24px.svg'),(2308,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_stay_current_portrait_24px.svg'),(2309,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_stay_primary_landscape_24px.svg'),(2310,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_stay_primary_portrait_24px.svg'),(2311,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_stop_screen_share_24px.svg'),(2312,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_swap_calls_24px.svg'),(2313,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_textsms_24px.svg'),(2314,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_voicemail_24px.svg'),(2315,'wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_vpn_key_24px.svg'),(2316,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_add_24px.svg'),(2317,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_add_box_24px.svg'),(2318,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_add_circle_24px.svg'),(2319,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_add_circle_outline_24px.svg'),(2320,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_archive_24px.svg'),(2321,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_backspace_24px.svg'),(2322,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_block_24px.svg'),(2323,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_clear_24px.svg'),(2324,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_content_copy_24px.svg'),(2325,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_content_cut_24px.svg'),(2326,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_content_paste_24px.svg'),(2327,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_create_24px.svg'),(2328,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_drafts_24px.svg'),(2329,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_filter_list_24px.svg'),(2330,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_flag_24px.svg'),(2331,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_font_download_24px.svg'),(2332,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_forward_24px.svg'),(2333,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_gesture_24px.svg'),(2334,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_inbox_24px.svg'),(2335,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_link_24px.svg'),(2336,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_mail_24px.svg'),(2337,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_markunread_24px.svg'),(2338,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_move_to_inbox_24px.svg'),(2339,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_next_week_24px.svg'),(2340,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_redo_24px.svg'),(2341,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_remove_24px.svg'),(2342,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_remove_circle_24px.svg'),(2343,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_remove_circle_outline_24px.svg'),(2344,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_reply_24px.svg'),(2345,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_reply_all_24px.svg'),(2346,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_report_24px.svg'),(2347,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_save_24px.svg'),(2348,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_select_all_24px.svg'),(2349,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_send_24px.svg'),(2350,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_sort_24px.svg'),(2351,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_text_format_24px.svg'),(2352,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_unarchive_24px.svg'),(2353,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_undo_24px.svg'),(2354,'wp-content/plugins/revslider/public/assets/assets/svg/content/ic_weekend_24px.svg'),(2355,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_access_alarm_24px.svg'),(2356,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_access_alarms_24px.svg'),(2357,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_access_time_24px.svg'),(2358,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_add_alarm_24px.svg'),(2359,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_airplanemode_active_24px.svg'),(2360,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_airplanemode_inactive_24px.svg'),(2361,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_20_24px.svg'),(2362,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_30_24px.svg'),(2363,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_50_24px.svg'),(2364,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_60_24px.svg'),(2365,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_80_24px.svg'),(2366,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_90_24px.svg'),(2367,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_alert_24px.svg'),(2368,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_charging_20_24px.svg'),(2369,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_charging_30_24px.svg'),(2370,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_charging_50_24px.svg'),(2371,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_charging_60_24px.svg'),(2372,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_charging_80_24px.svg'),(2373,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_charging_90_24px.svg'),(2374,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_charging_full_24px.svg'),(2375,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_full_24px.svg'),(2376,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_std_24px.svg'),(2377,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_unknown_24px.svg'),(2378,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_bluetooth_24px.svg'),(2379,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_bluetooth_connected_24px.svg'),(2380,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_bluetooth_disabled_24px.svg'),(2381,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_bluetooth_searching_24px.svg'),(2382,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_brightness_auto_24px.svg'),(2383,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_brightness_high_24px.svg'),(2384,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_brightness_low_24px.svg'),(2385,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_brightness_medium_24px.svg'),(2386,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_data_usage_24px.svg'),(2387,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_developer_mode_24px.svg'),(2388,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_devices_24px.svg'),(2389,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_dvr_24px.svg'),(2390,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_gps_fixed_24px.svg'),(2391,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_gps_not_fixed_24px.svg'),(2392,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_gps_off_24px.svg'),(2393,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_graphic_eq_24px.svg'),(2394,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_location_disabled_24px.svg'),(2395,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_location_searching_24px.svg'),(2396,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_network_cell_24px.svg'),(2397,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_network_wifi_24px.svg'),(2398,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_nfc_24px.svg'),(2399,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_screen_lock_landscape_24px.svg'),(2400,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_screen_lock_portrait_24px.svg'),(2401,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_screen_lock_rotation_24px.svg'),(2402,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_screen_rotation_24px.svg'),(2403,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_sd_storage_24px.svg'),(2404,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_settings_system_daydream_24px.svg'),(2405,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_0_bar_24px.svg'),(2406,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_1_bar_24px.svg'),(2407,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_2_bar_24px.svg'),(2408,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_3_bar_24px.svg'),(2409,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_4_bar_24px.svg'),(2410,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_connected_no_internet_0_bar_24px.svg'),(2411,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_connected_no_internet_1_bar_24px.svg'),(2412,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_connected_no_internet_2_bar_24px.svg'),(2413,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_connected_no_internet_3_bar_24px.svg'),(2414,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_connected_no_internet_4_bar_24px.svg'),(2415,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_no_sim_24px.svg'),(2416,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_null_24px.svg'),(2417,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_off_24px.svg'),(2418,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_0_bar_24px.svg'),(2419,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_1_bar_24px.svg'),(2420,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_1_bar_lock_24px.svg'),(2421,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_2_bar_24px.svg'),(2422,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_2_bar_lock_24px.svg'),(2423,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_3_bar_24px.svg'),(2424,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_3_bar_lock_24px.svg'),(2425,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_4_bar_24px.svg'),(2426,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_4_bar_lock_24px.svg'),(2427,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_off_24px.svg'),(2428,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_1_bar_26x24px.svg'),(2429,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_2_bar_26x24px.svg'),(2430,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_3_bar_26x24px.svg'),(2431,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_4_bar_26x24px.svg'),(2432,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_connected_no_internet_1_26x24px.svg'),(2433,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_connected_no_internet_26x24px.svg'),(2434,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_connected_no_internet_2_26x24px.svg'),(2435,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_connected_no_internet_3_26x24px.svg'),(2436,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_connected_no_internet_4_26x24px.svg'),(2437,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_not_connected_26x24px.svg'),(2438,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_null_26x24px.svg'),(2439,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_storage_24px.svg'),(2440,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_usb_24px.svg'),(2441,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_wallpaper_24px.svg'),(2442,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_widgets_24px.svg'),(2443,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_wifi_lock_24px.svg'),(2444,'wp-content/plugins/revslider/public/assets/assets/svg/device/ic_wifi_tethering_24px.svg'),(2445,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_attach_file_24px.svg'),(2446,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_attach_money_24px.svg'),(2447,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_all_24px.svg'),(2448,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_bottom_24px.svg'),(2449,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_clear_24px.svg'),(2450,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_color_24px.svg'),(2451,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_horizontal_24px.svg'),(2452,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_inner_24px.svg'),(2453,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_left_24px.svg'),(2454,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_outer_24px.svg'),(2455,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_right_24px.svg'),(2456,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_style_24px.svg'),(2457,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_top_24px.svg'),(2458,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_vertical_24px.svg'),(2459,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_drag_handle_24px.svg'),(2460,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_align_center_24px.svg'),(2461,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_align_justify_24px.svg'),(2462,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_align_left_24px.svg'),(2463,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_align_right_24px.svg'),(2464,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_bold_24px.svg'),(2465,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_clear_24px.svg'),(2466,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_color_fill_24px.svg'),(2467,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_color_reset_24px.svg'),(2468,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_color_text_24px.svg'),(2469,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_indent_decrease_24px.svg'),(2470,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_indent_increase_24px.svg'),(2471,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_italic_24px.svg'),(2472,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_line_spacing_24px.svg'),(2473,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_list_bulleted_24px.svg'),(2474,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_list_numbered_24px.svg'),(2475,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_paint_24px.svg'),(2476,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_quote_24px.svg'),(2477,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_shapes_24px.svg'),(2478,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_size_24px.svg'),(2479,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_strikethrough_24px.svg'),(2480,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_textdirection_l_to_r_24px.svg'),(2481,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_textdirection_r_to_l_24px.svg'),(2482,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_underlined_24px.svg'),(2483,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_functions_24px.svg'),(2484,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_highlight_24px.svg'),(2485,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_insert_chart_24px.svg'),(2486,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_insert_comment_24px.svg'),(2487,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_insert_drive_file_24px.svg'),(2488,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_insert_emoticon_24px.svg'),(2489,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_insert_invitation_24px.svg'),(2490,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_insert_link_24px.svg'),(2491,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_insert_photo_24px.svg'),(2492,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_linear_scale_24px.svg'),(2493,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_merge_type_24px.svg'),(2494,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_mode_comment_24px.svg'),(2495,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_mode_edit_24px.svg'),(2496,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_money_off_24px.svg'),(2497,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_publish_24px.svg'),(2498,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_short_text_24px.svg'),(2499,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_space_bar_24px.svg'),(2500,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_strikethrough_s_24px.svg'),(2501,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_text_fields_24px.svg'),(2502,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_vertical_align_bottom_24px.svg'),(2503,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_vertical_align_center_24px.svg'),(2504,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_vertical_align_top_24px.svg'),(2505,'wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_wrap_text_24px.svg'),(2506,'wp-content/plugins/revslider/public/assets/assets/svg/file/ic_attachment_24px.svg'),(2507,'wp-content/plugins/revslider/public/assets/assets/svg/file/ic_cloud_24px.svg'),(2508,'wp-content/plugins/revslider/public/assets/assets/svg/file/ic_cloud_circle_24px.svg'),(2509,'wp-content/plugins/revslider/public/assets/assets/svg/file/ic_cloud_done_24px.svg'),(2510,'wp-content/plugins/revslider/public/assets/assets/svg/file/ic_cloud_download_24px.svg'),(2511,'wp-content/plugins/revslider/public/assets/assets/svg/file/ic_cloud_off_24px.svg'),(2512,'wp-content/plugins/revslider/public/assets/assets/svg/file/ic_cloud_queue_24px.svg'),(2513,'wp-content/plugins/revslider/public/assets/assets/svg/file/ic_cloud_upload_24px.svg'),(2514,'wp-content/plugins/revslider/public/assets/assets/svg/file/ic_create_new_folder_24px.svg'),(2515,'wp-content/plugins/revslider/public/assets/assets/svg/file/ic_file_download_24px.svg'),(2516,'wp-content/plugins/revslider/public/assets/assets/svg/file/ic_file_upload_24px.svg'),(2517,'wp-content/plugins/revslider/public/assets/assets/svg/file/ic_folder_24px.svg'),(2518,'wp-content/plugins/revslider/public/assets/assets/svg/file/ic_folder_open_24px.svg'),(2519,'wp-content/plugins/revslider/public/assets/assets/svg/file/ic_folder_shared_24px.svg'),(2520,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_cast_24px.svg'),(2521,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_cast_connected_24px.svg'),(2522,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_computer_24px.svg'),(2523,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_desktop_mac_24px.svg'),(2524,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_desktop_windows_24px.svg'),(2525,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_developer_board_24px.svg'),(2526,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_device_hub_24px.svg'),(2527,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_devices_other_24px.svg'),(2528,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_dock_24px.svg'),(2529,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_gamepad_24px.svg'),(2530,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_headset_24px.svg'),(2531,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_headset_mic_24px.svg'),(2532,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_24px.svg'),(2533,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_arrow_down_24px.svg'),(2534,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_arrow_left_24px.svg'),(2535,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_arrow_right_24px.svg'),(2536,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_arrow_up_24px.svg'),(2537,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_backspace_24px.svg'),(2538,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_capslock_24px.svg'),(2539,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_hide_24px.svg'),(2540,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_return_24px.svg'),(2541,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_tab_24px.svg'),(2542,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_voice_24px.svg'),(2543,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_laptop_24px.svg'),(2544,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_laptop_chromebook_24px.svg'),(2545,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_laptop_mac_24px.svg'),(2546,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_laptop_windows_24px.svg'),(2547,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_memory_24px.svg'),(2548,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_mouse_24px.svg'),(2549,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_phone_android_24px.svg'),(2550,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_phone_iphone_24px.svg'),(2551,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_phonelink_24px.svg'),(2552,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_phonelink_off_24px.svg'),(2553,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_power_input_24px.svg'),(2554,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_router_24px.svg'),(2555,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_scanner_24px.svg'),(2556,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_security_24px.svg'),(2557,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_sim_card_24px.svg'),(2558,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_smartphone_24px.svg'),(2559,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_speaker_24px.svg'),(2560,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_speaker_group_24px.svg'),(2561,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_tablet_24px.svg'),(2562,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_tablet_android_24px.svg'),(2563,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_tablet_mac_24px.svg'),(2564,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_toys_24px.svg'),(2565,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_tv_24px.svg'),(2566,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_videogame_asset_24px.svg'),(2567,'wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_watch_24px.svg'),(2568,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_add_a_photo_24px.svg'),(2569,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_add_to_photos_24px.svg'),(2570,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_adjust_24px.svg'),(2571,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_assistant_24px.svg'),(2572,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_assistant_photo_24px.svg'),(2573,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_audiotrack_24px.svg'),(2574,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_blur_circular_24px.svg'),(2575,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_blur_linear_24px.svg'),(2576,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_blur_off_24px.svg'),(2577,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_blur_on_24px.svg'),(2578,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_brightness_1_24px.svg'),(2579,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_brightness_2_24px.svg'),(2580,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_brightness_3_24px.svg'),(2581,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_brightness_4_24px.svg'),(2582,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_brightness_5_24px.svg'),(2583,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_brightness_6_24px.svg'),(2584,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_brightness_7_24px.svg'),(2585,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_broken_image_24px.svg'),(2586,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_brush_24px.svg'),(2587,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_camera_24px.svg'),(2588,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_camera_alt_24px.svg'),(2589,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_camera_front_24px.svg'),(2590,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_camera_rear_24px.svg'),(2591,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_camera_roll_24px.svg'),(2592,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_center_focus_strong_24px.svg'),(2593,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_center_focus_weak_24px.svg'),(2594,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_collections_24px.svg'),(2595,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_collections_bookmark_24px.svg'),(2596,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_color_lens_24px.svg'),(2597,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_colorize_24px.svg'),(2598,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_compare_24px.svg'),(2599,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_control_point_24px.svg'),(2600,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_control_point_duplicate_24px.svg'),(2601,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_16_9_24px.svg'),(2602,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_24px.svg'),(2603,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_3_2_24px.svg'),(2604,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_5_4_24px.svg'),(2605,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_7_5_24px.svg'),(2606,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_din_24px.svg'),(2607,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_free_24px.svg'),(2608,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_landscape_24px.svg'),(2609,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_original_24px.svg'),(2610,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_portrait_24px.svg'),(2611,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_rotate_24px.svg'),(2612,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_square_24px.svg'),(2613,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_dehaze_24px.svg'),(2614,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_details_24px.svg'),(2615,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_edit_24px.svg'),(2616,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_exposure_24px.svg'),(2617,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_exposure_neg_1_24px.svg'),(2618,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_exposure_neg_2_24px.svg'),(2619,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_exposure_plus_1_24px.svg'),(2620,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_exposure_plus_2_24px.svg'),(2621,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_exposure_zero_24px.svg'),(2622,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_1_24px.svg'),(2623,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_24px.svg'),(2624,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_2_24px.svg'),(2625,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_3_24px.svg'),(2626,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_4_24px.svg'),(2627,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_5_24px.svg'),(2628,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_6_24px.svg'),(2629,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_7_24px.svg'),(2630,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_8_24px.svg'),(2631,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_9_24px.svg'),(2632,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_9_plus_24px.svg'),(2633,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_b_and_w_24px.svg'),(2634,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_center_focus_24px.svg'),(2635,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_drama_24px.svg'),(2636,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_frames_24px.svg'),(2637,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_hdr_24px.svg'),(2638,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_none_24px.svg'),(2639,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_tilt_shift_24px.svg'),(2640,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_vintage_24px.svg'),(2641,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_flare_24px.svg'),(2642,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_flash_auto_24px.svg'),(2643,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_flash_off_24px.svg'),(2644,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_flash_on_24px.svg'),(2645,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_flip_24px.svg'),(2646,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_gradient_24px.svg'),(2647,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_grain_24px.svg'),(2648,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_grid_off_24px.svg'),(2649,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_grid_on_24px.svg'),(2650,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_hdr_off_24px.svg'),(2651,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_hdr_on_24px.svg'),(2652,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_hdr_strong_24px.svg'),(2653,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_hdr_weak_24px.svg'),(2654,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_healing_24px.svg'),(2655,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_image_24px.svg'),(2656,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_image_aspect_ratio_24px.svg'),(2657,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_iso_24px.svg'),(2658,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_landscape_24px.svg'),(2659,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_leak_add_24px.svg'),(2660,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_leak_remove_24px.svg'),(2661,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_lens_24px.svg'),(2662,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_linked_camera_24px.svg'),(2663,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_looks_24px.svg'),(2664,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_looks_3_24px.svg'),(2665,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_looks_4_24px.svg'),(2666,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_looks_5_24px.svg'),(2667,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_looks_6_24px.svg'),(2668,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_looks_one_24px.svg'),(2669,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_looks_two_24px.svg'),(2670,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_loupe_24px.svg'),(2671,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_monochrome_photos_24px.svg'),(2672,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_movie_creation_24px.svg'),(2673,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_movie_filter_24px.svg'),(2674,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_music_note_24px.svg'),(2675,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_nature_24px.svg'),(2676,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_nature_people_24px.svg'),(2677,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_navigate_before_24px.svg'),(2678,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_navigate_next_24px.svg'),(2679,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_palette_24px.svg'),(2680,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_panorama_24px.svg'),(2681,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_panorama_fish_eye_24px.svg'),(2682,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_panorama_horizontal_24px.svg'),(2683,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_panorama_vertical_24px.svg'),(2684,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_panorama_wide_angle_24px.svg'),(2685,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_photo_24px.svg'),(2686,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_photo_album_24px.svg'),(2687,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_photo_camera_24px.svg'),(2688,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_photo_filter_24px.svg'),(2689,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_photo_library_24px.svg'),(2690,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_photo_size_select_actual_24px.svg'),(2691,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_photo_size_select_large_24px.svg'),(2692,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_photo_size_select_small_24px.svg'),(2693,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_picture_as_pdf_24px.svg'),(2694,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_portrait_24px.svg'),(2695,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_remove_red_eye_24px.svg'),(2696,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_rotate_90_degrees_ccw_24px.svg'),(2697,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_rotate_left_24px.svg'),(2698,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_rotate_right_24px.svg'),(2699,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_slideshow_24px.svg'),(2700,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_straighten_24px.svg'),(2701,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_style_24px.svg'),(2702,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_switch_camera_24px.svg'),(2703,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_switch_video_24px.svg'),(2704,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_tag_faces_24px.svg'),(2705,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_texture_24px.svg'),(2706,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_timelapse_24px.svg'),(2707,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_timer_10_24px.svg'),(2708,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_timer_24px.svg'),(2709,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_timer_3_24px.svg'),(2710,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_timer_off_24px.svg'),(2711,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_tonality_24px.svg'),(2712,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_transform_24px.svg'),(2713,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_tune_24px.svg'),(2714,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_view_comfy_24px.svg'),(2715,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_view_compact_24px.svg'),(2716,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_vignette_24px.svg'),(2717,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_wb_auto_24px.svg'),(2718,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_wb_cloudy_24px.svg'),(2719,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_wb_incandescent_24px.svg'),(2720,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_wb_iridescent_24px.svg'),(2721,'wp-content/plugins/revslider/public/assets/assets/svg/image/ic_wb_sunny_24px.svg'),(2722,'wp-content/plugins/revslider/public/assets/assets/svg/index.php'),(2723,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_add_location_24px.svg'),(2724,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_beenhere_24px.svg'),(2725,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_24px.svg'),(2726,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_bike_24px.svg'),(2727,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_boat_24px.svg'),(2728,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_bus_24px.svg'),(2729,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_car_24px.svg'),(2730,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_railway_24px.svg'),(2731,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_run_24px.svg'),(2732,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_subway_24px.svg'),(2733,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_transit_24px.svg'),(2734,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_walk_24px.svg'),(2735,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_edit_location_24px.svg'),(2736,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_flight_24px.svg'),(2737,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_hotel_24px.svg'),(2738,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_layers_24px.svg'),(2739,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_layers_clear_24px.svg'),(2740,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_activity_24px.svg'),(2741,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_airport_24px.svg'),(2742,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_atm_24px.svg'),(2743,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_bar_24px.svg'),(2744,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_cafe_24px.svg'),(2745,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_car_wash_24px.svg'),(2746,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_convenience_store_24px.svg'),(2747,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_dining_24px.svg'),(2748,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_drink_24px.svg'),(2749,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_florist_24px.svg'),(2750,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_gas_station_24px.svg'),(2751,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_grocery_store_24px.svg'),(2752,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_hospital_24px.svg'),(2753,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_hotel_24px.svg'),(2754,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_laundry_service_24px.svg'),(2755,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_library_24px.svg'),(2756,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_mall_24px.svg'),(2757,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_movies_24px.svg'),(2758,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_offer_24px.svg'),(2759,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_parking_24px.svg'),(2760,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_pharmacy_24px.svg'),(2761,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_phone_24px.svg'),(2762,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_pizza_24px.svg'),(2763,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_play_24px.svg'),(2764,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_post_office_24px.svg'),(2765,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_printshop_24px.svg'),(2766,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_see_24px.svg'),(2767,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_shipping_24px.svg'),(2768,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_taxi_24px.svg'),(2769,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_map_24px.svg'),(2770,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_my_location_24px.svg'),(2771,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_navigation_24px.svg'),(2772,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_near_me_24px.svg'),(2773,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_person_pin_24px.svg'),(2774,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_person_pin_circle_24px.svg'),(2775,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_pin_drop_24px.svg'),(2776,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_place_24px.svg'),(2777,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_rate_review_24px.svg'),(2778,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_restaurant_menu_24px.svg'),(2779,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_satellite_24px.svg'),(2780,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_store_mall_directory_24px.svg'),(2781,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_terrain_24px.svg'),(2782,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_traffic_24px.svg'),(2783,'wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_zoom_out_map_24px.svg'),(2784,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_apps_24px.svg'),(2785,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_apps_36px.svg'),(2786,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_back_24px.svg'),(2787,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_back_36px.svg'),(2788,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_downward_24px.svg'),(2789,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_drop_down_24px.svg'),(2790,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_drop_down_36px.svg'),(2791,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_drop_down_circle_24px.svg'),(2792,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_drop_up_24px.svg'),(2793,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_drop_up_36px.svg'),(2794,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_forward_24px.svg'),(2795,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_forward_36px.svg'),(2796,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_upward_24px.svg'),(2797,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_cancel_24px.svg'),(2798,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_cancel_36px.svg'),(2799,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_check_24px.svg'),(2800,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_check_36px.svg'),(2801,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_chevron_left_24px.svg'),(2802,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_chevron_left_36px.svg'),(2803,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_chevron_right_24px.svg'),(2804,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_chevron_right_36px.svg'),(2805,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_close_24px.svg'),(2806,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_close_36px.svg'),(2807,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_expand_less_24px.svg'),(2808,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_expand_less_36px.svg'),(2809,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_expand_more_24px.svg'),(2810,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_expand_more_36px.svg'),(2811,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_fullscreen_24px.svg'),(2812,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_fullscreen_36px.svg'),(2813,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_fullscreen_exit_24px.svg'),(2814,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_fullscreen_exit_36px.svg'),(2815,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_menu_24px.svg'),(2816,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_menu_36px.svg'),(2817,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_more_horiz_24px.svg'),(2818,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_more_horiz_36px.svg'),(2819,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_more_vert_24px.svg'),(2820,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_more_vert_36px.svg'),(2821,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_refresh_24px.svg'),(2822,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_refresh_36px.svg'),(2823,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_subdirectory_arrow_left_24px.svg'),(2824,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_subdirectory_arrow_right_24px.svg'),(2825,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_unfold_less_24px.svg'),(2826,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_unfold_less_36px.svg'),(2827,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_unfold_more_24px.svg'),(2828,'wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_unfold_more_36px.svg'),(2829,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_adb_24px.svg'),(2830,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_airline_seat_flat_24px.svg'),(2831,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_airline_seat_flat_angled_24px.svg'),(2832,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_airline_seat_individual_suite_24px.svg'),(2833,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_airline_seat_legroom_extra_24px.svg'),(2834,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_airline_seat_legroom_normal_24px.svg'),(2835,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_airline_seat_legroom_reduced_24px.svg'),(2836,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_airline_seat_recline_extra_24px.svg'),(2837,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_airline_seat_recline_normal_24px.svg'),(2838,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_bluetooth_audio_24px.svg'),(2839,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_confirmation_number_24px.svg'),(2840,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_disc_full_24px.svg'),(2841,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_do_not_disturb_24px.svg'),(2842,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_do_not_disturb_alt_24px.svg'),(2843,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_drive_eta_24px.svg'),(2844,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_enhanced_encryption_24px.svg'),(2845,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_event_available_24px.svg'),(2846,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_event_busy_24px.svg'),(2847,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_event_note_24px.svg'),(2848,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_folder_special_24px.svg'),(2849,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_live_tv_24px.svg'),(2850,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_mms_24px.svg'),(2851,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_more_24px.svg'),(2852,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_network_check_24px.svg'),(2853,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_network_locked_24px.svg'),(2854,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_no_encryption_24px.svg'),(2855,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_ondemand_video_24px.svg'),(2856,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_personal_video_24px.svg'),(2857,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_phone_bluetooth_speaker_24px.svg'),(2858,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_phone_forwarded_24px.svg'),(2859,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_phone_in_talk_24px.svg'),(2860,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_phone_locked_24px.svg'),(2861,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_phone_missed_24px.svg'),(2862,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_phone_paused_24px.svg'),(2863,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_power_24px.svg'),(2864,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_rv_hookup_24px.svg'),(2865,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_sd_card_24px.svg'),(2866,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_sim_card_alert_24px.svg'),(2867,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_sms_24px.svg'),(2868,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_sms_failed_24px.svg'),(2869,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_sync_24px.svg'),(2870,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_sync_disabled_24px.svg'),(2871,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_sync_problem_24px.svg'),(2872,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_system_update_24px.svg'),(2873,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_tap_and_play_24px.svg'),(2874,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_time_to_leave_24px.svg'),(2875,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_vibration_24px.svg'),(2876,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_voice_chat_24px.svg'),(2877,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_vpn_lock_24px.svg'),(2878,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_wc_24px.svg'),(2879,'wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_wifi_24px.svg'),(2880,'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_ac_unit_24px.svg'),(2881,'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_airport_shuttle_24px.svg'),(2882,'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_all_inclusive_24px.svg'),(2883,'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_beach_access_24px.svg'),(2884,'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_business_center_24px.svg'),(2885,'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_casino_24px.svg'),(2886,'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_child_care_24px.svg'),(2887,'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_child_friendly_24px.svg'),(2888,'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_fitness_center_24px.svg'),(2889,'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_free_breakfast_24px.svg'),(2890,'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_golf_course_24px.svg'),(2891,'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_hot_tub_24px.svg'),(2892,'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_kitchen_24px.svg'),(2893,'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_pool_24px.svg'),(2894,'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_room_service_24px.svg'),(2895,'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_smoke_free_24px.svg'),(2896,'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_smoking_rooms_24px.svg'),(2897,'wp-content/plugins/revslider/public/assets/assets/svg/places/ic_spa_24px.svg'),(2898,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_cake_24px.svg'),(2899,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_domain_24px.svg'),(2900,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_group_24px.svg'),(2901,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_group_add_24px.svg'),(2902,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_location_city_24px.svg'),(2903,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_mood_24px.svg'),(2904,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_mood_bad_24px.svg'),(2905,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_notifications_24px.svg'),(2906,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_notifications_active_24px.svg'),(2907,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_notifications_none_24px.svg'),(2908,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_notifications_off_24px.svg'),(2909,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_notifications_paused_24px.svg'),(2910,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_pages_24px.svg'),(2911,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_party_mode_24px.svg'),(2912,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_people_24px.svg'),(2913,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_people_outline_24px.svg'),(2914,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_person_24px.svg'),(2915,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_person_add_24px.svg'),(2916,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_person_outline_24px.svg'),(2917,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_plus_one_24px.svg'),(2918,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_poll_24px.svg'),(2919,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_public_24px.svg'),(2920,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_school_24px.svg'),(2921,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_share_24px.svg'),(2922,'wp-content/plugins/revslider/public/assets/assets/svg/social/ic_whatshot_24px.svg'),(2923,'wp-content/plugins/revslider/public/assets/assets/svg/toggle/ic_check_box_24px.svg'),(2924,'wp-content/plugins/revslider/public/assets/assets/svg/toggle/ic_check_box_outline_blank_24px.svg'),(2925,'wp-content/plugins/revslider/public/assets/assets/svg/toggle/ic_indeterminate_check_box_24px.svg'),(2926,'wp-content/plugins/revslider/public/assets/assets/svg/toggle/ic_radio_button_checked_24px.svg'),(2927,'wp-content/plugins/revslider/public/assets/assets/svg/toggle/ic_radio_button_unchecked_24px.svg'),(2928,'wp-content/plugins/revslider/public/assets/assets/svg/toggle/ic_star_24px.svg'),(2929,'wp-content/plugins/revslider/public/assets/assets/svg/toggle/ic_star_border_24px.svg'),(2930,'wp-content/plugins/revslider/public/assets/assets/svg/toggle/ic_star_half_24px.svg'),(2931,'wp-content/plugins/revslider/public/assets/css/index.php'),(2932,'wp-content/plugins/revslider/public/assets/fonts/font-awesome/fonts/fontawesome-webfont.svg'),(2933,'wp-content/plugins/revslider/public/assets/fonts/font-awesome/index.php'),(2934,'wp-content/plugins/revslider/public/assets/fonts/index.php'),(2935,'wp-content/plugins/revslider/public/assets/fonts/material/MaterialIcons-Regular.svg'),(2936,'wp-content/plugins/revslider/public/assets/fonts/pe-icon-7-stroke/css/index.php'),(2937,'wp-content/plugins/revslider/public/assets/fonts/pe-icon-7-stroke/fonts/Pe-icon-7-stroke.svg'),(2938,'wp-content/plugins/revslider/public/assets/fonts/pe-icon-7-stroke/fonts/index.php'),(2939,'wp-content/plugins/revslider/public/assets/fonts/pe-icon-7-stroke/index.php'),(2940,'wp-content/plugins/revslider/public/assets/fonts/revicons/index.php'),(2941,'wp-content/plugins/revslider/public/assets/fonts/revicons/revicons.svg'),(2942,'wp-content/plugins/revslider/public/assets/index.php'),(2943,'wp-content/plugins/revslider/public/assets/js/index.php'),(2944,'wp-content/plugins/revslider/public/assets/js/rbtools.min.js'),(2945,'wp-content/plugins/revslider/public/assets/js/rs6.min.js'),(2946,'wp-content/plugins/revslider/public/includes/functions-public.class.php'),(2947,'wp-content/plugins/revslider/public/index.php'),(2948,'wp-content/plugins/revslider/public/revslider-front.class.php'),(2949,'wp-content/plugins/revslider/public/views/revslider-page-template.php'),(2950,'wp-content/plugins/revslider/release_log.html'),(2951,'wp-content/plugins/revslider/revslider.php'),(2952,'wp-content/plugins/revslider/uninstall.php'),(2953,'wp-content/plugins/revslider/welcome.html'),(2954,'wp-content/plugins/testimonials-showcase/form/Akismet.class.php'),(2955,'wp-content/plugins/testimonials-showcase/form/form-class.php'),(2956,'wp-content/plugins/testimonials-showcase/form/form.php'),(2957,'wp-content/plugins/testimonials-showcase/form/js/jquery.validation.js'),(2958,'wp-content/plugins/testimonials-showcase/img/icon.svg'),(2959,'wp-content/plugins/testimonials-showcase/includes/class-addons.php'),(2960,'wp-content/plugins/testimonials-showcase/includes/class-cpt.php'),(2961,'wp-content/plugins/testimonials-showcase/includes/class-layouts.php'),(2962,'wp-content/plugins/testimonials-showcase/includes/class-ordering.php'),(2963,'wp-content/plugins/testimonials-showcase/includes/class-settings.php'),(2964,'wp-content/plugins/testimonials-showcase/includes/class-shortcodes.php'),(2965,'wp-content/plugins/testimonials-showcase/includes/class-visual-composer.php'),(2966,'wp-content/plugins/testimonials-showcase/includes/class-widget.php'),(2967,'wp-content/plugins/testimonials-showcase/includes/cmshowcase-class.php'),(2968,'wp-content/plugins/testimonials-showcase/includes/js/ordering.js'),(2969,'wp-content/plugins/testimonials-showcase/includes/js/shortcode_generator.js'),(2970,'wp-content/plugins/testimonials-showcase/includes/js/visual_composer.js'),(2971,'wp-content/plugins/testimonials-showcase/includes/layers-extension.php'),(2972,'wp-content/plugins/testimonials-showcase/includes/layers-widget.php'),(2973,'wp-content/plugins/testimonials-showcase/includes/utils-advanced.php'),(2974,'wp-content/plugins/testimonials-showcase/includes/utils.php'),(2975,'wp-content/plugins/testimonials-showcase/layouts/averagebox/layout.php'),(2976,'wp-content/plugins/testimonials-showcase/layouts/grid/js/colorbox.js'),(2977,'wp-content/plugins/testimonials-showcase/layouts/grid/js/filter-enhance.js'),(2978,'wp-content/plugins/testimonials-showcase/layouts/grid/js/filter-isotope.js'),(2979,'wp-content/plugins/testimonials-showcase/layouts/grid/js/filter.js'),(2980,'wp-content/plugins/testimonials-showcase/layouts/grid/js/imagesloaded.pkgd.min.js'),(2981,'wp-content/plugins/testimonials-showcase/layouts/grid/js/isotope.pkgd.min.js'),(2982,'wp-content/plugins/testimonials-showcase/layouts/grid/js/masonry.layout.js'),(2983,'wp-content/plugins/testimonials-showcase/layouts/grid/js/shortcode.js'),(2984,'wp-content/plugins/testimonials-showcase/layouts/grid/layout.php'),(2985,'wp-content/plugins/testimonials-showcase/layouts/slider/js/colorbox-shortcode.js'),(2986,'wp-content/plugins/testimonials-showcase/layouts/slider/js/colorbox.js'),(2987,'wp-content/plugins/testimonials-showcase/layouts/slider/js/slider-shortcode.js'),(2988,'wp-content/plugins/testimonials-showcase/layouts/slider/js/slider.js'),(2989,'wp-content/plugins/testimonials-showcase/layouts/slider/layout.php'),(2990,'wp-content/plugins/testimonials-showcase/options.php'),(2991,'wp-content/plugins/testimonials-showcase/resources/bxslider/jquery.bxslider.js'),(2992,'wp-content/plugins/testimonials-showcase/resources/bxslider/jquery.bxslider.min.js'),(2993,'wp-content/plugins/testimonials-showcase/resources/bxslider/plugins/jquery.easing.1.3.js'),(2994,'wp-content/plugins/testimonials-showcase/resources/bxslider/plugins/jquery.fitvids.js'),(2995,'wp-content/plugins/testimonials-showcase/resources/bxslider/vendor/jquery.easing.1.3.js'),(2996,'wp-content/plugins/testimonials-showcase/resources/bxslider/vendor/jquery.fitvids.js'),(2997,'wp-content/plugins/testimonials-showcase/resources/colorbox/i18n/jquery.colorbox-ar.js'),(2998,'wp-content/plugins/testimonials-showcase/resources/colorbox/i18n/jquery.colorbox-bg.js'),(2999,'wp-content/plugins/testimonials-showcase/resources/colorbox/i18n/jquery.colorbox-ca.js'),(3000,'wp-content/plugins/testimonials-showcase/resources/colorbox/i18n/jquery.colorbox-cs.js'),(3001,'wp-content/plugins/testimonials-showcase/resources/colorbox/i18n/jquery.colorbox-da.js'),(3002,'wp-content/plugins/testimonials-showcase/resources/colorbox/i18n/jquery.colorbox-de.js'),(3003,'wp-content/plugins/testimonials-showcase/resources/colorbox/i18n/jquery.colorbox-es.js'),(3004,'wp-content/plugins/testimonials-showcase/resources/colorbox/i18n/jquery.colorbox-et.js'),(3005,'wp-content/plugins/testimonials-showcase/resources/colorbox/i18n/jquery.colorbox-fa.js'),(3006,'wp-content/plugins/testimonials-showcase/resources/colorbox/i18n/jquery.colorbox-fi.js'),(3007,'wp-content/plugins/testimonials-showcase/resources/colorbox/i18n/jquery.colorbox-fr.js'),(3008,'wp-content/plugins/testimonials-showcase/resources/colorbox/i18n/jquery.colorbox-gl.js'),(3009,'wp-content/plugins/testimonials-showcase/resources/colorbox/i18n/jquery.colorbox-he.js'),(3010,'wp-content/plugins/testimonials-showcase/resources/colorbox/i18n/jquery.colorbox-hr.js'),(3011,'wp-content/plugins/testimonials-showcase/resources/colorbox/i18n/jquery.colorbox-hu.js'),(3012,'wp-content/plugins/testimonials-showcase/resources/colorbox/i18n/jquery.colorbox-id.js'),(3013,'wp-content/plugins/testimonials-showcase/resources/colorbox/i18n/jquery.colorbox-it.js'),(3014,'wp-content/plugins/testimonials-showcase/resources/colorbox/i18n/jquery.colorbox-ja.js'),(3015,'wp-content/plugins/testimonials-showcase/resources/colorbox/i18n/jquery.colorbox-kr.js'),(3016,'wp-content/plugins/testimonials-showcase/resources/colorbox/i18n/jquery.colorbox-lv.js'),(3017,'wp-content/plugins/testimonials-showcase/resources/colorbox/i18n/jquery.colorbox-nl.js'),(3018,'wp-content/plugins/testimonials-showcase/resources/colorbox/i18n/jquery.colorbox-no.js'),(3019,'wp-content/plugins/testimonials-showcase/resources/colorbox/i18n/jquery.colorbox-pl.js'),(3020,'wp-content/plugins/testimonials-showcase/resources/colorbox/i18n/jquery.colorbox-pt-br.js'),(3021,'wp-content/plugins/testimonials-showcase/resources/colorbox/i18n/jquery.colorbox-ro.js'),(3022,'wp-content/plugins/testimonials-showcase/resources/colorbox/i18n/jquery.colorbox-ru.js'),(3023,'wp-content/plugins/testimonials-showcase/resources/colorbox/i18n/jquery.colorbox-si.js'),(3024,'wp-content/plugins/testimonials-showcase/resources/colorbox/i18n/jquery.colorbox-sk.js'),(3025,'wp-content/plugins/testimonials-showcase/resources/colorbox/i18n/jquery.colorbox-sr.js'),(3026,'wp-content/plugins/testimonials-showcase/resources/colorbox/i18n/jquery.colorbox-sv.js'),(3027,'wp-content/plugins/testimonials-showcase/resources/colorbox/i18n/jquery.colorbox-tr.js'),(3028,'wp-content/plugins/testimonials-showcase/resources/colorbox/i18n/jquery.colorbox-uk.js'),(3029,'wp-content/plugins/testimonials-showcase/resources/colorbox/i18n/jquery.colorbox-zh-CN.js'),(3030,'wp-content/plugins/testimonials-showcase/resources/colorbox/i18n/jquery.colorbox-zh-TW.js'),(3031,'wp-content/plugins/testimonials-showcase/resources/colorbox/jquery.colorbox-min.js'),(3032,'wp-content/plugins/testimonials-showcase/resources/colorbox/jquery.colorbox.js'),(3033,'wp-content/plugins/testimonials-showcase/resources/font-awesome/fonts/fontawesome-webfont.svg'),(3034,'wp-content/plugins/testimonials-showcase/resources/masonry/masonry.pkgd.min.js'),(3035,'wp-content/plugins/testimonials-showcase/ttshowcase.php'),(3036,'wp-content/plugins/w3-total-cache/Base_Page_Settings.php'),(3037,'wp-content/plugins/w3-total-cache/BrowserCache_ConfigLabels.php'),(3038,'wp-content/plugins/w3-total-cache/BrowserCache_Core.php'),(3039,'wp-content/plugins/w3-total-cache/BrowserCache_Environment.php'),(3040,'wp-content/plugins/w3-total-cache/BrowserCache_Environment_Nginx.php'),(3041,'wp-content/plugins/w3-total-cache/BrowserCache_Page.php'),(3042,'wp-content/plugins/w3-total-cache/BrowserCache_Page_View_QuickReference.php'),(3043,'wp-content/plugins/w3-total-cache/BrowserCache_Page_View_SectionSecurity.php'),(3044,'wp-content/plugins/w3-total-cache/BrowserCache_Plugin.php'),(3045,'wp-content/plugins/w3-total-cache/BrowserCache_Plugin_Admin.php'),(3046,'wp-content/plugins/w3-total-cache/Cache.php'),(3047,'wp-content/plugins/w3-total-cache/CacheFlush.php'),(3048,'wp-content/plugins/w3-total-cache/CacheFlush_Locally.php'),(3049,'wp-content/plugins/w3-total-cache/CacheGroups_Plugin_Admin.php'),(3050,'wp-content/plugins/w3-total-cache/CacheGroups_Plugin_Admin_View.js'),(3051,'wp-content/plugins/w3-total-cache/CacheGroups_Plugin_Admin_View.php'),(3052,'wp-content/plugins/w3-total-cache/Cache_Apc.php'),(3053,'wp-content/plugins/w3-total-cache/Cache_Apcu.php'),(3054,'wp-content/plugins/w3-total-cache/Cache_Base.php'),(3055,'wp-content/plugins/w3-total-cache/Cache_Eaccelerator.php'),(3056,'wp-content/plugins/w3-total-cache/Cache_File.php'),(3057,'wp-content/plugins/w3-total-cache/Cache_File_Cleaner.php'),(3058,'wp-content/plugins/w3-total-cache/Cache_File_Cleaner_Generic.php'),(3059,'wp-content/plugins/w3-total-cache/Cache_File_Cleaner_Generic_HardDelete.php'),(3060,'wp-content/plugins/w3-total-cache/Cache_File_Generic.php'),(3061,'wp-content/plugins/w3-total-cache/Cache_Memcache.php'),(3062,'wp-content/plugins/w3-total-cache/Cache_Memcached.php'),(3063,'wp-content/plugins/w3-total-cache/Cache_Memcached_Stats.php'),(3064,'wp-content/plugins/w3-total-cache/Cache_Nginx_Memcached.php'),(3065,'wp-content/plugins/w3-total-cache/Cache_Redis.php'),(3066,'wp-content/plugins/w3-total-cache/Cache_Wincache.php'),(3067,'wp-content/plugins/w3-total-cache/Cache_Xcache.php'),(3068,'wp-content/plugins/w3-total-cache/CdnEngine.php'),(3069,'wp-content/plugins/w3-total-cache/CdnEngine_Azure.php'),(3070,'wp-content/plugins/w3-total-cache/CdnEngine_Base.php'),(3071,'wp-content/plugins/w3-total-cache/CdnEngine_CloudFront.php'),(3072,'wp-content/plugins/w3-total-cache/CdnEngine_Ftp.php'),(3073,'wp-content/plugins/w3-total-cache/CdnEngine_GoogleDrive.php'),(3074,'wp-content/plugins/w3-total-cache/CdnEngine_Mirror.php'),(3075,'wp-content/plugins/w3-total-cache/CdnEngine_Mirror_Akamai.php'),(3076,'wp-content/plugins/w3-total-cache/CdnEngine_Mirror_Att.php'),(3077,'wp-content/plugins/w3-total-cache/CdnEngine_Mirror_CloudFront.php'),(3078,'wp-content/plugins/w3-total-cache/CdnEngine_Mirror_Cotendo.php'),(3079,'wp-content/plugins/w3-total-cache/CdnEngine_Mirror_Edgecast.php'),(3080,'wp-content/plugins/w3-total-cache/CdnEngine_Mirror_Highwinds.php'),(3081,'wp-content/plugins/w3-total-cache/CdnEngine_Mirror_LimeLight.php'),(3082,'wp-content/plugins/w3-total-cache/CdnEngine_Mirror_MaxCdn.php'),(3083,'wp-content/plugins/w3-total-cache/CdnEngine_Mirror_RackSpaceCdn.php'),(3084,'wp-content/plugins/w3-total-cache/CdnEngine_Mirror_StackPath.php'),(3085,'wp-content/plugins/w3-total-cache/CdnEngine_Mirror_StackPath2.php'),(3086,'wp-content/plugins/w3-total-cache/CdnEngine_RackSpaceCloudFiles.php'),(3087,'wp-content/plugins/w3-total-cache/CdnEngine_S3.php'),(3088,'wp-content/plugins/w3-total-cache/CdnEngine_S3_Compatible.php'),(3089,'wp-content/plugins/w3-total-cache/Cdn_AdminActions.php'),(3090,'wp-content/plugins/w3-total-cache/Cdn_AdminNotes.php'),(3091,'wp-content/plugins/w3-total-cache/Cdn_CacheFlush.php'),(3092,'wp-content/plugins/w3-total-cache/Cdn_ConfigLabels.php'),(3093,'wp-content/plugins/w3-total-cache/Cdn_Core.php'),(3094,'wp-content/plugins/w3-total-cache/Cdn_Core_Admin.php'),(3095,'wp-content/plugins/w3-total-cache/Cdn_Environment.php'),(3096,'wp-content/plugins/w3-total-cache/Cdn_Environment_Nginx.php'),(3097,'wp-content/plugins/w3-total-cache/Cdn_GeneralPage_View.php'),(3098,'wp-content/plugins/w3-total-cache/Cdn_GoogleDrive_AdminActions.php'),(3099,'wp-content/plugins/w3-total-cache/Cdn_GoogleDrive_Page.php'),(3100,'wp-content/plugins/w3-total-cache/Cdn_GoogleDrive_Page_View.js'),(3101,'wp-content/plugins/w3-total-cache/Cdn_GoogleDrive_Page_View.php'),(3102,'wp-content/plugins/w3-total-cache/Cdn_GoogleDrive_Popup_AuthReturn.php'),(3103,'wp-content/plugins/w3-total-cache/Cdn_GoogleDrive_Popup_AuthReturn_View.php'),(3104,'wp-content/plugins/w3-total-cache/Cdn_Highwinds_Api.php'),(3105,'wp-content/plugins/w3-total-cache/Cdn_Highwinds_Page.php'),(3106,'wp-content/plugins/w3-total-cache/Cdn_Highwinds_Page_View.js'),(3107,'wp-content/plugins/w3-total-cache/Cdn_Highwinds_Page_View.php'),(3108,'wp-content/plugins/w3-total-cache/Cdn_Highwinds_Popup.php'),(3109,'wp-content/plugins/w3-total-cache/Cdn_Highwinds_Popup_View_ConfigureCnamesForm.php'),(3110,'wp-content/plugins/w3-total-cache/Cdn_Highwinds_Popup_View_Intro.php'),(3111,'wp-content/plugins/w3-total-cache/Cdn_Highwinds_Popup_View_SelectHost.php'),(3112,'wp-content/plugins/w3-total-cache/Cdn_Highwinds_Widget.php'),(3113,'wp-content/plugins/w3-total-cache/Cdn_Highwinds_Widget_View.css'),(3114,'wp-content/plugins/w3-total-cache/Cdn_Highwinds_Widget_View.js'),(3115,'wp-content/plugins/w3-total-cache/Cdn_Highwinds_Widget_View.php'),(3116,'wp-content/plugins/w3-total-cache/Cdn_Highwinds_Widget_View_NotConfigured.php'),(3117,'wp-content/plugins/w3-total-cache/Cdn_LimeLight_Page.php'),(3118,'wp-content/plugins/w3-total-cache/Cdn_LimeLight_Page_View.js'),(3119,'wp-content/plugins/w3-total-cache/Cdn_LimeLight_Page_View.php'),(3120,'wp-content/plugins/w3-total-cache/Cdn_LimeLight_Popup.php'),(3121,'wp-content/plugins/w3-total-cache/Cdn_LimeLight_Popup_View_Intro.php'),(3122,'wp-content/plugins/w3-total-cache/Cdn_LimeLight_Popup_View_Success.php'),(3123,'wp-content/plugins/w3-total-cache/Cdn_MaxCdn_Page.php'),(3124,'wp-content/plugins/w3-total-cache/Cdn_MaxCdn_Page_View.js'),(3125,'wp-content/plugins/w3-total-cache/Cdn_MaxCdn_Page_View.php'),(3126,'wp-content/plugins/w3-total-cache/Cdn_MaxCdn_Popup.php'),(3127,'wp-content/plugins/w3-total-cache/Cdn_MaxCdn_Popup_View_Intro.php'),(3128,'wp-content/plugins/w3-total-cache/Cdn_MaxCdn_Popup_View_Success.php'),(3129,'wp-content/plugins/w3-total-cache/Cdn_MaxCdn_Popup_View_Zone.php'),(3130,'wp-content/plugins/w3-total-cache/Cdn_MaxCdn_Popup_View_Zones.php'),(3131,'wp-content/plugins/w3-total-cache/Cdn_Page.php'),(3132,'wp-content/plugins/w3-total-cache/Cdn_Page_View_Fsd_HeaderActions.php'),(3133,'wp-content/plugins/w3-total-cache/Cdn_Page_View_Header.php'),(3134,'wp-content/plugins/w3-total-cache/Cdn_Plugin.php'),(3135,'wp-content/plugins/w3-total-cache/Cdn_Plugin_Admin.php'),(3136,'wp-content/plugins/w3-total-cache/Cdn_Plugin_WidgetMaxCdn.php'),(3137,'wp-content/plugins/w3-total-cache/Cdn_Plugin_WidgetMaxCdn_View.css'),(3138,'wp-content/plugins/w3-total-cache/Cdn_Plugin_WidgetMaxCdn_View.js'),(3139,'wp-content/plugins/w3-total-cache/Cdn_Plugin_WidgetMaxCdn_View_Authorized.php'),(3140,'wp-content/plugins/w3-total-cache/Cdn_Plugin_WidgetMaxCdn_View_Unauthorized.php'),(3141,'wp-content/plugins/w3-total-cache/Cdn_RackSpaceCdn_AdminActions.php'),(3142,'wp-content/plugins/w3-total-cache/Cdn_RackSpaceCdn_Page.php'),(3143,'wp-content/plugins/w3-total-cache/Cdn_RackSpaceCdn_Page_View.js'),(3144,'wp-content/plugins/w3-total-cache/Cdn_RackSpaceCdn_Page_View.php'),(3145,'wp-content/plugins/w3-total-cache/Cdn_RackSpaceCdn_Popup.php'),(3146,'wp-content/plugins/w3-total-cache/Cdn_RackSpaceCdn_Popup_View_ConfigureDomains.php'),(3147,'wp-content/plugins/w3-total-cache/Cdn_RackSpaceCdn_Popup_View_Intro.php'),(3148,'wp-content/plugins/w3-total-cache/Cdn_RackSpaceCdn_Popup_View_Regions.php'),(3149,'wp-content/plugins/w3-total-cache/Cdn_RackSpaceCdn_Popup_View_Service_Actualize.php'),(3150,'wp-content/plugins/w3-total-cache/Cdn_RackSpaceCdn_Popup_View_Service_Create.php'),(3151,'wp-content/plugins/w3-total-cache/Cdn_RackSpaceCdn_Popup_View_Service_Created.php'),(3152,'wp-content/plugins/w3-total-cache/Cdn_RackSpaceCdn_Popup_View_Services.php'),(3153,'wp-content/plugins/w3-total-cache/Cdn_RackSpaceCloudFiles_Page.php'),(3154,'wp-content/plugins/w3-total-cache/Cdn_RackSpaceCloudFiles_Page_View.js'),(3155,'wp-content/plugins/w3-total-cache/Cdn_RackSpaceCloudFiles_Page_View.php'),(3156,'wp-content/plugins/w3-total-cache/Cdn_RackSpaceCloudFiles_Popup.php'),(3157,'wp-content/plugins/w3-total-cache/Cdn_RackSpaceCloudFiles_Popup_View_Containers.php'),(3158,'wp-content/plugins/w3-total-cache/Cdn_RackSpaceCloudFiles_Popup_View_Intro.php'),(3159,'wp-content/plugins/w3-total-cache/Cdn_RackSpaceCloudFiles_Popup_View_Regions.php'),(3160,'wp-content/plugins/w3-total-cache/Cdn_RackSpace_Api_CaCert-example.pem'),(3161,'wp-content/plugins/w3-total-cache/Cdn_RackSpace_Api_Cdn.php'),(3162,'wp-content/plugins/w3-total-cache/Cdn_RackSpace_Api_CloudFiles.php'),(3163,'wp-content/plugins/w3-total-cache/Cdn_RackSpace_Api_CloudFilesCdn.php'),(3164,'wp-content/plugins/w3-total-cache/Cdn_RackSpace_Api_Tokens.php'),(3165,'wp-content/plugins/w3-total-cache/Cdn_StackPath2_Api.php'),(3166,'wp-content/plugins/w3-total-cache/Cdn_StackPath2_Page.php'),(3167,'wp-content/plugins/w3-total-cache/Cdn_StackPath2_Page_View.js'),(3168,'wp-content/plugins/w3-total-cache/Cdn_StackPath2_Page_View.php'),(3169,'wp-content/plugins/w3-total-cache/Cdn_StackPath2_Popup.php'),(3170,'wp-content/plugins/w3-total-cache/Cdn_StackPath2_Popup_View_Intro.php'),(3171,'wp-content/plugins/w3-total-cache/Cdn_StackPath2_Popup_View_Sites.php'),(3172,'wp-content/plugins/w3-total-cache/Cdn_StackPath2_Popup_View_Stacks.php'),(3173,'wp-content/plugins/w3-total-cache/Cdn_StackPath2_Popup_View_Success.php'),(3174,'wp-content/plugins/w3-total-cache/Cdn_StackPath2_Widget.php'),(3175,'wp-content/plugins/w3-total-cache/Cdn_StackPath2_Widget_View.css'),(3176,'wp-content/plugins/w3-total-cache/Cdn_StackPath2_Widget_View.js'),(3177,'wp-content/plugins/w3-total-cache/Cdn_StackPath2_Widget_View_Authorized.php'),(3178,'wp-content/plugins/w3-total-cache/Cdn_StackPath2_Widget_View_Unauthorized.php'),(3179,'wp-content/plugins/w3-total-cache/Cdn_StackPath_Api.php'),(3180,'wp-content/plugins/w3-total-cache/Cdn_StackPath_Page.php'),(3181,'wp-content/plugins/w3-total-cache/Cdn_StackPath_Page_View.js'),(3182,'wp-content/plugins/w3-total-cache/Cdn_StackPath_Page_View.php'),(3183,'wp-content/plugins/w3-total-cache/Cdn_StackPath_Popup.php'),(3184,'wp-content/plugins/w3-total-cache/Cdn_StackPath_Popup_View_Intro.php'),(3185,'wp-content/plugins/w3-total-cache/Cdn_StackPath_Popup_View_Success.php'),(3186,'wp-content/plugins/w3-total-cache/Cdn_StackPath_Popup_View_Zone.php'),(3187,'wp-content/plugins/w3-total-cache/Cdn_StackPath_Popup_View_Zones.php'),(3188,'wp-content/plugins/w3-total-cache/Cdn_StackPath_Widget.php'),(3189,'wp-content/plugins/w3-total-cache/Cdn_StackPath_Widget_View.css'),(3190,'wp-content/plugins/w3-total-cache/Cdn_StackPath_Widget_View.js'),(3191,'wp-content/plugins/w3-total-cache/Cdn_StackPath_Widget_View_Authorized.php'),(3192,'wp-content/plugins/w3-total-cache/Cdn_StackPath_Widget_View_Unauthorized.php'),(3193,'wp-content/plugins/w3-total-cache/Cdn_Util.php'),(3194,'wp-content/plugins/w3-total-cache/Cdnfsd_CacheFlush.php'),(3195,'wp-content/plugins/w3-total-cache/Cdnfsd_CloudFront_Engine.php'),(3196,'wp-content/plugins/w3-total-cache/Cdnfsd_CloudFront_Page.php'),(3197,'wp-content/plugins/w3-total-cache/Cdnfsd_CloudFront_Page_View.js'),(3198,'wp-content/plugins/w3-total-cache/Cdnfsd_CloudFront_Page_View.php'),(3199,'wp-content/plugins/w3-total-cache/Cdnfsd_CloudFront_Popup.php'),(3200,'wp-content/plugins/w3-total-cache/Cdnfsd_CloudFront_Popup_View_Distribution.php'),(3201,'wp-content/plugins/w3-total-cache/Cdnfsd_CloudFront_Popup_View_Distributions.php'),(3202,'wp-content/plugins/w3-total-cache/Cdnfsd_CloudFront_Popup_View_Intro.php'),(3203,'wp-content/plugins/w3-total-cache/Cdnfsd_CloudFront_Popup_View_Success.php'),(3204,'wp-content/plugins/w3-total-cache/Cdnfsd_Core.php'),(3205,'wp-content/plugins/w3-total-cache/Cdnfsd_GeneralPage_View.php'),(3206,'wp-content/plugins/w3-total-cache/Cdnfsd_LimeLight_Api.php'),(3207,'wp-content/plugins/w3-total-cache/Cdnfsd_LimeLight_Engine.php'),(3208,'wp-content/plugins/w3-total-cache/Cdnfsd_LimeLight_Page.php'),(3209,'wp-content/plugins/w3-total-cache/Cdnfsd_LimeLight_Page_View.js'),(3210,'wp-content/plugins/w3-total-cache/Cdnfsd_LimeLight_Page_View.php'),(3211,'wp-content/plugins/w3-total-cache/Cdnfsd_LimeLight_Popup.php'),(3212,'wp-content/plugins/w3-total-cache/Cdnfsd_LimeLight_Popup_View_Intro.php'),(3213,'wp-content/plugins/w3-total-cache/Cdnfsd_LimeLight_Popup_View_Success.php'),(3214,'wp-content/plugins/w3-total-cache/Cdnfsd_MaxCdn_Engine.php'),(3215,'wp-content/plugins/w3-total-cache/Cdnfsd_MaxCdn_Page.php'),(3216,'wp-content/plugins/w3-total-cache/Cdnfsd_MaxCdn_Page_View.js'),(3217,'wp-content/plugins/w3-total-cache/Cdnfsd_MaxCdn_Page_View.php'),(3218,'wp-content/plugins/w3-total-cache/Cdnfsd_MaxCdn_Popup.php'),(3219,'wp-content/plugins/w3-total-cache/Cdnfsd_MaxCdn_Popup_View_Intro.php'),(3220,'wp-content/plugins/w3-total-cache/Cdnfsd_MaxCdn_Popup_View_Success.php'),(3221,'wp-content/plugins/w3-total-cache/Cdnfsd_MaxCdn_Popup_View_Zone.php'),(3222,'wp-content/plugins/w3-total-cache/Cdnfsd_MaxCdn_Popup_View_Zones.php'),(3223,'wp-content/plugins/w3-total-cache/Cdnfsd_Page_View_Header.php'),(3224,'wp-content/plugins/w3-total-cache/Cdnfsd_Plugin.php'),(3225,'wp-content/plugins/w3-total-cache/Cdnfsd_Plugin_Admin.php'),(3226,'wp-content/plugins/w3-total-cache/Cdnfsd_StackPath2_Engine.php'),(3227,'wp-content/plugins/w3-total-cache/Cdnfsd_StackPath2_Page.php'),(3228,'wp-content/plugins/w3-total-cache/Cdnfsd_StackPath2_Page_View.js'),(3229,'wp-content/plugins/w3-total-cache/Cdnfsd_StackPath2_Page_View.php'),(3230,'wp-content/plugins/w3-total-cache/Cdnfsd_StackPath2_Popup.php'),(3231,'wp-content/plugins/w3-total-cache/Cdnfsd_StackPath2_Popup_View_Intro.php'),(3232,'wp-content/plugins/w3-total-cache/Cdnfsd_StackPath2_Popup_View_Sites.php'),(3233,'wp-content/plugins/w3-total-cache/Cdnfsd_StackPath2_Popup_View_Stacks.php'),(3234,'wp-content/plugins/w3-total-cache/Cdnfsd_StackPath2_Popup_View_Success.php'),(3235,'wp-content/plugins/w3-total-cache/Cdnfsd_StackPath_Engine.php'),(3236,'wp-content/plugins/w3-total-cache/Cdnfsd_StackPath_Page.php'),(3237,'wp-content/plugins/w3-total-cache/Cdnfsd_StackPath_Page_View.js'),(3238,'wp-content/plugins/w3-total-cache/Cdnfsd_StackPath_Page_View.php'),(3239,'wp-content/plugins/w3-total-cache/Cdnfsd_StackPath_Popup.php'),(3240,'wp-content/plugins/w3-total-cache/Cdnfsd_StackPath_Popup_View_Intro.php'),(3241,'wp-content/plugins/w3-total-cache/Cdnfsd_StackPath_Popup_View_Success.php'),(3242,'wp-content/plugins/w3-total-cache/Cdnfsd_StackPath_Popup_View_Zone.php'),(3243,'wp-content/plugins/w3-total-cache/Cdnfsd_StackPath_Popup_View_Zones.php'),(3244,'wp-content/plugins/w3-total-cache/Cdnfsd_TransparentCDN_Engine.php'),(3245,'wp-content/plugins/w3-total-cache/Cdnfsd_TransparentCDN_Page.php'),(3246,'wp-content/plugins/w3-total-cache/Cdnfsd_TransparentCDN_Page_View.js'),(3247,'wp-content/plugins/w3-total-cache/Cdnfsd_TransparentCDN_Page_View.php'),(3248,'wp-content/plugins/w3-total-cache/Cdnfsd_Util.php'),(3249,'wp-content/plugins/w3-total-cache/Cli.php'),(3250,'wp-content/plugins/w3-total-cache/Config.php'),(3251,'wp-content/plugins/w3-total-cache/ConfigCache.php'),(3252,'wp-content/plugins/w3-total-cache/ConfigCompiler.php'),(3253,'wp-content/plugins/w3-total-cache/ConfigDbStorage.php'),(3254,'wp-content/plugins/w3-total-cache/ConfigKeys.php'),(3255,'wp-content/plugins/w3-total-cache/ConfigState.php'),(3256,'wp-content/plugins/w3-total-cache/ConfigStateNote.php'),(3257,'wp-content/plugins/w3-total-cache/ConfigUtil.php'),(3258,'wp-content/plugins/w3-total-cache/DbCache_ConfigLabels.php'),(3259,'wp-content/plugins/w3-total-cache/DbCache_Core.php'),(3260,'wp-content/plugins/w3-total-cache/DbCache_Environment.php'),(3261,'wp-content/plugins/w3-total-cache/DbCache_Page.php'),(3262,'wp-content/plugins/w3-total-cache/DbCache_Plugin.php'),(3263,'wp-content/plugins/w3-total-cache/DbCache_Plugin_Admin.php'),(3264,'wp-content/plugins/w3-total-cache/DbCache_Wpdb.php'),(3265,'wp-content/plugins/w3-total-cache/DbCache_WpdbBase.php'),(3266,'wp-content/plugins/w3-total-cache/DbCache_WpdbInjection.php'),(3267,'wp-content/plugins/w3-total-cache/DbCache_WpdbInjection_QueryCaching.php'),(3268,'wp-content/plugins/w3-total-cache/DbCache_WpdbLegacy.php'),(3269,'wp-content/plugins/w3-total-cache/DbCache_WpdbNew.php'),(3270,'wp-content/plugins/w3-total-cache/Dispatcher.php'),(3271,'wp-content/plugins/w3-total-cache/Enterprise_CacheFlush_MakeSnsEvent.php'),(3272,'wp-content/plugins/w3-total-cache/Enterprise_Dbcache_WpdbInjection_Cluster.php'),(3273,'wp-content/plugins/w3-total-cache/Enterprise_SnsBase.php'),(3274,'wp-content/plugins/w3-total-cache/Enterprise_SnsServer.php'),(3275,'wp-content/plugins/w3-total-cache/Extension_Amp_Page_View.php'),(3276,'wp-content/plugins/w3-total-cache/Extension_Amp_Plugin.php'),(3277,'wp-content/plugins/w3-total-cache/Extension_Amp_Plugin_Admin.php'),(3278,'wp-content/plugins/w3-total-cache/Extension_CloudFlare_AdminActions.php'),(3279,'wp-content/plugins/w3-total-cache/Extension_CloudFlare_Api.php'),(3280,'wp-content/plugins/w3-total-cache/Extension_CloudFlare_Cdn_Page_View.php'),(3281,'wp-content/plugins/w3-total-cache/Extension_CloudFlare_GeneralPage_View.php'),(3282,'wp-content/plugins/w3-total-cache/Extension_CloudFlare_Page.php'),(3283,'wp-content/plugins/w3-total-cache/Extension_CloudFlare_Page_View.js'),(3284,'wp-content/plugins/w3-total-cache/Extension_CloudFlare_Page_View.php'),(3285,'wp-content/plugins/w3-total-cache/Extension_CloudFlare_Plugin.php'),(3286,'wp-content/plugins/w3-total-cache/Extension_CloudFlare_Plugin_Admin.php'),(3287,'wp-content/plugins/w3-total-cache/Extension_CloudFlare_Popup.php'),(3288,'wp-content/plugins/w3-total-cache/Extension_CloudFlare_Popup_View_Intro.php'),(3289,'wp-content/plugins/w3-total-cache/Extension_CloudFlare_Popup_View_Zones.php'),(3290,'wp-content/plugins/w3-total-cache/Extension_CloudFlare_SettingsForUi.php'),(3291,'wp-content/plugins/w3-total-cache/Extension_CloudFlare_View_Comments.css'),(3292,'wp-content/plugins/w3-total-cache/Extension_CloudFlare_View_Comments.js'),(3293,'wp-content/plugins/w3-total-cache/Extension_CloudFlare_View_Dashboard.js'),(3294,'wp-content/plugins/w3-total-cache/Extension_CloudFlare_Widget.php'),(3295,'wp-content/plugins/w3-total-cache/Extension_CloudFlare_Widget_Logo.png'),(3296,'wp-content/plugins/w3-total-cache/Extension_CloudFlare_Widget_View.css'),(3297,'wp-content/plugins/w3-total-cache/Extension_CloudFlare_Widget_View.php'),(3298,'wp-content/plugins/w3-total-cache/Extension_FeedBurner_Environment.php'),(3299,'wp-content/plugins/w3-total-cache/Extension_FeedBurner_Page.php'),(3300,'wp-content/plugins/w3-total-cache/Extension_FeedBurner_Page_View.php'),(3301,'wp-content/plugins/w3-total-cache/Extension_FeedBurner_Plugin.php'),(3302,'wp-content/plugins/w3-total-cache/Extension_FeedBurner_Plugin_Admin.php'),(3303,'wp-content/plugins/w3-total-cache/Extension_FragmentCache_Api.php'),(3304,'wp-content/plugins/w3-total-cache/Extension_FragmentCache_Core.php'),(3305,'wp-content/plugins/w3-total-cache/Extension_FragmentCache_Environment.php'),(3306,'wp-content/plugins/w3-total-cache/Extension_FragmentCache_GeneralPage.php'),(3307,'wp-content/plugins/w3-total-cache/Extension_FragmentCache_GeneralPage_View.php'),(3308,'wp-content/plugins/w3-total-cache/Extension_FragmentCache_Page.php'),(3309,'wp-content/plugins/w3-total-cache/Extension_FragmentCache_Page_View.php'),(3310,'wp-content/plugins/w3-total-cache/Extension_FragmentCache_Plugin.php'),(3311,'wp-content/plugins/w3-total-cache/Extension_FragmentCache_Plugin_Admin.php'),(3312,'wp-content/plugins/w3-total-cache/Extension_FragmentCache_WpObjectCache.php'),(3313,'wp-content/plugins/w3-total-cache/Extension_Genesis_Page.php'),(3314,'wp-content/plugins/w3-total-cache/Extension_Genesis_Page_View.php'),(3315,'wp-content/plugins/w3-total-cache/Extension_Genesis_Plugin.php'),(3316,'wp-content/plugins/w3-total-cache/Extension_Genesis_Plugin_Admin.php'),(3317,'wp-content/plugins/w3-total-cache/Extension_NewRelic_AdminActions.php'),(3318,'wp-content/plugins/w3-total-cache/Extension_NewRelic_AdminNotes.php'),(3319,'wp-content/plugins/w3-total-cache/Extension_NewRelic_Api.php'),(3320,'wp-content/plugins/w3-total-cache/Extension_NewRelic_Core.php'),(3321,'wp-content/plugins/w3-total-cache/Extension_NewRelic_GeneralPage.php'),(3322,'wp-content/plugins/w3-total-cache/Extension_NewRelic_GeneralPage_View.php'),(3323,'wp-content/plugins/w3-total-cache/Extension_NewRelic_Page.php'),(3324,'wp-content/plugins/w3-total-cache/Extension_NewRelic_Page_View_Apm.php'),(3325,'wp-content/plugins/w3-total-cache/Extension_NewRelic_Plugin.php'),(3326,'wp-content/plugins/w3-total-cache/Extension_NewRelic_Plugin_Admin.php'),(3327,'wp-content/plugins/w3-total-cache/Extension_NewRelic_Popup.php'),(3328,'wp-content/plugins/w3-total-cache/Extension_NewRelic_Popup_View.js'),(3329,'wp-content/plugins/w3-total-cache/Extension_NewRelic_Popup_View_Intro.php'),(3330,'wp-content/plugins/w3-total-cache/Extension_NewRelic_Popup_View_ListApplications.php'),(3331,'wp-content/plugins/w3-total-cache/Extension_NewRelic_Service.php'),(3332,'wp-content/plugins/w3-total-cache/Extension_NewRelic_Widget.php'),(3333,'wp-content/plugins/w3-total-cache/Extension_NewRelic_Widget_View.css'),(3334,'wp-content/plugins/w3-total-cache/Extension_NewRelic_Widget_View.js'),(3335,'wp-content/plugins/w3-total-cache/Extension_NewRelic_Widget_View_Apm.php'),(3336,'wp-content/plugins/w3-total-cache/Extension_NewRelic_Widget_View_Browser.php'),(3337,'wp-content/plugins/w3-total-cache/Extension_NewRelic_Widget_View_NotConfigured.php'),(3338,'wp-content/plugins/w3-total-cache/Extension_Swarmify_AdminActions.php'),(3339,'wp-content/plugins/w3-total-cache/Extension_Swarmify_Core.php'),(3340,'wp-content/plugins/w3-total-cache/Extension_Swarmify_Page.php'),(3341,'wp-content/plugins/w3-total-cache/Extension_Swarmify_Page_View.php'),(3342,'wp-content/plugins/w3-total-cache/Extension_Swarmify_Plugin.php'),(3343,'wp-content/plugins/w3-total-cache/Extension_Swarmify_Plugin_Admin.php'),(3344,'wp-content/plugins/w3-total-cache/Extension_Swarmify_Widget.php'),(3345,'wp-content/plugins/w3-total-cache/Extension_Swarmify_Widget_View.css'),(3346,'wp-content/plugins/w3-total-cache/Extension_Swarmify_Widget_View_NotConfigured.php'),(3347,'wp-content/plugins/w3-total-cache/Extension_WordPressSeo_Plugin.php'),(3348,'wp-content/plugins/w3-total-cache/Extension_WordPressSeo_Plugin_Admin.php'),(3349,'wp-content/plugins/w3-total-cache/Extension_Wpml_Plugin.php'),(3350,'wp-content/plugins/w3-total-cache/Extension_Wpml_Plugin_Admin.php'),(3351,'wp-content/plugins/w3-total-cache/Extensions_AdminActions.php'),(3352,'wp-content/plugins/w3-total-cache/Extensions_Page.php'),(3353,'wp-content/plugins/w3-total-cache/Extensions_Plugin_Admin.php'),(3354,'wp-content/plugins/w3-total-cache/Extensions_Util.php'),(3355,'wp-content/plugins/w3-total-cache/FeatureShowcase_Plugin_Admin.php'),(3356,'wp-content/plugins/w3-total-cache/FeatureShowcase_Plugin_Admin_View.php'),(3357,'wp-content/plugins/w3-total-cache/Generic_AdminActions_Config.php'),(3358,'wp-content/plugins/w3-total-cache/Generic_AdminActions_Default.php'),(3359,'wp-content/plugins/w3-total-cache/Generic_AdminActions_Flush.php'),(3360,'wp-content/plugins/w3-total-cache/Generic_AdminActions_Test.php'),(3361,'wp-content/plugins/w3-total-cache/Generic_AdminNotes.php'),(3362,'wp-content/plugins/w3-total-cache/Generic_ConfigLabels.php'),(3363,'wp-content/plugins/w3-total-cache/Generic_Environment.php'),(3364,'wp-content/plugins/w3-total-cache/Generic_Faq.php'),(3365,'wp-content/plugins/w3-total-cache/Generic_GeneralPage_View_ShowEdge.js'),(3366,'wp-content/plugins/w3-total-cache/Generic_GeneralPage_View_ShowSupportUs.js'),(3367,'wp-content/plugins/w3-total-cache/Generic_Page_About.php'),(3368,'wp-content/plugins/w3-total-cache/Generic_Page_Dashboard.php'),(3369,'wp-content/plugins/w3-total-cache/Generic_Page_Dashboard_View.css'),(3370,'wp-content/plugins/w3-total-cache/Generic_Page_General.php'),(3371,'wp-content/plugins/w3-total-cache/Generic_Page_Install.php'),(3372,'wp-content/plugins/w3-total-cache/Generic_Page_PurgeLog.php'),(3373,'wp-content/plugins/w3-total-cache/Generic_Page_PurgeLog_View.php'),(3374,'wp-content/plugins/w3-total-cache/Generic_Plugin.php'),(3375,'wp-content/plugins/w3-total-cache/Generic_Plugin_Admin.php'),(3376,'wp-content/plugins/w3-total-cache/Generic_Plugin_AdminCompatibility.php'),(3377,'wp-content/plugins/w3-total-cache/Generic_Plugin_AdminNotifications.php'),(3378,'wp-content/plugins/w3-total-cache/Generic_Plugin_AdminRowActions.php'),(3379,'wp-content/plugins/w3-total-cache/Generic_Plugin_Admin_View_Faq.php'),(3380,'wp-content/plugins/w3-total-cache/Generic_Plugin_WidgetForum.php'),(3381,'wp-content/plugins/w3-total-cache/Generic_Plugin_WidgetNews.php'),(3382,'wp-content/plugins/w3-total-cache/Generic_WidgetBoldGrid.php'),(3383,'wp-content/plugins/w3-total-cache/Generic_WidgetBoldGrid_AdminActions.php'),(3384,'wp-content/plugins/w3-total-cache/Generic_WidgetBoldGrid_Logo.svg'),(3385,'wp-content/plugins/w3-total-cache/Generic_WidgetBoldGrid_View.js'),(3386,'wp-content/plugins/w3-total-cache/Generic_WidgetBoldGrid_View.php'),(3387,'wp-content/plugins/w3-total-cache/Generic_WidgetCommunity.php'),(3388,'wp-content/plugins/w3-total-cache/Generic_WidgetCommunity_View.php'),(3389,'wp-content/plugins/w3-total-cache/Generic_WidgetServices.php'),(3390,'wp-content/plugins/w3-total-cache/Generic_WidgetServices_View.php'),(3391,'wp-content/plugins/w3-total-cache/Generic_WidgetSpreadTheWord.js'),(3392,'wp-content/plugins/w3-total-cache/Generic_WidgetSpreadTheWord_Plugin.php'),(3393,'wp-content/plugins/w3-total-cache/Generic_WidgetSpreadTheWord_View.php'),(3394,'wp-content/plugins/w3-total-cache/LICENSE'),(3395,'wp-content/plugins/w3-total-cache/Licensing_AdminActions.php'),(3396,'wp-content/plugins/w3-total-cache/Licensing_Core.php'),(3397,'wp-content/plugins/w3-total-cache/Licensing_Plugin_Admin.php'),(3398,'wp-content/plugins/w3-total-cache/Minify_AutoCss.php'),(3399,'wp-content/plugins/w3-total-cache/Minify_AutoJs.php'),(3400,'wp-content/plugins/w3-total-cache/Minify_ConfigLabels.php'),(3401,'wp-content/plugins/w3-total-cache/Minify_ContentMinifier.php'),(3402,'wp-content/plugins/w3-total-cache/Minify_Core.php'),(3403,'wp-content/plugins/w3-total-cache/Minify_Environment.php'),(3404,'wp-content/plugins/w3-total-cache/Minify_Extract.php'),(3405,'wp-content/plugins/w3-total-cache/Minify_GeneralPage_View_ShowHelp.js'),(3406,'wp-content/plugins/w3-total-cache/Minify_GeneralPage_View_ShowHelpForce.js'),(3407,'wp-content/plugins/w3-total-cache/Minify_HelpPopup_View.php'),(3408,'wp-content/plugins/w3-total-cache/Minify_MinifiedFileRequestHandler.php'),(3409,'wp-content/plugins/w3-total-cache/Minify_Page.php'),(3410,'wp-content/plugins/w3-total-cache/Minify_Plugin.php'),(3411,'wp-content/plugins/w3-total-cache/Minify_Plugin_Admin.php'),(3412,'wp-content/plugins/w3-total-cache/Mobile_Base.php'),(3413,'wp-content/plugins/w3-total-cache/Mobile_Redirect.php'),(3414,'wp-content/plugins/w3-total-cache/Mobile_Referrer.php'),(3415,'wp-content/plugins/w3-total-cache/Mobile_UserAgent.php'),(3416,'wp-content/plugins/w3-total-cache/ModuleStatus.php'),(3417,'wp-content/plugins/w3-total-cache/ObjectCache_ConfigLabels.php'),(3418,'wp-content/plugins/w3-total-cache/ObjectCache_Environment.php'),(3419,'wp-content/plugins/w3-total-cache/ObjectCache_Page.php'),(3420,'wp-content/plugins/w3-total-cache/ObjectCache_Page_View_PurgeLog.php'),(3421,'wp-content/plugins/w3-total-cache/ObjectCache_Plugin.php'),(3422,'wp-content/plugins/w3-total-cache/ObjectCache_Plugin_Admin.php'),(3423,'wp-content/plugins/w3-total-cache/ObjectCache_WpObjectCache.php'),(3424,'wp-content/plugins/w3-total-cache/ObjectCache_WpObjectCache_Regular.php'),(3425,'wp-content/plugins/w3-total-cache/PageSpeed_Api.php'),(3426,'wp-content/plugins/w3-total-cache/PageSpeed_Plugin_Widget.php'),(3427,'wp-content/plugins/w3-total-cache/PageSpeed_Widget_View.css'),(3428,'wp-content/plugins/w3-total-cache/PageSpeed_Widget_View.js'),(3429,'wp-content/plugins/w3-total-cache/PageSpeed_Widget_View.php'),(3430,'wp-content/plugins/w3-total-cache/PageSpeed_Widget_View_FromApi.php'),(3431,'wp-content/plugins/w3-total-cache/PageSpeed_Widget_View_NotConfigured.php'),(3432,'wp-content/plugins/w3-total-cache/PgCache_ConfigLabels.php'),(3433,'wp-content/plugins/w3-total-cache/PgCache_ContentGrabber.php'),(3434,'wp-content/plugins/w3-total-cache/PgCache_Environment.php'),(3435,'wp-content/plugins/w3-total-cache/PgCache_Flush.php'),(3436,'wp-content/plugins/w3-total-cache/PgCache_Page.php'),(3437,'wp-content/plugins/w3-total-cache/PgCache_Plugin.php'),(3438,'wp-content/plugins/w3-total-cache/PgCache_Plugin_Admin.php'),(3439,'wp-content/plugins/w3-total-cache/README.md'),(3440,'wp-content/plugins/w3-total-cache/Root_AdminActions.php'),(3441,'wp-content/plugins/w3-total-cache/Root_AdminActivation.php'),(3442,'wp-content/plugins/w3-total-cache/Root_AdminMenu.php'),(3443,'wp-content/plugins/w3-total-cache/Root_Environment.php'),(3444,'wp-content/plugins/w3-total-cache/Root_Loader.php'),(3445,'wp-content/plugins/w3-total-cache/SetupGuide_Plugin_Admin.php'),(3446,'wp-content/plugins/w3-total-cache/Support_AdminActions.php'),(3447,'wp-content/plugins/w3-total-cache/Support_Page.php'),(3448,'wp-content/plugins/w3-total-cache/Support_Page_View_DoneContent.php'),(3449,'wp-content/plugins/w3-total-cache/Support_Page_View_PageContent.php'),(3450,'wp-content/plugins/w3-total-cache/SystemOpCache_AdminActions.php'),(3451,'wp-content/plugins/w3-total-cache/SystemOpCache_Core.php'),(3452,'wp-content/plugins/w3-total-cache/SystemOpCache_GeneralPage_View.php'),(3453,'wp-content/plugins/w3-total-cache/SystemOpCache_Plugin_Admin.php'),(3454,'wp-content/plugins/w3-total-cache/UsageStatistics_AdminActions.php'),(3455,'wp-content/plugins/w3-total-cache/UsageStatistics_Core.php'),(3456,'wp-content/plugins/w3-total-cache/UsageStatistics_GeneralPage.php'),(3457,'wp-content/plugins/w3-total-cache/UsageStatistics_GeneralPage_View.php'),(3458,'wp-content/plugins/w3-total-cache/UsageStatistics_Page.php'),(3459,'wp-content/plugins/w3-total-cache/UsageStatistics_Page_DbRequests_View.php'),(3460,'wp-content/plugins/w3-total-cache/UsageStatistics_Page_ObjectCacheLog_View.php'),(3461,'wp-content/plugins/w3-total-cache/UsageStatistics_Page_PageCacheRequests_View.php'),(3462,'wp-content/plugins/w3-total-cache/UsageStatistics_Page_View.css'),(3463,'wp-content/plugins/w3-total-cache/UsageStatistics_Page_View.js'),(3464,'wp-content/plugins/w3-total-cache/UsageStatistics_Page_View.php'),(3465,'wp-content/plugins/w3-total-cache/UsageStatistics_Page_View_Ad.php'),(3466,'wp-content/plugins/w3-total-cache/UsageStatistics_Page_View_Disabled.php'),(3467,'wp-content/plugins/w3-total-cache/UsageStatistics_Page_View_Free.php'),(3468,'wp-content/plugins/w3-total-cache/UsageStatistics_Page_View_NoDebugMode.php'),(3469,'wp-content/plugins/w3-total-cache/UsageStatistics_Plugin.php'),(3470,'wp-content/plugins/w3-total-cache/UsageStatistics_Plugin_Admin.php'),(3471,'wp-content/plugins/w3-total-cache/UsageStatistics_Source_AccessLog.php'),(3472,'wp-content/plugins/w3-total-cache/UsageStatistics_Source_DbQueriesLog.php'),(3473,'wp-content/plugins/w3-total-cache/UsageStatistics_Source_ObjectCacheLog.php'),(3474,'wp-content/plugins/w3-total-cache/UsageStatistics_Source_PageCacheLog.php'),(3475,'wp-content/plugins/w3-total-cache/UsageStatistics_Source_Wpdb.php'),(3476,'wp-content/plugins/w3-total-cache/UsageStatistics_Sources.php'),(3477,'wp-content/plugins/w3-total-cache/UsageStatistics_Sources_Apc.php'),(3478,'wp-content/plugins/w3-total-cache/UsageStatistics_Sources_Memcached.php'),(3479,'wp-content/plugins/w3-total-cache/UsageStatistics_Sources_Redis.php'),(3480,'wp-content/plugins/w3-total-cache/UsageStatistics_StorageReader.php'),(3481,'wp-content/plugins/w3-total-cache/UsageStatistics_StorageWriter.php'),(3482,'wp-content/plugins/w3-total-cache/UsageStatistics_Widget.php'),(3483,'wp-content/plugins/w3-total-cache/UsageStatistics_Widget_View.js'),(3484,'wp-content/plugins/w3-total-cache/UsageStatistics_Widget_View.php'),(3485,'wp-content/plugins/w3-total-cache/UsageStatistics_Widget_View_Disabled.php'),(3486,'wp-content/plugins/w3-total-cache/UserExperience_Emoji_Extension.php'),(3487,'wp-content/plugins/w3-total-cache/UserExperience_GeneralPage.php'),(3488,'wp-content/plugins/w3-total-cache/UserExperience_GeneralPage_View.php'),(3489,'wp-content/plugins/w3-total-cache/UserExperience_LazyLoad_GoogleMaps_GoogleMapsEasy.php'),(3490,'wp-content/plugins/w3-total-cache/UserExperience_LazyLoad_GoogleMaps_WPGoogleMapPlugin.php'),(3491,'wp-content/plugins/w3-total-cache/UserExperience_LazyLoad_GoogleMaps_WPGoogleMaps.php'),(3492,'wp-content/plugins/w3-total-cache/UserExperience_LazyLoad_Mutator.php'),(3493,'wp-content/plugins/w3-total-cache/UserExperience_LazyLoad_Mutator_Picture.php'),(3494,'wp-content/plugins/w3-total-cache/UserExperience_LazyLoad_Mutator_Unmutable.php'),(3495,'wp-content/plugins/w3-total-cache/UserExperience_LazyLoad_Page_View.php'),(3496,'wp-content/plugins/w3-total-cache/UserExperience_LazyLoad_Plugin.php'),(3497,'wp-content/plugins/w3-total-cache/UserExperience_OEmbed_Extension.php'),(3498,'wp-content/plugins/w3-total-cache/UserExperience_Page.php'),(3499,'wp-content/plugins/w3-total-cache/UserExperience_Page_View.php'),(3500,'wp-content/plugins/w3-total-cache/UserExperience_Plugin_Admin.php'),(3501,'wp-content/plugins/w3-total-cache/UserExperience_Plugin_Jquery.php'),(3502,'wp-content/plugins/w3-total-cache/Util_Activation.php'),(3503,'wp-content/plugins/w3-total-cache/Util_Admin.php'),(3504,'wp-content/plugins/w3-total-cache/Util_AttachToActions.php'),(3505,'wp-content/plugins/w3-total-cache/Util_Bus.php'),(3506,'wp-content/plugins/w3-total-cache/Util_ConfigLabel.php'),(3507,'wp-content/plugins/w3-total-cache/Util_Content.php'),(3508,'wp-content/plugins/w3-total-cache/Util_Debug.php'),(3509,'wp-content/plugins/w3-total-cache/Util_DebugPurgeLog_Reader.php'),(3510,'wp-content/plugins/w3-total-cache/Util_Environment.php'),(3511,'wp-content/plugins/w3-total-cache/Util_Environment_Exception.php'),(3512,'wp-content/plugins/w3-total-cache/Util_Environment_Exceptions.php'),(3513,'wp-content/plugins/w3-total-cache/Util_File.php'),(3514,'wp-content/plugins/w3-total-cache/Util_Http.php'),(3515,'wp-content/plugins/w3-total-cache/Util_Installed.php'),(3516,'wp-content/plugins/w3-total-cache/Util_Mime.php'),(3517,'wp-content/plugins/w3-total-cache/Util_PageUrls.php'),(3518,'wp-content/plugins/w3-total-cache/Util_Request.php'),(3519,'wp-content/plugins/w3-total-cache/Util_Rule.php'),(3520,'wp-content/plugins/w3-total-cache/Util_Theme.php'),(3521,'wp-content/plugins/w3-total-cache/Util_Ui.php'),(3522,'wp-content/plugins/w3-total-cache/Util_UsageStatistics.php'),(3523,'wp-content/plugins/w3-total-cache/Util_Widget.php'),(3524,'wp-content/plugins/w3-total-cache/Util_WpFile.php'),(3525,'wp-content/plugins/w3-total-cache/Util_WpFile_FilesystemChmodException.php'),(3526,'wp-content/plugins/w3-total-cache/Util_WpFile_FilesystemCopyException.php'),(3527,'wp-content/plugins/w3-total-cache/Util_WpFile_FilesystemMkdirException.php'),(3528,'wp-content/plugins/w3-total-cache/Util_WpFile_FilesystemModifyException.php'),(3529,'wp-content/plugins/w3-total-cache/Util_WpFile_FilesystemOperationException.php'),(3530,'wp-content/plugins/w3-total-cache/Util_WpFile_FilesystemRmException.php'),(3531,'wp-content/plugins/w3-total-cache/Util_WpFile_FilesystemRmdirException.php'),(3532,'wp-content/plugins/w3-total-cache/Util_WpFile_FilesystemWriteException.php'),(3533,'wp-content/plugins/w3-total-cache/Util_WpmuBlogmap.php'),(3534,'wp-content/plugins/w3-total-cache/Varnish_Flush.php'),(3535,'wp-content/plugins/w3-total-cache/Varnish_Plugin.php'),(3536,'wp-content/plugins/w3-total-cache/extension-example/Extension_Example.php'),(3537,'wp-content/plugins/w3-total-cache/extension-example/Extension_Example_Admin.php'),(3538,'wp-content/plugins/w3-total-cache/extension-example/Extension_Example_Page_View.php'),(3539,'wp-content/plugins/w3-total-cache/extension-example/w3-total-cache-example.php'),(3540,'wp-content/plugins/w3-total-cache/inc/define.php'),(3541,'wp-content/plugins/w3-total-cache/inc/email/index.html'),(3542,'wp-content/plugins/w3-total-cache/inc/email/minify_error_notification.html'),(3543,'wp-content/plugins/w3-total-cache/inc/email/minify_error_notification.php'),(3544,'wp-content/plugins/w3-total-cache/inc/email/support_request.php'),(3545,'wp-content/plugins/w3-total-cache/inc/error.php'),(3546,'wp-content/plugins/w3-total-cache/inc/index.html'),(3547,'wp-content/plugins/w3-total-cache/inc/lightbox/create_netdna_maxcdn_pull_zone.php'),(3548,'wp-content/plugins/w3-total-cache/inc/lightbox/index.html'),(3549,'wp-content/plugins/w3-total-cache/inc/lightbox/minify_recommendations.php'),(3550,'wp-content/plugins/w3-total-cache/inc/lightbox/purchase.php'),(3551,'wp-content/plugins/w3-total-cache/inc/lightbox/self_test.php'),(3552,'wp-content/plugins/w3-total-cache/inc/lightbox/support_us.php'),(3553,'wp-content/plugins/w3-total-cache/inc/lightbox/upgrade.php'),(3554,'wp-content/plugins/w3-total-cache/inc/mime/all.php'),(3555,'wp-content/plugins/w3-total-cache/inc/mime/cssjs.php'),(3556,'wp-content/plugins/w3-total-cache/inc/mime/html.php'),(3557,'wp-content/plugins/w3-total-cache/inc/mime/index.html'),(3558,'wp-content/plugins/w3-total-cache/inc/mime/other.php'),(3559,'wp-content/plugins/w3-total-cache/inc/options/about.php'),(3560,'wp-content/plugins/w3-total-cache/inc/options/browsercache.php'),(3561,'wp-content/plugins/w3-total-cache/inc/options/cdn/akamai.php'),(3562,'wp-content/plugins/w3-total-cache/inc/options/cdn/att.php'),(3563,'wp-content/plugins/w3-total-cache/inc/options/cdn/azure.php'),(3564,'wp-content/plugins/w3-total-cache/inc/options/cdn/cf.php'),(3565,'wp-content/plugins/w3-total-cache/inc/options/cdn/cf2.php'),(3566,'wp-content/plugins/w3-total-cache/inc/options/cdn/common/cnames-readonly.php'),(3567,'wp-content/plugins/w3-total-cache/inc/options/cdn/common/cnames.php'),(3568,'wp-content/plugins/w3-total-cache/inc/options/cdn/common/index.html'),(3569,'wp-content/plugins/w3-total-cache/inc/options/cdn/cotendo.php'),(3570,'wp-content/plugins/w3-total-cache/inc/options/cdn/edgecast.php'),(3571,'wp-content/plugins/w3-total-cache/inc/options/cdn/ftp.php'),(3572,'wp-content/plugins/w3-total-cache/inc/options/cdn/index.html'),(3573,'wp-content/plugins/w3-total-cache/inc/options/cdn/mirror.php'),(3574,'wp-content/plugins/w3-total-cache/inc/options/cdn/rscf.php'),(3575,'wp-content/plugins/w3-total-cache/inc/options/cdn/s3.php'),(3576,'wp-content/plugins/w3-total-cache/inc/options/cdn/s3_compatible.php'),(3577,'wp-content/plugins/w3-total-cache/inc/options/cdn.php'),(3578,'wp-content/plugins/w3-total-cache/inc/options/common/footer.php'),(3579,'wp-content/plugins/w3-total-cache/inc/options/common/header.php'),(3580,'wp-content/plugins/w3-total-cache/inc/options/common/index.html'),(3581,'wp-content/plugins/w3-total-cache/inc/options/dashboard.php'),(3582,'wp-content/plugins/w3-total-cache/inc/options/dbcache.php'),(3583,'wp-content/plugins/w3-total-cache/inc/options/edd/buy.php'),(3584,'wp-content/plugins/w3-total-cache/inc/options/enterprise/dbcluster-config.php'),(3585,'wp-content/plugins/w3-total-cache/inc/options/enterprise/dbcluster_general_section.php'),(3586,'wp-content/plugins/w3-total-cache/inc/options/extensions/list.php'),(3587,'wp-content/plugins/w3-total-cache/inc/options/extensions/settings.php'),(3588,'wp-content/plugins/w3-total-cache/inc/options/extensions.php'),(3589,'wp-content/plugins/w3-total-cache/inc/options/general.php'),(3590,'wp-content/plugins/w3-total-cache/inc/options/index.html'),(3591,'wp-content/plugins/w3-total-cache/inc/options/install.php'),(3592,'wp-content/plugins/w3-total-cache/inc/options/minify/ccjs.php'),(3593,'wp-content/plugins/w3-total-cache/inc/options/minify/ccjs2.php'),(3594,'wp-content/plugins/w3-total-cache/inc/options/minify/css.php'),(3595,'wp-content/plugins/w3-total-cache/inc/options/minify/csstidy.php'),(3596,'wp-content/plugins/w3-total-cache/inc/options/minify/csstidy2.php'),(3597,'wp-content/plugins/w3-total-cache/inc/options/minify/googleccjs2.php'),(3598,'wp-content/plugins/w3-total-cache/inc/options/minify/html.php'),(3599,'wp-content/plugins/w3-total-cache/inc/options/minify/htmltidy.php'),(3600,'wp-content/plugins/w3-total-cache/inc/options/minify/htmltidy2.php'),(3601,'wp-content/plugins/w3-total-cache/inc/options/minify/index.html'),(3602,'wp-content/plugins/w3-total-cache/inc/options/minify/js.php'),(3603,'wp-content/plugins/w3-total-cache/inc/options/minify/yuicss2.php'),(3604,'wp-content/plugins/w3-total-cache/inc/options/minify/yuijs.php'),(3605,'wp-content/plugins/w3-total-cache/inc/options/minify/yuijs2.php'),(3606,'wp-content/plugins/w3-total-cache/inc/options/minify.php'),(3607,'wp-content/plugins/w3-total-cache/inc/options/objectcache.php'),(3608,'wp-content/plugins/w3-total-cache/inc/options/parts/dashboard_banner.php'),(3609,'wp-content/plugins/w3-total-cache/inc/options/parts/memcached.php'),(3610,'wp-content/plugins/w3-total-cache/inc/options/parts/memcached_extension.php'),(3611,'wp-content/plugins/w3-total-cache/inc/options/parts/redis.php'),(3612,'wp-content/plugins/w3-total-cache/inc/options/parts/redis_extension.php'),(3613,'wp-content/plugins/w3-total-cache/inc/options/pgcache.php'),(3614,'wp-content/plugins/w3-total-cache/inc/options/support.php'),(3615,'wp-content/plugins/w3-total-cache/inc/popup/cdn_export_file.php'),(3616,'wp-content/plugins/w3-total-cache/inc/popup/cdn_export_library.php'),(3617,'wp-content/plugins/w3-total-cache/inc/popup/cdn_import_library.php'),(3618,'wp-content/plugins/w3-total-cache/inc/popup/cdn_purge.php'),(3619,'wp-content/plugins/w3-total-cache/inc/popup/cdn_queue.php'),(3620,'wp-content/plugins/w3-total-cache/inc/popup/cdn_rename_domain.php'),(3621,'wp-content/plugins/w3-total-cache/inc/popup/common/footer.php'),(3622,'wp-content/plugins/w3-total-cache/inc/popup/common/header.php'),(3623,'wp-content/plugins/w3-total-cache/inc/popup/common/index.html'),(3624,'wp-content/plugins/w3-total-cache/inc/popup/index.html'),(3625,'wp-content/plugins/w3-total-cache/inc/popup/pagespeed_results.php'),(3626,'wp-content/plugins/w3-total-cache/inc/widget/index.html'),(3627,'wp-content/plugins/w3-total-cache/inc/widget/latest.php'),(3628,'wp-content/plugins/w3-total-cache/inc/widget/latest_ajax.php'),(3629,'wp-content/plugins/w3-total-cache/inc/widget/latest_control.php'),(3630,'wp-content/plugins/w3-total-cache/inc/widget/latest_news.php'),(3631,'wp-content/plugins/w3-total-cache/inc/widget/latest_news_ajax.php'),(3632,'wp-content/plugins/w3-total-cache/inc/widget/latest_news_control.php'),(3633,'wp-content/plugins/w3-total-cache/inc/wizard/template.php'),(3634,'wp-content/plugins/w3-total-cache/index.html'),(3635,'wp-content/plugins/w3-total-cache/ini/apache_conf/mod_deflate.conf'),(3636,'wp-content/plugins/w3-total-cache/ini/apache_conf/mod_expires.conf'),(3637,'wp-content/plugins/w3-total-cache/ini/apache_conf/mod_mime.conf'),(3638,'wp-content/plugins/w3-total-cache/ini/apache_conf/mod_rewrite.conf'),(3639,'wp-content/plugins/w3-total-cache/ini/apc.ini'),(3640,'wp-content/plugins/w3-total-cache/ini/config-db-sample.php'),(3641,'wp-content/plugins/w3-total-cache/ini/dbcluster-config-sample.php'),(3642,'wp-content/plugins/w3-total-cache/ini/eaccelerator.ini'),(3643,'wp-content/plugins/w3-total-cache/ini/index.html'),(3644,'wp-content/plugins/w3-total-cache/ini/memcache.ini'),(3645,'wp-content/plugins/w3-total-cache/ini/nginx-network-sample-config.conf'),(3646,'wp-content/plugins/w3-total-cache/ini/nginx-standalone-sample-config.conf'),(3647,'wp-content/plugins/w3-total-cache/ini/opcache.ini'),(3648,'wp-content/plugins/w3-total-cache/ini/php.append.ini'),(3649,'wp-content/plugins/w3-total-cache/ini/s3-sample-policy.txt'),(3650,'wp-content/plugins/w3-total-cache/ini/varnish-sample-config.vcl'),(3651,'wp-content/plugins/w3-total-cache/ini/web.config'),(3652,'wp-content/plugins/w3-total-cache/ini/xcache.ini'),(3653,'wp-content/plugins/w3-total-cache/languages/ar.mo'),(3654,'wp-content/plugins/w3-total-cache/languages/w3-total-cache-ar_AR.po'),(3655,'wp-content/plugins/w3-total-cache/languages/w3-total-cache-nl_NL.mo'),(3656,'wp-content/plugins/w3-total-cache/languages/w3-total-cache-nl_NL.po'),(3657,'wp-content/plugins/w3-total-cache/languages/w3-total-cache-pl_PL.po'),(3658,'wp-content/plugins/w3-total-cache/languages/w3-total-cache-sr_RS.mo'),(3659,'wp-content/plugins/w3-total-cache/languages/w3-total-cache-sr_RS.po'),(3660,'wp-content/plugins/w3-total-cache/languages/w3-total-cache.pot'),(3661,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/AbstractModel.php'),(3662,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/ApiProvider.php'),(3663,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/DateTimeResult.php'),(3664,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/DocModel.php'),(3665,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/ErrorParser/JsonParserTrait.php'),(3666,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/ErrorParser/JsonRpcErrorParser.php'),(3667,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/ErrorParser/RestJsonErrorParser.php'),(3668,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/ErrorParser/XmlErrorParser.php'),(3669,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/ListShape.php'),(3670,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/MapShape.php'),(3671,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Operation.php'),(3672,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Parser/AbstractParser.php'),(3673,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Parser/AbstractRestParser.php'),(3674,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Parser/Crc32ValidatingParser.php'),(3675,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Parser/DecodingEventStreamIterator.php'),(3676,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Parser/EventParsingIterator.php'),(3677,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Parser/Exception/ParserException.php'),(3678,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Parser/JsonParser.php'),(3679,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Parser/JsonRpcParser.php'),(3680,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Parser/PayloadParserTrait.php'),(3681,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Parser/QueryParser.php'),(3682,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Parser/RestJsonParser.php'),(3683,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Parser/RestXmlParser.php'),(3684,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Parser/XmlParser.php'),(3685,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Serializer/Ec2ParamBuilder.php'),(3686,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Serializer/JsonBody.php'),(3687,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Serializer/JsonRpcSerializer.php'),(3688,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Serializer/QueryParamBuilder.php'),(3689,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Serializer/QuerySerializer.php'),(3690,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Serializer/RestJsonSerializer.php'),(3691,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Serializer/RestSerializer.php'),(3692,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Serializer/RestXmlSerializer.php'),(3693,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Serializer/XmlBody.php'),(3694,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Service.php'),(3695,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Shape.php'),(3696,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/ShapeMap.php'),(3697,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/StructureShape.php'),(3698,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/TimestampShape.php'),(3699,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Validator.php'),(3700,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/AwsClient.php'),(3701,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/AwsClientInterface.php'),(3702,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/AwsClientTrait.php'),(3703,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/CacheInterface.php'),(3704,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/ClientResolver.php'),(3705,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/ClientSideMonitoring/AbstractMonitoringMiddleware.php'),(3706,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/ClientSideMonitoring/ApiCallAttemptMonitoringMiddleware.php'),(3707,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/ClientSideMonitoring/ApiCallMonitoringMiddleware.php'),(3708,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/ClientSideMonitoring/Configuration.php'),(3709,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/ClientSideMonitoring/ConfigurationInterface.php'),(3710,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/ClientSideMonitoring/ConfigurationProvider.php'),(3711,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/ClientSideMonitoring/Exception/ConfigurationException.php'),(3712,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/ClientSideMonitoring/MonitoringMiddlewareInterface.php'),(3713,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/CloudFront/CloudFrontClient.php'),(3714,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/CloudFront/CookieSigner.php'),(3715,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/CloudFront/Exception/CloudFrontException.php'),(3716,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/CloudFront/Signer.php'),(3717,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/CloudFront/UrlSigner.php'),(3718,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Command.php'),(3719,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/CommandInterface.php'),(3720,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/CommandPool.php'),(3721,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Credentials/AssumeRoleCredentialProvider.php'),(3722,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Credentials/CredentialProvider.php'),(3723,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Credentials/Credentials.php'),(3724,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Credentials/CredentialsInterface.php'),(3725,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Credentials/EcsCredentialProvider.php'),(3726,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Credentials/InstanceProfileProvider.php'),(3727,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/DoctrineCacheAdapter.php'),(3728,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Endpoint/EndpointProvider.php'),(3729,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Endpoint/Partition.php'),(3730,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Endpoint/PartitionEndpointProvider.php'),(3731,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Endpoint/PartitionInterface.php'),(3732,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Endpoint/PatternEndpointProvider.php'),(3733,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/EndpointDiscovery/Configuration.php'),(3734,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/EndpointDiscovery/ConfigurationInterface.php'),(3735,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/EndpointDiscovery/ConfigurationProvider.php'),(3736,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/EndpointDiscovery/EndpointDiscoveryMiddleware.php'),(3737,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/EndpointDiscovery/EndpointList.php'),(3738,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/EndpointDiscovery/Exception/ConfigurationException.php'),(3739,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/EndpointParameterMiddleware.php'),(3740,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Exception/AwsException.php'),(3741,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Exception/CouldNotCreateChecksumException.php'),(3742,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Exception/CredentialsException.php'),(3743,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Exception/EventStreamDataException.php'),(3744,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Exception/MultipartUploadException.php'),(3745,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Exception/UnresolvedApiException.php'),(3746,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Exception/UnresolvedEndpointException.php'),(3747,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Exception/UnresolvedSignatureException.php'),(3748,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Handler/GuzzleV5/GuzzleHandler.php'),(3749,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Handler/GuzzleV5/GuzzleStream.php'),(3750,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Handler/GuzzleV5/PsrStream.php'),(3751,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Handler/GuzzleV6/GuzzleHandler.php'),(3752,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/HandlerList.php'),(3753,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/HasDataTrait.php'),(3754,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/HasMonitoringEventsTrait.php'),(3755,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/HashInterface.php'),(3756,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/HashingStream.php'),(3757,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/History.php'),(3758,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/IdempotencyTokenMiddleware.php'),(3759,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/JsonCompiler.php'),(3760,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/LruArrayCache.php'),(3761,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Middleware.php'),(3762,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/MockHandler.php'),(3763,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/MonitoringEventsInterface.php'),(3764,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/MultiRegionClient.php'),(3765,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/PhpHash.php'),(3766,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/PresignUrlMiddleware.php'),(3767,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Psr16CacheAdapter.php'),(3768,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/PsrCacheAdapter.php'),(3769,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/ResponseContainerInterface.php'),(3770,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Result.php'),(3771,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/ResultInterface.php'),(3772,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/ResultPaginator.php'),(3773,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/RetryMiddleware.php'),(3774,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/AmbiguousSuccessParser.php'),(3775,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/ApplyChecksumMiddleware.php'),(3776,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/BatchDelete.php'),(3777,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/BucketEndpointMiddleware.php'),(3778,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/Crypto/CryptoParamsTrait.php'),(3779,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/Crypto/HeadersMetadataStrategy.php'),(3780,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/Crypto/InstructionFileMetadataStrategy.php'),(3781,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/Crypto/S3EncryptionClient.php'),(3782,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/Crypto/S3EncryptionMultipartUploader.php'),(3783,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/Exception/DeleteMultipleObjectsException.php'),(3784,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/Exception/PermanentRedirectException.php'),(3785,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/Exception/S3Exception.php'),(3786,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/Exception/S3MultipartUploadException.php'),(3787,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/GetBucketLocationParser.php'),(3788,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/MultipartCopy.php'),(3789,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/MultipartUploader.php'),(3790,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/MultipartUploadingTrait.php'),(3791,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/ObjectCopier.php'),(3792,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/ObjectUploader.php'),(3793,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/PermanentRedirectMiddleware.php'),(3794,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/PostObject.php'),(3795,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/PostObjectV4.php'),(3796,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/PutObjectUrlMiddleware.php'),(3797,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/RetryableMalformedResponseParser.php'),(3798,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/S3Client.php'),(3799,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/S3ClientInterface.php'),(3800,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/S3ClientTrait.php'),(3801,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/S3EndpointMiddleware.php'),(3802,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/S3MultiRegionClient.php'),(3803,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/S3UriParser.php'),(3804,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/SSECMiddleware.php'),(3805,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/StreamWrapper.php'),(3806,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/Transfer.php'),(3807,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Sdk.php'),(3808,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Signature/AnonymousSignature.php'),(3809,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Signature/S3SignatureV4.php'),(3810,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Signature/SignatureInterface.php'),(3811,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Signature/SignatureProvider.php'),(3812,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Signature/SignatureTrait.php'),(3813,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Signature/SignatureV4.php'),(3814,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Sns/Exception/InvalidSnsMessageException.php'),(3815,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Sns/Exception/SnsException.php'),(3816,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Sns/Message.php'),(3817,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Sns/MessageValidator.php'),(3818,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Sns/SnsClient.php'),(3819,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/TraceMiddleware.php'),(3820,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Waiter.php'),(3821,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/WrappedHttpHandler.php'),(3822,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2015-07-27/api-2.json.php'),(3823,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2015-07-27/paginators-1.json.php'),(3824,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2015-07-27/waiters-2.json.php'),(3825,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2016-01-28/api-2.json.php'),(3826,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2016-01-28/paginators-1.json.php'),(3827,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2016-01-28/waiters-2.json.php'),(3828,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2016-08-01/api-2.json.php'),(3829,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2016-08-01/paginators-1.json.php'),(3830,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2016-08-01/waiters-2.json.php'),(3831,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2016-08-20/api-2.json.php'),(3832,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2016-08-20/paginators-1.json.php'),(3833,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2016-08-20/waiters-2.json.php'),(3834,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2016-09-07/api-2.json.php'),(3835,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2016-09-07/paginators-1.json.php'),(3836,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2016-09-07/waiters-1.json.php'),(3837,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2016-09-07/waiters-2.json.php'),(3838,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2016-09-29/api-2.json.php'),(3839,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2016-09-29/paginators-1.json.php'),(3840,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2016-09-29/waiters-1.json.php'),(3841,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2016-09-29/waiters-2.json.php'),(3842,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2016-11-25/api-2.json.php'),(3843,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2016-11-25/paginators-1.json.php'),(3844,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2016-11-25/waiters-1.json.php'),(3845,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2016-11-25/waiters-2.json.php'),(3846,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2017-03-25/api-2.json.php'),(3847,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2017-03-25/paginators-1.json.php'),(3848,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2017-03-25/waiters-1.json.php'),(3849,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2017-03-25/waiters-2.json.php'),(3850,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2017-10-30/api-2.json.php'),(3851,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2017-10-30/paginators-1.json.php'),(3852,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2017-10-30/smoke.json.php'),(3853,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2017-10-30/waiters-1.json.php'),(3854,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2017-10-30/waiters-2.json.php'),(3855,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2018-06-18/api-2.json.php'),(3856,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2018-06-18/paginators-1.json.php'),(3857,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2018-06-18/smoke.json.php'),(3858,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2018-06-18/waiters-1.json.php'),(3859,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2018-06-18/waiters-2.json.php'),(3860,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2018-11-05/api-2.json.php'),(3861,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2018-11-05/paginators-1.json.php'),(3862,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2018-11-05/smoke.json.php'),(3863,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2018-11-05/waiters-1.json.php'),(3864,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2018-11-05/waiters-2.json.php'),(3865,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/endpoints.json.php'),(3866,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/endpoints_prefix_history.json.php'),(3867,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/manifest.json.php'),(3868,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/s3/2006-03-01/api-2.json.php'),(3869,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/s3/2006-03-01/paginators-1.json.php'),(3870,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/s3/2006-03-01/smoke.json.php'),(3871,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/s3/2006-03-01/waiters-1.json.php'),(3872,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/s3/2006-03-01/waiters-2.json.php'),(3873,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/sns/2010-03-31/api-2.json.php'),(3874,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/sns/2010-03-31/paginators-1.json.php'),(3875,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/sns/2010-03-31/smoke.json.php'),(3876,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/functions.php'),(3877,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/signer/Exception/signerException.php'),(3878,'wp-content/plugins/w3-total-cache/lib/Aws/Aws/signer/signerClient.php'),(3879,'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Client.php'),(3880,'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/ClientInterface.php'),(3881,'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Cookie/CookieJar.php'),(3882,'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Cookie/CookieJarInterface.php'),(3883,'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Cookie/FileCookieJar.php'),(3884,'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Cookie/SessionCookieJar.php'),(3885,'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Cookie/SetCookie.php'),(3886,'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Exception/BadResponseException.php'),(3887,'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Exception/ClientException.php'),(3888,'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Exception/ConnectException.php'),(3889,'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Exception/GuzzleException.php'),(3890,'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Exception/RequestException.php'),(3891,'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Exception/SeekException.php'),(3892,'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Exception/ServerException.php'),(3893,'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Exception/TooManyRedirectsException.php'),(3894,'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Exception/TransferException.php'),(3895,'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Handler/CurlFactory.php'),(3896,'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Handler/CurlFactoryInterface.php'),(3897,'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Handler/CurlHandler.php'),(3898,'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Handler/CurlMultiHandler.php'),(3899,'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Handler/EasyHandle.php'),(3900,'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Handler/MockHandler.php'),(3901,'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Handler/Proxy.php'),(3902,'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Handler/StreamHandler.php'),(3903,'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/HandlerStack.php'),(3904,'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/MessageFormatter.php'),(3905,'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Middleware.php'),(3906,'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Pool.php'),(3907,'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/PrepareBodyMiddleware.php'),(3908,'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Promise/AggregateException.php'),(3909,'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Promise/CancellationException.php'),(3910,'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Promise/Coroutine.php'),(3911,'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Promise/EachPromise.php'),(3912,'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Promise/FulfilledPromise.php'),(3913,'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Promise/Promise.php'),(3914,'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Promise/PromiseInterface.php'),(3915,'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Promise/PromisorInterface.php'),(3916,'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Promise/RejectedPromise.php'),(3917,'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Promise/RejectionException.php'),(3918,'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Promise/TaskQueue.php'),(3919,'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Promise/TaskQueueInterface.php'),(3920,'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Promise/functions.php'),(3921,'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Promise/functions_include.php'),(3922,'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Psr7/AppendStream.php'),(3923,'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Psr7/BufferStream.php'),(3924,'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Psr7/CachingStream.php'),(3925,'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Psr7/DroppingStream.php'),(3926,'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Psr7/FnStream.php'),(3927,'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Psr7/InflateStream.php'),(3928,'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Psr7/LazyOpenStream.php'),(3929,'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Psr7/LimitStream.php'),(3930,'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Psr7/MessageTrait.php'),(3931,'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Psr7/MultipartStream.php'),(3932,'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Psr7/NoSeekStream.php'),(3933,'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Psr7/PumpStream.php'),(3934,'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Psr7/Request.php'),(3935,'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Psr7/Response.php'),(3936,'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Psr7/Rfc7230.php'),(3937,'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Psr7/ServerRequest.php'),(3938,'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Psr7/Stream.php'),(3939,'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Psr7/StreamDecoratorTrait.php'),(3940,'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Psr7/StreamWrapper.php'),(3941,'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Psr7/UploadedFile.php'),(3942,'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Psr7/Uri.php'),(3943,'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Psr7/UriNormalizer.php'),(3944,'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Psr7/UriResolver.php'),(3945,'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Psr7/functions.php'),(3946,'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Psr7/functions_include.php'),(3947,'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/RedirectMiddleware.php'),(3948,'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/RequestOptions.php'),(3949,'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/RetryMiddleware.php'),(3950,'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/TransferStats.php'),(3951,'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/UriTemplate.php'),(3952,'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/functions.php'),(3953,'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/functions_include.php'),(3954,'wp-content/plugins/w3-total-cache/lib/Aws/JmesPath/AstRuntime.php'),(3955,'wp-content/plugins/w3-total-cache/lib/Aws/JmesPath/CompilerRuntime.php'),(3956,'wp-content/plugins/w3-total-cache/lib/Aws/JmesPath/DebugRuntime.php'),(3957,'wp-content/plugins/w3-total-cache/lib/Aws/JmesPath/Env.php'),(3958,'wp-content/plugins/w3-total-cache/lib/Aws/JmesPath/FnDispatcher.php'),(3959,'wp-content/plugins/w3-total-cache/lib/Aws/JmesPath/JmesPath.php'),(3960,'wp-content/plugins/w3-total-cache/lib/Aws/JmesPath/Lexer.php'),(3961,'wp-content/plugins/w3-total-cache/lib/Aws/JmesPath/Parser.php'),(3962,'wp-content/plugins/w3-total-cache/lib/Aws/JmesPath/SyntaxErrorException.php'),(3963,'wp-content/plugins/w3-total-cache/lib/Aws/JmesPath/TreeCompiler.php'),(3964,'wp-content/plugins/w3-total-cache/lib/Aws/JmesPath/TreeInterpreter.php'),(3965,'wp-content/plugins/w3-total-cache/lib/Aws/JmesPath/Utils.php'),(3966,'wp-content/plugins/w3-total-cache/lib/Aws/Psr/Http/Message/MessageInterface.php'),(3967,'wp-content/plugins/w3-total-cache/lib/Aws/Psr/Http/Message/RequestInterface.php'),(3968,'wp-content/plugins/w3-total-cache/lib/Aws/Psr/Http/Message/ResponseInterface.php'),(3969,'wp-content/plugins/w3-total-cache/lib/Aws/Psr/Http/Message/ServerRequestInterface.php'),(3970,'wp-content/plugins/w3-total-cache/lib/Aws/Psr/Http/Message/StreamInterface.php'),(3971,'wp-content/plugins/w3-total-cache/lib/Aws/Psr/Http/Message/UploadedFileInterface.php'),(3972,'wp-content/plugins/w3-total-cache/lib/Aws/Psr/Http/Message/UriInterface.php'),(3973,'wp-content/plugins/w3-total-cache/lib/Aws/README.md'),(3974,'wp-content/plugins/w3-total-cache/lib/Aws/aws-autoloader.php'),(3975,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Client.php'),(3976,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/ClientInterface.php'),(3977,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Cookie/CookieJar.php'),(3978,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Cookie/CookieJarInterface.php'),(3979,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Cookie/FileCookieJar.php'),(3980,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Cookie/SessionCookieJar.php'),(3981,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Cookie/SetCookie.php'),(3982,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Exception/BadResponseException.php'),(3983,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Exception/ClientException.php'),(3984,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Exception/ConnectException.php'),(3985,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Exception/GuzzleException.php'),(3986,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Exception/RequestException.php'),(3987,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Exception/SeekException.php'),(3988,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Exception/ServerException.php'),(3989,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Exception/TooManyRedirectsException.php'),(3990,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Exception/TransferException.php'),(3991,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Handler/CurlFactory.php'),(3992,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Handler/CurlFactoryInterface.php'),(3993,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Handler/CurlHandler.php'),(3994,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Handler/CurlMultiHandler.php'),(3995,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Handler/EasyHandle.php'),(3996,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Handler/MockHandler.php'),(3997,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Handler/Proxy.php'),(3998,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Handler/StreamHandler.php'),(3999,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/HandlerStack.php'),(4000,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/MessageFormatter.php'),(4001,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Middleware.php'),(4002,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Pool.php'),(4003,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/PrepareBodyMiddleware.php'),(4004,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/AggregateException.php'),(4005,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/CancellationException.php'),(4006,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/Coroutine.php'),(4007,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/EachPromise.php'),(4008,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/FulfilledPromise.php'),(4009,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/Promise.php'),(4010,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/PromiseInterface.php'),(4011,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/PromisorInterface.php'),(4012,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/RejectedPromise.php'),(4013,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/RejectionException.php'),(4014,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/TaskQueue.php'),(4015,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/TaskQueueInterface.php'),(4016,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/functions.php'),(4017,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/functions_include.php'),(4018,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/AppendStream.php'),(4019,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/BufferStream.php'),(4020,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/CachingStream.php'),(4021,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/DroppingStream.php'),(4022,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/FnStream.php'),(4023,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/InflateStream.php'),(4024,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/LazyOpenStream.php'),(4025,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/LimitStream.php'),(4026,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/MessageTrait.php'),(4027,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/MultipartStream.php'),(4028,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/NoSeekStream.php'),(4029,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/PumpStream.php'),(4030,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/Request.php'),(4031,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/Response.php'),(4032,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/ServerRequest.php'),(4033,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/Stream.php'),(4034,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/StreamDecoratorTrait.php'),(4035,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/StreamWrapper.php'),(4036,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/UploadedFile.php'),(4037,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/Uri.php'),(4038,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/functions.php'),(4039,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/functions_include.php'),(4040,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/RedirectMiddleware.php'),(4041,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/RequestOptions.php'),(4042,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/RetryMiddleware.php'),(4043,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/TransferStats.php'),(4044,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/UriTemplate.php'),(4045,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/functions.php'),(4046,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/functions_include.php'),(4047,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/BlobRestProxy.php'),(4048,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Internal/IBlob.php'),(4049,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/AccessCondition.php'),(4050,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/AccessPolicy.php'),(4051,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/AcquireLeaseOptions.php'),(4052,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/AcquireLeaseResult.php'),(4053,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/Blob.php'),(4054,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/BlobBlockType.php'),(4055,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/BlobPrefix.php'),(4056,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/BlobProperties.php'),(4057,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/BlobServiceOptions.php'),(4058,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/BlobType.php'),(4059,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/Block.php'),(4060,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/BlockList.php'),(4061,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/BreakLeaseResult.php'),(4062,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/CommitBlobBlocksOptions.php'),(4063,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/Container.php'),(4064,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/ContainerACL.php'),(4065,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/ContainerProperties.php'),(4066,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/CopyBlobOptions.php'),(4067,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/CopyBlobResult.php'),(4068,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/CreateBlobBlockOptions.php'),(4069,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/CreateBlobOptions.php'),(4070,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/CreateBlobPagesOptions.php'),(4071,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/CreateBlobPagesResult.php'),(4072,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/CreateBlobSnapshotOptions.php'),(4073,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/CreateBlobSnapshotResult.php'),(4074,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/CreateContainerOptions.php'),(4075,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/DeleteBlobOptions.php'),(4076,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/DeleteContainerOptions.php'),(4077,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/GetBlobMetadataOptions.php'),(4078,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/GetBlobMetadataResult.php'),(4079,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/GetBlobOptions.php'),(4080,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/GetBlobPropertiesOptions.php'),(4081,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/GetBlobPropertiesResult.php'),(4082,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/GetBlobResult.php'),(4083,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/GetContainerACLResult.php'),(4084,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/GetContainerPropertiesResult.php'),(4085,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/LeaseMode.php'),(4086,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/ListBlobBlocksOptions.php'),(4087,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/ListBlobBlocksResult.php'),(4088,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/ListBlobsOptions.php'),(4089,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/ListBlobsResult.php'),(4090,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/ListContainersOptions.php'),(4091,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/ListContainersResult.php'),(4092,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/ListPageBlobRangesOptions.php'),(4093,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/ListPageBlobRangesResult.php'),(4094,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/PageRange.php'),(4095,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/PageWriteOption.php'),(4096,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/PublicAccessType.php'),(4097,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/SetBlobMetadataOptions.php'),(4098,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/SetBlobMetadataResult.php'),(4099,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/SetBlobPropertiesOptions.php'),(4100,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/SetBlobPropertiesResult.php'),(4101,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/SetContainerMetadataOptions.php'),(4102,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/SignedIdentifier.php'),(4103,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/CloudConfigurationManager.php'),(4104,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Authentication/IAuthScheme.php'),(4105,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Authentication/SharedKeyAuthScheme.php'),(4106,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Authentication/StorageAuthScheme.php'),(4107,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Authentication/TableSharedKeyLiteAuthScheme.php'),(4108,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/ConnectionStringParser.php'),(4109,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/ConnectionStringSource.php'),(4110,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/FilterableService.php'),(4111,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Filters/AuthenticationFilter.php'),(4112,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Filters/DateFilter.php'),(4113,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Filters/ExponentialRetryPolicy.php'),(4114,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Filters/HeadersFilter.php'),(4115,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Filters/RetryPolicy.php'),(4116,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Filters/RetryPolicyFilter.php'),(4117,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Http/HttpCallContext.php'),(4118,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/HttpFormatter.php'),(4119,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/IServiceFilter.php'),(4120,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/InvalidArgumentTypeException.php'),(4121,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Logger.php'),(4122,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Resources.php'),(4123,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/RestProxy.php'),(4124,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/RetryMiddlewareFactory.php'),(4125,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Serialization/ISerializer.php'),(4126,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Serialization/JsonSerializer.php'),(4127,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Serialization/XmlSerializer.php'),(4128,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/ServiceRestProxy.php'),(4129,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/ServiceSettings.php'),(4130,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/StorageServiceSettings.php'),(4131,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Utilities.php'),(4132,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Validate.php'),(4133,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Models/GetServicePropertiesResult.php'),(4134,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Models/Logging.php'),(4135,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Models/Metrics.php'),(4136,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Models/RetentionPolicy.php'),(4137,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Models/ServiceProperties.php'),(4138,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/ServiceException.php'),(4139,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/ServicesBuilder.php'),(4140,'wp-content/plugins/w3-total-cache/lib/Azure/PsrHttpMessage/MessageInterface.php'),(4141,'wp-content/plugins/w3-total-cache/lib/Azure/PsrHttpMessage/RequestInterface.php'),(4142,'wp-content/plugins/w3-total-cache/lib/Azure/PsrHttpMessage/ResponseInterface.php'),(4143,'wp-content/plugins/w3-total-cache/lib/Azure/PsrHttpMessage/ServerRequestInterface.php'),(4144,'wp-content/plugins/w3-total-cache/lib/Azure/PsrHttpMessage/StreamInterface.php'),(4145,'wp-content/plugins/w3-total-cache/lib/Azure/PsrHttpMessage/UploadedFileInterface.php'),(4146,'wp-content/plugins/w3-total-cache/lib/Azure/PsrHttpMessage/UriInterface.php'),(4147,'wp-content/plugins/w3-total-cache/lib/Azure/loader.php'),(4148,'wp-content/plugins/w3-total-cache/lib/CSSTidy/class.csstidy.php'),(4149,'wp-content/plugins/w3-total-cache/lib/CSSTidy/class.csstidy_optimise.php'),(4150,'wp-content/plugins/w3-total-cache/lib/CSSTidy/class.csstidy_print.php'),(4151,'wp-content/plugins/w3-total-cache/lib/CSSTidy/data.inc.php'),(4152,'wp-content/plugins/w3-total-cache/lib/CSSTidy/index.html'),(4153,'wp-content/plugins/w3-total-cache/lib/Db/mssql.php'),(4154,'wp-content/plugins/w3-total-cache/lib/Google/Auth/Abstract.php'),(4155,'wp-content/plugins/w3-total-cache/lib/Google/Auth/AppIdentity.php'),(4156,'wp-content/plugins/w3-total-cache/lib/Google/Auth/AssertionCredentials.php'),(4157,'wp-content/plugins/w3-total-cache/lib/Google/Auth/Exception.php'),(4158,'wp-content/plugins/w3-total-cache/lib/Google/Auth/LoginTicket.php'),(4159,'wp-content/plugins/w3-total-cache/lib/Google/Auth/OAuth2.php'),(4160,'wp-content/plugins/w3-total-cache/lib/Google/Auth/Simple.php'),(4161,'wp-content/plugins/w3-total-cache/lib/Google/Cache/Abstract.php'),(4162,'wp-content/plugins/w3-total-cache/lib/Google/Cache/Apc.php'),(4163,'wp-content/plugins/w3-total-cache/lib/Google/Cache/Exception.php'),(4164,'wp-content/plugins/w3-total-cache/lib/Google/Cache/File.php'),(4165,'wp-content/plugins/w3-total-cache/lib/Google/Cache/Memcache.php'),(4166,'wp-content/plugins/w3-total-cache/lib/Google/Cache/Null.php'),(4167,'wp-content/plugins/w3-total-cache/lib/Google/Client.php'),(4168,'wp-content/plugins/w3-total-cache/lib/Google/Collection.php'),(4169,'wp-content/plugins/w3-total-cache/lib/Google/Config.php'),(4170,'wp-content/plugins/w3-total-cache/lib/Google/Exception.php'),(4171,'wp-content/plugins/w3-total-cache/lib/Google/Http/Batch.php'),(4172,'wp-content/plugins/w3-total-cache/lib/Google/Http/CacheParser.php'),(4173,'wp-content/plugins/w3-total-cache/lib/Google/Http/MediaFileUpload.php'),(4174,'wp-content/plugins/w3-total-cache/lib/Google/Http/REST.php'),(4175,'wp-content/plugins/w3-total-cache/lib/Google/Http/Request.php'),(4176,'wp-content/plugins/w3-total-cache/lib/Google/IO/Abstract.php'),(4177,'wp-content/plugins/w3-total-cache/lib/Google/IO/Curl.php'),(4178,'wp-content/plugins/w3-total-cache/lib/Google/IO/Exception.php'),(4179,'wp-content/plugins/w3-total-cache/lib/Google/IO/Stream.php'),(4180,'wp-content/plugins/w3-total-cache/lib/Google/IO/cacerts.pem'),(4181,'wp-content/plugins/w3-total-cache/lib/Google/Model.php'),(4182,'wp-content/plugins/w3-total-cache/lib/Google/Service/Drive.php'),(4183,'wp-content/plugins/w3-total-cache/lib/Google/Service/Exception.php'),(4184,'wp-content/plugins/w3-total-cache/lib/Google/Service/Oauth2.php'),(4185,'wp-content/plugins/w3-total-cache/lib/Google/Service/Resource.php'),(4186,'wp-content/plugins/w3-total-cache/lib/Google/Service.php'),(4187,'wp-content/plugins/w3-total-cache/lib/Google/Signer/Abstract.php'),(4188,'wp-content/plugins/w3-total-cache/lib/Google/Signer/P12.php'),(4189,'wp-content/plugins/w3-total-cache/lib/Google/Utils/URITemplate.php'),(4190,'wp-content/plugins/w3-total-cache/lib/Google/Utils.php'),(4191,'wp-content/plugins/w3-total-cache/lib/Google/Verifier/Abstract.php'),(4192,'wp-content/plugins/w3-total-cache/lib/Google/Verifier/Pem.php'),(4193,'wp-content/plugins/w3-total-cache/lib/Minify/DooDigestAuth.php'),(4194,'wp-content/plugins/w3-total-cache/lib/Minify/HTTP/ConditionalGet.php'),(4195,'wp-content/plugins/w3-total-cache/lib/Minify/HTTP/Encoder.php'),(4196,'wp-content/plugins/w3-total-cache/lib/Minify/HTTP/index.html'),(4197,'wp-content/plugins/w3-total-cache/lib/Minify/JSMin.php'),(4198,'wp-content/plugins/w3-total-cache/lib/Minify/JSMinPlus.php'),(4199,'wp-content/plugins/w3-total-cache/lib/Minify/Minify/Build.php'),(4200,'wp-content/plugins/w3-total-cache/lib/Minify/Minify/CSS/Compressor.php'),(4201,'wp-content/plugins/w3-total-cache/lib/Minify/Minify/CSS/UriRewriter.php'),(4202,'wp-content/plugins/w3-total-cache/lib/Minify/Minify/CSS/index.html'),(4203,'wp-content/plugins/w3-total-cache/lib/Minify/Minify/CSS.php'),(4204,'wp-content/plugins/w3-total-cache/lib/Minify/Minify/CSSTidy.php'),(4205,'wp-content/plugins/w3-total-cache/lib/Minify/Minify/Cache/File.php'),(4206,'wp-content/plugins/w3-total-cache/lib/Minify/Minify/Cache/W3TCDerived.php'),(4207,'wp-content/plugins/w3-total-cache/lib/Minify/Minify/Cache/ZendPlatform.php'),(4208,'wp-content/plugins/w3-total-cache/lib/Minify/Minify/Cache/index.html'),(4209,'wp-content/plugins/w3-total-cache/lib/Minify/Minify/ClosureCompiler.php'),(4210,'wp-content/plugins/w3-total-cache/lib/Minify/Minify/CombineOnly.php'),(4211,'wp-content/plugins/w3-total-cache/lib/Minify/Minify/CommentPreserver.php'),(4212,'wp-content/plugins/w3-total-cache/lib/Minify/Minify/Controller/Base.php'),(4213,'wp-content/plugins/w3-total-cache/lib/Minify/Minify/Controller/Files.php'),(4214,'wp-content/plugins/w3-total-cache/lib/Minify/Minify/Controller/Groups.php'),(4215,'wp-content/plugins/w3-total-cache/lib/Minify/Minify/Controller/MinApp.php'),(4216,'wp-content/plugins/w3-total-cache/lib/Minify/Minify/Controller/Page.php'),(4217,'wp-content/plugins/w3-total-cache/lib/Minify/Minify/Controller/Version1.php'),(4218,'wp-content/plugins/w3-total-cache/lib/Minify/Minify/Controller/index.html'),(4219,'wp-content/plugins/w3-total-cache/lib/Minify/Minify/DebugDetector.php'),(4220,'wp-content/plugins/w3-total-cache/lib/Minify/Minify/HTML/Helper.php'),(4221,'wp-content/plugins/w3-total-cache/lib/Minify/Minify/HTML.php'),(4222,'wp-content/plugins/w3-total-cache/lib/Minify/Minify/HTMLTidy.php'),(4223,'wp-content/plugins/w3-total-cache/lib/Minify/Minify/IgnoredCommentPreserver.php'),(4224,'wp-content/plugins/w3-total-cache/lib/Minify/Minify/ImportProcessor.php'),(4225,'wp-content/plugins/w3-total-cache/lib/Minify/Minify/Inline/CSS.php'),(4226,'wp-content/plugins/w3-total-cache/lib/Minify/Minify/Inline/JavaScript.php'),(4227,'wp-content/plugins/w3-total-cache/lib/Minify/Minify/Inline/index.html'),(4228,'wp-content/plugins/w3-total-cache/lib/Minify/Minify/Inline.php'),(4229,'wp-content/plugins/w3-total-cache/lib/Minify/Minify/JS/ClosureCompiler.php'),(4230,'wp-content/plugins/w3-total-cache/lib/Minify/Minify/Lines.php'),(4231,'wp-content/plugins/w3-total-cache/lib/Minify/Minify/Loader.php'),(4232,'wp-content/plugins/w3-total-cache/lib/Minify/Minify/Logger.php'),(4233,'wp-content/plugins/w3-total-cache/lib/Minify/Minify/Packer.php'),(4234,'wp-content/plugins/w3-total-cache/lib/Minify/Minify/Source.php'),(4235,'wp-content/plugins/w3-total-cache/lib/Minify/Minify/YUI/CssCompressor.java'),(4236,'wp-content/plugins/w3-total-cache/lib/Minify/Minify/YUI/CssCompressor.php'),(4237,'wp-content/plugins/w3-total-cache/lib/Minify/Minify/YUICompressor.php'),(4238,'wp-content/plugins/w3-total-cache/lib/Minify/Minify/index.html'),(4239,'wp-content/plugins/w3-total-cache/lib/Minify/Minify.php'),(4240,'wp-content/plugins/w3-total-cache/lib/Minify/YUI-CSS-compressor-PHP-port-4.1.0/Colors.php'),(4241,'wp-content/plugins/w3-total-cache/lib/Minify/YUI-CSS-compressor-PHP-port-4.1.0/Command.php'),(4242,'wp-content/plugins/w3-total-cache/lib/Minify/YUI-CSS-compressor-PHP-port-4.1.0/Minifier.php'),(4243,'wp-content/plugins/w3-total-cache/lib/Minify/YUI-CSS-compressor-PHP-port-4.1.0/Utils.php'),(4244,'wp-content/plugins/w3-total-cache/lib/Minify/index.html'),(4245,'wp-content/plugins/w3-total-cache/lib/NetDNA/NetDNA.php'),(4246,'wp-content/plugins/w3-total-cache/lib/NetDNA/NetDNAPresentation.php'),(4247,'wp-content/plugins/w3-total-cache/lib/NetDNA/W3tcWpHttpException.php'),(4248,'wp-content/plugins/w3-total-cache/lib/NewRelic/NewRelicAPI.php'),(4249,'wp-content/plugins/w3-total-cache/lib/NewRelic/NewRelicWrapper.php'),(4250,'wp-content/plugins/w3-total-cache/lib/Nusoap/class.nusoap_base.php'),(4251,'wp-content/plugins/w3-total-cache/lib/Nusoap/class.soap_fault.php'),(4252,'wp-content/plugins/w3-total-cache/lib/Nusoap/class.soap_parser.php'),(4253,'wp-content/plugins/w3-total-cache/lib/Nusoap/class.soap_transport_http.php'),(4254,'wp-content/plugins/w3-total-cache/lib/Nusoap/class.soap_val.php'),(4255,'wp-content/plugins/w3-total-cache/lib/Nusoap/class.soapclient.php'),(4256,'wp-content/plugins/w3-total-cache/lib/Nusoap/class.wsdl.php'),(4257,'wp-content/plugins/w3-total-cache/lib/Nusoap/class.wsdlcache.php'),(4258,'wp-content/plugins/w3-total-cache/lib/Nusoap/class.xmlschema.php'),(4259,'wp-content/plugins/w3-total-cache/lib/Nusoap/index.html'),(4260,'wp-content/plugins/w3-total-cache/lib/Nusoap/nusoap.php'),(4261,'wp-content/plugins/w3-total-cache/lib/OAuth/W3tcOAuth.php'),(4262,'wp-content/plugins/w3-total-cache/lib/S3Compatible.php'),(4263,'wp-content/plugins/w3-total-cache/lib/SNS/README.md'),(4264,'wp-content/plugins/w3-total-cache/lib/SNS/lib/requestcore/LICENSE'),(4265,'wp-content/plugins/w3-total-cache/lib/SNS/lib/requestcore/README.md'),(4266,'wp-content/plugins/w3-total-cache/lib/SNS/lib/requestcore/cacert.pem'),(4267,'wp-content/plugins/w3-total-cache/lib/SNS/lib/requestcore/requestcore.class.php'),(4268,'wp-content/plugins/w3-total-cache/lib/SNS/sdk.class.php'),(4269,'wp-content/plugins/w3-total-cache/lib/SNS/services/MessageValidator/Message.php'),(4270,'wp-content/plugins/w3-total-cache/lib/SNS/services/MessageValidator/MessageValidator.php'),(4271,'wp-content/plugins/w3-total-cache/lib/SNS/services/MessageValidator/sns-exceptions.php'),(4272,'wp-content/plugins/w3-total-cache/lib/SNS/services/sns.class.php'),(4273,'wp-content/plugins/w3-total-cache/lib/SNS/utilities/request.class.php'),(4274,'wp-content/plugins/w3-total-cache/lib/SNS/utilities/response.class.php'),(4275,'wp-content/plugins/w3-total-cache/lib/SNS/utilities/simplexml.class.php'),(4276,'wp-content/plugins/w3-total-cache/lib/SNS/utilities/utilities.class.php'),(4277,'wp-content/plugins/w3-total-cache/lib/index.html'),(4278,'wp-content/plugins/w3-total-cache/press.txt'),(4279,'wp-content/plugins/w3-total-cache/pub/css/error.css'),(4280,'wp-content/plugins/w3-total-cache/pub/css/feature-showcase.css'),(4281,'wp-content/plugins/w3-total-cache/pub/css/index.html'),(4282,'wp-content/plugins/w3-total-cache/pub/css/lightbox.css'),(4283,'wp-content/plugins/w3-total-cache/pub/css/options.css'),(4284,'wp-content/plugins/w3-total-cache/pub/css/popup.css'),(4285,'wp-content/plugins/w3-total-cache/pub/css/setup-guide.css'),(4286,'wp-content/plugins/w3-total-cache/pub/css/widget.css'),(4287,'wp-content/plugins/w3-total-cache/pub/css/wizard.css'),(4288,'wp-content/plugins/w3-total-cache/pub/fonts/source-a.svg'),(4289,'wp-content/plugins/w3-total-cache/pub/fonts/w3tc.eot'),(4290,'wp-content/plugins/w3-total-cache/pub/fonts/w3tc.svg'),(4291,'wp-content/plugins/w3-total-cache/pub/fonts/w3tc.ttf'),(4292,'wp-content/plugins/w3-total-cache/pub/fonts/w3tc.woff'),(4293,'wp-content/plugins/w3-total-cache/pub/img/W3TC_dashboard_logo_title-retina.png'),(4294,'wp-content/plugins/w3-total-cache/pub/img/W3TC_dashboard_logo_title.png'),(4295,'wp-content/plugins/w3-total-cache/pub/img/button-grad-active.png'),(4296,'wp-content/plugins/w3-total-cache/pub/img/button-grad.png'),(4297,'wp-content/plugins/w3-total-cache/pub/img/cdn-highwinds-logo.png'),(4298,'wp-content/plugins/w3-total-cache/pub/img/close.png'),(4299,'wp-content/plugins/w3-total-cache/pub/img/google-logo.png'),(4300,'wp-content/plugins/w3-total-cache/pub/img/index.html'),(4301,'wp-content/plugins/w3-total-cache/pub/img/moon-bottom-left.png'),(4302,'wp-content/plugins/w3-total-cache/pub/img/moon-bottom-right.png'),(4303,'wp-content/plugins/w3-total-cache/pub/img/open.png'),(4304,'wp-content/plugins/w3-total-cache/pub/img/overlay/ceo.png'),(4305,'wp-content/plugins/w3-total-cache/pub/img/overlay/gauge-bg-tp.png'),(4306,'wp-content/plugins/w3-total-cache/pub/img/overlay/gray-check.png'),(4307,'wp-content/plugins/w3-total-cache/pub/img/overlay/lite-gray-check.png'),(4308,'wp-content/plugins/w3-total-cache/pub/img/overlay/lock.png'),(4309,'wp-content/plugins/w3-total-cache/pub/img/overlay/overlay-close.png'),(4310,'wp-content/plugins/w3-total-cache/pub/img/overlay/overlay-down-arrow.png'),(4311,'wp-content/plugins/w3-total-cache/pub/img/overlay/overlay-logo.png'),(4312,'wp-content/plugins/w3-total-cache/pub/img/overlay/save-close.png'),(4313,'wp-content/plugins/w3-total-cache/pub/img/overlay/select-arrow.png'),(4314,'wp-content/plugins/w3-total-cache/pub/img/overlay/twitter-bird-dark-bgs.png'),(4315,'wp-content/plugins/w3-total-cache/pub/img/overlay/wordpress-logo-simplified-rgb.png'),(4316,'wp-content/plugins/w3-total-cache/pub/img/ps_bar.gif'),(4317,'wp-content/plugins/w3-total-cache/pub/img/ps_grad.gif'),(4318,'wp-content/plugins/w3-total-cache/pub/img/ps_scores.png'),(4319,'wp-content/plugins/w3-total-cache/pub/img/sidebar-background.png'),(4320,'wp-content/plugins/w3-total-cache/pub/img/stats-bg.png'),(4321,'wp-content/plugins/w3-total-cache/pub/img/transparent-comet-moon.png'),(4322,'wp-content/plugins/w3-total-cache/pub/img/transparent-comet.png'),(4323,'wp-content/plugins/w3-total-cache/pub/img/usage-statistics-widget.png'),(4324,'wp-content/plugins/w3-total-cache/pub/img/w3tc_cube-shadow.png'),(4325,'wp-content/plugins/w3-total-cache/pub/img/w3tc_google-logo-retina.png'),(4326,'wp-content/plugins/w3-total-cache/pub/img/w3tc_google-logo.png'),(4327,'wp-content/plugins/w3-total-cache/pub/img/w3tc_maxcdn-logo-retina.png'),(4328,'wp-content/plugins/w3-total-cache/pub/img/w3tc_maxcdn-logo.png'),(4329,'wp-content/plugins/w3-total-cache/pub/img/w3tc_netdna-logo-retina.png'),(4330,'wp-content/plugins/w3-total-cache/pub/img/w3tc_netdna-logo.png'),(4331,'wp-content/plugins/w3-total-cache/pub/img/w3tc_newrelic-logo-retina.png'),(4332,'wp-content/plugins/w3-total-cache/pub/img/w3tc_newrelic-logo.png'),(4333,'wp-content/plugins/w3-total-cache/pub/img/w3tc_stackpath_logo.svg'),(4334,'wp-content/plugins/w3-total-cache/pub/img/w3tc_swarmify-logo-retina.png'),(4335,'wp-content/plugins/w3-total-cache/pub/img/w3tc_swarmify-logo.png'),(4336,'wp-content/plugins/w3-total-cache/pub/img/w3tc_w3edge-logo-retina.png'),(4337,'wp-content/plugins/w3-total-cache/pub/img/w3tc_w3edge-logo.png'),(4338,'wp-content/plugins/w3-total-cache/pub/img/w3tc_w3tc-logo-retina.png'),(4339,'wp-content/plugins/w3-total-cache/pub/img/w3tc_w3tc-logo.png'),(4340,'wp-content/plugins/w3-total-cache/pub/img/white-grad-active.png'),(4341,'wp-content/plugins/w3-total-cache/pub/img/white-grad.png'),(4342,'wp-content/plugins/w3-total-cache/pub/img/wpspin_light.gif'),(4343,'wp-content/plugins/w3-total-cache/pub/index.html'),(4344,'wp-content/plugins/w3-total-cache/pub/js/chartjs.min.js'),(4345,'wp-content/plugins/w3-total-cache/pub/js/feature-counter.js'),(4346,'wp-content/plugins/w3-total-cache/pub/js/index.html'),(4347,'wp-content/plugins/w3-total-cache/pub/js/jquery.masonry.min.js'),(4348,'wp-content/plugins/w3-total-cache/pub/js/lazyload.min.js'),(4349,'wp-content/plugins/w3-total-cache/pub/js/lazyload.version.txt'),(4350,'wp-content/plugins/w3-total-cache/pub/js/lightbox.js'),(4351,'wp-content/plugins/w3-total-cache/pub/js/metadata.js'),(4352,'wp-content/plugins/w3-total-cache/pub/js/options-validator.js'),(4353,'wp-content/plugins/w3-total-cache/pub/js/options.js'),(4354,'wp-content/plugins/w3-total-cache/pub/js/popup.js'),(4355,'wp-content/plugins/w3-total-cache/pub/js/setup-guide.js'),(4356,'wp-content/plugins/w3-total-cache/pub/js/widget.js'),(4357,'wp-content/plugins/w3-total-cache/pub/js/wizard.js'),(4358,'wp-content/plugins/w3-total-cache/pub/opcache.php'),(4359,'wp-content/plugins/w3-total-cache/pub/sns.php'),(4360,'wp-content/plugins/w3-total-cache/readme.txt'),(4361,'wp-content/plugins/w3-total-cache/w3-total-cache-api.php'),(4362,'wp-content/plugins/w3-total-cache/w3-total-cache-old-php.php'),(4363,'wp-content/plugins/w3-total-cache/w3-total-cache.php'),(4364,'wp-content/plugins/w3-total-cache/wp-content/advanced-cache.php'),(4365,'wp-content/plugins/w3-total-cache/wp-content/db.php'),(4366,'wp-content/plugins/w3-total-cache/wp-content/index.html'),(4367,'wp-content/plugins/w3-total-cache/wp-content/object-cache.php'),(4368,'wp-content/plugins/wordfence/crypto/vendor/autoload.php'),(4369,'wp-content/plugins/wordfence/crypto/vendor/composer/ClassLoader.php'),(4370,'wp-content/plugins/wordfence/crypto/vendor/composer/InstalledVersions.php'),(4371,'wp-content/plugins/wordfence/crypto/vendor/composer/LICENSE'),(4372,'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_classmap.php'),(4373,'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_files.php'),(4374,'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_namespaces.php'),(4375,'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_psr4.php'),(4376,'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_real.php'),(4377,'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_static.php'),(4378,'wp-content/plugins/wordfence/crypto/vendor/composer/installed.json'),(4379,'wp-content/plugins/wordfence/crypto/vendor/composer/installed.php'),(4380,'wp-content/plugins/wordfence/crypto/vendor/composer/platform_check.php'),(4381,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/LICENSE'),(4382,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey'),(4383,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey.asc'),(4384,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/byte_safe_strings.php'),(4385,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/cast_to_int.php'),(4386,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/error_polyfill.php'),(4387,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random.php'),(4388,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_com_dotnet.php'),(4389,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_dev_urandom.php'),(4390,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_libsodium.php'),(4391,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_libsodium_legacy.php'),(4392,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_mcrypt.php'),(4393,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_int.php'),(4394,'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/psalm-autoload.php'),(4395,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/LICENSE'),(4396,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload-fast.php'),(4397,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload-pedantic.php'),(4398,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload-php7.php'),(4399,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload-phpunit.php'),(4400,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload.php'),(4401,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/composer-php52.json'),(4402,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/constants.php'),(4403,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/namespaced.php'),(4404,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/php72compat.php'),(4405,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/php72compat_const.php'),(4406,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/sodium_compat.php'),(4407,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Compat.php'),(4408,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/BLAKE2b.php'),(4409,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20/Ctx.php'),(4410,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20/IetfCtx.php'),(4411,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20.php'),(4412,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Fe.php'),(4413,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/Cached.php'),(4414,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P1p1.php'),(4415,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P2.php'),(4416,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P3.php'),(4417,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/Precomp.php'),(4418,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/H.php'),(4419,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519.php'),(4420,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Ed25519.php'),(4421,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/HChaCha20.php'),(4422,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/HSalsa20.php'),(4423,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Poly1305/State.php'),(4424,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Poly1305.php'),(4425,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Salsa20.php'),(4426,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/SipHash.php'),(4427,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Util.php'),(4428,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/X25519.php'),(4429,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/XChaCha20.php'),(4430,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Xsalsa20.php'),(4431,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Crypto.php'),(4432,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/File.php'),(4433,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/psalm-above-3.xml'),(4434,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/psalm-below-3.xml'),(4435,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Compat.php'),(4436,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/BLAKE2b.php'),(4437,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Base64/Common.php'),(4438,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Base64/Original.php'),(4439,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Base64/UrlSafe.php'),(4440,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20/Ctx.php'),(4441,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20/IetfCtx.php'),(4442,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20.php'),(4443,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Fe.php'),(4444,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/Cached.php'),(4445,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P1p1.php'),(4446,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P2.php'),(4447,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P3.php'),(4448,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/Precomp.php'),(4449,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/H.php'),(4450,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519.php'),(4451,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Ed25519.php'),(4452,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/HChaCha20.php'),(4453,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/HSalsa20.php'),(4454,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Poly1305/State.php'),(4455,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Poly1305.php'),(4456,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Salsa20.php'),(4457,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/SecretStream/State.php'),(4458,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/SipHash.php'),(4459,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Util.php'),(4460,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/X25519.php'),(4461,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/XChaCha20.php'),(4462,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/XSalsa20.php'),(4463,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/BLAKE2b.php'),(4464,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20/Ctx.php'),(4465,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20/IetfCtx.php'),(4466,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20.php'),(4467,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Fe.php'),(4468,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/Cached.php'),(4469,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P1p1.php'),(4470,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P2.php'),(4471,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P3.php'),(4472,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/Precomp.php'),(4473,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/H.php'),(4474,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519.php'),(4475,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Ed25519.php'),(4476,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/HChaCha20.php'),(4477,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/HSalsa20.php'),(4478,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Int32.php'),(4479,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Int64.php'),(4480,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Poly1305/State.php'),(4481,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Poly1305.php'),(4482,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Salsa20.php'),(4483,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/SecretStream/State.php'),(4484,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/SipHash.php'),(4485,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Util.php'),(4486,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/X25519.php'),(4487,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/XChaCha20.php'),(4488,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/XSalsa20.php'),(4489,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Crypto.php'),(4490,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Crypto32.php'),(4491,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/File.php'),(4492,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/PHP52/SplFixedArray.php'),(4493,'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/SodiumException.php'),(4494,'wp-content/plugins/wordfence/css/activity-report-widget.1607007971.css'),(4495,'wp-content/plugins/wordfence/css/diff.1607007971.css'),(4496,'wp-content/plugins/wordfence/css/dt_table.1607007971.css'),(4497,'wp-content/plugins/wordfence/css/fullLog.1607007971.css'),(4498,'wp-content/plugins/wordfence/css/images/ui-icons_444444_256x240.png'),(4499,'wp-content/plugins/wordfence/css/images/ui-icons_555555_256x240.png'),(4500,'wp-content/plugins/wordfence/css/images/ui-icons_777620_256x240.png'),(4501,'wp-content/plugins/wordfence/css/images/ui-icons_777777_256x240.png'),(4502,'wp-content/plugins/wordfence/css/images/ui-icons_cc0000_256x240.png'),(4503,'wp-content/plugins/wordfence/css/images/ui-icons_ffffff_256x240.png'),(4504,'wp-content/plugins/wordfence/css/iptraf.1607007971.css'),(4505,'wp-content/plugins/wordfence/css/jquery-ui-timepicker-addon.1607007971.css'),(4506,'wp-content/plugins/wordfence/css/jquery-ui.min.1607007971.css'),(4507,'wp-content/plugins/wordfence/css/jquery-ui.structure.min.1607007971.css'),(4508,'wp-content/plugins/wordfence/css/jquery-ui.theme.min.1607007971.css'),(4509,'wp-content/plugins/wordfence/css/main.1607007971.css'),(4510,'wp-content/plugins/wordfence/css/phpinfo.1607007971.css'),(4511,'wp-content/plugins/wordfence/css/wf-adminbar.1607007971.css'),(4512,'wp-content/plugins/wordfence/css/wf-colorbox.1607007971.css'),(4513,'wp-content/plugins/wordfence/css/wf-font-awesome.1607007971.css'),(4514,'wp-content/plugins/wordfence/css/wf-global.1607007971.css'),(4515,'wp-content/plugins/wordfence/css/wf-ionicons.1607007971.css'),(4516,'wp-content/plugins/wordfence/css/wf-onboarding.1607007971.css'),(4517,'wp-content/plugins/wordfence/css/wf-roboto-font.1607007971.css'),(4518,'wp-content/plugins/wordfence/css/wfselect2.min.1607007971.css'),(4519,'wp-content/plugins/wordfence/css/wordfenceBox.1607007971.css'),(4520,'wp-content/plugins/wordfence/fonts/fontawesome-webfont.woff'),(4521,'wp-content/plugins/wordfence/fonts/ionicons.woff'),(4522,'wp-content/plugins/wordfence/fonts/roboto-KFOkCnqEu92Fr1Mu51xGIzQXKMnyrYk.woff'),(4523,'wp-content/plugins/wordfence/fonts/roboto-KFOkCnqEu92Fr1Mu51xIIzQXKMny.woff'),(4524,'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmEU9fBBc-AMP6lQ.woff'),(4525,'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmEU9fChc-AMP6lbBP.woff'),(4526,'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmSU5fBBc-AMP6lQ.woff'),(4527,'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmSU5fChc-AMP6lbBP.woff'),(4528,'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmWUlfBBc-AMP6lQ.woff'),(4529,'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmWUlfChc-AMP6lbBP.woff'),(4530,'wp-content/plugins/wordfence/fonts/roboto-KFOmCnqEu92Fr1Mu4mxMKTU1Kg.woff'),(4531,'wp-content/plugins/wordfence/fonts/roboto-KFOmCnqEu92Fr1Mu7GxMKTU1Kvnz.woff'),(4532,'wp-content/plugins/wordfence/images/2fa-whole.svg'),(4533,'wp-content/plugins/wordfence/images/2fa1.svg'),(4534,'wp-content/plugins/wordfence/images/2fa2.svg'),(4535,'wp-content/plugins/wordfence/images/back_disabled.jpg'),(4536,'wp-content/plugins/wordfence/images/back_enabled.jpg'),(4537,'wp-content/plugins/wordfence/images/blocking.svg'),(4538,'wp-content/plugins/wordfence/images/button-grad-grey.png'),(4539,'wp-content/plugins/wordfence/images/checkbox.png'),(4540,'wp-content/plugins/wordfence/images/flags.png'),(4541,'wp-content/plugins/wordfence/images/forward_disabled.jpg'),(4542,'wp-content/plugins/wordfence/images/forward_enabled.jpg'),(4543,'wp-content/plugins/wordfence/images/help.png'),(4544,'wp-content/plugins/wordfence/images/icons/ajax24.gif'),(4545,'wp-content/plugins/wordfence/images/icons/ajax3.gif'),(4546,'wp-content/plugins/wordfence/images/icons/ajaxRed16.gif'),(4547,'wp-content/plugins/wordfence/images/icons/ajaxScan.gif'),(4548,'wp-content/plugins/wordfence/images/icons/ajaxWhite32x32.gif'),(4549,'wp-content/plugins/wordfence/images/icons/arrow_refresh.png'),(4550,'wp-content/plugins/wordfence/images/icons/bullet_yellow.png'),(4551,'wp-content/plugins/wordfence/images/icons/email_go.png'),(4552,'wp-content/plugins/wordfence/images/icons/error128.png'),(4553,'wp-content/plugins/wordfence/images/icons/magnifier.png'),(4554,'wp-content/plugins/wordfence/images/icons/tick128.png'),(4555,'wp-content/plugins/wordfence/images/icons/warning128.png'),(4556,'wp-content/plugins/wordfence/images/icons/working-indicator.gif'),(4557,'wp-content/plugins/wordfence/images/lightbox-controls.png'),(4558,'wp-content/plugins/wordfence/images/loading.gif'),(4559,'wp-content/plugins/wordfence/images/loading_background.png'),(4560,'wp-content/plugins/wordfence/images/loading_large.gif'),(4561,'wp-content/plugins/wordfence/images/logo.png'),(4562,'wp-content/plugins/wordfence/images/options.svg'),(4563,'wp-content/plugins/wordfence/images/ratelimiting.svg'),(4564,'wp-content/plugins/wordfence/images/sort_asc.gif'),(4565,'wp-content/plugins/wordfence/images/sort_asc.png'),(4566,'wp-content/plugins/wordfence/images/sort_asc_disabled.gif'),(4567,'wp-content/plugins/wordfence/images/sort_asc_disabled.png'),(4568,'wp-content/plugins/wordfence/images/sort_both.gif'),(4569,'wp-content/plugins/wordfence/images/sort_both.png'),(4570,'wp-content/plugins/wordfence/images/sort_desc.gif'),(4571,'wp-content/plugins/wordfence/images/sort_desc.png'),(4572,'wp-content/plugins/wordfence/images/sort_desc_disabled.gif'),(4573,'wp-content/plugins/wordfence/images/sort_desc_disabled.png'),(4574,'wp-content/plugins/wordfence/images/support.svg'),(4575,'wp-content/plugins/wordfence/images/tools.svg'),(4576,'wp-content/plugins/wordfence/images/wf-central-logo.svg'),(4577,'wp-content/plugins/wordfence/images/wf-error-badge.svg'),(4578,'wp-content/plugins/wordfence/images/wf-horizontal.svg'),(4579,'wp-content/plugins/wordfence/images/wordfence-logo.svg'),(4580,'wp-content/plugins/wordfence/index.php'),(4581,'wp-content/plugins/wordfence/js/Chart.bundle.min.1607007971.js'),(4582,'wp-content/plugins/wordfence/js/admin.1607007971.js'),(4583,'wp-content/plugins/wordfence/js/admin.ajaxWatcher.1607007971.js'),(4584,'wp-content/plugins/wordfence/js/admin.liveTraffic.1607007971.js'),(4585,'wp-content/plugins/wordfence/js/date.1607007971.js'),(4586,'wp-content/plugins/wordfence/js/jquery-ui-timepicker-addon.1607007971.js'),(4587,'wp-content/plugins/wordfence/js/jquery.colorbox-min.1607007971.js'),(4588,'wp-content/plugins/wordfence/js/jquery.colorbox.1607007971.js'),(4589,'wp-content/plugins/wordfence/js/jquery.dataTables.min.1607007971.js'),(4590,'wp-content/plugins/wordfence/js/jquery.qrcode.min.1607007971.js'),(4591,'wp-content/plugins/wordfence/js/jquery.tmpl.min.1607007971.js'),(4592,'wp-content/plugins/wordfence/js/jquery.tools.min.1607007971.js'),(4593,'wp-content/plugins/wordfence/js/knockout-3.3.0.1607007971.js'),(4594,'wp-content/plugins/wordfence/js/wfdashboard.1607007971.js'),(4595,'wp-content/plugins/wordfence/js/wfdropdown.1607007971.js'),(4596,'wp-content/plugins/wordfence/js/wfglobal.1607007971.js'),(4597,'wp-content/plugins/wordfence/js/wfpopover.1607007971.js'),(4598,'wp-content/plugins/wordfence/js/wfselect2.min.1607007971.js'),(4599,'wp-content/plugins/wordfence/languages/wordfence.mo'),(4600,'wp-content/plugins/wordfence/languages/wordfence.po'),(4601,'wp-content/plugins/wordfence/lib/.htaccess'),(4602,'wp-content/plugins/wordfence/lib/Diff/Renderer/Abstract.php'),(4603,'wp-content/plugins/wordfence/lib/Diff/Renderer/Html/Array.php'),(4604,'wp-content/plugins/wordfence/lib/Diff/Renderer/Html/SideBySide.php'),(4605,'wp-content/plugins/wordfence/lib/Diff/SequenceMatcher.php'),(4606,'wp-content/plugins/wordfence/lib/Diff.php'),(4607,'wp-content/plugins/wordfence/lib/GeoLite2-Country.mmdb'),(4608,'wp-content/plugins/wordfence/lib/IPTraf.php'),(4609,'wp-content/plugins/wordfence/lib/IPTrafList.php'),(4610,'wp-content/plugins/wordfence/lib/WFLSPHP52Compatability.php'),(4611,'wp-content/plugins/wordfence/lib/compat.php'),(4612,'wp-content/plugins/wordfence/lib/conntest.php'),(4613,'wp-content/plugins/wordfence/lib/cronview.php'),(4614,'wp-content/plugins/wordfence/lib/dashboard/widget_content_countries.php'),(4615,'wp-content/plugins/wordfence/lib/dashboard/widget_content_ips.php'),(4616,'wp-content/plugins/wordfence/lib/dashboard/widget_content_logins.php'),(4617,'wp-content/plugins/wordfence/lib/dashboard/widget_countries.php'),(4618,'wp-content/plugins/wordfence/lib/dashboard/widget_ips.php'),(4619,'wp-content/plugins/wordfence/lib/dashboard/widget_localattacks.php'),(4620,'wp-content/plugins/wordfence/lib/dashboard/widget_logins.php'),(4621,'wp-content/plugins/wordfence/lib/dashboard/widget_networkattacks.php'),(4622,'wp-content/plugins/wordfence/lib/dashboard/widget_notifications.php'),(4623,'wp-content/plugins/wordfence/lib/dashboard/widget_tdf.php'),(4624,'wp-content/plugins/wordfence/lib/dbview.php'),(4625,'wp-content/plugins/wordfence/lib/diffResult.php'),(4626,'wp-content/plugins/wordfence/lib/email_genericAlert.php'),(4627,'wp-content/plugins/wordfence/lib/email_newIssues.php'),(4628,'wp-content/plugins/wordfence/lib/email_unlockRequest.php'),(4629,'wp-content/plugins/wordfence/lib/email_unsubscribeRequest.php'),(4630,'wp-content/plugins/wordfence/lib/flags.php'),(4631,'wp-content/plugins/wordfence/lib/live_activity.php'),(4632,'wp-content/plugins/wordfence/lib/menu_dashboard.php'),(4633,'wp-content/plugins/wordfence/lib/menu_dashboard_options.php'),(4634,'wp-content/plugins/wordfence/lib/menu_firewall.php'),(4635,'wp-content/plugins/wordfence/lib/menu_firewall_blocking.php'),(4636,'wp-content/plugins/wordfence/lib/menu_firewall_blocking_options.php'),(4637,'wp-content/plugins/wordfence/lib/menu_firewall_waf.php'),(4638,'wp-content/plugins/wordfence/lib/menu_firewall_waf_options.php'),(4639,'wp-content/plugins/wordfence/lib/menu_options.php'),(4640,'wp-content/plugins/wordfence/lib/menu_scanner.php'),(4641,'wp-content/plugins/wordfence/lib/menu_scanner_credentials.php'),(4642,'wp-content/plugins/wordfence/lib/menu_scanner_options.php'),(4643,'wp-content/plugins/wordfence/lib/menu_support.php'),(4644,'wp-content/plugins/wordfence/lib/menu_tools.php'),(4645,'wp-content/plugins/wordfence/lib/menu_tools_diagnostic.php'),(4646,'wp-content/plugins/wordfence/lib/menu_tools_importExport.php'),(4647,'wp-content/plugins/wordfence/lib/menu_tools_livetraffic.php'),(4648,'wp-content/plugins/wordfence/lib/menu_tools_twoFactor.php'),(4649,'wp-content/plugins/wordfence/lib/menu_tools_whois.php'),(4650,'wp-content/plugins/wordfence/lib/menu_wordfence_central.php'),(4651,'wp-content/plugins/wordfence/lib/noc1.key'),(4652,'wp-content/plugins/wordfence/lib/rest-api/wfRESTAuthenticationController.php'),(4653,'wp-content/plugins/wordfence/lib/rest-api/wfRESTBaseController.php'),(4654,'wp-content/plugins/wordfence/lib/rest-api/wfRESTConfigController.php'),(4655,'wp-content/plugins/wordfence/lib/rest-api/wfRESTScanController.php'),(4656,'wp-content/plugins/wordfence/lib/sysinfo.php'),(4657,'wp-content/plugins/wordfence/lib/unknownFiles.php'),(4658,'wp-content/plugins/wordfence/lib/viewFullActivityLog.php'),(4659,'wp-content/plugins/wordfence/lib/wf503.php'),(4660,'wp-content/plugins/wordfence/lib/wfAPI.php'),(4661,'wp-content/plugins/wordfence/lib/wfActivityReport.php'),(4662,'wp-content/plugins/wordfence/lib/wfAdminNoticeQueue.php'),(4663,'wp-content/plugins/wordfence/lib/wfAlerts.php'),(4664,'wp-content/plugins/wordfence/lib/wfArray.php'),(4665,'wp-content/plugins/wordfence/lib/wfBrowscap.php'),(4666,'wp-content/plugins/wordfence/lib/wfBrowscapCache.php'),(4667,'wp-content/plugins/wordfence/lib/wfBulkCountries.php'),(4668,'wp-content/plugins/wordfence/lib/wfCache.php'),(4669,'wp-content/plugins/wordfence/lib/wfCentralAPI.php'),(4670,'wp-content/plugins/wordfence/lib/wfConfig.php'),(4671,'wp-content/plugins/wordfence/lib/wfCrawl.php'),(4672,'wp-content/plugins/wordfence/lib/wfCredentialsController.php'),(4673,'wp-content/plugins/wordfence/lib/wfCrypt.php'),(4674,'wp-content/plugins/wordfence/lib/wfDB.php'),(4675,'wp-content/plugins/wordfence/lib/wfDashboard.php'),(4676,'wp-content/plugins/wordfence/lib/wfDateLocalization.php'),(4677,'wp-content/plugins/wordfence/lib/wfDiagnostic.php'),(4678,'wp-content/plugins/wordfence/lib/wfDict.php'),(4679,'wp-content/plugins/wordfence/lib/wfDirectoryIterator.php'),(4680,'wp-content/plugins/wordfence/lib/wfHelperBin.php'),(4681,'wp-content/plugins/wordfence/lib/wfHelperString.php'),(4682,'wp-content/plugins/wordfence/lib/wfIPWhitelist.php'),(4683,'wp-content/plugins/wordfence/lib/wfImportExportController.php'),(4684,'wp-content/plugins/wordfence/lib/wfIssues.php'),(4685,'wp-content/plugins/wordfence/lib/wfJWT.php'),(4686,'wp-content/plugins/wordfence/lib/wfLockedOut.php'),(4687,'wp-content/plugins/wordfence/lib/wfLog.php'),(4688,'wp-content/plugins/wordfence/lib/wfMD5BloomFilter.php'),(4689,'wp-content/plugins/wordfence/lib/wfModuleController.php'),(4690,'wp-content/plugins/wordfence/lib/wfNotification.php'),(4691,'wp-content/plugins/wordfence/lib/wfOnboardingController.php'),(4692,'wp-content/plugins/wordfence/lib/wfPersistenceController.php'),(4693,'wp-content/plugins/wordfence/lib/wfRESTAPI.php'),(4694,'wp-content/plugins/wordfence/lib/wfScan.php'),(4695,'wp-content/plugins/wordfence/lib/wfScanEngine.php'),(4696,'wp-content/plugins/wordfence/lib/wfSchema.php'),(4697,'wp-content/plugins/wordfence/lib/wfStyle.php'),(4698,'wp-content/plugins/wordfence/lib/wfSupportController.php'),(4699,'wp-content/plugins/wordfence/lib/wfUnlockMsg.php'),(4700,'wp-content/plugins/wordfence/lib/wfUpdateCheck.php'),(4701,'wp-content/plugins/wordfence/lib/wfUtils.php'),(4702,'wp-content/plugins/wordfence/lib/wfVersionCheckController.php'),(4703,'wp-content/plugins/wordfence/lib/wfView.php'),(4704,'wp-content/plugins/wordfence/lib/wfViewResult.php'),(4705,'wp-content/plugins/wordfence/lib/wordfenceClass.php'),(4706,'wp-content/plugins/wordfence/lib/wordfenceConstants.php'),(4707,'wp-content/plugins/wordfence/lib/wordfenceHash.php'),(4708,'wp-content/plugins/wordfence/lib/wordfenceScanner.php'),(4709,'wp-content/plugins/wordfence/lib/wordfenceURLHoover.php'),(4710,'wp-content/plugins/wordfence/models/.htaccess'),(4711,'wp-content/plugins/wordfence/models/block/wfBlock.php'),(4712,'wp-content/plugins/wordfence/models/block/wfRateLimit.php'),(4713,'wp-content/plugins/wordfence/models/common/wfGeoIP2.php'),(4714,'wp-content/plugins/wordfence/models/common/wfTab.php'),(4715,'wp-content/plugins/wordfence/models/firewall/wfFirewall.php'),(4716,'wp-content/plugins/wordfence/models/page/wfPage.php'),(4717,'wp-content/plugins/wordfence/models/scanner/wfScanner.php'),(4718,'wp-content/plugins/wordfence/modules/login-security/classes/.htaccess'),(4719,'wp-content/plugins/wordfence/modules/login-security/classes/controller/ajax.php'),(4720,'wp-content/plugins/wordfence/modules/login-security/classes/controller/captcha.php'),(4721,'wp-content/plugins/wordfence/modules/login-security/classes/controller/cron.php'),(4722,'wp-content/plugins/wordfence/modules/login-security/classes/controller/db.php'),(4723,'wp-content/plugins/wordfence/modules/login-security/classes/controller/notices.php'),(4724,'wp-content/plugins/wordfence/modules/login-security/classes/controller/permissions.php'),(4725,'wp-content/plugins/wordfence/modules/login-security/classes/controller/settings.php'),(4726,'wp-content/plugins/wordfence/modules/login-security/classes/controller/support.php'),(4727,'wp-content/plugins/wordfence/modules/login-security/classes/controller/time.php'),(4728,'wp-content/plugins/wordfence/modules/login-security/classes/controller/totp.php'),(4729,'wp-content/plugins/wordfence/modules/login-security/classes/controller/users.php'),(4730,'wp-content/plugins/wordfence/modules/login-security/classes/controller/whitelist.php'),(4731,'wp-content/plugins/wordfence/modules/login-security/classes/controller/wordfencels.php'),(4732,'wp-content/plugins/wordfence/modules/login-security/classes/model/asset.php'),(4733,'wp-content/plugins/wordfence/modules/login-security/classes/model/compat.php'),(4734,'wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/base2n.php'),(4735,'wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/jwt.php'),(4736,'wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/symmetric.php'),(4737,'wp-content/plugins/wordfence/modules/login-security/classes/model/crypto.php'),(4738,'wp-content/plugins/wordfence/modules/login-security/classes/model/ip.php'),(4739,'wp-content/plugins/wordfence/modules/login-security/classes/model/notice.php'),(4740,'wp-content/plugins/wordfence/modules/login-security/classes/model/request.php'),(4741,'wp-content/plugins/wordfence/modules/login-security/classes/model/settings/db.php'),(4742,'wp-content/plugins/wordfence/modules/login-security/classes/model/settings/wpoptions.php'),(4743,'wp-content/plugins/wordfence/modules/login-security/classes/model/settings.php'),(4744,'wp-content/plugins/wordfence/modules/login-security/classes/model/text/html.php'),(4745,'wp-content/plugins/wordfence/modules/login-security/classes/model/text/javascript.php'),(4746,'wp-content/plugins/wordfence/modules/login-security/classes/model/tokenbucket.php'),(4747,'wp-content/plugins/wordfence/modules/login-security/classes/model/view/tab.php'),(4748,'wp-content/plugins/wordfence/modules/login-security/classes/model/view/title.php'),(4749,'wp-content/plugins/wordfence/modules/login-security/classes/model/view.php'),(4750,'wp-content/plugins/wordfence/modules/login-security/css/admin-global.1607007971.css'),(4751,'wp-content/plugins/wordfence/modules/login-security/css/admin.1607007971.css'),(4752,'wp-content/plugins/wordfence/modules/login-security/css/colorbox.1607007971.css'),(4753,'wp-content/plugins/wordfence/modules/login-security/css/font-awesome.1607007971.css'),(4754,'wp-content/plugins/wordfence/modules/login-security/css/ionicons.1607007971.css'),(4755,'wp-content/plugins/wordfence/modules/login-security/css/jquery-ui-timepicker-addon.1607007971.css'),(4756,'wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.min.1607007971.css'),(4757,'wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.structure.min.1607007971.css'),(4758,'wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.theme.min.1607007971.css'),(4759,'wp-content/plugins/wordfence/modules/login-security/css/login.1607007971.css'),(4760,'wp-content/plugins/wordfence/modules/login-security/img/header.svg'),(4761,'wp-content/plugins/wordfence/modules/login-security/img/lightbox-controls.png'),(4762,'wp-content/plugins/wordfence/modules/login-security/img/loading.gif'),(4763,'wp-content/plugins/wordfence/modules/login-security/img/loading_background.png'),(4764,'wp-content/plugins/wordfence/modules/login-security/img/menu.svg'),(4765,'wp-content/plugins/wordfence/modules/login-security/img/ui-icons_444444_256x240.png'),(4766,'wp-content/plugins/wordfence/modules/login-security/img/ui-icons_555555_256x240.png'),(4767,'wp-content/plugins/wordfence/modules/login-security/img/ui-icons_777620_256x240.png'),(4768,'wp-content/plugins/wordfence/modules/login-security/img/ui-icons_777777_256x240.png'),(4769,'wp-content/plugins/wordfence/modules/login-security/img/ui-icons_cc0000_256x240.png'),(4770,'wp-content/plugins/wordfence/modules/login-security/img/ui-icons_ffffff_256x240.png'),(4771,'wp-content/plugins/wordfence/modules/login-security/js/admin-global.1607007971.js'),(4772,'wp-content/plugins/wordfence/modules/login-security/js/admin.1607007971.js'),(4773,'wp-content/plugins/wordfence/modules/login-security/js/jquery-ui-timepicker-addon.1607007971.js'),(4774,'wp-content/plugins/wordfence/modules/login-security/js/jquery.colorbox.1607007971.js'),(4775,'wp-content/plugins/wordfence/modules/login-security/js/jquery.colorbox.min.1607007971.js'),(4776,'wp-content/plugins/wordfence/modules/login-security/js/jquery.qrcode.min.1607007971.js'),(4777,'wp-content/plugins/wordfence/modules/login-security/js/jquery.tmpl.min.1607007971.js'),(4778,'wp-content/plugins/wordfence/modules/login-security/js/login.1607007971.js'),(4779,'wp-content/plugins/wordfence/modules/login-security/views/.htaccess'),(4780,'wp-content/plugins/wordfence/modules/login-security/views/common/modal-prompt.php'),(4781,'wp-content/plugins/wordfence/modules/login-security/views/email/login-verification.php'),(4782,'wp-content/plugins/wordfence/modules/login-security/views/manage/activate.php'),(4783,'wp-content/plugins/wordfence/modules/login-security/views/manage/code.php'),(4784,'wp-content/plugins/wordfence/modules/login-security/views/manage/deactivate.php'),(4785,'wp-content/plugins/wordfence/modules/login-security/views/manage/regenerate.php'),(4786,'wp-content/plugins/wordfence/modules/login-security/views/onboarding/standalone-header.php'),(4787,'wp-content/plugins/wordfence/modules/login-security/views/options/option-captcha-threshold.php'),(4788,'wp-content/plugins/wordfence/modules/login-security/views/options/option-captcha.php'),(4789,'wp-content/plugins/wordfence/modules/login-security/views/options/option-ip-source.php'),(4790,'wp-content/plugins/wordfence/modules/login-security/views/options/option-label.php'),(4791,'wp-content/plugins/wordfence/modules/login-security/views/options/option-require-2fa.php'),(4792,'wp-content/plugins/wordfence/modules/login-security/views/options/option-select.php'),(4793,'wp-content/plugins/wordfence/modules/login-security/views/options/option-switch.php'),(4794,'wp-content/plugins/wordfence/modules/login-security/views/options/option-text.php'),(4795,'wp-content/plugins/wordfence/modules/login-security/views/options/option-textarea.php'),(4796,'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-boolean-switch.php'),(4797,'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-multiple.php'),(4798,'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-segmented.php'),(4799,'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-select.php'),(4800,'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-sub.php'),(4801,'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-textarea.php'),(4802,'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled.php'),(4803,'wp-content/plugins/wordfence/modules/login-security/views/options/option-token.php'),(4804,'wp-content/plugins/wordfence/modules/login-security/views/page/manage.php'),(4805,'wp-content/plugins/wordfence/modules/login-security/views/page/page.php'),(4806,'wp-content/plugins/wordfence/modules/login-security/views/page/section-title.php'),(4807,'wp-content/plugins/wordfence/modules/login-security/views/page/settings.php'),(4808,'wp-content/plugins/wordfence/modules/login-security/views/page/tabbar.php'),(4809,'wp-content/plugins/wordfence/modules/login-security/views/settings/options.php'),(4810,'wp-content/plugins/wordfence/modules/login-security/views/settings/user-stats.php'),(4811,'wp-content/plugins/wordfence/modules/login-security/wordfence-login-security.php'),(4812,'wp-content/plugins/wordfence/readme.txt'),(4813,'wp-content/plugins/wordfence/tmp/.htaccess'),(4814,'wp-content/plugins/wordfence/vendor/.htaccess'),(4815,'wp-content/plugins/wordfence/vendor/autoload.php'),(4816,'wp-content/plugins/wordfence/vendor/composer/ClassLoader.php'),(4817,'wp-content/plugins/wordfence/vendor/composer/LICENSE'),(4818,'wp-content/plugins/wordfence/vendor/composer/autoload_classmap.php'),(4819,'wp-content/plugins/wordfence/vendor/composer/autoload_namespaces.php'),(4820,'wp-content/plugins/wordfence/vendor/composer/autoload_psr4.php'),(4821,'wp-content/plugins/wordfence/vendor/composer/autoload_real.php'),(4822,'wp-content/plugins/wordfence/vendor/composer/autoload_static.php'),(4823,'wp-content/plugins/wordfence/vendor/composer/ca-bundle/LICENSE'),(4824,'wp-content/plugins/wordfence/vendor/composer/ca-bundle/res/cacert.pem'),(4825,'wp-content/plugins/wordfence/vendor/composer/ca-bundle/src/CaBundle.php'),(4826,'wp-content/plugins/wordfence/vendor/composer/installed.json'),(4827,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/.gitmodules'),(4828,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/.php_cs'),(4829,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/LICENSE'),(4830,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Database/Reader.php'),(4831,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/AddressNotFoundException.php'),(4832,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/AuthenticationException.php'),(4833,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/GeoIp2Exception.php'),(4834,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/HttpException.php'),(4835,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/InvalidRequestException.php'),(4836,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/OutOfQueriesException.php'),(4837,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/AbstractModel.php'),(4838,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/AnonymousIp.php'),(4839,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Asn.php'),(4840,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/City.php'),(4841,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/ConnectionType.php'),(4842,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Country.php'),(4843,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Domain.php'),(4844,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Enterprise.php'),(4845,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Insights.php'),(4846,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Isp.php'),(4847,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/ProviderInterface.php'),(4848,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/AbstractPlaceRecord.php'),(4849,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/AbstractRecord.php'),(4850,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/City.php'),(4851,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Continent.php'),(4852,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Country.php'),(4853,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Location.php'),(4854,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/MaxMind.php'),(4855,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Postal.php'),(4856,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/RepresentedCountry.php'),(4857,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Subdivision.php'),(4858,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Traits.php'),(4859,'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/WebService/Client.php'),(4860,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/LICENSE'),(4861,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/AuthenticationException.php'),(4862,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/HttpException.php'),(4863,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/InsufficientFundsException.php'),(4864,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/InvalidInputException.php'),(4865,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/InvalidRequestException.php'),(4866,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/IpAddressNotFoundException.php'),(4867,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/PermissionRequiredException.php'),(4868,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/WebServiceException.php'),(4869,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/WebService/Client.php'),(4870,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/WebService/Http/CurlRequest.php'),(4871,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/WebService/Http/Request.php'),(4872,'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/WebService/Http/RequestFactory.php'),(4873,'wp-content/plugins/wordfence/vendor/maxmind-db/reader/LICENSE'),(4874,'wp-content/plugins/wordfence/vendor/maxmind-db/reader/autoload.php'),(4875,'wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/Decoder.php'),(4876,'wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/InvalidDatabaseException.php'),(4877,'wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/Metadata.php'),(4878,'wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/Util.php'),(4879,'wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader.php'),(4880,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/cacert.pem'),(4881,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/falsepositive.key'),(4882,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/init.php'),(4883,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/config.php'),(4884,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/http.php'),(4885,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/i18n.php'),(4886,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/json.php'),(4887,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/lexer.php'),(4888,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/parser.php'),(4889,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/sqli.php'),(4890,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/request.php'),(4891,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/rules.php'),(4892,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage/file.php'),(4893,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage/mysql.php'),(4894,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage.php'),(4895,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/utils.php'),(4896,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/view.php'),(4897,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/waf.php'),(4898,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/xmlrpc.php'),(4899,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/rules.key'),(4900,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403-blacklist.php'),(4901,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403-roadblock.php'),(4902,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403.php'),(4903,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/503-lockout.php'),(4904,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/503.php'),(4905,'wp-content/plugins/wordfence/views/.htaccess'),(4906,'wp-content/plugins/wordfence/views/blocking/block-list.php'),(4907,'wp-content/plugins/wordfence/views/blocking/blocking-create.php'),(4908,'wp-content/plugins/wordfence/views/blocking/blocking-status.php'),(4909,'wp-content/plugins/wordfence/views/blocking/country-block-map.php'),(4910,'wp-content/plugins/wordfence/views/blocking/country-modal.php'),(4911,'wp-content/plugins/wordfence/views/blocking/option-bypass-cookie.php'),(4912,'wp-content/plugins/wordfence/views/blocking/option-bypass-redirect.php'),(4913,'wp-content/plugins/wordfence/views/blocking/options-group-advanced-country.php'),(4914,'wp-content/plugins/wordfence/views/common/block-navigation-option.php'),(4915,'wp-content/plugins/wordfence/views/common/indeterminate-progress.php'),(4916,'wp-content/plugins/wordfence/views/common/license.php'),(4917,'wp-content/plugins/wordfence/views/common/modal-prompt.php'),(4918,'wp-content/plugins/wordfence/views/common/page-fixed-tabbar.php'),(4919,'wp-content/plugins/wordfence/views/common/page-help.php'),(4920,'wp-content/plugins/wordfence/views/common/page-tabbar.php'),(4921,'wp-content/plugins/wordfence/views/common/page-title.php'),(4922,'wp-content/plugins/wordfence/views/common/section-subtitle.php'),(4923,'wp-content/plugins/wordfence/views/common/section-title.php'),(4924,'wp-content/plugins/wordfence/views/common/status-circular.php'),(4925,'wp-content/plugins/wordfence/views/common/status-critical.php'),(4926,'wp-content/plugins/wordfence/views/common/status-detail.php'),(4927,'wp-content/plugins/wordfence/views/common/status-tooltip.php'),(4928,'wp-content/plugins/wordfence/views/common/status-warning.php'),(4929,'wp-content/plugins/wordfence/views/common/unsubscribe.php'),(4930,'wp-content/plugins/wordfence/views/dashboard/global-status.php'),(4931,'wp-content/plugins/wordfence/views/dashboard/option-howgetips.php'),(4932,'wp-content/plugins/wordfence/views/dashboard/options-group-alert.php'),(4933,'wp-content/plugins/wordfence/views/dashboard/options-group-dashboard.php'),(4934,'wp-content/plugins/wordfence/views/dashboard/options-group-email-summary.php'),(4935,'wp-content/plugins/wordfence/views/dashboard/options-group-general.php'),(4936,'wp-content/plugins/wordfence/views/dashboard/options-group-import.php'),(4937,'wp-content/plugins/wordfence/views/dashboard/options-group-license.php'),(4938,'wp-content/plugins/wordfence/views/dashboard/options-group-view-customization.php'),(4939,'wp-content/plugins/wordfence/views/dashboard/status-payment-expiring.php'),(4940,'wp-content/plugins/wordfence/views/dashboard/status-renewing.php'),(4941,'wp-content/plugins/wordfence/views/diagnostics/text.php'),(4942,'wp-content/plugins/wordfence/views/gdpr/banner.php'),(4943,'wp-content/plugins/wordfence/views/gdpr/disabled-overlay.php'),(4944,'wp-content/plugins/wordfence/views/onboarding/banner.php'),(4945,'wp-content/plugins/wordfence/views/onboarding/disabled-overlay.php'),(4946,'wp-content/plugins/wordfence/views/onboarding/fresh-install.php'),(4947,'wp-content/plugins/wordfence/views/onboarding/modal-final-attempt.php'),(4948,'wp-content/plugins/wordfence/views/onboarding/overlay.php'),(4949,'wp-content/plugins/wordfence/views/onboarding/plugin-header.php'),(4950,'wp-content/plugins/wordfence/views/onboarding/tour-overlay.php'),(4951,'wp-content/plugins/wordfence/views/options/block-all-options-controls.php'),(4952,'wp-content/plugins/wordfence/views/options/block-controls.php'),(4953,'wp-content/plugins/wordfence/views/options/option-label.php'),(4954,'wp-content/plugins/wordfence/views/options/option-select.php'),(4955,'wp-content/plugins/wordfence/views/options/option-switch.php'),(4956,'wp-content/plugins/wordfence/views/options/option-text.php'),(4957,'wp-content/plugins/wordfence/views/options/option-textarea.php'),(4958,'wp-content/plugins/wordfence/views/options/option-toggled-boolean-switch.php'),(4959,'wp-content/plugins/wordfence/views/options/option-toggled-multiple.php'),(4960,'wp-content/plugins/wordfence/views/options/option-toggled-segmented.php'),(4961,'wp-content/plugins/wordfence/views/options/option-toggled-select.php'),(4962,'wp-content/plugins/wordfence/views/options/option-toggled-sub.php'),(4963,'wp-content/plugins/wordfence/views/options/option-toggled-textarea.php'),(4964,'wp-content/plugins/wordfence/views/options/option-toggled.php'),(4965,'wp-content/plugins/wordfence/views/options/option-token.php'),(4966,'wp-content/plugins/wordfence/views/options/options-title.php'),(4967,'wp-content/plugins/wordfence/views/reports/activity-report-email-inline.php'),(4968,'wp-content/plugins/wordfence/views/reports/activity-report.php'),(4969,'wp-content/plugins/wordfence/views/scanner/issue-base.php'),(4970,'wp-content/plugins/wordfence/views/scanner/issue-checkGSB.php'),(4971,'wp-content/plugins/wordfence/views/scanner/issue-checkHowGetIPs.php'),(4972,'wp-content/plugins/wordfence/views/scanner/issue-checkSpamIP.php'),(4973,'wp-content/plugins/wordfence/views/scanner/issue-commentBadURL.php'),(4974,'wp-content/plugins/wordfence/views/scanner/issue-configReadable.php'),(4975,'wp-content/plugins/wordfence/views/scanner/issue-control-edit-comment.php'),(4976,'wp-content/plugins/wordfence/views/scanner/issue-control-edit-post.php'),(4977,'wp-content/plugins/wordfence/views/scanner/issue-control-edit-user.php'),(4978,'wp-content/plugins/wordfence/views/scanner/issue-control-hide-file.php'),(4979,'wp-content/plugins/wordfence/views/scanner/issue-control-ignore.php'),(4980,'wp-content/plugins/wordfence/views/scanner/issue-control-repair.php'),(4981,'wp-content/plugins/wordfence/views/scanner/issue-control-show-details.php'),(4982,'wp-content/plugins/wordfence/views/scanner/issue-coreUnknown.php'),(4983,'wp-content/plugins/wordfence/views/scanner/issue-database.php'),(4984,'wp-content/plugins/wordfence/views/scanner/issue-diskSpace.php'),(4985,'wp-content/plugins/wordfence/views/scanner/issue-easyPassword.php'),(4986,'wp-content/plugins/wordfence/views/scanner/issue-file.php'),(4987,'wp-content/plugins/wordfence/views/scanner/issue-geoipSupport.php'),(4988,'wp-content/plugins/wordfence/views/scanner/issue-knownfile.php'),(4989,'wp-content/plugins/wordfence/views/scanner/issue-optionBadURL.php'),(4990,'wp-content/plugins/wordfence/views/scanner/issue-postBadTitle.php'),(4991,'wp-content/plugins/wordfence/views/scanner/issue-postBadURL.php'),(4992,'wp-content/plugins/wordfence/views/scanner/issue-publiclyAccessible.php'),(4993,'wp-content/plugins/wordfence/views/scanner/issue-skippedPaths.php'),(4994,'wp-content/plugins/wordfence/views/scanner/issue-spamvertizeCheck.php'),(4995,'wp-content/plugins/wordfence/views/scanner/issue-suspiciousAdminUsers.php'),(4996,'wp-content/plugins/wordfence/views/scanner/issue-timelimit.php'),(4997,'wp-content/plugins/wordfence/views/scanner/issue-wafStatus.php'),(4998,'wp-content/plugins/wordfence/views/scanner/issue-wfPluginAbandoned.php'),(4999,'wp-content/plugins/wordfence/views/scanner/issue-wfPluginRemoved.php'),(5000,'wp-content/plugins/wordfence/views/scanner/issue-wfPluginUpgrade.php'),(5001,'wp-content/plugins/wordfence/views/scanner/issue-wfPluginVulnerable.php'),(5002,'wp-content/plugins/wordfence/views/scanner/issue-wfThemeUpgrade.php'),(5003,'wp-content/plugins/wordfence/views/scanner/issue-wfUpgrade.php'),(5004,'wp-content/plugins/wordfence/views/scanner/issue-wpscan_directoryList.php'),(5005,'wp-content/plugins/wordfence/views/scanner/issue-wpscan_fullPathDiscl.php'),(5006,'wp-content/plugins/wordfence/views/scanner/no-issues.php'),(5007,'wp-content/plugins/wordfence/views/scanner/option-scan-signatures.php'),(5008,'wp-content/plugins/wordfence/views/scanner/options-group-advanced.php'),(5009,'wp-content/plugins/wordfence/views/scanner/options-group-basic.php'),(5010,'wp-content/plugins/wordfence/views/scanner/options-group-general.php'),(5011,'wp-content/plugins/wordfence/views/scanner/options-group-performance.php'),(5012,'wp-content/plugins/wordfence/views/scanner/options-group-scan-schedule.php'),(5013,'wp-content/plugins/wordfence/views/scanner/scan-failed.php'),(5014,'wp-content/plugins/wordfence/views/scanner/scan-progress-detailed.php'),(5015,'wp-content/plugins/wordfence/views/scanner/scan-progress-element.php'),(5016,'wp-content/plugins/wordfence/views/scanner/scan-progress.php'),(5017,'wp-content/plugins/wordfence/views/scanner/scan-results.php'),(5018,'wp-content/plugins/wordfence/views/scanner/scan-scheduling.php'),(5019,'wp-content/plugins/wordfence/views/scanner/scan-starter.php'),(5020,'wp-content/plugins/wordfence/views/scanner/scan-type.php'),(5021,'wp-content/plugins/wordfence/views/scanner/scanner-status.php'),(5022,'wp-content/plugins/wordfence/views/scanner/site-cleaning-beta-sigs.php'),(5023,'wp-content/plugins/wordfence/views/scanner/site-cleaning-bottom.php'),(5024,'wp-content/plugins/wordfence/views/scanner/site-cleaning-high-sense.php'),(5025,'wp-content/plugins/wordfence/views/scanner/site-cleaning.php'),(5026,'wp-content/plugins/wordfence/views/tools/options-group-2fa.php'),(5027,'wp-content/plugins/wordfence/views/tools/options-group-live-traffic.php'),(5028,'wp-content/plugins/wordfence/views/tours/login-security.php'),(5029,'wp-content/plugins/wordfence/views/unsupported-php/admin-message.php'),(5030,'wp-content/plugins/wordfence/views/waf/debug.php'),(5031,'wp-content/plugins/wordfence/views/waf/firewall-status.php'),(5032,'wp-content/plugins/wordfence/views/waf/option-rate-limit.php'),(5033,'wp-content/plugins/wordfence/views/waf/option-rules.php'),(5034,'wp-content/plugins/wordfence/views/waf/option-whitelist.php'),(5035,'wp-content/plugins/wordfence/views/waf/options-group-advanced-firewall.php'),(5036,'wp-content/plugins/wordfence/views/waf/options-group-basic-firewall.php'),(5037,'wp-content/plugins/wordfence/views/waf/options-group-brute-force.php'),(5038,'wp-content/plugins/wordfence/views/waf/options-group-rate-limiting.php'),(5039,'wp-content/plugins/wordfence/views/waf/options-group-whitelisted.php'),(5040,'wp-content/plugins/wordfence/views/waf/status-tooltip-learning-mode.php'),(5041,'wp-content/plugins/wordfence/views/waf/waf-install-manual.php'),(5042,'wp-content/plugins/wordfence/views/waf/waf-install-success.php'),(5043,'wp-content/plugins/wordfence/views/waf/waf-install.php'),(5044,'wp-content/plugins/wordfence/views/waf/waf-modal-wrapper.php'),(5045,'wp-content/plugins/wordfence/views/waf/waf-uninstall-success.php'),(5046,'wp-content/plugins/wordfence/views/waf/waf-uninstall.php'),(5047,'wp-content/plugins/wordfence/waf/.htaccess'),(5048,'wp-content/plugins/wordfence/waf/bootstrap.php'),(5049,'wp-content/plugins/wordfence/waf/pomo/entry.php'),(5050,'wp-content/plugins/wordfence/waf/pomo/mo.php'),(5051,'wp-content/plugins/wordfence/waf/pomo/plural-forms.php'),(5052,'wp-content/plugins/wordfence/waf/pomo/po.php'),(5053,'wp-content/plugins/wordfence/waf/pomo/streams.php'),(5054,'wp-content/plugins/wordfence/waf/pomo/translations.php'),(5055,'wp-content/plugins/wordfence/waf/wfWAFGeoIP2.php'),(5056,'wp-content/plugins/wordfence/waf/wfWAFIPBlocksController.php'),(5057,'wp-content/plugins/wordfence/waf/wfWAFUserIPRange.php'),(5058,'wp-content/plugins/wordfence/wordfence.php'),(5059,'wp-content/plugins/worker/functions.php'),(5060,'wp-content/plugins/worker/index.php'),(5061,'wp-content/plugins/worker/init.php'),(5062,'wp-content/plugins/worker/publickeys/index.php'),(5063,'wp-content/plugins/worker/src/Gelf/Message.php'),(5064,'wp-content/plugins/worker/src/Gelf/Publisher.php'),(5065,'wp-content/plugins/worker/src/Gelf/index.php'),(5066,'wp-content/plugins/worker/src/MMB/Comment.php'),(5067,'wp-content/plugins/worker/src/MMB/Core.php'),(5068,'wp-content/plugins/worker/src/MMB/Installer.php'),(5069,'wp-content/plugins/worker/src/MMB/Stats.php'),(5070,'wp-content/plugins/worker/src/MMB/User.php'),(5071,'wp-content/plugins/worker/src/MMB/index.php'),(5072,'wp-content/plugins/worker/src/MWP/Action/Abstract.php'),(5073,'wp-content/plugins/worker/src/MWP/Action/ClearTransient.php'),(5074,'wp-content/plugins/worker/src/MWP/Action/ConnectWebsite.php'),(5075,'wp-content/plugins/worker/src/MWP/Action/Definition.php'),(5076,'wp-content/plugins/worker/src/MWP/Action/DestroySessions.php'),(5077,'wp-content/plugins/worker/src/MWP/Action/DownloadFile.php'),(5078,'wp-content/plugins/worker/src/MWP/Action/GetComponentsStats.php'),(5079,'wp-content/plugins/worker/src/MWP/Action/GetState.php'),(5080,'wp-content/plugins/worker/src/MWP/Action/IncrementalBackup/Abstract.php'),(5081,'wp-content/plugins/worker/src/MWP/Action/IncrementalBackup/AbstractFiles.php'),(5082,'wp-content/plugins/worker/src/MWP/Action/IncrementalBackup/AbstractTablesAction.php'),(5083,'wp-content/plugins/worker/src/MWP/Action/IncrementalBackup/ChecksumTables.php'),(5084,'wp-content/plugins/worker/src/MWP/Action/IncrementalBackup/FetchFiles.php'),(5085,'wp-content/plugins/worker/src/MWP/Action/IncrementalBackup/GetTableSchema.php'),(5086,'wp-content/plugins/worker/src/MWP/Action/IncrementalBackup/GetViewSchema.php'),(5087,'wp-content/plugins/worker/src/MWP/Action/IncrementalBackup/HashFiles.php'),(5088,'wp-content/plugins/worker/src/MWP/Action/IncrementalBackup/ListFiles.php'),(5089,'wp-content/plugins/worker/src/MWP/Action/IncrementalBackup/ListTables.php'),(5090,'wp-content/plugins/worker/src/MWP/Action/IncrementalBackup/Stats.php'),(5091,'wp-content/plugins/worker/src/MWP/Action/IncrementalBackup/StreamTables.php'),(5092,'wp-content/plugins/worker/src/MWP/Action/IncrementalBackup/index.php'),(5093,'wp-content/plugins/worker/src/MWP/Action/Registry.php'),(5094,'wp-content/plugins/worker/src/MWP/Action/index.php'),(5095,'wp-content/plugins/worker/src/MWP/Configuration/Conf.php'),(5096,'wp-content/plugins/worker/src/MWP/Configuration/Service.php'),(5097,'wp-content/plugins/worker/src/MWP/Configuration/index.php'),(5098,'wp-content/plugins/worker/src/MWP/Crypter/Factory.php'),(5099,'wp-content/plugins/worker/src/MWP/Crypter/Interface.php'),(5100,'wp-content/plugins/worker/src/MWP/Crypter/OpenSslCrypter.php'),(5101,'wp-content/plugins/worker/src/MWP/Crypter/PhpSecLibCrypter.php'),(5102,'wp-content/plugins/worker/src/MWP/Crypter/index.php'),(5103,'wp-content/plugins/worker/src/MWP/Debug/ErrorCatcher.php'),(5104,'wp-content/plugins/worker/src/MWP/Debug/EvalErrorHandler.php'),(5105,'wp-content/plugins/worker/src/MWP/Debug/FatalErrorException.php'),(5106,'wp-content/plugins/worker/src/MWP/Debug/index.php'),(5107,'wp-content/plugins/worker/src/MWP/Event/AbstractRequest.php'),(5108,'wp-content/plugins/worker/src/MWP/Event/ActionException.php'),(5109,'wp-content/plugins/worker/src/MWP/Event/ActionRequest.php'),(5110,'wp-content/plugins/worker/src/MWP/Event/ActionResponse.php'),(5111,'wp-content/plugins/worker/src/MWP/Event/Events.php'),(5112,'wp-content/plugins/worker/src/MWP/Event/MasterRequest.php'),(5113,'wp-content/plugins/worker/src/MWP/Event/MasterResponse.php'),(5114,'wp-content/plugins/worker/src/MWP/Event/PublicRequest.php'),(5115,'wp-content/plugins/worker/src/MWP/Event/index.php'),(5116,'wp-content/plugins/worker/src/MWP/EventListener/ActionException/MultipartException.php'),(5117,'wp-content/plugins/worker/src/MWP/EventListener/ActionException/SetExceptionData.php'),(5118,'wp-content/plugins/worker/src/MWP/EventListener/ActionException/index.php'),(5119,'wp-content/plugins/worker/src/MWP/EventListener/ActionRequest/LogRequest.php'),(5120,'wp-content/plugins/worker/src/MWP/EventListener/ActionRequest/SetSettings.php'),(5121,'wp-content/plugins/worker/src/MWP/EventListener/ActionRequest/VerifyNonce.php'),(5122,'wp-content/plugins/worker/src/MWP/EventListener/ActionRequest/index.php'),(5123,'wp-content/plugins/worker/src/MWP/EventListener/ActionResponse/ChainState.php'),(5124,'wp-content/plugins/worker/src/MWP/EventListener/ActionResponse/DownloadFile.php'),(5125,'wp-content/plugins/worker/src/MWP/EventListener/ActionResponse/FetchFiles.php'),(5126,'wp-content/plugins/worker/src/MWP/EventListener/ActionResponse/SetActionData.php'),(5127,'wp-content/plugins/worker/src/MWP/EventListener/ActionResponse/SetLegacyPhpExecutionData.php'),(5128,'wp-content/plugins/worker/src/MWP/EventListener/ActionResponse/SetLegacyWebsiteConnectionData.php'),(5129,'wp-content/plugins/worker/src/MWP/EventListener/ActionResponse/SetUpdaterLog.php'),(5130,'wp-content/plugins/worker/src/MWP/EventListener/ActionResponse/index.php'),(5131,'wp-content/plugins/worker/src/MWP/EventListener/EncodeMasterResponse.php'),(5132,'wp-content/plugins/worker/src/MWP/EventListener/FixCompatibility.php'),(5133,'wp-content/plugins/worker/src/MWP/EventListener/MasterRequest/AttachJsonMessageHandler.php'),(5134,'wp-content/plugins/worker/src/MWP/EventListener/MasterRequest/AuthenticateLegacyRequest.php'),(5135,'wp-content/plugins/worker/src/MWP/EventListener/MasterRequest/AuthenticateRequest.php'),(5136,'wp-content/plugins/worker/src/MWP/EventListener/MasterRequest/AuthenticateServiceRequest.php'),(5137,'wp-content/plugins/worker/src/MWP/EventListener/MasterRequest/RemoveUsernameParam.php'),(5138,'wp-content/plugins/worker/src/MWP/EventListener/MasterRequest/SetCurrentUser.php'),(5139,'wp-content/plugins/worker/src/MWP/EventListener/MasterRequest/SetErrorHandler.php'),(5140,'wp-content/plugins/worker/src/MWP/EventListener/MasterRequest/SetRequestSettings.php'),(5141,'wp-content/plugins/worker/src/MWP/EventListener/MasterRequest/VerifyConnectionInfo.php'),(5142,'wp-content/plugins/worker/src/MWP/EventListener/MasterRequest/index.php'),(5143,'wp-content/plugins/worker/src/MWP/EventListener/MasterResponse/LogResponse.php'),(5144,'wp-content/plugins/worker/src/MWP/EventListener/MasterResponse/index.php'),(5145,'wp-content/plugins/worker/src/MWP/EventListener/PublicRequest/AddConnectionKeyInfo.php'),(5146,'wp-content/plugins/worker/src/MWP/EventListener/PublicRequest/AddStatusPage.php'),(5147,'wp-content/plugins/worker/src/MWP/EventListener/PublicRequest/AutomaticLogin.php'),(5148,'wp-content/plugins/worker/src/MWP/EventListener/PublicRequest/BrandContactSupport.php'),(5149,'wp-content/plugins/worker/src/MWP/EventListener/PublicRequest/CommandListener.php'),(5150,'wp-content/plugins/worker/src/MWP/EventListener/PublicRequest/DisableEditor.php'),(5151,'wp-content/plugins/worker/src/MWP/EventListener/PublicRequest/SetHitCounter.php'),(5152,'wp-content/plugins/worker/src/MWP/EventListener/PublicRequest/SetPluginInfo.php'),(5153,'wp-content/plugins/worker/src/MWP/EventListener/PublicRequest/index.php'),(5154,'wp-content/plugins/worker/src/MWP/EventListener/index.php'),(5155,'wp-content/plugins/worker/src/MWP/Extension/HitCounter.php'),(5156,'wp-content/plugins/worker/src/MWP/Extension/index.php'),(5157,'wp-content/plugins/worker/src/MWP/FileManager/Model/DownloadFilesResult.php'),(5158,'wp-content/plugins/worker/src/MWP/FileManager/Model/Files.php'),(5159,'wp-content/plugins/worker/src/MWP/FileManager/Model/index.php'),(5160,'wp-content/plugins/worker/src/MWP/FileManager/index.php'),(5161,'wp-content/plugins/worker/src/MWP/Http/JsonResponse.php'),(5162,'wp-content/plugins/worker/src/MWP/Http/LegacyWorkerResponse.php'),(5163,'wp-content/plugins/worker/src/MWP/Http/MultipartResponse.php'),(5164,'wp-content/plugins/worker/src/MWP/Http/MultipartResponsePart.php'),(5165,'wp-content/plugins/worker/src/MWP/Http/RedirectResponse.php'),(5166,'wp-content/plugins/worker/src/MWP/Http/Response.php'),(5167,'wp-content/plugins/worker/src/MWP/Http/ResponseInterface.php'),(5168,'wp-content/plugins/worker/src/MWP/Http/StreamingResponse.php'),(5169,'wp-content/plugins/worker/src/MWP/Http/StreamingResponseInterface.php'),(5170,'wp-content/plugins/worker/src/MWP/Http/index.php'),(5171,'wp-content/plugins/worker/src/MWP/IncrementalBackup/Database/Configuration.php'),(5172,'wp-content/plugins/worker/src/MWP/IncrementalBackup/Database/ConnectionInterface.php'),(5173,'wp-content/plugins/worker/src/MWP/IncrementalBackup/Database/DumpOptions.php'),(5174,'wp-content/plugins/worker/src/MWP/IncrementalBackup/Database/DumperInterface.php'),(5175,'wp-content/plugins/worker/src/MWP/IncrementalBackup/Database/Exception/ConnectionException.php'),(5176,'wp-content/plugins/worker/src/MWP/IncrementalBackup/Database/Exception/index.php'),(5177,'wp-content/plugins/worker/src/MWP/IncrementalBackup/Database/Exception.php'),(5178,'wp-content/plugins/worker/src/MWP/IncrementalBackup/Database/MysqlConnection.php'),(5179,'wp-content/plugins/worker/src/MWP/IncrementalBackup/Database/MysqlDumpDumper.php'),(5180,'wp-content/plugins/worker/src/MWP/IncrementalBackup/Database/MysqlStatement.php'),(5181,'wp-content/plugins/worker/src/MWP/IncrementalBackup/Database/MysqliConnection.php'),(5182,'wp-content/plugins/worker/src/MWP/IncrementalBackup/Database/MysqliStatement.php'),(5183,'wp-content/plugins/worker/src/MWP/IncrementalBackup/Database/PdoConnection.php'),(5184,'wp-content/plugins/worker/src/MWP/IncrementalBackup/Database/PdoStatement.php'),(5185,'wp-content/plugins/worker/src/MWP/IncrementalBackup/Database/PhpDumper.php'),(5186,'wp-content/plugins/worker/src/MWP/IncrementalBackup/Database/StatementInterface.php'),(5187,'wp-content/plugins/worker/src/MWP/IncrementalBackup/Database/StreamableQuerySequenceDump.php'),(5188,'wp-content/plugins/worker/src/MWP/IncrementalBackup/Database/index.php'),(5189,'wp-content/plugins/worker/src/MWP/IncrementalBackup/FileReader.php'),(5190,'wp-content/plugins/worker/src/MWP/IncrementalBackup/HashComputer.php'),(5191,'wp-content/plugins/worker/src/MWP/IncrementalBackup/Model/FetchFilesResult.php'),(5192,'wp-content/plugins/worker/src/MWP/IncrementalBackup/Model/File.php'),(5193,'wp-content/plugins/worker/src/MWP/IncrementalBackup/Model/ServerStatistics.php'),(5194,'wp-content/plugins/worker/src/MWP/IncrementalBackup/Model/index.php'),(5195,'wp-content/plugins/worker/src/MWP/IncrementalBackup/index.php'),(5196,'wp-content/plugins/worker/src/MWP/Migration/Migration.php'),(5197,'wp-content/plugins/worker/src/MWP/Migration/index.php'),(5198,'wp-content/plugins/worker/src/MWP/Monolog/Handler/JsonMessageHandler.php'),(5199,'wp-content/plugins/worker/src/MWP/Monolog/Handler/index.php'),(5200,'wp-content/plugins/worker/src/MWP/Monolog/Processor/ExceptionProcessor.php'),(5201,'wp-content/plugins/worker/src/MWP/Monolog/Processor/ProcessProcessor.php'),(5202,'wp-content/plugins/worker/src/MWP/Monolog/Processor/RequestIdProcessor.php'),(5203,'wp-content/plugins/worker/src/MWP/Monolog/Processor/TimeUsageProcessor.php'),(5204,'wp-content/plugins/worker/src/MWP/Monolog/Processor/index.php'),(5205,'wp-content/plugins/worker/src/MWP/Monolog/index.php'),(5206,'wp-content/plugins/worker/src/MWP/Parser/DefinitionTokenizer.php'),(5207,'wp-content/plugins/worker/src/MWP/Parser/index.php'),(5208,'wp-content/plugins/worker/src/MWP/Process/ExecutableFinder.php'),(5209,'wp-content/plugins/worker/src/MWP/Process/index.php'),(5210,'wp-content/plugins/worker/src/MWP/Progress/Abstract.php'),(5211,'wp-content/plugins/worker/src/MWP/Progress/CurlCallbackInterface.php'),(5212,'wp-content/plugins/worker/src/MWP/Progress/Download.php'),(5213,'wp-content/plugins/worker/src/MWP/Progress/Upload.php'),(5214,'wp-content/plugins/worker/src/MWP/Progress/index.php'),(5215,'wp-content/plugins/worker/src/MWP/Security/Exception/NonceAlreadyUsed.php'),(5216,'wp-content/plugins/worker/src/MWP/Security/Exception/NonceExpired.php'),(5217,'wp-content/plugins/worker/src/MWP/Security/Exception/NonceFormatInvalid.php'),(5218,'wp-content/plugins/worker/src/MWP/Security/Exception/index.php'),(5219,'wp-content/plugins/worker/src/MWP/Security/HashNonce.php'),(5220,'wp-content/plugins/worker/src/MWP/Security/NonceInterface.php'),(5221,'wp-content/plugins/worker/src/MWP/Security/NonceManager.php'),(5222,'wp-content/plugins/worker/src/MWP/Security/index.php'),(5223,'wp-content/plugins/worker/src/MWP/ServiceContainer/Abstract.php'),(5224,'wp-content/plugins/worker/src/MWP/ServiceContainer/ContainerAwareInterface.php'),(5225,'wp-content/plugins/worker/src/MWP/ServiceContainer/Interface.php'),(5226,'wp-content/plugins/worker/src/MWP/ServiceContainer/Production.php'),(5227,'wp-content/plugins/worker/src/MWP/ServiceContainer/index.php'),(5228,'wp-content/plugins/worker/src/MWP/Signer/Factory.php'),(5229,'wp-content/plugins/worker/src/MWP/Signer/Interface.php'),(5230,'wp-content/plugins/worker/src/MWP/Signer/OpenSslSigner.php'),(5231,'wp-content/plugins/worker/src/MWP/Signer/PhpSecLibSigner.php'),(5232,'wp-content/plugins/worker/src/MWP/Signer/index.php'),(5233,'wp-content/plugins/worker/src/MWP/Stream/Append.php'),(5234,'wp-content/plugins/worker/src/MWP/Stream/Base64EncodedStream.php'),(5235,'wp-content/plugins/worker/src/MWP/Stream/Buffer.php'),(5236,'wp-content/plugins/worker/src/MWP/Stream/Callable.php'),(5237,'wp-content/plugins/worker/src/MWP/Stream/Decorator.php'),(5238,'wp-content/plugins/worker/src/MWP/Stream/FileLimit.php'),(5239,'wp-content/plugins/worker/src/MWP/Stream/Interface.php'),(5240,'wp-content/plugins/worker/src/MWP/Stream/LazyFile.php'),(5241,'wp-content/plugins/worker/src/MWP/Stream/Limit.php'),(5242,'wp-content/plugins/worker/src/MWP/Stream/ProcessOutput.php'),(5243,'wp-content/plugins/worker/src/MWP/Stream/Stream.php'),(5244,'wp-content/plugins/worker/src/MWP/Stream/index.php'),(5245,'wp-content/plugins/worker/src/MWP/System/Environment.php'),(5246,'wp-content/plugins/worker/src/MWP/System/Utils.php'),(5247,'wp-content/plugins/worker/src/MWP/System/index.php'),(5248,'wp-content/plugins/worker/src/MWP/Updater/AutoUpdateManager.php'),(5249,'wp-content/plugins/worker/src/MWP/Updater/CoreUpdate.php'),(5250,'wp-content/plugins/worker/src/MWP/Updater/PluginUpdate.php'),(5251,'wp-content/plugins/worker/src/MWP/Updater/ThemeUpdate.php'),(5252,'wp-content/plugins/worker/src/MWP/Updater/TraceableUpdaterSkin.php'),(5253,'wp-content/plugins/worker/src/MWP/Updater/UpdateManager.php'),(5254,'wp-content/plugins/worker/src/MWP/Updater/index.php'),(5255,'wp-content/plugins/worker/src/MWP/WordPress/Context.php'),(5256,'wp-content/plugins/worker/src/MWP/WordPress/HookProxy.php'),(5257,'wp-content/plugins/worker/src/MWP/WordPress/Provider/Interface.php'),(5258,'wp-content/plugins/worker/src/MWP/WordPress/Provider/Plugin.php'),(5259,'wp-content/plugins/worker/src/MWP/WordPress/Provider/Theme.php'),(5260,'wp-content/plugins/worker/src/MWP/WordPress/Provider/index.php'),(5261,'wp-content/plugins/worker/src/MWP/WordPress/Query/Abstract.php'),(5262,'wp-content/plugins/worker/src/MWP/WordPress/Query/Comment.php'),(5263,'wp-content/plugins/worker/src/MWP/WordPress/Query/Interface.php'),(5264,'wp-content/plugins/worker/src/MWP/WordPress/Query/Post.php'),(5265,'wp-content/plugins/worker/src/MWP/WordPress/Query/User.php'),(5266,'wp-content/plugins/worker/src/MWP/WordPress/Query/index.php'),(5267,'wp-content/plugins/worker/src/MWP/WordPress/SessionStore.php'),(5268,'wp-content/plugins/worker/src/MWP/WordPress/index.php'),(5269,'wp-content/plugins/worker/src/MWP/Worker/ActionResponse.php'),(5270,'wp-content/plugins/worker/src/MWP/Worker/Brand.php'),(5271,'wp-content/plugins/worker/src/MWP/Worker/Configuration.php'),(5272,'wp-content/plugins/worker/src/MWP/Worker/Exception.php'),(5273,'wp-content/plugins/worker/src/MWP/Worker/Kernel.php'),(5274,'wp-content/plugins/worker/src/MWP/Worker/Request.php'),(5275,'wp-content/plugins/worker/src/MWP/Worker/RequestStack.php'),(5276,'wp-content/plugins/worker/src/MWP/Worker/ResponseCallback.php'),(5277,'wp-content/plugins/worker/src/MWP/Worker/index.php'),(5278,'wp-content/plugins/worker/src/MWP/index.php'),(5279,'wp-content/plugins/worker/src/Monolog/ErrorHandler.php'),(5280,'wp-content/plugins/worker/src/Monolog/Formatter/FormatterInterface.php'),(5281,'wp-content/plugins/worker/src/Monolog/Formatter/HtmlFormatter.php'),(5282,'wp-content/plugins/worker/src/Monolog/Formatter/LegacyGelfMessageFormatter.php'),(5283,'wp-content/plugins/worker/src/Monolog/Formatter/LineFormatter.php'),(5284,'wp-content/plugins/worker/src/Monolog/Formatter/NormalizerFormatter.php'),(5285,'wp-content/plugins/worker/src/Monolog/Formatter/index.php'),(5286,'wp-content/plugins/worker/src/Monolog/Handler/AbstractHandler.php'),(5287,'wp-content/plugins/worker/src/Monolog/Handler/AbstractProcessingHandler.php'),(5288,'wp-content/plugins/worker/src/Monolog/Handler/HandlerInterface.php'),(5289,'wp-content/plugins/worker/src/Monolog/Handler/LegacyGelfHandler.php'),(5290,'wp-content/plugins/worker/src/Monolog/Handler/NullHandler.php'),(5291,'wp-content/plugins/worker/src/Monolog/Handler/StreamHandler.php'),(5292,'wp-content/plugins/worker/src/Monolog/Handler/TestHandler.php'),(5293,'wp-content/plugins/worker/src/Monolog/Handler/index.php'),(5294,'wp-content/plugins/worker/src/Monolog/Logger.php'),(5295,'wp-content/plugins/worker/src/Monolog/Processor/IntrospectionProcessor.php'),(5296,'wp-content/plugins/worker/src/Monolog/Processor/MemoryPeakUsageProcessor.php'),(5297,'wp-content/plugins/worker/src/Monolog/Processor/MemoryProcessor.php'),(5298,'wp-content/plugins/worker/src/Monolog/Processor/MemoryUsageProcessor.php'),(5299,'wp-content/plugins/worker/src/Monolog/Processor/ProcessorInterface.php'),(5300,'wp-content/plugins/worker/src/Monolog/Processor/PsrLogMessageProcessor.php'),(5301,'wp-content/plugins/worker/src/Monolog/Processor/UidProcessor.php'),(5302,'wp-content/plugins/worker/src/Monolog/Processor/WebProcessor.php'),(5303,'wp-content/plugins/worker/src/Monolog/Processor/index.php'),(5304,'wp-content/plugins/worker/src/Monolog/Psr/InvalidArgumentException.php'),(5305,'wp-content/plugins/worker/src/Monolog/Psr/LogLevel.php'),(5306,'wp-content/plugins/worker/src/Monolog/Psr/LoggerInterface.php'),(5307,'wp-content/plugins/worker/src/Monolog/Psr/index.php'),(5308,'wp-content/plugins/worker/src/Monolog/Registry.php'),(5309,'wp-content/plugins/worker/src/Monolog/index.php'),(5310,'wp-content/plugins/worker/src/PHPSecLib/Crypt/AES.php'),(5311,'wp-content/plugins/worker/src/PHPSecLib/Crypt/Base.php'),(5312,'wp-content/plugins/worker/src/PHPSecLib/Crypt/Blowfish.php'),(5313,'wp-content/plugins/worker/src/PHPSecLib/Crypt/DES.php'),(5314,'wp-content/plugins/worker/src/PHPSecLib/Crypt/Hash.php'),(5315,'wp-content/plugins/worker/src/PHPSecLib/Crypt/RC2.php'),(5316,'wp-content/plugins/worker/src/PHPSecLib/Crypt/RC4.php'),(5317,'wp-content/plugins/worker/src/PHPSecLib/Crypt/RSA.php'),(5318,'wp-content/plugins/worker/src/PHPSecLib/Crypt/Random.php'),(5319,'wp-content/plugins/worker/src/PHPSecLib/Crypt/Rijndael.php'),(5320,'wp-content/plugins/worker/src/PHPSecLib/Crypt/TripleDES.php'),(5321,'wp-content/plugins/worker/src/PHPSecLib/Crypt/Twofish.php'),(5322,'wp-content/plugins/worker/src/PHPSecLib/Crypt/index.php'),(5323,'wp-content/plugins/worker/src/PHPSecLib/File/ANSI.php'),(5324,'wp-content/plugins/worker/src/PHPSecLib/File/ASN1.php'),(5325,'wp-content/plugins/worker/src/PHPSecLib/File/X509.php'),(5326,'wp-content/plugins/worker/src/PHPSecLib/File/index.php'),(5327,'wp-content/plugins/worker/src/PHPSecLib/Math/BigInteger.php'),(5328,'wp-content/plugins/worker/src/PHPSecLib/Math/index.php'),(5329,'wp-content/plugins/worker/src/PHPSecLib/Net/SCP.php'),(5330,'wp-content/plugins/worker/src/PHPSecLib/Net/SFTP/Stream.php'),(5331,'wp-content/plugins/worker/src/PHPSecLib/Net/SFTP/index.php'),(5332,'wp-content/plugins/worker/src/PHPSecLib/Net/SFTP.php'),(5333,'wp-content/plugins/worker/src/PHPSecLib/Net/SSH1.php'),(5334,'wp-content/plugins/worker/src/PHPSecLib/Net/SSH2.php'),(5335,'wp-content/plugins/worker/src/PHPSecLib/Net/index.php'),(5336,'wp-content/plugins/worker/src/PHPSecLib/System/SSH/Agent.php'),(5337,'wp-content/plugins/worker/src/PHPSecLib/System/SSH/index.php'),(5338,'wp-content/plugins/worker/src/PHPSecLib/System/SSH_Agent.php'),(5339,'wp-content/plugins/worker/src/PHPSecLib/System/index.php'),(5340,'wp-content/plugins/worker/src/PHPSecLib/index.php'),(5341,'wp-content/plugins/worker/src/Symfony/EventDispatcher/Event.php'),(5342,'wp-content/plugins/worker/src/Symfony/EventDispatcher/EventDispatcher.php'),(5343,'wp-content/plugins/worker/src/Symfony/EventDispatcher/EventDispatcherInterface.php'),(5344,'wp-content/plugins/worker/src/Symfony/EventDispatcher/EventSubscriberInterface.php'),(5345,'wp-content/plugins/worker/src/Symfony/EventDispatcher/index.php'),(5346,'wp-content/plugins/worker/src/Symfony/Filesystem/Exception/ExceptionInterface.php'),(5347,'wp-content/plugins/worker/src/Symfony/Filesystem/Exception/FileNotFoundException.php'),(5348,'wp-content/plugins/worker/src/Symfony/Filesystem/Exception/IOException.php'),(5349,'wp-content/plugins/worker/src/Symfony/Filesystem/Exception/IOExceptionInterface.php'),(5350,'wp-content/plugins/worker/src/Symfony/Filesystem/Exception/index.php'),(5351,'wp-content/plugins/worker/src/Symfony/Filesystem/Filesystem.php'),(5352,'wp-content/plugins/worker/src/Symfony/Filesystem/FilesystemIterator.php'),(5353,'wp-content/plugins/worker/src/Symfony/Filesystem/index.php'),(5354,'wp-content/plugins/worker/src/Symfony/Process/Callback.php'),(5355,'wp-content/plugins/worker/src/Symfony/Process/Exception/ExceptionInterface.php'),(5356,'wp-content/plugins/worker/src/Symfony/Process/Exception/InvalidArgumentException.php'),(5357,'wp-content/plugins/worker/src/Symfony/Process/Exception/LogicException.php'),(5358,'wp-content/plugins/worker/src/Symfony/Process/Exception/ProcessFailedException.php'),(5359,'wp-content/plugins/worker/src/Symfony/Process/Exception/ProcessTimedOutException.php'),(5360,'wp-content/plugins/worker/src/Symfony/Process/Exception/RuntimeException.php'),(5361,'wp-content/plugins/worker/src/Symfony/Process/Exception/index.php'),(5362,'wp-content/plugins/worker/src/Symfony/Process/ExecutableFinder.php'),(5363,'wp-content/plugins/worker/src/Symfony/Process/PhpExecutableFinder.php'),(5364,'wp-content/plugins/worker/src/Symfony/Process/PhpProcess.php'),(5365,'wp-content/plugins/worker/src/Symfony/Process/Pipes/AbstractPipes.php'),(5366,'wp-content/plugins/worker/src/Symfony/Process/Pipes/PipesInterface.php'),(5367,'wp-content/plugins/worker/src/Symfony/Process/Pipes/UnixPipes.php'),(5368,'wp-content/plugins/worker/src/Symfony/Process/Pipes/WindowsPipes.php'),(5369,'wp-content/plugins/worker/src/Symfony/Process/Pipes/index.php'),(5370,'wp-content/plugins/worker/src/Symfony/Process/Process.php'),(5371,'wp-content/plugins/worker/src/Symfony/Process/ProcessBuilder.php'),(5372,'wp-content/plugins/worker/src/Symfony/Process/ProcessUtils.php'),(5373,'wp-content/plugins/worker/src/Symfony/Process/index.php'),(5374,'wp-content/plugins/worker/src/Symfony/index.php'),(5375,'wp-content/plugins/worker/src/index.php'),(5376,'wp-content/themes/betheme/404.php'),(5377,'wp-content/themes/betheme/assets/animations/animations.js'),(5378,'wp-content/themes/betheme/assets/animations/animations.min.js'),(5379,'wp-content/themes/betheme/assets/jplayer/jplayer.min.js'),(5380,'wp-content/themes/betheme/assets/ui/js/jquery.ui.accordion.js'),(5381,'wp-content/themes/betheme/assets/ui/js/jquery.ui.core.js'),(5382,'wp-content/themes/betheme/assets/ui/js/jquery.ui.tabs.js'),(5383,'wp-content/themes/betheme/assets/ui/js/jquery.ui.widget.js'),(5384,'wp-content/themes/betheme/bbpress/content-archive-forum.php'),(5385,'wp-content/themes/betheme/bbpress/content-search.php'),(5386,'wp-content/themes/betheme/bbpress/content-single-forum.php'),(5387,'wp-content/themes/betheme/bbpress/content-single-topic-lead.php'),(5388,'wp-content/themes/betheme/bbpress/content-single-topic.php'),(5389,'wp-content/themes/betheme/bbpress/form-reply-move.php'),(5390,'wp-content/themes/betheme/bbpress/form-reply.php'),(5391,'wp-content/themes/betheme/bbpress/form-search.php'),(5392,'wp-content/themes/betheme/bbpress/form-topic-merge.php'),(5393,'wp-content/themes/betheme/bbpress/form-topic-split.php'),(5394,'wp-content/themes/betheme/bbpress/form-topic-tag.php'),(5395,'wp-content/themes/betheme/bbpress/form-topic.php'),(5396,'wp-content/themes/betheme/bbpress/loop-forums.php'),(5397,'wp-content/themes/betheme/bbpress/loop-replies.php'),(5398,'wp-content/themes/betheme/bbpress/loop-search-forum.php'),(5399,'wp-content/themes/betheme/bbpress/loop-search-reply.php'),(5400,'wp-content/themes/betheme/bbpress/loop-search-topic.php'),(5401,'wp-content/themes/betheme/bbpress/loop-search.php'),(5402,'wp-content/themes/betheme/bbpress/loop-single-forum.php'),(5403,'wp-content/themes/betheme/bbpress/loop-single-reply.php'),(5404,'wp-content/themes/betheme/bbpress/loop-single-topic.php'),(5405,'wp-content/themes/betheme/bbpress/loop-topics.php'),(5406,'wp-content/themes/betheme/bbpress/pagination-replies.php'),(5407,'wp-content/themes/betheme/bbpress/pagination-search.php'),(5408,'wp-content/themes/betheme/bbpress/pagination-topics.php'),(5409,'wp-content/themes/betheme/bbpress/user-details.php'),(5410,'wp-content/themes/betheme/bbpress/user-profile.php'),(5411,'wp-content/themes/betheme/bbpress.php'),(5412,'wp-content/themes/betheme/comments.php'),(5413,'wp-content/themes/betheme/fonts/mfn-icons.svg'),(5414,'wp-content/themes/betheme/footer.php'),(5415,'wp-content/themes/betheme/functions/builder/back.php'),(5416,'wp-content/themes/betheme/functions/builder/fields.php'),(5417,'wp-content/themes/betheme/functions/builder/front.php'),(5418,'wp-content/themes/betheme/functions/builder/js/scripts.js'),(5419,'wp-content/themes/betheme/functions/class-love.php'),(5420,'wp-content/themes/betheme/functions/class-tgm-plugin-activation.php'),(5421,'wp-content/themes/betheme/functions/importer/demos.php'),(5422,'wp-content/themes/betheme/functions/importer/import.js'),(5423,'wp-content/themes/betheme/functions/importer/import.php'),(5424,'wp-content/themes/betheme/functions/importer/js/scripts.js'),(5425,'wp-content/themes/betheme/functions/importer/parsers.php'),(5426,'wp-content/themes/betheme/functions/importer/wordpress-importer.php'),(5427,'wp-content/themes/betheme/functions/meta-client.php'),(5428,'wp-content/themes/betheme/functions/meta-layout.php'),(5429,'wp-content/themes/betheme/functions/meta-offer.php'),(5430,'wp-content/themes/betheme/functions/meta-page.php'),(5431,'wp-content/themes/betheme/functions/meta-portfolio.php'),(5432,'wp-content/themes/betheme/functions/meta-post.php'),(5433,'wp-content/themes/betheme/functions/meta-slide.php'),(5434,'wp-content/themes/betheme/functions/meta-template.php'),(5435,'wp-content/themes/betheme/functions/meta-testimonial.php'),(5436,'wp-content/themes/betheme/functions/plugins/visual-composer.php'),(5437,'wp-content/themes/betheme/functions/system-status.php'),(5438,'wp-content/themes/betheme/functions/theme-functions.php'),(5439,'wp-content/themes/betheme/functions/theme-head.php'),(5440,'wp-content/themes/betheme/functions/theme-hooks.php'),(5441,'wp-content/themes/betheme/functions/theme-mega-menu.php'),(5442,'wp-content/themes/betheme/functions/theme-menu.php'),(5443,'wp-content/themes/betheme/functions/theme-shortcodes.php'),(5444,'wp-content/themes/betheme/functions/theme-woocommerce.php'),(5445,'wp-content/themes/betheme/functions/tinymce/plugin.js'),(5446,'wp-content/themes/betheme/functions/tinymce/tinymce.php'),(5447,'wp-content/themes/betheme/functions/widget-flickr.php'),(5448,'wp-content/themes/betheme/functions/widget-functions.php'),(5449,'wp-content/themes/betheme/functions/widget-login.php'),(5450,'wp-content/themes/betheme/functions/widget-menu.php'),(5451,'wp-content/themes/betheme/functions/widget-recent-comments.php'),(5452,'wp-content/themes/betheme/functions/widget-recent-posts.php'),(5453,'wp-content/themes/betheme/functions/widget-tag-cloud.php'),(5454,'wp-content/themes/betheme/functions.php'),(5455,'wp-content/themes/betheme/header-shop.php'),(5456,'wp-content/themes/betheme/header.php'),(5457,'wp-content/themes/betheme/includes/content-portfolio.php'),(5458,'wp-content/themes/betheme/includes/content-post.php'),(5459,'wp-content/themes/betheme/includes/content-single-portfolio.php'),(5460,'wp-content/themes/betheme/includes/content-single.php'),(5461,'wp-content/themes/betheme/includes/header-creative.php'),(5462,'wp-content/themes/betheme/includes/header-side-slide.php'),(5463,'wp-content/themes/betheme/includes/header-single-intro.php'),(5464,'wp-content/themes/betheme/includes/header-sliding-area.php'),(5465,'wp-content/themes/betheme/includes/header-top-area.php'),(5466,'wp-content/themes/betheme/includes/header-top-bar-right.php'),(5467,'wp-content/themes/betheme/includes/include-logo.php'),(5468,'wp-content/themes/betheme/includes/include-social.php'),(5469,'wp-content/themes/betheme/includes/include-wpml.php'),(5470,'wp-content/themes/betheme/index.php'),(5471,'wp-content/themes/betheme/js/menu.js'),(5472,'wp-content/themes/betheme/js/parallax/smoothscroll.js'),(5473,'wp-content/themes/betheme/js/parallax/stellar.js'),(5474,'wp-content/themes/betheme/js/parallax/translate3d.js'),(5475,'wp-content/themes/betheme/js/plugins.js'),(5476,'wp-content/themes/betheme/js/scripts.js'),(5477,'wp-content/themes/betheme/muffin-options/fields/ajax/field_ajax.js'),(5478,'wp-content/themes/betheme/muffin-options/fields/ajax/field_ajax.php'),(5479,'wp-content/themes/betheme/muffin-options/fields/checkbox/field_checkbox.js'),(5480,'wp-content/themes/betheme/muffin-options/fields/checkbox/field_checkbox.php'),(5481,'wp-content/themes/betheme/muffin-options/fields/color/field_color.js'),(5482,'wp-content/themes/betheme/muffin-options/fields/color/field_color.php'),(5483,'wp-content/themes/betheme/muffin-options/fields/color_gradient/field_color_gradient.php'),(5484,'wp-content/themes/betheme/muffin-options/fields/custom/field_custom.php'),(5485,'wp-content/themes/betheme/muffin-options/fields/font_select/field_font_select.php'),(5486,'wp-content/themes/betheme/muffin-options/fields/icon/field_icon.js'),(5487,'wp-content/themes/betheme/muffin-options/fields/icon/field_icon.php'),(5488,'wp-content/themes/betheme/muffin-options/fields/info/field_info.php'),(5489,'wp-content/themes/betheme/muffin-options/fields/multi_text/field_multi_text.js'),(5490,'wp-content/themes/betheme/muffin-options/fields/multi_text/field_multi_text.php'),(5491,'wp-content/themes/betheme/muffin-options/fields/pages_select/field_pages_select.php'),(5492,'wp-content/themes/betheme/muffin-options/fields/radio_img/field_radio_img.js'),(5493,'wp-content/themes/betheme/muffin-options/fields/radio_img/field_radio_img.php'),(5494,'wp-content/themes/betheme/muffin-options/fields/select/field_select.php'),(5495,'wp-content/themes/betheme/muffin-options/fields/sliderbar/field_sliderbar.js'),(5496,'wp-content/themes/betheme/muffin-options/fields/sliderbar/field_sliderbar.php'),(5497,'wp-content/themes/betheme/muffin-options/fields/sliderbar/jquery.ui.slider.js'),(5498,'wp-content/themes/betheme/muffin-options/fields/switch/field_switch.js'),(5499,'wp-content/themes/betheme/muffin-options/fields/switch/field_switch.php'),(5500,'wp-content/themes/betheme/muffin-options/fields/tabs/field_tabs.js'),(5501,'wp-content/themes/betheme/muffin-options/fields/tabs/field_tabs.php'),(5502,'wp-content/themes/betheme/muffin-options/fields/text/field_text.php'),(5503,'wp-content/themes/betheme/muffin-options/fields/textarea/field_textarea.php'),(5504,'wp-content/themes/betheme/muffin-options/fields/typography/field_typography.php'),(5505,'wp-content/themes/betheme/muffin-options/fields/upload/field_upload.js'),(5506,'wp-content/themes/betheme/muffin-options/fields/upload/field_upload.php'),(5507,'wp-content/themes/betheme/muffin-options/fonts.php'),(5508,'wp-content/themes/betheme/muffin-options/js/options.js'),(5509,'wp-content/themes/betheme/muffin-options/options.php'),(5510,'wp-content/themes/betheme/muffin-options/theme-options.php'),(5511,'wp-content/themes/betheme/muffin-options/validation/color/validation_color.php'),(5512,'wp-content/themes/betheme/muffin-options/validation/email/validation_email.php'),(5513,'wp-content/themes/betheme/muffin-options/validation/html/validation_html.php'),(5514,'wp-content/themes/betheme/muffin-options/validation/html_custom/validation_html_custom.php'),(5515,'wp-content/themes/betheme/muffin-options/validation/js/validation_js.php'),(5516,'wp-content/themes/betheme/muffin-options/validation/no_html/validation_no_html.php'),(5517,'wp-content/themes/betheme/muffin-options/validation/no_special_chars/validation_no_special_chars.php'),(5518,'wp-content/themes/betheme/muffin-options/validation/numeric/validation_numeric.php'),(5519,'wp-content/themes/betheme/muffin-options/validation/preg_replace/validation_preg_replace.php'),(5520,'wp-content/themes/betheme/muffin-options/validation/str_replace/validation_str_replace.php'),(5521,'wp-content/themes/betheme/muffin-options/validation/url/validation_url.php'),(5522,'wp-content/themes/betheme/page.php'),(5523,'wp-content/themes/betheme/search.php'),(5524,'wp-content/themes/betheme/searchform.php'),(5525,'wp-content/themes/betheme/sidebar-blog.php'),(5526,'wp-content/themes/betheme/sidebar-taxonomy.php'),(5527,'wp-content/themes/betheme/sidebar.php'),(5528,'wp-content/themes/betheme/single-attachment.php'),(5529,'wp-content/themes/betheme/single-download.php'),(5530,'wp-content/themes/betheme/single-portfolio.php'),(5531,'wp-content/themes/betheme/single.php'),(5532,'wp-content/themes/betheme/style-colors.php'),(5533,'wp-content/themes/betheme/style-one.php'),(5534,'wp-content/themes/betheme/style-responsive.php'),(5535,'wp-content/themes/betheme/style.php'),(5536,'wp-content/themes/betheme/taxonomy-portfolio-types.php'),(5537,'wp-content/themes/betheme/template-archives.php'),(5538,'wp-content/themes/betheme/template-blank.php'),(5539,'wp-content/themes/betheme/template-portfolio.php'),(5540,'wp-content/themes/betheme/template-sitemap.php'),(5541,'wp-content/themes/betheme/tribe-events/default-template.php'),(5542,'wp-content/themes/betheme/under-construction.php'),(5543,'wp-content/themes/betheme/vc_templates/vc_accordion.php'),(5544,'wp-content/themes/betheme/vc_templates/vc_accordion_tab.php'),(5545,'wp-content/themes/betheme/vc_templates/vc_tabs.php'),(5546,'wp-content/themes/betheme/vc_templates/vc_toggle.php'),(5547,'wp-content/themes/betheme/woocommerce/archive-product.php'),(5548,'wp-content/themes/betheme/woocommerce/cart/cart-empty.php'),(5549,'wp-content/themes/betheme/woocommerce/cart/cart.php'),(5550,'wp-content/themes/betheme/woocommerce/cart/mini-cart.php'),(5551,'wp-content/themes/betheme/woocommerce/content-product.php'),(5552,'wp-content/themes/betheme/woocommerce/content-single-product.php'),(5553,'wp-content/themes/betheme/woocommerce/loop/loop-end.php'),(5554,'wp-content/themes/betheme/woocommerce/loop/loop-start.php'),(5555,'wp-content/themes/betheme/woocommerce/loop/no-products-found.php'),(5556,'wp-content/themes/betheme/woocommerce/loop/orderby.php'),(5557,'wp-content/themes/betheme/woocommerce/loop/pagination.php'),(5558,'wp-content/themes/betheme/woocommerce/loop/price.php'),(5559,'wp-content/themes/betheme/woocommerce/loop/rating.php'),(5560,'wp-content/themes/betheme/woocommerce/loop/result-count.php'),(5561,'wp-content/themes/betheme/woocommerce/loop/sale-flash.php'),(5562,'wp-content/themes/betheme/woocommerce/notices/error.php'),(5563,'wp-content/themes/betheme/woocommerce/notices/notice.php'),(5564,'wp-content/themes/betheme/woocommerce/notices/success.php'),(5565,'wp-content/themes/betheme/woocommerce/single-product/add-to-cart/external.php'),(5566,'wp-content/themes/betheme/woocommerce/single-product/meta.php'),(5567,'wp-content/themes/betheme/woocommerce/single-product/price.php'),(5568,'wp-content/themes/betheme/woocommerce/single-product/product-attributes.php'),(5569,'wp-content/themes/betheme/woocommerce/single-product/product-image.php'),(5570,'wp-content/themes/betheme/woocommerce/single-product/product-thumbnails.php'),(5571,'wp-content/themes/betheme/woocommerce/single-product/related.php'),(5572,'wp-content/themes/betheme/woocommerce/single-product/sale-flash.php'),(5573,'wp-content/themes/betheme/woocommerce/single-product/share.php'),(5574,'wp-content/themes/betheme/woocommerce/single-product/short-description.php'),(5575,'wp-content/themes/betheme/woocommerce/single-product/tabs/additional-information.php'),(5576,'wp-content/themes/betheme/woocommerce/single-product/tabs/description.php'),(5577,'wp-content/themes/betheme/woocommerce/single-product/tabs/tabs.php'),(5578,'wp-content/themes/betheme/woocommerce/single-product/title.php'),(5579,'wp-content/themes/betheme/woocommerce/single-product/up-sells.php'),(5580,'wp-content/themes/betheme/woocommerce/single-product.php'),(5581,'wp-content/themes/index.php'),(5582,'wp-content/updraft/index.html'),(5583,'wp-content/w3tc-config/index.html'),(5584,'wp-content/w3tc-config/master.php'),(5585,'wp-content/wflogs/attack-data.php'),(5586,'wp-content/wflogs/config-livewaf.php'),(5587,'wp-content/wflogs/config-synced.php'),(5588,'wp-content/wflogs/config-transient.php'),(5589,'wp-content/wflogs/config.php'),(5590,'wp-content/wflogs/ips.php'),(5591,'wp-content/wflogs/rules.php'),(5592,'wp-content/wflogs/template.php'),(5593,'wp-cron.php'),(5594,'wp-includes/ID3/getid3.lib.php'),(5595,'wp-includes/ID3/getid3.php'),(5596,'wp-includes/ID3/license.commercial.txt'),(5597,'wp-includes/ID3/license.txt'),(5598,'wp-includes/ID3/module.audio-video.asf.php'),(5599,'wp-includes/ID3/module.audio-video.flv.php'),(5600,'wp-includes/ID3/module.audio-video.matroska.php'),(5601,'wp-includes/ID3/module.audio-video.quicktime.php'),(5602,'wp-includes/ID3/module.audio-video.riff.php'),(5603,'wp-includes/ID3/module.audio.ac3.php'),(5604,'wp-includes/ID3/module.audio.dts.php'),(5605,'wp-includes/ID3/module.audio.flac.php'),(5606,'wp-includes/ID3/module.audio.mp3.php'),(5607,'wp-includes/ID3/module.audio.ogg.php'),(5608,'wp-includes/ID3/module.tag.apetag.php'),(5609,'wp-includes/ID3/module.tag.id3v1.php'),(5610,'wp-includes/ID3/module.tag.id3v2.php'),(5611,'wp-includes/ID3/module.tag.lyrics3.php'),(5612,'wp-includes/ID3/readme.txt'),(5613,'wp-includes/IXR/class-IXR-base64.php'),(5614,'wp-includes/IXR/class-IXR-client.php'),(5615,'wp-includes/IXR/class-IXR-clientmulticall.php'),(5616,'wp-includes/IXR/class-IXR-date.php'),(5617,'wp-includes/IXR/class-IXR-error.php'),(5618,'wp-includes/IXR/class-IXR-introspectionserver.php'),(5619,'wp-includes/IXR/class-IXR-message.php'),(5620,'wp-includes/IXR/class-IXR-request.php'),(5621,'wp-includes/IXR/class-IXR-server.php'),(5622,'wp-includes/IXR/class-IXR-value.php'),(5623,'wp-includes/PHPMailer/Exception.php'),(5624,'wp-includes/PHPMailer/PHPMailer.php'),(5625,'wp-includes/PHPMailer/SMTP.php'),(5626,'wp-includes/Requests/Auth/Basic.php'),(5627,'wp-includes/Requests/Auth.php'),(5628,'wp-includes/Requests/Cookie/Jar.php'),(5629,'wp-includes/Requests/Cookie.php'),(5630,'wp-includes/Requests/Exception/HTTP/304.php'),(5631,'wp-includes/Requests/Exception/HTTP/305.php'),(5632,'wp-includes/Requests/Exception/HTTP/306.php'),(5633,'wp-includes/Requests/Exception/HTTP/400.php'),(5634,'wp-includes/Requests/Exception/HTTP/401.php'),(5635,'wp-includes/Requests/Exception/HTTP/402.php'),(5636,'wp-includes/Requests/Exception/HTTP/403.php'),(5637,'wp-includes/Requests/Exception/HTTP/404.php'),(5638,'wp-includes/Requests/Exception/HTTP/405.php'),(5639,'wp-includes/Requests/Exception/HTTP/406.php'),(5640,'wp-includes/Requests/Exception/HTTP/407.php'),(5641,'wp-includes/Requests/Exception/HTTP/408.php'),(5642,'wp-includes/Requests/Exception/HTTP/409.php'),(5643,'wp-includes/Requests/Exception/HTTP/410.php'),(5644,'wp-includes/Requests/Exception/HTTP/411.php'),(5645,'wp-includes/Requests/Exception/HTTP/412.php'),(5646,'wp-includes/Requests/Exception/HTTP/413.php'),(5647,'wp-includes/Requests/Exception/HTTP/414.php'),(5648,'wp-includes/Requests/Exception/HTTP/415.php'),(5649,'wp-includes/Requests/Exception/HTTP/416.php'),(5650,'wp-includes/Requests/Exception/HTTP/417.php'),(5651,'wp-includes/Requests/Exception/HTTP/418.php'),(5652,'wp-includes/Requests/Exception/HTTP/428.php'),(5653,'wp-includes/Requests/Exception/HTTP/429.php'),(5654,'wp-includes/Requests/Exception/HTTP/431.php'),(5655,'wp-includes/Requests/Exception/HTTP/500.php'),(5656,'wp-includes/Requests/Exception/HTTP/501.php'),(5657,'wp-includes/Requests/Exception/HTTP/502.php'),(5658,'wp-includes/Requests/Exception/HTTP/503.php'),(5659,'wp-includes/Requests/Exception/HTTP/504.php'),(5660,'wp-includes/Requests/Exception/HTTP/505.php'),(5661,'wp-includes/Requests/Exception/HTTP/511.php'),(5662,'wp-includes/Requests/Exception/HTTP/Unknown.php'),(5663,'wp-includes/Requests/Exception/HTTP.php'),(5664,'wp-includes/Requests/Exception/Transport/cURL.php'),(5665,'wp-includes/Requests/Exception/Transport.php'),(5666,'wp-includes/Requests/Exception.php'),(5667,'wp-includes/Requests/Hooker.php'),(5668,'wp-includes/Requests/Hooks.php'),(5669,'wp-includes/Requests/IDNAEncoder.php'),(5670,'wp-includes/Requests/IPv6.php'),(5671,'wp-includes/Requests/IRI.php'),(5672,'wp-includes/Requests/Proxy/HTTP.php'),(5673,'wp-includes/Requests/Proxy.php'),(5674,'wp-includes/Requests/Response/Headers.php'),(5675,'wp-includes/Requests/Response.php'),(5676,'wp-includes/Requests/SSL.php'),(5677,'wp-includes/Requests/Session.php'),(5678,'wp-includes/Requests/Transport/cURL.php'),(5679,'wp-includes/Requests/Transport/fsockopen.php'),(5680,'wp-includes/Requests/Transport.php'),(5681,'wp-includes/Requests/Utility/CaseInsensitiveDictionary.php'),(5682,'wp-includes/Requests/Utility/FilteredIterator.php'),(5683,'wp-includes/SimplePie/Author.php'),(5684,'wp-includes/SimplePie/Cache/Base.php'),(5685,'wp-includes/SimplePie/Cache/DB.php'),(5686,'wp-includes/SimplePie/Cache/File.php'),(5687,'wp-includes/SimplePie/Cache/Memcache.php'),(5688,'wp-includes/SimplePie/Cache/Memcached.php'),(5689,'wp-includes/SimplePie/Cache/MySQL.php'),(5690,'wp-includes/SimplePie/Cache/Redis.php'),(5691,'wp-includes/SimplePie/Cache.php'),(5692,'wp-includes/SimplePie/Caption.php'),(5693,'wp-includes/SimplePie/Category.php'),(5694,'wp-includes/SimplePie/Content/Type/Sniffer.php'),(5695,'wp-includes/SimplePie/Copyright.php'),(5696,'wp-includes/SimplePie/Core.php'),(5697,'wp-includes/SimplePie/Credit.php'),(5698,'wp-includes/SimplePie/Decode/HTML/Entities.php'),(5699,'wp-includes/SimplePie/Enclosure.php'),(5700,'wp-includes/SimplePie/Exception.php'),(5701,'wp-includes/SimplePie/File.php'),(5702,'wp-includes/SimplePie/HTTP/Parser.php'),(5703,'wp-includes/SimplePie/IRI.php'),(5704,'wp-includes/SimplePie/Item.php'),(5705,'wp-includes/SimplePie/Locator.php'),(5706,'wp-includes/SimplePie/Misc.php'),(5707,'wp-includes/SimplePie/Net/IPv6.php'),(5708,'wp-includes/SimplePie/Parse/Date.php'),(5709,'wp-includes/SimplePie/Parser.php'),(5710,'wp-includes/SimplePie/Rating.php'),(5711,'wp-includes/SimplePie/Registry.php'),(5712,'wp-includes/SimplePie/Restriction.php'),(5713,'wp-includes/SimplePie/Sanitize.php'),(5714,'wp-includes/SimplePie/Source.php'),(5715,'wp-includes/SimplePie/XML/Declaration/Parser.php'),(5716,'wp-includes/SimplePie/gzdecode.php'),(5717,'wp-includes/Text/Diff/Engine/native.php'),(5718,'wp-includes/Text/Diff/Engine/shell.php'),(5719,'wp-includes/Text/Diff/Engine/string.php'),(5720,'wp-includes/Text/Diff/Engine/xdiff.php'),(5721,'wp-includes/Text/Diff/Renderer/inline.php'),(5722,'wp-includes/Text/Diff/Renderer.php'),(5723,'wp-includes/Text/Diff.php'),(5724,'wp-includes/admin-bar.php'),(5725,'wp-includes/assets/script-loader-packages.php'),(5726,'wp-includes/atomlib.php'),(5727,'wp-includes/author-template.php'),(5728,'wp-includes/block-patterns/heading-paragraph.php'),(5729,'wp-includes/block-patterns/large-header-button.php'),(5730,'wp-includes/block-patterns/large-header.php'),(5731,'wp-includes/block-patterns/quote.php'),(5732,'wp-includes/block-patterns/text-three-columns-buttons.php'),(5733,'wp-includes/block-patterns/text-two-columns-with-images.php'),(5734,'wp-includes/block-patterns/text-two-columns.php'),(5735,'wp-includes/block-patterns/three-buttons.php'),(5736,'wp-includes/block-patterns/two-buttons.php'),(5737,'wp-includes/block-patterns/two-images.php'),(5738,'wp-includes/block-patterns.php'),(5739,'wp-includes/block-supports/align.php'),(5740,'wp-includes/block-supports/colors.php'),(5741,'wp-includes/block-supports/custom-classname.php'),(5742,'wp-includes/block-supports/generated-classname.php'),(5743,'wp-includes/block-supports/typography.php'),(5744,'wp-includes/blocks/archives/block.json'),(5745,'wp-includes/blocks/archives.php'),(5746,'wp-includes/blocks/audio/block.json'),(5747,'wp-includes/blocks/block/block.json'),(5748,'wp-includes/blocks/block.php'),(5749,'wp-includes/blocks/button/block.json'),(5750,'wp-includes/blocks/buttons/block.json'),(5751,'wp-includes/blocks/calendar/block.json'),(5752,'wp-includes/blocks/calendar.php'),(5753,'wp-includes/blocks/categories/block.json'),(5754,'wp-includes/blocks/categories.php'),(5755,'wp-includes/blocks/classic/block.json'),(5756,'wp-includes/blocks/code/block.json'),(5757,'wp-includes/blocks/column/block.json'),(5758,'wp-includes/blocks/columns/block.json'),(5759,'wp-includes/blocks/embed/block.json'),(5760,'wp-includes/blocks/file/block.json'),(5761,'wp-includes/blocks/gallery/block.json'),(5762,'wp-includes/blocks/group/block.json'),(5763,'wp-includes/blocks/heading/block.json'),(5764,'wp-includes/blocks/html/block.json'),(5765,'wp-includes/blocks/image/block.json'),(5766,'wp-includes/blocks/index.php'),(5767,'wp-includes/blocks/latest-comments/block.json'),(5768,'wp-includes/blocks/latest-comments.php'),(5769,'wp-includes/blocks/latest-posts/block.json'),(5770,'wp-includes/blocks/latest-posts.php'),(5771,'wp-includes/blocks/list/block.json'),(5772,'wp-includes/blocks/media-text/block.json'),(5773,'wp-includes/blocks/missing/block.json'),(5774,'wp-includes/blocks/more/block.json'),(5775,'wp-includes/blocks/nextpage/block.json'),(5776,'wp-includes/blocks/paragraph/block.json'),(5777,'wp-includes/blocks/preformatted/block.json'),(5778,'wp-includes/blocks/pullquote/block.json'),(5779,'wp-includes/blocks/quote/block.json'),(5780,'wp-includes/blocks/rss/block.json'),(5781,'wp-includes/blocks/rss.php'),(5782,'wp-includes/blocks/search/block.json'),(5783,'wp-includes/blocks/search.php'),(5784,'wp-includes/blocks/separator/block.json'),(5785,'wp-includes/blocks/shortcode/block.json'),(5786,'wp-includes/blocks/shortcode.php'),(5787,'wp-includes/blocks/social-link/block.json'),(5788,'wp-includes/blocks/social-link.php'),(5789,'wp-includes/blocks/social-links/block.json'),(5790,'wp-includes/blocks/spacer/block.json'),(5791,'wp-includes/blocks/subhead/block.json'),(5792,'wp-includes/blocks/table/block.json'),(5793,'wp-includes/blocks/tag-cloud/block.json'),(5794,'wp-includes/blocks/tag-cloud.php'),(5795,'wp-includes/blocks/text-columns/block.json'),(5796,'wp-includes/blocks/verse/block.json'),(5797,'wp-includes/blocks/video/block.json'),(5798,'wp-includes/blocks.php'),(5799,'wp-includes/bookmark-template.php'),(5800,'wp-includes/bookmark.php'),(5801,'wp-includes/cache-compat.php'),(5802,'wp-includes/cache.php'),(5803,'wp-includes/canonical.php'),(5804,'wp-includes/capabilities.php'),(5805,'wp-includes/category-template.php'),(5806,'wp-includes/category.php'),(5807,'wp-includes/certificates/ca-bundle.crt'),(5808,'wp-includes/class-IXR.php'),(5809,'wp-includes/class-feed.php'),(5810,'wp-includes/class-http.php'),(5811,'wp-includes/class-json.php'),(5812,'wp-includes/class-oembed.php'),(5813,'wp-includes/class-phpass.php'),(5814,'wp-includes/class-phpmailer.php'),(5815,'wp-includes/class-pop3.php'),(5816,'wp-includes/class-requests.php'),(5817,'wp-includes/class-simplepie.php'),(5818,'wp-includes/class-smtp.php'),(5819,'wp-includes/class-snoopy.php'),(5820,'wp-includes/class-walker-category-dropdown.php'),(5821,'wp-includes/class-walker-category.php'),(5822,'wp-includes/class-walker-comment.php'),(5823,'wp-includes/class-walker-nav-menu.php'),(5824,'wp-includes/class-walker-page-dropdown.php'),(5825,'wp-includes/class-walker-page.php'),(5826,'wp-includes/class-wp-admin-bar.php'),(5827,'wp-includes/class-wp-ajax-response.php'),(5828,'wp-includes/class-wp-application-passwords.php'),(5829,'wp-includes/class-wp-block-list.php'),(5830,'wp-includes/class-wp-block-parser.php'),(5831,'wp-includes/class-wp-block-pattern-categories-registry.php'),(5832,'wp-includes/class-wp-block-patterns-registry.php'),(5833,'wp-includes/class-wp-block-styles-registry.php'),(5834,'wp-includes/class-wp-block-supports.php'),(5835,'wp-includes/class-wp-block-type-registry.php'),(5836,'wp-includes/class-wp-block-type.php'),(5837,'wp-includes/class-wp-block.php'),(5838,'wp-includes/class-wp-comment-query.php'),(5839,'wp-includes/class-wp-comment.php'),(5840,'wp-includes/class-wp-customize-control.php'),(5841,'wp-includes/class-wp-customize-manager.php'),(5842,'wp-includes/class-wp-customize-nav-menus.php'),(5843,'wp-includes/class-wp-customize-panel.php'),(5844,'wp-includes/class-wp-customize-section.php'),(5845,'wp-includes/class-wp-customize-setting.php'),(5846,'wp-includes/class-wp-customize-widgets.php'),(5847,'wp-includes/class-wp-date-query.php'),(5848,'wp-includes/class-wp-dependency.php'),(5849,'wp-includes/class-wp-editor.php'),(5850,'wp-includes/class-wp-embed.php'),(5851,'wp-includes/class-wp-error.php'),(5852,'wp-includes/class-wp-fatal-error-handler.php'),(5853,'wp-includes/class-wp-feed-cache-transient.php'),(5854,'wp-includes/class-wp-feed-cache.php'),(5855,'wp-includes/class-wp-hook.php'),(5856,'wp-includes/class-wp-http-cookie.php'),(5857,'wp-includes/class-wp-http-curl.php'),(5858,'wp-includes/class-wp-http-encoding.php'),(5859,'wp-includes/class-wp-http-ixr-client.php'),(5860,'wp-includes/class-wp-http-proxy.php'),(5861,'wp-includes/class-wp-http-requests-hooks.php'),(5862,'wp-includes/class-wp-http-requests-response.php'),(5863,'wp-includes/class-wp-http-response.php'),(5864,'wp-includes/class-wp-http-streams.php'),(5865,'wp-includes/class-wp-image-editor-gd.php'),(5866,'wp-includes/class-wp-image-editor-imagick.php'),(5867,'wp-includes/class-wp-image-editor.php'),(5868,'wp-includes/class-wp-list-util.php'),(5869,'wp-includes/class-wp-locale-switcher.php'),(5870,'wp-includes/class-wp-locale.php'),(5871,'wp-includes/class-wp-matchesmapregex.php'),(5872,'wp-includes/class-wp-meta-query.php'),(5873,'wp-includes/class-wp-metadata-lazyloader.php'),(5874,'wp-includes/class-wp-network-query.php'),(5875,'wp-includes/class-wp-network.php'),(5876,'wp-includes/class-wp-object-cache.php'),(5877,'wp-includes/class-wp-oembed-controller.php'),(5878,'wp-includes/class-wp-oembed.php'),(5879,'wp-includes/class-wp-paused-extensions-storage.php'),(5880,'wp-includes/class-wp-post-type.php'),(5881,'wp-includes/class-wp-post.php'),(5882,'wp-includes/class-wp-query.php'),(5883,'wp-includes/class-wp-recovery-mode-cookie-service.php'),(5884,'wp-includes/class-wp-recovery-mode-email-service.php'),(5885,'wp-includes/class-wp-recovery-mode-key-service.php'),(5886,'wp-includes/class-wp-recovery-mode-link-service.php'),(5887,'wp-includes/class-wp-recovery-mode.php'),(5888,'wp-includes/class-wp-rewrite.php'),(5889,'wp-includes/class-wp-role.php'),(5890,'wp-includes/class-wp-roles.php'),(5891,'wp-includes/class-wp-session-tokens.php'),(5892,'wp-includes/class-wp-simplepie-file.php'),(5893,'wp-includes/class-wp-simplepie-sanitize-kses.php'),(5894,'wp-includes/class-wp-site-query.php'),(5895,'wp-includes/class-wp-site.php'),(5896,'wp-includes/class-wp-tax-query.php'),(5897,'wp-includes/class-wp-taxonomy.php'),(5898,'wp-includes/class-wp-term-query.php'),(5899,'wp-includes/class-wp-term.php'),(5900,'wp-includes/class-wp-text-diff-renderer-inline.php'),(5901,'wp-includes/class-wp-text-diff-renderer-table.php'),(5902,'wp-includes/class-wp-theme.php'),(5903,'wp-includes/class-wp-user-meta-session-tokens.php'),(5904,'wp-includes/class-wp-user-query.php'),(5905,'wp-includes/class-wp-user-request.php'),(5906,'wp-includes/class-wp-user.php'),(5907,'wp-includes/class-wp-walker.php'),(5908,'wp-includes/class-wp-widget-factory.php'),(5909,'wp-includes/class-wp-widget.php'),(5910,'wp-includes/class-wp-xmlrpc-server.php'),(5911,'wp-includes/class-wp.php'),(5912,'wp-includes/class.wp-dependencies.php'),(5913,'wp-includes/class.wp-scripts.php'),(5914,'wp-includes/class.wp-styles.php'),(5915,'wp-includes/comment-template.php'),(5916,'wp-includes/comment.php'),(5917,'wp-includes/compat.php'),(5918,'wp-includes/cron.php'),(5919,'wp-includes/css/admin-bar-rtl.css'),(5920,'wp-includes/css/admin-bar-rtl.min.css'),(5921,'wp-includes/css/admin-bar.css'),(5922,'wp-includes/css/admin-bar.min.css'),(5923,'wp-includes/css/buttons-rtl.css'),(5924,'wp-includes/css/buttons-rtl.min.css'),(5925,'wp-includes/css/buttons.css'),(5926,'wp-includes/css/buttons.min.css'),(5927,'wp-includes/css/customize-preview-rtl.css'),(5928,'wp-includes/css/customize-preview-rtl.min.css'),(5929,'wp-includes/css/customize-preview.css'),(5930,'wp-includes/css/customize-preview.min.css'),(5931,'wp-includes/css/dashicons.css'),(5932,'wp-includes/css/dashicons.min.css'),(5933,'wp-includes/css/dist/block-directory/style-rtl.css'),(5934,'wp-includes/css/dist/block-directory/style-rtl.min.css'),(5935,'wp-includes/css/dist/block-directory/style.css'),(5936,'wp-includes/css/dist/block-directory/style.min.css'),(5937,'wp-includes/css/dist/block-editor/style-rtl.css'),(5938,'wp-includes/css/dist/block-editor/style-rtl.min.css'),(5939,'wp-includes/css/dist/block-editor/style.css'),(5940,'wp-includes/css/dist/block-editor/style.min.css'),(5941,'wp-includes/css/dist/block-library/editor-rtl.css'),(5942,'wp-includes/css/dist/block-library/editor-rtl.min.css'),(5943,'wp-includes/css/dist/block-library/editor.css'),(5944,'wp-includes/css/dist/block-library/editor.min.css'),(5945,'wp-includes/css/dist/block-library/style-rtl.css'),(5946,'wp-includes/css/dist/block-library/style-rtl.min.css'),(5947,'wp-includes/css/dist/block-library/style.css'),(5948,'wp-includes/css/dist/block-library/style.min.css'),(5949,'wp-includes/css/dist/block-library/theme-rtl.css'),(5950,'wp-includes/css/dist/block-library/theme-rtl.min.css'),(5951,'wp-includes/css/dist/block-library/theme.css'),(5952,'wp-includes/css/dist/block-library/theme.min.css'),(5953,'wp-includes/css/dist/components/style-rtl.css'),(5954,'wp-includes/css/dist/components/style-rtl.min.css'),(5955,'wp-includes/css/dist/components/style.css'),(5956,'wp-includes/css/dist/components/style.min.css'),(5957,'wp-includes/css/dist/edit-post/style-rtl.css'),(5958,'wp-includes/css/dist/edit-post/style-rtl.min.css'),(5959,'wp-includes/css/dist/edit-post/style.css'),(5960,'wp-includes/css/dist/edit-post/style.min.css'),(5961,'wp-includes/css/dist/editor/editor-styles-rtl.css'),(5962,'wp-includes/css/dist/editor/editor-styles-rtl.min.css'),(5963,'wp-includes/css/dist/editor/editor-styles.css'),(5964,'wp-includes/css/dist/editor/editor-styles.min.css'),(5965,'wp-includes/css/dist/editor/style-rtl.css'),(5966,'wp-includes/css/dist/editor/style-rtl.min.css'),(5967,'wp-includes/css/dist/editor/style.css'),(5968,'wp-includes/css/dist/editor/style.min.css'),(5969,'wp-includes/css/dist/format-library/style-rtl.css'),(5970,'wp-includes/css/dist/format-library/style-rtl.min.css'),(5971,'wp-includes/css/dist/format-library/style.css'),(5972,'wp-includes/css/dist/format-library/style.min.css'),(5973,'wp-includes/css/dist/list-reusable-blocks/style-rtl.css'),(5974,'wp-includes/css/dist/list-reusable-blocks/style-rtl.min.css'),(5975,'wp-includes/css/dist/list-reusable-blocks/style.css'),(5976,'wp-includes/css/dist/list-reusable-blocks/style.min.css'),(5977,'wp-includes/css/dist/nux/style-rtl.css'),(5978,'wp-includes/css/dist/nux/style-rtl.min.css'),(5979,'wp-includes/css/dist/nux/style.css'),(5980,'wp-includes/css/dist/nux/style.min.css'),(5981,'wp-includes/css/editor-rtl.css'),(5982,'wp-includes/css/editor-rtl.min.css'),(5983,'wp-includes/css/editor.css'),(5984,'wp-includes/css/editor.min.css'),(5985,'wp-includes/css/jquery-ui-dialog-rtl.css'),(5986,'wp-includes/css/jquery-ui-dialog-rtl.min.css'),(5987,'wp-includes/css/jquery-ui-dialog.css'),(5988,'wp-includes/css/jquery-ui-dialog.min.css'),(5989,'wp-includes/css/media-views-rtl.css'),(5990,'wp-includes/css/media-views-rtl.min.css'),(5991,'wp-includes/css/media-views.css'),(5992,'wp-includes/css/media-views.min.css'),(5993,'wp-includes/css/wp-auth-check-rtl.css'),(5994,'wp-includes/css/wp-auth-check-rtl.min.css'),(5995,'wp-includes/css/wp-auth-check.css'),(5996,'wp-includes/css/wp-auth-check.min.css'),(5997,'wp-includes/css/wp-embed-template-ie.css'),(5998,'wp-includes/css/wp-embed-template-ie.min.css'),(5999,'wp-includes/css/wp-embed-template.css'),(6000,'wp-includes/css/wp-embed-template.min.css'),(6001,'wp-includes/css/wp-pointer-rtl.css'),(6002,'wp-includes/css/wp-pointer-rtl.min.css'),(6003,'wp-includes/css/wp-pointer.css'),(6004,'wp-includes/css/wp-pointer.min.css'),(6005,'wp-includes/customize/class-wp-customize-background-image-control.php'),(6006,'wp-includes/customize/class-wp-customize-background-image-setting.php'),(6007,'wp-includes/customize/class-wp-customize-background-position-control.php'),(6008,'wp-includes/customize/class-wp-customize-code-editor-control.php'),(6009,'wp-includes/customize/class-wp-customize-color-control.php'),(6010,'wp-includes/customize/class-wp-customize-cropped-image-control.php'),(6011,'wp-includes/customize/class-wp-customize-custom-css-setting.php'),(6012,'wp-includes/customize/class-wp-customize-date-time-control.php'),(6013,'wp-includes/customize/class-wp-customize-filter-setting.php'),(6014,'wp-includes/customize/class-wp-customize-header-image-control.php'),(6015,'wp-includes/customize/class-wp-customize-header-image-setting.php'),(6016,'wp-includes/customize/class-wp-customize-image-control.php'),(6017,'wp-includes/customize/class-wp-customize-media-control.php'),(6018,'wp-includes/customize/class-wp-customize-nav-menu-auto-add-control.php'),(6019,'wp-includes/customize/class-wp-customize-nav-menu-control.php'),(6020,'wp-includes/customize/class-wp-customize-nav-menu-item-control.php'),(6021,'wp-includes/customize/class-wp-customize-nav-menu-item-setting.php'),(6022,'wp-includes/customize/class-wp-customize-nav-menu-location-control.php'),(6023,'wp-includes/customize/class-wp-customize-nav-menu-locations-control.php'),(6024,'wp-includes/customize/class-wp-customize-nav-menu-name-control.php'),(6025,'wp-includes/customize/class-wp-customize-nav-menu-section.php'),(6026,'wp-includes/customize/class-wp-customize-nav-menu-setting.php'),(6027,'wp-includes/customize/class-wp-customize-nav-menus-panel.php'),(6028,'wp-includes/customize/class-wp-customize-new-menu-control.php'),(6029,'wp-includes/customize/class-wp-customize-new-menu-section.php'),(6030,'wp-includes/customize/class-wp-customize-partial.php'),(6031,'wp-includes/customize/class-wp-customize-selective-refresh.php'),(6032,'wp-includes/customize/class-wp-customize-sidebar-section.php'),(6033,'wp-includes/customize/class-wp-customize-site-icon-control.php'),(6034,'wp-includes/customize/class-wp-customize-theme-control.php'),(6035,'wp-includes/customize/class-wp-customize-themes-panel.php'),(6036,'wp-includes/customize/class-wp-customize-themes-section.php'),(6037,'wp-includes/customize/class-wp-customize-upload-control.php'),(6038,'wp-includes/customize/class-wp-widget-area-customize-control.php'),(6039,'wp-includes/customize/class-wp-widget-form-customize-control.php'),(6040,'wp-includes/date.php'),(6041,'wp-includes/default-constants.php'),(6042,'wp-includes/default-filters.php'),(6043,'wp-includes/default-widgets.php'),(6044,'wp-includes/deprecated.php'),(6045,'wp-includes/embed-template.php'),(6046,'wp-includes/embed.php'),(6047,'wp-includes/error-protection.php'),(6048,'wp-includes/error_log'),(6049,'wp-includes/feed-atom-comments.php'),(6050,'wp-includes/feed-atom.php'),(6051,'wp-includes/feed-rdf.php'),(6052,'wp-includes/feed-rss.php'),(6053,'wp-includes/feed-rss2-comments.php'),(6054,'wp-includes/feed-rss2.php'),(6055,'wp-includes/feed.php'),(6056,'wp-includes/fonts/dashicons.eot'),(6057,'wp-includes/fonts/dashicons.svg'),(6058,'wp-includes/fonts/dashicons.ttf'),(6059,'wp-includes/fonts/dashicons.woff'),(6060,'wp-includes/fonts/dashicons.woff2'),(6061,'wp-includes/formatting.php'),(6062,'wp-includes/functions.php'),(6063,'wp-includes/functions.wp-scripts.php'),(6064,'wp-includes/functions.wp-styles.php'),(6065,'wp-includes/general-template.php'),(6066,'wp-includes/http.php'),(6067,'wp-includes/images/admin-bar-sprite-2x.png'),(6068,'wp-includes/images/admin-bar-sprite.png'),(6069,'wp-includes/images/arrow-pointer-blue-2x.png'),(6070,'wp-includes/images/arrow-pointer-blue.png'),(6071,'wp-includes/images/blank.gif'),(6072,'wp-includes/images/crystal/archive.png'),(6073,'wp-includes/images/crystal/audio.png'),(6074,'wp-includes/images/crystal/code.png'),(6075,'wp-includes/images/crystal/default.png'),(6076,'wp-includes/images/crystal/document.png'),(6077,'wp-includes/images/crystal/interactive.png'),(6078,'wp-includes/images/crystal/license.txt'),(6079,'wp-includes/images/crystal/spreadsheet.png'),(6080,'wp-includes/images/crystal/text.png'),(6081,'wp-includes/images/crystal/video.png'),(6082,'wp-includes/images/down_arrow-2x.gif'),(6083,'wp-includes/images/down_arrow.gif'),(6084,'wp-includes/images/icon-pointer-flag-2x.png'),(6085,'wp-includes/images/icon-pointer-flag.png'),(6086,'wp-includes/images/media/archive.png'),(6087,'wp-includes/images/media/audio.png'),(6088,'wp-includes/images/media/code.png'),(6089,'wp-includes/images/media/default.png'),(6090,'wp-includes/images/media/document.png'),(6091,'wp-includes/images/media/interactive.png'),(6092,'wp-includes/images/media/spreadsheet.png'),(6093,'wp-includes/images/media/text.png'),(6094,'wp-includes/images/media/video.png'),(6095,'wp-includes/images/rss-2x.png'),(6096,'wp-includes/images/rss.png'),(6097,'wp-includes/images/smilies/frownie.png'),(6098,'wp-includes/images/smilies/icon_arrow.gif'),(6099,'wp-includes/images/smilies/icon_biggrin.gif'),(6100,'wp-includes/images/smilies/icon_confused.gif'),(6101,'wp-includes/images/smilies/icon_cool.gif'),(6102,'wp-includes/images/smilies/icon_cry.gif'),(6103,'wp-includes/images/smilies/icon_eek.gif'),(6104,'wp-includes/images/smilies/icon_evil.gif'),(6105,'wp-includes/images/smilies/icon_exclaim.gif'),(6106,'wp-includes/images/smilies/icon_idea.gif'),(6107,'wp-includes/images/smilies/icon_lol.gif'),(6108,'wp-includes/images/smilies/icon_mad.gif'),(6109,'wp-includes/images/smilies/icon_mrgreen.gif'),(6110,'wp-includes/images/smilies/icon_neutral.gif'),(6111,'wp-includes/images/smilies/icon_question.gif'),(6112,'wp-includes/images/smilies/icon_razz.gif'),(6113,'wp-includes/images/smilies/icon_redface.gif'),(6114,'wp-includes/images/smilies/icon_rolleyes.gif'),(6115,'wp-includes/images/smilies/icon_sad.gif'),(6116,'wp-includes/images/smilies/icon_smile.gif'),(6117,'wp-includes/images/smilies/icon_surprised.gif'),(6118,'wp-includes/images/smilies/icon_twisted.gif'),(6119,'wp-includes/images/smilies/icon_wink.gif'),(6120,'wp-includes/images/smilies/mrgreen.png'),(6121,'wp-includes/images/smilies/rolleyes.png'),(6122,'wp-includes/images/smilies/simple-smile.png'),(6123,'wp-includes/images/spinner-2x.gif'),(6124,'wp-includes/images/spinner.gif'),(6125,'wp-includes/images/toggle-arrow-2x.png'),(6126,'wp-includes/images/toggle-arrow.png'),(6127,'wp-includes/images/uploader-icons-2x.png'),(6128,'wp-includes/images/uploader-icons.png'),(6129,'wp-includes/images/w-logo-blue-white-bg.png'),(6130,'wp-includes/images/w-logo-blue.png'),(6131,'wp-includes/images/wlw/wp-comments.png'),(6132,'wp-includes/images/wlw/wp-icon.png'),(6133,'wp-includes/images/wlw/wp-watermark.png'),(6134,'wp-includes/images/wpicons-2x.png'),(6135,'wp-includes/images/wpicons.png'),(6136,'wp-includes/images/wpspin-2x.gif'),(6137,'wp-includes/images/wpspin.gif'),(6138,'wp-includes/images/xit-2x.gif'),(6139,'wp-includes/images/xit.gif'),(6140,'wp-includes/js/admin-bar.js'),(6141,'wp-includes/js/admin-bar.min.js'),(6142,'wp-includes/js/api-request.js'),(6143,'wp-includes/js/api-request.min.js'),(6144,'wp-includes/js/autosave.js'),(6145,'wp-includes/js/autosave.min.js'),(6146,'wp-includes/js/backbone.js'),(6147,'wp-includes/js/backbone.min.js'),(6148,'wp-includes/js/clipboard.js'),(6149,'wp-includes/js/clipboard.min.js'),(6150,'wp-includes/js/codemirror/codemirror.min.css'),(6151,'wp-includes/js/codemirror/codemirror.min.js'),(6152,'wp-includes/js/codemirror/csslint.js'),(6153,'wp-includes/js/codemirror/esprima.js'),(6154,'wp-includes/js/codemirror/fakejshint.js'),(6155,'wp-includes/js/codemirror/htmlhint-kses.js'),(6156,'wp-includes/js/codemirror/htmlhint.js'),(6157,'wp-includes/js/codemirror/jsonlint.js'),(6158,'wp-includes/js/colorpicker.js'),(6159,'wp-includes/js/colorpicker.min.js'),(6160,'wp-includes/js/comment-reply.js'),(6161,'wp-includes/js/comment-reply.min.js'),(6162,'wp-includes/js/crop/cropper.css'),(6163,'wp-includes/js/crop/cropper.js'),(6164,'wp-includes/js/crop/marqueeHoriz.gif'),(6165,'wp-includes/js/crop/marqueeVert.gif'),(6166,'wp-includes/js/customize-base.js'),(6167,'wp-includes/js/customize-base.min.js'),(6168,'wp-includes/js/customize-loader.js'),(6169,'wp-includes/js/customize-loader.min.js'),(6170,'wp-includes/js/customize-models.js'),(6171,'wp-includes/js/customize-models.min.js'),(6172,'wp-includes/js/customize-preview-nav-menus.js'),(6173,'wp-includes/js/customize-preview-nav-menus.min.js'),(6174,'wp-includes/js/customize-preview-widgets.js'),(6175,'wp-includes/js/customize-preview-widgets.min.js'),(6176,'wp-includes/js/customize-preview.js'),(6177,'wp-includes/js/customize-preview.min.js'),(6178,'wp-includes/js/customize-selective-refresh.js'),(6179,'wp-includes/js/customize-selective-refresh.min.js'),(6180,'wp-includes/js/customize-views.js'),(6181,'wp-includes/js/customize-views.min.js'),(6182,'wp-includes/js/dist/a11y.js'),(6183,'wp-includes/js/dist/a11y.min.js'),(6184,'wp-includes/js/dist/annotations.js'),(6185,'wp-includes/js/dist/annotations.min.js'),(6186,'wp-includes/js/dist/api-fetch.js'),(6187,'wp-includes/js/dist/api-fetch.min.js'),(6188,'wp-includes/js/dist/autop.js'),(6189,'wp-includes/js/dist/autop.min.js'),(6190,'wp-includes/js/dist/blob.js'),(6191,'wp-includes/js/dist/blob.min.js'),(6192,'wp-includes/js/dist/block-directory.js'),(6193,'wp-includes/js/dist/block-directory.min.js'),(6194,'wp-includes/js/dist/block-editor.js'),(6195,'wp-includes/js/dist/block-editor.min.js'),(6196,'wp-includes/js/dist/block-library.js'),(6197,'wp-includes/js/dist/block-library.min.js'),(6198,'wp-includes/js/dist/block-serialization-default-parser.js'),(6199,'wp-includes/js/dist/block-serialization-default-parser.min.js'),(6200,'wp-includes/js/dist/blocks.js'),(6201,'wp-includes/js/dist/blocks.min.js'),(6202,'wp-includes/js/dist/components.js'),(6203,'wp-includes/js/dist/components.min.js'),(6204,'wp-includes/js/dist/compose.js'),(6205,'wp-includes/js/dist/compose.min.js'),(6206,'wp-includes/js/dist/core-data.js'),(6207,'wp-includes/js/dist/core-data.min.js'),(6208,'wp-includes/js/dist/data-controls.js'),(6209,'wp-includes/js/dist/data-controls.min.js'),(6210,'wp-includes/js/dist/data.js'),(6211,'wp-includes/js/dist/data.min.js'),(6212,'wp-includes/js/dist/date.js'),(6213,'wp-includes/js/dist/date.min.js'),(6214,'wp-includes/js/dist/deprecated.js'),(6215,'wp-includes/js/dist/deprecated.min.js'),(6216,'wp-includes/js/dist/dom-ready.js'),(6217,'wp-includes/js/dist/dom-ready.min.js'),(6218,'wp-includes/js/dist/dom.js'),(6219,'wp-includes/js/dist/dom.min.js'),(6220,'wp-includes/js/dist/edit-post.js'),(6221,'wp-includes/js/dist/edit-post.min.js'),(6222,'wp-includes/js/dist/editor.js'),(6223,'wp-includes/js/dist/editor.min.js'),(6224,'wp-includes/js/dist/element.js'),(6225,'wp-includes/js/dist/element.min.js'),(6226,'wp-includes/js/dist/escape-html.js'),(6227,'wp-includes/js/dist/escape-html.min.js'),(6228,'wp-includes/js/dist/format-library.js'),(6229,'wp-includes/js/dist/format-library.min.js'),(6230,'wp-includes/js/dist/hooks.js'),(6231,'wp-includes/js/dist/hooks.min.js'),(6232,'wp-includes/js/dist/html-entities.js'),(6233,'wp-includes/js/dist/html-entities.min.js'),(6234,'wp-includes/js/dist/i18n.js'),(6235,'wp-includes/js/dist/i18n.min.js'),(6236,'wp-includes/js/dist/is-shallow-equal.js'),(6237,'wp-includes/js/dist/is-shallow-equal.min.js'),(6238,'wp-includes/js/dist/keyboard-shortcuts.js'),(6239,'wp-includes/js/dist/keyboard-shortcuts.min.js'),(6240,'wp-includes/js/dist/keycodes.js'),(6241,'wp-includes/js/dist/keycodes.min.js'),(6242,'wp-includes/js/dist/list-reusable-blocks.js'),(6243,'wp-includes/js/dist/list-reusable-blocks.min.js'),(6244,'wp-includes/js/dist/media-utils.js'),(6245,'wp-includes/js/dist/media-utils.min.js'),(6246,'wp-includes/js/dist/notices.js'),(6247,'wp-includes/js/dist/notices.min.js'),(6248,'wp-includes/js/dist/nux.js'),(6249,'wp-includes/js/dist/nux.min.js'),(6250,'wp-includes/js/dist/plugins.js'),(6251,'wp-includes/js/dist/plugins.min.js'),(6252,'wp-includes/js/dist/primitives.js'),(6253,'wp-includes/js/dist/primitives.min.js'),(6254,'wp-includes/js/dist/priority-queue.js'),(6255,'wp-includes/js/dist/priority-queue.min.js'),(6256,'wp-includes/js/dist/redux-routine.js'),(6257,'wp-includes/js/dist/redux-routine.min.js'),(6258,'wp-includes/js/dist/reusable-blocks.js'),(6259,'wp-includes/js/dist/reusable-blocks.min.js'),(6260,'wp-includes/js/dist/rich-text.js'),(6261,'wp-includes/js/dist/rich-text.min.js'),(6262,'wp-includes/js/dist/server-side-render.js'),(6263,'wp-includes/js/dist/server-side-render.min.js'),(6264,'wp-includes/js/dist/shortcode.js'),(6265,'wp-includes/js/dist/shortcode.min.js'),(6266,'wp-includes/js/dist/token-list.js'),(6267,'wp-includes/js/dist/token-list.min.js'),(6268,'wp-includes/js/dist/url.js'),(6269,'wp-includes/js/dist/url.min.js'),(6270,'wp-includes/js/dist/vendor/lodash.js'),(6271,'wp-includes/js/dist/vendor/lodash.min.js'),(6272,'wp-includes/js/dist/vendor/moment.js'),(6273,'wp-includes/js/dist/vendor/moment.min.js'),(6274,'wp-includes/js/dist/vendor/react-dom.js'),(6275,'wp-includes/js/dist/vendor/react-dom.min.js'),(6276,'wp-includes/js/dist/vendor/react.js'),(6277,'wp-includes/js/dist/vendor/react.min.js'),(6278,'wp-includes/js/dist/vendor/wp-polyfill-dom-rect.js'),(6279,'wp-includes/js/dist/vendor/wp-polyfill-dom-rect.min.js'),(6280,'wp-includes/js/dist/vendor/wp-polyfill-element-closest.js'),(6281,'wp-includes/js/dist/vendor/wp-polyfill-element-closest.min.js'),(6282,'wp-includes/js/dist/vendor/wp-polyfill-fetch.js'),(6283,'wp-includes/js/dist/vendor/wp-polyfill-fetch.min.js'),(6284,'wp-includes/js/dist/vendor/wp-polyfill-formdata.js'),(6285,'wp-includes/js/dist/vendor/wp-polyfill-formdata.min.js'),(6286,'wp-includes/js/dist/vendor/wp-polyfill-node-contains.js'),(6287,'wp-includes/js/dist/vendor/wp-polyfill-node-contains.min.js'),(6288,'wp-includes/js/dist/vendor/wp-polyfill-url.js'),(6289,'wp-includes/js/dist/vendor/wp-polyfill-url.min.js'),(6290,'wp-includes/js/dist/vendor/wp-polyfill.js'),(6291,'wp-includes/js/dist/vendor/wp-polyfill.min.js'),(6292,'wp-includes/js/dist/viewport.js'),(6293,'wp-includes/js/dist/viewport.min.js'),(6294,'wp-includes/js/dist/warning.js'),(6295,'wp-includes/js/dist/warning.min.js'),(6296,'wp-includes/js/dist/wordcount.js'),(6297,'wp-includes/js/dist/wordcount.min.js'),(6298,'wp-includes/js/heartbeat.js'),(6299,'wp-includes/js/heartbeat.min.js'),(6300,'wp-includes/js/hoverIntent.js'),(6301,'wp-includes/js/hoverIntent.min.js'),(6302,'wp-includes/js/hoverintent-js.min.js'),(6303,'wp-includes/js/imagesloaded.min.js'),(6304,'wp-includes/js/imgareaselect/border-anim-h.gif'),(6305,'wp-includes/js/imgareaselect/border-anim-v.gif'),(6306,'wp-includes/js/imgareaselect/imgareaselect.css'),(6307,'wp-includes/js/imgareaselect/jquery.imgareaselect.js'),(6308,'wp-includes/js/imgareaselect/jquery.imgareaselect.min.js'),(6309,'wp-includes/js/jcrop/Jcrop.gif'),(6310,'wp-includes/js/jcrop/jquery.Jcrop.min.css'),(6311,'wp-includes/js/jcrop/jquery.Jcrop.min.js'),(6312,'wp-includes/js/jquery/jquery-migrate.js'),(6313,'wp-includes/js/jquery/jquery-migrate.min.js'),(6314,'wp-includes/js/jquery/jquery.color.min.js'),(6315,'wp-includes/js/jquery/jquery.form.js'),(6316,'wp-includes/js/jquery/jquery.form.min.js'),(6317,'wp-includes/js/jquery/jquery.hotkeys.js'),(6318,'wp-includes/js/jquery/jquery.hotkeys.min.js'),(6319,'wp-includes/js/jquery/jquery.js'),(6320,'wp-includes/js/jquery/jquery.masonry.min.js'),(6321,'wp-includes/js/jquery/jquery.min.js'),(6322,'wp-includes/js/jquery/jquery.query.js'),(6323,'wp-includes/js/jquery/jquery.schedule.js'),(6324,'wp-includes/js/jquery/jquery.serialize-object.js'),(6325,'wp-includes/js/jquery/jquery.table-hotkeys.js'),(6326,'wp-includes/js/jquery/jquery.table-hotkeys.min.js'),(6327,'wp-includes/js/jquery/jquery.ui.touch-punch.js'),(6328,'wp-includes/js/jquery/suggest.js'),(6329,'wp-includes/js/jquery/suggest.min.js'),(6330,'wp-includes/js/jquery/ui/accordion.js'),(6331,'wp-includes/js/jquery/ui/accordion.min.js'),(6332,'wp-includes/js/jquery/ui/autocomplete.js'),(6333,'wp-includes/js/jquery/ui/autocomplete.min.js'),(6334,'wp-includes/js/jquery/ui/button.js'),(6335,'wp-includes/js/jquery/ui/button.min.js'),(6336,'wp-includes/js/jquery/ui/checkboxradio.js'),(6337,'wp-includes/js/jquery/ui/checkboxradio.min.js'),(6338,'wp-includes/js/jquery/ui/controlgroup.js'),(6339,'wp-includes/js/jquery/ui/controlgroup.min.js'),(6340,'wp-includes/js/jquery/ui/core.js'),(6341,'wp-includes/js/jquery/ui/core.min.js'),(6342,'wp-includes/js/jquery/ui/datepicker.js'),(6343,'wp-includes/js/jquery/ui/datepicker.min.js'),(6344,'wp-includes/js/jquery/ui/dialog.js'),(6345,'wp-includes/js/jquery/ui/dialog.min.js'),(6346,'wp-includes/js/jquery/ui/draggable.js'),(6347,'wp-includes/js/jquery/ui/draggable.min.js'),(6348,'wp-includes/js/jquery/ui/droppable.js'),(6349,'wp-includes/js/jquery/ui/droppable.min.js'),(6350,'wp-includes/js/jquery/ui/effect-blind.js'),(6351,'wp-includes/js/jquery/ui/effect-blind.min.js'),(6352,'wp-includes/js/jquery/ui/effect-bounce.js'),(6353,'wp-includes/js/jquery/ui/effect-bounce.min.js'),(6354,'wp-includes/js/jquery/ui/effect-clip.js'),(6355,'wp-includes/js/jquery/ui/effect-clip.min.js'),(6356,'wp-includes/js/jquery/ui/effect-drop.js'),(6357,'wp-includes/js/jquery/ui/effect-drop.min.js'),(6358,'wp-includes/js/jquery/ui/effect-explode.js'),(6359,'wp-includes/js/jquery/ui/effect-explode.min.js'),(6360,'wp-includes/js/jquery/ui/effect-fade.js'),(6361,'wp-includes/js/jquery/ui/effect-fade.min.js'),(6362,'wp-includes/js/jquery/ui/effect-fold.js'),(6363,'wp-includes/js/jquery/ui/effect-fold.min.js'),(6364,'wp-includes/js/jquery/ui/effect-highlight.js'),(6365,'wp-includes/js/jquery/ui/effect-highlight.min.js'),(6366,'wp-includes/js/jquery/ui/effect-puff.js'),(6367,'wp-includes/js/jquery/ui/effect-puff.min.js'),(6368,'wp-includes/js/jquery/ui/effect-pulsate.js'),(6369,'wp-includes/js/jquery/ui/effect-pulsate.min.js'),(6370,'wp-includes/js/jquery/ui/effect-scale.js'),(6371,'wp-includes/js/jquery/ui/effect-scale.min.js'),(6372,'wp-includes/js/jquery/ui/effect-shake.js'),(6373,'wp-includes/js/jquery/ui/effect-shake.min.js'),(6374,'wp-includes/js/jquery/ui/effect-size.js'),(6375,'wp-includes/js/jquery/ui/effect-size.min.js'),(6376,'wp-includes/js/jquery/ui/effect-slide.js'),(6377,'wp-includes/js/jquery/ui/effect-slide.min.js'),(6378,'wp-includes/js/jquery/ui/effect-transfer.js'),(6379,'wp-includes/js/jquery/ui/effect-transfer.min.js'),(6380,'wp-includes/js/jquery/ui/effect.js'),(6381,'wp-includes/js/jquery/ui/effect.min.js'),(6382,'wp-includes/js/jquery/ui/menu.js'),(6383,'wp-includes/js/jquery/ui/menu.min.js'),(6384,'wp-includes/js/jquery/ui/mouse.js'),(6385,'wp-includes/js/jquery/ui/mouse.min.js'),(6386,'wp-includes/js/jquery/ui/progressbar.js'),(6387,'wp-includes/js/jquery/ui/progressbar.min.js'),(6388,'wp-includes/js/jquery/ui/resizable.js'),(6389,'wp-includes/js/jquery/ui/resizable.min.js'),(6390,'wp-includes/js/jquery/ui/selectable.js'),(6391,'wp-includes/js/jquery/ui/selectable.min.js'),(6392,'wp-includes/js/jquery/ui/selectmenu.js'),(6393,'wp-includes/js/jquery/ui/selectmenu.min.js'),(6394,'wp-includes/js/jquery/ui/slider.js'),(6395,'wp-includes/js/jquery/ui/slider.min.js'),(6396,'wp-includes/js/jquery/ui/sortable.js'),(6397,'wp-includes/js/jquery/ui/sortable.min.js'),(6398,'wp-includes/js/jquery/ui/spinner.js'),(6399,'wp-includes/js/jquery/ui/spinner.min.js'),(6400,'wp-includes/js/jquery/ui/tabs.js'),(6401,'wp-includes/js/jquery/ui/tabs.min.js'),(6402,'wp-includes/js/jquery/ui/tooltip.js'),(6403,'wp-includes/js/jquery/ui/tooltip.min.js'),(6404,'wp-includes/js/json2.js'),(6405,'wp-includes/js/json2.min.js'),(6406,'wp-includes/js/masonry.min.js'),(6407,'wp-includes/js/mce-view.js'),(6408,'wp-includes/js/mce-view.min.js'),(6409,'wp-includes/js/media-audiovideo.js'),(6410,'wp-includes/js/media-audiovideo.min.js'),(6411,'wp-includes/js/media-editor.js'),(6412,'wp-includes/js/media-editor.min.js'),(6413,'wp-includes/js/media-grid.js'),(6414,'wp-includes/js/media-grid.min.js'),(6415,'wp-includes/js/media-models.js'),(6416,'wp-includes/js/media-models.min.js'),(6417,'wp-includes/js/media-views.js'),(6418,'wp-includes/js/media-views.min.js'),(6419,'wp-includes/js/mediaelement/mediaelement-and-player.js'),(6420,'wp-includes/js/mediaelement/mediaelement-and-player.min.js'),(6421,'wp-includes/js/mediaelement/mediaelement-migrate.js'),(6422,'wp-includes/js/mediaelement/mediaelement-migrate.min.js'),(6423,'wp-includes/js/mediaelement/mediaelement.js'),(6424,'wp-includes/js/mediaelement/mediaelement.min.js'),(6425,'wp-includes/js/mediaelement/mediaelementplayer-legacy.css'),(6426,'wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css'),(6427,'wp-includes/js/mediaelement/mediaelementplayer.css'),(6428,'wp-includes/js/mediaelement/mediaelementplayer.min.css'),(6429,'wp-includes/js/mediaelement/mejs-controls.png'),(6430,'wp-includes/js/mediaelement/mejs-controls.svg'),(6431,'wp-includes/js/mediaelement/renderers/vimeo.js'),(6432,'wp-includes/js/mediaelement/renderers/vimeo.min.js'),(6433,'wp-includes/js/mediaelement/wp-mediaelement.css'),(6434,'wp-includes/js/mediaelement/wp-mediaelement.js'),(6435,'wp-includes/js/mediaelement/wp-mediaelement.min.css'),(6436,'wp-includes/js/mediaelement/wp-mediaelement.min.js'),(6437,'wp-includes/js/mediaelement/wp-playlist.js'),(6438,'wp-includes/js/mediaelement/wp-playlist.min.js'),(6439,'wp-includes/js/plupload/handlers.js'),(6440,'wp-includes/js/plupload/handlers.min.js'),(6441,'wp-includes/js/plupload/license.txt'),(6442,'wp-includes/js/plupload/moxie.js'),(6443,'wp-includes/js/plupload/moxie.min.js'),(6444,'wp-includes/js/plupload/plupload.js'),(6445,'wp-includes/js/plupload/plupload.min.js'),(6446,'wp-includes/js/plupload/wp-plupload.js'),(6447,'wp-includes/js/plupload/wp-plupload.min.js'),(6448,'wp-includes/js/quicktags.js'),(6449,'wp-includes/js/quicktags.min.js'),(6450,'wp-includes/js/shortcode.js'),(6451,'wp-includes/js/shortcode.min.js'),(6452,'wp-includes/js/swfobject.js'),(6453,'wp-includes/js/swfupload/handlers.js'),(6454,'wp-includes/js/swfupload/handlers.min.js'),(6455,'wp-includes/js/swfupload/license.txt'),(6456,'wp-includes/js/swfupload/swfupload.js'),(6457,'wp-includes/js/thickbox/loadingAnimation.gif'),(6458,'wp-includes/js/thickbox/macFFBgHack.png'),(6459,'wp-includes/js/thickbox/thickbox.css'),(6460,'wp-includes/js/thickbox/thickbox.js'),(6461,'wp-includes/js/tinymce/langs/wp-langs-en.js'),(6462,'wp-includes/js/tinymce/license.txt'),(6463,'wp-includes/js/tinymce/plugins/charmap/plugin.js'),(6464,'wp-includes/js/tinymce/plugins/charmap/plugin.min.js'),(6465,'wp-includes/js/tinymce/plugins/colorpicker/plugin.js'),(6466,'wp-includes/js/tinymce/plugins/colorpicker/plugin.min.js'),(6467,'wp-includes/js/tinymce/plugins/compat3x/css/dialog.css'),(6468,'wp-includes/js/tinymce/plugins/compat3x/plugin.js'),(6469,'wp-includes/js/tinymce/plugins/compat3x/plugin.min.js'),(6470,'wp-includes/js/tinymce/plugins/directionality/plugin.js'),(6471,'wp-includes/js/tinymce/plugins/directionality/plugin.min.js'),(6472,'wp-includes/js/tinymce/plugins/fullscreen/plugin.js'),(6473,'wp-includes/js/tinymce/plugins/fullscreen/plugin.min.js'),(6474,'wp-includes/js/tinymce/plugins/hr/plugin.js'),(6475,'wp-includes/js/tinymce/plugins/hr/plugin.min.js'),(6476,'wp-includes/js/tinymce/plugins/image/plugin.js'),(6477,'wp-includes/js/tinymce/plugins/image/plugin.min.js'),(6478,'wp-includes/js/tinymce/plugins/link/plugin.js'),(6479,'wp-includes/js/tinymce/plugins/link/plugin.min.js'),(6480,'wp-includes/js/tinymce/plugins/lists/plugin.js'),(6481,'wp-includes/js/tinymce/plugins/lists/plugin.min.js'),(6482,'wp-includes/js/tinymce/plugins/media/plugin.js'),(6483,'wp-includes/js/tinymce/plugins/media/plugin.min.js'),(6484,'wp-includes/js/tinymce/plugins/paste/plugin.js'),(6485,'wp-includes/js/tinymce/plugins/paste/plugin.min.js'),(6486,'wp-includes/js/tinymce/plugins/tabfocus/plugin.js'),(6487,'wp-includes/js/tinymce/plugins/tabfocus/plugin.min.js'),(6488,'wp-includes/js/tinymce/plugins/textcolor/plugin.js'),(6489,'wp-includes/js/tinymce/plugins/textcolor/plugin.min.js'),(6490,'wp-includes/js/tinymce/plugins/wordpress/plugin.js'),(6491,'wp-includes/js/tinymce/plugins/wordpress/plugin.min.js'),(6492,'wp-includes/js/tinymce/plugins/wpautoresize/plugin.js'),(6493,'wp-includes/js/tinymce/plugins/wpautoresize/plugin.min.js'),(6494,'wp-includes/js/tinymce/plugins/wpdialogs/plugin.js'),(6495,'wp-includes/js/tinymce/plugins/wpdialogs/plugin.min.js'),(6496,'wp-includes/js/tinymce/plugins/wpeditimage/plugin.js'),(6497,'wp-includes/js/tinymce/plugins/wpeditimage/plugin.min.js'),(6498,'wp-includes/js/tinymce/plugins/wpemoji/plugin.js'),(6499,'wp-includes/js/tinymce/plugins/wpemoji/plugin.min.js'),(6500,'wp-includes/js/tinymce/plugins/wpgallery/plugin.js'),(6501,'wp-includes/js/tinymce/plugins/wpgallery/plugin.min.js'),(6502,'wp-includes/js/tinymce/plugins/wplink/plugin.js'),(6503,'wp-includes/js/tinymce/plugins/wplink/plugin.min.js'),(6504,'wp-includes/js/tinymce/plugins/wptextpattern/plugin.js'),(6505,'wp-includes/js/tinymce/plugins/wptextpattern/plugin.min.js'),(6506,'wp-includes/js/tinymce/plugins/wpview/plugin.js'),(6507,'wp-includes/js/tinymce/plugins/wpview/plugin.min.js'),(6508,'wp-includes/js/tinymce/skins/lightgray/content.inline.min.css'),(6509,'wp-includes/js/tinymce/skins/lightgray/content.min.css'),(6510,'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.eot'),(6511,'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.svg'),(6512,'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.ttf'),(6513,'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.woff'),(6514,'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.eot'),(6515,'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.svg'),(6516,'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.ttf'),(6517,'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.woff'),(6518,'wp-includes/js/tinymce/skins/lightgray/img/anchor.gif'),(6519,'wp-includes/js/tinymce/skins/lightgray/img/loader.gif'),(6520,'wp-includes/js/tinymce/skins/lightgray/img/object.gif'),(6521,'wp-includes/js/tinymce/skins/lightgray/img/trans.gif'),(6522,'wp-includes/js/tinymce/skins/lightgray/skin.min.css'),(6523,'wp-includes/js/tinymce/skins/wordpress/images/audio.png'),(6524,'wp-includes/js/tinymce/skins/wordpress/images/dashicon-edit.png'),(6525,'wp-includes/js/tinymce/skins/wordpress/images/dashicon-no.png'),(6526,'wp-includes/js/tinymce/skins/wordpress/images/embedded.png'),(6527,'wp-includes/js/tinymce/skins/wordpress/images/gallery-2x.png'),(6528,'wp-includes/js/tinymce/skins/wordpress/images/gallery.png'),(6529,'wp-includes/js/tinymce/skins/wordpress/images/more-2x.png'),(6530,'wp-includes/js/tinymce/skins/wordpress/images/more.png'),(6531,'wp-includes/js/tinymce/skins/wordpress/images/pagebreak-2x.png'),(6532,'wp-includes/js/tinymce/skins/wordpress/images/pagebreak.png'),(6533,'wp-includes/js/tinymce/skins/wordpress/images/playlist-audio.png'),(6534,'wp-includes/js/tinymce/skins/wordpress/images/playlist-video.png'),(6535,'wp-includes/js/tinymce/skins/wordpress/images/video.png'),(6536,'wp-includes/js/tinymce/skins/wordpress/wp-content.css'),(6537,'wp-includes/js/tinymce/themes/inlite/theme.js'),(6538,'wp-includes/js/tinymce/themes/inlite/theme.min.js'),(6539,'wp-includes/js/tinymce/themes/modern/theme.js'),(6540,'wp-includes/js/tinymce/themes/modern/theme.min.js'),(6541,'wp-includes/js/tinymce/tiny_mce_popup.js'),(6542,'wp-includes/js/tinymce/tinymce.min.js'),(6543,'wp-includes/js/tinymce/utils/editable_selects.js'),(6544,'wp-includes/js/tinymce/utils/form_utils.js'),(6545,'wp-includes/js/tinymce/utils/mctabs.js'),(6546,'wp-includes/js/tinymce/utils/validate.js'),(6547,'wp-includes/js/tinymce/wp-tinymce.js'),(6548,'wp-includes/js/tinymce/wp-tinymce.php'),(6549,'wp-includes/js/tw-sack.js'),(6550,'wp-includes/js/tw-sack.min.js'),(6551,'wp-includes/js/twemoji.js'),(6552,'wp-includes/js/twemoji.min.js'),(6553,'wp-includes/js/underscore.js'),(6554,'wp-includes/js/underscore.min.js'),(6555,'wp-includes/js/utils.js'),(6556,'wp-includes/js/utils.min.js'),(6557,'wp-includes/js/wp-ajax-response.js'),(6558,'wp-includes/js/wp-ajax-response.min.js'),(6559,'wp-includes/js/wp-api.js'),(6560,'wp-includes/js/wp-api.min.js'),(6561,'wp-includes/js/wp-auth-check.js'),(6562,'wp-includes/js/wp-auth-check.min.js'),(6563,'wp-includes/js/wp-backbone.js'),(6564,'wp-includes/js/wp-backbone.min.js'),(6565,'wp-includes/js/wp-custom-header.js'),(6566,'wp-includes/js/wp-custom-header.min.js'),(6567,'wp-includes/js/wp-embed-template.js'),(6568,'wp-includes/js/wp-embed-template.min.js'),(6569,'wp-includes/js/wp-embed.js'),(6570,'wp-includes/js/wp-embed.min.js'),(6571,'wp-includes/js/wp-emoji-loader.js'),(6572,'wp-includes/js/wp-emoji-loader.min.js'),(6573,'wp-includes/js/wp-emoji-release.min.js'),(6574,'wp-includes/js/wp-emoji.js'),(6575,'wp-includes/js/wp-emoji.min.js'),(6576,'wp-includes/js/wp-list-revisions.js'),(6577,'wp-includes/js/wp-list-revisions.min.js'),(6578,'wp-includes/js/wp-lists.js'),(6579,'wp-includes/js/wp-lists.min.js'),(6580,'wp-includes/js/wp-pointer.js'),(6581,'wp-includes/js/wp-pointer.min.js'),(6582,'wp-includes/js/wp-sanitize.js'),(6583,'wp-includes/js/wp-sanitize.min.js'),(6584,'wp-includes/js/wp-util.js'),(6585,'wp-includes/js/wp-util.min.js'),(6586,'wp-includes/js/wpdialog.js'),(6587,'wp-includes/js/wpdialog.min.js'),(6588,'wp-includes/js/wplink.js'),(6589,'wp-includes/js/wplink.min.js'),(6590,'wp-includes/js/zxcvbn-async.js'),(6591,'wp-includes/js/zxcvbn-async.min.js'),(6592,'wp-includes/js/zxcvbn.min.js'),(6593,'wp-includes/kses.php'),(6594,'wp-includes/l10n.php'),(6595,'wp-includes/link-template.php'),(6596,'wp-includes/load.php'),(6597,'wp-includes/locale.php'),(6598,'wp-includes/media-template.php'),(6599,'wp-includes/media.php'),(6600,'wp-includes/meta.php'),(6601,'wp-includes/ms-blogs.php'),(6602,'wp-includes/ms-default-constants.php'),(6603,'wp-includes/ms-default-filters.php'),(6604,'wp-includes/ms-deprecated.php'),(6605,'wp-includes/ms-files.php'),(6606,'wp-includes/ms-functions.php'),(6607,'wp-includes/ms-load.php'),(6608,'wp-includes/ms-network.php'),(6609,'wp-includes/ms-settings.php'),(6610,'wp-includes/ms-site.php'),(6611,'wp-includes/nav-menu-template.php'),(6612,'wp-includes/nav-menu.php'),(6613,'wp-includes/option.php'),(6614,'wp-includes/pluggable-deprecated.php'),(6615,'wp-includes/pluggable.php'),(6616,'wp-includes/plugin.php'),(6617,'wp-includes/pomo/entry.php'),(6618,'wp-includes/pomo/mo.php'),(6619,'wp-includes/pomo/plural-forms.php'),(6620,'wp-includes/pomo/po.php'),(6621,'wp-includes/pomo/streams.php'),(6622,'wp-includes/pomo/translations.php'),(6623,'wp-includes/post-formats.php'),(6624,'wp-includes/post-template.php'),(6625,'wp-includes/post-thumbnail-template.php'),(6626,'wp-includes/post.php'),(6627,'wp-includes/query.php'),(6628,'wp-includes/random_compat/byte_safe_strings.php'),(6629,'wp-includes/random_compat/cast_to_int.php'),(6630,'wp-includes/random_compat/error_polyfill.php'),(6631,'wp-includes/random_compat/random.php'),(6632,'wp-includes/random_compat/random_bytes_com_dotnet.php'),(6633,'wp-includes/random_compat/random_bytes_dev_urandom.php'),(6634,'wp-includes/random_compat/random_bytes_libsodium.php'),(6635,'wp-includes/random_compat/random_bytes_libsodium_legacy.php'),(6636,'wp-includes/random_compat/random_bytes_mcrypt.php'),(6637,'wp-includes/random_compat/random_int.php'),(6638,'wp-includes/registration-functions.php'),(6639,'wp-includes/registration.php'),(6640,'wp-includes/rest-api/class-wp-rest-request.php'),(6641,'wp-includes/rest-api/class-wp-rest-response.php'),(6642,'wp-includes/rest-api/class-wp-rest-server.php'),(6643,'wp-includes/rest-api/endpoints/class-wp-rest-application-passwords-controller.php'),(6644,'wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php'),(6645,'wp-includes/rest-api/endpoints/class-wp-rest-autosaves-controller.php'),(6646,'wp-includes/rest-api/endpoints/class-wp-rest-block-directory-controller.php'),(6647,'wp-includes/rest-api/endpoints/class-wp-rest-block-renderer-controller.php'),(6648,'wp-includes/rest-api/endpoints/class-wp-rest-block-types-controller.php'),(6649,'wp-includes/rest-api/endpoints/class-wp-rest-blocks-controller.php'),(6650,'wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php'),(6651,'wp-includes/rest-api/endpoints/class-wp-rest-controller.php'),(6652,'wp-includes/rest-api/endpoints/class-wp-rest-plugins-controller.php'),(6653,'wp-includes/rest-api/endpoints/class-wp-rest-post-statuses-controller.php'),(6654,'wp-includes/rest-api/endpoints/class-wp-rest-post-types-controller.php'),(6655,'wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php'),(6656,'wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php'),(6657,'wp-includes/rest-api/endpoints/class-wp-rest-search-controller.php'),(6658,'wp-includes/rest-api/endpoints/class-wp-rest-settings-controller.php'),(6659,'wp-includes/rest-api/endpoints/class-wp-rest-site-health-controller.php'),(6660,'wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php'),(6661,'wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php'),(6662,'wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php'),(6663,'wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php'),(6664,'wp-includes/rest-api/fields/class-wp-rest-comment-meta-fields.php'),(6665,'wp-includes/rest-api/fields/class-wp-rest-meta-fields.php'),(6666,'wp-includes/rest-api/fields/class-wp-rest-post-meta-fields.php'),(6667,'wp-includes/rest-api/fields/class-wp-rest-term-meta-fields.php'),(6668,'wp-includes/rest-api/fields/class-wp-rest-user-meta-fields.php'),(6669,'wp-includes/rest-api/search/class-wp-rest-post-format-search-handler.php'),(6670,'wp-includes/rest-api/search/class-wp-rest-post-search-handler.php'),(6671,'wp-includes/rest-api/search/class-wp-rest-search-handler.php'),(6672,'wp-includes/rest-api/search/class-wp-rest-term-search-handler.php'),(6673,'wp-includes/rest-api.php'),(6674,'wp-includes/revision.php'),(6675,'wp-includes/rewrite.php'),(6676,'wp-includes/rss-functions.php'),(6677,'wp-includes/rss.php'),(6678,'wp-includes/script-loader.php'),(6679,'wp-includes/session.php'),(6680,'wp-includes/shortcodes.php'),(6681,'wp-includes/sitemaps/class-wp-sitemaps-index.php'),(6682,'wp-includes/sitemaps/class-wp-sitemaps-provider.php'),(6683,'wp-includes/sitemaps/class-wp-sitemaps-registry.php'),(6684,'wp-includes/sitemaps/class-wp-sitemaps-renderer.php'),(6685,'wp-includes/sitemaps/class-wp-sitemaps-stylesheet.php'),(6686,'wp-includes/sitemaps/class-wp-sitemaps.php'),(6687,'wp-includes/sitemaps/providers/class-wp-sitemaps-posts.php'),(6688,'wp-includes/sitemaps/providers/class-wp-sitemaps-taxonomies.php'),(6689,'wp-includes/sitemaps/providers/class-wp-sitemaps-users.php'),(6690,'wp-includes/sitemaps.php'),(6691,'wp-includes/sodium_compat/LICENSE'),(6692,'wp-includes/sodium_compat/autoload-php7.php'),(6693,'wp-includes/sodium_compat/autoload.php'),(6694,'wp-includes/sodium_compat/composer.json'),(6695,'wp-includes/sodium_compat/lib/constants.php'),(6696,'wp-includes/sodium_compat/lib/namespaced.php'),(6697,'wp-includes/sodium_compat/lib/php72compat.php'),(6698,'wp-includes/sodium_compat/lib/php72compat_const.php'),(6699,'wp-includes/sodium_compat/lib/sodium_compat.php'),(6700,'wp-includes/sodium_compat/namespaced/Compat.php'),(6701,'wp-includes/sodium_compat/namespaced/Core/BLAKE2b.php'),(6702,'wp-includes/sodium_compat/namespaced/Core/ChaCha20/Ctx.php'),(6703,'wp-includes/sodium_compat/namespaced/Core/ChaCha20/IetfCtx.php'),(6704,'wp-includes/sodium_compat/namespaced/Core/ChaCha20.php'),(6705,'wp-includes/sodium_compat/namespaced/Core/Curve25519/Fe.php'),(6706,'wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/Cached.php'),(6707,'wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P1p1.php'),(6708,'wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P2.php'),(6709,'wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P3.php'),(6710,'wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/Precomp.php'),(6711,'wp-includes/sodium_compat/namespaced/Core/Curve25519/H.php'),(6712,'wp-includes/sodium_compat/namespaced/Core/Curve25519.php'),(6713,'wp-includes/sodium_compat/namespaced/Core/Ed25519.php'),(6714,'wp-includes/sodium_compat/namespaced/Core/HChaCha20.php'),(6715,'wp-includes/sodium_compat/namespaced/Core/HSalsa20.php'),(6716,'wp-includes/sodium_compat/namespaced/Core/Poly1305/State.php'),(6717,'wp-includes/sodium_compat/namespaced/Core/Poly1305.php'),(6718,'wp-includes/sodium_compat/namespaced/Core/Salsa20.php'),(6719,'wp-includes/sodium_compat/namespaced/Core/SipHash.php'),(6720,'wp-includes/sodium_compat/namespaced/Core/Util.php'),(6721,'wp-includes/sodium_compat/namespaced/Core/X25519.php'),(6722,'wp-includes/sodium_compat/namespaced/Core/XChaCha20.php'),(6723,'wp-includes/sodium_compat/namespaced/Core/Xsalsa20.php'),(6724,'wp-includes/sodium_compat/namespaced/Crypto.php'),(6725,'wp-includes/sodium_compat/namespaced/File.php'),(6726,'wp-includes/sodium_compat/src/Compat.php'),(6727,'wp-includes/sodium_compat/src/Core/BLAKE2b.php'),(6728,'wp-includes/sodium_compat/src/Core/Base64/Common.php'),(6729,'wp-includes/sodium_compat/src/Core/Base64/Original.php'),(6730,'wp-includes/sodium_compat/src/Core/Base64/UrlSafe.php'),(6731,'wp-includes/sodium_compat/src/Core/ChaCha20/Ctx.php'),(6732,'wp-includes/sodium_compat/src/Core/ChaCha20/IetfCtx.php'),(6733,'wp-includes/sodium_compat/src/Core/ChaCha20.php'),(6734,'wp-includes/sodium_compat/src/Core/Curve25519/Fe.php'),(6735,'wp-includes/sodium_compat/src/Core/Curve25519/Ge/Cached.php'),(6736,'wp-includes/sodium_compat/src/Core/Curve25519/Ge/P1p1.php'),(6737,'wp-includes/sodium_compat/src/Core/Curve25519/Ge/P2.php'),(6738,'wp-includes/sodium_compat/src/Core/Curve25519/Ge/P3.php'),(6739,'wp-includes/sodium_compat/src/Core/Curve25519/Ge/Precomp.php'),(6740,'wp-includes/sodium_compat/src/Core/Curve25519/H.php'),(6741,'wp-includes/sodium_compat/src/Core/Curve25519/README.md'),(6742,'wp-includes/sodium_compat/src/Core/Curve25519.php'),(6743,'wp-includes/sodium_compat/src/Core/Ed25519.php'),(6744,'wp-includes/sodium_compat/src/Core/HChaCha20.php'),(6745,'wp-includes/sodium_compat/src/Core/HSalsa20.php'),(6746,'wp-includes/sodium_compat/src/Core/Poly1305/State.php'),(6747,'wp-includes/sodium_compat/src/Core/Poly1305.php'),(6748,'wp-includes/sodium_compat/src/Core/Salsa20.php'),(6749,'wp-includes/sodium_compat/src/Core/SecretStream/State.php'),(6750,'wp-includes/sodium_compat/src/Core/SipHash.php'),(6751,'wp-includes/sodium_compat/src/Core/Util.php'),(6752,'wp-includes/sodium_compat/src/Core/X25519.php'),(6753,'wp-includes/sodium_compat/src/Core/XChaCha20.php'),(6754,'wp-includes/sodium_compat/src/Core/XSalsa20.php'),(6755,'wp-includes/sodium_compat/src/Core32/BLAKE2b.php'),(6756,'wp-includes/sodium_compat/src/Core32/ChaCha20/Ctx.php'),(6757,'wp-includes/sodium_compat/src/Core32/ChaCha20/IetfCtx.php'),(6758,'wp-includes/sodium_compat/src/Core32/ChaCha20.php'),(6759,'wp-includes/sodium_compat/src/Core32/Curve25519/Fe.php'),(6760,'wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Cached.php'),(6761,'wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P1p1.php'),(6762,'wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P2.php'),(6763,'wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P3.php'),(6764,'wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Precomp.php'),(6765,'wp-includes/sodium_compat/src/Core32/Curve25519/H.php'),(6766,'wp-includes/sodium_compat/src/Core32/Curve25519/README.md'),(6767,'wp-includes/sodium_compat/src/Core32/Curve25519.php'),(6768,'wp-includes/sodium_compat/src/Core32/Ed25519.php'),(6769,'wp-includes/sodium_compat/src/Core32/HChaCha20.php'),(6770,'wp-includes/sodium_compat/src/Core32/HSalsa20.php'),(6771,'wp-includes/sodium_compat/src/Core32/Int32.php'),(6772,'wp-includes/sodium_compat/src/Core32/Int64.php'),(6773,'wp-includes/sodium_compat/src/Core32/Poly1305/State.php'),(6774,'wp-includes/sodium_compat/src/Core32/Poly1305.php'),(6775,'wp-includes/sodium_compat/src/Core32/Salsa20.php'),(6776,'wp-includes/sodium_compat/src/Core32/SecretStream/State.php'),(6777,'wp-includes/sodium_compat/src/Core32/SipHash.php'),(6778,'wp-includes/sodium_compat/src/Core32/Util.php'),(6779,'wp-includes/sodium_compat/src/Core32/X25519.php'),(6780,'wp-includes/sodium_compat/src/Core32/XChaCha20.php'),(6781,'wp-includes/sodium_compat/src/Core32/XSalsa20.php'),(6782,'wp-includes/sodium_compat/src/Crypto.php'),(6783,'wp-includes/sodium_compat/src/Crypto32.php'),(6784,'wp-includes/sodium_compat/src/File.php'),(6785,'wp-includes/sodium_compat/src/PHP52/SplFixedArray.php'),(6786,'wp-includes/sodium_compat/src/SodiumException.php'),(6787,'wp-includes/spl-autoload-compat.php'),(6788,'wp-includes/taxonomy.php'),(6789,'wp-includes/template-loader.php'),(6790,'wp-includes/template.php'),(6791,'wp-includes/theme-compat/comments.php'),(6792,'wp-includes/theme-compat/embed-404.php'),(6793,'wp-includes/theme-compat/embed-content.php'),(6794,'wp-includes/theme-compat/embed.php'),(6795,'wp-includes/theme-compat/footer-embed.php'),(6796,'wp-includes/theme-compat/footer.php'),(6797,'wp-includes/theme-compat/header-embed.php'),(6798,'wp-includes/theme-compat/header.php'),(6799,'wp-includes/theme-compat/sidebar.php'),(6800,'wp-includes/theme.php'),(6801,'wp-includes/update.php'),(6802,'wp-includes/user.php'),(6803,'wp-includes/vars.php'),(6804,'wp-includes/version.php'),(6805,'wp-includes/widgets/class-wp-nav-menu-widget.php'),(6806,'wp-includes/widgets/class-wp-widget-archives.php'),(6807,'wp-includes/widgets/class-wp-widget-calendar.php'),(6808,'wp-includes/widgets/class-wp-widget-categories.php'),(6809,'wp-includes/widgets/class-wp-widget-custom-html.php'),(6810,'wp-includes/widgets/class-wp-widget-links.php'),(6811,'wp-includes/widgets/class-wp-widget-media-audio.php'),(6812,'wp-includes/widgets/class-wp-widget-media-gallery.php'),(6813,'wp-includes/widgets/class-wp-widget-media-image.php'),(6814,'wp-includes/widgets/class-wp-widget-media-video.php'),(6815,'wp-includes/widgets/class-wp-widget-media.php'),(6816,'wp-includes/widgets/class-wp-widget-meta.php'),(6817,'wp-includes/widgets/class-wp-widget-pages.php'),(6818,'wp-includes/widgets/class-wp-widget-recent-comments.php'),(6819,'wp-includes/widgets/class-wp-widget-recent-posts.php'),(6820,'wp-includes/widgets/class-wp-widget-rss.php'),(6821,'wp-includes/widgets/class-wp-widget-search.php'),(6822,'wp-includes/widgets/class-wp-widget-tag-cloud.php'),(6823,'wp-includes/widgets/class-wp-widget-text.php'),(6824,'wp-includes/widgets.php'),(6825,'wp-includes/wlwmanifest.xml'),(6826,'wp-includes/wp-db.php'),(6827,'wp-includes/wp-diff.php'),(6828,'wp-links-opml.php'),(6829,'wp-load.php'),(6830,'wp-login.php'),(6831,'wp-mail.php'),(6832,'wp-settings.php'),(6833,'wp-signup.php'),(6834,'wp-trackback.php'),(6835,'xmlrpc.php');
/*!40000 ALTER TABLE `wp3l_wfknownfilelist` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp3l_wflivetraffichuman`
--

DROP TABLE IF EXISTS `wp3l_wflivetraffichuman`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp3l_wflivetraffichuman` (
  `IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
  `identifier` binary(32) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
  `expiration` int(10) unsigned NOT NULL,
  PRIMARY KEY (`IP`,`identifier`),
  KEY `expiration` (`expiration`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp3l_wflivetraffichuman`
--

LOCK TABLES `wp3l_wflivetraffichuman` WRITE;
/*!40000 ALTER TABLE `wp3l_wflivetraffichuman` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp3l_wflivetraffichuman` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp3l_wflocs`
--

DROP TABLE IF EXISTS `wp3l_wflocs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp3l_wflocs` (
  `IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
  `ctime` int(10) unsigned NOT NULL,
  `failed` tinyint(3) unsigned NOT NULL,
  `city` varchar(255) DEFAULT '',
  `region` varchar(255) DEFAULT '',
  `countryName` varchar(255) DEFAULT '',
  `countryCode` char(2) DEFAULT '',
  `lat` float(10,7) DEFAULT 0.0000000,
  `lon` float(10,7) DEFAULT 0.0000000,
  PRIMARY KEY (`IP`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp3l_wflocs`
--

LOCK TABLES `wp3l_wflocs` WRITE;
/*!40000 ALTER TABLE `wp3l_wflocs` DISABLE KEYS */;
INSERT INTO `wp3l_wflocs` VALUES ('\0\0\0\0\0\0\0\0\0\0ÿÿ9YA',1612806532,0,'','','Lithuania','LT',56.0000000,24.0000000),('\0\0\0\0\0\0\0\0\0\0ÿÿø˜',1612806532,0,'Frankfurt am Main','Hesse','Germany','DE',50.1188011,8.6843004),('\0\0\0\0\0\0\0\0\0\0ÿÿ	zØ',1612806532,0,'','','Germany','DE',51.2993011,9.4910002),('\0\0\0\0\0\0\0\0\0\0ÿÿ	î',1612806532,0,'','','Germany','DE',51.2993011,9.4910002),('\0\0\0\0\0\0\0\0\0\0ÿÿµÚZ',1612806532,0,'','','Germany','DE',51.2993011,9.4910002),('\0\0\0\0\0\0\0\0\0\0ÿÿ\r053',1612806532,0,'Stockholm','Stockholm County','Sweden','SE',59.3333015,18.0499992),('\0\0\0\0\0\0\0\0\0\0ÿÿ^',1612806532,0,'','','United States','US',37.7509995,-97.8219986),('\0\0\0\0\0\0\0\0\0\0ÿÿ^²',1612806532,0,'','','United States','US',37.7509995,-97.8219986),('\0\0\0\0\0\0\0\0\0\0ÿÿª¡',1612806532,0,'','','Cyprus','CY',35.0000000,33.0000000),('\0\0\0\0\0\0\0\0\0\0ÿÿª¥/',1612806532,0,'','','Cyprus','CY',35.0000000,33.0000000),('\0\0\0\0\0\0\0\0\0\0ÿÿª¦~',1612806532,0,'','','Cyprus','CY',35.0000000,33.0000000),('\0\0\0\0\0\0\0\0\0\0ÿÿÜô',1612806532,0,'','','Cyprus','CY',35.0000000,33.0000000),('\0\0\0\0\0\0\0\0\0\0ÿÿÜh†',1612806532,0,'','','Cyprus','CY',35.0000000,33.0000000),('\0\0\0\0\0\0\0\0\0\0ÿÿÜhº',1612806532,0,'','','Cyprus','CY',35.0000000,33.0000000),('\0\0\0\0\0\0\0\0\0\0ÿÿÜhØ',1612806532,0,'','','Cyprus','CY',35.0000000,33.0000000),('\0\0\0\0\0\0\0\0\0\0ÿÿÜnÜ',1612806532,0,'','','Cyprus','CY',35.0000000,33.0000000),('\0\0\0\0\0\0\0\0\0\0ÿÿ#Îj|',1612806532,0,'Council Bluffs','Iowa','United States','US',41.2619019,-95.8608017),('\0\0\0\0\0\0\0\0\0\0ÿÿ#Ð>',1612806532,0,'Council Bluffs','Iowa','United States','US',41.2619019,-95.8608017),('\0\0\0\0\0\0\0\0\0\0ÿÿ#ÖÂc',1612806532,0,'Groningen','Groningen','Netherlands','NL',53.2156982,6.5764999),('\0\0\0\0\0\0\0\0\0\0ÿÿ-\rü.',1612806532,0,'','','Lithuania','LT',56.0000000,24.0000000),('\0\0\0\0\0\0\0\0\0\0ÿÿ-\rü•',1612806532,0,'','','Lithuania','LT',56.0000000,24.0000000),('\0\0\0\0\0\0\0\0\0\0ÿÿ-\rþ',1612806532,0,'','','Lithuania','LT',56.0000000,24.0000000),('\0\0\0\0\0\0\0\0\0\0ÿÿ-TÌÚ',1612806532,0,'','','Germany','DE',51.2993011,9.4910002),('\0\0\0\0\0\0\0\0\0\0ÿÿ-WPÀ',1612806532,0,'','','Lithuania','LT',56.0000000,24.0000000),('\0\0\0\0\0\0\0\0\0\0ÿÿ-WPÞ',1612806532,0,'','','Lithuania','LT',56.0000000,24.0000000),('\0\0\0\0\0\0\0\0\0\0ÿÿ-WS\'',1612806532,0,'','','Lithuania','LT',56.0000000,24.0000000),('\0\0\0\0\0\0\0\0\0\0ÿÿ-‚ä',1612806532,0,'','','Germany','DE',51.2993011,9.4910002),('\0\0\0\0\0\0\0\0\0\0ÿÿ-‚ä–',1612806532,0,'','','Germany','DE',51.2993011,9.4910002),('\0\0\0\0\0\0\0\0\0\0ÿÿ-‚äø',1612806532,0,'','','Germany','DE',51.2993011,9.4910002),('\0\0\0\0\0\0\0\0\0\0ÿÿ-c',1612806532,0,'Istanbul','Istanbul','Turkey','TR',41.0001984,28.9645996),('\0\0\0\0\0\0\0\0\0\0ÿÿ.¬8',1612806532,0,'','','Germany','DE',51.2993011,9.4910002),('\0\0\0\0\0\0\0\0\0\0ÿÿ.¬<',1612806532,0,'','','Germany','DE',51.2993011,9.4910002),('\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu',1612806532,0,'Tarlac City','Province of Tarlac','Philippines','PH',15.4827995,120.6035995),('\0\0\0\0\0\0\0\0\0\0ÿÿ1–w-',1612806532,0,'Tarlac City','Province of Tarlac','Philippines','PH',15.4827995,120.6035995),('\0\0\0\0\0\0\0\0\0\0ÿÿ2>²',1612806532,0,'','','United States','US',37.7509995,-97.8219986),('\0\0\0\0\0\0\0\0\0\0ÿÿ3&@ˆ',1612806532,0,'','','','',0.0000000,0.0000000),('\0\0\0\0\0\0\0\0\0\0ÿÿ3M—M',1612806532,0,'','','','',0.0000000,0.0000000),('\0\0\0\0\0\0\0\0\0\0ÿÿ3QW2',1612806532,0,'','','','',0.0000000,0.0000000),('\0\0\0\0\0\0\0\0\0\0ÿÿCÜ¿Ò',1612806532,0,'Piscataway','New Jersey','United States','US',40.5511017,-74.4606018),('\0\0\0\0\0\0\0\0\0\0ÿÿDAz‰',1612806532,0,'','','United States','US',37.7509995,-97.8219986),('\0\0\0\0\0\0\0\0\0\0ÿÿF(ÜF',1612806532,0,'','','United States','US',37.7509995,-97.8219986),('\0\0\0\0\0\0\0\0\0\0ÿÿJÐ;?',1612806532,0,'','','United States','US',37.7509995,-97.8219986),('\0\0\0\0\0\0\0\0\0\0ÿÿQ®',1612806532,0,'','','Germany','DE',51.2993011,9.4910002),('\0\0\0\0\0\0\0\0\0\0ÿÿQì',1612806532,0,'','','Germany','DE',51.2993011,9.4910002),('\0\0\0\0\0\0\0\0\0\0ÿÿQX4<',1612806532,0,'','','Italy','IT',43.1478996,12.1097002),('\0\0\0\0\0\0\0\0\0\0ÿÿQX4=',1612806532,0,'','','Italy','IT',43.1478996,12.1097002),('\0\0\0\0\0\0\0\0\0\0ÿÿQX4J',1612806532,0,'','','Italy','IT',43.1478996,12.1097002),('\0\0\0\0\0\0\0\0\0\0ÿÿQX4Q',1612806532,0,'','','Italy','IT',43.1478996,12.1097002),('\0\0\0\0\0\0\0\0\0\0ÿÿVk+:',1612806532,0,'','','Romania','RO',45.9967995,24.9969997),('\0\0\0\0\0\0\0\0\0\0ÿÿY.jz',1612806532,0,'Arezzo','Province of Arezzo','Italy','IT',43.4631004,11.8782997),('\0\0\0\0\0\0\0\0\0\0ÿÿYù@¤',1612806532,0,'Berlin','Land Berlin','Germany','DE',52.5195999,13.4069004),('\0\0\0\0\0\0\0\0\0\0ÿÿ\\ù,',1612806532,0,'','','Germany','DE',51.2993011,9.4910002),('\0\0\0\0\0\0\0\0\0\0ÿÿ\\ù,v',1612806532,0,'','','Germany','DE',51.2993011,9.4910002),('\0\0\0\0\0\0\0\0\0\0ÿÿ\\ù,þ',1612806532,0,'','','Germany','DE',51.2993011,9.4910002),('\0\0\0\0\0\0\0\0\0\0ÿÿ\\ù-',1612806532,0,'','','Germany','DE',51.2993011,9.4910002),('\0\0\0\0\0\0\0\0\0\0ÿÿ\\ù-¿',1612806532,0,'','','Germany','DE',51.2993011,9.4910002),('\0\0\0\0\0\0\0\0\0\0ÿÿ]_Ø(',1612806532,0,'Rome','Rome','Italy','IT',41.8979988,12.5125999),('\0\0\0\0\0\0\0\0\0\0ÿÿ^íJ¯',1612806532,0,'','','Singapore','SG',1.3673000,103.8013992),('\0\0\0\0\0\0\0\0\0\0ÿÿ_¨¦4',1612806532,0,'Amsterdam','North Holland','Netherlands','NL',52.3712006,4.9043999),('\0\0\0\0\0\0\0\0\0\0ÿÿ_Ù(Ö',1612806532,0,'Helsinki','Uusimaa','Finland','FI',60.1790009,24.9340000),('\0\0\0\0\0\0\0\0\0\0ÿÿ_ÙË»',1612806532,0,'Helsinki','Uusimaa','Finland','FI',60.1790009,24.9340000),('\0\0\0\0\0\0\0\0\0\0ÿÿg\"',1612806532,0,'Carlingford','New South Wales','Australia','AU',-33.7755013,151.0422058),('\0\0\0\0\0\0\0\0\0\0ÿÿg*n',1612806532,0,'Adelaide','South Australia','Australia','AU',-34.9273987,138.6004944),('\0\0\0\0\0\0\0\0\0\0ÿÿgaå',1612806532,0,'Kolkata','West Bengal','India','IN',22.5601997,88.3697968),('\0\0\0\0\0\0\0\0\0\0ÿÿgñ€G',1612806532,0,'','','Japan','JP',35.6897011,139.6894989),('\0\0\0\0\0\0\0\0\0\0ÿÿ„”ÿÆ',1612806532,0,'Ashburn','Virginia','United States','US',39.0480995,-77.4728012),('\0\0\0\0\0\0\0\0\0\0ÿÿ‡”!f',1612806532,0,'','','','',0.0000000,0.0000000),('\0\0\0\0\0\0\0\0\0\0ÿÿ‡”!“',1612806532,0,'','','','',0.0000000,0.0000000),('\0\0\0\0\0\0\0\0\0\0ÿÿˆ\'“',1612806532,0,'','','Lithuania','LT',56.0000000,24.0000000),('\0\0\0\0\0\0\0\0\0\0ÿÿˆ\'•',1612806532,0,'','','Lithuania','LT',56.0000000,24.0000000),('\0\0\0\0\0\0\0\0\0\0ÿÿ”H—Ä',1612806532,0,'St Louis','Missouri','United States','US',38.6363983,-90.1985016),('\0\0\0\0\0\0\0\0\0\0ÿÿ—j`ß',1612806532,0,'','','Germany','DE',51.2993011,9.4910002),('\0\0\0\0\0\0\0\0\0\0ÿÿ—jtN',1612806532,0,'','','Germany','DE',51.2993011,9.4910002),('\0\0\0\0\0\0\0\0\0\0ÿÿ—jtý',1612806532,0,'','','Germany','DE',51.2993011,9.4910002),('\0\0\0\0\0\0\0\0\0\0ÿÿ—‹\"',1612806714,0,'','','United States','US',37.7509995,-97.8219986),('\0\0\0\0\0\0\0\0\0\0ÿÿ™\\\Z',1612806532,0,'','','Cyprus','CY',35.0000000,33.0000000),('\0\0\0\0\0\0\0\0\0\0ÿÿ™\\–',1612806532,0,'','','Cyprus','CY',35.0000000,33.0000000),('\0\0\0\0\0\0\0\0\0\0ÿÿœCÞ.',1612806532,0,'','','Cyprus','CY',35.0000000,33.0000000),('\0\0\0\0\0\0\0\0\0\0ÿÿœCÞ3',1612806532,0,'','','Cyprus','CY',35.0000000,33.0000000),('\0\0\0\0\0\0\0\0\0\0ÿÿœCÞ:',1612806532,0,'','','Cyprus','CY',35.0000000,33.0000000),('\0\0\0\0\0\0\0\0\0\0ÿÿœCÞš',1612806532,0,'','','Cyprus','CY',35.0000000,33.0000000),('\0\0\0\0\0\0\0\0\0\0ÿÿ ™™Ÿ',1612806532,0,'Amsterdam','North Holland','Netherlands','NL',52.3759003,4.8975000),('\0\0\0\0\0\0\0\0\0\0ÿÿ¢ñ”',1612806532,0,'','','United States','US',37.7509995,-97.8219986),('\0\0\0\0\0\0\0\0\0\0ÿÿ¢ñæA',1612806532,0,'','','United States','US',37.7509995,-97.8219986),('\0\0\0\0\0\0\0\0\0\0ÿÿ¢ûU†',1612806532,0,'','','United States','US',37.7509995,-97.8219986),('\0\0\0\0\0\0\0\0\0\0ÿÿ¬hö',1612806532,0,'Cedar Knolls','New Jersey','United States','US',40.8228989,-74.4591980),('\0\0\0\0\0\0\0\0\0\0ÿÿ¬h‹2',1612806532,0,'Frankfurt am Main','Hesse','Germany','DE',50.1188011,8.6843004),('\0\0\0\0\0\0\0\0\0\0ÿÿ°hk',1612806532,0,'NiÅ¡','Nisava','Serbia','RS',43.3260994,21.9013996),('\0\0\0\0\0\0\0\0\0\0ÿÿ²>pV',1612806532,0,'London','England','United Kingdom','GB',51.5353012,-0.6658000),('\0\0\0\0\0\0\0\0\0\0ÿÿ¸šÎ',1612806532,0,'Bergenfield','New Jersey','United States','US',40.9238014,-73.9989014),('\0\0\0\0\0\0\0\0\0\0ÿÿ¹n',1612806532,0,'','','Italy','IT',43.1478996,12.1097002),('\0\0\0\0\0\0\0\0\0\0ÿÿ¹q',1612806532,0,'','','Italy','IT',43.1478996,12.1097002),('\0\0\0\0\0\0\0\0\0\0ÿÿ¹e',1612806532,0,'London','England','United Kingdom','GB',51.5163994,-0.0930000),('\0\0\0\0\0\0\0\0\0\0ÿÿ¹Í',1612806532,0,'Copenhagen','Capital Region','Denmark','DK',55.6795006,12.5584002),('\0\0\0\0\0\0\0\0\0\0ÿÿ¹Aï+',1612806532,0,'','','United Kingdom','GB',51.4963989,-0.1224000),('\0\0\0\0\0\0\0\0\0\0ÿÿ¹QC',1612806532,0,'Rome','Rome','Italy','IT',41.8979988,12.5125999),('\0\0\0\0\0\0\0\0\0\0ÿÿ¹](',1612806532,0,'Paris','Paris','France','FR',48.8606987,2.3281000),('\0\0\0\0\0\0\0\0\0\0ÿÿ¹hù',1612806532,0,'','Moscow Oblast','Russia','RU',55.9141998,37.8255997),('\0\0\0\0\0\0\0\0\0\0ÿÿ¹É\n=',1612806532,0,'','','Germany','DE',51.2993011,9.4910002),('\0\0\0\0\0\0\0\0\0\0ÿÿ¹É\n',1612806532,0,'','','Germany','DE',51.2993011,9.4910002),('\0\0\0\0\0\0\0\0\0\0ÿÿ¹ÉÐ',1612806532,0,'','','Germany','DE',51.2993011,9.4910002),('\0\0\0\0\0\0\0\0\0\0ÿÿ¹ÉÝ',1612806532,0,'','','Germany','DE',51.2993011,9.4910002),('\0\0\0\0\0\0\0\0\0\0ÿÿ¹Ò‘\n',1612806532,0,'San Leandro','California','United States','US',37.7220001,-122.1642990),('\0\0\0\0\0\0\0\0\0\0ÿÿ¹Ö|d',1612806532,0,'','','Germany','DE',51.2993011,9.4910002),('\0\0\0\0\0\0\0\0\0\0ÿÿ¹Ö|í',1612806532,0,'','','Germany','DE',51.2993011,9.4910002),('\0\0\0\0\0\0\0\0\0\0ÿÿ¹Ö‚',1612806532,0,'','','Germany','DE',51.2993011,9.4910002),('\0\0\0\0\0\0\0\0\0\0ÿÿ¹à‰',1612806532,0,'','','Germany','DE',51.2993011,9.4910002),('\0\0\0\0\0\0\0\0\0\0ÿÿ¹à‰`',1612806532,0,'','','Germany','DE',51.2993011,9.4910002),('\0\0\0\0\0\0\0\0\0\0ÿÿ¹à‰}',1612806532,0,'','','Germany','DE',51.2993011,9.4910002),('\0\0\0\0\0\0\0\0\0\0ÿÿ¹à‰°',1612806532,0,'','','Germany','DE',51.2993011,9.4910002),('\0\0\0\0\0\0\0\0\0\0ÿÿ¹àŠ',1612806532,0,'','','Germany','DE',51.2993011,9.4910002),('\0\0\0\0\0\0\0\0\0\0ÿÿ¹àŠ',1612806532,0,'','','Germany','DE',51.2993011,9.4910002),('\0\0\0\0\0\0\0\0\0\0ÿÿ¹àŠm',1612806532,0,'','','Germany','DE',51.2993011,9.4910002),('\0\0\0\0\0\0\0\0\0\0ÿÿ¹àŠš',1612806532,0,'','','Germany','DE',51.2993011,9.4910002),('\0\0\0\0\0\0\0\0\0\0ÿÿ¹àŠÈ',1612806532,0,'','','Germany','DE',51.2993011,9.4910002),('\0\0\0\0\0\0\0\0\0\0ÿÿ¹è!',1612806532,0,'','','Germany','DE',51.2993011,9.4910002),('\0\0\0\0\0\0\0\0\0\0ÿÿ¿e2Œ',1612806532,0,'Buffalo','New York','United States','US',42.8863983,-78.8780975),('\0\0\0\0\0\0\0\0\0\0ÿÿÀ¹QÖ',1612806532,0,'','','United States','US',37.7509995,-97.8219986),('\0\0\0\0\0\0\0\0\0\0ÿÿÀ¹Ru',1612806532,0,'','','United States','US',37.7509995,-97.8219986),('\0\0\0\0\0\0\0\0\0\0ÿÿÂœ',1612806532,0,'','','Germany','DE',51.2993011,9.4910002),('\0\0\0\0\0\0\0\0\0\0ÿÿÂœ>',1612806532,0,'','','Germany','DE',51.2993011,9.4910002),('\0\0\0\0\0\0\0\0\0\0ÿÿÂœŒ',1612806532,0,'','','Germany','DE',51.2993011,9.4910002),('\0\0\0\0\0\0\0\0\0\0ÿÿÂ#é%',1612806532,0,'London','England','United Kingdom','GB',51.5163994,-0.0930000),('\0\0\0\0\0\0\0\0\0\0ÿÿÂ;¤$',1612806532,0,'','','Germany','DE',51.2993011,9.4910002),('\0\0\0\0\0\0\0\0\0\0ÿÿÂ;¤7',1612806532,0,'','','Germany','DE',51.2993011,9.4910002),('\0\0\0\0\0\0\0\0\0\0ÿÿÆ6rH',1612806532,0,'','','United States','US',37.7509995,-97.8219986),('\0\0\0\0\0\0\0\0\0\0ÿÿÆGð',1612806532,0,'Ashburn','Virginia','United States','US',39.0480995,-77.4728012),('\0\0\0\0\0\0\0\0\0\0ÿÿÆGð ',1612806532,0,'Ashburn','Virginia','United States','US',39.0480995,-77.4728012),('\0\0\0\0\0\0\0\0\0\0ÿÿÆGñ',1612806532,0,'Ashburn','Virginia','United States','US',39.0480995,-77.4728012),('\0\0\0\0\0\0\0\0\0\0ÿÿÆ»&',1612806532,0,'','','United States','US',37.7509995,-97.8219986),('\0\0\0\0\0\0\0\0\0\0ÿÿÇÃû ',1612806532,0,'','','','',0.0000000,0.0000000),('\0\0\0\0\0\0\0\0\0\0ÿÿÊµ§',1612806532,0,'','','Hong Kong','HK',22.2577991,114.1657028),('\0\0\0\0\0\0\0\0\0\0ÿÿË—©l',1612806532,0,'','','Thailand','TH',13.7441998,100.4608002),('\0\0\0\0\0\0\0\0\0\0ÿÿÏ”zý',1612806532,0,'Singapore','','Singapore','SG',1.3029000,103.8570023),('\0\0\0\0\0\0\0\0\0\0ÿÿÕ¾K',1612806532,0,'','','Germany','DE',51.2993011,9.4910002);
/*!40000 ALTER TABLE `wp3l_wflocs` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp3l_wflogins`
--

DROP TABLE IF EXISTS `wp3l_wflogins`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp3l_wflogins` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `hitID` int(11) DEFAULT NULL,
  `ctime` double(17,6) unsigned NOT NULL,
  `fail` tinyint(3) unsigned NOT NULL,
  `action` varchar(40) NOT NULL,
  `username` varchar(255) NOT NULL,
  `userID` int(10) unsigned NOT NULL,
  `IP` binary(16) DEFAULT NULL,
  `UA` text DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `k1` (`IP`,`fail`),
  KEY `hitID` (`hitID`)
) ENGINE=MyISAM AUTO_INCREMENT=15181 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp3l_wflogins`
--

LOCK TABLES `wp3l_wflogins` WRITE;
/*!40000 ALTER TABLE `wp3l_wflogins` DISABLE KEYS */;
INSERT INTO `wp3l_wflogins` VALUES (13181,28770,1596637937.116123,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ€ÇÓD','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13182,28771,1596638049.033231,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÙªÆ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13183,28772,1596638136.150344,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ§¬¢v','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13184,28773,1596640683.977162,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ ™ûÙ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13185,28774,1596640825.281727,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ²îï&','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13186,28775,1596641023.864771,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ.e³¤','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13187,28776,1596641159.894544,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ#ä¢s','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13188,28777,1596641204.753155,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ3²Qj','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13189,28778,1596641406.024729,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¦>zô','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13190,28779,1596641521.437730,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ6Gsë','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13191,28780,1596641627.666846,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÐmŠ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13192,28781,1596641785.640188,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ‹c','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13193,28782,1596641989.805999,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¥g','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13194,28783,1596642181.770853,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ_£yN','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13195,28784,1596642254.127472,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿŽ]~µ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13196,28785,1596642377.576335,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ]qoÅ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13197,28786,1596642672.602355,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÙsv$','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13198,28787,1596642851.552667,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ‘ïN','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13199,28788,1596642963.304026,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ\"L¬','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13200,28790,1596672436.927388,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ­ìÁI','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13201,28791,1596675270.729930,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ-vM','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13202,28793,1596678116.463404,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ•ÊB','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13203,28795,1596680804.971823,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ\'W$','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13204,28796,1596681743.643302,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ­ìR','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13205,28797,1596682538.813379,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ§Gf','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13206,28798,1596683243.256860,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ%»ü”','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13207,28804,1596687432.278106,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ]ZÙ•','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13208,28806,1596688679.508833,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÙ¶Œu','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13209,28807,1596689380.236547,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ€Ç¥Õ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13210,28808,1596689972.402313,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿXÔõD','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13211,28809,1596690650.508729,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿŽ]¬-','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13212,28810,1596691226.943998,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ3²Qj','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13213,28811,1596691916.183744,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿŸY·¨','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13214,28812,1596692580.306399,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ-âPõ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13215,28813,1596693289.570039,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿf2[','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13216,28814,1596693968.060144,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿŸË%+','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13217,28815,1596694671.879264,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¦>Pm','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13218,28816,1596695387.614124,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ3[ÿ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13219,28817,1596696121.832542,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ#½5½','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13220,28818,1596696752.793391,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ%»‡‚','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13221,28819,1596697464.089555,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÃÉØÎ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13222,28820,1596698221.860081,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ°|çL','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13223,28821,1596698936.245952,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿŸËiZ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13224,28822,1596699693.665454,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÐa±Z','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13225,28825,1596702011.997738,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÈy€@','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13226,28825,1596702012.007049,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÈy€@','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13227,28826,1596703473.785522,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ3þjR','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13228,28830,1596706814.270668,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ•ÊB','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13229,28834,1596710232.614037,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ‚¹M“','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13230,28835,1596711090.085578,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿŽ÷','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13231,28836,1596711904.019781,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ‘ïÓò','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13232,28837,1596713433.469150,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ#åŠó','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13233,28838,1596714354.634896,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ²€zY','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13234,28839,1596715206.056217,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ.ex','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13235,28840,1596717142.366816,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÀc•Ã','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13236,28842,1596718943.003919,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿhît˜','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13237,28843,1596719565.564437,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ„”','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13238,28844,1596741736.522090,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ\\=%?','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36'),(13239,28845,1596770337.197008,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÙ¾Å','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),(13240,28848,1596805498.902934,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ‡µ)','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36 Edge/16.16299'),(13241,28848,1596805498.911150,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ‡µ)','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36 Edge/16.16299'),(13242,28855,1596825366.230842,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÿuJ','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(13243,28869,1596893574.046283,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿgJvj','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.131 Safari/537.36'),(13244,28870,1596901292.598881,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ—P)','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13245,28872,1596902360.334825,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÆõ<m','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13246,28875,1596905885.985371,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÔ8Ð','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13247,28876,1596909653.221746,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÔS˜ˆ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13248,28877,1596910840.931526,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÔS¬N','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13249,28878,1596914174.404038,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿŽÕ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13250,28879,1596918031.029234,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÆd‘Y','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13251,28880,1596919341.864995,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ>ÒÛ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13252,28881,1596922764.464804,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÃš0\'','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13253,28883,1596927054.486054,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ.¶L','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36'),(13254,28888,1596935158.145275,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÆd’³','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13255,28889,1596936381.880752,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÔS©','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13256,28891,1596939778.390013,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÆd‘Y','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13257,28895,1596952320.605347,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÔS¸u','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13258,28899,1596953534.239175,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÔ\'~','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13259,28900,1596953703.999657,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿD·±i','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13260,28907,1596956420.196926,1,'loginFailInvalidUsername','wpxml',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ-8B/','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13261,28908,1596956944.669830,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿŽÕ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13262,28920,1596960887.692581,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÔ=ä','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13263,28925,1596962106.938014,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÃš+è','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13264,28933,1596965656.074825,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ3“É','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13265,28943,1596969380.641044,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿhø<*','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13266,28944,1596969487.432051,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÔS’ï','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13267,28948,1596970734.154428,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÔ8','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13268,28956,1596972835.472192,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹^æÖ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36'),(13269,28959,1596974433.799261,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ]qod','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13270,28960,1596974629.585504,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ²>¹','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13271,28962,1596974933.924970,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ3Kø ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13272,28964,1596975597.401807,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ€ÇÓD','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13273,28966,1596976065.843862,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ@-Û','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13274,28969,1596976605.084628,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ#å-Í','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13275,28971,1596976716.741352,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÆœÖ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13276,28973,1596977129.360932,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿŽì','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13277,28976,1596977595.206380,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ^Þ“','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13278,28977,1596977801.011267,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¥øW','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13279,28979,1596978209.368710,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿhî}…','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13280,28981,1596978626.810509,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ­ì‹í','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13281,28983,1596978801.419945,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ ™ûŠ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13282,28984,1596979195.452735,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ[†øæ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13283,28986,1596979845.161435,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ·nß›','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13284,28987,1596979876.020364,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿg“\nÞ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13285,28988,1596979941.384241,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿhìd*','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13286,28992,1596980891.104733,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¥ãÉ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13287,28995,1596981486.511929,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÔ!0','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13288,28998,1596981993.282082,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ=¤','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13289,28999,1596982063.556014,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿG+í','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13290,29002,1596982519.314735,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ3D~','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13291,29005,1596983123.124362,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ”BŽ®','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13292,29006,1596983209.593057,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ@Z?…','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13293,29007,1596983643.444396,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÔ{','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13294,29038,1596996007.317213,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿhî}…','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13295,29040,1596996333.513012,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ”HÑ¿','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13296,29041,1596996902.484488,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿõ‹ ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13297,29045,1596997872.554322,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÁ\"‘Ì','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13298,29045,1596997872.563169,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÁ\"‘Ì','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13299,29046,1596998024.421630,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ3²4T','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13300,29051,1596999032.680727,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ§¬³g','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13301,29052,1596999235.270081,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ%»qÅ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13302,29054,1596999878.025984,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿŽ]˜','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13303,29056,1597000317.884936,1,'loginFailInvalidUsername','test',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÒ¬ßl','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13304,29057,1597000480.322384,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ‡Ÿ½','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13305,29058,1597001112.448430,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ#Ê`','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13306,29062,1597001766.789121,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ`}¨ö','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13307,29079,1597004863.591485,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ½-È~','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13308,29085,1597006349.859835,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿTü—e','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.142 Safari/537.36'),(13309,29089,1597007006.089611,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ)]0H','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13310,29092,1597007672.328524,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ“‡Àq','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13311,29096,1597008371.180682,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ6&6ø','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13312,29097,1597008470.122091,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ3²4T','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13313,29099,1597009129.637879,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ3Då±','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13314,29104,1597009834.299233,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿgSÀ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13315,29108,1597010524.348347,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ²>ñÏ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13316,29112,1597011201.604194,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ#ãª\"','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13317,29116,1597011900.877065,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ‹;®k','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13318,29117,1597012646.952485,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ€Çk!','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13319,29121,1597013340.102253,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÑ|Zñ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13320,29123,1597014096.068138,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿhøú','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13321,29125,1597014803.632657,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ‹;™…','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13322,29128,1597015489.734220,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ“‡Ó','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13323,29130,1597016217.268633,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ§Gãf','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13324,29133,1597016914.041185,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÁFYv','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13325,29136,1597017688.445842,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ\'W$','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13326,29140,1597018490.442447,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¥ed','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13327,29143,1597019567.749449,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ4 %z','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13328,29145,1597020007.156467,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿŸA’H','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13329,29147,1597020783.490018,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿŽ]\"©','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13330,29151,1597021584.470760,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÊoÜ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13331,29152,1597022370.205380,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ`}¨ö','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13332,29156,1597023134.463767,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÐa±Z','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13333,29158,1597023821.943867,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÁM','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13334,29161,1597024449.502388,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ@Ê¸ù','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13335,29164,1597025067.851870,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¥ed','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13336,29166,1597025611.782878,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ§Gãf','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13337,29169,1597026625.488807,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ@oyî','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13338,29171,1597027099.990937,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿžEó©','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13339,29174,1597027636.150387,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ]½Å','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13340,29176,1597028171.229780,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÎ½·˜','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13341,29179,1597028733.840911,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹¶8å','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13342,29181,1597029279.369691,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹ÝØ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13343,29184,1597029888.804302,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ‹;Nø','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13344,29186,1597030430.041699,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ\"PüÙ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13345,29187,1597031036.654492,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ²!ì]','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13346,29189,1597031540.597952,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÆú»','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13347,29192,1597032150.018317,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿhƒ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13348,29195,1597032871.525054,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ4¨1²','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13349,29197,1597033342.765473,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÃ§Ÿ¡','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13350,29200,1597034006.202200,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿmÃ+','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13351,29202,1597034618.714339,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ²!ì]','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13352,29206,1597035695.561651,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ6&6ø','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13353,29208,1597036280.558735,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÀ©È‘','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13354,29209,1597036934.171267,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ\"@Úf','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13355,29214,1597038121.151990,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ3K{','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13356,29219,1597039490.648747,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿŽå','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13357,29220,1597040104.293451,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ-7=r','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13358,29223,1597040782.649843,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ|žÊ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13359,29225,1597041377.135146,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÕÅ´[','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13360,29233,1597047973.510052,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ3Ã/O','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13361,29234,1597048770.141181,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿKw×Ò','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13362,29235,1597049594.165798,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¥Üý','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13363,29236,1597050271.989497,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÆú¨','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13364,29237,1597051107.416948,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÎÄl\"','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13365,29238,1597051810.853292,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ§Go','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13366,29240,1597052637.654554,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿs’“','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13367,29241,1597053436.421301,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿR”§','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13368,29242,1597054234.916761,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÔ!0','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13369,29243,1597055056.608747,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ%»„„','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13370,29244,1597055902.071249,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ3[{ë','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13371,29245,1597056750.780398,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÊúB','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13372,29246,1597057599.393930,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÀc•Ã','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13373,29247,1597058440.043947,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿŽ].¬','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13374,29248,1597059277.717070,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ-vM','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13375,29249,1597060114.867799,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ-˜x','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13376,29260,1597079597.036475,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ/d[','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:63.0) Gecko/20100101 Firefox/63.0'),(13377,29264,1597100966.761039,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÏÈO','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36'),(13378,29266,1597119721.666789,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ}ê5','Opera/9.80 (Windows NT 6.1) Presto/2.12.388 Version/12.12'),(13379,29266,1597119721.676257,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ}ê5','Opera/9.80 (Windows NT 6.1) Presto/2.12.388 Version/12.12'),(13380,29268,1597152810.314052,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ(\0›','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Safari/537.36'),(13381,29268,1597152810.321483,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ(\0›','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Safari/537.36'),(13382,29269,1597161434.300936,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¸RÉ¹','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36'),(13383,29276,1597187596.928790,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ#Ë›}','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13384,29277,1597188293.522581,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÆGð','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.142 Safari/537.36'),(13385,29278,1597189868.730786,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ3ÿ@:','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13386,29279,1597190956.755564,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÎ½·˜','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13387,29280,1597192983.295126,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹Üfý','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36'),(13388,29281,1597193044.825651,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ-˜x','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13389,29282,1597193575.389444,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ6&A','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13390,29283,1597194651.513140,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ‹;‘','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13391,29286,1597196810.185358,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿŽ]IY','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13392,29289,1597198297.264161,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿŸAï\"','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13393,29290,1597199011.806892,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ€Çk!','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13394,29291,1597199368.330240,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ ™ûÙ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13395,29292,1597200155.877125,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ[yeM','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13396,29293,1597200502.222524,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¶Òä','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13397,29294,1597201094.055072,1,'loginFailInvalidUsername','domains@hmdns.net',0,'\0\0\0\0\0\0\0\0\0\0ÿÿœ’?','Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10'),(13398,29295,1597201097.420074,1,'loginFailInvalidUsername','domains',0,'\0\0\0\0\0\0\0\0\0\0ÿÿœ’?','Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10'),(13399,29296,1597201101.241226,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿœ’?','Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10'),(13400,29297,1597201309.974350,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ3[È','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13401,29298,1597201664.291459,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ ™õ{','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13402,29299,1597202443.147871,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÎ½·˜','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13403,29305,1597205749.167527,1,'loginFailInvalidUsername','81eaglescout@bellsouth.net',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ·\\©','Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10'),(13404,29305,1597205749.175140,1,'loginFailInvalidUsername','81eaglescout@bellsouth.net',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ·\\©','Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10'),(13405,29306,1597205753.347412,1,'loginFailInvalidUsername','81eaglescout',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ·\\©','Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10'),(13406,29306,1597205753.357370,1,'loginFailInvalidUsername','81eaglescout',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ·\\©','Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10'),(13407,29307,1597205756.911641,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ·\\©','Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10'),(13408,29307,1597205756.919512,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ·\\©','Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10'),(13409,29318,1597212720.842506,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ’¹£Q','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13410,29319,1597213595.485572,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿŠÅ³^','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13411,29320,1597214044.853604,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿgôž','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13412,29321,1597214936.487962,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ²!ì]','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13413,29322,1597215396.481323,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¥ã\'—','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13414,29323,1597216228.887910,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¥ã\'°','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13415,29324,1597217567.831674,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÌ,^Ï','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13416,29325,1597219315.791890,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿŸý.','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13417,29326,1597220222.220163,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ§G‚™','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13418,29327,1597220727.137545,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¶Òä','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13419,29328,1597221655.986505,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿõ>','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13420,29329,1597222078.928416,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ.euO','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13421,29330,1597222171.571901,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ†\0o','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Safari/537.36'),(13422,29331,1597223030.992731,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ3²4T','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13423,29332,1597224395.732413,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿŸAï\"','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13424,29333,1597224875.079497,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿŸY·¨','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13425,29336,1597225748.234929,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿo\\ðÎ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13426,29337,1597226237.746412,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ3KÎ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13427,29338,1597227260.286057,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿŽ]¬-','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13428,29339,1597227884.962336,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿmÃ+','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13429,29340,1597228667.170277,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿŠÅ³^','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13430,29341,1597229189.299588,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ²!ì]','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13431,29342,1597229391.310338,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ–','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36'),(13432,29342,1597229391.321178,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ–','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36'),(13433,29345,1597230147.264130,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ§¬ÈF','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13434,29346,1597230583.452191,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ#È.”','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13435,29347,1597231643.845406,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ²>n‘','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13436,29348,1597232078.224963,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿŽ]#©','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13437,29349,1597233030.860293,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ-jÌ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13438,29350,1597233539.038630,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ#Ý\Z•','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13439,29352,1597234559.319828,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ3K{','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13440,29353,1597235076.315570,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ-vM','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13441,29354,1597236105.939228,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿYsõ2','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13442,29355,1597236527.881877,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ#È.”','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13443,29356,1597237453.513484,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ.e–	','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13444,29357,1597237786.741585,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿŸË>½','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13445,29358,1597238592.246249,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿŸË%+','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13446,29359,1597238886.081279,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿm{Ø7','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13447,29360,1597239700.521170,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿŸËF©','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13448,29361,1597240025.656487,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿŠÅˆH','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13449,29362,1597240951.090810,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿhÆ¬D','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13450,29363,1597241693.321768,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿpÄH¼','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13451,29364,1597242075.456322,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ3&Ó','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13452,29365,1597242835.335693,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ3[\r','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13453,29366,1597243207.207774,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¢Öâ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13454,29367,1597243974.152941,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿFX…¶','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13455,29368,1597244334.273848,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿŠD–]','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13456,29369,1597245125.014992,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ§c/','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13457,29370,1597245528.647029,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ3Ã/O','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13458,29371,1597246309.850422,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ†zJ:','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13459,29372,1597246774.402674,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿPZRF','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13460,29373,1597247510.414327,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿŽ]¢','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13461,29374,1597247953.277796,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿæêu','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13462,29375,1597248736.198621,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿUØç','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13463,29376,1597249115.079925,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ.ex','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13464,29377,1597249895.830888,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ#Ã‡C','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13465,29378,1597250310.821822,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿŽ]âë','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13466,29379,1597251110.414170,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿõé¤','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13467,29380,1597251449.010676,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ[†øæ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13468,29381,1597252205.217510,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ$\\','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13469,29382,1597252590.450242,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ@ã{','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13470,29383,1597253319.742209,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¯Ð¿%','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13471,29384,1597253636.554376,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ$\\','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13472,29385,1597254412.853020,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿUØç','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13473,29386,1597254788.585298,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ$Yûi','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13474,29387,1597255480.227013,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿØ\nõ1','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13475,29388,1597255867.906140,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿŽ]o','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13476,29389,1597256612.689992,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ„”™œ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13477,29390,1597256947.919734,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿBF »','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13478,29391,1597257747.525103,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¼¥ÿ†','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13479,29392,1597258156.057135,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿŽ]a\r','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13480,29393,1597258853.237719,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¥ãß','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13481,29394,1597259267.821047,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÇÀŸ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13482,29395,1597260068.253180,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÙªÆ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13483,29396,1597260459.495114,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ†Ñ›Õ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13484,29397,1597261164.105819,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ3þjR','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13485,29398,1597261620.871600,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ3þvà','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13486,29399,1597262401.098772,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ ™õ¯','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13487,29400,1597262529.938980,1,'loginFailInvalidUsername','81eaglescout@bellsouth.net',0,'\0\0\0\0\0\0\0\0\0\0ÿÿUgkA','Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10'),(13488,29400,1597262529.946234,1,'loginFailInvalidUsername','81eaglescout@bellsouth.net',0,'\0\0\0\0\0\0\0\0\0\0ÿÿUgkA','Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10'),(13489,29401,1597262535.037734,1,'loginFailInvalidUsername','81eaglescout',0,'\0\0\0\0\0\0\0\0\0\0ÿÿUgkA','Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10'),(13490,29401,1597262535.045874,1,'loginFailInvalidUsername','81eaglescout',0,'\0\0\0\0\0\0\0\0\0\0ÿÿUgkA','Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10'),(13491,29402,1597262539.814619,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿUgkA','Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10'),(13492,29402,1597262539.822902,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿUgkA','Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10'),(13493,29403,1597262856.865248,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ{Þ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13494,29404,1597263656.617014,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ‹;;K','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13495,29405,1597263987.113635,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ‘ïN','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13496,29406,1597264841.684998,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿhƒ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13497,29407,1597265196.939895,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ%»qÅ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13498,29408,1597266057.741865,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ²€zY','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13499,29409,1597266455.804789,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÆ&Tþ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13500,29410,1597267274.207553,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ6Gsë','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13501,29411,1597267621.406267,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ3[i','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13502,29412,1597268521.762048,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ§G?/','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13503,29413,1597268922.562564,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿgé§','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13504,29414,1597269738.605883,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ‹;+K','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13505,29415,1597270079.175056,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ‹;U)','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13506,29418,1597271476.803083,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿæoˆ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13507,29419,1597272392.185123,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ§¬ÈF','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13508,29420,1597272790.991133,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÊúB','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13509,29421,1597273640.116017,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿŸË%+','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13510,29422,1597274106.650168,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ\\Þ\\í','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13511,29423,1597274660.700860,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿn\'9‚','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36'),(13512,29424,1597275029.411059,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ«ôB','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13513,29425,1597275404.560190,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿAJ±T','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13514,29426,1597276353.818785,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ“‡Àq','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13515,29427,1597276753.249922,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ3²š','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13516,29428,1597277704.617363,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿg.\\','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13517,29429,1597278099.357802,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ@Ê¸ù','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13518,29430,1597279116.485896,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ£¬ ¾','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13519,29431,1597279495.616723,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿH§âX','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13520,29432,1597280450.078930,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿhøú','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13521,29433,1597280976.829931,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿýÙ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13522,29435,1597291623.072669,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ”HÏ‡','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13523,29436,1597293286.242742,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ²>cg','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13524,29438,1597295016.160788,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ°8>','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13525,29439,1597296835.635563,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ>ÒÑõ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13526,29440,1597297693.150836,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¤„0³','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13527,29447,1597305227.483357,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ6&A','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13528,29448,1597306958.177897,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ[yl','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13529,29449,1597309370.441116,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿhø|m','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13530,29450,1597309922.540613,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ#ãª\"','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13531,29451,1597311030.520617,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿUXJ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.131 Safari/537.36'),(13532,29452,1597311166.779564,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ§Go','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13533,29453,1597311795.731998,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿhìË','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13534,29454,1597313703.472989,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿRßT[','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13535,29455,1597314352.810982,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ‹;+K','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13536,29461,1597321122.255728,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ‘ïüÅ','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit/537.75.14 (KHTML, like Gecko) Version/7.0.3 Safari/7046A194A'),(13537,29469,1597323980.114736,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿâ¸^','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13538,29470,1597325839.530822,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ]qoÅ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13539,29471,1597327351.676929,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿŸËF©','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13540,29474,1597328823.103497,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ%;(','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13541,29475,1597330365.967489,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿŸË°Û','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13542,29476,1597331148.876114,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ%;(','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13543,29486,1597338529.890906,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿg“\nÞ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13544,29487,1597340192.252977,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ#Ê`','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13545,29488,1597340716.613866,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÆú»','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13546,29489,1597341934.236735,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÀ©ÛO','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13547,29490,1597342489.959465,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ\r_Æw','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13548,29493,1597343043.336890,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿPÓý','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13549,29498,1597344279.560032,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ.ifD','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13550,29499,1597344622.286140,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ‰JÁj','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36'),(13551,29500,1597344874.043960,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ§¬8$','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13552,29501,1597346774.019463,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿŽì','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13553,29504,1597347350.723318,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ”BY','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13554,29505,1597348551.244368,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿO¦Ô¨','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(13555,29522,1597353874.431426,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ²€3¢','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13556,29523,1597354432.974891,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÀŒ•','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Safari/537.36'),(13557,29526,1597356578.269630,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿõ(L','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13558,29529,1597357240.693729,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ§¬2','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13559,29532,1597358211.927204,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ3K{','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13560,29533,1597359675.938991,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ†zfÈ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13561,29535,1597361031.789893,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ ™ûŠ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13562,29536,1597361963.624273,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ3žõ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13563,29537,1597369779.968588,1,'loginFailInvalidUsername','[login]',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ3žÜ','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13564,29672,1597406235.651392,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿÔB','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:62.0) Gecko/20100101 Firefox/62.0'),(13565,29695,1597430486.473721,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¸¨È†','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0'),(13566,29695,1597430486.480968,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¸¨È†','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0'),(13567,29696,1597448111.909056,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ±Ð\Z','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(13568,29697,1597448711.010458,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ±Ð\Z','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(13569,29698,1597463991.922569,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ2?ÄT','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36'),(13570,29705,1597550028.481384,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿrl„Â','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.142 Safari/537.36'),(13571,29705,1597550028.490894,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿrl„Â','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.142 Safari/537.36'),(13572,29707,1597582390.129751,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹Üe','Mozilla/5.0 (Windows NT 6.3; Win64; x64; rv:61.0) Gecko/20100101 Firefox/61.0'),(13573,29708,1597586759.913823,1,'loginFailInvalidUsername','phyllisdlight',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÔ¤A%','Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10'),(13574,29709,1597586794.294890,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿYÚ\nú','Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10'),(13575,29710,1597588696.826666,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿH§¾\'','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.131 Safari/537.36'),(13576,29710,1597588696.841554,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿH§¾\'','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.131 Safari/537.36'),(13577,29712,1597609565.560296,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ²™[†','Opera/9.80 (Windows NT 6.1) Presto/2.12.388 Version/12.12'),(13578,29714,1597621963.225303,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¢\r˜}','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Safari/537.36'),(13579,29714,1597621963.236247,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¢\r˜}','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Safari/537.36'),(13580,29715,1597632264.375754,1,'loginFailInvalidUsername','phyllisdlight@hotmail.com',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÒ\'','Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10'),(13581,29719,1597741420.468429,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¶2‚','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Safari/537.36'),(13582,29719,1597741420.476567,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¶2‚','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Safari/537.36'),(13583,29720,1597757711.807349,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿßÎÉ','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36'),(13584,29721,1597767100.800094,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ¼xëu','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.81 Safari/537.36'),(13585,29722,1597767756.902622,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹u×	','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36'),(13586,29745,1597770904.501518,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿÉ«¿','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(13587,29746,1597771046.740356,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿÉ«¿','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(13588,29746,1597771046.746327,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿÉ«¿','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(13589,29801,1597773741.585529,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿÉ«¿','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(13590,29816,1597774486.336682,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿÉ«¿','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(13591,29831,1597775346.167614,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿÉ«¿','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(13592,29918,1597779359.121968,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿÉ«¿','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(13593,29935,1597780167.729088,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÉ«¿','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(13594,29964,1597784078.598312,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÉ«¿','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(13595,29987,1597785488.194586,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÀ*t','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36'),(13596,30102,1597791748.027888,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¾{*','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0.2 Safari/605.1.15'),(13597,30149,1597859638.045532,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ–K','Mozilla/5.0 (X11; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13598,30205,1597880080.909160,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ½)Bõ','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(13599,30293,1597928883.608001,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ½)e','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(13600,30487,1597959618.691346,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¼>Œ','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2225.0 Safari/537.36'),(13601,30576,1598089134.379881,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÇùæK','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0 Safari/605.1.15'),(13602,30581,1598108724.994777,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ»‡²Ž','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:63.0) Gecko/20100101 Firefox/63.0'),(13603,30581,1598108725.008043,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ»‡²Ž','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:63.0) Gecko/20100101 Firefox/63.0'),(13604,30604,1598176188.644297,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ1ÁL°','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(13605,30610,1598375218.774632,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¿`','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:63.0) Gecko/20100101 Firefox/63.0'),(13606,30610,1598375218.784302,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¿`','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:63.0) Gecko/20100101 Firefox/63.0'),(13607,30611,1598383535.937730,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹ÜeÈ','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36'),(13608,30614,1598420738.614567,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ²|°D','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:63.0) Gecko/20100101 Firefox/63.0'),(13609,30616,1598465258.456097,0,'loginOK','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿh«Ûõ','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36'),(13610,30617,1598465262.661596,0,'loginOK','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿh«Ûõ','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36'),(13611,30618,1598466136.361433,0,'loginOK','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿh«Ûõ','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36'),(13612,30619,1598466580.528366,0,'logout','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿh«Ûõ','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36'),(13613,30620,1598466603.065183,0,'loginOK','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿh«Ûõ','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36'),(13614,30621,1598469954.914239,0,'loginOK','studiogreen',3,'\0\0\0\0\0\0\0\0\0\0ÿÿcËa=','Mozilla/5.0 (Linux; Android 9; SM-N950U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Mobile Safari/537.36'),(13615,30622,1598470450.757020,0,'logout','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿh«Ûõ','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36'),(13616,30623,1598473402.644486,0,'loginOK','studiogreen',3,'\0\0\0\0\0\0\0\0\0\0ÿÿhÍ	','Mozilla/5.0 (Windows NT 6.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.135 Safari/537.36'),(13617,30625,1598522429.669097,1,'loginFailInvalidUsername','81eaglescout',0,'\0\0\0\0\0\0\0\0\0\0ÿÿœ’?A','Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10'),(13618,30625,1598522429.675348,1,'loginFailInvalidUsername','81eaglescout',0,'\0\0\0\0\0\0\0\0\0\0ÿÿœ’?A','Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10'),(13619,30626,1598522439.772790,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿœ’?A','Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10'),(13620,30626,1598522439.779545,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿœ’?A','Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10'),(13621,30628,1598551251.992603,0,'loginOK','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿh«Ûõ','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36'),(13622,30629,1598554222.305618,0,'logout','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿh«Ûõ','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36'),(13623,30630,1598558970.658502,0,'loginOK','studiogreen',3,'\0\0\0\0\0\0\0\0\0\0ÿÿhÍ	','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.135 Safari/537.36'),(13624,30632,1598564154.837837,1,'loginFailInvalidUsername','phyllisdlight@hotmail.com',0,'\0\0\0\0\0\0\0\0\0\0ÿÿßÌöü','Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10'),(13625,30633,1598564163.017453,1,'loginFailInvalidUsername','phyllisdlight',0,'\0\0\0\0\0\0\0\0\0\0ÿÿßÌöü','Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10'),(13626,30634,1598564171.893139,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿßÌöü','Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10'),(13627,30635,1598567284.787370,0,'logout','studiogreen',3,'\0\0\0\0\0\0\0\0\0\0ÿÿhÍ	','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.135 Safari/537.36'),(13628,30638,1598583148.857382,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹ÜeÆ','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36'),(13629,30640,1598619245.001420,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿh•B','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36'),(13630,30641,1598620994.118800,0,'loginOK','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿh«Ûõ','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.83 Safari/537.36'),(13631,30642,1598621230.013689,0,'loginOK','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿh«Ûõ','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.83 Safari/537.36'),(13632,30643,1598623392.636823,0,'loginOK','studiogreen',3,'\0\0\0\0\0\0\0\0\0\0ÿÿhÍ	','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.135 Safari/537.36'),(13633,30644,1598624114.170394,0,'loginOK','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿh«Ûõ','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.83 Safari/537.36'),(13634,30645,1598643268.537150,0,'loginOK','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿh«Ûõ','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.83 Safari/537.36'),(13635,30646,1598643477.326281,0,'logout','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿh«Ûõ','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.83 Safari/537.36'),(13636,30648,1598674091.366376,1,'loginFailInvalidUsername','phyllisdlight@hotmail.com',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÁ%ü','Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10'),(13637,30649,1598674095.735007,1,'loginFailInvalidUsername','phyllisdlight',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÁ%ü','Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10'),(13638,30650,1598674105.947812,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÑkÄ','Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10'),(13639,30651,1598679831.804216,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹Üe	','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_5) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/11.1.1 Safari/605.1.15'),(13640,30656,1598769821.241594,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ¡Ç‡ï','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(13641,30657,1598769885.290314,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ¡Ç‡ï','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(13642,30658,1598769944.037024,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ¡Ç‡ï','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(13643,30659,1598770064.974399,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ¡Ç‡ï','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(13644,30660,1598770124.421566,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ¡Ç‡ï','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(13645,30661,1598770184.865978,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ¡Ç‡ï','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(13646,30662,1598770246.126361,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ¡Ç‡ï','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(13647,30663,1598770310.679676,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ¡Ç‡ï','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(13648,30664,1598770369.863785,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ¡Ç‡ï','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(13649,30665,1598770433.582945,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ¡Ç‡ï','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(13650,30666,1598770493.491676,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ¡Ç‡ï','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(13651,30667,1598770551.112715,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ¡Ç‡ï','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(13652,30667,1598770551.123119,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ¡Ç‡ï','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(13653,30668,1598770551.143563,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ¡Ç‡ï','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(13654,30668,1598770551.153645,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ¡Ç‡ï','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(13655,30669,1598770612.337690,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ¡Ç‡ï','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(13656,30670,1598770672.765993,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ¡Ç‡ï','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(13657,30670,1598770672.774355,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ¡Ç‡ï','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(13658,30671,1598770734.021621,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ¡Ç‡ï','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(13659,30672,1598770794.796879,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ¡Ç‡ï','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(13660,30936,1598778506.255074,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿmFd$','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/68.0.3440.106 Chrome/68.0.3440.106 Safari/537.36'),(13661,31098,1598841811.496055,1,'loginFailInvalidUsername','1fdcvbvcxdffdgdfsdf',0,'\0\0\0\0\0\0\0\0\0\0ÿÿl>`%','Python-urllib/2.7'),(13662,31098,1598841811.506284,1,'loginFailInvalidUsername','1fdcvbvcxdffdgdfsdf',0,'\0\0\0\0\0\0\0\0\0\0ÿÿl>`%','Python-urllib/2.7'),(13663,31120,1598899168.741244,1,'loginFailInvalidUsername','Sue Cummings',0,'\0\0\0\0\0\0\0\0\0\0ÿÿhîx\r','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(13664,31127,1598899191.815342,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ¸¨','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(13665,31128,1598899191.879404,1,'loginFailInvalidUsername','admin@ruthsnutrition.gsg-host.com',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¸¨','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(13666,31129,1598899199.399655,1,'loginFailInvalidUsername','info@ruthsnutrition.gsg-host.com',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÙÇ»H','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(13667,31131,1598899308.774029,1,'loginFailInvalidUsername','info',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¸¨˜°','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(13668,31132,1598899308.818093,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¸¨˜°','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(13669,31134,1598899368.492388,1,'loginFailInvalidUsername','admin@ruthsnutrition.gsg-host.com',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ ™“š','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(13670,31135,1598899368.553655,1,'loginFailInvalidUsername','info@ruthsnutrition.gsg-host.com',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ ™“š','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(13671,31136,1598899402.433148,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿŸA@','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(13672,31137,1598899402.791655,1,'loginFailInvalidUsername','info@ruthsnutrition.gsg-host.com',0,'\0\0\0\0\0\0\0\0\0\0ÿÿŸA@','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(13673,31139,1598899482.728520,1,'loginFailInvalidUsername','admin@ruthsnutrition.gsg-host.com',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ[Õ.b','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(13674,31140,1598899482.831544,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ[Õ.b','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(13675,31141,1598899482.975237,1,'loginFailInvalidUsername','Sue Cummings',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÆGï','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(13676,31142,1598899483.067335,1,'loginFailInvalidUsername','Sue Cummings',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÆGï','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(13677,31143,1598899540.394366,1,'loginFailInvalidUsername','info',0,'\0\0\0\0\0\0\0\0\0\0ÿÿBÆð\Z','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(13678,31148,1598899719.008913,1,'loginFailInvalidUsername','Sue Cummings',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ-øF6','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(13679,31149,1598899719.063222,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ-øF6','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(13680,31152,1598899808.647783,1,'loginFailInvalidUsername','info',0,'\0\0\0\0\0\0\0\0\0\0ÿÿhìAê','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(13681,31153,1598899808.650393,1,'loginFailInvalidUsername','info',0,'\0\0\0\0\0\0\0\0\0\0ÿÿhìAê','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(13682,31154,1598899868.815816,1,'loginFailInvalidUsername','info@ruthsnutrition.gsg-host.com',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ]Z‘h','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(13683,31156,1598900615.476079,0,'loginOK','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿh«Ûõ','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.83 Safari/537.36'),(13684,31157,1598901657.714758,0,'logout','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿh«Ûõ','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.83 Safari/537.36'),(13685,31158,1598904411.552071,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ±Â¯T','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36'),(13686,31159,1598933761.877993,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿg×Þ%','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(13687,31160,1598933761.927807,1,'loginFailInvalidUsername','info',0,'\0\0\0\0\0\0\0\0\0\0ÿÿg×Þ%','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(13688,31161,1598933764.818416,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿg5©','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(13689,31162,1598933764.838028,1,'loginFailInvalidUsername','info',0,'\0\0\0\0\0\0\0\0\0\0ÿÿg5©','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(13690,31163,1598933798.304481,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿÃJ&‡','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(13691,31168,1598934089.299633,1,'loginFailInvalidUsername','info',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¸¨.|','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(13692,31169,1598934089.362557,1,'loginFailInvalidUsername','admin@ruthsnutrition.gsg-host.com',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¸¨.|','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(13693,31170,1598934094.715690,1,'loginFailInvalidUsername','Sue Cummings',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÙF 	','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(13694,31171,1598934195.465640,1,'loginFailInvalidUsername','Sue Cummings',0,'\0\0\0\0\0\0\0\0\0\0ÿÿm_œ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(13695,31172,1598934195.572590,1,'loginFailInvalidUsername','Sue Cummings',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ2?\rÝ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(13696,31173,1598934195.614669,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ2?\rÝ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(13697,31174,1598934362.016123,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿOª(¶','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(13698,31175,1598934388.181733,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ°ì¤','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(13699,31176,1598934451.347612,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¢óÉã','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(13700,31177,1598934451.440229,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ¢óÉã','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(13701,31184,1598934574.342405,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¸¨ÈM','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(13702,31185,1598934574.449648,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ¸¨ÈM','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(13703,31186,1598934574.450514,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ¸¨.Ó','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(13704,31187,1598934574.505842,1,'loginFailInvalidUsername','Sue Cummings',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¸¨.Ó','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(13705,31188,1598934574.844931,1,'loginFailInvalidUsername','info',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ2>°”','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(13706,31189,1598934574.861900,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ2>°”','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(13707,31194,1598934623.885051,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ ™“¢','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(13708,31195,1598934623.895910,1,'loginFailInvalidUsername','Sue Cummings',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ ™“¢','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(13709,31196,1598934689.602524,1,'loginFailInvalidUsername','info',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¸¨à€','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(13710,31197,1598934689.704138,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ¸¨à€','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(13711,31200,1598934828.712442,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿF(Ú]','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(13712,31201,1598934905.459301,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ2?\rÝ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(13713,31202,1598934905.472781,1,'loginFailInvalidUsername','Sue Cummings',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ2?\rÝ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(13714,31208,1598935083.400113,1,'loginFailInvalidUsername','info',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ\r\\‰>','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(13715,31209,1598935184.197448,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÆGï,','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(13716,31210,1598935184.275782,1,'loginFailInvalidUsername','Sue Cummings',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÆGï,','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(13717,31211,1598935321.715743,1,'loginFailInvalidUsername','info',0,'\0\0\0\0\0\0\0\0\0\0ÿÿQUÃ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(13718,31212,1598935321.776203,1,'loginFailInvalidUsername','Sue Cummings',0,'\0\0\0\0\0\0\0\0\0\0ÿÿQUÃ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(13719,31213,1598935322.719077,1,'loginFailInvalidUsername','Sue Cummings',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ#Ñ1Ø','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(13720,31214,1598935379.105499,1,'loginFailInvalidUsername','info',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¸¨˜','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(13721,31215,1598935379.179915,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¸¨˜','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(13722,31226,1598964749.695609,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿv¥c','Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10'),(13723,31227,1598967490.205399,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹Üfõ','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.81 Safari/537.36'),(13724,31232,1598989304.264971,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÂ•z','Opera/9.80 (Windows NT 6.1) Presto/2.12.388 Version/12.12'),(13725,31247,1599070307.507285,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ3+Í','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36'),(13726,31250,1599081915.761640,1,'loginFailInvalidUsername','81eaglescout@bellsouth.net',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ´ÜÅ','Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10'),(13727,31251,1599081919.385384,1,'loginFailInvalidUsername','81eaglescout',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ´ÜÅ','Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10'),(13728,31252,1599081923.057624,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ´ÜÅ','Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10'),(13729,31260,1599124695.691692,1,'loginFailInvalidUsername','Admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ^Jdê','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.61.14) Gecko/20173557 Firefox/45.61.14'),(13730,31265,1599144654.018400,1,'loginFailInvalidUsername','domains@hmdns.net',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÁ°íà','Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10'),(13731,31266,1599144659.193147,1,'loginFailInvalidUsername','domains',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÁ°íà','Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10'),(13732,31267,1599144666.095734,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÁ°íà','Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10'),(13733,31272,1599171424.750005,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹ÜeÉ','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36'),(13734,31285,1599211537.568947,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿg”','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:63.0) Gecko/20100101 Firefox/63.0'),(13735,31286,1599274089.017141,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹Üe','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/11.1.2 Safari/605.1.15'),(13736,31298,1599374316.161879,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹Üf','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36'),(13737,31300,1599380484.690132,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿjœ3ó','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(13738,31301,1599395840.878603,1,'loginFailInvalidUsername','phyllisdlight@hotmail.com',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ1Î|z','Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10'),(13739,31302,1599395849.293015,1,'loginFailInvalidUsername','phyllisdlight',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ1Î|z','Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10'),(13740,31303,1599395856.948117,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ1Î|z','Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10'),(13741,31308,1599404904.324289,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ¸¨Át','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(13742,31309,1599404904.648484,1,'loginFailInvalidUsername','info',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¸¨Át','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(13743,31312,1599405003.803532,1,'loginFailInvalidUsername','admin@ruthsnutrition.gsg-host.com',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÔU€\'','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(13744,31313,1599405003.818896,1,'loginFailInvalidUsername','info@ruthsnutrition.gsg-host.com',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÔU€\'','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(13745,31316,1599405070.556514,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ2>ÐD','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(13746,31317,1599405070.645215,1,'loginFailInvalidUsername','info',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ2>ÐD','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(13747,31320,1599405136.583932,1,'loginFailInvalidUsername','Sue Cummings',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÙ•|','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(13748,31321,1599405136.585205,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿÙ•|','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(13749,31322,1599405144.963925,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿoZ”','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(13750,31323,1599405145.016234,1,'loginFailInvalidUsername','admin@ruthsnutrition.gsg-host.com',0,'\0\0\0\0\0\0\0\0\0\0ÿÿoZ”','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(13751,31328,1599405332.791729,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿDBÈØ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(13752,31329,1599405332.813103,1,'loginFailInvalidUsername','admin@ruthsnutrition.gsg-host.com',0,'\0\0\0\0\0\0\0\0\0\0ÿÿDBÈØ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(13753,31334,1599405472.075075,1,'loginFailInvalidUsername','info@ruthsnutrition.gsg-host.com',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ”Hè\'','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(13754,31335,1599405472.967331,1,'loginFailInvalidUsername','admin@ruthsnutrition.gsg-host.com',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ”Hè\'','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(13755,31355,1599405762.310295,1,'loginFailInvalidUsername','Sue Cummings',0,'\0\0\0\0\0\0\0\0\0\0ÿÿhìRa','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(13756,31356,1599405762.320834,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿhìRa','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(13757,31357,1599405763.573576,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ2> ›','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(13758,31358,1599405763.606349,1,'loginFailInvalidUsername','info',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ2> ›','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(13759,31359,1599405941.144070,1,'loginFailInvalidUsername','Sue Cummings',0,'\0\0\0\0\0\0\0\0\0\0ÿÿgÄ™','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(13760,31360,1599405941.144332,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿgÄ™','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(13761,31367,1599406071.748343,1,'loginFailInvalidUsername','Sue Cummings',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ­ÉÄ9','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(13762,31368,1599406071.792635,1,'loginFailInvalidUsername','admin@ruthsnutrition.gsg-host.com',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ­ÉÄ9','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(13763,31369,1599406077.139036,1,'loginFailInvalidUsername','info@ruthsnutrition.gsg-host.com',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ#êC£','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(13764,31370,1599406077.167195,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ#êC£','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(13765,31388,1599471586.007947,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ-šÿH','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36'),(13766,31389,1599472139.128540,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ«ÁM','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36 Edge/16.16299'),(13767,31394,1599497638.176192,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿº´_','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0.2 Safari/605.1.15'),(13768,31399,1599520674.618703,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ@º','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_4) AppleWebKit/536.5 (KHTML, like Gecko) Chrome/19.0.1084.46 Safari/536.5'),(13769,31410,1599573286.722358,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿMxq@','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36 OPR/55.0.2994.44'),(13770,31428,1599685503.570112,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ3Q Ä','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36'),(13771,31445,1599831474.857121,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÆGï\'','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(13772,31449,1599831625.913120,1,'loginFailInvalidUsername','Sue Cummings',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ”H3;','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(13773,31450,1599831626.248368,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ”H3;','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(13774,31453,1599831681.797868,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿBÆð','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(13775,31454,1599832014.886814,1,'loginFailInvalidUsername','Sue Cummings',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¸¨Ág','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(13776,31455,1599832015.025251,1,'loginFailInvalidUsername','admin@ruthsnutrition.gsg-host.com',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¸¨Ág','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(13777,31456,1599832059.220237,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ2?Å¬','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(13778,31457,1599832059.259580,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ2?Å¬','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(13779,31464,1599832614.494032,1,'loginFailInvalidUsername','info@ruthsnutrition.gsg-host.com',0,'\0\0\0\0\0\0\0\0\0\0ÿÿƒHì²','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(13780,31465,1599832614.556229,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿƒHì²','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(13781,31466,1599832614.687727,1,'loginFailInvalidUsername','info',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ° æ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(13782,31467,1599832614.702097,1,'loginFailInvalidUsername','admin@ruthsnutrition.gsg-host.com',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ° æ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(13783,31470,1599832728.739027,1,'loginFailInvalidUsername','info',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ„”h ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(13784,31471,1599832728.742245,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ„”h ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(13785,31474,1599832778.349489,1,'loginFailInvalidUsername','Sue Cummings',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ ™“š','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(13786,31475,1599832778.676604,1,'loginFailInvalidUsername','info@ruthsnutrition.gsg-host.com',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ ™“š','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(13787,31476,1599832853.587989,1,'loginFailInvalidUsername','admin@ruthsnutrition.gsg-host.com',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ2>ÐJ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(13788,31477,1599832853.651352,1,'loginFailInvalidUsername','info',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ2>ÐJ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(13789,31478,1599832973.781233,1,'loginFailInvalidUsername','Sue Cummings',0,'\0\0\0\0\0\0\0\0\0\0ÿÿØÞÂ(','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(13790,31479,1599832973.794657,1,'loginFailInvalidUsername','info',0,'\0\0\0\0\0\0\0\0\0\0ÿÿØÞÂ(','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(13791,31480,1599833125.312330,1,'loginFailInvalidUsername','info',0,'\0\0\0\0\0\0\0\0\0\0ÿÿgùn´','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(13792,31481,1599833125.324759,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿgùn´','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(13793,31492,1599833646.953741,1,'loginFailInvalidUsername','info@ruthsnutrition.gsg-host.com',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÊ¦ÁE','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(13794,31493,1599833647.355025,1,'loginFailInvalidUsername','admin@ruthsnutrition.gsg-host.com',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÊ¦ÁE','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(13795,31499,1599834055.213836,1,'loginFailInvalidUsername','admin@ruthsnutrition.gsg-host.com',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ[y)Q','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(13796,31498,1599834055.213704,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ[y)Q','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(13797,31506,1599834353.588809,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ ™š','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(13798,31507,1599834353.665795,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ ™š','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(13799,31508,1599834353.679449,1,'loginFailInvalidUsername','info',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¶2‚8','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(13800,31509,1599834356.857180,1,'loginFailInvalidUsername','info@ruthsnutrition.gsg-host.com',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¶2‚8','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(13801,31510,1599834485.633755,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ„”h','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(13802,31511,1599834485.734858,1,'loginFailInvalidUsername','info@ruthsnutrition.gsg-host.com',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ„”h','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(13803,31512,1599834553.898530,1,'loginFailInvalidUsername','admin@ruthsnutrition.gsg-host.com',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÆGî\n','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(13804,31513,1599834553.919484,1,'loginFailInvalidUsername','Sue Cummings',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÆGî\n','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(13805,31516,1599834621.437471,1,'loginFailInvalidUsername','Sue Cummings',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÃJ&‹','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(13806,31517,1599834673.525603,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¸¨.È','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(13807,31518,1599834673.585388,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¸¨.È','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(13808,31523,1599834840.988690,1,'loginFailInvalidUsername','admin@ruthsnutrition.gsg-host.com',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÆGï','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(13809,31524,1599834841.128970,1,'loginFailInvalidUsername','info@ruthsnutrition.gsg-host.com',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÆGï','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(13810,31529,1599834924.178408,1,'loginFailInvalidUsername','info',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ+âõ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(13811,31530,1599834924.221421,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ+âõ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(13812,31533,1599835024.501717,1,'loginFailInvalidUsername','info@ruthsnutrition.gsg-host.com',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ+åMZ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(13813,31534,1599835024.519673,1,'loginFailInvalidUsername','admin@ruthsnutrition.gsg-host.com',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ+åMZ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(13814,31545,1599839194.100881,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿQ[‰*','Opera/9.80 (Windows NT 6.1) Presto/2.12.388 Version/12.12'),(13815,31554,1600023649.752713,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ)ÚÆÙ','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36'),(13816,31568,1600420322.450635,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ3OoÜ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),(13817,31570,1600430224.129484,1,'loginFailInvalidUsername','81eaglescout@bellsouth.net',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ­õÊ»','Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10'),(13818,31571,1600430227.516136,1,'loginFailInvalidUsername','81eaglescout',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ­õÊ»','Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10'),(13819,31572,1600430231.645533,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ­õÊ»','Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10'),(13820,31583,1600584667.190281,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÙC¾\Z','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),(13821,31584,1600584669.427799,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÙC¾\Z','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),(13822,31585,1600584671.724987,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÙC¾\Z','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),(13823,31605,1600859772.403727,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿjœ3ó','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(13824,31605,1600859772.412481,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿjœ3ó','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(13825,31624,1601024706.004298,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ1ÁL°','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(13826,31625,1601053178.080879,1,'loginFailInvalidUsername','phyllisdlight@hotmail.com',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÑkÄ','Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10'),(13827,31626,1601053187.179123,1,'loginFailInvalidUsername','phyllisdlight',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÑkÄ','Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10'),(13828,31627,1601053194.623992,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÑkÄ','Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10'),(13829,31628,1601060747.908661,0,'loginOK','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿh«Ö%','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.102 Safari/537.36'),(13830,31629,1601061765.181452,0,'loginOK','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿh«Ö%','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.102 Safari/537.36'),(13831,31630,1601063164.962926,0,'loginOK','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿh«Ö%','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.102 Safari/537.36'),(13832,31631,1601063272.929279,0,'logout','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿh«Ö%','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.102 Safari/537.36'),(13833,31748,1601182822.435439,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿâ\n`','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(13834,31749,1601183003.797709,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿâ\n`','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(13835,31750,1601183066.938867,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿâ\n`','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(13836,31828,1601185668.043890,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿâ\n`','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(13837,31829,1601185734.132277,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿâ\n`','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(13838,32008,1601191729.333384,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿâ\n`','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(13839,32009,1601191799.062746,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿâ\n`','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(13840,32010,1601191921.081442,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿâ\n`','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(13841,32010,1601191921.092731,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿâ\n`','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(13842,32151,1601196458.957225,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿâ\n`','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(13843,32152,1601196579.257093,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿâ\n`','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(13844,32183,1601198048.003917,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿâ\n`','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(13845,32194,1601198165.342635,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿâ\n`','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(13846,32195,1601198288.962601,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿâ\n`','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(13847,32197,1601198411.185844,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿâ\n`','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(13848,32280,1601200909.732846,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿâ\n`','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(13849,32281,1601200971.062963,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿâ\n`','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(13850,32336,1601320023.056634,0,'loginOK','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿh«Ö%','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.102 Safari/537.36'),(13851,32337,1601321163.147874,0,'logout','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿh«Ö%','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.102 Safari/537.36'),(13852,32338,1601322003.485677,0,'loginOK','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿh«Ö%','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.102 Safari/537.36'),(13853,32339,1601322154.344118,0,'logout','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿh«Ö%','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.102 Safari/537.36'),(13854,32340,1601322686.266526,0,'loginOK','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿh«Ö%','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.102 Safari/537.36'),(13855,32341,1601323575.723990,0,'loginOK','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿh«Ö%','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.102 Safari/537.36'),(13856,32342,1601323577.162060,0,'loginOK','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿh«Ö%','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.102 Safari/537.36'),(13857,32343,1601323661.782274,0,'logout','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿh«Ö%','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.102 Safari/537.36'),(13858,32344,1601337282.267588,0,'loginOK','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿh«Ö%','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.102 Safari/537.36'),(13859,32345,1601337417.517629,0,'logout','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿh«Ö%','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.102 Safari/537.36'),(13860,32408,1601646216.341389,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿß0³','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(13861,32471,1601648225.972890,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿß0³','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(13862,32471,1601648225.982449,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿß0³','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(13863,32532,1601650178.073710,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿß0³','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(13864,32533,1601650300.286636,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿß0³','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(13865,32534,1601650421.779341,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿß0³','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(13866,32537,1601650485.559555,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿß0³','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(13867,32538,1601650605.550118,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿß0³','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(13868,32539,1601650665.839065,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿß0³','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(13869,32540,1601650726.808156,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿß0³','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(13870,32541,1601650787.972669,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿß0³','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(13871,32542,1601650849.235557,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿß0³','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(13872,32543,1601650909.696804,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿß0³','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(13873,32604,1601652801.250377,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿß0³','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(13874,32605,1601652861.886683,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿß0³','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(13875,32668,1601654936.027050,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿß0³','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(13876,32833,1601750071.343736,1,'loginFailInvalidUsername','phyllisdlight@hotmail.com',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÂižj','Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10'),(13877,32834,1601750076.944809,1,'loginFailInvalidUsername','phyllisdlight',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÂižj','Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10'),(13878,32835,1601750081.941288,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÂižj','Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10'),(13879,32878,1601969835.781297,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿjœ3ó','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(13880,32927,1602061219.190375,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ¶¿Á','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(13881,32928,1602061278.915841,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ¶¿Á','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(13882,32929,1602061339.870584,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ¶¿Á','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(13883,32929,1602061339.882547,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ¶¿Á','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(13884,32930,1602061462.197912,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ¶¿Á','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(13885,32930,1602061462.205987,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ¶¿Á','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(13886,33111,1602071143.906985,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ¶¿Á','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(13887,33112,1602071205.052915,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ¶¿Á','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(13888,33236,1602178750.280956,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ§9|6','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(13889,33243,1602352934.310095,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÀcf','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36'),(13890,33282,1602593576.801181,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ1Á”y','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(13891,33295,1602605401.847298,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÀc¦','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),(13892,33318,1602691805.254049,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÜi','Mozilla/5.0 (Windows NT 6.3; Win64; x64; rv:61.0) Gecko/20100101 Firefox/61.0'),(13893,33319,1602692858.358512,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹ÜeÅ','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.103 YaBrowser/18.7.1.920 Yowser/2.5 Safari/537.36'),(13894,33321,1602719948.623338,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ¾†Ð','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(13895,33338,1602819515.981339,1,'loginFailInvalidUsername','mail',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹ÜeÂ','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.92 Safari/537.36'),(13896,33339,1602849180.266241,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ6$l¢','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36'),(13897,33369,1603087525.760522,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿj:Ž','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:55.0) Gecko/20100101 Firefox/55.0'),(13898,33386,1603167132.937904,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ1Á”y','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(13899,33393,1603201649.291401,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÁ ~¡','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.81 Safari/537.36'),(13900,33396,1603202365.324039,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ1Á”y','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(13901,33399,1603262116.342227,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ.¥õš','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36 OPR/55.0.2994.44'),(13902,33400,1603305974.577335,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ3Ã[Ÿ','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36'),(13903,33411,1603463256.647455,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ3Ã—Ð','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36'),(13904,33412,1603530602.349999,1,'loginFailInvalidUsername','mail',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹Üe','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/69.0.3497.81 Chrome/69.0.3497.81 Safari/537.36'),(13905,33414,1603574018.399999,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ3[e','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/69.0.3497.81 Chrome/69.0.3497.81 Safari/537.36'),(13906,33416,1603621035.547545,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹ÜeÇ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36'),(13907,33448,1603737948.531412,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÆûYc','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36'),(13908,33449,1603778288.423103,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÆb<\\','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/68.0.3440.106 Chrome/68.0.3440.106 Safari/537.36'),(13909,33457,1603847918.274420,1,'loginFailInvalidUsername','mail',0,'\0\0\0\0\0\0\0\0\0\0ÿÿY\"+','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36'),(13910,33465,1603901032.179101,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ3DÔv','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36'),(13911,33466,1603916436.181252,0,'loginOK','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿh«Ö%','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.80 Safari/537.36'),(13912,33467,1603917605.828277,0,'logout','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿh«Ö%','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.80 Safari/537.36'),(13913,33468,1603917676.776810,0,'loginOK','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿh«Ö%','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.80 Safari/537.36'),(13914,33469,1603917731.869847,0,'logout','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿh«Ö%','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.80 Safari/537.36'),(13915,33470,1603917786.820080,0,'loginOK','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿh«Ö%','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.80 Safari/537.36'),(13916,33471,1603917843.937074,0,'logout','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿh«Ö%','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.80 Safari/537.36'),(13917,33472,1603918384.292517,0,'loginOK','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿh«Ö%','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.80 Safari/537.36'),(13918,33473,1603918471.544293,0,'logout','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿh«Ö%','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.80 Safari/537.36'),(13919,33474,1603946060.013598,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿk½\ne','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36 OPR/55.0.2994.61'),(13920,33475,1603997012.960609,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ³r','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(13921,33476,1604014159.308356,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ¾†c','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(13922,33523,1604060256.980807,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ3[fN','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36'),(13923,33524,1604062432.997417,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ¾†(','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(13924,33524,1604062433.003690,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ¾†(','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(13925,33525,1604062510.202646,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ¾†(','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(13926,33547,1604085032.420317,0,'loginOK','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿh«Ö%','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.80 Safari/537.36'),(13927,33548,1604085755.973054,0,'logout','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿh«Ö%','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.80 Safari/537.36'),(13928,33559,1604202196.301527,1,'loginFailInvalidUsername','user',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹dWô','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:60.0) Gecko/20100101 Firefox/60.0'),(13929,33561,1604265604.642266,1,'loginFailInvalidUsername','administrator',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ3ÒP','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/69.0.3497.81 Chrome/69.0.3497.81 Safari/537.36'),(13930,33571,1604387214.315036,1,'loginFailInvalidUsername','administrator',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹Üdú','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36'),(13931,33573,1604477350.830018,1,'loginFailInvalidUsername','administrator',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÃÎiÙ','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:55.0) Gecko/20100101 Firefox/55.0'),(13932,33574,1604516420.764899,1,'loginFailInvalidUsername','test',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ3S»É','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.81 Safari/537.36'),(13933,33576,1604602552.837240,1,'loginFailInvalidUsername','administrator',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹k/«','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36'),(13934,33597,1604692849.339483,1,'loginFailInvalidUsername','administrator',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹ÜeÜ','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36'),(13935,33658,1604707054.773457,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ%4ý','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(13936,33913,1604746637.897617,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ%4ý','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(13937,33914,1604746700.560846,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ%4ý','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(13938,33915,1604746762.384965,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ%4ý','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(13939,33915,1604746762.401085,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ%4ý','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(13940,33972,1604748575.825165,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹‚,l','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36'),(13941,34047,1604812853.871755,1,'loginFailInvalidUsername','administrator',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ>f”E','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36'),(13942,34050,1604827847.052329,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿmFd ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36 OPR/55.0.2994.44'),(13943,34057,1604874453.850776,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ³Œ','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(13944,34313,1604988411.658139,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ1‘fï','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(13945,34314,1604988474.051360,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ1‘fï','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(13946,34315,1604990215.946916,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÜ„','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit/537.75.14 (KHTML, like Gecko) Version/7.0.3 Safari/7046A194A'),(13947,34323,1605009936.228934,1,'loginFailInvalidUsername','administrator',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¬v','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_3) AppleWebKit/604.5.6 (KHTML, like Gecko) Version/11.0.3 Safari/604.5.6'),(13948,34327,1605046042.053934,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ1‘fï','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(13949,34328,1605046151.919237,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ1‘fï','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(13950,34518,1605085933.410167,1,'loginFailInvalidUsername','administrator',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ3ëÓ','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:56.0) Gecko/20100101 Firefox/56.0'),(13951,34519,1605086294.061795,1,'loginFailInvalidUsername','administrator',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÀ*t','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:60.0) Gecko/20100101 Firefox/60.0'),(13952,34522,1605116474.006511,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹kFÊ','Mozilla/5.0 (X11; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(13953,34531,1605206713.424078,1,'loginFailInvalidUsername','administrator',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÙ¶ÀÙ','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36'),(13954,34540,1605215831.066402,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ§9EÝ','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(13955,34664,1605235024.209126,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ½ËTb','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(13956,34665,1605235147.967137,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ½ËTb','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(13957,34707,1605236497.499895,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ½ËTb','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(13958,34768,1605238577.487745,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ½ËTb','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(13959,34769,1605238760.187957,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ½ËTb','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(13960,34770,1605238881.300328,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ½ËTb','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(13961,34851,1605241386.542625,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ½ËTb','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(13962,34852,1605241508.848546,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ½ËTb','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(13963,35014,1605246713.784349,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ½ËTb','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(13964,35015,1605246777.655295,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ½ËTb','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(13965,35056,1605248188.447648,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ½ËTb','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(13966,35057,1605248371.552227,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ½ËTb','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(13967,35099,1605249718.169543,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ½ËTb','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(13968,35100,1605249840.546145,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ½ËTb','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(13969,35153,1605251548.491855,1,'loginFailInvalidUsername','administrator',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ>«›','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:55.0) Gecko/20100101 Firefox/55.0'),(13970,35222,1605253756.892159,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ½ËTb','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(13971,35258,1605288265.294090,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹Üeˆ','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:62.0) Gecko/20100101 Firefox/62.0'),(13972,35258,1605288265.299814,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹Üeˆ','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:62.0) Gecko/20100101 Firefox/62.0'),(13973,35267,1605370227.292468,1,'loginFailInvalidUsername','administrator',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ3ÒóÈ','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36'),(13974,35271,1605439538.819309,1,'loginFailInvalidUsername','administrator',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹dVš','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:56.0) Gecko/20100101 Firefox/56.0'),(13975,35275,1605462823.945978,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ6¿p„','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),(13976,35276,1605462825.549018,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ6¿p„','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),(13977,35277,1605462827.146459,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ6¿p„','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0 Safari/537.36'),(13978,35290,1605602298.208717,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÆûY','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:62.0) Gecko/20100101 Firefox/62.0'),(13979,35330,1605628938.354769,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿzþUÀ','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(13980,35330,1605628938.361707,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿzþUÀ','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(13981,35331,1605629001.783144,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿzþUÀ','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(13982,35332,1605629127.300624,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿzþUÀ','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(13983,35332,1605629127.317441,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿzþUÀ','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(13984,35365,1605631017.770256,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ1ôTH','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(13985,35366,1605631082.833833,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ1ôTH','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(13986,35367,1605637640.246362,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ1ôTH','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(13987,35418,1605639830.101933,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ1ôTH','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(13988,35456,1605641357.831948,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ1ôTH','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(13989,35509,1605643548.647781,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ1ôTH','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(13990,35530,1605644376.525788,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ1ôTH','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(13991,35531,1605644512.678344,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ1ôTH','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(13992,35573,1605646220.308875,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ1ôTH','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(13993,35574,1605646341.727701,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ1ôTH','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(13994,35575,1605646402.777294,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ1ôTH','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(13995,35576,1605646524.902970,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ1ôTH','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(13996,35637,1605648509.891023,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ1ôTH','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(13997,35638,1605648600.374775,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ1ôTH','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(13998,35639,1605648637.923386,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ1ôTH','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(13999,35640,1605648698.729239,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ1ôTH','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(14000,35640,1605648698.736274,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ1ôTH','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(14001,35709,1605651404.089337,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ1ôTH','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(14002,35710,1605651476.070942,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ1ôTH','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(14003,35888,1605751996.117711,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ.w¾¨','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),(14004,35889,1605751998.730856,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ.w¾¨','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),(14005,35890,1605752000.891960,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ.w¾¨','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),(14006,35893,1605799107.952857,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ¢ñ˜','Wordpress'),(14007,35899,1605815127.092454,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿª¡&','Wordpress'),(14008,35900,1605819322.881833,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹=™M','Wordpress'),(14009,35902,1605826634.019710,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ¢Õÿz','Wordpress'),(14010,35910,1605853792.405428,1,'loginFailInvalidUsername','administrator',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹Üe‰','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:61.0) Gecko/20100101 Firefox/61.0'),(14011,35950,1605860045.325682,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿSæŸ','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14012,35951,1605860177.579558,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿSæŸ','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14013,35951,1605860177.585654,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿSæŸ','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14014,35952,1605860299.079514,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿSæŸ','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14015,35953,1605860425.851664,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿSæŸ','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14016,35953,1605860425.858635,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿSæŸ','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14017,35954,1605860483.297673,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿSæŸ','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14018,35954,1605860483.315002,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿSæŸ','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14019,35993,1605861703.037039,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿSçÕ','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14020,35993,1605861703.046297,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿSçÕ','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14021,36000,1605861946.710905,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿSæŸ','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14022,36001,1605862006.746722,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿSæŸ','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14023,36002,1605862067.736399,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿSæŸ','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14024,36045,1605876984.152252,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿª¦¹','Wordpress'),(14025,36046,1605877838.661355,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿSæŸ','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14026,36047,1605877974.278892,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿSæŸ','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14027,36068,1605878693.956761,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿSæŸ','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14028,36105,1605879974.079870,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿSæŸ','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14029,36106,1605880123.808457,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿSæŸ','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14030,36107,1605880193.925326,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿSçÕ','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14031,36112,1605880434.537522,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿSæŸ','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14032,36113,1605880496.332978,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿSæŸ','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14033,36148,1605881859.570939,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿSæŸ','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14034,36149,1605881918.070951,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿSæŸ','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14035,36150,1605881985.976910,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿSæŸ','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14036,36150,1605881985.986644,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿSæŸ','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14037,36165,1605882549.740341,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿSçÕ','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14038,36191,1605883448.135757,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿSæŸ','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14039,36191,1605883448.143547,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿSæŸ','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14040,36235,1605885000.176020,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿSçÕ','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14041,36318,1605890864.444755,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹à‰‹','Wordpress'),(14042,36323,1605910736.265569,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿµ;&e','Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10'),(14043,36323,1605910736.271554,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿµ;&e','Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10'),(14044,36324,1605911399.874932,1,'loginFailInvalidUsername','phyllisdlight',0,'\0\0\0\0\0\0\0\0\0\0ÿÿY©|','Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10'),(14045,36324,1605911399.881236,1,'loginFailInvalidUsername','phyllisdlight',0,'\0\0\0\0\0\0\0\0\0\0ÿÿY©|','Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10'),(14046,36326,1605913401.579174,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¢÷JÈ','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_5) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/11.1.1 Safari/605.1.15'),(14047,36334,1605921288.334948,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿˆ\'•','Wordpress'),(14048,36336,1605930327.118575,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÀ‘ï!','Wordpress'),(14049,36341,1605954504.834193,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹ÜeÉ','Mozilla/5.0 (X11; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(14050,36344,1605969166.548157,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÇúÍ','Wordpress'),(14051,36344,1605969166.566288,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÇúÍ','Wordpress'),(14052,36346,1605974947.728005,1,'loginFailInvalidUsername','administrator',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹ÜeÖ','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36'),(14053,36351,1605988769.672277,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ»-¾Y','Wordpress'),(14054,36361,1606007798.698063,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ§9.	','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14055,36363,1606015187.193637,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ»-¾Y','Wordpress'),(14056,36365,1606027412.291794,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿk²cµ','Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10'),(14057,36365,1606027412.298656,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿk²cµ','Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10'),(14058,36369,1606048622.990125,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿÜâ','Wordpress'),(14059,36378,1606072019.388870,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ3ÒóÈ','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:60.0) Gecko/20100101 Firefox/60.0'),(14060,36388,1606083180.329393,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿª¦l','Wordpress'),(14061,36573,1606103051.803743,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿF_7µ','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14062,36842,1606112100.239307,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹Ò‘\n','Wordpress'),(14063,36843,1606112734.991978,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ3Ãg8','Mozilla/5.0 (X11; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(14064,36846,1606115719.285841,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿÆn~','Wordpress'),(14065,36851,1606122650.764844,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹-r','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36 OPR/55.0.2994.44'),(14066,36854,1606126663.950105,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹	“È','Wordpress'),(14067,36873,1606163606.687134,0,'loginOK','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿh«Ö%','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36'),(14068,36899,1606218622.537358,1,'loginFailInvalidUsername','admin:szalon',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ4Še','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(14069,36908,1606236193.389488,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÂ;¤$','Wordpress'),(14070,36910,1606241088.162880,1,'loginFailInvalidUsername','phyllisdlight',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ”£N','Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10'),(14071,36910,1606241088.168855,1,'loginFailInvalidUsername','phyllisdlight',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ”£N','Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10'),(14072,36912,1606241263.441282,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹,','Wordpress'),(14073,36915,1606242239.540826,1,'loginFailInvalidUsername','mail',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ3ÒòG','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:61.0) Gecko/20100101 Firefox/61.0'),(14074,36933,1606262565.021014,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¶2„W','Wordpress'),(14075,36935,1606288742.300396,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ3Y”©','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36'),(14076,36937,1606308849.196207,1,'loginFailInvalidUsername','phyllisdlight@hotmail.com',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÁ°í','Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10'),(14077,36937,1606308849.202549,1,'loginFailInvalidUsername','phyllisdlight@hotmail.com',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÁ°í','Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10'),(14078,36989,1606361122.246916,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ§9)Â','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14079,36991,1606364690.621794,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ+çÒ\0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14080,36991,1606364690.631749,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ+çÒ\0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14081,36998,1606366078.584551,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ+çÒ\0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14082,36999,1606366138.993276,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ+çÒ\0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14083,37040,1606379120.356542,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ+çÒ\0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14084,37121,1606381930.235830,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ+çÒ\0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14085,37205,1606384613.976046,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ+çÒ\0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14086,37206,1606384737.688525,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ+çÒ\0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14087,37207,1606384858.193909,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ+çÒ\0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14088,37207,1606384858.210822,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ+çÒ\0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14089,37208,1606384979.235706,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ+çÒ\0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14090,37210,1606385100.795702,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ+çÒ\0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14091,37210,1606385100.802546,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ+çÒ\0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14092,37251,1606386382.782772,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ+çÒ\0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14093,37251,1606386382.789607,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ+çÒ\0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14094,37298,1606389702.520656,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ%»…©','Wordpress'),(14095,37300,1606398319.526138,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹Ò‘-','Wordpress'),(14096,37301,1606398731.507233,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ+çÒ\0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14097,37322,1606399402.339275,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ+çÒ\0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14098,37323,1606399462.851146,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ+çÒ\0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14099,37386,1606407476.581310,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ‘ï\\\Z','Mozilla/5.0 (Windows NT 6.3; Win64; x64; rv:61.0) Gecko/20100101 Firefox/61.0'),(14100,37388,1606410524.245543,1,'loginFailInvalidUsername','mail',0,'\0\0\0\0\0\0\0\0\0\0ÿÿhôJa','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.92 Safari/537.36'),(14101,37403,1606449220.037986,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ3Òò€','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.103 YaBrowser/18.7.1.920 Yowser/2.5 Safari/537.36'),(14102,37405,1606454749.862139,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹Üfü','Mozilla/5.0 (iPad; CPU OS 12_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0 Mobile/15E148 Safari/604.1'),(14103,37412,1606480389.240741,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿª¦¹','Wordpress'),(14104,37431,1606536801.452035,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÆ6r4','Mozilla/5.0 (Linux; Android 8.0.0; ANE-LX3 Build/HUAWEIANE-LX3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Mobile Safari/537.36 wp-android/16.1'),(14105,37446,1606574350.828770,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ3S»É','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36'),(14106,37455,1606615843.130398,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÁ©‘B','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36'),(14107,37536,1606626909.525612,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿþ¿\n','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14108,37537,1606627031.229959,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿþ¿\n','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14109,37537,1606627031.237294,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿþ¿\n','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14110,37538,1606627094.340253,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿþ¿\n','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14111,37539,1606627221.282065,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿþ¿\n','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14112,37539,1606627221.286221,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿþ¿\n','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14113,37540,1606627284.310705,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿþ¿\n','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14114,37541,1606627347.618817,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿþ¿\n','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14115,37542,1606627411.091524,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿþ¿\n','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14116,37543,1606627475.068295,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿþ¿\n','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14117,37544,1606627536.836163,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿþ¿\n','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14118,37605,1606629473.420688,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿþ¿\n','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14119,37606,1606629532.944449,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿþ¿\n','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14120,37607,1606629597.393812,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿþ¿\n','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14121,37608,1606629657.248504,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿþ¿\n','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14122,37669,1606631656.457324,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿþ¿\n','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14123,37670,1606631723.272086,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿþ¿\n','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14124,37671,1606631783.244257,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿþ¿\n','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14125,37752,1606634385.573417,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿþ¿\n','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14126,37896,1606670175.556597,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ3ÒòÕ','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36 OPR/55.0.2994.44'),(14127,37920,1606714456.392419,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿCÍ—­','Mozilla/5.0 (Linux; Android 9; SM-A102U Build/PPR1.180610.011; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/74.0.3729.136 Mobile Safari/537.36 Instagram 155.0.0.37.107 Android (28/9; 320dpi; 720x1468; samsung; SM-A102U; a10e; exynos7885; en_US; 239490550) wp-android/16.1'),(14128,37926,1606726136.749474,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹Ò‘\n','Mozilla/5.0 (Linux; Android 7.0; SM-G610M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.80 Mobile Safari/537.36 wp-android/16.1'),(14129,37931,1606732046.640870,1,'loginFailInvalidUsername','NoneNone',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÐUÓ','Mozilla/5.0 (Linux; Android 6.0.1; SM-G610M Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Mobile Safari/537.36 wp-android/16.1'),(14130,37932,1606733716.217828,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÆ6r{','Mozilla/5.0 (Linux; Android 7.0; Moto C Build/NRD90M.059) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Mobile Safari/537.36 wp-android/16.1'),(14131,37935,1606737638.001894,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿDA{Þ','Mozilla/5.0 (Linux; U; Android 8.1.0; zh-CN; EML-AL00 Build/HUAWEIEML-AL00) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.108 baidu.sogo.uc.UCBrowser/11.9.4.974 UWS/2.13.1.48 Mobile Safari/537.36 AliApp(DingTalk/4.5.11) com.alibaba.android.rimet/10487439 Channel/227200 language/zh-CN wp-android/16.1'),(14132,37939,1606742907.108679,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ3&S`','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36'),(14133,37944,1606748246.446554,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿg2£”','Mozilla/5.0 (Linux; Android 7.0; SM-G570M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.80 Mobile Safari/537.36 wp-android/16.1'),(14134,37949,1606755416.216221,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ[ìˆ<','Mozilla/5.0 (Linux; Android 5.1.1; A37fw Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.84 Mobile Safari/537.36 wp-android/16.1'),(14135,37969,1606773848.493013,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿk´m3','Mozilla/5.0 (Linux; Android 7.0; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.80 Mobile Safari/537.36 wp-android/16.1'),(14136,37974,1606780219.025274,1,'loginFailInvalidUsername','NoneNone',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÆ6~&','Mozilla/5.0 (Linux; Android 7.1.1; CPH1723 Build/N6F26Q) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.98 Mobile Safari/537.36 wp-android/16.1'),(14137,37977,1606783828.814828,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿÆ6}','Mozilla/5.0 (Linux; U; Android 4.4.2; zh-CN; HUAWEI MT7-TL00 Build/HuaweiMT7-TL00) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/40.0.2214.89 UCBrowser/11.3.8.909 Mobile Safari/537.36 wp-android/16.1'),(14138,37980,1606787878.667660,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÇùæ—','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/68.0.3440.106 Chrome/68.0.3440.106 Safari/537.36'),(14139,37984,1606792287.730812,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿÆ»&','Mozilla/5.0 (Linux; Android 9; SM-A102U Build/PPR1.180610.011; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/74.0.3729.136 Mobile Safari/537.36 Instagram 155.0.0.37.107 Android (28/9; 320dpi; 720x1468; samsung; SM-A102U; a10e; exynos7885; en_US; 239490550) wp-android/16.1'),(14140,37994,1606805539.584998,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿœCÞY','Mozilla/5.0 (Linux; Android 9; SAMSUNG SM-G950U) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/10.1 Chrome/71.0.3578.99 Mobile Safari/537.36 wp-android/16.1'),(14141,37997,1606808298.403739,1,'loginFailInvalidUsername','NoneNone',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ©-lD','Mozilla/5.0 (Android 10; Mobile; rv:68.0) Gecko/68.0 Firefox/68.0 wp-android/16.1'),(14142,38002,1606811288.011251,1,'loginFailInvalidUsername','NoneNone',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ”B‘¢','Mozilla/5.0 (Linux; Android 7.0; SAMSUNG SM-G950F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/5.2 Chrome/51.0.2704.106 Mobile Safari/537.36 wp-android/16.1'),(14143,38003,1606812439.140139,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¢ÕûÕ','Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG-SM-G900A Build/LRX22C) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/3.0 Chrome/38.0.2125.102 Mobile Safari/537.36 wp-android/16.1'),(14144,38008,1606817000.496549,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿÕ¾r','Mozilla/5.0 (Linux; Android 9; SM-G960U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.93 Mobile Safari/537.36 wp-android/16.1'),(14145,38010,1606820678.968743,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ.¯','Mozilla/5.0 (Linux; Android 7.0; SM-G570M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.80 Mobile Safari/537.36 wp-android/16.1'),(14146,38012,1606821340.775765,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿÂæžÂ','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14147,38033,1606822119.649915,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿÂæžÂ','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14148,38034,1606822177.197425,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿÂæžÂ','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14149,38034,1606822177.212238,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿÂæžÂ','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14150,38179,1606826630.951742,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿÂæžÂ','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14151,38228,1606828253.466761,1,'loginFailInvalidUsername','NoneNone',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ-‚ä–','Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG-SM-G900A Build/LRX22C) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/3.0 Chrome/38.0.2125.102 Mobile Safari/537.36 wp-android/16.1'),(14152,38302,1606830605.298082,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÂæžÂ','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14153,38303,1606830668.822055,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÂæžÂ','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14154,38304,1606830790.254020,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÂæžÂ','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14155,38353,1606832362.344837,1,'loginFailInvalidUsername','yneke',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ3OoÜ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4240.193 Safari/537.36'),(14156,38430,1606834759.752300,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÂæžÂ','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14157,38435,1606845590.158718,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿgòõ','Mozilla/5.0 (Linux; U; Android 4.4.2; zh-CN; HUAWEI MT7-TL00 Build/HuaweiMT7-TL00) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/40.0.2214.89 UCBrowser/11.3.8.909 Mobile Safari/537.36 wp-android/16.1'),(14158,38437,1606850899.718500,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿY.j²','Mozilla/5.0 (Linux; Android 8.0.0; ANE-LX3 Build/HUAWEIANE-LX3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Mobile Safari/537.36 wp-android/16.1'),(14159,38438,1606851019.110057,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹Üdû','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0 Safari/605.1.15'),(14160,38439,1606853349.588949,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿæåÔ','Mozilla/5.0 (Linux; Android 5.0.1; SAMSUNG GT-I9505 Build/LRX22C) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/2.1 Chrome/34.0.1847.76 Mobile Safari/537.36 wp-android/16.1'),(14161,38443,1606860603.040918,1,'loginFailInvalidUsername','NoneNone',0,'\0\0\0\0\0\0\0\0\0\0ÿÿQ','Mozilla/5.0 (Linux; Android 7.0; SAMSUNG SM-G570M Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/7.4 Chrome/59.0.3071.125 Mobile Safari/537.36 wp-android/16.1'),(14162,38452,1606876580.953927,1,'loginFailInvalidUsername','NoneNone',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÂœ','Mozilla/5.0 (Linux; Android 7.1.2; AFTMM Build/NS6268; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/70.0.3538.110 Mobile Safari/537.36 wp-android/16.1'),(14163,38458,1606890941.129844,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ^¿â','Mozilla/5.0 (Linux; Android 9; SAMSUNG SM-N950U) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/10.1 Chrome/71.0.3578.99 Mobile Safari/537.36 wp-android/16.1'),(14164,38461,1606895402.410217,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹\nK','Mozilla/5.0 (Linux; Android 10; SM-A105M Build/QP1A.190711.020; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/85.0.4183.101 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/287.0.0.50.119;] wp-android/16.1'),(14165,38472,1606913863.259142,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÆGæ\"','Mozilla/5.0 (Linux; U; Android 4.1.1; en-us; BroadSign Xpress 1.0.15-6 B- (720) Build/JRO03H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 wp-android/16.1'),(14166,38480,1606926051.819062,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹Üdó','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.103 YaBrowser/18.7.1.920 Yowser/2.5 Safari/537.36'),(14167,38481,1606928442.491563,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹­hw','Mozilla/5.0 (Linux; Android 7.0;) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; AspiegelBot) wp-android/16.1'),(14168,38484,1606934293.259170,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿS–×´','Mozilla/5.0 (Linux; Android 9; SAMSUNG SM-N950U) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/10.2 Chrome/71.0.3578.99 Mobile Safari/537.36 wp-android/16.1'),(14169,38487,1606940231.782678,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ2>±','Mozilla/5.0 (Linux; Android 8.1.0; Moto G (5)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.80 Mobile Safari/537.36 wp-android/16.1'),(14170,38495,1606951085.873978,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿº6(`','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14171,38495,1606951085.881323,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿº6(`','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14172,38506,1606962913.402456,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ€AÃÛ','Mozilla/5.0 (Linux; Android 9; SAMSUNG SM-N950U) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/10.1 Chrome/71.0.3578.99 Mobile Safari/537.36 wp-android/16.1'),(14173,38508,1606966452.974102,1,'loginFailInvalidUsername','NoneNone',0,'\0\0\0\0\0\0\0\0\0\0ÿÿY.nÊ','Mozilla/5.0 (Android 8.0.0; Mobile; rv:68.0) Gecko/68.0 Firefox/68.0 wp-android/16.1'),(14174,38512,1606975994.180022,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿh˜ob','Mozilla/5.0 (Android 10; Mobile; rv:68.0) Gecko/68.0 Firefox/68.0 wp-android/16.1'),(14175,38514,1606979892.863811,1,'loginFailInvalidUsername','NoneNone',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¢ñÛe','Mozilla/5.0 (Linux; Android 7.1.1; Moto G (5S) Build/NPPS26.102-49-11) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 wp-android/16.1'),(14176,38517,1606982988.782016,1,'loginFailInvalidUsername','mail',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ3Ã*â','Mozilla/5.0 (X11; Linux x86_64; rv:63.0) Gecko/20100101 Firefox/63.0'),(14177,38519,1606986745.268895,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿÀ¹e','Mozilla/5.0 (Linux; Android 4.4.2; SM-G7102 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.84 Mobile Safari/537.36 wp-android/16.1'),(14178,38521,1606992515.784995,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ[êÃ³','Mozilla/5.0 (Linux; Android 6.0.1; SM-J500M Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 wp-android/16.1'),(14179,38526,1607003845.229930,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿH§¾','Mozilla/5.0 (Linux; Android 7.0; BLL-L22 Build/HUAWEIBLL-L22) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36 wp-android/16.1'),(14180,38530,1607011844.369281,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ§9*>','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14181,38530,1607011844.387379,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ§9*>','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14182,38575,1607175528.004321,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹O','Mozilla/5.0 (Linux; Android 7.0; SM-G610M Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 wp-android/16.1'),(14183,38578,1607202559.852958,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹B','Mozilla/5.0 (Linux; Android 10; SAMSUNG SM-G965U) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/11.1 Chrome/75.0.3770.143 Mobile Safari/537.36 wp-android/16.1'),(14184,38582,1607236289.439961,1,'loginFailInvalidUsername','NoneNone',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÐmà','Mozilla/5.0 (Linux; Android 7.0; Moto G (5) Plus Build/NPNS25.137-92-14) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 wp-android/16.1'),(14185,38583,1607242682.672488,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿk½\n','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36'),(14186,38584,1607244550.128278,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ>Òit','Mozilla/5.0 (X11; Linux x86_64; rv:63.0) Gecko/20100101 Firefox/63.0'),(14187,38588,1607270184.382351,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿP»QA','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14188,38589,1607270287.004493,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿP»QA','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14189,38590,1607270355.480283,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿP»QA','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14190,38591,1607270489.183231,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿP»QA','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14191,38592,1607270543.783325,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿP»QA','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14192,38593,1607270624.056509,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿP»QA','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14193,38594,1607270808.834885,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿP»QA','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14194,38595,1607270911.332920,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿP»QA','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14195,38596,1607271110.663063,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿP»QA','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14196,38597,1607271179.831025,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿP»QA','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14197,38597,1607271179.837450,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿP»QA','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14198,38598,1607271251.521937,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿP»QA','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14199,38599,1607271318.049712,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿP»QA','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14200,38599,1607271318.060947,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿP»QA','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14201,38600,1607271368.718560,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿP»QA','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14202,38601,1607271432.033773,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿP»QA','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14203,38602,1607271509.354104,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿP»QA','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14204,38603,1607271594.389649,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿP»QA','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14205,38603,1607271594.400158,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿP»QA','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14206,38604,1607271673.810675,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿP»QA','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14207,38705,1607285480.163030,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ§9*>','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14208,38716,1607328289.320270,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿP»QA','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14209,38718,1607341640.471642,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿP»QA','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14210,38719,1607342190.220520,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿP»QA','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14211,38720,1607342282.427898,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿP»QA','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14212,38721,1607342542.731798,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿP»QA','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14213,38722,1607342606.499427,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿP»QA','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14214,38723,1607342661.337068,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿP»QA','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14215,38724,1607342853.744059,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿP»QA','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14216,38725,1607342917.506906,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿP»QA','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14217,38726,1607343069.944548,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿP»QA','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14218,38727,1607343139.504478,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿP»QA','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14219,38728,1607343226.413067,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿP»QA','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14220,38729,1607343280.005983,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿP»QA','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14221,38730,1607343349.133423,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿP»QA','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14222,38731,1607343420.346619,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿP»QA','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14223,38732,1607343491.561863,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿP»QA','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14224,38733,1607343551.090694,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿP»QA','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14225,38734,1607343626.728598,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿP»QA','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14226,38735,1607343699.743643,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿP»QA','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14227,38906,1607365163.068930,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ3M:','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36'),(14228,38907,1607365864.140163,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹ÜeÈ','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36'),(14229,38930,1607391741.802039,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹É\n=','Mozilla/5.0 (Linux; Android 6.0; CAM-L03 Build/HUAWEICAM-L03) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Mobile Safari/537.36 wp-android/16.2'),(14230,38932,1607395839.846697,1,'loginFailInvalidUsername','NoneNone',0,'\0\0\0\0\0\0\0\0\0\0ÿÿœCÞå','Mozilla/5.0 (Linux; Android 6.0.1; SM-G532M Build/MMB29T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 wp-android/16.2'),(14231,38939,1607404630.825448,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ3Ãg8','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36'),(14232,38953,1607416349.843257,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿœCÞå','Mozilla/5.0 (Linux; Android 9; SAMSUNG SM-A205U) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/10.2 Chrome/71.0.3578.99 Mobile Safari/537.36 wp-android/16.2'),(14233,38954,1607417058.124323,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹ Þ«','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36'),(14234,38958,1607420327.077999,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ\\5`¯','Mozilla/5.0 (Linux; Android 6.0.1; CPH1607 Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/63.0.3239.111 Mobile Safari/537.36 wp-android/16.2'),(14235,38963,1607429531.027676,1,'loginFailInvalidUsername','NoneNone',0,'\0\0\0\0\0\0\0\0\0\0ÿÿœCÞT','Mozilla/5.0 (Linux; Android 5.1; A1601 Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Mobile Safari/537.36 wp-android/16.2'),(14236,38965,1607430640.575939,1,'loginFailInvalidUsername','NoneNone',0,'\0\0\0\0\0\0\0\0\0\0ÿÿœCÞT','Mozilla/5.0 (Linux; Android 9; SAMSUNG SM-G950F Build/PPR1.180610.011) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/9.2 Chrome/67.0.3396.87 Mobile Safari/537.36 wp-android/16.2'),(14237,38966,1607431648.911673,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹à‰','Mozilla/5.0 (Linux; Android 6.0; MYA-L22 Build/HUAWEIMYA-L22) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.84 Mobile Safari/537.36 wp-android/16.2'),(14238,38973,1607441104.762402,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿQ\"','Mozilla/5.0 (Linux; Android 5.1.1; SM-J111M Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Mobile Safari/537.36 wp-android/16.2'),(14239,38975,1607443439.091339,1,'loginFailInvalidUsername','NoneNone',0,'\0\0\0\0\0\0\0\0\0\0ÿÿd8H','Mozilla/5.0 (Linux; Android 6.0.1; SM-G532G Build/MMB29T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.83 Mobile Safari/537.36 wp-android/16.2'),(14240,38977,1607447669.185917,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿY.jê','Mozilla/5.0 (Linux; Android 9; SAMSUNG SM-G950U) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/10.2 Chrome/71.0.3578.99 Mobile Safari/537.36 wp-android/16.2'),(14241,38978,1607448544.056411,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ.ir','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14242,38979,1607448603.803311,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ.ir','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14243,38980,1607448792.611359,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ.ir','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14244,38981,1607448914.925306,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ.ir','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14245,38982,1607449038.798540,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ.ir','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14246,38983,1607449100.064650,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ.ir','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14247,38984,1607449160.124895,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ.ir','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14248,38984,1607449160.131732,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ.ir','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14249,38985,1607449283.675279,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ.ir','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14250,38985,1607449283.684378,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ.ir','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14251,38986,1607449344.613108,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ.ir','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14252,38987,1607449412.678633,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ.ir','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14253,38988,1607449481.887531,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ.ir','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14254,39010,1607482385.399432,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹à‰°','Mozilla/5.0 (Linux; U; Android 6.0.1; zh-CN; F5121 Build/34.0.A.1.247) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/40.0.2214.89 UCBrowser/11.5.1.944 Mobile Safari/537.36 wp-android/16.2'),(14255,39011,1607484977.061949,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ-TÌ{','Mozilla/5.0 (Linux; Android 7.0; Moto G (4) Build/NPJS25.93-14-18) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 wp-android/16.2'),(14256,39017,1607497060.911774,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿQ	','Mozilla/5.0 (Linux; Android 9; SAMSUNG SM-A205U) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/11.1 Chrome/75.0.3770.143 Mobile Safari/537.36 wp-android/16.2'),(14257,39022,1607506876.638009,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ­Ö¤•','Mozilla/5.0 (Linux; Android 7.0; SAMSUNG SM-G610M Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/7.4 Chrome/59.0.3071.125 Mobile Safari/537.36 wp-android/16.2'),(14258,39025,1607513711.819245,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÂ;¤¢','Mozilla/5.0 (Linux; Android 6.0.1; SM-J700M Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 wp-android/16.2'),(14259,39028,1607520421.035587,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ-\rü6','Mozilla/5.0 (Linux; Android 9; SM-A105M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.136 Mobile Safari/537.36 wp-android/16.2'),(14260,39029,1607522832.229091,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿS©)ˆ','Mozilla/5.0 (Linux; Android 7.1.1; SM-T555 Build/NMF26X; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/83.0.4103.96 Safari/537.36 wp-android/16.2'),(14261,39037,1607534203.552568,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿuø’','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14262,39038,1607534273.870452,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿuø’','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14263,39039,1607534351.707959,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿuø’','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14264,39039,1607534351.714293,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿuø’','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14265,39040,1607534472.313570,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿuø’','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14266,39041,1607534533.824368,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿuø’','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14267,39041,1607534533.842206,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿuø’','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14268,39042,1607534601.576078,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿuø’','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14269,39042,1607534601.586529,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿuø’','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14270,39044,1607534661.478291,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿuø’','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14271,39044,1607534661.484378,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿuø’','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14272,39045,1607534722.910234,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿuø’','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14273,39045,1607534722.918280,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿuø’','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14274,39046,1607534786.181328,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿuø’','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14275,39047,1607534845.138452,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿuø’','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14276,39048,1607534911.610220,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿuø’','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14277,39049,1607535041.858214,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿuø’','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14278,39050,1607535271.546346,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿuø’','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14279,39050,1607535271.561479,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿuø’','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14280,39102,1607545692.048108,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿH§¾','Mozilla/5.0 (Linux; Android 6.0; vivo 1606 Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.124 Mobile Safari/537.36 wp-android/16.2'),(14281,39110,1607556732.017209,1,'loginFailInvalidUsername','NoneNone',0,'\0\0\0\0\0\0\0\0\0\0ÿÿæ,M','Mozilla/5.0 (Linux; Android 5.1.1; Lenovo-A6020l36 Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.93 Mobile Safari/537.36 wp-android/16.2'),(14282,39117,1607567542.116896,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿVk+K','Mozilla/5.0 (Linux; Android 9; SM-A102U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.136 Mobile Safari/537.36 wp-android/16.2'),(14283,39125,1607578921.396177,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿQ','Mozilla/5.0 (Android 9; Mobile; rv:68.0) Gecko/68.0 Firefox/68.0 wp-android/16.2'),(14284,39129,1607584679.061610,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ.èùŠ','Mozilla/5.0 (X11; Linux x86_64; rv:63.0) Gecko/20100101 Firefox/63.0'),(14285,39130,1607585026.533189,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ3&QÓ','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36'),(14286,39133,1607588933.752208,1,'loginFailInvalidUsername','NoneNone',0,'\0\0\0\0\0\0\0\0\0\0ÿÿPM{A','Mozilla/5.0 (Linux; U; Android 2.2) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 wp-android/16.2'),(14287,39134,1607590203.485515,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ;]¥N','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14288,39135,1607590727.091357,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ;]¥N','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14289,39136,1607590785.878023,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ;]¥N','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14290,39137,1607590852.722069,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ;]¥N','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14291,39138,1607590969.145929,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ;]¥N','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14292,39139,1607591033.458572,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ;]¥N','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14293,39141,1607591098.943292,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ;]¥N','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14294,39142,1607591153.441856,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ;]¥N','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14295,39143,1607591222.988763,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ;]¥N','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14296,39144,1607591284.521845,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ;]¥N','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14297,39145,1607591353.143530,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ;]¥N','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14298,39146,1607591414.283315,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ;]¥N','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14299,39147,1607591473.754397,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ;]¥N','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14300,39148,1607591535.219970,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ;]¥N','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14301,39149,1607591597.196610,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ;]¥N','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14302,39150,1607591657.893865,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ;]¥N','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14303,39151,1607591718.786130,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ;]¥N','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14304,39152,1607591783.234654,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ;]¥N','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14305,39153,1607591843.847928,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ;]¥N','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14306,39227,1607594154.408879,1,'loginFailInvalidUsername','NoneNone',0,'\0\0\0\0\0\0\0\0\0\0ÿÿQ\"','Mozilla/5.0 (Linux; Android 9; SM-G950F Build/PPR1.180610.011; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/74.0.3729.157 Mobile Safari/537.36 wp-android/16.2'),(14307,39267,1607596313.644104,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹É\n=','Mozilla/5.0 (Linux; U; Android 6.0.1; zh-CN; F5121 Build/34.0.A.1.247) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/40.0.2214.89 UCBrowser/11.5.1.944 Mobile Safari/537.36 wp-android/16.2'),(14308,39277,1607613367.069635,1,'loginFailInvalidUsername','NoneNone',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹à‰¦','Mozilla/5.0 (Linux; Android 6.0.1; SM-G532M Build/MMB29T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Mobile Safari/537.36 wp-android/16.2'),(14309,39282,1607620784.171298,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÆN','Mozilla/5.0 (Linux; Android 8.0.0; SM-N9500 Build/R16NW; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/63.0.3239.83 Mobile Safari/537.36 T7/10.13 baiduboxapp/10.13.0.11 (Baidu; P1 8.0.0) wp-android/16.2'),(14310,39286,1607629276.966428,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹à‰<','Mozilla/5.0 (Linux; U; Android 4.4.2; de-de; GT-P5210 Build/KOT49H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 wp-android/16.2'),(14311,39290,1607633636.125610,1,'loginFailInvalidUsername','NoneNone',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ\\ù,¥','Mozilla/5.0 (Linux; Android 9; SAMSUNG SM-G960U) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/10.2 Chrome/71.0.3578.99 Mobile Safari/537.36 wp-android/16.2'),(14312,39295,1607640192.774052,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÂ;¤¢','Mozilla/5.0 (Linux; Android 4.2.1; en-us; Nexus 5 Build/JOP40D) AppleWebKit/535.19 (KHTML, like Gecko; googleweblight) Chrome/38.0.1025.166 Mobile Safari/535.19 wp-android/16.2'),(14313,39297,1607642314.700699,1,'loginFailInvalidUsername','NoneNone',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ.¬†','Mozilla/5.0 (Linux; Android 9; SAMSUNG SM-G960U) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/10.1 Chrome/71.0.3578.99 Mobile Safari/537.36 wp-android/16.2'),(14314,39298,1607644645.912315,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÂ;¤¢','Mozilla/5.0 (Linux; Android 7.0; SM-G570M Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 wp-android/16.2'),(14315,39307,1607658582.909383,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹É\n','Mozilla/5.0 (Linux; Android 8.0.0; SM-N9500 Build/R16NW; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/63.0.3239.83 Mobile Safari/537.36 T7/10.13 baiduboxapp/10.13.0.11 (Baidu; P1 8.0.0) wp-android/16.2'),(14316,39307,1607658582.921283,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹É\n','Mozilla/5.0 (Linux; Android 8.0.0; SM-N9500 Build/R16NW; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/63.0.3239.83 Mobile Safari/537.36 T7/10.13 baiduboxapp/10.13.0.11 (Baidu; P1 8.0.0) wp-android/16.2'),(14317,39329,1607661546.737335,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿÅ¹`á','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14318,39330,1607661608.074449,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿÅ¹`á','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14319,39331,1607661680.099279,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿÅ¹`á','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14320,39331,1607661680.106969,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿÅ¹`á','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14321,39332,1607661739.855984,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿÅ¹`á','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14322,39333,1607661863.425515,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿÅ¹`á','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14323,39356,1607662535.357172,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿÅ¹`á','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14324,39356,1607662535.363084,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿÅ¹`á','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14325,39357,1607662597.453859,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿÅ¹`á','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14326,39357,1607662597.464661,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿÅ¹`á','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14327,39358,1607662657.642057,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿÅ¹`á','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14328,39410,1607664594.820593,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿÅ¹`á','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14329,39410,1607664594.832396,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿÅ¹`á','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14330,39411,1607664668.018153,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿÅ¹`á','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14331,39412,1607664775.645121,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿÅ¹`á','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14332,39413,1607664904.854229,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿÅ¹`á','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14333,39435,1607665637.376044,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿÅ¹`á','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14334,39436,1607665697.897766,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿÅ¹`á','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14335,39437,1607665758.619096,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿÅ¹`á','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14336,39501,1607667059.089631,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ_’-','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14337,39504,1607667119.865869,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ_’-','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14338,39507,1607667180.854876,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ_’-','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14339,39507,1607667180.863129,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ_’-','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14340,39663,1607669787.184610,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ_’-','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14341,39706,1607670643.993033,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ_’-','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14342,39748,1607671386.103552,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ_’-','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14343,39752,1607671508.067604,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ_’-','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14344,39918,1607674986.378063,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ_’-','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14345,40031,1607676937.003115,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ_’-','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14346,40032,1607676937.052910,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ_’-','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14347,40054,1607677734.440112,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ_’-','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14348,40063,1607678075.250577,1,'loginFailInvalidUsername','NoneNone',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ\\ù,¥','Mozilla/5.0 (Linux; Android 6.0.1; SM-G900I Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/74.0.3729.157 Mobile Safari/537.36 wp-android/16.2'),(14349,40076,1607678464.980778,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ_’-','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14350,40122,1607683474.821115,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿœCÞ.','Mozilla/5.0 (Linux; Android 8.0.0; SM-G950F Build/R16NW) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Mobile Safari/537.36 wp-android/16.2'),(14351,40128,1607690759.445446,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ ™š‹','Mozilla/5.0 (Linux; Android 9; SM-G960U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.2'),(14352,40134,1607698208.676648,1,'loginFailInvalidUsername','NoneNone',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹àŠ{','Mozilla/5.0 (Linux; Android 9; SAMSUNG SM-A205U) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/10.2 Chrome/71.0.3578.99 Mobile Safari/537.36 wp-android/16.2'),(14353,40135,1607698219.862223,1,'loginFailInvalidUsername','mail',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹Üe‚','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.92 Safari/537.36'),(14354,40137,1607700416.024458,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ#Ð\'L','Mozilla/5.0 (Linux; Android 7.1.2; vivo y35 Build/N2G48B; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/66.0.3359.158 Mobile Safari/537.36 wp-android/16.2'),(14355,40142,1607703918.675819,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹¿|—','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36'),(14356,40146,1607708298.672028,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¾‡ö','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14357,40147,1607708800.353041,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿQ÷','Mozilla/5.0 (Linux; Android 9; SM-G965F Build/PPR1.180610.011; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/74.0.3729.157 Mobile Safari/537.36 wp-android/16.2'),(14358,40148,1607710195.641653,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿŸAS~','Mozilla/5.0 (Linux; Android 9; SAMSUNG SM-A205U) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/10.2 Chrome/71.0.3578.99 Mobile Safari/537.36 wp-android/16.2'),(14359,40151,1607713659.949861,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿª¡J','Mozilla/5.0 (Linux; U; Android 4.3; de-de; GT-I9300 Build/JSS15J) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 wp-android/16.2'),(14360,40158,1607720855.975862,1,'loginFailInvalidUsername','NoneNone',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¾k±÷','Mozilla/5.0 (Linux; U; Android 4.3; de-de; GT-I9300 Build/JSS15J) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 wp-android/16.2'),(14361,40161,1607724316.387838,1,'loginFailInvalidUsername','NoneNone',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹Óöz','Mozilla/5.0 (Linux; Android 9; SAMSUNG SM-G950U) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/10.2 Chrome/71.0.3578.99 Mobile Safari/537.36 wp-android/16.2'),(14362,40162,1607726648.160271,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ\\ù,¥','Mozilla/5.0 (Linux; Android 9; SM-G950F Build/PPR1.180610.011; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/74.0.3729.157 Mobile Safari/537.36 wp-android/16.2'),(14363,40169,1607731559.907670,1,'loginFailInvalidUsername','NoneNone',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ6ëä}','Mozilla/5.0 (Linux; Android 9; LM-X420) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.136 Mobile Safari/537.36 wp-android/16.2'),(14364,40172,1607735216.248868,1,'loginFailInvalidUsername','NoneNone',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ-]e_','Mozilla/5.0 (Linux; Android 9; LM-X420) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.136 Mobile Safari/537.36 wp-android/16.2'),(14365,40175,1607738826.323266,1,'loginFailInvalidUsername','NoneNone',0,'\0\0\0\0\0\0\0\0\0\0ÿÿY.k¾','Mozilla/5.0 (Linux; Android 5.1.1; vivo X7 Build/LMY47V; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/48.0.2564.116 Mobile Safari/537.36 baiduboxapp/8.6.5 (Baidu; P1 5.1.1) wp-android/16.2'),(14366,40179,1607742546.575863,1,'loginFailInvalidUsername','NoneNone',0,'\0\0\0\0\0\0\0\0\0\0ÿÿˆ!)','Mozilla/5.0 (Linux; U; Android 4.1.2; de-de; ME371MG Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 wp-android/16.2'),(14367,40181,1607744596.546668,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÇùæs','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36'),(14368,40184,1607747706.147884,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ\\ÌB\r','Mozilla/5.0 (Linux; Android 8.0.0; SAMSUNG SM-G930F Build/R16NW) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/7.4 Chrome/59.0.3071.125 Mobile Safari/537.36 wp-android/16.2'),(14369,40185,1607749626.565342,1,'loginFailInvalidUsername','NoneNone',0,'\0\0\0\0\0\0\0\0\0\0ÿÿœCÞ™','Mozilla/5.0 (Linux; Android 9; SAMSUNG SM-G955U) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/11.1 Chrome/75.0.3770.143 Mobile Safari/537.36 wp-android/16.2'),(14370,40189,1607754227.596381,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ-WPH','Mozilla/5.0 (Linux; Android 6.0.1; SM-G610M Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 wp-android/16.2'),(14371,40193,1607759096.936933,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿˆ!)','Mozilla/5.0 (Linux; Android 9; LM-X220) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.136 Mobile Safari/537.36 wp-android/16.2'),(14372,40200,1607767122.665887,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹Ò‘\n','Mozilla/5.0 (Linux; Android 9; SAMSUNG SM-A205U) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/11.1 Chrome/75.0.3770.143 Mobile Safari/537.36 wp-android/16.2'),(14373,40201,1607768787.460649,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿœCÞ.','Mozilla/5.0 (Linux; Android 7.1.2; vivo y35 Build/N2G48B; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/66.0.3359.158 Mobile Safari/537.36 wp-android/16.2'),(14374,40209,1607779258.877933,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÆGà@','Mozilla/5.0 (Linux; Android 5.1; A1601 Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Mobile Safari/537.36 wp-android/16.2'),(14375,40213,1607783607.405417,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¼¥ä¼','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36'),(14376,40220,1607792378.372336,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿˆ!q','Mozilla/5.0 (Linux; Android 9; SM-A105M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.136 Mobile Safari/537.36 wp-android/16.2'),(14377,40225,1607801413.065392,1,'loginFailInvalidUsername','NoneNone',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¾k±\'','Mozilla/5.0 (Linux; Android 9; SM-G960U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.2'),(14378,40246,1607828979.490322,1,'loginFailInvalidUsername','NoneNone',0,'\0\0\0\0\0\0\0\0\0\0ÿÿQ\"','Mozilla/5.0 (Linux; Android 8.0.0; moto e5 play) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.2'),(14379,40251,1607835494.147093,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿÇùæA','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:61.0) Gecko/20100101 Firefox/61.0'),(14380,40257,1607839110.026928,1,'loginFailInvalidUsername','NoneNone',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹à‰Þ','Mozilla/5.0 (Linux; Android 6.0.1; SM-J700M Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 wp-android/16.2'),(14381,40259,1607843214.019364,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹ÉQ','Mozilla/5.0 (Linux; Android 7.1.2; AFTMM Build/NS6265; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/70.0.3538.110 Mobile Safari/537.36 wp-android/16.2'),(14382,40263,1607849179.091606,1,'loginFailInvalidUsername','NoneNone',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹¶;','Mozilla/5.0 (Linux; Android 9; SAMSUNG SM-G960U) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/10.1 Chrome/71.0.3578.99 Mobile Safari/537.36 wp-android/16.2'),(14383,40269,1607861712.335745,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ6&=','Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0'),(14384,40271,1607864400.592040,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ-TÌ{','Mozilla/5.0 (Linux; Android 6.0.1; Redmi 4A Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.116 Mobile Safari/537.36 wp-android/16.2'),(14385,40277,1607869533.452941,1,'loginFailInvalidUsername','NoneNone',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ\\ù,¥','Mozilla/5.0 (Linux; U; Android 4.4.2; de-de; GT-P5210 Build/KOT49H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 wp-android/16.2'),(14386,40280,1607872480.927288,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿÜn=','Mozilla/5.0 (Linux; Android 7.1.2; AFTMM Build/NS6264; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/59.0.3071.125 Mobile Safari/537.36 wp-android/16.2'),(14387,40283,1607876014.416533,1,'loginFailInvalidUsername','NoneNone',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÜn=','Mozilla/5.0 (Linux; Android 6.0.1; SM-G900I Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/74.0.3729.157 Mobile Safari/537.36 wp-android/16.2'),(14388,40292,1607888116.409929,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹Ò‘:','Dalvik/2.1.0 (Linux; U; Android 9; SM-G950U Build/PPR1.180610.011) wp-android/16.2'),(14389,40296,1607893512.715731,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿª¡','Mozilla/5.0 (Linux; Android 4.4.2; Nexus 4 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Mobile Safari/537.36 wp-android/16.2'),(14390,40298,1607895240.908672,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿÏôùƒ','Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Mobile Safari/537.36 wp-android/16.2'),(14391,40303,1607903799.994552,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ‘ïRå','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36'),(14392,40308,1607909340.684835,1,'loginFailInvalidUsername','NoneNone',0,'\0\0\0\0\0\0\0\0\0\0ÿÿk´l!','Mozilla/5.0 (Linux; Android 9; SAMSUNG SM-G960U) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/10.1 Chrome/71.0.3578.99 Mobile Safari/537.36 wp-android/16.2'),(14393,40326,1607922277.284646,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿœCÞ\"','Mozilla/5.0 (Linux; Android 6.0; LG-H631 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/38.0.2125.102 Mobile Safari/537.36 wp-android/16.2'),(14394,40328,1607924292.770867,1,'loginFailInvalidUsername','NoneNone',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ”B‘\"','Mozilla/5.0 (Linux; Android 9; moto e6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.136 Mobile Safari/537.36 wp-android/16.2'),(14395,40328,1607924292.779841,1,'loginFailInvalidUsername','NoneNone',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ”B‘\"','Mozilla/5.0 (Linux; Android 9; moto e6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.136 Mobile Safari/537.36 wp-android/16.2'),(14396,40329,1607927752.614789,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ¾k°@','Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG SM-G532M Build/MMB29T) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/4.2 Chrome/44.0.2403.133 Mobile Safari/537.36 wp-android/16.2'),(14397,40332,1607932142.522799,1,'loginFailInvalidUsername','NoneNone',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ[êÃ¶','Mozilla/5.0 (Linux; Android 6.0.1; SM-J700M Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Mobile Safari/537.36 wp-android/16.2'),(14398,40333,1607933202.346723,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ#Öv#','Mozilla/5.0 (Linux; Android 9; SM-G960U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.2'),(14399,40335,1607936605.215926,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿœCÞ\"','Mozilla/5.0 (Linux; Android 9; LM-X420) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.136 Mobile Safari/537.36 wp-android/16.2'),(14400,40336,1607938583.619232,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹\Zz:','Mozilla/5.0 (Linux; Android 9; SM-G965U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.93 Mobile Safari/537.36 wp-android/16.2'),(14401,40337,1607938619.697449,1,'loginFailInvalidUsername','NoneNone',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ[êÃ{','Mozilla/5.0 (Linux; Android 8.0.0; SM-N9500 Build/R16NW; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/63.0.3239.83 Mobile Safari/537.36 T7/10.13 baiduboxapp/10.13.0.11 (Baidu; P1 8.0.0) wp-android/16.2'),(14402,40347,1607948843.032295,1,'loginFailInvalidUsername','NoneNone',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹àŠ','Mozilla/5.0 (Linux; U; Android 4.4.2; de-de; GT-P5210 Build/KOT49H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 wp-android/16.2'),(14403,40348,1607949423.758999,1,'loginFailInvalidUsername','mail',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹Üe','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36'),(14404,40357,1607958752.580600,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹2','Mozilla/5.0 (Linux; Android 6.0; CAM-L03 Build/HUAWEICAM-L03) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Mobile Safari/537.36 wp-android/16.2'),(14405,40371,1607974821.365086,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹à‰¦','Mozilla/5.0 (Linux; Android 7.0; Moto G (4) Build/NPJS25.93-14-18) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 wp-android/16.2'),(14406,40377,1607983808.430380,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿˆ!¢','Mozilla/5.0 (Linux; Android 6.0; vivo 1606 Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.124 Mobile Safari/537.36 wp-android/16.2'),(14407,40377,1607983808.437396,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿˆ!¢','Mozilla/5.0 (Linux; Android 6.0; vivo 1606 Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.124 Mobile Safari/537.36 wp-android/16.2'),(14408,40382,1607989329.343896,1,'loginFailInvalidUsername','1fdcvbvcxdffdgdfsdf',0,'\0\0\0\0\0\0\0\0\0\0ÿÿT#4','Python-urllib/2.7'),(14409,40382,1607989329.351717,1,'loginFailInvalidUsername','1fdcvbvcxdffdgdfsdf',0,'\0\0\0\0\0\0\0\0\0\0ÿÿT#4','Python-urllib/2.7'),(14410,40385,1607993002.310258,1,'loginFailInvalidUsername','NoneNone',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹àŠ{','Mozilla/5.0 (Linux; Android 7.0; SM-G892A Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/68.0.3440.1805 Mobile Safari/537.36 wp-android/16.2'),(14411,40391,1607996548.340700,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ[Àg','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36'),(14412,40393,1607997913.210722,1,'loginFailInvalidUsername','NoneNone',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ\réb0','Mozilla/5.0 (Linux; Android 7.1.2; DSCS9 Build/NHG47L; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/80.0.3987.149 Safari/537.36 wp-android/16.2'),(14413,40406,1608020533.841425,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÆGàT','Dalvik/2.1.0 (Linux; U; Android 5.1.1; AFTT Build/LVY48F) CTV wp-android/16.2'),(14414,40411,1608026237.756090,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿžE#ã','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit/537.75.14 (KHTML, like Gecko) Version/7.0.3 Safari/7046A194A'),(14415,40412,1608026514.260630,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿuØ	b','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14416,40413,1608027509.327645,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿœCÞ\"','Mozilla/5.0 (Linux; Android 6.0; CAM-L03 Build/HUAWEICAM-L03) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Mobile Safari/537.36 wp-android/16.2'),(14417,40423,1608040565.861373,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ/r•Å','Mozilla/5.0 (Linux; Android 9; SM-A105M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.136 Mobile Safari/537.36 wp-android/16.2'),(14418,40429,1608047995.172590,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ\\ù,þ','Mozilla/5.0 (Linux; Android 7.0; SM-G570M Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Mobile Safari/537.36 wp-android/16.2'),(14419,40433,1608054348.767361,1,'loginFailInvalidUsername','NoneNone',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ_Ø\Z9','Mozilla/5.0 (Linux; U; Android 2.2.1; en-us; Nexus One Build/FRG83) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 wp-android/16.2'),(14420,40436,1608060145.627667,1,'loginFailInvalidUsername','NoneNone',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹àŠ{','Mozilla/5.0 (Linux; Android 8.0.0; SM-G930F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Mobile Safari/537.36 wp-android/16.2'),(14421,40439,1608065083.863092,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ#ÑCB','Mozilla/5.0 (Linux; Android 9; SAMSUNG SM-A205U) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/11.1 Chrome/75.0.3770.143 Mobile Safari/537.36 wp-android/16.2'),(14422,40440,1608065418.516872,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ3[`—','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36'),(14423,40441,1608065846.704912,1,'loginFailInvalidUsername','NoneNone',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÂœŒ','Mozilla/5.0 (Linux; U; Android 4.1.2; de-de; ME371MG Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 wp-android/16.2'),(14424,40442,1608070241.686533,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿœCÞ\"','Mozilla/5.0 (Linux; Android 6.0.1; SM-G610M Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 wp-android/16.2'),(14425,40445,1608075691.922533,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹à‰‹','Dalvik/2.1.0 (Linux; U; Android 5.1.1; AFTT Build/LVY48F) CTV wp-android/16.2'),(14426,40446,1608075825.519309,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ‘ï[£','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:61.0) Gecko/20100101 Firefox/61.0'),(14427,40462,1608103927.134942,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÕ¾','Mozilla/5.0 (Linux; U; Android 2.2.1; en-us; Nexus One Build/FRG83) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 wp-android/16.2'),(14428,40464,1608106927.051102,1,'loginFailInvalidUsername','NoneNone',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÕ¾','Mozilla/5.0 (Linux; Android 8.0.0; SM-N9500 Build/R16NW; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/63.0.3239.83 Mobile Safari/537.36 T7/10.13 baiduboxapp/10.13.0.11 (Baidu; P1 8.0.0) wp-android/16.2'),(14429,40465,1608107821.438201,1,'loginFailInvalidUsername','NoneNone',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÕ¾','Mozilla/5.0 (Linux; Android 7.1.2; AFTMM Build/NS6265; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/70.0.3538.110 Mobile Safari/537.36 wp-android/16.2'),(14430,40470,1608120202.903984,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ-WP\"','Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Mobile Safari/537.36 wp-android/16.2'),(14431,40493,1608124887.234430,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ\')Ó','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14432,40494,1608124945.437907,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ\')Ó','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14433,40556,1608126921.840023,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿœCÞ¢','Mozilla/5.0 (Linux; Android 7.0; Moto G (4) Build/NPJS25.93-14-18) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 wp-android/16.2'),(14434,40557,1608126987.087574,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ\')Ó','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14435,40584,1608127872.047577,1,'loginFailInvalidUsername','NoneNone',0,'\0\0\0\0\0\0\0\0\0\0ÿÿµÚ','Mozilla/5.0 (Linux; Android 6.0.1; RedMi Note 5 Build/RB3N5C; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/68.0.3440.91 Mobile Safari/537.36 wp-android/16.2'),(14436,40599,1608128328.718284,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ\')Ó','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14437,40622,1608129127.271926,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ\')Ó','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14438,40684,1608131198.351326,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ\')Ó','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14439,40725,1608132547.677628,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ\')Ó','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14440,40725,1608132547.693422,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ\')Ó','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14441,40745,1608133336.572765,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ\')Ó','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14442,40746,1608133397.986706,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ\')Ó','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14443,40747,1608133460.116395,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ\')Ó','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14444,40789,1608134806.742358,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ\')Ó','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14445,40831,1608136237.690690,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ\')Ó','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14446,40868,1608137753.831481,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ\')Ó','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14447,40869,1608137828.628279,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ\')Ó','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14448,40870,1608137992.171199,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ\')Ó','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14449,40879,1608148854.444032,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿŠÉ{T','Mozilla/5.0 (Linux; Android 7.0; Moto G (4) Build/NPJS25.93-14-18) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36 wp-android/16.2'),(14450,40880,1608149907.584623,1,'loginFailInvalidUsername','NoneNone',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹Éd','Mozilla/5.0 (Linux; Android 9; SM-A102U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.136 Mobile Safari/537.36 wp-android/16.2'),(14451,40881,1608153747.699129,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹à‰©','Mozilla/5.0 (Linux; Android 6.0.1; SM-G532M Build/MMB29T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Mobile Safari/537.36 wp-android/16.2'),(14452,40884,1608161763.955388,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ-WP\"','Mozilla/5.0 (Linux; Android 7.0; SM-G570M Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Mobile Safari/537.36 wp-android/16.2'),(14453,40891,1608173771.968870,1,'loginFailInvalidUsername','NoneNone',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹à‰Þ','Mozilla/5.0 (Linux; Android 9; SAMSUNG SM-G955U) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/11.1 Chrome/75.0.3770.143 Mobile Safari/537.36 wp-android/16.2'),(14454,40904,1608190469.574392,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ\\ù,þ','Mozilla/5.0 (Linux; Android 9; SAMSUNG SM-G950F Build/PPR1.180610.011) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/9.2 Chrome/67.0.3396.87 Mobile Safari/537.36 wp-android/16.2'),(14455,40905,1608190503.978603,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿg\Zá\\','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14456,40906,1608190575.632522,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿg\Zá\\','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14457,40926,1608191330.569910,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿg\Zá\\','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14458,40967,1608192499.695763,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹yE(','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/68.0.3440.106 Chrome/68.0.3440.106 Safari/537.36'),(14459,40970,1608192611.249838,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿg\Zá\\','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14460,40971,1608192671.129371,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿg\Zá\\','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14461,41054,1608195358.716756,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿg\Zá\\','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14462,41115,1608197619.942493,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿg\Zá\\','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14463,41116,1608197683.738758,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿg\Zá\\','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14464,41117,1608197805.579105,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿg\Zá\\','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14465,41117,1608197805.586842,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿg\Zá\\','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14466,41118,1608197869.197923,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿg\Zá\\','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14467,41119,1608197989.691618,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿg\Zá\\','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14468,41138,1608201775.347728,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ*jÀº','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14469,41139,1608201836.019825,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ*jÀº','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14470,41148,1608203169.528320,1,'loginFailInvalidUsername','NoneNone',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ#Õ•<','Mozilla/5.0 (Linux; Android 8.0.0; moto e5 play) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.2'),(14471,41155,1608205161.453338,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿg\Zá\\','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14472,41156,1608205256.239400,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿg\Zá\\','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14473,41161,1608205912.789692,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿg\Zá\\','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14474,41177,1608205971.583927,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿg\Zá\\','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14475,41178,1608206033.230508,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿg\Zá\\','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14476,41180,1608212828.879658,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿg\Zá\\','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14477,41181,1608212889.984725,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿg\Zá\\','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14478,41202,1608370144.023278,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿô8‰','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0;  Trident/5.0)'),(14479,41207,1608415244.990354,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ§9æ','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14480,41251,1608443565.084096,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ°S<>','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14481,41252,1608443686.167627,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ°S<>','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14482,41387,1608447978.164570,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿY9','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36'),(14483,41400,1608448366.125833,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹Üdô','Mozilla/5.0 (Windows NT 6.3; Win64; x64; rv:62.0) Gecko/20100101 Firefox/62.0'),(14484,41420,1608469811.773797,0,'logout','studiogreen',3,'\0\0\0\0\0\0\0\0\0\0ÿÿhÍ	','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36'),(14485,41446,1608564319.111719,1,'loginFailInvalidUsername','mail',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹Üe','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:60.0) Gecko/20100101 Firefox/60.0'),(14486,41447,1608565779.704525,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹Üfû','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36'),(14487,41449,1608572666.550909,0,'loginOK','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿh«Ö%','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36'),(14488,41450,1608573343.858180,0,'logout','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿh«Ö%','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36'),(14489,41451,1608586821.383872,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ-˜µÔ','Nokia200/2.0 (11.81) Profile/MIDP-2.1 Configuration/CLDC-1.1 UCWEB/2.0(Java; U; MIDP-2.0; en-us; nokia200) U2/1.0.0 UCBrowser/8.7.1.234 U2/1.0.0 Mobile'),(14490,41455,1608608893.964971,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿÃ°','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:55.0) Gecko/20100101 Firefox/55.0'),(14491,41456,1608622713.175459,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ-˜µ','Mozilla/5.0 (Linux; Android 7.0; SM-G570M Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/69.0.3497.100 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/193.0.0.45.101;]'),(14492,41457,1608627200.861472,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹Üg','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit/537.75.14 (KHTML, like Gecko) Version/7.0.3 Safari/7046A194A'),(14493,41460,1608670108.131884,0,'loginOK','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿh«Ö%','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36'),(14494,41461,1608670338.243662,0,'loginOK','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿh«Ö%','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36'),(14495,41477,1608750064.107279,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹yE','Mozilla/5.0 (X11; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(14496,41478,1608750544.455130,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ3Ãg8','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36'),(14497,41499,1608765334.353853,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ§9\\‚','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14498,41524,1608846200.273379,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿÃþ†Â','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:55.0) Gecko/20100101 Firefox/55.0'),(14499,41547,1608925232.865251,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ§9YE','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14500,41554,1608964546.297110,1,'loginFailInvalidUsername','mail',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ3Òó­','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:61.0) Gecko/20100101 Firefox/61.0'),(14501,41555,1608965953.188927,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹dWó','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36 Edge/16.16299'),(14502,41559,1609006131.094564,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹Üe’','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:61.0) Gecko/20100101 Firefox/61.0'),(14503,41581,1609040622.660823,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿO·Î*','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(14504,41582,1609040682.952452,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿO·Î*','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(14505,41583,1609040743.822782,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿO·Î*','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(14506,41597,1609064179.425245,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿO·Î*','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(14507,41597,1609064179.433703,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿO·Î*','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(14508,41598,1609064345.693644,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿO·Î*','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(14509,41637,1609065716.352188,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿO·Î*','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(14510,41638,1609065784.356427,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿO·Î*','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(14511,41687,1609067192.647064,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿO·Î*','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(14512,41736,1609068023.197760,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿO·Î*','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(14513,41783,1609068904.210345,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿO·Î*','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(14514,41812,1609069348.899885,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿÉ½©','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14515,41815,1609069472.164433,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿÉ½©','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14516,41815,1609069472.173319,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿÉ½©','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14517,41892,1609070813.432189,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿÉ½©','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14518,41895,1609070874.367318,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿÉ½©','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14519,41972,1609072154.430762,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿO·Î*','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(14520,42002,1609072764.679996,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿÉ½©','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14521,42005,1609072886.270795,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿÉ½©','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14522,42070,1609074228.885528,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÉ½©','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14523,42075,1609074352.750190,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÉ½©','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14524,42075,1609074352.759980,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÉ½©','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14525,42174,1609076307.464689,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿO·Î*','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(14526,42179,1609076433.420382,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÉ½©','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14527,42179,1609076433.430254,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÉ½©','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14528,42182,1609076554.017414,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÉ½©','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14529,42185,1609076617.314662,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÉ½©','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14530,42222,1609077408.901814,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÉ½©','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14531,42225,1609077469.876069,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÉ½©','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14532,42332,1609079363.109933,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÉ½©','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14533,42333,1609079421.887668,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÉ½©','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14534,42396,1609080447.656251,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿO·Î*','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(14535,42396,1609080447.666305,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿO·Î*','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(14536,42492,1609084576.301790,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿO·Î*','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(14537,42521,1609086206.956382,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿO·Î*','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(14538,42522,1609086327.529939,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿO·Î*','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(14539,42523,1609086453.137827,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿO·Î*','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(14540,42538,1609087469.733468,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿO·Î*','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(14541,42539,1609087564.967862,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿO·Î*','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(14542,42540,1609087727.538354,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿO·Î*','Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1'),(14543,42723,1609118864.202448,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ3P','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36'),(14544,42723,1609118864.216702,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ3P','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36'),(14545,42738,1609227450.960439,1,'loginFailInvalidUsername','mail',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÕ=×6','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36'),(14546,42738,1609227450.968001,1,'loginFailInvalidUsername','mail',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÕ=×6','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36'),(14547,42739,1609228059.082872,1,'loginFailInvalidUsername','mail',0,'\0\0\0\0\0\0\0\0\0\0ÿÿmFd(','Mozilla/5.0 (iPad; CPU OS 12_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0 Mobile/15E148 Safari/604.1'),(14548,42739,1609228059.090320,1,'loginFailInvalidUsername','mail',0,'\0\0\0\0\0\0\0\0\0\0ÿÿmFd(','Mozilla/5.0 (iPad; CPU OS 12_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0 Mobile/15E148 Safari/604.1'),(14549,42752,1609269948.640339,0,'loginOK','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿh«Ö%','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36'),(14550,42753,1609270563.883389,0,'logout','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿh«Ö%','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36'),(14551,42755,1609271554.850712,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ3Y”','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:55.0) Gecko/20100101 Firefox/55.0'),(14552,42770,1609312499.988454,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ%xÅ<','Opera/9.80 (Windows NT 5.1; WOW64) Presto/2.12.388 Version/12.17'),(14553,42770,1609312500.000172,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ%xÅ<','Opera/9.80 (Windows NT 5.1; WOW64) Presto/2.12.388 Version/12.17'),(14554,42772,1609333512.881770,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ[Àg,','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36'),(14555,42773,1609337123.421166,0,'loginOK','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿh«Ö%','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36'),(14556,42774,1609337667.997759,0,'logout','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿh«Ö%','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36'),(14557,42848,1609404552.105256,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ†½¤','Mozilla/5.0 (Linux; Android 7.0; SM-G610M Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/69.0.3497.91 Mobile Safari/537.36 Instagram 62.0.0.19.93 Android (24/7.0; 480dpi; 1080x1920; samsung; SM-G610M; on7xelte; samsungexynos7870; pt_BR; 123790722)'),(14558,42854,1609447951.021452,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÜ“','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:60.0) Gecko/20100101 Firefox/60.0'),(14559,42922,1609485393.408126,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ3M—M','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:55.0) Gecko/20100101 Firefox/55.0'),(14560,42923,1609485580.024329,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ3Mg¤','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_5) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/11.1.1 Safari/605.1.15'),(14561,42989,1609782879.626503,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿÆ{²','Mozilla/5.0 (Linux; U; Android 4.3; de-de; GT-I9300 Build/JSS15J) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 wp-android/16.3'),(14562,42990,1609785606.980522,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹ÉÝ','Mozilla/5.0 (Linux; Android 6.0; vivo 1713 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.124 Mobile Safari/537.36 wp-android/16.3'),(14563,42994,1609788721.682252,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÜhØ','Mozilla/5.0 (Linux; Android 7.1.2; vivo y35 Build/N2G48B; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/66.0.3359.158 Mobile Safari/537.36 wp-android/16.3'),(14564,43000,1609795911.601228,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ9Y','Mozilla/5.0 (Linux; Android 6.0.1; SM-J500M Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Mobile Safari/537.36 wp-android/16.3'),(14565,43009,1609810591.720713,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿF\'–R','Mozilla/5.0 (Linux; Android 7.1.2; Redmi Note 5A Build/N2G47H; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/63.0.3239.111 Mobile Safari/537.36 wp-android/16.3'),(14566,43014,1609815764.716523,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ•é','Mozilla/5.0 (Linux; Android 9; SM-G960F Build/PPR1.180610.011; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/74.0.3729.157 Mobile Safari/537.36 wp-android/16.3'),(14567,43015,1609817378.675278,1,'loginFailInvalidUsername','noitirtunshtur',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ.èùŠ','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:55.0) Gecko/20100101 Firefox/55.0'),(14568,43016,1609818473.178688,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹]¤\"','Mozilla/5.0 (Linux; Android 6.0.1; SM-J700M Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Mobile Safari/537.36 wp-android/16.3'),(14569,43017,1609819763.376183,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ-‚äh','Mozilla/5.0 (Linux; Android 8.0.0; SM-N9500 Build/R16NW; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/63.0.3239.83 Mobile Safari/537.36 T7/10.13 baiduboxapp/10.13.0.11 (Baidu; P1 8.0.0) wp-android/16.3'),(14570,43023,1609831143.545788,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿg\".','Mozilla/5.0 (Linux; Android 8.1.0; BBB100-1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.111 Mobile Safari/537.36 wp-android/16.3'),(14571,43024,1609832238.488247,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿÂ;¤¢','Mozilla/5.0 (Linux; Android 7.1.2; DSCS9 Build/NHG47L; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/80.0.3987.149 Safari/537.36 wp-android/16.3'),(14572,43034,1609845592.921160,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹É','Mozilla/5.0 (Linux; Android 7.1.1; CPH1723 Build/N6F26Q) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.98 Mobile Safari/537.36 wp-android/16.3'),(14573,43037,1609846335.031572,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹àŠ™','Mozilla/5.0 (Linux; Android 9; SAMSUNG SM-G960U) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/10.1 Chrome/71.0.3578.99 Mobile Safari/537.36 wp-android/16.3'),(14574,43040,1609850052.044195,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ-WP\"','Mozilla/5.0 (Linux; Android 8.0.0; SAMSUNG SM-G950F Build/R16NW) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/7.4 Chrome/59.0.3071.125 Mobile Safari/537.36 wp-android/16.3'),(14575,43047,1609855763.469248,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹à‰¦','Mozilla/5.0 (Linux; Android 7.0; SAMSUNG SM-G610M Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/7.4 Chrome/59.0.3071.125 Mobile Safari/537.36 wp-android/16.3'),(14576,43053,1609859607.874566,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿÀ¹^','Mozilla/5.0 (Android 9; Mobile; rv:68.0) Gecko/68.0 Firefox/68.0 wp-android/16.3'),(14577,43067,1609873013.884655,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÜnu','Mozilla/5.0 (Linux; Android 7.0; SM-G570M Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 wp-android/16.3'),(14578,43072,1609875502.986645,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ]¼ ','Mozilla/5.0 (Linux; Android 7.0; BLL-L22 Build/HUAWEIBLL-L22) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36 wp-android/16.3'),(14579,43087,1609888244.169155,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ]¿œ|','Mozilla/5.0 (Linux; Android 6.0.1; vivo 1603 Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36 wp-android/16.3'),(14580,43090,1609889206.399177,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿÂ;¤¢','Mozilla/5.0 (Linux; U; Android 4.1.1; en-us; BroadSign Xpress 1.0.15-6 B- (720) Build/JRO03H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 wp-android/16.3'),(14581,43093,1609891845.473137,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿœCÞå','Mozilla/5.0 (Linux; Android 7.1.2; vivo y35 Build/N2G48B; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/66.0.3359.158 Mobile Safari/537.36 wp-android/16.3'),(14582,43094,1609893596.799862,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿk¡–','Mozilla/5.0 (Linux; Android 8.0.0; FIG-LX3 Build/HUAWEIFIG-LX3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Mobile Safari/537.36 wp-android/16.3'),(14583,43095,1609894508.800504,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿœCÞÎ','Mozilla/5.0 (Linux; Android 6.0; CAM-L21 Build/HUAWEICAM-L21; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/62.0.3202.84 Mobile Safari/537.36 wp-android/16.3'),(14584,43106,1609906180.113621,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ9Y¨','Mozilla/5.0 (Linux; U; Android 4.3; de-de; GT-I9300 Build/JSS15J) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 wp-android/16.3'),(14585,43113,1609914725.517028,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÁ8üd','Opera/9.80 (Windows NT 6.2; Win64; x64) Presto/2.12.388 Version/12.16'),(14586,43114,1609914996.387713,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹àŠ{','Mozilla/5.0 (Linux; U; Android 2.2.1; en-us; Nexus One Build/FRG83) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 wp-android/16.3'),(14587,43115,1609915920.177667,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ9Y¨','Mozilla/5.0 (Linux; Android 4.4.2; P1 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Crosswalk/23.53.589.4 Safari/537.36 wp-android/16.3'),(14588,43119,1609919946.014785,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ#Õš­','Dalvik/2.1.0 (Linux; U; Android 7.1.2; AFTA Build/NS6264) CTV wp-android/16.3'),(14589,43124,1609924378.992972,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿÂ;¤¢','Mozilla/5.0 (Linux; Android 6.0.1; SM-J700M Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36 wp-android/16.3'),(14590,43126,1609926049.827757,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ.¯','Mozilla/5.0 (Linux; Android 9; SM-A102U Build/PPR1.180610.011; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/74.0.3729.136 Mobile Safari/537.36 Instagram 155.0.0.37.107 Android (28/9; 320dpi; 720x1468; samsung; SM-A102U; a10e; exynos7885; en_US; 239490550) wp-android/16.3'),(14591,43127,1609926165.596372,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿCÞ™÷','Mozilla/5.0 (Linux; Android 7.1.2; vivo y35 Build/N2G48B; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/66.0.3359.158 Mobile Safari/537.36 wp-android/16.3'),(14592,43128,1609928095.785812,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÂœ','Mozilla/5.0 (Linux; Android 7.0; SM-G892A Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/68.0.3440.1805 Mobile Safari/537.36 wp-android/16.3'),(14593,43130,1609930247.279258,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿª¡)','Mozilla/5.0 (Linux; Android 7.0; SM-G570M Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Mobile Safari/537.36 wp-android/16.3'),(14594,43134,1609933408.179297,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÙsw','Mozilla/5.0 (Linux; Android 5.1.1; A37fw Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.84 Mobile Safari/537.36 wp-android/16.3'),(14595,43134,1609933408.186466,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÙsw','Mozilla/5.0 (Linux; Android 5.1.1; A37fw Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.84 Mobile Safari/537.36 wp-android/16.3'),(14596,43138,1609937348.573048,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ—jtN','Dalvik/2.1.0 (Linux; U; Android 5.1.1; AFTT Build/LVY48F) CTV wp-android/16.3'),(14597,43142,1609940147.741968,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ6\'I','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.103 YaBrowser/18.7.1.920 Yowser/2.5 Safari/537.36'),(14598,43143,1609940179.299346,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿµÚh','Mozilla/5.0 (Linux; Android 9; SAMSUNG SM-G965U) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/10.2 Chrome/71.0.3578.99 Mobile Safari/537.36 wp-android/16.3'),(14599,43144,1609940191.371777,1,'loginFailInvalidUsername','liam',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ3&P)','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.103 YaBrowser/18.7.1.920 Yowser/2.5 Safari/537.36'),(14600,43145,1609941099.702107,1,'loginFailInvalidUsername','liam',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ3Òó­','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36'),(14601,43148,1609944796.597106,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ‹¢*À','Mozilla/5.0 (Linux; Android 6.0.1; vivo 1603 Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36 wp-android/16.3'),(14602,43149,1609945189.369722,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹àŠ{','Mozilla/5.0 (Linux; Android 6.0; vivo 1606 Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.124 Mobile Safari/537.36 wp-android/16.3'),(14603,43151,1609946178.474655,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ\\ù,','Mozilla/5.0 (Linux; U; Android 4.1.2; de-de; GT-I8190 Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 wp-android/16.3'),(14604,43152,1609947247.298484,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ2>±w','Mozilla/5.0 (Linux; Android 6.0.1; Redmi 4A Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.116 Mobile Safari/537.36 wp-android/16.3'),(14605,43157,1609951596.577211,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÜhî','Mozilla/5.0 (Linux; Android 9; SAMSUNG SM-G960U) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/10.2 Chrome/71.0.3578.99 Mobile Safari/537.36 wp-android/16.3'),(14606,43162,1609953957.175838,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ%ŒÀõ','Mozilla/5.0 (Linux; Android 7.0;) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; AspiegelBot) wp-android/16.3'),(14607,43166,1609956379.652437,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÜh†','Mozilla/5.0 (Linux; U; Android 4.1.1; en-us; BroadSign Xpress 1.0.15-6 B- (720) Build/JRO03H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 wp-android/16.3'),(14608,43194,1609984074.823952,1,'loginFailInvalidUsername','noitirtunshtur',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ3&S`','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36'),(14609,43212,1610006878.354723,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿC¡<Œ','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14610,43335,1610010842.636393,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿC¡<Œ','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14611,43336,1610010903.638631,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿC¡<Œ','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14612,43377,1610012306.546576,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿC¡<Œ','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14613,43378,1610012368.135304,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿC¡<Œ','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14614,43379,1610012493.008493,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿC¡<Œ','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14615,43380,1610012493.068261,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ­-­õ','Mozilla/5.0 (Linux; Android 6.0; LG-H631 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/38.0.2125.102 Mobile Safari/537.36 wp-android/16.3'),(14616,43462,1610015052.792403,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿC¡<Œ','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14617,43503,1610016333.852578,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿC¡<Œ','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14618,43545,1610017735.702990,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿC¡<Œ','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14619,43566,1610018467.658405,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿC¡<Œ','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14620,43608,1610019872.266194,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿC¡<Œ','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14621,43650,1610064322.553132,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ%xÝ¤','Mozilla/5.0 (Linux; Android 6.0; CAM-L21 Build/HUAWEICAM-L21; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/62.0.3202.84 Mobile Safari/537.36'),(14622,43691,1610066836.438681,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿš	','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14623,43812,1610070743.203753,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿš	','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14624,43873,1610072814.162573,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿš	','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14625,43874,1610072874.732841,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿš	','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14626,43875,1610072997.247104,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿš	','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14627,43876,1610073058.204266,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿš	','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14628,43939,1610075010.836261,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿš	','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14629,43939,1610075010.849825,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿš	','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14630,43940,1610075071.321101,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿš	','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14631,44071,1610092148.840181,1,'loginFailInvalidUsername','liam',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹Üe	','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:60.0) Gecko/20100101 Firefox/60.0'),(14632,44075,1610098465.839912,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿMxq@','Mozilla/5.0 (Windows NT 6.3; Win64; x64; rv:62.0) Gecko/20100101 Firefox/62.0'),(14633,44204,1610137683.368131,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿië‰™','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14634,44205,1610137743.993341,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿië‰™','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14635,44206,1610137867.422005,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿië‰™','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14636,44206,1610137867.433022,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿië‰™','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14637,44211,1610138234.689065,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿië‰ß','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14638,44212,1610138294.734203,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿië‰ß','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14639,44217,1610139104.102644,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿië‰˜','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14640,44218,1610139164.720518,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿië‰˜','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14641,44219,1610139221.138791,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿië‰˜','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14642,44222,1610139466.643504,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿië‰','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14643,44223,1610139530.983645,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿië‰','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14644,44253,1610140565.164361,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿië‰q','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14645,44254,1610140973.910916,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿië‰q','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14646,44255,1610141130.174029,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿië‰q','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14647,44294,1610142414.279462,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿië‰q','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14648,44774,1610198721.513293,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿië‰ž','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14649,44793,1610199527.625396,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿië‰#','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14650,44836,1610200807.314045,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿië‰#','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14651,44897,1610202765.182801,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿië‰#','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14652,44925,1610220272.138256,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ3M”H','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:60.0) Gecko/20100101 Firefox/60.0'),(14653,44929,1610256485.804551,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿhôI]','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0 Safari/605.1.15'),(14654,44932,1610263875.899824,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿk½\nš','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36'),(14655,44933,1610266117.084075,1,'loginFailInvalidUsername','Sue Cummings',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¾k±&','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(14656,44936,1610266155.446754,1,'loginFailInvalidUsername','Sue Cummings',0,'\0\0\0\0\0\0\0\0\0\0ÿÿm_ž','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(14657,44939,1610266185.324155,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¸¨˜Ÿ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(14658,44940,1610266185.337280,1,'loginFailInvalidUsername','Sue Cummings',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¸¨˜Ÿ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(14659,44947,1610266384.709918,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿH§¾ê','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(14660,44948,1610266384.838446,1,'loginFailInvalidUsername','Sue Cummings',0,'\0\0\0\0\0\0\0\0\0\0ÿÿH§¾ê','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(14661,44951,1610266486.971313,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿaJÍ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(14662,44952,1610266487.061298,1,'loginFailInvalidUsername','Sue Cummings',0,'\0\0\0\0\0\0\0\0\0\0ÿÿaJÍ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(14663,44953,1610266558.088053,1,'loginFailInvalidUsername','Sue Cummings',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ/f•“','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(14664,44954,1610266558.112486,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ/f•“','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(14665,45254,1610330318.961578,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ—þ¢ë','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14666,45255,1610330380.113835,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ—þ¢ë','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14667,45300,1610331784.308279,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ—þ¢ë','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14668,45371,1610341340.557727,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿov×Û','Mozilla/5.0 (Linux; Android 11; LM-X420) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Mobile Safari/537.36'),(14669,45381,1610348558.770963,1,'loginFailInvalidUsername','Sue Cummings',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÆGî','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(14670,45382,1610348558.784823,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿÆGî','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(14671,45383,1610348644.301801,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¶0e','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(14672,45384,1610348644.303680,1,'loginFailInvalidUsername','Sue Cummings',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¶0e','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(14673,45385,1610348699.881326,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿß¥.','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(14674,45386,1610348699.907337,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿß¥.','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(14675,45387,1610348744.977077,1,'loginFailInvalidUsername','Sue Cummings',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÆGï','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(14676,45388,1610348744.990298,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿÆGï','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(14677,45389,1610348820.000782,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¾·=x','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(14678,45390,1610348820.040104,1,'loginFailInvalidUsername','Sue Cummings',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¾·=x','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(14679,45405,1610349078.604185,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿP\\à\n','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(14680,45408,1610349258.596519,1,'loginFailInvalidUsername','Sue Cummings',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ2>±æ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(14681,45409,1610349258.621704,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ2>±æ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(14682,45411,1610349368.775853,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿbBˆ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(14683,45412,1610349369.029642,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿbBˆ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(14684,45416,1610349484.069927,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ™zª&','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(14685,45418,1610355827.734552,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿl§‰{','Mozilla/5.0 (Android 11; Mobile; LG-M255; rv:84.0) Gecko/84.0 Firefox/84.0'),(14686,45426,1610367193.185818,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ2WÃ†','Mozilla/5.0 (Linux; Android 11) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Mobile Safari/537.36'),(14687,45429,1610373169.358815,1,'loginFailInvalidUsername','mail',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÇùæn','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.103 YaBrowser/18.7.0.2695 Yowser/2.5 Safari/537.36'),(14688,45439,1610387529.711206,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹Üdò','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:62.0) Gecko/20100101 Firefox/62.0'),(14689,45444,1610397529.294141,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ—þ¢ë','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14690,45466,1610405229.260484,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿŸYs','Mozilla/5.0 (Linux; Android 11; SM-A102U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Mobile Safari/537.36'),(14691,45470,1610417203.174676,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿM÷µ£','Mozilla/5.0 (X11; Linux x86_64; rv:63.0) Gecko/20100101 Firefox/63.0'),(14692,45478,1610428141.597106,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ3ÿ-','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36'),(14693,45530,1610449403.147770,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿgBOf','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14694,45530,1610449403.162801,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿgBOf','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14695,45531,1610449529.771204,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿgBOP','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14696,45532,1610449589.794392,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿgBOP','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14697,45532,1610449589.800733,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿgBOP','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14698,45533,1610449710.313214,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿgBOP','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14699,45533,1610449710.319503,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿgBOP','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14700,45535,1610449771.153239,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿgBOP','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14701,45535,1610449771.169151,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿgBOP','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14702,45536,1610449776.432300,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿÆ9÷‰','Mozilla/5.0 (iPhone; CPU iPhone OS 14_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0 Mobile/15E148 Safari/604.1'),(14703,45557,1610450443.103896,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿgBOP','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14704,45558,1610450503.109326,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿgBOP','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14705,45579,1610451175.088059,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿgBOP','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14706,45580,1610451234.569633,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿgBOP','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14707,45581,1610451296.325704,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿgBOP','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14708,45623,1610452582.353618,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿgBOP','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14709,45624,1610452644.816379,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿgBOP','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14710,45625,1610452829.017430,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿgBOP','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14711,45626,1610452950.414446,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿgBOP','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14712,45627,1610453072.166180,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿgBOP','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14713,45628,1610453133.742425,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿgBOP','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14714,45629,1610453193.851285,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿgBOP','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14715,45908,1610466530.647778,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿgBOY','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14716,45912,1610473917.541910,1,'loginFailInvalidUsername','Sue Cummings',0,'\0\0\0\0\0\0\0\0\0\0ÿÿþ™','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(14717,45913,1610473917.545467,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿþ™','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(14718,45922,1610474150.566250,1,'loginFailInvalidUsername','Sue Cummings',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ ™š','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(14719,45923,1610474150.575186,1,'loginFailInvalidUsername','Sue Cummings',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ ™š','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(14720,45924,1610474160.922900,1,'loginFailInvalidUsername','Sue Cummings',0,'\0\0\0\0\0\0\0\0\0\0ÿÿCáä6','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(14721,45925,1610474160.939733,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿCáä6','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(14722,45929,1610474237.058808,1,'loginFailInvalidUsername','Sue Cummings',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ>Ò¹','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(14723,45930,1610474237.089634,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ>Ò¹','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(14724,45931,1610474318.792970,1,'loginFailInvalidUsername','Sue Cummings',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ†\0š','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(14725,45944,1610500449.945187,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ²!z`','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:55.0) Gecko/20100101 Firefox/55.0'),(14726,45946,1610500962.069656,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿYêþ','Mozilla/5.0 (iPad; CPU OS 11_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/11.0 Mobile/15E148 Safari/604.1'),(14727,45964,1610536437.524286,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ^çlú','Mozilla/5.0 (Linux; Android 11; SM-A102U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Mobile Safari/537.36'),(14728,45968,1610538944.130125,1,'loginFailInvalidUsername','Sue Cummings',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ2>±z','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(14729,45969,1610538944.161198,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ2>±z','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(14730,45970,1610538985.490681,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ­ÉÄ¯','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(14731,45971,1610538985.604141,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ­ÉÄ¯','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(14732,45974,1610539120.104631,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿkªHÉ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(14733,45975,1610539193.484717,1,'loginFailInvalidUsername','Sue Cummings',0,'\0\0\0\0\0\0\0\0\0\0ÿÿk´x7','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(14734,45976,1610539193.496277,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿk´x7','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(14735,45987,1610539543.779641,1,'loginFailInvalidUsername','Sue Cummings',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÆGï','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(14736,45988,1610539543.781090,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÆGï','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(14737,45989,1610539556.019794,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ¸¨˜','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(14738,45990,1610539556.047636,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¸¨˜','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(14739,45991,1610539611.690423,1,'loginFailInvalidUsername','Sue Cummings',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÔU€\'','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(14740,45992,1610539612.158424,1,'loginFailInvalidUsername','Sue Cummings',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÔU€\'','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(14741,45993,1610539636.439359,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿm_œË','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(14742,45994,1610539677.559665,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿY.jÙ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(14743,45995,1610539677.613034,1,'loginFailInvalidUsername','Sue Cummings',0,'\0\0\0\0\0\0\0\0\0\0ÿÿY.jÙ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(14744,45996,1610539715.692904,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ„”hƒ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(14745,45997,1610539715.700405,1,'loginFailInvalidUsername','Sue Cummings',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ„”hƒ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(14746,46001,1610539907.655763,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿaJ/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(14747,46003,1610540142.305984,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿDAz›','Mozilla/5.0 (Android 11; Mobile; LG-M255; rv:84.0) Gecko/84.0 Firefox/84.0'),(14748,46009,1610550228.042339,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿbgÌ','Mozilla/5.0 (Linux; Android 5.1; A1601 Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Mobile Safari/537.36'),(14749,46010,1610554304.935466,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ[†øë','Mozilla/5.0 (Linux; Android 11; SM-G960U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Mobile Safari/537.36'),(14750,46011,1610557817.671491,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿCÍ*u','Mozilla/5.0 (Linux; Android 11; LM-X420) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Mobile Safari/537.36'),(14751,46017,1610566838.241390,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿÀ¹R','Mozilla/5.0 (iPhone; CPU iPhone OS 14_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/87.0.4280.77 Mobile/15E148 Safari/604.1'),(14752,46018,1610570901.492539,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ[†¸÷','Mozilla/5.0 (iPhone; CPU iPhone OS 14_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) FxiOS/30.0 Mobile/15E148 Safari/605.1.15'),(14753,46019,1610571516.086560,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿg:','Mozilla/5.0 (iPhone; CPU iPhone OS 14_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0 Mobile/15E148 Safari/604.1'),(14754,46020,1610575987.224524,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÃÎ·W','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36 OPR/33.0.1990.115'),(14755,46024,1610589890.886218,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿÆGë','Mozilla/5.0 (Android 11; Mobile; rv:68.0) Gecko/68.0 Firefox/84.0'),(14756,46030,1610608679.080276,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¢ñ{\Z','Mozilla/5.0 (Linux; Android 11; LM-Q720) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Mobile Safari/537.36'),(14757,46038,1610618370.516169,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹yE*','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36'),(14758,46039,1610618549.209771,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ[†øæ','Mozilla/5.0 (Linux; Android 11; SM-N960U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Mobile Safari/537.36'),(14759,46044,1610626160.486770,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿRfù','Mozilla/5.0 (Linux; U; Android 4.1.1; en-us; BroadSign Xpress 1.0.15-6 B- (720) Build/JRO03H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30'),(14760,46044,1610626160.494302,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿRfù','Mozilla/5.0 (Linux; U; Android 4.1.1; en-us; BroadSign Xpress 1.0.15-6 B- (720) Build/JRO03H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30'),(14761,46045,1610626330.224539,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ[rz','Mozilla/5.0 (Android 11; Mobile; LG-M255; rv:84.0) Gecko/84.0 Firefox/84.0'),(14762,46046,1610628039.971816,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ­þh±','Mozilla/5.0 (Linux; Android 11; LM-Q720) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Mobile Safari/537.36'),(14763,46047,1610628630.756217,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿJÜÛÆ','Mozilla/5.0 (Linux; Android 11; LM-Q720) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Mobile Safari/537.36'),(14764,46048,1610631521.307145,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ2WD','Mozilla/5.0 (Android 11; Mobile; rv:68.0) Gecko/68.0 Firefox/84.0'),(14765,46049,1610632198.779346,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿY.mÔ','Mozilla/5.0 (Linux; Android 11; SM-A205U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Mobile Safari/537.36'),(14766,46050,1610632781.484853,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ#Õ²','Mozilla/5.0 (Linux; Android 11; LM-Q720) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Mobile Safari/537.36'),(14767,46052,1610633279.332776,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ\\?¨ ','Mozilla/5.0 (Linux; Android 11; LM-X420) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Mobile Safari/537.36'),(14768,46055,1610638219.215247,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿl§…#','Mozilla/5.0 (Android 11; Mobile; LG-M255; rv:84.0) Gecko/84.0 Firefox/84.0'),(14769,46060,1610647661.637706,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ-wSî','Mozilla/5.0 (Linux; Android 11; LM-X420) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Mobile Safari/537.36'),(14770,46066,1610654590.496088,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿDAz›','Mozilla/5.0 (Linux; Android 11; SM-G960U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Mobile Safari/537.36'),(14771,46072,1610661193.552387,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ.ù;q','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_3) AppleWebKit/604.5.6 (KHTML, like Gecko) Version/11.0.3 Safari/604.5.6'),(14772,46074,1610661818.150792,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿPXX~','Mozilla/5.0 (iPhone; CPU iPhone OS 14_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0 Mobile/15E148 Safari/604.1'),(14773,46078,1610668189.471414,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÂ#é\"','Opera/9.80 (Windows NT 6.0) Presto/2.12.388 Version/12.14'),(14774,46078,1610668189.488646,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÂ#é\"','Opera/9.80 (Windows NT 6.0) Presto/2.12.388 Version/12.14'),(14775,46079,1610669519.534762,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ¾k±#','Mozilla/5.0 (Linux; Android 11) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Mobile Safari/537.36'),(14776,46083,1610674228.448478,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿPXX~','Mozilla/5.0 (Linux; Android 11; LM-Q720) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Mobile Safari/537.36'),(14777,46084,1610675799.711385,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÁ8üt','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36 OPR/52.0.2871.99'),(14778,46084,1610675799.728168,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÁ8üt','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36 OPR/52.0.2871.99'),(14779,46087,1610682871.045147,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14780,46088,1610682929.344427,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14781,46089,1610682989.348891,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14782,46135,1610684349.183544,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ]±J¦','Mozilla/5.0 (Windows NT 6.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.186 YaBrowser/18.3.1.1232 Yowser/2.5 Safari/537.36'),(14783,46154,1610684942.072959,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14784,46195,1610686225.509090,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14785,46195,1610686225.524954,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14786,46196,1610686413.601441,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14787,46201,1610686632.068338,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ[êÃ{','Mozilla/5.0 (Linux; Android 11; SM-A205U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Mobile Safari/537.36'),(14788,46222,1610687150.701436,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14789,46245,1610687880.006206,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14790,46246,1610687940.945552,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14791,46247,1610688001.718996,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14792,46248,1610688062.705862,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14793,46249,1610688123.889818,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14794,46250,1610688185.018425,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14795,46271,1610688859.157376,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14796,46272,1610688917.137150,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14797,46273,1610688979.928869,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14798,46274,1610689040.454279,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14799,46275,1610689109.118421,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14800,46276,1610689166.812033,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿgYú','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14801,46283,1610689359.963209,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¢×','Mozilla/5.0 (Linux; Android 11; LM-X420) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Mobile Safari/537.36'),(14802,46520,1610698979.056336,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ¸¨.Û','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(14803,46521,1610698979.290902,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¸¨.Û','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(14804,46527,1610699081.174242,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÎ½Þ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(14805,46528,1610699081.193841,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÎ½Þ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(14806,46530,1610699164.847664,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ)N€ƒ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(14807,46539,1610699255.903595,1,'loginFailInvalidUsername','Sue Cummings',0,'\0\0\0\0\0\0\0\0\0\0ÿÿR‹¾)','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(14808,46540,1610699256.052052,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿR‹¾)','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(14809,46543,1610699300.460115,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿŸA@','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(14810,46544,1610699300.657143,1,'loginFailInvalidUsername','Sue Cummings',0,'\0\0\0\0\0\0\0\0\0\0ÿÿŸA@','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(14811,46549,1610699304.933474,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ]\\ø','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(14812,46550,1610699305.075103,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ]\\ø','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(14813,46551,1610699351.646000,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ2>Ð‹','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(14814,46552,1610699351.647223,1,'loginFailInvalidUsername','Sue Cummings',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ2>Ð‹','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(14815,46553,1610699400.635366,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿCáä6','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(14816,46554,1610699400.662569,1,'loginFailInvalidUsername','Sue Cummings',0,'\0\0\0\0\0\0\0\0\0\0ÿÿCáä6','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(14817,46555,1610699415.001243,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ2>°ñ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(14818,46556,1610699415.100516,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ2>°ñ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(14819,46559,1610699491.441078,1,'loginFailInvalidUsername','Sue Cummings',0,'\0\0\0\0\0\0\0\0\0\0ÿÿKgB\Z','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(14820,46560,1610699491.926416,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿKgB\Z','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(14821,46561,1610699492.754592,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿE &','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(14822,46562,1610699492.851650,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿE &','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(14823,46563,1610699559.989058,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ­ÉÄ\\','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(14824,46564,1610699560.025404,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ­ÉÄ\\','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(14825,46568,1610702535.581192,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ­þh±','Mozilla/5.0 (Linux; Android 11; SM-G960U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Mobile Safari/537.36'),(14826,46572,1610705850.957386,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÐqÆg','Mozilla/5.0 (Linux; Android 11; SM-N960U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Mobile Safari/537.36'),(14827,46574,1610707610.610223,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ\"S˜\r','Mozilla/5.0 (iPhone; CPU iPhone OS 14_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) FxiOS/30.0 Mobile/15E148 Safari/605.1.15'),(14828,46575,1610707901.036869,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿç^¢','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36'),(14829,46575,1610707901.058620,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿç^¢','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36'),(14830,46576,1610707902.609280,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿç^¢','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36'),(14831,46577,1610707903.714507,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿç^¢','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36'),(14832,46578,1610707904.901324,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿç^¢','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36'),(14833,46579,1610707906.435570,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿç^¢','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36'),(14834,46580,1610707907.560436,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿç^¢','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36'),(14835,46581,1610707909.026142,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿç^¢','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36'),(14836,46582,1610707910.126165,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿç^¢','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36'),(14837,46583,1610707911.402678,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿç^¢','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36'),(14838,46584,1610707912.502778,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿç^¢','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36'),(14839,46585,1610707913.894147,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿç^¢','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36'),(14840,46586,1610707915.153850,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿç^¢','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36'),(14841,46587,1610707916.283107,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿç^¢','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36'),(14842,46588,1610707917.864137,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿç^¢','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36'),(14843,46589,1610707919.146219,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿç^¢','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36'),(14844,46590,1610707920.760178,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿç^¢','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36'),(14845,46591,1610707922.067261,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿç^¢','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36'),(14846,46592,1610707923.274558,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿç^¢','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36'),(14847,46648,1610713754.710568,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ#Ñ›Ú','Mozilla/5.0 (Linux; Android 11) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Mobile Safari/537.36'),(14848,46649,1610715129.580087,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ#ÑÖ','Mozilla/5.0 (Linux; Android 11; SM-A102U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Mobile Safari/537.36'),(14849,46651,1610719871.883118,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿl§™Ô','Mozilla/5.0 (Linux; Android 11) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Mobile Safari/537.36'),(14850,46655,1610726421.201042,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹7â#','Mozilla/5.0 (Linux; Android 11; LM-X420) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Mobile Safari/537.36'),(14851,46658,1610733163.218437,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ[†¸÷','Mozilla/5.0 (Linux; Android 11; SM-G960U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Mobile Safari/537.36'),(14852,46739,1610749710.808668,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ¢ñUí','Mozilla/5.0 (Linux; Android 11; SM-A205U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Mobile Safari/537.36'),(14853,46744,1610763327.354079,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿg;\Z','Mozilla/5.0 (Linux; Android 11; SM-N960U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Mobile Safari/537.36'),(14854,46744,1610763327.361677,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿg;\Z','Mozilla/5.0 (Linux; Android 11; SM-N960U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Mobile Safari/537.36'),(14855,46749,1610773743.598298,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ[êÃ¶','Mozilla/5.0 (Linux; Android 11; SM-A102U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Mobile Safari/537.36'),(14856,46751,1610777581.813219,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿY*Úû','Mozilla/5.0 (Linux; Android 11; SM-G960U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Mobile Safari/537.36'),(14857,46752,1610778790.940186,1,'loginFailInvalidUsername','mail',0,'\0\0\0\0\0\0\0\0\0\0ÿÿk½™','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:55.0) Gecko/20100101 Firefox/55.0'),(14858,46754,1610783643.894974,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ3&Qm','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36'),(14859,46756,1610784741.919051,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ”Hè#','Mozilla/5.0 (Linux; Android 11; LM-X420) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Mobile Safari/537.36'),(14860,46757,1610788667.205285,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ+úŒ','Mozilla/5.0 (Android 11; Mobile; rv:68.0) Gecko/68.0 Firefox/84.0'),(14861,46757,1610788667.210573,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ+úŒ','Mozilla/5.0 (Android 11; Mobile; rv:68.0) Gecko/68.0 Firefox/84.0'),(14862,46773,1610820905.128444,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿÓé','Mozilla/5.0 (Android 11; Mobile; rv:68.0) Gecko/68.0 Firefox/84.0'),(14863,46774,1610824689.088543,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ‡”!^','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/68.0.3440.106 Chrome/68.0.3440.106 Safari/537.36'),(14864,46779,1610834319.404218,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ[Àg\"','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:55.0) Gecko/20100101 Firefox/55.0'),(14865,46788,1610858969.151805,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ”Haö','Mozilla/5.0 (Linux; Android 11; SM-A205U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Mobile Safari/537.36'),(14866,46796,1610893699.774434,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿá','Mozilla/5.0 (Android 11; Mobile; LG-M255; rv:84.0) Gecko/84.0 Firefox/84.0'),(14867,46796,1610893699.792534,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿá','Mozilla/5.0 (Android 11; Mobile; LG-M255; rv:84.0) Gecko/84.0 Firefox/84.0'),(14868,46798,1610902750.417246,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ2>°j','Mozilla/5.0 (Android 11; Mobile; LG-M255; rv:84.0) Gecko/84.0 Firefox/84.0'),(14869,46800,1610910166.876372,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿâS','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14870,46801,1610910167.803568,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿâS','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14871,46802,1610910223.867831,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿâS','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14872,46803,1610910284.904416,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿâS','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14873,46804,1610910468.481358,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿâS','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14874,46805,1610910532.314690,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿâS','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14875,46827,1610911260.536080,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿâS','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14876,46827,1610911260.546571,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿâS','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14877,46828,1610911321.439330,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿâS','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14878,46829,1610911385.536811,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿâS','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14879,46849,1610912055.988710,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿâS','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14880,46850,1610912114.979626,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿâS','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14881,46851,1610912237.080005,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿâS','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14882,46852,1610912298.950587,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿâS','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14883,46852,1610912298.957154,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿâS','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14884,46868,1610930338.476475,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÙŠÀd','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; InfoPath.1; .NET CLR 2.0.50727)'),(14885,46871,1610939150.682988,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ[Hp','Mozilla/5.0 (Android 11; Mobile; rv:68.0) Gecko/68.0 Firefox/84.0'),(14886,46871,1610939150.697958,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ[Hp','Mozilla/5.0 (Android 11; Mobile; rv:68.0) Gecko/68.0 Firefox/84.0'),(14887,46872,1610941619.214449,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹Üe','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36 OPR/55.0.2994.61'),(14888,46873,1610942847.727775,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ ™™”','Mozilla/5.0 (Linux; Android 11; LM-Q710(FGN)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Mobile Safari/537.36'),(14889,46875,1610946470.147491,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿâS','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14890,46876,1610946577.255012,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿâS','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14891,46876,1610946577.270841,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿâS','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14892,46877,1610946639.453776,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿâS','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14893,46878,1610946699.658288,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿâS','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14894,46916,1610948042.969652,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿâS','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14895,46966,1610949321.700741,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿâS','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14896,46967,1610949383.206811,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿâS','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14897,46968,1610949447.941052,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿâS','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14898,46969,1610949505.471905,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿâS','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14899,47006,1610950862.252420,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿâS','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14900,47007,1610950926.550042,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿâS','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14901,47027,1610951657.384835,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿâS','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14902,47027,1610951657.391535,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿâS','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14903,47109,1610954163.454996,1,'loginFailInvalidUsername','mail',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹Üe','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36'),(14904,47112,1610954278.278782,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿâS','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14905,47112,1610954278.286222,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿâS','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14906,47113,1610954522.368639,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿâS','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14907,47114,1610954647.253974,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿâS','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14908,47115,1610954767.465915,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿâS','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(14909,47147,1610955789.884673,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿÓ/J%','Mozilla/5.0 (Linux; Android 11; LM-X420) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Mobile Safari/537.36'),(14910,47201,1610957399.964933,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿY$àô','Mozilla/5.0 (Linux; Android 7.0; Lenovo K33b36 Build/NRD90N; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/65.0.3325.109 Mobile Safari/537.36 Instagram 41.0.0.13.92 Android (24/7.0; 480dpi; 1080x1920; LENOVO/Lenovo; Lenovo K33b36; K33b36; qcom; pt_BR; 103516666)'),(14911,47208,1610959919.116726,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.16 Safari/537.36'),(14912,47208,1610959919.132030,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.16 Safari/537.36'),(14913,47209,1610959939.175044,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.16 Safari/537.36'),(14914,47210,1610959955.820300,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.16 Safari/537.36'),(14915,47211,1610959977.694029,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.16 Safari/537.36'),(14916,47212,1610960001.817431,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.16 Safari/537.36'),(14917,47213,1610960022.642129,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.16 Safari/537.36'),(14918,47214,1610960049.693037,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ4<½s','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.16 Safari/537.36'),(14919,47280,1610965478.413863,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿU€Ž*','Mozilla/5.0 (iPhone; CPU iPhone OS 14_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/87.0.4280.77 Mobile/15E148 Safari/604.1'),(14920,47280,1610965478.430673,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿU€Ž*','Mozilla/5.0 (iPhone; CPU iPhone OS 14_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/87.0.4280.77 Mobile/15E148 Safari/604.1'),(14921,47281,1610966179.115413,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÔ¢','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36'),(14922,47282,1610967989.965776,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÀ_‰','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36'),(14923,47285,1610974168.344012,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÃÎ·Ï','Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.186 YaBrowser/18.3.1.1232 Yowser/2.5 Safari/537.36'),(14924,47287,1610980918.049230,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¢ñ{$','Mozilla/5.0 (Linux; Android 11; SM-A102U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Mobile Safari/537.36'),(14925,47287,1610980918.055841,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¢ñ{$','Mozilla/5.0 (Linux; Android 11; SM-A102U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Mobile Safari/537.36'),(14926,47290,1610984741.132826,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿY.mÔ','Mozilla/5.0 (Linux; Android 11; SM-A205U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Mobile Safari/537.36'),(14927,47291,1610984871.361500,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ3&é]','Mozilla/5.0 (iPad; CPU OS 11_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/11.0 Mobile/15E148 Safari/604.1'),(14928,47293,1610991458.543284,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿT*r','Mozilla/5.0 (iPhone; CPU iPhone OS 12_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 [FBAN/FBIOS;FBDV/iPhone10,5;FBMD/iPhone;FBSN/iOS;FBSV/12.4.1;FBSS/3;FBID/phone;FBLC/en_US;FBOP/5;FBCR/AT&T]'),(14929,47295,1610998070.495596,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹¥¨å','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:56.0) Gecko/20100101 Firefox/56.0'),(14930,47296,1611000409.177403,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿYù@¤','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.186 YaBrowser/18.3.1.1232 Yowser/2.5 Safari/537.36'),(14931,47298,1611005138.379542,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿDAz›','Mozilla/5.0 (Linux; Android 11; SM-A102U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Mobile Safari/537.36'),(14932,47303,1611018231.667686,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿVi	','Mozilla/5.0 (Linux; U; Android 4.4.4; en-US; XT1022 Build/KXC21.5-40) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 UCBrowser/10.7.0.636 U3/0.8.0 Mobile Safari/534.30'),(14933,47311,1611043403.013235,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹ì*','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 YaBrowser/17.3.0.1785 Yowser/2.5 Safari/537.36'),(14934,47312,1611045862.352505,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÆGàY','Mozilla/5.0 (Android 11; Mobile; rv:68.0) Gecko/68.0 Firefox/84.0'),(14935,47313,1611051007.013983,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ#Öá€','Mozilla/5.0 (iPhone; CPU iPhone OS 14_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0 Mobile/15E148 Safari/604.1'),(14936,47314,1611051317.575865,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ²ï­°','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 YaBrowser/18.4.0.2080 Yowser/2.5 Safari/537.36'),(14937,47316,1611060734.541507,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÂ#é¤','Mozilla/5.0 (Linux; Android 6.0; vivo 1606 Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.124 Mobile Safari/537.36'),(14938,47318,1611068924.528172,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹ÜFÉ','Mozilla/5.0 (Linux; Android 7.0; Moto G (5) Build/NPPS25.137-93-4; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/65.0.3325.109 Mobile Safari/537.36 Instagram 37.0.0.21.97 Android (24/7.0; 480dpi; 1080x1776; motorola; Moto G (5); cedric; qcom; pt_BR; 98288242)'),(14939,47319,1611072482.796571,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ_ws','Mozilla/5.0 (Linux; Android 9; EML-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4'),(14940,47320,1611072635.125627,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ—jt:','Mozilla/5.0 (Linux; Android 9; LLD-L31) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4'),(14941,47321,1611072929.775619,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ-WPÀ','Mozilla/5.0 (Linux; Android 9; ELE-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4'),(14942,47324,1611075232.812133,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿN.³','Mozilla/5.0 (Linux; Android 9; C106) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4'),(14943,47326,1611077153.295740,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹àŠ\'','Mozilla/5.0 (Linux; Android 9; Mi A2 Lite) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4'),(14944,47328,1611078793.406627,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ^','Mozilla/5.0 (Linux; Android 9; JSN-L21) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Mobile Safari/537.36 wp-android/16.4'),(14945,47329,1611078805.627401,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ%xÑÄ','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36 OPR/52.0.2871.99'),(14946,47330,1611079675.445172,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿH§¾','Mozilla/5.0 (Linux; Android 9; GM 8 d) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4'),(14947,47333,1611081922.568820,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ2Wø2','Mozilla/5.0 (Linux; Android 9; Mi A2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4'),(14948,47334,1611082242.668469,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹(','Mozilla/5.0 (Linux; Android 9; JSN-L21) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4'),(14949,47338,1611084456.617906,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÂ;¤F','Mozilla/5.0 (Linux; Android 9; COL-L29 Build/HUAWEICOL-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 YaApp_Android/9.75 YaSearchBrowser/9.75 wp-android/16.4'),(14950,47339,1611085533.409651,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ^¿â','Mozilla/5.0 (Linux; Android 9; JSN-L21) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Mobile Safari/537.36 wp-android/16.4'),(14951,47341,1611086912.228415,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¢ÖP%','Mozilla/5.0 (Linux; Android 9; HRY-LX1 Build/HONORHRY-L21) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 YaApp_Android/9.70 YaSearchBrowser/9.70 wp-android/16.4'),(14952,47342,1611087005.315598,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹à‰/','Mozilla/5.0 (Linux; Android 8.1.0; ZTE BLADE V0920) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.92 Mobile Safari/537.36 wp-android/16.4'),(14953,47345,1611088706.115808,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿˆ+S','Mozilla/5.0 (Linux; Android 9; FIG-LX1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4'),(14954,47346,1611088954.585576,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿÜhØ','Mozilla/5.0 (Linux; Android 9; JSN-L21) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.116 Mobile Safari/537.36,gzip(gfe) wp-android/16.4'),(14955,47347,1611089025.479651,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿÎ½#¹','Mozilla/5.0 (Linux; Android 9; LLD-L31) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.92 Mobile Safari/537.36 wp-android/16.4'),(14956,47349,1611090463.992207,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿQ“','Mozilla/5.0 (Linux; Android 9; Mi 9 SE) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.116 Mobile Safari/537.36 OPR/55.1.2719.50626 wp-android/16.4'),(14957,47351,1611093024.544384,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿÀ¾ò','Mozilla/5.0 (Linux; Android 9; COL-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.111 Mobile Safari/537.36 wp-android/16.4'),(14958,47352,1611093074.030751,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ]_Ø%','Mozilla/5.0 (Linux; Android 9; LLD-L31) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.92 Mobile Safari/537.36 wp-android/16.4'),(14959,47353,1611094584.593574,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ]¼ ','Mozilla/5.0 (Linux; Android 9; MI 8 Lite) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4'),(14960,47357,1611097505.200065,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿQX4w','Mozilla/5.0 (Linux; Android 9; JSN-L21) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.116 Mobile Safari/537.36 wp-android/16.4'),(14961,47358,1611097614.074817,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹à‰†','Mozilla/5.0 (Linux; Android 9; COL-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.96 Mobile Safari/537.36 wp-android/16.4'),(14962,47361,1611100047.480388,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ-WP±','Mozilla/5.0 (Linux; Android 9; COL-L29 Build/HUAWEICOL-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 YaBrowser/17.11.0.542.00 Mobile Safari/537.36 wp-android/16.4'),(14963,47362,1611101335.392526,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿÕ¾r','Mozilla/5.0 (Linux; Android 9; meizu note9) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4'),(14964,47363,1611102077.519055,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ-\rü.','Mozilla/5.0 (Linux; Android 9; H8324) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4'),(14965,47364,1611103015.883790,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ-TÌ{','Mozilla/5.0 (Linux; Android 9; MI 8 Lite Build/PKQ1.181007.001) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 YaApp_Android/9.70 YaSearchBrowser/9.70 wp-android/16.4'),(14966,47371,1611107413.209775,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹àŠÈ','Mozilla/5.0 (Linux; Android 9; HRY-LX1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4'),(14967,47371,1611107413.227340,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹àŠÈ','Mozilla/5.0 (Linux; Android 9; HRY-LX1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4'),(14968,47445,1611108515.533736,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿg™','Mozilla/5.0 (Linux; Android 9; ELE-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4'),(14969,47445,1611108515.540706,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿg™','Mozilla/5.0 (Linux; Android 9; ELE-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4'),(14970,47448,1611111058.381409,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿˆ\'•','Mozilla/5.0 (Linux; Android 9; BND-L21) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4'),(14971,47449,1611111535.516021,1,'loginFailInvalidUsername','mail',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹Üe‹','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_3) AppleWebKit/604.5.6 (KHTML, like Gecko) Version/11.0.3 Safari/604.5.6'),(14972,47450,1611112352.839388,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ[êÃµ','Mozilla/5.0 (Linux; Android 9; LLD-L31) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.92 Mobile Safari/537.36 wp-android/16.4'),(14973,47453,1611113923.165565,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ¢Ö¬É','Mozilla/5.0 (Linux; Android 9; JAT-LX1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.136 Mobile Safari/537.36 wp-android/16.4'),(14974,47455,1611115336.616491,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ?ú&Ø','Mozilla/5.0 (Linux; Android 9; BV9500Plus) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Mobile Safari/537.36 OPR/54.3.2672.50220 wp-android/16.4'),(14975,47456,1611116616.792857,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÂ;¤&','Mozilla/5.0 (Linux; Android 9; HMA-L29 Build/HUAWEIHMA-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 YaApp_Android/9.70 YaSearchBrowser/9.70 wp-android/16.4'),(14976,47459,1611119318.672762,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿˆ\'ð','Mozilla/5.0 (Linux; Android 9; Mi A1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4'),(14977,47461,1611121564.377430,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿQX4;','Mozilla/5.0 (Linux; Android 9; ELE-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4'),(14978,47462,1611122096.831710,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿÀ¹QÖ','Mozilla/5.0 (Linux; Android 8.1.0; ZTE BLADE V0920) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.92 Mobile Safari/537.36 wp-android/16.4'),(14979,47463,1611122686.490436,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ+úù','Mozilla/5.0 (Linux; Android 9; COL-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.79 Mobile Safari/537.36 wp-android/16.4'),(14980,47464,1611122795.455952,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÆ.†õ','Mozilla/5.0 (Linux; Android 9; G8142) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4'),(14981,47466,1611124443.856044,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¢ñ”','Mozilla/5.0 (Linux; Android 9; HMA-L29 Build/HUAWEIHMA-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 YaApp_Android/9.70 YaSearchBrowser/9.70 wp-android/16.4'),(14982,47467,1611124706.159121,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ	î','Mozilla/5.0 (Linux; Android 9; CLT-L29 Build/HUAWEICLT-L29; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/78.0.3904.108 Mobile Safari/537.36 GSA/10.87.15.21.arm64 wp-android/16.4'),(14983,47468,1611125606.170406,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹àŠÈ','Mozilla/5.0 (Linux; Android 9; LLD-L31) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4'),(14984,47469,1611125884.471234,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÕ¾K','Mozilla/5.0 (Linux; Android 9; JSN-L21 Build/HONORJSN-L21; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/78.0.3904.108 Mobile Safari/537.36 GSA/10.87.15.21.arm64 wp-android/16.4'),(14985,47470,1611127105.523885,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿF(ÜF','Mozilla/5.0 (Linux; Android 9; EML-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.62 Mobile Safari/537.36 wp-android/16.4'),(14986,47472,1611128597.683607,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ.¬8','Mozilla/5.0 (Linux; Android 9; HRY-LX1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.79 Mobile Safari/537.36 wp-android/16.4'),(14987,47473,1611129004.003069,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿˆ\'•','Mozilla/5.0 (Linux; Android 9; MI 6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4'),(14988,47474,1611130285.954786,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿQX4<','Mozilla/5.0 (Linux; Android 9; HRY-LX1 Build/HONORHRY-LX1; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/68.0.3440.91 Mobile Safari/537.36 YandexSearch/7.80 YandexSearchBrowser/7.80 wp-android/16.4'),(14989,47475,1611130293.087149,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹q','Mozilla/5.0 (Linux; Android 9; ELE-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4'),(14990,47477,1611131475.009659,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿÂœ','Mozilla/5.0 (Linux; Android 9; BND-L21 Build/HONORBND-L21) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 YaApp_Android/9.65 YaSearchBrowser/9.65 wp-android/16.4'),(14991,47478,1611131867.542292,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿœCÞ.','Mozilla/5.0 (Linux; Android 9; Mi A2 Lite) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.116 Mobile Safari/537.36 wp-android/16.4'),(14992,47479,1611132630.331310,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿÆ6rH','Mozilla/5.0 (Linux; Android 9; KSA-LX9) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 wp-android/16.4'),(14993,47479,1611132630.338119,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿÆ6rH','Mozilla/5.0 (Linux; Android 9; KSA-LX9) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 wp-android/16.4'),(14994,47480,1611133366.297160,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÆ»&','Mozilla/5.0 (Linux; Android 9; JSN-L21 Build/HONORJSN-L21; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/78.0.3904.108 Mobile Safari/537.36 GSA/10.87.15.21.arm64 wp-android/16.4'),(14995,47480,1611133366.314203,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÆ»&','Mozilla/5.0 (Linux; Android 9; JSN-L21 Build/HONORJSN-L21; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/78.0.3904.108 Mobile Safari/537.36 GSA/10.87.15.21.arm64 wp-android/16.4'),(14996,47481,1611134657.745567,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ™\\–','Mozilla/5.0 (Linux; Android 9; JSN-L21) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4'),(14997,47481,1611134657.754078,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ™\\–','Mozilla/5.0 (Linux; Android 9; JSN-L21) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4'),(14998,47482,1611135066.546597,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ^²','Mozilla/5.0 (Linux; Android 9; HRY-LX1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36,gzip(gfe) wp-android/16.4'),(14999,47482,1611135066.554327,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ^²','Mozilla/5.0 (Linux; Android 9; HRY-LX1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36,gzip(gfe) wp-android/16.4'),(15000,47483,1611135998.549953,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ-‚ä','Mozilla/5.0 (Linux; Android 9; JAT-L41) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 YaBrowser/19.6.4.349.00 Mobile Safari/537.36 wp-android/16.4'),(15001,47485,1611137149.439552,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹Í','Mozilla/5.0 (Linux; Android 9; HMA-L29 Build/HUAWEIHMA-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 YaApp_Android/9.70 YaSearchBrowser/9.70 wp-android/16.4'),(15002,47485,1611137149.446920,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹Í','Mozilla/5.0 (Linux; Android 9; HMA-L29 Build/HUAWEIHMA-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 YaApp_Android/9.70 YaSearchBrowser/9.70 wp-android/16.4'),(15003,47486,1611138207.903716,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ™\\–','Mozilla/5.0 (Linux; Android 9; COL-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.111 Mobile Safari/537.36 wp-android/16.4'),(15004,47487,1611138791.309444,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹ÉÐ','Mozilla/5.0 (Linux; Android 9; HRY-LX1T Build/HONORHRY-LX1T; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/74.0.3729.136 Mobile Safari/537.36 YandexSearch/7.30 YandexSearchBrowser/7.30 wp-android/16.4'),(15005,47488,1611140228.145548,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿœCÞš','Mozilla/5.0 (Linux; Android 9.0; Redmi Note 7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4'),(15006,47490,1611141147.975113,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿÜhØ','Mozilla/5.0 (Linux; Android 9; MI 8 Lite Build/PKQ1.181007.001) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 YaApp_Android/9.70 YaSearchBrowser/9.70 wp-android/16.4'),(15007,47493,1611143280.548070,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÂ;¤7','Mozilla/5.0 (Linux; Android 9; HRY-LX1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.73 Mobile Safari/537.36 wp-android/16.4'),(15008,47494,1611144122.148529,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ-‚ä–','Mozilla/5.0 (Linux; Android 9; BV9500Plus) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Mobile Safari/537.36 OPR/54.3.2672.50220 wp-android/16.4'),(15009,47496,1611145756.954581,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ_¨¦4','Mozilla/5.0 (Linux; Android 9; HRY-LX1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.73 Mobile Safari/537.36 wp-android/16.4'),(15010,47497,1611146106.395820,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿVk+:','Mozilla/5.0 (Linux; Android 9; MAR-LX1M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4'),(15011,47498,1611147597.025865,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ^','Mozilla/5.0 (Linux; Android 9; Mi A1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.89 Mobile Safari/537.36 wp-android/16.4'),(15012,47499,1611147677.190114,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹à‰','Mozilla/5.0 (Linux; Android 9; Mi 9T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4'),(15013,47500,1611149175.524555,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¬hö','Mozilla/5.0 (Linux; Android 9; CPH1923) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.79 Mobile Safari/537.36 wp-android/16.4'),(15014,47502,1611150242.187218,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ¢ñæA','Mozilla/5.0 (Linux; Android 9; MAR-LX1M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4'),(15015,47504,1611151976.334829,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿY.jz','Mozilla/5.0 (Linux; Android 9; C106) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4'),(15016,47505,1611152364.854905,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ^íJ¯','Mozilla/5.0 (Linux; Android 9; Mi A1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4'),(15017,47506,1611153236.665140,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿÀ¹Ru','Mozilla/5.0 (Linux; Android 9; MI 8 Lite Build/PKQ1.181007.001) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 YaApp_Android/9.70 YaSearchBrowser/9.70 wp-android/16.4'),(15018,47507,1611154146.405797,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹ÉÝ','Mozilla/5.0 (Linux; Android 9; KSA-LX9) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 wp-android/16.4'),(15019,47509,1611155733.524631,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ-‚äø','Mozilla/5.0 (Linux; Android 9; FIG-LX1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4'),(15020,47510,1611155971.017926,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿQX4=','Mozilla/5.0 (Linux; Android 9; JSN-L21) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Mobile Safari/537.36 wp-android/16.4'),(15021,47517,1611159171.538825,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹Ò‘\n','Mozilla/5.0 (Linux; Android 9; G8441) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4'),(15022,47518,1611160102.202489,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿª¦~','Mozilla/5.0 (Linux; Android 9; Mi A2 Lite Build/PKQ1.180917.001) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 YaApp_Android/9.70 YaSearchBrowser/9.70 wp-android/16.4'),(15023,47519,1611160661.534879,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿª¦~','Mozilla/5.0 (Linux; Android 9; HRY-LX1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4'),(15024,47524,1611164057.539487,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ]_Ø(','Mozilla/5.0 (Linux; Android 9; H8324) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4'),(15025,47525,1611165035.902450,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿª¥/','Mozilla/5.0 (Linux; Android 9; H8324) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4'),(15026,47527,1611167106.467910,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹àŠm','Mozilla/5.0 (Linux; Android 9; HRY-LX1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.116 Mobile Safari/537.36 wp-android/16.4'),(15027,47530,1611168846.699684,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹Aï+','Mozilla/5.0 (Linux; Android 9; LLD-L31) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Mobile Safari/537.36 wp-android/16.4'),(15028,47531,1611169069.688816,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÆGð ','Mozilla/5.0 (Linux; Android 9; BND-L21 Build/HONORBND-L21) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 YaApp_Android/9.65 YaSearchBrowser/9.65 wp-android/16.4'),(15029,47533,1611171096.675051,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿQX4J','Mozilla/5.0 (Linux; Android 9; MAR-LX1M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.116 Mobile Safari/537.36 wp-android/16.4'),(15030,47535,1611172380.155900,1,'loginFailInvalidUsername','noitirtunshtur',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ3&@ˆ','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_3) AppleWebKit/604.5.6 (KHTML, like Gecko) Version/11.0.3 Safari/604.5.6'),(15031,47536,1611172572.116197,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÜnÜ','Mozilla/5.0 (Linux; Android 9; GM 8 d) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4'),(15032,47537,1611173439.174085,1,'loginFailInvalidUsername','nimda',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ3M—M','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36'),(15033,47538,1611174416.808259,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ¢ñæA','Mozilla/5.0 (Linux; Android 9; HRY-LX1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.73 Mobile Safari/537.36 wp-android/16.4'),(15034,47541,1611176008.884297,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿgñ€G','Mozilla/5.0 (Linux; Android 9; HRY-LX1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4'),(15035,47545,1611177176.882616,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹è!','Mozilla/5.0 (Linux; Android 9; JSN-L21) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Mobile Safari/537.36 wp-android/16.4'),(15036,47547,1611178266.513549,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿDAz‰','Mozilla/5.0 (Linux; Android 9; JSN-L21) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.116 Mobile Safari/537.36 wp-android/16.4'),(15037,47549,1611179599.016134,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÆ6rH','Mozilla/5.0 (Linux; Android 9; HRY-LX1T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.136 Mobile Safari/537.36 wp-android/16.4'),(15038,47550,1611180678.241533,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿª¡','Mozilla/5.0 (Linux; Android 9; G8142) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4'),(15039,47553,1611182617.710538,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿª¡','Mozilla/5.0 (Linux; Android 9; HRY-LX1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Mobile Safari/537.36 wp-android/16.4'),(15040,47554,1611183599.696026,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ—jtN','Mozilla/5.0 (Linux; Android 9; JAT-L41) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 YaBrowser/19.6.4.349.00 Mobile Safari/537.36 wp-android/16.4'),(15041,47555,1611184200.258759,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿg\"','Mozilla/5.0 (Linux; Android 9; H8324) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4'),(15042,47557,1611185407.071640,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹n','Mozilla/5.0 (Linux; Android 9; COL-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.96 Mobile Safari/537.36 wp-android/16.4'),(15043,47558,1611185588.060527,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ-WPÞ','Mozilla/5.0 (Linux; Android 9; HRY-LX1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Mobile Safari/537.36 wp-android/16.4'),(15044,47564,1611191640.993326,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹É\n','Mozilla/5.0 (Linux; Android 9; Mi A1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.90 Mobile Safari/537.36 wp-android/16.4'),(15045,47566,1611193388.523528,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ¿e2Œ','Mozilla/5.0 (Linux; Android 9; Mi A2 Lite Build/PKQ1.180917.001) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 YaApp_Android/9.70 YaSearchBrowser/9.70 wp-android/16.4'),(15046,47567,1611193917.739935,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹hù','Mozilla/5.0 (Linux; Android 9; GM 8 d) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4'),(15047,47569,1611194957.692321,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ	zØ','Mozilla/5.0 (Linux; Android 9; ASUS_X00TD) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4'),(15048,47570,1611195547.658205,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹àŠÈ','Mozilla/5.0 (Linux; Android 9; LLD-L21) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4'),(15049,47573,1611199289.616472,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÂœ>','Mozilla/5.0 (Linux; Android 9; HRY-LX1T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.136 Mobile Safari/537.36 wp-android/16.4'),(15050,47574,1611200499.614972,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿQ®','Mozilla/5.0 (Linux; Android 9; G8441 Build/47.2.A.11.228) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 YaBrowser/18.4.0.659.00 Mobile Safari/537.36 wp-android/16.4'),(15051,47575,1611201899.987255,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿª¥/','Mozilla/5.0 (Linux; Android 9; HRY-LX1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.116 Mobile Safari/537.36 wp-android/16.4'),(15052,47581,1611205970.757630,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹à‰`','Mozilla/5.0 (Linux; Android 9; LLD-L31) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4'),(15053,47582,1611206822.875647,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹àŠ','Mozilla/5.0 (Linux; Android 9; HRY-LX1 Build/HONORHRY-L21) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 YaApp_Android/9.70 YaSearchBrowser/9.70 wp-android/16.4'),(15054,47584,1611208478.502423,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿJÐ;?','Mozilla/5.0 (Linux; Android 9; meizu note9) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4'),(15055,47585,1611209927.956371,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹àŠ','Mozilla/5.0 (Linux; Android 9; Mi A2 Lite) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4'),(15056,47586,1611210789.082269,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ-c','Mozilla/5.0 (Linux; Android 9; G8441 Build/47.2.A.11.228) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 YaBrowser/18.4.0.659.00 Mobile Safari/537.36 wp-android/16.4'),(15057,47588,1611212429.364101,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÜô','Mozilla/5.0 (Linux; Android 9; ELE-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4'),(15058,47588,1611212429.372340,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÜô','Mozilla/5.0 (Linux; Android 9; ELE-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4'),(15059,47593,1611215398.317252,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÊµ§','Mozilla/5.0 (Linux; Android 9; BND-L21 Build/HONORBND-L21; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/79.0.3945.79 Mobile Safari/537.36 YandexSearch/9.70 YandexSearchWebView/9.70 wp-android/16.4'),(15060,47593,1611215398.334248,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÊµ§','Mozilla/5.0 (Linux; Android 9; BND-L21 Build/HONORBND-L21; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/79.0.3945.79 Mobile Safari/537.36 YandexSearch/9.70 YandexSearchWebView/9.70 wp-android/16.4'),(15061,47598,1611219248.304055,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹n','Mozilla/5.0 (Linux; Android 9; GM 8 d) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4'),(15062,47598,1611219248.322171,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹n','Mozilla/5.0 (Linux; Android 9; GM 8 d) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4'),(15063,47599,1611220019.157502,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿQì','Mozilla/5.0 (Linux; Android 9; JSN-L21) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.116 Mobile Safari/537.36 wp-android/16.4'),(15064,47600,1611220468.240394,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹QC','Mozilla/5.0 (Linux; Android 9; COL-L29 Build/HUAWEICOL-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 YaBrowser/18.10.2.188.00 Mobile Safari/537.36 wp-android/16.4'),(15065,47602,1611221589.299109,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ#Ð>','Mozilla/5.0 (Linux; Android 9; G8441) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4'),(15066,47604,1611223109.298328,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ-WPÀ','Mozilla/5.0 (Linux; Android 9; COL-L29 Build/HUAWEICOL-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 YaBrowser/18.10.2.188.00 Mobile Safari/537.36 wp-android/16.4'),(15067,47606,1611225441.601543,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ\\ù,v','Mozilla/5.0 (Linux; Android 9; Mi 9 SE) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4'),(15068,47607,1611225810.898781,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ\\ù,v','Mozilla/5.0 (Linux; Android 9; MAR-LX1M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.116 Mobile Safari/537.36 wp-android/16.4'),(15069,47608,1611226993.040882,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿÜh†','Mozilla/5.0 (Linux; Android 9; JSN-L21 Build/HONORJSN-L21; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/78.0.3904.108 Mobile Safari/537.36 GSA/10.87.15.21.arm64 wp-android/16.4'),(15070,47610,1611228879.293320,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ¬h‹2','Mozilla/5.0 (Linux; Android 9; JSN-L21) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4'),(15071,47614,1611231212.322408,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ„”ÿÆ','Mozilla/5.0 (Linux; Android 9; LLD-L31) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.92 Mobile Safari/537.36 wp-android/16.4'),(15072,47616,1611233058.523272,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹n','Mozilla/5.0 (Linux; Android 9; G8441 Build/47.2.A.11.228) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 YaBrowser/18.4.0.659.00 Mobile Safari/537.36 wp-android/16.4'),(15073,47617,1611234219.124371,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ-\rü•','Mozilla/5.0 (Linux; Android 9; Mi A2 Lite Build/PKQ1.180917.001) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 YaApp_Android/9.70 YaSearchBrowser/9.70 wp-android/16.4'),(15074,47618,1611235237.737308,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿÜhØ','Mozilla/5.0 (Linux; Android 9; MAR-LX1M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4'),(15075,47619,1611235994.530940,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹Ö‚','Mozilla/5.0 (Linux; Android 9; meizu note9) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4'),(15076,47641,1611236841.898656,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–w-','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(15077,47642,1611236901.089313,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–w-','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(15078,47664,1611237579.374693,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–w-','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(15079,47665,1611238082.078387,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿCÜ¿Ò','Mozilla/5.0 (Linux; Android 9; ALP-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.79 Mobile Safari/537.36 wp-android/16.4'),(15080,47668,1611240314.040001,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÂœŒ','Mozilla/5.0 (Linux; Android 9; JSN-L21 Build/HONORJSN-L21; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/74.0.3729.136 Mobile Safari/537.36 YandexSearch/8.11 YandexSearchBrowser/8.11 wp-android/16.4'),(15081,47670,1611241639.974858,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ-WS\'','Mozilla/5.0 (Linux; Android 9; FLA-LX1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4'),(15082,47676,1611247900.805188,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿˆ\'•','Mozilla/5.0 (Linux; Android 9; LLD-L31) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Mobile Safari/537.36 wp-android/16.4'),(15083,47677,1611248932.267819,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ9YA','Mozilla/5.0 (Linux; Android 9; HMA-L29 Build/HUAWEIHMA-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 YaApp_Android/9.70 YaSearchBrowser/9.70 wp-android/16.4'),(15084,47678,1611251021.564937,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ\\ù-','Mozilla/5.0 (Linux; Android 9; JSN-L21) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4'),(15085,47679,1611252279.625839,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿˆ\'“','Mozilla/5.0 (Linux; Android 9; MAR-LX1M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.116 Mobile Safari/537.36 wp-android/16.4'),(15086,47681,1611254671.292162,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ²>pV','Mozilla/5.0 (Linux; Android 9; MI 6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4'),(15087,47682,1611255289.211374,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿg*n','Mozilla/5.0 (Linux; Android 9; H8324) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4'),(15088,47683,1611255561.818909,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ\\ù,','Mozilla/5.0 (Linux; Android 9; COL-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.111 Mobile Safari/537.36 wp-android/16.4'),(15089,47684,1611256030.142878,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ#ÖÂc','Mozilla/5.0 (Linux; Android 9; HRY-LX1T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.136 Mobile Safari/537.36 wp-android/16.4'),(15090,47685,1611256823.318183,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹É\n=','Mozilla/5.0 (Linux; Android 9; FIG-LX1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4'),(15091,47686,1611257979.605187,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ°hk','Mozilla/5.0 (Linux; Android 9; COL-L29 Build/HUAWEICOL-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 YaApp_Android/9.70 YaSearchBrowser/9.70 wp-android/16.4'),(15092,47688,1611259521.490060,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿÜhº','Mozilla/5.0 (Linux; Android 9; HRY-LX1 Build/HONORHRY-L21) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 YaBrowser/17.11.0.542.00 Mobile Safari/537.36 wp-android/16.4'),(15093,47689,1611260560.119375,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿµÚZ','Mozilla/5.0 (Linux; Android 9; HRY-LX1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.73 Mobile Safari/537.36 wp-android/16.4'),(15094,47690,1611261491.856351,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿÏ”zý','Mozilla/5.0 (Linux; Android 9; MI 8 Lite) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4'),(15095,47697,1611265073.989543,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ#Îj|','Mozilla/5.0 (Linux; Android 9; Mi 9T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4'),(15096,47698,1611266250.138588,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¢ûU†','Mozilla/5.0 (Linux; Android 9; COL-L29 Build/HUAWEICOL-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 YaApp_Android/9.70 YaSearchBrowser/9.70 wp-android/16.4'),(15097,47699,1611266310.579881,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ-TÌÚ','Mozilla/5.0 (Linux; Android 9; C106) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4'),(15098,47702,1611269009.807019,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ¸šÎ','Mozilla/5.0 (Linux; Android 9; LLD-L31) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.92 Mobile Safari/537.36 wp-android/16.4'),(15099,47703,1611269119.164915,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿø˜','Mozilla/5.0 (Linux; Android 9; MAR-LX1M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.116 Mobile Safari/537.36 wp-android/16.4'),(15100,47705,1611270892.600857,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ—jtý','Mozilla/5.0 (Linux; Android 9; Mi A2 Lite) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.116 Mobile Safari/537.36 wp-android/16.4'),(15101,47710,1611275681.223452,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹](','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.10) Gecko/20050716 Firefox/1.0.6'),(15102,47711,1611276329.494415,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÀ¹QÖ','Mozilla/5.0 (Linux; Android 9; MAR-LX1M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4'),(15103,47713,1611278213.752968,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ_Ù(Ö','Mozilla/5.0 (Linux; Android 9; CPH1923) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4'),(15104,47715,1611279004.182610,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(15105,47715,1611279004.189712,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(15106,47723,1611279420.422071,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ-‚ä–','Mozilla/5.0 (Linux; Android 9; COL-L29 Build/HUAWEICOL-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 YaApp_Android/9.66 YaSearchBrowser/9.66 wp-android/16.4'),(15107,47754,1611280420.897776,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(15108,47755,1611280541.521292,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(15109,47782,1611281541.193784,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÆGñ','Mozilla/5.0 (Linux; Android 9; ELE-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4'),(15110,47788,1611281705.306793,1,'loginFailInvalidUsername','liam',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ‡”!“','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:60.0) Gecko/20100101 Firefox/60.0'),(15111,47792,1611281771.660127,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿË—©l','Mozilla/5.0 (Linux; Android 9; HRY-LX1 Build/HONORHRY-L21) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 YaApp_Android/9.70 YaSearchBrowser/9.70 wp-android/16.4'),(15112,47797,1611281959.429093,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(15113,47819,1611282629.490719,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(15114,47820,1611282690.470683,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(15115,47841,1611283379.957718,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(15116,47842,1611283437.867525,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(15117,47843,1611283502.241816,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(15118,47844,1611283559.918048,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(15119,47845,1611283622.196370,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(15120,47846,1611283684.822409,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(15121,47847,1611283745.074032,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(15122,47848,1611283806.729266,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(15123,47849,1611283869.655505,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(15124,47850,1611283971.968754,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿÂœ>','Mozilla/5.0 (Linux; Android 9; KSA-LX9) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 wp-android/16.4'),(15125,47852,1611283992.242553,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(15126,47853,1611284049.945291,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(15127,47875,1611286062.923297,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿÂ;¤$','Mozilla/5.0 (Linux; Android 9; JAT-LX1 Build/HONORJAT-LX1; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/74.0.3729.136 Mobile Safari/537.36 YandexSearch/7.30 YandexSearchBrowser/7.30 wp-android/16.4'),(15128,47880,1611291154.423397,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÂœ>','Mozilla/5.0 (Linux; Android 9; HRY-LX1T Build/HONORHRY-LX1T; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/74.0.3729.136 Mobile Safari/537.36 YandexSearch/7.30 YandexSearchBrowser/7.30 wp-android/16.4'),(15129,47881,1611291693.722841,1,'loginFailInvalidUsername','nimda',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ3QW2','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit/537.75.14 (KHTML, like Gecko) Version/7.0.3 Safari/7046A194A'),(15130,47882,1611292501.451364,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿQX4Q','Mozilla/5.0 (Linux; Android 9; HRY-LX1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36,gzip(gfe) wp-android/16.4'),(15131,47883,1611292721.136597,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÂ#é%','Mozilla/5.0 (Linux; U; Android 4.2.2; pl-pl; SM-T110 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30'),(15132,47887,1611296480.199112,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹à‰°','Mozilla/5.0 (Linux; Android 9; COL-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.111 Mobile Safari/537.36 wp-android/16.4'),(15133,47888,1611297391.308157,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÜhØ','Mozilla/5.0 (Linux; Android 9; Mi A2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4'),(15134,47889,1611298572.793153,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ-WPÀ','Mozilla/5.0 (Linux; Android 9; HRY-LX1 Build/HONORHRY-LX1; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/68.0.3440.91 Mobile Safari/537.36 YandexSearch/7.80 YandexSearchBrowser/7.80 wp-android/16.4'),(15135,47890,1611299704.208016,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ™\\\Z','Mozilla/5.0 (Linux; Android 9; HRY-LX1T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4'),(15136,47891,1611300802.181178,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹à‰`','Mozilla/5.0 (Linux; Android 9; COL-L29 Build/HUAWEICOL-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 YaApp_Android/9.66 YaSearchBrowser/9.66 wp-android/16.4'),(15137,47894,1611302802.681080,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ2>²','Mozilla/5.0 (Linux; Android 9; LLD-L31) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4'),(15138,47896,1611305051.544705,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ ™™Ÿ','Mozilla/5.0 (Linux; Android 9; LLD-L21) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.79 Mobile Safari/537.36 wp-android/16.4'),(15139,47897,1611306150.903399,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹Ö|í','Mozilla/5.0 (Linux; Android 9; COL-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.111 Mobile Safari/537.36 wp-android/16.4'),(15140,47900,1611309891.040279,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹Ö|d','Mozilla/5.0 (Linux; Android 9; INE-LX1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4'),(15141,47902,1611312215.418600,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹àŠm','Mozilla/5.0 (Linux; Android 9; HRY-LX1 Build/HONORHRY-L21) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 YaApp_Android/9.70 YaSearchBrowser/9.70 wp-android/16.4'),(15142,47904,1611314283.245414,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ-\rü.','Mozilla/5.0 (Linux; Android 9; HRY-LX1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36,gzip(gfe) wp-android/16.4'),(15143,47908,1611318676.110707,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿœCÞ:','Mozilla/5.0 (Linux; Android 8.1.0; ZTE BLADE V0920) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.92 Mobile Safari/537.36 wp-android/16.4'),(15144,47911,1611319804.094329,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ-\rþ','Mozilla/5.0 (Linux; Android 9; LLD-L21) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4'),(15145,47912,1611319925.759279,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(15146,47913,1611320075.079913,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(15147,47914,1611320203.027089,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹e','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36 OPR/42.0.2393.94'),(15148,47931,1611320762.935101,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ—j`ß','Mozilla/5.0 (Linux; Android 9; HRY-LX1T Build/HONORHRY-LX1T; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/74.0.3729.136 Mobile Safari/537.36 YandexSearch/7.30 YandexSearchBrowser/7.30 wp-android/16.4'),(15149,47948,1611321234.775319,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ\r053','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2226.0 Safari/537.36'),(15150,47965,1611321851.805198,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ_ÙË»','Mozilla/5.0 (Linux; Android 9; GM 8 d) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4'),(15151,47976,1611322173.109679,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(15152,47977,1611322233.507574,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(15153,47996,1611322996.394229,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(15154,47997,1611323057.957359,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(15155,47998,1611323122.060577,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(15156,47999,1611323180.558150,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(15157,48000,1611323251.672825,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(15158,48000,1611323251.695239,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(15159,48001,1611323373.702911,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(15160,48002,1611323441.777760,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹àŠš','Mozilla/5.0 (Linux; Android 9; JSN-L21 Build/HONORJSN-L21; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/74.0.3729.136 Mobile Safari/537.36 YandexSearch/8.11 YandexSearchBrowser/8.11 wp-android/16.4'),(15161,48003,1611323442.408459,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(15162,48004,1611323501.127908,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(15163,48005,1611323573.275184,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(15164,48006,1611323628.050313,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(15165,48007,1611323764.220657,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(15166,48008,1611323825.262817,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(15167,48009,1611323891.615899,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(15168,48010,1611323948.307209,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ1–uu','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(15169,48021,1611324313.253975,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÂœ>','Mozilla/5.0 (Linux; Android 9; FIG-LX1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4'),(15170,48058,1611325582.252045,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿœCÞ3','Mozilla/5.0 (Linux; Android 9; HRY-LX1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.79 Mobile Safari/537.36 wp-android/16.4'),(15171,48095,1611326682.742332,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ\\ù,þ','Mozilla/5.0 (Linux; Android 9; JSN-L21) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4'),(15172,48098,1611327641.460765,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ”H—Ä','Mozilla/5.0 (Linux; Android 9; KSA-LX9) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36 wp-android/16.4'),(15173,48108,1611337973.746900,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿYù@¤','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36'),(15174,48113,1611342523.978438,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿ\\ù-¿','Mozilla/5.0 (Linux; Android 9; JAT-LX1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4'),(15175,48114,1611342852.923615,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿgaå','Mozilla/5.0 (Linux; Android 9; Mi A2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4'),(15176,48115,1611344088.088221,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ¹à‰}','Mozilla/5.0 (Linux; Android 9; CPH1923) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.79 Mobile Safari/537.36 wp-android/16.4'),(15177,48121,1611347865.220747,1,'loginFailValidUsername','ruthsnutrition',2,'\0\0\0\0\0\0\0\0\0\0ÿÿÇÃû ','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36'),(15178,48123,1611348745.822482,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ.¬<','Mozilla/5.0 (Linux; Android 9; CPH1923) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36 wp-android/16.4'),(15179,48124,1611349286.949211,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0ÿÿ‡”!f','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.103 YaBrowser/18.7.1.920 Yowser/2.5 Safari/537.36'),(15180,48125,1611352485.871002,1,'loginFailInvalidUsername','mitzi_connell',0,'\0\0\0\0\0\0\0\0\0\0ÿÿÆGð','Mozilla/5.0 (Linux; Android 9; COL-L29 Build/HUAWEICOL-L29) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 YaBrowser/17.11.0.542.00 Mobile Safari/537.36 wp-android/16.4');
/*!40000 ALTER TABLE `wp3l_wflogins` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp3l_wfls_2fa_secrets`
--

DROP TABLE IF EXISTS `wp3l_wfls_2fa_secrets`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp3l_wfls_2fa_secrets` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) unsigned NOT NULL,
  `secret` tinyblob NOT NULL,
  `recovery` blob NOT NULL,
  `ctime` int(10) unsigned NOT NULL,
  `vtime` int(10) unsigned NOT NULL,
  `mode` enum('authenticator') NOT NULL DEFAULT 'authenticator',
  PRIMARY KEY (`id`),
  KEY `user_id` (`user_id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp3l_wfls_2fa_secrets`
--

LOCK TABLES `wp3l_wfls_2fa_secrets` WRITE;
/*!40000 ALTER TABLE `wp3l_wfls_2fa_secrets` DISABLE KEYS */;
INSERT INTO `wp3l_wfls_2fa_secrets` VALUES (1,3,'\n\n`¡¦¶£pˆÞƒ\\Êæ…E','ÁA±\"ÁèŠ;‘üë2wÈ¶ën|0¨¨ŽÒo%@¸NFyîøÇ²HÆ<',1577073728,1598623380,'authenticator');
/*!40000 ALTER TABLE `wp3l_wfls_2fa_secrets` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp3l_wfls_settings`
--

DROP TABLE IF EXISTS `wp3l_wfls_settings`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp3l_wfls_settings` (
  `name` varchar(191) NOT NULL DEFAULT '',
  `value` longblob DEFAULT NULL,
  `autoload` enum('no','yes') NOT NULL DEFAULT 'yes',
  PRIMARY KEY (`name`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp3l_wfls_settings`
--

LOCK TABLES `wp3l_wfls_settings` WRITE;
/*!40000 ALTER TABLE `wp3l_wfls_settings` DISABLE KEYS */;
INSERT INTO `wp3l_wfls_settings` VALUES ('allow-xml-rpc','1','yes'),('captcha-stats','{\"counts\":[0,0,0,0,0,0,0,0,0,0,0],\"avg\":0}','yes'),('delete-deactivation','','yes'),('enable-auth-captcha','','yes'),('global-notices','[]','yes'),('ip-source','','yes'),('ip-trusted-proxies','','yes'),('last-secret-refresh','1577073677','yes'),('ntp-offset','0.80316925048828','yes'),('recaptcha-threshold','0.5','yes'),('remember-device','','yes'),('remember-device-duration','2592000','yes'),('require-2fa-grace-period-enabled','','yes'),('require-2fa.administrator','','yes'),('shared-hash-secret','7e587c8b809e76d28b681242d74fc98ef8efd54d86b3af87f6294e01981d81ab','yes'),('shared-symmetric-secret','0a6691f3ad0634c8e7bb60e43d80154952dc7004bc591063fd643ce85fc371b8','yes'),('use-ntp','','yes'),('whitelisted','','yes'),('xmlrpc-enabled','1','yes');
/*!40000 ALTER TABLE `wp3l_wfls_settings` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp3l_wfnotifications`
--

DROP TABLE IF EXISTS `wp3l_wfnotifications`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp3l_wfnotifications` (
  `id` varchar(32) NOT NULL DEFAULT '',
  `new` tinyint(3) unsigned NOT NULL DEFAULT 1,
  `category` varchar(255) NOT NULL,
  `priority` int(11) NOT NULL DEFAULT 1000,
  `ctime` int(10) unsigned NOT NULL,
  `html` text NOT NULL,
  `links` text NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp3l_wfnotifications`
--

LOCK TABLES `wp3l_wfnotifications` WRITE;
/*!40000 ALTER TABLE `wp3l_wfnotifications` DISABLE KEYS */;
INSERT INTO `wp3l_wfnotifications` VALUES ('site-2ICAAAA',0,'wfplugin_scan',502,1595163538,'<a href=\"https://ruthsnutrition.gsg-host.com/wp-admin/admin.php?page=WordfenceScan\">1 issue found in most recent scan</a>','[]'),('site-2MCAAAA',0,'wfplugin_updates',502,1595163533,'<a href=\"https://ruthsnutrition.gsg-host.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>','[]'),('site-34CAAAA',0,'wfplugin_updates',502,1597410922,'<a href=\"https://ruthsnutrition.gsg-host.com/wp-admin/update-core.php\">An update is available for WordPress (v5.5)</a>','[]'),('site-3UCAAAA',0,'wfplugin_updates',502,1596669042,'<a href=\"https://ruthsnutrition.gsg-host.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>','[]'),('site-4ECAAAA',0,'wfplugin_scan',502,1597410927,'<a href=\"https://ruthsnutrition.gsg-host.com/wp-admin/admin.php?page=WordfenceScan\">1 issue found in most recent scan</a>','[]'),('site-5UBQAAA',0,'wfplugin_updates',502,1591138904,'<a href=\"https://ruthsnutrition.gsg-host.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>','[]'),('site-64CAAAA',0,'wfplugin_updates',502,1597582606,'<a href=\"https://ruthsnutrition.gsg-host.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>','[]'),('site-64EQAAA',0,'wfplugin_scan',502,1606485245,'<a href=\"https://ruthsnutrition.gsg-host.com/wp-admin/admin.php?page=WordfenceScan\">1 issue found in most recent scan</a>','[]'),('site-6ABQAAA',0,'wfplugin_scan',502,1591140951,'<a href=\"https://ruthsnutrition.gsg-host.com/wp-admin/admin.php?page=WordfenceScan\">1 issue found in most recent scan</a>','[]'),('site-6QEQAAA',0,'wfplugin_updates',502,1606403802,'<a href=\"https://ruthsnutrition.gsg-host.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>','[]'),('site-7AEQAAA',0,'wfplugin_updates',502,1606749464,'<a href=\"https://ruthsnutrition.gsg-host.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>','[]'),('site-7ECAAAA',0,'wfplugin_scan',502,1597582610,'<a href=\"https://ruthsnutrition.gsg-host.com/wp-admin/admin.php?page=WordfenceScan\">1 issue found in most recent scan</a>','[]'),('site-7ICAAAA',0,'wfplugin_updates',502,1598368578,'<a href=\"https://ruthsnutrition.gsg-host.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>','[]'),('site-7QDAAAA',0,'wfplugin_updates',502,1604143886,'<a href=\"https://ruthsnutrition.gsg-host.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>','[]'),('site-7YCAAAA',0,'wfplugin_scan',502,1598368579,'<a href=\"https://ruthsnutrition.gsg-host.com/wp-admin/admin.php?page=WordfenceScan\">1 issue found in most recent scan</a>','[]'),('site-AEAAAAA',0,'wfplugin_updates',502,1581332413,'<a href=\"https://ruthsnutrition.gsg-host.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>','[]'),('site-AIAAAAA',0,'wfplugin_scan',502,1560958487,'<a href=\"https://ruthsnutrition.gsg-host.com/wp-admin/admin.php?page=WordfenceScan\">2 issues found in most recent scan</a>','[]'),('site-AMDQAAA',0,'wfplugin_scan',502,1604332347,'<a href=\"https://ruthsnutrition.gsg-host.com/wp-admin/admin.php?page=WordfenceScan\">1 issue found in most recent scan</a>','[]'),('site-BAFAAAA',0,'wfplugin_scan',502,1606749464,'<a href=\"https://ruthsnutrition.gsg-host.com/wp-admin/admin.php?page=WordfenceScan\">1 issue found in most recent scan</a>','[]'),('site-FAFAAAA',0,'wfplugin_updates',502,1606836461,'<a href=\"https://ruthsnutrition.gsg-host.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>','[]'),('site-FIFAAAA',0,'wfplugin_scan',502,1606836462,'<a href=\"https://ruthsnutrition.gsg-host.com/wp-admin/admin.php?page=WordfenceScan\">1 issue found in most recent scan</a>','[]'),('site-GEFAAAA',0,'wfplugin_updates',502,1607354490,'<a href=\"https://ruthsnutrition.gsg-host.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>','[]'),('site-GUFAAAA',0,'wfplugin_scan',502,1607354454,'<a href=\"https://ruthsnutrition.gsg-host.com/wp-admin/admin.php?page=WordfenceScan\">1 issue found in most recent scan</a>','[]'),('site-HECQAAA',0,'wfplugin_updates',502,1598470023,'<a href=\"https://ruthsnutrition.gsg-host.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>','[]'),('site-HICQAAA',0,'wfplugin_scan',502,1598446624,'<a href=\"https://ruthsnutrition.gsg-host.com/wp-admin/admin.php?page=WordfenceScan\">1 issue found in most recent scan</a>','[]'),('site-HQAAAAA',0,'wfplugin_scan',502,1581332414,'<a href=\"https://ruthsnutrition.gsg-host.com/wp-admin/admin.php?page=WordfenceScan\">1 issue found in most recent scan</a>','[]'),('site-IUFQAAA',0,'wfplugin_updates',502,1610205436,'<a href=\"https://ruthsnutrition.gsg-host.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>','[]'),('site-J4CQAAA',0,'wfplugin_updates',502,1598623724,'<a href=\"https://ruthsnutrition.gsg-host.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>','[]'),('site-JECAAAA',0,'wfplugin_updates',502,1592571399,'<a href=\"https://ruthsnutrition.gsg-host.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>','[]'),('site-JICQAAA',0,'wfplugin_scan',502,1598470024,'<a href=\"https://ruthsnutrition.gsg-host.com/wp-admin/admin.php?page=WordfenceScan\">1 issue found in most recent scan</a>','[]'),('site-JMCAAAA',0,'wfplugin_scan',502,1592571406,'<a href=\"https://ruthsnutrition.gsg-host.com/wp-admin/admin.php?page=WordfenceScan\">1 issue found in most recent scan</a>','[]'),('site-JQFQAAA',0,'wfplugin_scan',502,1610205436,'<a href=\"https://ruthsnutrition.gsg-host.com/wp-admin/admin.php?page=WordfenceScan\">1 issue found in most recent scan</a>','[]'),('site-JYDAAAA',0,'wfplugin_updates',502,1602188382,'<a href=\"https://ruthsnutrition.gsg-host.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>','[]'),('site-K4CQAAA',0,'wfplugin_updates',502,1599423064,'<a href=\"https://ruthsnutrition.gsg-host.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>','[]'),('site-KEDAAAA',0,'wfplugin_scan',502,1602188389,'<a href=\"https://ruthsnutrition.gsg-host.com/wp-admin/admin.php?page=WordfenceScan\">1 issue found in most recent scan</a>','[]'),('site-MECAAAA',0,'wfplugin_updates',502,1593789517,'<a href=\"https://ruthsnutrition.gsg-host.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>','[]'),('site-MMCAAAA',0,'wfplugin_scan',502,1593789518,'<a href=\"https://ruthsnutrition.gsg-host.com/wp-admin/admin.php?page=WordfenceScan\">1 issue found in most recent scan</a>','[]'),('site-MMCQAAA',0,'wfplugin_scan',502,1599423068,'<a href=\"https://ruthsnutrition.gsg-host.com/wp-admin/admin.php?page=WordfenceScan\">1 issue found in most recent scan</a>','[]'),('site-N4DAAAA',0,'wfplugin_scan',502,1602342520,'<a href=\"https://ruthsnutrition.gsg-host.com/wp-admin/admin.php?page=WordfenceScan\">1 issue found in most recent scan</a>','[]'),('site-NQAQAAA',0,'wfplugin_updates',502,1588201184,'<a href=\"https://ruthsnutrition.gsg-host.com/wp-admin/update-core.php\">Updates are available for 2 plugins</a>','[]'),('site-OADAAAA',0,'wfplugin_updates',502,1602342519,'<a href=\"https://ruthsnutrition.gsg-host.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>','[]'),('site-OEAQAAA',0,'wfplugin_scan',502,1586445389,'<a href=\"https://ruthsnutrition.gsg-host.com/wp-admin/admin.php?page=WordfenceScan\">1 issue found in most recent scan</a>','[]'),('site-OICAAAA',0,'wfplugin_updates',502,1594413609,'<a href=\"https://ruthsnutrition.gsg-host.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>','[]'),('site-OUCAAAA',0,'wfplugin_scan',502,1594413609,'<a href=\"https://ruthsnutrition.gsg-host.com/wp-admin/admin.php?page=WordfenceScan\">1 issue found in most recent scan</a>','[]'),('site-PEFAAAA',0,'wfplugin_updates',502,1607378501,'<a href=\"https://ruthsnutrition.gsg-host.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>','[]'),('site-PIDAAAA',0,'wfplugin_updates',502,1603554987,'<a href=\"https://ruthsnutrition.gsg-host.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>','[]'),('site-PQFAAAA',0,'wfplugin_updates',502,1608469790,'<a href=\"https://ruthsnutrition.gsg-host.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>','[]'),('site-PUDAAAA',0,'wfplugin_scan',502,1603554988,'<a href=\"https://ruthsnutrition.gsg-host.com/wp-admin/admin.php?page=WordfenceScan\">1 issue found in most recent scan</a>','[]'),('site-PUEQAAA',0,'wfplugin_updates',502,1605712582,'<a href=\"https://ruthsnutrition.gsg-host.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>','[]'),('site-QAEQAAA',0,'wfplugin_scan',502,1605712582,'<a href=\"https://ruthsnutrition.gsg-host.com/wp-admin/admin.php?page=WordfenceScan\">1 issue found in most recent scan</a>','[]'),('site-QMFAAAA',0,'wfplugin_scan',502,1608469790,'<a href=\"https://ruthsnutrition.gsg-host.com/wp-admin/admin.php?page=WordfenceScan\">1 issue found in most recent scan</a>','[]'),('site-RIEQAAA',0,'wfplugin_updates',502,1606394992,'<a href=\"https://ruthsnutrition.gsg-host.com/wp-admin/update-core.php\">Updates are available for 2 plugins</a>','[]'),('site-RMFQAAA',0,'wfplugin_updates',502,1611318448,'<a href=\"https://ruthsnutrition.gsg-host.com/wp-admin/update-core.php\">Updates are available for 2 plugins</a>','[]'),('site-RQFQAAA',0,'wfplugin_scan',502,1611318454,'<a href=\"https://ruthsnutrition.gsg-host.com/wp-admin/admin.php?page=WordfenceScan\">2 issues found in most recent scan</a>','[]'),('site-RYEQAAA',0,'wfplugin_scan',502,1605885455,'<a href=\"https://ruthsnutrition.gsg-host.com/wp-admin/admin.php?page=WordfenceScan\">1 issue found in most recent scan</a>','[]'),('site-TAEQAAA',0,'wfplugin_scan',502,1606394992,'<a href=\"https://ruthsnutrition.gsg-host.com/wp-admin/admin.php?page=WordfenceScan\">2 issues found in most recent scan</a>','[]'),('site-TECQAAA',0,'wfplugin_updates',502,1599682288,'<a href=\"https://ruthsnutrition.gsg-host.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>','[]'),('site-TMBQAAA',0,'wfplugin_updates',502,1588994224,'<a href=\"https://ruthsnutrition.gsg-host.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>','[]'),('site-UACQAAA',0,'wfplugin_scan',502,1599682293,'<a href=\"https://ruthsnutrition.gsg-host.com/wp-admin/admin.php?page=WordfenceScan\">1 issue found in most recent scan</a>','[]'),('site-UEBQAAA',0,'wfplugin_scan',502,1588994225,'<a href=\"https://ruthsnutrition.gsg-host.com/wp-admin/admin.php?page=WordfenceScan\">1 issue found in most recent scan</a>','[]'),('site-UQBQAAA',0,'wfplugin_updates',502,1589636009,'<a href=\"https://ruthsnutrition.gsg-host.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>','[]'),('site-V4CQAAA',0,'wfplugin_scan',502,1599955213,'<a href=\"https://ruthsnutrition.gsg-host.com/wp-admin/admin.php?page=WordfenceScan\">1 issue found in most recent scan</a>','[]'),('site-VQCQAAA',0,'wfplugin_updates',502,1599955213,'<a href=\"https://ruthsnutrition.gsg-host.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>','[]'),('site-WEBQAAA',0,'wfplugin_scan',502,1589636010,'<a href=\"https://ruthsnutrition.gsg-host.com/wp-admin/admin.php?page=WordfenceScan\">1 issue found in most recent scan</a>','[]'),('site-WUCQAAA',0,'wfplugin_updates',502,1600546548,'<a href=\"https://ruthsnutrition.gsg-host.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>','[]'),('site-X4BAAAA',0,'wfplugin_scan',502,1588201186,'<a href=\"https://ruthsnutrition.gsg-host.com/wp-admin/admin.php?page=WordfenceScan\">2 issues found in most recent scan</a>','[]'),('site-XECQAAA',0,'wfplugin_scan',502,1600546553,'<a href=\"https://ruthsnutrition.gsg-host.com/wp-admin/admin.php?page=WordfenceScan\">1 issue found in most recent scan</a>','[]'),('site-Y4BQAAA',0,'wfplugin_scan',502,1590160571,'<a href=\"https://ruthsnutrition.gsg-host.com/wp-admin/admin.php?page=WordfenceScan\">1 issue found in most recent scan</a>','[]'),('site-Y4CAAAA',0,'wfplugin_updates',502,1594558616,'<a href=\"https://ruthsnutrition.gsg-host.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>','[]'),('site-YEBQAAA',0,'wfplugin_updates',502,1590160570,'<a href=\"https://ruthsnutrition.gsg-host.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>','[]'),('site-YUCQAAA',0,'wfplugin_updates',502,1601928761,'<a href=\"https://ruthsnutrition.gsg-host.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>','[]'),('site-YYCQAAA',0,'wfplugin_scan',502,1601928764,'<a href=\"https://ruthsnutrition.gsg-host.com/wp-admin/admin.php?page=WordfenceScan\">1 issue found in most recent scan</a>','[]'),('site-ZMCAAAA',0,'wfplugin_scan',502,1594558618,'<a href=\"https://ruthsnutrition.gsg-host.com/wp-admin/admin.php?page=WordfenceScan\">1 issue found in most recent scan</a>','[]');
/*!40000 ALTER TABLE `wp3l_wfnotifications` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp3l_wfpendingissues`
--

DROP TABLE IF EXISTS `wp3l_wfpendingissues`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp3l_wfpendingissues` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `time` int(10) unsigned NOT NULL,
  `lastUpdated` int(10) unsigned NOT NULL,
  `status` varchar(10) NOT NULL,
  `type` varchar(20) NOT NULL,
  `severity` tinyint(3) unsigned NOT NULL,
  `ignoreP` char(32) NOT NULL,
  `ignoreC` char(32) NOT NULL,
  `shortMsg` varchar(255) NOT NULL,
  `longMsg` text DEFAULT NULL,
  `data` text DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `lastUpdated` (`lastUpdated`),
  KEY `status` (`status`),
  KEY `ignoreP` (`ignoreP`),
  KEY `ignoreC` (`ignoreC`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp3l_wfpendingissues`
--

LOCK TABLES `wp3l_wfpendingissues` WRITE;
/*!40000 ALTER TABLE `wp3l_wfpendingissues` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp3l_wfpendingissues` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp3l_wfreversecache`
--

DROP TABLE IF EXISTS `wp3l_wfreversecache`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp3l_wfreversecache` (
  `IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
  `host` varchar(255) NOT NULL,
  `lastUpdate` int(10) unsigned NOT NULL,
  PRIMARY KEY (`IP`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp3l_wfreversecache`
--

LOCK TABLES `wp3l_wfreversecache` WRITE;
/*!40000 ALTER TABLE `wp3l_wfreversecache` DISABLE KEYS */;
INSERT INTO `wp3l_wfreversecache` VALUES ('\0\0\0\0\0\0\0\0\0\0ÿÿ—‹\"','151.139.1.34',1612806714);
/*!40000 ALTER TABLE `wp3l_wfreversecache` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp3l_wfsnipcache`
--

DROP TABLE IF EXISTS `wp3l_wfsnipcache`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp3l_wfsnipcache` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `IP` varchar(45) NOT NULL DEFAULT '',
  `expiration` timestamp NOT NULL DEFAULT current_timestamp(),
  `body` varchar(255) NOT NULL DEFAULT '',
  `count` int(10) unsigned NOT NULL DEFAULT 0,
  `type` int(10) unsigned NOT NULL DEFAULT 0,
  PRIMARY KEY (`id`),
  KEY `expiration` (`expiration`),
  KEY `IP` (`IP`),
  KEY `type` (`type`)
) ENGINE=MyISAM AUTO_INCREMENT=14584 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp3l_wfsnipcache`
--

LOCK TABLES `wp3l_wfsnipcache` WRITE;
/*!40000 ALTER TABLE `wp3l_wfsnipcache` DISABLE KEYS */;
INSERT INTO `wp3l_wfsnipcache` VALUES (14582,'5.188.62.76','2021-01-22 22:43:06','BLOCKED:600',0,1),(14583,'103.108.220.126','2021-01-22 22:49:05','BLOCKED:600',0,2);
/*!40000 ALTER TABLE `wp3l_wfsnipcache` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp3l_wfstatus`
--

DROP TABLE IF EXISTS `wp3l_wfstatus`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp3l_wfstatus` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `ctime` double(17,6) unsigned NOT NULL,
  `level` tinyint(3) unsigned NOT NULL,
  `type` char(5) NOT NULL,
  `msg` varchar(1000) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `k1` (`ctime`),
  KEY `k2` (`type`)
) ENGINE=MyISAM AUTO_INCREMENT=37462 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp3l_wfstatus`
--

LOCK TABLES `wp3l_wfstatus` WRITE;
/*!40000 ALTER TABLE `wp3l_wfstatus` DISABLE KEYS */;
INSERT INTO `wp3l_wfstatus` VALUES (36113,1610062434.093679,2,'info','Scanned contents of 799 additional files at 23.59 per second'),(36114,1610062435.115028,2,'info','Scanned contents of 810 additional files at 23.22 per second'),(36115,1610062450.948229,2,'info','Scanned contents of 816 additional files at 16.09 per second'),(36116,1610062451.951643,2,'info','Scanned contents of 830 additional files at 16.05 per second'),(36117,1610062452.973058,2,'info','Scanned contents of 843 additional files at 15.98 per second'),(36118,1610062453.980194,2,'info','Scanned contents of 866 additional files at 16.11 per second'),(36119,1610062455.044384,2,'info','Scanned contents of 899 additional files at 16.40 per second'),(36120,1610062456.170371,2,'info','Scanned contents of 906 additional files at 16.19 per second'),(36121,1610062457.176123,2,'info','Scanned contents of 990 additional files at 17.38 per second'),(36122,1610062458.181875,2,'info','Scanned contents of 1079 additional files at 18.62 per second'),(36123,1610062459.189248,2,'info','Scanned contents of 1175 additional files at 19.93 per second'),(36124,1610062460.199909,2,'info','Scanned contents of 1249 additional files at 20.83 per second'),(36125,1610062462.773854,2,'info','Scanned contents of 1306 additional files at 20.88 per second'),(36126,1610062463.778369,2,'info','Scanned contents of 1358 additional files at 21.37 per second'),(36127,1610062464.801261,2,'info','Scanned contents of 1395 additional files at 21.60 per second'),(36128,1610062465.823284,2,'info','Scanned contents of 1429 additional files at 21.78 per second'),(36129,1610062466.835875,2,'info','Scanned contents of 1474 additional files at 22.13 per second'),(36130,1610062467.838254,2,'info','Scanned contents of 1547 additional files at 22.88 per second'),(36131,1610062468.848812,2,'info','Scanned contents of 1627 additional files at 23.71 per second'),(36132,1610062469.865118,2,'info','Scanned contents of 1677 additional files at 24.08 per second'),(36133,1610062470.872882,2,'info','Scanned contents of 1743 additional files at 24.67 per second'),(36134,1610062471.878434,2,'info','Scanned contents of 1830 additional files at 25.54 per second'),(36135,1610062472.878772,2,'info','Scanned contents of 1908 additional files at 26.26 per second'),(36136,1610062473.885366,2,'info','Scanned contents of 1958 additional files at 26.58 per second'),(36137,1610062474.894194,2,'info','Scanned contents of 2025 additional files at 27.12 per second'),(36138,1610062475.900540,2,'info','Scanned contents of 2105 additional files at 27.82 per second'),(36139,1610062476.903375,2,'info','Scanned contents of 2196 additional files at 28.64 per second'),(36140,1610062478.201353,2,'info','Scanned contents of 2223 additional files at 28.51 per second'),(36141,1610062479.215651,2,'info','Scanned contents of 2238 additional files at 28.33 per second'),(36142,1610062480.248267,2,'info','Scanned contents of 2259 additional files at 28.23 per second'),(36143,1610062481.272859,2,'info','Scanned contents of 2312 additional files at 28.53 per second'),(36144,1610062482.445645,2,'info','Scanned contents of 2352 additional files at 28.61 per second'),(36145,1610062483.448097,2,'info','Scanned contents of 2372 additional files at 28.50 per second'),(36146,1610062484.584293,2,'info','Scanned contents of 2379 additional files at 28.20 per second'),(36147,1610062485.628885,2,'info','Scanned contents of 2411 additional files at 28.23 per second'),(36148,1610062486.641448,2,'info','Scanned contents of 2448 additional files at 28.33 per second'),(36149,1610062487.654875,2,'info','Scanned contents of 2486 additional files at 28.43 per second'),(36150,1610062489.494557,2,'info','Scanned contents of 2522 additional files at 28.25 per second'),(36151,1610062490.016852,2,'info','Scanned contents of 2527 additional files at 28.14 per second'),(36152,1610062490.017217,2,'info','Asking Wordfence to check URLs against malware list.'),(36153,1610062490.061715,2,'info','Checking 1500 host keys against Wordfence scanning servers.'),(36154,1610062490.237462,2,'info','Done host key check.'),(36155,1610062490.238610,2,'info','Checking 1 URLs from 1 sources.'),(36156,1610062490.343506,2,'info','Done URL check.'),(36157,1610062490.346745,2,'info','Done file contents scan'),(36163,1610062491.129578,2,'info','Examining URLs found in posts we scanned for dangerous websites'),(36164,1610062491.144807,2,'info','Checking 869 host keys against Wordfence scanning servers.'),(36165,1610062491.295147,2,'info','Done host key check.'),(36166,1610062491.298590,2,'info','Checking 4 URLs from 4 sources.'),(36167,1610062491.413134,2,'info','Done URL check.'),(36168,1610062491.413473,2,'info','Done examining URLs'),(36171,1610062491.747618,2,'info','Checking 2 host keys against Wordfence scanning servers.'),(36172,1610062491.903426,2,'info','Done host key check.'),(36175,1610062492.247383,2,'info','Starting password strength check on 2 users.'),(36182,1610062499.126722,2,'info','Examining URLs found in the options we scanned for dangerous websites'),(36183,1610062499.127884,2,'info','Done examining URLs'),(36185,1610062499.286258,1,'info','-------------------'),(36186,1610062499.287530,2,'info','Wordfence used 39.08 MB of memory for scan. Server peak memory usage was: 45.08 MB'),(36187,1610062499.288208,1,'info','Scan Complete. Scanned 7043 files, 15 plugins, 1 themes, 124 posts, 1 comments and 3445 URLs in 2 minutes 12 seconds.'),(36190,1610108983.268000,1,'info','Initiating quick scan'),(36195,1610108983.580366,1,'info','-------------------'),(36196,1610108983.581053,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 8 MB'),(36197,1610108983.581337,1,'info','Quick Scan Complete. Scanned in less than 1 second.'),(36200,1610195248.460509,1,'info','Initiating quick scan'),(36205,1610195248.883857,1,'info','-------------------'),(36206,1610195248.885277,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 10 MB'),(36207,1610195248.885930,1,'info','Quick Scan Complete. Scanned in less than 1 second.'),(36210,1610281664.500918,1,'info','Initiating quick scan'),(36215,1610281664.732298,1,'info','-------------------'),(36216,1610281664.733535,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 8 MB'),(36217,1610281664.734152,1,'info','Quick Scan Complete. Scanned in less than 1 second.'),(36219,1610321424.639975,1,'info','Scheduled Wordfence scan starting at Sunday 10th of January 2021 05:30:24 PM'),(36221,1610321428.922996,1,'info','Contacting Wordfence to initiate scan'),(36228,1610321435.837990,2,'info','Total disk space: 452.05 GB -- Free disk space: 270.17 GB'),(36229,1610321435.838778,2,'info','The disk has 276658.65 MB available'),(36237,1610321436.897356,2,'info','Getting plugin list from WordPress'),(36238,1610321436.947850,2,'info','Found 15 plugins'),(36239,1610321436.948472,2,'info','Getting theme list from WordPress'),(36240,1610321436.959426,2,'info','Found 1 themes'),(36252,1610321438.496173,2,'info','500 files indexed'),(36253,1610321438.726619,2,'info','1000 files indexed'),(36254,1610321438.840983,2,'info','1500 files indexed'),(36255,1610321438.948960,2,'info','2000 files indexed'),(36256,1610321439.046307,2,'info','2500 files indexed'),(36257,1610321439.134163,2,'info','3000 files indexed'),(36258,1610321439.221405,2,'info','3500 files indexed'),(36259,1610321439.299485,2,'info','4000 files indexed'),(36260,1610321439.383031,2,'info','4500 files indexed'),(36261,1610321439.458324,2,'info','5000 files indexed'),(36262,1610321439.535041,2,'info','5500 files indexed'),(36263,1610321440.106299,2,'info','6000 files indexed'),(36264,1610321440.151974,2,'info','6500 files indexed'),(36265,1610321440.204428,2,'info','7000 files indexed'),(36266,1610321440.209637,2,'info','7058 files indexed'),(36267,1610321440.604466,2,'info','Analyzed 100 files containing 1.62 MB of data so far'),(36268,1610321440.973628,2,'info','Analyzed 200 files containing 3.06 MB of data so far'),(36269,1610321441.396760,2,'info','Analyzed 300 files containing 4.39 MB of data so far'),(36270,1610321441.999461,2,'info','Analyzed 400 files containing 7.02 MB of data so far'),(36271,1610321442.373638,2,'info','Analyzed 500 files containing 7.9 MB of data so far'),(36272,1610321442.772918,2,'info','Analyzed 600 files containing 8.7 MB of data so far'),(36273,1610321443.123735,2,'info','Analyzed 700 files containing 9.56 MB of data so far'),(36274,1610321443.642258,2,'info','Analyzed 800 files containing 11.73 MB of data so far'),(36275,1610321444.235637,2,'info','Analyzed 900 files containing 14.67 MB of data so far'),(36276,1610321444.900755,2,'info','Analyzed 1000 files containing 18.96 MB of data so far'),(36277,1610321445.233631,2,'info','Analyzed 1100 files containing 19.46 MB of data so far'),(36278,1610321445.539296,2,'info','Analyzed 1200 files containing 19.97 MB of data so far'),(36279,1610321445.841814,2,'info','Analyzed 1300 files containing 20.43 MB of data so far'),(36280,1610321446.200671,2,'info','Analyzed 1400 files containing 21.4 MB of data so far'),(36281,1610321446.488669,2,'info','Analyzed 1500 files containing 21.61 MB of data so far'),(36282,1610321446.849173,2,'info','Analyzed 1600 files containing 22.29 MB of data so far'),(36283,1610321447.271988,2,'info','Analyzed 1700 files containing 26.07 MB of data so far'),(36284,1610321447.444241,2,'info','Analyzed 1800 files containing 27.29 MB of data so far'),(36285,1610321447.558116,2,'info','Analyzed 1900 files containing 27.32 MB of data so far'),(36286,1610321447.674060,2,'info','Analyzed 2000 files containing 27.35 MB of data so far'),(36287,1610321447.820546,2,'info','Analyzed 2100 files containing 27.86 MB of data so far'),(36288,1610321447.961124,2,'info','Analyzed 2200 files containing 28.56 MB of data so far'),(36289,1610321448.100728,2,'info','Analyzed 2300 files containing 29.27 MB of data so far'),(36290,1610321448.224153,2,'info','Analyzed 2400 files containing 29.83 MB of data so far'),(36291,1610321448.339420,2,'info','Analyzed 2500 files containing 29.86 MB of data so far'),(36292,1610321448.466175,2,'info','Analyzed 2600 files containing 29.89 MB of data so far'),(36293,1610321448.596651,2,'info','Analyzed 2700 files containing 29.91 MB of data so far'),(36294,1610321448.735217,2,'info','Analyzed 2800 files containing 29.94 MB of data so far'),(36295,1610321448.862165,2,'info','Analyzed 2900 files containing 29.98 MB of data so far'),(36296,1610321448.987371,2,'info','Analyzed 3000 files containing 30 MB of data so far'),(36297,1610321449.173680,2,'info','Analyzed 3100 files containing 31.68 MB of data so far'),(36298,1610321449.382395,2,'info','Analyzed 3200 files containing 33.88 MB of data so far'),(36299,1610321449.498157,2,'info','Analyzed 3300 files containing 34.44 MB of data so far'),(36300,1610321449.735689,2,'info','Analyzed 3400 files containing 36.61 MB of data so far'),(36301,1610321450.175227,2,'info','Analyzed 3500 files containing 44.43 MB of data so far'),(36302,1610321450.697861,2,'info','Analyzed 3600 files containing 52.87 MB of data so far'),(36303,1610321450.837269,2,'info','Analyzed 3700 files containing 53.17 MB of data so far'),(36304,1610321450.959760,2,'info','Analyzed 3800 files containing 53.25 MB of data so far'),(36305,1610321451.296734,2,'info','Analyzed 3900 files containing 54.78 MB of data so far'),(36306,1610321451.652302,2,'info','Analyzed 4000 files containing 55.36 MB of data so far'),(36307,1610321451.993404,2,'info','Analyzed 4100 files containing 55.59 MB of data so far'),(36308,1610321452.324628,2,'info','Analyzed 4200 files containing 55.88 MB of data so far'),(36309,1610321452.817446,2,'info','Analyzed 4300 files containing 57.12 MB of data so far'),(36310,1610321453.144647,2,'info','Analyzed 4400 files containing 57.44 MB of data so far'),(36311,1610321453.459029,2,'info','Analyzed 4500 files containing 57.66 MB of data so far'),(36312,1610321453.816523,2,'info','Analyzed 4600 files containing 58.04 MB of data so far'),(36313,1610321454.299220,2,'info','Analyzed 4700 files containing 59.51 MB of data so far'),(36314,1610321455.172633,2,'info','Analyzed 4800 files containing 65.09 MB of data so far'),(36315,1610321455.559418,2,'info','Analyzed 4900 files containing 67.15 MB of data so far'),(36316,1610321455.863771,2,'info','Analyzed 5000 files containing 68.13 MB of data so far'),(36317,1610321456.266161,2,'info','Analyzed 5100 files containing 69.67 MB of data so far'),(36318,1610321456.548787,2,'info','Analyzed 5200 files containing 70 MB of data so far'),(36319,1610321456.865756,2,'info','Analyzed 5300 files containing 70.61 MB of data so far'),(36320,1610321457.134278,2,'info','Analyzed 5400 files containing 70.86 MB of data so far'),(36321,1610321457.413280,2,'info','Analyzed 5500 files containing 71.07 MB of data so far'),(36322,1610321457.924881,2,'info','Analyzed 5600 files containing 72.39 MB of data so far'),(36323,1610321458.354491,2,'info','Analyzed 5700 files containing 73.88 MB of data so far'),(36324,1610321458.674615,2,'info','Analyzed 5800 files containing 74.61 MB of data so far'),(36325,1610321459.257873,2,'info','Analyzed 5900 files containing 77.75 MB of data so far'),(36326,1610321459.604958,2,'info','Analyzed 6000 files containing 78.41 MB of data so far'),(36327,1610321460.069387,2,'info','Analyzed 6100 files containing 80.08 MB of data so far'),(36328,1610321460.649418,2,'info','Analyzed 6200 files containing 82.99 MB of data so far'),(36329,1610321461.091340,2,'info','Analyzed 6300 files containing 84.79 MB of data so far'),(36330,1610321461.533173,2,'info','Analyzed 6400 files containing 86.49 MB of data so far'),(36331,1610321462.877214,2,'info','Analyzed 6500 files containing 99.06 MB of data so far'),(36332,1610321463.154418,2,'info','Analyzed 6600 files containing 100.63 MB of data so far'),(36333,1610321463.471137,2,'info','Analyzed 6700 files containing 103 MB of data so far'),(36334,1610321463.793155,2,'info','Analyzed 6800 files containing 105.83 MB of data so far'),(36335,1610321464.146691,2,'info','Analyzed 6900 files containing 108.91 MB of data so far'),(36336,1610321464.385523,2,'info','Analyzed 7000 files containing 110.04 MB of data so far'),(36337,1610321464.548971,2,'info','Analyzed 7058 files containing 111.12 MB of data.'),(36345,1610321468.357068,2,'info','Starting scan of file contents'),(36346,1610321469.425532,2,'info','Scanned contents of 14 additional files at 13.12 per second'),(36347,1610321470.437670,2,'info','Scanned contents of 32 additional files at 15.39 per second'),(36348,1610321471.731989,2,'info','Scanned contents of 52 additional files at 15.42 per second'),(36349,1610321472.807458,2,'info','Scanned contents of 76 additional files at 17.08 per second'),(36350,1610321473.921290,2,'info','Scanned contents of 104 additional files at 18.70 per second'),(36351,1610321474.972664,2,'info','Scanned contents of 116 additional files at 17.54 per second'),(36352,1610321479.856356,2,'info','Scanned contents of 117 additional files at 10.18 per second'),(36353,1610321480.864292,2,'info','Scanned contents of 130 additional files at 10.40 per second'),(36354,1610321481.878032,2,'info','Scanned contents of 144 additional files at 10.65 per second'),(36355,1610321482.987509,2,'info','Scanned contents of 163 additional files at 11.14 per second'),(36356,1610321483.998708,2,'info','Scanned contents of 213 additional files at 13.62 per second'),(36357,1610321485.121186,2,'info','Scanned contents of 234 additional files at 13.96 per second'),(36358,1610321486.130268,2,'info','Scanned contents of 263 additional files at 14.80 per second'),(36359,1610321487.138322,2,'info','Scanned contents of 312 additional files at 16.61 per second'),(36360,1610321488.144447,2,'info','Scanned contents of 351 additional files at 17.74 per second'),(36361,1610321489.173028,2,'info','Scanned contents of 383 additional files at 18.40 per second'),(36362,1610321490.185996,2,'info','Scanned contents of 422 additional files at 19.33 per second'),(36363,1610321491.206112,2,'info','Scanned contents of 460 additional files at 20.13 per second'),(36364,1610321492.224941,2,'info','Scanned contents of 486 additional files at 20.36 per second'),(36365,1610321493.226401,2,'info','Scanned contents of 521 additional files at 20.95 per second'),(36366,1610321494.242031,2,'info','Scanned contents of 564 additional files at 21.79 per second'),(36367,1610321495.259589,2,'info','Scanned contents of 596 additional files at 22.16 per second'),(36368,1610321496.276317,2,'info','Scanned contents of 613 additional files at 21.96 per second'),(36369,1610321497.280334,2,'info','Scanned contents of 644 additional files at 22.27 per second'),(36370,1610321498.281356,2,'info','Scanned contents of 684 additional files at 22.86 per second'),(36371,1610321499.284782,2,'info','Scanned contents of 719 additional files at 23.25 per second'),(36372,1610321500.288914,2,'info','Scanned contents of 757 additional files at 23.71 per second'),(36373,1610321501.305458,2,'info','Scanned contents of 794 additional files at 24.10 per second'),(36374,1610321502.318936,2,'info','Scanned contents of 810 additional files at 23.85 per second'),(36375,1610321518.284271,2,'info','Scanned contents of 815 additional files at 16.32 per second'),(36376,1610321519.302414,2,'info','Scanned contents of 828 additional files at 16.25 per second'),(36377,1610321520.352215,2,'info','Scanned contents of 842 additional files at 16.19 per second'),(36378,1610321521.416730,2,'info','Scanned contents of 865 additional files at 16.30 per second'),(36379,1610321522.480984,2,'info','Scanned contents of 896 additional files at 16.56 per second'),(36380,1610321523.524142,2,'info','Scanned contents of 903 additional files at 16.37 per second'),(36381,1610321524.527700,2,'info','Scanned contents of 956 additional files at 17.02 per second'),(36382,1610321528.560351,2,'info','Scanned contents of 995 additional files at 16.53 per second'),(36383,1610321529.560680,2,'info','Scanned contents of 1074 additional files at 17.55 per second'),(36384,1610321530.571377,2,'info','Scanned contents of 1158 additional files at 18.61 per second'),(36385,1610321531.578358,2,'info','Scanned contents of 1228 additional files at 19.42 per second'),(36386,1610321532.583372,2,'info','Scanned contents of 1286 additional files at 20.02 per second'),(36387,1610321533.590476,2,'info','Scanned contents of 1348 additional files at 20.66 per second'),(36388,1610321534.595396,2,'info','Scanned contents of 1409 additional files at 21.27 per second'),(36389,1610321535.602927,2,'info','Scanned contents of 1470 additional files at 21.86 per second'),(36390,1610321536.615603,2,'info','Scanned contents of 1532 additional files at 22.44 per second'),(36391,1610321537.624229,2,'info','Scanned contents of 1613 additional files at 23.29 per second'),(36392,1610321538.646731,2,'info','Scanned contents of 1671 additional files at 23.77 per second'),(36393,1610321539.656156,2,'info','Scanned contents of 1719 additional files at 24.11 per second'),(36394,1610321540.659904,2,'info','Scanned contents of 1789 additional files at 24.74 per second'),(36395,1610321541.661453,2,'info','Scanned contents of 1873 additional files at 25.55 per second'),(36396,1610321542.674032,2,'info','Scanned contents of 1957 additional files at 26.33 per second'),(36397,1610321543.683634,2,'info','Scanned contents of 2040 additional files at 27.08 per second'),(36398,1610321544.687267,2,'info','Scanned contents of 2124 additional files at 27.83 per second'),(36399,1610321545.800532,2,'info','Scanned contents of 2206 additional files at 28.49 per second'),(36400,1610321546.822502,2,'info','Scanned contents of 2233 additional files at 28.46 per second'),(36401,1610321547.833202,2,'info','Scanned contents of 2257 additional files at 28.40 per second'),(36402,1610321548.922349,2,'info','Scanned contents of 2307 additional files at 28.64 per second'),(36403,1610321549.979523,2,'info','Scanned contents of 2348 additional files at 28.77 per second'),(36404,1610321551.010815,2,'info','Scanned contents of 2363 additional files at 28.59 per second'),(36405,1610321552.077460,2,'info','Scanned contents of 2378 additional files at 28.40 per second'),(36406,1610321553.092116,2,'info','Scanned contents of 2408 additional files at 28.42 per second'),(36407,1610321554.104452,2,'info','Scanned contents of 2444 additional files at 28.50 per second'),(36408,1610321555.109655,2,'info','Scanned contents of 2472 additional files at 28.50 per second'),(36409,1610321556.112261,2,'info','Scanned contents of 2513 additional files at 28.64 per second'),(36410,1610321557.425092,2,'info','Scanned contents of 2521 additional files at 28.30 per second'),(36411,1610321558.219538,2,'info','Scanned contents of 2526 additional files at 28.11 per second'),(36412,1610321558.219895,2,'info','Asking Wordfence to check URLs against malware list.'),(36413,1610321558.276389,2,'info','Checking 1495 host keys against Wordfence scanning servers.'),(36414,1610321558.425719,2,'info','Done host key check.'),(36415,1610321558.426659,2,'info','Checking 1 URLs from 1 sources.'),(36416,1610321558.538047,2,'info','Done URL check.'),(36417,1610321558.541148,2,'info','Done file contents scan'),(36423,1610321560.264448,2,'info','Examining URLs found in posts we scanned for dangerous websites'),(36424,1610321560.294014,2,'info','Checking 869 host keys against Wordfence scanning servers.'),(36425,1610321560.458769,2,'info','Done host key check.'),(36426,1610321560.463767,2,'info','Checking 4 URLs from 4 sources.'),(36427,1610321560.617905,2,'info','Done URL check.'),(36428,1610321560.618450,2,'info','Done examining URLs'),(36431,1610321560.937765,2,'info','Checking 2 host keys against Wordfence scanning servers.'),(36432,1610321561.068616,2,'info','Done host key check.'),(36435,1610321561.360037,2,'info','Starting password strength check on 2 users.'),(36442,1610321567.724148,2,'info','Examining URLs found in the options we scanned for dangerous websites'),(36443,1610321567.725338,2,'info','Done examining URLs'),(36445,1610321567.889148,1,'info','-------------------'),(36446,1610321567.890246,2,'info','Wordfence used 29.09 MB of memory for scan. Server peak memory usage was: 39.09 MB'),(36447,1610321567.890872,1,'info','Scan Complete. Scanned 7058 files, 15 plugins, 1 themes, 124 posts, 1 comments and 3444 URLs in 2 minutes 18 seconds.'),(36450,1610368653.975845,1,'info','Initiating quick scan'),(36455,1610368654.164487,1,'info','-------------------'),(36456,1610368654.165470,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 22 MB'),(36457,1610368654.165933,1,'info','Quick Scan Complete. Scanned in 1 second.'),(36460,1610454455.317241,1,'info','Initiating quick scan'),(36465,1610454455.659380,1,'info','-------------------'),(36466,1610454455.661964,2,'info','Wordfence used 2 MB of memory for scan. Server peak memory usage was: 12 MB'),(36467,1610454455.663059,1,'info','Quick Scan Complete. Scanned in less than 1 second.'),(36470,1610541201.826960,1,'info','Initiating quick scan'),(36475,1610541202.195691,1,'info','-------------------'),(36476,1610541202.196400,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 14 MB'),(36477,1610541202.196682,1,'info','Quick Scan Complete. Scanned in 1 second.'),(36479,1610581062.551093,1,'info','Scheduled Wordfence scan starting at Wednesday 13th of January 2021 05:37:42 PM'),(36481,1610581067.342053,1,'info','Contacting Wordfence to initiate scan'),(36488,1610581074.184156,2,'info','Total disk space: 452.05 GB -- Free disk space: 269.89 GB'),(36489,1610581074.184663,2,'info','The disk has 276365.73 MB available'),(36497,1610581075.081992,2,'info','Getting plugin list from WordPress'),(36498,1610581075.136231,2,'info','Found 15 plugins'),(36499,1610581075.136871,2,'info','Getting theme list from WordPress'),(36500,1610581075.147178,2,'info','Found 1 themes'),(36512,1610581076.590229,2,'info','500 files indexed'),(36513,1610581076.821910,2,'info','1000 files indexed'),(36514,1610581076.936982,2,'info','1500 files indexed'),(36515,1610581077.044145,2,'info','2000 files indexed'),(36516,1610581077.138998,2,'info','2500 files indexed'),(36517,1610581077.231623,2,'info','3000 files indexed'),(36518,1610581077.312980,2,'info','3500 files indexed'),(36519,1610581077.384642,2,'info','4000 files indexed'),(36520,1610581077.468666,2,'info','4500 files indexed'),(36521,1610581077.540196,2,'info','5000 files indexed'),(36522,1610581077.618732,2,'info','5500 files indexed'),(36523,1610581078.135736,2,'info','6000 files indexed'),(36524,1610581078.194077,2,'info','6500 files indexed'),(36525,1610581078.260675,2,'info','7000 files indexed'),(36526,1610581078.266913,2,'info','7058 files indexed'),(36527,1610581078.677527,2,'info','Analyzed 100 files containing 1.62 MB of data so far'),(36528,1610581079.035904,2,'info','Analyzed 200 files containing 3.06 MB of data so far'),(36529,1610581079.429490,2,'info','Analyzed 300 files containing 4.39 MB of data so far'),(36530,1610581079.995364,2,'info','Analyzed 400 files containing 7.02 MB of data so far'),(36531,1610581080.326831,2,'info','Analyzed 500 files containing 7.9 MB of data so far'),(36532,1610581080.665700,2,'info','Analyzed 600 files containing 8.7 MB of data so far'),(36533,1610581080.988780,2,'info','Analyzed 700 files containing 9.56 MB of data so far'),(36534,1610581081.491076,2,'info','Analyzed 800 files containing 11.73 MB of data so far'),(36535,1610581082.037196,2,'info','Analyzed 900 files containing 14.67 MB of data so far'),(36536,1610581082.601475,2,'info','Analyzed 1000 files containing 18.96 MB of data so far'),(36537,1610581082.892714,2,'info','Analyzed 1100 files containing 19.46 MB of data so far'),(36538,1610581083.154353,2,'info','Analyzed 1200 files containing 19.97 MB of data so far'),(36539,1610581083.417496,2,'info','Analyzed 1300 files containing 20.43 MB of data so far'),(36540,1610581083.736620,2,'info','Analyzed 1400 files containing 21.4 MB of data so far'),(36541,1610581083.978440,2,'info','Analyzed 1500 files containing 21.61 MB of data so far'),(36542,1610581084.336450,2,'info','Analyzed 1600 files containing 22.29 MB of data so far'),(36543,1610581084.785976,2,'info','Analyzed 1700 files containing 26.07 MB of data so far'),(36544,1610581084.935443,2,'info','Analyzed 1800 files containing 27.29 MB of data so far'),(36545,1610581085.035502,2,'info','Analyzed 1900 files containing 27.32 MB of data so far'),(36546,1610581085.135421,2,'info','Analyzed 2000 files containing 27.35 MB of data so far'),(36547,1610581085.341068,2,'info','Analyzed 2100 files containing 27.86 MB of data so far'),(36548,1610581085.609624,2,'info','Analyzed 2200 files containing 28.56 MB of data so far'),(36549,1610581085.875170,2,'info','Analyzed 2300 files containing 29.27 MB of data so far'),(36550,1610581086.131763,2,'info','Analyzed 2400 files containing 29.83 MB of data so far'),(36551,1610581086.362168,2,'info','Analyzed 2500 files containing 29.86 MB of data so far'),(36552,1610581086.623286,2,'info','Analyzed 2600 files containing 29.89 MB of data so far'),(36553,1610581086.854366,2,'info','Analyzed 2700 files containing 29.91 MB of data so far'),(36554,1610581087.100684,2,'info','Analyzed 2800 files containing 29.94 MB of data so far'),(36555,1610581087.336495,2,'info','Analyzed 2900 files containing 29.98 MB of data so far'),(36556,1610581087.573261,2,'info','Analyzed 3000 files containing 30 MB of data so far'),(36557,1610581087.983705,2,'info','Analyzed 3100 files containing 31.68 MB of data so far'),(36558,1610581088.427671,2,'info','Analyzed 3200 files containing 33.88 MB of data so far'),(36559,1610581088.732424,2,'info','Analyzed 3300 files containing 34.44 MB of data so far'),(36560,1610581089.259144,2,'info','Analyzed 3400 files containing 36.61 MB of data so far'),(36561,1610581090.309928,2,'info','Analyzed 3500 files containing 44.43 MB of data so far'),(36562,1610581091.333437,2,'info','Analyzed 3600 files containing 52.87 MB of data so far'),(36563,1610581091.581593,2,'info','Analyzed 3700 files containing 53.17 MB of data so far'),(36564,1610581091.757015,2,'info','Analyzed 3800 files containing 53.25 MB of data so far'),(36565,1610581092.077193,2,'info','Analyzed 3900 files containing 54.78 MB of data so far'),(36566,1610581092.326093,2,'info','Analyzed 4000 files containing 55.36 MB of data so far'),(36567,1610581092.608369,2,'info','Analyzed 4100 files containing 55.59 MB of data so far'),(36568,1610581092.868157,2,'info','Analyzed 4200 files containing 55.88 MB of data so far'),(36569,1610581093.277344,2,'info','Analyzed 4300 files containing 57.12 MB of data so far'),(36570,1610581093.479934,2,'info','Analyzed 4400 files containing 57.44 MB of data so far'),(36571,1610581093.675956,2,'info','Analyzed 4500 files containing 57.66 MB of data so far'),(36572,1610581093.965888,2,'info','Analyzed 4600 files containing 58.04 MB of data so far'),(36573,1610581094.393438,2,'info','Analyzed 4700 files containing 59.51 MB of data so far'),(36574,1610581095.243597,2,'info','Analyzed 4800 files containing 65.09 MB of data so far'),(36575,1610581095.561365,2,'info','Analyzed 4900 files containing 67.15 MB of data so far'),(36576,1610581095.779616,2,'info','Analyzed 5000 files containing 68.13 MB of data so far'),(36577,1610581096.047326,2,'info','Analyzed 5100 files containing 69.67 MB of data so far'),(36578,1610581096.225685,2,'info','Analyzed 5200 files containing 70 MB of data so far'),(36579,1610581096.516990,2,'info','Analyzed 5300 files containing 70.61 MB of data so far'),(36580,1610581096.793186,2,'info','Analyzed 5400 files containing 70.86 MB of data so far'),(36581,1610581097.062741,2,'info','Analyzed 5500 files containing 71.07 MB of data so far'),(36582,1610581097.535452,2,'info','Analyzed 5600 files containing 72.39 MB of data so far'),(36583,1610581097.930459,2,'info','Analyzed 5700 files containing 73.88 MB of data so far'),(36584,1610581098.214554,2,'info','Analyzed 5800 files containing 74.61 MB of data so far'),(36585,1610581098.623167,2,'info','Analyzed 5900 files containing 77.75 MB of data so far'),(36586,1610581098.780597,2,'info','Analyzed 6000 files containing 78.41 MB of data so far'),(36587,1610581098.948402,2,'info','Analyzed 6100 files containing 80.08 MB of data so far'),(36588,1610581099.177991,2,'info','Analyzed 6200 files containing 82.99 MB of data so far'),(36589,1610581099.346237,2,'info','Analyzed 6300 files containing 84.79 MB of data so far'),(36590,1610581099.548163,2,'info','Analyzed 6400 files containing 86.49 MB of data so far'),(36591,1610581100.270278,2,'info','Analyzed 6500 files containing 99.06 MB of data so far'),(36592,1610581100.450522,2,'info','Analyzed 6600 files containing 100.64 MB of data so far'),(36593,1610581100.660633,2,'info','Analyzed 6700 files containing 103 MB of data so far'),(36594,1610581100.941455,2,'info','Analyzed 6800 files containing 105.83 MB of data so far'),(36595,1610581101.217903,2,'info','Analyzed 6900 files containing 108.91 MB of data so far'),(36596,1610581101.372099,2,'info','Analyzed 7000 files containing 110.05 MB of data so far'),(36597,1610581101.473733,2,'info','Analyzed 7058 files containing 111.12 MB of data.'),(36605,1610581105.053079,2,'info','Starting scan of file contents'),(36606,1610581106.087309,2,'info','Scanned contents of 14 additional files at 13.56 per second'),(36607,1610581107.099806,2,'info','Scanned contents of 32 additional files at 15.65 per second'),(36608,1610581108.397620,2,'info','Scanned contents of 52 additional files at 15.55 per second'),(36609,1610581109.482891,2,'info','Scanned contents of 69 additional files at 15.58 per second'),(36610,1610581110.496058,2,'info','Scanned contents of 90 additional files at 16.54 per second'),(36611,1610581111.523233,2,'info','Scanned contents of 106 additional files at 16.39 per second'),(36612,1610581112.536271,2,'info','Scanned contents of 123 additional files at 16.44 per second'),(36613,1610581116.683374,2,'info','Scanned contents of 139 additional files at 11.95 per second'),(36614,1610581118.002701,2,'info','Scanned contents of 143 additional files at 11.04 per second'),(36615,1610581119.201442,2,'info','Scanned contents of 163 additional files at 11.52 per second'),(36616,1610581120.279479,2,'info','Scanned contents of 215 additional files at 14.12 per second'),(36617,1610581121.287593,2,'info','Scanned contents of 237 additional files at 14.60 per second'),(36618,1610581122.297442,2,'info','Scanned contents of 276 additional files at 16.01 per second'),(36619,1610581123.317202,2,'info','Scanned contents of 330 additional files at 18.07 per second'),(36620,1610581124.327071,2,'info','Scanned contents of 364 additional files at 18.89 per second'),(36621,1610581125.337481,2,'info','Scanned contents of 395 additional files at 19.47 per second'),(36622,1610581126.355757,2,'info','Scanned contents of 434 additional files at 20.37 per second'),(36623,1610581127.409643,2,'info','Scanned contents of 459 additional files at 20.53 per second'),(36624,1610581128.421603,2,'info','Scanned contents of 476 additional files at 20.37 per second'),(36625,1610581129.432299,2,'info','Scanned contents of 504 additional files at 20.67 per second'),(36626,1610581130.449721,2,'info','Scanned contents of 550 additional files at 21.66 per second'),(36627,1610581131.459343,2,'info','Scanned contents of 574 additional files at 21.74 per second'),(36628,1610581132.501071,2,'info','Scanned contents of 596 additional files at 21.71 per second'),(36629,1610581133.520810,2,'info','Scanned contents of 613 additional files at 21.53 per second'),(36630,1610581134.566500,2,'info','Scanned contents of 646 additional files at 21.89 per second'),(36631,1610581135.614940,2,'info','Scanned contents of 689 additional files at 22.55 per second'),(36632,1610581136.623825,2,'info','Scanned contents of 727 additional files at 23.03 per second'),(36633,1610581137.644406,2,'info','Scanned contents of 766 additional files at 23.50 per second'),(36634,1610581138.695164,2,'info','Scanned contents of 794 additional files at 23.60 per second'),(36635,1610581139.720663,2,'info','Scanned contents of 809 additional files at 23.34 per second'),(36636,1610581157.920634,2,'info','Scanned contents of 815 additional files at 15.42 per second'),(36637,1610581158.924941,2,'info','Scanned contents of 829 additional files at 15.39 per second'),(36638,1610581160.006770,2,'info','Scanned contents of 842 additional files at 15.32 per second'),(36639,1610581161.008565,2,'info','Scanned contents of 863 additional files at 15.42 per second'),(36640,1610581165.599335,2,'info','Scanned contents of 894 additional files at 14.77 per second'),(36641,1610581167.089898,2,'info','Scanned contents of 903 additional files at 14.56 per second'),(36642,1610581168.097314,2,'info','Scanned contents of 956 additional files at 15.16 per second'),(36643,1610581169.100269,2,'info','Scanned contents of 1031 additional files at 16.10 per second'),(36644,1610581170.101219,2,'info','Scanned contents of 1106 additional files at 17.00 per second'),(36645,1610581171.108793,2,'info','Scanned contents of 1182 additional files at 17.89 per second'),(36646,1610581172.122244,2,'info','Scanned contents of 1247 additional files at 18.59 per second'),(36647,1610581173.125879,2,'info','Scanned contents of 1309 additional files at 19.23 per second'),(36648,1610581174.136167,2,'info','Scanned contents of 1371 additional files at 19.85 per second'),(36649,1610581175.147188,2,'info','Scanned contents of 1426 additional files at 20.34 per second'),(36650,1610581176.161033,2,'info','Scanned contents of 1484 additional files at 20.87 per second'),(36651,1610581177.166495,2,'info','Scanned contents of 1545 additional files at 21.43 per second'),(36652,1610581178.167105,2,'info','Scanned contents of 1625 additional files at 22.23 per second'),(36653,1610581179.167955,2,'info','Scanned contents of 1702 additional files at 22.96 per second'),(36654,1610581180.176087,2,'info','Scanned contents of 1780 additional files at 23.69 per second'),(36655,1610581181.177563,2,'info','Scanned contents of 1819 additional files at 23.90 per second'),(36656,1610581182.202396,2,'info','Scanned contents of 1861 additional files at 24.12 per second'),(36657,1610581183.213403,2,'info','Scanned contents of 1915 additional files at 24.50 per second'),(36658,1610581184.220281,2,'info','Scanned contents of 1988 additional files at 25.11 per second'),(36659,1610581185.231593,2,'info','Scanned contents of 2066 additional files at 25.77 per second'),(36660,1610581186.232091,2,'info','Scanned contents of 2146 additional files at 26.44 per second'),(36661,1610581187.301743,2,'info','Scanned contents of 2209 additional files at 26.86 per second'),(36662,1610581188.373816,2,'info','Scanned contents of 2237 additional files at 26.85 per second'),(36663,1610581189.382174,2,'info','Scanned contents of 2264 additional files at 26.85 per second'),(36664,1610581190.396207,2,'info','Scanned contents of 2318 additional files at 27.16 per second'),(36665,1610581191.504973,2,'info','Scanned contents of 2351 additional files at 27.19 per second'),(36666,1610581192.593590,2,'info','Scanned contents of 2371 additional files at 27.09 per second'),(36667,1610581193.603048,2,'info','Scanned contents of 2388 additional files at 26.97 per second'),(36668,1610581194.626849,2,'info','Scanned contents of 2418 additional files at 26.99 per second'),(36669,1610581195.636066,2,'info','Scanned contents of 2452 additional files at 27.07 per second'),(36670,1610581196.636342,2,'info','Scanned contents of 2486 additional files at 27.15 per second'),(36671,1610581197.655242,2,'info','Scanned contents of 2520 additional files at 27.21 per second'),(36672,1610581199.037513,2,'info','Scanned contents of 2521 additional files at 26.82 per second'),(36673,1610581199.562598,2,'info','Scanned contents of 2526 additional files at 26.73 per second'),(36674,1610581199.562946,2,'info','Asking Wordfence to check URLs against malware list.'),(36675,1610581199.618511,2,'info','Checking 1495 host keys against Wordfence scanning servers.'),(36676,1610581199.749254,2,'info','Done host key check.'),(36677,1610581199.750427,2,'info','Checking 1 URLs from 1 sources.'),(36678,1610581199.853034,2,'info','Done URL check.'),(36679,1610581199.856271,2,'info','Done file contents scan'),(36685,1610581200.745032,2,'info','Examining URLs found in posts we scanned for dangerous websites'),(36686,1610581200.759288,2,'info','Checking 869 host keys against Wordfence scanning servers.'),(36687,1610581200.871234,2,'info','Done host key check.'),(36688,1610581200.873682,2,'info','Checking 4 URLs from 4 sources.'),(36689,1610581200.986952,2,'info','Done URL check.'),(36690,1610581200.987318,2,'info','Done examining URLs'),(36693,1610581201.249876,2,'info','Checking 2 host keys against Wordfence scanning servers.'),(36694,1610581201.369310,2,'info','Done host key check.'),(36697,1610581201.582860,2,'info','Starting password strength check on 2 users.'),(36704,1610581207.766634,2,'info','Examining URLs found in the options we scanned for dangerous websites'),(36705,1610581207.767700,2,'info','Done examining URLs'),(36707,1610581207.989049,1,'info','-------------------'),(36708,1610581207.990308,2,'info','Wordfence used 49.11 MB of memory for scan. Server peak memory usage was: 57.11 MB'),(36709,1610581207.991067,1,'info','Scan Complete. Scanned 7058 files, 15 plugins, 1 themes, 124 posts, 1 comments and 3444 URLs in 2 minutes 20 seconds.'),(36712,1610627391.293648,1,'info','Initiating quick scan'),(36717,1610627391.937579,1,'info','-------------------'),(36718,1610627391.939510,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 12 MB'),(36719,1610627391.940183,1,'info','Quick Scan Complete. Scanned in less than 1 second.'),(36722,1610713730.991471,1,'info','Initiating quick scan'),(36727,1610713731.631583,1,'info','-------------------'),(36728,1610713731.633315,2,'info','Wordfence used 2 MB of memory for scan. Server peak memory usage was: 8 MB'),(36729,1610713731.634104,1,'info','Quick Scan Complete. Scanned in 1 second.'),(36732,1610800175.571725,1,'info','Initiating quick scan'),(36737,1610800175.959492,1,'info','-------------------'),(36738,1610800175.960084,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 10 MB'),(36739,1610800175.960354,1,'info','Quick Scan Complete. Scanned in less than 1 second.'),(36741,1610840024.135226,1,'info','Scheduled Wordfence scan starting at Saturday 16th of January 2021 05:33:44 PM'),(36743,1610840031.546681,1,'info','Contacting Wordfence to initiate scan'),(36750,1610840040.102470,2,'info','Total disk space: 452.05 GB -- Free disk space: 269.44 GB'),(36751,1610840040.102964,2,'info','The disk has 275904.23 MB available'),(36759,1610840041.176483,2,'info','Getting plugin list from WordPress'),(36760,1610840041.225241,2,'info','Found 15 plugins'),(36761,1610840041.225933,2,'info','Getting theme list from WordPress'),(36762,1610840041.235193,2,'info','Found 1 themes'),(36765,1610840041.863150,10,'info','SUM_START:Fetching list of known malware files from Wordfence'),(36766,1610840041.868591,10,'info','SUM_ENDSUCCESS:Fetching list of known malware files from Wordfence'),(36767,1610840041.876933,10,'info','SUM_START:Fetching list of known core files from Wordfence'),(36768,1610840041.878258,10,'info','SUM_ENDSUCCESS:Fetching list of known core files from Wordfence'),(36769,1610840041.884618,10,'info','SUM_START:Comparing core WordPress files against originals in repository'),(36770,1610840041.989278,10,'info','SUM_DISABLED:Skipping theme scan'),(36771,1610840041.989883,10,'info','SUM_DISABLED:Skipping plugin scan'),(36772,1610840041.994368,10,'info','SUM_START:Scanning for known malware files'),(36773,1610840042.115598,10,'info','SUM_START:Scanning for unknown files in wp-admin and wp-includes'),(36774,1610840042.596958,2,'info','500 files indexed'),(36775,1610840042.700581,2,'info','1000 files indexed'),(36776,1610840042.752792,2,'info','1500 files indexed'),(36777,1610840042.810201,2,'info','2000 files indexed'),(36778,1610840042.919766,2,'info','2500 files indexed'),(36779,1610840043.024372,2,'info','3000 files indexed'),(36780,1610840043.138453,2,'info','3500 files indexed'),(36781,1610840043.229282,2,'info','4000 files indexed'),(36782,1610840043.327116,2,'info','4500 files indexed'),(36783,1610840043.412581,2,'info','5000 files indexed'),(36784,1610840043.492838,2,'info','5500 files indexed'),(36785,1610840044.048575,2,'info','6000 files indexed'),(36786,1610840044.104917,2,'info','6500 files indexed'),(36787,1610840044.168283,2,'info','7000 files indexed'),(36788,1610840044.173762,2,'info','7058 files indexed'),(36789,1610840044.609307,2,'info','Analyzed 100 files containing 1.62 MB of data so far'),(36790,1610840044.992183,2,'info','Analyzed 200 files containing 3.06 MB of data so far'),(36791,1610840045.418296,2,'info','Analyzed 300 files containing 4.39 MB of data so far'),(36792,1610840046.024177,2,'info','Analyzed 400 files containing 7.02 MB of data so far'),(36793,1610840046.382804,2,'info','Analyzed 500 files containing 7.9 MB of data so far'),(36794,1610840046.762601,2,'info','Analyzed 600 files containing 8.7 MB of data so far'),(36795,1610840047.102086,2,'info','Analyzed 700 files containing 9.56 MB of data so far'),(36796,1610840047.617012,2,'info','Analyzed 800 files containing 11.73 MB of data so far'),(36797,1610840048.219594,2,'info','Analyzed 900 files containing 14.67 MB of data so far'),(36798,1610840048.854594,2,'info','Analyzed 1000 files containing 18.96 MB of data so far'),(36799,1610840049.143046,2,'info','Analyzed 1100 files containing 19.46 MB of data so far'),(36800,1610840049.442189,2,'info','Analyzed 1200 files containing 19.97 MB of data so far'),(36801,1610840049.756073,2,'info','Analyzed 1300 files containing 20.43 MB of data so far'),(36802,1610840050.140415,2,'info','Analyzed 1400 files containing 21.4 MB of data so far'),(36803,1610840050.448560,2,'info','Analyzed 1500 files containing 21.61 MB of data so far'),(36804,1610840050.823559,2,'info','Analyzed 1600 files containing 22.29 MB of data so far'),(36805,1610840051.477348,2,'info','Analyzed 1700 files containing 26.07 MB of data so far'),(36806,1610840051.864359,2,'info','Analyzed 1800 files containing 27.29 MB of data so far'),(36807,1610840052.115053,2,'info','Analyzed 1900 files containing 27.32 MB of data so far'),(36808,1610840052.369788,2,'info','Analyzed 2000 files containing 27.35 MB of data so far'),(36809,1610840052.711050,2,'info','Analyzed 2100 files containing 27.86 MB of data so far'),(36810,1610840053.068079,2,'info','Analyzed 2200 files containing 28.56 MB of data so far'),(36811,1610840053.390649,2,'info','Analyzed 2300 files containing 29.27 MB of data so far'),(36812,1610840053.713154,2,'info','Analyzed 2400 files containing 29.83 MB of data so far'),(36813,1610840053.986594,2,'info','Analyzed 2500 files containing 29.86 MB of data so far'),(36814,1610840054.284634,2,'info','Analyzed 2600 files containing 29.89 MB of data so far'),(36815,1610840054.565202,2,'info','Analyzed 2700 files containing 29.91 MB of data so far'),(36816,1610840054.848810,2,'info','Analyzed 2800 files containing 29.94 MB of data so far'),(36817,1610840055.150329,2,'info','Analyzed 2900 files containing 29.98 MB of data so far'),(36818,1610840055.427638,2,'info','Analyzed 3000 files containing 30 MB of data so far'),(36819,1610840055.895795,2,'info','Analyzed 3100 files containing 31.68 MB of data so far'),(36820,1610840056.438307,2,'info','Analyzed 3200 files containing 33.88 MB of data so far'),(36821,1610840056.757648,2,'info','Analyzed 3300 files containing 34.44 MB of data so far'),(36822,1610840057.299940,2,'info','Analyzed 3400 files containing 36.61 MB of data so far'),(36823,1610840058.259619,2,'info','Analyzed 3500 files containing 44.43 MB of data so far'),(36824,1610840059.088340,2,'info','Analyzed 3600 files containing 52.87 MB of data so far'),(36825,1610840059.283153,2,'info','Analyzed 3700 files containing 53.17 MB of data so far'),(36826,1610840059.426724,2,'info','Analyzed 3800 files containing 53.25 MB of data so far'),(36827,1610840059.683598,2,'info','Analyzed 3900 files containing 54.78 MB of data so far'),(36828,1610840059.862674,2,'info','Analyzed 4000 files containing 55.36 MB of data so far'),(36829,1610840060.061343,2,'info','Analyzed 4100 files containing 55.59 MB of data so far'),(36830,1610840060.247081,2,'info','Analyzed 4200 files containing 55.88 MB of data so far'),(36831,1610840060.720650,2,'info','Analyzed 4300 files containing 57.12 MB of data so far'),(36832,1610840061.054370,2,'info','Analyzed 4400 files containing 57.44 MB of data so far'),(36833,1610840061.363617,2,'info','Analyzed 4500 files containing 57.66 MB of data so far'),(36834,1610840061.720719,2,'info','Analyzed 4600 files containing 58.04 MB of data so far'),(36835,1610840062.211766,2,'info','Analyzed 4700 files containing 59.51 MB of data so far'),(36836,1610840063.071728,2,'info','Analyzed 4800 files containing 65.09 MB of data so far'),(36837,1610840063.530276,2,'info','Analyzed 4900 files containing 67.15 MB of data so far'),(36838,1610840063.894190,2,'info','Analyzed 5000 files containing 68.13 MB of data so far'),(36839,1610840064.339193,2,'info','Analyzed 5100 files containing 69.67 MB of data so far'),(36840,1610840064.646559,2,'info','Analyzed 5200 files containing 70 MB of data so far'),(36841,1610840064.994320,2,'info','Analyzed 5300 files containing 70.61 MB of data so far'),(36842,1610840065.294528,2,'info','Analyzed 5400 files containing 70.86 MB of data so far'),(36843,1610840065.590630,2,'info','Analyzed 5500 files containing 71.07 MB of data so far'),(36844,1610840066.120178,2,'info','Analyzed 5600 files containing 72.39 MB of data so far'),(36845,1610840066.554127,2,'info','Analyzed 5700 files containing 73.88 MB of data so far'),(36846,1610840066.890310,2,'info','Analyzed 5800 files containing 74.61 MB of data so far'),(36847,1610840067.465910,2,'info','Analyzed 5900 files containing 77.75 MB of data so far'),(36848,1610840067.801425,2,'info','Analyzed 6000 files containing 78.41 MB of data so far'),(36849,1610840068.300960,2,'info','Analyzed 6100 files containing 80.08 MB of data so far'),(36850,1610840068.861984,2,'info','Analyzed 6200 files containing 82.99 MB of data so far'),(36851,1610840069.243676,2,'info','Analyzed 6300 files containing 84.79 MB of data so far'),(36852,1610840069.648303,2,'info','Analyzed 6400 files containing 86.49 MB of data so far'),(36853,1610840070.468440,2,'info','Analyzed 6500 files containing 99.06 MB of data so far'),(36854,1610840070.693197,2,'info','Analyzed 6600 files containing 100.64 MB of data so far'),(36855,1610840070.941357,2,'info','Analyzed 6700 files containing 103 MB of data so far'),(36856,1610840071.208070,2,'info','Analyzed 6800 files containing 105.83 MB of data so far'),(36857,1610840071.460069,2,'info','Analyzed 6900 files containing 108.91 MB of data so far'),(36858,1610840071.638121,2,'info','Analyzed 7000 files containing 110.05 MB of data so far'),(36859,1610840071.753128,2,'info','Analyzed 7058 files containing 111.12 MB of data.'),(36860,1610840071.753505,10,'info','SUM_ENDOK:Comparing core WordPress files against originals in repository'),(36861,1610840071.888337,10,'info','SUM_ENDOK:Scanning for unknown files in wp-admin and wp-includes'),(36862,1610840072.011175,10,'info','SUM_ENDOK:Scanning for known malware files'),(36863,1610840072.129830,10,'info','SUM_START:Check for publicly accessible configuration files, backup files and logs'),(36864,1610840074.214648,10,'info','SUM_ENDOK:Check for publicly accessible configuration files, backup files and logs'),(36865,1610840074.347878,10,'info','SUM_START:Scanning file contents for infections and vulnerabilities'),(36866,1610840074.352443,10,'info','SUM_START:Scanning file contents for URLs on a domain blocklist'),(36867,1610840075.452379,2,'info','Starting scan of file contents'),(36868,1610840076.607054,2,'info','Scanned contents of 4 additional files at 3.47 per second'),(36869,1610840081.079903,2,'info','Scanned contents of 14 additional files at 2.49 per second'),(36870,1610840082.381917,2,'info','Scanned contents of 27 additional files at 3.90 per second'),(36871,1610840083.543595,2,'info','Scanned contents of 49 additional files at 6.06 per second'),(36872,1610840084.544893,2,'info','Scanned contents of 63 additional files at 6.93 per second'),(36873,1610840085.584752,2,'info','Scanned contents of 93 additional files at 9.18 per second'),(36874,1610840086.605399,2,'info','Scanned contents of 108 additional files at 9.69 per second'),(36875,1610840087.612068,2,'info','Scanned contents of 125 additional files at 10.28 per second'),(36876,1610840088.894389,2,'info','Scanned contents of 143 additional files at 10.64 per second'),(36877,1610840090.062132,2,'info','Scanned contents of 163 additional files at 11.16 per second'),(36878,1610840091.120269,2,'info','Scanned contents of 215 additional files at 13.72 per second'),(36879,1610840092.132096,2,'info','Scanned contents of 237 additional files at 14.21 per second'),(36880,1610840093.137589,2,'info','Scanned contents of 270 additional files at 15.27 per second'),(36881,1610840094.152732,2,'info','Scanned contents of 326 additional files at 17.43 per second'),(36882,1610840095.163311,2,'info','Scanned contents of 353 additional files at 17.91 per second'),(36883,1610840096.204722,2,'info','Scanned contents of 375 additional files at 18.07 per second'),(36884,1610840097.211000,2,'info','Scanned contents of 402 additional files at 18.48 per second'),(36885,1610840098.225806,2,'info','Scanned contents of 443 additional files at 19.45 per second'),(36886,1610840099.256430,2,'info','Scanned contents of 473 additional files at 19.87 per second'),(36887,1610840100.308584,2,'info','Scanned contents of 489 additional files at 19.67 per second'),(36888,1610840101.349227,2,'info','Scanned contents of 520 additional files at 20.08 per second'),(36889,1610840102.373111,2,'info','Scanned contents of 544 additional files at 20.21 per second'),(36890,1610840103.393468,2,'info','Scanned contents of 575 additional files at 20.58 per second'),(36891,1610840104.404458,2,'info','Scanned contents of 605 additional files at 20.90 per second'),(36892,1610840105.410786,2,'info','Scanned contents of 622 additional files at 20.76 per second'),(36893,1610840106.429802,2,'info','Scanned contents of 658 additional files at 21.24 per second'),(36894,1610840107.437743,2,'info','Scanned contents of 695 additional files at 21.73 per second'),(36895,1610840108.457807,2,'info','Scanned contents of 731 additional files at 22.15 per second'),(36896,1610840109.481200,2,'info','Scanned contents of 768 additional files at 22.57 per second'),(36897,1610840110.676360,2,'info','Scanned contents of 798 additional files at 22.66 per second'),(36898,1610840131.517528,2,'info','Scanned contents of 815 additional files at 14.54 per second'),(36899,1610840132.983002,2,'info','Scanned contents of 820 additional files at 14.25 per second'),(36900,1610840134.092103,2,'info','Scanned contents of 840 additional files at 14.33 per second'),(36901,1610840135.129036,2,'info','Scanned contents of 856 additional files at 14.34 per second'),(36902,1610840136.155357,2,'info','Scanned contents of 890 additional files at 14.66 per second'),(36903,1610840137.545002,2,'info','Scanned contents of 903 additional files at 14.54 per second'),(36904,1610840138.548299,2,'info','Scanned contents of 943 additional files at 14.95 per second'),(36905,1610840139.567113,2,'info','Scanned contents of 980 additional files at 15.29 per second'),(36906,1610840140.580241,2,'info','Scanned contents of 1034 additional files at 15.88 per second'),(36907,1610840141.583770,2,'info','Scanned contents of 1116 additional files at 16.88 per second'),(36908,1610840142.605450,2,'info','Scanned contents of 1200 additional files at 17.87 per second'),(36909,1610840143.616149,2,'info','Scanned contents of 1260 additional files at 18.49 per second'),(36910,1610840144.628718,2,'info','Scanned contents of 1319 additional files at 19.07 per second'),(36911,1610840145.638150,2,'info','Scanned contents of 1378 additional files at 19.63 per second'),(36912,1610840146.640761,2,'info','Scanned contents of 1440 additional files at 20.23 per second'),(36913,1610840147.647892,2,'info','Scanned contents of 1503 additional files at 20.82 per second'),(36914,1610840148.649794,2,'info','Scanned contents of 1573 additional files at 21.49 per second'),(36915,1610840149.657524,2,'info','Scanned contents of 1617 additional files at 21.79 per second'),(36916,1610840150.658137,2,'info','Scanned contents of 1655 additional files at 22.01 per second'),(36917,1610840151.663740,2,'info','Scanned contents of 1708 additional files at 22.41 per second'),(36918,1610840152.672740,2,'info','Scanned contents of 1784 additional files at 23.10 per second'),(36919,1610840153.673548,2,'info','Scanned contents of 1865 additional files at 23.84 per second'),(36920,1610840154.683174,2,'info','Scanned contents of 1949 additional files at 24.60 per second'),(36921,1610840155.683444,2,'info','Scanned contents of 2030 additional files at 25.30 per second'),(36922,1610840156.692935,2,'info','Scanned contents of 2114 additional files at 26.02 per second'),(36923,1610840157.705019,2,'info','Scanned contents of 2195 additional files at 26.69 per second'),(36924,1610840158.761756,2,'info','Scanned contents of 2227 additional files at 26.73 per second'),(36925,1610840159.770320,2,'info','Scanned contents of 2256 additional files at 26.76 per second'),(36926,1610840160.860314,2,'info','Scanned contents of 2307 additional files at 27.01 per second'),(36927,1610840161.861505,2,'info','Scanned contents of 2347 additional files at 27.16 per second'),(36928,1610840162.881760,2,'info','Scanned contents of 2361 additional files at 27.01 per second'),(36929,1610840163.992578,2,'info','Scanned contents of 2378 additional files at 26.86 per second'),(36930,1610840165.130507,2,'info','Scanned contents of 2410 additional files at 26.87 per second'),(36931,1610840166.160911,2,'info','Scanned contents of 2445 additional files at 26.96 per second'),(36932,1610840167.174282,2,'info','Scanned contents of 2482 additional files at 27.06 per second'),(36933,1610840169.216253,2,'info','Scanned contents of 2521 additional files at 26.89 per second'),(36934,1610840169.737511,2,'info','Scanned contents of 2526 additional files at 26.79 per second'),(36935,1610840169.737818,2,'info','Asking Wordfence to check URLs against malware list.'),(36936,1610840169.791401,2,'info','Checking 1495 host keys against Wordfence scanning servers.'),(36937,1610840169.936157,2,'info','Done host key check.'),(36938,1610840169.937300,2,'info','Checking 1 URLs from 1 sources.'),(36939,1610840170.052454,2,'info','Done URL check.'),(36940,1610840170.055455,2,'info','Done file contents scan'),(36941,1610840170.057208,10,'info','SUM_ENDOK:Scanning file contents for infections and vulnerabilities'),(36942,1610840170.155803,10,'info','SUM_ENDOK:Scanning file contents for URLs on a domain blocklist'),(36943,1610840170.260574,10,'info','SUM_START:Scanning for publicly accessible quarantined files'),(36944,1610840170.372519,10,'info','SUM_ENDOK:Scanning for publicly accessible quarantined files'),(36945,1610840170.539856,10,'info','SUM_START:Scanning posts for URLs on a domain blocklist'),(36946,1610840171.399347,2,'info','Examining URLs found in posts we scanned for dangerous websites'),(36947,1610840171.431414,2,'info','Checking 869 host keys against Wordfence scanning servers.'),(36948,1610840171.587942,2,'info','Done host key check.'),(36949,1610840171.592479,2,'info','Checking 4 URLs from 4 sources.'),(36950,1610840171.743451,2,'info','Done URL check.'),(36951,1610840171.744271,2,'info','Done examining URLs'),(36952,1610840171.747191,10,'info','SUM_ENDOK:Scanning posts for URLs on a domain blocklist'),(36953,1610840171.917932,10,'info','SUM_START:Scanning comments for URLs on a domain blocklist'),(36954,1610840172.078741,2,'info','Checking 2 host keys against Wordfence scanning servers.'),(36955,1610840172.231504,2,'info','Done host key check.'),(36956,1610840172.234118,10,'info','SUM_ENDOK:Scanning comments for URLs on a domain blocklist'),(36957,1610840172.494686,10,'info','SUM_START:Scanning for weak passwords'),(36958,1610840172.642396,2,'info','Starting password strength check on 2 users.'),(36959,1610840174.150115,10,'info','SUM_ENDOK:Scanning for weak passwords'),(36960,1610840174.255745,10,'info','SUM_START:Scanning for old themes, plugins and core files'),(36961,1610840182.751233,10,'info','SUM_ENDBAD:Scanning for old themes, plugins and core files'),(36962,1610840182.923730,10,'info','SUM_START:Scanning for admin users not created through WordPress'),(36963,1610840183.246347,10,'info','SUM_ENDOK:Scanning for admin users not created through WordPress'),(36964,1610840183.407863,10,'info','SUM_START:Scanning for suspicious site options'),(36965,1610840183.569886,2,'info','Examining URLs found in the options we scanned for dangerous websites'),(36966,1610840183.571133,2,'info','Done examining URLs'),(36967,1610840183.573460,10,'info','SUM_ENDOK:Scanning for suspicious site options'),(36968,1610840183.737061,1,'info','-------------------'),(36969,1610840183.738188,2,'info','Wordfence used 41.11 MB of memory for scan. Server peak memory usage was: 57.11 MB'),(36970,1610840183.738984,1,'info','Scan Complete. Scanned 7058 files, 15 plugins, 1 themes, 124 posts, 1 comments and 3444 URLs in 2 minutes 32 seconds.'),(36971,1610840183.739627,10,'info','SUM_FINAL:Scan complete. You have 2 new issues to fix. See below.'),(36972,1610886609.229742,10,'info','SUM_PREP:Preparing a new scan.'),(36973,1610886609.233899,1,'info','Initiating quick scan'),(36974,1610886609.239974,10,'info','SUM_START:Checking Web Application Firewall status'),(36975,1610886609.240514,10,'info','SUM_ENDOK:Checking Web Application Firewall status'),(36976,1610886609.247627,10,'info','SUM_START:Scanning for old themes, plugins and core files'),(36977,1610886609.608749,10,'info','SUM_ENDBAD:Scanning for old themes, plugins and core files'),(36978,1610886609.613669,1,'info','-------------------'),(36979,1610886609.614382,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 10 MB'),(36980,1610886609.614669,1,'info','Quick Scan Complete. Scanned in less than 1 second.'),(36981,1610886609.614951,10,'info','SUM_FINAL:Scan complete. You have 2 new issues to fix. See below.'),(36982,1610973060.485996,10,'info','SUM_PREP:Preparing a new scan.'),(36983,1610973060.492362,1,'info','Initiating quick scan'),(36984,1610973060.499142,10,'info','SUM_START:Checking Web Application Firewall status'),(36985,1610973060.499760,10,'info','SUM_ENDOK:Checking Web Application Firewall status'),(36986,1610973060.512836,10,'info','SUM_START:Scanning for old themes, plugins and core files'),(36987,1610973060.825779,10,'info','SUM_ENDBAD:Scanning for old themes, plugins and core files'),(36988,1610973060.832983,1,'info','-------------------'),(36989,1610973060.833668,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 10 MB'),(36990,1610973060.833967,1,'info','Quick Scan Complete. Scanned in less than 1 second.'),(36991,1610973060.834198,10,'info','SUM_FINAL:Scan complete. You have 2 new issues to fix. See below.'),(36992,1611059448.751282,10,'info','SUM_PREP:Preparing a new scan.'),(36993,1611059448.757383,1,'info','Initiating quick scan'),(36994,1611059448.764235,10,'info','SUM_START:Checking Web Application Firewall status'),(36995,1611059448.764875,10,'info','SUM_ENDOK:Checking Web Application Firewall status'),(36996,1611059448.777481,10,'info','SUM_START:Scanning for old themes, plugins and core files'),(36997,1611059449.130760,10,'info','SUM_ENDBAD:Scanning for old themes, plugins and core files'),(36998,1611059449.154541,1,'info','-------------------'),(36999,1611059449.157118,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 16 MB'),(37000,1611059449.158184,1,'info','Quick Scan Complete. Scanned in 1 second.'),(37001,1611059449.159123,10,'info','SUM_FINAL:Scan complete. You have 2 new issues to fix. See below.'),(37002,1611099043.779986,1,'info','Scheduled Wordfence scan starting at Tuesday 19th of January 2021 05:30:43 PM'),(37003,1611099047.056912,10,'info','SUM_PREP:Preparing a new scan.'),(37004,1611099047.068307,1,'info','Contacting Wordfence to initiate scan'),(37005,1611099047.395101,10,'info','SUM_PAIDONLY:Check if your site is being Spamvertized is for paid members only'),(37006,1611099049.398249,10,'info','SUM_PAIDONLY:Checking if your IP is generating spam is for paid members only'),(37007,1611099051.402106,10,'info','SUM_PAIDONLY:Checking if your site is on a domain blocklist is for paid members only'),(37008,1611099053.413306,10,'info','SUM_START:Checking for the most secure way to get IPs'),(37009,1611099053.511043,10,'info','SUM_ENDOK:Checking for the most secure way to get IPs'),(37010,1611099053.612253,10,'info','SUM_START:Scanning to check available disk space'),(37011,1611099053.703887,2,'info','Total disk space: 452.05 GB -- Free disk space: 269.43 GB'),(37012,1611099053.704399,2,'info','The disk has 275891.57 MB available'),(37013,1611099053.704648,10,'info','SUM_ENDOK:Scanning to check available disk space'),(37014,1611099053.826066,10,'info','SUM_START:Checking Web Application Firewall status'),(37015,1611099053.919817,10,'info','SUM_ENDOK:Checking Web Application Firewall status'),(37016,1611099054.086311,10,'info','SUM_START:Checking for future GeoIP support'),(37017,1611099054.187751,10,'info','SUM_ENDOK:Checking for future GeoIP support'),(37018,1611099054.306912,10,'info','SUM_START:Checking for paths skipped due to scan settings'),(37019,1611099054.417702,10,'info','SUM_ENDOK:Checking for paths skipped due to scan settings'),(37020,1611099054.539599,2,'info','Getting plugin list from WordPress'),(37021,1611099054.559996,2,'info','Found 15 plugins'),(37022,1611099054.560273,2,'info','Getting theme list from WordPress'),(37023,1611099054.565489,2,'info','Found 1 themes'),(37024,1611099054.577124,10,'info','SUM_START:Fetching core, theme and plugin file signatures from Wordfence'),(37025,1611099054.879471,10,'info','SUM_ENDSUCCESS:Fetching core, theme and plugin file signatures from Wordfence'),(37026,1611099054.890605,10,'info','SUM_START:Fetching list of known malware files from Wordfence'),(37027,1611099054.896014,10,'info','SUM_ENDSUCCESS:Fetching list of known malware files from Wordfence'),(37028,1611099054.906630,10,'info','SUM_START:Fetching list of known core files from Wordfence'),(37029,1611099054.907922,10,'info','SUM_ENDSUCCESS:Fetching list of known core files from Wordfence'),(37030,1611099054.918627,10,'info','SUM_START:Comparing core WordPress files against originals in repository'),(37031,1611099055.010380,10,'info','SUM_DISABLED:Skipping theme scan'),(37032,1611099055.011050,10,'info','SUM_DISABLED:Skipping plugin scan'),(37033,1611099055.017040,10,'info','SUM_START:Scanning for known malware files'),(37034,1611099055.128949,10,'info','SUM_START:Scanning for unknown files in wp-admin and wp-includes'),(37035,1611099055.455678,2,'info','500 files indexed'),(37036,1611099055.569370,2,'info','1000 files indexed'),(37037,1611099055.647738,2,'info','1500 files indexed'),(37038,1611099055.719174,2,'info','2000 files indexed'),(37039,1611099055.765165,2,'info','2500 files indexed'),(37040,1611099055.809005,2,'info','3000 files indexed'),(37041,1611099055.858895,2,'info','3500 files indexed'),(37042,1611099055.900241,2,'info','4000 files indexed'),(37043,1611099055.948046,2,'info','4500 files indexed'),(37044,1611099055.987229,2,'info','5000 files indexed'),(37045,1611099056.022462,2,'info','5500 files indexed'),(37046,1611099056.337936,2,'info','6000 files indexed'),(37047,1611099056.361506,2,'info','6500 files indexed'),(37048,1611099056.394329,2,'info','7000 files indexed'),(37049,1611099056.396820,2,'info','7058 files indexed'),(37050,1611099056.659694,2,'info','Analyzed 100 files containing 1.62 MB of data so far'),(37051,1611099056.938246,2,'info','Analyzed 200 files containing 3.06 MB of data so far'),(37052,1611099057.175944,2,'info','Analyzed 300 files containing 4.39 MB of data so far'),(37053,1611099057.429362,2,'info','Analyzed 400 files containing 7.02 MB of data so far'),(37054,1611099057.637653,2,'info','Analyzed 500 files containing 7.9 MB of data so far'),(37055,1611099057.808258,2,'info','Analyzed 600 files containing 8.7 MB of data so far'),(37056,1611099057.953623,2,'info','Analyzed 700 files containing 9.56 MB of data so far'),(37057,1611099058.202153,2,'info','Analyzed 800 files containing 11.73 MB of data so far'),(37058,1611099058.483383,2,'info','Analyzed 900 files containing 14.67 MB of data so far'),(37059,1611099058.797048,2,'info','Analyzed 1000 files containing 18.96 MB of data so far'),(37060,1611099058.953407,2,'info','Analyzed 1100 files containing 19.46 MB of data so far'),(37061,1611099059.095442,2,'info','Analyzed 1200 files containing 19.97 MB of data so far'),(37062,1611099059.237265,2,'info','Analyzed 1300 files containing 20.43 MB of data so far'),(37063,1611099059.447745,2,'info','Analyzed 1400 files containing 21.4 MB of data so far'),(37064,1611099059.733968,2,'info','Analyzed 1500 files containing 21.61 MB of data so far'),(37065,1611099060.044672,2,'info','Analyzed 1600 files containing 22.29 MB of data so far'),(37066,1611099060.495302,2,'info','Analyzed 1700 files containing 26.07 MB of data so far'),(37067,1611099060.770791,2,'info','Analyzed 1800 files containing 27.29 MB of data so far'),(37068,1611099060.934139,2,'info','Analyzed 1900 files containing 27.32 MB of data so far'),(37069,1611099061.084257,2,'info','Analyzed 2000 files containing 27.35 MB of data so far'),(37070,1611099061.270389,2,'info','Analyzed 2100 files containing 27.86 MB of data so far'),(37071,1611099061.523719,2,'info','Analyzed 2200 files containing 28.56 MB of data so far'),(37072,1611099061.862740,2,'info','Analyzed 2300 files containing 29.27 MB of data so far'),(37073,1611099062.188664,2,'info','Analyzed 2400 files containing 29.83 MB of data so far'),(37074,1611099062.471010,2,'info','Analyzed 2500 files containing 29.86 MB of data so far'),(37075,1611099062.767491,2,'info','Analyzed 2600 files containing 29.89 MB of data so far'),(37076,1611099063.056318,2,'info','Analyzed 2700 files containing 29.91 MB of data so far'),(37077,1611099063.393681,2,'info','Analyzed 2800 files containing 29.94 MB of data so far'),(37078,1611099063.662233,2,'info','Analyzed 2900 files containing 29.98 MB of data so far'),(37079,1611099063.917773,2,'info','Analyzed 3000 files containing 30 MB of data so far'),(37080,1611099064.254568,2,'info','Analyzed 3100 files containing 31.68 MB of data so far'),(37081,1611099064.626649,2,'info','Analyzed 3200 files containing 33.88 MB of data so far'),(37082,1611099064.846536,2,'info','Analyzed 3300 files containing 34.44 MB of data so far'),(37083,1611099065.244549,2,'info','Analyzed 3400 files containing 36.61 MB of data so far'),(37084,1611099065.880440,2,'info','Analyzed 3500 files containing 44.43 MB of data so far'),(37085,1611099066.425398,2,'info','Analyzed 3600 files containing 52.87 MB of data so far'),(37086,1611099066.559804,2,'info','Analyzed 3700 files containing 53.17 MB of data so far'),(37087,1611099066.704363,2,'info','Analyzed 3800 files containing 53.25 MB of data so far'),(37088,1611099066.918181,2,'info','Analyzed 3900 files containing 54.78 MB of data so far'),(37089,1611099067.087836,2,'info','Analyzed 4000 files containing 55.36 MB of data so far'),(37090,1611099067.247169,2,'info','Analyzed 4100 files containing 55.59 MB of data so far'),(37091,1611099067.456379,2,'info','Analyzed 4200 files containing 55.88 MB of data so far'),(37092,1611099067.739878,2,'info','Analyzed 4300 files containing 57.12 MB of data so far'),(37093,1611099067.881366,2,'info','Analyzed 4400 files containing 57.44 MB of data so far'),(37094,1611099068.023078,2,'info','Analyzed 4500 files containing 57.66 MB of data so far'),(37095,1611099068.170874,2,'info','Analyzed 4600 files containing 58.04 MB of data so far'),(37096,1611099068.401189,2,'info','Analyzed 4700 files containing 59.51 MB of data so far'),(37097,1611099068.751970,2,'info','Analyzed 4800 files containing 65.09 MB of data so far'),(37098,1611099068.955211,2,'info','Analyzed 4900 files containing 67.15 MB of data so far'),(37099,1611099069.119301,2,'info','Analyzed 5000 files containing 68.13 MB of data so far'),(37100,1611099069.304292,2,'info','Analyzed 5100 files containing 69.67 MB of data so far'),(37101,1611099069.442310,2,'info','Analyzed 5200 files containing 70 MB of data so far'),(37102,1611099069.590367,2,'info','Analyzed 5300 files containing 70.61 MB of data so far'),(37103,1611099069.713138,2,'info','Analyzed 5400 files containing 70.86 MB of data so far'),(37104,1611099069.838397,2,'info','Analyzed 5500 files containing 71.07 MB of data so far'),(37105,1611099070.319861,2,'info','Analyzed 5600 files containing 72.39 MB of data so far'),(37106,1611099070.537892,2,'info','Analyzed 5700 files containing 73.88 MB of data so far'),(37107,1611099070.692886,2,'info','Analyzed 5800 files containing 74.61 MB of data so far'),(37108,1611099070.949372,2,'info','Analyzed 5900 files containing 77.76 MB of data so far'),(37109,1611099071.092323,2,'info','Analyzed 6000 files containing 78.42 MB of data so far'),(37110,1611099071.296280,2,'info','Analyzed 6100 files containing 80.1 MB of data so far'),(37111,1611099071.544330,2,'info','Analyzed 6200 files containing 83 MB of data so far'),(37112,1611099071.751022,2,'info','Analyzed 6300 files containing 84.8 MB of data so far'),(37113,1611099071.971022,2,'info','Analyzed 6400 files containing 86.5 MB of data so far'),(37114,1611099072.740022,2,'info','Analyzed 6500 files containing 99.08 MB of data so far'),(37115,1611099072.946293,2,'info','Analyzed 6600 files containing 100.65 MB of data so far'),(37116,1611099073.204542,2,'info','Analyzed 6700 files containing 103.02 MB of data so far'),(37117,1611099073.476581,2,'info','Analyzed 6800 files containing 105.84 MB of data so far'),(37118,1611099073.765210,2,'info','Analyzed 6900 files containing 108.92 MB of data so far'),(37119,1611099073.980047,2,'info','Analyzed 7000 files containing 110.06 MB of data so far'),(37120,1611099074.124655,2,'info','Analyzed 7058 files containing 111.13 MB of data.'),(37121,1611099074.125001,10,'info','SUM_ENDOK:Comparing core WordPress files against originals in repository'),(37122,1611099074.245770,10,'info','SUM_ENDOK:Scanning for unknown files in wp-admin and wp-includes'),(37123,1611099074.359431,10,'info','SUM_ENDOK:Scanning for known malware files'),(37124,1611099074.542674,10,'info','SUM_START:Check for publicly accessible configuration files, backup files and logs'),(37125,1611099077.017388,10,'info','SUM_ENDOK:Check for publicly accessible configuration files, backup files and logs'),(37126,1611099077.154869,10,'info','SUM_START:Scanning file contents for infections and vulnerabilities'),(37127,1611099077.160262,10,'info','SUM_START:Scanning file contents for URLs on a domain blocklist'),(37128,1611099078.421270,2,'info','Starting scan of file contents'),(37129,1611099079.499397,2,'info','Scanned contents of 14 additional files at 13.00 per second'),(37130,1611099080.531132,2,'info','Scanned contents of 31 additional files at 14.70 per second'),(37131,1611099081.538195,2,'info','Scanned contents of 50 additional files at 16.05 per second'),(37132,1611099082.712162,2,'info','Scanned contents of 65 additional files at 15.15 per second'),(37133,1611099083.749274,2,'info','Scanned contents of 98 additional files at 18.40 per second'),(37134,1611099084.788295,2,'info','Scanned contents of 108 additional files at 16.97 per second'),(37135,1611099085.797633,2,'info','Scanned contents of 116 additional files at 15.73 per second'),(37136,1611099086.818871,2,'info','Scanned contents of 141 additional files at 16.79 per second'),(37137,1611099087.826879,2,'info','Scanned contents of 154 additional files at 16.38 per second'),(37138,1611099088.828433,2,'info','Scanned contents of 175 additional files at 16.82 per second'),(37139,1611099089.831961,2,'info','Scanned contents of 227 additional files at 19.90 per second'),(37140,1611099090.839186,2,'info','Scanned contents of 246 additional files at 19.81 per second'),(37141,1611099091.845099,2,'info','Scanned contents of 295 additional files at 21.98 per second'),(37142,1611099092.857982,2,'info','Scanned contents of 343 additional files at 23.76 per second'),(37143,1611099096.663106,2,'info','Scanned contents of 348 additional files at 19.08 per second'),(37144,1611099097.744745,2,'info','Scanned contents of 368 additional files at 19.05 per second'),(37145,1611099098.781870,2,'info','Scanned contents of 400 additional files at 19.65 per second'),(37146,1611099099.799401,2,'info','Scanned contents of 436 additional files at 20.40 per second'),(37147,1611099100.838039,2,'info','Scanned contents of 457 additional files at 20.39 per second'),(37148,1611099101.865554,2,'info','Scanned contents of 480 additional files at 20.48 per second'),(37149,1611099102.875149,2,'info','Scanned contents of 514 additional files at 21.02 per second'),(37150,1611099103.894790,2,'info','Scanned contents of 559 additional files at 21.95 per second'),(37151,1611099104.969209,2,'info','Scanned contents of 595 additional files at 22.41 per second'),(37152,1611099106.082103,2,'info','Scanned contents of 612 additional files at 22.13 per second'),(37153,1611099107.116373,2,'info','Scanned contents of 646 additional files at 22.51 per second'),(37154,1611099108.117917,2,'info','Scanned contents of 688 additional files at 23.17 per second'),(37155,1611099109.129322,2,'info','Scanned contents of 722 additional files at 23.51 per second'),(37156,1611099110.148817,2,'info','Scanned contents of 760 additional files at 23.96 per second'),(37157,1611099111.154587,2,'info','Scanned contents of 796 additional files at 24.32 per second'),(37158,1611099112.181976,2,'info','Scanned contents of 809 additional files at 23.96 per second'),(37159,1611099131.412475,2,'info','Scanned contents of 815 additional files at 15.38 per second'),(37160,1611099132.422927,2,'info','Scanned contents of 827 additional files at 15.31 per second'),(37161,1611099133.433467,2,'info','Scanned contents of 841 additional files at 15.29 per second'),(37162,1611099134.456339,2,'info','Scanned contents of 858 additional files at 15.31 per second'),(37163,1611099135.496452,2,'info','Scanned contents of 891 additional files at 15.61 per second'),(37164,1611099136.880631,2,'info','Scanned contents of 903 additional files at 15.45 per second'),(37165,1611099137.894354,2,'info','Scanned contents of 952 additional files at 16.01 per second'),(37166,1611099138.908652,2,'info','Scanned contents of 1024 additional files at 16.93 per second'),(37167,1611099139.915324,2,'info','Scanned contents of 1100 additional files at 17.89 per second'),(37168,1611099140.922686,2,'info','Scanned contents of 1181 additional files at 18.90 per second'),(37169,1611099141.938273,2,'info','Scanned contents of 1247 additional files at 19.63 per second'),(37170,1611099146.981012,2,'info','Scanned contents of 1251 additional files at 18.25 per second'),(37171,1611099147.987757,2,'info','Scanned contents of 1295 additional files at 18.62 per second'),(37172,1611099148.997130,2,'info','Scanned contents of 1357 additional files at 19.23 per second'),(37173,1611099149.997703,2,'info','Scanned contents of 1418 additional files at 19.81 per second'),(37174,1611099151.010394,2,'info','Scanned contents of 1478 additional files at 20.36 per second'),(37175,1611099152.017475,2,'info','Scanned contents of 1541 additional files at 20.94 per second'),(37176,1611099153.021085,2,'info','Scanned contents of 1624 additional files at 21.77 per second'),(37177,1611099154.032567,2,'info','Scanned contents of 1708 additional files at 22.59 per second'),(37178,1611099155.033561,2,'info','Scanned contents of 1789 additional files at 23.35 per second'),(37179,1611099156.035702,2,'info','Scanned contents of 1871 additional files at 24.11 per second'),(37180,1611099157.042287,2,'info','Scanned contents of 1955 additional files at 24.87 per second'),(37181,1611099158.050939,2,'info','Scanned contents of 2038 additional files at 25.59 per second'),(37182,1611099159.059965,2,'info','Scanned contents of 2123 additional files at 26.33 per second'),(37183,1611099160.199707,2,'info','Scanned contents of 2206 additional files at 26.98 per second'),(37184,1611099161.207224,2,'info','Scanned contents of 2233 additional files at 26.97 per second'),(37185,1611099162.299802,2,'info','Scanned contents of 2263 additional files at 26.98 per second'),(37186,1611099163.310605,2,'info','Scanned contents of 2314 additional files at 27.26 per second'),(37187,1611099164.468151,2,'info','Scanned contents of 2351 additional files at 27.32 per second'),(37188,1611099165.556138,2,'info','Scanned contents of 2371 additional files at 27.21 per second'),(37189,1611099166.557775,2,'info','Scanned contents of 2387 additional files at 27.08 per second'),(37190,1611099167.562538,2,'info','Scanned contents of 2417 additional files at 27.11 per second'),(37191,1611099168.573719,2,'info','Scanned contents of 2449 additional files at 27.17 per second'),(37192,1611099169.601682,2,'info','Scanned contents of 2482 additional files at 27.22 per second'),(37193,1611099170.609803,2,'info','Scanned contents of 2520 additional files at 27.34 per second'),(37194,1611099171.771979,2,'info','Scanned contents of 2521 additional files at 27.01 per second'),(37195,1611099172.325466,2,'info','Scanned contents of 2526 additional files at 26.90 per second'),(37196,1611099172.325829,2,'info','Asking Wordfence to check URLs against malware list.'),(37197,1611099172.381930,2,'info','Checking 1495 host keys against Wordfence scanning servers.'),(37198,1611099172.503915,2,'info','Done host key check.'),(37199,1611099172.507582,2,'info','Done file contents scan'),(37200,1611099172.509321,10,'info','SUM_ENDOK:Scanning file contents for infections and vulnerabilities'),(37201,1611099172.629007,10,'info','SUM_ENDOK:Scanning file contents for URLs on a domain blocklist'),(37202,1611099172.743873,10,'info','SUM_START:Scanning for publicly accessible quarantined files'),(37203,1611099172.843415,10,'info','SUM_ENDOK:Scanning for publicly accessible quarantined files'),(37204,1611099172.983128,10,'info','SUM_START:Scanning posts for URLs on a domain blocklist'),(37205,1611099173.886678,2,'info','Examining URLs found in posts we scanned for dangerous websites'),(37206,1611099173.920275,2,'info','Checking 869 host keys against Wordfence scanning servers.'),(37207,1611099174.071415,2,'info','Done host key check.'),(37208,1611099174.073222,2,'info','Checking 1 URLs from 1 sources.'),(37209,1611099174.221936,2,'info','Done URL check.'),(37210,1611099174.222436,2,'info','Done examining URLs'),(37211,1611099174.224930,10,'info','SUM_ENDOK:Scanning posts for URLs on a domain blocklist'),(37212,1611099174.391389,10,'info','SUM_START:Scanning comments for URLs on a domain blocklist'),(37213,1611099174.564300,2,'info','Checking 2 host keys against Wordfence scanning servers.'),(37214,1611099174.702547,2,'info','Done host key check.'),(37215,1611099174.705275,10,'info','SUM_ENDOK:Scanning comments for URLs on a domain blocklist'),(37216,1611099174.889004,10,'info','SUM_START:Scanning for weak passwords'),(37217,1611099175.083889,2,'info','Starting password strength check on 2 users.'),(37218,1611099176.628867,10,'info','SUM_ENDOK:Scanning for weak passwords'),(37219,1611099176.738026,10,'info','SUM_START:Scanning for old themes, plugins and core files'),(37220,1611099180.750847,10,'info','SUM_ENDBAD:Scanning for old themes, plugins and core files'),(37221,1611099180.936093,10,'info','SUM_START:Scanning for admin users not created through WordPress'),(37222,1611099181.272831,10,'info','SUM_ENDOK:Scanning for admin users not created through WordPress'),(37223,1611099181.467075,10,'info','SUM_START:Scanning for suspicious site options'),(37224,1611099181.747189,2,'info','Examining URLs found in the options we scanned for dangerous websites'),(37225,1611099181.748149,2,'info','Done examining URLs'),(37226,1611099181.750524,10,'info','SUM_ENDOK:Scanning for suspicious site options'),(37227,1611099181.948267,1,'info','-------------------'),(37228,1611099181.949291,2,'info','Wordfence used 25.11 MB of memory for scan. Server peak memory usage was: 29.11 MB'),(37229,1611099181.950035,1,'info','Scan Complete. Scanned 7058 files, 15 plugins, 1 themes, 124 posts, 1 comments and 3444 URLs in 2 minutes 14 seconds.'),(37230,1611099181.950554,10,'info','SUM_FINAL:Scan complete. You have 2 new issues to fix. See below.'),(37231,1611145684.808198,10,'info','SUM_PREP:Preparing a new scan.'),(37232,1611145684.813513,1,'info','Initiating quick scan'),(37233,1611145684.819457,10,'info','SUM_START:Checking Web Application Firewall status'),(37234,1611145684.820042,10,'info','SUM_ENDOK:Checking Web Application Firewall status'),(37235,1611145684.831135,10,'info','SUM_START:Scanning for old themes, plugins and core files'),(37236,1611145685.172986,10,'info','SUM_ENDBAD:Scanning for old themes, plugins and core files'),(37237,1611145685.179171,1,'info','-------------------'),(37238,1611145685.179895,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 10 MB'),(37239,1611145685.180211,1,'info','Quick Scan Complete. Scanned in 1 second.'),(37240,1611145685.180434,10,'info','SUM_FINAL:Scan complete. You have 2 new issues to fix. See below.'),(37241,1611232336.619192,10,'info','SUM_PREP:Preparing a new scan.'),(37242,1611232336.625703,1,'info','Initiating quick scan'),(37243,1611232336.632376,10,'info','SUM_START:Checking Web Application Firewall status'),(37244,1611232336.632900,10,'info','SUM_ENDOK:Checking Web Application Firewall status'),(37245,1611232336.646338,10,'info','SUM_START:Scanning for old themes, plugins and core files'),(37246,1611232336.969627,10,'info','SUM_ENDBAD:Scanning for old themes, plugins and core files'),(37247,1611232336.978877,1,'info','-------------------'),(37248,1611232336.979555,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 8 MB'),(37249,1611232336.979880,1,'info','Quick Scan Complete. Scanned in less than 1 second.'),(37250,1611232336.980129,10,'info','SUM_FINAL:Scan complete. You have 2 new issues to fix. See below.'),(37251,1611318453.701848,10,'info','SUM_PREP:Preparing a new scan.'),(37252,1611318453.707238,1,'info','Initiating quick scan'),(37253,1611318453.713001,10,'info','SUM_START:Checking Web Application Firewall status'),(37254,1611318453.713582,10,'info','SUM_ENDOK:Checking Web Application Firewall status'),(37255,1611318453.724631,10,'info','SUM_START:Scanning for old themes, plugins and core files'),(37256,1611318454.062783,10,'info','SUM_ENDBAD:Scanning for old themes, plugins and core files'),(37257,1611318454.070012,1,'info','-------------------'),(37258,1611318454.070701,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 8 MB'),(37259,1611318454.070996,1,'info','Quick Scan Complete. Scanned in 1 second.'),(37260,1611318454.071195,10,'info','SUM_FINAL:Scan complete. You have 2 new issues to fix. See below.'),(37261,1612806535.990115,10,'info','SUM_PREP:Preparing a new scan.'),(37262,1612806535.994181,1,'info','Initiating quick scan'),(37263,1612806535.997262,10,'info','SUM_START:Checking Web Application Firewall status'),(37264,1612806535.997771,10,'info','SUM_ENDOK:Checking Web Application Firewall status'),(37265,1612806536.003154,10,'info','SUM_START:Scanning for old themes, plugins and core files'),(37266,1612806536.241554,10,'info','SUM_ENDOK:Scanning for old themes, plugins and core files'),(37267,1612806536.250053,1,'info','-------------------'),(37268,1612806536.251836,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 22 MB'),(37269,1612806536.252647,1,'info','Quick Scan Complete. Scanned in 1 second.'),(37270,1612806536.253110,10,'info','SUM_FINAL:Scan complete. Congratulations, no new problems found.'),(37271,1612806554.786026,10,'info','SUM_PREP:Preparing a new scan.'),(37272,1612806554.790734,1,'info','Contacting Wordfence to initiate scan'),(37273,1612806555.294345,10,'info','SUM_PAIDONLY:Check if your site is being Spamvertized is for paid members only'),(37274,1612806557.296394,10,'info','SUM_PAIDONLY:Checking if your IP is generating spam is for paid members only'),(37275,1612806559.298289,10,'info','SUM_PAIDONLY:Checking if your site is on a domain blocklist is for paid members only'),(37276,1612806561.304713,10,'info','SUM_START:Checking for the most secure way to get IPs'),(37277,1612806561.522586,10,'info','SUM_ENDSKIPPED:Checking for the most secure way to get IPs'),(37278,1612806561.701388,10,'info','SUM_START:Scanning to check available disk space'),(37279,1612806561.866542,2,'info','Total disk space: 891.71 GB -- Free disk space: 600.3 GB'),(37280,1612806561.867166,2,'info','The disk has 614710.59 MB available'),(37281,1612806561.867592,10,'info','SUM_ENDOK:Scanning to check available disk space'),(37282,1612806562.057011,10,'info','SUM_START:Checking Web Application Firewall status'),(37283,1612806562.240285,10,'info','SUM_ENDOK:Checking Web Application Firewall status'),(37284,1612806562.424769,10,'info','SUM_START:Checking for future GeoIP support'),(37285,1612806562.602291,10,'info','SUM_ENDOK:Checking for future GeoIP support'),(37286,1612806562.783732,10,'info','SUM_START:Checking for paths skipped due to scan settings'),(37287,1612806562.963265,10,'info','SUM_ENDOK:Checking for paths skipped due to scan settings'),(37288,1612806563.136245,2,'info','Getting plugin list from WordPress'),(37289,1612806563.263472,2,'info','Found 11 plugins'),(37290,1612806563.263781,2,'info','Getting theme list from WordPress'),(37291,1612806563.265254,2,'info','Found 1 themes'),(37292,1612806563.293223,10,'info','SUM_START:Fetching core, theme and plugin file signatures from Wordfence'),(37293,1612806564.195604,10,'info','SUM_ENDSUCCESS:Fetching core, theme and plugin file signatures from Wordfence'),(37294,1612806564.200603,10,'info','SUM_START:Fetching list of known malware files from Wordfence'),(37295,1612806564.204306,10,'info','SUM_ENDSUCCESS:Fetching list of known malware files from Wordfence'),(37296,1612806564.210426,10,'info','SUM_START:Fetching list of known core files from Wordfence'),(37297,1612806564.212468,10,'info','SUM_ENDSUCCESS:Fetching list of known core files from Wordfence'),(37298,1612806564.227085,10,'info','SUM_START:Comparing core WordPress files against originals in repository'),(37299,1612806564.403727,10,'info','SUM_DISABLED:Skipping theme scan'),(37300,1612806564.404634,10,'info','SUM_DISABLED:Skipping plugin scan'),(37301,1612806564.407538,10,'info','SUM_START:Scanning for known malware files'),(37302,1612806564.587688,10,'info','SUM_START:Scanning for unknown files in wp-admin and wp-includes'),(37303,1612806565.163189,2,'info','500 files indexed'),(37304,1612806565.683646,2,'info','1000 files indexed'),(37305,1612806565.787327,2,'info','1500 files indexed'),(37306,1612806565.860534,2,'info','2000 files indexed'),(37307,1612806565.883655,2,'info','2500 files indexed'),(37308,1612806565.972147,2,'info','3000 files indexed'),(37309,1612806565.997682,2,'info','3500 files indexed'),(37310,1612806566.117248,2,'info','4000 files indexed'),(37311,1612806566.171868,2,'info','4500 files indexed'),(37312,1612806566.211504,2,'info','5000 files indexed'),(37313,1612806567.379827,2,'info','5500 files indexed'),(37314,1612806568.271685,2,'info','6000 files indexed'),(37315,1612806568.316463,2,'info','6500 files indexed'),(37316,1612806568.354558,2,'info','6835 files indexed'),(37317,1612806568.692848,2,'info','Analyzed 100 files containing 1.62 MB of data so far'),(37318,1612806568.914829,2,'info','Analyzed 200 files containing 3.13 MB of data so far'),(37319,1612806569.070914,2,'info','Analyzed 300 files containing 4.45 MB of data so far'),(37320,1612806569.273893,2,'info','Analyzed 400 files containing 7.09 MB of data so far'),(37321,1612806569.427178,2,'info','Analyzed 500 files containing 7.97 MB of data so far'),(37322,1612806569.661408,2,'info','Analyzed 600 files containing 8.86 MB of data so far'),(37323,1612806569.969066,2,'info','Analyzed 700 files containing 9.47 MB of data so far'),(37324,1612806570.331044,2,'info','Analyzed 800 files containing 11.63 MB of data so far'),(37325,1612806570.784026,2,'info','Analyzed 900 files containing 16.12 MB of data so far'),(37326,1612806571.447059,2,'info','Analyzed 1000 files containing 18.99 MB of data so far'),(37327,1612806571.639432,2,'info','Analyzed 1100 files containing 19.31 MB of data so far'),(37328,1612806571.998890,2,'info','Analyzed 1200 files containing 19.87 MB of data so far'),(37329,1612806572.241813,2,'info','Analyzed 1300 files containing 20.18 MB of data so far'),(37330,1612806572.542003,2,'info','Analyzed 1400 files containing 21.15 MB of data so far'),(37331,1612806572.744949,2,'info','Analyzed 1500 files containing 21.37 MB of data so far'),(37332,1612806573.406163,2,'info','Analyzed 1600 files containing 25.26 MB of data so far'),(37333,1612806573.735625,2,'info','Analyzed 1700 files containing 26.3 MB of data so far'),(37334,1612806573.969921,2,'info','Analyzed 1800 files containing 26.33 MB of data so far'),(37335,1612806574.162929,2,'info','Analyzed 1900 files containing 26.36 MB of data so far'),(37336,1612806574.455778,2,'info','Analyzed 2000 files containing 27 MB of data so far'),(37337,1612806574.634686,2,'info','Analyzed 2100 files containing 27.7 MB of data so far'),(37338,1612806574.767748,2,'info','Analyzed 2200 files containing 28.41 MB of data so far'),(37339,1612806574.961692,2,'info','Analyzed 2300 files containing 28.84 MB of data so far'),(37340,1612806575.129934,2,'info','Analyzed 2400 files containing 28.87 MB of data so far'),(37341,1612806575.291320,2,'info','Analyzed 2500 files containing 28.89 MB of data so far'),(37342,1612806575.456278,2,'info','Analyzed 2600 files containing 28.92 MB of data so far'),(37343,1612806575.857480,2,'info','Analyzed 2700 files containing 28.95 MB of data so far'),(37344,1612806575.994865,2,'info','Analyzed 2800 files containing 28.98 MB of data so far'),(37345,1612806576.139815,2,'info','Analyzed 2900 files containing 29.01 MB of data so far'),(37346,1612806576.642320,2,'info','Analyzed 3000 files containing 30.95 MB of data so far'),(37347,1612806576.945795,2,'info','Analyzed 3100 files containing 31.84 MB of data so far'),(37348,1612806577.063586,2,'info','Analyzed 3200 files containing 32.32 MB of data so far'),(37349,1612806577.172845,2,'info','Analyzed 3300 files containing 32.72 MB of data so far'),(37350,1612806577.278564,2,'info','Analyzed 3400 files containing 33.12 MB of data so far'),(37351,1612806577.398333,2,'info','Analyzed 3500 files containing 33.65 MB of data so far'),(37352,1612806577.560783,2,'info','Analyzed 3600 files containing 34.1 MB of data so far'),(37353,1612806577.754485,2,'info','Analyzed 3700 files containing 35.54 MB of data so far'),(37354,1612806578.016185,2,'info','Analyzed 3800 files containing 35.94 MB of data so far'),(37355,1612806578.260008,2,'info','Analyzed 3900 files containing 37.26 MB of data so far'),(37356,1612806578.500010,2,'info','Analyzed 4000 files containing 37.89 MB of data so far'),(37357,1612806578.706395,2,'info','Analyzed 4100 files containing 38.39 MB of data so far'),(37358,1612806578.989204,2,'info','Analyzed 4200 files containing 39.47 MB of data so far'),(37359,1612806579.747885,2,'info','Analyzed 4300 files containing 40.73 MB of data so far'),(37360,1612806580.006051,2,'info','Analyzed 4400 files containing 41.39 MB of data so far'),(37361,1612806580.648025,2,'info','Analyzed 4500 files containing 42.57 MB of data so far'),(37362,1612806581.187826,2,'info','Analyzed 4600 files containing 44.75 MB of data so far'),(37363,1612806581.359591,2,'info','Analyzed 4700 files containing 49.99 MB of data so far'),(37364,1612806581.480094,2,'info','Analyzed 4800 files containing 51.53 MB of data so far'),(37365,1612806581.955812,2,'info','Analyzed 4900 files containing 52.66 MB of data so far'),(37366,1612806582.108383,2,'info','Analyzed 5000 files containing 53.41 MB of data so far'),(37367,1612806582.931061,2,'info','Analyzed 5100 files containing 54.01 MB of data so far'),(37368,1612806583.205367,2,'info','Analyzed 5200 files containing 54.22 MB of data so far'),(37369,1612806583.476095,2,'info','Analyzed 5300 files containing 54.44 MB of data so far'),(37370,1612806583.850086,2,'info','Analyzed 5400 files containing 55.86 MB of data so far'),(37371,1612806584.124960,2,'info','Analyzed 5500 files containing 57.52 MB of data so far'),(37372,1612806584.391762,2,'info','Analyzed 5600 files containing 59.87 MB of data so far'),(37373,1612806584.726946,2,'info','Analyzed 5700 files containing 61.06 MB of data so far'),(37374,1612806584.854010,2,'info','Analyzed 5800 files containing 61.69 MB of data so far'),(37375,1612806585.100184,2,'info','Analyzed 5900 files containing 63.66 MB of data so far'),(37376,1612806585.414847,2,'info','Analyzed 6000 files containing 66.52 MB of data so far'),(37377,1612806585.653036,2,'info','Analyzed 6100 files containing 67.96 MB of data so far'),(37378,1612806586.076373,2,'info','Analyzed 6200 files containing 73.8 MB of data so far'),(37379,1612806586.782048,2,'info','Analyzed 6300 files containing 82.83 MB of data so far'),(37380,1612806587.669806,2,'info','Analyzed 6400 files containing 84.12 MB of data so far'),(37381,1612806588.218027,2,'info','Analyzed 6500 files containing 86.58 MB of data so far'),(37382,1612806588.550269,2,'info','Analyzed 6600 files containing 90.43 MB of data so far'),(37383,1612806588.857801,2,'info','Analyzed 6700 files containing 92.3 MB of data so far'),(37384,1612806589.433675,2,'info','Analyzed 6800 files containing 93.7 MB of data so far'),(37385,1612806589.596097,2,'info','Analyzed 6835 files containing 94.28 MB of data.'),(37386,1612806589.596345,10,'info','SUM_ENDOK:Comparing core WordPress files against originals in repository'),(37387,1612806589.842291,10,'info','SUM_ENDOK:Scanning for unknown files in wp-admin and wp-includes'),(37388,1612806590.097861,10,'info','SUM_ENDOK:Scanning for known malware files'),(37389,1612806590.354831,10,'info','SUM_START:Check for publicly accessible configuration files, backup files and logs'),(37390,1612806592.437105,10,'info','SUM_ENDOK:Check for publicly accessible configuration files, backup files and logs'),(37391,1612806592.692205,10,'info','SUM_START:Scanning file contents for infections and vulnerabilities'),(37392,1612806592.695615,10,'info','SUM_START:Scanning file contents for URLs on a domain blocklist'),(37393,1612806594.096819,2,'info','Starting scan of file contents'),(37394,1612806595.107266,2,'info','Scanned contents of 34 additional files at 33.71 per second'),(37395,1612806596.117699,2,'info','Scanned contents of 83 additional files at 41.11 per second'),(37396,1612806597.126700,2,'info','Scanned contents of 117 additional files at 38.64 per second'),(37397,1612806598.177485,2,'info','Scanned contents of 164 additional files at 40.21 per second'),(37398,1612806599.180791,2,'info','Scanned contents of 259 additional files at 50.96 per second'),(37399,1612806600.185289,2,'info','Scanned contents of 368 additional files at 60.46 per second'),(37400,1612806604.643250,2,'info','Scanned contents of 420 additional files at 39.83 per second'),(37401,1612806605.651825,2,'info','Scanned contents of 486 additional files at 42.07 per second'),(37402,1612806606.652484,2,'info','Scanned contents of 569 additional files at 45.32 per second'),(37403,1612806607.656271,2,'info','Scanned contents of 631 additional files at 46.54 per second'),(37404,1612806608.667967,2,'info','Scanned contents of 713 additional files at 48.94 per second'),(37405,1612806609.687940,2,'info','Scanned contents of 797 additional files at 51.12 per second'),(37406,1612806612.442527,2,'info','Scanned contents of 818 additional files at 44.59 per second'),(37407,1612806613.489719,2,'info','Scanned contents of 858 additional files at 44.25 per second'),(37408,1612806614.501289,2,'info','Scanned contents of 906 additional files at 44.41 per second'),(37409,1612806615.505506,2,'info','Scanned contents of 1013 additional files at 47.32 per second'),(37410,1612806616.508469,2,'info','Scanned contents of 1171 additional files at 52.25 per second'),(37411,1612806617.512585,2,'info','Scanned contents of 1315 additional files at 56.16 per second'),(37412,1612806618.514111,2,'info','Scanned contents of 1447 additional files at 59.27 per second'),(37413,1612806619.515891,2,'info','Scanned contents of 1578 additional files at 62.08 per second'),(37414,1612806620.520966,2,'info','Scanned contents of 1739 additional files at 65.82 per second'),(37415,1612806621.522487,2,'info','Scanned contents of 1896 additional files at 69.14 per second'),(37416,1612806622.523120,2,'info','Scanned contents of 2062 additional files at 72.54 per second'),(37417,1612806623.523370,2,'info','Scanned contents of 2211 additional files at 75.14 per second'),(37418,1612806624.525749,2,'info','Scanned contents of 2299 additional files at 75.56 per second'),(37419,1612806625.536157,2,'info','Scanned contents of 2386 additional files at 75.90 per second'),(37420,1612806626.544604,2,'info','Scanned contents of 2472 additional files at 76.19 per second'),(37421,1612806627.551140,2,'info','Scanned contents of 2558 additional files at 76.47 per second'),(37422,1612806628.556772,2,'info','Scanned contents of 2610 additional files at 75.74 per second'),(37423,1612806629.565845,2,'info','Scanned contents of 2682 additional files at 75.62 per second'),(37424,1612806630.577149,2,'info','Scanned contents of 2741 additional files at 75.14 per second'),(37425,1612806631.583207,2,'info','Scanned contents of 2816 additional files at 75.12 per second'),(37426,1612806632.344948,2,'info','Scanned contents of 2848 additional files at 74.46 per second'),(37427,1612806632.345567,2,'info','Asking Wordfence to check URLs against malware list.'),(37428,1612806632.386919,2,'info','Checking 2296 host keys against Wordfence scanning servers.'),(37429,1612806632.616632,2,'info','Done host key check.'),(37430,1612806632.620283,2,'info','Done file contents scan'),(37431,1612806632.621635,10,'info','SUM_ENDOK:Scanning file contents for infections and vulnerabilities'),(37432,1612806633.376592,10,'info','SUM_ENDOK:Scanning file contents for URLs on a domain blocklist'),(37433,1612806633.631077,10,'info','SUM_START:Scanning for publicly accessible quarantined files'),(37434,1612806633.879274,10,'info','SUM_ENDOK:Scanning for publicly accessible quarantined files'),(37435,1612806634.134157,10,'info','SUM_START:Scanning posts for URLs on a domain blocklist'),(37436,1612806634.691118,2,'info','Examining URLs found in posts we scanned for dangerous websites'),(37437,1612806634.695476,2,'info','Checking 903 host keys against Wordfence scanning servers.'),(37438,1612806634.917681,2,'info','Done host key check.'),(37439,1612806634.918959,2,'info','Checking 1 URLs from 1 sources.'),(37440,1612806635.102709,2,'info','Done URL check.'),(37441,1612806635.103494,2,'info','Done examining URLs'),(37442,1612806635.104904,10,'info','SUM_ENDOK:Scanning posts for URLs on a domain blocklist'),(37443,1612806635.383283,10,'info','SUM_START:Scanning comments for URLs on a domain blocklist'),(37444,1612806635.635868,2,'info','Checking 2 host keys against Wordfence scanning servers.'),(37445,1612806635.855450,2,'info','Done host key check.'),(37446,1612806635.858017,10,'info','SUM_ENDOK:Scanning comments for URLs on a domain blocklist'),(37447,1612806636.110622,10,'info','SUM_START:Scanning for weak passwords'),(37448,1612806636.388605,2,'info','Starting password strength check on 2 users.'),(37449,1612806636.694963,10,'info','SUM_ENDOK:Scanning for weak passwords'),(37450,1612806636.952944,10,'info','SUM_START:Scanning for old themes, plugins and core files'),(37451,1612806639.963864,10,'info','SUM_ENDOK:Scanning for old themes, plugins and core files'),(37452,1612806640.226994,10,'info','SUM_START:Scanning for admin users not created through WordPress'),(37453,1612806640.662816,10,'info','SUM_ENDOK:Scanning for admin users not created through WordPress'),(37454,1612806640.908694,10,'info','SUM_START:Scanning for suspicious site options'),(37455,1612806641.289400,2,'info','Examining URLs found in the options we scanned for dangerous websites'),(37456,1612806641.289952,2,'info','Done examining URLs'),(37457,1612806641.291147,10,'info','SUM_ENDOK:Scanning for suspicious site options'),(37458,1612806641.538364,1,'info','-------------------'),(37459,1612806641.539019,2,'info','Wordfence used 10.39 MB of memory for scan. Server peak memory usage was: 32.39 MB'),(37460,1612806641.539401,1,'info','Scan Complete. Scanned 6835 files, 11 plugins, 1 themes, 126 posts, 1 comments and 4083 URLs in 1 minute 26 seconds.'),(37461,1612806641.539629,10,'info','SUM_FINAL:Scan complete. Congratulations, no new problems found.');
/*!40000 ALTER TABLE `wp3l_wfstatus` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp3l_wftrafficrates`
--

DROP TABLE IF EXISTS `wp3l_wftrafficrates`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp3l_wftrafficrates` (
  `eMin` int(10) unsigned NOT NULL,
  `IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
  `hitType` enum('hit','404') NOT NULL DEFAULT 'hit',
  `hits` int(10) unsigned NOT NULL,
  PRIMARY KEY (`eMin`,`IP`,`hitType`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp3l_wftrafficrates`
--

LOCK TABLES `wp3l_wftrafficrates` WRITE;
/*!40000 ALTER TABLE `wp3l_wftrafficrates` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp3l_wftrafficrates` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;

/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;

-- Dump completed on 2021-10-13 15:53:31
